diff --git a/.ipynb_checkpoints/Cat-List-checkpoint.ipynb b/.ipynb_checkpoints/Cat-List-checkpoint.ipynb
new file mode 100644
index 0000000..eaa3a05
--- /dev/null
+++ b/.ipynb_checkpoints/Cat-List-checkpoint.ipynb
@@ -0,0 +1,426 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "### Create Category List "
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "### Import Pacjage"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 13,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "import pandas as pd\n",
+ "import numpy as np"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "### Var "
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "CPU times: user 11.2 s, sys: 618 ms, total: 11.8 s\n",
+ "Wall time: 11.9 s\n"
+ ]
+ }
+ ],
+ "source": [
+ "%%time\n",
+ "Cat_Id = pd.read_csv('/home/mohammad/Documents/ML-Sharif/Archive_DataFrame.csv',index_col=0 ,usecols = ['subject','Unnamed: 0'],converters = {'subject' : eval})"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 3,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " subject | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 0705.1532 | \n",
+ " [Mathematics - Dynamical Systems] | \n",
+ "
\n",
+ " \n",
+ " | 0706.1373 | \n",
+ " [Nonlinear Sciences - Exactly Solvable and Int... | \n",
+ "
\n",
+ " \n",
+ " | 0706.2509 | \n",
+ " [High Energy Physics - Theory] | \n",
+ "
\n",
+ " \n",
+ " | 0708.1339 | \n",
+ " [Condensed Matter - Mesoscale and Nanoscale Ph... | \n",
+ "
\n",
+ " \n",
+ " | 0709.1272 | \n",
+ " [Computer Science - Mathematical Software, Com... | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " subject\n",
+ "0705.1532 [Mathematics - Dynamical Systems]\n",
+ "0706.1373 [Nonlinear Sciences - Exactly Solvable and Int...\n",
+ "0706.2509 [High Energy Physics - Theory]\n",
+ "0708.1339 [Condensed Matter - Mesoscale and Nanoscale Ph...\n",
+ "0709.1272 [Computer Science - Mathematical Software, Com..."
+ ]
+ },
+ "execution_count": 3,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "Cat_Id.head()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 5,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "['Mathematics - Dynamical Systems']"
+ ]
+ },
+ "execution_count": 5,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "(Cat_Id.iloc[0]['subject'])"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "### Main Code"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 9,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "def splitter(cat_entry):\n",
+ " elm = cat_entry.split(' - ')\n",
+ " if len(elm)==1:\n",
+ " return [elm[0], np.nan]\n",
+ " else:\n",
+ " return elm"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 10,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "'''\n",
+ "flag 0=> label = cat[0]\n",
+ "flag 1=> label = sub_cat[0]\n",
+ "flag 2=> label = cat\n",
+ "flag 3=> label = sub_cat\n",
+ "\n",
+ "\n",
+ "input cat_list is assued to be\n",
+ "[cat1-subcat1,cat2-subcat2,....]\n",
+ "'''\n",
+ "def fun_cat(cat_list, flag=0):\n",
+ "# print(cat_list)\n",
+ " if flag==0:\n",
+ " \n",
+ " return splitter(cat_list[0])[0]\n",
+ " elif flag==1:\n",
+ "# print(cat_list[0])\n",
+ " return splitter(cat_list[0])[1]\n",
+ " elif flag==2:\n",
+ " return [splitter(c)[0] for c in cat_list]\n",
+ " elif flag==3:\n",
+ " return [splitter(c)[1] for c in cat_list]\n",
+ " "
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 19,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Cat_Id['subject'].apply(lambda x: fun_cat(x, flag=1) )\n",
+ "# test_df = Cat_Id.copy().iloc[:100]\n",
+ "# test_df.head()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 20,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "#test_df = Cat_Id.iloc[:1000]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 34,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " subject | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 0705.1532 | \n",
+ " [Dynamical Systems] | \n",
+ "
\n",
+ " \n",
+ " | 0706.1373 | \n",
+ " [Exactly Solvable and Integrable Systems] | \n",
+ "
\n",
+ " \n",
+ " | 0706.2509 | \n",
+ " [Theory] | \n",
+ "
\n",
+ " \n",
+ " | 0708.1339 | \n",
+ " [Mesoscale and Nanoscale Physics, Superconduct... | \n",
+ "
\n",
+ " \n",
+ " | 0709.1272 | \n",
+ " [Mathematical Software, Distributed, Parallel,... | \n",
+ "
\n",
+ " \n",
+ " | 0709.1704 | \n",
+ " [nan, General Physics] | \n",
+ "
\n",
+ " \n",
+ " | 0710.2868 | \n",
+ " [nan, Statistical Mechanics] | \n",
+ "
\n",
+ " \n",
+ " | 0710.4005 | \n",
+ " [Fluid Dynamics, nan] | \n",
+ "
\n",
+ " \n",
+ " | 0711.4246 | \n",
+ " [nan, Statistical Mechanics, Probability, nan] | \n",
+ "
\n",
+ " \n",
+ " | 0711.4508 | \n",
+ " [Computational Complexity, Computer Vision and... | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " subject\n",
+ "0705.1532 [Dynamical Systems]\n",
+ "0706.1373 [Exactly Solvable and Integrable Systems]\n",
+ "0706.2509 [Theory]\n",
+ "0708.1339 [Mesoscale and Nanoscale Physics, Superconduct...\n",
+ "0709.1272 [Mathematical Software, Distributed, Parallel,...\n",
+ "0709.1704 [nan, General Physics]\n",
+ "0710.2868 [nan, Statistical Mechanics]\n",
+ "0710.4005 [Fluid Dynamics, nan]\n",
+ "0711.4246 [nan, Statistical Mechanics, Probability, nan]\n",
+ "0711.4508 [Computational Complexity, Computer Vision and..."
+ ]
+ },
+ "execution_count": 34,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "test_df = Cat_Id.copy()\n",
+ "test_df['subject'] = test_df['subject'].apply(lambda x: fun_cat(x, flag=3) )\n",
+ "test_df.head(10)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 35,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "test_df.to_csv('ALL_SubCat.csv', sep='\\t') \n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 36,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "'Exactly Solvable and Integrable Systems'"
+ ]
+ },
+ "execution_count": 36,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "fun_cat( test_df['subject'].iloc[1] )"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 163,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "['Mesoscale and Nanoscale Physics', 'Superconductivity']"
+ ]
+ },
+ "execution_count": 163,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "[c.split(' - ',1)[1] for c in Cat_Id['subject'][3]]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 117,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "['Mathematics - Dynamical Systems']"
+ ]
+ },
+ "execution_count": 117,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "Cat_Id.iloc[0]['subject']"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 16,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Save Just First Argument of Category\n",
+ "First_Argu = []\n",
+ "for i in org_Sub:\n",
+ " Temp = (i[0])\n",
+ " if '-' in Temp : \n",
+ " MainBranch , SubBranch = Temp.split(' - ',1)\n",
+ " \n",
+ " First_Argu.append([MainBranch,SubBranch])\n",
+ " \n",
+ " else:\n",
+ " First_Argu.append([Temp,'Null'])"
+ ]
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.6.7"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
diff --git a/.ipynb_checkpoints/Sub_Cat[0]R-checkpoint.ipynb b/.ipynb_checkpoints/Sub_Cat[0]R-checkpoint.ipynb
new file mode 100644
index 0000000..0ad7372
--- /dev/null
+++ b/.ipynb_checkpoints/Sub_Cat[0]R-checkpoint.ipynb
@@ -0,0 +1,597 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "## Read and play with Sub_Cat[0]"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "### Import Pacjage"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 51,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "import pandas as pd\n",
+ "import numpy as np"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "### Var"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 154,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "#Sub_Cat = pd.read_csv('/home/mohammad/Documents/ML-Sharif/arxiv/Sub_Cat[0].csv',sep='\\t',index_col=0 )"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 152,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "Sub_Cat = pd.read_table('/home/mohammad/Documents/ML-Sharif/arxiv/Sub_Cat[0].csv',index_col=0)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "### Main Code"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 153,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " subject | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 0705.1532 | \n",
+ " Dynamical Systems | \n",
+ "
\n",
+ " \n",
+ " | 0706.1373 | \n",
+ " Exactly Solvable and Integrable Systems | \n",
+ "
\n",
+ " \n",
+ " | 0706.2509 | \n",
+ " Theory | \n",
+ "
\n",
+ " \n",
+ " | 0708.1339 | \n",
+ " Mesoscale and Nanoscale Physics | \n",
+ "
\n",
+ " \n",
+ " | 0709.1272 | \n",
+ " Mathematical Software | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " subject\n",
+ "0705.1532 Dynamical Systems\n",
+ "0706.1373 Exactly Solvable and Integrable Systems\n",
+ "0706.2509 Theory\n",
+ "0708.1339 Mesoscale and Nanoscale Physics\n",
+ "0709.1272 Mathematical Software"
+ ]
+ },
+ "execution_count": 153,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "Sub_Cat.head()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 156,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "Sub_Cat.dropna(inplace=True)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 157,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "Dum_Sub_Cat = pd.get_dummies(Sub_Cat['subject'])"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 160,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "825007"
+ ]
+ },
+ "execution_count": 160,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "len(Dum_Sub_Cat)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 161,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " Accelerator Physics | \n",
+ " Adaptation and Self-Organizing Systems | \n",
+ " Algebraic Geometry | \n",
+ " Algebraic Topology | \n",
+ " Analysis of PDEs | \n",
+ " Applications | \n",
+ " Artificial Intelligence | \n",
+ " Astrophysics of Galaxies | \n",
+ " Atmospheric and Oceanic Physics | \n",
+ " Atomic Physics | \n",
+ " ... | \n",
+ " Statistics Theory | \n",
+ " Strongly Correlated Electrons | \n",
+ " Subcellular Processes | \n",
+ " Superconductivity | \n",
+ " Symbolic Computation | \n",
+ " Symplectic Geometry | \n",
+ " Systems and Control | \n",
+ " Theory | \n",
+ " Tissues and Organs | \n",
+ " Trading and Market Microstructure | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 0705.1532 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " ... | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 0706.1373 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " ... | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 0706.2509 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " ... | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 1 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 0708.1339 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " ... | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 0709.1272 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " ... | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
5 rows × 138 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " Accelerator Physics Adaptation and Self-Organizing Systems \\\n",
+ "0705.1532 0 0 \n",
+ "0706.1373 0 0 \n",
+ "0706.2509 0 0 \n",
+ "0708.1339 0 0 \n",
+ "0709.1272 0 0 \n",
+ "\n",
+ " Algebraic Geometry Algebraic Topology Analysis of PDEs \\\n",
+ "0705.1532 0 0 0 \n",
+ "0706.1373 0 0 0 \n",
+ "0706.2509 0 0 0 \n",
+ "0708.1339 0 0 0 \n",
+ "0709.1272 0 0 0 \n",
+ "\n",
+ " Applications Artificial Intelligence Astrophysics of Galaxies \\\n",
+ "0705.1532 0 0 0 \n",
+ "0706.1373 0 0 0 \n",
+ "0706.2509 0 0 0 \n",
+ "0708.1339 0 0 0 \n",
+ "0709.1272 0 0 0 \n",
+ "\n",
+ " Atmospheric and Oceanic Physics Atomic Physics \\\n",
+ "0705.1532 0 0 \n",
+ "0706.1373 0 0 \n",
+ "0706.2509 0 0 \n",
+ "0708.1339 0 0 \n",
+ "0709.1272 0 0 \n",
+ "\n",
+ " ... Statistics Theory \\\n",
+ "0705.1532 ... 0 \n",
+ "0706.1373 ... 0 \n",
+ "0706.2509 ... 0 \n",
+ "0708.1339 ... 0 \n",
+ "0709.1272 ... 0 \n",
+ "\n",
+ " Strongly Correlated Electrons Subcellular Processes \\\n",
+ "0705.1532 0 0 \n",
+ "0706.1373 0 0 \n",
+ "0706.2509 0 0 \n",
+ "0708.1339 0 0 \n",
+ "0709.1272 0 0 \n",
+ "\n",
+ " Superconductivity Symbolic Computation Symplectic Geometry \\\n",
+ "0705.1532 0 0 0 \n",
+ "0706.1373 0 0 0 \n",
+ "0706.2509 0 0 0 \n",
+ "0708.1339 0 0 0 \n",
+ "0709.1272 0 0 0 \n",
+ "\n",
+ " Systems and Control Theory Tissues and Organs \\\n",
+ "0705.1532 0 0 0 \n",
+ "0706.1373 0 0 0 \n",
+ "0706.2509 0 1 0 \n",
+ "0708.1339 0 0 0 \n",
+ "0709.1272 0 0 0 \n",
+ "\n",
+ " Trading and Market Microstructure \n",
+ "0705.1532 0 \n",
+ "0706.1373 0 \n",
+ "0706.2509 0 \n",
+ "0708.1339 0 \n",
+ "0709.1272 0 \n",
+ "\n",
+ "[5 rows x 138 columns]"
+ ]
+ },
+ "execution_count": 161,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "Dum_Sub_Cat.head()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 162,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "List_Index = Dum_Sub_Cat.index.tolist()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 163,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "825007"
+ ]
+ },
+ "execution_count": 163,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "len(List_Index)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 164,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "'0706.1373'"
+ ]
+ },
+ "execution_count": 164,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "List_Index[1]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 165,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "Val = np.array(Dum_Sub_Cat)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 166,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n",
+ " 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n",
+ " 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n",
+ " 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n",
+ " 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n",
+ " 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n",
+ " 0, 0, 0, 0, 0, 0], dtype=uint8)"
+ ]
+ },
+ "execution_count": 166,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "Val[1]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 167,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "np.savez_compressed('Cat_Vector', Id=List_Index , labels = Val )"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 171,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "Cat_Vector = np.load('Cat_Vector.npz')\n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 172,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n",
+ " 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n",
+ " 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n",
+ " 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n",
+ " 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n",
+ " 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,\n",
+ " 0, 0, 0, 0, 0, 0], dtype=uint8)"
+ ]
+ },
+ "execution_count": 172,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "Cat_Vector['labels'][1]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 174,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "'0706.1373'"
+ ]
+ },
+ "execution_count": 174,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "Cat_Vector['Id'][1]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.6.7"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
diff --git a/.ipynb_checkpoints/Untitled-checkpoint.ipynb b/.ipynb_checkpoints/Untitled-checkpoint.ipynb
deleted file mode 100644
index c96d639..0000000
--- a/.ipynb_checkpoints/Untitled-checkpoint.ipynb
+++ /dev/null
@@ -1,164 +0,0 @@
-{
- "cells": [
- {
- "cell_type": "code",
- "execution_count": 2,
- "metadata": {},
- "outputs": [],
- "source": [
- "import numpy as np\n",
- "import pandas as pd\n",
- "import matplotlib.pyplot as plt\n",
- "#from nltk import "
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "### Importing data"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 12,
- "metadata": {},
- "outputs": [],
- "source": [
- "# sample_records = np.load('sample_abs.npz')\n",
- "sample_abs_list = np.load('sample_abs_list.npz')\n",
- "sample_abstract = sample_abs_list['abs_list'][1]"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 13,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "'[\\' The issue is the expediency of the QCD notions use in the low energy region\\\\ndown to the confinement scale, and, in particular, the efficacy of the QCD\\\\ninvariant coupling \\\\\\\\bar{\\\\\\\\alpha}_s(Q^2) with a minimal analytic modification in\\\\nthis domain. To this goal, we overview a quite recent progress in application\\\\nof the ghost-free Analytic Perturbative Theory approach (with no adjustable\\\\nparameters) for QCD in the region below 1 GeV. Among them the Bethe--Salpeter\\\\nanalysis of the meson spectra and spin-dependent (polarization) Bjorken sum\\\\nrule. The impression is that there is a chance for the theoretically consistent\\\\nand numerically correlated description of hadronic events from Z_0 till a few\\\\nhundred MeV scale by combination of analytic pQCD and some explicit\\\\nnon-perturbative contribution in the spirit of duality. This is an invitation\\\\nto the practitioner community for a more courageous use of ghost-free QCD\\\\ncoupling models for data analysis in the low energy region.\\\\n\\', \"Comment: 12 pages, 5 figures, to be published in ``Quantum Field Theory and\\\\n Beyond\\'\\' (Essays in honor of Wolfhart Zimmermann on the occasion of his 80th\\\\n birthday), WS(Singapore)\"]'"
- ]
- },
- "execution_count": 13,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "sample_abstract"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "### Conditionor"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "\"\"\"\n",
- "The objective of this function is to get an abstract and return \n",
- "a list of words in the abstract. \n",
- "The idea is to get rid of some non-neccessary words and turn \n",
- "everything into their roots, also get rid of the latex and numbers\n",
- "and ...\n",
- "This function is to be used for making the dictionary and also in \n",
- "the vectorizer. \n",
- "\"\"\"\n",
- "\n",
- "def abstract_tokenizor(abstract):\n",
- " \"\"\"\n",
- " 1. Tokenize, \n",
- " 2. Lemetize\n",
- " 3. get rid of stop words\n",
- " 4. get rid of latex and extra commands\n",
- " \n",
- " \"\"\"\n",
- " return abstract_tl\n",
- " "
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "### Dictator"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "def dictator(abs_list):\n",
- " '''\n",
- " Make a dictionary from all the abstract in the list\n",
- " '''\n",
- " return dictionary"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "### Vectorizor"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "metadata": {},
- "outputs": [],
- "source": [
- "def vectorizer(abs_list, dictionary):\n",
- " '''\n",
- " Takes an input abstract and returns the \n",
- " vector corresponding to that.\n",
- " '''\n",
- " return vec"
- ]
- }
- ],
- "metadata": {
- "kernelspec": {
- "display_name": "Python 3",
- "language": "python",
- "name": "python3"
- },
- "language_info": {
- "codemirror_mode": {
- "name": "ipython",
- "version": 3
- },
- "file_extension": ".py",
- "mimetype": "text/x-python",
- "name": "python",
- "nbconvert_exporter": "python",
- "pygments_lexer": "ipython3",
- "version": "3.6.6"
- },
- "toc": {
- "base_numbering": 1,
- "nav_menu": {},
- "number_sections": true,
- "sideBar": true,
- "skip_h1_title": false,
- "title_cell": "Table of Contents",
- "title_sidebar": "Contents",
- "toc_cell": false,
- "toc_position": {},
- "toc_section_display": true,
- "toc_window_display": false
- }
- },
- "nbformat": 4,
- "nbformat_minor": 2
-}
diff --git a/Cat-List.ipynb b/Cat-List.ipynb
new file mode 100644
index 0000000..eaa3a05
--- /dev/null
+++ b/Cat-List.ipynb
@@ -0,0 +1,426 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "### Create Category List "
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "### Import Pacjage"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 13,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "import pandas as pd\n",
+ "import numpy as np"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "### Var "
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "CPU times: user 11.2 s, sys: 618 ms, total: 11.8 s\n",
+ "Wall time: 11.9 s\n"
+ ]
+ }
+ ],
+ "source": [
+ "%%time\n",
+ "Cat_Id = pd.read_csv('/home/mohammad/Documents/ML-Sharif/Archive_DataFrame.csv',index_col=0 ,usecols = ['subject','Unnamed: 0'],converters = {'subject' : eval})"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 3,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " subject | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 0705.1532 | \n",
+ " [Mathematics - Dynamical Systems] | \n",
+ "
\n",
+ " \n",
+ " | 0706.1373 | \n",
+ " [Nonlinear Sciences - Exactly Solvable and Int... | \n",
+ "
\n",
+ " \n",
+ " | 0706.2509 | \n",
+ " [High Energy Physics - Theory] | \n",
+ "
\n",
+ " \n",
+ " | 0708.1339 | \n",
+ " [Condensed Matter - Mesoscale and Nanoscale Ph... | \n",
+ "
\n",
+ " \n",
+ " | 0709.1272 | \n",
+ " [Computer Science - Mathematical Software, Com... | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " subject\n",
+ "0705.1532 [Mathematics - Dynamical Systems]\n",
+ "0706.1373 [Nonlinear Sciences - Exactly Solvable and Int...\n",
+ "0706.2509 [High Energy Physics - Theory]\n",
+ "0708.1339 [Condensed Matter - Mesoscale and Nanoscale Ph...\n",
+ "0709.1272 [Computer Science - Mathematical Software, Com..."
+ ]
+ },
+ "execution_count": 3,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "Cat_Id.head()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 5,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "['Mathematics - Dynamical Systems']"
+ ]
+ },
+ "execution_count": 5,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "(Cat_Id.iloc[0]['subject'])"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "### Main Code"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 9,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "def splitter(cat_entry):\n",
+ " elm = cat_entry.split(' - ')\n",
+ " if len(elm)==1:\n",
+ " return [elm[0], np.nan]\n",
+ " else:\n",
+ " return elm"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 10,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "'''\n",
+ "flag 0=> label = cat[0]\n",
+ "flag 1=> label = sub_cat[0]\n",
+ "flag 2=> label = cat\n",
+ "flag 3=> label = sub_cat\n",
+ "\n",
+ "\n",
+ "input cat_list is assued to be\n",
+ "[cat1-subcat1,cat2-subcat2,....]\n",
+ "'''\n",
+ "def fun_cat(cat_list, flag=0):\n",
+ "# print(cat_list)\n",
+ " if flag==0:\n",
+ " \n",
+ " return splitter(cat_list[0])[0]\n",
+ " elif flag==1:\n",
+ "# print(cat_list[0])\n",
+ " return splitter(cat_list[0])[1]\n",
+ " elif flag==2:\n",
+ " return [splitter(c)[0] for c in cat_list]\n",
+ " elif flag==3:\n",
+ " return [splitter(c)[1] for c in cat_list]\n",
+ " "
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 19,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Cat_Id['subject'].apply(lambda x: fun_cat(x, flag=1) )\n",
+ "# test_df = Cat_Id.copy().iloc[:100]\n",
+ "# test_df.head()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 20,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "#test_df = Cat_Id.iloc[:1000]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 34,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " subject | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 0705.1532 | \n",
+ " [Dynamical Systems] | \n",
+ "
\n",
+ " \n",
+ " | 0706.1373 | \n",
+ " [Exactly Solvable and Integrable Systems] | \n",
+ "
\n",
+ " \n",
+ " | 0706.2509 | \n",
+ " [Theory] | \n",
+ "
\n",
+ " \n",
+ " | 0708.1339 | \n",
+ " [Mesoscale and Nanoscale Physics, Superconduct... | \n",
+ "
\n",
+ " \n",
+ " | 0709.1272 | \n",
+ " [Mathematical Software, Distributed, Parallel,... | \n",
+ "
\n",
+ " \n",
+ " | 0709.1704 | \n",
+ " [nan, General Physics] | \n",
+ "
\n",
+ " \n",
+ " | 0710.2868 | \n",
+ " [nan, Statistical Mechanics] | \n",
+ "
\n",
+ " \n",
+ " | 0710.4005 | \n",
+ " [Fluid Dynamics, nan] | \n",
+ "
\n",
+ " \n",
+ " | 0711.4246 | \n",
+ " [nan, Statistical Mechanics, Probability, nan] | \n",
+ "
\n",
+ " \n",
+ " | 0711.4508 | \n",
+ " [Computational Complexity, Computer Vision and... | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " subject\n",
+ "0705.1532 [Dynamical Systems]\n",
+ "0706.1373 [Exactly Solvable and Integrable Systems]\n",
+ "0706.2509 [Theory]\n",
+ "0708.1339 [Mesoscale and Nanoscale Physics, Superconduct...\n",
+ "0709.1272 [Mathematical Software, Distributed, Parallel,...\n",
+ "0709.1704 [nan, General Physics]\n",
+ "0710.2868 [nan, Statistical Mechanics]\n",
+ "0710.4005 [Fluid Dynamics, nan]\n",
+ "0711.4246 [nan, Statistical Mechanics, Probability, nan]\n",
+ "0711.4508 [Computational Complexity, Computer Vision and..."
+ ]
+ },
+ "execution_count": 34,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "test_df = Cat_Id.copy()\n",
+ "test_df['subject'] = test_df['subject'].apply(lambda x: fun_cat(x, flag=3) )\n",
+ "test_df.head(10)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 35,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "test_df.to_csv('ALL_SubCat.csv', sep='\\t') \n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 36,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "'Exactly Solvable and Integrable Systems'"
+ ]
+ },
+ "execution_count": 36,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "fun_cat( test_df['subject'].iloc[1] )"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 163,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "['Mesoscale and Nanoscale Physics', 'Superconductivity']"
+ ]
+ },
+ "execution_count": 163,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "[c.split(' - ',1)[1] for c in Cat_Id['subject'][3]]"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 117,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "['Mathematics - Dynamical Systems']"
+ ]
+ },
+ "execution_count": 117,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "Cat_Id.iloc[0]['subject']"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 16,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Save Just First Argument of Category\n",
+ "First_Argu = []\n",
+ "for i in org_Sub:\n",
+ " Temp = (i[0])\n",
+ " if '-' in Temp : \n",
+ " MainBranch , SubBranch = Temp.split(' - ',1)\n",
+ " \n",
+ " First_Argu.append([MainBranch,SubBranch])\n",
+ " \n",
+ " else:\n",
+ " First_Argu.append([Temp,'Null'])"
+ ]
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.6.7"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
diff --git a/Sub_Cat[0].csv b/Sub_Cat[0].csv
new file mode 100644
index 0000000..fec9de4
--- /dev/null
+++ b/Sub_Cat[0].csv
@@ -0,0 +1,1029856 @@
+ subject
+0705.1532 Dynamical Systems
+0706.1373 Exactly Solvable and Integrable Systems
+0706.2509 Theory
+0708.1339 Mesoscale and Nanoscale Physics
+0709.1272 Mathematical Software
+0709.1704
+0710.2868
+0710.4005 Fluid Dynamics
+0711.4246
+0711.4508 Computational Complexity
+0712.1999 Strongly Correlated Electrons
+0712.2094 Computational Geometry
+0712.2764 Analysis of PDEs
+0801.1036 Combinatorics
+0801.2085 Analysis of PDEs
+0802.2794 Mesoscale and Nanoscale Physics
+0802.4385 Materials Science
+0803.0234 Group Theory
+0803.0480 Materials Science
+0803.3777 Information Theory
+0804.2068
+0805.0246 Mesoscale and Nanoscale Physics
+0805.0817 Combinatorics
+0805.1154 Digital Libraries
+0805.2503
+0805.2545
+0805.3968 Experiment
+0805.4749
+0806.0785 Materials Science
+0806.1014
+0806.1084 Superconductivity
+0806.1448
+0806.1634 Adaptation and Self-Organizing Systems
+0806.1716 General Physics
+0806.1748
+0806.1752 Analysis of PDEs
+0806.1756 Strongly Correlated Electrons
+0806.1757 Differential Geometry
+0806.1759 Logic
+0806.1763 Group Theory
+0806.1765 Algebraic Geometry
+0806.1767 Algebraic Topology
+0806.1768 Operating Systems
+0806.1772 Commutative Algebra
+0806.1776 Combinatorics
+0806.1782 Analysis of PDEs
+0806.1784 Optics
+0806.1785 Optimization and Control
+0806.1791 Operator Algebras
+0806.1800
+0806.1803 Rings and Algebras
+0806.1805 Phenomenology
+0806.1806 Artificial Intelligence
+0806.1807
+0806.1810
+0806.1814 Algebraic Topology
+0806.1820 Probability
+0806.1827 Logic in Computer Science
+0806.1829 Space Physics
+0806.1832 K-Theory and Homology
+0806.1834 Information Theory
+0806.1836 Differential Geometry
+0806.1838 Disordered Systems and Neural Networks
+0806.1843 Networking and Internet Architecture
+0806.1845 Networking and Internet Architecture
+0806.1846 Networking and Internet Architecture
+0806.1848 Differential Geometry
+0806.1849 Algebraic Geometry
+0806.1864 Accelerator Physics
+0806.1868 Phenomenology
+0806.1872 Populations and Evolution
+0806.1873 Combinatorics
+0806.1877
+0806.1898 Probability
+0806.1902 Analysis of PDEs
+0806.1905
+0806.1909 Physics and Society
+0806.1919 Information Theory
+0806.1922 Mesoscale and Nanoscale Physics
+0806.1924 Differential Geometry
+0806.1926 Quantum Algebra
+0806.1927 History and Overview
+0806.1931 Cryptography and Security
+0806.1936
+0806.1941
+0806.1945 Chaotic Dynamics
+0806.1948 Data Structures and Algorithms
+0806.1949 Chaotic Dynamics
+cond-mat/0504520 Strongly Correlated Electrons
+cond-mat/0701502 Other Condensed Matter
+math/0702630 Metric Geometry
+physics/0606032 Atomic and Molecular Clusters
+physics/0611302 Atomic Physics
+quant-ph/0506203
+quant-ph/0512247
+0707.2929
+0710.1249 Disordered Systems and Neural Networks
+0710.3457 Strongly Correlated Electrons
+0802.1308
+0803.2919
+0803.3185 Strongly Correlated Electrons
+0804.1366 Statistical Mechanics
+0804.2056 Phenomenology
+0804.2061 Mesoscale and Nanoscale Physics
+0804.3860 Computer Science and Game Theory
+0805.4244 Materials Science
+0806.0450
+0806.2499 Statistical Mechanics
+0808.0249
+cs/0608081 Computer Science and Game Theory
+math-ph/0611055
+math/0412062 History and Overview
+math/0507401 History and Overview
+math/0612733 Representation Theory
+0704.3349 Functional Analysis
+0704.3430 Atomic Physics
+0705.3442 Atomic Physics
+0706.3686 Other Condensed Matter
+0707.1472 Mesoscale and Nanoscale Physics
+0708.1048 Complex Variables
+0708.3424 Algebraic Geometry
+0709.3512 Data Analysis, Statistics and Probability
+0710.0510 Symbolic Computation
+0710.1669 Number Theory
+0711.3433 Representation Theory
+0711.4380 Information Theory
+0712.2431 Differential Geometry
+0712.3203 Data Structures and Algorithms
+0802.1431 Physics and Society
+0802.2303 Strongly Correlated Electrons
+0802.3522 Information Retrieval
+0803.3031 Mesoscale and Nanoscale Physics
+0804.4207
+0805.0165
+0805.1282 Superconductivity
+0805.4298 Mesoscale and Nanoscale Physics
+0805.4546 Soft Condensed Matter
+0806.1040 Combinatorics
+0806.2928 Quantum Algebra
+0806.3241 Materials Science
+0806.3277 Combinatorics
+0806.3279
+0806.3292 Combinatorics
+0806.3299
+0806.3317 Information Theory
+0806.3320 Information Theory
+0806.3321 Information Theory
+0806.3322 Information Theory
+0806.3324 Information Theory
+0806.3325 Information Theory
+0806.3328 Information Theory
+0806.3329 Information Theory
+0806.3334 Differential Geometry
+0806.3336 Phenomenology
+0806.3338
+0806.3341 Phenomenology
+0806.3351 Quantum Algebra
+0806.3359
+0806.3366 Classical Analysis and ODEs
+0806.3368 Chemical Physics
+0806.3375 Optics
+0806.3378 Data Analysis, Statistics and Probability
+0806.3392 Combinatorics
+0806.3393 Theory
+0806.3404
+0806.3411 Rings and Algebras
+0806.3417 Analysis of PDEs
+0806.3418 General Physics
+0806.3421 K-Theory and Homology
+0806.3422 Numerical Analysis
+0806.3425 Numerical Analysis
+0806.3435 Phenomenology
+0806.3437
+0806.3442 Optimization and Control
+0806.3443
+0806.3444 Algebraic Geometry
+0806.3449 Analysis of PDEs
+astro-ph/0412439
+astro-ph/0612461
+cond-mat/0308016 Disordered Systems and Neural Networks
+cond-mat/0308098 Disordered Systems and Neural Networks
+cond-mat/0501364 Soft Condensed Matter
+cond-mat/0502624 Soft Condensed Matter
+math-ph/0510072
+math/0308237 Probability
+math/0608143 Algebraic Geometry
+math/0701462 History and Overview
+nlin/0609052 Chaotic Dynamics
+physics/0608105 Atmospheric and Oceanic Physics
+physics/0703278 Chemical Physics
+0705.3679 Disordered Systems and Neural Networks
+0707.1524
+0707.1741 Populations and Evolution
+0707.3362
+0708.1519 Optics
+0708.3475 Strongly Correlated Electrons
+0709.2249 Geometric Topology
+0709.3711 Strongly Correlated Electrons
+0710.4338
+0711.0062 Theory
+0711.0207 Materials Science
+0711.2374 Dynamical Systems
+0711.2940 Mesoscale and Nanoscale Physics
+0711.4405 Geometric Topology
+0801.1289 Representation Theory
+0801.4306
+0801.4562
+0801.4563
+0801.4568
+0801.4571 Information Theory
+0801.4582 Phenomenology
+0801.4585 Computational Complexity
+0801.4588 Mesoscale and Nanoscale Physics
+0801.4590 Algebraic Geometry
+0801.4608 Differential Geometry
+0801.4609 Algebraic Geometry
+0801.4616 Dynamical Systems
+0801.4619 Dynamical Systems
+0801.4621 Probability
+0801.4628 Geometric Topology
+0801.4629 Methodology
+0801.4633 Disordered Systems and Neural Networks
+0801.4642 Other Condensed Matter
+0801.4648 Atmospheric and Oceanic Physics
+0801.4652 Complex Variables
+0801.4656
+0801.4658
+0801.4663
+0801.4664 Cryptography and Security
+0801.4667
+0801.4671
+0801.4684 Neurons and Cognition
+0801.4688 General Physics
+0801.4692 Differential Geometry
+0801.4694 History and Philosophy of Physics
+0801.4697 Classical Physics
+0801.4698 Analysis of PDEs
+0801.4708 Probability
+0801.4716 Computation and Language
+0801.4717 Optimization and Control
+0801.4726 Probability
+0801.4731 Optimization and Control
+0801.4737 Theory
+0801.4740 Algebraic Geometry
+0801.4741 Geometric Topology
+0801.4742
+0801.4744
+0801.4747 Algebraic Geometry
+0801.4750 Other Computer Science
+0801.4752
+0801.4754
+0801.4756 Other Condensed Matter
+cond-mat/0605208 Statistical Mechanics
+math-ph/0611088
+math-ph/0701072
+math/0409245 Group Theory
+math/0501288 Group Theory
+math/0703595 Commutative Algebra
+0704.3342 Representation Theory
+0705.2096 Representation Theory
+0711.2918 Mesoscale and Nanoscale Physics
+0712.2812 Number Theory
+0804.4468
+0806.1675 Superconductivity
+0807.3505 Materials Science
+0807.3735 Superconductivity
+0808.0594
+0809.4795 Accelerator Physics
+0809.4796 Accelerator Physics
+cond-mat/0206293 Superconductivity
+math-ph/0506043
+math/0106057 Representation Theory
+math/0207275 Representation Theory
+math/0311406 Representation Theory
+math/0507610 Representation Theory
+math/0512365 Number Theory
+0705.2620 Combinatorics
+0707.1164
+0709.1773 Optics
+0710.0812 Materials Science
+0710.0822 Materials Science
+0710.2687 Quantum Algebra
+0710.5549
+0711.1522 Molecular Networks
+0712.0820 Mesoscale and Nanoscale Physics
+0801.0513 Disordered Systems and Neural Networks
+0801.4506 Superconductivity
+0802.0230 Other Condensed Matter
+0802.1155
+0803.0899 Other Condensed Matter
+0803.2091 Optimization and Control
+0803.3847 Mesoscale and Nanoscale Physics
+0804.1246 Mesoscale and Nanoscale Physics
+0804.2869 Functional Analysis
+0805.0332 Mesoscale and Nanoscale Physics
+0805.4344 Classical Analysis and ODEs
+0805.4514 Plasma Physics
+0806.1394 Phenomenology
+0806.2860 Optimization and Control
+0806.4152 Algebraic Geometry
+0806.4554 Phenomenology
+0807.0125 Differential Geometry
+0807.0337 Artificial Intelligence
+0807.0343 Representation Theory
+cs/0612028 Data Structures and Algorithms
+hep-ph/0408025 Phenomenology
+math/0409199 Combinatorics
+math/0502086 Representation Theory
+math/0504078 Representation Theory
+math/0505087 Group Theory
+math/0511043 Representation Theory
+math/0511544 Combinatorics
+math/0511737 Representation Theory
+math/0601373 Group Theory
+math/0604224 Representation Theory
+math/0605275 Combinatorics
+math/0611436 Algebraic Topology
+math/0701311 Algebraic Geometry
+physics/0502116 Optics
+physics/0609207 Optics
+0704.2317 Statistical Mechanics
+0705.2112 Exactly Solvable and Integrable Systems
+0705.4379 Strongly Correlated Electrons
+0706.1124 Commutative Algebra
+0706.1974 Strongly Correlated Electrons
+0708.1900 Numerical Analysis
+0708.1979 Logic
+0708.4343 Physics and Society
+0710.3116 Metric Geometry
+0710.4568 Mesoscale and Nanoscale Physics
+0710.4933 Materials Science
+0711.2221 Mesoscale and Nanoscale Physics
+0801.2932 Statistical Mechanics
+0802.0760
+0802.1066 Strongly Correlated Electrons
+0802.3120 Algebraic Geometry
+0803.0114 Soft Condensed Matter
+0803.2947 Other Condensed Matter
+0803.3967 Statistical Mechanics
+0804.1695 Differential Geometry
+0804.3499 Mesoscale and Nanoscale Physics
+0805.0700 Superconductivity
+0805.3673 Algebraic Topology
+0805.3690
+0805.3820
+0805.3962
+0805.4426 Theory
+0805.4520 Theory
+0806.0008 Dynamical Systems
+0806.0019 Mesoscale and Nanoscale Physics
+0806.0026
+0806.0031 Logic
+0806.0033 Logic
+0806.0035 Differential Geometry
+0806.0047 Functional Analysis
+0806.0052 Functional Analysis
+0806.0056 Functional Analysis
+0806.0058 Functional Analysis
+0806.0062 Algebraic Geometry
+0806.0065 Algebraic Topology
+0806.0089 Algebraic Geometry
+0806.0090 Differential Geometry
+0806.0093 Complex Variables
+0806.0097 Complex Variables
+0806.0100 Analysis of PDEs
+0806.0103 Logic in Computer Science
+0806.0104 History and Overview
+0806.0105 Fluid Dynamics
+0806.0107 Algebraic Geometry
+0806.0109 Biological Physics
+0806.0111 Representation Theory
+0806.0117 Materials Science
+0806.0124 Pattern Formation and Solitons
+0806.0127 Cellular Automata and Lattice Gases
+0806.0129 Computation
+0806.0138 Biological Physics
+0806.0140 Atomic Physics
+0806.0142 Information Theory
+0806.0151
+0806.0154
+0806.0160 Phenomenology
+0806.0165 General Physics
+0806.0168 Group Theory
+0806.0169 General Mathematics
+0806.0171 General Physics
+0806.0172 Human-Computer Interaction
+0806.0175
+0806.0178 Combinatorics
+0806.0180 Chaotic Dynamics
+0806.0182 Human-Computer Interaction
+0806.0184 Adaptation and Self-Organizing Systems
+0806.0186 Other Condensed Matter
+0806.0188 General Physics
+0806.0189 Human-Computer Interaction
+0806.0197 Classical Analysis and ODEs
+0806.0201 Differential Geometry
+0806.0204 Analysis of PDEs
+0806.0205 Genomics
+0806.0219 Algebraic Geometry
+0806.0220 Differential Geometry
+0806.0221 Strongly Correlated Electrons
+0806.0222 Mesoscale and Nanoscale Physics
+0806.0225 Complex Variables
+0806.0226 Phenomenology
+0806.0241
+0806.0260 Dynamical Systems
+0806.0262 Other Condensed Matter
+0806.0273 Physics and Society
+0806.0279 Combinatorics
+0806.0280 Combinatorics
+0806.0281 Combinatorics
+0806.0286
+0806.0299 Analysis of PDEs
+0806.0303 Geometric Topology
+0806.0308 Category Theory
+0806.0309 Number Theory
+0806.0312
+0806.0314 Human-Computer Interaction
+0806.0320 Optimization and Control
+0806.0326 Geometric Topology
+0806.0332 Category Theory
+0806.0334 General Physics
+0806.0341 Computational Geometry
+0806.0342 Analysis of PDEs
+0806.0344 Physics and Society
+0806.0349
+0806.0351 Differential Geometry
+0806.0353
+0806.0360 Geophysics
+0806.0362 Probability
+cs/0607131 Cryptography and Security
+math/0511633 Combinatorics
+math/0603033 Combinatorics
+math/0610720 Representation Theory
+math/0611233 Representation Theory
+math/0612437 Commutative Algebra
+math/0702452 Combinatorics
+quant-ph/0602019
+0707.3643 Rings and Algebras
+0709.0907 Information Theory
+0710.1090 Other Condensed Matter
+0710.3217 Number Theory
+0711.1084 Materials Science
+0711.2996 Strongly Correlated Electrons
+0711.3253 Populations and Evolution
+0801.0346 Fluid Dynamics
+0801.3745
+0801.4666 Probability
+0802.3337 Mesoscale and Nanoscale Physics
+0803.0269 Statistical Mechanics
+0803.2543
+0803.2922 Other Condensed Matter
+0803.3028 Materials Science
+0804.2253 Mesoscale and Nanoscale Physics
+0804.2254 Strongly Correlated Electrons
+0804.3620
+0805.0738 Other Condensed Matter
+0805.3013 Disordered Systems and Neural Networks
+0805.4305 Superconductivity
+0806.0123 Strongly Correlated Electrons
+0806.0311 Discrete Mathematics
+0806.1721 General Mathematics
+0806.2751 Superconductivity
+0806.3939 Computer Vision and Pattern Recognition
+0807.3265 Probability
+0807.3329
+0807.3332 Information Theory
+0807.3337 Rings and Algebras
+0807.3351 Optics
+0807.3353 Genomics
+0807.3355 Optimization and Control
+0807.3363 Quantum Algebra
+0807.3371
+0807.3372 Strongly Correlated Electrons
+0807.3384 Phenomenology
+0807.3387 Quantitative Methods
+0807.3391
+0807.3392 Statistics Theory
+0807.3396 Information Theory
+0807.3397 Statistics Theory
+0807.3406 Combinatorics
+0807.3410 Statistics Theory
+0807.3421
+0807.3423 Machine Learning
+0807.3425 Mesoscale and Nanoscale Physics
+0807.3426 Materials Science
+0807.3427 Computer Science and Game Theory
+0807.3430 Materials Science
+0807.3434 Fluid Dynamics
+0807.3441 Probability
+0807.3446 Experiment
+0807.3454 Classical Physics
+0807.3461 Number Theory
+0807.3465
+0807.3466 Data Analysis, Statistics and Probability
+0807.3472 Statistical Mechanics
+0807.3474 Statistical Mechanics
+0807.3477
+0807.3483 Artificial Intelligence
+0807.3490 Numerical Analysis
+0807.3499 Rings and Algebras
+0807.3506 Probability
+0807.3508
+0807.3509 Pattern Formation and Solitons
+0807.3510 Materials Science
+0807.3511
+0807.3515
+0807.3518 Number Theory
+0807.3519 Combinatorics
+0807.3521 Cell Behavior
+0807.3522 Number Theory
+0807.3524 Probability
+0807.3528 Biological Physics
+0807.3532 Instrumentation and Detectors
+0807.3534 Physics Education
+0807.3541 Combinatorics
+0807.3543 Combinatorics
+0807.3546 Representation Theory
+cond-mat/0703480 Strongly Correlated Electrons
+hep-ph/0603024 Phenomenology
+math/0410233 Geometric Topology
+math/0609683 Geometric Topology
+math/0703638 Geometric Topology
+quant-ph/0611052
+0704.2582 Superconductivity
+0704.3115 Mesoscale and Nanoscale Physics
+0706.0618 Soft Condensed Matter
+0706.2774 Strongly Correlated Electrons
+0707.4617 Algebraic Geometry
+0711.0872 Materials Science
+0802.1409 Mesoscale and Nanoscale Physics
+0802.2739 Algebraic Geometry
+0802.3722 Instrumentation and Detectors
+0803.0712 Soft Condensed Matter
+0803.1811 Statistical Mechanics
+0803.2197 Mesoscale and Nanoscale Physics
+0803.4058 Physics and Society
+0804.0168 Superconductivity
+0804.1685 Strongly Correlated Electrons
+0804.2342 Mesoscale and Nanoscale Physics
+0804.3082
+0804.3467
+0804.4324
+0805.1538
+0805.2919 Mesoscale and Nanoscale Physics
+0805.3737 Superconductivity
+0806.1574 Mesoscale and Nanoscale Physics
+0807.0420 Phenomenology
+0807.0725 Computation
+0807.1005 Statistics Theory
+0807.1525 Superconductivity
+0807.2861 Theory
+0807.3172 Superconductivity
+0807.3556
+0807.4489 Strongly Correlated Electrons
+0808.0644 Strongly Correlated Electrons
+0808.3320 Physics and Society
+0808.4036 Soft Condensed Matter
+0808.4048 Soft Condensed Matter
+0809.0013 Physics Education
+0809.1017 Information Theory
+0809.1444
+0809.1758 Phenomenology
+0809.2294 Functional Analysis
+0809.2353 Theory
+0809.2558 Theory
+0809.2612
+0809.2616 Space Physics
+0809.2618 Differential Geometry
+0809.2623 Combinatorics
+0809.2625 Statistics Theory
+0809.2626 Combinatorics
+0809.2629
+0809.2641 Theory
+0809.2642
+0809.2649 Soft Condensed Matter
+0809.2653 Soft Condensed Matter
+0809.2655
+0809.2660 Materials Science
+0809.2662 Materials Science
+0809.2664 Analysis of PDEs
+0809.2669 Phenomenology
+0809.2679 Differential Geometry
+0809.2680 Multiagent Systems
+0809.2686 Databases
+0809.2687 Databases
+0809.2688 Databases
+0809.2690 Materials Science
+0809.2691 Databases
+0809.2696 Symbolic Computation
+0809.2698 Analysis of PDEs
+0809.2700 Mesoscale and Nanoscale Physics
+0809.2701 Theory
+0809.2711
+0809.2714 Genomics
+0809.2717
+0809.2722 Differential Geometry
+0809.2725 Differential Geometry
+0809.2729 Differential Geometry
+0809.2735 Differential Geometry
+0809.2740
+0809.2742
+0809.2743
+0809.2745 Phenomenology
+0809.2751
+0809.2752 Functional Analysis
+0809.2754 Information Theory
+0809.2757
+0809.2761 Algebraic Geometry
+0809.2765 Other Condensed Matter
+0809.2766 Instrumentation and Detectors
+0809.2770 General Physics
+0809.2772
+0809.2774 Number Theory
+0809.2775 Biomolecules
+0809.2778 Theory
+cond-mat/0605086 Soft Condensed Matter
+hep-th/0511287 Theory
+math/0409256 Representation Theory
+math/0506511 Algebraic Geometry
+math/0510276 Statistics Theory
+math/0604183 Algebraic Geometry
+math/0612279 Spectral Theory
+math/0702548 Algebraic Geometry
+nlin/0612002 Exactly Solvable and Integrable Systems
+nucl-th/0607014
+0704.0945 Probability
+0704.3671 Mesoscale and Nanoscale Physics
+0705.1412 Geophysics
+0705.3588 Probability
+0706.2720 Probability
+0706.3351 Statistical Mechanics
+0707.3715 Statistics Theory
+0708.0703 Neurons and Cognition
+0708.2823 Soft Condensed Matter
+0708.4183 Probability
+0708.4397 Number Theory
+0709.3165 Probability
+0710.0302
+0710.2039 Statistics Theory
+0710.3659
+0711.2576 Probability
+0712.2482
+0801.0443 Statistical Mechanics
+0801.2437 Soft Condensed Matter
+0801.3194
+0801.3860
+0802.1370 Geometric Topology
+0803.0535 Statistical Mechanics
+0804.3166 Applications
+0805.0776 Metric Geometry
+0805.1236
+0805.1725 Geophysics
+0805.3417 Soft Condensed Matter
+0805.3889 Disordered Systems and Neural Networks
+0805.4519 Soft Condensed Matter
+0806.2322 Disordered Systems and Neural Networks
+0806.2445 Superconductivity
+0806.4258
+0807.0632 Superconductivity
+0807.0707 Strongly Correlated Electrons
+0808.0536 Optics
+0808.0612 Other Condensed Matter
+0808.1023
+0808.1029
+0808.1032
+0808.1037
+0808.1406 Strongly Correlated Electrons
+0808.2946 Functional Analysis
+0808.3719 Other Condensed Matter
+0809.0218
+0809.0523 Statistical Mechanics
+0809.0534 Quantum Algebra
+0809.0709 Statistical Mechanics
+0809.1125 Algebraic Topology
+0809.3007 Experiment
+0809.4905 Materials Science
+0810.0268
+0810.1164 Applications
+0810.4078 Phenomenology
+0810.4505 Geometric Topology
+0810.5007 Experiment
+0811.1231 Differential Geometry
+0811.2002 Symplectic Geometry
+0811.2005
+0811.2016 Learning
+0811.2021 Exactly Solvable and Integrable Systems
+0811.2023 Algebraic Geometry
+0811.2039 Materials Science
+0811.2040 Probability
+0811.2046 Probability
+0811.2058
+0811.2060
+0811.2062
+0811.2063
+0811.2064 Probability
+0811.2071
+0811.2076 Probability
+0811.2078 Statistical Mechanics
+0811.2082 Materials Science
+0811.2083 Differential Geometry
+0811.2090 Functional Analysis
+0811.2091 Functional Analysis
+0811.2092 Atomic Physics
+0811.2093 Probability
+0811.2102 Number Theory
+0811.2103
+0811.2115
+0811.2117 Databases
+0811.2119 Combinatorics
+0811.2123 General Physics
+0811.2126 Functional Analysis
+0811.2127 Lattice
+0811.2131 Functional Analysis
+0811.2133 Physics Education
+0811.2145
+0811.2146 Materials Science
+0811.2147 Combinatorics
+0811.2149
+0811.2151 Analysis of PDEs
+0811.2159 Analysis of PDEs
+0811.2160 Representation Theory
+0811.2167 Materials Science
+0811.2172 Materials Science
+0811.2175
+0811.2184 Phenomenology
+0811.2186
+0811.2189 Populations and Evolution
+0811.2191 Functional Analysis
+0811.2201 Information Theory
+astro-ph/0603275
+hep-th/0702158 Theory
+math/0211058 Algebraic Topology
+math/0504206 Geometric Topology
+math/0701879 Probability
+math/0703496 Differential Geometry
+math/0703639 Group Theory
+physics/0611024 Classical Physics
+quant-ph/0509212
+quant-ph/0612090
+0706.3418 Strongly Correlated Electrons
+0803.1163 Strongly Correlated Electrons
+0803.1672 Computational Complexity
+0803.3525 Classical Analysis and ODEs
+0804.0901 Combinatorics
+0804.3200 Mesoscale and Nanoscale Physics
+hep-ex/0605028 Experiment
+hep-ex/0605045 Experiment
+hep-ex/0605051 Experiment
+hep-ex/0605061 Experiment
+hep-ex/0605082 Experiment
+hep-ex/0605084 Experiment
+hep-ex/0605088 Experiment
+hep-ex/0605094 Experiment
+hep-ex/0605115 Experiment
+hep-ex/0607005 Experiment
+hep-ex/0607007 Experiment
+hep-ex/0609012 Experiment
+hep-ex/0611001 Experiment
+hep-ex/0612002 Experiment
+hep-ex/0701003 Experiment
+hep-ex/0701030 Experiment
+hep-ex/0703001 Experiment
+math/0311125 Probability
+math/0601507 Algebraic Geometry
+physics/0607109 Physics and Society
+quant-ph/0604174
+0704.1431 Combinatorics
+0705.2396
+0708.0191 Other Condensed Matter
+0708.1330
+0708.1430 Number Theory
+0708.1489 Theory
+0709.2022 Optics
+0709.2700 Group Theory
+0709.3079 Combinatorics
+0710.4111 Operator Algebras
+0710.4174 Analysis of PDEs
+0710.4484 Symplectic Geometry
+0710.5160 Soft Condensed Matter
+0711.0776 Superconductivity
+0711.1551 Atmospheric and Oceanic Physics
+0711.1905 Dynamical Systems
+0711.3462
+0711.3465
+0712.3259 Mesoscale and Nanoscale Physics
+0801.2995 Strongly Correlated Electrons
+0802.0426 Algebraic Geometry
+0802.1388 Statistics Theory
+0802.2032 Spectral Theory
+0802.2166
+0803.1292
+0803.2064 Disordered Systems and Neural Networks
+0803.2243
+0803.3173 Statistical Mechanics
+0804.0003
+0804.0992
+0804.4374
+0805.0043 Optics
+0805.1482 Statistical Mechanics
+0805.3457 Statistical Mechanics
+0806.2427 Other Condensed Matter
+0806.2695 Quantum Algebra
+0806.3433 Combinatorics
+0806.3520 Theory
+0806.4509 Materials Science
+0807.0240 Number Theory
+0807.0247 Cell Behavior
+0807.0248 Phenomenology
+0807.0256 General Physics
+0807.0257 Numerical Analysis
+0807.0260 Materials Science
+0807.0263
+0807.0265 Analysis of PDEs
+0807.0269 Theory
+0807.0271 Quantum Algebra
+0807.0279 Optics
+0807.0280
+0807.0281 Soft Condensed Matter
+0807.0288 Mesoscale and Nanoscale Physics
+0807.0306 Statistical Mechanics
+0807.0311 Computation and Language
+0807.0312 Algebraic Geometry
+0807.0313 Combinatorics
+0807.0321 Phenomenology
+0807.0326 Probability
+0807.0328 General Physics
+0807.0330
+0807.0332 General Physics
+0807.0333 Soft Condensed Matter
+0807.0334
+0807.0340 Disordered Systems and Neural Networks
+0807.0349 Instrumentation and Detectors
+0807.0357 Differential Geometry
+0807.0372 Physics and Society
+0807.0378 Materials Science
+0807.0403 Numerical Analysis
+0807.0406 Theory
+0807.0418 Physics Education
+0807.0432 Numerical Analysis
+0807.0433 Combinatorics
+0807.0436
+cond-mat/0407523 Statistical Mechanics
+cond-mat/0410712 Statistical Mechanics
+cond-mat/0506139 Statistical Mechanics
+cond-mat/0606818 Strongly Correlated Electrons
+cond-mat/9907082 Statistical Mechanics
+cs/0607036 Computational Complexity
+cs/0612142 Discrete Mathematics
+math/0602065 Probability
+math/0610904 Metric Geometry
+quant-ph/0605106
+0705.4067
+0706.0120
+0706.1162 Human-Computer Interaction
+0706.2083 Mesoscale and Nanoscale Physics
+0707.0953 Probability
+0707.1130 Geometric Topology
+0707.1352 Algebraic Geometry
+0708.0180
+0709.1362 Other Condensed Matter
+0709.4154 Number Theory
+0710.1143
+0710.2305 Combinatorics
+0710.3360 Superconductivity
+0710.4585 Mesoscale and Nanoscale Physics
+0711.0964 Algebraic Geometry
+0711.2081 Theory
+0711.4859 Algebraic Topology
+0712.0730
+0712.1611 Combinatorics
+0712.4057 Cryptography and Security
+0802.1644 Statistics Theory
+0802.1667 Quantitative Methods
+0802.1738 Information Retrieval
+0802.2158 Learning
+0802.2279
+0802.2281
+0802.2294 Geometric Topology
+0802.2299
+0802.2300 Computational Complexity
+0802.2304 Mesoscale and Nanoscale Physics
+0802.2306 Software Engineering
+0802.2307
+0802.2309
+0802.2316 Analysis of PDEs
+0802.2317 Computers and Society
+0802.2322 Functional Analysis
+0802.2323 Combinatorics
+0802.2325 Differential Geometry
+0802.2326 Mesoscale and Nanoscale Physics
+0802.2329 Commutative Algebra
+0802.2337
+0802.2339
+0802.2345 Information Theory
+0802.2346 Differential Geometry
+0802.2349 Information Theory
+0802.2352 Analysis of PDEs
+0802.2353 Dynamical Systems
+0802.2355 Populations and Evolution
+0802.2356 Complex Variables
+0802.2362 Computational Physics
+0802.2367
+0802.2370
+0802.2371 Other Computer Science
+0802.2373 Probability
+0802.2374 Differential Geometry
+0802.2376 Plasma Physics
+0802.2383 Chaotic Dynamics
+0802.2384 Materials Science
+0802.2387 Strongly Correlated Electrons
+0802.2394
+0802.2399 Computational Physics
+0802.2407 Materials Science
+0802.2411 Neural and Evolutionary Computing
+0802.2413 Dynamical Systems
+0802.2416
+0802.2418 Distributed, Parallel, and Cluster Computing
+0802.2420 Strongly Correlated Electrons
+0802.2422 Phenomenology
+0802.2425 Strongly Correlated Electrons
+0802.2429 Artificial Intelligence
+0802.2439 General Mathematics
+0802.2443
+0802.2445 Dynamical Systems
+0802.2448
+0802.2450
+0802.2454 Differential Geometry
+0802.2455 Other Condensed Matter
+0802.2465 Chaotic Dynamics
+0802.2468 Spectral Theory
+0802.2474 Differential Geometry
+0802.2479 Classical Physics
+0802.2480 Atomic and Molecular Clusters
+0802.2481 Algebraic Geometry
+0802.2482 Atomic and Molecular Clusters
+0802.2485 Superconductivity
+0802.2493
+0802.2495 Probability
+0802.2505
+0802.2508 Neurons and Cognition
+0802.2511 Physics and Society
+0802.2517 Classical Analysis and ODEs
+0802.2526 Molecular Networks
+0802.2528 Data Structures and Algorithms
+0802.2532
+0802.2533 Combinatorics
+0802.2538
+astro-ph/0303455
+hep-th/0205149 Theory
+hep-th/0408169 Theory
+hep-th/0512190 Theory
+hep-th/0603019 Theory
+math-ph/0606001
+math/0410487 Differential Geometry
+math/0506236 Differential Geometry
+math/0604120 Operator Algebras
+math/0611005 Geometric Topology
+math/0701399 Quantum Algebra
+math/0703616 Spectral Theory
+physics/0606140 Chemical Physics
+quant-ph/0105058
+quant-ph/0602156
+0704.1403 Quantum Algebra
+0705.2888 Combinatorics
+0708.0093 Algebraic Geometry
+0708.1639 Mesoscale and Nanoscale Physics
+0708.4408 Probability
+0710.1593 Statistical Mechanics
+0710.3132 Probability
+0710.3264 Soft Condensed Matter
+0711.1053 Materials Science
+0711.2325
+0712.0443 Superconductivity
+0712.3082 Materials Science
+0802.0224 Statistical Mechanics
+0802.0329
+0802.3014 Algebraic Geometry
+0803.0511 Atomic Physics
+0803.0778 Information Theory
+0803.4384 Superconductivity
+0804.1273 Materials Science
+0804.1994 Theory
+0804.3080 General Physics
+0804.4299 General Physics
+0805.0541 Other Computer Science
+0805.0601 Algebraic Geometry
+0805.0610 Analysis of PDEs
+0805.0617 Probability
+0805.0620 Functional Analysis
+0805.0625 Analysis of PDEs
+0805.0639 Optimization and Control
+0805.0644 Superconductivity
+0805.0646 Differential Geometry
+0805.0647 Soft Condensed Matter
+0805.0650 Software Engineering
+0805.0658 Differential Geometry
+0805.0664 Geophysics
+0805.0667 Operator Algebras
+0805.0671
+0805.0672 Strongly Correlated Electrons
+0805.0674 General Mathematics
+0805.0675 Phenomenology
+0805.0682 Phenomenology
+0805.0686 Rings and Algebras
+0805.0688 Soft Condensed Matter
+0805.0689 Materials Science
+0805.0693 Functional Analysis
+0805.0696 Biomolecules
+0805.0702 General Physics
+0805.0711 Statistical Mechanics
+0805.0725
+0805.0727 Mesoscale and Nanoscale Physics
+0805.0728 Chaotic Dynamics
+0805.0732 Statistics Theory
+0805.0736 Superconductivity
+0805.0739 Atmospheric and Oceanic Physics
+0805.0741 Strongly Correlated Electrons
+0805.0742 Experiment
+0805.0743 Algebraic Topology
+0805.0747 Databases
+0805.0750 Analysis of PDEs
+0805.0752
+0805.0753 Materials Science
+0805.0756 Algebraic Geometry
+0805.0766 Computer Science and Game Theory
+0805.0769 Optics
+0805.0771
+0805.0773
+0805.0775 Number Theory
+0805.0782 Networking and Internet Architecture
+0805.0785 Artificial Intelligence
+0805.0787 Representation Theory
+cond-mat/0306204 Soft Condensed Matter
+cond-mat/0401526 Soft Condensed Matter
+cond-mat/0505632 Strongly Correlated Electrons
+cond-mat/0606767 Materials Science
+cs/0701098 Information Theory
+hep-ph/0612197 Phenomenology
+math/0505615 Complex Variables
+math/0605093 Algebraic Geometry
+math/0611034 Classical Analysis and ODEs
+math/0611038 Classical Analysis and ODEs
+math/0612668 Algebraic Geometry
+nlin/0608001 Chaotic Dynamics
+quant-ph/0611153
+0704.2916 Probability
+0706.0670
+0707.3758 Algebraic Geometry
+0707.4490 Materials Science
+0709.0341 Soft Condensed Matter
+0710.0436 Statistics Theory
+0710.3605
+0712.1916 Digital Libraries
+0801.0756 Information Theory
+0802.1379 Networking and Internet Architecture
+0802.2636 Statistics Theory
+0802.2690 Other Condensed Matter
+0803.1380 Algebraic Geometry
+0803.2021
+0804.1126 Atmospheric and Oceanic Physics
+0804.1135 Atmospheric and Oceanic Physics
+0804.1514 Strongly Correlated Electrons
+0805.1577 Materials Science
+0806.0922 Strongly Correlated Electrons
+0806.2349 Quantum Algebra
+0806.2837 Soft Condensed Matter
+0806.4629 Strongly Correlated Electrons
+0806.4763 Strongly Correlated Electrons
+0807.4610 Superconductivity
+0808.3999 Plasma Physics
+0809.1027 Statistics Theory
+0809.1506 Symplectic Geometry
+0809.2131 Statistical Mechanics
+0810.2257 Quantum Algebra
+0810.4658 Information Theory
+0810.4740 Number Theory
+0811.1668 Strongly Correlated Electrons
+0811.1699
+0811.1755 Phenomenology
+0811.1786
+0811.1790 Information Theory
+0811.1792
+0811.1793 Number Theory
+0811.1803 Analysis of PDEs
+0811.1805
+0811.1817 Optics
+0811.1818 Complex Variables
+0811.1819 Theory
+0811.1820 Differential Geometry
+0811.1824 Operator Algebras
+0811.1825 Computational Complexity
+0811.1829 Statistical Mechanics
+0811.1831 Applications
+0811.1832 Disordered Systems and Neural Networks
+0811.1839 Statistical Mechanics
+0811.1842 Applications
+0811.1846 Statistics Theory
+0811.1849 Analysis of PDEs
+0811.1851
+0811.1853 General Physics
+0811.1854 Chemical Physics
+0811.1859 Cryptography and Security
+0811.1862 Probability
+0811.1865 Commutative Algebra
+0811.1870
+0811.1871 Number Theory
+0811.1878 Artificial Intelligence
+0811.1879
+0811.1882 Discrete Mathematics
+0811.1889 Materials Science
+0811.1898 Atomic and Molecular Clusters
+0811.1900 Materials Science
+0811.1911 Phenomenology
+0811.1914 Logic in Computer Science
+0811.1917 Statistics Theory
+0811.1924 Materials Science
+0811.1925 Combinatorics
+0811.1934 Optimization and Control
+0811.1935 Probability
+0811.1939 Optimization and Control
+0811.1950 Software Engineering
+0811.1957
+0811.1958
+0811.1959 Multimedia
+0811.1965
+0811.1970
+0811.1971
+0811.1974 Human-Computer Interaction
+0811.1975
+0811.1978 Complex Variables
+0811.1983 Combinatorics
+math/0504371 Representation Theory
+math/0505196 Probability
+math/0602054 Probability
+nucl-th/0601094
+quant-ph/0612118
+0704.3469 Combinatorics
+0705.3520 Superconductivity
+0706.4027 Materials Science
+0707.2192 Differential Geometry
+0707.2392 Algebraic Geometry
+0708.3559
+0709.0527 Other Condensed Matter
+0709.1023
+0710.3206 Representation Theory
+0801.0205 Disordered Systems and Neural Networks
+0802.1064 Mesoscale and Nanoscale Physics
+0802.2126 Materials Science
+0803.0372 Materials Science
+0803.0591 Operator Algebras
+0804.0197 Statistical Mechanics
+0804.0323 Mesoscale and Nanoscale Physics
+0804.0796 Superconductivity
+0804.1843 Phenomenology
+0804.3186 Populations and Evolution
+0804.4013
+0805.0063 Soft Condensed Matter
+0805.0378 Strongly Correlated Electrons
+0805.3485
+0805.4231 Fluid Dynamics
+0806.4590 Chaotic Dynamics
+0807.0618 Strongly Correlated Electrons
+0807.0820 Optics
+0807.1543 Information Theory
+0807.3251 Materials Science
+0808.0056 Artificial Intelligence
+0808.0197 Superconductivity
+0808.0382
+0808.0451 Differential Geometry
+0808.1589 Dynamical Systems
+0808.4059 Differential Geometry
+0809.0185 Atomic Physics
+0809.0743 Analysis of PDEs
+0809.1064
+0809.2258 Combinatorics
+0809.3122 Classical Analysis and ODEs
+0809.3187 Computational Engineering, Finance, and Science
+0809.3623 Theory
+0809.3670
+0809.3872 Experiment
+0809.3973 Number Theory
+0809.4006
+0809.4013
+0809.4017 Computer Science and Game Theory
+0809.4026 Fluid Dynamics
+0809.4034 Theory
+0809.4039 Analysis of PDEs
+0809.4040 Differential Geometry
+0809.4046 Strongly Correlated Electrons
+0809.4047 Computation
+0809.4057 Differential Geometry
+0809.4061 Number Theory
+0809.4070 Differential Geometry
+0809.4073
+0809.4075 Theory
+0809.4077 Superconductivity
+0809.4081 Differential Geometry
+0809.4082 Operating Systems
+0809.4084 Analysis of PDEs
+0809.4088
+0809.4089 Optimization and Control
+0809.4091 General Mathematics
+0809.4099 Group Theory
+0809.4101 Information Theory
+0809.4104 Statistical Mechanics
+0809.4105
+0809.4108 Software Engineering
+0809.4109 Software Engineering
+0809.4110 Classical Analysis and ODEs
+0809.4112
+0809.4113
+0809.4121 General Physics
+0809.4123 Commutative Algebra
+0809.4124
+0809.4130
+0809.4132 Optics
+0809.4141 Commutative Algebra
+0809.4144 General Mathematics
+0809.4146 Phenomenology
+0809.4147 Fluid Dynamics
+0809.4149 Information Theory
+0809.4154 Experiment
+0809.4155 Statistics Theory
+0809.4169 Commutative Algebra
+0809.4174 Analysis of PDEs
+0809.4175 Probability
+0809.4181 Methodology
+0809.4182 Spectral Theory
+0809.4183 Cryptography and Security
+0809.4184 Probability
+0809.4186
+0809.4187 Dynamical Systems
+0809.4191 Phenomenology
+0809.4202 Populations and Evolution
+0809.4205 Methodology
+0809.4208 Experiment
+0809.4210 Instrumentation and Detectors
+0809.4211 Analysis of PDEs
+0809.4239 Geometric Topology
+0809.4247 Materials Science
+cond-mat/0306414 Mesoscale and Nanoscale Physics
+cond-mat/0307180 Mesoscale and Nanoscale Physics
+cond-mat/0405333 Disordered Systems and Neural Networks
+cond-mat/0412423 Strongly Correlated Electrons
+cond-mat/0509378 Mesoscale and Nanoscale Physics
+cond-mat/0601375 Superconductivity
+cond-mat/0601378 Superconductivity
+cond-mat/0608596 Materials Science
+cs/0611040 Logic in Computer Science
+math/0506139 Analysis of PDEs
+nucl-th/0703053
+q-bio/0604033 Quantitative Methods
+0706.1493 Atomic and Molecular Clusters
+0709.2127 Algebraic Geometry
+0710.1195 Mesoscale and Nanoscale Physics
+0711.1987 Statistical Mechanics
+0711.2460 Classical Analysis and ODEs
+0711.3537 Number Theory
+0712.0489 Probability
+0712.2580 Quantum Algebra
+0712.4199 Probability
+0801.2121
+0801.3957 Group Theory
+0802.0633 Analysis of PDEs
+0802.2612 Discrete Mathematics
+0802.3284 Discrete Mathematics
+0803.4349 Logic
+0804.1062 Strongly Correlated Electrons
+0804.2081 Mesoscale and Nanoscale Physics
+0804.3385
+0805.1443
+0805.3042
+0805.4216 Theory
+0806.0375
+0807.2310 Differential Geometry
+0807.2413
+0807.4613 Superconductivity
+0808.1733 Superconductivity
+0808.2394 Superconductivity
+0808.2739 Materials Science
+0809.1864 Probability
+0809.3627
+0809.4080 Biomolecules
+0809.4233 Probability
+0809.4349 Probability
+0810.2351 Superconductivity
+0810.2471 Strongly Correlated Electrons
+0810.3055 Analysis of PDEs
+0810.3168 Commutative Algebra
+0810.3229 Experiment
+0810.4686 Optics
+0810.5479 Algebraic Geometry
+0811.0463 Computational Complexity
+0811.1046 Differential Geometry
+0811.1050 History and Philosophy of Physics
+0811.1055 Combinatorics
+0811.1060 Rings and Algebras
+0811.1069 Commutative Algebra
+0811.1071
+0811.1080
+0811.1081 Quantitative Methods
+0811.1082 Classical Analysis and ODEs
+0811.1104 Strongly Correlated Electrons
+0811.1107 Probability
+0811.1111 Experiment
+0811.1122
+0811.1124 Materials Science
+0811.1129
+0811.1130 Data Analysis, Statistics and Probability
+0811.1131 Superconductivity
+0811.1133 Experiment
+0811.1138
+0811.1149 Combinatorics
+0811.1152 Analysis of PDEs
+0811.1153 Statistics Theory
+0811.1154
+0811.1158
+0811.1165 Logic
+0811.1168 Algebraic Geometry
+0811.1170 Algebraic Geometry
+0811.1172 Classical Analysis and ODEs
+0811.1173 Dynamical Systems
+0811.1177 Geophysics
+0811.1179 Exactly Solvable and Integrable Systems
+0811.1183 Geophysics
+0811.1185 Differential Geometry
+0811.1190 Analysis of PDEs
+0811.1193 Analysis of PDEs
+0811.1195 Soft Condensed Matter
+0811.1201 Plasma Physics
+0811.1204 Analysis of PDEs
+0811.1208 Probability
+0811.1211 Algebraic Geometry
+cond-mat/9811274
+cs/0610042 Discrete Mathematics
+math/0405261 Geometric Topology
+math/0510109 Quantum Algebra
+math/0511468 Statistics Theory
+math/0604488 Probability
+math/0606735 Category Theory
+math/0612835 Analysis of PDEs
+math/0701938 Statistics Theory
+math/9810055 Quantum Algebra
+physics/0604151 General Physics
+0704.0841 Theory
+0705.4245 Probability
+0707.4117 Statistical Mechanics
+0709.0006
+0710.1614 K-Theory and Homology
+0710.3761 Optics
+0710.4022 History and Overview
+0710.4024 History and Overview
+0710.4025 History and Overview
+0710.4028 History and Overview
+0710.4032 History and Overview
+0710.5137 Mesoscale and Nanoscale Physics
+0712.2151 Phenomenology
+0712.3887
+0801.0734 Algebraic Geometry
+cond-mat/0702269 Statistical Mechanics
+cond-mat/9903412
+gr-qc/0701050
+math/0210047 Category Theory
+math/0210114 K-Theory and Homology
+math/0306018 Category Theory
+math/0312339 Category Theory
+math/0702564 Combinatorics
+math/0703847 Spectral Theory
+0704.1386 Mesoscale and Nanoscale Physics
+0705.2531
+0706.4478
+0707.1626 Functional Analysis
+0707.2221 Analysis of PDEs
+0707.4237 Superconductivity
+0708.0612 Physics and Society
+0708.2237 Disordered Systems and Neural Networks
+0708.3249 Geometric Topology
+0709.0754 Atomic Physics
+0709.1803 Materials Science
+0709.3549 Combinatorics
+0709.3962 Representation Theory
+0710.0886 Quantum Algebra
+0710.0887 Quantum Algebra
+0711.1231 Distributed, Parallel, and Cluster Computing
+0711.3280
+0801.1750 Superconductivity
+0802.2194 Statistical Mechanics
+0802.3125 Machine Learning
+0802.3159 Materials Science
+0802.3388
+0803.1322 Algebraic Geometry
+0803.2247 Analysis of PDEs
+0803.2471 Operator Algebras
+0803.3008 Algebraic Geometry
+0803.3019 Theory
+0803.3314 Networking and Internet Architecture
+0803.3349 Quantum Algebra
+0803.3449 Number Theory
+0803.3468 Number Theory
+0803.3471 Statistical Mechanics
+0803.3494 Chemical Physics
+0803.3496 Materials Science
+0803.3498 Logic
+0803.3510 Differential Geometry
+0803.3515 Other Computer Science
+0803.3519 Accelerator Physics
+0803.3520 Combinatorics
+0803.3522 Probability
+0803.3533 Differential Geometry
+0803.3536 Symplectic Geometry
+0803.3539 Neural and Evolutionary Computing
+0803.3549 Analysis of PDEs
+0803.3551
+0803.3555 Group Theory
+0803.3557 Optimization and Control
+0803.3563 Algebraic Geometry
+0803.3570 Representation Theory
+0803.3586 Number Theory
+0803.3588
+0803.3592 General Mathematics
+0803.3594 Category Theory
+0803.3598 Operator Algebras
+0803.3599 Other Condensed Matter
+0803.3600 Operator Algebras
+0803.3605 General Mathematics
+0803.3609 Phenomenology
+0803.3612 Classical Physics
+0803.3615 Geophysics
+cond-mat/0007192 Strongly Correlated Electrons
+cond-mat/0008172 Strongly Correlated Electrons
+cond-mat/0010243 Strongly Correlated Electrons
+cond-mat/0010354 Strongly Correlated Electrons
+cond-mat/0103219 Mesoscale and Nanoscale Physics
+cs/0604080 Discrete Mathematics
+cs/0607092 Discrete Mathematics
+hep-th/0512327 Theory
+hep-th/0612021 Theory
+math-ph/0510010
+math/0508468 Numerical Analysis
+math/0510375 Rings and Algebras
+math/0511404 Algebraic Topology
+math/0612654 Algebraic Geometry
+0707.3276 Number Theory
+0708.3588 Superconductivity
+0709.1181 Rings and Algebras
+0710.2168 Classical Analysis and ODEs
+0710.4007 Dynamical Systems
+0711.0351 Information Theory
+0803.0412 Populations and Evolution
+0804.2008 General Physics
+0804.4549 Analysis of PDEs
+0804.4796 Physics Education
+0805.4630 Superconductivity
+0806.1043 Superconductivity
+0806.3064 Biomolecules
+0809.0281 Phenomenology
+cond-mat/0610730 Mesoscale and Nanoscale Physics
+cond-mat/0610755 Superconductivity
+math/0502225 Representation Theory
+math/0511723 Rings and Algebras
+math/0606715 Differential Geometry
+math/0702678 Rings and Algebras
+physics/0603251 Space Physics
+0706.1757 Chemical Physics
+0707.2885 History and Overview
+0711.3794 Algebraic Geometry
+0801.2214 Biological Physics
+0801.4659 Statistical Mechanics
+0805.0515 Strongly Correlated Electrons
+0805.2702 Strongly Correlated Electrons
+0807.4255
+0808.0136 Phenomenology
+0808.0667 Differential Geometry
+math/0605600 Statistics Theory
+0704.3445 Statistical Mechanics
+0706.2634 Algebraic Geometry
+0708.1793
+0710.0115
+0710.3981 Classical Analysis and ODEs
+0710.4358 Group Theory
+0710.5065 Algebraic Topology
+0712.1255 Statistical Mechanics
+0802.1237 Data Structures and Algorithms
+0802.2876
+0803.0115 Soft Condensed Matter
+0803.2864 General Physics
+0804.1664 Atomic and Molecular Clusters
+0804.4700
+0805.0466
+0805.0983 Statistical Mechanics
+0805.2159
+0805.4323 Computer Science and Game Theory
+0806.2000
+0807.0303 Materials Science
+0807.1096 Phenomenology
+0808.2507 Algebraic Topology
+0808.3743 Algebraic Geometry
+0809.0499 Superconductivity
+0809.1557 Plasma Physics
+0809.1991 Number Theory
+0809.3167 Atomic Physics
+0809.5203
+0810.0179 Atomic Physics
+0810.1446 Phenomenology
+0810.3456 Analysis of PDEs
+0810.3784 Materials Science
+0810.4244 Phenomenology
+0810.4391 Statistical Mechanics
+0810.4462 Phenomenology
+0810.4542 Commutative Algebra
+0810.4548 Theory
+0810.4553 Machine Learning
+0810.4555 Optics
+0810.4556
+0810.4557 Lattice
+0810.4567 Operator Algebras
+0810.4569 Rings and Algebras
+0810.4570
+0810.4571 Algebraic Geometry
+0810.4572
+0810.4580 Cell Behavior
+0810.4581 Superconductivity
+0810.4582 Materials Science
+0810.4583 Physics and Society
+0810.4587 Physics and Society
+0810.4590 Physics and Society
+0810.4598 Superconductivity
+0810.4600 Representation Theory
+0810.4601 Representation Theory
+0810.4607
+0810.4612 Materials Science
+0810.4613 General Physics
+0810.4615 General Physics
+0810.4616 Computation and Language
+0810.4620 Group Theory
+0810.4623
+0810.4628 Complex Variables
+0810.4634 Combinatorics
+0810.4644 Probability
+0810.4655 Combinatorics
+0810.4659
+0810.4663 Materials Science
+0810.4665 Theory
+0810.4667 Combinatorics
+0810.4668 Artificial Intelligence
+0810.4670 Representation Theory
+0810.4675 Algebraic Geometry
+0810.4682 Soft Condensed Matter
+0810.4684 Exactly Solvable and Integrable Systems
+0810.4691 Analysis of PDEs
+0810.4693 Instrumentation and Detectors
+0810.4698 Group Theory
+0810.4701 Combinatorics
+0810.4702 Chaotic Dynamics
+0810.4707 K-Theory and Homology
+0810.4713 Cryptography and Security
+0810.4732 Tissues and Organs
+0810.4733 Operator Algebras
+0810.4734 Other Condensed Matter
+0810.4738 Tissues and Organs
+0810.4741 Information Theory
+0810.4744 Materials Science
+0810.4752 Machine Learning
+0810.4754 Experiment
+0810.4757 Representation Theory
+0810.4764 Probability
+0810.4774 Commutative Algebra
+0810.4780 Statistics Theory
+0810.4782 Analysis of PDEs
+0810.4783 Strongly Correlated Electrons
+0810.4784 Geophysics
+0810.4788 Number Theory
+0810.4789 Combinatorics
+0810.4792 Statistical Mechanics
+0810.4794 Classical Analysis and ODEs
+0810.4798 Dynamical Systems
+0810.4801
+0810.4802 Statistics Theory
+0810.4803
+0810.4805 Differential Geometry
+0810.4806 General Topology
+0810.4808 Statistics Theory
+0810.4809 Databases
+0810.4817 Experiment
+0810.4819 Experiment
+0810.4820 Number Theory
+0810.4821 Statistics Theory
+0810.4825
+0810.4831 Experiment
+0810.4833 Differential Geometry
+0810.4841 Phenomenology
+0810.4860 Quantitative Methods
+0810.4871 Materials Science
+0810.4875 History and Overview
+0810.4876
+0810.4877 Phenomenology
+0810.4878 Complex Variables
+0810.4881 Phenomenology
+0810.4893 Phenomenology
+0810.4894 Classical Analysis and ODEs
+0810.4895 Theory
+0810.4901 Combinatorics
+0810.4903
+0810.4904 Logic in Computer Science
+0810.4906 Phenomenology
+0810.4907 Commutative Algebra
+0810.4909 Theory
+0810.4910
+0810.4911 Algebraic Geometry
+0810.4913 Phenomenology
+0810.4918 Phenomenology
+hep-ph/0608242 Phenomenology
+math/0504540 Classical Analysis and ODEs
+0704.0392 Neurons and Cognition
+0704.3357
+0705.2407 Geometric Topology
+0705.3635 Superconductivity
+0706.0714
+0706.4113 Complex Variables
+0707.0329 Populations and Evolution
+0708.0363 Representation Theory
+0709.0422 Phenomenology
+0709.3262 Information Theory
+0709.4108 Strongly Correlated Electrons
+0710.1185
+0710.3200 Materials Science
+0711.0140
+0711.4565
+0712.1680 Classical Analysis and ODEs
+0801.2889 Strongly Correlated Electrons
+0802.4463
+0803.1533
+0804.2520 Chaotic Dynamics
+0804.2759 Strongly Correlated Electrons
+0804.3454 Strongly Correlated Electrons
+0804.4076 Probability
+0804.4249 Materials Science
+0805.0614 Materials Science
+0805.1988 Strongly Correlated Electrons
+0805.2262 Experiment
+0806.1976 Representation Theory
+0807.0065
+0807.0751
+0807.2934 Differential Geometry
+0807.4009 Statistical Mechanics
+0807.4422 Materials Science
+0807.4547 General Physics
+0807.5136 Theory
+0808.2211 Lattice
+0808.3040
+0808.3181 Theory
+0808.3399 Applications
+0808.3402 Probability
+0808.3405 Number Theory
+0808.3412 Differential Geometry
+0808.3415 Group Theory
+0808.3416 Computation
+0808.3418 Information Theory
+0808.3419
+0808.3421 Complex Variables
+0808.3423 Mesoscale and Nanoscale Physics
+0808.3424 Operator Algebras
+0808.3425
+0808.3428 Analysis of PDEs
+0808.3431 Information Theory
+0808.3439 Combinatorics
+0808.3441 Physics Education
+0808.3444 Theory
+0808.3445
+0808.3450 Spectral Theory
+0808.3454 Analysis of PDEs
+0808.3467 Analysis of PDEs
+0808.3471 Phenomenology
+0808.3476
+0808.3486 Classical Analysis and ODEs
+0808.3488 Geometric Topology
+0808.3494 Probability
+0808.3499 Classical Analysis and ODEs
+0808.3504 Information Theory
+0808.3508 Experiment
+0808.3516 Probability
+0808.3517 Phenomenology
+0808.3518 General Topology
+0808.3526 Materials Science
+0808.3529 Atomic Physics
+0808.3535 Distributed, Parallel, and Cluster Computing
+0808.3536 Distributed, Parallel, and Cluster Computing
+0808.3541 History and Philosophy of Physics
+0808.3542 Strongly Correlated Electrons
+0808.3545 Software Engineering
+0808.3548 Distributed, Parallel, and Cluster Computing
+0808.3553 Mesoscale and Nanoscale Physics
+0808.3555 Soft Condensed Matter
+0808.3567 Theory
+0808.3570 Quantum Algebra
+cond-mat/0412202 Strongly Correlated Electrons
+math/0606780 Number Theory
+math/0608144 Quantum Algebra
+math/0610593 Spectral Theory
+math/0611017 Statistics Theory
+math/0612857 Statistics Theory
+0704.2776 Representation Theory
+0704.2777 Representation Theory
+0705.0216 Materials Science
+0706.2856 Mesoscale and Nanoscale Physics
+0706.3594 Superconductivity
+0707.3958 Biological Physics
+0708.2638 Atomic Physics
+0708.2680 Mesoscale and Nanoscale Physics
+0709.2271 Soft Condensed Matter
+0709.3169 K-Theory and Homology
+0709.3583 Strongly Correlated Electrons
+0710.1315 Strongly Correlated Electrons
+0710.2150 Mesoscale and Nanoscale Physics
+0710.2407
+0710.5458 Strongly Correlated Electrons
+0711.3115 Soft Condensed Matter
+0712.0011 Statistical Mechanics
+0712.1023 Plasma Physics
+0712.1190 Lattice
+0712.1399 Statistical Mechanics
+0801.0459 General Physics
+0801.1012 Other Quantitative Biology
+0801.3624 Computational Complexity
+0802.0437 Classical Analysis and ODEs
+0802.1177 Phenomenology
+0802.1244 Learning
+0802.1372 Information Theory
+0802.1822 Algebraic Geometry
+0802.2696 Combinatorics
+0802.2720
+0802.2727 Phenomenology
+0802.2728
+0802.2730 Algebraic Geometry
+0802.2742 Combinatorics
+0802.2744 Strongly Correlated Electrons
+0802.2747 Geometric Topology
+0802.2752 Algebraic Topology
+0802.2755 Discrete Mathematics
+0802.2756
+0802.2764
+0802.2766
+0802.2769 Commutative Algebra
+0802.2770
+0802.2773 Robotics
+0802.2774 Differential Geometry
+0802.2781
+0802.2790 Strongly Correlated Electrons
+0802.2800 Statistics Theory
+0802.2806 Classical Analysis and ODEs
+0802.2814
+0802.2823 Information Theory
+0802.2824 Representation Theory
+0802.2825 Data Structures and Algorithms
+0802.2826 Information Theory
+0802.2827 Data Structures and Algorithms
+0802.2828 Other Computer Science
+0802.2829 Data Structures and Algorithms
+0802.2831 Computational Complexity
+0802.2832 Data Structures and Algorithms
+0802.2833 Computational Complexity
+0802.2834 Data Structures and Algorithms
+0802.2835
+0802.2836 Data Structures and Algorithms
+0802.2838 Data Structures and Algorithms
+0802.2840 Theory
+0802.2841 Data Structures and Algorithms
+0802.2842 Information Theory
+0802.2843 Computational Complexity
+0802.2844 Information Theory
+0802.2845 Data Structures and Algorithms
+0802.2847 Data Structures and Algorithms
+0802.2849
+0802.2850 Data Structures and Algorithms
+0802.2851 Data Structures and Algorithms
+0802.2852 Data Structures and Algorithms
+0802.2853 Logic in Computer Science
+0802.2854 Discrete Mathematics
+0802.2855 Data Structures and Algorithms
+0802.2857 Computational Complexity
+0802.2860 Computational Complexity
+0802.2861 Computational Geometry
+0802.2862 Logic in Computer Science
+0802.2863 Computational Complexity
+0802.2864 Data Structures and Algorithms
+0802.2865 Computational Geometry
+0802.2866 Logic in Computer Science
+0802.2867 Data Structures and Algorithms
+0802.2868 Computational Complexity
+0802.2869 Computational Complexity
+0802.2871 Logic in Computer Science
+0802.2882 Phenomenology
+0802.2885 Category Theory
+0802.2889
+0802.2897 Classical Analysis and ODEs
+0802.2900 Materials Science
+0802.2905 Combinatorics
+0802.2907 Materials Science
+0802.2914
+0802.2920 Group Theory
+0802.2921 Algebraic Geometry
+0802.2923 Statistical Mechanics
+0802.2924 Number Theory
+0802.2927
+cond-mat/0612387 Superconductivity
+cs/0105036 Logic in Computer Science
+cs/0112006 Artificial Intelligence
+cs/0201013 Logic in Computer Science
+cs/0211004 Artificial Intelligence
+math/0508122 Algebraic Geometry
+math/0609562 Combinatorics
+math/0703247 Spectral Theory
+physics/0604042 Space Physics
+physics/0703142 Optics
+q-bio/0507018 Genomics
+quant-ph/0210204
+quant-ph/0703215
+0708.0188 Strongly Correlated Electrons
+0709.1906 Optics
+0711.3643 Complex Variables
+0711.4400 Logic
+0801.3085 Phenomenology
+cond-mat/0509374 Strongly Correlated Electrons
+physics/0703231 General Physics
+q-bio/0611089 Neurons and Cognition
+quant-ph/0212080
+quant-ph/0504213
+0706.1785
+0707.4428
+0710.2649 Symplectic Geometry
+0801.3021 Algebraic Geometry
+0802.2090
+0806.0858
+0806.1753 Materials Science
+0807.1370
+0808.2915 Optics
+0809.0153 Analysis of PDEs
+0809.4694 Combinatorics
+0809.4873 Classical Analysis and ODEs
+cond-mat/0501557 Soft Condensed Matter
+cs/0701083 Data Structures and Algorithms
+math/0205210 Algebraic Geometry
+quant-ph/0506241
+0708.1763
+0708.3947 Metric Geometry
+0711.2279
+0711.3285 Theory
+0801.1495 Numerical Analysis
+0801.3958 Logic
+0802.1469
+0802.2674 Numerical Analysis
+0803.0503 Analysis of PDEs
+0803.0826 Theory
+0803.1015 Differential Geometry
+0804.1400 Mesoscale and Nanoscale Physics
+0806.1096 Statistical Mechanics
+0806.2075 Rings and Algebras
+0806.4105
+0807.1072 Probability
+0807.1352 Superconductivity
+0808.3017
+0809.0487 Optics
+0810.1624 Cryptography and Security
+0810.1648 Learning
+0810.5048 Materials Science
+0810.5077
+math/0502227 Representation Theory
+math/0504328 Geometric Topology
+math/0512352 Geometric Topology
+nlin/0703058 Chaotic Dynamics
+quant-ph/0505120
+0704.0480 Mesoscale and Nanoscale Physics
+0705.0069 Statistics Theory
+0705.0212 Plasma Physics
+0705.1420 Operator Algebras
+0706.1267
+0706.4018 Probability
+0707.3157 Atomic Physics
+0708.1539
+0708.3990 Number Theory
+0709.2391 Atomic Physics
+0709.2779 Mesoscale and Nanoscale Physics
+0709.4181 Mesoscale and Nanoscale Physics
+0710.1115 Analysis of PDEs
+0710.4542 Materials Science
+0711.3100 Analysis of PDEs
+0712.2805 Mesoscale and Nanoscale Physics
+0712.3792 Mesoscale and Nanoscale Physics
+0801.0087 Superconductivity
+0801.2420
+0801.3137 Other Condensed Matter
+0801.3829 Materials Science
+0802.1325
+0802.2079 Algebraic Geometry
+0802.2301 Atomic Physics
+0802.2382
+0802.3225 Statistical Mechanics
+0802.4019 Mesoscale and Nanoscale Physics
+0802.4325 Computational Geometry
+0803.2594 Other Condensed Matter
+0803.2733
+0803.3069
+0803.4187 Statistical Mechanics
+0804.0274 Theory
+0804.0283 Differential Geometry
+0804.0429 Rings and Algebras
+0804.0436 Differential Geometry
+0804.0450 Probability
+0804.0456 Phenomenology
+0804.0460 Group Theory
+0804.0466 Atomic and Molecular Clusters
+0804.0475 Commutative Algebra
+0804.0488 Differential Geometry
+0804.0490 Experiment
+0804.0493 Complex Variables
+0804.0504 Strongly Correlated Electrons
+0804.0507
+0804.0526 Operator Algebras
+0804.0528 Artificial Intelligence
+0804.0534 Probability
+0804.0539 Information Theory
+0804.0548
+0804.0557 Complex Variables
+0804.0560 Numerical Analysis
+0804.0565 Differential Geometry
+0804.0574
+0804.0575
+0804.0577 Probability
+0804.0583 Functional Analysis
+0804.0588 Number Theory
+0804.0589
+0804.0590 Algebraic Geometry
+0804.0596 Differential Geometry
+0804.0597 Rings and Algebras
+0804.0601 Functional Analysis
+0804.0602 Chemical Physics
+0804.0606 Data Analysis, Statistics and Probability
+0804.0611 Information Theory
+cond-mat/0306327 Mesoscale and Nanoscale Physics
+cond-mat/0702669 Statistical Mechanics
+cs/0407022 Numerical Analysis
+math-ph/0612074
+math/0605456 Operator Algebras
+math/0605507 Algebraic Geometry
+math/0607628 Operator Algebras
+math/0609236 Metric Geometry
+math/0703072 Probability
+quant-ph/0607030
+quant-ph/0611149
+quant-ph/0703078
+0704.0451 Mesoscale and Nanoscale Physics
+0704.0866 Complex Variables
+0704.3421 Commutative Algebra
+0707.0041 Chaotic Dynamics
+0707.0806 Operator Algebras
+0707.0925 Geometric Topology
+0707.1314
+0707.3129 Quantum Algebra
+0707.3451 Spectral Theory
+0707.3974 Mesoscale and Nanoscale Physics
+0708.4237 Mesoscale and Nanoscale Physics
+0708.4254 Geometric Topology
+0709.1080 Cryptography and Security
+0709.3852
+0710.0508 Machine Learning
+0710.2631 Physics Education
+0710.4209 Algebraic Geometry
+0710.4895 Materials Science
+0710.4913 Statistical Mechanics
+0711.0653 Soft Condensed Matter
+0711.1869 Materials Science
+0711.2791
+0711.3929 Disordered Systems and Neural Networks
+0712.0348 Strongly Correlated Electrons
+0712.1733 Materials Science
+0712.3422 Probability
+0712.3561 Mesoscale and Nanoscale Physics
+0801.1890 Theory
+0801.2862 Quantum Algebra
+0801.3416 Probability
+0801.3512 Algebraic Geometry
+0802.0365
+0802.1465 Computational Complexity
+0802.1540 Phenomenology
+0802.1992
+0802.2563
+0802.2939
+0802.2948 Analysis of PDEs
+0802.2951
+0802.2967 Neurons and Cognition
+0802.2971 History and Philosophy of Physics
+0802.2975 Information Theory
+0802.2984
+0802.2993 Operator Algebras
+0802.2998 Probability
+0802.3001 Mesoscale and Nanoscale Physics
+0802.3003 Statistical Mechanics
+0802.3010 Quantum Algebra
+0802.3021 Geometric Topology
+0802.3023 Experiment
+0802.3025 Optics
+0802.3031 Representation Theory
+0802.3035 Group Theory
+0802.3036 Dynamical Systems
+0802.3037 Other Computer Science
+0802.3038 Other Computer Science
+0802.3040 Other Computer Science
+0802.3041 Other Computer Science
+0802.3042 Other Computer Science
+0802.3043 Other Computer Science
+0802.3044 Other Computer Science
+0802.3045 Statistical Mechanics
+0802.3046 Other Computer Science
+0802.3047 Other Computer Science
+0802.3048 Other Computer Science
+0802.3049 Other Computer Science
+0802.3050 Other Computer Science
+0802.3051 Other Computer Science
+0802.3052 Other Computer Science
+0802.3053 Other Computer Science
+0802.3054 Other Computer Science
+0802.3055 Other Computer Science
+0802.3056 Other Computer Science
+0802.3057 Other Computer Science
+0802.3058 Classical Physics
+0802.3059 Other Computer Science
+0802.3060 Other Computer Science
+0802.3061 Other Computer Science
+0802.3062 Other Computer Science
+0802.3063 Other Computer Science
+0802.3064 Other Computer Science
+0802.3065 Other Computer Science
+0802.3066 Other Computer Science
+0802.3067 Other Computer Science
+0802.3068 Other Computer Science
+0802.3069 Other Computer Science
+0802.3070 Other Computer Science
+0802.3071 Other Computer Science
+0802.3072 Other Computer Science
+0802.3073 Other Computer Science
+0802.3074 Other Computer Science
+0802.3075 Other Computer Science
+0802.3076 Other Computer Science
+0802.3077 Other Computer Science
+0802.3078 Other Computer Science
+0802.3079 Other Computer Science
+0802.3080 Other Computer Science
+0802.3081 Other Computer Science
+0802.3082 Other Computer Science
+0802.3083 Other Computer Science
+0802.3084 Atmospheric and Oceanic Physics
+0802.3086 Other Computer Science
+0802.3087 Other Computer Science
+0802.3088 Other Computer Science
+0802.3089 Other Computer Science
+0802.3090 Other Computer Science
+0802.3091 Other Computer Science
+0802.3092 Other Computer Science
+0802.3093 Other Computer Science
+0802.3094 Other Computer Science
+0802.3095 Other Computer Science
+0802.3096 Metric Geometry
+0802.3097 Other Computer Science
+0802.3099 Other Computer Science
+0802.3100 Other Computer Science
+0802.3101 Other Computer Science
+0802.3102 Other Computer Science
+0802.3103 Other Computer Science
+0802.3104 Other Computer Science
+0802.3105 Other Computer Science
+0802.3106 Other Computer Science
+0802.3107 Other Computer Science
+0802.3114 Optics
+0802.3118 Algebraic Geometry
+0802.3123
+0802.3126
+0802.3129 Analysis of PDEs
+0802.3130 Atmospheric and Oceanic Physics
+0802.3136 Algebraic Geometry
+0802.3137 Artificial Intelligence
+0802.3140 Biomolecules
+0802.3141 Statistics Theory
+0802.3142 Statistics Theory
+0802.3143 Methodology
+0802.3144 Phenomenology
+0802.3149 Algebraic Geometry
+0802.3150 Machine Learning
+0802.3152 Statistics Theory
+0802.3153 Optimization and Control
+0802.3165 Representation Theory
+0802.3167 Analysis of PDEs
+0802.3170 Physics and Society
+0802.3171 General Physics
+0802.3179 K-Theory and Homology
+0802.3190 Statistics Theory
+0802.3191 Statistics Theory
+0802.3200 Number Theory
+cond-mat/0505344 Strongly Correlated Electrons
+cond-mat/0512508 Mesoscale and Nanoscale Physics
+cond-mat/0609247 Strongly Correlated Electrons
+cond-mat/0702489 Mesoscale and Nanoscale Physics
+cs/0611075 Networking and Internet Architecture
+hep-th/9405168 Theory
+math/0510664 Algebraic Topology
+math/0603420 Functional Analysis
+math/0611223 Differential Geometry
+math/0611819 Differential Geometry
+math/0612552 Rings and Algebras
+math/0703696 Probability
+quant-ph/0601141
+quant-ph/0604145
+0704.1283 Strongly Correlated Electrons
+0704.1623 Mesoscale and Nanoscale Physics
+0706.0709 Other Condensed Matter
+0706.3321 Materials Science
+0708.3654 Combinatorics
+0710.0571
+0710.3368 Statistical Mechanics
+0710.3586
+math/0504010 Differential Geometry
+math/0602310 Number Theory
+math/0612311 Commutative Algebra
+physics/0605256 Fluid Dynamics
+quant-ph/0602184
+quant-ph/0602185
+quant-ph/0611284
+0704.0843 Strongly Correlated Electrons
+0704.2627 Atomic Physics
+0705.2649 Dynamical Systems
+0706.0626 Algebraic Topology
+0708.1091 Quantum Algebra
+0709.4436 Other Condensed Matter
+0710.4276
+0711.4435 Differential Geometry
+0712.1673 Statistics Theory
+0712.2538
+0712.3795
+0801.1123
+0801.1715 Databases
+0801.3600 Algebraic Geometry
+0801.3751 Methodology
+0801.3902 Methodology
+0801.4088 Functional Analysis
+0801.4221 Methodology
+0802.0013 Phenomenology
+0802.0392
+0802.0557 Methodology
+0802.0561 Optics
+0802.0743 Methodology
+0802.0754 Methodology
+0802.0874
+0802.0884 Algebraic Geometry
+0802.0889 Algebraic Geometry
+0802.0890 Complex Variables
+0802.0892 Complex Variables
+0802.0895 Classical Analysis and ODEs
+0802.0896 Theory
+0802.0898 Complex Variables
+0802.0919 Dynamical Systems
+0802.0924 Materials Science
+0802.0925 Algebraic Geometry
+0802.0926 Probability
+0802.0933 Probability
+0802.0940 Theory
+0802.0947 Complex Variables
+0802.0954 Algebraic Topology
+0802.0959 Algebraic Geometry
+0802.0962 Fluid Dynamics
+0802.0966 Probability
+0802.0969 Medical Physics
+0802.0978 Algebraic Geometry
+0802.0979 Number Theory
+0802.0981 General Topology
+0802.0986 Analysis of PDEs
+0802.0987
+0802.0994 Dynamical Systems
+0802.0996 Algebraic Topology
+0802.1002 Learning
+0802.1006 Algebraic Topology
+0802.1008 Methodology
+0802.1013 Chaotic Dynamics
+0802.1015 Networking and Internet Architecture
+0802.1016 Statistical Mechanics
+0802.1024 Adaptation and Self-Organizing Systems
+0802.1025 Statistics Theory
+0802.1026 Data Structures and Algorithms
+0802.1030
+0802.1035 General Mathematics
+0802.1038 Quantum Algebra
+0802.1039 Analysis of PDEs
+0802.1047 Statistics Theory
+0802.1052 Logic
+0802.1056 Biomolecules
+0802.1058 Combinatorics
+0802.1059 Data Structures and Algorithms
+0802.1060 Algebraic Geometry
+0802.1062 Algebraic Geometry
+cond-mat/0608029 Superconductivity
+cond-mat/0612296 Materials Science
+cond-mat/9812288 Mesoscale and Nanoscale Physics
+math-ph/0501002
+math/0405376 Metric Geometry
+math/0508267 Statistics Theory
+math/0511459 Number Theory
+math/0604541 Differential Geometry
+math/0608424 Functional Analysis
+math/0612511 Group Theory
+math/0702243 Classical Analysis and ODEs
+physics/0703114 Optics
+quant-ph/0602234
+quant-ph/0701129
+0707.2766 Biological Physics
+0708.2154 Analysis of PDEs
+0708.3319 Algebraic Geometry
+0709.1142
+0711.0858 Probability
+0802.3928 Mesoscale and Nanoscale Physics
+0803.1133 Category Theory
+0804.0270 Symplectic Geometry
+0805.4648 Cryptography and Security
+0806.1340 Computational Geometry
+0806.1591
+math/0609641 Algebraic Topology
+math/0612414 Algebraic Geometry
+0704.1837 Strongly Correlated Electrons
+0705.1180
+0706.1602 Geometric Topology
+0707.1530 Strongly Correlated Electrons
+0708.0504
+0801.0555 Pattern Formation and Solitons
+0801.2575 Logic
+0801.2576
+0801.2582 Metric Geometry
+0801.2586 Quantum Algebra
+0801.2588 Information Theory
+0801.2590 Complex Variables
+0801.2597 Combinatorics
+0801.2600 Methodology
+0801.2601 Representation Theory
+0801.2606
+0801.2607 Strongly Correlated Electrons
+0801.2610 Populations and Evolution
+0801.2617 Superconductivity
+0801.2618 Software Engineering
+0801.2621 Statistical Mechanics
+0801.2626 Analysis of PDEs
+0801.2627
+0801.2631
+0801.2641
+0801.2645 Chemical Physics
+0801.2646 Phenomenology
+0801.2650 Algebraic Geometry
+0801.2654
+0801.2655 Analysis of PDEs
+0801.2658 Analysis of PDEs
+0801.2666 Other Computer Science
+0801.2669
+0801.2677 General Mathematics
+0801.2678 Analysis of PDEs
+0801.2679 Experiment
+0801.2681 General Mathematics
+0801.2683 Fluid Dynamics
+0801.2686 Theory
+0801.2689 Pattern Formation and Solitons
+0801.2696 Strongly Correlated Electrons
+0801.2698
+0801.2700 Popular Physics
+0801.2701 Superconductivity
+0801.2708 Populations and Evolution
+0801.2720 Representation Theory
+0801.2723 Representation Theory
+0801.2731 Medical Physics
+0801.2734 Strongly Correlated Electrons
+0801.2736 Materials Science
+0801.2742 Computational Physics
+0801.2748 Computation
+0801.2750
+0801.2753 Probability
+0801.2754 Soft Condensed Matter
+0801.2755
+0801.2761
+math/0701658 Dynamical Systems
+quant-ph/0703190
+0704.3489
+0704.3494 Representation Theory
+0706.2638 Probability
+0707.2296 Number Theory
+0707.4565 Computational Complexity
+0708.0453 Materials Science
+0708.2309 Networking and Internet Architecture
+0708.3316 Mesoscale and Nanoscale Physics
+0709.0894 Disordered Systems and Neural Networks
+0709.1329 Materials Science
+0709.3210 Mesoscale and Nanoscale Physics
+0709.3453
+0710.1621 Quantum Algebra
+0710.1853 Disordered Systems and Neural Networks
+0710.2304 Quantum Algebra
+0710.5901 Algebraic Geometry
+0711.3657 Methodology
+0711.3971 Atomic Physics
+0712.0623 Mesoscale and Nanoscale Physics
+0801.0310
+0801.1414
+0801.3311
+0801.3762 Representation Theory
+0801.4281 Statistical Mechanics
+0801.4705 Statistical Mechanics
+0802.1396 Mesoscale and Nanoscale Physics
+0802.3002
+0802.3007 Disordered Systems and Neural Networks
+0803.0551
+0803.1421 Quantum Algebra
+0804.1673 Analysis of PDEs
+0804.2109 Operator Algebras
+0804.2228
+0804.2258
+0804.2265 Geometric Topology
+0804.2269 Classical Physics
+0804.2273 Digital Libraries
+0804.2274 Chemical Physics
+0804.2277 Combinatorics
+0804.2278
+0804.2282
+0804.2285 Superconductivity
+0804.2297 Phenomenology
+0804.2300 Group Theory
+0804.2311 Functional Analysis
+0804.2312 Strongly Correlated Electrons
+0804.2319 Physics and Society
+0804.2322 Materials Science
+0804.2323
+0804.2327
+0804.2331 Combinatorics
+0804.2333 Classical Analysis and ODEs
+0804.2335 Representation Theory
+0804.2339
+0804.2346 Discrete Mathematics
+0804.2349 Cryptography and Security
+0804.2352 Quantitative Methods
+0804.2355 Mesoscale and Nanoscale Physics
+0804.2366
+0804.2369 Other Condensed Matter
+0804.2372
+0804.2384
+0804.2401 Artificial Intelligence
+0804.2404 Representation Theory
+0804.2413 Computation
+0804.2417
+0804.2418 Other Condensed Matter
+0804.2426
+0804.2428 Phenomenology
+0804.2429 Computational Complexity
+0804.2430 Chaotic Dynamics
+0804.2446 General Physics
+0804.2461 Strongly Correlated Electrons
+0804.2473 Information Theory
+cond-mat/0308288 Statistical Mechanics
+cond-mat/0609071 Materials Science
+cs/0511007 Networking and Internet Architecture
+cs/0512095 Networking and Internet Architecture
+cs/0604017 Networking and Internet Architecture
+cs/0605007 Networking and Internet Architecture
+cs/0612040 Networking and Internet Architecture
+math/0203176 Probability
+math/0203177 Probability
+math/0206204 Combinatorics
+math/0401136 Differential Geometry
+math/0511290 Statistics Theory
+math/0701150 Analysis of PDEs
+math/0702742 Number Theory
+math/0703274 Quantum Algebra
+math/0703904 Combinatorics
+nlin/0601065 Chaotic Dynamics
+physics/0604004 Data Analysis, Statistics and Probability
+quant-ph/0502107
+quant-ph/0606011
+0705.0606 Combinatorics
+0707.3691
+0707.3938
+0708.2736 Materials Science
+0710.0068 General Physics
+0710.1210 Geophysics
+0710.2980 Optics
+0710.3738 Mesoscale and Nanoscale Physics
+0710.4336 Soft Condensed Matter
+0711.0940 Mesoscale and Nanoscale Physics
+0711.4788 Statistical Mechanics
+0712.2009 Disordered Systems and Neural Networks
+0801.0582
+0801.4836 Mesoscale and Nanoscale Physics
+0802.1631 Statistical Mechanics
+0802.1713
+0802.2204 Numerical Analysis
+0803.1034
+0803.2712
+0804.0012 Other Condensed Matter
+0804.1140 Operator Algebras
+0804.1551 Chaotic Dynamics
+0804.1764 Accelerator Physics
+0804.3422 Phenomenology
+0805.0275 Combinatorics
+0805.0542 Superconductivity
+0805.0607 Operator Algebras
+0805.0754 Disordered Systems and Neural Networks
+0805.1313 Analysis of PDEs
+0805.1389 Exactly Solvable and Integrable Systems
+0805.1414 K-Theory and Homology
+0805.1418 Materials Science
+0805.1422 Classical Analysis and ODEs
+0805.1427 Differential Geometry
+0805.1434 Probability
+0805.1437 Information Theory
+0805.1439 Representation Theory
+0805.1440 Representation Theory
+0805.1441 Category Theory
+0805.1445 Analysis of PDEs
+0805.1454
+0805.1455 Combinatorics
+0805.1458 Probability
+0805.1462 Computational Physics
+0805.1465 Rings and Algebras
+0805.1466 General Mathematics
+0805.1472 Other Condensed Matter
+0805.1477 Plasma Physics
+0805.1479 Combinatorics
+0805.1483 Computational Physics
+0805.1494 Statistical Mechanics
+0805.1501 Complex Variables
+0805.1508 Atmospheric and Oceanic Physics
+0805.1520 Combinatorics
+0805.1523 Number Theory
+0805.1525 Number Theory
+0805.1527 Algebraic Topology
+0805.1529 Algebraic Topology
+0805.1539 Metric Geometry
+0805.1540 Phenomenology
+0805.1541 Algebraic Geometry
+0805.1547
+0805.1548 Logic
+0805.1549 Combinatorics
+0805.1550 Theory
+0805.1553 Spectral Theory
+0805.1554 Number Theory
+0805.1560 Number Theory
+0805.1563 Optimization and Control
+0805.1569 Optimization and Control
+0805.1570 Optimization and Control
+0805.1571 Optimization and Control
+0805.1572 Optimization and Control
+0805.1574 Group Theory
+0805.1575 Group Theory
+0805.1576
+0805.1580 Classical Analysis and ODEs
+0805.1591
+0805.1596 Spectral Theory
+0805.1598 Data Structures and Algorithms
+0805.1599 Optics
+0805.1604 Strongly Correlated Electrons
+0805.1610 General Physics
+0805.1621 Complex Variables
+0805.1622 Combinatorics
+0805.1624 Theory
+0805.1625 General Physics
+0805.1626
+0805.1629 Methodology
+0805.1630
+0805.1631 Probability
+0805.1635 Geophysics
+0805.1637 Atomic and Molecular Clusters
+0805.1642 Theory
+0805.1643 Materials Science
+0805.1648 Soft Condensed Matter
+0805.1649 Phenomenology
+0805.1650 Probability
+0805.1652 Soft Condensed Matter
+0805.1654 Optimization and Control
+0805.1660 Optimization and Control
+0805.1662 Information Theory
+0805.1663 Materials Science
+0805.1664 Optimization and Control
+0805.1669 Optimization and Control
+0805.1671 Materials Science
+0805.1678 Classical Analysis and ODEs
+0805.1681
+0805.1683 Spectral Theory
+0805.1685 Theory
+0805.1686
+0805.1687
+0805.1691 Phenomenology
+0805.1697
+0805.1699 Complex Variables
+0805.1702 General Mathematics
+0805.1710 Optimization and Control
+0805.1716 Mesoscale and Nanoscale Physics
+0805.1721
+0805.1722 Experiment
+0805.1727 Artificial Intelligence
+0805.1729 Number Theory
+cond-mat/0602491 Statistical Mechanics
+cond-mat/0610084 Mesoscale and Nanoscale Physics
+hep-ph/0702145 Phenomenology
+math-ph/0603039
+math/0603559 Probability
+math/0603561 Probability
+math/0608697 Probability
+math/0702515 Combinatorics
+physics/0609095 Data Analysis, Statistics and Probability
+0707.0221 Probability
+0708.0892 Mesoscale and Nanoscale Physics
+0709.3547 Combinatorics
+0709.4500 Data Analysis, Statistics and Probability
+0711.0003 Mesoscale and Nanoscale Physics
+0712.1574 Number Theory
+0801.2197
+0802.1199
+0803.2401 Chaotic Dynamics
+astro-ph/9708084
+math/0411641 Geometric Topology
+0704.0148 Materials Science
+0704.2891 Algebraic Geometry
+0706.0871 Atomic Physics
+0706.3612
+0707.0043 Classical Analysis and ODEs
+0712.0001 Algebraic Geometry
+0801.1362 Cryptography and Security
+cond-mat/0507205 Statistical Mechanics
+math-ph/0608056
+q-bio/0509006 Populations and Evolution
+q-bio/0605039 Biomolecules
+q-bio/0607010 Populations and Evolution
+quant-ph/0702164
+0707.1079
+0708.0747 Combinatorics
+0708.1699
+0708.2376 Differential Geometry
+0710.2233 Exactly Solvable and Integrable Systems
+0710.3008 Algebraic Geometry
+0710.3242 Soft Condensed Matter
+0711.1199 Physics and Society
+0711.2899 Representation Theory
+0712.3809 Soft Condensed Matter
+0802.3370 Phenomenology
+0803.0839 Soft Condensed Matter
+0804.2039 Probability
+0804.4626 Combinatorics
+0805.2149 Superconductivity
+0805.3992 Superconductivity
+0806.3646 Neural and Evolutionary Computing
+0807.0224
+0807.2182 General Physics
+0807.2912 Materials Science
+0807.3523 Experiment
+0807.4318 Number Theory
+0808.0122 General Mathematics
+0808.1098
+0808.1112 Dynamical Systems
+0808.1115 Theory
+0808.1117 General Physics
+0808.1119 Computational Complexity
+0808.1125 Artificial Intelligence
+0808.1128 Data Structures and Algorithms
+0808.1130 Fluid Dynamics
+0808.1133 Spectral Theory
+0808.1135 Neurons and Cognition
+0808.1136 Superconductivity
+0808.1149 Probability
+0808.1150
+0808.1154 Disordered Systems and Neural Networks
+0808.1157 Combinatorics
+0808.1162 Materials Science
+0808.1173 Classical Analysis and ODEs
+0808.1176 Geometric Topology
+0808.1178
+0808.1185 Differential Geometry
+0808.1187 Geometric Topology
+0808.1188 Other Condensed Matter
+0808.1190 Chemical Physics
+0808.1191 Analysis of PDEs
+0808.1200 Chemical Physics
+0808.1204 Number Theory
+0808.1205 General Physics
+0808.1206 Functional Analysis
+0808.1207 Networking and Internet Architecture
+0808.1211 Artificial Intelligence
+0808.1214
+0808.1215 Cryptography and Security
+0808.1216 Number Theory
+0808.1217 Metric Geometry
+0808.1222 Materials Science
+0808.1226 Methodology
+0808.1228 Metric Geometry
+0808.1232 Group Theory
+0808.1236
+0808.1240 Mesoscale and Nanoscale Physics
+0808.1247 Robotics
+0808.1254
+0808.1255 Materials Science
+0808.1270 Number Theory
+0808.1273 Functional Analysis
+0808.1275 Theory
+0808.1276 Functional Analysis
+0808.1280
+0808.1281 Symplectic Geometry
+math-ph/0607049
+math/0407527 Combinatorics
+math/0606590 Operator Algebras
+math/0612334 Differential Geometry
+quant-ph/0511226
+0708.2552
+0708.3039 Other Condensed Matter
+0712.1722 Geometric Topology
+0802.2938 Number Theory
+0803.1408 Category Theory
+0804.3171 Databases
+cond-mat/0607646 Soft Condensed Matter
+math/0102035 Differential Geometry
+math/0401110 Differential Geometry
+math/0511012 Differential Geometry
+math/0604099 Algebraic Geometry
+quant-ph/0306021
+0705.0376
+0708.2653 Optics
+0709.2090
+0710.4207 Group Theory
+0711.1701 Number Theory
+0712.2739 Fluid Dynamics
+0801.3607 Strongly Correlated Electrons
+0803.2038 Superconductivity
+0803.3141 Commutative Algebra
+0804.0805 Mesoscale and Nanoscale Physics
+0804.1516 Statistical Mechanics
+0804.4063
+0805.1169 Optimization and Control
+0805.2762 Differential Geometry
+0806.0704 Disordered Systems and Neural Networks
+0806.1496 Lattice
+0807.1347 Number Theory
+0807.1432 Geometric Topology
+0808.2869
+0808.3892 Discrete Mathematics
+0809.1335 Experiment
+0809.1979
+0809.1986
+0809.2184 Materials Science
+0809.2366 Phenomenology
+0809.4485 Instrumentation and Detectors
+0809.4915 Experiment
+0810.0181 Experiment
+0810.0501 Experiment
+0810.1355 Data Structures and Algorithms
+0810.1573
+0810.1696
+0810.1737 Theory
+0810.1739
+0810.1740
+0810.1743 Theory
+0810.1746 Classical Physics
+0810.1747 Algebraic Topology
+0810.1749 Biomolecules
+0810.1751 Experiment
+0810.1752 Biomolecules
+0810.1762
+0810.1763 Plasma Physics
+0810.1770
+0810.1775 Materials Science
+0810.1778 Pattern Formation and Solitons
+0810.1779 Differential Geometry
+0810.1789 Spectral Theory
+0810.1798 Fluid Dynamics
+0810.1799 Geometric Topology
+0810.1800 Fluid Dynamics
+0810.1803
+0810.1806 Strongly Correlated Electrons
+0810.1807 Number Theory
+0810.1808 Information Theory
+0810.1812 Strongly Correlated Electrons
+0810.1814 Number Theory
+0810.1815 Superconductivity
+0810.1817 Complex Variables
+0810.1822 Experiment
+0810.1824 Probability
+0810.1829 Quantum Algebra
+0810.1831 Chaotic Dynamics
+0810.1834 Biomolecules
+0810.1846 Disordered Systems and Neural Networks
+0810.1851 Computational Complexity
+0810.1852
+0810.1853 Representation Theory
+0810.1856
+0810.1858 Cryptography and Security
+0810.1872 Phenomenology
+0810.1876 Phenomenology
+0810.1880 Analysis of PDEs
+0810.1883 Classical Physics
+0810.1886 Geometric Topology
+0810.1887
+0810.1893 Probability
+0810.1904 Discrete Mathematics
+0810.1910 Materials Science
+0810.1927 Number Theory
+0810.1928 Theory
+0810.1939 Optics
+0810.1944 Superconductivity
+0810.1945 Physics and Society
+0810.1949 Other Condensed Matter
+math/0112235 Operator Algebras
+math/0201093 Operator Algebras
+math/0405249 Quantum Algebra
+math/0509254 Quantum Algebra
+math/0605104 Combinatorics
+math/0606108 Number Theory
+math/0607284 Combinatorics
+math/0702450 Probability
+math/0703596 Dynamical Systems
+quant-ph/0004024
+quant-ph/9706044
+quant-ph/9803029
+quant-ph/9910008
+quant-ph/9910009
+quant-ph/9910017
+quant-ph/9910038
+quant-ph/9912066
+0704.2660 Superconductivity
+0706.2448
+0706.2508 Strongly Correlated Electrons
+0706.3114 Probability
+0706.3988
+0707.0645 Materials Science
+0707.3783 Statistical Mechanics
+0708.2405
+0708.2589 Geometric Topology
+0709.4204 Differential Geometry
+0709.4321 Mesoscale and Nanoscale Physics
+0710.2456 Materials Science
+0710.2931 Materials Science
+0710.5905 Mesoscale and Nanoscale Physics
+0711.1831
+0711.2433 Mesoscale and Nanoscale Physics
+0711.3270 Mesoscale and Nanoscale Physics
+0712.0625
+0712.1853 Other Condensed Matter
+0801.0661 Mesoscale and Nanoscale Physics
+0801.3405 Atomic Physics
+0801.4138 Algebraic Geometry
+0802.0549 Other Condensed Matter
+0802.3850
+0802.3984 Materials Science
+0802.4026
+0802.4031 Soft Condensed Matter
+0802.4369 Dynamical Systems
+0803.0231 General Physics
+0803.4038 Mesoscale and Nanoscale Physics
+0804.0404 Materials Science
+0804.0851 Theory
+0804.1499
+0804.2107 Phenomenology
+0804.2487 Information Theory
+0804.2493 Differential Geometry
+0804.2496 Combinatorics
+0804.2497 Analysis of PDEs
+0804.2509 Strongly Correlated Electrons
+0804.2512
+0804.2514 Phenomenology
+0804.2515 Other Condensed Matter
+0804.2518 General Physics
+0804.2533 Numerical Analysis
+0804.2534 Chaotic Dynamics
+0804.2535 Logic in Computer Science
+0804.2537 Materials Science
+0804.2545 Materials Science
+0804.2547 Analysis of PDEs
+0804.2550 Dynamical Systems
+0804.2551 Dynamical Systems
+0804.2553
+0804.2558 Commutative Algebra
+0804.2562 Dynamical Systems
+0804.2568
+0804.2584 Combinatorics
+0804.2592 Algebraic Geometry
+0804.2593 Number Theory
+0804.2594 Optics
+0804.2614 Human-Computer Interaction
+0804.2623 Superconductivity
+0804.2625 Mesoscale and Nanoscale Physics
+0804.2636 Materials Science
+0804.2641
+0804.2646 Biomolecules
+0804.2648
+0804.2651
+0804.2655 Spectral Theory
+0804.2656 Logic
+0804.2657 Soft Condensed Matter
+0804.2661 Geometric Topology
+bayes-an/9504001 Data Analysis, Statistics and Probability
+cond-mat/0001223 Materials Science
+cond-mat/0001228 Materials Science
+cond-mat/0508370 Other Condensed Matter
+cond-mat/0703068 Mesoscale and Nanoscale Physics
+cond-mat/9907273 Disordered Systems and Neural Networks
+gr-qc/0311030
+hep-ph/0605101 Phenomenology
+math/0408390 Quantum Algebra
+math/0512012 Number Theory
+math/0612823 Combinatorics
+math/0702887 Symplectic Geometry
+quant-ph/0607127
+0705.2268 Functional Analysis
+0709.2392 Materials Science
+0712.2423 Number Theory
+0801.0333 Phenomenology
+0802.2692 Strongly Correlated Electrons
+0803.0009 Soft Condensed Matter
+0803.0203 Superconductivity
+0804.1162 Optics
+0804.1607 Distributed, Parallel, and Cluster Computing
+cond-mat/0005016 Mesoscale and Nanoscale Physics
+cond-mat/0005456 Statistical Mechanics
+cond-mat/0105220 Mesoscale and Nanoscale Physics
+cond-mat/0111057 Mesoscale and Nanoscale Physics
+cond-mat/0205344 Mesoscale and Nanoscale Physics
+cond-mat/0209507 Mesoscale and Nanoscale Physics
+cond-mat/0302553 Mesoscale and Nanoscale Physics
+cond-mat/0308117
+cond-mat/0311458 Superconductivity
+cond-mat/0312053 Mesoscale and Nanoscale Physics
+cond-mat/0403377 Mesoscale and Nanoscale Physics
+cond-mat/0405178 Mesoscale and Nanoscale Physics
+cond-mat/0405383 Mesoscale and Nanoscale Physics
+cond-mat/0408187 Statistical Mechanics
+cond-mat/0410059 Disordered Systems and Neural Networks
+cond-mat/0411180 Mesoscale and Nanoscale Physics
+cond-mat/0504382 Mesoscale and Nanoscale Physics
+cond-mat/0508215 Mesoscale and Nanoscale Physics
+cond-mat/0512689 Mesoscale and Nanoscale Physics
+cond-mat/0602645 Mesoscale and Nanoscale Physics
+cond-mat/0603317 Mesoscale and Nanoscale Physics
+cond-mat/0606271 Superconductivity
+cond-mat/0702287 Strongly Correlated Electrons
+cond-mat/9311048
+cond-mat/9403009
+cond-mat/9406117
+cond-mat/9501130
+cond-mat/9507105
+cond-mat/9607021
+cond-mat/9607137
+cond-mat/9609132
+cond-mat/9703246 Mesoscale and Nanoscale Physics
+cond-mat/9704122
+cond-mat/9709329
+cond-mat/9811124 Mesoscale and Nanoscale Physics
+cond-mat/9812217
+cond-mat/9908187 Mesoscale and Nanoscale Physics
+math/0610941 Combinatorics
+math/0611049 Functional Analysis
+math/0612021 Combinatorics
+math/0701690 Rings and Algebras
+math/0703866 Differential Geometry
+physics/0108052 Atomic Physics
+physics/0111191 Atomic Physics
+physics/0503036 Data Analysis, Statistics and Probability
+physics/0510198 Physics and Society
+physics/0610051 Physics and Society
+physics/9911020 Atomic Physics
+0705.1256
+0705.2256
+0705.4626 Dynamical Systems
+0706.3330 Fluid Dynamics
+0707.1341
+0707.3697
+0707.4189 Superconductivity
+0708.1876 Mesoscale and Nanoscale Physics
+0708.2667 Strongly Correlated Electrons
+0709.0316 Physics and Society
+0709.0486 Atomic Physics
+0709.2707 Materials Science
+0709.3546 Strongly Correlated Electrons
+0710.3863 Classical Analysis and ODEs
+0710.4989
+0711.1073
+0712.1826 Theory
+0712.2608
+0712.3689 Exactly Solvable and Integrable Systems
+0802.2408 Analysis of PDEs
+0802.2544 Differential Geometry
+0802.2554 Group Theory
+0802.2562
+0802.2564 Statistical Mechanics
+0802.2565 Chaotic Dynamics
+0802.2569 Phenomenology
+0802.2570 Differential Geometry
+0802.2574 Information Theory
+0802.2575 Geometric Topology
+0802.2580 Geometric Topology
+0802.2587 Information Theory
+0802.2591 Other Condensed Matter
+0802.2592 Probability
+0802.2596 Metric Geometry
+0802.2597 Spectral Theory
+0802.2599 Materials Science
+0802.2609
+0802.2625 Classical Analysis and ODEs
+0802.2629 Chaotic Dynamics
+0802.2632 Differential Geometry
+0802.2643 Methodology
+0802.2645 Probability
+0802.2650 Statistical Mechanics
+0802.2654 Number Theory
+0802.2656
+0802.2658
+0802.2659
+0802.2661
+0802.2662
+0802.2665
+0802.2666 Information Theory
+0802.2667 Accelerator Physics
+0802.2668 Discrete Mathematics
+0802.2676 Statistics Theory
+0802.2682
+0802.2683 Molecular Networks
+0802.2684 Information Theory
+0802.2687 Spectral Theory
+0802.2701 Information Theory
+0802.2703 Information Theory
+cond-mat/0406116 Soft Condensed Matter
+cond-mat/0507378 Mesoscale and Nanoscale Physics
+cond-mat/0510770 Materials Science
+cond-mat/0601642 Mesoscale and Nanoscale Physics
+cond-mat/0703049 Mesoscale and Nanoscale Physics
+cs/0612073 Information Theory
+hep-ph/0601265 Phenomenology
+hep-ph/9806483 Phenomenology
+hep-th/0411189 Theory
+hep-th/9403189 Theory
+math-ph/0703041
+math/0508128 Spectral Theory
+math/0606488 Probability
+math/0610930 Differential Geometry
+math/0611790 Commutative Algebra
+physics/0504177 Biological Physics
+physics/0611128 Optics
+quant-ph/0207088
+quant-ph/0608228
+quant-ph/0702175
+quant-ph/0703099
+0704.2034 Algebraic Geometry
+0705.2784
+0707.2293 Networking and Internet Architecture
+0707.2777 Materials Science
+0707.3698 Soft Condensed Matter
+0707.4305 Algebraic Geometry
+0708.3396
+0708.3503 Functional Analysis
+0709.1859 Statistical Mechanics
+0709.2906 Classical Analysis and ODEs
+0709.2907 Classical Analysis and ODEs
+0710.2487
+0711.0715 Quantitative Methods
+0711.1423 Other Condensed Matter
+0801.0955 Strongly Correlated Electrons
+0801.1589 Geometric Topology
+0801.4027
+0802.0024 Computational Complexity
+0802.2098 Theory
+0802.3260 Algebraic Geometry
+0802.3526 Theory
+0802.3813
+0803.0610 Information Theory
+0803.1478
+0803.2574 Other Condensed Matter
+0803.3452 Mesoscale and Nanoscale Physics
+0804.1336 Materials Science
+0804.1463 Chaotic Dynamics
+0805.0107 Classical Analysis and ODEs
+0805.2053
+0805.2974
+0805.3949 Statistics Theory
+0805.4317 Superconductivity
+0806.0729 Statistics Theory
+0806.1131
+0806.1417 Analysis of PDEs
+0806.3125 Strongly Correlated Electrons
+0806.3537 Learning
+0806.4599 Strongly Correlated Electrons
+0807.0721 Biomolecules
+0807.0877 Materials Science
+0807.1282 Discrete Mathematics
+0807.1327 Mesoscale and Nanoscale Physics
+0807.1332 Materials Science
+0807.1340 Strongly Correlated Electrons
+0807.1343 Mesoscale and Nanoscale Physics
+0807.1345 Mesoscale and Nanoscale Physics
+0807.1356 Other Condensed Matter
+0807.1359 Numerical Analysis
+0807.1371 Theory
+0807.1382 Classical Physics
+0807.1386 Other Condensed Matter
+0807.1388 Other Condensed Matter
+0807.1393
+0807.1395 Soft Condensed Matter
+0807.1396 Materials Science
+0807.1398
+0807.1402 Phenomenology
+0807.1404 Phenomenology
+0807.1407 Operator Algebras
+0807.1408 Phenomenology
+0807.1411 Analysis of PDEs
+0807.1412 Computational Complexity
+0807.1413 Probability
+0807.1418 Experiment
+0807.1428 Geophysics
+0807.1431 Atomic and Molecular Clusters
+0807.1440 Differential Geometry
+0807.1441 Materials Science
+0807.1451 Combinatorics
+0807.1455 Number Theory
+0807.1459 Materials Science
+0807.1468 Optimization and Control
+0807.1470 Phenomenology
+0807.1475 Computational Engineering, Finance, and Science
+0807.1483 Geometric Topology
+0807.1488 Representation Theory
+0807.1489
+0807.1490
+0807.1491 Geometric Topology
+0807.1496 Discrete Mathematics
+0807.1497 Numerical Analysis
+0807.1501 Phenomenology
+0807.1524 Logic in Computer Science
+0807.1526 Mesoscale and Nanoscale Physics
+cond-mat/0109272 Soft Condensed Matter
+cond-mat/0204177 Soft Condensed Matter
+cond-mat/0209051 Soft Condensed Matter
+cond-mat/0307130 Soft Condensed Matter
+cond-mat/0407343 Soft Condensed Matter
+cond-mat/0512583 Mesoscale and Nanoscale Physics
+cond-mat/0612032 Statistical Mechanics
+cs/0508112 Logic in Computer Science
+hep-th/0610307 Theory
+math/0111058 Geometric Topology
+math/0412300 Dynamical Systems
+math/0506012 Dynamical Systems
+math/0511746 Dynamical Systems
+math/0512017 Dynamical Systems
+math/0610672 Algebraic Geometry
+math/0612002 Algebraic Topology
+math/0702387 Number Theory
+physics/0701246 General Physics
+0704.2769 Theory
+0704.3656 Statistical Mechanics
+0705.3967
+0706.3309
+0709.3411 Functional Analysis
+0709.3905 Algebraic Geometry
+0710.1688 Statistics Theory
+0711.1716 Geometric Topology
+0711.4032
+0711.4658 Materials Science
+0712.3707 Geometric Topology
+0801.3654 Computer Vision and Pattern Recognition
+0802.2252 Superconductivity
+0802.4294 Dynamical Systems
+0803.0851 Statistical Mechanics
+0803.1234 Phenomenology
+0803.2185 Materials Science
+0804.1793 Superconductivity
+0804.2031 Exactly Solvable and Integrable Systems
+0804.2842 Complex Variables
+0804.3129 Materials Science
+0805.0028 Optics
+0805.1661 Data Structures and Algorithms
+0805.1707
+0805.2872 Algebraic Geometry
+0805.3299 Materials Science
+0805.4457 Strongly Correlated Electrons
+0806.2621 Strongly Correlated Electrons
+0806.2727 Materials Science
+0806.4964 Superconductivity
+0807.0435
+0807.0772 Disordered Systems and Neural Networks
+0807.1790
+0807.3376
+0808.0412 Probability
+0808.0635
+0809.0550 General Mathematics
+0809.1460 Genomics
+0809.1843 Phenomenology
+0809.3172
+0809.5017 Dynamical Systems
+0810.1072 Statistical Mechanics
+0810.1125 Fluid Dynamics
+0810.1374 Statistics Theory
+0810.3049 Optics
+0810.3390
+0810.3566 Experiment
+0810.3922
+0810.4062 Combinatorics
+0810.4337
+0810.4338 Number Theory
+0810.4339 Logic
+0810.4343 Operator Algebras
+0810.4345 Statistical Mechanics
+0810.4348 Statistical Mechanics
+0810.4355 Genomics
+0810.4356 Spectral Theory
+0810.4358 History and Philosophy of Physics
+0810.4363 Strongly Correlated Electrons
+0810.4367
+0810.4372
+0810.4373 Combinatorics
+0810.4377 Dynamical Systems
+0810.4378 Probability
+0810.4388
+0810.4390 Materials Science
+0810.4397 Pattern Formation and Solitons
+0810.4404 Information Theory
+0810.4413 Differential Geometry
+0810.4415 Superconductivity
+0810.4416 Strongly Correlated Electrons
+0810.4422 Applications
+0810.4427 Probability
+0810.4430 Adaptation and Self-Organizing Systems
+0810.4431 Human-Computer Interaction
+0810.4432 Probability
+0810.4433 Geometric Topology
+0810.4438 Probability
+0810.4442 Information Theory
+0810.4451 Programming Languages
+0810.4452
+0810.4454 Classical Physics
+0810.4456 Statistical Mechanics
+0810.4480 K-Theory and Homology
+0810.4485 Probability
+0810.4487 Commutative Algebra
+0810.4489 Other Condensed Matter
+0810.4492
+0810.4494
+0810.4496 Algebraic Geometry
+0810.4504 Probability
+0810.4509 Probability
+0810.4510 Experiment
+0810.4517 Analysis of PDEs
+0810.4522 Combinatorics
+0810.4523 Number Theory
+0810.4525 Theory
+0810.4530 Differential Geometry
+0810.4532 Disordered Systems and Neural Networks
+0810.4536
+cond-mat/0511509 Superconductivity
+hep-th/0209001 Theory
+math/0508549 Analysis of PDEs
+math/0510343 Analysis of PDEs
+math/0605408 Number Theory
+math/0607367 Differential Geometry
+0704.2712 Complex Variables
+0707.1368 Classical Analysis and ODEs
+0708.3114 K-Theory and Homology
+0710.4334 Theory
+0801.1924 Probability
+0801.2802 Plasma Physics
+0802.2778
+0803.3647 Combinatorics
+0805.2689 Data Analysis, Statistics and Probability
+0807.2688 Strongly Correlated Electrons
+0809.0022
+math-ph/0308023
+math-ph/0502006
+math/0604029 Algebraic Topology
+0704.0198 Strongly Correlated Electrons
+0709.1514 Probability
+0709.2156 Combinatorics
+0712.0908 Instrumentation and Detectors
+0801.4002 Mesoscale and Nanoscale Physics
+0803.0901 Phenomenology
+cond-mat/0404515 Other Condensed Matter
+cond-mat/0606038 Statistical Mechanics
+physics/0504034 Physics and Society
+q-bio/0609027 Populations and Evolution
+0704.1115 Experiment
+0704.3825 Group Theory
+0705.0933 Rings and Algebras
+0705.3690 Chaotic Dynamics
+0705.4432 Algebraic Geometry
+0706.1325 History and Philosophy of Physics
+0706.2906 Information Theory
+0708.0537 Commutative Algebra
+0708.2709 Statistical Mechanics
+0710.2401 Atomic and Molecular Clusters
+0710.2778 Strongly Correlated Electrons
+0710.3762 Mesoscale and Nanoscale Physics
+0711.0056 Theory
+0711.0889 Other Condensed Matter
+0711.1489 Chaotic Dynamics
+0711.3903
+0712.1166 Mesoscale and Nanoscale Physics
+0712.1543
+0712.2392 Strongly Correlated Electrons
+0801.0723 Strongly Correlated Electrons
+0801.3454 Disordered Systems and Neural Networks
+0802.0138 Atomic and Molecular Clusters
+0802.1133 Statistical Mechanics
+0802.1351 Mesoscale and Nanoscale Physics
+0802.2870
+0803.0988 Data Structures and Algorithms
+0803.1891 Number Theory
+0803.3331 Disordered Systems and Neural Networks
+0803.3999 Theory
+0803.4308 Operating Systems
+0804.0177 Phenomenology
+0804.0483 Statistical Mechanics
+0804.0621
+0804.0623
+0804.0624 Geometric Topology
+0804.0630 Materials Science
+0804.0633 Functional Analysis
+0804.0635 Information Theory
+0804.0640 Combinatorics
+0804.0657 Metric Geometry
+0804.0659 Cryptography and Security
+0804.0660 Logic in Computer Science
+0804.0666 Geometric Topology
+0804.0673 Logic
+0804.0674 Differential Geometry
+0804.0675 Other Condensed Matter
+0804.0679 Statistical Mechanics
+0804.0687 Group Theory
+0804.0688 Materials Science
+0804.0690 Differential Geometry
+0804.0696 Quantitative Methods
+0804.0698
+0804.0700 Optimization and Control
+0804.0708
+0804.0710
+0804.0712 Superconductivity
+0804.0714
+0804.0721
+0804.0724 Combinatorics
+0804.0725 Algebraic Geometry
+0804.0728 Differential Geometry
+0804.0745 Optics
+0804.0747 Data Analysis, Statistics and Probability
+0804.0753 Combinatorics
+0804.0754 General Physics
+0804.0756 Commutative Algebra
+0804.0757 Exactly Solvable and Integrable Systems
+0804.0759 Neurons and Cognition
+0804.0764 Optics
+0804.0775 Logic
+0804.0777 Algebraic Topology
+0804.0779 Theory
+0804.0780 Dynamical Systems
+0804.0785
+0804.0787 Combinatorics
+0804.0789 Theory
+0804.0790 Information Theory
+0804.0794 Algebraic Geometry
+cond-mat/0310377 Statistical Mechanics
+cond-mat/0701121 Disordered Systems and Neural Networks
+cs/0701004 Computational Complexity
+gr-qc/0401021
+math/0412111 Metric Geometry
+math/0506410 Analysis of PDEs
+math/0509552 Geometric Topology
+math/0602491 Algebraic Geometry
+physics/0511014 Classical Physics
+quant-ph/0702181
+quant-ph/0703056
+0707.4061 Other Condensed Matter
+cond-mat/0702241 Other Condensed Matter
+math/0007128 Differential Geometry
+math/0305124 Differential Geometry
+math/0402201 Differential Geometry
+math/0508428 Differential Geometry
+math/0511110 Differential Geometry
+math/0701556 Differential Geometry
+q-bio/0703029 Cell Behavior
+quant-ph/0702007
+0706.1954 General Topology
+0707.2164 Materials Science
+0710.3860 Complex Variables
+0712.4160 Algebraic Geometry
+0801.3181 General Topology
+0801.4812 Populations and Evolution
+0803.1947 General Topology
+0803.2382 Space Physics
+0804.1825 Algebraic Topology
+0807.0543
+0808.2803 General Topology
+0809.4731 Strongly Correlated Electrons
+0810.2579 General Physics
+0811.1141
+0811.4609
+0812.0624 Differential Geometry
+0812.1388 Applications
+0812.1883 Geometric Topology
+0812.3214 Computational Complexity
+0812.3493 Classical Physics
+0812.4467 Populations and Evolution
+0812.4575 Superconductivity
+0812.4579
+0812.4583 Cell Behavior
+0812.4587
+0812.4588 Operator Algebras
+0812.4591 Exactly Solvable and Integrable Systems
+0812.4601 Strongly Correlated Electrons
+0812.4606 Number Theory
+0812.4613 Statistical Mechanics
+0812.4615
+0812.4617
+0812.4618 Data Analysis, Statistics and Probability
+0812.4623 Other Condensed Matter
+0812.4626 Algebraic Topology
+0812.4629
+0812.4636 Representation Theory
+0812.4646 Networking and Internet Architecture
+0812.4650 Geometric Topology
+0812.4652
+0812.4653 Number Theory
+0812.4661
+0812.4665 Number Theory
+0812.4666 Classical Analysis and ODEs
+0812.4669 Statistical Mechanics
+0812.4674 Data Analysis, Statistics and Probability
+0812.4679 Classical Physics
+0812.4680 Materials Science
+0812.4682
+0812.4686
+0812.4687 Classical Analysis and ODEs
+0812.4688 Algebraic Geometry
+0812.4690 Functional Analysis
+0812.4695 Rings and Algebras
+0812.4697 Complex Variables
+0812.4698 Mesoscale and Nanoscale Physics
+0812.4699 Methodology
+0812.4707 Cell Behavior
+0812.4719 Physics and Society
+0812.4720 Physics and Society
+0812.4722 Strongly Correlated Electrons
+0812.4726
+0812.4735
+0812.4736 Genomics
+0812.4737 General Finance
+0812.4744 Networking and Internet Architecture
+0812.4746 Theory
+0812.4749
+0812.4752 Popular Physics
+0812.4755 Medical Physics
+0812.4756 Classical Physics
+0812.4757 Medical Physics
+0812.4768 Mesoscale and Nanoscale Physics
+0812.4769 Operator Algebras
+0812.4770 Classical Analysis and ODEs
+0812.4772 Functional Analysis
+0812.4777 Geophysics
+0812.4783 Representation Theory
+0812.4784 Combinatorics
+0812.4785 Classical Physics
+0812.4786 Exactly Solvable and Integrable Systems
+0812.4792 Computer Science and Game Theory
+0812.4794 Pattern Formation and Solitons
+0812.4799 Materials Science
+0812.4803 Information Theory
+0812.4808
+0812.4811
+0812.4812 Classical Physics
+0812.4814 Logic in Computer Science
+0812.4818 Representation Theory
+0812.4819 Classical Analysis and ODEs
+0812.4820 Experiment
+0812.4826 Information Theory
+0812.4829 Classical Analysis and ODEs
+0812.4831 Combinatorics
+0812.4842 Classical Physics
+0812.4843 Numerical Analysis
+0812.4845 Soft Condensed Matter
+0812.4850 General Mathematics
+0812.4857
+0812.4858
+0812.4859
+0812.4871 Algebraic Geometry
+0812.4872
+0812.4880
+0812.4881 Statistics Theory
+0812.4882 Applications
+0812.4885 Probability
+0812.4891 Theory
+0812.4898
+0812.4915
+0812.4917 Phenomenology
+0812.4919 Data Structures and Algorithms
+0812.4920 Combinatorics
+0812.4926 Pattern Formation and Solitons
+0812.4927 Medical Physics
+0812.4929 Symplectic Geometry
+0812.4930 Medical Physics
+0812.4932 History and Philosophy of Physics
+0812.4934 Medical Physics
+0812.4938 Geophysics
+0812.4940 Materials Science
+0812.4943 Phenomenology
+0812.4948 Combinatorics
+0812.4955 Statistical Mechanics
+0812.4957 Soft Condensed Matter
+0812.4958 Materials Science
+0812.4962 Algebraic Geometry
+0812.4963 Commutative Algebra
+0812.4966 Commutative Algebra
+0812.4974 Spectral Theory
+0812.4977 Analysis of PDEs
+0812.4982 Analysis of PDEs
+0812.4983 Cryptography and Security
+0812.4985 Information Theory
+0812.4986 Databases
+0812.4988 Algebraic Topology
+0812.4989 Phenomenology
+0812.4994 Number Theory
+0812.4995
+0812.4996 Experiment
+0812.5001 Rings and Algebras
+0812.5002 Rings and Algebras
+0812.5003 Rings and Algebras
+0812.5005 Populations and Evolution
+0812.5010
+0812.5011
+0812.5014 Materials Science
+0812.5015 Functional Analysis
+0812.5016 Functional Analysis
+0812.5017 Functional Analysis
+0812.5019
+0812.5020 Functional Analysis
+0812.5021
+0812.5022 Functional Analysis
+0812.5023 Representation Theory
+0812.5024 Functional Analysis
+0812.5025 Functional Analysis
+0812.5026 Information Theory
+0812.5027 History and Overview
+0812.5029 Classical Physics
+0812.5032 Learning
+0812.5037 Phenomenology
+0812.5038 Spectral Theory
+0812.5042 Theory
+0812.5045 Theory
+0812.5051
+0812.5056 Rings and Algebras
+0812.5059 Statistical Mechanics
+0812.5068 Analysis of PDEs
+0812.5069
+0812.5071 Statistical Mechanics
+0812.5075 General Mathematics
+0812.5079 Data Analysis, Statistics and Probability
+0812.5082 Representation Theory
+0812.5089 Metric Geometry
+0812.5092 General Topology
+0812.5093 Number Theory
+0812.5094 Molecular Networks
+0812.5099 Functional Analysis
+0812.5100 Classical Analysis and ODEs
+0812.5109 Disordered Systems and Neural Networks
+0812.5114 Populations and Evolution
+0812.5116
+math/0503631 General Topology
+math/0508563 General Topology
+math/0509432 General Topology
+math/0512275 General Topology
+math/0603290 General Topology
+math/0606188 General Topology
+math/0612753 General Topology
+math/0703069 Geometric Topology
+math/0703894 General Topology
+physics/0612090 Classical Physics
+physics/0612232 Classical Physics
+0706.4239 Number Theory
+0709.1751 Probability
+0709.3258
+0709.3851 Theory
+0710.4880 Phenomenology
+0710.5509 Soft Condensed Matter
+0711.3736 Group Theory
+0801.1666 Theory
+0802.0281 Operator Algebras
+0803.3396
+0804.0463
+0804.1838 Differential Geometry
+0804.1879 Logic in Computer Science
+0804.1983 Quantum Algebra
+0804.1995 Quantum Algebra
+0804.2001 Quantum Algebra
+0804.2002 Quantum Algebra
+0804.2004 Quantum Algebra
+0804.2005 Quantum Algebra
+0805.0224 Theory
+0805.0577 Information Theory
+0805.2150 Superconductivity
+0805.3583 Tissues and Organs
+0806.4110 Mesoscale and Nanoscale Physics
+0806.4712 Operator Algebras
+0807.1649 Statistical Mechanics
+0807.1807 Statistical Mechanics
+0807.3470 Machine Learning
+0807.3628
+0807.4190 Strongly Correlated Electrons
+0807.4769 Strongly Correlated Electrons
+0808.0031 Experiment
+0808.0049 Operator Algebras
+0808.0248 Algebraic Geometry
+0808.2675 Strongly Correlated Electrons
+0809.0146 Chemical Physics
+0809.2185 Strongly Correlated Electrons
+0809.3249 Atomic Physics
+0809.3295
+0809.4599 Populations and Evolution
+0810.0947 Functional Analysis
+0810.4306 Phenomenology
+0810.4379
+0810.4711 Cryptography and Security
+0810.5375
+0811.0436 Programming Languages
+0811.2055 Graphics
+0811.2278
+0811.2415 Data Analysis, Statistics and Probability
+0811.2421 Algebraic Geometry
+0811.2424
+0811.2428 Classical Analysis and ODEs
+0811.2434 Combinatorics
+0811.2435 Algebraic Geometry
+0811.2437 Subcellular Processes
+0811.2441 Populations and Evolution
+0811.2444 Phenomenology
+0811.2457 Data Structures and Algorithms
+0811.2459 Soft Condensed Matter
+0811.2464 Data Analysis, Statistics and Probability
+0811.2469 Numerical Analysis
+0811.2470 Numerical Analysis
+0811.2473 Numerical Analysis
+0811.2476 Numerical Analysis
+0811.2477 Number Theory
+0811.2478 Numerical Analysis
+0811.2480 Numerical Analysis
+0811.2483 Materials Science
+0811.2491
+0811.2493
+0811.2499 Functional Analysis
+0811.2500 Materials Science
+0811.2502 Mesoscale and Nanoscale Physics
+0811.2505 Category Theory
+0811.2507 Dynamical Systems
+0811.2521 Differential Geometry
+0811.2522 Algebraic Geometry
+0811.2525 Information Theory
+0811.2528
+0811.2535 Software Engineering
+0811.2540 Strongly Correlated Electrons
+0811.2541 Group Theory
+0811.2544 Differential Geometry
+0811.2545 Dynamical Systems
+0811.2546 Data Structures and Algorithms
+0811.2552 Exactly Solvable and Integrable Systems
+0811.2555 Analysis of PDEs
+0811.2558
+0811.2563 Distributed, Parallel, and Cluster Computing
+0811.2565
+0811.2566 Atmospheric and Oceanic Physics
+0811.2569 Superconductivity
+0811.2570 Disordered Systems and Neural Networks
+0811.2573
+0811.2574 Fluid Dynamics
+0811.2578 Software Engineering
+0811.2581 Differential Geometry
+0811.2586 Computational Complexity
+0811.2587 Exactly Solvable and Integrable Systems
+0811.2590 Rings and Algebras
+0811.2594 Classical Analysis and ODEs
+0811.2595 Optimization and Control
+0811.2601 Complex Variables
+0811.2607 Other Condensed Matter
+0811.2610 Logic
+0811.2611 Materials Science
+0811.2612
+0811.2620 Representation Theory
+0811.2626 Strongly Correlated Electrons
+0811.2627 Category Theory
+0811.2629 Probability
+0811.2634
+0811.2637 Computational Engineering, Finance, and Science
+0811.2638
+0811.2642 Experiment
+0811.2643
+0811.2644
+0811.2649 Statistics Theory
+0811.2650 Commutative Algebra
+0811.2652
+0811.2656 Metric Geometry
+0811.2662 Populations and Evolution
+0811.2663
+0811.2672 Strongly Correlated Electrons
+0811.2675 Discrete Mathematics
+0811.2678 Statistics Theory
+0811.2680
+0811.2684 Category Theory
+0811.2688
+0811.2689 Rings and Algebras
+0811.2693
+0811.2694 Theory
+0811.2697 Strongly Correlated Electrons
+0811.2701 Analysis of PDEs
+0811.2702 Combinatorics
+0811.2704 Combinatorics
+0811.2708 Functional Analysis
+0811.2709 Soft Condensed Matter
+0811.2710 Phenomenology
+0811.2714
+0811.2715 Atomic Physics
+0811.2723 Materials Science
+0811.2725 Geometric Topology
+0811.2733 Probability
+0811.2738 General Topology
+0811.2742 Chemical Physics
+0811.2743 Geophysics
+0811.2766 Representation Theory
+0811.2768 Representation Theory
+0811.2779 Metric Geometry
+0811.2785 Chaotic Dynamics
+cond-mat/0608021 Other Condensed Matter
+cond-mat/0610868 Statistical Mechanics
+cond-mat/0611554 Other Condensed Matter
+math-ph/0605014
+math-ph/0610006
+math-ph/0610017
+math/0702007 Probability
+math/0702325 Probability
+physics/0608031 Physics and Society
+0705.3454 Other Condensed Matter
+0705.3597 Biomolecules
+0706.2024 Quantitative Methods
+0706.3538
+0707.1121 Computational Physics
+0707.1533
+0707.3356
+0708.2651 Differential Geometry
+0709.1149
+0709.1230 Strongly Correlated Electrons
+0710.1763
+0802.1378 Mesoscale and Nanoscale Physics
+0802.3822 Rings and Algebras
+0802.3871 Mesoscale and Nanoscale Physics
+0803.1723 Networking and Internet Architecture
+0803.1756 Algebraic Geometry
+0803.3107 Strongly Correlated Electrons
+0804.0284 Combinatorics
+0804.1245 Group Theory
+0804.1351 Mesoscale and Nanoscale Physics
+0804.1443 Quantitative Methods
+0804.1960 Mesoscale and Nanoscale Physics
+0804.2717 Statistical Mechanics
+0804.4606
+0804.4659 Pattern Formation and Solitons
+0805.0774 Combinatorics
+0805.2091 Phenomenology
+0805.4070 General Mathematics
+0806.1488 Combinatorics
+0806.2371 Quantum Algebra
+0806.3490 Other Condensed Matter
+0806.4010 Algebraic Geometry
+0806.4535 Combinatorics
+0806.4538 Analysis of PDEs
+0807.0010 Algebraic Geometry
+0807.0013 History and Philosophy of Physics
+0807.0015 Data Analysis, Statistics and Probability
+0807.0017
+0807.0019 Number Theory
+0807.0020 Phenomenology
+0807.0021 Phenomenology
+0807.0024 Phenomenology
+0807.0025
+0807.0026
+0807.0027 Quantum Algebra
+0807.0030 Lattice
+0807.0035 Complex Variables
+0807.0036
+0807.0037
+0807.0045 Symplectic Geometry
+0807.0052 Quantum Algebra
+0807.0054 Probability
+0807.0055 Instrumentation and Detectors
+0807.0061 Group Theory
+0807.0062 Chemical Physics
+0807.0070 Software Engineering
+0807.0073 Superconductivity
+0807.0075 Statistical Mechanics
+0807.0080 Probability
+0807.0084 Biological Physics
+0807.0106 Mesoscale and Nanoscale Physics
+0807.0108 Chemical Physics
+0807.0120 Optics
+0807.0123
+0807.0124 Group Theory
+0807.0126
+0807.0131 Classical Analysis and ODEs
+0807.0137
+0807.0138
+0807.0140 Distributed, Parallel, and Cluster Computing
+0807.0154 Complex Variables
+0807.0161 Software Engineering
+0807.0166 Phenomenology
+0807.0168 Algebraic Topology
+0807.0170 Phenomenology
+0807.0171 Number Theory
+0807.0172 Phenomenology
+0807.0178 Exactly Solvable and Integrable Systems
+0807.0182 Geometric Topology
+0807.0187 Geophysics
+0807.0191 Experiment
+0807.0198 Phenomenology
+0807.0204 Information Theory
+0807.0216
+0807.0218
+0807.0219 Algebraic Geometry
+0807.0222 Data Structures and Algorithms
+cond-mat/0606612 Disordered Systems and Neural Networks
+cond-mat/0607751 Statistical Mechanics
+math/0506193 Representation Theory
+math/0601217 Analysis of PDEs
+math/0602127 Differential Geometry
+q-bio/0702027 Quantitative Methods
+0711.0609 Optimization and Control
+0712.1963
+0801.3603 Strongly Correlated Electrons
+0806.3936 Superconductivity
+cond-mat/0106546 Superconductivity
+cond-mat/0608695 Disordered Systems and Neural Networks
+math/0609129 Combinatorics
+math/0609143 Combinatorics
+math/0611747 Probability
+0704.2050 Operator Algebras
+0705.1087 Chemical Physics
+0707.3248 Information Theory
+0708.0530
+0711.1774 Geometric Topology
+0801.2804 Soft Condensed Matter
+0802.1103 Applications
+0802.2343 Differential Geometry
+0802.2782 Theory
+0803.1706 Statistical Finance
+0806.0157
+0807.0958 Theory
+0807.4418 Complex Variables
+0809.0117 Algebraic Geometry
+0809.0428 Statistical Mechanics
+0809.0505 Other Condensed Matter
+0809.3168 Probability
+0810.0410 Optics
+0810.3360 Representation Theory
+0810.4085 Superconductivity
+0810.5074 Phenomenology
+0811.1943 Classical Physics
+0811.2048 Theory
+0811.2852 Phenomenology
+math/0608318 Number Theory
+0712.0497
+0801.3626 Algebraic Topology
+0805.0486
+0805.4311 Soft Condensed Matter
+0806.1708
+0806.1709
+0808.1412 Functional Analysis
+0808.2581
+0808.2734 Biological Physics
+0809.0874 Computers and Society
+0809.3989 Superconductivity
+0812.1213 Theory
+0812.1825 Analysis of PDEs
+hep-th/0505034 Theory
+physics/0701335 Physics and Society
+0707.0183 Differential Geometry
+0711.3851
+0712.0428 Other Condensed Matter
+0804.2488 General Physics
+0806.0923 Physics and Society
+math/0511505 Operator Algebras
+math/0601058 Rings and Algebras
+math/0601164 Analysis of PDEs
+0704.2041 Algebraic Geometry
+0707.4620
+0709.0086 Numerical Analysis
+0710.4015 Exactly Solvable and Integrable Systems
+0710.4998 Number Theory
+0710.5877 Representation Theory
+0711.2697 Strongly Correlated Electrons
+0712.1158 Optics
+0712.2033 Metric Geometry
+0801.1556 Algebraic Geometry
+0801.3981 Materials Science
+0801.4033 Quantum Algebra
+0801.4969 Optics
+0802.3462 Mesoscale and Nanoscale Physics
+0802.3902 Mesoscale and Nanoscale Physics
+0803.1575 Logic in Computer Science
+0804.3586 Dynamical Systems
+0804.3725 Superconductivity
+0804.4026 Superconductivity
+0805.0026 Other Condensed Matter
+0805.2170 Computational Complexity
+0805.3755 Chaotic Dynamics
+0806.0540 Mesoscale and Nanoscale Physics
+0806.1277
+0806.1357 Differential Geometry
+0806.3439 Statistical Mechanics
+0806.4510 Information Theory
+0807.2284 Superconductivity
+0807.5056 Materials Science
+0808.1875
+0808.2078
+0808.2547 Spectral Theory
+0808.3268
+0809.0515
+0809.0519 Computer Science and Game Theory
+0809.0524 Multimedia
+0809.0525 Soft Condensed Matter
+0809.0527 Molecular Networks
+0809.0530
+0809.0532 Phenomenology
+0809.0535 Algebraic Geometry
+0809.0542
+0809.0549 Phenomenology
+0809.0551 Combinatorics
+0809.0556 Materials Science
+0809.0559 Molecular Networks
+0809.0563 Statistical Mechanics
+0809.0566
+0809.0569
+0809.0570 Functional Analysis
+0809.0573
+0809.0574 Spectral Theory
+0809.0578 Materials Science
+0809.0581 Geophysics
+0809.0585
+0809.0587 General Physics
+0809.0588 Accelerator Physics
+0809.0593 Number Theory
+0809.0596
+0809.0602 Operator Algebras
+0809.0605
+0809.0610 Artificial Intelligence
+0809.0612 Phenomenology
+0809.0616
+0809.0618 Biological Physics
+0809.0621 Soft Condensed Matter
+0809.0635 Information Theory
+0809.0636 Analysis of PDEs
+0809.0637 Biomolecules
+0809.0640
+0809.0641 Classical Analysis and ODEs
+0809.0642 Materials Science
+0809.0648 Phenomenology
+0809.0653 Classical Analysis and ODEs
+0809.0658 Dynamical Systems
+0809.0662 Artificial Intelligence
+0809.0669 Physics and Society
+0809.0671 Experiment
+0809.0672 Other Condensed Matter
+0809.0675 Experiment
+0809.0676 Cryptography and Security
+0809.0680 Software Engineering
+0809.0688 Probability
+cond-mat/0607712 Strongly Correlated Electrons
+cs/0510057 Symbolic Computation
+cs/0511066 Symbolic Computation
+math/0507110 Combinatorics
+math/0606772 Algebraic Geometry
+math/0611226 Algebraic Topology
+math/0703460 Differential Geometry
+0705.2636 Combinatorics
+0705.4562 General Physics
+0706.3759 Classical Analysis and ODEs
+0712.3866 Other Condensed Matter
+0712.4073 Strongly Correlated Electrons
+0802.0677 Dynamical Systems
+0802.1401 Dynamical Systems
+0804.2901 Statistical Mechanics
+0804.2967 Mesoscale and Nanoscale Physics
+0804.3272 Materials Science
+0805.0530 Other Quantitative Biology
+0805.3605 Information Theory
+0805.4543 Algebraic Geometry
+0705.1477
+0705.1529 Theory
+0706.3527 Mesoscale and Nanoscale Physics
+0707.0031
+0707.0040 Other Condensed Matter
+0707.0790
+0707.1762 Physics and Society
+0707.2256
+0707.2747 Superconductivity
+0708.2411 Superconductivity
+0708.3172 Physics and Society
+0708.4011 Biological Physics
+0709.0463 Superconductivity
+0709.1104
+0709.2109
+0710.5350
+0710.5395 Mesoscale and Nanoscale Physics
+0711.0343 Materials Science
+0711.0397 Other Condensed Matter
+0711.2384 Strongly Correlated Electrons
+0711.3947
+0711.4459 Group Theory
+0712.1480
+0712.1518 Statistical Mechanics
+0712.1531 General Physics
+0712.2230 Differential Geometry
+0712.2292 Phenomenology
+0801.0093
+0801.1434 Strongly Correlated Electrons
+0801.1465 Phenomenology
+0801.4095 Strongly Correlated Electrons
+0802.0851 Probability
+0803.0242 Representation Theory
+0803.0556
+0803.0566 Spectral Theory
+0803.0585 Statistical Mechanics
+0803.0588 Quantum Algebra
+0803.0589 Number Theory
+0803.0597 Information Theory
+0803.0600 Probability
+0803.0603 Pattern Formation and Solitons
+0803.0611 Differential Geometry
+0803.0618 Algebraic Geometry
+0803.0620
+0803.0626 Dynamical Systems
+0803.0629 Differential Geometry
+0803.0630 Probability
+0803.0632 Networking and Internet Architecture
+0803.0637
+0803.0639
+0803.0642
+0803.0652 Strongly Correlated Electrons
+0803.0658 Commutative Algebra
+0803.0669
+0803.0673
+0803.0675 Analysis of PDEs
+0803.0676 Commutative Algebra
+0803.0678 Phenomenology
+0803.0680 K-Theory and Homology
+0803.0681
+0803.0683 Superconductivity
+0803.0686 Phenomenology
+0803.0697 Analysis of PDEs
+0803.0700 Number Theory
+0803.0701 Data Structures and Algorithms
+0803.0703 Dynamical Systems
+0803.0705
+0803.0707 Combinatorics
+0803.0724 Dynamical Systems
+0803.0725 Statistical Mechanics
+0803.0729 Analysis of PDEs
+0803.0730 Chemical Physics
+0803.0733 Superconductivity
+cond-mat/0301397
+cond-mat/0703278 Other Condensed Matter
+cs/0610102 Information Theory
+hep-th/0610293 Theory
+math/0211289 Representation Theory
+math/0408303 Quantum Algebra
+math/0601216 Complex Variables
+math/0602206 Quantum Algebra
+math/0607110 Algebraic Topology
+math/0607170 Representation Theory
+math/0607630 Representation Theory
+math/0609514 Statistics Theory
+math/0610497 Number Theory
+math/0702498 Complex Variables
+physics/0509169 Atomic Physics
+q-bio/0611052 Quantitative Methods
+quant-ph/0511082
+quant-ph/0703170
+quant-ph/0703268
+0706.0267 Mesoscale and Nanoscale Physics
+0706.3031 Combinatorics
+0708.0923 Group Theory
+0708.2789 Other Condensed Matter
+0709.1416 Probability
+0709.2442 Commutative Algebra
+0709.3990 Statistical Mechanics
+0711.3025
+0711.4178 Medical Physics
+0711.4261
+0711.4784 Statistical Mechanics
+0712.1102 Strongly Correlated Electrons
+0801.2056 Other Condensed Matter
+0801.2087 Strongly Correlated Electrons
+0801.2982 Populations and Evolution
+0801.3476 Materials Science
+0803.3270 Number Theory
+0804.0809 Algebraic Geometry
+0804.1132 Theory
+0804.3792 Phenomenology
+0805.0100
+0805.2447 Operator Algebras
+0805.3706 Physics and Society
+0805.3712 Materials Science
+0805.3721
+0805.3724 Materials Science
+0805.3727 Chaotic Dynamics
+0805.3732 Algebraic Geometry
+0805.3739
+0805.3740 Probability
+0805.3741
+0805.3743 Combinatorics
+0805.3746 Analysis of PDEs
+0805.3750
+0805.3751 Differential Geometry
+0805.3767 Spectral Theory
+0805.3772 Optimization and Control
+0805.3795 Classical Analysis and ODEs
+0805.3798 Methodology
+0805.3800 Artificial Intelligence
+0805.3802 Artificial Intelligence
+0805.3808 Optimization and Control
+0805.3809 Functional Analysis
+0805.3811 Optimization and Control
+0805.3812 General Physics
+0805.3813 Group Theory
+0805.3823
+0805.3825 History and Philosophy of Physics
+0805.3827 Phenomenology
+0805.3829 Chemical Physics
+0805.3832 Spectral Theory
+0805.3835 Computation
+0805.3839 Algebraic Geometry
+0805.3841 Cell Behavior
+0805.3849 Theory
+0805.3851 Populations and Evolution
+0805.3853 Probability
+0805.3856 Optimization and Control
+0805.3859
+0805.3860
+0805.3864 Theory
+0805.3865 Phenomenology
+0805.3866 Experiment
+0805.3878 Experiment
+0805.3880
+0805.3883 Experiment
+0805.3886 Physics and Society
+0805.3888 Analysis of PDEs
+0805.3891
+0805.3896 Differential Geometry
+0805.3897 Performance
+0805.3899 Commutative Algebra
+0805.3906 Statistics Theory
+0805.3921 Number Theory
+0805.3923 Number Theory
+0805.3929 Experiment
+0805.3933 K-Theory and Homology
+0805.3948
+0805.3950 Functional Analysis
+0805.3954 Experiment
+0805.3963
+0805.3982 Algebraic Geometry
+0805.3997 Algebraic Geometry
+0805.3998 Mesoscale and Nanoscale Physics
+0805.4002
+cond-mat/0306658 Strongly Correlated Electrons
+cond-mat/0509772 Strongly Correlated Electrons
+cond-mat/0601541 Soft Condensed Matter
+cond-mat/0611055 Soft Condensed Matter
+cond-mat/0701131 Statistical Mechanics
+cond-mat/0701132 Statistical Mechanics
+cond-mat/0703556 Strongly Correlated Electrons
+cs/0610063 Logic in Computer Science
+math/0507411 Probability
+math/0602091 Probability
+math/0607398 Probability
+math/0608604 Algebraic Geometry
+math/0612862 Algebraic Geometry
+math/0701920 Probability
+math/0703268 Geometric Topology
+physics/0703043 General Physics
+0705.0723 Number Theory
+0705.1040 Dynamical Systems
+0705.1149
+0705.1411
+0707.0309 Neurons and Cognition
+0707.0609 Physics and Society
+0707.4315
+0707.4335
+0708.2710 Symplectic Geometry
+0708.3079
+0708.3535
+0708.3645
+0709.0017 Statistical Mechanics
+0709.1729
+0709.3779
+0710.0986 Other Condensed Matter
+0710.3258 Populations and Evolution
+0710.3737 Superconductivity
+0710.4035 Exactly Solvable and Integrable Systems
+0711.0856 Statistical Mechanics
+0711.2082 Mesoscale and Nanoscale Physics
+0711.2990 Classical Analysis and ODEs
+0711.3802
+0711.4019 Materials Science
+0712.3103
+0801.1153 Experiment
+0801.1371 Probability
+0801.4631
+0801.4892 Chaotic Dynamics
+0802.0799 Networking and Internet Architecture
+0802.1303 Combinatorics
+0802.1340 Representation Theory
+0802.1524
+0802.1536
+0802.1545 Rings and Algebras
+0802.1554 Numerical Analysis
+0802.1560 Materials Science
+0802.1561
+0802.1562
+0802.1566 Materials Science
+0802.1567 Information Theory
+0802.1568 Number Theory
+0802.1571 Combinatorics
+0802.1573 History and Overview
+0802.1574 Materials Science
+0802.1586 Software Engineering
+0802.1587
+0802.1591 Rings and Algebras
+0802.1597 Analysis of PDEs
+0802.1604 Computer Science and Game Theory
+0802.1605
+0802.1607 Probability
+0802.1608 Analysis of PDEs
+0802.1612 Complex Variables
+0802.1616 General Mathematics
+0802.1619 Number Theory
+0802.1633
+0802.1635
+0802.1636
+0802.1637 Probability
+0802.1638 Dynamical Systems
+0802.1640 Algebraic Geometry
+0802.1641
+0802.1643
+0802.1645 Number Theory
+0802.1647
+0802.1653 Pattern Formation and Solitons
+0802.1654 Functional Analysis
+0802.1660
+0802.1661 Cryptography and Security
+0802.1673 Algebraic Geometry
+0802.1677 Atomic Physics
+0802.1678 Experiment
+0802.1689
+0802.1691
+0802.1697
+0802.1699 Computational Complexity
+0802.1707
+astro-ph/0001134
+astro-ph/0612123
+cond-mat/0111591 Superconductivity
+cond-mat/0408015 Strongly Correlated Electrons
+cond-mat/0503113 Strongly Correlated Electrons
+cs/0605012 Artificial Intelligence
+math-ph/0011009
+math/0509519 Probability
+math/0601127 Number Theory
+math/0604495 General Mathematics
+math/0609576 K-Theory and Homology
+math/0611377 General Mathematics
+math/0612839 Number Theory
+math/0702230 Geometric Topology
+nlin/0703044 Cellular Automata and Lattice Gases
+physics/0606237 Physics and Society
+quant-ph/0602203
+quant-ph/0606103
+quant-ph/0611209
+quant-ph/0701170
+0704.3958 Other Condensed Matter
+0705.4534 Probability
+0706.1802 General Physics
+0706.2004 Other Condensed Matter
+0706.2044 Geometric Topology
+0706.3328
+0706.3556 Superconductivity
+0707.0422 Strongly Correlated Electrons
+0707.2902 Materials Science
+0707.3880
+0708.0058 Materials Science
+0708.0424 Materials Science
+0708.4253 Physics and Society
+0710.0209
+0710.2419 Logic in Computer Science
+0710.5670 Computation
+0711.0233
+0711.0447 History and Overview
+0711.3370 Mesoscale and Nanoscale Physics
+0711.4634 Computers and Society
+0712.0942 Superconductivity
+0712.1879 Other Condensed Matter
+0712.1966 Strongly Correlated Electrons
+0801.0624 Atomic Physics
+0801.1514 Computers and Society
+0801.3116 Computers and Society
+0801.3192
+0801.4611 Strongly Correlated Electrons
+0802.1551 Differential Geometry
+0802.2277
+0802.3966 Theory
+0802.4086 Representation Theory
+0803.0782 Combinatorics
+0803.1170
+0803.1243 Phenomenology
+0803.1659 Combinatorics
+0803.1665
+0803.1673
+0803.1683 Experiment
+0803.1684
+0803.1688 Fluid Dynamics
+0803.1693
+0803.1694 Statistical Mechanics
+0803.1695 Information Theory
+0803.1702 Adaptation and Self-Organizing Systems
+0803.1713
+0803.1716 Human-Computer Interaction
+0803.1732 Geometric Topology
+0803.1733 Information Theory
+0803.1745 Chemical Physics
+0803.1748 Software Engineering
+0803.1749 Functional Analysis
+0803.1751 Software Engineering
+0803.1754 Human-Computer Interaction
+0803.1759
+0803.1762 Materials Science
+0803.1763 Quantum Algebra
+0803.1767
+0803.1788 Analysis of PDEs
+0803.1789 Materials Science
+0803.1792 Other Condensed Matter
+0803.1803
+0803.1804 Superconductivity
+0803.1807 Information Theory
+0803.1809 Theory
+0803.1814
+0803.1817
+0803.1822 Superconductivity
+0803.1825 Algebraic Geometry
+cond-mat/0512491 Disordered Systems and Neural Networks
+cond-mat/0611539 Materials Science
+cond-mat/0701718 Superconductivity
+cond-mat/0701719 Superconductivity
+dg-ga/9712004 Differential Geometry
+math/0405596 Classical Analysis and ODEs
+math/0511347 Optimization and Control
+math/0611126 Differential Geometry
+math/0611157 Geometric Topology
+math/0612742 Analysis of PDEs
+0706.3674 Algebraic Geometry
+0707.0416 Disordered Systems and Neural Networks
+0707.2519
+0707.2713 Phenomenology
+0707.4298 Computational Geometry
+0709.0096 Complex Variables
+0709.1412 Statistical Mechanics
+0709.2789
+0710.0457
+0710.3282 Chaotic Dynamics
+0710.4211 Phenomenology
+0710.5313 General Physics
+0711.1023 Algebraic Topology
+0711.4699 Statistical Mechanics
+0712.1687 Mesoscale and Nanoscale Physics
+0712.3675
+0712.4158 Dynamical Systems
+0801.4075 Strongly Correlated Electrons
+0802.4248
+0802.4429 Mesoscale and Nanoscale Physics
+0803.3879 Physics and Society
+0804.2279 Strongly Correlated Electrons
+0804.4059 Materials Science
+0805.0443 Mesoscale and Nanoscale Physics
+0805.0655
+0805.0853 Mesoscale and Nanoscale Physics
+0805.3473
+0805.3776
+0806.3710 Computation and Language
+0806.4151 Combinatorics
+0806.4803
+0807.1839 Plasma Physics
+0807.1940 Phenomenology
+0807.1943 Populations and Evolution
+0807.1948 General Physics
+0807.1950 Physics Education
+0807.1957 Popular Physics
+0807.1968 Phenomenology
+0807.1976 Strongly Correlated Electrons
+0807.1977 Phenomenology
+0807.1989 General Physics
+0807.1991 General Physics
+0807.1993 Numerical Analysis
+0807.1999 Atomic and Molecular Clusters
+0807.2012 Dynamical Systems
+0807.2013 Atomic Physics
+0807.2016 Algebraic Geometry
+0807.2018 General Mathematics
+0807.2023 Networking and Internet Architecture
+0807.2025
+0807.2038 General Physics
+0807.2043 Cryptography and Security
+0807.2049 Cryptography and Security
+0807.2052 Complex Variables
+0807.2053 Cryptography and Security
+0807.2062 Complex Variables
+0807.2066
+0807.2069
+0807.2072 Quantum Algebra
+0807.2075 Probability
+0807.2078 Physics and Society
+0807.2080
+0807.2081 Statistical Mechanics
+0807.2082 Physics and Society
+0807.2085
+0807.2089 Statistical Mechanics
+0807.2090 Statistics Theory
+0807.2095 Algebraic Topology
+0807.2097 Data Analysis, Statistics and Probability
+0807.2098
+0807.2099 Number Theory
+0807.2100 Statistics Theory
+0807.2107 Chaotic Dynamics
+0807.2110 Probability
+0807.2118 Number Theory
+0807.2119
+0807.2121 Theory
+0807.2122
+0807.2123 Dynamical Systems
+0807.2130 Materials Science
+0807.2132 Phenomenology
+0807.2137 Metric Geometry
+0807.2143
+0807.2150 Combinatorics
+0807.2151
+0807.2154 Statistical Mechanics
+0807.2157
+0807.2160 Analysis of PDEs
+0807.2162 Statistics Theory
+0807.2163 Combinatorics
+0807.2169 Differential Geometry
+0807.2178 Computational Geometry
+0807.2180 Representation Theory
+0807.2186
+0807.2190
+0807.2191 Algebraic Geometry
+0807.2193 Analysis of PDEs
+0807.2195 Geometric Topology
+0807.2198 Algebraic Geometry
+0807.2199 Algebraic Geometry
+0807.2205 Functional Analysis
+0807.2206 Functional Analysis
+0807.2207 Group Theory
+0807.2214 Phenomenology
+0807.2215 Phenomenology
+0807.2218 Computational Geometry
+0807.2224 Mesoscale and Nanoscale Physics
+0807.2231 Dynamical Systems
+0807.2235 Phenomenology
+0807.2236 Biomolecules
+astro-ph/0609046
+cond-mat/0510698 Statistical Mechanics
+cond-mat/0605710 Statistical Mechanics
+cond-mat/0609429 Other Condensed Matter
+cond-mat/0610269 Statistical Mechanics
+cond-mat/0611250 Statistical Mechanics
+cs/0701023 Computational Complexity
+math-ph/0605032
+math/0405073 Algebraic Geometry
+math/0410482 Combinatorics
+math/0502025 Combinatorics
+math/0607134 Functional Analysis
+math/0610577 Differential Geometry
+physics/0702017 Physics and Society
+quant-ph/0611065
+quant-ph/0701155
+quant-ph/0703042
+quant-ph/0703131
+0704.2966 Mesoscale and Nanoscale Physics
+0705.1598 Methodology
+0705.3968
+0706.1438 Differential Geometry
+0707.4239 Operator Algebras
+0708.2688 Soft Condensed Matter
+0708.3480 Differential Geometry
+0709.0391 Complex Variables
+0709.1246 Superconductivity
+0709.2108 Data Analysis, Statistics and Probability
+0710.1628 Theory
+0711.3608
+0712.0393 Dynamical Systems
+0712.0532 Chaotic Dynamics
+0712.1119 Physics and Society
+0712.2313 Soft Condensed Matter
+0712.2747 Quantum Algebra
+0712.3876 Data Structures and Algorithms
+0801.0209 Dynamical Systems
+0801.0891 Theory
+0801.1166 Soft Condensed Matter
+0801.2220
+0801.2323 Information Theory
+0802.2154
+0802.2758 Machine Learning
+0802.4187 Dynamical Systems
+0803.1506 Differential Geometry
+0803.1582 Statistics Theory
+0804.1177 Complex Variables
+0804.2935 General Mathematics
+0804.3417
+0804.4087 Mesoscale and Nanoscale Physics
+0804.4161
+0804.4193 Differential Geometry
+0804.4195 Information Theory
+0804.4198 Differential Geometry
+0804.4199
+0804.4200 Differential Geometry
+0804.4202 Statistics Theory
+0804.4203 Differential Geometry
+0804.4205 Differential Geometry
+0804.4208 Differential Geometry
+0804.4211 Differential Geometry
+0804.4213 Materials Science
+0804.4215
+0804.4225 Phenomenology
+0804.4233 Algebraic Topology
+0804.4234 Complex Variables
+0804.4238 Chaotic Dynamics
+0804.4244 Dynamical Systems
+0804.4245 Combinatorics
+0804.4247 Strongly Correlated Electrons
+0804.4248 Classical Analysis and ODEs
+0804.4252
+0804.4257 Statistical Mechanics
+0804.4265
+0804.4266 Statistics Theory
+0804.4268 Combinatorics
+0804.4271 Materials Science
+0804.4272
+0804.4273 Functional Analysis
+0804.4278
+0804.4279 Applications
+0804.4280
+0804.4285 Group Theory
+0804.4286 Group Theory
+0804.4287 Commutative Algebra
+0804.4288 Experiment
+0804.4289
+0804.4298 Information Theory
+0804.4301 Analysis of PDEs
+0804.4302 Analysis of PDEs
+0804.4327 Geometric Topology
+0804.4332 Superconductivity
+0804.4345
+0804.4350
+0804.4355
+0804.4356 Physics and Society
+0804.4359 Biomolecules
+0804.4361 Methodology
+0804.4364
+0804.4366 Disordered Systems and Neural Networks
+0804.4375 Quantitative Methods
+0804.4379
+0804.4381
+0804.4388 Analysis of PDEs
+0804.4393 General Physics
+0804.4395 Robotics
+0804.4403 Differential Geometry
+0804.4410 Combinatorics
+0804.4423 Geophysics
+0804.4427 Functional Analysis
+0804.4434
+0804.4436
+0804.4438 Commutative Algebra
+0804.4441 Probability
+0804.4444 Strongly Correlated Electrons
+0804.4451 Learning
+0804.4453
+0804.4454 K-Theory and Homology
+0804.4462 Optimization and Control
+0804.4466 Information Theory
+cond-mat/0605324 Statistical Mechanics
+cond-mat/0605587 Statistical Mechanics
+cond-mat/0701504 Statistical Mechanics
+math/0510269 Algebraic Geometry
+math/0511260 Rings and Algebras
+math/0607141 Rings and Algebras
+math/0703175 Algebraic Geometry
+quant-ph/0512176
+quant-ph/0608206
+0704.1236 Algebraic Geometry
+0705.0846 Strongly Correlated Electrons
+0705.2328
+0705.3428 Strongly Correlated Electrons
+0705.4073
+0706.3229 Algebraic Topology
+0706.3310 Superconductivity
+0706.4458 K-Theory and Homology
+0707.1555 Strongly Correlated Electrons
+0708.1927 Probability
+0708.3328 Disordered Systems and Neural Networks
+0708.3682 Disordered Systems and Neural Networks
+0708.3703
+0709.0213
+0709.1071 Statistical Mechanics
+0709.1387 History and Philosophy of Physics
+0709.3574 Theory
+0709.4667
+0710.0227 Optics
+0710.3547 Statistical Mechanics
+0710.4220
+0710.4940 Soft Condensed Matter
+0711.4770
+0712.0336 Optimization and Control
+0712.1507 Combinatorics
+0801.0951 Mesoscale and Nanoscale Physics
+0802.0822 Other Condensed Matter
+0802.1456 Analysis of PDEs
+0802.1514 Discrete Mathematics
+0802.1690 Combinatorics
+0802.1696 Combinatorics
+0802.1816
+0802.1924
+0802.1925 Number Theory
+0802.1931 Geophysics
+0802.1942 Classical Analysis and ODEs
+0802.1952 Representation Theory
+0802.1955 Probability
+0802.1958 General Physics
+0802.1964 Algebraic Geometry
+0802.1967 Fluid Dynamics
+0802.1969 Materials Science
+0802.1976
+0802.1977 Algebraic Geometry
+0802.1979
+0802.1983 Analysis of PDEs
+0802.1988 Analysis of PDEs
+0802.1989 Molecular Networks
+0802.1990 Algebraic Geometry
+0802.1993 Strongly Correlated Electrons
+0802.1995 Fluid Dynamics
+0802.1997
+0802.1998
+0802.2005
+0802.2012 Strongly Correlated Electrons
+0802.2015 Learning
+0802.2016 Phenomenology
+0802.2024 Analysis of PDEs
+0802.2038 Representation Theory
+0802.2044 Algebraic Topology
+0802.2045 Information Theory
+0802.2056 Experiment
+0802.2062 Adaptation and Self-Organizing Systems
+0802.2066 General Physics
+0802.2067 Mesoscale and Nanoscale Physics
+0802.2073
+0802.2083 Other Condensed Matter
+0802.2086 Materials Science
+0802.2087 Methodology
+0802.2091 Superconductivity
+cond-mat/0703807 Materials Science
+math/0211037 Category Theory
+math/0404158 Combinatorics
+math/0410550 Combinatorics
+math/0503210 Combinatorics
+math/0602435 Differential Geometry
+math/0603056 K-Theory and Homology
+math/0612010 Representation Theory
+math/0701165 Category Theory
+math/9911207 Category Theory
+nlin/0104040 Pattern Formation and Solitons
+quant-ph/0701094
+quant-ph/0702133
+0710.4307 Differential Geometry
+0711.1731
+0712.1946
+0803.0963 Mesoscale and Nanoscale Physics
+0804.4474
+0806.2704 Operator Algebras
+0808.3232 Theory
+0808.3317
+0808.4160 Statistical Mechanics
+0809.0267 Algebraic Geometry
+0809.2929 Experiment
+0809.3246 Superconductivity
+0809.3423 Experiment
+0809.4963 Experiment
+0809.5207 Experiment
+0810.0511 Phenomenology
+0810.0516 Phenomenology
+0810.0524 Theory
+0810.0532 Multiagent Systems
+0810.0617 Phenomenology
+0810.0976 Soft Condensed Matter
+0810.1801 Geometric Topology
+0810.2789 Number Theory
+0810.2793 Experiment
+0810.2797
+0810.2806
+0810.2818 Dynamical Systems
+0810.2819 Operator Algebras
+0810.2836 Materials Science
+0810.2837 Networking and Internet Architecture
+0810.2839 Combinatorics
+0810.2840 Algebraic Geometry
+0810.2841 Phenomenology
+0810.2842 Number Theory
+0810.2847 Number Theory
+0810.2849 Rings and Algebras
+0810.2861 Artificial Intelligence
+0810.2862 Analysis of PDEs
+0810.2865 Computer Science and Game Theory
+0810.2869 Instrumentation and Detectors
+0810.2875 Phenomenology
+0810.2877 Logic in Computer Science
+0810.2881 Exactly Solvable and Integrable Systems
+0810.2883 Combinatorics
+0810.2886 Analysis of PDEs
+0810.2891 Logic in Computer Science
+0810.2899
+0810.2909 Instrumentation and Detectors
+0810.2914 Experiment
+0810.2919 Combinatorics
+0810.2921 Phenomenology
+0810.2924 Information Theory
+0810.2926 Algebraic Geometry
+0810.2928 Experiment
+0810.2929 Materials Science
+0810.2940 Materials Science
+0810.2942 Strongly Correlated Electrons
+0810.2944 Statistical Mechanics
+0810.2947 Optics
+0810.2948 Experiment
+0810.2953 Information Theory
+0810.2965 Dynamical Systems
+0810.2966 Experiment
+0810.2976 Soft Condensed Matter
+0810.2978 Differential Geometry
+0810.2980 Dynamical Systems
+0810.2982 Probability
+0810.2983 Numerical Analysis
+0810.2986 Complex Variables
+0810.2995
+cond-mat/0611494 Statistical Mechanics
+cs/0604088 Mathematical Software
+math/0511219 Dynamical Systems
+quant-ph/0504050
+quant-ph/0604090
+0708.4155 Adaptation and Self-Organizing Systems
+0709.3876
+0710.0103 Soft Condensed Matter
+0710.2454 Combinatorics
+0710.2906 Theory
+0710.5695 Statistical Mechanics
+0802.4417 Complex Variables
+0804.1079 Computational Complexity
+0805.0517 Computational Complexity
+0805.2543 Optics
+0806.0941 Mesoscale and Nanoscale Physics
+0808.3263 Number Theory
+cond-mat/0603712 Mesoscale and Nanoscale Physics
+nlin/0611054 Adaptation and Self-Organizing Systems
+0704.1692 Physics and Society
+0704.3145 Geometric Topology
+0707.0442 Probability
+0707.4632 Spectral Theory
+0708.2093
+0708.2212 Combinatorics
+0709.0127 Spectral Theory
+0710.2787 Quantum Algebra
+0710.3401 Probability
+0710.5247 Representation Theory
+0711.1011
+0711.1561 Representation Theory
+0801.3294 Dynamical Systems
+0802.3402 Algebraic Geometry
+0802.3896
+0803.1041 Algebraic Topology
+0803.1158 Soft Condensed Matter
+0803.1334
+0804.3142 Probability
+0805.1690
+0805.3932 Mesoscale and Nanoscale Physics
+0805.4831 Strongly Correlated Electrons
+0806.1150
+0806.1364 Algebraic Geometry
+0806.3432 Strongly Correlated Electrons
+0806.4806 Superconductivity
+0807.0285 Strongly Correlated Electrons
+0807.0702 Fluid Dynamics
+0807.4986 Superconductivity
+0807.5083 Materials Science
+0808.0494
+0808.1938 Optics
+0808.3605 Materials Science
+0809.1877
+0809.1903 Analysis of PDEs
+0809.2545 Soft Condensed Matter
+0809.3563
+0809.4368
+0810.0897 Analysis of PDEs
+0810.1978
+0810.3029 Physics and Society
+0810.3310
+0811.1083 Databases
+0811.1419 Analysis of PDEs
+0811.1593 Functional Analysis
+0811.1938
+0811.1994
+0811.2114 Other Condensed Matter
+0811.2759 History and Overview
+0811.2784
+0811.2970 Number Theory
+0811.2999 Strongly Correlated Electrons
+0811.3002
+0811.3003 Dynamical Systems
+0811.3004 Classical Analysis and ODEs
+0811.3005 Classical Analysis and ODEs
+0811.3007 History and Philosophy of Physics
+0811.3011 Analysis of PDEs
+0811.3014
+0811.3015
+0811.3016 Optimization and Control
+0811.3019 Number Theory
+0811.3023 Probability
+0811.3024 Probability
+0811.3032
+0811.3040 Biomolecules
+0811.3043 Dynamical Systems
+0811.3044
+0811.3048 Fluid Dynamics
+0811.3055 Artificial Intelligence
+0811.3059 Algebraic Geometry
+0811.3060 Materials Science
+0811.3061 Number Theory
+0811.3062 Data Structures and Algorithms
+0811.3063 Quantum Algebra
+0811.3072 Operator Algebras
+0811.3079 Statistical Mechanics
+0811.3082 Materials Science
+0811.3085 Optics
+0811.3088 Materials Science
+0811.3092
+0811.3094 Optimization and Control
+0811.3106
+0811.3112 Exactly Solvable and Integrable Systems
+0811.3115 Statistical Mechanics
+0811.3118 Atmospheric and Oceanic Physics
+0811.3124 Populations and Evolution
+0811.3125 Operator Algebras
+0811.3126 Differential Geometry
+0811.3132 Number Theory
+0811.3137 Digital Libraries
+0811.3140 Networking and Internet Architecture
+0811.3141 Other Condensed Matter
+0811.3153 Algebraic Geometry
+0811.3160 Algebraic Geometry
+0811.3161 Computational Complexity
+0811.3162 Atomic Physics
+0811.3169 Algebraic Geometry
+0811.3184 Subcellular Processes
+0811.3185
+0811.3188 Soft Condensed Matter
+0811.3190 Disordered Systems and Neural Networks
+0811.3192 Algebraic Geometry
+0811.3195 Algebraic Geometry
+0811.3199 Dynamical Systems
+0811.3201
+0811.3202 Adaptation and Self-Organizing Systems
+math/0503721 Commutative Algebra
+math/0506531 Geometric Topology
+math/0702454 General Mathematics
+physics/0502115 General Physics
+physics/0702156 Data Analysis, Statistics and Probability
+0704.3506
+0706.4423 Strongly Correlated Electrons
+0708.2329 Other Condensed Matter
+0708.3775
+0709.2089 Mesoscale and Nanoscale Physics
+0709.2649
+0709.3625 Mesoscale and Nanoscale Physics
+0710.3336 Disordered Systems and Neural Networks
+0710.4860 Statistical Mechanics
+0710.5351 Strongly Correlated Electrons
+0711.2916 Other Condensed Matter
+0711.3246 Soft Condensed Matter
+0711.4566 Differential Geometry
+0711.4633
+0712.0931 Mesoscale and Nanoscale Physics
+0712.3083 Strongly Correlated Electrons
+0801.1957 Theory
+0801.2801
+0801.3288
+0801.3520 Physics and Society
+0801.4300 Statistical Mechanics
+0801.4385
+0801.4620 Other Condensed Matter
+0802.0208 Analysis of PDEs
+0802.0211 Algebraic Geometry
+0802.0212 Software Engineering
+0802.0218 Methodology
+0802.0219 Methodology
+0802.0225 General Physics
+0802.0232
+0802.0233
+0802.0241 Classical Physics
+0802.0248 Complex Variables
+0802.0251 Neural and Evolutionary Computing
+0802.0252 Neural and Evolutionary Computing
+0802.0254
+0802.0258 Quantitative Methods
+0802.0260 Discrete Mathematics
+0802.0265 Differential Geometry
+0802.0282 Number Theory
+0802.0287 Neural and Evolutionary Computing
+0802.0288 Statistical Mechanics
+0802.0292 Operator Algebras
+0802.0295 Differential Geometry
+0802.0297 Spectral Theory
+0802.0300 Differential Geometry
+0802.0302
+0802.0305 Theory
+0802.0307 Differential Geometry
+0802.0308 Biomolecules
+0802.0310 Phenomenology
+0802.0312 Physics Education
+0802.0315 General Physics
+0802.0316 Classical Analysis and ODEs
+0802.0320 Geometric Topology
+0802.0323 Analysis of PDEs
+0802.0330
+0802.0335
+0802.0339 Probability
+0802.0342 Information Theory
+0802.0344 Operator Algebras
+0802.0348 Mesoscale and Nanoscale Physics
+0802.0349 Probability
+0802.0357 Symplectic Geometry
+0802.0359 Differential Geometry
+0802.0369 Algebraic Geometry
+0802.0372
+0802.0373 Probability
+0802.0376
+0802.0378 Analysis of PDEs
+0802.0387
+0802.0389 Strongly Correlated Electrons
+0802.0391
+0802.0396 Statistical Mechanics
+0802.0397 Classical Analysis and ODEs
+0802.0400
+0802.0401 Instrumentation and Detectors
+0802.0404
+0802.0405 Group Theory
+0802.0414 Optimization and Control
+0802.0415
+0802.0418
+0802.0421 Physics and Society
+0802.0423 Computational Complexity
+0802.0425 Classical Physics
+0802.0428 Classical Analysis and ODEs
+0802.0433 Applications
+0802.0435 Mesoscale and Nanoscale Physics
+0802.0439 Complex Variables
+0802.0440 Representation Theory
+0802.0442 Rings and Algebras
+0802.0444 Applications
+0802.0445 Quantum Algebra
+0802.0446
+0802.0450 Applications
+0802.0451 Algebraic Geometry
+0802.0457 Representation Theory
+0802.0464
+0802.0466
+0802.0477 Rings and Algebras
+0802.0483 Computers and Society
+0802.0484 Instrumentation and Detectors
+0802.0487 Information Theory
+cond-mat/0609601 Mesoscale and Nanoscale Physics
+cond-mat/0702135 Strongly Correlated Electrons
+cs/0610054 Logic in Computer Science
+math-ph/0701009
+math/0402203 Analysis of PDEs
+math/0506415 History and Overview
+math/0512197 Operator Algebras
+math/0603649 Representation Theory
+math/0605514 Dynamical Systems
+math/0607397 Analysis of PDEs
+math/0610282 Spectral Theory
+math/0612575 Functional Analysis
+math/0701021 Probability
+math/0703732 Classical Analysis and ODEs
+physics/0607199 Classical Physics
+physics/0611096 General Physics
+q-bio/0611047 Genomics
+quant-ph/0609090
+0705.4589 Analysis of PDEs
+0707.1842 Functional Analysis
+0707.3065 Mesoscale and Nanoscale Physics
+0708.0576 Chemical Physics
+0709.1710 Geometric Topology
+0709.2060 Spectral Theory
+0710.0502 Spectral Theory
+0710.0511 Symplectic Geometry
+0710.4349 Algebraic Geometry
+0710.5798 Other Condensed Matter
+0711.4120 Functional Analysis
+0711.4885
+0801.2067 Commutative Algebra
+0802.1334 General Mathematics
+0802.1825
+0802.2428 Learning
+0802.3211 Strongly Correlated Electrons
+0803.2165
+0803.4226
+0803.4355 Artificial Intelligence
+0804.1616 Strongly Correlated Electrons
+0804.4134
+0804.4275 Biomolecules
+0805.3251 General Mathematics
+0805.4357
+0806.0443
+0806.2090 Computational Geometry
+0806.2700
+0806.3771 Group Theory
+0807.1970 Number Theory
+0807.3166 Superconductivity
+0807.4916 Analysis of PDEs
+0808.0185
+0808.2478 Theory
+0808.2572 Theory
+0808.2827 Numerical Analysis
+0808.3089
+0808.3198 Mesoscale and Nanoscale Physics
+0808.3312 Populations and Evolution
+0809.1655 Mesoscale and Nanoscale Physics
+0809.1656 Differential Geometry
+0809.1659 Cryptography and Security
+0809.1669 Number Theory
+0809.1672 Experiment
+0809.1677 Group Theory
+0809.1679
+0809.1680
+0809.1686 Artificial Intelligence
+0809.1689 Functional Analysis
+0809.1691 Number Theory
+0809.1698 Adaptation and Self-Organizing Systems
+0809.1699 Algebraic Geometry
+0809.1700 Geometric Topology
+0809.1701 Algebraic Geometry
+0809.1703 Chemical Physics
+0809.1709 Combinatorics
+0809.1710 Discrete Mathematics
+0809.1712 Probability
+0809.1715 Data Structures and Algorithms
+0809.1716 Neurons and Cognition
+0809.1717 Biomolecules
+0809.1718 Neurons and Cognition
+0809.1721 Classical Physics
+0809.1735
+0809.1740 General Physics
+0809.1742 Soft Condensed Matter
+0809.1745
+0809.1748 Phenomenology
+0809.1760 Category Theory
+0809.1769 Optimization and Control
+0809.1777 Methodology
+0809.1784 Disordered Systems and Neural Networks
+0809.1787 Combinatorics
+0809.1788 History and Philosophy of Physics
+0809.1789 Functional Analysis
+0809.1790 Discrete Mathematics
+0809.1791 Algebraic Geometry
+0809.1794 Theory
+0809.1795 Phenomenology
+0809.1799 Strongly Correlated Electrons
+0809.1800
+0809.1802 Computer Vision and Pattern Recognition
+0809.1803 Experiment
+0809.1805 Analysis of PDEs
+0809.1808 Functional Analysis
+0809.1809 Soft Condensed Matter
+0809.1812 Logic in Computer Science
+0809.1821 Classical Analysis and ODEs
+0809.1828 Combinatorics
+0809.1830 Accelerator Physics
+0809.1832 Theory
+0809.1834 Optimization and Control
+0809.1836 Computational Complexity
+0809.1840 Statistics Theory
+0809.1844 Analysis of PDEs
+0809.1846 Combinatorics
+0809.1847 Complex Variables
+0809.1849 General Physics
+0809.1860 Methodology
+cond-mat/0610771 Statistical Mechanics
+cond-mat/0703134 Strongly Correlated Electrons
+math/0607777 Geometric Topology
+math/0703678 Algebraic Geometry
+0704.2438 Number Theory
+0705.0461
+0706.2769 Strongly Correlated Electrons
+0707.2600 Mesoscale and Nanoscale Physics
+0707.3633 Statistical Mechanics
+0707.4130 Experiment
+0708.4345
+0710.2959 Theory
+0710.3950
+0710.5230 Information Theory
+0712.0376 Other Condensed Matter
+0712.3575 Statistical Mechanics
+0712.4324 Mesoscale and Nanoscale Physics
+0801.4307 Neural and Evolutionary Computing
+0801.4498 Strongly Correlated Electrons
+0802.1734
+0802.1894 Chemical Physics
+0802.2970
+0802.3374 Mesoscale and Nanoscale Physics
+0802.4042 Mesoscale and Nanoscale Physics
+0802.4443
+0803.0013 Other Condensed Matter
+0804.1165 Statistical Mechanics
+0804.4094 Statistical Mechanics
+0805.0703 Number Theory
+0805.1316
+0805.1526
+0805.1619
+0805.1738 Algebraic Geometry
+0805.1779
+0805.1780 History and Philosophy of Physics
+0805.1854 Computer Vision and Pattern Recognition
+0805.1859 Populations and Evolution
+0805.2004 Phenomenology
+0805.2162
+0805.2163 Strongly Correlated Electrons
+0805.2171 Strongly Correlated Electrons
+0805.2178 Dynamical Systems
+0805.2181
+0805.2184
+0805.2185 Networking and Internet Architecture
+0805.2189 Human-Computer Interaction
+0805.2202 Phenomenology
+0805.2223 Phenomenology
+0805.2224 General Mathematics
+0805.2234 Phenomenology
+0805.2235 Complex Variables
+0805.2236 Phenomenology
+0805.2240 General Physics
+0805.2241 Phenomenology
+0805.2244 Materials Science
+0805.2247 Phenomenology
+0805.2248 Phenomenology
+0805.2249 Biological Physics
+0805.2267 Phenomenology
+0805.2270
+0805.2272 Phenomenology
+0805.2273 Experiment
+0805.2274
+0805.2281 Other Condensed Matter
+0805.2286 Cryptography and Security
+0805.2288 Molecular Networks
+0805.2295 Complex Variables
+0805.2297 Theory
+0805.2298 Tissues and Organs
+0805.2308 Artificial Intelligence
+0805.2313 Representation Theory
+0805.2317 Experiment
+0805.2319
+0805.2324 Computer Vision and Pattern Recognition
+0805.2325
+0805.2326
+0805.2350 Experiment
+0805.2354 Phenomenology
+0805.2360 General Physics
+0805.2362 Learning
+0805.2363 Phenomenology
+0805.2365 Experiment
+0805.2368 Learning
+0805.2375 Atmospheric and Oceanic Physics
+0805.2377 Rings and Algebras
+0805.2379 Information Theory
+0805.2392 Lattice
+hep-th/0111139 Theory
+math/0004042 Quantum Algebra
+math/0512344 Optimization and Control
+math/0605626 Representation Theory
+math/0610498 Numerical Analysis
+physics/0205050 Atomic Physics
+physics/0702141 Instrumentation and Detectors
+0704.4002 Algebraic Topology
+0706.3898 Phenomenology
+0707.0223
+0707.0813 Probability
+0709.0351 Phenomenology
+0709.1608 Phenomenology
+0709.2115 Phenomenology
+0710.0346 Phenomenology
+0710.2817 Phenomenology
+0710.3035 Phenomenology
+0710.5111 Phenomenology
+0711.1601 Theory
+0711.2399 Data Structures and Algorithms
+0712.0327 Phenomenology
+0801.2680 Phenomenology
+0801.3232 Phenomenology
+0801.3533 Phenomenology
+0802.1527 Mesoscale and Nanoscale Physics
+0802.2155 Methodology
+0802.2372 Phenomenology
+0802.2510 Phenomenology
+0802.3775 Optics
+0804.2072 Phenomenology
+0804.3416 General Mathematics
+0804.3833 Phenomenology
+0804.4055 Phenomenology
+0804.4567 Phenomenology
+0805.1524 Geometric Topology
+0805.3000 Phenomenology
+0805.3619 Phenomenology
+0806.0377
+0806.1061
+0806.1436 Symplectic Geometry
+0806.1736 Phenomenology
+0806.1741 Theory
+0806.2233 Lattice
+0806.2698 Phenomenology
+0806.2900 Phenomenology
+0806.3254 Phenomenology
+0806.3296 Strongly Correlated Electrons
+0806.4529 Phenomenology
+0806.4971 Theory
+0807.0317 Phenomenology
+0807.0509 Phenomenology
+0807.0514 Phenomenology
+0807.1926 Phenomenology
+0807.2020 Lattice
+0807.2449
+0807.2462
+0807.2547 Statistics Theory
+0807.3228 Theory
+0807.3279 Phenomenology
+0807.3463 Lattice
+0807.3696 Theory
+0807.4097 Theory
+0807.4338 Theory
+0807.4747 Theory
+0807.4853 Statistics Theory
+0808.0211 Theory
+0808.0388 Disordered Systems and Neural Networks
+0808.0508 Phenomenology
+0808.0893 Theory
+0808.0912 Theory
+0808.1105
+0808.1242 Phenomenology
+0808.1360 Phenomenology
+0808.1368 Information Theory
+0808.1859 Theory
+0808.2245 Materials Science
+0808.2305 Phenomenology
+0808.2512 Phenomenology
+0808.2909 Theory
+0808.3255
+0808.3509 Phenomenology
+0808.3515
+0808.3598 Phenomenology
+0808.3629 Phenomenology
+0808.3977 Phenomenology
+0809.0425 Phenomenology
+0809.0471 Phenomenology
+0809.0677
+0809.0713 Phenomenology
+0809.0781 Phenomenology
+0809.0806 Theory
+0809.1223 Phenomenology
+0809.1355 Phenomenology
+0809.1367 Theory
+0809.1786
+0809.2208
+0809.2233 Phenomenology
+0809.2422
+0809.2888 Theory
+0809.3013 Theory
+0809.3064 Phenomenology
+0809.3382
+0809.3780 Phenomenology
+0809.4327 Phenomenology
+0809.4537
+0809.4939
+0810.0020 Phenomenology
+0810.0306 Theory
+0810.0377 Theory
+0810.0718 Optimization and Control
+0810.1026 Phenomenology
+0810.1318
+0810.1517
+0810.2097 Theory
+0810.2610 Theory
+0810.3333 Phenomenology
+0811.0913
+0811.1084 Operator Algebras
+0811.1665 Theory
+0811.2244 Theory
+0811.2557 Strongly Correlated Electrons
+0811.2599 Phenomenology
+0811.2674 Phenomenology
+0811.2778
+0811.3679 Theory
+0811.3794
+0812.0641
+0812.1158 Analysis of PDEs
+0812.1762
+0812.2734 Discrete Mathematics
+0812.2939 Functional Analysis
+0812.3181 Analysis of PDEs
+0812.4093 Differential Geometry
+0812.4153 Phenomenology
+0812.4296 Digital Libraries
+astro-ph/0006173
+astro-ph/0207109
+astro-ph/9708233
+gr-qc/0511115
+gr-qc/9606029
+gr-qc/9708061
+hep-ph/0210003 Phenomenology
+hep-ph/0211144 Phenomenology
+hep-ph/9605401 Phenomenology
+hep-ph/9707438 Phenomenology
+math/0509301 Differential Geometry
+math/0601014 Algebraic Geometry
+physics/0702028 Classical Physics
+quant-ph/9705016
+quant-ph/9705041
+quant-ph/9708004
+quant-ph/9802067
+0705.3070
+0709.3452 Representation Theory
+0709.3690 General Physics
+0710.0856 Probability
+0710.4455 Superconductivity
+0710.5184
+0710.5364 Operator Algebras
+0711.3889
+0712.1976 Statistical Mechanics
+0801.1416 Symbolic Computation
+0802.0271 Number Theory
+0802.0878 Algebraic Geometry
+0802.2198 Theory
+0803.2187 Other Condensed Matter
+0803.2323
+0803.4283 Superconductivity
+0804.0375 Mesoscale and Nanoscale Physics
+0804.1857 Disordered Systems and Neural Networks
+0804.2817 Materials Science
+0804.3204 Strongly Correlated Electrons
+0804.3219 Mesoscale and Nanoscale Physics
+0804.3250 Strongly Correlated Electrons
+0805.2883 Disordered Systems and Neural Networks
+0805.4272 Strongly Correlated Electrons
+0805.4555 Optics
+0806.0961 Analysis of PDEs
+0806.3855
+0806.4907 Numerical Analysis
+0806.4961 Other Condensed Matter
+0807.2643 Superconductivity
+0807.5071 Mesoscale and Nanoscale Physics
+0808.0404
+0808.1985 Superconductivity
+0808.2349 Numerical Analysis
+0808.2958 Phenomenology
+0808.3115 Mesoscale and Nanoscale Physics
+0809.1059
+0809.2575 Mesoscale and Nanoscale Physics
+0809.2931 Information Theory
+0809.2936 Phenomenology
+0809.2940 Phenomenology
+0809.2996 Theory
+0809.3009 Software Engineering
+0809.3010 Cryptography and Security
+0809.3011 Functional Analysis
+0809.3016 Software Engineering
+0809.3021 Data Analysis, Statistics and Probability
+0809.3023 Category Theory
+0809.3025 Analysis of PDEs
+0809.3029 Theory
+0809.3032 Rings and Algebras
+0809.3035 Information Theory
+0809.3037 Analysis of PDEs
+0809.3043 Commutative Algebra
+0809.3044 Robotics
+0809.3051 Strongly Correlated Electrons
+0809.3057
+0809.3059
+0809.3061 Operator Algebras
+0809.3066 Probability
+0809.3068 Algebraic Geometry
+0809.3076 Number Theory
+0809.3102 Geometric Topology
+0809.3104 Differential Geometry
+0809.3107 Geometric Topology
+0809.3108 Differential Geometry
+0809.3109 Geometric Topology
+0809.3110 Biomolecules
+0809.3111
+0809.3112 Phenomenology
+0809.3114 Superconductivity
+0809.3117 Combinatorics
+0809.3118 Chaotic Dynamics
+0809.3119 Materials Science
+0809.3123 Theory
+0809.3126
+0809.3127 Classical Analysis and ODEs
+0809.3130
+0809.3131 Dynamical Systems
+0809.3137
+0809.3138 Functional Analysis
+0809.3140 Databases
+0809.3143 Strongly Correlated Electrons
+0809.3147 Materials Science
+0809.3151
+0809.3159 Information Theory
+0809.3163 Optics
+0809.3169 Combinatorics
+0809.3179 Robotics
+0809.3180 Robotics
+0809.3181 Robotics
+0809.3182 Robotics
+0809.3183
+0809.3184 Functional Analysis
+0809.3194 Fluid Dynamics
+0809.3206 Theory
+0809.3212 Quantum Algebra
+0809.3219
+0809.3221 Algebraic Geometry
+0809.3222 Algebraic Geometry
+0809.3229
+0809.3232 Data Structures and Algorithms
+cond-mat/0605730 Statistical Mechanics
+gr-qc/0510102
+math/0503320 Probability
+math/0503321 Probability
+math/0601489 Representation Theory
+math/0603467 Geometric Topology
+math/0608377 Representation Theory
+math/0612272 Probability
+math/0703702 Complex Variables
+quant-ph/0207012
+quant-ph/0309219
+0705.0186 Statistical Mechanics
+0705.1118 Disordered Systems and Neural Networks
+0705.4274
+0707.2404 Optimization and Control
+0709.0129 Analysis of PDEs
+0709.3956 Mesoscale and Nanoscale Physics
+0710.1622 Molecular Networks
+0711.3052 Atomic and Molecular Clusters
+0711.3203 Chemical Physics
+0802.1295 Differential Geometry
+0802.2980 Combinatorics
+cs/0611076 Performance
+math-ph/0609078
+math/0409434 Differential Geometry
+math/0411582 Representation Theory
+math/0512506 Quantum Algebra
+math/0612174 Representation Theory
+physics/0303100 Chemical Physics
+physics/0607022 Physics and Society
+physics/0703149 Atomic Physics
+quant-ph/0701083
+0707.1485 Number Theory
+0709.4258 Strongly Correlated Electrons
+0712.1404
+0801.0222 Computational Physics
+0802.2444 Other Condensed Matter
+0805.0346 Statistical Mechanics
+0805.2878
+0805.3335 General Physics
+0806.2506 Strongly Correlated Electrons
+0806.2941 Probability
+0807.0367 Analysis of PDEs
+0807.1695
+0808.0975 Materials Science
+0808.1067
+0808.3852 Methodology
+0809.3357 Cryptography and Security
+0809.4424
+0809.4844 Theory
+0809.4854 Phenomenology
+0809.5066 Optics
+0809.5068 Differential Geometry
+0809.5070 Algebraic Geometry
+0809.5075 Geometric Topology
+0809.5078
+0809.5080 General Topology
+0809.5081
+0809.5085
+0809.5087 Neural and Evolutionary Computing
+0809.5088 Geometric Topology
+0809.5089 Probability
+0809.5102 Probability
+0809.5105
+0809.5115 Algebraic Geometry
+0809.5119 Mesoscale and Nanoscale Physics
+0809.5126
+0809.5130 Spectral Theory
+0809.5135 Soft Condensed Matter
+0809.5139
+0809.5153 Numerical Analysis
+0809.5154 Multimedia
+0809.5159 Numerical Analysis
+0809.5160 Optics
+0809.5161
+0809.5162 Materials Science
+0809.5164
+0809.5167 Atomic Physics
+0809.5185 Algebraic Geometry
+0809.5188 Networking and Internet Architecture
+0809.5189 Networking and Internet Architecture
+0809.5190 Analysis of PDEs
+0809.5192 Networking and Internet Architecture
+0809.5194 Applications
+0809.5195 Biological Physics
+0809.5196 Adaptation and Self-Organizing Systems
+0809.5201 Applications
+0809.5209 Number Theory
+0809.5210
+0809.5212 Information Theory
+0809.5214 Soft Condensed Matter
+0809.5215
+0809.5217 Information Theory
+0809.5224 Algebraic Geometry
+0809.5231 Phenomenology
+0809.5235 Phenomenology
+0809.5238 Operating Systems
+0809.5239 Soft Condensed Matter
+0809.5244 Statistical Mechanics
+0809.5250 Physics and Society
+0809.5251
+0809.5254 Phenomenology
+0809.5255 Soft Condensed Matter
+0809.5265 Experiment
+0809.5266 Cryptography and Security
+0809.5274 Classical Analysis and ODEs
+0809.5277 General Physics
+0809.5281 Numerical Analysis
+0809.5285 Other Condensed Matter
+0809.5287 Functional Analysis
+cond-mat/0408095 Superconductivity
+math/0407063 Differential Geometry
+math/0412056 Symplectic Geometry
+math/0511015 Symplectic Geometry
+math/0606081 Analysis of PDEs
+0705.0311 Classical Physics
+0706.0378
+0706.0902 Statistical Mechanics
+0708.1063 Materials Science
+0708.1486 Mesoscale and Nanoscale Physics
+0709.0033 Statistical Mechanics
+0710.1665 Statistical Mechanics
+0710.3372 Algebraic Geometry
+0712.1087 Computational Physics
+0712.2218 Neurons and Cognition
+0712.2280
+0801.1018
+0801.2345 Digital Libraries
+0801.3371 Strongly Correlated Electrons
+0802.2478 Probability
+0802.4431 Representation Theory
+0803.0411 Rings and Algebras
+0803.0708 Mesoscale and Nanoscale Physics
+0803.2444
+0803.3151 Other Condensed Matter
+0805.3223 Materials Science
+0807.1922 Differential Geometry
+0807.2032 Lattice
+0807.2149 Data Analysis, Statistics and Probability
+0807.2166 Commutative Algebra
+0807.2976
+0807.4226 Experiment
+0807.4635 Theory
+0807.4731 Optimization and Control
+0807.4732
+0807.4741
+0807.4742 Materials Science
+0807.4745 Group Theory
+0807.4746 Metric Geometry
+0807.4760 Experiment
+0807.4761 Operator Algebras
+0807.4772 Populations and Evolution
+0807.4780 Geometric Topology
+0807.4784 Molecular Networks
+0807.4795 Geometric Topology
+0807.4802 Algebraic Geometry
+0807.4807 Optimization and Control
+0807.4808 Classical Analysis and ODEs
+0807.4810 Other Condensed Matter
+0807.4811
+0807.4814
+0807.4817 Symplectic Geometry
+0807.4818 Representation Theory
+0807.4819
+0807.4820 Data Analysis, Statistics and Probability
+0807.4821 Phenomenology
+0807.4822 Number Theory
+0807.4824
+0807.4829 Group Theory
+0807.4834 Number Theory
+0807.4835 Classical Analysis and ODEs
+0807.4836 Logic
+0807.4837 General Physics
+0807.4839 Algebraic Geometry
+0807.4858 Computation
+0807.4859 Statistics Theory
+0807.4860 Molecular Networks
+0807.4862 Statistics Theory
+0807.4869 Mesoscale and Nanoscale Physics
+0807.4874
+0807.4879 Statistics Theory
+0807.4881 Information Theory
+0807.4887 Statistical Mechanics
+0807.4891 Geometric Topology
+0807.4894 Algebraic Topology
+0807.4896
+0807.4900 Experiment
+0807.4903 Physics and Society
+0807.4904 Probability
+0807.4912 Computers and Society
+0807.4915 Optics
+0807.4918 Experiment
+cond-mat/0703539 Other Condensed Matter
+cond-mat/0703708 Materials Science
+hep-ph/0202113 Phenomenology
+hep-ph/0305206 Phenomenology
+hep-ph/0411101 Phenomenology
+hep-ph/0501063 Phenomenology
+math/0410020 Rings and Algebras
+math/0608040 Category Theory
+math/9911212 Analysis of PDEs
+physics/0003094 Medical Physics
+physics/0310151 Medical Physics
+physics/0611293 Classical Physics
+quant-ph/0607143
+0704.1833 Networking and Internet Architecture
+0705.1448 Optics
+0706.1517 Strongly Correlated Electrons
+0709.0914 Mesoscale and Nanoscale Physics
+0709.2008 Number Theory
+0709.3691 Optics
+0710.0765
+0711.0921 Materials Science
+0711.2797 Theory
+0711.4202 Probability
+0712.2016
+0802.1511 Superconductivity
+0802.2027 Computational Complexity
+0802.4436 General Topology
+0803.0657 Theory
+0803.0790 Atomic Physics
+0803.1497 Classical Analysis and ODEs
+0803.2150 Commutative Algebra
+0803.3021 Superconductivity
+0803.3061 Neurons and Cognition
+0803.3302 Theory
+0803.3444 Algebraic Geometry
+0803.3805 Group Theory
+0803.3821 Algebraic Topology
+0803.3824 Numerical Analysis
+0803.3826 Classical Physics
+0803.3837 Neurons and Cognition
+0803.3846 Commutative Algebra
+0803.3870
+0803.3880 Information Theory
+0803.3896 Differential Geometry
+0803.3903
+0803.3908 Algebraic Geometry
+0803.3913 Probability
+0803.3922 Strongly Correlated Electrons
+0803.3926 Mesoscale and Nanoscale Physics
+0803.3928 Mesoscale and Nanoscale Physics
+0803.3935 Differential Geometry
+0803.3937
+0803.3938
+0803.3939 Phenomenology
+0803.3943 Differential Geometry
+0803.3945 Atmospheric and Oceanic Physics
+0803.3950 Fluid Dynamics
+0803.3956 General Mathematics
+0803.3961 Functional Analysis
+0803.3979
+0803.3980 Combinatorics
+0803.3981 Classical Analysis and ODEs
+0803.3988 Optimization and Control
+0803.3989 Materials Science
+0803.3990 Biomolecules
+0803.3992 Classical Analysis and ODEs
+0803.3993 Classical Analysis and ODEs
+0803.3996 Superconductivity
+0803.3997 Complex Variables
+cond-mat/0502114 Other Condensed Matter
+cond-mat/0503695 Mesoscale and Nanoscale Physics
+cs/0511059 Networking and Internet Architecture
+cs/0608068 Networking and Internet Architecture
+cs/0608069 Networking and Internet Architecture
+math-ph/0703078
+math/0506489 Optimization and Control
+quant-ph/0610040
+0706.0695 Theory
+0707.2660 Analysis of PDEs
+0710.4077 Group Theory
+0712.2027 Optics
+0712.2755 Classical Physics
+0801.3442 Methodology
+0801.4318 Strongly Correlated Electrons
+0801.4356 Strongly Correlated Electrons
+0802.4440 Superconductivity
+0804.0682 Other Quantitative Biology
+0804.3847 Optics
+0805.0765
+0805.2445 Mesoscale and Nanoscale Physics
+0805.4805 Rings and Algebras
+0806.0391
+0806.4822 Theory
+0806.4958 Information Theory
+0807.0251 Mesoscale and Nanoscale Physics
+0807.1036 Probability
+0807.1512 Theory
+0807.1520
+0807.1572
+0807.2501
+0807.3176
+0807.3516 Statistical Mechanics
+0807.3655 Functional Analysis
+0807.3688 Phenomenology
+0807.3759 K-Theory and Homology
+0807.3962
+0807.3964 Algebraic Geometry
+0807.3973 Experiment
+0807.3979 Programming Languages
+0807.3990 Rings and Algebras
+0807.3991 Number Theory
+0807.3993
+0807.3996 Computers and Society
+0807.3998 Atmospheric and Oceanic Physics
+0807.4002 Applications
+0807.4005 Applications
+0807.4008 Number Theory
+0807.4010 Methodology
+0807.4011 Applications
+0807.4012 Experiment
+0807.4016 Applications
+0807.4017 Spectral Theory
+0807.4018 Applications
+0807.4019 Applications
+0807.4020 Analysis of PDEs
+0807.4023 Applications
+0807.4024 Applications
+0807.4026 Atomic and Molecular Clusters
+0807.4028 Applications
+0807.4033 Mesoscale and Nanoscale Physics
+0807.4038 Probability
+0807.4041 Classical Analysis and ODEs
+0807.4048 Experiment
+0807.4051 Algebraic Geometry
+0807.4057 Probability
+0807.4059
+0807.4060 Theory
+0807.4061 Functional Analysis
+0807.4062 Physics and Society
+0807.4068 Differential Geometry
+0807.4070
+0807.4071 Applications
+0807.4074 Information Theory
+0807.4075 Physics and Society
+0807.4076 Experiment
+0807.4080 Phenomenology
+0807.4083 General Physics
+0807.4085 Algebraic Geometry
+0807.4086 Methodology
+0807.4088 Mesoscale and Nanoscale Physics
+0807.4090 Analysis of PDEs
+0807.4092 Applications
+0807.4095 Phenomenology
+0807.4101 Representation Theory
+0807.4102
+0807.4103 Functional Analysis
+0807.4105 Applications
+0807.4107
+0807.4109
+0807.4111
+0807.4123 Category Theory
+0807.4126 Functional Analysis
+0807.4128 Information Theory
+0807.4138 Geometric Topology
+0807.4139
+0807.4140 General Physics
+0807.4146 Operator Algebras
+0807.4148 Analysis of PDEs
+0807.4149 Quantum Algebra
+0807.4153 Strongly Correlated Electrons
+0807.4156 Strongly Correlated Electrons
+0807.4157 Functional Analysis
+0807.4158
+0807.4162 Algebraic Geometry
+0807.4165 Algebraic Topology
+0807.4170
+math-ph/0510080
+math-ph/0606062
+math/0312321 Classical Analysis and ODEs
+math/0512428 Classical Analysis and ODEs
+math/0512658 Algebraic Topology
+math/0606090 Combinatorics
+math/0607755 Spectral Theory
+math/0608151 Differential Geometry
+math/0612152 Geometric Topology
+math/0701414 Probability
+math/0701751 Group Theory
+math/0702399 Differential Geometry
+math/0702713 Algebraic Topology
+0709.3110 Probability
+0709.4575 Statistical Mechanics
+0711.3000
+0711.3257 Materials Science
+0802.0290 Mesoscale and Nanoscale Physics
+0803.3117 Information Theory
+0803.3718 Mesoscale and Nanoscale Physics
+0803.4129 Dynamical Systems
+0805.3742 Group Theory
+math/0612071 Complex Variables
+0705.2286 Populations and Evolution
+0706.4353 Algebraic Geometry
+0707.3341
+0708.1705 Theory
+0708.4209 Theory
+0709.0395 Phenomenology
+0709.1053
+0709.4376 Differential Geometry
+0710.0841
+0710.2616 Differential Geometry
+0711.1473
+0711.1671 Theory
+0711.3090 Statistical Mechanics
+0712.0465
+0712.0505 Phenomenology
+0712.1089
+0712.1107
+0712.3385 Theory
+0712.3682
+0712.4024 Theory
+0712.4248 Symbolic Computation
+0801.0095 Phenomenology
+0801.1754
+0801.1892
+0801.2925 Superconductivity
+0801.3995 Algebraic Geometry
+0801.4728 Theory
+0802.0184 Exactly Solvable and Integrable Systems
+0802.0479 Theory
+0802.1430 Learning
+0802.1655
+0802.2638 Theory
+0802.3193 Phenomenology
+0802.3381 Phenomenology
+0802.3445 Theory
+0802.3454 Theory
+0802.4128 Phenomenology
+0803.0409 Popular Physics
+0803.4070 Phenomenology
+0803.4161 Phenomenology
+0803.4447
+0803.4485 Phenomenology
+0804.0164 Theory
+0804.0275
+0804.0372 Differential Geometry
+0804.0549 Phenomenology
+0804.0618 Phenomenology
+0804.0974
+0804.1060 Theory
+0804.1528 Phenomenology
+0804.1918 Phenomenology
+0804.2597 Phenomenology
+0804.3210 Phenomenology
+0804.3370 Materials Science
+0804.4217
+0805.0123 Instrumentation and Detectors
+0805.0261 Phenomenology
+0805.0273 Phenomenology
+0805.0656 Exactly Solvable and Integrable Systems
+0805.0690 Experiment
+0805.0709 Experiment
+0805.1582 Adaptation and Self-Organizing Systems
+0805.2819 Statistical Mechanics
+0805.4387 Theory
+0805.4500
+0805.4536
+0805.4725 Phenomenology
+0806.0005 Superconductivity
+0806.0451 Phenomenology
+0806.0764 Phenomenology
+0806.3810
+0807.0298 Theory
+0807.0525 Phenomenology
+0807.1389 Phenomenology
+0807.1746 Phenomenology
+0807.1966
+0807.2314 Theory
+0807.2316 Experiment
+0807.2775 Phenomenology
+0807.2802 Instrumentation and Detectors
+0807.5118 Phenomenology
+0808.1989
+0808.2344 Phenomenology
+0808.3082 Phenomenology
+0809.0385 Optics
+0809.2174 Differential Geometry
+0809.2586 Materials Science
+0809.3324 Superconductivity
+0809.3472 Spectral Theory
+0810.1242 General Physics
+0810.1335 Complex Variables
+0810.1667 Analysis of PDEs
+0810.1791 Strongly Correlated Electrons
+0810.2183 Theory
+0810.2554
+0810.3300
+0810.3833 Statistical Mechanics
+0810.4226 Lattice
+0810.4491 Probability
+0810.5373 Algebraic Geometry
+0811.1210 Materials Science
+0811.1475 Materials Science
+0812.1129 Phenomenology
+0812.1849 Differential Geometry
+0812.3398 Dynamical Systems
+0812.3407 Combinatorics
+0812.3412
+0812.3427 Classical Analysis and ODEs
+0812.3433 Rings and Algebras
+0812.3434 Logic
+0812.3435 Rings and Algebras
+0812.3437
+0812.3443 Rings and Algebras
+0812.3446
+0812.3454 Algebraic Geometry
+0812.3457
+0812.3459 Mesoscale and Nanoscale Physics
+0812.3470
+0812.3472 Algebraic Geometry
+0812.3473 Theory
+0812.3474
+0812.3475 Geometric Topology
+0812.3478 Artificial Intelligence
+0812.3491
+0812.3495 Experiment
+0812.3499 Group Theory
+0812.3503 Theory
+0812.3505 Probability
+0812.3518 Physics and Society
+0812.3524
+0812.3527 Algebraic Geometry
+0812.3533
+0812.3536 Statistics Theory
+0812.3537 Analysis of PDEs
+0812.3545 General Mathematics
+0812.3550 Programming Languages
+0812.3556 Phenomenology
+0812.3559 Soft Condensed Matter
+0812.3562
+0812.3580 Analysis of PDEs
+0812.3589
+0812.3592 Algebraic Geometry
+0812.3593 Computational Complexity
+0812.3596 Operator Algebras
+0812.3606 Analysis of PDEs
+0812.3616 Phenomenology
+0812.3621
+0812.3641
+0812.3642 Information Theory
+0812.3651 Probability
+astro-ph/0001251
+astro-ph/0001374
+astro-ph/0003192
+astro-ph/0003319
+cond-mat/0606657 Soft Condensed Matter
+cond-mat/0703742 Statistical Mechanics
+cs/0607085 Learning
+gr-qc/0001063
+gr-qc/0002052
+gr-qc/0603083
+gr-qc/0612162
+gr-qc/9811049
+hep-lat/0610043 Lattice
+hep-lat/0702016 Lattice
+hep-ph/0409113 Phenomenology
+hep-ph/0512324 Phenomenology
+hep-ph/0512357 Phenomenology
+hep-ph/0602165 Phenomenology
+hep-th/0510268 Theory
+hep-th/0511262 Theory
+hep-th/0601167 Theory
+hep-th/0602029 Theory
+hep-th/0603020 Theory
+hep-th/0603140 Theory
+hep-th/0604170 Theory
+hep-th/0606115 Theory
+hep-th/0609130 Theory
+hep-th/0609205 Theory
+hep-th/0609217 Theory
+hep-th/0610061 Theory
+hep-th/0610182 Theory
+hep-th/0610194 Theory
+hep-th/0610197 Theory
+hep-th/0611025 Theory
+hep-th/0611066 Theory
+hep-th/0611282 Theory
+hep-th/0702228 Theory
+hep-th/0703108 Theory
+math/0610515 Probability
+math/0610872 Algebraic Geometry
+math/0611288 Differential Geometry
+nlin/0408050 Adaptation and Self-Organizing Systems
+nlin/0611008 Exactly Solvable and Integrable Systems
+nlin/0612003 Exactly Solvable and Integrable Systems
+nlin/0702055 Exactly Solvable and Integrable Systems
+physics/0701192 Data Analysis, Statistics and Probability
+quant-ph/0512228
+quant-ph/0602002
+quant-ph/0602224
+quant-ph/0603077
+quant-ph/0605091
+quant-ph/9602016
+0704.0124 Complex Variables
+0709.0178 Human-Computer Interaction
+0712.2030
+0801.4279 General Physics
+0803.2788
+0806.3743 Rings and Algebras
+0807.2572 Mesoscale and Nanoscale Physics
+0807.2606 Mesoscale and Nanoscale Physics
+0808.3943 Analysis of PDEs
+0809.2070 Category Theory
+math/0611891 Dynamical Systems
+math/0702479 Spectral Theory
+quant-ph/0507146
+0704.2639 Symplectic Geometry
+0705.0943 Other Condensed Matter
+0706.3880 Data Analysis, Statistics and Probability
+0708.0090 Soft Condensed Matter
+0709.0350 Geometric Topology
+0710.0359 Geometric Topology
+0711.1440
+0711.4588
+0801.2353 Strongly Correlated Electrons
+0801.3847
+0802.1914
+0802.2797 Atomic Physics
+0802.4459 Dynamical Systems
+0803.4195 Mesoscale and Nanoscale Physics
+0804.1582 Superconductivity
+0804.2252 Superconductivity
+0804.3707 Phenomenology
+0804.4376 Probability
+0805.1007
+0805.1238
+0806.0716 Mesoscale and Nanoscale Physics
+0806.0887
+0806.1209 Superconductivity
+0806.4837
+0807.2819 Probability
+0807.3535 Complex Variables
+0807.3761 Geometric Topology
+0807.5032
+0808.0199 Instrumentation and Detectors
+0808.0204 Instrumentation and Detectors
+0808.0213 Analysis of PDEs
+0808.0215 Optics
+0808.0218 Experiment
+0808.0220 Molecular Networks
+0808.0221 General Physics
+0808.0223
+0808.0226 Experiment
+0808.0234 Information Theory
+0808.0235 Information Theory
+0808.0247 Cryptography and Security
+0808.0250 Analysis of PDEs
+0808.0251 Analysis of PDEs
+0808.0252 Commutative Algebra
+0808.0253 Algebraic Geometry
+0808.0254
+0808.0258 Classical Analysis and ODEs
+0808.0265 Rings and Algebras
+0808.0273 Experiment
+0808.0276 Physics and Society
+0808.0285 Phenomenology
+0808.0286 Classical Physics
+0808.0291 Information Theory
+0808.0294 Algebraic Geometry
+0808.0295
+0808.0301 Functional Analysis
+0808.0309 Multimedia
+0808.0312 Classical Physics
+0808.0316 Differential Geometry
+0808.0317 Classical Analysis and ODEs
+0808.0329 Materials Science
+0808.0339 Medical Physics
+0808.0340 Chemical Physics
+0808.0345 Combinatorics
+0808.0347 Software Engineering
+0808.0348 Differential Geometry
+0808.0352 Functional Analysis
+0808.0354
+0808.0357 Combinatorics
+0808.0364 Functional Analysis
+0808.0369
+0808.0373 Algebraic Topology
+0808.0374 Robotics
+0808.0377 Group Theory
+0808.0381 Algebraic Geometry
+0808.0386 Geometric Topology
+0808.0387 Robotics
+0808.0389
+0808.0392 Experiment
+0808.0393 Differential Geometry
+0808.0406 Chaotic Dynamics
+0808.0407 Quantum Algebra
+0808.0415 Symplectic Geometry
+0808.0417
+0808.0418 Number Theory
+0808.0419 Materials Science
+0808.0420 Materials Science
+0808.0425 Probability
+0808.0431 Differential Geometry
+0808.0432 Chaotic Dynamics
+0808.0433 Strongly Correlated Electrons
+0808.0435
+0808.0444 Phenomenology
+0808.0459 Algebraic Geometry
+0808.0463 Mesoscale and Nanoscale Physics
+0808.0473
+0808.0483
+0808.0484
+0808.0485 Functional Analysis
+0808.0489
+cond-mat/0508322 Mesoscale and Nanoscale Physics
+cond-mat/0607550 Mesoscale and Nanoscale Physics
+cond-mat/0611277 Soft Condensed Matter
+cs/0611090 Information Theory
+math/0309430 Metric Geometry
+math/0508141 Geometric Topology
+math/0508270 Probability
+math/0605587 Symplectic Geometry
+math/0605753 Operator Algebras
+math/0611573 Numerical Analysis
+math/0612645 Numerical Analysis
+math/0701580 Optimization and Control
+math/0703643 Commutative Algebra
+math/9907109 Combinatorics
+0705.2872 General Physics
+0801.0789
+0802.1711 Strongly Correlated Electrons
+0804.4421
+0804.4685 Methodology
+0805.0080 Materials Science
+0805.2141 Phenomenology
+0806.3884
+0807.0839 Probability
+math/0506313 Category Theory
+math/0512106 Category Theory
+math/0606240 Complex Variables
+math/0702274 Group Theory
+0706.3750 Combinatorics
+0707.1473 Functional Analysis
+0709.0225 Populations and Evolution
+0711.0272 Theory
+0711.4779
+0712.2256 Other Condensed Matter
+0801.1798 Populations and Evolution
+0801.4394 Statistical Mechanics
+0803.0044 Mesoscale and Nanoscale Physics
+0803.3991 Statistics Theory
+0804.1119 K-Theory and Homology
+0806.0691 Cell Behavior
+0807.0122 Populations and Evolution
+0808.0469 Number Theory
+cond-mat/9503015
+0704.0872 Spectral Theory
+0707.1195 Strongly Correlated Electrons
+0707.3811 Genomics
+0709.1757 Differential Geometry
+0709.2890 Populations and Evolution
+0710.0296 Representation Theory
+0710.3371 Biological Physics
+0710.3947 Differential Geometry
+0711.3125
+0712.1375 Probability
+0801.1717 General Topology
+0801.2274 Algebraic Geometry
+0801.2639
+0801.2775 Phenomenology
+0801.2776 Algebraic Geometry
+0801.2777
+0801.2784 Lattice
+0801.2789 Quantum Algebra
+0801.2790 Methodology
+0801.2796 Number Theory
+0801.2807 Computational Physics
+0801.2816 Atomic Physics
+0801.2817 Atomic Physics
+0801.2819 Superconductivity
+0801.2820
+0801.2822 Differential Geometry
+0801.2823 Other Computer Science
+0801.2828 Algebraic Geometry
+0801.2834 Algebraic Geometry
+0801.2835 Algebraic Geometry
+0801.2839
+0801.2845 Combinatorics
+0801.2846 Algebraic Geometry
+0801.2854 Medical Physics
+0801.2855 Populations and Evolution
+0801.2858 Statistical Mechanics
+0801.2859
+0801.2879
+0801.2881 General Physics
+0801.2882
+0801.2884
+0801.2887 Rings and Algebras
+0801.2888 Analysis of PDEs
+0801.2897 Geophysics
+0801.2901 Quantum Algebra
+0801.2906
+0801.2919
+0801.2920 Biological Physics
+0801.2930
+0801.2931 Computer Science and Game Theory
+0801.2933
+0801.2938
+0801.2939 Combinatorics
+0801.2942 Classical Analysis and ODEs
+0801.2945 Dynamical Systems
+0801.2946 Popular Physics
+0801.2953 Dynamical Systems
+0801.2954 Geophysics
+0801.2955 Group Theory
+0801.2957 Analysis of PDEs
+0801.2958 Dynamical Systems
+0801.2959 Probability
+cond-mat/0610719 Mesoscale and Nanoscale Physics
+cond-mat/0611490 Statistical Mechanics
+math/0605760 Complex Variables
+math/0611700 Number Theory
+math/0701168 Number Theory
+physics/0506124 General Physics
+0704.2267 Materials Science
+0705.0120 Exactly Solvable and Integrable Systems
+0705.2625 Differential Geometry
+0705.3823 Algebraic Geometry
+0705.3995 Information Theory
+0706.0921 Probability
+0707.2088 Other Condensed Matter
+0707.2789 Strongly Correlated Electrons
+0710.2698
+0710.3535 Hardware Architecture
+0711.0261 Information Theory
+0711.0370
+0711.0829 Programming Languages
+0711.0995
+0711.2243 Statistical Mechanics
+0711.2878 Disordered Systems and Neural Networks
+0711.3627 Other Condensed Matter
+0712.0936 Superconductivity
+0712.1885 Mesoscale and Nanoscale Physics
+0712.3875 Commutative Algebra
+0801.0241 Optics
+0801.1969 Differential Geometry
+0801.2226 Programming Languages
+0801.3563 Disordered Systems and Neural Networks
+0802.2518 Atomic Physics
+0802.4070
+0803.1544 Accelerator Physics
+0803.2049 Mesoscale and Nanoscale Physics
+0804.0542 Classical Analysis and ODEs
+0804.0797 Software Engineering
+0804.0814 Instrumentation and Detectors
+0804.0818
+0804.0823 Group Theory
+0804.0828
+0804.0829 Dynamical Systems
+0804.0834 Number Theory
+0804.0837 Differential Geometry
+0804.0838 Neurons and Cognition
+0804.0845 Functional Analysis
+0804.0847 Theory
+0804.0860 Dynamical Systems
+0804.0862 Distributed, Parallel, and Cluster Computing
+0804.0868 Materials Science
+0804.0874
+0804.0877 General Physics
+0804.0883 Superconductivity
+0804.0884
+0804.0889 Probability
+0804.0891
+0804.0893 Soft Condensed Matter
+0804.0905 Analysis of PDEs
+0804.0919 General Mathematics
+0804.0926 Phenomenology
+0804.0927 Geometric Topology
+0804.0929 Materials Science
+0804.0930 Dynamical Systems
+0804.0932 Functional Analysis
+0804.0934 Optimization and Control
+0804.0936 Data Structures and Algorithms
+0804.0937 Human-Computer Interaction
+0804.0938 Analysis of PDEs
+0804.0940 Data Structures and Algorithms
+0804.0941 Human-Computer Interaction
+0804.0942 Computational Geometry
+0804.0943 Human-Computer Interaction
+0804.0946 Computational Geometry
+0804.0949 Phenomenology
+0804.0950 Atomic Physics
+0804.0958 Strongly Correlated Electrons
+0804.0960 Algebraic Geometry
+0804.0961 Probability
+0804.0962
+0804.0964 Commutative Algebra
+0804.0978 Rings and Algebras
+0804.0980 Information Theory
+0804.0981 Plasma Physics
+0804.0985 Other Condensed Matter
+0804.0986 Computational Geometry
+0804.0988 Analysis of PDEs
+0804.1003
+0804.1006
+0804.1008 Algebraic Geometry
+0804.1015 Rings and Algebras
+0804.1018 Analysis of PDEs
+0804.1023 Algebraic Geometry
+0804.1028 Classical Analysis and ODEs
+0804.1029
+0804.1041 Computational Geometry
+0804.1063
+0804.1065 Spectral Theory
+0804.1067 Symplectic Geometry
+0804.1076 Spectral Theory
+0804.1083 Information Theory
+0804.1088
+0804.1094 Analysis of PDEs
+0804.1095 Combinatorics
+0804.1099 Phenomenology
+0804.1109
+0804.1111
+0804.1115 Data Structures and Algorithms
+0804.1116 Populations and Evolution
+0804.1117 Information Theory
+astro-ph/0409027
+cond-mat/0403769 Statistical Mechanics
+math/0603086 Combinatorics
+math/0609269 Operator Algebras
+math/0701287 Analysis of PDEs
+nucl-ex/0612004
+physics/0610117 Biological Physics
+physics/0610147 Biological Physics
+physics/0703022 Biological Physics
+0705.0984 Combinatorics
+0705.1542 Computational Physics
+0705.3006 Rings and Algebras
+0707.4064 Physics and Society
+0708.2476 Materials Science
+0709.4464 Computational Engineering, Finance, and Science
+0710.1935
+0712.3683 Lattice
+0801.3802 Computational Complexity
+0801.4704 Geometric Topology
+0802.1093 Atomic Physics
+0802.1471 Data Structures and Algorithms
+0802.2178 Physics and Society
+0802.4223 Quantum Algebra
+0803.0476 Physics and Society
+0803.0559 Other Condensed Matter
+0803.3054
+0803.3250 Superconductivity
+0804.3415 Mesoscale and Nanoscale Physics
+0804.3724 Differential Geometry
+0805.2778 Category Theory
+0805.4428 Chemical Physics
+0805.4823 Analysis of PDEs
+0806.0229 Mesoscale and Nanoscale Physics
+0807.0012
+0807.1071 Strongly Correlated Electrons
+0807.1748
+0807.4229 Discrete Mathematics
+0808.2255 Classical Analysis and ODEs
+0808.2580 Strongly Correlated Electrons
+0808.3125
+0809.1714
+0809.3218
+0810.2214 Combinatorics
+0810.2838
+0810.5102 Atomic Physics
+0811.0872
+0811.3992 Atomic Physics
+0811.4431 General Physics
+0811.4435 Number Theory
+0811.4438 Dynamical Systems
+0811.4440 Functional Analysis
+0811.4446 Plasma Physics
+0811.4447 Applications
+0811.4452 Exactly Solvable and Integrable Systems
+0811.4455 Probability
+0811.4462 Representation Theory
+0811.4463 Methodology
+0811.4469 Optics
+0811.4476 Strongly Correlated Electrons
+0811.4481
+0811.4482 Statistical Mechanics
+0811.4483 Multimedia
+0811.4486 Analysis of PDEs
+0811.4490
+0811.4494 Optics
+0811.4501 Theory
+0811.4507 Probability
+0811.4529
+0811.4530 Phenomenology
+0811.4535 Optics
+0811.4538 Numerical Analysis
+0811.4544 Materials Science
+0811.4545 Number Theory
+0811.4546 Phenomenology
+0811.4547 Materials Science
+0811.4548
+0811.4552 Commutative Algebra
+0811.4561 Superconductivity
+0811.4571 Phenomenology
+0811.4572 Rings and Algebras
+0811.4573
+0811.4576 Classical Analysis and ODEs
+0811.4578 Soft Condensed Matter
+0811.4581 Biomolecules
+0811.4591 Materials Science
+0811.4600 Atmospheric and Oceanic Physics
+0811.4601 Probability
+0811.4626 Representation Theory
+0811.4627 Commutative Algebra
+0811.4630 Information Theory
+0811.4631 General Physics
+0811.4632 K-Theory and Homology
+0811.4636 Classical Analysis and ODEs
+0811.4640 Atmospheric and Oceanic Physics
+0811.4641 Classical Analysis and ODEs
+0811.4645
+0811.4646
+0811.4648
+0811.4649 Other Condensed Matter
+0811.4650
+0811.4651
+0811.4653
+0811.4654
+0811.4655
+0811.4656 Phenomenology
+0811.4658
+0811.4662
+0811.4666 Commutative Algebra
+0811.4669 Exactly Solvable and Integrable Systems
+0811.4672 Data Structures and Algorithms
+0811.4675 Superconductivity
+0811.4677 Statistics Theory
+0811.4681 Graphics
+0811.4685 Functional Analysis
+0811.4688 Experiment
+0811.4690 K-Theory and Homology
+0811.4697 Information Theory
+0811.4700 Multimedia
+0811.4702 Information Theory
+0811.4704 Category Theory
+0811.4709 Materials Science
+0811.4712 Quantum Algebra
+0811.4714 Analysis of PDEs
+0811.4717 Information Retrieval
+0811.4718 Information Theory
+0811.4720 Logic in Computer Science
+0811.4724 Optimization and Control
+0811.4728 Algebraic Geometry
+0811.4730 Plasma Physics
+0811.4733 Robotics
+0811.4761
+0811.4762 Rings and Algebras
+0811.4771 Mesoscale and Nanoscale Physics
+astro-ph/0001511
+astro-ph/0005059
+astro-ph/9804316
+astro-ph/9808163
+astro-ph/9809167
+astro-ph/9904346
+astro-ph/9904408
+math-ph/0701033
+math/0011058 Differential Geometry
+math/0606477 Combinatorics
+math/0608188 Commutative Algebra
+math/0612262 Functional Analysis
+math/0612642 Geometric Topology
+physics/0201012 Physics and Society
+physics/0612025 Physics and Society
+0706.3729 Logic
+0706.4299 Differential Geometry
+0707.1444 General Mathematics
+0709.3184 Probability
+0709.4513 Information Theory
+0711.3830 Statistical Mechanics
+0712.2145
+0712.3189 Statistical Mechanics
+0801.2833 Chaotic Dynamics
+0801.4094 Statistical Mechanics
+0802.0358
+0802.0958 Strongly Correlated Electrons
+0802.2555 Atomic Physics
+0802.3204 Disordered Systems and Neural Networks
+0803.1321 Data Structures and Algorithms
+0804.1195 Materials Science
+0804.3183 Theory
+0804.3189 General Mathematics
+0804.3769 Algebraic Geometry
+0805.0146
+0805.0149 Learning
+0805.0154 Information Theory
+0805.0158 Functional Analysis
+0805.0164 Superconductivity
+0805.0168
+0805.0173 Information Theory
+0805.0185
+0805.0192 Digital Libraries
+0805.0194 Probability
+0805.0197 Disordered Systems and Neural Networks
+0805.0205 Analysis of PDEs
+0805.0209 Functional Analysis
+0805.0214 Superconductivity
+0805.0217
+0805.0221 Materials Science
+0805.0226 Soft Condensed Matter
+0805.0230 General Physics
+0805.0247 Atomic Physics
+0805.0248 Instrumentation and Detectors
+0805.0254 Optics
+0805.0256 Number Theory
+0805.0260 Other Condensed Matter
+0805.0268 Cryptography and Security
+0805.0270 Statistical Mechanics
+0805.0272 Information Theory
+0805.0280 Materials Science
+0805.0292 General Mathematics
+0805.0294 Probability
+0805.0297 Probability
+0805.0299
+0805.0303 Phenomenology
+0805.0304
+cond-mat/0106500 Statistical Mechanics
+cond-mat/0309167
+cond-mat/0501089 Statistical Mechanics
+cond-mat/0503223 Statistical Mechanics
+cond-mat/0504457 Statistical Mechanics
+cond-mat/0507618 Statistical Mechanics
+cond-mat/0604508 Materials Science
+cond-mat/0605667 Statistical Mechanics
+cond-mat/0605668 Statistical Mechanics
+cond-mat/0606040 Statistical Mechanics
+cond-mat/0609074 Statistical Mechanics
+cs/0604101 Symbolic Computation
+cs/0606022 Information Theory
+cs/0606121 Information Theory
+math/0312030 Algebraic Geometry
+math/0401067 Combinatorics
+math/0405334 Combinatorics
+math/0501266 Combinatorics
+math/0504018 Combinatorics
+math/0509322 Probability
+math/0603182 Differential Geometry
+math/0603617 Combinatorics
+math/0604380 Numerical Analysis
+math/0701171 Combinatorics
+nucl-th/0612013
+0704.2258 Information Theory
+0708.0616 Statistical Mechanics
+0708.1632 Soft Condensed Matter
+0708.2858 Statistical Mechanics
+0711.4610 Statistical Mechanics
+0711.4749 Differential Geometry
+0801.3088 Numerical Analysis
+0804.1044 Complex Variables
+0807.2689 Combinatorics
+0807.3644 Numerical Analysis
+nlin/0608050 Pattern Formation and Solitons
+physics/0611100 General Physics
+0704.3355 Rings and Algebras
+0705.3921
+0706.1519 Statistical Mechanics
+0708.2724 Biological Physics
+0709.0112 Probability
+0709.0346 Biomolecules
+0709.3507 Phenomenology
+0710.0226 General Physics
+0710.2689 Mesoscale and Nanoscale Physics
+0710.4325 Mesoscale and Nanoscale Physics
+0710.4570 Soft Condensed Matter
+0710.4580 Soft Condensed Matter
+0711.0796 Tissues and Organs
+0711.2341
+0711.2771 Functional Analysis
+0711.4539 Chaotic Dynamics
+0712.1686 Probability
+0712.3410 Probability
+0712.3414 Probability
+0712.3415 Probability
+0712.3420 Probability
+0712.3424 Probability
+0712.3432 Statistics Theory
+0712.3468 Probability
+0712.3769
+0712.4236 Analysis of PDEs
+0712.4269 Theory
+0712.4403 Theory
+0801.0004 Differential Geometry
+0801.0008 Differential Geometry
+0801.0009 Statistical Mechanics
+0801.0010 Category Theory
+0801.0027 Disordered Systems and Neural Networks
+0801.0029 Mesoscale and Nanoscale Physics
+0801.0030 Number Theory
+0801.0044
+0801.0047 Phenomenology
+0801.0053 Chemical Physics
+0801.0062 Strongly Correlated Electrons
+0801.0063 Algebraic Topology
+0801.0065 Classical Analysis and ODEs
+0801.0066 Disordered Systems and Neural Networks
+0801.0069 Quantum Algebra
+0801.0074 Functional Analysis
+0801.0076 Dynamical Systems
+0801.0077 Geometric Topology
+0801.0079 Statistics Theory
+0801.0081 Functional Analysis
+0801.0097 Materials Science
+0801.0098 Materials Science
+0801.0102 Information Theory
+0801.0103 Differential Geometry
+0801.0105 Materials Science
+0801.0121 Physics and Society
+0801.0124 Populations and Evolution
+0801.0128
+0801.0131 Databases
+0801.0133 Programming Languages
+0801.0135 Programming Languages
+0801.0136 Programming Languages
+0801.0138 Atomic Physics
+0801.0139 Databases
+0801.0140 Pattern Formation and Solitons
+0801.0142 Probability
+0801.0145 Materials Science
+0801.0147
+0801.0153 Differential Geometry
+0801.0154
+0801.0156 Mesoscale and Nanoscale Physics
+0801.0158 Statistics Theory
+0801.0159 Discrete Mathematics
+0801.0165 Geometric Topology
+0801.0167
+0801.0169
+0801.0170 General Topology
+0801.0171 Superconductivity
+0801.0173 Algebraic Geometry
+0801.0175 Differential Geometry
+0801.0178 Statistical Mechanics
+0801.0184 Optimization and Control
+0801.0187 Materials Science
+0801.0196 Probability
+0801.0199 Category Theory
+0801.0202 Combinatorics
+0801.0204
+0801.0207 Applications
+0801.0211
+0801.0212
+0801.0213 Classical Analysis and ODEs
+0801.0214 Chaotic Dynamics
+0801.0224 Lattice
+0801.0234 Theory
+0801.0235 Theory
+0801.0239 Statistical Mechanics
+0801.0242 Statistical Mechanics
+0801.0250 Neurons and Cognition
+0801.0260
+0801.0262 Lattice
+0801.0264
+0801.0270 Combinatorics
+0801.0277 Other Quantitative Biology
+0801.0281 Optimization and Control
+0801.0284 Differential Geometry
+0801.0285 Differential Geometry
+0801.0289 Logic
+0801.0295 Atomic Physics
+0801.0299 Statistical Mechanics
+0801.0304 Theory
+0801.0308 History and Philosophy of Physics
+0801.0311 Neurons and Cognition
+0801.0313 Functional Analysis
+0801.0318 Experiment
+0801.0320 General Physics
+0801.0326 General Physics
+0801.0327 Methodology
+0801.0330 Probability
+0801.0332 Algebraic Topology
+0801.0339 Algebraic Geometry
+0801.0340 Information Theory
+0801.0343
+0801.0344 Phenomenology
+0801.0349 Logic
+0801.0352 Information Theory
+0801.0353 Logic
+0801.0354 Logic
+0801.0361
+0801.0368 Materials Science
+0801.0369 Analysis of PDEs
+0801.0372 Materials Science
+0801.0373 Materials Science
+0801.0375 Other Condensed Matter
+0801.0376
+0801.0377 Strongly Correlated Electrons
+0801.0378 Computational Physics
+0801.0381 Materials Science
+0801.0386 Digital Libraries
+0801.0387 Optics
+0801.0390 Information Theory
+0801.0391 Commutative Algebra
+0801.0397
+0801.0400 Materials Science
+0801.0404 Complex Variables
+0801.0407 Materials Science
+0801.0409
+0801.0410 Plasma Physics
+0801.0413 Strongly Correlated Electrons
+0801.0422 Other Condensed Matter
+0801.0432 Theory
+0801.0435 Materials Science
+cond-mat/0702516 Mesoscale and Nanoscale Physics
+cond-mat/0702601 Disordered Systems and Neural Networks
+cond-mat/0703453 Mesoscale and Nanoscale Physics
+math/0410524 Algebraic Geometry
+math/0411463 Group Theory
+math/0504176 Group Theory
+math/0603154 Probability
+math/0606086 Probability
+math/0606411 Probability
+math/0608006 Differential Geometry
+math/0610983 Group Theory
+math/0612747 Probability
+math/0612790 Functional Analysis
+math/9906009 Combinatorics
+math/9906011 Combinatorics
+math/9906012 Combinatorics
+math/9906187 Combinatorics
+quant-ph/0412069
+quant-ph/0703244
+0706.3028 Commutative Algebra
+0708.0657
+0708.0925 Physics and Society
+0709.1506 Statistics Theory
+0709.2102 Complex Variables
+0709.4453 Theory
+0709.4620 Strongly Correlated Electrons
+0710.0507 Differential Geometry
+0710.2138 Soft Condensed Matter
+0710.3561 Artificial Intelligence
+0712.0142 Combinatorics
+0712.2418 Algebraic Geometry
+0712.3025 Phenomenology
+0712.3591 Fluid Dynamics
+0801.3642 Cryptography and Security
+0801.3826 Commutative Algebra
+0801.3832 Neurons and Cognition
+0801.4065 Applications
+0801.4079 Cryptography and Security
+0801.4376
+0801.4384 Other Quantitative Biology
+0801.4386
+0801.4392 Combinatorics
+0801.4393 Combinatorics
+0801.4395 Quantitative Methods
+0801.4396 Differential Geometry
+0801.4402
+0801.4404 Combinatorics
+0801.4405 Computational Geometry
+0801.4407 Physics and Society
+0801.4409 Optics
+0801.4414 Classical Physics
+0801.4422 General Mathematics
+0801.4423 Human-Computer Interaction
+0801.4429 Geometric Topology
+0801.4436 Atomic Physics
+0801.4439 Commutative Algebra
+0801.4445 Strongly Correlated Electrons
+0801.4449 Physics and Society
+0801.4451 Rings and Algebras
+0801.4455
+0801.4460 Spectral Theory
+0801.4467
+0801.4470 General Physics
+0801.4472 General Physics
+0801.4480 Other Computer Science
+0801.4481 Chemical Physics
+0801.4483 Other Computer Science
+0801.4487
+0801.4500 Dynamical Systems
+0801.4515
+0801.4518 Strongly Correlated Electrons
+0801.4521 Theory
+0801.4522 Applications
+0801.4525 Data Analysis, Statistics and Probability
+0801.4530
+0801.4533 Group Theory
+0801.4534
+0801.4542
+0801.4549
+0801.4556 Molecular Networks
+0801.4557 Functional Analysis
+cond-mat/0603542 Materials Science
+gr-qc/0406022
+gr-qc/0406024
+hep-th/0008116 Theory
+hep-th/0611138 Theory
+math/0305288 Algebraic Geometry
+math/0402178 Numerical Analysis
+math/0512109 Symplectic Geometry
+math/0601669 Algebraic Geometry
+math/0606777 Number Theory
+math/0607767 Probability
+math/0608196 Quantum Algebra
+math/0701136 Complex Variables
+math/0701535 Metric Geometry
+q-bio/0512048 Populations and Evolution
+quant-ph/0604165
+0704.0013 Number Theory
+0706.3622 Data Analysis, Statistics and Probability
+0707.3253 Differential Geometry
+0709.3551 Mesoscale and Nanoscale Physics
+0710.1724
+0712.0288
+0712.1494
+0712.1718 Theory
+0801.1698 Probability
+0801.4408 Applications
+0802.3749
+0803.0381 Phenomenology
+0803.2578 Combinatorics
+0803.3427 Mesoscale and Nanoscale Physics
+0804.0236
+0804.3291 Metric Geometry
+0805.0490 Soft Condensed Matter
+0805.1820
+0805.2151
+0805.2686 Representation Theory
+0805.3529 Numerical Analysis
+0805.3530 Mesoscale and Nanoscale Physics
+0805.3537 Computers and Society
+0805.3546
+0805.3553
+0805.3566 Materials Science
+0805.3569 Networking and Internet Architecture
+0805.3571
+0805.3607
+0805.3611
+0805.3615 Physics and Society
+0805.3620 Probability
+0805.3623 Phenomenology
+0805.3626
+0805.3628
+0805.3630 Differential Geometry
+0805.3634
+0805.3639 Geophysics
+0805.3645
+0805.3647
+0805.3649
+0805.3664 General Physics
+0805.3665
+0805.3670
+0805.3671 History and Overview
+0805.3674 Operator Algebras
+0805.3677 Mesoscale and Nanoscale Physics
+0805.3683
+0805.3684 Experiment
+0805.3685 Functional Analysis
+0805.3691 Molecular Networks
+0805.3692
+cond-mat/0610752 Statistical Mechanics
+cond-mat/0612590 Other Condensed Matter
+cond-mat/0703552 Other Condensed Matter
+math/0607139 Rings and Algebras
+math/0611201 Representation Theory
+quant-ph/0604146
+0710.1871 Mesoscale and Nanoscale Physics
+0801.0297 History and Overview
+0801.3062 Number Theory
+cond-mat/0604292 Other Condensed Matter
+gr-qc/0405027
+math/0504210 Analysis of PDEs
+math/0512226 Classical Analysis and ODEs
+math/0606576 Statistics Theory
+math/0607478 Representation Theory
+physics/0603042 Computational Physics
+0705.4003
+0705.4522
+0706.0723 Combinatorics
+0706.2013 Probability
+0707.0741
+0707.1838 Numerical Analysis
+0707.4093 Lattice
+0710.0139
+0710.0773 Superconductivity
+0710.1502
+0710.5850 Materials Science
+0711.0552 Representation Theory
+0712.0779 Soft Condensed Matter
+0712.2699 General Mathematics
+0712.4258
+0801.0109 Physics and Society
+0801.0509 Algebraic Geometry
+0801.2665 Representation Theory
+0802.0945 Mesoscale and Nanoscale Physics
+0802.1080 Spectral Theory
+0802.1688
+0802.1826 Statistical Mechanics
+0802.4296
+0803.1027
+0803.1630
+0803.2782 Mesoscale and Nanoscale Physics
+0803.3172
+0803.3591 Cell Behavior
+0804.0227
+0804.2223 Mesoscale and Nanoscale Physics
+0804.3221 Plasma Physics
+0804.3303 Rings and Algebras
+0804.3615 Computational Complexity
+0804.4719 Combinatorics
+0805.0633
+0805.0800 Differential Geometry
+0805.1595
+0805.2401 Quantum Algebra
+0805.2403 Group Theory
+0805.2410 Geometric Topology
+0805.2416 Combinatorics
+0805.2417 General Physics
+0805.2419 Superconductivity
+0805.2422 Information Theory
+0805.2423 Information Theory
+0805.2431
+0805.2435 Phenomenology
+0805.2440 Artificial Intelligence
+0805.2446
+0805.2451 General Physics
+0805.2461 Number Theory
+0805.2464 Combinatorics
+0805.2467 Experiment
+0805.2474 Experiment
+0805.2475 Materials Science
+0805.2476 Experiment
+0805.2481 Representation Theory
+0805.2483 Disordered Systems and Neural Networks
+0805.2486 Disordered Systems and Neural Networks
+0805.2494 Geometric Topology
+0805.2495 Theory
+0805.2506 Phenomenology
+0805.2508 Number Theory
+0805.2514
+0805.2521 Phenomenology
+0805.2522 Adaptation and Self-Organizing Systems
+0805.2530 Phenomenology
+0805.2534 Algebraic Geometry
+0805.2539 Atomic Physics
+0805.2547 Dynamical Systems
+0805.2549
+0805.2568 General Mathematics
+0805.2569 Number Theory
+0805.2572 Number Theory
+0805.2578 Statistical Mechanics
+0805.2579
+0805.2590 Combinatorics
+0805.2591 Experiment
+cond-mat/0301610 Superconductivity
+cond-mat/0608358 Soft Condensed Matter
+cond-mat/0610561 Strongly Correlated Electrons
+cs/0505034 Logic in Computer Science
+cs/0601128 Computational Geometry
+cs/0605058 Numerical Analysis
+hep-ph/0508110 Phenomenology
+math/0201113 Algebraic Geometry
+math/0406173 Probability
+math/0407304 Differential Geometry
+math/0410412 Category Theory
+math/0507384 Representation Theory
+math/0508517 Dynamical Systems
+math/0509089 K-Theory and Homology
+math/0510377 Representation Theory
+math/0605414 Probability
+math/0607623 Combinatorics
+math/0607761 Analysis of PDEs
+math/0611018 Algebraic Geometry
+math/0612171 Number Theory
+physics/0508017 Data Analysis, Statistics and Probability
+q-bio/0612048 Biomolecules
+quant-ph/0412075
+quant-ph/0605183
+quant-ph/0610064
+0704.0425 Theory
+0704.2713 Combinatorics
+0705.0091 Mesoscale and Nanoscale Physics
+0705.3078 Medical Physics
+0706.0655 Optics
+0706.0722 Combinatorics
+0707.0581 Algebraic Geometry
+0707.4287 Algebraic Geometry
+0708.2101 Statistical Mechanics
+0708.4263 Mesoscale and Nanoscale Physics
+0709.3384 Discrete Mathematics
+0710.2106 Combinatorics
+0710.4167 Operator Algebras
+0711.1599 Strongly Correlated Electrons
+0711.3405 Number Theory
+0802.1387 Discrete Mathematics
+0802.2467 Combinatorics
+0802.3227 General Physics
+0802.3249 History and Philosophy of Physics
+0802.3253 Information Theory
+0802.3254 Computational Complexity
+0802.3255 Probability
+0802.3265 Complex Variables
+0802.3266 Theory
+0802.3270 Differential Geometry
+0802.3271 Rings and Algebras
+0802.3273 Superconductivity
+0802.3280
+0802.3281
+0802.3285 Computer Vision and Pattern Recognition
+0802.3287
+0802.3288 Computer Vision and Pattern Recognition
+0802.3293 Artificial Intelligence
+0802.3294 Soft Condensed Matter
+0802.3296 Probability
+0802.3303
+0802.3323 Biomolecules
+0802.3324
+0802.3327 Statistics Theory
+0802.3328 Cryptography and Security
+0802.3343 Geometric Topology
+0802.3352 Phenomenology
+0802.3354 Strongly Correlated Electrons
+0802.3355 Distributed, Parallel, and Cluster Computing
+cond-mat/0602109 Mesoscale and Nanoscale Physics
+cond-mat/0602625 Statistical Mechanics
+cond-mat/0701785 Materials Science
+hep-th/0411016 Theory
+math/0201202 Differential Geometry
+math/0304043 Differential Geometry
+math/0402321 Analysis of PDEs
+math/0403142 Differential Geometry
+math/0502094 Differential Geometry
+math/0506568 Differential Geometry
+math/0603703 Algebraic Geometry
+math/0608631 Statistics Theory
+math/0702516 Number Theory
+physics/0701349 Physics and Society
+0704.3624 Superconductivity
+0706.1849 Probability
+0707.1215
+0708.0311 Chaotic Dynamics
+0709.3725 Atmospheric and Oceanic Physics
+0710.3126 Theory
+0711.2152 K-Theory and Homology
+0711.3241 Superconductivity
+0711.3372 Statistical Mechanics
+0712.2796 Differential Geometry
+0712.3966
+0712.4304 Biological Physics
+0801.2614
+0801.3660
+0802.2233 Mesoscale and Nanoscale Physics
+0803.2266 Soft Condensed Matter
+0803.3330 Quantitative Methods
+0803.4397 Computational Physics
+0804.1872 Statistical Mechanics
+0804.3460 Materials Science
+0805.4329 Phenomenology
+0805.4440 Information Theory
+0805.4692 Genomics
+0806.0591 Atmospheric and Oceanic Physics
+0806.0794 Phenomenology
+0806.0795 Disordered Systems and Neural Networks
+0806.0857 Combinatorics
+0806.0860 Cryptography and Security
+0806.0861
+0806.0878 Geometric Topology
+0806.0880 Probability
+0806.0889 Phenomenology
+0806.0893 Optics
+0806.0900 Superconductivity
+0806.0910 Strongly Correlated Electrons
+0806.0914 Dynamical Systems
+0806.0921 Computational Complexity
+0806.0930 Complex Variables
+0806.0934 Number Theory
+0806.0939 General Mathematics
+0806.0967
+0806.0969 Analysis of PDEs
+0806.0973 Combinatorics
+0806.0976 Superconductivity
+0806.0978 Quantum Algebra
+0806.0979 Populations and Evolution
+0806.0984 Number Theory
+0806.0993 Probability
+0806.0994 Strongly Correlated Electrons
+0806.0995 Experiment
+0806.1000 History and Overview
+0806.1001 Number Theory
+0806.1008 Differential Geometry
+0806.1010
+0806.1021 Quantum Algebra
+0806.1023 Phenomenology
+0806.1036 Differential Geometry
+0806.1038 Rings and Algebras
+astro-ph/0511201
+hep-ph/0605115 Phenomenology
+math/0605487 Commutative Algebra
+math/0607150 Statistics Theory
+math/0611113 Differential Geometry
+math/0702818 Analysis of PDEs
+physics/0102086 General Physics
+quant-ph/0602139
+0706.1082 Theory
+0707.2317 Mesoscale and Nanoscale Physics
+0707.2836 Information Theory
+0707.3545 Probability
+0707.3548 Numerical Analysis
+0709.3803 Group Theory
+0710.3208 Theory
+0710.5210 Other Condensed Matter
+0710.5426 Algebraic Topology
+0711.1438 Mesoscale and Nanoscale Physics
+0711.3814 Spectral Theory
+0712.1840 Number Theory
+0801.1881
+0801.4753 Differential Geometry
+0801.4788 Strongly Correlated Electrons
+0802.3808 Other Condensed Matter
+0803.1495
+0803.4066 Strongly Correlated Electrons
+0804.4196 Strongly Correlated Electrons
+0805.0405 Superconductivity
+0805.0715 Statistical Mechanics
+0805.3320 General Topology
+0805.3604 Strongly Correlated Electrons
+0805.4149
+0805.4503 Strongly Correlated Electrons
+0806.1626 Strongly Correlated Electrons
+0806.3342 Mesoscale and Nanoscale Physics
+0807.0147 Logic
+0807.3788 Superconductivity
+0807.4585 Materials Science
+0808.1223
+0808.1239 Group Theory
+0808.1283 Subcellular Processes
+0808.1292
+0808.1299 Probability
+0808.1315
+0808.1317
+0808.1319 Algebraic Topology
+0808.1327 Geometric Topology
+0808.1336 Phenomenology
+0808.1343 Computers and Society
+0808.1344 General Physics
+0808.1346 Differential Geometry
+0808.1347 Statistical Mechanics
+0808.1352 Mesoscale and Nanoscale Physics
+0808.1354 Logic
+0808.1358 Differential Geometry
+0808.1359 Functional Analysis
+0808.1362 General Physics
+0808.1364 Computational Complexity
+0808.1365 Differential Geometry
+0808.1366 Experiment
+0808.1374 Strongly Correlated Electrons
+0808.1376 Algebraic Geometry
+0808.1378 Neural and Evolutionary Computing
+0808.1385
+0808.1386 Superconductivity
+0808.1392
+0808.1400 Information Theory
+0808.1403 Operator Algebras
+0808.1404 Functional Analysis
+0808.1410 Cryptography and Security
+0808.1411
+0808.1422 Symplectic Geometry
+0808.1426 Strongly Correlated Electrons
+0808.1427 Combinatorics
+0808.1429 Combinatorics
+0808.1434 Combinatorics
+0808.1435 Statistical Mechanics
+0808.1437
+0808.1438 Number Theory
+0808.1439
+0808.1443 Medical Physics
+0808.1452 Statistics Theory
+0808.1455 Networking and Internet Architecture
+0808.1460 Materials Science
+0808.1462 General Physics
+0808.1468 Mesoscale and Nanoscale Physics
+0808.1470 Discrete Mathematics
+0808.1472 Soft Condensed Matter
+0808.1475 Other Condensed Matter
+0808.1476 Number Theory
+0808.1480 Classical Analysis and ODEs
+0808.1481
+0808.1482 Geometric Topology
+0808.1483 Commutative Algebra
+0808.1486 Accelerator Physics
+0808.1496 Phenomenology
+0808.1498 Computational Physics
+0808.1503 Geophysics
+0808.1505 Distributed, Parallel, and Cluster Computing
+0808.1507 Number Theory
+0808.1508 Software Engineering
+0808.1509 Probability
+0808.1511
+0808.1515
+0808.1517 Algebraic Geometry
+0808.1529 Algebraic Geometry
+0808.1534 Exactly Solvable and Integrable Systems
+0808.1537
+0808.1543 Experiment
+0808.1546
+0808.1558
+0808.1559
+0808.1564
+astro-ph/0603746
+cond-mat/0609683 Other Condensed Matter
+math/0408421 Number Theory
+math/0506131 Complex Variables
+math/0601632 Probability
+math/0602514 Representation Theory
+math/0606141 Complex Variables
+math/0612206 Representation Theory
+quant-ph/0503100
+quant-ph/0607064
+quant-ph/0608099
+quant-ph/0608216
+quant-ph/0608217
+0704.2694 Probability
+0705.0436 Physics and Society
+0705.1988 Operator Algebras
+0705.4532 Algebraic Geometry
+0706.3749
+0707.3943
+0708.1663 Other Condensed Matter
+0708.3668 Representation Theory
+0708.4023 Physics and Society
+0709.2941 Functional Analysis
+0711.0662 Mesoscale and Nanoscale Physics
+0711.1610 Number Theory
+0711.3882
+0712.0117
+0712.2031
+0712.2324 Biological Physics
+0801.0388 Superconductivity
+0802.0116 Logic in Computer Science
+0802.2878 Atomic Physics
+0803.1881 Probability
+0803.2848 Probability
+0803.4387 Popular Physics
+0804.0210
+0804.0247 General Physics
+0804.0253 Chaotic Dynamics
+0804.0258 Combinatorics
+0804.0267 General Physics
+0804.0279
+0804.0282
+0804.0287 General Physics
+0804.0288 Operator Algebras
+0804.0290 Statistical Mechanics
+0804.0293 Strongly Correlated Electrons
+0804.0296
+0804.0302 Probability
+0804.0304 Space Physics
+0804.0306 Differential Geometry
+0804.0311 Optimization and Control
+0804.0315 Superconductivity
+0804.0317 Computation and Language
+0804.0322 Materials Science
+0804.0325 Strongly Correlated Electrons
+0804.0326 Category Theory
+0804.0334 Plasma Physics
+0804.0335 Plasma Physics
+0804.0341
+0804.0352 Neural and Evolutionary Computing
+0804.0353 Neural and Evolutionary Computing
+0804.0366 Software Engineering
+0804.0369 Data Analysis, Statistics and Probability
+0804.0374 Soft Condensed Matter
+0804.0377 Analysis of PDEs
+0804.0380 Data Analysis, Statistics and Probability
+0804.0385 Information Theory
+0804.0386 Materials Science
+0804.0387 Functional Analysis
+0804.0388 Algebraic Geometry
+0804.0390 Computation
+0804.0392 Soft Condensed Matter
+0804.0399 Statistical Mechanics
+0804.0407 Probability
+0804.0410
+0804.0414 Differential Geometry
+0804.0415 Instrumentation and Detectors
+0804.0418 Plasma Physics
+cs/0605068 Symbolic Computation
+cs/0610027 Logic in Computer Science
+cs/0703121 Symbolic Computation
+gr-qc/0502051
+hep-th/0602165 Theory
+math/0312415 Representation Theory
+math/0411575 Group Theory
+math/0503646 Representation Theory
+math/0608037 Differential Geometry
+math/0609851 Number Theory
+math/0611624 Number Theory
+math/0611696 Commutative Algebra
+physics/0602116 Atomic Physics
+quant-ph/0404133
+quant-ph/0702006
+0801.3673
+0801.3675 Genomics
+0801.3680 Computational Complexity
+0801.3684
+0801.3695 Optimization and Control
+0801.3704 Operator Algebras
+0801.3708 Algebraic Geometry
+0801.3709
+0801.3711 Other Computer Science
+0801.3713 Classical Physics
+0801.3714 Discrete Mathematics
+0801.3718 Symplectic Geometry
+0801.3726 Mesoscale and Nanoscale Physics
+0801.3727 Popular Physics
+0801.3728 Mesoscale and Nanoscale Physics
+0801.3734 Mesoscale and Nanoscale Physics
+0801.3738
+0801.3742 Phenomenology
+0801.3748 Analysis of PDEs
+0801.3749
+0801.3764 Neurons and Cognition
+0801.3766 Spectral Theory
+0801.3767
+0801.3770 Rings and Algebras
+0801.3777 Phenomenology
+0801.3780 Probability
+0801.3785 Physics and Society
+0801.3788 Combinatorics
+0801.3789 Statistical Mechanics
+0801.3792 Number Theory
+0801.3794 Materials Science
+0801.3797 Probability
+0801.3807
+0801.3809 Analysis of PDEs
+0801.3811 Algebraic Geometry
+0801.3813 Classical Analysis and ODEs
+0801.3814
+0801.3816 Optimization and Control
+0801.3817 Computation and Language
+0801.3835 Number Theory
+0801.3840 Number Theory
+0801.3841 Cryptography and Security
+0705.1109 Computational Physics
+0705.3568
+0707.0376 Functional Analysis
+0709.0085 Strongly Correlated Electrons
+0710.0268 Representation Theory
+0710.0713 Theory
+0710.5868
+0712.0837 Number Theory
+0712.3282 Phenomenology
+0802.2463 Mesoscale and Nanoscale Physics
+0802.3344 Materials Science
+0803.2495 Computer Science and Game Theory
+0803.4125 Disordered Systems and Neural Networks
+0805.1092 Numerical Analysis
+0805.2203 Theory
+0805.3240 Mesoscale and Nanoscale Physics
+0806.0073 Functional Analysis
+0806.0974 Physics and Society
+0806.1175 Algebraic Geometry
+0807.0028
+0807.2748 Representation Theory
+0807.4758
+0808.2441
+0808.3577 Analysis of PDEs
+0809.4896 Experiment
+0810.0476
+0810.0508 Combinatorics
+0810.1639 Data Structures and Algorithms
+0810.1705 Numerical Analysis
+0810.2191
+0810.2319
+0810.2498 Phenomenology
+0810.3598 Phenomenology
+0810.4749 Probability
+0810.5363 Operator Algebras
+0810.5582 Databases
+0811.0005
+0811.0017
+0811.0019 Materials Science
+0811.0023 Spectral Theory
+0811.0029 Representation Theory
+0811.0030
+0811.0036 Geometric Topology
+0811.0038
+0811.0042 Combinatorics
+0811.0043 Number Theory
+0811.0044 Geometric Topology
+0811.0048 Computer Science and Game Theory
+0811.0064 Numerical Analysis
+0811.0070 Logic
+0811.0071 Computer Science and Game Theory
+0811.0073 Materials Science
+0811.0075 Logic
+0811.0076 Number Theory
+0811.0077 Other Computer Science
+0811.0078 Other Computer Science
+0811.0079 Other Computer Science
+0811.0081 Geometric Topology
+0811.0083 Other Computer Science
+0811.0085
+0811.0089 Logic
+0811.0093 Dynamical Systems
+0811.0100 Functional Analysis
+0811.0101 Other Condensed Matter
+0811.0103 Algebraic Geometry
+0811.0104 Functional Analysis
+0811.0108 Statistical Mechanics
+0811.0109 Dynamical Systems
+0811.0111
+0811.0114 General Mathematics
+0811.0115 Molecular Networks
+0811.0119 Phenomenology
+0811.0121 Methodology
+0811.0124 Classical Physics
+0811.0127 Phenomenology
+0811.0130 Plasma Physics
+0811.0131 Artificial Intelligence
+0811.0139 Learning
+0811.0142
+0811.0148 Methodology
+0811.0152 Information Theory
+0811.0154 Atomic Physics
+0811.0157 Materials Science
+0811.0162 Materials Science
+0811.0165 Differential Geometry
+0811.0166 Programming Languages
+0811.0168 Numerical Analysis
+0811.0171
+0811.0175
+0811.0177 Superconductivity
+0811.0180 Materials Science
+0811.0183 Algebraic Geometry
+0811.0191 Algebraic Topology
+0811.0192 Dynamical Systems
+0811.0194 Algebraic Geometry
+0811.0199 Differential Geometry
+0811.0204 Mesoscale and Nanoscale Physics
+0811.0215 Representation Theory
+0811.0221 Materials Science
+0811.0228 Analysis of PDEs
+0811.0232
+0811.0235 Algebraic Topology
+0811.0236 Algebraic Topology
+0811.0238 Materials Science
+0811.0240 Probability
+0811.0242
+0811.0247
+0811.0248 Strongly Correlated Electrons
+0811.0249
+0811.0254 Computational Geometry
+0811.0256 Algebraic Geometry
+0811.0259 Differential Geometry
+0811.0261
+0811.0265 Statistical Mechanics
+0811.0268 Theory
+0811.0270 Geometric Topology
+0811.0273 Networking and Internet Architecture
+0811.0276 Probability
+0811.0285 Information Theory
+0811.0289 Classical Analysis and ODEs
+0811.0302 Algebraic Geometry
+0811.0303
+0811.0310 Artificial Intelligence
+0811.0312
+0811.0316
+0811.0318 Category Theory
+0811.0324 Other Condensed Matter
+0811.0325 Information Theory
+0811.0333 Classical Physics
+0811.0336 Representation Theory
+0811.0340 Artificial Intelligence
+0811.0347 Populations and Evolution
+0811.0357 Atmospheric and Oceanic Physics
+0811.0360 Classical Analysis and ODEs
+0811.0361 Strongly Correlated Electrons
+0811.0362 Theory
+0811.0364 Geometric Topology
+0811.0367 Theory
+0811.0372 Number Theory
+0811.0374 Soft Condensed Matter
+0811.0379
+0811.0380 Materials Science
+cond-mat/0703245 Materials Science
+cs/0703020 Data Structures and Algorithms
+math/0604182 Probability
+math/0702017 Analysis of PDEs
+math/0702622 Probability
+quant-ph/0504099
+0704.1769 Statistical Mechanics
+0706.0834 Other Condensed Matter
+0706.3293 Strongly Correlated Electrons
+0706.4401 Statistical Mechanics
+0706.4462 Disordered Systems and Neural Networks
+0707.2058 Mesoscale and Nanoscale Physics
+0707.3161
+0708.2991 Atomic Physics
+0709.0990 Differential Geometry
+0711.0290 Strongly Correlated Electrons
+0711.3702 Materials Science
+0711.3931 Statistics Theory
+0711.4748 Phenomenology
+0711.4954
+0712.2861
+0801.0780 General Physics
+0801.4278 Quantitative Methods
+0801.4885 Soft Condensed Matter
+0802.0160 Materials Science
+0802.1793 Statistical Mechanics
+0802.2226 Statistical Mechanics
+0802.2347
+0802.3222 Strongly Correlated Electrons
+0803.2190 Chemical Physics
+0803.3581 Other Condensed Matter
+0804.4387 Materials Science
+0805.0357 Complex Variables
+0805.1394 Materials Science
+0805.3505 Phenomenology
+0805.4163
+0805.4325 Statistical Mechanics
+0805.4618 Probability
+0805.4620 Information Theory
+0805.4624
+0805.4628 Soft Condensed Matter
+0805.4631 Algebraic Geometry
+0805.4632 Dynamical Systems
+0805.4633 Materials Science
+0805.4663
+0805.4665 Cryptography and Security
+0805.4673 Mesoscale and Nanoscale Physics
+0805.4685
+0805.4686 Theory
+0805.4687 Probability
+0805.4689 Algebraic Geometry
+0805.4694 K-Theory and Homology
+0805.4704 Probability
+0805.4705
+0805.4707 Functional Analysis
+0805.4710 Functional Analysis
+0805.4718 Computational Complexity
+0805.4721 Functional Analysis
+0805.4730 Superconductivity
+0805.4738 Theory
+0805.4739 General Topology
+0805.4748 Information Theory
+0805.4761 Functional Analysis
+0805.4762 General Physics
+0805.4763 Statistical Mechanics
+0805.4765
+0805.4776
+0805.4782 Algebraic Geometry
+0805.4785 Algebraic Geometry
+0805.4793 Combinatorics
+0805.4798 Optics
+0805.4800 Optimization and Control
+0805.4803 Phenomenology
+0805.4807 Differential Geometry
+0805.4809 Phenomenology
+0805.4811 Experiment
+0805.4817 Operator Algebras
+0805.4830 Experiment
+0805.4835 Group Theory
+cond-mat/0604304 Disordered Systems and Neural Networks
+cond-mat/0702011 Strongly Correlated Electrons
+hep-th/0401052 Theory
+math/0506021 Differential Geometry
+math/0604004 Algebraic Geometry
+math/0605479 Combinatorics
+math/0609345 Number Theory
+math/0703484 Probability
+math/0703647 Logic
+q-bio/0510024 Quantitative Methods
+quant-ph/0702241
+0707.1643 Algebraic Geometry
+0708.2553 Strongly Correlated Electrons
+0709.0118 Other Condensed Matter
+0709.2104 Differential Geometry
+0710.2950 Combinatorics
+0803.1700
+math/0203161 Differential Geometry
+math/0409451 Probability
+math/0507608 Group Theory
+q-bio/0609051 Populations and Evolution
+0706.3192 Functional Analysis
+0801.4820 General Physics
+0803.0735 Materials Science
+0804.3820 General Physics
+0804.4821
+astro-ph/0608272
+cond-mat/0703405 Disordered Systems and Neural Networks
+math/0511329 Spectral Theory
+math/0701228 Complex Variables
+math/0701262 Classical Analysis and ODEs
+0801.2553 Geometric Topology
+0801.2712
+0805.2450
+0806.4356 Differential Geometry
+0807.0668
+0807.3900 Mesoscale and Nanoscale Physics
+0808.0492 Materials Science
+0808.2310 Theory
+0809.4823 Classical Physics
+0811.1657
+0811.2026 Machine Learning
+0706.1219
+0707.1739 Information Theory
+0707.4374
+0709.0948
+0709.1799 Symplectic Geometry
+0710.5097 Algebraic Topology
+0711.4080 Functional Analysis
+0801.1676 Symbolic Computation
+0802.0197
+0802.0788
+0802.1681 Numerical Analysis
+0802.1785 Information Theory
+0802.2947 Mesoscale and Nanoscale Physics
+0802.3874 Functional Analysis
+0802.3980
+0803.1921 Statistical Mechanics
+0803.2157
+0805.1363 Strongly Correlated Electrons
+0805.3466
+0806.1963 Probability
+0806.3545 Classical Analysis and ODEs
+0806.4859 Logic in Computer Science
+0807.4567 Experiment
+0808.0362 Combinatorics
+0808.2515 Information Theory
+0808.2543 Symbolic Computation
+0808.2596 Symbolic Computation
+0808.2763 Superconductivity
+0808.2852 Geometric Topology
+0808.4041 Lattice
+0809.0004 Number Theory
+0809.0017 Algebraic Geometry
+0809.0019 Algebraic Geometry
+0809.0024 Computer Science and Game Theory
+0809.0027 Biomolecules
+0809.0029 Populations and Evolution
+0809.0046
+0809.0050
+0809.0055 Space Physics
+0809.0056 Materials Science
+0809.0062 Numerical Analysis
+0809.0070 Information Theory
+0809.0074 Representation Theory
+0809.0076 Number Theory
+0809.0082 Theory
+0809.0084 Materials Science
+0809.0089
+0809.0091 Information Theory
+0809.0095 Commutative Algebra
+0809.0098 Operator Algebras
+0809.0099 Information Theory
+0809.0104 Number Theory
+0809.0110 Populations and Evolution
+0809.0111 General Physics
+0809.0120 Superconductivity
+0809.0121
+0809.0122 Phenomenology
+0809.0123 Superconductivity
+0809.0124 Computation and Language
+0809.0128 Superconductivity
+0809.0132 Materials Science
+0809.0142 Chaotic Dynamics
+0809.0143 Representation Theory
+0809.0148 Chaotic Dynamics
+0809.0152 Optics
+0809.0155 Algebraic Geometry
+0809.0156 Commutative Algebra
+0809.0158 Networking and Internet Architecture
+0809.0159 Computational Geometry
+0809.0176 Number Theory
+0809.0178 Classical Analysis and ODEs
+0809.0186 Analysis of PDEs
+0809.0188 Computational Complexity
+0809.0193 Quantum Algebra
+0809.0197 Classical Physics
+0809.0199 Information Theory
+0809.0204 General Physics
+0809.0207 Materials Science
+0809.0208
+0809.0210 Theory
+0809.0215 Probability
+0809.0216 Cryptography and Security
+0809.0219 Phenomenology
+0809.0225 Algebraic Geometry
+0809.0229 Optics
+0809.0231 Rings and Algebras
+0809.0232
+0809.0243
+0809.0245 Representation Theory
+0809.0248 Probability
+0809.0249
+0809.0262 Probability
+0809.0264 Quantum Algebra
+0809.0270 Functional Analysis
+0809.0271 Artificial Intelligence
+0809.0277 Dynamical Systems
+0809.0279 Probability
+0809.0285 Populations and Evolution
+0809.0286 Materials Science
+0809.0294 Chaotic Dynamics
+0809.0296 Experiment
+0809.0298 Algebraic Geometry
+0809.0300 Metric Geometry
+0809.0303 Phenomenology
+0809.0306 Operator Algebras
+math/0611014 Algebraic Geometry
+math/0612586 Differential Geometry
+math/0702784 Probability
+0704.2524 Differential Geometry
+0704.2900 Logic in Computer Science
+0706.0448 Representation Theory
+0707.2051
+0708.0087
+0708.1928 Biomolecules
+0708.2987 Number Theory
+0709.0026 Group Theory
+0709.3287 Symplectic Geometry
+0710.1499 Distributed, Parallel, and Cluster Computing
+0710.2918 Quantum Algebra
+0710.5824 Strongly Correlated Electrons
+0711.0318 Strongly Correlated Electrons
+0711.1552 Dynamical Systems
+0712.0733 Dynamical Systems
+0801.0359
+0801.3500 Strongly Correlated Electrons
+0801.3984 Other Condensed Matter
+0801.4848
+0802.2250 Differential Geometry
+0802.4343 Strongly Correlated Electrons
+0803.2306 Logic in Computer Science
+0804.1517
+0804.2334 Mesoscale and Nanoscale Physics
+0804.3690 Combinatorics
+0804.4887 Mesoscale and Nanoscale Physics
+0805.3629
+0806.1301 Superconductivity
+0807.2177 Strongly Correlated Electrons
+0807.3136 Spectral Theory
+0807.4641 Mesoscale and Nanoscale Physics
+0807.4648 Soft Condensed Matter
+0808.0206
+0808.1355 Optics
+0808.1430 Group Theory
+0808.1610
+0808.1632 Mesoscale and Nanoscale Physics
+0808.3173 Statistical Mechanics
+0809.0357 Phenomenology
+0809.1099 Phenomenology
+0809.1107 Materials Science
+0809.1111 Probability
+0809.1113 Materials Science
+0809.1121 Differential Geometry
+0809.1129 Algebraic Geometry
+0809.1132 Operating Systems
+0809.1136 Algebraic Geometry
+0809.1138 Populations and Evolution
+0809.1141 Probability
+0809.1142 Probability
+0809.1143 Probability
+0809.1144 Rings and Algebras
+0809.1147 Analysis of PDEs
+0809.1158 Differential Geometry
+0809.1160 Theory
+0809.1163 Commutative Algebra
+0809.1164 Analysis of PDEs
+0809.1169
+0809.1171 Data Structures and Algorithms
+0809.1177 Distributed, Parallel, and Cluster Computing
+0809.1180 Biomolecules
+0809.1186 Differential Geometry
+0809.1187 Logic
+0809.1192 Disordered Systems and Neural Networks
+0809.1194 Algebraic Geometry
+0809.1201 Algebraic Geometry
+0809.1206
+0809.1207 Analysis of PDEs
+0809.1221 General Physics
+0809.1225
+0809.1226 Information Theory
+0809.1227 Probability
+0809.1233 Algebraic Geometry
+0809.1235 Dynamical Systems
+0809.1242 Algebraic Geometry
+0809.1243 Algebraic Geometry
+0809.1246 Statistical Mechanics
+0809.1247 Geometric Topology
+0809.1251 Algebraic Geometry
+0809.1252 Information Theory
+0809.1261 Geometric Topology
+0809.1264 Information Theory
+0809.1265 Adaptation and Self-Organizing Systems
+0809.1266 Combinatorics
+0809.1269
+0809.1278
+0809.1281 Statistics Theory
+0809.1283
+0809.1288 Probability
+0809.1297 General Physics
+0809.1298 Differential Geometry
+0809.1299 Strongly Correlated Electrons
+0809.1300 Information Theory
+0809.1304 History and Philosophy of Physics
+0809.1309 Classical Physics
+0809.1312 Functional Analysis
+0809.1318 Cryptography and Security
+0809.1329 Phenomenology
+0809.1330 Information Theory
+0809.1332 Probability
+0809.1337 Number Theory
+0809.1348 Information Theory
+0809.1350 Analysis of PDEs
+0809.1351 General Physics
+0809.1356 Algebraic Geometry
+0809.1363 Representation Theory
+0809.1365 Classical Analysis and ODEs
+0809.1366 Cryptography and Security
+0809.1372 History and Overview
+0809.1374 Theory
+0809.1386 Algebraic Geometry
+0809.1387 Representation Theory
+0809.1396
+0809.1399
+0809.1411 Combinatorics
+0809.1421 Dynamical Systems
+cs/0701086 Information Theory
+cs/0703096 Other Computer Science
+math/0205261 Classical Analysis and ODEs
+math/0309007 Quantum Algebra
+math/0405061 Differential Geometry
+math/0504367 Combinatorics
+math/0509478 Combinatorics
+math/0509608 Combinatorics
+math/0509628 Algebraic Geometry
+math/0601293 Combinatorics
+math/0606446 Combinatorics
+math/0606450 Combinatorics
+math/0606774 Differential Geometry
+math/0609707 Combinatorics
+math/0611562 Optimization and Control
+math/0611865 Combinatorics
+math/0703142 Combinatorics
+quant-ph/0506230
+0704.0665 Analysis of PDEs
+0704.2213 Quantum Algebra
+0707.1265 Strongly Correlated Electrons
+0708.1903 Discrete Mathematics
+0709.1227 Data Structures and Algorithms
+0709.1249 Physics and Society
+0709.1975 Analysis of PDEs
+0710.0108 Physics and Society
+0801.2224 Statistics Theory
+0801.2411 Physics and Society
+0802.1007 Materials Science
+0802.1018 Materials Science
+0802.3358 Statistical Mechanics
+0802.4318 Physics and Society
+0803.3450 Phenomenology
+0803.4051 Strongly Correlated Electrons
+0803.4069
+0804.2505
+0805.2581 Algebraic Geometry
+0806.3005 Materials Science
+0806.3445 Soft Condensed Matter
+0806.4908 Materials Science
+0807.1505
+0808.1039
+0808.1041
+0808.1042
+0808.2940 Phenomenology
+0809.0611 Probability
+0809.1807 Theory
+0809.2179 Phenomenology
+0809.2807 Theory
+0809.3284
+0809.3539 Combinatorics
+0809.4214 Combinatorics
+0809.4738 Combinatorics
+0809.4901 Experiment
+0809.5186 Quantum Algebra
+0810.0395 Experiment
+0810.0448 Experiment
+0810.0505
+0810.0661 Experiment
+0810.0721
+0810.0758 Methodology
+0810.1283
+0810.1290
+0810.1296 Phenomenology
+0810.1298
+0810.1313 Algebraic Geometry
+0810.1316 Discrete Mathematics
+0810.1319 Information Theory
+0810.1320 Soft Condensed Matter
+0810.1325
+0810.1329 Statistics Theory
+0810.1331 Experiment
+0810.1332
+0810.1342 Number Theory
+0810.1344 Combinatorics
+0810.1348 Combinatorics
+0810.1354 Number Theory
+0810.1363 Differential Geometry
+0810.1365 Geometric Topology
+0810.1366 Differential Geometry
+0810.1367
+0810.1368 Networking and Internet Architecture
+0810.1369
+0810.1380 Differential Geometry
+0810.1382 Algebraic Geometry
+0810.1386 Optimization and Control
+0810.1388 Atomic and Molecular Clusters
+0810.1391 General Topology
+0810.1395 Experiment
+0810.1396 Experiment
+0810.1398 Experiment
+0810.1416
+0810.1420 Experiment
+0810.1424 Information Theory
+0810.1426 Physics and Society
+0810.1430 Networking and Internet Architecture
+0810.1433 Functional Analysis
+0810.1434
+0810.1435 Analysis of PDEs
+0810.1437 Combinatorics
+0810.1440 Phenomenology
+0810.1449 Phenomenology
+0810.1452
+0810.1460 Differential Geometry
+0810.1463 Mesoscale and Nanoscale Physics
+0810.1464 Differential Geometry
+0810.1468 Phenomenology
+0810.1473 Algebraic Geometry
+0810.1474 Dynamical Systems
+0810.1475 Numerical Analysis
+0810.1479 Numerical Analysis
+0810.1485 Combinatorics
+0810.1486 Statistical Mechanics
+0810.1488 Combinatorics
+0810.1501 Theory
+0810.1503 Theory
+0810.1506 Networking and Internet Architecture
+0810.1508
+0810.1513 Networking and Internet Architecture
+chao-dyn/9511009 Chaotic Dynamics
+chao-dyn/9610018 Chaotic Dynamics
+cs/0701194 Computation and Language
+math/0606079 Analysis of PDEs
+math/0607020 Analysis of PDEs
+math/0607456 Analysis of PDEs
+math/0610302 Geometric Topology
+math/0611165 Analysis of PDEs
+math/0701054 Analysis of PDEs
+math/0701866 Combinatorics
+math/0702088 Analysis of PDEs
+0704.0746 Mesoscale and Nanoscale Physics
+0704.3730 Statistical Mechanics
+0705.3433 History and Overview
+0705.4057 Dynamical Systems
+0705.4486 Mesoscale and Nanoscale Physics
+0706.1910 General Physics
+0707.3803
+0708.0566 Mesoscale and Nanoscale Physics
+0708.2458 General Physics
+0709.3951
+0710.5349 Statistics Theory
+0711.1422 Statistical Mechanics
+0712.0658 Phenomenology
+0712.2250 Strongly Correlated Electrons
+0712.4364 Physics and Society
+0801.1914 Statistical Mechanics
+0801.3357 Fluid Dynamics
+0802.1242
+0802.4293 Combinatorics
+0803.0816 Mesoscale and Nanoscale Physics
+0803.0819 Strongly Correlated Electrons
+0803.0845 Cryptography and Security
+0803.2036 Classical Physics
+0803.2037 Disordered Systems and Neural Networks
+0803.2045 Theory
+0803.2047 Differential Geometry
+0803.2048 Differential Geometry
+0803.2056 Analysis of PDEs
+0803.2060 K-Theory and Homology
+0803.2061 Classical Physics
+0803.2065 Optimization and Control
+0803.2066
+0803.2077
+0803.2079 Differential Geometry
+0803.2083 Algebraic Geometry
+0803.2084 Materials Science
+0803.2086 Instrumentation and Detectors
+0803.2088 Classical Analysis and ODEs
+0803.2094
+0803.2103 Complex Variables
+0803.2105 Algebraic Geometry
+0803.2110 Dynamical Systems
+0803.2112 Combinatorics
+0803.2113 Optics
+0803.2125 Mesoscale and Nanoscale Physics
+0803.2126 Combinatorics
+0803.2127 Materials Science
+0803.2128 Lattice
+0803.2134
+0803.2141 Rings and Algebras
+0803.2142 Optics
+0803.2154
+0803.2159
+0803.2167 Phenomenology
+0803.2168
+0803.2174 Data Structures and Algorithms
+0803.2179 Physics and Society
+0803.2184 Algebraic Geometry
+0803.2200 Spectral Theory
+0803.2206 Other Condensed Matter
+0803.2209 Dynamical Systems
+0803.2213 Group Theory
+0803.2214 Differential Geometry
+0803.2215 Rings and Algebras
+0803.2219 Distributed, Parallel, and Cluster Computing
+0803.2227 Probability
+0803.2231 Phenomenology
+cs/0703129 Information Theory
+hep-th/0106139 Theory
+math/0601580 Number Theory
+math/0602288 Differential Geometry
+math/0603656 Analysis of PDEs
+math/0703228 Group Theory
+physics/0606154 General Physics
+quant-ph/0702189
+0705.1475 Physics and Society
+0707.4084 Physics and Society
+0710.5939 Algebraic Geometry
+0711.0184 Quantum Algebra
+0711.1481 Soft Condensed Matter
+0712.3945
+0801.3798 Atomic Physics
+0803.1740 Number Theory
+0803.3271 Statistical Mechanics
+0803.4079 Combinatorics
+0803.4224 Numerical Analysis
+0804.0348 Dynamical Systems
+cs/0508094 Information Theory
+math/0604595 Functional Analysis
+math/0702157 Combinatorics
+nlin/0603016 Chaotic Dynamics
+quant-ph/0506266
+0704.0011 Number Theory
+0710.2297 Mesoscale and Nanoscale Physics
+0711.4487 Statistical Mechanics
+0712.2259
+0712.3391 Superconductivity
+0801.3261 Probability
+0802.0078
+0802.2620 Biomolecules
+0803.1255 Optics
+0803.2176 Rings and Algebras
+0804.0144 Number Theory
+0804.0604
+0804.1507 Cellular Automata and Lattice Gases
+0804.1770 Probability
+0804.2610 Statistical Mechanics
+0804.2825 Fluid Dynamics
+0804.4456 Soft Condensed Matter
+0804.4602 Statistical Mechanics
+0805.0125 Soft Condensed Matter
+0805.0659 Other Condensed Matter
+0805.2512 Statistical Mechanics
+0805.2759 Soft Condensed Matter
+0806.0122 Symplectic Geometry
+0806.0712 Superconductivity
+0806.2641 Mesoscale and Nanoscale Physics
+0807.1728
+0807.3263 Statistical Mechanics
+0807.3419 Differential Geometry
+0807.3657
+0807.3953 Theory
+0808.1762
+0808.2206 Physics and Society
+0808.2458 Theory
+0808.2466
+0808.2479 Functional Analysis
+0808.2482 Complex Variables
+0808.2483
+0808.2484 Statistical Mechanics
+0808.2486 Information Theory
+0808.2487 Operator Algebras
+0808.2488 Materials Science
+0808.2502 Group Theory
+0808.2504
+0808.2506
+0808.2514 General Physics
+0808.2517 Physics and Society
+0808.2522 Algebraic Geometry
+0808.2524 Differential Geometry
+0808.2525 Differential Geometry
+0808.2527 Differential Geometry
+0808.2534
+0808.2535 Mesoscale and Nanoscale Physics
+0808.2537 Algebraic Geometry
+0808.2541 Instrumentation and Detectors
+0808.2545 Differential Geometry
+0808.2549
+0808.2553 Rings and Algebras
+0808.2558
+0808.2563 Mesoscale and Nanoscale Physics
+0808.2571 Phenomenology
+0808.2578 Optimization and Control
+0808.2579 Experiment
+0808.2593 Probability
+0808.2600 Mesoscale and Nanoscale Physics
+0808.2609 General Physics
+0808.2615 Theory
+0808.2617 Exactly Solvable and Integrable Systems
+0808.2621 Materials Science
+0808.2635 History and Overview
+0808.2637 Functional Analysis
+cond-mat/0603650 Statistical Mechanics
+cond-mat/0604481 Statistical Mechanics
+math/0608558 Spectral Theory
+math/0611237 Spectral Theory
+0704.2001
+0705.0880 Algebraic Geometry
+0705.0902 Biological Physics
+0707.0021
+0707.4307
+0708.2215 Phenomenology
+0709.3244 Mesoscale and Nanoscale Physics
+0711.0541 Biomolecules
+0711.0642 Metric Geometry
+0711.2357
+0712.1163 Data Structures and Algorithms
+0801.0446 Algebraic Geometry
+0801.1202 Mesoscale and Nanoscale Physics
+0801.2779
+0801.3386 Phenomenology
+0801.3890 Strongly Correlated Electrons
+0801.4064 Representation Theory
+0802.0246 Representation Theory
+0802.0572 Combinatorics
+0803.0108
+0803.2905 Computational Physics
+0804.2314 Strongly Correlated Electrons
+0804.2929 Geophysics
+0804.3432 Theory
+0805.0002
+0805.0003 Phenomenology
+0805.0006 Algebraic Geometry
+0805.0010 Exactly Solvable and Integrable Systems
+0805.0013 Materials Science
+0805.0020
+0805.0022 Computational Geometry
+0805.0025 Numerical Analysis
+0805.0046 Differential Geometry
+0805.0050 Information Theory
+0805.0051 Information Theory
+0805.0052 Number Theory
+0805.0065 Information Theory
+0805.0071 Functional Analysis
+0805.0072
+0805.0075 Analysis of PDEs
+0805.0083 Combinatorics
+0805.0084 Populations and Evolution
+0805.0090 Optics
+0805.0091 Optics
+0805.0093
+0805.0096 Optics
+0805.0099
+0805.0103
+0805.0108 Information Theory
+0805.0109 Combinatorics
+0805.0111 Algebraic Geometry
+0805.0112 Statistical Mechanics
+0805.0113 Theory
+0805.0116 General Physics
+0805.0118 Chaotic Dynamics
+0805.0119 Algebraic Geometry
+0805.0120 Information Retrieval
+0805.0121 Soft Condensed Matter
+0805.0127 Differential Geometry
+0805.0128 Differential Geometry
+0805.0131 Information Theory
+cond-mat/0607577 Strongly Correlated Electrons
+cond-mat/0607818 Disordered Systems and Neural Networks
+cond-mat/0703087 Other Condensed Matter
+cond-mat/0703751 Materials Science
+math/0605232 Algebraic Geometry
+math/0606679 Geometric Topology
+math/0609224 Probability
+math/0701361 Group Theory
+math/0703507 Rings and Algebras
+quant-ph/0703133
+0704.0236 Differential Geometry
+0704.0329 Probability
+0704.3020 Probability
+0704.3674 Dynamical Systems
+0706.0431 Discrete Mathematics
+0706.3102
+0707.0074
+0707.1745 Classical Analysis and ODEs
+0709.0913 Strongly Correlated Electrons
+0711.1648 Disordered Systems and Neural Networks
+0711.3384 Disordered Systems and Neural Networks
+0801.1241
+0801.2364 Other Condensed Matter
+0801.3936 Rings and Algebras
+0802.2019
+0803.3440 Soft Condensed Matter
+0804.3262 Materials Science
+0804.3311 Mesoscale and Nanoscale Physics
+0804.4684 Mesoscale and Nanoscale Physics
+0805.2859
+0806.0345
+0806.1041 Computational Complexity
+0806.2703 Functional Analysis
+0806.3448
+0806.3486 Strongly Correlated Electrons
+0806.4531 Mesoscale and Nanoscale Physics
+0807.2247 Mesoscale and Nanoscale Physics
+0807.3780 Mesoscale and Nanoscale Physics
+0808.0526
+0808.1342 Other Condensed Matter
+0808.1351 Representation Theory
+0808.1910 Probability
+0808.2467
+0809.0951 Number Theory
+0809.1282 Phenomenology
+0809.2032 Exactly Solvable and Integrable Systems
+0809.2107
+0809.2271
+0809.2279 Differential Geometry
+0809.2281 Dynamical Systems
+0809.2291 Metric Geometry
+0809.2307
+0809.2308 Group Theory
+0809.2311
+0809.2312 Algebraic Geometry
+0809.2313 Functional Analysis
+0809.2315 Information Theory
+0809.2318 Analysis of PDEs
+0809.2322 Networking and Internet Architecture
+0809.2324 Lattice
+0809.2326 Classical Analysis and ODEs
+0809.2332
+0809.2333 Operator Algebras
+0809.2341 Atomic Physics
+0809.2345 Functional Analysis
+0809.2346 Classical Physics
+0809.2350 Information Theory
+0809.2355
+0809.2360 Differential Geometry
+0809.2363 Optimization and Control
+0809.2365 Optimization and Control
+0809.2375 Materials Science
+0809.2376
+0809.2380 Algebraic Topology
+0809.2381 Statistical Mechanics
+0809.2390
+0809.2394 Logic in Computer Science
+0809.2401 Differential Geometry
+0809.2407 Numerical Analysis
+0809.2413
+0809.2414 Combinatorics
+0809.2415 Biological Physics
+0809.2429 Optics
+0809.2434
+0809.2435 Space Physics
+0809.2437
+0809.2442
+0809.2443 Discrete Mathematics
+0809.2457 General Physics
+0809.2458 Pattern Formation and Solitons
+0809.2489 Data Structures and Algorithms
+0809.2493 Combinatorics
+0809.2500
+0809.2511 Functional Analysis
+0809.2521 Algebraic Geometry
+0809.2525 Discrete Mathematics
+0809.2527
+0809.2528 Algebraic Geometry
+0809.2532 Performance
+0809.2535 Statistical Mechanics
+0809.2536 Representation Theory
+0809.2537 Statistical Mechanics
+0809.2541 Performance
+0809.2546 Computational Complexity
+0809.2549 Theory
+0809.2550
+0809.2551 Combinatorics
+0809.2553 Information Retrieval
+0809.2554 Data Structures and Algorithms
+0809.2563 Differential Geometry
+0809.2565 Optics
+0809.2570 Analysis of PDEs
+0809.2573 Phenomenology
+0809.2576
+0809.2584 Analysis of PDEs
+0809.2585 Biomolecules
+0809.2588
+0809.2589 Theory
+cond-mat/0010044 Strongly Correlated Electrons
+cond-mat/0203414 Disordered Systems and Neural Networks
+cond-mat/0207618 Mesoscale and Nanoscale Physics
+cond-mat/0210679 Strongly Correlated Electrons
+cond-mat/0307455 Disordered Systems and Neural Networks
+cond-mat/0312527 Disordered Systems and Neural Networks
+cond-mat/0402471 Disordered Systems and Neural Networks
+cond-mat/0403618 Disordered Systems and Neural Networks
+cond-mat/0501586 Disordered Systems and Neural Networks
+cond-mat/0512399 Disordered Systems and Neural Networks
+cond-mat/0512450 Disordered Systems and Neural Networks
+cond-mat/0604053 Statistical Mechanics
+cond-mat/0607052 Strongly Correlated Electrons
+math/0010199 Differential Geometry
+math/0610069 Representation Theory
+math/9903177 Differential Geometry
+math/9905089 Differential Geometry
+quant-ph/0406211
+quant-ph/0502185
+0706.0694 Combinatorics
+0707.2401 Atomic Physics
+0708.3201 Differential Geometry
+0709.0483
+0712.1620 Representation Theory
+0801.2587 Biomolecules
+0802.0982 Mesoscale and Nanoscale Physics
+0802.2619 Statistical Mechanics
+0803.1190 Mesoscale and Nanoscale Physics
+0804.0324 Theory
+0804.0899 Theory
+0804.1489 Geometric Topology
+0804.2464 Superconductivity
+0806.0378
+0806.0760 Soft Condensed Matter
+0806.2544
+0806.3891 Rings and Algebras
+0806.4935
+0807.1436 General Mathematics
+0807.2620 Number Theory
+0807.3853
+0807.4683 Operator Algebras
+0808.0422
+0808.0495 Strongly Correlated Electrons
+0808.2430 Disordered Systems and Neural Networks
+0808.2963
+0808.3580
+0809.1482 Classical Analysis and ODEs
+0809.3278 Functional Analysis
+0809.5028
+0810.1013 Analysis of PDEs
+0810.2283
+0810.2418 Mesoscale and Nanoscale Physics
+0810.2968
+0810.3761 Group Theory
+0810.4019 Experiment
+0810.4124
+0810.4534 Experiment
+0810.4672 Applications
+0810.4710
+0810.4975 Experiment
+0810.5340 Analysis of PDEs
+0810.5351 Cryptography and Security
+0810.5353
+0810.5362 Combinatorics
+0810.5364 Operator Algebras
+0810.5366 Representation Theory
+0810.5371 Combinatorics
+0810.5374
+0810.5380 Analysis of PDEs
+0810.5381 Neurons and Cognition
+0810.5386 Quantum Algebra
+0810.5392 Differential Geometry
+0810.5395 Quantum Algebra
+0810.5405 Mesoscale and Nanoscale Physics
+0810.5407 Information Retrieval
+0810.5408 Mesoscale and Nanoscale Physics
+0810.5413 Phenomenology
+0810.5417 Differential Geometry
+0810.5421 Numerical Analysis
+0810.5422
+0810.5423 Numerical Analysis
+0810.5424 Superconductivity
+0810.5425
+0810.5429 Complex Variables
+0810.5432 Plasma Physics
+0810.5433 Plasma Physics
+0810.5434 Quantitative Methods
+0810.5435 Probability
+0810.5438 Statistical Mechanics
+0810.5439 Distributed, Parallel, and Cluster Computing
+0810.5440 Group Theory
+0810.5449 Superconductivity
+0810.5456
+0810.5465 Analysis of PDEs
+0810.5474 Computation
+0810.5476 Materials Science
+0810.5477 Data Structures and Algorithms
+0810.5480 General Physics
+0810.5482 Discrete Mathematics
+0810.5484 Learning
+0810.5486 Algebraic Geometry
+0810.5490 Exactly Solvable and Integrable Systems
+0810.5493 Quantum Algebra
+0810.5494 Group Theory
+0810.5499
+0810.5502 Statistical Mechanics
+0810.5513 Representation Theory
+0810.5514 Physics and Society
+0810.5515 Physics and Society
+0810.5516 Logic in Computer Science
+0810.5518
+0810.5520 Combinatorics
+0810.5522 Geometric Topology
+0810.5531 Materials Science
+0810.5537 Analysis of PDEs
+0810.5540 Functional Analysis
+0810.5548 Optics
+cond-mat/0602036 Strongly Correlated Electrons
+math/0601411 Differential Geometry
+math/0603127 Algebraic Geometry
+math/0604239 Geometric Topology
+math/0610077 Functional Analysis
+math/0610709 Differential Geometry
+math/0701890 Combinatorics
+0709.0103 Analysis of PDEs
+0710.5340 Information Theory
+0711.0123 Analysis of PDEs
+0711.3687 Applications
+0712.0271 Information Theory
+0712.0900 Fluid Dynamics
+0712.1658 Programming Languages
+0712.1979
+0712.2226 Disordered Systems and Neural Networks
+0712.2831
+0712.4074 Adaptation and Self-Organizing Systems
+0802.4270
+0803.0764
+0803.1353 Chaotic Dynamics
+0803.3044 Phenomenology
+0804.4284 Information Theory
+0805.1200
+0805.1680 Soft Condensed Matter
+0805.1728
+0805.3778 Strongly Correlated Electrons
+0805.4743 Strongly Correlated Electrons
+0806.0045 Plasma Physics
+0806.4323 Materials Science
+0807.4004 Strongly Correlated Electrons
+0808.0496 Strongly Correlated Electrons
+0808.1731 Functional Analysis
+0808.2134 Superconductivity
+0808.2639
+0809.1380 Quantum Algebra
+0809.1705
+0809.2531 Statistical Mechanics
+0810.1069
+0810.1439 Combinatorics
+0810.1684
+0810.3062
+0810.3743
+0810.4588 Complex Variables
+0810.4884 Human-Computer Interaction
+0811.0272 Soft Condensed Matter
+0811.0970
+0811.1227 Metric Geometry
+0811.1235
+0811.1239 Machine Learning
+0811.1245 Differential Geometry
+0811.1250 Learning
+0811.1254 Combinatorics
+0811.1255 Complex Variables
+0811.1256 Superconductivity
+0811.1260 Computation and Language
+0811.1265 Operator Algebras
+0811.1274 Group Theory
+0811.1277
+0811.1278 Materials Science
+0811.1281 Molecular Networks
+0811.1289 Molecular Networks
+0811.1291
+0811.1292
+0811.1293 Strongly Correlated Electrons
+0811.1298 Group Theory
+0811.1299 Optics
+0811.1300 Number Theory
+0811.1301 Distributed, Parallel, and Cluster Computing
+0811.1302 Analysis of PDEs
+0811.1304 Distributed, Parallel, and Cluster Computing
+0811.1305 Computational Complexity
+0811.1306 Representation Theory
+0811.1317 Information Theory
+0811.1323 Analysis of PDEs
+0811.1325 Geometric Topology
+0811.1326 Soft Condensed Matter
+0811.1327
+0811.1328 Representation Theory
+0811.1343
+0811.1349 Classical Analysis and ODEs
+0811.1350 Functional Analysis
+0811.1361 Atomic Physics
+0811.1362 Complex Variables
+0811.1363 Fluid Dynamics
+0811.1365 Computational Geometry
+0811.1366 Phenomenology
+0811.1367 Analysis of PDEs
+0811.1368 Analysis of PDEs
+0811.1374 Numerical Analysis
+0811.1377 Instrumentation and Detectors
+0811.1384 Differential Geometry
+0811.1385 Group Theory
+0811.1395 Operator Algebras
+0811.1399 Representation Theory
+0811.1411 Fluid Dynamics
+0811.1413 Fluid Dynamics
+0811.1417 Atomic and Molecular Clusters
+0811.1424 Materials Science
+0811.1428 Materials Science
+0811.1432 Materials Science
+0811.1433 Optics
+0811.1435 Analysis of PDEs
+0811.1441 Phenomenology
+0811.1443 Theory
+0811.1449 Discrete Mathematics
+0811.1453 Materials Science
+0811.1454
+0811.1458 Phenomenology
+0811.1476 Analysis of PDEs
+0811.1477 Applications
+0811.1482 Operator Algebras
+0811.1484 Algebraic Geometry
+0811.1486 Theory
+0811.1487 Materials Science
+0811.1490 Probability
+0811.1495 Number Theory
+0811.1502
+0811.1504 Distributed, Parallel, and Cluster Computing
+0811.1505 Strongly Correlated Electrons
+0811.1510
+0811.1513 Cellular Automata and Lattice Gases
+0811.1515 Algebraic Geometry
+0811.1521 Functional Analysis
+0811.1522 Representation Theory
+0811.1525 Combinatorics
+0811.1528 Statistical Mechanics
+0811.1536 Lattice
+0811.1539 Differential Geometry
+0811.1541 Combinatorics
+0811.1544 Experiment
+0811.1545
+0811.1547 Number Theory
+0811.1551 Group Theory
+0811.1553 Populations and Evolution
+0811.1563 Atomic Physics
+0811.1570
+cond-mat/0510743 Strongly Correlated Electrons
+math/0607387 General Mathematics
+physics/0607004 Fluid Dynamics
+quant-ph/0412033
+0709.2896 Statistical Mechanics
+0710.1289 Soft Condensed Matter
+0712.0002 Differential Geometry
+0801.2412 Combinatorics
+0801.2815 K-Theory and Homology
+0801.3804 Statistical Mechanics
+0801.3937 Strongly Correlated Electrons
+0802.3164
+0803.4328 Superconductivity
+0804.1012 Optimization and Control
+0805.3901 Discrete Mathematics
+cs/0703027 Computation and Language
+math/0111236 Dynamical Systems
+math/0211386 Dynamical Systems
+math/0305301 Dynamical Systems
+math/0507002 Classical Analysis and ODEs
+math/0511710 Differential Geometry
+math/0611737 Algebraic Geometry
+0705.3328 Statistical Mechanics
+0705.3788 Probability
+0707.3850 Materials Science
+0708.0665 Superconductivity
+0710.4554
+0710.5852 Disordered Systems and Neural Networks
+0711.3105 Other Condensed Matter
+0712.2904 Operator Algebras
+0801.4930
+0802.1019 Dynamical Systems
+0802.3359 Soft Condensed Matter
+0803.0302 Combinatorics
+0803.0922 Statistical Mechanics
+0803.2703 Superconductivity
+0803.3771 Mesoscale and Nanoscale Physics
+0804.2161 Strongly Correlated Electrons
+0804.2686 Mesoscale and Nanoscale Physics
+0804.4056
+0805.0615 Information Theory
+0805.3547 Instrumentation and Detectors
+0805.4021 Superconductivity
+0805.4732 Complex Variables
+0806.0618
+0806.2193 Statistical Mechanics
+0806.3310 Complex Variables
+0806.3377 Analysis of PDEs
+0806.4632 Soft Condensed Matter
+0807.0640 Representation Theory
+0807.0641 Optimization and Control
+0807.0645 Experiment
+0807.0651 Atomic Physics
+0807.0653 Representation Theory
+0807.0661 Other Computer Science
+0807.0672 Computational Complexity
+0807.0681 Soft Condensed Matter
+0807.0684
+0807.0685 Theory
+0807.0688 Representation Theory
+0807.0689 Combinatorics
+0807.0691 Quantum Algebra
+0807.0696 Algebraic Geometry
+0807.0699 General Physics
+0807.0704 Logic in Computer Science
+0807.0709
+0807.0716 Materials Science
+0807.0718 Discrete Mathematics
+0807.0723
+0807.0729
+0807.0731
+0807.0742 Biological Physics
+0807.0744 Analysis of PDEs
+0807.0749 Probability
+0807.0757 Space Physics
+0807.0769 Superconductivity
+0807.0770 Strongly Correlated Electrons
+0807.0774 Superconductivity
+0807.0776 Functional Analysis
+0807.0779 Functional Analysis
+0807.0788 Probability
+0807.0791
+0807.0796 Algebraic Topology
+0807.0813 Differential Geometry
+0807.0817 Quantum Algebra
+0807.0821 Information Theory
+0807.0822 Phenomenology
+0807.0831 Phenomenology
+0807.0832 General Physics
+0807.0842 Chaotic Dynamics
+0807.0845 Differential Geometry
+0807.0846 Differential Geometry
+0807.0847 Strongly Correlated Electrons
+0807.0849 Materials Science
+0807.0850
+0807.0856 Complex Variables
+0807.0861 Number Theory
+0807.0865 Superconductivity
+0807.0868 Information Theory
+0807.0871 Analysis of PDEs
+0807.0881 Classical Physics
+0807.0882 Analysis of PDEs
+0807.0887 Networking and Internet Architecture
+0807.0891 Combinatorics
+0807.0892 Populations and Evolution
+0807.0897 Geophysics
+0807.0899 Strongly Correlated Electrons
+0807.0912 Fluid Dynamics
+0807.0914 Combinatorics
+0807.0918 Materials Science
+0807.0928 Data Structures and Algorithms
+0807.0931
+0807.0939 Quantum Algebra
+0807.0950 Fluid Dynamics
+0807.0953 Plasma Physics
+0807.0956 Numerical Analysis
+0807.0957 General Physics
+0807.0963 Phenomenology
+0807.0964 Statistical Mechanics
+0807.0967
+0807.0970 Dynamical Systems
+0807.0972 Strongly Correlated Electrons
+0807.0973 Differential Geometry
+0807.0977 Theory
+0807.0982 Algebraic Geometry
+0807.0984 Superconductivity
+0807.0985 Phenomenology
+0807.0986 Number Theory
+0807.0987 Materials Science
+0807.0990 Biological Physics
+0807.0991
+0807.0992 Other Computer Science
+0807.0995 Dynamical Systems
+0807.0997 Differential Geometry
+0807.0998 Statistical Mechanics
+0807.1001 Methodology
+0807.1002 Category Theory
+0807.1007 Algebraic Geometry
+0807.1015 Probability
+0807.1024
+0807.1028
+0807.1029 Optics
+0807.1030 Probability
+0807.1032 Group Theory
+0807.1033
+0807.1039 Genomics
+0807.1041 Genomics
+0807.1043
+0807.1050 Optics
+0807.1055 Cell Behavior
+0807.1059 Tissues and Organs
+0807.1061 Tissues and Organs
+0807.1063 Exactly Solvable and Integrable Systems
+0807.1073 General Mathematics
+0807.1083
+0807.1085
+0807.1087 Optics
+0807.1088 Space Physics
+0807.1089 Superconductivity
+cond-mat/9706227 Mesoscale and Nanoscale Physics
+math/0408177 Category Theory
+math/0504196 Logic
+math/0604354 Algebraic Geometry
+math/0701195 Commutative Algebra
+quant-ph/0506001
+0705.1874 Probability
+0706.0355 Theory
+0708.4354 Combinatorics
+0709.2286 Algebraic Topology
+0709.3320 Algebraic Geometry
+0710.3419 Probability
+0710.4651 Probability
+0712.2219 Probability
+0801.0528 General Physics
+0802.0726 Discrete Mathematics
+0804.0165 Physics and Society
+0804.1432 Functional Analysis
+0804.4850 Physics and Society
+0805.2556 Strongly Correlated Electrons
+0807.0048 Adaptation and Self-Organizing Systems
+0807.0588 Differential Geometry
+0807.2030 Group Theory
+0807.2209 Disordered Systems and Neural Networks
+0807.2217 Disordered Systems and Neural Networks
+0807.2957 Mesoscale and Nanoscale Physics
+0808.2107 Phenomenology
+0809.3377 Statistical Mechanics
+0809.3654 Other Condensed Matter
+0810.2475 Superconductivity
+0810.4689 Phenomenology
+0810.5277 Algebraic Geometry
+0811.0123 Artificial Intelligence
+0811.0895 Phenomenology
+0811.1574 Representation Theory
+0811.1575 Strongly Correlated Electrons
+0811.1600
+0811.1607 Group Theory
+0811.1618 Artificial Intelligence
+0811.1622
+0811.1629 Learning
+0811.1632 Fluid Dynamics
+0811.1640 Applications
+0811.1643
+0811.1645 Applications
+0811.1651 Differential Geometry
+0811.1654 Operator Algebras
+0811.1655 Algebraic Topology
+0811.1663 Applications
+0811.1664 Computer Science and Game Theory
+0811.1669
+0811.1671
+0811.1673 Optics
+0811.1677
+0811.1679 Applications
+0811.1683 Computational Physics
+0811.1686 Applications
+0811.1689 Analysis of PDEs
+0811.1694 Superconductivity
+0811.1697 Applications
+0811.1700 Applications
+0811.1701 Functional Analysis
+0811.1704 Probability
+0811.1705 Applications
+0811.1711 Artificial Intelligence
+0811.1715 Complex Variables
+0811.1725 Group Theory
+0811.1726 Probability
+0811.1728 Superconductivity
+0811.1731
+0811.1734 Numerical Analysis
+0811.1738 Rings and Algebras
+0811.1739
+0811.1742 Functional Analysis
+0811.1744 Mesoscale and Nanoscale Physics
+0811.1745
+0811.1747 Optimization and Control
+0811.1751 Atmospheric and Oceanic Physics
+0811.1763 Functional Analysis
+0811.1765 Phenomenology
+0811.1770 Information Theory
+0811.1771 General Topology
+astro-ph/0701774
+cond-mat/0608297 Disordered Systems and Neural Networks
+cs/0612014 Multiagent Systems
+math/0606055 Probability
+math/0611312 Algebraic Geometry
+physics/0701116 General Physics
+physics/0703200 General Physics
+0704.2471
+0705.1944 Strongly Correlated Electrons
+0705.2287 Analysis of PDEs
+0706.2789 Differential Geometry
+0707.2008 Classical Analysis and ODEs
+0708.0111 Biomolecules
+0708.2263
+0709.1254 Phenomenology
+0710.0265 Representation Theory
+0710.1801 Superconductivity
+0711.0476 Group Theory
+0711.4841 Combinatorics
+0712.0157 Representation Theory
+0801.4018 Geometric Topology
+0802.0094 Plasma Physics
+0802.0566 Statistics Theory
+0802.0601 General Physics
+0802.0701 Fluid Dynamics
+0802.0712 Analysis of PDEs
+0802.0715 Phenomenology
+0802.0716 Phenomenology
+0802.0717 Phenomenology
+0802.0721 Strongly Correlated Electrons
+0802.0722 Complex Variables
+0802.0729 Materials Science
+0802.0730 Metric Geometry
+0802.0731 Materials Science
+0802.0742 Algebraic Geometry
+0802.0745 Digital Libraries
+0802.0748 Materials Science
+0802.0750
+0802.0755
+0802.0756 Exactly Solvable and Integrable Systems
+0802.0759 Differential Geometry
+0802.0765 Probability
+0802.0768 Chaotic Dynamics
+0802.0769 Phenomenology
+0802.0773
+0802.0776 Information Theory
+0802.0778 Probability
+0802.0780 Statistical Mechanics
+0802.0789 Complex Variables
+0802.0790 Materials Science
+0802.0792 Complex Variables
+0802.0794 Methodology
+0802.0796
+0802.0800 Category Theory
+0802.0802 Data Structures and Algorithms
+0802.0803
+0802.0804 Atmospheric and Oceanic Physics
+0802.0805 Differential Geometry
+0802.0808 Information Theory
+0802.0809 Differential Geometry
+0802.0812 Geometric Topology
+0802.0814 Geometric Topology
+0802.0816
+0802.0817 Statistics Theory
+0802.0826 Optimization and Control
+0802.0832 Cryptography and Security
+0802.0835 Data Structures and Algorithms
+0802.0848
+0802.0849
+0802.0850 Classical Analysis and ODEs
+0802.0853 Algebraic Geometry
+0802.0856 Geometric Topology
+0802.0858
+0802.0860
+0802.0861 Neural and Evolutionary Computing
+0802.0867 Materials Science
+0802.0869 Optimization and Control
+cond-mat/0607738 Statistical Mechanics
+cond-mat/0609009 Mesoscale and Nanoscale Physics
+cond-mat/0610507 Superconductivity
+cond-mat/0703620 Statistical Mechanics
+cs/0601126 Information Theory
+cs/0702060 Discrete Mathematics
+gr-qc/0512096
+math/0406118 Combinatorics
+math/0509273 Classical Analysis and ODEs
+math/0511325 Rings and Algebras
+math/0512614 Number Theory
+math/0602163 Combinatorics
+math/0603167 Differential Geometry
+math/0611050 Probability
+math/0612578 Dynamical Systems
+math/0701405 Statistics Theory
+math/0701605 Statistics Theory
+nucl-th/0501080
+q-bio/0703049 Biomolecules
+0704.0778 Algebraic Geometry
+0709.2997 Methodology
+0709.3225 Other Condensed Matter
+0712.3970 Mesoscale and Nanoscale Physics
+0801.1783 Computational Complexity
+0801.2947
+0801.3160 Materials Science
+0801.3735 Mesoscale and Nanoscale Physics
+0803.0483 Subcellular Processes
+0803.0780 Statistical Mechanics
+0803.0942
+0803.0975 Superconductivity
+0804.1783
+0804.2649 Mesoscale and Nanoscale Physics
+0804.4290 Superconductivity
+0804.4550 Dynamical Systems
+0805.0242 Classical Analysis and ODEs
+0805.0274 Classical Analysis and ODEs
+0805.1291 Classical Analysis and ODEs
+0805.1788 Multiagent Systems
+0805.2357 Mesoscale and Nanoscale Physics
+0805.2418
+0805.2990
+0805.3215 Analysis of PDEs
+0806.0942 Other Condensed Matter
+0806.1265 Superconductivity
+0806.1839 Strongly Correlated Electrons
+0806.3446 Materials Science
+0806.4544
+0807.1780 Strongly Correlated Electrons
+0807.3937 Physics and Society
+0807.4749 Genomics
+0808.2001 Materials Science
+0808.3135
+0808.3184 Materials Science
+0809.0179 General Physics
+0809.0201 Classical Physics
+0809.0918 Information Theory
+0809.1089 Analysis of PDEs
+0809.1090 Statistical Mechanics
+0809.1115
+0809.1339 Theory
+0809.1433 Differential Geometry
+0809.1437 Programming Languages
+0809.1443
+0809.1446
+0809.1448 Other Condensed Matter
+0809.1450 Algebraic Topology
+0809.1451 Theory
+0809.1452
+0809.1458 Commutative Algebra
+0809.1463
+0809.1465 Computer Science and Game Theory
+0809.1466
+0809.1471 Physics Education
+0809.1473 Populations and Evolution
+0809.1476 Symbolic Computation
+0809.1478
+0809.1485 Accelerator Physics
+0809.1488 Numerical Analysis
+0809.1493 Learning
+0809.1495 Statistical Mechanics
+0809.1496
+0809.1504 Algebraic Topology
+0809.1505
+0809.1518 Soft Condensed Matter
+0809.1520 Materials Science
+0809.1522 Combinatorics
+0809.1524 Geometric Topology
+0809.1531
+0809.1537
+0809.1542 Analysis of PDEs
+0809.1543 Materials Science
+0809.1546 Dynamical Systems
+0809.1555 Spectral Theory
+0809.1560 Group Theory
+0809.1563 Representation Theory
+0809.1565 Experiment
+0809.1575
+0809.1578 Populations and Evolution
+0809.1579 Combinatorics
+0809.1582 Accelerator Physics
+0809.1584 Symplectic Geometry
+0809.1586 Combinatorics
+0809.1601 Theory
+0809.1603 Disordered Systems and Neural Networks
+0809.1604 Combinatorics
+0809.1605 Quantitative Methods
+0809.1606
+0809.1613 Materials Science
+0809.1615 Combinatorics
+0809.1618 Artificial Intelligence
+0809.1626 Dynamical Systems
+0809.1630 Neurons and Cognition
+0809.1633 Accelerator Physics
+0809.1634 Materials Science
+0809.1635 Number Theory
+0809.1636 Number Theory
+0809.1641 Theory
+astro-ph/0612228
+math/0505507 Number Theory
+0706.0153 Statistics Theory
+0706.3710 Information Theory
+0707.0696
+0709.3288
+0710.3747
+0712.4284 Strongly Correlated Electrons
+0801.0123 Materials Science
+0803.0073 Operator Algebras
+0804.1615 General Physics
+0804.3154
+0804.3339 Superconductivity
+0804.3977 Other Condensed Matter
+0804.4446
+0805.2500 Statistical Mechanics
+0805.2959 Superconductivity
+0806.0215 Quantitative Methods
+0806.1138 Statistical Mechanics
+0806.1487
+0806.3349 Strongly Correlated Electrons
+0806.3549 Functional Analysis
+0807.1730 Superconductivity
+0807.4244 Superconductivity
+0807.4603 Statistical Mechanics
+0807.5111 Data Structures and Algorithms
+0809.1826 Optimization and Control
+0809.2231 Fluid Dynamics
+0809.3090 Soft Condensed Matter
+0809.3250 Computation and Language
+0809.3260
+0809.3261 Analysis of PDEs
+0809.3263 Algebraic Geometry
+0809.3268 Mesoscale and Nanoscale Physics
+0809.3270 General Mathematics
+0809.3274 Functional Analysis
+0809.3275 Cellular Automata and Lattice Gases
+0809.3276 Networking and Internet Architecture
+0809.3279 Networking and Internet Architecture
+0809.3280 Networking and Internet Architecture
+0809.3281 Commutative Algebra
+0809.3283 Networking and Internet Architecture
+0809.3285 Networking and Internet Architecture
+0809.3294 Pattern Formation and Solitons
+0809.3296 Materials Science
+0809.3297
+0809.3306
+0809.3307 Rings and Algebras
+0809.3309 Dynamical Systems
+0809.3314
+0809.3315 Classical Analysis and ODEs
+0809.3318 Classical Physics
+0809.3330 Logic
+0809.3335 Complex Variables
+0809.3345
+0809.3346
+0809.3348 Phenomenology
+0809.3351
+0809.3352 Computer Vision and Pattern Recognition
+0809.3353 Commutative Algebra
+0809.3360 Strongly Correlated Electrons
+0809.3369 Analysis of PDEs
+0809.3370 Information Theory
+0809.3372 Group Theory
+0809.3378 K-Theory and Homology
+0809.3380
+0809.3381
+0809.3384 Robotics
+0809.3385 Functional Analysis
+0809.3386 Superconductivity
+0809.3391 Analysis of PDEs
+0809.3392
+0809.3394 Category Theory
+0809.3403
+0809.3410 Number Theory
+0809.3414 Experiment
+0809.3415 Networking and Internet Architecture
+0809.3417 Algebraic Geometry
+0809.3421 Classical Analysis and ODEs
+0809.3422 Mesoscale and Nanoscale Physics
+0809.3425 Logic
+0809.3430 Logic
+0809.3431 Phenomenology
+0809.3435
+0809.3438 Functional Analysis
+0809.3440 Geophysics
+0809.3441 Logic
+0809.3447 Human-Computer Interaction
+cond-mat/9704221 Disordered Systems and Neural Networks
+cs/0509069 Data Structures and Algorithms
+hep-lat/0602013 Lattice
+hep-lat/0701016 Lattice
+hep-th/0605080 Theory
+math/0303247 Geometric Topology
+math/0510370 Geometric Topology
+math/0601451 Differential Geometry
+math/0604208 Commutative Algebra
+0712.0758 Materials Science
+0712.4201 Computational Physics
+0801.0393 Probability
+0801.1310
+0804.1425 Number Theory
+0804.4651 Soft Condensed Matter
+0806.0816 Superconductivity
+0806.3232 Chemical Physics
+0806.4697 Functional Analysis
+0807.0557 Theory
+cond-mat/0612235 Superconductivity
+math/0702847 Complex Variables
+0704.2567 Statistical Mechanics
+0706.2213 Geometric Topology
+0711.1633
+0711.3015 Strongly Correlated Electrons
+0801.2384 Combinatorics
+0802.1440 Classical Analysis and ODEs
+0802.1759
+0803.0059
+0704.3700 Fluid Dynamics
+0707.2041
+0708.0553 Commutative Algebra
+0708.3105 Commutative Algebra
+0708.3880 Algebraic Geometry
+0710.3707 Materials Science
+0710.5258 Superconductivity
+0801.2243 Group Theory
+0802.0368
+0802.2822
+0803.1743 Algebraic Geometry
+0803.2196 Statistical Mechanics
+0804.0107 Statistical Mechanics
+0804.1034 Molecular Networks
+0804.2506 Representation Theory
+0805.1959 Mesoscale and Nanoscale Physics
+0805.4372 Superconductivity
+0806.0676 Information Theory
+0806.1992 Mesoscale and Nanoscale Physics
+0807.1514 Pattern Formation and Solitons
+0807.4765 Biomolecules
+0807.4942 Mesoscale and Nanoscale Physics
+0808.0844 History and Overview
+0808.1433 Optics
+0808.3481 Lattice
+0808.3679 Other Condensed Matter
+0808.4057 Methodology
+0809.0373 Algebraic Geometry
+0809.1188 Algebraic Geometry
+0809.1660
+0809.1874
+0809.1879 Algebraic Geometry
+0809.1883 Combinatorics
+0809.1891 Commutative Algebra
+0809.1895 Data Structures and Algorithms
+0809.1896 Optics
+0809.1897 Strongly Correlated Electrons
+0809.1900 Information Theory
+0809.1910 Information Theory
+0809.1913 Phenomenology
+0809.1916 Distributed, Parallel, and Cluster Computing
+0809.1920 Pattern Formation and Solitons
+0809.1921 Chemical Physics
+0809.1922 Rings and Algebras
+0809.1925 Phenomenology
+0809.1929
+0809.1935
+0809.1937 Soft Condensed Matter
+0809.1945
+0809.1946
+0809.1950
+0809.1952 Functional Analysis
+0809.1956 Plasma Physics
+0809.1957 General Physics
+0809.1960 Combinatorics
+0809.1961 Biological Physics
+0809.1962 Fluid Dynamics
+0809.1963 Databases
+0809.1965 Databases
+0809.1970
+0809.1971 Databases
+0809.1980 Combinatorics
+0809.1981 Databases
+0809.1983 Differential Geometry
+0809.1989 Discrete Mathematics
+0809.1992 Differential Geometry
+0809.1995 Operator Algebras
+0809.1997 Theory
+0809.1998 Phenomenology
+0809.2000 Probability
+0809.2002 Phenomenology
+0809.2004 Soft Condensed Matter
+0809.2017 Optimization and Control
+0809.2021 Commutative Algebra
+0809.2025
+0809.2031
+0809.2065 Number Theory
+0809.2068 Commutative Algebra
+0809.2071 Plasma Physics
+0809.2072 Numerical Analysis
+0809.2074 Number Theory
+0809.2075 Data Structures and Algorithms
+0809.2082 Probability
+0809.2085 Learning
+0809.2086 Algebraic Geometry
+cond-mat/0105312 Mesoscale and Nanoscale Physics
+cond-mat/0412171 Statistical Mechanics
+cond-mat/0611684 Materials Science
+cs/0510038 Learning
+nlin/0609015 Chaotic Dynamics
+quant-ph/0503093
+quant-ph/0702246
+0704.1869
+0706.1002 Computational Geometry
+0706.3205
+0707.0620
+0707.1049 Superconductivity
+0707.4275 Number Theory
+0709.3914 Representation Theory
+0710.3260 Strongly Correlated Electrons
+0710.4486 Computational Engineering, Finance, and Science
+0710.5546 Superconductivity
+0801.2632 Commutative Algebra
+0802.3221
+0802.4327
+0803.1264
+0803.2265 Other Condensed Matter
+0803.4007 Mesoscale and Nanoscale Physics
+0804.0013 Strongly Correlated Electrons
+0804.0356 Strongly Correlated Electrons
+0804.1583 Group Theory
+0804.1742 General Physics
+0804.2076 Mesoscale and Nanoscale Physics
+0805.1868 Strongly Correlated Electrons
+0805.3542
+0806.4691 Plasma Physics
+0807.3585
+0808.3635 Statistical Mechanics
+0809.1315 Phenomenology
+0809.1409 Software Engineering
+0809.1814 Other Condensed Matter
+0809.4171 Functional Analysis
+0810.1241 Rings and Algebras
+0810.1997 Computational Geometry
+0810.4403 Other Condensed Matter
+0810.4723
+0810.4796 Data Structures and Algorithms
+0810.5192
+0810.5567 Probability
+0811.0405 Computers and Society
+0811.0622 Probability
+0811.0623 Computational Complexity
+0811.0625 Soft Condensed Matter
+0811.0633 Adaptation and Self-Organizing Systems
+0811.0636 Complex Variables
+0811.0640
+0811.0653 Fluid Dynamics
+0811.0659 Methodology
+0811.0663
+0811.0664 Statistical Mechanics
+0811.0669 Soft Condensed Matter
+0811.0672 Statistics Theory
+0811.0677 Physics Education
+0811.0678 Probability
+0811.0680
+0811.0683 Statistics Theory
+0811.0686 Classical Analysis and ODEs
+0811.0687 Algebraic Geometry
+0811.0688 Cellular Automata and Lattice Gases
+0811.0689 Algebraic Geometry
+0811.0691 Theory
+0811.0699 Computational Complexity
+0811.0705 Information Theory
+0811.0706 Exactly Solvable and Integrable Systems
+0811.0709 Computers and Society
+0811.0712 Geometric Topology
+0811.0717 Applications
+0811.0719 Information Retrieval
+0811.0722
+0811.0734
+0811.0740 Combinatorics
+0811.0741 Databases
+0811.0746
+0811.0751 Group Theory
+0811.0752
+0811.0753 Statistics Theory
+0811.0754 Algebraic Geometry
+0811.0755 Geophysics
+0811.0757 Statistics Theory
+0811.0763 Algebraic Geometry
+0811.0765 Numerical Analysis
+0811.0766
+0811.0767
+0811.0769 Quantitative Methods
+0811.0778 Information Theory
+0811.0788 Experiment
+0811.0793
+0811.0794 Differential Geometry
+0811.0803 Algebraic Topology
+0811.0808 Functional Analysis
+0811.0811 General Literature
+math-ph/0611052
+math/0401223 Number Theory
+math/0406236 Number Theory
+math/0503317 Number Theory
+math/0607474 Number Theory
+math/0610539 Number Theory
+math/0611427 Number Theory
+math/0701912 Number Theory
+math/9712278
+math/9801140
+physics/9611006
+physics/9611008
+physics/9612003
+physics/9612015
+physics/9701004
+physics/9701006
+physics/9701009
+physics/9701010
+physics/9702018
+physics/9702025
+physics/9702030
+physics/9702031
+physics/9702033
+physics/9703007
+physics/9703022
+physics/9703030
+physics/9703033
+physics/9704001
+physics/9704007
+physics/9705011
+physics/9705021
+physics/9706009
+physics/9707012
+physics/9707013
+physics/9707023
+physics/9708001
+physics/9708015
+physics/9708031
+physics/9708035 Optics
+physics/9709008
+physics/9709011
+physics/9709016
+physics/9709044
+physics/9709045
+physics/9710002
+physics/9710004 Fluid Dynamics
+physics/9710006
+physics/9710016
+physics/9710022
+physics/9710032
+physics/9710037
+physics/9711010
+physics/9711013
+physics/9711027 Computational Physics
+physics/9712002
+physics/9712004
+physics/9712006
+physics/9712010
+physics/9712019
+physics/9712027
+physics/9712034
+physics/9712045
+physics/9712052
+physics/9712054
+physics/9801010
+physics/9801011
+physics/9801016
+physics/9801019
+physics/9802027
+physics/9802044
+physics/9802046
+physics/9803002
+physics/9803017 Optics
+physics/9803028
+physics/9803030
+0704.0450 Strongly Correlated Electrons
+0707.0335 Optimization and Control
+0707.2732 Combinatorics
+0708.2895 Probability
+0709.0291 Combinatorics
+0709.2242
+0709.3828
+0709.4284
+0710.0735 Disordered Systems and Neural Networks
+0710.4052 Other Condensed Matter
+0711.0130 Mesoscale and Nanoscale Physics
+0711.2835 Computational Geometry
+0711.3194
+0712.1122
+0712.1125
+0712.3851 Other Condensed Matter
+0801.2707
+0801.4576 Materials Science
+0801.4593 Geometric Topology
+0801.4605 K-Theory and Homology
+0802.2049 Group Theory
+0802.2856 Data Structures and Algorithms
+0802.3675 Algebraic Geometry
+0802.4101 Information Theory
+0802.4110 Superconductivity
+0802.4112 Physics and Society
+0802.4115 Numerical Analysis
+0802.4116 Mesoscale and Nanoscale Physics
+0802.4120 Analysis of PDEs
+0802.4125 Algebraic Geometry
+0802.4126 Computational Engineering, Finance, and Science
+0802.4131 Logic in Computer Science
+0802.4133 Statistical Mechanics
+0802.4145
+0802.4146
+0802.4147 Disordered Systems and Neural Networks
+0802.4153 Experiment
+0802.4156 Optimization and Control
+0802.4164 Materials Science
+0802.4169 Theory
+0802.4175 Mesoscale and Nanoscale Physics
+0802.4177 Theory
+0802.4179 Disordered Systems and Neural Networks
+0802.4180 Chemical Physics
+0802.4181 Category Theory
+0802.4183 Probability
+0802.4186 Combinatorics
+0802.4189 Materials Science
+0802.4191 Applications
+0802.4193
+0802.4197 Superconductivity
+0802.4199 Soft Condensed Matter
+0802.4219
+0802.4224 Symplectic Geometry
+0802.4233 Information Theory
+0802.4243 Classical Physics
+0802.4244 Networking and Internet Architecture
+0802.4254
+0802.4267 Mesoscale and Nanoscale Physics
+0802.4274
+0802.4279 Molecular Networks
+0802.4280 Algebraic Geometry
+0802.4281 Dynamical Systems
+0802.4283 Dynamical Systems
+cs/0404044 Computational Complexity
+gr-qc/0405028
+math/0408361 Geometric Topology
+math/0602026 Group Theory
+math/0609433 Group Theory
+math/0609685 Geometric Topology
+math/0609735 Operator Algebras
+math/0701788 Logic
+math/0703675 Probability
+q-bio/0703059 Molecular Networks
+quant-ph/0701092
+0704.1349 Analysis of PDEs
+0705.0178 Cryptography and Security
+0705.1064 Statistical Mechanics
+0706.2950 Mesoscale and Nanoscale Physics
+0707.1175 Quantum Algebra
+0707.2624 Chaotic Dynamics
+0707.4193 Fluid Dynamics
+0707.4416 Physics and Society
+0708.0456 Soft Condensed Matter
+0708.2774
+0708.2902 Statistical Mechanics
+0709.1111
+0709.4591 Strongly Correlated Electrons
+0710.1967 Superconductivity
+0710.3175 Complex Variables
+0711.1615 Algebraic Geometry
+0712.1776 Optics
+0712.3327 Information Theory
+0712.3548
+0712.3990 Other Condensed Matter
+0712.4124 Classical Analysis and ODEs
+0801.0398 Computational Complexity
+0801.0594
+0801.0629 Phenomenology
+0801.0844 Populations and Evolution
+0801.0939 Combinatorics
+0801.1258
+0801.1322 Chemical Physics
+0801.1327 History and Philosophy of Physics
+0801.1330 Optics
+0801.1332 Group Theory
+0801.1336 Artificial Intelligence
+0801.1338 Classical Analysis and ODEs
+0801.1341 Symbolic Computation
+0801.1353 Operator Algebras
+0801.1365
+0801.1367 Number Theory
+0801.1376
+0801.1379
+0801.1390 Combinatorics
+0801.1391 Mesoscale and Nanoscale Physics
+0801.1400
+0801.1412 Geometric Topology
+0801.1415 Computation and Language
+0801.1417 Geometric Topology
+0801.1418 Number Theory
+0801.1419 Distributed, Parallel, and Cluster Computing
+0801.1420 Statistical Mechanics
+0801.1424 Atomic and Molecular Clusters
+0801.1428 Theory
+0801.1437 Pattern Formation and Solitons
+0801.1439
+0801.1440 Machine Learning
+0801.1441 General Mathematics
+0801.1447 Differential Geometry
+0801.1454 Pattern Formation and Solitons
+0801.1457 Other Condensed Matter
+0801.1459 Data Analysis, Statistics and Probability
+0801.1462 Rings and Algebras
+0801.1468 Materials Science
+0801.1471
+0801.1472
+0801.1476 Fluid Dynamics
+0801.1479 Fluid Dynamics
+0801.1482 Plasma Physics
+0801.1493 Classical Analysis and ODEs
+0801.1500 Graphics
+cond-mat/0504355 Materials Science
+cond-mat/0609352 Materials Science
+cond-mat/0612207 Strongly Correlated Electrons
+cond-mat/0612223 Materials Science
+math/0502220 Probability
+math/0503312 Quantum Algebra
+math/0505459 Complex Variables
+math/0604442 Algebraic Topology
+math/0607221 Algebraic Geometry
+math/0612275 Algebraic Geometry
+physics/0702183 Optics
+0704.0479 Algebraic Geometry
+0704.3275 Strongly Correlated Electrons
+0706.0498 Statistics Theory
+0706.1253 Strongly Correlated Electrons
+0707.1742 Number Theory
+0707.1743 Number Theory
+0707.3671 Other Quantitative Biology
+0708.1959 Mesoscale and Nanoscale Physics
+0708.3107 Classical Analysis and ODEs
+0708.4294 Probability
+0709.1882
+0709.2147
+0710.0059 Computational Physics
+0710.3865 Statistical Mechanics
+0711.1850 Geometric Topology
+0712.4027 Numerical Analysis
+0801.1861 Mesoscale and Nanoscale Physics
+0801.1877 Physics and Society
+0802.0700 Superconductivity
+0802.0964 Methodology
+0802.2846 Data Structures and Algorithms
+0802.3950 Statistical Mechanics
+0802.4020 Statistics Theory
+0803.0930 Physics and Society
+0803.2122 Combinatorics
+0804.1610 Quantum Algebra
+0804.3727 Superconductivity
+0804.3954 Complex Variables
+0804.4499
+0805.1078
+0805.2309
+0805.2936 Populations and Evolution
+0805.2961
+0805.2963
+0805.2981 Theory
+0805.2992 Soft Condensed Matter
+0805.2994 Soft Condensed Matter
+0805.2998 Group Theory
+0805.3004 Experiment
+0805.3005 Machine Learning
+0805.3006 Strongly Correlated Electrons
+0805.3021
+0805.3026 Classical Analysis and ODEs
+0805.3037 Phenomenology
+0805.3041 Numerical Analysis
+0805.3050 General Physics
+0805.3058 Computational Complexity
+0805.3069
+0805.3072 Rings and Algebras
+0805.3075 Phenomenology
+0805.3077
+0805.3079 Computation
+0805.3080 Algebraic Geometry
+0805.3087 Optimization and Control
+0805.3090 Materials Science
+0805.3092 Fluid Dynamics
+0805.3095 Differential Geometry
+0805.3100 Phenomenology
+0805.3101 Theory
+0805.3105 Plasma Physics
+0805.3108
+0805.3112 Phenomenology
+0805.3113 Probability
+0805.3118 Information Theory
+0805.3119 Experiment
+0805.3126 Artificial Intelligence
+0805.3137 Soft Condensed Matter
+0805.3148 Differential Geometry
+0805.3149 Numerical Analysis
+astro-ph/0212010
+math/0406537 Differential Geometry
+math/0410592 Combinatorics
+math/0411044 Classical Analysis and ODEs
+math/0506629 Quantum Algebra
+math/0511333 Combinatorics
+math/0701005 Combinatorics
+math/0701630 K-Theory and Homology
+physics/0502143 Instrumentation and Detectors
+0707.0830
+0707.3375 Classical Analysis and ODEs
+0709.3149 Commutative Algebra
+0711.2975 Other Condensed Matter
+0711.3735
+0711.4392 Differential Geometry
+0712.1253 Superconductivity
+0712.1437
+0712.4076 Analysis of PDEs
+0801.2867
+0802.0665 Rings and Algebras
+0802.3189 Algebraic Geometry
+0803.3286 Materials Science
+0803.3914 Materials Science
+0804.1525
+0804.3775 Superconductivity
+0806.0200
+0806.2896
+0806.4462
+0806.4507 Probability
+0807.1836 Differential Geometry
+0807.3360 Differential Geometry
+0807.4248 Geometric Topology
+0807.4861 Phenomenology
+0807.4927 Geometric Topology
+0807.4938 Logic
+0807.4941
+0807.4945 Optics
+0807.4946
+0807.4947 Logic
+0807.4952 Dynamical Systems
+0807.4955 Group Theory
+0807.4959 Materials Science
+0807.4960 Experiment
+0807.4963 Dynamical Systems
+0807.4978 Experiment
+0807.4982 Analysis of PDEs
+0807.4983
+0807.4995 Information Theory
+0807.5007 Statistical Mechanics
+0807.5008 Statistics Theory
+0807.5009 Mesoscale and Nanoscale Physics
+0807.5011 Rings and Algebras
+0807.5015 Differential Geometry
+0807.5017 Rings and Algebras
+0807.5022 Optimization and Control
+0807.5023 Classical Physics
+0807.5028 Combinatorics
+0807.5035 Probability
+0807.5036 Experiment
+0807.5037 Number Theory
+0807.5045 Superconductivity
+0807.5048 Optics
+0807.5060 Group Theory
+0807.5068 Populations and Evolution
+0807.5078 Analysis of PDEs
+0807.5082 Popular Physics
+0807.5086 Materials Science
+0807.5087 Phenomenology
+0807.5088
+0807.5090 Geometric Topology
+0807.5093
+0807.5094 Functional Analysis
+0807.5097 Phenomenology
+0807.5115 Differential Geometry
+0807.5117 K-Theory and Homology
+0807.5128 Phenomenology
+0807.5130 General Physics
+0807.5131 Complex Variables
+0807.5138 Group Theory
+hep-ph/0503247 Phenomenology
+math/0302075 Geometric Topology
+math/0506227 Probability
+math/0606602 Probability
+math/0609552 Group Theory
+math/0612549 Algebraic Topology
+math/0612589 Algebraic Topology
+math/0703088 Probability
+math/0703120 Number Theory
+quant-ph/0510201
+quant-ph/0510207
+0704.0002 Combinatorics
+0707.2125 Differential Geometry
+0710.5624
+0712.0932 Computer Vision and Pattern Recognition
+0801.4076 Complex Variables
+0802.2972 Superconductivity
+0802.4213 Mesoscale and Nanoscale Physics
+0804.0305 Representation Theory
+0805.1587 Phenomenology
+0807.1641 Algebraic Geometry
+0807.1850
+0807.4275 Symplectic Geometry
+0808.1164 General Mathematics
+0808.2171 Atomic Physics
+0808.3704 Fluid Dynamics
+0809.0059 Statistical Mechanics
+0811.2773 Phenomenology
+0811.3352 Other Condensed Matter
+0811.3487 Materials Science
+0811.3653 Populations and Evolution
+0812.0213
+0812.1951 Computational Geometry
+0812.2019
+0812.2089 Theory
+cond-mat/0702187 Strongly Correlated Electrons
+hep-th/0602024 Theory
+physics/0509126 Computational Physics
+0705.0770 Materials Science
+0705.0813 Superconductivity
+0707.3855
+0707.4203 Numerical Analysis
+0708.0404 Mesoscale and Nanoscale Physics
+0708.1223 Materials Science
+0710.3155 Disordered Systems and Neural Networks
+0711.0789 Strongly Correlated Electrons
+0711.2168 Mesoscale and Nanoscale Physics
+0711.4316 Number Theory
+0711.4632 Statistical Mechanics
+0712.1867 Probability
+0712.3801 Symplectic Geometry
+0801.3502 Soft Condensed Matter
+0801.4126
+0802.0753 Statistical Mechanics
+0802.1367 Materials Science
+0803.0962 Molecular Networks
+physics/0611020 Fluid Dynamics
+0705.1602 Superconductivity
+0706.0690 Algebraic Geometry
+0706.4202 Mesoscale and Nanoscale Physics
+0707.0432 Commutative Algebra
+0707.1376
+0707.1807 Mesoscale and Nanoscale Physics
+0707.2280 Optics
+0707.4172 Strongly Correlated Electrons
+0708.0584
+0711.1856 Cryptography and Security
+0711.4259
+0712.1637
+0712.2205
+0712.3258 Optics
+0712.3687 Probability
+0712.3741 Lattice
+0712.3867
+0712.4061 Algebraic Geometry
+0712.4069 Group Theory
+0712.4383 Phenomenology
+cond-mat/0611749 Statistical Mechanics
+math-ph/0702018
+math/0308203 Differential Geometry
+math/0407514 Differential Geometry
+math/0612660 Symplectic Geometry
+quant-ph/0510212
+0704.0589 General Finance
+0704.0745 Computational Finance
+0704.1225 General Finance
+0704.3961
+0705.0053 Portfolio Management
+0705.1056 General Finance
+0705.2097 Portfolio Management
+0705.3319 Trading and Market Microstructure
+0705.3760 Pricing of Securities
+0705.4487 General Finance
+0706.0051 Portfolio Management
+0706.0468 Portfolio Management
+0706.0474 Portfolio Management
+0706.0478 Portfolio Management
+0707.3609 Metric Geometry
+0708.1715 Portfolio Management
+0708.3015
+0708.3448
+0709.0976 Trading and Market Microstructure
+0709.2070 Pricing of Securities
+0709.3216 Soft Condensed Matter
+0710.5301 Computational Finance
+0711.2880 Physics and Society
+0711.4106 Differential Geometry
+0712.1343 Computational Finance
+0712.3537 Statistical Finance
+0712.3836 Group Theory
+0801.1397 Biological Physics
+0801.2591
+0801.4220 Statistical Finance
+0801.4941 Portfolio Management
+0802.3250 Pricing of Securities
+0802.3256 Strongly Correlated Electrons
+0802.4460 Statistical Finance
+0803.1364 Portfolio Management
+0803.1815 Probability
+0803.1877 Pricing of Securities
+0803.3093 Portfolio Management
+0803.3220 Strongly Correlated Electrons
+0803.3284 Probability
+0804.0853 Probability
+0804.0900 Computational Finance
+0804.2820 Phenomenology
+0804.2897 Commutative Algebra
+0804.3000 Optimization and Control
+0804.3900 Pricing of Securities
+0805.0122 Portfolio Management
+0805.0611 Computational Finance
+0805.2386 Optimization and Control
+0805.2574 Representation Theory
+0805.2873
+0805.3213 Statistical Finance
+0805.3885
+0805.4365
+0805.4468
+0806.0240 Probability
+0806.0287 Pricing of Securities
+0806.0307 Pricing of Securities
+0806.2358 Risk Management
+0806.2648 Superconductivity
+0806.4061 Portfolio Management
+0806.4675 Computational Finance
+0807.0309 Pricing of Securities
+0807.1213 Computational Finance
+0807.1227 Computational Finance
+0807.2604 Other Condensed Matter
+0807.2763 Atomic Physics
+0807.2962 Pricing of Securities
+0807.3627 Other Condensed Matter
+0807.3665 Statistical Mechanics
+0808.0151
+0808.0573 Geometric Topology
+0808.1248 History and Philosophy of Physics
+0808.2715 Strongly Correlated Electrons
+0808.2892 Computational Finance
+0808.3370 Mesoscale and Nanoscale Physics
+0808.3453 Information Theory
+0808.3712 Information Theory
+0808.3851
+0809.0484 General Physics
+0809.1254 Strongly Correlated Electrons
+0809.1346 Superconductivity
+0809.1393 Computational Finance
+0810.1901
+0810.1948 Optics
+0810.2002 Optics
+0810.4064 Mesoscale and Nanoscale Physics
+0810.4392 Algebraic Geometry
+0810.5694 Statistical Mechanics
+0810.5698 Pricing of Securities
+0811.0128
+0811.0376 Statistical Finance
+0811.0473 Statistical Finance
+0811.0591 Computational Finance
+0811.0800 Risk Management
+0811.1455 Differential Geometry
+0811.2641 Group Theory
+0811.3109 Number Theory
+0811.3284 Networking and Internet Architecture
+0812.1299 Phenomenology
+0812.1394 Information Retrieval
+0812.1561
+0812.1567
+0812.1570
+0812.1573 Analysis of PDEs
+0812.1583 Experiment
+0812.1585 Soft Condensed Matter
+0812.1587 Data Structures and Algorithms
+0812.1595 Discrete Mathematics
+0812.1596 Theory
+0812.1597 Information Theory
+0812.1599 Multiagent Systems
+0812.1600 Logic
+0812.1610 Phenomenology
+0812.1612 Quantum Algebra
+0812.1615 Machine Learning
+0812.1616 Combinatorics
+0812.1622 Mesoscale and Nanoscale Physics
+0812.1624 Optimization and Control
+0812.1626
+0812.1628 Networking and Internet Architecture
+0812.1630
+0812.1634 Algebraic Geometry
+0812.1637 General Physics
+0812.1641 Metric Geometry
+0812.1642
+0812.1646 Analysis of PDEs
+0812.1647 Graphics
+0812.1653 Classical Physics
+0812.1656 Genomics
+0812.1662
+0812.1674 Category Theory
+0812.1675
+0812.1677
+0812.1679 History and Philosophy of Physics
+0812.1685 Rings and Algebras
+0812.1687 Number Theory
+0812.1688 Classical Physics
+0812.1689 Number Theory
+0812.1692 Group Theory
+0812.1697 Optimization and Control
+0812.1701 Strongly Correlated Electrons
+0812.1706
+0812.1711
+0812.1717 Materials Science
+0812.1720 Metric Geometry
+0812.1732
+0812.1735
+0812.1743
+0812.1748
+0812.1751
+0812.1752 Probability
+0812.1754 General Physics
+0812.1757 History and Philosophy of Physics
+0812.1760
+0812.1763 Operator Algebras
+0812.1764 Strongly Correlated Electrons
+0812.1766
+0812.1775 Probability
+0812.1778 Information Theory
+0812.1779 Probability
+0812.1780 Information Theory
+0812.1783 Geometric Topology
+0812.1790 Theory
+cond-mat/0001117 Statistical Mechanics
+cond-mat/0001253 Statistical Mechanics
+cond-mat/0003025 Statistical Mechanics
+cond-mat/0004308 Statistical Mechanics
+cond-mat/0008057 Statistical Mechanics
+cond-mat/0008069 Statistical Mechanics
+cond-mat/0010222 Statistical Mechanics
+cond-mat/0103020 Statistical Mechanics
+cond-mat/0104127 Statistical Mechanics
+cond-mat/0104295 Statistical Mechanics
+cond-mat/0104318 Statistical Mechanics
+cond-mat/0106520 Statistical Mechanics
+cond-mat/0107208 Statistical Mechanics
+cond-mat/0109139 Statistical Mechanics
+cond-mat/0111563 Statistical Mechanics
+cond-mat/0202356 Statistical Mechanics
+cond-mat/0203166 Statistical Mechanics
+cond-mat/0203304 Statistical Mechanics
+cond-mat/0204593 Statistical Mechanics
+cond-mat/0205078 Statistical Mechanics
+cond-mat/0207475 Statistical Mechanics
+cond-mat/0208191 Soft Condensed Matter
+cond-mat/0209446 Statistical Mechanics
+cond-mat/0209475 Statistical Mechanics
+cond-mat/0210513 Statistical Mechanics
+cond-mat/0211317 Statistical Mechanics
+cond-mat/0211534 Statistical Mechanics
+cond-mat/0302402 Other Condensed Matter
+cond-mat/0302579 Statistical Mechanics
+cond-mat/0303271 Statistical Mechanics
+cond-mat/0303304 Statistical Mechanics
+cond-mat/0304601 Statistical Mechanics
+cond-mat/0305062 Statistical Mechanics
+cond-mat/0306605 Statistical Mechanics
+cond-mat/0307244 Statistical Mechanics
+cond-mat/0307341 Statistical Mechanics
+cond-mat/0309533 Statistical Mechanics
+cond-mat/0311155 Statistical Mechanics
+cond-mat/0312568 Statistical Mechanics
+cond-mat/0401308 Statistical Mechanics
+cond-mat/0402240 Statistical Mechanics
+cond-mat/0404107 Other Condensed Matter
+cond-mat/0404520 Other Condensed Matter
+cond-mat/0404680 Other Condensed Matter
+cond-mat/0405646 Other Condensed Matter
+cond-mat/0408143 Other Condensed Matter
+cond-mat/0501002 Other Condensed Matter
+cond-mat/0503532 Disordered Systems and Neural Networks
+cond-mat/9710197 Statistical Mechanics
+cond-mat/9808168 Statistical Mechanics
+cond-mat/9810257 Disordered Systems and Neural Networks
+cond-mat/9811197 Statistical Mechanics
+cond-mat/9901277 Statistical Mechanics
+cond-mat/9901279 Statistical Mechanics
+cond-mat/9902045 Statistical Mechanics
+cond-mat/9907339 Disordered Systems and Neural Networks
+cs/0703105 Information Theory
+hep-ph/0607179 Phenomenology
+math-ph/0412071
+math-ph/0607066
+math/0103118 Probability
+math/0104190 Probability
+math/0208130 Optimization and Control
+math/0211383 Probability
+math/0301278 Optimization and Control
+math/0302243 Optimization and Control
+math/0305010 Probability
+math/0305017 Probability
+math/0305274 Probability
+math/0307197 Probability
+math/0310223 Statistics Theory
+math/0401144 Probability
+math/0402456 Analysis of PDEs
+math/0405290 Probability
+math/0405293 Probability
+math/0407119 Probability
+math/0407127 Probability
+math/0410453 Probability
+math/0411034 Statistics Theory
+math/0501045 Probability
+math/0503013 Probability
+math/0503055 Statistics Theory
+math/0503314 Statistics Theory
+math/0503473 Probability
+math/0503516 Probability
+math/0503541 Probability
+math/0503579 Probability
+math/0505208 Probability
+math/0505243 Probability
+math/0506125 Numerical Analysis
+math/0506378 Statistics Theory
+math/0507082 Statistics Theory
+math/0508448 Probability
+math/0508489 Probability
+math/0509016 Probability
+math/0509232 Analysis of PDEs
+math/0509503 Probability
+math/0510333 Optimization and Control
+math/0511234 Statistics Theory
+math/0601627 Probability
+math/0602178 Probability
+math/0602451 Probability
+math/0602462 Probability
+math/0602521 Probability
+math/0602532 Probability
+math/0602592 Probability
+math/0603041 Probability
+math/0603284 Probability
+math/0603316 Probability
+math/0604302 Probability
+math/0604316 Probability
+math/0604503 Algebraic Geometry
+math/0605051 Probability
+math/0605065 Probability
+math/0606471 Statistics Theory
+math/0607112 Probability
+math/0607212 Probability
+math/0607617 Probability
+math/0607775 Probability
+math/0609402 Probability
+math/0609403 Probability
+math/0610224 Probability
+math/0610621 Probability
+math/0610749 Probability
+math/0611274 Statistics Theory
+math/0611644 Probability
+math/0611869 Probability
+math/0612034 Probability
+math/0612035 Probability
+math/0612181 Probability
+math/0612222 Group Theory
+math/0612341 Probability
+math/0702115 Group Theory
+math/0702405 Probability
+math/0702409 Probability
+math/0702413 Probability
+math/0702423 Probability
+math/0702435 Analysis of PDEs
+math/0702828 Probability
+math/0702893 Probability
+math/0703022 Probability
+math/0703424 Probability
+math/0703743 Probability
+math/0703782 Optimization and Control
+math/0703824 Optimization and Control
+math/0703828 Optimization and Control
+math/0703833 Optimization and Control
+math/0703862 Optimization and Control
+math/9805014 Probability
+math/9806127 Probability
+nlin/0108022 Adaptation and Self-Organizing Systems
+nlin/0205011 Adaptation and Self-Organizing Systems
+nlin/0403056 Exactly Solvable and Integrable Systems
+physics/0112045 Physics and Society
+physics/0305089 Physics and Society
+physics/0308062 Computational Physics
+physics/0503163 Physics and Society
+physics/0505032 Physics and Society
+physics/0505047 Physics and Society
+physics/0505079 Physics and Society
+physics/0505210 Physics and Society
+physics/0508104 Data Analysis, Statistics and Probability
+physics/0602102 Physics and Society
+physics/0602107 Physics and Society
+physics/0603013 Computational Physics
+physics/0607276 Data Analysis, Statistics and Probability
+physics/0608281 Data Analysis, Statistics and Probability
+physics/0611130 Physics and Society
+physics/0611138 Physics and Society
+physics/0703180 Physics and Society
+physics/0703181 Physics and Society
+0704.3536 Information Theory
+0704.3727 General Mathematics
+0708.1711 Representation Theory
+0708.4139
+0709.0301
+0711.0727 Representation Theory
+0712.1843 Commutative Algebra
+0712.1910 Superconductivity
+0801.2849 Other Condensed Matter
+0801.4054 Networking and Internet Architecture
+0802.2803 Representation Theory
+0803.0308 Exactly Solvable and Integrable Systems
+0803.1579 Materials Science
+0803.3129 Superconductivity
+0803.4210 Algebraic Geometry
+0804.0685 Superconductivity
+0804.1497 Phenomenology
+0804.1630 Data Analysis, Statistics and Probability
+0804.4852 Dynamical Systems
+0805.1123
+0805.2393 Strongly Correlated Electrons
+0806.2244
+0806.4444 Cell Behavior
+0807.0419 Superconductivity
+0807.0843 Materials Science
+0807.1739 Theory
+0807.1753 Distributed, Parallel, and Cluster Computing
+0807.1756 Populations and Evolution
+0807.1760
+0807.1768 Optics
+0807.1772 Experiment
+0807.1784 Algebraic Geometry
+0807.1801 Combinatorics
+0807.1812 Analysis of PDEs
+0807.1815
+0807.1825 Analysis of PDEs
+0807.1830 Quantum Algebra
+0807.1833 Physics and Society
+0807.1838 Algebraic Geometry
+0807.1840
+0807.1842 Fluid Dynamics
+0807.1846 Probability
+0807.1851 Representation Theory
+0807.1853 Quantum Algebra
+0807.1857 Other Condensed Matter
+0807.1861 Strongly Correlated Electrons
+0807.1863 Symplectic Geometry
+0807.1864 Materials Science
+0807.1865
+0807.1869 Genomics
+0807.1871 Fluid Dynamics
+0807.1872 Category Theory
+0807.1885
+0807.1891 Data Structures and Algorithms
+0807.1892 Combinatorics
+0807.1898 Genomics
+0807.1899
+0807.1900 Differential Geometry
+cond-mat/0007421 Strongly Correlated Electrons
+cond-mat/0703344 Mesoscale and Nanoscale Physics
+math/0404385 Number Theory
+math/0506188 Geometric Topology
+math/0508088 Differential Geometry
+math/0602144 Algebraic Geometry
+math/0604061 Geometric Topology
+math/0606305 Metric Geometry
+0704.1893 Soft Condensed Matter
+0704.1904 Chaotic Dynamics
+0705.1630
+0705.1669
+0705.3419 Algebraic Geometry
+0706.1994 Statistical Mechanics
+0707.0296
+0707.1050
+0707.1358 Theory
+0707.2101 Phenomenology
+0707.2332 Number Theory
+0707.4529 Optics
+0708.2098
+0708.2472
+0708.2889
+0708.3327 Phenomenology
+0709.2301
+0709.2660 Optics
+0709.3560 Computation
+0709.4225
+0710.3325 Phenomenology
+0710.3536 Computer Science and Game Theory
+0710.4049 Theory
+0710.4551 Strongly Correlated Electrons
+0710.4898
+0710.4935
+0710.4992
+0710.5722
+0711.0222 Medical Physics
+0711.0798 Theory
+0711.1518
+0711.2019
+0711.2680 Theory
+0711.3639 Theory
+0711.3745 Theory
+0711.5026 Materials Science
+0712.0190 Strongly Correlated Electrons
+0712.0605 Optics
+0712.1019
+0712.1530 Theory
+0712.2238
+0712.2439 Theory
+0712.3063
+0712.3119 Theory
+0712.3328
+0712.3541
+0712.3664
+0712.4195 Optics
+0712.4196 Pattern Formation and Solitons
+0801.0305 Theory
+0801.0730 Phenomenology
+0801.0808 Theory
+0801.1232
+0801.1903
+0801.1984
+0801.2970 Strongly Correlated Electrons
+0801.3429
+0801.3763 Materials Science
+0801.4471 Phenomenology
+0801.4554 Phenomenology
+0802.0256 Theory
+0802.2114 Optics
+0802.2212 Phenomenology
+0802.2525 Phenomenology
+0802.2858 Phenomenology
+0802.2893 Experiment
+0802.3453
+0802.3955 Experiment
+0803.0101 General Physics
+0804.3342 Strongly Correlated Electrons
+0804.3714 Phenomenology
+0804.3883 Experiment
+0804.3921
+0804.4022
+0804.4281 Mesoscale and Nanoscale Physics
+0805.0401 Phenomenology
+0805.0994 Phenomenology
+0805.1555 Mesoscale and Nanoscale Physics
+0805.2384
+0805.2491 Experiment
+0805.3117 Phenomenology
+0805.3910 Phenomenology
+0805.4390 Experiment
+0805.4462 Experiment
+0805.4475
+0805.4708 Experiment
+0806.0328 Phenomenology
+0806.0521 Phenomenology
+0806.2250 Phenomenology
+0806.2608 Phenomenology
+0806.2659 Theory
+0806.2793 Phenomenology
+0806.3116 Fluid Dynamics
+0806.4092 Phenomenology
+0806.4512 Superconductivity
+0807.1215 Experiment
+0807.1220 Experiment
+0807.1612 Experiment
+0807.1682
+0807.2244 Phenomenology
+0807.2762 Phenomenology
+0807.2894 Mesoscale and Nanoscale Physics
+0807.4205 Phenomenology
+0807.4206 Phenomenology
+0807.4653
+0808.3300
+0809.0040 Mesoscale and Nanoscale Physics
+0809.1376 Representation Theory
+0809.2022
+0809.2316
+0809.2323
+0809.2328
+0809.2514 Analysis of PDEs
+0809.2741
+0809.3054 Phenomenology
+0810.3242 Quantum Algebra
+0810.4718 Phenomenology
+0810.5368 Superconductivity
+0810.5743 Complex Variables
+0811.0082
+0811.0540 Phenomenology
+0811.0630 Popular Physics
+0811.0710 Geometric Topology
+0811.0819 Programming Languages
+0811.0823 Neural and Evolutionary Computing
+0811.0830 Complex Variables
+0811.0835 Symplectic Geometry
+0811.0836
+0811.0840 Differential Geometry
+0811.0843
+0811.0849 Mesoscale and Nanoscale Physics
+0811.0851 Combinatorics
+0811.0858
+0811.0865 Experiment
+0811.0868
+0811.0887 Number Theory
+0811.0891 Logic
+0811.0893 Phenomenology
+0811.0897 Superconductivity
+0811.0899
+0811.0902 Operator Algebras
+0811.0921 Optics
+0811.0922
+0811.0937 Analysis of PDEs
+0811.0940 Algebraic Geometry
+0811.0942 Artificial Intelligence
+0811.0944
+0811.0946 Analysis of PDEs
+0811.0948 Statistics Theory
+0811.0951 Analysis of PDEs
+0811.0952 Information Theory
+0811.0954 Popular Physics
+0811.0958 Operator Algebras
+0811.0962 Classical Analysis and ODEs
+0811.0964 Logic in Computer Science
+0811.0968 Optics
+0811.0971 Artificial Intelligence
+0811.0977 Logic in Computer Science
+0811.0979 Probability
+0811.0980 Adaptation and Self-Organizing Systems
+0811.0987 Computational Complexity
+0811.0990 Materials Science
+0811.0995
+0811.0997
+0811.1000 Information Theory
+0811.1003 Probability
+0811.1009
+0811.1013 Commutative Algebra
+0811.1014 Dynamical Systems
+0811.1015 Probability
+0811.1020
+astro-ph/0208168
+astro-ph/0210601
+astro-ph/0301617
+astro-ph/0303307
+astro-ph/0507200
+astro-ph/0605249
+astro-ph/0612285
+astro-ph/0703721
+astro-ph/9908072
+cond-mat/0512016 Mesoscale and Nanoscale Physics
+cond-mat/0609615 Superconductivity
+cond-mat/9905393 Soft Condensed Matter
+cond-mat/9908420 Statistical Mechanics
+cs/0603118 Logic in Computer Science
+gr-qc/0305065
+gr-qc/0401065
+gr-qc/0410030
+hep-ex/0001045 Experiment
+hep-ex/0001054 Experiment
+hep-ex/0002062 Experiment
+hep-ex/0007040 Experiment
+hep-ex/0009017 Experiment
+hep-ex/0009021 Experiment
+hep-ex/0010029 Experiment
+hep-ex/0011022 Experiment
+hep-ex/0011052 Experiment
+hep-ex/0101044 Experiment
+hep-ex/0101045 Experiment
+hep-ex/0210016 Experiment
+hep-ex/0611056 Experiment
+hep-ex/9808031 Experiment
+hep-ex/9904015 Experiment
+hep-ex/9906041 Experiment
+hep-ex/9911030 Experiment
+hep-ph/0302057 Phenomenology
+hep-th/9908083 Theory
+math/0012078 Classical Analysis and ODEs
+math/0107082 Classical Analysis and ODEs
+math/0305079 Classical Analysis and ODEs
+math/0305131 Classical Analysis and ODEs
+math/0605280 Rings and Algebras
+math/0607246 Algebraic Topology
+math/0610347 Rings and Algebras
+nucl-th/0308001
+physics/0607261 Instrumentation and Detectors
+physics/0608090 Instrumentation and Detectors
+physics/0610017 Accelerator Physics
+physics/0610145 Accelerator Physics
+physics/0610285 Accelerator Physics
+physics/0610287 Instrumentation and Detectors
+physics/0702171 Instrumentation and Detectors
+0710.3358 Complex Variables
+0804.0634 Atomic Physics
+0805.1997 Theory
+0806.4963 Theory
+0807.3595 Strongly Correlated Electrons
+0808.0296 Superconductivity
+0810.4473 Other Condensed Matter
+0811.1246 Theory
+0812.1379 Distributed, Parallel, and Cluster Computing
+0812.3506 Optics
+0812.3628 Phenomenology
+0812.3904 Probability
+math/0610518 Statistics Theory
+math/0610520 Probability
+physics/0605152 Physics Education
+physics/0612118 Physics Education
+quant-ph/9904051
+0704.0743 Strongly Correlated Electrons
+0704.3894 Differential Geometry
+0705.0564 Information Theory
+0705.2451 Combinatorics
+0708.1582 Combinatorics
+0710.0622 Mesoscale and Nanoscale Physics
+0801.2492 Mesoscale and Nanoscale Physics
+0801.2905
+0802.4058 Materials Science
+0804.4782 Theory
+cond-mat/0106355 Strongly Correlated Electrons
+math/0607483 Algebraic Geometry
+quant-ph/0605178
+0707.1494 Classical Analysis and ODEs
+0707.1659 Statistical Mechanics
+0711.4306 Mesoscale and Nanoscale Physics
+0712.0757 Mesoscale and Nanoscale Physics
+0712.3762 Geometric Topology
+0801.1020 Other Condensed Matter
+0801.1286 Phenomenology
+0801.4790 Discrete Mathematics
+0802.0629 Mesoscale and Nanoscale Physics
+0802.1941 Disordered Systems and Neural Networks
+0802.2319 Statistical Mechanics
+0802.2872 Experiment
+0803.2557
+0804.0251 Operator Algebras
+0804.2309 Materials Science
+0805.2860 Combinatorics
+0806.0020 General Mathematics
+0806.0986
+0806.2919 Phenomenology
+0806.3552
+0806.4606
+0806.4619 Combinatorics
+0806.4624
+0806.4625 Experiment
+0806.4628 Phenomenology
+0806.4634 Experiment
+0806.4637 Algebraic Geometry
+0806.4642 Machine Learning
+0806.4648 Robotics
+0806.4650 Neural and Evolutionary Computing
+0806.4654 Strongly Correlated Electrons
+0806.4655 Differential Geometry
+0806.4659 Differential Geometry
+0806.4666 Differential Geometry
+0806.4670 Theory
+0806.4671 Differential Geometry
+0806.4672 Differential Geometry
+0806.4684 Probability
+0806.4689 Geometric Topology
+0806.4699 Combinatorics
+0806.4702 Fluid Dynamics
+0806.4706 Materials Science
+0806.4721 Optimization and Control
+0806.4722 Information Theory
+0806.4728 Differential Geometry
+0806.4729 General Physics
+0806.4732 Logic
+0806.4737 Information Theory
+0806.4743 Rings and Algebras
+0806.4749 Databases
+0806.4751
+0806.4760 Logic
+0806.4761 Functional Analysis
+0806.4764 Phenomenology
+0806.4772 Geophysics
+0806.4775 Soft Condensed Matter
+0806.4784 Other Condensed Matter
+0806.4785 Logic
+0806.4786 Experiment
+0806.4801 Group Theory
+0806.4802 Computer Science and Game Theory
+0806.4804 Superconductivity
+0806.4813 Experiment
+0806.4820 Commutative Algebra
+0806.4830 Number Theory
+0806.4846 Phenomenology
+0806.4848 Combinatorics
+0806.4849 Materials Science
+0806.4853 Exactly Solvable and Integrable Systems
+0806.4858 Computational Geometry
+0806.4869 Algebraic Geometry
+0806.4872 Statistical Mechanics
+0806.4875
+0806.4879 Phenomenology
+0806.4885 Differential Geometry
+0806.4887 Instrumentation and Detectors
+0806.4890 Phenomenology
+0806.4891
+0806.4896
+0806.4899 Data Structures and Algorithms
+0806.4902 Analysis of PDEs
+0806.4903 Analysis of PDEs
+0806.4910 Fluid Dynamics
+0806.4911
+0806.4912 Plasma Physics
+0806.4915 Analysis of PDEs
+0806.4916 Group Theory
+0806.4918 Phenomenology
+0806.4919 Functional Analysis
+0806.4924 Physics Education
+0806.4929
+0806.4933
+0806.4939 Quantum Algebra
+0806.4946 Logic
+0806.4947 Number Theory
+0806.4949 Logic
+0806.4950 Phenomenology
+0806.4954
+0806.4960 Theory
+0806.4966 Optimization and Control
+0806.4967 Number Theory
+0806.4969 Phenomenology
+0806.4976 Combinatorics
+0806.4979 Information Theory
+cond-mat/0702207 Mesoscale and Nanoscale Physics
+cond-mat/0702210 Mesoscale and Nanoscale Physics
+gr-qc/0609098
+math/0409101 Representation Theory
+math/0411095 Combinatorics
+math/0411182 Representation Theory
+math/0501103 Differential Geometry
+math/0501284 Number Theory
+math/0509532 K-Theory and Homology
+math/0605332 Algebraic Geometry
+physics/0602084 General Physics
+0705.2342
+0709.3533
+0710.3846 Representation Theory
+0712.2448 Combinatorics
+0801.4787 Strongly Correlated Electrons
+0802.1535 General Mathematics
+0802.3774 Strongly Correlated Electrons
+0805.4659
+0806.2762 Chemical Physics
+0806.3145
+0806.3618 Soft Condensed Matter
+0808.2332 Data Analysis, Statistics and Probability
+math/0610363 Optimization and Control
+quant-ph/0503017
+quant-ph/0506181
+0704.0382 Number Theory
+0705.0803 Phenomenology
+0707.0197 Geometric Topology
+0707.3495 Group Theory
+0707.4378 Mesoscale and Nanoscale Physics
+0711.0320 Mesoscale and Nanoscale Physics
+0711.3388 Combinatorics
+0711.3997 Classical Physics
+0712.1165 Data Analysis, Statistics and Probability
+0712.1293 Disordered Systems and Neural Networks
+0801.0821
+0801.4122 Quantitative Methods
+0801.4499 Probability
+0802.4260 Functional Analysis
+0803.2433 Combinatorics
+0803.3096
+0803.4383
+0804.0421
+0805.1184 General Topology
+0805.1287
+0805.3353
+0806.0990 Other Condensed Matter
+0807.0771 Mesoscale and Nanoscale Physics
+0807.2883 Differential Geometry
+0807.3661 Applications
+0807.3729 Superconductivity
+0807.3811
+0808.1545
+0809.2476 Instrumentation and Detectors
+0809.3936 Algebraic Geometry
+0809.4930 Phenomenology
+0810.0232 Experiment
+0810.0315 Experiment
+0810.0465 Experiment
+0810.0475 Phenomenology
+0810.0551 Experiment
+0810.2179 Logic in Computer Science
+0810.2192 Theory
+0810.2703 Experiment
+0810.2876 Combinatorics
+0810.3009
+0810.3016
+0810.3019 Combinatorics
+0810.3023 Computer Science and Game Theory
+0810.3024 General Topology
+0810.3026 General Topology
+0810.3027 Complex Variables
+0810.3030 General Topology
+0810.3031 Theory
+0810.3032 Physics Education
+0810.3035 Biological Physics
+0810.3037 Materials Science
+0810.3038 Numerical Analysis
+0810.3042 Biological Physics
+0810.3045 Experiment
+0810.3051 Statistical Mechanics
+0810.3057 Materials Science
+0810.3069 Experiment
+0810.3072 Functional Analysis
+0810.3073 Classical Analysis and ODEs
+0810.3076 Human-Computer Interaction
+0810.3082 History and Overview
+0810.3086
+0810.3090 Functional Analysis
+0810.3094 Strongly Correlated Electrons
+0810.3098 Probability
+0810.3099 General Physics
+0810.3104 Phenomenology
+0810.3106 Theory
+0810.3110 Functional Analysis
+0810.3116 Theory
+0810.3124 Materials Science
+0810.3126 Classical Physics
+0810.3127 General Topology
+0810.3128 Probability
+0810.3132 Representation Theory
+0810.3133 Combinatorics
+0810.3137 Statistical Mechanics
+0810.3143 Materials Science
+0810.3144 Experiment
+0810.3146 Geometric Topology
+0810.3147 Number Theory
+0810.3148 Representation Theory
+0810.3151 Differential Geometry
+0810.3154 Chaotic Dynamics
+0810.3160
+0810.3161 Experiment
+0810.3162 Logic in Computer Science
+0810.3164 Dynamical Systems
+0810.3165 Phenomenology
+0810.3167 Experiment
+0810.3169 Experiment
+0810.3170 General Physics
+0810.3171 Experiment
+0810.3173 Probability
+0810.3174 Instrumentation and Detectors
+0810.3178 Experiment
+0810.3182 Computer Science and Game Theory
+0810.3184 Instrumentation and Detectors
+0810.3188 General Physics
+0810.3189 Combinatorics
+0810.3195 Differential Geometry
+0810.3196 General Mathematics
+0810.3200 Phenomenology
+0810.3203 Symbolic Computation
+0810.3208 Phenomenology
+0810.3210 Phenomenology
+0810.3219 Experiment
+0810.3221 Classical Physics
+0810.3222 Other Condensed Matter
+0810.3223 Number Theory
+0810.3226 Information Theory
+0810.3227 Distributed, Parallel, and Cluster Computing
+0810.3230
+0810.3231 Experiment
+cond-mat/0311140 Strongly Correlated Electrons
+cs/0603005 Mathematical Software
+hep-th/0411111 Theory
+math/0701212 Differential Geometry
+math/0701597 Algebraic Geometry
+0705.0577 Superconductivity
+0706.1483 Number Theory
+0707.0701 Artificial Intelligence
+0707.4332 Geometric Topology
+0708.4012 Strongly Correlated Electrons
+0709.3290
+0712.2603 Functional Analysis
+0801.3874
+0801.4494 General Mathematics
+0802.1036 Quantum Algebra
+0802.1600 Computational Physics
+0802.2502 Disordered Systems and Neural Networks
+0803.0544
+0804.0174 Strongly Correlated Electrons
+0804.0234 Other Condensed Matter
+0804.0309 Phenomenology
+0804.1847 Disordered Systems and Neural Networks
+0804.4111 Strongly Correlated Electrons
+0804.4372 Populations and Evolution
+0805.3698 Statistical Mechanics
+0806.1059
+0806.1315 Materials Science
+0806.2132 Fluid Dynamics
+0806.2622 Optics
+0806.2982
+0806.3567 Other Condensed Matter
+0806.3601
+0807.0536
+0808.0015 Statistical Mechanics
+0808.1006
+0809.0093 Strongly Correlated Electrons
+0809.0606 Disordered Systems and Neural Networks
+0809.1622 Number Theory
+0809.2024
+0809.2843 Operator Algebras
+0809.2874
+0809.3559
+0809.4153
+0809.5004 Experiment
+0810.0265 Theory
+0810.0414 Experiment
+0810.0997
+0810.1002 Probability
+0810.1051 Strongly Correlated Electrons
+0810.1055
+0810.1056 Mesoscale and Nanoscale Physics
+0810.1063 Complex Variables
+0810.1067 Experiment
+0810.1073 Experiment
+0810.1087 Disordered Systems and Neural Networks
+0810.1091 History and Overview
+0810.1093 Number Theory
+0810.1101 Other Condensed Matter
+0810.1102 Disordered Systems and Neural Networks
+0810.1111 Fluid Dynamics
+0810.1117 Statistical Mechanics
+0810.1119 Information Theory
+0810.1128 Analysis of PDEs
+0810.1132 Networking and Internet Architecture
+0810.1135 Differential Geometry
+0810.1137
+0810.1144 Phenomenology
+0810.1146 Numerical Analysis
+0810.1147 Functional Analysis
+0810.1154 Number Theory
+0810.1156 Statistics Theory
+0810.1162 Group Theory
+0810.1163 Computation
+0810.1170 Mesoscale and Nanoscale Physics
+0810.1171 Phenomenology
+0810.1173 Statistics Theory
+0810.1174 Analysis of PDEs
+0810.1176 Group Theory
+0810.1184
+0810.1185 Materials Science
+0810.1188 General Physics
+0810.1197 Information Theory
+0810.1198
+0810.1199 Computation and Language
+0810.1201 Rings and Algebras
+0810.1204
+0810.1206 Classical Analysis and ODEs
+0810.1207 Computation and Language
+0810.1209 Phenomenology
+0810.1212 Computation and Language
+0810.1217 Phenomenology
+0810.1226 Networking and Internet Architecture
+0810.1228 Biological Physics
+0810.1235 Differential Geometry
+0810.1237 Chaotic Dynamics
+0810.1243 Theory
+0810.1247 Phenomenology
+0810.1248 Information Theory
+0810.1250 Biological Physics
+0810.1253 Information Theory
+0810.1257 Analysis of PDEs
+0810.1258 Soft Condensed Matter
+0810.1260 Information Theory
+0810.1261 Computation and Language
+0810.1262
+0810.1265 Dynamical Systems
+0810.1266 Analysis of PDEs
+0810.1267 Information Theory
+0810.1275 Phenomenology
+0810.1279 Category Theory
+astro-ph/0601038
+chao-dyn/9310002 Chaotic Dynamics
+chao-dyn/9310005 Chaotic Dynamics
+chao-dyn/9503006 Chaotic Dynamics
+chao-dyn/9503007 Chaotic Dynamics
+chao-dyn/9703007 Chaotic Dynamics
+chao-dyn/9804044 Chaotic Dynamics
+cond-mat/0005363 Strongly Correlated Electrons
+cond-mat/0006231 Strongly Correlated Electrons
+cond-mat/0010081 Strongly Correlated Electrons
+cond-mat/0201153 Strongly Correlated Electrons
+cond-mat/0211657 Strongly Correlated Electrons
+cond-mat/0303321 Strongly Correlated Electrons
+cond-mat/0307575 Strongly Correlated Electrons
+cond-mat/0312725 Strongly Correlated Electrons
+cond-mat/0401127 Strongly Correlated Electrons
+cond-mat/0412257 Strongly Correlated Electrons
+cond-mat/0412484 Strongly Correlated Electrons
+cond-mat/0503407 Strongly Correlated Electrons
+cond-mat/0504199 Strongly Correlated Electrons
+cond-mat/0506021 Strongly Correlated Electrons
+cond-mat/0511397 Strongly Correlated Electrons
+cond-mat/0511624 Strongly Correlated Electrons
+cond-mat/0601005 Strongly Correlated Electrons
+cond-mat/0602592 Strongly Correlated Electrons
+cond-mat/0603812 Strongly Correlated Electrons
+cond-mat/0605567 Strongly Correlated Electrons
+cond-mat/0606604 Strongly Correlated Electrons
+cond-mat/0610611 Strongly Correlated Electrons
+cond-mat/9906287 Strongly Correlated Electrons
+cond-mat/9907141 Strongly Correlated Electrons
+cond-mat/9911292 Strongly Correlated Electrons
+cs/0508037 Computational Complexity
+math-ph/0503042
+math-ph/0611086
+math/0603556 Algebraic Geometry
+math/0610259 Analysis of PDEs
+0704.2369 Adaptation and Self-Organizing Systems
+0706.0227 Disordered Systems and Neural Networks
+0707.2954
+0710.5044 Combinatorics
+0711.0414 Strongly Correlated Electrons
+0711.3471 Statistical Mechanics
+0711.3749 Theory
+0712.0027 Combinatorics
+0712.1456 Statistics Theory
+0712.4018
+0801.1386 Molecular Networks
+0801.3631 Disordered Systems and Neural Networks
+0801.3689 Dynamical Systems
+0801.3790 Computational Complexity
+0801.4170 Mesoscale and Nanoscale Physics
+0802.2789 Statistical Mechanics
+0803.3713 Numerical Analysis
+0803.4167 Theory
+0804.0142 Algebraic Geometry
+0804.1459 Superconductivity
+0804.1524 Superconductivity
+0804.3959
+0804.4010 Other Condensed Matter
+0804.4016
+0804.4018
+0804.4019 Logic
+0804.4020 Optimization and Control
+0804.4021 Fluid Dynamics
+0804.4025 Phenomenology
+0804.4027 Materials Science
+0804.4038 Representation Theory
+0804.4045
+0804.4048 Optics
+0804.4052 Spectral Theory
+0804.4058
+0804.4060
+0804.4062 Algebraic Geometry
+0804.4064 Superconductivity
+0804.4069
+0804.4070 Populations and Evolution
+0804.4071 Logic in Computer Science
+0804.4074
+0804.4075 Logic in Computer Science
+0804.4077
+0804.4086 General Physics
+0804.4093 Combinatorics
+0804.4095 Algebraic Geometry
+0804.4101 Other Condensed Matter
+0804.4120 Algebraic Geometry
+0804.4126
+0804.4133 Optics
+0804.4153 Number Theory
+0804.4156
+0804.4164 Algebraic Topology
+0804.4171 Superconductivity
+cond-mat/0312427 Mesoscale and Nanoscale Physics
+cond-mat/0411707 Mesoscale and Nanoscale Physics
+math-ph/0701063
+math/0008015 Differential Geometry
+math/0011039 Differential Geometry
+math/0611011 Category Theory
+0708.2759 Chaotic Dynamics
+0708.3216
+0709.3660 Differential Geometry
+0709.3788 Probability
+0710.0071 Optimization and Control
+0710.5900 Statistics Theory
+0711.0354 Fluid Dynamics
+0712.0413 Optimization and Control
+0712.2813 Commutative Algebra
+0801.3474 Soft Condensed Matter
+0802.0022 Phenomenology
+0802.0972 Differential Geometry
+0802.2096 Number Theory
+0802.2475 Classical Analysis and ODEs
+0803.3467 Neurons and Cognition
+0803.4123
+0804.3306
+0804.4106
+0805.1804 Materials Science
+0805.2471 Soft Condensed Matter
+0805.2613
+0805.2715 Mesoscale and Nanoscale Physics
+0805.2969
+0805.3156
+0805.3158 Combinatorics
+0805.3163 Experiment
+0805.3164 Information Theory
+0805.3166
+0805.3171 Experiment
+0805.3178
+0805.3181 Experiment
+0805.3183 General Physics
+0805.3184 General Physics
+0805.3186 Materials Science
+0805.3192 Chaotic Dynamics
+0805.3194 Numerical Analysis
+0805.3195 Operator Algebras
+0805.3197 General Physics
+0805.3198 Theory
+0805.3217 Computer Vision and Pattern Recognition
+0805.3218 Computer Vision and Pattern Recognition
+0805.3219 Analysis of PDEs
+0805.3229 Number Theory
+0805.3235 Statistical Mechanics
+0805.3237 Operating Systems
+0805.3243 Experiment
+0805.3247 Mesoscale and Nanoscale Physics
+0805.3253
+0805.3261 Logic in Computer Science
+0805.3262
+0805.3270 Rings and Algebras
+0805.3272 Numerical Analysis
+0805.3277 Combinatorics
+0805.3281 Materials Science
+0805.3285 Phenomenology
+0805.3303 General Mathematics
+0805.3307 General Mathematics
+0805.3308 Analysis of PDEs
+0805.3311 Statistical Mechanics
+0805.3315 Strongly Correlated Electrons
+0805.3324 Materials Science
+0805.3332 Plasma Physics
+0805.3340 Differential Geometry
+cs/0701192 Programming Languages
+math/0008047 Quantum Algebra
+math/0603528 Differential Geometry
+0705.4241 Strongly Correlated Electrons
+0706.2432
+0707.2148 Commutative Algebra
+0710.1392 Algebraic Geometry
+0711.4635 Statistical Mechanics
+0712.3313 Materials Science
+0801.1163
+0803.2325 Metric Geometry
+0804.1372 Superconductivity
+0805.4200 Superconductivity
+0807.0667 Mesoscale and Nanoscale Physics
+0807.2551
+0807.4453 Superconductivity
+0807.5034 Materials Science
+0808.0414 Analysis of PDEs
+0809.3443 Algebraic Geometry
+0809.4256 Atomic Physics
+math/0605127 Differential Geometry
+math/0607084 Number Theory
+math/0608728 Geometric Topology
+quant-ph/0703023
+0705.1279 Representation Theory
+0705.2824 Analysis of PDEs
+0708.0881 Mesoscale and Nanoscale Physics
+0709.3195 Numerical Analysis
+0710.2044 Statistics Theory
+0710.3621 Computational Engineering, Finance, and Science
+0710.5890
+0711.2224 Differential Geometry
+0711.3378 Mesoscale and Nanoscale Physics
+0711.3815 Optics
+0711.4218 Statistics Theory
+0712.0306 Symplectic Geometry
+0712.3210 Probability
+0801.2984
+0801.3338 Disordered Systems and Neural Networks
+0801.3842 Other Condensed Matter
+0802.1791
+0803.0689 Statistical Mechanics
+0803.0912 Mesoscale and Nanoscale Physics
+0804.0998 Atomic Physics
+0804.1975 Mesoscale and Nanoscale Physics
+0805.0970
+0805.1862 Classical Physics
+0805.2279 Phenomenology
+0805.3868 Geophysics
+0806.2770
+0806.3620 Number Theory
+0807.1619 Statistical Mechanics
+0807.1951 Phenomenology
+0807.1953 Materials Science
+0807.2047 Computer Vision and Pattern Recognition
+0807.2161
+0807.2225
+0807.2238 K-Theory and Homology
+0807.2256
+0807.2257 K-Theory and Homology
+0807.2258
+0807.2260 Superconductivity
+0807.2264 Probability
+0807.2265 Algebraic Geometry
+0807.2269 Numerical Analysis
+0807.2275 Methodology
+0807.2277 History and Overview
+0807.2282 Neural and Evolutionary Computing
+0807.2300 Soft Condensed Matter
+0807.2301 Phenomenology
+0807.2302 Materials Science
+0807.2308
+0807.2311 Analysis of PDEs
+0807.2318 Optimization and Control
+0807.2319 Mesoscale and Nanoscale Physics
+0807.2323 Algebraic Geometry
+0807.2324 Phenomenology
+0807.2327 Algebraic Geometry
+0807.2328 Networking and Internet Architecture
+0807.2331 Theory
+0807.2340
+0807.2342
+0807.2344 Algebraic Geometry
+0807.2345 Representation Theory
+0807.2349 Probability
+0807.2361 Phenomenology
+0807.2362 Functional Analysis
+0807.2364 Phenomenology
+0807.2365 Combinatorics
+0807.2369 Superconductivity
+0807.2371 Commutative Algebra
+0807.2381 Cryptography and Security
+0807.2382 Numerical Analysis
+0807.2383 Software Engineering
+0807.2388 Functional Analysis
+0807.2392 Functional Analysis
+0807.2403 Phenomenology
+0807.2410 Materials Science
+0807.2420 Combinatorics
+0807.2425
+0807.2427
+0807.2431 Geometric Topology
+0807.2440 Information Theory
+0807.2441 Analysis of PDEs
+cond-mat/0507574 Superconductivity
+math/0012021 Algebraic Topology
+math/0310146 Algebraic Topology
+math/0506230 Differential Geometry
+math/0609477 Differential Geometry
+math/0702451 Commutative Algebra
+nlin/0602037 Pattern Formation and Solitons
+nucl-th/0606033
+0707.0725 Disordered Systems and Neural Networks
+0710.2296 Combinatorics
+0804.3554 Materials Science
+0810.2136 Optics
+0810.2828
+0810.5726 Mesoscale and Nanoscale Physics
+0811.0880 Strongly Correlated Electrons
+0811.1389
+0811.4216
+math/0511556 Number Theory
+math/0612369 Combinatorics
+0705.4360
+0707.4134 Geometric Topology
+0710.0212 Fluid Dynamics
+0710.2821 Algebraic Geometry
+0710.5060 Statistical Mechanics
+0710.5535
+0711.1954 Theory
+0711.4940 Classical Analysis and ODEs
+0712.0958 Probability
+0712.0992 Strongly Correlated Electrons
+0712.3105 Analysis of PDEs
+0801.2184
+0802.0204
+0802.1778
+0802.2859
+0803.1216 Optics
+0804.2317
+0804.3382 Data Analysis, Statistics and Probability
+0804.4243
+0804.4500
+0804.4632
+0805.0452 Chaotic Dynamics
+0805.1888 Phenomenology
+0805.2596
+0805.2624
+0805.2625 Representation Theory
+0805.2629 Information Theory
+0805.2640
+0805.2641 Information Theory
+0805.2643 General Physics
+0805.2644 Theory
+0805.2645 Theory
+0805.2646 Data Structures and Algorithms
+0805.2651
+0805.2656 Group Theory
+0805.2657
+0805.2659 Statistical Mechanics
+0805.2663 Number Theory
+0805.2664 Phenomenology
+0805.2674 Combinatorics
+0805.2679 Dynamical Systems
+0805.2680 Group Theory
+0805.2682 Dynamical Systems
+0805.2688
+0805.2690 Computer Vision and Pattern Recognition
+0805.2691 Information Theory
+0805.2693 Functional Analysis
+0805.2696 Combinatorics
+0805.2701 Group Theory
+0805.2707 History and Overview
+0805.2709 Combinatorics
+0805.2711 Analysis of PDEs
+0805.2716 Other Condensed Matter
+0805.2722 Algebraic Topology
+0805.2723 Atomic Physics
+0805.2729 Commutative Algebra
+0805.2730 Functional Analysis
+0805.2732 Operator Algebras
+0805.2735
+0805.2743 Geometric Topology
+0805.2749 Software Engineering
+0805.2753 Phenomenology
+0805.2757
+0805.2758 Functional Analysis
+0805.2765
+0805.2767 Operator Algebras
+0805.2773 Combinatorics
+0805.2782 Combinatorics
+0805.2786
+0805.2793 Differential Geometry
+0805.2803 Experiment
+0805.2807 Analysis of PDEs
+0805.2815 General Physics
+0805.2816 Differential Geometry
+0805.2821 Operator Algebras
+0805.2823 Phenomenology
+0805.2825 Phenomenology
+0805.2830 Probability
+0805.2831 Algebraic Geometry
+0805.2839 Superconductivity
+0805.2846 Complex Variables
+0805.2848
+0805.2863 Experiment
+0805.2885 Number Theory
+0805.2888 Superconductivity
+0805.2893 Theory
+0805.2906 Experiment
+0805.2910
+0805.2917 Functional Analysis
+0805.2918 Mesoscale and Nanoscale Physics
+0805.2921
+0805.2923
+0805.2929 Numerical Analysis
+0805.2932 Number Theory
+cs/0507052 Computational Complexity
+gr-qc/0609119
+math/0505285 Group Theory
+math/0601762 Differential Geometry
+math/0701458 Probability
+0704.0001 Phenomenology
+0704.0007
+0704.0031 Phenomenology
+0704.0032 Phenomenology
+0704.0039 Phenomenology
+0704.0048
+0704.0060
+0704.0064 Theory
+0704.0075 Phenomenology
+0704.0076 Phenomenology
+0704.0078
+0704.0083 Theory
+0704.0092 Lattice
+0704.0100
+0704.0101 Theory
+0704.0103
+0704.0106 Phenomenology
+0704.0116
+0704.0120 Experiment
+0704.0121 Theory
+0704.0138
+0704.0140 Theory
+0704.0143 Phenomenology
+0704.0149
+0704.0152
+0704.0154
+0704.0167 Phenomenology
+0704.0169 Phenomenology
+0704.0180
+0704.0186 Phenomenology
+0704.0196 Phenomenology
+0704.0220
+0704.0224
+0704.0228
+0704.0240 Theory
+0704.0245 Theory
+0704.0247 Theory
+0704.0254 Phenomenology
+0704.0255
+0704.0258 Theory
+0704.0278
+0704.0284 Theory
+0704.0288
+0704.0293 Phenomenology
+0704.0294 Phenomenology
+0704.0296 Theory
+0704.0299 Theory
+0704.0303
+0704.0314 Phenomenology
+0704.0318
+0704.0328 Phenomenology
+0704.0330 Phenomenology
+0704.0353
+0704.0366
+0704.0371
+0704.0384
+0704.0399
+0704.0404 Phenomenology
+0704.0407
+0704.0413 Phenomenology
+0704.0424
+0704.0429 Subcellular Processes
+0704.0435
+0704.0438 Phenomenology
+0704.0440 Other Condensed Matter
+0704.0443
+0704.0445 Theory
+0704.0490 Phenomenology
+0704.0496
+0704.0504
+0704.0505 Theory
+0704.0507 Theory
+0704.0510 Phenomenology
+0704.0513
+0704.0531 Theory
+0704.0553 Theory
+0704.0554
+0704.0559 Phenomenology
+0704.0563 General Physics
+0704.0594 Experiment
+0704.0595 Differential Geometry
+0704.0597 Experiment
+0704.0601 Phenomenology
+0704.0605 Phenomenology
+0704.0612 Phenomenology
+0704.0619 Phenomenology
+0704.0628
+0704.0631 Theory
+0704.0646
+0704.0655
+0704.0666 Theory
+0704.0668 Phenomenology
+0704.0670
+0704.0672 Theory
+0704.0697 Phenomenology
+0704.0705
+0704.0710
+0704.0711
+0704.0719
+0704.0722 Lattice
+0704.0732 Theory
+0704.0737 Theory
+0704.0753
+0704.0756 Theory
+0704.0777 Theory
+0704.0780
+0704.0782
+0704.0784 Theory
+0704.0786 Phenomenology
+0704.0790 Theory
+0704.0793 Theory
+0704.0794
+0704.0795 Lattice
+0704.0796
+0704.0797
+0704.0806
+0704.0822 Theory
+0704.0870 Accelerator Physics
+0704.0916
+0704.0920
+0704.0921 Theory
+0704.0928 Phenomenology
+0704.0934
+0704.0940 Theory
+0704.0955 Theory
+0704.0959 Phenomenology
+0704.0966
+0704.0971 Phenomenology
+0704.0986
+0704.0987 Phenomenology
+0704.0992
+0704.0995 Phenomenology
+0704.1000 Experiment
+0704.1015 Theory
+0704.1024
+0704.1027 Phenomenology
+0704.1035
+0704.1038 Theory
+0704.1049 Phenomenology
+0704.1060 Theory
+0704.1061 Phenomenology
+0704.1062
+0704.1072
+0704.1073
+0704.1075 Phenomenology
+0704.1084 Theory
+0704.1085 Theory
+0704.1086
+0704.1104 Theory
+0704.1108
+0704.1111 Theory
+0704.1124 Theory
+0704.1136
+0704.1137
+0704.1143 Phenomenology
+0704.1153 Phenomenology
+0704.1160 Theory
+0704.1165 Phenomenology
+0704.1185 Theory
+0704.1188 Phenomenology
+0704.1199 Phenomenology
+0704.1201 Phenomenology
+0704.1209
+0704.1219 Theory
+0704.1224
+0704.1229
+0704.1232 Phenomenology
+0704.1234 Theory
+0704.1239 Theory
+0704.1248 Phenomenology
+0704.1256 Phenomenology
+0704.1261
+0704.1270
+0704.1290 Theory
+0704.1307 Experiment
+0704.1311 Theory
+0704.1320 Theory
+0704.1324
+0704.1328
+0704.1336
+0704.1342
+0704.1344 Phenomenology
+0704.1345 Phenomenology
+0704.1351
+0704.1354 Experiment
+0704.1369 Experiment
+0704.1404
+0704.1405 Theory
+0704.1410
+0704.1416 Lattice
+0704.1417 Phenomenology
+0704.1422 Phenomenology
+0704.1426 Phenomenology
+0704.1436
+0704.1447
+0704.1451 Phenomenology
+0704.1452 Theory
+0704.1460 Theory
+0704.1470 Theory
+0704.1490 Lattice
+0704.1505 Phenomenology
+0704.1512 Theory
+0704.1514 Theory
+0704.1527 Phenomenology
+0704.1530
+0704.1535 Theory
+0704.1540 Theory
+0704.1545 Theory
+0704.1565 Phenomenology
+0704.1567
+0704.1568 Theory
+0704.1590 Phenomenology
+0704.1591 Phenomenology
+0704.1594
+0704.1604 Phenomenology
+0704.1613
+0704.1615
+0704.1616 Phenomenology
+0704.1637 Theory
+0704.1638
+0704.1639 Phenomenology
+0704.1646 Instrumentation and Detectors
+0704.1647 Phenomenology
+0704.1651 Theory
+0704.1653 Theory
+0704.1662 Phenomenology
+0704.1669
+0704.1674 Phenomenology
+0704.1677 Phenomenology
+0704.1685
+0704.1693
+0704.1699
+0704.1703
+0704.1719 Phenomenology
+0704.1721 Phenomenology
+0704.1724 Phenomenology
+0704.1725 Theory
+0704.1727 Theory
+0704.1728
+0704.1733
+0704.1740 Phenomenology
+0704.1743
+0704.1753 Phenomenology
+0704.1759 Quantum Algebra
+0704.1761 Theory
+0704.1774
+0704.1777 Phenomenology
+0704.1781
+0704.1784 Theory
+0704.1785
+0704.1800 Phenomenology
+0704.1805 Theory
+0704.1808
+0704.1819 Theory
+0704.1826 Phenomenology
+0704.1831
+0704.1835 Phenomenology
+0704.1845 Phenomenology
+0704.1848 Theory
+0704.1855 Theory
+0704.1856
+0704.1863 Experiment
+0704.1871
+0704.1898 Theory
+0704.1905
+0704.1913 Phenomenology
+0704.1932
+0704.1944
+0704.1956 Phenomenology
+0704.1960 Theory
+0704.1961 Phenomenology
+0704.1964
+0704.1967
+0704.1978
+0704.1981 Experiment
+0704.1984
+0704.1992
+0704.1998
+0704.2000 Experiment
+0704.2011
+0704.2013
+0704.2016 Lattice
+0704.2020 Phenomenology
+0704.2021
+0704.2039
+0704.2045 Phenomenology
+0704.2046 Quantum Algebra
+0704.2067 Theory
+0704.2069 Theory
+0704.2071 Theory
+0704.2072
+0704.2074
+0704.2076 Theory
+0704.2101
+0704.2103 Theory
+0704.2111 Theory
+0704.2124 Phenomenology
+0704.2135
+0704.2156 Lattice
+0704.2158 Phenomenology
+0704.2164 Phenomenology
+0704.2165 Phenomenology
+0704.2172 Phenomenology
+0704.2176
+0704.2185 Phenomenology
+0704.2192
+0704.2198 Theory
+0704.2218 Theory
+0704.2219 Theory
+0704.2222 Theory
+0704.2224 Theory
+0704.2232 Phenomenology
+0704.2233 Theory
+0704.2237 Theory
+0704.2243
+0704.2251 Theory
+0704.2273 Phenomenology
+0704.2277 Lattice
+0704.2281 Phenomenology
+0704.2284
+0704.2291
+0704.2292 Phenomenology
+0704.2301
+0704.2308 Phenomenology
+0704.2311 Theory
+0704.2312
+0704.2314 Phenomenology
+0704.2321 Theory
+0704.2334 Theory
+0704.2347
+0704.2349 Theory
+0704.2368 Phenomenology
+0704.2382 Lattice
+0704.2385 Lattice
+0704.2394 Experiment
+0704.2397
+0704.2400 Phenomenology
+0704.2423 Phenomenology
+0704.2424 Theory
+0704.2426
+0704.2429 Theory
+0704.2433 Lattice
+0704.2434
+0704.2444
+0704.2447
+0704.2449 Theory
+0704.2457 Phenomenology
+0704.2465 Theory
+0704.2468
+0704.2472 Theory
+0704.2482 Theory
+0704.2490 Theory
+0704.2493 Phenomenology
+0704.2506
+0704.2508
+0704.2514
+0704.2515 Experiment
+0704.2520 Theory
+0704.2526 Theory
+0704.2543
+0704.2553 Theory
+0704.2558
+0704.2559
+0704.2563 Theory
+0704.2568 Phenomenology
+0704.2570 Lattice
+0704.2588 Phenomenology
+0704.2591 Lattice
+0704.2593 Phenomenology
+0704.2599 Phenomenology
+0704.2612
+0704.2613 Theory
+0704.2616
+0704.2618 Phenomenology
+0704.2630 Theory
+0704.2635 Lattice
+0704.2647
+0704.2652 Experiment
+0704.2653
+0704.2654 Phenomenology
+0704.2658 Theory
+0704.2667
+0704.2672 Experiment
+0704.2673 Phenomenology
+0704.2676 Experiment
+0704.2683
+0704.2696 Lattice
+0704.2707 Theory
+0704.2717 Theory
+0704.2720
+0704.2724
+0704.2729
+0704.2736
+0704.2751 Theory
+0704.2764
+0704.2785 Phenomenology
+0704.2788
+0704.2804 Differential Geometry
+0704.2809 Phenomenology
+0704.2812 Theory
+0704.2823
+0704.2825
+0704.2827
+0704.2840 Theory
+0704.2851 Phenomenology
+0704.2854
+0704.2861
+0704.2878 Theory
+0704.2881
+0704.2884 Theory
+0704.2892
+0704.2894
+0704.2905 Theory
+0704.2914 Phenomenology
+0704.2915
+0704.2917
+0704.2944 Phenomenology
+0704.2946 Instrumentation and Detectors
+0704.2960 Theory
+0704.2983
+0704.2986
+0704.3000 Phenomenology
+0704.3004 Phenomenology
+0704.3016
+0704.3029 Phenomenology
+0704.3040 Theory
+0704.3042
+0704.3044
+0704.3046 Theory
+0704.3048 Phenomenology
+0704.3080 Theory
+0704.3082 Theory
+0704.3084 Theory
+0704.3101 Phenomenology
+0704.3102
+0704.3105 Phenomenology
+0704.3118 Theory
+0704.3119 Theory
+0704.3148
+0704.3153 Phenomenology
+0704.3164 Theory
+0704.3167 Phenomenology
+0704.3180 Phenomenology
+0704.3181 Theory
+0704.3186 Theory
+0704.3201 Phenomenology
+0704.3214 Theory
+0704.3234 Phenomenology
+0704.3242
+0704.3255 Theory
+0704.3258 Phenomenology
+0704.3272 Theory
+0704.3276 Theory
+0704.3285 Phenomenology
+0704.3295 Theory
+0704.3299 Phenomenology
+0704.3308 Theory
+0704.3310 Phenomenology
+0704.3311 Phenomenology
+0704.3326 Theory
+0704.3330
+0704.3340 Phenomenology
+0704.3343 Theory
+0704.3367 Phenomenology
+0704.3368
+0704.3372
+0704.3384 Phenomenology
+0704.3407 Theory
+0704.3413 Theory
+0704.3414
+0704.3429
+0704.3442 Theory
+0704.3459 Phenomenology
+0704.3462 Theory
+0704.3464 Theory
+0704.3465
+0704.3473 Theory
+0704.3477
+0704.3481 Phenomenology
+0704.3484 Theory
+0704.3498 Phenomenology
+0704.3507
+0704.3508
+0704.3514 Instrumentation and Detectors
+0704.3516 Theory
+0704.3532 Phenomenology
+0704.3537 Phenomenology
+0704.3538 Experiment
+0704.3540 Theory
+0704.3544 Theory
+0704.3547 Theory
+0704.3550
+0704.3553
+0704.3559 Theory
+0704.3563 Theory
+0704.3568 Phenomenology
+0704.3569
+0704.3571 Phenomenology
+0704.3580
+0704.3585 Phenomenology
+0704.3586 Theory
+0704.3599 Experiment
+0704.3606
+0704.3607
+0704.3612 Theory
+0704.3621
+0704.3626 Phenomenology
+0704.3634
+0704.3648
+0704.3652 Phenomenology
+0704.3655 Phenomenology
+0704.3664 Phenomenology
+0704.3667 Theory
+0704.3668
+0704.3676 Phenomenology
+0704.3688 Theory
+0704.3691
+0704.3712 Experiment
+0704.3719 Theory
+0704.3726
+0704.3728 Theory
+0704.3735 Phenomenology
+0704.3747 Lattice
+0704.3764
+0704.3769
+0704.3770 Phenomenology
+0704.3784
+0704.3790 Phenomenology
+0704.3793
+0704.3800
+0704.3827 Phenomenology
+0704.3838 Phenomenology
+0704.3882 Lattice
+0704.3891 Theory
+0704.3896 Phenomenology
+0704.3898
+0704.3909 Experiment
+0704.3913 Theory
+0704.3920 Theory
+0704.3927
+0704.3934 Phenomenology
+0704.3936
+0704.3963
+0704.3968 Phenomenology
+0704.3981 Phenomenology
+0704.3986
+0704.3987 Phenomenology
+0704.3996 Phenomenology
+0704.4000 Phenomenology
+0705.0006
+0705.0008 Theory
+0705.0013 Theory
+0705.0018 Lattice
+0705.0021 Phenomenology
+0705.0028 Phenomenology
+0705.0035 Phenomenology
+0705.0036 Phenomenology
+0705.0049
+0705.0051 Phenomenology
+0705.0059
+0705.0067
+0705.0068 Phenomenology
+0705.0072 Phenomenology
+0705.0074 Phenomenology
+0705.0079 Phenomenology
+0705.0101 Phenomenology
+0705.0107 Phenomenology
+0705.0112 Theory
+0705.0115 Phenomenology
+0705.0122
+0705.0126
+0705.0133 Phenomenology
+0705.0139
+0705.0143 Theory
+0705.0151 Phenomenology
+0705.0159 Theory
+0705.0162 Phenomenology
+0705.0165
+0705.0180 Phenomenology
+0705.0219 Phenomenology
+0705.0221
+0705.0226 Phenomenology
+0705.0228
+0705.0231
+0705.0239 Instrumentation and Detectors
+0705.0240 Theory
+0705.0242 Theory
+0705.0246
+0705.0254 Phenomenology
+0705.0258 Theory
+0705.0264 Phenomenology
+0705.0268
+0705.0282 Phenomenology
+0705.0283 Lattice
+0705.0294 Phenomenology
+0705.0300
+0705.0301 Phenomenology
+0705.0306 Experiment
+0705.0307 Theory
+0705.0308 Phenomenology
+0705.0310 Instrumentation and Detectors
+0705.0321 Theory
+0705.0329 Phenomenology
+0705.0331
+0705.0343
+0705.0345 Phenomenology
+0705.0349
+0705.0382
+0705.0383 Lattice
+0705.0394 Theory
+0705.0397 Phenomenology
+0705.0399 Phenomenology
+0705.0400
+0705.0440
+0705.0459
+0705.0465 Theory
+0705.0469
+0705.0470 Phenomenology
+0705.0473 Theory
+0705.0486 Phenomenology
+0705.0502
+0705.0513
+0705.0526
+0705.0527 Mesoscale and Nanoscale Physics
+0705.0533
+0705.0534 Phenomenology
+0705.0535 Theory
+0705.0548
+0705.0550 Theory
+0705.0554 Phenomenology
+0705.0557
+0705.0563 Theory
+0705.0565 Phenomenology
+0705.0572 Lattice
+0705.0579 Phenomenology
+0705.0597 Theory
+0705.0613 Theory
+0705.0617 Lattice
+0705.0624 Phenomenology
+0705.0632 Theory
+0705.0638
+0705.0644
+0705.0646 Theory
+0705.0673 Phenomenology
+0705.0674
+0705.0676 Theory
+0705.0680 Phenomenology
+0705.0688
+0705.0689 Phenomenology
+0705.0691
+0705.0703 Phenomenology
+0705.0712
+0705.0720
+0705.0727
+0705.0740
+0705.0746 Phenomenology
+0705.0747 Theory
+0705.0756 Theory
+0705.0757 Phenomenology
+0705.0774
+0705.0782
+0705.0792 Phenomenology
+0705.0794 Phenomenology
+0705.0802 Phenomenology
+0705.0810
+0705.0812 Experiment
+0705.0827 Theory
+0705.0837 Phenomenology
+0705.0842
+0705.0849 Atomic Physics
+0705.0850
+0705.0861 Lattice
+0705.0865 Phenomenology
+0705.0866 Theory
+0705.0871 Theory
+0705.0882 Theory
+0705.0884 Phenomenology
+0705.0890 Theory
+0705.0892 Phenomenology
+0705.0916 Phenomenology
+0705.0917 Phenomenology
+0705.0921 Phenomenology
+0705.0924
+0705.0934 Phenomenology
+0705.0945 Phenomenology
+0705.0954 Phenomenology
+0705.0980 Theory
+0705.0983 Theory
+0705.1005 Phenomenology
+0705.1014 Phenomenology
+0705.1017
+0705.1039
+0705.1044
+0705.1047 Phenomenology
+0705.1048 Theory
+0705.1049
+0705.1051
+0705.1054 Theory
+0705.1058
+0705.1059
+0705.1060
+0705.1068 Theory
+0705.1080
+0705.1089 Phenomenology
+0705.1092
+0705.1098 Theory
+0705.1111
+0705.1121 Phenomenology
+0705.1131
+0705.1147
+0705.1157 Theory
+0705.1158
+0705.1162 Theory
+0705.1178 Theory
+0705.1179
+0705.1181 Phenomenology
+0705.1188 Phenomenology
+0705.1196 Phenomenology
+0705.1200 Phenomenology
+0705.1207
+0705.1211 Theory
+0705.1225 Theory
+0705.1228 Theory
+0705.1233 Theory
+0705.1234 Phenomenology
+0705.1264
+0705.1277
+0705.1290 Phenomenology
+0705.1291
+0705.1313
+0705.1318
+0705.1322 Theory
+0705.1326 Phenomenology
+0705.1330 Phenomenology
+0705.1334 Phenomenology
+0705.1337
+0705.1346
+0705.1352 Phenomenology
+0705.1357 Phenomenology
+0705.1358
+0705.1359
+0705.1362
+0705.1366 Phenomenology
+0705.1369
+0705.1371
+0705.1379 Phenomenology
+0705.1391 Phenomenology
+0705.1404 Theory
+0705.1419
+0705.1422 Theory
+0705.1429
+0705.1447 Phenomenology
+0705.1468 Theory
+0705.1473
+0705.1476 Phenomenology
+0705.1483 Theory
+0705.1491
+0705.1495 Phenomenology
+0705.1498
+0705.1499 Phenomenology
+0705.1503 Phenomenology
+0705.1507 Theory
+0705.1511
+0705.1518
+0705.1528 Strongly Correlated Electrons
+0705.1550 Experiment
+0705.1570
+0705.1571
+0705.1572
+0705.1573 Phenomenology
+0705.1575 Phenomenology
+0705.1584 Phenomenology
+0705.1586 Theory
+0705.1596 Phenomenology
+0705.1624 Phenomenology
+0705.1634 Phenomenology
+0705.1642
+0705.1665
+0705.1678
+0705.1681
+0705.1688
+0705.1691
+0705.1693 Theory
+0705.1695 Phenomenology
+0705.1697
+0705.1716
+0705.1719 Phenomenology
+0705.1729 Phenomenology
+0705.1738
+0705.1749 Phenomenology
+0705.1756
+0705.1769 Theory
+0705.1772
+0705.1785 Theory
+0705.1786 Theory
+0705.1791 Theory
+0705.1816 Theory
+0705.1821 Phenomenology
+0705.1826
+0705.1840 Theory
+0705.1857 Phenomenology
+0705.1864 Theory
+0705.1871 Theory
+0705.1872 Theory
+0705.1878
+0705.1879 Theory
+0705.1883 Phenomenology
+0705.1885 Phenomenology
+0705.1896 Phenomenology
+0705.1902 Phenomenology
+0705.1906
+0705.1908 Theory
+0705.1916 Theory
+0705.1920 Phenomenology
+0705.1923 Theory
+0705.1924 Theory
+0705.1929 Theory
+0705.1933 Statistical Mechanics
+0705.1975 Phenomenology
+0705.1981
+0705.1982 Theory
+0705.1983 Theory
+0705.1987
+0705.1995 Phenomenology
+0705.2002 Theory
+0705.2008 Phenomenology
+0705.2010
+0705.2013 Phenomenology
+0705.2014 Lattice
+0705.2019 Phenomenology
+0705.2025 Phenomenology
+0705.2047
+0705.2059 Theory
+0705.2062 Theory
+0705.2064
+0705.2066
+0705.2068 Theory
+0705.2070
+0705.2113 Theory
+0705.2131
+0705.2141 Phenomenology
+0705.2146 Theory
+0705.2150 Theory
+0705.2151
+0705.2153 Phenomenology
+0705.2169
+0705.2183 Phenomenology
+0705.2193 Phenomenology
+0705.2197 Theory
+0705.2198 Lattice
+0705.2200 Theory
+0705.2203
+0705.2204 Phenomenology
+0705.2208 Theory
+0705.2212 Lattice
+0705.2233 Theory
+0705.2241 Phenomenology
+0705.2245 Theory
+0705.2249 Theory
+0705.2252
+0705.2259 Theory
+0705.2277 Phenomenology
+0705.2282 Accelerator Physics
+0705.2289
+0705.2290 Phenomenology
+0705.2306
+0705.2325
+0705.2326 Phenomenology
+0705.2331 Theory
+0705.2336
+0705.2340 Lattice
+0705.2347 Theory
+0705.2352 Theory
+0705.2357
+0705.2364 Theory
+0705.2368
+0705.2369 Theory
+0705.2380
+0705.2382
+0705.2386 Instrumentation and Detectors
+0705.2388
+0705.2399 Phenomenology
+0705.2403 Phenomenology
+0705.2405
+0705.2410 Theory
+0705.2413 Phenomenology
+0705.2427 Theory
+0705.2429 Theory
+0705.2430 Theory
+0705.2440
+0705.2443
+0705.2449
+0705.2465
+0705.2469 Theory
+0705.2470 Phenomenology
+0705.2471 Theory
+0705.2478
+0705.2490 Theory
+0705.2496
+0705.2501 Phenomenology
+0705.2502
+0705.2511
+0705.2519
+0705.2533
+0705.2534 Theory
+0705.2544
+0705.2555
+0705.2559 Phenomenology
+0705.2562 Theory
+0705.2563 Theory
+0705.2567 Theory
+0705.2571
+0705.2575 Phenomenology
+0705.2595 Phenomenology
+0705.2606 Theory
+0705.2609 Phenomenology
+0705.2610 Phenomenology
+0705.2611 Theory
+0705.2616 Phenomenology
+0705.2621 Phenomenology
+0705.2629 Lattice
+0705.2634 Theory
+0705.2639 Theory
+0705.2656
+0705.2659
+0705.2666 Phenomenology
+0705.2680 Theory
+0705.2681
+0705.2682 Theory
+0705.2695
+0705.2716 Theory
+0705.2718 Lattice
+0705.2723 Theory
+0705.2729
+0705.2733
+0705.2744 Phenomenology
+0705.2748
+0705.2751 Statistical Mechanics
+0705.2755 Theory
+0705.2777 Theory
+0705.2778 Theory
+0705.2797 Lattice
+0705.2801 Experiment
+0705.2834 Theory
+0705.2844 Theory
+0705.2851
+0705.2852
+0705.2880
+0705.2885
+0705.2887 Phenomenology
+0705.2893
+0705.2898 Theory
+0705.2900 Phenomenology
+0705.2903 Theory
+0705.2909 Phenomenology
+0705.2917 Phenomenology
+0705.2924 Phenomenology
+0705.2926 Theory
+0705.2928 Lattice
+0705.2930
+0705.2939 Theory
+0705.2949 Theory
+0705.2952
+0705.2957 Phenomenology
+0705.2960 Theory
+0705.2968
+0705.2980 Theory
+0705.2981 Theory
+0705.2982 Theory
+0705.2984
+0705.2987
+0705.2999
+0705.3007 Theory
+0705.3027
+0705.3035 Phenomenology
+0705.3037 Phenomenology
+0705.3041 Phenomenology
+0705.3043 Theory
+0705.3049 Phenomenology
+0705.3055 Phenomenology
+0705.3064 Theory
+0705.3074
+0705.3075 Phenomenology
+0705.3079 Phenomenology
+0705.3082 Phenomenology
+0705.3086 Phenomenology
+0705.3092 Phenomenology
+0705.3095 Theory
+0705.3098
+0705.3101 Phenomenology
+0705.3103 Phenomenology
+0705.3115
+0705.3127 Phenomenology
+0705.3129 Theory
+0705.3138
+0705.3148 Theory
+0705.3150 Theory
+0705.3151 Lattice
+0705.3160 Theory
+0705.3181 Phenomenology
+0705.3192
+0705.3193
+0705.3206 Theory
+0705.3210 Theory
+0705.3221 Phenomenology
+0705.3225 Instrumentation and Detectors
+0705.3229 Experiment
+0705.3230 Phenomenology
+0705.3238
+0705.3260 Phenomenology
+0705.3263 Theory
+0705.3265 Theory
+0705.3279 Phenomenology
+0705.3287 Phenomenology
+0705.3291 Theory
+0705.3292 Theory
+0705.3306 Theory
+0705.3307
+0705.3314 Phenomenology
+0705.3320 Theory
+0705.3323
+0705.3330 Theory
+0705.3334 Phenomenology
+0705.3367 Lattice
+0705.3380 Theory
+0705.3385 Phenomenology
+0705.3392 Phenomenology
+0705.3393 Theory
+0705.3420 Lattice
+0705.3422
+0705.3437
+0705.3439
+0705.3440 Theory
+0705.3452 Theory
+0705.3472 Phenomenology
+0705.3475
+0705.3483 Experiment
+0705.3484 Theory
+0705.3493 Phenomenology
+0705.3494 Theory
+0705.3517 Theory
+0705.3518 Phenomenology
+0705.3523 Lattice
+0705.3528 Theory
+0705.3530 Theory
+0705.3540 Theory
+0705.3541 Strongly Correlated Electrons
+0705.3546 Theory
+0705.3550
+0705.3553 Phenomenology
+0705.3579
+0705.3580 Phenomenology
+0705.3587
+0705.3591 Theory
+0705.3608 Theory
+0705.3615 Atomic Physics
+0705.3620
+0705.3630 Theory
+0705.3636 Phenomenology
+0705.3637 Phenomenology
+0705.3650 Phenomenology
+0705.3655
+0705.3656 Theory
+0705.3672 Phenomenology
+0705.3682 Phenomenology
+0705.3692 Theory
+0705.3694 Accelerator Physics
+0705.3696 Mesoscale and Nanoscale Physics
+0705.3697 Theory
+0705.3698 Lattice
+0705.3703 Instrumentation and Detectors
+0705.3704 Atomic Physics
+0705.3714 Theory
+0705.3720 Phenomenology
+0705.3745 Lattice
+0705.3755
+0705.3782 Phenomenology
+0705.3786 Phenomenology
+0705.3787 Phenomenology
+0705.3789 Theory
+0705.3795
+0705.3796
+0705.3809 Phenomenology
+0705.3814 Lattice
+0705.3816
+0705.3828 Theory
+0705.3829
+0705.3831 Lattice
+0705.3835
+0705.3837 Theory
+0705.3844 Phenomenology
+0705.3845
+0705.3847 Theory
+0705.3866 Theory
+0705.3871 Theory
+0705.3887 Phenomenology
+0705.3891 Statistical Mechanics
+0705.3892
+0705.3893 Theory
+0705.3899 Phenomenology
+0705.3909 Phenomenology
+0705.3915 Phenomenology
+0705.3933
+0705.3936
+0705.3939 Phenomenology
+0705.3947 Theory
+0705.3950
+0705.3951
+0705.3960
+0705.3965
+0705.3973
+0705.3998
+0705.4002
+0705.4012
+0705.4022 Theory
+0705.4027 Phenomenology
+0705.4029 Phenomenology
+0705.4046 Phenomenology
+0705.4050 Theory
+0705.4052 Phenomenology
+0705.4059 Phenomenology
+0705.4063
+0705.4069
+0705.4070 Phenomenology
+0705.4082 Theory
+0705.4097 Phenomenology
+0705.4115 Phenomenology
+0705.4129 Lattice
+0705.4141 Theory
+0705.4156 Phenomenology
+0705.4160 Phenomenology
+0705.4183 Experiment
+0705.4202
+0705.4205 Theory
+0705.4206 Accelerator Physics
+0705.4214 Theory
+0705.4219 Phenomenology
+0705.4227 Phenomenology
+0705.4249
+0705.4265
+0705.4267 Theory
+0705.4280 Phenomenology
+0705.4294 Theory
+0705.4298
+0705.4313
+0705.4317 Phenomenology
+0705.4335 Other Condensed Matter
+0705.4337
+0705.4340 Phenomenology
+0705.4345 Phenomenology
+0705.4357 Phenomenology
+0705.4381 Theory
+0705.4383 Phenomenology
+0705.4384 Theory
+0705.4387 Phenomenology
+0705.4392 Phenomenology
+0705.4393 Theory
+0705.4398
+0705.4402 Phenomenology
+0705.4407 Phenomenology
+0705.4409
+0705.4414 Theory
+0705.4418
+0705.4419 Phenomenology
+0705.4421 Phenomenology
+0705.4426
+0705.4428 Atomic Physics
+0705.4434
+0705.4443
+0705.4449
+0705.4452
+0705.4457
+0705.4459
+0705.4461 Theory
+0705.4471 Theory
+0705.4477
+0705.4484 Theory
+0705.4492
+0705.4493 Phenomenology
+0705.4507
+0705.4511
+0705.4512
+0705.4526
+0705.4528 Phenomenology
+0705.4533 Theory
+0705.4547 Phenomenology
+0705.4551 Statistical Mechanics
+0705.4559 Phenomenology
+0705.4565
+0705.4568
+0705.4574
+0705.4575 Theory
+0705.4581 Theory
+0705.4585
+0705.4599 Phenomenology
+0705.4600
+0705.4601
+0705.4603
+0705.4609
+0705.4613 Theory
+0705.4620
+0705.4627
+0705.4628 Theory
+0705.4629 Experiment
+0705.4644
+0705.4645
+0705.4652
+0705.4660 Lattice
+0705.4666 Phenomenology
+0705.4667 Phenomenology
+0705.4668
+0705.4669
+0705.4677 Phenomenology
+0706.0004
+0706.0007 Phenomenology
+0706.0012
+0706.0021 Theory
+0706.0034
+0706.0036 Theory
+0706.0039
+0706.0048
+0706.0053 Phenomenology
+0706.0055
+0706.0060
+0706.0071 Theory
+0706.0074
+0706.0080
+0706.0087
+0706.0090
+0706.0092
+0706.0102 Instrumentation and Detectors
+0706.0108 Phenomenology
+0706.0114
+0706.0129
+0706.0130
+0706.0131 Data Analysis, Statistics and Probability
+0706.0132
+0706.0142
+0706.0145
+0706.0175 Theory
+0706.0179
+0706.0183
+0706.0199
+0706.0200 Phenomenology
+0706.0207 Theory
+0706.0212 Statistical Mechanics
+0706.0217 Theory
+0706.0222 Theory
+0706.0226
+0706.0232 Phenomenology
+0706.0233
+0706.0242
+0706.0258
+0706.0260
+0706.0263
+0706.0273
+0706.0274
+0706.0275 Theory
+0706.0277
+0706.0279
+0706.0283
+0706.0288 Theory
+0706.0293 Phenomenology
+0706.0295 Theory
+0706.0296 Phenomenology
+0706.0302 Phenomenology
+0706.0312 Phenomenology
+0706.0316 Phenomenology
+0706.0325 Phenomenology
+0706.0340 Theory
+0706.0354 Phenomenology
+0706.0364
+0706.0365 Theory
+0706.0368 Theory
+0706.0369
+0706.0375
+0706.0384 Phenomenology
+0706.0391
+0706.0399 Phenomenology
+0706.0409 Theory
+0706.0410 Theory
+0706.0412
+0706.0424 Theory
+0706.0426 Statistical Mechanics
+0706.0432 Phenomenology
+0706.0437 Experiment
+0706.0441 Phenomenology
+0706.0442 Theory
+0706.0454 Phenomenology
+0706.0459 Phenomenology
+0706.0467
+0706.0471
+0706.0472
+0706.0485 Theory
+0706.0490 Phenomenology
+0706.0491
+0706.0495
+0706.0509
+0706.0511 Theory
+0706.0514 Theory
+0706.0533
+0706.0536 Phenomenology
+0706.0553
+0706.0586
+0706.0589 Phenomenology
+0706.0595 Theory
+0706.0596 Phenomenology
+0706.0603 Theory
+0706.0607
+0706.0616 Phenomenology
+0706.0636
+0706.0646
+0706.0649
+0706.0654
+0706.0658
+0706.0663 Theory
+0706.0678
+0706.0691
+0706.0693 Phenomenology
+0706.0698
+0706.0704
+0706.0706 Theory
+0706.0728 Theory
+0706.0731 Theory
+0706.0740
+0706.0746 Instrumentation and Detectors
+0706.0762 Theory
+0706.0771 Phenomenology
+0706.0772 Theory
+0706.0779
+0706.0781 Phenomenology
+0706.0805 Phenomenology
+0706.0820 Theory
+0706.0827 Phenomenology
+0706.0850 Phenomenology
+0706.0865 Phenomenology
+0706.0890 Theory
+0706.0892
+0706.0897 Phenomenology
+0706.0904
+0706.0909 Phenomenology
+0706.0913
+0706.0920 Theory
+0706.0923
+0706.0928
+0706.0942 Phenomenology
+0706.0948 Phenomenology
+0706.0949
+0706.0955 Phenomenology
+0706.0956
+0706.0964
+0706.0974
+0706.0976 Theory
+0706.0977 Phenomenology
+0706.0979 Theory
+0706.0981
+0706.0983 Theory
+0706.0984
+0706.0985
+0706.0986 Phenomenology
+0706.0990 Theory
+0706.0991
+0706.0992
+0706.1014 Theory
+0706.1020 Theory
+0706.1026 Phenomenology
+0706.1039 Phenomenology
+0706.1043 Theory
+0706.1057
+0706.1064
+0706.1067
+0706.1071
+0706.1085 Phenomenology
+0706.1086
+0706.1089 Geophysics
+0706.1104 Theory
+0706.1114 Theory
+0706.1131 Lattice
+0706.1133 Phenomenology
+0706.1136 Instrumentation and Detectors
+0706.1146
+0706.1150 Phenomenology
+0706.1153 Phenomenology
+0706.1157
+0706.1158 Theory
+0706.1163 Theory
+0706.1182
+0706.1183 Theory
+0706.1185
+0706.1186 Phenomenology
+0706.1189
+0706.1191
+0706.1196 Phenomenology
+0706.1197
+0706.1200 Theory
+0706.1207 Lattice
+0706.1209 Phenomenology
+0706.1210 Theory
+0706.1213
+0706.1216 Phenomenology
+0706.1222
+0706.1223
+0706.1240
+0706.1242
+0706.1258
+0706.1262 Phenomenology
+0706.1281 Phenomenology
+0706.1282
+0706.1284 Phenomenology
+0706.1305
+0706.1315
+0706.1319
+0706.1338 Theory
+0706.1341 Experiment
+0706.1344 Theory
+0706.1349
+0706.1360
+0706.1361 Theory
+0706.1375
+0706.1377 Theory
+0706.1378 Theory
+0706.1392 Lattice
+0706.1397 Phenomenology
+0706.1411 Theory
+0706.1436 Phenomenology
+0706.1440 Theory
+0706.1442 Phenomenology
+0706.1443 Theory
+0706.1445 Theory
+0706.1450
+0706.1455
+0706.1462 Phenomenology
+0706.1469 Theory
+0706.1473 Exactly Solvable and Integrable Systems
+0706.1474 Experiment
+0706.1479 Theory
+0706.1490 Phenomenology
+0706.1509
+0706.1513
+0706.1515 Theory
+0706.1522
+0706.1534
+0706.1543 Phenomenology
+0706.1547
+0706.1555 Theory
+0706.1571 Phenomenology
+0706.1573 Theory
+0706.1577 Theory
+0706.1599
+0706.1619
+0706.1628
+0706.1629
+0706.1631 Theory
+0706.1640 Experiment
+0706.1647 Lattice
+0706.1649 Theory
+0706.1654
+0706.1660 Theory
+0706.1667 Theory
+0706.1690 Experiment
+0706.1696 Phenomenology
+0706.1708 Theory
+0706.1721
+0706.1726 Lattice
+0706.1756
+0706.1760 Phenomenology
+0706.1768 Theory
+0706.1775
+0706.1778 Theory
+0706.1781 Phenomenology
+0706.1795 Theory
+0706.1823 Phenomenology
+0706.1829 Phenomenology
+0706.1830 Theory
+0706.1843 Theory
+0706.1844 Phenomenology
+0706.1845 Phenomenology
+0706.1847 Theory
+0706.1875 Theory
+0706.1877 Theory
+0706.1898 Experiment
+0706.1899
+0706.1923 Theory
+0706.1930
+0706.1934 Phenomenology
+0706.1946 Phenomenology
+0706.1957 Theory
+0706.1960
+0706.1979
+0706.1980 Theory
+0706.1981
+0706.1992 Phenomenology
+0706.2003
+0706.2008
+0706.2011
+0706.2014
+0706.2015 Theory
+0706.2018 Phenomenology
+0706.2031 Classical Physics
+0706.2036
+0706.2045 Experiment
+0706.2054 Phenomenology
+0706.2055
+0706.2071 Phenomenology
+0706.2072
+0706.2074 Phenomenology
+0706.2091
+0706.2098
+0706.2101
+0706.2108
+0706.2109
+0706.2129 Theory
+0706.2156 Phenomenology
+0706.2167 Theory
+0706.2168 Phenomenology
+0706.2179
+0706.2183 Phenomenology
+0706.2186
+0706.2188
+0706.2195
+0706.2203
+0706.2205 Phenomenology
+0706.2207 Theory
+0706.2211
+0706.2215 Theory
+0706.2216 Theory
+0706.2221
+0706.2224 Quantum Algebra
+0706.2237 Phenomenology
+0706.2252 Theory
+0706.2264 Phenomenology
+0706.2273
+0706.2278
+0706.2280 Accelerator Physics
+0706.2292 Accelerator Physics
+0706.2298 Lattice
+0706.2299
+0706.2300 Phenomenology
+0706.2304 Theory
+0706.2318
+0706.2319
+0706.2330
+0706.2339 Phenomenology
+0706.2341 Phenomenology
+0706.2342 Theory
+0706.2349
+0706.2358 Experiment
+0706.2360
+0706.2367
+0706.2377 Phenomenology
+0706.2379 Theory
+0706.2393
+0706.2395
+0706.2396
+0706.2399
+0706.2401 Phenomenology
+0706.2407 Phenomenology
+0706.2422
+0706.2426 Phenomenology
+0706.2435
+0706.2444
+0706.2460 Lattice
+0706.2472 Theory
+0706.2474 Phenomenology
+0706.2486
+0706.2489 Theory
+0706.2498
+0706.2500
+0706.2502 Theory
+0706.2503
+0706.2504
+0706.2523
+0706.2525 Phenomenology
+0706.2526
+0706.2529 Lattice
+0706.2532 Phenomenology
+0706.2533 Phenomenology
+0706.2534 Phenomenology
+0706.2540 Phenomenology
+0706.2541
+0706.2543
+0706.2556
+0706.2560 Phenomenology
+0706.2561
+0706.2562
+0706.2565 Experiment
+0706.2569 Phenomenology
+0706.2576 Instrumentation and Detectors
+0706.2581 Theory
+0706.2597
+0706.2600 Theory
+0706.2611 Phenomenology
+0706.2641 Instrumentation and Detectors
+0706.2651 Accelerator Physics
+0706.2654 Theory
+0706.2655 Theory
+0706.2659
+0706.2665 Phenomenology
+0706.2676 Phenomenology
+0706.2678 Phenomenology
+0706.2682 Phenomenology
+0706.2685 Phenomenology
+0706.2687
+0706.2690
+0706.2693
+0706.2694 Phenomenology
+0706.2695
+0706.2696
+0706.2698
+0706.2708
+0706.2710
+0706.2723
+0706.2727
+0706.2730
+0706.2733 Phenomenology
+0706.2737
+0706.2741 Experiment
+0706.2749
+0706.2751 Theory
+0706.2753 Phenomenology
+0706.2771
+0706.2786 Experiment
+0706.2787 Quantum Algebra
+0706.2793 Phenomenology
+0706.2796 Phenomenology
+0706.2804 Experiment
+0706.2830
+0706.2833 Superconductivity
+0706.2834
+0706.2836 Phenomenology
+0706.2843
+0706.2846 Phenomenology
+0706.2857 Theory
+0706.2859 Theory
+0706.2862 Phenomenology
+0706.2864
+0706.2871 Phenomenology
+0706.2891
+0706.2897 Accelerator Physics
+0706.2909
+0706.2911
+0706.2914 Phenomenology
+0706.2929 Theory
+0706.2933
+0706.2937
+0706.2942
+0706.2944 Phenomenology
+0706.2945 Materials Science
+0706.2949
+0706.2952
+0706.2953 Phenomenology
+0706.2972 Phenomenology
+0706.2975 Phenomenology
+0706.2983 Theory
+0706.2984 Phenomenology
+0706.2988 Phenomenology
+0706.2989
+0706.2997 Phenomenology
+0706.3005
+0706.3007 Lattice
+0706.3016 Mesoscale and Nanoscale Physics
+0706.3019
+0706.3023
+0706.3026 Lattice
+0706.3027 Phenomenology
+0706.3041
+0706.3047
+0706.3049 Theory
+0706.3053
+0706.3056
+0706.3059 Phenomenology
+0706.3064
+0706.3070 Theory
+0706.3075 Theory
+0706.3077 Statistical Mechanics
+0706.3080
+0706.3085
+0706.3103 Atomic Physics
+0706.3112 Theory
+0706.3119 Theory
+0706.3120 Phenomenology
+0706.3127 Theory
+0706.3134 Theory
+0706.3135 Phenomenology
+0706.3145 Phenomenology
+0706.3155 Phenomenology
+0706.3166 Differential Geometry
+0706.3167 Phenomenology
+0706.3169 Theory
+0706.3176 Theory
+0706.3179
+0706.3182
+0706.3184
+0706.3198
+0706.3199 Theory
+0706.3201 Theory
+0706.3202
+0706.3203 Phenomenology
+0706.3208 Phenomenology
+0706.3215 Strongly Correlated Electrons
+0706.3227
+0706.3228 Theory
+0706.3231 Theory
+0706.3235 Phenomenology
+0706.3239 Theory
+0706.3241 Phenomenology
+0706.3243
+0706.3248 Instrumentation and Detectors
+0706.3258 Phenomenology
+0706.3271
+0706.3283 Phenomenology
+0706.3287
+0706.3288 Phenomenology
+0706.3301
+0706.3307 Theory
+0706.3312
+0706.3316 Instrumentation and Detectors
+0706.3356
+0706.3357
+0706.3382 Theory
+0706.3385
+0706.3386
+0706.3388 Phenomenology
+0706.3391
+0706.3393 Theory
+0706.3394 Theory
+0706.3396 Theory
+0706.3408 Lattice
+0706.3419 Experiment
+0706.3428
+0706.3436 Phenomenology
+0706.3440
+0706.3452
+0706.3466 Theory
+0706.3473 Theory
+0706.3485
+0706.3494 Statistical Mechanics
+0706.3496 Phenomenology
+0706.3497
+0706.3509
+0706.3516 Instrumentation and Detectors
+0706.3517 Theory
+0706.3518 Lattice
+0706.3531
+0706.3543
+0706.3549 Lattice
+0706.3563 Theory
+0706.3567
+0706.3568
+0706.3569
+0706.3585
+0706.3586 Theory
+0706.3598
+0706.3599
+0706.3600
+0706.3605 Theory
+0706.3606 Instrumentation and Detectors
+0706.3636 Theory
+0706.3645 Theory
+0706.3650 Theory
+0706.3653
+0706.3658 Theory
+0706.3659 Theory
+0706.3662 Theory
+0706.3663 Theory
+0706.3667
+0706.3672 Phenomenology
+0706.3685 Phenomenology
+0706.3688 Theory
+0706.3690 Theory
+0706.3692 Phenomenology
+0706.3717 Phenomenology
+0706.3724
+0706.3730
+0706.3731 Lattice
+0706.3732
+0706.3736 Theory
+0706.3741
+0706.3746 Theory
+0706.3757
+0706.3770
+0706.3771
+0706.3782
+0706.3784 Phenomenology
+0706.3786 Theory
+0706.3788 Phenomenology
+0706.3792
+0706.3797 Phenomenology
+0706.3801 Phenomenology
+0706.3802
+0706.3804
+0706.3809 Experiment
+0706.3811 Theory
+0706.3820
+0706.3823
+0706.3835
+0706.3853 Phenomenology
+0706.3854 Theory
+0706.3859
+0706.3860
+0706.3864
+0706.3871
+0706.3873 Phenomenology
+0706.3886
+0706.3890
+0706.3896
+0706.3903 Theory
+0706.3909 Phenomenology
+0706.3913 General Physics
+0706.3915 Theory
+0706.3919 Lattice
+0706.3921 Phenomenology
+0706.3936 Theory
+0706.3939
+0706.3951 Theory
+0706.3955 Experiment
+0706.3958
+0706.3960 Phenomenology
+0706.3978 Theory
+0706.3982 Theory
+0706.3994
+0706.3999 Theory
+0706.4000 Superconductivity
+0706.4006 Theory
+0706.4008
+0706.4010
+0706.4023
+0706.4025 Theory
+0706.4026
+0706.4039
+0706.4049
+0706.4052 Theory
+0706.4064
+0706.4071 Phenomenology
+0706.4074 Experiment
+0706.4084
+0706.4105
+0706.4114 Experiment
+0706.4117 Phenomenology
+0706.4121 Theory
+0706.4125 Theory
+0706.4141 Phenomenology
+0706.4142
+0706.4153 Lattice
+0706.4154
+0706.4156
+0706.4165 Phenomenology
+0706.4167 Experiment
+0706.4171
+0706.4173 Phenomenology
+0706.4191 Phenomenology
+0706.4196 Theory
+0706.4200
+0706.4204
+0706.4206 Lattice
+0706.4215 Phenomenology
+0706.4222 Phenomenology
+0706.4231
+0706.4242 Phenomenology
+0706.4248
+0706.4259 Phenomenology
+0706.4266
+0706.4269 Phenomenology
+0706.4277
+0706.4285 Theory
+0706.4286
+0706.4289
+0706.4293
+0706.4304
+0706.4307 Theory
+0706.4311 Phenomenology
+0706.4313 Phenomenology
+0706.4316
+0706.4330
+0706.4349 Phenomenology
+0706.4357
+0706.4359 Lattice
+0706.4363
+0706.4366 Lattice
+0706.4373 Phenomenology
+0706.4378 Theory
+0706.4380 Phenomenology
+0706.4381 Phenomenology
+0706.4383
+0706.4385 Lattice
+0706.4393
+0706.4402
+0706.4407 Theory
+0706.4427 Phenomenology
+0706.4428
+0706.4429 Experiment
+0706.4431
+0706.4435
+0706.4437
+0706.4461
+0706.4468 Experiment
+0706.4471 Theory
+0706.4482
+0707.0001 Theory
+0707.0002 Theory
+0707.0005 Phenomenology
+0707.0006
+0707.0020 Phenomenology
+0707.0042
+0707.0051 Phenomenology
+0707.0053
+0707.0055 Lattice
+0707.0060 Phenomenology
+0707.0064 Phenomenology
+0707.0076
+0707.0079 Lattice
+0707.0081 Theory
+0707.0092 Theory
+0707.0099
+0707.0105 Theory
+0707.0106
+0707.0122
+0707.0128
+0707.0135
+0707.0138 Experiment
+0707.0146
+0707.0164
+0707.0166
+0707.0168 Theory
+0707.0190
+0707.0196
+0707.0200
+0707.0208
+0707.0209 Phenomenology
+0707.0215
+0707.0222 Experiment
+0707.0231 Optics
+0707.0232
+0707.0249
+0707.0262 Phenomenology
+0707.0263 Experiment
+0707.0273
+0707.0274 Phenomenology
+0707.0290
+0707.0292
+0707.0293 Strongly Correlated Electrons
+0707.0294 Phenomenology
+0707.0301
+0707.0302 Accelerator Physics
+0707.0310 Theory
+0707.0314
+0707.0326 Theory
+0707.0331 Phenomenology
+0707.0341 Theory
+0707.0343 Phenomenology
+0707.0351 Phenomenology
+0707.0354
+0707.0355
+0707.0357 Theory
+0707.0361
+0707.0363
+0707.0368
+0707.0374 Instrumentation and Detectors
+0707.0378 Phenomenology
+0707.0381 Phenomenology
+0707.0387 Theory
+0707.0396 Lattice
+0707.0404 Experiment
+0707.0405 Theory
+0707.0409
+0707.0410
+0707.0419 Phenomenology
+0707.0423 Phenomenology
+0707.0424 Theory
+0707.0426
+0707.0428
+0707.0431
+0707.0436
+0707.0438
+0707.0448
+0707.0468
+0707.0471
+0707.0484
+0707.0486
+0707.0497 Theory
+0707.0502
+0707.0511 Theory
+0707.0520
+0707.0528
+0707.0530
+0707.0535
+0707.0543 Theory
+0707.0544
+0707.0549
+0707.0552 Theory
+0707.0564 Phenomenology
+0707.0576
+0707.0577
+0707.0579
+0707.0582 Lattice
+0707.0587 Lattice
+0707.0588
+0707.0601 Theory
+0707.0615
+0707.0632 Phenomenology
+0707.0633 Phenomenology
+0707.0635
+0707.0646 Theory
+0707.0650 Phenomenology
+0707.0669
+0707.0677 Phenomenology
+0707.0680 Theory
+0707.0697 Experiment
+0707.0702
+0707.0706
+0707.0708
+0707.0710
+0707.0716 Phenomenology
+0707.0719 Theory
+0707.0723
+0707.0726
+0707.0729 Phenomenology
+0707.0730
+0707.0736
+0707.0757 Theory
+0707.0767
+0707.0773 Phenomenology
+0707.0775 Theory
+0707.0781 Phenomenology
+0707.0793
+0707.0797 Phenomenology
+0707.0801
+0707.0812 Phenomenology
+0707.0824 Phenomenology
+0707.0825 Theory
+0707.0839 Phenomenology
+0707.0842 Theory
+0707.0843 Phenomenology
+0707.0847
+0707.0851 Theory
+0707.0856
+0707.0857
+0707.0863 Phenomenology
+0707.0867
+0707.0868 Theory
+0707.0875
+0707.0876
+0707.0877 Phenomenology
+0707.0883
+0707.0884 Theory
+0707.0886
+0707.0893 Phenomenology
+0707.0894 Theory
+0707.0912 Phenomenology
+0707.0914 Phenomenology
+0707.0919 Phenomenology
+0707.0921
+0707.0923 Phenomenology
+0707.0931
+0707.0942
+0707.0946 Phenomenology
+0707.0947
+0707.0964 Theory
+0707.1009
+0707.1056 Theory
+0707.1061
+0707.1077
+0707.1081
+0707.1085 Theory
+0707.1088
+0707.1094
+0707.1101 Phenomenology
+0707.1118
+0707.1127 Experiment
+0707.1128
+0707.1132
+0707.1138 Phenomenology
+0707.1145 Phenomenology
+0707.1149 Lattice
+0707.1153 Theory
+0707.1157 Theory
+0707.1172 General Physics
+0707.1173 Phenomenology
+0707.1180
+0707.1181
+0707.1182
+0707.1186 Theory
+0707.1188 Phenomenology
+0707.1192 Experiment
+0707.1198 Accelerator Physics
+0707.1200 Theory
+0707.1202
+0707.1219 Theory
+0707.1234 Phenomenology
+0707.1242 Experiment
+0707.1248
+0707.1268 Phenomenology
+0707.1270 Theory
+0707.1272 Phenomenology
+0707.1275 Phenomenology
+0707.1283
+0707.1285 Phenomenology
+0707.1286 Phenomenology
+0707.1294 Phenomenology
+0707.1296 Experiment
+0707.1323 Phenomenology
+0707.1329 Theory
+0707.1332 Phenomenology
+0707.1350
+0707.1370
+0707.1371 Experiment
+0707.1378 Phenomenology
+0707.1385
+0707.1388 Phenomenology
+0707.1393 Theory
+0707.1396 Theory
+0707.1401 Phenomenology
+0707.1416 Theory
+0707.1419 Phenomenology
+0707.1421 Theory
+0707.1424 Phenomenology
+0707.1426 Theory
+0707.1428
+0707.1440 Phenomenology
+0707.1457
+0707.1475
+0707.1481
+0707.1487
+0707.1488 Experiment
+0707.1489
+0707.1491 Phenomenology
+0707.1506 Phenomenology
+0707.1508 Experiment
+0707.1516
+0707.1518 Phenomenology
+0707.1519
+0707.1520 Other Condensed Matter
+0707.1535 Phenomenology
+0707.1536 Phenomenology
+0707.1545 Theory
+0707.1556 Phenomenology
+0707.1576
+0707.1584
+0707.1591 Phenomenology
+0707.1592 Phenomenology
+0707.1597 Theory
+0707.1632 Phenomenology
+0707.1636
+0707.1645
+0707.1651 Phenomenology
+0707.1664 Theory
+0707.1667
+0707.1670 Lattice
+0707.1678
+0707.1679
+0707.1685 Accelerator Physics
+0707.1694 Phenomenology
+0707.1697 Theory
+0707.1723 Phenomenology
+0707.1735 Phenomenology
+0707.1737 Theory
+0707.1747 Phenomenology
+0707.1758 Instrumentation and Detectors
+0707.1768 Theory
+0707.1776
+0707.1788
+0707.1789 Phenomenology
+0707.1799 Theory
+0707.1816
+0707.1817 Phenomenology
+0707.1861
+0707.1862 Statistical Mechanics
+0707.1869 Lattice
+0707.1871 Theory
+0707.1873 Phenomenology
+0707.1898
+0707.1903 Theory
+0707.1933 Theory
+0707.1943
+0707.1948 Phenomenology
+0707.1949 Phenomenology
+0707.1951
+0707.1972
+0707.1987 Lattice
+0707.1995 Theory
+0707.1997 Phenomenology
+0707.2010 Phenomenology
+0707.2013 Theory
+0707.2030 Phenomenology
+0707.2063 Phenomenology
+0707.2065 Phenomenology
+0707.2066 Phenomenology
+0707.2074 Phenomenology
+0707.2081 Theory
+0707.2082 Theory
+0707.2083
+0707.2089
+0707.2120
+0707.2128
+0707.2129
+0707.2132 Phenomenology
+0707.2157
+0707.2168
+0707.2174 Theory
+0707.2177 Phenomenology
+0707.2181 Theory
+0707.2207 Theory
+0707.2208 Phenomenology
+0707.2216
+0707.2217 Differential Geometry
+0707.2222 Phenomenology
+0707.2285 Phenomenology
+0707.2289 Experiment
+0707.2299
+0707.2302 Theory
+0707.2303 Theory
+0707.2304 Theory
+0707.2309 Phenomenology
+0707.2314 Phenomenology
+0707.2315 Theory
+0707.2323 Phenomenology
+0707.2336 Theory
+0707.2373 Phenomenology
+0707.2379 Phenomenology
+0707.2385 Phenomenology
+0707.2389
+0707.2402 Lattice
+0707.2410
+0707.2413 Experiment
+0707.2419 Phenomenology
+0707.2430 Statistical Mechanics
+0707.2434 Theory
+0707.2449 Theory
+0707.2451 Phenomenology
+0707.2452 Phenomenology
+0707.2453
+0707.2458 Lattice
+0707.2463 Phenomenology
+0707.2473
+0707.2480 Theory
+0707.2496 Phenomenology
+0707.2504 Phenomenology
+0707.2509 Phenomenology
+0707.2510 Phenomenology
+0707.2511 Theory
+0707.2523 Phenomenology
+0707.2531 Theory
+0707.2533 Phenomenology
+0707.2541 Experiment
+0707.2543 Instrumentation and Detectors
+0707.2545 Phenomenology
+0707.2548
+0707.2553 Phenomenology
+0707.2559
+0707.2588
+0707.2589 Phenomenology
+0707.2590 Theory
+0707.2613
+0707.2616
+0707.2623 Phenomenology
+0707.2635 Phenomenology
+0707.2637 Phenomenology
+0707.2639
+0707.2641 Phenomenology
+0707.2651
+0707.2661
+0707.2664
+0707.2665 Phenomenology
+0707.2671 Theory
+0707.2673
+0707.2681
+0707.2686
+0707.2692
+0707.2695
+0707.2699 Theory
+0707.2700 Phenomenology
+0707.2712 Theory
+0707.2726
+0707.2727
+0707.2730 Theory
+0707.2737 Theory
+0707.2738 Theory
+0707.2740
+0707.2742
+0707.2745 Theory
+0707.2748
+0707.2749
+0707.2752
+0707.2754 Theory
+0707.2756
+0707.2762 Theory
+0707.2764
+0707.2768
+0707.2775
+0707.2788 Lattice
+0707.2794
+0707.2795
+0707.2797
+0707.2801 Phenomenology
+0707.2812 Phenomenology
+0707.2815
+0707.2824
+0707.2825
+0707.2827
+0707.2829
+0707.2838 Phenomenology
+0707.2844 Phenomenology
+0707.2854
+0707.2855 Phenomenology
+0707.2860 Lattice
+0707.2863 Theory
+0707.2872 Lattice
+0707.2878 Phenomenology
+0707.2882
+0707.2894
+0707.2897 Phenomenology
+0707.2933
+0707.2936 Theory
+0707.2941
+0707.2942 Phenomenology
+0707.2944 Phenomenology
+0707.2955 Phenomenology
+0707.2958 Phenomenology
+0707.2959 Phenomenology
+0707.2967 Phenomenology
+0707.2973 Phenomenology
+0707.2977 Theory
+0707.2982
+0707.2990
+0707.2991
+0707.3000
+0707.3006 Phenomenology
+0707.3020 Phenomenology
+0707.3024 Phenomenology
+0707.3025
+0707.3027 Phenomenology
+0707.3032 Phenomenology
+0707.3033
+0707.3044 Phenomenology
+0707.3050
+0707.3059
+0707.3069 Soft Condensed Matter
+0707.3093 Experiment
+0707.3096 Phenomenology
+0707.3098 Phenomenology
+0707.3101
+0707.3105 Theory
+0707.3107
+0707.3118
+0707.3133
+0707.3135 Theory
+0707.3142
+0707.3145 Phenomenology
+0707.3149
+0707.3150 Phenomenology
+0707.3152 Phenomenology
+0707.3156 Phenomenology
+0707.3162 Phenomenology
+0707.3166 Theory
+0707.3180 Geophysics
+0707.3181 Geophysics
+0707.3184 Geophysics
+0707.3189 Theory
+0707.3191
+0707.3196 Phenomenology
+0707.3201
+0707.3202 Phenomenology
+0707.3203 Geophysics
+0707.3222
+0707.3225 Lattice
+0707.3228 Theory
+0707.3240 Theory
+0707.3247 Phenomenology
+0707.3257 Instrumentation and Detectors
+0707.3258
+0707.3260
+0707.3280
+0707.3285 Phenomenology
+0707.3292 Phenomenology
+0707.3298 Accelerator Physics
+0707.3300 Phenomenology
+0707.3308 Phenomenology
+0707.3309 Lattice
+0707.3314
+0707.3318
+0707.3326
+0707.3330
+0707.3332
+0707.3333
+0707.3334
+0707.3343 Phenomenology
+0707.3354 Phenomenology
+0707.3355 Theory
+0707.3357
+0707.3365
+0707.3366 Phenomenology
+0707.3367 Phenomenology
+0707.3372 Phenomenology
+0707.3380
+0707.3384 Theory
+0707.3389
+0707.3396
+0707.3397 Phenomenology
+0707.3406 Theory
+0707.3413
+0707.3416
+0707.3419 Phenomenology
+0707.3422 Phenomenology
+0707.3431 Theory
+0707.3439 Phenomenology
+0707.3443
+0707.3444 Phenomenology
+0707.3447 Phenomenology
+0707.3453 Theory
+0707.3471 Theory
+0707.3475
+0707.3488 Phenomenology
+0707.3492 Phenomenology
+0707.3493
+0707.3494 Phenomenology
+0707.3500
+0707.3514
+0707.3519
+0707.3522 Theory
+0707.3525
+0707.3533 Lattice
+0707.3537 Lattice
+0707.3558
+0707.3591 Phenomenology
+0707.3594 Phenomenology
+0707.3595 Phenomenology
+0707.3596 Phenomenology
+0707.3600 Phenomenology
+0707.3618
+0707.3624
+0707.3632
+0707.3648 Phenomenology
+0707.3650 Phenomenology
+0707.3652 Phenomenology
+0707.3653 Theory
+0707.3661 Phenomenology
+0707.3662 Phenomenology
+0707.3688 Phenomenology
+0707.3689
+0707.3699 Experiment
+0707.3712 Phenomenology
+0707.3720 Phenomenology
+0707.3724 Phenomenology
+0707.3740 Lattice
+0707.3749 Experiment
+0707.3751
+0707.3755 Theory
+0707.3769
+0707.3772
+0707.3785 Phenomenology
+0707.3786 Theory
+0707.3800 Phenomenology
+0707.3818 Theory
+0707.3826 Phenomenology
+0707.3830
+0707.3832 Theory
+0707.3843
+0707.3849 Lattice
+0707.3858 Theory
+0707.3859 Phenomenology
+0707.3879 Phenomenology
+0707.3885 Theory
+0707.3893 Phenomenology
+0707.3902
+0707.3904 Experiment
+0707.3921
+0707.3932
+0707.3942 Theory
+0707.3952 Phenomenology
+0707.3954 Phenomenology
+0707.3962
+0707.3966
+0707.3967 Phenomenology
+0707.3969
+0707.3978 Theory
+0707.3982 Phenomenology
+0707.3983 Phenomenology
+0707.3996 Phenomenology
+0707.3997 Experiment
+0707.3998
+0707.4006 Theory
+0707.4011 Theory
+0707.4015
+0707.4016
+0707.4018 Lattice
+0707.4019 Instrumentation and Detectors
+0707.4021 Instrumentation and Detectors
+0707.4023
+0707.4027
+0707.4035
+0707.4037 Phenomenology
+0707.4039 Theory
+0707.4044 Phenomenology
+0707.4049 Theory
+0707.4053
+0707.4056 Phenomenology
+0707.4067
+0707.4070 Phenomenology
+0707.4073 Theory
+0707.4077 Experiment
+0707.4089 Phenomenology
+0707.4100 Phenomenology
+0707.4105
+0707.4107
+0707.4119 Other Condensed Matter
+0707.4120
+0707.4123 Phenomenology
+0707.4151 Experiment
+0707.4163 Phenomenology
+0707.4165
+0707.4167
+0707.4168 Phenomenology
+0707.4170
+0707.4179
+0707.4183
+0707.4186 Phenomenology
+0707.4199
+0707.4218 Theory
+0707.4221 Theory
+0707.4238 Phenomenology
+0707.4247
+0707.4252
+0707.4254 Theory
+0707.4266 Phenomenology
+0707.4268
+0707.4282 Theory
+0707.4283
+0707.4293
+0707.4296 Phenomenology
+0707.4306 Theory
+0707.4308 Theory
+0707.4309 Phenomenology
+0707.4312
+0707.4319 Phenomenology
+0707.4324
+0707.4325
+0707.4327
+0707.4334 Theory
+0707.4336 Experiment
+0707.4337 Phenomenology
+0707.4362
+0707.4380
+0707.4403 Phenomenology
+0707.4405
+0707.4423
+0707.4425 Theory
+0707.4434
+0707.4439 Phenomenology
+0707.4442 Phenomenology
+0707.4446
+0707.4454 Theory
+0707.4455
+0707.4465 Theory
+0707.4471 Theory
+0707.4483
+0707.4510 Theory
+0707.4513
+0707.4523
+0707.4526
+0707.4537
+0707.4538 Phenomenology
+0707.4548
+0707.4554 Theory
+0707.4562 Theory
+0707.4568 Theory
+0707.4572 Theory
+0707.4592 Theory
+0707.4593 Phenomenology
+0707.4608
+0707.4639
+0707.4654
+0707.4658 Phenomenology
+0707.4660 Theory
+0707.4669 Theory
+0707.4671
+0707.4672
+0707.4680
+0707.4681
+0708.0001
+0708.0005 Phenomenology
+0708.0020 Plasma Physics
+0708.0026 Phenomenology
+0708.0030
+0708.0032
+0708.0035
+0708.0036 Phenomenology
+0708.0037
+0708.0062
+0708.0069 Theory
+0708.0081
+0708.0082 Experiment
+0708.0095
+0708.0105 Phenomenology
+0708.0115
+0708.0118 Theory
+0708.0119 Phenomenology
+0708.0120 Physics and Society
+0708.0152 Phenomenology
+0708.0157 Theory
+0708.0159
+0708.0160 Experiment
+0708.0166 Phenomenology
+0708.0172 Phenomenology
+0708.0194
+0708.0199 Phenomenology
+0708.0207 Lattice
+0708.0218
+0708.0223 Phenomenology
+0708.0231 Phenomenology
+0708.0238 Statistical Mechanics
+0708.0240 Theory
+0708.0248 Phenomenology
+0708.0250
+0708.0299 Lattice
+0708.0304 Experiment
+0708.0307 Phenomenology
+0708.0321
+0708.0324 Phenomenology
+0708.0325 Theory
+0708.0327
+0708.0351
+0708.0373
+0708.0391
+0708.0393 Theory
+0708.0400 Theory
+0708.0411
+0708.0415 Experiment
+0708.0430
+0708.0432 Theory
+0708.0433 Theory
+0708.0438 Lattice
+0708.0439 Theory
+0708.0449
+0708.0450
+0708.0454 Phenomenology
+0708.0459
+0708.0469 Theory
+0708.0475 Phenomenology
+0708.0476 Phenomenology
+0708.0482 Theory
+0708.0483 Theory
+0708.0484 Lattice
+0708.0488 Phenomenology
+0708.0493 Theory
+0708.0502
+0708.0513
+0708.0521
+0708.0525
+0708.0549 Phenomenology
+0708.0556 Phenomenology
+0708.0558 Lattice
+0708.0567 Phenomenology
+0708.0574 Theory
+0708.0578 Phenomenology
+0708.0583 Theory
+0708.0589 Theory
+0708.0596 Theory
+0708.0602 Phenomenology
+0708.0609 Theory
+0708.0628
+0708.0633 Phenomenology
+0708.0636 Theory
+0708.0642
+0708.0655
+0708.0658
+0708.0668 Theory
+0708.0671 Phenomenology
+0708.0672 Theory
+0708.0674
+0708.0675
+0708.0680
+0708.0682 Theory
+0708.0708
+0708.0720
+0708.0723
+0708.0729 Theory
+0708.0738
+0708.0743 Theory
+0708.0750
+0708.0759 Theory
+0708.0768 Instrumentation and Detectors
+0708.0769 Phenomenology
+0708.0779 Lattice
+0708.0783 Theory
+0708.0792 Phenomenology
+0708.0800
+0708.0801
+0708.0802 Theory
+0708.0812 Phenomenology
+0708.0816 Phenomenology
+0708.0820
+0708.0825
+0708.0828
+0708.0831
+0708.0848
+0708.0868
+0708.0871
+0708.0875 Instrumentation and Detectors
+0708.0883
+0708.0884
+0708.0886
+0708.0888 Theory
+0708.0889
+0708.0903 Lattice
+0708.0914 Phenomenology
+0708.0916 Phenomenology
+0708.0917
+0708.0924 Theory
+0708.0928 Theory
+0708.0929 Physics Education
+0708.0936 Phenomenology
+0708.0937 Phenomenology
+0708.0940 Phenomenology
+0708.0943
+0708.0949
+0708.0989 Phenomenology
+0708.0992 Theory
+0708.1002 Theory
+0708.1009 Phenomenology
+0708.1010 Experiment
+0708.1014 Theory
+0708.1016 Theory
+0708.1023 Theory
+0708.1024
+0708.1029 Experiment
+0708.1035 Phenomenology
+0708.1038
+0708.1052 Theory
+0708.1053
+0708.1055
+0708.1057 Phenomenology
+0708.1059
+0708.1072
+0708.1075 Theory
+0708.1076
+0708.1080
+0708.1088 Theory
+0708.1105 Experiment
+0708.1118
+0708.1119
+0708.1121 Phenomenology
+0708.1122 Experiment
+0708.1125 Exactly Solvable and Integrable Systems
+0708.1127
+0708.1132
+0708.1141
+0708.1144
+0708.1151 Theory
+0708.1153
+0708.1154 Theory
+0708.1158
+0708.1161 Phenomenology
+0708.1162
+0708.1163
+0708.1166
+0708.1168
+0708.1169
+0708.1177
+0708.1180
+0708.1182
+0708.1183
+0708.1190
+0708.1195 Phenomenology
+0708.1199
+0708.1206
+0708.1220
+0708.1225 Phenomenology
+0708.1227
+0708.1235 Phenomenology
+0708.1236
+0708.1250 Phenomenology
+0708.1260 Phenomenology
+0708.1261
+0708.1268 Theory
+0708.1281 Phenomenology
+0708.1283 Theory
+0708.1284 Phenomenology
+0708.1295 Lattice
+0708.1311 Experiment
+0708.1322 Theory
+0708.1325 Phenomenology
+0708.1342 Theory
+0708.1344 Phenomenology
+0708.1346 Theory
+0708.1347 Theory
+0708.1362 Statistical Mechanics
+0708.1364
+0708.1368 Theory
+0708.1377 Lattice
+0708.1379 Theory
+0708.1393 Theory
+0708.1398
+0708.1404 Phenomenology
+0708.1420
+0708.1421 Lattice
+0708.1443 Experiment
+0708.1460
+0708.1463 Phenomenology
+0708.1472 Theory
+0708.1482
+0708.1488
+0708.1493
+0708.1494 Theory
+0708.1502 Phenomenology
+0708.1507
+0708.1537
+0708.1543
+0708.1557 Theory
+0708.1561 Theory
+0708.1576 Phenomenology
+0708.1595
+0708.1600
+0708.1602
+0708.1612 Phenomenology
+0708.1615
+0708.1618
+0708.1619
+0708.1621 Phenomenology
+0708.1631 Phenomenology
+0708.1656 Theory
+0708.1659 Phenomenology
+0708.1667 Theory
+0708.1670
+0708.1683
+0708.1687 Phenomenology
+0708.1689 Phenomenology
+0708.1697 Phenomenology
+0708.1701 Theory
+0708.1717 Phenomenology
+0708.1729 Phenomenology
+0708.1731 Lattice
+0708.1732 Theory
+0708.1737
+0708.1740 Pattern Formation and Solitons
+0708.1747
+0708.1769
+0708.1772 Theory
+0708.1779 Theory
+0708.1780
+0708.1783
+0708.1785 Phenomenology
+0708.1786 Phenomenology
+0708.1790 Experiment
+0708.1803
+0708.1806 Atomic Physics
+0708.1810
+0708.1811
+0708.1812
+0708.1816 Phenomenology
+0708.1830 Theory
+0708.1857 Lattice
+0708.1871 Theory
+0708.1894
+0708.1911 Theory
+0708.1912 Phenomenology
+0708.1933
+0708.1939 Phenomenology
+0708.1946 Experiment
+0708.1948 Phenomenology
+0708.1960 Phenomenology
+0708.1967 Theory
+0708.1972
+0708.1976 Instrumentation and Detectors
+0708.1994 Theory
+0708.2000 Phenomenology
+0708.2004 Theory
+0708.2007 Phenomenology
+0708.2012 Theory
+0708.2013
+0708.2014
+0708.2015
+0708.2016 Phenomenology
+0708.2018
+0708.2033 Phenomenology
+0708.2037
+0708.2047
+0708.2048 Phenomenology
+0708.2052
+0708.2079 Phenomenology
+0708.2127 Phenomenology
+0708.2133 Phenomenology
+0708.2146
+0708.2171 Plasma Physics
+0708.2183
+0708.2189
+0708.2194 Theory
+0708.2208 Theory
+0708.2209
+0708.2210 Theory
+0708.2238 Phenomenology
+0708.2258
+0708.2262
+0708.2267 Theory
+0708.2276 Theory
+0708.2297
+0708.2311 Theory
+0708.2317
+0708.2328 Phenomenology
+0708.2356
+0708.2357
+0708.2359 Lattice
+0708.2360
+0708.2362
+0708.2368 Phenomenology
+0708.2370 Instrumentation and Detectors
+0708.2372
+0708.2378
+0708.2381
+0708.2389 Theory
+0708.2390
+0708.2404 Lattice
+0708.2407 Exactly Solvable and Integrable Systems
+0708.2416
+0708.2423 Phenomenology
+0708.2427 Phenomenology
+0708.2433
+0708.2436
+0708.2443 Phenomenology
+0708.2450
+0708.2466 Phenomenology
+0708.2469
+0708.2471 Theory
+0708.2483
+0708.2487
+0708.2493
+0708.2501 Phenomenology
+0708.2503 Phenomenology
+0708.2507 Phenomenology
+0708.2521 Phenomenology
+0708.2533
+0708.2534 Theory
+0708.2537
+0708.2561
+0708.2568 Theory
+0708.2573
+0708.2578
+0708.2579
+0708.2587
+0708.2588 Phenomenology
+0708.2599
+0708.2603 Phenomenology
+0708.2604 Experiment
+0708.2613
+0708.2617 Phenomenology
+0708.2625
+0708.2630
+0708.2639
+0708.2645
+0708.2646 Phenomenology
+0708.2661
+0708.2665 Experiment
+0708.2675 Phenomenology
+0708.2689
+0708.2690
+0708.2691 Theory
+0708.2693
+0708.2696
+0708.2701 Phenomenology
+0708.2719
+0708.2720
+0708.2731 Phenomenology
+0708.2735 Phenomenology
+0708.2738
+0708.2742
+0708.2745
+0708.2747 Theory
+0708.2749
+0708.2750
+0708.2755 Phenomenology
+0708.2760
+0708.2766 Theory
+0708.2767 Phenomenology
+0708.2768 Phenomenology
+0708.2799 Theory
+0708.2807 Lattice
+0708.2810
+0708.2812 Phenomenology
+0708.2813
+0708.2816
+0708.2818 Theory
+0708.2824
+0708.2830
+0708.2833 Phenomenology
+0708.2835 Phenomenology
+0708.2839 Theory
+0708.2846 Phenomenology
+0708.2864 Lattice
+0708.2867
+0708.2868 Theory
+0708.2876
+0708.2901
+0708.2903 Phenomenology
+0708.2905 Phenomenology
+0708.2906 Physics Education
+0708.2907 Phenomenology
+0708.2934
+0708.2935
+0708.2939 Phenomenology
+0708.2946 Theory
+0708.2947
+0708.2950 Theory
+0708.2955
+0708.2965
+0708.2968
+0708.2969 Materials Science
+0708.2975 Phenomenology
+0708.2977
+0708.2980
+0708.2990 Theory
+0708.2996
+0708.3001 Phenomenology
+0708.3002 Theory
+0708.3007
+0708.3010 Phenomenology
+0708.3030 Phenomenology
+0708.3032 Theory
+0708.3033
+0708.3037
+0708.3038
+0708.3046
+0708.3047
+0708.3051 Theory
+0708.3052 Phenomenology
+0708.3060 Phenomenology
+0708.3065 Theory
+0708.3066 Theory
+0708.3069 Theory
+0708.3076 Phenomenology
+0708.3080 Phenomenology
+0708.3086
+0708.3089
+0708.3094 Theory
+0708.3097 Theory
+0708.3100 Phenomenology
+0708.3115 Theory
+0708.3116
+0708.3121 Theory
+0708.3131 Theory
+0708.3137 Phenomenology
+0708.3139 Phenomenology
+0708.3150 Instrumentation and Detectors
+0708.3156
+0708.3159
+0708.3173 Theory
+0708.3176 Theory
+0708.3197
+0708.3214 Lattice
+0708.3219
+0708.3222 Theory
+0708.3240
+0708.3246 Phenomenology
+0708.3248 Phenomenology
+0708.3252
+0708.3256 Phenomenology
+0708.3277
+0708.3280
+0708.3283
+0708.3285 Phenomenology
+0708.3290
+0708.3291 Phenomenology
+0708.3292 Experiment
+0708.3302 Theory
+0708.3313 Experiment
+0708.3321 Phenomenology
+0708.3325
+0708.3332 Phenomenology
+0708.3335 Lattice
+0708.3337 Phenomenology
+0708.3340 Phenomenology
+0708.3342 Phenomenology
+0708.3348 Theory
+0708.3353
+0708.3363 Theory
+0708.3364 Phenomenology
+0708.3371 Phenomenology
+0708.3376
+0708.3380 Phenomenology
+0708.3402 Phenomenology
+0708.3427 Lattice
+0708.3439 Theory
+0708.3447 Lattice
+0708.3452 Theory
+0708.3455 Phenomenology
+0708.3459 Theory
+0708.3461 Theory
+0708.3466
+0708.3478
+0708.3496 Phenomenology
+0708.3497 Phenomenology
+0708.3516 Phenomenology
+0708.3526 Phenomenology
+0708.3543
+0708.3558
+0708.3560 Phenomenology
+0708.3569 Phenomenology
+0708.3586
+0708.3593 Phenomenology
+0708.3603 Phenomenology
+0708.3610 Lattice
+0708.3612 Phenomenology
+0708.3614
+0708.3620 Phenomenology
+0708.3622
+0708.3626 Phenomenology
+0708.3633 Strongly Correlated Electrons
+0708.3634
+0708.3635 Data Analysis, Statistics and Probability
+0708.3636 Phenomenology
+0708.3639
+0708.3659 Phenomenology
+0708.3665 Phenomenology
+0708.3670 Theory
+0708.3706 Theory
+0708.3712 Phenomenology
+0708.3714
+0708.3717 Experiment
+0708.3729
+0708.3731 Phenomenology
+0708.3738 Theory
+0708.3754
+0708.3765 Phenomenology
+0708.3778 Theory
+0708.3790 Phenomenology
+0708.3802 Phenomenology
+0708.3805 Theory
+0708.3812 Experiment
+0708.3820
+0708.3821 Phenomenology
+0708.3823 Theory
+0708.3828 Theory
+0708.3842
+0708.3844 Theory
+0708.3862 Theory
+0708.3884 Phenomenology
+0708.3892 Experiment
+0708.3913 Phenomenology
+0708.3940 History and Philosophy of Physics
+0708.3941
+0708.3957 Phenomenology
+0708.3970 Phenomenology
+0708.3983 Phenomenology
+0708.3984 Theory
+0708.3987
+0708.3989
+0708.4003 Phenomenology
+0708.4005 Phenomenology
+0708.4008 Phenomenology
+0708.4033 Phenomenology
+0708.4048
+0708.4054 Phenomenology
+0708.4056 Theory
+0708.4057 Experiment
+0708.4087 Lattice
+0708.4089 Experiment
+0708.4091 Phenomenology
+0708.4098 Phenomenology
+0708.4115
+0708.4116 Theory
+0708.4121 Phenomenology
+0708.4129 Lattice
+0708.4135
+0708.4143
+0708.4144
+0708.4159 Theory
+0708.4167 Phenomenology
+0708.4179 Theory
+0708.4196
+0708.4216
+0708.4218
+0708.4225 Experiment
+0708.4231 Theory
+0708.4232 Phenomenology
+0708.4242
+0708.4261 Theory
+0708.4265
+0708.4266
+0708.4268
+0708.4296
+0708.4297 Phenomenology
+0708.4299
+0708.4302 Phenomenology
+0708.4305 Theory
+0708.4319 Phenomenology
+0708.4320 Phenomenology
+0708.4332 Lattice
+0708.4339 Phenomenology
+0708.4351 Theory
+0708.4355
+0708.4363
+0708.4365 Theory
+0708.4367
+0708.4384
+0708.4391
+0708.4394 Phenomenology
+0708.4398 Phenomenology
+0708.4405 Phenomenology
+0709.0002
+0709.0007 Phenomenology
+0709.0008 Lattice
+0709.0009
+0709.0022
+0709.0043 Phenomenology
+0709.0045
+0709.0046
+0709.0049 Phenomenology
+0709.0060 Phenomenology
+0709.0075 Phenomenology
+0709.0076
+0709.0077
+0709.0090
+0709.0115
+0709.0126
+0709.0131
+0709.0137 Phenomenology
+0709.0140 Theory
+0709.0144
+0709.0157
+0709.0161 Phenomenology
+0709.0163 Theory
+0709.0171 Phenomenology
+0709.0173 Experiment
+0709.0180 Theory
+0709.0183
+0709.0192 General Physics
+0709.0202
+0709.0210
+0709.0211
+0709.0228
+0709.0235 Phenomenology
+0709.0241 Theory
+0709.0253
+0709.0265 Lattice
+0709.0277
+0709.0279
+0709.0282 Phenomenology
+0709.0285
+0709.0286
+0709.0288 Phenomenology
+0709.0294
+0709.0297 Phenomenology
+0709.0299
+0709.0307
+0709.0314 Phenomenology
+0709.0328
+0709.0330 General Physics
+0709.0331 Instrumentation and Detectors
+0709.0339 Phenomenology
+0709.0365 Phenomenology
+0709.0369 Phenomenology
+0709.0374
+0709.0383 Phenomenology
+0709.0386
+0709.0397 Phenomenology
+0709.0398 Theory
+0709.0401
+0709.0403
+0709.0413 Phenomenology
+0709.0419 Theory
+0709.0432 Theory
+0709.0439
+0709.0441
+0709.0442
+0709.0450
+0709.0468
+0709.0471 Theory
+0709.0476 Phenomenology
+0709.0484 Lattice
+0709.0499 Other Condensed Matter
+0709.0500 Phenomenology
+0709.0502 Theory
+0709.0507 Phenomenology
+0709.0508
+0709.0519
+0709.0532
+0709.0533 Instrumentation and Detectors
+0709.0534
+0709.0536
+0709.0539
+0709.0545
+0709.0551
+0709.0559 Theory
+0709.0565
+0709.0567
+0709.0578
+0709.0579 Theory
+0709.0582 Classical Physics
+0709.0586 Phenomenology
+0709.0603
+0709.0614 Phenomenology
+0709.0616
+0709.0629 Phenomenology
+0709.0630
+0709.0634 Instrumentation and Detectors
+0709.0635
+0709.0655 Theory
+0709.0657
+0709.0660
+0709.0665
+0709.0666 Phenomenology
+0709.0669 Lattice
+0709.0673 Experiment
+0709.0678 Phenomenology
+0709.0693 Lattice
+0709.0695
+0709.0697
+0709.0706 Phenomenology
+0709.0708
+0709.0714 Phenomenology
+0709.0731 Theory
+0709.0732
+0709.0742
+0709.0744 Instrumentation and Detectors
+0709.0763 Phenomenology
+0709.0765 Phenomenology
+0709.0767
+0709.0770
+0709.0774
+0709.0775 Phenomenology
+0709.0781 Lattice
+0709.0794 Phenomenology
+0709.0822 Lattice
+0709.0835 Phenomenology
+0709.0856
+0709.0857 Phenomenology
+0709.0858 Phenomenology
+0709.0869 Theory
+0709.0872
+0709.0873 Theory
+0709.0875
+0709.0891
+0709.0892
+0709.0898
+0709.0899 Phenomenology
+0709.0900
+0709.0901 Phenomenology
+0709.0903 Statistical Mechanics
+0709.0909 Lattice
+0709.0924 Theory
+0709.0932 Lattice
+0709.0936 General Physics
+0709.0939 Phenomenology
+0709.0940
+0709.0950 Phenomenology
+0709.0973 Theory
+0709.0996
+0709.1001 Plasma Physics
+0709.1002 Lattice
+0709.1005
+0709.1006
+0709.1007 Experiment
+0709.1010 Theory
+0709.1011
+0709.1019 Phenomenology
+0709.1022 Phenomenology
+0709.1026 Phenomenology
+0709.1027 Phenomenology
+0709.1028 Theory
+0709.1036
+0709.1050
+0709.1069 Phenomenology
+0709.1072
+0709.1075 Phenomenology
+0709.1078
+0709.1081
+0709.1087 Phenomenology
+0709.1089 Theory
+0709.1093 Phenomenology
+0709.1094 Instrumentation and Detectors
+0709.1107 Phenomenology
+0709.1109 Theory
+0709.1119
+0709.1128
+0709.1131
+0709.1157 Phenomenology
+0709.1168 Theory
+0709.1169 Lattice
+0709.1170 Theory
+0709.1171 Theory
+0709.1186
+0709.1199 Theory
+0709.1202 Phenomenology
+0709.1233 Phenomenology
+0709.1239
+0709.1240
+0709.1244
+0709.1245
+0709.1257 Theory
+0709.1312 Phenomenology
+0709.1317 Phenomenology
+0709.1318 Theory
+0709.1319 Theory
+0709.1325 Statistical Mechanics
+0709.1340 Experiment
+0709.1348 Phenomenology
+0709.1364 Phenomenology
+0709.1371 Phenomenology
+0709.1384 Phenomenology
+0709.1390 Phenomenology
+0709.1393
+0709.1400
+0709.1403
+0709.1409
+0709.1426 Theory
+0709.1428
+0709.1439 Phenomenology
+0709.1447 Theory
+0709.1480 Theory
+0709.1481 Phenomenology
+0709.1483 Theory
+0709.1485
+0709.1486 Phenomenology
+0709.1488
+0709.1505 Phenomenology
+0709.1517
+0709.1520 Theory
+0709.1522 Theory
+0709.1523 Theory
+0709.1524 Phenomenology
+0709.1526 Phenomenology
+0709.1531 Lattice
+0709.1532 Theory
+0709.1534 Lattice
+0709.1568 Phenomenology
+0709.1584 Phenomenology
+0709.1603
+0709.1618
+0709.1620
+0709.1624
+0709.1625
+0709.1632 Phenomenology
+0709.1633
+0709.1637 Theory
+0709.1638 Phenomenology
+0709.1646
+0709.1652 Phenomenology
+0709.1658 Theory
+0709.1661 Theory
+0709.1664 Phenomenology
+0709.1668 Differential Geometry
+0709.1671 Theory
+0709.1673 Theory
+0709.1684
+0709.1702
+0709.1743
+0709.1745 Phenomenology
+0709.1752 Phenomenology
+0709.1753 Phenomenology
+0709.1786 Phenomenology
+0709.1789 Phenomenology
+0709.1816 Phenomenology
+0709.1827 Phenomenology
+0709.1848 Phenomenology
+0709.1880
+0709.1888 Theory
+0709.1898 Phenomenology
+0709.1923 Phenomenology
+0709.1931 Phenomenology
+0709.1937 Phenomenology
+0709.1952 Theory
+0709.1955 Lattice
+0709.1960 Phenomenology
+0709.1965
+0709.1996 Phenomenology
+0709.2017 Differential Geometry
+0709.2024 Statistical Mechanics
+0709.2029
+0709.2044
+0709.2051
+0709.2053
+0709.2075 Phenomenology
+0709.2086 Phenomenology
+0709.2091 Phenomenology
+0709.2111 Phenomenology
+0709.2112 Phenomenology
+0709.2128 Theory
+0709.2129
+0709.2131
+0709.2134 Phenomenology
+0709.2136 Theory
+0709.2137
+0709.2139
+0709.2140 Theory
+0709.2142
+0709.2152
+0709.2160
+0709.2162 Theory
+0709.2163 Phenomenology
+0709.2165
+0709.2177
+0709.2180 Lattice
+0709.2185
+0709.2187 Other Condensed Matter
+0709.2190
+0709.2197
+0709.2208 Theory
+0709.2211
+0709.2218 Lattice
+0709.2220 Phenomenology
+0709.2221 Phenomenology
+0709.2235 Phenomenology
+0709.2262 Phenomenology
+0709.2269 Phenomenology
+0709.2270 Theory
+0709.2275
+0709.2285
+0709.2291 Phenomenology
+0709.2297
+0709.2298
+0709.2307 Theory
+0709.2312
+0709.2316 Phenomenology
+0709.2339 Phenomenology
+0709.2347 Theory
+0709.2365
+0709.2369
+0709.2377 Phenomenology
+0709.2388 Theory
+0709.2394 General Physics
+0709.2399 Theory
+0709.2431 Phenomenology
+0709.2433
+0709.2435
+0709.2438 Phenomenology
+0709.2439 Phenomenology
+0709.2440 Theory
+0709.2456 Theory
+0709.2478 Phenomenology
+0709.2502 Phenomenology
+0709.2505
+0709.2535
+0709.2536
+0709.2541
+0709.2544 Phenomenology
+0709.2545
+0709.2546 Theory
+0709.2549
+0709.2552
+0709.2565 Experiment
+0709.2569 Phenomenology
+0709.2583 Phenomenology
+0709.2589
+0709.2594 Phenomenology
+0709.2602
+0709.2611 Phenomenology
+0709.2628
+0709.2632 Theory
+0709.2634 Phenomenology
+0709.2657
+0709.2671
+0709.2691 Theory
+0709.2697 Phenomenology
+0709.2699
+0709.2709 Phenomenology
+0709.2728
+0709.2734
+0709.2740 Phenomenology
+0709.2741
+0709.2742 Phenomenology
+0709.2743
+0709.2745
+0709.2750 Phenomenology
+0709.2751
+0709.2754 Theory
+0709.2759 Phenomenology
+0709.2770
+0709.2772
+0709.2784
+0709.2795 Theory
+0709.2799 Theory
+0709.2816
+0709.2817 Phenomenology
+0709.2822 Theory
+0709.2834
+0709.2840 Phenomenology
+0709.2842
+0709.2844 Phenomenology
+0709.2854 Phenomenology
+0709.2860 Symplectic Geometry
+0709.2870
+0709.2871
+0709.2872
+0709.2876 Theory
+0709.2877 Phenomenology
+0709.2881 Phenomenology
+0709.2884 Phenomenology
+0709.2889 Lattice
+0709.2899 Theory
+0709.2903
+0709.2904 Theory
+0709.2914 Theory
+0709.2917 Experiment
+0709.2922
+0709.2925
+0709.2945 Phenomenology
+0709.2948
+0709.2957
+0709.2965 Phenomenology
+0709.2971
+0709.2985 Phenomenology
+0709.2988
+0709.2994 Phenomenology
+0709.2996
+0709.3001
+0709.3007
+0709.3008
+0709.3010 Phenomenology
+0709.3014 Phenomenology
+0709.3020 Phenomenology
+0709.3025
+0709.3038 Phenomenology
+0709.3043
+0709.3048 Experiment
+0709.3057 Phenomenology
+0709.3059 Theory
+0709.3060
+0709.3066 Experiment
+0709.3069 Theory
+0709.3072
+0709.3074
+0709.3077 Lattice
+0709.3080 Phenomenology
+0709.3090 Theory
+0709.3096 Theory
+0709.3097
+0709.3098
+0709.3101
+0709.3105
+0709.3111 Theory
+0709.3113
+0709.3114
+0709.3120
+0709.3139
+0709.3148 Experiment
+0709.3152
+0709.3159 Theory
+0709.3162
+0709.3166 Theory
+0709.3174 Phenomenology
+0709.3181
+0709.3189
+0709.3205 Lattice
+0709.3214 Phenomenology
+0709.3227 Theory
+0709.3236 Phenomenology
+0709.3239 Lattice
+0709.3253 Phenomenology
+0709.3272 Phenomenology
+0709.3280 Theory
+0709.3282 Theory
+0709.3284
+0709.3293
+0709.3294 Phenomenology
+0709.3295
+0709.3296 Theory
+0709.3299 Theory
+0709.3300
+0709.3308
+0709.3309 Phenomenology
+0709.3314
+0709.3337 Theory
+0709.3341 Phenomenology
+0709.3357 Theory
+0709.3362 Phenomenology
+0709.3363 Phenomenology
+0709.3364 Phenomenology
+0709.3371 Experiment
+0709.3379 Lattice
+0709.3386 Lattice
+0709.3393
+0709.3421 Theory
+0709.3422
+0709.3428 Theory
+0709.3442 Phenomenology
+0709.3450 Phenomenology
+0709.3459 Phenomenology
+0709.3471 Phenomenology
+0709.3472
+0709.3481 Instrumentation and Detectors
+0709.3482 Phenomenology
+0709.3486 Lattice
+0709.3488 Theory
+0709.3491 Phenomenology
+0709.3497 Lattice
+0709.3499 Theory
+0709.3500
+0709.3501 Theory
+0709.3505
+0709.3510
+0709.3513 Phenomenology
+0709.3519 Phenomenology
+0709.3520 Theory
+0709.3527
+0709.3538 Experiment
+0709.3543
+0709.3552 Theory
+0709.3559
+0709.3568 Theory
+0709.3575 Plasma Physics
+0709.3576 Phenomenology
+0709.3605 Theory
+0709.3612 Instrumentation and Detectors
+0709.3616 Experiment
+0709.3619 Theory
+0709.3623
+0709.3636 Experiment
+0709.3637
+0709.3638
+0709.3645
+0709.3656 Lattice
+0709.3658 Lattice
+0709.3668 Theory
+0709.3669
+0709.3670
+0709.3672
+0709.3677
+0709.3679
+0709.3684 Theory
+0709.3708 Lattice
+0709.3714
+0709.3719
+0709.3722
+0709.3726 Phenomenology
+0709.3727
+0709.3729
+0709.3739
+0709.3742 Experiment
+0709.3744 Phenomenology
+0709.3746
+0709.3749 Phenomenology
+0709.3750 Instrumentation and Detectors
+0709.3756 Instrumentation and Detectors
+0709.3757 Theory
+0709.3758 Theory
+0709.3761
+0709.3767 Phenomenology
+0709.3770 Theory
+0709.3782 Phenomenology
+0709.3791 Theory
+0709.3797
+0709.3825 Phenomenology
+0709.3831 Theory
+0709.3845
+0709.3866
+0709.3885 Phenomenology
+0709.3889 Phenomenology
+0709.3899 Phenomenology
+0709.3908 Mesoscale and Nanoscale Physics
+0709.3910 Theory
+0709.3912 Theory
+0709.3913 Phenomenology
+0709.3916 Theory
+0709.3918 Phenomenology
+0709.3919 Theory
+0709.3926 Accelerator Physics
+0709.3930 Theory
+0709.3935 Phenomenology
+0709.3944 Phenomenology
+0709.3946 Phenomenology
+0709.3963 Theory
+0709.3972
+0709.3981
+0709.3985 Phenomenology
+0709.4000
+0709.4009
+0709.4013 Phenomenology
+0709.4021
+0709.4029
+0709.4039 Phenomenology
+0709.4044 Phenomenology
+0709.4053 Phenomenology
+0709.4060 Phenomenology
+0709.4066 Phenomenology
+0709.4067 Phenomenology
+0709.4081
+0709.4090 Phenomenology
+0709.4092 Phenomenology
+0709.4101 Phenomenology
+0709.4126 Theory
+0709.4129
+0709.4155
+0709.4161
+0709.4169 Theory
+0709.4170 Lattice
+0709.4174 Phenomenology
+0709.4187 Theory
+0709.4193 Lattice
+0709.4196 Phenomenology
+0709.4197
+0709.4218 Instrumentation and Detectors
+0709.4220
+0709.4221 Phenomenology
+0709.4224 Lattice
+0709.4231 Theory
+0709.4235
+0709.4249
+0709.4251
+0709.4262 Theory
+0709.4277 Theory
+0709.4336 Lattice
+0709.4338 Phenomenology
+0709.4342
+0709.4343 Phenomenology
+0709.4354 Phenomenology
+0709.4368 Lattice
+0709.4369 Theory
+0709.4378 Phenomenology
+0709.4385 Theory
+0709.4388 Phenomenology
+0709.4391
+0709.4395 Phenomenology
+0709.4405 Phenomenology
+0709.4406 Phenomenology
+0709.4414
+0709.4422 Phenomenology
+0709.4426 Experiment
+0709.4427 Phenomenology
+0709.4433 Experiment
+0709.4443 Theory
+0709.4448
+0709.4450 Phenomenology
+0709.4454
+0709.4456 Lattice
+0709.4461 Phenomenology
+0709.4474 Phenomenology
+0709.4478 Theory
+0709.4482 Theory
+0709.4491 Phenomenology
+0709.4494 Lattice
+0709.4498 Experiment
+0709.4514 Instrumentation and Detectors
+0709.4519 Phenomenology
+0709.4524 Instrumentation and Detectors
+0709.4525 Phenomenology
+0709.4535 Phenomenology
+0709.4538
+0709.4541
+0709.4552
+0709.4564 Lattice
+0709.4567
+0709.4581
+0709.4583 Phenomenology
+0709.4585 Lattice
+0709.4588
+0709.4593
+0709.4595 Lattice
+0709.4600 Theory
+0709.4603 Theory
+0709.4605 Theory
+0709.4610
+0709.4611 Theory
+0709.4622 Phenomenology
+0709.4623
+0709.4624 Phenomenology
+0709.4630 Lattice
+0709.4632 Theory
+0709.4634 Phenomenology
+0709.4637 Phenomenology
+0709.4640
+0709.4641 Phenomenology
+0709.4648 Lattice
+0709.4651 Theory
+0709.4657 Theory
+0709.4659
+0709.4665 Theory
+0710.0001 Theory
+0710.0014 Lattice
+0710.0017 Lattice
+0710.0028 Phenomenology
+0710.0031 Phenomenology
+0710.0039 Experiment
+0710.0040
+0710.0047
+0710.0051 Phenomenology
+0710.0066 Lattice
+0710.0077
+0710.0079 Theory
+0710.0097 Lattice
+0710.0120 Theory
+0710.0123 Phenomenology
+0710.0140 Lattice
+0710.0148 Theory
+0710.0170 Theory
+0710.0172 Instrumentation and Detectors
+0710.0174 Lattice
+0710.0196 Phenomenology
+0710.0214
+0710.0221 Theory
+0710.0239
+0710.0258
+0710.0264 Lattice
+0710.0277
+0710.0294 Lattice
+0710.0299 Theory
+0710.0306
+0710.0308 Accelerator Physics
+0710.0310
+0710.0312
+0710.0315 Theory
+0710.0323 Lattice
+0710.0325 Phenomenology
+0710.0327
+0710.0331 Phenomenology
+0710.0332
+0710.0333 Phenomenology
+0710.0338 Lattice
+0710.0340 Phenomenology
+0710.0343 Phenomenology
+0710.0344 Lattice
+0710.0347 Lattice
+0710.0354 Lattice
+0710.0356
+0710.0362 Phenomenology
+0710.0376 Theory
+0710.0380
+0710.0388 Theory
+0710.0393 Theory
+0710.0404 Theory
+0710.0415 Experiment
+0710.0416
+0710.0421 Theory
+0710.0425 Lattice
+0710.0434 Lattice
+0710.0435
+0710.0438 Lattice
+0710.0449 Phenomenology
+0710.0452 Theory
+0710.0453 Theory
+0710.0454 Phenomenology
+0710.0458 Phenomenology
+0710.0462 Lattice
+0710.0466 Experiment
+0710.0471 Lattice
+0710.0472
+0710.0476 Lattice
+0710.0477
+0710.0480 Lattice
+0710.0481 Lattice
+0710.0486
+0710.0489 Lattice
+0710.0500 Theory
+0710.0501 Theory
+0710.0505 Theory
+0710.0525 Phenomenology
+0710.0530 Phenomenology
+0710.0542
+0710.0543 Phenomenology
+0710.0544
+0710.0548 Phenomenology
+0710.0549 Lattice
+0710.0551 Lattice
+0710.0553 Phenomenology
+0710.0560 Lattice
+0710.0568 Phenomenology
+0710.0570 Phenomenology
+0710.0573 Theory
+0710.0575 Experiment
+0710.0584 Phenomenology
+0710.0605 Phenomenology
+0710.0606
+0710.0612 Theory
+0710.0613 Theory
+0710.0614
+0710.0615
+0710.0620 Theory
+0710.0628
+0710.0649 Lattice
+0710.0653 Lattice
+0710.0674 Lattice
+0710.0688
+0710.0691 Lattice
+0710.0702
+0710.0703
+0710.0707 Theory
+0710.0722
+0710.0725
+0710.0737 Lattice
+0710.0739 Lattice
+0710.0741 Lattice
+0710.0743 Phenomenology
+0710.0747 Instrumentation and Detectors
+0710.0752
+0710.0754 Materials Science
+0710.0756 Phenomenology
+0710.0762
+0710.0769
+0710.0775
+0710.0781 Lattice
+0710.0785
+0710.0788
+0710.0791
+0710.0806 Theory
+0710.0814
+0710.0818 Theory
+0710.0819
+0710.0820
+0710.0826 Phenomenology
+0710.0827
+0710.0832
+0710.0835 Phenomenology
+0710.0844
+0710.0855
+0710.0863 Phenomenology
+0710.0879
+0710.0880
+0710.0894 Theory
+0710.0940 Phenomenology
+0710.0945 Lattice
+0710.0948 Phenomenology
+0710.0952 Theory
+0710.0953
+0710.0965 Theory
+0710.0966
+0710.0968
+0710.0970
+0710.0974 Theory
+0710.0978 Phenomenology
+0710.0990 Lattice
+0710.0994 Phenomenology
+0710.0995 Phenomenology
+0710.0997 Lattice
+0710.0998 Lattice
+0710.1002 Theory
+0710.1010
+0710.1029 Phenomenology
+0710.1032
+0710.1038 Phenomenology
+0710.1044 Phenomenology
+0710.1049 Experiment
+0710.1050 Theory
+0710.1054 Phenomenology
+0710.1061 Theory
+0710.1063 Theory
+0710.1070 Lattice
+0710.1077
+0710.1083 Theory
+0710.1084 Phenomenology
+0710.1092
+0710.1101
+0710.1102 Phenomenology
+0710.1106 Lattice
+0710.1111 Lattice
+0710.1130 Lattice
+0710.1138 Lattice
+0710.1150 Phenomenology
+0710.1154 Phenomenology
+0710.1161 Lattice
+0710.1164 Lattice
+0710.1175
+0710.1186 Phenomenology
+0710.1188 Lattice
+0710.1192
+0710.1196
+0710.1212 Phenomenology
+0710.1219
+0710.1223 Phenomenology
+0710.1229
+0710.1233 Phenomenology
+0710.1257 Theory
+0710.1260 Theory
+0710.1261
+0710.1265
+0710.1266 Phenomenology
+0710.1267 Phenomenology
+0710.1271
+0710.1279
+0710.1291
+0710.1299 Theory
+0710.1300 Phenomenology
+0710.1311
+0710.1326
+0710.1330 Lattice
+0710.1337 Experiment
+0710.1340
+0710.1363 Accelerator Physics
+0710.1368 Experiment
+0710.1374 Optics
+0710.1394 Theory
+0710.1397
+0710.1406
+0710.1414 Lattice
+0710.1422 Lattice
+0710.1424 Lattice
+0710.1429
+0710.1434
+0710.1449 Lattice
+0710.1450
+0710.1453 Phenomenology
+0710.1454 Phenomenology
+0710.1464 Lattice
+0710.1472
+0710.1474 Phenomenology
+0710.1486
+0710.1492 Phenomenology
+0710.1498 Experiment
+0710.1505 Phenomenology
+0710.1507 Lattice
+0710.1508 Phenomenology
+0710.1510
+0710.1512
+0710.1517 Lattice
+0710.1524 Theory
+0710.1527 Quantum Algebra
+0710.1533 Lattice
+0710.1535
+0710.1536 Experiment
+0710.1539
+0710.1540 Phenomenology
+0710.1541
+0710.1545 Phenomenology
+0710.1547
+0710.1552
+0710.1555 Phenomenology
+0710.1556 Phenomenology
+0710.1557
+0710.1562
+0710.1563 Phenomenology
+0710.1567 Phenomenology
+0710.1572 Phenomenology
+0710.1573 Phenomenology
+0710.1577 Phenomenology
+0710.1580 Lattice
+0710.1584
+0710.1585 Phenomenology
+0710.1598
+0710.1619 Phenomenology
+0710.1632 Phenomenology
+0710.1636 Theory
+0710.1640
+0710.1647 Experiment
+0710.1649 Lattice
+0710.1655 Lattice
+0710.1656
+0710.1660 Lattice
+0710.1672 Theory
+0710.1673 Theory
+0710.1675
+0710.1682
+0710.1696 Phenomenology
+0710.1707 Theory
+0710.1708
+0710.1711 Lattice
+0710.1725 Lattice
+0710.1726 Theory
+0710.1735 Theory
+0710.1738 Theory
+0710.1741 Lattice
+0710.1751 Lattice
+0710.1755
+0710.1783 Theory
+0710.1791 Phenomenology
+0710.1792 Phenomenology
+0710.1793 Phenomenology
+0710.1796
+0710.1798
+0710.1802
+0710.1813 Lattice
+0710.1821 Phenomenology
+0710.1823
+0710.1829 Theory
+0710.1838 Phenomenology
+0710.1851
+0710.1859
+0710.1874
+0710.1878 Phenomenology
+0710.1883 Phenomenology
+0710.1887
+0710.1890
+0710.1907
+0710.1914 Theory
+0710.1915 Phenomenology
+0710.1927 Phenomenology
+0710.1944
+0710.1955 Phenomenology
+0710.1956 Theory
+0710.1958
+0710.1966 Lattice
+0710.1988 Lattice
+0710.1998 Theory
+0710.2000
+0710.2013
+0710.2014
+0710.2022 Phenomenology
+0710.2032
+0710.2042
+0710.2046 Phenomenology
+0710.2047
+0710.2055
+0710.2067 Phenomenology
+0710.2068 Lattice
+0710.2074 Theory
+0710.2075 Theory
+0710.2078 Phenomenology
+0710.2100 Lattice
+0710.2122
+0710.2142
+0710.2158
+0710.2159 Lattice
+0710.2163 Phenomenology
+0710.2164
+0710.2171
+0710.2173 Lattice
+0710.2177 Phenomenology
+0710.2179 Lattice
+0710.2180 Phenomenology
+0710.2182 Theory
+0710.2187
+0710.2189
+0710.2193
+0710.2194
+0710.2201 Lattice
+0710.2209 Theory
+0710.2210 Phenomenology
+0710.2212 Phenomenology
+0710.2221
+0710.2226
+0710.2234 Phenomenology
+0710.2239
+0710.2244 Theory
+0710.2251 Lattice
+0710.2273 Phenomenology
+0710.2277 Lattice
+0710.2280 Phenomenology
+0710.2285
+0710.2290
+0710.2291 Theory
+0710.2292 Phenomenology
+0710.2293
+0710.2294 Theory
+0710.2306 Theory
+0710.2312 Theory
+0710.2315 Chaotic Dynamics
+0710.2325 Phenomenology
+0710.2329 Lattice
+0710.2333
+0710.2345
+0710.2349 Strongly Correlated Electrons
+0710.2368
+0710.2380 Lattice
+0710.2406 Theory
+0710.2408 Phenomenology
+0710.2413 Phenomenology
+0710.2414 History and Philosophy of Physics
+0710.2415 Phenomenology
+0710.2416 Phenomenology
+0710.2417 Theory
+0710.2433
+0710.2435
+0710.2441 Lattice
+0710.2442 Lattice
+0710.2443
+0710.2444 Lattice
+0710.2453
+0710.2458
+0710.2468 Theory
+0710.2469 Phenomenology
+0710.2474 Theory
+0710.2475
+0710.2492 Lattice
+0710.2494 Phenomenology
+0710.2498 Lattice
+0710.2501 Phenomenology
+0710.2503
+0710.2516 Phenomenology
+0710.2528
+0710.2535 Theory
+0710.2538
+0710.2540 Theory
+0710.2543
+0710.2554
+0710.2565 Lattice
+0710.2568
+0710.2579 Theory
+0710.2584
+0710.2588
+0710.2590 Theory
+0710.2593 Theory
+0710.2599
+0710.2600 Phenomenology
+0710.2601 Phenomenology
+0710.2607 Lattice
+0710.2619 Phenomenology
+0710.2628
+0710.2639 Phenomenology
+0710.2653 Phenomenology
+0710.2655
+0710.2664
+0710.2666
+0710.2667
+0710.2672 Phenomenology
+0710.2679
+0710.2684
+0710.2691
+0710.2696 Phenomenology
+0710.2709
+0710.2713 Phenomenology
+0710.2714 Phenomenology
+0710.2730 Lattice
+0710.2734 Phenomenology
+0710.2738
+0710.2741
+0710.2744 Lattice
+0710.2749 Atomic and Molecular Clusters
+0710.2769 Theory
+0710.2770
+0710.2780
+0710.2785 Phenomenology
+0710.2786 Experiment
+0710.2788 Lattice
+0710.2790 Phenomenology
+0710.2793
+0710.2795 Lattice
+0710.2799 Lattice
+0710.2834 Phenomenology
+0710.2840 Theory
+0710.2846 Phenomenology
+0710.2849
+0710.2851 Experiment
+0710.2853 Phenomenology
+0710.2857 Phenomenology
+0710.2862 Lattice
+0710.2863 Lattice
+0710.2865 Lattice
+0710.2872
+0710.2877
+0710.2881 Theory
+0710.2894
+0710.2905 Theory
+0710.2917 Phenomenology
+0710.2919 Lattice
+0710.2923 Phenomenology
+0710.2924
+0710.2925
+0710.2926 Phenomenology
+0710.2927
+0710.2928 Phenomenology
+0710.2943
+0710.2944
+0710.2945
+0710.2948 Lattice
+0710.2951 Theory
+0710.2955
+0710.2956 Theory
+0710.2958 Lattice
+0710.2966 Experiment
+0710.2968 Phenomenology
+0710.2969 Phenomenology
+0710.2971 Phenomenology
+0710.2978 Theory
+0710.2983
+0710.2993
+0710.3000
+0710.3009 Theory
+0710.3016 Phenomenology
+0710.3017 Theory
+0710.3020 Phenomenology
+0710.3026
+0710.3037
+0710.3040 Theory
+0710.3048 Phenomenology
+0710.3050 Phenomenology
+0710.3051 Statistical Mechanics
+0710.3052
+0710.3055 Theory
+0710.3056 Phenomenology
+0710.3057 Phenomenology
+0710.3060 Phenomenology
+0710.3068 Phenomenology
+0710.3075 Phenomenology
+0710.3080 Theory
+0710.3083 Phenomenology
+0710.3084 Statistical Mechanics
+0710.3090 Phenomenology
+0710.3103 Phenomenology
+0710.3106
+0710.3108
+0710.3109 Phenomenology
+0710.3112
+0710.3114
+0710.3125 Phenomenology
+0710.3128 History and Philosophy of Physics
+0710.3129 Phenomenology
+0710.3133 Phenomenology
+0710.3135 Theory
+0710.3148
+0710.3162 Theory
+0710.3163
+0710.3169 Phenomenology
+0710.3172 Lattice
+0710.3181
+0710.3186 Theory
+0710.3198
+0710.3199 Phenomenology
+0710.3201
+0710.3233
+0710.3234 Lattice
+0710.3240 Theory
+0710.3248
+0710.3251 Lattice
+0710.3265 Phenomenology
+0710.3272 Theory
+0710.3274
+0710.3277
+0710.3280
+0710.3281 Phenomenology
+0710.3288 Experiment
+0710.3294 Phenomenology
+0710.3308
+0710.3309 Phenomenology
+0710.3318 Phenomenology
+0710.3323
+0710.3330
+0710.3331 Phenomenology
+0710.3334 Phenomenology
+0710.3337 Lattice
+0710.3338 Experiment
+0710.3339 Phenomenology
+0710.3349 Phenomenology
+0710.3350 Atomic Physics
+0710.3359
+0710.3365
+0710.3369
+0710.3393 Experiment
+0710.3396
+0710.3403 Phenomenology
+0710.3410
+0710.3412 Experiment
+0710.3416
+0710.3429 Theory
+0710.3431
+0710.3432 Phenomenology
+0710.3438
+0710.3440 Theory
+0710.3445 Theory
+0710.3449 Theory
+0710.3469 Experiment
+0710.3479 Theory
+0710.3480 Theory
+0710.3482 Superconductivity
+0710.3490 Phenomenology
+0710.3495 Theory
+0710.3496 Lattice
+0710.3498 Experiment
+0710.3501
+0710.3513 Theory
+0710.3522 Lattice
+0710.3524
+0710.3525 Phenomenology
+0710.3527 Mesoscale and Nanoscale Physics
+0710.3537
+0710.3540
+0710.3544
+0710.3552 Theory
+0710.3554 Phenomenology
+0710.3559 Theory
+0710.3562 Phenomenology
+0710.3564 Theory
+0710.3577 Lattice
+0710.3593
+0710.3594
+0710.3597
+0710.3611 Lattice
+0710.3612 Lattice
+0710.3614
+0710.3620 Theory
+0710.3622 Lattice
+0710.3626
+0710.3629 Phenomenology
+0710.3658 Theory
+0710.3670 Theory
+0710.3672 Phenomenology
+0710.3677
+0710.3680
+0710.3691
+0710.3694
+0710.3699 Phenomenology
+0710.3700
+0710.3708
+0710.3710 Phenomenology
+0710.3717 Lattice
+0710.3733 Theory
+0710.3748
+0710.3752
+0710.3755 Theory
+0710.3768
+0710.3771 Theory
+0710.3772
+0710.3787
+0710.3790 Theory
+0710.3796 Phenomenology
+0710.3805
+0710.3808
+0710.3823
+0710.3827 Theory
+0710.3828 Phenomenology
+0710.3832 Theory
+0710.3833 Theory
+0710.3836 Theory
+0710.3841 Theory
+0710.3851 Phenomenology
+0710.3856 Lattice
+0710.3874
+0710.3876
+0710.3885
+0710.3902
+0710.3903
+0710.3929
+0710.3930 Phenomenology
+0710.3933 Theory
+0710.3938
+0710.3941
+0710.3945 Phenomenology
+0710.3954 Theory
+0710.3966 Experiment
+0710.3971 Theory
+0710.3995
+0710.4003
+0710.4017
+0710.4020
+0710.4021 Theory
+0710.4026 Theory
+0710.4034 Theory
+0710.4056
+0710.4058
+0710.4060
+0710.4067 Phenomenology
+0710.4068
+0710.4073
+0710.4088 Theory
+0710.4094
+0710.4101
+0710.4121 Phenomenology
+0710.4130 Theory
+0710.4131
+0710.4133
+0710.4134
+0710.4135
+0710.4136
+0710.4139 Theory
+0710.4140 Theory
+0710.4151 Theory
+0710.4156 Experiment
+0710.4158
+0710.4162
+0710.4169 Phenomenology
+0710.4185 Phenomenology
+0710.4191
+0710.4192
+0710.4197 Lattice
+0710.4201 Phenomenology
+0710.4206
+0710.4212
+0710.4215 Lattice
+0710.4225 Lattice
+0710.4227 Phenomenology
+0710.4239 Phenomenology
+0710.4241
+0710.4247
+0710.4249 Theory
+0710.4250
+0710.4252
+0710.4258 Experiment
+0710.4273 Phenomenology
+0710.4275 Theory
+0710.4283 Theory
+0710.4299
+0710.4305
+0710.4312 Lattice
+0710.4315
+0710.4330 Phenomenology
+0710.4331 Phenomenology
+0710.4342 Theory
+0710.4343 Theory
+0710.4344 Theory
+0710.4345
+0710.4348 Theory
+0710.4350
+0710.4362
+0710.4369
+0710.4373 Phenomenology
+0710.4374
+0710.4377 Theory
+0710.4379
+0710.4386 Theory
+0710.4393
+0710.4405 Phenomenology
+0710.4411
+0710.4416 Phenomenology
+0710.4418
+0710.4430 Phenomenology
+0710.4456 Phenomenology
+0710.4458 Theory
+0710.4463 Phenomenology
+0710.4467
+0710.4471 Theory
+0710.4476 Phenomenology
+0710.4504 Phenomenology
+0710.4509
+0710.4512
+0710.4513
+0710.4530 Phenomenology
+0710.4537
+0710.4543
+0710.4548 Phenomenology
+0710.4560
+0710.4564
+0710.4576
+0710.4577 Theory
+0710.4598 Theory
+0710.4599 Theory
+0710.4600 Theory
+0710.4608 Phenomenology
+0710.4609 Theory
+0710.4615 Phenomenology
+0710.4620
+0710.4621 Lattice
+0710.4664 Theory
+0710.4696
+0710.4730
+0710.4749 Phenomenology
+0710.4767 Phenomenology
+0710.4775 Phenomenology
+0710.4789 Theory
+0710.4837
+0710.4854
+0710.4857 Atomic Physics
+0710.4866 Lattice
+0710.4874 Phenomenology
+0710.4876 Theory
+0710.4888
+0710.4897 Phenomenology
+0710.4900 Theory
+0710.4908 Experiment
+0710.4909
+0710.4912 Theory
+0710.4919
+0710.4928 Theory
+0710.4931 Theory
+0710.4939 Phenomenology
+0710.4944
+0710.4953
+0710.4954 Phenomenology
+0710.4961 Theory
+0710.4964
+0710.4967 Theory
+0710.4974 Experiment
+0710.5001
+0710.5017
+0710.5026
+0710.5027 Phenomenology
+0710.5032 Phenomenology
+0710.5034
+0710.5038 Phenomenology
+0710.5040 Theory
+0710.5051 Theory
+0710.5052
+0710.5058 Lattice
+0710.5070
+0710.5073
+0710.5075 Phenomenology
+0710.5086
+0710.5100 Phenomenology
+0710.5104
+0710.5105 Theory
+0710.5107 Phenomenology
+0710.5118
+0710.5121 Phenomenology
+0710.5125 Phenomenology
+0710.5135
+0710.5139 Phenomenology
+0710.5147 Lattice
+0710.5155
+0710.5165
+0710.5167
+0710.5169
+0710.5170 Theory
+0710.5172 Theory
+0710.5178 Theory
+0710.5180
+0710.5186 Phenomenology
+0710.5189 Experiment
+0710.5191 Experiment
+0710.5192
+0710.5197
+0710.5200
+0710.5203 Theory
+0710.5205 Lattice
+0710.5231 Chaotic Dynamics
+0710.5232 Theory
+0710.5243 Phenomenology
+0710.5250
+0710.5261
+0710.5262
+0710.5267 Theory
+0710.5269 Theory
+0710.5273
+0710.5274 Phenomenology
+0710.5282
+0710.5283 Lattice
+0710.5297 Theory
+0710.5300
+0710.5310
+0710.5312
+0710.5320 Phenomenology
+0710.5337 Lattice
+0710.5341
+0710.5342 Theory
+0710.5346 Lattice
+0710.5365 Phenomenology
+0710.5366
+0710.5368
+0710.5378 Theory
+0710.5384
+0710.5392
+0710.5402 Theory
+0710.5407
+0710.5409
+0710.5410 Phenomenology
+0710.5417 Lattice
+0710.5420
+0710.5431
+0710.5432 Phenomenology
+0710.5433
+0710.5445 Lattice
+0710.5461 Phenomenology
+0710.5469 Theory
+0710.5482 Phenomenology
+0710.5491 Phenomenology
+0710.5498
+0710.5505
+0710.5508
+0710.5517
+0710.5519 Theory
+0710.5524
+0710.5525
+0710.5528 Phenomenology
+0710.5534 Phenomenology
+0710.5536 Lattice
+0710.5542
+0710.5556 Theory
+0710.5557 Theory
+0710.5561
+0710.5563 Phenomenology
+0710.5572
+0710.5574
+0710.5581 Phenomenology
+0710.5587 Experiment
+0710.5590 Phenomenology
+0710.5596
+0710.5597
+0710.5600
+0710.5615 Phenomenology
+0710.5618
+0710.5620 Phenomenology
+0710.5647 Lattice
+0710.5660 Phenomenology
+0710.5662 Theory
+0710.5663 Theory
+0710.5677
+0710.5688 Theory
+0710.5689 Theory
+0710.5690
+0710.5691 Chaotic Dynamics
+0710.5692
+0710.5694
+0710.5698 Theory
+0710.5699 Phenomenology
+0710.5700 Phenomenology
+0710.5702
+0710.5709 Theory
+0710.5712
+0710.5714
+0710.5717
+0710.5719
+0710.5721
+0710.5734
+0710.5736
+0710.5739
+0710.5741 Theory
+0710.5762 Theory
+0710.5771 Lattice
+0710.5773 Phenomenology
+0710.5778
+0710.5780
+0710.5795
+0710.5809 Phenomenology
+0710.5823 Phenomenology
+0710.5828 Mesoscale and Nanoscale Physics
+0710.5829
+0710.5832
+0710.5841 Phenomenology
+0710.5844
+0710.5847 Theory
+0710.5859
+0710.5865 Physics and Society
+0710.5866 Theory
+0710.5873 Theory
+0710.5875 Theory
+0710.5878 Phenomenology
+0710.5906 Phenomenology
+0710.5913
+0710.5914 History and Philosophy of Physics
+0710.5933
+0711.0008 Phenomenology
+0711.0015
+0711.0022 Phenomenology
+0711.0023 Lattice
+0711.0024 Lattice
+0711.0028 Phenomenology
+0711.0031 Theory
+0711.0032 Experiment
+0711.0036 Theory
+0711.0045 Phenomenology
+0711.0052 Phenomenology
+0711.0060 Optics
+0711.0077
+0711.0078 Theory
+0711.0079
+0711.0090
+0711.0095
+0711.0102 Theory
+0711.0116 Theory
+0711.0127
+0711.0129 Theory
+0711.0133 Theory
+0711.0139 Phenomenology
+0711.0142 Phenomenology
+0711.0146
+0711.0147 Phenomenology
+0711.0152
+0711.0154 Phenomenology
+0711.0155 Theory
+0711.0159 Phenomenology
+0711.0167 Lattice
+0711.0181
+0711.0187 Phenomenology
+0711.0192 Theory
+0711.0193
+0711.0195 Theory
+0711.0203 Phenomenology
+0711.0209 Theory
+0711.0221 Theory
+0711.0226
+0711.0232 Phenomenology
+0711.0236 Phenomenology
+0711.0243
+0711.0260
+0711.0262 Lattice
+0711.0271 Experiment
+0711.0273
+0711.0276
+0711.0288
+0711.0300 Phenomenology
+0711.0306
+0711.0309
+0711.0321 Phenomenology
+0711.0332
+0711.0338 Theory
+0711.0349
+0711.0363 Phenomenology
+0711.0364 Phenomenology
+0711.0371 Theory
+0711.0376 Theory
+0711.0382 Theory
+0711.0385 Theory
+0711.0386 Theory
+0711.0387 Phenomenology
+0711.0392
+0711.0396 Phenomenology
+0711.0404 Theory
+0711.0416 Phenomenology
+0711.0421 Theory
+0711.0428
+0711.0430
+0711.0443
+0711.0444 Theory
+0711.0483 Phenomenology
+0711.0488 Phenomenology
+0711.0494 Phenomenology
+0711.0496 Phenomenology
+0711.0497 Phenomenology
+0711.0508 Lattice
+0711.0509 Lattice
+0711.0512 Theory
+0711.0529 Experiment
+0711.0548 Experiment
+0711.0553
+0711.0556 Theory
+0711.0564
+0711.0566 Lattice
+0711.0578 Phenomenology
+0711.0590 Phenomenology
+0711.0608
+0711.0610 Phenomenology
+0711.0612
+0711.0613
+0711.0625 Phenomenology
+0711.0627 Theory
+0711.0636 Phenomenology
+0711.0637 Mesoscale and Nanoscale Physics
+0711.0656 Lattice
+0711.0658 Theory
+0711.0659 Theory
+0711.0661 Lattice
+0711.0669
+0711.0670 Phenomenology
+0711.0675 Phenomenology
+0711.0678 Theory
+0711.0691 Phenomenology
+0711.0696 Lattice
+0711.0697
+0711.0698 Phenomenology
+0711.0733 Phenomenology
+0711.0736 Theory
+0711.0738 Lattice
+0711.0745 Phenomenology
+0711.0748 Lattice
+0711.0749 Phenomenology
+0711.0757
+0711.0769 Experiment
+0711.0774 Theory
+0711.0777
+0711.0779
+0711.0786
+0711.0792 Phenomenology
+0711.0809
+0711.0812
+0711.0817 Phenomenology
+0711.0819 Lattice
+0711.0828 Phenomenology
+0711.0835 Phenomenology
+0711.0843
+0711.0866 Theory
+0711.0867
+0711.0869 Theory
+0711.0881
+0711.0885 Theory
+0711.0887 Theory
+0711.0907
+0711.0930
+0711.0931 Theory
+0711.0935 Phenomenology
+0711.0936 Phenomenology
+0711.0938 Instrumentation and Detectors
+0711.0939 Theory
+0711.0941
+0711.0955 Theory
+0711.0956 Phenomenology
+0711.0961
+0711.0963
+0711.0972
+0711.0981 Experiment
+0711.0985 Phenomenology
+0711.0989
+0711.0992 Theory
+0711.0994
+0711.1001 Phenomenology
+0711.1002
+0711.1003
+0711.1004
+0711.1007 Phenomenology
+0711.1029
+0711.1030 Phenomenology
+0711.1034 Phenomenology
+0711.1045 Theory
+0711.1048
+0711.1049 Phenomenology
+0711.1057
+0711.1058
+0711.1063
+0711.1067 Phenomenology
+0711.1079
+0711.1090
+0711.1097
+0711.1103
+0711.1111 Theory
+0711.1112 Theory
+0711.1115
+0711.1116 Phenomenology
+0711.1119
+0711.1127 Phenomenology
+0711.1150
+0711.1154 Phenomenology
+0711.1165
+0711.1176 Lattice
+0711.1178 Theory
+0711.1179 Phenomenology
+0711.1183 Experiment
+0711.1198 Experiment
+0711.1206 Theory
+0711.1209 Theory
+0711.1221 Theory
+0711.1238 Phenomenology
+0711.1253
+0711.1254 Theory
+0711.1266 Lattice
+0711.1270 Phenomenology
+0711.1278 Phenomenology
+0711.1279
+0711.1284
+0711.1292
+0711.1308
+0711.1323 Phenomenology
+0711.1328 Phenomenology
+0711.1337 Phenomenology
+0711.1345 Phenomenology
+0711.1347 Theory
+0711.1352
+0711.1363 Phenomenology
+0711.1364 Theory
+0711.1395 Theory
+0711.1408
+0711.1410
+0711.1414 Theory
+0711.1415 Theory
+0711.1416 Phenomenology
+0711.1427 Lattice
+0711.1435 Phenomenology
+0711.1445
+0711.1446 Theory
+0711.1450
+0711.1459 Phenomenology
+0711.1470
+0711.1496 Statistical Mechanics
+0711.1506 Phenomenology
+0711.1511 Experiment
+0711.1523 Accelerator Physics
+0711.1524 Theory
+0711.1525 Theory
+0711.1541
+0711.1544 Experiment
+0711.1559
+0711.1562 Other Condensed Matter
+0711.1566 Phenomenology
+0711.1570 Phenomenology
+0711.1593 Instrumentation and Detectors
+0711.1618 Theory
+0711.1619 Theory
+0711.1627
+0711.1631 Theory
+0711.1634 Phenomenology
+0711.1665 Phenomenology
+0711.1678
+0711.1687 Phenomenology
+0711.1710 Probability
+0711.1722
+0711.1743 Phenomenology
+0711.1744 Theory
+0711.1757 Phenomenology
+0711.1762
+0711.1773 Theory
+0711.1776
+0711.1790
+0711.1802
+0711.1803 Lattice
+0711.1804 Phenomenology
+0711.1812
+0711.1816
+0711.1821 Phenomenology
+0711.1839
+0711.1854 Phenomenology
+0711.1868
+0711.1870 Theory
+0711.1871 Lattice
+0711.1872
+0711.1880
+0711.1883
+0711.1898 Phenomenology
+0711.1916 Phenomenology
+0711.1925 Lattice
+0711.1955 Theory
+0711.1961 Lattice
+0711.1963 Lattice
+0711.1966
+0711.1967
+0711.1971 Theory
+0711.1974 Theory
+0711.1975 Theory
+0711.1982 Phenomenology
+0711.1984
+0711.1988
+0711.1991
+0711.1996
+0711.1997
+0711.2005 Phenomenology
+0711.2018 Phenomenology
+0711.2028
+0711.2031
+0711.2035 Theory
+0711.2038 Theory
+0711.2046 Phenomenology
+0711.2072 Theory
+0711.2079 Phenomenology
+0711.2084
+0711.2086
+0711.2090
+0711.2099 Lattice
+0711.2107 Phenomenology
+0711.2121 Phenomenology
+0711.2122 Theory
+0711.2125 Phenomenology
+0711.2129 Strongly Correlated Electrons
+0711.2132 Lattice
+0711.2133
+0711.2159 Theory
+0711.2170
+0711.2174 Lattice
+0711.2184 Phenomenology
+0711.2187 Theory
+0711.2189 Experiment
+0711.2194 Theory
+0711.2200
+0711.2206 Theory
+0711.2214 Theory
+0711.2216 Experiment
+0711.2222
+0711.2226
+0711.2233
+0711.2234
+0711.2236 Quantum Algebra
+0711.2237
+0711.2251 Lattice
+0711.2255
+0711.2271
+0711.2272 Theory
+0711.2273
+0711.2275 Phenomenology
+0711.2280 Lattice
+0711.2292 Theory
+0711.2293
+0711.2297
+0711.2298 Phenomenology
+0711.2299 Phenomenology
+0711.2300 Theory
+0711.2306 Phenomenology
+0711.2313
+0711.2322 Lattice
+0711.2326
+0711.2359 Phenomenology
+0711.2364 Phenomenology
+0711.2367
+0711.2370 Phenomenology
+0711.2378 Popular Physics
+0711.2387 Theory
+0711.2390
+0711.2395
+0711.2415 Theory
+0711.2423
+0711.2424
+0711.2428 Phenomenology
+0711.2431 Data Analysis, Statistics and Probability
+0711.2441
+0711.2445 Theory
+0711.2447
+0711.2450
+0711.2451 Theory
+0711.2452 Theory
+0711.2455
+0711.2467 Phenomenology
+0711.2469
+0711.2472
+0711.2473 Phenomenology
+0711.2474
+0711.2475
+0711.2492
+0711.2500 Phenomenology
+0711.2511 Phenomenology
+0711.2513
+0711.2514 Theory
+0711.2516 Phenomenology
+0711.2521
+0711.2524 Strongly Correlated Electrons
+0711.2528
+0711.2534 Theory
+0711.2536
+0711.2556
+0711.2557 Phenomenology
+0711.2559 Theory
+0711.2560 Theory
+0711.2563
+0711.2573
+0711.2574
+0711.2579
+0711.2580
+0711.2587
+0711.2589 Phenomenology
+0711.2590
+0711.2594 Exactly Solvable and Integrable Systems
+0711.2600 Phenomenology
+0711.2603
+0711.2622
+0711.2626 Phenomenology
+0711.2628
+0711.2630
+0711.2632
+0711.2635 Phenomenology
+0711.2636 Phenomenology
+0711.2644 Theory
+0711.2650 Phenomenology
+0711.2655
+0711.2656
+0711.2659 Theory
+0711.2667
+0711.2678 Lattice
+0711.2679 Theory
+0711.2686
+0711.2689
+0711.2692 Lattice
+0711.2727 Phenomenology
+0711.2728 Phenomenology
+0711.2731 Phenomenology
+0711.2742 Theory
+0711.2743
+0711.2744 Phenomenology
+0711.2747 Instrumentation and Detectors
+0711.2748
+0711.2759 Theory
+0711.2788 Theory
+0711.2789 Phenomenology
+0711.2792 Theory
+0711.2803 Theory
+0711.2805
+0711.2826 Theory
+0711.2828 Theory
+0711.2837
+0711.2845 Lattice
+0711.2859 Phenomenology
+0711.2870 Phenomenology
+0711.2875
+0711.2890 Phenomenology
+0711.2902 Phenomenology
+0711.2904
+0711.2906
+0711.2931 Phenomenology
+0711.2933 Phenomenology
+0711.2935 Phenomenology
+0711.2942 Theory
+0711.2953 Phenomenology
+0711.2956 Phenomenology
+0711.2967
+0711.2988 Experiment
+0711.2991 Theory
+0711.2992
+0711.2994 Theory
+0711.2995
+0711.3003 Phenomenology
+0711.3006
+0711.3007
+0711.3010 Phenomenology
+0711.3012 Phenomenology
+0711.3026 Theory
+0711.3029 Experiment
+0711.3039 Phenomenology
+0711.3053
+0711.3059 Theory
+0711.3063
+0711.3083 Phenomenology
+0711.3084
+0711.3086 Phenomenology
+0711.3091
+0711.3107
+0711.3126 Phenomenology
+0711.3143 Phenomenology
+0711.3145
+0711.3154
+0711.3166 Theory
+0711.3169 Phenomenology
+0711.3170
+0711.3175 Phenomenology
+0711.3184
+0711.3189
+0711.3193 Phenomenology
+0711.3207 Experiment
+0711.3210 Theory
+0711.3211 Phenomenology
+0711.3214 Theory
+0711.3222 Theory
+0711.3226 Theory
+0711.3228 Theory
+0711.3233 Theory
+0711.3252 Experiment
+0711.3268 Phenomenology
+0711.3303 Phenomenology
+0711.3339 Lattice
+0711.3346
+0711.3361 Phenomenology
+0711.3366
+0711.3367
+0711.3376 Phenomenology
+0711.3379 Theory
+0711.3382
+0711.3389 Theory
+0711.3397 Phenomenology
+0711.3404 Theory
+0711.3417 Theory
+0711.3424 Phenomenology
+0711.3435 Theory
+0711.3442 Theory
+0711.3443
+0711.3450 Phenomenology
+0711.3472 Experiment
+0711.3476 Phenomenology
+0711.3478
+0711.3516 Phenomenology
+0711.3528
+0711.3532 Theory
+0711.3535
+0711.3536 Phenomenology
+0711.3541 Theory
+0711.3550 Theory
+0711.3561 Instrumentation and Detectors
+0711.3569 Phenomenology
+0711.3575
+0711.3576 Phenomenology
+0711.3582 General Physics
+0711.3590 Phenomenology
+0711.3599 Theory
+0711.3600 Theory
+0711.3602
+0711.3613
+0711.3626 Phenomenology
+0711.3641
+0711.3670 Phenomenology
+0711.3684
+0711.3685 Theory
+0711.3709
+0711.3721
+0711.3729
+0711.3756
+0711.3770
+0711.3776 Theory
+0711.3781 Theory
+0711.3795 Phenomenology
+0711.3813 Phenomenology
+0711.3833
+0711.3847 Phenomenology
+0711.3888 Lattice
+0711.3891 Phenomenology
+0711.3893 Theory
+0711.3910 Phenomenology
+0711.3911
+0711.3943 Phenomenology
+0711.3950 Phenomenology
+0711.3953 Lattice
+0711.3967
+0711.3973 Phenomenology
+0711.3996
+0711.3998 Phenomenology
+0711.4009
+0711.4013
+0711.4014 Phenomenology
+0711.4022 Phenomenology
+0711.4026
+0711.4039
+0711.4055 Phenomenology
+0711.4062
+0711.4066
+0711.4072 Lattice
+0711.4101 Theory
+0711.4118 Theory
+0711.4119
+0711.4134 Atomic Physics
+0711.4153 Phenomenology
+0711.4162 Phenomenology
+0711.4184 Theory
+0711.4188
+0711.4191 Theory
+0711.4193 Theory
+0711.4203 Phenomenology
+0711.4219 Theory
+0711.4222 Phenomenology
+0711.4223 Phenomenology
+0711.4235 Theory
+0711.4252
+0711.4272 Theory
+0711.4273 Theory
+0711.4281
+0711.4284 Phenomenology
+0711.4290 Lattice
+0711.4300
+0711.4303 Phenomenology
+0711.4304 Phenomenology
+0711.4312 Phenomenology
+0711.4314 Theory
+0711.4319 Theory
+0711.4340 Phenomenology
+0711.4353 Phenomenology
+0711.4354 Theory
+0711.4364 Phenomenology
+0711.4374 Phenomenology
+0711.4386
+0711.4397
+0711.4413
+0711.4415
+0711.4422 Theory
+0711.4423
+0711.4429 Phenomenology
+0711.4443
+0711.4448 Phenomenology
+0711.4455
+0711.4482 Phenomenology
+0711.4496 Theory
+0711.4511 Theory
+0711.4513
+0711.4517 Phenomenology
+0711.4526 Phenomenology
+0711.4541 Theory
+0711.4544 Phenomenology
+0711.4546 Theory
+0711.4554
+0711.4558
+0711.4564 Theory
+0711.4570 Instrumentation and Detectors
+0711.4591 Phenomenology
+0711.4593 Phenomenology
+0711.4612
+0711.4614 Theory
+0711.4621
+0711.4623 Theory
+0711.4630 Theory
+0711.4636 Phenomenology
+0711.4643 Phenomenology
+0711.4645 Phenomenology
+0711.4646 Phenomenology
+0711.4665 Lattice
+0711.4672 Phenomenology
+0711.4673 Theory
+0711.4674
+0711.4680 Theory
+0711.4709
+0711.4722 Phenomenology
+0711.4723
+0711.4751
+0711.4754 Phenomenology
+0711.4756 Phenomenology
+0711.4767
+0711.4771 Theory
+0711.4785
+0711.4796
+0711.4802
+0711.4808
+0711.4813 Theory
+0711.4817 Theory
+0711.4819 Phenomenology
+0711.4860
+0711.4861 Phenomenology
+0711.4866 Phenomenology
+0711.4877 Theory
+0711.4894 Theory
+0711.4917
+0711.4928 Phenomenology
+0711.4943
+0711.4962 Theory
+0711.4965 Lattice
+0711.4967 Theory
+0711.4982 Theory
+0711.4987 Phenomenology
+0711.4991 Phenomenology
+0711.4992
+0711.4993 Phenomenology
+0711.5006 Phenomenology
+0711.5012 Theory
+0711.5022
+0711.5023 Phenomenology
+0712.0010 Lattice
+0712.0019
+0712.0024
+0712.0032 Theory
+0712.0034
+0712.0038
+0712.0050 Theory
+0712.0051 Phenomenology
+0712.0053
+0712.0071
+0712.0076 Theory
+0712.0081
+0712.0082
+0712.0085
+0712.0088
+0712.0089
+0712.0095 Phenomenology
+0712.0122
+0712.0132 Theory
+0712.0145 Phenomenology
+0712.0151 Phenomenology
+0712.0154 Phenomenology
+0712.0188 Theory
+0712.0196
+0712.0207 Phenomenology
+0712.0208
+0712.0237 Phenomenology
+0712.0238
+0712.0239
+0712.0242 Phenomenology
+0712.0252
+0712.0254 Phenomenology
+0712.0257 Phenomenology
+0712.0258
+0712.0272
+0712.0276
+0712.0298 Phenomenology
+0712.0300 Phenomenology
+0712.0303
+0712.0304 Phenomenology
+0712.0316
+0712.0322 Theory
+0712.0323
+0712.0324 Theory
+0712.0330
+0712.0338
+0712.0341 Theory
+0712.0342
+0712.0343
+0712.0354 Phenomenology
+0712.0360 Theory
+0712.0361 Phenomenology
+0712.0385 Theory
+0712.0386 Phenomenology
+0712.0388
+0712.0390 Theory
+0712.0396 Phenomenology
+0712.0400
+0712.0402 Phenomenology
+0712.0406 Phenomenology
+0712.0414 Theory
+0712.0426 Theory
+0712.0429 Phenomenology
+0712.0445 Theory
+0712.0448 Phenomenology
+0712.0466 Phenomenology
+0712.0470
+0712.0481 Phenomenology
+0712.0484
+0712.0486
+0712.0495
+0712.0503 Phenomenology
+0712.0506 Theory
+0712.0509 Phenomenology
+0712.0535 Theory
+0712.0537 Theory
+0712.0542 Theory
+0712.0544 Experiment
+0712.0546 Phenomenology
+0712.0549 Theory
+0712.0550
+0712.0562
+0712.0566 Theory
+0712.0567
+0712.0570 Theory
+0712.0572 Phenomenology
+0712.0590 Theory
+0712.0592
+0712.0594
+0712.0598 Experiment
+0712.0599 Experiment
+0712.0600
+0712.0607
+0712.0611 Theory
+0712.0614 Theory
+0712.0615 Theory
+0712.0618
+0712.0619 Phenomenology
+0712.0626 Exactly Solvable and Integrable Systems
+0712.0633
+0712.0635
+0712.0645
+0712.0654
+0712.0668 Experiment
+0712.0672 Theory
+0712.0674 Phenomenology
+0712.0677
+0712.0683
+0712.0687
+0712.0698
+0712.0699
+0712.0700 Theory
+0712.0704
+0712.0705
+0712.0713
+0712.0727 Theory
+0712.0732 Phenomenology
+0712.0735 Theory
+0712.0747 Theory
+0712.0774 Phenomenology
+0712.0777 Phenomenology
+0712.0778
+0712.0780 Phenomenology
+0712.0791 Theory
+0712.0803 Experiment
+0712.0808 Theory
+0712.0817
+0712.0834
+0712.0850 Theory
+0712.0851 Experiment
+0712.0885 Phenomenology
+0712.0888
+0712.0902 Theory
+0712.0903 Phenomenology
+0712.0909 Phenomenology
+0712.0918 Theory
+0712.0923 Theory
+0712.0943 Phenomenology
+0712.0947
+0712.0984
+0712.0995
+0712.0999 Lattice
+0712.1011 Phenomenology
+0712.1012 Phenomenology
+0712.1021 Theory
+0712.1026 Theory
+0712.1028
+0712.1030
+0712.1031 Phenomenology
+0712.1034 Phenomenology
+0712.1053 Phenomenology
+0712.1058 Theory
+0712.1061 Lattice
+0712.1104 Phenomenology
+0712.1120 Phenomenology
+0712.1121 Theory
+0712.1127 Experiment
+0712.1130
+0712.1141
+0712.1143 Experiment
+0712.1146 Theory
+0712.1148
+0712.1162
+0712.1168
+0712.1177
+0712.1186
+0712.1188
+0712.1191
+0712.1193 Theory
+0712.1195 Phenomenology
+0712.1196 Theory
+0712.1201 Lattice
+0712.1204 Theory
+0712.1206 Phenomenology
+0712.1209 Theory
+0712.1216 Lattice
+0712.1217
+0712.1230 Theory
+0712.1234 Phenomenology
+0712.1252 Theory
+0712.1256
+0712.1260 Theory
+0712.1278
+0712.1280 Experiment
+0712.1285 Phenomenology
+0712.1292
+0712.1294 Phenomenology
+0712.1297
+0712.1313
+0712.1314
+0712.1336 Phenomenology
+0712.1338
+0712.1346 Theory
+0712.1347 Theory
+0712.1356
+0712.1361 Theory
+0712.1371
+0712.1389
+0712.1396 Theory
+0712.1397 Theory
+0712.1405 Phenomenology
+0712.1413
+0712.1419 Phenomenology
+0712.1421
+0712.1429
+0712.1434
+0712.1450 Phenomenology
+0712.1469 Lattice
+0712.1475 Phenomenology
+0712.1479 Phenomenology
+0712.1505
+0712.1510
+0712.1517 Phenomenology
+0712.1520
+0712.1523 Phenomenology
+0712.1525
+0712.1528 Phenomenology
+0712.1575
+0712.1578
+0712.1579 Phenomenology
+0712.1582 Theory
+0712.1590
+0712.1594
+0712.1596 Theory
+0712.1613
+0712.1619
+0712.1647
+0712.1648
+0712.1650 Theory
+0712.1670 Theory
+0712.1671 Phenomenology
+0712.1711 Phenomenology
+0712.1715
+0712.1717 Materials Science
+0712.1727
+0712.1758 Phenomenology
+0712.1778
+0712.1779 Phenomenology
+0712.1786 Phenomenology
+0712.1793 Theory
+0712.1799 Phenomenology
+0712.1810
+0712.1811 Phenomenology
+0712.1815 Theory
+0712.1820 Theory
+0712.1830
+0712.1838
+0712.1861 Phenomenology
+0712.1873 Theory
+0712.1881
+0712.1882 Phenomenology
+0712.1883
+0712.1886 Theory
+0712.1911
+0712.1915 Phenomenology
+0712.1938
+0712.1948 Phenomenology
+0712.1953 Phenomenology
+0712.1964 Instrumentation and Detectors
+0712.1967
+0712.1969
+0712.1988
+0712.1993
+0712.1998
+0712.2001 Phenomenology
+0712.2008 Phenomenology
+0712.2010 Theory
+0712.2025 Theory
+0712.2041 Phenomenology
+0712.2044
+0712.2050
+0712.2055 Phenomenology
+0712.2074 Phenomenology
+0712.2079 Phenomenology
+0712.2081
+0712.2103 Phenomenology
+0712.2126 Experiment
+0712.2142 Theory
+0712.2144
+0712.2154
+0712.2155 Theory
+0712.2164 Theory
+0712.2165 Theory
+0712.2176 Phenomenology
+0712.2179 Instrumentation and Detectors
+0712.2190
+0712.2191
+0712.2192 Theory
+0712.2195
+0712.2197 Phenomenology
+0712.2200
+0712.2208 Phenomenology
+0712.2209
+0712.2216 Theory
+0712.2221 Theory
+0712.2228 Theory
+0712.2236
+0712.2237 Theory
+0712.2243 Theory
+0712.2260
+0712.2268
+0712.2272
+0712.2277
+0712.2281 Theory
+0712.2282
+0712.2283
+0712.2288 Phenomenology
+0712.2301
+0712.2316 Theory
+0712.2321 Theory
+0712.2327 Phenomenology
+0712.2332
+0712.2340 Experiment
+0712.2353 Experiment
+0712.2359
+0712.2363
+0712.2369
+0712.2382 Phenomenology
+0712.2399
+0712.2402
+0712.2407 Phenomenology
+0712.2425 Theory
+0712.2429 Lattice
+0712.2442 Phenomenology
+0712.2445
+0712.2447 Phenomenology
+0712.2450
+0712.2451 Theory
+0712.2454 Phenomenology
+0712.2460
+0712.2462 Phenomenology
+0712.2463 Phenomenology
+0712.2470
+0712.2472
+0712.2479 Theory
+0712.2492
+0712.2499
+0712.2500
+0712.2511
+0712.2516
+0712.2517
+0712.2519 Phenomenology
+0712.2535
+0712.2540
+0712.2560 Lattice
+0712.2561
+0712.2570
+0712.2588
+0712.2593
+0712.2607 Phenomenology
+0712.2609 Phenomenology
+0712.2610 Phenomenology
+0712.2611 Phenomenology
+0712.2612 Phenomenology
+0712.2615 Lattice
+0712.2625 Lattice
+0712.2634
+0712.2648 Theory
+0712.2653 Theory
+0712.2659 Experiment
+0712.2662
+0712.2667
+0712.2670 Phenomenology
+0712.2673 Optics
+0712.2686 Theory
+0712.2693 Phenomenology
+0712.2695 Representation Theory
+0712.2707 Phenomenology
+0712.2714 Theory
+0712.2717 Theory
+0712.2725 Theory
+0712.2728 Theory
+0712.2733 Experiment
+0712.2743 Theory
+0712.2761 Phenomenology
+0712.2762 Phenomenology
+0712.2763 Phenomenology
+0712.2778
+0712.2787
+0712.2793 Phenomenology
+0712.2795
+0712.2811 Theory
+0712.2819
+0712.2822 Theory
+0712.2825
+0712.2833 Instrumentation and Detectors
+0712.2846 Statistical Mechanics
+0712.2848 Accelerator Physics
+0712.2859 Theory
+0712.2886 Phenomenology
+0712.2903 Phenomenology
+0712.2918 Theory
+0712.2922
+0712.2926 Phenomenology
+0712.2933 Phenomenology
+0712.2947 Phenomenology
+0712.2953 Phenomenology
+0712.2954 Phenomenology
+0712.2980
+0712.2985 Phenomenology
+0712.2989 Theory
+0712.2990
+0712.2991
+0712.2993
+0712.2999 Phenomenology
+0712.3003
+0712.3008
+0712.3009 Phenomenology
+0712.3011 Theory
+0712.3013
+0712.3030
+0712.3033
+0712.3034 Theory
+0712.3038 Theory
+0712.3040 Theory
+0712.3074 Lattice
+0712.3087
+0712.3089 Experiment
+0712.3095 Theory
+0712.3099
+0712.3107
+0712.3157
+0712.3158 Phenomenology
+0712.3163 Phenomenology
+0712.3170 Theory
+0712.3194 Theory
+0712.3199
+0712.3200
+0712.3224 Theory
+0712.3226 Theory
+0712.3232 Theory
+0712.3235 Theory
+0712.3242
+0712.3246
+0712.3252
+0712.3292
+0712.3301 Quantum Algebra
+0712.3305 Theory
+0712.3308
+0712.3315
+0712.3324 Theory
+0712.3330
+0712.3337
+0712.3347 Phenomenology
+0712.3373
+0712.3398 Phenomenology
+0712.3404
+0712.3409 Theory
+0712.3419
+0712.3437 Phenomenology
+0712.3450
+0712.3457
+0712.3463
+0712.3491 Theory
+0712.3499
+0712.3506 Phenomenology
+0712.3508
+0712.3514 Phenomenology
+0712.3517 Lattice
+0712.3518
+0712.3522 Theory
+0712.3525 Lattice
+0712.3529 Theory
+0712.3530 Theory
+0712.3532 Theory
+0712.3539
+0712.3544 Phenomenology
+0712.3546
+0712.3547 Theory
+0712.3551 Theory
+0712.3555
+0712.3565
+0712.3574 Theory
+0712.3589 Theory
+0712.3595 Phenomenology
+0712.3603
+0712.3604
+0712.3608
+0712.3625 Theory
+0712.3631 Theory
+0712.3642
+0712.3644
+0712.3661
+0712.3669 Theory
+0712.3685
+0712.3686 Theory
+0712.3694 Theory
+0712.3699 Theory
+0712.3716
+0712.3732 Phenomenology
+0712.3734 Phenomenology
+0712.3742
+0712.3750
+0712.3751 Phenomenology
+0712.3754
+0712.3755 Lattice
+0712.3756 Phenomenology
+0712.3758
+0712.3760 Theory
+0712.3765 Exactly Solvable and Integrable Systems
+0712.3772 Lattice
+0712.3782 Phenomenology
+0712.3787
+0712.3797
+0712.3799
+0712.3805 Experiment
+0712.3806
+0712.3808
+0712.3811 Theory
+0712.3814 Phenomenology
+0712.3821 Theory
+0712.3838
+0712.3839
+0712.3871 Theory
+0712.3872 Theory
+0712.3893
+0712.3901 Phenomenology
+0712.3907
+0712.3912 Phenomenology
+0712.3919
+0712.3926 Phenomenology
+0712.3933 Phenomenology
+0712.3938 Theory
+0712.3941
+0712.3942
+0712.3943 Phenomenology
+0712.3949
+0712.3957
+0712.3958
+0712.3959
+0712.3963 Phenomenology
+0712.3974
+0712.3982
+0712.4013
+0712.4017 Theory
+0712.4019 Phenomenology
+0712.4028
+0712.4034 Phenomenology
+0712.4035
+0712.4038
+0712.4044
+0712.4053 Phenomenology
+0712.4062 Theory
+0712.4064
+0712.4066
+0712.4072 Phenomenology
+0712.4086 Theory
+0712.4097
+0712.4098 Chemical Physics
+0712.4106 Classical Analysis and ODEs
+0712.4116 Theory
+0712.4119 Theory
+0712.4120 Theory
+0712.4121
+0712.4122
+0712.4125
+0712.4138 Theory
+0712.4144 Theory
+0712.4146 Phenomenology
+0712.4147 Theory
+0712.4154 Experiment
+0712.4155 Theory
+0712.4157
+0712.4164 Experiment
+0712.4167 Theory
+0712.4184
+0712.4187 Phenomenology
+0712.4202 Theory
+0712.4206 Phenomenology
+0712.4208 Theory
+0712.4212 Theory
+0712.4218 Phenomenology
+0712.4220 Phenomenology
+0712.4234 Experiment
+0712.4240 Phenomenology
+0712.4245 Theory
+0712.4260 Phenomenology
+0712.4263 Phenomenology
+0712.4271 Experiment
+0712.4278 Theory
+0712.4285
+0712.4292 Theory
+0712.4314 Phenomenology
+0712.4327
+0712.4330 Theory
+0712.4333
+0712.4345 Phenomenology
+0712.4353
+0712.4355 Phenomenology
+0712.4363
+0712.4366 Theory
+0712.4367 Experiment
+0712.4370 Instrumentation and Detectors
+0712.4371 Statistical Mechanics
+0712.4372
+0712.4376
+0712.4384 Phenomenology
+0712.4386 Phenomenology
+0712.4392 Theory
+0712.4394
+0712.4401 Lattice
+0801.0018 Phenomenology
+0801.0022 Phenomenology
+0801.0025
+0801.0026 Phenomenology
+0801.0032 Theory
+0801.0034 Phenomenology
+0801.0041 Phenomenology
+0801.0067 Theory
+0801.0106 Theory
+0801.0110
+0801.0118
+0801.0122
+0801.0129 Theory
+0801.0141
+0801.0164 Theory
+0801.0179
+0801.0181 Phenomenology
+0801.0182 Experiment
+0801.0185 Theory
+0801.0189 Phenomenology
+0801.0216
+0801.0225 Theory
+0801.0226 Theory
+0801.0228 Theory
+0801.0231 Phenomenology
+0801.0236 Phenomenology
+0801.0237 Phenomenology
+0801.0238 Theory
+0801.0248 Phenomenology
+0801.0251 Phenomenology
+0801.0257 Theory
+0801.0263
+0801.0267 Phenomenology
+0801.0272
+0801.0273
+0801.0290
+0801.0296
+0801.0303 Phenomenology
+0801.0307
+0801.0319
+0801.0323
+0801.0331 Theory
+0801.0356 Theory
+0801.0367
+0801.0389 Phenomenology
+0801.0399 Phenomenology
+0801.0411 Theory
+0801.0434 Phenomenology
+0801.0437 Phenomenology
+0801.0445
+0801.0450
+0801.0453
+0801.0467 Theory
+0801.0473 Phenomenology
+0801.0478 Phenomenology
+0801.0487
+0801.0493 Phenomenology
+0801.0498
+0801.0502
+0801.0503 Theory
+0801.0536 Phenomenology
+0801.0566 Theory
+0801.0572 Phenomenology
+0801.0573 Theory
+0801.0578 Theory
+0801.0588
+0801.0626 Phenomenology
+0801.0630
+0801.0642
+0801.0644
+0801.0648 Phenomenology
+0801.0653 Phenomenology
+0801.0657 Theory
+0801.0663 Phenomenology
+0801.0669 Theory
+0801.0724
+0801.0735
+0801.0740
+0801.0743 Phenomenology
+0801.0747 Theory
+0801.0760 Theory
+0801.0762 Theory
+0801.0763 Lattice
+0801.0776 Experiment
+0801.0783
+0801.0784
+0801.0788 Phenomenology
+0801.0801 Theory
+0801.0810 Theory
+0801.0834
+0801.0845 Theory
+0801.0853
+0801.0861 Theory
+0801.0872 Phenomenology
+0801.0877 Experiment
+0801.0889
+0801.0924
+0801.0937 Phenomenology
+0801.0943 Phenomenology
+0801.0944 Theory
+0801.0983
+0801.0994
+0801.1000
+0801.1021 Theory
+0801.1073
+0801.1074 Phenomenology
+0801.1078
+0801.1085 Theory
+0801.1098
+0801.1117 Theory
+0801.1119
+0801.1140 Phenomenology
+0801.1146 Theory
+0801.1152 Experiment
+0801.1165 Lattice
+0801.1169 Phenomenology
+0801.1235 Experiment
+0801.1254
+0801.1274 Theory
+0801.1326 Experiment
+0801.1347
+0801.1363
+0801.1366
+0801.1374 Phenomenology
+0801.1375
+0801.1385
+0801.1398
+0801.1450
+0801.1467
+0801.1473
+0801.1480 Subcellular Processes
+0801.1484
+0801.1489
+0801.1490 Phenomenology
+0801.1492 Theory
+0801.1498
+0801.1502 Phenomenology
+0801.1518
+0801.1527 Phenomenology
+0801.1528
+0801.1534 Phenomenology
+0801.1547
+0801.1554
+0801.1562
+0801.1565
+0801.1566 Phenomenology
+0801.1603 Theory
+0801.1605 Theory
+0801.1619
+0801.1624
+0801.1628
+0801.1645 Phenomenology
+0801.1659 Accelerator Physics
+0801.1660 Phenomenology
+0801.1662 Phenomenology
+0801.1665
+0801.1667 Theory
+0801.1671 Theory
+0801.1693 Theory
+0801.1702 Theory
+0801.1722 Phenomenology
+0801.1726
+0801.1729
+0801.1743 Strongly Correlated Electrons
+0801.1748 Theory
+0801.1755
+0801.1785 Theory
+0801.1802 Phenomenology
+0801.1821 Phenomenology
+0801.1831 Phenomenology
+0801.1845 Phenomenology
+0801.1854 Theory
+0801.1857 Lattice
+0801.1859 Theory
+0801.1874 Atomic Physics
+0801.1901 Phenomenology
+0801.1908 Experiment
+0801.1937 Phenomenology
+0801.1974 Phenomenology
+0801.1985
+0801.2000
+0801.2008
+0801.2011 Phenomenology
+0801.2023 Phenomenology
+0801.2026
+0801.2027
+0801.2028 Phenomenology
+0801.2029 Phenomenology
+0801.2031
+0801.2036 Phenomenology
+0801.2040 Theory
+0801.2044
+0801.2053
+0801.2062 Theory
+0801.2064 Theory
+0801.2068
+0801.2090
+0801.2099 Theory
+0801.2102 Phenomenology
+0801.2143 Phenomenology
+0801.2157 Theory
+0801.2163 Theory
+0801.2180 Mesoscale and Nanoscale Physics
+0801.2189
+0801.2195
+0801.2199 Phenomenology
+0801.2200
+0801.2204 Phenomenology
+0801.2206 Instrumentation and Detectors
+0801.2213
+0801.2218
+0801.2229 Phenomenology
+0801.2232 Phenomenology
+0801.2244 Phenomenology
+0801.2253 Theory
+0801.2265
+0801.2279
+0801.2294 Theory
+0801.2297 Phenomenology
+0801.2306 Theory
+0801.2307
+0801.2317
+0801.2361 Phenomenology
+0801.2372
+0801.2401 Theory
+0801.2414 Phenomenology
+0801.2415 Phenomenology
+0801.2427 Phenomenology
+0801.2431
+0801.2433
+0801.2434 Theory
+0801.2438
+0801.2459 Theory
+0801.2462 Theory
+0801.2464 Theory
+0801.2468 Instrumentation and Detectors
+0801.2469 Phenomenology
+0801.2475 Experiment
+0801.2482 Phenomenology
+0801.2535 Lattice
+0801.2539 Phenomenology
+0801.2543 Theory
+0801.2544 Phenomenology
+0801.2545 Phenomenology
+0801.2552 Phenomenology
+0801.2581 Theory
+0801.2593
+0801.2596 Phenomenology
+0801.2622
+0801.2630 Theory
+0801.2633 Phenomenology
+0801.2643 Phenomenology
+0801.2648 Phenomenology
+0801.2660
+0801.2661 Theory
+0801.2671
+0801.2682 Phenomenology
+0801.2695
+0801.2697 Phenomenology
+0801.2703 Theory
+0801.2710
+0801.2715
+0801.2743
+0801.2752
+0801.2785 Theory
+0801.2803 Phenomenology
+0801.2810 Theory
+0801.2813
+0801.2832
+0801.2836 Theory
+0801.2842 Theory
+0801.2843 Phenomenology
+0801.2850
+0801.2871 Phenomenology
+0801.2880
+0801.2883
+0801.2885 Theory
+0801.2891 Phenomenology
+0801.2896
+0801.2904
+0801.2936 Theory
+0801.2949 Phenomenology
+0801.2973
+0801.2983
+0801.3000 Lattice
+0801.3029 Phenomenology
+0801.3032 Theory
+0801.3071 Phenomenology
+0801.3080 Theory
+0801.3087 Phenomenology
+0801.3090
+0801.3123 Phenomenology
+0801.3130 Theory
+0801.3131
+0801.3146 Lattice
+0801.3163
+0801.3172
+0801.3188 Theory
+0801.3190
+0801.3195
+0801.3208 Theory
+0801.3210
+0801.3222 Phenomenology
+0801.3223
+0801.3235
+0801.3256
+0801.3269
+0801.3276
+0801.3292
+0801.3334 Phenomenology
+0801.3335
+0801.3343
+0801.3355 Phenomenology
+0801.3358 Theory
+0801.3360 Phenomenology
+0801.3361 Lattice
+0801.3375 Theory
+0801.3389
+0801.3392
+0801.3417 Phenomenology
+0801.3425
+0801.3441 Phenomenology
+0801.3445
+0801.3447
+0801.3450
+0801.3455 Theory
+0801.3456 Phenomenology
+0801.3464 Phenomenology
+0801.3466
+0801.3470 Phenomenology
+0801.3477 Theory
+0801.3478
+0801.3486 Phenomenology
+0801.3491 Phenomenology
+0801.3496
+0801.3503 Theory
+0801.3522 Theory
+0801.3527 Theory
+0801.3529
+0801.3535
+0801.3540 Phenomenology
+0801.3548
+0801.3558 Phenomenology
+0801.3575 Phenomenology
+0801.3580 Accelerator Physics
+0801.3583 Theory
+0801.3586 Experiment
+0801.3618 Phenomenology
+0801.3627 Phenomenology
+0801.3635
+0801.3653
+0801.3656 Phenomenology
+0801.3662 Theory
+0801.3666 Phenomenology
+0801.3671 Theory
+0801.3674 Theory
+0801.3693 Phenomenology
+0801.3716 Phenomenology
+0801.3722 Lattice
+0801.3731 Theory
+0801.3769
+0801.3771 Phenomenology
+0801.3781
+0801.3799 Phenomenology
+0801.3805
+0801.3808 Theory
+0801.3821
+0801.3822
+0801.3823 Lattice
+0801.3839 Phenomenology
+0801.3879
+0801.3882
+0801.3905
+0801.3906 Experiment
+0801.3907 Phenomenology
+0801.3932 Lattice
+0801.3942
+0801.3972 Phenomenology
+0801.3998 Phenomenology
+0801.4016 Lattice
+0801.4034 Phenomenology
+0801.4044 Phenomenology
+0801.4051 Lattice
+0801.4070
+0801.4074
+0801.4090
+0801.4108 Phenomenology
+0801.4110 Theory
+0801.4111 Theory
+0801.4132 Mesoscale and Nanoscale Physics
+0801.4147 Phenomenology
+0801.4149
+0801.4171
+0801.4185
+0801.4186 Lattice
+0801.4195
+0801.4196 Phenomenology
+0801.4215 Theory
+0801.4216 Theory
+0801.4219
+0801.4231 Phenomenology
+0801.4241
+0801.4254 Phenomenology
+0801.4257
+0801.4265 Statistical Mechanics
+0801.4282
+0801.4284 Phenomenology
+0801.4313
+0801.4330
+0801.4339
+0801.4342
+0801.4343 Phenomenology
+0801.4346 Phenomenology
+0801.4347 Phenomenology
+0801.4349 Phenomenology
+0801.4357 Phenomenology
+0801.4361
+0801.4363 Phenomenology
+0801.4374 Phenomenology
+0801.4378 Phenomenology
+0801.4380
+0801.4383 Phenomenology
+0801.4387
+0801.4389 Phenomenology
+0801.4399 Theory
+0801.4401
+0801.4421 Theory
+0801.4427
+0801.4434
+0801.4466 Other Condensed Matter
+0801.4478 Theory
+0801.4495 Phenomenology
+0801.4504
+0801.4507 Theory
+0801.4512
+0801.4514
+0801.4517
+0801.4520
+0801.4523 Optics
+0801.4526 Theory
+0801.4538 Theory
+0801.4545
+0801.4553
+0801.4564 Theory
+0801.4569 Phenomenology
+0801.4575
+0801.4584
+0801.4591
+0801.4600
+0801.4603 Phenomenology
+0801.4606
+0801.4640 Phenomenology
+0801.4645
+0801.4651 Phenomenology
+0801.4654
+0801.4690
+0801.4696 Phenomenology
+0801.4707 Lattice
+0801.4720 Theory
+0801.4730
+0801.4734
+0801.4739 Phenomenology
+0801.4766
+0801.4782 Theory
+0801.4793 Theory
+0801.4810 Phenomenology
+0801.4821 Phenomenology
+0801.4834
+0801.4842
+0801.4883 Lattice
+0801.4894
+0801.4896 Phenomenology
+0801.4907 Theory
+0801.4908 Phenomenology
+0801.4919
+0801.4920
+0801.4938 Phenomenology
+0801.4958
+0801.4970 Phenomenology
+0802.0007 Phenomenology
+0802.0009 Theory
+0802.0032 Phenomenology
+0802.0043
+0802.0049 Phenomenology
+0802.0051
+0802.0057 Theory
+0802.0060 Phenomenology
+0802.0080 Theory
+0802.0086 Phenomenology
+0802.0087
+0802.0088 Phenomenology
+0802.0095
+0802.0103 Theory
+0802.0106 Phenomenology
+0802.0112
+0802.0121 Phenomenology
+0802.0141 Theory
+0802.0170 Lattice
+0802.0171 Phenomenology
+0802.0174
+0802.0177 Phenomenology
+0802.0180 Phenomenology
+0802.0203 Phenomenology
+0802.0227 Phenomenology
+0802.0234 Phenomenology
+0802.0238
+0802.0239 Lattice
+0802.0259
+0802.0267 Theory
+0802.0276 Phenomenology
+0802.0293 Phenomenology
+0802.0309 Phenomenology
+0802.0319 Phenomenology
+0802.0321 Phenomenology
+0802.0322 Theory
+0802.0325 Phenomenology
+0802.0338 Theory
+0802.0343 Phenomenology
+0802.0354 Theory
+0802.0355 Theory
+0802.0363
+0802.0377
+0802.0381 Phenomenology
+0802.0398 Theory
+0802.0408 Phenomenology
+0802.0410 Theory
+0802.0470 Theory
+0802.0506 Phenomenology
+0802.0521 Phenomenology
+0802.0525 Phenomenology
+0802.0530
+0802.0618
+0802.0652
+0802.0659
+0802.0668
+0802.0669 Phenomenology
+0802.0675 Mesoscale and Nanoscale Physics
+0802.0688
+0802.0702 Phenomenology
+0802.0711
+0802.0714 Phenomenology
+0802.0719 Theory
+0802.0724 Phenomenology
+0802.0740 Phenomenology
+0802.0741 Theory
+0802.0761 Theory
+0802.0762 Phenomenology
+0802.0775 Theory
+0802.0777 Theory
+0802.0784 Theory
+0802.0813 Phenomenology
+0802.0838
+0802.0840 Theory
+0802.0862 Lattice
+0802.0864
+0802.0866 Theory
+0802.0868 Theory
+0802.0876 Phenomenology
+0802.0880
+0802.0891 Lattice
+0802.0894 Phenomenology
+0802.0905 Statistical Mechanics
+0802.0908
+0802.0929
+0802.0934 Phenomenology
+0802.0936
+0802.0937 Phenomenology
+0802.0939
+0802.0942
+0802.0948
+0802.0949 Phenomenology
+0802.0971
+0802.0973 Theory
+0802.0980 Phenomenology
+0802.0985
+0802.0989
+0802.0997 Theory
+0802.1000 Experiment
+0802.1017 Theory
+0802.1020 Theory
+0802.1029
+0802.1048 Experiment
+0802.1053
+0802.1061 Phenomenology
+0802.1068
+0802.1084 Phenomenology
+0802.1110
+0802.1119 Phenomenology
+0802.1128
+0802.1137 Phenomenology
+0802.1145 Phenomenology
+0802.1175 Phenomenology
+0802.1178 Phenomenology
+0802.1187
+0802.1188 Phenomenology
+0802.1190
+0802.1193 Theory
+0802.1196
+0802.1201
+0802.1209 Phenomenology
+0802.1215
+0802.1221
+0802.1230
+0802.1238
+0802.1243
+0802.1250 Theory
+0802.1274 Symbolic Computation
+0802.1277 Phenomenology
+0802.1290 Theory
+0802.1298
+0802.1326
+0802.1330 Phenomenology
+0802.1343 Instrumentation and Detectors
+0802.1356
+0802.1392 Theory
+0802.1404
+0802.1405 Phenomenology
+0802.1410 Phenomenology
+0802.1434 Phenomenology
+0802.1455
+0802.1470 Lattice
+0802.1472
+0802.1474
+0802.1481 Phenomenology
+0802.1482 Phenomenology
+0802.1490 Lattice
+0802.1506
+0802.1526
+0802.1530
+0802.1531
+0802.1546
+0802.1552
+0802.1553
+0802.1557 Theory
+0802.1563 Lattice
+0802.1572 Phenomenology
+0802.1576 Theory
+0802.1589 Phenomenology
+0802.1599
+0802.1602 Phenomenology
+0802.1611
+0802.1613
+0802.1624 Theory
+0802.1625
+0802.1627 Phenomenology
+0802.1656 Phenomenology
+0802.1658 Theory
+0802.1664 Strongly Correlated Electrons
+0802.1671 Theory
+0802.1687
+0802.1693 Phenomenology
+0802.1695
+0802.1710
+0802.1714 Phenomenology
+0802.1718 Phenomenology
+0802.1736 Phenomenology
+0802.1745
+0802.1758 Phenomenology
+0802.1792 Phenomenology
+0802.1795 Lattice
+0802.1802 Phenomenology
+0802.1813 Theory
+0802.1830 Phenomenology
+0802.1834 Phenomenology
+0802.1835 General Physics
+0802.1845
+0802.1849 Phenomenology
+0802.1876 Phenomenology
+0802.1889 Theory
+0802.1898 Phenomenology
+0802.1939 Theory
+0802.1947 Theory
+0802.1948
+0802.1949 Phenomenology
+0802.1950 Theory
+0802.1953
+0802.1965
+0802.1970 Theory
+0802.1972
+0802.1980 Theory
+0802.1994 Phenomenology
+0802.2018 Theory
+0802.2020 Lattice
+0802.2023
+0802.2025 Phenomenology
+0802.2030 Phenomenology
+0802.2037 Theory
+0802.2071 Phenomenology
+0802.2072
+0802.2075 Phenomenology
+0802.2081 Theory
+0802.2151
+0802.2152 Theory
+0802.2183
+0802.2190 Theory
+0802.2209 Phenomenology
+0802.2215 Phenomenology
+0802.2221 Phenomenology
+0802.2230
+0802.2240
+0802.2241 Phenomenology
+0802.2254 Phenomenology
+0802.2262
+0802.2274 Theory
+0802.2278 Instrumentation and Detectors
+0802.2286 Theory
+0802.2290 Theory
+0802.2296
+0802.2310 Phenomenology
+0802.2318
+0802.2320 Theory
+0802.2341
+0802.2348 Phenomenology
+0802.2350 Experiment
+0802.2366 Phenomenology
+0802.2368 Phenomenology
+0802.2375 Exactly Solvable and Integrable Systems
+0802.2379 Phenomenology
+0802.2396 Phenomenology
+0802.2400 Experiment
+0802.2406 General Physics
+0802.2409 Phenomenology
+0802.2412 Phenomenology
+0802.2431
+0802.2442
+0802.2449 Theory
+0802.2452 Phenomenology
+0802.2456 Theory
+0802.2457
+0802.2461 Phenomenology
+0802.2464
+0802.2470 Phenomenology
+0802.2484
+0802.2487 Phenomenology
+0802.2496 Lattice
+0802.2500 Phenomenology
+0802.2513 Phenomenology
+0802.2520
+0802.2527
+0802.2542
+0802.2548 Statistical Mechanics
+0802.2593 Phenomenology
+0802.2595 Theory
+0802.2608
+0802.2614
+0802.2618 Phenomenology
+0802.2622 Phenomenology
+0802.2630
+0802.2637 Theory
+0802.2646
+0802.2648 Phenomenology
+0802.2649
+0802.2660 Theory
+0802.2669 Phenomenology
+0802.2680 Phenomenology
+0802.2686
+0802.2702 Phenomenology
+0802.2715
+0802.2738 Phenomenology
+0802.2753 Theory
+0802.2762 Phenomenology
+0802.2802
+0802.2821 Phenomenology
+0802.2830
+0802.2891 Phenomenology
+0802.2896 Phenomenology
+0802.2904 Phenomenology
+0802.2910 Theory
+0802.2911
+0802.2917 Phenomenology
+0802.2931 Lattice
+0802.2952 Experiment
+0802.2954 Phenomenology
+0802.2962 Phenomenology
+0802.2968 Phenomenology
+0802.2976 Theory
+0802.2979 Phenomenology
+0802.2982 Phenomenology
+0802.2983
+0802.2997 Phenomenology
+0802.2999
+0802.3008 Phenomenology
+0802.3015 Theory
+0802.3018
+0802.3029 Lattice
+0802.3117 Theory
+0802.3127 Phenomenology
+0802.3135 Theory
+0802.3147
+0802.3169
+0802.3173 Plasma Physics
+0802.3180
+0802.3187 Phenomenology
+0802.3188
+0802.3197 Phenomenology
+0802.3198
+0802.3210
+0802.3212 Statistical Mechanics
+0802.3220
+0802.3232
+0802.3241 Phenomenology
+0802.3245
+0802.3246
+0802.3247
+0802.3257 Phenomenology
+0802.3261 Phenomenology
+0802.3263
+0802.3275 Theory
+0802.3292 Theory
+0802.3299 Experiment
+0802.3306 General Physics
+0802.3314
+0802.3316
+0802.3318 Theory
+0802.3330 Theory
+0802.3333 Theory
+0802.3335
+0802.3338
+0802.3341
+0802.3348
+0802.3349 Phenomenology
+0802.3373
+0802.3378 Phenomenology
+0802.3379 Theory
+0802.3389
+0802.3426
+0802.3431 Phenomenology
+0802.3439 Experiment
+0802.3470 Phenomenology
+0802.3496
+0802.3500 Phenomenology
+0802.3508 Theory
+0802.3525 Theory
+0802.3552
+0802.3592 Phenomenology
+0802.3605
+0802.3606
+0802.3610 Phenomenology
+0802.3615 Phenomenology
+0802.3618
+0802.3621 Experiment
+0802.3622
+0802.3630 Quantum Algebra
+0802.3633 Theory
+0802.3637 Lattice
+0802.3658
+0802.3673
+0802.3685
+0802.3699 Phenomenology
+0802.3702 Phenomenology
+0802.3725 Phenomenology
+0802.3727 Phenomenology
+0802.3738
+0802.3740
+0802.3751
+0802.3765 Theory
+0802.3766 Phenomenology
+0802.3772
+0802.3773 Optics
+0802.3781
+0802.3790 Phenomenology
+0802.3791
+0802.3816
+0802.3821
+0802.3829 Theory
+0802.3833 Phenomenology
+0802.3906 Phenomenology
+0802.3909 Phenomenology
+0802.3920 Theory
+0802.3943 Experiment
+0802.3952 Lattice
+0802.3954
+0802.3968 Experiment
+0802.3999
+0802.4015 Phenomenology
+0802.4022 Phenomenology
+0802.4038
+0802.4047
+0802.4049 Phenomenology
+0802.4050 Phenomenology
+0802.4063
+0802.4077
+0802.4098 Phenomenology
+0802.4104
+0802.4106 Theory
+0802.4122
+0802.4124 Phenomenology
+0802.4129 Theory
+0802.4138
+0802.4142 Phenomenology
+0802.4143 Phenomenology
+0802.4159 Optics
+0802.4161
+0802.4176 Theory
+0802.4201 Theory
+0802.4221 Phenomenology
+0802.4228 Phenomenology
+0802.4229 Phenomenology
+0802.4231 Theory
+0802.4236
+0802.4239
+0802.4247 Lattice
+0802.4249
+0802.4257
+0802.4258 Experiment
+0802.4263
+0802.4277
+0802.4290 Phenomenology
+0802.4301 Phenomenology
+0802.4303 Phenomenology
+0802.4334 Phenomenology
+0802.4335 Phenomenology
+0802.4353 Phenomenology
+0802.4354 Phenomenology
+0802.4364 Phenomenology
+0802.4415
+0802.4423 Phenomenology
+0802.4427
+0802.4430 Phenomenology
+0802.4444 Theory
+0803.0001 Phenomenology
+0803.0002
+0803.0027
+0803.0030 Experiment
+0803.0033 Experiment
+0803.0062 Phenomenology
+0803.0106 Phenomenology
+0803.0129 Lattice
+0803.0131 Phenomenology
+0803.0144 Phenomenology
+0803.0151
+0803.0157
+0803.0175 Phenomenology
+0803.0176 Theory
+0803.0180 Theory
+0803.0181
+0803.0182 Lattice
+0803.0186 Lattice
+0803.0192 Phenomenology
+0803.0215 Theory
+0803.0218 Phenomenology
+0803.0223 Theory
+0803.0226
+0803.0227 Phenomenology
+0803.0230 Theory
+0803.0232 Theory
+0803.0236 Theory
+0803.0246 Phenomenology
+0803.0253 Phenomenology
+0803.0255
+0803.0258 Phenomenology
+0803.0266 Theory
+0803.0271 Lattice
+0803.0273 Phenomenology
+0803.0274
+0803.0277
+0803.0279 Phenomenology
+0803.0281
+0803.0283 Theory
+0803.0303 Theory
+0803.0317
+0803.0321
+0803.0343 Phenomenology
+0803.0344 Theory
+0803.0351
+0803.0369
+0803.0380 Phenomenology
+0803.0388
+0803.0390
+0803.0410 Phenomenology
+0803.0416
+0803.0423 Phenomenology
+0803.0424 Theory
+0803.0435 Theory
+0803.0446 Phenomenology
+0803.0453 Phenomenology
+0803.0457 Phenomenology
+0803.0495 Phenomenology
+0803.0497 Phenomenology
+0803.0501
+0803.0504 Theory
+0803.0507 Other Condensed Matter
+0803.0510 Phenomenology
+0803.0512 Phenomenology
+0803.0518
+0803.0521
+0803.0526 Theory
+0803.0527 Phenomenology
+0803.0537 Theory
+0803.0540
+0803.0590
+0803.0594 Instrumentation and Detectors
+0803.0601
+0803.0602
+0803.0604
+0803.0606 Phenomenology
+0803.0631 Phenomenology
+0803.0649
+0803.0660
+0803.0670 Theory
+0803.0672 Phenomenology
+0803.0684 Theory
+0803.0695 Phenomenology
+0803.0706 Phenomenology
+0803.0736 Theory
+0803.0749 Theory
+0803.0785 Theory
+0803.0796 Phenomenology
+0803.0807 Phenomenology
+0803.0808
+0803.0809 Phenomenology
+0803.0813 Phenomenology
+0803.0815 Phenomenology
+0803.0827 Theory
+0803.0834
+0803.0861 Theory
+0803.0887 Phenomenology
+0803.0889
+0803.0915
+0803.0920
+0803.0943 Theory
+0803.0960 Phenomenology
+0803.0979 Phenomenology
+0803.0995
+0803.0996 Phenomenology
+0803.1004 Differential Geometry
+0803.1031
+0803.1052
+0803.1057 Phenomenology
+0803.1071
+0803.1073 Phenomenology
+0803.1086 Theory
+0803.1092 Lattice
+0803.1106
+0803.1125 Other Condensed Matter
+0803.1143 Phenomenology
+0803.1153 Theory
+0803.1160 Phenomenology
+0803.1161
+0803.1180 Phenomenology
+0803.1203 Theory
+0803.1231 Phenomenology
+0803.1262
+0803.1280
+0803.1295 Phenomenology
+0803.1300
+0803.1307
+0803.1311 Theory
+0803.1338 Theory
+0803.1356 Phenomenology
+0803.1366
+0803.1369 Theory
+0803.1392 Phenomenology
+0803.1400 Phenomenology
+0803.1401
+0803.1410
+0803.1414 Phenomenology
+0803.1422 Phenomenology
+0803.1423 Phenomenology
+0803.1458 Theory
+0803.1465 Theory
+0803.1468
+0803.1470 Theory
+0803.1475 Theory
+0803.1485
+0803.1490
+0803.1494 Theory
+0803.1501 Theory
+0803.1513 Phenomenology
+0803.1514 Experiment
+0803.1534 Experiment
+0803.1537 Phenomenology
+0803.1540
+0803.1547 Theory
+0803.1551 Theory
+0803.1562 Theory
+0803.1565 Theory
+0803.1566 Theory
+0803.1569
+0803.1583 History and Philosophy of Physics
+0803.1588 Phenomenology
+0803.1603 Theory
+0803.1608 Phenomenology
+0803.1616
+0803.1617 Experiment
+0803.1620
+0803.1629
+0803.1663 Theory
+0803.1667 Theory
+0803.1692 Phenomenology
+0803.1701 Phenomenology
+0803.1704
+0803.1707 Lattice
+0803.1727 Phenomenology
+0803.1741 Theory
+0803.1742 Theory
+0803.1744 Phenomenology
+0803.1755
+0803.1758 Phenomenology
+0803.1776 Theory
+0803.1786 Phenomenology
+0803.1790 Phenomenology
+0803.1798 Lattice
+0803.1801 Theory
+0803.1820
+0803.1836 Theory
+0803.1880 Theory
+0803.1882 Phenomenology
+0803.1898 Phenomenology
+0803.1902 Phenomenology
+0803.1915
+0803.1929
+0803.1940 Phenomenology
+0803.1941 Phenomenology
+0803.1949 Theory
+0803.1980
+0803.1989 Phenomenology
+0803.2018
+0803.2019 Theory
+0803.2035 Theory
+0803.2075
+0803.2102 Phenomenology
+0803.2106 Phenomenology
+0803.2109 Phenomenology
+0803.2137 Experiment
+0803.2158 Experiment
+0803.2164 Phenomenology
+0803.2170 Theory
+0803.2186 Phenomenology
+0803.2191 Phenomenology
+0803.2194
+0803.2195 Instrumentation and Detectors
+0803.2216 Lattice
+0803.2218 Phenomenology
+0803.2224 Phenomenology
+0803.2236
+0803.2238
+0803.2246 Theory
+0803.2259 Experiment
+0803.2263 Experiment
+0803.2267
+0803.2276 Phenomenology
+0803.2278 Phenomenology
+0803.2288
+0803.2291
+0803.2307 Lattice
+0803.2309
+0803.2318
+0803.2324 Theory
+0803.2340 Phenomenology
+0803.2347 Phenomenology
+0803.2348
+0803.2377
+0803.2385 Phenomenology
+0803.2398
+0803.2407
+0803.2409 Theory
+0803.2413 Theory
+0803.2421 Phenomenology
+0803.2422 Phenomenology
+0803.2431 Theory
+0803.2438 Theory
+0803.2449
+0803.2451 Lattice
+0803.2476 Experiment
+0803.2500
+0803.2518 Theory
+0803.2530
+0803.2550
+0803.2553 Theory
+0803.2569 Lattice
+0803.2577 Theory
+0803.2598 Phenomenology
+0803.2603 Phenomenology
+0803.2604 Phenomenology
+0803.2613 Theory
+0803.2626 Phenomenology
+0803.2630 Theory
+0803.2632 Phenomenology
+0803.2638 Theory
+0803.2640 Phenomenology
+0803.2642
+0803.2652 Statistical Mechanics
+0803.2657
+0803.2659 Theory
+0803.2661 Phenomenology
+0803.2664 Phenomenology
+0803.2671
+0803.2673
+0803.2686
+0803.2707
+0803.2729 Phenomenology
+0803.2738
+0803.2742
+0803.2743 Theory
+0803.2744 Lattice
+0803.2760
+0803.2775 Phenomenology
+0803.2779 Experiment
+0803.2807
+0803.2819 Theory
+0803.2823
+0803.2835 Phenomenology
+0803.2855
+0803.2858
+0803.2867 Theory
+0803.2888 Instrumentation and Detectors
+0803.2889 Phenomenology
+0803.2894 Lattice
+0803.2899
+0803.2910 Phenomenology
+0803.2911
+0803.2915
+0803.2932 Phenomenology
+0803.2946 Theory
+0803.2956 Phenomenology
+0803.2962 Phenomenology
+0803.2992 Phenomenology
+0803.2993 Experiment
+0803.2998 Theory
+0803.3011 Phenomenology
+0803.3034 Phenomenology
+0803.3035 Theory
+0803.3037 Theory
+0803.3041 Theory
+0803.3065 Phenomenology
+0803.3085 Theory
+0803.3100 Phenomenology
+0803.3101 Phenomenology
+0803.3103
+0803.3121 Lattice
+0803.3146 Phenomenology
+0803.3149 Theory
+0803.3156 Phenomenology
+0803.3162
+0803.3171 Lattice
+0803.3190 Lattice
+0803.3210
+0803.3229 Phenomenology
+0803.3233
+0803.3234
+0803.3248 Theory
+0803.3256 Experiment
+0803.3257 Phenomenology
+0803.3258
+0803.3259
+0803.3272 Theory
+0803.3280 Theory
+0803.3289
+0803.3292
+0803.3295 Theory
+0803.3320 Theory
+0803.3336
+0803.3362
+0803.3366
+0803.3376 Theory
+0803.3384 Theory
+0803.3385 Theory
+0803.3389 Phenomenology
+0803.3399
+0803.3420 Theory
+0803.3421 Theory
+0803.3423 Experiment
+0803.3433
+0803.3447
+0803.3475 Theory
+0803.3479 Phenomenology
+0803.3492 Theory
+0803.3505 Exactly Solvable and Integrable Systems
+0803.3512 Atomic Physics
+0803.3517 Phenomenology
+0803.3524 Phenomenology
+0803.3528 Phenomenology
+0803.3538 Strongly Correlated Electrons
+0803.3582 Phenomenology
+0803.3602 History and Philosophy of Physics
+0803.3611 Theory
+0803.3633 Phenomenology
+0803.3659
+0803.3661
+0803.3672 Phenomenology
+0803.3680 Theory
+0803.3684
+0803.3696 Phenomenology
+0803.3701
+0803.3724 Phenomenology
+0803.3725 Phenomenology
+0803.3752 Phenomenology
+0803.3762
+0803.3768 Theory
+0803.3770
+0803.3795 Phenomenology
+0803.3801 Theory
+0803.3803 Theory
+0803.3804
+0803.3809 Phenomenology
+0803.3810 Phenomenology
+0803.3822 Strongly Correlated Electrons
+0803.3827
+0803.3832 Theory
+0803.3833 Theory
+0803.3855 Theory
+0803.3927
+0803.3936
+0803.3940 Phenomenology
+0803.3964 Phenomenology
+0803.3965 Theory
+0803.3970 Theory
+0803.4000
+0803.4005 Phenomenology
+0803.4008 Phenomenology
+0803.4012
+0803.4068
+0803.4094
+0803.4103
+0803.4106
+0803.4119 Phenomenology
+0803.4132 Phenomenology
+0803.4134 Phenomenology
+0803.4139 Phenomenology
+0803.4141 Lattice
+0803.4163 Theory
+0803.4170 Instrumentation and Detectors
+0803.4172 Other Condensed Matter
+0803.4173 Phenomenology
+0803.4177 Phenomenology
+0803.4180 Phenomenology
+0803.4190
+0803.4192 Theory
+0803.4193
+0803.4194
+0803.4207 Phenomenology
+0803.4212 Theory
+0803.4214 Phenomenology
+0803.4222 Theory
+0803.4257 Theory
+0803.4267 Phenomenology
+0803.4270 Phenomenology
+0803.4273 Theory
+0803.4278
+0803.4295
+0803.4309
+0803.4312 Experiment
+0803.4313 Phenomenology
+0803.4318 Phenomenology
+0803.4323 Theory
+0803.4325 Theory
+0803.4330 Phenomenology
+0803.4333 Theory
+0803.4340 Phenomenology
+0803.4351 Theory
+0803.4360 Phenomenology
+0803.4362
+0803.4369
+0803.4375
+0803.4380 Phenomenology
+0803.4405 Phenomenology
+0803.4420 Phenomenology
+0803.4427 Mesoscale and Nanoscale Physics
+0803.4431
+0803.4445 Theory
+0803.4446
+0803.4449
+0803.4459
+0803.4460 Phenomenology
+0803.4472 Theory
+0803.4482
+0803.4484
+0803.4492 Phenomenology
+0803.4493 Phenomenology
+0803.4497 Theory
+0803.4501 Phenomenology
+0804.0033 Phenomenology
+0804.0039 General Physics
+0804.0055 Theory
+0804.0067
+0804.0075 Phenomenology
+0804.0081 Phenomenology
+0804.0084
+0804.0106 Phenomenology
+0804.0124 Phenomenology
+0804.0130
+0804.0131 Theory
+0804.0163
+0804.0166 Phenomenology
+0804.0169
+0804.0184 Theory
+0804.0187 Theory
+0804.0198 Theory
+0804.0200 Theory
+0804.0203 Phenomenology
+0804.0205
+0804.0214 Phenomenology
+0804.0229 Theory
+0804.0231 Theory
+0804.0232
+0804.0244 Theory
+0804.0252 Theory
+0804.0255 Phenomenology
+0804.0268 Phenomenology
+0804.0276 Plasma Physics
+0804.0295 Theory
+0804.0297 Theory
+0804.0300 Lattice
+0804.0301
+0804.0314 Theory
+0804.0328
+0804.0329 Theory
+0804.0359 Phenomenology
+0804.0360
+0804.0373
+0804.0383 Theory
+0804.0391
+0804.0422 Phenomenology
+0804.0423 Phenomenology
+0804.0431 Theory
+0804.0434 Theory
+0804.0452 Phenomenology
+0804.0454 Phenomenology
+0804.0457 Theory
+0804.0476 Phenomenology
+0804.0513 Theory
+0804.0527
+0804.0541
+0804.0555
+0804.0568 Theory
+0804.0572
+0804.0584 Theory
+0804.0592 Phenomenology
+0804.0594
+0804.0608 Theory
+0804.0616
+0804.0647 Experiment
+0804.0652 Theory
+0804.0654 Theory
+0804.0656
+0804.0661
+0804.0717 Phenomenology
+0804.0752 Phenomenology
+0804.0769 Theory
+0804.0770 Theory
+0804.0772
+0804.0778 Theory
+0804.0791 Theory
+0804.0799
+0804.0801 Phenomenology
+0804.0831 Experiment
+0804.0833
+0804.0841
+0804.0861
+0804.0903
+0804.0945 Theory
+0804.0951 Theory
+0804.0956
+0804.0963 Theory
+0804.0968
+0804.0979 Phenomenology
+0804.0993 Phenomenology
+0804.1019 Theory
+0804.1072 Theory
+0804.1084
+0804.1087 Theory
+0804.1097
+0804.1105
+0804.1107 Experiment
+0804.1112 Phenomenology
+0804.1114 Theory
+0804.1129
+0804.1142 Phenomenology
+0804.1145 Lattice
+0804.1151
+0804.1152 Theory
+0804.1156 Theory
+0804.1169
+0804.1198
+0804.1204 Phenomenology
+0804.1209
+0804.1210 Phenomenology
+0804.1211 Theory
+0804.1231 Phenomenology
+0804.1234 Exactly Solvable and Integrable Systems
+0804.1237 Phenomenology
+0804.1241 Theory
+0804.1259 Theory
+0804.1260
+0804.1265 Phenomenology
+0804.1283 Statistical Mechanics
+0804.1326 Theory
+0804.1328
+0804.1343 Theory
+0804.1352
+0804.1356 Phenomenology
+0804.1373 Phenomenology
+0804.1402 Lattice
+0804.1410
+0804.1417 Phenomenology
+0804.1452 Phenomenology
+0804.1454 Experiment
+0804.1455
+0804.1469 Phenomenology
+0804.1476 Phenomenology
+0804.1484 Phenomenology
+0804.1505 Theory
+0804.1531
+0804.1534 Lattice
+0804.1541 Theory
+0804.1557 Lattice
+0804.1560
+0804.1566 Theory
+0804.1572 Phenomenology
+0804.1585 Theory
+0804.1591 Theory
+0804.1623
+0804.1686
+0804.1723 Theory
+0804.1738 Theory
+0804.1749
+0804.1775
+0804.1779 Phenomenology
+0804.1782 Fluid Dynamics
+0804.1787
+0804.1789
+0804.1797
+0804.1832 Theory
+0804.1835 Theory
+0804.1844
+0804.1860
+0804.1867 Theory
+0804.1876 Theory
+0804.1877 Lattice
+0804.1899
+0804.1907 Phenomenology
+0804.1914 Theory
+0804.1920 Theory
+0804.1934
+0804.1950 Theory
+0804.2013 Phenomenology
+0804.2019
+0804.2042 Phenomenology
+0804.2063 Experiment
+0804.2065
+0804.2066 Theory
+0804.2079 Theory
+0804.2083 Plasma Physics
+0804.2084 Theory
+0804.2090 Phenomenology
+0804.2108 Phenomenology
+0804.2127
+0804.2140 Phenomenology
+0804.2160
+0804.2182 Theory
+0804.2185 Phenomenology
+0804.2196
+0804.2199
+0804.2201 Theory
+0804.2204 Phenomenology
+0804.2220 Phenomenology
+0804.2261 Phenomenology
+0804.2262 Theory
+0804.2289 Theory
+0804.2295 Phenomenology
+0804.2298 Experiment
+0804.2338 Phenomenology
+0804.2351
+0804.2353 Theory
+0804.2364 Phenomenology
+0804.2370 Phenomenology
+0804.2371 Lattice
+0804.2381 Phenomenology
+0804.2408 Phenomenology
+0804.2423 Theory
+0804.2424 Phenomenology
+0804.2427
+0804.2452 Phenomenology
+0804.2459
+0804.2471
+0804.2477 Phenomenology
+0804.2502
+0804.2507 Phenomenology
+0804.2510 Phenomenology
+0804.2519 Theory
+0804.2530 Phenomenology
+0804.2541
+0804.2570
+0804.2573 Phenomenology
+0804.2579
+0804.2601 Phenomenology
+0804.2603
+0804.2617 Theory
+0804.2618 Phenomenology
+0804.2622 Phenomenology
+0804.2627 Theory
+0804.2632 Phenomenology
+0804.2635
+0804.2640
+0804.2643 Phenomenology
+0804.2652 Phenomenology
+0804.2711 Lattice
+0804.2741
+0804.2744 Phenomenology
+0804.2756 Experiment
+0804.2764 Theory
+0804.2768 Phenomenology
+0804.2813
+0804.2823
+0804.2838 Phenomenology
+0804.2857 Theory
+0804.2865 Phenomenology
+0804.2884
+0804.2890
+0804.2899 Phenomenology
+0804.2922
+0804.2936 Theory
+0804.2941 Lattice
+0804.2957 Phenomenology
+0804.2961 Theory
+0804.3007 Phenomenology
+0804.3008 Phenomenology
+0804.3013 Experiment
+0804.3024 Phenomenology
+0804.3027
+0804.3038
+0804.3047 Phenomenology
+0804.3066 Theory
+0804.3075
+0804.3092
+0804.3098
+0804.3102 Phenomenology
+0804.3124
+0804.3139 Theory
+0804.3147
+0804.3161 Theory
+0804.3182 Phenomenology
+0804.3185 Phenomenology
+0804.3233
+0804.3246 Theory
+0804.3247
+0804.3251 Experiment
+0804.3268 Theory
+0804.3274
+0804.3285
+0804.3322
+0804.3341 Theory
+0804.3344 Phenomenology
+0804.3345 Phenomenology
+0804.3352
+0804.3380
+0804.3383 Lattice
+0804.3394
+0804.3402
+0804.3414 Phenomenology
+0804.3443 Statistical Mechanics
+0804.3446 Theory
+0804.3449
+0804.3450 Phenomenology
+0804.3458 Theory
+0804.3466 Theory
+0804.3476
+0804.3479 Phenomenology
+0804.3504 Phenomenology
+0804.3512 Phenomenology
+0804.3519 Theory
+0804.3520
+0804.3525
+0804.3528
+0804.3537 Theory
+0804.3560 Phenomenology
+0804.3565 Theory
+0804.3566 Theory
+0804.3567 Theory
+0804.3588 Theory
+0804.3592 Theory
+0804.3601 Phenomenology
+0804.3608
+0804.3654 Lattice
+0804.3656 Experiment
+0804.3661 Phenomenology
+0804.3664 Experiment
+0804.3679
+0804.3685 Theory
+0804.3693
+0804.3695
+0804.3702
+0804.3711 Theory
+0804.3721 Theory
+0804.3722
+0804.3730 Theory
+0804.3736 Experiment
+0804.3763
+0804.3773
+0804.3777 Phenomenology
+0804.3786 Phenomenology
+0804.3787
+0804.3804
+0804.3805 Phenomenology
+0804.3815
+0804.3834 Phenomenology
+0804.3849
+0804.3865
+0804.3892
+0804.3910 Theory
+0804.3913 Theory
+0804.3929 Lattice
+0804.3931 Theory
+0804.3933 Phenomenology
+0804.3949 Phenomenology
+0804.3952
+0804.3972 Theory
+0804.3978 Phenomenology
+0804.3990 Phenomenology
+0804.3993
+0804.4004 Phenomenology
+0804.4017 Phenomenology
+0804.4029
+0804.4044 Phenomenology
+0804.4051 Phenomenology
+0804.4053 Theory
+0804.4066 Theory
+0804.4072 Phenomenology
+0804.4088
+0804.4091
+0804.4092
+0804.4096 Theory
+0804.4102
+0804.4104
+0804.4112
+0804.4119 Phenomenology
+0804.4128
+0804.4131
+0804.4144
+0804.4146 Experiment
+0804.4148 Lattice
+0804.4158 Phenomenology
+0804.4192 Phenomenology
+0804.4224
+0804.4232 Phenomenology
+0804.4254
+0804.4260 Instrumentation and Detectors
+0804.4269 Instrumentation and Detectors
+0804.4270
+0804.4291 Theory
+0804.4296
+0804.4297
+0804.4300 Theory
+0804.4309
+0804.4319
+0804.4320 Phenomenology
+0804.4330 Phenomenology
+0804.4331
+0804.4335 Theory
+0804.4337 Phenomenology
+0804.4339
+0804.4346
+0804.4348
+0804.4352
+0804.4363
+0804.4386
+0804.4400 Theory
+0804.4402
+0804.4407
+0804.4408 Phenomenology
+0804.4414 Theory
+0804.4417
+0804.4418 Theory
+0804.4424 Phenomenology
+0804.4448
+0804.4450 Theory
+0804.4452 Phenomenology
+0804.4460 Phenomenology
+0804.4470 Theory
+0804.4493 Phenomenology
+0804.4501 Theory
+0804.4504
+0804.4518 Phenomenology
+0804.4542 Phenomenology
+0804.4557 Phenomenology
+0804.4558
+0804.4562
+0804.4577 Experiment
+0804.4581 Phenomenology
+0804.4601
+0804.4604 Phenomenology
+0804.4608 Phenomenology
+0804.4619 Theory
+0804.4620 Phenomenology
+0804.4643
+0804.4660
+0804.4661
+0804.4670
+0804.4696
+0804.4711 Phenomenology
+0804.4718 Phenomenology
+0804.4742
+0804.4743
+0804.4760
+0804.4773
+0804.4784
+0804.4786 Theory
+0804.4793 Theory
+0804.4801
+0804.4806 History and Philosophy of Physics
+0804.4807 Theory
+0804.4825
+0804.4827
+0804.4841
+0804.4846
+0804.4864
+0804.4888
+0804.4893 Phenomenology
+0804.4897 Phenomenology
+0805.0011 Theory
+0805.0015 Instrumentation and Detectors
+0805.0047 Theory
+0805.0060 Phenomenology
+0805.0064
+0805.0079 Theory
+0805.0081
+0805.0097 Phenomenology
+0805.0098
+0805.0102
+0805.0136
+0805.0143 Phenomenology
+0805.0145 Phenomenology
+0805.0153
+0805.0160
+0805.0170 Phenomenology
+0805.0186 Experiment
+0805.0187
+0805.0199 Phenomenology
+0805.0207 Theory
+0805.0208
+0805.0211 Theory
+0805.0213 Phenomenology
+0805.0216 Phenomenology
+0805.0236 Lattice
+0805.0253 Phenomenology
+0805.0271 Phenomenology
+0805.0281 Phenomenology
+0805.0282
+0805.0287 Theory
+0805.0290 Instrumentation and Detectors
+0805.0318 Phenomenology
+0805.0325 Phenomenology
+0805.0354 Phenomenology
+0805.0372 Theory
+0805.0385 Phenomenology
+0805.0388 Theory
+0805.0416 Phenomenology
+0805.0424 Theory
+0805.0431 Phenomenology
+0805.0442 Phenomenology
+0805.0453 Theory
+0805.0471 Phenomenology
+0805.0479 Phenomenology
+0805.0519
+0805.0536 Superconductivity
+0805.0543 Popular Physics
+0805.0546 Theory
+0805.0548 Theory
+0805.0558
+0805.0608
+0805.0626 Theory
+0805.0627 Phenomenology
+0805.0636 Theory
+0805.0653 Phenomenology
+0805.0665 Theory
+0805.0707 Phenomenology
+0805.0710 Phenomenology
+0805.0717 Phenomenology
+0805.0731
+0805.0734
+0805.0737
+0805.0760 Phenomenology
+0805.0763
+0805.0780
+0805.0781 Phenomenology
+0805.0784 Phenomenology
+0805.0805
+0805.0809
+0805.0838 Theory
+0805.0870 Theory
+0805.0971 Phenomenology
+0805.0973 Phenomenology
+0805.0993 Phenomenology
+0805.0997 Phenomenology
+0805.1004 Theory
+0805.1005
+0805.1049 Phenomenology
+0805.1093
+0805.1122 Phenomenology
+0805.1125
+0805.1149 Theory
+0805.1159 Theory
+0805.1160
+0805.1174 Lattice
+0805.1187
+0805.1192
+0805.1194 Theory
+0805.1212
+0805.1224
+0805.1225
+0805.1229 Theory
+0805.1265 Theory
+0805.1271 Plasma Physics
+0805.1298
+0805.1310 Theory
+0805.1332
+0805.1337 Phenomenology
+0805.1350 Lattice
+0805.1351
+0805.1352
+0805.1379 Phenomenology
+0805.1384 Phenomenology
+0805.1410 Theory
+0805.1451
+0805.1461 Theory
+0805.1471
+0805.1474 Phenomenology
+0805.1484 Phenomenology
+0805.1499 Instrumentation and Detectors
+0805.1503 Phenomenology
+0805.1504 Instrumentation and Detectors
+0805.1506 Experiment
+0805.1509 Phenomenology
+0805.1551 Theory
+0805.1562
+0805.1585 Statistical Mechanics
+0805.1601 Phenomenology
+0805.1603 Phenomenology
+0805.1613 Phenomenology
+0805.1615 Phenomenology
+0805.1636
+0805.1647 Phenomenology
+0805.1677 Phenomenology
+0805.1684 Phenomenology
+0805.1704 Phenomenology
+0805.1718
+0805.1719 Phenomenology
+0805.1735 Phenomenology
+0805.1736 Phenomenology
+0805.1756
+0805.1799
+0805.1816 Phenomenology
+0805.1858
+0805.1874 Theory
+0805.1885 Phenomenology
+0805.1895 Theory
+0805.1902 Theory
+0805.1903
+0805.1908
+0805.1912
+0805.1951
+0805.1963 Phenomenology
+0805.1965 Phenomenology
+0805.1982 Theory
+0805.1998
+0805.1999
+0805.2010
+0805.2019 Phenomenology
+0805.2024 Theory
+0805.2098 Phenomenology
+0805.2107 Phenomenology
+0805.2113 Phenomenology
+0805.2124
+0805.2129 Phenomenology
+0805.2142
+0805.2145
+0805.2146 Lattice
+0805.2155
+0805.2191
+0805.2237 Phenomenology
+0805.2250
+0805.2271 Instrumentation and Detectors
+0805.2283 Theory
+0805.2289 Phenomenology
+0805.2301 Phenomenology
+0805.2318
+0805.2343 Phenomenology
+0805.2344
+0805.2347 Theory
+0805.2353 Theory
+0805.2369 Lattice
+0805.2380 Theory
+0805.2385
+0805.2387
+0805.2390
+0805.2391 Theory
+0805.2398 Phenomenology
+0805.2412
+0805.2430 Theory
+0805.2439 Phenomenology
+0805.2442 Phenomenology
+0805.2454
+0805.2459 Instrumentation and Detectors
+0805.2513
+0805.2531
+0805.2536
+0805.2553
+0805.2554 Phenomenology
+0805.2583 Phenomenology
+0805.2598 Complex Variables
+0805.2623 Phenomenology
+0805.2634
+0805.2637 Accelerator Physics
+0805.2650 Phenomenology
+0805.2667
+0805.2683 Theory
+0805.2687 Phenomenology
+0805.2734 Phenomenology
+0805.2738 Theory
+0805.2754
+0805.2763 Theory
+0805.2774
+0805.2780 Experiment
+0805.2795
+0805.2800 Theory
+0805.2802 Phenomenology
+0805.2806 Phenomenology
+0805.2813
+0805.2833 Phenomenology
+0805.2837 Theory
+0805.2866 Lattice
+0805.2889 Experiment
+0805.2916 Phenomenology
+0805.2922 Theory
+0805.2927 Theory
+0805.2939
+0805.2966
+0805.2982 Theory
+0805.2988 Phenomenology
+0805.2991 Theory
+0805.2997
+0805.2999 Lattice
+0805.3017
+0805.3036 Experiment
+0805.3046
+0805.3067 Phenomenology
+0805.3089
+0805.3103
+0805.3110 Experiment
+0805.3115
+0805.3133
+0805.3144 Phenomenology
+0805.3146
+0805.3147 Theory
+0805.3157 Theory
+0805.3175
+0805.3225 Experiment
+0805.3233 Theory
+0805.3271
+0805.3276 Theory
+0805.3278 Theory
+0805.3291 Phenomenology
+0805.3300 Phenomenology
+0805.3301
+0805.3318
+0805.3327 Phenomenology
+0805.3329
+0805.3351 Theory
+0805.3373 Theory
+0805.3401
+0805.3419
+0805.3428
+0805.3447 Theory
+0805.3467 Phenomenology
+0805.3480 Theory
+0805.3486 Phenomenology
+0805.3488 Theory
+0805.3491
+0805.3514
+0805.3558 Theory
+0805.3560 Experiment
+0805.3570
+0805.3590 Phenomenology
+0805.3627
+0805.3641
+0805.3653 Phenomenology
+0805.3655
+0805.3687 Phenomenology
+0805.3705 Theory
+0805.3720 Phenomenology
+0805.3744 Theory
+0805.3752
+0805.3773 Experiment
+0805.3804 Phenomenology
+0805.3805
+0805.3818 Theory
+0805.3844 Phenomenology
+0805.3871 Experiment
+0805.3873
+0805.3876 Phenomenology
+0805.3879 Theory
+0805.3887 Phenomenology
+0805.3895
+0805.3911 Phenomenology
+0805.3953 Phenomenology
+0805.3969
+0805.3978
+0805.3989 Phenomenology
+0805.3993 Phenomenology
+0805.4003 Theory
+0805.4006 Phenomenology
+0805.4013
+0805.4038 Theory
+0805.4039
+0805.4042 Materials Science
+0805.4051 Experiment
+0805.4052 Theory
+0805.4066 Experiment
+0805.4079
+0805.4088 Phenomenology
+0805.4099
+0805.4110 Theory
+0805.4119 Phenomenology
+0805.4145 Theory
+0805.4153
+0805.4156
+0805.4158
+0805.4178
+0805.4179
+0805.4194 Theory
+0805.4202 Phenomenology
+0805.4255 Mesoscale and Nanoscale Physics
+0805.4259
+0805.4267 Phenomenology
+0805.4277
+0805.4287
+0805.4292 Phenomenology
+0805.4318
+0805.4368 Phenomenology
+0805.4383
+0805.4384 Theory
+0805.4400
+0805.4409 Theory
+0805.4443 Theory
+0805.4446
+0805.4450 Lattice
+0805.4464 Theory
+0805.4466
+0805.4478 Phenomenology
+0805.4485
+0805.4505
+0805.4515 Theory
+0805.4534 Phenomenology
+0805.4538
+0805.4552 Phenomenology
+0805.4577 Theory
+0805.4601 Phenomenology
+0805.4613 Phenomenology
+0805.4627 Lattice
+0805.4644
+0805.4667 Phenomenology
+0805.4672 Experiment
+0805.4677 Phenomenology
+0805.4688
+0805.4702
+0805.4719 Theory
+0805.4724 Theory
+0805.4769
+0805.4780
+0805.4781
+0805.4787
+0805.4802 Phenomenology
+0805.4812
+0805.4821 Phenomenology
+0805.4828
+0806.0003 Phenomenology
+0806.0007
+0806.0013 Lattice
+0806.0023 Phenomenology
+0806.0030 Theory
+0806.0046 Phenomenology
+0806.0048 Phenomenology
+0806.0076 Theory
+0806.0079
+0806.0133
+0806.0149 Theory
+0806.0152 Theory
+0806.0155 Theory
+0806.0179 Phenomenology
+0806.0190 Theory
+0806.0218
+0806.0223 Instrumentation and Detectors
+0806.0242 Phenomenology
+0806.0285
+0806.0290 Phenomenology
+0806.0292 Phenomenology
+0806.0293
+0806.0296
+0806.0301 Experiment
+0806.0305 Phenomenology
+0806.0329 Strongly Correlated Electrons
+0806.0331
+0806.0352
+0806.0359 Theory
+0806.0367 Theory
+0806.0386 Phenomenology
+0806.0418 Phenomenology
+0806.0446
+0806.0447
+0806.0457
+0806.0475
+0806.0499 Phenomenology
+0806.0504
+0806.0536 Theory
+0806.0551
+0806.0555 Theory
+0806.0568 Theory
+0806.0583 Phenomenology
+0806.0590 Phenomenology
+0806.0595
+0806.0610 Phenomenology
+0806.0648
+0806.0660 Theory
+0806.0665
+0806.0667 Phenomenology
+0806.0670 Phenomenology
+0806.0672 Phenomenology
+0806.0679
+0806.0692 Phenomenology
+0806.0713
+0806.0717 Phenomenology
+0806.0742
+0806.0745
+0806.0758 Theory
+0806.0759
+0806.0766
+0806.0771
+0806.0788 Theory
+0806.0807 Experiment
+0806.0808 Phenomenology
+0806.0845
+0806.0846 Mesoscale and Nanoscale Physics
+0806.0848 Phenomenology
+0806.0859
+0806.0864 Optimization and Control
+0806.0883 Experiment
+0806.0886
+0806.0943 Phenomenology
+0806.0946 Experiment
+0806.0997 Phenomenology
+0806.1018
+0806.1080 Theory
+0806.1098 Phenomenology
+0806.1119 Theory
+0806.1135
+0806.1181
+0806.1184 Phenomenology
+0806.1187 Lattice
+0806.1191
+0806.1194
+0806.1197 Theory
+0806.1240 Phenomenology
+0806.1254 Phenomenology
+0806.1270
+0806.1274
+0806.1310 Theory
+0806.1332
+0806.1356 Phenomenology
+0806.1367
+0806.1375 Phenomenology
+0806.1396
+0806.1399
+0806.1447 Phenomenology
+0806.1454 Phenomenology
+0806.1467 Phenomenology
+0806.1498 Phenomenology
+0806.1516 Phenomenology
+0806.1535 Theory
+0806.1614 Theory
+0806.1629 Theory
+0806.1651 Theory
+0806.1669 Phenomenology
+0806.1677
+0806.1681 Theory
+0806.1695
+0806.1718
+0806.1726 Theory
+0806.1738
+0806.1742
+0806.1751 Phenomenology
+0806.1883 Theory
+0806.1914
+0806.1932 Phenomenology
+0806.1937
+0806.1944 Theory
+0806.1962 Phenomenology
+0806.1970 Phenomenology
+0806.1977 Phenomenology
+0806.1983
+0806.1989
+0806.1996 Theory
+0806.2018
+0806.2041 Theory
+0806.2064 Phenomenology
+0806.2087 Phenomenology
+0806.2095 Theory
+0806.2097
+0806.2103 Theory
+0806.2116
+0806.2121
+0806.2129
+0806.2141 Theory
+0806.2143 Phenomenology
+0806.2150 Phenomenology
+0806.2184
+0806.2190
+0806.2200 Phenomenology
+0806.2209
+0806.2212 Theory
+0806.2213 Phenomenology
+0806.2223 Experiment
+0806.2247 Phenomenology
+0806.2254
+0806.2255
+0806.2267 Phenomenology
+0806.2268
+0806.2269 Phenomenology
+0806.2270 Theory
+0806.2273
+0806.2278 Lattice
+0806.2307
+0806.2309 Theory
+0806.2312 Lattice
+0806.2328 Theory
+0806.2338 Experiment
+0806.2365
+0806.2388 Theory
+0806.2415
+0806.2422 Phenomenology
+0806.2441 Theory
+0806.2462
+0806.2463
+0806.2464
+0806.2466 Theory
+0806.2489
+0806.2494
+0806.2505
+0806.2510 Phenomenology
+0806.2554 Phenomenology
+0806.2558 Phenomenology
+0806.2571
+0806.2584 Theory
+0806.2593
+0806.2595 Accelerator Physics
+0806.2602 Statistical Mechanics
+0806.2614
+0806.2618 Phenomenology
+0806.2623 Theory
+0806.2631 Experiment
+0806.2668 Other Condensed Matter
+0806.2687
+0806.2706
+0806.2716
+0806.2757
+0806.2767
+0806.2791 Theory
+0806.2798 Phenomenology
+0806.2799 Statistical Mechanics
+0806.2804
+0806.2813
+0806.2821
+0806.2834
+0806.2857
+0806.2864 Phenomenology
+0806.2880 Theory
+0806.2945
+0806.2966
+0806.2986 Phenomenology
+0806.2993 Phenomenology
+0806.3025
+0806.3039 Theory
+0806.3047 Phenomenology
+0806.3052
+0806.3070 Theory
+0806.3082
+0806.3083 Theory
+0806.3102 Theory
+0806.3111 Theory
+0806.3118 Theory
+0806.3166 Phenomenology
+0806.3200 Theory
+0806.3207 Theory
+0806.3224 Phenomenology
+0806.3225 Phenomenology
+0806.3259 Phenomenology
+0806.3264 Lattice
+0806.3266 Phenomenology
+0806.3282 Phenomenology
+0806.3307 Phenomenology
+0806.3333 Phenomenology
+0806.3348 Theory
+0806.3358 Theory
+0806.3360 Phenomenology
+0806.3361 Phenomenology
+0806.3374 Phenomenology
+0806.3381 Phenomenology
+0806.3397
+0806.3405 Phenomenology
+0806.3414 Phenomenology
+0806.3454 Phenomenology
+0806.3465
+0806.3478
+0806.3488
+0806.3497
+0806.3504
+0806.3505 Theory
+0806.3506 Lattice
+0806.3513 Theory
+0806.3515 Theory
+0806.3529
+0806.3535 Experiment
+0806.3540 Superconductivity
+0806.3548 Theory
+0806.3554 Lattice
+0806.3584 Phenomenology
+0806.3613
+0806.3624 Phenomenology
+0806.3648 Phenomenology
+0806.3672 Phenomenology
+0806.3675 Theory
+0806.3678 Phenomenology
+0806.3679 Phenomenology
+0806.3735
+0806.3762 Theory
+0806.3778 Phenomenology
+0806.3786
+0806.3818 Theory
+0806.3837 Phenomenology
+0806.3857
+0806.3870
+0806.3880 Phenomenology
+0806.3890 Theory
+0806.3922 Phenomenology
+0806.3929
+0806.3953 Strongly Correlated Electrons
+0806.3961
+0806.3977
+0806.4044 Theory
+0806.4059
+0806.4068 Theory
+0806.4075 Phenomenology
+0806.4080 Phenomenology
+0806.4099 Phenomenology
+0806.4100
+0806.4102
+0806.4118 Phenomenology
+0806.4175 Theory
+0806.4212 Theory
+0806.4219 Lattice
+0806.4281
+0806.4285
+0806.4296
+0806.4304 Phenomenology
+0806.4307 Phenomenology
+0806.4317 Phenomenology
+0806.4319
+0806.4322 Phenomenology
+0806.4340
+0806.4348 Theory
+0806.4351 Phenomenology
+0806.4355 Theory
+0806.4365 Theory
+0806.4366
+0806.4370 Theory
+0806.4371 Lattice
+0806.4412
+0806.4417
+0806.4434
+0806.4435 Phenomenology
+0806.4442
+0806.4443
+0806.4459
+0806.4489
+0806.4555 Phenomenology
+0806.4558 Theory
+0806.4574
+0806.4575
+0806.4586 Lattice
+0806.4601 Phenomenology
+0806.4605 Phenomenology
+0806.4661 Phenomenology
+0806.4665 Phenomenology
+0806.4710
+0806.4715 Theory
+0806.4733 Theory
+0806.4747 Phenomenology
+0806.4765
+0806.4791
+0806.4794 Theory
+0806.4799 Phenomenology
+0806.4800 Theory
+0806.4825
+0806.4835
+0806.4862 Theory
+0806.4871
+0806.4883
+0806.4886 Phenomenology
+0806.4900 Theory
+0806.4905 Phenomenology
+0806.4909 Phenomenology
+0806.4914
+0806.4926 Phenomenology
+0806.4945 Experiment
+0806.4948 Theory
+0806.4957 Phenomenology
+0806.4974 Instrumentation and Detectors
+0807.0011 Phenomenology
+0807.0041 Space Physics
+0807.0047 Theory
+0807.0050 Theory
+0807.0066 Phenomenology
+0807.0077 Theory
+0807.0082
+0807.0102 Phenomenology
+0807.0132 Phenomenology
+0807.0174 Phenomenology
+0807.0200
+0807.0202 Phenomenology
+0807.0211 Phenomenology
+0807.0214
+0807.0270 Phenomenology
+0807.0278 Phenomenology
+0807.0294
+0807.0315
+0807.0329
+0807.0345 Lattice
+0807.0347
+0807.0353
+0807.0394 Phenomenology
+0807.0401
+0807.0424
+0807.0477
+0807.0478
+0807.0480 Theory
+0807.0481 Phenomenology
+0807.0490 Phenomenology
+0807.0503 Phenomenology
+0807.0513 Theory
+0807.0515 Phenomenology
+0807.0524
+0807.0586 Theory
+0807.0611
+0807.0622
+0807.0637 Phenomenology
+0807.0659
+0807.0665
+0807.0669 Phenomenology
+0807.0679
+0807.0708 Phenomenology
+0807.0734
+0807.0743 Phenomenology
+0807.0754 Theory
+0807.0787 Theory
+0807.0789 Theory
+0807.0802 Theory
+0807.0808 Theory
+0807.0812 Theory
+0807.0825 Theory
+0807.0828 Phenomenology
+0807.0829 Theory
+0807.0851 Phenomenology
+0807.0855 Lattice
+0807.0873
+0807.0885
+0807.0896 Phenomenology
+0807.0915 Phenomenology
+0807.0923 Theory
+0807.0969
+0807.0975 Phenomenology
+0807.0976 Phenomenology
+0807.0994 Phenomenology
+0807.1008 Phenomenology
+0807.1046 Theory
+0807.1074 Theory
+0807.1080 Phenomenology
+0807.1082 Phenomenology
+0807.1117 Phenomenology
+0807.1125 Experiment
+0807.1128 Mesoscale and Nanoscale Physics
+0807.1172 Pattern Formation and Solitons
+0807.1178
+0807.1179
+0807.1195 Theory
+0807.1223 Phenomenology
+0807.1232 Theory
+0807.1238 Phenomenology
+0807.1245 Phenomenology
+0807.1252 Phenomenology
+0807.1275 Lattice
+0807.1284 Phenomenology
+0807.1293 Theory
+0807.1299 Experiment
+0807.1315 Theory
+0807.1358 Theory
+0807.1390 Lattice
+0807.1449 Phenomenology
+0807.1453 Phenomenology
+0807.1495 Theory
+0807.1500 Theory
+0807.1504
+0807.1509
+0807.1536 Instrumentation and Detectors
+0807.1567 Theory
+0807.1587 Phenomenology
+0807.1605 Phenomenology
+0807.1613
+0807.1634 Phenomenology
+0807.1646 Phenomenology
+0807.1680 Phenomenology
+0807.1729 Phenomenology
+0807.1755 Phenomenology
+0807.1767 General Physics
+0807.1822 Phenomenology
+0807.1856 Lattice
+0807.1897 Theory
+0807.1905 Lattice
+0807.1927 Theory
+0807.1947 Theory
+0807.1955
+0807.1964 Theory
+0807.1965
+0807.1982
+0807.2055
+0807.2074 Theory
+0807.2159
+0807.2170 Experiment
+0807.2189 Phenomenology
+0807.2201
+0807.2220 Computational Physics
+0807.2228 Superconductivity
+0807.2259 Phenomenology
+0807.2285 Theory
+0807.2298 Phenomenology
+0807.2335 Phenomenology
+0807.2352 Theory
+0807.2355 Phenomenology
+0807.2402
+0807.2414
+0807.2419 Theory
+0807.2430 Phenomenology
+0807.2465 Phenomenology
+0807.2489
+0807.2510 Statistical Mechanics
+0807.2537
+0807.2571 Theory
+0807.2591 Optics
+0807.2595
+0807.2603
+0807.2652
+0807.2721 Phenomenology
+0807.2732
+0807.2740
+0807.2759 Phenomenology
+0807.2766 Phenomenology
+0807.2792
+0807.2794 Phenomenology
+0807.2817 Theory
+0807.2820 Phenomenology
+0807.2825 Phenomenology
+0807.2830 Phenomenology
+0807.2838
+0807.2841 Theory
+0807.2895 Instrumentation and Detectors
+0807.2902 Chaotic Dynamics
+0807.2944 Lattice
+0807.2947
+0807.2973 Phenomenology
+0807.2984 Phenomenology
+0807.2985
+0807.2986 Phenomenology
+0807.2999 Theory
+0807.3016 Instrumentation and Detectors
+0807.3039 Theory
+0807.3042
+0807.3043
+0807.3055 Phenomenology
+0807.3066
+0807.3080 Phenomenology
+0807.3083 Phenomenology
+0807.3120 Phenomenology
+0807.3123 Experiment
+0807.3195 Phenomenology
+0807.3221
+0807.3241 Phenomenology
+0807.3243 Phenomenology
+0807.3258
+0807.3302
+0807.3319 Theory
+0807.3325
+0807.3333 Theory
+0807.3385 Phenomenology
+0807.3389
+0807.3398
+0807.3413 Phenomenology
+0807.3418
+0807.3468
+0807.3481 Phenomenology
+0807.3488 Phenomenology
+0807.3493 Phenomenology
+0807.3538
+0807.3539 Theory
+0807.3548
+0807.3561
+0807.3591
+0807.3605 Theory
+0807.3646 Theory
+0807.3687
+0807.3701 Phenomenology
+0807.3705 Phenomenology
+0807.3740 Phenomenology
+0807.3791 Phenomenology
+0807.3821 Instrumentation and Detectors
+0807.3830 Phenomenology
+0807.3847 Phenomenology
+0807.3854
+0807.3878
+0807.3959 Phenomenology
+0807.3983
+0807.3988
+0807.4143 Phenomenology
+0807.4150 Lattice
+0807.4167 Phenomenology
+0807.4230
+0807.4239
+0807.4241
+0807.4269
+0807.4291 Phenomenology
+0807.4313 Phenomenology
+0807.4333
+0807.4353
+0807.4355
+0807.4372
+0807.4388
+0807.4398 Theory
+0807.4399 General Physics
+0807.4410
+0807.4412 Phenomenology
+0807.4424 Phenomenology
+0807.4426 Theory
+0807.4442 Phenomenology
+0807.4458 Experiment
+0807.4480 Phenomenology
+0807.4515 Phenomenology
+0807.4524 Phenomenology
+0807.4542
+0807.4574
+0807.4584 Lattice
+0807.4587 Phenomenology
+0807.4598 Phenomenology
+0807.4606
+0807.4682
+0807.4691 Phenomenology
+0807.4698 Lattice
+0807.4713 Phenomenology
+0807.4738 Theory
+0807.4774
+0807.4809
+0807.4856
+0807.4885 Theory
+0807.4892
+0807.4893 Phenomenology
+0807.4895 Theory
+0807.4909 Experiment
+0807.4919
+0807.4923 Phenomenology
+0807.4961 Experiment
+0807.4993 Statistical Mechanics
+0807.5010 Theory
+0807.5043
+0807.5055
+0807.5065
+0807.5067 Instrumentation and Detectors
+0807.5069 Instrumentation and Detectors
+0807.5077
+0807.5102
+0807.5103 Phenomenology
+0808.0022 Phenomenology
+0808.0066 Phenomenology
+0808.0083
+0808.0087 Phenomenology
+0808.0160
+0808.0181
+0808.0241 Statistical Mechanics
+0808.0269 Experiment
+0808.0322 Phenomenology
+0808.0330
+0808.0331 Phenomenology
+0808.0344
+0808.0356
+0808.0361
+0808.0366 Phenomenology
+0808.0405
+0808.0427
+0808.0446 Experiment
+0808.0475
+0808.0482
+0808.0486
+0808.0542 Theory
+0808.0562 Phenomenology
+0808.0671
+0808.0703 Experiment
+0808.0719 Phenomenology
+0808.0763
+0808.0771
+0808.0772
+0808.0790
+0808.0800
+0808.0807 Phenomenology
+0808.0810
+0808.0839
+0808.0848 Phenomenology
+0808.0880
+0808.0943 Theory
+0808.1004 Phenomenology
+0808.1043
+0808.1044 Theory
+0808.1054 Theory
+0808.1077 Phenomenology
+0808.1080
+0808.1096 Lattice
+0808.1127 Lattice
+0808.1132
+0808.1156
+0808.1221 Phenomenology
+0808.1252
+0808.1294 Phenomenology
+0808.1296 Experiment
+0808.1447 Phenomenology
+0808.1504
+0808.1512 Phenomenology
+0808.1544
+0808.1552
+0808.1553 Theory
+0808.1570
+0808.1595 Phenomenology
+0808.1597 Theory
+0808.1606
+0808.1615
+0808.1625 Phenomenology
+0808.1646
+0808.1651 Phenomenology
+0808.1680 Phenomenology
+0808.1682 Phenomenology
+0808.1693 Theory
+0808.1739 Phenomenology
+0808.1778 Theory
+0808.1800 Theory
+0808.1805
+0808.1807 Phenomenology
+0808.1831
+0808.1837 Theory
+0808.1877
+0808.1880
+0808.1925 Lattice
+0808.2029
+0808.2056 Lattice
+0808.2069
+0808.2071 Phenomenology
+0808.2101
+0808.2118 Phenomenology
+0808.2128 Phenomenology
+0808.2131
+0808.2136 Phenomenology
+0808.2259
+0808.2284
+0808.2315
+0808.2347
+0808.2379
+0808.2555 Phenomenology
+0808.2561
+0808.2573
+0808.2613
+0808.2683 Phenomenology
+0808.2706 Experiment
+0808.2776 Theory
+0808.2781 Theory
+0808.2800 Experiment
+0808.2921 Phenomenology
+0808.2962
+0808.2979
+0808.3052 Theory
+0808.3062 Theory
+0808.3097 Phenomenology
+0808.3101 Lattice
+0808.3110
+0808.3121 Phenomenology
+0808.3159
+0808.3168 Phenomenology
+0808.3182
+0808.3223
+0808.3240
+0808.3302 Phenomenology
+0808.3306
+0808.3349 Phenomenology
+0808.3368 Theory
+0808.3372 Phenomenology
+0808.3376
+0808.3382 Phenomenology
+0808.3507
+0808.3533
+0808.3554
+0808.3568 Theory
+0808.3626
+0808.3632 Phenomenology
+0808.3639 Phenomenology
+0808.3691 Theory
+0808.3692
+0808.3731 Phenomenology
+0808.3761 Phenomenology
+0808.3786 Plasma Physics
+0808.3805
+0808.3953 Theory
+0808.3991
+0808.4076 Theory
+0808.4080
+0808.4106 Theory
+0808.4155 Theory
+0809.0010
+0809.0025 Statistical Mechanics
+0809.0083 Theory
+0809.0087 Phenomenology
+0809.0114 Theory
+0809.0118 Theory
+0809.0184 Theory
+0809.0273
+0809.0304
+0809.0318 Theory
+0809.0376 Theory
+0809.0380 Theory
+0809.0388
+0809.0447
+0809.0469
+0809.0491 Phenomenology
+0809.0537
+0809.0544 Theory
+0809.0546
+0809.0562 Theory
+0809.0564 Theory
+0809.0565
+0809.0567 Theory
+0809.0607
+0809.0609 Phenomenology
+0809.0652 Theory
+0809.0722 Strongly Correlated Electrons
+0809.0738
+0809.0886
+0809.0907
+0809.0927
+0809.0933 Lattice
+0809.0998
+0809.1095
+0809.1131
+0809.1183
+0809.1185 Phenomenology
+0809.1222
+0809.1284
+0809.1302 Phenomenology
+0809.1375
+0809.1378 Phenomenology
+0809.1408 Theory
+0809.1442 Phenomenology
+0809.1666 Phenomenology
+0809.1702 Phenomenology
+0809.1733 Phenomenology
+0809.1923
+0809.1927 Phenomenology
+0809.2033
+0809.2162
+0809.2359 Phenomenology
+0809.2444 Popular Physics
+0809.2449 Phenomenology
+0809.2567
+0809.2715
+0809.2789 Theory
+0809.2861
+0809.2894 Mesoscale and Nanoscale Physics
+0809.2924 Theory
+0809.3052
+0809.3075 Lattice
+0809.3161
+0809.3162 Phenomenology
+0809.3202
+0809.3416 Statistical Mechanics
+0809.3496
+0809.3498
+0809.3560 Theory
+0809.3659 Theory
+0809.3897 Theory
+0809.3900
+0810.0149 Differential Geometry
+0810.0293 Phenomenology
+0810.0316 Phenomenology
+0810.0543 Phenomenology
+0810.0696
+0810.0697 Theory
+0810.0876
+0810.1083
+0810.1177
+0810.1790
+0810.2095 Theory
+0810.2363
+0810.2715
+0810.2843 Phenomenology
+0810.2845 Phenomenology
+0810.2952 Theory
+0810.3732
+0810.3741
+0810.3954 Theory
+0810.4349 Phenomenology
+0810.4735
+0811.0237 Physics and Society
+0811.0577 Functional Analysis
+0811.0655
+0811.0985
+0811.1157 Differential Geometry
+0811.1249 Superconductivity
+0811.2975
+0811.3159 Functional Analysis
+0811.3576 Functional Analysis
+0811.3689 Adaptation and Self-Organizing Systems
+0811.3818 Analysis of PDEs
+0811.3963
+0811.3975 Computer Science and Game Theory
+0811.3976 Quantum Algebra
+0811.3981
+0811.3983 Geometric Topology
+0811.3986 Number Theory
+0811.3991 Representation Theory
+0811.3998 Algebraic Geometry
+0811.4006
+0811.4007 Discrete Mathematics
+0811.4019 Phenomenology
+0811.4022 Classical Physics
+0811.4024 Classical Physics
+0811.4025 Cell Behavior
+0811.4027 Classical Analysis and ODEs
+0811.4028 Differential Geometry
+0811.4030 Networking and Internet Architecture
+0811.4033 Information Theory
+0811.4036 Cell Behavior
+0811.4042 Other Condensed Matter
+0811.4048 Strongly Correlated Electrons
+0811.4059 Geometric Topology
+0811.4061 Software Engineering
+0811.4064 Group Theory
+0811.4066 Chaotic Dynamics
+0811.4069 Theory
+0811.4080 Algebraic Geometry
+0811.4081 Numerical Analysis
+0811.4082 Strongly Correlated Electrons
+0811.4084
+0811.4087 Theory
+0811.4094 Number Theory
+0811.4098 Strongly Correlated Electrons
+0811.4114
+0811.4115
+0811.4121 Graphics
+0811.4122 Differential Geometry
+0811.4124 Analysis of PDEs
+0811.4138 Cryptography and Security
+0811.4139 Number Theory
+0811.4145 Superconductivity
+0811.4152 Combinatorics
+0811.4157 Soft Condensed Matter
+0811.4159 Commutative Algebra
+acc-phys/9411004 Accelerator Physics
+acc-phys/9503003 Accelerator Physics
+acc-phys/9504003 Accelerator Physics
+acc-phys/9505001 Accelerator Physics
+acc-phys/9604004 Accelerator Physics
+acc-phys/9609002 Accelerator Physics
+acc-phys/9609004 Accelerator Physics
+astro-ph/0001136
+astro-ph/0001137
+astro-ph/0001145
+astro-ph/0001151
+astro-ph/0001167
+astro-ph/0001208
+astro-ph/0001219
+astro-ph/0001240
+astro-ph/0001314
+astro-ph/0001315
+astro-ph/0001327
+astro-ph/0001337
+astro-ph/0001361
+astro-ph/0001379
+astro-ph/0001456
+astro-ph/0001467
+astro-ph/0001476
+astro-ph/0001492
+astro-ph/0002151
+astro-ph/0002216
+astro-ph/0002232
+astro-ph/0002256
+astro-ph/0002341
+astro-ph/0002462
+astro-ph/0002492
+astro-ph/0002500
+astro-ph/0002506
+astro-ph/0002507
+astro-ph/0003054
+astro-ph/0003061
+astro-ph/0003132
+astro-ph/0003171
+astro-ph/0003190
+astro-ph/0003198
+astro-ph/0003270
+astro-ph/0003314
+astro-ph/0003317
+astro-ph/0003378
+astro-ph/0003398
+astro-ph/0003407
+astro-ph/0003463
+astro-ph/0003479
+astro-ph/0003481
+astro-ph/0004052
+astro-ph/0004092
+astro-ph/0004187
+astro-ph/0004233
+astro-ph/0004243
+astro-ph/0004299
+astro-ph/0004349
+astro-ph/0004366
+astro-ph/0004404
+astro-ph/0005214
+astro-ph/0005229
+astro-ph/0005253
+astro-ph/0005287
+astro-ph/0005290
+astro-ph/0005293
+astro-ph/0005299
+astro-ph/0005322
+astro-ph/0005331
+astro-ph/0005336
+astro-ph/0005376
+astro-ph/0005508
+astro-ph/0005550
+astro-ph/0005552
+astro-ph/0005557
+astro-ph/0005602
+astro-ph/0006048
+astro-ph/0006252
+astro-ph/0006275
+astro-ph/0006276
+astro-ph/0006300
+astro-ph/0006305
+astro-ph/0006314
+astro-ph/0006343
+astro-ph/0006345
+astro-ph/0006370
+astro-ph/0006394
+astro-ph/0006395
+astro-ph/0006396
+astro-ph/0006404
+astro-ph/0006429
+astro-ph/0007059
+astro-ph/0007128
+astro-ph/0007182
+astro-ph/0007184
+astro-ph/0007201
+astro-ph/0007202
+astro-ph/0007214
+astro-ph/0007266
+astro-ph/0007386
+astro-ph/0007457
+astro-ph/0008051
+astro-ph/0008104
+astro-ph/0008204
+astro-ph/0008205
+astro-ph/0008222
+astro-ph/0008245
+astro-ph/0008294
+astro-ph/0008339
+astro-ph/0008376
+astro-ph/0008438
+astro-ph/0008446
+astro-ph/0008454
+astro-ph/0008458
+astro-ph/0008498
+astro-ph/0008517
+astro-ph/0009020
+astro-ph/0009127
+astro-ph/0009136
+astro-ph/0009234
+astro-ph/0009235
+astro-ph/0009236
+astro-ph/0009261
+astro-ph/0009333
+astro-ph/0009353
+astro-ph/0009378
+astro-ph/0010052
+astro-ph/0010056
+astro-ph/0010111
+astro-ph/0010180
+astro-ph/0010201
+astro-ph/0010224
+astro-ph/0010292
+astro-ph/0010309
+astro-ph/0010346
+astro-ph/0010351
+astro-ph/0010352
+astro-ph/0010364
+astro-ph/0010366
+astro-ph/0010463
+astro-ph/0010485
+astro-ph/0010633
+astro-ph/0011051
+astro-ph/0011109
+astro-ph/0011156
+astro-ph/0011172
+astro-ph/0011214
+astro-ph/0011220
+astro-ph/0011243
+astro-ph/0011273
+astro-ph/0011313
+astro-ph/0011319
+astro-ph/0011326
+astro-ph/0011341
+astro-ph/0011346
+astro-ph/0011372
+astro-ph/0011373
+astro-ph/0011375
+astro-ph/0011398
+astro-ph/0011465
+astro-ph/0011576
+astro-ph/0012198
+astro-ph/0012287
+astro-ph/0012298
+astro-ph/0012318
+astro-ph/0012356
+astro-ph/0012419
+astro-ph/0012457
+astro-ph/0012539
+astro-ph/0101030
+astro-ph/0101055
+astro-ph/0101133
+astro-ph/0101162
+astro-ph/0101175
+astro-ph/0101231
+astro-ph/0101235
+astro-ph/0101283
+astro-ph/0101285
+astro-ph/0101328
+astro-ph/0101336
+astro-ph/0101386
+astro-ph/0101463
+astro-ph/0101476
+astro-ph/0101500
+astro-ph/0101570
+astro-ph/0102022
+astro-ph/0102063
+astro-ph/0102107
+astro-ph/0102136
+astro-ph/0102144
+astro-ph/0102235
+astro-ph/0102294
+astro-ph/0102321
+astro-ph/0102353
+astro-ph/0102374
+astro-ph/0102418
+astro-ph/0102456
+astro-ph/0102466
+astro-ph/0102490
+astro-ph/0103021
+astro-ph/0103150
+astro-ph/0103160
+astro-ph/0103165
+astro-ph/0103198
+astro-ph/0103267
+astro-ph/0103335
+astro-ph/0103342
+astro-ph/0103372
+astro-ph/0103383
+astro-ph/0103397
+astro-ph/0103506
+astro-ph/0104043
+astro-ph/0104061
+astro-ph/0104088
+astro-ph/0104165
+astro-ph/0104173
+astro-ph/0104199
+astro-ph/0104218
+astro-ph/0104256
+astro-ph/0104274
+astro-ph/0104307
+astro-ph/0104335
+astro-ph/0104486
+astro-ph/0105087
+astro-ph/0105153
+astro-ph/0105158
+astro-ph/0105178
+astro-ph/0105227
+astro-ph/0105231
+astro-ph/0105317
+astro-ph/0105322
+astro-ph/0105339
+astro-ph/0105381
+astro-ph/0105397
+astro-ph/0105439
+astro-ph/0105459
+astro-ph/0105479
+astro-ph/0105490
+astro-ph/0105504
+astro-ph/0105511
+astro-ph/0106049
+astro-ph/0106099
+astro-ph/0106100
+astro-ph/0106108
+astro-ph/0106199
+astro-ph/0106244
+astro-ph/0106259
+astro-ph/0106271
+astro-ph/0106311
+astro-ph/0106359
+astro-ph/0106494
+astro-ph/0106498
+astro-ph/0106522
+astro-ph/0106537
+astro-ph/0106544
+astro-ph/0107177
+astro-ph/0107234
+astro-ph/0107246
+astro-ph/0107256
+astro-ph/0107314
+astro-ph/0107321
+astro-ph/0107482
+astro-ph/0107570
+astro-ph/0107592
+astro-ph/0107605
+astro-ph/0108023
+astro-ph/0108093
+astro-ph/0108096
+astro-ph/0108125
+astro-ph/0108153
+astro-ph/0108209
+astro-ph/0108217
+astro-ph/0108231
+astro-ph/0108309
+astro-ph/0108397
+astro-ph/0108422
+astro-ph/0108443
+astro-ph/0108478
+astro-ph/0108518
+astro-ph/0109008
+astro-ph/0109035
+astro-ph/0109045
+astro-ph/0109124
+astro-ph/0109157
+astro-ph/0109314
+astro-ph/0109336
+astro-ph/0109414
+astro-ph/0109458
+astro-ph/0110013
+astro-ph/0110095
+astro-ph/0110135
+astro-ph/0110259
+astro-ph/0110271
+astro-ph/0110291
+astro-ph/0110307
+astro-ph/0110308
+astro-ph/0110386
+astro-ph/0110440
+astro-ph/0110451
+astro-ph/0110452
+astro-ph/0110621
+astro-ph/0110632
+astro-ph/0110636
+astro-ph/0111025
+astro-ph/0111042
+astro-ph/0111054
+astro-ph/0111102
+astro-ph/0111184
+astro-ph/0111203
+astro-ph/0111214
+astro-ph/0111223
+astro-ph/0111292
+astro-ph/0111305
+astro-ph/0111325
+astro-ph/0111332
+astro-ph/0111368
+astro-ph/0111390
+astro-ph/0111417
+astro-ph/0111538
+astro-ph/0111586
+astro-ph/0111606
+astro-ph/0112046
+astro-ph/0112087
+astro-ph/0112113
+astro-ph/0112161
+astro-ph/0112225
+astro-ph/0112296
+astro-ph/0112372
+astro-ph/0112478
+astro-ph/0112487
+astro-ph/0112491
+astro-ph/0112519
+astro-ph/0112524
+astro-ph/0112551
+astro-ph/0112563
+astro-ph/0201051
+astro-ph/0201055
+astro-ph/0201074
+astro-ph/0201125
+astro-ph/0201143
+astro-ph/0201177
+astro-ph/0201180
+astro-ph/0201187
+astro-ph/0201244
+astro-ph/0201256
+astro-ph/0201263
+astro-ph/0201276
+astro-ph/0201376
+astro-ph/0201433
+astro-ph/0201454
+astro-ph/0201513
+astro-ph/0201544
+astro-ph/0202007
+astro-ph/0202076
+astro-ph/0202083
+astro-ph/0202098
+astro-ph/0202111
+astro-ph/0202113
+astro-ph/0202115
+astro-ph/0202147
+astro-ph/0202175
+astro-ph/0202233
+astro-ph/0202251
+astro-ph/0202272
+astro-ph/0202320
+astro-ph/0202390
+astro-ph/0202415
+astro-ph/0202429
+astro-ph/0202437
+astro-ph/0202468
+astro-ph/0202492
+astro-ph/0203004
+astro-ph/0203014
+astro-ph/0203017
+astro-ph/0203020
+astro-ph/0203082
+astro-ph/0203084
+astro-ph/0203101
+astro-ph/0203109
+astro-ph/0203149
+astro-ph/0203152
+astro-ph/0203177
+astro-ph/0203205
+astro-ph/0203219
+astro-ph/0203243
+astro-ph/0203263
+astro-ph/0203335
+astro-ph/0203337
+astro-ph/0203403
+astro-ph/0203437
+astro-ph/0203452
+astro-ph/0203468
+astro-ph/0203481
+astro-ph/0203514
+astro-ph/0204034
+astro-ph/0204055
+astro-ph/0204080
+astro-ph/0204126
+astro-ph/0204144
+astro-ph/0204204
+astro-ph/0204229
+astro-ph/0204273
+astro-ph/0204306
+astro-ph/0204325
+astro-ph/0204331
+astro-ph/0204388
+astro-ph/0204410
+astro-ph/0204452
+astro-ph/0204462
+astro-ph/0204473
+astro-ph/0204504
+astro-ph/0204520
+astro-ph/0205012
+astro-ph/0205060
+astro-ph/0205085
+astro-ph/0205106
+astro-ph/0205109
+astro-ph/0205125
+astro-ph/0205144
+astro-ph/0205159
+astro-ph/0205161
+astro-ph/0205188
+astro-ph/0205191
+astro-ph/0205198
+astro-ph/0205202
+astro-ph/0205204
+astro-ph/0205215
+astro-ph/0205216
+astro-ph/0205230
+astro-ph/0205237
+astro-ph/0205238
+astro-ph/0205314
+astro-ph/0205319
+astro-ph/0205324
+astro-ph/0205340
+astro-ph/0205353
+astro-ph/0205387
+astro-ph/0205415
+astro-ph/0205417
+astro-ph/0205420
+astro-ph/0205435
+astro-ph/0205436
+astro-ph/0205437
+astro-ph/0205471
+astro-ph/0205476
+astro-ph/0205499
+astro-ph/0205519
+astro-ph/0206030
+astro-ph/0206037
+astro-ph/0206088
+astro-ph/0206121
+astro-ph/0206124
+astro-ph/0206162
+astro-ph/0206164
+astro-ph/0206175
+astro-ph/0206180
+astro-ph/0206217
+astro-ph/0206271
+astro-ph/0206318
+astro-ph/0206357
+astro-ph/0206385
+astro-ph/0206495
+astro-ph/0207013
+astro-ph/0207044
+astro-ph/0207095
+astro-ph/0207117
+astro-ph/0207149
+astro-ph/0207185
+astro-ph/0207216
+astro-ph/0207240
+astro-ph/0207299
+astro-ph/0207315
+astro-ph/0207335
+astro-ph/0207347
+astro-ph/0207366
+astro-ph/0207395
+astro-ph/0207396
+astro-ph/0207401
+astro-ph/0207403
+astro-ph/0207405
+astro-ph/0207409
+astro-ph/0207499
+astro-ph/0207506
+astro-ph/0207523
+astro-ph/0207526
+astro-ph/0207536
+astro-ph/0207555
+astro-ph/0207564
+astro-ph/0207565
+astro-ph/0207571
+astro-ph/0207579
+astro-ph/0207581
+astro-ph/0207584
+astro-ph/0207587
+astro-ph/0207617
+astro-ph/0207620
+astro-ph/0207627
+astro-ph/0207634
+astro-ph/0207637
+astro-ph/0207641
+astro-ph/0207644
+astro-ph/0207650
+astro-ph/0207663
+astro-ph/0207666
+astro-ph/0207667
+astro-ph/0207669
+astro-ph/0208002
+astro-ph/0208003
+astro-ph/0208005
+astro-ph/0208006
+astro-ph/0208013
+astro-ph/0208016
+astro-ph/0208020
+astro-ph/0208063
+astro-ph/0208071
+astro-ph/0208093
+astro-ph/0208098
+astro-ph/0208204
+astro-ph/0208223
+astro-ph/0208224
+astro-ph/0208243
+astro-ph/0208301
+astro-ph/0208374
+astro-ph/0208394
+astro-ph/0208403
+astro-ph/0208419
+astro-ph/0208429
+astro-ph/0208440
+astro-ph/0208444
+astro-ph/0208457
+astro-ph/0208458
+astro-ph/0208474
+astro-ph/0208475
+astro-ph/0208508
+astro-ph/0208555
+astro-ph/0209001
+astro-ph/0209016
+astro-ph/0209031
+astro-ph/0209035
+astro-ph/0209056
+astro-ph/0209127
+astro-ph/0209136
+astro-ph/0209242
+astro-ph/0209253
+astro-ph/0209257
+astro-ph/0209274
+astro-ph/0209324
+astro-ph/0209330
+astro-ph/0209363
+astro-ph/0209431
+astro-ph/0209453
+astro-ph/0209506
+astro-ph/0209542
+astro-ph/0209606
+astro-ph/0210021
+astro-ph/0210022
+astro-ph/0210033
+astro-ph/0210050
+astro-ph/0210067
+astro-ph/0210124
+astro-ph/0210152
+astro-ph/0210182
+astro-ph/0210197
+astro-ph/0210210
+astro-ph/0210213
+astro-ph/0210215
+astro-ph/0210221
+astro-ph/0210223
+astro-ph/0210225
+astro-ph/0210258
+astro-ph/0210361
+astro-ph/0210363
+astro-ph/0210367
+astro-ph/0210369
+astro-ph/0210371
+astro-ph/0210399
+astro-ph/0210400
+astro-ph/0210401
+astro-ph/0210469
+astro-ph/0210522
+astro-ph/0210523
+astro-ph/0210567
+astro-ph/0210595
+astro-ph/0210667
+astro-ph/0210669
+astro-ph/0211044
+astro-ph/0211080
+astro-ph/0211087
+astro-ph/0211119
+astro-ph/0211201
+astro-ph/0211206
+astro-ph/0211255
+astro-ph/0211264
+astro-ph/0211286
+astro-ph/0211297
+astro-ph/0211304
+astro-ph/0211312
+astro-ph/0211327
+astro-ph/0211331
+astro-ph/0211335
+astro-ph/0211337
+astro-ph/0211339
+astro-ph/0211343
+astro-ph/0211451
+astro-ph/0211496
+astro-ph/0211522
+astro-ph/0211580
+astro-ph/0211585
+astro-ph/0211586
+astro-ph/0211590
+astro-ph/0211591
+astro-ph/0211592
+astro-ph/0211594
+astro-ph/0211597
+astro-ph/0211598
+astro-ph/0211599
+astro-ph/0211601
+astro-ph/0211603
+astro-ph/0211604
+astro-ph/0211605
+astro-ph/0211607
+astro-ph/0211612
+astro-ph/0211613
+astro-ph/0211614
+astro-ph/0211617
+astro-ph/0211619
+astro-ph/0211637
+astro-ph/0211638
+astro-ph/0211641
+astro-ph/0211646
+astro-ph/0211648
+astro-ph/0211655
+astro-ph/0212012
+astro-ph/0212013
+astro-ph/0212019
+astro-ph/0212032
+astro-ph/0212043
+astro-ph/0212045
+astro-ph/0212051
+astro-ph/0212084
+astro-ph/0212092
+astro-ph/0212094
+astro-ph/0212095
+astro-ph/0212096
+astro-ph/0212098
+astro-ph/0212109
+astro-ph/0212114
+astro-ph/0212141
+astro-ph/0212166
+astro-ph/0212172
+astro-ph/0212191
+astro-ph/0212257
+astro-ph/0212266
+astro-ph/0212282
+astro-ph/0212289
+astro-ph/0212397
+astro-ph/0212414
+astro-ph/0212419
+astro-ph/0212431
+astro-ph/0212463
+astro-ph/0212467
+astro-ph/0212476
+astro-ph/0212481
+astro-ph/0212505
+astro-ph/0212521
+astro-ph/0212548
+astro-ph/0212572
+astro-ph/0212573
+astro-ph/0301018
+astro-ph/0301019
+astro-ph/0301022
+astro-ph/0301088
+astro-ph/0301135
+astro-ph/0301154
+astro-ph/0301158
+astro-ph/0301166
+astro-ph/0301181
+astro-ph/0301210
+astro-ph/0301220
+astro-ph/0301233
+astro-ph/0301270
+astro-ph/0301294
+astro-ph/0301295
+astro-ph/0301304
+astro-ph/0301306
+astro-ph/0301311
+astro-ph/0301312
+astro-ph/0301320
+astro-ph/0301321
+astro-ph/0301323
+astro-ph/0301325
+astro-ph/0301326
+astro-ph/0301329
+astro-ph/0301330
+astro-ph/0301335
+astro-ph/0301336
+astro-ph/0301338
+astro-ph/0301339
+astro-ph/0301341
+astro-ph/0301344
+astro-ph/0301353
+astro-ph/0301362
+astro-ph/0301363
+astro-ph/0301371
+astro-ph/0301387
+astro-ph/0301391
+astro-ph/0301392
+astro-ph/0301393
+astro-ph/0301396
+astro-ph/0301400
+astro-ph/0301409
+astro-ph/0301436
+astro-ph/0301437
+astro-ph/0301481
+astro-ph/0301497
+astro-ph/0301551
+astro-ph/0301608
+astro-ph/0301632
+astro-ph/0301653
+astro-ph/0302005
+astro-ph/0302036
+astro-ph/0302049
+astro-ph/0302111
+astro-ph/0302127
+astro-ph/0302128
+astro-ph/0302130
+astro-ph/0302148
+astro-ph/0302166
+astro-ph/0302184
+astro-ph/0302185
+astro-ph/0302187
+astro-ph/0302193
+astro-ph/0302196
+astro-ph/0302198
+astro-ph/0302200
+astro-ph/0302205
+astro-ph/0302207
+astro-ph/0302211
+astro-ph/0302214
+astro-ph/0302219
+astro-ph/0302223
+astro-ph/0302227
+astro-ph/0302238
+astro-ph/0302295
+astro-ph/0302312
+astro-ph/0302318
+astro-ph/0302329
+astro-ph/0302343
+astro-ph/0302344
+astro-ph/0302345
+astro-ph/0302346
+astro-ph/0302347
+astro-ph/0302348
+astro-ph/0302349
+astro-ph/0302350
+astro-ph/0302364
+astro-ph/0302365
+astro-ph/0302366
+astro-ph/0302367
+astro-ph/0302371
+astro-ph/0302373
+astro-ph/0302374
+astro-ph/0302375
+astro-ph/0302377
+astro-ph/0302378
+astro-ph/0302380
+astro-ph/0302381
+astro-ph/0302383
+astro-ph/0302384
+astro-ph/0302385
+astro-ph/0302386
+astro-ph/0302387
+astro-ph/0302389
+astro-ph/0302390
+astro-ph/0302391
+astro-ph/0302394
+astro-ph/0302427
+astro-ph/0302428
+astro-ph/0302431
+astro-ph/0302435
+astro-ph/0302437
+astro-ph/0302438
+astro-ph/0302446
+astro-ph/0302448
+astro-ph/0302449
+astro-ph/0302450
+astro-ph/0302455
+astro-ph/0302459
+astro-ph/0302460
+astro-ph/0302479
+astro-ph/0302498
+astro-ph/0302517
+astro-ph/0302533
+astro-ph/0302575
+astro-ph/0302594
+astro-ph/0303009
+astro-ph/0303033
+astro-ph/0303041
+astro-ph/0303079
+astro-ph/0303171
+astro-ph/0303211
+astro-ph/0303218
+astro-ph/0303221
+astro-ph/0303250
+astro-ph/0303266
+astro-ph/0303302
+astro-ph/0303388
+astro-ph/0303394
+astro-ph/0303396
+astro-ph/0303406
+astro-ph/0303407
+astro-ph/0303473
+astro-ph/0303475
+astro-ph/0303481
+astro-ph/0303555
+astro-ph/0303637
+astro-ph/0303638
+astro-ph/0304001
+astro-ph/0304013
+astro-ph/0304023
+astro-ph/0304027
+astro-ph/0304040
+astro-ph/0304042
+astro-ph/0304055
+astro-ph/0304056
+astro-ph/0304059
+astro-ph/0304096
+astro-ph/0304154
+astro-ph/0304156
+astro-ph/0304212
+astro-ph/0304219
+astro-ph/0304226
+astro-ph/0304292
+astro-ph/0304321
+astro-ph/0304339
+astro-ph/0304349
+astro-ph/0304363
+astro-ph/0304371
+astro-ph/0304382
+astro-ph/0304393
+astro-ph/0304414
+astro-ph/0304443
+astro-ph/0304462
+astro-ph/0304489
+astro-ph/0304511
+astro-ph/0304529
+astro-ph/0305001
+astro-ph/0305010
+astro-ph/0305093
+astro-ph/0305113
+astro-ph/0305127
+astro-ph/0305158
+astro-ph/0305164
+astro-ph/0305185
+astro-ph/0305196
+astro-ph/0305199
+astro-ph/0305202
+astro-ph/0305216
+astro-ph/0305227
+astro-ph/0305292
+astro-ph/0305325
+astro-ph/0305335
+astro-ph/0305341
+astro-ph/0305377
+astro-ph/0305393
+astro-ph/0305399
+astro-ph/0305457
+astro-ph/0305471
+astro-ph/0305503
+astro-ph/0305510
+astro-ph/0305526
+astro-ph/0305546
+astro-ph/0305578
+astro-ph/0305597
+astro-ph/0306006
+astro-ph/0306013
+astro-ph/0306033
+astro-ph/0306037
+astro-ph/0306046
+astro-ph/0306052
+astro-ph/0306053
+astro-ph/0306055
+astro-ph/0306096
+astro-ph/0306137
+astro-ph/0306140
+astro-ph/0306145
+astro-ph/0306147
+astro-ph/0306207
+astro-ph/0306208
+astro-ph/0306215
+astro-ph/0306219
+astro-ph/0306242
+astro-ph/0306261
+astro-ph/0306276
+astro-ph/0306280
+astro-ph/0306293
+astro-ph/0306296
+astro-ph/0306337
+astro-ph/0306403
+astro-ph/0306417
+astro-ph/0306425
+astro-ph/0306432
+astro-ph/0306469
+astro-ph/0306484
+astro-ph/0306498
+astro-ph/0306499
+astro-ph/0306515
+astro-ph/0306528
+astro-ph/0306573
+astro-ph/0307001
+astro-ph/0307015
+astro-ph/0307029
+astro-ph/0307034
+astro-ph/0307067
+astro-ph/0307073
+astro-ph/0307082
+astro-ph/0307123
+astro-ph/0307148
+astro-ph/0307149
+astro-ph/0307153
+astro-ph/0307184
+astro-ph/0307212
+astro-ph/0307214
+astro-ph/0307222
+astro-ph/0307236
+astro-ph/0307248
+astro-ph/0307289
+astro-ph/0307325
+astro-ph/0307331
+astro-ph/0307352
+astro-ph/0307361
+astro-ph/0307375
+astro-ph/0307460
+astro-ph/0307471
+astro-ph/0307504
+astro-ph/0307515
+astro-ph/0307535
+astro-ph/0308002
+astro-ph/0308023
+astro-ph/0308029
+astro-ph/0308042
+astro-ph/0308052
+astro-ph/0308095
+astro-ph/0308103
+astro-ph/0308105
+astro-ph/0308106
+astro-ph/0308111
+astro-ph/0308172
+astro-ph/0308196
+astro-ph/0308243
+astro-ph/0308252
+astro-ph/0308255
+astro-ph/0308302
+astro-ph/0308360
+astro-ph/0308370
+astro-ph/0308407
+astro-ph/0308418
+astro-ph/0308464
+astro-ph/0308508
+astro-ph/0309010
+astro-ph/0309074
+astro-ph/0309084
+astro-ph/0309134
+astro-ph/0309141
+astro-ph/0309205
+astro-ph/0309211
+astro-ph/0309284
+astro-ph/0309301
+astro-ph/0309329
+astro-ph/0309330
+astro-ph/0309332
+astro-ph/0309357
+astro-ph/0309368
+astro-ph/0309405
+astro-ph/0309443
+astro-ph/0309454
+astro-ph/0309508
+astro-ph/0309519
+astro-ph/0309549
+astro-ph/0309551
+astro-ph/0309553
+astro-ph/0309556
+astro-ph/0309580
+astro-ph/0309585
+astro-ph/0309610
+astro-ph/0309622
+astro-ph/0309638
+astro-ph/0309656
+astro-ph/0309665
+astro-ph/0309718
+astro-ph/0309733
+astro-ph/0309748
+astro-ph/0309804
+astro-ph/0309817
+astro-ph/0310003
+astro-ph/0310020
+astro-ph/0310042
+astro-ph/0310070
+astro-ph/0310127
+astro-ph/0310158
+astro-ph/0310163
+astro-ph/0310188
+astro-ph/0310194
+astro-ph/0310198
+astro-ph/0310223
+astro-ph/0310234
+astro-ph/0310267
+astro-ph/0310268
+astro-ph/0310273
+astro-ph/0310299
+astro-ph/0310331
+astro-ph/0310334
+astro-ph/0310336
+astro-ph/0310345
+astro-ph/0310382
+astro-ph/0310421
+astro-ph/0310453
+astro-ph/0310472
+astro-ph/0310477
+astro-ph/0310478
+astro-ph/0310511
+astro-ph/0310551
+astro-ph/0310552
+astro-ph/0310568
+astro-ph/0310570
+astro-ph/0310575
+astro-ph/0310610
+astro-ph/0310652
+astro-ph/0310667
+astro-ph/0310699
+astro-ph/0310725
+astro-ph/0310760
+astro-ph/0310763
+astro-ph/0310764
+astro-ph/0310770
+astro-ph/0310771
+astro-ph/0310824
+astro-ph/0310849
+astro-ph/0310860
+astro-ph/0311010
+astro-ph/0311019
+astro-ph/0311062
+astro-ph/0311122
+astro-ph/0311131
+astro-ph/0311145
+astro-ph/0311202
+astro-ph/0311220
+astro-ph/0311230
+astro-ph/0311231
+astro-ph/0311253
+astro-ph/0311260
+astro-ph/0311263
+astro-ph/0311302
+astro-ph/0311319
+astro-ph/0311343
+astro-ph/0311378
+astro-ph/0311489
+astro-ph/0311502
+astro-ph/0311511
+astro-ph/0311535
+astro-ph/0311537
+astro-ph/0311589
+astro-ph/0311618
+astro-ph/0311619
+astro-ph/0312002
+astro-ph/0312009
+astro-ph/0312046
+astro-ph/0312053
+astro-ph/0312062
+astro-ph/0312091
+astro-ph/0312102
+astro-ph/0312133
+astro-ph/0312148
+astro-ph/0312185
+astro-ph/0312192
+astro-ph/0312201
+astro-ph/0312247
+astro-ph/0312253
+astro-ph/0312264
+astro-ph/0312273
+astro-ph/0312348
+astro-ph/0312395
+astro-ph/0312400
+astro-ph/0312418
+astro-ph/0312427
+astro-ph/0312431
+astro-ph/0312463
+astro-ph/0312467
+astro-ph/0312533
+astro-ph/0312544
+astro-ph/0312589
+astro-ph/0312644
+astro-ph/0401011
+astro-ph/0401036
+astro-ph/0401059
+astro-ph/0401084
+astro-ph/0401109
+astro-ph/0401171
+astro-ph/0401172
+astro-ph/0401227
+astro-ph/0401276
+astro-ph/0401315
+astro-ph/0401340
+astro-ph/0401374
+astro-ph/0401439
+astro-ph/0401445
+astro-ph/0401496
+astro-ph/0401512
+astro-ph/0401549
+astro-ph/0401556
+astro-ph/0401577
+astro-ph/0402002
+astro-ph/0402030
+astro-ph/0402087
+astro-ph/0402091
+astro-ph/0402137
+astro-ph/0402177
+astro-ph/0402240
+astro-ph/0402242
+astro-ph/0402272
+astro-ph/0402279
+astro-ph/0402308
+astro-ph/0402363
+astro-ph/0402380
+astro-ph/0402392
+astro-ph/0402407
+astro-ph/0402417
+astro-ph/0402451
+astro-ph/0402466
+astro-ph/0402475
+astro-ph/0402495
+astro-ph/0402498
+astro-ph/0402512
+astro-ph/0402514
+astro-ph/0402529
+astro-ph/0402582
+astro-ph/0402602
+astro-ph/0402619
+astro-ph/0402632
+astro-ph/0402643
+astro-ph/0402665
+astro-ph/0402667
+astro-ph/0402676
+astro-ph/0403001
+astro-ph/0403017
+astro-ph/0403047
+astro-ph/0403060
+astro-ph/0403072
+astro-ph/0403074
+astro-ph/0403080
+astro-ph/0403114
+astro-ph/0403161
+astro-ph/0403291
+astro-ph/0403319
+astro-ph/0403325
+astro-ph/0403405
+astro-ph/0403450
+astro-ph/0403451
+astro-ph/0403515
+astro-ph/0403546
+astro-ph/0403552
+astro-ph/0403588
+astro-ph/0403614
+astro-ph/0403622
+astro-ph/0403683
+astro-ph/0403695
+astro-ph/0404055
+astro-ph/0404110
+astro-ph/0404156
+astro-ph/0404197
+astro-ph/0404204
+astro-ph/0404225
+astro-ph/0404226
+astro-ph/0404255
+astro-ph/0404322
+astro-ph/0404368
+astro-ph/0404371
+astro-ph/0404399
+astro-ph/0404451
+astro-ph/0404512
+astro-ph/0404540
+astro-ph/0404585
+astro-ph/0404600
+astro-ph/0405001
+astro-ph/0405016
+astro-ph/0405026
+astro-ph/0405052
+astro-ph/0405138
+astro-ph/0405171
+astro-ph/0405218
+astro-ph/0405329
+astro-ph/0405340
+astro-ph/0405362
+astro-ph/0405373
+astro-ph/0405413
+astro-ph/0405503
+astro-ph/0405507
+astro-ph/0405519
+astro-ph/0405616
+astro-ph/0406034
+astro-ph/0406043
+astro-ph/0406082
+astro-ph/0406086
+astro-ph/0406101
+astro-ph/0406121
+astro-ph/0406134
+astro-ph/0406145
+astro-ph/0406183
+astro-ph/0406222
+astro-ph/0406223
+astro-ph/0406272
+astro-ph/0406308
+astro-ph/0406331
+astro-ph/0406337
+astro-ph/0406346
+astro-ph/0406371
+astro-ph/0406403
+astro-ph/0406429
+astro-ph/0406473
+astro-ph/0406483
+astro-ph/0406548
+astro-ph/0406608
+astro-ph/0406654
+astro-ph/0407007
+astro-ph/0407008
+astro-ph/0407065
+astro-ph/0407095
+astro-ph/0407170
+astro-ph/0407295
+astro-ph/0407319
+astro-ph/0407349
+astro-ph/0407372
+astro-ph/0407410
+astro-ph/0407421
+astro-ph/0407432
+astro-ph/0407465
+astro-ph/0407468
+astro-ph/0407522
+astro-ph/0407539
+astro-ph/0407594
+astro-ph/0407600
+astro-ph/0407622
+astro-ph/0407623
+astro-ph/0408003
+astro-ph/0408006
+astro-ph/0408033
+astro-ph/0408056
+astro-ph/0408065
+astro-ph/0408076
+astro-ph/0408077
+astro-ph/0408081
+astro-ph/0408107
+astro-ph/0408117
+astro-ph/0408150
+astro-ph/0408183
+astro-ph/0408186
+astro-ph/0408229
+astro-ph/0408233
+astro-ph/0408245
+astro-ph/0408273
+astro-ph/0408281
+astro-ph/0408315
+astro-ph/0408365
+astro-ph/0408383
+astro-ph/0408401
+astro-ph/0408415
+astro-ph/0408554
+astro-ph/0408557
+astro-ph/0408564
+astro-ph/0409025
+astro-ph/0409120
+astro-ph/0409131
+astro-ph/0409132
+astro-ph/0409154
+astro-ph/0409216
+astro-ph/0409316
+astro-ph/0409335
+astro-ph/0409357
+astro-ph/0409406
+astro-ph/0409423
+astro-ph/0409431
+astro-ph/0409433
+astro-ph/0409453
+astro-ph/0409481
+astro-ph/0409527
+astro-ph/0409563
+astro-ph/0409574
+astro-ph/0409593
+astro-ph/0409596
+astro-ph/0409630
+astro-ph/0409633
+astro-ph/0409700
+astro-ph/0410033
+astro-ph/0410097
+astro-ph/0410129
+astro-ph/0410164
+astro-ph/0410173
+astro-ph/0410190
+astro-ph/0410195
+astro-ph/0410207
+astro-ph/0410239
+astro-ph/0410241
+astro-ph/0410246
+astro-ph/0410253
+astro-ph/0410294
+astro-ph/0410321
+astro-ph/0410359
+astro-ph/0410448
+astro-ph/0410489
+astro-ph/0410503
+astro-ph/0410522
+astro-ph/0410527
+astro-ph/0410560
+astro-ph/0410561
+astro-ph/0410562
+astro-ph/0410587
+astro-ph/0410615
+astro-ph/0410683
+astro-ph/0410741
+astro-ph/0411040
+astro-ph/0411044
+astro-ph/0411049
+astro-ph/0411059
+astro-ph/0411065
+astro-ph/0411092
+astro-ph/0411150
+astro-ph/0411160
+astro-ph/0411186
+astro-ph/0411209
+astro-ph/0411250
+astro-ph/0411253
+astro-ph/0411257
+astro-ph/0411258
+astro-ph/0411447
+astro-ph/0411463
+astro-ph/0411468
+astro-ph/0411543
+astro-ph/0411552
+astro-ph/0411586
+astro-ph/0411624
+astro-ph/0411630
+astro-ph/0411634
+astro-ph/0411675
+astro-ph/0411681
+astro-ph/0411738
+astro-ph/0411792
+astro-ph/0412010
+astro-ph/0412016
+astro-ph/0412035
+astro-ph/0412061
+astro-ph/0412065
+astro-ph/0412096
+astro-ph/0412097
+astro-ph/0412134
+astro-ph/0412135
+astro-ph/0412138
+astro-ph/0412144
+astro-ph/0412206
+astro-ph/0412210
+astro-ph/0412230
+astro-ph/0412243
+astro-ph/0412249
+astro-ph/0412269
+astro-ph/0412291
+astro-ph/0412308
+astro-ph/0412312
+astro-ph/0412346
+astro-ph/0412347
+astro-ph/0412432
+astro-ph/0412535
+astro-ph/0412549
+astro-ph/0412567
+astro-ph/0412589
+astro-ph/0412605
+astro-ph/0412617
+astro-ph/0412618
+astro-ph/0412638
+astro-ph/0412648
+astro-ph/0412669
+astro-ph/0412702
+astro-ph/0412703
+astro-ph/0501038
+astro-ph/0501063
+astro-ph/0501081
+astro-ph/0501115
+astro-ph/0501168
+astro-ph/0501171
+astro-ph/0501174
+astro-ph/0501194
+astro-ph/0501224
+astro-ph/0501227
+astro-ph/0501236
+astro-ph/0501266
+astro-ph/0501317
+astro-ph/0501362
+astro-ph/0501423
+astro-ph/0501451
+astro-ph/0501475
+astro-ph/0501478
+astro-ph/0501555
+astro-ph/0501607
+astro-ph/0501622
+astro-ph/0501639
+astro-ph/0501656
+astro-ph/0502003
+astro-ph/0502069
+astro-ph/0502090
+astro-ph/0502102
+astro-ph/0502110
+astro-ph/0502133
+astro-ph/0502155
+astro-ph/0502205
+astro-ph/0502210
+astro-ph/0502218
+astro-ph/0502228
+astro-ph/0502243
+astro-ph/0502339
+astro-ph/0502340
+astro-ph/0502344
+astro-ph/0502373
+astro-ph/0502394
+astro-ph/0502486
+astro-ph/0502496
+astro-ph/0502501
+astro-ph/0502562
+astro-ph/0502574
+astro-ph/0502583
+astro-ph/0503041
+astro-ph/0503061
+astro-ph/0503085
+astro-ph/0503093
+astro-ph/0503098
+astro-ph/0503099
+astro-ph/0503102
+astro-ph/0503132
+astro-ph/0503157
+astro-ph/0503160
+astro-ph/0503164
+astro-ph/0503188
+astro-ph/0503212
+astro-ph/0503265
+astro-ph/0503270
+astro-ph/0503275
+astro-ph/0503287
+astro-ph/0503294
+astro-ph/0503338
+astro-ph/0503369
+astro-ph/0503385
+astro-ph/0503405
+astro-ph/0503407
+astro-ph/0503422
+astro-ph/0503425
+astro-ph/0503472
+astro-ph/0503486
+astro-ph/0503497
+astro-ph/0503502
+astro-ph/0503512
+astro-ph/0503516
+astro-ph/0503549
+astro-ph/0503551
+astro-ph/0503555
+astro-ph/0503568
+astro-ph/0503581
+astro-ph/0503582
+astro-ph/0503593
+astro-ph/0503601
+astro-ph/0503603
+astro-ph/0503604
+astro-ph/0503627
+astro-ph/0503679
+astro-ph/0503681
+astro-ph/0503688
+astro-ph/0503690
+astro-ph/0503693
+astro-ph/0504001
+astro-ph/0504022
+astro-ph/0504027
+astro-ph/0504034
+astro-ph/0504050
+astro-ph/0504069
+astro-ph/0504164
+astro-ph/0504169
+astro-ph/0504188
+astro-ph/0504193
+astro-ph/0504210
+astro-ph/0504217
+astro-ph/0504223
+astro-ph/0504225
+astro-ph/0504229
+astro-ph/0504236
+astro-ph/0504264
+astro-ph/0504270
+astro-ph/0504282
+astro-ph/0504290
+astro-ph/0504326
+astro-ph/0504336
+astro-ph/0504372
+astro-ph/0504404
+astro-ph/0504406
+astro-ph/0504416
+astro-ph/0504422
+astro-ph/0504455
+astro-ph/0504482
+astro-ph/0504489
+astro-ph/0504490
+astro-ph/0504505
+astro-ph/0504510
+astro-ph/0504515
+astro-ph/0504519
+astro-ph/0504523
+astro-ph/0504527
+astro-ph/0504549
+astro-ph/0504564
+astro-ph/0504583
+astro-ph/0504591
+astro-ph/0504627
+astro-ph/0504662
+astro-ph/0505006
+astro-ph/0505079
+astro-ph/0505080
+astro-ph/0505085
+astro-ph/0505101
+astro-ph/0505103
+astro-ph/0505113
+astro-ph/0505122
+astro-ph/0505127
+astro-ph/0505133
+astro-ph/0505141
+astro-ph/0505147
+astro-ph/0505155
+astro-ph/0505158
+astro-ph/0505217
+astro-ph/0505230
+astro-ph/0505240
+astro-ph/0505253
+astro-ph/0505261
+astro-ph/0505262
+astro-ph/0505263
+astro-ph/0505267
+astro-ph/0505323
+astro-ph/0505325
+astro-ph/0505328
+astro-ph/0505347
+astro-ph/0505354
+astro-ph/0505361
+astro-ph/0505413
+astro-ph/0505436
+astro-ph/0505474
+astro-ph/0505482
+astro-ph/0505494
+astro-ph/0505518
+astro-ph/0505519
+astro-ph/0505526
+astro-ph/0505536
+astro-ph/0505541
+astro-ph/0505543
+astro-ph/0505551
+astro-ph/0505559
+astro-ph/0505581
+astro-ph/0505586
+astro-ph/0505597
+astro-ph/0505602
+astro-ph/0505607
+astro-ph/0506010
+astro-ph/0506022
+astro-ph/0506026
+astro-ph/0506041
+astro-ph/0506043
+astro-ph/0506044
+astro-ph/0506047
+astro-ph/0506054
+astro-ph/0506056
+astro-ph/0506061
+astro-ph/0506069
+astro-ph/0506091
+astro-ph/0506101
+astro-ph/0506113
+astro-ph/0506117
+astro-ph/0506123
+astro-ph/0506128
+astro-ph/0506130
+astro-ph/0506148
+astro-ph/0506152
+astro-ph/0506157
+astro-ph/0506171
+astro-ph/0506172
+astro-ph/0506175
+astro-ph/0506187
+astro-ph/0506188
+astro-ph/0506189
+astro-ph/0506193
+astro-ph/0506202
+astro-ph/0506203
+astro-ph/0506205
+astro-ph/0506208
+astro-ph/0506210
+astro-ph/0506213
+astro-ph/0506224
+astro-ph/0506238
+astro-ph/0506251
+astro-ph/0506269
+astro-ph/0506287
+astro-ph/0506289
+astro-ph/0506310
+astro-ph/0506315
+astro-ph/0506348
+astro-ph/0506358
+astro-ph/0506398
+astro-ph/0506416
+astro-ph/0506422
+astro-ph/0506424
+astro-ph/0506427
+astro-ph/0506445
+astro-ph/0506467
+astro-ph/0506477
+astro-ph/0506484
+astro-ph/0506499
+astro-ph/0506536
+astro-ph/0506539
+astro-ph/0506543
+astro-ph/0506548
+astro-ph/0506551
+astro-ph/0506570
+astro-ph/0506573
+astro-ph/0506581
+astro-ph/0506608
+astro-ph/0506628
+astro-ph/0506631
+astro-ph/0506635
+astro-ph/0506642
+astro-ph/0506653
+astro-ph/0506672
+astro-ph/0506708
+astro-ph/0506710
+astro-ph/0506728
+astro-ph/0506729
+astro-ph/0506730
+astro-ph/0506733
+astro-ph/0506737
+astro-ph/0506738
+astro-ph/0506740
+astro-ph/0506741
+astro-ph/0506743
+astro-ph/0506754
+astro-ph/0507004
+astro-ph/0507011
+astro-ph/0507023
+astro-ph/0507028
+astro-ph/0507039
+astro-ph/0507045
+astro-ph/0507055
+astro-ph/0507060
+astro-ph/0507071
+astro-ph/0507127
+astro-ph/0507135
+astro-ph/0507139
+astro-ph/0507149
+astro-ph/0507153
+astro-ph/0507164
+astro-ph/0507176
+astro-ph/0507187
+astro-ph/0507238
+astro-ph/0507240
+astro-ph/0507246
+astro-ph/0507254
+astro-ph/0507263
+astro-ph/0507264
+astro-ph/0507295
+astro-ph/0507300
+astro-ph/0507307
+astro-ph/0507314
+astro-ph/0507319
+astro-ph/0507356
+astro-ph/0507387
+astro-ph/0507417
+astro-ph/0507418
+astro-ph/0507427
+astro-ph/0507437
+astro-ph/0507465
+astro-ph/0507467
+astro-ph/0507482
+astro-ph/0507496
+astro-ph/0507522
+astro-ph/0507526
+astro-ph/0507545
+astro-ph/0507578
+astro-ph/0507584
+astro-ph/0507585
+astro-ph/0507612
+astro-ph/0507617
+astro-ph/0507620
+astro-ph/0507632
+astro-ph/0507633
+astro-ph/0507636
+astro-ph/0507645
+astro-ph/0507649
+astro-ph/0507652
+astro-ph/0507663
+astro-ph/0507666
+astro-ph/0507669
+astro-ph/0507675
+astro-ph/0507677
+astro-ph/0507706
+astro-ph/0507709
+astro-ph/0507711
+astro-ph/0508005
+astro-ph/0508018
+astro-ph/0508040
+astro-ph/0508045
+astro-ph/0508049
+astro-ph/0508057
+astro-ph/0508062
+astro-ph/0508069
+astro-ph/0508070
+astro-ph/0508071
+astro-ph/0508091
+astro-ph/0508122
+astro-ph/0508149
+astro-ph/0508156
+astro-ph/0508158
+astro-ph/0508166
+astro-ph/0508178
+astro-ph/0508193
+astro-ph/0508202
+astro-ph/0508203
+astro-ph/0508226
+astro-ph/0508250
+astro-ph/0508267
+astro-ph/0508279
+astro-ph/0508296
+astro-ph/0508300
+astro-ph/0508301
+astro-ph/0508325
+astro-ph/0508333
+astro-ph/0508334
+astro-ph/0508345
+astro-ph/0508349
+astro-ph/0508352
+astro-ph/0508361
+astro-ph/0508378
+astro-ph/0508390
+astro-ph/0508399
+astro-ph/0508401
+astro-ph/0508432
+astro-ph/0508435
+astro-ph/0508437
+astro-ph/0508453
+astro-ph/0508460
+astro-ph/0508468
+astro-ph/0508471
+astro-ph/0508473
+astro-ph/0508489
+astro-ph/0508491
+astro-ph/0508499
+astro-ph/0508501
+astro-ph/0508505
+astro-ph/0508506
+astro-ph/0508514
+astro-ph/0508518
+astro-ph/0508571
+astro-ph/0508573
+astro-ph/0508604
+astro-ph/0508621
+astro-ph/0508636
+astro-ph/0508649
+astro-ph/0508653
+astro-ph/0508675
+astro-ph/0508681
+astro-ph/0509002
+astro-ph/0509020
+astro-ph/0509041
+astro-ph/0509045
+astro-ph/0509067
+astro-ph/0509081
+astro-ph/0509098
+astro-ph/0509103
+astro-ph/0509107
+astro-ph/0509120
+astro-ph/0509129
+astro-ph/0509146
+astro-ph/0509191
+astro-ph/0509204
+astro-ph/0509224
+astro-ph/0509234
+astro-ph/0509258
+astro-ph/0509261
+astro-ph/0509264
+astro-ph/0509267
+astro-ph/0509271
+astro-ph/0509301
+astro-ph/0509309
+astro-ph/0509310
+astro-ph/0509322
+astro-ph/0509325
+astro-ph/0509328
+astro-ph/0509332
+astro-ph/0509358
+astro-ph/0509360
+astro-ph/0509373
+astro-ph/0509395
+astro-ph/0509437
+astro-ph/0509487
+astro-ph/0509531
+astro-ph/0509551
+astro-ph/0509561
+astro-ph/0509565
+astro-ph/0509577
+astro-ph/0509591
+astro-ph/0509609
+astro-ph/0509612
+astro-ph/0509644
+astro-ph/0509648
+astro-ph/0509676
+astro-ph/0509690
+astro-ph/0509702
+astro-ph/0509732
+astro-ph/0509736
+astro-ph/0509742
+astro-ph/0509770
+astro-ph/0509774
+astro-ph/0509779
+astro-ph/0509802
+astro-ph/0509819
+astro-ph/0509821
+astro-ph/0509831
+astro-ph/0509854
+astro-ph/0509887
+astro-ph/0510010
+astro-ph/0510015
+astro-ph/0510017
+astro-ph/0510027
+astro-ph/0510038
+astro-ph/0510050
+astro-ph/0510068
+astro-ph/0510081
+astro-ph/0510100
+astro-ph/0510109
+astro-ph/0510110
+astro-ph/0510112
+astro-ph/0510144
+astro-ph/0510160
+astro-ph/0510171
+astro-ph/0510186
+astro-ph/0510207
+astro-ph/0510211
+astro-ph/0510227
+astro-ph/0510241
+astro-ph/0510246
+astro-ph/0510252
+astro-ph/0510257
+astro-ph/0510289
+astro-ph/0510301
+astro-ph/0510325
+astro-ph/0510330
+astro-ph/0510335
+astro-ph/0510359
+astro-ph/0510372
+astro-ph/0510373
+astro-ph/0510374
+astro-ph/0510375
+astro-ph/0510379
+astro-ph/0510389
+astro-ph/0510390
+astro-ph/0510397
+astro-ph/0510401
+astro-ph/0510407
+astro-ph/0510409
+astro-ph/0510410
+astro-ph/0510420
+astro-ph/0510450
+astro-ph/0510453
+astro-ph/0510454
+astro-ph/0510455
+astro-ph/0510470
+astro-ph/0510485
+astro-ph/0510499
+astro-ph/0510504
+astro-ph/0510505
+astro-ph/0510508
+astro-ph/0510519
+astro-ph/0510527
+astro-ph/0510536
+astro-ph/0510545
+astro-ph/0510549
+astro-ph/0510630
+astro-ph/0510636
+astro-ph/0510653
+astro-ph/0510686
+astro-ph/0510687
+astro-ph/0510691
+astro-ph/0510694
+astro-ph/0510696
+astro-ph/0510705
+astro-ph/0510708
+astro-ph/0510716
+astro-ph/0510720
+astro-ph/0510729
+astro-ph/0510756
+astro-ph/0510760
+astro-ph/0510774
+astro-ph/0510788
+astro-ph/0510803
+astro-ph/0510810
+astro-ph/0510817
+astro-ph/0510820
+astro-ph/0510821
+astro-ph/0510825
+astro-ph/0510857
+astro-ph/0511007
+astro-ph/0511010
+astro-ph/0511020
+astro-ph/0511029
+astro-ph/0511037
+astro-ph/0511040
+astro-ph/0511041
+astro-ph/0511081
+astro-ph/0511082
+astro-ph/0511086
+astro-ph/0511087
+astro-ph/0511089
+astro-ph/0511094
+astro-ph/0511119
+astro-ph/0511132
+astro-ph/0511136
+astro-ph/0511142
+astro-ph/0511148
+astro-ph/0511162
+astro-ph/0511198
+astro-ph/0511202
+astro-ph/0511205
+astro-ph/0511213
+astro-ph/0511218
+astro-ph/0511231
+astro-ph/0511259
+astro-ph/0511275
+astro-ph/0511282
+astro-ph/0511289
+astro-ph/0511313
+astro-ph/0511318
+astro-ph/0511337
+astro-ph/0511377
+astro-ph/0511391
+astro-ph/0511398
+astro-ph/0511400
+astro-ph/0511439
+astro-ph/0511465
+astro-ph/0511468
+astro-ph/0511502
+astro-ph/0511523
+astro-ph/0511547
+astro-ph/0511549
+astro-ph/0511611
+astro-ph/0511617
+astro-ph/0511618
+astro-ph/0511624
+astro-ph/0511626
+astro-ph/0511627
+astro-ph/0511628
+astro-ph/0511630
+astro-ph/0511632
+astro-ph/0511647
+astro-ph/0511648
+astro-ph/0511650
+astro-ph/0511659
+astro-ph/0511661
+astro-ph/0511678
+astro-ph/0511702
+astro-ph/0511726
+astro-ph/0511731
+astro-ph/0511739
+astro-ph/0511774
+astro-ph/0511776
+astro-ph/0511779
+astro-ph/0511780
+astro-ph/0511782
+astro-ph/0511792
+astro-ph/0511812
+astro-ph/0511837
+astro-ph/0511838
+astro-ph/0512011
+astro-ph/0512014
+astro-ph/0512018
+astro-ph/0512043
+astro-ph/0512044
+astro-ph/0512071
+astro-ph/0512082
+astro-ph/0512085
+astro-ph/0512086
+astro-ph/0512088
+astro-ph/0512108
+astro-ph/0512116
+astro-ph/0512119
+astro-ph/0512120
+astro-ph/0512124
+astro-ph/0512127
+astro-ph/0512128
+astro-ph/0512130
+astro-ph/0512131
+astro-ph/0512150
+astro-ph/0512155
+astro-ph/0512169
+astro-ph/0512175
+astro-ph/0512187
+astro-ph/0512198
+astro-ph/0512201
+astro-ph/0512206
+astro-ph/0512207
+astro-ph/0512208
+astro-ph/0512212
+astro-ph/0512213
+astro-ph/0512216
+astro-ph/0512229
+astro-ph/0512232
+astro-ph/0512240
+astro-ph/0512243
+astro-ph/0512254
+astro-ph/0512260
+astro-ph/0512261
+astro-ph/0512262
+astro-ph/0512263
+astro-ph/0512265
+astro-ph/0512300
+astro-ph/0512303
+astro-ph/0512323
+astro-ph/0512339
+astro-ph/0512347
+astro-ph/0512348
+astro-ph/0512411
+astro-ph/0512413
+astro-ph/0512416
+astro-ph/0512431
+astro-ph/0512443
+astro-ph/0512448
+astro-ph/0512465
+astro-ph/0512476
+astro-ph/0512478
+astro-ph/0512480
+astro-ph/0512483
+astro-ph/0512487
+astro-ph/0512490
+astro-ph/0512491
+astro-ph/0512510
+astro-ph/0512526
+astro-ph/0512541
+astro-ph/0512554
+astro-ph/0512569
+astro-ph/0512585
+astro-ph/0512586
+astro-ph/0512588
+astro-ph/0512590
+astro-ph/0512602
+astro-ph/0512611
+astro-ph/0512613
+astro-ph/0512637
+astro-ph/0512651
+astro-ph/0512652
+astro-ph/0601001
+astro-ph/0601004
+astro-ph/0601005
+astro-ph/0601008
+astro-ph/0601009
+astro-ph/0601010
+astro-ph/0601025
+astro-ph/0601028
+astro-ph/0601037
+astro-ph/0601044
+astro-ph/0601047
+astro-ph/0601054
+astro-ph/0601064
+astro-ph/0601081
+astro-ph/0601083
+astro-ph/0601087
+astro-ph/0601089
+astro-ph/0601091
+astro-ph/0601092
+astro-ph/0601115
+astro-ph/0601116
+astro-ph/0601133
+astro-ph/0601134
+astro-ph/0601136
+astro-ph/0601137
+astro-ph/0601138
+astro-ph/0601145
+astro-ph/0601148
+astro-ph/0601155
+astro-ph/0601162
+astro-ph/0601163
+astro-ph/0601187
+astro-ph/0601206
+astro-ph/0601214
+astro-ph/0601246
+astro-ph/0601254
+astro-ph/0601257
+astro-ph/0601268
+astro-ph/0601273
+astro-ph/0601294
+astro-ph/0601301
+astro-ph/0601303
+astro-ph/0601304
+astro-ph/0601311
+astro-ph/0601317
+astro-ph/0601321
+astro-ph/0601346
+astro-ph/0601347
+astro-ph/0601384
+astro-ph/0601394
+astro-ph/0601399
+astro-ph/0601400
+astro-ph/0601401
+astro-ph/0601431
+astro-ph/0601432
+astro-ph/0601434
+astro-ph/0601445
+astro-ph/0601449
+astro-ph/0601453
+astro-ph/0601457
+astro-ph/0601458
+astro-ph/0601485
+astro-ph/0601491
+astro-ph/0601495
+astro-ph/0601506
+astro-ph/0601517
+astro-ph/0601519
+astro-ph/0601529
+astro-ph/0601547
+astro-ph/0601548
+astro-ph/0601549
+astro-ph/0601553
+astro-ph/0601568
+astro-ph/0601575
+astro-ph/0601593
+astro-ph/0601598
+astro-ph/0601610
+astro-ph/0601613
+astro-ph/0601618
+astro-ph/0601628
+astro-ph/0601629
+astro-ph/0601648
+astro-ph/0601668
+astro-ph/0601684
+astro-ph/0601685
+astro-ph/0601700
+astro-ph/0601706
+astro-ph/0601713
+astro-ph/0601714
+astro-ph/0601716
+astro-ph/0602001
+astro-ph/0602003
+astro-ph/0602019
+astro-ph/0602031
+astro-ph/0602032
+astro-ph/0602054
+astro-ph/0602072
+astro-ph/0602074
+astro-ph/0602082
+astro-ph/0602089
+astro-ph/0602092
+astro-ph/0602116
+astro-ph/0602118
+astro-ph/0602120
+astro-ph/0602128
+astro-ph/0602139
+astro-ph/0602143
+astro-ph/0602146
+astro-ph/0602159
+astro-ph/0602163
+astro-ph/0602164
+astro-ph/0602193
+astro-ph/0602202
+astro-ph/0602210
+astro-ph/0602227
+astro-ph/0602245
+astro-ph/0602250
+astro-ph/0602252
+astro-ph/0602258
+astro-ph/0602282
+astro-ph/0602288
+astro-ph/0602289
+astro-ph/0602319
+astro-ph/0602320
+astro-ph/0602322
+astro-ph/0602324
+astro-ph/0602326
+astro-ph/0602327
+astro-ph/0602337
+astro-ph/0602348
+astro-ph/0602351
+astro-ph/0602358
+astro-ph/0602366
+astro-ph/0602375
+astro-ph/0602397
+astro-ph/0602402
+astro-ph/0602405
+astro-ph/0602407
+astro-ph/0602409
+astro-ph/0602413
+astro-ph/0602415
+astro-ph/0602417
+astro-ph/0602422
+astro-ph/0602430
+astro-ph/0602441
+astro-ph/0602449
+astro-ph/0602455
+astro-ph/0602460
+astro-ph/0602467
+astro-ph/0602473
+astro-ph/0602474
+astro-ph/0602477
+astro-ph/0602478
+astro-ph/0602484
+astro-ph/0602519
+astro-ph/0602526
+astro-ph/0602529
+astro-ph/0602542
+astro-ph/0602545
+astro-ph/0602553
+astro-ph/0602557
+astro-ph/0602569
+astro-ph/0602570
+astro-ph/0602571
+astro-ph/0602573
+astro-ph/0602577
+astro-ph/0602579
+astro-ph/0602599
+astro-ph/0602604
+astro-ph/0602606
+astro-ph/0602613
+astro-ph/0602616
+astro-ph/0602633
+astro-ph/0603007
+astro-ph/0603010
+astro-ph/0603014
+astro-ph/0603027
+astro-ph/0603032
+astro-ph/0603044
+astro-ph/0603052
+astro-ph/0603055
+astro-ph/0603057
+astro-ph/0603060
+astro-ph/0603063
+astro-ph/0603073
+astro-ph/0603087
+astro-ph/0603091
+astro-ph/0603108
+astro-ph/0603109
+astro-ph/0603120
+astro-ph/0603123
+astro-ph/0603126
+astro-ph/0603130
+astro-ph/0603131
+astro-ph/0603142
+astro-ph/0603152
+astro-ph/0603158
+astro-ph/0603163
+astro-ph/0603166
+astro-ph/0603169
+astro-ph/0603171
+astro-ph/0603175
+astro-ph/0603176
+astro-ph/0603200
+astro-ph/0603209
+astro-ph/0603220
+astro-ph/0603224
+astro-ph/0603235
+astro-ph/0603241
+astro-ph/0603246
+astro-ph/0603250
+astro-ph/0603257
+astro-ph/0603265
+astro-ph/0603280
+astro-ph/0603282
+astro-ph/0603283
+astro-ph/0603286
+astro-ph/0603291
+astro-ph/0603300
+astro-ph/0603308
+astro-ph/0603317
+astro-ph/0603327
+astro-ph/0603334
+astro-ph/0603338
+astro-ph/0603352
+astro-ph/0603353
+astro-ph/0603363
+astro-ph/0603366
+astro-ph/0603368
+astro-ph/0603371
+astro-ph/0603380
+astro-ph/0603397
+astro-ph/0603398
+astro-ph/0603401
+astro-ph/0603407
+astro-ph/0603425
+astro-ph/0603438
+astro-ph/0603441
+astro-ph/0603448
+astro-ph/0603450
+astro-ph/0603452
+astro-ph/0603464
+astro-ph/0603476
+astro-ph/0603478
+astro-ph/0603487
+astro-ph/0603488
+astro-ph/0603496
+astro-ph/0603500
+astro-ph/0603510
+astro-ph/0603511
+astro-ph/0603517
+astro-ph/0603522
+astro-ph/0603527
+astro-ph/0603530
+astro-ph/0603536
+astro-ph/0603537
+astro-ph/0603540
+astro-ph/0603541
+astro-ph/0603542
+astro-ph/0603545
+astro-ph/0603553
+astro-ph/0603566
+astro-ph/0603572
+astro-ph/0603582
+astro-ph/0603583
+astro-ph/0603588
+astro-ph/0603601
+astro-ph/0603621
+astro-ph/0603625
+astro-ph/0603647
+astro-ph/0603660
+astro-ph/0603665
+astro-ph/0603671
+astro-ph/0603675
+astro-ph/0603680
+astro-ph/0603685
+astro-ph/0603696
+astro-ph/0603699
+astro-ph/0603703
+astro-ph/0603704
+astro-ph/0603725
+astro-ph/0603732
+astro-ph/0603738
+astro-ph/0603761
+astro-ph/0603764
+astro-ph/0603770
+astro-ph/0603784
+astro-ph/0603791
+astro-ph/0603793
+astro-ph/0603803
+astro-ph/0603806
+astro-ph/0603817
+astro-ph/0603828
+astro-ph/0603830
+astro-ph/0603833
+astro-ph/0603848
+astro-ph/0603850
+astro-ph/0603853
+astro-ph/0603859
+astro-ph/0604003
+astro-ph/0604012
+astro-ph/0604014
+astro-ph/0604019
+astro-ph/0604039
+astro-ph/0604045
+astro-ph/0604070
+astro-ph/0604078
+astro-ph/0604080
+astro-ph/0604083
+astro-ph/0604087
+astro-ph/0604093
+astro-ph/0604095
+astro-ph/0604098
+astro-ph/0604099
+astro-ph/0604107
+astro-ph/0604111
+astro-ph/0604112
+astro-ph/0604113
+astro-ph/0604115
+astro-ph/0604119
+astro-ph/0604120
+astro-ph/0604123
+astro-ph/0604125
+astro-ph/0604129
+astro-ph/0604139
+astro-ph/0604142
+astro-ph/0604148
+astro-ph/0604149
+astro-ph/0604151
+astro-ph/0604152
+astro-ph/0604167
+astro-ph/0604171
+astro-ph/0604173
+astro-ph/0604175
+astro-ph/0604182
+astro-ph/0604188
+astro-ph/0604189
+astro-ph/0604192
+astro-ph/0604199
+astro-ph/0604201
+astro-ph/0604202
+astro-ph/0604206
+astro-ph/0604210
+astro-ph/0604211
+astro-ph/0604215
+astro-ph/0604217
+astro-ph/0604218
+astro-ph/0604219
+astro-ph/0604220
+astro-ph/0604222
+astro-ph/0604224
+astro-ph/0604225
+astro-ph/0604231
+astro-ph/0604244
+astro-ph/0604247
+astro-ph/0604251
+astro-ph/0604253
+astro-ph/0604256
+astro-ph/0604259
+astro-ph/0604260
+astro-ph/0604264
+astro-ph/0604265
+astro-ph/0604267
+astro-ph/0604272
+astro-ph/0604277
+astro-ph/0604279
+astro-ph/0604284
+astro-ph/0604285
+astro-ph/0604286
+astro-ph/0604291
+astro-ph/0604293
+astro-ph/0604296
+astro-ph/0604297
+astro-ph/0604299
+astro-ph/0604315
+astro-ph/0604318
+astro-ph/0604320
+astro-ph/0604321
+astro-ph/0604323
+astro-ph/0604324
+astro-ph/0604330
+astro-ph/0604333
+astro-ph/0604334
+astro-ph/0604336
+astro-ph/0604338
+astro-ph/0604341
+astro-ph/0604345
+astro-ph/0604348
+astro-ph/0604349
+astro-ph/0604353
+astro-ph/0604357
+astro-ph/0604358
+astro-ph/0604359
+astro-ph/0604360
+astro-ph/0604362
+astro-ph/0604381
+astro-ph/0604388
+astro-ph/0604390
+astro-ph/0604399
+astro-ph/0604400
+astro-ph/0604402
+astro-ph/0604406
+astro-ph/0604408
+astro-ph/0604409
+astro-ph/0604413
+astro-ph/0604414
+astro-ph/0604418
+astro-ph/0604420
+astro-ph/0604421
+astro-ph/0604422
+astro-ph/0604426
+astro-ph/0604429
+astro-ph/0604431
+astro-ph/0604438
+astro-ph/0604445
+astro-ph/0604449
+astro-ph/0604453
+astro-ph/0604458
+astro-ph/0604466
+astro-ph/0604471
+astro-ph/0604472
+astro-ph/0604473
+astro-ph/0604478
+astro-ph/0604483
+astro-ph/0604484
+astro-ph/0604485
+astro-ph/0604487
+astro-ph/0604490
+astro-ph/0604492
+astro-ph/0604493
+astro-ph/0604494
+astro-ph/0604495
+astro-ph/0604496
+astro-ph/0604501
+astro-ph/0604503
+astro-ph/0604504
+astro-ph/0604505
+astro-ph/0604509
+astro-ph/0604515
+astro-ph/0604518
+astro-ph/0604523
+astro-ph/0604526
+astro-ph/0604530
+astro-ph/0604531
+astro-ph/0604532
+astro-ph/0604533
+astro-ph/0604534
+astro-ph/0604539
+astro-ph/0604542
+astro-ph/0604552
+astro-ph/0604553
+astro-ph/0604554
+astro-ph/0604557
+astro-ph/0604563
+astro-ph/0604564
+astro-ph/0604570
+astro-ph/0604573
+astro-ph/0604574
+astro-ph/0604587
+astro-ph/0604591
+astro-ph/0604592
+astro-ph/0604607
+astro-ph/0604616
+astro-ph/0605003
+astro-ph/0605005
+astro-ph/0605006
+astro-ph/0605007
+astro-ph/0605010
+astro-ph/0605016
+astro-ph/0605018
+astro-ph/0605026
+astro-ph/0605030
+astro-ph/0605032
+astro-ph/0605035
+astro-ph/0605071
+astro-ph/0605076
+astro-ph/0605077
+astro-ph/0605078
+astro-ph/0605096
+astro-ph/0605098
+astro-ph/0605103
+astro-ph/0605110
+astro-ph/0605120
+astro-ph/0605121
+astro-ph/0605134
+astro-ph/0605135
+astro-ph/0605139
+astro-ph/0605141
+astro-ph/0605143
+astro-ph/0605148
+astro-ph/0605168
+astro-ph/0605170
+astro-ph/0605193
+astro-ph/0605197
+astro-ph/0605199
+astro-ph/0605204
+astro-ph/0605205
+astro-ph/0605210
+astro-ph/0605214
+astro-ph/0605215
+astro-ph/0605223
+astro-ph/0605224
+astro-ph/0605226
+astro-ph/0605228
+astro-ph/0605241
+astro-ph/0605250
+astro-ph/0605262
+astro-ph/0605266
+astro-ph/0605267
+astro-ph/0605272
+astro-ph/0605281
+astro-ph/0605283
+astro-ph/0605288
+astro-ph/0605292
+astro-ph/0605294
+astro-ph/0605304
+astro-ph/0605305
+astro-ph/0605306
+astro-ph/0605312
+astro-ph/0605313
+astro-ph/0605314
+astro-ph/0605325
+astro-ph/0605330
+astro-ph/0605338
+astro-ph/0605355
+astro-ph/0605362
+astro-ph/0605365
+astro-ph/0605374
+astro-ph/0605377
+astro-ph/0605381
+astro-ph/0605382
+astro-ph/0605384
+astro-ph/0605387
+astro-ph/0605388
+astro-ph/0605389
+astro-ph/0605392
+astro-ph/0605397
+astro-ph/0605401
+astro-ph/0605402
+astro-ph/0605406
+astro-ph/0605408
+astro-ph/0605409
+astro-ph/0605414
+astro-ph/0605417
+astro-ph/0605418
+astro-ph/0605422
+astro-ph/0605435
+astro-ph/0605445
+astro-ph/0605449
+astro-ph/0605455
+astro-ph/0605456
+astro-ph/0605468
+astro-ph/0605481
+astro-ph/0605485
+astro-ph/0605492
+astro-ph/0605495
+astro-ph/0605497
+astro-ph/0605503
+astro-ph/0605510
+astro-ph/0605514
+astro-ph/0605516
+astro-ph/0605520
+astro-ph/0605529
+astro-ph/0605530
+astro-ph/0605536
+astro-ph/0605538
+astro-ph/0605542
+astro-ph/0605546
+astro-ph/0605547
+astro-ph/0605548
+astro-ph/0605563
+astro-ph/0605569
+astro-ph/0605574
+astro-ph/0605578
+astro-ph/0605580
+astro-ph/0605584
+astro-ph/0605592
+astro-ph/0605593
+astro-ph/0605594
+astro-ph/0605596
+astro-ph/0605601
+astro-ph/0605603
+astro-ph/0605605
+astro-ph/0605609
+astro-ph/0605621
+astro-ph/0605632
+astro-ph/0605633
+astro-ph/0605634
+astro-ph/0605640
+astro-ph/0605641
+astro-ph/0605645
+astro-ph/0605649
+astro-ph/0605653
+astro-ph/0605657
+astro-ph/0605662
+astro-ph/0605669
+astro-ph/0605670
+astro-ph/0605671
+astro-ph/0605674
+astro-ph/0605678
+astro-ph/0605683
+astro-ph/0605687
+astro-ph/0605690
+astro-ph/0605691
+astro-ph/0605702
+astro-ph/0605705
+astro-ph/0605706
+astro-ph/0605707
+astro-ph/0605708
+astro-ph/0605709
+astro-ph/0605710
+astro-ph/0605723
+astro-ph/0605724
+astro-ph/0605727
+astro-ph/0605733
+astro-ph/0605734
+astro-ph/0605745
+astro-ph/0605748
+astro-ph/0605750
+astro-ph/0605753
+astro-ph/0606006
+astro-ph/0606008
+astro-ph/0606011
+astro-ph/0606015
+astro-ph/0606019
+astro-ph/0606022
+astro-ph/0606023
+astro-ph/0606027
+astro-ph/0606028
+astro-ph/0606039
+astro-ph/0606040
+astro-ph/0606042
+astro-ph/0606046
+astro-ph/0606052
+astro-ph/0606064
+astro-ph/0606067
+astro-ph/0606070
+astro-ph/0606073
+astro-ph/0606078
+astro-ph/0606079
+astro-ph/0606081
+astro-ph/0606084
+astro-ph/0606086
+astro-ph/0606087
+astro-ph/0606088
+astro-ph/0606089
+astro-ph/0606092
+astro-ph/0606096
+astro-ph/0606097
+astro-ph/0606098
+astro-ph/0606103
+astro-ph/0606107
+astro-ph/0606110
+astro-ph/0606111
+astro-ph/0606117
+astro-ph/0606119
+astro-ph/0606121
+astro-ph/0606125
+astro-ph/0606127
+astro-ph/0606129
+astro-ph/0606133
+astro-ph/0606135
+astro-ph/0606136
+astro-ph/0606138
+astro-ph/0606140
+astro-ph/0606144
+astro-ph/0606148
+astro-ph/0606158
+astro-ph/0606162
+astro-ph/0606165
+astro-ph/0606170
+astro-ph/0606181
+astro-ph/0606184
+astro-ph/0606186
+astro-ph/0606192
+astro-ph/0606194
+astro-ph/0606195
+astro-ph/0606201
+astro-ph/0606207
+astro-ph/0606208
+astro-ph/0606209
+astro-ph/0606211
+astro-ph/0606213
+astro-ph/0606214
+astro-ph/0606216
+astro-ph/0606218
+astro-ph/0606228
+astro-ph/0606232
+astro-ph/0606236
+astro-ph/0606240
+astro-ph/0606242
+astro-ph/0606244
+astro-ph/0606253
+astro-ph/0606255
+astro-ph/0606276
+astro-ph/0606277
+astro-ph/0606281
+astro-ph/0606283
+astro-ph/0606285
+astro-ph/0606286
+astro-ph/0606289
+astro-ph/0606308
+astro-ph/0606310
+astro-ph/0606313
+astro-ph/0606318
+astro-ph/0606321
+astro-ph/0606322
+astro-ph/0606323
+astro-ph/0606330
+astro-ph/0606331
+astro-ph/0606337
+astro-ph/0606346
+astro-ph/0606348
+astro-ph/0606349
+astro-ph/0606352
+astro-ph/0606354
+astro-ph/0606358
+astro-ph/0606360
+astro-ph/0606365
+astro-ph/0606375
+astro-ph/0606382
+astro-ph/0606386
+astro-ph/0606410
+astro-ph/0606416
+astro-ph/0606417
+astro-ph/0606422
+astro-ph/0606428
+astro-ph/0606429
+astro-ph/0606431
+astro-ph/0606432
+astro-ph/0606433
+astro-ph/0606442
+astro-ph/0606449
+astro-ph/0606454
+astro-ph/0606457
+astro-ph/0606459
+astro-ph/0606461
+astro-ph/0606466
+astro-ph/0606479
+astro-ph/0606482
+astro-ph/0606483
+astro-ph/0606487
+astro-ph/0606492
+astro-ph/0606494
+astro-ph/0606496
+astro-ph/0606500
+astro-ph/0606504
+astro-ph/0606516
+astro-ph/0606519
+astro-ph/0606523
+astro-ph/0606524
+astro-ph/0606526
+astro-ph/0606527
+astro-ph/0606529
+astro-ph/0606530
+astro-ph/0606531
+astro-ph/0606532
+astro-ph/0606536
+astro-ph/0606541
+astro-ph/0606544
+astro-ph/0606545
+astro-ph/0606549
+astro-ph/0606552
+astro-ph/0606559
+astro-ph/0606567
+astro-ph/0606568
+astro-ph/0606570
+astro-ph/0606575
+astro-ph/0606577
+astro-ph/0606579
+astro-ph/0606581
+astro-ph/0606585
+astro-ph/0606595
+astro-ph/0606599
+astro-ph/0606604
+astro-ph/0606605
+astro-ph/0606607
+astro-ph/0606608
+astro-ph/0606613
+astro-ph/0606615
+astro-ph/0606617
+astro-ph/0606618
+astro-ph/0606635
+astro-ph/0606638
+astro-ph/0606639
+astro-ph/0606640
+astro-ph/0606641
+astro-ph/0606642
+astro-ph/0606645
+astro-ph/0606648
+astro-ph/0606649
+astro-ph/0606654
+astro-ph/0606655
+astro-ph/0606665
+astro-ph/0606669
+astro-ph/0606677
+astro-ph/0606679
+astro-ph/0606686
+astro-ph/0606689
+astro-ph/0606690
+astro-ph/0606693
+astro-ph/0606696
+astro-ph/0606699
+astro-ph/0606702
+astro-ph/0606705
+astro-ph/0606709
+astro-ph/0606711
+astro-ph/0606712
+astro-ph/0606714
+astro-ph/0606716
+astro-ph/0606725
+astro-ph/0606731
+astro-ph/0606732
+astro-ph/0606740
+astro-ph/0606742
+astro-ph/0606744
+astro-ph/0606746
+astro-ph/0606752
+astro-ph/0606755
+astro-ph/0606756
+astro-ph/0606761
+astro-ph/0607005
+astro-ph/0607006
+astro-ph/0607007
+astro-ph/0607011
+astro-ph/0607013
+astro-ph/0607014
+astro-ph/0607024
+astro-ph/0607025
+astro-ph/0607028
+astro-ph/0607032
+astro-ph/0607036
+astro-ph/0607039
+astro-ph/0607042
+astro-ph/0607046
+astro-ph/0607049
+astro-ph/0607052
+astro-ph/0607053
+astro-ph/0607055
+astro-ph/0607059
+astro-ph/0607060
+astro-ph/0607062
+astro-ph/0607063
+astro-ph/0607064
+astro-ph/0607069
+astro-ph/0607070
+astro-ph/0607073
+astro-ph/0607078
+astro-ph/0607080
+astro-ph/0607085
+astro-ph/0607089
+astro-ph/0607092
+astro-ph/0607093
+astro-ph/0607095
+astro-ph/0607112
+astro-ph/0607117
+astro-ph/0607118
+astro-ph/0607119
+astro-ph/0607121
+astro-ph/0607122
+astro-ph/0607125
+astro-ph/0607126
+astro-ph/0607132
+astro-ph/0607138
+astro-ph/0607145
+astro-ph/0607147
+astro-ph/0607148
+astro-ph/0607150
+astro-ph/0607158
+astro-ph/0607160
+astro-ph/0607161
+astro-ph/0607165
+astro-ph/0607166
+astro-ph/0607175
+astro-ph/0607179
+astro-ph/0607180
+astro-ph/0607181
+astro-ph/0607203
+astro-ph/0607204
+astro-ph/0607205
+astro-ph/0607207
+astro-ph/0607212
+astro-ph/0607216
+astro-ph/0607219
+astro-ph/0607223
+astro-ph/0607226
+astro-ph/0607232
+astro-ph/0607234
+astro-ph/0607237
+astro-ph/0607241
+astro-ph/0607243
+astro-ph/0607245
+astro-ph/0607248
+astro-ph/0607249
+astro-ph/0607255
+astro-ph/0607265
+astro-ph/0607267
+astro-ph/0607269
+astro-ph/0607275
+astro-ph/0607280
+astro-ph/0607294
+astro-ph/0607306
+astro-ph/0607308
+astro-ph/0607312
+astro-ph/0607313
+astro-ph/0607314
+astro-ph/0607315
+astro-ph/0607318
+astro-ph/0607320
+astro-ph/0607331
+astro-ph/0607333
+astro-ph/0607335
+astro-ph/0607341
+astro-ph/0607346
+astro-ph/0607347
+astro-ph/0607354
+astro-ph/0607356
+astro-ph/0607361
+astro-ph/0607363
+astro-ph/0607364
+astro-ph/0607366
+astro-ph/0607368
+astro-ph/0607374
+astro-ph/0607381
+astro-ph/0607385
+astro-ph/0607391
+astro-ph/0607392
+astro-ph/0607393
+astro-ph/0607401
+astro-ph/0607402
+astro-ph/0607405
+astro-ph/0607416
+astro-ph/0607417
+astro-ph/0607423
+astro-ph/0607428
+astro-ph/0607431
+astro-ph/0607437
+astro-ph/0607440
+astro-ph/0607446
+astro-ph/0607450
+astro-ph/0607453
+astro-ph/0607456
+astro-ph/0607461
+astro-ph/0607464
+astro-ph/0607468
+astro-ph/0607476
+astro-ph/0607480
+astro-ph/0607485
+astro-ph/0607488
+astro-ph/0607494
+astro-ph/0607502
+astro-ph/0607508
+astro-ph/0607509
+astro-ph/0607510
+astro-ph/0607512
+astro-ph/0607514
+astro-ph/0607517
+astro-ph/0607523
+astro-ph/0607524
+astro-ph/0607526
+astro-ph/0607527
+astro-ph/0607528
+astro-ph/0607536
+astro-ph/0607537
+astro-ph/0607538
+astro-ph/0607540
+astro-ph/0607541
+astro-ph/0607544
+astro-ph/0607549
+astro-ph/0607554
+astro-ph/0607555
+astro-ph/0607556
+astro-ph/0607557
+astro-ph/0607571
+astro-ph/0607575
+astro-ph/0607576
+astro-ph/0607579
+astro-ph/0607580
+astro-ph/0607581
+astro-ph/0607583
+astro-ph/0607586
+astro-ph/0607598
+astro-ph/0607604
+astro-ph/0607605
+astro-ph/0607606
+astro-ph/0607607
+astro-ph/0607616
+astro-ph/0607617
+astro-ph/0607618
+astro-ph/0607626
+astro-ph/0607628
+astro-ph/0607630
+astro-ph/0607632
+astro-ph/0607634
+astro-ph/0607635
+astro-ph/0607639
+astro-ph/0607642
+astro-ph/0607643
+astro-ph/0607647
+astro-ph/0607651
+astro-ph/0607652
+astro-ph/0607654
+astro-ph/0607665
+astro-ph/0607666
+astro-ph/0607674
+astro-ph/0608003
+astro-ph/0608007
+astro-ph/0608020
+astro-ph/0608021
+astro-ph/0608024
+astro-ph/0608025
+astro-ph/0608026
+astro-ph/0608033
+astro-ph/0608035
+astro-ph/0608036
+astro-ph/0608037
+astro-ph/0608040
+astro-ph/0608050
+astro-ph/0608053
+astro-ph/0608058
+astro-ph/0608061
+astro-ph/0608067
+astro-ph/0608071
+astro-ph/0608083
+astro-ph/0608087
+astro-ph/0608090
+astro-ph/0608093
+astro-ph/0608096
+astro-ph/0608098
+astro-ph/0608099
+astro-ph/0608102
+astro-ph/0608104
+astro-ph/0608107
+astro-ph/0608114
+astro-ph/0608115
+astro-ph/0608119
+astro-ph/0608122
+astro-ph/0608123
+astro-ph/0608124
+astro-ph/0608125
+astro-ph/0608129
+astro-ph/0608132
+astro-ph/0608133
+astro-ph/0608137
+astro-ph/0608143
+astro-ph/0608144
+astro-ph/0608145
+astro-ph/0608151
+astro-ph/0608154
+astro-ph/0608155
+astro-ph/0608156
+astro-ph/0608159
+astro-ph/0608165
+astro-ph/0608167
+astro-ph/0608168
+astro-ph/0608169
+astro-ph/0608174
+astro-ph/0608179
+astro-ph/0608182
+astro-ph/0608184
+astro-ph/0608185
+astro-ph/0608188
+astro-ph/0608189
+astro-ph/0608190
+astro-ph/0608191
+astro-ph/0608197
+astro-ph/0608204
+astro-ph/0608206
+astro-ph/0608209
+astro-ph/0608210
+astro-ph/0608211
+astro-ph/0608212
+astro-ph/0608224
+astro-ph/0608225
+astro-ph/0608228
+astro-ph/0608230
+astro-ph/0608247
+astro-ph/0608249
+astro-ph/0608253
+astro-ph/0608268
+astro-ph/0608270
+astro-ph/0608274
+astro-ph/0608276
+astro-ph/0608279
+astro-ph/0608294
+astro-ph/0608295
+astro-ph/0608297
+astro-ph/0608301
+astro-ph/0608304
+astro-ph/0608305
+astro-ph/0608313
+astro-ph/0608315
+astro-ph/0608320
+astro-ph/0608326
+astro-ph/0608329
+astro-ph/0608332
+astro-ph/0608341
+astro-ph/0608351
+astro-ph/0608352
+astro-ph/0608354
+astro-ph/0608357
+astro-ph/0608359
+astro-ph/0608360
+astro-ph/0608362
+astro-ph/0608364
+astro-ph/0608366
+astro-ph/0608372
+astro-ph/0608374
+astro-ph/0608375
+astro-ph/0608377
+astro-ph/0608379
+astro-ph/0608385
+astro-ph/0608387
+astro-ph/0608388
+astro-ph/0608391
+astro-ph/0608398
+astro-ph/0608401
+astro-ph/0608402
+astro-ph/0608404
+astro-ph/0608406
+astro-ph/0608408
+astro-ph/0608411
+astro-ph/0608415
+astro-ph/0608416
+astro-ph/0608419
+astro-ph/0608420
+astro-ph/0608429
+astro-ph/0608436
+astro-ph/0608448
+astro-ph/0608451
+astro-ph/0608453
+astro-ph/0608455
+astro-ph/0608468
+astro-ph/0608471
+astro-ph/0608472
+astro-ph/0608473
+astro-ph/0608476
+astro-ph/0608483
+astro-ph/0608486
+astro-ph/0608489
+astro-ph/0608490
+astro-ph/0608495
+astro-ph/0608496
+astro-ph/0608497
+astro-ph/0608502
+astro-ph/0608508
+astro-ph/0608509
+astro-ph/0608512
+astro-ph/0608514
+astro-ph/0608515
+astro-ph/0608517
+astro-ph/0608519
+astro-ph/0608522
+astro-ph/0608527
+astro-ph/0608528
+astro-ph/0608529
+astro-ph/0608530
+astro-ph/0608531
+astro-ph/0608538
+astro-ph/0608541
+astro-ph/0608544
+astro-ph/0608547
+astro-ph/0608548
+astro-ph/0608550
+astro-ph/0608555
+astro-ph/0608556
+astro-ph/0608563
+astro-ph/0608565
+astro-ph/0608567
+astro-ph/0608568
+astro-ph/0608569
+astro-ph/0608570
+astro-ph/0608571
+astro-ph/0608573
+astro-ph/0608579
+astro-ph/0608585
+astro-ph/0608588
+astro-ph/0608589
+astro-ph/0608599
+astro-ph/0608602
+astro-ph/0608607
+astro-ph/0608608
+astro-ph/0608609
+astro-ph/0608610
+astro-ph/0608619
+astro-ph/0608621
+astro-ph/0608626
+astro-ph/0608629
+astro-ph/0608632
+astro-ph/0608633
+astro-ph/0608635
+astro-ph/0608636
+astro-ph/0608639
+astro-ph/0608640
+astro-ph/0608641
+astro-ph/0608643
+astro-ph/0608645
+astro-ph/0608647
+astro-ph/0608649
+astro-ph/0608650
+astro-ph/0608656
+astro-ph/0608660
+astro-ph/0608663
+astro-ph/0608667
+astro-ph/0608670
+astro-ph/0608679
+astro-ph/0608684
+astro-ph/0608686
+astro-ph/0608688
+astro-ph/0608689
+astro-ph/0608690
+astro-ph/0608696
+astro-ph/0608701
+astro-ph/0608703
+astro-ph/0608706
+astro-ph/0608707
+astro-ph/0608710
+astro-ph/0608713
+astro-ph/0609001
+astro-ph/0609002
+astro-ph/0609006
+astro-ph/0609007
+astro-ph/0609008
+astro-ph/0609009
+astro-ph/0609011
+astro-ph/0609013
+astro-ph/0609014
+astro-ph/0609016
+astro-ph/0609020
+astro-ph/0609027
+astro-ph/0609034
+astro-ph/0609035
+astro-ph/0609037
+astro-ph/0609040
+astro-ph/0609045
+astro-ph/0609048
+astro-ph/0609054
+astro-ph/0609061
+astro-ph/0609064
+astro-ph/0609073
+astro-ph/0609074
+astro-ph/0609079
+astro-ph/0609082
+astro-ph/0609090
+astro-ph/0609091
+astro-ph/0609095
+astro-ph/0609099
+astro-ph/0609101
+astro-ph/0609109
+astro-ph/0609113
+astro-ph/0609115
+astro-ph/0609117
+astro-ph/0609119
+astro-ph/0609122
+astro-ph/0609125
+astro-ph/0609126
+astro-ph/0609136
+astro-ph/0609137
+astro-ph/0609139
+astro-ph/0609141
+astro-ph/0609142
+astro-ph/0609149
+astro-ph/0609151
+astro-ph/0609154
+astro-ph/0609166
+astro-ph/0609171
+astro-ph/0609176
+astro-ph/0609180
+astro-ph/0609181
+astro-ph/0609183
+astro-ph/0609187
+astro-ph/0609189
+astro-ph/0609190
+astro-ph/0609194
+astro-ph/0609199
+astro-ph/0609201
+astro-ph/0609203
+astro-ph/0609205
+astro-ph/0609211
+astro-ph/0609212
+astro-ph/0609214
+astro-ph/0609216
+astro-ph/0609217
+astro-ph/0609222
+astro-ph/0609223
+astro-ph/0609229
+astro-ph/0609233
+astro-ph/0609236
+astro-ph/0609239
+astro-ph/0609243
+astro-ph/0609244
+astro-ph/0609246
+astro-ph/0609247
+astro-ph/0609248
+astro-ph/0609249
+astro-ph/0609252
+astro-ph/0609261
+astro-ph/0609265
+astro-ph/0609268
+astro-ph/0609272
+astro-ph/0609273
+astro-ph/0609274
+astro-ph/0609275
+astro-ph/0609285
+astro-ph/0609289
+astro-ph/0609295
+astro-ph/0609296
+astro-ph/0609301
+astro-ph/0609302
+astro-ph/0609308
+astro-ph/0609309
+astro-ph/0609314
+astro-ph/0609316
+astro-ph/0609317
+astro-ph/0609326
+astro-ph/0609328
+astro-ph/0609330
+astro-ph/0609331
+astro-ph/0609334
+astro-ph/0609335
+astro-ph/0609337
+astro-ph/0609339
+astro-ph/0609349
+astro-ph/0609356
+astro-ph/0609357
+astro-ph/0609359
+astro-ph/0609364
+astro-ph/0609367
+astro-ph/0609369
+astro-ph/0609375
+astro-ph/0609386
+astro-ph/0609396
+astro-ph/0609406
+astro-ph/0609407
+astro-ph/0609409
+astro-ph/0609410
+astro-ph/0609411
+astro-ph/0609412
+astro-ph/0609414
+astro-ph/0609421
+astro-ph/0609423
+astro-ph/0609425
+astro-ph/0609429
+astro-ph/0609440
+astro-ph/0609442
+astro-ph/0609448
+astro-ph/0609451
+astro-ph/0609453
+astro-ph/0609455
+astro-ph/0609458
+astro-ph/0609459
+astro-ph/0609460
+astro-ph/0609462
+astro-ph/0609463
+astro-ph/0609464
+astro-ph/0609465
+astro-ph/0609468
+astro-ph/0609473
+astro-ph/0609479
+astro-ph/0609481
+astro-ph/0609486
+astro-ph/0609488
+astro-ph/0609498
+astro-ph/0609499
+astro-ph/0609502
+astro-ph/0609504
+astro-ph/0609505
+astro-ph/0609512
+astro-ph/0609525
+astro-ph/0609526
+astro-ph/0609528
+astro-ph/0609533
+astro-ph/0609534
+astro-ph/0609535
+astro-ph/0609540
+astro-ph/0609541
+astro-ph/0609547
+astro-ph/0609548
+astro-ph/0609551
+astro-ph/0609552
+astro-ph/0609557
+astro-ph/0609561
+astro-ph/0609568
+astro-ph/0609570
+astro-ph/0609577
+astro-ph/0609579
+astro-ph/0609581
+astro-ph/0609583
+astro-ph/0609585
+astro-ph/0609586
+astro-ph/0609587
+astro-ph/0609588
+astro-ph/0609589
+astro-ph/0609590
+astro-ph/0609594
+astro-ph/0609596
+astro-ph/0609617
+astro-ph/0609629
+astro-ph/0609633
+astro-ph/0609635
+astro-ph/0609636
+astro-ph/0609638
+astro-ph/0609640
+astro-ph/0609641
+astro-ph/0609648
+astro-ph/0609650
+astro-ph/0609651
+astro-ph/0609655
+astro-ph/0609656
+astro-ph/0609674
+astro-ph/0609679
+astro-ph/0609682
+astro-ph/0609687
+astro-ph/0609688
+astro-ph/0609694
+astro-ph/0609695
+astro-ph/0609696
+astro-ph/0609697
+astro-ph/0609699
+astro-ph/0609700
+astro-ph/0609702
+astro-ph/0609704
+astro-ph/0609705
+astro-ph/0609707
+astro-ph/0609708
+astro-ph/0609711
+astro-ph/0609712
+astro-ph/0609713
+astro-ph/0609714
+astro-ph/0609717
+astro-ph/0609725
+astro-ph/0609726
+astro-ph/0609728
+astro-ph/0609729
+astro-ph/0609731
+astro-ph/0609732
+astro-ph/0609736
+astro-ph/0609737
+astro-ph/0609739
+astro-ph/0609747
+astro-ph/0609749
+astro-ph/0609757
+astro-ph/0609767
+astro-ph/0609768
+astro-ph/0609773
+astro-ph/0609775
+astro-ph/0609777
+astro-ph/0609779
+astro-ph/0609788
+astro-ph/0609791
+astro-ph/0609793
+astro-ph/0609795
+astro-ph/0609798
+astro-ph/0609800
+astro-ph/0609801
+astro-ph/0609803
+astro-ph/0609805
+astro-ph/0609811
+astro-ph/0609814
+astro-ph/0609818
+astro-ph/0609819
+astro-ph/0609829
+astro-ph/0609831
+astro-ph/0610003
+astro-ph/0610006
+astro-ph/0610009
+astro-ph/0610010
+astro-ph/0610015
+astro-ph/0610017
+astro-ph/0610022
+astro-ph/0610023
+astro-ph/0610026
+astro-ph/0610032
+astro-ph/0610034
+astro-ph/0610038
+astro-ph/0610044
+astro-ph/0610046
+astro-ph/0610048
+astro-ph/0610052
+astro-ph/0610054
+astro-ph/0610055
+astro-ph/0610056
+astro-ph/0610059
+astro-ph/0610060
+astro-ph/0610061
+astro-ph/0610071
+astro-ph/0610072
+astro-ph/0610073
+astro-ph/0610074
+astro-ph/0610077
+astro-ph/0610078
+astro-ph/0610079
+astro-ph/0610080
+astro-ph/0610082
+astro-ph/0610083
+astro-ph/0610084
+astro-ph/0610085
+astro-ph/0610087
+astro-ph/0610090
+astro-ph/0610094
+astro-ph/0610096
+astro-ph/0610099
+astro-ph/0610105
+astro-ph/0610107
+astro-ph/0610108
+astro-ph/0610112
+astro-ph/0610116
+astro-ph/0610122
+astro-ph/0610125
+astro-ph/0610126
+astro-ph/0610128
+astro-ph/0610129
+astro-ph/0610130
+astro-ph/0610131
+astro-ph/0610134
+astro-ph/0610135
+astro-ph/0610137
+astro-ph/0610139
+astro-ph/0610140
+astro-ph/0610141
+astro-ph/0610144
+astro-ph/0610145
+astro-ph/0610149
+astro-ph/0610150
+astro-ph/0610152
+astro-ph/0610153
+astro-ph/0610159
+astro-ph/0610165
+astro-ph/0610168
+astro-ph/0610172
+astro-ph/0610173
+astro-ph/0610174
+astro-ph/0610175
+astro-ph/0610176
+astro-ph/0610177
+astro-ph/0610182
+astro-ph/0610184
+astro-ph/0610185
+astro-ph/0610186
+astro-ph/0610187
+astro-ph/0610188
+astro-ph/0610192
+astro-ph/0610195
+astro-ph/0610196
+astro-ph/0610197
+astro-ph/0610201
+astro-ph/0610202
+astro-ph/0610204
+astro-ph/0610208
+astro-ph/0610209
+astro-ph/0610214
+astro-ph/0610220
+astro-ph/0610221
+astro-ph/0610222
+astro-ph/0610226
+astro-ph/0610234
+astro-ph/0610237
+astro-ph/0610239
+astro-ph/0610241
+astro-ph/0610247
+astro-ph/0610251
+astro-ph/0610253
+astro-ph/0610255
+astro-ph/0610257
+astro-ph/0610260
+astro-ph/0610261
+astro-ph/0610265
+astro-ph/0610267
+astro-ph/0610268
+astro-ph/0610270
+astro-ph/0610272
+astro-ph/0610273
+astro-ph/0610277
+astro-ph/0610278
+astro-ph/0610279
+astro-ph/0610280
+astro-ph/0610281
+astro-ph/0610283
+astro-ph/0610284
+astro-ph/0610294
+astro-ph/0610295
+astro-ph/0610297
+astro-ph/0610298
+astro-ph/0610299
+astro-ph/0610304
+astro-ph/0610307
+astro-ph/0610309
+astro-ph/0610310
+astro-ph/0610313
+astro-ph/0610314
+astro-ph/0610316
+astro-ph/0610326
+astro-ph/0610329
+astro-ph/0610331
+astro-ph/0610332
+astro-ph/0610336
+astro-ph/0610340
+astro-ph/0610344
+astro-ph/0610350
+astro-ph/0610353
+astro-ph/0610356
+astro-ph/0610361
+astro-ph/0610365
+astro-ph/0610368
+astro-ph/0610369
+astro-ph/0610372
+astro-ph/0610373
+astro-ph/0610374
+astro-ph/0610380
+astro-ph/0610381
+astro-ph/0610382
+astro-ph/0610384
+astro-ph/0610385
+astro-ph/0610386
+astro-ph/0610390
+astro-ph/0610391
+astro-ph/0610393
+astro-ph/0610396
+astro-ph/0610398
+astro-ph/0610405
+astro-ph/0610407
+astro-ph/0610413
+astro-ph/0610417
+astro-ph/0610419
+astro-ph/0610421
+astro-ph/0610422
+astro-ph/0610423
+astro-ph/0610424
+astro-ph/0610427
+astro-ph/0610429
+astro-ph/0610435
+astro-ph/0610437
+astro-ph/0610438
+astro-ph/0610441
+astro-ph/0610447
+astro-ph/0610449
+astro-ph/0610453
+astro-ph/0610454
+astro-ph/0610457
+astro-ph/0610458
+astro-ph/0610461
+astro-ph/0610467
+astro-ph/0610470
+astro-ph/0610472
+astro-ph/0610474
+astro-ph/0610477
+astro-ph/0610480
+astro-ph/0610481
+astro-ph/0610483
+astro-ph/0610484
+astro-ph/0610485
+astro-ph/0610487
+astro-ph/0610494
+astro-ph/0610504
+astro-ph/0610508
+astro-ph/0610514
+astro-ph/0610520
+astro-ph/0610521
+astro-ph/0610522
+astro-ph/0610529
+astro-ph/0610530
+astro-ph/0610532
+astro-ph/0610538
+astro-ph/0610545
+astro-ph/0610549
+astro-ph/0610550
+astro-ph/0610551
+astro-ph/0610552
+astro-ph/0610554
+astro-ph/0610555
+astro-ph/0610556
+astro-ph/0610562
+astro-ph/0610564
+astro-ph/0610565
+astro-ph/0610566
+astro-ph/0610569
+astro-ph/0610574
+astro-ph/0610577
+astro-ph/0610578
+astro-ph/0610583
+astro-ph/0610590
+astro-ph/0610595
+astro-ph/0610602
+astro-ph/0610605
+astro-ph/0610608
+astro-ph/0610617
+astro-ph/0610618
+astro-ph/0610621
+astro-ph/0610626
+astro-ph/0610631
+astro-ph/0610633
+astro-ph/0610634
+astro-ph/0610639
+astro-ph/0610644
+astro-ph/0610645
+astro-ph/0610648
+astro-ph/0610650
+astro-ph/0610651
+astro-ph/0610654
+astro-ph/0610656
+astro-ph/0610657
+astro-ph/0610660
+astro-ph/0610661
+astro-ph/0610668
+astro-ph/0610671
+astro-ph/0610674
+astro-ph/0610677
+astro-ph/0610678
+astro-ph/0610680
+astro-ph/0610682
+astro-ph/0610683
+astro-ph/0610688
+astro-ph/0610690
+astro-ph/0610691
+astro-ph/0610693
+astro-ph/0610697
+astro-ph/0610700
+astro-ph/0610704
+astro-ph/0610706
+astro-ph/0610707
+astro-ph/0610714
+astro-ph/0610715
+astro-ph/0610718
+astro-ph/0610719
+astro-ph/0610725
+astro-ph/0610726
+astro-ph/0610728
+astro-ph/0610729
+astro-ph/0610730
+astro-ph/0610733
+astro-ph/0610734
+astro-ph/0610735
+astro-ph/0610742
+astro-ph/0610747
+astro-ph/0610748
+astro-ph/0610753
+astro-ph/0610757
+astro-ph/0610759
+astro-ph/0610762
+astro-ph/0610763
+astro-ph/0610767
+astro-ph/0610768
+astro-ph/0610775
+astro-ph/0610776
+astro-ph/0610786
+astro-ph/0610788
+astro-ph/0610789
+astro-ph/0610793
+astro-ph/0610794
+astro-ph/0610797
+astro-ph/0610801
+astro-ph/0610806
+astro-ph/0610807
+astro-ph/0610811
+astro-ph/0610812
+astro-ph/0610817
+astro-ph/0610819
+astro-ph/0610820
+astro-ph/0610821
+astro-ph/0610829
+astro-ph/0610830
+astro-ph/0610838
+astro-ph/0610840
+astro-ph/0610843
+astro-ph/0610844
+astro-ph/0610846
+astro-ph/0610862
+astro-ph/0610865
+astro-ph/0610868
+astro-ph/0610870
+astro-ph/0610882
+astro-ph/0610886
+astro-ph/0610888
+astro-ph/0610890
+astro-ph/0610891
+astro-ph/0610894
+astro-ph/0610896
+astro-ph/0610898
+astro-ph/0610902
+astro-ph/0610909
+astro-ph/0610910
+astro-ph/0610911
+astro-ph/0610912
+astro-ph/0610914
+astro-ph/0610918
+astro-ph/0610919
+astro-ph/0610920
+astro-ph/0610922
+astro-ph/0610924
+astro-ph/0610928
+astro-ph/0610931
+astro-ph/0610932
+astro-ph/0610933
+astro-ph/0610934
+astro-ph/0610941
+astro-ph/0610951
+astro-ph/0610952
+astro-ph/0610953
+astro-ph/0610954
+astro-ph/0610955
+astro-ph/0610958
+astro-ph/0610959
+astro-ph/0610960
+astro-ph/0610961
+astro-ph/0610962
+astro-ph/0611002
+astro-ph/0611004
+astro-ph/0611008
+astro-ph/0611009
+astro-ph/0611014
+astro-ph/0611015
+astro-ph/0611017
+astro-ph/0611022
+astro-ph/0611025
+astro-ph/0611026
+astro-ph/0611031
+astro-ph/0611032
+astro-ph/0611035
+astro-ph/0611045
+astro-ph/0611048
+astro-ph/0611050
+astro-ph/0611052
+astro-ph/0611053
+astro-ph/0611055
+astro-ph/0611058
+astro-ph/0611062
+astro-ph/0611063
+astro-ph/0611064
+astro-ph/0611066
+astro-ph/0611068
+astro-ph/0611069
+astro-ph/0611071
+astro-ph/0611072
+astro-ph/0611075
+astro-ph/0611076
+astro-ph/0611078
+astro-ph/0611082
+astro-ph/0611083
+astro-ph/0611087
+astro-ph/0611093
+astro-ph/0611094
+astro-ph/0611095
+astro-ph/0611097
+astro-ph/0611101
+astro-ph/0611102
+astro-ph/0611103
+astro-ph/0611106
+astro-ph/0611107
+astro-ph/0611111
+astro-ph/0611112
+astro-ph/0611117
+astro-ph/0611120
+astro-ph/0611122
+astro-ph/0611124
+astro-ph/0611126
+astro-ph/0611129
+astro-ph/0611130
+astro-ph/0611132
+astro-ph/0611134
+astro-ph/0611135
+astro-ph/0611140
+astro-ph/0611142
+astro-ph/0611144
+astro-ph/0611145
+astro-ph/0611150
+astro-ph/0611151
+astro-ph/0611153
+astro-ph/0611154
+astro-ph/0611156
+astro-ph/0611157
+astro-ph/0611164
+astro-ph/0611165
+astro-ph/0611166
+astro-ph/0611171
+astro-ph/0611175
+astro-ph/0611177
+astro-ph/0611180
+astro-ph/0611183
+astro-ph/0611184
+astro-ph/0611189
+astro-ph/0611190
+astro-ph/0611191
+astro-ph/0611192
+astro-ph/0611196
+astro-ph/0611197
+astro-ph/0611199
+astro-ph/0611200
+astro-ph/0611201
+astro-ph/0611211
+astro-ph/0611215
+astro-ph/0611217
+astro-ph/0611224
+astro-ph/0611226
+astro-ph/0611230
+astro-ph/0611231
+astro-ph/0611234
+astro-ph/0611238
+astro-ph/0611241
+astro-ph/0611242
+astro-ph/0611244
+astro-ph/0611245
+astro-ph/0611246
+astro-ph/0611247
+astro-ph/0611251
+astro-ph/0611253
+astro-ph/0611255
+astro-ph/0611258
+astro-ph/0611260
+astro-ph/0611266
+astro-ph/0611268
+astro-ph/0611271
+astro-ph/0611279
+astro-ph/0611281
+astro-ph/0611282
+astro-ph/0611295
+astro-ph/0611296
+astro-ph/0611301
+astro-ph/0611302
+astro-ph/0611310
+astro-ph/0611311
+astro-ph/0611313
+astro-ph/0611327
+astro-ph/0611338
+astro-ph/0611339
+astro-ph/0611342
+astro-ph/0611345
+astro-ph/0611347
+astro-ph/0611348
+astro-ph/0611352
+astro-ph/0611354
+astro-ph/0611355
+astro-ph/0611358
+astro-ph/0611359
+astro-ph/0611360
+astro-ph/0611365
+astro-ph/0611371
+astro-ph/0611372
+astro-ph/0611373
+astro-ph/0611374
+astro-ph/0611375
+astro-ph/0611380
+astro-ph/0611382
+astro-ph/0611385
+astro-ph/0611388
+astro-ph/0611395
+astro-ph/0611397
+astro-ph/0611398
+astro-ph/0611401
+astro-ph/0611406
+astro-ph/0611408
+astro-ph/0611409
+astro-ph/0611415
+astro-ph/0611418
+astro-ph/0611421
+astro-ph/0611423
+astro-ph/0611431
+astro-ph/0611435
+astro-ph/0611439
+astro-ph/0611440
+astro-ph/0611441
+astro-ph/0611442
+astro-ph/0611447
+astro-ph/0611449
+astro-ph/0611450
+astro-ph/0611453
+astro-ph/0611454
+astro-ph/0611460
+astro-ph/0611469
+astro-ph/0611474
+astro-ph/0611479
+astro-ph/0611493
+astro-ph/0611495
+astro-ph/0611496
+astro-ph/0611499
+astro-ph/0611501
+astro-ph/0611502
+astro-ph/0611503
+astro-ph/0611507
+astro-ph/0611512
+astro-ph/0611517
+astro-ph/0611518
+astro-ph/0611521
+astro-ph/0611522
+astro-ph/0611524
+astro-ph/0611531
+astro-ph/0611535
+astro-ph/0611536
+astro-ph/0611537
+astro-ph/0611539
+astro-ph/0611540
+astro-ph/0611541
+astro-ph/0611543
+astro-ph/0611544
+astro-ph/0611545
+astro-ph/0611546
+astro-ph/0611547
+astro-ph/0611549
+astro-ph/0611550
+astro-ph/0611554
+astro-ph/0611557
+astro-ph/0611558
+astro-ph/0611568
+astro-ph/0611569
+astro-ph/0611572
+astro-ph/0611579
+astro-ph/0611580
+astro-ph/0611581
+astro-ph/0611582
+astro-ph/0611583
+astro-ph/0611585
+astro-ph/0611589
+astro-ph/0611592
+astro-ph/0611594
+astro-ph/0611601
+astro-ph/0611604
+astro-ph/0611605
+astro-ph/0611608
+astro-ph/0611610
+astro-ph/0611617
+astro-ph/0611618
+astro-ph/0611621
+astro-ph/0611628
+astro-ph/0611629
+astro-ph/0611630
+astro-ph/0611633
+astro-ph/0611634
+astro-ph/0611636
+astro-ph/0611640
+astro-ph/0611641
+astro-ph/0611642
+astro-ph/0611643
+astro-ph/0611646
+astro-ph/0611647
+astro-ph/0611648
+astro-ph/0611649
+astro-ph/0611652
+astro-ph/0611653
+astro-ph/0611658
+astro-ph/0611659
+astro-ph/0611660
+astro-ph/0611664
+astro-ph/0611665
+astro-ph/0611668
+astro-ph/0611671
+astro-ph/0611676
+astro-ph/0611677
+astro-ph/0611678
+astro-ph/0611679
+astro-ph/0611682
+astro-ph/0611683
+astro-ph/0611684
+astro-ph/0611685
+astro-ph/0611686
+astro-ph/0611692
+astro-ph/0611693
+astro-ph/0611694
+astro-ph/0611695
+astro-ph/0611698
+astro-ph/0611706
+astro-ph/0611707
+astro-ph/0611709
+astro-ph/0611711
+astro-ph/0611717
+astro-ph/0611719
+astro-ph/0611720
+astro-ph/0611722
+astro-ph/0611723
+astro-ph/0611725
+astro-ph/0611726
+astro-ph/0611728
+astro-ph/0611733
+astro-ph/0611737
+astro-ph/0611739
+astro-ph/0611740
+astro-ph/0611741
+astro-ph/0611742
+astro-ph/0611744
+astro-ph/0611746
+astro-ph/0611750
+astro-ph/0611751
+astro-ph/0611755
+astro-ph/0611756
+astro-ph/0611761
+astro-ph/0611763
+astro-ph/0611764
+astro-ph/0611768
+astro-ph/0611769
+astro-ph/0611771
+astro-ph/0611775
+astro-ph/0611776
+astro-ph/0611778
+astro-ph/0611783
+astro-ph/0611792
+astro-ph/0611794
+astro-ph/0611800
+astro-ph/0611802
+astro-ph/0611807
+astro-ph/0611813
+astro-ph/0611817
+astro-ph/0611819
+astro-ph/0611821
+astro-ph/0611827
+astro-ph/0611829
+astro-ph/0611832
+astro-ph/0611834
+astro-ph/0611835
+astro-ph/0611837
+astro-ph/0611838
+astro-ph/0611839
+astro-ph/0611840
+astro-ph/0611841
+astro-ph/0611851
+astro-ph/0611852
+astro-ph/0611861
+astro-ph/0611865
+astro-ph/0611867
+astro-ph/0611868
+astro-ph/0611869
+astro-ph/0611870
+astro-ph/0611871
+astro-ph/0611873
+astro-ph/0611874
+astro-ph/0611876
+astro-ph/0611877
+astro-ph/0611882
+astro-ph/0611884
+astro-ph/0611887
+astro-ph/0611889
+astro-ph/0611891
+astro-ph/0611892
+astro-ph/0611894
+astro-ph/0611899
+astro-ph/0611900
+astro-ph/0611905
+astro-ph/0611909
+astro-ph/0611914
+astro-ph/0611915
+astro-ph/0611917
+astro-ph/0611920
+astro-ph/0611922
+astro-ph/0611924
+astro-ph/0611925
+astro-ph/0611927
+astro-ph/0611931
+astro-ph/0611932
+astro-ph/0611934
+astro-ph/0611935
+astro-ph/0611937
+astro-ph/0611940
+astro-ph/0611942
+astro-ph/0611945
+astro-ph/0611948
+astro-ph/0612001
+astro-ph/0612002
+astro-ph/0612004
+astro-ph/0612005
+astro-ph/0612006
+astro-ph/0612007
+astro-ph/0612010
+astro-ph/0612015
+astro-ph/0612016
+astro-ph/0612018
+astro-ph/0612021
+astro-ph/0612022
+astro-ph/0612030
+astro-ph/0612033
+astro-ph/0612036
+astro-ph/0612041
+astro-ph/0612042
+astro-ph/0612048
+astro-ph/0612050
+astro-ph/0612051
+astro-ph/0612054
+astro-ph/0612060
+astro-ph/0612070
+astro-ph/0612072
+astro-ph/0612074
+astro-ph/0612079
+astro-ph/0612081
+astro-ph/0612084
+astro-ph/0612085
+astro-ph/0612087
+astro-ph/0612091
+astro-ph/0612103
+astro-ph/0612104
+astro-ph/0612106
+astro-ph/0612108
+astro-ph/0612110
+astro-ph/0612116
+astro-ph/0612119
+astro-ph/0612121
+astro-ph/0612124
+astro-ph/0612128
+astro-ph/0612132
+astro-ph/0612137
+astro-ph/0612140
+astro-ph/0612143
+astro-ph/0612144
+astro-ph/0612145
+astro-ph/0612147
+astro-ph/0612151
+astro-ph/0612156
+astro-ph/0612157
+astro-ph/0612160
+astro-ph/0612163
+astro-ph/0612168
+astro-ph/0612170
+astro-ph/0612171
+astro-ph/0612174
+astro-ph/0612175
+astro-ph/0612177
+astro-ph/0612181
+astro-ph/0612187
+astro-ph/0612189
+astro-ph/0612190
+astro-ph/0612191
+astro-ph/0612192
+astro-ph/0612193
+astro-ph/0612195
+astro-ph/0612196
+astro-ph/0612205
+astro-ph/0612207
+astro-ph/0612211
+astro-ph/0612216
+astro-ph/0612217
+astro-ph/0612218
+astro-ph/0612219
+astro-ph/0612224
+astro-ph/0612226
+astro-ph/0612227
+astro-ph/0612229
+astro-ph/0612235
+astro-ph/0612236
+astro-ph/0612244
+astro-ph/0612245
+astro-ph/0612247
+astro-ph/0612251
+astro-ph/0612252
+astro-ph/0612253
+astro-ph/0612257
+astro-ph/0612263
+astro-ph/0612268
+astro-ph/0612270
+astro-ph/0612271
+astro-ph/0612277
+astro-ph/0612279
+astro-ph/0612280
+astro-ph/0612282
+astro-ph/0612283
+astro-ph/0612284
+astro-ph/0612293
+astro-ph/0612294
+astro-ph/0612298
+astro-ph/0612300
+astro-ph/0612307
+astro-ph/0612308
+astro-ph/0612317
+astro-ph/0612318
+astro-ph/0612325
+astro-ph/0612327
+astro-ph/0612337
+astro-ph/0612347
+astro-ph/0612354
+astro-ph/0612357
+astro-ph/0612359
+astro-ph/0612371
+astro-ph/0612378
+astro-ph/0612385
+astro-ph/0612395
+astro-ph/0612397
+astro-ph/0612402
+astro-ph/0612407
+astro-ph/0612416
+astro-ph/0612424
+astro-ph/0612425
+astro-ph/0612427
+astro-ph/0612430
+astro-ph/0612431
+astro-ph/0612434
+astro-ph/0612436
+astro-ph/0612439
+astro-ph/0612440
+astro-ph/0612444
+astro-ph/0612452
+astro-ph/0612457
+astro-ph/0612460
+astro-ph/0612467
+astro-ph/0612473
+astro-ph/0612479
+astro-ph/0612490
+astro-ph/0612493
+astro-ph/0612501
+astro-ph/0612502
+astro-ph/0612504
+astro-ph/0612505
+astro-ph/0612512
+astro-ph/0612514
+astro-ph/0612517
+astro-ph/0612518
+astro-ph/0612521
+astro-ph/0612524
+astro-ph/0612528
+astro-ph/0612536
+astro-ph/0612538
+astro-ph/0612539
+astro-ph/0612542
+astro-ph/0612549
+astro-ph/0612554
+astro-ph/0612562
+astro-ph/0612565
+astro-ph/0612566
+astro-ph/0612569
+astro-ph/0612573
+astro-ph/0612574
+astro-ph/0612578
+astro-ph/0612580
+astro-ph/0612587
+astro-ph/0612593
+astro-ph/0612598
+astro-ph/0612600
+astro-ph/0612607
+astro-ph/0612608
+astro-ph/0612611
+astro-ph/0612612
+astro-ph/0612625
+astro-ph/0612629
+astro-ph/0612635
+astro-ph/0612636
+astro-ph/0612638
+astro-ph/0612640
+astro-ph/0612641
+astro-ph/0612642
+astro-ph/0612644
+astro-ph/0612645
+astro-ph/0612656
+astro-ph/0612660
+astro-ph/0612666
+astro-ph/0612669
+astro-ph/0612673
+astro-ph/0612687
+astro-ph/0612700
+astro-ph/0612701
+astro-ph/0612708
+astro-ph/0612709
+astro-ph/0612712
+astro-ph/0612713
+astro-ph/0612718
+astro-ph/0612719
+astro-ph/0612720
+astro-ph/0612725
+astro-ph/0612728
+astro-ph/0612732
+astro-ph/0612734
+astro-ph/0612738
+astro-ph/0612741
+astro-ph/0612745
+astro-ph/0612746
+astro-ph/0612750
+astro-ph/0612751
+astro-ph/0612752
+astro-ph/0612755
+astro-ph/0612756
+astro-ph/0612761
+astro-ph/0612771
+astro-ph/0612775
+astro-ph/0612781
+astro-ph/0612782
+astro-ph/0612786
+astro-ph/0612787
+astro-ph/0701001
+astro-ph/0701004
+astro-ph/0701013
+astro-ph/0701014
+astro-ph/0701015
+astro-ph/0701018
+astro-ph/0701020
+astro-ph/0701027
+astro-ph/0701028
+astro-ph/0701030
+astro-ph/0701034
+astro-ph/0701035
+astro-ph/0701038
+astro-ph/0701041
+astro-ph/0701044
+astro-ph/0701046
+astro-ph/0701047
+astro-ph/0701054
+astro-ph/0701055
+astro-ph/0701068
+astro-ph/0701070
+astro-ph/0701074
+astro-ph/0701078
+astro-ph/0701080
+astro-ph/0701082
+astro-ph/0701104
+astro-ph/0701120
+astro-ph/0701128
+astro-ph/0701130
+astro-ph/0701131
+astro-ph/0701135
+astro-ph/0701136
+astro-ph/0701140
+astro-ph/0701141
+astro-ph/0701142
+astro-ph/0701148
+astro-ph/0701149
+astro-ph/0701151
+astro-ph/0701152
+astro-ph/0701157
+astro-ph/0701158
+astro-ph/0701161
+astro-ph/0701162
+astro-ph/0701166
+astro-ph/0701168
+astro-ph/0701178
+astro-ph/0701184
+astro-ph/0701186
+astro-ph/0701192
+astro-ph/0701193
+astro-ph/0701194
+astro-ph/0701201
+astro-ph/0701206
+astro-ph/0701211
+astro-ph/0701213
+astro-ph/0701216
+astro-ph/0701218
+astro-ph/0701221
+astro-ph/0701224
+astro-ph/0701245
+astro-ph/0701250
+astro-ph/0701267
+astro-ph/0701271
+astro-ph/0701275
+astro-ph/0701278
+astro-ph/0701280
+astro-ph/0701281
+astro-ph/0701282
+astro-ph/0701285
+astro-ph/0701286
+astro-ph/0701295
+astro-ph/0701298
+astro-ph/0701300
+astro-ph/0701301
+astro-ph/0701303
+astro-ph/0701304
+astro-ph/0701305
+astro-ph/0701308
+astro-ph/0701312
+astro-ph/0701315
+astro-ph/0701320
+astro-ph/0701324
+astro-ph/0701327
+astro-ph/0701332
+astro-ph/0701335
+astro-ph/0701338
+astro-ph/0701340
+astro-ph/0701345
+astro-ph/0701351
+astro-ph/0701352
+astro-ph/0701353
+astro-ph/0701356
+astro-ph/0701358
+astro-ph/0701364
+astro-ph/0701370
+astro-ph/0701373
+astro-ph/0701379
+astro-ph/0701380
+astro-ph/0701383
+astro-ph/0701384
+astro-ph/0701387
+astro-ph/0701388
+astro-ph/0701395
+astro-ph/0701397
+astro-ph/0701399
+astro-ph/0701405
+astro-ph/0701407
+astro-ph/0701410
+astro-ph/0701412
+astro-ph/0701419
+astro-ph/0701420
+astro-ph/0701423
+astro-ph/0701426
+astro-ph/0701427
+astro-ph/0701428
+astro-ph/0701429
+astro-ph/0701432
+astro-ph/0701433
+astro-ph/0701435
+astro-ph/0701442
+astro-ph/0701444
+astro-ph/0701449
+astro-ph/0701452
+astro-ph/0701454
+astro-ph/0701461
+astro-ph/0701464
+astro-ph/0701465
+astro-ph/0701467
+astro-ph/0701469
+astro-ph/0701470
+astro-ph/0701471
+astro-ph/0701472
+astro-ph/0701475
+astro-ph/0701479
+astro-ph/0701481
+astro-ph/0701487
+astro-ph/0701489
+astro-ph/0701497
+astro-ph/0701501
+astro-ph/0701506
+astro-ph/0701509
+astro-ph/0701527
+astro-ph/0701529
+astro-ph/0701531
+astro-ph/0701532
+astro-ph/0701534
+astro-ph/0701535
+astro-ph/0701538
+astro-ph/0701541
+astro-ph/0701542
+astro-ph/0701550
+astro-ph/0701551
+astro-ph/0701555
+astro-ph/0701556
+astro-ph/0701558
+astro-ph/0701560
+astro-ph/0701562
+astro-ph/0701564
+astro-ph/0701567
+astro-ph/0701571
+astro-ph/0701576
+astro-ph/0701578
+astro-ph/0701582
+astro-ph/0701590
+astro-ph/0701593
+astro-ph/0701596
+astro-ph/0701602
+astro-ph/0701612
+astro-ph/0701614
+astro-ph/0701617
+astro-ph/0701618
+astro-ph/0701624
+astro-ph/0701629
+astro-ph/0701630
+astro-ph/0701634
+astro-ph/0701635
+astro-ph/0701636
+astro-ph/0701644
+astro-ph/0701645
+astro-ph/0701649
+astro-ph/0701662
+astro-ph/0701664
+astro-ph/0701667
+astro-ph/0701668
+astro-ph/0701670
+astro-ph/0701674
+astro-ph/0701679
+astro-ph/0701680
+astro-ph/0701682
+astro-ph/0701690
+astro-ph/0701694
+astro-ph/0701695
+astro-ph/0701699
+astro-ph/0701707
+astro-ph/0701714
+astro-ph/0701715
+astro-ph/0701722
+astro-ph/0701724
+astro-ph/0701725
+astro-ph/0701730
+astro-ph/0701731
+astro-ph/0701733
+astro-ph/0701734
+astro-ph/0701736
+astro-ph/0701739
+astro-ph/0701745
+astro-ph/0701747
+astro-ph/0701751
+astro-ph/0701752
+astro-ph/0701761
+astro-ph/0701762
+astro-ph/0701764
+astro-ph/0701766
+astro-ph/0701768
+astro-ph/0701778
+astro-ph/0701782
+astro-ph/0701783
+astro-ph/0701784
+astro-ph/0701786
+astro-ph/0701798
+astro-ph/0701801
+astro-ph/0701802
+astro-ph/0701803
+astro-ph/0701804
+astro-ph/0701811
+astro-ph/0701821
+astro-ph/0701841
+astro-ph/0701842
+astro-ph/0701849
+astro-ph/0701850
+astro-ph/0701851
+astro-ph/0701857
+astro-ph/0701858
+astro-ph/0701859
+astro-ph/0701866
+astro-ph/0701867
+astro-ph/0701871
+astro-ph/0701872
+astro-ph/0701877
+astro-ph/0701879
+astro-ph/0701880
+astro-ph/0701884
+astro-ph/0701885
+astro-ph/0701886
+astro-ph/0701887
+astro-ph/0701889
+astro-ph/0701890
+astro-ph/0701894
+astro-ph/0701896
+astro-ph/0701898
+astro-ph/0701900
+astro-ph/0701903
+astro-ph/0701908
+astro-ph/0701914
+astro-ph/0701915
+astro-ph/0701920
+astro-ph/0701923
+astro-ph/0701924
+astro-ph/0701925
+astro-ph/0702001
+astro-ph/0702002
+astro-ph/0702003
+astro-ph/0702005
+astro-ph/0702010
+astro-ph/0702012
+astro-ph/0702013
+astro-ph/0702029
+astro-ph/0702040
+astro-ph/0702048
+astro-ph/0702053
+astro-ph/0702058
+astro-ph/0702060
+astro-ph/0702063
+astro-ph/0702065
+astro-ph/0702068
+astro-ph/0702072
+astro-ph/0702073
+astro-ph/0702076
+astro-ph/0702077
+astro-ph/0702078
+astro-ph/0702079
+astro-ph/0702082
+astro-ph/0702084
+astro-ph/0702087
+astro-ph/0702088
+astro-ph/0702090
+astro-ph/0702092
+astro-ph/0702095
+astro-ph/0702096
+astro-ph/0702097
+astro-ph/0702104
+astro-ph/0702105
+astro-ph/0702107
+astro-ph/0702108
+astro-ph/0702109
+astro-ph/0702112
+astro-ph/0702113
+astro-ph/0702121
+astro-ph/0702123
+astro-ph/0702126
+astro-ph/0702132
+astro-ph/0702133
+astro-ph/0702136
+astro-ph/0702138
+astro-ph/0702143
+astro-ph/0702144
+astro-ph/0702145
+astro-ph/0702147
+astro-ph/0702149
+astro-ph/0702155
+astro-ph/0702157
+astro-ph/0702170
+astro-ph/0702171
+astro-ph/0702176
+astro-ph/0702178
+astro-ph/0702181
+astro-ph/0702182
+astro-ph/0702187
+astro-ph/0702196
+astro-ph/0702199
+astro-ph/0702202
+astro-ph/0702204
+astro-ph/0702207
+astro-ph/0702209
+astro-ph/0702214
+astro-ph/0702217
+astro-ph/0702223
+astro-ph/0702228
+astro-ph/0702229
+astro-ph/0702234
+astro-ph/0702239
+astro-ph/0702240
+astro-ph/0702241
+astro-ph/0702247
+astro-ph/0702249
+astro-ph/0702258
+astro-ph/0702259
+astro-ph/0702260
+astro-ph/0702261
+astro-ph/0702264
+astro-ph/0702269
+astro-ph/0702272
+astro-ph/0702278
+astro-ph/0702282
+astro-ph/0702284
+astro-ph/0702287
+astro-ph/0702288
+astro-ph/0702289
+astro-ph/0702291
+astro-ph/0702292
+astro-ph/0702297
+astro-ph/0702305
+astro-ph/0702308
+astro-ph/0702310
+astro-ph/0702315
+astro-ph/0702316
+astro-ph/0702317
+astro-ph/0702324
+astro-ph/0702335
+astro-ph/0702340
+astro-ph/0702346
+astro-ph/0702348
+astro-ph/0702350
+astro-ph/0702351
+astro-ph/0702354
+astro-ph/0702355
+astro-ph/0702360
+astro-ph/0702361
+astro-ph/0702362
+astro-ph/0702364
+astro-ph/0702365
+astro-ph/0702366
+astro-ph/0702369
+astro-ph/0702373
+astro-ph/0702375
+astro-ph/0702376
+astro-ph/0702379
+astro-ph/0702381
+astro-ph/0702382
+astro-ph/0702389
+astro-ph/0702390
+astro-ph/0702398
+astro-ph/0702402
+astro-ph/0702406
+astro-ph/0702408
+astro-ph/0702410
+astro-ph/0702423
+astro-ph/0702432
+astro-ph/0702435
+astro-ph/0702436
+astro-ph/0702440
+astro-ph/0702441
+astro-ph/0702445
+astro-ph/0702446
+astro-ph/0702455
+astro-ph/0702460
+astro-ph/0702464
+astro-ph/0702467
+astro-ph/0702468
+astro-ph/0702473
+astro-ph/0702476
+astro-ph/0702478
+astro-ph/0702479
+astro-ph/0702481
+astro-ph/0702484
+astro-ph/0702485
+astro-ph/0702487
+astro-ph/0702491
+astro-ph/0702503
+astro-ph/0702505
+astro-ph/0702506
+astro-ph/0702508
+astro-ph/0702518
+astro-ph/0702519
+astro-ph/0702524
+astro-ph/0702525
+astro-ph/0702527
+astro-ph/0702529
+astro-ph/0702532
+astro-ph/0702537
+astro-ph/0702543
+astro-ph/0702551
+astro-ph/0702553
+astro-ph/0702562
+astro-ph/0702565
+astro-ph/0702566
+astro-ph/0702567
+astro-ph/0702572
+astro-ph/0702581
+astro-ph/0702583
+astro-ph/0702584
+astro-ph/0702587
+astro-ph/0702589
+astro-ph/0702600
+astro-ph/0702601
+astro-ph/0702606
+astro-ph/0702607
+astro-ph/0702608
+astro-ph/0702611
+astro-ph/0702613
+astro-ph/0702614
+astro-ph/0702617
+astro-ph/0702619
+astro-ph/0702627
+astro-ph/0702628
+astro-ph/0702632
+astro-ph/0702637
+astro-ph/0702645
+astro-ph/0702648
+astro-ph/0702653
+astro-ph/0702656
+astro-ph/0702659
+astro-ph/0702661
+astro-ph/0702664
+astro-ph/0702668
+astro-ph/0702670
+astro-ph/0702672
+astro-ph/0702673
+astro-ph/0702677
+astro-ph/0702678
+astro-ph/0702679
+astro-ph/0702691
+astro-ph/0702693
+astro-ph/0702695
+astro-ph/0702704
+astro-ph/0702706
+astro-ph/0702709
+astro-ph/0702710
+astro-ph/0702714
+astro-ph/0702717
+astro-ph/0702718
+astro-ph/0702719
+astro-ph/0702720
+astro-ph/0702722
+astro-ph/0702725
+astro-ph/0702726
+astro-ph/0702728
+astro-ph/0702733
+astro-ph/0702734
+astro-ph/0702735
+astro-ph/0702736
+astro-ph/0702741
+astro-ph/0702745
+astro-ph/0702751
+astro-ph/0702753
+astro-ph/0702754
+astro-ph/0703010
+astro-ph/0703011
+astro-ph/0703012
+astro-ph/0703016
+astro-ph/0703017
+astro-ph/0703019
+astro-ph/0703020
+astro-ph/0703025
+astro-ph/0703035
+astro-ph/0703040
+astro-ph/0703043
+astro-ph/0703056
+astro-ph/0703059
+astro-ph/0703062
+astro-ph/0703063
+astro-ph/0703071
+astro-ph/0703073
+astro-ph/0703075
+astro-ph/0703082
+astro-ph/0703104
+astro-ph/0703108
+astro-ph/0703115
+astro-ph/0703121
+astro-ph/0703123
+astro-ph/0703126
+astro-ph/0703129
+astro-ph/0703133
+astro-ph/0703135
+astro-ph/0703136
+astro-ph/0703139
+astro-ph/0703140
+astro-ph/0703144
+astro-ph/0703145
+astro-ph/0703147
+astro-ph/0703151
+astro-ph/0703154
+astro-ph/0703155
+astro-ph/0703157
+astro-ph/0703162
+astro-ph/0703164
+astro-ph/0703165
+astro-ph/0703167
+astro-ph/0703171
+astro-ph/0703174
+astro-ph/0703176
+astro-ph/0703177
+astro-ph/0703179
+astro-ph/0703183
+astro-ph/0703184
+astro-ph/0703193
+astro-ph/0703196
+astro-ph/0703198
+astro-ph/0703200
+astro-ph/0703202
+astro-ph/0703203
+astro-ph/0703210
+astro-ph/0703217
+astro-ph/0703226
+astro-ph/0703227
+astro-ph/0703228
+astro-ph/0703232
+astro-ph/0703234
+astro-ph/0703241
+astro-ph/0703243
+astro-ph/0703245
+astro-ph/0703246
+astro-ph/0703250
+astro-ph/0703254
+astro-ph/0703259
+astro-ph/0703261
+astro-ph/0703262
+astro-ph/0703265
+astro-ph/0703266
+astro-ph/0703267
+astro-ph/0703273
+astro-ph/0703274
+astro-ph/0703275
+astro-ph/0703277
+astro-ph/0703288
+astro-ph/0703292
+astro-ph/0703297
+astro-ph/0703300
+astro-ph/0703301
+astro-ph/0703305
+astro-ph/0703309
+astro-ph/0703310
+astro-ph/0703312
+astro-ph/0703317
+astro-ph/0703318
+astro-ph/0703319
+astro-ph/0703333
+astro-ph/0703334
+astro-ph/0703340
+astro-ph/0703342
+astro-ph/0703344
+astro-ph/0703347
+astro-ph/0703352
+astro-ph/0703360
+astro-ph/0703364
+astro-ph/0703375
+astro-ph/0703381
+astro-ph/0703382
+astro-ph/0703390
+astro-ph/0703391
+astro-ph/0703392
+astro-ph/0703403
+astro-ph/0703407
+astro-ph/0703409
+astro-ph/0703411
+astro-ph/0703413
+astro-ph/0703414
+astro-ph/0703415
+astro-ph/0703416
+astro-ph/0703417
+astro-ph/0703427
+astro-ph/0703428
+astro-ph/0703435
+astro-ph/0703440
+astro-ph/0703442
+astro-ph/0703444
+astro-ph/0703450
+astro-ph/0703454
+astro-ph/0703457
+astro-ph/0703459
+astro-ph/0703460
+astro-ph/0703461
+astro-ph/0703462
+astro-ph/0703465
+astro-ph/0703472
+astro-ph/0703483
+astro-ph/0703487
+astro-ph/0703488
+astro-ph/0703493
+astro-ph/0703495
+astro-ph/0703505
+astro-ph/0703507
+astro-ph/0703509
+astro-ph/0703511
+astro-ph/0703512
+astro-ph/0703513
+astro-ph/0703515
+astro-ph/0703516
+astro-ph/0703517
+astro-ph/0703520
+astro-ph/0703522
+astro-ph/0703525
+astro-ph/0703528
+astro-ph/0703531
+astro-ph/0703533
+astro-ph/0703534
+astro-ph/0703537
+astro-ph/0703540
+astro-ph/0703544
+astro-ph/0703545
+astro-ph/0703546
+astro-ph/0703549
+astro-ph/0703551
+astro-ph/0703552
+astro-ph/0703553
+astro-ph/0703556
+astro-ph/0703557
+astro-ph/0703565
+astro-ph/0703566
+astro-ph/0703575
+astro-ph/0703580
+astro-ph/0703582
+astro-ph/0703583
+astro-ph/0703585
+astro-ph/0703587
+astro-ph/0703591
+astro-ph/0703592
+astro-ph/0703593
+astro-ph/0703595
+astro-ph/0703596
+astro-ph/0703602
+astro-ph/0703604
+astro-ph/0703615
+astro-ph/0703619
+astro-ph/0703620
+astro-ph/0703621
+astro-ph/0703622
+astro-ph/0703623
+astro-ph/0703624
+astro-ph/0703625
+astro-ph/0703627
+astro-ph/0703628
+astro-ph/0703630
+astro-ph/0703636
+astro-ph/0703637
+astro-ph/0703638
+astro-ph/0703643
+astro-ph/0703645
+astro-ph/0703647
+astro-ph/0703655
+astro-ph/0703659
+astro-ph/0703663
+astro-ph/0703664
+astro-ph/0703667
+astro-ph/0703670
+astro-ph/0703671
+astro-ph/0703675
+astro-ph/0703678
+astro-ph/0703682
+astro-ph/0703685
+astro-ph/0703690
+astro-ph/0703695
+astro-ph/0703698
+astro-ph/0703702
+astro-ph/0703704
+astro-ph/0703705
+astro-ph/0703708
+astro-ph/0703709
+astro-ph/0703713
+astro-ph/0703716
+astro-ph/0703719
+astro-ph/0703720
+astro-ph/0703722
+astro-ph/0703723
+astro-ph/0703724
+astro-ph/0703727
+astro-ph/0703728
+astro-ph/0703729
+astro-ph/0703730
+astro-ph/0703731
+astro-ph/0703738
+astro-ph/0703739
+astro-ph/0703744
+astro-ph/0703749
+astro-ph/0703750
+astro-ph/0703751
+astro-ph/0703757
+astro-ph/0703758
+astro-ph/0703761
+astro-ph/0703762
+astro-ph/0703764
+astro-ph/0703768
+astro-ph/0703772
+astro-ph/0703776
+astro-ph/0703778
+astro-ph/0703781
+astro-ph/0703782
+astro-ph/0703784
+astro-ph/0703786
+astro-ph/0703789
+astro-ph/0703792
+astro-ph/0703797
+astro-ph/0703799
+astro-ph/0703800
+astro-ph/0703804
+astro-ph/0703808
+astro-ph/0703810
+astro-ph/9211004
+astro-ph/9302013
+astro-ph/9303012
+astro-ph/9305032
+astro-ph/9306024
+astro-ph/9308021
+astro-ph/9308023
+astro-ph/9309006
+astro-ph/9309041
+astro-ph/9309050
+astro-ph/9311040
+astro-ph/9311073
+astro-ph/9312003
+astro-ph/9312017
+astro-ph/9312062
+astro-ph/9401012
+astro-ph/9402037
+astro-ph/9403035
+astro-ph/9404054
+astro-ph/9405002
+astro-ph/9405063
+astro-ph/9405069
+astro-ph/9407048
+astro-ph/9408042
+astro-ph/9410003
+astro-ph/9410010
+astro-ph/9410028
+astro-ph/9411035
+astro-ph/9411098
+astro-ph/9412005
+astro-ph/9412009
+astro-ph/9412078
+astro-ph/9501101
+astro-ph/9503094
+astro-ph/9504011
+astro-ph/9505005
+astro-ph/9505043
+astro-ph/9505093
+astro-ph/9505102
+astro-ph/9506051
+astro-ph/9506099
+astro-ph/9507006
+astro-ph/9507023
+astro-ph/9507060
+astro-ph/9507106
+astro-ph/9508003
+astro-ph/9508025
+astro-ph/9508046
+astro-ph/9508070
+astro-ph/9508078
+astro-ph/9508100
+astro-ph/9508108
+astro-ph/9509006
+astro-ph/9509009
+astro-ph/9509010
+astro-ph/9509049
+astro-ph/9509092
+astro-ph/9510019
+astro-ph/9510041
+astro-ph/9510123
+astro-ph/9511011
+astro-ph/9511055
+astro-ph/9511069
+astro-ph/9511071
+astro-ph/9511095
+astro-ph/9512017
+astro-ph/9512044
+astro-ph/9512103
+astro-ph/9601009
+astro-ph/9601059
+astro-ph/9601104
+astro-ph/9601140
+astro-ph/9601189
+astro-ph/9602012
+astro-ph/9602055
+astro-ph/9602081
+astro-ph/9602141
+astro-ph/9603032
+astro-ph/9603033
+astro-ph/9603045
+astro-ph/9603071
+astro-ph/9603087
+astro-ph/9603161
+astro-ph/9604061
+astro-ph/9604167
+astro-ph/9604172
+astro-ph/9605010
+astro-ph/9605039
+astro-ph/9605112
+astro-ph/9605123
+astro-ph/9605176
+astro-ph/9606059
+astro-ph/9606125
+astro-ph/9606158
+astro-ph/9606171
+astro-ph/9607013
+astro-ph/9607014
+astro-ph/9607038
+astro-ph/9607060
+astro-ph/9607163
+astro-ph/9608033
+astro-ph/9608040
+astro-ph/9608054
+astro-ph/9608170
+astro-ph/9608177
+astro-ph/9608182
+astro-ph/9608192
+astro-ph/9609038
+astro-ph/9609144
+astro-ph/9609204
+astro-ph/9610100
+astro-ph/9610115
+astro-ph/9610166
+astro-ph/9610184
+astro-ph/9610256
+astro-ph/9610265
+astro-ph/9611062
+astro-ph/9611107
+astro-ph/9611194
+astro-ph/9611208
+astro-ph/9612025
+astro-ph/9612071
+astro-ph/9612135
+astro-ph/9612197
+astro-ph/9612209
+astro-ph/9612222
+astro-ph/9612237
+astro-ph/9701056
+astro-ph/9701131
+astro-ph/9702135
+astro-ph/9702159
+astro-ph/9702186
+astro-ph/9703137
+astro-ph/9703138
+astro-ph/9704077
+astro-ph/9704118
+astro-ph/9704150
+astro-ph/9704161
+astro-ph/9704166
+astro-ph/9704196
+astro-ph/9704211
+astro-ph/9704231
+astro-ph/9704299
+astro-ph/9705008
+astro-ph/9705043
+astro-ph/9705142
+astro-ph/9705157
+astro-ph/9705188
+astro-ph/9706012
+astro-ph/9706044
+astro-ph/9706056
+astro-ph/9706069
+astro-ph/9706163
+astro-ph/9706215
+astro-ph/9706250
+astro-ph/9706287
+astro-ph/9706289
+astro-ph/9706294
+astro-ph/9707017
+astro-ph/9707098
+astro-ph/9707106
+astro-ph/9707220
+astro-ph/9707226
+astro-ph/9707351
+astro-ph/9708046
+astro-ph/9708092
+astro-ph/9708202
+astro-ph/9708225
+astro-ph/9709072
+astro-ph/9709119
+astro-ph/9709123
+astro-ph/9709153
+astro-ph/9709240
+astro-ph/9710222
+astro-ph/9710270
+astro-ph/9710327
+astro-ph/9711052
+astro-ph/9711057
+astro-ph/9711080
+astro-ph/9711133
+astro-ph/9711171
+astro-ph/9711236
+astro-ph/9711347
+astro-ph/9712008
+astro-ph/9712020
+astro-ph/9712055
+astro-ph/9712060
+astro-ph/9712109
+astro-ph/9712157
+astro-ph/9712238
+astro-ph/9712260
+astro-ph/9712272
+astro-ph/9712343
+astro-ph/9801003
+astro-ph/9801028
+astro-ph/9801044
+astro-ph/9801054
+astro-ph/9801082
+astro-ph/9801187
+astro-ph/9801190
+astro-ph/9801234
+astro-ph/9801280
+astro-ph/9802074
+astro-ph/9802084
+astro-ph/9802098
+astro-ph/9802234
+astro-ph/9802237
+astro-ph/9802251
+astro-ph/9802252
+astro-ph/9802331
+astro-ph/9803021
+astro-ph/9803131
+astro-ph/9803232
+astro-ph/9803343
+astro-ph/9804012
+astro-ph/9804148
+astro-ph/9804236
+astro-ph/9804264
+astro-ph/9804289
+astro-ph/9804301
+astro-ph/9804331
+astro-ph/9805009
+astro-ph/9805015
+astro-ph/9805121
+astro-ph/9805201
+astro-ph/9805260
+astro-ph/9805341
+astro-ph/9806024
+astro-ph/9806176
+astro-ph/9806197
+astro-ph/9806250
+astro-ph/9806272
+astro-ph/9806312
+astro-ph/9806340
+astro-ph/9807006
+astro-ph/9807078
+astro-ph/9807085
+astro-ph/9807158
+astro-ph/9807279
+astro-ph/9807286
+astro-ph/9807298
+astro-ph/9807307
+astro-ph/9808050
+astro-ph/9808196
+astro-ph/9809030
+astro-ph/9809034
+astro-ph/9809223
+astro-ph/9809242
+astro-ph/9809280
+astro-ph/9810070
+astro-ph/9810146
+astro-ph/9810189
+astro-ph/9810266
+astro-ph/9810291
+astro-ph/9810332
+astro-ph/9810439
+astro-ph/9810479
+astro-ph/9811074
+astro-ph/9811119
+astro-ph/9811132
+astro-ph/9811144
+astro-ph/9811185
+astro-ph/9811362
+astro-ph/9811371
+astro-ph/9811443
+astro-ph/9811460
+astro-ph/9812025
+astro-ph/9812083
+astro-ph/9812124
+astro-ph/9812133
+astro-ph/9812150
+astro-ph/9812265
+astro-ph/9812319
+astro-ph/9812399
+astro-ph/9812404
+astro-ph/9812474
+astro-ph/9901014
+astro-ph/9901049
+astro-ph/9901068
+astro-ph/9901099
+astro-ph/9901101
+astro-ph/9901113
+astro-ph/9901122
+astro-ph/9901129
+astro-ph/9901179
+astro-ph/9901215
+astro-ph/9901240
+astro-ph/9901264
+astro-ph/9901281
+astro-ph/9901292
+astro-ph/9901293
+astro-ph/9901304
+astro-ph/9901338
+astro-ph/9901403
+astro-ph/9901416
+astro-ph/9902065
+astro-ph/9902233
+astro-ph/9902245
+astro-ph/9902248
+astro-ph/9902272
+astro-ph/9902285
+astro-ph/9902315
+astro-ph/9902325
+astro-ph/9902334
+astro-ph/9902345
+astro-ph/9903043
+astro-ph/9903054
+astro-ph/9903081
+astro-ph/9903164
+astro-ph/9903209
+astro-ph/9903237
+astro-ph/9903335
+astro-ph/9903341
+astro-ph/9903342
+astro-ph/9903343
+astro-ph/9903347
+astro-ph/9903386
+astro-ph/9903399
+astro-ph/9903433
+astro-ph/9903436
+astro-ph/9903456
+astro-ph/9903467
+astro-ph/9904017
+astro-ph/9904022
+astro-ph/9904082
+astro-ph/9904090
+astro-ph/9904098
+astro-ph/9904108
+astro-ph/9904120
+astro-ph/9904122
+astro-ph/9904130
+astro-ph/9904132
+astro-ph/9904143
+astro-ph/9904149
+astro-ph/9904225
+astro-ph/9904265
+astro-ph/9904282
+astro-ph/9904295
+astro-ph/9904345
+astro-ph/9904350
+astro-ph/9904351
+astro-ph/9904355
+astro-ph/9904390
+astro-ph/9904405
+astro-ph/9905012
+astro-ph/9905127
+astro-ph/9905170
+astro-ph/9905224
+astro-ph/9905234
+astro-ph/9905287
+astro-ph/9905288
+astro-ph/9905289
+astro-ph/9905301
+astro-ph/9905320
+astro-ph/9905323
+astro-ph/9905368
+astro-ph/9905381
+astro-ph/9906007
+astro-ph/9906068
+astro-ph/9906073
+astro-ph/9906171
+astro-ph/9906197
+astro-ph/9906204
+astro-ph/9906232
+astro-ph/9906245
+astro-ph/9906289
+astro-ph/9906387
+astro-ph/9906399
+astro-ph/9906405
+astro-ph/9906438
+astro-ph/9906481
+astro-ph/9906493
+astro-ph/9907011
+astro-ph/9907021
+astro-ph/9907024
+astro-ph/9907052
+astro-ph/9907112
+astro-ph/9907139
+astro-ph/9907161
+astro-ph/9907206
+astro-ph/9907259
+astro-ph/9907264
+astro-ph/9907265
+astro-ph/9907266
+astro-ph/9907295
+astro-ph/9907338
+astro-ph/9907340
+astro-ph/9907381
+astro-ph/9908016
+astro-ph/9908078
+astro-ph/9908093
+astro-ph/9908116
+astro-ph/9908119
+astro-ph/9908160
+astro-ph/9908216
+astro-ph/9908218
+astro-ph/9908224
+astro-ph/9908276
+astro-ph/9908280
+astro-ph/9908296
+astro-ph/9908317
+astro-ph/9908359
+astro-ph/9909032
+astro-ph/9909076
+astro-ph/9909092
+astro-ph/9909112
+astro-ph/9909150
+astro-ph/9909165
+astro-ph/9909192
+astro-ph/9909247
+astro-ph/9909295
+astro-ph/9909317
+astro-ph/9909392
+astro-ph/9910060
+astro-ph/9910075
+astro-ph/9910104
+astro-ph/9910144
+astro-ph/9910166
+astro-ph/9910195
+astro-ph/9910229
+astro-ph/9910267
+astro-ph/9910306
+astro-ph/9910388
+astro-ph/9911077
+astro-ph/9911079
+astro-ph/9911144
+astro-ph/9911158
+astro-ph/9911177
+astro-ph/9911234
+astro-ph/9911372
+astro-ph/9911396
+astro-ph/9911461
+astro-ph/9911502
+astro-ph/9912048
+astro-ph/9912054
+astro-ph/9912085
+astro-ph/9912096
+astro-ph/9912215
+astro-ph/9912430
+astro-ph/9912456
+astro-ph/9912458
+astro-ph/9912463
+astro-ph/9912508
+astro-ph/9912525
+astro-ph/9912548
+astro-ph/9912564
+chao-dyn/9512007 Chaotic Dynamics
+chao-dyn/9512008 Chaotic Dynamics
+chao-dyn/9603012 Chaotic Dynamics
+chao-dyn/9810033 Chaotic Dynamics
+chao-dyn/9909039 Chaotic Dynamics
+cond-mat/0001207 Statistical Mechanics
+cond-mat/0001349 Statistical Mechanics
+cond-mat/0003091 Statistical Mechanics
+cond-mat/0003324
+cond-mat/0004195 Soft Condensed Matter
+cond-mat/0004199 Statistical Mechanics
+cond-mat/0004341 Statistical Mechanics
+cond-mat/0005130 Statistical Mechanics
+cond-mat/0005286 Statistical Mechanics
+cond-mat/0006112 Statistical Mechanics
+cond-mat/0006204
+cond-mat/0006259 Mesoscale and Nanoscale Physics
+cond-mat/0006367 Statistical Mechanics
+cond-mat/0007063 Statistical Mechanics
+cond-mat/0007226 Mesoscale and Nanoscale Physics
+cond-mat/0007476 Statistical Mechanics
+cond-mat/0008422 Statistical Mechanics
+cond-mat/0008444 Disordered Systems and Neural Networks
+cond-mat/0009054 Statistical Mechanics
+cond-mat/0009389 Mesoscale and Nanoscale Physics
+cond-mat/0010030 Mesoscale and Nanoscale Physics
+cond-mat/0010061 Statistical Mechanics
+cond-mat/0010062 Statistical Mechanics
+cond-mat/0010360 Statistical Mechanics
+cond-mat/0010463
+cond-mat/0011454
+cond-mat/0012121 Soft Condensed Matter
+cond-mat/0012141 Statistical Mechanics
+cond-mat/0012164 Statistical Mechanics
+cond-mat/0101060 Statistical Mechanics
+cond-mat/0101219 Statistical Mechanics
+cond-mat/0102036 Statistical Mechanics
+cond-mat/0102245 Statistical Mechanics
+cond-mat/0102247 Statistical Mechanics
+cond-mat/0102268 Mesoscale and Nanoscale Physics
+cond-mat/0104383 Statistical Mechanics
+cond-mat/0105229 Statistical Mechanics
+cond-mat/0105270
+cond-mat/0105416 Statistical Mechanics
+cond-mat/0106049 Statistical Mechanics
+cond-mat/0106152 Superconductivity
+cond-mat/0106372 Statistical Mechanics
+cond-mat/0106492
+cond-mat/0107516 Mesoscale and Nanoscale Physics
+cond-mat/0108410 Statistical Mechanics
+cond-mat/0108411 Statistical Mechanics
+cond-mat/0109259 Statistical Mechanics
+cond-mat/0109260 Superconductivity
+cond-mat/0110108 Mesoscale and Nanoscale Physics
+cond-mat/0110195 Statistical Mechanics
+cond-mat/0110205 Statistical Mechanics
+cond-mat/0110287 Statistical Mechanics
+cond-mat/0110322 Strongly Correlated Electrons
+cond-mat/0111085
+cond-mat/0112444 Statistical Mechanics
+cond-mat/0201213 Statistical Mechanics
+cond-mat/0201354 Statistical Mechanics
+cond-mat/0201489 Statistical Mechanics
+cond-mat/0201496 Statistical Mechanics
+cond-mat/0202017 Statistical Mechanics
+cond-mat/0202346 Statistical Mechanics
+cond-mat/0203411 Statistical Mechanics
+cond-mat/0204161 Strongly Correlated Electrons
+cond-mat/0204267 Statistical Mechanics
+cond-mat/0205101 Statistical Mechanics
+cond-mat/0205128 Strongly Correlated Electrons
+cond-mat/0206045 Strongly Correlated Electrons
+cond-mat/0206233
+cond-mat/0206257 Strongly Correlated Electrons
+cond-mat/0206352 Statistical Mechanics
+cond-mat/0207180 Statistical Mechanics
+cond-mat/0207301 Strongly Correlated Electrons
+cond-mat/0207656
+cond-mat/0208360 Materials Science
+cond-mat/0208455 Statistical Mechanics
+cond-mat/0208561 Mesoscale and Nanoscale Physics
+cond-mat/0210248 Strongly Correlated Electrons
+cond-mat/0210310 Soft Condensed Matter
+cond-mat/0210330 Statistical Mechanics
+cond-mat/0212280 Statistical Mechanics
+cond-mat/0212365 Statistical Mechanics
+cond-mat/0212475 Statistical Mechanics
+cond-mat/0212564 Statistical Mechanics
+cond-mat/0302311 Strongly Correlated Electrons
+cond-mat/0302571
+cond-mat/0303148 Statistical Mechanics
+cond-mat/0303235 Statistical Mechanics
+cond-mat/0305138 Other Condensed Matter
+cond-mat/0306171 Statistical Mechanics
+cond-mat/0306285 Strongly Correlated Electrons
+cond-mat/0306351
+cond-mat/0306362 Statistical Mechanics
+cond-mat/0306498 Statistical Mechanics
+cond-mat/0306561
+cond-mat/0307227 Statistical Mechanics
+cond-mat/0307338 Strongly Correlated Electrons
+cond-mat/0308216 Strongly Correlated Electrons
+cond-mat/0308324 Superconductivity
+cond-mat/0308333 Statistical Mechanics
+cond-mat/0308363 Superconductivity
+cond-mat/0308466 Statistical Mechanics
+cond-mat/0309307 Statistical Mechanics
+cond-mat/0310153 Strongly Correlated Electrons
+cond-mat/0310269 Statistical Mechanics
+cond-mat/0312373 Statistical Mechanics
+cond-mat/0402562 Mesoscale and Nanoscale Physics
+cond-mat/0402625 Statistical Mechanics
+cond-mat/0405062 Disordered Systems and Neural Networks
+cond-mat/0406431 Strongly Correlated Electrons
+cond-mat/0408538 Other Condensed Matter
+cond-mat/0409172 Superconductivity
+cond-mat/0409310 Statistical Mechanics
+cond-mat/0409594 Statistical Mechanics
+cond-mat/0409691 Strongly Correlated Electrons
+cond-mat/0410474 Strongly Correlated Electrons
+cond-mat/0410749 Statistical Mechanics
+cond-mat/0501080 Statistical Mechanics
+cond-mat/0501110 Other Condensed Matter
+cond-mat/0502339 Statistical Mechanics
+cond-mat/0502534 Superconductivity
+cond-mat/0502588 Strongly Correlated Electrons
+cond-mat/0503511 Statistical Mechanics
+cond-mat/0503581 Other Condensed Matter
+cond-mat/0504758 Statistical Mechanics
+cond-mat/0505089 Strongly Correlated Electrons
+cond-mat/0505384 Statistical Mechanics
+cond-mat/0505742 Statistical Mechanics
+cond-mat/0506208 Other Condensed Matter
+cond-mat/0506428 Mesoscale and Nanoscale Physics
+cond-mat/0508650 Strongly Correlated Electrons
+cond-mat/0509136 Statistical Mechanics
+cond-mat/0510034 Statistical Mechanics
+cond-mat/0510458 Statistical Mechanics
+cond-mat/0512058 Statistical Mechanics
+cond-mat/0512157 Mesoscale and Nanoscale Physics
+cond-mat/0512175 Statistical Mechanics
+cond-mat/0512317 Mesoscale and Nanoscale Physics
+cond-mat/0601307 Other Condensed Matter
+cond-mat/0601342 Strongly Correlated Electrons
+cond-mat/0601391 Materials Science
+cond-mat/0603125 Mesoscale and Nanoscale Physics
+cond-mat/0603157 Statistical Mechanics
+cond-mat/0603521 Disordered Systems and Neural Networks
+cond-mat/0603717 Strongly Correlated Electrons
+cond-mat/0604149 Superconductivity
+cond-mat/0604248 Other Condensed Matter
+cond-mat/0604538 Statistical Mechanics
+cond-mat/0604579 Superconductivity
+cond-mat/0605348 Strongly Correlated Electrons
+cond-mat/0605408 Statistical Mechanics
+cond-mat/0605438 Statistical Mechanics
+cond-mat/0605638 Statistical Mechanics
+cond-mat/0605683 Strongly Correlated Electrons
+cond-mat/0606043 Superconductivity
+cond-mat/0606069 Other Condensed Matter
+cond-mat/0606217 Mesoscale and Nanoscale Physics
+cond-mat/0606243 Other Condensed Matter
+cond-mat/0606434 Strongly Correlated Electrons
+cond-mat/0606706 Statistical Mechanics
+cond-mat/0606766 Strongly Correlated Electrons
+cond-mat/0607019 Statistical Mechanics
+cond-mat/0607082 Statistical Mechanics
+cond-mat/0607138 Strongly Correlated Electrons
+cond-mat/0607310 Strongly Correlated Electrons
+cond-mat/0607394 Materials Science
+cond-mat/0607396 Statistical Mechanics
+cond-mat/0607536 Soft Condensed Matter
+cond-mat/0607538 Soft Condensed Matter
+cond-mat/0607736 Strongly Correlated Electrons
+cond-mat/0607788 Statistical Mechanics
+cond-mat/0607834 Other Condensed Matter
+cond-mat/0608023 Statistical Mechanics
+cond-mat/0608078 Superconductivity
+cond-mat/0608424 Superconductivity
+cond-mat/0608447 Statistical Mechanics
+cond-mat/0608553 Other Condensed Matter
+cond-mat/0608588 Mesoscale and Nanoscale Physics
+cond-mat/0608667 Strongly Correlated Electrons
+cond-mat/0609039 Strongly Correlated Electrons
+cond-mat/0609072 Statistical Mechanics
+cond-mat/0609088 Mesoscale and Nanoscale Physics
+cond-mat/0609431 Other Condensed Matter
+cond-mat/0609435 Statistical Mechanics
+cond-mat/0609598 Statistical Mechanics
+cond-mat/0609731 Strongly Correlated Electrons
+cond-mat/0609740 Mesoscale and Nanoscale Physics
+cond-mat/0609768 Mesoscale and Nanoscale Physics
+cond-mat/0610011 Other Condensed Matter
+cond-mat/0610045 Statistical Mechanics
+cond-mat/0610108 Other Condensed Matter
+cond-mat/0610162 Other Condensed Matter
+cond-mat/0610193 Statistical Mechanics
+cond-mat/0610375 Statistical Mechanics
+cond-mat/0610398 Superconductivity
+cond-mat/0610481 Statistical Mechanics
+cond-mat/0610647 Statistical Mechanics
+cond-mat/0611082 Strongly Correlated Electrons
+cond-mat/0611316 Statistical Mechanics
+cond-mat/0611352 Mesoscale and Nanoscale Physics
+cond-mat/0611386 Superconductivity
+cond-mat/0611400 Other Condensed Matter
+cond-mat/0611543 Statistical Mechanics
+cond-mat/0611628 Mesoscale and Nanoscale Physics
+cond-mat/0611658 Strongly Correlated Electrons
+cond-mat/0611733 Strongly Correlated Electrons
+cond-mat/0611746 Strongly Correlated Electrons
+cond-mat/0611769 Other Condensed Matter
+cond-mat/0612080 Superconductivity
+cond-mat/0612123 Other Condensed Matter
+cond-mat/0612125 Other Condensed Matter
+cond-mat/0612130 Strongly Correlated Electrons
+cond-mat/0612192 Statistical Mechanics
+cond-mat/0612220 Strongly Correlated Electrons
+cond-mat/0612252 Other Condensed Matter
+cond-mat/0612269 Mesoscale and Nanoscale Physics
+cond-mat/0612318 Statistical Mechanics
+cond-mat/0612343 Strongly Correlated Electrons
+cond-mat/0612361 Other Condensed Matter
+cond-mat/0612363 Strongly Correlated Electrons
+cond-mat/0612374 Strongly Correlated Electrons
+cond-mat/0612460 Statistical Mechanics
+cond-mat/0612594 Statistical Mechanics
+cond-mat/0612623 Strongly Correlated Electrons
+cond-mat/0612656 Disordered Systems and Neural Networks
+cond-mat/0701006 Mesoscale and Nanoscale Physics
+cond-mat/0701061 Statistical Mechanics
+cond-mat/0701096 Mesoscale and Nanoscale Physics
+cond-mat/0701113 Statistical Mechanics
+cond-mat/0701134 Strongly Correlated Electrons
+cond-mat/0701139 Superconductivity
+cond-mat/0701154 Statistical Mechanics
+cond-mat/0701251 Other Condensed Matter
+cond-mat/0701259 Statistical Mechanics
+cond-mat/0701331 Statistical Mechanics
+cond-mat/0701333 Mesoscale and Nanoscale Physics
+cond-mat/0701491 Statistical Mechanics
+cond-mat/0701550 Disordered Systems and Neural Networks
+cond-mat/0701641 Statistical Mechanics
+cond-mat/0701768 Strongly Correlated Electrons
+cond-mat/0701786 Statistical Mechanics
+cond-mat/0702070 Statistical Mechanics
+cond-mat/0702075 Statistical Mechanics
+cond-mat/0702252 Mesoscale and Nanoscale Physics
+cond-mat/0702326 Mesoscale and Nanoscale Physics
+cond-mat/0702366 Strongly Correlated Electrons
+cond-mat/0702498 Superconductivity
+cond-mat/0702569 Statistical Mechanics
+cond-mat/0702581 Statistical Mechanics
+cond-mat/0703114 Statistical Mechanics
+cond-mat/0703117 Statistical Mechanics
+cond-mat/0703122 Statistical Mechanics
+cond-mat/0703163 Other Condensed Matter
+cond-mat/0703183 Soft Condensed Matter
+cond-mat/0703184 Superconductivity
+cond-mat/0703228 Statistical Mechanics
+cond-mat/0703291 Statistical Mechanics
+cond-mat/0703319 Statistical Mechanics
+cond-mat/0703326 Statistical Mechanics
+cond-mat/0703366 Superconductivity
+cond-mat/0703445 Statistical Mechanics
+cond-mat/0703547 Strongly Correlated Electrons
+cond-mat/0703609 Strongly Correlated Electrons
+cond-mat/0703630 Other Condensed Matter
+cond-mat/0703691 Statistical Mechanics
+cond-mat/0703787 Statistical Mechanics
+cond-mat/9207018
+cond-mat/9208005
+cond-mat/9209002
+cond-mat/9209029
+cond-mat/9212034
+cond-mat/9301007
+cond-mat/9301021
+cond-mat/9301037
+cond-mat/9507061
+cond-mat/9507115
+cond-mat/9509039
+cond-mat/9510046
+cond-mat/9510074
+cond-mat/9512007
+cond-mat/9603013
+cond-mat/9603078
+cond-mat/9603083
+cond-mat/9603156
+cond-mat/9604084
+cond-mat/9605019
+cond-mat/9607091
+cond-mat/9609242
+cond-mat/9611072
+cond-mat/9612187 Statistical Mechanics
+cond-mat/9612228
+cond-mat/9702218 Strongly Correlated Electrons
+cond-mat/9704048 Superconductivity
+cond-mat/9704211
+cond-mat/9705125 Mesoscale and Nanoscale Physics
+cond-mat/9707039 Statistical Mechanics
+cond-mat/9707199 Statistical Mechanics
+cond-mat/9708006 Statistical Mechanics
+cond-mat/9709171 Statistical Mechanics
+cond-mat/9709208 Statistical Mechanics
+cond-mat/9711071
+cond-mat/9711080
+cond-mat/9711265 Statistical Mechanics
+cond-mat/9711294 Statistical Mechanics
+cond-mat/9801075 Mesoscale and Nanoscale Physics
+cond-mat/9801148 Statistical Mechanics
+cond-mat/9801183 Statistical Mechanics
+cond-mat/9803240 Statistical Mechanics
+cond-mat/9803325 Strongly Correlated Electrons
+cond-mat/9804227 Statistical Mechanics
+cond-mat/9804302 Statistical Mechanics
+cond-mat/9805119
+cond-mat/9805125 Disordered Systems and Neural Networks
+cond-mat/9806041 Statistical Mechanics
+cond-mat/9806190 Statistical Mechanics
+cond-mat/9806360 Soft Condensed Matter
+cond-mat/9807241 Mesoscale and Nanoscale Physics
+cond-mat/9809102 Statistical Mechanics
+cond-mat/9810311 Statistical Mechanics
+cond-mat/9811264 Statistical Mechanics
+cond-mat/9812267 Statistical Mechanics
+cond-mat/9812371 Statistical Mechanics
+cond-mat/9903410 Statistical Mechanics
+cond-mat/9904413 Statistical Mechanics
+cond-mat/9905138 Statistical Mechanics
+cond-mat/9905234 Statistical Mechanics
+cond-mat/9905430 Statistical Mechanics
+cond-mat/9906166 Superconductivity
+cond-mat/9907019 Strongly Correlated Electrons
+cond-mat/9907214
+cond-mat/9907335 Statistical Mechanics
+cond-mat/9908068 Statistical Mechanics
+cond-mat/9908290 Strongly Correlated Electrons
+cond-mat/9908326
+cond-mat/9909120 Mesoscale and Nanoscale Physics
+cond-mat/9909168 Statistical Mechanics
+cond-mat/9909407 Statistical Mechanics
+cond-mat/9910508 Statistical Mechanics
+cond-mat/9911107 Statistical Mechanics
+cond-mat/9911443 Statistical Mechanics
+cond-mat/9912008 Mesoscale and Nanoscale Physics
+cond-mat/9912071 Statistical Mechanics
+cond-mat/9912143 Strongly Correlated Electrons
+cond-mat/9912473
+cs/0111006 Databases
+cs/0111008 Networking and Internet Architecture
+cs/0111013 Software Engineering
+cs/0111014 Software Engineering
+cs/0303013 Software Engineering
+cs/0304043 Symbolic Computation
+cs/0305047 Other Computer Science
+cs/0305049 Software Engineering
+cs/0305050 Distributed, Parallel, and Cluster Computing
+cs/0305054 Performance
+cs/0305060 Performance
+cs/0305062 Distributed, Parallel, and Cluster Computing
+cs/0305063 Distributed, Parallel, and Cluster Computing
+cs/0305066 Distributed, Parallel, and Cluster Computing
+cs/0306009 Distributed, Parallel, and Cluster Computing
+cs/0306011 Distributed, Parallel, and Cluster Computing
+cs/0306012 Graphics
+cs/0306024 Other Computer Science
+cs/0306030 Distributed, Parallel, and Cluster Computing
+cs/0306031 Graphics
+cs/0306034 Databases
+cs/0306042 Software Engineering
+cs/0306074 Distributed, Parallel, and Cluster Computing
+cs/0306078 Software Engineering
+cs/0306080 Software Engineering
+cs/0306100 Distributed, Parallel, and Cluster Computing
+cs/0306133 Distributed, Parallel, and Cluster Computing
+cs/0307001 Distributed, Parallel, and Cluster Computing
+cs/0307019 Distributed, Parallel, and Cluster Computing
+cs/0307021 Distributed, Parallel, and Cluster Computing
+cs/0604052 Symbolic Computation
+cs/0608005 Symbolic Computation
+cs/9811020 Digital Libraries
+dg-ga/9612008 Differential Geometry
+dg-ga/9703016 Differential Geometry
+dg-ga/9704006 Differential Geometry
+funct-an/9406005 Functional Analysis
+funct-an/9702001 Functional Analysis
+gr-qc/0001014
+gr-qc/0001045
+gr-qc/0001046
+gr-qc/0001056
+gr-qc/0001060
+gr-qc/0002005
+gr-qc/0002015
+gr-qc/0002040
+gr-qc/0002049
+gr-qc/0002079
+gr-qc/0002091
+gr-qc/0003007
+gr-qc/0003067
+gr-qc/0003070
+gr-qc/0003082
+gr-qc/0003105
+gr-qc/0004034
+gr-qc/0004073
+gr-qc/0004075
+gr-qc/0005019
+gr-qc/0005082
+gr-qc/0005096
+gr-qc/0005106
+gr-qc/0005115
+gr-qc/0005131
+gr-qc/0006021
+gr-qc/0006022
+gr-qc/0006040
+gr-qc/0006084
+gr-qc/0006107
+gr-qc/0007015
+gr-qc/0007050
+gr-qc/0007052
+gr-qc/0007057
+gr-qc/0007070
+gr-qc/0007080
+gr-qc/0008007
+gr-qc/0008042
+gr-qc/0008066
+gr-qc/0008067
+gr-qc/0009014
+gr-qc/0009016
+gr-qc/0009037
+gr-qc/0009041
+gr-qc/0009044
+gr-qc/0009047
+gr-qc/0009056
+gr-qc/0009059
+gr-qc/0009083
+gr-qc/0009087
+gr-qc/0010021
+gr-qc/0010051
+gr-qc/0010058
+gr-qc/0010062
+gr-qc/0011058
+gr-qc/0012010
+gr-qc/0012029
+gr-qc/0012040
+gr-qc/0012057
+gr-qc/0012075
+gr-qc/0012079
+gr-qc/0101041
+gr-qc/0102014
+gr-qc/0102049
+gr-qc/0102069
+gr-qc/0102071
+gr-qc/0102090
+gr-qc/0103012
+gr-qc/0103018
+gr-qc/0103033
+gr-qc/0103073
+gr-qc/0103074
+gr-qc/0103095
+gr-qc/0103099
+gr-qc/0104010
+gr-qc/0104020
+gr-qc/0104026
+gr-qc/0104063
+gr-qc/0104070
+gr-qc/0104083
+gr-qc/0105015
+gr-qc/0105029
+gr-qc/0105031
+gr-qc/0105038
+gr-qc/0105104
+gr-qc/0105105
+gr-qc/0105106
+gr-qc/0105111
+gr-qc/0106031
+gr-qc/0106033
+gr-qc/0106060
+gr-qc/0106065
+gr-qc/0106096
+gr-qc/0107001
+gr-qc/0107004
+gr-qc/0107039
+gr-qc/0107044
+gr-qc/0107052
+gr-qc/0107068
+gr-qc/0107070
+gr-qc/0109049
+gr-qc/0109083
+gr-qc/0109086
+gr-qc/0110003
+gr-qc/0110010
+gr-qc/0110035
+gr-qc/0110069
+gr-qc/0110101
+gr-qc/0110119
+gr-qc/0111003
+gr-qc/0111011
+gr-qc/0111015
+gr-qc/0111035
+gr-qc/0111080
+gr-qc/0112002
+gr-qc/0112010
+gr-qc/0112056
+gr-qc/0112074
+gr-qc/0201033
+gr-qc/0201048
+gr-qc/0201069
+gr-qc/0201085
+gr-qc/0201102
+gr-qc/0202035
+gr-qc/0203004
+gr-qc/0203012
+gr-qc/0203049
+gr-qc/0203052
+gr-qc/0203082
+gr-qc/0204060
+gr-qc/0204069
+gr-qc/0204074
+gr-qc/0204092
+gr-qc/0205002
+gr-qc/0205036
+gr-qc/0205046
+gr-qc/0205072
+gr-qc/0205100
+gr-qc/0205111
+gr-qc/0205116
+gr-qc/0205121
+gr-qc/0205129
+gr-qc/0206008
+gr-qc/0206025
+gr-qc/0206054
+gr-qc/0206072
+gr-qc/0207011
+gr-qc/0207015
+gr-qc/0207022
+gr-qc/0207026
+gr-qc/0207041
+gr-qc/0207071
+gr-qc/0207091
+gr-qc/0207104
+gr-qc/0208005
+gr-qc/0208047
+gr-qc/0209003
+gr-qc/0209017
+gr-qc/0209024
+gr-qc/0209042
+gr-qc/0209092
+gr-qc/0210018
+gr-qc/0210033
+gr-qc/0210037
+gr-qc/0210056
+gr-qc/0210080
+gr-qc/0210101
+gr-qc/0211037
+gr-qc/0211108
+gr-qc/0212030
+gr-qc/0212049
+gr-qc/0212075
+gr-qc/0212091
+gr-qc/0301041
+gr-qc/0301081
+gr-qc/0301089
+gr-qc/0301097
+gr-qc/0301123
+gr-qc/0302030
+gr-qc/0302035
+gr-qc/0302038
+gr-qc/0302049
+gr-qc/0302054
+gr-qc/0302058
+gr-qc/0303019
+gr-qc/0303033
+gr-qc/0303052
+gr-qc/0303053
+gr-qc/0303113
+gr-qc/0304013
+gr-qc/0304017
+gr-qc/0304047
+gr-qc/0304060
+gr-qc/0304071
+gr-qc/0304086
+gr-qc/0304089
+gr-qc/0305035
+gr-qc/0305037
+gr-qc/0305041
+gr-qc/0305048
+gr-qc/0305078
+gr-qc/0305085
+gr-qc/0305101
+gr-qc/0306020
+gr-qc/0306048
+gr-qc/0306056
+gr-qc/0306114
+gr-qc/0307015
+gr-qc/0307027
+gr-qc/0307036
+gr-qc/0307048
+gr-qc/0307098
+gr-qc/0307112
+gr-qc/0307115
+gr-qc/0307116
+gr-qc/0308042
+gr-qc/0308043
+gr-qc/0308046
+gr-qc/0308050
+gr-qc/0308069
+gr-qc/0309007
+gr-qc/0309020
+gr-qc/0309043
+gr-qc/0309067
+gr-qc/0309074
+gr-qc/0309100
+gr-qc/0309109
+gr-qc/0309119
+gr-qc/0309123
+gr-qc/0309130
+gr-qc/0310019
+gr-qc/0310023
+gr-qc/0310041
+gr-qc/0310048
+gr-qc/0310050
+gr-qc/0310080
+gr-qc/0310085
+gr-qc/0310086
+gr-qc/0310099
+gr-qc/0310100
+gr-qc/0310106
+gr-qc/0310133
+gr-qc/0311004
+gr-qc/0311018
+gr-qc/0311021
+gr-qc/0311025
+gr-qc/0311029
+gr-qc/0311036
+gr-qc/0311039
+gr-qc/0311050
+gr-qc/0311086
+gr-qc/0312009
+gr-qc/0312041
+gr-qc/0312056
+gr-qc/0312060
+gr-qc/0312088
+gr-qc/0312092
+gr-qc/0312112
+gr-qc/0401010
+gr-qc/0401022
+gr-qc/0401052
+gr-qc/0401062
+gr-qc/0401098
+gr-qc/0401101
+gr-qc/0401107
+gr-qc/0401116
+gr-qc/0402005
+gr-qc/0402023
+gr-qc/0402057
+gr-qc/0402061
+gr-qc/0402062
+gr-qc/0402124
+gr-qc/0402125
+gr-qc/0403028
+gr-qc/0403039
+gr-qc/0403063
+gr-qc/0403066
+gr-qc/0403080
+gr-qc/0403088
+gr-qc/0403093
+gr-qc/0404018
+gr-qc/0404026
+gr-qc/0404045
+gr-qc/0404056
+gr-qc/0404063
+gr-qc/0404065
+gr-qc/0404077
+gr-qc/0404091
+gr-qc/0404115
+gr-qc/0404120
+gr-qc/0405009
+gr-qc/0405015
+gr-qc/0405061
+gr-qc/0405075
+gr-qc/0405103
+gr-qc/0406027
+gr-qc/0406037
+gr-qc/0406042
+gr-qc/0406088
+gr-qc/0406104
+gr-qc/0407039
+gr-qc/0407049
+gr-qc/0407061
+gr-qc/0407101
+gr-qc/0408008
+gr-qc/0408028
+gr-qc/0408054
+gr-qc/0408061
+gr-qc/0408067
+gr-qc/0408097
+gr-qc/0408098
+gr-qc/0409011
+gr-qc/0409070
+gr-qc/0409089
+gr-qc/0409106
+gr-qc/0409111
+gr-qc/0409117
+gr-qc/0409118
+gr-qc/0410007
+gr-qc/0410014
+gr-qc/0410019
+gr-qc/0410047
+gr-qc/0410048
+gr-qc/0410055
+gr-qc/0410060
+gr-qc/0410070
+gr-qc/0410073
+gr-qc/0410096
+gr-qc/0410108
+gr-qc/0410118
+gr-qc/0411010
+gr-qc/0411013
+gr-qc/0411057
+gr-qc/0411100
+gr-qc/0411126
+gr-qc/0411149
+gr-qc/0412010
+gr-qc/0412025
+gr-qc/0412038
+gr-qc/0412039
+gr-qc/0412066
+gr-qc/0412084
+gr-qc/0412089
+gr-qc/0412101
+gr-qc/0412123
+gr-qc/0501003
+gr-qc/0501051
+gr-qc/0501061
+gr-qc/0501090
+gr-qc/0501096
+gr-qc/0501098
+gr-qc/0502015
+gr-qc/0502022
+gr-qc/0502027
+gr-qc/0502059
+gr-qc/0502060
+gr-qc/0502074
+gr-qc/0502075
+gr-qc/0502083
+gr-qc/0502099
+gr-qc/0502102
+gr-qc/0502115
+gr-qc/0503011
+gr-qc/0503014
+gr-qc/0503042
+gr-qc/0503043
+gr-qc/0503045
+gr-qc/0503051
+gr-qc/0503061
+gr-qc/0503071
+gr-qc/0503072
+gr-qc/0503078
+gr-qc/0503084
+gr-qc/0503094
+gr-qc/0503124
+gr-qc/0504006
+gr-qc/0504018
+gr-qc/0504020
+gr-qc/0504024
+gr-qc/0504067
+gr-qc/0504077
+gr-qc/0504126
+gr-qc/0504133
+gr-qc/0504147
+gr-qc/0505016
+gr-qc/0505019
+gr-qc/0505026
+gr-qc/0505039
+gr-qc/0505041
+gr-qc/0505042
+gr-qc/0505078
+gr-qc/0505087
+gr-qc/0505101
+gr-qc/0505142
+gr-qc/0505161
+gr-qc/0506010
+gr-qc/0506041
+gr-qc/0506043
+gr-qc/0506057
+gr-qc/0506064
+gr-qc/0506080
+gr-qc/0506082
+gr-qc/0506084
+gr-qc/0506112
+gr-qc/0506123
+gr-qc/0507014
+gr-qc/0507027
+gr-qc/0507039
+gr-qc/0507041
+gr-qc/0507075
+gr-qc/0507100
+gr-qc/0507116
+gr-qc/0507122
+gr-qc/0508022
+gr-qc/0508024
+gr-qc/0508025
+gr-qc/0508035
+gr-qc/0508065
+gr-qc/0508068
+gr-qc/0508083
+gr-qc/0508084
+gr-qc/0508085
+gr-qc/0508089
+gr-qc/0508103
+gr-qc/0508106
+gr-qc/0508113
+gr-qc/0508123
+gr-qc/0508124
+gr-qc/0509003
+gr-qc/0509052
+gr-qc/0509058
+gr-qc/0509082
+gr-qc/0509096
+gr-qc/0509124
+gr-qc/0509127
+gr-qc/0510010
+gr-qc/0510020
+gr-qc/0510042
+gr-qc/0510043
+gr-qc/0510077
+gr-qc/0510093
+gr-qc/0510115
+gr-qc/0511026
+gr-qc/0511030
+gr-qc/0511036
+gr-qc/0511041
+gr-qc/0511048
+gr-qc/0511070
+gr-qc/0511074
+gr-qc/0511094
+gr-qc/0511098
+gr-qc/0511103
+gr-qc/0511110
+gr-qc/0511118
+gr-qc/0511150
+gr-qc/0511164
+gr-qc/0512001
+gr-qc/0512008
+gr-qc/0512024
+gr-qc/0512029
+gr-qc/0512043
+gr-qc/0512046
+gr-qc/0512053
+gr-qc/0512084
+gr-qc/0512105
+gr-qc/0512107
+gr-qc/0512110
+gr-qc/0512118
+gr-qc/0512121
+gr-qc/0512131
+gr-qc/0512155
+gr-qc/0512158
+gr-qc/0512160
+gr-qc/0512164
+gr-qc/0601004
+gr-qc/0601029
+gr-qc/0601033
+gr-qc/0601038
+gr-qc/0601039
+gr-qc/0601042
+gr-qc/0601049
+gr-qc/0601052
+gr-qc/0601067
+gr-qc/0601088
+gr-qc/0601091
+gr-qc/0601092
+gr-qc/0601093
+gr-qc/0601097
+gr-qc/0601099
+gr-qc/0601108
+gr-qc/0601133
+gr-qc/0602017
+gr-qc/0602026
+gr-qc/0602030
+gr-qc/0602047
+gr-qc/0602050
+gr-qc/0602054
+gr-qc/0602059
+gr-qc/0602072
+gr-qc/0602079
+gr-qc/0602081
+gr-qc/0602086
+gr-qc/0602089
+gr-qc/0602093
+gr-qc/0602096
+gr-qc/0602105
+gr-qc/0602110
+gr-qc/0603001
+gr-qc/0603009
+gr-qc/0603011
+gr-qc/0603014
+gr-qc/0603016
+gr-qc/0603018
+gr-qc/0603019
+gr-qc/0603020
+gr-qc/0603021
+gr-qc/0603024
+gr-qc/0603027
+gr-qc/0603028
+gr-qc/0603030
+gr-qc/0603034
+gr-qc/0603037
+gr-qc/0603039
+gr-qc/0603042
+gr-qc/0603046
+gr-qc/0603054
+gr-qc/0603056
+gr-qc/0603063
+gr-qc/0603075
+gr-qc/0603076
+gr-qc/0603082
+gr-qc/0603085
+gr-qc/0603086
+gr-qc/0603087
+gr-qc/0603089
+gr-qc/0603090
+gr-qc/0603093
+gr-qc/0603094
+gr-qc/0603098
+gr-qc/0603100
+gr-qc/0603112
+gr-qc/0603114
+gr-qc/0603121
+gr-qc/0603129
+gr-qc/0603135
+gr-qc/0604006
+gr-qc/0604010
+gr-qc/0604011
+gr-qc/0604013
+gr-qc/0604016
+gr-qc/0604017
+gr-qc/0604025
+gr-qc/0604035
+gr-qc/0604054
+gr-qc/0604056
+gr-qc/0604059
+gr-qc/0604060
+gr-qc/0604061
+gr-qc/0604062
+gr-qc/0604063
+gr-qc/0604067
+gr-qc/0604069
+gr-qc/0604081
+gr-qc/0604082
+gr-qc/0604086
+gr-qc/0604090
+gr-qc/0604095
+gr-qc/0604098
+gr-qc/0604103
+gr-qc/0604107
+gr-qc/0604108
+gr-qc/0604110
+gr-qc/0604111
+gr-qc/0604118
+gr-qc/0604120
+gr-qc/0604124
+gr-qc/0605002
+gr-qc/0605003
+gr-qc/0605004
+gr-qc/0605014
+gr-qc/0605027
+gr-qc/0605029
+gr-qc/0605030
+gr-qc/0605034
+gr-qc/0605039
+gr-qc/0605042
+gr-qc/0605043
+gr-qc/0605045
+gr-qc/0605048
+gr-qc/0605072
+gr-qc/0605087
+gr-qc/0605089
+gr-qc/0605101
+gr-qc/0605105
+gr-qc/0605106
+gr-qc/0605108
+gr-qc/0605113
+gr-qc/0605114
+gr-qc/0605115
+gr-qc/0605117
+gr-qc/0605119
+gr-qc/0605120
+gr-qc/0605121
+gr-qc/0605122
+gr-qc/0605123
+gr-qc/0605130
+gr-qc/0605133
+gr-qc/0605135
+gr-qc/0605137
+gr-qc/0605142
+gr-qc/0605144
+gr-qc/0605146
+gr-qc/0605148
+gr-qc/0605149
+gr-qc/0606004
+gr-qc/0606009
+gr-qc/0606013
+gr-qc/0606014
+gr-qc/0606015
+gr-qc/0606020
+gr-qc/0606021
+gr-qc/0606024
+gr-qc/0606027
+gr-qc/0606033
+gr-qc/0606034
+gr-qc/0606038
+gr-qc/0606040
+gr-qc/0606046
+gr-qc/0606048
+gr-qc/0606051
+gr-qc/0606052
+gr-qc/0606054
+gr-qc/0606060
+gr-qc/0606063
+gr-qc/0606069
+gr-qc/0606072
+gr-qc/0606078
+gr-qc/0606079
+gr-qc/0606099
+gr-qc/0606102
+gr-qc/0606107
+gr-qc/0606110
+gr-qc/0606118
+gr-qc/0606121
+gr-qc/0606122
+gr-qc/0606126
+gr-qc/0606128
+gr-qc/0606131
+gr-qc/0606136
+gr-qc/0607001
+gr-qc/0607002
+gr-qc/0607003
+gr-qc/0607004
+gr-qc/0607005
+gr-qc/0607015
+gr-qc/0607019
+gr-qc/0607020
+gr-qc/0607028
+gr-qc/0607030
+gr-qc/0607038
+gr-qc/0607039
+gr-qc/0607049
+gr-qc/0607052
+gr-qc/0607053
+gr-qc/0607055
+gr-qc/0607064
+gr-qc/0607067
+gr-qc/0607069
+gr-qc/0607072
+gr-qc/0607075
+gr-qc/0607076
+gr-qc/0607078
+gr-qc/0607079
+gr-qc/0607080
+gr-qc/0607082
+gr-qc/0607086
+gr-qc/0607088
+gr-qc/0607097
+gr-qc/0607099
+gr-qc/0607100
+gr-qc/0607101
+gr-qc/0607108
+gr-qc/0607111
+gr-qc/0607120
+gr-qc/0607121
+gr-qc/0607125
+gr-qc/0607129
+gr-qc/0607130
+gr-qc/0607131
+gr-qc/0607132
+gr-qc/0607135
+gr-qc/0607137
+gr-qc/0607140
+gr-qc/0607141
+gr-qc/0608002
+gr-qc/0608004
+gr-qc/0608007
+gr-qc/0608016
+gr-qc/0608028
+gr-qc/0608030
+gr-qc/0608032
+gr-qc/0608037
+gr-qc/0608039
+gr-qc/0608042
+gr-qc/0608043
+gr-qc/0608049
+gr-qc/0608050
+gr-qc/0608052
+gr-qc/0608053
+gr-qc/0608058
+gr-qc/0608063
+gr-qc/0608066
+gr-qc/0608069
+gr-qc/0608074
+gr-qc/0608075
+gr-qc/0608076
+gr-qc/0608077
+gr-qc/0608080
+gr-qc/0608084
+gr-qc/0608086
+gr-qc/0608091
+gr-qc/0608092
+gr-qc/0608095
+gr-qc/0608097
+gr-qc/0608098
+gr-qc/0608099
+gr-qc/0608100
+gr-qc/0608106
+gr-qc/0608107
+gr-qc/0608109
+gr-qc/0608110
+gr-qc/0608115
+gr-qc/0608116
+gr-qc/0608117
+gr-qc/0608121
+gr-qc/0608122
+gr-qc/0608124
+gr-qc/0608125
+gr-qc/0608136
+gr-qc/0608137
+gr-qc/0608139
+gr-qc/0609002
+gr-qc/0609007
+gr-qc/0609008
+gr-qc/0609009
+gr-qc/0609012
+gr-qc/0609013
+gr-qc/0609014
+gr-qc/0609016
+gr-qc/0609019
+gr-qc/0609021
+gr-qc/0609023
+gr-qc/0609024
+gr-qc/0609027
+gr-qc/0609029
+gr-qc/0609031
+gr-qc/0609032
+gr-qc/0609039
+gr-qc/0609040
+gr-qc/0609041
+gr-qc/0609042
+gr-qc/0609047
+gr-qc/0609048
+gr-qc/0609049
+gr-qc/0609050
+gr-qc/0609055
+gr-qc/0609057
+gr-qc/0609058
+gr-qc/0609062
+gr-qc/0609063
+gr-qc/0609064
+gr-qc/0609069
+gr-qc/0609071
+gr-qc/0609072
+gr-qc/0609074
+gr-qc/0609076
+gr-qc/0609077
+gr-qc/0609079
+gr-qc/0609080
+gr-qc/0609084
+gr-qc/0609085
+gr-qc/0609086
+gr-qc/0609087
+gr-qc/0609088
+gr-qc/0609089
+gr-qc/0609090
+gr-qc/0609093
+gr-qc/0609097
+gr-qc/0609114
+gr-qc/0609115
+gr-qc/0609117
+gr-qc/0609118
+gr-qc/0609120
+gr-qc/0609121
+gr-qc/0609122
+gr-qc/0609123
+gr-qc/0609124
+gr-qc/0609125
+gr-qc/0609126
+gr-qc/0609127
+gr-qc/0609128
+gr-qc/0609130
+gr-qc/0609131
+gr-qc/0609132
+gr-qc/0609133
+gr-qc/0610003
+gr-qc/0610004
+gr-qc/0610006
+gr-qc/0610008
+gr-qc/0610009
+gr-qc/0610011
+gr-qc/0610012
+gr-qc/0610013
+gr-qc/0610014
+gr-qc/0610019
+gr-qc/0610020
+gr-qc/0610021
+gr-qc/0610022
+gr-qc/0610023
+gr-qc/0610024
+gr-qc/0610025
+gr-qc/0610032
+gr-qc/0610033
+gr-qc/0610039
+gr-qc/0610041
+gr-qc/0610043
+gr-qc/0610044
+gr-qc/0610045
+gr-qc/0610046
+gr-qc/0610047
+gr-qc/0610048
+gr-qc/0610050
+gr-qc/0610055
+gr-qc/0610056
+gr-qc/0610060
+gr-qc/0610064
+gr-qc/0610067
+gr-qc/0610072
+gr-qc/0610074
+gr-qc/0610080
+gr-qc/0610082
+gr-qc/0610086
+gr-qc/0610087
+gr-qc/0610088
+gr-qc/0610089
+gr-qc/0610092
+gr-qc/0610094
+gr-qc/0610096
+gr-qc/0610098
+gr-qc/0610099
+gr-qc/0610102
+gr-qc/0610103
+gr-qc/0610104
+gr-qc/0610107
+gr-qc/0610110
+gr-qc/0610115
+gr-qc/0610116
+gr-qc/0610117
+gr-qc/0610118
+gr-qc/0610119
+gr-qc/0610121
+gr-qc/0610122
+gr-qc/0610123
+gr-qc/0610125
+gr-qc/0610126
+gr-qc/0610127
+gr-qc/0610128
+gr-qc/0610129
+gr-qc/0610131
+gr-qc/0610133
+gr-qc/0610134
+gr-qc/0610139
+gr-qc/0610140
+gr-qc/0610141
+gr-qc/0610142
+gr-qc/0610143
+gr-qc/0610144
+gr-qc/0610147
+gr-qc/0610150
+gr-qc/0610153
+gr-qc/0610154
+gr-qc/0610160
+gr-qc/0611003
+gr-qc/0611004
+gr-qc/0611005
+gr-qc/0611006
+gr-qc/0611013
+gr-qc/0611015
+gr-qc/0611020
+gr-qc/0611022
+gr-qc/0611024
+gr-qc/0611027
+gr-qc/0611030
+gr-qc/0611031
+gr-qc/0611032
+gr-qc/0611035
+gr-qc/0611038
+gr-qc/0611040
+gr-qc/0611041
+gr-qc/0611042
+gr-qc/0611044
+gr-qc/0611047
+gr-qc/0611049
+gr-qc/0611050
+gr-qc/0611051
+gr-qc/0611053
+gr-qc/0611054
+gr-qc/0611055
+gr-qc/0611057
+gr-qc/0611060
+gr-qc/0611062
+gr-qc/0611064
+gr-qc/0611065
+gr-qc/0611067
+gr-qc/0611069
+gr-qc/0611070
+gr-qc/0611071
+gr-qc/0611072
+gr-qc/0611075
+gr-qc/0611076
+gr-qc/0611079
+gr-qc/0611082
+gr-qc/0611083
+gr-qc/0611085
+gr-qc/0611086
+gr-qc/0611088
+gr-qc/0611090
+gr-qc/0611092
+gr-qc/0611094
+gr-qc/0611095
+gr-qc/0611097
+gr-qc/0611101
+gr-qc/0611102
+gr-qc/0611103
+gr-qc/0611105
+gr-qc/0611107
+gr-qc/0611110
+gr-qc/0611111
+gr-qc/0611112
+gr-qc/0611113
+gr-qc/0611114
+gr-qc/0611119
+gr-qc/0611120
+gr-qc/0611122
+gr-qc/0611123
+gr-qc/0611126
+gr-qc/0611132
+gr-qc/0611133
+gr-qc/0611134
+gr-qc/0611135
+gr-qc/0611136
+gr-qc/0611137
+gr-qc/0611139
+gr-qc/0611140
+gr-qc/0611141
+gr-qc/0611142
+gr-qc/0611143
+gr-qc/0611144
+gr-qc/0611145
+gr-qc/0611147
+gr-qc/0611148
+gr-qc/0611149
+gr-qc/0611152
+gr-qc/0611155
+gr-qc/0611156
+gr-qc/0611157
+gr-qc/0612001
+gr-qc/0612002
+gr-qc/0612003
+gr-qc/0612004
+gr-qc/0612005
+gr-qc/0612007
+gr-qc/0612008
+gr-qc/0612009
+gr-qc/0612010
+gr-qc/0612012
+gr-qc/0612013
+gr-qc/0612014
+gr-qc/0612018
+gr-qc/0612019
+gr-qc/0612020
+gr-qc/0612023
+gr-qc/0612024
+gr-qc/0612026
+gr-qc/0612027
+gr-qc/0612029
+gr-qc/0612032
+gr-qc/0612033
+gr-qc/0612035
+gr-qc/0612038
+gr-qc/0612039
+gr-qc/0612043
+gr-qc/0612044
+gr-qc/0612046
+gr-qc/0612047
+gr-qc/0612049
+gr-qc/0612053
+gr-qc/0612055
+gr-qc/0612057
+gr-qc/0612058
+gr-qc/0612059
+gr-qc/0612065
+gr-qc/0612066
+gr-qc/0612067
+gr-qc/0612068
+gr-qc/0612070
+gr-qc/0612071
+gr-qc/0612072
+gr-qc/0612073
+gr-qc/0612075
+gr-qc/0612081
+gr-qc/0612090
+gr-qc/0612096
+gr-qc/0612100
+gr-qc/0612101
+gr-qc/0612102
+gr-qc/0612103
+gr-qc/0612104
+gr-qc/0612105
+gr-qc/0612107
+gr-qc/0612109
+gr-qc/0612110
+gr-qc/0612111
+gr-qc/0612112
+gr-qc/0612117
+gr-qc/0612119
+gr-qc/0612120
+gr-qc/0612121
+gr-qc/0612122
+gr-qc/0612123
+gr-qc/0612128
+gr-qc/0612129
+gr-qc/0612131
+gr-qc/0612133
+gr-qc/0612135
+gr-qc/0612136
+gr-qc/0612137
+gr-qc/0612140
+gr-qc/0612143
+gr-qc/0612144
+gr-qc/0612145
+gr-qc/0612146
+gr-qc/0612148
+gr-qc/0612149
+gr-qc/0612150
+gr-qc/0612152
+gr-qc/0612153
+gr-qc/0612155
+gr-qc/0612156
+gr-qc/0612157
+gr-qc/0612159
+gr-qc/0612164
+gr-qc/0612167
+gr-qc/0612168
+gr-qc/0612171
+gr-qc/0612172
+gr-qc/0612173
+gr-qc/0612180
+gr-qc/0612191
+gr-qc/0612192
+gr-qc/0701001
+gr-qc/0701002
+gr-qc/0701003
+gr-qc/0701005
+gr-qc/0701009
+gr-qc/0701013
+gr-qc/0701014
+gr-qc/0701016
+gr-qc/0701019
+gr-qc/0701020
+gr-qc/0701021
+gr-qc/0701022
+gr-qc/0701024
+gr-qc/0701025
+gr-qc/0701026
+gr-qc/0701027
+gr-qc/0701028
+gr-qc/0701029
+gr-qc/0701035
+gr-qc/0701037
+gr-qc/0701038
+gr-qc/0701041
+gr-qc/0701043
+gr-qc/0701044
+gr-qc/0701047
+gr-qc/0701053
+gr-qc/0701054
+gr-qc/0701055
+gr-qc/0701061
+gr-qc/0701064
+gr-qc/0701066
+gr-qc/0701070
+gr-qc/0701071
+gr-qc/0701072
+gr-qc/0701073
+gr-qc/0701075
+gr-qc/0701078
+gr-qc/0701081
+gr-qc/0701086
+gr-qc/0701087
+gr-qc/0701089
+gr-qc/0701090
+gr-qc/0701091
+gr-qc/0701095
+gr-qc/0701096
+gr-qc/0701098
+gr-qc/0701099
+gr-qc/0701101
+gr-qc/0701102
+gr-qc/0701104
+gr-qc/0701109
+gr-qc/0701110
+gr-qc/0701111
+gr-qc/0701113
+gr-qc/0701114
+gr-qc/0701118
+gr-qc/0701119
+gr-qc/0701121
+gr-qc/0701122
+gr-qc/0701123
+gr-qc/0701125
+gr-qc/0701126
+gr-qc/0701129
+gr-qc/0701130
+gr-qc/0701132
+gr-qc/0701133
+gr-qc/0701134
+gr-qc/0701138
+gr-qc/0701139
+gr-qc/0701140
+gr-qc/0701142
+gr-qc/0701147
+gr-qc/0701148
+gr-qc/0701149
+gr-qc/0701152
+gr-qc/0701153
+gr-qc/0701154
+gr-qc/0701156
+gr-qc/0701157
+gr-qc/0701161
+gr-qc/0701166
+gr-qc/0701167
+gr-qc/0701169
+gr-qc/0701170
+gr-qc/0701171
+gr-qc/0701172
+gr-qc/0701173
+gr-qc/0702001
+gr-qc/0702003
+gr-qc/0702005
+gr-qc/0702006
+gr-qc/0702008
+gr-qc/0702011
+gr-qc/0702014
+gr-qc/0702015
+gr-qc/0702016
+gr-qc/0702018
+gr-qc/0702019
+gr-qc/0702027
+gr-qc/0702028
+gr-qc/0702029
+gr-qc/0702031
+gr-qc/0702032
+gr-qc/0702033
+gr-qc/0702036
+gr-qc/0702037
+gr-qc/0702038
+gr-qc/0702039
+gr-qc/0702041
+gr-qc/0702042
+gr-qc/0702043
+gr-qc/0702044
+gr-qc/0702046
+gr-qc/0702049
+gr-qc/0702050
+gr-qc/0702051
+gr-qc/0702052
+gr-qc/0702053
+gr-qc/0702055
+gr-qc/0702056
+gr-qc/0702057
+gr-qc/0702058
+gr-qc/0702060
+gr-qc/0702061
+gr-qc/0702062
+gr-qc/0702063
+gr-qc/0702064
+gr-qc/0702066
+gr-qc/0702067
+gr-qc/0702069
+gr-qc/0702071
+gr-qc/0702072
+gr-qc/0702073
+gr-qc/0702075
+gr-qc/0702076
+gr-qc/0702078
+gr-qc/0702080
+gr-qc/0702082
+gr-qc/0702084
+gr-qc/0702086
+gr-qc/0702087
+gr-qc/0702089
+gr-qc/0702091
+gr-qc/0702092
+gr-qc/0702093
+gr-qc/0702094
+gr-qc/0702096
+gr-qc/0702098
+gr-qc/0702099
+gr-qc/0702102
+gr-qc/0702103
+gr-qc/0702104
+gr-qc/0702106
+gr-qc/0702110
+gr-qc/0702111
+gr-qc/0702112
+gr-qc/0702113
+gr-qc/0702116
+gr-qc/0702117
+gr-qc/0702118
+gr-qc/0702119
+gr-qc/0702120
+gr-qc/0702121
+gr-qc/0702124
+gr-qc/0702125
+gr-qc/0702127
+gr-qc/0702128
+gr-qc/0702134
+gr-qc/0702135
+gr-qc/0702138
+gr-qc/0702143
+gr-qc/0702144
+gr-qc/0702145
+gr-qc/0702146
+gr-qc/0702148
+gr-qc/0702149
+gr-qc/0702150
+gr-qc/0703001
+gr-qc/0703002
+gr-qc/0703003
+gr-qc/0703004
+gr-qc/0703006
+gr-qc/0703008
+gr-qc/0703009
+gr-qc/0703011
+gr-qc/0703016
+gr-qc/0703017
+gr-qc/0703022
+gr-qc/0703023
+gr-qc/0703024
+gr-qc/0703025
+gr-qc/0703026
+gr-qc/0703027
+gr-qc/0703028
+gr-qc/0703029
+gr-qc/0703030
+gr-qc/0703036
+gr-qc/0703037
+gr-qc/0703038
+gr-qc/0703039
+gr-qc/0703043
+gr-qc/0703044
+gr-qc/0703046
+gr-qc/0703047
+gr-qc/0703049
+gr-qc/0703052
+gr-qc/0703053
+gr-qc/0703059
+gr-qc/0703060
+gr-qc/0703061
+gr-qc/0703063
+gr-qc/0703064
+gr-qc/0703067
+gr-qc/0703069
+gr-qc/0703070
+gr-qc/0703071
+gr-qc/0703072
+gr-qc/0703073
+gr-qc/0703074
+gr-qc/0703075
+gr-qc/0703076
+gr-qc/0703077
+gr-qc/0703078
+gr-qc/0703080
+gr-qc/0703082
+gr-qc/0703083
+gr-qc/0703086
+gr-qc/0703089
+gr-qc/0703090
+gr-qc/0703091
+gr-qc/0703093
+gr-qc/0703096
+gr-qc/0703100
+gr-qc/0703103
+gr-qc/0703104
+gr-qc/0703105
+gr-qc/0703106
+gr-qc/0703107
+gr-qc/0703108
+gr-qc/0703109
+gr-qc/0703111
+gr-qc/0703112
+gr-qc/0703115
+gr-qc/0703116
+gr-qc/0703117
+gr-qc/0703118
+gr-qc/0703119
+gr-qc/0703120
+gr-qc/0703121
+gr-qc/0703123
+gr-qc/0703125
+gr-qc/0703127
+gr-qc/0703128
+gr-qc/0703129
+gr-qc/0703131
+gr-qc/0703135
+gr-qc/0703137
+gr-qc/0703138
+gr-qc/0703139
+gr-qc/0703140
+gr-qc/0703142
+gr-qc/0703143
+gr-qc/0703144
+gr-qc/0703145
+gr-qc/0703146
+gr-qc/0703147
+gr-qc/0703148
+gr-qc/0703150
+gr-qc/0703151
+gr-qc/0703152
+gr-qc/0703154
+gr-qc/0703155
+gr-qc/0703156
+gr-qc/9207003
+gr-qc/9208003
+gr-qc/9209010
+gr-qc/9209012
+gr-qc/9210009
+gr-qc/9210016
+gr-qc/9211002
+gr-qc/9211020
+gr-qc/9301023
+gr-qc/9302015
+gr-qc/9302019
+gr-qc/9302028
+gr-qc/9303017
+gr-qc/9307038
+gr-qc/9308007
+gr-qc/9309015
+gr-qc/9310019
+gr-qc/9312035
+gr-qc/9401027
+gr-qc/9402012
+gr-qc/9403043
+gr-qc/9403054
+gr-qc/9403057
+gr-qc/9404030
+gr-qc/9404034
+gr-qc/9404061
+gr-qc/9405009
+gr-qc/9406007
+gr-qc/9406046
+gr-qc/9408003
+gr-qc/9409012
+gr-qc/9409013
+gr-qc/9409039
+gr-qc/9410047
+gr-qc/9411071
+gr-qc/9412027
+gr-qc/9412052
+gr-qc/9501026
+gr-qc/9501036
+gr-qc/9502038
+gr-qc/9503013
+gr-qc/9503062
+gr-qc/9504019
+gr-qc/9505016
+gr-qc/9505046
+gr-qc/9506030
+gr-qc/9506041
+gr-qc/9506073
+gr-qc/9506075
+gr-qc/9506089
+gr-qc/9506090
+gr-qc/9508036
+gr-qc/9508051
+gr-qc/9508061
+gr-qc/9509004
+gr-qc/9509007
+gr-qc/9510029
+gr-qc/9510068
+gr-qc/9511026
+gr-qc/9511032
+gr-qc/9512036
+gr-qc/9602003
+gr-qc/9602044
+gr-qc/9602052
+gr-qc/9603008
+gr-qc/9603030
+gr-qc/9603044
+gr-qc/9603045
+gr-qc/9603050
+gr-qc/9603057
+gr-qc/9603063
+gr-qc/9604011
+gr-qc/9604018
+gr-qc/9604046
+gr-qc/9605036
+gr-qc/9605048
+gr-qc/9605066
+gr-qc/9606074
+gr-qc/9606089
+gr-qc/9607018
+gr-qc/9607022
+gr-qc/9608019
+gr-qc/9608050
+gr-qc/9609026
+gr-qc/9610031
+gr-qc/9610072
+gr-qc/9612053
+gr-qc/9703007
+gr-qc/9703009
+gr-qc/9703060
+gr-qc/9703066
+gr-qc/9704004
+gr-qc/9704010
+gr-qc/9704015
+gr-qc/9704022
+gr-qc/9704058
+gr-qc/9704059
+gr-qc/9705050
+gr-qc/9705086
+gr-qc/9706002
+gr-qc/9706061
+gr-qc/9707032
+gr-qc/9707049
+gr-qc/9708035
+gr-qc/9708045
+gr-qc/9709035
+gr-qc/9709042
+gr-qc/9709053
+gr-qc/9709054
+gr-qc/9710024
+gr-qc/9710089
+gr-qc/9710099
+gr-qc/9710102
+gr-qc/9711011
+gr-qc/9711064
+gr-qc/9711075
+gr-qc/9712028
+gr-qc/9712056
+gr-qc/9712057
+gr-qc/9712078
+gr-qc/9712084
+gr-qc/9712098
+gr-qc/9801004
+gr-qc/9801051
+gr-qc/9801107
+gr-qc/9802030
+gr-qc/9802046
+gr-qc/9802064
+gr-qc/9802068
+gr-qc/9803006
+gr-qc/9803010
+gr-qc/9803013
+gr-qc/9803031
+gr-qc/9803043
+gr-qc/9803076
+gr-qc/9803081
+gr-qc/9804005
+gr-qc/9804011
+gr-qc/9804012
+gr-qc/9804019
+gr-qc/9804041
+gr-qc/9804043
+gr-qc/9804053
+gr-qc/9804071
+gr-qc/9804076
+gr-qc/9805018
+gr-qc/9805024
+gr-qc/9805031
+gr-qc/9805046
+gr-qc/9805067
+gr-qc/9805088
+gr-qc/9806026
+gr-qc/9806039
+gr-qc/9806108
+gr-qc/9806117
+gr-qc/9808009
+gr-qc/9808020
+gr-qc/9808026
+gr-qc/9808035
+gr-qc/9808080
+gr-qc/9809004
+gr-qc/9809013
+gr-qc/9809058
+gr-qc/9809087
+gr-qc/9810011
+gr-qc/9810012
+gr-qc/9810020
+gr-qc/9810066
+gr-qc/9811003
+gr-qc/9811035
+gr-qc/9811036
+gr-qc/9811041
+gr-qc/9811063
+gr-qc/9811070
+gr-qc/9812024
+gr-qc/9812028
+gr-qc/9812046
+gr-qc/9812068
+gr-qc/9812082
+gr-qc/9812092
+gr-qc/9901014
+gr-qc/9901031
+gr-qc/9901038
+gr-qc/9901046
+gr-qc/9901050
+gr-qc/9901056
+gr-qc/9901066
+gr-qc/9901073
+gr-qc/9902030
+gr-qc/9902038
+gr-qc/9902047
+gr-qc/9902061
+gr-qc/9902064
+gr-qc/9902070
+gr-qc/9902075
+gr-qc/9903023
+gr-qc/9903030
+gr-qc/9903084
+gr-qc/9903107
+gr-qc/9904013
+gr-qc/9904017
+gr-qc/9904020
+gr-qc/9905021
+gr-qc/9905025
+gr-qc/9905090
+gr-qc/9905097
+gr-qc/9906049
+gr-qc/9906066
+gr-qc/9906092
+gr-qc/9906121
+gr-qc/9907010
+gr-qc/9907025
+gr-qc/9907031
+gr-qc/9907040
+gr-qc/9908012
+gr-qc/9908026
+gr-qc/9908029
+gr-qc/9908079
+gr-qc/9908081
+gr-qc/9908083
+gr-qc/9909002
+gr-qc/9909007
+gr-qc/9909018
+gr-qc/9909020
+gr-qc/9909021
+gr-qc/9909055
+gr-qc/9910033
+gr-qc/9910057
+gr-qc/9910093
+gr-qc/9910108
+gr-qc/9911015
+gr-qc/9911094
+gr-qc/9911106
+gr-qc/9911114
+gr-qc/9912042
+gr-qc/9912047
+gr-qc/9912092
+gr-qc/9912117
+hep-ex/0001003 Experiment
+hep-ex/0001004 Experiment
+hep-ex/0001005 Experiment
+hep-ex/0001006 Experiment
+hep-ex/0001007 Experiment
+hep-ex/0001015 Experiment
+hep-ex/0001017 Experiment
+hep-ex/0001035 Experiment
+hep-ex/0001038 Experiment
+hep-ex/0001046 Experiment
+hep-ex/0001047 Experiment
+hep-ex/0001048 Experiment
+hep-ex/0001051 Experiment
+hep-ex/0001055 Experiment
+hep-ex/0001056 Experiment
+hep-ex/0001063 Experiment
+hep-ex/0002006 Experiment
+hep-ex/0002007 Experiment
+hep-ex/0002008 Experiment
+hep-ex/0002012 Experiment
+hep-ex/0002017 Experiment
+hep-ex/0002022 Experiment
+hep-ex/0002024 Experiment
+hep-ex/0002053 Experiment
+hep-ex/0002058 Experiment
+hep-ex/0003002 Experiment
+hep-ex/0003011 Experiment
+hep-ex/0003013 Experiment
+hep-ex/0003016 Experiment
+hep-ex/0003020 Experiment
+hep-ex/0003031 Experiment
+hep-ex/0003032 Experiment
+hep-ex/0003033 Experiment
+hep-ex/0004023 Experiment
+hep-ex/0004031 Experiment
+hep-ex/0005003 Experiment
+hep-ex/0005005 Experiment
+hep-ex/0005009 Experiment
+hep-ex/0005010 Experiment
+hep-ex/0005016 Experiment
+hep-ex/0005017 Experiment
+hep-ex/0005025 Experiment
+hep-ex/0005027 Experiment
+hep-ex/0005032 Experiment
+hep-ex/0006003 Experiment
+hep-ex/0006005 Experiment
+hep-ex/0006029 Experiment
+hep-ex/0007009 Experiment
+hep-ex/0007014 Experiment
+hep-ex/0007015 Experiment
+hep-ex/0007016 Experiment
+hep-ex/0007017 Experiment
+hep-ex/0007018 Experiment
+hep-ex/0007019 Experiment
+hep-ex/0007026 Experiment
+hep-ex/0007030 Experiment
+hep-ex/0007035 Experiment
+hep-ex/0007045 Experiment
+hep-ex/0007051 Experiment
+hep-ex/0007053 Experiment
+hep-ex/0007059 Experiment
+hep-ex/0008014 Experiment
+hep-ex/0008018 Experiment
+hep-ex/0008019 Experiment
+hep-ex/0008021 Experiment
+hep-ex/0008024 Experiment
+hep-ex/0008031 Experiment
+hep-ex/0008032 Experiment
+hep-ex/0008038 Experiment
+hep-ex/0008045 Experiment
+hep-ex/0009001 Experiment
+hep-ex/0009007 Experiment
+hep-ex/0009013 Experiment
+hep-ex/0009016 Experiment
+hep-ex/0009018 Experiment
+hep-ex/0009019 Experiment
+hep-ex/0009020 Experiment
+hep-ex/0009022 Experiment
+hep-ex/0009023 Experiment
+hep-ex/0009029 Experiment
+hep-ex/0009030 Experiment
+hep-ex/0009034 Experiment
+hep-ex/0009035 Experiment
+hep-ex/0009048 Experiment
+hep-ex/0009049 Experiment
+hep-ex/0009053 Experiment
+hep-ex/0009059 Experiment
+hep-ex/0009065 Experiment
+hep-ex/0010013 Experiment
+hep-ex/0010014 Experiment
+hep-ex/0010015 Experiment
+hep-ex/0010018 Experiment
+hep-ex/0010019 Experiment
+hep-ex/0010026 Experiment
+hep-ex/0010031 Experiment
+hep-ex/0010033 Experiment
+hep-ex/0010043 Experiment
+hep-ex/0010044 Experiment
+hep-ex/0010057 Experiment
+hep-ex/0010059 Experiment
+hep-ex/0010063 Experiment
+hep-ex/0010072 Experiment
+hep-ex/0011026 Experiment
+hep-ex/0011030 Experiment
+hep-ex/0011036 Experiment
+hep-ex/0011077 Experiment
+hep-ex/0011079 Experiment
+hep-ex/0011090 Experiment
+hep-ex/0011091 Experiment
+hep-ex/0011097 Experiment
+hep-ex/0011098 Experiment
+hep-ex/0012018 Experiment
+hep-ex/0012030 Experiment
+hep-ex/0012031 Experiment
+hep-ex/0012039 Experiment
+hep-ex/0012051 Experiment
+hep-ex/0101014 Experiment
+hep-ex/0101037 Experiment
+hep-ex/0101039 Experiment
+hep-ex/0101041 Experiment
+hep-ex/0101043 Experiment
+hep-ex/0101058 Experiment
+hep-ex/0102002 Experiment
+hep-ex/0102003 Experiment
+hep-ex/0102018 Experiment
+hep-ex/0102029 Experiment
+hep-ex/0102030 Experiment
+hep-ex/0102039 Experiment
+hep-ex/0102040 Experiment
+hep-ex/0102048 Experiment
+hep-ex/0102049 Experiment
+hep-ex/0103001 Experiment
+hep-ex/0103012 Experiment
+hep-ex/0104017 Experiment
+hep-ex/0104029 Experiment
+hep-ex/0104035 Experiment
+hep-ex/0104037 Experiment
+hep-ex/0104040 Experiment
+hep-ex/0104049 Experiment
+hep-ex/0105031 Experiment
+hep-ex/0105048 Experiment
+hep-ex/0105068 Experiment
+hep-ex/0105083 Experiment
+hep-ex/0105092 Experiment
+hep-ex/0106005 Experiment
+hep-ex/0106029 Experiment
+hep-ex/0106062 Experiment
+hep-ex/0106077 Experiment
+hep-ex/0106083 Experiment
+hep-ex/0106102 Experiment
+hep-ex/0107009 Experiment
+hep-ex/0107042 Experiment
+hep-ex/0108017 Experiment
+hep-ex/0108018 Experiment
+hep-ex/0108027 Experiment
+hep-ex/0108028 Experiment
+hep-ex/0108031 Experiment
+hep-ex/0108037 Experiment
+hep-ex/0108039 Experiment
+hep-ex/0108044 Experiment
+hep-ex/0108047 Experiment
+hep-ex/0108054 Experiment
+hep-ex/0109004 Experiment
+hep-ex/0109011 Experiment
+hep-ex/0109016 Experiment
+hep-ex/0109017 Experiment
+hep-ex/0109018 Experiment
+hep-ex/0109021 Experiment
+hep-ex/0109026 Experiment
+hep-ex/0109027 Experiment
+hep-ex/0109030 Experiment
+hep-ex/0109035 Experiment
+hep-ex/0109038 Experiment
+hep-ex/0109039 Experiment
+hep-ex/0109041 Experiment
+hep-ex/0110006 Experiment
+hep-ex/0110009 Experiment
+hep-ex/0110012 Experiment
+hep-ex/0110016 Experiment
+hep-ex/0110020 Experiment
+hep-ex/0110023 Experiment
+hep-ex/0110028 Experiment
+hep-ex/0110033 Experiment
+hep-ex/0110037 Experiment
+hep-ex/0110040 Experiment
+hep-ex/0110042 Experiment
+hep-ex/0110047 Experiment
+hep-ex/0110051 Experiment
+hep-ex/0110060 Experiment
+hep-ex/0110061 Experiment
+hep-ex/0110062 Experiment
+hep-ex/0110065 Experiment
+hep-ex/0110075 Experiment
+hep-ex/0111006 Experiment
+hep-ex/0111007 Experiment
+hep-ex/0111010 Experiment
+hep-ex/0111013 Experiment
+hep-ex/0111026 Experiment
+hep-ex/0111030 Experiment
+hep-ex/0111035 Experiment
+hep-ex/0111047 Experiment
+hep-ex/0111053 Experiment
+hep-ex/0111059 Experiment
+hep-ex/0111060 Experiment
+hep-ex/0111067 Experiment
+hep-ex/0111069 Experiment
+hep-ex/0111071 Experiment
+hep-ex/0111082 Experiment
+hep-ex/0111087 Experiment
+hep-ex/0111094 Experiment
+hep-ex/0112003 Experiment
+hep-ex/0112014 Experiment
+hep-ex/0112022 Experiment
+hep-ex/0112023 Experiment
+hep-ex/0112024 Experiment
+hep-ex/0112025 Experiment
+hep-ex/0112031 Experiment
+hep-ex/0112037 Experiment
+hep-ex/0112044 Experiment
+hep-ex/0112045 Experiment
+hep-ex/0201007 Experiment
+hep-ex/0201008 Experiment
+hep-ex/0201020 Experiment
+hep-ex/0201022 Experiment
+hep-ex/0201025 Experiment
+hep-ex/0201031 Experiment
+hep-ex/0201040 Experiment
+hep-ex/0201041 Experiment
+hep-ex/0202005 Experiment
+hep-ex/0202017 Experiment
+hep-ex/0202018 Experiment
+hep-ex/0202026 Experiment
+hep-ex/0202027 Experiment
+hep-ex/0202032 Experiment
+hep-ex/0202035 Experiment
+hep-ex/0202041 Experiment
+hep-ex/0202043 Experiment
+hep-ex/0203008 Experiment
+hep-ex/0203011 Experiment
+hep-ex/0203018 Experiment
+hep-ex/0203019 Experiment
+hep-ex/0203021 Experiment
+hep-ex/0203022 Experiment
+hep-ex/0203026 Experiment
+hep-ex/0203027 Experiment
+hep-ex/0204002 Experiment
+hep-ex/0204003 Experiment
+hep-ex/0204006 Experiment
+hep-ex/0204008 Experiment
+hep-ex/0204010 Experiment
+hep-ex/0204014 Experiment
+hep-ex/0204028 Experiment
+hep-ex/0204032 Experiment
+hep-ex/0204038 Experiment
+hep-ex/0205002 Experiment
+hep-ex/0205010 Experiment
+hep-ex/0205021 Experiment
+hep-ex/0205027 Experiment
+hep-ex/0205029 Experiment
+hep-ex/0205066 Experiment
+hep-ex/0205068 Experiment
+hep-ex/0205075 Experiment
+hep-ex/0205076 Experiment
+hep-ex/0205078 Experiment
+hep-ex/0205093 Experiment
+hep-ex/0205100 Experiment
+hep-ex/0205104 Experiment
+hep-ex/0205107 Experiment
+hep-ex/0206002 Experiment
+hep-ex/0206008 Experiment
+hep-ex/0206013 Experiment
+hep-ex/0206014 Experiment
+hep-ex/0206021 Experiment
+hep-ex/0206022 Experiment
+hep-ex/0206026 Experiment
+hep-ex/0206029 Experiment
+hep-ex/0206054 Experiment
+hep-ex/0206057 Experiment
+hep-ex/0206058 Experiment
+hep-ex/0206073 Experiment
+hep-ex/0207006 Experiment
+hep-ex/0207007 Experiment
+hep-ex/0207012 Experiment
+hep-ex/0207017 Experiment
+hep-ex/0207022 Experiment
+hep-ex/0207027 Experiment
+hep-ex/0207038 Experiment
+hep-ex/0207041 Experiment
+hep-ex/0207042 Experiment
+hep-ex/0207045 Experiment
+hep-ex/0207046 Experiment
+hep-ex/0207077 Experiment
+hep-ex/0207090 Experiment
+hep-ex/0207097 Experiment
+hep-ex/0207100 Experiment
+hep-ex/0208001 Experiment
+hep-ex/0208009 Experiment
+hep-ex/0208010 Experiment
+hep-ex/0208014 Experiment
+hep-ex/0208016 Experiment
+hep-ex/0208018 Experiment
+hep-ex/0208025 Experiment
+hep-ex/0208029 Experiment
+hep-ex/0208034 Experiment
+hep-ex/0208041 Experiment
+hep-ex/0208044 Experiment
+hep-ex/0208046 Experiment
+hep-ex/0208050 Experiment
+hep-ex/0209002 Experiment
+hep-ex/0209013 Experiment
+hep-ex/0209018 Experiment
+hep-ex/0209020 Experiment
+hep-ex/0209026 Experiment
+hep-ex/0209041 Experiment
+hep-ex/0209051 Experiment
+hep-ex/0209052 Experiment
+hep-ex/0209072 Experiment
+hep-ex/0209076 Experiment
+hep-ex/0209078 Experiment
+hep-ex/0209080 Experiment
+hep-ex/0210009 Experiment
+hep-ex/0210024 Experiment
+hep-ex/0210035 Experiment
+hep-ex/0210051 Experiment
+hep-ex/0210053 Experiment
+hep-ex/0210056 Experiment
+hep-ex/0210066 Experiment
+hep-ex/0211004 Experiment
+hep-ex/0211007 Experiment
+hep-ex/0211022 Experiment
+hep-ex/0211024 Experiment
+hep-ex/0211033 Experiment
+hep-ex/0211042 Experiment
+hep-ex/0211053 Experiment
+hep-ex/0211056 Experiment
+hep-ex/0211066 Experiment
+hep-ex/0211071 Experiment
+hep-ex/0212012 Experiment
+hep-ex/0212017 Experiment
+hep-ex/0212029 Experiment
+hep-ex/0212033 Experiment
+hep-ex/0212041 Experiment
+hep-ex/0212048 Experiment
+hep-ex/0212052 Experiment
+hep-ex/0212054 Experiment
+hep-ex/0212061 Experiment
+hep-ex/0212065 Experiment
+hep-ex/0212066 Experiment
+hep-ex/0301004 Experiment
+hep-ex/0301013 Experiment
+hep-ex/0301017 Experiment
+hep-ex/0301018 Experiment
+hep-ex/0301020 Experiment
+hep-ex/0301024 Experiment
+hep-ex/0301032 Experiment
+hep-ex/0301039 Experiment
+hep-ex/0301040 Experiment
+hep-ex/0302002 Experiment
+hep-ex/0302004 Experiment
+hep-ex/0302005 Experiment
+hep-ex/0302007 Experiment
+hep-ex/0302015 Experiment
+hep-ex/0302024 Experiment
+hep-ex/0302027 Experiment
+hep-ex/0302029 Experiment
+hep-ex/0302033 Experiment
+hep-ex/0302039 Experiment
+hep-ex/0303004 Experiment
+hep-ex/0303005 Experiment
+hep-ex/0303006 Experiment
+hep-ex/0303008 Experiment
+hep-ex/0303013 Experiment
+hep-ex/0303018 Experiment
+hep-ex/0303019 Experiment
+hep-ex/0303024 Experiment
+hep-ex/0303025 Experiment
+hep-ex/0303026 Experiment
+hep-ex/0303027 Experiment
+hep-ex/0303028 Experiment
+hep-ex/0303030 Experiment
+hep-ex/0303031 Experiment
+hep-ex/0303033 Experiment
+hep-ex/0303036 Experiment
+hep-ex/0303037 Experiment
+hep-ex/0303046 Experiment
+hep-ex/0304002 Experiment
+hep-ex/0304006 Experiment
+hep-ex/0304007 Experiment
+hep-ex/0304009 Experiment
+hep-ex/0304011 Experiment
+hep-ex/0304012 Experiment
+hep-ex/0304016 Experiment
+hep-ex/0304021 Experiment
+hep-ex/0304027 Experiment
+hep-ex/0304032 Experiment
+hep-ex/0304035 Experiment
+hep-ex/0304038 Experiment
+hep-ex/0304040 Experiment
+hep-ex/0305002 Experiment
+hep-ex/0305018 Experiment
+hep-ex/0305038 Experiment
+hep-ex/0305042 Experiment
+hep-ex/0305049 Experiment
+hep-ex/0305053 Experiment
+hep-ex/0305070 Experiment
+hep-ex/0305071 Experiment
+hep-ex/0305075 Experiment
+hep-ex/0305076 Experiment
+hep-ex/0305081 Experiment
+hep-ex/0305087 Experiment
+hep-ex/0306003 Experiment
+hep-ex/0306007 Experiment
+hep-ex/0306022 Experiment
+hep-ex/0306030 Experiment
+hep-ex/0306033 Experiment
+hep-ex/0306037 Experiment
+hep-ex/0306038 Experiment
+hep-ex/0306045 Experiment
+hep-ex/0306047 Experiment
+hep-ex/0306050 Experiment
+hep-ex/0306052 Experiment
+hep-ex/0306054 Experiment
+hep-ex/0307004 Experiment
+hep-ex/0307014 Experiment
+hep-ex/0307019 Experiment
+hep-ex/0307026 Experiment
+hep-ex/0307048 Experiment
+hep-ex/0307049 Experiment
+hep-ex/0307050 Experiment
+hep-ex/0307051 Experiment
+hep-ex/0307054 Experiment
+hep-ex/0307061 Experiment
+hep-ex/0307062 Experiment
+hep-ex/0307068 Experiment
+hep-ex/0307079 Experiment
+hep-ex/0307082 Experiment
+hep-ex/0307083 Experiment
+hep-ex/0308001 Experiment
+hep-ex/0308008 Experiment
+hep-ex/0308012 Experiment
+hep-ex/0308018 Experiment
+hep-ex/0308019 Experiment
+hep-ex/0308021 Experiment
+hep-ex/0308032 Experiment
+hep-ex/0308033 Experiment
+hep-ex/0308035 Experiment
+hep-ex/0308037 Experiment
+hep-ex/0308038 Experiment
+hep-ex/0308040 Experiment
+hep-ex/0308042 Experiment
+hep-ex/0308044 Experiment
+hep-ex/0308048 Experiment
+hep-ex/0308050 Experiment
+hep-ex/0308051 Experiment
+hep-ex/0308052 Experiment
+hep-ex/0308054 Experiment
+hep-ex/0308057 Experiment
+hep-ex/0308060 Experiment
+hep-ex/0308061 Experiment
+hep-ex/0308065 Experiment
+hep-ex/0308067 Experiment
+hep-ex/0308073 Experiment
+hep-ex/0309006 Experiment
+hep-ex/0309011 Experiment
+hep-ex/0309013 Experiment
+hep-ex/0309014 Experiment
+hep-ex/0309019 Experiment
+hep-ex/0309025 Experiment
+hep-ex/0309032 Experiment
+hep-ex/0309042 Experiment
+hep-ex/0309051 Experiment
+hep-ex/0309053 Experiment
+hep-ex/0309057 Experiment
+hep-ex/0309058 Experiment
+hep-ex/0309069 Experiment
+hep-ex/0309072 Experiment
+hep-ex/0309075 Experiment
+hep-ex/0309077 Experiment
+hep-ex/0310013 Experiment
+hep-ex/0310023 Experiment
+hep-ex/0310024 Experiment
+hep-ex/0310027 Experiment
+hep-ex/0310028 Experiment
+hep-ex/0310029 Experiment
+hep-ex/0310034 Experiment
+hep-ex/0310037 Experiment
+hep-ex/0310041 Experiment
+hep-ex/0310048 Experiment
+hep-ex/0310050 Experiment
+hep-ex/0310051 Experiment
+hep-ex/0310058 Experiment
+hep-ex/0311002 Experiment
+hep-ex/0311003 Experiment
+hep-ex/0311004 Experiment
+hep-ex/0311005 Experiment
+hep-ex/0311008 Experiment
+hep-ex/0311016 Experiment
+hep-ex/0311017 Experiment
+hep-ex/0311020 Experiment
+hep-ex/0311021 Experiment
+hep-ex/0311031 Experiment
+hep-ex/0311032 Experiment
+hep-ex/0311037 Experiment
+hep-ex/0311038 Experiment
+hep-ex/0311042 Experiment
+hep-ex/0311048 Experiment
+hep-ex/0311049 Experiment
+hep-ex/0311057 Experiment
+hep-ex/0311061 Experiment
+hep-ex/0312002 Experiment
+hep-ex/0312004 Experiment
+hep-ex/0312016 Experiment
+hep-ex/0312027 Experiment
+hep-ex/0312029 Experiment
+hep-ex/0312030 Experiment
+hep-ex/0312042 Experiment
+hep-ex/0312043 Experiment
+hep-ex/0312047 Experiment
+hep-ex/0312051 Experiment
+hep-ex/0312055 Experiment
+hep-ex/0312059 Experiment
+hep-ex/0312060 Experiment
+hep-ex/0401002 Experiment
+hep-ex/0401004 Experiment
+hep-ex/0401006 Experiment
+hep-ex/0401008 Experiment
+hep-ex/0401011 Experiment
+hep-ex/0401015 Experiment
+hep-ex/0401022 Experiment
+hep-ex/0401023 Experiment
+hep-ex/0401025 Experiment
+hep-ex/0401026 Experiment
+hep-ex/0401027 Experiment
+hep-ex/0401028 Experiment
+hep-ex/0401029 Experiment
+hep-ex/0401035 Experiment
+hep-ex/0401038 Experiment
+hep-ex/0402008 Experiment
+hep-ex/0402011 Experiment
+hep-ex/0402012 Experiment
+hep-ex/0402013 Experiment
+hep-ex/0402017 Experiment
+hep-ex/0402021 Experiment
+hep-ex/0402024 Experiment
+hep-ex/0402025 Experiment
+hep-ex/0402026 Experiment
+hep-ex/0402034 Experiment
+hep-ex/0402042 Experiment
+hep-ex/0403001 Experiment
+hep-ex/0403002 Experiment
+hep-ex/0403004 Experiment
+hep-ex/0403007 Experiment
+hep-ex/0403011 Experiment
+hep-ex/0403025 Experiment
+hep-ex/0403030 Experiment
+hep-ex/0403031 Experiment
+hep-ex/0403033 Experiment
+hep-ex/0403035 Experiment
+hep-ex/0403036 Experiment
+hep-ex/0403039 Experiment
+hep-ex/0403040 Experiment
+hep-ex/0403041 Experiment
+hep-ex/0403042 Experiment
+hep-ex/0403044 Experiment
+hep-ex/0403045 Experiment
+hep-ex/0403046 Experiment
+hep-ex/0403047 Experiment
+hep-ex/0403055 Experiment
+hep-ex/0404002 Experiment
+hep-ex/0404005 Experiment
+hep-ex/0404006 Experiment
+hep-ex/0404011 Experiment
+hep-ex/0404012 Experiment
+hep-ex/0404018 Experiment
+hep-ex/0404019 Experiment
+hep-ex/0404020 Experiment
+hep-ex/0404027 Experiment
+hep-ex/0404028 Experiment
+hep-ex/0404029 Experiment
+hep-ex/0404030 Experiment
+hep-ex/0405004 Experiment
+hep-ex/0405008 Experiment
+hep-ex/0405010 Experiment
+hep-ex/0405019 Experiment
+hep-ex/0405044 Experiment
+hep-ex/0405050 Experiment
+hep-ex/0405065 Experiment
+hep-ex/0405068 Experiment
+hep-ex/0405071 Experiment
+hep-ex/0405082 Experiment
+hep-ex/0406001 Experiment
+hep-ex/0406002 Experiment
+hep-ex/0406003 Experiment
+hep-ex/0406005 Experiment
+hep-ex/0406006 Experiment
+hep-ex/0406007 Experiment
+hep-ex/0406008 Experiment
+hep-ex/0406010 Experiment
+hep-ex/0406012 Experiment
+hep-ex/0406019 Experiment
+hep-ex/0406022 Experiment
+hep-ex/0406033 Experiment
+hep-ex/0406039 Experiment
+hep-ex/0406040 Experiment
+hep-ex/0406057 Experiment
+hep-ex/0406065 Experiment
+hep-ex/0406068 Experiment
+hep-ex/0406075 Experiment
+hep-ex/0406079 Experiment
+hep-ex/0407003 Experiment
+hep-ex/0407007 Experiment
+hep-ex/0407009 Experiment
+hep-ex/0407013 Experiment
+hep-ex/0407025 Experiment
+hep-ex/0407026 Experiment
+hep-ex/0407037 Experiment
+hep-ex/0407038 Experiment
+hep-ex/0407041 Experiment
+hep-ex/0407047 Experiment
+hep-ex/0407048 Experiment
+hep-ex/0407054 Experiment
+hep-ex/0407057 Experiment
+hep-ex/0408003 Experiment
+hep-ex/0408012 Experiment
+hep-ex/0408017 Experiment
+hep-ex/0408023 Experiment
+hep-ex/0408026 Experiment
+hep-ex/0408027 Experiment
+hep-ex/0408034 Experiment
+hep-ex/0408041 Experiment
+hep-ex/0408042 Experiment
+hep-ex/0408046 Experiment
+hep-ex/0408048 Experiment
+hep-ex/0408051 Experiment
+hep-ex/0408066 Experiment
+hep-ex/0408078 Experiment
+hep-ex/0408096 Experiment
+hep-ex/0408097 Experiment
+hep-ex/0408098 Experiment
+hep-ex/0408100 Experiment
+hep-ex/0408101 Experiment
+hep-ex/0408102 Experiment
+hep-ex/0408105 Experiment
+hep-ex/0408106 Experiment
+hep-ex/0408113 Experiment
+hep-ex/0408125 Experiment
+hep-ex/0408126 Experiment
+hep-ex/0408127 Experiment
+hep-ex/0408130 Experiment
+hep-ex/0409005 Experiment
+hep-ex/0409007 Experiment
+hep-ex/0409008 Experiment
+hep-ex/0409011 Experiment
+hep-ex/0409026 Experiment
+hep-ex/0409034 Experiment
+hep-ex/0409035 Experiment
+hep-ex/0409040 Experiment
+hep-ex/0409043 Experiment
+hep-ex/0409058 Experiment
+hep-ex/0409063 Experiment
+hep-ex/0410010 Experiment
+hep-ex/0410017 Experiment
+hep-ex/0410021 Experiment
+hep-ex/0410022 Experiment
+hep-ex/0410027 Experiment
+hep-ex/0410034 Experiment
+hep-ex/0410039 Experiment
+hep-ex/0410042 Experiment
+hep-ex/0410044 Experiment
+hep-ex/0410049 Experiment
+hep-ex/0410052 Experiment
+hep-ex/0410054 Experiment
+hep-ex/0410062 Experiment
+hep-ex/0410067 Experiment
+hep-ex/0410071 Experiment
+hep-ex/0410075 Experiment
+hep-ex/0410078 Experiment
+hep-ex/0410086 Experiment
+hep-ex/0411001 Experiment
+hep-ex/0411003 Experiment
+hep-ex/0411015 Experiment
+hep-ex/0411016 Experiment
+hep-ex/0411020 Experiment
+hep-ex/0411031 Experiment
+hep-ex/0411054 Experiment
+hep-ex/0411061 Experiment
+hep-ex/0411065 Experiment
+hep-ex/0411073 Experiment
+hep-ex/0411082 Experiment
+hep-ex/0411084 Experiment
+hep-ex/0411091 Experiment
+hep-ex/0412004 Experiment
+hep-ex/0412007 Experiment
+hep-ex/0412008 Experiment
+hep-ex/0412017 Experiment
+hep-ex/0412021 Experiment
+hep-ex/0412029 Experiment
+hep-ex/0412034 Experiment
+hep-ex/0412037 Experiment
+hep-ex/0412038 Experiment
+hep-ex/0412040 Experiment
+hep-ex/0412043 Experiment
+hep-ex/0412051 Experiment
+hep-ex/0412052 Experiment
+hep-ex/0412058 Experiment
+hep-ex/0412062 Experiment
+hep-ex/0412066 Experiment
+hep-ex/0412067 Experiment
+hep-ex/0412069 Experiment
+hep-ex/0501006 Experiment
+hep-ex/0501008 Experiment
+hep-ex/0501011 Experiment
+hep-ex/0501013 Experiment
+hep-ex/0501014 Experiment
+hep-ex/0501034 Experiment
+hep-ex/0501037 Experiment
+hep-ex/0501038 Experiment
+hep-ex/0501064 Experiment
+hep-ex/0501071 Experiment
+hep-ex/0501075 Experiment
+hep-ex/0502004 Experiment
+hep-ex/0502006 Experiment
+hep-ex/0502013 Experiment
+hep-ex/0502017 Experiment
+hep-ex/0502020 Experiment
+hep-ex/0502024 Experiment
+hep-ex/0502026 Experiment
+hep-ex/0502027 Experiment
+hep-ex/0502028 Experiment
+hep-ex/0502030 Experiment
+hep-ex/0502031 Experiment
+hep-ex/0502032 Experiment
+hep-ex/0502035 Experiment
+hep-ex/0502036 Experiment
+hep-ex/0502037 Experiment
+hep-ex/0502038 Experiment
+hep-ex/0502041 Experiment
+hep-ex/0502042 Experiment
+hep-ex/0502043 Experiment
+hep-ex/0503005 Experiment
+hep-ex/0503022 Experiment
+hep-ex/0503030 Experiment
+hep-ex/0503033 Experiment
+hep-ex/0503035 Experiment
+hep-ex/0503036 Experiment
+hep-ex/0503037 Experiment
+hep-ex/0503040 Experiment
+hep-ex/0503041 Experiment
+hep-ex/0503043 Experiment
+hep-ex/0503044 Experiment
+hep-ex/0503048 Experiment
+hep-ex/0504001 Experiment
+hep-ex/0504008 Experiment
+hep-ex/0504010 Experiment
+hep-ex/0504018 Experiment
+hep-ex/0504019 Experiment
+hep-ex/0504023 Experiment
+hep-ex/0504024 Experiment
+hep-ex/0504030 Experiment
+hep-ex/0504032 Experiment
+hep-ex/0504036 Experiment
+hep-ex/0504037 Experiment
+hep-ex/0504040 Experiment
+hep-ex/0504046 Experiment
+hep-ex/0504055 Experiment
+hep-ex/0504056 Experiment
+hep-ex/0505006 Experiment
+hep-ex/0505010 Experiment
+hep-ex/0505011 Experiment
+hep-ex/0505017 Experiment
+hep-ex/0505018 Experiment
+hep-ex/0505025 Experiment
+hep-ex/0505053 Experiment
+hep-ex/0505058 Experiment
+hep-ex/0505063 Experiment
+hep-ex/0505069 Experiment
+hep-ex/0505070 Experiment
+hep-ex/0505088 Experiment
+hep-ex/0505097 Experiment
+hep-ex/0506003 Experiment
+hep-ex/0506020 Experiment
+hep-ex/0506023 Experiment
+hep-ex/0506028 Experiment
+hep-ex/0506055 Experiment
+hep-ex/0506063 Experiment
+hep-ex/0506068 Experiment
+hep-ex/0506080 Experiment
+hep-ex/0507014 Experiment
+hep-ex/0507020 Experiment
+hep-ex/0507036 Experiment
+hep-ex/0507043 Experiment
+hep-ex/0507044 Experiment
+hep-ex/0507046 Experiment
+hep-ex/0507048 Experiment
+hep-ex/0507056 Experiment
+hep-ex/0507060 Experiment
+hep-ex/0507063 Experiment
+hep-ex/0507066 Experiment
+hep-ex/0507068 Experiment
+hep-ex/0507071 Experiment
+hep-ex/0507073 Experiment
+hep-ex/0507083 Experiment
+hep-ex/0507084 Experiment
+hep-ex/0507092 Experiment
+hep-ex/0507100 Experiment
+hep-ex/0507102 Experiment
+hep-ex/0507103 Experiment
+hep-ex/0507107 Experiment
+hep-ex/0508011 Experiment
+hep-ex/0508015 Experiment
+hep-ex/0508020 Experiment
+hep-ex/0508021 Experiment
+hep-ex/0508024 Experiment
+hep-ex/0508025 Experiment
+hep-ex/0508028 Experiment
+hep-ex/0508032 Experiment
+hep-ex/0508034 Experiment
+hep-ex/0508041 Experiment
+hep-ex/0508044 Experiment
+hep-ex/0508050 Experiment
+hep-ex/0508053 Experiment
+hep-ex/0508054 Experiment
+hep-ex/0508060 Experiment
+hep-ex/0508062 Experiment
+hep-ex/0509006 Experiment
+hep-ex/0509009 Experiment
+hep-ex/0509017 Experiment
+hep-ex/0509021 Experiment
+hep-ex/0509022 Experiment
+hep-ex/0509026 Experiment
+hep-ex/0509032 Experiment
+hep-ex/0509039 Experiment
+hep-ex/0509042 Experiment
+hep-ex/0510013 Experiment
+hep-ex/0510019 Experiment
+hep-ex/0510022 Experiment
+hep-ex/0510023 Experiment
+hep-ex/0510024 Experiment
+hep-ex/0510025 Experiment
+hep-ex/0510026 Experiment
+hep-ex/0510064 Experiment
+hep-ex/0510068 Experiment
+hep-ex/0511012 Experiment
+hep-ex/0511014 Experiment
+hep-ex/0511021 Experiment
+hep-ex/0511026 Experiment
+hep-ex/0511028 Experiment
+hep-ex/0511042 Experiment
+hep-ex/0511044 Experiment
+hep-ex/0511053 Experiment
+hep-ex/0511056 Experiment
+hep-ex/0511060 Experiment
+hep-ex/0512005 Experiment
+hep-ex/0512011 Experiment
+hep-ex/0512012 Experiment
+hep-ex/0512025 Experiment
+hep-ex/0512035 Experiment
+hep-ex/0512052 Experiment
+hep-ex/0512075 Experiment
+hep-ex/0512077 Experiment
+hep-ex/0601007 Experiment
+hep-ex/0601008 Experiment
+hep-ex/0601021 Experiment
+hep-ex/0601029 Experiment
+hep-ex/0601032 Experiment
+hep-ex/0601036 Experiment
+hep-ex/0601040 Experiment
+hep-ex/0601042 Experiment
+hep-ex/0601047 Experiment
+hep-ex/0602004 Experiment
+hep-ex/0602016 Experiment
+hep-ex/0602020 Experiment
+hep-ex/0602022 Experiment
+hep-ex/0602027 Experiment
+hep-ex/0602030 Experiment
+hep-ex/0602033 Experiment
+hep-ex/0602042 Experiment
+hep-ex/0603001 Experiment
+hep-ex/0603004 Experiment
+hep-ex/0603015 Experiment
+hep-ex/0603023 Experiment
+hep-ex/0603024 Experiment
+hep-ex/0603029 Experiment
+hep-ex/0603035 Experiment
+hep-ex/0603036 Experiment
+hep-ex/0603045 Experiment
+hep-ex/0603046 Experiment
+hep-ex/0603047 Experiment
+hep-ex/0603056 Experiment
+hep-ex/0604013 Experiment
+hep-ex/0604015 Experiment
+hep-ex/0604020 Experiment
+hep-ex/0604023 Experiment
+hep-ex/0604024 Experiment
+hep-ex/0604029 Experiment
+hep-ex/0604033 Experiment
+hep-ex/0604038 Experiment
+hep-ex/0604039 Experiment
+hep-ex/0604040 Experiment
+hep-ex/0604046 Experiment
+hep-ex/0604054 Experiment
+hep-ex/0605005 Experiment
+hep-ex/0605006 Experiment
+hep-ex/0605010 Experiment
+hep-ex/0605023 Experiment
+hep-ex/0605025 Experiment
+hep-ex/0605030 Experiment
+hep-ex/0605031 Experiment
+hep-ex/0605032 Experiment
+hep-ex/0605039 Experiment
+hep-ex/0605040 Experiment
+hep-ex/0605058 Experiment
+hep-ex/0605068 Experiment
+hep-ex/0605105 Experiment
+hep-ex/0605107 Experiment
+hep-ex/0605109 Experiment
+hep-ex/0605116 Experiment
+hep-ex/0605123 Experiment
+hep-ex/0606002 Experiment
+hep-ex/0606005 Experiment
+hep-ex/0606009 Experiment
+hep-ex/0606014 Experiment
+hep-ex/0606018 Experiment
+hep-ex/0606028 Experiment
+hep-ex/0606029 Experiment
+hep-ex/0606030 Experiment
+hep-ex/0606032 Experiment
+hep-ex/0606033 Experiment
+hep-ex/0606035 Experiment
+hep-ex/0606046 Experiment
+hep-ex/0606051 Experiment
+hep-ex/0606053 Experiment
+hep-ex/0607004 Experiment
+hep-ex/0607008 Experiment
+hep-ex/0607009 Experiment
+hep-ex/0607015 Experiment
+hep-ex/0607018 Experiment
+hep-ex/0607022 Experiment
+hep-ex/0607023 Experiment
+hep-ex/0607028 Experiment
+hep-ex/0607029 Experiment
+hep-ex/0607034 Experiment
+hep-ex/0607046 Experiment
+hep-ex/0607059 Experiment
+hep-ex/0607070 Experiment
+hep-ex/0607077 Experiment
+hep-ex/0607102 Experiment
+hep-ex/0608013 Experiment
+hep-ex/0608015 Experiment
+hep-ex/0608017 Experiment
+hep-ex/0608025 Experiment
+hep-ex/0608027 Experiment
+hep-ex/0608029 Experiment
+hep-ex/0608030 Experiment
+hep-ex/0608033 Experiment
+hep-ex/0608035 Experiment
+hep-ex/0608038 Experiment
+hep-ex/0608039 Experiment
+hep-ex/0608043 Experiment
+hep-ex/0608044 Experiment
+hep-ex/0608046 Experiment
+hep-ex/0608049 Experiment
+hep-ex/0608052 Experiment
+hep-ex/0608058 Experiment
+hep-ex/0608063 Experiment
+hep-ex/0609001 Experiment
+hep-ex/0609005 Experiment
+hep-ex/0609010 Experiment
+hep-ex/0609014 Experiment
+hep-ex/0609018 Experiment
+hep-ex/0609019 Experiment
+hep-ex/0609022 Experiment
+hep-ex/0609024 Experiment
+hep-ex/0609025 Experiment
+hep-ex/0609030 Experiment
+hep-ex/0609031 Experiment
+hep-ex/0609032 Experiment
+hep-ex/0609034 Experiment
+hep-ex/0609036 Experiment
+hep-ex/0609037 Experiment
+hep-ex/0609038 Experiment
+hep-ex/0609043 Experiment
+hep-ex/0609045 Experiment
+hep-ex/0609046 Experiment
+hep-ex/0609053 Experiment
+hep-ex/0609055 Experiment
+hep-ex/0609058 Experiment
+hep-ex/0609059 Experiment
+hep-ex/0610003 Experiment
+hep-ex/0610011 Experiment
+hep-ex/0610016 Experiment
+hep-ex/0610017 Experiment
+hep-ex/0610020 Experiment
+hep-ex/0610029 Experiment
+hep-ex/0610030 Experiment
+hep-ex/0610031 Experiment
+hep-ex/0610038 Experiment
+hep-ex/0610046 Experiment
+hep-ex/0610051 Experiment
+hep-ex/0610052 Experiment
+hep-ex/0610056 Experiment
+hep-ex/0610059 Experiment
+hep-ex/0610061 Experiment
+hep-ex/0610062 Experiment
+hep-ex/0610064 Experiment
+hep-ex/0610072 Experiment
+hep-ex/0610078 Experiment
+hep-ex/0610079 Experiment
+hep-ex/0610081 Experiment
+hep-ex/0610089 Experiment
+hep-ex/0611002 Experiment
+hep-ex/0611003 Experiment
+hep-ex/0611005 Experiment
+hep-ex/0611010 Experiment
+hep-ex/0611015 Experiment
+hep-ex/0611016 Experiment
+hep-ex/0611019 Experiment
+hep-ex/0611020 Experiment
+hep-ex/0611024 Experiment
+hep-ex/0611025 Experiment
+hep-ex/0611031 Experiment
+hep-ex/0611035 Experiment
+hep-ex/0611039 Experiment
+hep-ex/0611041 Experiment
+hep-ex/0611042 Experiment
+hep-ex/0611044 Experiment
+hep-ex/0611045 Experiment
+hep-ex/0611046 Experiment
+hep-ex/0611050 Experiment
+hep-ex/0611054 Experiment
+hep-ex/0612001 Experiment
+hep-ex/0612003 Experiment
+hep-ex/0612004 Experiment
+hep-ex/0612005 Experiment
+hep-ex/0612007 Experiment
+hep-ex/0612013 Experiment
+hep-ex/0612014 Experiment
+hep-ex/0612016 Experiment
+hep-ex/0612022 Experiment
+hep-ex/0612025 Experiment
+hep-ex/0612027 Experiment
+hep-ex/0612028 Experiment
+hep-ex/0612029 Experiment
+hep-ex/0612030 Experiment
+hep-ex/0612031 Experiment
+hep-ex/0612033 Experiment
+hep-ex/0612036 Experiment
+hep-ex/0612038 Experiment
+hep-ex/0612040 Experiment
+hep-ex/0612041 Experiment
+hep-ex/0612043 Experiment
+hep-ex/0612045 Experiment
+hep-ex/0612048 Experiment
+hep-ex/0612049 Experiment
+hep-ex/0612052 Experiment
+hep-ex/0612054 Experiment
+hep-ex/0612055 Experiment
+hep-ex/0612056 Experiment
+hep-ex/0612062 Experiment
+hep-ex/0612065 Experiment
+hep-ex/0701004 Experiment
+hep-ex/0701005 Experiment
+hep-ex/0701007 Experiment
+hep-ex/0701009 Experiment
+hep-ex/0701012 Experiment
+hep-ex/0701013 Experiment
+hep-ex/0701014 Experiment
+hep-ex/0701015 Experiment
+hep-ex/0701017 Experiment
+hep-ex/0701020 Experiment
+hep-ex/0701022 Experiment
+hep-ex/0701024 Experiment
+hep-ex/0701025 Experiment
+hep-ex/0701027 Experiment
+hep-ex/0701034 Experiment
+hep-ex/0701037 Experiment
+hep-ex/0701041 Experiment
+hep-ex/0701048 Experiment
+hep-ex/0701049 Experiment
+hep-ex/0701052 Experiment
+hep-ex/0701056 Experiment
+hep-ex/0701057 Experiment
+hep-ex/0701058 Experiment
+hep-ex/0702001 Experiment
+hep-ex/0702002 Experiment
+hep-ex/0702005 Experiment
+hep-ex/0702007 Experiment
+hep-ex/0702008 Experiment
+hep-ex/0702009 Experiment
+hep-ex/0702011 Experiment
+hep-ex/0702012 Experiment
+hep-ex/0702013 Experiment
+hep-ex/0702014 Experiment
+hep-ex/0702015 Experiment
+hep-ex/0702016 Experiment
+hep-ex/0702017 Experiment
+hep-ex/0702018 Experiment
+hep-ex/0702019 Experiment
+hep-ex/0702021 Experiment
+hep-ex/0702022 Experiment
+hep-ex/0702025 Experiment
+hep-ex/0702030 Experiment
+hep-ex/0702039 Experiment
+hep-ex/0702041 Experiment
+hep-ex/0702044 Experiment
+hep-ex/0702048 Experiment
+hep-ex/0702049 Experiment
+hep-ex/0702050 Experiment
+hep-ex/0703006 Experiment
+hep-ex/0703009 Experiment
+hep-ex/0703012 Experiment
+hep-ex/0703014 Experiment
+hep-ex/0703015 Experiment
+hep-ex/0703024 Experiment
+hep-ex/0703031 Experiment
+hep-ex/0703035 Experiment
+hep-ex/0703036 Experiment
+hep-ex/0703040 Experiment
+hep-ex/0703046 Experiment
+hep-ex/0703048 Experiment
+hep-ex/0703049 Experiment
+hep-ex/9406007 Experiment
+hep-ex/9411001 Experiment
+hep-ex/9501003 Experiment
+hep-ex/9502004 Experiment
+hep-ex/9503003 Experiment
+hep-ex/9503010 Experiment
+hep-ex/9503012 Experiment
+hep-ex/9505007 Experiment
+hep-ex/9506007 Experiment
+hep-ex/9506015 Experiment
+hep-ex/9507002 Experiment
+hep-ex/9507008 Experiment
+hep-ex/9508001 Experiment
+hep-ex/9508003 Experiment
+hep-ex/9508004 Experiment
+hep-ex/9508005 Experiment
+hep-ex/9508006 Experiment
+hep-ex/9508009 Experiment
+hep-ex/9508010 Experiment
+hep-ex/9508013 Experiment
+hep-ex/9509001 Experiment
+hep-ex/9509003 Experiment
+hep-ex/9509005 Experiment
+hep-ex/9509006 Experiment
+hep-ex/9509013 Experiment
+hep-ex/9510004 Experiment
+hep-ex/9510006 Experiment
+hep-ex/9511001 Experiment
+hep-ex/9511009 Experiment
+hep-ex/9511012 Experiment
+hep-ex/9511013 Experiment
+hep-ex/9511015 Experiment
+hep-ex/9512001 Experiment
+hep-ex/9512004 Experiment
+hep-ex/9512007 Experiment
+hep-ex/9512008 Experiment
+hep-ex/9601001 Experiment
+hep-ex/9601004 Experiment
+hep-ex/9601005 Experiment
+hep-ex/9602001 Experiment
+hep-ex/9602007 Experiment
+hep-ex/9603002 Experiment
+hep-ex/9603005 Experiment
+hep-ex/9603006 Experiment
+hep-ex/9603009 Experiment
+hep-ex/9603010 Experiment
+hep-ex/9604002 Experiment
+hep-ex/9604005 Experiment
+hep-ex/9604006 Experiment
+hep-ex/9604007 Experiment
+hep-ex/9605002 Experiment
+hep-ex/9606006 Experiment
+hep-ex/9606016 Experiment
+hep-ex/9606017 Experiment
+hep-ex/9607001 Experiment
+hep-ex/9607010 Experiment
+hep-ex/9607011 Experiment
+hep-ex/9607012 Experiment
+hep-ex/9607013 Experiment
+hep-ex/9608003 Experiment
+hep-ex/9608008 Experiment
+hep-ex/9608010 Experiment
+hep-ex/9608011 Experiment
+hep-ex/9608016 Experiment
+hep-ex/9608017 Experiment
+hep-ex/9609008 Experiment
+hep-ex/9609013 Experiment
+hep-ex/9609019 Experiment
+hep-ex/9610002 Experiment
+hep-ex/9610007 Experiment
+hep-ex/9611002 Experiment
+hep-ex/9611003 Experiment
+hep-ex/9611004 Experiment
+hep-ex/9611007 Experiment
+hep-ex/9611011 Experiment
+hep-ex/9611018 Experiment
+hep-ex/9612004 Experiment
+hep-ex/9612005 Experiment
+hep-ex/9612009 Experiment
+hep-ex/9612011 Experiment
+hep-ex/9701015 Experiment
+hep-ex/9701017 Experiment
+hep-ex/9701020 Experiment
+hep-ex/9702003 Experiment
+hep-ex/9702009 Experiment
+hep-ex/9702011 Experiment
+hep-ex/9702012 Experiment
+hep-ex/9702015 Experiment
+hep-ex/9703005 Experiment
+hep-ex/9703008 Experiment
+hep-ex/9703012 Experiment
+hep-ex/9704008 Experiment
+hep-ex/9704012 Experiment
+hep-ex/9704015 Experiment
+hep-ex/9704018 Experiment
+hep-ex/9705001 Experiment
+hep-ex/9705010 Experiment
+hep-ex/9705014 Experiment
+hep-ex/9705015 Experiment
+hep-ex/9705017 Experiment
+hep-ex/9705018 Experiment
+hep-ex/9706002 Experiment
+hep-ex/9706012 Experiment
+hep-ex/9706014 Experiment
+hep-ex/9707005 Experiment
+hep-ex/9707009 Experiment
+hep-ex/9707010 Experiment
+hep-ex/9707015 Experiment
+hep-ex/9707016 Experiment
+hep-ex/9707017 Experiment
+hep-ex/9707019 Experiment
+hep-ex/9707021 Experiment
+hep-ex/9707022 Experiment
+hep-ex/9707023 Experiment
+hep-ex/9707033 Experiment
+hep-ex/9707040 Experiment
+hep-ex/9707041 Experiment
+hep-ex/9708006 Experiment
+hep-ex/9708011 Experiment
+hep-ex/9708012 Experiment
+hep-ex/9708018 Experiment
+hep-ex/9708019 Experiment
+hep-ex/9708020 Experiment
+hep-ex/9708021 Experiment
+hep-ex/9708022 Experiment
+hep-ex/9708023 Experiment
+hep-ex/9708024 Experiment
+hep-ex/9708027 Experiment
+hep-ex/9708028 Experiment
+hep-ex/9708029 Experiment
+hep-ex/9709002 Experiment
+hep-ex/9709003 Experiment
+hep-ex/9709004 Experiment
+hep-ex/9709006 Experiment
+hep-ex/9709013 Experiment
+hep-ex/9709017 Experiment
+hep-ex/9709022 Experiment
+hep-ex/9709023 Experiment
+hep-ex/9709027 Experiment
+hep-ex/9709028 Experiment
+hep-ex/9710007 Experiment
+hep-ex/9710010 Experiment
+hep-ex/9710024 Experiment
+hep-ex/9710032 Experiment
+hep-ex/9711001 Experiment
+hep-ex/9711006 Experiment
+hep-ex/9711007 Experiment
+hep-ex/9711012 Experiment
+hep-ex/9712022 Experiment
+hep-ex/9712024 Experiment
+hep-ex/9712028 Experiment
+hep-ex/9712029 Experiment
+hep-ex/9801003 Experiment
+hep-ex/9801004 Experiment
+hep-ex/9801005 Experiment
+hep-ex/9801007 Experiment
+hep-ex/9801015 Experiment
+hep-ex/9801022 Experiment
+hep-ex/9801024 Experiment
+hep-ex/9801025 Experiment
+hep-ex/9801026 Experiment
+hep-ex/9801027 Experiment
+hep-ex/9801029 Experiment
+hep-ex/9802002 Experiment
+hep-ex/9802004 Experiment
+hep-ex/9802008 Experiment
+hep-ex/9802013 Experiment
+hep-ex/9802015 Experiment
+hep-ex/9803003 Experiment
+hep-ex/9803004 Experiment
+hep-ex/9803008 Experiment
+hep-ex/9803009 Experiment
+hep-ex/9803011 Experiment
+hep-ex/9803017 Experiment
+hep-ex/9803019 Experiment
+hep-ex/9803020 Experiment
+hep-ex/9803023 Experiment
+hep-ex/9803026 Experiment
+hep-ex/9803032 Experiment
+hep-ex/9804003 Experiment
+hep-ex/9804004 Experiment
+hep-ex/9804008 Experiment
+hep-ex/9805003 Experiment
+hep-ex/9805009 Experiment
+hep-ex/9805018 Experiment
+hep-ex/9805025 Experiment
+hep-ex/9805026 Experiment
+hep-ex/9806002 Experiment
+hep-ex/9806007 Experiment
+hep-ex/9806008 Experiment
+hep-ex/9806009 Experiment
+hep-ex/9806012 Experiment
+hep-ex/9806028 Experiment
+hep-ex/9806029 Experiment
+hep-ex/9806035 Experiment
+hep-ex/9806036 Experiment
+hep-ex/9806038 Experiment
+hep-ex/9807001 Experiment
+hep-ex/9807003 Experiment
+hep-ex/9807004 Experiment
+hep-ex/9807005 Experiment
+hep-ex/9807006 Experiment
+hep-ex/9807009 Experiment
+hep-ex/9807016 Experiment
+hep-ex/9807019 Experiment
+hep-ex/9807021 Experiment
+hep-ex/9807029 Experiment
+hep-ex/9807032 Experiment
+hep-ex/9808006 Experiment
+hep-ex/9808009 Experiment
+hep-ex/9808010 Experiment
+hep-ex/9808011 Experiment
+hep-ex/9808012 Experiment
+hep-ex/9808013 Experiment
+hep-ex/9808014 Experiment
+hep-ex/9808015 Experiment
+hep-ex/9808016 Experiment
+hep-ex/9808019 Experiment
+hep-ex/9808023 Experiment
+hep-ex/9808024 Experiment
+hep-ex/9808025 Experiment
+hep-ex/9808026 Experiment
+hep-ex/9808027 Experiment
+hep-ex/9808029 Experiment
+hep-ex/9808030 Experiment
+hep-ex/9808034 Experiment
+hep-ex/9808035 Experiment
+hep-ex/9808036 Experiment
+hep-ex/9808037 Experiment
+hep-ex/9809002 Experiment
+hep-ex/9809010 Experiment
+hep-ex/9809015 Experiment
+hep-ex/9809016 Experiment
+hep-ex/9809026 Experiment
+hep-ex/9809031 Experiment
+hep-ex/9810001 Experiment
+hep-ex/9810002 Experiment
+hep-ex/9810003 Experiment
+hep-ex/9810007 Experiment
+hep-ex/9810008 Experiment
+hep-ex/9810010 Experiment
+hep-ex/9810016 Experiment
+hep-ex/9810018 Experiment
+hep-ex/9810020 Experiment
+hep-ex/9810021 Experiment
+hep-ex/9810034 Experiment
+hep-ex/9811002 Experiment
+hep-ex/9811013 Experiment
+hep-ex/9811016 Experiment
+hep-ex/9811025 Experiment
+hep-ex/9811028 Experiment
+hep-ex/9811029 Experiment
+hep-ex/9811030 Experiment
+hep-ex/9811038 Experiment
+hep-ex/9811045 Experiment
+hep-ex/9811049 Experiment
+hep-ex/9812013 Experiment
+hep-ex/9812014 Experiment
+hep-ex/9812016 Experiment
+hep-ex/9812017 Experiment
+hep-ex/9812018 Experiment
+hep-ex/9812023 Experiment
+hep-ex/9812024 Experiment
+hep-ex/9901006 Experiment
+hep-ex/9901010 Experiment
+hep-ex/9901011 Experiment
+hep-ex/9901017 Experiment
+hep-ex/9901020 Experiment
+hep-ex/9901022 Experiment
+hep-ex/9901023 Experiment
+hep-ex/9901024 Experiment
+hep-ex/9901025 Experiment
+hep-ex/9901027 Experiment
+hep-ex/9901032 Experiment
+hep-ex/9901037 Experiment
+hep-ex/9901040 Experiment
+hep-ex/9901041 Experiment
+hep-ex/9902003 Experiment
+hep-ex/9902006 Experiment
+hep-ex/9902013 Experiment
+hep-ex/9902014 Experiment
+hep-ex/9902019 Experiment
+hep-ex/9902021 Experiment
+hep-ex/9902024 Experiment
+hep-ex/9902029 Experiment
+hep-ex/9902031 Experiment
+hep-ex/9903002 Experiment
+hep-ex/9903004 Experiment
+hep-ex/9903007 Experiment
+hep-ex/9903008 Experiment
+hep-ex/9903014 Experiment
+hep-ex/9903015 Experiment
+hep-ex/9903022 Experiment
+hep-ex/9903027 Experiment
+hep-ex/9903041 Experiment
+hep-ex/9903042 Experiment
+hep-ex/9903043 Experiment
+hep-ex/9903044 Experiment
+hep-ex/9903048 Experiment
+hep-ex/9903049 Experiment
+hep-ex/9903070 Experiment
+hep-ex/9904011 Experiment
+hep-ex/9904013 Experiment
+hep-ex/9904014 Experiment
+hep-ex/9904023 Experiment
+hep-ex/9904030 Experiment
+hep-ex/9904034 Experiment
+hep-ex/9905012 Experiment
+hep-ex/9905013 Experiment
+hep-ex/9905024 Experiment
+hep-ex/9905030 Experiment
+hep-ex/9905036 Experiment
+hep-ex/9905046 Experiment
+hep-ex/9905052 Experiment
+hep-ex/9906004 Experiment
+hep-ex/9906010 Experiment
+hep-ex/9906022 Experiment
+hep-ex/9906027 Experiment
+hep-ex/9906032 Experiment
+hep-ex/9906034 Experiment
+hep-ex/9906035 Experiment
+hep-ex/9906039 Experiment
+hep-ex/9906042 Experiment
+hep-ex/9906043 Experiment
+hep-ex/9906045 Experiment
+hep-ex/9907002 Experiment
+hep-ex/9907004 Experiment
+hep-ex/9907005 Experiment
+hep-ex/9907006 Experiment
+hep-ex/9907007 Experiment
+hep-ex/9907014 Experiment
+hep-ex/9907019 Experiment
+hep-ex/9907027 Experiment
+hep-ex/9907029 Experiment
+hep-ex/9907036 Experiment
+hep-ex/9907037 Experiment
+hep-ex/9907045 Experiment
+hep-ex/9907052 Experiment
+hep-ex/9907055 Experiment
+hep-ex/9907060 Experiment
+hep-ex/9907061 Experiment
+hep-ex/9907062 Experiment
+hep-ex/9907064 Experiment
+hep-ex/9908001 Experiment
+hep-ex/9908002 Experiment
+hep-ex/9908007 Experiment
+hep-ex/9908008 Experiment
+hep-ex/9908011 Experiment
+hep-ex/9908013 Experiment
+hep-ex/9908017 Experiment
+hep-ex/9908036 Experiment
+hep-ex/9908045 Experiment
+hep-ex/9908046 Experiment
+hep-ex/9908049 Experiment
+hep-ex/9908057 Experiment
+hep-ex/9908059 Experiment
+hep-ex/9908064 Experiment
+hep-ex/9908065 Experiment
+hep-ex/9909013 Experiment
+hep-ex/9909015 Experiment
+hep-ex/9909022 Experiment
+hep-ex/9909029 Experiment
+hep-ex/9909030 Experiment
+hep-ex/9909036 Experiment
+hep-ex/9909038 Experiment
+hep-ex/9909040 Experiment
+hep-ex/9909041 Experiment
+hep-ex/9909049 Experiment
+hep-ex/9909052 Experiment
+hep-ex/9910001 Experiment
+hep-ex/9910013 Experiment
+hep-ex/9910026 Experiment
+hep-ex/9910040 Experiment
+hep-ex/9910047 Experiment
+hep-ex/9910052 Experiment
+hep-ex/9910057 Experiment
+hep-ex/9910063 Experiment
+hep-ex/9910064 Experiment
+hep-ex/9910069 Experiment
+hep-ex/9910070 Experiment
+hep-ex/9911029 Experiment
+hep-ex/9911038 Experiment
+hep-ex/9911041 Experiment
+hep-ex/9911045 Experiment
+hep-ex/9912001 Experiment
+hep-ex/9912003 Experiment
+hep-ex/9912005 Experiment
+hep-ex/9912009 Experiment
+hep-ex/9912023 Experiment
+hep-ex/9912031 Experiment
+hep-ex/9912032 Experiment
+hep-ex/9912033 Experiment
+hep-ex/9912050 Experiment
+hep-ex/9912052 Experiment
+hep-ex/9912056 Experiment
+hep-ex/9912058 Experiment
+hep-ex/9912062 Experiment
+hep-ex/9912063 Experiment
+hep-ex/9912065 Experiment
+hep-lat/0001013 Lattice
+hep-lat/0001023 Lattice
+hep-lat/0001025 Lattice
+hep-lat/0001027 Lattice
+hep-lat/0002010 Lattice
+hep-lat/0002022 Lattice
+hep-lat/0003015 Lattice
+hep-lat/0004020 Lattice
+hep-lat/0005014 Lattice
+hep-lat/0006004 Lattice
+hep-lat/0006005 Lattice
+hep-lat/0006020 Lattice
+hep-lat/0007004 Lattice
+hep-lat/0007032 Lattice
+hep-lat/0007035 Lattice
+hep-lat/0007046 Lattice
+hep-lat/0008005 Lattice
+hep-lat/0008009 Lattice
+hep-lat/0008012 Lattice
+hep-lat/0009021 Lattice
+hep-lat/0009029 Lattice
+hep-lat/0010019 Lattice
+hep-lat/0010036 Lattice
+hep-lat/0010043 Lattice
+hep-lat/0010049 Lattice
+hep-lat/0010058 Lattice
+hep-lat/0010065 Lattice
+hep-lat/0010066 Lattice
+hep-lat/0010068 Lattice
+hep-lat/0010077 Lattice
+hep-lat/0010092 Lattice
+hep-lat/0010094 Lattice
+hep-lat/0011010 Lattice
+hep-lat/0011018 Lattice
+hep-lat/0011029 Lattice
+hep-lat/0011044 Lattice
+hep-lat/0011082 Lattice
+hep-lat/0011091 Lattice
+hep-lat/0012003 Lattice
+hep-lat/0012008 Lattice
+hep-lat/0012010 Lattice
+hep-lat/0012023 Lattice
+hep-lat/0101003 Lattice
+hep-lat/0101019 Lattice
+hep-lat/0102002 Lattice
+hep-lat/0103003 Lattice
+hep-lat/0103005 Lattice
+hep-lat/0103006 Lattice
+hep-lat/0103012 Lattice
+hep-lat/0103020 Lattice
+hep-lat/0103023 Lattice
+hep-lat/0103030 Lattice
+hep-lat/0103031 Lattice
+hep-lat/0103038 Lattice
+hep-lat/0104002 Lattice
+hep-lat/0104004 Lattice
+hep-lat/0104006 Lattice
+hep-lat/0104012 Lattice
+hep-lat/0105003 Lattice
+hep-lat/0105010 Lattice
+hep-lat/0105011 Lattice
+hep-lat/0105012 Lattice
+hep-lat/0105023 Lattice
+hep-lat/0106008 Lattice
+hep-lat/0106016 Lattice
+hep-lat/0107003 Lattice
+hep-lat/0107006 Lattice
+hep-lat/0107010 Lattice
+hep-lat/0107011 Lattice
+hep-lat/0107014 Lattice
+hep-lat/0107016 Lattice
+hep-lat/0107021 Lattice
+hep-lat/0108001 Lattice
+hep-lat/0108006 Lattice
+hep-lat/0108016 Lattice
+hep-lat/0108020 Lattice
+hep-lat/0108022 Lattice
+hep-lat/0109015 Lattice
+hep-lat/0109028 Lattice
+hep-lat/0109032 Lattice
+hep-lat/0110012 Lattice
+hep-lat/0110015 Lattice
+hep-lat/0110030 Lattice
+hep-lat/0110033 Lattice
+hep-lat/0110034 Lattice
+hep-lat/0110037 Lattice
+hep-lat/0110044 Lattice
+hep-lat/0110046 Lattice
+hep-lat/0110048 Lattice
+hep-lat/0110050 Lattice
+hep-lat/0110057 Lattice
+hep-lat/0110058 Lattice
+hep-lat/0110066 Lattice
+hep-lat/0110067 Lattice
+hep-lat/0110072 Lattice
+hep-lat/0110075 Lattice
+hep-lat/0110077 Lattice
+hep-lat/0110087 Lattice
+hep-lat/0110098 Lattice
+hep-lat/0110108 Lattice
+hep-lat/0110121 Lattice
+hep-lat/0110149 Lattice
+hep-lat/0110159 Lattice
+hep-lat/0110182 Lattice
+hep-lat/0110210 Lattice
+hep-lat/0110216 Lattice
+hep-lat/0110220 Lattice
+hep-lat/0111006 Lattice
+hep-lat/0111008 Lattice
+hep-lat/0111012 Lattice
+hep-lat/0111024 Lattice
+hep-lat/0111050 Lattice
+hep-lat/0111051 Lattice
+hep-lat/0111063 Lattice
+hep-lat/0112002 Lattice
+hep-lat/0112007 Lattice
+hep-lat/0112016 Lattice
+hep-lat/0112024 Lattice
+hep-lat/0112029 Lattice
+hep-lat/0112030 Lattice
+hep-lat/0201008 Lattice
+hep-lat/0202001 Lattice
+hep-lat/0202009 Lattice
+hep-lat/0202029 Lattice
+hep-lat/0203027 Lattice
+hep-lat/0204010 Lattice
+hep-lat/0204030 Lattice
+hep-lat/0205007 Lattice
+hep-lat/0205011 Lattice
+hep-lat/0205013 Lattice
+hep-lat/0205018 Lattice
+hep-lat/0205023 Lattice
+hep-lat/0205025 Lattice
+hep-lat/0206001 Lattice
+hep-lat/0206015 Lattice
+hep-lat/0206016 Lattice
+hep-lat/0207002 Lattice
+hep-lat/0207004 Lattice
+hep-lat/0207007 Lattice
+hep-lat/0207021 Lattice
+hep-lat/0208003 Lattice
+hep-lat/0208007 Lattice
+hep-lat/0208008 Lattice
+hep-lat/0208017 Lattice
+hep-lat/0208031 Lattice
+hep-lat/0208034 Lattice
+hep-lat/0208038 Lattice
+hep-lat/0208041 Lattice
+hep-lat/0208045 Lattice
+hep-lat/0208055 Lattice
+hep-lat/0208070 Lattice
+hep-lat/0208078 Lattice
+hep-lat/0209013 Lattice
+hep-lat/0209020 Lattice
+hep-lat/0209028 Lattice
+hep-lat/0209037 Lattice
+hep-lat/0209039 Lattice
+hep-lat/0209063 Lattice
+hep-lat/0209066 Lattice
+hep-lat/0209074 Lattice
+hep-lat/0209079 Lattice
+hep-lat/0209080 Lattice
+hep-lat/0209082 Lattice
+hep-lat/0209089 Lattice
+hep-lat/0209097 Lattice
+hep-lat/0209099 Lattice
+hep-lat/0209100 Lattice
+hep-lat/0209105 Lattice
+hep-lat/0209106 Lattice
+hep-lat/0209111 Lattice
+hep-lat/0209117 Lattice
+hep-lat/0209118 Lattice
+hep-lat/0209132 Lattice
+hep-lat/0209148 Lattice
+hep-lat/0209151 Lattice
+hep-lat/0209160 Lattice
+hep-lat/0209163 Lattice
+hep-lat/0210020 Lattice
+hep-lat/0211022 Lattice
+hep-lat/0211024 Lattice
+hep-lat/0211043 Lattice
+hep-lat/0212020 Lattice
+hep-lat/0212039 Lattice
+hep-lat/0301024 Lattice
+hep-lat/0302005 Lattice
+hep-lat/0302009 Lattice
+hep-lat/0302019 Lattice
+hep-lat/0302022 Lattice
+hep-lat/0303001 Lattice
+hep-lat/0303002 Lattice
+hep-lat/0303012 Lattice
+hep-lat/0303015 Lattice
+hep-lat/0303026 Lattice
+hep-lat/0304001 Lattice
+hep-lat/0304004 Lattice
+hep-lat/0304014 Lattice
+hep-lat/0305008 Lattice
+hep-lat/0305014 Lattice
+hep-lat/0305016 Lattice
+hep-lat/0306002 Lattice
+hep-lat/0306007 Lattice
+hep-lat/0306027 Lattice
+hep-lat/0306028 Lattice
+hep-lat/0306030 Lattice
+hep-lat/0306033 Lattice
+hep-lat/0307001 Lattice
+hep-lat/0307002 Lattice
+hep-lat/0307018 Lattice
+hep-lat/0307020 Lattice
+hep-lat/0307021 Lattice
+hep-lat/0307030 Lattice
+hep-lat/0308008 Lattice
+hep-lat/0308014 Lattice
+hep-lat/0308019 Lattice
+hep-lat/0308021 Lattice
+hep-lat/0308029 Lattice
+hep-lat/0308033 Lattice
+hep-lat/0309002 Lattice
+hep-lat/0309004 Lattice
+hep-lat/0309010 Lattice
+hep-lat/0309026 Lattice
+hep-lat/0309031 Lattice
+hep-lat/0309033 Lattice
+hep-lat/0309035 Lattice
+hep-lat/0309041 Lattice
+hep-lat/0309045 Lattice
+hep-lat/0309047 Lattice
+hep-lat/0309055 Lattice
+hep-lat/0309065 Lattice
+hep-lat/0309073 Lattice
+hep-lat/0309078 Lattice
+hep-lat/0309088 Lattice
+hep-lat/0309091 Lattice
+hep-lat/0309095 Lattice
+hep-lat/0309101 Lattice
+hep-lat/0309117 Lattice
+hep-lat/0309162 Lattice
+hep-lat/0309167 Lattice
+hep-lat/0310002 Lattice
+hep-lat/0310003 Lattice
+hep-lat/0310011 Lattice
+hep-lat/0310013 Lattice
+hep-lat/0310027 Lattice
+hep-lat/0310028 Lattice
+hep-lat/0310038 Lattice
+hep-lat/0310057 Lattice
+hep-lat/0310063 Lattice
+hep-lat/0311002 Lattice
+hep-lat/0311017 Lattice
+hep-lat/0311019 Lattice
+hep-lat/0312002 Lattice
+hep-lat/0312004 Lattice
+hep-lat/0312006 Lattice
+hep-lat/0312007 Lattice
+hep-lat/0312015 Lattice
+hep-lat/0312024 Lattice
+hep-lat/0312032 Lattice
+hep-lat/0401003 Lattice
+hep-lat/0401019 Lattice
+hep-lat/0401021 Lattice
+hep-lat/0401022 Lattice
+hep-lat/0401023 Lattice
+hep-lat/0401031 Lattice
+hep-lat/0402012 Lattice
+hep-lat/0402015 Lattice
+hep-lat/0402021 Lattice
+hep-lat/0402030 Lattice
+hep-lat/0402032 Lattice
+hep-lat/0402034 Lattice
+hep-lat/0403007 Lattice
+hep-lat/0403012 Lattice
+hep-lat/0403020 Lattice
+hep-lat/0404005 Lattice
+hep-lat/0404007 Lattice
+hep-lat/0404010 Lattice
+hep-lat/0405004 Lattice
+hep-lat/0405009 Lattice
+hep-lat/0405010 Lattice
+hep-lat/0405028 Lattice
+hep-lat/0405029 Lattice
+hep-lat/0405030 Lattice
+hep-lat/0406002 Lattice
+hep-lat/0406006 Lattice
+hep-lat/0406009 Lattice
+hep-lat/0406010 Lattice
+hep-lat/0406032 Lattice
+hep-lat/0407007 Lattice
+hep-lat/0407037 Lattice
+hep-lat/0408002 Lattice
+hep-lat/0408008 Lattice
+hep-lat/0408009 Lattice
+hep-lat/0408017 Lattice
+hep-lat/0408024 Lattice
+hep-lat/0408025 Lattice
+hep-lat/0408034 Lattice
+hep-lat/0409003 Lattice
+hep-lat/0409020 Lattice
+hep-lat/0409025 Lattice
+hep-lat/0409041 Lattice
+hep-lat/0409045 Lattice
+hep-lat/0409046 Lattice
+hep-lat/0409051 Lattice
+hep-lat/0409061 Lattice
+hep-lat/0409075 Lattice
+hep-lat/0409076 Lattice
+hep-lat/0409083 Lattice
+hep-lat/0409095 Lattice
+hep-lat/0409097 Lattice
+hep-lat/0409106 Lattice
+hep-lat/0409109 Lattice
+hep-lat/0409116 Lattice
+hep-lat/0409122 Lattice
+hep-lat/0409126 Lattice
+hep-lat/0409128 Lattice
+hep-lat/0409130 Lattice
+hep-lat/0409157 Lattice
+hep-lat/0409161 Lattice
+hep-lat/0409162 Lattice
+hep-lat/0409164 Lattice
+hep-lat/0409166 Lattice
+hep-lat/0410005 Lattice
+hep-lat/0410009 Lattice
+hep-lat/0410010 Lattice
+hep-lat/0410011 Lattice
+hep-lat/0410013 Lattice
+hep-lat/0410014 Lattice
+hep-lat/0410019 Lattice
+hep-lat/0410023 Lattice
+hep-lat/0410041 Lattice
+hep-lat/0410052 Lattice
+hep-lat/0411012 Lattice
+hep-lat/0411013 Lattice
+hep-lat/0411022 Lattice
+hep-lat/0411027 Lattice
+hep-lat/0411034 Lattice
+hep-lat/0411035 Lattice
+hep-lat/0411036 Lattice
+hep-lat/0411039 Lattice
+hep-lat/0412002 Lattice
+hep-lat/0412012 Lattice
+hep-lat/0412017 Lattice
+hep-lat/0412021 Lattice
+hep-lat/0412029 Lattice
+hep-lat/0412042 Lattice
+hep-lat/0501005 Lattice
+hep-lat/0501007 Lattice
+hep-lat/0501025 Lattice
+hep-lat/0501029 Lattice
+hep-lat/0501030 Lattice
+hep-lat/0502003 Lattice
+hep-lat/0503003 Lattice
+hep-lat/0503035 Lattice
+hep-lat/0503038 Lattice
+hep-lat/0504005 Lattice
+hep-lat/0504007 Lattice
+hep-lat/0504008 Lattice
+hep-lat/0504015 Lattice
+hep-lat/0505015 Lattice
+hep-lat/0505019 Lattice
+hep-lat/0505022 Lattice
+hep-lat/0505023 Lattice
+hep-lat/0506007 Lattice
+hep-lat/0506011 Lattice
+hep-lat/0506013 Lattice
+hep-lat/0506017 Lattice
+hep-lat/0506028 Lattice
+hep-lat/0506030 Lattice
+hep-lat/0507001 Lattice
+hep-lat/0507007 Lattice
+hep-lat/0507013 Lattice
+hep-lat/0507027 Lattice
+hep-lat/0507032 Lattice
+hep-lat/0507033 Lattice
+hep-lat/0508001 Lattice
+hep-lat/0508010 Lattice
+hep-lat/0508032 Lattice
+hep-lat/0509003 Lattice
+hep-lat/0509036 Lattice
+hep-lat/0509065 Lattice
+hep-lat/0509074 Lattice
+hep-lat/0509102 Lattice
+hep-lat/0509106 Lattice
+hep-lat/0509133 Lattice
+hep-lat/0509180 Lattice
+hep-lat/0510050 Lattice
+hep-lat/0510062 Lattice
+hep-lat/0510065 Lattice
+hep-lat/0510067 Lattice
+hep-lat/0510071 Lattice
+hep-lat/0510089 Lattice
+hep-lat/0510112 Lattice
+hep-lat/0510115 Lattice
+hep-lat/0511005 Lattice
+hep-lat/0511011 Lattice
+hep-lat/0511040 Lattice
+hep-lat/0511041 Lattice
+hep-lat/0511057 Lattice
+hep-lat/0512007 Lattice
+hep-lat/0512010 Lattice
+hep-lat/0512011 Lattice
+hep-lat/0512023 Lattice
+hep-lat/0512029 Lattice
+hep-lat/0512030 Lattice
+hep-lat/0512036 Lattice
+hep-lat/0601004 Lattice
+hep-lat/0601031 Lattice
+hep-lat/0601034 Lattice
+hep-lat/0602018 Lattice
+hep-lat/0602022 Lattice
+hep-lat/0602023 Lattice
+hep-lat/0602026 Lattice
+hep-lat/0602028 Lattice
+hep-lat/0603006 Lattice
+hep-lat/0603012 Lattice
+hep-lat/0603013 Lattice
+hep-lat/0603023 Lattice
+hep-lat/0603025 Lattice
+hep-lat/0603027 Lattice
+hep-lat/0603028 Lattice
+hep-lat/0604001 Lattice
+hep-lat/0604007 Lattice
+hep-lat/0604011 Lattice
+hep-lat/0604013 Lattice
+hep-lat/0604016 Lattice
+hep-lat/0605007 Lattice
+hep-lat/0605012 Lattice
+hep-lat/0605014 Lattice
+hep-lat/0605017 Lattice
+hep-lat/0605019 Lattice
+hep-lat/0606003 Lattice
+hep-lat/0606004 Lattice
+hep-lat/0606006 Lattice
+hep-lat/0606011 Lattice
+hep-lat/0606012 Lattice
+hep-lat/0606014 Lattice
+hep-lat/0606018 Lattice
+hep-lat/0606019 Lattice
+hep-lat/0606022 Lattice
+hep-lat/0606023 Lattice
+hep-lat/0607002 Lattice
+hep-lat/0607005 Lattice
+hep-lat/0607007 Lattice
+hep-lat/0607011 Lattice
+hep-lat/0607012 Lattice
+hep-lat/0607014 Lattice
+hep-lat/0607015 Lattice
+hep-lat/0607018 Lattice
+hep-lat/0607024 Lattice
+hep-lat/0607026 Lattice
+hep-lat/0607030 Lattice
+hep-lat/0607032 Lattice
+hep-lat/0607033 Lattice
+hep-lat/0607036 Lattice
+hep-lat/0608001 Lattice
+hep-lat/0608005 Lattice
+hep-lat/0608006 Lattice
+hep-lat/0608009 Lattice
+hep-lat/0608011 Lattice
+hep-lat/0608012 Lattice
+hep-lat/0608013 Lattice
+hep-lat/0608014 Lattice
+hep-lat/0608015 Lattice
+hep-lat/0608016 Lattice
+hep-lat/0608017 Lattice
+hep-lat/0608020 Lattice
+hep-lat/0608021 Lattice
+hep-lat/0608022 Lattice
+hep-lat/0608023 Lattice
+hep-lat/0608025 Lattice
+hep-lat/0608026 Lattice
+hep-lat/0609001 Lattice
+hep-lat/0609002 Lattice
+hep-lat/0609003 Lattice
+hep-lat/0609004 Lattice
+hep-lat/0609005 Lattice
+hep-lat/0609006 Lattice
+hep-lat/0609007 Lattice
+hep-lat/0609008 Lattice
+hep-lat/0609011 Lattice
+hep-lat/0609013 Lattice
+hep-lat/0609015 Lattice
+hep-lat/0609017 Lattice
+hep-lat/0609018 Lattice
+hep-lat/0609021 Lattice
+hep-lat/0609022 Lattice
+hep-lat/0609025 Lattice
+hep-lat/0609026 Lattice
+hep-lat/0609027 Lattice
+hep-lat/0609028 Lattice
+hep-lat/0609029 Lattice
+hep-lat/0609030 Lattice
+hep-lat/0609031 Lattice
+hep-lat/0609032 Lattice
+hep-lat/0609036 Lattice
+hep-lat/0609037 Lattice
+hep-lat/0609038 Lattice
+hep-lat/0609039 Lattice
+hep-lat/0609040 Lattice
+hep-lat/0609042 Lattice
+hep-lat/0609044 Lattice
+hep-lat/0609045 Lattice
+hep-lat/0609047 Lattice
+hep-lat/0609048 Lattice
+hep-lat/0609049 Lattice
+hep-lat/0609050 Lattice
+hep-lat/0609055 Lattice
+hep-lat/0609058 Lattice
+hep-lat/0609059 Lattice
+hep-lat/0609061 Lattice
+hep-lat/0609062 Lattice
+hep-lat/0609063 Lattice
+hep-lat/0609064 Lattice
+hep-lat/0609066 Lattice
+hep-lat/0609068 Lattice
+hep-lat/0609070 Lattice
+hep-lat/0609071 Lattice
+hep-lat/0609073 Lattice
+hep-lat/0609074 Lattice
+hep-lat/0609075 Lattice
+hep-lat/0609076 Lattice
+hep-lat/0609077 Lattice
+hep-lat/0609078 Lattice
+hep-lat/0610002 Lattice
+hep-lat/0610003 Lattice
+hep-lat/0610004 Lattice
+hep-lat/0610005 Lattice
+hep-lat/0610009 Lattice
+hep-lat/0610010 Lattice
+hep-lat/0610011 Lattice
+hep-lat/0610013 Lattice
+hep-lat/0610014 Lattice
+hep-lat/0610015 Lattice
+hep-lat/0610016 Lattice
+hep-lat/0610018 Lattice
+hep-lat/0610019 Lattice
+hep-lat/0610022 Lattice
+hep-lat/0610023 Lattice
+hep-lat/0610024 Lattice
+hep-lat/0610026 Lattice
+hep-lat/0610027 Lattice
+hep-lat/0610029 Lattice
+hep-lat/0610030 Lattice
+hep-lat/0610031 Lattice
+hep-lat/0610034 Lattice
+hep-lat/0610036 Lattice
+hep-lat/0610038 Lattice
+hep-lat/0610039 Lattice
+hep-lat/0610041 Lattice
+hep-lat/0610042 Lattice
+hep-lat/0610044 Lattice
+hep-lat/0610045 Lattice
+hep-lat/0610046 Lattice
+hep-lat/0610047 Lattice
+hep-lat/0610048 Lattice
+hep-lat/0610049 Lattice
+hep-lat/0610051 Lattice
+hep-lat/0610055 Lattice
+hep-lat/0610056 Lattice
+hep-lat/0610057 Lattice
+hep-lat/0610058 Lattice
+hep-lat/0610060 Lattice
+hep-lat/0610061 Lattice
+hep-lat/0610064 Lattice
+hep-lat/0610066 Lattice
+hep-lat/0610068 Lattice
+hep-lat/0610069 Lattice
+hep-lat/0610071 Lattice
+hep-lat/0610072 Lattice
+hep-lat/0610074 Lattice
+hep-lat/0610076 Lattice
+hep-lat/0610077 Lattice
+hep-lat/0610078 Lattice
+hep-lat/0610079 Lattice
+hep-lat/0610081 Lattice
+hep-lat/0610082 Lattice
+hep-lat/0610083 Lattice
+hep-lat/0610085 Lattice
+hep-lat/0610087 Lattice
+hep-lat/0610090 Lattice
+hep-lat/0610091 Lattice
+hep-lat/0610092 Lattice
+hep-lat/0610095 Lattice
+hep-lat/0610096 Lattice
+hep-lat/0610097 Lattice
+hep-lat/0610098 Lattice
+hep-lat/0610099 Lattice
+hep-lat/0610101 Lattice
+hep-lat/0610102 Lattice
+hep-lat/0610103 Lattice
+hep-lat/0610104 Lattice
+hep-lat/0610105 Lattice
+hep-lat/0610106 Lattice
+hep-lat/0610107 Lattice
+hep-lat/0610110 Lattice
+hep-lat/0610111 Lattice
+hep-lat/0610112 Lattice
+hep-lat/0610113 Lattice
+hep-lat/0610114 Lattice
+hep-lat/0610116 Lattice
+hep-lat/0610117 Lattice
+hep-lat/0610118 Lattice
+hep-lat/0610120 Lattice
+hep-lat/0610121 Lattice
+hep-lat/0610122 Lattice
+hep-lat/0610124 Lattice
+hep-lat/0610127 Lattice
+hep-lat/0610129 Lattice
+hep-lat/0610130 Lattice
+hep-lat/0611001 Lattice
+hep-lat/0611002 Lattice
+hep-lat/0611003 Lattice
+hep-lat/0611005 Lattice
+hep-lat/0611007 Lattice
+hep-lat/0611009 Lattice
+hep-lat/0611010 Lattice
+hep-lat/0611011 Lattice
+hep-lat/0611013 Lattice
+hep-lat/0611017 Lattice
+hep-lat/0611018 Lattice
+hep-lat/0611019 Lattice
+hep-lat/0611021 Lattice
+hep-lat/0611022 Lattice
+hep-lat/0611023 Lattice
+hep-lat/0611025 Lattice
+hep-lat/0611026 Lattice
+hep-lat/0611030 Lattice
+hep-lat/0611031 Lattice
+hep-lat/0611032 Lattice
+hep-lat/0611034 Lattice
+hep-lat/0611035 Lattice
+hep-lat/0612001 Lattice
+hep-lat/0612002 Lattice
+hep-lat/0612003 Lattice
+hep-lat/0612004 Lattice
+hep-lat/0612005 Lattice
+hep-lat/0612006 Lattice
+hep-lat/0612009 Lattice
+hep-lat/0612013 Lattice
+hep-lat/0612015 Lattice
+hep-lat/0612016 Lattice
+hep-lat/0612017 Lattice
+hep-lat/0612019 Lattice
+hep-lat/0612020 Lattice
+hep-lat/0612022 Lattice
+hep-lat/0612023 Lattice
+hep-lat/0612024 Lattice
+hep-lat/0612026 Lattice
+hep-lat/0612027 Lattice
+hep-lat/0612028 Lattice
+hep-lat/0612029 Lattice
+hep-lat/0612030 Lattice
+hep-lat/0612032 Lattice
+hep-lat/0701001 Lattice
+hep-lat/0701003 Lattice
+hep-lat/0701004 Lattice
+hep-lat/0701005 Lattice
+hep-lat/0701006 Lattice
+hep-lat/0701007 Lattice
+hep-lat/0701008 Lattice
+hep-lat/0701011 Lattice
+hep-lat/0701014 Lattice
+hep-lat/0701015 Lattice
+hep-lat/0701018 Lattice
+hep-lat/0701019 Lattice
+hep-lat/0701020 Lattice
+hep-lat/0701023 Lattice
+hep-lat/0701024 Lattice
+hep-lat/0702001 Lattice
+hep-lat/0702002 Lattice
+hep-lat/0702003 Lattice
+hep-lat/0702005 Lattice
+hep-lat/0702006 Lattice
+hep-lat/0702007 Lattice
+hep-lat/0702010 Lattice
+hep-lat/0702011 Lattice
+hep-lat/0702012 Lattice
+hep-lat/0702015 Lattice
+hep-lat/0702017 Lattice
+hep-lat/0702018 Lattice
+hep-lat/0702019 Lattice
+hep-lat/0702021 Lattice
+hep-lat/0702022 Lattice
+hep-lat/0702023 Lattice
+hep-lat/0702027 Lattice
+hep-lat/0703001 Lattice
+hep-lat/0703002 Lattice
+hep-lat/0703003 Lattice
+hep-lat/0703004 Lattice
+hep-lat/0703007 Lattice
+hep-lat/0703011 Lattice
+hep-lat/0703014 Lattice
+hep-lat/0703016 Lattice
+hep-lat/0703017 Lattice
+hep-lat/0703018 Lattice
+hep-lat/0703019 Lattice
+hep-lat/0703022 Lattice
+hep-lat/0703023 Lattice
+hep-lat/9205008 Lattice
+hep-lat/9205010 Lattice
+hep-lat/9205015 Lattice
+hep-lat/9206003 Lattice
+hep-lat/9206017 Lattice
+hep-lat/9208015 Lattice
+hep-lat/9208025 Lattice
+hep-lat/9209019 Lattice
+hep-lat/9210001 Lattice
+hep-lat/9210002 Lattice
+hep-lat/9210014 Lattice
+hep-lat/9210020 Lattice
+hep-lat/9210030 Lattice
+hep-lat/9211019 Lattice
+hep-lat/9211036 Lattice
+hep-lat/9211062 Lattice
+hep-lat/9212004 Lattice
+hep-lat/9212016 Lattice
+hep-lat/9301006 Lattice
+hep-lat/9301019 Lattice
+hep-lat/9301021 Lattice
+hep-lat/9302007 Lattice
+hep-lat/9304011 Lattice
+hep-lat/9304012 Lattice
+hep-lat/9305016 Lattice
+hep-lat/9305023 Lattice
+hep-lat/9306002 Lattice
+hep-lat/9306015 Lattice
+hep-lat/9307015 Lattice
+hep-lat/9308004 Lattice
+hep-lat/9308012 Lattice
+hep-lat/9309009 Lattice
+hep-lat/9309016 Lattice
+hep-lat/9309017 Lattice
+hep-lat/9310003 Lattice
+hep-lat/9310026 Lattice
+hep-lat/9311032 Lattice
+hep-lat/9311052 Lattice
+hep-lat/9311060 Lattice
+hep-lat/9311071 Lattice
+hep-lat/9311072 Lattice
+hep-lat/9311073 Lattice
+hep-lat/9312036 Lattice
+hep-lat/9312057 Lattice
+hep-lat/9312066 Lattice
+hep-lat/9401003 Lattice
+hep-lat/9401012 Lattice
+hep-lat/9401013 Lattice
+hep-lat/9403004 Lattice
+hep-lat/9404001 Lattice
+hep-lat/9404004 Lattice
+hep-lat/9404006 Lattice
+hep-lat/9411004 Lattice
+hep-lat/9411015 Lattice
+hep-lat/9411025 Lattice
+hep-lat/9411028 Lattice
+hep-lat/9411055 Lattice
+hep-lat/9411080 Lattice
+hep-lat/9411087 Lattice
+hep-lat/9412010 Lattice
+hep-lat/9412011 Lattice
+hep-lat/9412029 Lattice
+hep-lat/9412032 Lattice
+hep-lat/9412038 Lattice
+hep-lat/9412055 Lattice
+hep-lat/9412064 Lattice
+hep-lat/9412079 Lattice
+hep-lat/9412087 Lattice
+hep-lat/9412112 Lattice
+hep-lat/9503016 Lattice
+hep-lat/9503026 Lattice
+hep-lat/9504004 Lattice
+hep-lat/9504016 Lattice
+hep-lat/9505001 Lattice
+hep-lat/9505019 Lattice
+hep-lat/9506009 Lattice
+hep-lat/9507001 Lattice
+hep-lat/9507002 Lattice
+hep-lat/9507006 Lattice
+hep-lat/9507023 Lattice
+hep-lat/9508002 Lattice
+hep-lat/9508004 Lattice
+hep-lat/9508017 Lattice
+hep-lat/9508030 Lattice
+hep-lat/9509006 Lattice
+hep-lat/9509008 Lattice
+hep-lat/9509045 Lattice
+hep-lat/9509048 Lattice
+hep-lat/9509060 Lattice
+hep-lat/9509076 Lattice
+hep-lat/9509079 Lattice
+hep-lat/9509083 Lattice
+hep-lat/9509093 Lattice
+hep-lat/9510004 Lattice
+hep-lat/9510011 Lattice
+hep-lat/9510017 Lattice
+hep-lat/9510022 Lattice
+hep-lat/9510025 Lattice
+hep-lat/9510028 Lattice
+hep-lat/9510039 Lattice
+hep-lat/9511022 Lattice
+hep-lat/9601007 Lattice
+hep-lat/9602029 Lattice
+hep-lat/9603006 Lattice
+hep-lat/9603009 Lattice
+hep-lat/9603015 Lattice
+hep-lat/9604004 Lattice
+hep-lat/9604018 Lattice
+hep-lat/9604020 Lattice
+hep-lat/9604024 Lattice
+hep-lat/9605013 Lattice
+hep-lat/9605023 Lattice
+hep-lat/9605025 Lattice
+hep-lat/9605028 Lattice
+hep-lat/9605035 Lattice
+hep-lat/9605039 Lattice
+hep-lat/9606002 Lattice
+hep-lat/9607018 Lattice
+hep-lat/9607031 Lattice
+hep-lat/9607042 Lattice
+hep-lat/9607053 Lattice
+hep-lat/9607065 Lattice
+hep-lat/9607085 Lattice
+hep-lat/9608005 Lattice
+hep-lat/9608009 Lattice
+hep-lat/9608015 Lattice
+hep-lat/9608017 Lattice
+hep-lat/9608026 Lattice
+hep-lat/9608033 Lattice
+hep-lat/9608035 Lattice
+hep-lat/9608036 Lattice
+hep-lat/9608046 Lattice
+hep-lat/9608059 Lattice
+hep-lat/9608063 Lattice
+hep-lat/9608069 Lattice
+hep-lat/9608070 Lattice
+hep-lat/9608081 Lattice
+hep-lat/9608086 Lattice
+hep-lat/9608088 Lattice
+hep-lat/9608092 Lattice
+hep-lat/9608098 Lattice
+hep-lat/9608102 Lattice
+hep-lat/9608146 Lattice
+hep-lat/9609008 Lattice
+hep-lat/9609036 Lattice
+hep-lat/9609039 Lattice
+hep-lat/9609041 Lattice
+hep-lat/9610005 Lattice
+hep-lat/9610011 Lattice
+hep-lat/9610026 Lattice
+hep-lat/9611005 Lattice
+hep-lat/9611008 Lattice
+hep-lat/9611011 Lattice
+hep-lat/9611031 Lattice
+hep-lat/9612006 Lattice
+hep-lat/9612025 Lattice
+hep-lat/9701002 Lattice
+hep-lat/9701007 Lattice
+hep-lat/9701013 Lattice
+hep-lat/9703006 Lattice
+hep-lat/9703014 Lattice
+hep-lat/9704007 Lattice
+hep-lat/9704019 Lattice
+hep-lat/9704020 Lattice
+hep-lat/9705019 Lattice
+hep-lat/9705033 Lattice
+hep-lat/9706005 Lattice
+hep-lat/9706013 Lattice
+hep-lat/9706016 Lattice
+hep-lat/9707008 Lattice
+hep-lat/9707021 Lattice
+hep-lat/9708012 Lattice
+hep-lat/9709016 Lattice
+hep-lat/9709017 Lattice
+hep-lat/9709029 Lattice
+hep-lat/9709032 Lattice
+hep-lat/9709036 Lattice
+hep-lat/9709049 Lattice
+hep-lat/9709051 Lattice
+hep-lat/9709074 Lattice
+hep-lat/9709107 Lattice
+hep-lat/9709116 Lattice
+hep-lat/9709134 Lattice
+hep-lat/9709142 Lattice
+hep-lat/9709160 Lattice
+hep-lat/9710007 Lattice
+hep-lat/9710025 Lattice
+hep-lat/9710030 Lattice
+hep-lat/9710034 Lattice
+hep-lat/9710037 Lattice
+hep-lat/9710038 Lattice
+hep-lat/9710039 Lattice
+hep-lat/9710044 Lattice
+hep-lat/9710052 Lattice
+hep-lat/9710063 Lattice
+hep-lat/9710084 Lattice
+hep-lat/9710093 Lattice
+hep-lat/9711013 Lattice
+hep-lat/9711026 Lattice
+hep-lat/9711033 Lattice
+hep-lat/9711040 Lattice
+hep-lat/9711050 Lattice
+hep-lat/9712010 Lattice
+hep-lat/9801004 Lattice
+hep-lat/9801026 Lattice
+hep-lat/9801027 Lattice
+hep-lat/9802005 Lattice
+hep-lat/9802008 Lattice
+hep-lat/9802015 Lattice
+hep-lat/9802018 Lattice
+hep-lat/9802036 Lattice
+hep-lat/9803001 Lattice
+hep-lat/9803008 Lattice
+hep-lat/9803009 Lattice
+hep-lat/9803023 Lattice
+hep-lat/9804003 Lattice
+hep-lat/9804004 Lattice
+hep-lat/9804005 Lattice
+hep-lat/9804006 Lattice
+hep-lat/9804027 Lattice
+hep-lat/9804031 Lattice
+hep-lat/9805004 Lattice
+hep-lat/9805009 Lattice
+hep-lat/9806028 Lattice
+hep-lat/9807008 Lattice
+hep-lat/9807032 Lattice
+hep-lat/9807044 Lattice
+hep-lat/9808004 Lattice
+hep-lat/9808016 Lattice
+hep-lat/9808028 Lattice
+hep-lat/9808044 Lattice
+hep-lat/9809001 Lattice
+hep-lat/9809018 Lattice
+hep-lat/9809029 Lattice
+hep-lat/9809030 Lattice
+hep-lat/9809031 Lattice
+hep-lat/9809034 Lattice
+hep-lat/9809035 Lattice
+hep-lat/9809053 Lattice
+hep-lat/9809055 Lattice
+hep-lat/9809077 Lattice
+hep-lat/9809087 Lattice
+hep-lat/9809091 Lattice
+hep-lat/9809095 Lattice
+hep-lat/9809105 Lattice
+hep-lat/9809109 Lattice
+hep-lat/9809132 Lattice
+hep-lat/9809142 Lattice
+hep-lat/9809165 Lattice
+hep-lat/9809171 Lattice
+hep-lat/9809172 Lattice
+hep-lat/9809178 Lattice
+hep-lat/9810006 Lattice
+hep-lat/9810009 Lattice
+hep-lat/9810021 Lattice
+hep-lat/9810035 Lattice
+hep-lat/9810065 Lattice
+hep-lat/9811010 Lattice
+hep-lat/9811017 Lattice
+hep-lat/9811018 Lattice
+hep-lat/9811032 Lattice
+hep-lat/9812019 Lattice
+hep-lat/9901004 Lattice
+hep-lat/9901007 Lattice
+hep-lat/9901023 Lattice
+hep-lat/9902026 Lattice
+hep-lat/9903030 Lattice
+hep-lat/9903037 Lattice
+hep-lat/9904004 Lattice
+hep-lat/9904009 Lattice
+hep-lat/9905007 Lattice
+hep-lat/9905023 Lattice
+hep-lat/9906013 Lattice
+hep-lat/9906024 Lattice
+hep-lat/9906031 Lattice
+hep-lat/9906037 Lattice
+hep-lat/9907014 Lattice
+hep-lat/9907019 Lattice
+hep-lat/9908005 Lattice
+hep-lat/9908008 Lattice
+hep-lat/9908011 Lattice
+hep-lat/9908018 Lattice
+hep-lat/9908029 Lattice
+hep-lat/9909005 Lattice
+hep-lat/9909016 Lattice
+hep-lat/9910008 Lattice
+hep-lat/9910022 Lattice
+hep-lat/9910023 Lattice
+hep-lat/9910028 Lattice
+hep-lat/9910036 Lattice
+hep-lat/9911006 Lattice
+hep-lat/9911018 Lattice
+hep-lat/9912018 Lattice
+hep-lat/9912034 Lattice
+hep-lat/9912046 Lattice
+hep-lat/9912049 Lattice
+hep-ph/0001002 Phenomenology
+hep-ph/0001016 Phenomenology
+hep-ph/0001019 Phenomenology
+hep-ph/0001035 Phenomenology
+hep-ph/0001041 Phenomenology
+hep-ph/0001050 Phenomenology
+hep-ph/0001082 Phenomenology
+hep-ph/0001104 Phenomenology
+hep-ph/0001142 Phenomenology
+hep-ph/0001164 Phenomenology
+hep-ph/0001200 Phenomenology
+hep-ph/0001206 Phenomenology
+hep-ph/0001218 Phenomenology
+hep-ph/0001261 Phenomenology
+hep-ph/0001267 Phenomenology
+hep-ph/0001284 Phenomenology
+hep-ph/0001309 Phenomenology
+hep-ph/0002024 Phenomenology
+hep-ph/0002036 Phenomenology
+hep-ph/0002044 Phenomenology
+hep-ph/0002049 Phenomenology
+hep-ph/0002057 Phenomenology
+hep-ph/0002062 Phenomenology
+hep-ph/0002064 Phenomenology
+hep-ph/0002071 Phenomenology
+hep-ph/0002073 Phenomenology
+hep-ph/0002074 Phenomenology
+hep-ph/0002075 Phenomenology
+hep-ph/0002078 Phenomenology
+hep-ph/0002094 Phenomenology
+hep-ph/0002112 Phenomenology
+hep-ph/0002123 Phenomenology
+hep-ph/0002128 Phenomenology
+hep-ph/0002163 Phenomenology
+hep-ph/0002170 Phenomenology
+hep-ph/0002172 Phenomenology
+hep-ph/0002175 Phenomenology
+hep-ph/0002183 Phenomenology
+hep-ph/0002195 Phenomenology
+hep-ph/0002203 Phenomenology
+hep-ph/0002236 Phenomenology
+hep-ph/0002259 Phenomenology
+hep-ph/0002272 Phenomenology
+hep-ph/0002277 Phenomenology
+hep-ph/0002288 Phenomenology
+hep-ph/0003007 Phenomenology
+hep-ph/0003011 Phenomenology
+hep-ph/0003035 Phenomenology
+hep-ph/0003042 Phenomenology
+hep-ph/0003057 Phenomenology
+hep-ph/0003067 Phenomenology
+hep-ph/0003076 Phenomenology
+hep-ph/0003089 Phenomenology
+hep-ph/0003107 Phenomenology
+hep-ph/0003136 Phenomenology
+hep-ph/0003167 Phenomenology
+hep-ph/0003180 Phenomenology
+hep-ph/0003186 Phenomenology
+hep-ph/0003187 Phenomenology
+hep-ph/0003234 Phenomenology
+hep-ph/0003252 Phenomenology
+hep-ph/0003260 Phenomenology
+hep-ph/0003268 Phenomenology
+hep-ph/0003271 Phenomenology
+hep-ph/0003273 Phenomenology
+hep-ph/0003278 Phenomenology
+hep-ph/0003312 Phenomenology
+hep-ph/0003318 Phenomenology
+hep-ph/0003323 Phenomenology
+hep-ph/0003328 Phenomenology
+hep-ph/0004019 Phenomenology
+hep-ph/0004028 Phenomenology
+hep-ph/0004062 Phenomenology
+hep-ph/0004069 Phenomenology
+hep-ph/0004090 Phenomenology
+hep-ph/0004124 Phenomenology
+hep-ph/0004140 Phenomenology
+hep-ph/0004145 Phenomenology
+hep-ph/0004156 Phenomenology
+hep-ph/0004175 Phenomenology
+hep-ph/0004189 Phenomenology
+hep-ph/0004190 Phenomenology
+hep-ph/0004210 Phenomenology
+hep-ph/0004270 Phenomenology
+hep-ph/0005021 Phenomenology
+hep-ph/0005038 Phenomenology
+hep-ph/0005044 Phenomenology
+hep-ph/0005046 Phenomenology
+hep-ph/0005054 Phenomenology
+hep-ph/0005056 Phenomenology
+hep-ph/0005065 Phenomenology
+hep-ph/0005068 Phenomenology
+hep-ph/0005083 Phenomenology
+hep-ph/0005087 Phenomenology
+hep-ph/0005104 Phenomenology
+hep-ph/0005110 Phenomenology
+hep-ph/0005164 Phenomenology
+hep-ph/0005173 Phenomenology
+hep-ph/0005181 Phenomenology
+hep-ph/0005196 Phenomenology
+hep-ph/0005198 Phenomenology
+hep-ph/0005208 Phenomenology
+hep-ph/0005232 Phenomenology
+hep-ph/0005236 Phenomenology
+hep-ph/0005238 Phenomenology
+hep-ph/0005251 Phenomenology
+hep-ph/0005253 Phenomenology
+hep-ph/0005275 Phenomenology
+hep-ph/0005293 Phenomenology
+hep-ph/0005308 Phenomenology
+hep-ph/0006045 Phenomenology
+hep-ph/0006052 Phenomenology
+hep-ph/0006054 Phenomenology
+hep-ph/0006059 Phenomenology
+hep-ph/0006071 Phenomenology
+hep-ph/0006079 Phenomenology
+hep-ph/0006089 Phenomenology
+hep-ph/0006097 Phenomenology
+hep-ph/0006110 Phenomenology
+hep-ph/0006117 Phenomenology
+hep-ph/0006144 Phenomenology
+hep-ph/0006146 Phenomenology
+hep-ph/0006202 Phenomenology
+hep-ph/0006239 Phenomenology
+hep-ph/0006240 Phenomenology
+hep-ph/0006247 Phenomenology
+hep-ph/0006261 Phenomenology
+hep-ph/0006278 Phenomenology
+hep-ph/0006279 Phenomenology
+hep-ph/0006304 Phenomenology
+hep-ph/0006307 Phenomenology
+hep-ph/0006309 Phenomenology
+hep-ph/0006311 Phenomenology
+hep-ph/0006312 Phenomenology
+hep-ph/0006321 Phenomenology
+hep-ph/0007008 Phenomenology
+hep-ph/0007010 Phenomenology
+hep-ph/0007022 Phenomenology
+hep-ph/0007032 Phenomenology
+hep-ph/0007067 Phenomenology
+hep-ph/0007071 Phenomenology
+hep-ph/0007100 Phenomenology
+hep-ph/0007106 Phenomenology
+hep-ph/0007110 Phenomenology
+hep-ph/0007113 Phenomenology
+hep-ph/0007125 Phenomenology
+hep-ph/0007152 Phenomenology
+hep-ph/0007176 Phenomenology
+hep-ph/0007177 Phenomenology
+hep-ph/0007192 Phenomenology
+hep-ph/0007202 Phenomenology
+hep-ph/0007205 Phenomenology
+hep-ph/0007212 Phenomenology
+hep-ph/0007218 Phenomenology
+hep-ph/0007223 Phenomenology
+hep-ph/0007230 Phenomenology
+hep-ph/0007236 Phenomenology
+hep-ph/0007245 Phenomenology
+hep-ph/0007247 Phenomenology
+hep-ph/0007267 Phenomenology
+hep-ph/0007297 Phenomenology
+hep-ph/0007313 Phenomenology
+hep-ph/0007337 Phenomenology
+hep-ph/0007338 Phenomenology
+hep-ph/0007357 Phenomenology
+hep-ph/0007358 Phenomenology
+hep-ph/0007362 Phenomenology
+hep-ph/0008010 Phenomenology
+hep-ph/0008013 Phenomenology
+hep-ph/0008019 Phenomenology
+hep-ph/0008023 Phenomenology
+hep-ph/0008053 Phenomenology
+hep-ph/0008056 Phenomenology
+hep-ph/0008062 Phenomenology
+hep-ph/0008068 Phenomenology
+hep-ph/0008079 Phenomenology
+hep-ph/0008105 Phenomenology
+hep-ph/0008114 Phenomenology
+hep-ph/0008126 Phenomenology
+hep-ph/0008132 Phenomenology
+hep-ph/0008134 Phenomenology
+hep-ph/0008148 Phenomenology
+hep-ph/0008158 Phenomenology
+hep-ph/0008166 Phenomenology
+hep-ph/0008170 Phenomenology
+hep-ph/0008189 Phenomenology
+hep-ph/0008201 Phenomenology
+hep-ph/0008217 Phenomenology
+hep-ph/0008231 Phenomenology
+hep-ph/0008233 Phenomenology
+hep-ph/0008254 Phenomenology
+hep-ph/0008287 Phenomenology
+hep-ph/0008288 Phenomenology
+hep-ph/0008317 Phenomenology
+hep-ph/0008332 Phenomenology
+hep-ph/0008334 Phenomenology
+hep-ph/0009010 Phenomenology
+hep-ph/0009029 Phenomenology
+hep-ph/0009035 Phenomenology
+hep-ph/0009079 Phenomenology
+hep-ph/0009080 Phenomenology
+hep-ph/0009083 Phenomenology
+hep-ph/0009090 Phenomenology
+hep-ph/0009124 Phenomenology
+hep-ph/0009125 Phenomenology
+hep-ph/0009129 Phenomenology
+hep-ph/0009148 Phenomenology
+hep-ph/0009151 Phenomenology
+hep-ph/0009153 Phenomenology
+hep-ph/0009212 Phenomenology
+hep-ph/0009221 Phenomenology
+hep-ph/0009234 Phenomenology
+hep-ph/0009248 Phenomenology
+hep-ph/0009260 Phenomenology
+hep-ph/0009265 Phenomenology
+hep-ph/0009283 Phenomenology
+hep-ph/0009326 Phenomenology
+hep-ph/0009328 Phenomenology
+hep-ph/0009357 Phenomenology
+hep-ph/0010003 Phenomenology
+hep-ph/0010004 Phenomenology
+hep-ph/0010014 Phenomenology
+hep-ph/0010017 Phenomenology
+hep-ph/0010026 Phenomenology
+hep-ph/0010031 Phenomenology
+hep-ph/0010047 Phenomenology
+hep-ph/0010057 Phenomenology
+hep-ph/0010058 Phenomenology
+hep-ph/0010080 Phenomenology
+hep-ph/0010086 Phenomenology
+hep-ph/0010088 Phenomenology
+hep-ph/0010120 Phenomenology
+hep-ph/0010121 Phenomenology
+hep-ph/0010145 Phenomenology
+hep-ph/0010153 Phenomenology
+hep-ph/0010162 Phenomenology
+hep-ph/0010170 Phenomenology
+hep-ph/0010189 Phenomenology
+hep-ph/0010195 Phenomenology
+hep-ph/0010198 Phenomenology
+hep-ph/0010203 Phenomenology
+hep-ph/0010204 Phenomenology
+hep-ph/0010212 Phenomenology
+hep-ph/0010227 Phenomenology
+hep-ph/0010228 Phenomenology
+hep-ph/0010247 Phenomenology
+hep-ph/0010250 Phenomenology
+hep-ph/0010289 Phenomenology
+hep-ph/0010293 Phenomenology
+hep-ph/0010303 Phenomenology
+hep-ph/0010324 Phenomenology
+hep-ph/0010334 Phenomenology
+hep-ph/0010342 Phenomenology
+hep-ph/0010353 Phenomenology
+hep-ph/0011014 Phenomenology
+hep-ph/0011047 Phenomenology
+hep-ph/0011055 Phenomenology
+hep-ph/0011056 Phenomenology
+hep-ph/0011068 Phenomenology
+hep-ph/0011086 Phenomenology
+hep-ph/0011093 Phenomenology
+hep-ph/0011094 Phenomenology
+hep-ph/0011095 Phenomenology
+hep-ph/0011108 Phenomenology
+hep-ph/0011136 Phenomenology
+hep-ph/0011150 Phenomenology
+hep-ph/0011192 Phenomenology
+hep-ph/0011201 Phenomenology
+hep-ph/0011225 Phenomenology
+hep-ph/0011243 Phenomenology
+hep-ph/0011253 Phenomenology
+hep-ph/0011254 Phenomenology
+hep-ph/0011260 Phenomenology
+hep-ph/0011270 Phenomenology
+hep-ph/0011326 Phenomenology
+hep-ph/0011330 Phenomenology
+hep-ph/0011332 Phenomenology
+hep-ph/0011334 Phenomenology
+hep-ph/0011342 Phenomenology
+hep-ph/0011356 Phenomenology
+hep-ph/0011359 Phenomenology
+hep-ph/0011360 Phenomenology
+hep-ph/0011365 Phenomenology
+hep-ph/0011369 Phenomenology
+hep-ph/0011392 Phenomenology
+hep-ph/0012001 Phenomenology
+hep-ph/0012007 Phenomenology
+hep-ph/0012020 Phenomenology
+hep-ph/0012031 Phenomenology
+hep-ph/0012037 Phenomenology
+hep-ph/0012052 Phenomenology
+hep-ph/0012078 Phenomenology
+hep-ph/0012082 Phenomenology
+hep-ph/0012083 Phenomenology
+hep-ph/0012086 Phenomenology
+hep-ph/0012088 Phenomenology
+hep-ph/0012098 Phenomenology
+hep-ph/0012120 Phenomenology
+hep-ph/0012154 Phenomenology
+hep-ph/0012167 Phenomenology
+hep-ph/0012172 Phenomenology
+hep-ph/0012175 Phenomenology
+hep-ph/0012222 Phenomenology
+hep-ph/0012223 Phenomenology
+hep-ph/0012235 Phenomenology
+hep-ph/0012251 Phenomenology
+hep-ph/0012261 Phenomenology
+hep-ph/0012262 Phenomenology
+hep-ph/0012274 Phenomenology
+hep-ph/0012278 Phenomenology
+hep-ph/0012282 Phenomenology
+hep-ph/0012306 Phenomenology
+hep-ph/0012335 Phenomenology
+hep-ph/0012336 Phenomenology
+hep-ph/0012338 Phenomenology
+hep-ph/0012348 Phenomenology
+hep-ph/0012366 Phenomenology
+hep-ph/0012367 Phenomenology
+hep-ph/0101001 Phenomenology
+hep-ph/0101002 Phenomenology
+hep-ph/0101005 Phenomenology
+hep-ph/0101007 Phenomenology
+hep-ph/0101008 Phenomenology
+hep-ph/0101013 Phenomenology
+hep-ph/0101077 Phenomenology
+hep-ph/0101083 Phenomenology
+hep-ph/0101095 Phenomenology
+hep-ph/0101118 Phenomenology
+hep-ph/0101131 Phenomenology
+hep-ph/0101136 Phenomenology
+hep-ph/0101141 Phenomenology
+hep-ph/0101154 Phenomenology
+hep-ph/0101163 Phenomenology
+hep-ph/0101174 Phenomenology
+hep-ph/0101177 Phenomenology
+hep-ph/0101179 Phenomenology
+hep-ph/0101181 Phenomenology
+hep-ph/0101194 Phenomenology
+hep-ph/0101197 Phenomenology
+hep-ph/0101237 Phenomenology
+hep-ph/0101247 Phenomenology
+hep-ph/0101295 Phenomenology
+hep-ph/0101299 Phenomenology
+hep-ph/0101304 Phenomenology
+hep-ph/0101324 Phenomenology
+hep-ph/0101356 Phenomenology
+hep-ph/0102004 Phenomenology
+hep-ph/0102012 Phenomenology
+hep-ph/0102026 Phenomenology
+hep-ph/0102067 Phenomenology
+hep-ph/0102085 Phenomenology
+hep-ph/0102090 Phenomenology
+hep-ph/0102098 Phenomenology
+hep-ph/0102116 Phenomenology
+hep-ph/0102121 Phenomenology
+hep-ph/0102129 Phenomenology
+hep-ph/0102137 Phenomenology
+hep-ph/0102143 Phenomenology
+hep-ph/0102147 Phenomenology
+hep-ph/0102149 Phenomenology
+hep-ph/0102159 Phenomenology
+hep-ph/0102172 Phenomenology
+hep-ph/0102174 Phenomenology
+hep-ph/0102181 Phenomenology
+hep-ph/0102192 Phenomenology
+hep-ph/0102196 Phenomenology
+hep-ph/0102209 Phenomenology
+hep-ph/0102212 Phenomenology
+hep-ph/0102216 Phenomenology
+hep-ph/0102229 Phenomenology
+hep-ph/0102249 Phenomenology
+hep-ph/0102252 Phenomenology
+hep-ph/0102257 Phenomenology
+hep-ph/0102279 Phenomenology
+hep-ph/0102286 Phenomenology
+hep-ph/0102309 Phenomenology
+hep-ph/0102338 Phenomenology
+hep-ph/0102344 Phenomenology
+hep-ph/0103044 Phenomenology
+hep-ph/0103059 Phenomenology
+hep-ph/0103062 Phenomenology
+hep-ph/0103065 Phenomenology
+hep-ph/0103066 Phenomenology
+hep-ph/0103084 Phenomenology
+hep-ph/0103088 Phenomenology
+hep-ph/0103090 Phenomenology
+hep-ph/0103144 Phenomenology
+hep-ph/0103157 Phenomenology
+hep-ph/0103185 Phenomenology
+hep-ph/0103212 Phenomenology
+hep-ph/0103215 Phenomenology
+hep-ph/0103222 Phenomenology
+hep-ph/0103229 Phenomenology
+hep-ph/0103232 Phenomenology
+hep-ph/0103308 Phenomenology
+hep-ph/0103317 Phenomenology
+hep-ph/0104007 Phenomenology
+hep-ph/0104034 Phenomenology
+hep-ph/0104041 Phenomenology
+hep-ph/0104048 Phenomenology
+hep-ph/0104059 Phenomenology
+hep-ph/0104087 Phenomenology
+hep-ph/0104089 Phenomenology
+hep-ph/0104100 Phenomenology
+hep-ph/0104143 Phenomenology
+hep-ph/0104150 Phenomenology
+hep-ph/0104151 Phenomenology
+hep-ph/0104165 Phenomenology
+hep-ph/0104245 Phenomenology
+hep-ph/0104256 Phenomenology
+hep-ph/0104267 Phenomenology
+hep-ph/0104290 Phenomenology
+hep-ph/0104304 Phenomenology
+hep-ph/0104313 Phenomenology
+hep-ph/0105034 Phenomenology
+hep-ph/0105053 Phenomenology
+hep-ph/0105070 Phenomenology
+hep-ph/0105086 Phenomenology
+hep-ph/0105107 Phenomenology
+hep-ph/0105124 Phenomenology
+hep-ph/0105125 Phenomenology
+hep-ph/0105150 Phenomenology
+hep-ph/0105160 Phenomenology
+hep-ph/0105197 Phenomenology
+hep-ph/0105222 Phenomenology
+hep-ph/0105267 Phenomenology
+hep-ph/0105325 Phenomenology
+hep-ph/0105330 Phenomenology
+hep-ph/0105334 Phenomenology
+hep-ph/0105344 Phenomenology
+hep-ph/0106036 Phenomenology
+hep-ph/0106037 Phenomenology
+hep-ph/0106052 Phenomenology
+hep-ph/0106054 Phenomenology
+hep-ph/0106065 Phenomenology
+hep-ph/0106074 Phenomenology
+hep-ph/0106078 Phenomenology
+hep-ph/0106151 Phenomenology
+hep-ph/0106157 Phenomenology
+hep-ph/0106169 Phenomenology
+hep-ph/0106176 Phenomenology
+hep-ph/0106189 Phenomenology
+hep-ph/0106192 Phenomenology
+hep-ph/0106212 Phenomenology
+hep-ph/0106221 Phenomenology
+hep-ph/0106237 Phenomenology
+hep-ph/0106251 Phenomenology
+hep-ph/0106292 Phenomenology
+hep-ph/0106295 Phenomenology
+hep-ph/0106322 Phenomenology
+hep-ph/0106333 Phenomenology
+hep-ph/0106345 Phenomenology
+hep-ph/0107006 Phenomenology
+hep-ph/0107011 Phenomenology
+hep-ph/0107013 Phenomenology
+hep-ph/0107060 Phenomenology
+hep-ph/0107062 Phenomenology
+hep-ph/0107112 Phenomenology
+hep-ph/0107113 Phenomenology
+hep-ph/0107124 Phenomenology
+hep-ph/0107132 Phenomenology
+hep-ph/0107142 Phenomenology
+hep-ph/0107144 Phenomenology
+hep-ph/0107150 Phenomenology
+hep-ph/0107151 Phenomenology
+hep-ph/0107182 Phenomenology
+hep-ph/0107194 Phenomenology
+hep-ph/0107207 Phenomenology
+hep-ph/0107221 Phenomenology
+hep-ph/0107235 Phenomenology
+hep-ph/0107252 Phenomenology
+hep-ph/0107261 Phenomenology
+hep-ph/0107271 Phenomenology
+hep-ph/0107277 Phenomenology
+hep-ph/0107331 Phenomenology
+hep-ph/0108014 Phenomenology
+hep-ph/0108016 Phenomenology
+hep-ph/0108041 Phenomenology
+hep-ph/0108048 Phenomenology
+hep-ph/0108051 Phenomenology
+hep-ph/0108056 Phenomenology
+hep-ph/0108069 Phenomenology
+hep-ph/0108071 Phenomenology
+hep-ph/0108101 Phenomenology
+hep-ph/0108116 Phenomenology
+hep-ph/0108121 Phenomenology
+hep-ph/0108123 Phenomenology
+hep-ph/0108130 Phenomenology
+hep-ph/0108131 Phenomenology
+hep-ph/0108154 Phenomenology
+hep-ph/0108158 Phenomenology
+hep-ph/0108173 Phenomenology
+hep-ph/0108188 Phenomenology
+hep-ph/0108211 Phenomenology
+hep-ph/0108213 Phenomenology
+hep-ph/0108227 Phenomenology
+hep-ph/0108241 Phenomenology
+hep-ph/0108242 Phenomenology
+hep-ph/0108248 Phenomenology
+hep-ph/0108252 Phenomenology
+hep-ph/0108258 Phenomenology
+hep-ph/0108263 Phenomenology
+hep-ph/0108269 Phenomenology
+hep-ph/0109026 Phenomenology
+hep-ph/0109029 Phenomenology
+hep-ph/0109032 Phenomenology
+hep-ph/0109038 Phenomenology
+hep-ph/0109040 Phenomenology
+hep-ph/0109045 Phenomenology
+hep-ph/0109071 Phenomenology
+hep-ph/0109075 Phenomenology
+hep-ph/0109077 Phenomenology
+hep-ph/0109085 Phenomenology
+hep-ph/0109104 Phenomenology
+hep-ph/0109115 Phenomenology
+hep-ph/0109118 Phenomenology
+hep-ph/0109125 Phenomenology
+hep-ph/0109146 Phenomenology
+hep-ph/0109156 Phenomenology
+hep-ph/0109158 Phenomenology
+hep-ph/0109163 Phenomenology
+hep-ph/0109178 Phenomenology
+hep-ph/0109220 Phenomenology
+hep-ph/0109229 Phenomenology
+hep-ph/0109233 Phenomenology
+hep-ph/0109246 Phenomenology
+hep-ph/0109254 Phenomenology
+hep-ph/0109257 Phenomenology
+hep-ph/0109285 Phenomenology
+hep-ph/0109288 Phenomenology
+hep-ph/0110009 Phenomenology
+hep-ph/0110034 Phenomenology
+hep-ph/0110041 Phenomenology
+hep-ph/0110062 Phenomenology
+hep-ph/0110067 Phenomenology
+hep-ph/0110072 Phenomenology
+hep-ph/0110080 Phenomenology
+hep-ph/0110081 Phenomenology
+hep-ph/0110085 Phenomenology
+hep-ph/0110096 Phenomenology
+hep-ph/0110114 Phenomenology
+hep-ph/0110123 Phenomenology
+hep-ph/0110153 Phenomenology
+hep-ph/0110156 Phenomenology
+hep-ph/0110163 Phenomenology
+hep-ph/0110180 Phenomenology
+hep-ph/0110194 Phenomenology
+hep-ph/0110221 Phenomenology
+hep-ph/0110226 Phenomenology
+hep-ph/0110231 Phenomenology
+hep-ph/0110247 Phenomenology
+hep-ph/0110249 Phenomenology
+hep-ph/0110250 Phenomenology
+hep-ph/0110259 Phenomenology
+hep-ph/0110288 Phenomenology
+hep-ph/0110295 Phenomenology
+hep-ph/0110303 Phenomenology
+hep-ph/0110319 Phenomenology
+hep-ph/0110325 Phenomenology
+hep-ph/0110346 Phenomenology
+hep-ph/0110349 Phenomenology
+hep-ph/0110391 Phenomenology
+hep-ph/0110392 Phenomenology
+hep-ph/0110404 Phenomenology
+hep-ph/0111016 Phenomenology
+hep-ph/0111034 Phenomenology
+hep-ph/0111058 Phenomenology
+hep-ph/0111059 Phenomenology
+hep-ph/0111060 Phenomenology
+hep-ph/0111075 Phenomenology
+hep-ph/0111077 Phenomenology
+hep-ph/0111078 Phenomenology
+hep-ph/0111084 Phenomenology
+hep-ph/0111089 Phenomenology
+hep-ph/0111096 Phenomenology
+hep-ph/0111097 Phenomenology
+hep-ph/0111120 Phenomenology
+hep-ph/0111124 Phenomenology
+hep-ph/0111126 Phenomenology
+hep-ph/0111139 Phenomenology
+hep-ph/0111160 Phenomenology
+hep-ph/0111190 Phenomenology
+hep-ph/0111207 Phenomenology
+hep-ph/0111217 Phenomenology
+hep-ph/0111238 Phenomenology
+hep-ph/0111245 Phenomenology
+hep-ph/0111259 Phenomenology
+hep-ph/0111274 Phenomenology
+hep-ph/0111317 Phenomenology
+hep-ph/0111328 Phenomenology
+hep-ph/0111345 Phenomenology
+hep-ph/0111358 Phenomenology
+hep-ph/0111361 Phenomenology
+hep-ph/0111374 Phenomenology
+hep-ph/0111379 Phenomenology
+hep-ph/0111392 Phenomenology
+hep-ph/0112015 Phenomenology
+hep-ph/0112061 Phenomenology
+hep-ph/0112088 Phenomenology
+hep-ph/0112113 Phenomenology
+hep-ph/0112117 Phenomenology
+hep-ph/0112125 Phenomenology
+hep-ph/0112137 Phenomenology
+hep-ph/0112151 Phenomenology
+hep-ph/0112153 Phenomenology
+hep-ph/0112170 Phenomenology
+hep-ph/0112178 Phenomenology
+hep-ph/0112186 Phenomenology
+hep-ph/0112195 Phenomenology
+hep-ph/0112211 Phenomenology
+hep-ph/0112235 Phenomenology
+hep-ph/0112245 Phenomenology
+hep-ph/0112252 Phenomenology
+hep-ph/0112259 Phenomenology
+hep-ph/0112267 Phenomenology
+hep-ph/0112279 Phenomenology
+hep-ph/0112281 Phenomenology
+hep-ph/0112290 Phenomenology
+hep-ph/0112295 Phenomenology
+hep-ph/0112297 Phenomenology
+hep-ph/0112303 Phenomenology
+hep-ph/0112314 Phenomenology
+hep-ph/0112338 Phenomenology
+hep-ph/0112352 Phenomenology
+hep-ph/0112362 Phenomenology
+hep-ph/0201007 Phenomenology
+hep-ph/0201015 Phenomenology
+hep-ph/0201019 Phenomenology
+hep-ph/0201029 Phenomenology
+hep-ph/0201043 Phenomenology
+hep-ph/0201045 Phenomenology
+hep-ph/0201047 Phenomenology
+hep-ph/0201050 Phenomenology
+hep-ph/0201053 Phenomenology
+hep-ph/0201056 Phenomenology
+hep-ph/0201089 Phenomenology
+hep-ph/0201098 Phenomenology
+hep-ph/0201125 Phenomenology
+hep-ph/0201127 Phenomenology
+hep-ph/0201143 Phenomenology
+hep-ph/0201166 Phenomenology
+hep-ph/0201184 Phenomenology
+hep-ph/0201192 Phenomenology
+hep-ph/0201194 Phenomenology
+hep-ph/0201200 Phenomenology
+hep-ph/0201242 Phenomenology
+hep-ph/0201257 Phenomenology
+hep-ph/0201274 Phenomenology
+hep-ph/0201276 Phenomenology
+hep-ph/0201285 Phenomenology
+hep-ph/0201288 Phenomenology
+hep-ph/0201294 Phenomenology
+hep-ph/0201296 Phenomenology
+hep-ph/0201304 Phenomenology
+hep-ph/0202029 Phenomenology
+hep-ph/0202048 Phenomenology
+hep-ph/0202053 Phenomenology
+hep-ph/0202061 Phenomenology
+hep-ph/0202069 Phenomenology
+hep-ph/0202071 Phenomenology
+hep-ph/0202087 Phenomenology
+hep-ph/0202091 Phenomenology
+hep-ph/0202103 Phenomenology
+hep-ph/0202104 Phenomenology
+hep-ph/0202129 Phenomenology
+hep-ph/0202139 Phenomenology
+hep-ph/0202144 Phenomenology
+hep-ph/0202162 Phenomenology
+hep-ph/0202164 Phenomenology
+hep-ph/0202165 Phenomenology
+hep-ph/0202167 Phenomenology
+hep-ph/0202175 Phenomenology
+hep-ph/0202176 Phenomenology
+hep-ph/0202190 Phenomenology
+hep-ph/0202195 Phenomenology
+hep-ph/0202198 Phenomenology
+hep-ph/0202202 Phenomenology
+hep-ph/0202207 Phenomenology
+hep-ph/0202214 Phenomenology
+hep-ph/0202251 Phenomenology
+hep-ph/0202268 Phenomenology
+hep-ph/0202278 Phenomenology
+hep-ph/0203015 Phenomenology
+hep-ph/0203069 Phenomenology
+hep-ph/0203076 Phenomenology
+hep-ph/0203083 Phenomenology
+hep-ph/0203085 Phenomenology
+hep-ph/0203097 Phenomenology
+hep-ph/0203123 Phenomenology
+hep-ph/0203129 Phenomenology
+hep-ph/0203131 Phenomenology
+hep-ph/0203134 Phenomenology
+hep-ph/0203143 Phenomenology
+hep-ph/0203145 Phenomenology
+hep-ph/0203149 Phenomenology
+hep-ph/0203152 Phenomenology
+hep-ph/0203154 Phenomenology
+hep-ph/0203161 Phenomenology
+hep-ph/0203181 Phenomenology
+hep-ph/0203200 Phenomenology
+hep-ph/0203204 Phenomenology
+hep-ph/0203206 Phenomenology
+hep-ph/0203209 Phenomenology
+hep-ph/0203225 Phenomenology
+hep-ph/0203229 Phenomenology
+hep-ph/0203238 Phenomenology
+hep-ph/0203242 Phenomenology
+hep-ph/0203255 Phenomenology
+hep-ph/0203257 Phenomenology
+hep-ph/0203261 Phenomenology
+hep-ph/0204004 Phenomenology
+hep-ph/0204049 Phenomenology
+hep-ph/0204072 Phenomenology
+hep-ph/0204080 Phenomenology
+hep-ph/0204091 Phenomenology
+hep-ph/0204092 Phenomenology
+hep-ph/0204103 Phenomenology
+hep-ph/0204120 Phenomenology
+hep-ph/0204129 Phenomenology
+hep-ph/0204135 Phenomenology
+hep-ph/0204139 Phenomenology
+hep-ph/0204140 Phenomenology
+hep-ph/0204147 Phenomenology
+hep-ph/0204157 Phenomenology
+hep-ph/0204161 Phenomenology
+hep-ph/0204173 Phenomenology
+hep-ph/0204178 Phenomenology
+hep-ph/0204180 Phenomenology
+hep-ph/0204186 Phenomenology
+hep-ph/0204188 Phenomenology
+hep-ph/0204192 Phenomenology
+hep-ph/0204202 Phenomenology
+hep-ph/0204209 Phenomenology
+hep-ph/0204221 Phenomenology
+hep-ph/0204227 Phenomenology
+hep-ph/0204256 Phenomenology
+hep-ph/0204261 Phenomenology
+hep-ph/0204279 Phenomenology
+hep-ph/0204289 Phenomenology
+hep-ph/0204290 Phenomenology
+hep-ph/0204300 Phenomenology
+hep-ph/0204311 Phenomenology
+hep-ph/0204328 Phenomenology
+hep-ph/0204339 Phenomenology
+hep-ph/0204348 Phenomenology
+hep-ph/0205001 Phenomenology
+hep-ph/0205013 Phenomenology
+hep-ph/0205015 Phenomenology
+hep-ph/0205016 Phenomenology
+hep-ph/0205064 Phenomenology
+hep-ph/0205094 Phenomenology
+hep-ph/0205095 Phenomenology
+hep-ph/0205104 Phenomenology
+hep-ph/0205106 Phenomenology
+hep-ph/0205121 Phenomenology
+hep-ph/0205125 Phenomenology
+hep-ph/0205127 Phenomenology
+hep-ph/0205146 Phenomenology
+hep-ph/0205153 Phenomenology
+hep-ph/0205156 Phenomenology
+hep-ph/0205173 Phenomenology
+hep-ph/0205195 Phenomenology
+hep-ph/0205212 Phenomenology
+hep-ph/0205233 Phenomenology
+hep-ph/0205235 Phenomenology
+hep-ph/0205248 Phenomenology
+hep-ph/0205260 Phenomenology
+hep-ph/0205273 Phenomenology
+hep-ph/0205274 Phenomenology
+hep-ph/0205314 Phenomenology
+hep-ph/0205332 Phenomenology
+hep-ph/0205340 Phenomenology
+hep-ph/0205342 Phenomenology
+hep-ph/0205345 Phenomenology
+hep-ph/0205347 Phenomenology
+hep-ph/0205349 Phenomenology
+hep-ph/0206015 Phenomenology
+hep-ph/0206018 Phenomenology
+hep-ph/0206034 Phenomenology
+hep-ph/0206038 Phenomenology
+hep-ph/0206044 Phenomenology
+hep-ph/0206056 Phenomenology
+hep-ph/0206060 Phenomenology
+hep-ph/0206071 Phenomenology
+hep-ph/0206098 Phenomenology
+hep-ph/0206104 Phenomenology
+hep-ph/0206105 Phenomenology
+hep-ph/0206115 Phenomenology
+hep-ph/0206122 Phenomenology
+hep-ph/0206136 Phenomenology
+hep-ph/0206151 Phenomenology
+hep-ph/0206154 Phenomenology
+hep-ph/0206167 Phenomenology
+hep-ph/0206169 Phenomenology
+hep-ph/0206170 Phenomenology
+hep-ph/0206172 Phenomenology
+hep-ph/0206173 Phenomenology
+hep-ph/0206194 Phenomenology
+hep-ph/0206202 Phenomenology
+hep-ph/0206209 Phenomenology
+hep-ph/0206214 Phenomenology
+hep-ph/0206224 Phenomenology
+hep-ph/0206229 Phenomenology
+hep-ph/0206234 Phenomenology
+hep-ph/0206238 Phenomenology
+hep-ph/0206243 Phenomenology
+hep-ph/0206275 Phenomenology
+hep-ph/0206284 Phenomenology
+hep-ph/0206304 Phenomenology
+hep-ph/0206307 Phenomenology
+hep-ph/0207024 Phenomenology
+hep-ph/0207035 Phenomenology
+hep-ph/0207050 Phenomenology
+hep-ph/0207055 Phenomenology
+hep-ph/0207060 Phenomenology
+hep-ph/0207065 Phenomenology
+hep-ph/0207092 Phenomenology
+hep-ph/0207099 Phenomenology
+hep-ph/0207114 Phenomenology
+hep-ph/0207123 Phenomenology
+hep-ph/0207139 Phenomenology
+hep-ph/0207155 Phenomenology
+hep-ph/0207186 Phenomenology
+hep-ph/0207217 Phenomenology
+hep-ph/0207236 Phenomenology
+hep-ph/0207237 Phenomenology
+hep-ph/0207243 Phenomenology
+hep-ph/0207280 Phenomenology
+hep-ph/0207287 Phenomenology
+hep-ph/0207293 Phenomenology
+hep-ph/0207311 Phenomenology
+hep-ph/0207326 Phenomenology
+hep-ph/0207342 Phenomenology
+hep-ph/0207348 Phenomenology
+hep-ph/0207369 Phenomenology
+hep-ph/0207372 Phenomenology
+hep-ph/0208002 Phenomenology
+hep-ph/0208010 Phenomenology
+hep-ph/0208017 Phenomenology
+hep-ph/0208031 Phenomenology
+hep-ph/0208034 Phenomenology
+hep-ph/0208035 Phenomenology
+hep-ph/0208043 Phenomenology
+hep-ph/0208047 Phenomenology
+hep-ph/0208051 Phenomenology
+hep-ph/0208062 Phenomenology
+hep-ph/0208075 Phenomenology
+hep-ph/0208101 Phenomenology
+hep-ph/0208113 Phenomenology
+hep-ph/0208114 Phenomenology
+hep-ph/0208119 Phenomenology
+hep-ph/0208120 Phenomenology
+hep-ph/0208132 Phenomenology
+hep-ph/0208142 Phenomenology
+hep-ph/0208155 Phenomenology
+hep-ph/0208171 Phenomenology
+hep-ph/0208177 Phenomenology
+hep-ph/0208199 Phenomenology
+hep-ph/0208201 Phenomenology
+hep-ph/0208209 Phenomenology
+hep-ph/0208223 Phenomenology
+hep-ph/0208247 Phenomenology
+hep-ph/0208262 Phenomenology
+hep-ph/0208271 Phenomenology
+hep-ph/0209006 Phenomenology
+hep-ph/0209010 Phenomenology
+hep-ph/0209024 Phenomenology
+hep-ph/0209030 Phenomenology
+hep-ph/0209032 Phenomenology
+hep-ph/0209040 Phenomenology
+hep-ph/0209045 Phenomenology
+hep-ph/0209059 Phenomenology
+hep-ph/0209077 Phenomenology
+hep-ph/0209079 Phenomenology
+hep-ph/0209080 Phenomenology
+hep-ph/0209098 Phenomenology
+hep-ph/0209142 Phenomenology
+hep-ph/0209147 Phenomenology
+hep-ph/0209153 Phenomenology
+hep-ph/0209158 Phenomenology
+hep-ph/0209165 Phenomenology
+hep-ph/0209179 Phenomenology
+hep-ph/0209187 Phenomenology
+hep-ph/0209192 Phenomenology
+hep-ph/0209231 Phenomenology
+hep-ph/0209240 Phenomenology
+hep-ph/0209259 Phenomenology
+hep-ph/0209262 Phenomenology
+hep-ph/0209278 Phenomenology
+hep-ph/0209316 Phenomenology
+hep-ph/0209321 Phenomenology
+hep-ph/0209325 Phenomenology
+hep-ph/0209330 Phenomenology
+hep-ph/0209337 Phenomenology
+hep-ph/0209338 Phenomenology
+hep-ph/0209347 Phenomenology
+hep-ph/0210027 Phenomenology
+hep-ph/0210043 Phenomenology
+hep-ph/0210065 Phenomenology
+hep-ph/0210078 Phenomenology
+hep-ph/0210081 Phenomenology
+hep-ph/0210082 Phenomenology
+hep-ph/0210101 Phenomenology
+hep-ph/0210132 Phenomenology
+hep-ph/0210133 Phenomenology
+hep-ph/0210135 Phenomenology
+hep-ph/0210137 Phenomenology
+hep-ph/0210148 Phenomenology
+hep-ph/0210152 Phenomenology
+hep-ph/0210211 Phenomenology
+hep-ph/0210247 Phenomenology
+hep-ph/0210257 Phenomenology
+hep-ph/0210271 Phenomenology
+hep-ph/0210306 Phenomenology
+hep-ph/0210311 Phenomenology
+hep-ph/0210313 Phenomenology
+hep-ph/0210322 Phenomenology
+hep-ph/0210334 Phenomenology
+hep-ph/0210431 Phenomenology
+hep-ph/0210436 Phenomenology
+hep-ph/0211001 Phenomenology
+hep-ph/0211026 Phenomenology
+hep-ph/0211030 Phenomenology
+hep-ph/0211052 Phenomenology
+hep-ph/0211060 Phenomenology
+hep-ph/0211065 Phenomenology
+hep-ph/0211072 Phenomenology
+hep-ph/0211098 Phenomenology
+hep-ph/0211101 Phenomenology
+hep-ph/0211119 Phenomenology
+hep-ph/0211185 Phenomenology
+hep-ph/0211196 Phenomenology
+hep-ph/0211222 Phenomenology
+hep-ph/0211244 Phenomenology
+hep-ph/0211266 Phenomenology
+hep-ph/0211275 Phenomenology
+hep-ph/0211287 Phenomenology
+hep-ph/0211304 Phenomenology
+hep-ph/0211319 Phenomenology
+hep-ph/0211327 Phenomenology
+hep-ph/0211331 Phenomenology
+hep-ph/0211359 Phenomenology
+hep-ph/0211398 Phenomenology
+hep-ph/0211399 Phenomenology
+hep-ph/0211411 Phenomenology
+hep-ph/0211412 Phenomenology
+hep-ph/0211413 Phenomenology
+hep-ph/0211438 Phenomenology
+hep-ph/0211447 Phenomenology
+hep-ph/0211462 Phenomenology
+hep-ph/0211463 Phenomenology
+hep-ph/0211465 Phenomenology
+hep-ph/0211467 Phenomenology
+hep-ph/0212047 Phenomenology
+hep-ph/0212072 Phenomenology
+hep-ph/0212078 Phenomenology
+hep-ph/0212081 Phenomenology
+hep-ph/0212082 Phenomenology
+hep-ph/0212083 Phenomenology
+hep-ph/0212090 Phenomenology
+hep-ph/0212100 Phenomenology
+hep-ph/0212114 Phenomenology
+hep-ph/0212118 Phenomenology
+hep-ph/0212121 Phenomenology
+hep-ph/0212143 Phenomenology
+hep-ph/0212153 Phenomenology
+hep-ph/0212159 Phenomenology
+hep-ph/0212173 Phenomenology
+hep-ph/0212181 Phenomenology
+hep-ph/0212193 Phenomenology
+hep-ph/0212199 Phenomenology
+hep-ph/0212201 Phenomenology
+hep-ph/0212226 Phenomenology
+hep-ph/0212259 Phenomenology
+hep-ph/0212269 Phenomenology
+hep-ph/0212279 Phenomenology
+hep-ph/0212297 Phenomenology
+hep-ph/0212302 Phenomenology
+hep-ph/0212303 Phenomenology
+hep-ph/0212306 Phenomenology
+hep-ph/0212321 Phenomenology
+hep-ph/0212361 Phenomenology
+hep-ph/0212379 Phenomenology
+hep-ph/0212402 Phenomenology
+hep-ph/0212404 Phenomenology
+hep-ph/0301009 Phenomenology
+hep-ph/0301018 Phenomenology
+hep-ph/0301039 Phenomenology
+hep-ph/0301042 Phenomenology
+hep-ph/0301052 Phenomenology
+hep-ph/0301053 Phenomenology
+hep-ph/0301064 Phenomenology
+hep-ph/0301072 Phenomenology
+hep-ph/0301090 Phenomenology
+hep-ph/0301092 Phenomenology
+hep-ph/0301094 Phenomenology
+hep-ph/0301095 Phenomenology
+hep-ph/0301096 Phenomenology
+hep-ph/0301101 Phenomenology
+hep-ph/0301116 Phenomenology
+hep-ph/0301123 Phenomenology
+hep-ph/0301149 Phenomenology
+hep-ph/0301170 Phenomenology
+hep-ph/0301173 Phenomenology
+hep-ph/0301183 Phenomenology
+hep-ph/0301189 Phenomenology
+hep-ph/0301192 Phenomenology
+hep-ph/0301211 Phenomenology
+hep-ph/0301212 Phenomenology
+hep-ph/0301213 Phenomenology
+hep-ph/0301224 Phenomenology
+hep-ph/0301232 Phenomenology
+hep-ph/0301241 Phenomenology
+hep-ph/0301244 Phenomenology
+hep-ph/0301248 Phenomenology
+hep-ph/0301262 Phenomenology
+hep-ph/0301267 Phenomenology
+hep-ph/0301275 Phenomenology
+hep-ph/0302003 Phenomenology
+hep-ph/0302013 Phenomenology
+hep-ph/0302022 Phenomenology
+hep-ph/0302032 Phenomenology
+hep-ph/0302038 Phenomenology
+hep-ph/0302040 Phenomenology
+hep-ph/0302041 Phenomenology
+hep-ph/0302051 Phenomenology
+hep-ph/0302059 Phenomenology
+hep-ph/0302066 Phenomenology
+hep-ph/0302084 Phenomenology
+hep-ph/0302094 Phenomenology
+hep-ph/0302098 Phenomenology
+hep-ph/0302117 Phenomenology
+hep-ph/0302122 Phenomenology
+hep-ph/0302128 Phenomenology
+hep-ph/0302131 Phenomenology
+hep-ph/0302132 Phenomenology
+hep-ph/0302133 Phenomenology
+hep-ph/0302134 Phenomenology
+hep-ph/0302144 Phenomenology
+hep-ph/0302151 Phenomenology
+hep-ph/0302160 Phenomenology
+hep-ph/0302162 Phenomenology
+hep-ph/0302198 Phenomenology
+hep-ph/0302200 Phenomenology
+hep-ph/0302212 Phenomenology
+hep-ph/0302230 Phenomenology
+hep-ph/0302238 Phenomenology
+hep-ph/0302239 Phenomenology
+hep-ph/0302242 Phenomenology
+hep-ph/0302248 Phenomenology
+hep-ph/0302252 Phenomenology
+hep-ph/0302260 Phenomenology
+hep-ph/0302272 Phenomenology
+hep-ph/0303010 Phenomenology
+hep-ph/0303028 Phenomenology
+hep-ph/0303039 Phenomenology
+hep-ph/0303043 Phenomenology
+hep-ph/0303048 Phenomenology
+hep-ph/0303054 Phenomenology
+hep-ph/0303055 Phenomenology
+hep-ph/0303064 Phenomenology
+hep-ph/0303065 Phenomenology
+hep-ph/0303067 Phenomenology
+hep-ph/0303072 Phenomenology
+hep-ph/0303079 Phenomenology
+hep-ph/0303081 Phenomenology
+hep-ph/0303082 Phenomenology
+hep-ph/0303088 Phenomenology
+hep-ph/0303114 Phenomenology
+hep-ph/0303116 Phenomenology
+hep-ph/0303118 Phenomenology
+hep-ph/0303130 Phenomenology
+hep-ph/0303138 Phenomenology
+hep-ph/0303141 Phenomenology
+hep-ph/0303158 Phenomenology
+hep-ph/0303164 Phenomenology
+hep-ph/0303180 Phenomenology
+hep-ph/0303183 Phenomenology
+hep-ph/0303190 Phenomenology
+hep-ph/0303200 Phenomenology
+hep-ph/0303201 Phenomenology
+hep-ph/0303206 Phenomenology
+hep-ph/0303209 Phenomenology
+hep-ph/0303211 Phenomenology
+hep-ph/0303229 Phenomenology
+hep-ph/0303232 Phenomenology
+hep-ph/0303233 Phenomenology
+hep-ph/0303246 Phenomenology
+hep-ph/0303251 Phenomenology
+hep-ph/0303253 Phenomenology
+hep-ph/0304001 Phenomenology
+hep-ph/0304002 Phenomenology
+hep-ph/0304005 Phenomenology
+hep-ph/0304020 Phenomenology
+hep-ph/0304030 Phenomenology
+hep-ph/0304046 Phenomenology
+hep-ph/0304061 Phenomenology
+hep-ph/0304074 Phenomenology
+hep-ph/0304080 Phenomenology
+hep-ph/0304081 Phenomenology
+hep-ph/0304086 Phenomenology
+hep-ph/0304092 Phenomenology
+hep-ph/0304095 Phenomenology
+hep-ph/0304105 Phenomenology
+hep-ph/0304128 Phenomenology
+hep-ph/0304161 Phenomenology
+hep-ph/0304180 Phenomenology
+hep-ph/0304193 Phenomenology
+hep-ph/0304220 Phenomenology
+hep-ph/0304226 Phenomenology
+hep-ph/0304229 Phenomenology
+hep-ph/0304231 Phenomenology
+hep-ph/0304248 Phenomenology
+hep-ph/0304249 Phenomenology
+hep-ph/0304260 Phenomenology
+hep-ph/0304261 Phenomenology
+hep-ph/0304264 Phenomenology
+hep-ph/0304269 Phenomenology
+hep-ph/0304272 Phenomenology
+hep-ph/0304277 Phenomenology
+hep-ph/0304288 Phenomenology
+hep-ph/0304300 Phenomenology
+hep-ph/0305005 Phenomenology
+hep-ph/0305012 Phenomenology
+hep-ph/0305022 Phenomenology
+hep-ph/0305025 Phenomenology
+hep-ph/0305035 Phenomenology
+hep-ph/0305038 Phenomenology
+hep-ph/0305049 Phenomenology
+hep-ph/0305060 Phenomenology
+hep-ph/0305069 Phenomenology
+hep-ph/0305075 Phenomenology
+hep-ph/0305087 Phenomenology
+hep-ph/0305089 Phenomenology
+hep-ph/0305094 Phenomenology
+hep-ph/0305102 Phenomenology
+hep-ph/0305108 Phenomenology
+hep-ph/0305111 Phenomenology
+hep-ph/0305127 Phenomenology
+hep-ph/0305152 Phenomenology
+hep-ph/0305156 Phenomenology
+hep-ph/0305158 Phenomenology
+hep-ph/0305183 Phenomenology
+hep-ph/0305188 Phenomenology
+hep-ph/0305192 Phenomenology
+hep-ph/0305209 Phenomenology
+hep-ph/0305212 Phenomenology
+hep-ph/0305213 Phenomenology
+hep-ph/0305214 Phenomenology
+hep-ph/0305219 Phenomenology
+hep-ph/0305230 Phenomenology
+hep-ph/0305234 Phenomenology
+hep-ph/0305241 Phenomenology
+hep-ph/0305275 Phenomenology
+hep-ph/0305296 Phenomenology
+hep-ph/0305300 Phenomenology
+hep-ph/0305306 Phenomenology
+hep-ph/0305314 Phenomenology
+hep-ph/0306020 Phenomenology
+hep-ph/0306024 Phenomenology
+hep-ph/0306037 Phenomenology
+hep-ph/0306039 Phenomenology
+hep-ph/0306051 Phenomenology
+hep-ph/0306054 Phenomenology
+hep-ph/0306060 Phenomenology
+hep-ph/0306068 Phenomenology
+hep-ph/0306079 Phenomenology
+hep-ph/0306081 Phenomenology
+hep-ph/0306097 Phenomenology
+hep-ph/0306109 Phenomenology
+hep-ph/0306110 Phenomenology
+hep-ph/0306135 Phenomenology
+hep-ph/0306139 Phenomenology
+hep-ph/0306142 Phenomenology
+hep-ph/0306155 Phenomenology
+hep-ph/0306156 Phenomenology
+hep-ph/0306174 Phenomenology
+hep-ph/0306185 Phenomenology
+hep-ph/0306192 Phenomenology
+hep-ph/0306194 Phenomenology
+hep-ph/0306195 Phenomenology
+hep-ph/0306201 Phenomenology
+hep-ph/0306204 Phenomenology
+hep-ph/0306245 Phenomenology
+hep-ph/0306249 Phenomenology
+hep-ph/0306279 Phenomenology
+hep-ph/0306301 Phenomenology
+hep-ph/0307003 Phenomenology
+hep-ph/0307029 Phenomenology
+hep-ph/0307038 Phenomenology
+hep-ph/0307039 Phenomenology
+hep-ph/0307042 Phenomenology
+hep-ph/0307054 Phenomenology
+hep-ph/0307058 Phenomenology
+hep-ph/0307062 Phenomenology
+hep-ph/0307066 Phenomenology
+hep-ph/0307075 Phenomenology
+hep-ph/0307081 Phenomenology
+hep-ph/0307084 Phenomenology
+hep-ph/0307099 Phenomenology
+hep-ph/0307106 Phenomenology
+hep-ph/0307111 Phenomenology
+hep-ph/0307128 Phenomenology
+hep-ph/0307133 Phenomenology
+hep-ph/0307134 Phenomenology
+hep-ph/0307143 Phenomenology
+hep-ph/0307148 Phenomenology
+hep-ph/0307152 Phenomenology
+hep-ph/0307181 Phenomenology
+hep-ph/0307185 Phenomenology
+hep-ph/0307193 Phenomenology
+hep-ph/0307224 Phenomenology
+hep-ph/0307240 Phenomenology
+hep-ph/0307244 Phenomenology
+hep-ph/0307246 Phenomenology
+hep-ph/0307266 Phenomenology
+hep-ph/0307268 Phenomenology
+hep-ph/0307284 Phenomenology
+hep-ph/0307296 Phenomenology
+hep-ph/0307297 Phenomenology
+hep-ph/0307298 Phenomenology
+hep-ph/0307306 Phenomenology
+hep-ph/0307337 Phenomenology
+hep-ph/0307344 Phenomenology
+hep-ph/0307375 Phenomenology
+hep-ph/0307377 Phenomenology
+hep-ph/0307381 Phenomenology
+hep-ph/0307382 Phenomenology
+hep-ph/0308003 Phenomenology
+hep-ph/0308015 Phenomenology
+hep-ph/0308051 Phenomenology
+hep-ph/0308053 Phenomenology
+hep-ph/0308063 Phenomenology
+hep-ph/0308075 Phenomenology
+hep-ph/0308078 Phenomenology
+hep-ph/0308080 Phenomenology
+hep-ph/0308090 Phenomenology
+hep-ph/0308098 Phenomenology
+hep-ph/0308099 Phenomenology
+hep-ph/0308105 Phenomenology
+hep-ph/0308106 Phenomenology
+hep-ph/0308129 Phenomenology
+hep-ph/0308135 Phenomenology
+hep-ph/0308152 Phenomenology
+hep-ph/0308173 Phenomenology
+hep-ph/0308179 Phenomenology
+hep-ph/0308192 Phenomenology
+hep-ph/0308195 Phenomenology
+hep-ph/0308197 Phenomenology
+hep-ph/0308205 Phenomenology
+hep-ph/0308213 Phenomenology
+hep-ph/0308228 Phenomenology
+hep-ph/0308233 Phenomenology
+hep-ph/0308240 Phenomenology
+hep-ph/0308244 Phenomenology
+hep-ph/0308254 Phenomenology
+hep-ph/0308261 Phenomenology
+hep-ph/0309015 Phenomenology
+hep-ph/0309023 Phenomenology
+hep-ph/0309030 Phenomenology
+hep-ph/0309038 Phenomenology
+hep-ph/0309042 Phenomenology
+hep-ph/0309050 Phenomenology
+hep-ph/0309058 Phenomenology
+hep-ph/0309067 Phenomenology
+hep-ph/0309077 Phenomenology
+hep-ph/0309078 Phenomenology
+hep-ph/0309080 Phenomenology
+hep-ph/0309093 Phenomenology
+hep-ph/0309106 Phenomenology
+hep-ph/0309112 Phenomenology
+hep-ph/0309129 Phenomenology
+hep-ph/0309131 Phenomenology
+hep-ph/0309134 Phenomenology
+hep-ph/0309173 Phenomenology
+hep-ph/0309177 Phenomenology
+hep-ph/0309188 Phenomenology
+hep-ph/0309200 Phenomenology
+hep-ph/0309210 Phenomenology
+hep-ph/0309230 Phenomenology
+hep-ph/0309249 Phenomenology
+hep-ph/0309253 Phenomenology
+hep-ph/0309262 Phenomenology
+hep-ph/0309264 Phenomenology
+hep-ph/0309267 Phenomenology
+hep-ph/0309268 Phenomenology
+hep-ph/0309273 Phenomenology
+hep-ph/0309274 Phenomenology
+hep-ph/0309283 Phenomenology
+hep-ph/0309286 Phenomenology
+hep-ph/0309292 Phenomenology
+hep-ph/0309294 Phenomenology
+hep-ph/0309296 Phenomenology
+hep-ph/0309307 Phenomenology
+hep-ph/0309330 Phenomenology
+hep-ph/0310003 Phenomenology
+hep-ph/0310027 Phenomenology
+hep-ph/0310032 Phenomenology
+hep-ph/0310049 Phenomenology
+hep-ph/0310052 Phenomenology
+hep-ph/0310053 Phenomenology
+hep-ph/0310059 Phenomenology
+hep-ph/0310063 Phenomenology
+hep-ph/0310090 Phenomenology
+hep-ph/0310119 Phenomenology
+hep-ph/0310121 Phenomenology
+hep-ph/0310122 Phenomenology
+hep-ph/0310141 Phenomenology
+hep-ph/0310154 Phenomenology
+hep-ph/0310160 Phenomenology
+hep-ph/0310181 Phenomenology
+hep-ph/0310183 Phenomenology
+hep-ph/0310184 Phenomenology
+hep-ph/0310191 Phenomenology
+hep-ph/0310216 Phenomenology
+hep-ph/0310218 Phenomenology
+hep-ph/0310219 Phenomenology
+hep-ph/0310226 Phenomenology
+hep-ph/0310229 Phenomenology
+hep-ph/0310258 Phenomenology
+hep-ph/0310259 Phenomenology
+hep-ph/0310261 Phenomenology
+hep-ph/0310272 Phenomenology
+hep-ph/0310283 Phenomenology
+hep-ph/0310285 Phenomenology
+hep-ph/0310293 Phenomenology
+hep-ph/0310308 Phenomenology
+hep-ph/0310338 Phenomenology
+hep-ph/0310357 Phenomenology
+hep-ph/0311001 Phenomenology
+hep-ph/0311015 Phenomenology
+hep-ph/0311023 Phenomenology
+hep-ph/0311029 Phenomenology
+hep-ph/0311032 Phenomenology
+hep-ph/0311046 Phenomenology
+hep-ph/0311056 Phenomenology
+hep-ph/0311067 Phenomenology
+hep-ph/0311076 Phenomenology
+hep-ph/0311085 Phenomenology
+hep-ph/0311087 Phenomenology
+hep-ph/0311088 Phenomenology
+hep-ph/0311089 Phenomenology
+hep-ph/0311103 Phenomenology
+hep-ph/0311106 Phenomenology
+hep-ph/0311110 Phenomenology
+hep-ph/0311112 Phenomenology
+hep-ph/0311129 Phenomenology
+hep-ph/0311133 Phenomenology
+hep-ph/0311147 Phenomenology
+hep-ph/0311162 Phenomenology
+hep-ph/0311167 Phenomenology
+hep-ph/0311171 Phenomenology
+hep-ph/0311199 Phenomenology
+hep-ph/0311215 Phenomenology
+hep-ph/0311224 Phenomenology
+hep-ph/0311227 Phenomenology
+hep-ph/0311229 Phenomenology
+hep-ph/0311231 Phenomenology
+hep-ph/0311238 Phenomenology
+hep-ph/0311245 Phenomenology
+hep-ph/0311264 Phenomenology
+hep-ph/0311276 Phenomenology
+hep-ph/0311277 Phenomenology
+hep-ph/0311278 Phenomenology
+hep-ph/0311284 Phenomenology
+hep-ph/0311287 Phenomenology
+hep-ph/0311296 Phenomenology
+hep-ph/0311298 Phenomenology
+hep-ph/0311311 Phenomenology
+hep-ph/0311314 Phenomenology
+hep-ph/0311367 Phenomenology
+hep-ph/0312024 Phenomenology
+hep-ph/0312057 Phenomenology
+hep-ph/0312065 Phenomenology
+hep-ph/0312104 Phenomenology
+hep-ph/0312106 Phenomenology
+hep-ph/0312112 Phenomenology
+hep-ph/0312113 Phenomenology
+hep-ph/0312133 Phenomenology
+hep-ph/0312172 Phenomenology
+hep-ph/0312183 Phenomenology
+hep-ph/0312205 Phenomenology
+hep-ph/0312213 Phenomenology
+hep-ph/0312225 Phenomenology
+hep-ph/0312231 Phenomenology
+hep-ph/0312238 Phenomenology
+hep-ph/0312250 Phenomenology
+hep-ph/0312260 Phenomenology
+hep-ph/0312261 Phenomenology
+hep-ph/0312262 Phenomenology
+hep-ph/0312312 Phenomenology
+hep-ph/0312320 Phenomenology
+hep-ph/0312323 Phenomenology
+hep-ph/0312347 Phenomenology
+hep-ph/0312354 Phenomenology
+hep-ph/0312355 Phenomenology
+hep-ph/0312360 Phenomenology
+hep-ph/0312390 Phenomenology
+hep-ph/0401016 Phenomenology
+hep-ph/0401020 Phenomenology
+hep-ph/0401032 Phenomenology
+hep-ph/0401040 Phenomenology
+hep-ph/0401057 Phenomenology
+hep-ph/0401065 Phenomenology
+hep-ph/0401066 Phenomenology
+hep-ph/0401086 Phenomenology
+hep-ph/0401106 Phenomenology
+hep-ph/0401125 Phenomenology
+hep-ph/0401144 Phenomenology
+hep-ph/0401164 Phenomenology
+hep-ph/0401173 Phenomenology
+hep-ph/0401176 Phenomenology
+hep-ph/0401183 Phenomenology
+hep-ph/0401190 Phenomenology
+hep-ph/0401195 Phenomenology
+hep-ph/0401210 Phenomenology
+hep-ph/0401213 Phenomenology
+hep-ph/0401215 Phenomenology
+hep-ph/0401218 Phenomenology
+hep-ph/0401221 Phenomenology
+hep-ph/0401246 Phenomenology
+hep-ph/0401247 Phenomenology
+hep-ph/0402023 Phenomenology
+hep-ph/0402028 Phenomenology
+hep-ph/0402049 Phenomenology
+hep-ph/0402054 Phenomenology
+hep-ph/0402070 Phenomenology
+hep-ph/0402082 Phenomenology
+hep-ph/0402104 Phenomenology
+hep-ph/0402109 Phenomenology
+hep-ph/0402130 Phenomenology
+hep-ph/0402139 Phenomenology
+hep-ph/0402150 Phenomenology
+hep-ph/0402158 Phenomenology
+hep-ph/0402169 Phenomenology
+hep-ph/0402171 Phenomenology
+hep-ph/0402173 Phenomenology
+hep-ph/0402177 Phenomenology
+hep-ph/0402193 Phenomenology
+hep-ph/0402206 Phenomenology
+hep-ph/0402227 Phenomenology
+hep-ph/0402230 Phenomenology
+hep-ph/0402232 Phenomenology
+hep-ph/0402237 Phenomenology
+hep-ph/0402247 Phenomenology
+hep-ph/0402248 Phenomenology
+hep-ph/0402266 Phenomenology
+hep-ph/0402267 Phenomenology
+hep-ph/0402273 Phenomenology
+hep-ph/0402278 Phenomenology
+hep-ph/0402285 Phenomenology
+hep-ph/0402296 Phenomenology
+hep-ph/0403017 Phenomenology
+hep-ph/0403018 Phenomenology
+hep-ph/0403027 Phenomenology
+hep-ph/0403042 Phenomenology
+hep-ph/0403056 Phenomenology
+hep-ph/0403057 Phenomenology
+hep-ph/0403065 Phenomenology
+hep-ph/0403072 Phenomenology
+hep-ph/0403082 Phenomenology
+hep-ph/0403083 Phenomenology
+hep-ph/0403086 Phenomenology
+hep-ph/0403111 Phenomenology
+hep-ph/0403113 Phenomenology
+hep-ph/0403119 Phenomenology
+hep-ph/0403123 Phenomenology
+hep-ph/0403138 Phenomenology
+hep-ph/0403155 Phenomenology
+hep-ph/0403157 Phenomenology
+hep-ph/0403158 Phenomenology
+hep-ph/0403166 Phenomenology
+hep-ph/0403168 Phenomenology
+hep-ph/0403188 Phenomenology
+hep-ph/0403192 Phenomenology
+hep-ph/0403206 Phenomenology
+hep-ph/0403221 Phenomenology
+hep-ph/0403224 Phenomenology
+hep-ph/0403247 Phenomenology
+hep-ph/0403277 Phenomenology
+hep-ph/0403286 Phenomenology
+hep-ph/0403294 Phenomenology
+hep-ph/0403295 Phenomenology
+hep-ph/0403296 Phenomenology
+hep-ph/0404010 Phenomenology
+hep-ph/0404045 Phenomenology
+hep-ph/0404046 Phenomenology
+hep-ph/0404049 Phenomenology
+hep-ph/0404052 Phenomenology
+hep-ph/0404066 Phenomenology
+hep-ph/0404085 Phenomenology
+hep-ph/0404088 Phenomenology
+hep-ph/0404093 Phenomenology
+hep-ph/0404099 Phenomenology
+hep-ph/0404110 Phenomenology
+hep-ph/0404113 Phenomenology
+hep-ph/0404121 Phenomenology
+hep-ph/0404122 Phenomenology
+hep-ph/0404127 Phenomenology
+hep-ph/0404132 Phenomenology
+hep-ph/0404135 Phenomenology
+hep-ph/0404139 Phenomenology
+hep-ph/0404151 Phenomenology
+hep-ph/0404161 Phenomenology
+hep-ph/0404162 Phenomenology
+hep-ph/0404167 Phenomenology
+hep-ph/0404175 Phenomenology
+hep-ph/0404177 Phenomenology
+hep-ph/0404192 Phenomenology
+hep-ph/0404193 Phenomenology
+hep-ph/0404195 Phenomenology
+hep-ph/0404219 Phenomenology
+hep-ph/0404231 Phenomenology
+hep-ph/0404243 Phenomenology
+hep-ph/0404254 Phenomenology
+hep-ph/0405001 Phenomenology
+hep-ph/0405020 Phenomenology
+hep-ph/0405023 Phenomenology
+hep-ph/0405030 Phenomenology
+hep-ph/0405054 Phenomenology
+hep-ph/0405057 Phenomenology
+hep-ph/0405059 Phenomenology
+hep-ph/0405069 Phenomenology
+hep-ph/0405075 Phenomenology
+hep-ph/0405088 Phenomenology
+hep-ph/0405099 Phenomenology
+hep-ph/0405110 Phenomenology
+hep-ph/0405126 Phenomenology
+hep-ph/0405141 Phenomenology
+hep-ph/0405155 Phenomenology
+hep-ph/0405165 Phenomenology
+hep-ph/0405167 Phenomenology
+hep-ph/0405169 Phenomenology
+hep-ph/0405170 Phenomenology
+hep-ph/0405181 Phenomenology
+hep-ph/0405219 Phenomenology
+hep-ph/0405251 Phenomenology
+hep-ph/0405253 Phenomenology
+hep-ph/0405269 Phenomenology
+hep-ph/0405273 Phenomenology
+hep-ph/0405286 Phenomenology
+hep-ph/0405292 Phenomenology
+hep-ph/0405294 Phenomenology
+hep-ph/0406019 Phenomenology
+hep-ph/0406033 Phenomenology
+hep-ph/0406034 Phenomenology
+hep-ph/0406036 Phenomenology
+hep-ph/0406039 Phenomenology
+hep-ph/0406044 Phenomenology
+hep-ph/0406064 Phenomenology
+hep-ph/0406068 Phenomenology
+hep-ph/0406075 Phenomenology
+hep-ph/0406080 Phenomenology
+hep-ph/0406098 Phenomenology
+hep-ph/0406117 Phenomenology
+hep-ph/0406120 Phenomenology
+hep-ph/0406127 Phenomenology
+hep-ph/0406128 Phenomenology
+hep-ph/0406132 Phenomenology
+hep-ph/0406136 Phenomenology
+hep-ph/0406137 Phenomenology
+hep-ph/0406143 Phenomenology
+hep-ph/0406144 Phenomenology
+hep-ph/0406145 Phenomenology
+hep-ph/0406154 Phenomenology
+hep-ph/0406155 Phenomenology
+hep-ph/0406166 Phenomenology
+hep-ph/0406184 Phenomenology
+hep-ph/0406196 Phenomenology
+hep-ph/0406201 Phenomenology
+hep-ph/0406205 Phenomenology
+hep-ph/0406207 Phenomenology
+hep-ph/0406227 Phenomenology
+hep-ph/0406242 Phenomenology
+hep-ph/0406252 Phenomenology
+hep-ph/0406255 Phenomenology
+hep-ph/0406268 Phenomenology
+hep-ph/0406271 Phenomenology
+hep-ph/0406286 Phenomenology
+hep-ph/0406292 Phenomenology
+hep-ph/0406293 Phenomenology
+hep-ph/0406301 Phenomenology
+hep-ph/0406305 Phenomenology
+hep-ph/0406312 Phenomenology
+hep-ph/0406319 Phenomenology
+hep-ph/0406323 Phenomenology
+hep-ph/0406328 Phenomenology
+hep-ph/0406335 Phenomenology
+hep-ph/0406339 Phenomenology
+hep-ph/0407005 Phenomenology
+hep-ph/0407007 Phenomenology
+hep-ph/0407011 Phenomenology
+hep-ph/0407013 Phenomenology
+hep-ph/0407017 Phenomenology
+hep-ph/0407018 Phenomenology
+hep-ph/0407023 Phenomenology
+hep-ph/0407025 Phenomenology
+hep-ph/0407036 Phenomenology
+hep-ph/0407037 Phenomenology
+hep-ph/0407043 Phenomenology
+hep-ph/0407059 Phenomenology
+hep-ph/0407062 Phenomenology
+hep-ph/0407063 Phenomenology
+hep-ph/0407070 Phenomenology
+hep-ph/0407086 Phenomenology
+hep-ph/0407091 Phenomenology
+hep-ph/0407104 Phenomenology
+hep-ph/0407119 Phenomenology
+hep-ph/0407120 Phenomenology
+hep-ph/0407157 Phenomenology
+hep-ph/0407161 Phenomenology
+hep-ph/0407165 Phenomenology
+hep-ph/0407178 Phenomenology
+hep-ph/0407185 Phenomenology
+hep-ph/0407218 Phenomenology
+hep-ph/0407222 Phenomenology
+hep-ph/0407223 Phenomenology
+hep-ph/0407227 Phenomenology
+hep-ph/0407236 Phenomenology
+hep-ph/0407240 Phenomenology
+hep-ph/0407248 Phenomenology
+hep-ph/0407250 Phenomenology
+hep-ph/0407261 Phenomenology
+hep-ph/0407281 Phenomenology
+hep-ph/0407287 Phenomenology
+hep-ph/0407294 Phenomenology
+hep-ph/0407317 Phenomenology
+hep-ph/0407325 Phenomenology
+hep-ph/0407326 Phenomenology
+hep-ph/0407342 Phenomenology
+hep-ph/0407343 Phenomenology
+hep-ph/0407350 Phenomenology
+hep-ph/0408002 Phenomenology
+hep-ph/0408044 Phenomenology
+hep-ph/0408064 Phenomenology
+hep-ph/0408068 Phenomenology
+hep-ph/0408070 Phenomenology
+hep-ph/0408072 Phenomenology
+hep-ph/0408085 Phenomenology
+hep-ph/0408089 Phenomenology
+hep-ph/0408098 Phenomenology
+hep-ph/0408102 Phenomenology
+hep-ph/0408104 Phenomenology
+hep-ph/0408117 Phenomenology
+hep-ph/0408124 Phenomenology
+hep-ph/0408134 Phenomenology
+hep-ph/0408141 Phenomenology
+hep-ph/0408154 Phenomenology
+hep-ph/0408158 Phenomenology
+hep-ph/0408170 Phenomenology
+hep-ph/0408176 Phenomenology
+hep-ph/0408187 Phenomenology
+hep-ph/0408192 Phenomenology
+hep-ph/0408204 Phenomenology
+hep-ph/0408212 Phenomenology
+hep-ph/0408230 Phenomenology
+hep-ph/0408234 Phenomenology
+hep-ph/0408239 Phenomenology
+hep-ph/0408254 Phenomenology
+hep-ph/0408268 Phenomenology
+hep-ph/0408281 Phenomenology
+hep-ph/0408284 Phenomenology
+hep-ph/0408291 Phenomenology
+hep-ph/0408306 Phenomenology
+hep-ph/0408321 Phenomenology
+hep-ph/0408323 Phenomenology
+hep-ph/0408333 Phenomenology
+hep-ph/0408334 Phenomenology
+hep-ph/0408337 Phenomenology
+hep-ph/0408344 Phenomenology
+hep-ph/0408355 Phenomenology
+hep-ph/0408362 Phenomenology
+hep-ph/0409010 Phenomenology
+hep-ph/0409051 Phenomenology
+hep-ph/0409061 Phenomenology
+hep-ph/0409064 Phenomenology
+hep-ph/0409071 Phenomenology
+hep-ph/0409095 Phenomenology
+hep-ph/0409103 Phenomenology
+hep-ph/0409121 Phenomenology
+hep-ph/0409135 Phenomenology
+hep-ph/0409177 Phenomenology
+hep-ph/0409185 Phenomenology
+hep-ph/0409190 Phenomenology
+hep-ph/0409214 Phenomenology
+hep-ph/0409221 Phenomenology
+hep-ph/0409225 Phenomenology
+hep-ph/0409240 Phenomenology
+hep-ph/0409247 Phenomenology
+hep-ph/0409248 Phenomenology
+hep-ph/0409273 Phenomenology
+hep-ph/0409302 Phenomenology
+hep-ph/0409312 Phenomenology
+hep-ph/0409334 Phenomenology
+hep-ph/0409361 Phenomenology
+hep-ph/0410006 Phenomenology
+hep-ph/0410017 Phenomenology
+hep-ph/0410047 Phenomenology
+hep-ph/0410080 Phenomenology
+hep-ph/0410089 Phenomenology
+hep-ph/0410091 Phenomenology
+hep-ph/0410109 Phenomenology
+hep-ph/0410110 Phenomenology
+hep-ph/0410152 Phenomenology
+hep-ph/0410154 Phenomenology
+hep-ph/0410155 Phenomenology
+hep-ph/0410168 Phenomenology
+hep-ph/0410187 Phenomenology
+hep-ph/0410196 Phenomenology
+hep-ph/0410198 Phenomenology
+hep-ph/0410203 Phenomenology
+hep-ph/0410204 Phenomenology
+hep-ph/0410206 Phenomenology
+hep-ph/0410235 Phenomenology
+hep-ph/0410250 Phenomenology
+hep-ph/0410261 Phenomenology
+hep-ph/0410264 Phenomenology
+hep-ph/0410265 Phenomenology
+hep-ph/0410283 Phenomenology
+hep-ph/0410288 Phenomenology
+hep-ph/0410298 Phenomenology
+hep-ph/0410300 Phenomenology
+hep-ph/0410317 Phenomenology
+hep-ph/0410334 Phenomenology
+hep-ph/0410337 Phenomenology
+hep-ph/0410340 Phenomenology
+hep-ph/0410344 Phenomenology
+hep-ph/0410352 Phenomenology
+hep-ph/0410373 Phenomenology
+hep-ph/0410375 Phenomenology
+hep-ph/0410381 Phenomenology
+hep-ph/0410382 Phenomenology
+hep-ph/0410396 Phenomenology
+hep-ph/0411004 Phenomenology
+hep-ph/0411005 Phenomenology
+hep-ph/0411038 Phenomenology
+hep-ph/0411058 Phenomenology
+hep-ph/0411065 Phenomenology
+hep-ph/0411093 Phenomenology
+hep-ph/0411106 Phenomenology
+hep-ph/0411107 Phenomenology
+hep-ph/0411113 Phenomenology
+hep-ph/0411119 Phenomenology
+hep-ph/0411122 Phenomenology
+hep-ph/0411125 Phenomenology
+hep-ph/0411147 Phenomenology
+hep-ph/0411150 Phenomenology
+hep-ph/0411163 Phenomenology
+hep-ph/0411166 Phenomenology
+hep-ph/0411172 Phenomenology
+hep-ph/0411186 Phenomenology
+hep-ph/0411189 Phenomenology
+hep-ph/0411200 Phenomenology
+hep-ph/0411213 Phenomenology
+hep-ph/0411222 Phenomenology
+hep-ph/0411233 Phenomenology
+hep-ph/0411241 Phenomenology
+hep-ph/0411248 Phenomenology
+hep-ph/0411259 Phenomenology
+hep-ph/0411260 Phenomenology
+hep-ph/0411265 Phenomenology
+hep-ph/0411277 Phenomenology
+hep-ph/0411298 Phenomenology
+hep-ph/0411304 Phenomenology
+hep-ph/0411311 Phenomenology
+hep-ph/0411312 Phenomenology
+hep-ph/0411313 Phenomenology
+hep-ph/0411332 Phenomenology
+hep-ph/0411336 Phenomenology
+hep-ph/0411337 Phenomenology
+hep-ph/0411338 Phenomenology
+hep-ph/0411347 Phenomenology
+hep-ph/0411358 Phenomenology
+hep-ph/0411367 Phenomenology
+hep-ph/0411385 Phenomenology
+hep-ph/0411386 Phenomenology
+hep-ph/0412004 Phenomenology
+hep-ph/0412008 Phenomenology
+hep-ph/0412021 Phenomenology
+hep-ph/0412023 Phenomenology
+hep-ph/0412055 Phenomenology
+hep-ph/0412066 Phenomenology
+hep-ph/0412075 Phenomenology
+hep-ph/0412078 Phenomenology
+hep-ph/0412079 Phenomenology
+hep-ph/0412089 Phenomenology
+hep-ph/0412093 Phenomenology
+hep-ph/0412098 Phenomenology
+hep-ph/0412102 Phenomenology
+hep-ph/0412108 Phenomenology
+hep-ph/0412122 Phenomenology
+hep-ph/0412140 Phenomenology
+hep-ph/0412149 Phenomenology
+hep-ph/0412165 Phenomenology
+hep-ph/0412172 Phenomenology
+hep-ph/0412177 Phenomenology
+hep-ph/0412182 Phenomenology
+hep-ph/0412187 Phenomenology
+hep-ph/0412226 Phenomenology
+hep-ph/0412229 Phenomenology
+hep-ph/0412249 Phenomenology
+hep-ph/0412267 Phenomenology
+hep-ph/0412268 Phenomenology
+hep-ph/0412269 Phenomenology
+hep-ph/0412280 Phenomenology
+hep-ph/0412281 Phenomenology
+hep-ph/0412340 Phenomenology
+hep-ph/0412347 Phenomenology
+hep-ph/0412350 Phenomenology
+hep-ph/0412366 Phenomenology
+hep-ph/0412402 Phenomenology
+hep-ph/0412409 Phenomenology
+hep-ph/0412412 Phenomenology
+hep-ph/0501013 Phenomenology
+hep-ph/0501015 Phenomenology
+hep-ph/0501025 Phenomenology
+hep-ph/0501035 Phenomenology
+hep-ph/0501047 Phenomenology
+hep-ph/0501058 Phenomenology
+hep-ph/0501059 Phenomenology
+hep-ph/0501073 Phenomenology
+hep-ph/0501085 Phenomenology
+hep-ph/0501086 Phenomenology
+hep-ph/0501101 Phenomenology
+hep-ph/0501102 Phenomenology
+hep-ph/0501105 Phenomenology
+hep-ph/0501112 Phenomenology
+hep-ph/0501114 Phenomenology
+hep-ph/0501116 Phenomenology
+hep-ph/0501128 Phenomenology
+hep-ph/0501130 Phenomenology
+hep-ph/0501146 Phenomenology
+hep-ph/0501153 Phenomenology
+hep-ph/0501156 Phenomenology
+hep-ph/0501202 Phenomenology
+hep-ph/0501205 Phenomenology
+hep-ph/0501218 Phenomenology
+hep-ph/0501225 Phenomenology
+hep-ph/0501229 Phenomenology
+hep-ph/0501255 Phenomenology
+hep-ph/0501265 Phenomenology
+hep-ph/0501278 Phenomenology
+hep-ph/0501287 Phenomenology
+hep-ph/0501289 Phenomenology
+hep-ph/0501291 Phenomenology
+hep-ph/0502013 Phenomenology
+hep-ph/0502020 Phenomenology
+hep-ph/0502023 Phenomenology
+hep-ph/0502026 Phenomenology
+hep-ph/0502028 Phenomenology
+hep-ph/0502042 Phenomenology
+hep-ph/0502051 Phenomenology
+hep-ph/0502066 Phenomenology
+hep-ph/0502092 Phenomenology
+hep-ph/0502110 Phenomenology
+hep-ph/0502113 Phenomenology
+hep-ph/0502119 Phenomenology
+hep-ph/0502127 Phenomenology
+hep-ph/0502128 Phenomenology
+hep-ph/0502130 Phenomenology
+hep-ph/0502141 Phenomenology
+hep-ph/0502150 Phenomenology
+hep-ph/0502155 Phenomenology
+hep-ph/0502163 Phenomenology
+hep-ph/0502168 Phenomenology
+hep-ph/0502187 Phenomenology
+hep-ph/0502196 Phenomenology
+hep-ph/0502199 Phenomenology
+hep-ph/0502200 Phenomenology
+hep-ph/0502211 Phenomenology
+hep-ph/0502212 Phenomenology
+hep-ph/0502229 Phenomenology
+hep-ph/0502232 Phenomenology
+hep-ph/0502235 Phenomenology
+hep-ph/0502251 Phenomenology
+hep-ph/0502252 Phenomenology
+hep-ph/0503018 Phenomenology
+hep-ph/0503024 Phenomenology
+hep-ph/0503043 Phenomenology
+hep-ph/0503045 Phenomenology
+hep-ph/0503059 Phenomenology
+hep-ph/0503061 Phenomenology
+hep-ph/0503065 Phenomenology
+hep-ph/0503067 Phenomenology
+hep-ph/0503073 Phenomenology
+hep-ph/0503079 Phenomenology
+hep-ph/0503083 Phenomenology
+hep-ph/0503094 Phenomenology
+hep-ph/0503102 Phenomenology
+hep-ph/0503121 Phenomenology
+hep-ph/0503129 Phenomenology
+hep-ph/0503135 Phenomenology
+hep-ph/0503137 Phenomenology
+hep-ph/0503148 Phenomenology
+hep-ph/0503152 Phenomenology
+hep-ph/0503161 Phenomenology
+hep-ph/0503165 Phenomenology
+hep-ph/0503167 Phenomenology
+hep-ph/0503171 Phenomenology
+hep-ph/0503184 Phenomenology
+hep-ph/0503195 Phenomenology
+hep-ph/0503211 Phenomenology
+hep-ph/0503238 Phenomenology
+hep-ph/0503250 Phenomenology
+hep-ph/0503260 Phenomenology
+hep-ph/0503263 Phenomenology
+hep-ph/0503270 Phenomenology
+hep-ph/0503273 Phenomenology
+hep-ph/0503283 Phenomenology
+hep-ph/0503285 Phenomenology
+hep-ph/0503292 Phenomenology
+hep-ph/0503294 Phenomenology
+hep-ph/0503298 Phenomenology
+hep-ph/0504013 Phenomenology
+hep-ph/0504015 Phenomenology
+hep-ph/0504021 Phenomenology
+hep-ph/0504033 Phenomenology
+hep-ph/0504043 Phenomenology
+hep-ph/0504059 Phenomenology
+hep-ph/0504087 Phenomenology
+hep-ph/0504088 Phenomenology
+hep-ph/0504098 Phenomenology
+hep-ph/0504099 Phenomenology
+hep-ph/0504100 Phenomenology
+hep-ph/0504106 Phenomenology
+hep-ph/0504114 Phenomenology
+hep-ph/0504157 Phenomenology
+hep-ph/0504167 Phenomenology
+hep-ph/0504182 Phenomenology
+hep-ph/0504187 Phenomenology
+hep-ph/0504189 Phenomenology
+hep-ph/0504194 Phenomenology
+hep-ph/0504197 Phenomenology
+hep-ph/0504200 Phenomenology
+hep-ph/0504202 Phenomenology
+hep-ph/0504214 Phenomenology
+hep-ph/0504215 Phenomenology
+hep-ph/0504235 Phenomenology
+hep-ph/0504242 Phenomenology
+hep-ph/0504247 Phenomenology
+hep-ph/0504259 Phenomenology
+hep-ph/0504262 Phenomenology
+hep-ph/0504276 Phenomenology
+hep-ph/0505002 Phenomenology
+hep-ph/0505010 Phenomenology
+hep-ph/0505034 Phenomenology
+hep-ph/0505035 Phenomenology
+hep-ph/0505058 Phenomenology
+hep-ph/0505069 Phenomenology
+hep-ph/0505076 Phenomenology
+hep-ph/0505083 Phenomenology
+hep-ph/0505088 Phenomenology
+hep-ph/0505096 Phenomenology
+hep-ph/0505100 Phenomenology
+hep-ph/0505101 Phenomenology
+hep-ph/0505112 Phenomenology
+hep-ph/0505113 Phenomenology
+hep-ph/0505128 Phenomenology
+hep-ph/0505195 Phenomenology
+hep-ph/0505202 Phenomenology
+hep-ph/0505205 Phenomenology
+hep-ph/0505206 Phenomenology
+hep-ph/0505212 Phenomenology
+hep-ph/0505215 Phenomenology
+hep-ph/0505226 Phenomenology
+hep-ph/0505236 Phenomenology
+hep-ph/0505237 Phenomenology
+hep-ph/0505247 Phenomenology
+hep-ph/0505253 Phenomenology
+hep-ph/0505261 Phenomenology
+hep-ph/0506009 Phenomenology
+hep-ph/0506022 Phenomenology
+hep-ph/0506046 Phenomenology
+hep-ph/0506049 Phenomenology
+hep-ph/0506051 Phenomenology
+hep-ph/0506053 Phenomenology
+hep-ph/0506054 Phenomenology
+hep-ph/0506061 Phenomenology
+hep-ph/0506064 Phenomenology
+hep-ph/0506070 Phenomenology
+hep-ph/0506087 Phenomenology
+hep-ph/0506095 Phenomenology
+hep-ph/0506110 Phenomenology
+hep-ph/0506114 Phenomenology
+hep-ph/0506120 Phenomenology
+hep-ph/0506125 Phenomenology
+hep-ph/0506133 Phenomenology
+hep-ph/0506134 Phenomenology
+hep-ph/0506138 Phenomenology
+hep-ph/0506141 Phenomenology
+hep-ph/0506154 Phenomenology
+hep-ph/0506165 Phenomenology
+hep-ph/0506230 Phenomenology
+hep-ph/0506234 Phenomenology
+hep-ph/0506237 Phenomenology
+hep-ph/0506242 Phenomenology
+hep-ph/0506260 Phenomenology
+hep-ph/0506261 Phenomenology
+hep-ph/0506265 Phenomenology
+hep-ph/0506270 Phenomenology
+hep-ph/0506275 Phenomenology
+hep-ph/0506277 Phenomenology
+hep-ph/0506286 Phenomenology
+hep-ph/0506295 Phenomenology
+hep-ph/0506296 Phenomenology
+hep-ph/0506305 Phenomenology
+hep-ph/0506309 Phenomenology
+hep-ph/0506314 Phenomenology
+hep-ph/0506325 Phenomenology
+hep-ph/0507013 Phenomenology
+hep-ph/0507025 Phenomenology
+hep-ph/0507027 Phenomenology
+hep-ph/0507035 Phenomenology
+hep-ph/0507049 Phenomenology
+hep-ph/0507050 Phenomenology
+hep-ph/0507062 Phenomenology
+hep-ph/0507066 Phenomenology
+hep-ph/0507069 Phenomenology
+hep-ph/0507078 Phenomenology
+hep-ph/0507079 Phenomenology
+hep-ph/0507119 Phenomenology
+hep-ph/0507121 Phenomenology
+hep-ph/0507139 Phenomenology
+hep-ph/0507150 Phenomenology
+hep-ph/0507155 Phenomenology
+hep-ph/0507159 Phenomenology
+hep-ph/0507163 Phenomenology
+hep-ph/0507167 Phenomenology
+hep-ph/0507177 Phenomenology
+hep-ph/0507191 Phenomenology
+hep-ph/0507198 Phenomenology
+hep-ph/0507206 Phenomenology
+hep-ph/0507218 Phenomenology
+hep-ph/0507230 Phenomenology
+hep-ph/0507245 Phenomenology
+hep-ph/0507250 Phenomenology
+hep-ph/0507251 Phenomenology
+hep-ph/0507263 Phenomenology
+hep-ph/0507270 Phenomenology
+hep-ph/0507274 Phenomenology
+hep-ph/0507276 Phenomenology
+hep-ph/0507283 Phenomenology
+hep-ph/0507296 Phenomenology
+hep-ph/0507299 Phenomenology
+hep-ph/0507303 Phenomenology
+hep-ph/0507310 Phenomenology
+hep-ph/0507312 Phenomenology
+hep-ph/0507314 Phenomenology
+hep-ph/0507317 Phenomenology
+hep-ph/0507329 Phenomenology
+hep-ph/0507332 Phenomenology
+hep-ph/0508013 Phenomenology
+hep-ph/0508018 Phenomenology
+hep-ph/0508029 Phenomenology
+hep-ph/0508041 Phenomenology
+hep-ph/0508068 Phenomenology
+hep-ph/0508070 Phenomenology
+hep-ph/0508073 Phenomenology
+hep-ph/0508078 Phenomenology
+hep-ph/0508084 Phenomenology
+hep-ph/0508086 Phenomenology
+hep-ph/0508090 Phenomenology
+hep-ph/0508094 Phenomenology
+hep-ph/0508104 Phenomenology
+hep-ph/0508107 Phenomenology
+hep-ph/0508114 Phenomenology
+hep-ph/0508115 Phenomenology
+hep-ph/0508123 Phenomenology
+hep-ph/0508127 Phenomenology
+hep-ph/0508142 Phenomenology
+hep-ph/0508152 Phenomenology
+hep-ph/0508158 Phenomenology
+hep-ph/0508175 Phenomenology
+hep-ph/0508180 Phenomenology
+hep-ph/0508184 Phenomenology
+hep-ph/0508190 Phenomenology
+hep-ph/0508198 Phenomenology
+hep-ph/0508207 Phenomenology
+hep-ph/0508210 Phenomenology
+hep-ph/0508218 Phenomenology
+hep-ph/0508227 Phenomenology
+hep-ph/0508230 Phenomenology
+hep-ph/0508239 Phenomenology
+hep-ph/0508249 Phenomenology
+hep-ph/0508251 Phenomenology
+hep-ph/0508258 Phenomenology
+hep-ph/0508278 Phenomenology
+hep-ph/0508284 Phenomenology
+hep-ph/0508288 Phenomenology
+hep-ph/0508290 Phenomenology
+hep-ph/0508296 Phenomenology
+hep-ph/0508308 Phenomenology
+hep-ph/0508309 Phenomenology
+hep-ph/0508311 Phenomenology
+hep-ph/0509015 Phenomenology
+hep-ph/0509017 Phenomenology
+hep-ph/0509024 Phenomenology
+hep-ph/0509026 Phenomenology
+hep-ph/0509030 Phenomenology
+hep-ph/0509036 Phenomenology
+hep-ph/0509040 Phenomenology
+hep-ph/0509050 Phenomenology
+hep-ph/0509054 Phenomenology
+hep-ph/0509056 Phenomenology
+hep-ph/0509073 Phenomenology
+hep-ph/0509074 Phenomenology
+hep-ph/0509095 Phenomenology
+hep-ph/0509098 Phenomenology
+hep-ph/0509101 Phenomenology
+hep-ph/0509110 Phenomenology
+hep-ph/0509113 Phenomenology
+hep-ph/0509122 Phenomenology
+hep-ph/0509127 Phenomenology
+hep-ph/0509140 Phenomenology
+hep-ph/0509141 Phenomenology
+hep-ph/0509145 Phenomenology
+hep-ph/0509146 Phenomenology
+hep-ph/0509151 Phenomenology
+hep-ph/0509172 Phenomenology
+hep-ph/0509176 Phenomenology
+hep-ph/0509192 Phenomenology
+hep-ph/0509195 Phenomenology
+hep-ph/0509204 Phenomenology
+hep-ph/0509209 Phenomenology
+hep-ph/0509215 Phenomenology
+hep-ph/0509216 Phenomenology
+hep-ph/0509224 Phenomenology
+hep-ph/0509233 Phenomenology
+hep-ph/0509241 Phenomenology
+hep-ph/0509247 Phenomenology
+hep-ph/0509254 Phenomenology
+hep-ph/0509257 Phenomenology
+hep-ph/0509270 Phenomenology
+hep-ph/0509271 Phenomenology
+hep-ph/0509277 Phenomenology
+hep-ph/0509299 Phenomenology
+hep-ph/0509315 Phenomenology
+hep-ph/0509320 Phenomenology
+hep-ph/0509338 Phenomenology
+hep-ph/0509351 Phenomenology
+hep-ph/0509355 Phenomenology
+hep-ph/0509372 Phenomenology
+hep-ph/0510001 Phenomenology
+hep-ph/0510013 Phenomenology
+hep-ph/0510016 Phenomenology
+hep-ph/0510022 Phenomenology
+hep-ph/0510028 Phenomenology
+hep-ph/0510039 Phenomenology
+hep-ph/0510054 Phenomenology
+hep-ph/0510060 Phenomenology
+hep-ph/0510066 Phenomenology
+hep-ph/0510085 Phenomenology
+hep-ph/0510087 Phenomenology
+hep-ph/0510093 Phenomenology
+hep-ph/0510108 Phenomenology
+hep-ph/0510109 Phenomenology
+hep-ph/0510135 Phenomenology
+hep-ph/0510141 Phenomenology
+hep-ph/0510143 Phenomenology
+hep-ph/0510144 Phenomenology
+hep-ph/0510147 Phenomenology
+hep-ph/0510153 Phenomenology
+hep-ph/0510156 Phenomenology
+hep-ph/0510172 Phenomenology
+hep-ph/0510180 Phenomenology
+hep-ph/0510182 Phenomenology
+hep-ph/0510185 Phenomenology
+hep-ph/0510192 Phenomenology
+hep-ph/0510199 Phenomenology
+hep-ph/0510203 Phenomenology
+hep-ph/0510213 Phenomenology
+hep-ph/0510214 Phenomenology
+hep-ph/0510219 Phenomenology
+hep-ph/0510224 Phenomenology
+hep-ph/0510228 Phenomenology
+hep-ph/0510232 Phenomenology
+hep-ph/0510233 Phenomenology
+hep-ph/0510234 Phenomenology
+hep-ph/0510241 Phenomenology
+hep-ph/0510246 Phenomenology
+hep-ph/0510249 Phenomenology
+hep-ph/0510266 Phenomenology
+hep-ph/0510277 Phenomenology
+hep-ph/0510307 Phenomenology
+hep-ph/0510315 Phenomenology
+hep-ph/0510322 Phenomenology
+hep-ph/0510325 Phenomenology
+hep-ph/0510335 Phenomenology
+hep-ph/0510338 Phenomenology
+hep-ph/0510339 Phenomenology
+hep-ph/0510349 Phenomenology
+hep-ph/0510352 Phenomenology
+hep-ph/0510354 Phenomenology
+hep-ph/0510358 Phenomenology
+hep-ph/0510364 Phenomenology
+hep-ph/0510376 Phenomenology
+hep-ph/0510379 Phenomenology
+hep-ph/0510382 Phenomenology
+hep-ph/0510386 Phenomenology
+hep-ph/0510387 Phenomenology
+hep-ph/0510395 Phenomenology
+hep-ph/0510399 Phenomenology
+hep-ph/0510409 Phenomenology
+hep-ph/0510410 Phenomenology
+hep-ph/0511005 Phenomenology
+hep-ph/0511016 Phenomenology
+hep-ph/0511020 Phenomenology
+hep-ph/0511024 Phenomenology
+hep-ph/0511027 Phenomenology
+hep-ph/0511035 Phenomenology
+hep-ph/0511036 Phenomenology
+hep-ph/0511054 Phenomenology
+hep-ph/0511058 Phenomenology
+hep-ph/0511061 Phenomenology
+hep-ph/0511062 Phenomenology
+hep-ph/0511066 Phenomenology
+hep-ph/0511067 Phenomenology
+hep-ph/0511076 Phenomenology
+hep-ph/0511088 Phenomenology
+hep-ph/0511090 Phenomenology
+hep-ph/0511107 Phenomenology
+hep-ph/0511116 Phenomenology
+hep-ph/0511124 Phenomenology
+hep-ph/0511147 Phenomenology
+hep-ph/0511150 Phenomenology
+hep-ph/0511154 Phenomenology
+hep-ph/0511158 Phenomenology
+hep-ph/0511160 Phenomenology
+hep-ph/0511161 Phenomenology
+hep-ph/0511167 Phenomenology
+hep-ph/0511169 Phenomenology
+hep-ph/0511186 Phenomenology
+hep-ph/0511189 Phenomenology
+hep-ph/0511200 Phenomenology
+hep-ph/0511204 Phenomenology
+hep-ph/0511211 Phenomenology
+hep-ph/0511218 Phenomenology
+hep-ph/0511220 Phenomenology
+hep-ph/0511223 Phenomenology
+hep-ph/0511230 Phenomenology
+hep-ph/0511234 Phenomenology
+hep-ph/0511237 Phenomenology
+hep-ph/0511240 Phenomenology
+hep-ph/0511241 Phenomenology
+hep-ph/0511245 Phenomenology
+hep-ph/0511255 Phenomenology
+hep-ph/0511269 Phenomenology
+hep-ph/0511271 Phenomenology
+hep-ph/0511272 Phenomenology
+hep-ph/0511280 Phenomenology
+hep-ph/0511287 Phenomenology
+hep-ph/0511289 Phenomenology
+hep-ph/0511290 Phenomenology
+hep-ph/0511298 Phenomenology
+hep-ph/0511302 Phenomenology
+hep-ph/0511303 Phenomenology
+hep-ph/0511305 Phenomenology
+hep-ph/0511310 Phenomenology
+hep-ph/0511328 Phenomenology
+hep-ph/0511330 Phenomenology
+hep-ph/0511334 Phenomenology
+hep-ph/0511339 Phenomenology
+hep-ph/0511347 Phenomenology
+hep-ph/0511349 Phenomenology
+hep-ph/0511350 Phenomenology
+hep-ph/0512001 Phenomenology
+hep-ph/0512002 Phenomenology
+hep-ph/0512011 Phenomenology
+hep-ph/0512015 Phenomenology
+hep-ph/0512041 Phenomenology
+hep-ph/0512043 Phenomenology
+hep-ph/0512048 Phenomenology
+hep-ph/0512060 Phenomenology
+hep-ph/0512068 Phenomenology
+hep-ph/0512074 Phenomenology
+hep-ph/0512085 Phenomenology
+hep-ph/0512086 Phenomenology
+hep-ph/0512091 Phenomenology
+hep-ph/0512093 Phenomenology
+hep-ph/0512100 Phenomenology
+hep-ph/0512103 Phenomenology
+hep-ph/0512105 Phenomenology
+hep-ph/0512106 Phenomenology
+hep-ph/0512108 Phenomenology
+hep-ph/0512115 Phenomenology
+hep-ph/0512117 Phenomenology
+hep-ph/0512119 Phenomenology
+hep-ph/0512122 Phenomenology
+hep-ph/0512125 Phenomenology
+hep-ph/0512127 Phenomenology
+hep-ph/0512128 Phenomenology
+hep-ph/0512131 Phenomenology
+hep-ph/0512134 Phenomenology
+hep-ph/0512139 Phenomenology
+hep-ph/0512145 Phenomenology
+hep-ph/0512147 Phenomenology
+hep-ph/0512148 Phenomenology
+hep-ph/0512150 Phenomenology
+hep-ph/0512151 Phenomenology
+hep-ph/0512157 Phenomenology
+hep-ph/0512160 Phenomenology
+hep-ph/0512175 Phenomenology
+hep-ph/0512182 Phenomenology
+hep-ph/0512186 Phenomenology
+hep-ph/0512193 Phenomenology
+hep-ph/0512196 Phenomenology
+hep-ph/0512197 Phenomenology
+hep-ph/0512205 Phenomenology
+hep-ph/0512206 Phenomenology
+hep-ph/0512210 Phenomenology
+hep-ph/0512212 Phenomenology
+hep-ph/0512214 Phenomenology
+hep-ph/0512221 Phenomenology
+hep-ph/0512235 Phenomenology
+hep-ph/0512239 Phenomenology
+hep-ph/0512244 Phenomenology
+hep-ph/0512246 Phenomenology
+hep-ph/0512249 Phenomenology
+hep-ph/0512252 Phenomenology
+hep-ph/0512256 Phenomenology
+hep-ph/0512258 Phenomenology
+hep-ph/0512260 Phenomenology
+hep-ph/0512261 Phenomenology
+hep-ph/0512262 Phenomenology
+hep-ph/0512268 Phenomenology
+hep-ph/0512284 Phenomenology
+hep-ph/0512286 Phenomenology
+hep-ph/0512293 Phenomenology
+hep-ph/0512295 Phenomenology
+hep-ph/0512302 Phenomenology
+hep-ph/0512310 Phenomenology
+hep-ph/0512317 Phenomenology
+hep-ph/0512325 Phenomenology
+hep-ph/0512327 Phenomenology
+hep-ph/0512335 Phenomenology
+hep-ph/0512346 Phenomenology
+hep-ph/0512347 Phenomenology
+hep-ph/0512348 Phenomenology
+hep-ph/0512350 Phenomenology
+hep-ph/0512351 Phenomenology
+hep-ph/0512353 Phenomenology
+hep-ph/0512356 Phenomenology
+hep-ph/0512364 Phenomenology
+hep-ph/0512367 Phenomenology
+hep-ph/0512372 Phenomenology
+hep-ph/0601002 Phenomenology
+hep-ph/0601003 Phenomenology
+hep-ph/0601004 Phenomenology
+hep-ph/0601007 Phenomenology
+hep-ph/0601009 Phenomenology
+hep-ph/0601028 Phenomenology
+hep-ph/0601032 Phenomenology
+hep-ph/0601037 Phenomenology
+hep-ph/0601042 Phenomenology
+hep-ph/0601046 Phenomenology
+hep-ph/0601048 Phenomenology
+hep-ph/0601058 Phenomenology
+hep-ph/0601063 Phenomenology
+hep-ph/0601064 Phenomenology
+hep-ph/0601067 Phenomenology
+hep-ph/0601072 Phenomenology
+hep-ph/0601073 Phenomenology
+hep-ph/0601078 Phenomenology
+hep-ph/0601082 Phenomenology
+hep-ph/0601085 Phenomenology
+hep-ph/0601091 Phenomenology
+hep-ph/0601109 Phenomenology
+hep-ph/0601110 Phenomenology
+hep-ph/0601112 Phenomenology
+hep-ph/0601115 Phenomenology
+hep-ph/0601120 Phenomenology
+hep-ph/0601122 Phenomenology
+hep-ph/0601124 Phenomenology
+hep-ph/0601127 Phenomenology
+hep-ph/0601128 Phenomenology
+hep-ph/0601129 Phenomenology
+hep-ph/0601131 Phenomenology
+hep-ph/0601132 Phenomenology
+hep-ph/0601133 Phenomenology
+hep-ph/0601136 Phenomenology
+hep-ph/0601144 Phenomenology
+hep-ph/0601145 Phenomenology
+hep-ph/0601147 Phenomenology
+hep-ph/0601150 Phenomenology
+hep-ph/0601155 Phenomenology
+hep-ph/0601158 Phenomenology
+hep-ph/0601160 Phenomenology
+hep-ph/0601161 Phenomenology
+hep-ph/0601162 Phenomenology
+hep-ph/0601165 Phenomenology
+hep-ph/0601175 Phenomenology
+hep-ph/0601177 Phenomenology
+hep-ph/0601180 Phenomenology
+hep-ph/0601185 Phenomenology
+hep-ph/0601186 Phenomenology
+hep-ph/0601193 Phenomenology
+hep-ph/0601195 Phenomenology
+hep-ph/0601198 Phenomenology
+hep-ph/0601199 Phenomenology
+hep-ph/0601200 Phenomenology
+hep-ph/0601201 Phenomenology
+hep-ph/0601202 Phenomenology
+hep-ph/0601203 Phenomenology
+hep-ph/0601206 Phenomenology
+hep-ph/0601209 Phenomenology
+hep-ph/0601211 Phenomenology
+hep-ph/0601215 Phenomenology
+hep-ph/0601217 Phenomenology
+hep-ph/0601218 Phenomenology
+hep-ph/0601223 Phenomenology
+hep-ph/0601234 Phenomenology
+hep-ph/0601239 Phenomenology
+hep-ph/0601240 Phenomenology
+hep-ph/0601245 Phenomenology
+hep-ph/0601247 Phenomenology
+hep-ph/0601249 Phenomenology
+hep-ph/0601250 Phenomenology
+hep-ph/0601252 Phenomenology
+hep-ph/0601253 Phenomenology
+hep-ph/0601272 Phenomenology
+hep-ph/0602002 Phenomenology
+hep-ph/0602008 Phenomenology
+hep-ph/0602017 Phenomenology
+hep-ph/0602023 Phenomenology
+hep-ph/0602025 Phenomenology
+hep-ph/0602026 Phenomenology
+hep-ph/0602041 Phenomenology
+hep-ph/0602042 Phenomenology
+hep-ph/0602047 Phenomenology
+hep-ph/0602050 Phenomenology
+hep-ph/0602058 Phenomenology
+hep-ph/0602061 Phenomenology
+hep-ph/0602063 Phenomenology
+hep-ph/0602071 Phenomenology
+hep-ph/0602072 Phenomenology
+hep-ph/0602075 Phenomenology
+hep-ph/0602077 Phenomenology
+hep-ph/0602080 Phenomenology
+hep-ph/0602091 Phenomenology
+hep-ph/0602093 Phenomenology
+hep-ph/0602095 Phenomenology
+hep-ph/0602103 Phenomenology
+hep-ph/0602106 Phenomenology
+hep-ph/0602112 Phenomenology
+hep-ph/0602120 Phenomenology
+hep-ph/0602123 Phenomenology
+hep-ph/0602129 Phenomenology
+hep-ph/0602135 Phenomenology
+hep-ph/0602138 Phenomenology
+hep-ph/0602142 Phenomenology
+hep-ph/0602150 Phenomenology
+hep-ph/0602156 Phenomenology
+hep-ph/0602157 Phenomenology
+hep-ph/0602158 Phenomenology
+hep-ph/0602162 Phenomenology
+hep-ph/0602164 Phenomenology
+hep-ph/0602167 Phenomenology
+hep-ph/0602169 Phenomenology
+hep-ph/0602175 Phenomenology
+hep-ph/0602179 Phenomenology
+hep-ph/0602182 Phenomenology
+hep-ph/0602186 Phenomenology
+hep-ph/0602187 Phenomenology
+hep-ph/0602188 Phenomenology
+hep-ph/0602191 Phenomenology
+hep-ph/0602193 Phenomenology
+hep-ph/0602194 Phenomenology
+hep-ph/0602195 Phenomenology
+hep-ph/0602196 Phenomenology
+hep-ph/0602200 Phenomenology
+hep-ph/0602207 Phenomenology
+hep-ph/0602210 Phenomenology
+hep-ph/0602213 Phenomenology
+hep-ph/0602214 Phenomenology
+hep-ph/0602216 Phenomenology
+hep-ph/0602224 Phenomenology
+hep-ph/0602229 Phenomenology
+hep-ph/0602232 Phenomenology
+hep-ph/0602235 Phenomenology
+hep-ph/0602238 Phenomenology
+hep-ph/0602239 Phenomenology
+hep-ph/0602240 Phenomenology
+hep-ph/0602241 Phenomenology
+hep-ph/0602246 Phenomenology
+hep-ph/0602248 Phenomenology
+hep-ph/0602249 Phenomenology
+hep-ph/0602250 Phenomenology
+hep-ph/0603007 Phenomenology
+hep-ph/0603010 Phenomenology
+hep-ph/0603013 Phenomenology
+hep-ph/0603027 Phenomenology
+hep-ph/0603030 Phenomenology
+hep-ph/0603036 Phenomenology
+hep-ph/0603037 Phenomenology
+hep-ph/0603039 Phenomenology
+hep-ph/0603041 Phenomenology
+hep-ph/0603050 Phenomenology
+hep-ph/0603054 Phenomenology
+hep-ph/0603062 Phenomenology
+hep-ph/0603065 Phenomenology
+hep-ph/0603067 Phenomenology
+hep-ph/0603070 Phenomenology
+hep-ph/0603072 Phenomenology
+hep-ph/0603073 Phenomenology
+hep-ph/0603074 Phenomenology
+hep-ph/0603078 Phenomenology
+hep-ph/0603083 Phenomenology
+hep-ph/0603087 Phenomenology
+hep-ph/0603092 Phenomenology
+hep-ph/0603093 Phenomenology
+hep-ph/0603094 Phenomenology
+hep-ph/0603096 Phenomenology
+hep-ph/0603098 Phenomenology
+hep-ph/0603099 Phenomenology
+hep-ph/0603101 Phenomenology
+hep-ph/0603106 Phenomenology
+hep-ph/0603108 Phenomenology
+hep-ph/0603109 Phenomenology
+hep-ph/0603118 Phenomenology
+hep-ph/0603120 Phenomenology
+hep-ph/0603122 Phenomenology
+hep-ph/0603128 Phenomenology
+hep-ph/0603134 Phenomenology
+hep-ph/0603138 Phenomenology
+hep-ph/0603143 Phenomenology
+hep-ph/0603144 Phenomenology
+hep-ph/0603154 Phenomenology
+hep-ph/0603164 Phenomenology
+hep-ph/0603171 Phenomenology
+hep-ph/0603178 Phenomenology
+hep-ph/0603180 Phenomenology
+hep-ph/0603182 Phenomenology
+hep-ph/0603184 Phenomenology
+hep-ph/0603185 Phenomenology
+hep-ph/0603186 Phenomenology
+hep-ph/0603188 Phenomenology
+hep-ph/0603189 Phenomenology
+hep-ph/0603190 Phenomenology
+hep-ph/0603192 Phenomenology
+hep-ph/0603194 Phenomenology
+hep-ph/0603198 Phenomenology
+hep-ph/0603206 Phenomenology
+hep-ph/0603207 Phenomenology
+hep-ph/0603213 Phenomenology
+hep-ph/0603215 Phenomenology
+hep-ph/0603221 Phenomenology
+hep-ph/0603222 Phenomenology
+hep-ph/0603224 Phenomenology
+hep-ph/0603228 Phenomenology
+hep-ph/0603234 Phenomenology
+hep-ph/0603236 Phenomenology
+hep-ph/0603238 Phenomenology
+hep-ph/0603243 Phenomenology
+hep-ph/0603244 Phenomenology
+hep-ph/0603245 Phenomenology
+hep-ph/0603250 Phenomenology
+hep-ph/0603252 Phenomenology
+hep-ph/0603253 Phenomenology
+hep-ph/0603256 Phenomenology
+hep-ph/0603261 Phenomenology
+hep-ph/0603262 Phenomenology
+hep-ph/0603267 Phenomenology
+hep-ph/0604002 Phenomenology
+hep-ph/0604003 Phenomenology
+hep-ph/0604007 Phenomenology
+hep-ph/0604011 Phenomenology
+hep-ph/0604018 Phenomenology
+hep-ph/0604019 Phenomenology
+hep-ph/0604022 Phenomenology
+hep-ph/0604023 Phenomenology
+hep-ph/0604025 Phenomenology
+hep-ph/0604028 Phenomenology
+hep-ph/0604031 Phenomenology
+hep-ph/0604034 Phenomenology
+hep-ph/0604038 Phenomenology
+hep-ph/0604039 Phenomenology
+hep-ph/0604042 Phenomenology
+hep-ph/0604043 Phenomenology
+hep-ph/0604053 Phenomenology
+hep-ph/0604054 Phenomenology
+hep-ph/0604064 Phenomenology
+hep-ph/0604065 Phenomenology
+hep-ph/0604071 Phenomenology
+hep-ph/0604076 Phenomenology
+hep-ph/0604078 Phenomenology
+hep-ph/0604082 Phenomenology
+hep-ph/0604084 Phenomenology
+hep-ph/0604087 Phenomenology
+hep-ph/0604102 Phenomenology
+hep-ph/0604103 Phenomenology
+hep-ph/0604104 Phenomenology
+hep-ph/0604111 Phenomenology
+hep-ph/0604116 Phenomenology
+hep-ph/0604117 Phenomenology
+hep-ph/0604118 Phenomenology
+hep-ph/0604119 Phenomenology
+hep-ph/0604121 Phenomenology
+hep-ph/0604128 Phenomenology
+hep-ph/0604130 Phenomenology
+hep-ph/0604135 Phenomenology
+hep-ph/0604138 Phenomenology
+hep-ph/0604139 Phenomenology
+hep-ph/0604141 Phenomenology
+hep-ph/0604143 Phenomenology
+hep-ph/0604144 Phenomenology
+hep-ph/0604149 Phenomenology
+hep-ph/0604154 Phenomenology
+hep-ph/0604161 Phenomenology
+hep-ph/0604162 Phenomenology
+hep-ph/0604166 Phenomenology
+hep-ph/0604167 Phenomenology
+hep-ph/0604178 Phenomenology
+hep-ph/0604179 Phenomenology
+hep-ph/0604183 Phenomenology
+hep-ph/0604187 Phenomenology
+hep-ph/0604195 Phenomenology
+hep-ph/0604196 Phenomenology
+hep-ph/0604197 Phenomenology
+hep-ph/0604198 Phenomenology
+hep-ph/0604199 Phenomenology
+hep-ph/0604200 Phenomenology
+hep-ph/0604202 Phenomenology
+hep-ph/0604203 Phenomenology
+hep-ph/0604207 Phenomenology
+hep-ph/0604208 Phenomenology
+hep-ph/0604214 Phenomenology
+hep-ph/0604223 Phenomenology
+hep-ph/0604225 Phenomenology
+hep-ph/0604227 Phenomenology
+hep-ph/0604232 Phenomenology
+hep-ph/0604233 Phenomenology
+hep-ph/0604238 Phenomenology
+hep-ph/0604239 Phenomenology
+hep-ph/0604249 Phenomenology
+hep-ph/0604252 Phenomenology
+hep-ph/0604255 Phenomenology
+hep-ph/0604258 Phenomenology
+hep-ph/0604261 Phenomenology
+hep-ph/0604262 Phenomenology
+hep-ph/0604264 Phenomenology
+hep-ph/0604266 Phenomenology
+hep-ph/0604271 Phenomenology
+hep-ph/0604273 Phenomenology
+hep-ph/0604274 Phenomenology
+hep-ph/0605001 Phenomenology
+hep-ph/0605002 Phenomenology
+hep-ph/0605008 Phenomenology
+hep-ph/0605012 Phenomenology
+hep-ph/0605015 Phenomenology
+hep-ph/0605019 Phenomenology
+hep-ph/0605021 Phenomenology
+hep-ph/0605023 Phenomenology
+hep-ph/0605031 Phenomenology
+hep-ph/0605035 Phenomenology
+hep-ph/0605037 Phenomenology
+hep-ph/0605038 Phenomenology
+hep-ph/0605039 Phenomenology
+hep-ph/0605041 Phenomenology
+hep-ph/0605047 Phenomenology
+hep-ph/0605050 Phenomenology
+hep-ph/0605053 Phenomenology
+hep-ph/0605055 Phenomenology
+hep-ph/0605056 Phenomenology
+hep-ph/0605062 Phenomenology
+hep-ph/0605063 Phenomenology
+hep-ph/0605064 Phenomenology
+hep-ph/0605068 Phenomenology
+hep-ph/0605073 Phenomenology
+hep-ph/0605074 Phenomenology
+hep-ph/0605075 Phenomenology
+hep-ph/0605076 Phenomenology
+hep-ph/0605078 Phenomenology
+hep-ph/0605081 Phenomenology
+hep-ph/0605084 Phenomenology
+hep-ph/0605087 Phenomenology
+hep-ph/0605088 Phenomenology
+hep-ph/0605095 Phenomenology
+hep-ph/0605096 Phenomenology
+hep-ph/0605099 Phenomenology
+hep-ph/0605105 Phenomenology
+hep-ph/0605108 Phenomenology
+hep-ph/0605112 Phenomenology
+hep-ph/0605113 Phenomenology
+hep-ph/0605120 Phenomenology
+hep-ph/0605125 Phenomenology
+hep-ph/0605127 Phenomenology
+hep-ph/0605128 Phenomenology
+hep-ph/0605131 Phenomenology
+hep-ph/0605133 Phenomenology
+hep-ph/0605135 Phenomenology
+hep-ph/0605139 Phenomenology
+hep-ph/0605140 Phenomenology
+hep-ph/0605142 Phenomenology
+hep-ph/0605145 Phenomenology
+hep-ph/0605147 Phenomenology
+hep-ph/0605148 Phenomenology
+hep-ph/0605151 Phenomenology
+hep-ph/0605158 Phenomenology
+hep-ph/0605164 Phenomenology
+hep-ph/0605169 Phenomenology
+hep-ph/0605173 Phenomenology
+hep-ph/0605174 Phenomenology
+hep-ph/0605177 Phenomenology
+hep-ph/0605178 Phenomenology
+hep-ph/0605185 Phenomenology
+hep-ph/0605190 Phenomenology
+hep-ph/0605191 Phenomenology
+hep-ph/0605193 Phenomenology
+hep-ph/0605199 Phenomenology
+hep-ph/0605200 Phenomenology
+hep-ph/0605201 Phenomenology
+hep-ph/0605202 Phenomenology
+hep-ph/0605207 Phenomenology
+hep-ph/0605212 Phenomenology
+hep-ph/0605213 Phenomenology
+hep-ph/0605215 Phenomenology
+hep-ph/0605217 Phenomenology
+hep-ph/0605218 Phenomenology
+hep-ph/0605220 Phenomenology
+hep-ph/0605230 Phenomenology
+hep-ph/0605237 Phenomenology
+hep-ph/0605239 Phenomenology
+hep-ph/0605243 Phenomenology
+hep-ph/0605244 Phenomenology
+hep-ph/0605245 Phenomenology
+hep-ph/0605247 Phenomenology
+hep-ph/0605251 Phenomenology
+hep-ph/0605253 Phenomenology
+hep-ph/0605255 Phenomenology
+hep-ph/0605256 Phenomenology
+hep-ph/0605258 Phenomenology
+hep-ph/0605260 Phenomenology
+hep-ph/0605261 Phenomenology
+hep-ph/0605266 Phenomenology
+hep-ph/0605268 Phenomenology
+hep-ph/0605271 Phenomenology
+hep-ph/0605273 Phenomenology
+hep-ph/0605276 Phenomenology
+hep-ph/0605279 Phenomenology
+hep-ph/0605282 Phenomenology
+hep-ph/0605286 Phenomenology
+hep-ph/0605289 Phenomenology
+hep-ph/0605293 Phenomenology
+hep-ph/0605295 Phenomenology
+hep-ph/0605298 Phenomenology
+hep-ph/0605299 Phenomenology
+hep-ph/0605302 Phenomenology
+hep-ph/0605304 Phenomenology
+hep-ph/0605310 Phenomenology
+hep-ph/0605312 Phenomenology
+hep-ph/0605314 Phenomenology
+hep-ph/0605315 Phenomenology
+hep-ph/0605318 Phenomenology
+hep-ph/0605319 Phenomenology
+hep-ph/0605330 Phenomenology
+hep-ph/0605331 Phenomenology
+hep-ph/0605332 Phenomenology
+hep-ph/0605333 Phenomenology
+hep-ph/0605336 Phenomenology
+hep-ph/0605338 Phenomenology
+hep-ph/0605341 Phenomenology
+hep-ph/0606001 Phenomenology
+hep-ph/0606002 Phenomenology
+hep-ph/0606003 Phenomenology
+hep-ph/0606004 Phenomenology
+hep-ph/0606007 Phenomenology
+hep-ph/0606008 Phenomenology
+hep-ph/0606012 Phenomenology
+hep-ph/0606015 Phenomenology
+hep-ph/0606016 Phenomenology
+hep-ph/0606017 Phenomenology
+hep-ph/0606021 Phenomenology
+hep-ph/0606022 Phenomenology
+hep-ph/0606023 Phenomenology
+hep-ph/0606030 Phenomenology
+hep-ph/0606031 Phenomenology
+hep-ph/0606033 Phenomenology
+hep-ph/0606036 Phenomenology
+hep-ph/0606037 Phenomenology
+hep-ph/0606039 Phenomenology
+hep-ph/0606040 Phenomenology
+hep-ph/0606041 Phenomenology
+hep-ph/0606044 Phenomenology
+hep-ph/0606045 Phenomenology
+hep-ph/0606049 Phenomenology
+hep-ph/0606052 Phenomenology
+hep-ph/0606055 Phenomenology
+hep-ph/0606056 Phenomenology
+hep-ph/0606062 Phenomenology
+hep-ph/0606064 Phenomenology
+hep-ph/0606065 Phenomenology
+hep-ph/0606068 Phenomenology
+hep-ph/0606069 Phenomenology
+hep-ph/0606073 Phenomenology
+hep-ph/0606074 Phenomenology
+hep-ph/0606076 Phenomenology
+hep-ph/0606077 Phenomenology
+hep-ph/0606080 Phenomenology
+hep-ph/0606082 Phenomenology
+hep-ph/0606084 Phenomenology
+hep-ph/0606088 Phenomenology
+hep-ph/0606093 Phenomenology
+hep-ph/0606095 Phenomenology
+hep-ph/0606097 Phenomenology
+hep-ph/0606099 Phenomenology
+hep-ph/0606102 Phenomenology
+hep-ph/0606107 Phenomenology
+hep-ph/0606110 Phenomenology
+hep-ph/0606112 Phenomenology
+hep-ph/0606118 Phenomenology
+hep-ph/0606126 Phenomenology
+hep-ph/0606127 Phenomenology
+hep-ph/0606129 Phenomenology
+hep-ph/0606130 Phenomenology
+hep-ph/0606131 Phenomenology
+hep-ph/0606132 Phenomenology
+hep-ph/0606133 Phenomenology
+hep-ph/0606135 Phenomenology
+hep-ph/0606136 Phenomenology
+hep-ph/0606141 Phenomenology
+hep-ph/0606144 Phenomenology
+hep-ph/0606149 Phenomenology
+hep-ph/0606154 Phenomenology
+hep-ph/0606158 Phenomenology
+hep-ph/0606161 Phenomenology
+hep-ph/0606163 Phenomenology
+hep-ph/0606165 Phenomenology
+hep-ph/0606168 Phenomenology
+hep-ph/0606169 Phenomenology
+hep-ph/0606170 Phenomenology
+hep-ph/0606172 Phenomenology
+hep-ph/0606173 Phenomenology
+hep-ph/0606174 Phenomenology
+hep-ph/0606183 Phenomenology
+hep-ph/0606184 Phenomenology
+hep-ph/0606185 Phenomenology
+hep-ph/0606186 Phenomenology
+hep-ph/0606187 Phenomenology
+hep-ph/0606189 Phenomenology
+hep-ph/0606190 Phenomenology
+hep-ph/0606191 Phenomenology
+hep-ph/0606195 Phenomenology
+hep-ph/0606196 Phenomenology
+hep-ph/0606198 Phenomenology
+hep-ph/0606200 Phenomenology
+hep-ph/0606201 Phenomenology
+hep-ph/0606202 Phenomenology
+hep-ph/0606203 Phenomenology
+hep-ph/0606204 Phenomenology
+hep-ph/0606205 Phenomenology
+hep-ph/0606206 Phenomenology
+hep-ph/0606207 Phenomenology
+hep-ph/0606208 Phenomenology
+hep-ph/0606209 Phenomenology
+hep-ph/0606211 Phenomenology
+hep-ph/0606215 Phenomenology
+hep-ph/0606216 Phenomenology
+hep-ph/0606217 Phenomenology
+hep-ph/0606218 Phenomenology
+hep-ph/0606225 Phenomenology
+hep-ph/0606227 Phenomenology
+hep-ph/0606228 Phenomenology
+hep-ph/0606230 Phenomenology
+hep-ph/0606233 Phenomenology
+hep-ph/0606235 Phenomenology
+hep-ph/0606236 Phenomenology
+hep-ph/0606237 Phenomenology
+hep-ph/0606238 Phenomenology
+hep-ph/0606242 Phenomenology
+hep-ph/0606243 Phenomenology
+hep-ph/0606247 Phenomenology
+hep-ph/0606249 Phenomenology
+hep-ph/0606253 Phenomenology
+hep-ph/0606256 Phenomenology
+hep-ph/0606258 Phenomenology
+hep-ph/0606267 Phenomenology
+hep-ph/0606268 Phenomenology
+hep-ph/0606271 Phenomenology
+hep-ph/0606273 Phenomenology
+hep-ph/0606278 Phenomenology
+hep-ph/0606283 Phenomenology
+hep-ph/0606284 Phenomenology
+hep-ph/0606286 Phenomenology
+hep-ph/0606287 Phenomenology
+hep-ph/0606288 Phenomenology
+hep-ph/0606289 Phenomenology
+hep-ph/0606291 Phenomenology
+hep-ph/0606292 Phenomenology
+hep-ph/0606293 Phenomenology
+hep-ph/0606298 Phenomenology
+hep-ph/0606299 Phenomenology
+hep-ph/0606302 Phenomenology
+hep-ph/0606303 Phenomenology
+hep-ph/0606304 Phenomenology
+hep-ph/0606310 Phenomenology
+hep-ph/0606312 Phenomenology
+hep-ph/0606314 Phenomenology
+hep-ph/0606315 Phenomenology
+hep-ph/0606316 Phenomenology
+hep-ph/0606321 Phenomenology
+hep-ph/0607001 Phenomenology
+hep-ph/0607002 Phenomenology
+hep-ph/0607003 Phenomenology
+hep-ph/0607004 Phenomenology
+hep-ph/0607013 Phenomenology
+hep-ph/0607014 Phenomenology
+hep-ph/0607016 Phenomenology
+hep-ph/0607017 Phenomenology
+hep-ph/0607019 Phenomenology
+hep-ph/0607021 Phenomenology
+hep-ph/0607022 Phenomenology
+hep-ph/0607025 Phenomenology
+hep-ph/0607026 Phenomenology
+hep-ph/0607032 Phenomenology
+hep-ph/0607039 Phenomenology
+hep-ph/0607042 Phenomenology
+hep-ph/0607044 Phenomenology
+hep-ph/0607045 Phenomenology
+hep-ph/0607047 Phenomenology
+hep-ph/0607048 Phenomenology
+hep-ph/0607050 Phenomenology
+hep-ph/0607058 Phenomenology
+hep-ph/0607059 Phenomenology
+hep-ph/0607060 Phenomenology
+hep-ph/0607061 Phenomenology
+hep-ph/0607062 Phenomenology
+hep-ph/0607066 Phenomenology
+hep-ph/0607067 Phenomenology
+hep-ph/0607068 Phenomenology
+hep-ph/0607070 Phenomenology
+hep-ph/0607072 Phenomenology
+hep-ph/0607074 Phenomenology
+hep-ph/0607079 Phenomenology
+hep-ph/0607080 Phenomenology
+hep-ph/0607082 Phenomenology
+hep-ph/0607083 Phenomenology
+hep-ph/0607084 Phenomenology
+hep-ph/0607085 Phenomenology
+hep-ph/0607087 Phenomenology
+hep-ph/0607097 Phenomenology
+hep-ph/0607100 Phenomenology
+hep-ph/0607101 Phenomenology
+hep-ph/0607102 Phenomenology
+hep-ph/0607103 Phenomenology
+hep-ph/0607106 Phenomenology
+hep-ph/0607107 Phenomenology
+hep-ph/0607108 Phenomenology
+hep-ph/0607110 Phenomenology
+hep-ph/0607111 Phenomenology
+hep-ph/0607114 Phenomenology
+hep-ph/0607117 Phenomenology
+hep-ph/0607118 Phenomenology
+hep-ph/0607120 Phenomenology
+hep-ph/0607121 Phenomenology
+hep-ph/0607124 Phenomenology
+hep-ph/0607126 Phenomenology
+hep-ph/0607127 Phenomenology
+hep-ph/0607130 Phenomenology
+hep-ph/0607132 Phenomenology
+hep-ph/0607133 Phenomenology
+hep-ph/0607134 Phenomenology
+hep-ph/0607135 Phenomenology
+hep-ph/0607138 Phenomenology
+hep-ph/0607139 Phenomenology
+hep-ph/0607140 Phenomenology
+hep-ph/0607142 Phenomenology
+hep-ph/0607145 Phenomenology
+hep-ph/0607146 Phenomenology
+hep-ph/0607147 Phenomenology
+hep-ph/0607150 Phenomenology
+hep-ph/0607151 Phenomenology
+hep-ph/0607152 Phenomenology
+hep-ph/0607155 Phenomenology
+hep-ph/0607159 Phenomenology
+hep-ph/0607162 Phenomenology
+hep-ph/0607163 Phenomenology
+hep-ph/0607165 Phenomenology
+hep-ph/0607166 Phenomenology
+hep-ph/0607167 Phenomenology
+hep-ph/0607168 Phenomenology
+hep-ph/0607174 Phenomenology
+hep-ph/0607175 Phenomenology
+hep-ph/0607177 Phenomenology
+hep-ph/0607178 Phenomenology
+hep-ph/0607182 Phenomenology
+hep-ph/0607183 Phenomenology
+hep-ph/0607190 Phenomenology
+hep-ph/0607191 Phenomenology
+hep-ph/0607194 Phenomenology
+hep-ph/0607195 Phenomenology
+hep-ph/0607196 Phenomenology
+hep-ph/0607197 Phenomenology
+hep-ph/0607201 Phenomenology
+hep-ph/0607203 Phenomenology
+hep-ph/0607204 Phenomenology
+hep-ph/0607206 Phenomenology
+hep-ph/0607207 Phenomenology
+hep-ph/0607209 Phenomenology
+hep-ph/0607212 Phenomenology
+hep-ph/0607213 Phenomenology
+hep-ph/0607215 Phenomenology
+hep-ph/0607216 Phenomenology
+hep-ph/0607218 Phenomenology
+hep-ph/0607220 Phenomenology
+hep-ph/0607224 Phenomenology
+hep-ph/0607226 Phenomenology
+hep-ph/0607227 Phenomenology
+hep-ph/0607232 Phenomenology
+hep-ph/0607234 Phenomenology
+hep-ph/0607236 Phenomenology
+hep-ph/0607237 Phenomenology
+hep-ph/0607243 Phenomenology
+hep-ph/0607245 Phenomenology
+hep-ph/0607247 Phenomenology
+hep-ph/0607253 Phenomenology
+hep-ph/0607254 Phenomenology
+hep-ph/0607255 Phenomenology
+hep-ph/0607257 Phenomenology
+hep-ph/0607258 Phenomenology
+hep-ph/0607262 Phenomenology
+hep-ph/0607270 Phenomenology
+hep-ph/0607271 Phenomenology
+hep-ph/0607272 Phenomenology
+hep-ph/0607277 Phenomenology
+hep-ph/0607279 Phenomenology
+hep-ph/0607281 Phenomenology
+hep-ph/0607284 Phenomenology
+hep-ph/0607285 Phenomenology
+hep-ph/0607288 Phenomenology
+hep-ph/0607289 Phenomenology
+hep-ph/0607291 Phenomenology
+hep-ph/0607295 Phenomenology
+hep-ph/0607296 Phenomenology
+hep-ph/0607298 Phenomenology
+hep-ph/0607299 Phenomenology
+hep-ph/0607301 Phenomenology
+hep-ph/0607302 Phenomenology
+hep-ph/0607304 Phenomenology
+hep-ph/0607305 Phenomenology
+hep-ph/0607307 Phenomenology
+hep-ph/0607311 Phenomenology
+hep-ph/0607314 Phenomenology
+hep-ph/0607315 Phenomenology
+hep-ph/0607316 Phenomenology
+hep-ph/0607317 Phenomenology
+hep-ph/0607318 Phenomenology
+hep-ph/0607319 Phenomenology
+hep-ph/0607321 Phenomenology
+hep-ph/0607324 Phenomenology
+hep-ph/0607325 Phenomenology
+hep-ph/0607327 Phenomenology
+hep-ph/0607329 Phenomenology
+hep-ph/0607331 Phenomenology
+hep-ph/0607332 Phenomenology
+hep-ph/0607334 Phenomenology
+hep-ph/0607335 Phenomenology
+hep-ph/0607336 Phenomenology
+hep-ph/0607337 Phenomenology
+hep-ph/0607338 Phenomenology
+hep-ph/0607340 Phenomenology
+hep-ph/0607342 Phenomenology
+hep-ph/0607343 Phenomenology
+hep-ph/0607344 Phenomenology
+hep-ph/0607345 Phenomenology
+hep-ph/0607346 Phenomenology
+hep-ph/0608001 Phenomenology
+hep-ph/0608004 Phenomenology
+hep-ph/0608006 Phenomenology
+hep-ph/0608007 Phenomenology
+hep-ph/0608008 Phenomenology
+hep-ph/0608011 Phenomenology
+hep-ph/0608013 Phenomenology
+hep-ph/0608017 Phenomenology
+hep-ph/0608019 Phenomenology
+hep-ph/0608022 Phenomenology
+hep-ph/0608024 Phenomenology
+hep-ph/0608027 Phenomenology
+hep-ph/0608030 Phenomenology
+hep-ph/0608031 Phenomenology
+hep-ph/0608032 Phenomenology
+hep-ph/0608033 Phenomenology
+hep-ph/0608034 Phenomenology
+hep-ph/0608036 Phenomenology
+hep-ph/0608037 Phenomenology
+hep-ph/0608040 Phenomenology
+hep-ph/0608041 Phenomenology
+hep-ph/0608042 Phenomenology
+hep-ph/0608047 Phenomenology
+hep-ph/0608048 Phenomenology
+hep-ph/0608049 Phenomenology
+hep-ph/0608050 Phenomenology
+hep-ph/0608051 Phenomenology
+hep-ph/0608054 Phenomenology
+hep-ph/0608055 Phenomenology
+hep-ph/0608058 Phenomenology
+hep-ph/0608060 Phenomenology
+hep-ph/0608062 Phenomenology
+hep-ph/0608063 Phenomenology
+hep-ph/0608064 Phenomenology
+hep-ph/0608065 Phenomenology
+hep-ph/0608066 Phenomenology
+hep-ph/0608072 Phenomenology
+hep-ph/0608074 Phenomenology
+hep-ph/0608077 Phenomenology
+hep-ph/0608078 Phenomenology
+hep-ph/0608080 Phenomenology
+hep-ph/0608081 Phenomenology
+hep-ph/0608083 Phenomenology
+hep-ph/0608085 Phenomenology
+hep-ph/0608087 Phenomenology
+hep-ph/0608088 Phenomenology
+hep-ph/0608089 Phenomenology
+hep-ph/0608090 Phenomenology
+hep-ph/0608091 Phenomenology
+hep-ph/0608092 Phenomenology
+hep-ph/0608093 Phenomenology
+hep-ph/0608094 Phenomenology
+hep-ph/0608100 Phenomenology
+hep-ph/0608102 Phenomenology
+hep-ph/0608105 Phenomenology
+hep-ph/0608106 Phenomenology
+hep-ph/0608110 Phenomenology
+hep-ph/0608111 Phenomenology
+hep-ph/0608112 Phenomenology
+hep-ph/0608116 Phenomenology
+hep-ph/0608117 Phenomenology
+hep-ph/0608119 Phenomenology
+hep-ph/0608120 Phenomenology
+hep-ph/0608123 Phenomenology
+hep-ph/0608125 Phenomenology
+hep-ph/0608126 Phenomenology
+hep-ph/0608127 Phenomenology
+hep-ph/0608128 Phenomenology
+hep-ph/0608132 Phenomenology
+hep-ph/0608137 Phenomenology
+hep-ph/0608139 Phenomenology
+hep-ph/0608140 Phenomenology
+hep-ph/0608141 Phenomenology
+hep-ph/0608142 Phenomenology
+hep-ph/0608143 Phenomenology
+hep-ph/0608144 Phenomenology
+hep-ph/0608146 Phenomenology
+hep-ph/0608148 Phenomenology
+hep-ph/0608152 Phenomenology
+hep-ph/0608153 Phenomenology
+hep-ph/0608159 Phenomenology
+hep-ph/0608162 Phenomenology
+hep-ph/0608164 Phenomenology
+hep-ph/0608167 Phenomenology
+hep-ph/0608169 Phenomenology
+hep-ph/0608171 Phenomenology
+hep-ph/0608172 Phenomenology
+hep-ph/0608173 Phenomenology
+hep-ph/0608176 Phenomenology
+hep-ph/0608178 Phenomenology
+hep-ph/0608179 Phenomenology
+hep-ph/0608181 Phenomenology
+hep-ph/0608182 Phenomenology
+hep-ph/0608185 Phenomenology
+hep-ph/0608187 Phenomenology
+hep-ph/0608188 Phenomenology
+hep-ph/0608189 Phenomenology
+hep-ph/0608192 Phenomenology
+hep-ph/0608195 Phenomenology
+hep-ph/0608198 Phenomenology
+hep-ph/0608200 Phenomenology
+hep-ph/0608203 Phenomenology
+hep-ph/0608205 Phenomenology
+hep-ph/0608207 Phenomenology
+hep-ph/0608209 Phenomenology
+hep-ph/0608211 Phenomenology
+hep-ph/0608212 Phenomenology
+hep-ph/0608214 Phenomenology
+hep-ph/0608215 Phenomenology
+hep-ph/0608219 Phenomenology
+hep-ph/0608221 Phenomenology
+hep-ph/0608222 Phenomenology
+hep-ph/0608223 Phenomenology
+hep-ph/0608227 Phenomenology
+hep-ph/0608228 Phenomenology
+hep-ph/0608232 Phenomenology
+hep-ph/0608233 Phenomenology
+hep-ph/0608234 Phenomenology
+hep-ph/0608235 Phenomenology
+hep-ph/0608236 Phenomenology
+hep-ph/0608237 Phenomenology
+hep-ph/0608239 Phenomenology
+hep-ph/0608240 Phenomenology
+hep-ph/0608243 Phenomenology
+hep-ph/0608246 Phenomenology
+hep-ph/0608248 Phenomenology
+hep-ph/0608249 Phenomenology
+hep-ph/0608250 Phenomenology
+hep-ph/0608253 Phenomenology
+hep-ph/0608255 Phenomenology
+hep-ph/0608258 Phenomenology
+hep-ph/0608262 Phenomenology
+hep-ph/0608264 Phenomenology
+hep-ph/0608267 Phenomenology
+hep-ph/0608269 Phenomenology
+hep-ph/0608270 Phenomenology
+hep-ph/0608271 Phenomenology
+hep-ph/0608272 Phenomenology
+hep-ph/0608273 Phenomenology
+hep-ph/0608274 Phenomenology
+hep-ph/0608276 Phenomenology
+hep-ph/0608277 Phenomenology
+hep-ph/0608279 Phenomenology
+hep-ph/0608281 Phenomenology
+hep-ph/0608282 Phenomenology
+hep-ph/0608283 Phenomenology
+hep-ph/0608285 Phenomenology
+hep-ph/0608287 Phenomenology
+hep-ph/0608288 Phenomenology
+hep-ph/0608293 Phenomenology
+hep-ph/0608296 Phenomenology
+hep-ph/0608297 Phenomenology
+hep-ph/0608298 Phenomenology
+hep-ph/0608300 Phenomenology
+hep-ph/0608301 Phenomenology
+hep-ph/0608302 Phenomenology
+hep-ph/0608303 Phenomenology
+hep-ph/0608304 Phenomenology
+hep-ph/0608306 Phenomenology
+hep-ph/0608308 Phenomenology
+hep-ph/0608309 Phenomenology
+hep-ph/0608310 Phenomenology
+hep-ph/0608311 Phenomenology
+hep-ph/0608313 Phenomenology
+hep-ph/0608314 Phenomenology
+hep-ph/0608315 Phenomenology
+hep-ph/0608316 Phenomenology
+hep-ph/0608318 Phenomenology
+hep-ph/0608319 Phenomenology
+hep-ph/0608320 Phenomenology
+hep-ph/0608321 Phenomenology
+hep-ph/0608323 Phenomenology
+hep-ph/0608324 Phenomenology
+hep-ph/0608325 Phenomenology
+hep-ph/0608326 Phenomenology
+hep-ph/0608328 Phenomenology
+hep-ph/0608329 Phenomenology
+hep-ph/0608330 Phenomenology
+hep-ph/0608331 Phenomenology
+hep-ph/0608332 Phenomenology
+hep-ph/0608334 Phenomenology
+hep-ph/0608335 Phenomenology
+hep-ph/0608337 Phenomenology
+hep-ph/0608340 Phenomenology
+hep-ph/0608341 Phenomenology
+hep-ph/0608346 Phenomenology
+hep-ph/0609001 Phenomenology
+hep-ph/0609002 Phenomenology
+hep-ph/0609004 Phenomenology
+hep-ph/0609005 Phenomenology
+hep-ph/0609006 Phenomenology
+hep-ph/0609007 Phenomenology
+hep-ph/0609009 Phenomenology
+hep-ph/0609010 Phenomenology
+hep-ph/0609011 Phenomenology
+hep-ph/0609013 Phenomenology
+hep-ph/0609015 Phenomenology
+hep-ph/0609016 Phenomenology
+hep-ph/0609017 Phenomenology
+hep-ph/0609019 Phenomenology
+hep-ph/0609020 Phenomenology
+hep-ph/0609021 Phenomenology
+hep-ph/0609028 Phenomenology
+hep-ph/0609029 Phenomenology
+hep-ph/0609030 Phenomenology
+hep-ph/0609035 Phenomenology
+hep-ph/0609036 Phenomenology
+hep-ph/0609037 Phenomenology
+hep-ph/0609044 Phenomenology
+hep-ph/0609053 Phenomenology
+hep-ph/0609056 Phenomenology
+hep-ph/0609057 Phenomenology
+hep-ph/0609058 Phenomenology
+hep-ph/0609059 Phenomenology
+hep-ph/0609060 Phenomenology
+hep-ph/0609061 Phenomenology
+hep-ph/0609064 Phenomenology
+hep-ph/0609065 Phenomenology
+hep-ph/0609068 Phenomenology
+hep-ph/0609069 Phenomenology
+hep-ph/0609070 Phenomenology
+hep-ph/0609073 Phenomenology
+hep-ph/0609074 Phenomenology
+hep-ph/0609075 Phenomenology
+hep-ph/0609076 Phenomenology
+hep-ph/0609077 Phenomenology
+hep-ph/0609078 Phenomenology
+hep-ph/0609079 Phenomenology
+hep-ph/0609082 Phenomenology
+hep-ph/0609084 Phenomenology
+hep-ph/0609085 Phenomenology
+hep-ph/0609086 Phenomenology
+hep-ph/0609087 Phenomenology
+hep-ph/0609088 Phenomenology
+hep-ph/0609089 Phenomenology
+hep-ph/0609090 Phenomenology
+hep-ph/0609091 Phenomenology
+hep-ph/0609092 Phenomenology
+hep-ph/0609101 Phenomenology
+hep-ph/0609105 Phenomenology
+hep-ph/0609107 Phenomenology
+hep-ph/0609108 Phenomenology
+hep-ph/0609109 Phenomenology
+hep-ph/0609112 Phenomenology
+hep-ph/0609115 Phenomenology
+hep-ph/0609116 Phenomenology
+hep-ph/0609117 Phenomenology
+hep-ph/0609120 Phenomenology
+hep-ph/0609121 Phenomenology
+hep-ph/0609123 Phenomenology
+hep-ph/0609125 Phenomenology
+hep-ph/0609129 Phenomenology
+hep-ph/0609131 Phenomenology
+hep-ph/0609133 Phenomenology
+hep-ph/0609136 Phenomenology
+hep-ph/0609139 Phenomenology
+hep-ph/0609143 Phenomenology
+hep-ph/0609144 Phenomenology
+hep-ph/0609147 Phenomenology
+hep-ph/0609150 Phenomenology
+hep-ph/0609151 Phenomenology
+hep-ph/0609161 Phenomenology
+hep-ph/0609164 Phenomenology
+hep-ph/0609166 Phenomenology
+hep-ph/0609168 Phenomenology
+hep-ph/0609172 Phenomenology
+hep-ph/0609173 Phenomenology
+hep-ph/0609176 Phenomenology
+hep-ph/0609178 Phenomenology
+hep-ph/0609179 Phenomenology
+hep-ph/0609183 Phenomenology
+hep-ph/0609185 Phenomenology
+hep-ph/0609186 Phenomenology
+hep-ph/0609188 Phenomenology
+hep-ph/0609191 Phenomenology
+hep-ph/0609193 Phenomenology
+hep-ph/0609194 Phenomenology
+hep-ph/0609195 Phenomenology
+hep-ph/0609197 Phenomenology
+hep-ph/0609198 Phenomenology
+hep-ph/0609200 Phenomenology
+hep-ph/0609202 Phenomenology
+hep-ph/0609205 Phenomenology
+hep-ph/0609207 Phenomenology
+hep-ph/0609208 Phenomenology
+hep-ph/0609210 Phenomenology
+hep-ph/0609213 Phenomenology
+hep-ph/0609214 Phenomenology
+hep-ph/0609216 Phenomenology
+hep-ph/0609218 Phenomenology
+hep-ph/0609219 Phenomenology
+hep-ph/0609220 Phenomenology
+hep-ph/0609222 Phenomenology
+hep-ph/0609223 Phenomenology
+hep-ph/0609224 Phenomenology
+hep-ph/0609225 Phenomenology
+hep-ph/0609228 Phenomenology
+hep-ph/0609230 Phenomenology
+hep-ph/0609232 Phenomenology
+hep-ph/0609233 Phenomenology
+hep-ph/0609238 Phenomenology
+hep-ph/0609239 Phenomenology
+hep-ph/0609241 Phenomenology
+hep-ph/0609244 Phenomenology
+hep-ph/0609246 Phenomenology
+hep-ph/0609247 Phenomenology
+hep-ph/0609249 Phenomenology
+hep-ph/0609252 Phenomenology
+hep-ph/0609255 Phenomenology
+hep-ph/0609256 Phenomenology
+hep-ph/0609257 Phenomenology
+hep-ph/0609258 Phenomenology
+hep-ph/0609259 Phenomenology
+hep-ph/0609262 Phenomenology
+hep-ph/0609263 Phenomenology
+hep-ph/0609264 Phenomenology
+hep-ph/0609266 Phenomenology
+hep-ph/0609267 Phenomenology
+hep-ph/0609268 Phenomenology
+hep-ph/0609269 Phenomenology
+hep-ph/0609270 Phenomenology
+hep-ph/0609271 Phenomenology
+hep-ph/0609272 Phenomenology
+hep-ph/0609273 Phenomenology
+hep-ph/0609274 Phenomenology
+hep-ph/0609278 Phenomenology
+hep-ph/0609284 Phenomenology
+hep-ph/0609286 Phenomenology
+hep-ph/0609287 Phenomenology
+hep-ph/0609288 Phenomenology
+hep-ph/0609290 Phenomenology
+hep-ph/0609295 Phenomenology
+hep-ph/0609296 Phenomenology
+hep-ph/0609297 Phenomenology
+hep-ph/0609299 Phenomenology
+hep-ph/0609300 Phenomenology
+hep-ph/0609301 Phenomenology
+hep-ph/0609302 Phenomenology
+hep-ph/0609304 Phenomenology
+hep-ph/0609305 Phenomenology
+hep-ph/0609309 Phenomenology
+hep-ph/0609310 Phenomenology
+hep-ph/0609312 Phenomenology
+hep-ph/0610001 Phenomenology
+hep-ph/0610002 Phenomenology
+hep-ph/0610003 Phenomenology
+hep-ph/0610004 Phenomenology
+hep-ph/0610006 Phenomenology
+hep-ph/0610007 Phenomenology
+hep-ph/0610008 Phenomenology
+hep-ph/0610009 Phenomenology
+hep-ph/0610013 Phenomenology
+hep-ph/0610015 Phenomenology
+hep-ph/0610016 Phenomenology
+hep-ph/0610020 Phenomenology
+hep-ph/0610021 Phenomenology
+hep-ph/0610023 Phenomenology
+hep-ph/0610024 Phenomenology
+hep-ph/0610025 Phenomenology
+hep-ph/0610026 Phenomenology
+hep-ph/0610027 Phenomenology
+hep-ph/0610028 Phenomenology
+hep-ph/0610029 Phenomenology
+hep-ph/0610030 Phenomenology
+hep-ph/0610036 Phenomenology
+hep-ph/0610038 Phenomenology
+hep-ph/0610039 Phenomenology
+hep-ph/0610041 Phenomenology
+hep-ph/0610042 Phenomenology
+hep-ph/0610043 Phenomenology
+hep-ph/0610044 Phenomenology
+hep-ph/0610046 Phenomenology
+hep-ph/0610048 Phenomenology
+hep-ph/0610049 Phenomenology
+hep-ph/0610051 Phenomenology
+hep-ph/0610052 Phenomenology
+hep-ph/0610054 Phenomenology
+hep-ph/0610055 Phenomenology
+hep-ph/0610059 Phenomenology
+hep-ph/0610060 Phenomenology
+hep-ph/0610061 Phenomenology
+hep-ph/0610062 Phenomenology
+hep-ph/0610066 Phenomenology
+hep-ph/0610067 Phenomenology
+hep-ph/0610068 Phenomenology
+hep-ph/0610070 Phenomenology
+hep-ph/0610071 Phenomenology
+hep-ph/0610072 Phenomenology
+hep-ph/0610073 Phenomenology
+hep-ph/0610074 Phenomenology
+hep-ph/0610075 Phenomenology
+hep-ph/0610077 Phenomenology
+hep-ph/0610078 Phenomenology
+hep-ph/0610080 Phenomenology
+hep-ph/0610081 Phenomenology
+hep-ph/0610082 Phenomenology
+hep-ph/0610084 Phenomenology
+hep-ph/0610085 Phenomenology
+hep-ph/0610086 Phenomenology
+hep-ph/0610087 Phenomenology
+hep-ph/0610089 Phenomenology
+hep-ph/0610090 Phenomenology
+hep-ph/0610094 Phenomenology
+hep-ph/0610095 Phenomenology
+hep-ph/0610098 Phenomenology
+hep-ph/0610099 Phenomenology
+hep-ph/0610101 Phenomenology
+hep-ph/0610106 Phenomenology
+hep-ph/0610107 Phenomenology
+hep-ph/0610108 Phenomenology
+hep-ph/0610111 Phenomenology
+hep-ph/0610112 Phenomenology
+hep-ph/0610116 Phenomenology
+hep-ph/0610118 Phenomenology
+hep-ph/0610119 Phenomenology
+hep-ph/0610122 Phenomenology
+hep-ph/0610123 Phenomenology
+hep-ph/0610124 Phenomenology
+hep-ph/0610125 Phenomenology
+hep-ph/0610126 Phenomenology
+hep-ph/0610127 Phenomenology
+hep-ph/0610128 Phenomenology
+hep-ph/0610130 Phenomenology
+hep-ph/0610131 Phenomenology
+hep-ph/0610132 Phenomenology
+hep-ph/0610133 Phenomenology
+hep-ph/0610135 Phenomenology
+hep-ph/0610137 Phenomenology
+hep-ph/0610138 Phenomenology
+hep-ph/0610141 Phenomenology
+hep-ph/0610142 Phenomenology
+hep-ph/0610144 Phenomenology
+hep-ph/0610146 Phenomenology
+hep-ph/0610147 Phenomenology
+hep-ph/0610150 Phenomenology
+hep-ph/0610151 Phenomenology
+hep-ph/0610153 Phenomenology
+hep-ph/0610154 Phenomenology
+hep-ph/0610156 Phenomenology
+hep-ph/0610159 Phenomenology
+hep-ph/0610160 Phenomenology
+hep-ph/0610161 Phenomenology
+hep-ph/0610163 Phenomenology
+hep-ph/0610164 Phenomenology
+hep-ph/0610166 Phenomenology
+hep-ph/0610167 Phenomenology
+hep-ph/0610168 Phenomenology
+hep-ph/0610170 Phenomenology
+hep-ph/0610171 Phenomenology
+hep-ph/0610172 Phenomenology
+hep-ph/0610173 Phenomenology
+hep-ph/0610174 Phenomenology
+hep-ph/0610175 Phenomenology
+hep-ph/0610179 Phenomenology
+hep-ph/0610180 Phenomenology
+hep-ph/0610181 Phenomenology
+hep-ph/0610185 Phenomenology
+hep-ph/0610186 Phenomenology
+hep-ph/0610187 Phenomenology
+hep-ph/0610188 Phenomenology
+hep-ph/0610189 Phenomenology
+hep-ph/0610191 Phenomenology
+hep-ph/0610195 Phenomenology
+hep-ph/0610197 Phenomenology
+hep-ph/0610199 Phenomenology
+hep-ph/0610203 Phenomenology
+hep-ph/0610204 Phenomenology
+hep-ph/0610207 Phenomenology
+hep-ph/0610208 Phenomenology
+hep-ph/0610210 Phenomenology
+hep-ph/0610211 Phenomenology
+hep-ph/0610213 Phenomenology
+hep-ph/0610214 Phenomenology
+hep-ph/0610215 Phenomenology
+hep-ph/0610216 Phenomenology
+hep-ph/0610217 Phenomenology
+hep-ph/0610220 Phenomenology
+hep-ph/0610221 Phenomenology
+hep-ph/0610223 Phenomenology
+hep-ph/0610224 Phenomenology
+hep-ph/0610226 Phenomenology
+hep-ph/0610227 Phenomenology
+hep-ph/0610228 Phenomenology
+hep-ph/0610229 Phenomenology
+hep-ph/0610231 Phenomenology
+hep-ph/0610232 Phenomenology
+hep-ph/0610233 Phenomenology
+hep-ph/0610236 Phenomenology
+hep-ph/0610237 Phenomenology
+hep-ph/0610239 Phenomenology
+hep-ph/0610240 Phenomenology
+hep-ph/0610245 Phenomenology
+hep-ph/0610249 Phenomenology
+hep-ph/0610251 Phenomenology
+hep-ph/0610252 Phenomenology
+hep-ph/0610253 Phenomenology
+hep-ph/0610254 Phenomenology
+hep-ph/0610257 Phenomenology
+hep-ph/0610260 Phenomenology
+hep-ph/0610261 Phenomenology
+hep-ph/0610262 Phenomenology
+hep-ph/0610263 Phenomenology
+hep-ph/0610264 Phenomenology
+hep-ph/0610265 Phenomenology
+hep-ph/0610266 Phenomenology
+hep-ph/0610273 Phenomenology
+hep-ph/0610274 Phenomenology
+hep-ph/0610276 Phenomenology
+hep-ph/0610277 Phenomenology
+hep-ph/0610278 Phenomenology
+hep-ph/0610279 Phenomenology
+hep-ph/0610283 Phenomenology
+hep-ph/0610284 Phenomenology
+hep-ph/0610286 Phenomenology
+hep-ph/0610287 Phenomenology
+hep-ph/0610288 Phenomenology
+hep-ph/0610289 Phenomenology
+hep-ph/0610291 Phenomenology
+hep-ph/0610293 Phenomenology
+hep-ph/0610296 Phenomenology
+hep-ph/0610299 Phenomenology
+hep-ph/0610301 Phenomenology
+hep-ph/0610302 Phenomenology
+hep-ph/0610303 Phenomenology
+hep-ph/0610308 Phenomenology
+hep-ph/0610310 Phenomenology
+hep-ph/0610311 Phenomenology
+hep-ph/0610312 Phenomenology
+hep-ph/0610313 Phenomenology
+hep-ph/0610314 Phenomenology
+hep-ph/0610315 Phenomenology
+hep-ph/0610316 Phenomenology
+hep-ph/0610317 Phenomenology
+hep-ph/0610318 Phenomenology
+hep-ph/0610319 Phenomenology
+hep-ph/0610320 Phenomenology
+hep-ph/0610322 Phenomenology
+hep-ph/0610323 Phenomenology
+hep-ph/0610324 Phenomenology
+hep-ph/0610325 Phenomenology
+hep-ph/0610327 Phenomenology
+hep-ph/0610328 Phenomenology
+hep-ph/0610330 Phenomenology
+hep-ph/0610331 Phenomenology
+hep-ph/0610333 Phenomenology
+hep-ph/0610334 Phenomenology
+hep-ph/0610335 Phenomenology
+hep-ph/0610336 Phenomenology
+hep-ph/0610338 Phenomenology
+hep-ph/0610339 Phenomenology
+hep-ph/0610340 Phenomenology
+hep-ph/0610342 Phenomenology
+hep-ph/0610343 Phenomenology
+hep-ph/0610344 Phenomenology
+hep-ph/0610345 Phenomenology
+hep-ph/0610346 Phenomenology
+hep-ph/0610347 Phenomenology
+hep-ph/0610351 Phenomenology
+hep-ph/0610352 Phenomenology
+hep-ph/0610353 Phenomenology
+hep-ph/0610354 Phenomenology
+hep-ph/0610355 Phenomenology
+hep-ph/0610356 Phenomenology
+hep-ph/0610357 Phenomenology
+hep-ph/0610359 Phenomenology
+hep-ph/0610360 Phenomenology
+hep-ph/0610362 Phenomenology
+hep-ph/0610364 Phenomenology
+hep-ph/0610365 Phenomenology
+hep-ph/0610366 Phenomenology
+hep-ph/0610367 Phenomenology
+hep-ph/0610368 Phenomenology
+hep-ph/0610369 Phenomenology
+hep-ph/0610370 Phenomenology
+hep-ph/0610372 Phenomenology
+hep-ph/0610373 Phenomenology
+hep-ph/0610375 Phenomenology
+hep-ph/0610376 Phenomenology
+hep-ph/0610378 Phenomenology
+hep-ph/0610379 Phenomenology
+hep-ph/0610380 Phenomenology
+hep-ph/0610381 Phenomenology
+hep-ph/0610382 Phenomenology
+hep-ph/0610383 Phenomenology
+hep-ph/0610385 Phenomenology
+hep-ph/0610386 Phenomenology
+hep-ph/0610387 Phenomenology
+hep-ph/0610388 Phenomenology
+hep-ph/0610389 Phenomenology
+hep-ph/0610390 Phenomenology
+hep-ph/0610391 Phenomenology
+hep-ph/0610393 Phenomenology
+hep-ph/0610394 Phenomenology
+hep-ph/0610397 Phenomenology
+hep-ph/0610398 Phenomenology
+hep-ph/0610402 Phenomenology
+hep-ph/0610403 Phenomenology
+hep-ph/0610405 Phenomenology
+hep-ph/0610407 Phenomenology
+hep-ph/0610408 Phenomenology
+hep-ph/0610409 Phenomenology
+hep-ph/0610411 Phenomenology
+hep-ph/0610413 Phenomenology
+hep-ph/0610415 Phenomenology
+hep-ph/0610416 Phenomenology
+hep-ph/0610417 Phenomenology
+hep-ph/0610418 Phenomenology
+hep-ph/0610419 Phenomenology
+hep-ph/0610421 Phenomenology
+hep-ph/0610422 Phenomenology
+hep-ph/0610424 Phenomenology
+hep-ph/0610425 Phenomenology
+hep-ph/0610426 Phenomenology
+hep-ph/0610427 Phenomenology
+hep-ph/0610428 Phenomenology
+hep-ph/0610429 Phenomenology
+hep-ph/0610430 Phenomenology
+hep-ph/0610431 Phenomenology
+hep-ph/0610432 Phenomenology
+hep-ph/0610434 Phenomenology
+hep-ph/0610435 Phenomenology
+hep-ph/0610436 Phenomenology
+hep-ph/0610437 Phenomenology
+hep-ph/0610438 Phenomenology
+hep-ph/0610439 Phenomenology
+hep-ph/0610440 Phenomenology
+hep-ph/0610441 Phenomenology
+hep-ph/0610442 Phenomenology
+hep-ph/0611003 Phenomenology
+hep-ph/0611004 Phenomenology
+hep-ph/0611005 Phenomenology
+hep-ph/0611006 Phenomenology
+hep-ph/0611007 Phenomenology
+hep-ph/0611009 Phenomenology
+hep-ph/0611010 Phenomenology
+hep-ph/0611011 Phenomenology
+hep-ph/0611014 Phenomenology
+hep-ph/0611015 Phenomenology
+hep-ph/0611016 Phenomenology
+hep-ph/0611017 Phenomenology
+hep-ph/0611018 Phenomenology
+hep-ph/0611020 Phenomenology
+hep-ph/0611021 Phenomenology
+hep-ph/0611024 Phenomenology
+hep-ph/0611026 Phenomenology
+hep-ph/0611027 Phenomenology
+hep-ph/0611028 Phenomenology
+hep-ph/0611029 Phenomenology
+hep-ph/0611030 Phenomenology
+hep-ph/0611033 Phenomenology
+hep-ph/0611034 Phenomenology
+hep-ph/0611035 Phenomenology
+hep-ph/0611036 Phenomenology
+hep-ph/0611037 Phenomenology
+hep-ph/0611039 Phenomenology
+hep-ph/0611042 Phenomenology
+hep-ph/0611043 Phenomenology
+hep-ph/0611046 Phenomenology
+hep-ph/0611048 Phenomenology
+hep-ph/0611049 Phenomenology
+hep-ph/0611052 Phenomenology
+hep-ph/0611053 Phenomenology
+hep-ph/0611054 Phenomenology
+hep-ph/0611055 Phenomenology
+hep-ph/0611056 Phenomenology
+hep-ph/0611058 Phenomenology
+hep-ph/0611059 Phenomenology
+hep-ph/0611061 Phenomenology
+hep-ph/0611062 Phenomenology
+hep-ph/0611063 Phenomenology
+hep-ph/0611064 Phenomenology
+hep-ph/0611065 Phenomenology
+hep-ph/0611066 Phenomenology
+hep-ph/0611068 Phenomenology
+hep-ph/0611069 Phenomenology
+hep-ph/0611070 Phenomenology
+hep-ph/0611071 Phenomenology
+hep-ph/0611074 Phenomenology
+hep-ph/0611075 Phenomenology
+hep-ph/0611076 Phenomenology
+hep-ph/0611077 Phenomenology
+hep-ph/0611078 Phenomenology
+hep-ph/0611079 Phenomenology
+hep-ph/0611081 Phenomenology
+hep-ph/0611082 Phenomenology
+hep-ph/0611084 Phenomenology
+hep-ph/0611085 Phenomenology
+hep-ph/0611086 Phenomenology
+hep-ph/0611087 Phenomenology
+hep-ph/0611088 Phenomenology
+hep-ph/0611089 Phenomenology
+hep-ph/0611090 Phenomenology
+hep-ph/0611091 Phenomenology
+hep-ph/0611092 Phenomenology
+hep-ph/0611094 Phenomenology
+hep-ph/0611097 Phenomenology
+hep-ph/0611098 Phenomenology
+hep-ph/0611099 Phenomenology
+hep-ph/0611101 Phenomenology
+hep-ph/0611102 Phenomenology
+hep-ph/0611105 Phenomenology
+hep-ph/0611107 Phenomenology
+hep-ph/0611108 Phenomenology
+hep-ph/0611109 Phenomenology
+hep-ph/0611110 Phenomenology
+hep-ph/0611111 Phenomenology
+hep-ph/0611113 Phenomenology
+hep-ph/0611115 Phenomenology
+hep-ph/0611116 Phenomenology
+hep-ph/0611118 Phenomenology
+hep-ph/0611119 Phenomenology
+hep-ph/0611121 Phenomenology
+hep-ph/0611123 Phenomenology
+hep-ph/0611124 Phenomenology
+hep-ph/0611125 Phenomenology
+hep-ph/0611126 Phenomenology
+hep-ph/0611127 Phenomenology
+hep-ph/0611130 Phenomenology
+hep-ph/0611131 Phenomenology
+hep-ph/0611133 Phenomenology
+hep-ph/0611134 Phenomenology
+hep-ph/0611135 Phenomenology
+hep-ph/0611136 Phenomenology
+hep-ph/0611140 Phenomenology
+hep-ph/0611143 Phenomenology
+hep-ph/0611144 Phenomenology
+hep-ph/0611147 Phenomenology
+hep-ph/0611149 Phenomenology
+hep-ph/0611150 Phenomenology
+hep-ph/0611152 Phenomenology
+hep-ph/0611156 Phenomenology
+hep-ph/0611157 Phenomenology
+hep-ph/0611158 Phenomenology
+hep-ph/0611159 Phenomenology
+hep-ph/0611161 Phenomenology
+hep-ph/0611164 Phenomenology
+hep-ph/0611166 Phenomenology
+hep-ph/0611169 Phenomenology
+hep-ph/0611171 Phenomenology
+hep-ph/0611172 Phenomenology
+hep-ph/0611175 Phenomenology
+hep-ph/0611176 Phenomenology
+hep-ph/0611178 Phenomenology
+hep-ph/0611179 Phenomenology
+hep-ph/0611180 Phenomenology
+hep-ph/0611181 Phenomenology
+hep-ph/0611182 Phenomenology
+hep-ph/0611184 Phenomenology
+hep-ph/0611185 Phenomenology
+hep-ph/0611186 Phenomenology
+hep-ph/0611192 Phenomenology
+hep-ph/0611193 Phenomenology
+hep-ph/0611195 Phenomenology
+hep-ph/0611197 Phenomenology
+hep-ph/0611199 Phenomenology
+hep-ph/0611200 Phenomenology
+hep-ph/0611202 Phenomenology
+hep-ph/0611204 Phenomenology
+hep-ph/0611205 Phenomenology
+hep-ph/0611207 Phenomenology
+hep-ph/0611208 Phenomenology
+hep-ph/0611209 Phenomenology
+hep-ph/0611210 Phenomenology
+hep-ph/0611211 Phenomenology
+hep-ph/0611213 Phenomenology
+hep-ph/0611216 Phenomenology
+hep-ph/0611220 Phenomenology
+hep-ph/0611221 Phenomenology
+hep-ph/0611222 Phenomenology
+hep-ph/0611223 Phenomenology
+hep-ph/0611225 Phenomenology
+hep-ph/0611226 Phenomenology
+hep-ph/0611228 Phenomenology
+hep-ph/0611229 Phenomenology
+hep-ph/0611231 Phenomenology
+hep-ph/0611233 Phenomenology
+hep-ph/0611235 Phenomenology
+hep-ph/0611238 Phenomenology
+hep-ph/0611239 Phenomenology
+hep-ph/0611240 Phenomenology
+hep-ph/0611241 Phenomenology
+hep-ph/0611242 Phenomenology
+hep-ph/0611244 Phenomenology
+hep-ph/0611249 Phenomenology
+hep-ph/0611250 Phenomenology
+hep-ph/0611256 Phenomenology
+hep-ph/0611257 Phenomenology
+hep-ph/0611258 Phenomenology
+hep-ph/0611260 Phenomenology
+hep-ph/0611261 Phenomenology
+hep-ph/0611263 Phenomenology
+hep-ph/0611267 Phenomenology
+hep-ph/0611268 Phenomenology
+hep-ph/0611271 Phenomenology
+hep-ph/0611272 Phenomenology
+hep-ph/0611273 Phenomenology
+hep-ph/0611274 Phenomenology
+hep-ph/0611275 Phenomenology
+hep-ph/0611279 Phenomenology
+hep-ph/0611280 Phenomenology
+hep-ph/0611281 Phenomenology
+hep-ph/0611284 Phenomenology
+hep-ph/0611285 Phenomenology
+hep-ph/0611287 Phenomenology
+hep-ph/0611288 Phenomenology
+hep-ph/0611290 Phenomenology
+hep-ph/0611292 Phenomenology
+hep-ph/0611294 Phenomenology
+hep-ph/0611295 Phenomenology
+hep-ph/0611296 Phenomenology
+hep-ph/0611297 Phenomenology
+hep-ph/0611298 Phenomenology
+hep-ph/0611301 Phenomenology
+hep-ph/0611302 Phenomenology
+hep-ph/0611303 Phenomenology
+hep-ph/0611305 Phenomenology
+hep-ph/0611306 Phenomenology
+hep-ph/0611307 Phenomenology
+hep-ph/0611308 Phenomenology
+hep-ph/0611312 Phenomenology
+hep-ph/0611313 Phenomenology
+hep-ph/0611314 Phenomenology
+hep-ph/0611316 Phenomenology
+hep-ph/0611319 Phenomenology
+hep-ph/0611321 Phenomenology
+hep-ph/0611322 Phenomenology
+hep-ph/0611323 Phenomenology
+hep-ph/0611325 Phenomenology
+hep-ph/0611328 Phenomenology
+hep-ph/0611329 Phenomenology
+hep-ph/0611331 Phenomenology
+hep-ph/0611332 Phenomenology
+hep-ph/0611333 Phenomenology
+hep-ph/0611335 Phenomenology
+hep-ph/0611338 Phenomenology
+hep-ph/0611340 Phenomenology
+hep-ph/0611345 Phenomenology
+hep-ph/0611346 Phenomenology
+hep-ph/0611348 Phenomenology
+hep-ph/0611351 Phenomenology
+hep-ph/0611352 Phenomenology
+hep-ph/0611355 Phenomenology
+hep-ph/0611356 Phenomenology
+hep-ph/0611360 Phenomenology
+hep-ph/0611361 Phenomenology
+hep-ph/0611362 Phenomenology
+hep-ph/0611364 Phenomenology
+hep-ph/0611365 Phenomenology
+hep-ph/0611366 Phenomenology
+hep-ph/0611368 Phenomenology
+hep-ph/0611370 Phenomenology
+hep-ph/0611371 Phenomenology
+hep-ph/0611372 Phenomenology
+hep-ph/0611374 Phenomenology
+hep-ph/0611375 Phenomenology
+hep-ph/0611376 Phenomenology
+hep-ph/0611377 Phenomenology
+hep-ph/0611379 Phenomenology
+hep-ph/0611381 Phenomenology
+hep-ph/0611382 Phenomenology
+hep-ph/0611383 Phenomenology
+hep-ph/0611385 Phenomenology
+hep-ph/0611386 Phenomenology
+hep-ph/0611388 Phenomenology
+hep-ph/0611389 Phenomenology
+hep-ph/0611391 Phenomenology
+hep-ph/0611392 Phenomenology
+hep-ph/0612002 Phenomenology
+hep-ph/0612004 Phenomenology
+hep-ph/0612005 Phenomenology
+hep-ph/0612006 Phenomenology
+hep-ph/0612008 Phenomenology
+hep-ph/0612009 Phenomenology
+hep-ph/0612010 Phenomenology
+hep-ph/0612011 Phenomenology
+hep-ph/0612013 Phenomenology
+hep-ph/0612016 Phenomenology
+hep-ph/0612017 Phenomenology
+hep-ph/0612019 Phenomenology
+hep-ph/0612020 Phenomenology
+hep-ph/0612022 Phenomenology
+hep-ph/0612023 Phenomenology
+hep-ph/0612025 Phenomenology
+hep-ph/0612027 Phenomenology
+hep-ph/0612030 Phenomenology
+hep-ph/0612031 Phenomenology
+hep-ph/0612033 Phenomenology
+hep-ph/0612034 Phenomenology
+hep-ph/0612036 Phenomenology
+hep-ph/0612037 Phenomenology
+hep-ph/0612038 Phenomenology
+hep-ph/0612040 Phenomenology
+hep-ph/0612043 Phenomenology
+hep-ph/0612045 Phenomenology
+hep-ph/0612046 Phenomenology
+hep-ph/0612048 Phenomenology
+hep-ph/0612049 Phenomenology
+hep-ph/0612050 Phenomenology
+hep-ph/0612052 Phenomenology
+hep-ph/0612053 Phenomenology
+hep-ph/0612054 Phenomenology
+hep-ph/0612055 Phenomenology
+hep-ph/0612057 Phenomenology
+hep-ph/0612058 Phenomenology
+hep-ph/0612061 Phenomenology
+hep-ph/0612062 Phenomenology
+hep-ph/0612063 Phenomenology
+hep-ph/0612066 Phenomenology
+hep-ph/0612067 Phenomenology
+hep-ph/0612068 Phenomenology
+hep-ph/0612069 Phenomenology
+hep-ph/0612070 Phenomenology
+hep-ph/0612071 Phenomenology
+hep-ph/0612073 Phenomenology
+hep-ph/0612074 Phenomenology
+hep-ph/0612075 Phenomenology
+hep-ph/0612077 Phenomenology
+hep-ph/0612079 Phenomenology
+hep-ph/0612080 Phenomenology
+hep-ph/0612081 Phenomenology
+hep-ph/0612082 Phenomenology
+hep-ph/0612083 Phenomenology
+hep-ph/0612087 Phenomenology
+hep-ph/0612089 Phenomenology
+hep-ph/0612091 Phenomenology
+hep-ph/0612093 Phenomenology
+hep-ph/0612094 Phenomenology
+hep-ph/0612095 Phenomenology
+hep-ph/0612096 Phenomenology
+hep-ph/0612098 Phenomenology
+hep-ph/0612099 Phenomenology
+hep-ph/0612101 Phenomenology
+hep-ph/0612102 Phenomenology
+hep-ph/0612103 Phenomenology
+hep-ph/0612104 Phenomenology
+hep-ph/0612106 Phenomenology
+hep-ph/0612109 Phenomenology
+hep-ph/0612111 Phenomenology
+hep-ph/0612113 Phenomenology
+hep-ph/0612114 Phenomenology
+hep-ph/0612116 Phenomenology
+hep-ph/0612117 Phenomenology
+hep-ph/0612118 Phenomenology
+hep-ph/0612119 Phenomenology
+hep-ph/0612121 Phenomenology
+hep-ph/0612122 Phenomenology
+hep-ph/0612123 Phenomenology
+hep-ph/0612124 Phenomenology
+hep-ph/0612125 Phenomenology
+hep-ph/0612130 Phenomenology
+hep-ph/0612131 Phenomenology
+hep-ph/0612132 Phenomenology
+hep-ph/0612133 Phenomenology
+hep-ph/0612134 Phenomenology
+hep-ph/0612135 Phenomenology
+hep-ph/0612137 Phenomenology
+hep-ph/0612140 Phenomenology
+hep-ph/0612142 Phenomenology
+hep-ph/0612143 Phenomenology
+hep-ph/0612144 Phenomenology
+hep-ph/0612145 Phenomenology
+hep-ph/0612146 Phenomenology
+hep-ph/0612147 Phenomenology
+hep-ph/0612148 Phenomenology
+hep-ph/0612150 Phenomenology
+hep-ph/0612152 Phenomenology
+hep-ph/0612153 Phenomenology
+hep-ph/0612154 Phenomenology
+hep-ph/0612155 Phenomenology
+hep-ph/0612156 Phenomenology
+hep-ph/0612157 Phenomenology
+hep-ph/0612158 Phenomenology
+hep-ph/0612161 Phenomenology
+hep-ph/0612162 Phenomenology
+hep-ph/0612164 Phenomenology
+hep-ph/0612165 Phenomenology
+hep-ph/0612169 Phenomenology
+hep-ph/0612170 Phenomenology
+hep-ph/0612174 Phenomenology
+hep-ph/0612175 Phenomenology
+hep-ph/0612176 Phenomenology
+hep-ph/0612178 Phenomenology
+hep-ph/0612179 Phenomenology
+hep-ph/0612181 Phenomenology
+hep-ph/0612183 Phenomenology
+hep-ph/0612184 Phenomenology
+hep-ph/0612186 Phenomenology
+hep-ph/0612187 Phenomenology
+hep-ph/0612191 Phenomenology
+hep-ph/0612192 Phenomenology
+hep-ph/0612195 Phenomenology
+hep-ph/0612196 Phenomenology
+hep-ph/0612198 Phenomenology
+hep-ph/0612200 Phenomenology
+hep-ph/0612201 Phenomenology
+hep-ph/0612202 Phenomenology
+hep-ph/0612203 Phenomenology
+hep-ph/0612204 Phenomenology
+hep-ph/0612205 Phenomenology
+hep-ph/0612206 Phenomenology
+hep-ph/0612207 Phenomenology
+hep-ph/0612208 Phenomenology
+hep-ph/0612209 Phenomenology
+hep-ph/0612211 Phenomenology
+hep-ph/0612212 Phenomenology
+hep-ph/0612214 Phenomenology
+hep-ph/0612215 Phenomenology
+hep-ph/0612216 Phenomenology
+hep-ph/0612218 Phenomenology
+hep-ph/0612219 Phenomenology
+hep-ph/0612221 Phenomenology
+hep-ph/0612222 Phenomenology
+hep-ph/0612223 Phenomenology
+hep-ph/0612225 Phenomenology
+hep-ph/0612229 Phenomenology
+hep-ph/0612230 Phenomenology
+hep-ph/0612231 Phenomenology
+hep-ph/0612235 Phenomenology
+hep-ph/0612237 Phenomenology
+hep-ph/0612242 Phenomenology
+hep-ph/0612243 Phenomenology
+hep-ph/0612244 Phenomenology
+hep-ph/0612247 Phenomenology
+hep-ph/0612248 Phenomenology
+hep-ph/0612249 Phenomenology
+hep-ph/0612251 Phenomenology
+hep-ph/0612252 Phenomenology
+hep-ph/0612253 Phenomenology
+hep-ph/0612254 Phenomenology
+hep-ph/0612256 Phenomenology
+hep-ph/0612258 Phenomenology
+hep-ph/0612262 Phenomenology
+hep-ph/0612265 Phenomenology
+hep-ph/0612267 Phenomenology
+hep-ph/0612268 Phenomenology
+hep-ph/0612269 Phenomenology
+hep-ph/0612270 Phenomenology
+hep-ph/0612271 Phenomenology
+hep-ph/0612273 Phenomenology
+hep-ph/0612278 Phenomenology
+hep-ph/0612279 Phenomenology
+hep-ph/0612280 Phenomenology
+hep-ph/0612283 Phenomenology
+hep-ph/0612284 Phenomenology
+hep-ph/0612287 Phenomenology
+hep-ph/0612288 Phenomenology
+hep-ph/0612290 Phenomenology
+hep-ph/0612291 Phenomenology
+hep-ph/0612294 Phenomenology
+hep-ph/0612295 Phenomenology
+hep-ph/0612297 Phenomenology
+hep-ph/0612299 Phenomenology
+hep-ph/0612301 Phenomenology
+hep-ph/0612304 Phenomenology
+hep-ph/0612306 Phenomenology
+hep-ph/0612307 Phenomenology
+hep-ph/0612310 Phenomenology
+hep-ph/0612314 Phenomenology
+hep-ph/0612315 Phenomenology
+hep-ph/0612317 Phenomenology
+hep-ph/0612319 Phenomenology
+hep-ph/0612320 Phenomenology
+hep-ph/0612322 Phenomenology
+hep-ph/0612323 Phenomenology
+hep-ph/0612327 Phenomenology
+hep-ph/0612328 Phenomenology
+hep-ph/0612330 Phenomenology
+hep-ph/0612331 Phenomenology
+hep-ph/0612332 Phenomenology
+hep-ph/0612342 Phenomenology
+hep-ph/0612343 Phenomenology
+hep-ph/0612344 Phenomenology
+hep-ph/0612345 Phenomenology
+hep-ph/0612346 Phenomenology
+hep-ph/0612348 Phenomenology
+hep-ph/0612349 Phenomenology
+hep-ph/0612350 Phenomenology
+hep-ph/0612351 Phenomenology
+hep-ph/0612352 Phenomenology
+hep-ph/0612353 Phenomenology
+hep-ph/0612354 Phenomenology
+hep-ph/0612357 Phenomenology
+hep-ph/0612359 Phenomenology
+hep-ph/0612360 Phenomenology
+hep-ph/0612361 Phenomenology
+hep-ph/0612362 Phenomenology
+hep-ph/0612363 Phenomenology
+hep-ph/0612365 Phenomenology
+hep-ph/0612366 Phenomenology
+hep-ph/0612369 Phenomenology
+hep-ph/0612370 Phenomenology
+hep-ph/0612371 Phenomenology
+hep-ph/0612372 Phenomenology
+hep-ph/0701001 Phenomenology
+hep-ph/0701002 Phenomenology
+hep-ph/0701004 Phenomenology
+hep-ph/0701005 Phenomenology
+hep-ph/0701007 Phenomenology
+hep-ph/0701008 Phenomenology
+hep-ph/0701010 Phenomenology
+hep-ph/0701011 Phenomenology
+hep-ph/0701012 Phenomenology
+hep-ph/0701013 Phenomenology
+hep-ph/0701014 Phenomenology
+hep-ph/0701015 Phenomenology
+hep-ph/0701016 Phenomenology
+hep-ph/0701017 Phenomenology
+hep-ph/0701018 Phenomenology
+hep-ph/0701019 Phenomenology
+hep-ph/0701020 Phenomenology
+hep-ph/0701022 Phenomenology
+hep-ph/0701023 Phenomenology
+hep-ph/0701025 Phenomenology
+hep-ph/0701027 Phenomenology
+hep-ph/0701028 Phenomenology
+hep-ph/0701029 Phenomenology
+hep-ph/0701031 Phenomenology
+hep-ph/0701032 Phenomenology
+hep-ph/0701037 Phenomenology
+hep-ph/0701038 Phenomenology
+hep-ph/0701039 Phenomenology
+hep-ph/0701040 Phenomenology
+hep-ph/0701041 Phenomenology
+hep-ph/0701042 Phenomenology
+hep-ph/0701043 Phenomenology
+hep-ph/0701044 Phenomenology
+hep-ph/0701045 Phenomenology
+hep-ph/0701046 Phenomenology
+hep-ph/0701047 Phenomenology
+hep-ph/0701048 Phenomenology
+hep-ph/0701050 Phenomenology
+hep-ph/0701051 Phenomenology
+hep-ph/0701052 Phenomenology
+hep-ph/0701054 Phenomenology
+hep-ph/0701056 Phenomenology
+hep-ph/0701057 Phenomenology
+hep-ph/0701060 Phenomenology
+hep-ph/0701062 Phenomenology
+hep-ph/0701063 Phenomenology
+hep-ph/0701064 Phenomenology
+hep-ph/0701065 Phenomenology
+hep-ph/0701068 Phenomenology
+hep-ph/0701070 Phenomenology
+hep-ph/0701072 Phenomenology
+hep-ph/0701073 Phenomenology
+hep-ph/0701074 Phenomenology
+hep-ph/0701075 Phenomenology
+hep-ph/0701076 Phenomenology
+hep-ph/0701077 Phenomenology
+hep-ph/0701078 Phenomenology
+hep-ph/0701080 Phenomenology
+hep-ph/0701081 Phenomenology
+hep-ph/0701082 Phenomenology
+hep-ph/0701083 Phenomenology
+hep-ph/0701085 Phenomenology
+hep-ph/0701086 Phenomenology
+hep-ph/0701087 Phenomenology
+hep-ph/0701088 Phenomenology
+hep-ph/0701089 Phenomenology
+hep-ph/0701091 Phenomenology
+hep-ph/0701093 Phenomenology
+hep-ph/0701097 Phenomenology
+hep-ph/0701098 Phenomenology
+hep-ph/0701099 Phenomenology
+hep-ph/0701103 Phenomenology
+hep-ph/0701104 Phenomenology
+hep-ph/0701105 Phenomenology
+hep-ph/0701106 Phenomenology
+hep-ph/0701109 Phenomenology
+hep-ph/0701110 Phenomenology
+hep-ph/0701111 Phenomenology
+hep-ph/0701117 Phenomenology
+hep-ph/0701119 Phenomenology
+hep-ph/0701123 Phenomenology
+hep-ph/0701126 Phenomenology
+hep-ph/0701131 Phenomenology
+hep-ph/0701132 Phenomenology
+hep-ph/0701133 Phenomenology
+hep-ph/0701134 Phenomenology
+hep-ph/0701135 Phenomenology
+hep-ph/0701136 Phenomenology
+hep-ph/0701138 Phenomenology
+hep-ph/0701140 Phenomenology
+hep-ph/0701141 Phenomenology
+hep-ph/0701142 Phenomenology
+hep-ph/0701143 Phenomenology
+hep-ph/0701144 Phenomenology
+hep-ph/0701145 Phenomenology
+hep-ph/0701149 Phenomenology
+hep-ph/0701152 Phenomenology
+hep-ph/0701154 Phenomenology
+hep-ph/0701155 Phenomenology
+hep-ph/0701156 Phenomenology
+hep-ph/0701157 Phenomenology
+hep-ph/0701159 Phenomenology
+hep-ph/0701160 Phenomenology
+hep-ph/0701162 Phenomenology
+hep-ph/0701163 Phenomenology
+hep-ph/0701164 Phenomenology
+hep-ph/0701165 Phenomenology
+hep-ph/0701167 Phenomenology
+hep-ph/0701168 Phenomenology
+hep-ph/0701169 Phenomenology
+hep-ph/0701170 Phenomenology
+hep-ph/0701171 Phenomenology
+hep-ph/0701173 Phenomenology
+hep-ph/0701175 Phenomenology
+hep-ph/0701176 Phenomenology
+hep-ph/0701177 Phenomenology
+hep-ph/0701178 Phenomenology
+hep-ph/0701179 Phenomenology
+hep-ph/0701181 Phenomenology
+hep-ph/0701182 Phenomenology
+hep-ph/0701183 Phenomenology
+hep-ph/0701185 Phenomenology
+hep-ph/0701186 Phenomenology
+hep-ph/0701187 Phenomenology
+hep-ph/0701188 Phenomenology
+hep-ph/0701189 Phenomenology
+hep-ph/0701190 Phenomenology
+hep-ph/0701191 Phenomenology
+hep-ph/0701192 Phenomenology
+hep-ph/0701193 Phenomenology
+hep-ph/0701194 Phenomenology
+hep-ph/0701196 Phenomenology
+hep-ph/0701197 Phenomenology
+hep-ph/0701198 Phenomenology
+hep-ph/0701199 Phenomenology
+hep-ph/0701202 Phenomenology
+hep-ph/0701203 Phenomenology
+hep-ph/0701204 Phenomenology
+hep-ph/0701205 Phenomenology
+hep-ph/0701206 Phenomenology
+hep-ph/0701207 Phenomenology
+hep-ph/0701209 Phenomenology
+hep-ph/0701211 Phenomenology
+hep-ph/0701212 Phenomenology
+hep-ph/0701214 Phenomenology
+hep-ph/0701215 Phenomenology
+hep-ph/0701219 Phenomenology
+hep-ph/0701220 Phenomenology
+hep-ph/0701221 Phenomenology
+hep-ph/0701222 Phenomenology
+hep-ph/0701223 Phenomenology
+hep-ph/0701225 Phenomenology
+hep-ph/0701230 Phenomenology
+hep-ph/0701231 Phenomenology
+hep-ph/0701234 Phenomenology
+hep-ph/0701235 Phenomenology
+hep-ph/0701236 Phenomenology
+hep-ph/0701237 Phenomenology
+hep-ph/0701240 Phenomenology
+hep-ph/0701241 Phenomenology
+hep-ph/0701242 Phenomenology
+hep-ph/0701244 Phenomenology
+hep-ph/0701245 Phenomenology
+hep-ph/0701246 Phenomenology
+hep-ph/0701247 Phenomenology
+hep-ph/0701249 Phenomenology
+hep-ph/0701251 Phenomenology
+hep-ph/0701254 Phenomenology
+hep-ph/0701255 Phenomenology
+hep-ph/0701256 Phenomenology
+hep-ph/0701257 Phenomenology
+hep-ph/0701258 Phenomenology
+hep-ph/0701261 Phenomenology
+hep-ph/0701262 Phenomenology
+hep-ph/0701263 Phenomenology
+hep-ph/0701264 Phenomenology
+hep-ph/0701265 Phenomenology
+hep-ph/0701267 Phenomenology
+hep-ph/0701269 Phenomenology
+hep-ph/0701270 Phenomenology
+hep-ph/0701272 Phenomenology
+hep-ph/0701275 Phenomenology
+hep-ph/0701276 Phenomenology
+hep-ph/0701277 Phenomenology
+hep-ph/0702002 Phenomenology
+hep-ph/0702003 Phenomenology
+hep-ph/0702005 Phenomenology
+hep-ph/0702007 Phenomenology
+hep-ph/0702009 Phenomenology
+hep-ph/0702011 Phenomenology
+hep-ph/0702012 Phenomenology
+hep-ph/0702014 Phenomenology
+hep-ph/0702019 Phenomenology
+hep-ph/0702020 Phenomenology
+hep-ph/0702021 Phenomenology
+hep-ph/0702022 Phenomenology
+hep-ph/0702023 Phenomenology
+hep-ph/0702026 Phenomenology
+hep-ph/0702027 Phenomenology
+hep-ph/0702028 Phenomenology
+hep-ph/0702030 Phenomenology
+hep-ph/0702033 Phenomenology
+hep-ph/0702034 Phenomenology
+hep-ph/0702036 Phenomenology
+hep-ph/0702040 Phenomenology
+hep-ph/0702041 Phenomenology
+hep-ph/0702042 Phenomenology
+hep-ph/0702043 Phenomenology
+hep-ph/0702047 Phenomenology
+hep-ph/0702048 Phenomenology
+hep-ph/0702049 Phenomenology
+hep-ph/0702050 Phenomenology
+hep-ph/0702053 Phenomenology
+hep-ph/0702054 Phenomenology
+hep-ph/0702055 Phenomenology
+hep-ph/0702058 Phenomenology
+hep-ph/0702059 Phenomenology
+hep-ph/0702060 Phenomenology
+hep-ph/0702061 Phenomenology
+hep-ph/0702063 Phenomenology
+hep-ph/0702065 Phenomenology
+hep-ph/0702067 Phenomenology
+hep-ph/0702068 Phenomenology
+hep-ph/0702069 Phenomenology
+hep-ph/0702070 Phenomenology
+hep-ph/0702071 Phenomenology
+hep-ph/0702072 Phenomenology
+hep-ph/0702073 Phenomenology
+hep-ph/0702074 Phenomenology
+hep-ph/0702075 Phenomenology
+hep-ph/0702077 Phenomenology
+hep-ph/0702078 Phenomenology
+hep-ph/0702079 Phenomenology
+hep-ph/0702081 Phenomenology
+hep-ph/0702083 Phenomenology
+hep-ph/0702085 Phenomenology
+hep-ph/0702089 Phenomenology
+hep-ph/0702093 Phenomenology
+hep-ph/0702095 Phenomenology
+hep-ph/0702096 Phenomenology
+hep-ph/0702097 Phenomenology
+hep-ph/0702098 Phenomenology
+hep-ph/0702099 Phenomenology
+hep-ph/0702102 Phenomenology
+hep-ph/0702103 Phenomenology
+hep-ph/0702104 Phenomenology
+hep-ph/0702105 Phenomenology
+hep-ph/0702106 Phenomenology
+hep-ph/0702107 Phenomenology
+hep-ph/0702109 Phenomenology
+hep-ph/0702110 Phenomenology
+hep-ph/0702111 Phenomenology
+hep-ph/0702112 Phenomenology
+hep-ph/0702113 Phenomenology
+hep-ph/0702115 Phenomenology
+hep-ph/0702116 Phenomenology
+hep-ph/0702118 Phenomenology
+hep-ph/0702119 Phenomenology
+hep-ph/0702121 Phenomenology
+hep-ph/0702122 Phenomenology
+hep-ph/0702125 Phenomenology
+hep-ph/0702126 Phenomenology
+hep-ph/0702128 Phenomenology
+hep-ph/0702129 Phenomenology
+hep-ph/0702131 Phenomenology
+hep-ph/0702132 Phenomenology
+hep-ph/0702133 Phenomenology
+hep-ph/0702134 Phenomenology
+hep-ph/0702138 Phenomenology
+hep-ph/0702139 Phenomenology
+hep-ph/0702140 Phenomenology
+hep-ph/0702142 Phenomenology
+hep-ph/0702143 Phenomenology
+hep-ph/0702144 Phenomenology
+hep-ph/0702147 Phenomenology
+hep-ph/0702154 Phenomenology
+hep-ph/0702155 Phenomenology
+hep-ph/0702156 Phenomenology
+hep-ph/0702157 Phenomenology
+hep-ph/0702158 Phenomenology
+hep-ph/0702159 Phenomenology
+hep-ph/0702162 Phenomenology
+hep-ph/0702163 Phenomenology
+hep-ph/0702164 Phenomenology
+hep-ph/0702166 Phenomenology
+hep-ph/0702167 Phenomenology
+hep-ph/0702169 Phenomenology
+hep-ph/0702170 Phenomenology
+hep-ph/0702171 Phenomenology
+hep-ph/0702172 Phenomenology
+hep-ph/0702174 Phenomenology
+hep-ph/0702175 Phenomenology
+hep-ph/0702176 Phenomenology
+hep-ph/0702177 Phenomenology
+hep-ph/0702178 Phenomenology
+hep-ph/0702179 Phenomenology
+hep-ph/0702180 Phenomenology
+hep-ph/0702181 Phenomenology
+hep-ph/0702182 Phenomenology
+hep-ph/0702183 Phenomenology
+hep-ph/0702185 Phenomenology
+hep-ph/0702187 Phenomenology
+hep-ph/0702188 Phenomenology
+hep-ph/0702189 Phenomenology
+hep-ph/0702190 Phenomenology
+hep-ph/0702191 Phenomenology
+hep-ph/0702193 Phenomenology
+hep-ph/0702196 Phenomenology
+hep-ph/0702201 Phenomenology
+hep-ph/0702204 Phenomenology
+hep-ph/0702205 Phenomenology
+hep-ph/0702207 Phenomenology
+hep-ph/0702208 Phenomenology
+hep-ph/0702209 Phenomenology
+hep-ph/0702210 Phenomenology
+hep-ph/0702211 Phenomenology
+hep-ph/0702213 Phenomenology
+hep-ph/0702214 Phenomenology
+hep-ph/0702215 Phenomenology
+hep-ph/0702216 Phenomenology
+hep-ph/0702217 Phenomenology
+hep-ph/0702218 Phenomenology
+hep-ph/0702221 Phenomenology
+hep-ph/0702222 Phenomenology
+hep-ph/0702223 Phenomenology
+hep-ph/0702225 Phenomenology
+hep-ph/0702226 Phenomenology
+hep-ph/0702227 Phenomenology
+hep-ph/0702230 Phenomenology
+hep-ph/0702231 Phenomenology
+hep-ph/0702236 Phenomenology
+hep-ph/0702237 Phenomenology
+hep-ph/0702238 Phenomenology
+hep-ph/0702239 Phenomenology
+hep-ph/0702241 Phenomenology
+hep-ph/0702242 Phenomenology
+hep-ph/0702243 Phenomenology
+hep-ph/0702246 Phenomenology
+hep-ph/0702247 Phenomenology
+hep-ph/0702248 Phenomenology
+hep-ph/0702249 Phenomenology
+hep-ph/0702250 Phenomenology
+hep-ph/0702251 Phenomenology
+hep-ph/0702254 Phenomenology
+hep-ph/0702255 Phenomenology
+hep-ph/0702256 Phenomenology
+hep-ph/0702258 Phenomenology
+hep-ph/0702260 Phenomenology
+hep-ph/0702261 Phenomenology
+hep-ph/0702262 Phenomenology
+hep-ph/0702263 Phenomenology
+hep-ph/0702264 Phenomenology
+hep-ph/0702265 Phenomenology
+hep-ph/0702267 Phenomenology
+hep-ph/0702269 Phenomenology
+hep-ph/0702272 Phenomenology
+hep-ph/0702274 Phenomenology
+hep-ph/0702275 Phenomenology
+hep-ph/0702276 Phenomenology
+hep-ph/0702281 Phenomenology
+hep-ph/0702282 Phenomenology
+hep-ph/0702284 Phenomenology
+hep-ph/0702285 Phenomenology
+hep-ph/0702288 Phenomenology
+hep-ph/0702290 Phenomenology
+hep-ph/0702291 Phenomenology
+hep-ph/0702292 Phenomenology
+hep-ph/0702293 Phenomenology
+hep-ph/0702294 Phenomenology
+hep-ph/0702296 Phenomenology
+hep-ph/0703002 Phenomenology
+hep-ph/0703003 Phenomenology
+hep-ph/0703005 Phenomenology
+hep-ph/0703006 Phenomenology
+hep-ph/0703007 Phenomenology
+hep-ph/0703009 Phenomenology
+hep-ph/0703010 Phenomenology
+hep-ph/0703011 Phenomenology
+hep-ph/0703012 Phenomenology
+hep-ph/0703013 Phenomenology
+hep-ph/0703015 Phenomenology
+hep-ph/0703016 Phenomenology
+hep-ph/0703017 Phenomenology
+hep-ph/0703020 Phenomenology
+hep-ph/0703022 Phenomenology
+hep-ph/0703025 Phenomenology
+hep-ph/0703029 Phenomenology
+hep-ph/0703032 Phenomenology
+hep-ph/0703033 Phenomenology
+hep-ph/0703035 Phenomenology
+hep-ph/0703038 Phenomenology
+hep-ph/0703040 Phenomenology
+hep-ph/0703041 Phenomenology
+hep-ph/0703042 Phenomenology
+hep-ph/0703043 Phenomenology
+hep-ph/0703044 Phenomenology
+hep-ph/0703045 Phenomenology
+hep-ph/0703046 Phenomenology
+hep-ph/0703047 Phenomenology
+hep-ph/0703049 Phenomenology
+hep-ph/0703051 Phenomenology
+hep-ph/0703053 Phenomenology
+hep-ph/0703055 Phenomenology
+hep-ph/0703057 Phenomenology
+hep-ph/0703059 Phenomenology
+hep-ph/0703061 Phenomenology
+hep-ph/0703063 Phenomenology
+hep-ph/0703064 Phenomenology
+hep-ph/0703066 Phenomenology
+hep-ph/0703067 Phenomenology
+hep-ph/0703069 Phenomenology
+hep-ph/0703070 Phenomenology
+hep-ph/0703071 Phenomenology
+hep-ph/0703072 Phenomenology
+hep-ph/0703074 Phenomenology
+hep-ph/0703076 Phenomenology
+hep-ph/0703077 Phenomenology
+hep-ph/0703078 Phenomenology
+hep-ph/0703079 Phenomenology
+hep-ph/0703080 Phenomenology
+hep-ph/0703081 Phenomenology
+hep-ph/0703082 Phenomenology
+hep-ph/0703083 Phenomenology
+hep-ph/0703084 Phenomenology
+hep-ph/0703089 Phenomenology
+hep-ph/0703090 Phenomenology
+hep-ph/0703091 Phenomenology
+hep-ph/0703092 Phenomenology
+hep-ph/0703094 Phenomenology
+hep-ph/0703095 Phenomenology
+hep-ph/0703096 Phenomenology
+hep-ph/0703097 Phenomenology
+hep-ph/0703098 Phenomenology
+hep-ph/0703099 Phenomenology
+hep-ph/0703103 Phenomenology
+hep-ph/0703106 Phenomenology
+hep-ph/0703107 Phenomenology
+hep-ph/0703111 Phenomenology
+hep-ph/0703120 Phenomenology
+hep-ph/0703122 Phenomenology
+hep-ph/0703129 Phenomenology
+hep-ph/0703130 Phenomenology
+hep-ph/0703133 Phenomenology
+hep-ph/0703137 Phenomenology
+hep-ph/0703138 Phenomenology
+hep-ph/0703140 Phenomenology
+hep-ph/0703141 Phenomenology
+hep-ph/0703142 Phenomenology
+hep-ph/0703144 Phenomenology
+hep-ph/0703146 Phenomenology
+hep-ph/0703147 Phenomenology
+hep-ph/0703148 Phenomenology
+hep-ph/0703149 Phenomenology
+hep-ph/0703150 Phenomenology
+hep-ph/0703151 Phenomenology
+hep-ph/0703152 Phenomenology
+hep-ph/0703153 Phenomenology
+hep-ph/0703154 Phenomenology
+hep-ph/0703155 Phenomenology
+hep-ph/0703157 Phenomenology
+hep-ph/0703159 Phenomenology
+hep-ph/0703160 Phenomenology
+hep-ph/0703162 Phenomenology
+hep-ph/0703166 Phenomenology
+hep-ph/0703167 Phenomenology
+hep-ph/0703168 Phenomenology
+hep-ph/0703169 Phenomenology
+hep-ph/0703172 Phenomenology
+hep-ph/0703174 Phenomenology
+hep-ph/0703175 Phenomenology
+hep-ph/0703176 Phenomenology
+hep-ph/0703177 Phenomenology
+hep-ph/0703178 Phenomenology
+hep-ph/0703179 Phenomenology
+hep-ph/0703181 Phenomenology
+hep-ph/0703183 Phenomenology
+hep-ph/0703184 Phenomenology
+hep-ph/0703186 Phenomenology
+hep-ph/0703190 Phenomenology
+hep-ph/0703191 Phenomenology
+hep-ph/0703195 Phenomenology
+hep-ph/0703196 Phenomenology
+hep-ph/0703197 Phenomenology
+hep-ph/0703199 Phenomenology
+hep-ph/0703201 Phenomenology
+hep-ph/0703204 Phenomenology
+hep-ph/0703205 Phenomenology
+hep-ph/0703207 Phenomenology
+hep-ph/0703209 Phenomenology
+hep-ph/0703211 Phenomenology
+hep-ph/0703212 Phenomenology
+hep-ph/0703213 Phenomenology
+hep-ph/0703215 Phenomenology
+hep-ph/0703217 Phenomenology
+hep-ph/0703218 Phenomenology
+hep-ph/0703219 Phenomenology
+hep-ph/0703220 Phenomenology
+hep-ph/0703221 Phenomenology
+hep-ph/0703222 Phenomenology
+hep-ph/0703224 Phenomenology
+hep-ph/0703225 Phenomenology
+hep-ph/0703227 Phenomenology
+hep-ph/0703228 Phenomenology
+hep-ph/0703230 Phenomenology
+hep-ph/0703231 Phenomenology
+hep-ph/0703232 Phenomenology
+hep-ph/0703233 Phenomenology
+hep-ph/0703234 Phenomenology
+hep-ph/0703236 Phenomenology
+hep-ph/0703237 Phenomenology
+hep-ph/0703239 Phenomenology
+hep-ph/0703242 Phenomenology
+hep-ph/0703243 Phenomenology
+hep-ph/0703246 Phenomenology
+hep-ph/0703248 Phenomenology
+hep-ph/0703249 Phenomenology
+hep-ph/0703251 Phenomenology
+hep-ph/0703253 Phenomenology
+hep-ph/0703255 Phenomenology
+hep-ph/0703256 Phenomenology
+hep-ph/0703257 Phenomenology
+hep-ph/0703259 Phenomenology
+hep-ph/0703260 Phenomenology
+hep-ph/0703261 Phenomenology
+hep-ph/0703262 Phenomenology
+hep-ph/0703264 Phenomenology
+hep-ph/0703265 Phenomenology
+hep-ph/0703266 Phenomenology
+hep-ph/0703269 Phenomenology
+hep-ph/0703270 Phenomenology
+hep-ph/0703272 Phenomenology
+hep-ph/0703273 Phenomenology
+hep-ph/0703276 Phenomenology
+hep-ph/0703277 Phenomenology
+hep-ph/0703278 Phenomenology
+hep-ph/0703280 Phenomenology
+hep-ph/0703283 Phenomenology
+hep-ph/0703284 Phenomenology
+hep-ph/0703285 Phenomenology
+hep-ph/0703286 Phenomenology
+hep-ph/0703289 Phenomenology
+hep-ph/0703291 Phenomenology
+hep-ph/0703294 Phenomenology
+hep-ph/0703295 Phenomenology
+hep-ph/0703296 Phenomenology
+hep-ph/0703298 Phenomenology
+hep-ph/0703299 Phenomenology
+hep-ph/0703300 Phenomenology
+hep-ph/0703301 Phenomenology
+hep-ph/0703303 Phenomenology
+hep-ph/0703304 Phenomenology
+hep-ph/0703306 Phenomenology
+hep-ph/0703308 Phenomenology
+hep-ph/0703311 Phenomenology
+hep-ph/0703312 Phenomenology
+hep-ph/0703313 Phenomenology
+hep-ph/0703315 Phenomenology
+hep-ph/0703316 Phenomenology
+hep-ph/0703318 Phenomenology
+hep-ph/0703320 Phenomenology
+hep-ph/9204207 Phenomenology
+hep-ph/9205229 Phenomenology
+hep-ph/9205230 Phenomenology
+hep-ph/9205237 Phenomenology
+hep-ph/9205243 Phenomenology
+hep-ph/9206203 Phenomenology
+hep-ph/9206224 Phenomenology
+hep-ph/9206227 Phenomenology
+hep-ph/9206247 Phenomenology
+hep-ph/9206249 Phenomenology
+hep-ph/9206254 Phenomenology
+hep-ph/9207209 Phenomenology
+hep-ph/9207210 Phenomenology
+hep-ph/9207234 Phenomenology
+hep-ph/9207253 Phenomenology
+hep-ph/9208228 Phenomenology
+hep-ph/9208230 Phenomenology
+hep-ph/9208238 Phenomenology
+hep-ph/9208248 Phenomenology
+hep-ph/9208251 Phenomenology
+hep-ph/9209206 Phenomenology
+hep-ph/9209217 Phenomenology
+hep-ph/9209224 Phenomenology
+hep-ph/9209231 Phenomenology
+hep-ph/9209233 Phenomenology
+hep-ph/9209241 Phenomenology
+hep-ph/9209259 Phenomenology
+hep-ph/9209276 Phenomenology
+hep-ph/9209285 Phenomenology
+hep-ph/9209297 Phenomenology
+hep-ph/9210221 Phenomenology
+hep-ph/9210223 Phenomenology
+hep-ph/9210258 Phenomenology
+hep-ph/9210265 Phenomenology
+hep-ph/9210279 Phenomenology
+hep-ph/9210281 Phenomenology
+hep-ph/9211214 Phenomenology
+hep-ph/9211225 Phenomenology
+hep-ph/9211244 Phenomenology
+hep-ph/9211296 Phenomenology
+hep-ph/9211307 Phenomenology
+hep-ph/9211320 Phenomenology
+hep-ph/9212206 Phenomenology
+hep-ph/9212207 Phenomenology
+hep-ph/9212219 Phenomenology
+hep-ph/9212245 Phenomenology
+hep-ph/9212253 Phenomenology
+hep-ph/9212278 Phenomenology
+hep-ph/9212294 Phenomenology
+hep-ph/9212295 Phenomenology
+hep-ph/9212308 Phenomenology
+hep-ph/9301202 Phenomenology
+hep-ph/9301211 Phenomenology
+hep-ph/9301239 Phenomenology
+hep-ph/9301247 Phenomenology
+hep-ph/9301253 Phenomenology
+hep-ph/9301254 Phenomenology
+hep-ph/9301280 Phenomenology
+hep-ph/9302206 Phenomenology
+hep-ph/9302225 Phenomenology
+hep-ph/9302226 Phenomenology
+hep-ph/9302227 Phenomenology
+hep-ph/9302249 Phenomenology
+hep-ph/9302251 Phenomenology
+hep-ph/9302252 Phenomenology
+hep-ph/9302253 Phenomenology
+hep-ph/9302262 Phenomenology
+hep-ph/9302285 Phenomenology
+hep-ph/9302292 Phenomenology
+hep-ph/9302317 Phenomenology
+hep-ph/9302318 Phenomenology
+hep-ph/9303202 Phenomenology
+hep-ph/9303223 Phenomenology
+hep-ph/9303259 Phenomenology
+hep-ph/9303263 Phenomenology
+hep-ph/9303271 Phenomenology
+hep-ph/9303287 Phenomenology
+hep-ph/9303291 Phenomenology
+hep-ph/9303306 Phenomenology
+hep-ph/9304223 Phenomenology
+hep-ph/9304241 Phenomenology
+hep-ph/9304242 Phenomenology
+hep-ph/9304243 Phenomenology
+hep-ph/9304247 Phenomenology
+hep-ph/9304262 Phenomenology
+hep-ph/9304311 Phenomenology
+hep-ph/9305232 Phenomenology
+hep-ph/9305254 Phenomenology
+hep-ph/9305336 Phenomenology
+hep-ph/9306216 Phenomenology
+hep-ph/9306221 Phenomenology
+hep-ph/9306239 Phenomenology
+hep-ph/9306251 Phenomenology
+hep-ph/9306305 Phenomenology
+hep-ph/9306326 Phenomenology
+hep-ph/9306332 Phenomenology
+hep-ph/9307208 Phenomenology
+hep-ph/9307213 Phenomenology
+hep-ph/9307243 Phenomenology
+hep-ph/9307244 Phenomenology
+hep-ph/9307245 Phenomenology
+hep-ph/9307296 Phenomenology
+hep-ph/9307302 Phenomenology
+hep-ph/9307320 Phenomenology
+hep-ph/9307336 Phenomenology
+hep-ph/9308204 Phenomenology
+hep-ph/9308234 Phenomenology
+hep-ph/9308258 Phenomenology
+hep-ph/9308260 Phenomenology
+hep-ph/9308261 Phenomenology
+hep-ph/9308278 Phenomenology
+hep-ph/9308292 Phenomenology
+hep-ph/9308294 Phenomenology
+hep-ph/9308295 Phenomenology
+hep-ph/9308327 Phenomenology
+hep-ph/9308337 Phenomenology
+hep-ph/9308347 Phenomenology
+hep-ph/9308350 Phenomenology
+hep-ph/9308362 Phenomenology
+hep-ph/9309221 Phenomenology
+hep-ph/9309223 Phenomenology
+hep-ph/9309225 Phenomenology
+hep-ph/9309247 Phenomenology
+hep-ph/9309248 Phenomenology
+hep-ph/9309252 Phenomenology
+hep-ph/9309266 Phenomenology
+hep-ph/9309275 Phenomenology
+hep-ph/9309293 Phenomenology
+hep-ph/9309310 Phenomenology
+hep-ph/9309328 Phenomenology
+hep-ph/9309333 Phenomenology
+hep-ph/9309335 Phenomenology
+hep-ph/9310215 Phenomenology
+hep-ph/9310225 Phenomenology
+hep-ph/9310233 Phenomenology
+hep-ph/9310246 Phenomenology
+hep-ph/9310256 Phenomenology
+hep-ph/9310325 Phenomenology
+hep-ph/9310349 Phenomenology
+hep-ph/9312215 Phenomenology
+hep-ph/9312250 Phenomenology
+hep-ph/9312269 Phenomenology
+hep-ph/9312306 Phenomenology
+hep-ph/9312341 Phenomenology
+hep-ph/9312356 Phenomenology
+hep-ph/9401209 Phenomenology
+hep-ph/9402203 Phenomenology
+hep-ph/9402243 Phenomenology
+hep-ph/9402251 Phenomenology
+hep-ph/9402293 Phenomenology
+hep-ph/9402328 Phenomenology
+hep-ph/9403224 Phenomenology
+hep-ph/9403296 Phenomenology
+hep-ph/9403316 Phenomenology
+hep-ph/9403317 Phenomenology
+hep-ph/9403347 Phenomenology
+hep-ph/9403360 Phenomenology
+hep-ph/9403372 Phenomenology
+hep-ph/9403384 Phenomenology
+hep-ph/9404209 Phenomenology
+hep-ph/9404239 Phenomenology
+hep-ph/9404294 Phenomenology
+hep-ph/9404327 Phenomenology
+hep-ph/9405216 Phenomenology
+hep-ph/9405267 Phenomenology
+hep-ph/9405273 Phenomenology
+hep-ph/9405352 Phenomenology
+hep-ph/9405373 Phenomenology
+hep-ph/9406204 Phenomenology
+hep-ph/9406284 Phenomenology
+hep-ph/9406287 Phenomenology
+hep-ph/9406296 Phenomenology
+hep-ph/9406347 Phenomenology
+hep-ph/9406360 Phenomenology
+hep-ph/9406396 Phenomenology
+hep-ph/9407285 Phenomenology
+hep-ph/9407286 Phenomenology
+hep-ph/9407321 Phenomenology
+hep-ph/9407359 Phenomenology
+hep-ph/9407381 Phenomenology
+hep-ph/9407395 Phenomenology
+hep-ph/9408207 Phenomenology
+hep-ph/9408253 Phenomenology
+hep-ph/9408301 Phenomenology
+hep-ph/9408312 Phenomenology
+hep-ph/9408397 Phenomenology
+hep-ph/9408406 Phenomenology
+hep-ph/9409270 Phenomenology
+hep-ph/9409335 Phenomenology
+hep-ph/9409362 Phenomenology
+hep-ph/9409380 Phenomenology
+hep-ph/9409392 Phenomenology
+hep-ph/9409431 Phenomenology
+hep-ph/9409436 Phenomenology
+hep-ph/9409461 Phenomenology
+hep-ph/9409464 Phenomenology
+hep-ph/9410205 Phenomenology
+hep-ph/9410217 Phenomenology
+hep-ph/9410234 Phenomenology
+hep-ph/9410245 Phenomenology
+hep-ph/9410315 Phenomenology
+hep-ph/9410340 Phenomenology
+hep-ph/9410376 Phenomenology
+hep-ph/9411203 Phenomenology
+hep-ph/9411234 Phenomenology
+hep-ph/9411268 Phenomenology
+hep-ph/9411285 Phenomenology
+hep-ph/9411286 Phenomenology
+hep-ph/9411301 Phenomenology
+hep-ph/9411388 Phenomenology
+hep-ph/9411392 Phenomenology
+hep-ph/9411397 Phenomenology
+hep-ph/9412213 Phenomenology
+hep-ph/9412259 Phenomenology
+hep-ph/9412269 Phenomenology
+hep-ph/9412309 Phenomenology
+hep-ph/9412313 Phenomenology
+hep-ph/9412322 Phenomenology
+hep-ph/9412338 Phenomenology
+hep-ph/9412348 Phenomenology
+hep-ph/9412352 Phenomenology
+hep-ph/9412353 Phenomenology
+hep-ph/9412393 Phenomenology
+hep-ph/9412399 Phenomenology
+hep-ph/9501251 Phenomenology
+hep-ph/9501304 Phenomenology
+hep-ph/9502274 Phenomenology
+hep-ph/9502276 Phenomenology
+hep-ph/9502295 Phenomenology
+hep-ph/9503332 Phenomenology
+hep-ph/9503406 Phenomenology
+hep-ph/9503414 Phenomenology
+hep-ph/9503437 Phenomenology
+hep-ph/9503442 Phenomenology
+hep-ph/9503448 Phenomenology
+hep-ph/9503488 Phenomenology
+hep-ph/9504220 Phenomenology
+hep-ph/9504230 Phenomenology
+hep-ph/9504243 Phenomenology
+hep-ph/9504258 Phenomenology
+hep-ph/9504264 Phenomenology
+hep-ph/9504274 Phenomenology
+hep-ph/9504316 Phenomenology
+hep-ph/9504318 Phenomenology
+hep-ph/9504322 Phenomenology
+hep-ph/9504333 Phenomenology
+hep-ph/9504355 Phenomenology
+hep-ph/9504414 Phenomenology
+hep-ph/9504426 Phenomenology
+hep-ph/9505204 Phenomenology
+hep-ph/9505205 Phenomenology
+hep-ph/9505215 Phenomenology
+hep-ph/9505281 Phenomenology
+hep-ph/9505294 Phenomenology
+hep-ph/9505318 Phenomenology
+hep-ph/9505322 Phenomenology
+hep-ph/9505360 Phenomenology
+hep-ph/9505367 Phenomenology
+hep-ph/9505375 Phenomenology
+hep-ph/9505394 Phenomenology
+hep-ph/9505405 Phenomenology
+hep-ph/9505416 Phenomenology
+hep-ph/9505419 Phenomenology
+hep-ph/9505425 Phenomenology
+hep-ph/9506204 Phenomenology
+hep-ph/9506226 Phenomenology
+hep-ph/9506289 Phenomenology
+hep-ph/9506305 Phenomenology
+hep-ph/9506308 Phenomenology
+hep-ph/9506356 Phenomenology
+hep-ph/9506359 Phenomenology
+hep-ph/9506375 Phenomenology
+hep-ph/9506391 Phenomenology
+hep-ph/9506406 Phenomenology
+hep-ph/9506410 Phenomenology
+hep-ph/9506427 Phenomenology
+hep-ph/9506430 Phenomenology
+hep-ph/9506442 Phenomenology
+hep-ph/9506448 Phenomenology
+hep-ph/9507213 Phenomenology
+hep-ph/9507218 Phenomenology
+hep-ph/9507227 Phenomenology
+hep-ph/9507251 Phenomenology
+hep-ph/9507275 Phenomenology
+hep-ph/9507287 Phenomenology
+hep-ph/9507315 Phenomenology
+hep-ph/9507316 Phenomenology
+hep-ph/9507326 Phenomenology
+hep-ph/9507346 Phenomenology
+hep-ph/9507365 Phenomenology
+hep-ph/9507372 Phenomenology
+hep-ph/9507387 Phenomenology
+hep-ph/9507388 Phenomenology
+hep-ph/9507392 Phenomenology
+hep-ph/9507419 Phenomenology
+hep-ph/9507444 Phenomenology
+hep-ph/9507449 Phenomenology
+hep-ph/9508205 Phenomenology
+hep-ph/9508220 Phenomenology
+hep-ph/9508225 Phenomenology
+hep-ph/9508229 Phenomenology
+hep-ph/9508239 Phenomenology
+hep-ph/9508248 Phenomenology
+hep-ph/9508250 Phenomenology
+hep-ph/9508258 Phenomenology
+hep-ph/9508259 Phenomenology
+hep-ph/9508298 Phenomenology
+hep-ph/9508311 Phenomenology
+hep-ph/9508321 Phenomenology
+hep-ph/9508323 Phenomenology
+hep-ph/9508326 Phenomenology
+hep-ph/9508343 Phenomenology
+hep-ph/9508346 Phenomenology
+hep-ph/9508379 Phenomenology
+hep-ph/9508381 Phenomenology
+hep-ph/9508384 Phenomenology
+hep-ph/9508410 Phenomenology
+hep-ph/9509213 Phenomenology
+hep-ph/9509227 Phenomenology
+hep-ph/9509247 Phenomenology
+hep-ph/9509255 Phenomenology
+hep-ph/9509256 Phenomenology
+hep-ph/9509258 Phenomenology
+hep-ph/9509260 Phenomenology
+hep-ph/9509277 Phenomenology
+hep-ph/9509285 Phenomenology
+hep-ph/9509289 Phenomenology
+hep-ph/9509296 Phenomenology
+hep-ph/9509304 Phenomenology
+hep-ph/9509305 Phenomenology
+hep-ph/9509307 Phenomenology
+hep-ph/9509326 Phenomenology
+hep-ph/9509348 Phenomenology
+hep-ph/9509352 Phenomenology
+hep-ph/9509364 Phenomenology
+hep-ph/9509366 Phenomenology
+hep-ph/9509373 Phenomenology
+hep-ph/9509399 Phenomenology
+hep-ph/9509411 Phenomenology
+hep-ph/9509412 Phenomenology
+hep-ph/9509433 Phenomenology
+hep-ph/9510212 Phenomenology
+hep-ph/9510220 Phenomenology
+hep-ph/9510232 Phenomenology
+hep-ph/9510242 Phenomenology
+hep-ph/9510250 Phenomenology
+hep-ph/9510252 Phenomenology
+hep-ph/9510258 Phenomenology
+hep-ph/9510275 Phenomenology
+hep-ph/9510277 Phenomenology
+hep-ph/9510284 Phenomenology
+hep-ph/9510303 Phenomenology
+hep-ph/9510356 Phenomenology
+hep-ph/9510367 Phenomenology
+hep-ph/9510378 Phenomenology
+hep-ph/9510420 Phenomenology
+hep-ph/9510421 Phenomenology
+hep-ph/9510425 Phenomenology
+hep-ph/9511203 Phenomenology
+hep-ph/9511205 Phenomenology
+hep-ph/9511210 Phenomenology
+hep-ph/9511221 Phenomenology
+hep-ph/9511259 Phenomenology
+hep-ph/9511285 Phenomenology
+hep-ph/9511327 Phenomenology
+hep-ph/9511331 Phenomenology
+hep-ph/9511335 Phenomenology
+hep-ph/9511336 Phenomenology
+hep-ph/9511337 Phenomenology
+hep-ph/9511379 Phenomenology
+hep-ph/9511380 Phenomenology
+hep-ph/9511397 Phenomenology
+hep-ph/9511419 Phenomenology
+hep-ph/9511434 Phenomenology
+hep-ph/9511441 Phenomenology
+hep-ph/9511449 Phenomenology
+hep-ph/9511471 Phenomenology
+hep-ph/9512231 Phenomenology
+hep-ph/9512237 Phenomenology
+hep-ph/9512248 Phenomenology
+hep-ph/9512268 Phenomenology
+hep-ph/9512285 Phenomenology
+hep-ph/9512292 Phenomenology
+hep-ph/9512321 Phenomenology
+hep-ph/9512324 Phenomenology
+hep-ph/9512366 Phenomenology
+hep-ph/9512373 Phenomenology
+hep-ph/9512380 Phenomenology
+hep-ph/9512381 Phenomenology
+hep-ph/9512399 Phenomenology
+hep-ph/9512401 Phenomenology
+hep-ph/9512408 Phenomenology
+hep-ph/9512427 Phenomenology
+hep-ph/9512446 Phenomenology
+hep-ph/9601201 Phenomenology
+hep-ph/9601210 Phenomenology
+hep-ph/9601231 Phenomenology
+hep-ph/9601237 Phenomenology
+hep-ph/9601309 Phenomenology
+hep-ph/9601322 Phenomenology
+hep-ph/9601343 Phenomenology
+hep-ph/9601351 Phenomenology
+hep-ph/9601365 Phenomenology
+hep-ph/9601371 Phenomenology
+hep-ph/9602227 Phenomenology
+hep-ph/9602233 Phenomenology
+hep-ph/9602249 Phenomenology
+hep-ph/9602258 Phenomenology
+hep-ph/9602266 Phenomenology
+hep-ph/9602285 Phenomenology
+hep-ph/9602294 Phenomenology
+hep-ph/9602306 Phenomenology
+hep-ph/9602312 Phenomenology
+hep-ph/9602315 Phenomenology
+hep-ph/9602321 Phenomenology
+hep-ph/9602333 Phenomenology
+hep-ph/9602359 Phenomenology
+hep-ph/9602366 Phenomenology
+hep-ph/9602370 Phenomenology
+hep-ph/9602372 Phenomenology
+hep-ph/9602399 Phenomenology
+hep-ph/9602407 Phenomenology
+hep-ph/9602432 Phenomenology
+hep-ph/9603201 Phenomenology
+hep-ph/9603214 Phenomenology
+hep-ph/9603256 Phenomenology
+hep-ph/9603267 Phenomenology
+hep-ph/9603271 Phenomenology
+hep-ph/9603294 Phenomenology
+hep-ph/9603311 Phenomenology
+hep-ph/9603327 Phenomenology
+hep-ph/9603349 Phenomenology
+hep-ph/9603358 Phenomenology
+hep-ph/9603359 Phenomenology
+hep-ph/9603364 Phenomenology
+hep-ph/9603366 Phenomenology
+hep-ph/9603386 Phenomenology
+hep-ph/9603390 Phenomenology
+hep-ph/9603392 Phenomenology
+hep-ph/9603404 Phenomenology
+hep-ph/9603420 Phenomenology
+hep-ph/9603425 Phenomenology
+hep-ph/9603429 Phenomenology
+hep-ph/9603433 Phenomenology
+hep-ph/9603434 Phenomenology
+hep-ph/9603436 Phenomenology
+hep-ph/9603443 Phenomenology
+hep-ph/9603449 Phenomenology
+hep-ph/9604215 Phenomenology
+hep-ph/9604242 Phenomenology
+hep-ph/9604243 Phenomenology
+hep-ph/9604250 Phenomenology
+hep-ph/9604257 Phenomenology
+hep-ph/9604258 Phenomenology
+hep-ph/9604284 Phenomenology
+hep-ph/9604313 Phenomenology
+hep-ph/9604323 Phenomenology
+hep-ph/9604358 Phenomenology
+hep-ph/9604364 Phenomenology
+hep-ph/9604369 Phenomenology
+hep-ph/9604389 Phenomenology
+hep-ph/9604406 Phenomenology
+hep-ph/9604415 Phenomenology
+hep-ph/9605211 Phenomenology
+hep-ph/9605234 Phenomenology
+hep-ph/9605246 Phenomenology
+hep-ph/9605298 Phenomenology
+hep-ph/9605317 Phenomenology
+hep-ph/9605334 Phenomenology
+hep-ph/9605351 Phenomenology
+hep-ph/9605364 Phenomenology
+hep-ph/9605384 Phenomenology
+hep-ph/9605389 Phenomenology
+hep-ph/9605400 Phenomenology
+hep-ph/9605420 Phenomenology
+hep-ph/9605444 Phenomenology
+hep-ph/9605452 Phenomenology
+hep-ph/9606202 Phenomenology
+hep-ph/9606212 Phenomenology
+hep-ph/9606268 Phenomenology
+hep-ph/9606275 Phenomenology
+hep-ph/9606281 Phenomenology
+hep-ph/9606293 Phenomenology
+hep-ph/9606297 Phenomenology
+hep-ph/9606346 Phenomenology
+hep-ph/9606354 Phenomenology
+hep-ph/9606362 Phenomenology
+hep-ph/9606366 Phenomenology
+hep-ph/9606381 Phenomenology
+hep-ph/9606383 Phenomenology
+hep-ph/9606386 Phenomenology
+hep-ph/9606394 Phenomenology
+hep-ph/9606398 Phenomenology
+hep-ph/9606399 Phenomenology
+hep-ph/9606402 Phenomenology
+hep-ph/9606412 Phenomenology
+hep-ph/9606429 Phenomenology
+hep-ph/9606449 Phenomenology
+hep-ph/9606458 Phenomenology
+hep-ph/9606471 Phenomenology
+hep-ph/9607226 Phenomenology
+hep-ph/9607239 Phenomenology
+hep-ph/9607264 Phenomenology
+hep-ph/9607285 Phenomenology
+hep-ph/9607286 Phenomenology
+hep-ph/9607297 Phenomenology
+hep-ph/9607305 Phenomenology
+hep-ph/9607355 Phenomenology
+hep-ph/9607365 Phenomenology
+hep-ph/9607367 Phenomenology
+hep-ph/9607379 Phenomenology
+hep-ph/9607395 Phenomenology
+hep-ph/9607399 Phenomenology
+hep-ph/9607439 Phenomenology
+hep-ph/9607449 Phenomenology
+hep-ph/9607452 Phenomenology
+hep-ph/9607456 Phenomenology
+hep-ph/9607466 Phenomenology
+hep-ph/9607473 Phenomenology
+hep-ph/9608203 Phenomenology
+hep-ph/9608224 Phenomenology
+hep-ph/9608231 Phenomenology
+hep-ph/9608248 Phenomenology
+hep-ph/9608256 Phenomenology
+hep-ph/9608299 Phenomenology
+hep-ph/9608317 Phenomenology
+hep-ph/9608321 Phenomenology
+hep-ph/9608329 Phenomenology
+hep-ph/9608339 Phenomenology
+hep-ph/9608343 Phenomenology
+hep-ph/9608388 Phenomenology
+hep-ph/9608398 Phenomenology
+hep-ph/9608452 Phenomenology
+hep-ph/9608459 Phenomenology
+hep-ph/9608475 Phenomenology
+hep-ph/9609204 Phenomenology
+hep-ph/9609216 Phenomenology
+hep-ph/9609257 Phenomenology
+hep-ph/9609263 Phenomenology
+hep-ph/9609287 Phenomenology
+hep-ph/9609297 Phenomenology
+hep-ph/9609301 Phenomenology
+hep-ph/9609306 Phenomenology
+hep-ph/9609318 Phenomenology
+hep-ph/9609319 Phenomenology
+hep-ph/9609323 Phenomenology
+hep-ph/9609339 Phenomenology
+hep-ph/9609341 Phenomenology
+hep-ph/9609342 Phenomenology
+hep-ph/9609359 Phenomenology
+hep-ph/9609368 Phenomenology
+hep-ph/9609371 Phenomenology
+hep-ph/9609404 Phenomenology
+hep-ph/9609413 Phenomenology
+hep-ph/9609428 Phenomenology
+hep-ph/9609459 Phenomenology
+hep-ph/9609474 Phenomenology
+hep-ph/9609488 Phenomenology
+hep-ph/9610219 Phenomenology
+hep-ph/9610223 Phenomenology
+hep-ph/9610233 Phenomenology
+hep-ph/9610237 Phenomenology
+hep-ph/9610242 Phenomenology
+hep-ph/9610258 Phenomenology
+hep-ph/9610280 Phenomenology
+hep-ph/9610312 Phenomenology
+hep-ph/9610313 Phenomenology
+hep-ph/9610317 Phenomenology
+hep-ph/9610319 Phenomenology
+hep-ph/9610325 Phenomenology
+hep-ph/9610331 Phenomenology
+hep-ph/9610338 Phenomenology
+hep-ph/9610375 Phenomenology
+hep-ph/9610382 Phenomenology
+hep-ph/9610451 Phenomenology
+hep-ph/9610470 Phenomenology
+hep-ph/9610514 Phenomenology
+hep-ph/9610544 Phenomenology
+hep-ph/9611217 Phenomenology
+hep-ph/9611244 Phenomenology
+hep-ph/9611272 Phenomenology
+hep-ph/9611277 Phenomenology
+hep-ph/9611281 Phenomenology
+hep-ph/9611290 Phenomenology
+hep-ph/9611292 Phenomenology
+hep-ph/9611297 Phenomenology
+hep-ph/9611320 Phenomenology
+hep-ph/9611327 Phenomenology
+hep-ph/9611328 Phenomenology
+hep-ph/9611332 Phenomenology
+hep-ph/9611333 Phenomenology
+hep-ph/9611347 Phenomenology
+hep-ph/9611363 Phenomenology
+hep-ph/9611365 Phenomenology
+hep-ph/9611376 Phenomenology
+hep-ph/9611400 Phenomenology
+hep-ph/9612211 Phenomenology
+hep-ph/9612230 Phenomenology
+hep-ph/9612242 Phenomenology
+hep-ph/9612252 Phenomenology
+hep-ph/9612261 Phenomenology
+hep-ph/9612265 Phenomenology
+hep-ph/9612268 Phenomenology
+hep-ph/9612280 Phenomenology
+hep-ph/9612284 Phenomenology
+hep-ph/9612286 Phenomenology
+hep-ph/9612287 Phenomenology
+hep-ph/9612318 Phenomenology
+hep-ph/9612347 Phenomenology
+hep-ph/9612367 Phenomenology
+hep-ph/9612374 Phenomenology
+hep-ph/9612377 Phenomenology
+hep-ph/9612390 Phenomenology
+hep-ph/9612394 Phenomenology
+hep-ph/9612413 Phenomenology
+hep-ph/9612416 Phenomenology
+hep-ph/9612418 Phenomenology
+hep-ph/9612450 Phenomenology
+hep-ph/9612454 Phenomenology
+hep-ph/9612457 Phenomenology
+hep-ph/9612471 Phenomenology
+hep-ph/9701222 Phenomenology
+hep-ph/9701227 Phenomenology
+hep-ph/9701248 Phenomenology
+hep-ph/9701254 Phenomenology
+hep-ph/9701271 Phenomenology
+hep-ph/9701301 Phenomenology
+hep-ph/9701325 Phenomenology
+hep-ph/9701390 Phenomenology
+hep-ph/9701392 Phenomenology
+hep-ph/9701399 Phenomenology
+hep-ph/9701401 Phenomenology
+hep-ph/9701402 Phenomenology
+hep-ph/9701403 Phenomenology
+hep-ph/9701415 Phenomenology
+hep-ph/9701418 Phenomenology
+hep-ph/9701419 Phenomenology
+hep-ph/9701425 Phenomenology
+hep-ph/9702255 Phenomenology
+hep-ph/9702276 Phenomenology
+hep-ph/9702281 Phenomenology
+hep-ph/9702290 Phenomenology
+hep-ph/9702301 Phenomenology
+hep-ph/9702308 Phenomenology
+hep-ph/9702314 Phenomenology
+hep-ph/9702363 Phenomenology
+hep-ph/9702373 Phenomenology
+hep-ph/9702381 Phenomenology
+hep-ph/9702386 Phenomenology
+hep-ph/9702416 Phenomenology
+hep-ph/9702436 Phenomenology
+hep-ph/9703201 Phenomenology
+hep-ph/9703214 Phenomenology
+hep-ph/9703220 Phenomenology
+hep-ph/9703238 Phenomenology
+hep-ph/9703240 Phenomenology
+hep-ph/9703246 Phenomenology
+hep-ph/9703248 Phenomenology
+hep-ph/9703249 Phenomenology
+hep-ph/9703253 Phenomenology
+hep-ph/9703257 Phenomenology
+hep-ph/9703270 Phenomenology
+hep-ph/9703271 Phenomenology
+hep-ph/9703272 Phenomenology
+hep-ph/9703274 Phenomenology
+hep-ph/9703275 Phenomenology
+hep-ph/9703290 Phenomenology
+hep-ph/9703292 Phenomenology
+hep-ph/9703306 Phenomenology
+hep-ph/9703329 Phenomenology
+hep-ph/9703330 Phenomenology
+hep-ph/9703358 Phenomenology
+hep-ph/9703360 Phenomenology
+hep-ph/9703391 Phenomenology
+hep-ph/9703397 Phenomenology
+hep-ph/9703399 Phenomenology
+hep-ph/9703441 Phenomenology
+hep-ph/9703454 Phenomenology
+hep-ph/9703462 Phenomenology
+hep-ph/9704201 Phenomenology
+hep-ph/9704238 Phenomenology
+hep-ph/9704239 Phenomenology
+hep-ph/9704249 Phenomenology
+hep-ph/9704274 Phenomenology
+hep-ph/9704296 Phenomenology
+hep-ph/9704326 Phenomenology
+hep-ph/9704339 Phenomenology
+hep-ph/9704342 Phenomenology
+hep-ph/9704360 Phenomenology
+hep-ph/9704361 Phenomenology
+hep-ph/9704374 Phenomenology
+hep-ph/9704379 Phenomenology
+hep-ph/9704432 Phenomenology
+hep-ph/9704440 Phenomenology
+hep-ph/9705217 Phenomenology
+hep-ph/9705221 Phenomenology
+hep-ph/9705222 Phenomenology
+hep-ph/9705227 Phenomenology
+hep-ph/9705230 Phenomenology
+hep-ph/9705255 Phenomenology
+hep-ph/9705259 Phenomenology
+hep-ph/9705268 Phenomenology
+hep-ph/9705287 Phenomenology
+hep-ph/9705291 Phenomenology
+hep-ph/9705302 Phenomenology
+hep-ph/9705305 Phenomenology
+hep-ph/9705344 Phenomenology
+hep-ph/9705351 Phenomenology
+hep-ph/9705352 Phenomenology
+hep-ph/9705367 Phenomenology
+hep-ph/9705368 Phenomenology
+hep-ph/9705388 Phenomenology
+hep-ph/9705401 Phenomenology
+hep-ph/9705435 Phenomenology
+hep-ph/9705437 Phenomenology
+hep-ph/9705453 Phenomenology
+hep-ph/9706210 Phenomenology
+hep-ph/9706218 Phenomenology
+hep-ph/9706223 Phenomenology
+hep-ph/9706239 Phenomenology
+hep-ph/9706256 Phenomenology
+hep-ph/9706271 Phenomenology
+hep-ph/9706293 Phenomenology
+hep-ph/9706297 Phenomenology
+hep-ph/9706312 Phenomenology
+hep-ph/9706331 Phenomenology
+hep-ph/9706344 Phenomenology
+hep-ph/9706348 Phenomenology
+hep-ph/9706381 Phenomenology
+hep-ph/9706385 Phenomenology
+hep-ph/9706395 Phenomenology
+hep-ph/9706423 Phenomenology
+hep-ph/9706445 Phenomenology
+hep-ph/9706452 Phenomenology
+hep-ph/9706454 Phenomenology
+hep-ph/9706464 Phenomenology
+hep-ph/9706509 Phenomenology
+hep-ph/9706510 Phenomenology
+hep-ph/9706512 Phenomenology
+hep-ph/9706516 Phenomenology
+hep-ph/9706526 Phenomenology
+hep-ph/9706534 Phenomenology
+hep-ph/9706538 Phenomenology
+hep-ph/9706540 Phenomenology
+hep-ph/9706543 Phenomenology
+hep-ph/9706549 Phenomenology
+hep-ph/9706551 Phenomenology
+hep-ph/9707224 Phenomenology
+hep-ph/9707231 Phenomenology
+hep-ph/9707248 Phenomenology
+hep-ph/9707253 Phenomenology
+hep-ph/9707264 Phenomenology
+hep-ph/9707296 Phenomenology
+hep-ph/9707334 Phenomenology
+hep-ph/9707357 Phenomenology
+hep-ph/9707371 Phenomenology
+hep-ph/9707377 Phenomenology
+hep-ph/9707387 Phenomenology
+hep-ph/9707407 Phenomenology
+hep-ph/9707412 Phenomenology
+hep-ph/9707426 Phenomenology
+hep-ph/9707431 Phenomenology
+hep-ph/9707458 Phenomenology
+hep-ph/9707469 Phenomenology
+hep-ph/9707474 Phenomenology
+hep-ph/9707509 Phenomenology
+hep-ph/9707523 Phenomenology
+hep-ph/9708222 Phenomenology
+hep-ph/9708248 Phenomenology
+hep-ph/9708249 Phenomenology
+hep-ph/9708250 Phenomenology
+hep-ph/9708258 Phenomenology
+hep-ph/9708270 Phenomenology
+hep-ph/9708280 Phenomenology
+hep-ph/9708395 Phenomenology
+hep-ph/9708406 Phenomenology
+hep-ph/9708431 Phenomenology
+hep-ph/9708440 Phenomenology
+hep-ph/9708463 Phenomenology
+hep-ph/9708469 Phenomenology
+hep-ph/9708478 Phenomenology
+hep-ph/9708484 Phenomenology
+hep-ph/9708488 Phenomenology
+hep-ph/9709215 Phenomenology
+hep-ph/9709222 Phenomenology
+hep-ph/9709264 Phenomenology
+hep-ph/9709274 Phenomenology
+hep-ph/9709292 Phenomenology
+hep-ph/9709305 Phenomenology
+hep-ph/9709307 Phenomenology
+hep-ph/9709316 Phenomenology
+hep-ph/9709319 Phenomenology
+hep-ph/9709322 Phenomenology
+hep-ph/9709354 Phenomenology
+hep-ph/9709371 Phenomenology
+hep-ph/9709376 Phenomenology
+hep-ph/9709384 Phenomenology
+hep-ph/9709413 Phenomenology
+hep-ph/9709428 Phenomenology
+hep-ph/9709432 Phenomenology
+hep-ph/9709442 Phenomenology
+hep-ph/9709448 Phenomenology
+hep-ph/9709450 Phenomenology
+hep-ph/9709453 Phenomenology
+hep-ph/9709455 Phenomenology
+hep-ph/9709465 Phenomenology
+hep-ph/9709487 Phenomenology
+hep-ph/9709488 Phenomenology
+hep-ph/9710217 Phenomenology
+hep-ph/9710235 Phenomenology
+hep-ph/9710238 Phenomenology
+hep-ph/9710255 Phenomenology
+hep-ph/9710308 Phenomenology
+hep-ph/9710314 Phenomenology
+hep-ph/9710317 Phenomenology
+hep-ph/9710319 Phenomenology
+hep-ph/9710335 Phenomenology
+hep-ph/9710340 Phenomenology
+hep-ph/9710360 Phenomenology
+hep-ph/9710361 Phenomenology
+hep-ph/9710364 Phenomenology
+hep-ph/9710390 Phenomenology
+hep-ph/9710401 Phenomenology
+hep-ph/9710406 Phenomenology
+hep-ph/9710433 Phenomenology
+hep-ph/9710440 Phenomenology
+hep-ph/9710450 Phenomenology
+hep-ph/9710463 Phenomenology
+hep-ph/9710469 Phenomenology
+hep-ph/9710473 Phenomenology
+hep-ph/9710474 Phenomenology
+hep-ph/9710491 Phenomenology
+hep-ph/9710510 Phenomenology
+hep-ph/9710517 Phenomenology
+hep-ph/9710541 Phenomenology
+hep-ph/9711204 Phenomenology
+hep-ph/9711236 Phenomenology
+hep-ph/9711248 Phenomenology
+hep-ph/9711302 Phenomenology
+hep-ph/9711321 Phenomenology
+hep-ph/9711329 Phenomenology
+hep-ph/9711340 Phenomenology
+hep-ph/9711346 Phenomenology
+hep-ph/9711357 Phenomenology
+hep-ph/9711381 Phenomenology
+hep-ph/9711442 Phenomenology
+hep-ph/9711446 Phenomenology
+hep-ph/9711455 Phenomenology
+hep-ph/9711459 Phenomenology
+hep-ph/9711463 Phenomenology
+hep-ph/9711485 Phenomenology
+hep-ph/9711488 Phenomenology
+hep-ph/9711502 Phenomenology
+hep-ph/9711511 Phenomenology
+hep-ph/9711517 Phenomenology
+hep-ph/9712216 Phenomenology
+hep-ph/9712245 Phenomenology
+hep-ph/9712293 Phenomenology
+hep-ph/9712302 Phenomenology
+hep-ph/9712350 Phenomenology
+hep-ph/9712352 Phenomenology
+hep-ph/9712391 Phenomenology
+hep-ph/9712397 Phenomenology
+hep-ph/9712416 Phenomenology
+hep-ph/9712448 Phenomenology
+hep-ph/9712456 Phenomenology
+hep-ph/9712471 Phenomenology
+hep-ph/9712496 Phenomenology
+hep-ph/9712502 Phenomenology
+hep-ph/9712514 Phenomenology
+hep-ph/9712515 Phenomenology
+hep-ph/9712533 Phenomenology
+hep-ph/9801226 Phenomenology
+hep-ph/9801234 Phenomenology
+hep-ph/9801246 Phenomenology
+hep-ph/9801251 Phenomenology
+hep-ph/9801279 Phenomenology
+hep-ph/9801284 Phenomenology
+hep-ph/9801292 Phenomenology
+hep-ph/9801293 Phenomenology
+hep-ph/9801344 Phenomenology
+hep-ph/9801353 Phenomenology
+hep-ph/9801357 Phenomenology
+hep-ph/9801358 Phenomenology
+hep-ph/9801361 Phenomenology
+hep-ph/9801371 Phenomenology
+hep-ph/9801375 Phenomenology
+hep-ph/9801399 Phenomenology
+hep-ph/9801410 Phenomenology
+hep-ph/9801435 Phenomenology
+hep-ph/9801445 Phenomenology
+hep-ph/9801454 Phenomenology
+hep-ph/9802201 Phenomenology
+hep-ph/9802214 Phenomenology
+hep-ph/9802220 Phenomenology
+hep-ph/9802235 Phenomenology
+hep-ph/9802242 Phenomenology
+hep-ph/9802246 Phenomenology
+hep-ph/9802247 Phenomenology
+hep-ph/9802254 Phenomenology
+hep-ph/9802261 Phenomenology
+hep-ph/9802267 Phenomenology
+hep-ph/9802268 Phenomenology
+hep-ph/9802273 Phenomenology
+hep-ph/9802286 Phenomenology
+hep-ph/9802290 Phenomenology
+hep-ph/9802294 Phenomenology
+hep-ph/9802303 Phenomenology
+hep-ph/9802304 Phenomenology
+hep-ph/9802310 Phenomenology
+hep-ph/9802376 Phenomenology
+hep-ph/9802378 Phenomenology
+hep-ph/9802387 Phenomenology
+hep-ph/9802396 Phenomenology
+hep-ph/9802403 Phenomenology
+hep-ph/9802404 Phenomenology
+hep-ph/9802416 Phenomenology
+hep-ph/9802425 Phenomenology
+hep-ph/9802442 Phenomenology
+hep-ph/9802447 Phenomenology
+hep-ph/9803214 Phenomenology
+hep-ph/9803218 Phenomenology
+hep-ph/9803225 Phenomenology
+hep-ph/9803233 Phenomenology
+hep-ph/9803239 Phenomenology
+hep-ph/9803242 Phenomenology
+hep-ph/9803254 Phenomenology
+hep-ph/9803255 Phenomenology
+hep-ph/9803305 Phenomenology
+hep-ph/9803306 Phenomenology
+hep-ph/9803315 Phenomenology
+hep-ph/9803324 Phenomenology
+hep-ph/9803335 Phenomenology
+hep-ph/9803341 Phenomenology
+hep-ph/9803349 Phenomenology
+hep-ph/9803362 Phenomenology
+hep-ph/9803364 Phenomenology
+hep-ph/9803365 Phenomenology
+hep-ph/9803397 Phenomenology
+hep-ph/9803422 Phenomenology
+hep-ph/9803445 Phenomenology
+hep-ph/9803446 Phenomenology
+hep-ph/9803454 Phenomenology
+hep-ph/9803470 Phenomenology
+hep-ph/9803473 Phenomenology
+hep-ph/9803479 Phenomenology
+hep-ph/9804223 Phenomenology
+hep-ph/9804226 Phenomenology
+hep-ph/9804230 Phenomenology
+hep-ph/9804237 Phenomenology
+hep-ph/9804258 Phenomenology
+hep-ph/9804273 Phenomenology
+hep-ph/9804282 Phenomenology
+hep-ph/9804286 Phenomenology
+hep-ph/9804288 Phenomenology
+hep-ph/9804290 Phenomenology
+hep-ph/9804291 Phenomenology
+hep-ph/9804306 Phenomenology
+hep-ph/9804309 Phenomenology
+hep-ph/9804310 Phenomenology
+hep-ph/9804332 Phenomenology
+hep-ph/9804340 Phenomenology
+hep-ph/9804341 Phenomenology
+hep-ph/9804348 Phenomenology
+hep-ph/9804357 Phenomenology
+hep-ph/9804359 Phenomenology
+hep-ph/9804361 Phenomenology
+hep-ph/9804370 Phenomenology
+hep-ph/9804380 Phenomenology
+hep-ph/9804386 Phenomenology
+hep-ph/9804388 Phenomenology
+hep-ph/9804391 Phenomenology
+hep-ph/9804397 Phenomenology
+hep-ph/9804398 Phenomenology
+hep-ph/9804436 Phenomenology
+hep-ph/9804455 Phenomenology
+hep-ph/9804466 Phenomenology
+hep-ph/9805206 Phenomenology
+hep-ph/9805213 Phenomenology
+hep-ph/9805219 Phenomenology
+hep-ph/9805229 Phenomenology
+hep-ph/9805239 Phenomenology
+hep-ph/9805258 Phenomenology
+hep-ph/9805270 Phenomenology
+hep-ph/9805272 Phenomenology
+hep-ph/9805281 Phenomenology
+hep-ph/9805287 Phenomenology
+hep-ph/9805324 Phenomenology
+hep-ph/9805335 Phenomenology
+hep-ph/9805348 Phenomenology
+hep-ph/9805349 Phenomenology
+hep-ph/9805375 Phenomenology
+hep-ph/9805405 Phenomenology
+hep-ph/9805416 Phenomenology
+hep-ph/9805418 Phenomenology
+hep-ph/9805428 Phenomenology
+hep-ph/9805431 Phenomenology
+hep-ph/9805443 Phenomenology
+hep-ph/9805456 Phenomenology
+hep-ph/9805461 Phenomenology
+hep-ph/9805470 Phenomenology
+hep-ph/9805472 Phenomenology
+hep-ph/9806208 Phenomenology
+hep-ph/9806241 Phenomenology
+hep-ph/9806246 Phenomenology
+hep-ph/9806248 Phenomenology
+hep-ph/9806280 Phenomenology
+hep-ph/9806301 Phenomenology
+hep-ph/9806316 Phenomenology
+hep-ph/9806342 Phenomenology
+hep-ph/9806352 Phenomenology
+hep-ph/9806361 Phenomenology
+hep-ph/9806365 Phenomenology
+hep-ph/9806366 Phenomenology
+hep-ph/9806374 Phenomenology
+hep-ph/9806391 Phenomenology
+hep-ph/9806394 Phenomenology
+hep-ph/9806409 Phenomenology
+hep-ph/9806412 Phenomenology
+hep-ph/9806423 Phenomenology
+hep-ph/9806428 Phenomenology
+hep-ph/9806467 Phenomenology
+hep-ph/9806491 Phenomenology
+hep-ph/9806511 Phenomenology
+hep-ph/9807206 Phenomenology
+hep-ph/9807214 Phenomenology
+hep-ph/9807230 Phenomenology
+hep-ph/9807237 Phenomenology
+hep-ph/9807253 Phenomenology
+hep-ph/9807258 Phenomenology
+hep-ph/9807275 Phenomenology
+hep-ph/9807326 Phenomenology
+hep-ph/9807331 Phenomenology
+hep-ph/9807351 Phenomenology
+hep-ph/9807358 Phenomenology
+hep-ph/9807388 Phenomenology
+hep-ph/9807420 Phenomenology
+hep-ph/9807421 Phenomenology
+hep-ph/9807446 Phenomenology
+hep-ph/9807452 Phenomenology
+hep-ph/9807455 Phenomenology
+hep-ph/9807480 Phenomenology
+hep-ph/9807486 Phenomenology
+hep-ph/9807488 Phenomenology
+hep-ph/9807497 Phenomenology
+hep-ph/9807504 Phenomenology
+hep-ph/9807537 Phenomenology
+hep-ph/9807563 Phenomenology
+hep-ph/9807565 Phenomenology
+hep-ph/9808205 Phenomenology
+hep-ph/9808220 Phenomenology
+hep-ph/9808225 Phenomenology
+hep-ph/9808228 Phenomenology
+hep-ph/9808239 Phenomenology
+hep-ph/9808241 Phenomenology
+hep-ph/9808242 Phenomenology
+hep-ph/9808253 Phenomenology
+hep-ph/9808261 Phenomenology
+hep-ph/9808264 Phenomenology
+hep-ph/9808270 Phenomenology
+hep-ph/9808283 Phenomenology
+hep-ph/9808345 Phenomenology
+hep-ph/9808346 Phenomenology
+hep-ph/9808386 Phenomenology
+hep-ph/9808392 Phenomenology
+hep-ph/9808415 Phenomenology
+hep-ph/9808426 Phenomenology
+hep-ph/9808456 Phenomenology
+hep-ph/9808463 Phenomenology
+hep-ph/9809224 Phenomenology
+hep-ph/9809243 Phenomenology
+hep-ph/9809244 Phenomenology
+hep-ph/9809256 Phenomenology
+hep-ph/9809257 Phenomenology
+hep-ph/9809262 Phenomenology
+hep-ph/9809268 Phenomenology
+hep-ph/9809298 Phenomenology
+hep-ph/9809303 Phenomenology
+hep-ph/9809315 Phenomenology
+hep-ph/9809318 Phenomenology
+hep-ph/9809337 Phenomenology
+hep-ph/9809350 Phenomenology
+hep-ph/9809385 Phenomenology
+hep-ph/9809424 Phenomenology
+hep-ph/9809429 Phenomenology
+hep-ph/9809441 Phenomenology
+hep-ph/9809456 Phenomenology
+hep-ph/9809458 Phenomenology
+hep-ph/9809472 Phenomenology
+hep-ph/9809474 Phenomenology
+hep-ph/9809483 Phenomenology
+hep-ph/9809490 Phenomenology
+hep-ph/9809494 Phenomenology
+hep-ph/9809498 Phenomenology
+hep-ph/9809521 Phenomenology
+hep-ph/9809529 Phenomenology
+hep-ph/9809550 Phenomenology
+hep-ph/9809555 Phenomenology
+hep-ph/9809583 Phenomenology
+hep-ph/9809594 Phenomenology
+hep-ph/9810203 Phenomenology
+hep-ph/9810206 Phenomenology
+hep-ph/9810233 Phenomenology
+hep-ph/9810288 Phenomenology
+hep-ph/9810296 Phenomenology
+hep-ph/9810306 Phenomenology
+hep-ph/9810321 Phenomenology
+hep-ph/9810330 Phenomenology
+hep-ph/9810332 Phenomenology
+hep-ph/9810346 Phenomenology
+hep-ph/9810350 Phenomenology
+hep-ph/9810351 Phenomenology
+hep-ph/9810354 Phenomenology
+hep-ph/9810360 Phenomenology
+hep-ph/9810386 Phenomenology
+hep-ph/9810403 Phenomenology
+hep-ph/9810404 Phenomenology
+hep-ph/9810409 Phenomenology
+hep-ph/9810415 Phenomenology
+hep-ph/9810447 Phenomenology
+hep-ph/9810470 Phenomenology
+hep-ph/9810478 Phenomenology
+hep-ph/9810489 Phenomenology
+hep-ph/9810518 Phenomenology
+hep-ph/9810529 Phenomenology
+hep-ph/9810531 Phenomenology
+hep-ph/9810543 Phenomenology
+hep-ph/9811246 Phenomenology
+hep-ph/9811249 Phenomenology
+hep-ph/9811250 Phenomenology
+hep-ph/9811254 Phenomenology
+hep-ph/9811288 Phenomenology
+hep-ph/9811300 Phenomenology
+hep-ph/9811316 Phenomenology
+hep-ph/9811318 Phenomenology
+hep-ph/9811345 Phenomenology
+hep-ph/9811378 Phenomenology
+hep-ph/9811386 Phenomenology
+hep-ph/9811388 Phenomenology
+hep-ph/9811392 Phenomenology
+hep-ph/9811400 Phenomenology
+hep-ph/9811401 Phenomenology
+hep-ph/9811403 Phenomenology
+hep-ph/9811422 Phenomenology
+hep-ph/9811426 Phenomenology
+hep-ph/9811432 Phenomenology
+hep-ph/9811444 Phenomenology
+hep-ph/9811474 Phenomenology
+hep-ph/9811495 Phenomenology
+hep-ph/9811514 Phenomenology
+hep-ph/9811518 Phenomenology
+hep-ph/9812228 Phenomenology
+hep-ph/9812229 Phenomenology
+hep-ph/9812233 Phenomenology
+hep-ph/9812258 Phenomenology
+hep-ph/9812285 Phenomenology
+hep-ph/9812297 Phenomenology
+hep-ph/9812303 Phenomenology
+hep-ph/9812308 Phenomenology
+hep-ph/9812317 Phenomenology
+hep-ph/9812318 Phenomenology
+hep-ph/9812320 Phenomenology
+hep-ph/9812328 Phenomenology
+hep-ph/9812331 Phenomenology
+hep-ph/9812352 Phenomenology
+hep-ph/9812359 Phenomenology
+hep-ph/9812371 Phenomenology
+hep-ph/9812383 Phenomenology
+hep-ph/9812395 Phenomenology
+hep-ph/9812399 Phenomenology
+hep-ph/9812405 Phenomenology
+hep-ph/9812411 Phenomenology
+hep-ph/9812415 Phenomenology
+hep-ph/9812417 Phenomenology
+hep-ph/9812418 Phenomenology
+hep-ph/9812426 Phenomenology
+hep-ph/9812450 Phenomenology
+hep-ph/9812454 Phenomenology
+hep-ph/9812467 Phenomenology
+hep-ph/9812471 Phenomenology
+hep-ph/9812475 Phenomenology
+hep-ph/9812478 Phenomenology
+hep-ph/9812481 Phenomenology
+hep-ph/9812497 Phenomenology
+hep-ph/9812499 Phenomenology
+hep-ph/9812500 Phenomenology
+hep-ph/9812513 Phenomenology
+hep-ph/9812517 Phenomenology
+hep-ph/9812535 Phenomenology
+hep-ph/9901210 Phenomenology
+hep-ph/9901215 Phenomenology
+hep-ph/9901225 Phenomenology
+hep-ph/9901231 Phenomenology
+hep-ph/9901247 Phenomenology
+hep-ph/9901249 Phenomenology
+hep-ph/9901270 Phenomenology
+hep-ph/9901273 Phenomenology
+hep-ph/9901274 Phenomenology
+hep-ph/9901276 Phenomenology
+hep-ph/9901277 Phenomenology
+hep-ph/9901278 Phenomenology
+hep-ph/9901287 Phenomenology
+hep-ph/9901306 Phenomenology
+hep-ph/9901334 Phenomenology
+hep-ph/9901335 Phenomenology
+hep-ph/9901359 Phenomenology
+hep-ph/9901361 Phenomenology
+hep-ph/9901404 Phenomenology
+hep-ph/9901426 Phenomenology
+hep-ph/9901429 Phenomenology
+hep-ph/9901442 Phenomenology
+hep-ph/9902201 Phenomenology
+hep-ph/9902212 Phenomenology
+hep-ph/9902225 Phenomenology
+hep-ph/9902226 Phenomenology
+hep-ph/9902237 Phenomenology
+hep-ph/9902252 Phenomenology
+hep-ph/9902260 Phenomenology
+hep-ph/9902279 Phenomenology
+hep-ph/9902294 Phenomenology
+hep-ph/9902295 Phenomenology
+hep-ph/9902296 Phenomenology
+hep-ph/9902299 Phenomenology
+hep-ph/9902301 Phenomenology
+hep-ph/9902310 Phenomenology
+hep-ph/9902323 Phenomenology
+hep-ph/9902326 Phenomenology
+hep-ph/9902330 Phenomenology
+hep-ph/9902332 Phenomenology
+hep-ph/9902338 Phenomenology
+hep-ph/9902350 Phenomenology
+hep-ph/9902366 Phenomenology
+hep-ph/9902374 Phenomenology
+hep-ph/9902380 Phenomenology
+hep-ph/9902410 Phenomenology
+hep-ph/9902412 Phenomenology
+hep-ph/9902434 Phenomenology
+hep-ph/9902451 Phenomenology
+hep-ph/9902456 Phenomenology
+hep-ph/9902463 Phenomenology
+hep-ph/9902467 Phenomenology
+hep-ph/9902474 Phenomenology
+hep-ph/9902475 Phenomenology
+hep-ph/9902481 Phenomenology
+hep-ph/9903215 Phenomenology
+hep-ph/9903217 Phenomenology
+hep-ph/9903229 Phenomenology
+hep-ph/9903234 Phenomenology
+hep-ph/9903282 Phenomenology
+hep-ph/9903291 Phenomenology
+hep-ph/9903294 Phenomenology
+hep-ph/9903295 Phenomenology
+hep-ph/9903326 Phenomenology
+hep-ph/9903327 Phenomenology
+hep-ph/9903341 Phenomenology
+hep-ph/9903354 Phenomenology
+hep-ph/9903358 Phenomenology
+hep-ph/9903376 Phenomenology
+hep-ph/9903384 Phenomenology
+hep-ph/9903390 Phenomenology
+hep-ph/9903400 Phenomenology
+hep-ph/9903408 Phenomenology
+hep-ph/9903433 Phenomenology
+hep-ph/9903451 Phenomenology
+hep-ph/9903468 Phenomenology
+hep-ph/9903472 Phenomenology
+hep-ph/9903476 Phenomenology
+hep-ph/9903477 Phenomenology
+hep-ph/9903491 Phenomenology
+hep-ph/9903511 Phenomenology
+hep-ph/9903515 Phenomenology
+hep-ph/9903520 Phenomenology
+hep-ph/9903527 Phenomenology
+hep-ph/9904203 Phenomenology
+hep-ph/9904206 Phenomenology
+hep-ph/9904216 Phenomenology
+hep-ph/9904229 Phenomenology
+hep-ph/9904263 Phenomenology
+hep-ph/9904266 Phenomenology
+hep-ph/9904267 Phenomenology
+hep-ph/9904307 Phenomenology
+hep-ph/9904334 Phenomenology
+hep-ph/9904336 Phenomenology
+hep-ph/9904338 Phenomenology
+hep-ph/9904370 Phenomenology
+hep-ph/9904408 Phenomenology
+hep-ph/9904422 Phenomenology
+hep-ph/9904428 Phenomenology
+hep-ph/9904462 Phenomenology
+hep-ph/9904472 Phenomenology
+hep-ph/9904481 Phenomenology
+hep-ph/9904483 Phenomenology
+hep-ph/9904495 Phenomenology
+hep-ph/9904501 Phenomenology
+hep-ph/9904504 Phenomenology
+hep-ph/9904511 Phenomenology
+hep-ph/9905210 Phenomenology
+hep-ph/9905221 Phenomenology
+hep-ph/9905236 Phenomenology
+hep-ph/9905239 Phenomenology
+hep-ph/9905264 Phenomenology
+hep-ph/9905282 Phenomenology
+hep-ph/9905350 Phenomenology
+hep-ph/9905378 Phenomenology
+hep-ph/9905386 Phenomenology
+hep-ph/9905402 Phenomenology
+hep-ph/9905410 Phenomenology
+hep-ph/9905433 Phenomenology
+hep-ph/9905450 Phenomenology
+hep-ph/9905495 Phenomenology
+hep-ph/9905501 Phenomenology
+hep-ph/9905509 Phenomenology
+hep-ph/9905514 Phenomenology
+hep-ph/9905517 Phenomenology
+hep-ph/9905550 Phenomenology
+hep-ph/9905551 Phenomenology
+hep-ph/9905557 Phenomenology
+hep-ph/9905568 Phenomenology
+hep-ph/9905570 Phenomenology
+hep-ph/9905573 Phenomenology
+hep-ph/9906219 Phenomenology
+hep-ph/9906230 Phenomenology
+hep-ph/9906234 Phenomenology
+hep-ph/9906248 Phenomenology
+hep-ph/9906249 Phenomenology
+hep-ph/9906253 Phenomenology
+hep-ph/9906266 Phenomenology
+hep-ph/9906289 Phenomenology
+hep-ph/9906293 Phenomenology
+hep-ph/9906298 Phenomenology
+hep-ph/9906320 Phenomenology
+hep-ph/9906359 Phenomenology
+hep-ph/9906360 Phenomenology
+hep-ph/9906362 Phenomenology
+hep-ph/9906376 Phenomenology
+hep-ph/9906388 Phenomenology
+hep-ph/9906402 Phenomenology
+hep-ph/9906448 Phenomenology
+hep-ph/9906467 Phenomenology
+hep-ph/9906473 Phenomenology
+hep-ph/9906475 Phenomenology
+hep-ph/9906501 Phenomenology
+hep-ph/9906507 Phenomenology
+hep-ph/9906516 Phenomenology
+hep-ph/9906555 Phenomenology
+hep-ph/9907213 Phenomenology
+hep-ph/9907217 Phenomenology
+hep-ph/9907219 Phenomenology
+hep-ph/9907234 Phenomenology
+hep-ph/9907238 Phenomenology
+hep-ph/9907261 Phenomenology
+hep-ph/9907282 Phenomenology
+hep-ph/9907283 Phenomenology
+hep-ph/9907303 Phenomenology
+hep-ph/9907322 Phenomenology
+hep-ph/9907324 Phenomenology
+hep-ph/9907327 Phenomenology
+hep-ph/9907334 Phenomenology
+hep-ph/9907375 Phenomenology
+hep-ph/9907383 Phenomenology
+hep-ph/9907399 Phenomenology
+hep-ph/9907408 Phenomenology
+hep-ph/9907417 Phenomenology
+hep-ph/9907422 Phenomenology
+hep-ph/9907424 Phenomenology
+hep-ph/9907425 Phenomenology
+hep-ph/9907446 Phenomenology
+hep-ph/9907453 Phenomenology
+hep-ph/9907471 Phenomenology
+hep-ph/9907472 Phenomenology
+hep-ph/9907473 Phenomenology
+hep-ph/9907494 Phenomenology
+hep-ph/9907496 Phenomenology
+hep-ph/9907499 Phenomenology
+hep-ph/9907518 Phenomenology
+hep-ph/9907519 Phenomenology
+hep-ph/9907520 Phenomenology
+hep-ph/9907523 Phenomenology
+hep-ph/9907524 Phenomenology
+hep-ph/9907534 Phenomenology
+hep-ph/9907553 Phenomenology
+hep-ph/9907563 Phenomenology
+hep-ph/9907567 Phenomenology
+hep-ph/9908208 Phenomenology
+hep-ph/9908249 Phenomenology
+hep-ph/9908252 Phenomenology
+hep-ph/9908274 Phenomenology
+hep-ph/9908283 Phenomenology
+hep-ph/9908299 Phenomenology
+hep-ph/9908318 Phenomenology
+hep-ph/9908326 Phenomenology
+hep-ph/9908334 Phenomenology
+hep-ph/9908351 Phenomenology
+hep-ph/9908357 Phenomenology
+hep-ph/9908376 Phenomenology
+hep-ph/9908438 Phenomenology
+hep-ph/9908441 Phenomenology
+hep-ph/9908450 Phenomenology
+hep-ph/9908451 Phenomenology
+hep-ph/9908483 Phenomenology
+hep-ph/9908507 Phenomenology
+hep-ph/9908509 Phenomenology
+hep-ph/9908513 Phenomenology
+hep-ph/9909202 Phenomenology
+hep-ph/9909217 Phenomenology
+hep-ph/9909218 Phenomenology
+hep-ph/9909265 Phenomenology
+hep-ph/9909294 Phenomenology
+hep-ph/9909301 Phenomenology
+hep-ph/9909302 Phenomenology
+hep-ph/9909326 Phenomenology
+hep-ph/9909333 Phenomenology
+hep-ph/9909334 Phenomenology
+hep-ph/9909352 Phenomenology
+hep-ph/9909359 Phenomenology
+hep-ph/9909367 Phenomenology
+hep-ph/9909374 Phenomenology
+hep-ph/9909389 Phenomenology
+hep-ph/9909407 Phenomenology
+hep-ph/9909420 Phenomenology
+hep-ph/9909426 Phenomenology
+hep-ph/9909435 Phenomenology
+hep-ph/9909464 Phenomenology
+hep-ph/9909468 Phenomenology
+hep-ph/9909475 Phenomenology
+hep-ph/9909497 Phenomenology
+hep-ph/9909529 Phenomenology
+hep-ph/9909554 Phenomenology
+hep-ph/9909571 Phenomenology
+hep-ph/9910211 Phenomenology
+hep-ph/9910224 Phenomenology
+hep-ph/9910236 Phenomenology
+hep-ph/9910241 Phenomenology
+hep-ph/9910242 Phenomenology
+hep-ph/9910250 Phenomenology
+hep-ph/9910251 Phenomenology
+hep-ph/9910256 Phenomenology
+hep-ph/9910260 Phenomenology
+hep-ph/9910261 Phenomenology
+hep-ph/9910300 Phenomenology
+hep-ph/9910309 Phenomenology
+hep-ph/9910315 Phenomenology
+hep-ph/9910320 Phenomenology
+hep-ph/9910321 Phenomenology
+hep-ph/9910330 Phenomenology
+hep-ph/9910333 Phenomenology
+hep-ph/9910343 Phenomenology
+hep-ph/9910346 Phenomenology
+hep-ph/9910351 Phenomenology
+hep-ph/9910366 Phenomenology
+hep-ph/9910377 Phenomenology
+hep-ph/9910380 Phenomenology
+hep-ph/9910381 Phenomenology
+hep-ph/9910396 Phenomenology
+hep-ph/9910433 Phenomenology
+hep-ph/9910452 Phenomenology
+hep-ph/9910474 Phenomenology
+hep-ph/9910483 Phenomenology
+hep-ph/9910522 Phenomenology
+hep-ph/9910523 Phenomenology
+hep-ph/9911266 Phenomenology
+hep-ph/9911273 Phenomenology
+hep-ph/9911277 Phenomenology
+hep-ph/9911308 Phenomenology
+hep-ph/9911320 Phenomenology
+hep-ph/9911358 Phenomenology
+hep-ph/9911364 Phenomenology
+hep-ph/9911395 Phenomenology
+hep-ph/9911421 Phenomenology
+hep-ph/9911434 Phenomenology
+hep-ph/9911474 Phenomenology
+hep-ph/9911477 Phenomenology
+hep-ph/9911496 Phenomenology
+hep-ph/9911511 Phenomenology
+hep-ph/9911529 Phenomenology
+hep-ph/9911530 Phenomenology
+hep-ph/9911535 Phenomenology
+hep-ph/9911536 Phenomenology
+hep-ph/9911539 Phenomenology
+hep-ph/9912204 Phenomenology
+hep-ph/9912205 Phenomenology
+hep-ph/9912206 Phenomenology
+hep-ph/9912212 Phenomenology
+hep-ph/9912224 Phenomenology
+hep-ph/9912226 Phenomenology
+hep-ph/9912251 Phenomenology
+hep-ph/9912252 Phenomenology
+hep-ph/9912260 Phenomenology
+hep-ph/9912261 Phenomenology
+hep-ph/9912290 Phenomenology
+hep-ph/9912300 Phenomenology
+hep-ph/9912304 Phenomenology
+hep-ph/9912336 Phenomenology
+hep-ph/9912349 Phenomenology
+hep-ph/9912350 Phenomenology
+hep-ph/9912354 Phenomenology
+hep-ph/9912390 Phenomenology
+hep-ph/9912408 Phenomenology
+hep-ph/9912436 Phenomenology
+hep-ph/9912447 Phenomenology
+hep-ph/9912452 Phenomenology
+hep-ph/9912453 Phenomenology
+hep-ph/9912463 Phenomenology
+hep-ph/9912468 Phenomenology
+hep-ph/9912469 Phenomenology
+hep-ph/9912486 Phenomenology
+hep-ph/9912506 Phenomenology
+hep-ph/9912516 Phenomenology
+hep-ph/9912548 Phenomenology
+hep-ph/9912551 Phenomenology
+hep-th/0001023 Theory
+hep-th/0001024 Theory
+hep-th/0001085 Theory
+hep-th/0001188 Theory
+hep-th/0001189 Theory
+hep-th/0001221 Theory
+hep-th/0002010 Theory
+hep-th/0002026 Theory
+hep-th/0002049 Theory
+hep-th/0002096 Theory
+hep-th/0002098 Theory
+hep-th/0002100 Theory
+hep-th/0002108 Theory
+hep-th/0002124 Theory
+hep-th/0002132 Theory
+hep-th/0002159 Theory
+hep-th/0002160 Theory
+hep-th/0002161 Theory
+hep-th/0002171 Theory
+hep-th/0002208 Theory
+hep-th/0002212 Theory
+hep-th/0002232 Theory
+hep-th/0002233 Theory
+hep-th/0002241 Theory
+hep-th/0002253 Theory
+hep-th/0003011 Theory
+hep-th/0003015 Theory
+hep-th/0003045 Theory
+hep-th/0003049 Theory
+hep-th/0003059 Theory
+hep-th/0003093 Theory
+hep-th/0003103 Theory
+hep-th/0003104 Theory
+hep-th/0003115 Theory
+hep-th/0003118 Theory
+hep-th/0003120 Theory
+hep-th/0003126 Theory
+hep-th/0003145 Theory
+hep-th/0003155 Theory
+hep-th/0003210 Theory
+hep-th/0003258 Theory
+hep-th/0003266 Theory
+hep-th/0003276 Theory
+hep-th/0003294 Theory
+hep-th/0004004 Theory
+hep-th/0004036 Theory
+hep-th/0004045 Theory
+hep-th/0004051 Theory
+hep-th/0004052 Theory
+hep-th/0004070 Theory
+hep-th/0004109 Theory
+hep-th/0004114 Theory
+hep-th/0004119 Theory
+hep-th/0004126 Theory
+hep-th/0004145 Theory
+hep-th/0004166 Theory
+hep-th/0005005 Theory
+hep-th/0005016 Theory
+hep-th/0005032 Theory
+hep-th/0005061 Theory
+hep-th/0005072 Theory
+hep-th/0005075 Theory
+hep-th/0005082 Theory
+hep-th/0005104 Theory
+hep-th/0005105 Theory
+hep-th/0005107 Theory
+hep-th/0005141 Theory
+hep-th/0005171 Theory
+hep-th/0005183 Theory
+hep-th/0005209 Theory
+hep-th/0005217 Theory
+hep-th/0005225 Theory
+hep-th/0005229 Theory
+hep-th/0005242 Theory
+hep-th/0005254 Theory
+hep-th/0005277 Theory
+hep-th/0006020 Theory
+hep-th/0006034 Theory
+hep-th/0006075 Theory
+hep-th/0006081 Theory
+hep-th/0006089 Theory
+hep-th/0006144 Theory
+hep-th/0006172 Theory
+hep-th/0006173 Theory
+hep-th/0006197 Theory
+hep-th/0006215 Theory
+hep-th/0006220 Theory
+hep-th/0006222 Theory
+hep-th/0006235 Theory
+hep-th/0007032 Theory
+hep-th/0007040 Theory
+hep-th/0007048 Theory
+hep-th/0007051 Theory
+hep-th/0007080 Theory
+hep-th/0007091 Theory
+hep-th/0007112 Theory
+hep-th/0007151 Theory
+hep-th/0007174 Theory
+hep-th/0007238 Theory
+hep-th/0007242 Theory
+hep-th/0008002 Theory
+hep-th/0008003 Theory
+hep-th/0008036 Theory
+hep-th/0008039 Theory
+hep-th/0008052 Theory
+hep-th/0008063 Theory
+hep-th/0008071 Theory
+hep-th/0008072 Theory
+hep-th/0008074 Theory
+hep-th/0008095 Theory
+hep-th/0008099 Theory
+hep-th/0008126 Theory
+hep-th/0008192 Theory
+hep-th/0008234 Theory
+hep-th/0008237 Theory
+hep-th/0008249 Theory
+hep-th/0009024 Theory
+hep-th/0009036 Theory
+hep-th/0009039 Theory
+hep-th/0009052 Theory
+hep-th/0009055 Theory
+hep-th/0009087 Theory
+hep-th/0009093 Theory
+hep-th/0009122 Theory
+hep-th/0009153 Theory
+hep-th/0009154 Theory
+hep-th/0009177 Theory
+hep-th/0009181 Theory
+hep-th/0009220 Theory
+hep-th/0010006 Theory
+hep-th/0010013 Theory
+hep-th/0010065 Theory
+hep-th/0010097 Theory
+hep-th/0010126 Theory
+hep-th/0010136 Theory
+hep-th/0010137 Theory
+hep-th/0010151 Theory
+hep-th/0010162 Theory
+hep-th/0010186 Theory
+hep-th/0010210 Theory
+hep-th/0010243 Theory
+hep-th/0010269 Theory
+hep-th/0011027 Theory
+hep-th/0011054 Theory
+hep-th/0011055 Theory
+hep-th/0011056 Theory
+hep-th/0011076 Theory
+hep-th/0011096 Theory
+hep-th/0011107 Theory
+hep-th/0011117 Theory
+hep-th/0011126 Theory
+hep-th/0011146 Theory
+hep-th/0011154 Theory
+hep-th/0011157 Theory
+hep-th/0011210 Theory
+hep-th/0011233 Theory
+hep-th/0011256 Theory
+hep-th/0011276 Theory
+hep-th/0012014 Theory
+hep-th/0012037 Theory
+hep-th/0012048 Theory
+hep-th/0012060 Theory
+hep-th/0012127 Theory
+hep-th/0012134 Theory
+hep-th/0012143 Theory
+hep-th/0012147 Theory
+hep-th/0012154 Theory
+hep-th/0012158 Theory
+hep-th/0012166 Theory
+hep-th/0012174 Theory
+hep-th/0012190 Theory
+hep-th/0012196 Theory
+hep-th/0012205 Theory
+hep-th/0012206 Theory
+hep-th/0012209 Theory
+hep-th/0012212 Theory
+hep-th/0012224 Theory
+hep-th/0101009 Theory
+hep-th/0101092 Theory
+hep-th/0101107 Theory
+hep-th/0101113 Theory
+hep-th/0101126 Theory
+hep-th/0101148 Theory
+hep-th/0101154 Theory
+hep-th/0101209 Theory
+hep-th/0102010 Theory
+hep-th/0102044 Theory
+hep-th/0102100 Theory
+hep-th/0102165 Theory
+hep-th/0102166 Theory
+hep-th/0102191 Theory
+hep-th/0102199 Theory
+hep-th/0103023 Theory
+hep-th/0103037 Theory
+hep-th/0103050 Theory
+hep-th/0103051 Theory
+hep-th/0103055 Theory
+hep-th/0103096 Theory
+hep-th/0103108 Theory
+hep-th/0103110 Theory
+hep-th/0103136 Theory
+hep-th/0103137 Theory
+hep-th/0103143 Theory
+hep-th/0103166 Theory
+hep-th/0103182 Theory
+hep-th/0103198 Theory
+hep-th/0103214 Theory
+hep-th/0103221 Theory
+hep-th/0103233 Theory
+hep-th/0103239 Theory
+hep-th/0103255 Theory
+hep-th/0103263 Theory
+hep-th/0104002 Theory
+hep-th/0104008 Theory
+hep-th/0104034 Theory
+hep-th/0104057 Theory
+hep-th/0104076 Theory
+hep-th/0104177 Theory
+hep-th/0104204 Theory
+hep-th/0104205 Theory
+hep-th/0104216 Theory
+hep-th/0104224 Theory
+hep-th/0104235 Theory
+hep-th/0105100 Theory
+hep-th/0105108 Theory
+hep-th/0105109 Theory
+hep-th/0105120 Theory
+hep-th/0105146 Theory
+hep-th/0105151 Theory
+hep-th/0105164 Theory
+hep-th/0105171 Theory
+hep-th/0105181 Theory
+hep-th/0105201 Theory
+hep-th/0105210 Theory
+hep-th/0105214 Theory
+hep-th/0105255 Theory
+hep-th/0105270 Theory
+hep-th/0105279 Theory
+hep-th/0105301 Theory
+hep-th/0105303 Theory
+hep-th/0105317 Theory
+hep-th/0106006 Theory
+hep-th/0106026 Theory
+hep-th/0106029 Theory
+hep-th/0106033 Theory
+hep-th/0106071 Theory
+hep-th/0106089 Theory
+hep-th/0106100 Theory
+hep-th/0106108 Theory
+hep-th/0106127 Theory
+hep-th/0106136 Theory
+hep-th/0106143 Theory
+hep-th/0106178 Theory
+hep-th/0106191 Theory
+hep-th/0106194 Theory
+hep-th/0106203 Theory
+hep-th/0106215 Theory
+hep-th/0106263 Theory
+hep-th/0106270 Theory
+hep-th/0106275 Theory
+hep-th/0106287 Theory
+hep-th/0107003 Theory
+hep-th/0107025 Theory
+hep-th/0107049 Theory
+hep-th/0107052 Theory
+hep-th/0107076 Theory
+hep-th/0107088 Theory
+hep-th/0107107 Theory
+hep-th/0107143 Theory
+hep-th/0107170 Theory
+hep-th/0107204 Theory
+hep-th/0107207 Theory
+hep-th/0107223 Theory
+hep-th/0107238 Theory
+hep-th/0107252 Theory
+hep-th/0108006 Theory
+hep-th/0108041 Theory
+hep-th/0108054 Theory
+hep-th/0108083 Theory
+hep-th/0108146 Theory
+hep-th/0108148 Theory
+hep-th/0108183 Theory
+hep-th/0108186 Theory
+hep-th/0108188 Theory
+hep-th/0109006 Theory
+hep-th/0109008 Theory
+hep-th/0109032 Theory
+hep-th/0109038 Theory
+hep-th/0109043 Theory
+hep-th/0109049 Theory
+hep-th/0109067 Theory
+hep-th/0109088 Theory
+hep-th/0109106 Theory
+hep-th/0109123 Theory
+hep-th/0109126 Theory
+hep-th/0109154 Theory
+hep-th/0109180 Theory
+hep-th/0109183 Theory
+hep-th/0109195 Theory
+hep-th/0109208 Theory
+hep-th/0109220 Theory
+hep-th/0109223 Theory
+hep-th/0110020 Theory
+hep-th/0110024 Theory
+hep-th/0110027 Theory
+hep-th/0110028 Theory
+hep-th/0110047 Theory
+hep-th/0110081 Theory
+hep-th/0110083 Theory
+hep-th/0110090 Theory
+hep-th/0110096 Theory
+hep-th/0110097 Theory
+hep-th/0110104 Theory
+hep-th/0110105 Theory
+hep-th/0110114 Theory
+hep-th/0110131 Theory
+hep-th/0110151 Theory
+hep-th/0110160 Theory
+hep-th/0110174 Theory
+hep-th/0110217 Theory
+hep-th/0110224 Theory
+hep-th/0110228 Theory
+hep-th/0110229 Theory
+hep-th/0110230 Theory
+hep-th/0110247 Theory
+hep-th/0110254 Theory
+hep-th/0110276 Theory
+hep-th/0110283 Theory
+hep-th/0110297 Theory
+hep-th/0110298 Theory
+hep-th/0111007 Theory
+hep-th/0111016 Theory
+hep-th/0111020 Theory
+hep-th/0111028 Theory
+hep-th/0111029 Theory
+hep-th/0111040 Theory
+hep-th/0111046 Theory
+hep-th/0111073 Theory
+hep-th/0111136 Theory
+hep-th/0111146 Theory
+hep-th/0111158 Theory
+hep-th/0111160 Theory
+hep-th/0111228 Theory
+hep-th/0111233 Theory
+hep-th/0111235 Theory
+hep-th/0111264 Theory
+hep-th/0111289 Theory
+hep-th/0112005 Theory
+hep-th/0112007 Theory
+hep-th/0112016 Theory
+hep-th/0112028 Theory
+hep-th/0112041 Theory
+hep-th/0112049 Theory
+hep-th/0112060 Theory
+hep-th/0112075 Theory
+hep-th/0112079 Theory
+hep-th/0112125 Theory
+hep-th/0112127 Theory
+hep-th/0112156 Theory
+hep-th/0112168 Theory
+hep-th/0112181 Theory
+hep-th/0112182 Theory
+hep-th/0112184 Theory
+hep-th/0112196 Theory
+hep-th/0112250 Theory
+hep-th/0112253 Theory
+hep-th/0112260 Theory
+hep-th/0112262 Theory
+hep-th/0201007 Theory
+hep-th/0201049 Theory
+hep-th/0201055 Theory
+hep-th/0201056 Theory
+hep-th/0201064 Theory
+hep-th/0201076 Theory
+hep-th/0201080 Theory
+hep-th/0201123 Theory
+hep-th/0201155 Theory
+hep-th/0201187 Theory
+hep-th/0201199 Theory
+hep-th/0201207 Theory
+hep-th/0201211 Theory
+hep-th/0201230 Theory
+hep-th/0201272 Theory
+hep-th/0202032 Theory
+hep-th/0202039 Theory
+hep-th/0202042 Theory
+hep-th/0202047 Theory
+hep-th/0202085 Theory
+hep-th/0202111 Theory
+hep-th/0202113 Theory
+hep-th/0202114 Theory
+hep-th/0202164 Theory
+hep-th/0202173 Theory
+hep-th/0203004 Theory
+hep-th/0203014 Theory
+hep-th/0203020 Theory
+hep-th/0203055 Theory
+hep-th/0203078 Theory
+hep-th/0203088 Theory
+hep-th/0203095 Theory
+hep-th/0203101 Theory
+hep-th/0203137 Theory
+hep-th/0203140 Theory
+hep-th/0203144 Theory
+hep-th/0203145 Theory
+hep-th/0203153 Theory
+hep-th/0203197 Theory
+hep-th/0203205 Theory
+hep-th/0203245 Theory
+hep-th/0203269 Theory
+hep-th/0204006 Theory
+hep-th/0204015 Theory
+hep-th/0204022 Theory
+hep-th/0204039 Theory
+hep-th/0204044 Theory
+hep-th/0204049 Theory
+hep-th/0204055 Theory
+hep-th/0204094 Theory
+hep-th/0204097 Theory
+hep-th/0204107 Theory
+hep-th/0204123 Theory
+hep-th/0204129 Theory
+hep-th/0204148 Theory
+hep-th/0204150 Theory
+hep-th/0204153 Theory
+hep-th/0204176 Theory
+hep-th/0204188 Theory
+hep-th/0204192 Theory
+hep-th/0204240 Theory
+hep-th/0204242 Theory
+hep-th/0204246 Theory
+hep-th/0204259 Theory
+hep-th/0205001 Theory
+hep-th/0205012 Theory
+hep-th/0205020 Theory
+hep-th/0205044 Theory
+hep-th/0205061 Theory
+hep-th/0205062 Theory
+hep-th/0205068 Theory
+hep-th/0205112 Theory
+hep-th/0205113 Theory
+hep-th/0205131 Theory
+hep-th/0205169 Theory
+hep-th/0205172 Theory
+hep-th/0205181 Theory
+hep-th/0205199 Theory
+hep-th/0205206 Theory
+hep-th/0205208 Theory
+hep-th/0205231 Theory
+hep-th/0205232 Theory
+hep-th/0205249 Theory
+hep-th/0205261 Theory
+hep-th/0205263 Theory
+hep-th/0205279 Theory
+hep-th/0205297 Theory
+hep-th/0205300 Theory
+hep-th/0205313 Theory
+hep-th/0205318 Theory
+hep-th/0206011 Theory
+hep-th/0206053 Theory
+hep-th/0206058 Theory
+hep-th/0206076 Theory
+hep-th/0206082 Theory
+hep-th/0206089 Theory
+hep-th/0206100 Theory
+hep-th/0206104 Theory
+hep-th/0206123 Theory
+hep-th/0206134 Theory
+hep-th/0206143 Theory
+hep-th/0206149 Theory
+hep-th/0206161 Theory
+hep-th/0206168 Theory
+hep-th/0206172 Theory
+hep-th/0206195 Theory
+hep-th/0206199 Theory
+hep-th/0206224 Theory
+hep-th/0206233 Theory
+hep-th/0206241 Theory
+hep-th/0206251 Theory
+hep-th/0207034 Theory
+hep-th/0207049 Theory
+hep-th/0207071 Theory
+hep-th/0207079 Theory
+hep-th/0207130 Theory
+hep-th/0207138 Theory
+hep-th/0207140 Theory
+hep-th/0207167 Theory
+hep-th/0207202 Theory
+hep-th/0207205 Theory
+hep-th/0207207 Theory
+hep-th/0207208 Theory
+hep-th/0207210 Theory
+hep-th/0207233 Theory
+hep-th/0207247 Theory
+hep-th/0207267 Theory
+hep-th/0208016 Theory
+hep-th/0208034 Theory
+hep-th/0208106 Theory
+hep-th/0208107 Theory
+hep-th/0208108 Theory
+hep-th/0208115 Theory
+hep-th/0208146 Theory
+hep-th/0208152 Theory
+hep-th/0208172 Theory
+hep-th/0208175 Theory
+hep-th/0208184 Theory
+hep-th/0208189 Theory
+hep-th/0208207 Theory
+hep-th/0208212 Theory
+hep-th/0208214 Theory
+hep-th/0209008 Theory
+hep-th/0209020 Theory
+hep-th/0209025 Theory
+hep-th/0209036 Theory
+hep-th/0209060 Theory
+hep-th/0209067 Theory
+hep-th/0209080 Theory
+hep-th/0209087 Theory
+hep-th/0209110 Theory
+hep-th/0209136 Theory
+hep-th/0209142 Theory
+hep-th/0209153 Theory
+hep-th/0209158 Theory
+hep-th/0209187 Theory
+hep-th/0209189 Theory
+hep-th/0209193 Theory
+hep-th/0209213 Theory
+hep-th/0209242 Theory
+hep-th/0209261 Theory
+hep-th/0210015 Theory
+hep-th/0210023 Theory
+hep-th/0210027 Theory
+hep-th/0210036 Theory
+hep-th/0210039 Theory
+hep-th/0210076 Theory
+hep-th/0210077 Theory
+hep-th/0210082 Theory
+hep-th/0210085 Theory
+hep-th/0210097 Theory
+hep-th/0210104 Theory
+hep-th/0210159 Theory
+hep-th/0210195 Theory
+hep-th/0210204 Theory
+hep-th/0210206 Theory
+hep-th/0210225 Theory
+hep-th/0210263 Theory
+hep-th/0210276 Theory
+hep-th/0210292 Theory
+hep-th/0210301 Theory
+hep-th/0210311 Theory
+hep-th/0211024 Theory
+hep-th/0211060 Theory
+hep-th/0211080 Theory
+hep-th/0211107 Theory
+hep-th/0211122 Theory
+hep-th/0211123 Theory
+hep-th/0211124 Theory
+hep-th/0211154 Theory
+hep-th/0211158 Theory
+hep-th/0211177 Theory
+hep-th/0211187 Theory
+hep-th/0211235 Theory
+hep-th/0211236 Theory
+hep-th/0211245 Theory
+hep-th/0211251 Theory
+hep-th/0211272 Theory
+hep-th/0211273 Theory
+hep-th/0211292 Theory
+hep-th/0212033 Theory
+hep-th/0212090 Theory
+hep-th/0212104 Theory
+hep-th/0212117 Theory
+hep-th/0212122 Theory
+hep-th/0212126 Theory
+hep-th/0212140 Theory
+hep-th/0212142 Theory
+hep-th/0212150 Theory
+hep-th/0212156 Theory
+hep-th/0212224 Theory
+hep-th/0212246 Theory
+hep-th/0212275 Theory
+hep-th/0212289 Theory
+hep-th/0212290 Theory
+hep-th/0212292 Theory
+hep-th/0212295 Theory
+hep-th/0212309 Theory
+hep-th/0212321 Theory
+hep-th/0301004 Theory
+hep-th/0301033 Theory
+hep-th/0301054 Theory
+hep-th/0301064 Theory
+hep-th/0301068 Theory
+hep-th/0301121 Theory
+hep-th/0301140 Theory
+hep-th/0301143 Theory
+hep-th/0301146 Theory
+hep-th/0301196 Theory
+hep-th/0301197 Theory
+hep-th/0301206 Theory
+hep-th/0301209 Theory
+hep-th/0301213 Theory
+hep-th/0301217 Theory
+hep-th/0301236 Theory
+hep-th/0301240 Theory
+hep-th/0301255 Theory
+hep-th/0302004 Theory
+hep-th/0302009 Theory
+hep-th/0302018 Theory
+hep-th/0302030 Theory
+hep-th/0302036 Theory
+hep-th/0302123 Theory
+hep-th/0302134 Theory
+hep-th/0302184 Theory
+hep-th/0302221 Theory
+hep-th/0303068 Theory
+hep-th/0303081 Theory
+hep-th/0303097 Theory
+hep-th/0303100 Theory
+hep-th/0303101 Theory
+hep-th/0303122 Theory
+hep-th/0303135 Theory
+hep-th/0303136 Theory
+hep-th/0303160 Theory
+hep-th/0303161 Theory
+hep-th/0303162 Theory
+hep-th/0303187 Theory
+hep-th/0303191 Theory
+hep-th/0303238 Theory
+hep-th/0303245 Theory
+hep-th/0304024 Theory
+hep-th/0304035 Theory
+hep-th/0304044 Theory
+hep-th/0304052 Theory
+hep-th/0304055 Theory
+hep-th/0304071 Theory
+hep-th/0304074 Theory
+hep-th/0304077 Theory
+hep-th/0304092 Theory
+hep-th/0304101 Theory
+hep-th/0304107 Theory
+hep-th/0304125 Theory
+hep-th/0304128 Theory
+hep-th/0304134 Theory
+hep-th/0304136 Theory
+hep-th/0304156 Theory
+hep-th/0304183 Theory
+hep-th/0304192 Theory
+hep-th/0304202 Theory
+hep-th/0304205 Theory
+hep-th/0304207 Theory
+hep-th/0304220 Theory
+hep-th/0304223 Theory
+hep-th/0304260 Theory
+hep-th/0304264 Theory
+hep-th/0304271 Theory
+hep-th/0305002 Theory
+hep-th/0305004 Theory
+hep-th/0305033 Theory
+hep-th/0305046 Theory
+hep-th/0305047 Theory
+hep-th/0305079 Theory
+hep-th/0305084 Theory
+hep-th/0305091 Theory
+hep-th/0305097 Theory
+hep-th/0305108 Theory
+hep-th/0305109 Theory
+hep-th/0305116 Theory
+hep-th/0305120 Theory
+hep-th/0305121 Theory
+hep-th/0305126 Theory
+hep-th/0305127 Theory
+hep-th/0305136 Theory
+hep-th/0305169 Theory
+hep-th/0305180 Theory
+hep-th/0305193 Theory
+hep-th/0305209 Theory
+hep-th/0305210 Theory
+hep-th/0305219 Theory
+hep-th/0306043 Theory
+hep-th/0306054 Theory
+hep-th/0306062 Theory
+hep-th/0306071 Theory
+hep-th/0306105 Theory
+hep-th/0306120 Theory
+hep-th/0306138 Theory
+hep-th/0306156 Theory
+hep-th/0306163 Theory
+hep-th/0306169 Theory
+hep-th/0306182 Theory
+hep-th/0306191 Theory
+hep-th/0306201 Theory
+hep-th/0306209 Theory
+hep-th/0306250 Theory
+hep-th/0306256 Theory
+hep-th/0306275 Theory
+hep-th/0306281 Theory
+hep-th/0307010 Theory
+hep-th/0307042 Theory
+hep-th/0307075 Theory
+hep-th/0307095 Theory
+hep-th/0307098 Theory
+hep-th/0307108 Theory
+hep-th/0307128 Theory
+hep-th/0307132 Theory
+hep-th/0307149 Theory
+hep-th/0307171 Theory
+hep-th/0307177 Theory
+hep-th/0307193 Theory
+hep-th/0307229 Theory
+hep-th/0307233 Theory
+hep-th/0307246 Theory
+hep-th/0307247 Theory
+hep-th/0307259 Theory
+hep-th/0307261 Theory
+hep-th/0307280 Theory
+hep-th/0307288 Theory
+hep-th/0308018 Theory
+hep-th/0308037 Theory
+hep-th/0308052 Theory
+hep-th/0308053 Theory
+hep-th/0308081 Theory
+hep-th/0308100 Theory
+hep-th/0308110 Theory
+hep-th/0308111 Theory
+hep-th/0308128 Theory
+hep-th/0308138 Theory
+hep-th/0308139 Theory
+hep-th/0308150 Theory
+hep-th/0308157 Theory
+hep-th/0308161 Theory
+hep-th/0308190 Theory
+hep-th/0308192 Theory
+hep-th/0309009 Theory
+hep-th/0309033 Theory
+hep-th/0309047 Theory
+hep-th/0309059 Theory
+hep-th/0309067 Theory
+hep-th/0309068 Theory
+hep-th/0309077 Theory
+hep-th/0309096 Theory
+hep-th/0309130 Theory
+hep-th/0309133 Theory
+hep-th/0309142 Theory
+hep-th/0309165 Theory
+hep-th/0309173 Theory
+hep-th/0309196 Theory
+hep-th/0309198 Theory
+hep-th/0309201 Theory
+hep-th/0309203 Theory
+hep-th/0309217 Theory
+hep-th/0309239 Theory
+hep-th/0309265 Theory
+hep-th/0310006 Theory
+hep-th/0310016 Theory
+hep-th/0310021 Theory
+hep-th/0310027 Theory
+hep-th/0310038 Theory
+hep-th/0310099 Theory
+hep-th/0310113 Theory
+hep-th/0310117 Theory
+hep-th/0310139 Theory
+hep-th/0310147 Theory
+hep-th/0310221 Theory
+hep-th/0310277 Theory
+hep-th/0310289 Theory
+hep-th/0311009 Theory
+hep-th/0311012 Theory
+hep-th/0311023 Theory
+hep-th/0311042 Theory
+hep-th/0311045 Theory
+hep-th/0311049 Theory
+hep-th/0311050 Theory
+hep-th/0311075 Theory
+hep-th/0311077 Theory
+hep-th/0311092 Theory
+hep-th/0311108 Theory
+hep-th/0311109 Theory
+hep-th/0311130 Theory
+hep-th/0311170 Theory
+hep-th/0311181 Theory
+hep-th/0311193 Theory
+hep-th/0311238 Theory
+hep-th/0311241 Theory
+hep-th/0311243 Theory
+hep-th/0311244 Theory
+hep-th/0311253 Theory
+hep-th/0311262 Theory
+hep-th/0311265 Theory
+hep-th/0312007 Theory
+hep-th/0312012 Theory
+hep-th/0312019 Theory
+hep-th/0312033 Theory
+hep-th/0312055 Theory
+hep-th/0312059 Theory
+hep-th/0312066 Theory
+hep-th/0312089 Theory
+hep-th/0312113 Theory
+hep-th/0312126 Theory
+hep-th/0312157 Theory
+hep-th/0312160 Theory
+hep-th/0312164 Theory
+hep-th/0312186 Theory
+hep-th/0312210 Theory
+hep-th/0312218 Theory
+hep-th/0312219 Theory
+hep-th/0312232 Theory
+hep-th/0312233 Theory
+hep-th/0312256 Theory
+hep-th/0312273 Theory
+hep-th/0312303 Theory
+hep-th/0401037 Theory
+hep-th/0401054 Theory
+hep-th/0401072 Theory
+hep-th/0401088 Theory
+hep-th/0401090 Theory
+hep-th/0401128 Theory
+hep-th/0401141 Theory
+hep-th/0401142 Theory
+hep-th/0401177 Theory
+hep-th/0401206 Theory
+hep-th/0402041 Theory
+hep-th/0402061 Theory
+hep-th/0402091 Theory
+hep-th/0402094 Theory
+hep-th/0402105 Theory
+hep-th/0402129 Theory
+hep-th/0402135 Theory
+hep-th/0402139 Theory
+hep-th/0402140 Theory
+hep-th/0402144 Theory
+hep-th/0402173 Theory
+hep-th/0402190 Theory
+hep-th/0402215 Theory
+hep-th/0403013 Theory
+hep-th/0403016 Theory
+hep-th/0403042 Theory
+hep-th/0403044 Theory
+hep-th/0403049 Theory
+hep-th/0403052 Theory
+hep-th/0403084 Theory
+hep-th/0403107 Theory
+hep-th/0403119 Theory
+hep-th/0403126 Theory
+hep-th/0403154 Theory
+hep-th/0403182 Theory
+hep-th/0403202 Theory
+hep-th/0403215 Theory
+hep-th/0403220 Theory
+hep-th/0403222 Theory
+hep-th/0403265 Theory
+hep-th/0403278 Theory
+hep-th/0404011 Theory
+hep-th/0404017 Theory
+hep-th/0404027 Theory
+hep-th/0404030 Theory
+hep-th/0404041 Theory
+hep-th/0404056 Theory
+hep-th/0404059 Theory
+hep-th/0404069 Theory
+hep-th/0404071 Theory
+hep-th/0404073 Theory
+hep-th/0404077 Theory
+hep-th/0404085 Theory
+hep-th/0404112 Theory
+hep-th/0404124 Theory
+hep-th/0404134 Theory
+hep-th/0404145 Theory
+hep-th/0404147 Theory
+hep-th/0404162 Theory
+hep-th/0404173 Theory
+hep-th/0404174 Theory
+hep-th/0404181 Theory
+hep-th/0404189 Theory
+hep-th/0404200 Theory
+hep-th/0404212 Theory
+hep-th/0404222 Theory
+hep-th/0404228 Theory
+hep-th/0404260 Theory
+hep-th/0405014 Theory
+hep-th/0405017 Theory
+hep-th/0405022 Theory
+hep-th/0405042 Theory
+hep-th/0405050 Theory
+hep-th/0405062 Theory
+hep-th/0405078 Theory
+hep-th/0405083 Theory
+hep-th/0405087 Theory
+hep-th/0405091 Theory
+hep-th/0405098 Theory
+hep-th/0405100 Theory
+hep-th/0405103 Theory
+hep-th/0405113 Theory
+hep-th/0405118 Theory
+hep-th/0405127 Theory
+hep-th/0405134 Theory
+hep-th/0405142 Theory
+hep-th/0405157 Theory
+hep-th/0405160 Theory
+hep-th/0405178 Theory
+hep-th/0405180 Theory
+hep-th/0405187 Theory
+hep-th/0405215 Theory
+hep-th/0405237 Theory
+hep-th/0405241 Theory
+hep-th/0405282 Theory
+hep-th/0406005 Theory
+hep-th/0406016 Theory
+hep-th/0406019 Theory
+hep-th/0406021 Theory
+hep-th/0406022 Theory
+hep-th/0406023 Theory
+hep-th/0406050 Theory
+hep-th/0406060 Theory
+hep-th/0406070 Theory
+hep-th/0406092 Theory
+hep-th/0406103 Theory
+hep-th/0406106 Theory
+hep-th/0406117 Theory
+hep-th/0406136 Theory
+hep-th/0406137 Theory
+hep-th/0406141 Theory
+hep-th/0406143 Theory
+hep-th/0406150 Theory
+hep-th/0406191 Theory
+hep-th/0406195 Theory
+hep-th/0406203 Theory
+hep-th/0406207 Theory
+hep-th/0406208 Theory
+hep-th/0406210 Theory
+hep-th/0406223 Theory
+hep-th/0406224 Theory
+hep-th/0406231 Theory
+hep-th/0406245 Theory
+hep-th/0406247 Theory
+hep-th/0406253 Theory
+hep-th/0406257 Theory
+hep-th/0406259 Theory
+hep-th/0406264 Theory
+hep-th/0406265 Theory
+hep-th/0406275 Theory
+hep-th/0407037 Theory
+hep-th/0407038 Theory
+hep-th/0407041 Theory
+hep-th/0407043 Theory
+hep-th/0407046 Theory
+hep-th/0407053 Theory
+hep-th/0407063 Theory
+hep-th/0407065 Theory
+hep-th/0407068 Theory
+hep-th/0407071 Theory
+hep-th/0407075 Theory
+hep-th/0407081 Theory
+hep-th/0407092 Theory
+hep-th/0407094 Theory
+hep-th/0407135 Theory
+hep-th/0407139 Theory
+hep-th/0407144 Theory
+hep-th/0407145 Theory
+hep-th/0407152 Theory
+hep-th/0407158 Theory
+hep-th/0407165 Theory
+hep-th/0407176 Theory
+hep-th/0407178 Theory
+hep-th/0407192 Theory
+hep-th/0407193 Theory
+hep-th/0407205 Theory
+hep-th/0407220 Theory
+hep-th/0407224 Theory
+hep-th/0407240 Theory
+hep-th/0407243 Theory
+hep-th/0407244 Theory
+hep-th/0407261 Theory
+hep-th/0407263 Theory
+hep-th/0407269 Theory
+hep-th/0407271 Theory
+hep-th/0408005 Theory
+hep-th/0408014 Theory
+hep-th/0408016 Theory
+hep-th/0408036 Theory
+hep-th/0408037 Theory
+hep-th/0408062 Theory
+hep-th/0408063 Theory
+hep-th/0408066 Theory
+hep-th/0408070 Theory
+hep-th/0408085 Theory
+hep-th/0408086 Theory
+hep-th/0408094 Theory
+hep-th/0408105 Theory
+hep-th/0408113 Theory
+hep-th/0408119 Theory
+hep-th/0408121 Theory
+hep-th/0408127 Theory
+hep-th/0408133 Theory
+hep-th/0408134 Theory
+hep-th/0408138 Theory
+hep-th/0408149 Theory
+hep-th/0408150 Theory
+hep-th/0408155 Theory
+hep-th/0408156 Theory
+hep-th/0408160 Theory
+hep-th/0408161 Theory
+hep-th/0408173 Theory
+hep-th/0408175 Theory
+hep-th/0408186 Theory
+hep-th/0408190 Theory
+hep-th/0408198 Theory
+hep-th/0408200 Theory
+hep-th/0408210 Theory
+hep-th/0408236 Theory
+hep-th/0408242 Theory
+hep-th/0409002 Theory
+hep-th/0409018 Theory
+hep-th/0409020 Theory
+hep-th/0409023 Theory
+hep-th/0409027 Theory
+hep-th/0409034 Theory
+hep-th/0409066 Theory
+hep-th/0409076 Theory
+hep-th/0409081 Theory
+hep-th/0409085 Theory
+hep-th/0409090 Theory
+hep-th/0409097 Theory
+hep-th/0409098 Theory
+hep-th/0409104 Theory
+hep-th/0409122 Theory
+hep-th/0409124 Theory
+hep-th/0409128 Theory
+hep-th/0409132 Theory
+hep-th/0409137 Theory
+hep-th/0409164 Theory
+hep-th/0409173 Theory
+hep-th/0409181 Theory
+hep-th/0409190 Theory
+hep-th/0409195 Theory
+hep-th/0409199 Theory
+hep-th/0409200 Theory
+hep-th/0409212 Theory
+hep-th/0409217 Theory
+hep-th/0409219 Theory
+hep-th/0409223 Theory
+hep-th/0409238 Theory
+hep-th/0409243 Theory
+hep-th/0409249 Theory
+hep-th/0409253 Theory
+hep-th/0409270 Theory
+hep-th/0409273 Theory
+hep-th/0409284 Theory
+hep-th/0409289 Theory
+hep-th/0409298 Theory
+hep-th/0409299 Theory
+hep-th/0409303 Theory
+hep-th/0409312 Theory
+hep-th/0409315 Theory
+hep-th/0410007 Theory
+hep-th/0410022 Theory
+hep-th/0410026 Theory
+hep-th/0410045 Theory
+hep-th/0410047 Theory
+hep-th/0410049 Theory
+hep-th/0410055 Theory
+hep-th/0410060 Theory
+hep-th/0410067 Theory
+hep-th/0410098 Theory
+hep-th/0410141 Theory
+hep-th/0410158 Theory
+hep-th/0410167 Theory
+hep-th/0410177 Theory
+hep-th/0410186 Theory
+hep-th/0410191 Theory
+hep-th/0410192 Theory
+hep-th/0410206 Theory
+hep-th/0410210 Theory
+hep-th/0410217 Theory
+hep-th/0410236 Theory
+hep-th/0410261 Theory
+hep-th/0410264 Theory
+hep-th/0410275 Theory
+hep-th/0410282 Theory
+hep-th/0411001 Theory
+hep-th/0411009 Theory
+hep-th/0411014 Theory
+hep-th/0411019 Theory
+hep-th/0411023 Theory
+hep-th/0411029 Theory
+hep-th/0411057 Theory
+hep-th/0411060 Theory
+hep-th/0411066 Theory
+hep-th/0411073 Theory
+hep-th/0411077 Theory
+hep-th/0411081 Theory
+hep-th/0411088 Theory
+hep-th/0411095 Theory
+hep-th/0411099 Theory
+hep-th/0411123 Theory
+hep-th/0411128 Theory
+hep-th/0411129 Theory
+hep-th/0411132 Theory
+hep-th/0411135 Theory
+hep-th/0411148 Theory
+hep-th/0411157 Theory
+hep-th/0411169 Theory
+hep-th/0411170 Theory
+hep-th/0411191 Theory
+hep-th/0411192 Theory
+hep-th/0411200 Theory
+hep-th/0411205 Theory
+hep-th/0411213 Theory
+hep-th/0411221 Theory
+hep-th/0411237 Theory
+hep-th/0411250 Theory
+hep-th/0411257 Theory
+hep-th/0411273 Theory
+hep-th/0412003 Theory
+hep-th/0412015 Theory
+hep-th/0412016 Theory
+hep-th/0412022 Theory
+hep-th/0412023 Theory
+hep-th/0412040 Theory
+hep-th/0412044 Theory
+hep-th/0412045 Theory
+hep-th/0412071 Theory
+hep-th/0412075 Theory
+hep-th/0412109 Theory
+hep-th/0412116 Theory
+hep-th/0412140 Theory
+hep-th/0412187 Theory
+hep-th/0412204 Theory
+hep-th/0412205 Theory
+hep-th/0412223 Theory
+hep-th/0412235 Theory
+hep-th/0412251 Theory
+hep-th/0412268 Theory
+hep-th/0412273 Theory
+hep-th/0412276 Theory
+hep-th/0412280 Theory
+hep-th/0412286 Theory
+hep-th/0412294 Theory
+hep-th/0412305 Theory
+hep-th/0412307 Theory
+hep-th/0412308 Theory
+hep-th/0412337 Theory
+hep-th/0501004 Theory
+hep-th/0501005 Theory
+hep-th/0501006 Theory
+hep-th/0501041 Theory
+hep-th/0501048 Theory
+hep-th/0501058 Theory
+hep-th/0501065 Theory
+hep-th/0501070 Theory
+hep-th/0501099 Theory
+hep-th/0501104 Theory
+hep-th/0501105 Theory
+hep-th/0501109 Theory
+hep-th/0501121 Theory
+hep-th/0501122 Theory
+hep-th/0501123 Theory
+hep-th/0501130 Theory
+hep-th/0501131 Theory
+hep-th/0501139 Theory
+hep-th/0501140 Theory
+hep-th/0501148 Theory
+hep-th/0501153 Theory
+hep-th/0501160 Theory
+hep-th/0501176 Theory
+hep-th/0501197 Theory
+hep-th/0501209 Theory
+hep-th/0501228 Theory
+hep-th/0501241 Theory
+hep-th/0502014 Theory
+hep-th/0502028 Theory
+hep-th/0502038 Theory
+hep-th/0502046 Theory
+hep-th/0502049 Theory
+hep-th/0502130 Theory
+hep-th/0502139 Theory
+hep-th/0502146 Theory
+hep-th/0502149 Theory
+hep-th/0502152 Theory
+hep-th/0502173 Theory
+hep-th/0502184 Theory
+hep-th/0502243 Theory
+hep-th/0503006 Theory
+hep-th/0503030 Theory
+hep-th/0503044 Theory
+hep-th/0503061 Theory
+hep-th/0503085 Theory
+hep-th/0503124 Theory
+hep-th/0503141 Theory
+hep-th/0503142 Theory
+hep-th/0503145 Theory
+hep-th/0503178 Theory
+hep-th/0503194 Theory
+hep-th/0503213 Theory
+hep-th/0503216 Theory
+hep-th/0504004 Theory
+hep-th/0504006 Theory
+hep-th/0504022 Theory
+hep-th/0504047 Theory
+hep-th/0504053 Theory
+hep-th/0504083 Theory
+hep-th/0504103 Theory
+hep-th/0504142 Theory
+hep-th/0504160 Theory
+hep-th/0504163 Theory
+hep-th/0504190 Theory
+hep-th/0504203 Theory
+hep-th/0504212 Theory
+hep-th/0504220 Theory
+hep-th/0504221 Theory
+hep-th/0504234 Theory
+hep-th/0505014 Theory
+hep-th/0505017 Theory
+hep-th/0505018 Theory
+hep-th/0505041 Theory
+hep-th/0505048 Theory
+hep-th/0505051 Theory
+hep-th/0505055 Theory
+hep-th/0505066 Theory
+hep-th/0505069 Theory
+hep-th/0505082 Theory
+hep-th/0505100 Theory
+hep-th/0505118 Theory
+hep-th/0505133 Theory
+hep-th/0505159 Theory
+hep-th/0505162 Theory
+hep-th/0505163 Theory
+hep-th/0505195 Theory
+hep-th/0505205 Theory
+hep-th/0505215 Theory
+hep-th/0505238 Theory
+hep-th/0506006 Theory
+hep-th/0506021 Theory
+hep-th/0506029 Theory
+hep-th/0506053 Theory
+hep-th/0506073 Theory
+hep-th/0506090 Theory
+hep-th/0506094 Theory
+hep-th/0506103 Theory
+hep-th/0506106 Theory
+hep-th/0506119 Theory
+hep-th/0506136 Theory
+hep-th/0506153 Theory
+hep-th/0506154 Theory
+hep-th/0506156 Theory
+hep-th/0506157 Theory
+hep-th/0506173 Theory
+hep-th/0506236 Theory
+hep-th/0506239 Theory
+hep-th/0506244 Theory
+hep-th/0506258 Theory
+hep-th/0506263 Theory
+hep-th/0507026 Theory
+hep-th/0507063 Theory
+hep-th/0507068 Theory
+hep-th/0507072 Theory
+hep-th/0507073 Theory
+hep-th/0507095 Theory
+hep-th/0507109 Theory
+hep-th/0507115 Theory
+hep-th/0507124 Theory
+hep-th/0507137 Theory
+hep-th/0507146 Theory
+hep-th/0507152 Theory
+hep-th/0507154 Theory
+hep-th/0507171 Theory
+hep-th/0507182 Theory
+hep-th/0507216 Theory
+hep-th/0507228 Theory
+hep-th/0507253 Theory
+hep-th/0507276 Theory
+hep-th/0507285 Theory
+hep-th/0507291 Theory
+hep-th/0508010 Theory
+hep-th/0508046 Theory
+hep-th/0508050 Theory
+hep-th/0508060 Theory
+hep-th/0508067 Theory
+hep-th/0508069 Theory
+hep-th/0508074 Theory
+hep-th/0508079 Theory
+hep-th/0508093 Theory
+hep-th/0508109 Theory
+hep-th/0508117 Theory
+hep-th/0508123 Theory
+hep-th/0508139 Theory
+hep-th/0508143 Theory
+hep-th/0508151 Theory
+hep-th/0508163 Theory
+hep-th/0508167 Theory
+hep-th/0508179 Theory
+hep-th/0508185 Theory
+hep-th/0508232 Theory
+hep-th/0508240 Theory
+hep-th/0509017 Theory
+hep-th/0509018 Theory
+hep-th/0509026 Theory
+hep-th/0509031 Theory
+hep-th/0509034 Theory
+hep-th/0509037 Theory
+hep-th/0509050 Theory
+hep-th/0509055 Theory
+hep-th/0509057 Theory
+hep-th/0509059 Theory
+hep-th/0509064 Theory
+hep-th/0509077 Theory
+hep-th/0509081 Theory
+hep-th/0509083 Theory
+hep-th/0509085 Theory
+hep-th/0509098 Theory
+hep-th/0509101 Theory
+hep-th/0509109 Theory
+hep-th/0509113 Theory
+hep-th/0509117 Theory
+hep-th/0509118 Theory
+hep-th/0509123 Theory
+hep-th/0509124 Theory
+hep-th/0509128 Theory
+hep-th/0509131 Theory
+hep-th/0509133 Theory
+hep-th/0509135 Theory
+hep-th/0509143 Theory
+hep-th/0509148 Theory
+hep-th/0509155 Theory
+hep-th/0509159 Theory
+hep-th/0509161 Theory
+hep-th/0509167 Theory
+hep-th/0509182 Theory
+hep-th/0509193 Theory
+hep-th/0509205 Theory
+hep-th/0509210 Theory
+hep-th/0509218 Theory
+hep-th/0509227 Theory
+hep-th/0509231 Theory
+hep-th/0509235 Theory
+hep-th/0510002 Theory
+hep-th/0510013 Theory
+hep-th/0510017 Theory
+hep-th/0510022 Theory
+hep-th/0510028 Theory
+hep-th/0510032 Theory
+hep-th/0510042 Theory
+hep-th/0510043 Theory
+hep-th/0510044 Theory
+hep-th/0510045 Theory
+hep-th/0510053 Theory
+hep-th/0510055 Theory
+hep-th/0510057 Theory
+hep-th/0510062 Theory
+hep-th/0510064 Theory
+hep-th/0510065 Theory
+hep-th/0510066 Theory
+hep-th/0510067 Theory
+hep-th/0510068 Theory
+hep-th/0510069 Theory
+hep-th/0510074 Theory
+hep-th/0510076 Theory
+hep-th/0510082 Theory
+hep-th/0510098 Theory
+hep-th/0510102 Theory
+hep-th/0510113 Theory
+hep-th/0510119 Theory
+hep-th/0510121 Theory
+hep-th/0510128 Theory
+hep-th/0510140 Theory
+hep-th/0510145 Theory
+hep-th/0510149 Theory
+hep-th/0510155 Theory
+hep-th/0510156 Theory
+hep-th/0510160 Theory
+hep-th/0510161 Theory
+hep-th/0510162 Theory
+hep-th/0510165 Theory
+hep-th/0510168 Theory
+hep-th/0510182 Theory
+hep-th/0510190 Theory
+hep-th/0510193 Theory
+hep-th/0510196 Theory
+hep-th/0510202 Theory
+hep-th/0510212 Theory
+hep-th/0510215 Theory
+hep-th/0510219 Theory
+hep-th/0510220 Theory
+hep-th/0510235 Theory
+hep-th/0510237 Theory
+hep-th/0510240 Theory
+hep-th/0510242 Theory
+hep-th/0510247 Theory
+hep-th/0510252 Theory
+hep-th/0510255 Theory
+hep-th/0510259 Theory
+hep-th/0510262 Theory
+hep-th/0510267 Theory
+hep-th/0510273 Theory
+hep-th/0510274 Theory
+hep-th/0511003 Theory
+hep-th/0511010 Theory
+hep-th/0511011 Theory
+hep-th/0511022 Theory
+hep-th/0511030 Theory
+hep-th/0511040 Theory
+hep-th/0511041 Theory
+hep-th/0511054 Theory
+hep-th/0511055 Theory
+hep-th/0511059 Theory
+hep-th/0511060 Theory
+hep-th/0511063 Theory
+hep-th/0511066 Theory
+hep-th/0511074 Theory
+hep-th/0511079 Theory
+hep-th/0511081 Theory
+hep-th/0511083 Theory
+hep-th/0511094 Theory
+hep-th/0511095 Theory
+hep-th/0511098 Theory
+hep-th/0511099 Theory
+hep-th/0511102 Theory
+hep-th/0511121 Theory
+hep-th/0511122 Theory
+hep-th/0511133 Theory
+hep-th/0511137 Theory
+hep-th/0511151 Theory
+hep-th/0511157 Theory
+hep-th/0511159 Theory
+hep-th/0511167 Theory
+hep-th/0511175 Theory
+hep-th/0511178 Theory
+hep-th/0511180 Theory
+hep-th/0511183 Theory
+hep-th/0511200 Theory
+hep-th/0511206 Theory
+hep-th/0511208 Theory
+hep-th/0511210 Theory
+hep-th/0511213 Theory
+hep-th/0511219 Theory
+hep-th/0511224 Theory
+hep-th/0511226 Theory
+hep-th/0511231 Theory
+hep-th/0511241 Theory
+hep-th/0511245 Theory
+hep-th/0511246 Theory
+hep-th/0511249 Theory
+hep-th/0511252 Theory
+hep-th/0511259 Theory
+hep-th/0511266 Theory
+hep-th/0511278 Theory
+hep-th/0511280 Theory
+hep-th/0511281 Theory
+hep-th/0511286 Theory
+hep-th/0511289 Theory
+hep-th/0511292 Theory
+hep-th/0511293 Theory
+hep-th/0511298 Theory
+hep-th/0511301 Theory
+hep-th/0511303 Theory
+hep-th/0511305 Theory
+hep-th/0511307 Theory
+hep-th/0512003 Theory
+hep-th/0512006 Theory
+hep-th/0512008 Theory
+hep-th/0512013 Theory
+hep-th/0512017 Theory
+hep-th/0512020 Theory
+hep-th/0512022 Theory
+hep-th/0512026 Theory
+hep-th/0512027 Theory
+hep-th/0512030 Theory
+hep-th/0512032 Theory
+hep-th/0512042 Theory
+hep-th/0512049 Theory
+hep-th/0512058 Theory
+hep-th/0512059 Theory
+hep-th/0512063 Theory
+hep-th/0512067 Theory
+hep-th/0512068 Theory
+hep-th/0512071 Theory
+hep-th/0512075 Theory
+hep-th/0512078 Theory
+hep-th/0512079 Theory
+hep-th/0512081 Theory
+hep-th/0512085 Theory
+hep-th/0512090 Theory
+hep-th/0512091 Theory
+hep-th/0512096 Theory
+hep-th/0512097 Theory
+hep-th/0512098 Theory
+hep-th/0512103 Theory
+hep-th/0512107 Theory
+hep-th/0512110 Theory
+hep-th/0512111 Theory
+hep-th/0512113 Theory
+hep-th/0512114 Theory
+hep-th/0512117 Theory
+hep-th/0512118 Theory
+hep-th/0512123 Theory
+hep-th/0512124 Theory
+hep-th/0512127 Theory
+hep-th/0512129 Theory
+hep-th/0512130 Theory
+hep-th/0512131 Theory
+hep-th/0512132 Theory
+hep-th/0512133 Theory
+hep-th/0512136 Theory
+hep-th/0512137 Theory
+hep-th/0512140 Theory
+hep-th/0512143 Theory
+hep-th/0512149 Theory
+hep-th/0512150 Theory
+hep-th/0512151 Theory
+hep-th/0512159 Theory
+hep-th/0512162 Theory
+hep-th/0512163 Theory
+hep-th/0512165 Theory
+hep-th/0512167 Theory
+hep-th/0512168 Theory
+hep-th/0512175 Theory
+hep-th/0512176 Theory
+hep-th/0512182 Theory
+hep-th/0512184 Theory
+hep-th/0512185 Theory
+hep-th/0512198 Theory
+hep-th/0512199 Theory
+hep-th/0512201 Theory
+hep-th/0512203 Theory
+hep-th/0512205 Theory
+hep-th/0512208 Theory
+hep-th/0512209 Theory
+hep-th/0512219 Theory
+hep-th/0512225 Theory
+hep-th/0512227 Theory
+hep-th/0512229 Theory
+hep-th/0512232 Theory
+hep-th/0512234 Theory
+hep-th/0512237 Theory
+hep-th/0512241 Theory
+hep-th/0512249 Theory
+hep-th/0512250 Theory
+hep-th/0512254 Theory
+hep-th/0512257 Theory
+hep-th/0512262 Theory
+hep-th/0512265 Theory
+hep-th/0512272 Theory
+hep-th/0512278 Theory
+hep-th/0512280 Theory
+hep-th/0512289 Theory
+hep-th/0512291 Theory
+hep-th/0512299 Theory
+hep-th/0512303 Theory
+hep-th/0512306 Theory
+hep-th/0512314 Theory
+hep-th/0512317 Theory
+hep-th/0512325 Theory
+hep-th/0512330 Theory
+hep-th/0512333 Theory
+hep-th/0512337 Theory
+hep-th/0512338 Theory
+hep-th/0512342 Theory
+hep-th/0512344 Theory
+hep-th/0512345 Theory
+hep-th/0512346 Theory
+hep-th/0512348 Theory
+hep-th/0512350 Theory
+hep-th/0512353 Theory
+hep-th/0512355 Theory
+hep-th/0601002 Theory
+hep-th/0601003 Theory
+hep-th/0601004 Theory
+hep-th/0601005 Theory
+hep-th/0601007 Theory
+hep-th/0601008 Theory
+hep-th/0601011 Theory
+hep-th/0601013 Theory
+hep-th/0601014 Theory
+hep-th/0601015 Theory
+hep-th/0601017 Theory
+hep-th/0601025 Theory
+hep-th/0601027 Theory
+hep-th/0601028 Theory
+hep-th/0601030 Theory
+hep-th/0601032 Theory
+hep-th/0601034 Theory
+hep-th/0601036 Theory
+hep-th/0601037 Theory
+hep-th/0601039 Theory
+hep-th/0601040 Theory
+hep-th/0601044 Theory
+hep-th/0601045 Theory
+hep-th/0601050 Theory
+hep-th/0601054 Theory
+hep-th/0601056 Theory
+hep-th/0601058 Theory
+hep-th/0601059 Theory
+hep-th/0601061 Theory
+hep-th/0601062 Theory
+hep-th/0601064 Theory
+hep-th/0601065 Theory
+hep-th/0601066 Theory
+hep-th/0601074 Theory
+hep-th/0601077 Theory
+hep-th/0601078 Theory
+hep-th/0601079 Theory
+hep-th/0601082 Theory
+hep-th/0601085 Theory
+hep-th/0601089 Theory
+hep-th/0601090 Theory
+hep-th/0601093 Theory
+hep-th/0601095 Theory
+hep-th/0601096 Theory
+hep-th/0601098 Theory
+hep-th/0601101 Theory
+hep-th/0601105 Theory
+hep-th/0601106 Theory
+hep-th/0601112 Theory
+hep-th/0601113 Theory
+hep-th/0601114 Theory
+hep-th/0601119 Theory
+hep-th/0601120 Theory
+hep-th/0601122 Theory
+hep-th/0601124 Theory
+hep-th/0601126 Theory
+hep-th/0601129 Theory
+hep-th/0601131 Theory
+hep-th/0601132 Theory
+hep-th/0601134 Theory
+hep-th/0601139 Theory
+hep-th/0601141 Theory
+hep-th/0601148 Theory
+hep-th/0601153 Theory
+hep-th/0601154 Theory
+hep-th/0601156 Theory
+hep-th/0601160 Theory
+hep-th/0601161 Theory
+hep-th/0601169 Theory
+hep-th/0601173 Theory
+hep-th/0601175 Theory
+hep-th/0601177 Theory
+hep-th/0601178 Theory
+hep-th/0601181 Theory
+hep-th/0601186 Theory
+hep-th/0601187 Theory
+hep-th/0601188 Theory
+hep-th/0601193 Theory
+hep-th/0601197 Theory
+hep-th/0601208 Theory
+hep-th/0601209 Theory
+hep-th/0601219 Theory
+hep-th/0601220 Theory
+hep-th/0601222 Theory
+hep-th/0601224 Theory
+hep-th/0601227 Theory
+hep-th/0601229 Theory
+hep-th/0601230 Theory
+hep-th/0601233 Theory
+hep-th/0601236 Theory
+hep-th/0602001 Theory
+hep-th/0602002 Theory
+hep-th/0602007 Theory
+hep-th/0602008 Theory
+hep-th/0602010 Theory
+hep-th/0602015 Theory
+hep-th/0602017 Theory
+hep-th/0602019 Theory
+hep-th/0602023 Theory
+hep-th/0602028 Theory
+hep-th/0602031 Theory
+hep-th/0602039 Theory
+hep-th/0602050 Theory
+hep-th/0602052 Theory
+hep-th/0602055 Theory
+hep-th/0602056 Theory
+hep-th/0602061 Theory
+hep-th/0602062 Theory
+hep-th/0602064 Theory
+hep-th/0602067 Theory
+hep-th/0602068 Theory
+hep-th/0602069 Theory
+hep-th/0602070 Theory
+hep-th/0602072 Theory
+hep-th/0602076 Theory
+hep-th/0602080 Theory
+hep-th/0602081 Theory
+hep-th/0602082 Theory
+hep-th/0602083 Theory
+hep-th/0602094 Theory
+hep-th/0602096 Theory
+hep-th/0602099 Theory
+hep-th/0602100 Theory
+hep-th/0602101 Theory
+hep-th/0602102 Theory
+hep-th/0602106 Theory
+hep-th/0602107 Theory
+hep-th/0602109 Theory
+hep-th/0602110 Theory
+hep-th/0602111 Theory
+hep-th/0602113 Theory
+hep-th/0602114 Theory
+hep-th/0602116 Theory
+hep-th/0602117 Theory
+hep-th/0602123 Theory
+hep-th/0602130 Theory
+hep-th/0602131 Theory
+hep-th/0602134 Theory
+hep-th/0602144 Theory
+hep-th/0602148 Theory
+hep-th/0602154 Theory
+hep-th/0602156 Theory
+hep-th/0602158 Theory
+hep-th/0602159 Theory
+hep-th/0602160 Theory
+hep-th/0602161 Theory
+hep-th/0602172 Theory
+hep-th/0602173 Theory
+hep-th/0602175 Theory
+hep-th/0602176 Theory
+hep-th/0602179 Theory
+hep-th/0602180 Theory
+hep-th/0602187 Theory
+hep-th/0602192 Theory
+hep-th/0602194 Theory
+hep-th/0602196 Theory
+hep-th/0602198 Theory
+hep-th/0602200 Theory
+hep-th/0602201 Theory
+hep-th/0602203 Theory
+hep-th/0602204 Theory
+hep-th/0602205 Theory
+hep-th/0602208 Theory
+hep-th/0602209 Theory
+hep-th/0602210 Theory
+hep-th/0602212 Theory
+hep-th/0602214 Theory
+hep-th/0602216 Theory
+hep-th/0602217 Theory
+hep-th/0602222 Theory
+hep-th/0602224 Theory
+hep-th/0602225 Theory
+hep-th/0602227 Theory
+hep-th/0602228 Theory
+hep-th/0602229 Theory
+hep-th/0602238 Theory
+hep-th/0602241 Theory
+hep-th/0602242 Theory
+hep-th/0602243 Theory
+hep-th/0602244 Theory
+hep-th/0602253 Theory
+hep-th/0602260 Theory
+hep-th/0602265 Theory
+hep-th/0602267 Theory
+hep-th/0602268 Theory
+hep-th/0602272 Theory
+hep-th/0602274 Theory
+hep-th/0602276 Theory
+hep-th/0602277 Theory
+hep-th/0602284 Theory
+hep-th/0602285 Theory
+hep-th/0602286 Theory
+hep-th/0602289 Theory
+hep-th/0602292 Theory
+hep-th/0602295 Theory
+hep-th/0603005 Theory
+hep-th/0603006 Theory
+hep-th/0603012 Theory
+hep-th/0603013 Theory
+hep-th/0603014 Theory
+hep-th/0603015 Theory
+hep-th/0603017 Theory
+hep-th/0603018 Theory
+hep-th/0603021 Theory
+hep-th/0603022 Theory
+hep-th/0603023 Theory
+hep-th/0603024 Theory
+hep-th/0603026 Theory
+hep-th/0603027 Theory
+hep-th/0603029 Theory
+hep-th/0603031 Theory
+hep-th/0603032 Theory
+hep-th/0603033 Theory
+hep-th/0603038 Theory
+hep-th/0603042 Theory
+hep-th/0603043 Theory
+hep-th/0603047 Theory
+hep-th/0603049 Theory
+hep-th/0603056 Theory
+hep-th/0603057 Theory
+hep-th/0603060 Theory
+hep-th/0603061 Theory
+hep-th/0603065 Theory
+hep-th/0603066 Theory
+hep-th/0603068 Theory
+hep-th/0603071 Theory
+hep-th/0603072 Theory
+hep-th/0603077 Theory
+hep-th/0603078 Theory
+hep-th/0603080 Theory
+hep-th/0603083 Theory
+hep-th/0603090 Theory
+hep-th/0603091 Theory
+hep-th/0603092 Theory
+hep-th/0603096 Theory
+hep-th/0603099 Theory
+hep-th/0603105 Theory
+hep-th/0603106 Theory
+hep-th/0603111 Theory
+hep-th/0603114 Theory
+hep-th/0603116 Theory
+hep-th/0603117 Theory
+hep-th/0603120 Theory
+hep-th/0603123 Theory
+hep-th/0603125 Theory
+hep-th/0603126 Theory
+hep-th/0603135 Theory
+hep-th/0603136 Theory
+hep-th/0603143 Theory
+hep-th/0603145 Theory
+hep-th/0603146 Theory
+hep-th/0603147 Theory
+hep-th/0603154 Theory
+hep-th/0603155 Theory
+hep-th/0603158 Theory
+hep-th/0603160 Theory
+hep-th/0603163 Theory
+hep-th/0603164 Theory
+hep-th/0603169 Theory
+hep-th/0603171 Theory
+hep-th/0603174 Theory
+hep-th/0603179 Theory
+hep-th/0603180 Theory
+hep-th/0603182 Theory
+hep-th/0603183 Theory
+hep-th/0603185 Theory
+hep-th/0603186 Theory
+hep-th/0603187 Theory
+hep-th/0603189 Theory
+hep-th/0603190 Theory
+hep-th/0603192 Theory
+hep-th/0603194 Theory
+hep-th/0603195 Theory
+hep-th/0603197 Theory
+hep-th/0603199 Theory
+hep-th/0603200 Theory
+hep-th/0603205 Theory
+hep-th/0603212 Theory
+hep-th/0603213 Theory
+hep-th/0603215 Theory
+hep-th/0603216 Theory
+hep-th/0603219 Theory
+hep-th/0603221 Theory
+hep-th/0603222 Theory
+hep-th/0603224 Theory
+hep-th/0603226 Theory
+hep-th/0603228 Theory
+hep-th/0603231 Theory
+hep-th/0603234 Theory
+hep-th/0603235 Theory
+hep-th/0603239 Theory
+hep-th/0603241 Theory
+hep-th/0603242 Theory
+hep-th/0603248 Theory
+hep-th/0603255 Theory
+hep-th/0603256 Theory
+hep-th/0604001 Theory
+hep-th/0604009 Theory
+hep-th/0604010 Theory
+hep-th/0604012 Theory
+hep-th/0604014 Theory
+hep-th/0604018 Theory
+hep-th/0604019 Theory
+hep-th/0604022 Theory
+hep-th/0604025 Theory
+hep-th/0604026 Theory
+hep-th/0604029 Theory
+hep-th/0604030 Theory
+hep-th/0604031 Theory
+hep-th/0604036 Theory
+hep-th/0604038 Theory
+hep-th/0604039 Theory
+hep-th/0604041 Theory
+hep-th/0604043 Theory
+hep-th/0604048 Theory
+hep-th/0604049 Theory
+hep-th/0604050 Theory
+hep-th/0604056 Theory
+hep-th/0604057 Theory
+hep-th/0604060 Theory
+hep-th/0604064 Theory
+hep-th/0604065 Theory
+hep-th/0604068 Theory
+hep-th/0604069 Theory
+hep-th/0604070 Theory
+hep-th/0604071 Theory
+hep-th/0604072 Theory
+hep-th/0604073 Theory
+hep-th/0604074 Theory
+hep-th/0604079 Theory
+hep-th/0604082 Theory
+hep-th/0604092 Theory
+hep-th/0604094 Theory
+hep-th/0604096 Theory
+hep-th/0604101 Theory
+hep-th/0604106 Theory
+hep-th/0604107 Theory
+hep-th/0604110 Theory
+hep-th/0604112 Theory
+hep-th/0604113 Theory
+hep-th/0604116 Theory
+hep-th/0604121 Theory
+hep-th/0604122 Theory
+hep-th/0604126 Theory
+hep-th/0604127 Theory
+hep-th/0604129 Theory
+hep-th/0604131 Theory
+hep-th/0604134 Theory
+hep-th/0604137 Theory
+hep-th/0604141 Theory
+hep-th/0604142 Theory
+hep-th/0604146 Theory
+hep-th/0604153 Theory
+hep-th/0604156 Theory
+hep-th/0604157 Theory
+hep-th/0604158 Theory
+hep-th/0604162 Theory
+hep-th/0604164 Theory
+hep-th/0604166 Theory
+hep-th/0604167 Theory
+hep-th/0604168 Theory
+hep-th/0604171 Theory
+hep-th/0604172 Theory
+hep-th/0604173 Theory
+hep-th/0604177 Theory
+hep-th/0604178 Theory
+hep-th/0604181 Theory
+hep-th/0604182 Theory
+hep-th/0604183 Theory
+hep-th/0604184 Theory
+hep-th/0604188 Theory
+hep-th/0604201 Theory
+hep-th/0604202 Theory
+hep-th/0604204 Theory
+hep-th/0604207 Theory
+hep-th/0604208 Theory
+hep-th/0604210 Theory
+hep-th/0604211 Theory
+hep-th/0604215 Theory
+hep-th/0604217 Theory
+hep-th/0605001 Theory
+hep-th/0605004 Theory
+hep-th/0605006 Theory
+hep-th/0605007 Theory
+hep-th/0605008 Theory
+hep-th/0605010 Theory
+hep-th/0605011 Theory
+hep-th/0605012 Theory
+hep-th/0605016 Theory
+hep-th/0605021 Theory
+hep-th/0605025 Theory
+hep-th/0605026 Theory
+hep-th/0605032 Theory
+hep-th/0605035 Theory
+hep-th/0605039 Theory
+hep-th/0605040 Theory
+hep-th/0605041 Theory
+hep-th/0605043 Theory
+hep-th/0605046 Theory
+hep-th/0605047 Theory
+hep-th/0605048 Theory
+hep-th/0605056 Theory
+hep-th/0605057 Theory
+hep-th/0605058 Theory
+hep-th/0605059 Theory
+hep-th/0605064 Theory
+hep-th/0605065 Theory
+hep-th/0605066 Theory
+hep-th/0605069 Theory
+hep-th/0605070 Theory
+hep-th/0605071 Theory
+hep-th/0605072 Theory
+hep-th/0605076 Theory
+hep-th/0605078 Theory
+hep-th/0605081 Theory
+hep-th/0605084 Theory
+hep-th/0605088 Theory
+hep-th/0605090 Theory
+hep-th/0605091 Theory
+hep-th/0605102 Theory
+hep-th/0605104 Theory
+hep-th/0605105 Theory
+hep-th/0605107 Theory
+hep-th/0605109 Theory
+hep-th/0605112 Theory
+hep-th/0605115 Theory
+hep-th/0605119 Theory
+hep-th/0605120 Theory
+hep-th/0605126 Theory
+hep-th/0605127 Theory
+hep-th/0605129 Theory
+hep-th/0605131 Theory
+hep-th/0605134 Theory
+hep-th/0605137 Theory
+hep-th/0605143 Theory
+hep-th/0605149 Theory
+hep-th/0605153 Theory
+hep-th/0605154 Theory
+hep-th/0605156 Theory
+hep-th/0605161 Theory
+hep-th/0605162 Theory
+hep-th/0605164 Theory
+hep-th/0605165 Theory
+hep-th/0605173 Theory
+hep-th/0605176 Theory
+hep-th/0605179 Theory
+hep-th/0605180 Theory
+hep-th/0605182 Theory
+hep-th/0605183 Theory
+hep-th/0605184 Theory
+hep-th/0605185 Theory
+hep-th/0605187 Theory
+hep-th/0605192 Theory
+hep-th/0605193 Theory
+hep-th/0605194 Theory
+hep-th/0605195 Theory
+hep-th/0605196 Theory
+hep-th/0605197 Theory
+hep-th/0605198 Theory
+hep-th/0605200 Theory
+hep-th/0605201 Theory
+hep-th/0605204 Theory
+hep-th/0605213 Theory
+hep-th/0605217 Theory
+hep-th/0605218 Theory
+hep-th/0605220 Theory
+hep-th/0605222 Theory
+hep-th/0605224 Theory
+hep-th/0605226 Theory
+hep-th/0605227 Theory
+hep-th/0605228 Theory
+hep-th/0605238 Theory
+hep-th/0605239 Theory
+hep-th/0605243 Theory
+hep-th/0605244 Theory
+hep-th/0605245 Theory
+hep-th/0605250 Theory
+hep-th/0605252 Theory
+hep-th/0605253 Theory
+hep-th/0605254 Theory
+hep-th/0605258 Theory
+hep-th/0605263 Theory
+hep-th/0605264 Theory
+hep-th/0605266 Theory
+hep-th/0605267 Theory
+hep-th/0605268 Theory
+hep-th/0605271 Theory
+hep-th/0605273 Theory
+hep-th/0605274 Theory
+hep-th/0605275 Theory
+hep-th/0605277 Theory
+hep-th/0605278 Theory
+hep-th/0605281 Theory
+hep-th/0605283 Theory
+hep-th/0605288 Theory
+hep-th/0605289 Theory
+hep-th/0605290 Theory
+hep-th/0605291 Theory
+hep-th/0605295 Theory
+hep-th/0606003 Theory
+hep-th/0606004 Theory
+hep-th/0606005 Theory
+hep-th/0606007 Theory
+hep-th/0606009 Theory
+hep-th/0606010 Theory
+hep-th/0606017 Theory
+hep-th/0606018 Theory
+hep-th/0606019 Theory
+hep-th/0606026 Theory
+hep-th/0606028 Theory
+hep-th/0606030 Theory
+hep-th/0606031 Theory
+hep-th/0606032 Theory
+hep-th/0606033 Theory
+hep-th/0606036 Theory
+hep-th/0606045 Theory
+hep-th/0606047 Theory
+hep-th/0606048 Theory
+hep-th/0606050 Theory
+hep-th/0606052 Theory
+hep-th/0606053 Theory
+hep-th/0606054 Theory
+hep-th/0606055 Theory
+hep-th/0606061 Theory
+hep-th/0606064 Theory
+hep-th/0606065 Theory
+hep-th/0606068 Theory
+hep-th/0606070 Theory
+hep-th/0606071 Theory
+hep-th/0606072 Theory
+hep-th/0606081 Theory
+hep-th/0606091 Theory
+hep-th/0606092 Theory
+hep-th/0606095 Theory
+hep-th/0606098 Theory
+hep-th/0606104 Theory
+hep-th/0606106 Theory
+hep-th/0606108 Theory
+hep-th/0606114 Theory
+hep-th/0606116 Theory
+hep-th/0606117 Theory
+hep-th/0606120 Theory
+hep-th/0606124 Theory
+hep-th/0606126 Theory
+hep-th/0606128 Theory
+hep-th/0606129 Theory
+hep-th/0606130 Theory
+hep-th/0606136 Theory
+hep-th/0606139 Theory
+hep-th/0606141 Theory
+hep-th/0606143 Theory
+hep-th/0606144 Theory
+hep-th/0606146 Theory
+hep-th/0606147 Theory
+hep-th/0606149 Theory
+hep-th/0606151 Theory
+hep-th/0606152 Theory
+hep-th/0606153 Theory
+hep-th/0606155 Theory
+hep-th/0606158 Theory
+hep-th/0606160 Theory
+hep-th/0606163 Theory
+hep-th/0606164 Theory
+hep-th/0606166 Theory
+hep-th/0606169 Theory
+hep-th/0606171 Theory
+hep-th/0606172 Theory
+hep-th/0606174 Theory
+hep-th/0606176 Theory
+hep-th/0606178 Theory
+hep-th/0606182 Theory
+hep-th/0606183 Theory
+hep-th/0606186 Theory
+hep-th/0606187 Theory
+hep-th/0606189 Theory
+hep-th/0606191 Theory
+hep-th/0606192 Theory
+hep-th/0606195 Theory
+hep-th/0606196 Theory
+hep-th/0606197 Theory
+hep-th/0606198 Theory
+hep-th/0606199 Theory
+hep-th/0606200 Theory
+hep-th/0606201 Theory
+hep-th/0606202 Theory
+hep-th/0606204 Theory
+hep-th/0606206 Theory
+hep-th/0606207 Theory
+hep-th/0606208 Theory
+hep-th/0606210 Theory
+hep-th/0606211 Theory
+hep-th/0606213 Theory
+hep-th/0606214 Theory
+hep-th/0606215 Theory
+hep-th/0606219 Theory
+hep-th/0606225 Theory
+hep-th/0606228 Theory
+hep-th/0606232 Theory
+hep-th/0606235 Theory
+hep-th/0606237 Theory
+hep-th/0606242 Theory
+hep-th/0606243 Theory
+hep-th/0606247 Theory
+hep-th/0606249 Theory
+hep-th/0606254 Theory
+hep-th/0606256 Theory
+hep-th/0606261 Theory
+hep-th/0606262 Theory
+hep-th/0606263 Theory
+hep-th/0606267 Theory
+hep-th/0606272 Theory
+hep-th/0606275 Theory
+hep-th/0606280 Theory
+hep-th/0606281 Theory
+hep-th/0606284 Theory
+hep-th/0606285 Theory
+hep-th/0606286 Theory
+hep-th/0607004 Theory
+hep-th/0607005 Theory
+hep-th/0607006 Theory
+hep-th/0607012 Theory
+hep-th/0607013 Theory
+hep-th/0607016 Theory
+hep-th/0607018 Theory
+hep-th/0607019 Theory
+hep-th/0607020 Theory
+hep-th/0607022 Theory
+hep-th/0607023 Theory
+hep-th/0607024 Theory
+hep-th/0607025 Theory
+hep-th/0607027 Theory
+hep-th/0607029 Theory
+hep-th/0607031 Theory
+hep-th/0607038 Theory
+hep-th/0607046 Theory
+hep-th/0607049 Theory
+hep-th/0607052 Theory
+hep-th/0607055 Theory
+hep-th/0607058 Theory
+hep-th/0607059 Theory
+hep-th/0607062 Theory
+hep-th/0607066 Theory
+hep-th/0607067 Theory
+hep-th/0607071 Theory
+hep-th/0607078 Theory
+hep-th/0607080 Theory
+hep-th/0607081 Theory
+hep-th/0607083 Theory
+hep-th/0607092 Theory
+hep-th/0607097 Theory
+hep-th/0607100 Theory
+hep-th/0607101 Theory
+hep-th/0607107 Theory
+hep-th/0607112 Theory
+hep-th/0607113 Theory
+hep-th/0607114 Theory
+hep-th/0607116 Theory
+hep-th/0607117 Theory
+hep-th/0607119 Theory
+hep-th/0607120 Theory
+hep-th/0607121 Theory
+hep-th/0607127 Theory
+hep-th/0607128 Theory
+hep-th/0607132 Theory
+hep-th/0607133 Theory
+hep-th/0607139 Theory
+hep-th/0607141 Theory
+hep-th/0607142 Theory
+hep-th/0607145 Theory
+hep-th/0607148 Theory
+hep-th/0607151 Theory
+hep-th/0607154 Theory
+hep-th/0607158 Theory
+hep-th/0607163 Theory
+hep-th/0607164 Theory
+hep-th/0607167 Theory
+hep-th/0607168 Theory
+hep-th/0607172 Theory
+hep-th/0607179 Theory
+hep-th/0607180 Theory
+hep-th/0607182 Theory
+hep-th/0607183 Theory
+hep-th/0607189 Theory
+hep-th/0607190 Theory
+hep-th/0607191 Theory
+hep-th/0607193 Theory
+hep-th/0607196 Theory
+hep-th/0607199 Theory
+hep-th/0607201 Theory
+hep-th/0607208 Theory
+hep-th/0607209 Theory
+hep-th/0607210 Theory
+hep-th/0607214 Theory
+hep-th/0607215 Theory
+hep-th/0607216 Theory
+hep-th/0607220 Theory
+hep-th/0607221 Theory
+hep-th/0607228 Theory
+hep-th/0607231 Theory
+hep-th/0607234 Theory
+hep-th/0607238 Theory
+hep-th/0607240 Theory
+hep-th/0607241 Theory
+hep-th/0607246 Theory
+hep-th/0607247 Theory
+hep-th/0607248 Theory
+hep-th/0607249 Theory
+hep-th/0607251 Theory
+hep-th/0608001 Theory
+hep-th/0608002 Theory
+hep-th/0608004 Theory
+hep-th/0608005 Theory
+hep-th/0608008 Theory
+hep-th/0608015 Theory
+hep-th/0608020 Theory
+hep-th/0608022 Theory
+hep-th/0608023 Theory
+hep-th/0608028 Theory
+hep-th/0608031 Theory
+hep-th/0608032 Theory
+hep-th/0608036 Theory
+hep-th/0608037 Theory
+hep-th/0608042 Theory
+hep-th/0608045 Theory
+hep-th/0608048 Theory
+hep-th/0608053 Theory
+hep-th/0608055 Theory
+hep-th/0608058 Theory
+hep-th/0608060 Theory
+hep-th/0608065 Theory
+hep-th/0608067 Theory
+hep-th/0608068 Theory
+hep-th/0608069 Theory
+hep-th/0608070 Theory
+hep-th/0608071 Theory
+hep-th/0608073 Theory
+hep-th/0608074 Theory
+hep-th/0608078 Theory
+hep-th/0608080 Theory
+hep-th/0608081 Theory
+hep-th/0608083 Theory
+hep-th/0608086 Theory
+hep-th/0608087 Theory
+hep-th/0608089 Theory
+hep-th/0608091 Theory
+hep-th/0608092 Theory
+hep-th/0608093 Theory
+hep-th/0608094 Theory
+hep-th/0608095 Theory
+hep-th/0608100 Theory
+hep-th/0608103 Theory
+hep-th/0608104 Theory
+hep-th/0608105 Theory
+hep-th/0608111 Theory
+hep-th/0608112 Theory
+hep-th/0608113 Theory
+hep-th/0608114 Theory
+hep-th/0608115 Theory
+hep-th/0608119 Theory
+hep-th/0608120 Theory
+hep-th/0608121 Theory
+hep-th/0608122 Theory
+hep-th/0608124 Theory
+hep-th/0608126 Theory
+hep-th/0608130 Theory
+hep-th/0608131 Theory
+hep-th/0608133 Theory
+hep-th/0608134 Theory
+hep-th/0608135 Theory
+hep-th/0608136 Theory
+hep-th/0608140 Theory
+hep-th/0608147 Theory
+hep-th/0608149 Theory
+hep-th/0608150 Theory
+hep-th/0608151 Theory
+hep-th/0608153 Theory
+hep-th/0608154 Theory
+hep-th/0608156 Theory
+hep-th/0608159 Theory
+hep-th/0608160 Theory
+hep-th/0608163 Theory
+hep-th/0608165 Theory
+hep-th/0608166 Theory
+hep-th/0608167 Theory
+hep-th/0608168 Theory
+hep-th/0608169 Theory
+hep-th/0608175 Theory
+hep-th/0608176 Theory
+hep-th/0608177 Theory
+hep-th/0608179 Theory
+hep-th/0608180 Theory
+hep-th/0608185 Theory
+hep-th/0608186 Theory
+hep-th/0608187 Theory
+hep-th/0608188 Theory
+hep-th/0608189 Theory
+hep-th/0608192 Theory
+hep-th/0608194 Theory
+hep-th/0608197 Theory
+hep-th/0608199 Theory
+hep-th/0608205 Theory
+hep-th/0608206 Theory
+hep-th/0608210 Theory
+hep-th/0608211 Theory
+hep-th/0608214 Theory
+hep-th/0608216 Theory
+hep-th/0608218 Theory
+hep-th/0608221 Theory
+hep-th/0608225 Theory
+hep-th/0608227 Theory
+hep-th/0609003 Theory
+hep-th/0609004 Theory
+hep-th/0609005 Theory
+hep-th/0609006 Theory
+hep-th/0609009 Theory
+hep-th/0609010 Theory
+hep-th/0609013 Theory
+hep-th/0609014 Theory
+hep-th/0609016 Theory
+hep-th/0609017 Theory
+hep-th/0609020 Theory
+hep-th/0609023 Theory
+hep-th/0609024 Theory
+hep-th/0609027 Theory
+hep-th/0609028 Theory
+hep-th/0609029 Theory
+hep-th/0609030 Theory
+hep-th/0609031 Theory
+hep-th/0609034 Theory
+hep-th/0609035 Theory
+hep-th/0609036 Theory
+hep-th/0609039 Theory
+hep-th/0609041 Theory
+hep-th/0609045 Theory
+hep-th/0609046 Theory
+hep-th/0609048 Theory
+hep-th/0609049 Theory
+hep-th/0609050 Theory
+hep-th/0609051 Theory
+hep-th/0609053 Theory
+hep-th/0609054 Theory
+hep-th/0609055 Theory
+hep-th/0609056 Theory
+hep-th/0609059 Theory
+hep-th/0609063 Theory
+hep-th/0609067 Theory
+hep-th/0609068 Theory
+hep-th/0609069 Theory
+hep-th/0609072 Theory
+hep-th/0609076 Theory
+hep-th/0609077 Theory
+hep-th/0609078 Theory
+hep-th/0609079 Theory
+hep-th/0609081 Theory
+hep-th/0609082 Theory
+hep-th/0609084 Theory
+hep-th/0609086 Theory
+hep-th/0609090 Theory
+hep-th/0609091 Theory
+hep-th/0609092 Theory
+hep-th/0609093 Theory
+hep-th/0609094 Theory
+hep-th/0609095 Theory
+hep-th/0609099 Theory
+hep-th/0609100 Theory
+hep-th/0609104 Theory
+hep-th/0609106 Theory
+hep-th/0609107 Theory
+hep-th/0609110 Theory
+hep-th/0609111 Theory
+hep-th/0609112 Theory
+hep-th/0609113 Theory
+hep-th/0609114 Theory
+hep-th/0609118 Theory
+hep-th/0609121 Theory
+hep-th/0609127 Theory
+hep-th/0609128 Theory
+hep-th/0609132 Theory
+hep-th/0609134 Theory
+hep-th/0609136 Theory
+hep-th/0609138 Theory
+hep-th/0609140 Theory
+hep-th/0609141 Theory
+hep-th/0609143 Theory
+hep-th/0609144 Theory
+hep-th/0609145 Theory
+hep-th/0609148 Theory
+hep-th/0609150 Theory
+hep-th/0609151 Theory
+hep-th/0609152 Theory
+hep-th/0609153 Theory
+hep-th/0609154 Theory
+hep-th/0609155 Theory
+hep-th/0609156 Theory
+hep-th/0609157 Theory
+hep-th/0609158 Theory
+hep-th/0609162 Theory
+hep-th/0609166 Theory
+hep-th/0609167 Theory
+hep-th/0609170 Theory
+hep-th/0609172 Theory
+hep-th/0609175 Theory
+hep-th/0609178 Theory
+hep-th/0609179 Theory
+hep-th/0609181 Theory
+hep-th/0609184 Theory
+hep-th/0609187 Theory
+hep-th/0609188 Theory
+hep-th/0609189 Theory
+hep-th/0609191 Theory
+hep-th/0609193 Theory
+hep-th/0609195 Theory
+hep-th/0609196 Theory
+hep-th/0609197 Theory
+hep-th/0609198 Theory
+hep-th/0609199 Theory
+hep-th/0609200 Theory
+hep-th/0609201 Theory
+hep-th/0609204 Theory
+hep-th/0609206 Theory
+hep-th/0609212 Theory
+hep-th/0609214 Theory
+hep-th/0609218 Theory
+hep-th/0609219 Theory
+hep-th/0609222 Theory
+hep-th/0609226 Theory
+hep-th/0610001 Theory
+hep-th/0610005 Theory
+hep-th/0610008 Theory
+hep-th/0610010 Theory
+hep-th/0610011 Theory
+hep-th/0610012 Theory
+hep-th/0610013 Theory
+hep-th/0610014 Theory
+hep-th/0610015 Theory
+hep-th/0610018 Theory
+hep-th/0610019 Theory
+hep-th/0610023 Theory
+hep-th/0610024 Theory
+hep-th/0610025 Theory
+hep-th/0610026 Theory
+hep-th/0610030 Theory
+hep-th/0610031 Theory
+hep-th/0610033 Theory
+hep-th/0610036 Theory
+hep-th/0610039 Theory
+hep-th/0610040 Theory
+hep-th/0610044 Theory
+hep-th/0610046 Theory
+hep-th/0610047 Theory
+hep-th/0610048 Theory
+hep-th/0610052 Theory
+hep-th/0610053 Theory
+hep-th/0610054 Theory
+hep-th/0610058 Theory
+hep-th/0610059 Theory
+hep-th/0610062 Theory
+hep-th/0610064 Theory
+hep-th/0610067 Theory
+hep-th/0610069 Theory
+hep-th/0610071 Theory
+hep-th/0610073 Theory
+hep-th/0610077 Theory
+hep-th/0610081 Theory
+hep-th/0610082 Theory
+hep-th/0610083 Theory
+hep-th/0610085 Theory
+hep-th/0610087 Theory
+hep-th/0610089 Theory
+hep-th/0610092 Theory
+hep-th/0610093 Theory
+hep-th/0610094 Theory
+hep-th/0610095 Theory
+hep-th/0610100 Theory
+hep-th/0610102 Theory
+hep-th/0610103 Theory
+hep-th/0610104 Theory
+hep-th/0610105 Theory
+hep-th/0610106 Theory
+hep-th/0610108 Theory
+hep-th/0610109 Theory
+hep-th/0610110 Theory
+hep-th/0610111 Theory
+hep-th/0610116 Theory
+hep-th/0610118 Theory
+hep-th/0610125 Theory
+hep-th/0610126 Theory
+hep-th/0610128 Theory
+hep-th/0610133 Theory
+hep-th/0610134 Theory
+hep-th/0610135 Theory
+hep-th/0610136 Theory
+hep-th/0610137 Theory
+hep-th/0610138 Theory
+hep-th/0610140 Theory
+hep-th/0610142 Theory
+hep-th/0610143 Theory
+hep-th/0610144 Theory
+hep-th/0610145 Theory
+hep-th/0610146 Theory
+hep-th/0610147 Theory
+hep-th/0610148 Theory
+hep-th/0610151 Theory
+hep-th/0610152 Theory
+hep-th/0610153 Theory
+hep-th/0610155 Theory
+hep-th/0610156 Theory
+hep-th/0610157 Theory
+hep-th/0610159 Theory
+hep-th/0610161 Theory
+hep-th/0610164 Theory
+hep-th/0610166 Theory
+hep-th/0610167 Theory
+hep-th/0610169 Theory
+hep-th/0610172 Theory
+hep-th/0610173 Theory
+hep-th/0610180 Theory
+hep-th/0610183 Theory
+hep-th/0610184 Theory
+hep-th/0610185 Theory
+hep-th/0610187 Theory
+hep-th/0610190 Theory
+hep-th/0610192 Theory
+hep-th/0610200 Theory
+hep-th/0610201 Theory
+hep-th/0610204 Theory
+hep-th/0610205 Theory
+hep-th/0610206 Theory
+hep-th/0610207 Theory
+hep-th/0610208 Theory
+hep-th/0610209 Theory
+hep-th/0610210 Theory
+hep-th/0610213 Theory
+hep-th/0610215 Theory
+hep-th/0610218 Theory
+hep-th/0610220 Theory
+hep-th/0610221 Theory
+hep-th/0610224 Theory
+hep-th/0610225 Theory
+hep-th/0610227 Theory
+hep-th/0610229 Theory
+hep-th/0610231 Theory
+hep-th/0610239 Theory
+hep-th/0610241 Theory
+hep-th/0610242 Theory
+hep-th/0610243 Theory
+hep-th/0610245 Theory
+hep-th/0610246 Theory
+hep-th/0610247 Theory
+hep-th/0610248 Theory
+hep-th/0610249 Theory
+hep-th/0610253 Theory
+hep-th/0610255 Theory
+hep-th/0610256 Theory
+hep-th/0610258 Theory
+hep-th/0610260 Theory
+hep-th/0610261 Theory
+hep-th/0610262 Theory
+hep-th/0610267 Theory
+hep-th/0610268 Theory
+hep-th/0610274 Theory
+hep-th/0610278 Theory
+hep-th/0610279 Theory
+hep-th/0610280 Theory
+hep-th/0610283 Theory
+hep-th/0610284 Theory
+hep-th/0610285 Theory
+hep-th/0610286 Theory
+hep-th/0610287 Theory
+hep-th/0610289 Theory
+hep-th/0610290 Theory
+hep-th/0610291 Theory
+hep-th/0610292 Theory
+hep-th/0610296 Theory
+hep-th/0610301 Theory
+hep-th/0610302 Theory
+hep-th/0610303 Theory
+hep-th/0610306 Theory
+hep-th/0610308 Theory
+hep-th/0610309 Theory
+hep-th/0610312 Theory
+hep-th/0610313 Theory
+hep-th/0610314 Theory
+hep-th/0610315 Theory
+hep-th/0610316 Theory
+hep-th/0610317 Theory
+hep-th/0610318 Theory
+hep-th/0610319 Theory
+hep-th/0610322 Theory
+hep-th/0610323 Theory
+hep-th/0610324 Theory
+hep-th/0610325 Theory
+hep-th/0610327 Theory
+hep-th/0610329 Theory
+hep-th/0610335 Theory
+hep-th/0610336 Theory
+hep-th/0611001 Theory
+hep-th/0611008 Theory
+hep-th/0611009 Theory
+hep-th/0611010 Theory
+hep-th/0611011 Theory
+hep-th/0611012 Theory
+hep-th/0611014 Theory
+hep-th/0611015 Theory
+hep-th/0611017 Theory
+hep-th/0611024 Theory
+hep-th/0611026 Theory
+hep-th/0611029 Theory
+hep-th/0611030 Theory
+hep-th/0611034 Theory
+hep-th/0611037 Theory
+hep-th/0611038 Theory
+hep-th/0611039 Theory
+hep-th/0611040 Theory
+hep-th/0611041 Theory
+hep-th/0611042 Theory
+hep-th/0611047 Theory
+hep-th/0611048 Theory
+hep-th/0611050 Theory
+hep-th/0611051 Theory
+hep-th/0611054 Theory
+hep-th/0611055 Theory
+hep-th/0611056 Theory
+hep-th/0611061 Theory
+hep-th/0611063 Theory
+hep-th/0611067 Theory
+hep-th/0611070 Theory
+hep-th/0611072 Theory
+hep-th/0611076 Theory
+hep-th/0611077 Theory
+hep-th/0611080 Theory
+hep-th/0611081 Theory
+hep-th/0611083 Theory
+hep-th/0611084 Theory
+hep-th/0611086 Theory
+hep-th/0611087 Theory
+hep-th/0611088 Theory
+hep-th/0611090 Theory
+hep-th/0611091 Theory
+hep-th/0611092 Theory
+hep-th/0611093 Theory
+hep-th/0611094 Theory
+hep-th/0611095 Theory
+hep-th/0611098 Theory
+hep-th/0611104 Theory
+hep-th/0611107 Theory
+hep-th/0611108 Theory
+hep-th/0611109 Theory
+hep-th/0611114 Theory
+hep-th/0611116 Theory
+hep-th/0611117 Theory
+hep-th/0611119 Theory
+hep-th/0611120 Theory
+hep-th/0611123 Theory
+hep-th/0611126 Theory
+hep-th/0611128 Theory
+hep-th/0611129 Theory
+hep-th/0611131 Theory
+hep-th/0611135 Theory
+hep-th/0611136 Theory
+hep-th/0611140 Theory
+hep-th/0611141 Theory
+hep-th/0611144 Theory
+hep-th/0611146 Theory
+hep-th/0611147 Theory
+hep-th/0611152 Theory
+hep-th/0611154 Theory
+hep-th/0611157 Theory
+hep-th/0611159 Theory
+hep-th/0611160 Theory
+hep-th/0611161 Theory
+hep-th/0611162 Theory
+hep-th/0611163 Theory
+hep-th/0611167 Theory
+hep-th/0611173 Theory
+hep-th/0611175 Theory
+hep-th/0611176 Theory
+hep-th/0611178 Theory
+hep-th/0611179 Theory
+hep-th/0611181 Theory
+hep-th/0611184 Theory
+hep-th/0611187 Theory
+hep-th/0611188 Theory
+hep-th/0611189 Theory
+hep-th/0611191 Theory
+hep-th/0611192 Theory
+hep-th/0611193 Theory
+hep-th/0611194 Theory
+hep-th/0611195 Theory
+hep-th/0611196 Theory
+hep-th/0611198 Theory
+hep-th/0611199 Theory
+hep-th/0611202 Theory
+hep-th/0611203 Theory
+hep-th/0611204 Theory
+hep-th/0611205 Theory
+hep-th/0611206 Theory
+hep-th/0611207 Theory
+hep-th/0611209 Theory
+hep-th/0611213 Theory
+hep-th/0611214 Theory
+hep-th/0611216 Theory
+hep-th/0611221 Theory
+hep-th/0611223 Theory
+hep-th/0611224 Theory
+hep-th/0611225 Theory
+hep-th/0611226 Theory
+hep-th/0611227 Theory
+hep-th/0611231 Theory
+hep-th/0611232 Theory
+hep-th/0611233 Theory
+hep-th/0611234 Theory
+hep-th/0611236 Theory
+hep-th/0611237 Theory
+hep-th/0611239 Theory
+hep-th/0611240 Theory
+hep-th/0611241 Theory
+hep-th/0611243 Theory
+hep-th/0611244 Theory
+hep-th/0611247 Theory
+hep-th/0611248 Theory
+hep-th/0611251 Theory
+hep-th/0611253 Theory
+hep-th/0611256 Theory
+hep-th/0611257 Theory
+hep-th/0611259 Theory
+hep-th/0611260 Theory
+hep-th/0611261 Theory
+hep-th/0611262 Theory
+hep-th/0611264 Theory
+hep-th/0611265 Theory
+hep-th/0611268 Theory
+hep-th/0611269 Theory
+hep-th/0611270 Theory
+hep-th/0611272 Theory
+hep-th/0611273 Theory
+hep-th/0611276 Theory
+hep-th/0611284 Theory
+hep-th/0611285 Theory
+hep-th/0611286 Theory
+hep-th/0611287 Theory
+hep-th/0611289 Theory
+hep-th/0611292 Theory
+hep-th/0611293 Theory
+hep-th/0611297 Theory
+hep-th/0611298 Theory
+hep-th/0611299 Theory
+hep-th/0611300 Theory
+hep-th/0611302 Theory
+hep-th/0611304 Theory
+hep-th/0611305 Theory
+hep-th/0611306 Theory
+hep-th/0611307 Theory
+hep-th/0611308 Theory
+hep-th/0611309 Theory
+hep-th/0611310 Theory
+hep-th/0611312 Theory
+hep-th/0611313 Theory
+hep-th/0611315 Theory
+hep-th/0611317 Theory
+hep-th/0611318 Theory
+hep-th/0611319 Theory
+hep-th/0611321 Theory
+hep-th/0611323 Theory
+hep-th/0611325 Theory
+hep-th/0611326 Theory
+hep-th/0611328 Theory
+hep-th/0611329 Theory
+hep-th/0611330 Theory
+hep-th/0611334 Theory
+hep-th/0611335 Theory
+hep-th/0611337 Theory
+hep-th/0611339 Theory
+hep-th/0611340 Theory
+hep-th/0611341 Theory
+hep-th/0611342 Theory
+hep-th/0611345 Theory
+hep-th/0611347 Theory
+hep-th/0611348 Theory
+hep-th/0611349 Theory
+hep-th/0611352 Theory
+hep-th/0611354 Theory
+hep-th/0611355 Theory
+hep-th/0612001 Theory
+hep-th/0612002 Theory
+hep-th/0612003 Theory
+hep-th/0612009 Theory
+hep-th/0612010 Theory
+hep-th/0612013 Theory
+hep-th/0612014 Theory
+hep-th/0612016 Theory
+hep-th/0612017 Theory
+hep-th/0612020 Theory
+hep-th/0612024 Theory
+hep-th/0612025 Theory
+hep-th/0612026 Theory
+hep-th/0612027 Theory
+hep-th/0612028 Theory
+hep-th/0612031 Theory
+hep-th/0612033 Theory
+hep-th/0612035 Theory
+hep-th/0612040 Theory
+hep-th/0612047 Theory
+hep-th/0612051 Theory
+hep-th/0612052 Theory
+hep-th/0612058 Theory
+hep-th/0612059 Theory
+hep-th/0612061 Theory
+hep-th/0612062 Theory
+hep-th/0612063 Theory
+hep-th/0612067 Theory
+hep-th/0612069 Theory
+hep-th/0612071 Theory
+hep-th/0612074 Theory
+hep-th/0612075 Theory
+hep-th/0612077 Theory
+hep-th/0612079 Theory
+hep-th/0612080 Theory
+hep-th/0612083 Theory
+hep-th/0612087 Theory
+hep-th/0612088 Theory
+hep-th/0612089 Theory
+hep-th/0612090 Theory
+hep-th/0612092 Theory
+hep-th/0612093 Theory
+hep-th/0612094 Theory
+hep-th/0612097 Theory
+hep-th/0612098 Theory
+hep-th/0612103 Theory
+hep-th/0612104 Theory
+hep-th/0612106 Theory
+hep-th/0612110 Theory
+hep-th/0612111 Theory
+hep-th/0612114 Theory
+hep-th/0612116 Theory
+hep-th/0612120 Theory
+hep-th/0612121 Theory
+hep-th/0612124 Theory
+hep-th/0612127 Theory
+hep-th/0612128 Theory
+hep-th/0612133 Theory
+hep-th/0612134 Theory
+hep-th/0612136 Theory
+hep-th/0612137 Theory
+hep-th/0612138 Theory
+hep-th/0612139 Theory
+hep-th/0612140 Theory
+hep-th/0612142 Theory
+hep-th/0612143 Theory
+hep-th/0612144 Theory
+hep-th/0612145 Theory
+hep-th/0612146 Theory
+hep-th/0612147 Theory
+hep-th/0612148 Theory
+hep-th/0612151 Theory
+hep-th/0612152 Theory
+hep-th/0612153 Theory
+hep-th/0612154 Theory
+hep-th/0612155 Theory
+hep-th/0612158 Theory
+hep-th/0612159 Theory
+hep-th/0612161 Theory
+hep-th/0612163 Theory
+hep-th/0612165 Theory
+hep-th/0612167 Theory
+hep-th/0612170 Theory
+hep-th/0612173 Theory
+hep-th/0612176 Theory
+hep-th/0612179 Theory
+hep-th/0612180 Theory
+hep-th/0612181 Theory
+hep-th/0612183 Theory
+hep-th/0612184 Theory
+hep-th/0612186 Theory
+hep-th/0612187 Theory
+hep-th/0612189 Theory
+hep-th/0612191 Theory
+hep-th/0612195 Theory
+hep-th/0612197 Theory
+hep-th/0612198 Theory
+hep-th/0612202 Theory
+hep-th/0612204 Theory
+hep-th/0612206 Theory
+hep-th/0612208 Theory
+hep-th/0612209 Theory
+hep-th/0612211 Theory
+hep-th/0612215 Theory
+hep-th/0612216 Theory
+hep-th/0612217 Theory
+hep-th/0612220 Theory
+hep-th/0612221 Theory
+hep-th/0612223 Theory
+hep-th/0612224 Theory
+hep-th/0612226 Theory
+hep-th/0612227 Theory
+hep-th/0612233 Theory
+hep-th/0612238 Theory
+hep-th/0612239 Theory
+hep-th/0612241 Theory
+hep-th/0612242 Theory
+hep-th/0612243 Theory
+hep-th/0612244 Theory
+hep-th/0612246 Theory
+hep-th/0612247 Theory
+hep-th/0612248 Theory
+hep-th/0612250 Theory
+hep-th/0612251 Theory
+hep-th/0612255 Theory
+hep-th/0612258 Theory
+hep-th/0612260 Theory
+hep-th/0612261 Theory
+hep-th/0612263 Theory
+hep-th/0612264 Theory
+hep-th/0612265 Theory
+hep-th/0612268 Theory
+hep-th/0612270 Theory
+hep-th/0612271 Theory
+hep-th/0612273 Theory
+hep-th/0612274 Theory
+hep-th/0612279 Theory
+hep-th/0612281 Theory
+hep-th/0612282 Theory
+hep-th/0612284 Theory
+hep-th/0612285 Theory
+hep-th/0612290 Theory
+hep-th/0612293 Theory
+hep-th/0612294 Theory
+hep-th/0612296 Theory
+hep-th/0612298 Theory
+hep-th/0612301 Theory
+hep-th/0612308 Theory
+hep-th/0612309 Theory
+hep-th/0701001 Theory
+hep-th/0701002 Theory
+hep-th/0701003 Theory
+hep-th/0701004 Theory
+hep-th/0701006 Theory
+hep-th/0701007 Theory
+hep-th/0701008 Theory
+hep-th/0701009 Theory
+hep-th/0701012 Theory
+hep-th/0701014 Theory
+hep-th/0701015 Theory
+hep-th/0701016 Theory
+hep-th/0701017 Theory
+hep-th/0701021 Theory
+hep-th/0701022 Theory
+hep-th/0701025 Theory
+hep-th/0701026 Theory
+hep-th/0701028 Theory
+hep-th/0701029 Theory
+hep-th/0701032 Theory
+hep-th/0701033 Theory
+hep-th/0701034 Theory
+hep-th/0701036 Theory
+hep-th/0701041 Theory
+hep-th/0701042 Theory
+hep-th/0701045 Theory
+hep-th/0701046 Theory
+hep-th/0701047 Theory
+hep-th/0701048 Theory
+hep-th/0701049 Theory
+hep-th/0701050 Theory
+hep-th/0701053 Theory
+hep-th/0701057 Theory
+hep-th/0701058 Theory
+hep-th/0701059 Theory
+hep-th/0701061 Theory
+hep-th/0701065 Theory
+hep-th/0701068 Theory
+hep-th/0701070 Theory
+hep-th/0701071 Theory
+hep-th/0701072 Theory
+hep-th/0701073 Theory
+hep-th/0701076 Theory
+hep-th/0701078 Theory
+hep-th/0701079 Theory
+hep-th/0701081 Theory
+hep-th/0701082 Theory
+hep-th/0701085 Theory
+hep-th/0701086 Theory
+hep-th/0701088 Theory
+hep-th/0701089 Theory
+hep-th/0701093 Theory
+hep-th/0701095 Theory
+hep-th/0701096 Theory
+hep-th/0701100 Theory
+hep-th/0701101 Theory
+hep-th/0701104 Theory
+hep-th/0701105 Theory
+hep-th/0701106 Theory
+hep-th/0701107 Theory
+hep-th/0701109 Theory
+hep-th/0701110 Theory
+hep-th/0701111 Theory
+hep-th/0701113 Theory
+hep-th/0701114 Theory
+hep-th/0701115 Theory
+hep-th/0701116 Theory
+hep-th/0701117 Theory
+hep-th/0701119 Theory
+hep-th/0701120 Theory
+hep-th/0701121 Theory
+hep-th/0701122 Theory
+hep-th/0701130 Theory
+hep-th/0701133 Theory
+hep-th/0701134 Theory
+hep-th/0701135 Theory
+hep-th/0701136 Theory
+hep-th/0701139 Theory
+hep-th/0701141 Theory
+hep-th/0701142 Theory
+hep-th/0701143 Theory
+hep-th/0701144 Theory
+hep-th/0701147 Theory
+hep-th/0701150 Theory
+hep-th/0701151 Theory
+hep-th/0701153 Theory
+hep-th/0701155 Theory
+hep-th/0701159 Theory
+hep-th/0701160 Theory
+hep-th/0701161 Theory
+hep-th/0701163 Theory
+hep-th/0701165 Theory
+hep-th/0701166 Theory
+hep-th/0701169 Theory
+hep-th/0701170 Theory
+hep-th/0701171 Theory
+hep-th/0701172 Theory
+hep-th/0701175 Theory
+hep-th/0701177 Theory
+hep-th/0701178 Theory
+hep-th/0701180 Theory
+hep-th/0701183 Theory
+hep-th/0701184 Theory
+hep-th/0701185 Theory
+hep-th/0701188 Theory
+hep-th/0701189 Theory
+hep-th/0701190 Theory
+hep-th/0701191 Theory
+hep-th/0701193 Theory
+hep-th/0701195 Theory
+hep-th/0701197 Theory
+hep-th/0701198 Theory
+hep-th/0701201 Theory
+hep-th/0701202 Theory
+hep-th/0701206 Theory
+hep-th/0701208 Theory
+hep-th/0701209 Theory
+hep-th/0701210 Theory
+hep-th/0701211 Theory
+hep-th/0701213 Theory
+hep-th/0701215 Theory
+hep-th/0701216 Theory
+hep-th/0701220 Theory
+hep-th/0701221 Theory
+hep-th/0701222 Theory
+hep-th/0701223 Theory
+hep-th/0701224 Theory
+hep-th/0701225 Theory
+hep-th/0701226 Theory
+hep-th/0701229 Theory
+hep-th/0701230 Theory
+hep-th/0701233 Theory
+hep-th/0701234 Theory
+hep-th/0701243 Theory
+hep-th/0701246 Theory
+hep-th/0701247 Theory
+hep-th/0701248 Theory
+hep-th/0701249 Theory
+hep-th/0701250 Theory
+hep-th/0701253 Theory
+hep-th/0701254 Theory
+hep-th/0701257 Theory
+hep-th/0701260 Theory
+hep-th/0701261 Theory
+hep-th/0701264 Theory
+hep-th/0701265 Theory
+hep-th/0701267 Theory
+hep-th/0701268 Theory
+hep-th/0701270 Theory
+hep-th/0701271 Theory
+hep-th/0701272 Theory
+hep-th/0701273 Theory
+hep-th/0701276 Theory
+hep-th/0701278 Theory
+hep-th/0701279 Theory
+hep-th/0701281 Theory
+hep-th/0701282 Theory
+hep-th/0701283 Theory
+hep-th/0701284 Theory
+hep-th/0701285 Theory
+hep-th/0701286 Theory
+hep-th/0701288 Theory
+hep-th/0701290 Theory
+hep-th/0701293 Theory
+hep-th/0701294 Theory
+hep-th/0702001 Theory
+hep-th/0702003 Theory
+hep-th/0702005 Theory
+hep-th/0702007 Theory
+hep-th/0702010 Theory
+hep-th/0702011 Theory
+hep-th/0702013 Theory
+hep-th/0702015 Theory
+hep-th/0702016 Theory
+hep-th/0702020 Theory
+hep-th/0702024 Theory
+hep-th/0702027 Theory
+hep-th/0702029 Theory
+hep-th/0702031 Theory
+hep-th/0702033 Theory
+hep-th/0702035 Theory
+hep-th/0702038 Theory
+hep-th/0702043 Theory
+hep-th/0702048 Theory
+hep-th/0702049 Theory
+hep-th/0702051 Theory
+hep-th/0702052 Theory
+hep-th/0702054 Theory
+hep-th/0702056 Theory
+hep-th/0702061 Theory
+hep-th/0702062 Theory
+hep-th/0702065 Theory
+hep-th/0702066 Theory
+hep-th/0702067 Theory
+hep-th/0702071 Theory
+hep-th/0702074 Theory
+hep-th/0702075 Theory
+hep-th/0702077 Theory
+hep-th/0702078 Theory
+hep-th/0702081 Theory
+hep-th/0702084 Theory
+hep-th/0702085 Theory
+hep-th/0702089 Theory
+hep-th/0702091 Theory
+hep-th/0702093 Theory
+hep-th/0702094 Theory
+hep-th/0702095 Theory
+hep-th/0702098 Theory
+hep-th/0702099 Theory
+hep-th/0702100 Theory
+hep-th/0702101 Theory
+hep-th/0702104 Theory
+hep-th/0702106 Theory
+hep-th/0702108 Theory
+hep-th/0702112 Theory
+hep-th/0702113 Theory
+hep-th/0702115 Theory
+hep-th/0702117 Theory
+hep-th/0702124 Theory
+hep-th/0702127 Theory
+hep-th/0702129 Theory
+hep-th/0702130 Theory
+hep-th/0702131 Theory
+hep-th/0702132 Theory
+hep-th/0702133 Theory
+hep-th/0702134 Theory
+hep-th/0702135 Theory
+hep-th/0702136 Theory
+hep-th/0702137 Theory
+hep-th/0702138 Theory
+hep-th/0702139 Theory
+hep-th/0702144 Theory
+hep-th/0702145 Theory
+hep-th/0702148 Theory
+hep-th/0702150 Theory
+hep-th/0702151 Theory
+hep-th/0702153 Theory
+hep-th/0702154 Theory
+hep-th/0702155 Theory
+hep-th/0702157 Theory
+hep-th/0702159 Theory
+hep-th/0702161 Theory
+hep-th/0702162 Theory
+hep-th/0702164 Theory
+hep-th/0702166 Theory
+hep-th/0702167 Theory
+hep-th/0702168 Theory
+hep-th/0702169 Theory
+hep-th/0702171 Theory
+hep-th/0702172 Theory
+hep-th/0702173 Theory
+hep-th/0702174 Theory
+hep-th/0702175 Theory
+hep-th/0702178 Theory
+hep-th/0702179 Theory
+hep-th/0702180 Theory
+hep-th/0702181 Theory
+hep-th/0702183 Theory
+hep-th/0702184 Theory
+hep-th/0702185 Theory
+hep-th/0702186 Theory
+hep-th/0702190 Theory
+hep-th/0702191 Theory
+hep-th/0702192 Theory
+hep-th/0702194 Theory
+hep-th/0702198 Theory
+hep-th/0702201 Theory
+hep-th/0702202 Theory
+hep-th/0702206 Theory
+hep-th/0702207 Theory
+hep-th/0702209 Theory
+hep-th/0702211 Theory
+hep-th/0702213 Theory
+hep-th/0702214 Theory
+hep-th/0702215 Theory
+hep-th/0702220 Theory
+hep-th/0702222 Theory
+hep-th/0702224 Theory
+hep-th/0702225 Theory
+hep-th/0702226 Theory
+hep-th/0702227 Theory
+hep-th/0702229 Theory
+hep-th/0703002 Theory
+hep-th/0703004 Theory
+hep-th/0703005 Theory
+hep-th/0703006 Theory
+hep-th/0703007 Theory
+hep-th/0703009 Theory
+hep-th/0703010 Theory
+hep-th/0703014 Theory
+hep-th/0703015 Theory
+hep-th/0703017 Theory
+hep-th/0703018 Theory
+hep-th/0703019 Theory
+hep-th/0703025 Theory
+hep-th/0703027 Theory
+hep-th/0703028 Theory
+hep-th/0703029 Theory
+hep-th/0703030 Theory
+hep-th/0703031 Theory
+hep-th/0703032 Theory
+hep-th/0703035 Theory
+hep-th/0703041 Theory
+hep-th/0703042 Theory
+hep-th/0703043 Theory
+hep-th/0703046 Theory
+hep-th/0703049 Theory
+hep-th/0703050 Theory
+hep-th/0703051 Theory
+hep-th/0703052 Theory
+hep-th/0703053 Theory
+hep-th/0703057 Theory
+hep-th/0703058 Theory
+hep-th/0703062 Theory
+hep-th/0703064 Theory
+hep-th/0703065 Theory
+hep-th/0703066 Theory
+hep-th/0703068 Theory
+hep-th/0703069 Theory
+hep-th/0703072 Theory
+hep-th/0703074 Theory
+hep-th/0703075 Theory
+hep-th/0703076 Theory
+hep-th/0703079 Theory
+hep-th/0703080 Theory
+hep-th/0703081 Theory
+hep-th/0703082 Theory
+hep-th/0703083 Theory
+hep-th/0703084 Theory
+hep-th/0703085 Theory
+hep-th/0703086 Theory
+hep-th/0703088 Theory
+hep-th/0703090 Theory
+hep-th/0703091 Theory
+hep-th/0703095 Theory
+hep-th/0703096 Theory
+hep-th/0703097 Theory
+hep-th/0703099 Theory
+hep-th/0703103 Theory
+hep-th/0703104 Theory
+hep-th/0703110 Theory
+hep-th/0703112 Theory
+hep-th/0703116 Theory
+hep-th/0703117 Theory
+hep-th/0703119 Theory
+hep-th/0703121 Theory
+hep-th/0703122 Theory
+hep-th/0703123 Theory
+hep-th/0703126 Theory
+hep-th/0703127 Theory
+hep-th/0703128 Theory
+hep-th/0703129 Theory
+hep-th/0703132 Theory
+hep-th/0703135 Theory
+hep-th/0703136 Theory
+hep-th/0703138 Theory
+hep-th/0703139 Theory
+hep-th/0703141 Theory
+hep-th/0703142 Theory
+hep-th/0703144 Theory
+hep-th/0703145 Theory
+hep-th/0703147 Theory
+hep-th/0703149 Theory
+hep-th/0703151 Theory
+hep-th/0703156 Theory
+hep-th/0703158 Theory
+hep-th/0703160 Theory
+hep-th/0703162 Theory
+hep-th/0703163 Theory
+hep-th/0703165 Theory
+hep-th/0703167 Theory
+hep-th/0703169 Theory
+hep-th/0703173 Theory
+hep-th/0703174 Theory
+hep-th/0703176 Theory
+hep-th/0703177 Theory
+hep-th/0703178 Theory
+hep-th/0703179 Theory
+hep-th/0703185 Theory
+hep-th/0703186 Theory
+hep-th/0703189 Theory
+hep-th/0703191 Theory
+hep-th/0703193 Theory
+hep-th/0703195 Theory
+hep-th/0703197 Theory
+hep-th/0703198 Theory
+hep-th/0703199 Theory
+hep-th/0703200 Theory
+hep-th/0703203 Theory
+hep-th/0703205 Theory
+hep-th/0703206 Theory
+hep-th/0703207 Theory
+hep-th/0703208 Theory
+hep-th/0703210 Theory
+hep-th/0703211 Theory
+hep-th/0703212 Theory
+hep-th/0703213 Theory
+hep-th/0703214 Theory
+hep-th/0703215 Theory
+hep-th/0703218 Theory
+hep-th/0703220 Theory
+hep-th/0703221 Theory
+hep-th/0703226 Theory
+hep-th/0703228 Theory
+hep-th/0703232 Theory
+hep-th/0703233 Theory
+hep-th/0703234 Theory
+hep-th/0703235 Theory
+hep-th/0703237 Theory
+hep-th/0703242 Theory
+hep-th/0703243 Theory
+hep-th/0703247 Theory
+hep-th/0703248 Theory
+hep-th/0703253 Theory
+hep-th/0703257 Theory
+hep-th/0703258 Theory
+hep-th/0703263 Theory
+hep-th/0703264 Theory
+hep-th/0703265 Theory
+hep-th/0703266 Theory
+hep-th/0703270 Theory
+hep-th/0703273 Theory
+hep-th/0703275 Theory
+hep-th/0703276 Theory
+hep-th/0703277 Theory
+hep-th/0703278 Theory
+hep-th/0703280 Theory
+hep-th/0703282 Theory
+hep-th/0703283 Theory
+hep-th/0703284 Theory
+hep-th/0703290 Theory
+hep-th/9109003 Theory
+hep-th/9109035 Theory
+hep-th/9110008 Theory
+hep-th/9110044 Theory
+hep-th/9111003 Theory
+hep-th/9111024 Theory
+hep-th/9111036 Theory
+hep-th/9111049 Theory
+hep-th/9111054 Theory
+hep-th/9112043 Theory
+hep-th/9201006 Theory
+hep-th/9201019 Theory
+hep-th/9201034 Theory
+hep-th/9201074 Theory
+hep-th/9202001 Theory
+hep-th/9202009 Theory
+hep-th/9202018 Theory
+hep-th/9202032 Theory
+hep-th/9202084 Theory
+hep-th/9203040 Theory
+hep-th/9203054 Theory
+hep-th/9203082 Theory
+hep-th/9203083 Theory
+hep-th/9204016 Theory
+hep-th/9204071 Theory
+hep-th/9204089 Theory
+hep-th/9204103 Theory
+hep-th/9205064 Theory
+hep-th/9205099 Theory
+hep-th/9205110 Theory
+hep-th/9206002 Theory
+hep-th/9206003 Theory
+hep-th/9206053 Theory
+hep-th/9206082 Theory
+hep-th/9207071 Theory
+hep-th/9207118 Theory
+hep-th/9208050 Theory
+hep-th/9208055 Theory
+hep-th/9208074 Theory
+hep-th/9209044 Theory
+hep-th/9210017 Theory
+hep-th/9210027 Theory
+hep-th/9210088 Theory
+hep-th/9210091 Theory
+hep-th/9211046 Theory
+hep-th/9211096 Theory
+hep-th/9211133 Theory
+hep-th/9212002 Theory
+hep-th/9212043 Theory
+hep-th/9301005 Theory
+hep-th/9301068 Theory
+hep-th/9301100 Theory
+hep-th/9301116 Theory
+hep-th/9302008 Theory
+hep-th/9302011 Theory
+hep-th/9302047 Theory
+hep-th/9303007 Theory
+hep-th/9303046 Theory
+hep-th/9303176 Theory
+hep-th/9304035 Theory
+hep-th/9304102 Theory
+hep-th/9305004 Theory
+hep-th/9305072 Theory
+hep-th/9305105 Theory
+hep-th/9305114 Theory
+hep-th/9305155 Theory
+hep-th/9305160 Theory
+hep-th/9306070 Theory
+hep-th/9306158 Theory
+hep-th/9307003 Theory
+hep-th/9307010 Theory
+hep-th/9307035 Theory
+hep-th/9307044 Theory
+hep-th/9307092 Theory
+hep-th/9307154 Theory
+hep-th/9307175 Theory
+hep-th/9307188 Theory
+hep-th/9307195 Theory
+hep-th/9308013 Theory
+hep-th/9308061 Theory
+hep-th/9308116 Theory
+hep-th/9308142 Theory
+hep-th/9309148 Theory
+hep-th/9309154 Theory
+hep-th/9309156 Theory
+hep-th/9310031 Theory
+hep-th/9310086 Theory
+hep-th/9310114 Theory
+hep-th/9310151 Theory
+hep-th/9310164 Theory
+hep-th/9310174 Theory
+hep-th/9311081 Theory
+hep-th/9311143 Theory
+hep-th/9312004 Theory
+hep-th/9312030 Theory
+hep-th/9312105 Theory
+hep-th/9312183 Theory
+hep-th/9401025 Theory
+hep-th/9401085 Theory
+hep-th/9401098 Theory
+hep-th/9401125 Theory
+hep-th/9402030 Theory
+hep-th/9402100 Theory
+hep-th/9402106 Theory
+hep-th/9402144 Theory
+hep-th/9402146 Theory
+hep-th/9402151 Theory
+hep-th/9403048 Theory
+hep-th/9403087 Theory
+hep-th/9403092 Theory
+hep-th/9403107 Theory
+hep-th/9403196 Theory
+hep-th/9404031 Theory
+hep-th/9404050 Theory
+hep-th/9404057 Theory
+hep-th/9404089 Theory
+hep-th/9404097 Theory
+hep-th/9404107 Theory
+hep-th/9404183 Theory
+hep-th/9405058 Theory
+hep-th/9405088 Theory
+hep-th/9405109 Theory
+hep-th/9405129 Theory
+hep-th/9405149 Theory
+hep-th/9405194 Theory
+hep-th/9406196 Theory
+hep-th/9406217 Theory
+hep-th/9407053 Theory
+hep-th/9407095 Theory
+hep-th/9407148 Theory
+hep-th/9408028 Theory
+hep-th/9408065 Theory
+hep-th/9408073 Theory
+hep-th/9408075 Theory
+hep-th/9408113 Theory
+hep-th/9408121 Theory
+hep-th/9408158 Theory
+hep-th/9409021 Theory
+hep-th/9409030 Theory
+hep-th/9409040 Theory
+hep-th/9409101 Theory
+hep-th/9409134 Theory
+hep-th/9409156 Theory
+hep-th/9409175 Theory
+hep-th/9409176 Theory
+hep-th/9410097 Theory
+hep-th/9410137 Theory
+hep-th/9410225 Theory
+hep-th/9411060 Theory
+hep-th/9411111 Theory
+hep-th/9411195 Theory
+hep-th/9412080 Theory
+hep-th/9412088 Theory
+hep-th/9412130 Theory
+hep-th/9412144 Theory
+hep-th/9412184 Theory
+hep-th/9501011 Theory
+hep-th/9501081 Theory
+hep-th/9501087 Theory
+hep-th/9501110 Theory
+hep-th/9501133 Theory
+hep-th/9502038 Theory
+hep-th/9502156 Theory
+hep-th/9503016 Theory
+hep-th/9503160 Theory
+hep-th/9503161 Theory
+hep-th/9503193 Theory
+hep-th/9503234 Theory
+hep-th/9504005 Theory
+hep-th/9504019 Theory
+hep-th/9504029 Theory
+hep-th/9504033 Theory
+hep-th/9504039 Theory
+hep-th/9504086 Theory
+hep-th/9504117 Theory
+hep-th/9504123 Theory
+hep-th/9504159 Theory
+hep-th/9505008 Theory
+hep-th/9505014 Theory
+hep-th/9505015 Theory
+hep-th/9505052 Theory
+hep-th/9505070 Theory
+hep-th/9505075 Theory
+hep-th/9505078 Theory
+hep-th/9505082 Theory
+hep-th/9505133 Theory
+hep-th/9505148 Theory
+hep-th/9505164 Theory
+hep-th/9505179 Theory
+hep-th/9506011 Theory
+hep-th/9506032 Theory
+hep-th/9506064 Theory
+hep-th/9506067 Theory
+hep-th/9506078 Theory
+hep-th/9506098 Theory
+hep-th/9506129 Theory
+hep-th/9506132 Theory
+hep-th/9506161 Theory
+hep-th/9506166 Theory
+hep-th/9506178 Theory
+hep-th/9506182 Theory
+hep-th/9506193 Theory
+hep-th/9506213 Theory
+hep-th/9507014 Theory
+hep-th/9507058 Theory
+hep-th/9508035 Theory
+hep-th/9508052 Theory
+hep-th/9508074 Theory
+hep-th/9508111 Theory
+hep-th/9508130 Theory
+hep-th/9508160 Theory
+hep-th/9508163 Theory
+hep-th/9509039 Theory
+hep-th/9509056 Theory
+hep-th/9509078 Theory
+hep-th/9509079 Theory
+hep-th/9509095 Theory
+hep-th/9509098 Theory
+hep-th/9509113 Theory
+hep-th/9509120 Theory
+hep-th/9509156 Theory
+hep-th/9510002 Theory
+hep-th/9510009 Theory
+hep-th/9510030 Theory
+hep-th/9510039 Theory
+hep-th/9510053 Theory
+hep-th/9510096 Theory
+hep-th/9510108 Theory
+hep-th/9510142 Theory
+hep-th/9510162 Theory
+hep-th/9510185 Theory
+hep-th/9510196 Theory
+hep-th/9510199 Theory
+hep-th/9510208 Theory
+hep-th/9510211 Theory
+hep-th/9511010 Theory
+hep-th/9511013 Theory
+hep-th/9511018 Theory
+hep-th/9511060 Theory
+hep-th/9511061 Theory
+hep-th/9511071 Theory
+hep-th/9511084 Theory
+hep-th/9511090 Theory
+hep-th/9511102 Theory
+hep-th/9511129 Theory
+hep-th/9511151 Theory
+hep-th/9511155 Theory
+hep-th/9511166 Theory
+hep-th/9511169 Theory
+hep-th/9512007 Theory
+hep-th/9512025 Theory
+hep-th/9512065 Theory
+hep-th/9512073 Theory
+hep-th/9512090 Theory
+hep-th/9512093 Theory
+hep-th/9512097 Theory
+hep-th/9512099 Theory
+hep-th/9512120 Theory
+hep-th/9512163 Theory
+hep-th/9512172 Theory
+hep-th/9512184 Theory
+hep-th/9512186 Theory
+hep-th/9512218 Theory
+hep-th/9512220 Theory
+hep-th/9601031 Theory
+hep-th/9601032 Theory
+hep-th/9601037 Theory
+hep-th/9601039 Theory
+hep-th/9601086 Theory
+hep-th/9601135 Theory
+hep-th/9602001 Theory
+hep-th/9602026 Theory
+hep-th/9602037 Theory
+hep-th/9602046 Theory
+hep-th/9602060 Theory
+hep-th/9602159 Theory
+hep-th/9603010 Theory
+hep-th/9603011 Theory
+hep-th/9603015 Theory
+hep-th/9603091 Theory
+hep-th/9603125 Theory
+hep-th/9603127 Theory
+hep-th/9603149 Theory
+hep-th/9603157 Theory
+hep-th/9603164 Theory
+hep-th/9603174 Theory
+hep-th/9603193 Theory
+hep-th/9604017 Theory
+hep-th/9604045 Theory
+hep-th/9604049 Theory
+hep-th/9604079 Theory
+hep-th/9604090 Theory
+hep-th/9604125 Theory
+hep-th/9604155 Theory
+hep-th/9604172 Theory
+hep-th/9604173 Theory
+hep-th/9605001 Theory
+hep-th/9605019 Theory
+hep-th/9605041 Theory
+hep-th/9605051 Theory
+hep-th/9605067 Theory
+hep-th/9605074 Theory
+hep-th/9605076 Theory
+hep-th/9605100 Theory
+hep-th/9605107 Theory
+hep-th/9605169 Theory
+hep-th/9605196 Theory
+hep-th/9605214 Theory
+hep-th/9606007 Theory
+hep-th/9606040 Theory
+hep-th/9606068 Theory
+hep-th/9606069 Theory
+hep-th/9606095 Theory
+hep-th/9606100 Theory
+hep-th/9606101 Theory
+hep-th/9606155 Theory
+hep-th/9607007 Theory
+hep-th/9607026 Theory
+hep-th/9607050 Theory
+hep-th/9607077 Theory
+hep-th/9607169 Theory
+hep-th/9607170 Theory
+hep-th/9607182 Theory
+hep-th/9607186 Theory
+hep-th/9607192 Theory
+hep-th/9607218 Theory
+hep-th/9607222 Theory
+hep-th/9607229 Theory
+hep-th/9608002 Theory
+hep-th/9608024 Theory
+hep-th/9608056 Theory
+hep-th/9608070 Theory
+hep-th/9608071 Theory
+hep-th/9608081 Theory
+hep-th/9608088 Theory
+hep-th/9608089 Theory
+hep-th/9608124 Theory
+hep-th/9608162 Theory
+hep-th/9608181 Theory
+hep-th/9609030 Theory
+hep-th/9609031 Theory
+hep-th/9609042 Theory
+hep-th/9609047 Theory
+hep-th/9609078 Theory
+hep-th/9609080 Theory
+hep-th/9609103 Theory
+hep-th/9609108 Theory
+hep-th/9609134 Theory
+hep-th/9609138 Theory
+hep-th/9609171 Theory
+hep-th/9609177 Theory
+hep-th/9609203 Theory
+hep-th/9609227 Theory
+hep-th/9609234 Theory
+hep-th/9610028 Theory
+hep-th/9610071 Theory
+hep-th/9610105 Theory
+hep-th/9610126 Theory
+hep-th/9610161 Theory
+hep-th/9610182 Theory
+hep-th/9610200 Theory
+hep-th/9611042 Theory
+hep-th/9611072 Theory
+hep-th/9611117 Theory
+hep-th/9611150 Theory
+hep-th/9611202 Theory
+hep-th/9611212 Theory
+hep-th/9612006 Theory
+hep-th/9612016 Theory
+hep-th/9612069 Theory
+hep-th/9612076 Theory
+hep-th/9612088 Theory
+hep-th/9612099 Theory
+hep-th/9612118 Theory
+hep-th/9612143 Theory
+hep-th/9612210 Theory
+hep-th/9612217 Theory
+hep-th/9612244 Theory
+hep-th/9701008 Theory
+hep-th/9701016 Theory
+hep-th/9701086 Theory
+hep-th/9701101 Theory
+hep-th/9701102 Theory
+hep-th/9701179 Theory
+hep-th/9701189 Theory
+hep-th/9702045 Theory
+hep-th/9702049 Theory
+hep-th/9702083 Theory
+hep-th/9702090 Theory
+hep-th/9702101 Theory
+hep-th/9702147 Theory
+hep-th/9702174 Theory
+hep-th/9702184 Theory
+hep-th/9703010 Theory
+hep-th/9703040 Theory
+hep-th/9703055 Theory
+hep-th/9703079 Theory
+hep-th/9703080 Theory
+hep-th/9703119 Theory
+hep-th/9703126 Theory
+hep-th/9703184 Theory
+hep-th/9703185 Theory
+hep-th/9703217 Theory
+hep-th/9704005 Theory
+hep-th/9704025 Theory
+hep-th/9704048 Theory
+hep-th/9704119 Theory
+hep-th/9704124 Theory
+hep-th/9704142 Theory
+hep-th/9704168 Theory
+hep-th/9704194 Theory
+hep-th/9705033 Theory
+hep-th/9705039 Theory
+hep-th/9705052 Theory
+hep-th/9705087 Theory
+hep-th/9705101 Theory
+hep-th/9705123 Theory
+hep-th/9705128 Theory
+hep-th/9705145 Theory
+hep-th/9705165 Theory
+hep-th/9705168 Theory
+hep-th/9705180 Theory
+hep-th/9705216 Theory
+hep-th/9705224 Theory
+hep-th/9706010 Theory
+hep-th/9706034 Theory
+hep-th/9706086 Theory
+hep-th/9706095 Theory
+hep-th/9706100 Theory
+hep-th/9706110 Theory
+hep-th/9706115 Theory
+hep-th/9706147 Theory
+hep-th/9706159 Theory
+hep-th/9706166 Theory
+hep-th/9706181 Theory
+hep-th/9706193 Theory
+hep-th/9706207 Theory
+hep-th/9706217 Theory
+hep-th/9706222 Theory
+hep-th/9707009 Theory
+hep-th/9707014 Theory
+hep-th/9707016 Theory
+hep-th/9707029 Theory
+hep-th/9707030 Theory
+hep-th/9707032 Theory
+hep-th/9707042 Theory
+hep-th/9707056 Theory
+hep-th/9707079 Theory
+hep-th/9707083 Theory
+hep-th/9707098 Theory
+hep-th/9707099 Theory
+hep-th/9707131 Theory
+hep-th/9707144 Theory
+hep-th/9707149 Theory
+hep-th/9707167 Theory
+hep-th/9707168 Theory
+hep-th/9707214 Theory
+hep-th/9707218 Theory
+hep-th/9707220 Theory
+hep-th/9707231 Theory
+hep-th/9707240 Theory
+hep-th/9707252 Theory
+hep-th/9708018 Theory
+hep-th/9708025 Theory
+hep-th/9708035 Theory
+hep-th/9708063 Theory
+hep-th/9708086 Theory
+hep-th/9708092 Theory
+hep-th/9708103 Theory
+hep-th/9708107 Theory
+hep-th/9708112 Theory
+hep-th/9708125 Theory
+hep-th/9708145 Theory
+hep-th/9708167 Theory
+hep-th/9709016 Theory
+hep-th/9709084 Theory
+hep-th/9709086 Theory
+hep-th/9709091 Theory
+hep-th/9709092 Theory
+hep-th/9709108 Theory
+hep-th/9709137 Theory
+hep-th/9709145 Theory
+hep-th/9709160 Theory
+hep-th/9709187 Theory
+hep-th/9709201 Theory
+hep-th/9709204 Theory
+hep-th/9709206 Theory
+hep-th/9709216 Theory
+hep-th/9709220 Theory
+hep-th/9710023 Theory
+hep-th/9710056 Theory
+hep-th/9710071 Theory
+hep-th/9710073 Theory
+hep-th/9710075 Theory
+hep-th/9710093 Theory
+hep-th/9710097 Theory
+hep-th/9710101 Theory
+hep-th/9710123 Theory
+hep-th/9710165 Theory
+hep-th/9710190 Theory
+hep-th/9710193 Theory
+hep-th/9710241 Theory
+hep-th/9711004 Theory
+hep-th/9711008 Theory
+hep-th/9711013 Theory
+hep-th/9711022 Theory
+hep-th/9711042 Theory
+hep-th/9711067 Theory
+hep-th/9711078 Theory
+hep-th/9711084 Theory
+hep-th/9711085 Theory
+hep-th/9711092 Theory
+hep-th/9711112 Theory
+hep-th/9711126 Theory
+hep-th/9711133 Theory
+hep-th/9711142 Theory
+hep-th/9711159 Theory
+hep-th/9711168 Theory
+hep-th/9711186 Theory
+hep-th/9711190 Theory
+hep-th/9711198 Theory
+hep-th/9712020 Theory
+hep-th/9712048 Theory
+hep-th/9712050 Theory
+hep-th/9712052 Theory
+hep-th/9712066 Theory
+hep-th/9712067 Theory
+hep-th/9712074 Theory
+hep-th/9712091 Theory
+hep-th/9712100 Theory
+hep-th/9712105 Theory
+hep-th/9712106 Theory
+hep-th/9712113 Theory
+hep-th/9712130 Theory
+hep-th/9712132 Theory
+hep-th/9712133 Theory
+hep-th/9712159 Theory
+hep-th/9712173 Theory
+hep-th/9712185 Theory
+hep-th/9712198 Theory
+hep-th/9712222 Theory
+hep-th/9712243 Theory
+hep-th/9712244 Theory
+hep-th/9712254 Theory
+hep-th/9801010 Theory
+hep-th/9801017 Theory
+hep-th/9801033 Theory
+hep-th/9801046 Theory
+hep-th/9801078 Theory
+hep-th/9801081 Theory
+hep-th/9801101 Theory
+hep-th/9801107 Theory
+hep-th/9801126 Theory
+hep-th/9801127 Theory
+hep-th/9801129 Theory
+hep-th/9801139 Theory
+hep-th/9801187 Theory
+hep-th/9802016 Theory
+hep-th/9802039 Theory
+hep-th/9802084 Theory
+hep-th/9802109 Theory
+hep-th/9802115 Theory
+hep-th/9802159 Theory
+hep-th/9802180 Theory
+hep-th/9802185 Theory
+hep-th/9803063 Theory
+hep-th/9803075 Theory
+hep-th/9803100 Theory
+hep-th/9803106 Theory
+hep-th/9803111 Theory
+hep-th/9803112 Theory
+hep-th/9803179 Theory
+hep-th/9803181 Theory
+hep-th/9803205 Theory
+hep-th/9803249 Theory
+hep-th/9803262 Theory
+hep-th/9804022 Theory
+hep-th/9804027 Theory
+hep-th/9804035 Theory
+hep-th/9804050 Theory
+hep-th/9804088 Theory
+hep-th/9804108 Theory
+hep-th/9804176 Theory
+hep-th/9804186 Theory
+hep-th/9804204 Theory
+hep-th/9804205 Theory
+hep-th/9805005 Theory
+hep-th/9805072 Theory
+hep-th/9805089 Theory
+hep-th/9805101 Theory
+hep-th/9805143 Theory
+hep-th/9805145 Theory
+hep-th/9805162 Theory
+hep-th/9805166 Theory
+hep-th/9805180 Theory
+hep-th/9805183 Theory
+hep-th/9805189 Theory
+hep-th/9805190 Theory
+hep-th/9805211 Theory
+hep-th/9805214 Theory
+hep-th/9806066 Theory
+hep-th/9806074 Theory
+hep-th/9806094 Theory
+hep-th/9806125 Theory
+hep-th/9806128 Theory
+hep-th/9806131 Theory
+hep-th/9806135 Theory
+hep-th/9806171 Theory
+hep-th/9806194 Theory
+hep-th/9806220 Theory
+hep-th/9807018 Theory
+hep-th/9807025 Theory
+hep-th/9807039 Theory
+hep-th/9807048 Theory
+hep-th/9807060 Theory
+hep-th/9807092 Theory
+hep-th/9807118 Theory
+hep-th/9807121 Theory
+hep-th/9807124 Theory
+hep-th/9807180 Theory
+hep-th/9807192 Theory
+hep-th/9808001 Theory
+hep-th/9808014 Theory
+hep-th/9808018 Theory
+hep-th/9808083 Theory
+hep-th/9808097 Theory
+hep-th/9808104 Theory
+hep-th/9808106 Theory
+hep-th/9808129 Theory
+hep-th/9808150 Theory
+hep-th/9808153 Theory
+hep-th/9808154 Theory
+hep-th/9808158 Theory
+hep-th/9809017 Theory
+hep-th/9809033 Theory
+hep-th/9809037 Theory
+hep-th/9809134 Theory
+hep-th/9809153 Theory
+hep-th/9809159 Theory
+hep-th/9809179 Theory
+hep-th/9809214 Theory
+hep-th/9810016 Theory
+hep-th/9810037 Theory
+hep-th/9810049 Theory
+hep-th/9810078 Theory
+hep-th/9810107 Theory
+hep-th/9810108 Theory
+hep-th/9810131 Theory
+hep-th/9810164 Theory
+hep-th/9810201 Theory
+hep-th/9810206 Theory
+hep-th/9810217 Theory
+hep-th/9811015 Theory
+hep-th/9811024 Theory
+hep-th/9811033 Theory
+hep-th/9811041 Theory
+hep-th/9811056 Theory
+hep-th/9811059 Theory
+hep-th/9811062 Theory
+hep-th/9811068 Theory
+hep-th/9811139 Theory
+hep-th/9811164 Theory
+hep-th/9811175 Theory
+hep-th/9811191 Theory
+hep-th/9811195 Theory
+hep-th/9811208 Theory
+hep-th/9811213 Theory
+hep-th/9811217 Theory
+hep-th/9811244 Theory
+hep-th/9811257 Theory
+hep-th/9812004 Theory
+hep-th/9812038 Theory
+hep-th/9812051 Theory
+hep-th/9812058 Theory
+hep-th/9812059 Theory
+hep-th/9812060 Theory
+hep-th/9812103 Theory
+hep-th/9812116 Theory
+hep-th/9812135 Theory
+hep-th/9812136 Theory
+hep-th/9812191 Theory
+hep-th/9812218 Theory
+hep-th/9812230 Theory
+hep-th/9901001 Theory
+hep-th/9901003 Theory
+hep-th/9901025 Theory
+hep-th/9901056 Theory
+hep-th/9901098 Theory
+hep-th/9901110 Theory
+hep-th/9901125 Theory
+hep-th/9901151 Theory
+hep-th/9902013 Theory
+hep-th/9902021 Theory
+hep-th/9902034 Theory
+hep-th/9902045 Theory
+hep-th/9902055 Theory
+hep-th/9902116 Theory
+hep-th/9902123 Theory
+hep-th/9902174 Theory
+hep-th/9902175 Theory
+hep-th/9902180 Theory
+hep-th/9902200 Theory
+hep-th/9902209 Theory
+hep-th/9903017 Theory
+hep-th/9903066 Theory
+hep-th/9903081 Theory
+hep-th/9903146 Theory
+hep-th/9903156 Theory
+hep-th/9903165 Theory
+hep-th/9903194 Theory
+hep-th/9903195 Theory
+hep-th/9903198 Theory
+hep-th/9903206 Theory
+hep-th/9903209 Theory
+hep-th/9903212 Theory
+hep-th/9903254 Theory
+hep-th/9903260 Theory
+hep-th/9903262 Theory
+hep-th/9904018 Theory
+hep-th/9904053 Theory
+hep-th/9904059 Theory
+hep-th/9904069 Theory
+hep-th/9904075 Theory
+hep-th/9904089 Theory
+hep-th/9904092 Theory
+hep-th/9904095 Theory
+hep-th/9904100 Theory
+hep-th/9904126 Theory
+hep-th/9904129 Theory
+hep-th/9904213 Theory
+hep-th/9904216 Theory
+hep-th/9905003 Theory
+hep-th/9905035 Theory
+hep-th/9905052 Theory
+hep-th/9905053 Theory
+hep-th/9905058 Theory
+hep-th/9905085 Theory
+hep-th/9905095 Theory
+hep-th/9905100 Theory
+hep-th/9905105 Theory
+hep-th/9905111 Theory
+hep-th/9905147 Theory
+hep-th/9905171 Theory
+hep-th/9905174 Theory
+hep-th/9905179 Theory
+hep-th/9905224 Theory
+hep-th/9905225 Theory
+hep-th/9905229 Theory
+hep-th/9906023 Theory
+hep-th/9906027 Theory
+hep-th/9906029 Theory
+hep-th/9906035 Theory
+hep-th/9906059 Theory
+hep-th/9906064 Theory
+hep-th/9906089 Theory
+hep-th/9906094 Theory
+hep-th/9906105 Theory
+hep-th/9906130 Theory
+hep-th/9906142 Theory
+hep-th/9906148 Theory
+hep-th/9906155 Theory
+hep-th/9906186 Theory
+hep-th/9906198 Theory
+hep-th/9906221 Theory
+hep-th/9906228 Theory
+hep-th/9907009 Theory
+hep-th/9907048 Theory
+hep-th/9907063 Theory
+hep-th/9907066 Theory
+hep-th/9907076 Theory
+hep-th/9907092 Theory
+hep-th/9907108 Theory
+hep-th/9907113 Theory
+hep-th/9907122 Theory
+hep-th/9907132 Theory
+hep-th/9907135 Theory
+hep-th/9907136 Theory
+hep-th/9907143 Theory
+hep-th/9907165 Theory
+hep-th/9907177 Theory
+hep-th/9907180 Theory
+hep-th/9907186 Theory
+hep-th/9907197 Theory
+hep-th/9907202 Theory
+hep-th/9907207 Theory
+hep-th/9907225 Theory
+hep-th/9908001 Theory
+hep-th/9908002 Theory
+hep-th/9908021 Theory
+hep-th/9908024 Theory
+hep-th/9908038 Theory
+hep-th/9908055 Theory
+hep-th/9908096 Theory
+hep-th/9908181 Theory
+hep-th/9908187 Theory
+hep-th/9908188 Theory
+hep-th/9908196 Theory
+hep-th/9909004 Theory
+hep-th/9909029 Theory
+hep-th/9909033 Theory
+hep-th/9909039 Theory
+hep-th/9909045 Theory
+hep-th/9909059 Theory
+hep-th/9909083 Theory
+hep-th/9909128 Theory
+hep-th/9909145 Theory
+hep-th/9909205 Theory
+hep-th/9909221 Theory
+hep-th/9909228 Theory
+hep-th/9910001 Theory
+hep-th/9910023 Theory
+hep-th/9910034 Theory
+hep-th/9910052 Theory
+hep-th/9910055 Theory
+hep-th/9910066 Theory
+hep-th/9910100 Theory
+hep-th/9910112 Theory
+hep-th/9910128 Theory
+hep-th/9910165 Theory
+hep-th/9910179 Theory
+hep-th/9910181 Theory
+hep-th/9910215 Theory
+hep-th/9910233 Theory
+hep-th/9910253 Theory
+hep-th/9911010 Theory
+hep-th/9911013 Theory
+hep-th/9911037 Theory
+hep-th/9911058 Theory
+hep-th/9911111 Theory
+hep-th/9911121 Theory
+hep-th/9911126 Theory
+hep-th/9911129 Theory
+hep-th/9911179 Theory
+hep-th/9911196 Theory
+hep-th/9911213 Theory
+hep-th/9911216 Theory
+hep-th/9912003 Theory
+hep-th/9912006 Theory
+hep-th/9912010 Theory
+hep-th/9912059 Theory
+hep-th/9912075 Theory
+hep-th/9912129 Theory
+hep-th/9912132 Theory
+hep-th/9912147 Theory
+hep-th/9912169 Theory
+hep-th/9912180 Theory
+hep-th/9912197 Theory
+hep-th/9912206 Theory
+hep-th/9912222 Theory
+hep-th/9912272 Theory
+hep-th/9912284 Theory
+math-ph/0001027
+math-ph/0001043
+math-ph/0007011
+math-ph/0007012
+math-ph/0007033
+math-ph/0008014
+math-ph/0009038
+math-ph/0010051
+math-ph/0101024
+math-ph/0102031
+math-ph/0102035
+math-ph/0109006
+math-ph/0109019
+math-ph/0110013
+math-ph/0111020
+math-ph/0112017
+math-ph/0112019
+math-ph/0112030
+math-ph/0112040
+math-ph/0201011
+math-ph/0201050
+math-ph/0202041
+math-ph/0203041
+math-ph/0204051
+math-ph/0205019
+math-ph/0205036
+math-ph/0206006
+math-ph/0206028
+math-ph/0206042
+math-ph/0206047
+math-ph/0207004
+math-ph/0207033
+math-ph/0208003
+math-ph/0209022
+math-ph/0209030
+math-ph/0209033
+math-ph/0209035
+math-ph/0211019
+math-ph/0212023
+math-ph/0301028
+math-ph/0301041
+math-ph/0302042
+math-ph/0302052
+math-ph/0303003
+math-ph/0303030
+math-ph/0303043
+math-ph/0303066
+math-ph/0304008
+math-ph/0305010
+math-ph/0305037
+math-ph/0305061
+math-ph/0306028
+math-ph/0306032
+math-ph/0306047
+math-ph/0306058
+math-ph/0307003
+math-ph/0307010
+math-ph/0307017
+math-ph/0307021
+math-ph/0308043
+math-ph/0309013
+math-ph/0309064
+math-ph/0310009
+math-ph/0310015
+math-ph/0310028
+math-ph/0310032
+math-ph/0401003
+math-ph/0401013
+math-ph/0401031
+math-ph/0401032
+math-ph/0402006
+math-ph/0402029
+math-ph/0403047
+math-ph/0403050
+math-ph/0405056
+math-ph/0406002
+math-ph/0408048
+math-ph/0408057
+math-ph/0409038
+math-ph/0410027
+math-ph/0410031
+math-ph/0411031
+math-ph/0412049
+math-ph/0503058
+math-ph/0504014
+math-ph/0504015
+math-ph/0505022
+math-ph/0505040
+math-ph/0505057
+math-ph/0505081
+math-ph/0506014
+math-ph/0506075
+math-ph/0506076
+math-ph/0509026
+math-ph/0509058
+math-ph/0510052
+math-ph/0511030
+math-ph/0511037
+math-ph/0511080
+math-ph/0511085
+math-ph/0512009
+math-ph/0512040
+math-ph/0512060
+math-ph/0512083
+math-ph/0601012
+math-ph/0601053
+math-ph/0601065
+math-ph/0602043
+math-ph/0602049
+math-ph/0603056
+math-ph/0603066
+math-ph/0603081
+math-ph/0603082
+math-ph/0603083
+math-ph/0604022
+math-ph/0604023
+math-ph/0604044
+math-ph/0604069
+math-ph/0605009
+math-ph/0605026
+math-ph/0605073
+math-ph/0606007
+math-ph/0606030
+math-ph/0606033
+math-ph/0606060
+math-ph/0606069
+math-ph/0607015
+math-ph/0607036
+math-ph/0607046
+math-ph/0607057
+math-ph/0608012
+math-ph/0608044
+math-ph/0608063
+math-ph/0609022
+math-ph/0609025
+math-ph/0609042
+math-ph/0609057
+math-ph/0609058
+math-ph/0609059
+math-ph/0609064
+math-ph/0609089
+math-ph/0610009
+math-ph/0610013
+math-ph/0610018
+math-ph/0610022
+math-ph/0610023
+math-ph/0610024
+math-ph/0610049
+math-ph/0610051
+math-ph/0610061
+math-ph/0610070
+math-ph/0610075
+math-ph/0610077
+math-ph/0611006
+math-ph/0611023
+math-ph/0611025
+math-ph/0611030
+math-ph/0611043
+math-ph/0611053
+math-ph/0611058
+math-ph/0611064
+math-ph/0611078
+math-ph/0612001
+math-ph/0612026
+math-ph/0612029
+math-ph/0612041
+math-ph/0612054
+math-ph/0612059
+math-ph/0612076
+math-ph/0612079
+math-ph/0612080
+math-ph/0701015
+math-ph/0701034
+math-ph/0701036
+math-ph/0701037
+math-ph/0701053
+math-ph/0701071
+math-ph/0702020
+math-ph/0702025
+math-ph/0702034
+math-ph/0702047
+math-ph/0702066
+math-ph/0702067
+math-ph/0702074
+math-ph/0702077
+math-ph/0702088
+math-ph/0702095
+math-ph/0702096
+math-ph/0702097
+math-ph/0703003
+math-ph/0703006
+math-ph/0703013
+math-ph/0703030
+math-ph/0703032
+math-ph/0703052
+math-ph/0703059
+math-ph/0703061
+math-ph/0703069
+math-ph/0703076
+math-ph/0703085
+math-ph/9805008
+math-ph/9805010
+math-ph/9806012
+math-ph/9806014
+math-ph/9809001
+math-ph/9811029
+math-ph/9812003
+math-ph/9812008
+math-ph/9812028
+math-ph/9901018
+math-ph/9905022
+math-ph/9906020
+math-ph/9908021
+math/0002034 Probability
+math/0002061 Statistics Theory
+math/0003156 Probability
+math/0005034 Differential Geometry
+math/0005111 Quantum Algebra
+math/0005138 Quantum Algebra
+math/0005295 Probability
+math/0008010 Algebraic Geometry
+math/0009013 Algebraic Geometry
+math/0010165 Probability
+math/0011019 Probability
+math/0012058 Representation Theory
+math/0101160 Quantum Algebra
+math/0102142 Differential Geometry
+math/0104105 Quantum Algebra
+math/0106006 Algebraic Geometry
+math/0106129 Quantum Algebra
+math/0108152 Differential Geometry
+math/0108207 Quantum Algebra
+math/0109090 Representation Theory
+math/0109140 Quantum Algebra
+math/0112202 Quantum Algebra
+math/0112234 Probability
+math/0203262 Probability
+math/0204357 Rings and Algebras
+math/0205155 Quantum Algebra
+math/0206239 Classical Analysis and ODEs
+math/0207017 Differential Geometry
+math/0207181 Quantum Algebra
+math/0208174 Combinatorics
+math/0209343 Probability
+math/0210340 Quantum Algebra
+math/0211367 Operator Algebras
+math/0303357 Quantum Algebra
+math/0304135 Quantum Algebra
+math/0305424 Quantum Algebra
+math/0306084 Quantum Algebra
+math/0306201 Quantum Algebra
+math/0306235 Differential Geometry
+math/0306362 Differential Geometry
+math/0309465 Category Theory
+math/0310072 Differential Geometry
+math/0310080 Quantum Algebra
+math/0310210 Probability
+math/0311235 Quantum Algebra
+math/0311355 Differential Geometry
+math/0402020 Differential Geometry
+math/0402100 Differential Geometry
+math/0403002 Differential Geometry
+math/0405085 Differential Geometry
+math/0406627 Differential Geometry
+math/0410551 Differential Geometry
+math/0411281 Quantum Algebra
+math/0411507 Category Theory
+math/0412263 Probability
+math/0504184 Quantum Algebra
+math/0505130 Operator Algebras
+math/0505293 Quantum Algebra
+math/0506094 Group Theory
+math/0506301 Algebraic Geometry
+math/0506359 Symplectic Geometry
+math/0507050 Quantum Algebra
+math/0507114 Representation Theory
+math/0508220 Geometric Topology
+math/0509298 Combinatorics
+math/0510156 Analysis of PDEs
+math/0510185 Group Theory
+math/0510406 Differential Geometry
+math/0511328 Quantum Algebra
+math/0511441 Differential Geometry
+math/0511526 Probability
+math/0511590 Category Theory
+math/0512076 Category Theory
+math/0512245 Symplectic Geometry
+math/0512470 Algebraic Geometry
+math/0601181 Quantum Algebra
+math/0601250 Quantum Algebra
+math/0601334 Spectral Theory
+math/0601419 Differential Geometry
+math/0601554 Quantum Algebra
+math/0601625 Complex Variables
+math/0601630 Quantum Algebra
+math/0601697 Quantum Algebra
+math/0601751 Differential Geometry
+math/0602177 Representation Theory
+math/0603485 Geometric Topology
+math/0603591 Quantum Algebra
+math/0603633 Quantum Algebra
+math/0604093 Algebraic Geometry
+math/0604102 Functional Analysis
+math/0604270 Differential Geometry
+math/0604281 Representation Theory
+math/0604325 Differential Geometry
+math/0604610 Quantum Algebra
+math/0605451 Quantum Algebra
+math/0605516 Differential Geometry
+math/0605590 Differential Geometry
+math/0605710 Differential Geometry
+math/0605762 Differential Geometry
+math/0605781 Functional Analysis
+math/0606323 Differential Geometry
+math/0606401 Differential Geometry
+math/0606506 Quantum Algebra
+math/0607081 Differential Geometry
+math/0607745 Quantum Algebra
+math/0608248 Quantum Algebra
+math/0608456 Algebraic Geometry
+math/0609036 Representation Theory
+math/0609306 Quantum Algebra
+math/0609813 Rings and Algebras
+math/0609841 Symplectic Geometry
+math/0610505 Quantum Algebra
+math/0610804 Differential Geometry
+math/0610851 Quantum Algebra
+math/0610873 Quantum Algebra
+math/0610874 Quantum Algebra
+math/0610933 Differential Geometry
+math/0611111 Geometric Topology
+math/0611762 Algebraic Geometry
+math/0701010 Classical Analysis and ODEs
+math/0701122 Differential Geometry
+math/0701749 Quantum Algebra
+math/0701893 Quantum Algebra
+math/0702042 Differential Geometry
+math/0702080 Quantum Algebra
+math/0702081 Quantum Algebra
+math/0702188 Quantum Algebra
+math/0702189 Algebraic Geometry
+math/0702305 Differential Geometry
+math/0702598 Differential Geometry
+math/0702894 Geometric Topology
+math/9801031 Quantum Algebra
+math/9801112 Quantum Algebra
+math/9801119 Algebraic Geometry
+math/9804059 Algebraic Geometry
+math/9805039 Representation Theory
+math/9805071 Algebraic Geometry
+math/9807137 Quantum Algebra
+math/9809078 Quantum Algebra
+math/9811157 Probability
+math/9811170 Probability
+math/9902116 Probability
+math/9903093 Quantum Algebra
+math/9904022 Probability
+math/9904029 Quantum Algebra
+math/9904040 K-Theory and Homology
+math/9905151 Probability
+math/9906144 Quantum Algebra
+math/9906189 Quantum Algebra
+math/9907023 Quantum Algebra
+math/9908151 Quantum Algebra
+math/9909067 Quantum Algebra
+math/9911034 Quantum Algebra
+math/9911084 Probability
+math/9911149 Operator Algebras
+math/9911201 Quantum Algebra
+math/9912078 Quantum Algebra
+math/9912218 Quantum Algebra
+math/9912233 Probability
+nlin/0002027 Exactly Solvable and Integrable Systems
+nlin/0003005 Exactly Solvable and Integrable Systems
+nlin/0004011 Exactly Solvable and Integrable Systems
+nlin/0004013 Exactly Solvable and Integrable Systems
+nlin/0004022 Exactly Solvable and Integrable Systems
+nlin/0004023 Exactly Solvable and Integrable Systems
+nlin/0006029 Exactly Solvable and Integrable Systems
+nlin/0006041 Chaotic Dynamics
+nlin/0007020 Exactly Solvable and Integrable Systems
+nlin/0009026 Exactly Solvable and Integrable Systems
+nlin/0011014 Chaotic Dynamics
+nlin/0012025 Exactly Solvable and Integrable Systems
+nlin/0102011 Chaotic Dynamics
+nlin/0104071 Exactly Solvable and Integrable Systems
+nlin/0105053 Exactly Solvable and Integrable Systems
+nlin/0107067 Exactly Solvable and Integrable Systems
+nlin/0107069 Chaotic Dynamics
+nlin/0109002 Exactly Solvable and Integrable Systems
+nlin/0110049 Exactly Solvable and Integrable Systems
+nlin/0201004 Exactly Solvable and Integrable Systems
+nlin/0202028 Chaotic Dynamics
+nlin/0204054 Exactly Solvable and Integrable Systems
+nlin/0207036 Exactly Solvable and Integrable Systems
+nlin/0207039 Chaotic Dynamics
+nlin/0208035 Exactly Solvable and Integrable Systems
+nlin/0305031 Exactly Solvable and Integrable Systems
+nlin/0307043 Exactly Solvable and Integrable Systems
+nlin/0312006 Chaotic Dynamics
+nlin/0312014 Chaotic Dynamics
+nlin/0403055 Exactly Solvable and Integrable Systems
+nlin/0404016 Chaotic Dynamics
+nlin/0404017 Exactly Solvable and Integrable Systems
+nlin/0404058 Chaotic Dynamics
+nlin/0410029 Exactly Solvable and Integrable Systems
+nlin/0510026 Chaotic Dynamics
+nlin/0512035 Exactly Solvable and Integrable Systems
+nlin/0512042 Exactly Solvable and Integrable Systems
+nlin/0602059 Exactly Solvable and Integrable Systems
+nlin/0603024 Chaotic Dynamics
+nlin/0603031 Chaotic Dynamics
+nlin/0604022 Exactly Solvable and Integrable Systems
+nlin/0604073 Exactly Solvable and Integrable Systems
+nlin/0608046 Pattern Formation and Solitons
+nlin/0608068 Exactly Solvable and Integrable Systems
+nlin/0609001 Exactly Solvable and Integrable Systems
+nlin/0610032 Pattern Formation and Solitons
+nlin/0701063 Chaotic Dynamics
+nlin/0703018 Exactly Solvable and Integrable Systems
+nlin/0703035 Exactly Solvable and Integrable Systems
+nlin/0703043 Exactly Solvable and Integrable Systems
+nucl-ex/0001001
+nucl-ex/0001009
+nucl-ex/0001010
+nucl-ex/0002003
+nucl-ex/0003001
+nucl-ex/0003002
+nucl-ex/0003010
+nucl-ex/0004003
+nucl-ex/0004004
+nucl-ex/0004008
+nucl-ex/0005004
+nucl-ex/0005005
+nucl-ex/0006009
+nucl-ex/0007017
+nucl-ex/0007022
+nucl-ex/0009004
+nucl-ex/0009005
+nucl-ex/0009011
+nucl-ex/0009017
+nucl-ex/0010002
+nucl-ex/0010013
+nucl-ex/0010020
+nucl-ex/0011001
+nucl-ex/0011006
+nucl-ex/0011007
+nucl-ex/0011009
+nucl-ex/0011010
+nucl-ex/0011020
+nucl-ex/0012004
+nucl-ex/0012008
+nucl-ex/0101001
+nucl-ex/0101002
+nucl-ex/0101003
+nucl-ex/0101014
+nucl-ex/0102014
+nucl-ex/0103009
+nucl-ex/0103010
+nucl-ex/0103014
+nucl-ex/0104003
+nucl-ex/0104004
+nucl-ex/0104011
+nucl-ex/0104012
+nucl-ex/0104025
+nucl-ex/0105002
+nucl-ex/0105004
+nucl-ex/0105006
+nucl-ex/0105008
+nucl-ex/0106002
+nucl-ex/0106009
+nucl-ex/0106021
+nucl-ex/0107004
+nucl-ex/0107005
+nucl-ex/0108003
+nucl-ex/0108007
+nucl-ex/0108012
+nucl-ex/0108022
+nucl-ex/0108023
+nucl-ex/0109003
+nucl-ex/0109010
+nucl-ex/0109014
+nucl-ex/0109018
+nucl-ex/0109020
+nucl-ex/0110008
+nucl-ex/0111009
+nucl-ex/0111016
+nucl-ex/0111021
+nucl-ex/0112002
+nucl-ex/0112005
+nucl-ex/0112006
+nucl-ex/0112010
+nucl-ex/0201002
+nucl-ex/0201005
+nucl-ex/0201006
+nucl-ex/0201008
+nucl-ex/0201009
+nucl-ex/0201012
+nucl-ex/0201016
+nucl-ex/0201017
+nucl-ex/0201018
+nucl-ex/0201019
+nucl-ex/0202002
+nucl-ex/0202003
+nucl-ex/0202008
+nucl-ex/0202010
+nucl-ex/0202017
+nucl-ex/0202021
+nucl-ex/0203013
+nucl-ex/0203014
+nucl-ex/0203015
+nucl-ex/0203016
+nucl-ex/0203019
+nucl-ex/0204005
+nucl-ex/0204007
+nucl-ex/0205014
+nucl-ex/0205020
+nucl-ex/0206004
+nucl-ex/0206011
+nucl-ex/0207009
+nucl-ex/0208007
+nucl-ex/0209021
+nucl-ex/0210004
+nucl-ex/0210027
+nucl-ex/0210033
+nucl-ex/0210037
+nucl-ex/0210040
+nucl-ex/0211001
+nucl-ex/0211005
+nucl-ex/0211006
+nucl-ex/0211009
+nucl-ex/0211014
+nucl-ex/0211020
+nucl-ex/0211022
+nucl-ex/0211024
+nucl-ex/0211026
+nucl-ex/0212004
+nucl-ex/0212009
+nucl-ex/0212013
+nucl-ex/0212028
+nucl-ex/0301002
+nucl-ex/0301010
+nucl-ex/0301015
+nucl-ex/0302002
+nucl-ex/0302005
+nucl-ex/0302015
+nucl-ex/0302021
+nucl-ex/0302031
+nucl-ex/0303003
+nucl-ex/0303011
+nucl-ex/0304005
+nucl-ex/0304011
+nucl-ex/0304013
+nucl-ex/0304022
+nucl-ex/0305013
+nucl-ex/0305015
+nucl-ex/0305020
+nucl-ex/0305030
+nucl-ex/0305031
+nucl-ex/0305036
+nucl-ex/0306021
+nucl-ex/0306023
+nucl-ex/0306024
+nucl-ex/0306025
+nucl-ex/0306029
+nucl-ex/0306032
+nucl-ex/0306033
+nucl-ex/0307007
+nucl-ex/0307010
+nucl-ex/0307016
+nucl-ex/0307017
+nucl-ex/0307022
+nucl-ex/0307023
+nucl-ex/0307024
+nucl-ex/0307025
+nucl-ex/0308003
+nucl-ex/0308005
+nucl-ex/0308006
+nucl-ex/0308009
+nucl-ex/0308011
+nucl-ex/0308021
+nucl-ex/0308025
+nucl-ex/0308033
+nucl-ex/0309013
+nucl-ex/0310002
+nucl-ex/0310004
+nucl-ex/0310005
+nucl-ex/0310008
+nucl-ex/0310014
+nucl-ex/0310015
+nucl-ex/0310021
+nucl-ex/0310026
+nucl-ex/0310029
+nucl-ex/0311002
+nucl-ex/0311006
+nucl-ex/0311008
+nucl-ex/0311009
+nucl-ex/0311021
+nucl-ex/0312021
+nucl-ex/0401009
+nucl-ex/0401019
+nucl-ex/0401021
+nucl-ex/0401022
+nucl-ex/0402018
+nucl-ex/0403003
+nucl-ex/0403025
+nucl-ex/0403033
+nucl-ex/0403041
+nucl-ex/0403055
+nucl-ex/0404010
+nucl-ex/0404012
+nucl-ex/0404018
+nucl-ex/0404036
+nucl-ex/0405003
+nucl-ex/0405023
+nucl-ex/0405026
+nucl-ex/0405027
+nucl-ex/0405028
+nucl-ex/0406003
+nucl-ex/0406004
+nucl-ex/0406017
+nucl-ex/0406031
+nucl-ex/0406035
+nucl-ex/0407001
+nucl-ex/0407003
+nucl-ex/0407006
+nucl-ex/0407017
+nucl-ex/0408006
+nucl-ex/0408007
+nucl-ex/0408009
+nucl-ex/0408013
+nucl-ex/0408015
+nucl-ex/0409001
+nucl-ex/0409003
+nucl-ex/0409005
+nucl-ex/0409008
+nucl-ex/0409021
+nucl-ex/0409028
+nucl-ex/0410001
+nucl-ex/0410008
+nucl-ex/0410010
+nucl-ex/0410012
+nucl-ex/0410016
+nucl-ex/0410020
+nucl-ex/0410022
+nucl-ex/0411006
+nucl-ex/0411019
+nucl-ex/0411021
+nucl-ex/0411040
+nucl-ex/0411041
+nucl-ex/0411045
+nucl-ex/0411049
+nucl-ex/0411051
+nucl-ex/0411054
+nucl-ex/0412002
+nucl-ex/0412019
+nucl-ex/0412027
+nucl-ex/0412030
+nucl-ex/0501004
+nucl-ex/0501027
+nucl-ex/0501031
+nucl-ex/0502009
+nucl-ex/0502019
+nucl-ex/0503003
+nucl-ex/0503009
+nucl-ex/0503019
+nucl-ex/0503021
+nucl-ex/0504005
+nucl-ex/0504008
+nucl-ex/0504016
+nucl-ex/0504022
+nucl-ex/0505006
+nucl-ex/0505008
+nucl-ex/0505011
+nucl-ex/0505016
+nucl-ex/0505023
+nucl-ex/0506005
+nucl-ex/0506007
+nucl-ex/0506014
+nucl-ex/0506016
+nucl-ex/0506018
+nucl-ex/0507001
+nucl-ex/0507004
+nucl-ex/0507007
+nucl-ex/0507032
+nucl-ex/0508004
+nucl-ex/0508011
+nucl-ex/0508014
+nucl-ex/0508019
+nucl-ex/0508032
+nucl-ex/0509014
+nucl-ex/0509021
+nucl-ex/0509031
+nucl-ex/0509034
+nucl-ex/0510013
+nucl-ex/0510018
+nucl-ex/0510024
+nucl-ex/0510031
+nucl-ex/0510036
+nucl-ex/0510047
+nucl-ex/0510053
+nucl-ex/0510056
+nucl-ex/0510066
+nucl-ex/0510070
+nucl-ex/0510071
+nucl-ex/0510074
+nucl-ex/0510081
+nucl-ex/0511002
+nucl-ex/0511003
+nucl-ex/0511004
+nucl-ex/0511005
+nucl-ex/0511019
+nucl-ex/0511023
+nucl-ex/0511034
+nucl-ex/0511040
+nucl-ex/0511045
+nucl-ex/0511049
+nucl-ex/0512016
+nucl-ex/0512020
+nucl-ex/0512025
+nucl-ex/0512028
+nucl-ex/0512035
+nucl-ex/0512041
+nucl-ex/0601006
+nucl-ex/0601030
+nucl-ex/0601032
+nucl-ex/0601036
+nucl-ex/0601037
+nucl-ex/0601038
+nucl-ex/0601040
+nucl-ex/0602003
+nucl-ex/0602011
+nucl-ex/0602021
+nucl-ex/0602022
+nucl-ex/0602023
+nucl-ex/0603003
+nucl-ex/0603004
+nucl-ex/0603006
+nucl-ex/0603009
+nucl-ex/0603010
+nucl-ex/0603013
+nucl-ex/0603017
+nucl-ex/0603026
+nucl-ex/0603029
+nucl-ex/0603030
+nucl-ex/0604001
+nucl-ex/0604018
+nucl-ex/0605002
+nucl-ex/0605006
+nucl-ex/0605008
+nucl-ex/0605013
+nucl-ex/0605014
+nucl-ex/0605018
+nucl-ex/0605022
+nucl-ex/0605029
+nucl-ex/0605030
+nucl-ex/0605032
+nucl-ex/0606014
+nucl-ex/0606015
+nucl-ex/0606016
+nucl-ex/0606019
+nucl-ex/0606026
+nucl-ex/0606028
+nucl-ex/0606029
+nucl-ex/0606030
+nucl-ex/0606033
+nucl-ex/0606035
+nucl-ex/0607001
+nucl-ex/0607003
+nucl-ex/0607005
+nucl-ex/0607006
+nucl-ex/0607017
+nucl-ex/0607022
+nucl-ex/0607023
+nucl-ex/0607025
+nucl-ex/0607028
+nucl-ex/0607033
+nucl-ex/0607034
+nucl-ex/0608002
+nucl-ex/0608003
+nucl-ex/0608004
+nucl-ex/0608006
+nucl-ex/0608009
+nucl-ex/0608010
+nucl-ex/0608011
+nucl-ex/0608012
+nucl-ex/0608014
+nucl-ex/0608018
+nucl-ex/0608029
+nucl-ex/0608033
+nucl-ex/0608035
+nucl-ex/0608036
+nucl-ex/0608039
+nucl-ex/0608041
+nucl-ex/0608042
+nucl-ex/0608046
+nucl-ex/0608047
+nucl-ex/0608049
+nucl-ex/0608053
+nucl-ex/0609003
+nucl-ex/0609004
+nucl-ex/0609006
+nucl-ex/0609007
+nucl-ex/0609009
+nucl-ex/0609010
+nucl-ex/0609016
+nucl-ex/0609022
+nucl-ex/0609023
+nucl-ex/0609025
+nucl-ex/0609026
+nucl-ex/0609027
+nucl-ex/0609028
+nucl-ex/0609029
+nucl-ex/0609030
+nucl-ex/0609033
+nucl-ex/0609034
+nucl-ex/0609035
+nucl-ex/0609037
+nucl-ex/0609038
+nucl-ex/0609039
+nucl-ex/0609040
+nucl-ex/0609041
+nucl-ex/0609042
+nucl-ex/0609044
+nucl-ex/0609047
+nucl-ex/0610001
+nucl-ex/0610003
+nucl-ex/0610004
+nucl-ex/0610005
+nucl-ex/0610007
+nucl-ex/0610009
+nucl-ex/0610010
+nucl-ex/0610011
+nucl-ex/0610012
+nucl-ex/0610013
+nucl-ex/0610014
+nucl-ex/0610016
+nucl-ex/0610018
+nucl-ex/0610021
+nucl-ex/0610022
+nucl-ex/0610025
+nucl-ex/0610026
+nucl-ex/0610027
+nucl-ex/0610029
+nucl-ex/0610031
+nucl-ex/0610032
+nucl-ex/0610033
+nucl-ex/0610034
+nucl-ex/0610036
+nucl-ex/0610037
+nucl-ex/0610039
+nucl-ex/0610040
+nucl-ex/0610041
+nucl-ex/0610046
+nucl-ex/0610048
+nucl-ex/0611001
+nucl-ex/0611003
+nucl-ex/0611004
+nucl-ex/0611006
+nucl-ex/0611007
+nucl-ex/0611008
+nucl-ex/0611009
+nucl-ex/0611013
+nucl-ex/0611015
+nucl-ex/0611016
+nucl-ex/0611017
+nucl-ex/0611018
+nucl-ex/0611019
+nucl-ex/0611020
+nucl-ex/0611022
+nucl-ex/0611023
+nucl-ex/0611025
+nucl-ex/0611026
+nucl-ex/0611027
+nucl-ex/0611030
+nucl-ex/0611031
+nucl-ex/0611032
+nucl-ex/0611033
+nucl-ex/0611036
+nucl-ex/0611037
+nucl-ex/0611038
+nucl-ex/0611040
+nucl-ex/0612001
+nucl-ex/0612002
+nucl-ex/0612005
+nucl-ex/0612006
+nucl-ex/0612007
+nucl-ex/0612008
+nucl-ex/0612009
+nucl-ex/0612011
+nucl-ex/0612014
+nucl-ex/0612019
+nucl-ex/0612020
+nucl-ex/0612021
+nucl-ex/0612024
+nucl-ex/0612028
+nucl-ex/0612029
+nucl-ex/0701001
+nucl-ex/0701003
+nucl-ex/0701004
+nucl-ex/0701005
+nucl-ex/0701006
+nucl-ex/0701008
+nucl-ex/0701009
+nucl-ex/0701011
+nucl-ex/0701014
+nucl-ex/0701015
+nucl-ex/0701017
+nucl-ex/0701018
+nucl-ex/0701019
+nucl-ex/0701021
+nucl-ex/0701023
+nucl-ex/0701025
+nucl-ex/0701027
+nucl-ex/0701029
+nucl-ex/0701030
+nucl-ex/0701031
+nucl-ex/0701032
+nucl-ex/0701033
+nucl-ex/0701034
+nucl-ex/0701035
+nucl-ex/0701037
+nucl-ex/0701038
+nucl-ex/0701040
+nucl-ex/0701041
+nucl-ex/0701042
+nucl-ex/0701043
+nucl-ex/0701044
+nucl-ex/0701045
+nucl-ex/0701046
+nucl-ex/0701047
+nucl-ex/0701048
+nucl-ex/0701049
+nucl-ex/0701050
+nucl-ex/0701051
+nucl-ex/0701052
+nucl-ex/0701054
+nucl-ex/0701055
+nucl-ex/0701056
+nucl-ex/0701057
+nucl-ex/0701059
+nucl-ex/0701060
+nucl-ex/0701061
+nucl-ex/0701062
+nucl-ex/0701063
+nucl-ex/0701064
+nucl-ex/0701065
+nucl-ex/0701066
+nucl-ex/0701067
+nucl-ex/0701068
+nucl-ex/0701069
+nucl-ex/0701070
+nucl-ex/0701071
+nucl-ex/0701074
+nucl-ex/0701075
+nucl-ex/0701076
+nucl-ex/0701080
+nucl-ex/0702002
+nucl-ex/0702003
+nucl-ex/0702004
+nucl-ex/0702007
+nucl-ex/0702008
+nucl-ex/0702011
+nucl-ex/0702012
+nucl-ex/0702013
+nucl-ex/0702014
+nucl-ex/0702016
+nucl-ex/0702018
+nucl-ex/0702019
+nucl-ex/0702020
+nucl-ex/0702022
+nucl-ex/0702023
+nucl-ex/0702024
+nucl-ex/0702025
+nucl-ex/0702026
+nucl-ex/0702028
+nucl-ex/0702030
+nucl-ex/0702032
+nucl-ex/0702033
+nucl-ex/0702034
+nucl-ex/0702035
+nucl-ex/0702037
+nucl-ex/0702038
+nucl-ex/0702039
+nucl-ex/0702041
+nucl-ex/0702042
+nucl-ex/0702043
+nucl-ex/0702047
+nucl-ex/0702048
+nucl-ex/0702049
+nucl-ex/0702052
+nucl-ex/0702053
+nucl-ex/0702054
+nucl-ex/0702055
+nucl-ex/0702056
+nucl-ex/0702057
+nucl-ex/0702058
+nucl-ex/0702059
+nucl-ex/0703001
+nucl-ex/0703003
+nucl-ex/0703004
+nucl-ex/0703005
+nucl-ex/0703007
+nucl-ex/0703008
+nucl-ex/0703009
+nucl-ex/0703011
+nucl-ex/0703014
+nucl-ex/0703020
+nucl-ex/0703021
+nucl-ex/0703024
+nucl-ex/0703025
+nucl-ex/0703027
+nucl-ex/0703029
+nucl-ex/0703030
+nucl-ex/0703031
+nucl-ex/0703032
+nucl-ex/0703034
+nucl-ex/0703037
+nucl-ex/0703039
+nucl-ex/0703043
+nucl-ex/0703044
+nucl-ex/0703045
+nucl-ex/0703046
+nucl-ex/0703047
+nucl-ex/9502003
+nucl-ex/9504002
+nucl-ex/9504003
+nucl-ex/9507001
+nucl-ex/9508001
+nucl-ex/9511001
+nucl-ex/9601001
+nucl-ex/9605001
+nucl-ex/9605002
+nucl-ex/9605003
+nucl-ex/9605005
+nucl-ex/9607005
+nucl-ex/9607009
+nucl-ex/9608001
+nucl-ex/9608002
+nucl-ex/9610005
+nucl-ex/9610010
+nucl-ex/9611001
+nucl-ex/9612002
+nucl-ex/9612003
+nucl-ex/9702003
+nucl-ex/9703002
+nucl-ex/9703003
+nucl-ex/9705001
+nucl-ex/9705002
+nucl-ex/9706003
+nucl-ex/9706005
+nucl-ex/9706006
+nucl-ex/9707002
+nucl-ex/9707004
+nucl-ex/9709003
+nucl-ex/9709006
+nucl-ex/9710002
+nucl-ex/9711001
+nucl-ex/9711004
+nucl-ex/9711005
+nucl-ex/9712004
+nucl-ex/9712005
+nucl-ex/9801002
+nucl-ex/9801005
+nucl-ex/9802002
+nucl-ex/9802006
+nucl-ex/9803014
+nucl-ex/9805008
+nucl-ex/9807003
+nucl-ex/9808005
+nucl-ex/9809001
+nucl-ex/9809003
+nucl-ex/9809004
+nucl-ex/9810005
+nucl-ex/9810010
+nucl-ex/9810018
+nucl-ex/9811001
+nucl-ex/9811003
+nucl-ex/9811004
+nucl-ex/9811006
+nucl-ex/9811012
+nucl-ex/9811013
+nucl-ex/9812002
+nucl-ex/9901005
+nucl-ex/9902003
+nucl-ex/9903003
+nucl-ex/9903010
+nucl-ex/9905001
+nucl-ex/9906013
+nucl-ex/9907001
+nucl-ex/9908005
+nucl-ex/9908009
+nucl-ex/9908011
+nucl-ex/9908017
+nucl-ex/9909007
+nucl-ex/9909013
+nucl-ex/9910005
+nucl-ex/9910006
+nucl-ex/9911003
+nucl-ex/9911005
+nucl-ex/9911010
+nucl-th/0001006
+nucl-th/0001027
+nucl-th/0002021
+nucl-th/0002022
+nucl-th/0002051
+nucl-th/0003031
+nucl-th/0003046
+nucl-th/0003049
+nucl-th/0003056
+nucl-th/0003065
+nucl-th/0003072
+nucl-th/0004001
+nucl-th/0004014
+nucl-th/0004015
+nucl-th/0004019
+nucl-th/0004033
+nucl-th/0004064
+nucl-th/0004066
+nucl-th/0005063
+nucl-th/0005070
+nucl-th/0005071
+nucl-th/0006003
+nucl-th/0006005
+nucl-th/0006021
+nucl-th/0006031
+nucl-th/0006036
+nucl-th/0006049
+nucl-th/0006051
+nucl-th/0006058
+nucl-th/0006075
+nucl-th/0006081
+nucl-th/0006082
+nucl-th/0006084
+nucl-th/0007021
+nucl-th/0007040
+nucl-th/0008028
+nucl-th/0008039
+nucl-th/0008049
+nucl-th/0008050
+nucl-th/0008058
+nucl-th/0008061
+nucl-th/0009008
+nucl-th/0009018
+nucl-th/0009040
+nucl-th/0009063
+nucl-th/0009069
+nucl-th/0009076
+nucl-th/0009078
+nucl-th/0009083
+nucl-th/0009085
+nucl-th/0009086
+nucl-th/0010009
+nucl-th/0010012
+nucl-th/0010026
+nucl-th/0010028
+nucl-th/0010049
+nucl-th/0010056
+nucl-th/0010062
+nucl-th/0010088
+nucl-th/0010098
+nucl-th/0010103
+nucl-th/0010104
+nucl-th/0011011
+nucl-th/0011021
+nucl-th/0011023
+nucl-th/0011029
+nucl-th/0011048
+nucl-th/0011050
+nucl-th/0011069
+nucl-th/0011077
+nucl-th/0011079
+nucl-th/0011084
+nucl-th/0011093
+nucl-th/0012011
+nucl-th/0012032
+nucl-th/0012056
+nucl-th/0012058
+nucl-th/0012064
+nucl-th/0012077
+nucl-th/0012088
+nucl-th/0101003
+nucl-th/0101006
+nucl-th/0101035
+nucl-th/0101037
+nucl-th/0101045
+nucl-th/0101049
+nucl-th/0101064
+nucl-th/0102004
+nucl-th/0102026
+nucl-th/0102032
+nucl-th/0102051
+nucl-th/0102053
+nucl-th/0103005
+nucl-th/0103012
+nucl-th/0103036
+nucl-th/0104006
+nucl-th/0104030
+nucl-th/0104047
+nucl-th/0104051
+nucl-th/0104055
+nucl-th/0104061
+nucl-th/0104064
+nucl-th/0104080
+nucl-th/0104087
+nucl-th/0105040
+nucl-th/0105046
+nucl-th/0106026
+nucl-th/0106035
+nucl-th/0106036
+nucl-th/0106037
+nucl-th/0106056
+nucl-th/0107014
+nucl-th/0107018
+nucl-th/0107028
+nucl-th/0107047
+nucl-th/0107071
+nucl-th/0108001
+nucl-th/0108006
+nucl-th/0108007
+nucl-th/0108019
+nucl-th/0108035
+nucl-th/0108041
+nucl-th/0108046
+nucl-th/0108065
+nucl-th/0108067
+nucl-th/0109001
+nucl-th/0109008
+nucl-th/0109020
+nucl-th/0109026
+nucl-th/0109044
+nucl-th/0109049
+nucl-th/0109074
+nucl-th/0110013
+nucl-th/0110035
+nucl-th/0110046
+nucl-th/0110067
+nucl-th/0110071
+nucl-th/0111020
+nucl-th/0111022
+nucl-th/0111040
+nucl-th/0112016
+nucl-th/0112026
+nucl-th/0112032
+nucl-th/0112045
+nucl-th/0112047
+nucl-th/0112053
+nucl-th/0112062
+nucl-th/0112064
+nucl-th/0112067
+nucl-th/0112068
+nucl-th/0112080
+nucl-th/0201003
+nucl-th/0201015
+nucl-th/0201019
+nucl-th/0201026
+nucl-th/0201034
+nucl-th/0201037
+nucl-th/0201039
+nucl-th/0201040
+nucl-th/0201053
+nucl-th/0201055
+nucl-th/0201076
+nucl-th/0202004
+nucl-th/0202016
+nucl-th/0202017
+nucl-th/0202019
+nucl-th/0202024
+nucl-th/0202027
+nucl-th/0202034
+nucl-th/0203011
+nucl-th/0203021
+nucl-th/0203034
+nucl-th/0203038
+nucl-th/0203071
+nucl-th/0203081
+nucl-th/0204001
+nucl-th/0204040
+nucl-th/0204066
+nucl-th/0204070
+nucl-th/0204075
+nucl-th/0205005
+nucl-th/0205012
+nucl-th/0205027
+nucl-th/0205033
+nucl-th/0205047
+nucl-th/0205057
+nucl-th/0205067
+nucl-th/0205068
+nucl-th/0206013
+nucl-th/0206028
+nucl-th/0206035
+nucl-th/0206039
+nucl-th/0206046
+nucl-th/0206048
+nucl-th/0206061
+nucl-th/0207004
+nucl-th/0207041
+nucl-th/0207042
+nucl-th/0207050
+nucl-th/0207066
+nucl-th/0207069
+nucl-th/0208003
+nucl-th/0208005
+nucl-th/0208006
+nucl-th/0209002
+nucl-th/0209059
+nucl-th/0209079
+nucl-th/0209090
+nucl-th/0210008
+nucl-th/0210009
+nucl-th/0210033
+nucl-th/0210044
+nucl-th/0211040
+nucl-th/0211047
+nucl-th/0211048
+nucl-th/0211058
+nucl-th/0211067
+nucl-th/0211076
+nucl-th/0211078
+nucl-th/0211082
+nucl-th/0212014
+nucl-th/0212023
+nucl-th/0212048
+nucl-th/0212060
+nucl-th/0212062
+nucl-th/0212066
+nucl-th/0212084
+nucl-th/0212096
+nucl-th/0212098
+nucl-th/0301009
+nucl-th/0301016
+nucl-th/0301021
+nucl-th/0301028
+nucl-th/0301037
+nucl-th/0301087
+nucl-th/0301093
+nucl-th/0302004
+nucl-th/0302006
+nucl-th/0302030
+nucl-th/0302053
+nucl-th/0302070
+nucl-th/0303012
+nucl-th/0303021
+nucl-th/0303039
+nucl-th/0303057
+nucl-th/0303067
+nucl-th/0304044
+nucl-th/0304047
+nucl-th/0304052
+nucl-th/0304082
+nucl-th/0305008
+nucl-th/0305010
+nucl-th/0305035
+nucl-th/0305038
+nucl-th/0305042
+nucl-th/0305058
+nucl-th/0305059
+nucl-th/0305074
+nucl-th/0306011
+nucl-th/0306018
+nucl-th/0306019
+nucl-th/0306027
+nucl-th/0306043
+nucl-th/0306047
+nucl-th/0306050
+nucl-th/0306054
+nucl-th/0306069
+nucl-th/0306074
+nucl-th/0306076
+nucl-th/0307043
+nucl-th/0307046
+nucl-th/0307056
+nucl-th/0307063
+nucl-th/0307084
+nucl-th/0307085
+nucl-th/0307088
+nucl-th/0307117
+nucl-th/0308048
+nucl-th/0309021
+nucl-th/0309022
+nucl-th/0309040
+nucl-th/0309047
+nucl-th/0309055
+nucl-th/0309071
+nucl-th/0309075
+nucl-th/0310027
+nucl-th/0310044
+nucl-th/0310047
+nucl-th/0310081
+nucl-th/0310086
+nucl-th/0311005
+nucl-th/0311019
+nucl-th/0311037
+nucl-th/0311041
+nucl-th/0311042
+nucl-th/0311052
+nucl-th/0311066
+nucl-th/0311089
+nucl-th/0312007
+nucl-th/0312010
+nucl-th/0312027
+nucl-th/0312045
+nucl-th/0312054
+nucl-th/0312066
+nucl-th/0312080
+nucl-th/0312081
+nucl-th/0312087
+nucl-th/0312091
+nucl-th/0312102
+nucl-th/0312115
+nucl-th/0312126
+nucl-th/0402003
+nucl-th/0402027
+nucl-th/0402036
+nucl-th/0402046
+nucl-th/0402078
+nucl-th/0402082
+nucl-th/0403002
+nucl-th/0403023
+nucl-th/0403031
+nucl-th/0403033
+nucl-th/0404039
+nucl-th/0404052
+nucl-th/0404083
+nucl-th/0404085
+nucl-th/0405011
+nucl-th/0405024
+nucl-th/0405057
+nucl-th/0406007
+nucl-th/0406018
+nucl-th/0406029
+nucl-th/0406036
+nucl-th/0406046
+nucl-th/0406051
+nucl-th/0406053
+nucl-th/0406077
+nucl-th/0406081
+nucl-th/0407007
+nucl-th/0407025
+nucl-th/0407032
+nucl-th/0407033
+nucl-th/0407053
+nucl-th/0407084
+nucl-th/0407086
+nucl-th/0407093
+nucl-th/0407102
+nucl-th/0408008
+nucl-th/0408027
+nucl-th/0409012
+nucl-th/0409017
+nucl-th/0409029
+nucl-th/0409078
+nucl-th/0410006
+nucl-th/0410066
+nucl-th/0410087
+nucl-th/0410099
+nucl-th/0410100
+nucl-th/0410116
+nucl-th/0411001
+nucl-th/0411043
+nucl-th/0411045
+nucl-th/0411089
+nucl-th/0411097
+nucl-th/0411110
+nucl-th/0411112
+nucl-th/0412014
+nucl-th/0412061
+nucl-th/0412081
+nucl-th/0412101
+nucl-th/0412102
+nucl-th/0501028
+nucl-th/0501033
+nucl-th/0501057
+nucl-th/0501071
+nucl-th/0502029
+nucl-th/0502059
+nucl-th/0502065
+nucl-th/0502073
+nucl-th/0502075
+nucl-th/0503003
+nucl-th/0503029
+nucl-th/0503048
+nucl-th/0503049
+nucl-th/0503062
+nucl-th/0503075
+nucl-th/0503082
+nucl-th/0503083
+nucl-th/0503085
+nucl-th/0503088
+nucl-th/0504007
+nucl-th/0504008
+nucl-th/0504028
+nucl-th/0504032
+nucl-th/0504040
+nucl-th/0504044
+nucl-th/0504067
+nucl-th/0504072
+nucl-th/0504073
+nucl-th/0504085
+nucl-th/0505010
+nucl-th/0505016
+nucl-th/0505042
+nucl-th/0505045
+nucl-th/0505047
+nucl-th/0505058
+nucl-th/0505071
+nucl-th/0505079
+nucl-th/0506005
+nucl-th/0506041
+nucl-th/0506046
+nucl-th/0506047
+nucl-th/0506049
+nucl-th/0506063
+nucl-th/0506071
+nucl-th/0507004
+nucl-th/0507017
+nucl-th/0507019
+nucl-th/0507023
+nucl-th/0507024
+nucl-th/0507025
+nucl-th/0507033
+nucl-th/0507037
+nucl-th/0507063
+nucl-th/0507076
+nucl-th/0508023
+nucl-th/0508024
+nucl-th/0508028
+nucl-th/0508037
+nucl-th/0508043
+nucl-th/0508051
+nucl-th/0508053
+nucl-th/0508055
+nucl-th/0509004
+nucl-th/0509022
+nucl-th/0509023
+nucl-th/0509032
+nucl-th/0509033
+nucl-th/0509037
+nucl-th/0509040
+nucl-th/0509051
+nucl-th/0509054
+nucl-th/0509087
+nucl-th/0509088
+nucl-th/0510014
+nucl-th/0510017
+nucl-th/0510022
+nucl-th/0510025
+nucl-th/0510032
+nucl-th/0510050
+nucl-th/0510056
+nucl-th/0510057
+nucl-th/0510064
+nucl-th/0510074
+nucl-th/0510078
+nucl-th/0511004
+nucl-th/0511007
+nucl-th/0511012
+nucl-th/0511023
+nucl-th/0511027
+nucl-th/0511031
+nucl-th/0511033
+nucl-th/0511036
+nucl-th/0511037
+nucl-th/0511038
+nucl-th/0511042
+nucl-th/0511044
+nucl-th/0511045
+nucl-th/0511046
+nucl-th/0511055
+nucl-th/0511056
+nucl-th/0511057
+nucl-th/0511071
+nucl-th/0511076
+nucl-th/0511078
+nucl-th/0511083
+nucl-th/0511087
+nucl-th/0511091
+nucl-th/0512013
+nucl-th/0512022
+nucl-th/0512027
+nucl-th/0512028
+nucl-th/0512033
+nucl-th/0512034
+nucl-th/0512035
+nucl-th/0512038
+nucl-th/0512039
+nucl-th/0512048
+nucl-th/0512065
+nucl-th/0512067
+nucl-th/0512068
+nucl-th/0512079
+nucl-th/0512082
+nucl-th/0512084
+nucl-th/0512089
+nucl-th/0512093
+nucl-th/0512106
+nucl-th/0601002
+nucl-th/0601007
+nucl-th/0601009
+nucl-th/0601011
+nucl-th/0601012
+nucl-th/0601027
+nucl-th/0601029
+nucl-th/0601039
+nucl-th/0601050
+nucl-th/0601057
+nucl-th/0601059
+nucl-th/0601062
+nucl-th/0601063
+nucl-th/0601064
+nucl-th/0601067
+nucl-th/0601072
+nucl-th/0601086
+nucl-th/0601090
+nucl-th/0601099
+nucl-th/0601100
+nucl-th/0601103
+nucl-th/0602002
+nucl-th/0602003
+nucl-th/0602006
+nucl-th/0602007
+nucl-th/0602010
+nucl-th/0602019
+nucl-th/0602020
+nucl-th/0602021
+nucl-th/0602023
+nucl-th/0602027
+nucl-th/0602028
+nucl-th/0602029
+nucl-th/0602038
+nucl-th/0602044
+nucl-th/0602045
+nucl-th/0602046
+nucl-th/0602049
+nucl-th/0602051
+nucl-th/0602052
+nucl-th/0602053
+nucl-th/0602054
+nucl-th/0602058
+nucl-th/0602070
+nucl-th/0602073
+nucl-th/0603001
+nucl-th/0603003
+nucl-th/0603009
+nucl-th/0603018
+nucl-th/0603020
+nucl-th/0603025
+nucl-th/0603026
+nucl-th/0603033
+nucl-th/0603037
+nucl-th/0603041
+nucl-th/0603042
+nucl-th/0603045
+nucl-th/0603047
+nucl-th/0603050
+nucl-th/0603056
+nucl-th/0603058
+nucl-th/0603060
+nucl-th/0603061
+nucl-th/0603065
+nucl-th/0603066
+nucl-th/0604002
+nucl-th/0604006
+nucl-th/0604008
+nucl-th/0604009
+nucl-th/0604014
+nucl-th/0604016
+nucl-th/0604026
+nucl-th/0604031
+nucl-th/0604032
+nucl-th/0604035
+nucl-th/0604041
+nucl-th/0604042
+nucl-th/0604044
+nucl-th/0604053
+nucl-th/0604061
+nucl-th/0604063
+nucl-th/0604067
+nucl-th/0604071
+nucl-th/0605001
+nucl-th/0605003
+nucl-th/0605004
+nucl-th/0605006
+nucl-th/0605008
+nucl-th/0605013
+nucl-th/0605014
+nucl-th/0605016
+nucl-th/0605022
+nucl-th/0605023
+nucl-th/0605024
+nucl-th/0605026
+nucl-th/0605027
+nucl-th/0605028
+nucl-th/0605031
+nucl-th/0605038
+nucl-th/0605040
+nucl-th/0605042
+nucl-th/0605045
+nucl-th/0605046
+nucl-th/0605048
+nucl-th/0605049
+nucl-th/0605050
+nucl-th/0605052
+nucl-th/0605053
+nucl-th/0605054
+nucl-th/0605056
+nucl-th/0605057
+nucl-th/0605058
+nucl-th/0605065
+nucl-th/0605066
+nucl-th/0605068
+nucl-th/0605069
+nucl-th/0605070
+nucl-th/0605076
+nucl-th/0605081
+nucl-th/0605084
+nucl-th/0606003
+nucl-th/0606010
+nucl-th/0606019
+nucl-th/0606020
+nucl-th/0606029
+nucl-th/0606030
+nucl-th/0606034
+nucl-th/0606036
+nucl-th/0606039
+nucl-th/0606042
+nucl-th/0606043
+nucl-th/0606044
+nucl-th/0606045
+nucl-th/0606047
+nucl-th/0606048
+nucl-th/0606050
+nucl-th/0606052
+nucl-th/0606058
+nucl-th/0606062
+nucl-th/0607001
+nucl-th/0607002
+nucl-th/0607003
+nucl-th/0607005
+nucl-th/0607009
+nucl-th/0607012
+nucl-th/0607013
+nucl-th/0607016
+nucl-th/0607017
+nucl-th/0607018
+nucl-th/0607022
+nucl-th/0607023
+nucl-th/0607026
+nucl-th/0607029
+nucl-th/0607031
+nucl-th/0607032
+nucl-th/0607036
+nucl-th/0607045
+nucl-th/0607046
+nucl-th/0607047
+nucl-th/0607050
+nucl-th/0607051
+nucl-th/0607053
+nucl-th/0607054
+nucl-th/0607058
+nucl-th/0607059
+nucl-th/0607060
+nucl-th/0607061
+nucl-th/0607062
+nucl-th/0607064
+nucl-th/0607068
+nucl-th/0607069
+nucl-th/0607070
+nucl-th/0608003
+nucl-th/0608004
+nucl-th/0608006
+nucl-th/0608007
+nucl-th/0608010
+nucl-th/0608015
+nucl-th/0608016
+nucl-th/0608018
+nucl-th/0608019
+nucl-th/0608020
+nucl-th/0608021
+nucl-th/0608022
+nucl-th/0608023
+nucl-th/0608024
+nucl-th/0608025
+nucl-th/0608031
+nucl-th/0608034
+nucl-th/0608036
+nucl-th/0608040
+nucl-th/0608042
+nucl-th/0608043
+nucl-th/0608044
+nucl-th/0608045
+nucl-th/0608048
+nucl-th/0608049
+nucl-th/0608050
+nucl-th/0608051
+nucl-th/0608053
+nucl-th/0608055
+nucl-th/0608056
+nucl-th/0608057
+nucl-th/0608058
+nucl-th/0608061
+nucl-th/0608062
+nucl-th/0608067
+nucl-th/0608068
+nucl-th/0608072
+nucl-th/0608073
+nucl-th/0608076
+nucl-th/0608077
+nucl-th/0608078
+nucl-th/0608079
+nucl-th/0608080
+nucl-th/0609002
+nucl-th/0609003
+nucl-th/0609004
+nucl-th/0609007
+nucl-th/0609008
+nucl-th/0609012
+nucl-th/0609013
+nucl-th/0609014
+nucl-th/0609015
+nucl-th/0609017
+nucl-th/0609019
+nucl-th/0609021
+nucl-th/0609022
+nucl-th/0609023
+nucl-th/0609024
+nucl-th/0609025
+nucl-th/0609029
+nucl-th/0609030
+nucl-th/0609031
+nucl-th/0609033
+nucl-th/0609035
+nucl-th/0609036
+nucl-th/0609038
+nucl-th/0609039
+nucl-th/0609040
+nucl-th/0609041
+nucl-th/0609042
+nucl-th/0609043
+nucl-th/0609044
+nucl-th/0609047
+nucl-th/0609051
+nucl-th/0609052
+nucl-th/0609053
+nucl-th/0609055
+nucl-th/0609056
+nucl-th/0609058
+nucl-th/0609059
+nucl-th/0609061
+nucl-th/0609063
+nucl-th/0609064
+nucl-th/0609067
+nucl-th/0609071
+nucl-th/0609072
+nucl-th/0609073
+nucl-th/0609074
+nucl-th/0609076
+nucl-th/0609077
+nucl-th/0609078
+nucl-th/0609079
+nucl-th/0609080
+nucl-th/0609081
+nucl-th/0609083
+nucl-th/0609084
+nucl-th/0610004
+nucl-th/0610006
+nucl-th/0610007
+nucl-th/0610008
+nucl-th/0610014
+nucl-th/0610016
+nucl-th/0610017
+nucl-th/0610019
+nucl-th/0610021
+nucl-th/0610022
+nucl-th/0610024
+nucl-th/0610025
+nucl-th/0610026
+nucl-th/0610030
+nucl-th/0610031
+nucl-th/0610033
+nucl-th/0610034
+nucl-th/0610035
+nucl-th/0610036
+nucl-th/0610037
+nucl-th/0610039
+nucl-th/0610040
+nucl-th/0610043
+nucl-th/0610045
+nucl-th/0610048
+nucl-th/0610049
+nucl-th/0610052
+nucl-th/0610053
+nucl-th/0610055
+nucl-th/0610056
+nucl-th/0610058
+nucl-th/0610060
+nucl-th/0610061
+nucl-th/0610062
+nucl-th/0610067
+nucl-th/0610068
+nucl-th/0610069
+nucl-th/0610070
+nucl-th/0610071
+nucl-th/0610072
+nucl-th/0610074
+nucl-th/0610075
+nucl-th/0610076
+nucl-th/0610078
+nucl-th/0610079
+nucl-th/0610080
+nucl-th/0610081
+nucl-th/0610082
+nucl-th/0610083
+nucl-th/0610084
+nucl-th/0610085
+nucl-th/0610086
+nucl-th/0610090
+nucl-th/0610091
+nucl-th/0610093
+nucl-th/0610094
+nucl-th/0610096
+nucl-th/0610097
+nucl-th/0610098
+nucl-th/0610099
+nucl-th/0610101
+nucl-th/0610102
+nucl-th/0610103
+nucl-th/0610104
+nucl-th/0610105
+nucl-th/0610106
+nucl-th/0610107
+nucl-th/0610108
+nucl-th/0610110
+nucl-th/0610112
+nucl-th/0610113
+nucl-th/0610116
+nucl-th/0610117
+nucl-th/0610118
+nucl-th/0610119
+nucl-th/0610121
+nucl-th/0610123
+nucl-th/0610125
+nucl-th/0610126
+nucl-th/0610127
+nucl-th/0610128
+nucl-th/0611001
+nucl-th/0611002
+nucl-th/0611003
+nucl-th/0611004
+nucl-th/0611006
+nucl-th/0611007
+nucl-th/0611009
+nucl-th/0611011
+nucl-th/0611013
+nucl-th/0611014
+nucl-th/0611015
+nucl-th/0611016
+nucl-th/0611017
+nucl-th/0611018
+nucl-th/0611019
+nucl-th/0611020
+nucl-th/0611021
+nucl-th/0611022
+nucl-th/0611023
+nucl-th/0611024
+nucl-th/0611025
+nucl-th/0611026
+nucl-th/0611027
+nucl-th/0611029
+nucl-th/0611030
+nucl-th/0611031
+nucl-th/0611033
+nucl-th/0611034
+nucl-th/0611036
+nucl-th/0611037
+nucl-th/0611039
+nucl-th/0611040
+nucl-th/0611041
+nucl-th/0611042
+nucl-th/0611043
+nucl-th/0611044
+nucl-th/0611045
+nucl-th/0611046
+nucl-th/0611047
+nucl-th/0611049
+nucl-th/0611050
+nucl-th/0611055
+nucl-th/0611056
+nucl-th/0611057
+nucl-th/0611058
+nucl-th/0611061
+nucl-th/0611062
+nucl-th/0611064
+nucl-th/0611066
+nucl-th/0611067
+nucl-th/0611068
+nucl-th/0611069
+nucl-th/0611070
+nucl-th/0611071
+nucl-th/0611072
+nucl-th/0611075
+nucl-th/0611076
+nucl-th/0611078
+nucl-th/0611079
+nucl-th/0611080
+nucl-th/0611082
+nucl-th/0611083
+nucl-th/0611085
+nucl-th/0611086
+nucl-th/0611087
+nucl-th/0611089
+nucl-th/0611090
+nucl-th/0611091
+nucl-th/0611092
+nucl-th/0611095
+nucl-th/0611096
+nucl-th/0611097
+nucl-th/0611101
+nucl-th/0611103
+nucl-th/0611104
+nucl-th/0612004
+nucl-th/0612005
+nucl-th/0612009
+nucl-th/0612010
+nucl-th/0612011
+nucl-th/0612012
+nucl-th/0612017
+nucl-th/0612020
+nucl-th/0612021
+nucl-th/0612023
+nucl-th/0612025
+nucl-th/0612026
+nucl-th/0612027
+nucl-th/0612030
+nucl-th/0612031
+nucl-th/0612035
+nucl-th/0612036
+nucl-th/0612037
+nucl-th/0612041
+nucl-th/0612044
+nucl-th/0612046
+nucl-th/0612048
+nucl-th/0612049
+nucl-th/0612051
+nucl-th/0612053
+nucl-th/0612056
+nucl-th/0612058
+nucl-th/0612059
+nucl-th/0612064
+nucl-th/0612068
+nucl-th/0612069
+nucl-th/0612070
+nucl-th/0612071
+nucl-th/0612074
+nucl-th/0612075
+nucl-th/0612076
+nucl-th/0612078
+nucl-th/0612079
+nucl-th/0612081
+nucl-th/0612082
+nucl-th/0612083
+nucl-th/0612085
+nucl-th/0612086
+nucl-th/0612087
+nucl-th/0612088
+nucl-th/0612093
+nucl-th/0612096
+nucl-th/0612097
+nucl-th/0612098
+nucl-th/0612099
+nucl-th/0612100
+nucl-th/0612101
+nucl-th/0612104
+nucl-th/0612109
+nucl-th/0701002
+nucl-th/0701003
+nucl-th/0701010
+nucl-th/0701011
+nucl-th/0701012
+nucl-th/0701013
+nucl-th/0701014
+nucl-th/0701015
+nucl-th/0701016
+nucl-th/0701017
+nucl-th/0701018
+nucl-th/0701019
+nucl-th/0701020
+nucl-th/0701021
+nucl-th/0701022
+nucl-th/0701025
+nucl-th/0701026
+nucl-th/0701027
+nucl-th/0701028
+nucl-th/0701029
+nucl-th/0701030
+nucl-th/0701031
+nucl-th/0701032
+nucl-th/0701033
+nucl-th/0701034
+nucl-th/0701037
+nucl-th/0701038
+nucl-th/0701040
+nucl-th/0701041
+nucl-th/0701042
+nucl-th/0701044
+nucl-th/0701045
+nucl-th/0701046
+nucl-th/0701047
+nucl-th/0701048
+nucl-th/0701050
+nucl-th/0701051
+nucl-th/0701052
+nucl-th/0701053
+nucl-th/0701054
+nucl-th/0701055
+nucl-th/0701056
+nucl-th/0701059
+nucl-th/0701060
+nucl-th/0701062
+nucl-th/0701063
+nucl-th/0701064
+nucl-th/0701065
+nucl-th/0701066
+nucl-th/0701067
+nucl-th/0701068
+nucl-th/0701069
+nucl-th/0701070
+nucl-th/0701072
+nucl-th/0701074
+nucl-th/0701075
+nucl-th/0701076
+nucl-th/0701077
+nucl-th/0701078
+nucl-th/0701079
+nucl-th/0701080
+nucl-th/0701082
+nucl-th/0701084
+nucl-th/0701086
+nucl-th/0701087
+nucl-th/0701088
+nucl-th/0701089
+nucl-th/0701090
+nucl-th/0701091
+nucl-th/0701092
+nucl-th/0701093
+nucl-th/0701094
+nucl-th/0701095
+nucl-th/0702001
+nucl-th/0702002
+nucl-th/0702003
+nucl-th/0702004
+nucl-th/0702005
+nucl-th/0702006
+nucl-th/0702007
+nucl-th/0702008
+nucl-th/0702010
+nucl-th/0702011
+nucl-th/0702012
+nucl-th/0702013
+nucl-th/0702014
+nucl-th/0702015
+nucl-th/0702016
+nucl-th/0702017
+nucl-th/0702018
+nucl-th/0702020
+nucl-th/0702021
+nucl-th/0702022
+nucl-th/0702023
+nucl-th/0702025
+nucl-th/0702026
+nucl-th/0702027
+nucl-th/0702029
+nucl-th/0702030
+nucl-th/0702031
+nucl-th/0702032
+nucl-th/0702033
+nucl-th/0702034
+nucl-th/0702035
+nucl-th/0702036
+nucl-th/0702037
+nucl-th/0702038
+nucl-th/0702039
+nucl-th/0702044
+nucl-th/0702046
+nucl-th/0702048
+nucl-th/0702049
+nucl-th/0702051
+nucl-th/0702052
+nucl-th/0702054
+nucl-th/0702056
+nucl-th/0702057
+nucl-th/0702058
+nucl-th/0702059
+nucl-th/0702060
+nucl-th/0702061
+nucl-th/0702062
+nucl-th/0702064
+nucl-th/0702065
+nucl-th/0702066
+nucl-th/0702068
+nucl-th/0702069
+nucl-th/0702070
+nucl-th/0702071
+nucl-th/0702072
+nucl-th/0702073
+nucl-th/0702075
+nucl-th/0702077
+nucl-th/0702079
+nucl-th/0702080
+nucl-th/0702081
+nucl-th/0702082
+nucl-th/0702083
+nucl-th/0702085
+nucl-th/0702086
+nucl-th/0702087
+nucl-th/0702088
+nucl-th/0702089
+nucl-th/0703001
+nucl-th/0703002
+nucl-th/0703003
+nucl-th/0703004
+nucl-th/0703005
+nucl-th/0703006
+nucl-th/0703008
+nucl-th/0703009
+nucl-th/0703010
+nucl-th/0703012
+nucl-th/0703014
+nucl-th/0703015
+nucl-th/0703016
+nucl-th/0703017
+nucl-th/0703018
+nucl-th/0703019
+nucl-th/0703022
+nucl-th/0703024
+nucl-th/0703025
+nucl-th/0703032
+nucl-th/0703033
+nucl-th/0703034
+nucl-th/0703035
+nucl-th/0703036
+nucl-th/0703037
+nucl-th/0703038
+nucl-th/0703039
+nucl-th/0703040
+nucl-th/0703041
+nucl-th/0703042
+nucl-th/0703043
+nucl-th/0703044
+nucl-th/0703046
+nucl-th/0703047
+nucl-th/0703048
+nucl-th/0703049
+nucl-th/0703051
+nucl-th/0703052
+nucl-th/0703054
+nucl-th/0703055
+nucl-th/0703056
+nucl-th/0703063
+nucl-th/0703064
+nucl-th/0703065
+nucl-th/0703066
+nucl-th/0703068
+nucl-th/0703069
+nucl-th/0703070
+nucl-th/0703071
+nucl-th/0703072
+nucl-th/0703073
+nucl-th/0703074
+nucl-th/0703076
+nucl-th/0703078
+nucl-th/0703082
+nucl-th/0703083
+nucl-th/0703084
+nucl-th/0703085
+nucl-th/0703087
+nucl-th/0703088
+nucl-th/0703091
+nucl-th/0703092
+nucl-th/0703094
+nucl-th/0703096
+nucl-th/0703097
+nucl-th/0703098
+nucl-th/0703099
+nucl-th/0703102
+nucl-th/0703103
+nucl-th/9210002
+nucl-th/9210003
+nucl-th/9210004
+nucl-th/9210011
+nucl-th/9210012
+nucl-th/9210014
+nucl-th/9210015
+nucl-th/9210016
+nucl-th/9211002
+nucl-th/9211004
+nucl-th/9211005
+nucl-th/9211007
+nucl-th/9211011
+nucl-th/9211012
+nucl-th/9212003
+nucl-th/9301002
+nucl-th/9301004
+nucl-th/9301005
+nucl-th/9301006
+nucl-th/9301007
+nucl-th/9301008
+nucl-th/9301011
+nucl-th/9301012
+nucl-th/9301014
+nucl-th/9301015
+nucl-th/9301016
+nucl-th/9301021
+nucl-th/9301022
+nucl-th/9302004
+nucl-th/9302006
+nucl-th/9302007
+nucl-th/9302013
+nucl-th/9303003
+nucl-th/9303004
+nucl-th/9303005
+nucl-th/9303006
+nucl-th/9303007
+nucl-th/9303008
+nucl-th/9303009
+nucl-th/9303010
+nucl-th/9303011
+nucl-th/9303012
+nucl-th/9303014
+nucl-th/9303015
+nucl-th/9303016
+nucl-th/9303017
+nucl-th/9303025
+nucl-th/9303026
+nucl-th/9304001
+nucl-th/9304004
+nucl-th/9304008
+nucl-th/9304010
+nucl-th/9304013
+nucl-th/9304014
+nucl-th/9304016
+nucl-th/9304021
+nucl-th/9304023
+nucl-th/9304024
+nucl-th/9304025
+nucl-th/9305009
+nucl-th/9305014
+nucl-th/9305016
+nucl-th/9305017
+nucl-th/9306001
+nucl-th/9306002
+nucl-th/9306004
+nucl-th/9306005
+nucl-th/9306009
+nucl-th/9306011
+nucl-th/9307003
+nucl-th/9307009
+nucl-th/9307012
+nucl-th/9307014
+nucl-th/9307018
+nucl-th/9307020
+nucl-th/9307021
+nucl-th/9307023
+nucl-th/9307028
+nucl-th/9308007
+nucl-th/9308008
+nucl-th/9308011
+nucl-th/9308013
+nucl-th/9308016
+nucl-th/9309003
+nucl-th/9309004
+nucl-th/9309005
+nucl-th/9309014
+nucl-th/9309015
+nucl-th/9309016
+nucl-th/9309019
+nucl-th/9309024
+nucl-th/9310005
+nucl-th/9310026
+nucl-th/9311002
+nucl-th/9311013
+nucl-th/9312016
+nucl-th/9312017
+nucl-th/9312022
+nucl-th/9401020
+nucl-th/9402008
+nucl-th/9402018
+nucl-th/9402020
+nucl-th/9402021
+nucl-th/9402026
+nucl-th/9402027
+nucl-th/9404019
+nucl-th/9404030
+nucl-th/9405018
+nucl-th/9405023
+nucl-th/9405026
+nucl-th/9406007
+nucl-th/9406008
+nucl-th/9406011
+nucl-th/9406031
+nucl-th/9406035
+nucl-th/9406038
+nucl-th/9407007
+nucl-th/9407014
+nucl-th/9407030
+nucl-th/9408018
+nucl-th/9409010
+nucl-th/9409012
+nucl-th/9409019
+nucl-th/9409023
+nucl-th/9410003
+nucl-th/9410009
+nucl-th/9410019
+nucl-th/9410020
+nucl-th/9410031
+nucl-th/9410039
+nucl-th/9410043
+nucl-th/9410048
+nucl-th/9411010
+nucl-th/9411011
+nucl-th/9411014
+nucl-th/9412001
+nucl-th/9412014
+nucl-th/9412018
+nucl-th/9412022
+nucl-th/9412032
+nucl-th/9501026
+nucl-th/9503021
+nucl-th/9503023
+nucl-th/9503027
+nucl-th/9504003
+nucl-th/9504006
+nucl-th/9504007
+nucl-th/9504011
+nucl-th/9504012
+nucl-th/9504017
+nucl-th/9504032
+nucl-th/9504033
+nucl-th/9505001
+nucl-th/9505005
+nucl-th/9505010
+nucl-th/9505013
+nucl-th/9505019
+nucl-th/9505021
+nucl-th/9505022
+nucl-th/9505024
+nucl-th/9505027
+nucl-th/9505032
+nucl-th/9505035
+nucl-th/9505038
+nucl-th/9505040
+nucl-th/9505042
+nucl-th/9506001
+nucl-th/9506004
+nucl-th/9506005
+nucl-th/9506008
+nucl-th/9506010
+nucl-th/9506011
+nucl-th/9506017
+nucl-th/9506018
+nucl-th/9506023
+nucl-th/9506029
+nucl-th/9506030
+nucl-th/9506034
+nucl-th/9506036
+nucl-th/9507002
+nucl-th/9507006
+nucl-th/9507008
+nucl-th/9507013
+nucl-th/9507019
+nucl-th/9507024
+nucl-th/9507025
+nucl-th/9507027
+nucl-th/9507040
+nucl-th/9507044
+nucl-th/9508001
+nucl-th/9508013
+nucl-th/9508021
+nucl-th/9508023
+nucl-th/9508025
+nucl-th/9508035
+nucl-th/9508040
+nucl-th/9508045
+nucl-th/9508047
+nucl-th/9508048
+nucl-th/9509002
+nucl-th/9509005
+nucl-th/9509007
+nucl-th/9509013
+nucl-th/9509017
+nucl-th/9509025
+nucl-th/9509027
+nucl-th/9509029
+nucl-th/9509030
+nucl-th/9509031
+nucl-th/9509037
+nucl-th/9510001
+nucl-th/9510002
+nucl-th/9510006
+nucl-th/9510017
+nucl-th/9510023
+nucl-th/9510024
+nucl-th/9510025
+nucl-th/9510030
+nucl-th/9510038
+nucl-th/9510039
+nucl-th/9510040
+nucl-th/9510049
+nucl-th/9510054
+nucl-th/9510057
+nucl-th/9510063
+nucl-th/9510064
+nucl-th/9510065
+nucl-th/9511003
+nucl-th/9511006
+nucl-th/9511010
+nucl-th/9511013
+nucl-th/9511016
+nucl-th/9511026
+nucl-th/9511027
+nucl-th/9511039
+nucl-th/9511040
+nucl-th/9511041
+nucl-th/9512003
+nucl-th/9512008
+nucl-th/9512011
+nucl-th/9512012
+nucl-th/9512013
+nucl-th/9512014
+nucl-th/9512022
+nucl-th/9512023
+nucl-th/9512024
+nucl-th/9512026
+nucl-th/9512028
+nucl-th/9512036
+nucl-th/9512037
+nucl-th/9512039
+nucl-th/9512040
+nucl-th/9512042
+nucl-th/9512043
+nucl-th/9601003
+nucl-th/9601005
+nucl-th/9601008
+nucl-th/9601009
+nucl-th/9601019
+nucl-th/9601022
+nucl-th/9601024
+nucl-th/9601025
+nucl-th/9601030
+nucl-th/9601044
+nucl-th/9602002
+nucl-th/9602003
+nucl-th/9602007
+nucl-th/9602009
+nucl-th/9602018
+nucl-th/9602021
+nucl-th/9602023
+nucl-th/9602024
+nucl-th/9602028
+nucl-th/9602029
+nucl-th/9602031
+nucl-th/9602038
+nucl-th/9602041
+nucl-th/9602042
+nucl-th/9602044
+nucl-th/9603006
+nucl-th/9603007
+nucl-th/9603008
+nucl-th/9603012
+nucl-th/9603013
+nucl-th/9603018
+nucl-th/9603019
+nucl-th/9603022
+nucl-th/9603024
+nucl-th/9603028
+nucl-th/9603030
+nucl-th/9603035
+nucl-th/9603039
+nucl-th/9603044
+nucl-th/9604002
+nucl-th/9604005
+nucl-th/9604008
+nucl-th/9604009
+nucl-th/9604016
+nucl-th/9604018
+nucl-th/9604020
+nucl-th/9604022
+nucl-th/9604027
+nucl-th/9604029
+nucl-th/9604031
+nucl-th/9604035
+nucl-th/9604036
+nucl-th/9604038
+nucl-th/9604039
+nucl-th/9604044
+nucl-th/9604045
+nucl-th/9605001
+nucl-th/9605005
+nucl-th/9605008
+nucl-th/9605009
+nucl-th/9605011
+nucl-th/9605016
+nucl-th/9605017
+nucl-th/9605019
+nucl-th/9605020
+nucl-th/9605027
+nucl-th/9605028
+nucl-th/9605030
+nucl-th/9605034
+nucl-th/9605037
+nucl-th/9605041
+nucl-th/9605045
+nucl-th/9606002
+nucl-th/9606003
+nucl-th/9606009
+nucl-th/9606015
+nucl-th/9606019
+nucl-th/9606021
+nucl-th/9606028
+nucl-th/9606031
+nucl-th/9606033
+nucl-th/9606036
+nucl-th/9606040
+nucl-th/9606044
+nucl-th/9606048
+nucl-th/9606052
+nucl-th/9606058
+nucl-th/9607001
+nucl-th/9607002
+nucl-th/9607003
+nucl-th/9607022
+nucl-th/9607025
+nucl-th/9607026
+nucl-th/9607028
+nucl-th/9607029
+nucl-th/9607039
+nucl-th/9607043
+nucl-th/9607045
+nucl-th/9607049
+nucl-th/9607053
+nucl-th/9608003
+nucl-th/9608006
+nucl-th/9608007
+nucl-th/9608008
+nucl-th/9608010
+nucl-th/9608011
+nucl-th/9608012
+nucl-th/9608018
+nucl-th/9608019
+nucl-th/9608023
+nucl-th/9608026
+nucl-th/9608027
+nucl-th/9608032
+nucl-th/9608043
+nucl-th/9608044
+nucl-th/9608048
+nucl-th/9608049
+nucl-th/9608054
+nucl-th/9608055
+nucl-th/9608061
+nucl-th/9608063
+nucl-th/9609005
+nucl-th/9609011
+nucl-th/9609012
+nucl-th/9609020
+nucl-th/9609023
+nucl-th/9609024
+nucl-th/9609027
+nucl-th/9609031
+nucl-th/9609034
+nucl-th/9609035
+nucl-th/9609042
+nucl-th/9609043
+nucl-th/9609046
+nucl-th/9609049
+nucl-th/9609061
+nucl-th/9609066
+nucl-th/9610002
+nucl-th/9610007
+nucl-th/9610010
+nucl-th/9610011
+nucl-th/9610020
+nucl-th/9610027
+nucl-th/9610028
+nucl-th/9610032
+nucl-th/9610036
+nucl-th/9610043
+nucl-th/9610045
+nucl-th/9610049
+nucl-th/9610050
+nucl-th/9610051
+nucl-th/9611012
+nucl-th/9611014
+nucl-th/9611018
+nucl-th/9611020
+nucl-th/9611022
+nucl-th/9611025
+nucl-th/9611026
+nucl-th/9611027
+nucl-th/9611030
+nucl-th/9611031
+nucl-th/9611034
+nucl-th/9611038
+nucl-th/9611039
+nucl-th/9611041
+nucl-th/9611045
+nucl-th/9611047
+nucl-th/9611052
+nucl-th/9611053
+nucl-th/9612001
+nucl-th/9612006
+nucl-th/9612015
+nucl-th/9612021
+nucl-th/9612025
+nucl-th/9612027
+nucl-th/9612033
+nucl-th/9612034
+nucl-th/9612036
+nucl-th/9612044
+nucl-th/9612046
+nucl-th/9612050
+nucl-th/9612052
+nucl-th/9612055
+nucl-th/9701002
+nucl-th/9701003
+nucl-th/9701006
+nucl-th/9701019
+nucl-th/9701023
+nucl-th/9701027
+nucl-th/9701029
+nucl-th/9701032
+nucl-th/9701060
+nucl-th/9701065
+nucl-th/9702003
+nucl-th/9702008
+nucl-th/9702010
+nucl-th/9702018
+nucl-th/9702019
+nucl-th/9702020
+nucl-th/9702021
+nucl-th/9702025
+nucl-th/9702030
+nucl-th/9702036
+nucl-th/9702039
+nucl-th/9702041
+nucl-th/9702047
+nucl-th/9702050
+nucl-th/9702051
+nucl-th/9703003
+nucl-th/9703007
+nucl-th/9703009
+nucl-th/9703011
+nucl-th/9703012
+nucl-th/9703013
+nucl-th/9703021
+nucl-th/9703027
+nucl-th/9703033
+nucl-th/9703038
+nucl-th/9703043
+nucl-th/9703046
+nucl-th/9703050
+nucl-th/9703052
+nucl-th/9703057
+nucl-th/9703058
+nucl-th/9703059
+nucl-th/9704003
+nucl-th/9704004
+nucl-th/9704005
+nucl-th/9704007
+nucl-th/9704017
+nucl-th/9704019
+nucl-th/9704020
+nucl-th/9704022
+nucl-th/9704023
+nucl-th/9704029
+nucl-th/9704031
+nucl-th/9704032
+nucl-th/9704034
+nucl-th/9704036
+nucl-th/9704045
+nucl-th/9704050
+nucl-th/9704056
+nucl-th/9704057
+nucl-th/9704058
+nucl-th/9704064
+nucl-th/9705001
+nucl-th/9705006
+nucl-th/9705009
+nucl-th/9705014
+nucl-th/9705016
+nucl-th/9705020
+nucl-th/9705021
+nucl-th/9705024
+nucl-th/9705030
+nucl-th/9705031
+nucl-th/9705036
+nucl-th/9705039
+nucl-th/9705045
+nucl-th/9705046
+nucl-th/9705049
+nucl-th/9705053
+nucl-th/9705059
+nucl-th/9706002
+nucl-th/9706003
+nucl-th/9706007
+nucl-th/9706009
+nucl-th/9706013
+nucl-th/9706016
+nucl-th/9706018
+nucl-th/9706019
+nucl-th/9706021
+nucl-th/9706028
+nucl-th/9706030
+nucl-th/9706032
+nucl-th/9706033
+nucl-th/9706036
+nucl-th/9706043
+nucl-th/9706050
+nucl-th/9706051
+nucl-th/9706054
+nucl-th/9706060
+nucl-th/9706062
+nucl-th/9706064
+nucl-th/9706068
+nucl-th/9706078
+nucl-th/9706080
+nucl-th/9706084
+nucl-th/9706085
+nucl-th/9707006
+nucl-th/9707013
+nucl-th/9707015
+nucl-th/9707016
+nucl-th/9707017
+nucl-th/9707019
+nucl-th/9707020
+nucl-th/9707023
+nucl-th/9707043
+nucl-th/9707046
+nucl-th/9707052
+nucl-th/9707054
+nucl-th/9708005
+nucl-th/9708008
+nucl-th/9708010
+nucl-th/9708011
+nucl-th/9708018
+nucl-th/9708020
+nucl-th/9708022
+nucl-th/9708026
+nucl-th/9708029
+nucl-th/9708032
+nucl-th/9708035
+nucl-th/9708036
+nucl-th/9708037
+nucl-th/9708040
+nucl-th/9708041
+nucl-th/9708042
+nucl-th/9708043
+nucl-th/9708045
+nucl-th/9708047
+nucl-th/9708049
+nucl-th/9708051
+nucl-th/9708053
+nucl-th/9709007
+nucl-th/9709008
+nucl-th/9709012
+nucl-th/9709013
+nucl-th/9709028
+nucl-th/9709030
+nucl-th/9709033
+nucl-th/9709034
+nucl-th/9709035
+nucl-th/9709046
+nucl-th/9709058
+nucl-th/9709071
+nucl-th/9710001
+nucl-th/9710003
+nucl-th/9710005
+nucl-th/9710010
+nucl-th/9710011
+nucl-th/9710017
+nucl-th/9710021
+nucl-th/9710030
+nucl-th/9710032
+nucl-th/9710033
+nucl-th/9710037
+nucl-th/9710046
+nucl-th/9710048
+nucl-th/9710050
+nucl-th/9710051
+nucl-th/9710053
+nucl-th/9710055
+nucl-th/9710056
+nucl-th/9710067
+nucl-th/9710068
+nucl-th/9711003
+nucl-th/9711006
+nucl-th/9711014
+nucl-th/9711016
+nucl-th/9711018
+nucl-th/9711023
+nucl-th/9711027
+nucl-th/9711030
+nucl-th/9711034
+nucl-th/9711036
+nucl-th/9711037
+nucl-th/9711040
+nucl-th/9711043
+nucl-th/9711045
+nucl-th/9711046
+nucl-th/9711051
+nucl-th/9711052
+nucl-th/9711057
+nucl-th/9711062
+nucl-th/9711064
+nucl-th/9711066
+nucl-th/9712001
+nucl-th/9712006
+nucl-th/9712022
+nucl-th/9712023
+nucl-th/9712024
+nucl-th/9712025
+nucl-th/9712028
+nucl-th/9712031
+nucl-th/9712034
+nucl-th/9712037
+nucl-th/9712040
+nucl-th/9712041
+nucl-th/9712047
+nucl-th/9712054
+nucl-th/9712059
+nucl-th/9712062
+nucl-th/9712066
+nucl-th/9712068
+nucl-th/9712071
+nucl-th/9712081
+nucl-th/9801005
+nucl-th/9801012
+nucl-th/9801013
+nucl-th/9801022
+nucl-th/9801027
+nucl-th/9801028
+nucl-th/9801029
+nucl-th/9801033
+nucl-th/9801036
+nucl-th/9801037
+nucl-th/9801041
+nucl-th/9801049
+nucl-th/9801051
+nucl-th/9801052
+nucl-th/9801055
+nucl-th/9801059
+nucl-th/9802006
+nucl-th/9802008
+nucl-th/9802013
+nucl-th/9802014
+nucl-th/9802020
+nucl-th/9802023
+nucl-th/9802034
+nucl-th/9802036
+nucl-th/9802039
+nucl-th/9802049
+nucl-th/9802051
+nucl-th/9802052
+nucl-th/9802054
+nucl-th/9802067
+nucl-th/9802078
+nucl-th/9802083
+nucl-th/9802085
+nucl-th/9803008
+nucl-th/9803013
+nucl-th/9803014
+nucl-th/9803016
+nucl-th/9803017
+nucl-th/9803025
+nucl-th/9803026
+nucl-th/9803027
+nucl-th/9803030
+nucl-th/9803031
+nucl-th/9803038
+nucl-th/9803042
+nucl-th/9803047
+nucl-th/9803053
+nucl-th/9804004
+nucl-th/9804013
+nucl-th/9804014
+nucl-th/9804016
+nucl-th/9804017
+nucl-th/9804020
+nucl-th/9804023
+nucl-th/9804027
+nucl-th/9804030
+nucl-th/9804031
+nucl-th/9804042
+nucl-th/9804046
+nucl-th/9804055
+nucl-th/9804056
+nucl-th/9804057
+nucl-th/9804058
+nucl-th/9804060
+nucl-th/9804062
+nucl-th/9804066
+nucl-th/9804067
+nucl-th/9804075
+nucl-th/9804077
+nucl-th/9804078
+nucl-th/9805002
+nucl-th/9805005
+nucl-th/9805007
+nucl-th/9805008
+nucl-th/9805009
+nucl-th/9805010
+nucl-th/9805011
+nucl-th/9805017
+nucl-th/9805022
+nucl-th/9805024
+nucl-th/9805026
+nucl-th/9805028
+nucl-th/9805034
+nucl-th/9805040
+nucl-th/9805042
+nucl-th/9805043
+nucl-th/9805045
+nucl-th/9805046
+nucl-th/9805047
+nucl-th/9805050
+nucl-th/9805051
+nucl-th/9805054
+nucl-th/9805055
+nucl-th/9805056
+nucl-th/9806003
+nucl-th/9806014
+nucl-th/9806018
+nucl-th/9806019
+nucl-th/9806027
+nucl-th/9806031
+nucl-th/9806034
+nucl-th/9806040
+nucl-th/9806047
+nucl-th/9806061
+nucl-th/9806067
+nucl-th/9806071
+nucl-th/9806081
+nucl-th/9806082
+nucl-th/9806084
+nucl-th/9806085
+nucl-th/9806092
+nucl-th/9806097
+nucl-th/9806100
+nucl-th/9806103
+nucl-th/9807003
+nucl-th/9807004
+nucl-th/9807005
+nucl-th/9807007
+nucl-th/9807009
+nucl-th/9807013
+nucl-th/9807015
+nucl-th/9807021
+nucl-th/9807033
+nucl-th/9807034
+nucl-th/9807037
+nucl-th/9807047
+nucl-th/9807061
+nucl-th/9807065
+nucl-th/9807078
+nucl-th/9807079
+nucl-th/9807080
+nucl-th/9807082
+nucl-th/9807088
+nucl-th/9808002
+nucl-th/9808005
+nucl-th/9808007
+nucl-th/9808010
+nucl-th/9808014
+nucl-th/9808024
+nucl-th/9808026
+nucl-th/9808037
+nucl-th/9808038
+nucl-th/9808052
+nucl-th/9808056
+nucl-th/9808059
+nucl-th/9808074
+nucl-th/9809006
+nucl-th/9809015
+nucl-th/9809020
+nucl-th/9809023
+nucl-th/9809031
+nucl-th/9809032
+nucl-th/9809033
+nucl-th/9809037
+nucl-th/9809042
+nucl-th/9809055
+nucl-th/9809065
+nucl-th/9809080
+nucl-th/9809084
+nucl-th/9810031
+nucl-th/9810042
+nucl-th/9810048
+nucl-th/9810056
+nucl-th/9810071
+nucl-th/9811026
+nucl-th/9811075
+nucl-th/9811078
+nucl-th/9811082
+nucl-th/9811097
+nucl-th/9812015
+nucl-th/9812016
+nucl-th/9812022
+nucl-th/9812025
+nucl-th/9812053
+nucl-th/9812068
+nucl-th/9901014
+nucl-th/9901035
+nucl-th/9901049
+nucl-th/9901068
+nucl-th/9901074
+nucl-th/9902013
+nucl-th/9902015
+nucl-th/9902018
+nucl-th/9902028
+nucl-th/9902034
+nucl-th/9902048
+nucl-th/9902054
+nucl-th/9902056
+nucl-th/9902058
+nucl-th/9902062
+nucl-th/9903001
+nucl-th/9903022
+nucl-th/9903032
+nucl-th/9903045
+nucl-th/9904008
+nucl-th/9904030
+nucl-th/9905012
+nucl-th/9905015
+nucl-th/9905022
+nucl-th/9905030
+nucl-th/9905034
+nucl-th/9905035
+nucl-th/9905047
+nucl-th/9906008
+nucl-th/9906067
+nucl-th/9906084
+nucl-th/9906088
+nucl-th/9906096
+nucl-th/9907010
+nucl-th/9907024
+nucl-th/9907026
+nucl-th/9907030
+nucl-th/9907054
+nucl-th/9907079
+nucl-th/9907119
+nucl-th/9908014
+nucl-th/9908022
+nucl-th/9908023
+nucl-th/9908087
+nucl-th/9909001
+nucl-th/9909051
+nucl-th/9909058
+nucl-th/9909066
+nucl-th/9909081
+nucl-th/9910011
+nucl-th/9910012
+nucl-th/9910066
+nucl-th/9910076
+nucl-th/9911008
+nucl-th/9911020
+nucl-th/9911024
+nucl-th/9911028
+nucl-th/9911038
+nucl-th/9912009
+nucl-th/9912029
+nucl-th/9912031
+nucl-th/9912046
+nucl-th/9912063
+nucl-th/9912074
+physics/0001009 Atomic Physics
+physics/0003060 Accelerator Physics
+physics/0006039 Classical Physics
+physics/0006056 Fluid Dynamics
+physics/0007013 Accelerator Physics
+physics/0007014 Accelerator Physics
+physics/0008014 Accelerator Physics
+physics/0008031 Accelerator Physics
+physics/0008036 Accelerator Physics
+physics/0008041 Accelerator Physics
+physics/0008056 Accelerator Physics
+physics/0008064 Accelerator Physics
+physics/0008067 Accelerator Physics
+physics/0008068 Accelerator Physics
+physics/0008072 Accelerator Physics
+physics/0008101 Accelerator Physics
+physics/0008108 Accelerator Physics
+physics/0008146 Accelerator Physics
+physics/0008152 Accelerator Physics
+physics/0008157 Accelerator Physics
+physics/0008191 Accelerator Physics
+physics/0008193 Accelerator Physics
+physics/0009005 Accelerator Physics
+physics/0009012 Space Physics
+physics/0010001 Accelerator Physics
+physics/0010028 Atomic Physics
+physics/0011031 Fluid Dynamics
+physics/0012056 Accelerator Physics
+physics/0103068 Atomic Physics
+physics/0104010 Atomic Physics
+physics/0104086 Accelerator Physics
+physics/0105022 Physics Education
+physics/0105049 General Physics
+physics/0105070 Optics
+physics/0106003 Accelerator Physics
+physics/0106007 Accelerator Physics
+physics/0106010 Accelerator Physics
+physics/0106058 Accelerator Physics
+physics/0106060 Accelerator Physics
+physics/0106061 Accelerator Physics
+physics/0106067 Accelerator Physics
+physics/0106099 Accelerator Physics
+physics/0107048 Accelerator Physics
+physics/0107049 Accelerator Physics
+physics/0107065 Accelerator Physics
+physics/0108001 Accelerator Physics
+physics/0108027 Accelerator Physics
+physics/0108042 Accelerator Physics
+physics/0108063 Accelerator Physics
+physics/0109002 Accelerator Physics
+physics/0109042 Accelerator Physics
+physics/0109061 Accelerator Physics
+physics/0110089 Accelerator Physics
+physics/0112005 Classical Physics
+physics/0112034 Physics Education
+physics/0202062 Computational Physics
+physics/0202063 Accelerator Physics
+physics/0204034 Classical Physics
+physics/0207033 Instrumentation and Detectors
+physics/0208014 Optics
+physics/0208028 Accelerator Physics
+physics/0208081 Accelerator Physics
+physics/0209068 Accelerator Physics
+physics/0210058 History and Philosophy of Physics
+physics/0211017 Accelerator Physics
+physics/0301026 Optics
+physics/0302045 Classical Physics
+physics/0305070 Instrumentation and Detectors
+physics/0305086 Accelerator Physics
+physics/0305088 Accelerator Physics
+physics/0305106 Accelerator Physics
+physics/0305115 Accelerator Physics
+physics/0305117 Classical Physics
+physics/0306005 Accelerator Physics
+physics/0306009 General Physics
+physics/0306028 General Physics
+physics/0306033 Computational Physics
+physics/0306036 Data Analysis, Statistics and Probability
+physics/0306037 Data Analysis, Statistics and Probability
+physics/0306048 Accelerator Physics
+physics/0306107 Computational Physics
+physics/0306112 Computational Physics
+physics/0306122 Computational Physics
+physics/0306126 Accelerator Physics
+physics/0306142 Classical Physics
+physics/0307034 Accelerator Physics
+physics/0307047 General Physics
+physics/0307067 General Physics
+physics/0307125 General Physics
+physics/0307127 Physics and Society
+physics/0308044 Accelerator Physics
+physics/0310028 Accelerator Physics
+physics/0310142 Chemical Physics
+physics/0310155 Instrumentation and Detectors
+physics/0311008 Instrumentation and Detectors
+physics/0401106 Instrumentation and Detectors
+physics/0401138 Optics
+physics/0402083 Data Analysis, Statistics and Probability
+physics/0404008 Atomic Physics
+physics/0404100 Instrumentation and Detectors
+physics/0404127 Plasma Physics
+physics/0405109 Accelerator Physics
+physics/0406139 Classical Physics
+physics/0407009 Instrumentation and Detectors
+physics/0407140 Atomic Physics
+physics/0408075 Instrumentation and Detectors
+physics/0408109 Medical Physics
+physics/0409048 Instrumentation and Detectors
+physics/0409137 Instrumentation and Detectors
+physics/0409155 Classical Physics
+physics/0410037 Physics Education
+physics/0411063 Accelerator Physics
+physics/0411071 Chemical Physics
+physics/0411072 Chemical Physics
+physics/0411073 Chemical Physics
+physics/0411074 Chemical Physics
+physics/0411135 Instrumentation and Detectors
+physics/0411214 Instrumentation and Detectors
+physics/0411218 Accelerator Physics
+physics/0412006 Accelerator Physics
+physics/0412102 Data Analysis, Statistics and Probability
+physics/0412147 Plasma Physics
+physics/0501044 General Physics
+physics/0501071 Accelerator Physics
+physics/0501132 General Physics
+physics/0502008 Instrumentation and Detectors
+physics/0502065 Instrumentation and Detectors
+physics/0502092 Chemical Physics
+physics/0502139 Accelerator Physics
+physics/0503084 History and Philosophy of Physics
+physics/0504085 Instrumentation and Detectors
+physics/0504145 Accelerator Physics
+physics/0505127 Instrumentation and Detectors
+physics/0505151 Instrumentation and Detectors
+physics/0505171 Instrumentation and Detectors
+physics/0506032 Classical Physics
+physics/0506078 Classical Physics
+physics/0506084 Computational Physics
+physics/0506193 Instrumentation and Detectors
+physics/0506194 Instrumentation and Detectors
+physics/0506197 Instrumentation and Detectors
+physics/0506198 Instrumentation and Detectors
+physics/0507028 Instrumentation and Detectors
+physics/0507063 Accelerator Physics
+physics/0507080 Instrumentation and Detectors
+physics/0507095 Accelerator Physics
+physics/0507206 Plasma Physics
+physics/0508054 Accelerator Physics
+physics/0508074 Instrumentation and Detectors
+physics/0508126 Instrumentation and Detectors
+physics/0508137 Instrumentation and Detectors
+physics/0509023 Instrumentation and Detectors
+physics/0509077 Instrumentation and Detectors
+physics/0509144 Chemical Physics
+physics/0509214 Instrumentation and Detectors
+physics/0509222 Instrumentation and Detectors
+physics/0510023 Plasma Physics
+physics/0511037 Instrumentation and Detectors
+physics/0511053 Instrumentation and Detectors
+physics/0511116 General Physics
+physics/0511158 Instrumentation and Detectors
+physics/0511165 Accelerator Physics
+physics/0511185 Physics Education
+physics/0511229 Instrumentation and Detectors
+physics/0512031 General Physics
+physics/0512057 Instrumentation and Detectors
+physics/0512094 Instrumentation and Detectors
+physics/0512115 Accelerator Physics
+physics/0512153 Instrumentation and Detectors
+physics/0512171 Instrumentation and Detectors
+physics/0512200 Classical Physics
+physics/0512254 History and Philosophy of Physics
+physics/0601012 Optics
+physics/0601103 Accelerator Physics
+physics/0601115 Instrumentation and Detectors
+physics/0601119 Instrumentation and Detectors
+physics/0601204 Instrumentation and Detectors
+physics/0602049 Geophysics
+physics/0602081 General Physics
+physics/0602114 Instrumentation and Detectors
+physics/0602146 History and Philosophy of Physics
+physics/0602172 Accelerator Physics
+physics/0602180 Instrumentation and Detectors
+physics/0602188 Instrumentation and Detectors
+physics/0603022 Instrumentation and Detectors
+physics/0603176 Atomic Physics
+physics/0603188 Accelerator Physics
+physics/0603192 Instrumentation and Detectors
+physics/0603250 Plasma Physics
+physics/0604011 Instrumentation and Detectors
+physics/0604028 Accelerator Physics
+physics/0604030 Instrumentation and Detectors
+physics/0604043 Instrumentation and Detectors
+physics/0604107 Instrumentation and Detectors
+physics/0604108 Accelerator Physics
+physics/0604114 Instrumentation and Detectors
+physics/0604171 History and Philosophy of Physics
+physics/0604200 Instrumentation and Detectors
+physics/0605015 Instrumentation and Detectors
+physics/0605076 General Physics
+physics/0605084 Accelerator Physics
+physics/0605085 Physics Education
+physics/0605088 Instrumentation and Detectors
+physics/0605097 Physics and Society
+physics/0605121 Instrumentation and Detectors
+physics/0605127 Instrumentation and Detectors
+physics/0605158 Instrumentation and Detectors
+physics/0605164 Instrumentation and Detectors
+physics/0605208 Instrumentation and Detectors
+physics/0605233 Instrumentation and Detectors
+physics/0606034 Accelerator Physics
+physics/0606037 Instrumentation and Detectors
+physics/0606061 Accelerator Physics
+physics/0606092 Plasma Physics
+physics/0606098 Plasma Physics
+physics/0606122 Fluid Dynamics
+physics/0606162 Instrumentation and Detectors
+physics/0606178 Optics
+physics/0606197 Classical Physics
+physics/0606198 Instrumentation and Detectors
+physics/0606210 Medical Physics
+physics/0606247 Instrumentation and Detectors
+physics/0607005 General Physics
+physics/0607009 Accelerator Physics
+physics/0607038 Computational Physics
+physics/0607126 Data Analysis, Statistics and Probability
+physics/0607275 Accelerator Physics
+physics/0607278 Accelerator Physics
+physics/0608012 Instrumentation and Detectors
+physics/0608034 Instrumentation and Detectors
+physics/0608053 General Physics
+physics/0608089 General Physics
+physics/0608095 Classical Physics
+physics/0608114 Classical Physics
+physics/0608152 Popular Physics
+physics/0608193 General Physics
+physics/0608308 Data Analysis, Statistics and Probability
+physics/0609014 Atomic Physics
+physics/0609017 Instrumentation and Detectors
+physics/0609022 Atomic Physics
+physics/0609039 Instrumentation and Detectors
+physics/0609089 Plasma Physics
+physics/0609106 Accelerator Physics
+physics/0609129 Accelerator Physics
+physics/0609137 History and Philosophy of Physics
+physics/0609176 Computational Physics
+physics/0609187 Instrumentation and Detectors
+physics/0609195 Accelerator Physics
+physics/0609205 Instrumentation and Detectors
+physics/0609206 Computational Physics
+physics/0609249 Atomic Physics
+physics/0609254 General Physics
+physics/0610009 Medical Physics
+physics/0610028 Physics Education
+physics/0610042 General Physics
+physics/0610052 General Physics
+physics/0610054 History and Philosophy of Physics
+physics/0610066 Instrumentation and Detectors
+physics/0610080 Instrumentation and Detectors
+physics/0610090 Accelerator Physics
+physics/0610111 Computational Physics
+physics/0610112 Instrumentation and Detectors
+physics/0610116 Space Physics
+physics/0610153 Instrumentation and Detectors
+physics/0610168 History and Philosophy of Physics
+physics/0610206 Computational Physics
+physics/0610227 Instrumentation and Detectors
+physics/0610232 Instrumentation and Detectors
+physics/0610259 Instrumentation and Detectors
+physics/0610284 Plasma Physics
+physics/0611012 Accelerator Physics
+physics/0611033 Classical Physics
+physics/0611036 Atomic Physics
+physics/0611068 Instrumentation and Detectors
+physics/0611081 Instrumentation and Detectors
+physics/0611084 Instrumentation and Detectors
+physics/0611129 Instrumentation and Detectors
+physics/0611142 Instrumentation and Detectors
+physics/0611157 Accelerator Physics
+physics/0611183 Instrumentation and Detectors
+physics/0611185 Instrumentation and Detectors
+physics/0611192 General Physics
+physics/0611194 Instrumentation and Detectors
+physics/0611224 Accelerator Physics
+physics/0611229 Instrumentation and Detectors
+physics/0611238 Accelerator Physics
+physics/0611241 Atomic Physics
+physics/0611249 Accelerator Physics
+physics/0611267 Data Analysis, Statistics and Probability
+physics/0611273 Instrumentation and Detectors
+physics/0611278 Instrumentation and Detectors
+physics/0611290 Medical Physics
+physics/0612007 General Physics
+physics/0612018 Instrumentation and Detectors
+physics/0612021 Atomic Physics
+physics/0612036 Data Analysis, Statistics and Probability
+physics/0612044 Medical Physics
+physics/0612050 Atomic Physics
+physics/0612062 Plasma Physics
+physics/0612074 Classical Physics
+physics/0612077 Accelerator Physics
+physics/0612083 Instrumentation and Detectors
+physics/0612152 Instrumentation and Detectors
+physics/0612171 Popular Physics
+physics/0612194 Accelerator Physics
+physics/0612227 Plasma Physics
+physics/0612234 Physics and Society
+physics/0612240 Accelerator Physics
+physics/0612241 Accelerator Physics
+physics/0612243 Plasma Physics
+physics/0612244 Atomic Physics
+physics/0701001 Instrumentation and Detectors
+physics/0701070 General Physics
+physics/0701085 Instrumentation and Detectors
+physics/0701088 Instrumentation and Detectors
+physics/0701104 General Physics
+physics/0701108 Instrumentation and Detectors
+physics/0701122 Instrumentation and Detectors
+physics/0701133 Instrumentation and Detectors
+physics/0701153 Instrumentation and Detectors
+physics/0701154 Plasma Physics
+physics/0701186 Plasma Physics
+physics/0701188 Medical Physics
+physics/0701206 Atomic Physics
+physics/0701207 Atomic Physics
+physics/0701208 Atomic Physics
+physics/0701212 Classical Physics
+physics/0701213 Optics
+physics/0701270 Instrumentation and Detectors
+physics/0701273 Instrumentation and Detectors
+physics/0701275 Instrumentation and Detectors
+physics/0701281 Instrumentation and Detectors
+physics/0701342 Accelerator Physics
+physics/0702069 Physics and Society
+physics/0702070 Instrumentation and Detectors
+physics/0702078 Instrumentation and Detectors
+physics/0702085 Instrumentation and Detectors
+physics/0702087 General Physics
+physics/0702092 Instrumentation and Detectors
+physics/0702103 Instrumentation and Detectors
+physics/0702162 Instrumentation and Detectors
+physics/0702181 Instrumentation and Detectors
+physics/0702182 Instrumentation and Detectors
+physics/0702190 Instrumentation and Detectors
+physics/0702193 Instrumentation and Detectors
+physics/0702237 Instrumentation and Detectors
+physics/0702246 Instrumentation and Detectors
+physics/0703044 Instrumentation and Detectors
+physics/0703049 Optics
+physics/0703064 Physics Education
+physics/0703068 Instrumentation and Detectors
+physics/0703116 Classical Physics
+physics/0703117 Classical Physics
+physics/0703158 Instrumentation and Detectors
+physics/0703163 Atomic Physics
+physics/0703170 Instrumentation and Detectors
+physics/0703171 Accelerator Physics
+physics/0703176 Instrumentation and Detectors
+physics/0703191 General Physics
+physics/0703199 Instrumentation and Detectors
+physics/0703243 Instrumentation and Detectors
+physics/0703244 General Physics
+physics/0703247 Instrumentation and Detectors
+physics/0703253 Instrumentation and Detectors
+physics/0703275 Atomic Physics
+physics/0703276 Atomic Physics
+physics/9610009 Accelerator Physics
+physics/9612016 Accelerator Physics
+physics/9702032
+physics/9704002 Popular Physics
+physics/9705028 Accelerator Physics
+physics/9705039 Atomic Physics
+physics/9707005
+physics/9708004
+physics/9709001 Instrumentation and Detectors
+physics/9709013 Accelerator Physics
+physics/9709014 Accelerator Physics
+physics/9709033
+physics/9709046
+physics/9710040
+physics/9711015 Accelerator Physics
+physics/9711021 Data Analysis, Statistics and Probability
+physics/9801008
+physics/9801023
+physics/9802041
+physics/9803029
+physics/9803045
+physics/9807039 Instrumentation and Detectors
+physics/9807050 Plasma Physics
+physics/9808033 History and Philosophy of Physics
+physics/9905002 Instrumentation and Detectors
+physics/9907017 Physics Education
+physics/9910011 Instrumentation and Detectors
+q-alg/9507007 Quantum Algebra
+q-alg/9507021 Quantum Algebra
+q-alg/9507027 Quantum Algebra
+q-alg/9509004 Quantum Algebra
+q-alg/9509016 Quantum Algebra
+q-alg/9510011 Quantum Algebra
+q-alg/9511006 Quantum Algebra
+q-alg/9601001 Quantum Algebra
+q-alg/9602023 Quantum Algebra
+q-alg/9602032 Quantum Algebra
+q-alg/9603004 Quantum Algebra
+q-alg/9603006 Quantum Algebra
+q-alg/9607023 Quantum Algebra
+q-alg/9609009 Quantum Algebra
+q-alg/9611008 Quantum Algebra
+q-alg/9612021 Quantum Algebra
+q-alg/9612022 Quantum Algebra
+q-alg/9704006 Quantum Algebra
+q-alg/9705013 Quantum Algebra
+q-alg/9707029 Quantum Algebra
+q-alg/9709039 Quantum Algebra
+q-alg/9710019 Quantum Algebra
+q-bio/0602019 Biomolecules
+quant-ph/0001049
+quant-ph/0001063
+quant-ph/0002003
+quant-ph/0002056
+quant-ph/0003091
+quant-ph/0003130
+quant-ph/0004065
+quant-ph/0005071
+quant-ph/0007027
+quant-ph/0007103
+quant-ph/0008077
+quant-ph/0009072
+quant-ph/0012076
+quant-ph/0012151
+quant-ph/0101010
+quant-ph/0101024
+quant-ph/0101076
+quant-ph/0104077
+quant-ph/0106045
+quant-ph/0106106
+quant-ph/0106110
+quant-ph/0106134
+quant-ph/0106163
+quant-ph/0109093
+quant-ph/0109111
+quant-ph/0110165
+quant-ph/0112016
+quant-ph/0112052
+quant-ph/0112076
+quant-ph/0112105
+quant-ph/0201131
+quant-ph/0202047
+quant-ph/0202062
+quant-ph/0202081
+quant-ph/0203002
+quant-ph/0203135
+quant-ph/0205007
+quant-ph/0205027
+quant-ph/0205104
+quant-ph/0207017
+quant-ph/0207038
+quant-ph/0207151
+quant-ph/0208072
+quant-ph/0208151
+quant-ph/0209097
+quant-ph/0211047
+quant-ph/0211074
+quant-ph/0211097
+quant-ph/0301017
+quant-ph/0302115
+quant-ph/0302117
+quant-ph/0302199
+quant-ph/0303051
+quant-ph/0303073
+quant-ph/0303123
+quant-ph/0304080
+quant-ph/0304135
+quant-ph/0305093
+quant-ph/0306059
+quant-ph/0306080
+quant-ph/0306115
+quant-ph/0307108
+quant-ph/0307201
+quant-ph/0308084
+quant-ph/0309089
+quant-ph/0309189
+quant-ph/0310005
+quant-ph/0310149
+quant-ph/0310162
+quant-ph/0310194
+quant-ph/0311049
+quant-ph/0312025
+quant-ph/0312048
+quant-ph/0312059
+quant-ph/0312070
+quant-ph/0312072
+quant-ph/0312144
+quant-ph/0402092
+quant-ph/0402101
+quant-ph/0402140
+quant-ph/0402166
+quant-ph/0404008
+quant-ph/0404103
+quant-ph/0404177
+quant-ph/0405152
+quant-ph/0407084
+quant-ph/0407160
+quant-ph/0407162
+quant-ph/0407195
+quant-ph/0408056
+quant-ph/0408064
+quant-ph/0410203
+quant-ph/0411144
+quant-ph/0411170
+quant-ph/0412149
+quant-ph/0412204
+quant-ph/0501048
+quant-ph/0501052
+quant-ph/0501083
+quant-ph/0502109
+quant-ph/0503235
+quant-ph/0506131
+quant-ph/0507015
+quant-ph/0507166
+quant-ph/0507175
+quant-ph/0508219
+quant-ph/0508234
+quant-ph/0509034
+quant-ph/0509071
+quant-ph/0509117
+quant-ph/0510156
+quant-ph/0510234
+quant-ph/0511067
+quant-ph/0511135
+quant-ph/0511192
+quant-ph/0511214
+quant-ph/0511248
+quant-ph/0512035
+quant-ph/0512076
+quant-ph/0512140
+quant-ph/0512191
+quant-ph/0601002
+quant-ph/0601112
+quant-ph/0601123
+quant-ph/0601188
+quant-ph/0602024
+quant-ph/0602151
+quant-ph/0602161
+quant-ph/0602194
+quant-ph/0603005
+quant-ph/0603027
+quant-ph/0603122
+quant-ph/0603170
+quant-ph/0604007
+quant-ph/0604127
+quant-ph/0604162
+quant-ph/0605068
+quant-ph/0605069
+quant-ph/0605072
+quant-ph/0605094
+quant-ph/0605112
+quant-ph/0605120
+quant-ph/0605121
+quant-ph/0605135
+quant-ph/0605141
+quant-ph/0606005
+quant-ph/0606012
+quant-ph/0606043
+quant-ph/0606070
+quant-ph/0606091
+quant-ph/0606100
+quant-ph/0606235
+quant-ph/0607081
+quant-ph/0607124
+quant-ph/0607165
+quant-ph/0607168
+quant-ph/0607191
+quant-ph/0607203
+quant-ph/0607207
+quant-ph/0607222
+quant-ph/0608036
+quant-ph/0608083
+quant-ph/0608093
+quant-ph/0608117
+quant-ph/0608180
+quant-ph/0608186
+quant-ph/0608209
+quant-ph/0608221
+quant-ph/0608243
+quant-ph/0609032
+quant-ph/0609058
+quant-ph/0609070
+quant-ph/0609163
+quant-ph/0609190
+quant-ph/0609227
+quant-ph/0610009
+quant-ph/0610024
+quant-ph/0610089
+quant-ph/0610131
+quant-ph/0610170
+quant-ph/0610204
+quant-ph/0610255
+quant-ph/0611030
+quant-ph/0611068
+quant-ph/0611076
+quant-ph/0611082
+quant-ph/0611116
+quant-ph/0611119
+quant-ph/0611155
+quant-ph/0611194
+quant-ph/0611243
+quant-ph/0611271
+quant-ph/0612023
+quant-ph/0612030
+quant-ph/0612032
+quant-ph/0612091
+quant-ph/0612093
+quant-ph/0612122
+quant-ph/0612131
+quant-ph/0612137
+quant-ph/0612139
+quant-ph/0701006
+quant-ph/0701014
+quant-ph/0701022
+quant-ph/0701047
+quant-ph/0701074
+quant-ph/0701076
+quant-ph/0701106
+quant-ph/0701116
+quant-ph/0701177
+quant-ph/0701186
+quant-ph/0701206
+quant-ph/0701208
+quant-ph/0701233
+quant-ph/0701244
+quant-ph/0702009
+quant-ph/0702028
+quant-ph/0702060
+quant-ph/0702111
+quant-ph/0702119
+quant-ph/0702141
+quant-ph/0702143
+quant-ph/0702256
+quant-ph/0702267
+quant-ph/0703013
+quant-ph/0703016
+quant-ph/0703044
+quant-ph/0703060
+quant-ph/0703062
+quant-ph/0703064
+quant-ph/0703066
+quant-ph/0703088
+quant-ph/0703139
+quant-ph/0703196
+quant-ph/0703214
+quant-ph/0703254
+quant-ph/0703262
+quant-ph/0703276
+quant-ph/9412001
+quant-ph/9504008
+quant-ph/9504010
+quant-ph/9505024
+quant-ph/9506013
+quant-ph/9506018
+quant-ph/9506023
+quant-ph/9506024
+quant-ph/9507010
+quant-ph/9509014
+quant-ph/9509015
+quant-ph/9509017
+quant-ph/9510022
+quant-ph/9510027
+quant-ph/9510030
+quant-ph/9511017
+quant-ph/9511022
+quant-ph/9511027
+quant-ph/9511030
+quant-ph/9512002
+quant-ph/9512012
+quant-ph/9512020
+quant-ph/9512030
+quant-ph/9601022
+quant-ph/9602002
+quant-ph/9603019
+quant-ph/9604017
+quant-ph/9605041
+quant-ph/9605042
+quant-ph/9606009
+quant-ph/9606023
+quant-ph/9607012
+quant-ph/9607016
+quant-ph/9607022
+quant-ph/9608013
+quant-ph/9608031
+quant-ph/9608033
+quant-ph/9608036
+quant-ph/9609008
+quant-ph/9609019
+quant-ph/9610013
+quant-ph/9610021
+quant-ph/9610024
+quant-ph/9611003
+quant-ph/9611020
+quant-ph/9611040
+quant-ph/9612014
+quant-ph/9701002
+quant-ph/9701015
+quant-ph/9701026
+quant-ph/9701031
+quant-ph/9701033
+quant-ph/9702004
+quant-ph/9702007
+quant-ph/9702040
+quant-ph/9702043
+quant-ph/9702052
+quant-ph/9704040
+quant-ph/9704041
+quant-ph/9705007
+quant-ph/9705039
+quant-ph/9707004
+quant-ph/9707036
+quant-ph/9707059
+quant-ph/9708011
+quant-ph/9708013
+quant-ph/9708036
+quant-ph/9709002
+quant-ph/9709015
+quant-ph/9709034
+quant-ph/9710024
+quant-ph/9711002
+quant-ph/9711008
+quant-ph/9711066
+quant-ph/9712039
+quant-ph/9712052
+quant-ph/9801019
+quant-ph/9801029
+quant-ph/9801076
+quant-ph/9802017
+quant-ph/9802048
+quant-ph/9803010
+quant-ph/9803032
+quant-ph/9803039
+quant-ph/9803047
+quant-ph/9803083
+quant-ph/9803084
+quant-ph/9804062
+quant-ph/9805025
+quant-ph/9805026
+quant-ph/9805031
+quant-ph/9805081
+quant-ph/9806005
+quant-ph/9806014
+quant-ph/9806016
+quant-ph/9806020
+quant-ph/9806042
+quant-ph/9806046
+quant-ph/9806096
+quant-ph/9807002
+quant-ph/9807003
+quant-ph/9808018
+quant-ph/9808044
+quant-ph/9808050
+quant-ph/9809014
+quant-ph/9809018
+quant-ph/9809020
+quant-ph/9809026
+quant-ph/9809044
+quant-ph/9809074
+quant-ph/9809075
+quant-ph/9810011
+quant-ph/9810024
+quant-ph/9810026
+quant-ph/9810033
+quant-ph/9810064
+quant-ph/9811008
+quant-ph/9811061
+quant-ph/9811081
+quant-ph/9901052
+quant-ph/9902039
+quant-ph/9902054
+quant-ph/9902086
+quant-ph/9903013
+quant-ph/9903020
+quant-ph/9903027
+quant-ph/9903058
+quant-ph/9903072
+quant-ph/9903073
+quant-ph/9903087
+quant-ph/9903097
+quant-ph/9903098
+quant-ph/9904027
+quant-ph/9904052
+quant-ph/9904090
+quant-ph/9904091
+quant-ph/9904098
+quant-ph/9904102
+quant-ph/9905002
+quant-ph/9905033
+quant-ph/9905073
+quant-ph/9906029
+quant-ph/9906033
+quant-ph/9906040
+quant-ph/9906057
+quant-ph/9906071
+quant-ph/9906083
+quant-ph/9906107
+quant-ph/9909093
+quant-ph/9910014
+quant-ph/9910051
+quant-ph/9910104
+quant-ph/9911114
+quant-ph/9912042
+quant-ph/9912094
+solv-int/9510001 Exactly Solvable and Integrable Systems
+solv-int/9604005 Exactly Solvable and Integrable Systems
+solv-int/9701005 Exactly Solvable and Integrable Systems
+solv-int/9703011 Exactly Solvable and Integrable Systems
+solv-int/9712009 Exactly Solvable and Integrable Systems
+solv-int/9802015 Exactly Solvable and Integrable Systems
+solv-int/9803015 Exactly Solvable and Integrable Systems
+solv-int/9810006 Exactly Solvable and Integrable Systems
+solv-int/9902017 Exactly Solvable and Integrable Systems
+solv-int/9903003 Exactly Solvable and Integrable Systems
+solv-int/9904012 Exactly Solvable and Integrable Systems
+solv-int/9908002 Exactly Solvable and Integrable Systems
+solv-int/9909016 Exactly Solvable and Integrable Systems
+0707.2195
+0708.2345 Statistical Mechanics
+0710.2463 Soft Condensed Matter
+0801.3628 Soft Condensed Matter
+0803.0917 Algebraic Geometry
+cs/0610147 Networking and Internet Architecture
+0709.1837 Differential Geometry
+0802.1422 Soft Condensed Matter
+cond-mat/0605068 Mesoscale and Nanoscale Physics
+math/0702734 Complex Variables
+0707.3207 K-Theory and Homology
+0707.3536 Machine Learning
+0709.4102 General Mathematics
+0710.1367 General Physics
+0711.1699
+0712.1224 Cryptography and Security
+0801.0099 General Physics
+0801.0429 Plasma Physics
+0802.3432 Classical Analysis and ODEs
+0803.3079 Combinatorics
+0806.0251 General Mathematics
+0806.2321 Strongly Correlated Electrons
+0806.2433 Analysis of PDEs
+0806.4374 Phenomenology
+math-ph/0702003
+math/0612744 Metric Geometry
+math/0701917 Probability
+quant-ph/0601001
+0705.2807 Combinatorics
+0706.2291 Analysis of PDEs
+0707.0822 Group Theory
+0801.3946 Number Theory
+0801.4322
+0803.3249 Statistical Mechanics
+0804.0208
+0807.3691
+0808.0818 Strongly Correlated Electrons
+0810.0230 Functional Analysis
+0810.0768 General Mathematics
+0810.3345 Cryptography and Security
+0810.3358 Experiment
+math/0701235 General Mathematics
+0710.1932 Superconductivity
+0712.3598 Differential Geometry
+0712.3600 Differential Geometry
+0712.3601 Differential Geometry
+0712.3962 Quantum Algebra
+0712.4020 Materials Science
+0801.0071
+0801.0114 Number Theory
+0801.0337 Other Computer Science
+astro-ph/0703779
+math/0702306 Probability
+0704.3899 Symplectic Geometry
+0705.1889 Other Condensed Matter
+0706.1503 Probability
+0706.2726 Strongly Correlated Electrons
+0707.3085 Statistical Mechanics
+0707.3701 Mesoscale and Nanoscale Physics
+0708.4164 Information Theory
+0709.2587 Metric Geometry
+0709.3518 Strongly Correlated Electrons
+0710.0330 Algebraic Geometry
+0710.2121
+0710.2700 Materials Science
+0710.5617 Mesoscale and Nanoscale Physics
+0712.1254 Theory
+0712.3384 Representation Theory
+0801.1154
+0802.1708
+0802.4242 Number Theory
+0803.4027 Biological Physics
+0805.1323 Algebraic Geometry
+0805.2165
+0805.2218 Strongly Correlated Electrons
+0806.0313 Strongly Correlated Electrons
+0806.0515 Superconductivity
+0807.2138 Superconductivity
+0807.4014 Quantitative Methods
+0807.4040 Populations and Evolution
+0807.4096 Superconductivity
+0808.2336 Geometric Topology
+0809.0554
+0809.0571 Statistical Mechanics
+0809.2182 Algebraic Geometry
+0809.2776 Combinatorics
+0809.3575 Category Theory
+0809.3750 Probability
+0809.4273 Superconductivity
+0809.4285 Mesoscale and Nanoscale Physics
+0809.4286
+0809.4293 Phenomenology
+0809.4298 Theory
+0809.4305 Biological Physics
+0809.4310 Subcellular Processes
+0809.4313
+0809.4315 Phenomenology
+0809.4316 Information Theory
+0809.4319
+0809.4328 Rings and Algebras
+0809.4342 Networking and Internet Architecture
+0809.4343 Category Theory
+0809.4357 Algebraic Topology
+0809.4358
+0809.4363 Phenomenology
+0809.4364 Algebraic Topology
+0809.4367 Algebraic Topology
+0809.4371 Group Theory
+0809.4376
+0809.4377 Phenomenology
+0809.4380 Probability
+0809.4387 Probability
+0809.4389 Dynamical Systems
+0809.4392 Classical Physics
+0809.4393 Probability
+0809.4395 Distributed, Parallel, and Cluster Computing
+0809.4398 Data Structures and Algorithms
+0809.4403
+0809.4409 Strongly Correlated Electrons
+0809.4417
+0809.4420
+0809.4422
+0809.4427 Differential Geometry
+0809.4429 Functional Analysis
+0809.4435 Geometric Topology
+0809.4436 Dynamical Systems
+0809.4439 Operator Algebras
+0809.4443 Group Theory
+0809.4446 Geometric Topology
+0809.4448 Combinatorics
+0809.4450 Differential Geometry
+0809.4454 Pattern Formation and Solitons
+0809.4456
+0809.4462
+0809.4465 General Physics
+0809.4466
+cond-mat/0602236 Superconductivity
+cond-mat/0703236 Mesoscale and Nanoscale Physics
+cs/0608057 Computer Science and Game Theory
+math-ph/0511021
+math/0403097 Differential Geometry
+math/0412320 Metric Geometry
+math/0610531 Numerical Analysis
+math/0611668 Probability
+math/0612013 Differential Geometry
+math/0702340 Algebraic Geometry
+math/0702575 Differential Geometry
+math/0703026 Algebraic Geometry
+math/0703217 Algebraic Geometry
+physics/0103031 General Physics
+quant-ph/0502114
+0705.2601 Materials Science
+0706.1218 Differential Geometry
+0707.1133 Probability
+0711.4432
+0801.0403
+0801.1364 Information Theory
+0802.2763 Optics
+0804.2850 Optics
+0805.0676 Strongly Correlated Electrons
+0805.2606 Phenomenology
+0805.3771 Spectral Theory
+0805.4795
+0806.0209 Superconductivity
+0806.1252 Materials Science
+0806.2157
+0806.2185
+0806.4052 History and Overview
+0806.4840
+0807.1141 Group Theory
+0807.5120 Computational Engineering, Finance, and Science
+0809.0145 Strongly Correlated Electrons
+0809.1347 Symplectic Geometry
+0809.2937 Strongly Correlated Electrons
+0809.3093 Differential Geometry
+0809.3365 Information Theory
+0809.3726 Biological Physics
+0809.4644 Materials Science
+0809.4689 Pattern Formation and Solitons
+0809.4712
+0809.4722 Populations and Evolution
+0809.4723 Disordered Systems and Neural Networks
+0809.4734 Group Theory
+0809.4735 Group Theory
+0809.4743 Information Theory
+0809.4755 Quantitative Methods
+0809.4756
+0809.4757
+0809.4759
+0809.4761
+0809.4767 Atomic Physics
+0809.4779 Disordered Systems and Neural Networks
+0809.4780
+0809.4783 Classical Analysis and ODEs
+0809.4784 Artificial Intelligence
+0809.4785 Representation Theory
+0809.4788 Subcellular Processes
+0809.4790 Quantum Algebra
+0809.4794 Cryptography and Security
+0809.4797 Disordered Systems and Neural Networks
+0809.4802 Numerical Analysis
+0809.4804 Information Theory
+0809.4807 Information Theory
+0809.4810 Representation Theory
+0809.4812 Software Engineering
+0809.4817
+0809.4821 Discrete Mathematics
+0809.4826 Differential Geometry
+0809.4828
+0809.4829 Phenomenology
+0809.4830 Statistical Mechanics
+0809.4834 Information Retrieval
+0809.4840 Combinatorics
+0809.4843
+0809.4845 Exactly Solvable and Integrable Systems
+0809.4846 Applications
+0809.4856 Probability
+0809.4862 Dynamical Systems
+0809.4863 Materials Science
+0809.4866 Machine Learning
+0809.4868 Optics
+0809.4869 Materials Science
+0809.4877 Metric Geometry
+0809.4878 Rings and Algebras
+0809.4882 Data Structures and Algorithms
+0809.4898
+0809.4910 Phenomenology
+0809.4914 Statistics Theory
+0809.4916 Computers and Society
+0809.4917 Other Computer Science
+0809.4920 Other Computer Science
+0809.4924 Networking and Internet Architecture
+0809.4926 Algebraic Geometry
+0809.4929 Other Computer Science
+0809.4931 Dynamical Systems
+0809.4936 Probability
+0809.4937 Statistics Theory
+0809.4938 Methodology
+0809.4942
+0809.4945
+0809.4948 Mesoscale and Nanoscale Physics
+0809.4949
+0809.4958 Statistical Mechanics
+0809.4960 Phenomenology
+0809.4964 General Topology
+0809.4965 Dynamical Systems
+0809.4967 Other Condensed Matter
+0809.4968 Analysis of PDEs
+0809.4972 Mesoscale and Nanoscale Physics
+0809.4976
+0809.4979 Probability
+0809.4983
+0809.4985 Networking and Internet Architecture
+0809.4986 Networking and Internet Architecture
+0809.4987 Networking and Internet Architecture
+0809.4989 Networking and Internet Architecture
+0809.4992 Classical Physics
+0809.5000 Mesoscale and Nanoscale Physics
+0809.5003
+0809.5005 Computational Geometry
+0809.5009 Information Theory
+0809.5013 Strongly Correlated Electrons
+0809.5016 Networking and Internet Architecture
+0809.5018
+0809.5021 Classical Analysis and ODEs
+0809.5024 Optimization and Control
+0809.5027
+0809.5031 Number Theory
+0809.5036 Statistical Mechanics
+0809.5040
+alg-geom/9711009 Algebraic Geometry
+cs/0701197 Information Theory
+hep-lat/0605005 Lattice
+math/0411180 Dynamical Systems
+math/0702263 Analysis of PDEs
+math/0702440 Statistics Theory
+physics/0606124 Physics Education
+quant-ph/0605249
+quant-ph/0701148
+quant-ph/0702215
+0704.3404 Analysis of PDEs
+0705.0732 Number Theory
+0705.1969
+0706.1485 Statistics Theory
+0706.2094
+0707.3841 Classical Physics
+0707.4450
+0709.4533 Classical Analysis and ODEs
+0710.2223 Mesoscale and Nanoscale Physics
+0801.2827 Physics and Society
+0802.0143 Mesoscale and Nanoscale Physics
+0802.2490 Strongly Correlated Electrons
+0804.3683
+0804.4560 Applications
+0805.2346 Mesoscale and Nanoscale Physics
+0805.4770 Physics and Society
+0806.0148 Mesoscale and Nanoscale Physics
+0806.4592 Phenomenology
+0807.0254
+0807.2905 Atomic Physics
+0807.4058 Mesoscale and Nanoscale Physics
+0807.4840 Combinatorics
+0808.0924 Strongly Correlated Electrons
+0808.2970 Statistical Mechanics
+0808.3867
+0809.1289 Chaotic Dynamics
+0810.0542 Materials Science
+0810.1860
+0810.2571 Operator Algebras
+0810.3205 Representation Theory
+0810.3709 Number Theory
+0810.3996
+0810.4374 Theory
+0810.4618 General Physics
+0810.4631 Analysis of PDEs
+0810.5120
+0810.5124
+0810.5140 Analysis of PDEs
+0810.5141 Lattice
+0810.5143 Analysis of PDEs
+0810.5148 Optimization and Control
+0810.5150
+0810.5152 Quantum Algebra
+0810.5169 Number Theory
+0810.5173 Optics
+0810.5176 Number Theory
+0810.5177 Number Theory
+0810.5181 Number Theory
+0810.5189 Combinatorics
+0810.5193 Differential Geometry
+0810.5197 Theory
+0810.5198 Neurons and Cognition
+0810.5204 Statistics Theory
+0810.5206 Classical Analysis and ODEs
+0810.5209
+0810.5217 Logic
+0810.5219 Number Theory
+0810.5222 Molecular Networks
+0810.5223
+0810.5224 Optics
+0810.5228
+0810.5238 Phenomenology
+0810.5246 Analysis of PDEs
+0810.5252 Geometric Topology
+0810.5256 Complex Variables
+0810.5259 Analysis of PDEs
+0810.5261 Differential Geometry
+0810.5263 Data Structures and Algorithms
+0810.5264
+0810.5267 Plasma Physics
+0810.5269 Dynamical Systems
+0810.5273
+0810.5274 General Physics
+0810.5276 Statistics Theory
+0810.5280 Plasma Physics
+0810.5281 Phenomenology
+0810.5284 Geophysics
+0810.5285 Probability
+0810.5288 Statistics Theory
+0810.5289 Optics
+0810.5291 Physics and Society
+0810.5297 Geophysics
+0810.5299 Combinatorics
+0810.5303 Differential Geometry
+0810.5310 Number Theory
+0810.5312 Theory
+0810.5325 Computer Vision and Pattern Recognition
+astro-ph/0508355
+cond-mat/0702059 Statistical Mechanics
+gr-qc/0611033
+math-ph/0211004
+math/0411068 Symplectic Geometry
+0704.3089 Geometric Topology
+0705.0492 Mesoscale and Nanoscale Physics
+0705.0824 Atomic Physics
+0705.2578 K-Theory and Homology
+0706.2260 Mesoscale and Nanoscale Physics
+0707.3753
+0708.2821
+0708.4404 Probability
+0709.0977 Other Condensed Matter
+0709.3604 Statistical Mechanics
+0709.3810 Combinatorics
+0710.0106 Functional Analysis
+0710.4427 Probability
+0710.5601
+0711.1140 Combinatorics
+0712.2207 Algebraic Geometry
+0712.3230 Algebraic Geometry
+0802.4456 Materials Science
+0803.3419 Number Theory
+0805.0365 Mesoscale and Nanoscale Physics
+0805.3884 Materials Science
+0805.3980 Mesoscale and Nanoscale Physics
+0806.2633 Operator Algebras
+0806.2942 Materials Science
+0806.3785 Superconductivity
+0806.4776 Complex Variables
+0807.0740
+0807.1523 Discrete Mathematics
+0807.4969 Popular Physics
+0808.1771 Data Structures and Algorithms
+0808.2602 Hardware Architecture
+0808.2647 Strongly Correlated Electrons
+0808.2649 Fluid Dynamics
+0808.2656 Phenomenology
+0808.2659 Information Theory
+0808.2660 Populations and Evolution
+0808.2664 Numerical Analysis
+0808.2671
+0808.2672 Complex Variables
+0808.2677 Other Condensed Matter
+0808.2685
+0808.2688 Rings and Algebras
+0808.2692 Classical Analysis and ODEs
+0808.2694
+0808.2700 Statistics Theory
+0808.2703 Information Theory
+0808.2705 Functional Analysis
+0808.2713 Geometric Topology
+0808.2731 Probability
+0808.2733
+0808.2747 Probability
+0808.2748 Classical Analysis and ODEs
+0808.2750 Classical Analysis and ODEs
+0808.2751 Classical Analysis and ODEs
+0808.2755 Number Theory
+0808.2757 Chaotic Dynamics
+0808.2768 Materials Science
+0808.2773 General Physics
+0808.2774
+0808.2775
+0808.2778 Statistical Mechanics
+0808.2779 Probability
+0808.2780 Other Condensed Matter
+0808.2789 Group Theory
+0808.2793 Geophysics
+0808.2795 General Topology
+0808.2802 Optics
+0808.2804 General Physics
+0808.2805 Spectral Theory
+math/0212363 Operator Algebras
+math/0212368 Operator Algebras
+math/0406183 Probability
+math/0407357 Functional Analysis
+math/0501013 Functional Analysis
+math/0501139 Functional Analysis
+math/0611383 Representation Theory
+physics/0702019 General Physics
+0704.1445 Strongly Correlated Electrons
+0704.1921
+0704.2885 Probability
+0704.3677 Theory
+0705.4106 Materials Science
+0706.0699 Analysis of PDEs
+0707.1526
+0707.2358 Mesoscale and Nanoscale Physics
+0707.2520 General Physics
+0707.3324 Strongly Correlated Electrons
+0708.2790
+0708.2917 Disordered Systems and Neural Networks
+0709.0817 Superconductivity
+0709.0923 Data Analysis, Statistics and Probability
+0709.2395 Chaotic Dynamics
+0709.3104 Materials Science
+0710.3953 Experiment
+0710.4498 Strongly Correlated Electrons
+0710.5522 Commutative Algebra
+0711.1016 Logic in Computer Science
+0711.1462 Mesoscale and Nanoscale Physics
+0711.1625 Phenomenology
+0712.0126 Commutative Algebra
+0712.1573 Theory
+0801.0539 Strongly Correlated Electrons
+0801.0665 Combinatorics
+0801.0746
+0801.0750 General Physics
+0801.0758
+0801.0764
+0801.0766
+0801.0767 Differential Geometry
+0801.0768 Materials Science
+0801.0769 Materials Science
+0801.0770 Materials Science
+0801.0771 Materials Science
+0801.0772 Mesoscale and Nanoscale Physics
+0801.0773 Mesoscale and Nanoscale Physics
+0801.0774 Mesoscale and Nanoscale Physics
+0801.0775 Mesoscale and Nanoscale Physics
+0801.0777 Functional Analysis
+0801.0785 General Physics
+0801.0786 General Mathematics
+0801.0787 Soft Condensed Matter
+0801.0796 Populations and Evolution
+0801.0797 Populations and Evolution
+0801.0804 Phenomenology
+0801.0807 Spectral Theory
+0801.0809 Rings and Algebras
+0801.0811
+0801.0813 Logic in Computer Science
+0801.0817 General Physics
+0801.0818 Experiment
+0801.0823 Representation Theory
+0801.0824 General Physics
+0801.0825 Operator Algebras
+0801.0828
+0801.0829 Differential Geometry
+0801.0833 Combinatorics
+0801.0838 Superconductivity
+0801.0842 Chaotic Dynamics
+0801.0843 Dynamical Systems
+0801.0847 Populations and Evolution
+0801.0848 Applications
+0801.0849 Populations and Evolution
+0801.0852 Strongly Correlated Electrons
+0801.0855
+0801.0857 Information Theory
+0801.0859
+0801.0865 General Physics
+0801.0867 General Mathematics
+0801.0868 Chemical Physics
+0801.0869 Materials Science
+0801.0879
+0801.0880 Mesoscale and Nanoscale Physics
+0801.0884 Number Theory
+0801.0890 General Physics
+0801.0894 General Physics
+0801.0897 History and Overview
+0801.0899 General Physics
+0801.0904 Algebraic Topology
+0801.0911 Strongly Correlated Electrons
+0801.0916 Number Theory
+0801.0919 Number Theory
+0801.0921 Number Theory
+0801.0922 Methodology
+0801.0935 Theory
+0801.0936
+0801.0945 Materials Science
+0801.0949 Logic in Computer Science
+0801.0957
+0801.0958 Phenomenology
+0801.0970 Statistics Theory
+0801.0972 Number Theory
+0801.0973 Lattice
+0801.0986 Materials Science
+0801.0988 Theory
+0801.0991
+0801.0996 Numerical Analysis
+0801.0997 General Physics
+0801.0999 General Physics
+0801.1001 General Physics
+0801.1003 General Physics
+0801.1004 General Physics
+0801.1006 General Physics
+0801.1007 General Physics
+0801.1009 General Physics
+0801.1010 Physics and Society
+0801.1013 Atmospheric and Oceanic Physics
+0801.1022 Quantitative Methods
+0801.1024 Experiment
+0801.1027 Dynamical Systems
+0801.1029 General Physics
+0801.1030 General Physics
+0801.1033 Human-Computer Interaction
+0801.1037 General Physics
+0801.1038 General Physics
+0801.1040 General Physics
+0801.1041 General Physics
+0801.1043 General Physics
+0801.1044 General Physics
+0801.1045 General Physics
+0801.1046 General Physics
+0801.1047 General Physics
+0801.1049 General Physics
+0801.1050 Probability
+0801.1054 Number Theory
+0801.1056 General Physics
+0801.1057
+0801.1058 General Physics
+0801.1063 Information Retrieval
+0801.1066 History and Overview
+0801.1079 Probability
+0801.1083 Analysis of PDEs
+0801.1087 Analysis of PDEs
+0801.1093 Differential Geometry
+0801.1099
+cond-mat/0512121 Other Condensed Matter
+cond-mat/0602442 Materials Science
+cond-mat/0609188 Soft Condensed Matter
+cond-mat/0609495 Strongly Correlated Electrons
+cond-mat/0703401 Statistical Mechanics
+math/0407135 Metric Geometry
+math/0509024 Group Theory
+math/0603274 Probability
+math/0612196 Dynamical Systems
+math/0701348 Number Theory
+physics/0611261 Data Analysis, Statistics and Probability
+quant-ph/0310155
+0707.2603 Dynamical Systems
+0710.5813
+0711.2057 Functional Analysis
+0803.1461 Chemical Physics
+0806.1894 Applications
+0807.3469 Statistics Theory
+0807.4314 General Physics
+0808.3759 Soft Condensed Matter
+0811.3081 Statistical Mechanics
+cond-mat/0308181 Disordered Systems and Neural Networks
+cond-mat/0412107 Disordered Systems and Neural Networks
+cond-mat/9801309 Statistical Mechanics
+math/0407134 Probability
+math/0503481 Probability
+math/0601379 Probability
+math/0605180 Analysis of PDEs
+math/0609110 Combinatorics
+math/9409219 Combinatorics
+math/9901100 Dynamical Systems
+0807.2477 Algebraic Geometry
+0807.2758
+0808.2447 Representation Theory
+0808.2848 Phenomenology
+0808.3734 Disordered Systems and Neural Networks
+0809.0100 Phenomenology
+0809.4836 Strongly Correlated Electrons
+0810.2354 Functional Analysis
+0810.4197 Strongly Correlated Electrons
+0811.0544 Dynamical Systems
+0811.4592
+0812.0484 Strongly Correlated Electrons
+0812.4002 Probability
+cs/0703033 Information Retrieval
+math/0601105 Geometric Topology
+0705.4312 Probability
+0707.0820 Strongly Correlated Electrons
+0707.3112 Materials Science
+0707.3776 Strongly Correlated Electrons
+0709.1516 Statistics Theory
+0709.1919 Probability
+0709.2853 Superconductivity
+0710.4302 Mesoscale and Nanoscale Physics
+0711.1819 Combinatorics
+0712.0401
+0712.0574 Probability
+0712.3329 Artificial Intelligence
+0712.3825 Artificial Intelligence
+0801.1858
+0801.1891 Strongly Correlated Electrons
+0801.2934 Statistics Theory
+0801.3354 Operator Algebras
+0801.4837 Statistics Theory
+0802.0785 Cellular Automata and Lattice Gases
+0802.2793 Commutative Algebra
+0803.2285 Cryptography and Security
+0803.2925 Neural and Evolutionary Computing
+0803.3236 Superconductivity
+0804.2343 Discrete Mathematics
+0804.3201 Soft Condensed Matter
+0804.4445 Optics
+0805.3245 Theory
+0806.0119 Probability
+0806.0890 Phenomenology
+0806.2019
+0806.3970
+0806.3975
+0806.3976 Theory
+0806.3980 Cell Behavior
+0806.3982
+0806.3990 Number Theory
+0806.3994 Experiment
+0806.3997
+0806.4000 Phenomenology
+0806.4004 Differential Geometry
+0806.4011 Superconductivity
+0806.4013 Strongly Correlated Electrons
+0806.4020 Robotics
+0806.4021 Robotics
+0806.4022 Statistical Mechanics
+0806.4023
+0806.4024 Logic
+0806.4031 Representation Theory
+0806.4039 Theory
+0806.4043 Differential Geometry
+0806.4046
+0806.4057 Number Theory
+0806.4060 Other Condensed Matter
+0806.4064 Group Theory
+0806.4069 General Physics
+0806.4070 Accelerator Physics
+0806.4071
+0806.4078 Superconductivity
+0806.4083 Analysis of PDEs
+0806.4091 General Physics
+0806.4093 Rings and Algebras
+0806.4096 History and Overview
+0806.4111 Algebraic Topology
+0806.4113 Algebraic Topology
+0806.4119
+0806.4123 Optics
+0806.4126 Phenomenology
+0806.4133 Optimization and Control
+0806.4134 Superconductivity
+0806.4138 Materials Science
+0806.4139 Analysis of PDEs
+0806.4143 Operator Algebras
+0806.4148 Analysis of PDEs
+0806.4154 Cell Behavior
+0806.4155 Classical Analysis and ODEs
+0806.4156 Rings and Algebras
+0806.4157 Statistical Mechanics
+0806.4158
+0806.4161 Neurons and Cognition
+0806.4164 Adaptation and Self-Organizing Systems
+0806.4169 Chemical Physics
+0806.4178 Representation Theory
+0806.4179 Differential Geometry
+cs/0206006 Artificial Intelligence
+cs/0503026 Learning
+cs/0606077 Learning
+math/0405503 Number Theory
+math/0409484 Number Theory
+math/0411446 Number Theory
+math/0510154 Number Theory
+math/0602546 Number Theory
+math/0608165 Probability
+math/0610631 Number Theory
+quant-ph/0506153
+quant-ph/0611063
+0705.0797 Statistical Mechanics
+0705.1576 Number Theory
+0708.1777 Chemical Physics
+0711.3491
+0711.3779
+0712.1862 Chemical Physics
+0801.0146 Probability
+0801.4914
+0803.2054 Superconductivity
+0803.3530 Mesoscale and Nanoscale Physics
+0804.0018 Chemical Physics
+cs/0308009 Computational Engineering, Finance, and Science
+math/0404364 Algebraic Geometry
+math/0603072 Number Theory
+quant-ph/0605167
+0704.3957 General Physics
+0706.0389 Differential Geometry
+0709.2639 Statistical Mechanics
+0709.3617 Strongly Correlated Electrons
+0709.4629 Superconductivity
+0710.2129 Theory
+0710.3778 Mesoscale and Nanoscale Physics
+0711.0199 Soft Condensed Matter
+0711.1092
+0712.1042 Strongly Correlated Electrons
+0801.0101 Superconductivity
+0801.0698 Mesoscale and Nanoscale Physics
+0801.3094 Probability
+0801.3105 Algebraic Geometry
+0801.3701 Theory
+0802.3405 Strongly Correlated Electrons
+0803.2923 Chemical Physics
+0803.3445 Fluid Dynamics
+0804.0213
+0804.0887 Superconductivity
+0804.3012 Probability
+0804.4220
+0804.4404 Differential Geometry
+0805.1195
+0805.2951 Strongly Correlated Electrons
+0805.3256 Logic in Computer Science
+0805.3312 Experiment
+0805.3631 General Mathematics
+0805.4413 Chemical Physics
+0805.4418 Geometric Topology
+0805.4422 Geometric Topology
+0805.4423 Geometric Topology
+0805.4429 Superconductivity
+0805.4431 Algebraic Geometry
+0805.4433 Computational Physics
+0805.4435
+0805.4436 Algebraic Geometry
+0805.4439 Spectral Theory
+0805.4442 Combinatorics
+0805.4469 Numerical Analysis
+0805.4471 Information Theory
+0805.4473 Algebraic Geometry
+0805.4481 Theory
+0805.4483 K-Theory and Homology
+0805.4487
+0805.4488
+0805.4494 Classical Physics
+0805.4496 Optics
+0805.4497 Optics
+0805.4502 Information Theory
+0805.4506 Differential Geometry
+0805.4507 Disordered Systems and Neural Networks
+0805.4508 Information Retrieval
+0805.4510 Other Condensed Matter
+0805.4513 Algebraic Geometry
+0805.4521 Computation and Language
+0805.4527
+0805.4547 Number Theory
+0805.4550 Analysis of PDEs
+0805.4551 Analysis of PDEs
+0805.4554
+0805.4558 Data Analysis, Statistics and Probability
+0805.4559 Algebraic Geometry
+0805.4568
+0805.4576 Algebraic Geometry
+0805.4578 Algebraic Geometry
+0805.4588 Algebraic Geometry
+0805.4592 Analysis of PDEs
+0805.4596 History and Overview
+0805.4597 Functional Analysis
+0805.4600 Computational Physics
+0805.4602 Mesoscale and Nanoscale Physics
+0805.4604 Functional Analysis
+0805.4609 Functional Analysis
+0805.4612 Theory
+cond-mat/0512604 Soft Condensed Matter
+math/0601317 Representation Theory
+math/0603615 Differential Geometry
+math/0604247 Differential Geometry
+math/0606284 Group Theory
+math/0610316 Algebraic Geometry
+math/0612724 Combinatorics
+math/0701859 Representation Theory
+physics/0702199 Fluid Dynamics
+physics/0702208 Fluid Dynamics
+0706.1192 Optimization and Control
+0709.4615 Soft Condensed Matter
+0710.5222 Analysis of PDEs
+0711.4524 Superconductivity
+0712.1604 Algebraic Geometry
+0802.1850
+0803.2821 Number Theory
+0804.1124 Analysis of PDEs
+0805.4312 Soft Condensed Matter
+0807.2347
+0808.1093 Strongly Correlated Electrons
+0809.4974
+0810.1556
+0810.2580 Phenomenology
+0810.5330 Combinatorics
+0811.0475 Cryptography and Security
+cond-mat/0701536 Mesoscale and Nanoscale Physics
+math/0605368 Analysis of PDEs
+0704.2037
+0706.1531 Soft Condensed Matter
+0706.3218 Group Theory
+0709.0227
+0712.2036 Soft Condensed Matter
+0801.3783 Mesoscale and Nanoscale Physics
+0801.4543 Populations and Evolution
+0802.4172
+0803.2014
+0803.2411
+0803.3325 Superconductivity
+0803.3535 Strongly Correlated Electrons
+0804.2462 Mesoscale and Nanoscale Physics
+0804.3800 Strongly Correlated Electrons
+0805.0255 Strongly Correlated Electrons
+0805.1062 Superconductivity
+0806.0288 Materials Science
+0806.2013 Theory
+0806.2654 Superconductivity
+0806.3346 Superconductivity
+0806.3737 Materials Science
+0806.4585 Phenomenology
+0807.1235
+0807.1577 Materials Science
+0808.0974 Superconductivity
+0808.1473
+0808.2070 Materials Science
+0808.2708 Theory
+0808.2855 Statistical Mechanics
+0808.3123 Strongly Correlated Electrons
+0808.3145 Information Theory
+0808.3147 Differential Geometry
+0808.3155 Probability
+0808.3157 Phenomenology
+0808.3161
+0808.3165 Materials Science
+0808.3166 Cryptography and Security
+0808.3171 Mesoscale and Nanoscale Physics
+0808.3172 General Physics
+0808.3175 Phenomenology
+0808.3192 Probability
+0808.3197 Data Structures and Algorithms
+0808.3206 Combinatorics
+0808.3207
+0808.3208 Dynamical Systems
+0808.3209 Algebraic Geometry
+0808.3210 Algebraic Geometry
+0808.3214 Information Theory
+0808.3216
+0808.3225 Number Theory
+0808.3228
+0808.3229 Disordered Systems and Neural Networks
+0808.3235 Algebraic Geometry
+0808.3238 Metric Geometry
+0808.3241 Classical Analysis and ODEs
+0808.3246
+0808.3247 Functional Analysis
+0808.3248 Functional Analysis
+0808.3249 Metric Geometry
+0808.3252
+0808.3253 Algebraic Geometry
+0808.3258 Commutative Algebra
+0808.3260 Algebraic Geometry
+0808.3261 Mesoscale and Nanoscale Physics
+0808.3262 Rings and Algebras
+0808.3266 Number Theory
+0808.3270
+0808.3271 Statistical Mechanics
+0808.3272 Statistical Mechanics
+0808.3273 Statistical Mechanics
+0808.3274 Phenomenology
+0808.3275 Soft Condensed Matter
+0808.3282
+0808.3286 Algebraic Geometry
+0808.3288 Statistical Mechanics
+0808.3291 Functional Analysis
+0808.3292 Software Engineering
+0808.3301 Probability
+0808.3304 Complex Variables
+0808.3309 Materials Science
+0808.3313 Experiment
+0808.3316
+0808.3322
+0808.3331 Data Structures and Algorithms
+0808.3333 Combinatorics
+0808.3336
+0808.3338
+0808.3346 Chemical Physics
+0808.3347 Experiment
+0808.3351 Algebraic Geometry
+0808.3355 Soft Condensed Matter
+0808.3362
+0808.3367 Experiment
+0808.3374
+0808.3383
+0808.3385
+0808.3389 Number Theory
+0808.3390 Phenomenology
+0808.3396 Materials Science
+cond-mat/9810370 Superconductivity
+math/0202292 Quantum Algebra
+math/0212066 Number Theory
+math/0406293 Classical Analysis and ODEs
+math/0603259 Algebraic Geometry
+nlin/0505003 Exactly Solvable and Integrable Systems
+nlin/0702017 Exactly Solvable and Integrable Systems
+physics/0610030 Space Physics
+0706.4161 Computational Geometry
+0707.0194 Statistical Mechanics
+0709.3251
+0711.2836 Geometric Topology
+0711.3338 Information Theory
+0711.3644 Statistical Mechanics
+0801.0782 Superconductivity
+0801.1814
+0803.1101 Mesoscale and Nanoscale Physics
+0804.0922 Quantum Algebra
+0804.2026 Physics and Society
+cond-mat/0608303 Mesoscale and Nanoscale Physics
+cond-mat/0701425 Mesoscale and Nanoscale Physics
+math/0302346 Algebraic Topology
+math/0609081 Differential Geometry
+0709.2183 Statistical Mechanics
+0710.4945 Commutative Algebra
+0712.4310
+0802.1912 General Mathematics
+0804.1889 Probability
+0804.4050
+0804.4778 Differential Geometry
+0804.4842 Commutative Algebra
+0805.2037
+0806.3687 Quantum Algebra
+0806.4682
+0807.1837 Strongly Correlated Electrons
+0807.2706 Superconductivity
+0808.0429 Phenomenology
+0808.0578 Superconductivity
+0808.0659 Other Condensed Matter
+0808.1257 Mesoscale and Nanoscale Physics
+0809.0818 Superconductivity
+0809.1730 Disordered Systems and Neural Networks
+0809.2398 Exactly Solvable and Integrable Systems
+0809.2753 Materials Science
+0809.3362 Disordered Systems and Neural Networks
+0809.3611
+0809.5175 Theory
+0810.0581 Algebraic Topology
+0810.2889 Soft Condensed Matter
+0810.3544 Statistical Mechanics
+0810.4327 Probability
+0811.1132
+0811.2143 Phenomenology
+0811.2237
+0811.2792 Superconductivity
+0811.2805
+0811.2808 General Topology
+0811.2817 Soft Condensed Matter
+0811.2818 Materials Science
+0811.2824 Soft Condensed Matter
+0811.2826
+0811.2829 Differential Geometry
+0811.2835 Operator Algebras
+0811.2840
+0811.2842
+0811.2843 Computation
+0811.2844 Statistics Theory
+0811.2850 Information Theory
+0811.2853 Data Structures and Algorithms
+0811.2854 Functional Analysis
+0811.2861 Other Condensed Matter
+0811.2866 Instrumentation and Detectors
+0811.2868 Multimedia
+0811.2876
+0811.2885 Instrumentation and Detectors
+0811.2886 Instrumentation and Detectors
+0811.2889 Dynamical Systems
+0811.2892 Probability
+0811.2895 Algebraic Geometry
+0811.2904 Databases
+0811.2907
+0811.2910
+0811.2915 Differential Geometry
+0811.2921 Experiment
+0811.2924
+0811.2926
+0811.2931
+0811.2938
+0811.2945 Strongly Correlated Electrons
+0811.2952
+0811.2958 Functional Analysis
+0811.2959
+0811.2961 Theory
+0811.2981 Combinatorics
+0811.2984 Numerical Analysis
+0811.2985 Classical Physics
+0811.2986
+0811.2992
+0811.2994 Materials Science
+cond-mat/0010189 Superconductivity
+cond-mat/0203614 Superconductivity
+cond-mat/0212274 Superconductivity
+cond-mat/0307211 Superconductivity
+cond-mat/0309446 Soft Condensed Matter
+cond-mat/0405294 Soft Condensed Matter
+cond-mat/0503322 Strongly Correlated Electrons
+cond-mat/0702523 Superconductivity
+cond-mat/0703627 Strongly Correlated Electrons
+cond-mat/9907005 Superconductivity
+cond-mat/9910003 Superconductivity
+math-ph/0611069
+math/0102015 Differential Geometry
+math/0406185 Differential Geometry
+math/0406212 Differential Geometry
+math/0407490 Differential Geometry
+math/0411189 Differential Geometry
+math/0510493 Differential Geometry
+math/0602512 Differential Geometry
+math/0603532 Differential Geometry
+math/0611707 Differential Geometry
+quant-ph/0612221
+0704.3795 Chaotic Dynamics
+0707.2513 Materials Science
+0708.2269 Dynamical Systems
+0709.1316 Operator Algebras
+0709.3715 Algebraic Topology
+0709.4118 Logic in Computer Science
+0712.4321
+0801.2656 Chaotic Dynamics
+0802.0384 Materials Science
+0802.0827 Operator Algebras
+0802.1451 Materials Science
+0804.0207 Chemical Physics
+0804.3961 Theory
+0807.2494 Data Analysis, Statistics and Probability
+0808.1305
+0809.2155
+0809.4059 Neurons and Cognition
+0809.4118
+0810.3383 Optics
+0810.3968 Mesoscale and Nanoscale Physics
+0810.4181 Theory
+0811.1076 Medical Physics
+0811.1693 Information Theory
+0811.4078 Experiment
+0811.4506 Representation Theory
+0812.0253 Materials Science
+0812.0540 Number Theory
+0812.0598 Computer Science and Game Theory
+0812.0806
+0812.0808
+0812.0816
+0812.0820 Probability
+0812.0823 Commutative Algebra
+0812.0827 Differential Geometry
+0812.0832 Materials Science
+0812.0834 Probability
+0812.0835
+0812.0837 Statistics Theory
+0812.0838 Statistics Theory
+0812.0861 Combinatorics
+0812.0870 Combinatorics
+0812.0872 Combinatorics
+0812.0873 Quantitative Methods
+0812.0874 Human-Computer Interaction
+0812.0879 Soft Condensed Matter
+0812.0882 Neural and Evolutionary Computing
+0812.0890 Exactly Solvable and Integrable Systems
+0812.0896 Probability
+0812.0899 Dynamical Systems
+0812.0900 Phenomenology
+0812.0902 Spectral Theory
+0812.0904 Performance
+0812.0908 Soft Condensed Matter
+0812.0918 Materials Science
+0812.0920 Chaotic Dynamics
+0812.0921
+0812.0927 Analysis of PDEs
+0812.0930 General Mathematics
+0812.0932 General Physics
+0812.0933 Learning
+0812.0936 Quantitative Methods
+0812.0940 Quantitative Methods
+0812.0950 Theory
+0812.0952 Soft Condensed Matter
+0812.0966 Disordered Systems and Neural Networks
+0812.0970 Algebraic Geometry
+0812.0971
+0812.0982 Analysis of PDEs
+0812.0983 Statistical Mechanics
+0812.0990
+0812.0997 Optimization and Control
+0812.0999
+0812.1004 General Physics
+0812.1006
+0812.1011 Numerical Analysis
+0812.1014 Artificial Intelligence
+0812.1015 Theory
+0812.1016 Probability
+math-ph/0602006
+math/0003065 Algebraic Topology
+math/0305381 Differential Geometry
+math/0407022 Algebraic Topology
+math/0610599 Differential Geometry
+math/0701227 Analysis of PDEs
+math/0702662 Analysis of PDEs
+math/9811037 Algebraic Topology
+quant-ph/0607032
+quant-ph/0611011
+0710.3627 Geometric Topology
+0802.2820
+0804.2732 Strongly Correlated Electrons
+0805.4511 Phenomenology
+0806.1707
+0807.3529 Analysis of PDEs
+0808.0290
+0808.3281 Information Theory
+0809.0250 Statistical Finance
+0809.4758 Other Condensed Matter
+0809.4865 Superconductivity
+cond-mat/0703459 Statistical Mechanics
+cs/0412099 Cryptography and Security
+cs/0508059 Cryptography and Security
+math-ph/0510074
+quant-ph/0602229
+quant-ph/0701085
+0704.1702 Algebraic Geometry
+0704.2206 Logic
+0706.0234 Number Theory
+0707.1131 Mesoscale and Nanoscale Physics
+0707.2260
+0707.4408 Differential Geometry
+0708.0371
+0708.1681 Materials Science
+0710.5797 Statistics Theory
+0711.3752 Soft Condensed Matter
+0801.2343 Disordered Systems and Neural Networks
+0801.4510
+0802.0713 Strongly Correlated Electrons
+0803.0710 Mesoscale and Nanoscale Physics
+0803.2458 Materials Science
+0803.2688 Soft Condensed Matter
+0804.1379 Probability
+0804.4638 General Physics
+0805.2869 Functional Analysis
+0805.3398
+0806.0681 Commutative Algebra
+0806.3577 Fluid Dynamics
+0806.3616
+0806.4185 Theory
+0806.4196 Logic
+0806.4198 Strongly Correlated Electrons
+0806.4199 Chaotic Dynamics
+0806.4202 History and Philosophy of Physics
+0806.4203 Functional Analysis
+0806.4204 Functional Analysis
+0806.4205
+0806.4206 Functional Analysis
+0806.4208 Combinatorics
+0806.4210 Learning
+0806.4213 Combinatorics
+0806.4220 Logic
+0806.4221 Distributed, Parallel, and Cluster Computing
+0806.4223 Superconductivity
+0806.4224 Statistical Mechanics
+0806.4225 Soft Condensed Matter
+0806.4241 Superconductivity
+0806.4243
+0806.4247 Differential Geometry
+0806.4250 Phenomenology
+0806.4259 Operator Algebras
+0806.4260
+0806.4265 Theory
+0806.4268 Physics and Society
+0806.4271 Algebraic Geometry
+0806.4278 Optimization and Control
+0806.4282
+0806.4284 Dynamical Systems
+0806.4286 Numerical Analysis
+0806.4287 Optics
+0806.4288 Physics and Society
+0806.4293 Multimedia
+0806.4294 Statistics Theory
+0806.4308 Quantum Algebra
+0806.4310 Other Condensed Matter
+0806.4311 Superconductivity
+0806.4313 Differential Geometry
+0806.4315
+0806.4318 Combinatorics
+0806.4325 Other Condensed Matter
+0806.4330 Number Theory
+0806.4334
+0806.4341 Artificial Intelligence
+0806.4343 Mesoscale and Nanoscale Physics
+0806.4352 Analysis of PDEs
+0806.4360 Differential Geometry
+0806.4363
+0806.4375 Combinatorics
+hep-th/0605216 Theory
+math/0609711 K-Theory and Homology
+quant-ph/0604027
+0704.3184
+0706.3723 Logic in Computer Science
+0708.0724 Strongly Correlated Electrons
+0709.0345 Differential Geometry
+0709.1956
+0709.2049 Materials Science
+0709.2327 Materials Science
+0709.2653 Other Condensed Matter
+0710.3901 Discrete Mathematics
+0711.0614 Differential Geometry
+0712.1565 Materials Science
+0712.3790 Pattern Formation and Solitons
+0712.3793 Classical Physics
+0801.1846 Populations and Evolution
+0801.2940
+0801.3060 Strongly Correlated Electrons
+0801.3579 Phenomenology
+0801.4166 Strongly Correlated Electrons
+0802.2434 Statistical Mechanics
+0802.3639 Plasma Physics
+0803.2139 Geometric Topology
+0803.2556
+0803.2710
+0803.2713 Superconductivity
+0803.2723
+0803.2726 Phenomenology
+0803.2731 Materials Science
+0803.2732 Subcellular Processes
+0803.2734 Symplectic Geometry
+0803.2761 Materials Science
+0803.2762 General Physics
+0803.2769 Algebraic Geometry
+0803.2781 K-Theory and Homology
+0803.2783 Statistical Mechanics
+0803.2784 Analysis of PDEs
+0803.2790
+0803.2795 Number Theory
+0803.2803 Combinatorics
+0803.2806 Spectral Theory
+0803.2820
+0803.2827 Information Theory
+0803.2830 Probability
+0803.2833
+0803.2834 Combinatorics
+0803.2846 Phenomenology
+0803.2868 Mesoscale and Nanoscale Physics
+astro-ph/0505092
+cond-mat/0506053 Disordered Systems and Neural Networks
+cond-mat/0702136 Statistical Mechanics
+cond-mat/0703740 Strongly Correlated Electrons
+math-ph/0608026
+math/0501318 Algebraic Geometry
+math/0610912 Algebraic Topology
+0706.0169 Complex Variables
+0707.4197 Commutative Algebra
+0708.3519
+0712.2774 Plasma Physics
+0801.2670 Mesoscale and Nanoscale Physics
+0801.4267 Functional Analysis
+0802.1930 Mesoscale and Nanoscale Physics
+0802.3835 Geometric Topology
+0802.4174 Mesoscale and Nanoscale Physics
+0803.0903 Statistical Mechanics
+0803.1578 Mesoscale and Nanoscale Physics
+0803.2572 Superconductivity
+0803.3664 Computational Physics
+0804.0859 Soft Condensed Matter
+0804.1312 Statistical Mechanics
+0804.1893 Multiagent Systems
+0805.1812
+0805.3336
+0805.3956 Strongly Correlated Electrons
+0805.4584 Superconductivity
+0806.0706 General Physics
+0806.1794 Optics
+0806.2175
+0807.2786 Algebraic Geometry
+0807.2837
+0807.4301 Optics
+0808.0946 Combinatorics
+0808.1046 Differential Geometry
+0808.2200 Dynamical Systems
+0808.2215 Phenomenology
+0808.2216 Phenomenology
+0808.2217 Theory
+0808.2222 Data Structures and Algorithms
+0808.2225
+0808.2227 Computer Vision and Pattern Recognition
+0808.2230 Number Theory
+0808.2232 Quantitative Methods
+0808.2241 Machine Learning
+0808.2242 General Physics
+0808.2246 Digital Libraries
+0808.2252 Statistical Mechanics
+0808.2256 Group Theory
+0808.2262 Mesoscale and Nanoscale Physics
+0808.2263 Theory
+0808.2268 Probability
+0808.2271
+0808.2272
+0808.2274 Differential Geometry
+0808.2275 Operator Algebras
+0808.2276 Theory
+0808.2279 Differential Geometry
+0808.2286 Statistical Mechanics
+0808.2293 Superconductivity
+0808.2296 Other Computer Science
+0808.2297 Commutative Algebra
+0808.2299
+0808.2300
+0808.2301 Theory
+0808.2302 Materials Science
+0808.2304 Group Theory
+0808.2311 Rings and Algebras
+0808.2312 Soft Condensed Matter
+0808.2314 Information Theory
+0808.2316 Optimization and Control
+0808.2319 Probability
+0808.2321 Complex Variables
+0808.2322 Neurons and Cognition
+0808.2325 Networking and Internet Architecture
+0808.2328 Strongly Correlated Electrons
+0808.2334 Dynamical Systems
+0808.2361
+0808.2363 Differential Geometry
+0808.2366 Functional Analysis
+0808.2374 Phenomenology
+0808.2390 Functional Analysis
+0808.2393 Applications
+0808.2395 Number Theory
+0808.2401 Biological Physics
+0808.2406
+0808.2407
+0808.2409
+0808.2411 Quantum Algebra
+0808.2416 Materials Science
+0808.2421 Superconductivity
+0808.2423 Quantum Algebra
+0808.2424 Probability
+0808.2426 Plasma Physics
+0808.2431 Computers and Society
+0808.2433 Analysis of PDEs
+0808.2443 Other Condensed Matter
+0808.2457 Functional Analysis
+0808.2463 Geometric Topology
+gr-qc/0408056
+math/0512132 Number Theory
+math/0606059 Number Theory
+math/0609260 Representation Theory
+math/0703295 Operator Algebras
+0704.1101 Combinatorics
+0707.0121
+0709.0260
+0710.1879 Information Theory
+0712.1712 Algebraic Geometry
+0712.3261 Complex Variables
+0712.3413 Analysis of PDEs
+0801.4093
+0801.4765 Mesoscale and Nanoscale Physics
+0802.1657 Materials Science
+0802.2588
+0802.3207 Fluid Dynamics
+0802.3394 Strongly Correlated Electrons
+0803.3386 Disordered Systems and Neural Networks
+0803.3906
+0804.4722
+0805.0553 Other Condensed Matter
+0805.0812 Differential Geometry
+0805.2406 Statistical Mechanics
+0805.3106 Experiment
+0805.3210
+0806.0769 Phenomenology
+0806.4090
+0807.2561 Strongly Correlated Electrons
+0807.3252
+0807.4791 Materials Science
+0807.5024 Materials Science
+0808.1718
+0808.1956 Superconductivity
+0808.2008 Geometric Topology
+0808.2491
+0808.3820
+0810.0148
+0810.1088 Symplectic Geometry
+0810.1130 Combinatorics
+0810.3017
+0810.3316 Atomic Physics
+0810.3348 Instrumentation and Detectors
+0810.3349 Experiment
+0810.3350 Experiment
+0810.3758 Experiment
+0810.3864 Combinatorics
+0810.3926 Group Theory
+0810.3927
+0810.3929
+0810.3932 Statistical Mechanics
+0810.3935 Networking and Internet Architecture
+0810.3937 Experiment
+0810.3940 Algebraic Geometry
+0810.3943
+0810.3951
+0810.3955 Computational Physics
+0810.3958
+0810.3960
+0810.3961 Phenomenology
+0810.3963 Statistical Mechanics
+0810.3967 Differential Geometry
+0810.3969 Commutative Algebra
+0810.3975 Physics and Society
+0810.3977 Optimization and Control
+0810.3978 Statistics Theory
+0810.3981 Representation Theory
+0810.3983 Adaptation and Self-Organizing Systems
+0810.3985 Statistics Theory
+0810.3986
+0810.3989 Optics
+0810.3990 Biological Physics
+0810.3993 Atomic Physics
+0810.3995 Statistics Theory
+0810.4002 Data Structures and Algorithms
+0810.4005
+0810.4009 Differential Geometry
+0810.4012 Statistics Theory
+0810.4017 Number Theory
+0810.4021 Fluid Dynamics
+0810.4026
+0810.4028 Commutative Algebra
+0810.4034
+0810.4035 Plasma Physics
+0810.4039 Classical Analysis and ODEs
+0810.4040 Algebraic Geometry
+0810.4044 Geometric Topology
+0810.4060 Group Theory
+0810.4061 Discrete Mathematics
+0810.4066
+0810.4067 Experiment
+0810.4072 Analysis of PDEs
+0810.4079 Algebraic Geometry
+0810.4084 Experiment
+0810.4090 General Physics
+0810.4096 Materials Science
+0810.4098 Chaotic Dynamics
+0810.4101 Numerical Analysis
+0810.4102
+0810.4117 Functional Analysis
+0810.4120 Combinatorics
+0810.4121 Phenomenology
+0810.4123 Analysis of PDEs
+0810.4127 Theory
+0810.4129 Algebraic Geometry
+0810.4132 Phenomenology
+0810.4133 Instrumentation and Detectors
+0810.4137 Symplectic Geometry
+0810.4139 Soft Condensed Matter
+cond-mat/0608591 Materials Science
+math/0505628 Commutative Algebra
+math/0606381 Geometric Topology
+math/0701602 Analysis of PDEs
+math/0702317 Probability
+math/0703744 Group Theory
+0705.2645 Materials Science
+0705.3179 Mesoscale and Nanoscale Physics
+0705.4283
+0706.1405 Combinatorics
+0706.2411 Superconductivity
+0706.4012 Phenomenology
+0708.0524 Superconductivity
+0708.2567
+0708.3184 Theory
+0709.0692 Strongly Correlated Electrons
+0709.1323 Materials Science
+0709.2566 Materials Science
+0709.3212 Atomic Physics
+0709.3736 Analysis of PDEs
+0710.2240 Atomic Physics
+0710.5133 Combinatorics
+0710.5304 Mesoscale and Nanoscale Physics
+0710.5903
+0711.0405 Mesoscale and Nanoscale Physics
+0711.2003 Plasma Physics
+0712.2906
+0712.3028
+0712.3704 Number Theory
+0712.3868
+0712.4162 Phenomenology
+0801.0350 Logic
+0801.0351 Logic
+0801.0380 Physics and Society
+0801.0597 Information Theory
+0801.0599
+0801.0604 Strongly Correlated Electrons
+0801.0614 Strongly Correlated Electrons
+0801.0615 Strongly Correlated Electrons
+0801.0621 Rings and Algebras
+0801.0622 Differential Geometry
+0801.0625 Multimedia
+0801.0632 Geophysics
+0801.0643
+0801.0651 Representation Theory
+0801.0652 Rings and Algebras
+0801.0654 Tissues and Organs
+0801.0659 Group Theory
+0801.0660
+0801.0662 Statistical Mechanics
+0801.0675 Phenomenology
+0801.0676 Statistical Mechanics
+0801.0677 Logic in Computer Science
+0801.0678 Robotics
+0801.0679 Combinatorics
+0801.0681 Classical Physics
+0801.0685 Commutative Algebra
+0801.0686 Chaotic Dynamics
+0801.0687 Spectral Theory
+0801.0690
+0801.0692 Complex Variables
+0801.0694 General Physics
+0801.0695 Probability
+0801.0696
+0801.0700
+0801.0709 Representation Theory
+0801.0714 Programming Languages
+0801.0716
+0801.0725 Geophysics
+0801.0731 Functional Analysis
+0801.0732 Disordered Systems and Neural Networks
+0801.0737 Operator Algebras
+cond-mat/0602277 Soft Condensed Matter
+cond-mat/0703415 Strongly Correlated Electrons
+cs/0703134 Neural and Evolutionary Computing
+math/0502172 Optimization and Control
+math/0510267 Functional Analysis
+math/0601552 Analysis of PDEs
+math/0606093 Group Theory
+math/0701419 Statistics Theory
+math/0702467 Complex Variables
+math/0702789 Geometric Topology
+quant-ph/0507238
+quant-ph/0602031
+quant-ph/0702258
+0704.1130 General Physics
+0704.3420
+0705.2963 Classical Analysis and ODEs
+0706.2501 Algebraic Geometry
+0710.0287 Number Theory
+0712.3802 Dynamical Systems
+0801.2221 Differential Geometry
+0801.2644 Rings and Algebras
+0801.3828 Soft Condensed Matter
+0801.4127 Differential Geometry
+0802.2757 Statistical Mechanics
+0803.0668 Statistics Theory
+0803.2082 Geometric Topology
+0804.1411
+0804.1936
+0804.3090
+0804.3649 Differential Geometry
+0804.3670 Optics
+0805.1028 Strongly Correlated Electrons
+0805.1090
+0805.1475 Statistical Mechanics
+0805.2505
+0805.3509 Soft Condensed Matter
+0807.1880
+0807.2210 Other Condensed Matter
+0807.2809 Algebraic Geometry
+0807.4374 Algebraic Geometry
+0807.4465 Statistical Mechanics
+0808.0694 Theory
+0808.1630
+0808.3480
+0809.1951
+0809.4900 Theory
+0809.4956 Experiment
+0809.4969 Experiment
+0809.4970 Category Theory
+0809.5012 Other Condensed Matter
+0810.0023 Dynamical Systems
+0810.0540 Phenomenology
+0810.0553 Experiment
+0810.1071
+0810.1543
+0810.1888 Fluid Dynamics
+0810.1946 Fluid Dynamics
+0810.2273 Materials Science
+0810.2294
+0810.2301
+0810.2302 Soft Condensed Matter
+0810.2305 Spectral Theory
+0810.2309 Dynamical Systems
+0810.2310
+0810.2312 Strongly Correlated Electrons
+0810.2315 Spectral Theory
+0810.2318 Number Theory
+0810.2326 Analysis of PDEs
+0810.2328 Experiment
+0810.2334
+0810.2335 Representation Theory
+0810.2340 Algebraic Geometry
+0810.2341 Biological Physics
+0810.2344 Cellular Automata and Lattice Gases
+0810.2352 Information Theory
+0810.2353 Experiment
+0810.2370 Geophysics
+0810.2371 Combinatorics
+0810.2374 Theory
+0810.2380 Strongly Correlated Electrons
+0810.2381 Experiment
+0810.2382 Theory
+0810.2383
+0810.2390 Data Structures and Algorithms
+0810.2395 Representation Theory
+0810.2396 Experiment
+0810.2398 Category Theory
+0810.2402 Commutative Algebra
+0810.2404
+0810.2412
+0810.2414 Instrumentation and Detectors
+0810.2416
+0810.2429 Other Condensed Matter
+0810.2436 Phenomenology
+0810.2441 Algebraic Geometry
+0810.2445 Algebraic Geometry
+0810.2449 Theory
+0810.2451 Strongly Correlated Electrons
+0810.2465 Differential Geometry
+0810.2466 Differential Geometry
+0810.2467 Probability
+0810.2470 Materials Science
+0810.2476 Experiment
+0810.2477 Number Theory
+0810.2485 Optics
+0810.2486 Computer Science and Game Theory
+0810.2487 Number Theory
+0810.2490 Optics
+0810.2493 Experiment
+0810.2500 Operator Algebras
+0810.2505 Soft Condensed Matter
+0810.2514 Analysis of PDEs
+0810.2517 Numerical Analysis
+0810.2519 Experiment
+0810.2520
+0810.2521 Analysis of PDEs
+0810.2523 Strongly Correlated Electrons
+0810.2529 Information Theory
+cond-mat/0409474 Strongly Correlated Electrons
+cs/0510064 Discrete Mathematics
+cs/0609140 Robotics
+math-ph/0612004
+math/0112247 Algebraic Geometry
+math/0501329 Algebraic Geometry
+math/0507118 Algebraic Geometry
+math/0507212 Complex Variables
+math/0508511 Quantum Algebra
+math/0606666 Algebraic Geometry
+math/0607492 Algebraic Geometry
+math/0609706 Complex Variables
+math/0609796 Algebraic Geometry
+physics/0701092 General Physics
+q-bio/0605046 Cell Behavior
+q-bio/0702057 Molecular Networks
+quant-ph/0311078
+0704.1106 Phenomenology
+0704.2466 Physics and Society
+0704.3436 Mesoscale and Nanoscale Physics
+0706.0106 Optics
+0706.3879
+0706.4152 Statistical Mechanics
+0707.3080 Mesoscale and Nanoscale Physics
+0707.3680 Mesoscale and Nanoscale Physics
+0708.3241 Other Condensed Matter
+0709.0218 Databases
+0709.0566 Databases
+0709.4063 Computers and Society
+0710.0515 Strongly Correlated Electrons
+0710.0871 Computers and Society
+0710.1075
+0710.1468 General Mathematics
+0710.1750 Materials Science
+0710.2362 Biological Physics
+0711.3789
+0711.4613 Computers and Society
+0712.0223 Materials Science
+0712.2411
+0712.2591 Software Engineering
+0712.2594 General Literature
+0712.2958 Operating Systems
+0801.0609 Software Engineering
+0801.0715 Computers and Society
+0801.0920 Number Theory
+0801.1240 Statistical Mechanics
+0801.1516 Computers and Society
+0801.1856 Computers and Society
+0801.3026 Mesoscale and Nanoscale Physics
+0801.3114 Human-Computer Interaction
+0801.3118 Computers and Society
+0801.3119 Computers and Society
+0801.3133
+0801.3678 Computers and Society
+0801.3690 Programming Languages
+0801.3853 Software Engineering
+0801.4268 Computers and Society
+0801.4274 Human-Computer Interaction
+0801.4280 Software Engineering
+0801.4774 Software Engineering
+0801.4775 Software Engineering
+0801.4802 Software Engineering
+0802.1484 Operator Algebras
+0802.1623
+0802.2932 Software Engineering
+0802.3209 Analysis of PDEs
+0802.3457 Software Engineering
+0802.3475 Software Engineering
+0802.3476 Human-Computer Interaction
+0802.3477 Human-Computer Interaction
+0802.3478 Human-Computer Interaction
+0802.3479 Human-Computer Interaction
+0802.3519 Probability
+0802.3939 Human-Computer Interaction
+0802.3940 Software Engineering
+0803.0011 Other Computer Science
+0803.0015 Software Engineering
+0803.0159 Computers and Society
+0803.0162 Software Engineering
+0803.0163 Software Engineering
+0803.0164 Human-Computer Interaction
+0803.0165 Human-Computer Interaction
+0803.0166 Human-Computer Interaction
+0803.0167 Human-Computer Interaction
+0803.0168 Human-Computer Interaction
+0803.0169 Human-Computer Interaction
+0803.0199 Number Theory
+0803.0494 Phenomenology
+0803.0596 Quantum Algebra
+0803.0743
+0803.0983 Statistical Mechanics
+0803.0987 Differential Geometry
+0803.0991 Number Theory
+0803.0998 Commutative Algebra
+0803.1001 Physics and Society
+0803.1006 Functional Analysis
+0803.1008 Classical Analysis and ODEs
+0803.1012 Analysis of PDEs
+0803.1021 Analysis of PDEs
+0803.1024 Exactly Solvable and Integrable Systems
+0803.1025 Information Theory
+0803.1028 Exactly Solvable and Integrable Systems
+0803.1046 Strongly Correlated Electrons
+0803.1048
+0803.1049 Materials Science
+0803.1055 Fluid Dynamics
+0803.1059 General Physics
+0803.1061 Space Physics
+0803.1067 Probability
+0803.1070 Soft Condensed Matter
+0803.1076 Representation Theory
+0803.1079 Superconductivity
+0803.1088 Combinatorics
+0803.1091 Other Condensed Matter
+0803.1096 Information Theory
+0803.1099 Statistical Mechanics
+0803.1111 Cryptography and Security
+0803.1119 Rings and Algebras
+0803.1124
+0803.1129 Combinatorics
+0803.1139 General Topology
+0803.1145 History and Philosophy of Physics
+0803.1146 Combinatorics
+0803.1151 Phenomenology
+0803.1152
+0803.1157 General Physics
+0803.1175 General Topology
+astro-ph/0701167
+cond-mat/0504002 Superconductivity
+cond-mat/0609120 Soft Condensed Matter
+hep-th/0605050 Theory
+math/0103010 Algebraic Geometry
+math/0110102 Algebraic Geometry
+math/0501493 Combinatorics
+math/9804113 Algebraic Geometry
+quant-ph/0605244
+0706.0599 Geometric Topology
+0709.0662 Superconductivity
+0709.3256 Strongly Correlated Electrons
+0802.1851 Classical Physics
+0803.0088 Soft Condensed Matter
+0803.3379 Pattern Formation and Solitons
+0805.0007
+0805.2027 Learning
+0806.2035 Populations and Evolution
+0807.0087 Populations and Evolution
+0807.0381 Phenomenology
+math-ph/0510059
+math-ph/0511092
+physics/0701249 General Physics
+0705.0700 Methodology
+0705.1710
+0705.2592 Strongly Correlated Electrons
+0705.4190 Differential Geometry
+0706.2539
+0706.3647 Populations and Evolution
+0708.3125 Materials Science
+0708.4366 Representation Theory
+0709.0400 Optimization and Control
+0709.1478
+0710.0654 Probability
+0710.2936 Analysis of PDEs
+0710.4910 Physics and Society
+0711.1513
+0711.4021
+0712.1935 Computational Physics
+0712.2917 Theory
+0801.0484 Superconductivity
+0801.0902 Phenomenology
+0801.3155 Dynamical Systems
+0801.4290 Representation Theory
+0801.4443 Geometric Topology
+0802.0108 Algebraic Topology
+0803.1326 General Physics
+0803.2328 Mesoscale and Nanoscale Physics
+0803.2412 Number Theory
+0803.2514 Theory
+0803.2522 Number Theory
+0803.2527 Human-Computer Interaction
+0803.2529
+0803.2532
+0803.2540 Group Theory
+0803.2542 Group Theory
+0803.2547 Theory
+0803.2549 Applications
+0803.2561 Adaptation and Self-Organizing Systems
+0803.2562
+0803.2564
+0803.2565
+0803.2571 Chemical Physics
+0803.2575
+0803.2576 Probability
+0803.2589 History and Philosophy of Physics
+0803.2591
+0803.2596 General Physics
+0803.2599 Rings and Algebras
+0803.2601 Number Theory
+0803.2605 Number Theory
+0803.2611 Number Theory
+0803.2612 Mesoscale and Nanoscale Physics
+0803.2620 Differential Geometry
+0803.2625 Statistical Mechanics
+0803.2629 Commutative Algebra
+0803.2633 Phenomenology
+0803.2634 Analysis of PDEs
+0803.2636 Number Theory
+0803.2645
+0803.2651
+0803.2654 Dynamical Systems
+0803.2656 Probability
+0803.2668 Differential Geometry
+0803.2669
+0803.2678 Molecular Networks
+0803.2682
+0803.2685
+0803.2695 Neural and Evolutionary Computing
+math-ph/0701006
+math/0402082 Algebraic Topology
+math/0503364 Functional Analysis
+math/0504146 Functional Analysis
+math/0510116 Group Theory
+math/0511117 Complex Variables
+math/0601496 Complex Variables
+math/0603139 Operator Algebras
+math/0603578 Numerical Analysis
+math/0612190 Numerical Analysis
+math/0702381 Number Theory
+math/0703195 Analysis of PDEs
+nucl-th/0605064
+q-bio/0611041 Other Quantitative Biology
+quant-ph/0702131
+0704.1414 Probability
+0706.2420 K-Theory and Homology
+0707.3551 Algebraic Geometry
+0707.3704 Algebraic Topology
+0707.4673 Geometric Topology
+0709.1691 Superconductivity
+0710.1898 Algebraic Geometry
+0712.2798 Numerical Analysis
+0801.4822 Combinatorics
+0802.0465 Mesoscale and Nanoscale Physics
+0802.3124 Soft Condensed Matter
+0803.0752 Strongly Correlated Electrons
+0804.3163 General Topology
+0805.0383 General Mathematics
+0805.1044
+0805.2049
+0806.1101 Strongly Correlated Electrons
+0806.1476 Rings and Algebras
+0806.1771
+0806.4120 Statistics Theory
+0807.0564 Information Theory
+0807.0913 Analysis of PDEs
+0807.1937
+0807.4022 Chemical Physics
+0808.2626 Symplectic Geometry
+0808.3990 Networking and Internet Architecture
+0809.0679 Experiment
+0809.0929
+0809.2593 Representation Theory
+0809.2790
+0809.2797
+0809.2801 Representation Theory
+0809.2806 Functional Analysis
+0809.2811 Soft Condensed Matter
+0809.2818 Digital Libraries
+0809.2826
+0809.2827
+0809.2828 Analysis of PDEs
+0809.2832 Strongly Correlated Electrons
+0809.2836
+0809.2840 Information Theory
+0809.2855
+0809.2860
+0809.2862
+0809.2864
+0809.2865
+0809.2868 Functional Analysis
+0809.2870
+0809.2881 Superconductivity
+0809.2884 Discrete Mathematics
+0809.2893
+0809.2896 Fluid Dynamics
+0809.2901 Mesoscale and Nanoscale Physics
+0809.2902 Phenomenology
+0809.2915 Experiment
+0809.2917 Phenomenology
+0809.2922 Mesoscale and Nanoscale Physics
+0809.2947 Commutative Algebra
+0809.2955 Experiment
+0809.2956 Computational Geometry
+0809.2957 Combinatorics
+0809.2958 Probability
+0809.2961
+0809.2964 History and Philosophy of Physics
+0809.2970 Data Structures and Algorithms
+0809.2971 Probability
+0809.2973 Molecular Networks
+0809.2989 Probability
+cond-mat/0011023 Statistical Mechanics
+cond-mat/0503357 Mesoscale and Nanoscale Physics
+math/0204307 Algebraic Geometry
+math/0506319 Number Theory
+math/0607590 Differential Geometry
+math/0610376 Representation Theory
+math/0611332 Classical Analysis and ODEs
+0705.3097 General Physics
+0707.4253 Differential Geometry
+0709.2141 Geometric Topology
+0709.3129
+0710.4521 Quantum Algebra
+0710.4822
+0711.4023 Strongly Correlated Electrons
+0801.1690 General Physics
+0802.4040 Numerical Analysis
+0803.3152
+0804.0339 Differential Geometry
+0804.1056 Statistics Theory
+0804.2190 Number Theory
+0804.2192 Mesoscale and Nanoscale Physics
+0806.1573 Strongly Correlated Electrons
+0806.1678 Chaotic Dynamics
+0806.2248 Probability
+0807.0558 Statistical Mechanics
+0807.4408 Superconductivity
+0808.1420 Superconductivity
+0808.1528 Spectral Theory
+0809.1501
+0809.3896
+0809.4509 General Mathematics
+0809.4815 Theory
+0810.0291
+0810.0310 Combinatorics
+0810.0313 General Physics
+0810.0317
+0810.0325 Functional Analysis
+0810.0326 Networking and Internet Architecture
+0810.0327
+0810.0331 Mesoscale and Nanoscale Physics
+0810.0332 Artificial Intelligence
+0810.0333 Mesoscale and Nanoscale Physics
+0810.0334 Experiment
+0810.0335 Experiment
+0810.0342 Geometric Topology
+0810.0345 Group Theory
+0810.0348
+0810.0350 Materials Science
+0810.0352 Rings and Algebras
+0810.0354 Algebraic Geometry
+0810.0355 Atomic Physics
+0810.0364 Optimization and Control
+0810.0365 Logic
+0810.0370 Soft Condensed Matter
+0810.0371
+0810.0372 Programming Languages
+0810.0384 Cellular Automata and Lattice Gases
+0810.0385
+0810.0390 Group Theory
+0810.0394 Performance
+0810.0396 Number Theory
+0810.0399 Group Theory
+0810.0406
+0810.0408
+0810.0409 Phenomenology
+0810.0411 Representation Theory
+0810.0420 Instrumentation and Detectors
+0810.0421 Physics and Society
+0810.0423
+0810.0427 Combinatorics
+0810.0428 Materials Science
+0810.0429 Materials Science
+0810.0434 Classical Physics
+0810.0437 Statistical Mechanics
+0810.0440 Rings and Algebras
+0810.0443 Group Theory
+0810.0444
+0810.0449 Materials Science
+0810.0450 Phenomenology
+0810.0451 Operator Algebras
+0810.0453 Mesoscale and Nanoscale Physics
+0810.0457 Space Physics
+0810.0458 Mesoscale and Nanoscale Physics
+0810.0459 Instrumentation and Detectors
+0810.0464 Analysis of PDEs
+0810.0469 Experiment
+0810.0480 General Physics
+0810.0485 Number Theory
+0810.0486 Physics and Society
+0810.0494 Experiment
+0810.0506
+0810.0510 Soft Condensed Matter
+0810.0514
+0810.0518 Classical Analysis and ODEs
+0810.0519 Geophysics
+0810.0520
+0810.0522 Analysis of PDEs
+cond-mat/0405451 Statistical Mechanics
+cond-mat/0703141 Strongly Correlated Electrons
+cond-mat/0703803 Mesoscale and Nanoscale Physics
+math/0403242 Differential Geometry
+math/0605757 Probability
+math/0610682 Probability
+math/0611369 Probability
+math/0702217 Functional Analysis
+quant-ph/0512015
+0704.2496 Mesoscale and Nanoscale Physics
+0705.1310 Functional Analysis
+0707.0993 Mesoscale and Nanoscale Physics
+0707.1040 Materials Science
+0708.1041 Mesoscale and Nanoscale Physics
+0708.2951 Phenomenology
+0708.4043 Optics
+0709.1355 Disordered Systems and Neural Networks
+0709.4207
+0710.3332 Logic in Computer Science
+0710.4246 Disordered Systems and Neural Networks
+0710.5772 Symplectic Geometry
+0711.0074
+0711.0244 Strongly Correlated Electrons
+0711.1324 Mesoscale and Nanoscale Physics
+0711.1760 Optics
+0711.3517
+0711.3705 Mesoscale and Nanoscale Physics
+0711.4729 Other Condensed Matter
+0712.0077 General Physics
+0712.0589 Disordered Systems and Neural Networks
+0712.1027 Methodology
+0712.1725 Algebraic Geometry
+0712.3583 Strongly Correlated Electrons
+0801.0161 Operator Algebras
+0802.2928 Number Theory
+0802.4184 Disordered Systems and Neural Networks
+0803.1919
+0803.2497 General Physics
+0803.2977 Phenomenology
+0803.3474 Classical Analysis and ODEs
+0804.0481 Group Theory
+0804.1824 Materials Science
+0804.1910 Theory
+0804.1953 Algebraic Geometry
+0804.1956 Dynamical Systems
+0804.1964
+0804.1970 Cryptography and Security
+0804.1974 Computational Complexity
+0804.1977
+0804.1981 History and Overview
+0804.1989
+0804.1997 Geometric Topology
+0804.2015 Representation Theory
+0804.2016 Materials Science
+0804.2018 Complex Variables
+0804.2021 Phenomenology
+0804.2022 Pattern Formation and Solitons
+0804.2023 Statistical Mechanics
+0804.2029 Probability
+0804.2034 Quantum Algebra
+0804.2038 Number Theory
+0804.2041 Representation Theory
+0804.2043 Networking and Internet Architecture
+0804.2045
+0804.2047
+0804.2048 Rings and Algebras
+0804.2049 Rings and Algebras
+0804.2050 Probability
+0804.2051
+0804.2052 Quantum Algebra
+0804.2054 General Physics
+0804.2058 Networking and Internet Architecture
+0804.2067 Fluid Dynamics
+0804.2071 Rings and Algebras
+0804.2073 Geometric Topology
+0804.2074
+0804.2075 Functional Analysis
+0804.2085 Representation Theory
+0804.2087 Mesoscale and Nanoscale Physics
+0804.2091 Soft Condensed Matter
+0804.2097 Computer Science and Game Theory
+0804.2098 Fluid Dynamics
+0804.2100 Chemical Physics
+0804.2101 Materials Science
+0804.2103
+0804.2111 Phenomenology
+0804.2116
+0804.2120 Classical Analysis and ODEs
+0804.2122 Algebraic Geometry
+0804.2124 Number Theory
+0804.2131 Differential Geometry
+0804.2132 Differential Geometry
+0804.2134 Algebraic Geometry
+0804.2136 Chaotic Dynamics
+0804.2146
+0804.2154 Algebraic Geometry
+0804.2156 Optics
+0804.2159 Physics and Society
+0804.2164 Materials Science
+0804.2166 Number Theory
+0804.2178
+0804.2187 Symplectic Geometry
+0804.2189 Information Theory
+0804.2197 Dynamical Systems
+0804.2203 Numerical Analysis
+0804.2205 Theory
+0804.2209
+0804.2210 Other Condensed Matter
+0804.2212 Materials Science
+0804.2217 Strongly Correlated Electrons
+0804.2219 Algebraic Geometry
+0804.2221 Soft Condensed Matter
+0804.2222 Algebraic Geometry
+0804.2224 Materials Science
+0804.2227 Algebraic Geometry
+0804.2229 Combinatorics
+0804.2236 Statistical Mechanics
+0804.2238
+0804.2245 Dynamical Systems
+0804.2248 Theory
+cond-mat/0408330 Statistical Mechanics
+cond-mat/0501092 Statistical Mechanics
+cond-mat/0509649 Statistical Mechanics
+cond-mat/0602186 Statistical Mechanics
+cond-mat/0703646 Soft Condensed Matter
+cond-mat/0703780 Other Condensed Matter
+math/0408185 Dynamical Systems
+math/0411210 Algebraic Geometry
+math/0412354 General Mathematics
+math/0501118 History and Overview
+math/0605430 General Mathematics
+math/0608226 Complex Variables
+math/0608637 Probability
+math/0611857 Differential Geometry
+math/0701739 Statistics Theory
+physics/0605167 Fluid Dynamics
+quant-ph/0211176
+0704.3942
+0705.0772 Algebraic Geometry
+0707.0900
+0707.1006 Atomic Physics
+0707.2729 Classical Analysis and ODEs
+0707.3337 Differential Geometry
+0707.3631 Spectral Theory
+0707.4036 Adaptation and Self-Organizing Systems
+0709.3651 Combinatorics
+0710.2844 Statistical Mechanics
+0710.3322
+0710.4340 Differential Geometry
+0710.4894
+0710.5928 Phenomenology
+0711.3553 Quantum Algebra
+0712.1544 Phenomenology
+0801.4862 Operator Algebras
+0801.4882
+0802.1231 Combinatorics
+0802.1735 Materials Science
+0802.2751 Operator Algebras
+0803.1050 Strongly Correlated Electrons
+0803.4156 Phenomenology
+0804.1384 Mesoscale and Nanoscale Physics
+0804.2062
+0805.1588 Phenomenology
+0805.1668
+0805.4740 Analysis of PDEs
+0806.4731 Materials Science
+0806.4894
+0807.1700
+0807.2248 Materials Science
+0807.2322 Phenomenology
+0807.2378 Data Analysis, Statistics and Probability
+0807.2422 Optics
+0807.2457 Phenomenology
+0807.2464 Information Theory
+0807.2471 Information Theory
+0807.2473 Combinatorics
+0807.2474 Materials Science
+0807.2482 Analysis of PDEs
+0807.2485
+0807.2487 Group Theory
+0807.2491 Physics Education
+0807.2492
+0807.2493 Popular Physics
+0807.2500 Combinatorics
+0807.2506 Pattern Formation and Solitons
+0807.2507
+0807.2508 Theory
+0807.2514 Phenomenology
+0807.2519 Materials Science
+0807.2520
+0807.2527 Mesoscale and Nanoscale Physics
+0807.2528
+0807.2532
+0807.2538 Exactly Solvable and Integrable Systems
+0807.2544 Statistics Theory
+0807.2548
+0807.2550 Neurons and Cognition
+0807.2552 Commutative Algebra
+0807.2557 Classical Physics
+0807.2563 Statistics Theory
+0807.2564 Soft Condensed Matter
+0807.2565 Numerical Analysis
+0807.2566
+0807.2567
+0807.2569 Machine Learning
+0807.2582 Atomic Physics
+0807.2588 Applications
+0807.2598 Statistics Theory
+0807.2599 Phenomenology
+0807.2609
+0807.2616 Materials Science
+0807.2618 Representation Theory
+0807.2619 Statistical Mechanics
+0807.2628 Human-Computer Interaction
+0807.2629 Number Theory
+math/0403483 Differential Geometry
+math/0601480 Differential Geometry
+physics/0103010 General Physics
+physics/0606240 General Physics
+quant-ph/0609014
+0707.0756 Physics and Society
+0708.0460
+0708.0593
+0709.3880 Computer Science and Game Theory
+0710.0959 Theory
+0711.1494 Rings and Algebras
+0711.1707
+0711.3490 Combinatorics
+0712.1387 Mesoscale and Nanoscale Physics
+0802.0873 Phenomenology
+0802.4192 Statistics Theory
+0803.3545
+0804.1472 Strongly Correlated Electrons
+0804.1495 Number Theory
+0804.2989 Theory
+0805.0373
+0805.3987 Algebraic Geometry
+0806.1307 Functional Analysis
+0806.2259 Statistical Mechanics
+0806.3170 Phenomenology
+0807.4094 Superconductivity
+0808.0119 Materials Science
+0808.2452 Mesoscale and Nanoscale Physics
+0808.2916 Strongly Correlated Electrons
+0808.3994 Phenomenology
+0808.4051 Statistics Theory
+0808.4062 Physics and Society
+0810.1172 General Physics
+0810.1637
+0810.4221 Probability
+0811.1115 Statistics Theory
+0811.3763 Strongly Correlated Electrons
+0811.4206 Number Theory
+0811.4652 Number Theory
+0812.0277 Dynamical Systems
+0812.0555 Dynamical Systems
+0812.0972 Networking and Internet Architecture
+0812.2390 Logic in Computer Science
+0812.2480
+0812.2497 Statistical Mechanics
+0812.2498 Complex Variables
+0812.2499 Group Theory
+0812.2512 Materials Science
+0812.2518 Cryptography and Security
+0812.2522 Combinatorics
+0812.2529 Multimedia
+0812.2533 General Mathematics
+0812.2535 Artificial Intelligence
+0812.2539 Popular Physics
+0812.2540 Phenomenology
+0812.2541 Popular Physics
+0812.2543 Networking and Internet Architecture
+0812.2544 Networking and Internet Architecture
+0812.2547 Differential Geometry
+0812.2549
+0812.2550 Differential Geometry
+0812.2552 Dynamical Systems
+0812.2553 Number Theory
+0812.2554 Spectral Theory
+0812.2557 Soft Condensed Matter
+0812.2558 Geometric Topology
+0812.2559 Information Theory
+0812.2562 Numerical Analysis
+0812.2566 Commutative Algebra
+0812.2569 Phenomenology
+0812.2573 Dynamical Systems
+0812.2574 Computer Vision and Pattern Recognition
+0812.2575 Computer Vision and Pattern Recognition
+0812.2580 Materials Science
+0812.2582
+0812.2589 Classical Analysis and ODEs
+0812.2590 Group Theory
+0812.2593 Strongly Correlated Electrons
+0812.2599 Data Structures and Algorithms
+0812.2602 Information Theory
+0812.2603 Trading and Market Microstructure
+0812.2604 Portfolio Management
+0812.2613 Number Theory
+0812.2615
+0812.2619 Metric Geometry
+0812.2621
+0812.2627
+0812.2628 Methodology
+0812.2639 Operator Algebras
+0812.2641
+0812.2644 Differential Geometry
+0812.2646 Dynamical Systems
+0812.2647 Algebraic Geometry
+0812.2648 Chaotic Dynamics
+0812.2649 Number Theory
+0812.2650
+0812.2654
+0812.2657 Algebraic Geometry
+0812.2658 Algebraic Geometry
+0812.2659 Combinatorics
+0812.2662 Algebraic Geometry
+0812.2667 Functional Analysis
+0812.2670 Atomic Physics
+0812.2675 Theory
+0812.2676 Analysis of PDEs
+0812.2677 Analysis of PDEs
+0812.2680 Analysis of PDEs
+0812.2685 Analysis of PDEs
+0812.2687 Algebraic Topology
+0812.2688 Analysis of PDEs
+0812.2697 Strongly Correlated Electrons
+0812.2698
+0812.2706 Dynamical Systems
+0812.2718 Dynamical Systems
+0812.2722 Strongly Correlated Electrons
+0812.2730 Mesoscale and Nanoscale Physics
+0812.2739 Algebraic Geometry
+0812.2741 Rings and Algebras
+0812.2743 Differential Geometry
+0812.2744 Classical Analysis and ODEs
+0812.2747 Materials Science
+0812.2754 Complex Variables
+0812.2758 Materials Science
+0812.2759 Materials Science
+0812.2760 Materials Science
+0812.2763
+0812.2766 Phenomenology
+0812.2772
+0812.2778 Analysis of PDEs
+0812.2779 Biological Physics
+0812.2780 Differential Geometry
+0812.2782 Algebraic Geometry
+0812.2785 Artificial Intelligence
+0812.2787 Populations and Evolution
+0812.2792 Chemical Physics
+0812.2796 Materials Science
+0812.2800
+0812.2805
+0812.2817 Combinatorics
+0812.2820 Combinatorics
+0812.2824
+0812.2830 Other Condensed Matter
+0812.2833 General Physics
+0812.2839 Probability
+0812.2845 Dynamical Systems
+0812.2859
+0812.2860 Number Theory
+0812.2863 Probability
+0812.2869
+0812.2873 Phenomenology
+0812.2874 Databases
+0812.2876
+0812.2877
+0812.2879 Databases
+0812.2891 Networking and Internet Architecture
+0812.2892 Computer Vision and Pattern Recognition
+astro-ph/0702290
+gr-qc/0605054
+gr-qc/0610105
+math-ph/0604057
+math/0411031 Number Theory
+math/0611885 Quantum Algebra
+math/0612235 Logic
+0704.3751 Statistical Mechanics
+0705.1689 Statistical Mechanics
+0706.2439 Geometric Topology
+0707.0325
+0708.0653
+0708.1239 Statistical Mechanics
+0708.3064
+0709.0556 Statistical Mechanics
+0709.1669 Strongly Correlated Electrons
+0709.3017 Other Condensed Matter
+0710.2751 Probability
+0711.0758 Mesoscale and Nanoscale Physics
+0712.0141
+0712.1265 Other Condensed Matter
+0712.3109 Strongly Correlated Electrons
+0712.3666
+0801.0755 Quantum Algebra
+0801.2608
+0802.0216 General Physics
+0802.0379 Other Condensed Matter
+0802.0500 Strongly Correlated Electrons
+0802.0524 Exactly Solvable and Integrable Systems
+0802.1336 Operator Algebras
+0802.2943
+0802.3110 Information Theory
+0803.3916 Materials Science
+0804.0122
+0804.2123 Theory
+0804.4216 History and Philosophy of Physics
+0804.4534
+0805.0313
+0805.0319 Superconductivity
+0805.0322 Materials Science
+0805.0324 Dynamical Systems
+0805.0333
+0805.0336 Theory
+0805.0337 Information Theory
+0805.0339
+0805.0341 Number Theory
+0805.0343
+0805.0345 Algebraic Topology
+0805.0347 Chaotic Dynamics
+0805.0349 Algebraic Geometry
+0805.0355 Strongly Correlated Electrons
+0805.0356
+0805.0359 Rings and Algebras
+0805.0360 Computational Engineering, Finance, and Science
+0805.0363 General Physics
+0805.0366 General Physics
+0805.0368 Dynamical Systems
+0805.0369 Soft Condensed Matter
+0805.0374 Probability
+0805.0375 Information Theory
+0805.0381 Soft Condensed Matter
+0805.0382 Soft Condensed Matter
+0805.0387
+0805.0389 Data Structures and Algorithms
+0805.0390 Fluid Dynamics
+0805.0393 Instrumentation and Detectors
+0805.0394 Combinatorics
+0805.0396 Group Theory
+0805.0400 Probability
+0805.0403 Theory
+0805.0409
+0805.0410 Combinatorics
+0805.0412
+0805.0415 Combinatorics
+0805.0419 Chaotic Dynamics
+0805.0428 Adaptation and Self-Organizing Systems
+0805.0429 Analysis of PDEs
+0805.0430 Materials Science
+0805.0433 Functional Analysis
+0805.0434 Geometric Topology
+0805.0436 General Physics
+0805.0438 Information Theory
+0805.0447 Probability
+0805.0455 Other Computer Science
+0805.0458 Classical Analysis and ODEs
+0805.0460 Materials Science
+0805.0464 Classical Analysis and ODEs
+0805.0465 Statistics Theory
+0805.0467 Commutative Algebra
+0805.0468 Rings and Algebras
+0805.0480 Probability
+0805.0484 Biomolecules
+0805.0492 Algebraic Geometry
+0805.0495 Optics
+0805.0505 Strongly Correlated Electrons
+0805.0509 Algebraic Topology
+0805.0510 Information Theory
+0805.0513
+0805.0514 Information Theory
+0805.0516 Information Theory
+0805.0518 Materials Science
+0805.0521 Information Theory
+0805.0522 Algebraic Geometry
+0805.0525 Medical Physics
+0805.0527 Chemical Physics
+0805.0544 Analysis of PDEs
+0805.0547 Space Physics
+0805.0557 Probability
+0805.0560 Computers and Society
+0805.0562 General Mathematics
+0805.0567 Phenomenology
+0805.0569
+0805.0571
+0805.0574 Strongly Correlated Electrons
+0805.0579
+0805.0581 Fluid Dynamics
+0805.0582 K-Theory and Homology
+0805.0585 Discrete Mathematics
+0805.0587
+0805.0589 Information Theory
+0805.0592 Neurons and Cognition
+cond-mat/0408142 Materials Science
+cond-mat/0604447 Materials Science
+cond-mat/0609379 Statistical Mechanics
+math/0308099 Differential Geometry
+math/0411356 Combinatorics
+math/0509004 Combinatorics
+math/0601198 Differential Geometry
+math/0601582 Differential Geometry
+math/0606468 Algebraic Geometry
+math/0608342 Differential Geometry
+math/0701603 Probability
+physics/0312096 General Physics
+quant-ph/0409065
+quant-ph/0506012
+0704.0248 Optics
+0704.0758
+0704.1486 Strongly Correlated Electrons
+0704.1571 Discrete Mathematics
+0704.1982 Differential Geometry
+0704.3169 Complex Variables
+0704.3765 Optics
+0705.1432 Mesoscale and Nanoscale Physics
+0705.3266 Optics
+0706.3874 Rings and Algebras
+0707.0057 Superconductivity
+0707.1620 Mesoscale and Nanoscale Physics
+0707.1924 Disordered Systems and Neural Networks
+0707.3178 Algebraic Geometry
+0707.4152 Mesoscale and Nanoscale Physics
+0707.4461 Superconductivity
+0708.0028 Materials Science
+0709.0343
+0709.2480 Mesoscale and Nanoscale Physics
+0709.3164 Mesoscale and Nanoscale Physics
+0709.4078 Commutative Algebra
+0709.4411 Combinatorics
+0710.0431 Information Theory
+0710.3601
+0710.3985 Atomic Physics
+0711.0110 Computational Complexity
+0711.0855 Materials Science
+0711.3028 K-Theory and Homology
+0712.3280 Strongly Correlated Electrons
+0801.0892 Theory
+0801.1177 Commutative Algebra
+0801.3211 Differential Geometry
+0801.3275
+0801.4574 Theory
+0801.4623 Experiment
+0801.4682 Statistical Mechanics
+0801.4686 Disordered Systems and Neural Networks
+0802.0005 Algebraic Geometry
+0802.0006
+0802.0010
+0802.0011
+0802.0012 Analysis of PDEs
+0802.0016
+0802.0017 Data Structures and Algorithms
+0802.0029 Biomolecules
+0802.0030 Information Theory
+0802.0039 Geometric Topology
+0802.0054 Number Theory
+0802.0059 Fluid Dynamics
+0802.0063 Soft Condensed Matter
+0802.0064 Dynamical Systems
+0802.0065 Rings and Algebras
+0802.0066 Dynamical Systems
+0802.0067 Materials Science
+0802.0070
+0802.0072 Disordered Systems and Neural Networks
+0802.0074 Neurons and Cognition
+0802.0075 Combinatorics
+0802.0079
+0802.0083
+0802.0098 Differential Geometry
+0802.0102 Number Theory
+0802.0110
+0802.0114 Fluid Dynamics
+0802.0117 Optimization and Control
+0802.0127 Superconductivity
+0802.0130 Optimization and Control
+0802.0134 Materials Science
+0802.0148 Atomic Physics
+0802.0151
+0802.0155
+0802.0156 Logic
+0802.0159 Complex Variables
+0802.0166 Dynamical Systems
+0802.0173 Quantum Algebra
+0802.0183 Classical Analysis and ODEs
+0802.0186 Materials Science
+0802.0187 Probability
+0802.0188 Other Computer Science
+0802.0189 Dynamical Systems
+0802.0190
+0802.0191 Methodology
+0802.0192 Functional Analysis
+0802.0193 Materials Science
+0802.0194 Number Theory
+cond-mat/0310312 Materials Science
+cond-mat/0512434 Materials Science
+cond-mat/0610052 Strongly Correlated Electrons
+cond-mat/0611784 Materials Science
+math-ph/0309005
+math/0207189 Differential Geometry
+math/0603742 Algebraic Geometry
+math/0606791 Algebraic Geometry
+math/0610418 Operator Algebras
+physics/0509117 Chemical Physics
+quant-ph/0608101
+quant-ph/0609172
+quant-ph/0610121
+quant-ph/0701150
+0704.1789 Number Theory
+0704.2048 Combinatorics
+0705.4442 Databases
+0705.4637 Strongly Correlated Electrons
+0706.2925 Mesoscale and Nanoscale Physics
+0706.3160 Mesoscale and Nanoscale Physics
+0707.2961 Strongly Correlated Electrons
+0707.2970
+0708.3181 Genomics
+0709.1442 Optics
+0709.1607 Differential Geometry
+0709.2827 Strongly Correlated Electrons
+0710.1058
+0710.1443 Representation Theory
+0710.3367
+0710.3931 Mesoscale and Nanoscale Physics
+0710.4966
+0711.0862
+0711.1322 General Topology
+0711.2283 Atomic and Molecular Clusters
+0711.3230 Strongly Correlated Electrons
+0711.4495 Statistical Mechanics
+0712.1651 Differential Geometry
+0712.1660 Strongly Correlated Electrons
+0712.2127 Plasma Physics
+0712.3359 Phenomenology
+0712.3396 Populations and Evolution
+0801.0590 Discrete Mathematics
+0801.1111
+0801.1113 Theory
+0801.1124 Soft Condensed Matter
+0801.1128 Phenomenology
+0801.1130 Analysis of PDEs
+0801.1133 Quantum Algebra
+0801.1136 Information Theory
+0801.1138 Information Theory
+0801.1148 Theory
+0801.1159 Mesoscale and Nanoscale Physics
+0801.1161
+0801.1162 Strongly Correlated Electrons
+0801.1168 Algebraic Geometry
+0801.1174 Theory
+0801.1175 Instrumentation and Detectors
+0801.1178 Materials Science
+0801.1181
+0801.1182 Theory
+0801.1183 Commutative Algebra
+0801.1186 Mesoscale and Nanoscale Physics
+0801.1189 Cellular Automata and Lattice Gases
+0801.1196 Probability
+0801.1197 Chaotic Dynamics
+0801.1207 K-Theory and Homology
+0801.1209 Probability
+0801.1210 Distributed, Parallel, and Cluster Computing
+0801.1212 Rings and Algebras
+0801.1214 Algebraic Geometry
+0801.1218
+0801.1219 Programming Languages
+0801.1221 Probability
+0801.1222 Strongly Correlated Electrons
+0801.1228
+0801.1233 Operator Algebras
+0801.1237
+0801.1239 Combinatorics
+0801.1246 Differential Geometry
+0801.1261
+0801.1265 Probability
+0801.1268 Strongly Correlated Electrons
+0801.1275 Artificial Intelligence
+0801.1280 Rings and Algebras
+0801.1283
+0801.1284 Theory
+0801.1288 Algebraic Geometry
+0801.1290 Strongly Correlated Electrons
+0801.1296 Cell Behavior
+0801.1301 Instrumentation and Detectors
+0801.1303 Strongly Correlated Electrons
+0801.1304 Materials Science
+0801.1306 Information Theory
+0801.1307 Computational Complexity
+0801.1308
+0801.1309 Probability
+0801.1317
+cond-mat/0603547 Strongly Correlated Electrons
+cond-mat/0611063 Disordered Systems and Neural Networks
+cond-mat/0612076 Statistical Mechanics
+math/0501285 Number Theory
+math/0504207 Group Theory
+math/0504522 Combinatorics
+math/0606207 Number Theory
+math/0608521 Number Theory
+math/0609686 Dynamical Systems
+math/0611645 Statistics Theory
+math/0701587 Combinatorics
+math/0702553 Probability
+quant-ph/0503236
+0707.0848
+0707.3049
+0708.0687 Superconductivity
+0708.3512
+0711.0157
+0711.1538 Strongly Correlated Electrons
+0711.3744 Materials Science
+0711.4075 Information Theory
+0712.1889
+0801.0874 Combinatorics
+0801.2793 Computational Geometry
+0802.2186 Statistics Theory
+0802.3202 Strongly Correlated Electrons
+0803.1329
+0803.2383 Optics
+0803.3734 Differential Geometry
+0804.0027 Combinatorics
+0804.1603 Optimization and Control
+0804.1849 Combinatorics
+0804.2439 Soft Condensed Matter
+0805.0767 Theory
+0805.0804 Commutative Algebra
+0805.0955 Statistical Mechanics
+0805.1064
+0805.1065
+0805.1077 Rings and Algebras
+0805.1082 Commutative Algebra
+0805.1096 Artificial Intelligence
+0805.1097 Space Physics
+0805.1099
+0805.1112 Materials Science
+0805.1131
+0805.1140 Dynamical Systems
+0805.1147 Representation Theory
+0805.1151 Strongly Correlated Electrons
+0805.1153 Neural and Evolutionary Computing
+0805.1173 Analysis of PDEs
+0805.1176
+0805.1177
+0805.1179 Statistics Theory
+0805.1190 Numerical Analysis
+0805.1191
+0805.1198 Probability
+0805.1209 Information Theory
+0805.1210 Disordered Systems and Neural Networks
+0805.1211 Algebraic Geometry
+0805.1213 Computer Science and Game Theory
+0805.1222
+astro-ph/0412323
+cond-mat/0511663 Materials Science
+cond-mat/0608616 Other Condensed Matter
+math/0310009 Algebraic Geometry
+math/0311284 Algebraic Geometry
+math/0407176 Geometric Topology
+math/0609324 Complex Variables
+math/0612492 Operator Algebras
+physics/0411124 Space Physics
+quant-ph/0702201
+0704.2782 Atmospheric and Oceanic Physics
+0706.2718 Quantum Algebra
+0708.2354
+0708.3544 Quantum Algebra
+0709.1627 Commutative Algebra
+0711.0701 Number Theory
+0711.0916 Biomolecules
+0711.3023 Algebraic Geometry
+0712.4063 Disordered Systems and Neural Networks
+0802.2106 Theory
+0802.2169
+0803.1581 Optics
+0803.2861 Superconductivity
+0803.3355 Number Theory
+0804.0836
+0804.1704 Strongly Correlated Electrons
+0804.1982 Computer Vision and Pattern Recognition
+0804.3575 Learning
+0805.3857 Materials Science
+0805.4590 Mesoscale and Nanoscale Physics
+0806.0057 Statistical Mechanics
+0806.3274 Genomics
+0806.3615 Representation Theory
+0806.4724 Mesoscale and Nanoscale Physics
+0807.1636 Atomic Physics
+0807.4997 Soft Condensed Matter
+0807.5084 Phenomenology
+0808.0002
+0808.0004
+0808.0005
+0808.0011 Experiment
+0808.0017 Experiment
+0808.0019 Algebraic Geometry
+0808.0028 Phenomenology
+0808.0035 Probability
+0808.0041 Materials Science
+0808.0043 Biomolecules
+0808.0048 Experiment
+0808.0050 Experiment
+0808.0055 Software Engineering
+0808.0059
+0808.0060 Biological Physics
+0808.0064 Geometric Topology
+0808.0065 Superconductivity
+0808.0069 Materials Science
+0808.0070
+0808.0074 Experiment
+0808.0084
+0808.0086 Experiment
+0808.0095 General Mathematics
+0808.0096 Experiment
+0808.0098 General Physics
+0808.0108 Quantum Algebra
+0808.0110 Analysis of PDEs
+0808.0113 Algebraic Geometry
+0808.0114 Experiment
+0808.0115 Materials Science
+0808.0117 Geometric Topology
+0808.0123 Analysis of PDEs
+0808.0126 Classical Physics
+0808.0130 Instrumentation and Detectors
+0808.0134 Physics and Society
+0808.0142 Dynamical Systems
+0808.0145
+0808.0146 Functional Analysis
+0808.0149 Operator Algebras
+0808.0157 Algebraic Geometry
+0808.0162 Experiment
+0808.0164
+0808.0166 Superconductivity
+0808.0167 Differential Geometry
+0808.0174
+cond-mat/0508178 Strongly Correlated Electrons
+cond-mat/0607545 Mesoscale and Nanoscale Physics
+cs/0411034 Artificial Intelligence
+math/0404409 Functional Analysis
+math/0404414 Functional Analysis
+math/0508105 Rings and Algebras
+math/0611129 Algebraic Geometry
+math/0611501 Quantum Algebra
+math/0612859 Combinatorics
+physics/0610109 Atmospheric and Oceanic Physics
+q-bio/0702033 Neurons and Cognition
+quant-ph/0702019
+0707.2853 Statistical Mechanics
+0707.2989
+0708.2857 Phenomenology
+0710.0167 Algebraic Topology
+0710.1290 Analysis of PDEs
+0710.2895
+0801.0276 Chaotic Dynamics
+cs/0610114 Computational Complexity
+hep-th/0606023 Theory
+0705.0456 Statistics Theory
+0706.1276 Algebraic Topology
+0706.2373 Superconductivity
+0708.4317 Plasma Physics
+0709.2004 Other Condensed Matter
+0710.3928 Combinatorics
+0710.5115 General Physics
+0801.2637 Mesoscale and Nanoscale Physics
+0802.3436 Probability
+0803.2156 Other Condensed Matter
+0804.0802
+0805.0463 Applications
+0805.1567 Discrete Mathematics
+0806.0587 Other Condensed Matter
+0806.0982
+0806.1025 Complex Variables
+0806.4035
+0806.4726 Superconductivity
+0807.2087
+0808.0116 Statistical Mechanics
+0808.1736 Disordered Systems and Neural Networks
+0808.2658 Differential Geometry
+0809.2206
+0809.2468 Statistical Mechanics
+0809.2572 Geometric Topology
+0810.0089 Mesoscale and Nanoscale Physics
+0810.0825 Plasma Physics
+0810.1007 Complex Variables
+0810.1487 Representation Theory
+0811.0785 General Physics
+0811.1429 Experiment
+0811.1560 Phenomenology
+0811.1927
+0811.2229 Analysis of PDEs
+0811.2232 Adaptation and Self-Organizing Systems
+0811.2233 Algebraic Geometry
+0811.2238 Analysis of PDEs
+0811.2241 Mesoscale and Nanoscale Physics
+0811.2243 Classical Analysis and ODEs
+0811.2249 Numerical Analysis
+0811.2256 Analysis of PDEs
+0811.2257 Phenomenology
+0811.2265
+0811.2267 Algebraic Topology
+0811.2272
+0811.2273 Functional Analysis
+0811.2274 Algebraic Topology
+0811.2276 Probability
+0811.2277 Differential Geometry
+0811.2281 Statistics Theory
+0811.2282 Disordered Systems and Neural Networks
+0811.2288 Phenomenology
+0811.2289 Geometric Topology
+0811.2291 Group Theory
+0811.2299 Statistics Theory
+0811.2302
+0811.2304 Number Theory
+0811.2306 Chaotic Dynamics
+0811.2313 Strongly Correlated Electrons
+0811.2314 Materials Science
+0811.2321 Soft Condensed Matter
+0811.2324 Representation Theory
+0811.2326 Plasma Physics
+0811.2336
+0811.2337 Spectral Theory
+0811.2340 Number Theory
+0811.2342 Materials Science
+0811.2352 Complex Variables
+0811.2356 Information Theory
+0811.2358
+0811.2365 Rings and Algebras
+0811.2385
+0811.2389 Group Theory
+0811.2395 Classical Analysis and ODEs
+0811.2399 Phenomenology
+0811.2402
+0811.2406 Pattern Formation and Solitons
+0811.2407 Algebraic Geometry
+0811.2410 Phenomenology
+0811.2411
+0811.2412 Soft Condensed Matter
+cond-mat/0406079 Strongly Correlated Electrons
+cond-mat/0611206 Other Condensed Matter
+cond-mat/0702371 Superconductivity
+cond-mat/0703443 Other Condensed Matter
+math/0101249 Differential Geometry
+math/0506362 Group Theory
+math/0609770 Representation Theory
+math/0611938 Differential Geometry
+math/0702327 Algebraic Geometry
+0704.0016 Phenomenology
+0704.0718
+0704.0799
+0704.1071
+0704.1383
+0704.1519
+0704.1532
+0704.1927
+0704.2095
+0704.2096
+0704.2783
+0704.3076
+0704.3467
+0704.3697
+0705.0001
+0705.0027
+0705.0332
+0705.0384 Phenomenology
+0705.0445
+0705.0484
+0705.0696
+0705.0889
+0705.1032
+0705.1287 Combinatorics
+0705.1301
+0705.1311
+0705.1553 Phenomenology
+0705.1723
+0705.1781
+0705.1963
+0705.2185
+0705.2406
+0705.2536
+0705.2683
+0705.2992
+0705.3154
+0705.3340
+0705.3894
+0705.3980
+0705.4234
+0705.4240
+0706.0127 Theory
+0706.0451
+0706.1125 Phenomenology
+0706.1314
+0706.1511
+0706.1604
+0706.1703
+0706.1779
+0706.1891
+0706.1931
+0706.2192 Phenomenology
+0706.2594
+0706.2633 Theory
+0706.3018
+0706.3290
+0706.3297 Phenomenology
+0706.3700
+0706.4086
+0706.4250
+0707.0585
+0707.0838 Theory
+0707.1284 Theory
+0707.1346
+0707.1495
+0707.1730
+0707.1792
+0707.1970
+0707.1982
+0707.2070
+0707.2279 Experiment
+0707.3130
+0707.3199 Phenomenology
+0707.3344 Phenomenology
+0707.3446 Phenomenology
+0707.3677
+0707.3736 Phenomenology
+0707.3993 Phenomenology
+0707.4162 Lattice
+0707.4217 Theory
+0707.4410 Theory
+0707.4659
+0708.0031
+0708.0122
+0708.0441
+0708.0830
+0708.1353
+0708.1603
+0708.1688
+0708.1762 Theory
+0708.2123 Theory
+0708.2223 Phenomenology
+0708.2655 Phenomenology
+0708.2728
+0708.3212
+0708.3493
+0708.3674
+0708.3759 Phenomenology
+0709.0042 Phenomenology
+0709.0088 Theory
+0709.0123
+0709.0167 Theory
+0709.0501
+0709.0776 Theory
+0709.0777 Phenomenology
+0709.0964 Statistical Mechanics
+0709.1144
+0709.1193 Phenomenology
+0709.1224
+0709.1391
+0709.1553 Phenomenology
+0709.1586 Phenomenology
+0709.1619
+0709.1769
+0709.1867
+0709.1915
+0709.1944
+0709.2042 Theory
+0709.2195
+0709.3696 Accelerator Physics
+0709.3839
+0709.4040
+0709.4325 Theory
+0709.4625 Experiment
+0709.4635 Phenomenology
+0709.4639 Phenomenology
+0710.0233 Phenomenology
+0710.0581 Phenomenology
+0710.0767
+0710.1294 Phenomenology
+0710.1380 Theory
+0710.1441 Phenomenology
+0710.1569 Phenomenology
+0710.1681 Phenomenology
+0710.1812 Theory
+0710.2485 Accelerator Physics
+0710.3107 Theory
+0710.3213 Experiment
+0710.3743 Theory
+0710.3923
+0710.4216 Phenomenology
+0710.4413 Phenomenology
+0710.5089 Phenomenology
+0710.5339 Theory
+0710.5373
+0710.5645
+0710.5650 Phenomenology
+0710.5723
+0710.5731
+0710.5744
+0710.5922
+0710.5923
+0711.0470
+0711.0712 Theory
+0711.0816
+0711.0966
+0711.1075 Phenomenology
+0711.1123
+0711.1138
+0711.1280
+0711.1297
+0711.1585
+0711.1611 Phenomenology
+0711.1793
+0711.1950
+0711.2321
+0711.2464 Phenomenology
+0711.2698
+0711.2707
+0711.2882 Phenomenology
+0711.2921 Phenomenology
+0711.2936
+0711.2966
+0711.3240 Theory
+0711.3360
+0711.3760 Phenomenology
+0711.3854
+0711.4025
+0711.4108 Theory
+0711.4471 Phenomenology
+0711.4547 Theory
+0711.4556 Phenomenology
+0711.4683 Theory
+0711.4815
+0711.4854
+0711.4895
+0711.4972 Theory
+0712.0017
+0712.0118 Phenomenology
+0712.0135 Theory
+0712.0159 Theory
+0712.0490 Phenomenology
+0712.0526 Phenomenology
+0712.0568 Phenomenology
+0712.0621 Phenomenology
+0712.1137
+0712.1185
+0712.1225 Theory
+0712.1569 Theory
+0712.1713
+0712.1888
+0712.1977
+0712.2697
+0712.2930 Lattice
+0712.2968 Phenomenology
+0712.3151
+0712.3362 Experiment
+0712.3397
+0712.3399 Accelerator Physics
+0712.3401 Quantum Algebra
+0712.3527
+0712.3536
+0712.3846
+0712.4136 Plasma Physics
+0712.4181
+0712.4328 Phenomenology
+0712.4331 Phenomenology
+0801.0198 Theory
+0801.0200 Theory
+0801.0355
+0801.0415 Phenomenology
+0801.0430 Theory
+0801.0444 Theory
+0801.0586 Algebraic Geometry
+0801.0587 Lattice
+0801.0705
+0801.0742
+0801.1199
+0801.1486
+0801.1508 Theory
+0801.1700
+0801.1732 Other Condensed Matter
+0801.1800 Phenomenology
+0801.1815 Other Condensed Matter
+0801.1826 Phenomenology
+0801.1880 Phenomenology
+0801.2017
+0801.2043 Phenomenology
+0801.2238 Phenomenology
+0801.2288 Phenomenology
+0801.2572
+0801.2688 Theory
+0801.2717
+0801.2733 Phenomenology
+0801.2739 Theory
+0801.2741
+0801.2771
+0801.2811 Phenomenology
+0801.2990 Experiment
+0801.3126 Phenomenology
+0801.3281 Phenomenology
+0801.3385 Theory
+0801.3497
+0801.3514
+0801.3827
+0801.3867 Phenomenology
+0801.4001
+0801.4011 Other Condensed Matter
+0801.4023
+0801.4028 Phenomenology
+0801.4125
+0801.4200
+0801.4214 Theory
+0801.4489
+0802.0200
+0802.0863 Lattice
+0802.0877
+0802.0990
+0802.1086
+0802.1146
+0802.1208 Phenomenology
+0802.1515
+0802.1634
+0802.1794
+0802.2041
+0802.2102
+0802.2117 Theory
+0802.2642 Phenomenology
+0802.2934 Phenomenology
+0802.2958 Theory
+0802.3332
+0802.3367 Phenomenology
+0802.3377
+0802.3967 Theory
+0802.4082
+0802.4336
+0802.4349
+0802.4379 Theory
+0802.4416 Phenomenology
+0803.0032 Databases
+0803.0055 Computational Complexity
+0803.0065 Theory
+0803.0135 Analysis of PDEs
+0803.0184
+0803.0187
+0803.0189 Distributed, Parallel, and Cluster Computing
+0803.0202 General Physics
+0803.0214 General Physics
+0803.0249 Instrumentation and Detectors
+0803.0264 Geophysics
+0803.0275 Classical Physics
+0803.0280 Chaotic Dynamics
+0803.0402 Statistics Theory
+0803.0439 Numerical Analysis
+0803.0523 Lattice
+0803.0525 Computation
+0803.0528 Networking and Internet Architecture
+0803.0529 Other Computer Science
+0803.0581
+0803.0653 Cryptography and Security
+0803.0666 Software Engineering
+0803.0797 Lattice
+0803.0803 Networking and Internet Architecture
+0803.0829 Probability
+0803.0835 Statistics Theory
+0803.0847 Statistics Theory
+0803.0850 Genomics
+0803.0860 Statistics Theory
+0803.0867
+0803.0868 Statistics Theory
+0803.0874 Mathematical Software
+0803.0902 Optics
+0803.0954 Databases
+0803.0956 Discrete Mathematics
+0803.0966 Databases
+0803.1029 Statistics Theory
+0803.1104 Human-Computer Interaction
+0803.1109 Number Theory
+0803.1110 Commutative Algebra
+0803.1112 Statistics Theory
+0803.1115 Group Theory
+0803.1126 Optimization and Control
+0803.1221 Robotics
+0803.1227 Information Theory
+0803.1246
+0803.1254
+0803.1256 Soft Condensed Matter
+0803.1296 Computational Geometry
+0803.1306 Geophysics
+0803.1308 Geophysics
+0803.1310 Number Theory
+0803.1368 Lattice
+0803.1371 Theory
+0803.1395
+0803.1396
+0803.1432
+0803.1433
+0803.1434 Geophysics
+0803.1435 Geophysics
+0803.1457 Artificial Intelligence
+0803.1555 Databases
+0803.1570 Optimization and Control
+0803.1573 Fluid Dynamics
+0803.1580 Algebraic Geometry
+0803.1586 Computer Vision and Pattern Recognition
+0803.1592 Phenomenology
+0803.1598 Neural and Evolutionary Computing
+0803.1600 Neural and Evolutionary Computing
+0803.1610 Networking and Internet Architecture
+0803.1664 Probability
+0803.1709 Statistics Theory
+0803.1719
+0803.1736 Statistics Theory
+0803.1752 Statistics Theory
+0803.1753 Statistics Theory
+0803.1764 Networking and Internet Architecture
+0803.1774 Other Condensed Matter
+0803.1780 Analysis of PDEs
+0803.1781 Analysis of PDEs
+0803.1783 Analysis of PDEs
+0803.1829 Atomic Physics
+0803.1830 Logic in Computer Science
+0803.1841 Logic in Computer Science
+0803.1842 Logic in Computer Science
+0803.1850 Theory
+0803.1908 Networking and Internet Architecture
+0803.1909 Statistics Theory
+0803.1911
+0803.1912 Geophysics
+0803.1913 Geophysics
+0803.1922 Statistics Theory
+0803.1931 Statistics Theory
+0803.1942 Statistics Theory
+0803.1943 Dynamical Systems
+0803.1944 Networking and Internet Architecture
+0803.1956 Statistics Theory
+0803.1961 Statistics Theory
+0803.1971 Statistics Theory
+0803.1975 Symbolic Computation
+0803.1978 Optimization and Control
+0803.2092 Quantitative Methods
+0803.2093 Mathematical Software
+0803.2095 Statistics Theory
+0803.2100 Statistics Theory
+0803.2108 Methodology
+0803.2118 Statistics Theory
+0803.2119 Statistics Theory
+0803.2121 Statistics Theory
+0803.2129 Networking and Internet Architecture
+0803.2132 Statistics Theory
+0803.2135 Discrete Mathematics
+0803.2160 Number Theory
+0803.2162 Statistics Theory
+0803.2171 Statistics Theory
+0803.2181 Statistics Theory
+0803.2220 Information Retrieval
+0803.2305 Logic in Computer Science
+0803.2314 Neural and Evolutionary Computing
+0803.2315 Other Computer Science
+0803.2317 Logic in Computer Science
+0803.2369 Complex Variables
+0803.2371 Numerical Analysis
+0803.2394 Computation
+0803.2419 Medical Physics
+0803.2434 Dynamical Systems
+0803.2441 Probability
+0803.2469 Numerical Analysis
+0803.2546
+0803.2559 Logic in Computer Science
+0803.2583 Algebraic Geometry
+0803.2584 Phenomenology
+0803.2593 Probability
+0803.2610
+0803.2615 Data Structures and Algorithms
+0803.2616 Geometric Topology
+0803.2622 Applications
+0803.2665
+0803.2699 Combinatorics
+0803.2728 Lattice
+0803.2799 Phenomenology
+0803.2810 Combinatorics
+0803.2813 Combinatorics
+0803.2831 Materials Science
+0803.2837 Materials Science
+0803.2842 Data Structures and Algorithms
+0803.2856 Computation and Language
+0803.2934 Statistics Theory
+0803.2959 Analysis of PDEs
+0803.2963 Statistics Theory
+0803.2980 Theory
+0803.2984 Statistics Theory
+0803.2986 Statistics Theory
+0803.2999 Statistics Theory
+0803.3007 Statistics Theory
+0803.3017 Statistics Theory
+0803.3043 Phenomenology
+0803.3056 Strongly Correlated Electrons
+0803.3057 General Mathematics
+0803.3110 Statistical Mechanics
+0803.3124 Statistics Theory
+0803.3126 Statistics Theory
+0803.3127 Statistics Theory
+0803.3130 Statistics Theory
+0803.3131 Functional Analysis
+0803.3134 Statistics Theory
+0803.3135 Statistics Theory
+0803.3136 Statistics Theory
+0803.3160 Classical Physics
+0803.3186 Human-Computer Interaction
+0803.3192 Artificial Intelligence
+0803.3197 Lattice
+0803.3221
+0803.3223
+0803.3224 Databases
+0803.3230 Cryptography and Security
+0803.3269
+0803.3316
+0803.3338 Networking and Internet Architecture
+0803.3343 Applications
+0803.3347
+0803.3411
+0803.3442
+0803.3483 Theory
+0803.3501 Artificial Intelligence
+0803.3502 Numerical Analysis
+0803.3504 Methodology
+0803.3531 Data Structures and Algorithms
+0803.3547 Theory
+0803.3553 Information Theory
+0803.3580 Representation Theory
+0803.3676 Methodology
+0803.3678 Applications
+0803.3697 Applications
+0803.3727 Theory
+0803.3740 Applications
+0803.3757 Applications
+0803.3781 Discrete Mathematics
+0803.3812 Artificial Intelligence
+0803.3845
+0803.3863 Applications
+0803.3872 Applications
+0803.3875 Applications
+0803.3876 Applications
+0803.3881 Applications
+0803.3891 Applications
+0803.3904 Applications
+0803.3911 Applications
+0803.3919 Applications
+0803.3920 Medical Physics
+0803.3924 Medical Physics
+0803.3925 Lattice
+0803.3942 Applications
+0803.3968 Theory
+0803.4049 Networking and Internet Architecture
+0803.4055 Applications
+0803.4057 Applications
+0803.4065 Applications
+0803.4072
+0803.4082 Algebraic Topology
+0803.4090 Theory
+0803.4092 Machine Learning
+0803.4101 Statistics Theory
+0803.4112 Statistics Theory
+0803.4118 Statistics Theory
+0803.4124 Phenomenology
+0803.4155 Probability
+0803.4223 Distributed, Parallel, and Cluster Computing
+0803.4240 Neural and Evolutionary Computing
+0803.4241 Neural and Evolutionary Computing
+0803.4242 Analysis of PDEs
+0803.4248 Neural and Evolutionary Computing
+0803.4260 Data Structures and Algorithms
+0803.4339 Lattice
+0803.4414 Plasma Physics
+0803.4416 Pricing of Securities
+0803.4436
+0803.4437 Methodology
+0803.4455 Optics
+0803.4483
+0804.0079 Applications
+0804.0080 Applications
+0804.0083 Phenomenology
+0804.0088 Applications
+0804.0090 Applications
+0804.0093 Applications
+0804.0095 Applications
+0804.0097 Applications
+0804.0099 Applications
+0804.0102 Applications
+0804.0103 Applications
+0804.0121 Probability
+0804.0127 Pricing of Securities
+0804.0143 Computation and Language
+0804.0145 Dynamical Systems
+0804.0149 Data Structures and Algorithms
+0804.0154 Functional Analysis
+0804.0158 Probability
+0804.0162 Statistical Finance
+0804.0173 Combinatorics
+0804.0292 Number Theory
+0804.0313 Number Theory
+0804.0338 Fluid Dynamics
+0804.0381
+0804.0382
+0804.0441 Information Theory
+0804.0486 Statistics Theory
+0804.0508
+0804.0509
+0804.0551 Statistics Theory
+0804.0556 Human-Computer Interaction
+0804.0558 Artificial Intelligence
+0804.0561 Graphics
+0804.0570 Data Structures and Algorithms
+0804.0581 Numerical Analysis
+0804.0599 Artificial Intelligence
+0804.0650 Applications
+0804.0658 Statistics Theory
+0804.0671 Statistics Theory
+0804.0678 Statistics Theory
+0804.0693 Statistics Theory
+0804.0703 Statistics Theory
+0804.0704 Group Theory
+0804.0709 Statistics Theory
+0804.0713 Statistics Theory
+0804.0719 Statistics Theory
+0804.0723 Statistics Theory
+0804.0737 Statistics Theory
+0804.0741 Statistics Theory
+0804.0743 Networking and Internet Architecture
+0804.0758 Statistics Theory
+0804.0765 Phenomenology
+0804.0768 Statistics Theory
+0804.0852 Artificial Intelligence
+0804.0872 Phenomenology
+0804.0879 General Literature
+0804.0920 Algebraic Geometry
+0804.0970 Programming Languages
+0804.0987 Statistics Theory
+0804.0991 Statistics Theory
+0804.1001 Statistics Theory
+0804.1009 Analysis of PDEs
+0804.1026 Machine Learning
+0804.1033 Computation and Language
+0804.1040 Statistics Theory
+0804.1075
+0804.1092 Combinatorics
+0804.1118 Programming Languages
+0804.1133 Neural and Evolutionary Computing
+0804.1184 Cryptography and Security
+0804.1185 Cryptography and Security
+0804.1187 Computational Engineering, Finance, and Science
+0804.1189 Statistics Theory
+0804.1201 Quantitative Methods
+0804.1202 Biomolecules
+0804.1203
+0804.1214 Discrete Mathematics
+0804.1221 Rings and Algebras
+0804.1225 Differential Geometry
+0804.1270 Discrete Mathematics
+0804.1278
+0804.1291 Classical Analysis and ODEs
+0804.1302 Learning
+0804.1304 Numerical Analysis
+0804.1357 Theory
+0804.1367 Atomic Physics
+0804.1409 Databases
+0804.1415 Probability
+0804.1416 Dynamical Systems
+0804.1419 Differential Geometry
+0804.1421 Computer Science and Game Theory
+0804.1422 Applications
+0804.1431 Probability
+0804.1440 Computational Complexity
+0804.1447
+0804.1461 Probability
+0804.1478
+0804.1479 Classical Analysis and ODEs
+0804.1521 Phenomenology
+0804.1523 Theory
+0804.1546 Phenomenology
+0804.1584 Statistics Theory
+0804.1698
+0804.1708
+0804.1710 Analysis of PDEs
+0804.1711 Analysis of PDEs
+0804.1714 Analysis of PDEs
+0804.1715 Statistics Theory
+0804.1716 Statistics Theory
+0804.1758 Discrete Mathematics
+0804.1760 Discrete Mathematics
+0804.1762 Discrete Mathematics
+0804.1873
+0804.1884 Probability
+0804.1921 Discrete Mathematics
+0804.1955
+0804.1992 Materials Science
+0804.2032 Data Structures and Algorithms
+0804.2035 General Literature
+0804.2037 Other Computer Science
+0804.2044 Phenomenology
+0804.2057 Information Retrieval
+0804.2082
+0804.2095 Logic in Computer Science
+0804.2112 Data Structures and Algorithms
+0804.2126 Optics
+0804.2129 Optics
+0804.2155 Cryptography and Security
+0804.2181 Symbolic Computation
+0804.2216 Phenomenology
+0804.2230 Probability
+0804.2247 Computation
+0804.2288 Computer Science and Game Theory
+0804.2307 Optics
+0804.2330 Probability
+0804.2357 Metric Geometry
+0804.2382 Mesoscale and Nanoscale Physics
+0804.2387
+0804.2409 Mesoscale and Nanoscale Physics
+0804.2414 Methodology
+0804.2528 Probability
+0804.2561 Pricing of Securities
+0804.2585 Probability
+0804.2588 Probability
+0804.2621 General Literature
+0804.2642 Discrete Mathematics
+0804.2729 Computational Complexity
+0804.2739 Optics
+0804.2752 Methodology
+0804.2757 Methodology
+0804.2770 Methodology
+0804.2777 Methodology
+0804.2799 Experiment
+0804.2802 Phenomenology
+0804.2834 Theory
+0804.2905 Lattice
+0804.2946 Soft Condensed Matter
+0804.2952 Soft Condensed Matter
+0804.2958 Methodology
+0804.2962 Methodology
+0804.2965 Methodology
+0804.2969 Methodology
+0804.2970 Methodology
+0804.2973 Methodology
+0804.2982 Methodology
+0804.2992 Symbolic Computation
+0804.2996 Methodology
+0804.3001 Algebraic Geometry
+0804.3002 Materials Science
+0804.3160 Computer Science and Game Theory
+0804.3216 Phenomenology
+0804.3220 Experiment
+0804.3223
+0804.3237 Computers and Society
+0804.3238
+0804.3243 Methodology
+0804.3244 Methodology
+0804.3264
+0804.3277 Probability
+0804.3334
+0804.3478 Phenomenology
+0804.3494 Algebraic Geometry
+0804.3496 Probability
+0804.3518
+0804.3558 Classical Analysis and ODEs
+0804.3643 Quantitative Methods
+0804.3680 Information Theory
+0804.3694
+0804.3715 Statistics Theory
+0804.3762 Logic in Computer Science
+0804.3796 Networking and Internet Architecture
+0804.3814 Networking and Internet Architecture
+0804.3850
+0804.3859
+0804.3914 Logic in Computer Science
+0804.3947 Data Structures and Algorithms
+0804.3951 Analysis of PDEs
+0804.3955
+0804.3965 Combinatorics
+0804.3975 Numerical Analysis
+0804.4001
+0804.4067
+0804.4080 Phenomenology
+0804.4116 Software Engineering
+0804.4127 Statistical Mechanics
+0804.4135 Optimization and Control
+0804.4137
+0804.4138 Data Structures and Algorithms
+0804.4142
+0804.4221
+0804.4323 General Topology
+0804.4325 Applications
+0804.4354 Analysis of PDEs
+0804.4377 Materials Science
+0804.4378 Materials Science
+0804.4440 Theory
+0804.4515 Phenomenology
+0804.4516
+0804.4524 Computer Science and Game Theory
+0804.4525 Programming Languages
+0804.4530 Computer Science and Game Theory
+0804.4574 Phenomenology
+0804.4590 Distributed, Parallel, and Cluster Computing
+0804.4628 Cryptography and Security
+0804.4674
+0804.4706 Lattice
+0804.4733 Theory
+0804.4740 Computational Geometry
+0804.4780 Statistics Theory
+0804.4808 Neural and Evolutionary Computing
+0804.4809 Neural and Evolutionary Computing
+0804.4863 Lattice
+0804.4865 Multimedia
+0804.4898 Learning
+0805.0035 Mesoscale and Nanoscale Physics
+0805.0070
+0805.0073 Classical Physics
+0805.0078 Phenomenology
+0805.0106 Spectral Theory
+0805.0129 Information Theory
+0805.0152 Phenomenology
+0805.0202 Artificial Intelligence
+0805.0231 Neural and Evolutionary Computing
+0805.0232 Dynamical Systems
+0805.0240 Materials Science
+0805.0306
+0805.0411 Instrumentation and Detectors
+0805.0418 Phenomenology
+0805.0473 Materials Science
+0805.0531 Other Condensed Matter
+0805.0550 Numerical Analysis
+0805.0648 Computational Geometry
+0805.0744 Medical Physics
+0805.0745 Statistics Theory
+0805.0778 Statistics Theory
+0805.0779 Statistics Theory
+0805.0845 Logic in Computer Science
+0805.0854 Other Computer Science
+0805.0855 Other Computer Science
+0805.0856 Other Computer Science
+0805.0857 Other Computer Science
+0805.0858 Other Computer Science
+0805.0859 Other Computer Science
+0805.0860 Other Computer Science
+0805.0861 Other Computer Science
+0805.0862 Other Computer Science
+0805.0863 Other Computer Science
+0805.0864 Other Computer Science
+0805.0865 Other Computer Science
+0805.0866 Other Computer Science
+0805.0868 Other Computer Science
+0805.0869 Probability
+0805.0871 Other Computer Science
+0805.0872 Other Computer Science
+0805.0873 Other Computer Science
+0805.0874 Other Computer Science
+0805.0876 Other Computer Science
+0805.0877 Other Computer Science
+0805.0879 Other Computer Science
+0805.0880 Other Computer Science
+0805.0881 Other Computer Science
+0805.0882 Other Computer Science
+0805.0883 Other Computer Science
+0805.0884 Other Computer Science
+0805.0885 Other Computer Science
+0805.0887 Other Computer Science
+0805.0888 Other Computer Science
+0805.0889 Other Computer Science
+0805.0890 Other Computer Science
+0805.0891 Other Computer Science
+0805.0892 Other Computer Science
+0805.0893 Other Computer Science
+0805.0895 Other Computer Science
+0805.0896 Other Computer Science
+0805.0897 Other Computer Science
+0805.0898 Other Computer Science
+0805.0899 Other Computer Science
+0805.0900 Other Computer Science
+0805.0901 Other Computer Science
+0805.0903 Other Computer Science
+0805.0904 Other Computer Science
+0805.0905 Other Computer Science
+0805.0906 Other Computer Science
+0805.0907 Other Computer Science
+0805.0908 Other Computer Science
+0805.0911 Other Computer Science
+0805.0912 Other Computer Science
+0805.0913 Other Computer Science
+0805.0914 Other Computer Science
+0805.0915 Other Computer Science
+0805.0916 Other Computer Science
+0805.0917 Other Computer Science
+0805.0918 Other Computer Science
+0805.0919 Other Computer Science
+0805.0920 Other Computer Science
+0805.0922 Other Computer Science
+0805.0925 Other Computer Science
+0805.0926 Other Computer Science
+0805.0927 Other Computer Science
+0805.0929 Other Computer Science
+0805.0930 Other Computer Science
+0805.0931 Other Computer Science
+0805.0932 Other Computer Science
+0805.0933 Other Computer Science
+0805.0934 Other Computer Science
+0805.0935 Other Computer Science
+0805.0937 Other Computer Science
+0805.0938 Other Computer Science
+0805.0939 Other Computer Science
+0805.0940 Other Computer Science
+0805.0941 Other Computer Science
+0805.0942 Other Computer Science
+0805.0943 Other Computer Science
+0805.0945 Other Computer Science
+0805.1030 Computational Complexity
+0805.1098
+0805.1115 Phenomenology
+0805.1117
+0805.1119 Phenomenology
+0805.1130 Computer Science and Game Theory
+0805.1296 Neural and Evolutionary Computing
+0805.1297 Methodology
+0805.1374 Applications
+0805.1391 Logic in Computer Science
+0805.1405 Theory
+0805.1419 Phenomenology
+0805.1487 Databases
+0805.1589 Phenomenology
+0805.1606
+0805.1723 Neurons and Cognition
+0805.1754
+0805.1759 Computer Science and Game Theory
+0805.1798 Computer Science and Game Theory
+0805.1802 Statistical Mechanics
+0805.1853 Materials Science
+0805.1860 Functional Analysis
+0805.1906 Probability
+0805.1907 Probability
+0805.1961 Atomic Physics
+0805.1976 Statistics Theory
+0805.1994 Chemical Physics
+0805.2016 General Mathematics
+0805.2029 Statistics Theory
+0805.2041 Statistics Theory
+0805.2044 Methodology
+0805.2068 Distributed, Parallel, and Cluster Computing
+0805.2072 Statistics Theory
+0805.2084 Probability
+0805.2096 Statistical Finance
+0805.2139 Number Theory
+0805.2140 Algebraic Geometry
+0805.2214 Statistics Theory
+0805.2216 Statistics Theory
+0805.2219 Statistics Theory
+0805.2228 Statistics Theory
+0805.2229 Statistics Theory
+0805.2231 Statistics Theory
+0805.2239 Statistics Theory
+0805.2242 Statistics Theory
+0805.2246 Statistics Theory
+0805.2258 Statistics Theory
+0805.2264 Statistics Theory
+0805.2268 Statistics Theory
+0805.2276 Statistics Theory
+0805.2285 Statistics Theory
+0805.2292 Methodology
+0805.2300 Statistics Theory
+0805.2303 Computation and Language
+0805.2305 Statistics Theory
+0805.2316 Statistics Theory
+0805.2322 Statistics Theory
+0805.2328 Methodology
+0805.2334 Phenomenology
+0805.2382 Experiment
+0805.2456 Statistics Theory
+0805.2460 Statistics Theory
+0805.2470 Statistics Theory
+0805.2473 Statistics Theory
+0805.2479 Statistics Theory
+0805.2485 Statistics Theory
+0805.2490 Applications
+0805.2492 Statistics Theory
+0805.2496 Applications
+0805.2501 Statistics Theory
+0805.2516 Statistics Theory
+0805.2523 Statistics Theory
+0805.2529 Analysis of PDEs
+0805.2533 Analysis of PDEs
+0805.2535 Analysis of PDEs
+0805.2537 Computation and Language
+0805.2538 Theory
+0805.2560
+0805.2561
+0805.2600
+0805.2615
+0805.2620 Computer Science and Game Theory
+0805.2622 Computer Science and Game Theory
+0805.2648 Theory
+0805.2671 Data Structures and Algorithms
+0805.2712
+0805.2740
+0805.2752 Learning
+0805.2775 Learning
+0805.2799 Phenomenology
+0805.2801 Probability
+0805.2808 Probability
+0805.2829 Applications
+0805.2835 Applications
+0805.2838 Statistics Theory
+0805.2840 Applications
+0805.2845 Applications
+0805.2854 Networking and Internet Architecture
+0805.2864 Other Computer Science
+0805.2879 Methodology
+0805.2881 Applications
+0805.2949 Performance
+0805.3008 Applications
+0805.3019 Applications
+0805.3027 Applications
+0805.3032 Applications
+0805.3034 Statistics Theory
+0805.3038 Representation Theory
+0805.3040 Statistics Theory
+0805.3043 Statistics Theory
+0805.3045 Phenomenology
+0805.3051 Symplectic Geometry
+0805.3054 Probability
+0805.3059 Other Computer Science
+0805.3062 Other Computer Science
+0805.3064 Statistics Theory
+0805.3066 Statistics Theory
+0805.3070 Statistics Theory
+0805.3073 Statistics Theory
+0805.3116
+0805.3120 Analysis of PDEs
+0805.3169
+0805.3196 Distributed, Parallel, and Cluster Computing
+0805.3203 Statistics Theory
+0805.3204 Statistics Theory
+0805.3205 Statistics Theory
+0805.3209 Methodology
+0805.3220 Statistics Theory
+0805.3224 Statistics Theory
+0805.3238 Statistics Theory
+0805.3244 Statistics Theory
+0805.3248 Statistics Theory
+0805.3252 Functional Analysis
+0805.3264 Applications
+0805.3267 Artificial Intelligence
+0805.3269 Applications
+0805.3273 Statistics Theory
+0805.3279 Applications
+0805.3282 Geometric Topology
+0805.3286 Applications
+0805.3287 Statistics Theory
+0805.3334 Experiment
+0805.3394 Probability
+0805.3404 Phenomenology
+0805.3410 Computation and Language
+0805.3415 Statistics Theory
+0805.3418 Probability
+0805.3450 Probability
+0805.3503
+0805.3517 Theory
+0805.3518 Artificial Intelligence
+0805.3556 Experiment
+0805.3614 Analysis of PDEs
+0805.3632
+0805.3643 Information Theory
+0805.3654 Analysis of PDEs
+0805.3657 Analysis of PDEs
+0805.3658 Statistics Theory
+0805.3659 Analysis of PDEs
+0805.3660 Analysis of PDEs
+0805.3661 Analysis of PDEs
+0805.3719 Phenomenology
+0805.3747 Artificial Intelligence
+0805.3787 Analysis of PDEs
+0805.3788 Complex Variables
+0805.3789 Analysis of PDEs
+0805.3790 Analysis of PDEs
+0805.3814 Pattern Formation and Solitons
+0805.3834
+0805.3934 Instrumentation and Detectors
+0805.3935 Artificial Intelligence
+0805.3937 Analysis of PDEs
+0805.3939 Artificial Intelligence
+0805.3960
+0805.4044 Theory
+0805.4050 Phenomenology
+0805.4072 Logic in Computer Science
+0805.4081 Information Theory
+0805.4085 Information Theory
+0805.4101 Artificial Intelligence
+0805.4107 Networking and Internet Architecture
+0805.4108
+0805.4113
+0805.4125 Analysis of PDEs
+0805.4134 Networking and Internet Architecture
+0805.4135 Rings and Algebras
+0805.4137 Chaotic Dynamics
+0805.4138 Rings and Algebras
+0805.4159 Phenomenology
+0805.4167 Computer Science and Game Theory
+0805.4170 Phenomenology
+0805.4177 Phenomenology
+0805.4290 Learning
+0805.4300 Data Structures and Algorithms
+0805.4306
+0805.4314
+0805.4346 Phenomenology
+0805.4369 Computation and Language
+0805.4397
+0805.4453
+0805.4470 Theory
+0805.4522 Classical Physics
+0805.4523
+0805.4566 Classical Physics
+0805.4585
+0805.4606 Computers and Society
+0805.4629 Lattice
+0805.4675 Analysis of PDEs
+0805.4680 Operating Systems
+0805.4722 Information Retrieval
+0805.4745 Software Engineering
+0805.4752 Instrumentation and Detectors
+0805.4754 Information Retrieval
+0805.4760 Representation Theory
+0805.4768 Phenomenology
+0805.4773 Phenomenology
+0805.4789
+0806.0060 Category Theory
+0806.0069 Experiment
+0806.0075 Databases
+0806.0084 Neurons and Cognition
+0806.0087 Neurons and Cognition
+0806.0114 Phenomenology
+0806.0128 Networking and Internet Architecture
+0806.0130 Networking and Internet Architecture
+0806.0132 Operating Systems
+0806.0134 Networking and Internet Architecture
+0806.0202 Phenomenology
+0806.0239 Computational Finance
+0806.0250 Artificial Intelligence
+0806.0269 Phenomenology
+0806.0272
+0806.0282 Distributed, Parallel, and Cluster Computing
+0806.0283 Information Theory
+0806.0327
+0806.0336 Theory
+0806.0394 Theory
+0806.0428
+0806.0459 Classical Analysis and ODEs
+0806.0473 Robotics
+0806.0519 Computers and Society
+0806.0526 Artificial Intelligence
+0806.0561 Classical Physics
+0806.0575
+0806.0642
+0806.0737 Theory
+0806.0784 Artificial Intelligence
+0806.0806 Probability
+0806.0818 Phenomenology
+0806.0894 Lattice
+0806.0915 Phenomenology
+0806.0937
+0806.1013
+0806.1046
+0806.1049 Phenomenology
+0806.1055
+0806.1057 Phenomenology
+0806.1072
+0806.1095
+0806.1097 Phenomenology
+0806.1103 Quantitative Methods
+0806.1115 Phenomenology
+0806.1151 Mesoscale and Nanoscale Physics
+0806.1156 Learning
+0806.1157 Phenomenology
+0806.1173 Probability
+0806.1264 Neurons and Cognition
+0806.1266 Analysis of PDEs
+0806.1267 Populations and Evolution
+0806.1321 Group Theory
+0806.1322 Tissues and Organs
+0806.1381 Operating Systems
+0806.1382 Neurons and Cognition
+0806.1385 Other Computer Science
+0806.1393 Spectral Theory
+0806.1397 Information Theory
+0806.1408 Classical Analysis and ODEs
+0806.1409 Classical Analysis and ODEs
+0806.1428
+0806.1437
+0806.1439 Information Theory
+0806.1494 Combinatorics
+0806.1509 Strongly Correlated Electrons
+0806.1520
+0806.1521
+0806.1541 Phenomenology
+0806.1567 Networking and Internet Architecture
+0806.1569 Networking and Internet Architecture
+0806.1578 Methodology
+0806.1579 Statistics Theory
+0806.1580 Statistics Theory
+0806.1585 Symplectic Geometry
+0806.1594 Soft Condensed Matter
+0806.1605 Geophysics
+0806.1609 Materials Science
+0806.1613 Materials Science
+0806.1619 Materials Science
+0806.1630 Phenomenology
+0806.1632 Differential Geometry
+0806.1640 Artificial Intelligence
+0806.1645 Classical Analysis and ODEs
+0806.1711 Networking and Internet Architecture
+0806.1725 Statistics Theory
+0806.1796 Computer Vision and Pattern Recognition
+0806.1797 Artificial Intelligence
+0806.1798 Computer Vision and Pattern Recognition
+0806.1802 Artificial Intelligence
+0806.1811
+0806.1812 Cryptography and Security
+0806.1816 Software Engineering
+0806.1823 Theory
+0806.1856
+0806.1893 Networking and Internet Architecture
+0806.1895 Networking and Internet Architecture
+0806.1896 Data Analysis, Statistics and Probability
+0806.1918 Computers and Society
+0806.1997 Phenomenology
+0806.1998 Phenomenology
+0806.2005 Tissues and Organs
+0806.2007 Computer Vision and Pattern Recognition
+0806.2008 Computer Vision and Pattern Recognition
+0806.2071 Dynamical Systems
+0806.2080 Classical Analysis and ODEs
+0806.2139 Computer Science and Game Theory
+0806.2140 Artificial Intelligence
+0806.2186
+0806.2264 Logic
+0806.2281
+0806.2299 Theory
+0806.2314 Theory
+0806.2354
+0806.2423
+0806.2444 Trading and Market Microstructure
+0806.2477 Theory
+0806.2481
+0806.2482
+0806.2503 Probability
+0806.2509 Networking and Internet Architecture
+0806.2512 Probability
+0806.2517 Logic in Computer Science
+0806.2518 Probability
+0806.2525 Probability
+0806.2540 Instrumentation and Detectors
+0806.2548 Numerical Analysis
+0806.2549 Networking and Internet Architecture
+0806.2550 Networking and Internet Architecture
+0806.2561 Probability
+0806.2570 Pricing of Securities
+0806.2581 Computation and Language
+0806.2582 Probability
+0806.2597
+0806.2682 Information Theory
+0806.2710 Discrete Mathematics
+0806.2718 Probability
+0806.2726 Information Theory
+0806.2731 Probability
+0806.2738 Information Theory
+0806.2745 Probability
+0806.2747 Probability
+0806.2760 Information Theory
+0806.2768 Probability
+0806.2782 Probability
+0806.2802 Logic in Computer Science
+0806.2901 Statistics Theory
+0806.2905 Statistics Theory
+0806.2908 Number Theory
+0806.2909 Statistics Theory
+0806.2910
+0806.2914 Statistics Theory
+0806.2924 Networking and Internet Architecture
+0806.2931 Statistics Theory
+0806.2939 Statistics Theory
+0806.2963 Statistics Theory
+0806.2970 Statistics Theory
+0806.2976 Statistics Theory
+0806.2977 Experiment
+0806.2985 Statistics Theory
+0806.3007 Phenomenology
+0806.3022
+0806.3024 Statistics Theory
+0806.3030 Fluid Dynamics
+0806.3031 Multiagent Systems
+0806.3032 Multiagent Systems
+0806.3087 Phenomenology
+0806.3147
+0806.3165 Theory
+0806.3174 Phenomenology
+0806.3195 Data Analysis, Statistics and Probability
+0806.3197 Probability
+0806.3289
+0806.3305 Phenomenology
+0806.3356
+0806.3379 Probability
+0806.3382 Phenomenology
+0806.3400 Chemical Physics
+0806.3401 Chemical Physics
+0806.3402 Atomic Physics
+0806.3456 Computational Geometry
+0806.3498 Theory
+0806.3574 Theory
+0806.3649
+0806.3655
+0806.3657 Phenomenology
+0806.3662 Phenomenology
+0806.3668 Data Structures and Algorithms
+0806.3684 Applications
+0806.3708 Other Computer Science
+0806.3733 Geometric Topology
+0806.3823 Quantitative Methods
+0806.3835 Biological Physics
+0806.3864 History and Overview
+0806.3875 Phenomenology
+0806.3886
+0806.3895
+0806.3924 Theory
+0806.3928 Computer Vision and Pattern Recognition
+0806.3969
+0806.4028 Optics
+0806.4073 Data Structures and Algorithms
+0806.4076
+0806.4125 Risk Management
+0806.4127 Algebraic Geometry
+0806.4130 Logic in Computer Science
+0806.4140 Statistics Theory
+0806.4176 Number Theory
+0806.4181 Soft Condensed Matter
+0806.4242 Statistics Theory
+0806.4246 Chemical Physics
+0806.4263 Probability
+0806.4305 Phenomenology
+0806.4331 Soft Condensed Matter
+0806.4338 Classical Physics
+0806.4344 Computer Science and Game Theory
+0806.4362
+0806.4364 Theory
+0806.4372 Data Structures and Algorithms
+0806.4422 Learning
+0806.4423 Learning
+0806.4426 Statistics Theory
+0806.4447 Probability
+0806.4452
+0806.4518 Cell Behavior
+0806.4523
+0806.4557 Phenomenology
+0806.4560 Phenomenology
+0806.4613 Phenomenology
+0806.4615 Theory
+0806.4640
+0806.4652 Data Structures and Algorithms
+0806.4735 Data Structures and Algorithms
+0806.4777 Theory
+0806.4832
+0806.4877 Strongly Correlated Electrons
+0806.4881 Algebraic Geometry
+0806.4920 Databases
+0806.4921 Information Retrieval
+0806.4927 Phenomenology
+0806.4941 Experiment
+0807.0116
+0807.0205 Theory
+0807.0206 Theory
+0807.0207
+0807.0225 Theory
+0807.0316 Phenomenology
+0807.0366
+0807.0448
+0807.0449
+0807.0457 Theory
+0807.0530 Instrumentation and Detectors
+0807.0538 Exactly Solvable and Integrable Systems
+0807.0607 Theory
+0807.0646
+0807.0649
+0807.0700
+0807.0746 Theory
+0807.0795 Phenomenology
+0807.0854
+0807.0903 Theory
+0807.0909 Theory
+0807.0941
+0807.0960 Theory
+0807.0961
+0807.1054 Phenomenology
+0807.1150
+0807.1155
+0807.1186 Theory
+0807.1187 Differential Geometry
+0807.1260
+0807.1335
+0807.1384
+0807.1399 Phenomenology
+0807.1417 Phenomenology
+0807.1472 Instrumentation and Detectors
+0807.1556 Phenomenology
+0807.1564 Theory
+0807.1624 Phenomenology
+0807.1666 Theory
+0807.1692 Experiment
+0807.1696 Theory
+0807.1742
+0807.1785 Theory
+0807.1995 Theory
+0807.2026 Instrumentation and Detectors
+0807.2050 Phenomenology
+0807.2133 Phenomenology
+0807.2141 Experiment
+0807.2148 Phenomenology
+0807.2208 Phenomenology
+0807.2216
+0807.2261 Theory
+0807.2306 Theory
+0807.2424 Experiment
+0807.2452
+0807.2607 Theory
+0807.2685 Theory
+0807.2696 Theory
+0807.2785 Phenomenology
+0807.2831
+0807.2851
+0807.3073
+0807.3160 Phenomenology
+0807.3217 Phenomenology
+0807.3231 Phenomenology
+0807.3367 Experiment
+0807.3467
+0807.3525 Instrumentation and Detectors
+0807.3537
+0807.3643
+0807.3745
+0807.3762
+0807.3778
+0807.3824
+0807.3844
+0807.3872
+0807.3905 Soft Condensed Matter
+0807.4054 Theory
+0807.4214 Phenomenology
+0807.4221
+0807.4265 Phenomenology
+0807.4304
+0807.4474 Phenomenology
+0807.4554
+0807.4668 Phenomenology
+0807.4737
+0807.4798 Phenomenology
+0807.5039 Phenomenology
+0808.0182 Phenomenology
+0808.0332
+0808.0341
+0808.0370 Phenomenology
+0808.0471
+0808.0690 Phenomenology
+0808.0705 Phenomenology
+0808.0905
+0808.0956
+0808.1107
+0808.1152
+0808.1350 Phenomenology
+0808.1357 Theory
+0808.1598
+0808.1623
+0808.1631 Lattice
+0808.1724
+0808.1785
+0808.1902
+0808.1912 Theory
+0808.1942 Theory
+0808.2025
+0808.2049
+0808.2050
+0808.2058 Phenomenology
+0808.2093
+0808.2100
+0808.2114 Phenomenology
+0808.2179
+0808.2389 Phenomenology
+0808.2397 Phenomenology
+0808.2399 Phenomenology
+0808.2413 Phenomenology
+0808.2448 Theory
+0808.2449
+0808.2576 Experiment
+0808.2673 Experiment
+0808.2746
+0808.2929
+0808.2977
+0808.3005
+0808.3006
+0808.3013
+0808.3057 Theory
+0808.3074
+0808.3094 Phenomenology
+0808.3113
+0808.3174 Phenomenology
+0808.3303
+0808.3342
+0808.3457
+0808.3478
+0808.3482
+0808.3527 Phenomenology
+0808.3628
+0808.3630
+0808.3644
+0808.3718
+0808.3727
+0808.3745 Theory
+0808.3754
+0808.3898
+0808.3912 Phenomenology
+0808.3944
+0808.3965 Phenomenology
+0808.3985
+0808.4015
+0808.4063 Mesoscale and Nanoscale Physics
+0808.4094 Theory
+0808.4142 Experiment
+0809.0002
+0809.0006
+0809.0154 Theory
+0809.0170
+0809.0172
+0809.0200
+0809.0234
+0809.0265
+0809.0295 Theory
+0809.0297 Theory
+0809.0378
+0809.0495
+0809.0584
+0809.0625 Phenomenology
+0809.0661 Theory
+0809.0698
+0809.0700
+0809.0718
+0809.0754
+0809.0765
+0809.0766
+0809.0797
+0809.0821 Phenomenology
+0809.0844 Theory
+0809.0872 Phenomenology
+0809.0900 Mesoscale and Nanoscale Physics
+0809.0921
+0809.0956
+0809.0958
+0809.1041 Phenomenology
+0809.1058
+0809.1065
+0809.1066
+0809.1106
+0809.1117
+0809.1175
+0809.1238 Theory
+0809.1245
+0809.1301 Phenomenology
+0809.1388
+0809.1416 Theory
+0809.1426
+0809.1456
+0809.1638 Theory
+0809.1654
+0809.1661
+0809.1665
+0809.1706
+0809.1720 Theory
+0809.1737
+0809.1744 Phenomenology
+0809.1816 Other Condensed Matter
+0809.1933
+0809.1948
+0809.2028 Phenomenology
+0809.2098
+0809.2101
+0809.2128
+0809.2144
+0809.2171
+0809.2210
+0809.2334
+0809.2416
+0809.2464
+0809.2502 Theory
+0809.2540
+0809.2582 Phenomenology
+0809.2597
+0809.2598
+0809.2676
+0809.2684 Theory
+0809.2825 Atomic Physics
+0809.2907
+0809.2914
+0809.3028 Phenomenology
+0809.3079 Theory
+0809.3115
+0809.3174
+0809.3300 Phenomenology
+0809.3601
+0809.3958 Theory
+0809.3980 Phenomenology
+0809.4072
+0809.4074 Theory
+0809.4161
+0809.4193
+0809.4264 Theory
+0809.4312 Theory
+0809.4382 Instrumentation and Detectors
+0809.4513 Theory
+0809.4548 Theory
+0809.4603 Theory
+0809.4744
+0809.4778 Theory
+0809.5107
+0809.5112
+0809.5183 Phenomenology
+0809.5240 Experiment
+0809.5262 Phenomenology
+0809.5269
+0810.0114
+0810.0178 Mesoscale and Nanoscale Physics
+0810.0244
+0810.0447
+0810.0492 Phenomenology
+0810.0779
+0810.1124
+0810.1304 Phenomenology
+0810.1397
+0810.1423
+0810.1467
+0810.1484 Theory
+0810.1583 Theory
+0810.1604
+0810.1772 Strongly Correlated Electrons
+0810.1832 Phenomenology
+0810.1917
+0810.2170 Phenomenology
+0810.2231 Statistical Mechanics
+0810.2268
+0810.2408 Theory
+0810.2567
+0810.2591
+0810.2645
+0810.2668 Phenomenology
+0810.2678
+0810.2736 Phenomenology
+0810.2779
+0810.2817 Theory
+0810.2920 Theory
+0810.3013
+0810.3064 Theory
+0810.3152 Atomic Physics
+0810.3175 Experiment
+0810.3296 Theory
+0810.3517 Phenomenology
+0810.3696 Instrumentation and Detectors
+0810.3736 Geophysics
+0810.3792
+0810.3798
+0810.3817 Phenomenology
+0810.3910 Theory
+0810.4073
+0810.4165 Popular Physics
+0810.4513
+0810.4673
+0810.4720 Superconductivity
+0810.4746
+0810.5279
+0810.5333 Theory
+0810.5469
+0810.5497 Experiment
+0810.5570
+0811.0001
+0811.0018
+0811.0158
+0811.0263 Theory
+0811.0375
+0811.0487
+0811.0612
+0811.0661
+0811.0696
+0811.0824
+0811.0847 Phenomenology
+0811.0909 Probability
+0811.0938
+0811.1002 Phenomenology
+0811.1054
+0811.1063 Theory
+0811.1144
+0811.1189
+0811.1514 Phenomenology
+0811.1581
+0811.1696 Probability
+0811.1791
+0811.1867
+0811.2007
+0811.2037 Lattice
+0811.2066
+0811.2213 Geometric Topology
+0811.2221
+0811.2345
+0811.2408
+0811.2468
+0811.2471
+0811.2474
+0811.2679
+0811.2713
+0811.2789
+0811.2790
+0811.2832
+0811.2896
+0811.2971 Accelerator Physics
+0811.2980
+0811.2983
+0811.3050 Phenomenology
+0811.3058
+0811.3156
+0811.3304
+0811.3374
+0811.3380 Instrumentation and Detectors
+0811.3465
+0811.3590
+0811.3600 Data Analysis, Statistics and Probability
+0811.3806
+0811.3821
+0811.3926
+0811.4020
+0811.4151 Algebraic Geometry
+0811.4193 Instrumentation and Detectors
+0811.4236
+0811.4289
+0811.4322
+0811.4616 Phenomenology
+0811.4732 Plasma Physics
+0811.4746
+0811.4750
+0812.0014
+0812.0199
+0812.0339
+0812.0483
+0812.0516 Phenomenology
+0812.0586
+0812.0689
+0812.0720
+0812.0864
+0812.1022
+0812.1077 Phenomenology
+0812.1110
+0812.1112 Experiment
+0812.1221
+0812.1441
+0812.1607 Phenomenology
+0812.1935
+0812.2463
+0812.2938
+0812.2992 Theory
+0812.3159 Operator Algebras
+0812.3165 Superconductivity
+0812.3173 Atmospheric and Oceanic Physics
+0812.3176 Atmospheric and Oceanic Physics
+0812.3178 Atmospheric and Oceanic Physics
+0812.3180 Atmospheric and Oceanic Physics
+0812.3185 Geophysics
+0812.3188 Statistics Theory
+0812.3200
+0812.3201 Methodology
+0812.3205 Adaptation and Self-Organizing Systems
+0812.3208 Statistics Theory
+0812.3211
+0812.3222 Algebraic Geometry
+0812.3236 Representation Theory
+0812.3249 Computational Geometry
+0812.3251 Materials Science
+0812.3252 Statistics Theory
+0812.3253 Statistics Theory
+0812.3254 Statistics Theory
+0812.3263 Optics
+0812.3265
+0812.3266
+0812.3275 Functional Analysis
+0812.3285 Information Theory
+0812.3286 Representation Theory
+0812.3288 Analysis of PDEs
+0812.3290
+0812.3295 Superconductivity
+0812.3297 Phenomenology
+0812.3300 Soft Condensed Matter
+0812.3306 Information Theory
+0812.3311 Probability
+0812.3316 Differential Geometry
+0812.3318 Dynamical Systems
+0812.3326 Probability
+0812.3338 Experiment
+0812.3344 Molecular Networks
+0812.3355 Rings and Algebras
+0812.3356
+0812.3365 Quantum Algebra
+0812.3366 Mesoscale and Nanoscale Physics
+0812.3369 Algebraic Geometry
+0812.3374 Number Theory
+0812.3377 Phenomenology
+0812.3384 Populations and Evolution
+0812.3385 Dynamical Systems
+0812.3386
+0812.3389 Differential Geometry
+acc-phys/9605001 Accelerator Physics
+acc-phys/9609006 Accelerator Physics
+astro-ph/0001413
+astro-ph/0002229
+astro-ph/0003177
+astro-ph/0011318
+astro-ph/0012052
+astro-ph/0012354
+astro-ph/0104144
+astro-ph/0105435
+astro-ph/0106104
+astro-ph/0106485
+astro-ph/0109357
+astro-ph/0204528
+astro-ph/0211068
+astro-ph/0307175
+astro-ph/0307377
+astro-ph/0310546
+astro-ph/0312100
+astro-ph/0407061
+astro-ph/0410398
+astro-ph/0410468
+astro-ph/0411410
+astro-ph/0411572
+astro-ph/0411578
+astro-ph/0411728
+astro-ph/0412066
+astro-ph/0412216
+astro-ph/0502050
+astro-ph/0506613
+astro-ph/0509080
+astro-ph/0509504
+astro-ph/0509597
+astro-ph/0510772
+astro-ph/0511708
+astro-ph/0512224
+astro-ph/0512422
+astro-ph/0512603
+astro-ph/0601320
+astro-ph/0601558
+astro-ph/0603594
+astro-ph/0604237
+astro-ph/0604365
+astro-ph/0606266
+astro-ph/0606406
+astro-ph/0606408
+astro-ph/0608142
+astro-ph/0608278
+astro-ph/0608390
+astro-ph/0608403
+astro-ph/0610155
+astro-ph/0611163
+astro-ph/0611466
+astro-ph/0611687
+astro-ph/0612107
+astro-ph/0701017
+astro-ph/0702124
+astro-ph/0702235
+astro-ph/0702595
+astro-ph/0703143
+astro-ph/0703163
+astro-ph/0703166
+astro-ph/0703213
+astro-ph/9407010
+astro-ph/9508071
+astro-ph/9707215
+astro-ph/9709194
+astro-ph/9810083
+astro-ph/9906489
+chao-dyn/9910018 Chaotic Dynamics
+chao-dyn/9910035 Chaotic Dynamics
+cond-mat/0003161 Soft Condensed Matter
+cond-mat/0003171 Statistical Mechanics
+cond-mat/0006007 Statistical Mechanics
+cond-mat/0006176 Superconductivity
+cond-mat/0007289 Statistical Mechanics
+cond-mat/0011141 Disordered Systems and Neural Networks
+cond-mat/0012088 Superconductivity
+cond-mat/0012511 Superconductivity
+cond-mat/0101360 Statistical Mechanics
+cond-mat/0102100 Mesoscale and Nanoscale Physics
+cond-mat/0103396 Superconductivity
+cond-mat/0106190 Mesoscale and Nanoscale Physics
+cond-mat/0106416 Statistical Mechanics
+cond-mat/0106460 Statistical Mechanics
+cond-mat/0108069
+cond-mat/0108369 Statistical Mechanics
+cond-mat/0109004 Superconductivity
+cond-mat/0109430
+cond-mat/0109547 Statistical Mechanics
+cond-mat/0111523
+cond-mat/0112271 Soft Condensed Matter
+cond-mat/0201048 Superconductivity
+cond-mat/0201088 Superconductivity
+cond-mat/0201285 Statistical Mechanics
+cond-mat/0201292 Superconductivity
+cond-mat/0202491 Superconductivity
+cond-mat/0203096 Statistical Mechanics
+cond-mat/0203274 Superconductivity
+cond-mat/0203406
+cond-mat/0204239 Superconductivity
+cond-mat/0204530 Mesoscale and Nanoscale Physics
+cond-mat/0205417
+cond-mat/0211489 Soft Condensed Matter
+cond-mat/0301499 Statistical Mechanics
+cond-mat/0304484 Materials Science
+cond-mat/0305609 Soft Condensed Matter
+cond-mat/0403070 Statistical Mechanics
+cond-mat/0405183 Statistical Mechanics
+cond-mat/0409179 Other Condensed Matter
+cond-mat/0409325 Mesoscale and Nanoscale Physics
+cond-mat/0411752 Strongly Correlated Electrons
+cond-mat/0504608 Other Condensed Matter
+cond-mat/0506443 Strongly Correlated Electrons
+cond-mat/0611427 Statistical Mechanics
+cond-mat/0612348 Statistical Mechanics
+cond-mat/0612601 Other Condensed Matter
+cond-mat/9302003
+cond-mat/9506016
+cond-mat/9511140
+cond-mat/9512110
+cond-mat/9604130
+cond-mat/9604164
+cond-mat/9605092
+cond-mat/9606083
+cond-mat/9612001 Statistical Mechanics
+cond-mat/9707123 Strongly Correlated Electrons
+cond-mat/9710015 Strongly Correlated Electrons
+cond-mat/9802111 Disordered Systems and Neural Networks
+cond-mat/9802273 Disordered Systems and Neural Networks
+cond-mat/9805300 Disordered Systems and Neural Networks
+cond-mat/9806059
+cond-mat/9807085
+cond-mat/9808066
+cond-mat/9901298 Mesoscale and Nanoscale Physics
+cond-mat/9902066 Soft Condensed Matter
+cond-mat/9902269 Strongly Correlated Electrons
+cond-mat/9902296 Statistical Mechanics
+cond-mat/9903068 Disordered Systems and Neural Networks
+cond-mat/9908113 Superconductivity
+cond-mat/9908373 Mesoscale and Nanoscale Physics
+cond-mat/9909087 Statistical Mechanics
+cond-mat/9909315
+gr-qc/0310043
+gr-qc/0402018
+gr-qc/0503027
+gr-qc/0602028
+gr-qc/0603127
+gr-qc/0605058
+gr-qc/0605116
+gr-qc/0606105
+gr-qc/0609067
+gr-qc/0611016
+gr-qc/0702048
+gr-qc/0702130
+gr-qc/9601017
+gr-qc/9810017
+hep-ex/0005002 Experiment
+hep-ex/0209048 Experiment
+hep-ex/0209068 Experiment
+hep-ex/0606065 Experiment
+hep-ex/0610086 Experiment
+hep-lat/0001032 Lattice
+hep-lat/0502007 Lattice
+hep-lat/0703009 Lattice
+hep-lat/9306019 Lattice
+hep-lat/9511026 Lattice
+hep-ph/0004155 Phenomenology
+hep-ph/0101032 Phenomenology
+hep-ph/0106215 Phenomenology
+hep-ph/0203186 Phenomenology
+hep-ph/0212133 Phenomenology
+hep-ph/0303262 Phenomenology
+hep-ph/0304058 Phenomenology
+hep-ph/0308014 Phenomenology
+hep-ph/0311270 Phenomenology
+hep-ph/0402168 Phenomenology
+hep-ph/0403131 Phenomenology
+hep-ph/0407174 Phenomenology
+hep-ph/0408271 Phenomenology
+hep-ph/0409122 Phenomenology
+hep-ph/0412074 Phenomenology
+hep-ph/0507028 Phenomenology
+hep-ph/0508315 Phenomenology
+hep-ph/0510138 Phenomenology
+hep-ph/0608038 Phenomenology
+hep-ph/0610384 Phenomenology
+hep-ph/0610404 Phenomenology
+hep-ph/0611045 Phenomenology
+hep-ph/0611189 Phenomenology
+hep-ph/0611191 Phenomenology
+hep-ph/0701208 Phenomenology
+hep-ph/0703114 Phenomenology
+hep-ph/0703115 Phenomenology
+hep-ph/0703118 Phenomenology
+hep-ph/0703124 Phenomenology
+hep-ph/9503481 Phenomenology
+hep-ph/9505336 Phenomenology
+hep-ph/9507235 Phenomenology
+hep-ph/9601217 Phenomenology
+hep-ph/9608294 Phenomenology
+hep-ph/9611454 Phenomenology
+hep-ph/9612407 Phenomenology
+hep-ph/9905468 Phenomenology
+hep-ph/9906244 Phenomenology
+hep-ph/9908328 Phenomenology
+hep-ph/9909238 Phenomenology
+hep-ph/9910373 Phenomenology
+hep-th/0112071 Theory
+hep-th/0207137 Theory
+hep-th/0310204 Theory
+hep-th/0407250 Theory
+hep-th/0502183 Theory
+hep-th/0503235 Theory
+hep-th/0507162 Theory
+hep-th/0508137 Theory
+hep-th/0608191 Theory
+hep-th/0609074 Theory
+hep-th/0609098 Theory
+hep-th/0609133 Theory
+hep-th/0610263 Theory
+hep-th/0611346 Theory
+hep-th/0612036 Theory
+hep-th/0703175 Theory
+hep-th/0703267 Theory
+hep-th/0703289 Theory
+hep-th/9308023 Theory
+hep-th/9311099 Theory
+hep-th/9401046 Theory
+hep-th/9406215 Theory
+hep-th/9701095 Theory
+hep-th/9703110 Theory
+hep-th/9706117 Theory
+hep-th/9706192 Theory
+hep-th/9808079 Theory
+math-ph/0609070
+math-ph/0612045
+math-ph/9804001
+math/0601289 Optimization and Control
+math/0608324 Geometric Topology
+math/0609490 Geometric Topology
+math/0609708 Number Theory
+math/0701618 Group Theory
+math/0702058 Probability
+nlin/0101035 Exactly Solvable and Integrable Systems
+nlin/0110001 Exactly Solvable and Integrable Systems
+nlin/0207006 Chaotic Dynamics
+nlin/0405013 Chaotic Dynamics
+nlin/0410050 Chaotic Dynamics
+nlin/0502054 Exactly Solvable and Integrable Systems
+nucl-ex/0305012
+nucl-ex/0507030
+nucl-ex/0609001
+nucl-th/0104013
+nucl-th/0502046
+nucl-th/0605044
+nucl-th/0610124
+nucl-th/9907011
+physics/0009090 Atomic Physics
+physics/0102020 Optics
+physics/0102045 Atomic Physics
+physics/0110032 Atomic Physics
+physics/0403014 Accelerator Physics
+physics/0404050 Atomic Physics
+physics/0412033 Plasma Physics
+physics/0501036 Instrumentation and Detectors
+physics/0501144 Atomic Physics
+physics/0507040 Atomic Physics
+physics/0510229 Instrumentation and Detectors
+physics/0511065 Medical Physics
+physics/0603071 Data Analysis, Statistics and Probability
+physics/0604098 Chemical Physics
+physics/0606128 Chemical Physics
+physics/0609026 General Physics
+physics/0612175 Accelerator Physics
+physics/0612203 Chemical Physics
+physics/9911054 Atomic and Molecular Clusters
+quant-ph/0008040
+quant-ph/0103129
+quant-ph/0201137
+quant-ph/0204031
+quant-ph/0204126
+quant-ph/0208076
+quant-ph/0410236
+quant-ph/0702263
+quant-ph/9604024
+quant-ph/9605021
+quant-ph/9608028
+quant-ph/9608046
+quant-ph/9609024
+quant-ph/9611011
+quant-ph/9611014
+quant-ph/9702031
+quant-ph/9704002
+quant-ph/9708002
+quant-ph/9709024
+quant-ph/9802002
+quant-ph/9802005
+quant-ph/9808065
+quant-ph/9810014
+quant-ph/9810022
+quant-ph/9902031
+quant-ph/9902036
+quant-ph/9902063
+quant-ph/9902082
+quant-ph/9903034
+quant-ph/9903039
+quant-ph/9903062
+quant-ph/9903068
+quant-ph/9903076
+quant-ph/9903083
+quant-ph/9903101
+quant-ph/9904049
+quant-ph/9904055
+quant-ph/9904059
+quant-ph/9904064
+quant-ph/9904068
+quant-ph/9904100
+quant-ph/9905023
+quant-ph/9905027
+quant-ph/9905051
+quant-ph/9905082
+quant-ph/9905095
+quant-ph/9905101
+quant-ph/9906025
+quant-ph/9906026
+quant-ph/9906027
+quant-ph/9906072
+quant-ph/9906078
+quant-ph/9906080
+quant-ph/9907018
+quant-ph/9907036
+quant-ph/9907042
+quant-ph/9907047
+quant-ph/9907059
+quant-ph/9907062
+quant-ph/9907072
+quant-ph/9907080
+quant-ph/9907088
+quant-ph/9912093
+0704.0093 Superconductivity
+0706.0833
+0706.2827 Algebraic Geometry
+0706.3024 Group Theory
+0706.3354 Other Condensed Matter
+0707.2709 Mesoscale and Nanoscale Physics
+0707.3197 Strongly Correlated Electrons
+0707.3427 Mesoscale and Nanoscale Physics
+0707.3819 Mesoscale and Nanoscale Physics
+0708.0804 Geometric Topology
+0708.3154
+0708.3685 Complex Variables
+0708.3739 Statistical Mechanics
+0709.0880 Materials Science
+0709.1268
+0709.3121 Machine Learning
+0710.0169 Information Retrieval
+0710.0285
+0710.1056
+0710.1342 Theory
+0710.2050 Materials Science
+0712.0714 Theory
+0712.1018
+0712.1219 Neurons and Cognition
+0712.1844 Optimization and Control
+0712.3147 Artificial Intelligence
+0712.3624 Mesoscale and Nanoscale Physics
+0801.0465 Quantum Algebra
+0801.0738 Geometric Topology
+0801.2089 Number Theory
+0801.2098 Fluid Dynamics
+0801.2171 Dynamical Systems
+0801.2175 Graphics
+0801.2185 Information Theory
+0801.2187 Cryptography and Security
+0801.2196 Physics and Society
+0801.2201 Hardware Architecture
+0801.2202
+0801.2205 Rings and Algebras
+0801.2207 Rings and Algebras
+0801.2210 Rings and Algebras
+0801.2211 Rings and Algebras
+0801.2225 Materials Science
+0801.2230 Analysis of PDEs
+0801.2234 Analysis of PDEs
+0801.2240
+0801.2247 Commutative Algebra
+0801.2249 Materials Science
+0801.2252 Materials Science
+0801.2255
+0801.2256 Combinatorics
+0801.2259 Operator Algebras
+0801.2261 Other Quantitative Biology
+0801.2282 Algebraic Geometry
+0801.2286 Algebraic Geometry
+0801.2295 Atmospheric and Oceanic Physics
+0801.2302 Other Quantitative Biology
+0801.2304
+0801.2305 Logic
+0801.2308 Classical Physics
+0801.2309 Optics
+0801.2310 Analysis of PDEs
+0801.2311 Fluid Dynamics
+0801.2312 Materials Science
+0801.2314 Functional Analysis
+0801.2315
+0801.2316 Analysis of PDEs
+0801.2319 Probability
+0801.2321
+0801.2322 Spectral Theory
+0801.2324 Strongly Correlated Electrons
+0801.2325 Probability
+0801.2327
+0801.2329 Commutative Algebra
+0801.2330 Strongly Correlated Electrons
+0801.2331
+0801.2333 Fluid Dynamics
+0801.2335 Disordered Systems and Neural Networks
+0801.2336 Probability
+0801.2341 Probability
+0801.2344 Phenomenology
+0801.2347 Discrete Mathematics
+0801.2349 Fluid Dynamics
+0801.2350
+0801.2351 Probability
+0801.2352 K-Theory and Homology
+0801.2354 Populations and Evolution
+0801.2355 Analysis of PDEs
+0801.2356
+0801.2362 Chemical Physics
+0801.2368 Logic
+0801.2376 Complex Variables
+0801.2378 Data Structures and Algorithms
+cond-mat/0504100 Superconductivity
+cond-mat/0612197 Superconductivity
+math/0505205 Metric Geometry
+math/0510040 Quantum Algebra
+math/0602158 Operator Algebras
+math/0605228 Operator Algebras
+math/0606747 Numerical Analysis
+math/0607583 Number Theory
+math/0609713 Complex Variables
+math/0612006 Algebraic Geometry
+math/0703230 Algebraic Geometry
+nlin/0612005 Pattern Formation and Solitons
+nlin/0701010 Exactly Solvable and Integrable Systems
+physics/0702194 Biological Physics
+quant-ph/0702229
+0704.2510
+0705.1299 Atomic Physics
+0705.3312 Strongly Correlated Electrons
+0706.1574 Statistical Mechanics
+0706.1841 Strongly Correlated Electrons
+0706.3815 General Topology
+0706.3937 Metric Geometry
+0706.4180 General Physics
+0707.1402 Plasma Physics
+0707.4230 Mesoscale and Nanoscale Physics
+0708.3161 Strongly Correlated Electrons
+0709.1399 Soft Condensed Matter
+0709.3016 Logic
+0709.4352 Differential Geometry
+0709.4596 Statistical Mechanics
+0710.0976 Statistical Mechanics
+0710.5264 Soft Condensed Matter
+0711.1256 Disordered Systems and Neural Networks
+0711.2195 Algebraic Geometry
+0711.3836 Quantum Algebra
+0712.1300 Dynamical Systems
+0712.1669 Analysis of PDEs
+0801.1201 Strongly Correlated Electrons
+0802.1590 Quantum Algebra
+0802.1706
+0802.2193 Cellular Automata and Lattice Gases
+0802.2875 Theory
+0802.3376 Algebraic Geometry
+0802.3659 Operator Algebras
+0802.4272 Dynamical Systems
+0802.4300 Quantum Algebra
+0802.4308 Representation Theory
+0802.4310 Theory
+0802.4313 Symplectic Geometry
+0802.4316 Materials Science
+0802.4323 Algebraic Geometry
+0802.4324 Atmospheric and Oceanic Physics
+0802.4326 Computation and Language
+0802.4331 Number Theory
+0802.4337 General Physics
+0802.4350 Chaotic Dynamics
+0802.4355
+0802.4356
+0802.4358 Analysis of PDEs
+0802.4360 Mesoscale and Nanoscale Physics
+0802.4361 Molecular Networks
+0802.4371 Combinatorics
+0802.4373 General Mathematics
+0802.4381 Optimization and Control
+0802.4382 Optimization and Control
+0802.4389
+0802.4390 Information Theory
+0802.4400 Mesoscale and Nanoscale Physics
+0802.4414 Category Theory
+0802.4418 Statistical Mechanics
+0802.4425 Group Theory
+0802.4432 Complex Variables
+0802.4434 Probability
+0802.4437 Superconductivity
+0802.4448
+0802.4450 Multiagent Systems
+0802.4451 Algebraic Geometry
+0802.4453
+cond-mat/0609604 Other Condensed Matter
+cs/0612051 Information Theory
+gr-qc/0609003
+math/0407145 Metric Geometry
+math/0608197 Differential Geometry
+math/0612712 Differential Geometry
+math/0702242 Combinatorics
+math/0703297 Symplectic Geometry
+physics/0101074 General Physics
+q-alg/9709011 Quantum Algebra
+0704.1847 Physics and Society
+0706.2905
+0706.3108 Computational Physics
+0706.3405 Combinatorics
+0707.3174 Combinatorics
+0707.3882
+0709.1466 Classical Analysis and ODEs
+0710.5816 Statistical Mechanics
+0801.1278 Statistical Mechanics
+0802.1406 Statistics Theory
+0802.3347 Statistical Mechanics
+0803.0222 Superconductivity
+0803.3849
+0804.2292
+0805.0088 Atomic Physics
+0805.4806 Strongly Correlated Electrons
+0806.3355 Algebraic Geometry
+0806.4627 Databases
+0807.0233 Statistical Mechanics
+0807.2212
+0807.3554
+0807.4694 Number Theory
+0808.1614
+0808.1717 Complex Variables
+0808.3030 Soft Condensed Matter
+0808.3230 Optimization and Control
+0808.3746 Learning
+0809.2310 Phenomenology
+0809.2579 Algebraic Geometry
+0809.2851 Digital Libraries
+0809.3509 Experiment
+0809.4232 Probability
+0809.4809 Experiment
+0809.4957 Statistical Mechanics
+0810.0026
+0810.0872
+0810.1078 Strongly Correlated Electrons
+0810.2128 Phenomenology
+0810.2608 Combinatorics
+0810.2631
+0810.2860
+0810.3039
+0810.3246 Superconductivity
+0810.3247 Materials Science
+0810.3248 Physics and Society
+0810.3249 Materials Science
+0810.3252
+0810.3264 Strongly Correlated Electrons
+0810.3266 Algebraic Topology
+0810.3269 Instrumentation and Detectors
+0810.3270 Phenomenology
+0810.3273 Spectral Theory
+0810.3275 Spectral Theory
+0810.3277 Spectral Theory
+0810.3284 Experiment
+0810.3286 Optimization and Control
+0810.3290 Materials Science
+0810.3293
+0810.3295 Optimization and Control
+0810.3297
+0810.3298 Combinatorics
+0810.3299 Symplectic Geometry
+0810.3301 Experiment
+0810.3302 Strongly Correlated Electrons
+0810.3306 Differential Geometry
+0810.3307 Differential Geometry
+0810.3308 K-Theory and Homology
+0810.3309 Lattice
+0810.3312 Experiment
+0810.3315 Phenomenology
+0810.3318
+0810.3320 Experiment
+0810.3323 Experiment
+0810.3324 Phenomenology
+0810.3326 Experiment
+0810.3328 Theory
+0810.3330
+0810.3332 Programming Languages
+0810.3334 Algebraic Geometry
+0810.3338 Experiment
+0810.3343 Probability
+0810.3346
+0810.3356 Neural and Evolutionary Computing
+0810.3361 Experiment
+0810.3362 Experiment
+0810.3365
+0810.3367 Analysis of PDEs
+0810.3368
+0810.3369 Analysis of PDEs
+0810.3370 Optics
+0810.3371 Differential Geometry
+0810.3375 Classical Physics
+0810.3381
+0810.3387 Strongly Correlated Electrons
+0810.3388 Combinatorics
+0810.3393
+0810.3398 Analysis of PDEs
+0810.3401 Optics
+0810.3408 Instrumentation and Detectors
+0810.3409
+0810.3410 Statistical Mechanics
+0810.3411 Phenomenology
+0810.3415 Experiment
+0810.3416 Computation and Language
+0810.3418 Computer Vision and Pattern Recognition
+0810.3422 Information Theory
+0810.3426
+0810.3427 Analysis of PDEs
+0810.3428 Experiment
+0810.3429 Instrumentation and Detectors
+0810.3436 Experiment
+0810.3438 Data Structures and Algorithms
+0810.3443 Experiment
+0810.3448 Experiment
+0810.3451 Artificial Intelligence
+0810.3461 Statistical Mechanics
+0810.3463 Phenomenology
+0810.3464 Experiment
+0810.3468 Performance
+0810.3474 Artificial Intelligence
+0810.3476 Materials Science
+0810.3484 Neural and Evolutionary Computing
+0810.3487 Soft Condensed Matter
+0810.3489 Soft Condensed Matter
+0810.3492 Neural and Evolutionary Computing
+0810.3494
+0810.3497 Soft Condensed Matter
+0810.3499
+0810.3501 Superconductivity
+0810.3508
+0810.3509 Materials Science
+0810.3510 Phenomenology
+0810.3512 General Physics
+0810.3514 Experiment
+0810.3515 Experiment
+0810.3524 Phenomenology
+0810.3525 Learning
+0810.3533 Experiment
+0810.3534 Materials Science
+0810.3541 Experiment
+0810.3543
+0810.3546 Experiment
+0810.3554 Combinatorics
+0810.3555 Instrumentation and Detectors
+0810.3557
+0810.3558
+0810.3560 Phenomenology
+0810.3563
+0810.3564 Information Theory
+0810.3570 Experiment
+0810.3572
+0810.3573 Chaotic Dynamics
+0810.3574 Experiment
+0810.3578 Quantum Algebra
+0810.3579 Computer Vision and Pattern Recognition
+0810.3582 Experiment
+0810.3583 Experiment
+0810.3587 Number Theory
+0810.3590 Numerical Analysis
+0810.3591
+0810.3599 Phenomenology
+0810.3600
+0810.3602 Plasma Physics
+0810.3604 Experiment
+0810.3606 Experiment
+0810.3609 Data Analysis, Statistics and Probability
+0810.3610 Experiment
+0810.3611 Classical Physics
+0810.3612 Experiment
+0810.3617 Experiment
+0810.3618 Experiment
+0810.3620 Phenomenology
+0810.3623 Theory
+0810.3624 Phenomenology
+0810.3626 Networking and Internet Architecture
+0810.3627 Experiment
+0810.3629 Quantum Algebra
+0810.3632 Experiment
+0810.3633 Phenomenology
+0810.3634 Algebraic Geometry
+0810.3635 Phenomenology
+0810.3638 Representation Theory
+0810.3639
+0810.3641 Symbolic Computation
+0810.3642 Experiment
+0810.3643 Experiment
+0810.3644
+0810.3645 Experiment
+0810.3646 Experiment
+math/0311002 Number Theory
+math/0408069 Number Theory
+math/0411062 Operator Algebras
+math/0604524 Number Theory
+math/0610204 Geometric Topology
+physics/0512268 Physics and Society
+0704.0957 Probability
+0704.3139 Materials Science
+0706.1336 Chaotic Dynamics
+0706.3848 Discrete Mathematics
+0708.1108 General Physics
+0708.1357 Combinatorics
+0708.2803
+0710.2242 Algebraic Geometry
+0711.0730
+0711.1824 Theory
+0712.1181 Experiment
+0801.0515 Superconductivity
+0801.1005 Mesoscale and Nanoscale Physics
+0801.1621 Rings and Algebras
+0801.1749 Classical Analysis and ODEs
+0801.1832 Group Theory
+0801.2077 Materials Science
+0801.2926 Algebraic Geometry
+0801.2987 Combinatorics
+0801.2991 Probability
+0801.2996 Complex Variables
+0801.3003
+0801.3004 Other Condensed Matter
+0801.3007 Genomics
+0801.3008 Number Theory
+0801.3011 Rings and Algebras
+0801.3012 Strongly Correlated Electrons
+0801.3013 Rings and Algebras
+0801.3016 Representation Theory
+0801.3017 Analysis of PDEs
+0801.3022 Representation Theory
+0801.3024 Information Theory
+0801.3025 Representation Theory
+0801.3027 Probability
+0801.3030 Popular Physics
+0801.3037
+0801.3038 Metric Geometry
+0801.3039 Phenomenology
+0801.3041 Complex Variables
+0801.3042 Information Theory
+0801.3050
+0801.3054 Phenomenology
+0801.3055 Strongly Correlated Electrons
+0801.3057 Other Condensed Matter
+0801.3059
+0801.3061 Mesoscale and Nanoscale Physics
+0801.3065 Logic in Computer Science
+0801.3066 Superconductivity
+0801.3070 Superconductivity
+0801.3075
+0801.3076 Theory
+0801.3084 Materials Science
+0801.3091 Superconductivity
+0801.3093 Group Theory
+0801.3095 Strongly Correlated Electrons
+0801.3101 Algebraic Geometry
+0801.3102 Human-Computer Interaction
+0801.3104
+0801.3107 Geometric Topology
+0801.3108 Algebraic Topology
+0801.3132 Experiment
+0801.3135 Mesoscale and Nanoscale Physics
+0801.3147 Data Structures and Algorithms
+0801.3148 Soft Condensed Matter
+0801.3157 Statistics Theory
+0801.3158 Atomic Physics
+0801.3161 Materials Science
+0801.3162 Classical Physics
+0801.3164 Theory
+0801.3173
+0801.3175
+0801.3177
+0801.3178 Group Theory
+0801.3183 Soft Condensed Matter
+0801.3185 Optimization and Control
+0801.3189
+0801.3200
+0801.3207 Mesoscale and Nanoscale Physics
+0801.3214
+0801.3221 Statistical Mechanics
+0801.3226
+0801.3227 Geometric Topology
+0801.3236 Algebraic Geometry
+0801.3240
+0801.3243
+0801.3245 Algebraic Geometry
+0801.3248 Differential Geometry
+0801.3249 Graphics
+0801.3250
+0801.3253 Geometric Topology
+0801.3257 Probability
+0801.3258
+0801.3260 Quantum Algebra
+0801.3262
+cond-mat/0404133 Superconductivity
+hep-th/0611032 Theory
+math/0202075 Spectral Theory
+math/0611438 Commutative Algebra
+math/0703323 Algebraic Geometry
+q-bio/0612028 Populations and Evolution
+quant-ph/0506023
+quant-ph/0611215
+0706.0115
+0706.1233
+0706.3095 Instrumentation and Detectors
+0707.1431
+0708.1784 Phenomenology
+0708.4141
+0709.4261
+0709.4270
+0709.4278
+0709.4279
+0709.4281
+0710.0010 Optimization and Control
+0710.0058
+0710.4766 Theory
+0710.5490 Phenomenology
+0710.5676 Theory
+0711.0960
+0711.1194
+0711.1465 Theory
+0711.1714
+0711.1717
+0711.3504
+0711.3546
+0711.3554
+0712.0946 Theory
+0801.1797 Theory
+0801.2808 Theory
+0801.4799 Phenomenology
+0802.0801 Theory
+0802.2726 Phenomenology
+0803.0574
+0803.0787 Phenomenology
+0803.3287
+0803.3304 Theory
+0804.1252 Phenomenology
+0804.3809 Lattice
+0804.3824
+0805.0613 Theory
+0805.3063 Phenomenology
+0806.0213 Phenomenology
+0806.0608
+0806.1370
+0806.2661 Theory
+0806.4460 Theory
+0806.4630 Fluid Dynamics
+0807.0555 Phenomenology
+0807.1588 Phenomenology
+0807.2990
+0807.3968 Superconductivity
+0807.4486 Phenomenology
+0807.4625 Phenomenology
+0808.0169
+0808.0355 Theory
+0808.0614 Theory
+0808.1155
+0808.2333 Phenomenology
+0809.0043 Phenomenology
+0809.0054 Optics
+0809.0175 Theory
+0809.0543 Instrumentation and Detectors
+0809.1083 Theory
+0809.1480
+0809.4895 Theory
+0810.0298 Theory
+0810.1089
+0810.1246 Theory
+0810.2964 Theory
+0810.4291 Theory
+0812.3613 Numerical Analysis
+0812.4459 Quantum Algebra
+0812.4460 Artificial Intelligence
+0812.4461 Information Retrieval
+0812.4462 Mesoscale and Nanoscale Physics
+0812.4463 Superconductivity
+0812.4465
+0812.4475 Operator Algebras
+0812.4476 Geometric Topology
+0812.4477 Algebraic Geometry
+0812.4478 Classical Physics
+0812.4479 Number Theory
+0812.4480 Algebraic Geometry
+0812.4482 Quantum Algebra
+0812.4492 Physics Education
+0812.4494 Phenomenology
+0812.4498 Differential Geometry
+0812.4507 Classical Physics
+0812.4511
+0812.4523 Computational Engineering, Finance, and Science
+0812.4532
+0812.4535 Differential Geometry
+0812.4544 Complex Variables
+0812.4548 Computational Finance
+0812.4549 Differential Geometry
+0812.4561
+0812.4562 Combinatorics
+0812.4563 Phenomenology
+0812.4564 Complex Variables
+0812.4565
+0812.4567 Classical Analysis and ODEs
+0812.4570 Classical Analysis and ODEs
+0812.4572 Phenomenology
+astro-ph/0505520
+astro-ph/0611712
+hep-ph/0610395 Phenomenology
+hep-ph/9504403 Phenomenology
+hep-ph/9506235 Phenomenology
+hep-ph/9508213 Phenomenology
+hep-ph/9508404 Phenomenology
+hep-ph/9605387 Phenomenology
+hep-ph/9609271 Phenomenology
+hep-ph/9609283 Phenomenology
+hep-ph/9704232 Phenomenology
+hep-ph/9707484 Phenomenology
+hep-ph/9803273 Phenomenology
+hep-th/0611059 Theory
+math/0605604 Differential Geometry
+nucl-th/0701085
+0705.4498 Operator Algebras
+0712.0686
+0803.3138 Spectral Theory
+0805.3453 Superconductivity
+0806.1826 Classical Analysis and ODEs
+0807.2436 Statistical Mechanics
+0809.5273 Operator Algebras
+0810.2469 Superconductivity
+0811.1251 Materials Science
+0811.2401 Theory
+0811.2603 Physics and Society
+gr-qc/0502037
+gr-qc/0606053
+math/0504551 Probability
+quant-ph/0604133
+quant-ph/0703225
+0705.2302 Probability
+0706.0638 Quantum Algebra
+0708.1965 Probability
+0710.0721 Quantum Algebra
+0710.5011 Strongly Correlated Electrons
+0712.1990 Atomic Physics
+0712.2160
+0712.3049
+0801.0875 Dynamical Systems
+0801.1185 Information Theory
+0801.3413 Analysis of PDEs
+0801.4175 Superconductivity
+0802.0708
+0802.1225
+0802.2902 Chemical Physics
+0803.0293 Strongly Correlated Electrons
+0803.0869 Mesoscale and Nanoscale Physics
+0803.2641
+0803.2737 Strongly Correlated Electrons
+0803.2844
+0803.3072 Analysis of PDEs
+0803.3177 Spectral Theory
+0803.3179 Analysis of PDEs
+0803.3397 Representation Theory
+0803.3477
+0804.1649 Symbolic Computation
+0804.1679 Symbolic Computation
+0804.1687 Commutative Algebra
+0804.1707 Symbolic Computation
+0804.2053 Superconductivity
+0804.2243 Superconductivity
+0805.0450 Geophysics
+0805.0634 Populations and Evolution
+0805.1319 Cellular Automata and Lattice Gases
+0805.1429
+0805.1893
+0805.1928
+0805.1941
+0805.1945 Experiment
+0805.1946 Experiment
+0805.1949 Probability
+0805.1953 Complex Variables
+0805.1954 Functional Analysis
+0805.1956 Differential Geometry
+0805.1958 Superconductivity
+0805.1960 Experiment
+0805.1967 Probability
+0805.1968 Performance
+0805.1970 Phenomenology
+0805.1980 Classical Analysis and ODEs
+0805.1985 Number Theory
+0805.1986
+0805.1991 Phenomenology
+0805.1992 Phenomenology
+0805.1995 Mesoscale and Nanoscale Physics
+0805.1996 Operator Algebras
+0805.2002 Statistics Theory
+0805.2011 Analysis of PDEs
+0805.2017
+0805.2025 Functional Analysis
+0805.2026 Logic
+0805.2028 Functional Analysis
+0805.2032 General Topology
+0805.2034 Logic
+0805.2045 Digital Libraries
+0805.2051 Soft Condensed Matter
+0805.2052 Phenomenology
+0805.2056
+0805.2060 Differential Geometry
+0805.2066 Geometric Topology
+0805.2076 Materials Science
+0805.2079
+0805.2081 Discrete Mathematics
+0805.2082
+0805.2083 Discrete Mathematics
+0805.2086 Experiment
+0805.2090 Phenomenology
+0805.2092 Number Theory
+0805.2095 Number Theory
+0805.2100 Soft Condensed Matter
+0805.2104 Dynamical Systems
+0805.2105 Combinatorics
+0805.2111 Numerical Analysis
+0805.2112
+0805.2114 Number Theory
+0805.2115 Strongly Correlated Electrons
+0805.2122
+0805.2125 Geophysics
+0805.2127 Phenomenology
+0805.2128 Combinatorics
+0805.2132
+0805.2135 Computational Complexity
+0805.2144 Number Theory
+0805.2147
+cond-mat/0612006 Strongly Correlated Electrons
+hep-ph/0204116 Phenomenology
+math/0210286 Probability
+math/0501550 Geometric Topology
+math/0504067 Dynamical Systems
+math/0505675 Differential Geometry
+math/0611590 Algebraic Geometry
+math/0701552 Algebraic Topology
+math/0703348 Symplectic Geometry
+q-bio/0508031 Biomolecules
+q-bio/0702035 Populations and Evolution
+0705.2186 Commutative Algebra
+0705.3022 Biological Physics
+0706.4233 Optimization and Control
+0708.3886 Superconductivity
+0710.3713 Soft Condensed Matter
+0711.0059 Materials Science
+0801.0283 Differential Geometry
+0802.0366 Mesoscale and Nanoscale Physics
+0802.2336 Algebraic Geometry
+0802.3364 Methodology
+0803.0541 Mesoscale and Nanoscale Physics
+0803.3799 Strongly Correlated Electrons
+0804.0396 Computational Complexity
+0804.1286 Mesoscale and Nanoscale Physics
+0804.3234 Computer Vision and Pattern Recognition
+0805.1408 Strongly Correlated Electrons
+0805.2497
+0806.3112 Quantum Algebra
+0807.0966 Exactly Solvable and Integrable Systems
+0807.1234 Differential Geometry
+0807.2513 Materials Science
+0808.0681 Mesoscale and Nanoscale Physics
+0808.0724 Differential Geometry
+0808.0732 Cryptography and Security
+0808.0733 Strongly Correlated Electrons
+0808.1170 Materials Science
+0809.1034 Mesoscale and Nanoscale Physics
+0809.1490 Statistical Mechanics
+0809.1756 Theory
+0810.0158 Statistical Mechanics
+0810.1133 Experiment
+0810.1200 Experiment
+0810.3040
+0810.3396 Phenomenology
+0810.3654 Theory
+0810.4149 Superconductivity
+0810.4153 Optimization and Control
+0810.4156 Mesoscale and Nanoscale Physics
+0810.4158 Algebraic Geometry
+0810.4168 Populations and Evolution
+0810.4171 Cryptography and Security
+0810.4173 Group Theory
+0810.4175 Experiment
+0810.4177 Group Theory
+0810.4183 Geometric Topology
+0810.4185 Numerical Analysis
+0810.4188 Information Theory
+0810.4190 Differential Geometry
+0810.4191 Geometric Topology
+0810.4196 Numerical Analysis
+0810.4203 Differential Geometry
+0810.4215 Plasma Physics
+0810.4219
+0810.4224 Number Theory
+0810.4225 Numerical Analysis
+0810.4238 Statistics Theory
+0810.4240 Functional Analysis
+0810.4241 Group Theory
+0810.4245 Phenomenology
+0810.4249 Computational Complexity
+0810.4250 Phenomenology
+0810.4253 Operator Algebras
+0810.4259 Differential Geometry
+0810.4263 Statistics Theory
+0810.4271 Probability
+0810.4272 Materials Science
+0810.4279 Algebraic Geometry
+0810.4287
+0810.4293 Theory
+0810.4300 Dynamical Systems
+0810.4321 Experiment
+0810.4323 Classical Physics
+0810.4324
+0810.4326 Optimization and Control
+cond-mat/0603725 Disordered Systems and Neural Networks
+cond-mat/0607083 Statistical Mechanics
+cond-mat/0607520 Materials Science
+math/0308135 Representation Theory
+math/0604113 Differential Geometry
+math/0608616 Functional Analysis
+math/0701671 Algebraic Geometry
+math/0701795 Functional Analysis
+quant-ph/0310004
+quant-ph/0612181
+0704.2227 Mesoscale and Nanoscale Physics
+0706.0789 Probability
+0706.2550
+0706.3445
+0706.3472 Probability
+0707.3001
+0708.4213 Representation Theory
+0710.1059 Theory
+0710.1625 K-Theory and Homology
+0712.0037 Statistical Mechanics
+0712.1951 Probability
+0801.0035 Mesoscale and Nanoscale Physics
+0801.0600 Other Condensed Matter
+0801.3754 Algebraic Geometry
+0802.1512 Statistical Mechanics
+0802.1817
+0802.4241 Strongly Correlated Electrons
+0803.0063
+0803.4412 Mesoscale and Nanoscale Physics
+0804.3073 Functional Analysis
+0804.3318 Chemical Physics
+0805.0657 Atomic and Molecular Clusters
+0805.0992 Combinatorics
+0805.2062 Mesoscale and Nanoscale Physics
+0805.2094 Phenomenology
+0805.2772 Classical Analysis and ODEs
+0805.4100 Group Theory
+0805.4227 Number Theory
+0805.4726
+0806.1662 Mesoscale and Nanoscale Physics
+0806.3852 Phenomenology
+0806.3992
+0806.4502 General Physics
+0807.0577 General Mathematics
+0807.0655
+0807.0886 Chemical Physics
+0807.0936 Rings and Algebras
+0807.0971
+0807.1106 Methodology
+0807.1131 History and Overview
+0807.1136 Fluid Dynamics
+0807.1138 Phenomenology
+0807.1139 Data Structures and Algorithms
+0807.1140 Strongly Correlated Electrons
+0807.1142 Rings and Algebras
+0807.1148 Rings and Algebras
+0807.1152 Algebraic Geometry
+0807.1153 Networking and Internet Architecture
+0807.1156
+0807.1159 Materials Science
+0807.1160 Networking and Internet Architecture
+0807.1162 Performance
+0807.1165 Logic in Computer Science
+0807.1167 Theory
+0807.1169 Networking and Internet Architecture
+0807.1170 Algebraic Geometry
+0807.1173 Software Engineering
+0807.1174 Number Theory
+0807.1175 Strongly Correlated Electrons
+0807.1177 Analysis of PDEs
+0807.1188 Phenomenology
+0807.1190 Rings and Algebras
+0807.1197 Disordered Systems and Neural Networks
+0807.1200
+0807.1206 Genomics
+0807.1209 Chemical Physics
+0807.1211 Programming Languages
+0807.1214 Group Theory
+0807.1217 Combinatorics
+0807.1221 Computational Geometry
+0807.1228 Performance
+0807.1236 Phenomenology
+0807.1240
+0807.1242 Soft Condensed Matter
+0807.1246 Strongly Correlated Electrons
+0807.1247 Complex Variables
+0807.1251
+0807.1254 Logic
+0807.1257 Functional Analysis
+0807.1262 Materials Science
+0807.1265 Analysis of PDEs
+0807.1267 Distributed, Parallel, and Cluster Computing
+0807.1272
+0807.1273 Statistical Mechanics
+0807.1276 Genomics
+0807.1277 Discrete Mathematics
+0807.1285 Adaptation and Self-Organizing Systems
+0807.1289 Functional Analysis
+0807.1291 Experiment
+0807.1296
+0807.1297 Computer Science and Game Theory
+0807.1307 Symplectic Geometry
+0807.1320
+cond-mat/0208540 Mesoscale and Nanoscale Physics
+cond-mat/0411042 Strongly Correlated Electrons
+cond-mat/0411058 Mesoscale and Nanoscale Physics
+cond-mat/0507417 Soft Condensed Matter
+cond-mat/0512189 Soft Condensed Matter
+cond-mat/0603128 Statistical Mechanics
+cond-mat/0607659 Mesoscale and Nanoscale Physics
+cond-mat/0608019 Soft Condensed Matter
+cond-mat/0609418 Soft Condensed Matter
+cond-mat/0612279 Statistical Mechanics
+cond-mat/0701382 Materials Science
+cond-mat/0701716 Soft Condensed Matter
+cond-mat/9709031 Mesoscale and Nanoscale Physics
+cond-mat/9907190 Superconductivity
+cs/0405112 Discrete Mathematics
+cs/0412017 Networking and Internet Architecture
+cs/0703026 Symbolic Computation
+hep-ph/0604186 Phenomenology
+hep-th/0111188 Theory
+math/0105002 Quantum Algebra
+math/0203229 Combinatorics
+math/0207030 Combinatorics
+math/0305403 Dynamical Systems
+math/0309241 Classical Analysis and ODEs
+math/0309242 Classical Analysis and ODEs
+math/0409260 Symplectic Geometry
+math/0609198 Classical Analysis and ODEs
+math/0701451 Dynamical Systems
+math/0702164 Differential Geometry
+nucl-th/0407047
+q-bio/0611088 Genomics
+0704.3912 Algebraic Geometry
+0706.3467
+0708.2261
+0708.3981 Differential Geometry
+0709.1562 Strongly Correlated Electrons
+0709.2094 Other Condensed Matter
+0709.2857 Geometric Topology
+0710.0824 Logic in Computer Science
+0710.0858 Mesoscale and Nanoscale Physics
+0710.0902
+0710.3475 Disordered Systems and Neural Networks
+0711.0080 Statistical Mechanics
+0711.3359 Phenomenology
+0711.3614 Strongly Correlated Electrons
+0712.1774
+0712.1823 Mesoscale and Nanoscale Physics
+0712.2941 Statistical Mechanics
+0712.3021 Differential Geometry
+0712.3924 Statistical Mechanics
+0801.0160 Mesoscale and Nanoscale Physics
+0801.0963 Combinatorics
+0801.1191 Strongly Correlated Electrons
+0801.1300 Data Structures and Algorithms
+0801.1768 Materials Science
+0801.4367 Geometric Topology
+0801.4639 Phenomenology
+0803.1135 Algebraic Geometry
+0803.2399 Data Analysis, Statistics and Probability
+0803.3507 Statistical Mechanics
+0803.3719 Soft Condensed Matter
+0804.0058 Chemical Physics
+0804.0209 Combinatorics
+0804.0474 Materials Science
+0804.0632 Theory
+0804.2362 Combinatorics
+0804.2677
+0804.2683 General Physics
+0804.2684
+0804.2689
+0804.2690 Commutative Algebra
+0804.2698 Differential Geometry
+0804.2699 Computational Complexity
+0804.2700 Functional Analysis
+0804.2704
+0804.2708 Applications
+0804.2709 Group Theory
+0804.2715 Differential Geometry
+0804.2721
+0804.2722 Representation Theory
+0804.2728 Mesoscale and Nanoscale Physics
+0804.2733 Statistics Theory
+0804.2734
+0804.2743 Experiment
+0804.2746 Statistical Mechanics
+0804.2754 General Physics
+0804.2766 Complex Variables
+0804.2773 Dynamical Systems
+0804.2776 Combinatorics
+0804.2787
+0804.2789 Fluid Dynamics
+0804.2790 General Physics
+0804.2792
+0804.2806 Materials Science
+0804.2808 Information Theory
+0804.2831 Computer Science and Game Theory
+0804.2832 Functional Analysis
+0804.2833 Analysis of PDEs
+0804.2844 Human-Computer Interaction
+0804.2845 Optics
+0804.2847 Computers and Society
+0804.2851 Human-Computer Interaction
+0804.2852 Software Engineering
+0804.2858 Phenomenology
+0804.2873 Probability
+cond-mat/0606592 Other Condensed Matter
+cond-mat/0701036 Mesoscale and Nanoscale Physics
+cs/0507019 Human-Computer Interaction
+math/0212044 Algebraic Geometry
+math/0401379 Combinatorics
+math/0604181 Quantum Algebra
+math/0605722 K-Theory and Homology
+math/0610091 General Mathematics
+math/0610155 Analysis of PDEs
+math/0612622 Spectral Theory
+math/0703337 K-Theory and Homology
+0704.2674 Analysis of PDEs
+0707.1796 Mesoscale and Nanoscale Physics
+0707.1927 Mesoscale and Nanoscale Physics
+0707.2061 Strongly Correlated Electrons
+0707.4575 Materials Science
+0708.1060 Atomic Physics
+0708.1920 Mesoscale and Nanoscale Physics
+0709.0584 Soft Condensed Matter
+0709.1739 Number Theory
+0710.0242
+0710.1272 Biological Physics
+0710.2267 Algebraic Geometry
+0710.3196
+0710.3702
+0711.2665 Computational Physics
+0711.2915 Number Theory
+0711.3831 Other Condensed Matter
+0712.0914 Functional Analysis
+0712.4131 Representation Theory
+0801.0564 Symplectic Geometry
+0801.0863
+0801.2290 General Physics
+0801.2844 Dynamical Systems
+0801.4871
+0802.0885 Optics
+0802.1107 Computational Physics
+0802.1212 Strongly Correlated Electrons
+0802.1749 Atomic Physics
+0802.2925 Other Condensed Matter
+0802.2935
+0802.3408 Classical Physics
+0802.3567
+0802.3706 Fluid Dynamics
+0802.3708 Algebraic Geometry
+0802.3709 Materials Science
+0802.3711
+0802.3712
+0802.3713
+0802.3715 Phenomenology
+0802.3718 Cryptography and Security
+0802.3719 Differential Geometry
+0802.3734 Computational Complexity
+0802.3735 Biological Physics
+0802.3737 Commutative Algebra
+0802.3744 Other Quantitative Biology
+0802.3746 Cryptography and Security
+0802.3752 Geophysics
+0802.3754 Mesoscale and Nanoscale Physics
+0802.3760 Algebraic Geometry
+0802.3762
+0802.3763 Algebraic Geometry
+0802.3767 Other Computer Science
+0802.3768 Other Computer Science
+0802.3783 Medical Physics
+0802.3784 Software Engineering
+0802.3789 Computers and Society
+0802.3793 Theory
+0802.3796 Theory
+0802.3799 Representation Theory
+0802.3801 Dynamical Systems
+0802.3806
+0802.3809 Number Theory
+0802.3812 General Physics
+0802.3823
+0802.3826
+0802.3832 Combinatorics
+0802.3836 Quantum Algebra
+0802.3840 General Mathematics
+0802.3843 Number Theory
+0802.3844
+0802.3846
+0802.3855 Cryptography and Security
+0802.3859 Combinatorics
+0802.3860 Computational Complexity
+0802.3870 Analysis of PDEs
+0802.3876 Molecular Networks
+0802.3879 Disordered Systems and Neural Networks
+0802.3880 Strongly Correlated Electrons
+0802.3881 Data Structures and Algorithms
+0802.3883
+0802.3884 General Physics
+0802.3890 Applications
+cond-mat/0611360 Soft Condensed Matter
+cond-mat/0703509 Soft Condensed Matter
+cond-mat/0703616 Materials Science
+cs/0606015 Information Theory
+math-ph/0506064
+math/0210424 General Topology
+math/0404331 Algebraic Topology
+math/0404332 Algebraic Topology
+math/0404399 Category Theory
+math/0501547 Symplectic Geometry
+math/0509582 Geometric Topology
+math/0603487 Geometric Topology
+math/0607241 Metric Geometry
+math/0607568 Metric Geometry
+math/0703610 Operator Algebras
+physics/0606068 Physics and Society
+quant-ph/0604001
+quant-ph/0610203
+quant-ph/0703258
+quant-ph/0703264
+0704.0285 Mesoscale and Nanoscale Physics
+0704.3526 Superconductivity
+0705.0019
+0705.1684
+0706.0245
+0706.3747 General Physics
+0707.3023 Classical Analysis and ODEs
+0708.0784 Optics
+0709.1918 Probability
+0709.3115 Differential Geometry
+0710.3511 Geometric Topology
+0710.4613 Materials Science
+0712.0847
+0712.1703 Materials Science
+0801.1220 Probability
+0802.3505 Analysis of PDEs
+0803.2816 Mesoscale and Nanoscale Physics
+0805.0188 Mesoscale and Nanoscale Physics
+0806.2980 Probability
+0806.3283 Materials Science
+0806.4298 Superconductivity
+0806.4408 Differential Geometry
+0807.1508 Phenomenology
+0807.1808 Differential Geometry
+0807.4315 Superconductivity
+0807.4642
+0808.0159 Statistical Mechanics
+0808.0380 Statistical Mechanics
+0808.2764 Other Condensed Matter
+0808.2989
+0809.1176 Functional Analysis
+0809.1545 Probability
+0809.3152 Phenomenology
+0809.3605 Experiment
+0809.4657 Accelerator Physics
+0809.5221 Phenomenology
+0810.0064
+0810.2534
+0810.2544 Strongly Correlated Electrons
+0810.2545
+0810.2550 Experiment
+0810.2555
+0810.2559 Popular Physics
+0810.2565 Analysis of PDEs
+0810.2568 Complex Variables
+0810.2570 Complex Variables
+0810.2573 Analysis of PDEs
+0810.2574
+0810.2577 Analysis of PDEs
+0810.2584
+0810.2585 Algebraic Topology
+0810.2601 Phenomenology
+0810.2602
+0810.2603 Physics and Society
+0810.2606 Materials Science
+0810.2609
+0810.2611 Experiment
+0810.2616 Materials Science
+0810.2617 Quantitative Methods
+0810.2618
+0810.2622 Phenomenology
+0810.2624
+0810.2628 Experiment
+0810.2632
+0810.2634 Numerical Analysis
+0810.2636
+0810.2637 Representation Theory
+0810.2638
+0810.2641 Differential Geometry
+0810.2643 Computation
+0810.2644 Mesoscale and Nanoscale Physics
+0810.2646
+0810.2651
+0810.2653 Logic in Computer Science
+0810.2662
+0810.2663 Experiment
+0810.2664 Experiment
+0810.2666 Robotics
+0810.2673 Functional Analysis
+0810.2675 Experiment
+0810.2681 Probability
+0810.2687 Algebraic Geometry
+0810.2692 Materials Science
+0810.2697 Discrete Mathematics
+0810.2722
+0810.2726
+0810.2727 Combinatorics
+0810.2737 Rings and Algebras
+0810.2740 Instrumentation and Detectors
+0810.2741 Analysis of PDEs
+0810.2743 Representation Theory
+0810.2745 Geophysics
+0810.2746 Information Theory
+0810.2753 Statistics Theory
+0810.2754 Dynamical Systems
+0810.2761 Algebraic Topology
+0810.2764 Information Retrieval
+0810.2766 Classical Analysis and ODEs
+0810.2769 Instrumentation and Detectors
+0810.2771 Representation Theory
+0810.2776 General Physics
+0810.2777 Probability
+0810.2778
+cond-mat/0003062 Materials Science
+math/0610400 Number Theory
+math/0701222 Combinatorics
+math/0701518 Differential Geometry
+math/0702143 Algebraic Geometry
+0704.2679
+0704.3173 Statistical Mechanics
+0705.0276 Quantum Algebra
+0705.0468 Classical Analysis and ODEs
+0705.2577
+0705.2671 Statistical Mechanics
+0705.2889 Exactly Solvable and Integrable Systems
+0705.3250 Quantum Algebra
+0705.3628
+0705.4198 Strongly Correlated Electrons
+0705.4546 Quantum Algebra
+0706.2719 Exactly Solvable and Integrable Systems
+0706.2790 Geometric Topology
+0706.3387 Exactly Solvable and Integrable Systems
+0707.1950 Exactly Solvable and Integrable Systems
+0707.2378 Superconductivity
+0707.2869
+0707.3164 Differential Geometry
+0707.4033 Differential Geometry
+0708.1551 Quantum Algebra
+0708.2053 Physics and Society
+0708.2170 Differential Geometry
+0708.2186 Algebraic Geometry
+0708.3506 Pattern Formation and Solitons
+0708.3540 Representation Theory
+0708.3771 Materials Science
+0708.4172 Differential Geometry
+0709.1198
+0709.2373
+0709.2471 Differential Geometry
+0710.0492 Differential Geometry
+0710.2471 Soft Condensed Matter
+0711.2229 Strongly Correlated Electrons
+0711.4661 Representation Theory
+0801.0151 Statistical Mechanics
+0801.1358
+0802.2745 Spectral Theory
+0802.3837
+0803.0727 Probability
+0803.1291 Statistical Mechanics
+0803.4231 Rings and Algebras
+0804.0750 Theory
+0804.0957 Computational Complexity
+0804.2157 Algebraic Geometry
+0804.2812 Symplectic Geometry
+0804.3426
+0804.3562 Phenomenology
+0804.3599 Information Retrieval
+0804.3600 General Mathematics
+0804.3621 Representation Theory
+0804.3628 Dynamical Systems
+0804.3636 Physics and Society
+0804.3638 Combinatorics
+0804.3641 Strongly Correlated Electrons
+0804.3644 Materials Science
+0804.3646 Materials Science
+0804.3650 Numerical Analysis
+0804.3652 Symplectic Geometry
+0804.3659
+0804.3662
+0804.3663 Materials Science
+0804.3665
+0804.3666 Quantitative Methods
+0804.3669 Atomic Physics
+0804.3671 Discrete Mathematics
+0804.3676 Adaptation and Self-Organizing Systems
+0804.3677 Chaotic Dynamics
+0804.3678 Statistics Theory
+0804.3687 Optics
+0804.3696 Classical Analysis and ODEs
+0804.3698
+0804.3701 Spectral Theory
+0804.3706 Experiment
+0804.3708
+0804.3710
+0804.3716 General Mathematics
+0804.3717
+0804.3731 Phenomenology
+0804.3737 General Topology
+0804.3739 Classical Analysis and ODEs
+0804.3742
+0804.3752 Cryptography and Security
+0804.3760
+0804.3778
+0804.3780
+0804.3783
+0804.3788 Representation Theory
+0804.3789
+0804.3790 Analysis of PDEs
+0804.3791 Digital Libraries
+cond-mat/0602427 Statistical Mechanics
+cond-mat/0605364 Statistical Mechanics
+cond-mat/0607465 Strongly Correlated Electrons
+cond-mat/0701075 Statistical Mechanics
+math-ph/0502028
+math-ph/0508016
+math-ph/0508032
+math-ph/0508065
+math-ph/0511010
+math-ph/0511035
+math-ph/0511071
+math-ph/0511075
+math-ph/0511076
+math-ph/0511077
+math-ph/0511081
+math-ph/0512029
+math-ph/0512084
+math-ph/0601002
+math-ph/0601037
+math-ph/0601042
+math-ph/0601059
+math-ph/0601060
+math-ph/0602008
+math-ph/0602012
+math-ph/0602050
+math-ph/0602065
+math-ph/0602066
+math-ph/0603011
+math-ph/0603071
+math-ph/0604021
+math-ph/0606040
+math-ph/0606042
+math-ph/0609081
+math-ph/0610048
+math-ph/0610083
+math-ph/0611018
+math-ph/0611020
+math-ph/0611040
+math-ph/0611045
+math-ph/0612048
+math-ph/0701012
+math-ph/0702032
+math-ph/0702033
+math-ph/0702040
+math-ph/0702048
+math-ph/0702084
+math-ph/0702089
+math-ph/0703012
+math-ph/0703038
+math-ph/0703044
+math-ph/0703045
+math-ph/0703062
+math-ph/0703071
+math-ph/0703072
+math-ph/0703080
+math/0404262 Quantum Algebra
+math/0501322 Algebraic Geometry
+math/0507009 Number Theory
+math/0510095 Geometric Topology
+math/0511632 Quantum Algebra
+math/0601330 Probability
+math/0602441 Functional Analysis
+math/0602677 Representation Theory
+math/0603408 Classical Analysis and ODEs
+math/0604220 Optimization and Control
+math/0604278 Analysis of PDEs
+math/0605091 Representation Theory
+math/0605204 Classical Analysis and ODEs
+math/0605334 Rings and Algebras
+math/0605717 Representation Theory
+math/0606045 Analysis of PDEs
+math/0606121 Quantum Algebra
+math/0606391 Classical Analysis and ODEs
+math/0606711 Representation Theory
+math/0607130 Algebraic Geometry
+math/0609177 Differential Geometry
+math/0610322 Quantum Algebra
+math/0610718 Classical Analysis and ODEs
+math/0611639 Combinatorics
+math/0612086 Quantum Algebra
+math/0612108 Complex Variables
+math/0612467 Dynamical Systems
+math/0612558 Quantum Algebra
+math/0612730 Quantum Algebra
+math/0701134 Quantum Algebra
+math/0701135 Classical Analysis and ODEs
+math/0701677 Classical Analysis and ODEs
+math/0701778 K-Theory and Homology
+math/0702107 Classical Analysis and ODEs
+math/0702280 Number Theory
+math/0702383 Differential Geometry
+math/0702624 Quantum Algebra
+math/0702676 Quantum Algebra
+math/0703043 Dynamical Systems
+math/0703057 Classical Analysis and ODEs
+math/0703189 Differential Geometry
+math/0703665 Symplectic Geometry
+nlin/0408027 Exactly Solvable and Integrable Systems
+nlin/0506027 Exactly Solvable and Integrable Systems
+nlin/0507004 Exactly Solvable and Integrable Systems
+nlin/0511035 Exactly Solvable and Integrable Systems
+nlin/0511039 Exactly Solvable and Integrable Systems
+nlin/0511055 Exactly Solvable and Integrable Systems
+nlin/0511058 Exactly Solvable and Integrable Systems
+nlin/0512012 Exactly Solvable and Integrable Systems
+nlin/0512016 Exactly Solvable and Integrable Systems
+nlin/0512021 Exactly Solvable and Integrable Systems
+nlin/0512032 Exactly Solvable and Integrable Systems
+nlin/0512046 Exactly Solvable and Integrable Systems
+nlin/0601007 Exactly Solvable and Integrable Systems
+nlin/0601036 Exactly Solvable and Integrable Systems
+nlin/0602010 Exactly Solvable and Integrable Systems
+nlin/0602038 Exactly Solvable and Integrable Systems
+nlin/0603009 Exactly Solvable and Integrable Systems
+nlin/0604032 Exactly Solvable and Integrable Systems
+nlin/0604076 Pattern Formation and Solitons
+nlin/0605027 Exactly Solvable and Integrable Systems
+nlin/0605041 Exactly Solvable and Integrable Systems
+nlin/0606039 Exactly Solvable and Integrable Systems
+nlin/0606071 Exactly Solvable and Integrable Systems
+nlin/0608038 Exactly Solvable and Integrable Systems
+nlin/0608039 Exactly Solvable and Integrable Systems
+nlin/0610011 Exactly Solvable and Integrable Systems
+nlin/0610031 Exactly Solvable and Integrable Systems
+nlin/0610073 Exactly Solvable and Integrable Systems
+nlin/0612019 Exactly Solvable and Integrable Systems
+nlin/0612037 Exactly Solvable and Integrable Systems
+nlin/0612042 Exactly Solvable and Integrable Systems
+nlin/0612060 Exactly Solvable and Integrable Systems
+nlin/0612063 Exactly Solvable and Integrable Systems
+nlin/0701003 Exactly Solvable and Integrable Systems
+nlin/0701004 Exactly Solvable and Integrable Systems
+nlin/0701006 Exactly Solvable and Integrable Systems
+nlin/0701030 Exactly Solvable and Integrable Systems
+nlin/0701040 Exactly Solvable and Integrable Systems
+nlin/0701054 Exactly Solvable and Integrable Systems
+nlin/0703002 Exactly Solvable and Integrable Systems
+nlin/0703016 Exactly Solvable and Integrable Systems
+nlin/0703025 Exactly Solvable and Integrable Systems
+nlin/0703057 Exactly Solvable and Integrable Systems
+physics/0504048 Fluid Dynamics
+physics/0602018 Atomic Physics
+physics/0605106 Fluid Dynamics
+quant-ph/0511125
+quant-ph/0511238
+quant-ph/0703239
+0708.1935
+0708.4295 Other Condensed Matter
+0709.0953
+0710.3826
+0802.1701 Other Condensed Matter
+0802.3223 Chaotic Dynamics
+0803.1729 Materials Science
+0803.3526 Mesoscale and Nanoscale Physics
+0803.3994 Soft Condensed Matter
+0803.4307 Other Condensed Matter
+0804.1398 Superconductivity
+0804.1712
+0805.4191 Theory
+0806.0191
+0806.0233 Combinatorics
+0806.0248 Other Condensed Matter
+0806.0263
+0806.0870 Computer Vision and Pattern Recognition
+0806.0899 Methodology
+0806.1006
+0806.1144
+0806.1770
+math/0601738 Differential Geometry
+nlin/0702047 Adaptation and Self-Organizing Systems
+quant-ph/0511128
+0704.1730 Combinatorics
+0706.1423 Strongly Correlated Electrons
+0706.2876 Optimization and Control
+0706.4310 Strongly Correlated Electrons
+0707.0129 Algebraic Geometry
+0707.2126 Discrete Mathematics
+0710.0938 Combinatorics
+0711.0282 Superconductivity
+0711.3466 Materials Science
+0711.4586 Strongly Correlated Electrons
+0712.0753 Mesoscale and Nanoscale Physics
+0801.3755 Dynamical Systems
+0802.0386 Materials Science
+0802.0839 Strongly Correlated Electrons
+0802.2621 Experiment
+0802.3854 Neurons and Cognition
+0803.0491 Combinatorics
+cs/0703036 Information Theory
+math/0701026 K-Theory and Homology
+0704.1186 Disordered Systems and Neural Networks
+0704.3759 Physics and Society
+0705.2398
+0705.4455 General Physics
+0707.1821 Statistical Mechanics
+0707.3546 Optics
+0708.0219
+0709.0847
+0710.1046 Algebraic Geometry
+0711.1326
+0711.1503
+0711.3421 Biomolecules
+0711.4333 Mesoscale and Nanoscale Physics
+0712.0907 Materials Science
+0712.2163
+0712.2600 Theory
+0712.2804 Combinatorics
+0801.0592 Strongly Correlated Electrons
+0801.1866 Soft Condensed Matter
+0801.3452 Group Theory
+0802.0420 Algebraic Geometry
+0802.3642
+0803.3372 Algebraic Geometry
+0804.0186 Superconductivity
+0804.1561 Theory
+0804.1567 Superconductivity
+0804.1568 Geometric Topology
+0804.1569 Group Theory
+0804.1577 Strongly Correlated Electrons
+0804.1581 Phenomenology
+0804.1587 Combinatorics
+0804.1599 Algebraic Geometry
+0804.1602 Information Theory
+0804.1606
+0804.1609
+0804.1611 Materials Science
+0804.1626 Algebraic Geometry
+0804.1628 Analysis of PDEs
+0804.1634 Probability
+0804.1644
+0804.1647 Algebraic Geometry
+0804.1650 Combinatorics
+0804.1652 Number Theory
+0804.1653 Information Theory
+0804.1655 Atomic and Molecular Clusters
+0804.1656 Probability
+0804.1658 Number Theory
+0804.1662 Algebraic Geometry
+0804.1663
+0804.1666 Materials Science
+0804.1668 Geometric Topology
+0804.1674
+0804.1676 Physics and Society
+0804.1682 Differential Geometry
+0804.1684 Experiment
+0804.1690 Applications
+0804.1693 Numerical Analysis
+0804.1697 Information Theory
+0804.1699 Algebraic Geometry
+0804.1724 Data Structures and Algorithms
+0804.1725 Functional Analysis
+0804.1726 Superconductivity
+0804.1732 Differential Geometry
+0804.1733 Functional Analysis
+0804.1736 Phenomenology
+0804.1740 Combinatorics
+0804.1743
+0804.1744 Disordered Systems and Neural Networks
+0804.1745
+0804.1746 Phenomenology
+0804.1751
+0804.1752 Differential Geometry
+0804.1755 Strongly Correlated Electrons
+0804.1761 Probability
+0804.1763 Rings and Algebras
+0804.1771
+0804.1780 Numerical Analysis
+0804.1788 Cryptography and Security
+astro-ph/9411049
+cs/0510070 Information Theory
+cs/0611032 Neural and Evolutionary Computing
+math/0504429 Combinatorics
+math/0504528 Combinatorics
+math/0505010 Combinatorics
+math/0508535 Differential Geometry
+math/0603001 Combinatorics
+math/0611548 Operator Algebras
+math/0701257 Algebraic Geometry
+quant-ph/0608146
+0704.2380 Probability
+0709.0986 Representation Theory
+0709.1629 Probability
+0710.3388 Chaotic Dynamics
+0710.4918
+0712.0740
+0712.2682 Data Structures and Algorithms
+0712.3889 Other Condensed Matter
+0803.2442 Other Condensed Matter
+0804.0875 Mesoscale and Nanoscale Physics
+0804.4047 Algebraic Geometry
+0804.4735 Algebraic Geometry
+0805.2602 Algebraic Topology
+0805.3606 Statistical Mechanics
+0805.4794
+0806.1228 Mesoscale and Nanoscale Physics
+0806.3751
+0807.2164 Theory
+0807.4066 Other Condensed Matter
+0808.0439 Mesoscale and Nanoscale Physics
+0808.0853 Statistics Theory
+0808.1181
+0808.1767 Operator Algebras
+0808.2343 Applications
+0808.2499 Combinatorics
+0808.2766 Number Theory
+0808.2817 Geometric Topology
+0808.2819 Strongly Correlated Electrons
+0808.2825 Phenomenology
+0808.2834 Spectral Theory
+0808.2837 Information Theory
+0808.2838
+0808.2839 Geometric Topology
+0808.2846 Popular Physics
+0808.2849 Representation Theory
+0808.2851 Operator Algebras
+0808.2856 Functional Analysis
+0808.2862 Spectral Theory
+0808.2863 Probability
+0808.2865 Probability
+0808.2872 Other Condensed Matter
+0808.2876 Statistical Mechanics
+0808.2877 Probability
+0808.2878 Analysis of PDEs
+0808.2886 Phenomenology
+0808.2887 Materials Science
+0808.2895 Analysis of PDEs
+0808.2904 Computation and Language
+0808.2907 Probability
+0808.2922 Populations and Evolution
+0808.2926
+0808.2931 Computational Geometry
+0808.2932 Group Theory
+0808.2934 Experiment
+0808.2935 Experiment
+0808.2942 Functional Analysis
+0808.2943 Combinatorics
+0808.2948 Phenomenology
+0808.2951 Quantum Algebra
+0808.2956
+0808.2957 Theory
+0808.2964 Information Theory
+0808.2969 Materials Science
+0808.2972
+0808.2984 Learning
+math/0601594 Operator Algebras
+math/0605023 Analysis of PDEs
+math/0703508 Number Theory
+quant-ph/0702045
+0709.2530 Statistical Mechanics
+0802.0150
+0802.0774
+0803.0519
+0803.1155 Strongly Correlated Electrons
+0804.2930 Combinatorics
+0806.1625
+0704.2443 Materials Science
+0705.2540 Statistics Theory
+0705.4074 Numerical Analysis
+0708.1321 Statistics Theory
+0708.2163
+0708.4153
+0710.2170 Materials Science
+0710.2439 Soft Condensed Matter
+0710.5308
+0710.5856 Quantum Algebra
+0711.1768 Strongly Correlated Electrons
+0711.3162 Strongly Correlated Electrons
+0712.0806 Disordered Systems and Neural Networks
+0712.0893 Superconductivity
+0712.3586 Disordered Systems and Neural Networks
+0801.0020 Other Condensed Matter
+0801.1378 Other Condensed Matter
+0802.0993 Optimization and Control
+0802.1307 Number Theory
+0802.3461 Number Theory
+0803.2853 Complex Variables
+0803.3018
+0803.3123 Theory
+0803.3187 Logic in Computer Science
+0803.3222 Group Theory
+0803.3231 Software Engineering
+0803.3263 Commutative Algebra
+0803.3268 Number Theory
+0803.3288
+0803.3291 Logic
+0803.3293 Logic
+0803.3294 Logic
+0803.3296 Logic
+0803.3298 Analysis of PDEs
+0803.3300 General Physics
+0803.3301 Algebraic Geometry
+0803.3307 Phenomenology
+0803.3309 Classical Analysis and ODEs
+0803.3312 Strongly Correlated Electrons
+0803.3315 Statistical Mechanics
+0803.3326 Analysis of PDEs
+0803.3335 Representation Theory
+0803.3337 Algebraic Geometry
+0803.3340 Operator Algebras
+0803.3344 Dynamical Systems
+0803.3348 Statistical Mechanics
+0803.3353 Rings and Algebras
+0803.3365 Algebraic Geometry
+0803.3371 Chemical Physics
+0803.3377 Analysis of PDEs
+0803.3382
+0803.3383 Group Theory
+0803.3388
+0803.3394 Human-Computer Interaction
+0803.3398
+0803.3400 Exactly Solvable and Integrable Systems
+0803.3402 Functional Analysis
+0803.3403
+0803.3406 Combinatorics
+0803.3414 Combinatorics
+0803.3417 Disordered Systems and Neural Networks
+0803.3431 Dynamical Systems
+0803.3432 Physics and Society
+0803.3435 Symbolic Computation
+0803.3436 Applications
+cond-mat/0205379 Statistical Mechanics
+cond-mat/0611395 Soft Condensed Matter
+cond-mat/0612507 Mesoscale and Nanoscale Physics
+cs/0607050 Graphics
+cs/0703061 Information Theory
+math/0412507 Complex Variables
+math/0510417 Number Theory
+math/0605625 Algebraic Geometry
+math/0609499 Complex Variables
+math/0609693 Representation Theory
+math/0702582 Group Theory
+q-bio/0507032 Genomics
+quant-ph/0511247
+quant-ph/0610240
+0704.0250 Strongly Correlated Electrons
+0704.0564 Theory
+0704.2868 Combinatorics
+0705.3026
+0706.0443
+0706.1670 Other Condensed Matter
+0707.0661
+0707.1857 Quantum Algebra
+0707.2529 Mesoscale and Nanoscale Physics
+0707.3976 Mesoscale and Nanoscale Physics
+0708.3296 Materials Science
+0709.1800 Biological Physics
+0709.1820 Superconductivity
+0709.4244 Superconductivity
+0710.3643 Other Condensed Matter
+0711.0557 Information Theory
+0711.0689
+0711.2709
+0711.3907 Algebraic Geometry
+0712.3275 Commutative Algebra
+0712.3455 Other Condensed Matter
+0801.2837 Biological Physics
+0801.3171 Mesoscale and Nanoscale Physics
+0802.3176 Phenomenology
+0802.3539 Statistics Theory
+0802.3905 Theory
+0802.3946 Probability
+0802.4139 Representation Theory
+0802.4338 Algebraic Geometry
+0803.0753 Soft Condensed Matter
+0803.0755 Information Theory
+0803.0769
+0803.0770
+0803.0779
+0803.0781
+0803.0784 Analysis of PDEs
+0803.0789 General Physics
+0803.0792 Data Structures and Algorithms
+0803.0800 Classical Analysis and ODEs
+0803.0804 Functional Analysis
+0803.0814 Strongly Correlated Electrons
+0803.0822 Information Retrieval
+0803.0823 Soft Condensed Matter
+0803.0825
+0803.0828
+0803.0831 Number Theory
+0803.0840 Representation Theory
+0803.0842 Representation Theory
+0803.0848 Combinatorics
+0803.0852 Number Theory
+0803.0853 Category Theory
+0803.0857 Exactly Solvable and Integrable Systems
+0803.0864 Combinatorics
+0803.0875 Information Theory
+0803.0880 Superconductivity
+0803.0881 Materials Science
+0803.0882 Exactly Solvable and Integrable Systems
+0803.0886
+0803.0893 Exactly Solvable and Integrable Systems
+0803.0898 Geometric Topology
+0803.0904 Optimization and Control
+0803.0905
+0803.0906 Probability
+0803.0909
+0803.0910
+0803.0919 Theory
+0803.0923
+0803.0927
+0803.0931
+0803.0932 Probability
+0803.0934 Statistical Mechanics
+0803.0935 Phenomenology
+0803.0939 Physics and Society
+0803.0944
+0803.0947
+0803.0957 Analysis of PDEs
+0803.0961 Exactly Solvable and Integrable Systems
+0803.0964 Genomics
+0803.0968 Rings and Algebras
+0803.0972
+0803.0976 Chemical Physics
+alg-geom/9606013 Algebraic Geometry
+cond-mat/0612309 Other Condensed Matter
+cond-mat/0612693 Mesoscale and Nanoscale Physics
+cond-mat/0703041 Materials Science
+hep-th/0701102 Theory
+math/0406506 Dynamical Systems
+math/0501280 Geometric Topology
+math/0505242 Algebraic Geometry
+math/0507176 Algebraic Geometry
+math/0508200 Algebraic Geometry
+math/0510167 Algebraic Geometry
+math/0610916 Statistics Theory
+math/0612507 Statistics Theory
+math/0701159 Group Theory
+math/0702097 Combinatorics
+math/0703509 Symplectic Geometry
+math/0703658 History and Overview
+nlin/0410049 Exactly Solvable and Integrable Systems
+quant-ph/0611083
+0704.1212 Optics
+0705.0181
+0707.0759
+0707.0986 Optics
+0707.2199
+0707.4356 Soft Condensed Matter
+0707.4618 Combinatorics
+0708.0667
+0708.4357 Pattern Formation and Solitons
+0709.1776 Differential Geometry
+0709.3922 Soft Condensed Matter
+0710.3909 Differential Geometry
+0711.0589 Number Theory
+0711.0604 Number Theory
+0711.3862 Differential Geometry
+0712.2072 Functional Analysis
+0712.2547 Optics
+0801.1718 Information Theory
+0801.1721 General Topology
+0801.3228
+0802.2392 Strongly Correlated Electrons
+0802.2719 Statistical Mechanics
+0802.2884 Biomolecules
+0803.0207
+0804.3709 Other Condensed Matter
+0804.4174 General Physics
+0804.4545 Statistical Mechanics
+0804.4804 Populations and Evolution
+0805.1564 Statistical Mechanics
+0805.1772 Mesoscale and Nanoscale Physics
+0805.2355
+0805.4619 Statistical Mechanics
+0806.0532 Superconductivity
+0806.1979 Atomic and Molecular Clusters
+0806.2711 Superconductivity
+0806.3639
+0806.3794 Theory
+0806.4703 Databases
+0806.4818 Mesoscale and Nanoscale Physics
+0807.3428
+0807.3559 Materials Science
+0807.3563 Theory
+0807.3565 Soft Condensed Matter
+0807.3566
+0807.3568 Mesoscale and Nanoscale Physics
+0807.3571 Probability
+0807.3578 Algebraic Geometry
+0807.3581
+0807.3583 Complex Variables
+0807.3584 Superconductivity
+0807.3590 Metric Geometry
+0807.3592
+0807.3593 Information Theory
+0807.3600 Discrete Mathematics
+0807.3602 Representation Theory
+0807.3603 Number Theory
+0807.3608 Neurons and Cognition
+0807.3609 Other Condensed Matter
+0807.3614
+0807.3619
+0807.3620 Plasma Physics
+0807.3621 Dynamical Systems
+0807.3623 Strongly Correlated Electrons
+0807.3626
+0807.3632 Distributed, Parallel, and Cluster Computing
+0807.3633 Other Condensed Matter
+0807.3642 Symplectic Geometry
+0807.3647 Complex Variables
+0807.3660
+0807.3668 General Physics
+0807.3669 Artificial Intelligence
+0807.3681 Statistical Mechanics
+0807.3685 Theory
+0807.3699 Discrete Mathematics
+0807.3702 Combinatorics
+0807.3704 Operator Algebras
+0807.3706 History and Philosophy of Physics
+0807.3709 Dynamical Systems
+0807.3710 Physics and Society
+0807.3712 Complex Variables
+0807.3723 Optimization and Control
+0807.3732 Hardware Architecture
+0807.3734 Methodology
+0807.3738 Combinatorics
+cond-mat/0501271 Materials Science
+cond-mat/0502636 Materials Science
+cond-mat/0606056 Disordered Systems and Neural Networks
+cond-mat/0607151 Superconductivity
+cond-mat/0607388 Materials Science
+math/0306301 Quantum Algebra
+math/0405042 Spectral Theory
+math/0605242 Optimization and Control
+math/0605610 Optimization and Control
+math/0606244 K-Theory and Homology
+math/0607223 Differential Geometry
+nucl-th/0404013
+nucl-th/0404090
+physics/0212016 Optics
+physics/0411120 Optics
+physics/0606111 Optics
+quant-ph/0603244
+0705.3931 Commutative Algebra
+0705.4166 Geometric Topology
+0706.0445 Statistical Mechanics
+0707.4047 Geometric Topology
+0708.1746 Physics and Society
+0709.3790 Dynamical Systems
+0710.0348 Mesoscale and Nanoscale Physics
+0710.3589 Strongly Correlated Electrons
+0711.3936 Differential Geometry
+0711.4028 Biological Physics
+0711.4955 Superconductivity
+0712.1288 Phenomenology
+0801.2612 Soft Condensed Matter
+0801.2840
+0802.2583
+0803.1206
+0803.2494
+cond-mat/0601014 Statistical Mechanics
+cs/0611116 Distributed, Parallel, and Cluster Computing
+math/0608653 Geometric Topology
+math/0702174 Differential Geometry
+q-bio/0612049 Neurons and Cognition
+0704.1047
+0706.0370 Mesoscale and Nanoscale Physics
+0708.0416 Strongly Correlated Electrons
+0708.1574 Algebraic Geometry
+0710.3653 Optics
+0710.5716 Disordered Systems and Neural Networks
+0801.4846 Statistical Mechanics
+cond-mat/0703717 Strongly Correlated Electrons
+math-ph/0703033
+0704.1203 Lattice
+0708.3260 Probability
+0710.4991 Number Theory
+0711.4714
+0712.0656 Lattice
+0712.3766 Numerical Analysis
+0712.3774 Numerical Analysis
+0712.3778 Analysis of PDEs
+0712.4092 Metric Geometry
+0801.1271 Classical Analysis and ODEs
+0801.2812 Algebraic Geometry
+0803.2883 Materials Science
+0805.0512 Physics and Society
+0805.1974 Logic in Computer Science
+0805.2374
+0805.2856
+0805.3557 Mesoscale and Nanoscale Physics
+0805.4105 Strongly Correlated Electrons
+0806.2154 Phenomenology
+0807.2015 Mesoscale and Nanoscale Physics
+0807.3036
+0809.3475 Materials Science
+0809.3948
+0809.3998
+0809.4037
+0810.1346 Materials Science
+0810.1357 Statistical Mechanics
+0811.1066 Phenomenology
+0811.4091
+0812.2865 Theory
+0812.3508
+0812.3960
+0812.4001 Analysis of PDEs
+0812.4092 Phenomenology
+0812.4286 Algebraic Geometry
+0812.4295 Quantitative Methods
+0812.4299 Differential Geometry
+0812.4301
+0812.4310
+0812.4317 Algebraic Geometry
+0812.4318 Algebraic Geometry
+0812.4328 Differential Geometry
+0812.4329 Discrete Mathematics
+0812.4330 Strongly Correlated Electrons
+0812.4334 Information Theory
+0812.4336 Phenomenology
+0812.4340 Analysis of PDEs
+0812.4341 Populations and Evolution
+0812.4343 General Physics
+0812.4350 Spectral Theory
+0812.4355 Atomic Physics
+0812.4365 Classical Analysis and ODEs
+0812.4367 Discrete Mathematics
+0812.4379 Materials Science
+0812.4381
+0812.4383
+0812.4386 Soft Condensed Matter
+0812.4393 Commutative Algebra
+0812.4394 Theory
+0812.4397 Combinatorics
+0812.4398 Symplectic Geometry
+0812.4400
+0812.4403 Algebraic Geometry
+0812.4408 Theory
+0812.4409 Phenomenology
+0812.4414 Probability
+0812.4419 Phenomenology
+0812.4423
+0812.4424 Atomic Physics
+0812.4430
+0812.4434 Group Theory
+0812.4442 Data Structures and Algorithms
+0812.4446 Computation and Language
+cond-mat/9209010
+cond-mat/9211007
+cs/0603058 Information Theory
+gr-qc/0401037
+hep-lat/9405024 Lattice
+hep-ph/0605070 Phenomenology
+math/0006109 Analysis of PDEs
+math/0412133 General Mathematics
+math/0605776 Algebraic Geometry
+math/0608743 Complex Variables
+math/0701213 Algebraic Geometry
+physics/0108017 General Physics
+0704.2287 Superconductivity
+0707.2668 Phenomenology
+0708.2041 Algebraic Topology
+0708.2102 Analysis of PDEs
+0710.2870 Complex Variables
+0711.1638 Geometric Topology
+0711.2922 Logic
+0711.4892 General Physics
+0712.0458 Theory
+0801.3273
+0802.0727 Complex Variables
+0802.1324 Phenomenology
+0803.2448 Materials Science
+0803.3114 Statistical Mechanics
+0803.3462
+0803.4017
+0804.3768 Superconductivity
+0805.0328
+0805.3524 Geophysics
+0807.0799 Cryptography and Security
+0807.2784 Superconductivity
+0807.2994 Rings and Algebras
+0807.3690 General Mathematics
+0808.0774 Combinatorics
+0808.0920 Operating Systems
+0808.0928 Combinatorics
+0808.0929 Strongly Correlated Electrons
+0808.0935 Materials Science
+0808.0941 Phenomenology
+0808.0948 Information Theory
+0808.0952 Strongly Correlated Electrons
+0808.0955 Differential Geometry
+0808.0959
+0808.0960
+0808.0962 Logic in Computer Science
+0808.0964 Number Theory
+0808.0965 Soft Condensed Matter
+0808.0967 Statistics Theory
+0808.0970 Phenomenology
+0808.0972 Phenomenology
+0808.0973 Artificial Intelligence
+0808.0976 Statistics Theory
+0808.0977 Statistics Theory
+0808.0979 Materials Science
+0808.0980 Data Structures and Algorithms
+0808.0981 Statistical Mechanics
+0808.0982 Classical Analysis and ODEs
+0808.0985 Statistics Theory
+0808.0989 Statistics Theory
+0808.0998 Pattern Formation and Solitons
+0808.1002
+0808.1010 Statistics Theory
+0808.1011 Experiment
+0808.1012 Statistics Theory
+0808.1013 Statistics Theory
+0808.1015 Theory
+0808.1016 Statistics Theory
+0808.1020 Instrumentation and Detectors
+0808.1021 Biological Physics
+0808.1024 Superconductivity
+0808.1025 Statistics Theory
+0808.1027 Phenomenology
+0808.1030 Statistics Theory
+0808.1031 Experiment
+0808.1036
+0808.1045
+0808.1055 Phenomenology
+0808.1057 Phenomenology
+0808.1058 Algebraic Topology
+0808.1059 Experiment
+0808.1062 Networking and Internet Architecture
+0808.1066 Algebraic Topology
+0808.1071
+0808.1076 Cell Behavior
+0808.1084 Optics
+0808.1085 Dynamical Systems
+0808.1086 Mesoscale and Nanoscale Physics
+0808.1089 Experiment
+0808.1095 Group Theory
+cond-mat/0412635 Materials Science
+cond-mat/0606188 Superconductivity
+math-ph/0612039
+math-ph/0703049
+math/0007193 Number Theory
+math/0208025 Metric Geometry
+math/0309025 Complex Variables
+math/0407207 Complex Variables
+math/0407408 Algebraic Geometry
+math/0411151 Analysis of PDEs
+math/0503750 Complex Variables
+math/0604324 Classical Analysis and ODEs
+math/0606745 Complex Variables
+0707.2432 Computational Engineering, Finance, and Science
+0709.2966 Phenomenology
+0710.0734 Algebraic Topology
+0711.3402 Analysis of PDEs
+0711.4867 Quantum Algebra
+0712.0397 Adaptation and Self-Organizing Systems
+0712.2122 Representation Theory
+0712.3610 Materials Science
+0802.0833 Atomic Physics
+0802.1408 Representation Theory
+0802.2750
+0803.1056
+0804.0646 Symplectic Geometry
+0804.1240 Dynamical Systems
+0804.2463 Soft Condensed Matter
+0805.0362 Mesoscale and Nanoscale Physics
+0805.1435 Materials Science
+0806.0938 Strongly Correlated Electrons
+0806.3937 Geophysics
+0807.0926 Analysis of PDEs
+0807.3313 Probability
+0807.3635 Exactly Solvable and Integrable Systems
+0807.3948 Strongly Correlated Electrons
+0807.4604 Superconductivity
+0808.1436 Superconductivity
+0809.0965 History and Overview
+0809.1512 Analysis of PDEs
+0809.2694
+0809.3257 Differential Geometry
+0809.3901 Materials Science
+0809.4219 Strongly Correlated Electrons
+0810.2462 Analysis of PDEs
+0810.3565 Mesoscale and Nanoscale Physics
+0810.4114 Experiment
+0810.4704
+0810.4766
+0810.4812 Data Structures and Algorithms
+0810.4900 Theory
+0810.4926 Atomic Physics
+0810.4934 Data Structures and Algorithms
+0810.4935 Algebraic Topology
+0810.4943
+0810.4960 Category Theory
+0810.4965 Numerical Analysis
+0810.4974
+0810.4976
+0810.4978 Materials Science
+0810.4990 Fluid Dynamics
+0810.4993 Information Theory
+0810.4998 Logic in Computer Science
+0810.5004 Statistics Theory
+0810.5010 Operator Algebras
+0810.5016 Mesoscale and Nanoscale Physics
+0810.5027 Differential Geometry
+0810.5029 Classical Analysis and ODEs
+0810.5030 Representation Theory
+0810.5031 Classical Analysis and ODEs
+0810.5035 Superconductivity
+0810.5047 Analysis of PDEs
+0810.5052 Analysis of PDEs
+0810.5053 Classical Physics
+0810.5058 Optics
+0810.5061 Atomic Physics
+0810.5064 Information Theory
+0810.5065 Superconductivity
+0810.5075 Functional Analysis
+0810.5078 History and Overview
+0810.5079 Analysis of PDEs
+0810.5082 Phenomenology
+0810.5088
+0810.5090 Information Theory
+0810.5098 Information Theory
+0810.5112 Experiment
+0810.5113 Combinatorics
+0810.5116 Dynamical Systems
+0810.5117 Machine Learning
+cs/0612050 Symbolic Computation
+math/0507318 Differential Geometry
+math/0605560 Number Theory
+0707.4198 Other Computer Science
+0710.4381 Analysis of PDEs
+0711.0242
+0801.4430 Mesoscale and Nanoscale Physics
+0803.4117 General Topology
+0804.3489 Statistical Mechanics
+0805.0334 Materials Science
+0805.3007 Phenomenology
+astro-ph/0502034
+math/0402364 Optimization and Control
+math/0409391 Dynamical Systems
+0704.3787
+0705.0088 Geometric Topology
+0705.0670 Dynamical Systems
+0705.2339 Theory
+0706.1424 Strongly Correlated Electrons
+0706.4069 Probability
+0707.1292 Operator Algebras
+0708.0670 Spectral Theory
+0708.2254 Lattice
+0709.1038 Strongly Correlated Electrons
+0709.4166 Applications
+0710.4138
+0711.0746
+0711.2555 Complex Variables
+0711.2645 Mesoscale and Nanoscale Physics
+0711.3841 Dynamical Systems
+0712.3274 Representation Theory
+0801.3229 Superconductivity
+0802.2536 Phenomenology
+0803.2212 Databases
+0803.2440 Mesoscale and Nanoscale Physics
+0804.0537
+0804.1249 Mesoscale and Nanoscale Physics
+0804.1855 Strongly Correlated Electrons
+0804.3872 Strongly Correlated Electrons
+0805.3200 Information Theory
+0806.1431 Phenomenology
+0806.1665 Complex Variables
+0806.1674
+0806.1990 Theory
+0806.2161
+0806.2164 Geometric Topology
+0806.2166 Phenomenology
+0806.2171
+0806.2172 Geometric Topology
+0806.2182 Analysis of PDEs
+0806.2187 Analysis of PDEs
+0806.2192
+0806.2196 History and Philosophy of Physics
+0806.2206 Phenomenology
+0806.2214 Phenomenology
+0806.2235
+0806.2240
+0806.2256 Rings and Algebras
+0806.2258 Analysis of PDEs
+0806.2260 Soft Condensed Matter
+0806.2261
+0806.2286 Space Physics
+0806.2289 Statistical Mechanics
+0806.2290 Superconductivity
+0806.2292
+0806.2294 Statistical Mechanics
+0806.2303 Superconductivity
+0806.2304 Geometric Topology
+0806.2306
+0806.2313 Probability
+0806.2315 Functional Analysis
+0806.2317 Combinatorics
+cond-mat/0006416 Strongly Correlated Electrons
+cond-mat/0307636 Strongly Correlated Electrons
+cond-mat/0311128 Strongly Correlated Electrons
+cond-mat/0407028 Superconductivity
+cond-mat/0503150 Statistical Mechanics
+cond-mat/0606010 Strongly Correlated Electrons
+cond-mat/0611583 Strongly Correlated Electrons
+cond-mat/0702153 Mesoscale and Nanoscale Physics
+cond-mat/0703342 Mesoscale and Nanoscale Physics
+cond-mat/9310044
+cond-mat/9401025
+cond-mat/9511005
+cond-mat/9608035
+cond-mat/9911037 Strongly Correlated Electrons
+hep-th/0612297 Theory
+math-ph/0611022
+math/0211381 Complex Variables
+math/0411100 Complex Variables
+math/0604379 Symplectic Geometry
+math/0611487 Commutative Algebra
+supr-con/9501001 Superconductivity
+0706.2187 Strongly Correlated Electrons
+0708.1682 Materials Science
+0712.2998 Number Theory
+0712.3605
+math/0608779 Group Theory
+math/0611287 Functional Analysis
+0707.2816 Optimization and Control
+0709.2507 Spectral Theory
+0710.5039
+0711.1644 Exactly Solvable and Integrable Systems
+0801.0925 General Physics
+0802.1057 Biomolecules
+0803.2070 Numerical Analysis
+0803.3898 Pattern Formation and Solitons
+0805.1828 Disordered Systems and Neural Networks
+0806.0770 Materials Science
+0806.2004 Strongly Correlated Electrons
+0806.3978 Neurons and Cognition
+math/0506124 Optimization and Control
+math/0509225 Optimization and Control
+math/0512199 Algebraic Geometry
+math/0601648 Probability
+math/0603564 Algebraic Geometry
+math/0606322 Algebraic Geometry
+math/0607012 Algebraic Geometry
+math/0607026 Optimization and Control
+math/0609737 Algebraic Geometry
+math/0610306 Logic
+math/0701166 Representation Theory
+nlin/0601039 Exactly Solvable and Integrable Systems
+nlin/0606062 Exactly Solvable and Integrable Systems
+nlin/0611055 Exactly Solvable and Integrable Systems
+physics/0505141 Fluid Dynamics
+physics/0505164 Fluid Dynamics
+physics/0512215 Fluid Dynamics
+physics/0611132 Fluid Dynamics
+0705.3724 Populations and Evolution
+0705.4099 Superconductivity
+0705.4277 Functional Analysis
+0706.1425 Strongly Correlated Electrons
+0709.1891 Fluid Dynamics
+0710.2859 Mesoscale and Nanoscale Physics
+0710.3804 Computational Complexity
+0711.2119 Statistics Theory
+0711.3205 Information Theory
+0712.0597 Mesoscale and Nanoscale Physics
+0712.1593
+0712.1771 Phenomenology
+0712.1902 Optics
+0712.2604 Superconductivity
+0801.3031 Mesoscale and Nanoscale Physics
+0801.4513 Strongly Correlated Electrons
+0801.4860 Physics and Society
+0802.0818
+0802.2761 Mesoscale and Nanoscale Physics
+0803.0777 Materials Science
+0803.1183
+0803.3666 Superconductivity
+0803.3721
+0804.4514 Materials Science
+0805.1269 Complex Variables
+0805.2166 Operator Algebras
+0805.2215 Superconductivity
+0805.3009
+0805.3154
+0805.3352
+0805.3354 Number Theory
+0805.3360 Phenomenology
+0805.3362
+0805.3365 Physics and Society
+0805.3366 Computation and Language
+0805.3367 Phenomenology
+0805.3368 Neurons and Cognition
+0805.3371
+0805.3380 Differential Geometry
+0805.3381 Differential Geometry
+0805.3383
+0805.3390 Robotics
+0805.3406 Information Theory
+0805.3414
+0805.3420 Number Theory
+0805.3422 Algebraic Geometry
+0805.3425 Algebraic Geometry
+0805.3426 General Physics
+0805.3430 Phenomenology
+0805.3432 Quantum Algebra
+0805.3434 General Physics
+0805.3436 Dynamical Systems
+0805.3437 Quantum Algebra
+0805.3440 Phenomenology
+0805.3441 Phenomenology
+0805.3448
+0805.3456 Optimization and Control
+0805.3460 Rings and Algebras
+0805.3461 Phenomenology
+0805.3464 Data Analysis, Statistics and Probability
+0805.3471 Soft Condensed Matter
+0805.3478 Instrumentation and Detectors
+0805.3479 Combinatorics
+0805.3484 Information Theory
+0805.3493 Combinatorics
+0805.3494 Algebraic Geometry
+0805.3497 Differential Geometry
+0805.3513 Operator Algebras
+0805.3522 Number Theory
+0805.3523 Neurons and Cognition
+cond-mat/0508769 Superconductivity
+cond-mat/0702419 Statistical Mechanics
+cs/0501004 Computers and Society
+math/0401017 Operator Algebras
+math/0505591 Functional Analysis
+math/0510514 Functional Analysis
+math/0511621 Geometric Topology
+math/0601509 Functional Analysis
+math/0607299 Functional Analysis
+math/0608001 Geometric Topology
+math/0608058 Complex Variables
+math/0612037 Rings and Algebras
+quant-ph/9903100
+0705.0717 Algebraic Geometry
+0710.5811 Materials Science
+0711.1875 Statistical Mechanics
+0711.3081 Metric Geometry
+0801.2988 Combinatorics
+math/0510541 Group Theory
+0705.4200 Numerical Analysis
+0710.3845
+0711.0549 General Physics
+0803.4468 Strongly Correlated Electrons
+0804.3836
+0805.0041 Superconductivity
+0805.0155
+0805.1552 Superconductivity
+0805.3578 Neurons and Cognition
+0806.0965 Analysis of PDEs
+0807.0853 Superconductivity
+0807.1645 Algebraic Geometry
+0807.1777
+0807.3552 Mesoscale and Nanoscale Physics
+0807.3786 Superconductivity
+0807.4693 Strongly Correlated Electrons
+0807.4985
+0808.0488 Mesoscale and Nanoscale Physics
+0808.0838 Superconductivity
+0808.1103 Statistical Mechanics
+0808.1994
+0809.0620 Materials Science
+0809.3514
+0809.4322 Functional Analysis
+0809.4670 Experiment
+0809.4814 Classical Analysis and ODEs
+0809.5176 Experiment
+0810.0761 Materials Science
+0810.0860 Instrumentation and Detectors
+0810.0922
+0810.1312 Phenomenology
+0810.1526 Metric Geometry
+0810.1529
+0810.1533 Dynamical Systems
+0810.1534
+0810.1551 Fluid Dynamics
+0810.1562 Computational Physics
+0810.1566 Differential Geometry
+0810.1567 Lattice
+0810.1568 Statistical Mechanics
+0810.1572 Statistics Theory
+0810.1574 Symbolic Computation
+0810.1577 Analysis of PDEs
+0810.1579 Superconductivity
+0810.1587 Fluid Dynamics
+0810.1592 History and Philosophy of Physics
+0810.1606 Populations and Evolution
+0810.1607 Superconductivity
+0810.1608 Statistical Mechanics
+0810.1609
+0810.1611 Mesoscale and Nanoscale Physics
+0810.1614 Algebraic Geometry
+0810.1619 Combinatorics
+0810.1621 Quantum Algebra
+0810.1629 General Physics
+0810.1632 Group Theory
+0810.1638 Metric Geometry
+0810.1644 Statistics Theory
+0810.1646 Differential Geometry
+0810.1650 Discrete Mathematics
+0810.1652 Differential Geometry
+0810.1655 Networking and Internet Architecture
+0810.1657 Experiment
+0810.1659 Plasma Physics
+0810.1666 Experiment
+0810.1678 Algebraic Topology
+0810.1679 Fluid Dynamics
+0810.1688 Algebraic Geometry
+0810.1691 Number Theory
+0810.1697 Geometric Topology
+0810.1702 Fluid Dynamics
+0810.1706
+0810.1707 Probability
+0810.1717
+0810.1718 Statistics Theory
+0810.1721 Strongly Correlated Electrons
+0810.1725 Fluid Dynamics
+0810.1728 General Physics
+0810.1731 Group Theory
+0810.1732 Information Retrieval
+math-ph/0512095
+math/0212274 Algebraic Topology
+math/0406341 Differential Geometry
+math/0601515 Number Theory
+math/0608229 Operator Algebras
+0706.2104 Analysis of PDEs
+0708.3727 Group Theory
+0709.4017 Optimization and Control
+0710.5182 Phenomenology
+0710.5214 Fluid Dynamics
+0711.0503 Probability
+0711.3894 Algebraic Geometry
+0711.4929 Algebraic Geometry
+0711.4961 Category Theory
+0712.0067 General Physics
+0712.0521 Dynamical Systems
+0712.0987 Probability
+0712.2166
+0801.1477 General Physics
+0801.4230 Logic in Computer Science
+0803.0575 Combinatorics
+0803.1244 Combinatorics
+0803.1362 General Physics
+0804.1837 General Finance
+0805.0668 Superconductivity
+0805.0692
+0805.1423 General Physics
+0805.3294 Superconductivity
+0805.3986 Algebraic Geometry
+0805.4295 Other Condensed Matter
+0806.1704 Algebraic Geometry
+0806.1978 Data Structures and Algorithms
+0806.2865 Strongly Correlated Electrons
+0806.3589 Geometric Topology
+0807.0753 Statistical Mechanics
+0807.2923 Superconductivity
+0807.3779 Statistical Mechanics
+0807.3863 Number Theory
+0807.4586 Probability
+0808.1005 Strongly Correlated Electrons
+0808.2269 Number Theory
+0808.2836 Superconductivity
+0808.4070 General Physics
+0809.1307 Commutative Algebra
+0809.2539
+0809.2980
+0809.2988 Algebraic Geometry
+0809.4194 Networking and Internet Architecture
+0810.0117 Algebraic Geometry
+0810.1145
+0810.2056 Differential Geometry
+0810.4546 Mesoscale and Nanoscale Physics
+0811.0617 Phenomenology
+0811.0783
+0811.1414 Statistical Mechanics
+0811.3423 Statistical Mechanics
+0812.0136 Optimization and Control
+0812.0156 Combinatorics
+0812.0994 Phenomenology
+0812.1021 Experiment
+0812.1026 General Physics
+0812.1029 Information Retrieval
+0812.1043 Combinatorics
+0812.1053 Phenomenology
+0812.1054
+0812.1062 Quantitative Methods
+0812.1066
+0812.1069 Computational Physics
+0812.1082 Strongly Correlated Electrons
+0812.1084 Statistics Theory
+0812.1091 Information Theory
+0812.1092 Theory
+0812.1094 Neural and Evolutionary Computing
+0812.1106
+0812.1107 Methodology
+0812.1111
+0812.1119 Graphics
+0812.1124 Statistics Theory
+0812.1125 Materials Science
+0812.1127 Experiment
+0812.1135 Classical Analysis and ODEs
+0812.1136 Strongly Correlated Electrons
+0812.1143 Soft Condensed Matter
+0812.1144 Phenomenology
+0812.1145 Other Condensed Matter
+0812.1153 Numerical Analysis
+0812.1154
+0812.1165 Combinatorics
+0812.1169
+0812.1173 Representation Theory
+0812.1184 Analysis of PDEs
+0812.1194 Discrete Mathematics
+0812.1198 Geophysics
+0812.1206
+0812.1207 Strongly Correlated Electrons
+0812.1211 Chemical Physics
+0812.1212 Phenomenology
+0812.1218 Other Computer Science
+cond-mat/0306744 Strongly Correlated Electrons
+cond-mat/0408013 Other Condensed Matter
+cond-mat/0509642 Soft Condensed Matter
+cond-mat/0611666 Soft Condensed Matter
+cond-mat/0612453 Soft Condensed Matter
+cs/0703056 Databases
+cs/0703058 Databases
+math/0309417 Geometric Topology
+math/0403296 Number Theory
+math/0409225 Probability
+math/0610506 Probability
+math/0611180 Combinatorics
+math/0702059 Analysis of PDEs
+physics/0601166 Physics and Society
+quant-ph/0404125
+0705.1888 Other Condensed Matter
+0705.4463 Materials Science
+0706.0338 Superconductivity
+0706.1709 Chaotic Dynamics
+0707.0545
+0707.1582 Statistical Mechanics
+0707.2703 Strongly Correlated Electrons
+0708.0382 Strongly Correlated Electrons
+0708.0704 Combinatorics
+0708.3504 Mesoscale and Nanoscale Physics
+0709.1381 Mesoscale and Nanoscale Physics
+0709.2061
+0709.2622
+0709.4153 Other Condensed Matter
+0710.3459 Number Theory
+0710.5246 Superconductivity
+0711.0623 Strongly Correlated Electrons
+0711.1758 Statistical Mechanics
+0711.3411 Analysis of PDEs
+0712.0461 Statistical Mechanics
+0712.0960 Mesoscale and Nanoscale Physics
+0712.1636 Phenomenology
+0712.2322 Pattern Formation and Solitons
+0712.3777 Metric Geometry
+0712.4222 Logic in Computer Science
+0801.0728 Combinatorics
+0801.1312 Theory
+0802.0073 Statistical Mechanics
+0802.0136
+0802.1987 Analysis of PDEs
+0803.1336 Representation Theory
+0803.1794 Mesoscale and Nanoscale Physics
+0803.2400 Strongly Correlated Electrons
+0803.2545 Theory
+0803.2976
+0803.3604 General Physics
+0803.3861 Statistical Mechanics
+0803.4010 Theory
+0803.4013
+0803.4014 Mesoscale and Nanoscale Physics
+0803.4019 Classical Analysis and ODEs
+0803.4022 Numerical Analysis
+0803.4024
+0803.4029
+0803.4030 Discrete Mathematics
+0803.4031 Materials Science
+0803.4034 Analysis of PDEs
+0803.4040 Classical Physics
+0803.4041 Superconductivity
+0803.4045
+0803.4048 Other Condensed Matter
+0803.4054 Quantum Algebra
+0803.4056 Materials Science
+0803.4060 Statistical Mechanics
+0803.4064 Classical Analysis and ODEs
+0803.4083 Computational Physics
+0803.4086 Soft Condensed Matter
+0803.4093
+0803.4095 Algebraic Geometry
+0803.4098 Algebraic Geometry
+0803.4105 Statistical Mechanics
+0803.4108 Phenomenology
+0803.4111 Statistical Mechanics
+0803.4128
+0803.4133
+0803.4136 K-Theory and Homology
+0803.4140 Soft Condensed Matter
+0803.4142 Physics Education
+0803.4145 Materials Science
+0803.4169 Strongly Correlated Electrons
+0803.4178 Complex Variables
+0803.4182 Combinatorics
+0803.4184 General Mathematics
+cond-mat/0503129 Disordered Systems and Neural Networks
+cond-mat/0503506 Soft Condensed Matter
+cond-mat/0610198 Other Condensed Matter
+cond-mat/0611329 Soft Condensed Matter
+cs/0605028 Information Theory
+hep-th/0207113 Theory
+math/0501532 Probability
+math/0611360 Algebraic Geometry
+math/0701360 Probability
+math/0701459 Algebraic Geometry
+math/0701522 Algebraic Geometry
+quant-ph/0608200
+quant-ph/0703200
+0707.4349 Dynamical Systems
+0708.0598 Human-Computer Interaction
+acc-phys/9411001 Accelerator Physics
+acc-phys/9411002 Accelerator Physics
+acc-phys/9411003 Accelerator Physics
+acc-phys/9506001 Accelerator Physics
+acc-phys/9508001 Accelerator Physics
+acc-phys/9510005 Accelerator Physics
+acc-phys/9510006 Accelerator Physics
+acc-phys/9512001 Accelerator Physics
+acc-phys/9601001 Accelerator Physics
+acc-phys/9602003 Accelerator Physics
+acc-phys/9603001 Accelerator Physics
+acc-phys/9603002 Accelerator Physics
+acc-phys/9603003 Accelerator Physics
+acc-phys/9605002 Accelerator Physics
+acc-phys/9607001 Accelerator Physics
+acc-phys/9609001 Accelerator Physics
+acc-phys/9609003 Accelerator Physics
+acc-phys/9609005 Accelerator Physics
+adap-org/9303001 Adaptation and Self-Organizing Systems
+adap-org/9303003 Adaptation and Self-Organizing Systems
+adap-org/9305001 Adaptation and Self-Organizing Systems
+adap-org/9305002 Adaptation and Self-Organizing Systems
+adap-org/9306001 Adaptation and Self-Organizing Systems
+adap-org/9306003 Adaptation and Self-Organizing Systems
+adap-org/9306005 Adaptation and Self-Organizing Systems
+adap-org/9309001 Adaptation and Self-Organizing Systems
+adap-org/9311002 Adaptation and Self-Organizing Systems
+adap-org/9311003 Adaptation and Self-Organizing Systems
+adap-org/9402001 Adaptation and Self-Organizing Systems
+adap-org/9402002 Adaptation and Self-Organizing Systems
+adap-org/9404001 Adaptation and Self-Organizing Systems
+adap-org/9405002 Adaptation and Self-Organizing Systems
+adap-org/9405003 Adaptation and Self-Organizing Systems
+adap-org/9406001 Adaptation and Self-Organizing Systems
+adap-org/9407003 Adaptation and Self-Organizing Systems
+adap-org/9409001 Adaptation and Self-Organizing Systems
+adap-org/9409002 Adaptation and Self-Organizing Systems
+adap-org/9409003 Adaptation and Self-Organizing Systems
+adap-org/9409004 Adaptation and Self-Organizing Systems
+adap-org/9410001 Adaptation and Self-Organizing Systems
+adap-org/9410004 Adaptation and Self-Organizing Systems
+adap-org/9410005 Adaptation and Self-Organizing Systems
+adap-org/9410006 Adaptation and Self-Organizing Systems
+adap-org/9411001 Adaptation and Self-Organizing Systems
+adap-org/9411003 Adaptation and Self-Organizing Systems
+adap-org/9412001 Adaptation and Self-Organizing Systems
+adap-org/9501003 Adaptation and Self-Organizing Systems
+adap-org/9502005 Adaptation and Self-Organizing Systems
+adap-org/9502006 Adaptation and Self-Organizing Systems
+adap-org/9503002 Adaptation and Self-Organizing Systems
+adap-org/9503004 Adaptation and Self-Organizing Systems
+adap-org/9504003 Adaptation and Self-Organizing Systems
+adap-org/9504007 Adaptation and Self-Organizing Systems
+adap-org/9505001 Adaptation and Self-Organizing Systems
+adap-org/9505002 Adaptation and Self-Organizing Systems
+adap-org/9507002 Adaptation and Self-Organizing Systems
+adap-org/9507007 Adaptation and Self-Organizing Systems
+adap-org/9507008 Adaptation and Self-Organizing Systems
+adap-org/9508001 Adaptation and Self-Organizing Systems
+adap-org/9508002 Adaptation and Self-Organizing Systems
+adap-org/9508003 Adaptation and Self-Organizing Systems
+adap-org/9508004 Adaptation and Self-Organizing Systems
+adap-org/9508005 Adaptation and Self-Organizing Systems
+adap-org/9509001 Adaptation and Self-Organizing Systems
+adap-org/9509003 Adaptation and Self-Organizing Systems
+adap-org/9510001 Adaptation and Self-Organizing Systems
+adap-org/9511002 Adaptation and Self-Organizing Systems
+adap-org/9511004 Adaptation and Self-Organizing Systems
+adap-org/9601001 Adaptation and Self-Organizing Systems
+adap-org/9603001 Adaptation and Self-Organizing Systems
+adap-org/9605001 Adaptation and Self-Organizing Systems
+adap-org/9606002 Adaptation and Self-Organizing Systems
+adap-org/9607002 Adaptation and Self-Organizing Systems
+adap-org/9610001 Adaptation and Self-Organizing Systems
+adap-org/9610003 Adaptation and Self-Organizing Systems
+adap-org/9611002 Adaptation and Self-Organizing Systems
+adap-org/9611003 Adaptation and Self-Organizing Systems
+adap-org/9611005 Adaptation and Self-Organizing Systems
+adap-org/9611006 Adaptation and Self-Organizing Systems
+adap-org/9611008 Adaptation and Self-Organizing Systems
+adap-org/9702003 Adaptation and Self-Organizing Systems
+adap-org/9702004 Adaptation and Self-Organizing Systems
+adap-org/9704002 Adaptation and Self-Organizing Systems
+adap-org/9704005 Adaptation and Self-Organizing Systems
+adap-org/9706005 Adaptation and Self-Organizing Systems
+adap-org/9707005 Adaptation and Self-Organizing Systems
+adap-org/9707006 Adaptation and Self-Organizing Systems
+adap-org/9707007 Adaptation and Self-Organizing Systems
+adap-org/9707008 Adaptation and Self-Organizing Systems
+adap-org/9708001 Adaptation and Self-Organizing Systems
+adap-org/9708002 Adaptation and Self-Organizing Systems
+adap-org/9708003 Adaptation and Self-Organizing Systems
+adap-org/9708004 Adaptation and Self-Organizing Systems
+adap-org/9708005 Adaptation and Self-Organizing Systems
+adap-org/9708007 Adaptation and Self-Organizing Systems
+adap-org/9709001 Adaptation and Self-Organizing Systems
+adap-org/9709002 Adaptation and Self-Organizing Systems
+adap-org/9709004 Adaptation and Self-Organizing Systems
+adap-org/9709005 Adaptation and Self-Organizing Systems
+adap-org/9709006 Adaptation and Self-Organizing Systems
+alg-geom/9202001 Algebraic Geometry
+alg-geom/9202002 Algebraic Geometry
+alg-geom/9202003 Algebraic Geometry
+alg-geom/9202004 Algebraic Geometry
+alg-geom/9202005 Algebraic Geometry
+alg-geom/9202006 Algebraic Geometry
+alg-geom/9202007 Algebraic Geometry
+alg-geom/9202008 Algebraic Geometry
+alg-geom/9202010 Algebraic Geometry
+alg-geom/9202011 Algebraic Geometry
+alg-geom/9202012 Algebraic Geometry
+alg-geom/9202013 Algebraic Geometry
+alg-geom/9202014 Algebraic Geometry
+alg-geom/9202015 Algebraic Geometry
+alg-geom/9202016 Algebraic Geometry
+alg-geom/9202017 Algebraic Geometry
+alg-geom/9202018 Algebraic Geometry
+alg-geom/9202019 Algebraic Geometry
+alg-geom/9202020 Algebraic Geometry
+alg-geom/9202021 Algebraic Geometry
+alg-geom/9202022 Algebraic Geometry
+alg-geom/9202023 Algebraic Geometry
+alg-geom/9202024 Algebraic Geometry
+alg-geom/9202025 Algebraic Geometry
+alg-geom/9202026 Algebraic Geometry
+alg-geom/9202027 Algebraic Geometry
+alg-geom/9202028 Algebraic Geometry
+alg-geom/9203001 Algebraic Geometry
+alg-geom/9203002 Algebraic Geometry
+alg-geom/9203003 Algebraic Geometry
+alg-geom/9203004 Algebraic Geometry
+alg-geom/9203005 Algebraic Geometry
+alg-geom/9205001 Algebraic Geometry
+alg-geom/9205002 Algebraic Geometry
+alg-geom/9205003 Algebraic Geometry
+alg-geom/9205004 Algebraic Geometry
+alg-geom/9205006 Algebraic Geometry
+alg-geom/9205007 Algebraic Geometry
+alg-geom/9206003 Algebraic Geometry
+alg-geom/9206004 Algebraic Geometry
+alg-geom/9206006 Algebraic Geometry
+alg-geom/9206007 Algebraic Geometry
+alg-geom/9206008 Algebraic Geometry
+alg-geom/9206009 Algebraic Geometry
+alg-geom/9207001 Algebraic Geometry
+alg-geom/9208003 Algebraic Geometry
+alg-geom/9208004 Algebraic Geometry
+alg-geom/9209001 Algebraic Geometry
+alg-geom/9210001 Algebraic Geometry
+alg-geom/9210002 Algebraic Geometry
+alg-geom/9210003 Algebraic Geometry
+alg-geom/9210004 Algebraic Geometry
+alg-geom/9210005 Algebraic Geometry
+alg-geom/9210006 Algebraic Geometry
+alg-geom/9210007 Algebraic Geometry
+alg-geom/9210009 Algebraic Geometry
+alg-geom/9211001 Algebraic Geometry
+alg-geom/9212001 Algebraic Geometry
+alg-geom/9212003 Algebraic Geometry
+alg-geom/9212004 Algebraic Geometry
+alg-geom/9301001 Algebraic Geometry
+alg-geom/9301002 Algebraic Geometry
+alg-geom/9301003 Algebraic Geometry
+alg-geom/9301004 Algebraic Geometry
+alg-geom/9301005 Algebraic Geometry
+alg-geom/9301006 Algebraic Geometry
+alg-geom/9301007 Algebraic Geometry
+alg-geom/9302001 Algebraic Geometry
+alg-geom/9302002 Algebraic Geometry
+alg-geom/9302003 Algebraic Geometry
+alg-geom/9302004 Algebraic Geometry
+alg-geom/9302005 Algebraic Geometry
+alg-geom/9303001 Algebraic Geometry
+alg-geom/9303002 Algebraic Geometry
+alg-geom/9303004 Algebraic Geometry
+alg-geom/9303005 Algebraic Geometry
+alg-geom/9303006 Algebraic Geometry
+alg-geom/9303007 Algebraic Geometry
+alg-geom/9304001 Algebraic Geometry
+alg-geom/9304002 Algebraic Geometry
+alg-geom/9304004 Algebraic Geometry
+alg-geom/9304005 Algebraic Geometry
+alg-geom/9304006 Algebraic Geometry
+alg-geom/9304007 Algebraic Geometry
+alg-geom/9305001 Algebraic Geometry
+alg-geom/9305002 Algebraic Geometry
+alg-geom/9305003 Algebraic Geometry
+alg-geom/9305004 Algebraic Geometry
+alg-geom/9305005 Algebraic Geometry
+alg-geom/9305010 Algebraic Geometry
+alg-geom/9305011 Algebraic Geometry
+alg-geom/9306001 Algebraic Geometry
+alg-geom/9306002 Algebraic Geometry
+alg-geom/9306003 Algebraic Geometry
+alg-geom/9306004 Algebraic Geometry
+alg-geom/9306005 Algebraic Geometry
+alg-geom/9306006 Algebraic Geometry
+alg-geom/9306007 Algebraic Geometry
+alg-geom/9306008 Algebraic Geometry
+alg-geom/9306009 Algebraic Geometry
+alg-geom/9306010 Algebraic Geometry
+alg-geom/9306011 Algebraic Geometry
+alg-geom/9307001 Algebraic Geometry
+alg-geom/9307002 Algebraic Geometry
+alg-geom/9307003 Algebraic Geometry
+alg-geom/9307004 Algebraic Geometry
+alg-geom/9307005 Algebraic Geometry
+alg-geom/9307006 Algebraic Geometry
+alg-geom/9307007 Algebraic Geometry
+alg-geom/9307008 Algebraic Geometry
+alg-geom/9307009 Algebraic Geometry
+alg-geom/9308001 Algebraic Geometry
+alg-geom/9308002 Algebraic Geometry
+alg-geom/9308003 Algebraic Geometry
+alg-geom/9308004 Algebraic Geometry
+alg-geom/9308005 Algebraic Geometry
+alg-geom/9308006 Algebraic Geometry
+alg-geom/9309001 Algebraic Geometry
+alg-geom/9309004 Algebraic Geometry
+alg-geom/9309005 Algebraic Geometry
+alg-geom/9309006 Algebraic Geometry
+alg-geom/9309007 Algebraic Geometry
+alg-geom/9310001 Algebraic Geometry
+alg-geom/9310002 Algebraic Geometry
+alg-geom/9310003 Algebraic Geometry
+alg-geom/9310004 Algebraic Geometry
+alg-geom/9310005 Algebraic Geometry
+alg-geom/9310006 Algebraic Geometry
+alg-geom/9310007 Algebraic Geometry
+alg-geom/9310008 Algebraic Geometry
+alg-geom/9311001 Algebraic Geometry
+alg-geom/9311003 Algebraic Geometry
+alg-geom/9311004 Algebraic Geometry
+alg-geom/9311005 Algebraic Geometry
+alg-geom/9311006 Algebraic Geometry
+alg-geom/9311007 Algebraic Geometry
+alg-geom/9311008 Algebraic Geometry
+alg-geom/9311010 Algebraic Geometry
+alg-geom/9311011 Algebraic Geometry
+alg-geom/9311012 Algebraic Geometry
+alg-geom/9311013 Algebraic Geometry
+alg-geom/9312001 Algebraic Geometry
+alg-geom/9312002 Algebraic Geometry
+alg-geom/9312003 Algebraic Geometry
+alg-geom/9312004 Algebraic Geometry
+alg-geom/9312005 Algebraic Geometry
+alg-geom/9312006 Algebraic Geometry
+alg-geom/9312009 Algebraic Geometry
+alg-geom/9312010 Algebraic Geometry
+alg-geom/9312011 Algebraic Geometry
+alg-geom/9312012 Algebraic Geometry
+alg-geom/9401001 Algebraic Geometry
+alg-geom/9401002 Algebraic Geometry
+alg-geom/9401003 Algebraic Geometry
+alg-geom/9401004 Algebraic Geometry
+alg-geom/9401005 Algebraic Geometry
+alg-geom/9401006 Algebraic Geometry
+alg-geom/9401008 Algebraic Geometry
+alg-geom/9401009 Algebraic Geometry
+alg-geom/9401010 Algebraic Geometry
+alg-geom/9402001 Algebraic Geometry
+alg-geom/9402002 Algebraic Geometry
+alg-geom/9402003 Algebraic Geometry
+alg-geom/9402004 Algebraic Geometry
+alg-geom/9402006 Algebraic Geometry
+alg-geom/9402008 Algebraic Geometry
+alg-geom/9402009 Algebraic Geometry
+alg-geom/9402010 Algebraic Geometry
+alg-geom/9402012 Algebraic Geometry
+alg-geom/9402013 Algebraic Geometry
+alg-geom/9402014 Algebraic Geometry
+alg-geom/9403001 Algebraic Geometry
+alg-geom/9403002 Algebraic Geometry
+alg-geom/9403003 Algebraic Geometry
+alg-geom/9403004 Algebraic Geometry
+alg-geom/9403005 Algebraic Geometry
+alg-geom/9403006 Algebraic Geometry
+alg-geom/9403007 Algebraic Geometry
+alg-geom/9403008 Algebraic Geometry
+alg-geom/9403009 Algebraic Geometry
+alg-geom/9403010 Algebraic Geometry
+alg-geom/9403011 Algebraic Geometry
+alg-geom/9403012 Algebraic Geometry
+alg-geom/9403014 Algebraic Geometry
+alg-geom/9403015 Algebraic Geometry
+alg-geom/9403016 Algebraic Geometry
+alg-geom/9404001 Algebraic Geometry
+alg-geom/9404002 Algebraic Geometry
+alg-geom/9404003 Algebraic Geometry
+alg-geom/9404004 Algebraic Geometry
+alg-geom/9404005 Algebraic Geometry
+alg-geom/9404006 Algebraic Geometry
+alg-geom/9404007 Algebraic Geometry
+alg-geom/9404008 Algebraic Geometry
+alg-geom/9404009 Algebraic Geometry
+alg-geom/9404012 Algebraic Geometry
+alg-geom/9404013 Algebraic Geometry
+alg-geom/9405001 Algebraic Geometry
+alg-geom/9405002 Algebraic Geometry
+alg-geom/9405003 Algebraic Geometry
+alg-geom/9405004 Algebraic Geometry
+alg-geom/9405005 Algebraic Geometry
+alg-geom/9405006 Algebraic Geometry
+alg-geom/9405007 Algebraic Geometry
+alg-geom/9405008 Algebraic Geometry
+alg-geom/9405009 Algebraic Geometry
+alg-geom/9405010 Algebraic Geometry
+alg-geom/9405011 Algebraic Geometry
+alg-geom/9405012 Algebraic Geometry
+alg-geom/9405013 Algebraic Geometry
+alg-geom/9405014 Algebraic Geometry
+alg-geom/9406001 Algebraic Geometry
+alg-geom/9406002 Algebraic Geometry
+alg-geom/9406003 Algebraic Geometry
+alg-geom/9406004 Algebraic Geometry
+alg-geom/9406005 Algebraic Geometry
+alg-geom/9406006 Algebraic Geometry
+alg-geom/9406007 Algebraic Geometry
+alg-geom/9407001 Algebraic Geometry
+alg-geom/9407002 Algebraic Geometry
+alg-geom/9407003 Algebraic Geometry
+alg-geom/9407004 Algebraic Geometry
+alg-geom/9407005 Algebraic Geometry
+alg-geom/9407006 Algebraic Geometry
+alg-geom/9407007 Algebraic Geometry
+alg-geom/9407008 Algebraic Geometry
+alg-geom/9407009 Algebraic Geometry
+alg-geom/9407010 Algebraic Geometry
+alg-geom/9407011 Algebraic Geometry
+alg-geom/9407012 Algebraic Geometry
+alg-geom/9408001 Algebraic Geometry
+alg-geom/9408002 Algebraic Geometry
+alg-geom/9408003 Algebraic Geometry
+alg-geom/9408004 Algebraic Geometry
+alg-geom/9408005 Algebraic Geometry
+alg-geom/9408006 Algebraic Geometry
+alg-geom/9408007 Algebraic Geometry
+alg-geom/9408008 Algebraic Geometry
+alg-geom/9408009 Algebraic Geometry
+alg-geom/9408010 Algebraic Geometry
+alg-geom/9408011 Algebraic Geometry
+alg-geom/9409001 Algebraic Geometry
+alg-geom/9409002 Algebraic Geometry
+alg-geom/9409003 Algebraic Geometry
+alg-geom/9409004 Algebraic Geometry
+alg-geom/9409005 Algebraic Geometry
+alg-geom/9410001 Algebraic Geometry
+alg-geom/9410002 Algebraic Geometry
+alg-geom/9410004 Algebraic Geometry
+alg-geom/9410005 Algebraic Geometry
+alg-geom/9410006 Algebraic Geometry
+alg-geom/9410007 Algebraic Geometry
+alg-geom/9410008 Algebraic Geometry
+alg-geom/9410010 Algebraic Geometry
+alg-geom/9410011 Algebraic Geometry
+alg-geom/9410012 Algebraic Geometry
+alg-geom/9410013 Algebraic Geometry
+alg-geom/9410015 Algebraic Geometry
+alg-geom/9410016 Algebraic Geometry
+alg-geom/9410017 Algebraic Geometry
+alg-geom/9410018 Algebraic Geometry
+alg-geom/9410019 Algebraic Geometry
+alg-geom/9410020 Algebraic Geometry
+alg-geom/9410021 Algebraic Geometry
+alg-geom/9410023 Algebraic Geometry
+alg-geom/9410024 Algebraic Geometry
+alg-geom/9410025 Algebraic Geometry
+alg-geom/9410026 Algebraic Geometry
+alg-geom/9410027 Algebraic Geometry
+alg-geom/9410028 Algebraic Geometry
+alg-geom/9410030 Algebraic Geometry
+alg-geom/9410031 Algebraic Geometry
+alg-geom/9410032 Algebraic Geometry
+alg-geom/9411001 Algebraic Geometry
+alg-geom/9411002 Algebraic Geometry
+alg-geom/9411003 Algebraic Geometry
+alg-geom/9411004 Algebraic Geometry
+alg-geom/9411005 Algebraic Geometry
+alg-geom/9411006 Algebraic Geometry
+alg-geom/9411007 Algebraic Geometry
+alg-geom/9411008 Algebraic Geometry
+alg-geom/9411009 Algebraic Geometry
+alg-geom/9411010 Algebraic Geometry
+alg-geom/9411011 Algebraic Geometry
+alg-geom/9411012 Algebraic Geometry
+alg-geom/9411013 Algebraic Geometry
+alg-geom/9411015 Algebraic Geometry
+alg-geom/9411017 Algebraic Geometry
+alg-geom/9411018 Algebraic Geometry
+alg-geom/9411019 Algebraic Geometry
+alg-geom/9412001 Algebraic Geometry
+alg-geom/9412002 Algebraic Geometry
+alg-geom/9412003 Algebraic Geometry
+alg-geom/9412004 Algebraic Geometry
+alg-geom/9412005 Algebraic Geometry
+alg-geom/9412007 Algebraic Geometry
+alg-geom/9412008 Algebraic Geometry
+alg-geom/9412009 Algebraic Geometry
+alg-geom/9412010 Algebraic Geometry
+alg-geom/9412011 Algebraic Geometry
+alg-geom/9412012 Algebraic Geometry
+alg-geom/9412013 Algebraic Geometry
+alg-geom/9412015 Algebraic Geometry
+alg-geom/9412016 Algebraic Geometry
+alg-geom/9412017 Algebraic Geometry
+alg-geom/9412018 Algebraic Geometry
+alg-geom/9412019 Algebraic Geometry
+alg-geom/9412020 Algebraic Geometry
+alg-geom/9412021 Algebraic Geometry
+alg-geom/9501001 Algebraic Geometry
+alg-geom/9501002 Algebraic Geometry
+alg-geom/9501011 Algebraic Geometry
+alg-geom/9501012 Algebraic Geometry
+alg-geom/9502001 Algebraic Geometry
+alg-geom/9502004 Algebraic Geometry
+alg-geom/9502005 Algebraic Geometry
+alg-geom/9502006 Algebraic Geometry
+alg-geom/9502009 Algebraic Geometry
+alg-geom/9502010 Algebraic Geometry
+alg-geom/9502011 Algebraic Geometry
+alg-geom/9502012 Algebraic Geometry
+alg-geom/9502013 Algebraic Geometry
+alg-geom/9502014 Algebraic Geometry
+alg-geom/9502015 Algebraic Geometry
+alg-geom/9502016 Algebraic Geometry
+alg-geom/9502017 Algebraic Geometry
+alg-geom/9502018 Algebraic Geometry
+alg-geom/9502019 Algebraic Geometry
+alg-geom/9502020 Algebraic Geometry
+alg-geom/9502021 Algebraic Geometry
+alg-geom/9502022 Algebraic Geometry
+alg-geom/9502023 Algebraic Geometry
+alg-geom/9502025 Algebraic Geometry
+alg-geom/9502026 Algebraic Geometry
+alg-geom/9503001 Algebraic Geometry
+alg-geom/9503004 Algebraic Geometry
+alg-geom/9503005 Algebraic Geometry
+alg-geom/9503006 Algebraic Geometry
+alg-geom/9503007 Algebraic Geometry
+alg-geom/9503008 Algebraic Geometry
+alg-geom/9503009 Algebraic Geometry
+alg-geom/9503011 Algebraic Geometry
+alg-geom/9503012 Algebraic Geometry
+alg-geom/9503013 Algebraic Geometry
+alg-geom/9503014 Algebraic Geometry
+alg-geom/9503017 Algebraic Geometry
+alg-geom/9503018 Algebraic Geometry
+alg-geom/9503019 Algebraic Geometry
+alg-geom/9503021 Algebraic Geometry
+alg-geom/9503022 Algebraic Geometry
+alg-geom/9503023 Algebraic Geometry
+alg-geom/9503024 Algebraic Geometry
+alg-geom/9503025 Algebraic Geometry
+alg-geom/9504001 Algebraic Geometry
+alg-geom/9504002 Algebraic Geometry
+alg-geom/9504004 Algebraic Geometry
+alg-geom/9504005 Algebraic Geometry
+alg-geom/9504006 Algebraic Geometry
+alg-geom/9504007 Algebraic Geometry
+alg-geom/9504009 Algebraic Geometry
+alg-geom/9504010 Algebraic Geometry
+alg-geom/9504011 Algebraic Geometry
+alg-geom/9504012 Algebraic Geometry
+alg-geom/9504013 Algebraic Geometry
+alg-geom/9504014 Algebraic Geometry
+alg-geom/9504015 Algebraic Geometry
+alg-geom/9504016 Algebraic Geometry
+alg-geom/9504017 Algebraic Geometry
+alg-geom/9505001 Algebraic Geometry
+alg-geom/9505002 Algebraic Geometry
+alg-geom/9505003 Algebraic Geometry
+alg-geom/9505004 Algebraic Geometry
+alg-geom/9505005 Algebraic Geometry
+alg-geom/9505006 Algebraic Geometry
+alg-geom/9505007 Algebraic Geometry
+alg-geom/9505008 Algebraic Geometry
+alg-geom/9505009 Algebraic Geometry
+alg-geom/9505010 Algebraic Geometry
+alg-geom/9505011 Algebraic Geometry
+alg-geom/9505012 Algebraic Geometry
+alg-geom/9505013 Algebraic Geometry
+alg-geom/9505014 Algebraic Geometry
+alg-geom/9505017 Algebraic Geometry
+alg-geom/9505018 Algebraic Geometry
+alg-geom/9505019 Algebraic Geometry
+alg-geom/9505021 Algebraic Geometry
+alg-geom/9505022 Algebraic Geometry
+alg-geom/9505023 Algebraic Geometry
+alg-geom/9505024 Algebraic Geometry
+alg-geom/9505025 Algebraic Geometry
+alg-geom/9505026 Algebraic Geometry
+alg-geom/9505027 Algebraic Geometry
+alg-geom/9505028 Algebraic Geometry
+alg-geom/9505030 Algebraic Geometry
+alg-geom/9505031 Algebraic Geometry
+alg-geom/9505032 Algebraic Geometry
+alg-geom/9505033 Algebraic Geometry
+alg-geom/9505035 Algebraic Geometry
+alg-geom/9505036 Algebraic Geometry
+alg-geom/9505038 Algebraic Geometry
+alg-geom/9506001 Algebraic Geometry
+alg-geom/9506002 Algebraic Geometry
+alg-geom/9506003 Algebraic Geometry
+alg-geom/9506005 Algebraic Geometry
+alg-geom/9506006 Algebraic Geometry
+alg-geom/9506007 Algebraic Geometry
+alg-geom/9506008 Algebraic Geometry
+alg-geom/9506009 Algebraic Geometry
+alg-geom/9506010 Algebraic Geometry
+alg-geom/9506011 Algebraic Geometry
+alg-geom/9506012 Algebraic Geometry
+alg-geom/9506013 Algebraic Geometry
+alg-geom/9506014 Algebraic Geometry
+alg-geom/9506015 Algebraic Geometry
+alg-geom/9506016 Algebraic Geometry
+alg-geom/9506017 Algebraic Geometry
+alg-geom/9506018 Algebraic Geometry
+alg-geom/9506019 Algebraic Geometry
+alg-geom/9506023 Algebraic Geometry
+alg-geom/9506024 Algebraic Geometry
+alg-geom/9506025 Algebraic Geometry
+alg-geom/9506026 Algebraic Geometry
+alg-geom/9507001 Algebraic Geometry
+alg-geom/9507002 Algebraic Geometry
+alg-geom/9507003 Algebraic Geometry
+alg-geom/9507004 Algebraic Geometry
+alg-geom/9507005 Algebraic Geometry
+alg-geom/9507006 Algebraic Geometry
+alg-geom/9507007 Algebraic Geometry
+alg-geom/9507009 Algebraic Geometry
+alg-geom/9507011 Algebraic Geometry
+alg-geom/9507012 Algebraic Geometry
+alg-geom/9507013 Algebraic Geometry
+alg-geom/9507015 Algebraic Geometry
+alg-geom/9507016 Algebraic Geometry
+alg-geom/9507017 Algebraic Geometry
+alg-geom/9508001 Algebraic Geometry
+alg-geom/9508002 Algebraic Geometry
+alg-geom/9508003 Algebraic Geometry
+alg-geom/9508004 Algebraic Geometry
+alg-geom/9508005 Algebraic Geometry
+alg-geom/9508006 Algebraic Geometry
+alg-geom/9508008 Algebraic Geometry
+alg-geom/9508009 Algebraic Geometry
+alg-geom/9508010 Algebraic Geometry
+alg-geom/9508011 Algebraic Geometry
+alg-geom/9508012 Algebraic Geometry
+alg-geom/9509004 Algebraic Geometry
+alg-geom/9509005 Algebraic Geometry
+alg-geom/9509007 Algebraic Geometry
+alg-geom/9509008 Algebraic Geometry
+alg-geom/9510001 Algebraic Geometry
+alg-geom/9510002 Algebraic Geometry
+alg-geom/9510004 Algebraic Geometry
+alg-geom/9510005 Algebraic Geometry
+alg-geom/9510006 Algebraic Geometry
+alg-geom/9510007 Algebraic Geometry
+alg-geom/9510008 Algebraic Geometry
+alg-geom/9510009 Algebraic Geometry
+alg-geom/9510010 Algebraic Geometry
+alg-geom/9510012 Algebraic Geometry
+alg-geom/9510014 Algebraic Geometry
+alg-geom/9510015 Algebraic Geometry
+alg-geom/9510016 Algebraic Geometry
+alg-geom/9510017 Algebraic Geometry
+alg-geom/9510018 Algebraic Geometry
+alg-geom/9511003 Algebraic Geometry
+alg-geom/9511004 Algebraic Geometry
+alg-geom/9511005 Algebraic Geometry
+alg-geom/9511006 Algebraic Geometry
+alg-geom/9511007 Algebraic Geometry
+alg-geom/9511008 Algebraic Geometry
+alg-geom/9511009 Algebraic Geometry
+alg-geom/9511010 Algebraic Geometry
+alg-geom/9511011 Algebraic Geometry
+alg-geom/9511012 Algebraic Geometry
+alg-geom/9511013 Algebraic Geometry
+alg-geom/9511014 Algebraic Geometry
+alg-geom/9511016 Algebraic Geometry
+alg-geom/9511017 Algebraic Geometry
+alg-geom/9511018 Algebraic Geometry
+alg-geom/9511019 Algebraic Geometry
+alg-geom/9512001 Algebraic Geometry
+alg-geom/9512004 Algebraic Geometry
+alg-geom/9512005 Algebraic Geometry
+alg-geom/9512007 Algebraic Geometry
+alg-geom/9512008 Algebraic Geometry
+alg-geom/9512010 Algebraic Geometry
+alg-geom/9512011 Algebraic Geometry
+alg-geom/9512012 Algebraic Geometry
+alg-geom/9512013 Algebraic Geometry
+alg-geom/9512014 Algebraic Geometry
+alg-geom/9512015 Algebraic Geometry
+alg-geom/9512016 Algebraic Geometry
+alg-geom/9512017 Algebraic Geometry
+alg-geom/9512018 Algebraic Geometry
+alg-geom/9601001 Algebraic Geometry
+alg-geom/9601002 Algebraic Geometry
+alg-geom/9601004 Algebraic Geometry
+alg-geom/9601006 Algebraic Geometry
+alg-geom/9601007 Algebraic Geometry
+alg-geom/9601009 Algebraic Geometry
+alg-geom/9601012 Algebraic Geometry
+alg-geom/9601013 Algebraic Geometry
+alg-geom/9601014 Algebraic Geometry
+alg-geom/9601015 Algebraic Geometry
+alg-geom/9601017 Algebraic Geometry
+alg-geom/9601018 Algebraic Geometry
+alg-geom/9601019 Algebraic Geometry
+alg-geom/9601020 Algebraic Geometry
+alg-geom/9601021 Algebraic Geometry
+alg-geom/9601023 Algebraic Geometry
+alg-geom/9601024 Algebraic Geometry
+alg-geom/9601026 Algebraic Geometry
+alg-geom/9602001 Algebraic Geometry
+alg-geom/9602002 Algebraic Geometry
+alg-geom/9602003 Algebraic Geometry
+alg-geom/9602004 Algebraic Geometry
+alg-geom/9602005 Algebraic Geometry
+alg-geom/9602007 Algebraic Geometry
+alg-geom/9602008 Algebraic Geometry
+alg-geom/9602009 Algebraic Geometry
+alg-geom/9602010 Algebraic Geometry
+alg-geom/9602011 Algebraic Geometry
+alg-geom/9602012 Algebraic Geometry
+alg-geom/9602013 Algebraic Geometry
+alg-geom/9602014 Algebraic Geometry
+alg-geom/9602015 Algebraic Geometry
+alg-geom/9602016 Algebraic Geometry
+alg-geom/9602017 Algebraic Geometry
+alg-geom/9602018 Algebraic Geometry
+alg-geom/9602022 Algebraic Geometry
+alg-geom/9602023 Algebraic Geometry
+alg-geom/9602024 Algebraic Geometry
+alg-geom/9603001 Algebraic Geometry
+alg-geom/9603002 Algebraic Geometry
+alg-geom/9603003 Algebraic Geometry
+alg-geom/9603004 Algebraic Geometry
+alg-geom/9603005 Algebraic Geometry
+alg-geom/9603006 Algebraic Geometry
+alg-geom/9603008 Algebraic Geometry
+alg-geom/9603009 Algebraic Geometry
+alg-geom/9603011 Algebraic Geometry
+alg-geom/9603013 Algebraic Geometry
+alg-geom/9603014 Algebraic Geometry
+alg-geom/9603015 Algebraic Geometry
+alg-geom/9603016 Algebraic Geometry
+alg-geom/9603017 Algebraic Geometry
+alg-geom/9603019 Algebraic Geometry
+alg-geom/9603020 Algebraic Geometry
+alg-geom/9603021 Algebraic Geometry
+alg-geom/9603022 Algebraic Geometry
+alg-geom/9603023 Algebraic Geometry
+alg-geom/9603024 Algebraic Geometry
+alg-geom/9603025 Algebraic Geometry
+alg-geom/9604002 Algebraic Geometry
+alg-geom/9604003 Algebraic Geometry
+alg-geom/9604004 Algebraic Geometry
+alg-geom/9604005 Algebraic Geometry
+alg-geom/9604006 Algebraic Geometry
+alg-geom/9604007 Algebraic Geometry
+alg-geom/9604008 Algebraic Geometry
+alg-geom/9604009 Algebraic Geometry
+alg-geom/9604010 Algebraic Geometry
+alg-geom/9604012 Algebraic Geometry
+alg-geom/9604013 Algebraic Geometry
+alg-geom/9604015 Algebraic Geometry
+alg-geom/9604017 Algebraic Geometry
+alg-geom/9604018 Algebraic Geometry
+alg-geom/9604020 Algebraic Geometry
+alg-geom/9604021 Algebraic Geometry
+alg-geom/9604022 Algebraic Geometry
+alg-geom/9604023 Algebraic Geometry
+alg-geom/9605001 Algebraic Geometry
+alg-geom/9605004 Algebraic Geometry
+alg-geom/9605006 Algebraic Geometry
+alg-geom/9605007 Algebraic Geometry
+alg-geom/9605008 Algebraic Geometry
+alg-geom/9605010 Algebraic Geometry
+alg-geom/9605011 Algebraic Geometry
+alg-geom/9605012 Algebraic Geometry
+alg-geom/9605013 Algebraic Geometry
+alg-geom/9605014 Algebraic Geometry
+alg-geom/9606001 Algebraic Geometry
+alg-geom/9606002 Algebraic Geometry
+alg-geom/9606003 Algebraic Geometry
+alg-geom/9606004 Algebraic Geometry
+alg-geom/9606005 Algebraic Geometry
+alg-geom/9606007 Algebraic Geometry
+alg-geom/9606008 Algebraic Geometry
+alg-geom/9606011 Algebraic Geometry
+alg-geom/9606012 Algebraic Geometry
+alg-geom/9606014 Algebraic Geometry
+alg-geom/9606015 Algebraic Geometry
+alg-geom/9606016 Algebraic Geometry
+alg-geom/9606017 Algebraic Geometry
+alg-geom/9606019 Algebraic Geometry
+alg-geom/9607001 Algebraic Geometry
+alg-geom/9607002 Algebraic Geometry
+alg-geom/9607003 Algebraic Geometry
+alg-geom/9607004 Algebraic Geometry
+alg-geom/9607005 Algebraic Geometry
+alg-geom/9607007 Algebraic Geometry
+alg-geom/9607008 Algebraic Geometry
+alg-geom/9607009 Algebraic Geometry
+alg-geom/9607010 Algebraic Geometry
+alg-geom/9607012 Algebraic Geometry
+alg-geom/9607013 Algebraic Geometry
+alg-geom/9607014 Algebraic Geometry
+alg-geom/9607015 Algebraic Geometry
+alg-geom/9607016 Algebraic Geometry
+alg-geom/9607017 Algebraic Geometry
+alg-geom/9607018 Algebraic Geometry
+alg-geom/9607019 Algebraic Geometry
+alg-geom/9607020 Algebraic Geometry
+alg-geom/9607021 Algebraic Geometry
+alg-geom/9607022 Algebraic Geometry
+alg-geom/9607024 Algebraic Geometry
+alg-geom/9607025 Algebraic Geometry
+alg-geom/9607026 Algebraic Geometry
+alg-geom/9608001 Algebraic Geometry
+alg-geom/9608002 Algebraic Geometry
+alg-geom/9608003 Algebraic Geometry
+alg-geom/9608004 Algebraic Geometry
+alg-geom/9608005 Algebraic Geometry
+alg-geom/9608006 Algebraic Geometry
+alg-geom/9608008 Algebraic Geometry
+alg-geom/9608009 Algebraic Geometry
+alg-geom/9608010 Algebraic Geometry
+alg-geom/9608011 Algebraic Geometry
+alg-geom/9608012 Algebraic Geometry
+alg-geom/9608013 Algebraic Geometry
+alg-geom/9608014 Algebraic Geometry
+alg-geom/9608015 Algebraic Geometry
+alg-geom/9608017 Algebraic Geometry
+alg-geom/9608018 Algebraic Geometry
+alg-geom/9608019 Algebraic Geometry
+alg-geom/9608021 Algebraic Geometry
+alg-geom/9608022 Algebraic Geometry
+alg-geom/9608023 Algebraic Geometry
+alg-geom/9608024 Algebraic Geometry
+alg-geom/9608025 Algebraic Geometry
+alg-geom/9608026 Algebraic Geometry
+alg-geom/9608027 Algebraic Geometry
+alg-geom/9608028 Algebraic Geometry
+alg-geom/9608029 Algebraic Geometry
+alg-geom/9608030 Algebraic Geometry
+alg-geom/9608031 Algebraic Geometry
+alg-geom/9608032 Algebraic Geometry
+alg-geom/9608034 Algebraic Geometry
+alg-geom/9609001 Algebraic Geometry
+alg-geom/9609002 Algebraic Geometry
+alg-geom/9609003 Algebraic Geometry
+alg-geom/9609004 Algebraic Geometry
+alg-geom/9609005 Algebraic Geometry
+alg-geom/9609006 Algebraic Geometry
+alg-geom/9609007 Algebraic Geometry
+alg-geom/9609008 Algebraic Geometry
+alg-geom/9609009 Algebraic Geometry
+alg-geom/9609010 Algebraic Geometry
+alg-geom/9609011 Algebraic Geometry
+alg-geom/9609012 Algebraic Geometry
+alg-geom/9609013 Algebraic Geometry
+alg-geom/9609014 Algebraic Geometry
+alg-geom/9609015 Algebraic Geometry
+alg-geom/9609016 Algebraic Geometry
+alg-geom/9609017 Algebraic Geometry
+alg-geom/9609018 Algebraic Geometry
+alg-geom/9609020 Algebraic Geometry
+alg-geom/9610001 Algebraic Geometry
+alg-geom/9610002 Algebraic Geometry
+alg-geom/9610003 Algebraic Geometry
+alg-geom/9610004 Algebraic Geometry
+alg-geom/9610005 Algebraic Geometry
+alg-geom/9610006 Algebraic Geometry
+alg-geom/9610007 Algebraic Geometry
+alg-geom/9610008 Algebraic Geometry
+alg-geom/9610009 Algebraic Geometry
+alg-geom/9610010 Algebraic Geometry
+alg-geom/9610011 Algebraic Geometry
+alg-geom/9610012 Algebraic Geometry
+alg-geom/9610013 Algebraic Geometry
+alg-geom/9610014 Algebraic Geometry
+alg-geom/9610015 Algebraic Geometry
+alg-geom/9610016 Algebraic Geometry
+alg-geom/9610017 Algebraic Geometry
+alg-geom/9610018 Algebraic Geometry
+alg-geom/9610019 Algebraic Geometry
+alg-geom/9610021 Algebraic Geometry
+alg-geom/9610022 Algebraic Geometry
+alg-geom/9610023 Algebraic Geometry
+alg-geom/9611001 Algebraic Geometry
+alg-geom/9611002 Algebraic Geometry
+alg-geom/9611003 Algebraic Geometry
+alg-geom/9611004 Algebraic Geometry
+alg-geom/9611005 Algebraic Geometry
+alg-geom/9611006 Algebraic Geometry
+alg-geom/9611007 Algebraic Geometry
+alg-geom/9611008 Algebraic Geometry
+alg-geom/9611009 Algebraic Geometry
+alg-geom/9611011 Algebraic Geometry
+alg-geom/9611012 Algebraic Geometry
+alg-geom/9611013 Algebraic Geometry
+alg-geom/9611014 Algebraic Geometry
+alg-geom/9611015 Algebraic Geometry
+alg-geom/9611017 Algebraic Geometry
+alg-geom/9611018 Algebraic Geometry
+alg-geom/9611019 Algebraic Geometry
+alg-geom/9611020 Algebraic Geometry
+alg-geom/9611021 Algebraic Geometry
+alg-geom/9611022 Algebraic Geometry
+alg-geom/9611023 Algebraic Geometry
+alg-geom/9611024 Algebraic Geometry
+alg-geom/9611025 Algebraic Geometry
+alg-geom/9611026 Algebraic Geometry
+alg-geom/9611027 Algebraic Geometry
+alg-geom/9611029 Algebraic Geometry
+alg-geom/9611031 Algebraic Geometry
+alg-geom/9611032 Algebraic Geometry
+alg-geom/9611033 Algebraic Geometry
+alg-geom/9611034 Algebraic Geometry
+alg-geom/9611035 Algebraic Geometry
+alg-geom/9612001 Algebraic Geometry
+alg-geom/9612003 Algebraic Geometry
+alg-geom/9612004 Algebraic Geometry
+alg-geom/9612005 Algebraic Geometry
+alg-geom/9612006 Algebraic Geometry
+alg-geom/9612007 Algebraic Geometry
+alg-geom/9612008 Algebraic Geometry
+alg-geom/9612009 Algebraic Geometry
+alg-geom/9612010 Algebraic Geometry
+alg-geom/9612011 Algebraic Geometry
+alg-geom/9612012 Algebraic Geometry
+alg-geom/9612013 Algebraic Geometry
+alg-geom/9612014 Algebraic Geometry
+alg-geom/9612015 Algebraic Geometry
+alg-geom/9612016 Algebraic Geometry
+alg-geom/9612018 Algebraic Geometry
+alg-geom/9612019 Algebraic Geometry
+alg-geom/9612020 Algebraic Geometry
+alg-geom/9701001 Algebraic Geometry
+alg-geom/9701002 Algebraic Geometry
+alg-geom/9701003 Algebraic Geometry
+alg-geom/9701004 Algebraic Geometry
+alg-geom/9701006 Algebraic Geometry
+alg-geom/9701007 Algebraic Geometry
+alg-geom/9701009 Algebraic Geometry
+alg-geom/9701010 Algebraic Geometry
+alg-geom/9701011 Algebraic Geometry
+alg-geom/9701012 Algebraic Geometry
+alg-geom/9701013 Algebraic Geometry
+alg-geom/9701014 Algebraic Geometry
+alg-geom/9701016 Algebraic Geometry
+alg-geom/9701017 Algebraic Geometry
+alg-geom/9701018 Algebraic Geometry
+alg-geom/9701019 Algebraic Geometry
+alg-geom/9702001 Algebraic Geometry
+alg-geom/9702003 Algebraic Geometry
+alg-geom/9702005 Algebraic Geometry
+alg-geom/9702006 Algebraic Geometry
+alg-geom/9702007 Algebraic Geometry
+alg-geom/9702008 Algebraic Geometry
+alg-geom/9702012 Algebraic Geometry
+alg-geom/9702013 Algebraic Geometry
+alg-geom/9702014 Algebraic Geometry
+alg-geom/9702015 Algebraic Geometry
+alg-geom/9702017 Algebraic Geometry
+alg-geom/9702018 Algebraic Geometry
+alg-geom/9702019 Algebraic Geometry
+alg-geom/9703002 Algebraic Geometry
+alg-geom/9703003 Algebraic Geometry
+alg-geom/9703005 Algebraic Geometry
+alg-geom/9703006 Algebraic Geometry
+alg-geom/9703008 Algebraic Geometry
+alg-geom/9703009 Algebraic Geometry
+alg-geom/9703010 Algebraic Geometry
+alg-geom/9703011 Algebraic Geometry
+alg-geom/9703012 Algebraic Geometry
+alg-geom/9703014 Algebraic Geometry
+alg-geom/9703015 Algebraic Geometry
+alg-geom/9703016 Algebraic Geometry
+alg-geom/9703017 Algebraic Geometry
+alg-geom/9703018 Algebraic Geometry
+alg-geom/9703019 Algebraic Geometry
+alg-geom/9703021 Algebraic Geometry
+alg-geom/9703023 Algebraic Geometry
+alg-geom/9703024 Algebraic Geometry
+alg-geom/9703026 Algebraic Geometry
+alg-geom/9703028 Algebraic Geometry
+alg-geom/9703029 Algebraic Geometry
+alg-geom/9703031 Algebraic Geometry
+alg-geom/9703032 Algebraic Geometry
+alg-geom/9703033 Algebraic Geometry
+alg-geom/9703034 Algebraic Geometry
+alg-geom/9703035 Algebraic Geometry
+alg-geom/9703036 Algebraic Geometry
+alg-geom/9703038 Algebraic Geometry
+alg-geom/9704001 Algebraic Geometry
+alg-geom/9704002 Algebraic Geometry
+alg-geom/9704004 Algebraic Geometry
+alg-geom/9704005 Algebraic Geometry
+alg-geom/9704006 Algebraic Geometry
+alg-geom/9704007 Algebraic Geometry
+alg-geom/9704009 Algebraic Geometry
+alg-geom/9704011 Algebraic Geometry
+alg-geom/9704013 Algebraic Geometry
+alg-geom/9704014 Algebraic Geometry
+alg-geom/9704015 Algebraic Geometry
+alg-geom/9704016 Algebraic Geometry
+alg-geom/9704017 Algebraic Geometry
+alg-geom/9704018 Algebraic Geometry
+alg-geom/9704019 Algebraic Geometry
+alg-geom/9704020 Algebraic Geometry
+alg-geom/9704021 Algebraic Geometry
+alg-geom/9704022 Algebraic Geometry
+alg-geom/9705001 Algebraic Geometry
+alg-geom/9705002 Algebraic Geometry
+alg-geom/9705003 Algebraic Geometry
+alg-geom/9705004 Algebraic Geometry
+alg-geom/9705005 Algebraic Geometry
+alg-geom/9705006 Algebraic Geometry
+alg-geom/9705007 Algebraic Geometry
+alg-geom/9705008 Algebraic Geometry
+alg-geom/9705009 Algebraic Geometry
+alg-geom/9705012 Algebraic Geometry
+alg-geom/9705013 Algebraic Geometry
+alg-geom/9705014 Algebraic Geometry
+alg-geom/9705015 Algebraic Geometry
+alg-geom/9705016 Algebraic Geometry
+alg-geom/9705017 Algebraic Geometry
+alg-geom/9705018 Algebraic Geometry
+alg-geom/9705019 Algebraic Geometry
+alg-geom/9705020 Algebraic Geometry
+alg-geom/9705021 Algebraic Geometry
+alg-geom/9705022 Algebraic Geometry
+alg-geom/9705023 Algebraic Geometry
+alg-geom/9705024 Algebraic Geometry
+alg-geom/9705025 Algebraic Geometry
+alg-geom/9705026 Algebraic Geometry
+alg-geom/9705027 Algebraic Geometry
+alg-geom/9705028 Algebraic Geometry
+alg-geom/9706001 Algebraic Geometry
+alg-geom/9706002 Algebraic Geometry
+alg-geom/9706004 Algebraic Geometry
+alg-geom/9706006 Algebraic Geometry
+alg-geom/9706007 Algebraic Geometry
+alg-geom/9706008 Algebraic Geometry
+alg-geom/9706010 Algebraic Geometry
+alg-geom/9706012 Algebraic Geometry
+alg-geom/9707001 Algebraic Geometry
+alg-geom/9707002 Algebraic Geometry
+alg-geom/9707003 Algebraic Geometry
+alg-geom/9707005 Algebraic Geometry
+alg-geom/9707006 Algebraic Geometry
+alg-geom/9707008 Algebraic Geometry
+alg-geom/9707009 Algebraic Geometry
+alg-geom/9707010 Algebraic Geometry
+alg-geom/9707011 Algebraic Geometry
+alg-geom/9707012 Algebraic Geometry
+alg-geom/9707014 Algebraic Geometry
+alg-geom/9707015 Algebraic Geometry
+alg-geom/9707016 Algebraic Geometry
+alg-geom/9707017 Algebraic Geometry
+alg-geom/9707018 Algebraic Geometry
+alg-geom/9708001 Algebraic Geometry
+alg-geom/9708002 Algebraic Geometry
+alg-geom/9708003 Algebraic Geometry
+alg-geom/9708004 Algebraic Geometry
+alg-geom/9708005 Algebraic Geometry
+alg-geom/9708006 Algebraic Geometry
+alg-geom/9708007 Algebraic Geometry
+alg-geom/9708008 Algebraic Geometry
+alg-geom/9708010 Algebraic Geometry
+alg-geom/9708011 Algebraic Geometry
+alg-geom/9708012 Algebraic Geometry
+alg-geom/9708013 Algebraic Geometry
+alg-geom/9708016 Algebraic Geometry
+alg-geom/9708017 Algebraic Geometry
+alg-geom/9708018 Algebraic Geometry
+alg-geom/9708019 Algebraic Geometry
+alg-geom/9708021 Algebraic Geometry
+alg-geom/9708022 Algebraic Geometry
+alg-geom/9708025 Algebraic Geometry
+alg-geom/9708026 Algebraic Geometry
+alg-geom/9709001 Algebraic Geometry
+alg-geom/9709002 Algebraic Geometry
+alg-geom/9709003 Algebraic Geometry
+alg-geom/9709004 Algebraic Geometry
+alg-geom/9709005 Algebraic Geometry
+alg-geom/9709006 Algebraic Geometry
+alg-geom/9709007 Algebraic Geometry
+alg-geom/9709008 Algebraic Geometry
+alg-geom/9709009 Algebraic Geometry
+alg-geom/9709010 Algebraic Geometry
+alg-geom/9709011 Algebraic Geometry
+alg-geom/9709012 Algebraic Geometry
+alg-geom/9709013 Algebraic Geometry
+alg-geom/9709014 Algebraic Geometry
+alg-geom/9709015 Algebraic Geometry
+alg-geom/9709017 Algebraic Geometry
+alg-geom/9709018 Algebraic Geometry
+alg-geom/9709019 Algebraic Geometry
+alg-geom/9709021 Algebraic Geometry
+alg-geom/9709022 Algebraic Geometry
+alg-geom/9709023 Algebraic Geometry
+alg-geom/9709024 Algebraic Geometry
+alg-geom/9709026 Algebraic Geometry
+alg-geom/9709027 Algebraic Geometry
+alg-geom/9709028 Algebraic Geometry
+alg-geom/9709029 Algebraic Geometry
+alg-geom/9709030 Algebraic Geometry
+alg-geom/9709031 Algebraic Geometry
+alg-geom/9709032 Algebraic Geometry
+ao-sci/9505001 Atmospheric and Oceanic Physics
+ao-sci/9508001 Atmospheric and Oceanic Physics
+ao-sci/9510001 Atmospheric and Oceanic Physics
+ao-sci/9605001 Atmospheric and Oceanic Physics
+ao-sci/9605002 Atmospheric and Oceanic Physics
+ao-sci/9606001 Atmospheric and Oceanic Physics
+ao-sci/9609001 Atmospheric and Oceanic Physics
+astro-ph/9211005
+astro-ph/9302006
+astro-ph/9305019
+astro-ph/9309021
+astro-ph/9311013
+astro-ph/9311045
+astro-ph/9311046
+astro-ph/9311047
+astro-ph/9311067
+astro-ph/9311068
+astro-ph/9311076
+astro-ph/9401014
+astro-ph/9401048
+astro-ph/9403048
+astro-ph/9404048
+astro-ph/9404070
+astro-ph/9404072
+astro-ph/9404076
+astro-ph/9405060
+astro-ph/9406035
+astro-ph/9407055
+astro-ph/9408040
+astro-ph/9408076
+astro-ph/9408077
+astro-ph/9408102
+astro-ph/9409026
+astro-ph/9409076
+astro-ph/9409082
+astro-ph/9410011
+astro-ph/9410048
+astro-ph/9410055
+astro-ph/9410091
+astro-ph/9411083
+astro-ph/9412040
+astro-ph/9412063
+astro-ph/9501051
+astro-ph/9501088
+astro-ph/9503042
+astro-ph/9504038
+astro-ph/9504058
+astro-ph/9504066
+astro-ph/9505057
+astro-ph/9505105
+astro-ph/9505107
+astro-ph/9505110
+astro-ph/9506013
+astro-ph/9506062
+astro-ph/9506117
+astro-ph/9506141
+astro-ph/9506142
+astro-ph/9507022
+astro-ph/9507034
+astro-ph/9507069
+astro-ph/9507082
+astro-ph/9507083
+astro-ph/9508028
+astro-ph/9508055
+astro-ph/9508098
+astro-ph/9508110
+astro-ph/9508132
+astro-ph/9508135
+astro-ph/9508154
+astro-ph/9508159
+astro-ph/9509041
+astro-ph/9509043
+astro-ph/9509053
+astro-ph/9509059
+astro-ph/9509079
+astro-ph/9509110
+astro-ph/9509114
+astro-ph/9509123
+astro-ph/9509131
+astro-ph/9510024
+astro-ph/9510044
+astro-ph/9510066
+astro-ph/9510106
+astro-ph/9510116
+astro-ph/9510128
+astro-ph/9510145
+astro-ph/9510159
+astro-ph/9511073
+astro-ph/9511089
+astro-ph/9511101
+astro-ph/9512003
+astro-ph/9512020
+astro-ph/9512038
+astro-ph/9512107
+astro-ph/9512121
+astro-ph/9512122
+astro-ph/9601076
+astro-ph/9601126
+astro-ph/9601127
+astro-ph/9601165
+astro-ph/9602009
+astro-ph/9602040
+astro-ph/9602110
+astro-ph/9603019
+astro-ph/9603070
+astro-ph/9603072
+astro-ph/9603127
+astro-ph/9603128
+astro-ph/9603129
+astro-ph/9603130
+astro-ph/9604003
+astro-ph/9604093
+astro-ph/9605070
+astro-ph/9605078
+astro-ph/9605097
+astro-ph/9605124
+astro-ph/9605125
+astro-ph/9605183
+astro-ph/9606032
+astro-ph/9606052
+astro-ph/9606063
+astro-ph/9606110
+astro-ph/9606117
+astro-ph/9606155
+astro-ph/9606159
+astro-ph/9606166
+astro-ph/9607006
+astro-ph/9607111
+astro-ph/9607160
+astro-ph/9608061
+astro-ph/9608085
+astro-ph/9608099
+astro-ph/9608148
+astro-ph/9608168
+astro-ph/9609007
+astro-ph/9609071
+astro-ph/9609133
+astro-ph/9609151
+astro-ph/9609193
+astro-ph/9610024
+astro-ph/9610072
+astro-ph/9610089
+astro-ph/9610133
+astro-ph/9610149
+astro-ph/9610167
+astro-ph/9610169
+astro-ph/9610188
+astro-ph/9610266
+astro-ph/9611004
+astro-ph/9611032
+astro-ph/9611065
+astro-ph/9611079
+astro-ph/9612003
+astro-ph/9612017
+astro-ph/9612050
+astro-ph/9612087
+astro-ph/9612090
+astro-ph/9612093
+astro-ph/9612102
+astro-ph/9612146
+astro-ph/9612224
+astro-ph/9612225
+astro-ph/9612227
+astro-ph/9612242
+astro-ph/9701035
+astro-ph/9701070
+astro-ph/9701104
+astro-ph/9701161
+astro-ph/9701230
+astro-ph/9701237
+astro-ph/9702044
+astro-ph/9702057
+astro-ph/9702058
+astro-ph/9702061
+astro-ph/9702148
+astro-ph/9702168
+astro-ph/9702226
+astro-ph/9703003
+astro-ph/9703044
+astro-ph/9703089
+astro-ph/9703090
+astro-ph/9703101
+astro-ph/9703108
+astro-ph/9703139
+astro-ph/9703140
+astro-ph/9703154
+astro-ph/9703161
+astro-ph/9703170
+astro-ph/9703181
+astro-ph/9704007
+astro-ph/9704057
+astro-ph/9704162
+astro-ph/9704179
+astro-ph/9704187
+astro-ph/9704193
+astro-ph/9704219
+astro-ph/9704232
+astro-ph/9704235
+astro-ph/9704237
+astro-ph/9704252
+astro-ph/9704264
+astro-ph/9704285
+astro-ph/9705041
+astro-ph/9705069
+astro-ph/9705101
+astro-ph/9705115
+astro-ph/9705184
+astro-ph/9705198
+astro-ph/9705209
+astro-ph/9705236
+astro-ph/9706010
+astro-ph/9706036
+astro-ph/9706076
+astro-ph/9706102
+astro-ph/9706124
+astro-ph/9706126
+astro-ph/9706133
+astro-ph/9706141
+astro-ph/9706148
+astro-ph/9706160
+astro-ph/9706177
+astro-ph/9706181
+astro-ph/9706209
+astro-ph/9706236
+astro-ph/9706263
+astro-ph/9706271
+astro-ph/9706280
+astro-ph/9707043
+astro-ph/9707081
+astro-ph/9707099
+astro-ph/9707155
+astro-ph/9707156
+astro-ph/9707228
+astro-ph/9707249
+astro-ph/9707257
+astro-ph/9707268
+astro-ph/9707285
+astro-ph/9707290
+astro-ph/9708042
+astro-ph/9708101
+astro-ph/9708110
+astro-ph/9708118
+astro-ph/9708130
+astro-ph/9708131
+astro-ph/9708213
+astro-ph/9708238
+astro-ph/9709011
+astro-ph/9709039
+astro-ph/9709054
+astro-ph/9709082
+astro-ph/9709084
+astro-ph/9709225
+astro-ph/9709277
+astro-ph/9709286
+atom-ph/9509002 Atomic Physics
+atom-ph/9509003 Atomic Physics
+atom-ph/9511001 Atomic Physics
+atom-ph/9512001 Atomic Physics
+atom-ph/9512002 Atomic Physics
+atom-ph/9601005 Atomic Physics
+atom-ph/9603002 Atomic Physics
+atom-ph/9603006 Atomic Physics
+atom-ph/9603007 Atomic Physics
+atom-ph/9603008 Atomic Physics
+atom-ph/9604007 Atomic Physics
+atom-ph/9605001 Atomic Physics
+atom-ph/9605005 Atomic Physics
+atom-ph/9605007 Atomic Physics
+atom-ph/9607002 Atomic Physics
+atom-ph/9607003 Atomic Physics
+atom-ph/9607006 Atomic Physics
+bayes-an/9506001 Data Analysis, Statistics and Probability
+bayes-an/9506002 Data Analysis, Statistics and Probability
+bayes-an/9506004 Data Analysis, Statistics and Probability
+bayes-an/9510001 Data Analysis, Statistics and Probability
+bayes-an/9511001 Data Analysis, Statistics and Probability
+bayes-an/9601001 Data Analysis, Statistics and Probability
+bayes-an/9604001 Data Analysis, Statistics and Probability
+bayes-an/9609001 Data Analysis, Statistics and Probability
+chao-dyn/9301001 Chaotic Dynamics
+chao-dyn/9301002 Chaotic Dynamics
+chao-dyn/9301004 Chaotic Dynamics
+chao-dyn/9302001 Chaotic Dynamics
+chao-dyn/9302004 Chaotic Dynamics
+chao-dyn/9303003 Chaotic Dynamics
+chao-dyn/9303005 Chaotic Dynamics
+chao-dyn/9303006 Chaotic Dynamics
+chao-dyn/9303015 Chaotic Dynamics
+chao-dyn/9303017 Chaotic Dynamics
+chao-dyn/9303018 Chaotic Dynamics
+chao-dyn/9304002 Chaotic Dynamics
+chao-dyn/9304003 Chaotic Dynamics
+chao-dyn/9304004 Chaotic Dynamics
+chao-dyn/9304005 Chaotic Dynamics
+chao-dyn/9304007 Chaotic Dynamics
+chao-dyn/9304008 Chaotic Dynamics
+chao-dyn/9304009 Chaotic Dynamics
+chao-dyn/9304010 Chaotic Dynamics
+chao-dyn/9305001 Chaotic Dynamics
+chao-dyn/9305004 Chaotic Dynamics
+chao-dyn/9305007 Chaotic Dynamics
+chao-dyn/9305008 Chaotic Dynamics
+chao-dyn/9305009 Chaotic Dynamics
+chao-dyn/9305010 Chaotic Dynamics
+chao-dyn/9306001 Chaotic Dynamics
+chao-dyn/9306002 Chaotic Dynamics
+chao-dyn/9306008 Chaotic Dynamics
+chao-dyn/9306010 Chaotic Dynamics
+chao-dyn/9306012 Chaotic Dynamics
+chao-dyn/9307005 Chaotic Dynamics
+chao-dyn/9307006 Chaotic Dynamics
+chao-dyn/9307009 Chaotic Dynamics
+chao-dyn/9307010 Chaotic Dynamics
+chao-dyn/9307015 Chaotic Dynamics
+chao-dyn/9307018 Chaotic Dynamics
+chao-dyn/9307020 Chaotic Dynamics
+chao-dyn/9308001 Chaotic Dynamics
+chao-dyn/9308004 Chaotic Dynamics
+chao-dyn/9308006 Chaotic Dynamics
+chao-dyn/9309001 Chaotic Dynamics
+chao-dyn/9309002 Chaotic Dynamics
+chao-dyn/9310001 Chaotic Dynamics
+chao-dyn/9310004 Chaotic Dynamics
+chao-dyn/9311001 Chaotic Dynamics
+chao-dyn/9311010 Chaotic Dynamics
+chao-dyn/9312002 Chaotic Dynamics
+chao-dyn/9312003 Chaotic Dynamics
+chao-dyn/9312005 Chaotic Dynamics
+chao-dyn/9312006 Chaotic Dynamics
+chao-dyn/9401001 Chaotic Dynamics
+chao-dyn/9401003 Chaotic Dynamics
+chao-dyn/9401004 Chaotic Dynamics
+chao-dyn/9402001 Chaotic Dynamics
+chao-dyn/9402004 Chaotic Dynamics
+chao-dyn/9403001 Chaotic Dynamics
+chao-dyn/9403003 Chaotic Dynamics
+chao-dyn/9404002 Chaotic Dynamics
+chao-dyn/9404003 Chaotic Dynamics
+chao-dyn/9405005 Chaotic Dynamics
+chao-dyn/9406003 Chaotic Dynamics
+chao-dyn/9406005 Chaotic Dynamics
+chao-dyn/9406009 Chaotic Dynamics
+chao-dyn/9406013 Chaotic Dynamics
+chao-dyn/9407003 Chaotic Dynamics
+chao-dyn/9407004 Chaotic Dynamics
+chao-dyn/9407005 Chaotic Dynamics
+chao-dyn/9407006 Chaotic Dynamics
+chao-dyn/9407009 Chaotic Dynamics
+chao-dyn/9407010 Chaotic Dynamics
+chao-dyn/9407012 Chaotic Dynamics
+chao-dyn/9407015 Chaotic Dynamics
+chao-dyn/9407016 Chaotic Dynamics
+chao-dyn/9408001 Chaotic Dynamics
+chao-dyn/9408002 Chaotic Dynamics
+chao-dyn/9410001 Chaotic Dynamics
+chao-dyn/9410003 Chaotic Dynamics
+chao-dyn/9410011 Chaotic Dynamics
+chao-dyn/9411001 Chaotic Dynamics
+chao-dyn/9411008 Chaotic Dynamics
+chao-dyn/9411009 Chaotic Dynamics
+chao-dyn/9411010 Chaotic Dynamics
+chao-dyn/9411011 Chaotic Dynamics
+chao-dyn/9411014 Chaotic Dynamics
+chao-dyn/9411016 Chaotic Dynamics
+chao-dyn/9412002 Chaotic Dynamics
+chao-dyn/9412006 Chaotic Dynamics
+chao-dyn/9412010 Chaotic Dynamics
+chao-dyn/9501003 Chaotic Dynamics
+chao-dyn/9501010 Chaotic Dynamics
+chao-dyn/9501012 Chaotic Dynamics
+chao-dyn/9501022 Chaotic Dynamics
+chao-dyn/9501026 Chaotic Dynamics
+chao-dyn/9502002 Chaotic Dynamics
+chao-dyn/9502004 Chaotic Dynamics
+chao-dyn/9502008 Chaotic Dynamics
+chao-dyn/9502023 Chaotic Dynamics
+chao-dyn/9502025 Chaotic Dynamics
+chao-dyn/9503003 Chaotic Dynamics
+chao-dyn/9503004 Chaotic Dynamics
+chao-dyn/9503005 Chaotic Dynamics
+chao-dyn/9504001 Chaotic Dynamics
+chao-dyn/9504004 Chaotic Dynamics
+chao-dyn/9505003 Chaotic Dynamics
+chao-dyn/9505015 Chaotic Dynamics
+chao-dyn/9506005 Chaotic Dynamics
+chao-dyn/9506015 Chaotic Dynamics
+chao-dyn/9507002 Chaotic Dynamics
+chao-dyn/9508002 Chaotic Dynamics
+chao-dyn/9508004 Chaotic Dynamics
+chao-dyn/9508008 Chaotic Dynamics
+chao-dyn/9509002 Chaotic Dynamics
+chao-dyn/9509003 Chaotic Dynamics
+chao-dyn/9509004 Chaotic Dynamics
+chao-dyn/9509009 Chaotic Dynamics
+chao-dyn/9509010 Chaotic Dynamics
+chao-dyn/9509012 Chaotic Dynamics
+chao-dyn/9509014 Chaotic Dynamics
+chao-dyn/9509016 Chaotic Dynamics
+chao-dyn/9509021 Chaotic Dynamics
+chao-dyn/9509022 Chaotic Dynamics
+chao-dyn/9509023 Chaotic Dynamics
+chao-dyn/9510009 Chaotic Dynamics
+chao-dyn/9510013 Chaotic Dynamics
+chao-dyn/9510015 Chaotic Dynamics
+chao-dyn/9510017 Chaotic Dynamics
+chao-dyn/9510020 Chaotic Dynamics
+chao-dyn/9511005 Chaotic Dynamics
+chao-dyn/9511010 Chaotic Dynamics
+chao-dyn/9512002 Chaotic Dynamics
+chao-dyn/9512003 Chaotic Dynamics
+chao-dyn/9512005 Chaotic Dynamics
+chao-dyn/9512009 Chaotic Dynamics
+chao-dyn/9601003 Chaotic Dynamics
+chao-dyn/9601011 Chaotic Dynamics
+chao-dyn/9601015 Chaotic Dynamics
+chao-dyn/9601017 Chaotic Dynamics
+chao-dyn/9602004 Chaotic Dynamics
+chao-dyn/9602005 Chaotic Dynamics
+chao-dyn/9602010 Chaotic Dynamics
+chao-dyn/9602013 Chaotic Dynamics
+chao-dyn/9602016 Chaotic Dynamics
+chao-dyn/9602017 Chaotic Dynamics
+chao-dyn/9602018 Chaotic Dynamics
+chao-dyn/9602019 Chaotic Dynamics
+chao-dyn/9602020 Chaotic Dynamics
+chao-dyn/9602021 Chaotic Dynamics
+chao-dyn/9602023 Chaotic Dynamics
+chao-dyn/9603008 Chaotic Dynamics
+chao-dyn/9603016 Chaotic Dynamics
+chao-dyn/9603017 Chaotic Dynamics
+chao-dyn/9603018 Chaotic Dynamics
+chao-dyn/9604008 Chaotic Dynamics
+chao-dyn/9604014 Chaotic Dynamics
+chao-dyn/9604015 Chaotic Dynamics
+chao-dyn/9605004 Chaotic Dynamics
+chao-dyn/9605005 Chaotic Dynamics
+chao-dyn/9605008 Chaotic Dynamics
+chao-dyn/9605012 Chaotic Dynamics
+chao-dyn/9605013 Chaotic Dynamics
+chao-dyn/9606001 Chaotic Dynamics
+chao-dyn/9606009 Chaotic Dynamics
+chao-dyn/9606017 Chaotic Dynamics
+chao-dyn/9607001 Chaotic Dynamics
+chao-dyn/9607002 Chaotic Dynamics
+chao-dyn/9607003 Chaotic Dynamics
+chao-dyn/9607008 Chaotic Dynamics
+chao-dyn/9607010 Chaotic Dynamics
+chao-dyn/9607013 Chaotic Dynamics
+chao-dyn/9607015 Chaotic Dynamics
+chao-dyn/9607016 Chaotic Dynamics
+chao-dyn/9608007 Chaotic Dynamics
+chao-dyn/9609006 Chaotic Dynamics
+chao-dyn/9609008 Chaotic Dynamics
+chao-dyn/9609009 Chaotic Dynamics
+chao-dyn/9609011 Chaotic Dynamics
+chao-dyn/9609012 Chaotic Dynamics
+chao-dyn/9609015 Chaotic Dynamics
+chao-dyn/9609019 Chaotic Dynamics
+chao-dyn/9610003 Chaotic Dynamics
+chao-dyn/9610005 Chaotic Dynamics
+chao-dyn/9610008 Chaotic Dynamics
+chao-dyn/9610011 Chaotic Dynamics
+chao-dyn/9610015 Chaotic Dynamics
+chao-dyn/9610020 Chaotic Dynamics
+chao-dyn/9611017 Chaotic Dynamics
+chao-dyn/9611018 Chaotic Dynamics
+chao-dyn/9612003 Chaotic Dynamics
+chao-dyn/9612004 Chaotic Dynamics
+chao-dyn/9612010 Chaotic Dynamics
+chao-dyn/9612020 Chaotic Dynamics
+chao-dyn/9612021 Chaotic Dynamics
+chao-dyn/9612023 Chaotic Dynamics
+chao-dyn/9612024 Chaotic Dynamics
+chao-dyn/9612026 Chaotic Dynamics
+chao-dyn/9701003 Chaotic Dynamics
+chao-dyn/9701010 Chaotic Dynamics
+chao-dyn/9701016 Chaotic Dynamics
+chao-dyn/9701018 Chaotic Dynamics
+chao-dyn/9701021 Chaotic Dynamics
+chao-dyn/9701022 Chaotic Dynamics
+chao-dyn/9701024 Chaotic Dynamics
+chao-dyn/9701025 Chaotic Dynamics
+chao-dyn/9702003 Chaotic Dynamics
+chao-dyn/9702004 Chaotic Dynamics
+chao-dyn/9702010 Chaotic Dynamics
+chao-dyn/9702015 Chaotic Dynamics
+chao-dyn/9703001 Chaotic Dynamics
+chao-dyn/9703003 Chaotic Dynamics
+chao-dyn/9703006 Chaotic Dynamics
+chao-dyn/9704005 Chaotic Dynamics
+chao-dyn/9704007 Chaotic Dynamics
+chao-dyn/9704019 Chaotic Dynamics
+chao-dyn/9705002 Chaotic Dynamics
+chao-dyn/9705003 Chaotic Dynamics
+chao-dyn/9705005 Chaotic Dynamics
+chao-dyn/9705012 Chaotic Dynamics
+chao-dyn/9705013 Chaotic Dynamics
+chao-dyn/9705014 Chaotic Dynamics
+chao-dyn/9705015 Chaotic Dynamics
+chao-dyn/9705016 Chaotic Dynamics
+chao-dyn/9705017 Chaotic Dynamics
+chao-dyn/9706005 Chaotic Dynamics
+chao-dyn/9706007 Chaotic Dynamics
+chao-dyn/9706010 Chaotic Dynamics
+chao-dyn/9706014 Chaotic Dynamics
+chao-dyn/9706026 Chaotic Dynamics
+chao-dyn/9706027 Chaotic Dynamics
+chao-dyn/9707009 Chaotic Dynamics
+chao-dyn/9707013 Chaotic Dynamics
+chao-dyn/9707017 Chaotic Dynamics
+chao-dyn/9707021 Chaotic Dynamics
+chao-dyn/9708009 Chaotic Dynamics
+chao-dyn/9708012 Chaotic Dynamics
+chao-dyn/9708013 Chaotic Dynamics
+chao-dyn/9708015 Chaotic Dynamics
+chao-dyn/9708018 Chaotic Dynamics
+chao-dyn/9708021 Chaotic Dynamics
+chao-dyn/9709001 Chaotic Dynamics
+chao-dyn/9709002 Chaotic Dynamics
+chao-dyn/9709006 Chaotic Dynamics
+chao-dyn/9709008 Chaotic Dynamics
+chao-dyn/9709015 Chaotic Dynamics
+chao-dyn/9709016 Chaotic Dynamics
+chao-dyn/9709022 Chaotic Dynamics
+chao-dyn/9709023 Chaotic Dynamics
+chao-dyn/9709024 Chaotic Dynamics
+chao-dyn/9709027 Chaotic Dynamics
+chem-ph/9403002 Chemical Physics
+chem-ph/9403006 Chemical Physics
+chem-ph/9404001 Chemical Physics
+chem-ph/9404002 Chemical Physics
+chem-ph/9407002 Chemical Physics
+chem-ph/9410002 Chemical Physics
+chem-ph/9411004 Chemical Physics
+chem-ph/9411007 Chemical Physics
+chem-ph/9411008 Chemical Physics
+chem-ph/9411010 Chemical Physics
+chem-ph/9412002 Chemical Physics
+chem-ph/9412003 Chemical Physics
+chem-ph/9504002 Chemical Physics
+chem-ph/9505004 Chemical Physics
+chem-ph/9505005 Chemical Physics
+chem-ph/9505006 Chemical Physics
+chem-ph/9506004 Chemical Physics
+chem-ph/9507004 Chemical Physics
+chem-ph/9508002 Chemical Physics
+chem-ph/9510001 Chemical Physics
+chem-ph/9510002 Chemical Physics
+chem-ph/9510003 Chemical Physics
+chem-ph/9512001 Chemical Physics
+chem-ph/9512005 Chemical Physics
+chem-ph/9601002 Chemical Physics
+chem-ph/9601004 Chemical Physics
+chem-ph/9603002 Chemical Physics
+chem-ph/9603004 Chemical Physics
+chem-ph/9603005 Chemical Physics
+chem-ph/9604003 Chemical Physics
+chem-ph/9605004 Chemical Physics
+chem-ph/9606001 Chemical Physics
+chem-ph/9606002 Chemical Physics
+chem-ph/9607002 Chemical Physics
+chem-ph/9608004 Chemical Physics
+chem-ph/9608005 Chemical Physics
+cmp-lg/9404002 Computation and Language
+cmp-lg/9404003 Computation and Language
+cmp-lg/9404004 Computation and Language
+cmp-lg/9404005 Computation and Language
+cmp-lg/9404006 Computation and Language
+cmp-lg/9404007 Computation and Language
+cmp-lg/9404008 Computation and Language
+cmp-lg/9404009 Computation and Language
+cmp-lg/9404010 Computation and Language
+cmp-lg/9404011 Computation and Language
+cmp-lg/9405001 Computation and Language
+cmp-lg/9405002 Computation and Language
+cmp-lg/9405003 Computation and Language
+cmp-lg/9405004 Computation and Language
+cmp-lg/9405005 Computation and Language
+cmp-lg/9405006 Computation and Language
+cmp-lg/9405007 Computation and Language
+cmp-lg/9405008 Computation and Language
+cmp-lg/9405010 Computation and Language
+cmp-lg/9405011 Computation and Language
+cmp-lg/9405012 Computation and Language
+cmp-lg/9405013 Computation and Language
+cmp-lg/9405014 Computation and Language
+cmp-lg/9405015 Computation and Language
+cmp-lg/9405016 Computation and Language
+cmp-lg/9405017 Computation and Language
+cmp-lg/9405018 Computation and Language
+cmp-lg/9405019 Computation and Language
+cmp-lg/9405020 Computation and Language
+cmp-lg/9405021 Computation and Language
+cmp-lg/9405022 Computation and Language
+cmp-lg/9405023 Computation and Language
+cmp-lg/9405024 Computation and Language
+cmp-lg/9405025 Computation and Language
+cmp-lg/9405026 Computation and Language
+cmp-lg/9405027 Computation and Language
+cmp-lg/9405028 Computation and Language
+cmp-lg/9405029 Computation and Language
+cmp-lg/9405030 Computation and Language
+cmp-lg/9405031 Computation and Language
+cmp-lg/9405032 Computation and Language
+cmp-lg/9405033 Computation and Language
+cmp-lg/9405034 Computation and Language
+cmp-lg/9405035 Computation and Language
+cmp-lg/9406001 Computation and Language
+cmp-lg/9406002 Computation and Language
+cmp-lg/9406003 Computation and Language
+cmp-lg/9406004 Computation and Language
+cmp-lg/9406005 Computation and Language
+cmp-lg/9406006 Computation and Language
+cmp-lg/9406008 Computation and Language
+cmp-lg/9406009 Computation and Language
+cmp-lg/9406010 Computation and Language
+cmp-lg/9406011 Computation and Language
+cmp-lg/9406012 Computation and Language
+cmp-lg/9406013 Computation and Language
+cmp-lg/9406014 Computation and Language
+cmp-lg/9406015 Computation and Language
+cmp-lg/9406016 Computation and Language
+cmp-lg/9406017 Computation and Language
+cmp-lg/9406018 Computation and Language
+cmp-lg/9406019 Computation and Language
+cmp-lg/9406020 Computation and Language
+cmp-lg/9406021 Computation and Language
+cmp-lg/9406022 Computation and Language
+cmp-lg/9406024 Computation and Language
+cmp-lg/9406025 Computation and Language
+cmp-lg/9406026 Computation and Language
+cmp-lg/9406027 Computation and Language
+cmp-lg/9406028 Computation and Language
+cmp-lg/9406029 Computation and Language
+cmp-lg/9406030 Computation and Language
+cmp-lg/9406031 Computation and Language
+cmp-lg/9406032 Computation and Language
+cmp-lg/9406033 Computation and Language
+cmp-lg/9406034 Computation and Language
+cmp-lg/9406035 Computation and Language
+cmp-lg/9406037 Computation and Language
+cmp-lg/9406038 Computation and Language
+cmp-lg/9406039 Computation and Language
+cmp-lg/9406040 Computation and Language
+cmp-lg/9407001 Computation and Language
+cmp-lg/9407002 Computation and Language
+cmp-lg/9407003 Computation and Language
+cmp-lg/9407005 Computation and Language
+cmp-lg/9407006 Computation and Language
+cmp-lg/9407007 Computation and Language
+cmp-lg/9407008 Computation and Language
+cmp-lg/9407009 Computation and Language
+cmp-lg/9407010 Computation and Language
+cmp-lg/9407011 Computation and Language
+cmp-lg/9407012 Computation and Language
+cmp-lg/9407013 Computation and Language
+cmp-lg/9407014 Computation and Language
+cmp-lg/9407015 Computation and Language
+cmp-lg/9407016 Computation and Language
+cmp-lg/9407017 Computation and Language
+cmp-lg/9407018 Computation and Language
+cmp-lg/9407019 Computation and Language
+cmp-lg/9407020 Computation and Language
+cmp-lg/9407021 Computation and Language
+cmp-lg/9407022 Computation and Language
+cmp-lg/9407023 Computation and Language
+cmp-lg/9407025 Computation and Language
+cmp-lg/9407026 Computation and Language
+cmp-lg/9407027 Computation and Language
+cmp-lg/9407028 Computation and Language
+cmp-lg/9407029 Computation and Language
+cmp-lg/9407030 Computation and Language
+cmp-lg/9408001 Computation and Language
+cmp-lg/9408002 Computation and Language
+cmp-lg/9408003 Computation and Language
+cmp-lg/9408004 Computation and Language
+cmp-lg/9408006 Computation and Language
+cmp-lg/9408007 Computation and Language
+cmp-lg/9408008 Computation and Language
+cmp-lg/9408009 Computation and Language
+cmp-lg/9408010 Computation and Language
+cmp-lg/9408011 Computation and Language
+cmp-lg/9408012 Computation and Language
+cmp-lg/9408013 Computation and Language
+cmp-lg/9408014 Computation and Language
+cmp-lg/9408015 Computation and Language
+cmp-lg/9408016 Computation and Language
+cmp-lg/9408017 Computation and Language
+cmp-lg/9408018 Computation and Language
+cmp-lg/9408019 Computation and Language
+cmp-lg/9408020 Computation and Language
+cmp-lg/9408021 Computation and Language
+cmp-lg/9409001 Computation and Language
+cmp-lg/9409002 Computation and Language
+cmp-lg/9409003 Computation and Language
+cmp-lg/9409004 Computation and Language
+cmp-lg/9409005 Computation and Language
+cmp-lg/9409006 Computation and Language
+cmp-lg/9409007 Computation and Language
+cmp-lg/9409008 Computation and Language
+cmp-lg/9409009 Computation and Language
+cmp-lg/9409010 Computation and Language
+cmp-lg/9409011 Computation and Language
+cmp-lg/9409012 Computation and Language
+cmp-lg/9410001 Computation and Language
+cmp-lg/9410002 Computation and Language
+cmp-lg/9410003 Computation and Language
+cmp-lg/9410004 Computation and Language
+cmp-lg/9410005 Computation and Language
+cmp-lg/9410006 Computation and Language
+cmp-lg/9410007 Computation and Language
+cmp-lg/9410008 Computation and Language
+cmp-lg/9410009 Computation and Language
+cmp-lg/9410010 Computation and Language
+cmp-lg/9410011 Computation and Language
+cmp-lg/9410012 Computation and Language
+cmp-lg/9410013 Computation and Language
+cmp-lg/9410014 Computation and Language
+cmp-lg/9410015 Computation and Language
+cmp-lg/9410016 Computation and Language
+cmp-lg/9410017 Computation and Language
+cmp-lg/9410018 Computation and Language
+cmp-lg/9410019 Computation and Language
+cmp-lg/9410020 Computation and Language
+cmp-lg/9410021 Computation and Language
+cmp-lg/9410022 Computation and Language
+cmp-lg/9410023 Computation and Language
+cmp-lg/9410024 Computation and Language
+cmp-lg/9410025 Computation and Language
+cmp-lg/9410026 Computation and Language
+cmp-lg/9410027 Computation and Language
+cmp-lg/9410028 Computation and Language
+cmp-lg/9410029 Computation and Language
+cmp-lg/9410030 Computation and Language
+cmp-lg/9410032 Computation and Language
+cmp-lg/9410033 Computation and Language
+cmp-lg/9410034 Computation and Language
+cmp-lg/9411001 Computation and Language
+cmp-lg/9411002 Computation and Language
+cmp-lg/9411003 Computation and Language
+cmp-lg/9411004 Computation and Language
+cmp-lg/9411005 Computation and Language
+cmp-lg/9411006 Computation and Language
+cmp-lg/9411007 Computation and Language
+cmp-lg/9411008 Computation and Language
+cmp-lg/9411009 Computation and Language
+cmp-lg/9411010 Computation and Language
+cmp-lg/9411011 Computation and Language
+cmp-lg/9411012 Computation and Language
+cmp-lg/9411013 Computation and Language
+cmp-lg/9411014 Computation and Language
+cmp-lg/9411015 Computation and Language
+cmp-lg/9411016 Computation and Language
+cmp-lg/9411019 Computation and Language
+cmp-lg/9411020 Computation and Language
+cmp-lg/9411021 Computation and Language
+cmp-lg/9411022 Computation and Language
+cmp-lg/9411023 Computation and Language
+cmp-lg/9411024 Computation and Language
+cmp-lg/9411025 Computation and Language
+cmp-lg/9411026 Computation and Language
+cmp-lg/9411027 Computation and Language
+cmp-lg/9411028 Computation and Language
+cmp-lg/9411029 Computation and Language
+cmp-lg/9411030 Computation and Language
+cmp-lg/9411031 Computation and Language
+cmp-lg/9411032 Computation and Language
+cmp-lg/9412001 Computation and Language
+cmp-lg/9412002 Computation and Language
+cmp-lg/9412003 Computation and Language
+cmp-lg/9412004 Computation and Language
+cmp-lg/9412005 Computation and Language
+cmp-lg/9412006 Computation and Language
+cmp-lg/9412007 Computation and Language
+cmp-lg/9412008 Computation and Language
+cmp-lg/9501005 Computation and Language
+cmp-lg/9502001 Computation and Language
+cmp-lg/9502013 Computation and Language
+cmp-lg/9502019 Computation and Language
+cmp-lg/9502021 Computation and Language
+cmp-lg/9502025 Computation and Language
+cmp-lg/9502026 Computation and Language
+cmp-lg/9502034 Computation and Language
+cmp-lg/9502035 Computation and Language
+cmp-lg/9503004 Computation and Language
+cmp-lg/9503009 Computation and Language
+cmp-lg/9503021 Computation and Language
+cmp-lg/9503022 Computation and Language
+cmp-lg/9503023 Computation and Language
+cmp-lg/9503024 Computation and Language
+cmp-lg/9504001 Computation and Language
+cmp-lg/9504002 Computation and Language
+cmp-lg/9504003 Computation and Language
+cmp-lg/9504004 Computation and Language
+cmp-lg/9504005 Computation and Language
+cmp-lg/9504006 Computation and Language
+cmp-lg/9504007 Computation and Language
+cmp-lg/9504008 Computation and Language
+cmp-lg/9504009 Computation and Language
+cmp-lg/9504010 Computation and Language
+cmp-lg/9504011 Computation and Language
+cmp-lg/9504012 Computation and Language
+cmp-lg/9504013 Computation and Language
+cmp-lg/9504014 Computation and Language
+cmp-lg/9504015 Computation and Language
+cmp-lg/9504016 Computation and Language
+cmp-lg/9504017 Computation and Language
+cmp-lg/9504018 Computation and Language
+cmp-lg/9504019 Computation and Language
+cmp-lg/9504021 Computation and Language
+cmp-lg/9504022 Computation and Language
+cmp-lg/9504023 Computation and Language
+cmp-lg/9504024 Computation and Language
+cmp-lg/9504025 Computation and Language
+cmp-lg/9504026 Computation and Language
+cmp-lg/9504027 Computation and Language
+cmp-lg/9504028 Computation and Language
+cmp-lg/9504030 Computation and Language
+cmp-lg/9504031 Computation and Language
+cmp-lg/9504032 Computation and Language
+cmp-lg/9504033 Computation and Language
+cmp-lg/9504034 Computation and Language
+cmp-lg/9505001 Computation and Language
+cmp-lg/9505002 Computation and Language
+cmp-lg/9505003 Computation and Language
+cmp-lg/9505004 Computation and Language
+cmp-lg/9505005 Computation and Language
+cmp-lg/9505006 Computation and Language
+cmp-lg/9505007 Computation and Language
+cmp-lg/9505008 Computation and Language
+cmp-lg/9505009 Computation and Language
+cmp-lg/9505010 Computation and Language
+cmp-lg/9505011 Computation and Language
+cmp-lg/9505012 Computation and Language
+cmp-lg/9505013 Computation and Language
+cmp-lg/9505014 Computation and Language
+cmp-lg/9505015 Computation and Language
+cmp-lg/9505016 Computation and Language
+cmp-lg/9505017 Computation and Language
+cmp-lg/9505018 Computation and Language
+cmp-lg/9505019 Computation and Language
+cmp-lg/9505020 Computation and Language
+cmp-lg/9505021 Computation and Language
+cmp-lg/9505022 Computation and Language
+cmp-lg/9505023 Computation and Language
+cmp-lg/9505024 Computation and Language
+cmp-lg/9505025 Computation and Language
+cmp-lg/9505026 Computation and Language
+cmp-lg/9505027 Computation and Language
+cmp-lg/9505028 Computation and Language
+cmp-lg/9505029 Computation and Language
+cmp-lg/9505030 Computation and Language
+cmp-lg/9505033 Computation and Language
+cmp-lg/9505034 Computation and Language
+cmp-lg/9505036 Computation and Language
+cmp-lg/9505037 Computation and Language
+cmp-lg/9505038 Computation and Language
+cmp-lg/9505039 Computation and Language
+cmp-lg/9505041 Computation and Language
+cmp-lg/9505042 Computation and Language
+cmp-lg/9505043 Computation and Language
+cmp-lg/9505044 Computation and Language
+cmp-lg/9505045 Computation and Language
+cmp-lg/9506001 Computation and Language
+cmp-lg/9506002 Computation and Language
+cmp-lg/9506003 Computation and Language
+cmp-lg/9506004 Computation and Language
+cmp-lg/9506005 Computation and Language
+cmp-lg/9506006 Computation and Language
+cmp-lg/9506007 Computation and Language
+cmp-lg/9506009 Computation and Language
+cmp-lg/9506010 Computation and Language
+cmp-lg/9506012 Computation and Language
+cmp-lg/9506013 Computation and Language
+cmp-lg/9506015 Computation and Language
+cmp-lg/9506016 Computation and Language
+cmp-lg/9506017 Computation and Language
+cmp-lg/9506018 Computation and Language
+cmp-lg/9506020 Computation and Language
+cmp-lg/9506021 Computation and Language
+cmp-lg/9506023 Computation and Language
+cmp-lg/9506024 Computation and Language
+cmp-lg/9506025 Computation and Language
+cmp-lg/9506026 Computation and Language
+cmp-lg/9507001 Computation and Language
+cmp-lg/9507005 Computation and Language
+cmp-lg/9507006 Computation and Language
+cmp-lg/9507009 Computation and Language
+cmp-lg/9507010 Computation and Language
+cmp-lg/9507011 Computation and Language
+cmp-lg/9507012 Computation and Language
+cmp-lg/9507013 Computation and Language
+cmp-lg/9507014 Computation and Language
+cmp-lg/9508001 Computation and Language
+cmp-lg/9508003 Computation and Language
+cmp-lg/9508004 Computation and Language
+cmp-lg/9508005 Computation and Language
+cmp-lg/9508006 Computation and Language
+cmp-lg/9508007 Computation and Language
+cmp-lg/9508008 Computation and Language
+cmp-lg/9508009 Computation and Language
+cmp-lg/9508010 Computation and Language
+cmp-lg/9508011 Computation and Language
+cmp-lg/9508012 Computation and Language
+cmp-lg/9509001 Computation and Language
+cmp-lg/9509002 Computation and Language
+cmp-lg/9509003 Computation and Language
+cmp-lg/9509004 Computation and Language
+cmp-lg/9509005 Computation and Language
+cmp-lg/9510001 Computation and Language
+cmp-lg/9510002 Computation and Language
+cmp-lg/9510003 Computation and Language
+cmp-lg/9510005 Computation and Language
+cmp-lg/9510006 Computation and Language
+cmp-lg/9510007 Computation and Language
+cmp-lg/9511001 Computation and Language
+cmp-lg/9511002 Computation and Language
+cmp-lg/9511003 Computation and Language
+cmp-lg/9511004 Computation and Language
+cmp-lg/9511005 Computation and Language
+cmp-lg/9511006 Computation and Language
+cmp-lg/9511007 Computation and Language
+cmp-lg/9512001 Computation and Language
+cmp-lg/9512002 Computation and Language
+cmp-lg/9512003 Computation and Language
+cmp-lg/9512004 Computation and Language
+cmp-lg/9512005 Computation and Language
+cmp-lg/9601001 Computation and Language
+cmp-lg/9601002 Computation and Language
+cmp-lg/9601004 Computation and Language
+cmp-lg/9601005 Computation and Language
+cmp-lg/9601006 Computation and Language
+cmp-lg/9601007 Computation and Language
+cmp-lg/9601008 Computation and Language
+cmp-lg/9601009 Computation and Language
+cmp-lg/9602001 Computation and Language
+cmp-lg/9602002 Computation and Language
+cmp-lg/9602003 Computation and Language
+cmp-lg/9602004 Computation and Language
+cmp-lg/9603001 Computation and Language
+cmp-lg/9603002 Computation and Language
+cmp-lg/9603003 Computation and Language
+cmp-lg/9603004 Computation and Language
+cmp-lg/9603005 Computation and Language
+cmp-lg/9604001 Computation and Language
+cmp-lg/9604002 Computation and Language
+cmp-lg/9604003 Computation and Language
+cmp-lg/9604004 Computation and Language
+cmp-lg/9604005 Computation and Language
+cmp-lg/9604006 Computation and Language
+cmp-lg/9604007 Computation and Language
+cmp-lg/9604008 Computation and Language
+cmp-lg/9604009 Computation and Language
+cmp-lg/9604010 Computation and Language
+cmp-lg/9604011 Computation and Language
+cmp-lg/9604012 Computation and Language
+cmp-lg/9604013 Computation and Language
+cmp-lg/9604014 Computation and Language
+cmp-lg/9604015 Computation and Language
+cmp-lg/9604016 Computation and Language
+cmp-lg/9604017 Computation and Language
+cmp-lg/9604018 Computation and Language
+cmp-lg/9604019 Computation and Language
+cmp-lg/9604020 Computation and Language
+cmp-lg/9604021 Computation and Language
+cmp-lg/9604022 Computation and Language
+cmp-lg/9604023 Computation and Language
+cmp-lg/9604024 Computation and Language
+cmp-lg/9604025 Computation and Language
+cmp-lg/9604026 Computation and Language
+cmp-lg/9605001 Computation and Language
+cmp-lg/9605002 Computation and Language
+cmp-lg/9605003 Computation and Language
+cmp-lg/9605004 Computation and Language
+cmp-lg/9605005 Computation and Language
+cmp-lg/9605006 Computation and Language
+cmp-lg/9605007 Computation and Language
+cmp-lg/9605008 Computation and Language
+cmp-lg/9605009 Computation and Language
+cmp-lg/9605010 Computation and Language
+cmp-lg/9605011 Computation and Language
+cmp-lg/9605012 Computation and Language
+cmp-lg/9605013 Computation and Language
+cmp-lg/9605014 Computation and Language
+cmp-lg/9605015 Computation and Language
+cmp-lg/9605016 Computation and Language
+cmp-lg/9605017 Computation and Language
+cmp-lg/9605018 Computation and Language
+cmp-lg/9605019 Computation and Language
+cmp-lg/9605020 Computation and Language
+cmp-lg/9605021 Computation and Language
+cmp-lg/9605022 Computation and Language
+cmp-lg/9605023 Computation and Language
+cmp-lg/9605024 Computation and Language
+cmp-lg/9605025 Computation and Language
+cmp-lg/9605026 Computation and Language
+cmp-lg/9605027 Computation and Language
+cmp-lg/9605028 Computation and Language
+cmp-lg/9605029 Computation and Language
+cmp-lg/9605030 Computation and Language
+cmp-lg/9605032 Computation and Language
+cmp-lg/9605033 Computation and Language
+cmp-lg/9605034 Computation and Language
+cmp-lg/9605035 Computation and Language
+cmp-lg/9605036 Computation and Language
+cmp-lg/9605037 Computation and Language
+cmp-lg/9605038 Computation and Language
+cmp-lg/9606001 Computation and Language
+cmp-lg/9606002 Computation and Language
+cmp-lg/9606003 Computation and Language
+cmp-lg/9606004 Computation and Language
+cmp-lg/9606005 Computation and Language
+cmp-lg/9606006 Computation and Language
+cmp-lg/9606007 Computation and Language
+cmp-lg/9606008 Computation and Language
+cmp-lg/9606009 Computation and Language
+cmp-lg/9606010 Computation and Language
+cmp-lg/9606011 Computation and Language
+cmp-lg/9606012 Computation and Language
+cmp-lg/9606013 Computation and Language
+cmp-lg/9606014 Computation and Language
+cmp-lg/9606016 Computation and Language
+cmp-lg/9606017 Computation and Language
+cmp-lg/9606018 Computation and Language
+cmp-lg/9606019 Computation and Language
+cmp-lg/9606020 Computation and Language
+cmp-lg/9606021 Computation and Language
+cmp-lg/9606022 Computation and Language
+cmp-lg/9606023 Computation and Language
+cmp-lg/9606024 Computation and Language
+cmp-lg/9606025 Computation and Language
+cmp-lg/9606026 Computation and Language
+cmp-lg/9606027 Computation and Language
+cmp-lg/9606028 Computation and Language
+cmp-lg/9606029 Computation and Language
+cmp-lg/9606030 Computation and Language
+cmp-lg/9606031 Computation and Language
+cmp-lg/9606032 Computation and Language
+cmp-lg/9607002 Computation and Language
+cmp-lg/9607003 Computation and Language
+cmp-lg/9607004 Computation and Language
+cmp-lg/9607005 Computation and Language
+cmp-lg/9607006 Computation and Language
+cmp-lg/9607007 Computation and Language
+cmp-lg/9607008 Computation and Language
+cmp-lg/9607009 Computation and Language
+cmp-lg/9607010 Computation and Language
+cmp-lg/9607011 Computation and Language
+cmp-lg/9607012 Computation and Language
+cmp-lg/9607013 Computation and Language
+cmp-lg/9607014 Computation and Language
+cmp-lg/9607015 Computation and Language
+cmp-lg/9607016 Computation and Language
+cmp-lg/9607018 Computation and Language
+cmp-lg/9607019 Computation and Language
+cmp-lg/9607020 Computation and Language
+cmp-lg/9607021 Computation and Language
+cmp-lg/9607022 Computation and Language
+cmp-lg/9607023 Computation and Language
+cmp-lg/9607024 Computation and Language
+cmp-lg/9607025 Computation and Language
+cmp-lg/9607026 Computation and Language
+cmp-lg/9607027 Computation and Language
+cmp-lg/9607028 Computation and Language
+cmp-lg/9607029 Computation and Language
+cmp-lg/9607030 Computation and Language
+cmp-lg/9607031 Computation and Language
+cmp-lg/9607033 Computation and Language
+cmp-lg/9607034 Computation and Language
+cmp-lg/9607035 Computation and Language
+cmp-lg/9607036 Computation and Language
+cmp-lg/9607037 Computation and Language
+cmp-lg/9608001 Computation and Language
+cmp-lg/9608002 Computation and Language
+cmp-lg/9608003 Computation and Language
+cmp-lg/9608004 Computation and Language
+cmp-lg/9608005 Computation and Language
+cmp-lg/9608006 Computation and Language
+cmp-lg/9608007 Computation and Language
+cmp-lg/9608008 Computation and Language
+cmp-lg/9608009 Computation and Language
+cmp-lg/9608010 Computation and Language
+cmp-lg/9608011 Computation and Language
+cmp-lg/9608012 Computation and Language
+cmp-lg/9608013 Computation and Language
+cmp-lg/9608014 Computation and Language
+cmp-lg/9608015 Computation and Language
+cmp-lg/9608016 Computation and Language
+cmp-lg/9608017 Computation and Language
+cmp-lg/9608018 Computation and Language
+cmp-lg/9608019 Computation and Language
+cmp-lg/9608021 Computation and Language
+cmp-lg/9609001 Computation and Language
+cmp-lg/9609002 Computation and Language
+cmp-lg/9609003 Computation and Language
+cmp-lg/9609005 Computation and Language
+cmp-lg/9609006 Computation and Language
+cmp-lg/9609007 Computation and Language
+cmp-lg/9609008 Computation and Language
+cmp-lg/9609009 Computation and Language
+cmp-lg/9609010 Computation and Language
+cmp-lg/9610001 Computation and Language
+cmp-lg/9610002 Computation and Language
+cmp-lg/9610003 Computation and Language
+cmp-lg/9610004 Computation and Language
+cmp-lg/9610005 Computation and Language
+cmp-lg/9610006 Computation and Language
+cmp-lg/9611002 Computation and Language
+cmp-lg/9611003 Computation and Language
+cmp-lg/9611004 Computation and Language
+cmp-lg/9611006 Computation and Language
+cmp-lg/9612001 Computation and Language
+cmp-lg/9612002 Computation and Language
+cmp-lg/9612003 Computation and Language
+cmp-lg/9612004 Computation and Language
+cmp-lg/9612005 Computation and Language
+cmp-lg/9701001 Computation and Language
+cmp-lg/9701002 Computation and Language
+cmp-lg/9701003 Computation and Language
+cmp-lg/9701004 Computation and Language
+cmp-lg/9702004 Computation and Language
+cmp-lg/9702005 Computation and Language
+cmp-lg/9702006 Computation and Language
+cmp-lg/9702007 Computation and Language
+cmp-lg/9702008 Computation and Language
+cmp-lg/9702009 Computation and Language
+cmp-lg/9702010 Computation and Language
+cmp-lg/9702011 Computation and Language
+cmp-lg/9702012 Computation and Language
+cmp-lg/9702013 Computation and Language
+cmp-lg/9702014 Computation and Language
+cmp-lg/9702015 Computation and Language
+cmp-lg/9703001 Computation and Language
+cmp-lg/9703003 Computation and Language
+cmp-lg/9703004 Computation and Language
+cmp-lg/9703005 Computation and Language
+cmp-lg/9704001 Computation and Language
+cmp-lg/9704002 Computation and Language
+cmp-lg/9704004 Computation and Language
+cmp-lg/9704005 Computation and Language
+cmp-lg/9704006 Computation and Language
+cmp-lg/9704007 Computation and Language
+cmp-lg/9704008 Computation and Language
+cmp-lg/9704009 Computation and Language
+cmp-lg/9704010 Computation and Language
+cmp-lg/9704012 Computation and Language
+cmp-lg/9704013 Computation and Language
+cmp-lg/9704014 Computation and Language
+cmp-lg/9705001 Computation and Language
+cmp-lg/9705002 Computation and Language
+cmp-lg/9705003 Computation and Language
+cmp-lg/9705004 Computation and Language
+cmp-lg/9705005 Computation and Language
+cmp-lg/9705006 Computation and Language
+cmp-lg/9705007 Computation and Language
+cmp-lg/9705008 Computation and Language
+cmp-lg/9705009 Computation and Language
+cmp-lg/9705010 Computation and Language
+cmp-lg/9705011 Computation and Language
+cmp-lg/9705012 Computation and Language
+cmp-lg/9705013 Computation and Language
+cmp-lg/9705014 Computation and Language
+cmp-lg/9705015 Computation and Language
+cmp-lg/9705016 Computation and Language
+cmp-lg/9706001 Computation and Language
+cmp-lg/9706004 Computation and Language
+cmp-lg/9706005 Computation and Language
+cmp-lg/9706006 Computation and Language
+cmp-lg/9706007 Computation and Language
+cmp-lg/9706008 Computation and Language
+cmp-lg/9706010 Computation and Language
+cmp-lg/9706011 Computation and Language
+cmp-lg/9706012 Computation and Language
+cmp-lg/9706013 Computation and Language
+cmp-lg/9706015 Computation and Language
+cmp-lg/9706016 Computation and Language
+cmp-lg/9706017 Computation and Language
+cmp-lg/9706018 Computation and Language
+cmp-lg/9706019 Computation and Language
+cmp-lg/9706020 Computation and Language
+cmp-lg/9706021 Computation and Language
+cmp-lg/9706022 Computation and Language
+cmp-lg/9706023 Computation and Language
+cmp-lg/9706024 Computation and Language
+cmp-lg/9706025 Computation and Language
+cmp-lg/9706026 Computation and Language
+cmp-lg/9706027 Computation and Language
+cmp-lg/9706028 Computation and Language
+cmp-lg/9706029 Computation and Language
+cmp-lg/9707001 Computation and Language
+cmp-lg/9707002 Computation and Language
+cmp-lg/9707003 Computation and Language
+cmp-lg/9707004 Computation and Language
+cmp-lg/9707005 Computation and Language
+cmp-lg/9707006 Computation and Language
+cmp-lg/9707007 Computation and Language
+cmp-lg/9707008 Computation and Language
+cmp-lg/9707009 Computation and Language
+cmp-lg/9707010 Computation and Language
+cmp-lg/9707011 Computation and Language
+cmp-lg/9707012 Computation and Language
+cmp-lg/9707013 Computation and Language
+cmp-lg/9707014 Computation and Language
+cmp-lg/9707015 Computation and Language
+cmp-lg/9707016 Computation and Language
+cmp-lg/9707017 Computation and Language
+cmp-lg/9707018 Computation and Language
+cmp-lg/9707019 Computation and Language
+cmp-lg/9707020 Computation and Language
+cmp-lg/9708001 Computation and Language
+cmp-lg/9708002 Computation and Language
+cmp-lg/9708003 Computation and Language
+cmp-lg/9708005 Computation and Language
+cmp-lg/9708006 Computation and Language
+cmp-lg/9708007 Computation and Language
+cmp-lg/9708008 Computation and Language
+cmp-lg/9708009 Computation and Language
+cmp-lg/9708010 Computation and Language
+cmp-lg/9708011 Computation and Language
+cmp-lg/9708012 Computation and Language
+cmp-lg/9708013 Computation and Language
+cmp-lg/9709001 Computation and Language
+cmp-lg/9709002 Computation and Language
+cmp-lg/9709003 Computation and Language
+cmp-lg/9709004 Computation and Language
+cmp-lg/9709005 Computation and Language
+cmp-lg/9709006 Computation and Language
+cmp-lg/9709007 Computation and Language
+cmp-lg/9709008 Computation and Language
+cmp-lg/9709009 Computation and Language
+cmp-lg/9709010 Computation and Language
+cmp-lg/9709011 Computation and Language
+cmp-lg/9709012 Computation and Language
+cmp-lg/9709013 Computation and Language
+cmp-lg/9709014 Computation and Language
+comp-gas/9302001 Cellular Automata and Lattice Gases
+comp-gas/9302003 Cellular Automata and Lattice Gases
+comp-gas/9303002 Cellular Automata and Lattice Gases
+comp-gas/9304003 Cellular Automata and Lattice Gases
+comp-gas/9304004 Cellular Automata and Lattice Gases
+comp-gas/9305002 Cellular Automata and Lattice Gases
+comp-gas/9306001 Cellular Automata and Lattice Gases
+comp-gas/9307001 Cellular Automata and Lattice Gases
+comp-gas/9307002 Cellular Automata and Lattice Gases
+comp-gas/9307003 Cellular Automata and Lattice Gases
+comp-gas/9308002 Cellular Automata and Lattice Gases
+comp-gas/9308003 Cellular Automata and Lattice Gases
+comp-gas/9310001 Cellular Automata and Lattice Gases
+comp-gas/9312001 Cellular Automata and Lattice Gases
+comp-gas/9401004 Cellular Automata and Lattice Gases
+comp-gas/9403001 Cellular Automata and Lattice Gases
+comp-gas/9403002 Cellular Automata and Lattice Gases
+comp-gas/9403004 Cellular Automata and Lattice Gases
+comp-gas/9403005 Cellular Automata and Lattice Gases
+comp-gas/9403006 Cellular Automata and Lattice Gases
+comp-gas/9405001 Cellular Automata and Lattice Gases
+comp-gas/9405007 Cellular Automata and Lattice Gases
+comp-gas/9407002 Cellular Automata and Lattice Gases
+comp-gas/9408001 Cellular Automata and Lattice Gases
+comp-gas/9411001 Cellular Automata and Lattice Gases
+comp-gas/9501007 Cellular Automata and Lattice Gases
+comp-gas/9501009 Cellular Automata and Lattice Gases
+comp-gas/9505001 Cellular Automata and Lattice Gases
+comp-gas/9505003 Cellular Automata and Lattice Gases
+comp-gas/9508001 Cellular Automata and Lattice Gases
+comp-gas/9509001 Cellular Automata and Lattice Gases
+comp-gas/9509002 Cellular Automata and Lattice Gases
+comp-gas/9509003 Cellular Automata and Lattice Gases
+comp-gas/9509004 Cellular Automata and Lattice Gases
+comp-gas/9509005 Cellular Automata and Lattice Gases
+comp-gas/9511002 Cellular Automata and Lattice Gases
+comp-gas/9511003 Cellular Automata and Lattice Gases
+comp-gas/9601001 Cellular Automata and Lattice Gases
+comp-gas/9605002 Cellular Automata and Lattice Gases
+comp-gas/9607003 Cellular Automata and Lattice Gases
+comp-gas/9609003 Cellular Automata and Lattice Gases
+comp-gas/9611002 Cellular Automata and Lattice Gases
+comp-gas/9704001 Cellular Automata and Lattice Gases
+comp-gas/9707001 Cellular Automata and Lattice Gases
+cond-mat/9204010
+cond-mat/9204011
+cond-mat/9210006
+cond-mat/9302019
+cond-mat/9303032
+cond-mat/9303039
+cond-mat/9305014
+cond-mat/9305041
+cond-mat/9306002
+cond-mat/9306046
+cond-mat/9307022
+cond-mat/9307053
+cond-mat/9308009
+cond-mat/9308018 Disordered Systems and Neural Networks
+cond-mat/9309003
+cond-mat/9309005
+cond-mat/9309029
+cond-mat/9310019
+cond-mat/9310029
+cond-mat/9310040
+cond-mat/9310046
+cond-mat/9310051
+cond-mat/9311033
+cond-mat/9311054
+cond-mat/9312012
+cond-mat/9312025
+cond-mat/9312042
+cond-mat/9312098
+cond-mat/9401005
+cond-mat/9401055
+cond-mat/9401069
+cond-mat/9402008
+cond-mat/9402017
+cond-mat/9402039
+cond-mat/9402076
+cond-mat/9402091
+cond-mat/9403032
+cond-mat/9403088
+cond-mat/9404012
+cond-mat/9404025
+cond-mat/9404049
+cond-mat/9405017
+cond-mat/9405023
+cond-mat/9405027
+cond-mat/9405036
+cond-mat/9405049
+cond-mat/9406030
+cond-mat/9406083 Mesoscale and Nanoscale Physics
+cond-mat/9408093
+cond-mat/9409011
+cond-mat/9409027
+cond-mat/9410024 Strongly Correlated Electrons
+cond-mat/9410034
+cond-mat/9410039
+cond-mat/9410046
+cond-mat/9410109
+cond-mat/9411007
+cond-mat/9411041
+cond-mat/9411062
+cond-mat/9411112
+cond-mat/9412018
+cond-mat/9412030
+cond-mat/9412053
+cond-mat/9412060
+cond-mat/9412119
+cond-mat/9501038
+cond-mat/9501046
+cond-mat/9501098
+cond-mat/9501139
+cond-mat/9503068
+cond-mat/9503093
+cond-mat/9503125
+cond-mat/9503150
+cond-mat/9503161
+cond-mat/9503169
+cond-mat/9503174
+cond-mat/9504004
+cond-mat/9504028
+cond-mat/9504032
+cond-mat/9504072
+cond-mat/9505002
+cond-mat/9505003
+cond-mat/9505011
+cond-mat/9505032
+cond-mat/9505058
+cond-mat/9505061
+cond-mat/9505069
+cond-mat/9505116
+cond-mat/9505148
+cond-mat/9506014
+cond-mat/9506043
+cond-mat/9506058
+cond-mat/9506071
+cond-mat/9506079
+cond-mat/9506089
+cond-mat/9506128
+cond-mat/9507053
+cond-mat/9507090
+cond-mat/9507128
+cond-mat/9508080
+cond-mat/9509020
+cond-mat/9509025
+cond-mat/9509040
+cond-mat/9509073 Disordered Systems and Neural Networks
+cond-mat/9509083
+cond-mat/9509088
+cond-mat/9509155
+cond-mat/9509156
+cond-mat/9510002
+cond-mat/9510020
+cond-mat/9510063
+cond-mat/9510097
+cond-mat/9510103
+cond-mat/9511002
+cond-mat/9511003
+cond-mat/9511029
+cond-mat/9511052
+cond-mat/9511078
+cond-mat/9511091
+cond-mat/9511092
+cond-mat/9511125
+cond-mat/9511131
+cond-mat/9511135
+cond-mat/9511138
+cond-mat/9512003
+cond-mat/9512056
+cond-mat/9512073
+cond-mat/9512142
+cond-mat/9512150
+cond-mat/9512156
+cond-mat/9512161
+cond-mat/9512163
+cond-mat/9512169 Strongly Correlated Electrons
+cond-mat/9601010
+cond-mat/9601030
+cond-mat/9601042
+cond-mat/9601092
+cond-mat/9601115
+cond-mat/9601127
+cond-mat/9602011
+cond-mat/9602037 Statistical Mechanics
+cond-mat/9602048
+cond-mat/9602065
+cond-mat/9602071 Mesoscale and Nanoscale Physics
+cond-mat/9602079
+cond-mat/9602090
+cond-mat/9602099
+cond-mat/9603046
+cond-mat/9603056
+cond-mat/9603079
+cond-mat/9603085
+cond-mat/9603091
+cond-mat/9603094
+cond-mat/9603124
+cond-mat/9603127
+cond-mat/9604030 Statistical Mechanics
+cond-mat/9604034
+cond-mat/9604045
+cond-mat/9604056
+cond-mat/9604115
+cond-mat/9604120
+cond-mat/9605014 Mesoscale and Nanoscale Physics
+cond-mat/9605035
+cond-mat/9605066 Statistical Mechanics
+cond-mat/9605112
+cond-mat/9605114
+cond-mat/9605121
+cond-mat/9605127
+cond-mat/9605140 Disordered Systems and Neural Networks
+cond-mat/9605184
+cond-mat/9605188
+cond-mat/9606011
+cond-mat/9606015 Mesoscale and Nanoscale Physics
+cond-mat/9606028
+cond-mat/9606065
+cond-mat/9606089
+cond-mat/9606111 Soft Condensed Matter
+cond-mat/9606219
+cond-mat/9607009
+cond-mat/9607020
+cond-mat/9607031
+cond-mat/9607066
+cond-mat/9607103 Disordered Systems and Neural Networks
+cond-mat/9607147
+cond-mat/9607163
+cond-mat/9607193
+cond-mat/9607202 Statistical Mechanics
+cond-mat/9607209
+cond-mat/9608011
+cond-mat/9608019
+cond-mat/9608054
+cond-mat/9608067
+cond-mat/9608074
+cond-mat/9608127
+cond-mat/9609100
+cond-mat/9609115
+cond-mat/9609126
+cond-mat/9609168
+cond-mat/9609172
+cond-mat/9609183
+cond-mat/9609239
+cond-mat/9609250
+cond-mat/9609252
+cond-mat/9609291
+cond-mat/9610017 Statistical Mechanics
+cond-mat/9610019 Statistical Mechanics
+cond-mat/9610025 Mesoscale and Nanoscale Physics
+cond-mat/9610031 Strongly Correlated Electrons
+cond-mat/9610037 Mesoscale and Nanoscale Physics
+cond-mat/9610041 Statistical Mechanics
+cond-mat/9610042 Soft Condensed Matter
+cond-mat/9610045 Materials Science
+cond-mat/9610056 Strongly Correlated Electrons
+cond-mat/9610058 Strongly Correlated Electrons
+cond-mat/9610065 Superconductivity
+cond-mat/9610070 Soft Condensed Matter
+cond-mat/9610083 Superconductivity
+cond-mat/9610095 Statistical Mechanics
+cond-mat/9610103 Statistical Mechanics
+cond-mat/9610104 Superconductivity
+cond-mat/9610113 Soft Condensed Matter
+cond-mat/9610130 Materials Science
+cond-mat/9610131
+cond-mat/9610140 Superconductivity
+cond-mat/9610153 Mesoscale and Nanoscale Physics
+cond-mat/9610173 Statistical Mechanics
+cond-mat/9610183 Materials Science
+cond-mat/9610190 Statistical Mechanics
+cond-mat/9610193 Strongly Correlated Electrons
+cond-mat/9610203 Statistical Mechanics
+cond-mat/9610204 Mesoscale and Nanoscale Physics
+cond-mat/9610215 Statistical Mechanics
+cond-mat/9610219 Strongly Correlated Electrons
+cond-mat/9610223 Superconductivity
+cond-mat/9611002 Mesoscale and Nanoscale Physics
+cond-mat/9611012 Statistical Mechanics
+cond-mat/9611024
+cond-mat/9611032 Strongly Correlated Electrons
+cond-mat/9611050 Superconductivity
+cond-mat/9611057 Statistical Mechanics
+cond-mat/9611060 Disordered Systems and Neural Networks
+cond-mat/9611064 Strongly Correlated Electrons
+cond-mat/9611065 Statistical Mechanics
+cond-mat/9611066 Soft Condensed Matter
+cond-mat/9611070 Superconductivity
+cond-mat/9611079 Mesoscale and Nanoscale Physics
+cond-mat/9611083 Superconductivity
+cond-mat/9611087 Mesoscale and Nanoscale Physics
+cond-mat/9611090
+cond-mat/9611095 Materials Science
+cond-mat/9611101 Statistical Mechanics
+cond-mat/9611105 Statistical Mechanics
+cond-mat/9611117 Statistical Mechanics
+cond-mat/9611119 Materials Science
+cond-mat/9611124 Materials Science
+cond-mat/9611127 Mesoscale and Nanoscale Physics
+cond-mat/9611132 Strongly Correlated Electrons
+cond-mat/9611137 Mesoscale and Nanoscale Physics
+cond-mat/9611138 Strongly Correlated Electrons
+cond-mat/9611140 Mesoscale and Nanoscale Physics
+cond-mat/9611152 Mesoscale and Nanoscale Physics
+cond-mat/9611162 Mesoscale and Nanoscale Physics
+cond-mat/9611171 Statistical Mechanics
+cond-mat/9611177 Superconductivity
+cond-mat/9611184 Mesoscale and Nanoscale Physics
+cond-mat/9611190 Mesoscale and Nanoscale Physics
+cond-mat/9611191 Materials Science
+cond-mat/9611219 Statistical Mechanics
+cond-mat/9611220 Materials Science
+cond-mat/9611221 Statistical Mechanics
+cond-mat/9611225 Strongly Correlated Electrons
+cond-mat/9611230 Disordered Systems and Neural Networks
+cond-mat/9611241 Materials Science
+cond-mat/9612003 Statistical Mechanics
+cond-mat/9612004 Materials Science
+cond-mat/9612008 Mesoscale and Nanoscale Physics
+cond-mat/9612010 Disordered Systems and Neural Networks
+cond-mat/9612015 Disordered Systems and Neural Networks
+cond-mat/9612016 Statistical Mechanics
+cond-mat/9612017 Mesoscale and Nanoscale Physics
+cond-mat/9612026 Materials Science
+cond-mat/9612032 Superconductivity
+cond-mat/9612033 Strongly Correlated Electrons
+cond-mat/9612034 Disordered Systems and Neural Networks
+cond-mat/9612041 Strongly Correlated Electrons
+cond-mat/9612051 Materials Science
+cond-mat/9612055 Statistical Mechanics
+cond-mat/9612060
+cond-mat/9612063 Mesoscale and Nanoscale Physics
+cond-mat/9612071 Disordered Systems and Neural Networks
+cond-mat/9612077 Statistical Mechanics
+cond-mat/9612085 Soft Condensed Matter
+cond-mat/9612087 Strongly Correlated Electrons
+cond-mat/9612089 Strongly Correlated Electrons
+cond-mat/9612094 Materials Science
+cond-mat/9612096 Materials Science
+cond-mat/9612103 Statistical Mechanics
+cond-mat/9612104 Materials Science
+cond-mat/9612107 Materials Science
+cond-mat/9612114 Mesoscale and Nanoscale Physics
+cond-mat/9612117 Statistical Mechanics
+cond-mat/9612122 Disordered Systems and Neural Networks
+cond-mat/9612126 Mesoscale and Nanoscale Physics
+cond-mat/9612134 Strongly Correlated Electrons
+cond-mat/9612135 Superconductivity
+cond-mat/9612152 Soft Condensed Matter
+cond-mat/9612154 Materials Science
+cond-mat/9612160 Strongly Correlated Electrons
+cond-mat/9612162 Mesoscale and Nanoscale Physics
+cond-mat/9612169 Soft Condensed Matter
+cond-mat/9612173 Mesoscale and Nanoscale Physics
+cond-mat/9612177 Mesoscale and Nanoscale Physics
+cond-mat/9612179 Mesoscale and Nanoscale Physics
+cond-mat/9612183 Statistical Mechanics
+cond-mat/9612185
+cond-mat/9612186 Statistical Mechanics
+cond-mat/9612196 Statistical Mechanics
+cond-mat/9612215 Strongly Correlated Electrons
+cond-mat/9612222 Soft Condensed Matter
+cond-mat/9612229 Statistical Mechanics
+cond-mat/9612231 Superconductivity
+cond-mat/9612245 Strongly Correlated Electrons
+cond-mat/9612253
+cond-mat/9701005 Strongly Correlated Electrons
+cond-mat/9701015 Disordered Systems and Neural Networks
+cond-mat/9701026 Mesoscale and Nanoscale Physics
+cond-mat/9701031 Disordered Systems and Neural Networks
+cond-mat/9701032 Disordered Systems and Neural Networks
+cond-mat/9701040 Soft Condensed Matter
+cond-mat/9701048 Mesoscale and Nanoscale Physics
+cond-mat/9701059 Mesoscale and Nanoscale Physics
+cond-mat/9701068 Disordered Systems and Neural Networks
+cond-mat/9701073 Strongly Correlated Electrons
+cond-mat/9701074 Superconductivity
+cond-mat/9701082 Mesoscale and Nanoscale Physics
+cond-mat/9701093 Strongly Correlated Electrons
+cond-mat/9701097 Strongly Correlated Electrons
+cond-mat/9701105 Mesoscale and Nanoscale Physics
+cond-mat/9701111 Strongly Correlated Electrons
+cond-mat/9701120 Mesoscale and Nanoscale Physics
+cond-mat/9701121 Mesoscale and Nanoscale Physics
+cond-mat/9701128 Mesoscale and Nanoscale Physics
+cond-mat/9701137 Strongly Correlated Electrons
+cond-mat/9701165 Disordered Systems and Neural Networks
+cond-mat/9701176 Strongly Correlated Electrons
+cond-mat/9701185
+cond-mat/9701190 Disordered Systems and Neural Networks
+cond-mat/9701201
+cond-mat/9701206 Strongly Correlated Electrons
+cond-mat/9701207 Statistical Mechanics
+cond-mat/9701208 Superconductivity
+cond-mat/9701222 Statistical Mechanics
+cond-mat/9702005 Statistical Mechanics
+cond-mat/9702006 Statistical Mechanics
+cond-mat/9702007 Strongly Correlated Electrons
+cond-mat/9702009 Strongly Correlated Electrons
+cond-mat/9702012 Statistical Mechanics
+cond-mat/9702031 Disordered Systems and Neural Networks
+cond-mat/9702050 Materials Science
+cond-mat/9702061 Statistical Mechanics
+cond-mat/9702069 Disordered Systems and Neural Networks
+cond-mat/9702070 Disordered Systems and Neural Networks
+cond-mat/9702072 Disordered Systems and Neural Networks
+cond-mat/9702073 Statistical Mechanics
+cond-mat/9702077 Strongly Correlated Electrons
+cond-mat/9702087 Superconductivity
+cond-mat/9702090 Materials Science
+cond-mat/9702092 Statistical Mechanics
+cond-mat/9702111 Disordered Systems and Neural Networks
+cond-mat/9702122 Soft Condensed Matter
+cond-mat/9702125 Strongly Correlated Electrons
+cond-mat/9702134 Statistical Mechanics
+cond-mat/9702136 Soft Condensed Matter
+cond-mat/9702138 Statistical Mechanics
+cond-mat/9702147 Strongly Correlated Electrons
+cond-mat/9702150 Mesoscale and Nanoscale Physics
+cond-mat/9702156
+cond-mat/9702167 Superconductivity
+cond-mat/9702179 Superconductivity
+cond-mat/9702181
+cond-mat/9702192 Statistical Mechanics
+cond-mat/9702198 Materials Science
+cond-mat/9702204 Disordered Systems and Neural Networks
+cond-mat/9702211 Mesoscale and Nanoscale Physics
+cond-mat/9702234 Strongly Correlated Electrons
+cond-mat/9702239 Mesoscale and Nanoscale Physics
+cond-mat/9702242
+cond-mat/9702244 Mesoscale and Nanoscale Physics
+cond-mat/9702246 Disordered Systems and Neural Networks
+cond-mat/9702247 Strongly Correlated Electrons
+cond-mat/9703005 Strongly Correlated Electrons
+cond-mat/9703014 Mesoscale and Nanoscale Physics
+cond-mat/9703027 Materials Science
+cond-mat/9703030 Materials Science
+cond-mat/9703032 Disordered Systems and Neural Networks
+cond-mat/9703034
+cond-mat/9703043 Statistical Mechanics
+cond-mat/9703048 Superconductivity
+cond-mat/9703049 Strongly Correlated Electrons
+cond-mat/9703054 Materials Science
+cond-mat/9703072 Superconductivity
+cond-mat/9703078
+cond-mat/9703080 Mesoscale and Nanoscale Physics
+cond-mat/9703085 Strongly Correlated Electrons
+cond-mat/9703086 Materials Science
+cond-mat/9703100 Superconductivity
+cond-mat/9703101 Strongly Correlated Electrons
+cond-mat/9703124 Superconductivity
+cond-mat/9703130
+cond-mat/9703140 Superconductivity
+cond-mat/9703169 Mesoscale and Nanoscale Physics
+cond-mat/9703184 Mesoscale and Nanoscale Physics
+cond-mat/9703192 Superconductivity
+cond-mat/9703198 Statistical Mechanics
+cond-mat/9703207 Strongly Correlated Electrons
+cond-mat/9703210
+cond-mat/9703218 Statistical Mechanics
+cond-mat/9703219 Disordered Systems and Neural Networks
+cond-mat/9703227 Soft Condensed Matter
+cond-mat/9703242 Statistical Mechanics
+cond-mat/9703243 Statistical Mechanics
+cond-mat/9703255 Mesoscale and Nanoscale Physics
+cond-mat/9704001 Strongly Correlated Electrons
+cond-mat/9704028 Strongly Correlated Electrons
+cond-mat/9704036 Statistical Mechanics
+cond-mat/9704054 Soft Condensed Matter
+cond-mat/9704059 Statistical Mechanics
+cond-mat/9704062 Superconductivity
+cond-mat/9704085 Soft Condensed Matter
+cond-mat/9704087 Statistical Mechanics
+cond-mat/9704089 Disordered Systems and Neural Networks
+cond-mat/9704105
+cond-mat/9704106
+cond-mat/9704116 Superconductivity
+cond-mat/9704125 Superconductivity
+cond-mat/9704129 Disordered Systems and Neural Networks
+cond-mat/9704138 Strongly Correlated Electrons
+cond-mat/9704139 Statistical Mechanics
+cond-mat/9704141 Statistical Mechanics
+cond-mat/9704151 Mesoscale and Nanoscale Physics
+cond-mat/9704164 Superconductivity
+cond-mat/9704176 Superconductivity
+cond-mat/9704200 Strongly Correlated Electrons
+cond-mat/9704201 Materials Science
+cond-mat/9704203 Strongly Correlated Electrons
+cond-mat/9704208 Statistical Mechanics
+cond-mat/9704215 Statistical Mechanics
+cond-mat/9704222
+cond-mat/9704227 Disordered Systems and Neural Networks
+cond-mat/9704230 Mesoscale and Nanoscale Physics
+cond-mat/9704245 Strongly Correlated Electrons
+cond-mat/9704249 Strongly Correlated Electrons
+cond-mat/9705001 Mesoscale and Nanoscale Physics
+cond-mat/9705004 Materials Science
+cond-mat/9705012 Mesoscale and Nanoscale Physics
+cond-mat/9705013 Strongly Correlated Electrons
+cond-mat/9705029 Statistical Mechanics
+cond-mat/9705033 Strongly Correlated Electrons
+cond-mat/9705039 Superconductivity
+cond-mat/9705045 Statistical Mechanics
+cond-mat/9705046 Statistical Mechanics
+cond-mat/9705057 Strongly Correlated Electrons
+cond-mat/9705061 Superconductivity
+cond-mat/9705066 Statistical Mechanics
+cond-mat/9705072 Statistical Mechanics
+cond-mat/9705077
+cond-mat/9705096 Disordered Systems and Neural Networks
+cond-mat/9705101 Statistical Mechanics
+cond-mat/9705116 Mesoscale and Nanoscale Physics
+cond-mat/9705118 Statistical Mechanics
+cond-mat/9705119 Strongly Correlated Electrons
+cond-mat/9705120 Statistical Mechanics
+cond-mat/9705122 Strongly Correlated Electrons
+cond-mat/9705123 Materials Science
+cond-mat/9705128 Superconductivity
+cond-mat/9705130 Materials Science
+cond-mat/9705140 Strongly Correlated Electrons
+cond-mat/9705143 Soft Condensed Matter
+cond-mat/9705159 Disordered Systems and Neural Networks
+cond-mat/9705160 Statistical Mechanics
+cond-mat/9705164 Soft Condensed Matter
+cond-mat/9705171 Statistical Mechanics
+cond-mat/9705175 Statistical Mechanics
+cond-mat/9705179 Strongly Correlated Electrons
+cond-mat/9705188 Mesoscale and Nanoscale Physics
+cond-mat/9705189 Materials Science
+cond-mat/9705191 Superconductivity
+cond-mat/9705197 Superconductivity
+cond-mat/9705199 Strongly Correlated Electrons
+cond-mat/9705200 Soft Condensed Matter
+cond-mat/9705211 Soft Condensed Matter
+cond-mat/9705212 Materials Science
+cond-mat/9705215 Statistical Mechanics
+cond-mat/9705219
+cond-mat/9705235 Statistical Mechanics
+cond-mat/9705241 Strongly Correlated Electrons
+cond-mat/9705243 Disordered Systems and Neural Networks
+cond-mat/9705267 Mesoscale and Nanoscale Physics
+cond-mat/9705270 Disordered Systems and Neural Networks
+cond-mat/9705272 Strongly Correlated Electrons
+cond-mat/9705279 Strongly Correlated Electrons
+cond-mat/9705281 Mesoscale and Nanoscale Physics
+cond-mat/9705282 Superconductivity
+cond-mat/9705293 Soft Condensed Matter
+cond-mat/9705295 Statistical Mechanics
+cond-mat/9705297 Statistical Mechanics
+cond-mat/9706003 Statistical Mechanics
+cond-mat/9706011 Statistical Mechanics
+cond-mat/9706016 Mesoscale and Nanoscale Physics
+cond-mat/9706020 Statistical Mechanics
+cond-mat/9706028 Disordered Systems and Neural Networks
+cond-mat/9706042 Disordered Systems and Neural Networks
+cond-mat/9706059
+cond-mat/9706061 Mesoscale and Nanoscale Physics
+cond-mat/9706066 Mesoscale and Nanoscale Physics
+cond-mat/9706068 Strongly Correlated Electrons
+cond-mat/9706073 Strongly Correlated Electrons
+cond-mat/9706080 Disordered Systems and Neural Networks
+cond-mat/9706087 Superconductivity
+cond-mat/9706098 Statistical Mechanics
+cond-mat/9706106 Statistical Mechanics
+cond-mat/9706108 Superconductivity
+cond-mat/9706109 Strongly Correlated Electrons
+cond-mat/9706122 Statistical Mechanics
+cond-mat/9706123 Strongly Correlated Electrons
+cond-mat/9706125 Disordered Systems and Neural Networks
+cond-mat/9706145 Superconductivity
+cond-mat/9706156 Statistical Mechanics
+cond-mat/9706161 Superconductivity
+cond-mat/9706176 Soft Condensed Matter
+cond-mat/9706193 Statistical Mechanics
+cond-mat/9706201 Strongly Correlated Electrons
+cond-mat/9706202 Statistical Mechanics
+cond-mat/9706235 Strongly Correlated Electrons
+cond-mat/9706236 Mesoscale and Nanoscale Physics
+cond-mat/9706238 Statistical Mechanics
+cond-mat/9706248 Materials Science
+cond-mat/9706266 Statistical Mechanics
+cond-mat/9706285 Superconductivity
+cond-mat/9706292 Mesoscale and Nanoscale Physics
+cond-mat/9706294 Materials Science
+cond-mat/9706301 Statistical Mechanics
+cond-mat/9707001 Statistical Mechanics
+cond-mat/9707002 Strongly Correlated Electrons
+cond-mat/9707004 Superconductivity
+cond-mat/9707018 Superconductivity
+cond-mat/9707021 Soft Condensed Matter
+cond-mat/9707023 Statistical Mechanics
+cond-mat/9707033 Materials Science
+cond-mat/9707038 Superconductivity
+cond-mat/9707043 Soft Condensed Matter
+cond-mat/9707051 Strongly Correlated Electrons
+cond-mat/9707053 Strongly Correlated Electrons
+cond-mat/9707055 Mesoscale and Nanoscale Physics
+cond-mat/9707061 Strongly Correlated Electrons
+cond-mat/9707093 Strongly Correlated Electrons
+cond-mat/9707097 Strongly Correlated Electrons
+cond-mat/9707100
+cond-mat/9707106 Materials Science
+cond-mat/9707136 Superconductivity
+cond-mat/9707140 Superconductivity
+cond-mat/9707146 Statistical Mechanics
+cond-mat/9707157 Materials Science
+cond-mat/9707170 Materials Science
+cond-mat/9707171 Materials Science
+cond-mat/9707176 Materials Science
+cond-mat/9707181 Materials Science
+cond-mat/9707182 Materials Science
+cond-mat/9707188 Materials Science
+cond-mat/9707189 Materials Science
+cond-mat/9707193 Statistical Mechanics
+cond-mat/9707194 Mesoscale and Nanoscale Physics
+cond-mat/9707208 Mesoscale and Nanoscale Physics
+cond-mat/9707217 Materials Science
+cond-mat/9707223 Strongly Correlated Electrons
+cond-mat/9707225 Superconductivity
+cond-mat/9707228 Statistical Mechanics
+cond-mat/9707233 Strongly Correlated Electrons
+cond-mat/9707234 Mesoscale and Nanoscale Physics
+cond-mat/9707255 Statistical Mechanics
+cond-mat/9707265 Materials Science
+cond-mat/9707267 Strongly Correlated Electrons
+cond-mat/9707280
+cond-mat/9707284 Soft Condensed Matter
+cond-mat/9707287 Statistical Mechanics
+cond-mat/9707288 Disordered Systems and Neural Networks
+cond-mat/9707295 Strongly Correlated Electrons
+cond-mat/9707303 Strongly Correlated Electrons
+cond-mat/9707310 Mesoscale and Nanoscale Physics
+cond-mat/9707316 Strongly Correlated Electrons
+cond-mat/9707319
+cond-mat/9707320 Mesoscale and Nanoscale Physics
+cond-mat/9707331 Mesoscale and Nanoscale Physics
+cond-mat/9707334 Statistical Mechanics
+cond-mat/9707335 Superconductivity
+cond-mat/9707338 Materials Science
+cond-mat/9707339 Strongly Correlated Electrons
+cond-mat/9707341 Disordered Systems and Neural Networks
+cond-mat/9708003 Strongly Correlated Electrons
+cond-mat/9708009 Strongly Correlated Electrons
+cond-mat/9708015 Statistical Mechanics
+cond-mat/9708022 Disordered Systems and Neural Networks
+cond-mat/9708023 Soft Condensed Matter
+cond-mat/9708033 Soft Condensed Matter
+cond-mat/9708041 Mesoscale and Nanoscale Physics
+cond-mat/9708044 Soft Condensed Matter
+cond-mat/9708050 Superconductivity
+cond-mat/9708067 Mesoscale and Nanoscale Physics
+cond-mat/9708078 Statistical Mechanics
+cond-mat/9708084 Superconductivity
+cond-mat/9708096 Disordered Systems and Neural Networks
+cond-mat/9708101 Statistical Mechanics
+cond-mat/9708102 Materials Science
+cond-mat/9708109 Mesoscale and Nanoscale Physics
+cond-mat/9708119 Superconductivity
+cond-mat/9708121 Statistical Mechanics
+cond-mat/9708123 Statistical Mechanics
+cond-mat/9708124 Materials Science
+cond-mat/9708125 Strongly Correlated Electrons
+cond-mat/9708131 Soft Condensed Matter
+cond-mat/9708134 Materials Science
+cond-mat/9708146 Materials Science
+cond-mat/9708149 Superconductivity
+cond-mat/9708155 Statistical Mechanics
+cond-mat/9708157 Materials Science
+cond-mat/9708163 Mesoscale and Nanoscale Physics
+cond-mat/9708184 Disordered Systems and Neural Networks
+cond-mat/9708186 Statistical Mechanics
+cond-mat/9708210 Soft Condensed Matter
+cond-mat/9708223 Soft Condensed Matter
+cond-mat/9709001 Mesoscale and Nanoscale Physics
+cond-mat/9709008 Statistical Mechanics
+cond-mat/9709019 Statistical Mechanics
+cond-mat/9709027 Statistical Mechanics
+cond-mat/9709029 Strongly Correlated Electrons
+cond-mat/9709045 Statistical Mechanics
+cond-mat/9709046 Statistical Mechanics
+cond-mat/9709053 Statistical Mechanics
+cond-mat/9709060 Strongly Correlated Electrons
+cond-mat/9709061 Superconductivity
+cond-mat/9709070 Mesoscale and Nanoscale Physics
+cond-mat/9709081 Mesoscale and Nanoscale Physics
+cond-mat/9709086 Strongly Correlated Electrons
+cond-mat/9709087 Strongly Correlated Electrons
+cond-mat/9709094
+cond-mat/9709107 Superconductivity
+cond-mat/9709114 Materials Science
+cond-mat/9709115
+cond-mat/9709117 Statistical Mechanics
+cond-mat/9709128 Mesoscale and Nanoscale Physics
+cond-mat/9709133 Soft Condensed Matter
+cond-mat/9709135
+cond-mat/9709136 Statistical Mechanics
+cond-mat/9709143 Strongly Correlated Electrons
+cond-mat/9709144 Strongly Correlated Electrons
+cond-mat/9709152 Materials Science
+cond-mat/9709159 Superconductivity
+cond-mat/9709165 Disordered Systems and Neural Networks
+cond-mat/9709177 Soft Condensed Matter
+cond-mat/9709178 Superconductivity
+cond-mat/9709183 Soft Condensed Matter
+cond-mat/9709185 Materials Science
+cond-mat/9709188 Materials Science
+cond-mat/9709189 Strongly Correlated Electrons
+cond-mat/9709194 Materials Science
+cond-mat/9709195 Superconductivity
+cond-mat/9709200 Disordered Systems and Neural Networks
+cond-mat/9709201
+cond-mat/9709205 Soft Condensed Matter
+cond-mat/9709207 Statistical Mechanics
+cond-mat/9709209 Mesoscale and Nanoscale Physics
+cond-mat/9709211 Materials Science
+cond-mat/9709230 Superconductivity
+cond-mat/9709233 Mesoscale and Nanoscale Physics
+cond-mat/9709237 Strongly Correlated Electrons
+cond-mat/9709241
+cond-mat/9709243 Mesoscale and Nanoscale Physics
+cond-mat/9709244 Statistical Mechanics
+cond-mat/9709248 Superconductivity
+cond-mat/9709249 Superconductivity
+cond-mat/9709251 Mesoscale and Nanoscale Physics
+cond-mat/9709256 Strongly Correlated Electrons
+cond-mat/9709261 Mesoscale and Nanoscale Physics
+cond-mat/9709266 Strongly Correlated Electrons
+cond-mat/9709268
+cond-mat/9709275 Materials Science
+cond-mat/9709276 Mesoscale and Nanoscale Physics
+cond-mat/9709278 Superconductivity
+cond-mat/9709280 Mesoscale and Nanoscale Physics
+cond-mat/9709281 Mesoscale and Nanoscale Physics
+cond-mat/9709284 Strongly Correlated Electrons
+cond-mat/9709326 Statistical Mechanics
+cond-mat/9709331
+cond-mat/9709333 Strongly Correlated Electrons
+cond-mat/9709343 Soft Condensed Matter
+cond-mat/9709347 Superconductivity
+cs/9301101 Logic in Computer Science
+cs/9301102 Logic in Computer Science
+cs/9301104 Logic in Computer Science
+cs/9301106 Logic in Computer Science
+cs/9301107 Logic in Computer Science
+cs/9301111 Computational Complexity
+cs/9301112 Graphics
+cs/9301113 Computational Complexity
+cs/9301114 General Literature
+cs/9301115 Data Structures and Algorithms
+cs/9301116 Data Structures and Algorithms
+cs/9308101 Artificial Intelligence
+cs/9308102 Artificial Intelligence
+cs/9309101 Artificial Intelligence
+cs/9311101 Artificial Intelligence
+cs/9311103 Logic in Computer Science
+cs/9401102 Programming Languages
+cs/9402102 Artificial Intelligence
+cs/9403101 Artificial Intelligence
+cs/9408102 Artificial Intelligence
+cs/9408103 Artificial Intelligence
+cs/9501103 Artificial Intelligence
+cs/9504101 Artificial Intelligence
+cs/9506102 Artificial Intelligence
+cs/9511102 Logic in Computer Science
+cs/9602101 Artificial Intelligence
+cs/9605101 Artificial Intelligence
+cs/9608104 Artificial Intelligence
+cs/9608105 Data Structures and Algorithms
+cs/9609102 Artificial Intelligence
+cs/9705102 Artificial Intelligence
+cs/9706101 Artificial Intelligence
+cs/9707101 Artificial Intelligence
+cs/9707102 Artificial Intelligence
+dg-ga/9406001 Differential Geometry
+dg-ga/9406002 Differential Geometry
+dg-ga/9406003 Differential Geometry
+dg-ga/9406004 Differential Geometry
+dg-ga/9406005 Differential Geometry
+dg-ga/9406006 Differential Geometry
+dg-ga/9406007 Differential Geometry
+dg-ga/9407001 Differential Geometry
+dg-ga/9407002 Differential Geometry
+dg-ga/9407003 Differential Geometry
+dg-ga/9407004 Differential Geometry
+dg-ga/9407006 Differential Geometry
+dg-ga/9407007 Differential Geometry
+dg-ga/9407008 Differential Geometry
+dg-ga/9407009 Differential Geometry
+dg-ga/9407010 Differential Geometry
+dg-ga/9407011 Differential Geometry
+dg-ga/9407012 Differential Geometry
+dg-ga/9407013 Differential Geometry
+dg-ga/9407014 Differential Geometry
+dg-ga/9407015 Differential Geometry
+dg-ga/9408001 Differential Geometry
+dg-ga/9408004 Differential Geometry
+dg-ga/9409001 Differential Geometry
+dg-ga/9409002 Differential Geometry
+dg-ga/9409003 Differential Geometry
+dg-ga/9409004 Differential Geometry
+dg-ga/9410001 Differential Geometry
+dg-ga/9410003 Differential Geometry
+dg-ga/9410005 Differential Geometry
+dg-ga/9410006 Differential Geometry
+dg-ga/9410007 Differential Geometry
+dg-ga/9411001 Differential Geometry
+dg-ga/9411003 Differential Geometry
+dg-ga/9411004 Differential Geometry
+dg-ga/9411005 Differential Geometry
+dg-ga/9411006 Differential Geometry
+dg-ga/9411007 Differential Geometry
+dg-ga/9411008 Differential Geometry
+dg-ga/9411009 Differential Geometry
+dg-ga/9411010 Differential Geometry
+dg-ga/9411012 Differential Geometry
+dg-ga/9411013 Differential Geometry
+dg-ga/9411014 Differential Geometry
+dg-ga/9411015 Differential Geometry
+dg-ga/9412001 Differential Geometry
+dg-ga/9412002 Differential Geometry
+dg-ga/9412003 Differential Geometry
+dg-ga/9412004 Differential Geometry
+dg-ga/9412005 Differential Geometry
+dg-ga/9412006 Differential Geometry
+dg-ga/9412007 Differential Geometry
+dg-ga/9501006 Differential Geometry
+dg-ga/9502001 Differential Geometry
+dg-ga/9502002 Differential Geometry
+dg-ga/9502003 Differential Geometry
+dg-ga/9503003 Differential Geometry
+dg-ga/9503004 Differential Geometry
+dg-ga/9503006 Differential Geometry
+dg-ga/9503007 Differential Geometry
+dg-ga/9503008 Differential Geometry
+dg-ga/9503009 Differential Geometry
+dg-ga/9503010 Differential Geometry
+dg-ga/9503011 Differential Geometry
+dg-ga/9503012 Differential Geometry
+dg-ga/9503014 Differential Geometry
+dg-ga/9503015 Differential Geometry
+dg-ga/9504001 Differential Geometry
+dg-ga/9504002 Differential Geometry
+dg-ga/9504003 Differential Geometry
+dg-ga/9505001 Differential Geometry
+dg-ga/9505002 Differential Geometry
+dg-ga/9505003 Differential Geometry
+dg-ga/9505005 Differential Geometry
+dg-ga/9505007 Differential Geometry
+dg-ga/9506002 Differential Geometry
+dg-ga/9506003 Differential Geometry
+dg-ga/9506004 Differential Geometry
+dg-ga/9506005 Differential Geometry
+dg-ga/9506006 Differential Geometry
+dg-ga/9506007 Differential Geometry
+dg-ga/9506008 Differential Geometry
+dg-ga/9506009 Differential Geometry
+dg-ga/9506011 Differential Geometry
+dg-ga/9506012 Differential Geometry
+dg-ga/9507001 Differential Geometry
+dg-ga/9507002 Differential Geometry
+dg-ga/9507003 Differential Geometry
+dg-ga/9507004 Differential Geometry
+dg-ga/9507005 Differential Geometry
+dg-ga/9508001 Differential Geometry
+dg-ga/9508002 Differential Geometry
+dg-ga/9508003 Differential Geometry
+dg-ga/9508004 Differential Geometry
+dg-ga/9508007 Differential Geometry
+dg-ga/9508008 Differential Geometry
+dg-ga/9508010 Differential Geometry
+dg-ga/9508011 Differential Geometry
+dg-ga/9508012 Differential Geometry
+dg-ga/9508013 Differential Geometry
+dg-ga/9509001 Differential Geometry
+dg-ga/9509002 Differential Geometry
+dg-ga/9509004 Differential Geometry
+dg-ga/9509005 Differential Geometry
+dg-ga/9510001 Differential Geometry
+dg-ga/9510002 Differential Geometry
+dg-ga/9510003 Differential Geometry
+dg-ga/9510004 Differential Geometry
+dg-ga/9510006 Differential Geometry
+dg-ga/9510007 Differential Geometry
+dg-ga/9510009 Differential Geometry
+dg-ga/9510010 Differential Geometry
+dg-ga/9511001 Differential Geometry
+dg-ga/9511002 Differential Geometry
+dg-ga/9511003 Differential Geometry
+dg-ga/9511004 Differential Geometry
+dg-ga/9511005 Differential Geometry
+dg-ga/9511006 Differential Geometry
+dg-ga/9511007 Differential Geometry
+dg-ga/9511008 Differential Geometry
+dg-ga/9511009 Differential Geometry
+dg-ga/9511010 Differential Geometry
+dg-ga/9511011 Differential Geometry
+dg-ga/9511012 Differential Geometry
+dg-ga/9511013 Differential Geometry
+dg-ga/9511014 Differential Geometry
+dg-ga/9511015 Differential Geometry
+dg-ga/9511016 Differential Geometry
+dg-ga/9511017 Differential Geometry
+dg-ga/9511018 Differential Geometry
+dg-ga/9512001 Differential Geometry
+dg-ga/9512002 Differential Geometry
+dg-ga/9512003 Differential Geometry
+dg-ga/9512004 Differential Geometry
+dg-ga/9512005 Differential Geometry
+dg-ga/9512006 Differential Geometry
+dg-ga/9512007 Differential Geometry
+dg-ga/9512008 Differential Geometry
+dg-ga/9512009 Differential Geometry
+dg-ga/9512010 Differential Geometry
+dg-ga/9512012 Differential Geometry
+dg-ga/9601001 Differential Geometry
+dg-ga/9601002 Differential Geometry
+dg-ga/9601003 Differential Geometry
+dg-ga/9601004 Differential Geometry
+dg-ga/9601005 Differential Geometry
+dg-ga/9601006 Differential Geometry
+dg-ga/9601007 Differential Geometry
+dg-ga/9601008 Differential Geometry
+dg-ga/9601009 Differential Geometry
+dg-ga/9601011 Differential Geometry
+dg-ga/9602001 Differential Geometry
+dg-ga/9602002 Differential Geometry
+dg-ga/9602003 Differential Geometry
+dg-ga/9602004 Differential Geometry
+dg-ga/9602005 Differential Geometry
+dg-ga/9602006 Differential Geometry
+dg-ga/9602008 Differential Geometry
+dg-ga/9602009 Differential Geometry
+dg-ga/9602011 Differential Geometry
+dg-ga/9602012 Differential Geometry
+dg-ga/9603001 Differential Geometry
+dg-ga/9603002 Differential Geometry
+dg-ga/9603003 Differential Geometry
+dg-ga/9603004 Differential Geometry
+dg-ga/9603005 Differential Geometry
+dg-ga/9603006 Differential Geometry
+dg-ga/9603007 Differential Geometry
+dg-ga/9603008 Differential Geometry
+dg-ga/9603009 Differential Geometry
+dg-ga/9603010 Differential Geometry
+dg-ga/9603011 Differential Geometry
+dg-ga/9603012 Differential Geometry
+dg-ga/9603013 Differential Geometry
+dg-ga/9603014 Differential Geometry
+dg-ga/9603016 Differential Geometry
+dg-ga/9603017 Differential Geometry
+dg-ga/9604001 Differential Geometry
+dg-ga/9604002 Differential Geometry
+dg-ga/9604004 Differential Geometry
+dg-ga/9604005 Differential Geometry
+dg-ga/9604006 Differential Geometry
+dg-ga/9604007 Differential Geometry
+dg-ga/9604008 Differential Geometry
+dg-ga/9605002 Differential Geometry
+dg-ga/9605003 Differential Geometry
+dg-ga/9605004 Differential Geometry
+dg-ga/9605005 Differential Geometry
+dg-ga/9605007 Differential Geometry
+dg-ga/9605008 Differential Geometry
+dg-ga/9605009 Differential Geometry
+dg-ga/9606001 Differential Geometry
+dg-ga/9606002 Differential Geometry
+dg-ga/9606003 Differential Geometry
+dg-ga/9606004 Differential Geometry
+dg-ga/9606005 Differential Geometry
+dg-ga/9606006 Differential Geometry
+dg-ga/9606007 Differential Geometry
+dg-ga/9606008 Differential Geometry
+dg-ga/9606009 Differential Geometry
+dg-ga/9606010 Differential Geometry
+dg-ga/9606011 Differential Geometry
+dg-ga/9606012 Differential Geometry
+dg-ga/9606013 Differential Geometry
+dg-ga/9606014 Differential Geometry
+dg-ga/9607001 Differential Geometry
+dg-ga/9607002 Differential Geometry
+dg-ga/9607003 Differential Geometry
+dg-ga/9607004 Differential Geometry
+dg-ga/9607005 Differential Geometry
+dg-ga/9607006 Differential Geometry
+dg-ga/9608001 Differential Geometry
+dg-ga/9608002 Differential Geometry
+dg-ga/9608003 Differential Geometry
+dg-ga/9608004 Differential Geometry
+dg-ga/9608005 Differential Geometry
+dg-ga/9608006 Differential Geometry
+dg-ga/9608007 Differential Geometry
+dg-ga/9608008 Differential Geometry
+dg-ga/9608009 Differential Geometry
+dg-ga/9608010 Differential Geometry
+dg-ga/9609001 Differential Geometry
+dg-ga/9609002 Differential Geometry
+dg-ga/9609003 Differential Geometry
+dg-ga/9609004 Differential Geometry
+dg-ga/9609005 Differential Geometry
+dg-ga/9609006 Differential Geometry
+dg-ga/9609007 Differential Geometry
+dg-ga/9609008 Differential Geometry
+dg-ga/9609009 Differential Geometry
+dg-ga/9609010 Differential Geometry
+dg-ga/9609011 Differential Geometry
+dg-ga/9610003 Differential Geometry
+dg-ga/9610004 Differential Geometry
+dg-ga/9610006 Differential Geometry
+dg-ga/9610007 Differential Geometry
+dg-ga/9610008 Differential Geometry
+dg-ga/9610009 Differential Geometry
+dg-ga/9610010 Differential Geometry
+dg-ga/9610011 Differential Geometry
+dg-ga/9610012 Differential Geometry
+dg-ga/9610013 Differential Geometry
+dg-ga/9610014 Differential Geometry
+dg-ga/9610015 Differential Geometry
+dg-ga/9610016 Differential Geometry
+dg-ga/9610018 Differential Geometry
+dg-ga/9610019 Differential Geometry
+dg-ga/9610020 Differential Geometry
+dg-ga/9611001 Differential Geometry
+dg-ga/9611002 Differential Geometry
+dg-ga/9611003 Differential Geometry
+dg-ga/9611004 Differential Geometry
+dg-ga/9611005 Differential Geometry
+dg-ga/9611006 Differential Geometry
+dg-ga/9611007 Differential Geometry
+dg-ga/9611008 Differential Geometry
+dg-ga/9611009 Differential Geometry
+dg-ga/9611010 Differential Geometry
+dg-ga/9611011 Differential Geometry
+dg-ga/9612001 Differential Geometry
+dg-ga/9612002 Differential Geometry
+dg-ga/9612003 Differential Geometry
+dg-ga/9612005 Differential Geometry
+dg-ga/9612006 Differential Geometry
+dg-ga/9612007 Differential Geometry
+dg-ga/9612010 Differential Geometry
+dg-ga/9612011 Differential Geometry
+dg-ga/9612012 Differential Geometry
+dg-ga/9612013 Differential Geometry
+dg-ga/9612014 Differential Geometry
+dg-ga/9612015 Differential Geometry
+dg-ga/9612017 Differential Geometry
+dg-ga/9612018 Differential Geometry
+dg-ga/9701001 Differential Geometry
+dg-ga/9701002 Differential Geometry
+dg-ga/9701003 Differential Geometry
+dg-ga/9701004 Differential Geometry
+dg-ga/9701005 Differential Geometry
+dg-ga/9701006 Differential Geometry
+dg-ga/9701008 Differential Geometry
+dg-ga/9701010 Differential Geometry
+dg-ga/9701011 Differential Geometry
+dg-ga/9702001 Differential Geometry
+dg-ga/9702002 Differential Geometry
+dg-ga/9702003 Differential Geometry
+dg-ga/9702005 Differential Geometry
+dg-ga/9702007 Differential Geometry
+dg-ga/9702008 Differential Geometry
+dg-ga/9702009 Differential Geometry
+dg-ga/9702010 Differential Geometry
+dg-ga/9702011 Differential Geometry
+dg-ga/9702012 Differential Geometry
+dg-ga/9702013 Differential Geometry
+dg-ga/9702014 Differential Geometry
+dg-ga/9702016 Differential Geometry
+dg-ga/9702017 Differential Geometry
+dg-ga/9702018 Differential Geometry
+dg-ga/9702019 Differential Geometry
+dg-ga/9702020 Differential Geometry
+dg-ga/9703001 Differential Geometry
+dg-ga/9703003 Differential Geometry
+dg-ga/9703004 Differential Geometry
+dg-ga/9703005 Differential Geometry
+dg-ga/9703006 Differential Geometry
+dg-ga/9703007 Differential Geometry
+dg-ga/9703008 Differential Geometry
+dg-ga/9703009 Differential Geometry
+dg-ga/9703010 Differential Geometry
+dg-ga/9703011 Differential Geometry
+dg-ga/9703012 Differential Geometry
+dg-ga/9703013 Differential Geometry
+dg-ga/9703014 Differential Geometry
+dg-ga/9703015 Differential Geometry
+dg-ga/9703017 Differential Geometry
+dg-ga/9703018 Differential Geometry
+dg-ga/9703020 Differential Geometry
+dg-ga/9703021 Differential Geometry
+dg-ga/9703022 Differential Geometry
+dg-ga/9704001 Differential Geometry
+dg-ga/9704003 Differential Geometry
+dg-ga/9704004 Differential Geometry
+dg-ga/9704005 Differential Geometry
+dg-ga/9704007 Differential Geometry
+dg-ga/9704008 Differential Geometry
+dg-ga/9704009 Differential Geometry
+dg-ga/9704010 Differential Geometry
+dg-ga/9704012 Differential Geometry
+dg-ga/9704013 Differential Geometry
+dg-ga/9704014 Differential Geometry
+dg-ga/9704016 Differential Geometry
+dg-ga/9704017 Differential Geometry
+dg-ga/9705001 Differential Geometry
+dg-ga/9705002 Differential Geometry
+dg-ga/9705003 Differential Geometry
+dg-ga/9705004 Differential Geometry
+dg-ga/9705006 Differential Geometry
+dg-ga/9705007 Differential Geometry
+dg-ga/9705008 Differential Geometry
+dg-ga/9705009 Differential Geometry
+dg-ga/9705010 Differential Geometry
+dg-ga/9706001 Differential Geometry
+dg-ga/9706002 Differential Geometry
+dg-ga/9706003 Differential Geometry
+dg-ga/9706005 Differential Geometry
+dg-ga/9706006 Differential Geometry
+dg-ga/9706007 Differential Geometry
+dg-ga/9706009 Differential Geometry
+dg-ga/9706010 Differential Geometry
+dg-ga/9706011 Differential Geometry
+dg-ga/9706013 Differential Geometry
+dg-ga/9706014 Differential Geometry
+dg-ga/9706015 Differential Geometry
+dg-ga/9706016 Differential Geometry
+dg-ga/9706017 Differential Geometry
+dg-ga/9707002 Differential Geometry
+dg-ga/9707003 Differential Geometry
+dg-ga/9707004 Differential Geometry
+dg-ga/9707005 Differential Geometry
+dg-ga/9707006 Differential Geometry
+dg-ga/9707007 Differential Geometry
+dg-ga/9707010 Differential Geometry
+dg-ga/9707011 Differential Geometry
+dg-ga/9707012 Differential Geometry
+dg-ga/9707014 Differential Geometry
+dg-ga/9707015 Differential Geometry
+dg-ga/9707016 Differential Geometry
+dg-ga/9707018 Differential Geometry
+dg-ga/9707019 Differential Geometry
+dg-ga/9707020 Differential Geometry
+dg-ga/9707021 Differential Geometry
+dg-ga/9707023 Differential Geometry
+dg-ga/9707024 Differential Geometry
+dg-ga/9707026 Differential Geometry
+dg-ga/9708001 Differential Geometry
+dg-ga/9708002 Differential Geometry
+dg-ga/9708003 Differential Geometry
+dg-ga/9708004 Differential Geometry
+dg-ga/9708005 Differential Geometry
+dg-ga/9708006 Differential Geometry
+dg-ga/9708007 Differential Geometry
+dg-ga/9708008 Differential Geometry
+dg-ga/9708009 Differential Geometry
+dg-ga/9708010 Differential Geometry
+dg-ga/9708011 Differential Geometry
+dg-ga/9708012 Differential Geometry
+dg-ga/9708013 Differential Geometry
+dg-ga/9708014 Differential Geometry
+dg-ga/9709001 Differential Geometry
+dg-ga/9709002 Differential Geometry
+dg-ga/9709003 Differential Geometry
+dg-ga/9709004 Differential Geometry
+dg-ga/9709005 Differential Geometry
+dg-ga/9709006 Differential Geometry
+dg-ga/9709007 Differential Geometry
+dg-ga/9709008 Differential Geometry
+dg-ga/9709009 Differential Geometry
+dg-ga/9709010 Differential Geometry
+dg-ga/9709011 Differential Geometry
+dg-ga/9709012 Differential Geometry
+dg-ga/9709013 Differential Geometry
+dg-ga/9709015 Differential Geometry
+dg-ga/9709016 Differential Geometry
+dg-ga/9709017 Differential Geometry
+dg-ga/9709018 Differential Geometry
+dg-ga/9709019 Differential Geometry
+dg-ga/9709020 Differential Geometry
+dg-ga/9709021 Differential Geometry
+funct-an/9205001 Functional Analysis
+funct-an/9205002 Functional Analysis
+funct-an/9205003 Functional Analysis
+funct-an/9208001 Functional Analysis
+funct-an/9211002 Functional Analysis
+funct-an/9211003 Functional Analysis
+funct-an/9211004 Functional Analysis
+funct-an/9211008 Functional Analysis
+funct-an/9211012 Functional Analysis
+funct-an/9211013 Functional Analysis
+funct-an/9211014 Functional Analysis
+funct-an/9211015 Functional Analysis
+funct-an/9212001 Functional Analysis
+funct-an/9212002 Functional Analysis
+funct-an/9212003 Functional Analysis
+funct-an/9212004 Functional Analysis
+funct-an/9212005 Functional Analysis
+funct-an/9301001 Functional Analysis
+funct-an/9301004 Functional Analysis
+funct-an/9301005 Functional Analysis
+funct-an/9302001 Functional Analysis
+funct-an/9302002 Functional Analysis
+funct-an/9302004 Functional Analysis
+funct-an/9302007 Functional Analysis
+funct-an/9303001 Functional Analysis
+funct-an/9303003 Functional Analysis
+funct-an/9305001 Functional Analysis
+funct-an/9305004 Functional Analysis
+funct-an/9306002 Functional Analysis
+funct-an/9306003 Functional Analysis
+funct-an/9307001 Functional Analysis
+funct-an/9308001 Functional Analysis
+funct-an/9308002 Functional Analysis
+funct-an/9311002 Functional Analysis
+funct-an/9311003 Functional Analysis
+funct-an/9311004 Functional Analysis
+funct-an/9312002 Functional Analysis
+funct-an/9312003 Functional Analysis
+funct-an/9312004 Functional Analysis
+funct-an/9312005 Functional Analysis
+funct-an/9401002 Functional Analysis
+funct-an/9403003 Functional Analysis
+funct-an/9403004 Functional Analysis
+funct-an/9404001 Functional Analysis
+funct-an/9404002 Functional Analysis
+funct-an/9405001 Functional Analysis
+funct-an/9405002 Functional Analysis
+funct-an/9405003 Functional Analysis
+funct-an/9405004 Functional Analysis
+funct-an/9405005 Functional Analysis
+funct-an/9406001 Functional Analysis
+funct-an/9406002 Functional Analysis
+funct-an/9406003 Functional Analysis
+funct-an/9406004 Functional Analysis
+funct-an/9408001 Functional Analysis
+funct-an/9408002 Functional Analysis
+funct-an/9408003 Functional Analysis
+funct-an/9409001 Functional Analysis
+funct-an/9409003 Functional Analysis
+funct-an/9409004 Functional Analysis
+funct-an/9410001 Functional Analysis
+funct-an/9410002 Functional Analysis
+funct-an/9410004 Functional Analysis
+funct-an/9410005 Functional Analysis
+funct-an/9411001 Functional Analysis
+funct-an/9411002 Functional Analysis
+funct-an/9411003 Functional Analysis
+funct-an/9411004 Functional Analysis
+funct-an/9411006 Functional Analysis
+funct-an/9411007 Functional Analysis
+funct-an/9411008 Functional Analysis
+funct-an/9412002 Functional Analysis
+funct-an/9412003 Functional Analysis
+funct-an/9412004 Functional Analysis
+funct-an/9501003 Functional Analysis
+funct-an/9501005 Functional Analysis
+funct-an/9501007 Functional Analysis
+funct-an/9501008 Functional Analysis
+funct-an/9502001 Functional Analysis
+funct-an/9502002 Functional Analysis
+funct-an/9502005 Functional Analysis
+funct-an/9503001 Functional Analysis
+funct-an/9504001 Functional Analysis
+funct-an/9505001 Functional Analysis
+funct-an/9506001 Functional Analysis
+funct-an/9506003 Functional Analysis
+funct-an/9506005 Functional Analysis
+funct-an/9506008 Functional Analysis
+funct-an/9506009 Functional Analysis
+funct-an/9506010 Functional Analysis
+funct-an/9507001 Functional Analysis
+funct-an/9508001 Functional Analysis
+funct-an/9508002 Functional Analysis
+funct-an/9509002 Functional Analysis
+funct-an/9509003 Functional Analysis
+funct-an/9510001 Functional Analysis
+funct-an/9510002 Functional Analysis
+funct-an/9510003 Functional Analysis
+funct-an/9510004 Functional Analysis
+funct-an/9510005 Functional Analysis
+funct-an/9510006 Functional Analysis
+funct-an/9511001 Functional Analysis
+funct-an/9511003 Functional Analysis
+funct-an/9512002 Functional Analysis
+funct-an/9512003 Functional Analysis
+funct-an/9512004 Functional Analysis
+funct-an/9601001 Functional Analysis
+funct-an/9601002 Functional Analysis
+funct-an/9601003 Functional Analysis
+funct-an/9602001 Functional Analysis
+funct-an/9602002 Functional Analysis
+funct-an/9602003 Functional Analysis
+funct-an/9602004 Functional Analysis
+funct-an/9602006 Functional Analysis
+funct-an/9602007 Functional Analysis
+funct-an/9602008 Functional Analysis
+funct-an/9604001 Functional Analysis
+funct-an/9604002 Functional Analysis
+funct-an/9604003 Functional Analysis
+funct-an/9604004 Functional Analysis
+funct-an/9604005 Functional Analysis
+funct-an/9604006 Functional Analysis
+funct-an/9604007 Functional Analysis
+funct-an/9604008 Functional Analysis
+funct-an/9604009 Functional Analysis
+funct-an/9604011 Functional Analysis
+funct-an/9604012 Functional Analysis
+funct-an/9605002 Functional Analysis
+funct-an/9605003 Functional Analysis
+funct-an/9605004 Functional Analysis
+funct-an/9605005 Functional Analysis
+funct-an/9605006 Functional Analysis
+funct-an/9606001 Functional Analysis
+funct-an/9606003 Functional Analysis
+funct-an/9606004 Functional Analysis
+funct-an/9606005 Functional Analysis
+funct-an/9607001 Functional Analysis
+funct-an/9607002 Functional Analysis
+funct-an/9608001 Functional Analysis
+funct-an/9608006 Functional Analysis
+funct-an/9609002 Functional Analysis
+funct-an/9609003 Functional Analysis
+funct-an/9610001 Functional Analysis
+funct-an/9610002 Functional Analysis
+funct-an/9610003 Functional Analysis
+funct-an/9611001 Functional Analysis
+funct-an/9611002 Functional Analysis
+funct-an/9611003 Functional Analysis
+funct-an/9611004 Functional Analysis
+funct-an/9612001 Functional Analysis
+funct-an/9612002 Functional Analysis
+funct-an/9612003 Functional Analysis
+funct-an/9612004 Functional Analysis
+funct-an/9612005 Functional Analysis
+funct-an/9612006 Functional Analysis
+funct-an/9612007 Functional Analysis
+funct-an/9612008 Functional Analysis
+funct-an/9612009 Functional Analysis
+funct-an/9701001 Functional Analysis
+funct-an/9701002 Functional Analysis
+funct-an/9701003 Functional Analysis
+funct-an/9701004 Functional Analysis
+funct-an/9701005 Functional Analysis
+funct-an/9701007 Functional Analysis
+funct-an/9701008 Functional Analysis
+funct-an/9701009 Functional Analysis
+funct-an/9701010 Functional Analysis
+funct-an/9701011 Functional Analysis
+funct-an/9701012 Functional Analysis
+funct-an/9701013 Functional Analysis
+funct-an/9702002 Functional Analysis
+funct-an/9702003 Functional Analysis
+funct-an/9702004 Functional Analysis
+funct-an/9702005 Functional Analysis
+funct-an/9702006 Functional Analysis
+funct-an/9702008 Functional Analysis
+funct-an/9702009 Functional Analysis
+funct-an/9702010 Functional Analysis
+funct-an/9702011 Functional Analysis
+funct-an/9702012 Functional Analysis
+funct-an/9702013 Functional Analysis
+funct-an/9702014 Functional Analysis
+funct-an/9702015 Functional Analysis
+funct-an/9702016 Functional Analysis
+funct-an/9702017 Functional Analysis
+funct-an/9702019 Functional Analysis
+funct-an/9703001 Functional Analysis
+funct-an/9703002 Functional Analysis
+funct-an/9703003 Functional Analysis
+funct-an/9703004 Functional Analysis
+funct-an/9703005 Functional Analysis
+funct-an/9704001 Functional Analysis
+funct-an/9704002 Functional Analysis
+funct-an/9704003 Functional Analysis
+funct-an/9704004 Functional Analysis
+funct-an/9704005 Functional Analysis
+funct-an/9704006 Functional Analysis
+funct-an/9704008 Functional Analysis
+funct-an/9705001 Functional Analysis
+funct-an/9705003 Functional Analysis
+funct-an/9705005 Functional Analysis
+funct-an/9705006 Functional Analysis
+funct-an/9705007 Functional Analysis
+funct-an/9706001 Functional Analysis
+funct-an/9706002 Functional Analysis
+funct-an/9706003 Functional Analysis
+funct-an/9706004 Functional Analysis
+funct-an/9706005 Functional Analysis
+funct-an/9706006 Functional Analysis
+funct-an/9706007 Functional Analysis
+funct-an/9706008 Functional Analysis
+funct-an/9707002 Functional Analysis
+funct-an/9707003 Functional Analysis
+funct-an/9707005 Functional Analysis
+funct-an/9707006 Functional Analysis
+funct-an/9707007 Functional Analysis
+funct-an/9707008 Functional Analysis
+funct-an/9707009 Functional Analysis
+funct-an/9707010 Functional Analysis
+funct-an/9708001 Functional Analysis
+funct-an/9708003 Functional Analysis
+funct-an/9708004 Functional Analysis
+funct-an/9709001 Functional Analysis
+funct-an/9709002 Functional Analysis
+funct-an/9709003 Functional Analysis
+funct-an/9709004 Functional Analysis
+funct-an/9709005 Functional Analysis
+funct-an/9709006 Functional Analysis
+funct-an/9709007 Functional Analysis
+gr-qc/9212002
+gr-qc/9301015
+gr-qc/9301016
+gr-qc/9301018
+gr-qc/9302018
+gr-qc/9302035
+gr-qc/9303004
+gr-qc/9303015
+gr-qc/9303020
+gr-qc/9303021
+gr-qc/9303025
+gr-qc/9303034
+gr-qc/9304005
+gr-qc/9304016
+gr-qc/9306003
+gr-qc/9308023
+gr-qc/9309011
+gr-qc/9310010
+gr-qc/9311031
+gr-qc/9311032
+gr-qc/9312027
+gr-qc/9401016
+gr-qc/9401018
+gr-qc/9403007
+gr-qc/9403042
+gr-qc/9403059
+gr-qc/9404013
+gr-qc/9404017
+gr-qc/9404021
+gr-qc/9404023
+gr-qc/9405022
+gr-qc/9405024
+gr-qc/9405026
+gr-qc/9405072
+gr-qc/9406012
+gr-qc/9406023
+gr-qc/9406034
+gr-qc/9407008
+gr-qc/9408027
+gr-qc/9408029
+gr-qc/9409007
+gr-qc/9409019
+gr-qc/9409028
+gr-qc/9409048
+gr-qc/9411004
+gr-qc/9411027
+gr-qc/9411035
+gr-qc/9411053
+gr-qc/9411055
+gr-qc/9411064
+gr-qc/9412026
+gr-qc/9412033
+gr-qc/9412054
+gr-qc/9412074
+gr-qc/9501023
+gr-qc/9502035
+gr-qc/9503036
+gr-qc/9503066
+gr-qc/9504002
+gr-qc/9504011
+gr-qc/9504013
+gr-qc/9504024
+gr-qc/9504029
+gr-qc/9504050
+gr-qc/9505020
+gr-qc/9506006
+gr-qc/9506009
+gr-qc/9506017
+gr-qc/9506051
+gr-qc/9506081
+gr-qc/9507003
+gr-qc/9507009
+gr-qc/9507018
+gr-qc/9507023
+gr-qc/9507031
+gr-qc/9507041
+gr-qc/9507057
+gr-qc/9508015
+gr-qc/9508016
+gr-qc/9508045
+gr-qc/9508056
+gr-qc/9508060
+gr-qc/9508064
+gr-qc/9508065
+gr-qc/9509024
+gr-qc/9509043
+gr-qc/9509046
+gr-qc/9509054
+gr-qc/9509060
+gr-qc/9510018
+gr-qc/9510055
+gr-qc/9510061
+gr-qc/9511017
+gr-qc/9511020
+gr-qc/9511021
+gr-qc/9511027
+gr-qc/9512002
+gr-qc/9512008
+gr-qc/9512015
+gr-qc/9512027
+gr-qc/9512046
+gr-qc/9601004
+gr-qc/9601051
+gr-qc/9602002
+gr-qc/9604014
+gr-qc/9604016
+gr-qc/9604044
+gr-qc/9605001
+gr-qc/9605016
+gr-qc/9605019
+gr-qc/9605045
+gr-qc/9605067
+gr-qc/9606040
+gr-qc/9606055
+gr-qc/9606070
+gr-qc/9606081
+gr-qc/9607033
+gr-qc/9607038
+gr-qc/9607055
+gr-qc/9607073
+gr-qc/9608014
+gr-qc/9608023
+gr-qc/9608066
+gr-qc/9608068
+gr-qc/9609054
+gr-qc/9609070
+gr-qc/9610018
+gr-qc/9610030
+gr-qc/9610049
+gr-qc/9610065
+gr-qc/9611024
+gr-qc/9611039
+gr-qc/9611050
+gr-qc/9611064
+gr-qc/9612003
+gr-qc/9612022
+gr-qc/9612032
+gr-qc/9612038
+gr-qc/9612043
+gr-qc/9612055
+gr-qc/9612061
+gr-qc/9701009
+gr-qc/9701022
+gr-qc/9701028
+gr-qc/9701048
+gr-qc/9701062
+gr-qc/9701065
+gr-qc/9702013
+gr-qc/9702014
+gr-qc/9702029
+gr-qc/9702047
+gr-qc/9702054
+gr-qc/9703011
+gr-qc/9703025
+gr-qc/9703032
+gr-qc/9703085
+gr-qc/9704055
+gr-qc/9704057
+gr-qc/9704061
+gr-qc/9704072
+gr-qc/9704080
+gr-qc/9705001
+gr-qc/9705005
+gr-qc/9705006
+gr-qc/9705016
+gr-qc/9705022
+gr-qc/9705024
+gr-qc/9705025
+gr-qc/9705031
+gr-qc/9705058
+gr-qc/9705076
+gr-qc/9706059
+gr-qc/9706066
+gr-qc/9706068
+gr-qc/9706082
+gr-qc/9707016
+gr-qc/9708004
+gr-qc/9708055
+gr-qc/9708069
+gr-qc/9709002
+gr-qc/9709030
+gr-qc/9709049
+gr-qc/9709050
+gr-qc/9709076
+hep-ex/9408003 Experiment
+hep-ex/9410001 Experiment
+hep-ex/9410003 Experiment
+hep-ex/9507013 Experiment
+hep-ex/9509009 Experiment
+hep-ex/9511002 Experiment
+hep-ex/9511003 Experiment
+hep-ex/9511006 Experiment
+hep-ex/9511007 Experiment
+hep-ex/9604011 Experiment
+hep-ex/9605001 Experiment
+hep-ex/9606009 Experiment
+hep-ex/9608013 Experiment
+hep-ex/9611012 Experiment
+hep-ex/9612013 Experiment
+hep-ex/9701005 Experiment
+hep-ex/9704016 Experiment
+hep-ex/9706028 Experiment
+hep-ex/9707024 Experiment
+hep-ex/9709005 Experiment
+hep-ex/9709026 Experiment
+hep-lat/9208001 Lattice
+hep-lat/9208011 Lattice
+hep-lat/9212002 Lattice
+hep-lat/9212014 Lattice
+hep-lat/9302012 Lattice
+hep-lat/9306008 Lattice
+hep-lat/9309012 Lattice
+hep-lat/9310011 Lattice
+hep-lat/9402012 Lattice
+hep-lat/9403021 Lattice
+hep-lat/9406001 Lattice
+hep-lat/9406006 Lattice
+hep-lat/9409021 Lattice
+hep-lat/9411029 Lattice
+hep-lat/9411059 Lattice
+hep-lat/9412034 Lattice
+hep-lat/9505015 Lattice
+hep-lat/9506006 Lattice
+hep-lat/9507021 Lattice
+hep-lat/9508006 Lattice
+hep-lat/9508031 Lattice
+hep-lat/9509090 Lattice
+hep-lat/9510043 Lattice
+hep-lat/9510044 Lattice
+hep-lat/9511013 Lattice
+hep-lat/9511028 Lattice
+hep-lat/9512015 Lattice
+hep-lat/9512017 Lattice
+hep-lat/9512021 Lattice
+hep-lat/9512023 Lattice
+hep-lat/9601003 Lattice
+hep-lat/9601018 Lattice
+hep-lat/9602002 Lattice
+hep-lat/9602024 Lattice
+hep-lat/9605007 Lattice
+hep-lat/9607050 Lattice
+hep-lat/9608024 Lattice
+hep-lat/9608085 Lattice
+hep-lat/9609024 Lattice
+hep-lat/9609037 Lattice
+hep-lat/9610012 Lattice
+hep-lat/9611001 Lattice
+hep-lat/9611017 Lattice
+hep-lat/9611023 Lattice
+hep-lat/9704003 Lattice
+hep-lat/9705041 Lattice
+hep-lat/9706001 Lattice
+hep-lat/9706004 Lattice
+hep-lat/9708021 Lattice
+hep-ph/9203215 Phenomenology
+hep-ph/9205215 Phenomenology
+hep-ph/9205219 Phenomenology
+hep-ph/9206220 Phenomenology
+hep-ph/9206223 Phenomenology
+hep-ph/9206253 Phenomenology
+hep-ph/9206265 Phenomenology
+hep-ph/9207207 Phenomenology
+hep-ph/9208222 Phenomenology
+hep-ph/9209209 Phenomenology
+hep-ph/9210225 Phenomenology
+hep-ph/9210236 Phenomenology
+hep-ph/9210252 Phenomenology
+hep-ph/9211218 Phenomenology
+hep-ph/9211253 Phenomenology
+hep-ph/9211273 Phenomenology
+hep-ph/9211278 Phenomenology
+hep-ph/9211327 Phenomenology
+hep-ph/9212216 Phenomenology
+hep-ph/9212227 Phenomenology
+hep-ph/9212232 Phenomenology
+hep-ph/9212269 Phenomenology
+hep-ph/9212293 Phenomenology
+hep-ph/9301210 Phenomenology
+hep-ph/9301296 Phenomenology
+hep-ph/9302220 Phenomenology
+hep-ph/9302244 Phenomenology
+hep-ph/9302287 Phenomenology
+hep-ph/9302297 Phenomenology
+hep-ph/9303214 Phenomenology
+hep-ph/9303256 Phenomenology
+hep-ph/9303262 Phenomenology
+hep-ph/9303265 Phenomenology
+hep-ph/9303323 Phenomenology
+hep-ph/9304279 Phenomenology
+hep-ph/9304285 Phenomenology
+hep-ph/9304291 Phenomenology
+hep-ph/9304300 Phenomenology
+hep-ph/9305268 Phenomenology
+hep-ph/9305318 Phenomenology
+hep-ph/9305330 Phenomenology
+hep-ph/9306228 Phenomenology
+hep-ph/9306243 Phenomenology
+hep-ph/9306327 Phenomenology
+hep-ph/9307215 Phenomenology
+hep-ph/9307246 Phenomenology
+hep-ph/9307338 Phenomenology
+hep-ph/9308233 Phenomenology
+hep-ph/9308268 Phenomenology
+hep-ph/9308354 Phenomenology
+hep-ph/9308360 Phenomenology
+hep-ph/9308361 Phenomenology
+hep-ph/9309302 Phenomenology
+hep-ph/9310202 Phenomenology
+hep-ph/9310220 Phenomenology
+hep-ph/9310272 Phenomenology
+hep-ph/9310360 Phenomenology
+hep-ph/9311246 Phenomenology
+hep-ph/9311309 Phenomenology
+hep-ph/9311324 Phenomenology
+hep-ph/9312231 Phenomenology
+hep-ph/9312240 Phenomenology
+hep-ph/9312241 Phenomenology
+hep-ph/9312330 Phenomenology
+hep-ph/9312348 Phenomenology
+hep-ph/9401235 Phenomenology
+hep-ph/9402322 Phenomenology
+hep-ph/9402329 Phenomenology
+hep-ph/9402353 Phenomenology
+hep-ph/9403220 Phenomenology
+hep-ph/9403247 Phenomenology
+hep-ph/9403309 Phenomenology
+hep-ph/9403344 Phenomenology
+hep-ph/9403354 Phenomenology
+hep-ph/9403369 Phenomenology
+hep-ph/9404241 Phenomenology
+hep-ph/9404271 Phenomenology
+hep-ph/9404287 Phenomenology
+hep-ph/9404351 Phenomenology
+hep-ph/9405248 Phenomenology
+hep-ph/9405264 Phenomenology
+hep-ph/9405294 Phenomenology
+hep-ph/9405359 Phenomenology
+hep-ph/9405363 Phenomenology
+hep-ph/9405374 Phenomenology
+hep-ph/9405404 Phenomenology
+hep-ph/9405432 Phenomenology
+hep-ph/9406206 Phenomenology
+hep-ph/9406216 Phenomenology
+hep-ph/9406253 Phenomenology
+hep-ph/9406270 Phenomenology
+hep-ph/9406301 Phenomenology
+hep-ph/9406341 Phenomenology
+hep-ph/9407218 Phenomenology
+hep-ph/9407270 Phenomenology
+hep-ph/9407284 Phenomenology
+hep-ph/9407295 Phenomenology
+hep-ph/9407319 Phenomenology
+hep-ph/9407331 Phenomenology
+hep-ph/9407396 Phenomenology
+hep-ph/9407403 Phenomenology
+hep-ph/9408252 Phenomenology
+hep-ph/9408263 Phenomenology
+hep-ph/9408283 Phenomenology
+hep-ph/9408286 Phenomenology
+hep-ph/9408327 Phenomenology
+hep-ph/9408379 Phenomenology
+hep-ph/9409213 Phenomenology
+hep-ph/9409248 Phenomenology
+hep-ph/9409256 Phenomenology
+hep-ph/9409280 Phenomenology
+hep-ph/9409282 Phenomenology
+hep-ph/9409306 Phenomenology
+hep-ph/9409307 Phenomenology
+hep-ph/9409328 Phenomenology
+hep-ph/9409332 Phenomenology
+hep-ph/9409376 Phenomenology
+hep-ph/9409403 Phenomenology
+hep-ph/9409442 Phenomenology
+hep-ph/9410216 Phenomenology
+hep-ph/9410270 Phenomenology
+hep-ph/9410303 Phenomenology
+hep-ph/9410312 Phenomenology
+hep-ph/9410323 Phenomenology
+hep-ph/9410401 Phenomenology
+hep-ph/9411225 Phenomenology
+hep-ph/9411248 Phenomenology
+hep-ph/9411281 Phenomenology
+hep-ph/9411295 Phenomenology
+hep-ph/9411344 Phenomenology
+hep-ph/9411349 Phenomenology
+hep-ph/9411362 Phenomenology
+hep-ph/9411373 Phenomenology
+hep-ph/9411384 Phenomenology
+hep-ph/9411389 Phenomenology
+hep-ph/9411401 Phenomenology
+hep-ph/9411444 Phenomenology
+hep-ph/9412201 Phenomenology
+hep-ph/9412211 Phenomenology
+hep-ph/9412228 Phenomenology
+hep-ph/9412231 Phenomenology
+hep-ph/9412236 Phenomenology
+hep-ph/9412260 Phenomenology
+hep-ph/9412262 Phenomenology
+hep-ph/9412279 Phenomenology
+hep-ph/9412299 Phenomenology
+hep-ph/9412358 Phenomenology
+hep-ph/9412372 Phenomenology
+hep-ph/9412388 Phenomenology
+hep-ph/9501360 Phenomenology
+hep-ph/9501401 Phenomenology
+hep-ph/9501410 Phenomenology
+hep-ph/9502264 Phenomenology
+hep-ph/9502281 Phenomenology
+hep-ph/9502333 Phenomenology
+hep-ph/9502358 Phenomenology
+hep-ph/9502362 Phenomenology
+hep-ph/9503216 Phenomenology
+hep-ph/9503252 Phenomenology
+hep-ph/9503269 Phenomenology
+hep-ph/9503270 Phenomenology
+hep-ph/9503289 Phenomenology
+hep-ph/9503300 Phenomenology
+hep-ph/9503351 Phenomenology
+hep-ph/9503353 Phenomenology
+hep-ph/9503359 Phenomenology
+hep-ph/9503373 Phenomenology
+hep-ph/9503405 Phenomenology
+hep-ph/9503419 Phenomenology
+hep-ph/9503474 Phenomenology
+hep-ph/9503478 Phenomenology
+hep-ph/9504254 Phenomenology
+hep-ph/9504261 Phenomenology
+hep-ph/9504294 Phenomenology
+hep-ph/9504297 Phenomenology
+hep-ph/9504308 Phenomenology
+hep-ph/9504340 Phenomenology
+hep-ph/9504358 Phenomenology
+hep-ph/9504365 Phenomenology
+hep-ph/9504366 Phenomenology
+hep-ph/9504367 Phenomenology
+hep-ph/9504419 Phenomenology
+hep-ph/9504428 Phenomenology
+hep-ph/9504430 Phenomenology
+hep-ph/9505236 Phenomenology
+hep-ph/9505242 Phenomenology
+hep-ph/9505277 Phenomenology
+hep-ph/9505286 Phenomenology
+hep-ph/9505338 Phenomenology
+hep-ph/9505386 Phenomenology
+hep-ph/9505400 Phenomenology
+hep-ph/9505401 Phenomenology
+hep-ph/9505436 Phenomenology
+hep-ph/9506212 Phenomenology
+hep-ph/9506230 Phenomenology
+hep-ph/9506251 Phenomenology
+hep-ph/9506312 Phenomenology
+hep-ph/9506339 Phenomenology
+hep-ph/9506343 Phenomenology
+hep-ph/9506344 Phenomenology
+hep-ph/9506369 Phenomenology
+hep-ph/9506383 Phenomenology
+hep-ph/9506397 Phenomenology
+hep-ph/9506413 Phenomenology
+hep-ph/9506440 Phenomenology
+hep-ph/9506460 Phenomenology
+hep-ph/9506468 Phenomenology
+hep-ph/9507232 Phenomenology
+hep-ph/9507236 Phenomenology
+hep-ph/9507240 Phenomenology
+hep-ph/9507241 Phenomenology
+hep-ph/9507250 Phenomenology
+hep-ph/9507272 Phenomenology
+hep-ph/9507286 Phenomenology
+hep-ph/9507291 Phenomenology
+hep-ph/9507301 Phenomenology
+hep-ph/9507313 Phenomenology
+hep-ph/9507318 Phenomenology
+hep-ph/9507374 Phenomenology
+hep-ph/9507396 Phenomenology
+hep-ph/9507421 Phenomenology
+hep-ph/9507423 Phenomenology
+hep-ph/9507446 Phenomenology
+hep-ph/9507447 Phenomenology
+hep-ph/9507448 Phenomenology
+hep-ph/9507454 Phenomenology
+hep-ph/9507468 Phenomenology
+hep-ph/9508209 Phenomenology
+hep-ph/9508218 Phenomenology
+hep-ph/9508224 Phenomenology
+hep-ph/9508270 Phenomenology
+hep-ph/9508284 Phenomenology
+hep-ph/9508295 Phenomenology
+hep-ph/9508297 Phenomenology
+hep-ph/9508305 Phenomenology
+hep-ph/9508309 Phenomenology
+hep-ph/9508339 Phenomenology
+hep-ph/9508342 Phenomenology
+hep-ph/9508364 Phenomenology
+hep-ph/9508369 Phenomenology
+hep-ph/9508371 Phenomenology
+hep-ph/9508387 Phenomenology
+hep-ph/9509219 Phenomenology
+hep-ph/9509220 Phenomenology
+hep-ph/9509266 Phenomenology
+hep-ph/9509274 Phenomenology
+hep-ph/9509288 Phenomenology
+hep-ph/9509298 Phenomenology
+hep-ph/9509314 Phenomenology
+hep-ph/9509317 Phenomenology
+hep-ph/9509354 Phenomenology
+hep-ph/9509367 Phenomenology
+hep-ph/9509376 Phenomenology
+hep-ph/9509403 Phenomenology
+hep-ph/9509404 Phenomenology
+hep-ph/9509427 Phenomenology
+hep-ph/9510270 Phenomenology
+hep-ph/9510287 Phenomenology
+hep-ph/9510288 Phenomenology
+hep-ph/9510328 Phenomenology
+hep-ph/9510343 Phenomenology
+hep-ph/9510384 Phenomenology
+hep-ph/9510398 Phenomenology
+hep-ph/9510402 Phenomenology
+hep-ph/9510405 Phenomenology
+hep-ph/9510412 Phenomenology
+hep-ph/9510419 Phenomenology
+hep-ph/9510428 Phenomenology
+hep-ph/9510440 Phenomenology
+hep-ph/9510451 Phenomenology
+hep-ph/9511228 Phenomenology
+hep-ph/9511282 Phenomenology
+hep-ph/9511306 Phenomenology
+hep-ph/9511330 Phenomenology
+hep-ph/9511345 Phenomenology
+hep-ph/9511359 Phenomenology
+hep-ph/9511373 Phenomenology
+hep-ph/9511393 Phenomenology
+hep-ph/9511404 Phenomenology
+hep-ph/9511409 Phenomenology
+hep-ph/9511445 Phenomenology
+hep-ph/9512212 Phenomenology
+hep-ph/9512214 Phenomenology
+hep-ph/9512232 Phenomenology
+hep-ph/9512247 Phenomenology
+hep-ph/9512279 Phenomenology
+hep-ph/9512289 Phenomenology
+hep-ph/9512291 Phenomenology
+hep-ph/9512297 Phenomenology
+hep-ph/9512318 Phenomenology
+hep-ph/9512347 Phenomenology
+hep-ph/9512363 Phenomenology
+hep-ph/9512376 Phenomenology
+hep-ph/9512393 Phenomenology
+hep-ph/9512440 Phenomenology
+hep-ph/9601202 Phenomenology
+hep-ph/9601240 Phenomenology
+hep-ph/9601253 Phenomenology
+hep-ph/9601255 Phenomenology
+hep-ph/9601330 Phenomenology
+hep-ph/9601352 Phenomenology
+hep-ph/9601359 Phenomenology
+hep-ph/9601369 Phenomenology
+hep-ph/9601389 Phenomenology
+hep-ph/9602217 Phenomenology
+hep-ph/9602251 Phenomenology
+hep-ph/9602362 Phenomenology
+hep-ph/9602395 Phenomenology
+hep-ph/9602433 Phenomenology
+hep-ph/9603218 Phenomenology
+hep-ph/9603255 Phenomenology
+hep-ph/9603280 Phenomenology
+hep-ph/9603301 Phenomenology
+hep-ph/9603306 Phenomenology
+hep-ph/9603383 Phenomenology
+hep-ph/9603441 Phenomenology
+hep-ph/9604204 Phenomenology
+hep-ph/9604226 Phenomenology
+hep-ph/9604254 Phenomenology
+hep-ph/9604261 Phenomenology
+hep-ph/9604265 Phenomenology
+hep-ph/9604271 Phenomenology
+hep-ph/9604308 Phenomenology
+hep-ph/9604311 Phenomenology
+hep-ph/9604319 Phenomenology
+hep-ph/9604325 Phenomenology
+hep-ph/9604340 Phenomenology
+hep-ph/9604354 Phenomenology
+hep-ph/9604363 Phenomenology
+hep-ph/9604443 Phenomenology
+hep-ph/9605212 Phenomenology
+hep-ph/9605227 Phenomenology
+hep-ph/9605293 Phenomenology
+hep-ph/9605294 Phenomenology
+hep-ph/9605338 Phenomenology
+hep-ph/9605402 Phenomenology
+hep-ph/9605451 Phenomenology
+hep-ph/9605457 Phenomenology
+hep-ph/9605460 Phenomenology
+hep-ph/9606204 Phenomenology
+hep-ph/9606227 Phenomenology
+hep-ph/9606263 Phenomenology
+hep-ph/9606294 Phenomenology
+hep-ph/9606306 Phenomenology
+hep-ph/9606407 Phenomenology
+hep-ph/9606447 Phenomenology
+hep-ph/9606472 Phenomenology
+hep-ph/9606473 Phenomenology
+hep-ph/9607211 Phenomenology
+hep-ph/9607224 Phenomenology
+hep-ph/9607240 Phenomenology
+hep-ph/9607260 Phenomenology
+hep-ph/9607291 Phenomenology
+hep-ph/9607306 Phenomenology
+hep-ph/9607321 Phenomenology
+hep-ph/9607322 Phenomenology
+hep-ph/9607325 Phenomenology
+hep-ph/9607327 Phenomenology
+hep-ph/9607330 Phenomenology
+hep-ph/9607340 Phenomenology
+hep-ph/9607356 Phenomenology
+hep-ph/9607378 Phenomenology
+hep-ph/9607385 Phenomenology
+hep-ph/9607435 Phenomenology
+hep-ph/9607436 Phenomenology
+hep-ph/9607472 Phenomenology
+hep-ph/9607476 Phenomenology
+hep-ph/9607483 Phenomenology
+hep-ph/9608240 Phenomenology
+hep-ph/9608283 Phenomenology
+hep-ph/9608325 Phenomenology
+hep-ph/9608338 Phenomenology
+hep-ph/9608391 Phenomenology
+hep-ph/9608421 Phenomenology
+hep-ph/9608439 Phenomenology
+hep-ph/9608455 Phenomenology
+hep-ph/9608465 Phenomenology
+hep-ph/9608488 Phenomenology
+hep-ph/9609230 Phenomenology
+hep-ph/9609232 Phenomenology
+hep-ph/9609300 Phenomenology
+hep-ph/9609305 Phenomenology
+hep-ph/9609310 Phenomenology
+hep-ph/9609387 Phenomenology
+hep-ph/9609398 Phenomenology
+hep-ph/9609437 Phenomenology
+hep-ph/9609476 Phenomenology
+hep-ph/9609531 Phenomenology
+hep-ph/9610216 Phenomenology
+hep-ph/9610235 Phenomenology
+hep-ph/9610238 Phenomenology
+hep-ph/9610259 Phenomenology
+hep-ph/9610316 Phenomenology
+hep-ph/9610324 Phenomenology
+hep-ph/9610376 Phenomenology
+hep-ph/9610390 Phenomenology
+hep-ph/9610393 Phenomenology
+hep-ph/9610432 Phenomenology
+hep-ph/9610457 Phenomenology
+hep-ph/9610459 Phenomenology
+hep-ph/9610474 Phenomenology
+hep-ph/9610519 Phenomenology
+hep-ph/9610520 Phenomenology
+hep-ph/9610536 Phenomenology
+hep-ph/9610542 Phenomenology
+hep-ph/9610545 Phenomenology
+hep-ph/9611215 Phenomenology
+hep-ph/9611274 Phenomenology
+hep-ph/9611322 Phenomenology
+hep-ph/9611337 Phenomenology
+hep-ph/9611372 Phenomenology
+hep-ph/9611379 Phenomenology
+hep-ph/9611397 Phenomenology
+hep-ph/9611413 Phenomenology
+hep-ph/9611420 Phenomenology
+hep-ph/9611462 Phenomenology
+hep-ph/9611465 Phenomenology
+hep-ph/9612206 Phenomenology
+hep-ph/9612238 Phenomenology
+hep-ph/9612244 Phenomenology
+hep-ph/9612248 Phenomenology
+hep-ph/9612258 Phenomenology
+hep-ph/9612274 Phenomenology
+hep-ph/9612283 Phenomenology
+hep-ph/9612288 Phenomenology
+hep-ph/9612293 Phenomenology
+hep-ph/9612303 Phenomenology
+hep-ph/9612352 Phenomenology
+hep-ph/9612386 Phenomenology
+hep-ph/9612456 Phenomenology
+hep-ph/9612482 Phenomenology
+hep-ph/9612489 Phenomenology
+hep-ph/9701213 Phenomenology
+hep-ph/9701241 Phenomenology
+hep-ph/9701272 Phenomenology
+hep-ph/9701274 Phenomenology
+hep-ph/9701275 Phenomenology
+hep-ph/9701287 Phenomenology
+hep-ph/9701304 Phenomenology
+hep-ph/9701312 Phenomenology
+hep-ph/9701322 Phenomenology
+hep-ph/9701327 Phenomenology
+hep-ph/9701349 Phenomenology
+hep-ph/9701388 Phenomenology
+hep-ph/9701397 Phenomenology
+hep-ph/9701411 Phenomenology
+hep-ph/9701412 Phenomenology
+hep-ph/9702224 Phenomenology
+hep-ph/9702228 Phenomenology
+hep-ph/9702272 Phenomenology
+hep-ph/9702289 Phenomenology
+hep-ph/9702323 Phenomenology
+hep-ph/9702340 Phenomenology
+hep-ph/9702365 Phenomenology
+hep-ph/9702390 Phenomenology
+hep-ph/9702408 Phenomenology
+hep-ph/9702432 Phenomenology
+hep-ph/9702434 Phenomenology
+hep-ph/9702437 Phenomenology
+hep-ph/9702438 Phenomenology
+hep-ph/9702439 Phenomenology
+hep-ph/9703287 Phenomenology
+hep-ph/9703307 Phenomenology
+hep-ph/9703310 Phenomenology
+hep-ph/9703339 Phenomenology
+hep-ph/9703347 Phenomenology
+hep-ph/9703418 Phenomenology
+hep-ph/9703425 Phenomenology
+hep-ph/9704251 Phenomenology
+hep-ph/9704267 Phenomenology
+hep-ph/9704285 Phenomenology
+hep-ph/9704311 Phenomenology
+hep-ph/9704343 Phenomenology
+hep-ph/9704354 Phenomenology
+hep-ph/9705370 Phenomenology
+hep-ph/9705376 Phenomenology
+hep-ph/9705395 Phenomenology
+hep-ph/9705434 Phenomenology
+hep-ph/9705451 Phenomenology
+hep-ph/9705454 Phenomenology
+hep-ph/9706224 Phenomenology
+hep-ph/9706251 Phenomenology
+hep-ph/9706292 Phenomenology
+hep-ph/9706329 Phenomenology
+hep-ph/9706346 Phenomenology
+hep-ph/9706366 Phenomenology
+hep-ph/9706451 Phenomenology
+hep-ph/9706499 Phenomenology
+hep-ph/9706528 Phenomenology
+hep-ph/9707203 Phenomenology
+hep-ph/9707232 Phenomenology
+hep-ph/9707278 Phenomenology
+hep-ph/9707279 Phenomenology
+hep-ph/9707310 Phenomenology
+hep-ph/9707349 Phenomenology
+hep-ph/9707354 Phenomenology
+hep-ph/9707359 Phenomenology
+hep-ph/9707383 Phenomenology
+hep-ph/9707408 Phenomenology
+hep-ph/9707422 Phenomenology
+hep-ph/9707522 Phenomenology
+hep-ph/9707526 Phenomenology
+hep-ph/9707527 Phenomenology
+hep-ph/9707528 Phenomenology
+hep-ph/9708203 Phenomenology
+hep-ph/9708206 Phenomenology
+hep-ph/9708242 Phenomenology
+hep-ph/9708313 Phenomenology
+hep-ph/9708376 Phenomenology
+hep-ph/9708388 Phenomenology
+hep-ph/9708394 Phenomenology
+hep-ph/9708418 Phenomenology
+hep-ph/9708466 Phenomenology
+hep-ph/9709227 Phenomenology
+hep-ph/9709237 Phenomenology
+hep-ph/9709238 Phenomenology
+hep-ph/9709269 Phenomenology
+hep-ph/9709287 Phenomenology
+hep-ph/9709303 Phenomenology
+hep-ph/9709304 Phenomenology
+hep-ph/9709349 Phenomenology
+hep-ph/9709357 Phenomenology
+hep-ph/9709374 Phenomenology
+hep-ph/9709395 Phenomenology
+hep-ph/9709420 Phenomenology
+hep-ph/9709475 Phenomenology
+hep-ph/9709507 Phenomenology
+hep-th/0605177 Theory
+hep-th/9108019 Theory
+hep-th/9109043 Theory
+hep-th/9109044 Theory
+hep-th/9110051 Theory
+hep-th/9110056 Theory
+hep-th/9111005 Theory
+hep-th/9111023 Theory
+hep-th/9111025 Theory
+hep-th/9111051 Theory
+hep-th/9112002 Theory
+hep-th/9112041 Theory
+hep-th/9112071 Theory
+hep-th/9201055 Theory
+hep-th/9201057 Theory
+hep-th/9201066 Theory
+hep-th/9201073 Theory
+hep-th/9202017 Theory
+hep-th/9202044 Theory
+hep-th/9202048 Theory
+hep-th/9202055 Theory
+hep-th/9202078 Theory
+hep-th/9202083 Theory
+hep-th/9202088 Theory
+hep-th/9203011 Theory
+hep-th/9203049 Theory
+hep-th/9203064 Theory
+hep-th/9204058 Theory
+hep-th/9204078 Theory
+hep-th/9204087 Theory
+hep-th/9205038 Theory
+hep-th/9205067 Theory
+hep-th/9205080 Theory
+hep-th/9205104 Theory
+hep-th/9205105 Theory
+hep-th/9206012 Theory
+hep-th/9206021 Theory
+hep-th/9206030 Theory
+hep-th/9206074 Theory
+hep-th/9207037 Theory
+hep-th/9207044 Theory
+hep-th/9207045 Theory
+hep-th/9207056 Theory
+hep-th/9207081 Theory
+hep-th/9207090 Theory
+hep-th/9208022 Theory
+hep-th/9208051 Theory
+hep-th/9208075 Theory
+hep-th/9209014 Theory
+hep-th/9209019 Theory
+hep-th/9209029 Theory
+hep-th/9209040 Theory
+hep-th/9209056 Theory
+hep-th/9209066 Theory
+hep-th/9209079 Theory
+hep-th/9209080 Theory
+hep-th/9209117 Theory
+hep-th/9210005 Theory
+hep-th/9210018 Theory
+hep-th/9210020 Theory
+hep-th/9210044 Theory
+hep-th/9210046 Theory
+hep-th/9210051 Theory
+hep-th/9210078 Theory
+hep-th/9210079 Theory
+hep-th/9210092 Theory
+hep-th/9210161 Theory
+hep-th/9210165 Theory
+hep-th/9211017 Theory
+hep-th/9211059 Theory
+hep-th/9211067 Theory
+hep-th/9211077 Theory
+hep-th/9211100 Theory
+hep-th/9211120 Theory
+hep-th/9211125 Theory
+hep-th/9211137 Theory
+hep-th/9212025 Theory
+hep-th/9212040 Theory
+hep-th/9212064 Theory
+hep-th/9212072 Theory
+hep-th/9212084 Theory
+hep-th/9212087 Theory
+hep-th/9212094 Theory
+hep-th/9212138 Theory
+hep-th/9212143 Theory
+hep-th/9212150 Theory
+hep-th/9212151 Theory
+hep-th/9301009 Theory
+hep-th/9301022 Theory
+hep-th/9301023 Theory
+hep-th/9301031 Theory
+hep-th/9301051 Theory
+hep-th/9301062 Theory
+hep-th/9301063 Theory
+hep-th/9301066 Theory
+hep-th/9301082 Theory
+hep-th/9301094 Theory
+hep-th/9301104 Theory
+hep-th/9301121 Theory
+hep-th/9302013 Theory
+hep-th/9302028 Theory
+hep-th/9302034 Theory
+hep-th/9302052 Theory
+hep-th/9302092 Theory
+hep-th/9302098 Theory
+hep-th/9302102 Theory
+hep-th/9302104 Theory
+hep-th/9302113 Theory
+hep-th/9302118 Theory
+hep-th/9302127 Theory
+hep-th/9302131 Theory
+hep-th/9302141 Theory
+hep-th/9303035 Theory
+hep-th/9303036 Theory
+hep-th/9303037 Theory
+hep-th/9303063 Theory
+hep-th/9303066 Theory
+hep-th/9303092 Theory
+hep-th/9303094 Theory
+hep-th/9303130 Theory
+hep-th/9303138 Theory
+hep-th/9304008 Theory
+hep-th/9304030 Theory
+hep-th/9304042 Theory
+hep-th/9304049 Theory
+hep-th/9304056 Theory
+hep-th/9304064 Theory
+hep-th/9304087 Theory
+hep-th/9304098 Theory
+hep-th/9304099 Theory
+hep-th/9304101 Theory
+hep-th/9304118 Theory
+hep-th/9304122 Theory
+hep-th/9304123 Theory
+hep-th/9304138 Theory
+hep-th/9304146 Theory
+hep-th/9304152 Theory
+hep-th/9304156 Theory
+hep-th/9304160 Theory
+hep-th/9305022 Theory
+hep-th/9305024 Theory
+hep-th/9305027 Theory
+hep-th/9305040 Theory
+hep-th/9305045 Theory
+hep-th/9305051 Theory
+hep-th/9305074 Theory
+hep-th/9305088 Theory
+hep-th/9305101 Theory
+hep-th/9305138 Theory
+hep-th/9305158 Theory
+hep-th/9305182 Theory
+hep-th/9305184 Theory
+hep-th/9306005 Theory
+hep-th/9306022 Theory
+hep-th/9306032 Theory
+hep-th/9306041 Theory
+hep-th/9306053 Theory
+hep-th/9306061 Theory
+hep-th/9306078 Theory
+hep-th/9306095 Theory
+hep-th/9306104 Theory
+hep-th/9306110 Theory
+hep-th/9306111 Theory
+hep-th/9306113 Theory
+hep-th/9306119 Theory
+hep-th/9306129 Theory
+hep-th/9306137 Theory
+hep-th/9306143 Theory
+hep-th/9306152 Theory
+hep-th/9307008 Theory
+hep-th/9307009 Theory
+hep-th/9307032 Theory
+hep-th/9307041 Theory
+hep-th/9307058 Theory
+hep-th/9307069 Theory
+hep-th/9307094 Theory
+hep-th/9307129 Theory
+hep-th/9307149 Theory
+hep-th/9307152 Theory
+hep-th/9307153 Theory
+hep-th/9307157 Theory
+hep-th/9307163 Theory
+hep-th/9307164 Theory
+hep-th/9307192 Theory
+hep-th/9308003 Theory
+hep-th/9308008 Theory
+hep-th/9308035 Theory
+hep-th/9308039 Theory
+hep-th/9308040 Theory
+hep-th/9308055 Theory
+hep-th/9308056 Theory
+hep-th/9308058 Theory
+hep-th/9308060 Theory
+hep-th/9308072 Theory
+hep-th/9308132 Theory
+hep-th/9308138 Theory
+hep-th/9309006 Theory
+hep-th/9309008 Theory
+hep-th/9309029 Theory
+hep-th/9309031 Theory
+hep-th/9309032 Theory
+hep-th/9309046 Theory
+hep-th/9309053 Theory
+hep-th/9309063 Theory
+hep-th/9309076 Theory
+hep-th/9309102 Theory
+hep-th/9309108 Theory
+hep-th/9309145 Theory
+hep-th/9309147 Theory
+hep-th/9309159 Theory
+hep-th/9310009 Theory
+hep-th/9310014 Theory
+hep-th/9310022 Theory
+hep-th/9310026 Theory
+hep-th/9310040 Theory
+hep-th/9310054 Theory
+hep-th/9310056 Theory
+hep-th/9310057 Theory
+hep-th/9310068 Theory
+hep-th/9310071 Theory
+hep-th/9310113 Theory
+hep-th/9310154 Theory
+hep-th/9310161 Theory
+hep-th/9310187 Theory
+hep-th/9310196 Theory
+hep-th/9311040 Theory
+hep-th/9311049 Theory
+hep-th/9311051 Theory
+hep-th/9311074 Theory
+hep-th/9311075 Theory
+hep-th/9311082 Theory
+hep-th/9311089 Theory
+hep-th/9311090 Theory
+hep-th/9311096 Theory
+hep-th/9311109 Theory
+hep-th/9311125 Theory
+hep-th/9311137 Theory
+hep-th/9311149 Theory
+hep-th/9311155 Theory
+hep-th/9311167 Theory
+hep-th/9311171 Theory
+hep-th/9311176 Theory
+hep-th/9311178 Theory
+hep-th/9311184 Theory
+hep-th/9311186 Theory
+hep-th/9311188 Theory
+hep-th/9312022 Theory
+hep-th/9312023 Theory
+hep-th/9312037 Theory
+hep-th/9312041 Theory
+hep-th/9312051 Theory
+hep-th/9312057 Theory
+hep-th/9312065 Theory
+hep-th/9312075 Theory
+hep-th/9312076 Theory
+hep-th/9312101 Theory
+hep-th/9312103 Theory
+hep-th/9312111 Theory
+hep-th/9312112 Theory
+hep-th/9312113 Theory
+hep-th/9312116 Theory
+hep-th/9312119 Theory
+hep-th/9312123 Theory
+hep-th/9312139 Theory
+hep-th/9312140 Theory
+hep-th/9312151 Theory
+hep-th/9312167 Theory
+hep-th/9312193 Theory
+hep-th/9312195 Theory
+hep-th/9312196 Theory
+hep-th/9312203 Theory
+hep-th/9401016 Theory
+hep-th/9401023 Theory
+hep-th/9401028 Theory
+hep-th/9401043 Theory
+hep-th/9401050 Theory
+hep-th/9401060 Theory
+hep-th/9401064 Theory
+hep-th/9401067 Theory
+hep-th/9401068 Theory
+hep-th/9401076 Theory
+hep-th/9401087 Theory
+hep-th/9401101 Theory
+hep-th/9401119 Theory
+hep-th/9401127 Theory
+hep-th/9401130 Theory
+hep-th/9401141 Theory
+hep-th/9401158 Theory
+hep-th/9401165 Theory
+hep-th/9402018 Theory
+hep-th/9402025 Theory
+hep-th/9402041 Theory
+hep-th/9402043 Theory
+hep-th/9402054 Theory
+hep-th/9402058 Theory
+hep-th/9402070 Theory
+hep-th/9402080 Theory
+hep-th/9402095 Theory
+hep-th/9402109 Theory
+hep-th/9402126 Theory
+hep-th/9402134 Theory
+hep-th/9402153 Theory
+hep-th/9403002 Theory
+hep-th/9403003 Theory
+hep-th/9403004 Theory
+hep-th/9403009 Theory
+hep-th/9403011 Theory
+hep-th/9403055 Theory
+hep-th/9403064 Theory
+hep-th/9403068 Theory
+hep-th/9403072 Theory
+hep-th/9403090 Theory
+hep-th/9403095 Theory
+hep-th/9403097 Theory
+hep-th/9403123 Theory
+hep-th/9403133 Theory
+hep-th/9403135 Theory
+hep-th/9403142 Theory
+hep-th/9403143 Theory
+hep-th/9403148 Theory
+hep-th/9403165 Theory
+hep-th/9403168 Theory
+hep-th/9403172 Theory
+hep-th/9403174 Theory
+hep-th/9403178 Theory
+hep-th/9404009 Theory
+hep-th/9404010 Theory
+hep-th/9404025 Theory
+hep-th/9404036 Theory
+hep-th/9404043 Theory
+hep-th/9404046 Theory
+hep-th/9404062 Theory
+hep-th/9404090 Theory
+hep-th/9404103 Theory
+hep-th/9404104 Theory
+hep-th/9404110 Theory
+hep-th/9404111 Theory
+hep-th/9404135 Theory
+hep-th/9404137 Theory
+hep-th/9404142 Theory
+hep-th/9404151 Theory
+hep-th/9404168 Theory
+hep-th/9404175 Theory
+hep-th/9405021 Theory
+hep-th/9405035 Theory
+hep-th/9405045 Theory
+hep-th/9405050 Theory
+hep-th/9405056 Theory
+hep-th/9405075 Theory
+hep-th/9405079 Theory
+hep-th/9405094 Theory
+hep-th/9405101 Theory
+hep-th/9405122 Theory
+hep-th/9405137 Theory
+hep-th/9405140 Theory
+hep-th/9405179 Theory
+hep-th/9405184 Theory
+hep-th/9406001 Theory
+hep-th/9406008 Theory
+hep-th/9406060 Theory
+hep-th/9406065 Theory
+hep-th/9406068 Theory
+hep-th/9406075 Theory
+hep-th/9406078 Theory
+hep-th/9406095 Theory
+hep-th/9406099 Theory
+hep-th/9406107 Theory
+hep-th/9406118 Theory
+hep-th/9406119 Theory
+hep-th/9406120 Theory
+hep-th/9406166 Theory
+hep-th/9406168 Theory
+hep-th/9406172 Theory
+hep-th/9406185 Theory
+hep-th/9406186 Theory
+hep-th/9406190 Theory
+hep-th/9406194 Theory
+hep-th/9406197 Theory
+hep-th/9406200 Theory
+hep-th/9406205 Theory
+hep-th/9407005 Theory
+hep-th/9407018 Theory
+hep-th/9407037 Theory
+hep-th/9407047 Theory
+hep-th/9407056 Theory
+hep-th/9407057 Theory
+hep-th/9407073 Theory
+hep-th/9407082 Theory
+hep-th/9407093 Theory
+hep-th/9407094 Theory
+hep-th/9407099 Theory
+hep-th/9407102 Theory
+hep-th/9407103 Theory
+hep-th/9407110 Theory
+hep-th/9407124 Theory
+hep-th/9407138 Theory
+hep-th/9407140 Theory
+hep-th/9407149 Theory
+hep-th/9408012 Theory
+hep-th/9408037 Theory
+hep-th/9408054 Theory
+hep-th/9408059 Theory
+hep-th/9408064 Theory
+hep-th/9408078 Theory
+hep-th/9408080 Theory
+hep-th/9408102 Theory
+hep-th/9408106 Theory
+hep-th/9408109 Theory
+hep-th/9408131 Theory
+hep-th/9408143 Theory
+hep-th/9408166 Theory
+hep-th/9408170 Theory
+hep-th/9408175 Theory
+hep-th/9409012 Theory
+hep-th/9409025 Theory
+hep-th/9409032 Theory
+hep-th/9409052 Theory
+hep-th/9409053 Theory
+hep-th/9409055 Theory
+hep-th/9409061 Theory
+hep-th/9409063 Theory
+hep-th/9409068 Theory
+hep-th/9409070 Theory
+hep-th/9409071 Theory
+hep-th/9409079 Theory
+hep-th/9409088 Theory
+hep-th/9409137 Theory
+hep-th/9409161 Theory
+hep-th/9409167 Theory
+hep-th/9409190 Theory
+hep-th/9409191 Theory
+hep-th/9410007 Theory
+hep-th/9410009 Theory
+hep-th/9410025 Theory
+hep-th/9410038 Theory
+hep-th/9410055 Theory
+hep-th/9410058 Theory
+hep-th/9410059 Theory
+hep-th/9410060 Theory
+hep-th/9410061 Theory
+hep-th/9410062 Theory
+hep-th/9410106 Theory
+hep-th/9410108 Theory
+hep-th/9410118 Theory
+hep-th/9410139 Theory
+hep-th/9410146 Theory
+hep-th/9410153 Theory
+hep-th/9410154 Theory
+hep-th/9410169 Theory
+hep-th/9410181 Theory
+hep-th/9410187 Theory
+hep-th/9410188 Theory
+hep-th/9410189 Theory
+hep-th/9410202 Theory
+hep-th/9410208 Theory
+hep-th/9410210 Theory
+hep-th/9410241 Theory
+hep-th/9410242 Theory
+hep-th/9411006 Theory
+hep-th/9411008 Theory
+hep-th/9411010 Theory
+hep-th/9411033 Theory
+hep-th/9411037 Theory
+hep-th/9411044 Theory
+hep-th/9411050 Theory
+hep-th/9411076 Theory
+hep-th/9411078 Theory
+hep-th/9411083 Theory
+hep-th/9411088 Theory
+hep-th/9411097 Theory
+hep-th/9411110 Theory
+hep-th/9411113 Theory
+hep-th/9411126 Theory
+hep-th/9411140 Theory
+hep-th/9411144 Theory
+hep-th/9411145 Theory
+hep-th/9411151 Theory
+hep-th/9411157 Theory
+hep-th/9411179 Theory
+hep-th/9411186 Theory
+hep-th/9411192 Theory
+hep-th/9411193 Theory
+hep-th/9411208 Theory
+hep-th/9411209 Theory
+hep-th/9411211 Theory
+hep-th/9411227 Theory
+hep-th/9411230 Theory
+hep-th/9411240 Theory
+hep-th/9412023 Theory
+hep-th/9412025 Theory
+hep-th/9412027 Theory
+hep-th/9412031 Theory
+hep-th/9412036 Theory
+hep-th/9412037 Theory
+hep-th/9412038 Theory
+hep-th/9412045 Theory
+hep-th/9412049 Theory
+hep-th/9412051 Theory
+hep-th/9412053 Theory
+hep-th/9412054 Theory
+hep-th/9412085 Theory
+hep-th/9412099 Theory
+hep-th/9412103 Theory
+hep-th/9412105 Theory
+hep-th/9412109 Theory
+hep-th/9412153 Theory
+hep-th/9412200 Theory
+hep-th/9412219 Theory
+hep-th/9412224 Theory
+hep-th/9412237 Theory
+hep-th/9412241 Theory
+hep-th/9412243 Theory
+hep-th/9501046 Theory
+hep-th/9501114 Theory
+hep-th/9501119 Theory
+hep-th/9502061 Theory
+hep-th/9502063 Theory
+hep-th/9502081 Theory
+hep-th/9502150 Theory
+hep-th/9502165 Theory
+hep-th/9503049 Theory
+hep-th/9503058 Theory
+hep-th/9503095 Theory
+hep-th/9503167 Theory
+hep-th/9503211 Theory
+hep-th/9503231 Theory
+hep-th/9504015 Theory
+hep-th/9504023 Theory
+hep-th/9504038 Theory
+hep-th/9504058 Theory
+hep-th/9504065 Theory
+hep-th/9504115 Theory
+hep-th/9504149 Theory
+hep-th/9505097 Theory
+hep-th/9505098 Theory
+hep-th/9505103 Theory
+hep-th/9505108 Theory
+hep-th/9505169 Theory
+hep-th/9505189 Theory
+hep-th/9506006 Theory
+hep-th/9506026 Theory
+hep-th/9506049 Theory
+hep-th/9506097 Theory
+hep-th/9506134 Theory
+hep-th/9506154 Theory
+hep-th/9506165 Theory
+hep-th/9506171 Theory
+hep-th/9506173 Theory
+hep-th/9506175 Theory
+hep-th/9506197 Theory
+hep-th/9506208 Theory
+hep-th/9506215 Theory
+hep-th/9507019 Theory
+hep-th/9507024 Theory
+hep-th/9507037 Theory
+hep-th/9507048 Theory
+hep-th/9507049 Theory
+hep-th/9507052 Theory
+hep-th/9507067 Theory
+hep-th/9507095 Theory
+hep-th/9507110 Theory
+hep-th/9507166 Theory
+hep-th/9508046 Theory
+hep-th/9508053 Theory
+hep-th/9508092 Theory
+hep-th/9508097 Theory
+hep-th/9508138 Theory
+hep-th/9508145 Theory
+hep-th/9508162 Theory
+hep-th/9509001 Theory
+hep-th/9509006 Theory
+hep-th/9509015 Theory
+hep-th/9509029 Theory
+hep-th/9509046 Theory
+hep-th/9509049 Theory
+hep-th/9509067 Theory
+hep-th/9509083 Theory
+hep-th/9509084 Theory
+hep-th/9509085 Theory
+hep-th/9509090 Theory
+hep-th/9509093 Theory
+hep-th/9509107 Theory
+hep-th/9509117 Theory
+hep-th/9509124 Theory
+hep-th/9510001 Theory
+hep-th/9510014 Theory
+hep-th/9510042 Theory
+hep-th/9510054 Theory
+hep-th/9510056 Theory
+hep-th/9510061 Theory
+hep-th/9510072 Theory
+hep-th/9510140 Theory
+hep-th/9510156 Theory
+hep-th/9510160 Theory
+hep-th/9510163 Theory
+hep-th/9510164 Theory
+hep-th/9510165 Theory
+hep-th/9510172 Theory
+hep-th/9510176 Theory
+hep-th/9510232 Theory
+hep-th/9511001 Theory
+hep-th/9511005 Theory
+hep-th/9511011 Theory
+hep-th/9511024 Theory
+hep-th/9511037 Theory
+hep-th/9511069 Theory
+hep-th/9511085 Theory
+hep-th/9511107 Theory
+hep-th/9511117 Theory
+hep-th/9511127 Theory
+hep-th/9511150 Theory
+hep-th/9511176 Theory
+hep-th/9511183 Theory
+hep-th/9511185 Theory
+hep-th/9511191 Theory
+hep-th/9511194 Theory
+hep-th/9511196 Theory
+hep-th/9511201 Theory
+hep-th/9511229 Theory
+hep-th/9512039 Theory
+hep-th/9512044 Theory
+hep-th/9512077 Theory
+hep-th/9512083 Theory
+hep-th/9512088 Theory
+hep-th/9512096 Theory
+hep-th/9512109 Theory
+hep-th/9512110 Theory
+hep-th/9512116 Theory
+hep-th/9512132 Theory
+hep-th/9512139 Theory
+hep-th/9512141 Theory
+hep-th/9512159 Theory
+hep-th/9512176 Theory
+hep-th/9512195 Theory
+hep-th/9512199 Theory
+hep-th/9601013 Theory
+hep-th/9601030 Theory
+hep-th/9601093 Theory
+hep-th/9601112 Theory
+hep-th/9601117 Theory
+hep-th/9601129 Theory
+hep-th/9601139 Theory
+hep-th/9601178 Theory
+hep-th/9602052 Theory
+hep-th/9602076 Theory
+hep-th/9602092 Theory
+hep-th/9602109 Theory
+hep-th/9602123 Theory
+hep-th/9602134 Theory
+hep-th/9602161 Theory
+hep-th/9602166 Theory
+hep-th/9602172 Theory
+hep-th/9603005 Theory
+hep-th/9603025 Theory
+hep-th/9603026 Theory
+hep-th/9603039 Theory
+hep-th/9603054 Theory
+hep-th/9603056 Theory
+hep-th/9603079 Theory
+hep-th/9603104 Theory
+hep-th/9603121 Theory
+hep-th/9603130 Theory
+hep-th/9603134 Theory
+hep-th/9603167 Theory
+hep-th/9603184 Theory
+hep-th/9603205 Theory
+hep-th/9604005 Theory
+hep-th/9604020 Theory
+hep-th/9604029 Theory
+hep-th/9604041 Theory
+hep-th/9604056 Theory
+hep-th/9604085 Theory
+hep-th/9604123 Theory
+hep-th/9604128 Theory
+hep-th/9604159 Theory
+hep-th/9604176 Theory
+hep-th/9604183 Theory
+hep-th/9604194 Theory
+hep-th/9604200 Theory
+hep-th/9605006 Theory
+hep-th/9605011 Theory
+hep-th/9605014 Theory
+hep-th/9605029 Theory
+hep-th/9605052 Theory
+hep-th/9605081 Theory
+hep-th/9605092 Theory
+hep-th/9605129 Theory
+hep-th/9605130 Theory
+hep-th/9605133 Theory
+hep-th/9605161 Theory
+hep-th/9605165 Theory
+hep-th/9605182 Theory
+hep-th/9605189 Theory
+hep-th/9605194 Theory
+hep-th/9605235 Theory
+hep-th/9606019 Theory
+hep-th/9606045 Theory
+hep-th/9606047 Theory
+hep-th/9606089 Theory
+hep-th/9606091 Theory
+hep-th/9606110 Theory
+hep-th/9606150 Theory
+hep-th/9606151 Theory
+hep-th/9606188 Theory
+hep-th/9607017 Theory
+hep-th/9607025 Theory
+hep-th/9607031 Theory
+hep-th/9607053 Theory
+hep-th/9607086 Theory
+hep-th/9607092 Theory
+hep-th/9607094 Theory
+hep-th/9607133 Theory
+hep-th/9607152 Theory
+hep-th/9607174 Theory
+hep-th/9607183 Theory
+hep-th/9607187 Theory
+hep-th/9607194 Theory
+hep-th/9607195 Theory
+hep-th/9607196 Theory
+hep-th/9607209 Theory
+hep-th/9607231 Theory
+hep-th/9607235 Theory
+hep-th/9607237 Theory
+hep-th/9608069 Theory
+hep-th/9608102 Theory
+hep-th/9608115 Theory
+hep-th/9608133 Theory
+hep-th/9608137 Theory
+hep-th/9608148 Theory
+hep-th/9608153 Theory
+hep-th/9608159 Theory
+hep-th/9609044 Theory
+hep-th/9609093 Theory
+hep-th/9609115 Theory
+hep-th/9610003 Theory
+hep-th/9610059 Theory
+hep-th/9610070 Theory
+hep-th/9610089 Theory
+hep-th/9610096 Theory
+hep-th/9610114 Theory
+hep-th/9610133 Theory
+hep-th/9610145 Theory
+hep-th/9610198 Theory
+hep-th/9610235 Theory
+hep-th/9610245 Theory
+hep-th/9610246 Theory
+hep-th/9611022 Theory
+hep-th/9611025 Theory
+hep-th/9611050 Theory
+hep-th/9611084 Theory
+hep-th/9611091 Theory
+hep-th/9611106 Theory
+hep-th/9611108 Theory
+hep-th/9611120 Theory
+hep-th/9611128 Theory
+hep-th/9611132 Theory
+hep-th/9611137 Theory
+hep-th/9611139 Theory
+hep-th/9611200 Theory
+hep-th/9611203 Theory
+hep-th/9611220 Theory
+hep-th/9611221 Theory
+hep-th/9611225 Theory
+hep-th/9612003 Theory
+hep-th/9612009 Theory
+hep-th/9612010 Theory
+hep-th/9612026 Theory
+hep-th/9612038 Theory
+hep-th/9612044 Theory
+hep-th/9612045 Theory
+hep-th/9612056 Theory
+hep-th/9612082 Theory
+hep-th/9612091 Theory
+hep-th/9612121 Theory
+hep-th/9612161 Theory
+hep-th/9612184 Theory
+hep-th/9612187 Theory
+hep-th/9612195 Theory
+hep-th/9612198 Theory
+hep-th/9612215 Theory
+hep-th/9612235 Theory
+hep-th/9612254 Theory
+hep-th/9612255 Theory
+hep-th/9701001 Theory
+hep-th/9701010 Theory
+hep-th/9701025 Theory
+hep-th/9701034 Theory
+hep-th/9701039 Theory
+hep-th/9701078 Theory
+hep-th/9701079 Theory
+hep-th/9701088 Theory
+hep-th/9701089 Theory
+hep-th/9701112 Theory
+hep-th/9701124 Theory
+hep-th/9701128 Theory
+hep-th/9701164 Theory
+hep-th/9701192 Theory
+hep-th/9702001 Theory
+hep-th/9702009 Theory
+hep-th/9702032 Theory
+hep-th/9702046 Theory
+hep-th/9702062 Theory
+hep-th/9702070 Theory
+hep-th/9702113 Theory
+hep-th/9702120 Theory
+hep-th/9702124 Theory
+hep-th/9702157 Theory
+hep-th/9702162 Theory
+hep-th/9703008 Theory
+hep-th/9703013 Theory
+hep-th/9703033 Theory
+hep-th/9703056 Theory
+hep-th/9703068 Theory
+hep-th/9703087 Theory
+hep-th/9703095 Theory
+hep-th/9703103 Theory
+hep-th/9703113 Theory
+hep-th/9703117 Theory
+hep-th/9703167 Theory
+hep-th/9703170 Theory
+hep-th/9703174 Theory
+hep-th/9703175 Theory
+hep-th/9703181 Theory
+hep-th/9703183 Theory
+hep-th/9704007 Theory
+hep-th/9704016 Theory
+hep-th/9704031 Theory
+hep-th/9704042 Theory
+hep-th/9704050 Theory
+hep-th/9704060 Theory
+hep-th/9704069 Theory
+hep-th/9704072 Theory
+hep-th/9704091 Theory
+hep-th/9704099 Theory
+hep-th/9704115 Theory
+hep-th/9704122 Theory
+hep-th/9704138 Theory
+hep-th/9704159 Theory
+hep-th/9704200 Theory
+hep-th/9704201 Theory
+hep-th/9704208 Theory
+hep-th/9704211 Theory
+hep-th/9705012 Theory
+hep-th/9705018 Theory
+hep-th/9705029 Theory
+hep-th/9705051 Theory
+hep-th/9705066 Theory
+hep-th/9705071 Theory
+hep-th/9705080 Theory
+hep-th/9705131 Theory
+hep-th/9705164 Theory
+hep-th/9705209 Theory
+hep-th/9705211 Theory
+hep-th/9705214 Theory
+hep-th/9705238 Theory
+hep-th/9706011 Theory
+hep-th/9706019 Theory
+hep-th/9706033 Theory
+hep-th/9706043 Theory
+hep-th/9706045 Theory
+hep-th/9706052 Theory
+hep-th/9706060 Theory
+hep-th/9706067 Theory
+hep-th/9706092 Theory
+hep-th/9706118 Theory
+hep-th/9706121 Theory
+hep-th/9706135 Theory
+hep-th/9706146 Theory
+hep-th/9706157 Theory
+hep-th/9706161 Theory
+hep-th/9706174 Theory
+hep-th/9706182 Theory
+hep-th/9706194 Theory
+hep-th/9707023 Theory
+hep-th/9707069 Theory
+hep-th/9707089 Theory
+hep-th/9707096 Theory
+hep-th/9707104 Theory
+hep-th/9707114 Theory
+hep-th/9707124 Theory
+hep-th/9707141 Theory
+hep-th/9707166 Theory
+hep-th/9707169 Theory
+hep-th/9707201 Theory
+hep-th/9707206 Theory
+hep-th/9707230 Theory
+hep-th/9707234 Theory
+hep-th/9707258 Theory
+hep-th/9707260 Theory
+hep-th/9708010 Theory
+hep-th/9708020 Theory
+hep-th/9708024 Theory
+hep-th/9708053 Theory
+hep-th/9708057 Theory
+hep-th/9708080 Theory
+hep-th/9708083 Theory
+hep-th/9708104 Theory
+hep-th/9708108 Theory
+hep-th/9708114 Theory
+hep-th/9708144 Theory
+hep-th/9708169 Theory
+hep-th/9709001 Theory
+hep-th/9709021 Theory
+hep-th/9709025 Theory
+hep-th/9709052 Theory
+hep-th/9709062 Theory
+hep-th/9709073 Theory
+hep-th/9709090 Theory
+hep-th/9709128 Theory
+hep-th/9709135 Theory
+hep-th/9709152 Theory
+hep-th/9709183 Theory
+hep-th/9709192 Theory
+hep-th/9709207 Theory
+hep-th/9709212 Theory
+hep-th/9709217 Theory
+math/0502297 Symplectic Geometry
+math/0506396 Geometric Topology
+math/0701309 Algebraic Topology
+math/9201201 Complex Variables
+math/9201205 Metric Geometry
+math/9201206 Functional Analysis
+math/9201207 Functional Analysis
+math/9201211 Functional Analysis
+math/9201212 Functional Analysis
+math/9201214 Functional Analysis
+math/9201215 Functional Analysis
+math/9201219 Functional Analysis
+math/9201220 Functional Analysis
+math/9201221 Functional Analysis
+math/9201223 Functional Analysis
+math/9201224 Functional Analysis
+math/9201226 Functional Analysis
+math/9201229 Functional Analysis
+math/9201232 Functional Analysis
+math/9201235 Functional Analysis
+math/9201238 Logic
+math/9201240 Logic
+math/9201242 Logic
+math/9201245 Logic
+math/9201248 Logic
+math/9201250 Logic
+math/9201251 Logic
+math/9201259 Differential Geometry
+math/9201262 History and Overview
+math/9201264 Group Theory
+math/9201269 Numerical Analysis
+math/9201273 Dynamical Systems
+math/9201276 Dynamical Systems
+math/9201278 Dynamical Systems
+math/9201287 Dynamical Systems
+math/9201296 Dynamical Systems
+math/9201297 Dynamical Systems
+math/9201303 Combinatorics
+math/9201304 Group Theory
+math/9201305 Combinatorics
+math/9202203 Functional Analysis
+math/9203201 Complex Variables
+math/9204204 Logic
+math/9204206 Logic
+math/9204208 Logic
+math/9204210 Logic
+math/9204214 Functional Analysis
+math/9204218 Logic
+math/9204223 Differential Geometry
+math/9204233 Metric Geometry
+math/9204234 Number Theory
+math/9204236 Classical Analysis and ODEs
+math/9204239 Analysis of PDEs
+math/9204241 Dynamical Systems
+math/9205201 Logic
+math/9205206 Functional Analysis
+math/9205211 History and Overview
+math/9206201 Functional Analysis
+math/9206202 Functional Analysis
+math/9206203 Combinatorics
+math/9207205 Logic
+math/9207210 Number Theory
+math/9207212 Analysis of PDEs
+math/9207215 Differential Geometry
+math/9207216 Complex Variables
+math/9207217 Algebraic Topology
+math/9207221 Classical Analysis and ODEs
+math/9209202 Logic
+math/9209204 Logic
+math/9209205 Logic
+math/9209207 Logic
+math/9209211 Functional Analysis
+math/9209212 Functional Analysis
+math/9210203 Logic
+math/9210204 Logic
+math/9210207 Functional Analysis
+math/9210214 Number Theory
+math/9210219 Group Theory
+math/9211203 Logic
+math/9211205 Logic
+math/9211206 Logic
+math/9211207 Functional Analysis
+math/9211213 Logic
+math/9211216 Metric Geometry
+math/9212201 Logic
+math/9212203 Functional Analysis
+math/9212210 Dynamical Systems
+math/9301202 Combinatorics
+math/9301210 Logic
+math/9301213 Analysis of PDEs
+math/9301215 Classical Analysis and ODEs
+math/9301217 Classical Analysis and ODEs
+math/9301218 Analysis of PDEs
+math/9302201 Logic
+math/9302202 Logic
+math/9302204 Functional Analysis
+math/9302205 Functional Analysis
+math/9304201 Logic
+math/9304203 Logic
+math/9304204 Logic
+math/9304205 Logic
+math/9304213 Functional Analysis
+math/9304216 Numerical Analysis
+math/9304217 Dynamical Systems
+math/9306202 Group Theory
+math/9306204 Group Theory
+math/9306205 Group Theory
+math/9306213 Combinatorics
+math/9306215 Logic
+math/9306216 Differential Geometry
+math/9307201 Functional Analysis
+math/9307202 Combinatorics
+math/9307216 Classical Analysis and ODEs
+math/9307223 Classical Analysis and ODEs
+math/9307225 Commutative Algebra
+math/9307226 Differential Geometry
+math/9307229 Metric Geometry
+math/9307231 Number Theory
+math/9307232 Spectral Theory
+math/9307233 Geometric Topology
+math/9308201 Logic
+math/9308202 Logic
+math/9308206 Functional Analysis
+math/9308211 Logic
+math/9308217 Logic
+math/9309201 Complex Variables
+math/9309207 Logic
+math/9309211 Functional Analysis
+math/9309212 Combinatorics
+math/9310204 Group Theory
+math/9310205 Group Theory
+math/9310206 Group Theory
+math/9310208 Group Theory
+math/9310209 Group Theory
+math/9310210 Logic
+math/9310211 Logic
+math/9310212 Logic
+math/9310213 Logic
+math/9310214 Functional Analysis
+math/9310229 Spectral Theory
+math/9310230 Rings and Algebras
+math/9310234 Metric Geometry
+math/9310236 Probability
+math/9311201 Group Theory
+math/9311202 Logic
+math/9311203 Logic
+math/9311206 Logic
+math/9311211 Logic
+math/9311212 Logic
+math/9312201 Complex Variables
+math/9312207 Functional Analysis
+math/9312211 Classical Analysis and ODEs
+math/9312214 Combinatorics
+math/9401203 Logic
+math/9401207 Functional Analysis
+math/9401212 Logic
+math/9401215 Logic
+math/9401216 Logic
+math/9401220 Algebraic Topology
+math/9401225 Dynamical Systems
+math/9402207 Functional Analysis
+math/9402208 Functional Analysis
+math/9402211 Functional Analysis
+math/9402216 Classical Analysis and ODEs
+math/9403204 Commutative Algebra
+math/9403215 Combinatorics
+math/9403220 Logic
+math/9403221 Dynamical Systems
+math/9404203 Group Theory
+math/9404205 Logic
+math/9404206 Logic
+math/9404217 Classical Analysis and ODEs
+math/9404228 Geometric Topology
+math/9404235 Dynamical Systems
+math/9404236 History and Overview
+math/9405204 Logic
+math/9405212 Combinatorics
+math/9405215 Logic
+math/9406201 Complex Variables
+math/9406202 Group Theory
+math/9406207 Group Theory
+math/9406211 Functional Analysis
+math/9406213 Functional Analysis
+math/9406214 Probability
+math/9406218 Functional Analysis
+math/9406219 Logic
+math/9406220 Combinatorics
+math/9406221 Classical Analysis and ODEs
+math/9406226 Classical Analysis and ODEs
+math/9406230 Dynamical Systems
+math/9407202 Number Theory
+math/9407203 Logic
+math/9407208 Logic
+math/9407211 Combinatorics
+math/9407212 Combinatorics
+math/9407213 Classical Analysis and ODEs
+math/9408205 Functional Analysis
+math/9408206 Functional Analysis
+math/9408210 Classical Analysis and ODEs
+math/9408214 Logic
+math/9409201 Logic
+math/9409206 Logic
+math/9409210 Numerical Analysis
+math/9409216 Combinatorics
+math/9409228 Classical Analysis and ODEs
+math/9410202 Representation Theory
+math/9410203 Functional Analysis
+math/9410217 Spectral Theory
+math/9410219 Algebraic Geometry
+math/9411205 Logic
+math/9411207 Logic
+math/9411208 Logic
+math/9411213 Number Theory
+math/9411217 Combinatorics
+math/9411218 Combinatorics
+math/9411226 Classical Analysis and ODEs
+math/9411234 Logic
+math/9411239 Combinatorics
+math/9411240 Combinatorics
+math/9412203 Group Theory
+math/9412204 Group Theory
+math/9412205 Dynamical Systems
+math/9412206 Representation Theory
+math/9412209 Logic
+math/9412210 Commutative Algebra
+math/9412214 Functional Analysis
+math/9412215 Functional Analysis
+math/9412218 Functional Analysis
+math/9412223 Combinatorics
+math/9412231 Logic
+math/9501202 Geometric Topology
+math/9501211 Functional Analysis
+math/9501217 Metric Geometry
+math/9501223 Logic
+math/9501227 Dynamical Systems
+math/9501229 Algebraic Topology
+math/9501234 Combinatorics
+math/9502202 Geometric Topology
+math/9502206 Logic
+math/9502212 Combinatorics
+math/9502217 Combinatorics
+math/9502223 Combinatorics
+math/9502228 Classical Analysis and ODEs
+math/9502235 Dynamical Systems
+math/9502237 Combinatorics
+math/9502238 Combinatorics
+math/9503201 Complex Variables
+math/9503213 Functional Analysis
+math/9503217 Category Theory
+math/9503219 Number Theory
+math/9503229 Algebraic Topology
+math/9503230 Algebraic Topology
+math/9503231 Algebraic Topology
+math/9503233 Combinatorics
+math/9503234 Combinatorics
+math/9503235 Optimization and Control
+math/9504206 Dynamical Systems
+math/9504214 Combinatorics
+math/9504228 Optimization and Control
+math/9504229 Number Theory
+math/9505208 Group Theory
+math/9505211 Combinatorics
+math/9506203 Complex Variables
+math/9506205 Group Theory
+math/9506206 Group Theory
+math/9506210 Number Theory
+math/9506214 Combinatorics
+math/9506215 Combinatorics
+math/9506218 Representation Theory
+math/9507201 Group Theory
+math/9507202 Group Theory
+math/9507203 Group Theory
+math/9507207 Geometric Topology
+math/9507213 Logic
+math/9507220 Combinatorics
+math/9508201 Logic
+math/9508202 Representation Theory
+math/9508203 Representation Theory
+math/9508204 Logic
+math/9508205 Logic
+math/9508209 Metric Geometry
+math/9508211 Number Theory
+math/9508216 Differential Geometry
+math/9508221 Logic
+math/9509201 Complex Variables
+math/9509212 Logic
+math/9509214 Functional Analysis
+math/9509216 Functional Analysis
+math/9509226 Logic
+math/9510205 Complex Variables
+math/9510210 Algebraic Topology
+math/9511201 Complex Variables
+math/9511203 Complex Variables
+math/9511205 Logic
+math/9511209 Number Theory
+math/9511211 Complex Variables
+math/9512218 Analysis of PDEs
+math/9512223 Classical Analysis and ODEs
+math/9512224 Combinatorics
+math/9512227 Logic
+math/9512228 Logic
+math/9512230 Classical Analysis and ODEs
+math/9601202 Group Theory
+math/9601203 Logic
+math/9601206 Spectral Theory
+math/9601217 Number Theory
+math/9601219 Logic
+math/9602220 Representation Theory
+math/9602221 Number Theory
+math/9603203 Complex Variables
+math/9603207 Functional Analysis
+math/9603208 Metric Geometry
+math/9603213 Functional Analysis
+math/9603216 Classical Analysis and ODEs
+math/9604202 Complex Variables
+math/9604203 Complex Variables
+math/9604210 Logic
+math/9604217 Functional Analysis
+math/9604220 Functional Analysis
+math/9604225 Differential Geometry
+math/9604226 Complex Variables
+math/9604230 Dynamical Systems
+math/9604232 Dynamical Systems
+math/9604239 Dynamical Systems
+math/9604246 Rings and Algebras
+math/9605201 Group Theory
+math/9605202 Group Theory
+math/9605204 Group Theory
+math/9605205 Group Theory
+math/9605206 Group Theory
+math/9605207 Group Theory
+math/9605214 Functional Analysis
+math/9605221 Metric Geometry
+math/9605223 Metric Geometry
+math/9605230 Classical Analysis and ODEs
+math/9605231 Representation Theory
+math/9605236 Rings and Algebras
+math/9606201 Complex Variables
+math/9606202 Complex Variables
+math/9606203 Complex Variables
+math/9606204 Complex Variables
+math/9606207 Logic
+math/9606211 Functional Analysis
+math/9606220 Dynamical Systems
+math/9606221 Dynamical Systems
+math/9606222 Dynamical Systems
+math/9606224 Combinatorics
+math/9606229 Logic
+math/9606232 Combinatorics
+math/9607205 Functional Analysis
+math/9607212 Functional Analysis
+math/9607216 Algebraic Geometry
+math/9607223 Algebraic Geometry
+math/9607225 Algebraic Geometry
+math/9607227 Logic
+math/9607230 Operator Algebras
+math/9608201 Complex Variables
+math/9608202 Complex Variables
+math/9608207 Algebraic Geometry
+math/9608209 Algebraic Geometry
+math/9608214 Commutative Algebra
+math/9608215 Logic
+math/9608216 Rings and Algebras
+math/9609201 Complex Variables
+math/9609218 Logic
+math/9610201 Complex Variables
+math/9610203 Complex Variables
+math/9610206 Logic
+math/9610215 Functional Analysis
+math/9610217 Classical Analysis and ODEs
+math/9610221 Algebraic Geometry
+math/9610223 Dynamical Systems
+math/9610224 Classical Analysis and ODEs
+math/9610227 Logic
+math/9610228 Number Theory
+math/9611205 Group Theory
+math/9611206 Group Theory
+math/9611211 Complex Variables
+math/9611213 Differential Geometry
+math/9611216 Dynamical Systems
+math/9611225 Number Theory
+math/9611226 Number Theory
+math/9612202 Complex Variables
+math/9612204 Complex Variables
+math/9612205 Complex Variables
+math/9612206 Group Theory
+math/9612217 Algebraic Geometry
+math/9612223 Dynamical Systems
+math/9612224 Classical Analysis and ODEs
+math/9612225 Classical Analysis and ODEs
+math/9612227 Logic
+math/9612228 Logic
+math/9612229 Number Theory
+math/9701204 Functional Analysis
+math/9701206 Functional Analysis
+math/9701215 Dynamical Systems
+math/9701225 Probability
+math/9701229 Number Theory
+math/9702202 Group Theory
+math/9702211 Functional Analysis
+math/9702214 Functional Analysis
+math/9702216 Functional Analysis
+math/9702228 Logic
+math/9702232 Number Theory
+math/9703201 Group Theory
+math/9703202 Group Theory
+math/9703206 Geometric Topology
+math/9703219 Logic
+math/9703221 Logic
+math/9704201 Complex Variables
+math/9704211 Functional Analysis
+math/9704212 Functional Analysis
+math/9704213 Functional Analysis
+math/9704218 Rings and Algebras
+math/9704225 Combinatorics
+math/9704233 Group Theory
+math/9705202 Complex Variables
+math/9705208 Group Theory
+math/9705211 Functional Analysis
+math/9705213 Logic
+math/9705221 Geometric Topology
+math/9705224 Classical Analysis and ODEs
+math/9705225 Logic
+math/9705227 Complex Variables
+math/9705228 Rings and Algebras
+math/9705230 Number Theory
+math/9706201 Complex Variables
+math/9706213 Functional Analysis
+math/9706223 Logic
+math/9706229 Number Theory
+math/9707207 Logic
+math/9707211 Functional Analysis
+math/9707216 Combinatorics
+math/9707229 Analysis of PDEs
+math/9707231 Commutative Algebra
+math/9707233 Rings and Algebras
+math/9707235 Number Theory
+math/9707236 Number Theory
+math/9707237 Number Theory
+math/9707238 Number Theory
+math/9708204 Functional Analysis
+math/9708205 Functional Analysis
+math/9708210 Logic
+math/9708211 Dynamical Systems
+math/9708215 Number Theory
+math/9708216 Number Theory
+math/9709201 Complex Variables
+math/9709202 Group Theory
+math/9709210 Functional Analysis
+math/9709215 Functional Analysis
+math/9709224 Dynamical Systems
+math/9709231 Logic
+math/9709234 Number Theory
+math/9709235 Number Theory
+mtrl-th/9411004 Materials Science
+mtrl-th/9411005 Materials Science
+mtrl-th/9412007 Materials Science
+mtrl-th/9502001 Materials Science
+mtrl-th/9503002 Materials Science
+mtrl-th/9503009 Materials Science
+mtrl-th/9504001 Materials Science
+mtrl-th/9506003 Materials Science
+mtrl-th/9508002 Materials Science
+mtrl-th/9508006 Materials Science
+mtrl-th/9508007 Materials Science
+mtrl-th/9508010 Materials Science
+mtrl-th/9510003 Materials Science
+mtrl-th/9510004 Materials Science
+mtrl-th/9511001 Materials Science
+mtrl-th/9511003 Materials Science
+mtrl-th/9512001 Materials Science
+mtrl-th/9512003 Materials Science
+mtrl-th/9601003 Materials Science
+mtrl-th/9602003 Materials Science
+mtrl-th/9603001 Materials Science
+mtrl-th/9603009 Materials Science
+mtrl-th/9605001 Materials Science
+mtrl-th/9606002 Materials Science
+mtrl-th/9607008 Materials Science
+mtrl-th/9607011 Materials Science
+mtrl-th/9607015 Materials Science
+mtrl-th/9608005 Materials Science
+mtrl-th/9609002 Materials Science
+mtrl-th/9609006 Materials Science
+mtrl-th/9609010 Materials Science
+nucl-ex/9504001
+nucl-ex/9704006
+nucl-ex/9706010
+nucl-ex/9706011
+nucl-ex/9707008
+nucl-th/9301009
+nucl-th/9312013
+nucl-th/9402029
+nucl-th/9403005
+nucl-th/9408023
+nucl-th/9409011
+nucl-th/9409022
+nucl-th/9411017
+nucl-th/9503028
+nucl-th/9505028
+nucl-th/9505030
+nucl-th/9506012
+nucl-th/9508017
+nucl-th/9508027
+nucl-th/9509038
+nucl-th/9510010
+nucl-th/9510029
+nucl-th/9510042
+nucl-th/9510043
+nucl-th/9511014
+nucl-th/9511018
+nucl-th/9512016
+nucl-th/9512017
+nucl-th/9512032
+nucl-th/9601021
+nucl-th/9601031
+nucl-th/9602001
+nucl-th/9603017
+nucl-th/9604021
+nucl-th/9605033
+nucl-th/9606010
+nucl-th/9606012
+nucl-th/9606022
+nucl-th/9606051
+nucl-th/9606057
+nucl-th/9608036
+nucl-th/9609014
+nucl-th/9609022
+nucl-th/9612010
+nucl-th/9612038
+nucl-th/9612047
+nucl-th/9701005
+nucl-th/9701020
+nucl-th/9702032
+nucl-th/9702033
+nucl-th/9702044
+nucl-th/9703006
+nucl-th/9704010
+nucl-th/9704043
+nucl-th/9704052
+nucl-th/9705037
+nucl-th/9706026
+nucl-th/9706074
+nucl-th/9706079
+nucl-th/9707028
+nucl-th/9707030
+nucl-th/9707034
+nucl-th/9707048
+nucl-th/9708028
+nucl-th/9709004
+nucl-th/9709015
+nucl-th/9709031
+patt-sol/9303004 Pattern Formation and Solitons
+patt-sol/9304001 Pattern Formation and Solitons
+patt-sol/9304004 Pattern Formation and Solitons
+patt-sol/9305001 Pattern Formation and Solitons
+patt-sol/9305009 Pattern Formation and Solitons
+patt-sol/9306001 Pattern Formation and Solitons
+patt-sol/9307001 Pattern Formation and Solitons
+patt-sol/9309001 Pattern Formation and Solitons
+patt-sol/9310006 Pattern Formation and Solitons
+patt-sol/9311002 Pattern Formation and Solitons
+patt-sol/9311003 Pattern Formation and Solitons
+patt-sol/9401004 Pattern Formation and Solitons
+patt-sol/9403002 Pattern Formation and Solitons
+patt-sol/9403004 Pattern Formation and Solitons
+patt-sol/9404002 Pattern Formation and Solitons
+patt-sol/9404003 Pattern Formation and Solitons
+patt-sol/9407002 Pattern Formation and Solitons
+patt-sol/9409005 Pattern Formation and Solitons
+patt-sol/9412002 Pattern Formation and Solitons
+patt-sol/9412003 Pattern Formation and Solitons
+patt-sol/9501003 Pattern Formation and Solitons
+patt-sol/9502008 Pattern Formation and Solitons
+patt-sol/9504004 Pattern Formation and Solitons
+patt-sol/9506001 Pattern Formation and Solitons
+patt-sol/9506003 Pattern Formation and Solitons
+patt-sol/9508001 Pattern Formation and Solitons
+patt-sol/9509003 Pattern Formation and Solitons
+patt-sol/9509004 Pattern Formation and Solitons
+patt-sol/9510002 Pattern Formation and Solitons
+patt-sol/9510005 Pattern Formation and Solitons
+patt-sol/9601001 Pattern Formation and Solitons
+patt-sol/9602004 Pattern Formation and Solitons
+patt-sol/9602005 Pattern Formation and Solitons
+patt-sol/9603002 Pattern Formation and Solitons
+patt-sol/9604001 Pattern Formation and Solitons
+patt-sol/9605001 Pattern Formation and Solitons
+patt-sol/9606001 Pattern Formation and Solitons
+patt-sol/9607006 Pattern Formation and Solitons
+patt-sol/9608002 Pattern Formation and Solitons
+patt-sol/9608003 Pattern Formation and Solitons
+patt-sol/9608009 Pattern Formation and Solitons
+patt-sol/9612001 Pattern Formation and Solitons
+patt-sol/9701006 Pattern Formation and Solitons
+patt-sol/9701009 Pattern Formation and Solitons
+patt-sol/9702003 Pattern Formation and Solitons
+patt-sol/9703006 Pattern Formation and Solitons
+patt-sol/9704001 Pattern Formation and Solitons
+patt-sol/9705001 Pattern Formation and Solitons
+patt-sol/9705002 Pattern Formation and Solitons
+patt-sol/9705007 Pattern Formation and Solitons
+patt-sol/9706006 Pattern Formation and Solitons
+patt-sol/9707001 Pattern Formation and Solitons
+patt-sol/9707002 Pattern Formation and Solitons
+patt-sol/9708003 Pattern Formation and Solitons
+patt-sol/9709003 Pattern Formation and Solitons
+patt-sol/9709006 Pattern Formation and Solitons
+physics/9610002 Atmospheric and Oceanic Physics
+physics/9610003 Computational Physics
+physics/9610004 Computational Physics
+physics/9610007 Fluid Dynamics
+physics/9610008 Accelerator Physics
+physics/9610011 Atmospheric and Oceanic Physics
+physics/9610014 Fluid Dynamics
+physics/9610017 Biological Physics
+physics/9610018 Atomic Physics
+physics/9610019 Computational Physics
+physics/9610021 Atmospheric and Oceanic Physics
+physics/9611003 Atomic Physics
+physics/9611007 Atomic Physics
+physics/9611010 Computational Physics
+physics/9611011 Physics Education
+physics/9611016 Data Analysis, Statistics and Probability
+physics/9611017 Plasma Physics
+physics/9611019 Atomic Physics
+physics/9611021 Atomic Physics
+physics/9611022 Physics Education
+physics/9611025 Plasma Physics
+physics/9611027 Chemical Physics
+physics/9611029 Chemical Physics
+physics/9612004 General Physics
+physics/9612006 Chemical Physics
+physics/9612007 Chemical Physics
+physics/9612010 General Physics
+physics/9612011 Atomic Physics
+physics/9612012 Chemical Physics
+physics/9701005 Accelerator Physics
+physics/9701007 Atomic Physics
+physics/9701013 Accelerator Physics
+physics/9701026 Data Analysis, Statistics and Probability
+physics/9702005 Popular Physics
+physics/9702014 Popular Physics
+physics/9702016 Accelerator Physics
+physics/9702020 Chemical Physics
+physics/9702026 General Physics
+physics/9702027 Atomic Physics
+physics/9703003 Optics
+physics/9703005 History and Philosophy of Physics
+physics/9703006 General Physics
+physics/9703014 Popular Physics
+physics/9703017 History and Philosophy of Physics
+physics/9703019 Chemical Physics
+physics/9703020 General Physics
+physics/9703023 General Physics
+physics/9703026 Atmospheric and Oceanic Physics
+physics/9703028 General Physics
+physics/9703029 Classical Physics
+physics/9704011 Plasma Physics
+physics/9704014 General Physics
+physics/9704015 General Physics
+physics/9704017 General Physics
+physics/9704018 Physics Education
+physics/9704020 Chemical Physics
+physics/9704021 Instrumentation and Detectors
+physics/9704023 Popular Physics
+physics/9704024 General Physics
+physics/9704027 Chemical Physics
+physics/9705003 Physics Education
+physics/9705004 Popular Physics
+physics/9705007 General Physics
+physics/9705014 General Physics
+physics/9705015 General Physics
+physics/9705017 Atomic Physics
+physics/9705018 General Physics
+physics/9705019 General Physics
+physics/9705020 Fluid Dynamics
+physics/9705025 Physics Education
+physics/9705030 General Physics
+physics/9705031 General Physics
+physics/9705032 General Physics
+physics/9705033 Geophysics
+physics/9705034 Geophysics
+physics/9705035 Geophysics
+physics/9705036 Fluid Dynamics
+physics/9705043 General Physics
+physics/9706001 General Physics
+physics/9706002 General Physics
+physics/9706007 Atmospheric and Oceanic Physics
+physics/9706011 General Physics
+physics/9706016 Chemical Physics
+physics/9706018 Biological Physics
+physics/9706019 Biological Physics
+physics/9706022 General Physics
+physics/9706023 Popular Physics
+physics/9706025 Data Analysis, Statistics and Probability
+physics/9706032 General Physics
+physics/9706035 Accelerator Physics
+physics/9706037 General Physics
+physics/9706038 General Physics
+physics/9706039 Accelerator Physics
+physics/9706041 Plasma Physics
+physics/9707002 Data Analysis, Statistics and Probability
+physics/9707003 Atomic Physics
+physics/9707004 Atomic Physics
+physics/9707014 History and Philosophy of Physics
+physics/9707024 Optics
+physics/9708002 Classical Physics
+physics/9708008 Fluid Dynamics
+physics/9708010 Optics
+physics/9708012 Chemical Physics
+physics/9708013 Accelerator Physics
+physics/9708016 Fluid Dynamics
+physics/9708017 Plasma Physics
+physics/9708019 Plasma Physics
+physics/9708020 Computational Physics
+physics/9708022 Chemical Physics
+physics/9708023 Classical Physics
+physics/9708024 Atomic Physics
+physics/9708025 Instrumentation and Detectors
+physics/9708028 General Physics
+physics/9708029 Chemical Physics
+physics/9708037 Atmospheric and Oceanic Physics
+physics/9709002 Fluid Dynamics
+physics/9709006 General Physics
+physics/9709012 General Physics
+physics/9709015 Chemical Physics
+physics/9709017 Popular Physics
+physics/9709018 Plasma Physics
+physics/9709020 Popular Physics
+physics/9709025 Accelerator Physics
+physics/9709029 Atomic Physics
+physics/9709036 Physics Education
+physics/9709037 Chemical Physics
+physics/9709038 Physics Education
+plasm-ph/9502001 Plasma Physics
+plasm-ph/9512002 Plasma Physics
+plasm-ph/9602001 Plasma Physics
+plasm-ph/9602003 Plasma Physics
+plasm-ph/9604001 Plasma Physics
+plasm-ph/9604003 Plasma Physics
+q-alg/9412001 Quantum Algebra
+q-alg/9412002 Quantum Algebra
+q-alg/9412003 Quantum Algebra
+q-alg/9412004 Quantum Algebra
+q-alg/9412005 Quantum Algebra
+q-alg/9412006 Quantum Algebra
+q-alg/9412007 Quantum Algebra
+q-alg/9412008 Quantum Algebra
+q-alg/9412009 Quantum Algebra
+q-alg/9412010 Quantum Algebra
+q-alg/9412012 Quantum Algebra
+q-alg/9412013 Quantum Algebra
+q-alg/9412014 Quantum Algebra
+q-alg/9412017 Quantum Algebra
+q-alg/9501003 Quantum Algebra
+q-alg/9501005 Quantum Algebra
+q-alg/9501008 Quantum Algebra
+q-alg/9501014 Quantum Algebra
+q-alg/9501016 Quantum Algebra
+q-alg/9501017 Quantum Algebra
+q-alg/9501018 Quantum Algebra
+q-alg/9501022 Quantum Algebra
+q-alg/9501024 Quantum Algebra
+q-alg/9501032 Quantum Algebra
+q-alg/9502003 Quantum Algebra
+q-alg/9502005 Quantum Algebra
+q-alg/9502008 Quantum Algebra
+q-alg/9502013 Quantum Algebra
+q-alg/9502015 Quantum Algebra
+q-alg/9502017 Quantum Algebra
+q-alg/9502018 Quantum Algebra
+q-alg/9503011 Quantum Algebra
+q-alg/9503013 Quantum Algebra
+q-alg/9503014 Quantum Algebra
+q-alg/9503015 Quantum Algebra
+q-alg/9503016 Quantum Algebra
+q-alg/9503022 Quantum Algebra
+q-alg/9504001 Quantum Algebra
+q-alg/9504002 Quantum Algebra
+q-alg/9504003 Quantum Algebra
+q-alg/9504004 Quantum Algebra
+q-alg/9504007 Quantum Algebra
+q-alg/9504010 Quantum Algebra
+q-alg/9504011 Quantum Algebra
+q-alg/9504012 Quantum Algebra
+q-alg/9504013 Quantum Algebra
+q-alg/9504014 Quantum Algebra
+q-alg/9504017 Quantum Algebra
+q-alg/9504018 Quantum Algebra
+q-alg/9504019 Quantum Algebra
+q-alg/9504021 Quantum Algebra
+q-alg/9504022 Quantum Algebra
+q-alg/9504024 Quantum Algebra
+q-alg/9504026 Quantum Algebra
+q-alg/9504028 Quantum Algebra
+q-alg/9505001 Quantum Algebra
+q-alg/9505002 Quantum Algebra
+q-alg/9505003 Quantum Algebra
+q-alg/9505005 Quantum Algebra
+q-alg/9505008 Quantum Algebra
+q-alg/9505009 Quantum Algebra
+q-alg/9505010 Quantum Algebra
+q-alg/9505012 Quantum Algebra
+q-alg/9505015 Quantum Algebra
+q-alg/9505018 Quantum Algebra
+q-alg/9505019 Quantum Algebra
+q-alg/9505020 Quantum Algebra
+q-alg/9505022 Quantum Algebra
+q-alg/9505024 Quantum Algebra
+q-alg/9505027 Quantum Algebra
+q-alg/9505029 Quantum Algebra
+q-alg/9506001 Quantum Algebra
+q-alg/9506002 Quantum Algebra
+q-alg/9506003 Quantum Algebra
+q-alg/9506004 Quantum Algebra
+q-alg/9506008 Quantum Algebra
+q-alg/9506009 Quantum Algebra
+q-alg/9506010 Quantum Algebra
+q-alg/9506011 Quantum Algebra
+q-alg/9506012 Quantum Algebra
+q-alg/9506013 Quantum Algebra
+q-alg/9506015 Quantum Algebra
+q-alg/9506018 Quantum Algebra
+q-alg/9506021 Quantum Algebra
+q-alg/9506023 Quantum Algebra
+q-alg/9506025 Quantum Algebra
+q-alg/9507002 Quantum Algebra
+q-alg/9507010 Quantum Algebra
+q-alg/9507011 Quantum Algebra
+q-alg/9507016 Quantum Algebra
+q-alg/9507017 Quantum Algebra
+q-alg/9507018 Quantum Algebra
+q-alg/9507020 Quantum Algebra
+q-alg/9507022 Quantum Algebra
+q-alg/9507023 Quantum Algebra
+q-alg/9507024 Quantum Algebra
+q-alg/9507035 Quantum Algebra
+q-alg/9508004 Quantum Algebra
+q-alg/9508005 Quantum Algebra
+q-alg/9508006 Quantum Algebra
+q-alg/9508007 Quantum Algebra
+q-alg/9508008 Quantum Algebra
+q-alg/9508016 Quantum Algebra
+q-alg/9508018 Quantum Algebra
+q-alg/9508020 Quantum Algebra
+q-alg/9509001 Quantum Algebra
+q-alg/9509002 Quantum Algebra
+q-alg/9509005 Quantum Algebra
+q-alg/9509009 Quantum Algebra
+q-alg/9509010 Quantum Algebra
+q-alg/9509011 Quantum Algebra
+q-alg/9509012 Quantum Algebra
+q-alg/9509013 Quantum Algebra
+q-alg/9509014 Quantum Algebra
+q-alg/9509017 Quantum Algebra
+q-alg/9509020 Quantum Algebra
+q-alg/9509021 Quantum Algebra
+q-alg/9509022 Quantum Algebra
+q-alg/9509023 Quantum Algebra
+q-alg/9509024 Quantum Algebra
+q-alg/9509025 Quantum Algebra
+q-alg/9509026 Quantum Algebra
+q-alg/9509027 Quantum Algebra
+q-alg/9509028 Quantum Algebra
+q-alg/9509029 Quantum Algebra
+q-alg/9509030 Quantum Algebra
+q-alg/9510003 Quantum Algebra
+q-alg/9510004 Quantum Algebra
+q-alg/9510006 Quantum Algebra
+q-alg/9510008 Quantum Algebra
+q-alg/9510009 Quantum Algebra
+q-alg/9510010 Quantum Algebra
+q-alg/9510012 Quantum Algebra
+q-alg/9510013 Quantum Algebra
+q-alg/9510015 Quantum Algebra
+q-alg/9510016 Quantum Algebra
+q-alg/9510017 Quantum Algebra
+q-alg/9510020 Quantum Algebra
+q-alg/9510022 Quantum Algebra
+q-alg/9510024 Quantum Algebra
+q-alg/9510025 Quantum Algebra
+q-alg/9510026 Quantum Algebra
+q-alg/9511001 Quantum Algebra
+q-alg/9511003 Quantum Algebra
+q-alg/9511004 Quantum Algebra
+q-alg/9511005 Quantum Algebra
+q-alg/9511008 Quantum Algebra
+q-alg/9511010 Quantum Algebra
+q-alg/9511011 Quantum Algebra
+q-alg/9511012 Quantum Algebra
+q-alg/9511014 Quantum Algebra
+q-alg/9511015 Quantum Algebra
+q-alg/9511016 Quantum Algebra
+q-alg/9511018 Quantum Algebra
+q-alg/9511020 Quantum Algebra
+q-alg/9511021 Quantum Algebra
+q-alg/9511022 Quantum Algebra
+q-alg/9511023 Quantum Algebra
+q-alg/9511024 Quantum Algebra
+q-alg/9511025 Quantum Algebra
+q-alg/9511026 Quantum Algebra
+q-alg/9511027 Quantum Algebra
+q-alg/9512001 Quantum Algebra
+q-alg/9512002 Quantum Algebra
+q-alg/9512003 Quantum Algebra
+q-alg/9512005 Quantum Algebra
+q-alg/9512006 Quantum Algebra
+q-alg/9512007 Quantum Algebra
+q-alg/9512010 Quantum Algebra
+q-alg/9512012 Quantum Algebra
+q-alg/9512013 Quantum Algebra
+q-alg/9512014 Quantum Algebra
+q-alg/9512016 Quantum Algebra
+q-alg/9512021 Quantum Algebra
+q-alg/9512024 Quantum Algebra
+q-alg/9512027 Quantum Algebra
+q-alg/9512028 Quantum Algebra
+q-alg/9512029 Quantum Algebra
+q-alg/9512030 Quantum Algebra
+q-alg/9512031 Quantum Algebra
+q-alg/9512033 Quantum Algebra
+q-alg/9601002 Quantum Algebra
+q-alg/9601004 Quantum Algebra
+q-alg/9601005 Quantum Algebra
+q-alg/9601013 Quantum Algebra
+q-alg/9601015 Quantum Algebra
+q-alg/9601017 Quantum Algebra
+q-alg/9601018 Quantum Algebra
+q-alg/9601019 Quantum Algebra
+q-alg/9601020 Quantum Algebra
+q-alg/9601022 Quantum Algebra
+q-alg/9601024 Quantum Algebra
+q-alg/9601025 Quantum Algebra
+q-alg/9601027 Quantum Algebra
+q-alg/9601029 Quantum Algebra
+q-alg/9602002 Quantum Algebra
+q-alg/9602003 Quantum Algebra
+q-alg/9602004 Quantum Algebra
+q-alg/9602005 Quantum Algebra
+q-alg/9602006 Quantum Algebra
+q-alg/9602009 Quantum Algebra
+q-alg/9602010 Quantum Algebra
+q-alg/9602012 Quantum Algebra
+q-alg/9602013 Quantum Algebra
+q-alg/9602018 Quantum Algebra
+q-alg/9602019 Quantum Algebra
+q-alg/9602021 Quantum Algebra
+q-alg/9602024 Quantum Algebra
+q-alg/9602025 Quantum Algebra
+q-alg/9602026 Quantum Algebra
+q-alg/9602027 Quantum Algebra
+q-alg/9602028 Quantum Algebra
+q-alg/9602031 Quantum Algebra
+q-alg/9602033 Quantum Algebra
+q-alg/9602034 Quantum Algebra
+q-alg/9602037 Quantum Algebra
+q-alg/9603001 Quantum Algebra
+q-alg/9603002 Quantum Algebra
+q-alg/9603003 Quantum Algebra
+q-alg/9603005 Quantum Algebra
+q-alg/9603007 Quantum Algebra
+q-alg/9603011 Quantum Algebra
+q-alg/9603013 Quantum Algebra
+q-alg/9603014 Quantum Algebra
+q-alg/9603015 Quantum Algebra
+q-alg/9603016 Quantum Algebra
+q-alg/9603018 Quantum Algebra
+q-alg/9603019 Quantum Algebra
+q-alg/9603020 Quantum Algebra
+q-alg/9603022 Quantum Algebra
+q-alg/9603024 Quantum Algebra
+q-alg/9603025 Quantum Algebra
+q-alg/9603026 Quantum Algebra
+q-alg/9603027 Quantum Algebra
+q-alg/9603028 Quantum Algebra
+q-alg/9603029 Quantum Algebra
+q-alg/9603030 Quantum Algebra
+q-alg/9603031 Quantum Algebra
+q-alg/9603033 Quantum Algebra
+q-alg/9604001 Quantum Algebra
+q-alg/9604005 Quantum Algebra
+q-alg/9604006 Quantum Algebra
+q-alg/9604007 Quantum Algebra
+q-alg/9604013 Quantum Algebra
+q-alg/9604014 Quantum Algebra
+q-alg/9604016 Quantum Algebra
+q-alg/9604018 Quantum Algebra
+q-alg/9604020 Quantum Algebra
+q-alg/9604022 Quantum Algebra
+q-alg/9604023 Quantum Algebra
+q-alg/9605001 Quantum Algebra
+q-alg/9605002 Quantum Algebra
+q-alg/9605003 Quantum Algebra
+q-alg/9605004 Quantum Algebra
+q-alg/9605005 Quantum Algebra
+q-alg/9605006 Quantum Algebra
+q-alg/9605007 Quantum Algebra
+q-alg/9605008 Quantum Algebra
+q-alg/9605009 Quantum Algebra
+q-alg/9605010 Quantum Algebra
+q-alg/9605012 Quantum Algebra
+q-alg/9605014 Quantum Algebra
+q-alg/9605016 Quantum Algebra
+q-alg/9605017 Quantum Algebra
+q-alg/9605019 Quantum Algebra
+q-alg/9605020 Quantum Algebra
+q-alg/9605023 Quantum Algebra
+q-alg/9605026 Quantum Algebra
+q-alg/9605027 Quantum Algebra
+q-alg/9605028 Quantum Algebra
+q-alg/9605029 Quantum Algebra
+q-alg/9605030 Quantum Algebra
+q-alg/9605032 Quantum Algebra
+q-alg/9605034 Quantum Algebra
+q-alg/9605035 Quantum Algebra
+q-alg/9605036 Quantum Algebra
+q-alg/9605037 Quantum Algebra
+q-alg/9605038 Quantum Algebra
+q-alg/9605039 Quantum Algebra
+q-alg/9605040 Quantum Algebra
+q-alg/9605041 Quantum Algebra
+q-alg/9605042 Quantum Algebra
+q-alg/9605043 Quantum Algebra
+q-alg/9605044 Quantum Algebra
+q-alg/9605046 Quantum Algebra
+q-alg/9605048 Quantum Algebra
+q-alg/9606003 Quantum Algebra
+q-alg/9606005 Quantum Algebra
+q-alg/9606006 Quantum Algebra
+q-alg/9606007 Quantum Algebra
+q-alg/9606008 Quantum Algebra
+q-alg/9606011 Quantum Algebra
+q-alg/9606015 Quantum Algebra
+q-alg/9606016 Quantum Algebra
+q-alg/9606017 Quantum Algebra
+q-alg/9606019 Quantum Algebra
+q-alg/9606021 Quantum Algebra
+q-alg/9606023 Quantum Algebra
+q-alg/9606024 Quantum Algebra
+q-alg/9606025 Quantum Algebra
+q-alg/9606026 Quantum Algebra
+q-alg/9607001 Quantum Algebra
+q-alg/9607005 Quantum Algebra
+q-alg/9607006 Quantum Algebra
+q-alg/9607007 Quantum Algebra
+q-alg/9607008 Quantum Algebra
+q-alg/9607010 Quantum Algebra
+q-alg/9607011 Quantum Algebra
+q-alg/9607013 Quantum Algebra
+q-alg/9607014 Quantum Algebra
+q-alg/9607015 Quantum Algebra
+q-alg/9607016 Quantum Algebra
+q-alg/9607017 Quantum Algebra
+q-alg/9607018 Quantum Algebra
+q-alg/9607019 Quantum Algebra
+q-alg/9607024 Quantum Algebra
+q-alg/9607025 Quantum Algebra
+q-alg/9607026 Quantum Algebra
+q-alg/9607028 Quantum Algebra
+q-alg/9607030 Quantum Algebra
+q-alg/9607031 Quantum Algebra
+q-alg/9607032 Quantum Algebra
+q-alg/9608001 Quantum Algebra
+q-alg/9608002 Quantum Algebra
+q-alg/9608005 Quantum Algebra
+q-alg/9608007 Quantum Algebra
+q-alg/9608008 Quantum Algebra
+q-alg/9608009 Quantum Algebra
+q-alg/9608012 Quantum Algebra
+q-alg/9608013 Quantum Algebra
+q-alg/9608014 Quantum Algebra
+q-alg/9608016 Quantum Algebra
+q-alg/9608018 Quantum Algebra
+q-alg/9608019 Quantum Algebra
+q-alg/9608020 Quantum Algebra
+q-alg/9608021 Quantum Algebra
+q-alg/9608022 Quantum Algebra
+q-alg/9608023 Quantum Algebra
+q-alg/9608024 Quantum Algebra
+q-alg/9608025 Quantum Algebra
+q-alg/9608026 Quantum Algebra
+q-alg/9609004 Quantum Algebra
+q-alg/9609007 Quantum Algebra
+q-alg/9609010 Quantum Algebra
+q-alg/9609013 Quantum Algebra
+q-alg/9609014 Quantum Algebra
+q-alg/9609015 Quantum Algebra
+q-alg/9609018 Quantum Algebra
+q-alg/9609021 Quantum Algebra
+q-alg/9609024 Quantum Algebra
+q-alg/9609027 Quantum Algebra
+q-alg/9609029 Quantum Algebra
+q-alg/9610001 Quantum Algebra
+q-alg/9610003 Quantum Algebra
+q-alg/9610006 Quantum Algebra
+q-alg/9610008 Quantum Algebra
+q-alg/9610013 Quantum Algebra
+q-alg/9610014 Quantum Algebra
+q-alg/9610016 Quantum Algebra
+q-alg/9610017 Quantum Algebra
+q-alg/9610018 Quantum Algebra
+q-alg/9610019 Quantum Algebra
+q-alg/9610020 Quantum Algebra
+q-alg/9610022 Quantum Algebra
+q-alg/9610023 Quantum Algebra
+q-alg/9610024 Quantum Algebra
+q-alg/9610026 Quantum Algebra
+q-alg/9610030 Quantum Algebra
+q-alg/9610032 Quantum Algebra
+q-alg/9610033 Quantum Algebra
+q-alg/9610034 Quantum Algebra
+q-alg/9610035 Quantum Algebra
+q-alg/9611001 Quantum Algebra
+q-alg/9611002 Quantum Algebra
+q-alg/9611003 Quantum Algebra
+q-alg/9611004 Quantum Algebra
+q-alg/9611006 Quantum Algebra
+q-alg/9611007 Quantum Algebra
+q-alg/9611011 Quantum Algebra
+q-alg/9611012 Quantum Algebra
+q-alg/9611014 Quantum Algebra
+q-alg/9611015 Quantum Algebra
+q-alg/9611016 Quantum Algebra
+q-alg/9611017 Quantum Algebra
+q-alg/9611018 Quantum Algebra
+q-alg/9611019 Quantum Algebra
+q-alg/9611021 Quantum Algebra
+q-alg/9611022 Quantum Algebra
+q-alg/9611023 Quantum Algebra
+q-alg/9611024 Quantum Algebra
+q-alg/9611025 Quantum Algebra
+q-alg/9611026 Quantum Algebra
+q-alg/9611027 Quantum Algebra
+q-alg/9611029 Quantum Algebra
+q-alg/9611030 Quantum Algebra
+q-alg/9611032 Quantum Algebra
+q-alg/9611033 Quantum Algebra
+q-alg/9612001 Quantum Algebra
+q-alg/9612002 Quantum Algebra
+q-alg/9612003 Quantum Algebra
+q-alg/9612005 Quantum Algebra
+q-alg/9612007 Quantum Algebra
+q-alg/9612008 Quantum Algebra
+q-alg/9612010 Quantum Algebra
+q-alg/9612011 Quantum Algebra
+q-alg/9612013 Quantum Algebra
+q-alg/9612014 Quantum Algebra
+q-alg/9612015 Quantum Algebra
+q-alg/9612017 Quantum Algebra
+q-alg/9612018 Quantum Algebra
+q-alg/9612019 Quantum Algebra
+q-alg/9612023 Quantum Algebra
+q-alg/9612026 Quantum Algebra
+q-alg/9612028 Quantum Algebra
+q-alg/9612030 Quantum Algebra
+q-alg/9612034 Quantum Algebra
+q-alg/9612035 Quantum Algebra
+q-alg/9612036 Quantum Algebra
+q-alg/9612037 Quantum Algebra
+q-alg/9701001 Quantum Algebra
+q-alg/9701002 Quantum Algebra
+q-alg/9701003 Quantum Algebra
+q-alg/9701005 Quantum Algebra
+q-alg/9701006 Quantum Algebra
+q-alg/9701007 Quantum Algebra
+q-alg/9701008 Quantum Algebra
+q-alg/9701009 Quantum Algebra
+q-alg/9701010 Quantum Algebra
+q-alg/9701012 Quantum Algebra
+q-alg/9701013 Quantum Algebra
+q-alg/9701015 Quantum Algebra
+q-alg/9701017 Quantum Algebra
+q-alg/9701019 Quantum Algebra
+q-alg/9701020 Quantum Algebra
+q-alg/9701021 Quantum Algebra
+q-alg/9701023 Quantum Algebra
+q-alg/9701024 Quantum Algebra
+q-alg/9701025 Quantum Algebra
+q-alg/9701027 Quantum Algebra
+q-alg/9701028 Quantum Algebra
+q-alg/9701032 Quantum Algebra
+q-alg/9701033 Quantum Algebra
+q-alg/9701034 Quantum Algebra
+q-alg/9701035 Quantum Algebra
+q-alg/9701036 Quantum Algebra
+q-alg/9701038 Quantum Algebra
+q-alg/9701039 Quantum Algebra
+q-alg/9701041 Quantum Algebra
+q-alg/9702003 Quantum Algebra
+q-alg/9702004 Quantum Algebra
+q-alg/9702005 Quantum Algebra
+q-alg/9702007 Quantum Algebra
+q-alg/9702009 Quantum Algebra
+q-alg/9702010 Quantum Algebra
+q-alg/9702011 Quantum Algebra
+q-alg/9702012 Quantum Algebra
+q-alg/9702013 Quantum Algebra
+q-alg/9702014 Quantum Algebra
+q-alg/9702015 Quantum Algebra
+q-alg/9702017 Quantum Algebra
+q-alg/9702019 Quantum Algebra
+q-alg/9702021 Quantum Algebra
+q-alg/9702022 Quantum Algebra
+q-alg/9702025 Quantum Algebra
+q-alg/9702027 Quantum Algebra
+q-alg/9702031 Quantum Algebra
+q-alg/9702032 Quantum Algebra
+q-alg/9703001 Quantum Algebra
+q-alg/9703002 Quantum Algebra
+q-alg/9703003 Quantum Algebra
+q-alg/9703004 Quantum Algebra
+q-alg/9703005 Quantum Algebra
+q-alg/9703007 Quantum Algebra
+q-alg/9703009 Quantum Algebra
+q-alg/9703010 Quantum Algebra
+q-alg/9703015 Quantum Algebra
+q-alg/9703017 Quantum Algebra
+q-alg/9703021 Quantum Algebra
+q-alg/9703024 Quantum Algebra
+q-alg/9703025 Quantum Algebra
+q-alg/9703026 Quantum Algebra
+q-alg/9703029 Quantum Algebra
+q-alg/9703031 Quantum Algebra
+q-alg/9703033 Quantum Algebra
+q-alg/9703035 Quantum Algebra
+q-alg/9703036 Quantum Algebra
+q-alg/9703042 Quantum Algebra
+q-alg/9703043 Quantum Algebra
+q-alg/9703044 Quantum Algebra
+q-alg/9703047 Quantum Algebra
+q-alg/9704003 Quantum Algebra
+q-alg/9704004 Quantum Algebra
+q-alg/9704007 Quantum Algebra
+q-alg/9704008 Quantum Algebra
+q-alg/9704009 Quantum Algebra
+q-alg/9704014 Quantum Algebra
+q-alg/9704016 Quantum Algebra
+q-alg/9704017 Quantum Algebra
+q-alg/9704019 Quantum Algebra
+q-alg/9704020 Quantum Algebra
+q-alg/9705003 Quantum Algebra
+q-alg/9705005 Quantum Algebra
+q-alg/9705007 Quantum Algebra
+q-alg/9705008 Quantum Algebra
+q-alg/9705009 Quantum Algebra
+q-alg/9705010 Quantum Algebra
+q-alg/9705011 Quantum Algebra
+q-alg/9705014 Quantum Algebra
+q-alg/9705015 Quantum Algebra
+q-alg/9705016 Quantum Algebra
+q-alg/9705017 Quantum Algebra
+q-alg/9705019 Quantum Algebra
+q-alg/9705020 Quantum Algebra
+q-alg/9705021 Quantum Algebra
+q-alg/9705022 Quantum Algebra
+q-alg/9705025 Quantum Algebra
+q-alg/9705026 Quantum Algebra
+q-alg/9705027 Quantum Algebra
+q-alg/9706003 Quantum Algebra
+q-alg/9706005 Quantum Algebra
+q-alg/9706006 Quantum Algebra
+q-alg/9706007 Quantum Algebra
+q-alg/9706008 Quantum Algebra
+q-alg/9706009 Quantum Algebra
+q-alg/9706010 Quantum Algebra
+q-alg/9706012 Quantum Algebra
+q-alg/9706015 Quantum Algebra
+q-alg/9706017 Quantum Algebra
+q-alg/9706018 Quantum Algebra
+q-alg/9706020 Quantum Algebra
+q-alg/9706021 Quantum Algebra
+q-alg/9706022 Quantum Algebra
+q-alg/9706023 Quantum Algebra
+q-alg/9706024 Quantum Algebra
+q-alg/9706025 Quantum Algebra
+q-alg/9706026 Quantum Algebra
+q-alg/9706027 Quantum Algebra
+q-alg/9706028 Quantum Algebra
+q-alg/9706032 Quantum Algebra
+q-alg/9707001 Quantum Algebra
+q-alg/9707003 Quantum Algebra
+q-alg/9707004 Quantum Algebra
+q-alg/9707005 Quantum Algebra
+q-alg/9707009 Quantum Algebra
+q-alg/9707010 Quantum Algebra
+q-alg/9707012 Quantum Algebra
+q-alg/9707014 Quantum Algebra
+q-alg/9707016 Quantum Algebra
+q-alg/9707017 Quantum Algebra
+q-alg/9707018 Quantum Algebra
+q-alg/9707019 Quantum Algebra
+q-alg/9707021 Quantum Algebra
+q-alg/9707022 Quantum Algebra
+q-alg/9707027 Quantum Algebra
+q-alg/9707028 Quantum Algebra
+q-alg/9707032 Quantum Algebra
+q-alg/9708001 Quantum Algebra
+q-alg/9708002 Quantum Algebra
+q-alg/9708004 Quantum Algebra
+q-alg/9708005 Quantum Algebra
+q-alg/9708006 Quantum Algebra
+q-alg/9708007 Quantum Algebra
+q-alg/9708009 Quantum Algebra
+q-alg/9708010 Quantum Algebra
+q-alg/9708012 Quantum Algebra
+q-alg/9708018 Quantum Algebra
+q-alg/9708019 Quantum Algebra
+q-alg/9708021 Quantum Algebra
+q-alg/9708023 Quantum Algebra
+q-alg/9708026 Quantum Algebra
+q-alg/9708027 Quantum Algebra
+q-alg/9708028 Quantum Algebra
+q-alg/9708029 Quantum Algebra
+q-alg/9709001 Quantum Algebra
+q-alg/9709002 Quantum Algebra
+q-alg/9709008 Quantum Algebra
+q-alg/9709010 Quantum Algebra
+q-alg/9709014 Quantum Algebra
+q-alg/9709015 Quantum Algebra
+q-alg/9709018 Quantum Algebra
+q-alg/9709019 Quantum Algebra
+q-alg/9709020 Quantum Algebra
+q-alg/9709021 Quantum Algebra
+q-alg/9709025 Quantum Algebra
+q-alg/9709026 Quantum Algebra
+q-alg/9709027 Quantum Algebra
+q-alg/9709029 Quantum Algebra
+q-alg/9709030 Quantum Algebra
+q-alg/9709031 Quantum Algebra
+q-alg/9709033 Quantum Algebra
+q-alg/9709034 Quantum Algebra
+q-alg/9709035 Quantum Algebra
+q-alg/9709036 Quantum Algebra
+q-alg/9709037 Quantum Algebra
+q-alg/9709038 Quantum Algebra
+q-alg/9709041 Quantum Algebra
+q-alg/9709042 Quantum Algebra
+q-alg/9709043 Quantum Algebra
+quant-ph/0703121
+quant-ph/9501014
+quant-ph/9502022
+quant-ph/9503011
+quant-ph/9503018
+quant-ph/9503020
+quant-ph/9503021
+quant-ph/9503022
+quant-ph/9503024
+quant-ph/9503025
+quant-ph/9505006
+quant-ph/9505015
+quant-ph/9505019
+quant-ph/9505023
+quant-ph/9505025
+quant-ph/9506010
+quant-ph/9506012
+quant-ph/9506020
+quant-ph/9506033
+quant-ph/9508003
+quant-ph/9508006
+quant-ph/9508007
+quant-ph/9508014
+quant-ph/9508015
+quant-ph/9510001
+quant-ph/9510026
+quant-ph/9511021
+quant-ph/9511032
+quant-ph/9511034
+quant-ph/9511035
+quant-ph/9511036
+quant-ph/9511037
+quant-ph/9511038
+quant-ph/9511043
+quant-ph/9512011
+quant-ph/9512016
+quant-ph/9512018
+quant-ph/9512026
+quant-ph/9601009
+quant-ph/9601024
+quant-ph/9601027
+quant-ph/9601028
+quant-ph/9602010
+quant-ph/9603015
+quant-ph/9603025
+quant-ph/9603027
+quant-ph/9604006
+quant-ph/9604007
+quant-ph/9604019
+quant-ph/9604030
+quant-ph/9604035
+quant-ph/9605002
+quant-ph/9605003
+quant-ph/9605010
+quant-ph/9605011
+quant-ph/9605023
+quant-ph/9605026
+quant-ph/9605040
+quant-ph/9605043
+quant-ph/9605045
+quant-ph/9606006
+quant-ph/9606010
+quant-ph/9606028
+quant-ph/9607009
+quant-ph/9607014
+quant-ph/9607029
+quant-ph/9608006
+quant-ph/9608010
+quant-ph/9608014
+quant-ph/9608026
+quant-ph/9608039
+quant-ph/9608048
+quant-ph/9609017
+quant-ph/9610010
+quant-ph/9610011
+quant-ph/9610019
+quant-ph/9610020
+quant-ph/9610029
+quant-ph/9610037
+quant-ph/9610041
+quant-ph/9611001
+quant-ph/9611009
+quant-ph/9611025
+quant-ph/9611049
+quant-ph/9612002
+quant-ph/9612028
+quant-ph/9612040
+quant-ph/9612043
+quant-ph/9612051
+quant-ph/9612052
+quant-ph/9701006
+quant-ph/9701011
+quant-ph/9701027
+quant-ph/9702026
+quant-ph/9702032
+quant-ph/9702034
+quant-ph/9702037
+quant-ph/9702039
+quant-ph/9702041
+quant-ph/9702045
+quant-ph/9702046
+quant-ph/9702050
+quant-ph/9702055
+quant-ph/9702056
+quant-ph/9702060
+quant-ph/9703007
+quant-ph/9703008
+quant-ph/9703013
+quant-ph/9703017
+quant-ph/9703055
+quant-ph/9704006
+quant-ph/9704010
+quant-ph/9704012
+quant-ph/9704017
+quant-ph/9704019
+quant-ph/9704021
+quant-ph/9704025
+quant-ph/9705017
+quant-ph/9706003
+quant-ph/9706012
+quant-ph/9706013
+quant-ph/9706015
+quant-ph/9706046
+quant-ph/9706049
+quant-ph/9706057
+quant-ph/9707002
+quant-ph/9707011
+quant-ph/9707022
+quant-ph/9707038
+quant-ph/9707044
+quant-ph/9707052
+quant-ph/9707054
+quant-ph/9708006
+quant-ph/9708007
+quant-ph/9708012
+quant-ph/9708015
+quant-ph/9708019
+quant-ph/9708051
+quant-ph/9709004
+quant-ph/9709010
+quant-ph/9709017
+quant-ph/9709026
+quant-ph/9709049
+quant-ph/9709059
+solv-int/9305003 Exactly Solvable and Integrable Systems
+solv-int/9306002 Exactly Solvable and Integrable Systems
+solv-int/9401002 Exactly Solvable and Integrable Systems
+solv-int/9402002 Exactly Solvable and Integrable Systems
+solv-int/9402003 Exactly Solvable and Integrable Systems
+solv-int/9403001 Exactly Solvable and Integrable Systems
+solv-int/9404001 Exactly Solvable and Integrable Systems
+solv-int/9404002 Exactly Solvable and Integrable Systems
+solv-int/9407003 Exactly Solvable and Integrable Systems
+solv-int/9409001 Exactly Solvable and Integrable Systems
+solv-int/9409003 Exactly Solvable and Integrable Systems
+solv-int/9410001 Exactly Solvable and Integrable Systems
+solv-int/9410004 Exactly Solvable and Integrable Systems
+solv-int/9411003 Exactly Solvable and Integrable Systems
+solv-int/9411005 Exactly Solvable and Integrable Systems
+solv-int/9411006 Exactly Solvable and Integrable Systems
+solv-int/9412001 Exactly Solvable and Integrable Systems
+solv-int/9412002 Exactly Solvable and Integrable Systems
+solv-int/9412003 Exactly Solvable and Integrable Systems
+solv-int/9501001 Exactly Solvable and Integrable Systems
+solv-int/9501002 Exactly Solvable and Integrable Systems
+solv-int/9501003 Exactly Solvable and Integrable Systems
+solv-int/9501004 Exactly Solvable and Integrable Systems
+solv-int/9502005 Exactly Solvable and Integrable Systems
+solv-int/9503003 Exactly Solvable and Integrable Systems
+solv-int/9505001 Exactly Solvable and Integrable Systems
+solv-int/9506003 Exactly Solvable and Integrable Systems
+solv-int/9507006 Exactly Solvable and Integrable Systems
+solv-int/9508004 Exactly Solvable and Integrable Systems
+solv-int/9509002 Exactly Solvable and Integrable Systems
+solv-int/9509004 Exactly Solvable and Integrable Systems
+solv-int/9509006 Exactly Solvable and Integrable Systems
+solv-int/9509009 Exactly Solvable and Integrable Systems
+solv-int/9509010 Exactly Solvable and Integrable Systems
+solv-int/9509011 Exactly Solvable and Integrable Systems
+solv-int/9510003 Exactly Solvable and Integrable Systems
+solv-int/9510009 Exactly Solvable and Integrable Systems
+solv-int/9511003 Exactly Solvable and Integrable Systems
+solv-int/9511004 Exactly Solvable and Integrable Systems
+solv-int/9511006 Exactly Solvable and Integrable Systems
+solv-int/9511009 Exactly Solvable and Integrable Systems
+solv-int/9512002 Exactly Solvable and Integrable Systems
+solv-int/9512003 Exactly Solvable and Integrable Systems
+solv-int/9512008 Exactly Solvable and Integrable Systems
+solv-int/9601002 Exactly Solvable and Integrable Systems
+solv-int/9603001 Exactly Solvable and Integrable Systems
+solv-int/9603005 Exactly Solvable and Integrable Systems
+solv-int/9603010 Exactly Solvable and Integrable Systems
+solv-int/9604002 Exactly Solvable and Integrable Systems
+solv-int/9605003 Exactly Solvable and Integrable Systems
+solv-int/9605004 Exactly Solvable and Integrable Systems
+solv-int/9605005 Exactly Solvable and Integrable Systems
+solv-int/9605007 Exactly Solvable and Integrable Systems
+solv-int/9605009 Exactly Solvable and Integrable Systems
+solv-int/9606001 Exactly Solvable and Integrable Systems
+solv-int/9606002 Exactly Solvable and Integrable Systems
+solv-int/9606003 Exactly Solvable and Integrable Systems
+solv-int/9606004 Exactly Solvable and Integrable Systems
+solv-int/9606005 Exactly Solvable and Integrable Systems
+solv-int/9606006 Exactly Solvable and Integrable Systems
+solv-int/9606008 Exactly Solvable and Integrable Systems
+solv-int/9606009 Exactly Solvable and Integrable Systems
+solv-int/9607001 Exactly Solvable and Integrable Systems
+solv-int/9607004 Exactly Solvable and Integrable Systems
+solv-int/9607005 Exactly Solvable and Integrable Systems
+solv-int/9607006 Exactly Solvable and Integrable Systems
+solv-int/9608005 Exactly Solvable and Integrable Systems
+solv-int/9608006 Exactly Solvable and Integrable Systems
+solv-int/9608008 Exactly Solvable and Integrable Systems
+solv-int/9608010 Exactly Solvable and Integrable Systems
+solv-int/9609006 Exactly Solvable and Integrable Systems
+solv-int/9610002 Exactly Solvable and Integrable Systems
+solv-int/9610003 Exactly Solvable and Integrable Systems
+solv-int/9610006 Exactly Solvable and Integrable Systems
+solv-int/9610010 Exactly Solvable and Integrable Systems
+solv-int/9610013 Exactly Solvable and Integrable Systems
+solv-int/9611001 Exactly Solvable and Integrable Systems
+solv-int/9611003 Exactly Solvable and Integrable Systems
+solv-int/9611008 Exactly Solvable and Integrable Systems
+solv-int/9612001 Exactly Solvable and Integrable Systems
+solv-int/9612010 Exactly Solvable and Integrable Systems
+solv-int/9612011 Exactly Solvable and Integrable Systems
+solv-int/9612012 Exactly Solvable and Integrable Systems
+solv-int/9701002 Exactly Solvable and Integrable Systems
+solv-int/9701006 Exactly Solvable and Integrable Systems
+solv-int/9701014 Exactly Solvable and Integrable Systems
+solv-int/9701016 Exactly Solvable and Integrable Systems
+solv-int/9701018 Exactly Solvable and Integrable Systems
+solv-int/9701020 Exactly Solvable and Integrable Systems
+solv-int/9702004 Exactly Solvable and Integrable Systems
+solv-int/9702005 Exactly Solvable and Integrable Systems
+solv-int/9702007 Exactly Solvable and Integrable Systems
+solv-int/9702008 Exactly Solvable and Integrable Systems
+solv-int/9703001 Exactly Solvable and Integrable Systems
+solv-int/9703002 Exactly Solvable and Integrable Systems
+solv-int/9703004 Exactly Solvable and Integrable Systems
+solv-int/9703010 Exactly Solvable and Integrable Systems
+solv-int/9704004 Exactly Solvable and Integrable Systems
+solv-int/9704007 Exactly Solvable and Integrable Systems
+solv-int/9704009 Exactly Solvable and Integrable Systems
+solv-int/9704011 Exactly Solvable and Integrable Systems
+solv-int/9704013 Exactly Solvable and Integrable Systems
+solv-int/9704014 Exactly Solvable and Integrable Systems
+solv-int/9705002 Exactly Solvable and Integrable Systems
+solv-int/9705003 Exactly Solvable and Integrable Systems
+solv-int/9705004 Exactly Solvable and Integrable Systems
+solv-int/9705005 Exactly Solvable and Integrable Systems
+solv-int/9705008 Exactly Solvable and Integrable Systems
+solv-int/9705010 Exactly Solvable and Integrable Systems
+solv-int/9705012 Exactly Solvable and Integrable Systems
+solv-int/9705016 Exactly Solvable and Integrable Systems
+solv-int/9705018 Exactly Solvable and Integrable Systems
+solv-int/9706001 Exactly Solvable and Integrable Systems
+solv-int/9706003 Exactly Solvable and Integrable Systems
+solv-int/9706006 Exactly Solvable and Integrable Systems
+solv-int/9706007 Exactly Solvable and Integrable Systems
+solv-int/9706008 Exactly Solvable and Integrable Systems
+solv-int/9706009 Exactly Solvable and Integrable Systems
+solv-int/9706010 Exactly Solvable and Integrable Systems
+solv-int/9707001 Exactly Solvable and Integrable Systems
+solv-int/9707002 Exactly Solvable and Integrable Systems
+solv-int/9707004 Exactly Solvable and Integrable Systems
+solv-int/9707006 Exactly Solvable and Integrable Systems
+solv-int/9707010 Exactly Solvable and Integrable Systems
+solv-int/9707011 Exactly Solvable and Integrable Systems
+solv-int/9707012 Exactly Solvable and Integrable Systems
+solv-int/9707013 Exactly Solvable and Integrable Systems
+solv-int/9707016 Exactly Solvable and Integrable Systems
+solv-int/9708003 Exactly Solvable and Integrable Systems
+solv-int/9709001 Exactly Solvable and Integrable Systems
+solv-int/9709005 Exactly Solvable and Integrable Systems
+solv-int/9709006 Exactly Solvable and Integrable Systems
+solv-int/9709012 Exactly Solvable and Integrable Systems
+solv-int/9709013 Exactly Solvable and Integrable Systems
+supr-con/9411001 Superconductivity
+supr-con/9412002 Superconductivity
+supr-con/9507007 Superconductivity
+supr-con/9508005 Superconductivity
+supr-con/9511001 Superconductivity
+supr-con/9601001 Superconductivity
+supr-con/9604002 Superconductivity
+supr-con/9606001 Superconductivity
+supr-con/9608001 Superconductivity
+0704.1948 Dynamical Systems
+0705.1555 Strongly Correlated Electrons
+0705.4215 Mesoscale and Nanoscale Physics
+0706.1903 Atomic Physics
+0706.2781 Other Condensed Matter
+0707.0746 Materials Science
+0708.0012 Strongly Correlated Electrons
+0708.3888 Superconductivity
+0709.0237 Superconductivity
+0709.0469
+0709.1008 Probability
+0709.2027 Genomics
+0709.2030 Genomics
+0709.2031 Genomics
+0709.2336 Disordered Systems and Neural Networks
+0709.3163 Other Condensed Matter
+0710.0113 Superconductivity
+0710.0147 Soft Condensed Matter
+0710.0870 Functional Analysis
+0710.1819 Mesoscale and Nanoscale Physics
+0710.4288 Strongly Correlated Electrons
+0710.5481 Other Condensed Matter
+0711.3196
+0711.4758 Other Condensed Matter
+0712.0517
+0801.1002 Information Theory
+0801.4032
+0801.4035 Phenomenology
+0801.4039
+0801.4042 Atomic Physics
+0801.4046
+0801.4049 General Mathematics
+0801.4055
+0801.4056 Classical Physics
+0801.4061 Learning
+0801.4062 Optics
+0801.4063 Chaotic Dynamics
+0801.4066 Optics
+0801.4069 Combinatorics
+0801.4073 Materials Science
+0801.4081
+0801.4082 Networking and Internet Architecture
+0801.4089 General Physics
+0801.4100
+0801.4102 Functional Analysis
+0801.4105 Logic in Computer Science
+0801.4109
+0801.4117 Optics
+0801.4121 Analysis of PDEs
+0801.4123
+0801.4130 Computer Science and Game Theory
+0801.4133 Logic
+0801.4134 Computational Physics
+0801.4136 Representation Theory
+0801.4144 Rings and Algebras
+0801.4145 Functional Analysis
+0801.4146 Statistics Theory
+0801.4150 Distributed, Parallel, and Cluster Computing
+0801.4151
+0801.4154 Theory
+0801.4156 Probability
+0801.4158 Data Analysis, Statistics and Probability
+0801.4160 Fluid Dynamics
+0801.4168 Phenomenology
+0801.4181 Combinatorics
+0801.4182 Classical Physics
+0801.4192
+0801.4198 Information Theory
+0801.4201 Optics
+0801.4203 Theory
+0801.4206 Group Theory
+0801.4209 Numerical Analysis
+0801.4210
+0801.4211 Materials Science
+0801.4212 Superconductivity
+0801.4218 Geometric Topology
+0801.4222 Differential Geometry
+0801.4223 Cellular Automata and Lattice Gases
+0801.4225 Cellular Automata and Lattice Gases
+0801.4227
+0801.4238 Data Structures and Algorithms
+0801.4247
+0801.4260 Probability
+0801.4261 Chemical Physics
+0801.4264 Statistical Mechanics
+0801.4269 Physics and Society
+0801.4271
+0801.4277 Phenomenology
+0801.4292 Operating Systems
+0801.4295 Analysis of PDEs
+0801.4301 Quantitative Methods
+0801.4310 Number Theory
+0801.4315
+0801.4320 Algebraic Geometry
+0801.4325
+0801.4329 Statistics Theory
+0801.4331 Mesoscale and Nanoscale Physics
+0801.4335
+0801.4336 Optimization and Control
+0801.4340
+0801.4350 General Physics
+0801.4351 Chaotic Dynamics
+0801.4352 Strongly Correlated Electrons
+0801.4355 Other Computer Science
+0801.4364 Logic
+0801.4365 Populations and Evolution
+0801.4368 Logic
+cond-mat/0104513
+cond-mat/0301129 Strongly Correlated Electrons
+cond-mat/0606775 Mesoscale and Nanoscale Physics
+cond-mat/0609734 Strongly Correlated Electrons
+cond-mat/0611417 Mesoscale and Nanoscale Physics
+cond-mat/0612512 Mesoscale and Nanoscale Physics
+cond-mat/0702138 Statistical Mechanics
+gr-qc/0612141
+gr-qc/0701011
+math-ph/0605008
+math/0002057 Quantum Algebra
+math/0012228 Quantum Algebra
+math/0110081 Quantum Algebra
+math/0202013 Differential Geometry
+math/0205116 Quantum Algebra
+math/0309452 Quantum Algebra
+math/0311190 Representation Theory
+math/0311303 Quantum Algebra
+math/0311513 Analysis of PDEs
+math/0406604 Quantum Algebra
+math/0501540 Quantum Algebra
+math/0505676 Differential Geometry
+math/0601337 Quantum Algebra
+math/0608534 Group Theory
+math/0609705 Algebraic Geometry
+math/0609847 General Mathematics
+math/0610383 Representation Theory
+math/0611808 Algebraic Topology
+math/9905027 Quantum Algebra
+math/9907061 Quantum Algebra
+quant-ph/0604024
+0704.1362 Quantitative Methods
+0704.2536 Statistical Mechanics
+0706.0110
+0706.0386 Differential Geometry
+0706.3304 Theory
+0707.1398 Fluid Dynamics
+0707.1414 Fluid Dynamics
+0708.0894 Strongly Correlated Electrons
+0708.1017 Dynamical Systems
+0709.0618 Superconductivity
+0709.0840 Superconductivity
+0710.1466 Classical Analysis and ODEs
+0710.2457 Phenomenology
+0710.2856 Classical Analysis and ODEs
+0710.5385
+0711.0220
+0711.2895
+0712.4230
+0801.0107 Plasma Physics
+0801.1714 Materials Science
+0801.1716 Materials Science
+0801.4721
+0802.2334 Exactly Solvable and Integrable Systems
+0802.2749
+0803.0225 Discrete Mathematics
+0803.2606
+0803.3339 Disordered Systems and Neural Networks
+0803.3790 Superconductivity
+0803.4244 Superconductivity
+0805.0551 Rings and Algebras
+0806.2789 Metric Geometry
+0806.2953 Geometric Topology
+0806.3020 Probability
+0806.3086 Differential Geometry
+0806.3088 Differential Geometry
+0806.3089
+0806.3092
+0806.3097 Statistical Mechanics
+0806.3100 Analysis of PDEs
+0806.3103
+0806.3115 Databases
+0806.3121 Distributed, Parallel, and Cluster Computing
+0806.3129 Chaotic Dynamics
+0806.3130 Quantitative Methods
+0806.3133 Information Theory
+0806.3134 Optimization and Control
+0806.3136 Geophysics
+0806.3150 Analysis of PDEs
+0806.3151 Statistical Mechanics
+0806.3154 Materials Science
+0806.3155 Exactly Solvable and Integrable Systems
+0806.3157 General Physics
+0806.3160 Classical Analysis and ODEs
+0806.3163 Number Theory
+0806.3176 Physics and Society
+0806.3181 Mesoscale and Nanoscale Physics
+0806.3188 Probability
+0806.3198 Materials Science
+0806.3201 Physics and Society
+0806.3206 Strongly Correlated Electrons
+0806.3210 Rings and Algebras
+0806.3212
+0806.3215 Distributed, Parallel, and Cluster Computing
+0806.3216
+0806.3223 Geometric Topology
+0806.3227 Information Theory
+0806.3231 Optics
+0806.3233 Other Condensed Matter
+0806.3235
+0806.3239 Optics
+0806.3245 Geometric Topology
+0806.3246 Information Theory
+0806.3248 Statistics Theory
+0806.3260 Numerical Analysis
+0806.3261 Atomic Physics
+0806.3262 Operator Algebras
+astro-ph/0606446
+cond-mat/0607716 Materials Science
+cs/0401011 Data Structures and Algorithms
+cs/0506069 Computational Complexity
+math/0508120 Algebraic Geometry
+math/0604391 Differential Geometry
+math/0609020 Statistics Theory
+math/0609021 Statistics Theory
+0704.0051 Physics Education
+0706.0362 Operator Algebras
+0706.0557 Geometric Topology
+0706.0748 Probability
+0706.4386 Statistical Mechanics
+0707.0721 Phenomenology
+0707.1960 General Physics
+0707.4329 Geometric Topology
+0708.2459 Mesoscale and Nanoscale Physics
+0708.3523 Strongly Correlated Electrons
+0709.4377 Soft Condensed Matter
+0710.5423 Other Quantitative Biology
+0711.1810 Mesoscale and Nanoscale Physics
+0711.3496 Combinatorics
+0711.4412 Combinatorics
+0712.3662 Representation Theory
+0801.2948 Statistical Mechanics
+0801.4000
+0802.1072 Geometric Topology
+0803.0403
+0803.1550 Statistical Mechanics
+0803.1951 Materials Science
+0803.4114 Algebraic Topology
+0803.4458 Fluid Dynamics
+0804.1271 Soft Condensed Matter
+0805.1638
+0805.1741 Human-Computer Interaction
+0805.1744 General Mathematics
+0805.1761 Dynamical Systems
+0805.1765 Computational Complexity
+0805.1766 Plasma Physics
+0805.1768 Statistics Theory
+0805.1773 Probability
+0805.1774 Materials Science
+0805.1775
+0805.1781 Analysis of PDEs
+0805.1782 Theory
+0805.1785 Multiagent Systems
+0805.1786 Multiagent Systems
+0805.1787 Multiagent Systems
+0805.1791 General Physics
+0805.1795 Chaotic Dynamics
+0805.1796 Chemical Physics
+0805.1806 Computational Engineering, Finance, and Science
+0805.1807 Classical Analysis and ODEs
+0805.1810 Group Theory
+0805.1813 Materials Science
+0805.1815 Plasma Physics
+0805.1821
+0805.1824 Phenomenology
+0805.1833 Rings and Algebras
+0805.1835 Phenomenology
+0805.1845 Differential Geometry
+0805.1857 Information Theory
+0805.1865 Algebraic Geometry
+0805.1866
+0805.1872 Combinatorics
+0805.1875 Algebraic Geometry
+0805.1877 Networking and Internet Architecture
+0805.1878 Algebraic Geometry
+0805.1881 Geophysics
+0805.1882 Instrumentation and Detectors
+0805.1886 Cryptography and Security
+0805.1887 Logic
+0805.1889 Logic
+0805.1896 Other Condensed Matter
+0805.1909 Rings and Algebras
+0805.1918 Classical Analysis and ODEs
+cond-mat/0609557 Strongly Correlated Electrons
+cond-mat/0701397 Statistical Mechanics
+math/0405119 Combinatorics
+math/0509358 Combinatorics
+math/0601541 Quantum Algebra
+math/0611655 Geometric Topology
+math/0702363 Group Theory
+0704.2194
+0705.2902 Mesoscale and Nanoscale Physics
+0706.2670
+0707.0352 Materials Science
+0707.2130 Analysis of PDEs
+0707.2728 General Mathematics
+0707.3487
+0707.3890 Mesoscale and Nanoscale Physics
+0707.4451 Commutative Algebra
+0709.0217 Populations and Evolution
+0709.3009 Materials Science
+0710.0731 Symplectic Geometry
+0710.0868 Complex Variables
+0710.1034 Strongly Correlated Electrons
+0710.1845 Dynamical Systems
+0710.1986 Probability
+0710.2618
+0710.5357 Phenomenology
+0711.2141 Statistical Mechanics
+0711.4555 Statistics Theory
+0711.4896 Statistical Mechanics
+0712.0079 Fluid Dynamics
+0712.1927 Mesoscale and Nanoscale Physics
+0801.3702 Information Theory
+0801.4622 Statistical Mechanics
+0802.4021
+0803.1634 Fluid Dynamics
+0803.4033 Rings and Algebras
+0804.0668 Algebraic Geometry
+0804.0824 Superconductivity
+0804.1030 Applications
+0804.1046 Computer Vision and Pattern Recognition
+0804.1139 Optimization and Control
+0804.1146
+0804.1155 Probability
+0804.1158 Differential Geometry
+0804.1159 Experiment
+0804.1160 Materials Science
+0804.1161
+0804.1170 Data Structures and Algorithms
+0804.1171 Other Condensed Matter
+0804.1172 Information Theory
+0804.1173 Computational Geometry
+0804.1188 Differential Geometry
+0804.1193 Information Theory
+0804.1196 Geometric Topology
+0804.1213 Algebraic Geometry
+0804.1218 Soft Condensed Matter
+0804.1228 Phenomenology
+0804.1232
+0804.1233 Atomic and Molecular Clusters
+0804.1235 Group Theory
+0804.1242 Analysis of PDEs
+0804.1243 Group Theory
+0804.1250 Lattice
+0804.1255
+0804.1258 Rings and Algebras
+0804.1263 Probability
+0804.1264 Rings and Algebras
+0804.1268 Combinatorics
+0804.1274 Algebraic Geometry
+0804.1276
+0804.1279 Quantum Algebra
+0804.1280 Combinatorics
+0804.1282
+0804.1287
+0804.1289 Combinatorics
+0804.1294 Combinatorics
+0804.1296 Combinatorics
+0804.1299 Combinatorics
+0804.1303 Combinatorics
+0804.1305 Geometric Topology
+0804.1307 Combinatorics
+0804.1310 Combinatorics
+0804.1313 Representation Theory
+0804.1315 Phenomenology
+0804.1316 Differential Geometry
+0804.1325 Machine Learning
+0804.1332 Superconductivity
+0804.1339 Probability
+0804.1340 General Mathematics
+0804.1341 Superconductivity
+0804.1344 Rings and Algebras
+0804.1345 Analysis of PDEs
+0804.1347 Statistical Mechanics
+cond-mat/0107321
+cond-mat/0109347 Superconductivity
+cond-mat/0503757 Statistical Mechanics
+cond-mat/0612301 Statistical Mechanics
+cond-mat/0702424 Materials Science
+math-ph/0506008
+math/0510146 Functional Analysis
+math/0511392 Dynamical Systems
+math/0601677 Geometric Topology
+math/0609037 Symplectic Geometry
+math/0611634 Functional Analysis
+0704.1582 Operator Algebras
+0705.3851 Statistics Theory
+0707.0560 Statistical Mechanics
+0707.1757 Theory
+0707.4292 Spectral Theory
+0710.4627 Other Condensed Matter
+0711.0256
+0802.1391
+0802.2029 Mesoscale and Nanoscale Physics
+0803.2780 Mesoscale and Nanoscale Physics
+0804.0316 Combinatorics
+0804.4227 Phenomenology
+0805.0427
+0805.0532 Neurons and Cognition
+0805.1493 Dynamical Systems
+0805.4204 Quantum Algebra
+0806.0998 Phenomenology
+0806.1052
+0806.1881 Other Condensed Matter
+0806.4754
+0807.0308 Molecular Networks
+0808.0202 Discrete Mathematics
+0809.0356
+0809.2351
+0809.2400
+0809.4069 Adaptation and Self-Organizing Systems
+0810.4352 Quantum Algebra
+0811.0758 Algebraic Topology
+0811.1061 Symbolic Computation
+0811.1342 Functional Analysis
+0811.3559 Classical Analysis and ODEs
+0811.4040 Networking and Internet Architecture
+0811.4063 Analysis of PDEs
+0811.4178
+0811.4180 Metric Geometry
+0811.4182 Number Theory
+0811.4186 Information Retrieval
+0811.4197 Metric Geometry
+0811.4200 Information Theory
+0811.4204 Group Theory
+0811.4208 Machine Learning
+0811.4209 Exactly Solvable and Integrable Systems
+0811.4211 Geometric Topology
+0811.4218 Phenomenology
+0811.4219 Analysis of PDEs
+0811.4220 Analysis of PDEs
+0811.4221 Analysis of PDEs
+0811.4222 Analysis of PDEs
+0811.4229 Materials Science
+0811.4234 Representation Theory
+0811.4238
+0811.4243 Fluid Dynamics
+0811.4247
+0811.4249 Superconductivity
+0811.4250
+0811.4255 Analysis of PDEs
+0811.4257 Cryptography and Security
+0811.4258 Chaotic Dynamics
+0811.4263 Algebraic Geometry
+0811.4266 Geometric Topology
+0811.4268 Phenomenology
+0811.4271 Strongly Correlated Electrons
+0811.4273 Representation Theory
+0811.4275 Optimization and Control
+0811.4277
+0811.4287 Number Theory
+0811.4288 Number Theory
+0811.4295
+0811.4297
+0811.4299
+0811.4302 Statistical Mechanics
+0811.4305 Classical Analysis and ODEs
+0811.4309 K-Theory and Homology
+0811.4312 Strongly Correlated Electrons
+0811.4317 Superconductivity
+0811.4319
+0811.4321 Probability
+0811.4324 Programming Languages
+0811.4328 Space Physics
+0811.4329
+0811.4330 Materials Science
+0811.4335 Superconductivity
+0811.4338 Strongly Correlated Electrons
+0811.4339 Information Theory
+0811.4340
+0811.4342 Strongly Correlated Electrons
+0811.4343 History and Overview
+0811.4346 Data Structures and Algorithms
+0811.4348 Medical Physics
+0811.4349 Information Theory
+0811.4352 Superconductivity
+0811.4354 Information Theory
+0811.4357 Phenomenology
+0811.4360 Classical Analysis and ODEs
+0811.4361 Number Theory
+0811.4364 Software Engineering
+0811.4365 Geometric Topology
+0811.4366 Differential Geometry
+0811.4368
+0811.4375 Materials Science
+0811.4378 Optics
+0811.4379 Number Theory
+0811.4380 Combinatorics
+0811.4382 Combinatorics
+0811.4390
+0811.4395 Information Theory
+0811.4402 Plasma Physics
+0811.4403 Information Theory
+0811.4407 Plasma Physics
+0811.4415 Combinatorics
+0811.4419 Optics
+0811.4420 Algebraic Geometry
+cond-mat/0505126 Materials Science
+cond-mat/0508508 Strongly Correlated Electrons
+gr-qc/0604007
+quant-ph/0702083
+0709.2114
+0712.1326 Phenomenology
+0712.4137 Probability
+0805.3174 Geometric Topology
+cs/0412096 Computational Complexity
+math/0605362 Algebraic Geometry
+math/0606239 Algebraic Geometry
+math/0606289 Algebraic Geometry
+0704.0286 Analysis of PDEs
+0704.2727 Algebraic Geometry
+0708.0557
+0708.0646 Physics and Society
+0709.2066 Mesoscale and Nanoscale Physics
+0709.3652
+0710.0876 Superconductivity
+0710.3919 Differential Geometry
+0710.4415 Quantum Algebra
+0802.0313 Theory
+math/0106074 Combinatorics
+math/0406099 Algebraic Geometry
+math/0610240 Probability
+math/9804086 Representation Theory
+math/9905032 Combinatorics
+q-alg/9612025 Quantum Algebra
+q-alg/9703037 Quantum Algebra
+q-alg/9712050 Quantum Algebra
+quant-ph/0606016
+0705.1273 Probability
+0707.1109 Geometric Topology
+0708.4197 Other Condensed Matter
+0710.1519 Probability
+0710.2608 Statistics Theory
+0710.5641 Differential Geometry
+0711.4192 Analysis of PDEs
+0801.0538 Differential Geometry
+0801.3608 Superconductivity
+0802.2601 Other Condensed Matter
+0802.3994 Algebraic Geometry
+0803.0328 Optics
+0803.0756 Strongly Correlated Electrons
+0804.0478 Representation Theory
+0804.2611 Other Condensed Matter
+0804.3782 Theory
+0805.3501
+0805.4332 Probability
+0806.1440 Algebraic Geometry
+0807.0335 Metric Geometry
+0807.0648 Atomic Physics
+0807.2120 Data Structures and Algorithms
+0808.1516 Mesoscale and Nanoscale Physics
+0808.1635 Optics
+0809.0242
+0809.0663 Representation Theory
+0809.1692 Analysis of PDEs
+0809.2093 Computational Complexity
+0809.2097 Data Structures and Algorithms
+0809.2102 History and Philosophy of Physics
+0809.2110 Mesoscale and Nanoscale Physics
+0809.2112
+0809.2114 Analysis of PDEs
+0809.2116 Complex Variables
+0809.2118 Theory
+0809.2121 Algebraic Geometry
+0809.2125 Numerical Analysis
+0809.2127 Representation Theory
+0809.2134 Combinatorics
+0809.2139 History and Overview
+0809.2141 Plasma Physics
+0809.2149 Chaotic Dynamics
+0809.2150 Atomic Physics
+0809.2151
+0809.2160 Algebraic Geometry
+0809.2167 Dynamical Systems
+0809.2169 Superconductivity
+0809.2183
+0809.2187
+0809.2188 Rings and Algebras
+0809.2203
+0809.2205
+0809.2220 Chaotic Dynamics
+0809.2229 Chaotic Dynamics
+0809.2236 Combinatorics
+0809.2239 Mesoscale and Nanoscale Physics
+0809.2240 Group Theory
+0809.2241 Differential Geometry
+0809.2246
+0809.2251 Group Theory
+0809.2255 Spectral Theory
+0809.2257 Strongly Correlated Electrons
+0809.2261 Soft Condensed Matter
+0809.2265
+0809.2268 Differential Geometry
+0809.2276
+cond-mat/0002426 Statistical Mechanics
+cond-mat/0003401 Statistical Mechanics
+cond-mat/0507681 Other Condensed Matter
+cond-mat/0608710 Other Condensed Matter
+cs/0609062 Programming Languages
+cs/0612095 Learning
+math/0104128 Differential Geometry
+math/0605656 Differential Geometry
+math/0606047 Optimization and Control
+math/0607526 Quantum Algebra
+math/0610160 Differential Geometry
+math/0702353 Numerical Analysis
+0704.0644 Combinatorics
+0705.1607 Mesoscale and Nanoscale Physics
+0706.4260 Statistical Mechanics
+0708.2457 Number Theory
+0709.0879 Materials Science
+0711.1478 Classical Analysis and ODEs
+0712.3494 Biomolecules
+0712.4190 Phenomenology
+0801.2719 Statistical Mechanics
+0801.3121 Mesoscale and Nanoscale Physics
+0802.2364 Mesoscale and Nanoscale Physics
+0802.3520 Functional Analysis
+0803.2736 General Mathematics
+0803.3426 Superconductivity
+0803.3593 Strongly Correlated Electrons
+0804.4426 Geometric Topology
+0805.1904
+0805.3651 Soft Condensed Matter
+0805.3893
+0805.4049 Discrete Mathematics
+0805.4553 Exactly Solvable and Integrable Systems
+0805.4701 Combinatorics
+0806.0425 Symplectic Geometry
+0806.2361 General Mathematics
+0806.3278
+0806.4283 Strongly Correlated Electrons
+0806.4337
+0806.4378 Statistical Mechanics
+0806.4391 Learning
+0806.4393
+0806.4398 Number Theory
+0806.4400 Superconductivity
+0806.4413 Algebraic Geometry
+0806.4424
+0806.4428
+0806.4432 Superconductivity
+0806.4433 Commutative Algebra
+0806.4440 Statistical Mechanics
+0806.4441 Probability
+0806.4445 Statistics Theory
+0806.4450 Strongly Correlated Electrons
+0806.4466 General Physics
+0806.4470 Analysis of PDEs
+0806.4471 General Mathematics
+0806.4478 Probability
+0806.4479 Statistical Mechanics
+0806.4488 Algebraic Geometry
+0806.4491 General Mathematics
+0806.4492 Algebraic Geometry
+0806.4493
+0806.4496 Representation Theory
+0806.4497 Probability
+0806.4498 Dynamical Systems
+0806.4499 General Topology
+0806.4503 Phenomenology
+0806.4515 History and Philosophy of Physics
+0806.4516 Materials Science
+0806.4524 Phenomenology
+0806.4525 Analysis of PDEs
+0806.4527
+0806.4532 Commutative Algebra
+0806.4547 Algebraic Topology
+0806.4548
+0806.4550 Analysis of PDEs
+0806.4556 Fluid Dynamics
+0806.4565 Statistical Mechanics
+0806.4572 Information Theory
+0806.4576 Populations and Evolution
+0806.4580 Number Theory
+cond-mat/0604113 Mesoscale and Nanoscale Physics
+cond-mat/0606589 Mesoscale and Nanoscale Physics
+cs/0607094 Computational Geometry
+hep-th/0608181 Theory
+math/0605627 Algebraic Topology
+math/0607802 Statistics Theory
+math/0608368 Differential Geometry
+math/0609825 Combinatorics
+math/0611578 Geometric Topology
+quant-ph/0512159
+0706.0453 Dynamical Systems
+0709.0259 Information Theory
+0710.1136 Differential Geometry
+0710.5480 Theory
+0711.3940 Number Theory
+0712.0630
+0712.4161 Applications
+0801.2625 Probability
+0801.2756 Chaotic Dynamics
+0801.4844 Group Theory
+0802.2723 Information Theory
+0802.3689
+0804.1471 Disordered Systems and Neural Networks
+0804.3290 Functional Analysis
+0804.4422 Strongly Correlated Electrons
+0805.3780 Materials Science
+0805.3821 Superconductivity
+0806.1122 Analysis of PDEs
+0806.2360 Computational Geometry
+0806.3705
+0807.0529
+0807.2416 Biological Physics
+0807.4182
+0808.0178
+0808.1325 Experiment
+0808.2210
+0808.2605 Phenomenology
+0808.2772 Superconductivity
+0808.3489 Dynamical Systems
+0808.3825 Commutative Algebra
+0809.0125
+0809.0451
+0809.0580 Dynamical Systems
+0809.1200 Theory
+0809.3175 Experiment
+0809.3701 Optics
+0809.3956 Experiment
+0809.4150 Experiment
+0809.4641 Phenomenology
+0809.4713 Differential Geometry
+0809.4725 Numerical Analysis
+0809.4773 Phenomenology
+0809.5010 Experiment
+0809.5133
+0809.5144 Experiment
+0810.0088 Quantum Algebra
+0810.0112 Experiment
+0810.0254 Lattice
+0810.0374 Lattice
+0810.0381 Instrumentation and Detectors
+0810.0404 Experiment
+0810.0502 Experiment
+0810.0531 Mesoscale and Nanoscale Physics
+0810.0533 Experiment
+0810.0537
+0810.0546 Lattice
+0810.0548 Lattice
+0810.0561 Applications
+0810.0566 Experiment
+0810.0567 Information Theory
+0810.0572 Probability
+0810.0574 Differential Geometry
+0810.0575 Differential Geometry
+0810.0576 Differential Geometry
+0810.0578 Differential Geometry
+0810.0579 Statistics Theory
+0810.0583 Instrumentation and Detectors
+0810.0591 Geometric Topology
+0810.0593 Probability
+0810.0594 Combinatorics
+0810.0595
+0810.0599 Probability
+0810.0601 Complex Variables
+0810.0605 Classical Physics
+0810.0606 Phenomenology
+0810.0607 Statistical Mechanics
+0810.0614 History and Philosophy of Physics
+0810.0616 Mesoscale and Nanoscale Physics
+0810.0619 Phenomenology
+0810.0627
+0810.0631
+0810.0647 Analysis of PDEs
+0810.0648 Plasma Physics
+0810.0650 Probability
+0810.0651 Dynamical Systems
+0810.0653 Complex Variables
+0810.0654 Analysis of PDEs
+0810.0656 Functional Analysis
+0810.0657
+0810.0669 Differential Geometry
+0810.0671
+0810.0673
+0810.0674 Data Structures and Algorithms
+0810.0681 Soft Condensed Matter
+0810.0683
+0810.0684
+0810.0688 Representation Theory
+0810.0689 Materials Science
+0810.0690 Group Theory
+0810.0692
+0810.0693
+astro-ph/0312516
+cond-mat/0510532 Soft Condensed Matter
+cond-mat/0612229 Strongly Correlated Electrons
+cs/0609076 Information Theory
+math/0309336 Category Theory
+math/0407437 Group Theory
+math/0505518 Combinatorics
+math/0611033 Differential Geometry
+math/0703773 Differential Geometry
+physics/0510086 General Physics
+physics/0606253 Data Analysis, Statistics and Probability
+physics/0702174 Popular Physics
+quant-ph/0611231
+0705.4462 Statistical Mechanics
+0705.4510 Functional Analysis
+0706.0173
+0706.2866 Disordered Systems and Neural Networks
+0707.2186 Probability
+0707.3501 Superconductivity
+0709.1610 Classical Analysis and ODEs
+0709.2731 Soft Condensed Matter
+0709.3447 Algebraic Geometry
+0710.0538 Mesoscale and Nanoscale Physics
+0710.2383
+0710.5240 Mesoscale and Nanoscale Physics
+0711.0255
+0711.1218
+0712.1822 Materials Science
+0712.2544
+0801.0779 Strongly Correlated Electrons
+0801.3138 General Physics
+0801.3483 Superconductivity
+0801.4179 Differential Geometry
+0802.0887
+0802.1083 Geometric Topology
+0802.2491 Probability
+0802.3626 Logic in Computer Science
+0802.3635 Representation Theory
+0802.3703 Combinatorics
+0802.3800 Representation Theory
+0802.3865 Rings and Algebras
+0802.3895 Software Engineering
+0802.3901
+0802.3903
+0802.3910
+0802.3915 Quantitative Methods
+0802.3917
+0802.3919 Human-Computer Interaction
+0802.3924 Human-Computer Interaction
+0802.3925 Functional Analysis
+0802.3937 Fluid Dynamics
+0802.3941 Statistical Mechanics
+0802.3944
+0802.3961
+0802.3963
+0802.3964 Quantum Algebra
+0802.3969 Applications
+0802.3973 Chaotic Dynamics
+0802.3974 Logic in Computer Science
+0802.3976 Soft Condensed Matter
+0802.3977
+0802.3993 Soft Condensed Matter
+0802.3997
+0802.3998 Materials Science
+0802.4006 Numerical Analysis
+0802.4007 Representation Theory
+0802.4008
+0802.4010 Neurons and Cognition
+0802.4014 Mesoscale and Nanoscale Physics
+0802.4016 Number Theory
+0802.4017 Number Theory
+0802.4029
+0802.4032 Exactly Solvable and Integrable Systems
+0802.4034 Physics Education
+0802.4045 Dynamical Systems
+0802.4056 Phenomenology
+0802.4065 Theory
+0802.4067 Algebraic Geometry
+0802.4068 Geometric Topology
+0802.4072
+0802.4073 Mesoscale and Nanoscale Physics
+0802.4079 Information Theory
+cond-mat/0703470 Disordered Systems and Neural Networks
+hep-th/0703183 Theory
+math/0210379 General Topology
+math/0501379 Combinatorics
+math/0507249 Combinatorics
+math/0509006 Functional Analysis
+math/0608748 Geometric Topology
+math/0609285 Statistics Theory
+math/0609436 Quantum Algebra
+math/0611100 Quantum Algebra
+math/0611534 Quantum Algebra
+math/0611540 Quantum Algebra
+math/0612134 Combinatorics
+math/0612183 Differential Geometry
+math/0702836 Algebraic Geometry
+math/0703183 Geometric Topology
+quant-ph/0601191
+quant-ph/0612019
+0705.4571 Representation Theory
+0706.1863 Superconductivity
+0707.2840
+0707.2927 Rings and Algebras
+0707.4614
+0708.0887 Differential Geometry
+0708.1571 Number Theory
+0708.2082 General Mathematics
+0708.3027 Differential Geometry
+0708.4287 Probability
+0709.0876 Mesoscale and Nanoscale Physics
+0709.1018 Disordered Systems and Neural Networks
+0710.2922
+0710.2994 Number Theory
+0710.4117 Neurons and Cognition
+0710.5296 Strongly Correlated Electrons
+0711.3440 Group Theory
+0712.0080 Mesoscale and Nanoscale Physics
+0801.0992 Mesoscale and Nanoscale Physics
+0801.1396 Algebraic Geometry
+0801.1997 Rings and Algebras
+0801.2156
+0801.2231 Statistics Theory
+0801.3723 Mesoscale and Nanoscale Physics
+0801.4626 Strongly Correlated Electrons
+0802.1394 Group Theory
+0802.2010
+0802.2293 Strongly Correlated Electrons
+0802.2986 Atomic Physics
+0802.4212 General Physics
+0803.0427 Differential Geometry
+0803.1120 Information Theory
+0803.1347
+0803.2785 Quantum Algebra
+0803.2928 Experiment
+0803.3013 Phenomenology
+0803.3327
+0803.3329 Phenomenology
+0803.3487 Number Theory
+0803.3636 Plasma Physics
+0803.3643
+0803.3645 Information Theory
+0803.3657 Information Theory
+0803.3658 Information Theory
+0803.3660 Probability
+0803.3669 K-Theory and Homology
+0803.3670 Discrete Mathematics
+0803.3682
+0803.3683 Analysis of PDEs
+0803.3685
+0803.3687 Algebraic Geometry
+0803.3689 K-Theory and Homology
+0803.3693 Data Structures and Algorithms
+0803.3695 Number Theory
+0803.3698 Statistical Mechanics
+0803.3699
+0803.3702 Algebraic Geometry
+0803.3703 Physics and Society
+0803.3705 Mesoscale and Nanoscale Physics
+0803.3708 Algebraic Geometry
+0803.3711 Differential Geometry
+0803.3716 Probability
+0803.3726 Dynamical Systems
+0803.3738 Classical Analysis and ODEs
+0803.3739 Analysis of PDEs
+0803.3742 Networking and Internet Architecture
+0803.3744 Mesoscale and Nanoscale Physics
+0803.3746 Neural and Evolutionary Computing
+0803.3755 Statistical Mechanics
+0803.3758 Dynamical Systems
+0803.3765 Superconductivity
+0803.3767 Functional Analysis
+0803.3776 General Physics
+0803.3778 General Mathematics
+0803.3798 Algebraic Topology
+cond-mat/0403522 Strongly Correlated Electrons
+cond-mat/0502292 Strongly Correlated Electrons
+hep-ph/0604063 Phenomenology
+math/0212039 Algebraic Geometry
+math/0602473 Geometric Topology
+math/0607449 Differential Geometry
+math/0608577 Number Theory
+math/0610353 Algebraic Geometry
+math/0610895 Representation Theory
+math/0610896 Representation Theory
+math/0611681 Statistics Theory
+math/0701721 Commutative Algebra
+math/0701770 Statistics Theory
+math/0703597 Probability
+physics/0603045 Optics
+physics/0604207 General Physics
+physics/0607067 General Physics
+quant-ph/0703256
+0704.0040 Operator Algebras
+0705.0566 Materials Science
+0705.2321 Probability
+0706.3175 Other Condensed Matter
+0706.3695 Materials Science
+0707.3403 Quantum Algebra
+0707.4375
+0709.4246 Mesoscale and Nanoscale Physics
+0711.2810 Representation Theory
+0712.3827 Chaotic Dynamics
+0802.0526 Soft Condensed Matter
+0802.1078 Superconductivity
+0802.2709 Algebraic Geometry
+0802.4256 Materials Science
+0803.0018 Numerical Analysis
+0803.1141 Number Theory
+0803.2955 Statistical Mechanics
+0804.0784 Materials Science
+0804.1944
+0804.2972 Statistical Mechanics
+0805.1843 Other Condensed Matter
+0806.1592 Strongly Correlated Electrons
+0807.0165 Plasma Physics
+0807.1094 Superconductivity
+0807.2463 Group Theory
+0808.0786 Mesoscale and Nanoscale Physics
+0808.2080 Geometric Topology
+0808.2439 Algebraic Geometry
+0808.3606
+0808.3637 Lattice
+0809.0323 Group Theory
+0809.0342 Experiment
+0809.0577 Statistical Mechanics
+0809.0603 Combinatorics
+0809.0692
+0809.0702 Combinatorics
+0809.0708 General Physics
+0809.0719 Numerical Analysis
+0809.0723 Information Retrieval
+0809.0725 Mesoscale and Nanoscale Physics
+0809.0727 Robotics
+0809.0728 Information Theory
+0809.0729
+0809.0730 Geometric Topology
+0809.0740 Metric Geometry
+0809.0741 Combinatorics
+0809.0742
+0809.0744 Metric Geometry
+0809.0746 Metric Geometry
+0809.0748 Combinatorics
+0809.0752 Spectral Theory
+0809.0753 Artificial Intelligence
+0809.0755 Artificial Intelligence
+0809.0760
+0809.0767 Commutative Algebra
+0809.0772 Dynamical Systems
+0809.0777 Optics
+0809.0782
+0809.0803 Geophysics
+0809.0804 Rings and Algebras
+0809.0808 Functional Analysis
+0809.0812 Probability
+0809.0813 Probability
+0809.0814 Statistics Theory
+0809.0819 Chaotic Dynamics
+0809.0820 Soft Condensed Matter
+0809.0823
+0809.0824 Differential Geometry
+0809.0826 Functional Analysis
+0809.0829 Differential Geometry
+0809.0833 Networking and Internet Architecture
+0809.0850
+0809.0861 Phenomenology
+0809.0870 Algebraic Geometry
+0809.0871 Combinatorics
+0809.0885 Experiment
+cs/0310034 Computational Geometry
+hep-th/0312048 Theory
+math/0402021 Rings and Algebras
+math/0411009 Combinatorics
+math/0505334 Combinatorics
+math/0609237 Group Theory
+math/0612570 Operator Algebras
+math/0702579 Algebraic Geometry
+math/0703663 Spectral Theory
+0704.0567 Pricing of Securities
+0704.0773 Statistical Finance
+0704.1786 General Physics
+0705.0029 General Finance
+0705.0503 Statistics Theory
+0705.1297 Pricing of Securities
+0705.1302 Pricing of Securities
+0705.2820 Trading and Market Microstructure
+0705.3117 Disordered Systems and Neural Networks
+0705.3248 Data Analysis, Statistics and Probability
+0705.4023 Trading and Market Microstructure
+0705.4382 Materials Science
+0706.0168 Data Analysis, Statistics and Probability
+0706.0462 Pricing of Securities
+0706.0480 Portfolio Management
+0706.0664 Dynamical Systems
+0706.1028 General Finance
+0706.1247 Statistical Finance
+0706.1300 Pricing of Securities
+0706.1454 General Finance
+0706.1836 Statistics Theory
+0706.1839 Physics and Society
+0706.2140 Statistical Finance
+0706.3331 Risk Management
+0706.4432 General Finance
+0707.0854 General Finance
+0707.2284 Statistical Finance
+0707.2341 General Finance
+0707.3198 Portfolio Management
+0707.3478 Risk Management
+0707.3482 Statistical Finance
+0707.3703 General Finance
+0707.4414 Algebraic Geometry
+0708.0063 Statistical Finance
+0708.0121 Risk Management
+0708.0124 Risk Management
+0708.0353 Statistical Finance
+0708.0544 Pricing of Securities
+0708.0562 Statistical Finance
+0708.0588 Portfolio Management
+0708.0998 Computational Finance
+0708.1146 Pricing of Securities
+0708.2020 Pricing of Securities
+0708.2071 Physics and Society
+0708.2542 Portfolio Management
+0708.3467 General Finance
+0708.3472 Statistical Finance
+0708.4022 Statistical Finance
+0708.4095 Pricing of Securities
+0708.4289 General Physics
+0708.4376 Statistical Finance
+0709.0159 Statistical Finance
+0709.0232 Risk Management
+0709.0440 Statistical Finance
+0709.0668 Statistical Finance
+0709.0810 Statistical Finance
+0709.1219 Statistical Finance
+0709.1281 Probability
+0709.1536 Statistical Finance
+0709.1589 Pricing of Securities
+0709.2209 Statistical Finance
+0709.2416 Statistical Finance
+0709.2830 Portfolio Management
+0709.4093 General Finance
+0709.4355 General Finance
+0710.0069 Pricing of Securities
+0710.0114 Trading and Market Microstructure
+0710.0241 Pricing of Securities
+0710.0459 General Finance
+0710.0576 Data Analysis, Statistics and Probability
+0710.0745 General Finance
+0710.0753 Pricing of Securities
+0710.0802 Statistical Finance
+0710.1014 General Finance
+0710.1139 General Finance
+0710.1893 Statistical Finance
+0710.1909 Trading and Market Microstructure
+0710.2403 Mesoscale and Nanoscale Physics
+0710.2583 Statistical Finance
+0710.2758 Pricing of Securities
+0710.2792 Pricing of Securities
+0710.2876 General Finance
+0710.2991 Statistical Finance
+0710.3892 Risk Management
+0710.4106 Risk Management
+0710.5101 Other Condensed Matter
+0710.5497 Statistical Finance
+0711.0223 Pricing of Securities
+0711.0644 Statistical Finance
+0711.1143 Pricing of Securities
+0711.1272 Pricing of Securities
+0711.1594 Methodology
+0711.1595 Statistical Finance
+0711.2550 Statistical Finance
+0711.2624 Pricing of Securities
+0711.2718 Portfolio Management
+0711.2807 Pricing of Securities
+0711.3106 Statistical Finance
+0711.4710 General Finance
+0712.0912 Trading and Market Microstructure
+0712.1093 Pricing of Securities
+0712.2088 General Finance
+0712.2220 General Finance
+0712.2684 General Finance
+0712.2687 Trading and Market Microstructure
+0712.3363 Risk Management
+0712.3992 Physics and Society
+0801.1475 Statistical Finance
+0801.1599 Statistical Finance
+0801.1710 Statistical Finance
+0801.2980 General Finance
+0801.3047 Statistical Finance
+0801.3191 Probability
+0801.3263 Statistical Finance
+0801.3348 Trading and Market Microstructure
+0801.3712 Trading and Market Microstructure
+0801.4337 General Finance
+0801.4665 Symplectic Geometry
+0802.0214 Statistical Finance
+0802.0220 Statistical Finance
+0802.0223 Statistical Finance
+0802.1407 Computational Finance
+0802.1416 General Finance
+0802.1823 Pricing of Securities
+0802.2172 Pricing of Securities
+0802.3039 Pricing of Securities
+0802.3291 Trading and Market Microstructure
+0802.3541 Physics and Society
+0802.3553 Computational Finance
+0802.3585 Pricing of Securities
+0802.3679 Pricing of Securities
+0802.4043 Statistical Finance
+0803.0057 Statistical Finance
+0803.0436 Statistical Finance
+0803.1087 Artificial Intelligence
+0803.1374 Statistical Finance
+0803.1589 Pricing of Securities
+0803.1769 Statistical Finance
+0803.2169 Pricing of Securities
+0803.2198 Pricing of Securities
+0803.2302 Pricing of Securities
+0803.2388 General Finance
+0803.2402 Classical Physics
+0803.2773 Data Analysis, Statistics and Probability
+0803.2996 General Finance
+0803.3959 Physics and Society
+0803.4282 Pricing of Securities
+0803.4480 Statistical Finance
+0804.0185 Statistical Finance
+0804.0277 Data Structures and Algorithms
+0804.0459
+0804.0482 Pricing of Securities
+0804.1039 Statistical Finance
+0804.1414 General Finance
+0804.2255 Materials Science
+0804.2441 Chaotic Dynamics
+0804.2589 Pricing of Securities
+0804.2772 General Finance
+0804.3209 Risk Management
+0804.3431 Statistical Finance
+0804.3658 General Finance
+0804.3818 Statistical Finance
+0804.4191 Statistical Finance
+0804.4522 Portfolio Management
+0805.1353 Trading and Market Microstructure
+0805.2477 Statistical Finance
+0805.2713 Statistical Finance
+0805.2792 General Finance
+0805.3014 Disordered Systems and Neural Networks
+0805.3129 Risk Management
+0805.3981 Portfolio Management
+0806.0815 Strongly Correlated Electrons
+0806.0932 Pricing of Securities
+0806.1986 Superconductivity
+0806.2124 Trading and Market Microstructure
+0806.2606 General Finance
+0806.2841
+0806.3365 Materials Science
+0806.3399 Risk Management
+0806.3813 General Finance
+0806.4026 Portfolio Management
+0806.4676 Pricing of Securities
+0806.4834 Portfolio Management
+0807.0563 Statistical Mechanics
+0807.0925 Trading and Market Microstructure
+0807.1201 Statistical Finance
+0807.1639 General Finance
+0807.1771 Statistical Finance
+0807.1831 Statistical Finance
+0807.1888 Trading and Market Microstructure
+0807.2083 Statistical Finance
+0807.2124 Pricing of Securities
+0807.3464 Statistical Finance
+0807.3479 Statistical Finance
+0807.3898 General Finance
+0807.3960 Trading and Market Microstructure
+0807.4394 Statistical Finance
+0807.4484 General Finance
+0807.4958 Risk Management
+0807.5001 Probability
+0808.1090 Statistical Finance
+0808.1538 Statistical Finance
+0808.3196 Computer Science and Game Theory
+0808.3269 Data Analysis, Statistics and Probability
+0808.3360 Statistical Finance
+0808.4012 Pricing of Securities
+0809.0437 Statistical Finance
+0809.0448 Trading and Market Microstructure
+0809.0822 Trading and Market Microstructure
+0809.0979 Cellular Automata and Lattice Gases
+0809.1139 Statistical Finance
+0809.1747 Pricing of Securities
+0809.1985 Pricing of Securities
+0809.2878 Pricing of Securities
+0809.3148 Algebraic Geometry
+0809.3305 Pricing of Securities
+0809.3375 Pricing of Securities
+0809.3824 Trading and Market Microstructure
+0809.3902 Statistical Finance
+0809.4372 Risk Management
+0809.4519 Dynamical Systems
+0809.4570 Statistical Finance
+0809.5065 Mesoscale and Nanoscale Physics
+0810.0207
+0810.0678 Portfolio Management
+0810.0917 General Finance
+0810.1059 Probability
+0810.2016 Pricing of Securities
+0810.2894 Statistical Mechanics
+0810.3439 Fluid Dynamics
+0810.3603 Algebraic Geometry
+0810.4608 General Finance
+0810.4912 Statistical Finance
+0811.0290 Number Theory
+0811.0352 General Finance
+0811.0356 General Finance
+0811.0489 General Finance
+0811.0490 General Finance
+0811.0889 General Finance
+0811.0892 General Finance
+0811.0896 General Finance
+0811.0957 General Physics
+0811.0961 Differential Geometry
+0811.1182 General Finance
+0811.1896 Probability
+0811.2011 Representation Theory
+0811.2124 General Finance
+0811.2125 General Finance
+0811.3090 Physics and Society
+0811.3705 Statistics Theory
+0811.3749 Probability
+0811.4637 Statistical Mechanics
+0812.0019 Rings and Algebras
+0812.0020 Functional Analysis
+0812.0030 Data Analysis, Statistics and Probability
+0812.0032 Algebraic Geometry
+0812.0035 Number Theory
+0812.0036 Number Theory
+0812.0037 Group Theory
+0812.0039 Differential Geometry
+0812.0040
+0812.0041 Symplectic Geometry
+0812.0046
+0812.0047 Combinatorics
+0812.0049 Symplectic Geometry
+0812.0051 Methodology
+0812.0052 Methodology
+0812.0054
+0812.0058 Optimization and Control
+0812.0059 Representation Theory
+0812.0062 Algebraic Geometry
+0812.0063 Classical Analysis and ODEs
+0812.0067 Symbolic Computation
+0812.0071 Analysis of PDEs
+0812.0073 Dynamical Systems
+0812.0075 Complex Variables
+0812.0076 Complex Variables
+0812.0083 Classical Analysis and ODEs
+0812.0093
+0812.0095 Materials Science
+0812.0096 Operator Algebras
+0812.0100
+0812.0103 Soft Condensed Matter
+0812.0104 Probability
+0812.0105 Analysis of PDEs
+0812.0108 General Physics
+0812.0111 Cellular Automata and Lattice Gases
+0812.0114
+0812.0126
+0812.0129 Symplectic Geometry
+0812.0131 Probability
+0812.0134 Atmospheric and Oceanic Physics
+0812.0135
+0812.0142 Optics
+0812.0148 Other Condensed Matter
+0812.0151 Algebraic Topology
+0812.0154 Algebraic Topology
+0812.0157 Tissues and Organs
+0812.0160 Biomolecules
+0812.0162 Differential Geometry
+0812.0164 Combinatorics
+0812.0168
+0812.0170
+0812.0172 Numerical Analysis
+0812.0174 General Physics
+0812.0179 Number Theory
+0812.0180 Instrumentation and Detectors
+0812.0183 Theory
+0812.0189 Operator Algebras
+0812.0190
+0812.0191 Subcellular Processes
+0812.0197 Computational Geometry
+0812.0198 Computer Science and Game Theory
+0812.0209 Data Structures and Algorithms
+0812.0212 General Physics
+0812.0220 Superconductivity
+0812.0230 Phenomenology
+0812.0238
+0812.0240
+0812.0250
+0812.0259 Representation Theory
+0812.0262 Digital Libraries
+0812.0270 Phenomenology
+0812.0271 Algebraic Geometry
+0812.0276 Symplectic Geometry
+0812.0280
+0812.0283 Computational Complexity
+0812.0286 Algebraic Geometry
+0812.0289 Optics
+0812.0292 General Physics
+0812.0293
+0812.0297
+0812.0299 Symplectic Geometry
+0812.0300 Soft Condensed Matter
+0812.0312 Complex Variables
+0812.0313 Algebraic Topology
+0812.0314 Complex Variables
+0812.0315 Phenomenology
+0812.0317 Algebraic Topology
+0812.0319 Information Theory
+0812.0327 Geophysics
+0812.0329 Information Theory
+0812.0357 Strongly Correlated Electrons
+0812.0359 Phenomenology
+cond-mat/0001434 Statistical Mechanics
+cond-mat/0004376 Statistical Mechanics
+cond-mat/0005416 Statistical Mechanics
+cond-mat/0005430 Statistical Mechanics
+cond-mat/0006034 Disordered Systems and Neural Networks
+cond-mat/0006038 Statistical Mechanics
+cond-mat/0006133 Statistical Mechanics
+cond-mat/0006260 Statistical Mechanics
+cond-mat/0008466 Statistical Mechanics
+cond-mat/0009042 Statistical Mechanics
+cond-mat/0009260 Statistical Mechanics
+cond-mat/0009350 Statistical Mechanics
+cond-mat/0009437 Statistical Mechanics
+cond-mat/0010190 Statistical Mechanics
+cond-mat/0010211 Statistical Mechanics
+cond-mat/0011042 Statistical Mechanics
+cond-mat/0011145 Statistical Mechanics
+cond-mat/0011149 Statistical Mechanics
+cond-mat/0011280 Statistical Mechanics
+cond-mat/0011295 Statistical Mechanics
+cond-mat/0011337 Disordered Systems and Neural Networks
+cond-mat/0011373 Statistical Mechanics
+cond-mat/0012419 Statistical Mechanics
+cond-mat/0012479 Statistical Mechanics
+cond-mat/0012497 Disordered Systems and Neural Networks
+cond-mat/0012514 Soft Condensed Matter
+cond-mat/0101351 Statistical Mechanics
+cond-mat/0101371 Statistical Mechanics
+cond-mat/0102301 Statistical Mechanics
+cond-mat/0102304 Statistical Mechanics
+cond-mat/0102369 Statistical Mechanics
+cond-mat/0103033 Statistical Mechanics
+cond-mat/0103106 Statistical Mechanics
+cond-mat/0103544 Statistical Mechanics
+cond-mat/0103606 Statistical Mechanics
+cond-mat/0103621 Statistical Mechanics
+cond-mat/0104362 Statistical Mechanics
+cond-mat/0104456 Disordered Systems and Neural Networks
+cond-mat/0104472 Statistical Mechanics
+cond-mat/0105373 Disordered Systems and Neural Networks
+cond-mat/0106317 Statistical Mechanics
+cond-mat/0106401 Disordered Systems and Neural Networks
+cond-mat/0107150 Statistical Mechanics
+cond-mat/0107190 Statistical Mechanics
+cond-mat/0107593 Statistical Mechanics
+cond-mat/0108017 Statistical Mechanics
+cond-mat/0108028 Statistical Mechanics
+cond-mat/0108033 Disordered Systems and Neural Networks
+cond-mat/0108549 Disordered Systems and Neural Networks
+cond-mat/0109026 Disordered Systems and Neural Networks
+cond-mat/0109410 Statistical Mechanics
+cond-mat/0110124 Statistical Mechanics
+cond-mat/0111257 Statistical Mechanics
+cond-mat/0111349 Statistical Mechanics
+cond-mat/0111525 Disordered Systems and Neural Networks
+cond-mat/0111529 Statistical Mechanics
+cond-mat/0111579 Statistical Mechanics
+cond-mat/0112045 Statistical Mechanics
+cond-mat/0112484 Disordered Systems and Neural Networks
+cond-mat/0201192 Statistical Mechanics
+cond-mat/0201345 Disordered Systems and Neural Networks
+cond-mat/0201514 Statistical Mechanics
+cond-mat/0202028 Statistical Mechanics
+cond-mat/0202203 Statistical Mechanics
+cond-mat/0202352 Statistical Mechanics
+cond-mat/0202388 Statistical Mechanics
+cond-mat/0203046 Statistical Mechanics
+cond-mat/0203399 Statistical Mechanics
+cond-mat/0203591 Disordered Systems and Neural Networks
+cond-mat/0203607 Statistical Mechanics
+cond-mat/0204234 Statistical Mechanics
+cond-mat/0204261 Statistical Mechanics
+cond-mat/0204626 Statistical Mechanics
+cond-mat/0205262 Disordered Systems and Neural Networks
+cond-mat/0205520 Statistical Mechanics
+cond-mat/0205636 Statistical Mechanics
+cond-mat/0206457 Soft Condensed Matter
+cond-mat/0207156 Statistical Mechanics
+cond-mat/0207227 Statistical Mechanics
+cond-mat/0207376 Statistical Mechanics
+cond-mat/0207428 Statistical Mechanics
+cond-mat/0207523 Disordered Systems and Neural Networks
+cond-mat/0208240 Soft Condensed Matter
+cond-mat/0208310 Disordered Systems and Neural Networks
+cond-mat/0208574 Statistical Mechanics
+cond-mat/0209065 Statistical Mechanics
+cond-mat/0209103 Disordered Systems and Neural Networks
+cond-mat/0209373 Statistical Mechanics
+cond-mat/0209584 Disordered Systems and Neural Networks
+cond-mat/0209685 Statistical Mechanics
+cond-mat/0211039 Soft Condensed Matter
+cond-mat/0211175 Statistical Mechanics
+cond-mat/0212010 Statistical Mechanics
+cond-mat/0212249 Statistical Mechanics
+cond-mat/0212393 Statistical Mechanics
+cond-mat/0212641 Statistical Mechanics
+cond-mat/0301268 Statistical Mechanics
+cond-mat/0302095 Statistical Mechanics
+cond-mat/0302147 Statistical Mechanics
+cond-mat/0302270 Statistical Mechanics
+cond-mat/0302434 Statistical Mechanics
+cond-mat/0302507 Statistical Mechanics
+cond-mat/0303222 Statistical Mechanics
+cond-mat/0303306 Statistical Mechanics
+cond-mat/0303568 Statistical Mechanics
+cond-mat/0304143 Statistical Mechanics
+cond-mat/0304331 Statistical Mechanics
+cond-mat/0305004 Statistical Mechanics
+cond-mat/0305270 Statistical Mechanics
+cond-mat/0305417 Disordered Systems and Neural Networks
+cond-mat/0306496 Statistical Mechanics
+cond-mat/0307170 Statistical Mechanics
+cond-mat/0307332 Statistical Mechanics
+cond-mat/0307759 Statistical Mechanics
+cond-mat/0308017 Statistical Mechanics
+cond-mat/0308358 Statistical Mechanics
+cond-mat/0308365 Statistical Mechanics
+cond-mat/0308548 Statistical Mechanics
+cond-mat/0309003 Other Condensed Matter
+cond-mat/0309233 Statistical Mechanics
+cond-mat/0309416 Statistical Mechanics
+cond-mat/0310092 Statistical Mechanics
+cond-mat/0310305 Statistical Mechanics
+cond-mat/0310343 Statistical Mechanics
+cond-mat/0310544 Statistical Mechanics
+cond-mat/0311053 Other Condensed Matter
+cond-mat/0311096 Disordered Systems and Neural Networks
+cond-mat/0311235 Statistical Mechanics
+cond-mat/0311257 Statistical Mechanics
+cond-mat/0311581 Statistical Mechanics
+cond-mat/0312118 Disordered Systems and Neural Networks
+cond-mat/0312149 Statistical Mechanics
+cond-mat/0312413 Other Condensed Matter
+cond-mat/0312658 Statistical Mechanics
+cond-mat/0312703 Other Condensed Matter
+cond-mat/0401225 Statistical Mechanics
+cond-mat/0401329 Statistical Mechanics
+cond-mat/0401495 Disordered Systems and Neural Networks
+cond-mat/0401503 Statistical Mechanics
+cond-mat/0402049 Disordered Systems and Neural Networks
+cond-mat/0402185 Statistical Mechanics
+cond-mat/0402390 Other Condensed Matter
+cond-mat/0402511 Statistical Mechanics
+cond-mat/0402573 Statistical Mechanics
+cond-mat/0402654 Statistical Mechanics
+cond-mat/0403045 Statistical Mechanics
+cond-mat/0403067 Disordered Systems and Neural Networks
+cond-mat/0403161 Statistical Mechanics
+cond-mat/0403167 Other Condensed Matter
+cond-mat/0403177 Statistical Mechanics
+cond-mat/0403465 Other Condensed Matter
+cond-mat/0403469 Other Condensed Matter
+cond-mat/0403563 Statistical Mechanics
+cond-mat/0403624 Statistical Mechanics
+cond-mat/0403681 Statistical Mechanics
+cond-mat/0403713 Other Condensed Matter
+cond-mat/0403761 Other Condensed Matter
+cond-mat/0403767 Other Condensed Matter
+cond-mat/0404103 Other Condensed Matter
+cond-mat/0404106 Other Condensed Matter
+cond-mat/0404108 Other Condensed Matter
+cond-mat/0404264 Statistical Mechanics
+cond-mat/0404684 Other Condensed Matter
+cond-mat/0405390 Statistical Mechanics
+cond-mat/0406224 Other Condensed Matter
+cond-mat/0406225 Statistical Mechanics
+cond-mat/0406326 Statistical Mechanics
+cond-mat/0406385 Other Condensed Matter
+cond-mat/0406556 Other Condensed Matter
+cond-mat/0406694 Other Condensed Matter
+cond-mat/0406696 Other Condensed Matter
+cond-mat/0407321 Other Condensed Matter
+cond-mat/0407383 Statistical Mechanics
+cond-mat/0407418 Statistical Mechanics
+cond-mat/0407603 Other Condensed Matter
+cond-mat/0407769 Other Condensed Matter
+cond-mat/0408166 Statistical Mechanics
+cond-mat/0408227 Other Condensed Matter
+cond-mat/0408292 Other Condensed Matter
+cond-mat/0408358 Other Condensed Matter
+cond-mat/0408409 Statistical Mechanics
+cond-mat/0408625 Statistical Mechanics
+cond-mat/0409097 Other Condensed Matter
+cond-mat/0409319 Other Condensed Matter
+cond-mat/0409342 Disordered Systems and Neural Networks
+cond-mat/0409375 Other Condensed Matter
+cond-mat/0410079 Other Condensed Matter
+cond-mat/0410225 Other Condensed Matter
+cond-mat/0410289 Other Condensed Matter
+cond-mat/0410294 Other Condensed Matter
+cond-mat/0410762 Statistical Mechanics
+cond-mat/0410768 Other Condensed Matter
+cond-mat/0411699 Other Condensed Matter
+cond-mat/0412014 Other Condensed Matter
+cond-mat/0412526 Other Condensed Matter
+cond-mat/0412723 Statistical Mechanics
+cond-mat/0501057 Other Condensed Matter
+cond-mat/0501261 Statistical Mechanics
+cond-mat/0501292 Other Condensed Matter
+cond-mat/0501320 Other Condensed Matter
+cond-mat/0501325 Statistical Mechanics
+cond-mat/0501639 Other Condensed Matter
+cond-mat/0501699 Other Condensed Matter
+cond-mat/0502582 Materials Science
+cond-mat/0502583 Materials Science
+cond-mat/0503567 Disordered Systems and Neural Networks
+cond-mat/0503607 Statistical Mechanics
+cond-mat/0508122 Disordered Systems and Neural Networks
+cond-mat/0508451 Statistical Mechanics
+cond-mat/0512087 Disordered Systems and Neural Networks
+cond-mat/0601279 Statistical Mechanics
+cond-mat/0601576 Materials Science
+cond-mat/0603134 Disordered Systems and Neural Networks
+cond-mat/0603612 Disordered Systems and Neural Networks
+cond-mat/0609048 Statistical Mechanics
+cond-mat/0610022 Statistical Mechanics
+cond-mat/0701571 Superconductivity
+cond-mat/0702236 Disordered Systems and Neural Networks
+cond-mat/0703492 Statistical Mechanics
+cond-mat/9705075 Statistical Mechanics
+cond-mat/9705087 Statistical Mechanics
+cond-mat/9707042 Statistical Mechanics
+cond-mat/9711008 Disordered Systems and Neural Networks
+cond-mat/9801240 Statistical Mechanics
+cond-mat/9801321 Statistical Mechanics
+cond-mat/9803059 Statistical Mechanics
+cond-mat/9803238 Statistical Mechanics
+cond-mat/9803367 Disordered Systems and Neural Networks
+cond-mat/9805115 Statistical Mechanics
+cond-mat/9807066 Statistical Mechanics
+cond-mat/9808240 Statistical Mechanics
+cond-mat/9808305 Statistical Mechanics
+cond-mat/9809199 Soft Condensed Matter
+cond-mat/9810091 Disordered Systems and Neural Networks
+cond-mat/9810232 Statistical Mechanics
+cond-mat/9811292 Statistical Mechanics
+cond-mat/9812318 Statistical Mechanics
+cond-mat/9901035 Statistical Mechanics
+cond-mat/9901225 Disordered Systems and Neural Networks
+cond-mat/9902044 Statistical Mechanics
+cond-mat/9902046 Statistical Mechanics
+cond-mat/9902047 Statistical Mechanics
+cond-mat/9903220 Statistical Mechanics
+cond-mat/9903221 Statistical Mechanics
+cond-mat/9906413 Statistical Mechanics
+cond-mat/9907217 Statistical Mechanics
+cond-mat/9909131 Statistical Mechanics
+cond-mat/9909302 Statistical Mechanics
+cond-mat/9909439 Statistical Mechanics
+cond-mat/9910141 Statistical Mechanics
+cond-mat/9912330 Disordered Systems and Neural Networks
+cs/0605112 Digital Libraries
+cs/0610053 Computational Engineering, Finance, and Science
+cs/0612065 Computer Science and Game Theory
+dg-ga/9707009 Differential Geometry
+gr-qc/0610100
+math/0205120 Probability
+math/0207259 Probability
+math/0207260 Probability
+math/0302104 Optimization and Control
+math/0304151 Optimization and Control
+math/0307265 Probability
+math/0309211 Classical Analysis and ODEs
+math/0309276 Numerical Analysis
+math/0309457 Probability
+math/0311144 Probability
+math/0404447 Probability
+math/0406067 Probability
+math/0407060 Probability
+math/0502105 Probability
+math/0502189 Probability
+math/0502201 Probability
+math/0503198 Combinatorics
+math/0503550 Probability
+math/0503580 Probability
+math/0505551 Probability
+math/0506077 Probability
+math/0506127 Probability
+math/0506621 Probability
+math/0508487 Probability
+math/0509139 Probability
+math/0509231 Analysis of PDEs
+math/0509367 Probability
+math/0510662 Statistics Theory
+math/0601526 Analysis of PDEs
+math/0602013 Probability
+math/0602594 Probability
+math/0604311 Probability
+math/0604640 Probability
+math/0604641 Probability
+math/0605049 Probability
+math/0605062 Probability
+math/0605064 Probability
+math/0605421 Probability
+math/0605457 Probability
+math/0605599 Probability
+math/0606183 Probability
+math/0606520 Probability
+math/0607123 Probability
+math/0609170 Statistics Theory
+math/0610489 Probability
+math/0610791 Number Theory
+math/0610852 Statistics Theory
+math/0611186 Statistics Theory
+math/0611187 Statistics Theory
+math/0612075 Probability
+math/0612816 Number Theory
+math/0701650 Optimization and Control
+math/0702173 Probability
+math/0702249 Probability
+math/0702473 Probability
+math/0702726 Probability
+math/0702727 Probability
+math/0702810 Statistics Theory
+math/0702812 Statistics Theory
+math/0702814 Statistics Theory
+math/0702815 Statistics Theory
+math/0702849 Probability
+math/0703074 Probability
+math/0703079 Optimization and Control
+math/0703085 Probability
+math/0703714 Optimization and Control
+math/0703811 Statistics Theory
+math/0703820 Optimization and Control
+math/0703823 Optimization and Control
+math/0703827 Probability
+math/0703831 Probability
+math/0703832 Probability
+math/0703834 Statistics Theory
+math/0703850 Optimization and Control
+math/9806030 Probability
+math/9907160 Optimization and Control
+nlin/0108012 Adaptation and Self-Organizing Systems
+nlin/0206032 Chaotic Dynamics
+nlin/0209010 Adaptation and Self-Organizing Systems
+nlin/0311055 Adaptation and Self-Organizing Systems
+nlin/0403041 Adaptation and Self-Organizing Systems
+nlin/0411006 Adaptation and Self-Organizing Systems
+nlin/0506015 Adaptation and Self-Organizing Systems
+nlin/0507037 Chaotic Dynamics
+nlin/0507054 Adaptation and Self-Organizing Systems
+nlin/0601074 Chaotic Dynamics
+nlin/0602019 Chaotic Dynamics
+nlin/0701016 Chaotic Dynamics
+physics/0007075 Computational Physics
+physics/0101042 Physics and Society
+physics/0203038 Data Analysis, Statistics and Probability
+physics/0205053 Physics and Society
+physics/0210025 Physics and Society
+physics/0301023 Physics and Society
+physics/0303028 Physics and Society
+physics/0311074 Classical Physics
+physics/0502045 Physics and Society
+physics/0502084 Physics and Society
+physics/0503006 Physics and Society
+physics/0503016 Physics and Society
+physics/0503076 Physics and Society
+physics/0503126 Physics and Society
+physics/0503139 Physics and Society
+physics/0503157 Physics and Society
+physics/0503214 Physics and Society
+physics/0503230 Physics and Society
+physics/0503242 Physics and Society
+physics/0504002 Physics and Society
+physics/0504009 Physics and Society
+physics/0504014 Physics and Society
+physics/0504121 Physics and Society
+physics/0504122 Physics and Society
+physics/0504143 Physics and Society
+physics/0504150 Physics and Society
+physics/0504158 Physics and Society
+physics/0504161 Physics and Society
+physics/0504197 Physics and Society
+physics/0504210 Physics and Society
+physics/0504217 Physics and Society
+physics/0504221 Physics and Society
+physics/0505142 Physics and Society
+physics/0505173 Physics and Society
+physics/0505178 Physics and Society
+physics/0506027 Physics and Society
+physics/0506072 Physics and Society
+physics/0506103 Physics and Society
+physics/0506114 Physics and Society
+physics/0506224 Physics and Society
+physics/0507006 Physics and Society
+physics/0507020 Physics and Society
+physics/0507022 Physics and Society
+physics/0507054 Physics and Society
+physics/0507073 Physics and Society
+physics/0507098 Data Analysis, Statistics and Probability
+physics/0507101 Physics and Society
+physics/0507111 Data Analysis, Statistics and Probability
+physics/0507136 Physics and Society
+physics/0507161 Physics and Society
+physics/0507162 Physics and Society
+physics/0508023 Physics and Society
+physics/0508156 Physics and Society
+physics/0508162 Physics and Society
+physics/0508172 Data Analysis, Statistics and Probability
+physics/0508188 Data Analysis, Statistics and Probability
+physics/0508203 Physics and Society
+physics/0508218 Physics and Society
+physics/0509014 Physics and Society
+physics/0509020 Physics and Society
+physics/0509102 Physics and Society
+physics/0509142 Data Analysis, Statistics and Probability
+physics/0509172 Physics and Society
+physics/0509194 Physics and Society
+physics/0509235 Physics and Society
+physics/0510007 Physics and Society
+physics/0510028 Physics and Society
+physics/0510058 Physics and Society
+physics/0510068 Physics and Society
+physics/0510112 Data Analysis, Statistics and Probability
+physics/0511091 Physics and Society
+physics/0511101 Physics and Society
+physics/0511119 Physics and Society
+physics/0511129 Physics and Society
+physics/0511191 Physics and Society
+physics/0511224 Physics and Society
+physics/0512090 Data Analysis, Statistics and Probability
+physics/0512169 Physics and Society
+physics/0512193 Physics and Society
+physics/0512216 Physics and Society
+physics/0512225 Physics and Society
+physics/0512240 Data Analysis, Statistics and Probability
+physics/0601028 General Physics
+physics/0601047 Data Analysis, Statistics and Probability
+physics/0601098 Physics and Society
+physics/0601126 Data Analysis, Statistics and Probability
+physics/0601174 Physics and Society
+physics/0601176 Physics and Society
+physics/0601187 General Physics
+physics/0601222 Data Analysis, Statistics and Probability
+physics/0602015 Physics and Society
+physics/0602054 General Physics
+physics/0602055 Computational Physics
+physics/0602097 Physics and Society
+physics/0602153 General Physics
+physics/0603012 Physics and Society
+physics/0603084 Data Analysis, Statistics and Probability
+physics/0603103 Physics and Society
+physics/0603141 Physics and Society
+physics/0603147 Physics and Society
+physics/0603152 Physics and Society
+physics/0603182 General Physics
+physics/0604145 General Physics
+physics/0604161 Physics and Society
+physics/0605115 Physics and Society
+physics/0605147 Physics and Society
+physics/0605149 Data Analysis, Statistics and Probability
+physics/0605203 General Physics
+physics/0605251 Physics and Society
+physics/0606015 Physics and Society
+physics/0606020 Physics and Society
+physics/0606035 Physics and Society
+physics/0606040 Data Analysis, Statistics and Probability
+physics/0606041 Data Analysis, Statistics and Probability
+physics/0606115 Physics and Society
+physics/0606161 Physics and Society
+physics/0606213 Physics and Society
+physics/0606224 Data Analysis, Statistics and Probability
+physics/0607014 Physics and Society
+physics/0607030 General Physics
+physics/0607048 General Physics
+physics/0607076 Data Analysis, Statistics and Probability
+physics/0607131 Physics and Society
+physics/0607176 Data Analysis, Statistics and Probability
+physics/0607180 Physics and Society
+physics/0607182 Data Analysis, Statistics and Probability
+physics/0607197 Physics and Society
+physics/0607217 Physics and Society
+physics/0607245 Data Analysis, Statistics and Probability
+physics/0607246 Data Analysis, Statistics and Probability
+physics/0607247 Physics and Society
+physics/0607265 Physics and Society
+physics/0607268 Physics and Society
+physics/0607282 Data Analysis, Statistics and Probability
+physics/0607288 General Physics
+physics/0607293 Physics and Society
+physics/0608004 Data Analysis, Statistics and Probability
+physics/0608009 Data Analysis, Statistics and Probability
+physics/0608010 General Physics
+physics/0608022 Physics and Society
+physics/0608032 Physics and Society
+physics/0608091 Physics and Society
+physics/0608129 General Physics
+physics/0608148 Physics and Society
+physics/0608190 Physics and Society
+physics/0608191 Physics and Society
+physics/0608197 Physics and Society
+physics/0608214 Physics and Society
+physics/0608224 Data Analysis, Statistics and Probability
+physics/0608273 Physics and Society
+physics/0608299 Physics and Society
+physics/0609006 Physics and Society
+physics/0609023 General Physics
+physics/0609053 Physics and Society
+physics/0609066 Physics and Society
+physics/0609093 Physics and Society
+physics/0609100 Physics and Society
+physics/0609136 Physics and Society
+physics/0609164 Physics and Society
+physics/0609170 Physics and Society
+physics/0609210 Physics and Society
+physics/0609230 Physics and Society
+physics/0610023 Physics and Society
+physics/0610047 Physics and Society
+physics/0610049 General Physics
+physics/0610160 Physics and Society
+physics/0610162 Physics and Society
+physics/0610165 Physics and Society
+physics/0610250 Physics and Society
+physics/0611027 Physics and Society
+physics/0611159 Physics and Society
+physics/0611281 Data Analysis, Statistics and Probability
+physics/0612084 Physics and Society
+physics/0612091 Physics and Society
+physics/0612170 Physics and Society
+physics/0612221 Data Analysis, Statistics and Probability
+physics/0701017 Physics and Society
+physics/0701025 Physics and Society
+physics/0701179 Physics and Society
+physics/0702003 Data Analysis, Statistics and Probability
+physics/0702027 Physics and Society
+physics/0702035 Physics and Society
+physics/0702060 General Physics
+physics/0702157 General Physics
+physics/0702185 Data Analysis, Statistics and Probability
+physics/0703002 General Physics
+physics/0703023 Physics and Society
+physics/0703128 Physics and Society
+physics/0703156 Physics and Society
+physics/0703157 General Physics
+physics/0703201 Physics and Society
+physics/0703280 General Physics
+physics/9809029 General Physics
+q-bio/0311022 Quantitative Methods
+0705.2216 Functional Analysis
+0706.2359 Strongly Correlated Electrons
+0706.2380 Biomolecules
+0706.3022 Superconductivity
+0707.1726 Mesoscale and Nanoscale Physics
+0708.0016 Theory
+0708.0224 Statistics Theory
+0708.0296
+0710.4337 Materials Science
+0710.5108 Geometric Topology
+0711.2074 Strongly Correlated Electrons
+0711.2670 Strongly Correlated Electrons
+0711.3231 Other Condensed Matter
+0711.4016
+0712.0926 Strongly Correlated Electrons
+0712.2740
+0712.3332 Populations and Evolution
+0801.2577 Combinatorics
+0801.4162 Number Theory
+0802.0703
+0802.1510
+0802.2137 Differential Geometry
+0803.0229
+0803.4209 Geometric Topology
+0803.4217 Superconductivity
+0803.4232 Geometric Topology
+0803.4233 Combinatorics
+0803.4235 General Physics
+0803.4237 Soft Condensed Matter
+0803.4245 General Physics
+0803.4247
+0803.4253 Artificial Intelligence
+0803.4261 Computational Complexity
+0803.4263 Geophysics
+0803.4265
+0803.4271 Materials Science
+0803.4284
+0803.4285 Geometric Topology
+0803.4287 Materials Science
+0803.4288
+0803.4289 Classical Physics
+0803.4292 Combinatorics
+0803.4293
+0803.4300 Metric Geometry
+0803.4301 Number Theory
+0803.4302 General Physics
+0803.4311 Networking and Internet Architecture
+0803.4317
+0803.4321 Discrete Mathematics
+0803.4322 Data Analysis, Statistics and Probability
+0803.4324
+0803.4326 Analysis of PDEs
+0803.4335
+0803.4336 Functional Analysis
+0803.4337
+0803.4341
+0803.4343
+0803.4348 Algebraic Geometry
+0803.4353
+0803.4359
+0803.4368 Differential Geometry
+0803.4378
+0803.4381 Group Theory
+0803.4382 Representation Theory
+0803.4388 Number Theory
+0803.4389 Number Theory
+0803.4395 Combinatorics
+0803.4404 Operator Algebras
+0803.4410 Operator Algebras
+0803.4413 Statistical Mechanics
+0803.4417 Operator Algebras
+0803.4418 Combinatorics
+0803.4421 Physics and Society
+0803.4426 Materials Science
+0803.4429 Geophysics
+0803.4438
+0803.4440 Geophysics
+0803.4444 Computational Physics
+0803.4450 Soft Condensed Matter
+0803.4454 Geometric Topology
+0803.4456
+0803.4464 Chemical Physics
+0803.4473 General Topology
+0803.4475 Experiment
+0803.4478 Geometric Topology
+0803.4486 Combinatorics
+0803.4489
+0803.4510
+0803.4511 Digital Libraries
+0803.4512 Algebraic Geometry
+0803.4516 Computational Complexity
+cond-mat/0612362 Superconductivity
+cond-mat/0702010 Mesoscale and Nanoscale Physics
+cs/0602007 Cryptography and Security
+math/0207168 Number Theory
+math/0510023 Number Theory
+math/0606343 Geometric Topology
+math/0607647 Numerical Analysis
+math/0610346 Differential Geometry
+math/0610348 Algebraic Geometry
+physics/0212095 Biological Physics
+physics/0407078 History and Philosophy of Physics
+q-bio/0702024 Quantitative Methods
+quant-ph/0605240
+0704.1195 Complex Variables
+0705.4220 Group Theory
+0706.4255
+0707.0957 Theory
+0707.3791 Theory
+0708.0061 Statistics Theory
+0708.4184
+0709.1307 Applications
+0710.1339
+0711.1262 Number Theory
+0711.2245
+0711.2342 Algebraic Geometry
+0712.1514
+0801.0815 Information Theory
+0801.2986
+0801.4283 Algebraic Geometry
+0803.1523 Optics
+0804.0262 Probability
+0805.3359 History and Overview
+0805.4326 Mesoscale and Nanoscale Physics
+0806.2059 Biomolecules
+0806.2195 Superconductivity
+0806.2776 Superconductivity
+0806.3191
+0806.3236 Probability
+0806.3661
+0807.3574 Information Theory
+0807.3784 Mesoscale and Nanoscale Physics
+0807.3802
+0807.5049 Mesoscale and Nanoscale Physics
+0808.0525 Dynamical Systems
+0808.1274 Symplectic Geometry
+0808.1612 Data Analysis, Statistics and Probability
+0808.2557
+0808.2744
+0809.0670 Mesoscale and Nanoscale Physics
+0809.1690 Representation Theory
+0809.1723 Strongly Correlated Electrons
+0810.3123 Probability
+0811.1492 Exactly Solvable and Integrable Systems
+0811.2645
+0811.2660
+0812.0463 Combinatorics
+0812.1216
+0812.2110
+0812.2192 Algebraic Topology
+0812.2260 Numerical Analysis
+0812.2702 Logic in Computer Science
+0812.2728 Biological Physics
+0812.2926 Programming Languages
+0812.2928 Operator Algebras
+0812.2930 Exactly Solvable and Integrable Systems
+0812.2931 Functional Analysis
+0812.2933 Operator Algebras
+0812.2934 Functional Analysis
+0812.2937 Combinatorics
+0812.2941 Geometric Topology
+0812.2944 Dynamical Systems
+0812.2947 Soft Condensed Matter
+0812.2955 Strongly Correlated Electrons
+0812.2959
+0812.2967 Computational Geometry
+0812.2970
+0812.2973 Superconductivity
+0812.2976
+0812.2978 Combinatorics
+0812.2979
+0812.2988 Multimedia
+0812.2989 Multimedia
+0812.2990 Discrete Mathematics
+0812.2991 Artificial Intelligence
+0812.2998 Phenomenology
+0812.3000 Methodology
+0812.3003 Materials Science
+0812.3007 Probability
+0812.3009 Analysis of PDEs
+0812.3025 Number Theory
+0812.3035 Strongly Correlated Electrons
+0812.3038 Statistics Theory
+0812.3041 Experiment
+0812.3046 Algebraic Geometry
+0812.3050 Differential Geometry
+0812.3055 Statistics Theory
+0812.3056 Combinatorics
+0812.3057
+0812.3060 Symplectic Geometry
+0812.3062
+0812.3063 Computational Physics
+0812.3066 Information Theory
+0812.3068 Logic in Computer Science
+0812.3070 Computation and Language
+0812.3072
+0812.3074 Theory
+0812.3075 Functional Analysis
+0812.3076 Optics
+0812.3079 Combinatorics
+0812.3082 Combinatorics
+0812.3083 Computational Finance
+0812.3086 Geometric Topology
+0812.3096 Strongly Correlated Electrons
+0812.3104
+0812.3105 Group Theory
+0812.3108 Theory
+0812.3115 Numerical Analysis
+0812.3116 Numerical Analysis
+0812.3118 Mesoscale and Nanoscale Physics
+0812.3130
+0812.3133 Differential Geometry
+0812.3136 Physics Education
+0812.3139 Atomic Physics
+0812.3142 Mesoscale and Nanoscale Physics
+0812.3145 Learning
+0812.3147 Learning
+math-ph/0606032
+math/0308050 Combinatorics
+math/0502513 K-Theory and Homology
+math/0510482 Number Theory
+math/0602193 Combinatorics
+math/0702120 Statistics Theory
+quant-ph/0402178
+quant-ph/0408176
+quant-ph/0602073
+quant-ph/0608090
+0704.2824 Commutative Algebra
+0704.3558 Functional Analysis
+0705.1670 Other Condensed Matter
+0705.1855 Analysis of PDEs
+0707.4622 Mesoscale and Nanoscale Physics
+0709.2372 Classical Physics
+0710.2914 Other Condensed Matter
+0710.3321 Materials Science
+0711.2764 Quantum Algebra
+0801.2853 Classical Physics
+0801.3451 Plasma Physics
+0801.3604
+0802.1579 Superconductivity
+0803.1167 Other Condensed Matter
+0803.3646 Functional Analysis
+0804.0907 Phenomenology
+0804.3697 Mesoscale and Nanoscale Physics
+0804.3785 Strongly Correlated Electrons
+0805.0215 Physics and Society
+0805.2975 Experiment
+0806.0926 Superconductivity
+0806.2036 Phenomenology
+0806.2159 Numerical Analysis
+0806.3522 Differential Geometry
+0808.2197 Dynamical Systems
+0808.2938
+0808.3305
+0808.3458 Probability
+0808.3505
+0808.3775 Space Physics
+0808.3781
+0808.3782 Geometric Topology
+0808.3790 Optimization and Control
+0808.3791 Phenomenology
+0808.3794 Symplectic Geometry
+0808.3797 Experiment
+0808.3802
+0808.3809 Superconductivity
+0808.3812
+0808.3815
+0808.3816 Superconductivity
+0808.3824
+0808.3830 Atomic Physics
+0808.3831 Other Condensed Matter
+0808.3835
+0808.3836 Materials Science
+0808.3837 Atomic Physics
+0808.3840 Rings and Algebras
+0808.3841 Algebraic Topology
+0808.3842 Probability
+0808.3848 Other Condensed Matter
+0808.3855 Methodology
+0808.3856 Methodology
+0808.3857 Methodology
+0808.3859 Methodology
+0808.3861 Methodology
+0808.3864 Methodology
+0808.3865 Pattern Formation and Solitons
+0808.3872 Biological Physics
+0808.3877 Algebraic Geometry
+0808.3879 Functional Analysis
+0808.3880
+0808.3885 Mesoscale and Nanoscale Physics
+0808.3887
+0808.3889 Computation and Language
+0808.3893 Complex Variables
+0808.3901 Superconductivity
+0808.3911
+0808.3914 Methodology
+0808.3920 Experiment
+0808.3929 Theory
+0808.3935 Group Theory
+0808.3947 Populations and Evolution
+0808.3956 Statistical Mechanics
+0808.3958
+0808.3959 Information Theory
+0808.3962 Accelerator Physics
+0808.3963 Exactly Solvable and Integrable Systems
+0808.3970 Algebraic Geometry
+0808.3971 Information Theory
+0808.3976
+0808.3979 Combinatorics
+cond-mat/9606075
+math-ph/0602030
+physics/0702102 Data Analysis, Statistics and Probability
+q-bio/0602016 Populations and Evolution
+0706.0801 Combinatorics
+0709.3192 Methodology
+0709.4109
+0710.3883 Theory
+0710.4607 Algebraic Geometry
+0711.1873 Group Theory
+0711.2809 Representation Theory
+0711.3381 Materials Science
+0712.1194 Strongly Correlated Electrons
+0712.1794 Algebraic Geometry
+0712.4130 Materials Science
+0801.0617
+0801.1173 Optics
+0801.1460 Mesoscale and Nanoscale Physics
+0801.1873 Operator Algebras
+0801.2528 Materials Science
+0801.3166 Number Theory
+0801.4148
+0802.0795 Mesoscale and Nanoscale Physics
+0802.3304
+0802.3601
+0802.3755 Optics
+0803.0429 Superconductivity
+0803.0921
+0804.2198
+0804.2444
+0805.0673 Materials Science
+0805.4351 Strongly Correlated Electrons
+0806.1955 Tissues and Organs
+0806.1957 Logic
+0806.1958 Accelerator Physics
+0806.1974 Dynamical Systems
+0806.1981 Algebraic Geometry
+0806.1984 Computer Vision and Pattern Recognition
+0806.1991 Other Condensed Matter
+0806.1995
+0806.2016
+0806.2023 Combinatorics
+0806.2024
+0806.2027 Combinatorics
+0806.2030 Strongly Correlated Electrons
+0806.2033 Operator Algebras
+0806.2037
+0806.2038 Algebraic Geometry
+0806.2039 Optics
+0806.2046
+0806.2047
+0806.2048
+0806.2053 Quantum Algebra
+0806.2056 Algebraic Geometry
+0806.2057 Combinatorics
+0806.2062 Other Condensed Matter
+0806.2063
+0806.2067
+0806.2069 Populations and Evolution
+0806.2073 Geometric Topology
+0806.2076
+0806.2084 Information Theory
+0806.2085
+0806.2086 Classical Analysis and ODEs
+0806.2088 Functional Analysis
+0806.2089 Rings and Algebras
+0806.2092 Combinatorics
+0806.2093
+0806.2094 Phenomenology
+0806.2099 Tissues and Organs
+0806.2101
+0806.2102
+0806.2114 Combinatorics
+0806.2119 Experiment
+0806.2136 Mesoscale and Nanoscale Physics
+0806.2138
+cond-mat/0611201 Statistical Mechanics
+cond-mat/0612011 Strongly Correlated Electrons
+cs/0511070 Information Theory
+math/0609801 Probability
+q-bio/0612023 Populations and Evolution
+quant-ph/0608044
+0706.2331 Computational Engineering, Finance, and Science
+0709.4550 Strongly Correlated Electrons
+0710.2092 Disordered Systems and Neural Networks
+0711.0044
+0711.3427 Other Condensed Matter
+0711.4650
+0712.2486
+0801.2073
+0802.0656
+0803.0757
+0804.2033 Commutative Algebra
+0804.2145 Combinatorics
+0804.3435 Strongly Correlated Electrons
+0805.1847
+0805.2814 Combinatorics
+0805.3053 Materials Science
+0805.3635 Strongly Correlated Electrons
+0806.1885 Other Condensed Matter
+0806.2600
+0806.3050 Fluid Dynamics
+0806.4207
+0807.0464
+0807.0468 Number Theory
+0807.0533
+0807.0581 Mesoscale and Nanoscale Physics
+0807.2909
+0807.3711 Mesoscale and Nanoscale Physics
+0807.4910
+0808.1624
+0808.1741 Algebraic Geometry
+0808.2461 Algebraic Geometry
+0808.3552 Other Condensed Matter
+0809.1650 Theory
+0810.5632 Statistical Mechanics
+0811.1200 Differential Geometry
+0811.1609 Analysis of PDEs
+0811.3849 Phenomenology
+0811.4400
+0811.4764 Rings and Algebras
+0812.0125 Differential Geometry
+0812.0305 Numerical Analysis
+0812.0371 Number Theory
+0812.0382 Computational Geometry
+0812.0386 Classical Physics
+0812.0406 Superconductivity
+0812.0408
+0812.0412 Group Theory
+0812.0415 Complex Variables
+0812.0425 Geometric Topology
+0812.0429
+0812.0435 Combinatorics
+0812.0438 Databases
+0812.0440 Combinatorics
+0812.0444 Commutative Algebra
+0812.0446 Soft Condensed Matter
+0812.0447 Combinatorics
+0812.0448 Differential Geometry
+0812.0449 Statistics Theory
+0812.0455 Mesoscale and Nanoscale Physics
+0812.0461 Instrumentation and Detectors
+0812.0469 Phenomenology
+0812.0470 Experiment
+0812.0472 Strongly Correlated Electrons
+0812.0476 Classical Analysis and ODEs
+0812.0477
+0812.0482
+0812.0486 Computer Science and Game Theory
+0812.0492 Computer Science and Game Theory
+0812.0494 Numerical Analysis
+0812.0496 Probability
+0812.0499
+0812.0501 Statistical Mechanics
+0812.0510 Phenomenology
+0812.0514 General Physics
+0812.0515 Computer Science and Game Theory
+0812.0517
+0812.0519 Phenomenology
+0812.0524 Phenomenology
+0812.0527 Rings and Algebras
+0812.0529 Phenomenology
+0812.0530 Theory
+0812.0539 Phenomenology
+0812.0544 Algebraic Geometry
+0812.0554 Functional Analysis
+0812.0560 Number Theory
+0812.0563 Biological Physics
+0812.0564 Programming Languages
+0812.0568 Exactly Solvable and Integrable Systems
+0812.0582 Analysis of PDEs
+0812.0588 General Physics
+cond-mat/0509632 Superconductivity
+quant-ph/0406048
+quant-ph/0505111
+quant-ph/0611167
+0705.3133 Phenomenology
+0706.3957 Algebraic Geometry
+0707.2508
+0707.4242 Computation
+0708.3791 Statistical Mechanics
+0709.1167 Artificial Intelligence
+0710.2220 Statistical Mechanics
+0710.3391 Rings and Algebras
+0710.4318 Symbolic Computation
+0711.0066 Mesoscale and Nanoscale Physics
+0711.0906 Combinatorics
+0711.3810 Theory
+0711.3839 Statistical Mechanics
+0712.0185 Space Physics
+0712.0692 Algebraic Geometry
+0801.0753 Populations and Evolution
+0801.4115
+0802.1094 Group Theory
+0803.3630 Spectral Theory
+0805.3293
+0806.1706 Analysis of PDEs
+0806.2079
+0807.0386 Mesoscale and Nanoscale Physics
+0807.1348
+0807.1933 Strongly Correlated Electrons
+0807.3536 Materials Science
+0807.4065 Number Theory
+0807.4245 Mesoscale and Nanoscale Physics
+0808.1313 Chaotic Dynamics
+0808.2644
+0808.3354 Strongly Correlated Electrons
+0809.0203 Materials Science
+0809.4460 Mesoscale and Nanoscale Physics
+0810.1830 Materials Science
+0810.1908 Probability
+0810.3041 Theory
+0810.3904 Statistical Mechanics
+0810.4276 Phenomenology
+0810.4551 Phenomenology
+0810.4579 Functional Analysis
+0810.5018
+0810.5562 Commutative Algebra
+0810.5564 Classical Physics
+0810.5565 Probability
+0810.5566 Geometric Topology
+0810.5568 Materials Science
+0810.5569 Complex Variables
+0810.5572 Algebraic Geometry
+0810.5573 Computer Vision and Pattern Recognition
+0810.5575 Programming Languages
+0810.5577 Applications
+0810.5578 Databases
+0810.5581 Exactly Solvable and Integrable Systems
+0810.5584 Algebraic Geometry
+0810.5589 Other Condensed Matter
+0810.5595 Algebraic Geometry
+0810.5596 Distributed, Parallel, and Cluster Computing
+0810.5597
+0810.5601
+0810.5603 Applications
+0810.5604 Differential Geometry
+0810.5607
+0810.5614
+0810.5621 Differential Geometry
+0810.5630
+0810.5631 Learning
+0810.5638 Analysis of PDEs
+0810.5639
+0810.5640
+0810.5644
+0810.5646 Analysis of PDEs
+0810.5647 Symbolic Computation
+0810.5652 Representation Theory
+0810.5655 Methodology
+0810.5657 Materials Science
+0810.5658 Strongly Correlated Electrons
+0810.5659 Theory
+0810.5662 Probability
+0810.5667 Phenomenology
+0810.5669 Chemical Physics
+0810.5673 Probability
+0810.5676 Populations and Evolution
+0810.5688 Algebraic Geometry
+0810.5691 History and Overview
+0810.5700 Strongly Correlated Electrons
+0810.5708 Geophysics
+0810.5717 Artificial Intelligence
+0810.5719 Materials Science
+0810.5721 Experiment
+0810.5725 Logic in Computer Science
+0810.5730 Phenomenology
+0810.5732 Distributed, Parallel, and Cluster Computing
+0810.5736 Strongly Correlated Electrons
+0810.5742 Phenomenology
+0810.5751
+0810.5755 Medical Physics
+0810.5758 Distributed, Parallel, and Cluster Computing
+0810.5759 Superconductivity
+0810.5760 Number Theory
+0810.5761 Materials Science
+0810.5763 Networking and Internet Architecture
+0810.5766 Analysis of PDEs
+astro-ph/0510718
+cond-mat/0203082 Superconductivity
+cond-mat/0310318 Mesoscale and Nanoscale Physics
+cond-mat/0403327 Superconductivity
+math/0409513 Rings and Algebras
+math/0505178 Algebraic Geometry
+math/0601464 Rings and Algebras
+math/0606364 Functional Analysis
+math/0606366 Functional Analysis
+math/0607673 Representation Theory
+math/0609449 Representation Theory
+math/0611355 Representation Theory
+quant-ph/0208006
+0707.1865
+0707.3477 Statistical Mechanics
+0710.1126 Strongly Correlated Electrons
+0710.1128 Strongly Correlated Electrons
+0710.1653
+0710.5570
+0711.4311 Functional Analysis
+0802.1570 Neurons and Cognition
+0803.1464 Mesoscale and Nanoscale Physics
+0803.4246 Materials Science
+0805.1079 Classical Physics
+0805.1890
+physics/0507110 Physics Education
+0710.0686
+0711.3890 Algebraic Geometry
+0801.0470 Mesoscale and Nanoscale Physics
+0803.0127 Other Condensed Matter
+0804.1600
+0804.3590
+0806.0548 Superconductivity
+0806.3597 Phenomenology
+0807.0748 Materials Science
+0807.4349
+0808.0148 Data Structures and Algorithms
+0808.0734
+math/0608668 Algebraic Geometry
+math/9811079 Metric Geometry
+0704.0230
+0705.1540 Mesoscale and Nanoscale Physics
+0705.4672 Phenomenology
+0706.0246 Optimization and Control
+0706.3917 Symplectic Geometry
+0706.4151 Statistical Mechanics
+0707.3241 Probability
+0709.1518
+0709.3054 Mesoscale and Nanoscale Physics
+0710.0521 Statistical Mechanics
+0710.0810 Representation Theory
+0710.1204
+0710.2323 Mesoscale and Nanoscale Physics
+0710.2847
+0710.3374 Number Theory
+0712.0539
+0712.2464 Computational Physics
+0801.0073 Dynamical Systems
+0801.1452 Algebraic Geometry
+0801.1674 Numerical Analysis
+0801.1681
+0801.1683 Atmospheric and Oceanic Physics
+0801.1687 Logic in Computer Science
+0801.1694 General Physics
+0801.1696
+0801.1701 Classical Analysis and ODEs
+0801.1703 Information Theory
+0801.1704
+0801.1707
+0801.1720 Complex Variables
+0801.1724 Applications
+0801.1731 Logic
+0801.1733 Number Theory
+0801.1736 Information Theory
+0801.1737 Discrete Mathematics
+0801.1738 Chemical Physics
+0801.1744 Combinatorics
+0801.1745 Classical Analysis and ODEs
+0801.1746 Theory
+0801.1757
+0801.1760 Algebraic Geometry
+0801.1765 Strongly Correlated Electrons
+0801.1766 Computational Complexity
+0801.1769
+0801.1770
+0801.1771
+0801.1772 Distributed, Parallel, and Cluster Computing
+0801.1775 Mesoscale and Nanoscale Physics
+0801.1776
+0801.1777
+0801.1789 Phenomenology
+0801.1793
+0801.1804 Number Theory
+0801.1810 Number Theory
+0801.1812 Functional Analysis
+0801.1819 Materials Science
+0801.1822 Quantum Algebra
+0801.1830 Probability
+cond-mat/0303363 Mesoscale and Nanoscale Physics
+cond-mat/0308203 Strongly Correlated Electrons
+cond-mat/0405344 Strongly Correlated Electrons
+cond-mat/0603536 Superconductivity
+cond-mat/0607318 Superconductivity
+cond-mat/0702117 Mesoscale and Nanoscale Physics
+gr-qc/0608118
+hep-th/0610240 Theory
+math/0502186 Number Theory
+math/0609510 Dynamical Systems
+math/0610060 Algebraic Geometry
+nlin/0702039 Chaotic Dynamics
+physics/0702253 Classical Physics
+0706.1441
+0711.3264 Analysis of PDEs
+0712.1309 Dynamical Systems
+0801.2663 Classical Physics
+0801.3378 Soft Condensed Matter
+0802.2305 Information Theory
+0802.2816 Numerical Analysis
+cond-mat/0609252 Materials Science
+cond-mat/0701041 Mesoscale and Nanoscale Physics
+math/0703601 Rings and Algebras
+math/0703856 Combinatorics
+quant-ph/0701113
+0704.3386 Algebraic Geometry
+0704.3475
+0705.2569 Other Condensed Matter
+0705.4497 Other Condensed Matter
+0707.0834 General Physics
+0707.2811
+0709.1689 Geometric Topology
+0710.1639 Mesoscale and Nanoscale Physics
+0710.2095 Strongly Correlated Electrons
+0710.4079 Group Theory
+0711.1124 Statistical Mechanics
+0711.4648 Complex Variables
+0712.2374 Statistical Mechanics
+0712.4308 Materials Science
+0801.1225 Number Theory
+0801.3577 Superconductivity
+0803.0650 Atomic Physics
+0803.2178 Analysis of PDEs
+0803.2778 Quantum Algebra
+0803.2812 Computer Vision and Pattern Recognition
+0803.3086 Soft Condensed Matter
+0803.3087 Classical Physics
+0803.3092 Functional Analysis
+0803.3099 Logic in Computer Science
+0803.3104 Superconductivity
+0803.3105
+0803.3106 History and Overview
+0803.3109
+0803.3111 Probability
+0803.3119 General Mathematics
+0803.3122 Metric Geometry
+0803.3132 Chaotic Dynamics
+0803.3133 Classical Analysis and ODEs
+0803.3142
+0803.3143 Biomolecules
+0803.3144 Geometric Topology
+0803.3150 Physics and Society
+0803.3154
+0803.3159
+0803.3164 Probability
+0803.3166 Spectral Theory
+0803.3167 Physics Education
+0803.3168 Soft Condensed Matter
+0803.3170 Spectral Theory
+0803.3175 Spectral Theory
+0803.3178 Spectral Theory
+0803.3180 Genomics
+0803.3183
+0803.3195 Geometric Topology
+0803.3196 Algebraic Geometry
+0803.3204
+0803.3205 Algebraic Topology
+0803.3208 Analysis of PDEs
+cond-mat/0310527 Strongly Correlated Electrons
+math/0304292 Commutative Algebra
+math/0607038 Representation Theory
+math/0612669 Combinatorics
+math/0702733 Commutative Algebra
+physics/0611136 Optics
+physics/0611151 Chemical Physics
+0706.3237 Analysis of PDEs
+0707.2011 Other Quantitative Biology
+0708.3273 Materials Science
+0709.0749 Computational Complexity
+0709.0751 Computational Complexity
+0710.0805 Computational Complexity
+0710.1936 Number Theory
+0710.3669 Representation Theory
+0712.2400
+0802.1106 Number Theory
+0803.0014 Logic in Computer Science
+0803.0719 Statistical Mechanics
+0803.1810
+0803.3073 Logic
+0803.4042 Algebraic Geometry
+0805.0042 Differential Geometry
+0805.0210 Commutative Algebra
+0805.0561
+0805.1334 Statistical Mechanics
+0805.1497 Materials Science
+0805.2014 Functional Analysis
+0805.4078 Statistical Mechanics
+0806.4050
+0806.4662 Neurons and Cognition
+0807.0916 Geometric Topology
+0807.2511
+0807.3496
+0808.2835 Materials Science
+0808.2965
+0808.3287 Computational Physics
+0808.3612
+0808.3982 Phenomenology
+0808.3986
+0808.3988 Populations and Evolution
+0808.3989 Symplectic Geometry
+0808.3995
+0808.3997 Dynamical Systems
+0808.4000
+0808.4005 Differential Geometry
+0808.4009 Functional Analysis
+0808.4010 Probability
+0808.4011
+0808.4018 Atomic and Molecular Clusters
+0808.4019 Analysis of PDEs
+0808.4022 Combinatorics
+0808.4024 Probability
+0808.4026 Theory
+0808.4029 Algebraic Geometry
+0808.4030 Superconductivity
+0808.4031 Applications
+0808.4032 Methodology
+0808.4033 Statistical Mechanics
+0808.4042 Statistics Theory
+0808.4043 Methodology
+0808.4045
+0808.4055
+0808.4058 Algebraic Geometry
+0808.4060 Cryptography and Security
+0808.4069 Number Theory
+0808.4071 Algebraic Geometry
+0808.4081 Geophysics
+0808.4082 Number Theory
+0808.4083 Geophysics
+0808.4084 Geophysics
+0808.4087 Phenomenology
+0808.4088 Soft Condensed Matter
+0808.4100 Rings and Algebras
+0808.4101
+0808.4102 Experiment
+0808.4104 Networking and Internet Architecture
+0808.4105
+0808.4109 Group Theory
+0808.4114 Algebraic Geometry
+0808.4117
+0808.4123
+0808.4124 Experiment
+0808.4131 Other Condensed Matter
+0808.4135 Information Theory
+0808.4138 Differential Geometry
+0808.4144 Representation Theory
+0808.4145 Mesoscale and Nanoscale Physics
+0808.4148 Complex Variables
+0808.4149 Biological Physics
+math/9407209 Functional Analysis
+0803.1516 Materials Science
+0804.4768 Soft Condensed Matter
+0805.4338 Information Theory
+0806.0980 Superconductivity
+0806.2972 Soft Condensed Matter
+0808.2997 Representation Theory
+0809.0257 Computational Complexity
+0809.0691 Representation Theory
+0809.1918 General Mathematics
+0809.3030 Computers and Society
+cond-mat/0605469 Mesoscale and Nanoscale Physics
+cond-mat/0608403 Strongly Correlated Electrons
+math/0612116 Geometric Topology
+0704.2976 Functional Analysis
+0705.2840 Geophysics
+0705.4305 Theory
+0706.1917 Chaotic Dynamics
+0706.2085 Strongly Correlated Electrons
+0706.3620 Group Theory
+0708.1387 Strongly Correlated Electrons
+0708.1407 Strongly Correlated Electrons
+0708.2451 Number Theory
+0709.0214
+0709.0580 Superconductivity
+0709.3940 Phenomenology
+0709.4522 Theory
+0710.0851 Materials Science
+0710.1386 Commutative Algebra
+0710.3153 Materials Science
+0710.5331 Phenomenology
+0711.1257 Dynamical Systems
+0711.2439 Mesoscale and Nanoscale Physics
+0712.0769 Other Computer Science
+0712.3816
+0801.0168 Data Analysis, Statistics and Probability
+0801.0176 Data Analysis, Statistics and Probability
+0801.0246 General Physics
+0801.1571 Phenomenology
+0801.1782
+0801.1915 Soft Condensed Matter
+0801.2392 Rings and Algebras
+0801.2393 Probability
+0801.2396
+0801.2404 Combinatorics
+0801.2407
+0801.2409 Dynamical Systems
+0801.2423 Information Theory
+0801.2425 Materials Science
+0801.2426 Phenomenology
+0801.2441 Analysis of PDEs
+0801.2445 Analysis of PDEs
+0801.2447 Quantitative Methods
+0801.2450
+0801.2457 Fluid Dynamics
+0801.2458 Fluid Dynamics
+0801.2460 Materials Science
+0801.2465
+0801.2470 Rings and Algebras
+0801.2472 Phenomenology
+0801.2477 Functional Analysis
+0801.2480 Information Theory
+0801.2481 Rings and Algebras
+0801.2483
+0801.2486 Functional Analysis
+0801.2487 Classical Physics
+0801.2489 Optics
+0801.2494 Algebraic Geometry
+0801.2496 Representation Theory
+0801.2497
+0801.2499 Optimization and Control
+0801.2507 Representation Theory
+0801.2509 Probability
+0801.2510 Computation and Language
+0801.2512 Phenomenology
+0801.2517 Phenomenology
+0801.2518
+0801.2520 Physics and Society
+0801.2521 Other Condensed Matter
+0801.2523
+0801.2526 Probability
+0801.2530 Dynamical Systems
+0801.2531 Operator Algebras
+0801.2532
+0801.2536 Theory
+0801.2537
+0801.2541 Lattice
+0801.2551
+0801.2555 Methodology
+0801.2567 Quantum Algebra
+math/0405153 Dynamical Systems
+math/0505221 Differential Geometry
+math/0512575 Algebraic Topology
+math/0512576 Algebraic Topology
+math/0606434 Dynamical Systems
+math/0607696 Numerical Analysis
+math/0701468 Geometric Topology
+math/0702105 Algebraic Geometry
+math/0703855 Algebraic Geometry
+q-bio/0504013 Quantitative Methods
+q-bio/0609049 Quantitative Methods
+0705.1805
+0705.3501 Numerical Analysis
+0706.0281 Exactly Solvable and Integrable Systems
+0707.4158
+0708.1131
+0708.2941 Representation Theory
+0709.0044 Theory
+0709.0588
+0709.3392 Other Condensed Matter
+0710.3266 Statistical Mechanics
+0710.4493
+0711.0934
+0711.2429
+0711.3801
+0712.0063 Mesoscale and Nanoscale Physics
+0712.1052
+0801.2219 Materials Science
+0802.0104 Number Theory
+0802.0528 Differential Geometry
+0802.1347 Functional Analysis
+0802.2541 Geometric Topology
+0802.2873
+0802.2886 Combinatorics
+0802.3546 Functional Analysis
+0803.0450 Databases
+0803.0812 General Mathematics
+0803.0892 Algebraic Geometry
+0803.1023 Populations and Evolution
+0803.1033 Combinatorics
+0803.1182
+0803.1184 Theory
+0803.1192 Dynamical Systems
+0803.1194 Theory
+0803.1197 General Physics
+0803.1200 Geometric Topology
+0803.1201
+0803.1202 Optimization and Control
+0803.1217 Discrete Mathematics
+0803.1218
+0803.1219
+0803.1220 Cryptography and Security
+0803.1225 Probability
+0803.1228
+0803.1230 Other Condensed Matter
+0803.1237 Algebraic Geometry
+0803.1238 Strongly Correlated Electrons
+0803.1239 Physics and Society
+0803.1240
+0803.1241
+0803.1242
+0803.1248 Combinatorics
+0803.1250 Differential Geometry
+0803.1257 Materials Science
+0803.1258 Geometric Topology
+0803.1259 Theory
+0803.1260 Complex Variables
+0803.1261 Genomics
+0803.1268 Classical Analysis and ODEs
+0803.1269 Number Theory
+0803.1281 Lattice
+0803.1283 Functional Analysis
+0803.1284 Differential Geometry
+0803.1285 Rings and Algebras
+0803.1289
+0803.1304 Classical Analysis and ODEs
+0803.1305 General Mathematics
+0803.1314 Differential Geometry
+0803.1315 Theory
+0803.1317 Metric Geometry
+0803.1319 Physics and Society
+0803.1320 Quantum Algebra
+0803.1331 Group Theory
+0803.1332 Commutative Algebra
+0803.1342
+0803.1346 Algebraic Geometry
+0803.1348 Algebraic Geometry
+0803.1350
+0803.1355
+0803.1359 Analysis of PDEs
+0803.1360 Computers and Society
+0803.1365 Numerical Analysis
+0803.1376
+0803.1382 Analysis of PDEs
+0803.1385 Molecular Networks
+0803.1387 Dynamical Systems
+0803.1389
+0803.1391
+0803.1398 Number Theory
+0803.1413 Probability
+0803.1417 Medical Physics
+0803.1428 Rings and Algebras
+0803.1437 Soft Condensed Matter
+0803.1445 Information Theory
+0803.1450 Accelerator Physics
+0803.1451 Experiment
+0803.1453 Probability
+0803.1454 Information Theory
+0803.1474 Optimization and Control
+astro-ph/0307072
+math-ph/0207037
+math-ph/0301019
+math-ph/0405064
+math/0203030 Metric Geometry
+math/0411144 Group Theory
+math/0508049 Differential Geometry
+math/0601067 Metric Geometry
+math/0609183 Numerical Analysis
+math/0612833 Classical Analysis and ODEs
+quant-ph/0610150
+0707.4290 Algebraic Geometry
+0708.1898 Statistical Mechanics
+0708.4279 K-Theory and Homology
+0709.2007 Statistics Theory
+0710.0651
+0710.2321 Classical Physics
+0711.2427 Soft Condensed Matter
+0711.3153 General Physics
+0711.3492 Populations and Evolution
+0712.1259 Disordered Systems and Neural Networks
+0801.0306 Quantum Algebra
+0801.1097 Combinatorics
+0801.3242
+0801.4771
+0802.2488 Materials Science
+0803.0183
+0803.1808 Superconductivity
+0803.2763 Other Condensed Matter
+0803.2776 Superconductivity
+0803.2798
+0804.2315 Statistical Mechanics
+0804.2443 General Physics
+0804.2980 Soft Condensed Matter
+0804.4655 Combinatorics
+0805.0257 Operator Algebras
+0805.1897 Differential Geometry
+0805.3725 Physics and Society
+0805.3916 Pattern Formation and Solitons
+0805.4161 Theory
+0805.4207
+0805.4211 Software Engineering
+0805.4213
+0805.4214
+0805.4218 Software Engineering
+0805.4219 Software Engineering
+0805.4220 Numerical Analysis
+0805.4224 Software Engineering
+0805.4228
+0805.4230
+0805.4233
+0805.4236 Software Engineering
+0805.4239 Materials Science
+0805.4240 Optics
+0805.4242 Materials Science
+0805.4243 Rings and Algebras
+0805.4246 Lattice
+0805.4247 Neural and Evolutionary Computing
+0805.4248 Information Theory
+0805.4249 Information Theory
+0805.4250 Theory
+0805.4253 Geometric Topology
+0805.4254
+0805.4256 Functional Analysis
+0805.4262 Materials Science
+0805.4281 Exactly Solvable and Integrable Systems
+0805.4282 Number Theory
+0805.4293 Superconductivity
+0805.4302
+0805.4304
+0805.4310 Exactly Solvable and Integrable Systems
+0805.4315 Genomics
+0805.4321 Soft Condensed Matter
+0805.4322
+0805.4334 Statistical Mechanics
+0805.4336 Soft Condensed Matter
+0805.4337 Phenomenology
+0805.4339 Theory
+0805.4340 Superconductivity
+0805.4341 Strongly Correlated Electrons
+0805.4345
+0805.4348
+0805.4353 Probability
+0805.4355 Chaotic Dynamics
+0805.4358 Combinatorics
+0805.4361
+0805.4366 Functional Analysis
+0805.4367 Dynamical Systems
+0805.4370 Functional Analysis
+0805.4371 Phenomenology
+0805.4394 Cryptography and Security
+0805.4395
+0805.4403 Dynamical Systems
+0805.4405 Chaotic Dynamics
+0805.4406 Experiment
+0805.4410 Theory
+0805.4411
+cond-mat/0701692 Superconductivity
+cs/0702016 Logic in Computer Science
+math/0402460 Number Theory
+math/0410203 Algebraic Geometry
+math/0507084 Probability
+math/0602114 Number Theory
+math/0612204 Operator Algebras
+math/0702785 Probability
+math/0703052 Number Theory
+physics/0703218 Data Analysis, Statistics and Probability
+0704.0126 Superconductivity
+0706.0971 Geometric Topology
+0709.2282 Analysis of PDEs
+0710.3899 Other Condensed Matter
+0711.3915 Information Theory
+0712.1198 Analysis of PDEs
+0712.1325
+0801.1302 Data Analysis, Statistics and Probability
+0801.3803
+0801.4581 Geometric Topology
+0802.3443 Superconductivity
+0803.0090 Algebraic Geometry
+0803.0623 Superconductivity
+0803.0723 Strongly Correlated Electrons
+0803.1288 Superconductivity
+0803.2764 Disordered Systems and Neural Networks
+0803.3311
+0804.1689 Mesoscale and Nanoscale Physics
+0804.4775 Other Condensed Matter
+0805.0200 Operating Systems
+0805.0802 Cryptography and Security
+0805.3155 Computer Science and Game Theory
+0805.3280 Materials Science
+0806.0254 Strongly Correlated Electrons
+0806.1369
+0806.3038 Mesoscale and Nanoscale Physics
+0807.0289
+0807.0591 Phenomenology
+0809.0626 Mesoscale and Nanoscale Physics
+0809.0651 Algebraic Geometry
+0809.0902 General Mathematics
+0809.0904 Differential Geometry
+0809.0905 Algebraic Geometry
+0809.0906
+0809.0909
+0809.0911 Functional Analysis
+0809.0920 Algebraic Geometry
+0809.0923
+0809.0926 Materials Science
+0809.0935
+0809.0937 Algebraic Geometry
+0809.0938 Group Theory
+0809.0939
+0809.0941 Differential Geometry
+0809.0944 Phenomenology
+0809.0945 Phenomenology
+0809.0946 Differential Geometry
+0809.0948 Group Theory
+0809.0954 Number Theory
+0809.0959 Group Theory
+0809.0960 Experiment
+0809.0961 Artificial Intelligence
+0809.0968 Plasma Physics
+0809.0971 Materials Science
+0809.0982 Representation Theory
+0809.0986 Probability
+0809.1000 Complex Variables
+0809.1002 Other Condensed Matter
+0809.1011 Soft Condensed Matter
+0809.1015 Soft Condensed Matter
+0809.1019 Human-Computer Interaction
+0809.1022
+0809.1023
+0809.1024 Methodology
+0809.1042 Theory
+0809.1045
+0809.1048 Number Theory
+0809.1050 Experiment
+0809.1052 Combinatorics
+0809.1061 Networking and Internet Architecture
+0809.1063 Quantitative Methods
+0809.1068 Strongly Correlated Electrons
+0809.1075 Representation Theory
+0809.1076
+0809.1077 Artificial Intelligence
+0809.1081 Physics Education
+0809.1084
+0809.1088 Geometric Topology
+cond-mat/0209100
+cond-mat/0401219 Other Condensed Matter
+cond-mat/0406629 Other Condensed Matter
+cond-mat/0601490 Mesoscale and Nanoscale Physics
+cond-mat/0607116 Other Condensed Matter
+cond-mat/0609750 Mesoscale and Nanoscale Physics
+quant-ph/0106005
+quant-ph/0602144
+0704.0201 Representation Theory
+0705.2547 Classical Analysis and ODEs
+0706.2826 Other Condensed Matter
+0707.0495 Mesoscale and Nanoscale Physics
+0710.3587
+0710.4078 Algebraic Geometry
+0710.5819 Soft Condensed Matter
+0711.2756
+0712.1116 Theory
+0712.1808 Strongly Correlated Electrons
+0712.3659 Atomic Physics
+0802.0003 Combinatorics
+0802.1164 Materials Science
+0802.1596
+0802.2144 Statistical Mechanics
+0803.2488 Strongly Correlated Electrons
+0804.3604
+0804.3996 Statistical Mechanics
+0805.2078
+0805.3545 Materials Science
+0805.3925 Superconductivity
+0806.2332 Computational Geometry
+0806.2765 Analysis of PDEs
+0806.3925 Materials Science
+0807.3153 Superconductivity
+0808.0128 Popular Physics
+0808.0209 Phenomenology
+0808.0503
+0808.0506 Theory
+0808.0512 Operator Algebras
+0808.0518 Digital Libraries
+0808.0520 Statistical Mechanics
+0808.0521 Logic in Computer Science
+0808.0532 General Physics
+0808.0534 Experiment
+0808.0544 Information Theory
+0808.0547 Geometric Topology
+0808.0552 Differential Geometry
+0808.0554 Logic in Computer Science
+0808.0558 Information Theory
+0808.0560
+0808.0572 Methodology
+0808.0574
+0808.0582 Methodology
+0808.0583
+0808.0586 Programming Languages
+0808.0588
+0808.0590 Atomic Physics
+0808.0592 Statistical Mechanics
+0808.0593 Methodology
+0808.0596 Information Theory
+0808.0597 Methodology
+0808.0599 Methodology
+0808.0603 Methodology
+0808.0604
+0808.0607 Representation Theory
+0808.0618
+0808.0620 Methodology
+0808.0625 K-Theory and Homology
+0808.0629
+0808.0631 Methodology
+0808.0634 Cryptography and Security
+0808.0638 Methodology
+0808.0639 Methodology
+0808.0645 Methodology
+0808.0647 Computational Complexity
+0808.0648 Dynamical Systems
+0808.0650 Phenomenology
+0808.0654 Experiment
+0808.0655
+0808.0656
+0808.0657 Methodology
+0808.0665 Discrete Mathematics
+0808.0668 Fluid Dynamics
+0808.0670
+0808.0674 Phenomenology
+0808.0675
+0808.0677 Instrumentation and Detectors
+0808.0679
+0808.0683 Experiment
+0808.0684 Cryptography and Security
+0808.0686
+0808.0688 Number Theory
+0808.0695 Algebraic Geometry
+0808.0697 Experiment
+0808.0699 Algebraic Geometry
+0808.0701
+cond-mat/0501257 Disordered Systems and Neural Networks
+math/0409503 Quantum Algebra
+math/0501313 Combinatorics
+math/9910136 Quantum Algebra
+quant-ph/0304099
+quant-ph/0305134
+quant-ph/0311171
+0706.0237
+0706.4439
+0707.3607 Combinatorics
+0708.0679 Differential Geometry
+0708.1136 Biomolecules
+0708.3414
+0708.4304 Mesoscale and Nanoscale Physics
+0709.4269 Phenomenology
+0710.1163 Quantum Algebra
+0710.5793 Number Theory
+0711.0324 Category Theory
+0711.0765 Algebraic Geometry
+0711.3392 Mesoscale and Nanoscale Physics
+0711.3557 Functional Analysis
+0712.2389 Artificial Intelligence
+0801.2453
+0801.3601 Atomic and Molecular Clusters
+0802.1217 Number Theory
+0802.1564 Quantum Algebra
+0802.3229
+0803.1666 Geometric Topology
+0804.1301 Statistical Mechanics
+0804.2215 Mesoscale and Nanoscale Physics
+0804.4734 Strongly Correlated Electrons
+0805.0482
+0805.2252
+0805.3754 Representation Theory
+0805.4046
+0806.0259 Superconductivity
+0806.0805 Combinatorics
+0806.0881 Algebraic Geometry
+0806.0903 Information Theory
+0806.1345 Representation Theory
+0806.1526 Pattern Formation and Solitons
+0806.1528 Spectral Theory
+0806.1538 Representation Theory
+0806.1539
+0806.1543 Multimedia
+0806.1544
+0806.1545
+0806.1547
+0806.1549 Information Theory
+0806.1550
+0806.1554
+0806.1557 Probability
+0806.1558
+0806.1561 Combinatorics
+0806.1563 Number Theory
+0806.1570 Operator Algebras
+0806.1576 Mesoscale and Nanoscale Physics
+0806.1587 Physics and Society
+0806.1595 Mesoscale and Nanoscale Physics
+0806.1596 Number Theory
+0806.1597
+0806.1598 Dynamical Systems
+0806.1600 Analysis of PDEs
+0806.1610 Cryptography and Security
+0806.1611
+0806.1612 Soft Condensed Matter
+0806.1615 Quantum Algebra
+0806.1621 Numerical Analysis
+0806.1623
+0806.1636 Logic in Computer Science
+0806.1657
+0806.1658 Soft Condensed Matter
+0806.1661 Superconductivity
+0806.1667 Number Theory
+0806.1679
+0806.1692 Group Theory
+0806.1693 General Physics
+0806.1694 Number Theory
+0806.1697 Atomic Physics
+0806.1702 Algebraic Geometry
+0806.1705 Dynamical Systems
+0806.1713 Strongly Correlated Electrons
+0806.1717
+0806.1722 Data Structures and Algorithms
+0806.1723 Materials Science
+0806.1724 Computational Geometry
+0806.1727 Computer Science and Game Theory
+0806.1733 Quantitative Methods
+gr-qc/0702070
+hep-th/0205250 Theory
+math/0112105 Geometric Topology
+math/0404514 Dynamical Systems
+math/0407071 Geometric Topology
+math/0503162 Geometric Topology
+physics/0406150 Physics Education
+physics/0606229 General Physics
+quant-ph/0608244
+0704.2990 Instrumentation and Detectors
+0704.3812
+0708.2299 Analysis of PDEs
+0708.2940 Statistical Mechanics
+0709.1569
+0710.1446 Mesoscale and Nanoscale Physics
+0710.5666
+0801.0841
+0801.2797 Combinatorics
+0801.4746 Computation and Language
+0802.0514 Phenomenology
+math/0306223 Category Theory
+math/0601755 Combinatorics
+0705.1819 Superconductivity
+0705.4041 Atomic Physics
+0707.0242 Strongly Correlated Electrons
+0707.0722 Other Condensed Matter
+0707.1411 Combinatorics
+0707.1702
+0707.3067 Statistical Mechanics
+0708.0545 Mesoscale and Nanoscale Physics
+0708.2286 Disordered Systems and Neural Networks
+0709.1858 Physics and Society
+0709.2313
+0709.2328
+0710.4027 Phenomenology
+0710.5622
+0711.0394 Strongly Correlated Electrons
+0711.1728
+0711.2010 Computational Complexity
+0711.4370
+0801.0931 Information Theory
+0801.3237
+0801.3279 Optics
+0801.3280 Medical Physics
+0801.3290 Data Analysis, Statistics and Probability
+0801.3296 Algebraic Topology
+0801.3298 Materials Science
+0801.3304
+0801.3314 Probability
+0801.3317 Materials Science
+0801.3319 Statistics Theory
+0801.3320
+0801.3322 Analysis of PDEs
+0801.3325 Phenomenology
+0801.3333 Materials Science
+0801.3336
+0801.3337 Chemical Physics
+0801.3339 Representation Theory
+0801.3350 Mesoscale and Nanoscale Physics
+0801.3356 Dynamical Systems
+0801.3366 Statistical Mechanics
+0801.3379 Analysis of PDEs
+0801.3381 Materials Science
+0801.3382 Tissues and Organs
+0801.3387 Soft Condensed Matter
+0801.3388 Mesoscale and Nanoscale Physics
+0801.3390 Optimization and Control
+0801.3394 Combinatorics
+0801.3395
+0801.3396 Complex Variables
+0801.3398 Pattern Formation and Solitons
+0801.3400
+0801.3401 Classical Analysis and ODEs
+0801.3404 Functional Analysis
+0801.3408 Discrete Mathematics
+0801.3409 Differential Geometry
+0801.3419 Materials Science
+0801.3436
+astro-ph/0702546
+cond-mat/0609642 Other Condensed Matter
+cs/0511035 Networking and Internet Architecture
+math-ph/0604031
+math/0501363 Analysis of PDEs
+math/0602632 Rings and Algebras
+math/0611811 Analysis of PDEs
+math/0612843 Number Theory
+math/0701901 Optimization and Control
+physics/0609213 Physics and Society
+q-bio/0605050 Populations and Evolution
+q-bio/0608018 Populations and Evolution
+quant-ph/0209037
+quant-ph/0609068
+quant-ph/0701127
+0706.0635 Combinatorics
+0706.3489 Disordered Systems and Neural Networks
+0707.1892 K-Theory and Homology
+0707.1973 Other Condensed Matter
+0707.3799 Representation Theory
+0707.3915 Statistical Mechanics
+0708.0807 Superconductivity
+0709.2324 K-Theory and Homology
+0709.2803 Statistical Mechanics
+0710.0586 Operator Algebras
+0710.2562
+0710.2572
+0710.3821
+0710.4023 History and Overview
+0710.4047 History and Overview
+0710.5294
+0711.0606
+0711.1766 Information Theory
+0711.3562
+0801.0620 Mesoscale and Nanoscale Physics
+0801.0837 Rings and Algebras
+0801.1248 Fluid Dynamics
+0801.3053 Applications
+0801.3056 Neurons and Cognition
+0801.3321 Materials Science
+0801.4904
+0802.0250 Numerical Analysis
+0802.0547 Number Theory
+0802.0965
+0802.1010 Materials Science
+0802.1111 Analysis of PDEs
+0802.1450 Algebraic Geometry
+0802.1549
+0802.1617 Computational Geometry
+0802.2109 Geometric Topology
+0802.2111 Complex Variables
+0802.2112 Cryptography and Security
+0802.2113
+0802.2121 Numerical Analysis
+0802.2122 General Physics
+0802.2123 General Physics
+0802.2127 Artificial Intelligence
+0802.2130 Data Structures and Algorithms
+0802.2131 Analysis of PDEs
+0802.2133 Algebraic Geometry
+0802.2135 Statistical Mechanics
+0802.2136
+0802.2140 Other Condensed Matter
+0802.2147 Representation Theory
+0802.2156
+0802.2157 Discrete Mathematics
+0802.2161 Analysis of PDEs
+0802.2165 Optimization and Control
+0802.2167 Soft Condensed Matter
+0802.2171 Probability
+0802.2175 Combinatorics
+0802.2184 Data Structures and Algorithms
+0802.2187
+0802.2196 Number Theory
+0802.2197 Spectral Theory
+0802.2202 Differential Geometry
+0802.2205 Superconductivity
+0802.2208 Mesoscale and Nanoscale Physics
+0802.2214
+0802.2220 Materials Science
+0802.2227
+0802.2228 Discrete Mathematics
+0802.2234 Computation and Language
+0802.2236
+0802.2244 Biomolecules
+0802.2245
+0802.2246
+0802.2248 Data Analysis, Statistics and Probability
+0802.2258 Software Engineering
+0802.2261 Probability
+0802.2269 General Physics
+0802.2271 Populations and Evolution
+0802.2272 Number Theory
+0802.2273
+0802.2275 Combinatorics
+0802.2276 Functional Analysis
+astro-ph/0702304
+cond-mat/0012007 Statistical Mechanics
+cond-mat/0306733 Mesoscale and Nanoscale Physics
+cond-mat/0606413 Mesoscale and Nanoscale Physics
+cond-mat/0612105 Statistical Mechanics
+cond-mat/0702519 Mesoscale and Nanoscale Physics
+hep-th/0602066 Theory
+math/0205324 Quantum Algebra
+math/0208156 Quantum Algebra
+math/0312478 Representation Theory
+math/0406166 Combinatorics
+math/0607266 Quantum Algebra
+math/0610216 Algebraic Topology
+math/0610826 Classical Analysis and ODEs
+math/0610827 Probability
+math/0611348 Operator Algebras
+math/0611349 Operator Algebras
+quant-ph/0607146
+quant-ph/0703248
+0704.3096 Algebraic Geometry
+0705.0753 Chaotic Dynamics
+0705.3044 Mesoscale and Nanoscale Physics
+0705.3362 Analysis of PDEs
+0706.0674
+0706.1257
+0707.3364 Algebraic Geometry
+0707.4636 Mesoscale and Nanoscale Physics
+0709.0882 Representation Theory
+0709.3002
+0710.0095
+0710.0522 Other Condensed Matter
+0710.0911 Combinatorics
+0710.1076 Mesoscale and Nanoscale Physics
+0710.1938 Strongly Correlated Electrons
+0710.2143 Quantum Algebra
+0710.2284 Distributed, Parallel, and Cluster Computing
+0710.3297 Statistical Mechanics
+0710.5786 Mesoscale and Nanoscale Physics
+0711.0457 Exactly Solvable and Integrable Systems
+0711.1010 Biomolecules
+0711.2585 Data Structures and Algorithms
+0711.3646 Materials Science
+0712.1914 Disordered Systems and Neural Networks
+0801.1740 Soft Condensed Matter
+0801.2010 Combinatorics
+0801.2052 Representation Theory
+0801.3362 Atomic Physics
+0802.0865 Logic in Computer Science
+0802.3437 Information Theory
+0803.0985 Differential Geometry
+0803.2143 Optics
+0803.2824 Networking and Internet Architecture
+0803.3254 Superconductivity
+0803.3364 Representation Theory
+0804.0023
+0804.0856
+0804.0888 Superconductivity
+0804.1306 Neurons and Cognition
+0804.1504 Popular Physics
+0804.1737 Classical Physics
+0804.1790
+0804.1796 Dynamical Systems
+0804.1801 Superconductivity
+0804.1803 Analysis of PDEs
+0804.1811 Information Theory
+0804.1817 Superconductivity
+0804.1818 Materials Science
+0804.1830 Differential Geometry
+0804.1845 Data Structures and Algorithms
+0804.1848 Probability
+0804.1858 Differential Geometry
+0804.1868 Materials Science
+0804.1890 Theory
+0804.1894 Networking and Internet Architecture
+0804.1905 Statistics Theory
+0804.1908 Other Condensed Matter
+0804.1911 Computational Physics
+0804.1919
+0804.1931 General Physics
+0804.1935 Combinatorics
+0804.1937 Representation Theory
+0804.1941 Popular Physics
+0804.1943 Dynamical Systems
+0804.1945 Functional Analysis
+0804.1948 Functional Analysis
+0804.1949 Dynamical Systems
+0804.1952 Atomic Physics
+cond-mat/0611062 Mesoscale and Nanoscale Physics
+cond-mat/0702190 Superconductivity
+cond-mat/0702524 Statistical Mechanics
+cs/0508097 Data Structures and Algorithms
+cs/0601009 Information Theory
+cs/0702151 Data Structures and Algorithms
+math/0407094 Differential Geometry
+math/0509653 Number Theory
+math/0510494 Differential Geometry
+math/0601208 Differential Geometry
+math/0603108 Statistics Theory
+math/0605168 Probability
+math/0610540 Representation Theory
+math/0611663 Number Theory
+math/0611911 Dynamical Systems
+math/0703488 Representation Theory
+physics/0703083 Optics
+physics/0703161 Fluid Dynamics
+0706.1800 Combinatorics
+0706.3652 Soft Condensed Matter
+0708.3767 Probability
+0711.0883 Statistics Theory
+0802.2933 Mesoscale and Nanoscale Physics
+0803.4166 Materials Science
+0804.0362 Statistical Mechanics
+0804.1741
+0804.3613 Mesoscale and Nanoscale Physics
+0805.0493 Soft Condensed Matter
+0806.0021 Functional Analysis
+0806.2577 Materials Science
+0806.2898 Soft Condensed Matter
+0806.3651 Biological Physics
+0806.4144
+0806.4457 Soft Condensed Matter
+0806.4798 Materials Science
+0807.0664 Soft Condensed Matter
+0807.0719 Superconductivity
+0807.1301
+0809.0757 Artificial Intelligence
+0809.1547 Optics
+0809.2481
+0809.5128 Superconductivity
+0809.5148
+0810.0003
+0810.0007
+0810.0022 Statistical Mechanics
+0810.0027
+0810.0038 Rings and Algebras
+0810.0041 Rings and Algebras
+0810.0045 Lattice
+0810.0046 Probability
+0810.0047 Computational Physics
+0810.0048
+0810.0059 Spectral Theory
+0810.0060 Combinatorics
+0810.0067 Algebraic Geometry
+0810.0068 Information Theory
+0810.0069 Representation Theory
+0810.0074
+0810.0075 Data Structures and Algorithms
+0810.0076 Complex Variables
+0810.0090 Materials Science
+0810.0091 Algebraic Geometry
+0810.0092 Number Theory
+0810.0093 Rings and Algebras
+0810.0095 General Mathematics
+0810.0100 Theory
+0810.0118 K-Theory and Homology
+0810.0125 Atmospheric and Oceanic Physics
+0810.0126 Statistical Mechanics
+0810.0132
+0810.0133 Soft Condensed Matter
+0810.0135 Performance
+0810.0139 Artificial Intelligence
+0810.0142 Fluid Dynamics
+0810.0152
+0810.0153
+0810.0154 Information Theory
+0810.0155 Fluid Dynamics
+0810.0156 Artificial Intelligence
+0810.0159
+0810.0160 Phenomenology
+0810.0165 Other Condensed Matter
+0810.0166
+0810.0171 Mesoscale and Nanoscale Physics
+0810.0172
+0810.0174 Geometric Topology
+0810.0175 Materials Science
+0810.0176 Experiment
+0810.0185 Dynamical Systems
+0810.0186 Group Theory
+0810.0187 Geometric Topology
+0810.0195 Differential Geometry
+0810.0211 Probability
+0810.0213 Fluid Dynamics
+0810.0215 Commutative Algebra
+0810.0216 Statistical Mechanics
+0810.0220 Probability
+0810.0221
+0810.0222 Number Theory
+0810.0223 Quantum Algebra
+0810.0224 General Physics
+0810.0226
+0810.0229 Number Theory
+0810.0234 Number Theory
+0810.0238 Spectral Theory
+0810.0239 Subcellular Processes
+0810.0240 Statistical Mechanics
+0810.0242 Geophysics
+0810.0249 Phenomenology
+0810.0255 Analysis of PDEs
+0810.0256 Mesoscale and Nanoscale Physics
+0810.0257 Probability
+0810.0263
+0810.0264 Data Structures and Algorithms
+cond-mat/0306572 Soft Condensed Matter
+cond-mat/0402501 Superconductivity
+cond-mat/0404236 Soft Condensed Matter
+cond-mat/0506212 Soft Condensed Matter
+cond-mat/0606527 Soft Condensed Matter
+cond-mat/0608317 Strongly Correlated Electrons
+cond-mat/0608363 Soft Condensed Matter
+cond-mat/0703548 Soft Condensed Matter
+math-ph/0001004
+math-ph/0111010
+math-ph/0506037
+math-ph/0508001
+math/0401161 Differential Geometry
+math/0501210 Spectral Theory
+math/0511228 Number Theory
+math/0601433 Dynamical Systems
+math/0605240 Operator Algebras
+math/0701141 Metric Geometry
+math/0702593 Number Theory
+physics/0403022 Fluid Dynamics
+physics/0503225 Fluid Dynamics
+0705.0026
+0707.0383 Other Condensed Matter
+0710.0670
+0801.0888 Strongly Correlated Electrons
+0802.1043 Experiment
+0803.0795 Superconductivity
+0803.2974 Differential Geometry
+0804.3532 Materials Science
+0804.4305 Numerical Analysis
+0806.0077 Other Condensed Matter
+cs/0701028 Computation and Language
+0705.2397 Algebraic Geometry
+0706.0924
+0707.1610 Soft Condensed Matter
+0709.2670
+0709.2980
+0710.0825
+0710.3489 General Physics
+0712.1539 Geometric Topology
+0712.2522 Mesoscale and Nanoscale Physics
+0801.0054 Number Theory
+0801.0396 Group Theory
+0801.0929 Commutative Algebra
+0801.1383 Dynamical Systems
+0802.1717 Theory
+0802.2799 Mesoscale and Nanoscale Physics
+0802.3024 Chaotic Dynamics
+0803.0190 Statistical Mechanics
+0803.2517 Strongly Correlated Electrons
+0803.4150 Strongly Correlated Electrons
+0803.4171 Spectral Theory
+0804.1130
+0804.2714
+0804.3493 Representation Theory
+0804.4416
+0805.0488 Other Condensed Matter
+0805.1128 Genomics
+0805.1215 Mesoscale and Nanoscale Physics
+0805.1256
+0805.1347 Mesoscale and Nanoscale Physics
+0805.2404 Phenomenology
+0805.3232 Mesoscale and Nanoscale Physics
+0805.3379 Functional Analysis
+0805.3584 Statistics Theory
+0806.1525
+0806.2020
+0806.2202 Number Theory
+0806.2562 Data Analysis, Statistics and Probability
+0806.3892 Algebraic Geometry
+0808.1061 Algebraic Geometry
+0808.1753 Information Retrieval
+0808.2924 Other Condensed Matter
+0808.3512 Statistical Mechanics
+0809.0557 Representation Theory
+0809.2178 Algebraic Topology
+0809.2820 Superconductivity
+0809.3454 Probability
+0809.3459 Metric Geometry
+0809.3460 K-Theory and Homology
+0809.3464 Theory
+0809.3466
+0809.3478 Combinatorics
+0809.3485 Multimedia
+0809.3488 Operator Algebras
+0809.3489 Classical Physics
+0809.3491 Theory
+0809.3495
+0809.3499 Mesoscale and Nanoscale Physics
+0809.3501 Theory
+0809.3502
+0809.3503 Cryptography and Security
+0809.3504 Optics
+0809.3506 Materials Science
+0809.3507 Commutative Algebra
+0809.3508
+0809.3512 Analysis of PDEs
+0809.3529 Biological Physics
+0809.3534 Symplectic Geometry
+0809.3535 Space Physics
+0809.3538 Operator Algebras
+0809.3540 Statistical Mechanics
+0809.3542 Networking and Internet Architecture
+0809.3548
+0809.3552 Materials Science
+0809.3571 Human-Computer Interaction
+0809.3574 Software Engineering
+0809.3578 Biological Physics
+0809.3579 Theory
+0809.3584 Software Engineering
+0809.3585 Superconductivity
+0809.3586 Software Engineering
+0809.3587 Software Engineering
+0809.3590 Quantum Algebra
+0809.3591 Cellular Automata and Lattice Gases
+0809.3592 Phenomenology
+0809.3595 Human-Computer Interaction
+0809.3596
+0809.3597 Human-Computer Interaction
+0809.3600 Information Theory
+0809.3606
+0809.3609 Software Engineering
+0809.3612 Human-Computer Interaction
+0809.3613 Software Engineering
+0809.3614 Computational Complexity
+0809.3616 Soft Condensed Matter
+0809.3618 Computer Vision and Pattern Recognition
+0809.3619 Materials Science
+0809.3621 Optimization and Control
+0809.3622 Number Theory
+0809.3626 Functional Analysis
+0809.3630 Quantum Algebra
+0809.3631 Analysis of PDEs
+0809.3633 Phenomenology
+0809.3634 Numerical Analysis
+0809.3645 Optics
+0809.3646 Data Structures and Algorithms
+0809.3647 Optimization and Control
+0809.3648 Phenomenology
+0809.3652
+0809.3655
+0809.3663 Analysis of PDEs
+0809.3665
+0809.3666 Soft Condensed Matter
+0809.3672 Representation Theory
+0809.3674 Combinatorics
+0809.3676 Category Theory
+0809.3688 Computational Engineering, Finance, and Science
+0809.3690 Computer Vision and Pattern Recognition
+0809.3691 History and Overview
+0809.3695 Fluid Dynamics
+0809.3697 Statistics Theory
+0809.3698 Phenomenology
+0809.3699 Differential Geometry
+0809.3702 Probability
+0809.3704 Group Theory
+0809.3707 Geometric Topology
+0809.3710 Representation Theory
+0809.3713 Classical Physics
+0809.3715 Molecular Networks
+0809.3725 Combinatorics
+0809.3728 Fluid Dynamics
+0809.3729 Dynamical Systems
+0809.3735
+0809.3740
+0809.3743 Phenomenology
+0809.3744 Theory
+0809.3753 Symplectic Geometry
+0809.3770 Fluid Dynamics
+0809.3775
+cond-mat/0412034 Statistical Mechanics
+cond-mat/0702061 Strongly Correlated Electrons
+math/0509003 Geometric Topology
+math/0602555 Group Theory
+math/0608385 Complex Variables
+math/0703764 Representation Theory
+physics/0607065 Atomic Physics
+0704.1747 Number Theory
+0705.1377 Statistical Mechanics
+0705.2883 Materials Science
+0705.3194 Disordered Systems and Neural Networks
+0705.3743 Statistical Mechanics
+0708.0262 Optics
+0708.1807 Strongly Correlated Electrons
+0708.2753
+0709.0195 Logic
+0709.0531 Statistics Theory
+0709.1090 Statistical Mechanics
+0710.2907 Mesoscale and Nanoscale Physics
+0710.3904 Mesoscale and Nanoscale Physics
+0711.0087
+0711.0455 Molecular Networks
+0711.2059 Statistical Mechanics
+0711.2217
+0711.2755 Statistical Mechanics
+0711.3058
+0711.4234 Disordered Systems and Neural Networks
+0712.1324 Rings and Algebras
+0801.1753 Other Condensed Matter
+0801.4249 Phenomenology
+0801.4760 Algebraic Geometry
+0801.4769
+0801.4777 Computational Complexity
+0801.4778 Materials Science
+0801.4780
+0801.4786 Group Theory
+0801.4794 Discrete Mathematics
+0801.4798 Analysis of PDEs
+0801.4800 Geometric Topology
+0801.4805
+0801.4807 Computer Vision and Pattern Recognition
+0801.4809 General Physics
+0801.4815 Geometric Topology
+0801.4816 Classical Physics
+0801.4823
+0801.4824 Optimization and Control
+0801.4829
+0801.4832 Differential Geometry
+0801.4839
+0801.4843
+0801.4845 Discrete Mathematics
+0801.4850 Plasma Physics
+0801.4851 Computer Science and Game Theory
+0801.4854
+0801.4859 Statistical Mechanics
+0801.4863
+0801.4864
+0801.4866 Commutative Algebra
+0801.4868
+0801.4878 Classical Physics
+0801.4880 Biological Physics
+0801.4881 Differential Geometry
+0801.4884 Combinatorics
+0801.4890 Phenomenology
+0801.4891 Theory
+0801.4897
+0801.4899 Analysis of PDEs
+0801.4905 Phenomenology
+0801.4906
+0801.4911 Computational Complexity
+0801.4912
+0801.4916 Materials Science
+0801.4917 Computational Complexity
+0801.4918 Other Condensed Matter
+0801.4923 Category Theory
+0801.4943
+0801.4950
+0801.4952
+0801.4957
+0801.4963 Probability
+0801.4965 Quantum Algebra
+cond-mat/0509566 Statistical Mechanics
+cond-mat/0509567 Statistical Mechanics
+cond-mat/0612214 Statistical Mechanics
+math/0406033 Number Theory
+math/0603665 Combinatorics
+math/0604163 Number Theory
+math/0604314 Number Theory
+math/0605139 Algebraic Geometry
+math/0611497 Operator Algebras
+math/0703691 Probability
+math/0703857 Probability
+nlin/0605001 Chaotic Dynamics
+physics/0512075 Physics and Society
+0706.3324 Statistical Mechanics
+0706.3375 Data Analysis, Statistics and Probability
+0707.1442 Other Condensed Matter
+0709.2035 Soft Condensed Matter
+0709.2610 Soft Condensed Matter
+0710.1610 Materials Science
+0710.5326
+0711.4346 Number Theory
+0712.0681
+0801.1103 Mesoscale and Nanoscale Physics
+0801.4660
+0802.0146 Differential Geometry
+0802.1502 Materials Science
+0802.1720 Dynamical Systems
+0803.1040
+0803.2588 Statistical Mechanics
+0803.3416 Strongly Correlated Electrons
+0804.1093 Strongly Correlated Electrons
+0804.2105 Superconductivity
+0804.3155 Information Theory
+0804.3320 Strongly Correlated Electrons
+0805.1531
+0805.2211 Statistical Mechanics
+0805.2409 Quantum Algebra
+0805.4043 Mesoscale and Nanoscale Physics
+0805.4139 Materials Science
+0806.0350 Statistical Mechanics
+0806.1758 Differential Geometry
+0806.2451 Superconductivity
+0807.0571 Mesoscale and Nanoscale Physics
+0808.0749 Statistical Mechanics
+0808.1836 Algebraic Geometry
+0808.2616 Phenomenology
+0808.3222 Computational Complexity
+0808.3804 Instrumentation and Detectors
+0808.4139 Experiment
+0809.0276
+0809.0320 Probability
+0809.0322 Classical Analysis and ODEs
+0809.0328 Theory
+0809.0329
+0809.0335 General Physics
+0809.0336
+0809.0339
+0809.0341
+0809.0343 Dynamical Systems
+0809.0344 Algebraic Geometry
+0809.0347 Experiment
+0809.0348 Statistical Mechanics
+0809.0349 Combinatorics
+0809.0351
+0809.0355 Discrete Mathematics
+0809.0382 Probability
+0809.0383
+0809.0384 Representation Theory
+0809.0386 Number Theory
+0809.0387 Applications
+0809.0390
+0809.0393 Functional Analysis
+0809.0397 Exactly Solvable and Integrable Systems
+0809.0402 Number Theory
+0809.0406 Artificial Intelligence
+0809.0407
+0809.0409
+0809.0410 Artificial Intelligence
+0809.0416 Artificial Intelligence
+0809.0422
+0809.0423 Probability
+0809.0434 Differential Geometry
+0809.0442 Statistical Mechanics
+0809.0443 Fluid Dynamics
+0809.0450 Experiment
+0809.0455 Chaotic Dynamics
+0809.0458 Artificial Intelligence
+0809.0460 Data Structures and Algorithms
+0809.0461 Human-Computer Interaction
+0809.0462 Experiment
+0809.0465 Numerical Analysis
+0809.0472
+0809.0477 Probability
+0809.0482 Number Theory
+0809.0493 Group Theory
+0809.0494 Logic in Computer Science
+0809.0500 Functional Analysis
+cond-mat/0610696 Materials Science
+math/0612331 Combinatorics
+math/0612662 Rings and Algebras
+math/0703371 Representation Theory
+quant-ph/0506223
+quant-ph/0703240
+0705.4341 Operator Algebras
+0710.3795
+0710.4920 Number Theory
+0711.0822 Statistical Mechanics
+0712.0707 Probability
+0712.1238
+0801.1913 General Physics
+0801.4625 Strongly Correlated Electrons
+0802.1097 Mesoscale and Nanoscale Physics
+0803.0034 Other Computer Science
+0803.2163
+0803.2173 Methodology
+0803.2203 Strongly Correlated Electrons
+0803.3368 Materials Science
+0803.3720 Strongly Correlated Electrons
+0804.1866 Statistical Mechanics
+0804.2546 Mesoscale and Nanoscale Physics
+0804.3579 Dynamical Systems
+0804.4479
+0805.1544 Analysis of PDEs
+0805.2063 Logic in Computer Science
+0805.2468 Geometric Topology
+0805.3577
+0805.3616 Functional Analysis
+0805.3729
+0805.3972 Artificial Intelligence
+0805.4009 Optics
+0805.4017 Genomics
+0805.4022 Numerical Analysis
+0805.4023 Information Theory
+0805.4024
+0805.4027 Commutative Algebra
+0805.4029 Programming Languages
+0805.4041
+0805.4047 Classical Physics
+0805.4053 Information Theory
+0805.4056 Algebraic Geometry
+0805.4057 General Mathematics
+0805.4058
+0805.4065 Spectral Theory
+0805.4076 Algebraic Topology
+0805.4084 Combinatorics
+0805.4087 Molecular Networks
+0805.4090 General Physics
+0805.4094 Mesoscale and Nanoscale Physics
+0805.4097 Superconductivity
+0805.4103 Strongly Correlated Electrons
+0805.4128 Probability
+0805.4133 Combinatorics
+0805.4140 Dynamical Systems
+0805.4144 Differential Geometry
+0805.4147 Computational Geometry
+0805.4148 Algebraic Geometry
+0805.4150 Geometric Topology
+0805.4157
+0805.4162 Algebraic Geometry
+0805.4166 Functional Analysis
+0805.4169
+0805.4181 Algebraic Geometry
+0805.4185 Rings and Algebras
+0805.4187 Differential Geometry
+cond-mat/0604446 Other Condensed Matter
+hep-ph/0407337 Phenomenology
+math/0605455 Quantum Algebra
+math/0605702 Algebraic Geometry
+math/0612064 Quantum Algebra
+math/0612065 Quantum Algebra
+0706.1381 Algebraic Geometry
+0707.2050 Algebraic Geometry
+0707.3992 General Physics
+0711.3187
+0801.4706 Information Theory
+0805.1745 Soft Condensed Matter
+0805.2148 Mesoscale and Nanoscale Physics
+0806.3466 Optics
+0809.0868 Geometric Topology
+0809.1521 Numerical Analysis
+0809.3207
+0809.3677 Applications
+0809.4568 Strongly Correlated Electrons
+0809.5193
+0810.2846 Rings and Algebras
+hep-ph/0112317 Phenomenology
+hep-ph/0509289 Phenomenology
+hep-ph/0511212 Phenomenology
+hep-ph/0603029 Phenomenology
+hep-ph/0606160 Phenomenology
+hep-ph/0701238 Phenomenology
+math/0602387 Algebraic Geometry
+math/0602631 Geometric Topology
+math/0701574 Complex Variables
+physics/0105002 General Physics
+0704.0649 Rings and Algebras
+0704.3705
+0705.4460 Superconductivity
+0707.4429 Superconductivity
+0707.4453 Materials Science
+0708.1982 Quantum Algebra
+0709.2526 Mesoscale and Nanoscale Physics
+0710.0337
+0710.0996 Physics and Society
+0710.2784 Statistical Mechanics
+0710.3701
+0711.0178 Soft Condensed Matter
+0711.1000 Strongly Correlated Electrons
+0711.1745 Strongly Correlated Electrons
+0711.2377 Materials Science
+0711.2795 Disordered Systems and Neural Networks
+0711.2909 Artificial Intelligence
+0711.3901 Classical Physics
+0711.4973 Atomic and Molecular Clusters
+0801.1089
+0801.1234 General Physics
+0801.1262 Probability
+0801.4161 General Physics
+0801.4735 Differential Geometry
+0802.1539 Analysis of PDEs
+0803.0070 Chaotic Dynamics
+0803.0865 Analysis of PDEs
+0803.2447 Discrete Mathematics
+0803.3078 Differential Geometry
+0804.0465 Operator Algebras
+0804.1754 Mesoscale and Nanoscale Physics
+0804.2389 Theory
+0804.2888 Disordered Systems and Neural Networks
+0804.2898 Biological Physics
+0804.2908 Logic
+0804.2910 Combinatorics
+0804.2911
+0804.2913
+0804.2914 Strongly Correlated Electrons
+0804.2915 Statistical Mechanics
+0804.2932
+0804.2933 Commutative Algebra
+0804.2950 Information Theory
+0804.2956 Combinatorics
+0804.2964 Soft Condensed Matter
+0804.2966 Strongly Correlated Electrons
+0804.2968 Mesoscale and Nanoscale Physics
+0804.2977 Algebraic Geometry
+0804.2984 Superconductivity
+0804.2986 Complex Variables
+0804.2991 Information Theory
+0804.3003
+0804.3015
+0804.3019 Number Theory
+0804.3028 Data Structures and Algorithms
+0804.3029 Combinatorics
+0804.3031 Number Theory
+0804.3032 Combinatorics
+0804.3033 Statistics Theory
+0804.3036 Combinatorics
+0804.3046 Quantum Algebra
+0804.3048 Geometric Topology
+0804.3051 Analysis of PDEs
+0804.3052 Probability
+0804.3053 Phenomenology
+0804.3057 General Mathematics
+0804.3058
+0804.3060 Adaptation and Self-Organizing Systems
+0804.3067 Differential Geometry
+0804.3076
+0804.3085 Strongly Correlated Electrons
+0804.3086 Superconductivity
+astro-ph/0701133
+cond-mat/0012103 Materials Science
+cond-mat/0107153 Materials Science
+cond-mat/0303178 Statistical Mechanics
+cond-mat/0309280 Statistical Mechanics
+cond-mat/0309437 Statistical Mechanics
+cond-mat/0310562 Statistical Mechanics
+cond-mat/0610476 Soft Condensed Matter
+hep-th/0308186 Theory
+hep-th/9905010 Theory
+math/0202078 Functional Analysis
+math/0206297 Algebraic Geometry
+math/0604197 Probability
+math/0702357 Complex Variables
+quant-ph/0504042
+quant-ph/0512167
+0705.2843
+0706.1937 K-Theory and Homology
+0706.3642 Classical Analysis and ODEs
+0709.1306
+0709.3435 Phenomenology
+0709.4579 Algebraic Topology
+0711.2720
+0711.3130 General Physics
+0711.3763 Theory
+0711.4210 Logic
+0712.3323 Probability
+0712.4250 Data Analysis, Statistics and Probability
+0801.1945
+0801.2488
+0801.3725 Probability
+0802.0115 Soft Condensed Matter
+0802.1167 Theory
+0805.3284 Materials Science
+0806.0658 Number Theory
+0806.1882
+0806.2420
+0807.0438
+0807.3156 Information Theory
+0807.3527 Strongly Correlated Electrons
+0809.1362 Mesoscale and Nanoscale Physics
+0809.4483 Strongly Correlated Electrons
+0810.3134 General Physics
+0810.5442 Phenomenology
+0811.1746 General Physics
+0811.2335 Probability
+cond-mat/0107452 Superconductivity
+cond-mat/0112166 Superconductivity
+cond-mat/0205293 Superconductivity
+cond-mat/0206407 Superconductivity
+cond-mat/0307330 Superconductivity
+cond-mat/0308440 Superconductivity
+cond-mat/0405495 Superconductivity
+cond-mat/0410722 Superconductivity
+cond-mat/0604475 Superconductivity
+math/0612124 Group Theory
+math/0703330 Algebraic Topology
+quant-ph/0406051
+quant-ph/0703132
+0707.1451 Phenomenology
+0711.0141 Probability
+0711.0741 Physics and Society
+0802.2378 Number Theory
+0803.4204 Statistical Mechanics
+0806.3912 Plasma Physics
+q-bio/0506006 Cell Behavior
+0704.0661 Algebraic Geometry
+0704.1704 Mesoscale and Nanoscale Physics
+0704.1973 Mesoscale and Nanoscale Physics
+0704.2848 Algebraic Geometry
+0705.2301
+0705.2517 Atmospheric and Oceanic Physics
+0705.3582 Strongly Correlated Electrons
+0705.4170 Theory
+0706.1488 Mesoscale and Nanoscale Physics
+0706.2080 Soft Condensed Matter
+0707.3762 Mesoscale and Nanoscale Physics
+0708.0950 Strongly Correlated Electrons
+0708.1095 Soft Condensed Matter
+0709.0333 Mesoscale and Nanoscale Physics
+0709.1654 Operator Algebras
+0709.3305 Phenomenology
+0710.2411 Combinatorics
+0710.3484 Strongly Correlated Electrons
+0711.1846 Optics
+0711.2726 Computational Physics
+0711.3611 Mesoscale and Nanoscale Physics
+0711.4350 Strongly Correlated Electrons
+0712.2477 Theory
+0712.3358 Disordered Systems and Neural Networks
+0801.2559
+0802.2401
+0802.3320 Analysis of PDEs
+0802.3926 Molecular Networks
+0802.4057 Logic in Computer Science
+0802.4216 Phenomenology
+0803.0323 Physics Education
+0803.0331 Classical Analysis and ODEs
+0803.0333 Differential Geometry
+0803.0336 Complex Variables
+0803.0339 Analysis of PDEs
+0803.0358 Functional Analysis
+0803.0360 Data Analysis, Statistics and Probability
+0803.0361 Other Condensed Matter
+0803.0363 Quantum Algebra
+0803.0365 Numerical Analysis
+0803.0374 Pattern Formation and Solitons
+0803.0377 Theory
+0803.0379 Group Theory
+0803.0382 Atmospheric and Oceanic Physics
+0803.0383 Biological Physics
+0803.0391 Symplectic Geometry
+0803.0404 Computer Science and Game Theory
+0803.0405 Multimedia
+0803.0408 Differential Geometry
+0803.0413 Number Theory
+0803.0415 Functional Analysis
+0803.0420 General Mathematics
+0803.0421 Commutative Algebra
+0803.0425 Number Theory
+0803.0433 Probability
+0803.0434 Probability
+0803.0440 Strongly Correlated Electrons
+0803.0441 Numerical Analysis
+0803.0442 Probability
+0803.0443 Metric Geometry
+0803.0449
+0803.0460 Metric Geometry
+0803.0463 Rings and Algebras
+0803.0465 Quantitative Methods
+0803.0467
+0803.0471 Number Theory
+0803.0472 Rings and Algebras
+0803.0486
+0803.0490 Dynamical Systems
+0803.0509 Analysis of PDEs
+0803.0515 Human-Computer Interaction
+0803.0520 Analysis of PDEs
+0803.0530 Statistical Mechanics
+0803.0534 Representation Theory
+0803.0536 Theory
+cond-mat/0109092
+cond-mat/0304586
+cond-mat/0405608 Other Condensed Matter
+cond-mat/0509360 Strongly Correlated Electrons
+cond-mat/0612581 Superconductivity
+cs/0607118 Computational Complexity
+math-ph/0403045
+math/0503149 Combinatorics
+math/0509649 Algebraic Geometry
+math/0605659 Differential Geometry
+nlin/0606044 Adaptation and Self-Organizing Systems
+physics/0304010 Physics Education
+physics/0311038 Physics Education
+0708.1647 Chemical Physics
+0708.2403
+0709.1922
+0710.1301
+0710.5386
+0711.0311 Discrete Mathematics
+0711.1990 Strongly Correlated Electrons
+0712.2668 Statistical Mechanics
+0801.3691 Complex Variables
+0802.4051
+0803.0645 Algebraic Geometry
+0803.2111 Statistics Theory
+0804.2246
+0804.3539 Plasma Physics
+0804.3569 Superconductivity
+0804.3974 Strongly Correlated Electrons
+0804.4677
+0804.4871 Plasma Physics
+0805.0189 Other Condensed Matter
+0805.1364 Plasma Physics
+0805.1376 Plasma Physics
+0805.3974
+0805.4034 Mesoscale and Nanoscale Physics
+0807.0276 Strongly Correlated Electrons
+0807.1711 General Physics
+0807.1828
+0807.2615
+0807.2726 Statistics Theory
+0808.2141
+0808.2358 Strongly Correlated Electrons
+0808.2944 Functional Analysis
+0809.1020 Mesoscale and Nanoscale Physics
+0809.1368 Mesoscale and Nanoscale Physics
+0810.3488 Populations and Evolution
+0810.4159 Materials Science
+0811.0736 Strongly Correlated Electrons
+0811.1899 Disordered Systems and Neural Networks
+0811.2075 Plasma Physics
+0811.2136 Phenomenology
+0811.3022 Combinatorics
+0811.3176 Distributed, Parallel, and Cluster Computing
+0811.3211
+0811.3215 Category Theory
+0811.3227 Dynamical Systems
+0811.3228 Instrumentation and Detectors
+0811.3232
+0811.3235 Symplectic Geometry
+0811.3238 Combinatorics
+0811.3241 Combinatorics
+0811.3244 Data Structures and Algorithms
+0811.3247 Data Structures and Algorithms
+0811.3254
+0811.3257 Classical Analysis and ODEs
+0811.3259 Strongly Correlated Electrons
+0811.3262 Superconductivity
+0811.3264 Theory
+0811.3269
+0811.3276 General Topology
+0811.3280 General Topology
+0811.3286 Analysis of PDEs
+0811.3288
+0811.3292 Analysis of PDEs
+0811.3297
+0811.3302 Number Theory
+0811.3303 Group Theory
+0811.3305 Algebraic Geometry
+0811.3306 Representation Theory
+0811.3309 Materials Science
+0811.3312
+0811.3323
+0811.3324 Dynamical Systems
+0811.3325 Rings and Algebras
+0811.3328 Software Engineering
+0811.3333 Functional Analysis
+0811.3337 Data Analysis, Statistics and Probability
+0811.3342 Computation
+0811.3351 Statistical Mechanics
+0811.3356 Differential Geometry
+0811.3359 Medical Physics
+0811.3365 Complex Variables
+0811.3373 Discrete Mathematics
+0811.3384 Instrumentation and Detectors
+0811.3389 Genomics
+0811.3397 Symplectic Geometry
+0811.3398 Algebraic Geometry
+0811.3400 Logic in Computer Science
+0811.3402 Logic
+0811.3403 History and Philosophy of Physics
+0811.3410 Theory
+0811.3418 Algebraic Geometry
+hep-th/0510079 Theory
+math/0404130 Algebraic Topology
+math/0605534 Algebraic Topology
+math/0609022 Logic
+math/0701837 Rings and Algebras
+math/9602203 Logic
+physics/0304093 General Physics
+0704.0473 Optimization and Control
+0707.2248 Quantum Algebra
+0708.0748 Plasma Physics
+0711.0489 Mesoscale and Nanoscale Physics
+0711.0492 Mesoscale and Nanoscale Physics
+0711.2812 Representation Theory
+0712.0825 Mesoscale and Nanoscale Physics
+0712.3739 Statistical Mechanics
+0801.0286 Plasma Physics
+0803.1502 Quantum Algebra
+cond-mat/0612417 Statistical Mechanics
+cs/0607102 Information Theory
+math/0607200 Numerical Analysis
+math/0609655 Logic
+math/0610952 Quantum Algebra
+quant-ph/0607119
+quant-ph/0701189
+0704.3917
+0707.0859 Strongly Correlated Electrons
+0710.2224 Theory
+0803.3743 Differential Geometry
+0805.4278
+0808.1951 Materials Science
+0809.0707 Differential Geometry
+0707.1732
+0710.4120 Mesoscale and Nanoscale Physics
+0712.3436
+0802.3759 Statistical Mechanics
+0804.4360 Materials Science
+0806.1283 Spectral Theory
+0806.4326 Computational Geometry
+0808.0885
+0808.2000 Methodology
+0809.1801 Fluid Dynamics
+0809.1854 Number Theory
+0809.2079
+cond-mat/0204246 Statistical Mechanics
+math/0502398 Analysis of PDEs
+math/0603273 Algebraic Geometry
+math/0606158 Commutative Algebra
+0704.1661 General Physics
+0705.0270 Soft Condensed Matter
+0705.4047 Number Theory
+0710.0608 Superconductivity
+0710.1287 Dynamical Systems
+0710.1375 Physics Education
+0712.4326 General Physics
+0801.0494
+0801.1200 Strongly Correlated Electrons
+0801.3351 Atomic Physics
+0802.3313 Dynamical Systems
+0803.0349 Subcellular Processes
+0803.1267 Other Condensed Matter
+0803.2875 Statistical Mechanics
+0804.0485 Superconductivity
+0804.1104 Physics and Society
+0804.3729 Differential Geometry
+0805.1667 Phenomenology
+0805.2524 Experiment
+0805.4455 Molecular Networks
+0806.0277 Mesoscale and Nanoscale Physics
+0806.0752 Superconductivity
+0806.0904 Geometric Topology
+0806.2355
+0806.3273
+0806.3462 General Physics
+0806.3468 Combinatorics
+0806.3469 Combinatorics
+0806.3476
+0806.3479 Genomics
+0806.3481 Metric Geometry
+0806.3483
+0806.3485 Materials Science
+0806.3492 Superconductivity
+0806.3500 Optimization and Control
+0806.3511
+0806.3512 Optics
+0806.3514 Numerical Analysis
+0806.3516
+0806.3518
+0806.3519
+0806.3528 Soft Condensed Matter
+0806.3531 Classical Analysis and ODEs
+0806.3532 Space Physics
+0806.3534 Representation Theory
+0806.3536 Software Engineering
+0806.3546 Operator Algebras
+0806.3551 Superconductivity
+0806.3555 Phenomenology
+0806.3561 Strongly Correlated Electrons
+0806.3562 Probability
+0806.3570 Soft Condensed Matter
+0806.3571 Superconductivity
+0806.3572 Dynamical Systems
+0806.3580 Algebraic Topology
+0806.3583 Combinatorics
+0806.3588 Algebraic Topology
+0806.3591 Populations and Evolution
+0806.3595 Geometric Topology
+0806.3596 Theory
+0806.3598 Exactly Solvable and Integrable Systems
+0806.3604 Soft Condensed Matter
+0806.3609 Optimization and Control
+0806.3617 Metric Geometry
+0806.3621 Operator Algebras
+0806.3622 Space Physics
+0806.3625 Mesoscale and Nanoscale Physics
+0806.3628 Information Theory
+0806.3629 Information Theory
+0806.3630 Information Theory
+0806.3631 Information Theory
+0806.3632 Operator Algebras
+0806.3633 Information Theory
+0806.3636 Operator Algebras
+0806.3641 Combinatorics
+0806.3643
+0806.3645
+0806.3654 Experiment
+0806.3658 Materials Science
+0806.3673 Phenomenology
+0806.3681 Information Theory
+0806.3683 Geometric Topology
+0806.3701
+0806.3702 Analysis of PDEs
+0806.3703
+0806.3706 Probability
+0806.3712 Algebraic Geometry
+0806.3722 Combinatorics
+0806.3734 Biomolecules
+0806.3736 Strongly Correlated Electrons
+0806.3739 Combinatorics
+0806.3740 Representation Theory
+astro-ph/9505094
+cond-mat/0304050 Statistical Mechanics
+cond-mat/0308339 Soft Condensed Matter
+cond-mat/0308360 Statistical Mechanics
+cond-mat/0308502 Disordered Systems and Neural Networks
+cond-mat/0310432 Strongly Correlated Electrons
+cond-mat/0403125 Disordered Systems and Neural Networks
+cond-mat/0610034 Soft Condensed Matter
+cond-mat/0610426 Mesoscale and Nanoscale Physics
+cond-mat/0701206 Strongly Correlated Electrons
+cs/0608121 Information Theory
+gr-qc/9506024
+math/0207241 Complex Variables
+math/0308094 Analysis of PDEs
+math/0308129 Analysis of PDEs
+math/0308130 Analysis of PDEs
+math/0308282 Probability
+math/0408084 Complex Variables
+math/0508019 Rings and Algebras
+math/0611554 Representation Theory
+math/0701138 Algebraic Geometry
+math/0701839 Algebraic Geometry
+nlin/0308013 Adaptation and Self-Organizing Systems
+nlin/0308015 Exactly Solvable and Integrable Systems
+physics/0308041 Biological Physics
+physics/0308078 Popular Physics
+0704.2231 Strongly Correlated Electrons
+0705.1549
+0705.3603 Exactly Solvable and Integrable Systems
+0706.0314 Exactly Solvable and Integrable Systems
+0706.2831
+0707.4551 Phenomenology
+0708.0866
+0708.0957 Differential Geometry
+0708.3180 Differential Geometry
+0708.3788
+0709.1987 Group Theory
+0709.3698
+0709.4528 Differential Geometry
+0710.0216 Theory
+0710.0519 Differential Geometry
+0710.2585 Differential Geometry
+0710.2756
+0710.4432
+0710.4995 Symplectic Geometry
+0711.0041 Analysis of PDEs
+0711.0814 Classical Analysis and ODEs
+0711.0852 Statistical Mechanics
+0711.1041 Differential Geometry
+0711.1674
+0711.2177 Adaptation and Self-Organizing Systems
+0711.2401 Classical Analysis and ODEs
+0711.3347
+0711.3544
+0711.3746 Differential Geometry
+0711.3905
+0711.4550
+0711.4707 Analysis of PDEs
+0711.4798 Differential Geometry
+0712.0333 Optics
+0712.2107 Strongly Correlated Electrons
+0712.2123 Differential Geometry
+0712.2794 Differential Geometry
+0712.3910 Theory
+0712.4282 Differential Geometry
+0801.0822
+0801.1137 Materials Science
+0801.2773
+0801.2780 Statistical Mechanics
+0801.2848
+0802.0482
+0802.0744 Quantum Algebra
+0802.0751
+0802.0974 Representation Theory
+0802.1253 Exactly Solvable and Integrable Systems
+0802.2332 Representation Theory
+0802.2634
+0802.3521
+0803.1415 Superconductivity
+0803.1651 Exactly Solvable and Integrable Systems
+0803.1678 Differential Geometry
+0803.1824
+0803.2667 Chaotic Dynamics
+0803.3866 Differential Geometry
+0803.4168 K-Theory and Homology
+0803.4331 Differential Geometry
+0804.0479 Strongly Correlated Electrons
+0804.1081 Classical Analysis and ODEs
+0804.3802 Operator Algebras
+0804.3816 Algebraic Geometry
+0804.3817 Learning
+0804.3819
+0804.3821 Chemical Physics
+0804.3825 Information Theory
+0804.3828 Classical Analysis and ODEs
+0804.3830 General Mathematics
+0804.3831 Theory
+0804.3854 Physics and Society
+0804.3857
+0804.3862 Robotics
+0804.3867 Functional Analysis
+0804.3874 Robotics
+0804.3879 Robotics
+0804.3881 Robotics
+0804.3882 Robotics
+0804.3885 Robotics
+0804.3886
+0804.3888 Rings and Algebras
+0804.3891 Robotics
+0804.3894 Robotics
+0804.3895 Robotics
+0804.3897 Robotics
+0804.3899 Experiment
+0804.3902 Data Structures and Algorithms
+0804.3907 Soft Condensed Matter
+0804.3912 Statistical Mechanics
+0804.3926 Statistics Theory
+0804.3932 Classical Physics
+0804.3935 Probability
+0804.3938 Probability
+0804.3943 Probability
+0804.3945 Populations and Evolution
+0804.3948
+0804.3956 Rings and Algebras
+0804.3958 Rings and Algebras
+0804.3960 Rings and Algebras
+0804.3962 Rings and Algebras
+0804.3964 Rings and Algebras
+0804.3986 Algebraic Geometry
+0804.3989 Methodology
+0804.3991 General Physics
+astro-ph/0703430
+cond-mat/0505428 Mesoscale and Nanoscale Physics
+cs/0702116 Logic in Computer Science
+math/0303163 Number Theory
+math/0410134 Differential Geometry
+math/0410314 Differential Geometry
+math/0605337 Probability
+math/0606552 Differential Geometry
+math/0608388 Combinatorics
+math/0608651 Differential Geometry
+math/0611318 Operator Algebras
+math/0612732 Number Theory
+nlin/0604033 Exactly Solvable and Integrable Systems
+physics/0607117 Classical Physics
+physics/0607118 Classical Physics
+physics/0612213 Accelerator Physics
+physics/0701019 History and Philosophy of Physics
+physics/0703179 Computational Physics
+q-bio/0612004 Neurons and Cognition
+quant-ph/0607096
+0707.1843 Probability
+0709.3646 Algebraic Topology
+0711.0156 Materials Science
+0712.0616 Discrete Mathematics
+0803.0156 Combinatorics
+0804.3393
+0804.4005 Differential Geometry
+0804.4367
+0805.2741
+0806.0042
+0806.0404 Mesoscale and Nanoscale Physics
+0807.1709 Mesoscale and Nanoscale Physics
+0807.4032 Mesoscale and Nanoscale Physics
+0808.3202 K-Theory and Homology
+0809.3536 Mesoscale and Nanoscale Physics
+0809.4849 Dynamical Systems
+0811.3273 Atomic Physics
+0812.0826 Algebraic Geometry
+0812.0836 Logic
+0812.0995 Atomic and Molecular Clusters
+math-ph/0411045
+math/0509621 Geometric Topology
+math/0603429 Geometric Topology
+math/0603565 Group Theory
+math/0604045 Geometric Topology
+math/0701240 Number Theory
+0704.0003 General Physics
+0704.3818
+0705.4028 Optics
+0706.3390 Disordered Systems and Neural Networks
+0708.3250 Statistical Mechanics
+0708.3251 Statistical Mechanics
+0709.0938 Materials Science
+0710.5769 Materials Science
+0801.0194 Algebraic Geometry
+quant-ph/9807071
+0704.3564 Superconductivity
+0705.0522 Mesoscale and Nanoscale Physics
+0705.4084 Molecular Networks
+0706.1850 Statistical Mechanics
+0707.0772 Number Theory
+0707.1721 Fluid Dynamics
+0707.2466 Soft Condensed Matter
+0707.2948 Mesoscale and Nanoscale Physics
+0707.3410 Differential Geometry
+0708.0102 Optimization and Control
+0708.1067 Biological Physics
+0709.1251
+0710.2483 Commutative Algebra
+0710.2879
+0711.3368 Commutative Algebra
+0712.0802 Theory
+0712.1154 Mesoscale and Nanoscale Physics
+0801.0701 Information Theory
+0801.1384 Other Condensed Matter
+0801.3300 Theory
+0801.4681 Chemical Physics
+0801.4813 Theory
+0802.0091 Pattern Formation and Solitons
+0802.0498
+0802.0509 Applications
+0802.0510 Algebraic Topology
+0802.0518
+0802.0536 Statistics Theory
+0802.0539 Chemical Physics
+0802.0542
+0802.0543 Networking and Internet Architecture
+0802.0550 Distributed, Parallel, and Cluster Computing
+0802.0552 Distributed, Parallel, and Cluster Computing
+0802.0554 Information Theory
+0802.0556 Molecular Networks
+0802.0558 Optics
+0802.0560
+0802.0563 Classical Analysis and ODEs
+0802.0569 Differential Geometry
+0802.0573 Theory
+0802.0578 Analysis of PDEs
+0802.0579 Numerical Analysis
+0802.0580 Information Theory
+0802.0581
+0802.0590 Symplectic Geometry
+0802.0597 Materials Science
+0802.0598 Classical Analysis and ODEs
+0802.0600 Category Theory
+0802.0602
+0802.0609 Classical Physics
+0802.0610
+0802.0612 Algebraic Geometry
+0802.0614 Phenomenology
+0802.0615 Methodology
+0802.0616 Probability
+0802.0617 Combinatorics
+0802.0620 Mesoscale and Nanoscale Physics
+0802.0622 Methodology
+0802.0626
+0802.0627
+0802.0630 Combinatorics
+0802.0634 Theory
+0802.0638 Methodology
+0802.0639
+0802.0642
+0802.0645 Probability
+0802.0647 Probability
+0802.0654 Commutative Algebra
+0802.0672 Physics and Society
+0802.0679 Complex Variables
+0802.0680
+0802.0681 General Physics
+0802.0685
+0802.0691 Applications
+0802.0692 Rings and Algebras
+0802.0694
+cmp-lg/9706003 Computation and Language
+cond-mat/0610228 Disordered Systems and Neural Networks
+cs/0006018 Computation and Language
+cs/0609146 Information Theory
+hep-th/9108028 Theory
+hep-th/9109033 Theory
+hep-th/9112019 Theory
+hep-th/9112050 Theory
+math/0602188 Probability
+math/0609767 Differential Geometry
+physics/0307116 Atomic Physics
+physics/0702010 Physics and Society
+0705.3838
+0706.3968 Statistics Theory
+0706.4271
+0710.4000
+0711.2658
+0711.4390 Statistical Mechanics
+0712.2491 Physics and Society
+0802.0035 Probability
+0802.1812 Probability
+0802.2476 Information Theory
+0802.3455 Probability
+0803.3691 Other Condensed Matter
+0803.3760
+0804.0740
+0804.3595
+0805.0566 Strongly Correlated Electrons
+0805.1220 Materials Science
+0805.2595 Superconductivity
+0805.3306 Mesoscale and Nanoscale Physics
+0805.3854
+0806.4106 Other Condensed Matter
+0807.0319 Symplectic Geometry
+0808.0304 Phenomenology
+0808.0556 Programming Languages
+0808.0652
+0808.0717 Classical Analysis and ODEs
+0808.0720 Probability
+0808.0725
+0808.0726 Experiment
+0808.0727
+0808.0728 Experiment
+0808.0730 Physics and Society
+0808.0731 Mesoscale and Nanoscale Physics
+0808.0735
+0808.0738 Materials Science
+0808.0741 Dynamical Systems
+0808.0746 Theory
+0808.0750 Populations and Evolution
+0808.0752 Geometric Topology
+0808.0753 Symbolic Computation
+0808.0754 Mathematical Software
+0808.0760 Data Structures and Algorithms
+0808.0762 Complex Variables
+0808.0767 General Physics
+0808.0768 Information Theory
+0808.0775
+0808.0776
+0808.0777 Methodology
+0808.0780 Machine Learning
+0808.0781 Methodology
+0808.0782 Physics and Society
+0808.0783 Analysis of PDEs
+0808.0789 Functional Analysis
+0808.0791 Complex Variables
+0808.0794
+0808.0795 Classical Physics
+0808.0798 Medical Physics
+0808.0804 Superconductivity
+0808.0808
+0808.0811 Theory
+0808.0812 Phenomenology
+0808.0814 Phenomenology
+0808.0821 Other Condensed Matter
+0808.0824 Experiment
+0808.0826
+0808.0833 Experiment
+0808.0835 Operator Algebras
+0808.0836 Instrumentation and Detectors
+0808.0840 Theory
+0808.0845 Information Theory
+0808.0847 Phenomenology
+0808.0852
+0808.0858 Experiment
+0808.0867 Experiment
+0808.0868 Dynamical Systems
+0808.0869
+0808.0876 Information Theory
+0808.0878 Strongly Correlated Electrons
+0808.0890 Rings and Algebras
+0808.0894 Complex Variables
+0808.0895 Superconductivity
+0808.0897 Atmospheric and Oceanic Physics
+0808.0901 Experiment
+cond-mat/0609015 Disordered Systems and Neural Networks
+cond-mat/0703256 Superconductivity
+math/0006139 Algebraic Geometry
+math/0510059 Algebraic Geometry
+math/0703042 Dynamical Systems
+math/0703171 Operator Algebras
+nlin/0609033 Adaptation and Self-Organizing Systems
+nucl-th/0111003
+quant-ph/0311191
+0704.0157 Statistical Mechanics
+0705.0698 Number Theory
+0705.0766 Differential Geometry
+0705.3963 Differential Geometry
+0706.2185 Strongly Correlated Electrons
+0707.0475
+0707.1152 General Physics
+0710.1134 History and Philosophy of Physics
+0710.5451
+0710.5679
+0712.0086
+0801.0553
+0801.1578
+0801.1663 Symplectic Geometry
+0801.4454 Strongly Correlated Electrons
+0802.1166 Statistical Mechanics
+0802.3863 Mesoscale and Nanoscale Physics
+0802.3900 Disordered Systems and Neural Networks
+0802.4384
+0803.1773 Physics and Society
+0803.2741 Materials Science
+0803.3211 Complex Variables
+0804.0430 Mesoscale and Nanoscale Physics
+0804.1794 Strongly Correlated Electrons
+0804.3681 Statistical Mechanics
+0804.3784 Networking and Internet Architecture
+0805.3588 Other Quantitative Biology
+0805.4060 Networking and Internet Architecture
+0805.4616 Superconductivity
+0806.1627 Statistical Mechanics
+0806.3985 Phenomenology
+0806.4407 Phenomenology
+0807.0088 History and Philosophy of Physics
+0807.0736 Mesoscale and Nanoscale Physics
+0807.0800 Superconductivity
+0807.0943 Quantum Algebra
+0807.1376 Number Theory
+0807.1426 Physics and Society
+0807.2024 Phenomenology
+0807.2533 Geophysics
+0807.2601 Phenomenology
+0807.2639
+0807.2640
+0807.2641
+0807.2648 Robotics
+0807.2649
+0807.2655 Computational Physics
+0807.2656 History and Overview
+0807.2658 Geometric Topology
+0807.2659 Materials Science
+0807.2662
+0807.2664 Materials Science
+0807.2665 Populations and Evolution
+0807.2667 Materials Science
+0807.2668
+0807.2669 Soft Condensed Matter
+0807.2679 Geometric Topology
+0807.2680 Information Theory
+0807.2682 Number Theory
+0807.2690 Combinatorics
+0807.2691
+0807.2692 Combinatorics
+0807.2698 Biomolecules
+0807.2701 Information Theory
+0807.2704 Statistical Mechanics
+0807.2705 Functional Analysis
+0807.2708 Space Physics
+0807.2714 Representation Theory
+0807.2715 Exactly Solvable and Integrable Systems
+0807.2718 Instrumentation and Detectors
+0807.2720 Strongly Correlated Electrons
+0807.2724 Information Theory
+0807.2725 Statistical Mechanics
+0807.2727 Classical Physics
+0807.2730 Information Theory
+0807.2731 Biological Physics
+0807.2733
+0807.2735 Experiment
+0807.2742 Probability
+0807.2743 Computers and Society
+0807.2747 Mesoscale and Nanoscale Physics
+0807.2750
+0807.2753
+0807.2761 General Physics
+0807.2771 Materials Science
+0807.2772 Materials Science
+0807.2773 Theory
+0807.2787 Materials Science
+0807.2788 Superconductivity
+0807.2791 Exactly Solvable and Integrable Systems
+0807.2795
+0807.2800 Superconductivity
+0807.2807 Mesoscale and Nanoscale Physics
+0807.2810 Functional Analysis
+0807.2814
+0807.2816 Materials Science
+0807.2823 Phenomenology
+0807.2824 Representation Theory
+0807.2828
+0807.2836 Human-Computer Interaction
+0807.2840 Superconductivity
+0807.2848 Strongly Correlated Electrons
+0807.2849 Combinatorics
+0807.2850 Fluid Dynamics
+0807.2855
+cond-mat/0606029 Statistical Mechanics
+cs/0501023 Information Theory
+hep-lat/0701021 Lattice
+math-ph/0507031
+math/0506289 Numerical Analysis
+math/0506344 Algebraic Geometry
+math/0604169 Differential Geometry
+math/0609125 Rings and Algebras
+math/0701038 Geometric Topology
+math/0703836 Statistics Theory
+0707.1959 Statistical Mechanics
+0710.4525
+0711.0567 Materials Science
+0712.3540 Statistical Mechanics
+0802.2483 Mesoscale and Nanoscale Physics
+0803.1032
+0803.1799
+0803.1979 Superconductivity
+0804.4043 Mesoscale and Nanoscale Physics
+0806.0231 Algebraic Geometry
+0806.4787 Computational Geometry
+cond-mat/0212242 Mesoscale and Nanoscale Physics
+cond-mat/0307700 Superconductivity
+cond-mat/0311384 Mesoscale and Nanoscale Physics
+cond-mat/0405511 Superconductivity
+gr-qc/0612134
+0709.1255 Algebraic Geometry
+0802.3743
+0803.2073 Materials Science
+0806.0849 Strongly Correlated Electrons
+0806.3543 Optics
+0807.1896 Superconductivity
+0807.3163 Algebraic Geometry
+0808.1308 Materials Science
+0809.3067 Strongly Correlated Electrons
+0810.3257 Mesoscale and Nanoscale Physics
+0810.5473 Experiment
+0811.4606 Combinatorics
+cond-mat/0611650 Materials Science
+gr-qc/0702009
+nlin/0205067 Adaptation and Self-Organizing Systems
+physics/0110067 Biological Physics
+physics/0204035 Computational Physics
+physics/0610067 General Physics
+physics/0611077 General Physics
+physics/0611108 Computational Physics
+0705.2390 Differential Geometry
+0708.0690 Mesoscale and Nanoscale Physics
+0708.2748 Strongly Correlated Electrons
+0709.1865 Functional Analysis
+0709.4238
+0711.0999 Strongly Correlated Electrons
+0712.3577 Atomic Physics
+0801.1337 Representation Theory
+0801.1638 Strongly Correlated Electrons
+0802.0126
+0802.0341 Superconductivity
+0802.2817 Theory
+0802.2899 Optics
+0802.3894 Strongly Correlated Electrons
+0802.4289 Mesoscale and Nanoscale Physics
+0803.0738
+0803.1069 Statistical Mechanics
+0803.4268
+0803.4320
+0804.2374
+0804.2691
+0804.3040 Strongly Correlated Electrons
+0805.1400 History and Philosophy of Physics
+0805.2527 Mesoscale and Nanoscale Physics
+0805.3107 Strongly Correlated Electrons
+0805.4444 Biological Physics
+0806.0002 Strongly Correlated Electrons
+0806.1473 Applications
+0806.1921
+0806.2591 Superconductivity
+0806.2996 Commutative Algebra
+0807.3177 Analysis of PDEs
+0807.4091 Soft Condensed Matter
+0807.4727 Combinatorics
+0808.0237 General Physics
+0808.1371 Other Quantitative Biology
+0808.1474
+0808.1744 Distributed, Parallel, and Cluster Computing
+0808.1745
+0808.1751 Biological Physics
+0808.1755 Theory
+0808.1757
+0808.1760 Number Theory
+0808.1761 Metric Geometry
+0808.1766 Data Structures and Algorithms
+0808.1772 Materials Science
+0808.1774 Differential Geometry
+0808.1780 Biological Physics
+0808.1784 Superconductivity
+0808.1787 Data Structures and Algorithms
+0808.1792 Probability
+0808.1797 Phenomenology
+0808.1799 Theory
+0808.1801 Geophysics
+0808.1802 Distributed, Parallel, and Cluster Computing
+0808.1803 Phenomenology
+0808.1814
+0808.1816
+0808.1821 Algebraic Geometry
+0808.1825 Phenomenology
+0808.1827 Group Theory
+0808.1829 Number Theory
+0808.1830 Plasma Physics
+0808.1833 Materials Science
+0808.1835 Analysis of PDEs
+0808.1839
+0808.1840 Numerical Analysis
+0808.1841
+0808.1842 General Physics
+0808.1843 Differential Geometry
+0808.1845 Phenomenology
+0808.1846 Accelerator Physics
+0808.1847 Phenomenology
+0808.1850 Classical Analysis and ODEs
+0808.1854 Phenomenology
+0808.1856 Phenomenology
+0808.1857 Instrumentation and Detectors
+0808.1858 Functional Analysis
+0808.1863
+0808.1867 Experiment
+0808.1871
+0808.1872
+0808.1873 Classical Analysis and ODEs
+0808.1876 Dynamical Systems
+0808.1878
+0808.1883 Fluid Dynamics
+0808.1884 Combinatorics
+0808.1885
+astro-ph/0611213
+cond-mat/0609054 Strongly Correlated Electrons
+cond-mat/0612466 Strongly Correlated Electrons
+math/0502277 Dynamical Systems
+math/0510205 Quantum Algebra
+math/0607717 Representation Theory
+math/0608235 Representation Theory
+math/0610052 Differential Geometry
+math/0610096 Analysis of PDEs
+math/0610203 Algebraic Geometry
+math/0611539 Functional Analysis
+quant-ph/0508193
+quant-ph/0612182
+quant-ph/0701151
+0704.2555 Differential Geometry
+0704.3036 Quantum Algebra
+0708.1417 Symplectic Geometry
+0709.0805 Probability
+0709.3432 Chaotic Dynamics
+0710.0639 Differential Geometry
+0711.4689 Algebraic Topology
+0712.1337 Logic in Computer Science
+0712.3519
+0801.1430 Numerical Analysis
+0803.1845 Numerical Analysis
+0804.1778 Materials Science
+0805.3806 Quantum Algebra
+0805.3872 Statistical Mechanics
+0807.0562 Mesoscale and Nanoscale Physics
+0807.3634 Materials Science
+0807.4626 Data Structures and Algorithms
+0808.1448 Applications
+0808.3098 Analysis of PDEs
+0809.0164 Operator Algebras
+0809.1600 Theory
+0809.3277
+0809.3999 Phenomenology
+0810.0600 Other Condensed Matter
+0810.1499 Disordered Systems and Neural Networks
+0810.2130 Quantum Algebra
+0810.2907 Soft Condensed Matter
+0811.0912 Fluid Dynamics
+0811.1624 Materials Science
+0811.1756 Algebraic Geometry
+0812.0523 Phenomenology
+0812.0905
+0812.0924 Statistical Mechanics
+0812.1045 Computers and Society
+0812.1219 Complex Variables
+0812.1229 Phenomenology
+0812.1237 Applications
+0812.1241 Geometric Topology
+0812.1244 Multimedia
+0812.1245 Data Analysis, Statistics and Probability
+0812.1257 Operator Algebras
+0812.1265 Differential Geometry
+0812.1273 Soft Condensed Matter
+0812.1276 Combinatorics
+0812.1278 Combinatorics
+0812.1280 Combinatorics
+0812.1281
+0812.1282 Computational Physics
+0812.1289 Commutative Algebra
+0812.1290
+0812.1291 Computational Complexity
+0812.1295
+0812.1303 Number Theory
+0812.1305
+0812.1309 Materials Science
+0812.1315 Soft Condensed Matter
+0812.1316 Data Analysis, Statistics and Probability
+0812.1317 Other Condensed Matter
+0812.1319 Soft Condensed Matter
+0812.1320 Algebraic Topology
+0812.1321 Networking and Internet Architecture
+0812.1323
+0812.1326 Superconductivity
+0812.1330 Logic
+0812.1334 Differential Geometry
+0812.1336
+0812.1339
+0812.1341
+0812.1351 Differential Geometry
+0812.1357 Learning
+0812.1362
+0812.1371 Exactly Solvable and Integrable Systems
+0812.1373 Differential Geometry
+0812.1374 Number Theory
+0812.1375 Differential Geometry
+0812.1376 Algebraic Topology
+0812.1378 Differential Geometry
+0812.1382 Geometric Topology
+0812.1386 Atomic Physics
+0812.1390 Computational Geometry
+0812.1396 Geometric Topology
+0812.1398 Exactly Solvable and Integrable Systems
+0812.1401 Functional Analysis
+0812.1404
+0812.1405 Information Theory
+0812.1414 Experiment
+0812.1418 Algebraic Geometry
+0812.1419 Phenomenology
+0812.1423 Theory
+0812.1424 Materials Science
+0812.1431 Theory
+0812.1432 Representation Theory
+0812.1442 Soft Condensed Matter
+0812.1449 Representation Theory
+0812.1450 Dynamical Systems
+0812.1458 Experiment
+0812.1461 Strongly Correlated Electrons
+0812.1462 Artificial Intelligence
+0812.1464 Category Theory
+0812.1466
+0812.1468 Rings and Algebras
+0812.1475 Representation Theory
+0812.1479 Classical Physics
+0812.1480 Biological Physics
+0812.1481 Algebraic Topology
+0812.1484 Computation
+0812.1497 Instrumentation and Detectors
+0812.1506 Phenomenology
+0812.1508 Statistical Mechanics
+0812.1510 Exactly Solvable and Integrable Systems
+0812.1513
+0812.1521 Optics
+0812.1523 Phenomenology
+0812.1526 Number Theory
+0812.1529 Experiment
+0812.1535 Combinatorics
+0812.1537
+0812.1539 Methodology
+0812.1544 Chemical Physics
+0812.1545 Superconductivity
+0812.1546 Quantum Algebra
+0812.1552 Other Condensed Matter
+0812.1553 Information Theory
+0812.1554 Information Theory
+0812.1556 K-Theory and Homology
+0812.1557 Information Theory
+0812.1558 Information Theory
+0812.1560 Information Theory
+cond-mat/0503417 Strongly Correlated Electrons
+cs/0409029 Symbolic Computation
+math/0403195 Quantum Algebra
+math/0607458 Analysis of PDEs
+math/0607661 Algebraic Geometry
+math/0608231 Probability
+math/0610524 Rings and Algebras
+physics/0702240 Computational Physics
+q-bio/0611054 Quantitative Methods
+0705.4488 Probability
+0710.5211 Algebraic Geometry
+0711.0562 Analysis of PDEs
+0711.3239 Soft Condensed Matter
+0801.4012 Mesoscale and Nanoscale Physics
+0801.4508 Number Theory
+0802.0640 Superconductivity
+0802.3283 Networking and Internet Architecture
+0802.4357 Algebraic Topology
+0803.1233 Mesoscale and Nanoscale Physics
+0803.1327 Representation Theory
+0804.0677 Quantum Algebra
+0804.1324 Superconductivity
+0804.1547 Superconductivity
+0804.4622 Neural and Evolutionary Computing
+0804.4803 Fluid Dynamics
+0805.0962 Mesoscale and Nanoscale Physics
+0805.2565 Soft Condensed Matter
+0805.2794 Superconductivity
+0805.3305 Combinatorics
+0806.3455
+0806.3538
+0806.3575 Phenomenology
+0806.3581
+0806.3586 Differential Geometry
+0806.3759
+0806.3764 Physics Education
+0806.3765 Digital Libraries
+0806.3767
+0806.3772 Biomolecules
+0806.3775 Soft Condensed Matter
+0806.3783 Complex Variables
+0806.3792 General Physics
+0806.3793 Superconductivity
+0806.3795
+0806.3800 Differential Geometry
+0806.3802 Information Theory
+0806.3803 Differential Geometry
+0806.3804 Phenomenology
+0806.3807 Representation Theory
+0806.3815 Phenomenology
+0806.3834
+0806.3846 Statistical Mechanics
+0806.3847 Fluid Dynamics
+0806.3853 Optimization and Control
+0806.3858 Experiment
+0806.3861
+0806.3887 Computer Vision and Pattern Recognition
+0806.3902 Number Theory
+0806.3919 Statistical Mechanics
+0806.3921 Experiment
+0806.3926 Algebraic Geometry
+0806.3931 Soft Condensed Matter
+0806.3934 Statistical Mechanics
+0806.3938 Multiagent Systems
+0806.3940 Exactly Solvable and Integrable Systems
+0806.3942 Combinatorics
+0806.3944 Number Theory
+0806.3946 Medical Physics
+0806.3950
+0806.3956
+0806.3957 Experiment
+0806.3958 Phenomenology
+0806.3960 Representation Theory
+0806.3963 Numerical Analysis
+adap-org/9303002 Adaptation and Self-Organizing Systems
+adap-org/9306002 Adaptation and Self-Organizing Systems
+adap-org/9611007 Adaptation and Self-Organizing Systems
+gr-qc/0703066
+math/0607546 Differential Geometry
+math/0608193 Probability
+math/0609229 Metric Geometry
+math/0703182 Operator Algebras
+0706.2452 Optics
+0708.1963 Materials Science
+0708.4093 Differential Geometry
+0709.0079 Mesoscale and Nanoscale Physics
+0710.2060 Materials Science
+0710.3296 Probability
+0711.3056
+0712.3204 Mesoscale and Nanoscale Physics
+0801.0532 Algebraic Topology
+0801.2192
+0803.2202
+0803.2878 Combinatorics
+0803.2890 Theory
+0803.2898 History and Overview
+0803.2901 Combinatorics
+0803.2904 Populations and Evolution
+0803.2906 Phenomenology
+0803.2912
+0803.2920
+0803.2926 Theory
+0803.2936 Phenomenology
+0803.2941 Representation Theory
+0803.2942 Statistical Mechanics
+0803.2948 Superconductivity
+0803.2949 Statistical Mechanics
+0803.2950 Statistical Mechanics
+0803.2958 Functional Analysis
+0803.2960 Algebraic Geometry
+0803.2961 Algebraic Geometry
+0803.2978 General Physics
+0803.2979 Operator Algebras
+0803.2987 Algebraic Geometry
+0803.3001 Combinatorics
+0803.3010 Group Theory
+0803.3012 Phenomenology
+0803.3014
+0803.3015 Strongly Correlated Electrons
+0803.3026 Strongly Correlated Electrons
+0803.3027 Symbolic Computation
+0803.3048
+0803.3049 Materials Science
+0803.3051 Medical Physics
+0803.3053 Medical Physics
+0803.3055 Dynamical Systems
+0803.3062 Differential Geometry
+alg-geom/9704003 Algebraic Geometry
+alg-geom/9705011 Algebraic Geometry
+astro-ph/0607646
+cond-mat/0304650
+cond-mat/0609253 Mesoscale and Nanoscale Physics
+cond-mat/0701638 Disordered Systems and Neural Networks
+hep-th/0502193 Theory
+math/0102077 Algebraic Geometry
+math/0511379 Algebraic Geometry
+math/0606311 Algebraic Geometry
+math/0701027 Group Theory
+math/0703514 Representation Theory
+physics/0607289 Biological Physics
+quant-ph/0701156
+quant-ph/0703124
+0707.4602 Algebraic Geometry
+0709.2577 Algebraic Geometry
+0711.0239 Number Theory
+0711.3096 Representation Theory
+0807.1884 General Physics
+0807.2387 Materials Science
+0808.0315 Theory
+0808.2081 Computer Science and Game Theory
+0809.5044 Mesoscale and Nanoscale Physics
+math-ph/0606025
+math/0605552 Probability
+math/0607587 Probability
+0704.0086 Probability
+0706.1317 Adaptation and Self-Organizing Systems
+0707.2994 Probability
+0707.3707
+0707.3903 General Mathematics
+0708.2659 Category Theory
+0708.3960
+0709.1936 Dynamical Systems
+0710.5202 Category Theory
+0710.5323 Category Theory
+0711.2366 Differential Geometry
+0711.3558
+0712.0060
+0801.1448 Soft Condensed Matter
+0801.2413 Dynamical Systems
+0801.3465 Other Condensed Matter
+0801.4311
+0802.2985 Soft Condensed Matter
+0803.1638
+0803.1828
+0803.4174 Statistical Mechanics
+0804.0731 Classical Physics
+0804.1465 Soft Condensed Matter
+0805.1819 Mesoscale and Nanoscale Physics
+0805.2672 Phenomenology
+0805.3548 Representation Theory
+0806.0051 Theory
+0806.0492 Analysis of PDEs
+0806.1835 Phenomenology
+0806.2147 Superconductivity
+0806.2210 Chaotic Dynamics
+0806.2331 Molecular Networks
+0806.2339 Numerical Analysis
+0806.2341 Biological Physics
+0806.2346 Quantum Algebra
+0806.2347 Experiment
+0806.2348
+0806.2356 Artificial Intelligence
+0806.2359 Algebraic Topology
+0806.2366 Combinatorics
+0806.2368 Biological Physics
+0806.2370 Differential Geometry
+0806.2373 Cell Behavior
+0806.2379 Superconductivity
+0806.2381 Materials Science
+0806.2384 Accelerator Physics
+0806.2389 Experiment
+0806.2391 Functional Analysis
+0806.2394 Quantitative Methods
+0806.2398 Geophysics
+0806.2399 Geophysics
+0806.2403 Dynamical Systems
+0806.2405
+0806.2411 Analysis of PDEs
+0806.2414 Combinatorics
+0806.2416 Mesoscale and Nanoscale Physics
+0806.2424 Methodology
+0806.2430 Functional Analysis
+0806.2432 Strongly Correlated Electrons
+0806.2436
+0806.2439
+0806.2440 Experiment
+0806.2443
+0806.2453 Statistical Mechanics
+0806.2457 Differential Geometry
+0806.2460 Statistical Mechanics
+0806.2461 Group Theory
+0806.2465 Geophysics
+0806.2467 Differential Geometry
+0806.2469 Optimization and Control
+0806.2470 Optics
+0806.2486 Number Theory
+0806.2487 Experiment
+0806.2491 Combinatorics
+0806.2495 Algebraic Geometry
+0806.2498 Phenomenology
+0806.2500 Populations and Evolution
+0806.2501 Differential Geometry
+0806.2511 Mesoscale and Nanoscale Physics
+0806.2522 Experiment
+0806.2526
+0806.2529 General Physics
+0806.2536 Phenomenology
+0806.2539 Quantum Algebra
+0806.2541
+0806.2546 Numerical Analysis
+0806.2547 Analysis of PDEs
+0806.2555 Computational Complexity
+0806.2560
+0806.2567 Representation Theory
+0806.2569 Theory
+0806.2585
+0806.2590 Materials Science
+0806.2599 Combinatorics
+0806.2603
+0806.2605 Representation Theory
+0806.2607 Optics
+0806.2615 Experiment
+0806.2619 Quantum Algebra
+0806.2640 Operator Algebras
+0806.2645 Combinatorics
+0806.2646 Machine Learning
+0806.2653
+cond-mat/0502304 Mesoscale and Nanoscale Physics
+cond-mat/0512603 Mesoscale and Nanoscale Physics
+cs/0608054 Computational Complexity
+math/0305439 Differential Geometry
+math/0604262 Probability
+math/0610463 Algebraic Geometry
+math/9912159 Complex Variables
+quant-ph/0412206
+quant-ph/0611078
+0707.0828 Applications
+0707.2813
+0709.1742 Quantum Algebra
+0801.1855 Analysis of PDEs
+0802.3694 Statistical Mechanics
+0802.4081 Phenomenology
+0803.2793 Strongly Correlated Electrons
+0804.0125
+0805.3525 Mesoscale and Nanoscale Physics
+0806.0196 Representation Theory
+0806.1350
+0806.3139 Materials Science
+0807.3167 Probability
+0807.4202 Superconductivity
+0808.2427
+0809.1197 Superconductivity
+0809.2949
+0810.0383 Algebraic Geometry
+0810.1465 Representation Theory
+0810.3238 Theory
+0810.4664 Probability
+math-ph/0701021
+math-ph/0703023
+math/0503469 Rings and Algebras
+math/0510253 Quantum Algebra
+math/0701064 Quantum Algebra
+nlin/0601013 Chaotic Dynamics
+physics/0110046 Fluid Dynamics
+0705.2209 Data Analysis, Statistics and Probability
+0708.3413 Representation Theory
+0710.1323 Number Theory
+0711.1467 Mesoscale and Nanoscale Physics
+0801.4285 Probability
+0801.4326 Probability
+0801.4668 Probability
+0803.4304
+0805.1432 Mesoscale and Nanoscale Physics
+0807.1660 Phenomenology
+0807.4232 Probability
+0807.4297 Optimization and Control
+0808.3925
+0810.3319 Mesoscale and Nanoscale Physics
+0810.4498 Superconductivity
+0811.3522 Algebraic Geometry
+0811.4187 Theory
+0812.2671
+math-ph/0701035
+math-ph/0702005
+quant-ph/0502104
+0708.0443 Combinatorics
+0708.3872 Group Theory
+0802.0764 Representation Theory
+0803.0553 Rings and Algebras
+0803.1637 Combinatorics
+0807.4045 Soft Condensed Matter
+0809.3214 Sound
+0810.2329
+0810.3340 General Physics
+math-ph/0702044
+math/0509067 Number Theory
+0705.1370
+0705.3076 Combinatorics
+0706.0077 Dynamical Systems
+0707.0451
+0707.3398
+0708.2515
+0708.2562 Functional Analysis
+0708.3815 Phenomenology
+0709.0128
+0709.1105
+0709.2590 Number Theory
+0710.2764 Statistical Mechanics
+0710.3689 Statistical Mechanics
+0711.0071 Quantum Algebra
+0711.1532 Disordered Systems and Neural Networks
+0711.1679 Experiment
+0712.2651
+0801.0192 Geometric Topology
+0801.0703
+0801.2706
+0801.3139 Geometric Topology
+0801.4610 Statistics Theory
+0801.4785 Mesoscale and Nanoscale Physics
+0802.0793 Methodology
+0802.1120 Fluid Dynamics
+0802.1159 Fluid Dynamics
+0802.1213
+0802.1216 Superconductivity
+0802.1220 Information Theory
+0802.1223 Cell Behavior
+0802.1224 Other Condensed Matter
+0802.1227 Classical Analysis and ODEs
+0802.1233 Optimization and Control
+0802.1247 Statistical Mechanics
+0802.1248 Statistical Mechanics
+0802.1258 Computer Vision and Pattern Recognition
+0802.1260 Algebraic Geometry
+0802.1262
+0802.1271 Superconductivity
+0802.1272 Physics and Society
+0802.1279 Commutative Algebra
+0802.1281 Spectral Theory
+0802.1282 Commutative Algebra
+0802.1287 Molecular Networks
+0802.1291
+0802.1293 Combinatorics
+0802.1301 Number Theory
+0802.1313 Materials Science
+0802.1315 Phenomenology
+0802.1317 Probability
+0802.1319 Statistics Theory
+0802.1322
+0802.1323 Group Theory
+0802.1327 Information Theory
+0802.1338 Discrete Mathematics
+0802.1342 Mesoscale and Nanoscale Physics
+0802.1357 Computation
+0802.1359 Optics
+0802.1362 Computer Science and Game Theory
+0802.1365 Statistical Mechanics
+0802.1366 History and Philosophy of Physics
+0802.1369 Information Theory
+0802.1373 Materials Science
+0802.1375 Functional Analysis
+0802.1376
+0802.1377 Biological Physics
+0802.1380 Information Theory
+0802.1381 Combinatorics
+0802.1383 Information Theory
+0802.1389 Distributed, Parallel, and Cluster Computing
+0802.1390
+0802.1393 Multiagent Systems
+0802.1398
+0802.1400 Algebraic Geometry
+0802.1403
+0802.1419
+0802.1420 Materials Science
+0802.1426 Rings and Algebras
+0802.1427 Data Structures and Algorithms
+0802.1428 General Mathematics
+0802.1429 General Mathematics
+0802.1432
+0802.1433 Classical Physics
+0802.1435
+0802.1447 Geometric Topology
+0802.1448
+0802.1449 Mesoscale and Nanoscale Physics
+0802.1453 General Mathematics
+0802.1464
+0802.1468 Dynamical Systems
+0802.1477 Spectral Theory
+0802.1480 Materials Science
+0802.1491 Differential Geometry
+0802.1495 Geometric Topology
+0802.1496 Rings and Algebras
+0802.1499 Disordered Systems and Neural Networks
+0802.1501
+0802.1505 Lattice
+0802.1509 Algebraic Topology
+0802.1513 Biological Physics
+0802.1517 Machine Learning
+cond-mat/0511218 Superconductivity
+gr-qc/0701042
+gr-qc/9212014
+hep-ph/0701213 Phenomenology
+hep-ph/9811507 Phenomenology
+math-ph/0702056
+math/0403121 Combinatorics
+math/0503685 Commutative Algebra
+math/0509113 Functional Analysis
+math/0509209 Commutative Algebra
+math/0510061 Differential Geometry
+math/0512231 Geometric Topology
+math/0606148 Algebraic Geometry
+math/0606577 Combinatorics
+math/0607289 Rings and Algebras
+math/0607715 Metric Geometry
+math/0609006 Representation Theory
+math/0702461 Quantum Algebra
+math/0702610 K-Theory and Homology
+nlin/0412022 Pattern Formation and Solitons
+physics/0212014 Optics
+quant-ph/0607160
+quant-ph/0703251
+0708.1264
+0708.2952 Optics
+0709.1209 Representation Theory
+0712.0580 Analysis of PDEs
+0802.2139 Number Theory
+0803.1065 Materials Science
+0806.1341 Experiment
+0807.2438 Chaotic Dynamics
+0807.2539
+0808.0023 Computational Complexity
+math/0606584 Probability
+0705.1099
+0705.1492 Analysis of PDEs
+0706.1415
+0706.3226 Algebraic Topology
+0708.1569 Strongly Correlated Electrons
+0708.1794 Neurons and Cognition
+0709.4065 General Physics
+0710.5475 Spectral Theory
+0710.5761 Geometric Topology
+0711.0708 Information Theory
+0711.2320 Quantum Algebra
+0711.4308 Mesoscale and Nanoscale Physics
+0711.4479
+0711.4488 Probability
+0712.4093
+0801.2490 Mesoscale and Nanoscale Physics
+0802.1900 Other Condensed Matter
+0802.3748 Data Analysis, Statistics and Probability
+0803.1150 Strongly Correlated Electrons
+0803.1297 Other Condensed Matter
+0803.2850 Optics
+0805.0048 Probability
+0805.0049 Exactly Solvable and Integrable Systems
+0805.0474
+0805.0719 Statistical Mechanics
+0805.0846
+0805.2510 Rings and Algebras
+0805.2555
+0805.2675 Networking and Internet Architecture
+0805.2714
+0805.4183 Differential Geometry
+0806.0028 Disordered Systems and Neural Networks
+0806.1011
+0806.1234 Classical Physics
+0806.1236 Probability
+0806.1237 Other Condensed Matter
+0806.1239
+0806.1241 Biological Physics
+0806.1242 Combinatorics
+0806.1244
+0806.1246 Digital Libraries
+0806.1247 Functional Analysis
+0806.1248 Statistical Mechanics
+0806.1249 Phenomenology
+0806.1258 Physics and Society
+0806.1259 Fluid Dynamics
+0806.1271 Networking and Internet Architecture
+0806.1273 Number Theory
+0806.1275 Complex Variables
+0806.1276 Dynamical Systems
+0806.1280 Artificial Intelligence
+0806.1282 Disordered Systems and Neural Networks
+0806.1284 Cryptography and Security
+0806.1294 History and Overview
+0806.1297 Quantitative Methods
+0806.1300 Combinatorics
+0806.1304
+0806.1308 Algebraic Geometry
+0806.1316 Artificial Intelligence
+0806.1318 Superconductivity
+0806.1323
+0806.1325 Metric Geometry
+0806.1327 Number Theory
+0806.1330 Experiment
+0806.1333
+0806.1346
+0806.1351 Algebraic Geometry
+0806.1353 Analysis of PDEs
+0806.1355 Other Computer Science
+0806.1358
+0806.1361 Software Engineering
+0806.1363 Analysis of PDEs
+0806.1365
+0806.1371 Combinatorics
+0806.1377 Cryptography and Security
+0806.1378 Populations and Evolution
+0806.1383
+0806.1390 Combinatorics
+0806.1395 Combinatorics
+0806.1398 Commutative Algebra
+0806.1401 Algebraic Geometry
+0806.1402 Chaotic Dynamics
+0806.1403 Combinatorics
+0806.1404 Materials Science
+0806.1405 Classical Analysis and ODEs
+0806.1407 Materials Science
+0806.1423 Rings and Algebras
+0806.1425 Materials Science
+0806.1435 Functional Analysis
+0806.1446 Computer Vision and Pattern Recognition
+0806.1451 Analysis of PDEs
+0806.1453 Analysis of PDEs
+0806.1463 Disordered Systems and Neural Networks
+0806.1465 Theory
+0806.1470 Soft Condensed Matter
+0806.1474
+0806.1479 Other Condensed Matter
+0806.1481
+0806.1486 Soft Condensed Matter
+0806.1489 Optics
+0806.1492 History and Overview
+0806.1499
+0806.1506
+0806.1510 Materials Science
+0806.1514 General Mathematics
+0806.1515
+astro-ph/0409556
+astro-ph/0606658
+cond-mat/0506687 Statistical Mechanics
+cond-mat/0702192 Materials Science
+math-ph/0501022
+math/0306150 Differential Geometry
+math/0602470 Spectral Theory
+math/0610648 Differential Geometry
+math/0611082 Complex Variables
+math/0701754 Probability
+math/0703912 Probability
+physics/0701272 Atomic Physics
+quant-ph/0606144
+quant-ph/0702166
+0704.3107
+0707.1140
+0707.1999 Algebraic Topology
+0708.3019 Information Theory
+0711.4377 Soft Condensed Matter
+0712.1378 Probability
+0801.1805
+0804.2841 Group Theory
+0805.3539 Chemical Physics
+0806.4645 Materials Science
+0808.0243 Number Theory
+0808.0888 Statistical Mechanics
+0811.0094 Superconductivity
+astro-ph/0512275
+astro-ph/0604456
+math/0702382 Number Theory
+math/0703613 Algebraic Geometry
+nlin/0301009 Chaotic Dynamics
+0704.2771 Rings and Algebras
+0704.3047
+0705.1632 Plasma Physics
+0707.0799 Information Theory
+0707.0823 Applications
+0707.0837 Statistics Theory
+0707.4674 Mesoscale and Nanoscale Physics
+0708.0477 Group Theory
+0708.1133 Mesoscale and Nanoscale Physics
+0708.1559
+0709.3741 Operator Algebras
+0710.3649
+0711.0754 Mesoscale and Nanoscale Physics
+0711.2419 Probability
+0711.3255 Representation Theory
+0711.5015 Phenomenology
+0712.0741 Materials Science
+0712.2149 Computational Physics
+0801.3506 Differential Geometry
+0801.4655 Probability
+0801.4736 Mesoscale and Nanoscale Physics
+0802.0162 Rings and Algebras
+0802.0179 Information Theory
+0802.0332 Geometric Topology
+0803.0086 Exactly Solvable and Integrable Systems
+0803.1436 Differential Geometry
+0804.3884 Algebraic Geometry
+0804.4276 Number Theory
+0804.4397 Algebraic Geometry
+0805.1242 Fluid Dynamics
+0805.1243 Classical Physics
+0805.1248 Experiment
+0805.1251 Instrumentation and Detectors
+0805.1272 Combinatorics
+0805.1273 Combinatorics
+0805.1274 Combinatorics
+0805.1276 Combinatorics
+0805.1277 Combinatorics
+0805.1279 Combinatorics
+0805.1280 Combinatorics
+0805.1284
+0805.1286
+0805.1288 Artificial Intelligence
+0805.1289 Genomics
+0805.1293 Other Computer Science
+0805.1300 Networking and Internet Architecture
+0805.1304 Rings and Algebras
+0805.1306 Probability
+0805.1307 Differential Geometry
+0805.1311
+0805.1324 Mesoscale and Nanoscale Physics
+0805.1325 Combinatorics
+0805.1327 Information Theory
+0805.1333 Phenomenology
+0805.1338 Phenomenology
+0805.1342 Representation Theory
+0805.1345 Number Theory
+0805.1348 Data Structures and Algorithms
+0805.1360 Statistical Mechanics
+0805.1361 Number Theory
+0805.1373 Discrete Mathematics
+0805.1375 Symplectic Geometry
+0805.1390 Machine Learning
+0805.1392 Disordered Systems and Neural Networks
+0805.1395 Populations and Evolution
+0805.1396 Materials Science
+0805.1398 Combinatorics
+0805.1401 Computational Geometry
+cs/0504001 Learning
+cs/0605115 Cryptography and Security
+math/0505127 Probability
+math/0605581 Numerical Analysis
+math/0606271 Operator Algebras
+quant-ph/0204022
+quant-ph/0305028
+quant-ph/0305179
+quant-ph/0306051
+quant-ph/0403120
+quant-ph/0504012
+0704.3358 Probability
+0705.1082 Combinatorics
+0707.4087 Data Analysis, Statistics and Probability
+0709.1097 Analysis of PDEs
+0709.3603
+0710.4043 Strongly Correlated Electrons
+0711.3204 Mesoscale and Nanoscale Physics
+0711.3438
+0801.0049 Geometric Topology
+0802.0697 Analysis of PDEs
+0802.4171 Phenomenology
+0803.0247
+0803.1710 Materials Science
+0803.3181
+0805.0457 Statistical Mechanics
+0805.3826 Analysis of PDEs
+0806.1461 Algebraic Geometry
+0806.1961
+0806.4264 Information Theory
+0807.0042 Information Theory
+0807.0046
+0807.0519 Complex Variables
+0807.3763 Mesoscale and Nanoscale Physics
+0808.3314
+0809.0263 Phenomenology
+0809.0751 Phenomenology
+0809.3639 Neurons and Cognition
+0809.3771 Algebraic Geometry
+0809.4461
+0809.4484 Computer Science and Game Theory
+0809.4498 Materials Science
+0809.4501 Computer Vision and Pattern Recognition
+0809.4503 Phenomenology
+0809.4521 Representation Theory
+0809.4523
+0809.4525 Commutative Algebra
+0809.4526 History and Overview
+0809.4533 Mesoscale and Nanoscale Physics
+0809.4539
+0809.4542 Phenomenology
+0809.4544 Strongly Correlated Electrons
+0809.4547 Rings and Algebras
+0809.4551 Mesoscale and Nanoscale Physics
+0809.4556
+0809.4557 Complex Variables
+0809.4558 Differential Geometry
+0809.4561 Algebraic Topology
+0809.4563 Lattice
+0809.4566 Phenomenology
+0809.4567 Optics
+0809.4571 Differential Geometry
+0809.4573
+0809.4576 Networking and Internet Architecture
+0809.4577 Data Structures and Algorithms
+0809.4579 Algebraic Geometry
+0809.4580 Analysis of PDEs
+0809.4582 Artificial Intelligence
+0809.4583
+0809.4587 Algebraic Topology
+0809.4590
+0809.4593
+0809.4601 Probability
+0809.4609
+0809.4610 Physics and Society
+0809.4612 Differential Geometry
+0809.4614
+0809.4616
+0809.4620 Materials Science
+0809.4622 Neural and Evolutionary Computing
+0809.4623 Optimization and Control
+0809.4631 Statistical Mechanics
+0809.4632 Learning
+0809.4633 Analysis of PDEs
+0809.4635 Programming Languages
+0809.4638 Phenomenology
+0809.4639 Soft Condensed Matter
+0809.4648
+0809.4653 Classical Analysis and ODEs
+0809.4654 Computation
+0809.4655 Physics and Society
+0809.4661
+0809.4664
+0809.4669 Algebraic Geometry
+0809.4674 Materials Science
+0809.4676 Optimization and Control
+0809.4678
+0809.4690 Combinatorics
+0809.4692 Theory
+0809.4695 Group Theory
+0809.4701 Theory
+cond-mat/0605235 Soft Condensed Matter
+cs/0610059 Computer Vision and Pattern Recognition
+gr-qc/0703132
+math-ph/0510069
+math-ph/0607025
+math-ph/0607060
+math/0503302 Representation Theory
+math/0505282 K-Theory and Homology
+math/0507513 Representation Theory
+math/0603227 Probability
+math/0609647 Representation Theory
+math/0611860 Probability
+math/0612378 Group Theory
+math/0701282 Representation Theory
+math/0702238 Dynamical Systems
+math/0703456 Combinatorics
+math/0703605 Representation Theory
+physics/0703034 General Physics
+quant-ph/0511207
+quant-ph/0608144
+quant-ph/0703158
+0707.0402
+0707.4679 Theory
+0708.4035 Materials Science
+0711.3114 Phenomenology
+0711.4035 Spectral Theory
+0711.4176 Statistical Mechanics
+0711.4472 Phenomenology
+0801.1356 Number Theory
+0801.1360 Number Theory
+0801.3111 Neural and Evolutionary Computing
+0801.3113 Neural and Evolutionary Computing
+0801.3862 Materials Science
+0801.4602 Statistical Mechanics
+0803.4424 Strongly Correlated Electrons
+0804.3011 Atomic Physics
+0805.0631 Optimization and Control
+0805.2834 Theory
+0805.3039 Optics
+0805.4118 Statistical Mechanics
+0805.4623 Strongly Correlated Electrons
+0806.0847 Phenomenology
+0806.1647
+0806.2203 Other Condensed Matter
+0806.2532
+0806.3770 Superconductivity
+0806.3848 Strongly Correlated Electrons
+0806.4200 Information Theory
+0807.1942
+0807.2105 Populations and Evolution
+0807.2585 Statistical Mechanics
+0807.3700 Plasma Physics
+0807.4346 Group Theory
+0807.4539 Algebraic Geometry
+0807.4550 Representation Theory
+0807.4562 Algebraic Geometry
+0807.4565 Phenomenology
+0807.4569 Superconductivity
+0807.4571
+0807.4582 Data Structures and Algorithms
+0807.4583 Physics and Society
+0807.4591 Analysis of PDEs
+0807.4593 Soft Condensed Matter
+0807.4600 Plasma Physics
+0807.4601 Disordered Systems and Neural Networks
+0807.4602 Dynamical Systems
+0807.4609 Distributed, Parallel, and Cluster Computing
+0807.4620 Databases
+0807.4623 Human-Computer Interaction
+0807.4624
+0807.4630 Combinatorics
+0807.4632 Statistical Mechanics
+0807.4640 Analysis of PDEs
+0807.4645 Optics
+0807.4647 Materials Science
+0807.4649 Applications
+0807.4654 Number Theory
+0807.4655 Combinatorics
+0807.4656 Networking and Internet Architecture
+0807.4657 Analysis of PDEs
+0807.4658 Applications
+0807.4663 Applications
+0807.4665 Probability
+0807.4670
+0807.4671 Number Theory
+0807.4672 Applications
+0807.4673 Optics
+0807.4674 Algebraic Geometry
+0807.4676
+0807.4681 Materials Science
+0807.4684 Representation Theory
+0807.4685 Group Theory
+0807.4692 Analysis of PDEs
+0807.4699 Soft Condensed Matter
+0807.4710
+0807.4712 Optics
+0807.4720 Analysis of PDEs
+0807.4724 Strongly Correlated Electrons
+0807.4725 Classical Physics
+0807.4726 Probability
+cond-mat/0503083 Statistical Mechanics
+gr-qc/0408043
+math/0703044 Differential Geometry
+physics/0701139 Plasma Physics
+quant-ph/0612156
+0704.2056
+0707.2485 Fluid Dynamics
+0709.1578 Algebraic Geometry
+0710.3908 Commutative Algebra
+0712.0152 Optimization and Control
+math/0506115 Representation Theory
+math/0606514 Probability
+math/0609550 Algebraic Geometry
+quant-ph/0507028
+0704.1008 Representation Theory
+0704.2826 Probability
+0706.0668
+0707.2920 Dynamical Systems
+0708.0374 Dynamical Systems
+0710.3257 Chaotic Dynamics
+0711.2260
+0712.3678 Analysis of PDEs
+0801.0082 Quantitative Methods
+0801.1125 Mesoscale and Nanoscale Physics
+0801.4669 Probability
+0802.0607 Chaotic Dynamics
+0802.1154 Strongly Correlated Electrons
+0802.1555 Information Theory
+0802.2351 Mesoscale and Nanoscale Physics
+0802.2357 Mesoscale and Nanoscale Physics
+0802.3670
+0804.1016
+0804.2139
+0804.2751 Materials Science
+0804.3873 Soft Condensed Matter
+0805.0264 Superconductivity
+0805.1314
+0805.1328 Optics
+0805.2164 Mesoscale and Nanoscale Physics
+0805.4664
+0807.1608
+0807.3771
+0807.4679
+0807.4999 Theory
+0808.2283 Materials Science
+0808.2285 Materials Science
+0808.3437 Pattern Formation and Solitons
+0808.3511 Neurons and Cognition
+0808.3574 Cryptography and Security
+0808.3587 Methodology
+0808.3588 Differential Geometry
+0808.3594 Phenomenology
+0808.3599 Probability
+0808.3603
+0808.3604 Algebraic Geometry
+0808.3613
+0808.3614 Combinatorics
+0808.3615 Number Theory
+0808.3617
+0808.3618
+0808.3621 Theory
+0808.3631 Probability
+0808.3636 Physics Education
+0808.3646 Geometric Topology
+0808.3649 Probability
+0808.3650 Experiment
+0808.3656 Probability
+0808.3659 Materials Science
+0808.3672 Phenomenology
+0808.3685 Dynamical Systems
+0808.3693 Distributed, Parallel, and Cluster Computing
+0808.3695 Physics Education
+0808.3699
+0808.3700 Phenomenology
+0808.3715 Materials Science
+0808.3716 Materials Science
+0808.3717 General Literature
+0808.3721 Analysis of PDEs
+0808.3741 Differential Geometry
+0808.3748 Superconductivity
+0808.3751 Probability
+0808.3753 Algebraic Geometry
+0808.3760 Combinatorics
+0808.3765 Theory
+cond-mat/0109159 Statistical Mechanics
+cond-mat/0202339 Statistical Mechanics
+cond-mat/0302414 Statistical Mechanics
+cond-mat/0302514 Statistical Mechanics
+cond-mat/0311346 Statistical Mechanics
+cond-mat/0406027 Statistical Mechanics
+cond-mat/0602062 Other Condensed Matter
+cond-mat/9712267 Statistical Mechanics
+cond-mat/9907262 Statistical Mechanics
+math-ph/0302049
+math-ph/0605076
+math/0211322 Probability
+math/0406205 Analysis of PDEs
+math/0507578 Probability
+math/0512453 Category Theory
+math/0603239 Group Theory
+math/0603453 Dynamical Systems
+math/0603704 Numerical Analysis
+math/0604341 Dynamical Systems
+math/0605053 Probability
+math/0608357 Probability
+math/0610086 Analysis of PDEs
+math/0610100 Probability
+math/0610591 Representation Theory
+math/0610939 Probability
+math/0701633 Combinatorics
+math/0703073 Quantum Algebra
+physics/0302018 Biological Physics
+q-bio/0407029 Tissues and Organs
+q-bio/0611084 Populations and Evolution
+quant-ph/0203068
+quant-ph/0203139
+quant-ph/0512057
+quant-ph/0607039
+0704.1039 Symplectic Geometry
+0704.3527 Functional Analysis
+0705.0788
+0707.0026 Genomics
+0707.3167 Algebraic Geometry
+0708.1657 Functional Analysis
+0709.0354 Strongly Correlated Electrons
+0709.2464 Classical Analysis and ODEs
+0709.3413 Statistics Theory
+0710.4561 Algebraic Geometry
+0710.4779 Chaotic Dynamics
+0711.1088 Mesoscale and Nanoscale Physics
+0711.1580 Chaotic Dynamics
+0711.2227 Cell Behavior
+0712.2897 Materials Science
+0801.1060 Information Theory
+0801.1320
+0801.1898 Geometric Topology
+0801.2728 Statistical Mechanics
+0801.4496 Strongly Correlated Electrons
+0801.4501 Statistical Mechanics
+0802.1318
+0802.1423 Materials Science
+0802.3168 Materials Science
+0803.2614
+0803.3235 Strongly Correlated Electrons
+0804.1037 Strongly Correlated Electrons
+0804.3673
+0804.3844 Dynamical Systems
+0804.4042 Information Theory
+0804.4162
+0804.4223 Complex Variables
+0804.4237 Neural and Evolutionary Computing
+0804.4307 Lattice
+0804.4480 General Mathematics
+0804.4485 Mesoscale and Nanoscale Physics
+0804.4490 General Mathematics
+0804.4497 Functional Analysis
+0804.4498 Disordered Systems and Neural Networks
+0804.4505 Classical Analysis and ODEs
+0804.4517 Information Theory
+0804.4519 Analysis of PDEs
+0804.4521 Numerical Analysis
+0804.4526 Combinatorics
+0804.4528 Atomic Physics
+0804.4529 Phenomenology
+0804.4532 Materials Science
+0804.4533 Metric Geometry
+0804.4546 Superconductivity
+0804.4548 Logic
+0804.4551 Biomolecules
+0804.4561 Statistical Mechanics
+0804.4570 Dynamical Systems
+0804.4578
+0804.4582
+0804.4587 Algebraic Geometry
+0804.4588 Differential Geometry
+0804.4593 Atomic Physics
+0804.4594
+0804.4598
+0804.4605 Number Theory
+0804.4607
+0804.4612 Phenomenology
+0804.4615 Classical Analysis and ODEs
+0804.4617 Combinatorics
+0804.4633 Experiment
+0804.4637 Dynamical Systems
+0804.4639
+0804.4640 General Mathematics
+0804.4647
+0804.4648 Classical Analysis and ODEs
+0804.4650
+0804.4656 Theory
+0804.4657 Algebraic Geometry
+0804.4658 Algebraic Geometry
+0804.4662 Information Theory
+0804.4663 Combinatorics
+0804.4664 Strongly Correlated Electrons
+0804.4665
+0804.4666 Discrete Mathematics
+0804.4676 Materials Science
+0804.4682 Learning
+math-ph/0512003
+math/0104178 Number Theory
+math/0505110 Numerical Analysis
+math/0511539 Functional Analysis
+math/0601132 Algebraic Geometry
+math/0601276 Operator Algebras
+math/0604608 Differential Geometry
+math/0605354 Geometric Topology
+math/0607137 Algebraic Geometry
+math/0609727 Differential Geometry
+math/0611837 Algebraic Geometry
+math/0612731 Number Theory
+math/0701501 Group Theory
+physics/0703155 Optics
+0710.0149 Atomic Physics
+0710.1112
+0712.0108 Differential Geometry
+0801.2139 Mesoscale and Nanoscale Physics
+0801.2847 General Physics
+0803.3892 Statistical Mechanics
+0804.0566
+0804.0825 Fluid Dynamics
+0804.2006
+0805.2302 Experiment
+hep-th/0607213 Theory
+0708.1221
+0709.1174 Materials Science
+0710.4198 Strongly Correlated Electrons
+0712.2295
+0712.2948 Complex Variables
+0712.3186 Algebraic Geometry
+0712.3439 Strongly Correlated Electrons
+0712.4362 Rings and Algebras
+0801.3935
+0802.1021 Algebraic Geometry
+0802.3417 Other Condensed Matter
+0803.0461 Commutative Algebra
+0803.0958 Mesoscale and Nanoscale Physics
+0803.1330 Theory
+0803.1427
+0803.1552 Populations and Evolution
+0803.2008 Soft Condensed Matter
+0803.3303 Probability
+0804.0419 Soft Condensed Matter
+0804.0990 Strongly Correlated Electrons
+0804.1042 K-Theory and Homology
+0804.2504 Other Condensed Matter
+0804.3006
+0804.3503
+0805.2582 Mesoscale and Nanoscale Physics
+0805.2907 Combinatorics
+0805.3672 Algebraic Geometry
+0805.4563 Algebraic Geometry
+0806.1022 Operator Algebras
+0806.3335 Disordered Systems and Neural Networks
+0806.3603 Other Condensed Matter
+0806.4369 Materials Science
+0807.0878
+0807.2104 Phenomenology
+0807.3679 Theory
+0807.4850 Logic
+0808.1547 Functional Analysis
+0808.1742 Analysis of PDEs
+0808.2063
+0808.2073 Information Theory
+0808.2085 Materials Science
+0808.2086 Quantum Algebra
+0808.2087 Group Theory
+0808.2088 Probability
+0808.2091 Phenomenology
+0808.2092 Information Theory
+0808.2094 Strongly Correlated Electrons
+0808.2097 Differential Geometry
+0808.2102 Statistical Mechanics
+0808.2103
+0808.2106 Strongly Correlated Electrons
+0808.2109 Computational Physics
+0808.2115
+0808.2117
+0808.2123 Computational Physics
+0808.2125 Materials Science
+0808.2132 Materials Science
+0808.2144
+0808.2160 Numerical Analysis
+0808.2170 Adaptation and Self-Organizing Systems
+0808.2172 Classical Analysis and ODEs
+0808.2181 Information Theory
+cond-mat/0703153 Strongly Correlated Electrons
+math/0408085 Complex Variables
+math/0411639 Algebraic Geometry
+math/0601070 Statistics Theory
+math/0602553 Algebraic Geometry
+math/0701668 Statistics Theory
+math/0701815 Algebraic Topology
+math/0702623 Number Theory
+physics/0508052 Physics and Society
+quant-ph/0504078
+0704.3011 Other Condensed Matter
+0705.1926 Logic
+0705.4068 Optimization and Control
+0708.1722 Plasma Physics
+0709.0663 Algebraic Geometry
+0710.3227 Analysis of PDEs
+0710.3937 Complex Variables
+0710.4081
+0710.4310 Differential Geometry
+0712.2932 Populations and Evolution
+0801.2611 Algebraic Geometry
+0801.3186
+0801.3895
+0802.1957 Computer Science and Game Theory
+0803.0398 Physics and Society
+0803.0617
+0803.0665 Geometric Topology
+0803.1643
+0803.3608 Category Theory
+0804.1636 Other Condensed Matter
+0804.1637 Other Condensed Matter
+0804.1638 Other Condensed Matter
+0804.1639 Other Condensed Matter
+0804.4667 Strongly Correlated Electrons
+0805.1016 Functional Analysis
+0805.1746
+0805.1777
+0806.1441 Mesoscale and Nanoscale Physics
+0806.2735
+0806.3213 Materials Science
+0806.3553 Classical Analysis and ODEs
+0806.4717 Combinatorics
+0807.1329 Quantum Algebra
+0807.1792 Phenomenology
+0807.1803 Cell Behavior
+0807.2109 Geophysics
+0807.2200 Functional Analysis
+0807.2329 Phenomenology
+0807.2411 Biological Physics
+0807.2626 Number Theory
+0807.2865 Geometric Topology
+0807.2871 Group Theory
+0807.2872 Phenomenology
+0807.2876
+0807.2877 Fluid Dynamics
+0807.2878 Chemical Physics
+0807.2880 Physics and Society
+0807.2881 Geometric Topology
+0807.2887 Disordered Systems and Neural Networks
+0807.2889
+0807.2890 Combinatorics
+0807.2901 Strongly Correlated Electrons
+0807.2904 Strongly Correlated Electrons
+0807.2906 Mesoscale and Nanoscale Physics
+0807.2907 Dynamical Systems
+0807.2915
+0807.2916 Analysis of PDEs
+0807.2925 Rings and Algebras
+0807.2928 Computer Vision and Pattern Recognition
+0807.2929 Numerical Analysis
+0807.2930 Number Theory
+0807.2931 Probability
+0807.2932 Group Theory
+0807.2939 Numerical Analysis
+0807.2953 Classical Analysis and ODEs
+0807.2956 Commutative Algebra
+0807.2960 Statistics Theory
+0807.2961 Logic in Computer Science
+0807.2964 Materials Science
+0807.2967 Commutative Algebra
+0807.2968 Materials Science
+0807.2971 Number Theory
+0807.2972 Databases
+0807.2978 Superconductivity
+0807.2982 Operator Algebras
+0807.2983 Learning
+0807.2988 Data Analysis, Statistics and Probability
+0807.2989 Classical Physics
+0807.2992
+0807.2993 Human-Computer Interaction
+0807.2995 Tissues and Organs
+0807.2997 Human-Computer Interaction
+0807.3004
+0807.3006 Data Structures and Algorithms
+0807.3013 General Mathematics
+0807.3023 Phenomenology
+0807.3027
+astro-ph/0609524
+cs/0512101 Information Theory
+math-ph/0611075
+math/0511119 Differential Geometry
+math/0512104 Algebraic Geometry
+math/0603477 Number Theory
+math/0603480 Differential Geometry
+physics/0304092 Fluid Dynamics
+q-bio/0703041 Populations and Evolution
+quant-ph/0701013
+0704.1477 Soft Condensed Matter
+0704.3868 Other Condensed Matter
+0705.2009 Information Theory
+0706.2956 Soft Condensed Matter
+0707.0179 Other Condensed Matter
+0708.2244 Disordered Systems and Neural Networks
+0709.0792 Fluid Dynamics
+0710.0718 Strongly Correlated Electrons
+0710.2746 Statistics Theory
+0710.3551 Soft Condensed Matter
+0711.3520
+0712.0991 Strongly Correlated Electrons
+0712.1320 Logic
+0712.1855 Number Theory
+0712.2276
+0712.3571
+0712.4249 Theory
+0801.1015 Other Condensed Matter
+0801.2373 Strongly Correlated Electrons
+0802.1385 Mesoscale and Nanoscale Physics
+0802.2397 Mesoscale and Nanoscale Physics
+0802.2472
+0803.0731 Information Theory
+0803.0774 Mesoscale and Nanoscale Physics
+0803.2694 Category Theory
+0803.3009 Mesoscale and Nanoscale Physics
+0803.4146 Soft Condensed Matter
+0804.0840 Number Theory
+0804.0982 Mesoscale and Nanoscale Physics
+0804.2354 Information Retrieval
+0804.2795 Analysis of PDEs
+0804.3122
+0804.3286 Algebraic Geometry
+0804.3550 Number Theory
+0804.3747 Algebraic Geometry
+0804.3751 Quantum Algebra
+0804.3841 Combinatorics
+0804.4014 Number Theory
+0804.4160
+0804.4892 Combinatorics
+0805.0016 Combinatorics
+0805.0649 Representation Theory
+0805.0794 Statistical Mechanics
+0805.0811 Optics
+0805.0813
+0805.0814 Classical Analysis and ODEs
+0805.0818 Physics Education
+0805.0819 Other Quantitative Biology
+0805.0821 Optics
+0805.0825 Complex Variables
+0805.0828 Optimization and Control
+0805.0832
+0805.0844 Algebraic Geometry
+0805.0849 Cryptography and Security
+0805.0850 Cryptography and Security
+0805.0902 Differential Geometry
+0805.0909 Cryptography and Security
+0805.0924 Physics and Society
+0805.0936
+0805.0947 General Physics
+0805.0948 Accelerator Physics
+0805.0950
+0805.0951 Theory
+0805.0959 Classical Analysis and ODEs
+0805.0969 Fluid Dynamics
+0805.0978 Superconductivity
+0805.0982 Strongly Correlated Electrons
+0805.0984 Phenomenology
+0805.0990 Information Theory
+0805.0996 Phenomenology
+0805.0998 Physics and Society
+0805.1003 Spectral Theory
+0805.1006 Representation Theory
+0805.1018 Representation Theory
+0805.1020 Algebraic Geometry
+0805.1021
+0805.1022 Other Condensed Matter
+0805.1023 Differential Geometry
+0805.1026 Combinatorics
+0805.1031 Probability
+0805.1032 Complex Variables
+0805.1033
+0805.1037 Mesoscale and Nanoscale Physics
+0805.1038 Analysis of PDEs
+0805.1039 Functional Analysis
+0805.1043 Quantum Algebra
+0805.1045 Symplectic Geometry
+0805.1050
+0805.1052 General Mathematics
+cond-mat/0409773 Other Condensed Matter
+cond-mat/0611634 Other Condensed Matter
+math/0309447 Group Theory
+math/0607034 Algebraic Geometry
+physics/0701058 General Physics
+quant-ph/0412026
+0705.1107
+0706.2996 Combinatorics
+0707.2116 Statistics Theory
+0707.2576 Combinatorics
+0709.1660 Optimization and Control
+0709.2330 Probability
+0710.1544
+0710.2496 Probability
+0710.2500 Probability
+0710.3259
+0710.3757 Probability
+0710.3760 Probability
+0710.3773 Probability
+0710.3775 Probability
+0710.4096 Strongly Correlated Electrons
+0710.5144 Probability
+0711.0350 Probability
+0711.0367 Probability
+0711.0471 Probability
+0711.0472 Probability
+0711.4976 Soft Condensed Matter
+0712.2225 Mesoscale and Nanoscale Physics
+0712.2592 Probability
+0801.0491 Phenomenology
+0803.1594
+0803.3455 Computer Science and Game Theory
+0803.4071 Strongly Correlated Electrons
+0803.4332 Probability
+0804.0451 Materials Science
+0804.1468 Rings and Algebras
+0804.1885 Statistical Mechanics
+0805.1593 Databases
+0805.3091 Statistics Theory
+0805.4467
+0806.0615 Optics
+0806.1233 Other Condensed Matter
+0806.2455
+0806.2534 Optics
+0806.2870
+0806.2871 Complex Variables
+0806.2873 Theory
+0806.2884 Optics
+0806.2887
+0806.2890 Computer Vision and Pattern Recognition
+0806.2894 Dynamical Systems
+0806.2895 Phenomenology
+0806.2916 Classical Analysis and ODEs
+0806.2917 Representation Theory
+0806.2921 Classical Analysis and ODEs
+0806.2930
+0806.2934 Geometric Topology
+0806.2936 Combinatorics
+0806.2943 General Mathematics
+0806.2952 Analysis of PDEs
+0806.2954 Materials Science
+0806.2957 General Physics
+0806.2961 Classical Analysis and ODEs
+0806.2962
+0806.2967 Dynamical Systems
+0806.2968 Group Theory
+0806.2975
+0806.2979 Analysis of PDEs
+0806.2987 Analysis of PDEs
+0806.2991 Information Theory
+0806.2992 Experiment
+0806.2994 Analysis of PDEs
+0806.2997 Plasma Physics
+0806.3001 Mesoscale and Nanoscale Physics
+0806.3006 Materials Science
+0806.3012 Statistics Theory
+0806.3013 Rings and Algebras
+0806.3014 Complex Variables
+0806.3015 Optimization and Control
+0806.3016 Spectral Theory
+0806.3019
+0806.3028
+0806.3029 Phenomenology
+0806.3037 Phenomenology
+0806.3042
+0806.3043 Phenomenology
+0806.3048 Molecular Networks
+0806.3061
+cond-mat/0212170 Mesoscale and Nanoscale Physics
+math/0212148 Algebraic Geometry
+math/0403122 Algebraic Geometry
+math/0410271 Statistics Theory
+math/0603444 Algebraic Geometry
+math/0611244 Algebraic Geometry
+math/0612351 Combinatorics
+math/0703129 Algebraic Geometry
+math/0703166 Algebraic Geometry
+math/0703168 Algebraic Geometry
+physics/0703164 Physics and Society
+quant-ph/0703095
+0706.1293 Other Quantitative Biology
+0706.2885 General Physics
+0709.3629 Differential Geometry
+0710.0198 Information Theory
+0710.0199 Information Theory
+0710.3299
+0711.3790 Superconductivity
+0712.1761 Superconductivity
+0712.2940 Probability
+0801.2495 Other Condensed Matter
+0802.1814 Materials Science
+0803.0592
+0804.1971
+0804.4767 Number Theory
+0805.0398
+cond-mat/0509750 Materials Science
+cond-mat/0607513 Statistical Mechanics
+cond-mat/9904298 Statistical Mechanics
+math/0607785 Combinatorics
+0704.1876 General Physics
+0705.0147
+0706.0708 Classical Analysis and ODEs
+0710.0283 Number Theory
+0710.1151 Statistics Theory
+0710.4190 Statistics Theory
+0710.5136 Lattice
+0711.3245 Mesoscale and Nanoscale Physics
+0712.3227
+0712.3848 Mesoscale and Nanoscale Physics
+0801.3720 Strongly Correlated Electrons
+0803.3005 Algebraic Geometry
+0804.2077 Atomic Physics
+0805.0718
+0805.1129 Phenomenology
+0805.3423 Phenomenology
+0805.4461 Commutative Algebra
+0805.4709 Soft Condensed Matter
+0806.1362 Superconductivity
+0806.4810 Mesoscale and Nanoscale Physics
+0807.1014 Statistical Finance
+0807.2734 Statistics Theory
+0808.1304 Superconductivity
+0808.1340 Theory
+0808.3194 Statistics Theory
+0809.1572 Mesoscale and Nanoscale Physics
+0809.2145 Other Condensed Matter
+0809.2636
+0809.2816 Strongly Correlated Electrons
+0809.2960 Theory
+0810.0102 Statistics Theory
+0811.1346 Chaotic Dynamics
+0811.1772
+0811.4044 Theory
+0811.4684
+0812.2086 Chaotic Dynamics
+0812.3340
+0812.3436
+0812.3670 Algebraic Geometry
+0812.3684 Algebraic Geometry
+0812.3692 Algebraic Geometry
+0812.3701
+0812.3702 Data Structures and Algorithms
+0812.3710 Differential Geometry
+0812.3715 Databases
+0812.3716 Software Engineering
+0812.3717 Disordered Systems and Neural Networks
+0812.3719 Software Engineering
+0812.3720
+0812.3721 Complex Variables
+0812.3722 Strongly Correlated Electrons
+0812.3726
+0812.3730 Analysis of PDEs
+0812.3740 General Physics
+0812.3743
+0812.3746 Group Theory
+0812.3753 Chaotic Dynamics
+0812.3756
+0812.3760 Pattern Formation and Solitons
+0812.3765 Probability
+0812.3766
+0812.3768 Mesoscale and Nanoscale Physics
+0812.3770
+0812.3773 Representation Theory
+0812.3777 Algebraic Geometry
+0812.3778 Chaotic Dynamics
+0812.3779 Functional Analysis
+0812.3790
+0812.3796
+0812.3816 Dynamical Systems
+0812.3822 Numerical Analysis
+0812.3828
+0812.3835 Plasma Physics
+0812.3848 Probability
+0812.3851 Numerical Analysis
+0812.3865
+0812.3868 Strongly Correlated Electrons
+0812.3869 General Physics
+0812.3870 Representation Theory
+0812.3871 Hardware Architecture
+0812.3873 Information Theory
+0812.3879 Classical Analysis and ODEs
+0812.3890 Information Theory
+hep-ph/0305150 Phenomenology
+hep-ph/0306055 Phenomenology
+hep-ph/9503323 Phenomenology
+hep-ph/9503434 Phenomenology
+hep-ph/9503443 Phenomenology
+hep-ph/9504399 Phenomenology
+hep-ph/9505350 Phenomenology
+hep-ph/9607288 Phenomenology
+hep-th/0610017 Theory
+math/0305207 Dynamical Systems
+physics/0701289 General Physics
+0706.4338 Differential Geometry
+0708.2022 Algebraic Geometry
+0709.0868 Physics and Society
+0709.4079 Methodology
+0710.4565 Algebraic Geometry
+0801.1370 Chaotic Dynamics
+0801.1951 Probability
+0801.2216 Differential Geometry
+0801.2921 Superconductivity
+0803.0054 Computation
+0803.1526 Physics and Society
+0804.3492 Theory
+0804.4115 Strongly Correlated Electrons
+0805.1320 Strongly Correlated Electrons
+0805.2938 Multimedia
+0805.3817
+0806.0098 Mesoscale and Nanoscale Physics
+0806.1034 Cryptography and Security
+0806.4274 Materials Science
+0807.1122
+0807.2274 Superconductivity
+0808.0378 Classical Analysis and ODEs
+0808.1431 Performance
+0808.1879
+0808.2923 History and Philosophy of Physics
+0808.2986
+0808.2992 Computational Physics
+0808.2998 Representation Theory
+0808.2999 Statistical Mechanics
+0808.3002 Materials Science
+0808.3003 Number Theory
+0808.3004 Methodology
+0808.3007
+0808.3019 Distributed, Parallel, and Cluster Computing
+0808.3020 Logic
+0808.3021 Probability
+0808.3023 Logic
+0808.3029 Operator Algebras
+0808.3031 Statistical Mechanics
+0808.3032 Mesoscale and Nanoscale Physics
+0808.3033 Probability
+0808.3037 Probability
+0808.3039 Mesoscale and Nanoscale Physics
+0808.3044 Spectral Theory
+0808.3046 Phenomenology
+0808.3048 Probability
+0808.3053 Dynamical Systems
+0808.3054 Probability
+0808.3055 Methodology
+0808.3058 Geometric Topology
+0808.3069 Probability
+0808.3071 Statistical Mechanics
+0808.3072 Logic
+0808.3073 Logic
+0808.3075 Logic
+0808.3076 Soft Condensed Matter
+0808.3077 Logic
+0808.3078 Dynamical Systems
+0808.3080 Superconductivity
+0808.3084 Soft Condensed Matter
+0808.3088
+0808.3092 Statistical Mechanics
+0808.3093
+0808.3099 Biomolecules
+0808.3100 Performance
+0808.3105 Probability
+0808.3107 Strongly Correlated Electrons
+0808.3114 Group Theory
+0808.3117
+0808.3118
+0808.3119 Group Theory
+0808.3120
+0808.3131 Experiment
+0808.3133 Phenomenology
+cond-mat/0703465 Other Condensed Matter
+math-ph/0702004
+math/0406016 Algebraic Geometry
+math/0412436 Differential Geometry
+physics/0611089 Physics and Society
+0704.1355 Phenomenology
+0704.2856 Other Condensed Matter
+0706.1005
+0706.2194 Fluid Dynamics
+0706.2335
+0708.0436
+0708.2809
+0709.3521 Mesoscale and Nanoscale Physics
+0710.2033 Differential Geometry
+0710.3269 Probability
+0711.2009 Strongly Correlated Electrons
+0711.2751
+0712.0364 Data Analysis, Statistics and Probability
+0712.0702 Algebraic Topology
+0801.1188 Materials Science
+0801.2943 Atomic Physics
+0802.1702 Data Analysis, Statistics and Probability
+0802.2440 Statistical Mechanics
+0802.3172 Phenomenology
+0802.3433 Dynamical Systems
+0802.3577 Statistical Mechanics
+0802.3580 Statistical Mechanics
+0803.0219 Analysis of PDEs
+0803.3668 Representation Theory
+0803.4091 Physics and Society
+0804.1058 Other Condensed Matter
+0804.3391 Numerical Analysis
+0804.3392
+0804.3396
+0804.3401
+0804.3406 Analysis of PDEs
+0804.3407 Complex Variables
+0804.3408 Analysis of PDEs
+0804.3409 Phenomenology
+0804.3410 Soft Condensed Matter
+0804.3411 Numerical Analysis
+0804.3418 Optics
+0804.3430 Information Theory
+0804.3441 Mesoscale and Nanoscale Physics
+0804.3447 Operator Algebras
+0804.3451 Functional Analysis
+0804.3452 Differential Geometry
+0804.3453 Information Theory
+0804.3455
+0804.3456 Materials Science
+0804.3477 Statistical Mechanics
+0804.3481 Symplectic Geometry
+0804.3484 Representation Theory
+0804.3485 Populations and Evolution
+0804.3486 Networking and Internet Architecture
+0804.3487
+0804.3491
+0804.3497 Probability
+0804.3500 Computational Geometry
+0804.3502
+0804.3507 Information Theory
+0804.3522 Statistical Mechanics
+0804.3530 Number Theory
+0804.3531
+0804.3534 Phenomenology
+0804.3541 Combinatorics
+0804.3542
+0804.3549 Analysis of PDEs
+0804.3553 K-Theory and Homology
+0804.3577 Algebraic Geometry
+0804.3578
+0804.3583 Discrete Mathematics
+0804.3585 Atomic Physics
+cond-mat/0503043 Statistical Mechanics
+cond-mat/0503515 Strongly Correlated Electrons
+cond-mat/0610784 Disordered Systems and Neural Networks
+cond-mat/0611408 Statistical Mechanics
+hep-th/0605033 Theory
+math-ph/0510068
+math/0508138 Geometric Topology
+math/0509117 Dynamical Systems
+math/0512623 Quantum Algebra
+math/0605278 Algebraic Geometry
+math/0606505 Differential Geometry
+nlin/0510055 Exactly Solvable and Integrable Systems
+nlin/0511007 Exactly Solvable and Integrable Systems
+physics/0505156 Optics
+physics/0509136 Classical Physics
+q-bio/0609040 Cell Behavior
+q-bio/0703001 Quantitative Methods
+quant-ph/0312024
+quant-ph/0511212
+0704.1166 Pattern Formation and Solitons
+0705.1706 Geometric Topology
+0706.0140 Materials Science
+0707.0217 Chaotic Dynamics
+0708.0253
+0708.1112
+0708.2275
+0708.2804 Information Theory
+0708.4180 General Physics
+0709.0208 Fluid Dynamics
+0709.1085 Statistical Mechanics
+0709.3243 Strongly Correlated Electrons
+0710.2960
+0710.5099 Other Condensed Matter
+0711.0281
+0711.2029 Chaotic Dynamics
+0711.3413 Mesoscale and Nanoscale Physics
+0711.5029
+0712.0382 Superconductivity
+0712.0640 Soft Condensed Matter
+0712.1420
+0801.0232 Artificial Intelligence
+0801.0382 General Physics
+0801.3948 Accelerator Physics
+0801.4077 Materials Science
+0802.2880 Data Analysis, Statistics and Probability
+0802.4198 Computation and Language
+0802.4419 Biological Physics
+0803.0722 Algebraic Geometry
+0803.0992 History and Philosophy of Physics
+0803.1271 Phenomenology
+0803.2114
+0803.2240
+0803.2241
+0803.2245
+0803.2258 History and Philosophy of Physics
+0803.2275 Superconductivity
+0803.2282 Operator Algebras
+0803.2284 Operator Algebras
+0803.2286 Algebraic Geometry
+0803.2299 Pattern Formation and Solitons
+0803.2301 Differential Geometry
+0803.2311 Combinatorics
+0803.2319 Symbolic Computation
+0803.2322 Analysis of PDEs
+0803.2329 Classical Analysis and ODEs
+0803.2333 Theory
+0803.2337 Information Theory
+0803.2342
+0803.2344 Data Analysis, Statistics and Probability
+0803.2345 Data Analysis, Statistics and Probability
+0803.2346 Classical Analysis and ODEs
+0803.2351 Number Theory
+0803.2358 Mesoscale and Nanoscale Physics
+0803.2361
+0803.2363 Computer Vision and Pattern Recognition
+0803.2366 Number Theory
+0803.2374 Operator Algebras
+0803.2379 Geometric Topology
+0803.2381 Number Theory
+0803.2386 Mathematical Software
+0803.2390 Mesoscale and Nanoscale Physics
+0803.2391 Differential Geometry
+0803.2395 Quantitative Methods
+0803.2403 Mesoscale and Nanoscale Physics
+0803.2406 Combinatorics
+0803.2415 Materials Science
+0803.2424 Dynamical Systems
+0803.2429 Category Theory
+0803.2437
+0803.2445 General Physics
+0803.2453 Physics and Society
+0803.2456
+0803.2459 Probability
+0803.2460 Information Theory
+0803.2470 Mesoscale and Nanoscale Physics
+0803.2472 Operator Algebras
+0803.2477 Rings and Algebras
+0803.2486 Statistics Theory
+0803.2487 Differential Geometry
+0803.2502 Spectral Theory
+0803.2503 Theory
+0803.2504 Algebraic Geometry
+0803.2506 Commutative Algebra
+0803.2509
+cond-mat/0109291 Statistical Mechanics
+cond-mat/0608718 Materials Science
+cond-mat/0702645 Other Condensed Matter
+cond-mat/0703237 Other Condensed Matter
+cs/0512102 Computation and Language
+hep-ph/0703121 Phenomenology
+math-ph/0703001
+math/0105243 Differential Geometry
+math/0404208 Metric Geometry
+math/0409094 Group Theory
+math/0409464 Numerical Analysis
+math/0702854 Operator Algebras
+quant-ph/0601140
+quant-ph/0611131
+quant-ph/0612186
+quant-ph/0612196
+0704.2687 Analysis of PDEs
+0704.2845 Combinatorics
+0704.3509 Combinatorics
+0704.3642 Geometric Topology
+0705.0291 Metric Geometry
+0706.3471 Mesoscale and Nanoscale Physics
+0707.1375 Algebraic Geometry
+0708.1271 General Physics
+0709.0142
+0709.2272 Functional Analysis
+0709.3273
+0710.3034 Strongly Correlated Electrons
+0710.3644 Strongly Correlated Electrons
+0710.4436 Statistical Mechanics
+0711.3247 Networking and Internet Architecture
+0711.4094 Strongly Correlated Electrons
+0712.0750 Mesoscale and Nanoscale Physics
+0801.0759 Statistical Mechanics
+0801.1973 Theory
+0802.1176 Networking and Internet Architecture
+0802.3013 Computational Physics
+0803.0833 Phenomenology
+0803.1303
+0803.1574
+0803.1636 Phenomenology
+0803.1837
+0803.1838 Quantitative Methods
+0803.1856 Dynamical Systems
+0803.1859 General Mathematics
+0803.1860 Combinatorics
+0803.1862 Human-Computer Interaction
+0803.1864 Superconductivity
+0803.1866 Human-Computer Interaction
+0803.1869
+0803.1875 Human-Computer Interaction
+0803.1883 Group Theory
+0803.1888 Optics
+0803.1896
+0803.1899 Functional Analysis
+0803.1910
+0803.1918 Plasma Physics
+0803.1920
+0803.1923 Neurons and Cognition
+0803.1925 Analysis of PDEs
+0803.1926 Neural and Evolutionary Computing
+0803.1930 Analysis of PDEs
+0803.1932 Statistical Mechanics
+0803.1933
+0803.1936 Materials Science
+0803.1937 Analysis of PDEs
+0803.1939 Analysis of PDEs
+0803.1946
+0803.1948 Statistical Mechanics
+0803.1959 Space Physics
+0803.1960
+0803.1962 Statistical Mechanics
+0803.1968 Materials Science
+0803.1974
+0803.1988 Theory
+0803.1992 Information Theory
+0803.2011 Superconductivity
+0803.2022
+0803.2025 Physics and Society
+0803.2027 Software Engineering
+0803.2034 Operator Algebras
+math/0604303 Algebraic Geometry
+math/0604319 General Topology
+math/0604540 Geometric Topology
+math/0605340 Probability
+math/0701066 Combinatorics
+0704.0063 Phenomenology
+0704.1194 Disordered Systems and Neural Networks
+0704.1794 Mesoscale and Nanoscale Physics
+0705.2298 Logic
+0705.2833 Exactly Solvable and Integrable Systems
+0706.0249 Combinatorics
+0706.3523 Logic in Computer Science
+0706.4132 Theory
+0707.2426 General Physics
+0707.3603 Representation Theory
+0707.4215 Group Theory
+0708.0168 Operator Algebras
+0708.0387
+0708.0531 Spectral Theory
+0708.3223 Combinatorics
+0708.3315 Disordered Systems and Neural Networks
+0708.4342 Exactly Solvable and Integrable Systems
+0709.1117 Materials Science
+0709.2293
+0710.1012 Statistical Mechanics
+0710.5403 Statistical Mechanics
+0711.0581 Number Theory
+0711.4057
+0711.4241
+0712.0109 Software Engineering
+0712.0256
+0712.2559 Probability
+0801.0223 Theory
+0802.3134 Materials Science
+0803.0539 Geometric Topology
+0803.1290
+0803.1388
+0803.1455 Combinatorics
+0803.1492 Probability
+0803.1493 Strongly Correlated Electrons
+0803.1499
+0803.1500 Digital Libraries
+0803.1503 Statistical Mechanics
+0803.1508 Number Theory
+0803.1510 Populations and Evolution
+0803.1511 Information Theory
+0803.1515 Dynamical Systems
+0803.1519 Geometric Topology
+0803.1520 Distributed, Parallel, and Cluster Computing
+0803.1521 Distributed, Parallel, and Cluster Computing
+0803.1522 Dynamical Systems
+0803.1524
+0803.1525 Dynamical Systems
+0803.1527 Phenomenology
+0803.1528
+0803.1531 Materials Science
+0803.1535 Commutative Algebra
+0803.1536 Rings and Algebras
+0803.1546 Combinatorics
+0803.1554
+0803.1557 Analysis of PDEs
+0803.1561
+0803.1564 Soft Condensed Matter
+0803.1571 Phenomenology
+0803.1595 Combinatorics
+0803.1602 Statistical Mechanics
+0803.1606 Number Theory
+0803.1612 Group Theory
+0803.1614 K-Theory and Homology
+0803.1625 General Physics
+0803.1628 Machine Learning
+0803.1632 Mesoscale and Nanoscale Physics
+0803.1633 General Physics
+0803.1635 K-Theory and Homology
+0803.1641 K-Theory and Homology
+0803.1642 Geometric Topology
+0803.1645 Commutative Algebra
+0803.1647 Statistical Mechanics
+0803.1653
+0803.1658
+cond-mat/0501363 Statistical Mechanics
+cond-mat/0503215 Statistical Mechanics
+cond-mat/0605448 Disordered Systems and Neural Networks
+cond-mat/0611069 Soft Condensed Matter
+cond-mat/0702528 Materials Science
+hep-th/0612172 Theory
+math-ph/0702076
+math/0605434 Differential Geometry
+math/0611516 Symplectic Geometry
+nlin/0603028 Exactly Solvable and Integrable Systems
+q-bio/0611092 Quantitative Methods
+0704.0888 Strongly Correlated Electrons
+0705.4208 Commutative Algebra
+0707.1045 Materials Science
+0708.0962 Number Theory
+0708.3584 Algebraic Topology
+0709.0625 Quantitative Methods
+0709.1677 Algebraic Geometry
+0709.4111 Superconductivity
+0710.0626 Strongly Correlated Electrons
+0710.2364
+0711.3470 Optics
+0711.4107
+0712.2034 Biological Physics
+0712.2726 Probability
+0712.2735
+0712.3996 Combinatorics
+0801.2636 Analysis of PDEs
+0802.0619 Number Theory
+0802.1076 Cryptography and Security
+0802.1079 Classical Analysis and ODEs
+0802.1081 Complex Variables
+0802.1082 Group Theory
+0802.1089
+0802.1091 Chemical Physics
+0802.1092 Computational Physics
+0802.1095 History and Philosophy of Physics
+0802.1096 Rings and Algebras
+0802.1098 Cellular Automata and Lattice Gases
+0802.1100 Functional Analysis
+0802.1101 General Mathematics
+0802.1112 Commutative Algebra
+0802.1113 Cryptography and Security
+0802.1115
+0802.1116
+0802.1124
+0802.1141
+0802.1147 Number Theory
+0802.1156
+0802.1161 Fluid Dynamics
+0802.1163
+0802.1171
+0802.1181
+0802.1186
+0802.1192 Probability
+0802.1194 Atomic Physics
+0802.1197 Atomic Physics
+0802.1198 Rings and Algebras
+0802.1202
+0802.1205 Number Theory
+0802.1206 Other Condensed Matter
+0802.1207
+astro-ph/0608252
+astro-ph/0612319
+cond-mat/0504790 Statistical Mechanics
+cond-mat/0507412 Mesoscale and Nanoscale Physics
+cond-mat/0508664 Strongly Correlated Electrons
+cond-mat/0510027 Statistical Mechanics
+cond-mat/0511586 Strongly Correlated Electrons
+cond-mat/0607402 Strongly Correlated Electrons
+cond-mat/0609496 Strongly Correlated Electrons
+cond-mat/0612061 Statistical Mechanics
+gr-qc/9806003
+math-ph/0504085
+math-ph/0510014
+math/0312397 Combinatorics
+math/0401083 Quantum Algebra
+math/0402125 Combinatorics
+math/0402254 Combinatorics
+math/0402291 Combinatorics
+math/0402344 Combinatorics
+math/0403017 Combinatorics
+math/0403054 Combinatorics
+math/0403107 Combinatorics
+math/0403123 Combinatorics
+math/0403139 Combinatorics
+math/0405577 Combinatorics
+math/0405578 Combinatorics
+math/0405591 Combinatorics
+math/0406258 Combinatorics
+math/0411002 Combinatorics
+math/0412233 Combinatorics
+math/0503286 Combinatorics
+math/0510027 Combinatorics
+math/0511111 Statistics Theory
+math/0512032 Quantum Algebra
+math/0601091 Statistics Theory
+math/0601098 Statistics Theory
+math/0702592 Group Theory
+math/0703306 Dynamical Systems
+math/0703669 Geometric Topology
+physics/0703168 Atomic Physics
+0710.0201 Quantum Algebra
+0710.3861 Information Theory
+0805.4286
+0806.4141 Materials Science
+0806.4147 Materials Science
+0807.3395 Analysis of PDEs
+0807.4696 Representation Theory
+0808.1944 Phenomenology
+0810.5492 Differential Geometry
+astro-ph/0505493
+0704.2010 Artificial Intelligence
+0704.3111 Strongly Correlated Electrons
+0706.1892
+0708.0958 Physics and Society
+0709.3950 Theory
+0709.4403 Algebraic Geometry
+0710.1162 Theory
+0710.3675
+0711.1452 Disordered Systems and Neural Networks
+0711.2400 Probability
+0712.0146 Combinatorics
+0712.1616
+0712.3435
+0801.3449 Statistical Mechanics
+0801.4869 Phenomenology
+0802.3817 Strongly Correlated Electrons
+0803.0742 Statistical Mechanics
+0806.0419 Other Condensed Matter
+0806.0992
+0807.1685 Probability
+0807.3475 Mesoscale and Nanoscale Physics
+0808.0442 Mesoscale and Nanoscale Physics
+0808.2067 Mesoscale and Nanoscale Physics
+0808.2632 Other Condensed Matter
+0809.1422 Other Condensed Matter
+0810.0344
+0810.2905 Phenomenology
+0810.4290
+0811.0258 Chaotic Dynamics
+0811.2682 Statistical Mechanics
+0812.1297
+0812.1469
+0812.1794
+0812.1807 Computational Physics
+0812.1816 Group Theory
+0812.1821 Fluid Dynamics
+0812.1823 Differential Geometry
+0812.1824 Optics
+0812.1829 Algebraic Topology
+0812.1831
+0812.1832
+0812.1833
+0812.1837
+0812.1838 Other Condensed Matter
+0812.1839 Combinatorics
+0812.1841 Phenomenology
+0812.1843 Artificial Intelligence
+0812.1844
+0812.1853
+0812.1861 Optics
+0812.1862 Strongly Correlated Electrons
+0812.1864 Populations and Evolution
+0812.1869 Learning
+0812.1870
+0812.1874 Chemical Physics
+0812.1876 Plasma Physics
+0812.1884 Classical Physics
+0812.1885 Classical Physics
+0812.1889
+0812.1894 Populations and Evolution
+0812.1898 Geometric Topology
+0812.1901
+0812.1904 Algebraic Geometry
+0812.1908 Discrete Mathematics
+0812.1915 Computational Complexity
+0812.1917 Combinatorics
+0812.1933 Classical Analysis and ODEs
+0812.1949 Machine Learning
+0812.1950 General Mathematics
+0812.1952
+0812.1954 Experiment
+0812.1955 Statistical Mechanics
+0812.1957 Geometric Topology
+0812.1958 Functional Analysis
+0812.1963 Symplectic Geometry
+0812.1967 Logic in Computer Science
+0812.1968 Dynamical Systems
+0812.1969 Number Theory
+0812.1979 Rings and Algebras
+0812.1980 Theory
+0812.1986 Software Engineering
+0812.1987 Strongly Correlated Electrons
+0812.1988 Strongly Correlated Electrons
+0812.1992
+0812.1993 Differential Geometry
+0812.2000 Statistical Finance
+0812.2002
+0812.2009 Algebraic Topology
+0812.2011 Data Structures and Algorithms
+0812.2014 Data Structures and Algorithms
+0812.2017 Dynamical Systems
+cond-mat/0103515
+cond-mat/0504706 Materials Science
+cond-mat/0606220 Disordered Systems and Neural Networks
+cond-mat/0606295 Disordered Systems and Neural Networks
+gr-qc/0511035
+math/0506493 Operator Algebras
+math/0610626 Analysis of PDEs
+math/0702719 Algebraic Topology
+physics/0503138 Physics and Society
+physics/0701083 Classical Physics
+0705.0915 Computational Complexity
+0705.2182 Number Theory
+0706.0868
+0707.1102 Number Theory
+0709.2409
+0711.0534 Mesoscale and Nanoscale Physics
+0711.0550 Algebraic Geometry
+0711.1719 Materials Science
+0711.1827 Computational Complexity
+0711.4286
+0712.2404
+0712.3048
+0712.3647 Analysis of PDEs
+0801.3380 Populations and Evolution
+0801.4237 Analysis of PDEs
+0802.0595 Superconductivity
+0802.1009 Applications
+0802.1421 Differential Geometry
+0803.3871 General Physics
+0804.3343 Algebraic Geometry
+0804.3997 Materials Science
+0804.4039 Distributed, Parallel, and Cluster Computing
+0805.0839 Phenomenology
+0805.0963 Computer Science and Game Theory
+0805.2057 Phenomenology
+0805.3609 Strongly Correlated Electrons
+0806.0044 Number Theory
+0806.0513
+0806.1050 Differential Geometry
+0806.1058 Superconductivity
+0806.1062 Information Theory
+0806.1066 Other Condensed Matter
+0806.1067
+0806.1070 Disordered Systems and Neural Networks
+0806.1071 Databases
+0806.1076
+0806.1082 Algebraic Topology
+0806.1083 Numerical Analysis
+0806.1089 Networking and Internet Architecture
+0806.1092 Optimization and Control
+0806.1093 Networking and Internet Architecture
+0806.1100 Software Engineering
+0806.1102
+0806.1105 Accelerator Physics
+0806.1109 Statistical Mechanics
+0806.1118 Group Theory
+0806.1123 Group Theory
+0806.1124 Group Theory
+0806.1125 Group Theory
+0806.1126 Materials Science
+0806.1130 General Physics
+0806.1139 Logic in Computer Science
+0806.1140
+0806.1142 Differential Geometry
+0806.1145 Optics
+0806.1168 Functional Analysis
+0806.1176 General Physics
+0806.1189
+0806.1190
+0806.1199 Information Theory
+0806.1202 Experiment
+0806.1213 Algebraic Geometry
+0806.1216 General Physics
+0806.1217 Superconductivity
+gr-qc/0602013
+math/0311067 Algebraic Topology
+math/0311075 Differential Geometry
+math/0503154 Group Theory
+math/0511276 Number Theory
+math/0511513 Combinatorics
+math/0606665 Differential Geometry
+math/0611364 Operator Algebras
+q-bio/0609003 Genomics
+0707.0251 Representation Theory
+0707.0300 Algebraic Topology
+0807.0654 Complex Variables
+0810.2720 Materials Science
+0810.4311 General Physics
+0811.0067 Differential Geometry
+0811.0150 Theory
+cond-mat/0607522 Strongly Correlated Electrons
+gr-qc/0405046
+math/0609473 Algebraic Geometry
+0706.3977 Soft Condensed Matter
+0707.2307 Statistical Mechanics
+0709.1066 Soft Condensed Matter
+0710.1624
+0710.3207 Experiment
+0710.3422 Physics and Society
+0711.2959 Group Theory
+0711.3371 Differential Geometry
+0712.0595
+0712.1701
+0801.2851 Soft Condensed Matter
+0801.3700 Phenomenology
+0801.4128 Statistical Mechanics
+0801.4497
+0802.0199 Strongly Correlated Electrons
+0802.0636 Optics
+0803.2289 Theory
+0803.2730 Mesoscale and Nanoscale Physics
+0803.3596
+0804.0496 Quantum Algebra
+0804.2171 Materials Science
+0805.0182 Materials Science
+0806.1584 Representation Theory
+0806.2352 Superconductivity
+0807.1202 Disordered Systems and Neural Networks
+0807.1268 History and Philosophy of Physics
+0807.1403 Algebraic Geometry
+0807.1540 Commutative Algebra
+0807.1544 Theory
+0807.1549 Combinatorics
+0807.1552 Rings and Algebras
+0807.1557 Combinatorics
+0807.1558 Tissues and Organs
+0807.1559 Phenomenology
+0807.1560 Information Retrieval
+0807.1562 Chaotic Dynamics
+0807.1583 Rings and Algebras
+0807.1594 Complex Variables
+0807.1596 Dynamical Systems
+0807.1598 Dynamical Systems
+0807.1600 Dynamical Systems
+0807.1620 Combinatorics
+0807.1623 Optics
+0807.1628 Classical Analysis and ODEs
+0807.1629 Pattern Formation and Solitons
+0807.1632 Combinatorics
+0807.1633 Analysis of PDEs
+0807.1638 General Physics
+0807.1644 Complex Variables
+0807.1655 Populations and Evolution
+0807.1656 Number Theory
+0807.1659 Functional Analysis
+0807.1662 Differential Geometry
+0807.1665
+0807.1667 Graphics
+0807.1670 Experiment
+0807.1672
+0807.1675 Commutative Algebra
+0807.1676 Probability
+0807.1677 Geometric Topology
+0807.1679 Combinatorics
+0807.1688 Superconductivity
+0807.1697 Analysis of PDEs
+0807.1705 Data Analysis, Statistics and Probability
+0807.1710
+0807.1715 Complex Variables
+0807.1719 Number Theory
+0807.1720 Distributed, Parallel, and Cluster Computing
+math-ph/0502011
+math-ph/0510026
+math/0408086 Complex Variables
+math/0512212 K-Theory and Homology
+math/0702539 Algebraic Geometry
+physics/0502012 Classical Physics
+physics/0610003 General Physics
+quant-ph/0609186
+0704.3916 Classical Analysis and ODEs
+0706.0622
+0706.1109
+0706.1815
+0707.0920 Data Analysis, Statistics and Probability
+0707.0980 Number Theory
+0707.2558 Materials Science
+0707.2781 Combinatorics
+0708.0879 Differential Geometry
+0708.1363 Representation Theory
+0708.4211 Differential Geometry
+0709.2287 Algebraic Topology
+0709.2497 Materials Science
+0710.0604
+0710.0751
+0710.4033 Algebraic Topology
+0711.1464 Mesoscale and Nanoscale Physics
+0711.3860 Theory
+0712.1491
+0712.1501
+0801.0245 General Physics
+0801.0316 Materials Science
+0801.1657
+0801.1835
+0801.1853 Materials Science
+0801.1862 Group Theory
+0801.1864 Computation
+0801.1867 Spectral Theory
+0801.1868 Optics
+0801.1870 Atmospheric and Oceanic Physics
+0801.1871 Mesoscale and Nanoscale Physics
+0801.1872 Spectral Theory
+0801.1879 Superconductivity
+0801.1883 Neural and Evolutionary Computing
+0801.1885 Neurons and Cognition
+0801.1886 Chaotic Dynamics
+0801.1888
+0801.1889 Strongly Correlated Electrons
+0801.1893
+0801.1900
+0801.1904 General Topology
+0801.1907 Operator Algebras
+0801.1910 History and Overview
+0801.1911 Classical Physics
+0801.1919 Group Theory
+0801.1920
+0801.1925 Human-Computer Interaction
+0801.1928 Phenomenology
+0801.1931 Neurons and Cognition
+0801.1933 Theory
+0801.1935 General Physics
+0801.1940
+0801.1943 Geometric Topology
+0801.1949 Chaotic Dynamics
+0801.1950 Spectral Theory
+0801.1952 Mesoscale and Nanoscale Physics
+0801.1953
+0801.1961 Materials Science
+0801.1966 Statistics Theory
+0801.1971
+0801.1982 Physics and Society
+0801.1988 Learning
+0801.1992 Operator Algebras
+0801.1999 Analysis of PDEs
+0801.2001 Analysis of PDEs
+0801.2004
+0801.2009 General Topology
+0801.2012 Dynamical Systems
+0801.2018 Phenomenology
+0801.2020
+0801.2021 Number Theory
+0801.2022
+0801.2024 General Physics
+0801.2033 Quantitative Methods
+0801.2034 Information Theory
+0801.2035 Optics
+0801.2037
+0801.2038 Other Quantitative Biology
+0801.2039
+0801.2042 Physics Education
+0801.2047 Fluid Dynamics
+0801.2048 Phenomenology
+0801.2055 Quantum Algebra
+0801.2058 Rings and Algebras
+0801.2066
+0801.2070 Statistics Theory
+0801.2072 Phenomenology
+0801.2075 Differential Geometry
+0801.2080
+0801.2081 Optics
+0801.2083 Probability
+0801.2088 Dynamical Systems
+0801.2092 Discrete Mathematics
+0801.2093 Phenomenology
+0801.2095 Optimization and Control
+0801.2096 Fluid Dynamics
+0801.2097 Logic
+0801.2103 Number Theory
+0801.2105 Geophysics
+0801.2106 Probability
+0801.2109 Algebraic Geometry
+0801.2111 Probability
+0801.2115 Probability
+0801.2122
+0801.2125 Probability
+0801.2126 General Physics
+0801.2129 Analysis of PDEs
+0801.2132 Geometric Topology
+0801.2145 Classical Analysis and ODEs
+cond-mat/0311131 Materials Science
+cond-mat/0604526 Mesoscale and Nanoscale Physics
+cs/0610036 Cryptography and Security
+math/0104025 General Mathematics
+math/0208231 Group Theory
+math/0401193 Group Theory
+math/0401201 Algebraic Geometry
+math/0403509 Rings and Algebras
+math/0406278 Algebraic Topology
+math/0412390 Group Theory
+math/0507278 Group Theory
+math/0508474 Metric Geometry
+math/0510298 Group Theory
+math/0604386 Quantum Algebra
+math/0609001 Combinatorics
+math/0701030 Rings and Algebras
+math/0703690 Probability
+q-bio/0703040 Populations and Evolution
+quant-ph/0602129
+0704.0033 Optics
+0704.0035 Optics
+0704.1134 Optics
+0704.1287
+0708.0103 Mesoscale and Nanoscale Physics
+0709.1229 Dynamical Systems
+0710.1387 Commutative Algebra
+0710.3289 Mesoscale and Nanoscale Physics
+0711.3353 Combinatorics
+0711.3390
+0711.4430 Mesoscale and Nanoscale Physics
+0801.3448 Materials Science
+0801.3484 Soft Condensed Matter
+0801.3800
+0802.0944
+0802.1932 Strongly Correlated Electrons
+0802.3272 Soft Condensed Matter
+0803.1226 Mesoscale and Nanoscale Physics
+0803.2002 Statistical Mechanics
+0803.4149 Statistical Mechanics
+0804.0002 Superconductivity
+0804.0337 Information Theory
+0804.0692
+0804.0736 Complex Variables
+0804.1148 Mesoscale and Nanoscale Physics
+0805.3295 Algebraic Topology
+0805.4810 Statistical Mechanics
+0806.3623 Strongly Correlated Electrons
+0806.3949
+0806.4295
+0807.0864 Lattice
+0807.1919 Functional Analysis
+0807.2332 Number Theory
+0807.2673 Phenomenology
+0807.4067 Analysis of PDEs
+0807.4069 Analysis of PDEs
+0807.4184 Materials Science
+0807.4185 Strongly Correlated Electrons
+0807.4187 Experiment
+0807.4213 Analysis of PDEs
+0807.4222 Strongly Correlated Electrons
+0807.4224 Software Engineering
+0807.4231 Methodology
+0807.4234 Discrete Mathematics
+0807.4235 Geometric Topology
+0807.4236 Methodology
+0807.4237
+0807.4242 Operator Algebras
+0807.4243 Algebraic Geometry
+0807.4256 Category Theory
+0807.4270 Operator Algebras
+0807.4272 Cell Behavior
+0807.4279 Quantitative Methods
+0807.4280 Materials Science
+0807.4281 Materials Science
+0807.4285
+0807.4290 Superconductivity
+0807.4298 Geophysics
+0807.4305 Experiment
+0807.4307
+0807.4309 Cryptography and Security
+0807.4316 Operator Algebras
+0807.4320 Logic
+0807.4321 Logic
+0807.4322 Statistical Mechanics
+0807.4323
+0807.4324 Logic
+0807.4326 Combinatorics
+0807.4327 Logic
+0807.4329 Phenomenology
+0807.4330 Complex Variables
+0807.4336 Probability
+0807.4337
+0807.4343 Group Theory
+0807.4345 Robotics
+0807.4348 Analysis of PDEs
+0807.4350 Group Theory
+0807.4351 Superconductivity
+0807.4359 Phenomenology
+0807.4360 Rings and Algebras
+0807.4368 Data Structures and Algorithms
+0807.4378 Physics and Society
+0807.4379 Phenomenology
+0807.4381 Analysis of PDEs
+0807.4385 Strongly Correlated Electrons
+0807.4390 Biological Physics
+0807.4391
+0807.4395 Statistical Mechanics
+0807.4397 Atomic Physics
+0807.4401 Differential Geometry
+0807.4403 Algebraic Geometry
+0807.4409 Chaotic Dynamics
+0807.4413
+0807.4416 Optimization and Control
+0807.4425 Chaotic Dynamics
+0807.4430 Dynamical Systems
+0807.4431 Theory
+0807.4435 Atomic and Molecular Clusters
+0807.4439 Differential Geometry
+0807.4446 Combinatorics
+0807.4448
+0807.4450 Combinatorics
+0807.4463 Combinatorics
+0807.4464 Phenomenology
+0807.4466
+0807.4475 Data Analysis, Statistics and Probability
+0807.4476
+0807.4478 Computer Vision and Pattern Recognition
+0807.4491 Experiment
+0807.4492
+0807.4501 Complex Variables
+0807.4503 Complex Variables
+0807.4506
+0807.4518 Popular Physics
+0807.4519 Classical Physics
+0807.4521 Algebraic Topology
+cond-mat/0702400 Mesoscale and Nanoscale Physics
+cond-mat/0703361 Mesoscale and Nanoscale Physics
+cs/0604072 Computational Complexity
+nlin/0603045 Adaptation and Self-Organizing Systems
+physics/0702108 Physics and Society
+0705.4133
+0707.2807
+0710.1773
+0712.0723 Algebraic Geometry
+0712.2773 Databases
+0801.2668 Probability
+0801.3374 Chaotic Dynamics
+0802.2200 Soft Condensed Matter
+0803.2074 Algebraic Geometry
+0803.3792 Disordered Systems and Neural Networks
+0804.0931 Statistical Mechanics
+0804.2302 Number Theory
+0804.4121 Statistical Mechanics
+0805.1682
+0805.2911
+0805.3922 Superconductivity
+0807.3887
+0808.2511 Mesoscale and Nanoscale Physics
+0808.3321 Other Condensed Matter
+0809.1036
+0809.3644 Functional Analysis
+0810.1810 Classical Physics
+0810.4868 Fluid Dynamics
+0810.4902 General Mathematics
+0810.5383 Statistical Mechanics
+0811.0040 Soft Condensed Matter
+0811.0153
+0811.0229 Materials Science
+0811.0283
+0811.0390 Algebraic Geometry
+0811.0402 Algebraic Geometry
+0811.0412 Mesoscale and Nanoscale Physics
+0811.0413 Information Theory
+0811.0416
+0811.0417 Information Theory
+0811.0418
+0811.0419 Information Theory
+0811.0422
+0811.0427 Combinatorics
+0811.0431 Information Theory
+0811.0432 Materials Science
+0811.0433 Information Theory
+0811.0435
+0811.0441
+0811.0443
+0811.0451 Chemical Physics
+0811.0453 Computation and Language
+0811.0454 Combinatorics
+0811.0455
+0811.0465 Analysis of PDEs
+0811.0470 Phenomenology
+0811.0472
+0811.0474 Numerical Analysis
+0811.0478 Algebraic Geometry
+0811.0481 Phenomenology
+0811.0484 Machine Learning
+0811.0498 Strongly Correlated Electrons
+0811.0500 Materials Science
+0811.0504 Probability
+0811.0506 Strongly Correlated Electrons
+0811.0507 Probability
+0811.0514 Quantitative Methods
+0811.0522 General Physics
+0811.0525 Probability
+0811.0528 Computation
+0811.0541 Neurons and Cognition
+0811.0543 Information Theory
+0811.0547 Differential Geometry
+0811.0549 Analysis of PDEs
+0811.0554
+0811.0556
+0811.0557 Number Theory
+0811.0571
+0811.0573 Digital Libraries
+0811.0578
+0811.0579 Computation and Language
+0811.0580 Analysis of PDEs
+0811.0582 Multimedia
+0811.0587 Materials Science
+0811.0594
+0811.0598 Plasma Physics
+0811.0602 Artificial Intelligence
+0811.0603 Information Retrieval
+math-ph/0604024
+math/0505647 Classical Analysis and ODEs
+math/0605485 Number Theory
+math/0701516 Classical Analysis and ODEs
+quant-ph/0409009
+quant-ph/0609080
+quant-ph/0703191
+0707.4475 Mesoscale and Nanoscale Physics
+0708.1975 Materials Science
+0710.2610
+0710.5567 Algebraic Topology
+0712.2887 Optimization and Control
+0803.2223 Probability
+cond-mat/0703310 Mesoscale and Nanoscale Physics
+math/0403026 Geometric Topology
+0705.1434 Algebraic Geometry
+0709.2496 Classical Analysis and ODEs
+0712.3617 Computational Engineering, Finance, and Science
+0801.4932 Analysis of PDEs
+0803.1278 Functional Analysis
+0807.2287 Classical Analysis and ODEs
+0807.3223 Robotics
+0807.3225 Robotics
+0807.5085
+0808.4028 Complex Variables
+0809.2173 Experiment
+0809.2979 Combinatorics
+0704.1607
+0708.2874 Experiment
+0709.0203 Mesoscale and Nanoscale Physics
+0709.3700 Mesoscale and Nanoscale Physics
+0712.1955 Mesoscale and Nanoscale Physics
+0712.4241
+0801.3277 Symplectic Geometry
+0801.3970 Mesoscale and Nanoscale Physics
+0802.3770 General Mathematics
+0803.0208 Mesoscale and Nanoscale Physics
+0803.4496 Functional Analysis
+0804.0603 Other Condensed Matter
+0804.0808 Number Theory
+0804.1464 Theory
+0805.1114 Materials Science
+0805.1924
+0806.0500 Other Condensed Matter
+0806.0804
+0806.2729 Dynamical Systems
+0807.0858 Strongly Correlated Electrons
+0807.1734 Databases
+0807.4389 Strongly Correlated Electrons
+0807.5122 Differential Geometry
+0808.0067 Strongly Correlated Electrons
+0808.1139 General Physics
+0808.1853 Materials Science
+0808.2874
+0808.3050 Chaotic Dynamics
+0808.4147 Other Condensed Matter
+0809.1538
+0809.2672 Instrumentation and Detectors
+0809.3742 Algebraic Geometry
+0809.3940
+0809.4165 Experiment
+0809.4290 Experiment
+0809.4946 Experiment
+0810.0081 Theory
+0810.0712 Statistical Mechanics
+0810.0723 Phenomenology
+0810.0727 Phenomenology
+0810.0732 Combinatorics
+0810.0733 Logic
+0810.0734 Logic
+0810.0736 Functional Analysis
+0810.0737
+0810.0747 Information Theory
+0810.0748 Optimization and Control
+0810.0753 Programming Languages
+0810.0754 Disordered Systems and Neural Networks
+0810.0763 Information Theory
+0810.0769 Group Theory
+0810.0770 Atomic Physics
+0810.0771 Theory
+0810.0776 Optimization and Control
+0810.0777 Number Theory
+0810.0778 Geometric Topology
+0810.0781
+0810.0782 Complex Variables
+0810.0785 Information Theory
+0810.0787 Representation Theory
+0810.0788 Atomic Physics
+0810.0789
+0810.0791 Representation Theory
+0810.0796 Experiment
+0810.0800 Numerical Analysis
+0810.0807 Experiment
+0810.0809 Experiment
+0810.0811 Dynamical Systems
+0810.0814 Statistical Mechanics
+0810.0815 Statistical Mechanics
+0810.0817
+0810.0823
+0810.0830 Robotics
+0810.0831 Functional Analysis
+0810.0840 Functional Analysis
+0810.0841 Populations and Evolution
+0810.0842 Combinatorics
+0810.0846 Combinatorics
+0810.0849 Representation Theory
+0810.0850 Materials Science
+0810.0852 History and Overview
+0810.0855 Representation Theory
+0810.0863 Materials Science
+0810.0864
+0810.0868 Populations and Evolution
+0810.0871 Phenomenology
+0810.0877 Numerical Analysis
+0810.0879 Applications
+0810.0882 Information Theory
+0810.0888 Functional Analysis
+0810.0891 Chaotic Dynamics
+0810.0895 Classical Physics
+0810.0905 General Physics
+0810.0907 Experiment
+0810.0912
+0810.0914 Statistics Theory
+0810.0915 Algebraic Geometry
+0810.0916
+0810.0927
+0810.0928
+0810.0931
+0810.0933 Combinatorics
+0810.0943
+0810.0944 Statistics Theory
+0810.0951
+0810.0952 Representation Theory
+0810.0954
+0810.0955 Atomic Physics
+0810.0959
+0810.0961 Superconductivity
+0810.0962 Algebraic Topology
+0810.0966 Combinatorics
+0810.0970 Mesoscale and Nanoscale Physics
+0810.0972 Functional Analysis
+0810.0974
+0810.0982 General Physics
+0810.0984 Geometric Topology
+0810.0993
+0810.0995 Materials Science
+0810.1000 Experiment
+0810.1004 Statistics Theory
+0810.1009 Theory
+0810.1018 Computational Complexity
+0810.1020
+0810.1022 Exactly Solvable and Integrable Systems
+0810.1028 Commutative Algebra
+0810.1034
+0810.1037 Phenomenology
+0810.1039 Populations and Evolution
+0810.1041 Experiment
+0810.1042 Analysis of PDEs
+cond-mat/0403297 Mesoscale and Nanoscale Physics
+cond-mat/0601520 Mesoscale and Nanoscale Physics
+cs/0703007 Logic in Computer Science
+hep-th/0608062 Theory
+math/0605294 Combinatorics
+math/0608730 Geometric Topology
+0704.3332 Group Theory
+0706.2438 Algebraic Geometry
+0707.3640 Algebraic Topology
+0708.2933 Theory
+0709.0849 Rings and Algebras
+0709.4226 Functional Analysis
+0711.3766 Statistical Mechanics
+0712.0569 Group Theory
+0801.1878 Strongly Correlated Electrons
+0803.1343 Mesoscale and Nanoscale Physics
+0804.0176 Theory
+0804.2040 Mesoscale and Nanoscale Physics
+0805.1252 Combinatorics
+0806.1809 Number Theory
+0808.2261
+0811.4596
+math/0604404 Rings and Algebras
+math/0605537 Algebraic Geometry
+math/0702052 Combinatorics
+math/0703672 Algebraic Geometry
+0704.1372 Analysis of PDEs
+0705.3836 Strongly Correlated Electrons
+0708.1695 Logic
+0709.1495 Soft Condensed Matter
+0709.1941 Computational Geometry
+0710.4867 Data Analysis, Statistics and Probability
+0712.0431 Other Condensed Matter
+0801.0933 Group Theory
+0801.1090 Other Condensed Matter
+0801.2788 Mesoscale and Nanoscale Physics
+0802.0516
+0802.0855
+0802.4406
+0803.0079
+0803.1351 Statistical Mechanics
+0803.2997 Other Condensed Matter
+0803.3128 Other Condensed Matter
+0803.4078 Other Condensed Matter
+0803.4137 Group Theory
+0804.3444 Mesoscale and Nanoscale Physics
+0805.1666 Soft Condensed Matter
+0805.3784 Soft Condensed Matter
+0806.1831 Differential Geometry
+0807.0782 Statistics Theory
+0807.2135 Phenomenology
+0807.2267 Rings and Algebras
+0807.2435 Phenomenology
+0807.3038 Quantitative Methods
+0807.3045 Differential Geometry
+0807.3046 Cellular Automata and Lattice Gases
+0807.3047 Symplectic Geometry
+0807.3050 Information Theory
+0807.3052 Quantum Algebra
+0807.3057 Theory
+0807.3064 Populations and Evolution
+0807.3078
+0807.3086 Statistical Mechanics
+0807.3088 Commutative Algebra
+0807.3091 Mesoscale and Nanoscale Physics
+0807.3092 Materials Science
+0807.3093 Representation Theory
+0807.3094 Information Theory
+0807.3095 Representation Theory
+0807.3099 Theory
+0807.3105 Representation Theory
+0807.3106 General Mathematics
+0807.3107 Mesoscale and Nanoscale Physics
+0807.3109 Complex Variables
+0807.3111
+0807.3117 General Mathematics
+0807.3122 Strongly Correlated Electrons
+0807.3129 Other Condensed Matter
+0807.3148 Number Theory
+0807.3151 Computation
+0807.3161 History and Overview
+0807.3168 Human-Computer Interaction
+0807.3178 Representation Theory
+0807.3180 K-Theory and Homology
+0807.3183 Human-Computer Interaction
+0807.3184 Human-Computer Interaction
+0807.3186 Human-Computer Interaction
+0807.3187 Software Engineering
+0807.3198 Information Theory
+0807.3201 Statistical Mechanics
+0807.3202 Combinatorics
+0807.3205 Classical Physics
+0807.3210 Metric Geometry
+0807.3215 Materials Science
+0807.3222 Information Theory
+0807.3227 Mesoscale and Nanoscale Physics
+0807.3230 Materials Science
+0807.3232 Algebraic Geometry
+0807.3233 Combinatorics
+0807.3235 Differential Geometry
+0807.3236 Soft Condensed Matter
+0807.3247 Biological Physics
+0807.3253 General Physics
+0807.3257 Algebraic Geometry
+0807.3259 Superconductivity
+0807.3260 Dynamical Systems
+0807.3261 Strongly Correlated Electrons
+0807.3262 Materials Science
+0807.3267 Differential Geometry
+0807.3268 Probability
+0807.3273 Complex Variables
+0807.3277 Cryptography and Security
+0807.3278 Dynamical Systems
+0807.3285 Algebraic Geometry
+0807.3286
+0807.3287 Molecular Networks
+0807.3289 Algebraic Topology
+0807.3295 Commutative Algebra
+0807.3300 Biomolecules
+0807.3303 Other Condensed Matter
+0807.3308 Probability
+0807.3310 Classical Analysis and ODEs
+0807.3311 Phenomenology
+0807.3318 Materials Science
+0807.3321 Number Theory
+0807.3322 Combinatorics
+0807.3326 Networking and Internet Architecture
+0807.3327 Functional Analysis
+astro-ph/0303248
+astro-ph/0305364
+astro-ph/0309569
+cond-mat/0505025 Materials Science
+cond-mat/0605232 Mesoscale and Nanoscale Physics
+cond-mat/0611372 Mesoscale and Nanoscale Physics
+cond-mat/0701416 Mesoscale and Nanoscale Physics
+cs/0412067 Information Theory
+cs/0606087 Discrete Mathematics
+gr-qc/0212068
+math/0409016 Representation Theory
+math/0702251 Differential Geometry
+math/0703487 Combinatorics
+quant-ph/0609007
+0710.3951 Soft Condensed Matter
+0711.0493 Probability
+0712.2521 Theory
+0802.2419
+0803.1879 Populations and Evolution
+0803.3730 Algebraic Geometry
+0804.0442 Superconductivity
+0807.4594
+0807.4680 Artificial Intelligence
+0808.2362 Phenomenology
+0809.1906 Data Structures and Algorithms
+0809.2372 Experiment
+0810.0380 Experiment
+0810.0839 Statistical Mechanics
+0810.1500 Group Theory
+cond-mat/0408613 Superconductivity
+math/0512532 Probability
+math/0611245 Differential Geometry
+0704.1627 Geophysics
+0705.2740 Experiment
+0706.1260 Strongly Correlated Electrons
+0706.1431
+0707.0139 Soft Condensed Matter
+0707.2512 Other Condensed Matter
+0707.4391 Computational Physics
+0708.0138 Probability
+0708.0819 Mesoscale and Nanoscale Physics
+0708.3351 Phenomenology
+0709.0615 Atomic Physics
+0709.3799 Mesoscale and Nanoscale Physics
+0709.3997 Differential Geometry
+0709.4156 Materials Science
+0710.1971 Materials Science
+0710.2680 Statistical Mechanics
+0710.5299
+0710.5814
+0711.0109
+0711.1017
+0711.4105 Statistical Mechanics
+0711.4402 Soft Condensed Matter
+0711.4585 Chaotic Dynamics
+0712.0978 Other Condensed Matter
+0712.3995 Theory
+0801.1942 Number Theory
+0801.2251 Phenomenology
+0801.2794 K-Theory and Homology
+0801.2878 Functional Analysis
+0801.3134 Strongly Correlated Electrons
+0801.3331 Number Theory
+0801.3364
+0801.3457
+0801.3458
+0801.3468 Analysis of PDEs
+0801.3473 Differential Geometry
+0801.3490 Statistics Theory
+0801.3499 Algebraic Geometry
+0801.3504 Differential Geometry
+0801.3505 Probability
+0801.3507 Theory
+0801.3508
+0801.3509
+0801.3511 Information Theory
+0801.3521 Information Theory
+0801.3534 Algebraic Geometry
+0801.3537 Logic
+0801.3541 Mesoscale and Nanoscale Physics
+0801.3553 Materials Science
+0801.3556 Functional Analysis
+0801.3559 Computation
+0801.3561 Differential Geometry
+0801.3576 Experiment
+0801.3582 Lattice
+0801.3589
+0801.3592 Optimization and Control
+0801.3593 Phenomenology
+0801.3605 Complex Variables
+0801.3610 Complex Variables
+0801.3613 Mesoscale and Nanoscale Physics
+0801.3615 Analysis of PDEs
+0801.3619 Materials Science
+0801.3620
+0801.3629 Complex Variables
+0801.3636 Differential Geometry
+0801.3639 Logic
+0801.3644 Statistical Mechanics
+0801.3652 Exactly Solvable and Integrable Systems
+cond-mat/0007170 Strongly Correlated Electrons
+cond-mat/0008048 Strongly Correlated Electrons
+cond-mat/0504020 Statistical Mechanics
+cond-mat/0512480 Strongly Correlated Electrons
+cond-mat/0603314 Soft Condensed Matter
+cond-mat/0606763 Mesoscale and Nanoscale Physics
+math/0404394 Number Theory
+math/0507309 Differential Geometry
+math/0611432 Probability
+math/0612224 Probability
+math/0703810 Algebraic Geometry
+math/0703819 Classical Analysis and ODEs
+quant-ph/0612183
+0704.1076 Statistical Mechanics
+0704.3224
+0704.4001 Theory
+0705.0520 Algebraic Geometry
+0705.1552
+0706.0291 General Physics
+0706.1747 Statistical Mechanics
+0706.2065 Geometric Topology
+0706.2499 Algebraic Geometry
+0707.2012 Analysis of PDEs
+0707.2435 Other Condensed Matter
+0707.3390 Learning
+0707.4171 Mesoscale and Nanoscale Physics
+0708.0308 General Physics
+0708.1135 Mesoscale and Nanoscale Physics
+0708.1483 General Physics
+0709.1065 Strongly Correlated Electrons
+0709.2843 Soft Condensed Matter
+0709.3692 Distributed, Parallel, and Cluster Computing
+0710.1854 Differential Geometry
+0710.5614 Geometric Topology
+0710.5869 Number Theory
+0711.3768 Functional Analysis
+0711.4500
+0712.2302 Distributed, Parallel, and Cluster Computing
+0712.2649
+0712.3722
+0712.4040 Materials Science
+0801.0719 Adaptation and Self-Organizing Systems
+0801.1092 Experiment
+0801.1709 Analysis of PDEs
+0801.2167
+0801.2561
+0801.2914 Statistical Mechanics
+0801.3174 Probability
+0801.3203 Probability
+0801.3330 Probability
+0801.3340 Probability
+0801.3353 Probability
+0801.3370 Probability
+0801.3852 Spectral Theory
+0801.3858 Operator Algebras
+0801.3859
+0801.3864 Computation and Language
+0801.3865 Numerical Analysis
+0801.3866 Representation Theory
+0801.3869 Representation Theory
+0801.3871 Computational Complexity
+0801.3883 Probability
+0801.3892 Strongly Correlated Electrons
+0801.3897
+0801.3900 Mesoscale and Nanoscale Physics
+0801.3904 Algebraic Topology
+0801.3908 Information Retrieval
+0801.3911 Rings and Algebras
+0801.3912 Computational Complexity
+0801.3913 Soft Condensed Matter
+0801.3914 Chemical Physics
+0801.3917 Soft Condensed Matter
+0801.3918 Probability
+0801.3921 Geometric Topology
+0801.3922 Soft Condensed Matter
+0801.3924 Cryptography and Security
+0801.3926 Information Theory
+0801.3930 Cryptography and Security
+0801.3939 Number Theory
+0801.3943 Dynamical Systems
+0801.3945 Exactly Solvable and Integrable Systems
+0801.3951 Dynamical Systems
+0801.3953 Logic
+0801.3962 Dynamical Systems
+0801.3963 Neurons and Cognition
+0801.3965 Other Computer Science
+0801.3966
+0801.3967 Superconductivity
+0801.3975 Statistical Mechanics
+0801.3978 Computational Physics
+0801.3979 Mesoscale and Nanoscale Physics
+0801.3980 Algebraic Topology
+0801.3982 Chaotic Dynamics
+0801.3983 Information Theory
+0801.3986 Information Theory
+0801.3987 Information Theory
+0801.3989 Classical Analysis and ODEs
+0801.3990 Analysis of PDEs
+0801.3996 General Physics
+0801.4007 Algebraic Geometry
+0801.4008
+0801.4013 Computational Geometry
+0801.4019 Computational Geometry
+0801.4024 Information Theory
+cond-mat/0005502 Strongly Correlated Electrons
+cond-mat/0605721 Strongly Correlated Electrons
+cond-mat/0607226 Other Condensed Matter
+cond-mat/0612475 Strongly Correlated Electrons
+cond-mat/0612635 Strongly Correlated Electrons
+cs/0702112 Information Theory
+math/0603365 Algebraic Geometry
+math/0609385 Probability
+math/0610284 Symplectic Geometry
+math/0612125 Operator Algebras
+math/0702066 Differential Geometry
+quant-ph/0605086
+quant-ph/0701227
+0708.0794 Mesoscale and Nanoscale Physics
+0710.5633 Theory
+0711.0561 Other Condensed Matter
+0711.0990 Geometric Topology
+0711.1801
+0801.1333 Data Analysis, Statistics and Probability
+0801.2690 Number Theory
+0801.4579 Other Condensed Matter
+0803.2756 Materials Science
+0803.3500 General Physics
+0804.2517 Quantum Algebra
+0804.3106 Statistical Mechanics
+0805.3097 Strongly Correlated Electrons
+0806.0207 Superconductivity
+0806.2324 Materials Science
+0806.4694 Plasma Physics
+0807.0485 Geophysics
+0807.3110
+0807.3828 Other Condensed Matter
+0808.0615 Geophysics
+0808.0931 Strongly Correlated Electrons
+0808.3768 Theory
+0809.0849 Probability
+0809.3248
+0809.4540 Phenomenology
+0810.0053 Populations and Evolution
+0810.2199 Phenomenology
+0810.2832 Atomic Physics
+0810.5135 Superconductivity
+0811.0476 Atmospheric and Oceanic Physics
+0811.0519 Functional Analysis
+0811.3413 Differential Geometry
+0811.4038 Atomic Physics
+0811.4660 Phenomenology
+0812.0275 Biological Physics
+0812.0333
+0812.1640 Differential Geometry
+0812.1820
+0812.1907 Instrumentation and Detectors
+0812.2023
+0812.2024
+0812.2026 Logic
+0812.2027 Logic
+0812.2028
+0812.2032
+0812.2037 Chemical Physics
+0812.2039 Optics
+0812.2040 Optics
+0812.2042 Classical Analysis and ODEs
+0812.2043 Algebraic Geometry
+0812.2045 Experiment
+0812.2048 General Physics
+0812.2049 Databases
+0812.2051 Phenomenology
+0812.2054 Rings and Algebras
+0812.2057 Subcellular Processes
+0812.2060
+0812.2061 Superconductivity
+0812.2081 Numerical Analysis
+0812.2082 Probability
+0812.2084 Analysis of PDEs
+0812.2092 Group Theory
+0812.2094 Cryptography and Security
+0812.2096 Algebraic Geometry
+0812.2101
+0812.2102
+0812.2112 Logic
+0812.2115 Discrete Mathematics
+0812.2117 Other Condensed Matter
+0812.2122 Algebraic Geometry
+0812.2124 Representation Theory
+0812.2126 Differential Geometry
+0812.2132 Algebraic Geometry
+0812.2137 Computational Complexity
+0812.2140 Phenomenology
+0812.2141 Data Analysis, Statistics and Probability
+0812.2144
+0812.2145 Analysis of PDEs
+0812.2149
+0812.2152
+0812.2155 Representation Theory
+0812.2156 Rings and Algebras
+0812.2157 Soft Condensed Matter
+0812.2164 Distributed, Parallel, and Cluster Computing
+0812.2165 Analysis of PDEs
+0812.2168
+0812.2169 Classical Physics
+0812.2173 Phenomenology
+0812.2174 Molecular Networks
+0812.2176 Phenomenology
+0812.2179 Combinatorics
+0812.2185
+0812.2188 Combinatorics
+0812.2191 Classical Analysis and ODEs
+0812.2193 Combinatorics
+0812.2202 Numerical Analysis
+0812.2211
+0812.2215 Group Theory
+0812.2220 Group Theory
+0812.2222 Number Theory
+0812.2224 Mesoscale and Nanoscale Physics
+0812.2226 Dynamical Systems
+0812.2229 Differential Geometry
+cond-mat/0509040 Statistical Mechanics
+cond-mat/0609187 Other Condensed Matter
+cond-mat/0703433 Other Condensed Matter
+math/0703437 Combinatorics
+quant-ph/0702243
+0707.2910 Probability
+0709.0258 Methodology
+0709.1458 Algebraic Geometry
+0709.2584 Algebraic Geometry
+0709.2659 Materials Science
+0710.0107 Functional Analysis
+0710.3656 Algebraic Geometry
+0711.0486 Combinatorics
+0711.1823 Complex Variables
+0712.3067
+0712.3629 Algebraic Geometry
+0802.2092
+0802.3108 Soft Condensed Matter
+0803.2308 Theory
+0803.3665 Probability
+0803.4452 Algebraic Geometry
+0804.4003 Other Condensed Matter
+0805.4146 Accelerator Physics
+0806.1503 Geometric Topology
+0806.2480 Representation Theory
+0806.3784 Optimization and Control
+0806.4173 Mesoscale and Nanoscale Physics
+0807.0190 Theory
+0807.0666 Analysis of PDEs
+0807.1621 Lattice
+0807.4538 Soft Condensed Matter
+0807.4775 Superconductivity
+0809.0418
+0809.0512 Statistical Mechanics
+0809.0711 Superconductivity
+0809.1487 Statistical Mechanics
+0809.1776 Other Condensed Matter
+0809.1839 Disordered Systems and Neural Networks
+0809.1898 Mesoscale and Nanoscale Physics
+0809.3809 Biological Physics
+0810.5524 Combinatorics
+0811.3321 Mesoscale and Nanoscale Physics
+0811.3985 Geometric Topology
+0811.4055
+0811.4687 Dynamical Systems
+0812.0027 Group Theory
+0812.0462 Differential Geometry
+0812.0595 Other Condensed Matter
+0812.0596 Theory
+0812.0604 Phenomenology
+0812.0613 Experiment
+0812.0617 Information Theory
+0812.0619 Probability
+0812.0625 Materials Science
+0812.0635 Computer Science and Game Theory
+0812.0638 Functional Analysis
+0812.0642 Probability
+0812.0644 Populations and Evolution
+0812.0647 Fluid Dynamics
+0812.0652 Algebraic Geometry
+0812.0653 Soft Condensed Matter
+0812.0654 Theory
+0812.0659 Artificial Intelligence
+0812.0664 Optics
+0812.0665 Operator Algebras
+0812.0666 Analysis of PDEs
+0812.0669
+0812.0670
+0812.0672 Metric Geometry
+0812.0676 Quantum Algebra
+0812.0682 Theory
+0812.0686 Cryptography and Security
+0812.0688 Quantum Algebra
+0812.0691 Phenomenology
+0812.0698 Information Retrieval
+0812.0706 Sound
+0812.0708 Classical Analysis and ODEs
+0812.0711 Materials Science
+0812.0712 Populations and Evolution
+0812.0714
+0812.0721 Theory
+0812.0723 Instrumentation and Detectors
+0812.0725 Theory
+0812.0727 Phenomenology
+0812.0728 Classical Analysis and ODEs
+0812.0729 Theory
+0812.0731 Materials Science
+0812.0732 Theory
+0812.0733 Combinatorics
+0812.0736 Distributed, Parallel, and Cluster Computing
+0812.0738
+0812.0739 Classical Analysis and ODEs
+0812.0746 Materials Science
+0812.0752 General Mathematics
+0812.0756 Representation Theory
+0812.0759 Information Theory
+0812.0760
+0812.0761 Pricing of Securities
+0812.0763
+0812.0765 Adaptation and Self-Organizing Systems
+0812.0767 K-Theory and Homology
+0812.0768 Instrumentation and Detectors
+0812.0770 Phenomenology
+0812.0772 Quantum Algebra
+0812.0775
+0812.0779 Combinatorics
+0812.0784 Number Theory
+0812.0790 Artificial Intelligence
+0812.0793
+0812.0794 Physics Education
+0812.0795
+0812.0797
+0812.0798 Materials Science
+0812.0799 Combinatorics
+hep-th/0610235 Theory
+math/0606612 Geometric Topology
+math/0608285 Algebraic Topology
+math/0610981 Combinatorics
+math/0703374 Quantum Algebra
+physics/0306059 General Physics
+physics/0308098 General Physics
+physics/0309088 General Physics
+physics/0403130 General Physics
+physics/0404059 General Physics
+physics/0409121 General Physics
+physics/0501159 General Physics
+physics/0502095 General Physics
+physics/0503003 General Physics
+physics/0504027 General Physics
+physics/0504199 General Physics
+physics/0505025 General Physics
+physics/0505119 General Physics
+physics/0505130 General Physics
+physics/0505190 General Physics
+physics/0506156 General Physics
+physics/0506184 General Physics
+physics/0507016 General Physics
+physics/0507097 General Physics
+physics/0507190 General Physics
+physics/0508084 General Physics
+physics/0508134 General Physics
+physics/0509225 General Physics
+physics/0510113 General Physics
+physics/0510178 General Physics
+physics/0511051 General Physics
+physics/0511062 General Physics
+physics/0512013 General Physics
+physics/0512032 General Physics
+0704.0125 Analysis of PDEs
+0704.0741 Disordered Systems and Neural Networks
+0704.1105
+0704.3640 Quantitative Methods
+0705.0518 Combinatorics
+0705.2657
+0707.2916 Disordered Systems and Neural Networks
+0708.0315 Analysis of PDEs
+0708.0320
+0709.2374 Statistical Mechanics
+0709.4144 Strongly Correlated Electrons
+0710.1974 Strongly Correlated Electrons
+0710.3390 Statistical Mechanics
+0710.3503
+0710.4259 Probability
+0711.1382 Theory
+0711.1672 Space Physics
+0711.2989
+0712.1270 Strongly Correlated Electrons
+0712.3068 Mesoscale and Nanoscale Physics
+0801.0271 Materials Science
+0801.1630 Multiagent Systems
+0801.2320 Functional Analysis
+0801.3238 Statistical Mechanics
+0801.3312 Mesoscale and Nanoscale Physics
+0801.3587 Other Condensed Matter
+0801.4597 Operator Algebras
+0802.0899
+0802.2807 Populations and Evolution
+0802.3795 Combinatorics
+0803.3541 Functional Analysis
+0803.3789 Differential Geometry
+0803.3976 Symbolic Computation
+0803.4077
+0804.0530 Operator Algebras
+0804.1181 Combinatorics
+0804.1349
+0804.1361 Combinatorics
+0804.1368
+0804.1380 Combinatorics
+0804.1387 Operator Algebras
+0804.1390 Geophysics
+0804.1395 Group Theory
+0804.1396 Group Theory
+0804.1407 Representation Theory
+0804.1408 Optimization and Control
+0804.1424 Number Theory
+0804.1427
+0804.1430 Analysis of PDEs
+0804.1434 Functional Analysis
+0804.1435 Logic in Computer Science
+0804.1437 Group Theory
+0804.1442
+0804.1444 Probability
+0804.1445 Logic
+0804.1448 Computer Vision and Pattern Recognition
+0804.1453
+0804.1470 Algebraic Topology
+0804.1474 Statistical Mechanics
+0804.1490 Information Theory
+0804.1492
+0804.1493 Information Theory
+0804.1494 Optics
+0804.1502 Classical Physics
+0804.1508 Dynamical Systems
+0804.1509 Algebraic Geometry
+0804.1510
+0804.1527
+0804.1539 Materials Science
+cond-mat/0204618 Statistical Mechanics
+cond-mat/0606014 Materials Science
+cond-mat/0608069 Strongly Correlated Electrons
+cond-mat/0610792 Materials Science
+cond-mat/9905236 Statistical Mechanics
+math/0512198 Commutative Algebra
+math/0601084 Metric Geometry
+math/0603428 Probability
+math/0604485 Commutative Algebra
+math/0608426 Metric Geometry
+math/0701849 Probability
+math/0702220 Classical Analysis and ODEs
+math/0703449 Algebraic Geometry
+math/0703648 Probability
+math/0703901 Commutative Algebra
+physics/0308037 General Physics
+physics/0603260 Atmospheric and Oceanic Physics
+0705.2074 Symplectic Geometry
+0706.1193 Phenomenology
+0710.0067 Dynamical Systems
+0711.4269 Statistical Mechanics
+0712.2351 Theory
+0801.4270 Phenomenology
+0802.0661 Functional Analysis
+0802.2733 Analysis of PDEs
+0803.1717
+0803.4175 Group Theory
+0804.3668 Phenomenology
+0805.2323
+0805.2784 Analysis of PDEs
+0806.2272 Differential Geometry
+0806.4526 Networking and Internet Architecture
+0807.1154 Phenomenology
+0807.3799
+0807.4098 Theory
+0808.0143
+0808.1208
+0809.1150 Atomic Physics
+0810.1797
+0810.1977 Symplectic Geometry
+0810.5460 Materials Science
+0811.0572 Lattice
+0811.0919
+0812.0848 Analysis of PDEs
+0812.1772 Theory
+0812.3350 Algebraic Geometry
+0812.3408 Representation Theory
+0812.3907
+0812.3909
+0812.3920 Algebraic Geometry
+0812.3924
+0812.3925 Probability
+0812.3928
+0812.3943 Operator Algebras
+0812.3946 Data Structures and Algorithms
+0812.3950
+0812.3970 Functional Analysis
+0812.3972
+0812.3973 Statistics Theory
+0812.3976
+0812.3982 Phenomenology
+0812.3985 Analysis of PDEs
+0812.3986 General Physics
+0812.3988 Genomics
+0812.3999 Analysis of PDEs
+0812.4000 Phenomenology
+0812.4004
+0812.4010 Pricing of Securities
+0812.4011 Materials Science
+0812.4012 Combinatorics
+0812.4013
+0812.4015
+0812.4020
+0812.4021 Analysis of PDEs
+0812.4023 Operator Algebras
+0812.4025 Materials Science
+0812.4028 General Finance
+0812.4030 Probability
+0812.4037
+0812.4047 Combinatorics
+0812.4050 Computational Finance
+0812.4052 Computational Finance
+0812.4060 Differential Geometry
+0812.4064 Probability
+0812.4074
+0812.4095
+0812.4097
+0812.4107 Analysis of PDEs
+0812.4115 Rings and Algebras
+0812.4129 Analysis of PDEs
+0812.4142
+0812.4152
+0812.4156 Computational Finance
+0812.4159 Pricing of Securities
+0812.4163 Pricing of Securities
+0812.4164 Phenomenology
+0812.4170 Neural and Evolutionary Computing
+0812.4172 Chaotic Dynamics
+0812.4181 Cryptography and Security
+0812.4194
+0812.4199 Pricing of Securities
+0812.4202 Algebraic Geometry
+0812.4206 Computer Science and Game Theory
+0812.4210 Risk Management
+0812.4211
+0812.4214
+0812.4222 Operator Algebras
+0812.4228
+0812.4233 Statistics Theory
+0812.4234 Phenomenology
+0812.4236 Physics and Society
+0812.4238 Genomics
+0812.4239 Theory
+0812.4240 Phenomenology
+0812.4244 Analysis of PDEs
+0812.4245 Algebraic Geometry
+0812.4255 Fluid Dynamics
+0812.4258 Biological Physics
+0812.4264 Group Theory
+0812.4266 Number Theory
+0812.4278 Theory
+cs/0612091 Digital Libraries
+gr-qc/0305100
+math-ph/0609005
+math/0201119 Symplectic Geometry
+math/0407191 Number Theory
+math/0504281 Group Theory
+math/0605261 Differential Geometry
+0704.3753 Soft Condensed Matter
+0707.1760 Operator Algebras
+0707.3463 Mesoscale and Nanoscale Physics
+0708.0891 Quantum Algebra
+0710.1710
+0710.2841
+0711.1365
+0711.2329 Strongly Correlated Electrons
+0712.3767 Mesoscale and Nanoscale Physics
+0801.4922 Geometric Topology
+0801.4966 Number Theory
+0802.0280 Strongly Correlated Electrons
+0802.0473 Mesoscale and Nanoscale Physics
+0802.1348 Data Analysis, Statistics and Probability
+0802.1776 Quantum Algebra
+0803.1282 Superconductivity
+0803.2511
+0803.3283 Plasma Physics
+0803.4314
+0804.0966 Soft Condensed Matter
+0804.1413 Strongly Correlated Electrons
+0804.3437 Theory
+0805.0921 Materials Science
+0805.1957 Strongly Correlated Electrons
+0805.4799 Phenomenology
+0806.0040
+0806.0086
+0806.0358 Phenomenology
+0806.0381 Combinatorics
+0806.0390 Geometric Topology
+0806.0398 Logic
+0806.0406 Differential Geometry
+0806.0409 Group Theory
+0806.0424 Combinatorics
+0806.0429
+0806.0430 Dynamical Systems
+0806.0437 Analysis of PDEs
+0806.0439 Rings and Algebras
+0806.0440 Combinatorics
+0806.0442 Probability
+0806.0445
+0806.0448 Probability
+0806.0449 Other Quantitative Biology
+0806.0454 General Physics
+0806.0462 Differential Geometry
+0806.0479 Commutative Algebra
+0806.0482 Spectral Theory
+0806.0483 Chaotic Dynamics
+0806.0494
+0806.0507 Functional Analysis
+0806.0509 Theory
+0806.0525 Dynamical Systems
+0806.0528 General Physics
+0806.0537 Neurons and Cognition
+0806.0541 Representation Theory
+0806.0567
+0806.0572
+0806.0574
+0806.0576 Cryptography and Security
+0806.0577
+0806.0579 Information Theory
+0806.0580 Strongly Correlated Electrons
+0806.0600 Differential Geometry
+0806.0604 Statistics Theory
+0806.0612 Methodology
+astro-ph/0412154
+astro-ph/0701202
+hep-ph/0701274 Phenomenology
+math/0411652 Analysis of PDEs
+math/0605082 Differential Geometry
+math/0608704 Differential Geometry
+quant-ph/0304179
+quant-ph/0502165
+0708.3190 Rings and Algebras
+0709.2149 Algebraic Geometry
+0710.5216 Strongly Correlated Electrons
+0802.1760 Superconductivity
+0802.3016 Representation Theory
+0802.3449 Operator Algebras
+0802.3532 Chaotic Dynamics
+0804.0133 Strongly Correlated Electrons
+0806.2680 Logic in Computer Science
+0806.4082
+0807.0090 Number Theory
+0807.0938 Statistical Mechanics
+0807.2006 Phenomenology
+cs/0605140 Computational Complexity
+math-ph/0610058
+math/0612576 Complex Variables
+math/0703558 Rings and Algebras
+0705.0457 Number Theory
+0705.4048 Differential Geometry
+0706.1055 Chemical Physics
+0707.1357 Statistical Mechanics
+0708.0865 Probability
+0708.3048 Computational Engineering, Finance, and Science
+0709.1258
+0710.2513 Disordered Systems and Neural Networks
+0710.2665 Metric Geometry
+0710.2908 Algebraic Geometry
+0710.3072 Algebraic Geometry
+0711.3840
+0712.0326 Soft Condensed Matter
+0801.0516
+0801.1751 Optics
+0801.2667 Dynamical Systems
+0801.4345 Differential Geometry
+0802.2995 Combinatorics
+0802.3289 Classical Physics
+0802.3393 Theory
+0802.3406 Plasma Physics
+0802.3407 Algebraic Geometry
+0802.3409 Lattice
+0802.3410 Probability
+0802.3412 Representation Theory
+0802.3418 Quantum Algebra
+0802.3419 Information Theory
+0802.3420 Optics
+0802.3421 Optics
+0802.3429 Information Theory
+0802.3430 Information Theory
+0802.3434 Dynamical Systems
+0802.3441 Hardware Architecture
+0802.3444 Cryptography and Security
+0802.3447 Molecular Networks
+0802.3448 Databases
+0802.3451 Spectral Theory
+0802.3452 Analysis of PDEs
+0802.3459 Applications
+0802.3464 General Physics
+0802.3469 Statistics Theory
+0802.3474
+0802.3480 Human-Computer Interaction
+0802.3481 Human-Computer Interaction
+0802.3483 Human-Computer Interaction
+0802.3484
+0802.3490 Networking and Internet Architecture
+0802.3491 Combinatorics
+0802.3502 Materials Science
+0802.3511 Category Theory
+0802.3516 Disordered Systems and Neural Networks
+0802.3517 Representation Theory
+0802.3523 Combinatorics
+0802.3527 Combinatorics
+0802.3529 Combinatorics
+0802.3549 Differential Geometry
+0802.3550 Differential Geometry
+0802.3555 Fluid Dynamics
+0802.3568
+0802.3569 Networking and Internet Architecture
+0802.3571 Dynamical Systems
+0802.3574
+0802.3579 Mesoscale and Nanoscale Physics
+0802.3582 Databases
+0802.3586 Statistical Mechanics
+0802.3587 Statistical Mechanics
+0802.3588 Phenomenology
+0802.3590 Representation Theory
+0802.3596 Differential Geometry
+0802.3602 Atomic Physics
+0802.3608 Differential Geometry
+0802.3611 Information Theory
+0802.3613 Analysis of PDEs
+0802.3617 Logic in Computer Science
+0802.3625
+0802.3628 Software Engineering
+0802.3634 Networking and Internet Architecture
+0802.3638 Probability
+0802.3640 Functional Analysis
+0802.3641 Soft Condensed Matter
+0802.3646 Materials Science
+0802.3647 Mesoscale and Nanoscale Physics
+0802.3651 K-Theory and Homology
+0802.3653 History and Overview
+0802.3657 Number Theory
+0802.3663 Other Condensed Matter
+0802.3664
+0802.3665 Computers and Society
+0802.3672 Phenomenology
+0802.3678
+0802.3684
+0802.3688
+0802.3690 Computation
+0802.3691 Algebraic Geometry
+chao-dyn/9403004 Chaotic Dynamics
+chao-dyn/9501011 Chaotic Dynamics
+chao-dyn/9505010 Chaotic Dynamics
+chao-dyn/9505013 Chaotic Dynamics
+chao-dyn/9506006 Chaotic Dynamics
+chao-dyn/9709011 Chaotic Dynamics
+chao-dyn/9710019 Chaotic Dynamics
+chao-dyn/9808004 Chaotic Dynamics
+chao-dyn/9907004 Chaotic Dynamics
+cmp-lg/9601003 Computation and Language
+cond-mat/0002245 Statistical Mechanics
+cond-mat/0008090 Statistical Mechanics
+cond-mat/0511098 Superconductivity
+cond-mat/0610201 Mesoscale and Nanoscale Physics
+cond-mat/0610836 Superconductivity
+cond-mat/9903418
+math/0703457 Category Theory
+nlin/0001021 Chaotic Dynamics
+nlin/0003025 Chaotic Dynamics
+physics/0001071 Fluid Dynamics
+quant-ph/0501064
+0708.3839 Representation Theory
+0710.1234 Combinatorics
+0712.2413
+0801.1932 Phenomenology
+0802.0970 Strongly Correlated Electrons
+0802.2651 Number Theory
+0803.0043 Group Theory
+0803.1532
+0804.1496
+0804.2894 Other Condensed Matter
+0805.0523
+0805.3339 Databases
+0806.1359 General Physics
+0806.1925 Probability
+0807.1204 Materials Science
+0808.0180 Numerical Analysis
+0808.0342
+0808.1108 Data Structures and Algorithms
+0808.1229 Materials Science
+0808.1428 Lattice
+0808.1899
+0808.1903 Experiment
+0808.1906 Phenomenology
+0808.1915 Experiment
+0808.1922 Probability
+0808.1929 Algebraic Geometry
+0808.1948 Superconductivity
+0808.1952 Statistical Mechanics
+0808.1954 Materials Science
+0808.1965 Number Theory
+0808.1967
+0808.1973 Theory
+0808.1982 Lattice
+0808.1987 Mesoscale and Nanoscale Physics
+0808.1999
+0808.2002 Dynamical Systems
+0808.2005 Algebraic Geometry
+0808.2006 Phenomenology
+0808.2011 Classical Physics
+0808.2017 Data Structures and Algorithms
+0808.2020 Phenomenology
+0808.2021 Materials Science
+0808.2022 Differential Geometry
+0808.2023 Combinatorics
+0808.2028 Differential Geometry
+0808.2035 Differential Geometry
+0808.2037 Functional Analysis
+0808.2040
+0808.2045 Software Engineering
+cond-mat/0606560 Superconductivity
+cond-mat/0611126 Other Condensed Matter
+math/0507215 Number Theory
+math/0507216 Number Theory
+math/0507218 Number Theory
+quant-ph/0608002
+0704.2615 Geometric Topology
+0705.3114 Symplectic Geometry
+0709.3881 Algebraic Geometry
+0711.1899 Phenomenology
+0801.0117 Commutative Algebra
+0801.1946 Geometric Topology
+0801.1979 Data Structures and Algorithms
+0801.2605 Differential Geometry
+0802.2028 Materials Science
+0802.2369 Classical Analysis and ODEs
+0802.3248 Classical Analysis and ODEs
+0804.1290
+0805.2942
+0805.4096 Quantum Algebra
+0806.3309 Mesoscale and Nanoscale Physics
+0806.4851 Quantum Algebra
+0806.4913 Chemical Physics
+0807.0683
+0807.1498 Theory
+0807.1814 Other Condensed Matter
+0807.2147 Phenomenology
+0807.3589
+0807.4312 Superconductivity
+0808.0669 Experiment
+0808.1494 Mesoscale and Nanoscale Physics
+0808.2212 Other Condensed Matter
+0808.3136
+0808.4079 Computer Science and Game Theory
+0809.0964 Fluid Dynamics
+0809.1316 Materials Science
+0809.1649 Phenomenology
+0810.0346 Exactly Solvable and Integrable Systems
+0810.0461 Phenomenology
+0810.1322 Chemical Physics
+0810.1466 Geometric Topology
+0810.1693 Materials Science
+0810.1951 Dynamical Systems
+0810.1957 Fluid Dynamics
+0810.1962 Fluid Dynamics
+0810.1964 Analysis of PDEs
+0810.1966 Fluid Dynamics
+0810.1967
+0810.1968 Fluid Dynamics
+0810.1970
+0810.1974 Fluid Dynamics
+0810.1975 Fluid Dynamics
+0810.1979 Combinatorics
+0810.1980 Information Theory
+0810.1981 Computer Science and Game Theory
+0810.1988 Analysis of PDEs
+0810.1991 Computers and Society
+0810.1998
+0810.1999 Differential Geometry
+0810.2001 Representation Theory
+0810.2010 Methodology
+0810.2011
+0810.2012 Number Theory
+0810.2017 Materials Science
+0810.2020
+0810.2021 Graphics
+0810.2024 Differential Geometry
+0810.2026 Atomic Physics
+0810.2031
+0810.2035
+0810.2038 Other Condensed Matter
+0810.2047 Strongly Correlated Electrons
+0810.2048 Dynamical Systems
+0810.2050 Experiment
+0810.2051 Analysis of PDEs
+0810.2052 Materials Science
+0810.2053 Combinatorics
+0810.2054 Number Theory
+0810.2058 Algebraic Geometry
+0810.2061 Logic in Computer Science
+0810.2063 Multimedia
+0810.2064 Analysis of PDEs
+0810.2074 Experiment
+0810.2088 Operator Algebras
+0810.2093 Materials Science
+0810.2094 General Mathematics
+0810.2117 Algebraic Geometry
+0810.2123 Probability
+0810.2124 Statistics Theory
+0810.2127 Representation Theory
+0810.2132 Functional Analysis
+0810.2133 Information Theory
+0810.2134 Networking and Internet Architecture
+0810.2138 Differential Geometry
+0810.2141 Experiment
+0810.2142 Mesoscale and Nanoscale Physics
+0810.2144 Information Theory
+0810.2152 Neurons and Cognition
+0810.2153 Optics
+0810.2160 Algebraic Geometry
+0810.2162
+0810.2163 Plasma Physics
+0810.2164 Information Theory
+0810.2180 Group Theory
+0810.2182 Probability
+0810.2184 Functional Analysis
+0810.2197 Soft Condensed Matter
+0810.2198
+0810.2208 Information Theory
+0810.2210
+0810.2211 Accelerator Physics
+0810.2212 Experiment
+0810.2217 Other Condensed Matter
+0810.2218 Materials Science
+0810.2220 Experiment
+0810.2226 Distributed, Parallel, and Cluster Computing
+0810.2227 Distributed, Parallel, and Cluster Computing
+0810.2230 Complex Variables
+0810.2232 Statistical Mechanics
+0810.2234 Differential Geometry
+0810.2235 Number Theory
+0810.2244
+0810.2247 Combinatorics
+0810.2249
+0810.2255
+0810.2261 Experiment
+0810.2269 Materials Science
+0810.2271 General Physics
+0810.2276 Statistics Theory
+0810.2278 Experiment
+0810.2282 Theory
+0810.2284 Quantitative Methods
+0810.2285
+0810.2286 Analysis of PDEs
+0810.2288
+alg-geom/9702009 Algebraic Geometry
+gr-qc/0612074
+math/0611912 Quantum Algebra
+math/0612298 Quantum Algebra
+math/0702370 Combinatorics
+math/0702667 Category Theory
+quant-ph/0611277
+0704.2105
+0708.1708 Strongly Correlated Electrons
+0711.2250 Statistical Mechanics
+0712.0810
+0712.2501 Other Computer Science
+0712.4091
+0801.0092 Computer Science and Game Theory
+0801.0438 Functional Analysis
+0801.0448 General Physics
+0801.0449 Commutative Algebra
+0801.0451
+0801.0452 Information Theory
+0801.0455 Networking and Internet Architecture
+0801.0456 Algebraic Geometry
+0801.0458
+0801.0462 Complex Variables
+0801.0463 Pattern Formation and Solitons
+0801.0466 Dynamical Systems
+0801.0468 Mesoscale and Nanoscale Physics
+0801.0469
+0801.0472 Quantum Algebra
+0801.0474 Computational Complexity
+0801.0476 Materials Science
+0801.0479 Geophysics
+0801.0480 Number Theory
+0801.0483 Commutative Algebra
+0801.0485 Geophysics
+0801.0492
+0801.0496 Probability
+0801.0501 Phenomenology
+0801.0504 Category Theory
+0801.0507 Representation Theory
+0801.0512 Exactly Solvable and Integrable Systems
+0801.0514 Computational Complexity
+0801.0517
+0801.0518 Computational Physics
+0801.0521
+0801.0523 Numerical Analysis
+0801.0524 Physics and Society
+0801.0526 Algebraic Geometry
+0801.0529 Phenomenology
+0801.0530 Number Theory
+0801.0533 Logic in Computer Science
+0801.0534 Logic in Computer Science
+0801.0535 Logic in Computer Science
+0801.0537 Logic in Computer Science
+0801.0540 Information Theory
+0801.0543 Geophysics
+0801.0544 Geophysics
+0801.0545 Geophysics
+0801.0548 Geophysics
+0801.0556 Number Theory
+0801.0558 Combinatorics
+0801.0559 Geophysics
+0801.0560 Geophysics
+0801.0565 Statistical Mechanics
+0801.0568 Combinatorics
+0801.0570 Optimization and Control
+0801.0574 Representation Theory
+0801.0575 Cryptography and Security
+0801.0577
+0801.0581 Information Theory
+0801.0585 Dynamical Systems
+0704.0763
+0705.3941 Strongly Correlated Electrons
+0709.3610 Mesoscale and Nanoscale Physics
+0709.4077 Symplectic Geometry
+0709.4259 Phenomenology
+0709.4292
+0709.4530 Strongly Correlated Electrons
+0710.2393 Complex Variables
+0710.2395
+0710.3472
+0710.5863 Commutative Algebra
+0711.1488 Strongly Correlated Electrons
+0711.2315
+0712.1640 Strongly Correlated Electrons
+0712.2633 Mesoscale and Nanoscale Physics
+0712.3307 Strongly Correlated Electrons
+0801.3180
+0802.2149
+0802.2398 Mesoscale and Nanoscale Physics
+0802.4366 Other Condensed Matter
+0803.0311 Mesoscale and Nanoscale Physics
+0803.2851 Strongly Correlated Electrons
+0804.2275 Differential Geometry
+0804.4600 Materials Science
+0805.1442 Information Theory
+0805.1852 Soft Condensed Matter
+0806.1564
+0806.2385 Phenomenology
+0806.2401 Algebraic Geometry
+0806.2643 Information Theory
+0806.2664 Superconductivity
+0806.2669 Machine Learning
+0806.2670 Strongly Correlated Electrons
+0806.2673
+0806.2674 Information Theory
+0806.2676 Algebraic Geometry
+0806.2677 Optics
+0806.2686 Classical Analysis and ODEs
+0806.2691
+0806.2707 Computational Geometry
+0806.2709
+0806.2715 Superconductivity
+0806.2717
+0806.2719 General Topology
+0806.2722
+0806.2724 Probability
+0806.2730 Software Engineering
+0806.2732 Optics
+0806.2753 Representation Theory
+0806.2759 Operator Algebras
+0806.2761 Probability
+0806.2769
+0806.2787 Combinatorics
+0806.2796
+0806.2797 Numerical Analysis
+0806.2808 Commutative Algebra
+0806.2814 Optimization and Control
+0806.2816 Differential Geometry
+0806.2822
+0806.2827 Phenomenology
+0806.2828 Algebraic Topology
+0806.2831 Machine Learning
+0806.2833
+0806.2843 Neural and Evolutionary Computing
+0806.2844 Differential Geometry
+0806.2847 General Mathematics
+0806.2849 Soft Condensed Matter
+0806.2854 Mesoscale and Nanoscale Physics
+0806.2856 Algebraic Geometry
+astro-ph/0701139
+cond-mat/0502503 Mesoscale and Nanoscale Physics
+cond-mat/0702088 Materials Science
+hep-ph/0403211 Phenomenology
+hep-ph/0701122 Phenomenology
+math/0308199 Group Theory
+0707.1718 Algebraic Topology
+0707.3572 Symplectic Geometry
+0708.3509 Biomolecules
+0709.1341 Metric Geometry
+0709.4534 Dynamical Systems
+0710.0919 Differential Geometry
+0710.5634 Symplectic Geometry
+0711.4781 Differential Geometry
+0801.0635 Other Condensed Matter
+0801.3643 Number Theory
+0802.2539 Strongly Correlated Electrons
+0802.3501 Mesoscale and Nanoscale Physics
+0802.3828
+0803.1797 Statistical Mechanics
+0803.4205 Mesoscale and Nanoscale Physics
+0804.0180
+0804.0307 Superconductivity
+0804.0591 Mesoscale and Nanoscale Physics
+0804.2993 Strongly Correlated Electrons
+0804.3591 Strongly Correlated Electrons
+0805.0621 Theory
+0805.1240 Symplectic Geometry
+0806.2984
+0806.4397 Materials Science
+0806.4847 Atomic Physics
+0807.1581 Differential Geometry
+0807.1582 Differential Geometry
+0807.2395 Strongly Correlated Electrons
+0807.3625 Disordered Systems and Neural Networks
+0807.4445 Other Condensed Matter
+0807.4733 Number Theory
+0809.0035 General Physics
+0809.0761 Phenomenology
+0809.1204 Symplectic Geometry
+0809.1228 Commutative Algebra
+0809.1343 Soft Condensed Matter
+0809.1764 Theory
+0809.1768 Theory
+0810.0425 Number Theory
+0810.0481 Theory
+0810.0837 Experiment
+0810.1192 Functional Analysis
+0810.2665 Robotics
+0810.2808 Pattern Formation and Solitons
+0810.3260 Probability
+0810.3656 Experiment
+0810.3664 Phenomenology
+0810.3666 Experiment
+0810.3668 Dynamical Systems
+0810.3669 Materials Science
+0810.3671 Computers and Society
+0810.3677 Experiment
+0810.3678 Experiment
+0810.3679
+0810.3681 Experiment
+0810.3682 Experiment
+0810.3683
+0810.3686 Experiment
+0810.3688
+0810.3689
+0810.3690 Experiment
+0810.3692 Experiment
+0810.3694 Experiment
+0810.3697 Disordered Systems and Neural Networks
+0810.3698
+0810.3699 Experiment
+0810.3702 Classical Analysis and ODEs
+0810.3703
+0810.3705 Experiment
+0810.3706 Experiment
+0810.3707 Theory
+0810.3710
+0810.3711 Experiment
+0810.3715 Distributed, Parallel, and Cluster Computing
+0810.3716 Experiment
+0810.3721 Group Theory
+0810.3723 Experiment
+0810.3726 Instrumentation and Detectors
+0810.3727
+0810.3730 Algebraic Geometry
+0810.3731 Symplectic Geometry
+0810.3737 Experiment
+0810.3738 Instrumentation and Detectors
+0810.3739 Experiment
+0810.3747 Experiment
+0810.3748 Experiment
+0810.3753 Experiment
+0810.3754 Experiment
+0810.3759
+0810.3760
+0810.3766 Experiment
+0810.3770 Materials Science
+0810.3775 Statistical Mechanics
+0810.3776 Other Computer Science
+0810.3778 Complex Variables
+0810.3780
+0810.3789 Superconductivity
+0810.3791 Lattice
+0810.3796
+0810.3806 Materials Science
+0810.3808
+0810.3810 Analysis of PDEs
+0810.3811 Materials Science
+0810.3814
+0810.3815 Theory
+0810.3816 Symplectic Geometry
+0810.3818 Physics and Society
+0810.3826
+0810.3827 Information Theory
+0810.3828
+0810.3831 Experiment
+0810.3834 Quantitative Methods
+0810.3838 Representation Theory
+0810.3839
+0810.3840 Statistical Mechanics
+0810.3841
+0810.3844 History and Overview
+0810.3854 Atomic Physics
+0810.3855 Dynamical Systems
+0810.3856
+0810.3857 Experiment
+0810.3859
+0810.3860
+0810.3862 Strongly Correlated Electrons
+0810.3865 Artificial Intelligence
+0810.3868 Analysis of PDEs
+0810.3870 Geometric Topology
+0810.3874
+0810.3879 Exactly Solvable and Integrable Systems
+0810.3883 Differential Geometry
+0810.3884 Dynamical Systems
+0810.3890
+0810.3891 Information Theory
+0810.3900 Information Theory
+0810.3903 Experiment
+0810.3905 Functional Analysis
+cs/0109072 Logic in Computer Science
+cs/0610120 Mathematical Software
+hep-ph/0605300 Phenomenology
+nlin/0502017 Exactly Solvable and Integrable Systems
+nlin/0703011 Pattern Formation and Solitons
+nucl-th/0501065
+quant-ph/0608042
+0704.0349 Combinatorics
+0704.3156 Probability
+0707.0481 Methodology
+0708.4100 Statistical Mechanics
+0708.4102 Statistical Mechanics
+0708.4103 Statistical Mechanics
+0708.4105 Statistical Mechanics
+0708.4191 Rings and Algebras
+0709.0785 Algebraic Topology
+0712.0230
+0712.0299
+0712.0759
+0712.3198 Differential Geometry
+0801.1373 Superconductivity
+0802.3195 Materials Science
+0802.3372 Geometric Topology
+0803.2287 Statistical Mechanics
+0804.1004
+0804.3866
+0804.4419 Strongly Correlated Electrons
+0804.4703
+0805.3536 Phenomenology
+0806.3761 Differential Geometry
+0807.0784 Fluid Dynamics
+0807.2330 Data Structures and Algorithms
+0807.3024 Spectral Theory
+0807.3667
+0807.3689 Strongly Correlated Electrons
+0807.3754
+0807.3755 Information Retrieval
+0807.3756 General Topology
+0807.3758 Phenomenology
+0807.3764 Analysis of PDEs
+0807.3766 Representation Theory
+0807.3768 Optimization and Control
+0807.3782 Differential Geometry
+0807.3790 Adaptation and Self-Organizing Systems
+0807.3792
+0807.3795 Databases
+0807.3798 Superconductivity
+0807.3810 Analysis of PDEs
+0807.3816 Probability
+0807.3818 Phenomenology
+0807.3822 Biological Physics
+0807.3823 Disordered Systems and Neural Networks
+0807.3835 Functional Analysis
+0807.3840 Representation Theory
+0807.3842 Analysis of PDEs
+0807.3845 Computation and Language
+0807.3850
+0807.3852 Analysis of PDEs
+0807.3860
+0807.3861
+0807.3864 Analysis of PDEs
+0807.3865 Discrete Mathematics
+0807.3867 Classical Physics
+0807.3868 Probability
+0807.3874 Soft Condensed Matter
+0807.3879 Cryptography and Security
+0807.3884
+0807.3886 Algebraic Geometry
+0807.3889
+0807.3892 Representation Theory
+0807.3895
+0807.3897 Quantum Algebra
+0807.3901 Biomolecules
+0807.3903 Numerical Analysis
+0807.3906 Functional Analysis
+0807.3907 Combinatorics
+0807.3908 Artificial Intelligence
+0807.3910 Applications
+0807.3918
+0807.3922 Operator Algebras
+0807.3927 Analysis of PDEs
+0807.3928 Other Condensed Matter
+0807.3933 Operating Systems
+0807.3940 Complex Variables
+0807.3945 Chemical Physics
+cond-mat/0611254 Statistical Mechanics
+cond-mat/0611765 Materials Science
+cond-mat/0703021 Materials Science
+math/0605179 Quantum Algebra
+math/0606154 Statistics Theory
+math/0702219 Algebraic Geometry
+physics/0611223 Fluid Dynamics
+quant-ph/0505135
+quant-ph/0605137
+quant-ph/0610032
+quant-ph/0701123
+0705.0832 Probability
+0707.0388 Theory
+0707.3102 Chaotic Dynamics
+0709.1979 Algebraic Geometry
+0710.4143
+0712.0921
+0712.1845 Biological Physics
+0801.0672 Information Theory
+0801.3112 Information Theory
+0801.3681
+0802.3340 Atmospheric and Oceanic Physics
+0803.0288 Superconductivity
+0803.0999 Populations and Evolution
+0803.2479 Complex Variables
+0803.2709 Mesoscale and Nanoscale Physics
+0803.3484 Theory
+0803.3642 Distributed, Parallel, and Cluster Computing
+0803.4206 Computational Complexity
+0804.4209 Superconductivity
+0804.4689 Classical Analysis and ODEs
+0804.4704
+0804.4707 Combinatorics
+0804.4708
+0804.4714 Molecular Networks
+0804.4716 Combinatorics
+0804.4717 Robotics
+0804.4720 Strongly Correlated Electrons
+0804.4724 Strongly Correlated Electrons
+0804.4725
+0804.4728 Rings and Algebras
+0804.4729 Phenomenology
+0804.4741 Learning
+0804.4744 Computational Complexity
+0804.4749 Robotics
+0804.4750 Robotics
+0804.4751 Phenomenology
+0804.4752 Robotics
+0804.4753 Robotics
+0804.4754 Robotics
+0804.4757 Robotics
+0804.4759 Robotics
+0804.4774 Information Theory
+0804.4787 Algebraic Geometry
+0804.4788 Other Condensed Matter
+0804.4790 Geometric Topology
+0804.4794 Mesoscale and Nanoscale Physics
+0804.4795 Commutative Algebra
+0804.4799 Information Theory
+0804.4812 Superconductivity
+0804.4832 Mesoscale and Nanoscale Physics
+0804.4837 Number Theory
+0804.4847 Combinatorics
+0804.4849
+0804.4856 Number Theory
+0804.4857 Phenomenology
+0804.4858 Differential Geometry
+0804.4870 Algebraic Geometry
+0804.4873 Analysis of PDEs
+0804.4876 Number Theory
+0804.4878 Theory
+0804.4879 Optics
+0804.4880 Materials Science
+0804.4883 Analysis of PDEs
+0804.4885 Human-Computer Interaction
+0804.4891 Phenomenology
+0804.4894 Combinatorics
+math/0508022 Combinatorics
+physics/0607255 Fluid Dynamics
+0705.1948 Operator Algebras
+0705.2262 Numerical Analysis
+0705.4683 Mesoscale and Nanoscale Physics
+0706.0686 Classical Physics
+0706.1419 Probability
+0707.1423 General Mathematics
+0707.1438 General Mathematics
+0707.1441 General Mathematics
+0707.3566 Operator Algebras
+0708.1950 Strongly Correlated Electrons
+0708.2131
+0709.3874 Quantum Algebra
+0712.0439 Mesoscale and Nanoscale Physics
+0712.0596 Operator Algebras
+0712.2147 Functional Analysis
+0712.3364 Strongly Correlated Electrons
+0712.3890 Materials Science
+0712.4089
+0801.1635 Dynamical Systems
+0801.2513 General Mathematics
+0802.1415 General Mathematics
+0802.2978 Optimization and Control
+0803.0488 Differential Geometry
+0803.1459 Data Analysis, Statistics and Probability
+0804.1261
+0804.2451 Differential Geometry
+0804.2945 Superconductivity
+0805.0367 General Mathematics
+0805.0666
+0805.2421 Computer Science and Game Theory
+0805.2931 Symplectic Geometry
+0805.3044 Probability
+0805.3081
+0805.3961 Phenomenology
+0805.4662 Probability
+0806.0082
+0806.0143 Phenomenology
+0806.0321
+0806.0389 K-Theory and Homology
+0806.0433 Combinatorics
+0806.0434 Combinatorics
+0806.0435 Combinatorics
+0806.0465 Strongly Correlated Electrons
+0806.0592 Algebraic Geometry
+0806.0623
+0806.0626
+0806.0627
+0806.0632 Differential Geometry
+0806.0635 General Mathematics
+0806.0637 Algebraic Topology
+0806.0640 Number Theory
+0806.0641 Mesoscale and Nanoscale Physics
+0806.0644 Lattice
+0806.0656
+0806.0661 Numerical Analysis
+0806.0673 Theory
+0806.0674 Algebraic Geometry
+0806.0675 Biological Physics
+0806.0677
+0806.0687 Representation Theory
+0806.0688 Soft Condensed Matter
+0806.0689 Computer Vision and Pattern Recognition
+0806.0690 Neurons and Cognition
+0806.0693 Complex Variables
+0806.0696 Algebraic Geometry
+0806.0697 Representation Theory
+0806.0708
+0806.0709 Optimization and Control
+0806.0723 Phenomenology
+0806.0724 Number Theory
+0806.0740 Robotics
+0806.0743 Robotics
+0806.0744 Cell Behavior
+0806.0755 Probability
+0806.0761 Mesoscale and Nanoscale Physics
+0806.0773 Strongly Correlated Electrons
+0806.0774 Other Condensed Matter
+0806.0786 Number Theory
+0806.0789 Phenomenology
+0806.0796 General Physics
+0806.0797
+0806.0798
+0806.0799 Combinatorics
+0806.0800
+0806.0811 Materials Science
+0806.0822 Other Condensed Matter
+0806.0825 Experiment
+0806.0827
+0806.0830 Plasma Physics
+0806.0832 Rings and Algebras
+0806.0834 Algebraic Geometry
+0806.0836 Algebraic Geometry
+0806.0837 Cryptography and Security
+0806.0838 Information Theory
+0806.0839 Phenomenology
+cs/0703017 Information Theory
+math/0012161 Combinatorics
+math/0509430 Probability
+math/0701512 Differential Geometry
+nlin/0610027 Pattern Formation and Solitons
+quant-ph/0611144
+quant-ph/0701067
+0704.1941 Geometric Topology
+0707.0089 Statistical Mechanics
+0711.1845 Representation Theory
+0801.0858
+0802.1865 Probability
+0802.2512 Physics and Society
+0804.0109 Atomic Physics
+0804.3738 Superconductivity
+0806.3152 Distributed, Parallel, and Cluster Computing
+0806.4014 Probability
+0807.1303 Strongly Correlated Electrons
+0808.1445 Mesoscale and Nanoscale Physics
+0808.2709 Dynamical Systems
+0808.3042 Theory
+math/0003172 Geometric Topology
+math/0008126 Geometric Topology
+math/0103041 Geometric Topology
+math/0202226 Geometric Topology
+math/0303012 Geometric Topology
+math/0405076 Geometric Topology
+math/0409201 Probability
+math/0605671 Geometric Topology
+math/0701318 Probability
+math/9903017 Geometric Topology
+0706.1112 Pattern Formation and Solitons
+0706.2455 Number Theory
+0707.0140 Mesoscale and Nanoscale Physics
+0708.2840 Statistical Mechanics
+0709.2304 Commutative Algebra
+0710.2534
+0711.0436 Combinatorics
+0711.3508 Combinatorics
+0802.0249
+0802.1046 Numerical Analysis
+cond-mat/0611346 Disordered Systems and Neural Networks
+cond-mat/0611356 Materials Science
+cs/0510095 Information Theory
+math/0402210 Symplectic Geometry
+math/0503295 Combinatorics
+math/0612098 Differential Geometry
+math/0612106 Number Theory
+math/0612795 Symplectic Geometry
+0706.1953 Operator Algebras
+0711.3866
+0712.0938 Learning
+0712.3956 Combinatorics
+0801.1607 Probability
+0801.2215
+0801.3961 Theory
+0801.4607 Algebraic Geometry
+0802.3290 Differential Geometry
+0803.0397 Superconductivity
+0804.1144 Other Condensed Matter
+0804.1535 Combinatorics
+0804.2173 Other Condensed Matter
+0804.3059 Strongly Correlated Electrons
+0805.0487 Statistical Mechanics
+0805.1383 Materials Science
+0806.2888 Quantitative Methods
+0806.3186 Mesoscale and Nanoscale Physics
+0806.3560 Quantum Algebra
+0807.3974 Representation Theory
+0807.4283 Superconductivity
+0808.1243 Phenomenology
+0809.1032 Other Condensed Matter
+0809.1182 Rings and Algebras
+0809.1798 Soft Condensed Matter
+0809.2216 Other Condensed Matter
+0809.2452
+0809.3724 Combinatorics
+0809.4416
+0810.0935 Group Theory
+0810.1781 Differential Geometry
+0810.2480 Theory
+0810.4991 Probability
+0811.2347 Materials Science
+0811.3676 Representation Theory
+0812.0224
+0812.0580 Theory
+0812.0605
+0812.1079
+0812.2257 Computational Geometry
+0812.2258 Materials Science
+0812.2261 Chaotic Dynamics
+0812.2265 Probability
+0812.2268 Representation Theory
+0812.2273 Analysis of PDEs
+0812.2277 Computer Science and Game Theory
+0812.2278 Strongly Correlated Electrons
+0812.2281 Number Theory
+0812.2288 Networking and Internet Architecture
+0812.2300 Combinatorics
+0812.2305 Algebraic Geometry
+0812.2309 Applications
+0812.2312 Phenomenology
+0812.2313 Robotics
+0812.2319 Phenomenology
+0812.2321
+0812.2333
+0812.2341 Phenomenology
+0812.2342 Representation Theory
+0812.2343 Materials Science
+0812.2346
+0812.2348
+0812.2349 Analysis of PDEs
+0812.2355 Optimization and Control
+0812.2359 Mesoscale and Nanoscale Physics
+0812.2361 Theory
+0812.2364 Other Condensed Matter
+0812.2367 Dynamical Systems
+0812.2376 Analysis of PDEs
+0812.2381 Representation Theory
+0812.2384 Phenomenology
+0812.2396
+0812.2405 Multimedia
+0812.2410 Dynamical Systems
+0812.2411 Multimedia
+0812.2412 Methodology
+0812.2415
+0812.2421 Classical Analysis and ODEs
+0812.2426 Quantum Algebra
+0812.2433 Rings and Algebras
+0812.2434 Dynamical Systems
+0812.2435 General Physics
+0812.2439 Atomic Physics
+0812.2443 Quantum Algebra
+0812.2444 Computational Finance
+0812.2449 Risk Management
+0812.2451 Biomolecules
+0812.2453 Materials Science
+0812.2454 Information Theory
+0812.2455 Number Theory
+0812.2458 Information Theory
+0812.2462 Geometric Topology
+0812.2465 Phenomenology
+cs/0303029 Networking and Internet Architecture
+cs/0304038 Computational Complexity
+cs/0304039 Computational Complexity
+cs/0304040 Computational Complexity
+cs/0304041 Computational Complexity
+hep-ph/0508164 Phenomenology
+math-ph/0607001
+math/0408309 Number Theory
+math/0411026 Combinatorics
+math/0610338 Metric Geometry
+math/0701214 Group Theory
+math/0701684 Logic
+0705.0031 Number Theory
+0705.1845 Biological Physics
+0705.3378 General Physics
+0709.4255 Number Theory
+0710.5132 Biological Physics
+0711.2623 Optimization and Control
+0712.1583 Geometric Topology
+0712.2384 Information Theory
+0802.3138 Dynamical Systems
+0803.0285 Representation Theory
+0803.2357 Disordered Systems and Neural Networks
+0803.3050
+0803.4453
+0804.0562 Materials Science
+0804.1438 Group Theory
+0805.1226 Networking and Internet Architecture
+0805.3182 Analysis of PDEs
+0806.0620 Statistical Mechanics
+0806.1410 Statistical Mechanics
+0806.2528 Superconductivity
+0806.3387
+0807.0735 Strongly Correlated Electrons
+0807.4614 Plasma Physics
+0808.3702 Mesoscale and Nanoscale Physics
+0809.5109 Algebraic Geometry
+0810.0604
+0810.1441 Strongly Correlated Electrons
+0810.3061 Mesoscale and Nanoscale Physics
+0810.3131 Quantum Algebra
+0810.4862 Materials Science
+0811.0400 Rings and Algebras
+0811.1271 Quantitative Methods
+0811.3021 Superconductivity
+0811.3034 Quantitative Methods
+0811.3163 Subcellular Processes
+0811.3258 Biomolecules
+0811.3315 Biomolecules
+0811.3421
+0811.3425 Commutative Algebra
+0811.3440
+0811.3449 Data Structures and Algorithms
+0811.3456 Materials Science
+0811.3457 Superconductivity
+0811.3460 Probability
+0811.3464 Quantitative Methods
+0811.3471 Chaotic Dynamics
+0811.3472 Mesoscale and Nanoscale Physics
+0811.3473 Superconductivity
+0811.3477 Statistics Theory
+0811.3479 Discrete Mathematics
+0811.3484 Phenomenology
+0811.3492 Software Engineering
+0811.3496 Dynamical Systems
+0811.3498
+0811.3499 Machine Learning
+0811.3502 Genomics
+0811.3503 Commutative Algebra
+0811.3507 Genomics
+0811.3508 Genomics
+0811.3510 Genomics
+0811.3513 Genomics
+0811.3514 Genomics
+0811.3515 Genomics
+0811.3517 Algebraic Topology
+0811.3518 Functional Analysis
+0811.3521 Logic in Computer Science
+0811.3525 Materials Science
+0811.3527
+0811.3530 Dynamical Systems
+0811.3532
+0811.3535
+0811.3536 Robotics
+0811.3538 Populations and Evolution
+0811.3541
+0811.3544 Representation Theory
+0811.3572 Mesoscale and Nanoscale Physics
+0811.3575 Materials Science
+0811.3577
+0811.3580 Differential Geometry
+0811.3585 Information Theory
+0811.3587 Quantitative Methods
+0811.3588 Classical Analysis and ODEs
+0811.3591
+0811.3595 Combinatorics
+0811.3602 Data Structures and Algorithms
+0811.3605
+0811.3609
+0811.3616
+0811.3618
+0811.3619 Machine Learning
+0811.3620 Software Engineering
+0811.3621 Software Engineering
+0811.3628 Machine Learning
+0811.3630
+cond-mat/0305344 Materials Science
+cond-mat/0305678 Materials Science
+cs/0702041 Logic in Computer Science
+cs/9906007 Logic in Computer Science
+gr-qc/0001057
+math/0606201 Combinatorics
+math/0609225 Geometric Topology
+math/0611636 Rings and Algebras
+math/0611640 Rings and Algebras
+0704.0907 Mesoscale and Nanoscale Physics
+0706.0493 Algebraic Geometry
+0706.4443 Phenomenology
+0706.4456 Phenomenology
+0707.3806
+0707.4240 Operator Algebras
+0709.4547
+0710.2382 Superconductivity
+0710.2858
+0710.3855
+0710.4557 Strongly Correlated Electrons
+0711.0451 Functional Analysis
+0711.1676 Plasma Physics
+0711.2135 Probability
+0711.2144 Probability
+0712.0760 Strongly Correlated Electrons
+0712.3050 Strongly Correlated Electrons
+0801.1653
+0801.1669 Materials Science
+0801.3431 Differential Geometry
+0802.1028 Statistical Mechanics
+0803.1446 Soft Condensed Matter
+0803.2916 Dynamical Systems
+0803.3756 Geophysics
+0803.4495 Strongly Correlated Electrons
+0804.0582 Statistical Mechanics
+0804.0672
+0804.1179 Discrete Mathematics
+0804.2829 Phenomenology
+0804.2947 History and Philosophy of Physics
+0804.3094 Strongly Correlated Electrons
+0804.3103 Graphics
+0804.3109 Information Theory
+0804.3112 Complex Variables
+0804.3116 Physics and Society
+0804.3120 Information Theory
+0804.3132 General Physics
+0804.3136 General Mathematics
+0804.3143 Algebraic Geometry
+0804.3144 Symplectic Geometry
+0804.3148
+0804.3150 Algebraic Geometry
+0804.3151 Algebraic Geometry
+0804.3152 Computation
+0804.3156 Classical Analysis and ODEs
+0804.3162 Chaotic Dynamics
+0804.3168 Representation Theory
+0804.3174 Statistical Mechanics
+0804.3176 Neurons and Cognition
+0804.3184 Number Theory
+0804.3191 Mesoscale and Nanoscale Physics
+0804.3193 Differential Geometry
+0804.3194 Representation Theory
+0804.3199 General Mathematics
+0804.3203
+0804.3205 Group Theory
+0804.3211 Combinatorics
+0804.3217 Tissues and Organs
+0804.3218 Geometric Topology
+0804.3226 Rings and Algebras
+0804.3248
+0804.3252 Classical Analysis and ODEs
+0804.3259 Information Theory
+0804.3260 Number Theory
+0804.3265 Theory
+0804.3269 Computation and Language
+0804.3279 Populations and Evolution
+0804.3282 Phenomenology
+0804.3292 Other Condensed Matter
+0804.3294
+0804.3297
+0804.3300 Statistical Mechanics
+0804.3302 Complex Variables
+0804.3307 Physics and Society
+0804.3308 Probability
+0804.3309
+0804.3310 Theory
+0804.3315
+0804.3329 Subcellular Processes
+0804.3340 Materials Science
+0804.3347
+0804.3357 Algebraic Topology
+0804.3358 Materials Science
+0804.3374 Optics
+0804.3375 Combinatorics
+0804.3377
+0804.3388 Numerical Analysis
+astro-ph/0309512
+astro-ph/0310208
+astro-ph/0405525
+astro-ph/0511160
+cond-mat/0205207 Strongly Correlated Electrons
+cond-mat/0502502 Strongly Correlated Electrons
+cond-mat/0603121 Materials Science
+cond-mat/0610855 Superconductivity
+cond-mat/0611772 Strongly Correlated Electrons
+cond-mat/0701105 Strongly Correlated Electrons
+cond-mat/0703576 Materials Science
+cond-mat/0703628 Mesoscale and Nanoscale Physics
+hep-th/0509176 Theory
+math-ph/0504021
+math/0511417 Number Theory
+math/0602519 Differential Geometry
+math/0602668 Rings and Algebras
+math/0603255 Symplectic Geometry
+math/0605115 Algebraic Geometry
+math/0606088 Number Theory
+math/0606297 Probability
+math/0608132 Probability
+math/0609235 Metric Geometry
+math/0702666 Differential Geometry
+nucl-th/0603051
+0704.1218
+0704.3363 Algebraic Geometry
+0705.2167 Mesoscale and Nanoscale Physics
+0705.3399 Commutative Algebra
+0705.3740 Cryptography and Security
+0706.3433 Soft Condensed Matter
+0707.0103 Phenomenology
+0708.3279 Algebraic Geometry
+0708.3905 Phenomenology
+0709.1077 Complex Variables
+0709.2459 Superconductivity
+0709.3081
+0709.3720 Strongly Correlated Electrons
+0709.3917 Commutative Algebra
+0710.2260 Exactly Solvable and Integrable Systems
+0711.0330
+0711.0667 Theory
+0711.3571 Materials Science
+0711.3649 Optics
+0712.0896
+0712.3991 Strongly Correlated Electrons
+0801.0781 Materials Science
+0801.2992 Dynamical Systems
+0802.0502 Spectral Theory
+0802.2795 Chemical Physics
+0803.0045 Group Theory
+0803.0885
+0803.1892
+0803.3782 Functional Analysis
+0803.4151
+0803.4227 Operator Algebras
+0804.0008 Disordered Systems and Neural Networks
+0804.0010 General Mathematics
+0804.0015 Phenomenology
+0804.0020 Experiment
+0804.0024
+0804.0025 Differential Geometry
+0804.0028 Operator Algebras
+0804.0030
+0804.0031 Methodology
+0804.0034 Analysis of PDEs
+0804.0037 Theory
+0804.0045 Space Physics
+0804.0048 Complex Variables
+0804.0049 Space Physics
+0804.0050 Information Theory
+0804.0054
+0804.0063 Materials Science
+0804.0069 Fluid Dynamics
+0804.0071 Probability
+0804.0074 Cryptography and Security
+0804.0089 Complex Variables
+0804.0091 Differential Geometry
+0804.0094
+0804.0096 Mesoscale and Nanoscale Physics
+0804.0098 Algebraic Geometry
+0804.0100 Algebraic Geometry
+0804.0113 Probability
+0804.0114 Differential Geometry
+0804.0116
+0804.0117
+0804.0126
+0804.0128 Analysis of PDEs
+0804.0134 Multimedia
+0804.0137 Probability
+0804.0141 Mesoscale and Nanoscale Physics
+0804.0150 Computational Physics
+0804.0152 History and Overview
+0804.0153
+0804.0157 Combinatorics
+0804.0159 Accelerator Physics
+0804.0167 Dynamical Systems
+0804.0171 Spectral Theory
+0804.0172 Theory
+0804.0175 Statistical Mechanics
+0804.0190 Neurons and Cognition
+0804.0191 Other Condensed Matter
+0804.0201 Differential Geometry
+0804.0206
+0804.0216 Populations and Evolution
+0804.0217
+0804.0226 Number Theory
+0804.0230 Analysis of PDEs
+cond-mat/0609349 Mesoscale and Nanoscale Physics
+math-ph/0601010
+math/0205160 Classical Analysis and ODEs
+math/0509712 Probability
+math/0601706 Operator Algebras
+math/0607800 Probability
+math/0611709 Group Theory
+math/0703180 Number Theory
+nlin/0407007 Exactly Solvable and Integrable Systems
+nlin/0503050 Exactly Solvable and Integrable Systems
+nlin/0510011 Exactly Solvable and Integrable Systems
+nlin/0605008 Exactly Solvable and Integrable Systems
+physics/0507106 Physics and Society
+physics/0612019 General Physics
+quant-ph/0606211
+quant-ph/0702262
+0705.0337 Chemical Physics
+0707.1203 Number Theory
+0709.1719 Probability
+0709.2836 Metric Geometry
+0710.4466 Statistics Theory
+0711.4670 Combinatorics
+0801.3179 Exactly Solvable and Integrable Systems
+0802.1609
+0802.2321 Theory
+0802.2903 Algebraic Geometry
+0803.0282
+0803.1584 Number Theory
+0803.1766 Probability
+0804.2470 Statistical Mechanics
+0804.3594 Mesoscale and Nanoscale Physics
+0805.0724 Mesoscale and Nanoscale Physics
+0805.3114 Soft Condensed Matter
+0805.4611 Rings and Algebras
+0806.0106 Medical Physics
+0806.1143 Materials Science
+0807.1224 Probability
+0807.1627 Mesoscale and Nanoscale Physics
+0807.2954 Disordered Systems and Neural Networks
+0807.3032 Superconductivity
+0808.1363 Soft Condensed Matter
+0808.1966 Optics
+0808.2414
+0808.3129 Adaptation and Self-Organizing Systems
+0809.0365 Mesoscale and Nanoscale Physics
+0809.3904 Mesoscale and Nanoscale Physics
+0810.2925 Differential Geometry
+0810.3594
+0811.0370 Representation Theory
+0811.0731 Information Theory
+0811.3042 Dynamical Systems
+0811.3412
+0811.3429 Classical Physics
+0811.3531
+0811.3608 Phenomenology
+0811.3637 Analysis of PDEs
+0811.3652 Combinatorics
+0811.3655 Commutative Algebra
+0811.3657 Populations and Evolution
+0811.3659 Biological Physics
+0811.3673 Materials Science
+0811.3674
+0811.3680
+0811.3681 Popular Physics
+0811.3682 Probability
+0811.3685 Chaotic Dynamics
+0811.3686 Analysis of PDEs
+0811.3691 Databases
+0811.3694 Fluid Dynamics
+0811.3695 Fluid Dynamics
+0811.3696
+0811.3697 Dynamical Systems
+0811.3699 Dynamical Systems
+0811.3700 Phenomenology
+0811.3702 Rings and Algebras
+0811.3707
+0811.3708 Phenomenology
+0811.3710 Differential Geometry
+0811.3712 Performance
+0811.3713 Data Analysis, Statistics and Probability
+0811.3718 Strongly Correlated Electrons
+0811.3722 Algebraic Topology
+0811.3723 Data Structures and Algorithms
+0811.3724
+0811.3727
+0811.3740 Differential Geometry
+0811.3742 Complex Variables
+0811.3745
+0811.3756
+0811.3760 Data Structures and Algorithms
+0811.3761
+0811.3767 Strongly Correlated Electrons
+0811.3769 Probability
+0811.3772
+0811.3773 Phenomenology
+0811.3777 Information Theory
+0811.3778 Phenomenology
+0811.3779 Data Structures and Algorithms
+0811.3783 Physics and Society
+0811.3786
+0811.3787 Rings and Algebras
+0811.3789 Strongly Correlated Electrons
+0811.3790
+0811.3791
+0811.3795 Strongly Correlated Electrons
+0811.3802 Mesoscale and Nanoscale Physics
+0811.3808 Soft Condensed Matter
+0811.3809 Logic
+0811.3811 Soft Condensed Matter
+0811.3813 Superconductivity
+0811.3817 Phenomenology
+0811.3819 Algebraic Geometry
+0811.3822 Soft Condensed Matter
+0811.3825
+0811.3828 Networking and Internet Architecture
+0811.3837 Phenomenology
+0811.3839
+0811.3840 Statistical Mechanics
+0811.3841 Differential Geometry
+0811.3844 Phenomenology
+0811.3846 General Physics
+0811.3848 Operator Algebras
+0811.3852 Algebraic Geometry
+0811.3855 Phenomenology
+0811.3857 Complex Variables
+0811.3859 Computational Complexity
+0811.3861 Complex Variables
+0811.3865 Mesoscale and Nanoscale Physics
+0811.3872 Strongly Correlated Electrons
+0811.3877 General Physics
+0811.3878 Plasma Physics
+0811.3883
+0811.3884 Strongly Correlated Electrons
+0811.3892 Quantum Algebra
+0811.3895
+0811.3897
+0811.3902 Group Theory
+0811.3904 Instrumentation and Detectors
+0811.3912 General Physics
+0811.3917 Dynamical Systems
+0811.3918
+0811.3922 Representation Theory
+0811.3927 Mesoscale and Nanoscale Physics
+0811.3928 Analysis of PDEs
+0811.3938
+0811.3943 Phenomenology
+0811.3951 Adaptation and Self-Organizing Systems
+0811.3954 Classical Physics
+0811.3955 Classical Physics
+0811.3956 Classical Physics
+0811.3958 Computational Complexity
+0811.3959 Computational Complexity
+cond-mat/0606357 Soft Condensed Matter
+gr-qc/0609004
+math/0610928 Logic
+math/0701744 Dynamical Systems
+nlin/0505052 Chaotic Dynamics
+physics/0611088 Atomic Physics
+0706.1322 Statistical Mechanics
+0708.1951 Quantum Algebra
+0709.1469 Strongly Correlated Electrons
+0709.1986
+0710.2311 Group Theory
+0710.3025 Strongly Correlated Electrons
+0711.4004 Statistics Theory
+0712.3985 Optics
+0801.2069 Artificial Intelligence
+0802.4264 General Physics
+0804.3514 Statistical Mechanics
+0804.4188 Algebraic Geometry
+0804.4218 Quantitative Methods
+0804.4738 Statistics Theory
+0805.1358 Other Condensed Matter
+0805.3492 Plasma Physics
+0805.4068 Mesoscale and Nanoscale Physics
+0805.4175 General Physics
+0806.0896 Atomic Physics
+0807.4841 Phenomenology
+0808.0343 Algebraic Geometry
+0808.0391 Lattice
+0808.0863 Algebraic Geometry
+0808.1137
+0808.1578 Strongly Correlated Electrons
+0808.1581
+0808.1582
+0808.1584 Geometric Topology
+0808.1585 Rings and Algebras
+0808.1588 Methodology
+0808.1590 Populations and Evolution
+0808.1599 Combinatorics
+0808.1604 Materials Science
+0808.1608 Phenomenology
+0808.1609 Complex Variables
+0808.1622 Analysis of PDEs
+0808.1627 Category Theory
+0808.1638 Accelerator Physics
+0808.1640
+0808.1641 Computational Complexity
+0808.1643 Mesoscale and Nanoscale Physics
+0808.1652
+0808.1653 Experiment
+0808.1658
+0808.1659
+0808.1660
+0808.1661 Robotics
+0808.1669 Probability
+0808.1671 Computer Science and Game Theory
+0808.1687
+0808.1689 Phenomenology
+0808.1698
+0808.1700 Functional Analysis
+0808.1701
+0808.1711 Complex Variables
+0808.1721 Artificial Intelligence
+hep-th/0301156 Theory
+hep-th/0301158 Theory
+hep-th/0301159 Theory
+hep-th/0301160 Theory
+math/0302021 Quantum Algebra
+math/0407050 Geometric Topology
+math/0409460 Geometric Topology
+math/0412193 Probability
+math/0507351 Quantum Algebra
+math/0509365 Geometric Topology
+math/0511602 Geometric Topology
+math/0606258 Numerical Analysis
+math/0608487 Geometric Topology
+math/0701639 Complex Variables
+math/0702038 Quantum Algebra
+math/0703284 Number Theory
+0704.2253
+0709.2943 Methodology
+0711.1604 Combinatorics
+0802.1099 Applications
+0803.2375 Combinatorics
+0803.3601 Quantum Algebra
+astro-ph/0511358
+cond-mat/0703322 Other Condensed Matter
+math/0603279 Representation Theory
+math/0609275 Statistics Theory
+math/0609630 Numerical Analysis
+0704.0070 Mesoscale and Nanoscale Physics
+0705.4088 Mesoscale and Nanoscale Physics
+0706.1677 Dynamical Systems
+0707.3467 Analysis of PDEs
+0711.0752 Statistical Mechanics
+0801.1249
+0801.1938 Number Theory
+0801.1976 Combinatorics
+0801.2284 Discrete Mathematics
+math-ph/0610012
+math-ph/0610056
+math/0605296 Dynamical Systems
+math/0609725 Differential Geometry
+math/0609793 Metric Geometry
+quant-ph/0611035
+0704.0626
+0704.0723 Mesoscale and Nanoscale Physics
+0704.2063
+0705.1918 Strongly Correlated Electrons
+0706.1904 Probability
+0706.2272 Combinatorics
+0707.0869 Strongly Correlated Electrons
+0707.3188 Analysis of PDEs
+0707.3614 Strongly Correlated Electrons
+0707.4394 Strongly Correlated Electrons
+0708.0021 Soft Condensed Matter
+0708.1750 Atomic Physics
+0708.2038 Genomics
+0708.3204
+0709.2002
+0709.2011
+0709.2021 Probability
+0710.1700
+0711.0214 Strongly Correlated Electrons
+0711.0800 Superconductivity
+0711.2208 Molecular Networks
+0712.0366 Strongly Correlated Electrons
+0712.4295 Optimization and Control
+0801.0233 Combinatorics
+0801.1895 Mesoscale and Nanoscale Physics
+0801.1983 Complex Variables
+0802.0649 Phenomenology
+0802.3514 Combinatorics
+0802.4246
+0803.0006 Algebraic Geometry
+0803.0007 Biological Physics
+0803.0012 Physics Education
+0803.0016 Number Theory
+0803.0020 Mesoscale and Nanoscale Physics
+0803.0023 Differential Geometry
+0803.0024 Mesoscale and Nanoscale Physics
+0803.0025 Differential Geometry
+0803.0028 Strongly Correlated Electrons
+0803.0029 Differential Geometry
+0803.0031 Algebraic Geometry
+0803.0035 General Mathematics
+0803.0037 Cryptography and Security
+0803.0039 Analysis of PDEs
+0803.0041 Functional Analysis
+0803.0046 Chaotic Dynamics
+0803.0050 General Physics
+0803.0053 Distributed, Parallel, and Cluster Computing
+0803.0066
+0803.0067 Statistical Mechanics
+0803.0069 Rings and Algebras
+0803.0071 Rings and Algebras
+0803.0072 Algebraic Geometry
+0803.0074 Complex Variables
+0803.0083 Exactly Solvable and Integrable Systems
+0803.0087 General Physics
+0803.0089 General Physics
+0803.0091 Soft Condensed Matter
+0803.0093 Soft Condensed Matter
+0803.0096 Statistical Mechanics
+0803.0102 Soft Condensed Matter
+0803.0110
+0803.0111 Pattern Formation and Solitons
+0803.0113
+0803.0117 Algebraic Geometry
+0803.0118 Rings and Algebras
+0803.0121
+0803.0124 Strongly Correlated Electrons
+0803.0133 Combinatorics
+0803.0136 Complex Variables
+0803.0137 Complex Variables
+0803.0145 Representation Theory
+0803.0153 Probability
+0803.0193
+0803.0194 Computer Vision and Pattern Recognition
+0803.0195 Populations and Evolution
+0803.0196 Materials Science
+0803.0197 Sound
+0803.0217 Statistical Mechanics
+0803.0221 Phenomenology
+0803.0228 Analysis of PDEs
+0803.0237 Group Theory
+0803.0241 Distributed, Parallel, and Cluster Computing
+0803.0243 Representation Theory
+0803.0245 Superconductivity
+0803.0248 Data Structures and Algorithms
+0803.0252 Algebraic Topology
+0803.0259 Other Condensed Matter
+0803.0265 Information Theory
+0803.0267 Rings and Algebras
+0803.0284 Analysis of PDEs
+0803.0286 Classical Analysis and ODEs
+0803.0290 Number Theory
+0803.0296
+0803.0298 Differential Geometry
+0803.0300 General Physics
+0803.0301 Statistical Mechanics
+0803.0304 Geometric Topology
+0803.0306 Materials Science
+0803.0309
+0803.0316 Computational Geometry
+astro-ph/0406604
+cond-mat/0403486 Strongly Correlated Electrons
+cond-mat/0610249 Superconductivity
+cond-mat/0703555 Strongly Correlated Electrons
+cond-mat/0703557 Disordered Systems and Neural Networks
+math/0403138 Algebraic Geometry
+math/0505671 Differential Geometry
+math/0507336 Operator Algebras
+math/0511695 Algebraic Geometry
+math/0601314 Geometric Topology
+math/0601764 Differential Geometry
+math/0604307 Algebraic Geometry
+math/0605344 Group Theory
+math/0605489 Operator Algebras
+math/0610623 Optimization and Control
+math/0703854 Statistics Theory
+0704.0298 Functional Analysis
+0706.2196 Algebraic Topology
+0707.4469 Probability
+0710.3595 Differential Geometry
+0712.3055 Soft Condensed Matter
+0712.3271
+0801.0713 Strongly Correlated Electrons
+0801.2137 Other Condensed Matter
+0801.2263 Probability
+0803.1038 Algebraic Topology
+0803.2474 Methodology
+0804.0355 Other Condensed Matter
+0805.1025 Statistical Mechanics
+0805.2493 Combinatorics
+0806.0278 Differential Geometry
+0806.1343 Computer Science and Game Theory
+0807.0359 Superconductivity
+0807.2516
+0807.4191
+0808.0052
+0808.0646 Statistical Mechanics
+0809.0435
+0809.1938 Exactly Solvable and Integrable Systems
+0809.2670
+0809.2777 Lattice
+0809.3203 Experiment
+0809.3224 Experiment
+0809.3457 Category Theory
+0809.3682 Combinatorics
+0809.3741 Lattice
+0809.3764
+0809.3768 Optimization and Control
+0809.3801
+0809.3802
+0809.3803 Machine Learning
+0809.3804 Experiment
+0809.3806 Soft Condensed Matter
+0809.3810 Exactly Solvable and Integrable Systems
+0809.3811 Differential Geometry
+0809.3812 Differential Geometry
+0809.3814 Commutative Algebra
+0809.3815 Logic
+0809.3816 Analysis of PDEs
+0809.3818 Differential Geometry
+0809.3821 Differential Geometry
+0809.3826 Chemical Physics
+0809.3828 Analysis of PDEs
+0809.3829 Phenomenology
+0809.3830 Differential Geometry
+0809.3831
+0809.3834 Experiment
+0809.3837 Analysis of PDEs
+0809.3841 Optics
+0809.3846
+0809.3851 Materials Science
+0809.3853 Commutative Algebra
+0809.3855 Optics
+0809.3860 Logic
+0809.3861 Pattern Formation and Solitons
+0809.3865 Optics
+0809.3868
+0809.3869 Statistics Theory
+0809.3870
+0809.3875 Spectral Theory
+0809.3876
+0809.3878 Theory
+0809.3884 Differential Geometry
+0809.3887
+0809.3889
+0809.3903 Other Condensed Matter
+0809.3907 Soft Condensed Matter
+0809.3910 Numerical Analysis
+0809.3911 Functional Analysis
+0809.3912
+0809.3913
+0809.3920 Other Condensed Matter
+0809.3921 Functional Analysis
+0809.3924 Number Theory
+0809.3925 Analysis of PDEs
+0809.3927 Algebraic Geometry
+0809.3928
+0809.3929 Applications
+0809.3937 Number Theory
+0809.3942 Cryptography and Security
+0809.3959
+0809.3961 Phenomenology
+0809.3970 Complex Variables
+0809.3976 Algebraic Geometry
+0809.3984 K-Theory and Homology
+0809.3996 Soft Condensed Matter
+0809.4000
+0809.4001 Analysis of PDEs
+astro-ph/0512513
+cond-mat/0509492 Other Condensed Matter
+cond-mat/0608599 Mesoscale and Nanoscale Physics
+cond-mat/0609333 Mesoscale and Nanoscale Physics
+math-ph/0408026
+math/0603431 Algebraic Geometry
+math/0607794 Geometric Topology
+math/0608682 Symplectic Geometry
+math/0701905 Symplectic Geometry
+math/0703869 Symplectic Geometry
+physics/0510219 General Physics
+q-bio/0505033 Tissues and Organs
+quant-ph/0612208
+0709.3285
+0709.4626 Analysis of PDEs
+0710.0432 Number Theory
+0711.2213
+0711.3259 Mesoscale and Nanoscale Physics
+0711.3864 Logic
+0711.3865 Logic
+0801.0584 Theory
+0801.1519 Mesoscale and Nanoscale Physics
+0801.2961 Mesoscale and Nanoscale Physics
+0801.3421 Superconductivity
+0801.4886 Superconductivity
+0803.1191 Disordered Systems and Neural Networks
+0803.1352 Materials Science
+0803.1399 Combinatorics
+0803.2971 Mesoscale and Nanoscale Physics
+0803.4080 Mesoscale and Nanoscale Physics
+0804.0289
+0804.3242 Algebraic Topology
+0804.3603 Theory
+0805.0141 Complex Variables
+0805.0404 Other Condensed Matter
+0806.1163 Probability
+0806.3730 Theory
+0806.4339
+0806.4686 Learning
+0807.0439
+0807.0454 Dynamical Systems
+0807.0462 Discrete Mathematics
+0807.0463 Number Theory
+0807.0465 Differential Geometry
+0807.0471 Commutative Algebra
+0807.0472 Materials Science
+0807.0476 Discrete Mathematics
+0807.0479 Atmospheric and Oceanic Physics
+0807.0483 Populations and Evolution
+0807.0495
+0807.0496 Experiment
+0807.0499 Subcellular Processes
+0807.0502 Number Theory
+0807.0505 Probability
+0807.0510 Pattern Formation and Solitons
+0807.0511 Mesoscale and Nanoscale Physics
+0807.0516 Number Theory
+0807.0517 Artificial Intelligence
+0807.0537 Number Theory
+0807.0541
+0807.0545 Phenomenology
+0807.0548 Phenomenology
+0807.0549 Optimization and Control
+0807.0552 Computational Geometry
+0807.0554 Probability
+0807.0565 Physics and Society
+0807.0568 Differential Geometry
+0807.0569 Theory
+0807.0574 Algebraic Geometry
+0807.0575 Numerical Analysis
+0807.0578 Superconductivity
+0807.0580 Theory
+0807.0590
+0807.0592 Combinatorics
+0807.0595 Information Theory
+0807.0598 Analysis of PDEs
+0807.0599 Quantum Algebra
+0807.0601 Mesoscale and Nanoscale Physics
+0807.0604 Complex Variables
+0807.0608 Rings and Algebras
+0807.0609 Materials Science
+0807.0617 Space Physics
+0807.0623
+0807.0625
+0807.0626 Performance
+0807.0627 Artificial Intelligence
+0807.0629 Performance
+0807.0633 Theory
+math/0606076 Number Theory
+math/0703780 Rings and Algebras
+quant-ph/0701055
+quant-ph/0703260
+0704.1897 Mesoscale and Nanoscale Physics
+0705.1705
+0705.2882 Mesoscale and Nanoscale Physics
+0706.1345
+0706.4274 Pattern Formation and Solitons
+0706.4466 Statistical Mechanics
+0709.3032 Strongly Correlated Electrons
+0712.0123 Commutative Algebra
+0712.0127 Commutative Algebra
+0712.1899
+0801.0104 Number Theory
+0801.4135
+0802.2437
+cond-mat/0012350
+cond-mat/0503628 Mesoscale and Nanoscale Physics
+math/0507179 Differential Geometry
+math/0603151 Algebraic Geometry
+math/0610213 Dynamical Systems
+quant-ph/0509048
+quant-ph/0601182
+0707.2109 Other Condensed Matter
+0710.4942 Materials Science
+0712.3997 Other Condensed Matter
+0801.1505
+0801.1506
+0801.1510
+0801.1511
+0801.1512 Complex Variables
+0801.1515 Materials Science
+0801.1521 Algebraic Geometry
+0801.1522 Analysis of PDEs
+0801.1524 Numerical Analysis
+0801.1526 Representation Theory
+0801.1533 Algebraic Geometry
+0801.1536 Optics
+0801.1538 Combinatorics
+0801.1539 Phenomenology
+0801.1550
+0801.1551
+0801.1559 Disordered Systems and Neural Networks
+0801.1572
+0801.1574
+0801.1575 Soft Condensed Matter
+0801.1581 Rings and Algebras
+0801.1590 History and Philosophy of Physics
+0801.1597 Superconductivity
+0801.1598 Probability
+0801.1600 Combinatorics
+0801.1602
+0801.1611 Materials Science
+0801.1612 Combinatorics
+0801.1620 Geometric Topology
+0801.1632 Commutative Algebra
+0801.1634 Rings and Algebras
+0801.1636
+0801.1648 Phenomenology
+0801.1650 Quantum Algebra
+0801.1654 History and Philosophy of Physics
+0801.1661 Theory
+math/0610787 Combinatorics
+math/0703260 Probability
+0704.1966 Complex Variables
+0705.4674 Molecular Networks
+0706.1745 Analysis of PDEs
+0706.2259 Other Condensed Matter
+0706.2312 Mesoscale and Nanoscale Physics
+0706.3969 Soft Condensed Matter
+0707.2968
+0708.3075 Logic
+0709.0407
+0710.2595 Data Analysis, Statistics and Probability
+0710.3310 Soft Condensed Matter
+0710.4547
+0711.2506 Physics and Society
+0711.2730 Cellular Automata and Lattice Gases
+0712.0404 Mesoscale and Nanoscale Physics
+0712.1922 Statistics Theory
+0801.0247 General Physics
+0801.0288
+0801.2899 Functional Analysis
+0801.4967 Geometric Topology
+0802.0478 Other Condensed Matter
+0802.0583 Theory
+0802.1700 Pattern Formation and Solitons
+0802.1716
+0802.1719 Soft Condensed Matter
+0802.1721 Biological Physics
+0802.1722 Data Structures and Algorithms
+0802.1727
+0802.1730 Complex Variables
+0802.1732
+0802.1746
+0802.1756 Biological Physics
+0802.1762 Populations and Evolution
+0802.1764 General Mathematics
+0802.1766 Optimization and Control
+0802.1768
+0802.1771 Group Theory
+0802.1772 Materials Science
+0802.1790 Computational Complexity
+0802.1796 Group Theory
+0802.1798
+0802.1803 Strongly Correlated Electrons
+0802.1804 Analysis of PDEs
+0802.1807 Classical Analysis and ODEs
+0802.1809 General Physics
+0802.1818
+0802.1833 Category Theory
+0802.1841 Materials Science
+0802.1844 Analysis of PDEs
+0802.1855 Phenomenology
+0802.1860 Analysis of PDEs
+0802.1862 Theory
+0802.1871 General Physics
+0802.1879 Optics
+0802.1883 Plasma Physics
+0802.1884 Computational Complexity
+0802.1885
+0802.1886 Number Theory
+0802.1887 Functional Analysis
+0802.1888 Information Theory
+0802.1892 Neurons and Cognition
+0802.1893 Information Theory
+0802.1896 Probability
+0802.1897 Classical Physics
+0802.1899 Optics
+0802.1902 Neurons and Cognition
+0802.1903 Neurons and Cognition
+0802.1904 Neurons and Cognition
+0802.1907 Neurons and Cognition
+0802.1910 Number Theory
+astro-ph/0211076
+astro-ph/0702580
+cond-mat/0611131 Other Condensed Matter
+cond-mat/0702237 Materials Science
+cs/0606075 Databases
+math-ph/0601022
+math-ph/0609027
+math/0510202 Differential Geometry
+math/0601522 Differential Geometry
+math/0603158 Geometric Topology
+math/0605571 Geometric Topology
+math/0609531 Geometric Topology
+math/0611927 Geometric Topology
+1510.05794 Probability
+1607.01618 Phenomenology
+1612.02661 Phenomenology
+1701.00060
+1701.03786 High Energy Astrophysical Phenomena
+1701.03802 Astrophysics of Galaxies
+1701.03855 Information Retrieval
+1701.03897 Pricing of Securities
+1701.03903 Metric Geometry
+1701.03910 Instrumentation and Methods for Astrophysics
+1701.03912 Atomic Physics
+1701.03918 Learning
+1701.03935 Applications
+1701.03947 Information Retrieval
+1701.03967 Numerical Analysis
+1701.03972
+1701.03987 Analysis of PDEs
+1701.03989 Numerical Analysis
+1701.03998 Computers and Society
+1701.04019 Soft Condensed Matter
+1701.04023 Complex Variables
+1701.04038 Phenomenology
+1701.04042 Physics and Society
+1701.04066 Networking and Internet Architecture
+1701.04106 Classical Analysis and ODEs
+1701.04132 Lattice
+1701.04160 Probability
+1701.04167 Risk Management
+1701.04169 Representation Theory
+1701.04178 High Energy Astrophysical Phenomena
+1701.04201 Information Theory
+1701.04204 Instrumentation and Methods for Astrophysics
+1701.04215 High Energy Astrophysical Phenomena
+1701.04221 Social and Information Networks
+1701.04241 Physics and Society
+1701.04253 Social and Information Networks
+1701.04268 Optics
+1701.04340 Phenomenology
+1701.04354 Analysis of PDEs
+1701.04394 Quantum Algebra
+1701.04495 Number Theory
+1701.04503 Machine Learning
+1701.04518 Learning
+1701.04593 Phenomenology
+1701.04597 Phenomenology
+1701.04659 Adaptation and Self-Organizing Systems
+1701.04675 Neurons and Cognition
+1701.04720 Analysis of PDEs
+1701.04724 Learning
+1701.04727 High Energy Astrophysical Phenomena
+1701.04760 Astrophysics of Galaxies
+1701.04797 Complex Variables
+1701.04886 Algebraic Topology
+0704.1633 Logic
+0712.3072
+0805.1467 Combinatorics
+0809.3178
+0906.4489 Cosmology and Nongalactic Astrophysics
+1002.1112 Cosmology and Nongalactic Astrophysics
+1005.3817 Cosmology and Nongalactic Astrophysics
+1005.4995 High Energy Astrophysical Phenomena
+1005.5353 Earth and Planetary Astrophysics
+1006.2873 Cosmology and Nongalactic Astrophysics
+1007.1258 Classical Physics
+1008.0004 Cosmology and Nongalactic Astrophysics
+1103.2910 Astrophysics of Galaxies
+1106.3185
+1107.1124
+1107.2819
+1107.3849 Cosmology and Nongalactic Astrophysics
+1108.1323
+1108.2448
+1109.0537 High Energy Astrophysical Phenomena
+1109.2597 Cosmology and Nongalactic Astrophysics
+1109.6255
+1109.6656 Cosmology and Nongalactic Astrophysics
+1109.6921 Cosmology and Nongalactic Astrophysics
+1110.4107 Cosmology and Nongalactic Astrophysics
+1112.1461 Cosmology and Nongalactic Astrophysics
+1203.6211 Quantum Gases
+1206.3412 Cosmology and Nongalactic Astrophysics
+1207.5840 Cosmology and Nongalactic Astrophysics
+1208.2823 Differential Geometry
+1208.3958 Numerical Analysis
+1209.3612 Theory
+1211.2688 Cosmology and Nongalactic Astrophysics
+1211.5448
+1212.2256
+1212.4311
+1212.6024
+1302.4894
+1302.5165 Cosmology and Nongalactic Astrophysics
+1303.1822 Phenomenology
+1303.2381
+1303.3203 General Physics
+1304.3823 History and Philosophy of Physics
+1304.5718 Astrophysics of Galaxies
+1305.5023 Instrumentation and Methods for Astrophysics
+1306.0377 Numerical Analysis
+1306.1826
+1306.4688 Algebraic Geometry
+1306.4968 Cosmology and Nongalactic Astrophysics
+1307.2280 Phenomenology
+1308.0834 Cosmology and Nongalactic Astrophysics
+1310.6733 Materials Science
+1310.6865 Cosmology and Nongalactic Astrophysics
+1310.8605 Group Theory
+1311.3847 Theory
+1312.1175 Cosmology and Nongalactic Astrophysics
+1312.1538
+1312.4789 Group Theory
+1401.1656 Number Theory
+1401.3122 Solar and Stellar Astrophysics
+1401.6724 Geometric Topology
+1403.2725 Cosmology and Nongalactic Astrophysics
+1403.6146 Astrophysics of Galaxies
+1403.7463 Astrophysics of Galaxies
+1403.7583
+1403.8118 Logic in Computer Science
+1405.0993 Commutative Algebra
+1405.1555 Cosmology and Nongalactic Astrophysics
+1406.3143 Solar and Stellar Astrophysics
+1406.3297 Algebraic Topology
+1406.5591 Cosmology and Nongalactic Astrophysics
+1407.5499 History and Overview
+1407.5597 Theory
+1407.5856 Quantitative Methods
+1407.8512 Representation Theory
+1409.1019 Numerical Analysis
+1409.6996 Cosmology and Nongalactic Astrophysics
+1409.8014 Theory
+1410.0133 Cosmology and Nongalactic Astrophysics
+1410.0367 Cosmology and Nongalactic Astrophysics
+1410.3077 Strongly Correlated Electrons
+1410.5598 Cosmology and Nongalactic Astrophysics
+1411.4531
+1411.5653 Methodology
+1412.0341 Differential Geometry
+1412.6672 Quantum Gases
+1501.02487 Data Structures and Algorithms
+1501.03121 Algebraic Geometry
+1501.04149 Differential Geometry
+1501.04908 Cosmology and Nongalactic Astrophysics
+1501.05820 Representation Theory
+1501.06612 Algebraic Topology
+1502.00903 Instrumentation and Methods for Astrophysics
+1502.06284 Combinatorics
+1503.02526 Algebraic Topology
+1503.02627 Rings and Algebras
+1503.03789 Mesoscale and Nanoscale Physics
+1503.06650 Optimization and Control
+1503.07797 Representation Theory
+1503.08870 Logic
+1504.00613 Group Theory
+1504.00635 Accelerator Physics
+1504.02053 Astrophysics of Galaxies
+1504.04733 Algebraic Topology
+1504.06671 Number Theory
+1505.01748
+1505.01838 Complex Variables
+1505.03490 Algebraic Topology
+1505.07944 Geometric Topology
+1506.00498
+1506.00629 Probability
+1506.00997 Algebraic Topology
+1506.07291 Optimization and Control
+1506.07347 Information Theory
+1507.00531
+1507.00604 Software Engineering
+1507.02771 Geometric Topology
+1507.03170 Astrophysics of Galaxies
+1507.05354 Soft Condensed Matter
+1507.05668 Algebraic Geometry
+1507.06297
+1507.06708 Geometric Topology
+1507.06847 Materials Science
+1507.08388 Algebraic Geometry
+1507.08692
+1508.00627 Dynamical Systems
+1508.01049 Phenomenology
+1508.01054 Mesoscale and Nanoscale Physics
+1508.02636 Economics
+1508.04099
+1508.04283 K-Theory and Homology
+1508.06225 General Finance
+1508.06469 Representation Theory
+1509.00211
+1509.00508
+1509.02303 Combinatorics
+1509.03984 Earth and Planetary Astrophysics
+1509.04668
+1509.05055 Astrophysics of Galaxies
+1509.05678 Algebraic Topology
+1509.08972 Neural and Evolutionary Computing
+1509.08991
+1510.01937 General Physics
+1510.07184
+1510.08682 Atmospheric and Oceanic Physics
+1511.00008 Astrophysics of Galaxies
+1511.01095 Astrophysics of Galaxies
+1511.01620 Theory
+1511.03291 Algebraic Topology
+1511.03775 Optics
+1511.05048
+1511.05424 Instrumentation and Methods for Astrophysics
+1511.06445 Algebraic Topology
+1512.00353 Algebraic Topology
+1512.01713 Computational Geometry
+1512.02240
+1512.02664
+1512.05742 Computation and Language
+1512.05924 Computational Finance
+1512.06146 Solar and Stellar Astrophysics
+1512.06489 Optics
+1512.07765
+1512.07917 Phenomenology
+1512.08203 Representation Theory
+1512.08831 Data Structures and Algorithms
+1601.01120 Optics
+1601.01931 Group Theory
+1601.02586 Classical Analysis and ODEs
+1601.03634 Representation Theory
+1601.04123 Algebraic Topology
+1601.04228 Phenomenology
+1601.04834 Solar and Stellar Astrophysics
+1601.05453 Theory
+1601.05550 High Energy Astrophysical Phenomena
+1601.05890 Methodology
+1601.06398 Algebraic Topology
+1601.07186 Astrophysics of Galaxies
+1601.07343 Combinatorics
+1601.07609 Superconductivity
+1602.00608
+1602.01386 Geometric Topology
+1602.01791 Algebraic Geometry
+1602.02349
+1602.02867 Artificial Intelligence
+1602.03134
+1602.03144 Representation Theory
+1602.03804 High Energy Astrophysical Phenomena
+1602.05158 High Energy Astrophysical Phenomena
+1602.05544 Analysis of PDEs
+1602.06209 Information Theory
+1602.06618 Algebraic Topology
+1602.06737 Populations and Evolution
+1603.01148 Theory
+1603.01737 Spectral Theory
+1603.02256 Cosmology and Nongalactic Astrophysics
+1603.02796 Group Theory
+1603.03510 Computation
+1603.04016 Strongly Correlated Electrons
+1603.06765 Computer Vision and Pattern Recognition
+1603.08639 Dynamical Systems
+1603.09741 Strongly Correlated Electrons
+1604.00455 Solar and Stellar Astrophysics
+1604.00596 Mathematical Finance
+1604.00981 Learning
+1604.01163 Quantum Gases
+1604.01311 Commutative Algebra
+1604.01612 Algebraic Geometry
+1604.01956 Solar and Stellar Astrophysics
+1604.02272
+1604.02492 Learning
+1604.03422 Materials Science
+1604.06206 Symplectic Geometry
+1604.06666 Superconductivity
+1604.06868 Theory
+1604.07435 Astrophysics of Galaxies
+1604.07719 Solar and Stellar Astrophysics
+1604.08511 Strongly Correlated Electrons
+1604.08676 High Energy Astrophysical Phenomena
+1604.08837 Representation Theory
+1605.00633 Phenomenology
+1605.00757 Algebraic Geometry
+1605.01881
+1605.03420 Mesoscale and Nanoscale Physics
+1605.04221 Neurons and Cognition
+1605.04886 Numerical Analysis
+1605.05374 Cosmology and Nongalactic Astrophysics
+1605.05435 Statistical Mechanics
+1605.05833 Optimization and Control
+1605.08046 Astrophysics of Galaxies
+1605.08522 Astrophysics of Galaxies
+1605.08845 Astrophysics of Galaxies
+1606.01008 Phenomenology
+1606.01207 Astrophysics of Galaxies
+1606.01988 Theory
+1606.03092 Cosmology and Nongalactic Astrophysics
+1606.03522 Earth and Planetary Astrophysics
+1606.03625 Numerical Analysis
+1606.03896 Quantum Gases
+1606.04021
+1606.04036 Software Engineering
+1606.04546 Theory
+1606.04977
+1606.05088 Superconductivity
+1606.05265
+1606.05352 Astrophysics of Galaxies
+1606.05392
+1606.05470 Algebraic Geometry
+1606.06191 Phenomenology
+1606.07442 Instrumentation and Methods for Astrophysics
+1606.07815 Astrophysics of Galaxies
+1606.07987 Fluid Dynamics
+1606.08022 Data Structures and Algorithms
+1606.08473 Strongly Correlated Electrons
+1606.09098 Theory
+1606.09284 Cell Behavior
+1607.00447 Astrophysics of Galaxies
+1607.00606 Quantum Algebra
+1607.00611 Phenomenology
+1607.01049 Cosmology and Nongalactic Astrophysics
+1607.02087 Spectral Theory
+1607.02204 Computer Vision and Pattern Recognition
+1607.02211 High Energy Astrophysical Phenomena
+1607.02294
+1607.02600 Cosmology and Nongalactic Astrophysics
+1607.02793 Optimization and Control
+1607.03275 Algebraic Geometry
+1607.03883 Solar and Stellar Astrophysics
+1607.04233 Combinatorics
+1607.04313 Optics
+1607.04562 Phenomenology
+1607.04610 Phenomenology
+1607.04713 Theory
+1607.05333
+1607.06099 Astrophysics of Galaxies
+1607.06277 Mesoscale and Nanoscale Physics
+1607.06291 Combinatorics
+1607.06464 Astrophysics of Galaxies
+1607.06627 Numerical Analysis
+1607.07115 Statistical Mechanics
+1607.07236 Phenomenology
+1607.07315 Fluid Dynamics
+1607.07476 Astrophysics of Galaxies
+1607.08057 Phenomenology
+1607.08199 Algebraic Geometry
+1607.08260 Algebraic Geometry
+1607.08422 Quantum Algebra
+1607.08879
+1608.00496 Optics
+1608.00523 Phenomenology
+1608.00559
+1608.01060 Theory
+1608.02114 Astrophysics of Galaxies
+1608.02380 Theory
+1608.02682 Artificial Intelligence
+1608.04447 Optics
+1608.04576 Theory
+1608.04617 Phenomenology
+1608.04819 Numerical Analysis
+1608.04832 Economics
+1608.04881 Operator Algebras
+1608.04922 Theory
+1608.05877 Materials Science
+1608.06436 Mesoscale and Nanoscale Physics
+1608.06788 Materials Science
+1608.07654 Analysis of PDEs
+1608.08110 Lattice
+1608.08624
+1608.08646 Information Retrieval
+1608.08950 Mesoscale and Nanoscale Physics
+1608.08966
+1609.00022 Solar and Stellar Astrophysics
+1609.00258 Phenomenology
+1609.01234 Mesoscale and Nanoscale Physics
+1609.01267 Dynamical Systems
+1609.01284 Cosmology and Nongalactic Astrophysics
+1609.01293 High Energy Astrophysical Phenomena
+1609.01320 Probability
+1609.01424
+1609.01681 Plasma Physics
+1609.01946 Theory
+1609.02045
+1609.02061 Cosmology and Nongalactic Astrophysics
+1609.02205 Functional Analysis
+1609.02274 Materials Science
+1609.02294
+1609.02439
+1609.02685 Functional Analysis
+1609.03400 Applications
+1609.03886 Phenomenology
+1609.03887 Instrumentation and Detectors
+1609.03947 Computer Vision and Pattern Recognition
+1609.04294 Chemical Physics
+1609.04444 High Energy Astrophysical Phenomena
+1609.04475 Analysis of PDEs
+1609.04686 High Energy Astrophysical Phenomena
+1609.04696
+1609.04814 Astrophysics of Galaxies
+1609.04838 Phenomenology
+1609.04997
+1609.05362 Networking and Internet Architecture
+1609.05624 Phenomenology
+1609.06114
+1609.06138 Astrophysics of Galaxies
+1609.06938 Astrophysics of Galaxies
+1609.07065 Logic in Computer Science
+1609.07159 Astrophysics of Galaxies
+1609.07208 Phenomenology
+1609.07427 Information Theory
+1609.07445 Experiment
+1609.07467 Analysis of PDEs
+1609.07956 Plasma Physics
+1609.07989 Solar and Stellar Astrophysics
+1609.08090
+1609.08316 Mesoscale and Nanoscale Physics
+1609.08613 Cosmology and Nongalactic Astrophysics
+1609.08917 Astrophysics of Galaxies
+1609.09001 Robotics
+1609.09073 Astrophysics of Galaxies
+1609.09170 Populations and Evolution
+1609.09653
+1609.09820 Theory
+1610.00073 Materials Science
+1610.00138
+1610.00398 Fluid Dynamics
+1610.00414 Optics
+1610.00700 Robotics
+1610.00719 Astrophysics of Galaxies
+1610.00772 Astrophysics of Galaxies
+1610.01057 Astrophysics of Galaxies
+1610.01281 Combinatorics
+1610.02046 Astrophysics of Galaxies
+1610.02049 Earth and Planetary Astrophysics
+1610.02080 Statistics Theory
+1610.02364 Logic in Computer Science
+1610.02507 Optics
+1610.02510 Theory
+1610.02859 Mesoscale and Nanoscale Physics
+1610.02955 Optimization and Control
+1610.02973
+1610.03127 Algebraic Topology
+1610.03351 Cosmology and Nongalactic Astrophysics
+1610.03473 Mesoscale and Nanoscale Physics
+1610.03861 High Energy Astrophysical Phenomena
+1610.04044 Number Theory
+1610.04167 Learning
+1610.04222 Experiment
+1610.04244
+1610.04292 High Energy Astrophysical Phenomena
+1610.04320 Solar and Stellar Astrophysics
+1610.04413 Theory
+1610.04615 Astrophysics of Galaxies
+1610.04721 Optics
+1610.04753 Astrophysics of Galaxies
+1610.04862 Cosmology and Nongalactic Astrophysics
+1610.04866 Pattern Formation and Solitons
+1610.05486 Phenomenology
+1610.06590 Astrophysics of Galaxies
+1610.06611 High Energy Astrophysical Phenomena
+1610.06649 Phenomenology
+1610.06737 Phenomenology
+1610.06762 Neurons and Cognition
+1610.06854
+1610.06863 Optimization and Control
+1610.06911 Statistical Mechanics
+1610.07277 Biomolecules
+1610.07285 Dynamical Systems
+1610.07401
+1610.07429 Physics and Society
+1610.07586 Statistical Mechanics
+1610.07610 Astrophysics of Galaxies
+1610.07631 Soft Condensed Matter
+1610.07659 Classical Physics
+1610.07814
+1610.07861 Statistical Mechanics
+1610.08029 Cosmology and Nongalactic Astrophysics
+1610.08092 High Energy Astrophysical Phenomena
+1610.08102 High Energy Astrophysical Phenomena
+1610.08447 Mesoscale and Nanoscale Physics
+1610.08555 Astrophysics of Galaxies
+1610.08561
+1610.08683 Phenomenology
+1610.08867 Differential Geometry
+1610.08939 Earth and Planetary Astrophysics
+1610.09006 Theory
+1610.09007 Solar and Stellar Astrophysics
+1610.09061 High Energy Astrophysical Phenomena
+1610.09388 Applications
+1610.09458 Quantum Gases
+1610.09634 Mesoscale and Nanoscale Physics
+1610.10081 Phenomenology
+1611.00065 Learning
+1611.00171 Populations and Evolution
+1611.00219
+1611.00471 Computer Vision and Pattern Recognition
+1611.00689 Chemical Physics
+1611.00787 Theory
+1611.00794 Astrophysics of Galaxies
+1611.00888 Atomic Physics
+1611.01716
+1611.01806 Strongly Correlated Electrons
+1611.02197 Geometric Topology
+1611.02226 Chaotic Dynamics
+1611.02558 Numerical Analysis
+1611.02571 Statistics Theory
+1611.02575 Astrophysics of Galaxies
+1611.02780
+1611.02798 Earth and Planetary Astrophysics
+1611.03100
+1611.03128 Earth and Planetary Astrophysics
+1611.03510 Astrophysics of Galaxies
+1611.03734
+1611.03865 Astrophysics of Galaxies
+1611.03871 Earth and Planetary Astrophysics
+1611.03987 Lattice
+1611.04039
+1611.04040 Experiment
+1611.04071
+1611.04600 Astrophysics of Galaxies
+1611.04756 Statistical Mechanics
+1611.04776 Geophysics
+1611.04849 Computer Vision and Pattern Recognition
+1611.05293 Accelerator Physics
+1611.05447 Cosmology and Nongalactic Astrophysics
+1611.05610 Algebraic Geometry
+1611.06033 Theory
+1611.06251 Mesoscale and Nanoscale Physics
+1611.06698 Statistical Mechanics
+1611.06819 Quantum Algebra
+1611.06932
+1611.06988 High Energy Astrophysical Phenomena
+1611.07026 Astrophysics of Galaxies
+1611.07364 Atomic Physics
+1611.07455
+1611.07456 Atomic Physics
+1611.07496
+1611.07542
+1611.07595 Theory
+1611.07602
+1611.08365 Adaptation and Self-Organizing Systems
+1611.08511 Phenomenology
+1611.08541 Logic in Computer Science
+1611.08606 Cosmology and Nongalactic Astrophysics
+1611.08608 Earth and Planetary Astrophysics
+1611.08906 Computer Vision and Pattern Recognition
+1611.08928 Neurons and Cognition
+1611.09355 Phenomenology
+1611.09365 High Energy Astrophysical Phenomena
+1611.09552 Quantum Gases
+1611.09776
+1611.09813 Computer Vision and Pattern Recognition
+1611.10062 Superconductivity
+1611.10256 Pattern Formation and Solitons
+1612.00013 Astrophysics of Galaxies
+1612.00197 Computer Vision and Pattern Recognition
+1612.00620 Experiment
+1612.00695 Plasma Physics
+1612.00717
+1612.00849 Strongly Correlated Electrons
+1612.01135 Theory
+1612.01259
+1612.01377
+1612.01529 Astrophysics of Galaxies
+1612.01759 Analysis of PDEs
+1612.01764 Astrophysics of Galaxies
+1612.01786 Astrophysics of Galaxies
+1612.01826
+1612.02004 Cosmology and Nongalactic Astrophysics
+1612.02050 Optics
+1612.02103 Computer Vision and Pattern Recognition
+1612.02131 Quantum Gases
+1612.02306 Strongly Correlated Electrons
+1612.02347 Cosmology and Nongalactic Astrophysics
+1612.02386 Chemical Physics
+1612.02613 Phenomenology
+1612.02841 Phenomenology
+1612.02846 Strongly Correlated Electrons
+1612.03014
+1612.03474 Optics
+1612.03509 Phenomenology
+1612.03530 Computer Vision and Pattern Recognition
+1612.03533 Atomic Physics
+1612.03619 Superconductivity
+1612.03664 Earth and Planetary Astrophysics
+1612.03817 Superconductivity
+1612.03920 Astrophysics of Galaxies
+1612.03996
+1612.04073 Algebraic Topology
+1612.04132 Phenomenology
+1612.04155 High Energy Astrophysical Phenomena
+1612.04262 Phenomenology
+1612.04416 Phenomenology
+1612.04483 Experiment
+1612.04795
+1612.04956 Computer Vision and Pattern Recognition
+1612.05012 Theory
+1612.05092
+1612.05203 Computer Vision and Pattern Recognition
+1612.05425 Optimization and Control
+1612.06015 Chaotic Dynamics
+1612.06137 Numerical Analysis
+1612.06254 Phenomenology
+1612.06864 Superconductivity
+1612.07037 Solar and Stellar Astrophysics
+1612.07054 Solar and Stellar Astrophysics
+1612.07075 Phenomenology
+1612.07251 Theory
+1612.07260 Cosmology and Nongalactic Astrophysics
+1612.07300 Atomic Physics
+1612.07343 Materials Science
+1612.07449 Atomic Physics
+1612.07494 Solar and Stellar Astrophysics
+1612.07515 Statistical Mechanics
+1612.07541 Phenomenology
+1612.07622 Solar and Stellar Astrophysics
+1612.07626 High Energy Astrophysical Phenomena
+1612.07787 Phenomenology
+1612.07886 Quantum Gases
+1612.08334 Cosmology and Nongalactic Astrophysics
+1612.08399 Lattice
+1612.08508 Theory
+1612.08538 Phenomenology
+1612.08564 Soft Condensed Matter
+1612.08582 Instrumentation and Detectors
+1612.08847 Metric Geometry
+1612.09275 Mesoscale and Nanoscale Physics
+1612.09370 Solar and Stellar Astrophysics
+1612.09507 Space Physics
+1701.00079
+1701.00312 Astrophysics of Galaxies
+1701.00489 Solar and Stellar Astrophysics
+1701.00556 Solar and Stellar Astrophysics
+1701.00579 Data Analysis, Statistics and Probability
+1701.00975 Solar and Stellar Astrophysics
+1701.01069 High Energy Astrophysical Phenomena
+1701.01080 Phenomenology
+1701.01159 High Energy Astrophysical Phenomena
+1701.01200
+1701.01445 Cosmology and Nongalactic Astrophysics
+1701.01475 Instrumentation and Methods for Astrophysics
+1701.01604 Astrophysics of Galaxies
+1701.01856 Experiment
+1701.01916 Phenomenology
+1701.02087 Optics
+1701.02276 Fluid Dynamics
+1701.02352 Earth and Planetary Astrophysics
+1701.02685 Astrophysics of Galaxies
+1701.03201 Mesoscale and Nanoscale Physics
+1701.03269
+1701.03289 Probability
+1701.03433 Mesoscale and Nanoscale Physics
+1701.03680 Mesoscale and Nanoscale Physics
+1701.03690 Strongly Correlated Electrons
+1701.03876
+1701.03949 Cosmology and Nongalactic Astrophysics
+1701.04305 Astrophysics of Galaxies
+1701.04393
+1701.04630
+1701.04733 Distributed, Parallel, and Cluster Computing
+1701.04753 Statistical Mechanics
+1701.04829 Astrophysics of Galaxies
+1701.05019 Instrumentation and Methods for Astrophysics
+1701.05021 Atomic Physics
+1701.05096 Materials Science
+1701.05207 Astrophysics of Galaxies
+1701.05337 Cosmology and Nongalactic Astrophysics
+1701.05403 Distributed, Parallel, and Cluster Computing
+1701.05416 Strongly Correlated Electrons
+1701.05491
+1701.05545
+1701.05561 Astrophysics of Galaxies
+1701.05765 Solar and Stellar Astrophysics
+1701.05898 Astrophysics of Galaxies
+1701.05932 Mesoscale and Nanoscale Physics
+1701.06352 Atomic Physics
+1701.06402 Theory
+1701.06419
+1701.06602 Superconductivity
+1701.06774 High Energy Astrophysical Phenomena
+1701.06805 Computer Vision and Pattern Recognition
+1701.06947 Phenomenology
+1701.07030 High Energy Astrophysical Phenomena
+1701.07031 Astrophysics of Galaxies
+1701.07191 Experiment
+1701.07461
+1701.07679 Solar and Stellar Astrophysics
+1701.07742 Number Theory
+1701.07876 Strongly Correlated Electrons
+1701.07971 Strongly Correlated Electrons
+1701.07978 Astrophysics of Galaxies
+1701.08171 Algebraic Geometry
+1701.08177 High Energy Astrophysical Phenomena
+1701.08258 Earth and Planetary Astrophysics
+1701.08294 Symbolic Computation
+1701.08319 Astrophysics of Galaxies
+1701.08401 Learning
+1701.08522 Astrophysics of Galaxies
+1701.08609 Classical Analysis and ODEs
+1701.08637 Solar and Stellar Astrophysics
+1701.08656 Solar and Stellar Astrophysics
+1701.08686 Quantum Gases
+1701.08725 Mesoscale and Nanoscale Physics
+1701.08741 Solar and Stellar Astrophysics
+1701.08750 Phenomenology
+1701.08881 High Energy Astrophysical Phenomena
+1701.08887 Astrophysics of Galaxies
+1701.08981 Systems and Control
+1701.09166 Phenomenology
+1702.00029 Solar and Stellar Astrophysics
+1702.00100 Astrophysics of Galaxies
+1702.00415 Astrophysics of Galaxies
+1702.00426 Phenomenology
+1702.00685 High Energy Astrophysical Phenomena
+1702.00795 Cosmology and Nongalactic Astrophysics
+1702.00808 High Energy Astrophysical Phenomena
+1702.00967 Solar and Stellar Astrophysics
+1702.01026 High Energy Astrophysical Phenomena
+1702.01120 Astrophysics of Galaxies
+1702.01157 Astrophysics of Galaxies
+1702.01177 Astrophysics of Galaxies
+1702.01288
+1702.01320 Theory
+1702.01501 Astrophysics of Galaxies
+1702.01547 Astrophysics of Galaxies
+1702.01551 Experiment
+1702.01647 Solar and Stellar Astrophysics
+1702.01663 Phenomenology
+1702.01693 Lattice
+1702.01697 Space Physics
+1702.01782 Astrophysics of Galaxies
+1702.01797 Solar and Stellar Astrophysics
+1702.02038 Instrumentation and Detectors
+1702.02094 Earth and Planetary Astrophysics
+1702.02127 High Energy Astrophysical Phenomena
+1702.02167 High Energy Astrophysical Phenomena
+1702.02306 Solar and Stellar Astrophysics
+1702.02349
+1702.02354 High Energy Astrophysical Phenomena
+1702.02487 Astrophysics of Galaxies
+1702.02504 High Energy Astrophysical Phenomena
+1702.02618 Astrophysics of Galaxies
+1702.02691 Astrophysics of Galaxies
+1702.02857 High Energy Astrophysical Phenomena
+1702.02948 Theory
+1702.03002 Astrophysics of Galaxies
+1702.03132 Cosmology and Nongalactic Astrophysics
+1702.03141 Astrophysics of Galaxies
+1702.03163 Theory
+1702.03211 High Energy Astrophysical Phenomena
+1702.03282 Astrophysics of Galaxies
+1702.03321 Solar and Stellar Astrophysics
+1702.03384 Functional Analysis
+1702.03529 Astrophysics of Galaxies
+1702.03616 High Energy Astrophysical Phenomena
+1702.03852 Astrophysics of Galaxies
+1702.03876 Fluid Dynamics
+1702.03943 Phenomenology
+1702.04255 Astrophysics of Galaxies
+1702.04355 Astrophysics of Galaxies
+1702.04358 Astrophysics of Galaxies
+1702.04727 Astrophysics of Galaxies
+1702.04729 Astrophysics of Galaxies
+1702.04745 Combinatorics
+1702.04820 Astrophysics of Galaxies
+1702.05249 Geophysics
+1702.05559 Cosmology and Nongalactic Astrophysics
+1702.05670 Statistical Mechanics
+1702.05698 Learning
+1702.05831 High Energy Astrophysical Phenomena
+1702.06026 Astrophysics of Galaxies
+1702.06123 Astrophysics of Galaxies
+1702.06126 Astrophysics of Galaxies
+1702.06558 Phenomenology
+1702.06642
+1702.06644 Astrophysics of Galaxies
+1702.06724 Sound
+1702.06984 Solar and Stellar Astrophysics
+1702.07070 Strongly Correlated Electrons
+1702.07087 Solar and Stellar Astrophysics
+1702.07106 Data Analysis, Statistics and Probability
+1702.07167 Solar and Stellar Astrophysics
+1702.07349 Astrophysics of Galaxies
+1702.07352 Earth and Planetary Astrophysics
+1702.07416 Atomic Physics
+1702.07641 Astrophysics of Galaxies
+1702.07761 Group Theory
+1702.07988 Earth and Planetary Astrophysics
+1702.08026 Probability
+1702.08119 Algebraic Topology
+1702.08244 Cosmology and Nongalactic Astrophysics
+1702.08263 Instrumentation and Detectors
+1702.08527 Astrophysics of Galaxies
+1702.08910
+1703.00074 Mesoscale and Nanoscale Physics
+1703.00177 Computer Vision and Pattern Recognition
+1703.00311 Computer Vision and Pattern Recognition
+1703.00322 Quantum Gases
+1703.00401 Phenomenology
+1703.00621 Instrumentation and Methods for Astrophysics
+1703.00629 Cosmology and Nongalactic Astrophysics
+1703.00655 Earth and Planetary Astrophysics
+1703.00665 Solar and Stellar Astrophysics
+1703.00680 High Energy Astrophysical Phenomena
+1703.00835 Robotics
+1703.01355 Theory
+1703.01366
+1703.01407 Earth and Planetary Astrophysics
+1703.01412 Mesoscale and Nanoscale Physics
+1703.01448 Fluid Dynamics
+1703.01681 Emerging Technologies
+1703.01762 Algebraic Geometry
+1703.01912 Classical Analysis and ODEs
+1703.01984 Risk Management
+1703.02006 Combinatorics
+1703.02065 Learning
+1703.02086 Solar and Stellar Astrophysics
+1703.02270 Mesoscale and Nanoscale Physics
+1703.02323
+1703.02395 Solar and Stellar Astrophysics
+1703.02406 Solar and Stellar Astrophysics
+1703.02661 Astrophysics of Galaxies
+1703.03114 Phenomenology
+1703.03321 Representation Theory
+1703.03443
+1703.03562 Theory
+1703.03653 Solar and Stellar Astrophysics
+1703.03779 Cryptography and Security
+1703.03791 Group Theory
+1703.03799 Combinatorics
+1703.04226 High Energy Astrophysical Phenomena
+1703.04235 Phenomenology
+1703.04458 Theory
+1703.04465
+1703.04593 Disordered Systems and Neural Networks
+1703.04650 Computation and Language
+1703.04680 Optimization and Control
+1703.04712 Solar and Stellar Astrophysics
+1703.04755 Materials Science
+1703.04825 Cosmology and Nongalactic Astrophysics
+1703.04901 Social and Information Networks
+1703.05070 Algebraic Topology
+1703.05159 Solar and Stellar Astrophysics
+1703.05161 Computer Vision and Pattern Recognition
+1703.05190 Operator Algebras
+1703.05193 High Energy Astrophysical Phenomena
+1703.05240 Multiagent Systems
+1703.05247 Astrophysics of Galaxies
+1703.05333
+1703.05371 Instrumentation and Detectors
+1703.05425 Disordered Systems and Neural Networks
+1703.05489 Fluid Dynamics
+1703.05640
+1703.05687 Applications
+1703.05693 Computer Vision and Pattern Recognition
+1703.05708 Mesoscale and Nanoscale Physics
+1703.05728 Astrophysics of Galaxies
+1703.05793 Combinatorics
+1703.05801 Operator Algebras
+1703.05824 Cosmology and Nongalactic Astrophysics
+1703.05848 Theory
+1703.05887 Solar and Stellar Astrophysics
+1703.05926 Applications
+1703.06053 Data Structures and Algorithms
+1703.06125 Software Engineering
+1703.06207 Artificial Intelligence
+1703.06208 High Energy Astrophysical Phenomena
+1703.06220 Spectral Theory
+1703.06261 Robotics
+1703.06274 Optics
+1703.06321 Artificial Intelligence
+1703.06343 Fluid Dynamics
+1703.06433
+1703.06547 Information Theory
+1703.06585 Computer Vision and Pattern Recognition
+1703.06650 Atomic and Molecular Clusters
+1703.06665 Algebraic Geometry
+1703.06670 Neurons and Cognition
+1703.06684
+1703.06781
+1703.06841 Analysis of PDEs
+1703.06875 Astrophysics of Galaxies
+1703.06877 Fluid Dynamics
+1703.06880 Superconductivity
+1703.06881 Phenomenology
+1703.06882 Strongly Correlated Electrons
+1703.06883 Earth and Planetary Astrophysics
+1703.06884 Phenomenology
+1703.06885 Earth and Planetary Astrophysics
+1703.06886 Cosmology and Nongalactic Astrophysics
+1703.06887 Phenomenology
+1703.06888 Astrophysics of Galaxies
+1703.06889 Astrophysics of Galaxies
+1703.06890 Disordered Systems and Neural Networks
+1703.06892 Phenomenology
+1703.06893 Solar and Stellar Astrophysics
+1703.06894 Mesoscale and Nanoscale Physics
+1703.06895 Solar and Stellar Astrophysics
+1703.06896 Phenomenology
+1703.06897 High Energy Astrophysical Phenomena
+1703.06899 Algebraic Geometry
+1703.06901 High Energy Astrophysical Phenomena
+1703.06902 Sound
+1703.06903 Phenomenology
+1703.06904 Strongly Correlated Electrons
+1703.06906 Chemical Physics
+1703.06907 Robotics
+1703.06908 Logic
+1703.06910 Soft Condensed Matter
+1703.06911 General Physics
+1703.06912 Machine Learning
+1703.06913 Phenomenology
+1703.06914 Learning
+1703.06915
+1703.06916 Instrumentation and Methods for Astrophysics
+1703.06919
+1703.06920 Probability
+1703.06921 Astrophysics of Galaxies
+1703.06922 Probability
+1703.06924 Earth and Planetary Astrophysics
+1703.06925 Learning
+1703.06926 Metric Geometry
+1703.06927 Superconductivity
+1703.06928 Phenomenology
+1703.06929 Astrophysics of Galaxies
+1703.06930 Systems and Control
+1703.06931 Computer Vision and Pattern Recognition
+1703.06932
+1703.06934 Neural and Evolutionary Computing
+1703.06936 Earth and Planetary Astrophysics
+1703.06937 Astrophysics of Galaxies
+1703.06939 Artificial Intelligence
+1703.06940 Chemical Physics
+1703.06941 Information Theory
+1703.06943 Differential Geometry
+1703.06944 Geometric Topology
+1703.06945 Differential Geometry
+1703.06946 Applications
+1703.06947 Earth and Planetary Astrophysics
+1703.06948 Solar and Stellar Astrophysics
+1703.06949 Classical Analysis and ODEs
+1703.06950 Chaotic Dynamics
+1703.06951 Functional Analysis
+1703.06952 Geometric Topology
+1703.06953 Computer Vision and Pattern Recognition
+1703.06954 Astrophysics of Galaxies
+1703.06955 Algebraic Geometry
+1703.06956 Optimization and Control
+1703.06957 Applications
+1703.06958 Computational Physics
+1703.06960 Combinatorics
+1703.06961 Instrumentation and Detectors
+1703.06962 Analysis of PDEs
+1703.06963 Analysis of PDEs
+1703.06964 Strongly Correlated Electrons
+1703.06965 Number Theory
+1703.06966 Computational Physics
+1703.06967 Networking and Internet Architecture
+1703.06968 High Energy Astrophysical Phenomena
+1703.06969 Mathematical Finance
+1703.06970
+1703.06971 Computer Vision and Pattern Recognition
+1703.06972 Optics
+1703.06973 Number Theory
+1703.06974 Number Theory
+1703.06975 Machine Learning
+1703.06976 Metric Geometry
+1703.06977 Algebraic Geometry
+1703.06978 Methodology
+1703.06979 Group Theory
+1703.06980 Atomic Physics
+1703.06981 Chemical Physics
+1703.06984 Optics
+1703.06986 Cryptography and Security
+1703.06987 Numerical Analysis
+1703.06988 Social and Information Networks
+1703.06989 Strongly Correlated Electrons
+1703.06990 Learning
+1703.06991 Mesoscale and Nanoscale Physics
+1703.06992 Networking and Internet Architecture
+1703.06994 Experiment
+1703.06995 Computer Vision and Pattern Recognition
+1703.06996 Mesoscale and Nanoscale Physics
+1703.06997 Earth and Planetary Astrophysics
+1703.06998 Analysis of PDEs
+1703.06999 Materials Science
+1703.07001 Data Analysis, Statistics and Probability
+1703.07003 Group Theory
+1703.07004 Learning
+1703.07005 High Energy Astrophysical Phenomena
+1703.07006 Solar and Stellar Astrophysics
+1703.07007 Numerical Analysis
+1703.07008 Combinatorics
+1703.07009 Methodology
+1703.07010 Number Theory
+1703.07012 Social and Information Networks
+1703.07013 Analysis of PDEs
+1703.07014 Optics
+1703.07015 Learning
+1703.07016 Number Theory
+1703.07017 Physics Education
+1703.07018 Materials Science
+1703.07019 Software Engineering
+1703.07021 Probability
+1703.07025 Optimization and Control
+1703.07026 Learning
+1703.07027 Learning
+1703.07029 Astrophysics of Galaxies
+1703.07030 Applications
+1703.07031 Solar and Stellar Astrophysics
+1703.07032 Optics
+1703.07033 Software Engineering
+1703.07034 Software Engineering
+1703.07035 Information Theory
+1703.07036 Software Engineering
+1703.07037 Software Engineering
+1703.07038 Fluid Dynamics
+1703.07039 Computation
+1703.07040 Superconductivity
+1703.07041 Information Theory
+1703.07042 Algebraic Geometry
+1703.07044 Statistics Theory
+1703.07045 Chaotic Dynamics
+1703.07046 Mesoscale and Nanoscale Physics
+1703.07047 Computer Vision and Pattern Recognition
+1703.07048 Systems and Control
+1703.07049 Systems and Control
+1703.07051 Information Theory
+1703.07053 Information Theory
+1703.07055 Computation and Language
+1703.07056 Machine Learning
+1703.07057 Mesoscale and Nanoscale Physics
+1703.07058 Combinatorics
+1703.07059
+1703.07061 Functional Analysis
+1703.07062 Materials Science
+1703.07064 Rings and Algebras
+1703.07065 Sound
+1703.07067 Statistical Mechanics
+1703.07068 Systems and Control
+1703.07069 Algebraic Geometry
+1703.07070 Cosmology and Nongalactic Astrophysics
+1703.07071 Systems and Control
+1703.07072 Statistics Theory
+1703.07073 Operator Algebras
+1703.07074 Information Theory
+1703.07075 Artificial Intelligence
+1703.07076 Learning
+1703.07077 Numerical Analysis
+1703.07078 High Energy Astrophysical Phenomena
+1703.07079 Networking and Internet Architecture
+1703.07080 Popular Physics
+1703.07081 Probability
+1703.07082 Information Theory
+1703.07083 Optimization and Control
+1703.07084 Atomic Physics
+1703.07085 Soft Condensed Matter
+1703.07086 Strongly Correlated Electrons
+1703.07087 Differential Geometry
+1703.07088 Information Theory
+1703.07089 Information Theory
+1703.07090 Computation and Language
+1703.07093 Dynamical Systems
+1703.07094 Optimization and Control
+1703.07095 Strongly Correlated Electrons
+1703.07096 Atomic Physics
+1703.07097 Combinatorics
+1703.07098 Algebraic Topology
+1703.07099 Combinatorics
+1703.07100 Mesoscale and Nanoscale Physics
+1703.07102 Probability
+1703.07103 Operator Algebras
+1703.07104 Digital Libraries
+1703.07105 Solar and Stellar Astrophysics
+1703.07106 Combinatorics
+1703.07107 Data Structures and Algorithms
+1703.07108 Instrumentation and Detectors
+1703.07110
+1703.07111 Analysis of PDEs
+1703.07112 Phenomenology
+1703.07113 Mesoscale and Nanoscale Physics
+1703.07114 Optics
+1703.07115 Learning
+1703.07116 Databases
+1703.07117 Data Analysis, Statistics and Probability
+1703.07118 High Energy Astrophysical Phenomena
+1703.07119 Mesoscale and Nanoscale Physics
+1703.07120 Numerical Analysis
+1703.07121 Astrophysics of Galaxies
+1703.07122 Neural and Evolutionary Computing
+1703.07123 Complex Variables
+1703.07124 Earth and Planetary Astrophysics
+1703.07126 Functional Analysis
+1703.07127 Phenomenology
+1703.07128 Materials Science
+1703.07129 Optics
+1703.07130 Numerical Analysis
+1703.07131 Computer Vision and Pattern Recognition
+1703.07132 Materials Science
+1703.07134 Optics
+1703.07135 Systems and Control
+1703.07136 Phenomenology
+1703.07137 Applications
+1703.07139 Networking and Internet Architecture
+1703.07140 Computer Vision and Pattern Recognition
+1703.07141 Experiment
+1703.07142 Algebraic Topology
+1703.07143 Mesoscale and Nanoscale Physics
+1703.07144 Computer Vision and Pattern Recognition
+1703.07145 Probability
+1703.07147 Algebraic Geometry
+1703.07148 Rings and Algebras
+1703.07149 Combinatorics
+1703.07150 Distributed, Parallel, and Cluster Computing
+1703.07151 Soft Condensed Matter
+1703.07152 Instrumentation and Methods for Astrophysics
+1703.07153 Astrophysics of Galaxies
+1703.07154 Materials Science
+1703.07155 Optics
+1703.07156 Mesoscale and Nanoscale Physics
+1703.07157 Dynamical Systems
+1703.07158 Atomic Physics
+1703.07160 Analysis of PDEs
+1703.07161 Cosmology and Nongalactic Astrophysics
+1703.07162 Computers and Society
+1703.07164 Analysis of PDEs
+1703.07165 Theory
+1703.07166 Information Theory
+1703.07167 Graphics
+1703.07168 Machine Learning
+1703.07169 Methodology
+1703.07170 Discrete Mathematics
+1703.07171 Optimization and Control
+1703.07172 Sound
+1703.07173 Algebraic Geometry
+1703.07174 Phenomenology
+1703.07175 Dynamical Systems
+1703.07176 Phenomenology
+1703.07177 Functional Analysis
+1703.07178 Earth and Planetary Astrophysics
+1703.07180 Probability
+1703.07181 Commutative Algebra
+1703.07182 High Energy Astrophysical Phenomena
+1703.07183 Phenomenology
+1703.07184 Computational Complexity
+1703.07185 Computers and Society
+1703.07187 Human-Computer Interaction
+1703.07188 Astrophysics of Galaxies
+1703.07189 Statistical Mechanics
+1703.07190 Materials Science
+1703.07192 Chemical Physics
+1703.07193 Astrophysics of Galaxies
+1703.07194 General Literature
+1703.07196 Algebraic Geometry
+1703.07197 Dynamical Systems
+1703.07198 Machine Learning
+1703.07199 Commutative Algebra
+1703.07201 Differential Geometry
+1703.07202 Strongly Correlated Electrons
+1703.07203 Algebraic Geometry
+1703.07204 Chemical Physics
+1703.07205 Medical Physics
+1703.07206 Mathematical Software
+1703.07208 Solar and Stellar Astrophysics
+1703.07209 Computational Physics
+1703.07211 Probability
+1703.07212 Strongly Correlated Electrons
+1703.07213 Databases
+1703.07214 Instrumentation and Detectors
+1703.07215 Systems and Control
+1703.07216 Systems and Control
+1703.07217 Exactly Solvable and Integrable Systems
+1703.07218 Computational Engineering, Finance, and Science
+1703.07219 Instrumentation and Detectors
+1703.07220 Computer Vision and Pattern Recognition
+1703.07221 High Energy Astrophysical Phenomena
+1703.07222 Quantum Gases
+1703.07223 General Physics
+1703.07224 Dynamical Systems
+1703.07225 Cosmology and Nongalactic Astrophysics
+1703.07226 Representation Theory
+1703.07227 Materials Science
+1703.07228 Analysis of PDEs
+1703.07229 Mesoscale and Nanoscale Physics
+1703.07230 Numerical Analysis
+1703.07231 Computational Engineering, Finance, and Science
+1703.07232 Astrophysics of Galaxies
+1703.07233 Statistics Theory
+1703.07234 Probability
+1703.07235 Astrophysics of Galaxies
+1703.07236 General Physics
+1703.07237 Algebraic Geometry
+1703.07238 Representation Theory
+1703.07239 General Physics
+1703.07240 Materials Science
+1703.07241 Number Theory
+1703.07242 Phenomenology
+1703.07243 Complex Variables
+1703.07244 Data Structures and Algorithms
+1703.07246 Methodology
+1703.07247 Data Structures and Algorithms
+1703.07248 Superconductivity
+1703.07249
+1703.07250 Optics
+1703.07251 Combinatorics
+1703.07252 Optimization and Control
+1703.07253 Differential Geometry
+1703.07254 Atmospheric and Oceanic Physics
+1703.07256 Applications
+1703.07257 Geometric Topology
+1703.07258 Analysis of PDEs
+1703.07259 Probability
+1703.07260 Mesoscale and Nanoscale Physics
+1703.07261 Robotics
+1703.07262 Combinatorics
+1703.07263 Number Theory
+1703.07264 Representation Theory
+1703.07265 Analysis of PDEs
+1703.07266 Rings and Algebras
+1703.07267
+1703.07268 Number Theory
+1703.07269 Optimization and Control
+1703.07271 Mesoscale and Nanoscale Physics
+1703.07272 Probability
+1703.07273 Rings and Algebras
+1703.07274 Theory
+1703.07275 Quantum Algebra
+1703.07276 Probability
+1703.07277 Symplectic Geometry
+1703.07278
+1703.07279 Algebraic Geometry
+1703.07280 Optimization and Control
+1703.07281 Statistics Theory
+1703.07282
+1703.07284
+1703.07285 Machine Learning
+1703.07286 Neural and Evolutionary Computing
+1703.07287 Optics
+1703.07288 Representation Theory
+1703.07289 Dynamical Systems
+1703.07290 Data Structures and Algorithms
+1703.07292 Materials Science
+1703.07293 Analysis of PDEs
+1703.07294 Solar and Stellar Astrophysics
+1703.07295 Algebraic Geometry
+1703.07296 Mesoscale and Nanoscale Physics
+1703.07298 Analysis of PDEs
+1703.07299 Algebraic Geometry
+1703.07300 Numerical Analysis
+1703.07302 Statistical Mechanics
+1703.07303 Probability
+1703.07304 Rings and Algebras
+1703.07305 Methodology
+1703.07308 Optimization and Control
+1703.07309 Robotics
+1703.07310 Materials Science
+1703.07311 Materials Science
+1703.07312 Optimization and Control
+1703.07313 Numerical Analysis
+1703.07314 High Energy Astrophysical Phenomena
+1703.07315 Materials Science
+1703.07319 Geometric Topology
+1703.07320 Representation Theory
+1703.07321 Solar and Stellar Astrophysics
+1703.07322 Strongly Correlated Electrons
+1703.07323 Cosmology and Nongalactic Astrophysics
+1703.07324 Dynamical Systems
+1703.07325 Strongly Correlated Electrons
+1703.07327 Functional Analysis
+1703.07328 Algebraic Geometry
+1703.07329 Disordered Systems and Neural Networks
+1703.07331 Astrophysics of Galaxies
+1703.07332 Computer Vision and Pattern Recognition
+1703.07333 Biological Physics
+1703.07334 Computer Vision and Pattern Recognition
+1703.07335 Lattice
+1703.07336 Geometric Topology
+1703.07337 Probability
+1703.07339 Optimization and Control
+1703.07340 Social and Information Networks
+1703.07341 Solar and Stellar Astrophysics
+1703.07343 Theory
+1703.07344 Algebraic Geometry
+1703.07345 Learning
+1703.07346 Mesoscale and Nanoscale Physics
+1703.07347 Theory
+astro-ph/0009197
+astro-ph/0101228
+astro-ph/0108039
+astro-ph/0111412
+astro-ph/0306352
+astro-ph/0406006
+astro-ph/0411390
+astro-ph/0411623
+astro-ph/0412050
+astro-ph/0412247
+astro-ph/0509540
+astro-ph/0604010
+astro-ph/0611108
+astro-ph/0612152
+astro-ph/0701922
+astro-ph/0703052
+astro-ph/9810455
+astro-ph/9902075
+astro-ph/9908068
+cond-mat/0112324 Strongly Correlated Electrons
+cond-mat/0210308 Statistical Mechanics
+math-ph/0611065
+quant-ph/0612199
+1702.04463 Computer Vision and Pattern Recognition
+0803.3390
+0810.4671 Mesoscale and Nanoscale Physics
+1008.2657 Analysis of PDEs
+1108.2407 Dynamical Systems
+1108.4417 Theory
+1205.3047 Emerging Technologies
+1207.1109 Theory
+1207.4195 Theory
+1207.6460 Number Theory
+1210.1542 Analysis of PDEs
+1210.2398 Theory
+1212.5993 General Physics
+1303.4408 Computational Complexity
+1303.6316 Numerical Analysis
+1304.0035 Computer Vision and Pattern Recognition
+1304.4357 Algebraic Geometry
+1305.1839 Differential Geometry
+1306.0393 Learning
+1306.4831 Numerical Analysis
+1308.2253 Number Theory
+1309.4037
+1309.6588 Theory
+1312.0540 Differential Geometry
+1312.7497 Adaptation and Self-Organizing Systems
+1402.5070
+1403.0613 Artificial Intelligence
+1404.1164 General Finance
+1404.2329 Computer Science and Game Theory
+1404.5943 Computer Science and Game Theory
+1405.2600 Artificial Intelligence
+1405.6197 Theory
+1406.0388 Astrophysics of Galaxies
+1406.1892 Theory
+1407.5476 Algebraic Geometry
+1407.5477 Algebraic Geometry
+1407.6925 Differential Geometry
+1408.2439 Group Theory
+1409.2360 Number Theory
+1409.2777 General Physics
+1409.3817 Numerical Analysis
+1409.8234 Number Theory
+1410.1180 Dynamical Systems
+1411.2905 Numerical Analysis
+1411.6897 Networking and Internet Architecture
+1412.0231 Number Theory
+1412.3874 Geometric Topology
+1412.4736 Learning
+1412.8016 Statistics Theory
+1412.8591 Emerging Technologies
+1501.04397
+1501.06164 Analysis of PDEs
+1502.01538 Robotics
+1502.01987 Algebraic Topology
+1502.03528 Number Theory
+1503.02876 Commutative Algebra
+1503.04299 Commutative Algebra
+1503.05285 Genomics
+1503.06956 Optics
+1503.07806 Instrumentation and Methods for Astrophysics
+1504.01931 Quantum Algebra
+1505.05998 Strongly Correlated Electrons
+1505.06778 Algebraic Topology
+1505.06805 Geometric Topology
+1505.07171 Geometric Topology
+1505.08009 Populations and Evolution
+1506.02006 Dynamical Systems
+1506.02402 Representation Theory
+1506.02795 Combinatorics
+1506.07018 Analysis of PDEs
+1506.08145
+1507.02230 Algebraic Geometry
+1507.04728
+1507.08001 Mesoscale and Nanoscale Physics
+1508.00262
+1508.00916 Functional Analysis
+1508.03250 Symplectic Geometry
+1508.05586 Superconductivity
+1508.05850 Phenomenology
+1508.06704
+1508.07743
+1509.01148 Phenomenology
+1509.01170 Geometric Topology
+1509.01703 Information Theory
+1509.03896 Mesoscale and Nanoscale Physics
+1509.04509 Group Theory
+1509.06271 K-Theory and Homology
+1509.07231 Algebraic Geometry
+1509.08775 Probability
+1510.00838 Cosmology and Nongalactic Astrophysics
+1510.02451 Methodology
+1510.03863 Strongly Correlated Electrons
+1510.05517 Probability
+1510.05974 Functional Analysis
+1510.07732 Analysis of PDEs
+1511.01997
+1511.03745 Computer Vision and Pattern Recognition
+1511.05532
+1511.05958 Robotics
+1511.06171 Numerical Analysis
+1511.06925 Computation
+1511.09086
+1511.09299 Earth and Planetary Astrophysics
+1512.00558 Representation Theory
+1512.01179 Classical Analysis and ODEs
+1512.03696 Dynamical Systems
+1512.04674 Analysis of PDEs
+1512.05405 Information Theory
+1512.06771 Rings and Algebras
+1512.08296 Representation Theory
+1512.08518 Databases
+1512.09364 Probability
+1601.00416 Optimization and Control
+1601.01858 Networking and Internet Architecture
+1601.02777 Optimization and Control
+1601.03368 Geometric Topology
+1601.03742 Strongly Correlated Electrons
+1601.04554 Systems and Control
+1601.06629 Dynamical Systems
+1602.00756 Functional Analysis
+1602.02336 Algebraic Geometry
+1602.03436 Statistics Theory
+1602.04411 Probability
+1602.04412 Representation Theory
+1602.04605 Information Theory
+1602.06166 Dynamical Systems
+1602.06512 Probability
+1602.06697 Computer Vision and Pattern Recognition
+1602.07349 Information Theory
+1602.07448 Spectral Theory
+1602.08799 Mesoscale and Nanoscale Physics
+1602.08898
+1603.01293
+1603.02656 Materials Science
+1603.02769 Phenomenology
+1603.04242 Phenomenology
+1603.04255 Theory
+1603.04826 Cosmology and Nongalactic Astrophysics
+1603.05450
+1603.08588 Applications
+1603.08893 Numerical Analysis
+1604.00872 Computation
+1604.01083 Instrumentation and Detectors
+1604.01252 Computer Vision and Pattern Recognition
+1604.02008 Optimization and Control
+1604.02096 Physics and Society
+1604.02113 Distributed, Parallel, and Cluster Computing
+1604.02588
+1604.03491 Algebraic Geometry
+1604.04942 Machine Learning
+1604.05779 Adaptation and Self-Organizing Systems
+1604.05781 Computers and Society
+1604.06889
+1604.07678 Algebraic Geometry
+1604.07685 Algebraic Geometry
+1604.07925
+1604.08502 Geometric Topology
+1604.08759 Mesoscale and Nanoscale Physics
+1604.08845 Information Theory
+1605.00059 Theory
+1605.00246 Complex Variables
+1605.00662 Category Theory
+1605.01046 Learning
+1605.02012 Functional Analysis
+1605.02923 Analysis of PDEs
+1605.03076 Populations and Evolution
+1605.03721 Analysis of PDEs
+1605.04413 Probability
+1605.04635 Social and Information Networks
+1605.04651 Data Structures and Algorithms
+1605.05068
+1605.05073 Optimization and Control
+1605.05121 Metric Geometry
+1605.05141 Combinatorics
+1605.06832
+1605.06845 Portfolio Management
+1605.07807
+1605.09010 Probability
+1605.09068 Learning
+1606.00345 Numerical Analysis
+1606.00395 General Topology
+1606.00735 Statistical Mechanics
+1606.00791 Theory
+1606.01534 Probability
+1606.01586 Combinatorics
+1606.01814 Statistics Theory
+1606.02126 Computation and Language
+1606.02163 Classical Physics
+1606.03119 Rings and Algebras
+1606.03702 Combinatorics
+1606.03993 Commutative Algebra
+1606.04537 Theory
+1606.05183 Data Structures and Algorithms
+1606.06178 Theory
+1606.07146
+1606.07985 Computational Physics
+1606.08824 Computational Geometry
+1607.00237 Theory
+1607.00696 Statistics Theory
+1607.01100 Social and Information Networks
+1607.01956
+1607.01980 Data Analysis, Statistics and Probability
+1607.02461 Probability
+1607.02687 Other Computer Science
+1607.03168
+1607.03656
+1607.04524
+1607.04751 Computation
+1607.04983 Mesoscale and Nanoscale Physics
+1607.05506 Machine Learning
+1607.06696 Probability
+1607.07075 K-Theory and Homology
+1607.07205 Rings and Algebras
+1607.07551 Superconductivity
+1607.07605
+1607.08121
+1607.08122
+1607.08336 Materials Science
+1607.08404 Numerical Analysis
+1607.08465 K-Theory and Homology
+1608.00103 Differential Geometry
+1608.00159 Machine Learning
+1608.00366
+1608.01582 Phenomenology
+1608.01785 Logic in Computer Science
+1608.01840 Strongly Correlated Electrons
+1608.02575 Cosmology and Nongalactic Astrophysics
+1608.02681 Logic in Computer Science
+1608.02899
+1608.03276 Theory
+1608.03506 Exactly Solvable and Integrable Systems
+1608.03721 Number Theory
+1608.03742 Analysis of PDEs
+1608.03883 General Topology
+1608.04311 Optimization and Control
+1608.04503 Applications
+1608.04577 Complex Variables
+1608.04667 Computer Vision and Pattern Recognition
+1608.04997 History and Overview
+1608.05318 Theory
+1608.05568 Materials Science
+1608.05637 Discrete Mathematics
+1608.05807
+1608.06659 Statistical Mechanics
+1608.06690 Multimedia
+1608.06850 Disordered Systems and Neural Networks
+1608.07412
+1608.07955 Emerging Technologies
+1608.07992 Number Theory
+1608.08008 Cosmology and Nongalactic Astrophysics
+1609.00250 Theory
+1609.00296
+1609.00428 Geometric Topology
+1609.00434
+1609.00712 Representation Theory
+1609.00864 Systems and Control
+1609.01400 Data Structures and Algorithms
+1609.02230 Statistical Mechanics
+1609.02507 Experiment
+1609.02540 Algebraic Topology
+1609.02599 Strongly Correlated Electrons
+1609.02999 Mesoscale and Nanoscale Physics
+1609.03089 Algebraic Geometry
+1609.03130 Networking and Internet Architecture
+1609.03433 Robotics
+1609.03785
+1609.03868 Computer Vision and Pattern Recognition
+1609.04769 Experiment
+1609.04796
+1609.05265 Systems and Control
+1609.05307 Robotics
+1609.05425 Experiment
+1609.05656 Information Theory
+1609.06193 Systems and Control
+1609.06780 Number Theory
+1609.07220 Discrete Mathematics
+1609.07792 Data Analysis, Statistics and Probability
+1609.08449 Solar and Stellar Astrophysics
+1609.08674 Optics
+1609.08858 Optics
+1609.08952 Soft Condensed Matter
+1609.08977
+1609.09022 Probability
+1609.09264 Algebraic Topology
+1609.09788 Soft Condensed Matter
+1610.00130 Data Structures and Algorithms
+1610.01059 Cosmology and Nongalactic Astrophysics
+1610.01449 Classical Analysis and ODEs
+1610.01906 Computer Vision and Pattern Recognition
+1610.02177 Computer Vision and Pattern Recognition
+1610.02390
+1610.02865 Data Structures and Algorithms
+1610.03019 Networking and Internet Architecture
+1610.03421 Data Structures and Algorithms
+1610.03517 Information Theory
+1610.03564 Computer Science and Game Theory
+1610.04084 Instrumentation and Detectors
+1610.04776 Functional Analysis
+1610.04954 Analysis of PDEs
+1610.05366 Physics and Society
+1610.06142 Plasma Physics
+1610.06358 Instrumentation and Detectors
+1610.06438
+1610.06443 Soft Condensed Matter
+1610.06466 Soft Condensed Matter
+1610.06552 Logic in Computer Science
+1610.06846 Information Theory
+1610.07086 Computer Vision and Pattern Recognition
+1610.07119 Learning
+1610.07525 Social and Information Networks
+1610.07526 Phenomenology
+1610.08217 Social and Information Networks
+1610.08305 Data Structures and Algorithms
+1610.09439 Quantum Algebra
+1610.09619
+1610.10050 Programming Languages
+1611.00600 Functional Analysis
+1611.00608 Numerical Analysis
+1611.00705 Lattice
+1611.00886 Computational Complexity
+1611.00972 Rings and Algebras
+1611.00975 Computational Complexity
+1611.01756 Logic
+1611.01832 Mesoscale and Nanoscale Physics
+1611.02301 Instrumentation and Detectors
+1611.02331 Algebraic Geometry
+1611.02508 Social and Information Networks
+1611.02863
+1611.03157 Phenomenology
+1611.03332 Classical Physics
+1611.03437
+1611.03545 Methodology
+1611.03729 Statistical Mechanics
+1611.03750 Soft Condensed Matter
+1611.04739 Experiment
+1611.04871 Learning
+1611.05065 Phenomenology
+1611.05323 General Physics
+1611.05478 Phenomenology
+1611.05605 Applications
+1611.06000
+1611.06585 Machine Learning
+1611.06984 Plasma Physics
+1611.07169 Computer Science and Game Theory
+1611.08680 Logic
+1611.08926 Differential Geometry
+1611.09344 Theory
+1611.09642 Mesoscale and Nanoscale Physics
+1611.09647 Classical Physics
+1611.09975
+1612.00344 Theory
+1612.00694 Computation and Language
+1612.00786
+1612.00917 Probability
+1612.02434 Quantum Gases
+1612.02705 Applications
+1612.02733 Operator Algebras
+1612.02950 Experiment
+1612.03447 Strongly Correlated Electrons
+1612.03606
+1612.03866 Theory
+1612.04046 Plasma Physics
+1612.04474 Cryptography and Security
+1612.04871 Geometric Topology
+1612.05047
+1612.05198 Applications
+1612.05440 Social and Information Networks
+1612.05539 Social and Information Networks
+1612.05540 Superconductivity
+1612.05753 Computer Vision and Pattern Recognition
+1612.05902 Mesoscale and Nanoscale Physics
+1612.06009
+1612.06340 Computer Science and Game Theory
+1612.06536
+1612.06630 Strongly Correlated Electrons
+1612.06887 Applications
+1612.06903 Strongly Correlated Electrons
+1612.08147 Mesoscale and Nanoscale Physics
+1612.08446 Computer Science and Game Theory
+1612.09445 Theory
+1701.00277 Information Theory
+1701.00289 Social and Information Networks
+1701.00439 Optimization and Control
+1701.00707 Genomics
+1701.01263 Rings and Algebras
+1701.01962 Astrophysics of Galaxies
+1701.01989 Differential Geometry
+1701.02194 Group Theory
+1701.02361 Geometric Topology
+1701.02824 Combinatorics
+1701.03291 Information Theory
+1701.03684
+1701.03781 Astrophysics of Galaxies
+1701.04445 Solar and Stellar Astrophysics
+1701.04697
+1701.05288 Quantum Algebra
+1701.05790 Mesoscale and Nanoscale Physics
+1701.06106 Learning
+1701.06271
+1701.06283 Information Theory
+1701.06709 Geometric Topology
+1701.06716 Phenomenology
+1701.06720 Applications
+1701.06832 Experiment
+1701.07370 Phenomenology
+1701.07643 Theory
+1701.07869 Astrophysics of Galaxies
+1701.08112 Complex Variables
+1701.08230 Computers and Society
+1701.08334 Combinatorics
+1701.08358 Superconductivity
+1701.08476 Analysis of PDEs
+1701.08481 Computer Vision and Pattern Recognition
+1701.08627 Theory
+1701.09060 Information Theory
+1701.09181 Analysis of PDEs
+1702.00018 High Energy Astrophysical Phenomena
+1702.00263 Representation Theory
+1702.00347
+1702.00633 Quantitative Methods
+1702.00799 Theory
+1702.00827
+1702.00837 Neural and Evolutionary Computing
+1702.00859 Metric Geometry
+1702.00985 Differential Geometry
+1702.00998
+1702.01072 Biomolecules
+1702.01279 Analysis of PDEs
+1702.01591 Information Theory
+1702.01602 Solar and Stellar Astrophysics
+1702.01678 Classical Physics
+1702.02144 Learning
+1702.02192 Number Theory
+1702.02257 Rings and Algebras
+1702.02265 Computation and Language
+1702.02308 Complex Variables
+1702.02434 Astrophysics of Galaxies
+1702.02456 Computers and Society
+1702.02559 Data Structures and Algorithms
+1702.02642 Information Theory
+1702.02692
+1702.02769 Phenomenology
+1702.02882 Computational Complexity
+1702.03234 Classical Physics
+1702.03333 Analysis of PDEs
+1702.03405
+1702.03554 Phenomenology
+1702.03566 Logic
+1702.03658
+1702.03674
+1702.03901 Cosmology and Nongalactic Astrophysics
+1702.03925 High Energy Astrophysical Phenomena
+1702.03988 Classical Analysis and ODEs
+1702.04228 Theory
+1702.04336 Theory
+1702.04387 Phenomenology
+1702.04401 Metric Geometry
+1702.04447 Fluid Dynamics
+1702.04461 Metric Geometry
+1702.04668 Phenomenology
+1702.04825 Learning
+1702.04959 Numerical Analysis
+1702.05005 Computational Finance
+1702.05065 Molecular Networks
+1702.05104 Strongly Correlated Electrons
+1702.05124 Numerical Analysis
+1702.05185
+1702.05199
+1702.05227 Algebraic Geometry
+1702.05343 Materials Science
+1702.05372
+1702.05476 Materials Science
+1702.05478 Classical Physics
+1702.05479
+1702.05480 Algebraic Geometry
+1702.05481
+1702.05482 Cosmology and Nongalactic Astrophysics
+1702.05483 Earth and Planetary Astrophysics
+1702.05484 Phenomenology
+1702.05485 Astrophysics of Galaxies
+1702.05486 Theory
+1702.05487 Instrumentation and Methods for Astrophysics
+1702.05488 Instrumentation and Methods for Astrophysics
+1702.05489 Theory
+1702.05490 Theory
+1702.05491 Solar and Stellar Astrophysics
+1702.05492
+1702.05495 Dynamical Systems
+1702.05496 Optimization and Control
+1702.05497 Theory
+1702.05498 Phenomenology
+1702.05500 Earth and Planetary Astrophysics
+1702.05501
+1702.05502 Phenomenology
+1702.05503 Analysis of PDEs
+1702.05504 Phenomenology
+1702.05505 Algebraic Geometry
+1702.05506 Computer Vision and Pattern Recognition
+1702.05508 High Energy Astrophysical Phenomena
+1702.05509 Combinatorics
+1702.05510 Distributed, Parallel, and Cluster Computing
+1702.05511 Distributed, Parallel, and Cluster Computing
+1702.05514 Quantum Gases
+1702.05515 Artificial Intelligence
+1702.05516
+1702.05517
+1702.05518 Computation
+1702.05519 Astrophysics of Galaxies
+1702.05520 Materials Science
+1702.05521 Optics
+1702.05522 Algebraic Geometry
+1702.05524 Classical Analysis and ODEs
+1702.05525 Phenomenology
+1702.05526 Differential Geometry
+1702.05527 Logic in Computer Science
+1702.05528 Information Theory
+1702.05529 Networking and Internet Architecture
+1702.05530 Soft Condensed Matter
+1702.05531 Computation and Language
+1702.05532 Chemical Physics
+1702.05533
+1702.05534 Number Theory
+1702.05535 Classical Analysis and ODEs
+1702.05536 Learning
+1702.05537 Earth and Planetary Astrophysics
+1702.05538 Machine Learning
+1702.05539 Data Analysis, Statistics and Probability
+1702.05540 Theory
+1702.05541 Networking and Internet Architecture
+1702.05542 Numerical Analysis
+1702.05543 Computational Complexity
+1702.05544 Information Theory
+1702.05545 Statistics Theory
+1702.05546 Computation
+1702.05547 Computational Complexity
+1702.05548 Optimization and Control
+1702.05549 High Energy Astrophysical Phenomena
+1702.05550 Mesoscale and Nanoscale Physics
+1702.05551 Optimization and Control
+1702.05552 Computer Vision and Pattern Recognition
+1702.05553 Analysis of PDEs
+1702.05554 Logic
+1702.05555 Computer Vision and Pattern Recognition
+1702.05557 Mesoscale and Nanoscale Physics
+1702.05558
+1702.05561 Mesoscale and Nanoscale Physics
+1702.05564 Computer Vision and Pattern Recognition
+1702.05565 Materials Science
+1702.05566 Mesoscale and Nanoscale Physics
+1702.05568 Software Engineering
+1702.05569 Information Theory
+1702.05570 Data Structures and Algorithms
+1702.05571 Learning
+1702.05573 Computer Vision and Pattern Recognition
+1702.05575 Learning
+1702.05576 Plasma Physics
+1702.05577 Optimization and Control
+1702.05578 Logic in Computer Science
+1702.05579 Materials Science
+1702.05580
+1702.05581 Learning
+1702.05582 Classical Analysis and ODEs
+1702.05583 Pattern Formation and Solitons
+1702.05584 Differential Geometry
+1702.05585 Instrumentation and Methods for Astrophysics
+1702.05586 Soft Condensed Matter
+1702.05587 Plasma Physics
+1702.05589 Data Structures and Algorithms
+1702.05590 Optics
+1702.05591 Systems and Control
+1702.05592 Software Engineering
+1702.05593 Atmospheric and Oceanic Physics
+1702.05595 Category Theory
+1702.05596 Computer Vision and Pattern Recognition
+1702.05597 Databases
+1702.05598
+1702.05599 Statistics Theory
+1702.05600
+1702.05602 Materials Science
+1702.05603 Optimization and Control
+1702.05604 Mesoscale and Nanoscale Physics
+1702.05605 Rings and Algebras
+1702.05606 Solar and Stellar Astrophysics
+1702.05607 Databases
+1702.05608 Geometric Topology
+1702.05610 Number Theory
+1702.05611 Operator Algebras
+1702.05613 Solar and Stellar Astrophysics
+1702.05614 Emerging Technologies
+1702.05615
+1702.05616 Networking and Internet Architecture
+1702.05617 Analysis of PDEs
+1702.05618 Analysis of PDEs
+1702.05619 Computer Vision and Pattern Recognition
+1702.05620 Neurons and Cognition
+1702.05622 Information Theory
+1702.05624 Computation and Language
+1702.05625
+1702.05626 Data Structures and Algorithms
+1702.05627 Materials Science
+1702.05629 Solar and Stellar Astrophysics
+1702.05630
+1702.05631 Analysis of PDEs
+1702.05632 Information Theory
+1702.05633 Computational Geometry
+1702.05634 Combinatorics
+1702.05635 Classical Analysis and ODEs
+1702.05636 Number Theory
+1702.05638 Computation and Language
+1702.05639 Learning
+1702.05640 Computer Science and Game Theory
+1702.05641 Statistics Theory
+1702.05642 Optimization and Control
+1702.05643 Differential Geometry
+1702.05645 Optimization and Control
+1702.05646 Optimization and Control
+1702.05647 Mesoscale and Nanoscale Physics
+1702.05649 Mathematical Finance
+1702.05650 Computer Vision and Pattern Recognition
+1702.05651 Experiment
+1702.05652 Solar and Stellar Astrophysics
+1702.05653 Mesoscale and Nanoscale Physics
+1702.05655 Rings and Algebras
+1702.05656
+1702.05657
+1702.05658 Computer Vision and Pattern Recognition
+1702.05659 Learning
+1702.05660
+1702.05661 Algebraic Geometry
+1702.05662 Applications
+1702.05663 Computer Vision and Pattern Recognition
+1702.05664 Computer Vision and Pattern Recognition
+1702.05665 Mesoscale and Nanoscale Physics
+1702.05666 Other Condensed Matter
+1702.05667 Classical Physics
+1702.05668 Mesoscale and Nanoscale Physics
+1702.05669 Mesoscale and Nanoscale Physics
+1702.05672 Mesoscale and Nanoscale Physics
+1702.05673 Mesoscale and Nanoscale Physics
+1702.05674 Mesoscale and Nanoscale Physics
+1702.05676 Mesoscale and Nanoscale Physics
+1702.05677 Learning
+1702.05678 Data Structures and Algorithms
+1702.05679 Information Theory
+1702.05680 Biological Physics
+1702.05681 Combinatorics
+1702.05682
+1702.05685
+1702.05688 Solar and Stellar Astrophysics
+1702.05690 Differential Geometry
+1702.05691
+1702.05692 High Energy Astrophysical Phenomena
+1702.05693 Computer Vision and Pattern Recognition
+1702.05694
+1702.05695 Learning
+1702.05696 Numerical Analysis
+1702.05697 Materials Science
+1702.05699 Cryptography and Security
+1702.05700 Biological Physics
+1702.05701 Software Engineering
+1702.05702 Optimization and Control
+1702.05703 Combinatorics
+1702.05705 Rings and Algebras
+1702.05706 Information Theory
+1702.05707 Geometric Topology
+1702.05708 Classical Analysis and ODEs
+1702.05709 Mesoscale and Nanoscale Physics
+1702.05710 Data Structures and Algorithms
+1702.05711 Computer Vision and Pattern Recognition
+1702.05712 Experiment
+1702.05713 Computers and Society
+1702.05714 Functional Analysis
+1702.05715
+1702.05716
+1702.05717
+1702.05719 Information Theory
+1702.05721 Phenomenology
+1702.05722 Dynamical Systems
+1702.05723 Software Engineering
+1702.05724 Software Engineering
+1702.05725 Experiment
+1702.05726 Mesoscale and Nanoscale Physics
+1702.05727 Phenomenology
+1702.05728
+1702.05730 Information Theory
+1702.05731 Functional Analysis
+1702.05732 Computational Physics
+1702.05733 Phenomenology
+1702.05734
+1702.05736 Algebraic Geometry
+1702.05739 Populations and Evolution
+1702.05740 Probability
+1702.05741 Information Theory
+1702.05742 Mesoscale and Nanoscale Physics
+1702.05745 Differential Geometry
+1702.05746
+1702.05747 Computer Vision and Pattern Recognition
+1702.05750 Combinatorics
+1702.05751 Mesoscale and Nanoscale Physics
+1702.05752 Logic in Computer Science
+1702.05753 Phenomenology
+1702.05754 Combinatorics
+1702.05756 Theory
+1702.05759 Numerical Analysis
+1702.05760 Data Structures and Algorithms
+1702.05763 Data Structures and Algorithms
+1702.05764 Social and Information Networks
+1702.05765 Statistical Mechanics
+1702.05768 Dynamical Systems
+1702.05770 Robotics
+1702.05771 Materials Science
+1702.05772 Functional Analysis
+1702.05774 Geophysics
+1702.05776
+1702.05778 Artificial Intelligence
+1702.05779 Systems and Control
+1702.05780 Probability
+1702.05781 Information Theory
+1702.05782 High Energy Astrophysical Phenomena
+1702.05783 Probability
+1702.05785 Superconductivity
+1702.05788 Solar and Stellar Astrophysics
+1702.05789 History and Overview
+1702.05790 Differential Geometry
+1702.05793 Computation and Language
+1702.05794 Instrumentation and Detectors
+1702.05796 Learning
+1702.05797 Probability
+1702.05798 Space Physics
+1702.05799
+1702.05803 Computer Vision and Pattern Recognition
+1702.05805 Data Structures and Algorithms
+1702.05806 Optics
+1702.05807 Programming Languages
+1702.05808 Combinatorics
+1702.05809 Social and Information Networks
+1702.05812 Cryptography and Security
+1702.05813 Analysis of PDEs
+1702.05815 Learning
+1702.05816 Differential Geometry
+1702.05817 Soft Condensed Matter
+1702.05818
+1702.05819 Number Theory
+1702.05821 Computation and Language
+1702.05822 Mesoscale and Nanoscale Physics
+1702.05823 Number Theory
+1702.05824 Statistical Mechanics
+1702.05825 Computer Science and Game Theory
+1702.05826 Systems and Control
+1702.05827 Complex Variables
+1702.05828 Materials Science
+1702.05832 Methodology
+1702.05833 Information Theory
+1702.05835 Materials Science
+1702.05836 Representation Theory
+1702.05838
+1702.05839 Computer Vision and Pattern Recognition
+1702.05841 Numerical Analysis
+1702.05842 High Energy Astrophysical Phenomena
+1702.05843 Software Engineering
+1702.05844 Atomic Physics
+1702.05845 Quantum Algebra
+1702.05848 Information Theory
+1702.05849 Software Engineering
+1702.05850
+1702.05851 Optimization and Control
+1702.05852 Probability
+1702.05853 Information Theory
+1702.05855 Complex Variables
+1702.05856 Atomic Physics
+1702.05857 Materials Science
+1702.05858 Systems and Control
+1702.05859 Numerical Analysis
+1702.05861 Algebraic Geometry
+1702.05863 Networking and Internet Architecture
+1702.05864 Differential Geometry
+1702.05865 Distributed, Parallel, and Cluster Computing
+1702.05866 High Energy Astrophysical Phenomena
+1702.05867 Information Theory
+1702.05871
+1702.05872 Mesoscale and Nanoscale Physics
+1702.05873 Combinatorics
+1702.05874 Combinatorics
+1702.05875 Materials Science
+1702.05877 Instrumentation and Detectors
+1702.05878 Multimedia
+1702.05879 Methodology
+1702.05880 Information Theory
+1702.05881 Analysis of PDEs
+1702.05882 Disordered Systems and Neural Networks
+1702.05883 Classical Physics
+1702.05884
+1702.05885 Algebraic Geometry
+1702.05886 Functional Analysis
+1702.05887 High Energy Astrophysical Phenomena
+1702.05888 Data Structures and Algorithms
+1702.05890 Phenomenology
+1702.05893 Algebraic Geometry
+1702.05894 Classical Analysis and ODEs
+1702.05895
+1702.05896 Classical Analysis and ODEs
+1702.05897 Strongly Correlated Electrons
+1702.05898 Solar and Stellar Astrophysics
+1702.05899 Information Theory
+1702.05900 Computational Geometry
+1702.05901 Information Theory
+1702.05903 Statistical Mechanics
+1702.05904 Atomic and Molecular Clusters
+1702.05905 Solar and Stellar Astrophysics
+1702.05906
+1702.05907 Mesoscale and Nanoscale Physics
+1702.05908
+1702.05909 Mesoscale and Nanoscale Physics
+1702.05910 Statistics Theory
+1702.05911 Computer Vision and Pattern Recognition
+1702.05912 Physics and Society
+1702.05913 Social and Information Networks
+1702.05914 Optimization and Control
+1702.05916 Mesoscale and Nanoscale Physics
+1702.05919 Optics
+1702.05921 Probability
+1702.05922 Optimization and Control
+1702.05923
+1702.05924 Phenomenology
+1702.05926 High Energy Astrophysical Phenomena
+1702.05928
+1702.05929
+1702.05930 Superconductivity
+1702.05931 Computer Vision and Pattern Recognition
+1702.05932 Data Structures and Algorithms
+1702.05933 Statistics Theory
+1702.05934 Optimization and Control
+1702.05935 Mesoscale and Nanoscale Physics
+1702.05936
+1702.05937 Complex Variables
+1702.05939 Neural and Evolutionary Computing
+1702.05940 Statistical Mechanics
+1702.05941 Computer Vision and Pattern Recognition
+1702.05942 Mesoscale and Nanoscale Physics
+1702.05943 Metric Geometry
+1702.05944 Statistical Finance
+1702.05945 Formal Languages and Automata Theory
+1702.05946 Combinatorics
+1702.05947 Combinatorics
+1702.05949 Analysis of PDEs
+1702.05951 Data Structures and Algorithms
+1702.05953 Strongly Correlated Electrons
+1702.05955 Earth and Planetary Astrophysics
+1702.05956 Astrophysics of Galaxies
+1702.05958 Computer Vision and Pattern Recognition
+1702.05959
+1702.05961 Dynamical Systems
+1702.05962 Computation and Language
+1702.05963 Classical Analysis and ODEs
+1702.05964 Algebraic Topology
+1702.05965 Materials Science
+1702.05968 Lattice
+1702.05969
+1702.05972 Methodology
+1702.05974 Materials Science
+1702.05975 Classical Analysis and ODEs
+1702.05976 Statistical Mechanics
+1702.05978
+1702.05979 Dynamical Systems
+1702.05980 Earth and Planetary Astrophysics
+1702.05981 Representation Theory
+1702.05982 Applications
+1702.05983 Learning
+1702.05984 Theory
+1702.05985 Statistics Theory
+1702.05986 History and Philosophy of Physics
+1702.05987 Complex Variables
+1702.05988 Theory
+1702.05989 Dynamical Systems
+1702.05990 Optics
+1702.05991 Disordered Systems and Neural Networks
+1702.05992 Probability
+1702.05993 Computer Vision and Pattern Recognition
+1702.05994 Dynamical Systems
+1702.05997 Software Engineering
+1702.05998 Biological Physics
+1702.06000 Artificial Intelligence
+1702.06001 Data Analysis, Statistics and Probability
+1702.06002 History and Philosophy of Physics
+1702.06003 Phenomenology
+1702.06004
+1702.06005 Systems and Control
+1702.06006 Astrophysics of Galaxies
+1702.06008
+1702.06009 Materials Science
+1702.06010 Algebraic Geometry
+1702.06013 Algebraic Geometry
+1702.06014 Analysis of PDEs
+1702.06015 Chemical Physics
+1702.06016 Social and Information Networks
+1702.06017 Computational Complexity
+1702.06019 Number Theory
+1702.06020 Statistical Mechanics
+1702.06022 Solar and Stellar Astrophysics
+1702.06023 Chemical Physics
+1702.06024
+1702.06025 Other Computer Science
+1702.06027 Computation and Language
+1702.06028 Logic in Computer Science
+1702.06029 Data Analysis, Statistics and Probability
+1702.06030
+1702.06031 Instrumentation and Methods for Astrophysics
+1702.06032 Solar and Stellar Astrophysics
+1702.06033 Materials Science
+1702.06034 Analysis of PDEs
+1702.06036
+1702.06037 Number Theory
+1702.06038 Mesoscale and Nanoscale Physics
+1702.06039 Materials Science
+1702.06040 Solar and Stellar Astrophysics
+1702.06041 Statistical Mechanics
+1702.06042 Mesoscale and Nanoscale Physics
+1702.06043 Logic
+1702.06044 Differential Geometry
+1702.06045 Information Theory
+1702.06046 Solar and Stellar Astrophysics
+1702.06047 Differential Geometry
+1702.06048 Theory
+1702.06049 Functional Analysis
+1702.06050 Quantum Gases
+1702.06052
+1702.06054 Learning
+1702.06055 Statistical Finance
+1702.06056 Mesoscale and Nanoscale Physics
+1702.06057 Optics
+1702.06058 Analysis of PDEs
+1702.06059 High Energy Astrophysical Phenomena
+1702.06061
+1702.06063 Phenomenology
+1702.06064 Emerging Technologies
+1702.06065 Astrophysics of Galaxies
+1702.06066 Chemical Physics
+1702.06067 Numerical Analysis
+1702.06069
+1702.06071 Instrumentation and Detectors
+1702.06074 Computational Engineering, Finance, and Science
+1702.06075 Robotics
+1702.06076 Soft Condensed Matter
+1702.06077 Instrumentation and Detectors
+1702.06079 Analysis of PDEs
+1702.06080 Differential Geometry
+1702.06081 Learning
+1702.06082 Information Theory
+1702.06083 Solar and Stellar Astrophysics
+1702.06084 Dynamical Systems
+1702.06085 Computer Vision and Pattern Recognition
+1702.06086 Learning
+1702.06088 Group Theory
+1702.06091 Probability
+1702.06092 Logic in Computer Science
+1702.06093 Combinatorics
+1702.06094 Mesoscale and Nanoscale Physics
+1702.06095 Data Structures and Algorithms
+1702.06096 Algebraic Geometry
+1702.06098 Optics
+1702.06099 Data Structures and Algorithms
+1702.06100
+1702.06102 Logic
+1702.06103 Learning
+1702.06105 General Topology
+1702.06106 Learning
+1702.06109 Space Physics
+1702.06110 Data Structures and Algorithms
+1702.06111 Information Theory
+1702.06112 Discrete Mathematics
+1702.06113 Systems and Control
+1702.06114 High Energy Astrophysical Phenomena
+1702.06115 Dynamical Systems
+cond-mat/0408263 Disordered Systems and Neural Networks
+0810.4840
+0811.1519
+0907.0467 General Mathematics
+0909.5139 Analysis of PDEs
+0910.4163 Biological Physics
+1002.4059 Analysis of PDEs
+1003.5338 Computation
+1005.3704 Analysis of PDEs
+1104.5226 Computational Complexity
+1107.0707 Probability
+1109.4835 Symplectic Geometry
+1110.6001 Algebraic Topology
+1111.5247
+1205.3768
+1205.7051 Number Theory
+1207.2988 Soft Condensed Matter
+1207.5808 Theory
+1210.7759 Quantum Algebra
+1301.6855 Dynamical Systems
+1301.6996 Analysis of PDEs
+1302.2139 Differential Geometry
+1303.3115 Differential Geometry
+1304.2934 Probability
+1304.3522 Analysis of PDEs
+1305.0892 Number Theory
+1306.5073 Mesoscale and Nanoscale Physics
+1309.0903 Algebraic Geometry
+1309.1294 Operator Algebras
+1309.1899 Algebraic Geometry
+1309.6996 Metric Geometry
+1310.3791 Methodology
+1310.4560 Statistical Mechanics
+1310.7766
+1310.8061 Classical Analysis and ODEs
+1311.0108 Statistical Mechanics
+1311.3750 Classical Analysis and ODEs
+1311.6424 Algebraic Geometry
+1311.6609 Social and Information Networks
+1312.0855 Classical Analysis and ODEs
+1401.1634 Probability
+1402.2249 Differential Geometry
+1402.6309 Algebraic Topology
+1403.6852 Algebraic Geometry
+1404.0153 Geometric Topology
+1404.1507
+1405.7667
+1406.2447 Quantitative Methods
+1406.4334 Medical Physics
+1406.5237 Statistical Mechanics
+1407.7461 Algebraic Topology
+1407.7497 Analysis of PDEs
+1408.4204 Analysis of PDEs
+1408.5943 Combinatorics
+1411.0848 Group Theory
+1411.1035 Analysis of PDEs
+1411.1698 Probability
+1411.1978 Analysis of PDEs
+1411.5240 Discrete Mathematics
+1411.5405 Group Theory
+1411.6840 Algebraic Geometry
+1412.1417 Quantum Algebra
+1412.7172 Computer Science and Game Theory
+1412.8636
+1501.00453 Number Theory
+1501.00688 Representation Theory
+1501.01183 Probability
+1501.01391 Metric Geometry
+1501.02968 Optimization and Control
+1501.03571 Methodology
+1502.01468
+1502.04445
+1502.04482 Combinatorics
+1502.07327 Computational Complexity
+1503.03644 Analysis of PDEs
+1503.08702 Probability
+1503.08801 Complex Variables
+1504.00844 Number Theory
+1504.02566 Data Analysis, Statistics and Probability
+1504.03871 Computer Vision and Pattern Recognition
+1504.04493
+1504.07778 Analysis of PDEs
+1504.07810 Algebraic Geometry
+1505.01374 Information Theory
+1505.03429 Combinatorics
+1505.06404 Algebraic Geometry
+1506.04130 Computer Vision and Pattern Recognition
+1506.06335 Medical Physics
+1506.08765 Computer Vision and Pattern Recognition
+1507.01724 General Topology
+1507.02192 Commutative Algebra
+1507.02395 Geometric Topology
+1507.03166 Computational Complexity
+1507.03949
+1507.03976 Theory
+1507.04465 Combinatorics
+1507.04777 Machine Learning
+1507.05720 Quantitative Methods
+1507.06463
+1507.06914 Statistical Mechanics
+1508.00287 Number Theory
+1508.03365 Methodology
+1508.04084 Classical Analysis and ODEs
+1508.05922 Algebraic Geometry
+1508.07690 Cryptography and Security
+1509.00881 Optics
+1509.01466 Phenomenology
+1509.01495 Instrumentation and Methods for Astrophysics
+1509.08132 Dynamical Systems
+1509.08343 Systems and Control
+1509.08690 Computational Geometry
+1510.01653 Functional Analysis
+1510.03170 Computer Science and Game Theory
+1510.03597 Classical Analysis and ODEs
+1510.04311
+1510.04375
+1510.04517
+1510.05194 Combinatorics
+1511.01864 Applications
+1511.02322 Number Theory
+1511.03511 Combinatorics
+1511.03555 Computers and Society
+1511.03602 Information Theory
+1511.04218 Mathematical Finance
+1511.04645 Group Theory
+1511.06651
+1511.07360 Atomic Physics
+1511.08075 Classical Analysis and ODEs
+1512.00823 Analysis of PDEs
+1512.01776 Strongly Correlated Electrons
+1512.02951 Cryptography and Security
+1512.03517 Group Theory
+1512.03788 Atomic Physics
+1512.05004 Digital Libraries
+1512.06367 Analysis of PDEs
+1512.07768 Combinatorics
+1512.08060 Theory
+1601.00385 Combinatorics
+1601.03084 Dynamical Systems
+1601.03952 Number Theory
+1601.04396 Information Theory
+1601.05331 Algebraic Topology
+1601.05420
+1601.06480 Number Theory
+1601.06520 Phenomenology
+1601.06922 Strongly Correlated Electrons
+1602.01492
+1602.01542 Geometric Topology
+1602.01600 Information Theory
+1602.02138 Dynamical Systems
+1602.02152
+1602.02725 Mesoscale and Nanoscale Physics
+1602.03341 Rings and Algebras
+1602.05230 Metric Geometry
+1602.05289 Plasma Physics
+1602.05877 Quantitative Methods
+1602.08494 Phenomenology
+1602.08662 Information Theory
+1603.01626 Spectral Theory
+1603.02590 Astrophysics of Galaxies
+1603.02791 Statistics Theory
+1603.03212 Theory
+1603.03340 Number Theory
+1603.04926 K-Theory and Homology
+1603.05132 Information Theory
+1603.05383 Group Theory
+1603.07655
+1603.08199 Computer Vision and Pattern Recognition
+1603.08408 General Physics
+1603.08445 Neurons and Cognition
+1603.09149 Portfolio Management
+1604.00003 High Energy Astrophysical Phenomena
+1604.00657 Social and Information Networks
+1604.00681 Artificial Intelligence
+1604.00698 Statistics Theory
+1604.00882
+1604.01509 Soft Condensed Matter
+1604.02256 Rings and Algebras
+1604.04248 Information Theory
+1604.05022
+1604.06615 Optimization and Control
+1604.07134 Metric Geometry
+1604.07428
+1604.07522 General Topology
+1604.08556 Representation Theory
+1604.08841 Metric Geometry
+1605.00348
+1605.00421 Astrophysics of Galaxies
+1605.00610 Differential Geometry
+1605.00964 Theory
+1605.01068 Group Theory
+1605.01188 Digital Libraries
+1605.01254 Astrophysics of Galaxies
+1605.01966 Quantum Algebra
+1605.02262 Astrophysics of Galaxies
+1605.03106 History and Philosophy of Physics
+1605.03265 General Topology
+1605.03557 Computer Vision and Pattern Recognition
+1605.03810 Solar and Stellar Astrophysics
+1605.03874 Probability
+1605.03890
+1605.04569 Computation and Language
+1605.05005 Materials Science
+1605.05608 Quantum Gases
+1605.06015 Computational Engineering, Finance, and Science
+1605.06416 Statistics Theory
+1605.06897 Phenomenology
+1605.07306 Geophysics
+1605.07439 Applications
+1605.07494 Symplectic Geometry
+1605.07528 Classical Analysis and ODEs
+1605.08009
+1605.08636 Machine Learning
+1605.09248 Phenomenology
+1605.09305 Experiment
+1606.02778 Algebraic Geometry
+1606.03390
+1606.03841 Optimization and Control
+1606.04471 Combinatorics
+1606.04629 Analysis of PDEs
+1606.04850 Number Theory
+1606.05961 Quantum Algebra
+1606.06367 Cosmology and Nongalactic Astrophysics
+1606.06484 Soft Condensed Matter
+1606.06700 Solar and Stellar Astrophysics
+1606.07017 Dynamical Systems
+1606.07412 Strongly Correlated Electrons
+1606.07469
+1606.07995 Computation
+1606.09273
+1606.09509 Disordered Systems and Neural Networks
+1607.00291 Mathematical Software
+1607.00485 Machine Learning
+1607.00744 Theory
+1607.01245 Analysis of PDEs
+1607.01402 Theory
+1607.01472 Networking and Internet Architecture
+1607.01548 Number Theory
+1607.01655 Optimization and Control
+1607.01783
+1607.01892 Statistics Theory
+1607.02533 Computer Vision and Pattern Recognition
+1607.02539 Computer Vision and Pattern Recognition
+1607.02597 Atmospheric and Oceanic Physics
+1607.02885 Metric Geometry
+1607.03238 Hardware Architecture
+1607.04695 Networking and Internet Architecture
+1607.04831
+1607.05059 High Energy Astrophysical Phenomena
+1607.06057 Mesoscale and Nanoscale Physics
+1607.07431 Data Structures and Algorithms
+1607.08011 Networking and Internet Architecture
+1607.08797 Cosmology and Nongalactic Astrophysics
+1608.00065
+1608.00257 Number Theory
+1608.00931 Computational Complexity
+1608.01563 Combinatorics
+1608.02125 Complex Variables
+1608.02228 Complex Variables
+1608.02539 Complex Variables
+1608.02543 Complex Variables
+1608.03263 Experiment
+1608.03691 Phenomenology
+1608.04181 Number Theory
+1608.04182 Number Theory
+1608.04365 Mesoscale and Nanoscale Physics
+1608.04673 Number Theory
+1608.05179 Sound
+1608.05481 Computation
+1608.06008 Mesoscale and Nanoscale Physics
+1608.06635 Phenomenology
+1608.07448
+1608.07462 Mesoscale and Nanoscale Physics
+1608.07751 Superconductivity
+1608.07754 Software Engineering
+1608.07973 Computer Vision and Pattern Recognition
+1608.08090
+1609.00168 Classical Analysis and ODEs
+1609.01087
+1609.01811 Statistics Theory
+1609.03389 Mesoscale and Nanoscale Physics
+1609.04851 Plasma Physics
+1609.05340 Materials Science
+1609.05485 Materials Science
+1609.05501
+1609.05741 Pattern Formation and Solitons
+1609.06506 Functional Analysis
+1609.06567 Statistical Mechanics
+1609.06703 High Energy Astrophysical Phenomena
+1609.06865 Statistics Theory
+1609.06904 Optics
+1609.07176 Phenomenology
+1609.07384 Sound
+1609.07431 Probability
+1609.08070 Representation Theory
+1609.08404 Soft Condensed Matter
+1610.00150 Theory
+1610.00234 Biological Physics
+1610.00444 Classical Analysis and ODEs
+1610.00628 Experiment
+1610.01830 Geometric Topology
+1610.01831 Atomic Physics
+1610.01847
+1610.01897 Information Theory
+1610.02190 Probability
+1610.02451 Atomic Physics
+1610.03545 Experiment
+1610.03770 Statistical Mechanics
+1610.03812 Computational Geometry
+1610.03823 Mesoscale and Nanoscale Physics
+1610.04498 Information Theory
+1610.04550 Systems and Control
+1610.04565 Plasma Physics
+1610.04818 Strongly Correlated Electrons
+1610.05333 Theory
+1610.05955 Probability
+1610.06692 Statistical Mechanics
+1610.06874 Lattice
+1610.07284 Information Theory
+1610.07370 Chemical Physics
+1610.07661
+1610.07919 Geometric Topology
+1610.08260 Mesoscale and Nanoscale Physics
+1610.08343 Instrumentation and Methods for Astrophysics
+1610.09356 Complex Variables
+1610.09478
+1610.09602 Mesoscale and Nanoscale Physics
+1610.10092 Solar and Stellar Astrophysics
+1611.00237 Theory
+1611.00434 Chaotic Dynamics
+1611.01043 Statistics Theory
+1611.01173 Fluid Dynamics
+1611.01236 Computer Vision and Pattern Recognition
+1611.01353 Machine Learning
+1611.01518 Strongly Correlated Electrons
+1611.01656 Chaotic Dynamics
+1611.01970 Chaotic Dynamics
+1611.02261 Computer Vision and Pattern Recognition
+1611.02490
+1611.03251 Metric Geometry
+1611.03385 Data Structures and Algorithms
+1611.03808 Classical Analysis and ODEs
+1611.04042 Materials Science
+1611.04147 Materials Science
+1611.05193 Learning
+1611.05324
+1611.05809 Statistical Mechanics
+1611.06319 Soft Condensed Matter
+1611.06353 Statistics Theory
+1611.06821 Superconductivity
+1611.06985
+1611.07322
+1611.07666 Materials Science
+1611.07845 Experiment
+1611.08112 Mesoscale and Nanoscale Physics
+1611.08178 Physics and Society
+1611.08571
+1611.08613 Theory
+1611.08876 Algebraic Geometry
+1611.09311
+1611.09358 Solar and Stellar Astrophysics
+1611.09423 Combinatorics
+1611.09522 Probability
+1611.09614 Instrumentation and Methods for Astrophysics
+1611.09710 Soft Condensed Matter
+1611.09808 Theory
+1611.09867 Solar and Stellar Astrophysics
+1611.10159 Physics and Society
+1611.10166 Mesoscale and Nanoscale Physics
+1611.10297 Metric Geometry
+1612.00169 Cosmology and Nongalactic Astrophysics
+1612.00481 Chemical Physics
+1612.00659 Theory
+1612.01685 Astrophysics of Galaxies
+1612.02470 Disordered Systems and Neural Networks
+1612.02727 Complex Variables
+1612.02752 Mesoscale and Nanoscale Physics
+1612.02806
+1612.02999 Statistical Mechanics
+1612.03115 Physics and Society
+1612.03791 Computation and Language
+1612.03928 Computer Vision and Pattern Recognition
+1612.04607 Optimization and Control
+1612.04629 Computation and Language
+1612.04635 Algebraic Geometry
+1612.04679 Social and Information Networks
+1612.04936 Computation and Language
+1612.05383 Analysis of PDEs
+1612.05390 Cryptography and Security
+1612.05750 Representation Theory
+1612.05921 Algebraic Geometry
+1612.06022 Chemical Physics
+1612.06064
+1612.07060 Information Theory
+1612.07691
+1612.07837 Sound
+1612.07850 Robotics
+1612.07855 Cosmology and Nongalactic Astrophysics
+1612.08180
+1612.08181 Astrophysics of Galaxies
+1612.08303
+1612.08816 Algebraic Topology
+1612.09120 Phenomenology
+1612.09295 Dynamical Systems
+1612.09429
+1701.00078 Functional Analysis
+1701.00271 High Energy Astrophysical Phenomena
+1701.00333 Number Theory
+1701.00512 Mesoscale and Nanoscale Physics
+1701.01144
+1701.01369 Social and Information Networks
+1701.01637 Materials Science
+1701.01789 Cosmology and Nongalactic Astrophysics
+1701.02130 Differential Geometry
+1701.02216 Economics
+1701.02788 High Energy Astrophysical Phenomena
+1701.03236 Instrumentation and Detectors
+1701.04081
+1701.04327 Information Theory
+1701.04969 Systems and Control
+1701.05537 Group Theory
+1701.05562 Theory
+1701.05680 Numerical Analysis
+1701.06117 Strongly Correlated Electrons
+1701.06377 Combinatorics
+1701.06558 Complex Variables
+1701.06726 Cryptography and Security
+1701.06971 Mesoscale and Nanoscale Physics
+1701.07388 Databases
+1701.07428 Physics and Society
+1701.07576 Information Theory
+1701.07726 Mesoscale and Nanoscale Physics
+1701.07856 Cosmology and Nongalactic Astrophysics
+1701.07861 Populations and Evolution
+1701.07926 Machine Learning
+1701.08016 Mesoscale and Nanoscale Physics
+1701.08433 Number Theory
+1701.08499
+1701.08675 Phenomenology
+1701.08749
+1701.08900 Combinatorics
+1701.09175 Neural and Evolutionary Computing
+1702.00235 Theory
+1702.00288 Medical Physics
+1702.00472
+1702.00511 Algebraic Geometry
+1702.00559 Biological Physics
+1702.00624 Mesoscale and Nanoscale Physics
+1702.00675 Analysis of PDEs
+1702.00735 Number Theory
+1702.00771
+1702.00839 Phenomenology
+1702.00852 Information Theory
+1702.00898 Superconductivity
+1702.01044
+1702.01142 Classical Analysis and ODEs
+1702.01201 Applications
+1702.01266 Exactly Solvable and Integrable Systems
+1702.01400 Statistics Theory
+1702.01467 Functional Analysis
+1702.01469 Computational Physics
+1702.01475
+1702.01485 Phenomenology
+1702.01546 Experiment
+1702.01627 Number Theory
+1702.02009 Methodology
+1702.02010 Methodology
+1702.02031 Chemical Physics
+1702.02037 Complex Variables
+1702.02065
+1702.02190 Analysis of PDEs
+1702.02211 Computation and Language
+1702.02212 Computation and Language
+1702.02297 Lattice
+1702.02355 Theory
+1702.02404 Spectral Theory
+1702.02728 Dynamical Systems
+1702.02774 Cosmology and Nongalactic Astrophysics
+1702.02850 Information Theory
+1702.02934 Robotics
+1702.03055 Chemical Physics
+1702.03114 Metric Geometry
+1702.03171 Phenomenology
+1702.03214 General Physics
+1702.03242 Soft Condensed Matter
+1702.03262 Optimization and Control
+1702.03263 Quantum Gases
+1702.03269 Optics
+1702.03289 Distributed, Parallel, and Cluster Computing
+1702.03290 Economics
+1702.03293 High Energy Astrophysical Phenomena
+1702.03294 Superconductivity
+1702.03295 Instrumentation and Methods for Astrophysics
+1702.03297 Phenomenology
+1702.03298 Quantum Gases
+1702.03299 Solar and Stellar Astrophysics
+1702.03302 Disordered Systems and Neural Networks
+1702.03303 Category Theory
+1702.03304 Systems and Control
+1702.03305 Computation and Language
+1702.03306 Algebraic Geometry
+1702.03307 Learning
+1702.03308 Systems and Control
+1702.03309 Astrophysics of Galaxies
+1702.03310 Optimization and Control
+1702.03311 Solar and Stellar Astrophysics
+1702.03312 Optics
+1702.03313 Complex Variables
+1702.03314 Cosmology and Nongalactic Astrophysics
+1702.03316
+1702.03317 Cosmology and Nongalactic Astrophysics
+1702.03319 Phenomenology
+1702.03320 Optics
+1702.03322 Earth and Planetary Astrophysics
+1702.03323 Astrophysics of Galaxies
+1702.03324 Instrumentation and Methods for Astrophysics
+1702.03325 Atmospheric and Oceanic Physics
+1702.03327 Experiment
+1702.03328 Geometric Topology
+1702.03329 Optics
+1702.03330 Theory
+1702.03332 Phenomenology
+1702.03334 Machine Learning
+1702.03335 Probability
+1702.03336
+1702.03337 Other Quantitative Biology
+1702.03341 Instrumentation and Methods for Astrophysics
+1702.03342 Computation and Language
+1702.03343 Solar and Stellar Astrophysics
+1702.03344 Mesoscale and Nanoscale Physics
+1702.03345 Computer Vision and Pattern Recognition
+1702.03346 Information Theory
+1702.03347 Mesoscale and Nanoscale Physics
+1702.03348 Superconductivity
+1702.03349 Computer Vision and Pattern Recognition
+1702.03350 Soft Condensed Matter
+1702.03351 Networking and Internet Architecture
+1702.03352 Solar and Stellar Astrophysics
+1702.03353 Dynamical Systems
+1702.03354 Numerical Analysis
+1702.03355 Group Theory
+1702.03357
+1702.03359 Superconductivity
+1702.03360
+1702.03361 Numerical Analysis
+1702.03363 Programming Languages
+1702.03364 Computational Geometry
+1702.03368 Group Theory
+1702.03369 Group Theory
+1702.03371 Group Theory
+1702.03372 Information Theory
+1702.03373 Superconductivity
+1702.03374 Analysis of PDEs
+1702.03375 Data Structures and Algorithms
+1702.03376
+1702.03378 Materials Science
+1702.03380 Learning
+1702.03382 Pricing of Securities
+1702.03385 Social and Information Networks
+1702.03386 Earth and Planetary Astrophysics
+1702.03387 Classical Analysis and ODEs
+1702.03388 Biological Physics
+1702.03390 Databases
+1702.03391 Geometric Topology
+1702.03392 Materials Science
+1702.03394 Optimization and Control
+1702.03395 Chemical Physics
+1702.03396 Phenomenology
+1702.03397 History and Overview
+1702.03398 Mesoscale and Nanoscale Physics
+1702.03399 Logic
+1702.03403 Number Theory
+1702.03404 Optics
+1702.03406 Atomic Physics
+1702.03407 Computer Vision and Pattern Recognition
+1702.03408 Optics
+1702.03410 Computer Vision and Pattern Recognition
+1702.03411 Digital Libraries
+1702.03412 Fluid Dynamics
+1702.03413
+1702.03414 Logic in Computer Science
+1702.03415 Spectral Theory
+1702.03417 Methodology
+1702.03418 Neurons and Cognition
+1702.03419 Chaotic Dynamics
+1702.03420 Phenomenology
+1702.03421 Solar and Stellar Astrophysics
+1702.03422
+1702.03423 Symplectic Geometry
+1702.03424 Number Theory
+1702.03425 Functional Analysis
+1702.03427 Algebraic Geometry
+1702.03428 Differential Geometry
+1702.03429 Robotics
+1702.03430
+1702.03431 Computer Vision and Pattern Recognition
+1702.03432 Optimization and Control
+1702.03433 Systems and Control
+1702.03435 Robotics
+1702.03436 Experiment
+1702.03437 Classical Analysis and ODEs
+1702.03438 Astrophysics of Galaxies
+1702.03439 Group Theory
+1702.03441 Rings and Algebras
+1702.03442 Methodology
+1702.03443 Neural and Evolutionary Computing
+1702.03444 Probability
+1702.03445 Algebraic Geometry
+1702.03446 Information Theory
+1702.03447 Databases
+1702.03448 Theory
+1702.03449 Information Theory
+1702.03450 Logic in Computer Science
+1702.03453 Methodology
+1702.03455 Other Condensed Matter
+1702.03456 Robotics
+1702.03457 Software Engineering
+1702.03458 Complex Variables
+1702.03459 Materials Science
+1702.03460 Soft Condensed Matter
+1702.03461 Solar and Stellar Astrophysics
+1702.03462 Combinatorics
+1702.03464 Metric Geometry
+1702.03465 Robotics
+1702.03466 Multiagent Systems
+1702.03467 Cryptography and Security
+1702.03468 Algebraic Geometry
+1702.03469 Dynamical Systems
+1702.03470 Computation and Language
+1702.03472 Combinatorics
+1702.03474 Neurons and Cognition
+1702.03478 Social and Information Networks
+1702.03479 Geometric Topology
+1702.03480 Analysis of PDEs
+1702.03482 Mesoscale and Nanoscale Physics
+1702.03484 Databases
+1702.03485 Numerical Analysis
+1702.03486 Classical Analysis and ODEs
+1702.03487 Logic
+1702.03488 Artificial Intelligence
+1702.03491 Astrophysics of Galaxies
+1702.03492 Neurons and Cognition
+1702.03494 Mesoscale and Nanoscale Physics
+1702.03495 Lattice
+1702.03496 Other Condensed Matter
+1702.03497 Theory
+1702.03498
+1702.03499 Atomic Physics
+1702.03500 Learning
+1702.03501 Mesoscale and Nanoscale Physics
+1702.03502
+1702.03503 Networking and Internet Architecture
+1702.03506 Statistical Mechanics
+1702.03507 Information Theory
+1702.03508
+1702.03509 Materials Science
+1702.03510 Information Theory
+1702.03511 Programming Languages
+1702.03512
+1702.03513 Mesoscale and Nanoscale Physics
+1702.03515 Computer Vision and Pattern Recognition
+1702.03517 Numerical Analysis
+1702.03519 Databases
+1702.03520 Phenomenology
+1702.03521 General Topology
+1702.03523 Logic in Computer Science
+1702.03524 Combinatorics
+1702.03525 Computation and Language
+1702.03526 Differential Geometry
+1702.03527 Combinatorics
+1702.03528
+1702.03530 Statistics Theory
+1702.03531 Analysis of PDEs
+1702.03532 Rings and Algebras
+1702.03535 Statistical Mechanics
+1702.03536 Combinatorics
+1702.03537 Machine Learning
+1702.03539 Systems and Control
+1702.03541 Symplectic Geometry
+1702.03542 Medical Physics
+1702.03543 Neurons and Cognition
+1702.03545
+1702.03546 Combinatorics
+1702.03547 Phenomenology
+1702.03548 Algebraic Topology
+1702.03549 Theory
+1702.03551 Strongly Correlated Electrons
+1702.03552 Analysis of PDEs
+1702.03553 Materials Science
+1702.03555 Robotics
+1702.03556 Methodology
+1702.03557 Methodology
+1702.03558 Number Theory
+1702.03559 Functional Analysis
+1702.03560 Astrophysics of Galaxies
+1702.03561 Numerical Analysis
+1702.03562 Solar and Stellar Astrophysics
+1702.03563 Distributed, Parallel, and Cluster Computing
+1702.03565
+1702.03567
+1702.03568
+1702.03570 Earth and Planetary Astrophysics
+1702.03571 Earth and Planetary Astrophysics
+1702.03572 Symplectic Geometry
+1702.03574
+1702.03575 Chemical Physics
+1702.03576 Optimization and Control
+1702.03577 Theory
+1702.03578 Methodology
+1702.03579 Neurons and Cognition
+1702.03580 Algebraic Geometry
+1702.03582 Biological Physics
+1702.03583 Theory
+1702.03587 Cryptography and Security
+1702.03589 Information Theory
+1702.03590 Information Theory
+1702.03591
+1702.03592 Artificial Intelligence
+1702.03594 Artificial Intelligence
+1702.03595 Optics
+1702.03596 Systems and Control
+1702.03597 Methodology
+1702.03599 Dynamical Systems
+1702.03600 Computer Vision and Pattern Recognition
+1702.03603 Physics and Society
+1702.03604
+1702.03606 General Topology
+1702.03607 Symplectic Geometry
+1702.03608 Classical Analysis and ODEs
+1702.03609 Strongly Correlated Electrons
+1702.03610 Materials Science
+1702.03611 Number Theory
+1702.03613 Learning
+1702.03614 Multiagent Systems
+1702.03615 Computer Science and Game Theory
+1702.03617 Quantum Gases
+1702.03618 Methodology
+1702.03619 Classical Analysis and ODEs
+1702.03620 Computer Science and Game Theory
+1702.03621 Computers and Society
+1702.03622 Geometric Topology
+1702.03623 Algebraic Geometry
+1702.03624 Physics and Society
+1702.03625 Computational Complexity
+1702.03626
+1702.03627 Computer Science and Game Theory
+1702.03628 Methodology
+1702.03629 Systems and Control
+1702.03630 Symplectic Geometry
+1702.03631 Mesoscale and Nanoscale Physics
+1702.03632 Methodology
+1702.03633 Optics
+1702.03634 Accelerator Physics
+1702.03635
+1702.03636 Accelerator Physics
+1702.03637 Phenomenology
+1702.03639 Analysis of PDEs
+1702.03640 Phenomenology
+1702.03642 Exactly Solvable and Integrable Systems
+1702.03644 Learning
+1702.03646 Differential Geometry
+1702.03649
+1702.03650 Chemical Physics
+1702.03651
+1702.03652 Differential Geometry
+1702.03654 Computation and Language
+1702.03655 Mesoscale and Nanoscale Physics
+1702.03656 Information Theory
+1702.03659 Strongly Correlated Electrons
+1702.03660 Robotics
+1702.03663 Pattern Formation and Solitons
+1702.03664 Instrumentation and Detectors
+1702.03666 Plasma Physics
+1702.03667 Combinatorics
+1702.03668 Strongly Correlated Electrons
+1702.03669 Theory
+1702.03670 Materials Science
+1702.03671 Numerical Analysis
+1702.03673 Methodology
+1702.03675 Networking and Internet Architecture
+1702.03677 Materials Science
+1702.03678 Earth and Planetary Astrophysics
+1702.03679 Fluid Dynamics
+1702.03680 Dynamical Systems
+1702.03681 Networking and Internet Architecture
+1702.03683 Algebraic Topology
+1702.03684 Computer Vision and Pattern Recognition
+1702.03686 Superconductivity
+1702.03688
+1702.03689
+1702.03690 Computer Vision and Pattern Recognition
+1702.03691 Dynamical Systems
+1702.03693 Phenomenology
+1702.03694 Theory
+1702.03695 Information Theory
+1702.03696 Methodology
+1702.03697 Phenomenology
+1702.03698 Statistics Theory
+1702.03699 Phenomenology
+1702.03700 Optimization and Control
+1702.03701 Algebraic Geometry
+1702.03703 Phenomenology
+1702.03704 Commutative Algebra
+1702.03705 Optics
+1702.03706 Computation and Language
+1702.03707 Combinatorics
+1702.03708 Phenomenology
+1702.03710 Mesoscale and Nanoscale Physics
+1702.03711 Cosmology and Nongalactic Astrophysics
+1702.03712 Materials Science
+1702.03713 Neural and Evolutionary Computing
+1702.03714 General Topology
+1702.03715 Formal Languages and Automata Theory
+1702.03716 Atmospheric and Oceanic Physics
+1702.03718 Number Theory
+1702.03720 Instrumentation and Detectors
+1702.03721 Astrophysics of Galaxies
+1702.03723 Instrumentation and Detectors
+1702.03724 Artificial Intelligence
+1702.03725 Biological Physics
+1702.03726 Information Theory
+1702.03727 Analysis of PDEs
+1702.03729 Group Theory
+1702.03730 Materials Science
+1702.03731 Exactly Solvable and Integrable Systems
+1702.03732 Soft Condensed Matter
+1702.03733 Phenomenology
+1702.03734 Social and Information Networks
+1702.03737 Materials Science
+1702.03738 Optimization and Control
+1702.03739 Algebraic Geometry
+1702.03741 Distributed, Parallel, and Cluster Computing
+1702.03743 Soft Condensed Matter
+1702.03744 Cosmology and Nongalactic Astrophysics
+1702.03745 Analysis of PDEs
+1702.03746 Analysis of PDEs
+1702.03747 Representation Theory
+1702.03748
+1702.03749 Analysis of PDEs
+1702.03750 Numerical Analysis
+1702.03751 Algebraic Geometry
+1702.03752 Algebraic Geometry
+1702.03753 Group Theory
+1702.03755 Symbolic Computation
+1702.03756 History and Overview
+1702.03757 Phenomenology
+1702.03758 High Energy Astrophysical Phenomena
+1702.03759 Physics and Society
+1702.03760 Statistics Theory
+1702.03761 Mesoscale and Nanoscale Physics
+1702.03762 Neurons and Cognition
+1702.03763
+1702.03764 Soft Condensed Matter
+1702.03765 Probability
+1702.03766 Mesoscale and Nanoscale Physics
+1702.03767 Learning
+1702.03768 Fluid Dynamics
+1702.03769 Statistical Mechanics
+1702.03770 Instrumentation and Detectors
+1702.03771 Optics
+1702.03773 Social and Information Networks
+1702.03774 Strongly Correlated Electrons
+1702.03777 Classical Analysis and ODEs
+1702.03779 Mesoscale and Nanoscale Physics
+1702.03780 Analysis of PDEs
+1702.03781 Instrumentation and Methods for Astrophysics
+1702.03782 Analysis of PDEs
+1702.03784 Superconductivity
+1702.03786 Information Theory
+1702.03787 Logic
+1702.03788 Classical Analysis and ODEs
+1702.03789 Group Theory
+1702.03790 Digital Libraries
+1702.03791 Sound
+1702.03794 Strongly Correlated Electrons
+1702.03795 Soft Condensed Matter
+1702.03796 Probability
+1702.03797 Earth and Planetary Astrophysics
+1702.03799 Networking and Internet Architecture
+1702.03800 Networking and Internet Architecture
+1702.03801 Combinatorics
+1702.03802 Probability
+1702.03803 Pattern Formation and Solitons
+1702.03804 Materials Science
+1702.03806 Operator Algebras
+1702.03807 Metric Geometry
+1702.03808 Metric Geometry
+1702.03809 Dynamical Systems
+1702.03810 Optics
+1702.03812 Emerging Technologies
+1702.03813 Mesoscale and Nanoscale Physics
+1702.03815 Cryptography and Security
+1702.03816 Dynamical Systems
+1702.03820
+1702.03821 Instrumentation and Detectors
+1702.03822 Materials Science
+1702.03823
+1702.03824 Computer Vision and Pattern Recognition
+1702.03825 Databases
+1702.03826 Chemical Physics
+1702.03827 Mesoscale and Nanoscale Physics
+1702.03828 Optimization and Control
+1702.03830 Geometric Topology
+1702.03831 Instrumentation and Detectors
+1702.03833 Computer Vision and Pattern Recognition
+1702.03835 Analysis of PDEs
+1702.03837 Symplectic Geometry
+1702.03839
+1702.03840 Differential Geometry
+1702.03841 Probability
+1702.03843
+1702.03844 Numerical Analysis
+1702.03845 Strongly Correlated Electrons
+1702.03846
+1702.03848
+1702.03850 Group Theory
+1702.03851 Software Engineering
+1702.03853 Astrophysics of Galaxies
+1702.03855 Optimization and Control
+1702.03856 Computation and Language
+1702.03858 Solar and Stellar Astrophysics
+1702.03859 Computation and Language
+1702.03860 Number Theory
+1702.03861 Number Theory
+1702.03862 Applications
+1702.03863
+1702.03864
+1702.03866
+1702.03867 Biological Physics
+1702.03868 Number Theory
+1702.03869 Number Theory
+1702.03871 Functional Analysis
+1702.03873 Dynamical Systems
+1702.03875 History and Overview
+1702.03877 Methodology
+1702.03878 Logic
+1702.03879 Materials Science
+1702.03881 Number Theory
+1702.03883 Optics
+1702.03884 Statistics Theory
+1702.03885 Earth and Planetary Astrophysics
+1702.03886 Distributed, Parallel, and Cluster Computing
+1702.03887 History and Overview
+1702.03888 Astrophysics of Galaxies
+1702.03890 Networking and Internet Architecture
+1702.03891 Computation
+1702.03892 Analysis of PDEs
+1702.03894 Logic
+1702.03899 Dynamical Systems
+1702.03900 Phenomenology
+1702.03902 Data Analysis, Statistics and Probability
+1702.03903 Statistical Mechanics
+1702.03904 Solar and Stellar Astrophysics
+1702.03905
+1702.03907 Networking and Internet Architecture
+1702.03908 Physics and Society
+1702.03910
+1702.03911 Information Theory
+1702.03912 Chaotic Dynamics
+1702.03913 Cosmology and Nongalactic Astrophysics
+1702.03914 Theory
+1702.03915 Strongly Correlated Electrons
+1702.03916 Biological Physics
+1702.03917 Probability
+1702.03918 Geometric Topology
+1702.03920 Computer Vision and Pattern Recognition
+1702.03921 Analysis of PDEs
+1002.3797 Representation Theory
+1006.5410 Geometric Topology
+1108.3927 Geometric Topology
+1202.4552 High Energy Astrophysical Phenomena
+1203.1540 Fluid Dynamics
+1204.5097 Fluid Dynamics
+1205.1960 Data Structures and Algorithms
+1209.0406
+1210.3544 Fluid Dynamics
+1212.2780
+1304.1017 Instrumentation and Methods for Astrophysics
+1304.3812 Cryptography and Security
+1306.1926 Combinatorics
+1307.3650 Data Structures and Algorithms
+1308.3973 Complex Variables
+1308.5856 Geometric Topology
+1309.1562 Number Theory
+1310.4853 Materials Science
+1310.5884 Computation and Language
+1401.1448 Logic in Computer Science
+1401.3557 Geometric Topology
+1404.2622 Algebraic Geometry
+1405.4368 Group Theory
+1408.1256 Logic in Computer Science
+1410.4887 Dynamical Systems
+1411.0852 Symplectic Geometry
+1412.0290 Algebraic Geometry
+1412.0904 Dynamical Systems
+1412.4027 Algebraic Geometry
+1412.6028 Plasma Physics
+1412.8377 Rings and Algebras
+1501.03043 Logic
+1501.06461 Data Structures and Algorithms
+1502.01039 Logic
+1503.00173 Information Theory
+1503.03144 Systems and Control
+1504.05286 Probability
+1505.01333 Statistical Finance
+1505.04808 Numerical Analysis
+1506.03815
+1506.04542
+1506.04638 Number Theory
+1506.08080 Geometric Topology
+1506.08621 Probability
+1507.00785 Statistical Mechanics
+1507.04906 Optics
+1507.07907 Probability
+1508.03181 Optimization and Control
+1508.03366 Dynamical Systems
+1508.03752 Representation Theory
+1508.03833 Algebraic Geometry
+1508.05775 Probability
+1509.00380 Differential Geometry
+1509.01527 Mesoscale and Nanoscale Physics
+1509.09310 Dynamical Systems
+1510.00885 Atomic Physics
+1510.03405 Statistical Mechanics
+1510.04383 Algebraic Geometry
+1511.03368
+1511.04857
+1511.05100 Optics
+1511.07272 Dynamical Systems
+1511.07897 Probability
+1511.08261 Strongly Correlated Electrons
+1512.00696
+1512.02802
+1512.03601 Dynamical Systems
+1512.03769 Methodology
+1512.05599 Dynamical Systems
+1512.06586 Numerical Analysis
+1512.07145 Algebraic Geometry
+1601.00232 Algebraic Topology
+1601.00859 Algebraic Geometry
+1601.01878 Neurons and Cognition
+1601.04071 Physics and Society
+1601.06811 Plasma Physics
+1601.06859 Information Theory
+1602.02179 Theory
+1602.05314 Computer Vision and Pattern Recognition
+1602.05757 Methodology
+1602.06202 Methodology
+1602.06501 Materials Science
+1603.01566 Information Theory
+1603.07591 Soft Condensed Matter
+1603.07835 High Energy Astrophysical Phenomena
+1603.08788 Optics
+1603.09553 Phenomenology
+1603.09601 Information Theory
+1604.01093 Graphics
+1604.01501 Optimization and Control
+1604.02161 Metric Geometry
+1604.02505 Combinatorics
+1604.02804
+1604.03430
+1604.05084 Combinatorics
+1604.05270 Materials Science
+1604.05738
+1604.06900 Instrumentation and Detectors
+1604.07440 Strongly Correlated Electrons
+1605.02658 Category Theory
+1605.04248 General Physics
+1605.05550 Phenomenology
+1605.05661 Quantum Gases
+1605.07480 Information Theory
+1605.07530 Differential Geometry
+1605.08248 Mesoscale and Nanoscale Physics
+1606.00536 Commutative Algebra
+1606.03285 Space Physics
+1606.04064 Optics
+1606.04567 Computational Engineering, Finance, and Science
+1606.05479 Optimization and Control
+1606.06462
+1606.07563
+1606.09508 Numerical Analysis
+1606.09520 Statistical Mechanics
+1607.00381 Phenomenology
+1607.00826 Mesoscale and Nanoscale Physics
+1607.01924 Information Theory
+1607.03127 Astrophysics of Galaxies
+1607.03892 Strongly Correlated Electrons
+1607.04711 Superconductivity
+1607.07334 Theory
+1608.00114
+1608.00260 Optics
+1608.00296
+1608.01365 Applications
+1608.01730 Mesoscale and Nanoscale Physics
+1608.01777
+1608.02044 Analysis of PDEs
+1608.02586 Strongly Correlated Electrons
+1608.02986 Theory
+1608.04043 Analysis of PDEs
+1608.04420 Mesoscale and Nanoscale Physics
+1608.04584 Materials Science
+1608.04639 Metric Geometry
+1608.04923
+1608.05108
+1608.05975 Mesoscale and Nanoscale Physics
+1608.06649 Chemical Physics
+1608.07090
+1608.07547 Hardware Architecture
+1608.07592 Analysis of PDEs
+1608.08176 Software Engineering
+1608.08855 K-Theory and Homology
+1609.00027 Probability
+1609.00521
+1609.00779 Molecular Networks
+1609.01387 Systems and Control
+1609.01552 Disordered Systems and Neural Networks
+1609.03799 High Energy Astrophysical Phenomena
+1609.03818
+1609.04640 Trading and Market Microstructure
+1609.05032 Soft Condensed Matter
+1609.05262 Instrumentation and Detectors
+1609.05827 Theory
+1609.06210 Sound
+1609.06880 Probability
+1609.07265 Optics
+1609.07361
+1609.09408 Machine Learning
+1610.00485 Functional Analysis
+1610.01826 Phenomenology
+1610.01926 Probability
+1610.02035 Disordered Systems and Neural Networks
+1610.02347 Superconductivity
+1610.02697 Mesoscale and Nanoscale Physics
+1610.04604 Optimization and Control
+1610.05370
+1610.05609 General Physics
+1610.05905
+1610.05985 Computer Vision and Pattern Recognition
+1610.07040 Theory
+1610.08842 Statistical Mechanics
+1610.09040 Superconductivity
+1610.09535
+1610.09720 Populations and Evolution
+1611.00101 Group Theory
+1611.00368 Phenomenology
+1611.00385 Soft Condensed Matter
+1611.00595 Optimization and Control
+1611.01007 Optics
+1611.01319 Optics
+1611.01327 Instrumentation and Methods for Astrophysics
+1611.01628 Computation and Language
+1611.01689 Analysis of PDEs
+1611.01697 Superconductivity
+1611.01839 Computation and Language
+1611.02681 Mesoscale and Nanoscale Physics
+1611.03848 High Energy Astrophysical Phenomena
+1611.04867 Materials Science
+1611.05852 Phenomenology
+1611.06726 Functional Analysis
+1611.07229 Atomic Physics
+1611.07302 Systems and Control
+1611.07632 Analysis of PDEs
+1611.08438 Numerical Analysis
+1611.09229 Optics
+1612.00479 Optics
+1612.00729 Computation and Language
+1612.01002 Statistical Mechanics
+1612.01218 Group Theory
+1612.01536 Theory
+1612.02298 Cryptography and Security
+1612.04216 Physics and Society
+1612.04381 Strongly Correlated Electrons
+1612.04608 Accelerator Physics
+1612.04705 Experiment
+1612.05345 High Energy Astrophysical Phenomena
+1612.05505 Combinatorics
+1612.05776 Analysis of PDEs
+1612.05938 Mesoscale and Nanoscale Physics
+1612.06354 General Mathematics
+1612.06572 Computation and Language
+1612.06850 Methodology
+1612.07062 Symplectic Geometry
+1612.08133 Phenomenology
+1612.08435 Superconductivity
+1612.08509 Theory
+1612.09469 Computational Finance
+1701.00293 Complex Variables
+1701.00346 Statistical Mechanics
+1701.01341 Mesoscale and Nanoscale Physics
+1701.01415 Physics Education
+1701.01433 Quantitative Methods
+1701.01849 Algebraic Geometry
+1701.02257 Strongly Correlated Electrons
+1701.02581 Lattice
+1701.03920 Algebraic Topology
+1701.05014 Information Theory
+1701.05783
+1701.06179 Statistical Mechanics
+1701.06860 Differential Geometry
+1701.06923
+1701.07416 Cryptography and Security
+1701.07418 Complex Variables
+1701.07427 Phenomenology
+1701.07501 Information Theory
+1701.07601 Logic in Computer Science
+1701.07724 Mesoscale and Nanoscale Physics
+1701.07736 Information Theory
+1701.07770 Geometric Topology
+1701.08157 Instrumentation and Detectors
+1701.08239 Theory
+1701.08455 Mesoscale and Nanoscale Physics
+1701.08473 Learning
+1701.08479 Differential Geometry
+1701.08727 Soft Condensed Matter
+1701.08825 Dynamical Systems
+1701.08893 Graphics
+1701.09043 Economics
+1701.09117 Statistical Mechanics
+1701.09154 Commutative Algebra
+1702.00034 Strongly Correlated Electrons
+1702.00084 Representation Theory
+1702.00197 Mesoscale and Nanoscale Physics
+1702.00202 Adaptation and Self-Organizing Systems
+1702.00317 Machine Learning
+1702.00468 Instrumentation and Methods for Astrophysics
+1702.00480 Lattice
+1702.00483 Hardware Architecture
+1702.00566 Theory
+1702.00672
+1702.01130 Classical Analysis and ODEs
+1702.01281 Probability
+1702.01292 Theory
+1702.01356 Geophysics
+1702.01456 Functional Analysis
+1702.01458 Phenomenology
+1702.01666 Information Theory
+1702.01703 Genomics
+1702.01764 Cosmology and Nongalactic Astrophysics
+1702.01825 Neurons and Cognition
+1702.01976 Number Theory
+1702.02002 Solar and Stellar Astrophysics
+1702.02042 Strongly Correlated Electrons
+1702.02047 Learning
+1702.02086 Instrumentation and Detectors
+1702.02098 Computation and Language
+1702.02126 Classical Analysis and ODEs
+1702.02134 Probability
+1702.02138 Computer Vision and Pattern Recognition
+1702.02139 Fluid Dynamics
+1702.02140
+1702.02142 Combinatorics
+1702.02143 Cosmology and Nongalactic Astrophysics
+1702.02145 Soft Condensed Matter
+1702.02146 Astrophysics of Galaxies
+1702.02147 Earth and Planetary Astrophysics
+1702.02148 Strongly Correlated Electrons
+1702.02149 Astrophysics of Galaxies
+1702.02151 Earth and Planetary Astrophysics
+1702.02154 Theory
+1702.02155 Phenomenology
+1702.02156
+1702.02157 High Energy Astrophysical Phenomena
+1702.02158 Instrumentation and Methods for Astrophysics
+1702.02159 Cosmology and Nongalactic Astrophysics
+1702.02160 Algebraic Geometry
+1702.02162 Astrophysics of Galaxies
+1702.02165 Machine Learning
+1702.02166 Numerical Analysis
+1702.02168
+1702.02169
+1702.02170 Computation and Language
+1702.02173 Phenomenology
+1702.02174 Information Theory
+1702.02176 Differential Geometry
+1702.02178 Human-Computer Interaction
+1702.02179 Information Theory
+1702.02180 High Energy Astrophysical Phenomena
+1702.02182 Computational Physics
+1702.02183 Probability
+1702.02184 Learning
+1702.02186 Algebraic Geometry
+1702.02187 Astrophysics of Galaxies
+1702.02188 Solar and Stellar Astrophysics
+1702.02189 Astrophysics of Galaxies
+1702.02195 Solar and Stellar Astrophysics
+1702.02198 Strongly Correlated Electrons
+1702.02199 Astrophysics of Galaxies
+1702.02201 Networking and Internet Architecture
+1702.02202 Analysis of PDEs
+1702.02203 Theory
+1702.02204 Distributed, Parallel, and Cluster Computing
+1702.02205 Quantum Algebra
+1702.02206 Computation and Language
+1702.02207 Distributed, Parallel, and Cluster Computing
+1702.02208
+1702.02209
+1702.02210 Mesoscale and Nanoscale Physics
+1702.02213 Solar and Stellar Astrophysics
+1702.02214 Solar and Stellar Astrophysics
+1702.02215 Computers and Society
+1702.02216 Quantum Gases
+1702.02217 Neural and Evolutionary Computing
+1702.02218 K-Theory and Homology
+1702.02220 Combinatorics
+1702.02221 Superconductivity
+1702.02222 Soft Condensed Matter
+1702.02223 Computer Vision and Pattern Recognition
+1702.02225 Theory
+1702.02226 Other Condensed Matter
+1702.02227 Numerical Analysis
+1702.02228 Other Condensed Matter
+1702.02229 Functional Analysis
+1702.02230 Astrophysics of Galaxies
+1702.02231 Methodology
+1702.02232 Probability
+1702.02234 Phenomenology
+1702.02235 Computer Vision and Pattern Recognition
+1702.02236 Combinatorics
+1702.02238 Dynamical Systems
+1702.02241 Optimization and Control
+1702.02242 Numerical Analysis
+1702.02243 Phenomenology
+1702.02244 Differential Geometry
+1702.02246 Physics and Society
+1702.02247
+1702.02248 Mesoscale and Nanoscale Physics
+1702.02250
+1702.02251 Dynamical Systems
+1702.02254 Economics
+1702.02256 Instrumentation and Methods for Astrophysics
+1702.02258 Computer Vision and Pattern Recognition
+1702.02259 Geometric Topology
+1702.02260 Mesoscale and Nanoscale Physics
+1702.02261 Computation and Language
+1702.02262 Learning
+1702.02263 Social and Information Networks
+1702.02264 Applications
+1702.02266 Materials Science
+1702.02267 Machine Learning
+1702.02268 Applications
+1702.02270 Mesoscale and Nanoscale Physics
+1702.02271
+1702.02272 Programming Languages
+1702.02273 Logic in Computer Science
+1702.02274 Logic in Computer Science
+1702.02275 Mesoscale and Nanoscale Physics
+1702.02276 Theory
+1702.02277 Neural and Evolutionary Computing
+1702.02279 Information Theory
+1702.02280 Programming Languages
+1702.02281 Programming Languages
+1702.02282 Programming Languages
+1702.02283 Programming Languages
+1702.02284 Learning
+1702.02286 Methodology
+1702.02287 Social and Information Networks
+1702.02288 Materials Science
+1702.02294 Astrophysics of Galaxies
+1702.02295 Computer Vision and Pattern Recognition
+1702.02298 Rings and Algebras
+1702.02299 Optimization and Control
+1702.02300 Numerical Analysis
+1702.02301 Complex Variables
+1702.02302 Artificial Intelligence
+1702.02303 Lattice
+1702.02304 Combinatorics
+1702.02305 Combinatorics
+1702.02307 Mesoscale and Nanoscale Physics
+1702.02309 Mesoscale and Nanoscale Physics
+1702.02310
+1702.02311 Networking and Internet Architecture
+1702.02312 Commutative Algebra
+1702.02313 Hardware Architecture
+1702.02315 Metric Geometry
+1702.02316 High Energy Astrophysical Phenomena
+1702.02317 Numerical Analysis
+1702.02318 Statistical Mechanics
+1702.02320 Quantum Algebra
+1702.02321 Data Structures and Algorithms
+1702.02323 Chemical Physics
+1702.02325 Number Theory
+1702.02326 Representation Theory
+1702.02327 Number Theory
+1702.02328 Numerical Analysis
+1702.02329 Strongly Correlated Electrons
+1702.02330 Information Theory
+1702.02331 Optics
+1702.02332 Statistical Mechanics
+1702.02333 Optics
+1702.02334 Materials Science
+1702.02336 Mesoscale and Nanoscale Physics
+1702.02338
+1702.02339 Soft Condensed Matter
+1702.02341 Solar and Stellar Astrophysics
+1702.02342 Geometric Topology
+1702.02343 Optics
+1702.02344 Mesoscale and Nanoscale Physics
+1702.02345 Symplectic Geometry
+1702.02346 Solar and Stellar Astrophysics
+1702.02347 Networking and Internet Architecture
+1702.02350 Theory
+1702.02351 Materials Science
+1702.02352 High Energy Astrophysical Phenomena
+1702.02353 Phenomenology
+1702.02357 Mesoscale and Nanoscale Physics
+1702.02358 Combinatorics
+1702.02359 Computer Vision and Pattern Recognition
+1702.02360
+1702.02361 Algebraic Geometry
+1702.02362 Information Theory
+1702.02364 Networking and Internet Architecture
+1702.02365 Fluid Dynamics
+1702.02366 Information Theory
+1702.02367 Computation and Language
+1702.02368 Biological Physics
+1702.02369 Logic in Computer Science
+1702.02370 Superconductivity
+1702.02371 Networking and Internet Architecture
+1702.02372 Information Theory
+1702.02373 Soft Condensed Matter
+1702.02374 Combinatorics
+1702.02375 Dynamical Systems
+1702.02376 Solar and Stellar Astrophysics
+1702.02377 High Energy Astrophysical Phenomena
+1702.02378
+1702.02379 Biological Physics
+1702.02380 Networking and Internet Architecture
+1702.02381 Social and Information Networks
+1702.02382 Computer Vision and Pattern Recognition
+1702.02383 Dynamical Systems
+1702.02385 Logic in Computer Science
+1702.02386 Materials Science
+1702.02387 Mesoscale and Nanoscale Physics
+1702.02388 Solar and Stellar Astrophysics
+1702.02389 Materials Science
+1702.02390 Computation and Language
+1702.02391 Physics Education
+1702.02393 Soft Condensed Matter
+1702.02394 Astrophysics of Galaxies
+1702.02398 Strongly Correlated Electrons
+1702.02399 Physics and Society
+1702.02400 Differential Geometry
+1702.02401 Optics
+1702.02402
+1702.02403 Mesoscale and Nanoscale Physics
+1702.02405 Data Structures and Algorithms
+1702.02406 Programming Languages
+1702.02407 Mesoscale and Nanoscale Physics
+1702.02408 Quantum Algebra
+1702.02410
+1702.02411 Functional Analysis
+1702.02412 Strongly Correlated Electrons
+1702.02413 Mesoscale and Nanoscale Physics
+1702.02414 Information Theory
+1702.02415 Solar and Stellar Astrophysics
+1702.02417
+1702.02418
+1702.02420 Astrophysics of Galaxies
+1702.02421 Solar and Stellar Astrophysics
+1702.02422 Distributed, Parallel, and Cluster Computing
+1702.02423 Theory
+1702.02424
+1702.02425 Category Theory
+1702.02426 Computation and Language
+1702.02427 Probability
+1702.02428 Analysis of PDEs
+1702.02429 Computation and Language
+1702.02431 Theory
+1702.02432 Other Statistics
+1702.02436 Strongly Correlated Electrons
+1702.02437 Analysis of PDEs
+1702.02438 Strongly Correlated Electrons
+1702.02439 Distributed, Parallel, and Cluster Computing
+1702.02440
+1702.02441 Quantum Gases
+1702.02442 Computers and Society
+1702.02443 Optimization and Control
+1702.02444
+1702.02445 Computer Vision and Pattern Recognition
+1702.02446 Combinatorics
+1702.02447 Computer Vision and Pattern Recognition
+1702.02448
+1702.02449 Differential Geometry
+1702.02450 Cryptography and Security
+1702.02451 Mesoscale and Nanoscale Physics
+1702.02452 Theory
+1702.02454 General Topology
+1702.02455 Distributed, Parallel, and Cluster Computing
+1702.02457 Optics
+1702.02459
+1702.02460 Distributed, Parallel, and Cluster Computing
+1702.02461 Computers and Society
+1702.02462 Social and Information Networks
+1702.02463 Computer Vision and Pattern Recognition
+1702.02465 Instrumentation and Detectors
+1702.02466 Instrumentation and Detectors
+1702.02467
+1702.02468 Astrophysics of Galaxies
+1702.02470 Artificial Intelligence
+1702.02471 Systems and Control
+1702.02472
+1702.02473 Optimization and Control
+1702.02474 Computational Physics
+1702.02475 Fluid Dynamics
+1702.02476
+1702.02477 Solar and Stellar Astrophysics
+1702.02478 Computational Engineering, Finance, and Science
+1702.02479 Algebraic Topology
+1702.02481 Analysis of PDEs
+1702.02482 Distributed, Parallel, and Cluster Computing
+1702.02483 Cosmology and Nongalactic Astrophysics
+1702.02485 Neurons and Cognition
+1702.02486 Optimization and Control
+1702.02488
+1702.02489 Cryptography and Security
+1702.02490 Functional Analysis
+1702.02491
+1702.02492 Neurons and Cognition
+1702.02493 Phenomenology
+1702.02494 Earth and Planetary Astrophysics
+1702.02495 Mesoscale and Nanoscale Physics
+1702.02496 Materials Science
+1702.02497 Information Theory
+1702.02499 Soft Condensed Matter
+1702.02500 Chemical Physics
+1702.02502 Statistics Theory
+1702.02503 Analysis of PDEs
+1702.02505 Optimization and Control
+1702.02506 Quantum Algebra
+1702.02507
+1702.02508 Computer Vision and Pattern Recognition
+1702.02509 Complex Variables
+1702.02511 Robotics
+1702.02512 Computer Vision and Pattern Recognition
+1702.02513 Analysis of PDEs
+1702.02514 Computer Vision and Pattern Recognition
+1702.02515 Numerical Analysis
+1702.02516 Cryptography and Security
+1702.02518 Materials Science
+1702.02519 Learning
+1702.02520 Cosmology and Nongalactic Astrophysics
+1702.02522 Superconductivity
+1702.02524 Phenomenology
+1702.02526 Machine Learning
+1702.02527 Physics and Society
+1702.02528 Logic in Computer Science
+1702.02530 Machine Learning
+1702.02531 Superconductivity
+1702.02532 Materials Science
+1702.02534 Analysis of PDEs
+1702.02535 Computation and Language
+1702.02536 Mesoscale and Nanoscale Physics
+1702.02537 Computer Vision and Pattern Recognition
+1702.02538 Strongly Correlated Electrons
+1702.02541 Multiagent Systems
+1702.02543 Astrophysics of Galaxies
+1702.02545 Computational Physics
+1702.02549 Computer Vision and Pattern Recognition
+1702.02550
+1702.02551 Dynamical Systems
+1702.02553 Mesoscale and Nanoscale Physics
+1702.02554 Mesoscale and Nanoscale Physics
+1702.02556 Mesoscale and Nanoscale Physics
+1702.02557 Mesoscale and Nanoscale Physics
+1702.02558
+1702.02560 Commutative Algebra
+1702.02561
+1702.02562 Information Theory
+1507.06134
+1512.08193 Statistics Theory
+1602.00131 Strongly Correlated Electrons
+1604.00338 Quantum Algebra
+1611.01416 General Mathematics
+1611.08820 Algebraic Geometry
+1611.09176 Databases
+1611.09177 Databases
+1611.10132 Instrumentation and Detectors
+1611.10138 Instrumentation and Detectors
+1612.05557 Soft Condensed Matter
+1612.05728 Atomic Physics
+1612.05802 Functional Analysis
+1612.05959 Group Theory
+1612.06337 Mesoscale and Nanoscale Physics
+1612.06407 Soft Condensed Matter
+1612.06410
+1612.06427 Data Analysis, Statistics and Probability
+1612.06441 Physics and Society
+1612.06467 Classical Analysis and ODEs
+1612.06474 Optics
+1612.06504
+1612.06509 Differential Geometry
+1612.06528 Artificial Intelligence
+1612.06551 Social and Information Networks
+1612.06556 Lattice
+1612.06589 Artificial Intelligence
+1612.06594 Numerical Analysis
+1612.06613 Superconductivity
+1612.06614 Phenomenology
+1612.06616 Mathematical Finance
+1612.06646 Information Theory
+1612.06648 Physics and Society
+1612.06691 Experiment
+1612.06709 Soft Condensed Matter
+1612.06718
+1612.06746 Physics and Society
+1612.06769 Experiment
+1612.06788 Lattice
+1612.06792 Experiment
+1612.06807 Experiment
+1612.06819
+1612.07079 Superconductivity
+1612.07096 Superconductivity
+0707.1909 Soft Condensed Matter
+0707.2911 Soft Condensed Matter
+0710.0931 Strongly Correlated Electrons
+0711.2708 Materials Science
+0712.2331 Fluid Dynamics
+0802.4370 Other Condensed Matter
+0803.0914 Mesoscale and Nanoscale Physics
+0804.1622 Chemical Physics
+0809.3461 Soft Condensed Matter
+0811.2823 Statistical Mechanics
+0901.3385 Materials Science
+0901.3418 Other Condensed Matter
+0902.0400 Biomolecules
+0902.1164 Mesoscale and Nanoscale Physics
+0902.1600 Materials Science
+0902.1961 Materials Science
+0902.2688 Pattern Formation and Solitons
+0902.3562 Strongly Correlated Electrons
+0903.3631 Chemical Physics
+0903.3830 Materials Science
+0904.2801 Biological Physics
+0904.3918 Chemical Physics
+0906.2971 Chemical Physics
+0907.0854
+0908.1494 Materials Science
+0908.1953 Statistical Mechanics
+0908.2969 Chemical Physics
+0909.0951 Mesoscale and Nanoscale Physics
+0910.0952 Chemical Physics
+0910.2765 High Energy Astrophysical Phenomena
+0910.3597 Materials Science
+0912.2926 Soft Condensed Matter
+1002.0860 Soft Condensed Matter
+1002.2000 Statistical Mechanics
+1003.0035 Chemical Physics
+1004.0566 Chemical Physics
+1004.1959 Solar and Stellar Astrophysics
+1005.0345 Soft Condensed Matter
+1005.5369 Materials Science
+1006.1638 Soft Condensed Matter
+1006.2878 Chemical Physics
+1007.2432 Biological Physics
+1007.3193 Cosmology and Nongalactic Astrophysics
+1007.5402 Soft Condensed Matter
+1008.0205 Biological Physics
+1008.2327 Strongly Correlated Electrons
+1008.4263 Mesoscale and Nanoscale Physics
+1008.5127 Chemical Physics
+1009.5272 Solar and Stellar Astrophysics
+1009.5273 Solar and Stellar Astrophysics
+1011.0518 Atomic Physics
+1011.3570 Materials Science
+1011.5344 Astrophysics of Galaxies
+1012.4522 Chemical Physics
+1101.0771 Materials Science
+1101.1084 Cosmology and Nongalactic Astrophysics
+1101.4115 Mesoscale and Nanoscale Physics
+1101.4217 Atomic Physics
+1101.5424 Mesoscale and Nanoscale Physics
+1102.5672
+1103.1978 Materials Science
+1103.5080 Atomic and Molecular Clusters
+1104.2225 Quantitative Methods
+1104.3015 Atomic Physics
+1104.5099 Materials Science
+1105.1389 Statistical Mechanics
+1105.2413 Chemical Physics
+1106.0170 Mesoscale and Nanoscale Physics
+1106.1305 Atomic Physics
+1107.0306 Materials Science
+1107.2654 Cosmology and Nongalactic Astrophysics
+1109.2298 Atomic and Molecular Clusters
+1109.3478 Astrophysics of Galaxies
+1109.6459 Soft Condensed Matter
+1111.5151 Chemical Physics
+1112.5186 Cosmology and Nongalactic Astrophysics
+1201.0331 Strongly Correlated Electrons
+1201.3110 Atomic and Molecular Clusters
+1201.3304
+1201.4253 Soft Condensed Matter
+1202.0201 Statistical Mechanics
+1202.2268 Quantitative Methods
+1203.2111 Mesoscale and Nanoscale Physics
+1203.3361 Chemical Physics
+1203.3910 Mesoscale and Nanoscale Physics
+1204.1522 Chemical Physics
+1205.1001 Soft Condensed Matter
+1206.0896 Statistical Mechanics
+1206.1913 Materials Science
+1207.5703 Mesoscale and Nanoscale Physics
+1207.6335 Materials Science
+1208.3334 Chemical Physics
+1208.4132 Astrophysics of Galaxies
+1209.4528 Soft Condensed Matter
+1209.5530 Mesoscale and Nanoscale Physics
+1210.6710 Materials Science
+1210.7973 Materials Science
+1211.0549 Astrophysics of Galaxies
+1211.1529 Statistical Mechanics
+1211.3562 Astrophysics of Galaxies
+1211.6515 Cosmology and Nongalactic Astrophysics
+1212.3488 Chemical Physics
+1301.2210 Materials Science
+1301.6156 Materials Science
+1302.3718 Chemical Physics
+1303.3458 Materials Science
+1303.5542 Solar and Stellar Astrophysics
+1304.0972 Materials Science
+1304.5542 Materials Science
+1305.2759 Chemical Physics
+1305.6859 Cosmology and Nongalactic Astrophysics
+1306.0648 Materials Science
+1306.2370 Cosmology and Nongalactic Astrophysics
+1307.4611 Chemical Physics
+1307.6971 Materials Science
+1308.3843 Biomolecules
+1308.5593 Earth and Planetary Astrophysics
+1308.6153 Chemical Physics
+1308.6724 Materials Science
+1309.1164 Solar and Stellar Astrophysics
+1309.7762 Astrophysics of Galaxies
+1310.8343
+1310.8389 Cosmology and Nongalactic Astrophysics
+1311.0881
+1311.6431 Chemical Physics
+1311.6444 Cosmology and Nongalactic Astrophysics
+1312.0005 Mesoscale and Nanoscale Physics
+1401.0156 Cosmology and Nongalactic Astrophysics
+1401.2341 Chemical Physics
+1401.5437 Strongly Correlated Electrons
+1401.7701 Cosmology and Nongalactic Astrophysics
+1401.7822 Chemical Physics
+1402.1015 Mesoscale and Nanoscale Physics
+1402.4567 Solar and Stellar Astrophysics
+1402.5491 Materials Science
+1403.0104 Algebraic Geometry
+1403.0552 Materials Science
+1403.3102 Materials Science
+1403.3798 Materials Science
+1403.5526 Mesoscale and Nanoscale Physics
+1403.5886 Cosmology and Nongalactic Astrophysics
+1404.0902 Chemical Physics
+1404.7103 Cosmology and Nongalactic Astrophysics
+1405.1178 Symplectic Geometry
+1405.6753 Astrophysics of Galaxies
+1406.1374 Astrophysics of Galaxies
+1406.4410 Cosmology and Nongalactic Astrophysics
+1406.6161 Astrophysics of Galaxies
+1407.7868 Cosmology and Nongalactic Astrophysics
+1407.7892 Number Theory
+1408.4019 Earth and Planetary Astrophysics
+1408.5878 Phenomenology
+1408.6467 Cosmology and Nongalactic Astrophysics
+1408.6899 Materials Science
+1410.0114
+1410.2129 Dynamical Systems
+1410.4358 Cosmology and Nongalactic Astrophysics
+1410.4425 Solar and Stellar Astrophysics
+1410.5854 Astrophysics of Galaxies
+1410.8452 Cosmology and Nongalactic Astrophysics
+1411.4743 Soft Condensed Matter
+1411.5643 Materials Science
+1411.7402
+1411.7553
+1412.5186 Cosmology and Nongalactic Astrophysics
+1412.7474 Soft Condensed Matter
+1412.7931 Cosmology and Nongalactic Astrophysics
+1412.8466 Phenomenology
+1412.8750 Materials Science
+1502.04834 Geometric Topology
+1502.06497 Theory
+1503.01345 Fluid Dynamics
+1503.01876 Experiment
+1503.04307
+1503.05850 Algebraic Geometry
+1503.06464 Atomic Physics
+1503.08849 Phenomenology
+1504.03290 Cosmology and Nongalactic Astrophysics
+1504.04653 Instrumentation and Methods for Astrophysics
+1504.05406 Algebraic Geometry
+1504.07092 Cosmology and Nongalactic Astrophysics
+1505.01132 Cosmology and Nongalactic Astrophysics
+1505.06330 Cosmology and Nongalactic Astrophysics
+1506.00772 Theory
+1506.02837 Group Theory
+1506.04868 Phenomenology
+1507.04184 Astrophysics of Galaxies
+1507.06912 Phenomenology
+1508.00446 Combinatorics
+1508.01664 Representation Theory
+1508.03114 Mesoscale and Nanoscale Physics
+1509.01426 Solar and Stellar Astrophysics
+1509.05575 Chemical Physics
+1509.07043 Statistical Mechanics
+1510.04270 Cosmology and Nongalactic Astrophysics
+1510.05923 Cosmology and Nongalactic Astrophysics
+1510.06434 Earth and Planetary Astrophysics
+1510.07045 Phenomenology
+1510.07682 Strongly Correlated Electrons
+1511.01022 Cosmology and Nongalactic Astrophysics
+1511.02867 Phenomenology
+1511.03915 Accelerator Physics
+1511.07799 Cosmology and Nongalactic Astrophysics
+1511.08667 Rings and Algebras
+1511.09459 Theory
+1512.01468 Cosmology and Nongalactic Astrophysics
+1512.02089 Theory
+1601.00975 Strongly Correlated Electrons
+1601.03583 Algebraic Geometry
+1601.06054 Soft Condensed Matter
+1602.01676 Solar and Stellar Astrophysics
+1602.01934 Phenomenology
+1602.03340 Astrophysics of Galaxies
+1602.03677 Strongly Correlated Electrons
+1602.05427 Phenomenology
+1602.07234 Phenomenology
+1603.03521
+1603.04108 Biological Physics
+1603.06474 History and Philosophy of Physics
+1603.08288 High Energy Astrophysical Phenomena
+1604.01231 High Energy Astrophysical Phenomena
+1604.04404 Dynamical Systems
+1604.05944
+1604.06088 Theory
+1604.06382 Combinatorics
+1604.06844 Disordered Systems and Neural Networks
+1605.02095 Earth and Planetary Astrophysics
+1605.02101
+1605.03463 Mesoscale and Nanoscale Physics
+1605.06499 Mesoscale and Nanoscale Physics
+1605.06594 Disordered Systems and Neural Networks
+1605.08970 Statistical Mechanics
+1606.00286 Plasma Physics
+1606.00771
+1606.01060 Strongly Correlated Electrons
+1606.03162 Materials Science
+1606.03215 Mesoscale and Nanoscale Physics
+1606.04605 Strongly Correlated Electrons
+1606.04906
+1606.06186 Cosmology and Nongalactic Astrophysics
+1606.06245 Superconductivity
+1606.06252 Astrophysics of Galaxies
+1606.07182 Chemical Physics
+1606.07503
+1606.08250 Plasma Physics
+1606.09025 High Energy Astrophysical Phenomena
+1606.09454 Phenomenology
+1607.00189 Statistical Mechanics
+1607.02139 Cosmology and Nongalactic Astrophysics
+1607.03843 Solar and Stellar Astrophysics
+1607.04919 Earth and Planetary Astrophysics
+1607.05277 Statistical Mechanics
+1607.05614 High Energy Astrophysical Phenomena
+1607.08164 Quantum Gases
+1607.08545 Theory
+1608.01070 Quantum Gases
+1608.02018 High Energy Astrophysical Phenomena
+1608.02423 Soft Condensed Matter
+1608.02940 Phenomenology
+1608.03494 Solar and Stellar Astrophysics
+1608.04602 Strongly Correlated Electrons
+1608.04853 Soft Condensed Matter
+1608.05048
+1608.05650 General Finance
+1608.05761 Strongly Correlated Electrons
+1608.06147 Theory
+1608.06243 Accelerator Physics
+1608.06303 Optics
+1608.06503 Phenomenology
+1608.06585 Cosmology and Nongalactic Astrophysics
+1608.06765 Phenomenology
+1608.07004 Chemical Physics
+1608.07105 Astrophysics of Galaxies
+1608.07198 Earth and Planetary Astrophysics
+1608.07231 Disordered Systems and Neural Networks
+1608.07393 Experiment
+1608.07599 Strongly Correlated Electrons
+1608.07828 Solar and Stellar Astrophysics
+1608.07924 Astrophysics of Galaxies
+1608.08631 Solar and Stellar Astrophysics
+1608.08769 Mesoscale and Nanoscale Physics
+1608.08922 Phenomenology
+1609.00527
+1609.00728 Solar and Stellar Astrophysics
+1609.01030
+1609.01767 Materials Science
+1609.02297 Materials Science
+1609.02989 Astrophysics of Galaxies
+1609.03274 Phenomenology
+1609.03562 Astrophysics of Galaxies
+1609.03564 Mesoscale and Nanoscale Physics
+1609.04645 Theory
+1609.05077 Materials Science
+1609.05679 Mesoscale and Nanoscale Physics
+1609.05937 Phenomenology
+1609.06250
+1609.06351 Cosmology and Nongalactic Astrophysics
+1609.06550
+1609.06752 Astrophysics of Galaxies
+1609.06872
+1609.07096 Mesoscale and Nanoscale Physics
+1609.07115 Lattice
+1609.07882 Phenomenology
+1609.07914 Solar and Stellar Astrophysics
+1609.08096 Phenomenology
+1609.08147 Mesoscale and Nanoscale Physics
+1609.08989 Materials Science
+1609.09506 Instrumentation and Methods for Astrophysics
+1610.00350 Solar and Stellar Astrophysics
+1610.00639 Theory
+1610.00764
+1610.01079 Atomic Physics
+1610.01466 Optics
+1610.02057 Astrophysics of Galaxies
+1610.02299 Strongly Correlated Electrons
+1610.02552 High Energy Astrophysical Phenomena
+1610.02998 Strongly Correlated Electrons
+1610.03601 Fluid Dynamics
+1610.03846 Optics
+1610.03848 Phenomenology
+1610.05635
+1610.06446 Materials Science
+1610.06788 Solar and Stellar Astrophysics
+1610.07558 Astrophysics of Galaxies
+1610.07673 Materials Science
+1610.08107 Mesoscale and Nanoscale Physics
+1610.08381 Solar and Stellar Astrophysics
+1610.08449 Solar and Stellar Astrophysics
+1610.08516 Theory
+1610.08634 Phenomenology
+1610.08656
+1610.08752 Soft Condensed Matter
+1610.08960 Theory
+1610.09055 Astrophysics of Galaxies
+1610.09071 Lattice
+1610.09095
+1610.09105 Superconductivity
+1610.09597 Materials Science
+1610.09680 Cosmology and Nongalactic Astrophysics
+1610.09697 Earth and Planetary Astrophysics
+1611.00360 Theory
+1611.00371 Materials Science
+1611.00668 Physics Education
+1611.00757 Cosmology and Nongalactic Astrophysics
+1611.00881 Quantum Gases
+1611.01220 Cosmology and Nongalactic Astrophysics
+1611.01466 Phenomenology
+1611.01748 Soft Condensed Matter
+1611.01846 Theory
+1611.01906 Theory
+1611.02250 Solar and Stellar Astrophysics
+1611.02287 Phenomenology
+1611.02411 Lattice
+1611.02599 Strongly Correlated Electrons
+1611.02631 Atomic Physics
+1611.03283 Solar and Stellar Astrophysics
+1611.03371 Phenomenology
+1611.03455 Strongly Correlated Electrons
+1611.03491 Theory
+1611.03691
+1611.03773 Phenomenology
+1611.03957 Cosmology and Nongalactic Astrophysics
+1611.04266 Superconductivity
+1611.04730 Chaotic Dynamics
+1611.05315
+1611.05463 Phenomenology
+1611.05491 Mesoscale and Nanoscale Physics
+1611.05580 High Energy Astrophysical Phenomena
+1611.06042 Materials Science
+1611.06106 Solar and Stellar Astrophysics
+1611.06141 Phenomenology
+1611.06207
+1611.06289
+1611.06415
+1611.06437 Classical Physics
+1611.06887 Phenomenology
+1611.06908 Lattice
+1611.07376 Astrophysics of Galaxies
+1611.07562 High Energy Astrophysical Phenomena
+1611.07616 High Energy Astrophysical Phenomena
+1611.07652 Strongly Correlated Electrons
+1611.08169 Astrophysics of Galaxies
+1611.08188 Statistical Mechanics
+1611.08211 Mesoscale and Nanoscale Physics
+1611.08457 Phenomenology
+1611.08513 Solar and Stellar Astrophysics
+1611.09275
+1611.09411 Theory
+1611.09450 Solar and Stellar Astrophysics
+1611.09454 Quantum Gases
+1611.10269 Cosmology and Nongalactic Astrophysics
+1612.00024 Phenomenology
+1612.00026 Phenomenology
+1612.00149
+1612.00200
+1612.00365 Classical Physics
+1612.00452 Phenomenology
+1612.00743
+1612.01066
+1612.01396 Biomolecules
+1612.01522 Astrophysics of Galaxies
+1612.02085 Earth and Planetary Astrophysics
+1612.02827 Cosmology and Nongalactic Astrophysics
+1612.02991 Astrophysics of Galaxies
+1612.03008 Astrophysics of Galaxies
+1612.03104 Strongly Correlated Electrons
+1612.03384 Lattice
+1612.03475 Phenomenology
+1612.03786 Earth and Planetary Astrophysics
+1612.04263
+1612.04753 Disordered Systems and Neural Networks
+1612.05121 Mesoscale and Nanoscale Physics
+1612.05591 High Energy Astrophysical Phenomena
+1612.05692
+1612.05783 Astrophysics of Galaxies
+1612.05860
+1612.06088 Solar and Stellar Astrophysics
+1612.06349 Theory
+1612.06827 Solar and Stellar Astrophysics
+1612.07027 Astrophysics of Galaxies
+1612.07183 Disordered Systems and Neural Networks
+1612.07328 Phenomenology
+1612.07329
+1612.07341 Superconductivity
+1612.07492 Cosmology and Nongalactic Astrophysics
+1612.07693 Mesoscale and Nanoscale Physics
+1612.07988 Astrophysics of Galaxies
+1612.08279 Quantum Gases
+1612.08285 Theory
+1612.09303 Mesoscale and Nanoscale Physics
+1701.00724 Solar and Stellar Astrophysics
+1701.01109 High Energy Astrophysical Phenomena
+1701.01175
+1701.01607 Solar and Stellar Astrophysics
+1701.01695 Astrophysics of Galaxies
+1701.01912 High Energy Astrophysical Phenomena
+1701.02312 High Energy Astrophysical Phenomena
+1701.02436 Optics
+1701.02535 High Energy Astrophysical Phenomena
+1701.02536 Astrophysics of Galaxies
+1701.02730 High Energy Astrophysical Phenomena
+1701.02926 Theory
+1701.03097 High Energy Astrophysical Phenomena
+1701.03425 Earth and Planetary Astrophysics
+1701.03857 Quantum Gases
+1701.04181 Strongly Correlated Electrons
+1701.04304
+1701.04325 Lattice
+1701.04460 Phenomenology
+1701.06461
+1701.07608 Solar and Stellar Astrophysics
+1701.07815 Solar and Stellar Astrophysics
+1701.07892 Solar and Stellar Astrophysics
+1701.07944 Astrophysics of Galaxies
+1701.08297 Experiment
+1701.08647 Astrophysics of Galaxies
+1701.08810 Machine Learning
+1701.08821 Strongly Correlated Electrons
+1701.08942 Strongly Correlated Electrons
+1702.00013 Earth and Planetary Astrophysics
+1702.00199 Solar and Stellar Astrophysics
+1702.00789 Solar and Stellar Astrophysics
+1702.00845 Astrophysics of Galaxies
+1702.01033 Astrophysics of Galaxies
+1702.01106 Instrumentation and Methods for Astrophysics
+1702.01900 Astrophysics of Galaxies
+1702.02153 Solar and Stellar Astrophysics
+1702.02196 Astrophysics of Galaxies
+1702.02252 Instrumentation and Methods for Astrophysics
+1702.02615 Earth and Planetary Astrophysics
+1702.02766 Earth and Planetary Astrophysics
+1702.02784 Mesoscale and Nanoscale Physics
+1702.02943 Earth and Planetary Astrophysics
+1702.03127 High Energy Astrophysical Phenomena
+1702.03315 Earth and Planetary Astrophysics
+1702.03365 High Energy Astrophysical Phenomena
+1702.03986 Solar and Stellar Astrophysics
+1702.03997 Biological Physics
+1702.04034 Instrumentation and Methods for Astrophysics
+1702.04345 Astrophysics of Galaxies
+1702.04617 Earth and Planetary Astrophysics
+1702.04762 High Energy Astrophysical Phenomena
+1702.05205 Astrophysics of Galaxies
+1702.05562 Astrophysics of Galaxies
+1702.06184 Astrophysics of Galaxies
+1702.06311 Solar and Stellar Astrophysics
+1702.06411 Cosmology and Nongalactic Astrophysics
+1702.06545 Astrophysics of Galaxies
+1702.06607 Solar and Stellar Astrophysics
+1702.06817 Cosmology and Nongalactic Astrophysics
+1702.07282 Astrophysics of Galaxies
+1702.07771 Earth and Planetary Astrophysics
+1702.07989 Earth and Planetary Astrophysics
+1702.08393 Solar and Stellar Astrophysics
+1703.02039 Astrophysics of Galaxies
+1703.02234 Astrophysics of Galaxies
+1703.03591
+1703.03728 Rings and Algebras
+1703.04446 Computer Vision and Pattern Recognition
+astro-ph/0602491
+astro-ph/0611862
+cond-mat/0003027 Soft Condensed Matter
+cond-mat/0101179 Materials Science
+cond-mat/0112424 Soft Condensed Matter
+cond-mat/0201235 Statistical Mechanics
+cond-mat/0202045 Soft Condensed Matter
+cond-mat/0205547 Disordered Systems and Neural Networks
+cond-mat/0411037 Materials Science
+cond-mat/0412197 Materials Science
+cond-mat/0501589 Materials Science
+cond-mat/0503530 Soft Condensed Matter
+cond-mat/0506442 Disordered Systems and Neural Networks
+cond-mat/0701074 Soft Condensed Matter
+cond-mat/0701335 Statistical Mechanics
+cond-mat/0701493 Materials Science
+cond-mat/9810049
+cond-mat/9811412 Soft Condensed Matter
+cond-mat/9901237 Soft Condensed Matter
+cond-mat/9911013 Soft Condensed Matter
+physics/0203022 Chemical Physics
+physics/0312076 Atomic Physics
+physics/0403053 Chemical Physics
+physics/0508111 Computational Physics
+quant-ph/0510225
+0805.3363 Quantum Algebra
+0810.1903
+0904.3891 Cosmology and Nongalactic Astrophysics
+1001.3305 Theory
+1008.4139 Theory
+1009.4370 Phenomenology
+1106.0044 Astrophysics of Galaxies
+1205.1565 Geometric Topology
+1206.0887 Geometric Topology
+1206.2606 Theory
+1208.5730 Commutative Algebra
+1209.3339 Cosmology and Nongalactic Astrophysics
+1210.1717 Differential Geometry
+1210.5378 Methodology
+1212.2217 Earth and Planetary Astrophysics
+1303.4832
+1303.5873 Theory
+1306.2343 Phenomenology
+1306.4704 Phenomenology
+1309.1983 Distributed, Parallel, and Cluster Computing
+1309.2734 Computational Physics
+1310.1832 Plasma Physics
+1310.4015 Mesoscale and Nanoscale Physics
+1310.7830 Earth and Planetary Astrophysics
+1311.1229 Computational Physics
+1311.1261 Algebraic Geometry
+1311.1611 Astrophysics of Galaxies
+1311.1653 Astrophysics of Galaxies
+1311.5453 Materials Science
+1311.5582 Disordered Systems and Neural Networks
+1312.1136 Logic
+1312.4255 Astrophysics of Galaxies
+1312.7098 Operator Algebras
+1401.5621 Materials Science
+1401.7112 Functional Analysis
+1402.0805 Commutative Algebra
+1403.4674 Computational Physics
+1404.2492 Numerical Analysis
+1405.3057 Information Theory
+1405.3705 Astrophysics of Galaxies
+1405.6098 Soft Condensed Matter
+1406.2211 Computational Physics
+1406.2216 Soft Condensed Matter
+1406.7592 Chemical Physics
+1407.1852 Theory
+1407.6288 Machine Learning
+1408.1771 Mesoscale and Nanoscale Physics
+1408.2656 Strongly Correlated Electrons
+1409.2348 Solar and Stellar Astrophysics
+1409.7702 Algebraic Topology
+1410.1198 Differential Geometry
+1410.2161 Geometric Topology
+1410.3380 Dynamical Systems
+1410.7058 Quantum Gases
+1410.8764 Algebraic Geometry
+1412.3581 Theory
+1412.3596 Computer Vision and Pattern Recognition
+1412.6331 Number Theory
+1501.01020 Category Theory
+1501.01667 Representation Theory
+1501.02463 Differential Geometry
+1501.02567 Geometric Topology
+1501.06920
+1502.01007 Algebraic Topology
+1502.07186 Numerical Analysis
+1502.07342 Differential Geometry
+1502.07928 Symplectic Geometry
+1503.01406 Logic
+1503.07040 Other Quantitative Biology
+1503.07163 Tissues and Organs
+1503.08503 Methodology
+1503.08814
+1504.00516 Materials Science
+1504.00916 Strongly Correlated Electrons
+1504.01795 Mesoscale and Nanoscale Physics
+1504.02218 Human-Computer Interaction
+1504.02998 Number Theory
+1504.05930 Statistical Mechanics
+1505.01523 Data Structures and Algorithms
+1505.03337 Information Theory
+1505.03902 Tissues and Organs
+1505.04061 Statistical Mechanics
+1505.04750
+1505.06223 Biomolecules
+1506.00191 Materials Science
+1506.03661 Soft Condensed Matter
+1506.03758 Trading and Market Microstructure
+1506.04067 Soft Condensed Matter
+1506.04286 Number Theory
+1506.06954 Mesoscale and Nanoscale Physics
+1507.01371 Probability
+1507.06196
+1507.07324 Materials Science
+1508.01393 Combinatorics
+1508.02876
+1508.04683 Soft Condensed Matter
+1508.06584
+1508.07923 Phenomenology
+1509.00514 Information Theory
+1509.02738 Geometric Topology
+1509.02939 Symplectic Geometry
+1509.03085 Information Theory
+1509.04973 Materials Science
+1509.05554 Dynamical Systems
+1509.06117 Phenomenology
+1509.06631 Classical Analysis and ODEs
+1509.07081 Functional Analysis
+1509.07227 Statistical Mechanics
+1509.07719 General Topology
+1510.00462 Number Theory
+1510.00974 Operator Algebras
+1510.02731 Algebraic Geometry
+1510.04051
+1510.04983 Theory
+1510.06459
+1510.06749 Theory
+1511.01023
+1511.01237
+1511.02263 Strongly Correlated Electrons
+1511.04291 Algebraic Topology
+1511.05250 Fluid Dynamics
+1511.06288 Phenomenology
+1511.06585 Mesoscale and Nanoscale Physics
+1511.06837 Group Theory
+1511.06999 Analysis of PDEs
+1511.07018 Phenomenology
+1512.00116 Representation Theory
+1512.00244 Instrumentation and Detectors
+1512.00320 Materials Science
+1512.00346 Operator Algebras
+1512.00797 Rings and Algebras
+1512.01160 Analysis of PDEs
+1512.01225 Geometric Topology
+1512.01931 Superconductivity
+1512.03458 Phenomenology
+1512.04565 Disordered Systems and Neural Networks
+1512.05541 Theory
+1512.06241 Atomic Physics
+1512.07363 Algebraic Geometry
+1512.07546 Plasma Physics
+1512.08209 Superconductivity
+1512.08492 Probability
+1512.08531 Chemical Physics
+1512.08636
+1512.08723 Quantum Gases
+1512.09191 Lattice
+1601.00154 Mesoscale and Nanoscale Physics
+1601.00982
+1601.02273 Materials Science
+1601.03907 Computational Engineering, Finance, and Science
+1601.03918 Theory
+1601.04221 Chemical Physics
+1601.04616 Quantum Gases
+1601.04765 Astrophysics of Galaxies
+1601.05061 Dynamical Systems
+1601.05097 Cosmology and Nongalactic Astrophysics
+1601.05584 Statistics Theory
+1601.06096 Geometric Topology
+1601.06484 High Energy Astrophysical Phenomena
+1601.07345 Numerical Analysis
+1601.07693 Mesoscale and Nanoscale Physics
+1601.08231 Rings and Algebras
+1602.00465 Astrophysics of Galaxies
+1602.00567 Quantum Algebra
+1602.00704 Theory
+1602.00757 Analysis of PDEs
+1602.01622 Phenomenology
+1602.01989 Phenomenology
+1602.02369 Biomolecules
+1602.02645 Phenomenology
+1602.02746 Statistical Mechanics
+1602.03128 Mesoscale and Nanoscale Physics
+1602.03355 Soft Condensed Matter
+1602.03627 Phenomenology
+1602.03715 Number Theory
+1602.03798 Superconductivity
+1602.04338
+1602.04688 Numerical Analysis
+1602.04739 Differential Geometry
+1602.04744
+1602.05267 Algebraic Geometry
+1602.05286 Physics and Society
+1602.05650 Numerical Analysis
+1602.05976 Soft Condensed Matter
+1602.06140 Optimization and Control
+1602.06506 Information Theory
+1602.07472 Spectral Theory
+1602.07971 Statistical Mechanics
+1602.08011 Phenomenology
+1602.08048 Statistics Theory
+1602.08248 History and Philosophy of Physics
+1602.09042 Plasma Physics
+1603.00105 Mesoscale and Nanoscale Physics
+1603.00227 Analysis of PDEs
+1603.00540 Analysis of PDEs
+1603.01328 Disordered Systems and Neural Networks
+1603.01408 Populations and Evolution
+1603.01537 Differential Geometry
+1603.01948 Theory
+1603.02046 Statistical Mechanics
+1603.02189
+1603.02340
+1603.02851
+1603.03222 Astrophysics of Galaxies
+1603.04334 Computational Physics
+1603.04353 Operator Algebras
+1603.04442 Strongly Correlated Electrons
+1603.04717 Group Theory
+1603.04819 Statistical Mechanics
+1603.05571 Theory
+1603.05635
+1603.06255
+1603.06331 Cosmology and Nongalactic Astrophysics
+1603.06703 Soft Condensed Matter
+1603.06767 Accelerator Physics
+1603.07253 Computation and Language
+1603.07289 Statistical Mechanics
+1603.07418 Materials Science
+1603.08023 Computation and Language
+1603.08614 Earth and Planetary Astrophysics
+1603.08866
+1603.09301 Combinatorics
+1604.00011 Theory
+1604.00079 Mesoscale and Nanoscale Physics
+1604.00833 Robotics
+1604.01159 Quantum Algebra
+1604.01398 Mesoscale and Nanoscale Physics
+1604.01663
+1604.01814 Fluid Dynamics
+1604.02646 Learning
+1604.02653 Data Analysis, Statistics and Probability
+1604.03364 Functional Analysis
+1604.03437 Atomic Physics
+1604.03928 Chaotic Dynamics
+1604.04472 Materials Science
+1604.04710 Accelerator Physics
+1604.05065
+1604.05125
+1604.05237 Geometric Topology
+1604.05313 Theory
+1604.05327 Theory
+1604.05565 Biological Physics
+1604.05591 Superconductivity
+1604.05626 Materials Science
+1604.05833 Materials Science
+1604.05876 Plasma Physics
+1604.05969
+1604.06062
+1604.06792 Phenomenology
+1604.07115
+1604.07191
+1604.07913 Physics Education
+1604.08015 Number Theory
+1604.08300 Phenomenology
+1605.00086 Data Analysis, Statistics and Probability
+1605.00109 Materials Science
+1605.00341 Theory
+1605.00857 Theory
+1605.00898 Phenomenology
+1605.01052 Physics and Society
+1605.01173
+1605.01423 Strongly Correlated Electrons
+1605.01973 Populations and Evolution
+1605.02061 Theory
+1605.02070 Phenomenology
+1605.02426 Atomic Physics
+1605.02742 Phenomenology
+1605.02913 Optics
+1605.04305
+1605.04848 Instrumentation and Detectors
+1605.05103
+1605.05196 Complex Variables
+1605.05473 Numerical Analysis
+1605.05759 Mesoscale and Nanoscale Physics
+1605.05817 Strongly Correlated Electrons
+1605.05852 Cosmology and Nongalactic Astrophysics
+1605.06007 Soft Condensed Matter
+1605.06256 Instrumentation and Detectors
+1605.06575 Earth and Planetary Astrophysics
+1605.06613
+1605.06719
+1605.07331 Statistical Mechanics
+1605.07357 Phenomenology
+1605.07525 Theory
+1605.07538 Disordered Systems and Neural Networks
+1605.07555
+1605.07697 Instrumentation and Detectors
+1605.07769 Algebraic Geometry
+1605.08232 General Physics
+1605.08264 Materials Science
+1605.08380 Mesoscale and Nanoscale Physics
+1605.08419 Strongly Correlated Electrons
+1605.08562 Chaotic Dynamics
+1605.08896 Phenomenology
+1605.08919
+1605.09225 Statistical Mechanics
+1605.09404 Phenomenology
+1605.09448 Dynamical Systems
+1606.00371
+1606.00818 Materials Science
+1606.00916 Phenomenology
+1606.01065 Mesoscale and Nanoscale Physics
+1606.01277 Lattice
+1606.01503 Materials Science
+1606.01859 Atomic Physics
+1606.02400 Fluid Dynamics
+1606.02559 Mesoscale and Nanoscale Physics
+1606.02630
+1606.02735 Mesoscale and Nanoscale Physics
+1606.02987 Cosmology and Nongalactic Astrophysics
+1606.03135 Numerical Analysis
+1606.03181
+1606.03218 Mesoscale and Nanoscale Physics
+1606.03322 Physics Education
+1606.03749 Computation
+1606.03909
+1606.05260 Theory
+1606.05322 Chemical Physics
+1606.05649 Astrophysics of Galaxies
+1606.05728 Mesoscale and Nanoscale Physics
+1606.05764 Soft Condensed Matter
+1606.05780
+1606.06118 Mesoscale and Nanoscale Physics
+1606.06227 Materials Science
+1606.06789 Computational Physics
+1606.06835 Physics and Society
+1606.06839 Mesoscale and Nanoscale Physics
+1606.07024 Other Quantitative Biology
+1606.07302 Optics
+1606.07627 Lattice
+1606.08076 Experiment
+1606.08237 Classical Physics
+1606.08361 Atomic Physics
+1606.08496 Information Theory
+1606.08524 Theory
+1606.08564 Plasma Physics
+1606.08679 Portfolio Management
+1606.08697 Atomic Physics
+1606.09063 Phenomenology
+1606.09166 Differential Geometry
+1606.09347 Materials Science
+1606.09565 Cosmology and Nongalactic Astrophysics
+1607.00063
+1607.00119
+1607.00352
+1607.00493 Statistical Mechanics
+1607.00742 Materials Science
+1607.00747 Optics
+1607.00866 Information Theory
+1607.00914 Theory
+1607.01022 Phenomenology
+1607.01223 Networking and Internet Architecture
+1607.01687 General Topology
+1607.01802 Instrumentation and Methods for Astrophysics
+1607.02512 Strongly Correlated Electrons
+1607.02570 Materials Science
+1607.02593 Theory
+1607.02704 Phenomenology
+1607.02728 Mesoscale and Nanoscale Physics
+1607.02778 Disordered Systems and Neural Networks
+1607.02811 Quantum Gases
+1607.02819 Soft Condensed Matter
+1607.02894 Experiment
+1607.02926 Soft Condensed Matter
+1607.02941 Soft Condensed Matter
+1607.03121 Phenomenology
+1607.03142 Optimization and Control
+1607.03712 Numerical Analysis
+1607.03838 Phenomenology
+1607.03989 Quantum Gases
+1607.04037
+1607.04041 High Energy Astrophysical Phenomena
+1607.04042 Analysis of PDEs
+1607.04053 Phenomenology
+1607.04212 Strongly Correlated Electrons
+1607.04442 Functional Analysis
+1607.04480 Materials Science
+1607.04516 Mesoscale and Nanoscale Physics
+1607.04574 Quantum Gases
+1607.04630 Pattern Formation and Solitons
+1607.04643 Phenomenology
+1607.04761 Statistical Mechanics
+1607.04884 Physics and Society
+1607.04926 Information Theory
+1607.04956 Atomic Physics
+1607.04998 Theory
+1607.05204
+1607.05249 Chemical Physics
+1607.05395 Strongly Correlated Electrons
+1607.05464 Mesoscale and Nanoscale Physics
+1607.05509
+1607.05628 Atomic Physics
+1607.05752 Spectral Theory
+1607.05763 Chemical Physics
+1607.05800 Statistical Mechanics
+1607.05982 Mesoscale and Nanoscale Physics
+1607.06131 Mesoscale and Nanoscale Physics
+1607.06477 Chaotic Dynamics
+1607.06997 Computer Vision and Pattern Recognition
+1607.07041 Theory
+1607.07148
+1607.07413 Theory
+1607.07450 High Energy Astrophysical Phenomena
+1607.07481 Phenomenology
+1607.07660 Computer Vision and Pattern Recognition
+1607.07669 General Topology
+1607.08515 Disordered Systems and Neural Networks
+1607.08781 Instrumentation and Methods for Astrophysics
+1607.08887 Theory
+1607.08906 Superconductivity
+1608.00008 Phenomenology
+1608.00038 Mesoscale and Nanoscale Physics
+1608.00328 Theory
+1608.00402 Quantum Gases
+1608.00470 Computation and Language
+1608.00541 Numerical Analysis
+1608.00561 Instrumentation and Detectors
+1608.00577 Phenomenology
+1608.01014 Dynamical Systems
+1608.01028 Pattern Formation and Solitons
+1608.01062 Pattern Formation and Solitons
+1608.01080 Plasma Physics
+1608.01313 Mesoscale and Nanoscale Physics
+1608.01314 Phenomenology
+1608.01347 Soft Condensed Matter
+1608.01438
+1608.01473 Biomolecules
+1608.01515 Theory
+1608.01591 Materials Science
+1608.01629 Atomic Physics
+1608.01792 Geophysics
+1608.01956
+1608.01963
+1608.02103 Phenomenology
+1608.02108
+1608.02141 Chemical Physics
+1608.02174 Cosmology and Nongalactic Astrophysics
+1608.02176 Phenomenology
+1608.02514 Strongly Correlated Electrons
+1608.02552 Solar and Stellar Astrophysics
+1608.02593
+1608.02779 Quantum Algebra
+1608.02862
+1608.03104
+1608.03111 Phenomenology
+1608.03258 Cellular Automata and Lattice Gases
+1608.03337 Adaptation and Self-Organizing Systems
+1608.03392 Metric Geometry
+1608.03746
+1608.03952
+1608.04096 Phenomenology
+1608.04113 Statistical Mechanics
+1608.04302 Phenomenology
+1608.04330 Medical Physics
+1608.04421 Astrophysics of Galaxies
+1608.04490 Strongly Correlated Electrons
+1608.04599 Classical Physics
+1608.04634
+1608.04737 Astrophysics of Galaxies
+1608.04882
+1608.04949 Solar and Stellar Astrophysics
+1608.04991 Materials Science
+1608.05066 Solar and Stellar Astrophysics
+1608.05107 Chemical Physics
+1608.05116 Theory
+1608.05133 Optimization and Control
+1608.05242 Mesoscale and Nanoscale Physics
+1608.05277 Learning
+1608.05316 High Energy Astrophysical Phenomena
+1608.05355 Soft Condensed Matter
+1608.05392
+1608.05441 Statistical Mechanics
+1608.05492 Statistical Mechanics
+1608.05580 Numerical Analysis
+1608.05715 Theory
+1608.05872 Complex Variables
+1608.05897 Phenomenology
+1608.05998 Phenomenology
+1608.06083 Superconductivity
+1608.06126
+1608.06260 Mesoscale and Nanoscale Physics
+1608.06293
+1608.06344 Mesoscale and Nanoscale Physics
+1608.06435 Physics and Society
+1608.07110 Quantum Gases
+1608.07128 Mesoscale and Nanoscale Physics
+1608.07237 Theory
+1608.07301 Chaotic Dynamics
+1608.07400 Information Retrieval
+1608.07419 Soft Condensed Matter
+1608.07572 Atomic Physics
+1608.07593 Strongly Correlated Electrons
+1608.07688 Phenomenology
+1608.07744 Rings and Algebras
+1608.07761 Strongly Correlated Electrons
+1608.07794 Physics and Society
+1608.07808 Superconductivity
+1608.07823 Statistical Mechanics
+1608.07824 Phenomenology
+1608.07919 Atomic Physics
+1608.08065 Phenomenology
+1608.08147 Disordered Systems and Neural Networks
+1608.08181 Astrophysics of Galaxies
+1608.08504 Theory
+1608.08579 Mesoscale and Nanoscale Physics
+1608.08582 General Finance
+1608.08655 Statistical Mechanics
+1608.08722 Spectral Theory
+1608.08727 Theory
+1609.00006 Disordered Systems and Neural Networks
+1609.00171 Soft Condensed Matter
+1609.00297 Phenomenology
+1609.00334 Chemical Physics
+1609.00336 Chemical Physics
+1609.00350
+1609.00442
+1609.00950 Mesoscale and Nanoscale Physics
+1609.00970 Phenomenology
+1609.01189 Theory
+1609.01285 Quantum Gases
+1609.01379 Materials Science
+1609.01457 Soft Condensed Matter
+1609.01459 Artificial Intelligence
+1609.01572 Statistical Mechanics
+1609.01777 Materials Science
+1609.01864 Phenomenology
+1609.01876 Mesoscale and Nanoscale Physics
+1609.01878 Strongly Correlated Electrons
+1609.02026 Strongly Correlated Electrons
+1609.02431 Superconductivity
+1609.02491 Statistical Mechanics
+1609.02492
+1609.02538 Phenomenology
+1609.02565 Mesoscale and Nanoscale Physics
+1609.02588 History and Overview
+1609.02699 Mesoscale and Nanoscale Physics
+1609.02739 Numerical Analysis
+1609.02740 Biological Physics
+1609.02862
+1609.03166 Strongly Correlated Electrons
+1609.03318 Materials Science
+1609.03358 Physics and Society
+1609.03412 Emerging Technologies
+1609.03467 Disordered Systems and Neural Networks
+1609.03521 Strongly Correlated Electrons
+1609.03566 Astrophysics of Galaxies
+1609.03709 Mesoscale and Nanoscale Physics
+1609.03888 Experiment
+1609.04009 Soft Condensed Matter
+1609.04010 Earth and Planetary Astrophysics
+1609.04129 Mesoscale and Nanoscale Physics
+1609.04179 Functional Analysis
+1609.04275 Materials Science
+1609.04339 Phenomenology
+1609.04349 Materials Science
+1609.04501 Lattice
+1609.04576
+1609.04641 Soft Condensed Matter
+1609.04743 Solar and Stellar Astrophysics
+1609.04866 Materials Science
+1609.05260 Materials Science
+1609.05380 Superconductivity
+1609.05389
+1609.05457 Theory
+1609.05616 Artificial Intelligence
+1609.05754
+1609.05762 Adaptation and Self-Organizing Systems
+1609.05766 Geometric Topology
+1609.05790 Fluid Dynamics
+1609.05845 Mesoscale and Nanoscale Physics
+1609.05980 Statistical Mechanics
+1609.05995 Combinatorics
+1609.06034
+1609.06039
+1609.06042 Phenomenology
+1609.06310 Phenomenology
+1609.06336 Pattern Formation and Solitons
+1609.06548 Soft Condensed Matter
+1609.06586
+1609.06952 High Energy Astrophysical Phenomena
+1609.07002 Phenomenology
+1609.07063 Mesoscale and Nanoscale Physics
+1609.07260
+1609.07292 Subcellular Processes
+1609.07344 Phenomenology
+1609.07563 Mesoscale and Nanoscale Physics
+1609.08091 High Energy Astrophysical Phenomena
+1609.08102 Phenomenology
+1609.08105
+1609.08166
+1609.08245 Mesoscale and Nanoscale Physics
+1609.08305
+1609.08342
+1609.08895 Phenomenology
+1609.08927 Astrophysics of Galaxies
+1609.08955 Mesoscale and Nanoscale Physics
+1609.08979 Algebraic Geometry
+1609.09013 Optics
+1609.09120 Theory
+1609.09165
+1609.09259 Superconductivity
+1609.09275 Cosmology and Nongalactic Astrophysics
+1609.09318 Theory
+1609.09406 Solar and Stellar Astrophysics
+1609.09530 Optimization and Control
+1609.09652 Optics
+1609.09737 Soft Condensed Matter
+1609.09831 Materials Science
+1610.00206 Atomic Physics
+1610.00264 Instrumentation and Detectors
+1610.00354 Phenomenology
+1610.00408
+1610.00531
+1610.00802 Earth and Planetary Astrophysics
+1610.00917 Atomic Physics
+1610.01037
+1610.01124
+1610.01316 Mesoscale and Nanoscale Physics
+1610.01350
+1610.01361 Adaptation and Self-Organizing Systems
+1610.01434 Instrumentation and Detectors
+1610.01498 Astrophysics of Galaxies
+1610.01731 High Energy Astrophysical Phenomena
+1610.01810 Phenomenology
+1610.01841 Earth and Planetary Astrophysics
+1610.01920
+1610.02054 Materials Science
+1610.02122 Methodology
+1610.02203 Quantum Gases
+1610.02257 Superconductivity
+1610.02386 Mesoscale and Nanoscale Physics
+1610.02394 Theory
+1610.02505 Instrumentation and Detectors
+1610.02520 Disordered Systems and Neural Networks
+1610.02659 Phenomenology
+1610.02987 Methodology
+1610.03015 Materials Science
+1610.03092 Astrophysics of Galaxies
+1610.03262 Systems and Control
+1610.03399 Strongly Correlated Electrons
+1610.03481 Theory
+1610.03733 Theory
+1610.03752 Strongly Correlated Electrons
+1610.03805
+1610.03921 Mesoscale and Nanoscale Physics
+1610.03940 Solar and Stellar Astrophysics
+1610.04037 Adaptation and Self-Organizing Systems
+1610.04163 Theory
+1610.04228 Theory
+1610.04245 Statistical Mechanics
+1610.04445 High Energy Astrophysical Phenomena
+1610.04500 Materials Science
+1610.04612 Phenomenology
+1610.04844 Neurons and Cognition
+1610.05111 Instrumentation and Detectors
+1610.05362 High Energy Astrophysical Phenomena
+1610.05374 Numerical Analysis
+1610.05411 Mesoscale and Nanoscale Physics
+1610.05450 Chaotic Dynamics
+1610.05490
+1610.05573 High Energy Astrophysical Phenomena
+1610.05677 Theory
+1610.05967 Theory
+1610.05992
+1610.06004
+1610.06172 Mesoscale and Nanoscale Physics
+1610.06296
+1610.06451 Materials Science
+1610.06477 Statistical Mechanics
+1610.06584 Computational Physics
+1610.06588 Phenomenology
+1610.06771 Strongly Correlated Electrons
+1610.06802 Astrophysics of Galaxies
+1610.06803 High Energy Astrophysical Phenomena
+1610.06955 Soft Condensed Matter
+1610.07014 Astrophysics of Galaxies
+1610.07015 High Energy Astrophysical Phenomena
+1610.07121 Numerical Analysis
+1610.07156 Mesoscale and Nanoscale Physics
+1610.07189 Theory
+1610.07292 General Finance
+1610.07536 Solar and Stellar Astrophysics
+1610.08047 High Energy Astrophysical Phenomena
+1610.08175 High Energy Astrophysical Phenomena
+1610.08202 Phenomenology
+1610.08406 Chemical Physics
+1610.08418 Quantum Gases
+1610.08428 Astrophysics of Galaxies
+1610.08489 Mesoscale and Nanoscale Physics
+1610.08536 Experiment
+1610.08709 Experiment
+1610.08714 Strongly Correlated Electrons
+1610.08908
+1610.08919 Quantum Gases
+1610.08995 High Energy Astrophysical Phenomena
+1610.09232 Combinatorics
+1610.09710 Mesoscale and Nanoscale Physics
+1610.09748
+1610.09824 High Energy Astrophysical Phenomena
+1610.09873 Earth and Planetary Astrophysics
+1610.09965 Probability
+1610.10049
+1610.10069 Instrumentation and Detectors
+1611.00025 Astrophysics of Galaxies
+1611.00506 Classical Physics
+1611.00857 Astrophysics of Galaxies
+1611.01108
+1611.01162 High Energy Astrophysical Phenomena
+1611.01197 Soft Condensed Matter
+1611.01401 Superconductivity
+1611.01740
+1611.02083
+1611.02094 Phenomenology
+1611.02141 Solar and Stellar Astrophysics
+1611.02191 High Energy Astrophysical Phenomena
+1611.02285 Earth and Planetary Astrophysics
+1611.02290 Cosmology and Nongalactic Astrophysics
+1611.02778 Fluid Dynamics
+1611.02996 Materials Science
+1611.03092 Astrophysics of Galaxies
+1611.03097 Superconductivity
+1611.03203 Plasma Physics
+1611.03478 Theory
+1611.03501 Astrophysics of Galaxies
+1611.03550 Soft Condensed Matter
+1611.03597 Materials Science
+1611.03661
+1611.03878 High Energy Astrophysical Phenomena
+1611.04038 Accelerator Physics
+1611.04267
+1611.04422 Analysis of PDEs
+1611.04435 Astrophysics of Galaxies
+1611.04441 Phenomenology
+1611.04541 Superconductivity
+1611.04572 Phenomenology
+1611.04667 Solar and Stellar Astrophysics
+1611.04698 Astrophysics of Galaxies
+1611.04857 Mesoscale and Nanoscale Physics
+1611.05114 Soft Condensed Matter
+1611.05133 High Energy Astrophysical Phenomena
+1611.05171 Differential Geometry
+1611.05574 Plasma Physics
+1611.06121 Statistical Mechanics
+1611.06348 Statistical Mechanics
+1611.06424 Strongly Correlated Electrons
+1611.06461
+1611.06464 Instrumentation and Methods for Astrophysics
+1611.06982
+1611.07069 Strongly Correlated Electrons
+1611.07104
+1611.07128 Optics
+1611.07280 Solar and Stellar Astrophysics
+1611.07561 High Energy Astrophysical Phenomena
+1611.07645 Phenomenology
+1611.07775
+1611.07955 Experiment
+1611.08021 Experiment
+1611.08172
+1611.08218 High Energy Astrophysical Phenomena
+1611.08463 Quantum Gases
+1611.08567 Plasma Physics
+1611.08582 Strongly Correlated Electrons
+1611.08595 Astrophysics of Galaxies
+1611.08743 Distributed, Parallel, and Cluster Computing
+1611.08745 High Energy Astrophysical Phenomena
+1611.08753 Materials Science
+1611.08965 Pattern Formation and Solitons
+1611.09228 Materials Science
+1611.09278 Algebraic Geometry
+1611.09459 Instrumentation and Methods for Astrophysics
+1611.09518 Mesoscale and Nanoscale Physics
+1611.09622 Mesoscale and Nanoscale Physics
+1611.09652 Analysis of PDEs
+1611.09780 Instrumentation and Detectors
+1611.10006 Materials Science
+1611.10070 Phenomenology
+1611.10184 Soft Condensed Matter
+1611.10273 Mesoscale and Nanoscale Physics
+1612.00616
+1612.00705 Atmospheric and Oceanic Physics
+1612.00726 Number Theory
+1612.00815 Quantum Gases
+1612.01126
+1612.01224 Fluid Dynamics
+1612.01311 Fluid Dynamics
+1612.01376 Instrumentation and Detectors
+1612.01537 Solar and Stellar Astrophysics
+1612.01555 Soft Condensed Matter
+1612.01813 Analysis of PDEs
+1612.01853
+1612.02146 Plasma Physics
+1612.02206
+1612.02266 Mesoscale and Nanoscale Physics
+1612.02394 High Energy Astrophysical Phenomena
+1612.02774 High Energy Astrophysical Phenomena
+1612.02868 High Energy Astrophysical Phenomena
+1612.03253 Quantum Gases
+1612.03286 Probability
+1612.03379 Chaotic Dynamics
+1612.03493 Experiment
+1612.03528 Experiment
+1612.03568 Solar and Stellar Astrophysics
+1612.03752 Astrophysics of Galaxies
+1612.03980 Astrophysics of Galaxies
+1612.04480
+1612.04501
+1612.04503 Astrophysics of Galaxies
+1612.04617
+1612.04632 Solar and Stellar Astrophysics
+1612.04686 Strongly Correlated Electrons
+1612.04792 Theory
+1612.04863 Mesoscale and Nanoscale Physics
+1612.05183 Differential Geometry
+1612.05520 Strongly Correlated Electrons
+1612.06954 Computational Geometry
+1612.07065 Networking and Internet Architecture
+1612.07557 Materials Science
+1612.07779 History and Philosophy of Physics
+1612.07995 Mesoscale and Nanoscale Physics
+1612.08222
+1612.08227 Emerging Technologies
+1612.08300 Mesoscale and Nanoscale Physics
+1612.08466
+1612.08517
+1612.08518
+1612.08519
+1612.08525
+1612.08594 Mesoscale and Nanoscale Physics
+1612.08737 Functional Analysis
+1612.08777 Artificial Intelligence
+1612.08895 Classical Analysis and ODEs
+1612.09030 Learning
+1612.09110 High Energy Astrophysical Phenomena
+1612.09281 Theory
+1612.09304 Analysis of PDEs
+1612.09413 Methodology
+1701.00013 Strongly Correlated Electrons
+1701.00155 Algebraic Geometry
+1701.00189 Theory
+1701.00205 Logic
+1701.00208 Logic
+1701.00348 Optics
+1701.00422 Machine Learning
+1701.00483
+1701.00487 Human-Computer Interaction
+1701.00490 Solar and Stellar Astrophysics
+1701.00493 Earth and Planetary Astrophysics
+1701.00496 Theory
+1701.00498 Phenomenology
+1701.00499 Optics
+1701.00500 Metric Geometry
+1701.00502 Astrophysics of Galaxies
+1701.00503 Distributed, Parallel, and Cluster Computing
+1701.00504 Computation and Language
+1701.00507 Medical Physics
+1701.00510 Quantum Algebra
+1701.00511 Algebraic Geometry
+1701.00513 Probability
+1701.00514 Differential Geometry
+1701.00515 General Mathematics
+1701.00516 Geometric Topology
+1701.00517 General Mathematics
+1701.00518 General Mathematics
+1701.00519 General Mathematics
+1701.00520 General Physics
+1701.00521 Plasma Physics
+1701.00523 Populations and Evolution
+1701.00524 Biological Physics
+1701.00525 Number Theory
+1701.00528 Theory
+1701.00529 Computer Science and Game Theory
+1701.00531 Geometric Topology
+1701.00532 Fluid Dynamics
+1701.00534 Classical Physics
+1701.00536 Lattice
+1701.00537 Numerical Analysis
+1701.00540 Risk Management
+1701.00544 Number Theory
+1701.00545 Theory
+1701.00546 Distributed, Parallel, and Cluster Computing
+1701.00548 Accelerator Physics
+1701.00549 Probability
+1701.00550
+1701.00552 Functional Analysis
+1701.00553 Pattern Formation and Solitons
+1701.00558 Optimization and Control
+1701.00559 Mesoscale and Nanoscale Physics
+1701.00560 Representation Theory
+1701.00561 Computer Vision and Pattern Recognition
+1701.00562 Computation and Language
+1701.00563 Dynamical Systems
+1701.00565 Algebraic Topology
+1701.00566 Probability
+1701.00567 Category Theory
+1701.00568 Physics and Society
+1701.00569 Fluid Dynamics
+1701.00570 Complex Variables
+1701.00571 Geometric Topology
+1701.00574
+1701.00575
+1701.00576 Computation and Language
+1701.00577 Cosmology and Nongalactic Astrophysics
+1701.00581 Instrumentation and Methods for Astrophysics
+1701.00582 Mesoscale and Nanoscale Physics
+1701.00583 Soft Condensed Matter
+1701.00584 Soft Condensed Matter
+1701.00585 Combinatorics
+1701.00587 Cell Behavior
+1701.00591 Superconductivity
+1701.00592 Classical Physics
+1701.00594 Physics and Society
+1701.00595 Computers and Society
+1701.00596 Superconductivity
+1701.00597 Learning
+1701.00600 Combinatorics
+1701.00601 Differential Geometry
+1701.00602 Molecular Networks
+1701.00603 Phenomenology
+1701.00604 Strongly Correlated Electrons
+1701.00605 Representation Theory
+1701.00609 Learning
+1701.00610 Data Analysis, Statistics and Probability
+1701.00611 Number Theory
+1701.00612 Digital Libraries
+1701.00613 Quantum Gases
+1701.00614 Combinatorics
+1701.00615 Astrophysics of Galaxies
+1701.00616 Classical Analysis and ODEs
+1701.00617 Probability
+1701.00619 Instrumentation and Methods for Astrophysics
+1701.00620 Metric Geometry
+1701.00621 Rings and Algebras
+1701.00622 Databases
+1701.00624 Logic in Computer Science
+1701.00625 Probability
+1701.00626 Databases
+1701.00627 Databases
+1701.00628 Differential Geometry
+1701.00629 Programming Languages
+1701.00631 Programming Languages
+1701.00632 Programming Languages
+1701.00633 Programming Languages
+1701.00634 Programming Languages
+1701.00635 Data Structures and Algorithms
+1701.00636 Programming Languages
+1701.00637 Logic in Computer Science
+1701.00638 Logic in Computer Science
+1701.00639 Logic in Computer Science
+1701.00640 Programming Languages
+1701.00641 Theory
+1701.00642 Artificial Intelligence
+1701.00644 Phenomenology
+1701.00645 Information Theory
+1701.00646 Artificial Intelligence
+1701.00647
+1701.00649 Programming Languages
+1701.00650 Formal Languages and Automata Theory
+1701.00651 Plasma Physics
+1701.00654 High Energy Astrophysical Phenomena
+1701.00655 Number Theory
+1701.00656
+1701.00657 Astrophysics of Galaxies
+1701.00658 Category Theory
+1701.00659 Other Computer Science
+1701.00660 Logic in Computer Science
+1701.00661
+1701.00662 Operator Algebras
+1701.00664
+1701.00666 Materials Science
+1701.00667 Fluid Dynamics
+1701.00668 Numerical Analysis
+1701.00669 Computer Vision and Pattern Recognition
+1701.00670 Optimization and Control
+1701.00671 Soft Condensed Matter
+1701.00672 Representation Theory
+1701.00673 Quantitative Methods
+1701.00674 Algebraic Geometry
+1701.00675
+1701.00676 Group Theory
+1701.00677 Machine Learning
+1701.00679 Computational Geometry
+1701.00681 Experiment
+1701.00682 Theory
+1701.00683 Instrumentation and Methods for Astrophysics
+1701.00684 Algebraic Topology
+1701.00685 Earth and Planetary Astrophysics
+1701.00686 Group Theory
+1701.00687 Accelerator Physics
+1701.00688 Theory
+1701.00689 Algebraic Geometry
+1701.00690 Cosmology and Nongalactic Astrophysics
+1701.00691 Networking and Internet Architecture
+1701.00694 Computer Vision and Pattern Recognition
+1701.00695 Optics
+1701.00697 Operator Algebras
+1701.00698 Number Theory
+1701.00700 Combinatorics
+1701.00703 Statistical Mechanics
+1701.00704 Geophysics
+1701.00706 Discrete Mathematics
+1701.00708 Instrumentation and Methods for Astrophysics
+1701.00709 Geophysics
+1701.00711 Rings and Algebras
+1701.00712 Biological Physics
+1701.00713 Algebraic Geometry
+1701.00715 Combinatorics
+1701.00716 Quantum Gases
+1701.00717 Probability
+1701.00718 Probability
+1701.00719
+1701.00720 Statistical Mechanics
+1701.00721 General Topology
+1701.00722 Numerical Analysis
+1701.00723 Computer Vision and Pattern Recognition
+1701.00725 Phenomenology
+1701.00726 Lattice
+1701.00727 Dynamical Systems
+1701.00728 Computation and Language
+1701.00730 Analysis of PDEs
+1701.00731
+1701.00732 Cell Behavior
+1701.00733 Solar and Stellar Astrophysics
+1701.00736 Optimization and Control
+1701.00737 Information Theory
+1701.00738 Number Theory
+1701.00739 Solar and Stellar Astrophysics
+1701.00740 Cryptography and Security
+1701.00741 High Energy Astrophysical Phenomena
+1701.00742 Fluid Dynamics
+1701.00745 Numerical Analysis
+1701.00746 Solar and Stellar Astrophysics
+1701.00748
+1701.00749 Information Retrieval
+1701.00751 Solar and Stellar Astrophysics
+1701.00752 Computers and Society
+1701.00753 Numerical Analysis
+1701.00754 Learning
+1701.00755 Optics
+1701.00756 Soft Condensed Matter
+1701.00758 Functional Analysis
+1701.00759 Solar and Stellar Astrophysics
+1701.00760 Mesoscale and Nanoscale Physics
+1701.00761 Phenomenology
+1701.00762 Strongly Correlated Electrons
+1701.00763 Theory
+1701.00764 Theory
+1701.00765 Adaptation and Self-Organizing Systems
+1701.00766 Functional Analysis
+1701.00767 Information Theory
+1701.00768 Rings and Algebras
+1701.00770 Methodology
+1701.00773 Cryptography and Security
+1701.00774 Dynamical Systems
+astro-ph/0306414
+astro-ph/0405291
+astro-ph/0605339
+astro-ph/9602142
+astro-ph/9802184
+astro-ph/9805305
+astro-ph/9807340
+astro-ph/9907353
+gr-qc/0507109
+hep-ph/0003308 Phenomenology
+hep-th/9904209 Theory
+hep-th/9912211 Theory
+math/0303184 Differential Geometry
+quant-ph/9704027
+0711.1151 Combinatorics
+0906.3902 Group Theory
+0911.0127 Analysis of PDEs
+1003.1402
+1006.4658 Algebraic Topology
+1010.4472 Differential Geometry
+1112.2321 Algebraic Topology
+1202.2352 Theory
+1203.4399 Algebraic Topology
+1205.4409 Theory
+1206.0620 Classical Physics
+1209.2780 High Energy Astrophysical Phenomena
+1209.5225 Algebraic Topology
+1212.5341 Quantum Gases
+1301.2079 Methodology
+1301.3933 Methodology
+1304.7533 General Finance
+1305.0136 Algebraic Topology
+1305.6448 Probability
+1307.5694 Symplectic Geometry
+1308.6751 General Mathematics
+1309.7119 Computational Engineering, Finance, and Science
+1309.7528 Information Theory
+1310.3448 Algebraic Geometry
+1310.4075
+1311.0010 Representation Theory
+1311.2175 Probability
+1312.2041 Populations and Evolution
+1401.3800 Classical Physics
+1401.5862 Lattice
+1402.3586
+1402.6286 Information Theory
+1402.6571 General Mathematics
+1403.1965 Lattice
+1403.4121 Number Theory
+1404.5033
+1404.5433 Computer Science and Game Theory
+1404.5582 Theory
+1406.0698 Statistical Mechanics
+1406.3219 Category Theory
+1406.4297 Probability
+1406.6260 Probability
+1407.6239 Digital Libraries
+1407.6860 Optimization and Control
+1407.8479 Complex Variables
+1409.0278
+1410.1979
+1410.3398 Differential Geometry
+1410.3703 Combinatorics
+1411.5709 Differential Geometry
+1411.6740 Theory
+1411.6755 Geometric Topology
+1411.6819 Algebraic Geometry
+1412.0558 Theory
+1412.1006 Populations and Evolution
+1412.3612 Quantum Algebra
+1412.6084 Algebraic Geometry
+1412.7634 Algebraic Geometry
+1502.04540 Analysis of PDEs
+1503.06278 Materials Science
+1503.08099 Biological Physics
+1504.01906 Numerical Analysis
+1504.04449
+1504.05269 Theory
+1504.05935 Cosmology and Nongalactic Astrophysics
+1505.00177 Phenomenology
+1505.02724 Probability
+1505.05719
+1505.08165 Number Theory
+1506.00188 Mathematical Finance
+1506.00839 Computation and Language
+1506.01489 Algebraic Topology
+1506.03146 Solar and Stellar Astrophysics
+1506.07718 Functional Analysis
+1506.07866 Computer Vision and Pattern Recognition
+1507.00286 Classical Analysis and ODEs
+1507.00887 Optimization and Control
+1507.01120 Combinatorics
+1507.02986 Atomic Physics
+1507.03403 Computational Geometry
+1507.06790 Probability
+1507.06867 Algebraic Topology
+1507.08164 Discrete Mathematics
+1507.08258 Cryptography and Security
+1508.00895 Cosmology and Nongalactic Astrophysics
+1508.02182 Optimization and Control
+1508.04193 Number Theory
+1509.00057
+1509.00467
+1509.00650 Methodology
+1509.00683 Analysis of PDEs
+1509.01431 Probability
+1509.01799 Probability
+1509.01847 Group Theory
+1509.02254 Combinatorics
+1509.04507
+1509.06344 History and Overview
+1509.06753
+1509.08862 Rings and Algebras
+1509.09283 Classical Analysis and ODEs
+1510.00012 Computation
+1510.00279 Number Theory
+1510.03303 Materials Science
+1510.04380
+1510.04425
+1510.05204 Quantum Gases
+1510.05491 Learning
+1510.05973 Theory
+1510.06064 Number Theory
+1510.06287 Probability
+1510.07111 Optimization and Control
+1510.09043 Algebraic Geometry
+1511.00141 Quantum Gases
+1511.01130
+1511.01166 Robotics
+1511.01192 Numerical Analysis
+1511.03379 Algebraic Geometry
+1511.04020 Methodology
+1511.04643 Neurons and Cognition
+1511.05840
+1511.09201 Materials Science
+1512.01161 Materials Science
+1512.01552 Mesoscale and Nanoscale Physics
+1512.01638 Analysis of PDEs
+1512.02783 Analysis of PDEs
+1512.04819 Statistical Mechanics
+1512.05417 Social and Information Networks
+1512.06126 Numerical Analysis
+1512.07438 Cryptography and Security
+1512.08164 Soft Condensed Matter
+1512.08781 Materials Science
+1601.02501
+1601.04143 Computer Vision and Pattern Recognition
+1601.04222 Algebraic Geometry
+1601.04996
+1601.05877 Numerical Analysis
+1601.05899 Chemical Physics
+1601.06050 Strongly Correlated Electrons
+1601.06271 Analysis of PDEs
+1601.06299 Spectral Theory
+1601.07108 Social and Information Networks
+1602.02010 Mesoscale and Nanoscale Physics
+1602.02201 Information Theory
+1602.02628
+1602.03083 Logic
+1602.03966 Social and Information Networks
+1602.04143 Atomic Physics
+1602.04652 Data Structures and Algorithms
+1602.04863 Group Theory
+1602.05003 Machine Learning
+1602.05942
+1602.08207 Information Theory
+1602.08661 Theory
+1603.01126 Other Condensed Matter
+1603.01255 Materials Science
+1603.01296 Number Theory
+1603.02617 Computer Vision and Pattern Recognition
+1603.02801
+1603.05175 Materials Science
+1603.05557 Systems and Control
+1603.05959 Computer Vision and Pattern Recognition
+1603.07093 Mesoscale and Nanoscale Physics
+1603.09676 Mesoscale and Nanoscale Physics
+1604.00589 Networking and Internet Architecture
+1604.02026 Mesoscale and Nanoscale Physics
+1604.02560 Algebraic Geometry
+1604.03744 Information Theory
+1604.04102
+1604.04848 Computer Vision and Pattern Recognition
+1604.05150 Soft Condensed Matter
+1604.05195 Theory
+1604.06129 Earth and Planetary Astrophysics
+1604.07147 Operator Algebras
+1605.00601 Systems and Control
+1605.01161 Differential Geometry
+1605.01897 Differential Geometry
+1605.03929 Algebraic Geometry
+1605.04326 Classical Physics
+1605.04497 Algebraic Topology
+1605.04571
+1605.04576 Information Theory
+1605.04654 Classical Analysis and ODEs
+1605.04703 Analysis of PDEs
+1605.04960 Fluid Dynamics
+1605.05596 Classical Analysis and ODEs
+1605.06060 Mesoscale and Nanoscale Physics
+1605.07124 Quantitative Methods
+1605.07576
+1605.07723 Machine Learning
+1605.08054 Astrophysics of Galaxies
+1605.08606
+1605.08892 Plasma Physics
+1605.09273
+1605.09782 Learning
+1606.01031
+1606.01142 Theory
+1606.01565 Mesoscale and Nanoscale Physics
+1606.02365 Probability
+1606.02391 Statistical Mechanics
+1606.02403 Superconductivity
+1606.02900 Performance
+1606.03712 Spectral Theory
+1606.04042 Data Structures and Algorithms
+1606.04678 Information Theory
+1606.04684 Mesoscale and Nanoscale Physics
+1606.06596
+1606.07477 Phenomenology
+1606.07951 Analysis of PDEs
+1606.08136 Applications
+1606.08267 Solar and Stellar Astrophysics
+1606.08760 Dynamical Systems
+1606.09121 Differential Geometry
+1606.09330
+1606.09516 Strongly Correlated Electrons
+1606.09618 Number Theory
+1607.00271 Quantum Algebra
+1607.00586 Algebraic Geometry
+1607.00612 High Energy Astrophysical Phenomena
+1607.01252 Theory
+1607.01314 Cosmology and Nongalactic Astrophysics
+1607.01463 Mesoscale and Nanoscale Physics
+1607.01700 Dynamical Systems
+1607.01994 Functional Analysis
+1607.02578
+1607.02656 Instrumentation and Detectors
+1607.02851 Plasma Physics
+1607.03844 Mesoscale and Nanoscale Physics
+1607.03959 Combinatorics
+1607.04199
+1607.04961 Classical Analysis and ODEs
+1607.05114
+1607.05135 Quantum Gases
+1607.05378 Experiment
+1607.05673 Algebraic Geometry
+1607.06838 Fluid Dynamics
+1607.07121 Physics Education
+1607.08006 High Energy Astrophysical Phenomena
+1607.08173 Plasma Physics
+1607.08557 Theory
+1607.08790 Soft Condensed Matter
+1608.00421 Phenomenology
+1608.00424 Category Theory
+1608.00651 Dynamical Systems
+1608.00682 Operator Algebras
+1608.01008 Machine Learning
+1608.01449 Materials Science
+1608.02386 Phenomenology
+1608.02489 Phenomenology
+1608.02498 Accelerator Physics
+1608.02561 Mesoscale and Nanoscale Physics
+1608.02577 Phenomenology
+1608.02604 Metric Geometry
+1608.02730 Rings and Algebras
+1608.03171 Information Theory
+1608.03253
+1608.03577 Phenomenology
+1608.04200 Computer Vision and Pattern Recognition
+1608.04622 Neural and Evolutionary Computing
+1608.05531 Strongly Correlated Electrons
+1608.05674 Phenomenology
+1608.06329 Superconductivity
+1608.06710 Atmospheric and Oceanic Physics
+1608.07311 Plasma Physics
+1608.07341 Mesoscale and Nanoscale Physics
+1608.07425 Quantum Gases
+1608.08904 Strongly Correlated Electrons
+1609.00680 Biomolecules
+1609.01287 Theory
+1609.01418 Mesoscale and Nanoscale Physics
+1609.02428 Strongly Correlated Electrons
+1609.03138 Combinatorics
+1609.03263 Number Theory
+1609.03375 Physics and Society
+1609.03503 Information Theory
+1609.03703 Social and Information Networks
+1609.04305 Experiment
+1609.04572 Experiment
+1609.05203 Functional Analysis
+1609.05414 Mesoscale and Nanoscale Physics
+1609.05718 Atomic Physics
+1609.05889 General Physics
+1609.05955 Quantum Gases
+1609.06225 High Energy Astrophysical Phenomena
+1609.07080 Fluid Dynamics
+1609.07101 Logic
+1609.07316 Algebraic Topology
+1609.08040 Analysis of PDEs
+1609.08130 Numerical Analysis
+1609.08133 Materials Science
+1609.08221 Computer Vision and Pattern Recognition
+1609.08451 Superconductivity
+1609.08596 Combinatorics
+1609.08630 Cosmology and Nongalactic Astrophysics
+1609.09078 Phenomenology
+1609.09596 Information Theory
+1609.09733 Differential Geometry
+1610.00033 Methodology
+1610.00681 Systems and Control
+1610.00941 Quantum Gases
+1610.02023 Theory
+1610.02108 Astrophysics of Galaxies
+1610.02415 Learning
+1610.02776 Mesoscale and Nanoscale Physics
+1610.03314 Strongly Correlated Electrons
+1610.03698 General Physics
+1610.04388 Logic in Computer Science
+1610.04712 Data Structures and Algorithms
+1610.05445 Logic
+1610.05466 Combinatorics
+1610.06474 Probability
+1610.07038 Numerical Analysis
+1610.07252 Information Theory
+1610.07341 Algebraic Geometry
+1610.07355 Neural and Evolutionary Computing
+1610.07364 Mesoscale and Nanoscale Physics
+1610.07967 Number Theory
+1610.08005 Group Theory
+1610.08310 Theory
+1610.08319 Mesoscale and Nanoscale Physics
+1610.08394 Chemical Physics
+1610.08703 Robotics
+1610.08788
+1610.08898 Statistical Mechanics
+1610.09013 Computer Vision and Pattern Recognition
+1610.09429 Category Theory
+1610.09654 Algebraic Geometry
+1610.09699 Quantum Gases
+1610.09917 Mesoscale and Nanoscale Physics
+1610.09959
+1611.00510
+1611.00626 Quantum Gases
+1611.01015 High Energy Astrophysical Phenomena
+1611.01064
+1611.01320
+1611.01715 Multimedia
+1611.01881 Instrumentation and Methods for Astrophysics
+1611.02535 Materials Science
+1611.02926
+1611.03191 Genomics
+1611.04069 Machine Learning
+1611.04213 Information Theory
+1611.04610 Earth and Planetary Astrophysics
+1611.04650 Theory
+1611.04888
+1611.05329
+1611.05558 Computational Complexity
+1611.05627
+1611.05669 Quantitative Methods
+1611.06525 Chemical Physics
+1611.06533 Superconductivity
+1611.06537 Superconductivity
+1611.06783 Number Theory
+1611.06915 Computational Geometry
+1611.07363 Optics
+1611.08085 Molecular Networks
+1611.08347 Geometric Topology
+1611.08523
+1611.09324 Analysis of PDEs
+1611.09561 Classical Analysis and ODEs
+1611.10245 Optics
+1612.00775 Machine Learning
+1612.00915 Information Theory
+1612.02052 Phenomenology
+1612.02429 Astrophysics of Galaxies
+1612.02460 Applications
+1612.02482 Computation and Language
+1612.02576 Chemical Physics
+1612.02601 Quantum Gases
+1612.03172
+1612.03326 History and Overview
+1612.03396 Mesoscale and Nanoscale Physics
+1612.03901 Information Theory
+1612.04182 Analysis of PDEs
+1612.04348 Algebraic Geometry
+1612.04460 Computation and Language
+1612.04923 Computational Physics
+1612.05119 Mesoscale and Nanoscale Physics
+1612.05646 Theory
+1612.05993 Algebraic Geometry
+1612.06005 Functional Analysis
+1612.06255 Numerical Analysis
+1612.06507 Networking and Internet Architecture
+1612.06778 Computation and Language
+1612.06794 Astrophysics of Galaxies
+1612.06880 Theory
+1612.07389 Analysis of PDEs
+1612.07502 Soft Condensed Matter
+1612.07547 Computer Science and Game Theory
+1612.07577 Dynamical Systems
+1612.07678
+1612.07813 Theory
+1612.07880 Data Analysis, Statistics and Probability
+1612.08124 Combinatorics
+1612.08141 Computation
+1612.08145 Pattern Formation and Solitons
+1612.08448 Fluid Dynamics
+1612.08549 Machine Learning
+1612.08697 Combinatorics
+1612.08704 Mesoscale and Nanoscale Physics
+1612.08882 Multimedia
+1612.08935 Neurons and Cognition
+1612.08954 Theory
+1612.08966
+1612.09051 Representation Theory
+1612.09196 Quantum Algebra
+1612.09245 Analysis of PDEs
+1612.09299 Data Structures and Algorithms
+1612.09449 Lattice
+1701.00054 Strongly Correlated Electrons
+1701.00311 Statistics Theory
+1701.00347 Phenomenology
+1701.00495 Computer Vision and Pattern Recognition
+1701.00547
+1701.00606
+1701.00607
+1701.00747 Strongly Correlated Electrons
+1701.00886 Computational Finance
+1701.00901 Analysis of PDEs
+1701.00944
+1701.01081 Computer Vision and Pattern Recognition
+1701.01311 Neurons and Cognition
+1701.01319
+1701.01368 Algebraic Geometry
+1701.01459 Instrumentation and Detectors
+1701.01512 Solar and Stellar Astrophysics
+1701.01551 Phenomenology
+1701.01582 Machine Learning
+1701.01590 Cryptography and Security
+1701.01591 Statistical Mechanics
+1701.01726 Earth and Planetary Astrophysics
+1701.01728 Astrophysics of Galaxies
+1701.01730 Instrumentation and Methods for Astrophysics
+1701.01731 Astrophysics of Galaxies
+1701.01733 Earth and Planetary Astrophysics
+1701.01736 High Energy Astrophysical Phenomena
+1701.01737 Information Retrieval
+1701.01738 Materials Science
+1701.01739 Physics Education
+1701.01740 Physics and Society
+1701.01741 Methodology
+1701.01743 Optics
+1701.01745 Computer Vision and Pattern Recognition
+1701.01746 Cell Behavior
+1701.01748 Instrumentation and Methods for Astrophysics
+1701.01749 Biological Physics
+1701.01751 Geometric Topology
+1701.01752 Quantum Algebra
+1701.01753 Experiment
+1701.01757 Accelerator Physics
+1701.01759
+1701.01761 Phenomenology
+1701.01762 Number Theory
+1701.01763 Other Computer Science
+1701.01764
+1701.01766 Number Theory
+1701.01768 Optimization and Control
+1701.01770 Optics
+1701.01771 Other Computer Science
+1701.01773 Data Analysis, Statistics and Probability
+1701.01775 Instrumentation and Methods for Astrophysics
+1701.01776 Biological Physics
+1701.01777 Systems and Control
+1701.01778 High Energy Astrophysical Phenomena
+1701.01779 Computer Vision and Pattern Recognition
+1701.01780 Numerical Analysis
+1701.01781 Combinatorics
+1701.01782 Probability
+1701.01783
+1701.01784 Materials Science
+1701.01785 Programming Languages
+1701.01787 Applications
+1701.01788 Astrophysics of Galaxies
+1701.01791 Neural and Evolutionary Computing
+1701.01793 Human-Computer Interaction
+1701.01794 Strongly Correlated Electrons
+1701.01795 Geometric Topology
+1701.01796 Information Theory
+1701.01797 Representation Theory
+1701.01799 Networking and Internet Architecture
+1701.01800 Information Theory
+1701.01802 History and Philosophy of Physics
+1701.01805
+1701.01808 Analysis of PDEs
+1701.01810 Computer Science and Game Theory
+1701.01811 Computation and Language
+1701.01812 Optimization and Control
+1701.01813 Number Theory
+1701.01814 Computer Vision and Pattern Recognition
+1701.01817 Group Theory
+1701.01818 Materials Science
+1701.01819 Strongly Correlated Electrons
+1701.01820 Information Theory
+1701.01824 Materials Science
+1701.01825 High Energy Astrophysical Phenomena
+1701.01826 Materials Science
+1701.01827 Algebraic Geometry
+1701.01828
+1701.01831 Instrumentation and Detectors
+1701.01832 Superconductivity
+1701.01833 Computer Vision and Pattern Recognition
+1701.01834 Classical Physics
+1701.01835 Differential Geometry
+1701.01837 Phenomenology
+1701.01838 Geometric Topology
+1701.01839 Mesoscale and Nanoscale Physics
+1701.01841
+1701.01842 Strongly Correlated Electrons
+1701.01843 Materials Science
+1701.01846 Mesoscale and Nanoscale Physics
+1701.01847 Mesoscale and Nanoscale Physics
+1701.01850 Information Theory
+1701.01851
+1701.01852
+1701.01853
+1701.01854 Computation and Language
+1701.01855 Mesoscale and Nanoscale Physics
+1701.01857 Astrophysics of Galaxies
+1701.01858 Social and Information Networks
+1701.01859 Numerical Analysis
+1701.01860 Instrumentation and Methods for Astrophysics
+1701.01861 High Energy Astrophysical Phenomena
+1701.01864 Theory
+1701.01865 Statistical Mechanics
+1701.01866 Computational Physics
+1701.01867 Physics Education
+1701.01868 Representation Theory
+1701.01871 Experiment
+1701.01872 Materials Science
+1701.01873 Materials Science
+1701.01874 Spectral Theory
+1701.01875 Computer Vision and Pattern Recognition
+1701.01876 Computer Vision and Pattern Recognition
+1701.01877 Geophysics
+1701.01878
+1701.01879 Computer Vision and Pattern Recognition
+1701.01881 Geophysics
+1701.01882 Systems and Control
+1701.01883
+1701.01884 Optimization and Control
+1701.01885 Computer Vision and Pattern Recognition
+1701.01886 Cosmology and Nongalactic Astrophysics
+1701.01887 Learning
+1701.01888
+1701.01889 Functional Analysis
+1701.01890 Number Theory
+1701.01891 Pricing of Securities
+1701.01892 Computer Vision and Pattern Recognition
+1701.01893 Statistics Theory
+1701.01894 Systems and Control
+1701.01895 Combinatorics
+1701.01896 Numerical Analysis
+1701.01898 Algebraic Geometry
+1701.01899 Rings and Algebras
+1701.01900 Social and Information Networks
+1701.01901 Functional Analysis
+1701.01902 Dynamical Systems
+1701.01903
+1701.01904 Analysis of PDEs
+1701.01905 Algebraic Geometry
+1701.01907 Classical Analysis and ODEs
+1701.01908 Computation and Language
+1701.01909 Computer Vision and Pattern Recognition
+1701.01910 Dynamical Systems
+1701.01911 Computer Vision and Pattern Recognition
+1701.01913 Optimization and Control
+1701.01914 Statistical Mechanics
+1701.01917 Learning
+1701.01918 Atomic Physics
+1701.01920 Statistical Mechanics
+1701.01921 Phenomenology
+1701.01922 Phenomenology
+1701.01923 Instrumentation and Detectors
+1701.01924 Computer Vision and Pattern Recognition
+1701.01925 Astrophysics of Galaxies
+1701.01926 Networking and Internet Architecture
+1701.01927 Number Theory
+1701.01928 Networking and Internet Architecture
+1701.01930 Computer Vision and Pattern Recognition
+1701.01931 Networking and Internet Architecture
+1701.01932 Computer Vision and Pattern Recognition
+1701.01934 Phenomenology
+1701.01936 Data Structures and Algorithms
+1701.01937 Fluid Dynamics
+1701.01938 Information Theory
+1701.01939 Computational Complexity
+1701.01940 Computer Vision and Pattern Recognition
+1701.01942 Computer Vision and Pattern Recognition
+1701.01944 Superconductivity
+1701.01945 Optimization and Control
+1701.01949 Statistical Mechanics
+1701.01952 Information Theory
+1701.01953 Combinatorics
+1701.01954 Experiment
+1701.01955 Optimization and Control
+1701.01956 Statistics Theory
+1701.01957 Statistical Mechanics
+1701.01958 Information Theory
+1701.01959 Mesoscale and Nanoscale Physics
+1701.01960 Cryptography and Security
+1701.01961 Statistics Theory
+1701.01963 Computer Science and Game Theory
+1701.01964 Mesoscale and Nanoscale Physics
+1701.01965 Optimization and Control
+1701.01966 Phenomenology
+1701.01968 Dynamical Systems
+1701.01969 Number Theory
+1701.01970 Number Theory
+1701.01971 Formal Languages and Automata Theory
+1701.01972 Differential Geometry
+1701.01974 Information Theory
+1701.01975 Quantitative Methods
+1701.01976 Instrumentation and Methods for Astrophysics
+1701.01978 Number Theory
+1701.01980 Geometric Topology
+1701.01981 Information Theory
+1701.01982 Superconductivity
+1701.01984 Dynamical Systems
+1701.01985 Algebraic Geometry
+1701.01986 Algebraic Geometry
+1701.01988 Complex Variables
+1701.01990 Functional Analysis
+1701.01991 Quantum Algebra
+1701.01993 Mesoscale and Nanoscale Physics
+1701.01994 Symbolic Computation
+1701.01995 Analysis of PDEs
+1701.01996 Computer Vision and Pattern Recognition
+1701.01997
+1701.01998 Analysis of PDEs
+1701.01999
+1701.02000 Discrete Mathematics
+1701.02001 Logic
+1701.02002 Methodology
+1701.02003 High Energy Astrophysical Phenomena
+1701.02006 Mesoscale and Nanoscale Physics
+1701.02007 Operator Algebras
+1701.02008 Group Theory
+1701.02009 Information Theory
+1701.02010 Information Theory
+1701.02011 Chemical Physics
+1701.02013 Information Theory
+1701.02015 Mathematical Finance
+1701.02016 Disordered Systems and Neural Networks
+1701.02017 High Energy Astrophysical Phenomena
+1701.02018 Number Theory
+1701.02019 Materials Science
+1701.02020 Logic
+1701.02021 Information Retrieval
+1701.02022 Instrumentation and Detectors
+1701.02023 Chemical Physics
+1701.02024 Logic
+1701.02026 Learning
+1701.02027 Materials Science
+1701.02028 Risk Management
+1701.02030 Networking and Internet Architecture
+1701.02031 Logic
+1701.02032 Experiment
+1701.02033 Materials Science
+1701.02034 High Energy Astrophysical Phenomena
+1701.02036 Systems and Control
+1701.02038 Dynamical Systems
+1701.02039 Algebraic Geometry
+1701.02041 Materials Science
+1701.02043 Information Theory
+1701.02044 Information Theory
+1701.02045 Optimization and Control
+1701.02047 Optimization and Control
+1701.02048 Combinatorics
+1701.02050 Information Retrieval
+1701.02051 Mesoscale and Nanoscale Physics
+1701.02052 Operator Algebras
+1701.02053 Complex Variables
+1701.02054
+1701.02056 Astrophysics of Galaxies
+1701.02057 Symplectic Geometry
+1701.02058 Learning
+1701.02059 Biological Physics
+1701.02060 Analysis of PDEs
+1701.02062
+1701.02064 Probability
+1701.02065 Cosmology and Nongalactic Astrophysics
+1701.02066 Numerical Analysis
+1701.02067 High Energy Astrophysical Phenomena
+1701.02068 Astrophysics of Galaxies
+1701.02070 Physics and Society
+1701.02071 Machine Learning
+1701.02072 Neurons and Cognition
+1701.02073 Computation and Language
+1701.02077 Materials Science
+1701.02078 Optimization and Control
+1701.02079 Materials Science
+1701.02080 Networking and Internet Architecture
+1701.02081 Information Theory
+1701.02083 Algebraic Topology
+1701.02084 Geometric Topology
+1701.02085 Quantum Gases
+1701.02086 Chemical Physics
+1701.02088 Information Theory
+1701.02089 Solar and Stellar Astrophysics
+1701.02090 Theory
+1701.02091 Analysis of PDEs
+1701.02092
+1701.02093 Computers and Society
+1701.02094 Mesoscale and Nanoscale Physics
+1701.02096 Computer Vision and Pattern Recognition
+1701.02097 Analysis of PDEs
+1701.02098
+1701.02099 Probability
+1701.02101 Analysis of PDEs
+1701.02104 Commutative Algebra
+1701.02105
+1701.02106
+1701.02107 Phenomenology
+1701.02109 Combinatorics
+1701.02110 Methodology
+1701.02112 Solar and Stellar Astrophysics
+1701.02113 Numerical Analysis
+1701.02115 Number Theory
+1701.02118 Logic in Computer Science
+1701.02119 Information Theory
+1701.02121 Analysis of PDEs
+1701.02122 Phenomenology
+1701.02123 Computer Vision and Pattern Recognition
+1701.02124 Analysis of PDEs
+1701.02125 Earth and Planetary Astrophysics
+1701.02126 Probability
+1701.02127 Computer Vision and Pattern Recognition
+1701.02129 Probability
+1701.02131 Solar and Stellar Astrophysics
+1701.02132 Instrumentation and Methods for Astrophysics
+1701.02133 Machine Learning
+1701.02134 Differential Geometry
+1701.02135 Number Theory
+1701.02137 Strongly Correlated Electrons
+1701.02139 Mesoscale and Nanoscale Physics
+1701.02140 Phenomenology
+1701.02141 Computer Vision and Pattern Recognition
+1701.02142 Statistical Mechanics
+1701.02143
+1701.02144 High Energy Astrophysical Phenomena
+1701.02145 Cryptography and Security
+1701.02148 Analysis of PDEs
+1701.02149 Computation and Language
+1701.02150 Networking and Internet Architecture
+1701.02151 Cosmology and Nongalactic Astrophysics
+1701.02152 Category Theory
+1701.02153 Strongly Correlated Electrons
+1701.02154 Quantum Gases
+1701.02156 Methodology
+1701.02157 Differential Geometry
+1701.02158 Combinatorics
+1701.02160 Networking and Internet Architecture
+1701.02161 Numerical Analysis
+1701.02162 Computational Complexity
+1701.02164 Rings and Algebras
+1701.02165 High Energy Astrophysical Phenomena
+1701.02166 Computer Vision and Pattern Recognition
+1701.02167 Mathematical Finance
+1701.02168 Computer Science and Game Theory
+1701.02169 Rings and Algebras
+1701.02170 Complex Variables
+1701.02171 Geometric Topology
+1701.02174 Atmospheric and Oceanic Physics
+1701.02177 Materials Science
+1701.02178 Rings and Algebras
+1701.02180 Operator Algebras
+1701.02181 Atomic Physics
+1701.02182 General Finance
+1701.02185 Computation and Language
+1701.02186 Algebraic Geometry
+1701.02187
+1701.02189 Programming Languages
+1701.02190 Databases
+1701.02191 Analysis of PDEs
+1701.02192 Optimization and Control
+1701.02193 Discrete Mathematics
+1701.02195 Systems and Control
+1701.02197 Disordered Systems and Neural Networks
+1701.02198 Strongly Correlated Electrons
+1701.02199 Logic in Computer Science
+1701.02202 Plasma Physics
+1701.02203 Differential Geometry
+1701.02205 Phenomenology
+1701.02206 Solar and Stellar Astrophysics
+1701.02208 Algebraic Topology
+1701.02209 Soft Condensed Matter
+1701.02210 Complex Variables
+1701.02211 Soft Condensed Matter
+1701.02212 High Energy Astrophysical Phenomena
+1701.02215 Phenomenology
+1701.02217
+1701.02219 Classical Analysis and ODEs
+1701.02220 Software Engineering
+1701.02221 Databases
+1701.02222 Theory
+1701.02223 Chemical Physics
+1701.02224 Phenomenology
+1701.02225
+1701.02226
+1701.02227 Logic
+1701.02228 Probability
+1701.02229 Computational Geometry
+1701.02230 Analysis of PDEs
+1701.02231 Logic in Computer Science
+1701.02234 Probability
+1701.02235
+1701.02237 Metric Geometry
+1701.02239
+1701.02241 High Energy Astrophysical Phenomena
+1701.02242 Functional Analysis
+1701.02243 Computers and Society
+1701.02244 Analysis of PDEs
+1701.02245 Optimization and Control
+1701.02246 Metric Geometry
+1701.02247 Analysis of PDEs
+1701.02249 Mesoscale and Nanoscale Physics
+1701.02251
+1701.02252
+1701.02253 Mesoscale and Nanoscale Physics
+1701.02254
+1701.02256
+1701.02258 Computer Vision and Pattern Recognition
+1701.02260 Classical Analysis and ODEs
+1701.02261 Information Theory
+1701.02262 Symplectic Geometry
+1701.02264 Numerical Analysis
+1701.02265 Machine Learning
+1701.02267 Physics Education
+1701.02270 Exactly Solvable and Integrable Systems
+1701.02271 Statistics Theory
+1701.02279
+1701.02280
+1701.02282
+1701.02284 Programming Languages
+1701.02285 Chemical Physics
+1701.02286 Number Theory
+1701.02288 Experiment
+1701.02289 Classical Analysis and ODEs
+1701.02292 Information Theory
+1701.02293 Symplectic Geometry
+1701.02294 Theory
+1701.02295 Solar and Stellar Astrophysics
+1701.02297 Differential Geometry
+1701.02298 Social and Information Networks
+1701.02299 Metric Geometry
+cond-mat/0303241
+cond-mat/0305309
+cond-mat/0307344
+cond-mat/0310378
+cond-mat/0310515 Statistical Mechanics
+cs/0602009 Other Computer Science
+quant-ph/0007016
+quant-ph/0208043
+quant-ph/0611054
+quant-ph/9705002
+1110.2952 General Mathematics
+1110.6653 Commutative Algebra
+1205.6688 Probability
+1302.0346
+1302.3045 Computer Science and Game Theory
+1303.3031 Algebraic Geometry
+1306.6084 Analysis of PDEs
+1308.5134 Theory
+1309.4618 Algebraic Geometry
+1311.7407 Computational Complexity
+1401.1542 Optics
+1402.3706 Analysis of PDEs
+1402.4206 Analysis of PDEs
+1405.5855 Adaptation and Self-Organizing Systems
+1407.2842 Functional Analysis
+1407.2885 Representation Theory
+1408.5276 Representation Theory
+1410.5016 Emerging Technologies
+1410.5291 General Physics
+1411.0092 Other Computer Science
+1411.6131 Analysis of PDEs
+1411.7430
+1412.4496 Commutative Algebra
+1412.5313 Algebraic Geometry
+1412.6365 Algebraic Geometry
+1501.02321 Analysis of PDEs
+1503.00256 Methodology
+1504.01915 Combinatorics
+1504.07689 Theory
+1505.04375 Classical Analysis and ODEs
+1505.05852 Computer Science and Game Theory
+1505.06868 Probability
+1505.07647 Computer Vision and Pattern Recognition
+1506.00819
+1506.03845 Earth and Planetary Astrophysics
+1506.06289 Computer Vision and Pattern Recognition
+1507.01670 Algebraic Topology
+1507.01955
+1507.03479 Applications
+1507.06966 Other Condensed Matter
+1507.08029 Optimization and Control
+1508.00036 Optimization and Control
+1508.03019 Optics
+1508.03136 Optimization and Control
+1508.03205 Number Theory
+1509.06729 Computer Vision and Pattern Recognition
+1509.06914 Theory
+1509.09194 Algebraic Topology
+1510.00414 Phenomenology
+1510.00801 Analysis of PDEs
+1510.01833 Combinatorics
+1510.03972 Fluid Dynamics
+1510.06013 Probability
+1510.06292 Geometric Topology
+1510.07189 Numerical Analysis
+1510.07408
+1510.07442 Functional Analysis
+1510.08473 Distributed, Parallel, and Cluster Computing
+1511.02579 Analysis of PDEs
+1511.02933 Commutative Algebra
+1511.06301 Analysis of PDEs
+1511.06913 Group Theory
+1511.06914 Theory
+1512.02912 Economics
+1512.03712 Plasma Physics
+1512.05064 Emerging Technologies
+1512.05614 Rings and Algebras
+1512.06024 Biological Physics
+1512.07399 Cosmology and Nongalactic Astrophysics
+1512.07866 Probability
+1601.00309 Functional Analysis
+1601.01203 Digital Libraries
+1601.02917 Physics and Society
+1601.03508 Phenomenology
+1601.04632 Analysis of PDEs
+1601.05966 Analysis of PDEs
+1601.07112 Cosmology and Nongalactic Astrophysics
+1602.01993 Materials Science
+1602.03028 High Energy Astrophysical Phenomena
+1602.05015 Astrophysics of Galaxies
+1602.06113
+1602.06496 Superconductivity
+1602.06903
+1603.01625
+1603.01911 Discrete Mathematics
+1603.02625 Statistics Theory
+1603.03025 Combinatorics
+1603.04813 Algebraic Geometry
+1603.05204
+1603.06421 Statistical Mechanics
+1603.06888 Economics
+1603.09501 Optimization and Control
+1603.09644 Statistical Mechanics
+1603.09732 Computer Vision and Pattern Recognition
+1604.01990 Logic in Computer Science
+1604.02002 Analysis of PDEs
+1604.02221 Other Statistics
+1604.03000 Information Theory
+1604.04173 Methodology
+1604.06609 Probability
+1604.08466 Numerical Analysis
+1605.00996 Theory
+1605.01903 Distributed, Parallel, and Cluster Computing
+1605.02368 Phenomenology
+1605.03452 Molecular Networks
+1605.04955 Machine Learning
+1605.05908
+1605.07127 Machine Learning
+1605.08665 Combinatorics
+1606.00729 Fluid Dynamics
+1606.04160 Learning
+1606.05644
+1606.06364 Machine Learning
+1606.08140 Computation and Language
+1606.08658 Machine Learning
+1606.08706 Chemical Physics
+1607.00449 Atomic Physics
+1607.01832 Algebraic Geometry
+1607.02888 Metric Geometry
+1607.02948
+1607.02951 Distributed, Parallel, and Cluster Computing
+1607.03098 Fluid Dynamics
+1607.03232 Combinatorics
+1607.03836 Combinatorics
+1607.05178 Distributed, Parallel, and Cluster Computing
+1607.05220 Geometric Topology
+1607.05479 Theory
+1607.06028
+1607.06066 Phenomenology
+1607.06678 Geophysics
+1607.06996 Machine Learning
+1607.07666
+1607.08755 Cosmology and Nongalactic Astrophysics
+1608.00162 Quantum Gases
+1608.00994
+1608.01001 Classical Physics
+1608.02566
+1608.02568
+1608.03023 Learning
+1608.04364 Chemical Physics
+1608.04596 General Physics
+1608.05363 Theory
+1608.06043 Computation and Language
+1608.06715 Materials Science
+1608.07746 Analysis of PDEs
+1608.08040 Neurons and Cognition
+1608.08235 Complex Variables
+1609.00510
+1609.00529 Chemical Physics
+1609.00962 Representation Theory
+1609.01546 Mesoscale and Nanoscale Physics
+1609.01691 Phenomenology
+1609.03250 Artificial Intelligence
+1609.03396 Computer Vision and Pattern Recognition
+1609.03716 Materials Science
+1609.05287 Astrophysics of Galaxies
+1609.06028
+1609.07372 High Energy Astrophysical Phenomena
+1609.07557 Probability
+1609.07868 Phenomenology
+1609.08551 Strongly Correlated Electrons
+1609.08811 Robotics
+1609.09049 Robotics
+1609.09125 Phenomenology
+1609.09499 Astrophysics of Galaxies
+1610.00022
+1610.00047 High Energy Astrophysical Phenomena
+1610.00402 Graphics
+1610.00428 Functional Analysis
+1610.00629 Phenomenology
+1610.00851 Mesoscale and Nanoscale Physics
+1610.00855 Discrete Mathematics
+1610.01267 Performance
+1610.01443 Computer Science and Game Theory
+1610.01988 Information Theory
+1610.02479 Experiment
+1610.02586 Phenomenology
+1610.02666
+1610.02690 Probability
+1610.03116 Mesoscale and Nanoscale Physics
+1610.03567 Instrumentation and Methods for Astrophysics
+1610.04200 Analysis of PDEs
+1610.05502 Analysis of PDEs
+1610.05835 Analysis of PDEs
+1610.05864 Materials Science
+1610.06217 Combinatorics
+1610.07165 Differential Geometry
+1610.07362 Mesoscale and Nanoscale Physics
+1610.08704 Optics
+1610.08945 Operator Algebras
+1611.00838 Machine Learning
+1611.01317 Experiment
+1611.01566
+1611.01989 Learning
+1611.02613 Optics
+1611.03051 Functional Analysis
+1611.04124 Theory
+1611.04262 Strongly Correlated Electrons
+1611.04678 Chemical Physics
+1611.04968 Solar and Stellar Astrophysics
+1611.04982 Optimization and Control
+1611.05019 Probability
+1611.05829 Fluid Dynamics
+1611.06598 Combinatorics
+1611.07025 Phenomenology
+1611.07369 Optimization and Control
+1611.07491 Optimization and Control
+1611.07846 Chemical Physics
+1611.08750 Populations and Evolution
+1611.09035 Logic in Computer Science
+1611.09603
+1611.10253 Networking and Internet Architecture
+1612.00660 Phenomenology
+1612.02003 High Energy Astrophysical Phenomena
+1612.02351
+1612.03301 Machine Learning
+1612.03716 Computer Vision and Pattern Recognition
+1612.03774 Number Theory
+1612.05663 Materials Science
+1612.05857 Mesoscale and Nanoscale Physics
+1612.06258 Quantum Gases
+1612.06372 Strongly Correlated Electrons
+1612.06761 Theory
+1612.07013 Phenomenology
+1612.07238 Fluid Dynamics
+1612.07407 Rings and Algebras
+1612.07668 Astrophysics of Galaxies
+1612.07766 Cryptography and Security
+1612.07986
+1612.08101 Algebraic Geometry
+1612.08734
+1612.08781 Statistical Mechanics
+1701.00283 Representation Theory
+1701.01228
+1701.01403
+1701.01464 Phenomenology
+1701.01511 Molecular Networks
+1701.02675 Numerical Analysis
+1701.02706 Quantum Gases
+1701.02758 Statistical Mechanics
+1701.02783
+1701.02862 Rings and Algebras
+1701.02877 Computation and Language
+1701.02899 Probability
+1701.03480 Phenomenology
+1701.03563 Theory
+1701.04546 Accelerator Physics
+1701.04722 Learning
+1701.04879 Plasma Physics
+1701.05461 Dynamical Systems
+1701.06249 Populations and Evolution
+1701.06324 Instrumentation and Detectors
+1701.06807 Computer Science and Game Theory
+1701.08421 Cryptography and Security
+1701.08605 Networking and Internet Architecture
+1701.08607 Networking and Internet Architecture
+1701.08683 Classical Physics
+1702.00206 Cosmology and Nongalactic Astrophysics
+1702.00439
+1702.00913 Phenomenology
+1702.01405 Theory
+1702.01593
+1702.01820 Instrumentation and Methods for Astrophysics
+1702.01826 Solar and Stellar Astrophysics
+1702.01985 Number Theory
+1702.02269 K-Theory and Homology
+1702.02938 Phenomenology
+1702.03284 Phenomenology
+1702.03452 Differential Geometry
+1702.03505 Computer Vision and Pattern Recognition
+1702.04133 Physics and Society
+1702.04410 Phenomenology
+1702.04833
+1702.05045 Theory
+1702.05320 Instrumentation and Detectors
+1702.05609 Populations and Evolution
+1702.05748 Differential Geometry
+1702.05960 Machine Learning
+1702.06374 Phenomenology
+1702.06540 Astrophysics of Galaxies
+1702.06796 Theory
+1702.07179 Combinatorics
+1702.07666 Cosmology and Nongalactic Astrophysics
+1702.07825 Computation and Language
+1702.08000 Machine Learning
+1702.08050 Group Theory
+1702.08356 Astrophysics of Galaxies
+1703.00363 Astrophysics of Galaxies
+1703.00470 Statistical Mechanics
+1703.00578 Theory
+1703.00682 Probability
+1703.01194 Mesoscale and Nanoscale Physics
+1703.01295 Accelerator Physics
+1703.01302
+1703.01357 Neurons and Cognition
+1703.01372 Phenomenology
+1703.01551 Superconductivity
+1703.01696 Strongly Correlated Electrons
+1703.01741 Materials Science
+1703.01922 Materials Science
+1703.01949 Analysis of PDEs
+1703.01959 Cryptography and Security
+1703.02071 Cosmology and Nongalactic Astrophysics
+1703.02091 Computer Science and Game Theory
+1703.02109 Classical Physics
+1703.02118 Emerging Technologies
+1703.02151 Computation
+1703.02161 Computer Vision and Pattern Recognition
+1703.02220
+1703.02238 Strongly Correlated Electrons
+1703.02268 Dynamical Systems
+1703.02285 Numerical Analysis
+1703.02311 Computational Finance
+1703.02373 Spectral Theory
+1703.02381 Number Theory
+1703.02393 Combinatorics
+1703.02442 Computer Vision and Pattern Recognition
+1703.02462 Methodology
+1703.02514 Optics
+1703.02516 Theory
+1703.02529 Databases
+1703.02532 General Physics
+1703.02534 Instrumentation and Detectors
+1703.02535 Disordered Systems and Neural Networks
+1703.02537 Physics and Society
+1703.02538 Theory
+1703.02539 Astrophysics of Galaxies
+1703.02540 Earth and Planetary Astrophysics
+1703.02541 Superconductivity
+1703.02542
+1703.02543 Mesoscale and Nanoscale Physics
+1703.02544 High Energy Astrophysical Phenomena
+1703.02545 Strongly Correlated Electrons
+1703.02546 High Energy Astrophysical Phenomena
+1703.02547 Statistical Mechanics
+1703.02548
+1703.02549 Superconductivity
+1703.02550 Astrophysics of Galaxies
+1703.02551 Astrophysics of Galaxies
+1703.02552
+1703.02553 Strongly Correlated Electrons
+1703.02554 High Energy Astrophysical Phenomena
+1703.02555 High Energy Astrophysical Phenomena
+1703.02556 Cosmology and Nongalactic Astrophysics
+1703.02557
+1703.02558 Phenomenology
+1703.02559
+1703.02560 Differential Geometry
+1703.02561 Chaotic Dynamics
+1703.02562 Earth and Planetary Astrophysics
+1703.02563 Computer Vision and Pattern Recognition
+1703.02565 Optics
+1703.02566 Astrophysics of Galaxies
+1703.02568 Astrophysics of Galaxies
+1703.02569 Analysis of PDEs
+1703.02570 Learning
+1703.02571 General Topology
+1703.02572 Chemical Physics
+1703.02573 Learning
+1703.02574 Probability
+1703.02575 Quantum Algebra
+1703.02576 Phenomenology
+1703.02577 Cryptography and Security
+1703.02578 Geometric Topology
+1703.02579
+1703.02580 Functional Analysis
+1703.02581 Geometric Topology
+1703.02584 Plasma Physics
+1703.02585 Quantum Gases
+1703.02586 Algebraic Topology
+1703.02587 Differential Geometry
+1703.02588 Logic
+1703.02589 Computer Vision and Pattern Recognition
+1703.02590 High Energy Astrophysical Phenomena
+1703.02591 Databases
+1703.02592 Soft Condensed Matter
+1703.02593 Astrophysics of Galaxies
+1703.02594 Theory
+1703.02595 Geometric Topology
+1703.02596 Learning
+1703.02597 Representation Theory
+1703.02598 Biomolecules
+1703.02599 Analysis of PDEs
+1703.02600 Group Theory
+1703.02601 Mesoscale and Nanoscale Physics
+1703.02602 Databases
+1703.02603
+1703.02604 Astrophysics of Galaxies
+1703.02605 Solar and Stellar Astrophysics
+1703.02606 Phenomenology
+1703.02607 Earth and Planetary Astrophysics
+1703.02609 Representation Theory
+1703.02610 Robotics
+1703.02611 Biological Physics
+1703.02612 Materials Science
+1703.02613 Materials Science
+1703.02614 Soft Condensed Matter
+1703.02615 Analysis of PDEs
+1703.02616 Astrophysics of Galaxies
+1703.02617
+1703.02619 Differential Geometry
+1703.02620 Computation and Language
+1703.02622 Learning
+1703.02623 Representation Theory
+1703.02624 Optimization and Control
+1703.02625 Social and Information Networks
+1703.02626 Learning
+1703.02627 Information Theory
+1703.02629 Learning
+1703.02631 Commutative Algebra
+1703.02632 Fluid Dynamics
+1703.02633 Number Theory
+1703.02634 Quantum Gases
+1703.02635 Instrumentation and Detectors
+1703.02636 Classical Analysis and ODEs
+1703.02637 Algebraic Geometry
+1703.02638 Databases
+1703.02639 Networking and Internet Architecture
+1703.02640 Robotics
+1703.02641 Machine Learning
+1703.02642 Instrumentation and Methods for Astrophysics
+1703.02644 Chaotic Dynamics
+1703.02645 Artificial Intelligence
+1703.02646 Optimization and Control
+1703.02647 Machine Learning
+1703.02648 Optimization and Control
+1703.02650 Applications
+1703.02651 Mesoscale and Nanoscale Physics
+1703.02652 Computational Physics
+1703.02654 Combinatorics
+1703.02656 Earth and Planetary Astrophysics
+1703.02657 Functional Analysis
+1703.02658 Robotics
+1703.02660 Learning
+1703.02662 Learning
+1703.02663 Algebraic Geometry
+1703.02664 Networking and Internet Architecture
+1703.02665 Geometric Topology
+1703.02668 Combinatorics
+1703.02669 Superconductivity
+1703.02670 Earth and Planetary Astrophysics
+1703.02671 Computational Geometry
+1703.02672 Physics and Society
+1703.02673
+1703.02674 Machine Learning
+1703.02677 Phenomenology
+1703.02678 Functional Analysis
+1703.02679 Statistics Theory
+1703.02680 Probability
+1703.02681
+1703.02682 Machine Learning
+1703.02683 Geometric Topology
+1703.02684 Differential Geometry
+1703.02685 Systems and Control
+1703.02686 Astrophysics of Galaxies
+1703.02687 Geometric Topology
+1703.02689 Machine Learning
+1703.02690 Machine Learning
+1703.02693 Data Structures and Algorithms
+1703.02694 Mathematical Finance
+1703.02695 Classical Physics
+1703.02696 Superconductivity
+1703.02697 Algebraic Geometry
+1703.02698 Cryptography and Security
+1703.02699 Algebraic Geometry
+1703.02700 Astrophysics of Galaxies
+1703.02701 Materials Science
+1703.02702 Learning
+1703.02703 Algebraic Geometry
+1703.02705 Number Theory
+1703.02706 Analysis of PDEs
+1703.02707 Optics
+1703.02708 Materials Science
+1703.02709 Number Theory
+1703.02710 Computer Vision and Pattern Recognition
+1703.02711 Solar and Stellar Astrophysics
+1703.02712 Superconductivity
+1703.02713 Classical Analysis and ODEs
+1703.02714
+1703.02715 Statistical Finance
+1703.02716 Computer Vision and Pattern Recognition
+1703.02717 Atomic Physics
+1703.02719 Computer Vision and Pattern Recognition
+1703.02720 Statistics Theory
+1703.02721 Machine Learning
+1703.02722 Databases
+1703.02723 Machine Learning
+1703.02724 Statistics Theory
+1703.02725 Biomolecules
+1703.02726 Numerical Analysis
+1703.02727
+1703.02728 Learning
+1703.02729 Accelerator Physics
+1703.02730 Probability
+1703.02731
+1703.02732 Medical Physics
+1703.02733
+1703.02734 Mesoscale and Nanoscale Physics
+1703.02735 Functional Analysis
+1703.02736 Statistics Theory
+1703.02737
+1703.02738 Quantum Gases
+1703.02739 Systems and Control
+1703.02740 Phenomenology
+1703.02741 Mesoscale and Nanoscale Physics
+1703.02742 Information Theory
+1703.02743 Distributed, Parallel, and Cluster Computing
+1703.02744 Networking and Internet Architecture
+1703.02745 Astrophysics of Galaxies
+1703.02746 Strongly Correlated Electrons
+1703.02747 Instrumentation and Detectors
+1703.02748 Combinatorics
+1703.02749
+1703.02750 Quantum Gases
+1703.02751 Mesoscale and Nanoscale Physics
+1703.02752 Pattern Formation and Solitons
+1703.02753 Soft Condensed Matter
+1703.02754 Software Engineering
+1703.02755 Distributed, Parallel, and Cluster Computing
+1703.02756 Materials Science
+1703.02758 Molecular Networks
+1703.02759 Mesoscale and Nanoscale Physics
+1703.02760 Optimization and Control
+1703.02761 Systems and Control
+1703.02762
+1703.02763 Cosmology and Nongalactic Astrophysics
+1703.02764 Logic
+1703.02765 Theory
+1703.02766 Lattice
+1703.02767 Materials Science
+1703.02768 Chaotic Dynamics
+1703.02770 Algebraic Geometry
+1703.02771 Astrophysics of Galaxies
+1703.02773
+1703.02775 Classical Analysis and ODEs
+1703.02776 Algebraic Geometry
+1703.02777 Portfolio Management
+1703.02778 Numerical Analysis
+1703.02779
+1703.02780 Systems and Control
+1703.02782 Probability
+1703.02783 Algebraic Geometry
+1703.02784 Data Structures and Algorithms
+1703.02785 Chemical Physics
+1703.02786
+1703.02787 Combinatorics
+1703.02788 Distributed, Parallel, and Cluster Computing
+1703.02789 Mesoscale and Nanoscale Physics
+1703.02790 Dynamical Systems
+1703.02791 Algebraic Topology
+1703.02792 Functional Analysis
+1703.02793 Algebraic Topology
+1703.02794 Exactly Solvable and Integrable Systems
+1703.02795 High Energy Astrophysical Phenomena
+1703.02796 Complex Variables
+1703.02797 Analysis of PDEs
+1703.02798 Information Theory
+1703.02799 Information Theory
+1703.02800 Superconductivity
+1703.02801 Theory
+1703.02802 High Energy Astrophysical Phenomena
+1703.02803 Theory
+1703.02804 Phenomenology
+1703.02805 Optics
+1703.02806 Neural and Evolutionary Computing
+1703.02807 Analysis of PDEs
+1703.02809 Representation Theory
+1703.02810 Artificial Intelligence
+1703.02811 Instrumentation and Detectors
+1703.02812 Quantum Gases
+1703.02813 Quantum Gases
+1703.02814 Analysis of PDEs
+1703.02816 Soft Condensed Matter
+1703.02817 Biological Physics
+1703.02818 Cosmology and Nongalactic Astrophysics
+1703.02819 Information Retrieval
+1703.02820 Classical Analysis and ODEs
+1703.02821 Instrumentation and Detectors
+1703.02824 Materials Science
+1703.02827 Algebraic Geometry
+1703.02828 Populations and Evolution
+1703.02829 Algebraic Geometry
+1703.02830 Logic in Computer Science
+1703.02831 Mesoscale and Nanoscale Physics
+1703.02832 Analysis of PDEs
+1703.02833
+1703.02834 Methodology
+1703.02835 Biological Physics
+1703.02837 Logic in Computer Science
+1703.02838 Materials Science
+1703.02839 Solar and Stellar Astrophysics
+1703.02840 Number Theory
+1703.02841 Functional Analysis
+1703.02842 High Energy Astrophysical Phenomena
+1703.02843 Superconductivity
+1703.02844 Number Theory
+1703.02845 Atomic Physics
+1703.02846 Analysis of PDEs
+1703.02847 Computers and Society
+1703.02848 Number Theory
+1703.02850 Quantitative Methods
+1703.02851 Computer Science and Game Theory
+1703.02852 Social and Information Networks
+1703.02853
+1703.02854 Robotics
+1703.02856 Analysis of PDEs
+1703.02857 Numerical Analysis
+1703.02858
+1703.02860 Computation and Language
+1703.02861
+1703.02862 Functional Analysis
+1703.02863
+1703.02864 Phenomenology
+1703.02865 Physics and Society
+1703.02866 Discrete Mathematics
+1703.02867 Data Structures and Algorithms
+1703.02868 Cryptography and Security
+1703.02869 Materials Science
+1703.02870 Applications
+1703.02871 Populations and Evolution
+1703.02872 Quantitative Methods
+1703.02873 Software Engineering
+1703.02875
+1703.02877 Algebraic Geometry
+1703.02878 Optics
+1703.02879
+1703.02880
+1703.02881 Analysis of PDEs
+1703.02882 Numerical Analysis
+1703.02883 Artificial Intelligence
+1703.02884 General Physics
+1703.02885 Mesoscale and Nanoscale Physics
+1703.02886 Strongly Correlated Electrons
+1703.02887 Dynamical Systems
+1703.02888 Atomic Physics
+1703.02889 Algebraic Geometry
+1703.02890 Differential Geometry
+1703.02891 General Physics
+1703.02893 General Physics
+1703.02894 Artificial Intelligence
+1703.02895 Fluid Dynamics
+1703.02897 Soft Condensed Matter
+1703.02898 Computer Vision and Pattern Recognition
+1703.02899 Learning
+1703.02900 Superconductivity
+1703.02901 Computational Geometry
+1703.02902 Astrophysics of Galaxies
+1703.02903
+1703.02905 Robotics
+1703.02906 Physics and Society
+1703.02908 Analysis of PDEs
+1703.02909 Functional Analysis
+1703.02910 Learning
+1703.02911
+1703.02913 Astrophysics of Galaxies
+1703.02914 Learning
+1703.02915 Information Retrieval
+1703.02917 Phenomenology
+1703.02920 Instrumentation and Methods for Astrophysics
+1703.02921 Computer Vision and Pattern Recognition
+1703.02923 Theory
+1703.02925 Software Engineering
+1703.02926 Instrumentation and Detectors
+1703.02927 Instrumentation and Methods for Astrophysics
+1703.02928 Instrumentation and Detectors
+1703.02929 Human-Computer Interaction
+1703.02930 Learning
+1703.02931 Computer Vision and Pattern Recognition
+1703.02932 Solar and Stellar Astrophysics
+1703.02933 Astrophysics of Galaxies
+1703.02936 Adaptation and Self-Organizing Systems
+1703.02937 Systems and Control
+1703.02938 Human-Computer Interaction
+1703.02940 Optics
+1703.02941 Probability
+1703.02942 Computer Vision and Pattern Recognition
+1703.02943 Combinatorics
+1703.02944 Computers and Society
+1703.02945
+1703.02946 Materials Science
+1703.02947 Combinatorics
+1703.02948 Theory
+1703.02949 Artificial Intelligence
+1703.02950 Symplectic Geometry
+1703.02953 Algebraic Geometry
+1703.02954 Algebraic Geometry
+1703.02955 Social and Information Networks
+1703.02956 Astrophysics of Galaxies
+1703.02957 Solar and Stellar Astrophysics
+1703.02958 Phenomenology
+1703.02959
+1703.02961
+1703.02962 Populations and Evolution
+1703.02963 Probability
+1703.02964 Phenomenology
+1703.02965 Machine Learning
+1703.02966 Statistical Mechanics
+gr-qc/0111038
+math/0611625 Analysis of PDEs
+0708.0898
+0803.2935
+0805.3758 Rings and Algebras
+1007.2226 Probability
+1104.2215 Information Theory
+1201.6266
+1207.7233 Algebraic Geometry
+1303.6159 Numerical Analysis
+1305.4674 Strongly Correlated Electrons
+1312.5198 Learning
+1401.6164 Quantum Algebra
+1403.3323 Combinatorics
+1406.4060 Logic
+1406.4552
+1406.7710 Probability
+1409.0654 Populations and Evolution
+1409.1856 Complex Variables
+1411.7087 Logic
+1412.0645 Methodology
+1412.6890 Computation
+1501.00616 Analysis of PDEs
+1502.00401 Algebraic Topology
+1502.01912 Mathematical Finance
+1502.02966 Combinatorics
+1502.03928 Superconductivity
+1503.01866 Analysis of PDEs
+1503.03388 Systems and Control
+1503.03467 Numerical Analysis
+1503.04894 Robotics
+1503.05854 Soft Condensed Matter
+1503.06804 Mesoscale and Nanoscale Physics
+1504.08031 Statistics Theory
+1504.08205 Analysis of PDEs
+1505.00153 Optimization and Control
+1505.04310 Materials Science
+1505.06536 Algebraic Geometry
+1506.01124 Pattern Formation and Solitons
+1506.03389 Combinatorics
+1507.00698 Dynamical Systems
+1507.04223 Logic
+1507.05438
+1507.06210 Optimization and Control
+1507.08077 Numerical Analysis
+1508.00253 Rings and Algebras
+1508.02413 Complex Variables
+1508.03641 Theory
+1508.06937 Representation Theory
+1509.02326 Functional Analysis
+1509.06582 Optimization and Control
+1509.07273 Analysis of PDEs
+1510.01558 Number Theory
+1510.02492 Solar and Stellar Astrophysics
+1510.03345 Theory
+1511.01061 Data Structures and Algorithms
+1511.03327 Algebraic Geometry
+1511.04928 Differential Geometry
+1512.04027
+1512.04687 Statistical Mechanics
+1601.01952 Systems and Control
+1601.02160 Quantitative Methods
+1601.02897
+1601.03524 Statistics Theory
+1601.03710 Combinatorics
+1601.04586 Methodology
+1601.05992 Analysis of PDEs
+1601.06845 Phenomenology
+1602.01730 Populations and Evolution
+1602.02976 Algebraic Geometry
+1602.05852 Distributed, Parallel, and Cluster Computing
+1602.05916 Learning
+1602.07150 Strongly Correlated Electrons
+1602.07599 Risk Management
+1603.01562 Numerical Analysis
+1603.04037 Computer Vision and Pattern Recognition
+1603.04172 Information Theory
+1603.05659 Neurons and Cognition
+1603.06444 Commutative Algebra
+1603.08134 Logic
+1603.08176 Analysis of PDEs
+1604.01018 Optics
+1604.01293 Systems and Control
+1604.03185
+1604.03312
+1604.03769 Phenomenology
+1604.03908 Geometric Topology
+1604.06096 Phenomenology
+1604.06220 Strongly Correlated Electrons
+1604.06542 Materials Science
+1604.08107 Materials Science
+1605.00333 Quantum Gases
+1605.00553 Superconductivity
+1605.02821
+1605.04151 Robotics
+1605.04473 Numerical Analysis
+1605.05169 Algebraic Geometry
+1605.07856 Number Theory
+1605.08744 Phenomenology
+1605.08913
+1606.00991 Methodology
+1606.01453 Computer Vision and Pattern Recognition
+1606.02209 Dynamical Systems
+1606.02318 Disordered Systems and Neural Networks
+1606.02802 Dynamical Systems
+1606.04519 Populations and Evolution
+1606.04789 Machine Learning
+1606.05872 Phenomenology
+1606.06749 Functional Analysis
+1606.06833
+1606.06998 Probability
+1606.08677 Functional Analysis
+1606.09180 Instrumentation and Methods for Astrophysics
+1607.00946 Information Theory
+1607.01048 Information Theory
+1607.02360 Strongly Correlated Electrons
+1607.02418 Analysis of PDEs
+1607.03153 Cosmology and Nongalactic Astrophysics
+1607.03769 Number Theory
+1607.04740 Optics
+1607.06573 Number Theory
+1607.06639 Functional Analysis
+1608.01918
+1608.02193 Artificial Intelligence
+1608.02410
+1608.03117 Biological Physics
+1608.05252 Logic in Computer Science
+1608.05278 Analysis of PDEs
+1608.05789
+1608.06053 Algebraic Geometry
+1608.06702 Earth and Planetary Astrophysics
+1608.08938
+1609.01540
+1609.02896 Chaotic Dynamics
+1609.02930 Mesoscale and Nanoscale Physics
+1609.02997 Machine Learning
+1609.03056 Computer Vision and Pattern Recognition
+1609.03188 Number Theory
+1609.04649 Quantitative Methods
+1609.04680 Soft Condensed Matter
+1609.04687 Statistical Mechanics
+1609.04697 Strongly Correlated Electrons
+1609.04700 Mesoscale and Nanoscale Physics
+1609.04704 Soft Condensed Matter
+1609.04706 Soft Condensed Matter
+1609.04710 Materials Science
+1609.04713 Strongly Correlated Electrons
+1609.04836 Learning
+1609.04980 Soft Condensed Matter
+1609.05423 Computational Physics
+1609.06974 Soft Condensed Matter
+1609.07223 Strongly Correlated Electrons
+1609.07394 Strongly Correlated Electrons
+1609.08301 Superconductivity
+1609.09365 Computer Vision and Pattern Recognition
+1609.09584
+1609.09759 Strongly Correlated Electrons
+1610.00020
+1610.01022 Quantum Gases
+1610.01100 Mesoscale and Nanoscale Physics
+1610.01251 Quantum Gases
+1610.01666 Analysis of PDEs
+1610.03161 Statistical Mechanics
+1610.03727 Networking and Internet Architecture
+1610.04551 Sound
+1610.05831 Numerical Analysis
+1610.06107 Statistics Theory
+1610.06685 Numerical Analysis
+1610.08164 Materials Science
+1610.08672 Physics and Society
+1610.08717 Networking and Internet Architecture
+1610.08738 Learning
+1610.09630 Information Theory
+1611.00128 Robotics
+1611.00285 Neurons and Cognition
+1611.01226
+1611.01852 Phenomenology
+1611.01890 Social and Information Networks
+1611.02043 Mesoscale and Nanoscale Physics
+1611.02223 Functional Analysis
+1611.02513 Mesoscale and Nanoscale Physics
+1611.03088 Quantum Gases
+1611.03135 Soft Condensed Matter
+1611.03570 Dynamical Systems
+1611.04360
+1611.04488 Machine Learning
+1611.04675 Fluid Dynamics
+1611.04918 Statistical Mechanics
+1611.05098 Optics
+1611.06359
+1611.06641 Computer Vision and Pattern Recognition
+1611.07884
+1611.09085 Functional Analysis
+1611.09966 High Energy Astrophysical Phenomena
+1611.09971 Functional Analysis
+1612.01512 Soft Condensed Matter
+1612.01549 Astrophysics of Galaxies
+1612.02332 Quantum Gases
+1612.02436 Theory
+1612.02565 Soft Condensed Matter
+1612.02710 Methodology
+1612.02743 Phenomenology
+1612.03467 Instrumentation and Methods for Astrophysics
+1612.04077 Cosmology and Nongalactic Astrophysics
+1612.04400 Analysis of PDEs
+1612.04687 Artificial Intelligence
+1612.05384 Materials Science
+1612.06510 Theory
+1612.07159 Statistical Mechanics
+1612.07166 Statistical Mechanics
+1612.07176 Materials Science
+1612.07181 Materials Science
+1612.07188 Strongly Correlated Electrons
+1612.07198 Superconductivity
+1612.07200 Strongly Correlated Electrons
+1612.07212 Strongly Correlated Electrons
+1612.07219 Statistical Mechanics
+1612.08478 Systems and Control
+1612.08515 Systems and Control
+1701.00150 Representation Theory
+1701.00151 Representation Theory
+1701.00181 Probability
+1701.00268 Representation Theory
+1701.00858 Statistics Theory
+1701.01015 Algebraic Geometry
+1701.01021 General Physics
+1701.01182 Combinatorics
+1701.01735 Solar and Stellar Astrophysics
+1701.02201 Computation
+1701.02655 Representation Theory
+1701.02724
+1701.02952 Software Engineering
+1701.03351 Complex Variables
+1701.03616 Emerging Technologies
+1701.04245 Learning
+1701.06147 Phenomenology
+1701.06281 Quantum Gases
+1701.06665 Probability
+1701.07691 Functional Analysis
+1701.07740 Materials Science
+1701.08019 Phenomenology
+1701.08162 High Energy Astrophysical Phenomena
+1701.08196 Numerical Analysis
+1701.08507 Algebraic Geometry
+1701.08539 Optics
+1701.08550 Earth and Planetary Astrophysics
+1701.08566 Discrete Mathematics
+1701.08873
+1702.00056 Superconductivity
+1702.00894
+1702.01002 Complex Variables
+1702.01095 Optics
+1702.01238 Computer Vision and Pattern Recognition
+1702.01312 Probability
+1702.01490 Theory
+1702.01868 Fluid Dynamics
+1702.01975 Machine Learning
+1702.02041 Mesoscale and Nanoscale Physics
+1702.02095 Group Theory
+1702.02245 Instrumentation and Detectors
+1702.02255 Number Theory
+1702.02291 Instrumentation and Detectors
+1702.02480 Optics
+1702.02555 Machine Learning
+1702.02574 Solar and Stellar Astrophysics
+1702.02612 Superconductivity
+1702.02617 Phenomenology
+1702.02662 Combinatorics
+1702.02730 Physics and Society
+1702.02786 Optics
+1702.02801 Differential Geometry
+1702.02807 Neurons and Cognition
+1702.02817 Information Retrieval
+1702.02860 Probability
+1702.02907 Cryptography and Security
+1702.02916 Mesoscale and Nanoscale Physics
+1702.02944 Phenomenology
+1702.02945 Astrophysics of Galaxies
+1702.02946 Solar and Stellar Astrophysics
+1702.02947 Phenomenology
+1702.02949 Phenomenology
+1702.02951 Instrumentation and Methods for Astrophysics
+1702.02952 Statistical Mechanics
+1702.02954 Theory
+1702.02955 Dynamical Systems
+1702.02956 Disordered Systems and Neural Networks
+1702.02957
+1702.02958 Analysis of PDEs
+1702.02959 Materials Science
+1702.02960 Astrophysics of Galaxies
+1702.02962 Probability
+1702.02963 Fluid Dynamics
+1702.02964 Phenomenology
+1702.02965 Probability
+1702.02966 Applications
+1702.02967 Optimization and Control
+1702.02968 Performance
+1702.02969 Optimization and Control
+1702.02970 Data Structures and Algorithms
+1702.02971 Astrophysics of Galaxies
+1702.02972 Programming Languages
+1702.02973 Numerical Analysis
+1702.02974 Instrumentation and Detectors
+1702.02976 Analysis of PDEs
+1702.02977 Software Engineering
+1702.02978 Distributed, Parallel, and Cluster Computing
+1702.02979
+1702.02981 Numerical Analysis
+1702.02982 Machine Learning
+1702.02983
+1702.02984 Algebraic Topology
+1702.02985 Commutative Algebra
+1702.02986 Commutative Algebra
+1702.02987 Mesoscale and Nanoscale Physics
+1702.02988 Classical Analysis and ODEs
+1702.02989
+1702.02990 High Energy Astrophysical Phenomena
+1702.02991 Solar and Stellar Astrophysics
+1702.02992 High Energy Astrophysical Phenomena
+1702.02993 Fluid Dynamics
+1702.02994 Earth and Planetary Astrophysics
+1702.02995
+1702.02996 Phenomenology
+1702.02998 Combinatorics
+1702.02999 Software Engineering
+1702.03000 Computer Vision and Pattern Recognition
+1702.03001 Popular Physics
+1702.03003 Materials Science
+1702.03004 Cosmology and Nongalactic Astrophysics
+1702.03006 Learning
+1702.03007 Materials Science
+1702.03008 Distributed, Parallel, and Cluster Computing
+1702.03009 Materials Science
+1702.03010 Biological Physics
+1702.03011 Theory
+1702.03012 Information Theory
+1702.03013
+1702.03014 Solar and Stellar Astrophysics
+1702.03015 Plasma Physics
+1702.03016 Plasma Physics
+1702.03018 Combinatorics
+1702.03019 Materials Science
+1702.03021 Information Theory
+1702.03022 Materials Science
+1702.03023 Computer Vision and Pattern Recognition
+1702.03024 Analysis of PDEs
+1702.03025 Experiment
+1702.03026 Mesoscale and Nanoscale Physics
+1702.03027 Numerical Analysis
+1702.03028 Number Theory
+1702.03029
+1702.03031 Astrophysics of Galaxies
+1702.03032 Dynamical Systems
+1702.03033 Computation and Language
+1702.03034 Mesoscale and Nanoscale Physics
+1702.03035 Mesoscale and Nanoscale Physics
+1702.03036 Atomic and Molecular Clusters
+1702.03037 Multiagent Systems
+1702.03040 Learning
+1702.03041 Computer Vision and Pattern Recognition
+1702.03043 Metric Geometry
+1702.03044 Computer Vision and Pattern Recognition
+1702.03045 Materials Science
+1702.03046 Systems and Control
+1702.03047 Phenomenology
+1702.03048 Materials Science
+1702.03049 Information Theory
+1702.03050 Cosmology and Nongalactic Astrophysics
+1702.03051 Information Theory
+1702.03052 Plasma Physics
+1702.03053 Materials Science
+1702.03054 Strongly Correlated Electrons
+1702.03056 Strongly Correlated Electrons
+1702.03058 Commutative Algebra
+1702.03059 Information Theory
+1702.03060 Combinatorics
+1702.03061
+1702.03063 Phenomenology
+1702.03066 Cosmology and Nongalactic Astrophysics
+1702.03067 Cryptography and Security
+1702.03069 High Energy Astrophysical Phenomena
+1702.03070 Information Theory
+1702.03072 Instrumentation and Detectors
+1702.03073 Quantum Gases
+1702.03074 Classical Analysis and ODEs
+1702.03075 Combinatorics
+1702.03076 Theory
+1702.03077
+1702.03079 Numerical Analysis
+1702.03080 Methodology
+1702.03081 Physics and Society
+1702.03082 Computation and Language
+1702.03083 Systems and Control
+1702.03084 Dynamical Systems
+1702.03086 Earth and Planetary Astrophysics
+1702.03088
+1702.03089 Probability
+1702.03090 Probability
+1702.03091 Accelerator Physics
+1702.03092 Disordered Systems and Neural Networks
+1702.03093 Group Theory
+1702.03094 Analysis of PDEs
+1702.03095 Spectral Theory
+1702.03097 Systems and Control
+1702.03098 Risk Management
+1702.03099
+1702.03101 Discrete Mathematics
+1702.03102 Combinatorics
+1702.03103 Optics
+1702.03104 Materials Science
+1702.03105 Computer Vision and Pattern Recognition
+1702.03107 Mesoscale and Nanoscale Physics
+1702.03108 Astrophysics of Galaxies
+1702.03109 Human-Computer Interaction
+1702.03110 Mesoscale and Nanoscale Physics
+1702.03111
+1702.03113 Algebraic Geometry
+1702.03115 Computer Vision and Pattern Recognition
+1702.03116 Theory
+1702.03117
+1702.03119 Mesoscale and Nanoscale Physics
+1702.03120 Quantum Gases
+1702.03121 Computation and Language
+1702.03123
+1702.03124
+1702.03125 Algebraic Geometry
+1702.03126 Computation
+1702.03128 Information Theory
+1702.03129 Methodology
+1702.03130 Probability
+1702.03131 Information Theory
+1702.03133 Chemical Physics
+1702.03134 Dynamical Systems
+1702.03135
+1702.03136 Earth and Planetary Astrophysics
+1702.03137
+1702.03138 Optics
+1702.03139 History and Philosophy of Physics
+1702.03140 Functional Analysis
+1702.03142 Optics
+1702.03143 Probability
+1702.03144 Statistical Mechanics
+1702.03145 Mesoscale and Nanoscale Physics
+1702.03146 Computation
+1702.03147 Mesoscale and Nanoscale Physics
+1702.03148 Analysis of PDEs
+1702.03149 Solar and Stellar Astrophysics
+1702.03150 Group Theory
+1702.03152 Computational Complexity
+1702.03153 Materials Science
+1702.03155 Analysis of PDEs
+1702.03156 High Energy Astrophysical Phenomena
+1702.03157 Functional Analysis
+1702.03158 Solar and Stellar Astrophysics
+1702.03159 Atomic Physics
+1702.03160 Phenomenology
+1702.03161 Fluid Dynamics
+1702.03162 Fluid Dynamics
+1702.03164 Probability
+1702.03165 Disordered Systems and Neural Networks
+1702.03168 Cryptography and Security
+1702.03169 Materials Science
+1702.03170 Solar and Stellar Astrophysics
+1702.03172 High Energy Astrophysical Phenomena
+1702.03173 Probability
+1702.03174 Numerical Analysis
+1702.03176 Computer Vision and Pattern Recognition
+1702.03177 Plasma Physics
+1702.03178 Algebraic Geometry
+1702.03179 Group Theory
+1702.03181 Superconductivity
+1702.03184 Solar and Stellar Astrophysics
+1702.03185 Cosmology and Nongalactic Astrophysics
+1702.03186 Discrete Mathematics
+1702.03187 Combinatorics
+1702.03188 Probability
+1702.03189 Probability
+1702.03190 Chaotic Dynamics
+1702.03191 Analysis of PDEs
+1702.03193 Phenomenology
+1702.03194 Combinatorics
+1702.03195 Probability
+1702.03197 Computation and Language
+1702.03198 General Physics
+1702.03199 Strongly Correlated Electrons
+1702.03201 Functional Analysis
+1702.03202
+1702.03203 Plasma Physics
+1702.03204 Networking and Internet Architecture
+1702.03205 General Mathematics
+1702.03207 History and Overview
+1702.03208 Instrumentation and Methods for Astrophysics
+1702.03209
+1702.03215 Algebraic Geometry
+1702.03216 Emerging Technologies
+1702.03217 Theory
+1702.03218 Strongly Correlated Electrons
+1702.03220 General Physics
+1702.03221 Cosmology and Nongalactic Astrophysics
+1702.03223 Quantum Algebra
+1702.03225 Soft Condensed Matter
+1702.03228 High Energy Astrophysical Phenomena
+1702.03229 Numerical Analysis
+1702.03230 Spectral Theory
+1702.03231 Information Theory
+1702.03232 Computational Finance
+1702.03233 Materials Science
+1702.03235 Physics and Society
+1702.03236 Combinatorics
+1702.03237 Metric Geometry
+1702.03238 Mesoscale and Nanoscale Physics
+1702.03240
+1702.03241 Information Theory
+1702.03243 Mesoscale and Nanoscale Physics
+1702.03244 Machine Learning
+1702.03245 Algebraic Topology
+1702.03246 Graphics
+1702.03247 Analysis of PDEs
+1702.03248 Systems and Control
+1702.03249 Dynamical Systems
+1702.03250 Information Theory
+1702.03251 Mesoscale and Nanoscale Physics
+1702.03252 Applications
+1702.03253 Distributed, Parallel, and Cluster Computing
+1702.03254 Analysis of PDEs
+1702.03255 Symplectic Geometry
+1702.03256 Classical Analysis and ODEs
+1702.03257 Networking and Internet Architecture
+1702.03258 Robotics
+1702.03259 Data Structures and Algorithms
+1702.03260 Learning
+1702.03261
+1702.03264 Solar and Stellar Astrophysics
+1702.03266 Computational Geometry
+1702.03267 Computer Vision and Pattern Recognition
+1702.03268 Strongly Correlated Electrons
+1702.03270 Commutative Algebra
+1702.03271 Quantitative Methods
+1702.03272 Cosmology and Nongalactic Astrophysics
+1702.03273 Materials Science
+1702.03274 Artificial Intelligence
+1702.03276 Instrumentation and Methods for Astrophysics
+1702.03278 Mesoscale and Nanoscale Physics
+1702.03279 Mesoscale and Nanoscale Physics
+1702.03280
+1702.03281 Phenomenology
+1702.03283 Theory
+1702.03285
+1702.03286 Physics and Society
+1702.03287 Phenomenology
+1702.03288 Logic in Computer Science
+quant-ph/0301162
+1701.05431 Distributed, Parallel, and Cluster Computing
+0810.2042 Combinatorics
+0912.1175 Biomolecules
+0912.5129 Plasma Physics
+1003.0088 Physics and Society
+1101.4497 Combinatorics
+1105.1497 Analysis of PDEs
+1110.5980 Biomolecules
+1112.4688 Exactly Solvable and Integrable Systems
+1201.2449 Soft Condensed Matter
+1201.4700 Combinatorics
+1202.4962 Methodology
+1209.5793 Algebraic Geometry
+1211.1411
+1303.4255 Optics
+1304.6666 Discrete Mathematics
+1305.6122 Commutative Algebra
+1306.3850 Biomolecules
+1307.0672 Combinatorics
+1307.0970 Optimization and Control
+1307.1446 Methodology
+1310.2897 Combinatorics
+1311.1562 Optimization and Control
+1311.3826 Formal Languages and Automata Theory
+1312.0915 Methodology
+1312.5116 Probability
+1402.6683 Biological Physics
+1405.0913 Computation
+1405.7087 Algebraic Topology
+1406.2922 Instrumentation and Methods for Astrophysics
+1407.0335 Statistics Theory
+1407.6849 Category Theory
+1407.7355 Theory
+1408.0629 Combinatorics
+1408.1559 Probability
+1409.0588 Geometric Topology
+1409.1764 Geometric Topology
+1409.3427 Geometric Topology
+1409.5627 Computational Complexity
+1410.1403 Representation Theory
+1410.8325 Commutative Algebra
+1411.2210 Phenomenology
+1411.6642 Differential Geometry
+1411.6649 Differential Geometry
+1411.6655 Differential Geometry
+1411.6658 Differential Geometry
+1411.7408 Algebraic Topology
+1412.5015 Atomic Physics
+1412.5498 Digital Libraries
+1412.8323
+1501.07591 Optimization and Control
+1502.00042 Soft Condensed Matter
+1502.00674 Economics
+1502.01610 Mesoscale and Nanoscale Physics
+1502.02281 Optimization and Control
+1502.04350
+1502.06157 Chemical Physics
+1503.02758 Mesoscale and Nanoscale Physics
+1503.02831 Information Theory
+1503.03513 Phenomenology
+1503.05270
+1503.05529 Rings and Algebras
+1503.06100 Cosmology and Nongalactic Astrophysics
+1503.08282 Mesoscale and Nanoscale Physics
+1504.00260 Combinatorics
+1504.01207 Systems and Control
+1504.02885 Quantum Algebra
+1504.05255 Cryptography and Security
+1504.05429 Other Computer Science
+1504.06533
+1505.01886 Methodology
+1505.05392 Numerical Analysis
+1505.06938 Differential Geometry
+1505.08125 Populations and Evolution
+1506.02691 Computation
+1506.03233 Group Theory
+1506.03319 Information Theory
+1506.03324 Information Theory
+1506.05281 Algebraic Geometry
+1506.06050
+1506.06664 Physics and Society
+1506.08243 Optimization and Control
+1507.00100 High Energy Astrophysical Phenomena
+1507.00169 Physics and Society
+1507.00903
+1507.01105
+1507.04576 Computer Vision and Pattern Recognition
+1507.04711 Solar and Stellar Astrophysics
+1507.07271 Methodology
+1507.08695 Group Theory
+1508.00522 Information Theory
+1508.01641 Methodology
+1508.02390 Strongly Correlated Electrons
+1508.02932 General Mathematics
+1508.04959 Optics
+1508.05858 Probability
+1508.07307 Theory
+1509.00594 Information Retrieval
+1509.01047 Information Theory
+1509.01683 Logic in Computer Science
+1509.02378 Geometric Topology
+1509.02825 Classical Physics
+1509.02886 Group Theory
+1509.02888 Group Theory
+1509.06073 Numerical Analysis
+1509.08186 Exactly Solvable and Integrable Systems
+1509.08956 Quantum Algebra
+1510.00197 Group Theory
+1510.01149 Dynamical Systems
+1510.02348 Information Retrieval
+1510.05575 Classical Analysis and ODEs
+1511.01774 Theory
+1511.02394 Metric Geometry
+1511.02518 Number Theory
+1511.02969 History and Overview
+1511.04112 Methodology
+1511.05190 Phenomenology
+1511.05546 Computational Complexity
+1511.05898 Representation Theory
+1511.07025
+1511.07553 Differential Geometry
+1512.00809 Methodology
+1512.00982 Methodology
+1512.01150 Discrete Mathematics
+1512.04780 Complex Variables
+1512.05015 Optimization and Control
+1512.06848 Algebraic Geometry
+1512.07566 Analysis of PDEs
+1512.08990 Programming Languages
+1512.09267 Chemical Physics
+1601.00748 Rings and Algebras
+1601.02136 Spectral Theory
+1601.02516 Analysis of PDEs
+1601.04002
+1601.05694 Group Theory
+1601.05895 Mesoscale and Nanoscale Physics
+1601.06077
+1601.07231 Combinatorics
+1601.07322 Information Theory
+1602.00498 Quantum Algebra
+1602.00660 Complex Variables
+1602.00935 Group Theory
+1602.01142 Logic
+1602.01525 Materials Science
+1602.01870 Information Theory
+1602.01943 Geometric Topology
+1602.03823 Metric Geometry
+1602.04666 Physics Education
+1602.04808 Optics
+1602.05508 General Physics
+1602.05750 Classical Analysis and ODEs
+1602.06885 Applications
+1602.06918 Complex Variables
+1602.07871 Probability
+1602.08489 General Physics
+1602.08798 Algebraic Topology
+1602.09024 Experiment
+1603.00984 Trading and Market Microstructure
+1603.01019 Atomic Physics
+1603.01070 Instrumentation and Methods for Astrophysics
+1603.01234 Probability
+1603.02117 Probability
+1603.02917
+1603.04057 Cosmology and Nongalactic Astrophysics
+1603.04371
+1603.06464 Operator Algebras
+1603.07174 Adaptation and Self-Organizing Systems
+1603.08914 Experiment
+1603.09076 Dynamical Systems
+1603.09433 Quantum Algebra
+1604.00629 Fluid Dynamics
+1604.01023 Phenomenology
+1604.02563 Quantum Gases
+1604.03224 Number Theory
+1604.03447 Rings and Algebras
+1604.03910 Algebraic Geometry
+1604.05742 Probability
+1604.06917 Mathematical Finance
+1604.07779 Exactly Solvable and Integrable Systems
+1604.08138 Strongly Correlated Electrons
+1604.08743 Genomics
+1605.00250 Geometric Topology
+1605.00744 Representation Theory
+1605.01033 Information Theory
+1605.03232 Chemical Physics
+1605.03841 Rings and Algebras
+1605.03846 Algebraic Geometry
+1605.04391 Methodology
+1605.04890 Classical Analysis and ODEs
+1605.05590 Distributed, Parallel, and Cluster Computing
+1605.05935 Superconductivity
+1605.06276 Learning
+1605.06786
+1605.07202
+1605.08002 Networking and Internet Architecture
+1605.08217 Superconductivity
+1605.08372 K-Theory and Homology
+1605.09242 Phenomenology
+1606.01887
+1606.02826
+1606.02966 High Energy Astrophysical Phenomena
+1606.03709 Probability
+1606.03911 Physics and Society
+1606.04376 Number Theory
+1606.04411 Strongly Correlated Electrons
+1606.04414 Machine Learning
+1606.05526 General Physics
+1606.05805 Probability
+1606.05853
+1606.05922 Materials Science
+1606.06465 Functional Analysis
+1606.06552 Soft Condensed Matter
+1606.06923 Number Theory
+1606.07276 Adaptation and Self-Organizing Systems
+1606.07330 Theory
+1606.07861 Data Structures and Algorithms
+1606.08201 Superconductivity
+1606.08382
+1606.08580 Mesoscale and Nanoscale Physics
+1606.09369 Superconductivity
+1606.09626
+1607.00017 Cosmology and Nongalactic Astrophysics
+1607.00175
+1607.01382 Algebraic Geometry
+1607.01935 Information Theory
+1607.01968 Numerical Analysis
+1607.03054
+1607.03229
+1607.03463 Numerical Analysis
+1607.03594 Learning
+1607.04410 Optics
+1607.05222 Statistics Theory
+1607.05701 Theory
+1607.05836 Computer Vision and Pattern Recognition
+1607.05851 Computer Vision and Pattern Recognition
+1607.06017 Optimization and Control
+1607.06145 Instrumentation and Detectors
+1607.08316 Artificial Intelligence
+1608.00062
+1608.00087 Phenomenology
+1608.00717
+1608.01240 Strongly Correlated Electrons
+1608.01273 Statistical Mechanics
+1608.01759 Optics
+1608.01795 Probability
+1608.02000 Astrophysics of Galaxies
+1608.02578 Numerical Analysis
+1608.02662 Phenomenology
+1608.02749 Mesoscale and Nanoscale Physics
+1608.02929 Strongly Correlated Electrons
+1608.03543 Rings and Algebras
+1608.03734 Representation Theory
+1608.03920 Materials Science
+1608.03935 Number Theory
+1608.05059 Strongly Correlated Electrons
+1608.05489 Functional Analysis
+1608.05632 Analysis of PDEs
+1608.05734 Functional Analysis
+1608.05977 Strongly Correlated Electrons
+1608.06519 General Physics
+1608.06952 High Energy Astrophysical Phenomena
+1608.07018 Theory
+1608.07559 Phenomenology
+1608.08510 Algebraic Geometry
+1608.08552 High Energy Astrophysical Phenomena
+1609.00085 Learning
+1609.01920
+1609.02832 Materials Science
+1609.04028
+1609.04558 Methodology
+1609.04789 Learning
+1609.04989 Mesoscale and Nanoscale Physics
+1609.05430 Applications
+1609.05674 Astrophysics of Galaxies
+1609.06022 Combinatorics
+1609.06793 Algebraic Geometry
+1609.06811 Geometric Topology
+1609.07030 Theory
+1609.07045 Experiment
+1609.07235 Complex Variables
+1609.07490 Phenomenology
+1609.07777 Functional Analysis
+1609.07951 Probability
+1609.08729 Multimedia
+1609.08994 Phenomenology
+1609.09245 Algebraic Geometry
+1609.09438 Differential Geometry
+1609.09514 Theory
+1609.09639 Materials Science
+1609.09688 Representation Theory
+1609.09798
+1610.00683 Instrumentation and Methods for Astrophysics
+1610.01771
+1610.01915 Instrumentation and Detectors
+1610.02018 Chemical Physics
+1610.02117
+1610.02134 Theory
+1610.02703 Data Analysis, Statistics and Probability
+1610.02819 Probability
+1610.02858 Materials Science
+1610.02960 Experiment
+1610.03033 Theory
+1610.03214 Symplectic Geometry
+1610.03340 Number Theory
+1610.03400
+1610.03895
+1610.03926 Differential Geometry
+1610.04085 Functional Analysis
+1610.04246 Statistical Mechanics
+1610.05413
+1610.05757
+1610.06205 Phenomenology
+1610.06773 Machine Learning
+1610.06838 Chemical Physics
+1610.07388 Artificial Intelligence
+1610.07487 Statistics Theory
+1610.07607 Theory
+1610.07806 Differential Geometry
+1610.07926 Differential Geometry
+1610.08019 Theory
+1610.08105 Representation Theory
+1610.08157 Superconductivity
+1610.08312 Software Engineering
+1610.08680 Combinatorics
+1610.08849 Combinatorics
+1610.10076 Geometric Topology
+1611.00352
+1611.00388 Neurons and Cognition
+1611.00392 Cosmology and Nongalactic Astrophysics
+1611.00667
+1611.01199 Information Theory
+1611.01248 Number Theory
+1611.02066 Phenomenology
+1611.02372 Strongly Correlated Electrons
+1611.03797 Theory
+1611.04505 Statistics Theory
+1611.04797
+1611.04811 Phenomenology
+1611.05224 Methodology
+1611.05280 Economics
+1611.05337
+1611.05763 Learning
+1611.05882 Astrophysics of Galaxies
+1611.05889
+1611.05905
+1611.06327
+1611.06538 Information Theory
+1611.06590 Phenomenology
+1611.06644 High Energy Astrophysical Phenomena
+1611.07267 General Topology
+1611.07518
+1611.07886 Category Theory
+1611.08532 Dynamical Systems
+1611.08749 Sound
+1611.09109 Geometric Topology
+1611.09374 Theory
+1611.09520 Neurons and Cognition
+1611.09734 Rings and Algebras
+1611.10246 Astrophysics of Galaxies
+1611.10293 Analysis of PDEs
+1612.01028 Strongly Correlated Electrons
+1612.01568 Analysis of PDEs
+1612.02295 Machine Learning
+1612.02355 Cosmology and Nongalactic Astrophysics
+1612.02476 Commutative Algebra
+1612.02689
+1612.02895 Probability
+1612.03616 Optics
+1612.05074 Strongly Correlated Electrons
+1612.05288 Differential Geometry
+1612.05596 Neural and Evolutionary Computing
+1612.05630 Geometric Topology
+1612.05854
+1612.06027 Computation and Language
+1612.06149 Statistics Theory
+1612.06154 Software Engineering
+1612.06537 Information Theory
+1612.07021
+1612.07067 Portfolio Management
+1612.07317 Instrumentation and Detectors
+1612.07712 Neurons and Cognition
+1612.08155 Strongly Correlated Electrons
+1612.08614
+1612.08623 Algebraic Topology
+1612.08901
+1612.09012 Differential Geometry
+1612.09034 Optimization and Control
+1612.09132 Phenomenology
+1612.09382 Algebraic Geometry
+1701.00063 Theory
+1701.00101 Functional Analysis
+1701.00239 Probability
+1701.00366 Instrumentation and Methods for Astrophysics
+1701.00463 Fluid Dynamics
+1701.00473 Theory
+1701.00784 Strongly Correlated Electrons
+1701.00830 Algebraic Geometry
+1701.00914 Mesoscale and Nanoscale Physics
+1701.01040 Theory
+1701.01083 Probability
+1701.01085 Probability
+1701.01332 General Physics
+1701.01585 Algebraic Geometry
+1701.02004 Differential Geometry
+1701.02108 Group Theory
+1701.02365 Fluid Dynamics
+1701.02396 Computer Science and Game Theory
+1701.02528 Networking and Internet Architecture
+1701.02736 Astrophysics of Galaxies
+1701.02882 Information Theory
+1701.03036 General Physics
+1701.03073 Functional Analysis
+1701.03136 Data Structures and Algorithms
+1701.03401 Representation Theory
+1701.03541
+1701.03848 Instrumentation and Detectors
+1701.03911 Statistical Mechanics
+1701.04014 Pattern Formation and Solitons
+1701.04080 Analysis of PDEs
+1701.04086 Logic in Computer Science
+1701.04131 Phenomenology
+1701.04174 Cryptography and Security
+1701.04212 Optics
+1701.04301 Information Theory
+1701.04308 Geometric Topology
+1701.04310 Rings and Algebras
+1701.04356 Theory
+1701.04392
+1701.04419 Optimization and Control
+1701.04488 Algebraic Geometry
+1701.04542 Strongly Correlated Electrons
+1701.04646 Phenomenology
+1701.04682 Statistics Theory
+1701.04691 Logic in Computer Science
+1701.04865 High Energy Astrophysical Phenomena
+1701.04901 Information Theory
+1701.04903 Exactly Solvable and Integrable Systems
+1701.04958 Information Theory
+1701.05001 Formal Languages and Automata Theory
+1701.05127 Materials Science
+1701.05206 Strongly Correlated Electrons
+1701.05229 Theory
+1701.05254 Experiment
+1701.05261 Experiment
+1701.05300 Instrumentation and Methods for Astrophysics
+1701.05352 Social and Information Networks
+1701.05358 Computation
+1701.05363 Machine Learning
+1701.05386 Instrumentation and Methods for Astrophysics
+1701.05424
+1701.05427 Mesoscale and Nanoscale Physics
+1701.05447 Methodology
+1701.05450 Methodology
+1701.05463 Programming Languages
+1701.05473 Biological Physics
+1701.05499 Analysis of PDEs
+1701.05507 Plasma Physics
+1701.05510 Category Theory
+1701.05517 Learning
+1701.05550
+1701.05551 Functional Analysis
+1701.05652 Computer Vision and Pattern Recognition
+1701.05716 Exactly Solvable and Integrable Systems
+1701.05780 Information Theory
+1701.05844 Combinatorics
+1701.05883
+1701.05896 Theory
+1701.05897
+1701.05899 Strongly Correlated Electrons
+1701.05900 Phenomenology
+1701.05901 Astrophysics of Galaxies
+1701.05902 Solar and Stellar Astrophysics
+1701.05904 Astrophysics of Galaxies
+1701.05905 Phenomenology
+1701.05906
+1701.05908 Materials Science
+1701.05910 Solar and Stellar Astrophysics
+1701.05911 Statistics Theory
+1701.05913 Mathematical Software
+1701.05915 Number Theory
+1701.05916 Lattice
+1701.05917 Instrumentation and Methods for Astrophysics
+1701.05918 Materials Science
+1701.05919 Differential Geometry
+1701.05920 Probability
+1701.05921 Human-Computer Interaction
+1701.05922
+1701.05923 Neural and Evolutionary Computing
+1701.05924 Human-Computer Interaction
+1701.05926 Theory
+1701.05927 Machine Learning
+1701.05928 Materials Science
+1701.05929 Robotics
+1701.05931 Information Theory
+1701.05934 Combinatorics
+1701.05935 Neural and Evolutionary Computing
+1701.05936 Computation
+1701.05937 Category Theory
+1701.05938 Mesoscale and Nanoscale Physics
+1701.05940 Software Engineering
+1701.05941 Numerical Analysis
+1701.05943 Optimization and Control
+1701.05944 Information Theory
+1701.05945 Distributed, Parallel, and Cluster Computing
+1701.05946 Computer Science and Game Theory
+1701.05947 Group Theory
+1701.05948 Computer Science and Game Theory
+1701.05949 Phenomenology
+1701.05951 Atomic Physics
+1701.05952 Information Theory
+1701.05954 Optimization and Control
+1701.05956 Algebraic Geometry
+1701.05961 Combinatorics
+1701.05964 Methodology
+1701.05965 Information Theory
+1701.05966 Symplectic Geometry
+1701.05967 Risk Management
+1701.05968 Exactly Solvable and Integrable Systems
+1701.05969 Exactly Solvable and Integrable Systems
+1701.05970 Populations and Evolution
+1701.05971 Mesoscale and Nanoscale Physics
+1701.05972 Materials Science
+1701.05974 Numerical Analysis
+1701.05975 Social and Information Networks
+1701.05976 Applications
+1701.05977 Probability
+1701.05978 Probability
+1701.05979 Numerical Analysis
+1701.05980 Number Theory
+1701.05981 Information Theory
+1701.05982 Databases
+1701.05984
+1701.05985 Group Theory
+1701.05986 Distributed, Parallel, and Cluster Computing
+1701.05987 Group Theory
+1701.05988 Atmospheric and Oceanic Physics
+1701.05990 Rings and Algebras
+1701.05992 Rings and Algebras
+1701.05993 Rings and Algebras
+1701.05994 Statistics Theory
+1701.05995
+1701.05996 Distributed, Parallel, and Cluster Computing
+1701.05997 Commutative Algebra
+1701.05999 Discrete Mathematics
+1701.06000 Software Engineering
+1701.06002 Superconductivity
+1701.06003 Superconductivity
+1701.06004 Performance
+1701.06007 Phenomenology
+1701.06008 Networking and Internet Architecture
+1701.06010 Statistics Theory
+1701.06011 Geometric Topology
+1701.06012 Combinatorics
+1701.06013 Geophysics
+1701.06015
+1701.06016
+1701.06020 Emerging Technologies
+1701.06022 Combinatorics
+1701.06023 Chaotic Dynamics
+1701.06026 Dynamical Systems
+1701.06027
+1701.06029 Combinatorics
+1701.06030 Numerical Analysis
+1701.06031 Functional Analysis
+1701.06032 Optics
+1701.06033 Information Theory
+1701.06034 Phenomenology
+1701.06035 Superconductivity
+1701.06036
+1701.06038 Economics
+1701.06039 Superconductivity
+1701.06040 Number Theory
+1701.06041 Complex Variables
+1701.06042 Probability
+1701.06044 Optics
+1701.06046 Superconductivity
+1701.06047 Optics
+1701.06049 Artificial Intelligence
+1701.06050 Combinatorics
+1701.06051 Networking and Internet Architecture
+1701.06052
+1701.06053
+1701.06054 Methodology
+1701.06055 Differential Geometry
+1701.06056 Functional Analysis
+1701.06057 Materials Science
+1701.06058 High Energy Astrophysical Phenomena
+1701.06059 High Energy Astrophysical Phenomena
+1701.06061 Differential Geometry
+1701.06063 Information Theory
+1701.06065 Number Theory
+1701.06067 High Energy Astrophysical Phenomena
+1701.06068 Materials Science
+1701.06069
+1701.06070 Algebraic Topology
+1701.06071 Robotics
+1701.06072 Commutative Algebra
+1701.06073 Phenomenology
+1701.06075 Learning
+1701.06076
+1701.06077 Accelerator Physics
+1701.06079 Biological Physics
+1701.06080
+1701.06081 Mathematical Finance
+1701.06082 Commutative Algebra
+1701.06086 Cell Behavior
+1701.06088 Statistics Theory
+1701.06089 Quantum Algebra
+1701.06090 Geometric Topology
+1701.06091 Materials Science
+1701.06092 Optimization and Control
+1701.06093 Databases
+1701.06094 Fluid Dynamics
+1701.06095 Logic
+1701.06096 Optimization and Control
+1701.06097 Combinatorics
+1701.06100 Computer Science and Game Theory
+1701.06101 Physics and Society
+1701.06103 Logic in Computer Science
+1701.06104 Programming Languages
+1701.06105 Methodology
+1701.06107 Superconductivity
+1701.06109 Computer Vision and Pattern Recognition
+1701.06110 Information Theory
+1701.06111 Information Theory
+1701.06112
+1701.06113 Quantum Algebra
+1701.06114 Quantum Algebra
+1701.06115 Cosmology and Nongalactic Astrophysics
+1701.06116 Optimization and Control
+1701.06118 Numerical Analysis
+1701.06119 Information Theory
+1701.06120 Learning
+1701.06121 Computer Vision and Pattern Recognition
+1701.06122 Subcellular Processes
+1701.06123 Computer Vision and Pattern Recognition
+1701.06124 Rings and Algebras
+1701.06125 Commutative Algebra
+1701.06128 Solar and Stellar Astrophysics
+1701.06129 Statistical Mechanics
+1701.06130
+1701.06132 Astrophysics of Galaxies
+1701.06134 Data Structures and Algorithms
+1701.06135 Numerical Analysis
+1701.06136 Differential Geometry
+1701.06138 Solar and Stellar Astrophysics
+1701.06139 Combinatorics
+1701.06140 Statistics Theory
+1701.06141 Computer Vision and Pattern Recognition
+1701.06142 Logic in Computer Science
+1701.06144 K-Theory and Homology
+1701.06145 Classical Analysis and ODEs
+1701.06146 Software Engineering
+1701.06150 Atomic Physics
+1701.06151 Mesoscale and Nanoscale Physics
+1701.06152 Combinatorics
+1701.06153 Physics and Society
+1701.06155 Probability
+1701.06157 Fluid Dynamics
+1701.06158 Combinatorics
+1701.06159 Accelerator Physics
+1701.06160 High Energy Astrophysical Phenomena
+1701.06161
+1701.06162
+1701.06163 Spectral Theory
+1701.06164 Statistical Mechanics
+1701.06165 Solar and Stellar Astrophysics
+1701.06166 Exactly Solvable and Integrable Systems
+1701.06167 Artificial Intelligence
+1701.06168 Astrophysics of Galaxies
+1701.06169 Functional Analysis
+1701.06170 Disordered Systems and Neural Networks
+1701.06171 Computer Vision and Pattern Recognition
+1701.06176 Dynamical Systems
+1701.06178 Networking and Internet Architecture
+1701.06181 Information Theory
+1701.06183 Computer Vision and Pattern Recognition
+1701.06184 Subcellular Processes
+1701.06186
+1701.06187 Information Theory
+1701.06190 Computer Vision and Pattern Recognition
+1701.06191 Probability
+1701.06192 Number Theory
+1701.06194 Commutative Algebra
+1701.06196 Biological Physics
+1701.06197 Geometric Topology
+1701.06198 Mesoscale and Nanoscale Physics
+1701.06199 Atomic Physics
+1701.06200 Strongly Correlated Electrons
+1701.06201 Information Theory
+1701.06202 Complex Variables
+1701.06203 Optimization and Control
+1701.06206
+1701.06207 Human-Computer Interaction
+1701.06208 Combinatorics
+1701.06211 Classical Analysis and ODEs
+1701.06212 Pattern Formation and Solitons
+1701.06213 Mesoscale and Nanoscale Physics
+1701.06214 Differential Geometry
+1701.06215 Mesoscale and Nanoscale Physics
+1701.06217 Combinatorics
+1701.06218 Information Theory
+1701.06219 Algebraic Topology
+1701.06220 Computer Science and Game Theory
+1701.06221 Analysis of PDEs
+1701.06222 Representation Theory
+1701.06223
+1701.06224
+1701.06225 Learning
+1701.06226 Functional Analysis
+1701.06227 Instrumentation and Methods for Astrophysics
+1701.06228 Experiment
+1701.06229 Representation Theory
+1701.06230 Mesoscale and Nanoscale Physics
+1701.06231 Probability
+1701.06232 Social and Information Networks
+1701.06233 Computers and Society
+1701.06234 Optimization and Control
+1701.06236 Social and Information Networks
+1701.06237 Analysis of PDEs
+1701.06238 Differential Geometry
+1701.06239 Social and Information Networks
+1701.06240 Algebraic Geometry
+1701.06242 Astrophysics of Galaxies
+1701.06243 Theory
+1701.06244 Logic in Computer Science
+1701.06245 Quantum Gases
+1701.06246 Disordered Systems and Neural Networks
+1701.06247 Computation and Language
+1701.06248 Symbolic Computation
+1701.06250 Social and Information Networks
+1701.06251 Materials Science
+1701.06252 Probability
+1701.06254 Computational Engineering, Finance, and Science
+1701.06256 Combinatorics
+1701.06257 Number Theory
+1701.06258 Discrete Mathematics
+1701.06259 Complex Variables
+1701.06261 Biological Physics
+1701.06262 Quantum Algebra
+1701.06263 Methodology
+1701.06265 Chaotic Dynamics
+1701.06266 Combinatorics
+1701.06267 Quantitative Methods
+1701.06268 Computational Complexity
+1701.06269 Analysis of PDEs
+1701.06273 Information Theory
+1701.06276 Other Computer Science
+1701.06277 Analysis of PDEs
+1701.06279 Quantitative Methods
+1701.06284 Mesoscale and Nanoscale Physics
+1701.06288
+1701.06289 Information Theory
+1701.06290 Information Theory
+1701.06291 Phenomenology
+1701.06292 Combinatorics
+1701.06293 Mesoscale and Nanoscale Physics
+1701.06294 Probability
+1701.06295 Mesoscale and Nanoscale Physics
+1701.06297 Chaotic Dynamics
+1701.06298 High Energy Astrophysical Phenomena
+1701.06299 Economics
+1701.06300 Classical Analysis and ODEs
+1701.06301 Combinatorics
+1701.06302 Soft Condensed Matter
+1701.06303 Information Theory
+1701.06304 Information Theory
+1701.06305
+1701.06306 Experiment
+1701.06308 Probability
+1701.06309
+1701.06313 Optics
+1701.06314 Mesoscale and Nanoscale Physics
+1701.06316 Superconductivity
+1701.06317 Optimization and Control
+1701.06318
+1701.06319 Mesoscale and Nanoscale Physics
+1701.06320 Dynamical Systems
+1701.06321
+1701.06322 Superconductivity
+1701.06323 Numerical Analysis
+1701.06325 Systems and Control
+1701.06326 Materials Science
+1701.06327
+1701.06328 Phenomenology
+1701.06330 Mesoscale and Nanoscale Physics
+1701.06331 Physics and Society
+1701.06332 Optics
+1701.06335 Phenomenology
+1701.06336 Analysis of PDEs
+1701.06337 Mesoscale and Nanoscale Physics
+1701.06338 Information Theory
+1701.06344 Soft Condensed Matter
+1701.06345 Complex Variables
+1701.06346 Metric Geometry
+1701.06348 Quantum Algebra
+1701.06350
+1701.06351 Computer Vision and Pattern Recognition
+1701.06353 Numerical Analysis
+1701.06354 Information Theory
+1701.06355
+1701.06356 Computers and Society
+1701.06358 Optics
+1701.06359 Analysis of PDEs
+1701.06360 Strongly Correlated Electrons
+1701.06362 Fluid Dynamics
+1701.06364 Combinatorics
+1701.06365 Dynamical Systems
+1701.06366 Spectral Theory
+1701.06368 Information Theory
+1701.06369 Strongly Correlated Electrons
+1701.06371 Spectral Theory
+1701.06372 Superconductivity
+1701.06373
+1701.06374 High Energy Astrophysical Phenomena
+1701.06375 Geophysics
+1701.06376 Instrumentation and Methods for Astrophysics
+1701.06378 Combinatorics
+1701.06380 Number Theory
+1701.06381 Information Theory
+1701.06382 Hardware Architecture
+1701.06383 Operator Algebras
+1701.06385 Fluid Dynamics
+1701.06386 Computational Complexity
+1701.06388 Artificial Intelligence
+1701.06389 Soft Condensed Matter
+1701.06390 Differential Geometry
+1701.06393 Computer Vision and Pattern Recognition
+1701.06394 Analysis of PDEs
+1701.06395 Mesoscale and Nanoscale Physics
+1701.06396
+1701.06399
+1701.06400 Combinatorics
+1701.06401 Phenomenology
+1701.06404 Discrete Mathematics
+1701.06405 Algebraic Topology
+1701.06406 Theory
+1701.06407
+1701.06408 Atomic Physics
+1701.06409 Astrophysics of Galaxies
+1701.06410 Economics
+1701.06411 Materials Science
+1701.06412 Human-Computer Interaction
+1701.06414 Soft Condensed Matter
+1701.06415 Performance
+1701.06416 Information Theory
+1701.06417 High Energy Astrophysical Phenomena
+1701.06418 Dynamical Systems
+1701.06420 Hardware Architecture
+1701.06421 Machine Learning
+1701.06422 Soft Condensed Matter
+1701.06423
+1701.06424 Phenomenology
+1701.06425 Computers and Society
+1701.06426 Computers and Society
+1701.06427 Computers and Society
+1701.06428 Computers and Society
+1701.06429 Computers and Society
+1701.06430 Computational Geometry
+1701.06431 Computers and Society
+1701.06432 Computational Engineering, Finance, and Science
+1701.06433 Computers and Society
+1701.06434 Information Theory
+1701.06435 Other Condensed Matter
+1701.06436 Spectral Theory
+1701.06437 Information Theory
+1701.06438 Systems and Control
+1701.06439 Computer Vision and Pattern Recognition
+1701.06440 Solar and Stellar Astrophysics
+1701.06441 Numerical Analysis
+1701.06442 Numerical Analysis
+1701.06443
+1701.06444 Rings and Algebras
+1701.06445 Applications
+1701.06446 Data Structures and Algorithms
+1701.06448 Numerical Analysis
+1701.06449 Physics and Society
+1701.06450 Machine Learning
+1701.06451 Combinatorics
+1701.06452 Machine Learning
+1701.06456 General Mathematics
+1701.06458 Information Theory
+1701.06459 Algebraic Topology
+1701.06460 Materials Science
+1701.06462 Computer Vision and Pattern Recognition
+1701.06463 Systems and Control
+1701.06465 High Energy Astrophysical Phenomena
+1701.06466 Analysis of PDEs
+1701.06467 Analysis of PDEs
+1701.06468 Materials Science
+1701.06469 Rings and Algebras
+1701.06470 Optics
+1701.06471 Differential Geometry
+1701.06472 Strongly Correlated Electrons
+1701.06473 Cosmology and Nongalactic Astrophysics
+1701.06475 Commutative Algebra
+1701.06476 Logic
+1701.06478 Information Theory
+1701.06479 Algebraic Geometry
+1701.06481 Cryptography and Security
+1701.06484 Instrumentation and Methods for Astrophysics
+1701.06485 Strongly Correlated Electrons
+1701.06486 Information Theory
+1701.06487 Computer Vision and Pattern Recognition
+1701.06488 Theory
+1701.06489 Number Theory
+1701.06490 Mesoscale and Nanoscale Physics
+1701.06492 Astrophysics of Galaxies
+1701.06493 Chemical Physics
+1701.06495 Soft Condensed Matter
+1701.06496
+1701.06497
+1701.06499 Chaotic Dynamics
+1701.06500 History and Philosophy of Physics
+1701.06502 Networking and Internet Architecture
+1701.06503 Data Analysis, Statistics and Probability
+1701.06504 Information Theory
+1701.06505 Mesoscale and Nanoscale Physics
+1701.06506 Information Theory
+1701.06508 Machine Learning
+1701.06509 Multimedia
+1701.06510 Optics
+1701.06511 Machine Learning
+1701.06514 Differential Geometry
+1701.06515 Differential Geometry
+1701.06516
+1701.06517 Combinatorics
+1701.06518 Algebraic Geometry
+1701.06519 Optimization and Control
+1701.06521 Computation and Language
+1701.06522 Materials Science
+1701.06523 Materials Science
+1701.06524
+1701.06525 Atmospheric and Oceanic Physics
+1701.06526 Classical Analysis and ODEs
+1701.06527 Pattern Formation and Solitons
+1701.06529 Materials Science
+1701.06530 Superconductivity
+1701.06531 Solar and Stellar Astrophysics
+1701.06533 Analysis of PDEs
+1701.06534
+1701.06535 Optimization and Control
+1701.06536 Optimization and Control
+1701.06537 Experiment
+1701.06538 Learning
+1701.06540 Optimization and Control
+1701.06541 Mesoscale and Nanoscale Physics
+1701.06542 Theory
+1701.06543 Optimization and Control
+1701.06546 Analysis of PDEs
+1701.06548 Neural and Evolutionary Computing
+1701.06550 Metric Geometry
+1701.06551 Learning
+1701.06552 Differential Geometry
+1701.06554 Phenomenology
+1701.06555 Information Theory
+1701.06556 Mesoscale and Nanoscale Physics
+1101.2786 Probability
+1210.2347 Instrumentation and Detectors
+1305.3801 Populations and Evolution
+1306.1595 Combinatorics
+1309.7367 Networking and Internet Architecture
+1310.5200 Classical Physics
+1312.6330 Cosmology and Nongalactic Astrophysics
+1404.3062 Biological Physics
+1405.2258 Quantitative Methods
+1408.1151 Number Theory
+1409.4709
+1410.0031 Representation Theory
+1411.3121 Complex Variables
+1412.1422 Materials Science
+1412.2301 Materials Science
+1412.4376 Analysis of PDEs
+1501.03998 Statistical Mechanics
+1502.01108 Commutative Algebra
+1502.03153 Applications
+1503.02411
+1503.03229 Commutative Algebra
+1503.03603 Commutative Algebra
+1503.08269 Mesoscale and Nanoscale Physics
+1503.08659 Hardware Architecture
+1504.02552 Quantum Algebra
+1504.07960 Algebraic Geometry
+1505.06697 Number Theory
+1506.02189 Geometric Topology
+1506.03224 Materials Science
+1506.06940 Group Theory
+1506.07262 Theory
+1506.07853 Differential Geometry
+1507.07106 Methodology
+1508.02944 Quantum Gases
+1508.04041
+1508.05956 Rings and Algebras
+1508.06787 Number Theory
+1509.00622 Formal Languages and Automata Theory
+1509.03873
+1509.03907 Combinatorics
+1509.06358 Methodology
+1509.08024 Functional Analysis
+1510.00108 Theory
+1510.00682 Combinatorics
+1510.03041 Combinatorics
+1510.03246 Differential Geometry
+1510.06774 Differential Geometry
+1511.00409 Optics
+1511.00707 Theory
+1511.05324 Social and Information Networks
+1511.06966 Combinatorics
+1511.07877
+1511.08392 Biological Physics
+1511.08609 Optimization and Control
+1512.01216
+1512.01907 Information Theory
+1512.02373 Dynamical Systems
+1512.06494 Instrumentation and Detectors
+1512.06616
+1512.07057
+1601.01714 Differential Geometry
+1601.03382 Superconductivity
+1601.06677 Mesoscale and Nanoscale Physics
+1602.00348 Optimization and Control
+1602.00416
+1602.00850 Numerical Analysis
+1602.02334 Databases
+1602.02981 Materials Science
+1602.03874 Commutative Algebra
+1602.04063 Number Theory
+1602.04214 Chaotic Dynamics
+1602.06648 Computer Science and Game Theory
+1602.06723 Combinatorics
+1602.07400 Combinatorics
+1602.07592 Optimization and Control
+1603.01584 Instrumentation and Detectors
+1603.04592 Geometric Topology
+1603.07165 Statistical Mechanics
+1603.07364 Combinatorics
+1603.08186 Category Theory
+1603.08714 Artificial Intelligence
+1604.04755 Strongly Correlated Electrons
+1604.05360 Soft Condensed Matter
+1604.05417 Computer Vision and Pattern Recognition
+1604.08080 Logic in Computer Science
+1604.08369 Mesoscale and Nanoscale Physics
+1604.08506
+1605.00189 Statistics Theory
+1605.00814 Applications
+1605.01002 Analysis of PDEs
+1605.01436 Information Theory
+1605.03074 Number Theory
+1605.03234 Information Theory
+1605.03945 Optics
+1605.04119 Complex Variables
+1605.06922 Differential Geometry
+1605.07911 Metric Geometry
+1605.09165 Numerical Analysis
+1606.00029
+1606.00034 Data Analysis, Statistics and Probability
+1606.01223 Cosmology and Nongalactic Astrophysics
+1606.01305 Neural and Evolutionary Computing
+1606.01921 Number Theory
+1606.04409 Plasma Physics
+1606.04652 Numerical Analysis
+1606.05471
+1606.06625 Numerical Analysis
+1606.07581 Probability
+1606.09016 Logic in Computer Science
+1606.09103 Analysis of PDEs
+1606.09507 Complex Variables
+1606.09610 Human-Computer Interaction
+1607.01015 Quantum Gases
+1607.01303 Number Theory
+1607.01751 Computational Finance
+1607.02384 Complex Variables
+1607.02526 Computer Science and Game Theory
+1607.02619
+1607.02740 Phenomenology
+1607.02827 Phenomenology
+1607.03521 Optics
+1607.04549 Distributed, Parallel, and Cluster Computing
+1607.06074 Phenomenology
+1607.06998
+1607.07291 General Topology
+1607.07453 Cosmology and Nongalactic Astrophysics
+1607.08485 Artificial Intelligence
+1608.01283 Statistical Mechanics
+1608.01891 Economics
+1608.02233 Plasma Physics
+1608.02773 Quantum Gases
+1608.04218 Spectral Theory
+1608.04228
+1608.06407 Commutative Algebra
+1608.06856 Strongly Correlated Electrons
+1608.06942 Cosmology and Nongalactic Astrophysics
+1608.07303 Earth and Planetary Astrophysics
+1608.07361 Mesoscale and Nanoscale Physics
+1608.07684
+1608.08123 Superconductivity
+1608.08429
+1609.00138 Representation Theory
+1609.01119 Combinatorics
+1609.01769 Strongly Correlated Electrons
+1609.01919 Logic
+1609.02729
+1609.02936 Atomic Physics
+1609.03114 Strongly Correlated Electrons
+1609.03144
+1609.03407 Mesoscale and Nanoscale Physics
+1609.03702 Strongly Correlated Electrons
+1609.03852 Adaptation and Self-Organizing Systems
+1609.04218 Logic
+1609.04279 Strongly Correlated Electrons
+1609.04637 Other Quantitative Biology
+1609.04878
+1609.04892 Symplectic Geometry
+1609.06117 Phenomenology
+1609.06247 Spectral Theory
+1609.07077 Materials Science
+1609.07332 Mesoscale and Nanoscale Physics
+1609.07547 Astrophysics of Galaxies
+1609.07841 Phenomenology
+1609.08016
+1609.09330 General Physics
+1609.09364 Group Theory
+1610.00251 Computational Engineering, Finance, and Science
+1610.00636 Combinatorics
+1610.00828 Differential Geometry
+1610.00837 Combinatorics
+1610.01728 Distributed, Parallel, and Cluster Computing
+1610.01928
+1610.01945 Learning
+1610.02516 Multimedia
+1610.02709 Statistical Mechanics
+1610.02974 Mesoscale and Nanoscale Physics
+1610.03280 Optics
+1610.03308 Strongly Correlated Electrons
+1610.03449 Theory
+1610.03522 Probability
+1610.03524 Distributed, Parallel, and Cluster Computing
+1610.03553 Solar and Stellar Astrophysics
+1610.04824 Analysis of PDEs
+1610.05560 Geometric Topology
+1610.05583 Economics
+1610.07855 Statistical Mechanics
+1610.08696 Machine Learning
+1610.09335 Cosmology and Nongalactic Astrophysics
+1610.09424
+1610.09840 Phenomenology
+1610.09864
+1611.00636 Soft Condensed Matter
+1611.00682 Complex Variables
+1611.01834 Soft Condensed Matter
+1611.02922 Geometric Topology
+1611.03250 Phenomenology
+1611.03262 Strongly Correlated Electrons
+1611.03386 Plasma Physics
+1611.03400 Superconductivity
+1611.03800 Algebraic Geometry
+1611.04239 Solar and Stellar Astrophysics
+1611.04392 Numerical Analysis
+1611.04417 Information Theory
+1611.05782 Optics
+1611.05856 Theory
+1611.06140 Systems and Control
+1611.06379
+1612.01625 Differential Geometry
+1612.02461 Classical Analysis and ODEs
+1612.02804 High Energy Astrophysical Phenomena
+1612.02863 Accelerator Physics
+1612.03169 Theory
+1612.03473 Physics and Society
+1612.04141 Optimization and Control
+1612.04399 Soft Condensed Matter
+1612.05614 Optimization and Control
+1612.05670 Commutative Algebra
+1612.06071 Instrumentation and Detectors
+1612.06597 Materials Science
+1612.07049 Instrumentation and Detectors
+1612.07081
+1612.07265 Strongly Correlated Electrons
+1612.07610 Materials Science
+1612.08130 Functional Analysis
+1612.08166 Theory
+1612.08416 Optics
+1612.08667 Algebraic Geometry
+1612.08731 Graphics
+1612.08872 Databases
+1701.00395
+1701.00702 Materials Science
+1701.00743 Plasma Physics
+1701.00983 Earth and Planetary Astrophysics
+1701.01009 Theory
+1701.01249 Instrumentation and Methods for Astrophysics
+1701.01296
+1701.01679 Algebraic Geometry
+1701.01816 Statistical Mechanics
+1701.01830 Optimization and Control
+1701.02213 Phenomenology
+1701.02491 Theory
+1701.02558 Superconductivity
+1701.02688 Phenomenology
+1701.02797 Computer Vision and Pattern Recognition
+1701.02942 Applications
+1701.03001 Commutative Algebra
+1701.03688 Algebraic Geometry
+1701.04234 Theory
+1701.04513 Differential Geometry
+1701.04534 Atomic Physics
+1701.04570
+1701.04596 Information Theory
+1701.04667 Materials Science
+1701.04672 Mesoscale and Nanoscale Physics
+1701.04725 Metric Geometry
+1701.04737 Materials Science
+1701.04758 Solar and Stellar Astrophysics
+1701.04817 Instrumentation and Methods for Astrophysics
+1701.04818 Classical Physics
+1701.04819 Space Physics
+1701.04821 Solar and Stellar Astrophysics
+1701.04824 Astrophysics of Galaxies
+1701.04826 Astrophysics of Galaxies
+1701.04827 Disordered Systems and Neural Networks
+1701.04828 Phenomenology
+1701.04831 Strongly Correlated Electrons
+1701.04832 Materials Science
+1701.04833 Astrophysics of Galaxies
+1701.04834 Numerical Analysis
+1701.04837 Functional Analysis
+1701.04838 Quantum Gases
+1701.04839 Algebraic Geometry
+1701.04840 Soft Condensed Matter
+1701.04842 Solar and Stellar Astrophysics
+1701.04843 Optics
+1701.04846 Methodology
+1701.04848 Algebraic Geometry
+1701.04849 Soft Condensed Matter
+1701.04850 Dynamical Systems
+1701.04852 Astrophysics of Galaxies
+1701.04856 Theory
+1701.04857 Experiment
+1701.04858 Applications
+1701.04860 Analysis of PDEs
+1701.04864 Materials Science
+1701.04867 Algebraic Geometry
+1701.04868 Statistical Mechanics
+1701.04870 Computer Science and Game Theory
+1701.04871 Systems and Control
+1701.04872 Differential Geometry
+1701.04875 Complex Variables
+1701.04877 Algebraic Topology
+1701.04878 Classical Physics
+1701.04881 Phenomenology
+1701.04882 Pattern Formation and Solitons
+1701.04883 Number Theory
+1701.04884 Phenomenology
+1701.04885 Functional Analysis
+1701.04887 History and Overview
+1701.04889 Methodology
+1701.04890 Information Theory
+1701.04891
+1701.04893 Neurons and Cognition
+1701.04894 Quantum Gases
+1701.04896 Strongly Correlated Electrons
+1701.04902
+1701.04904
+1701.04905 Neurons and Cognition
+1701.04909 Information Theory
+1701.04912 Probability
+1701.04913 Optics
+1701.04914 Programming Languages
+1701.04915 Logic in Computer Science
+1701.04916 Logic in Computer Science
+1701.04917 Logic in Computer Science
+1701.04918 Logic in Computer Science
+1701.04920 Logic in Computer Science
+1701.04923 Computer Vision and Pattern Recognition
+1701.04924 Geometric Topology
+1701.04925 Robotics
+1701.04927 Phenomenology
+1701.04928 Computer Vision and Pattern Recognition
+1701.04929 Programming Languages
+1701.04930 Differential Geometry
+1701.04931 Information Retrieval
+1701.04932 Fluid Dynamics
+1701.04934 Information Retrieval
+1701.04936 Classical Analysis and ODEs
+1701.04938 Optics
+1701.04939 Systems and Control
+1701.04940 Cryptography and Security
+1701.04941 Systems and Control
+1701.04942 Combinatorics
+1701.04948 Atomic Physics
+1701.04949 Neural and Evolutionary Computing
+1701.04953 Phenomenology
+1701.04954 Information Theory
+1701.04955 Combinatorics
+1701.04956 Combinatorics
+1701.04957
+1701.04959 Pattern Formation and Solitons
+1701.04960 Information Theory
+1701.04961 Mesoscale and Nanoscale Physics
+1701.04962
+1701.04963 Combinatorics
+1701.04964 Differential Geometry
+1701.04965 Differential Geometry
+1701.04966 Complex Variables
+1701.04968 Machine Learning
+1701.04970 Statistics Theory
+1701.04972 Solar and Stellar Astrophysics
+1701.04973 Cosmology and Nongalactic Astrophysics
+1701.04974 Physics and Society
+1701.04976 Materials Science
+1701.04977 Dynamical Systems
+1701.04978 Number Theory
+1701.04979 Strongly Correlated Electrons
+1701.04980 Soft Condensed Matter
+1701.04981 Differential Geometry
+1701.04982 Information Theory
+1701.04984 Information Theory
+1701.04985 Phenomenology
+1701.04986
+1701.04988 Differential Geometry
+1701.04989 Fluid Dynamics
+1701.04990 Commutative Algebra
+1701.04991
+1701.04992
+1701.04993 Algebraic Geometry
+1701.04994 High Energy Astrophysical Phenomena
+1701.04995 Classical Analysis and ODEs
+1701.04996 Differential Geometry
+1701.04998 Differential Geometry
+1701.05000 Metric Geometry
+1701.05002 Quantum Gases
+1701.05003 Computer Vision and Pattern Recognition
+1701.05004 Neurons and Cognition
+1701.05005 Analysis of PDEs
+1701.05007 Cryptography and Security
+1701.05009 Statistics Theory
+1701.05010 Superconductivity
+1701.05011 Computation and Language
+1701.05012
+1701.05013 Computer Vision and Pattern Recognition
+1701.05015 Lattice
+1701.05016 Portfolio Management
+1701.05017 Algebraic Geometry
+1701.05020 Soft Condensed Matter
+1701.05022 Soft Condensed Matter
+1701.05024
+1701.05028 High Energy Astrophysical Phenomena
+1701.05029 Classical Analysis and ODEs
+1701.05030 Combinatorics
+1701.05033 Instrumentation and Detectors
+1701.05034 Programming Languages
+1701.05036 Logic
+1701.05037 Soft Condensed Matter
+1701.05038
+1701.05039 Disordered Systems and Neural Networks
+1701.05043 Plasma Physics
+1701.05044
+1701.05045 Information Theory
+1701.05046 High Energy Astrophysical Phenomena
+1701.05048 Astrophysics of Galaxies
+1701.05049 Mesoscale and Nanoscale Physics
+1701.05050
+1701.05052
+1701.05053 Learning
+1701.05054 Numerical Analysis
+1701.05055 Information Theory
+1701.05057 Mesoscale and Nanoscale Physics
+1701.05058 Analysis of PDEs
+1701.05059 Artificial Intelligence
+1701.05060 Earth and Planetary Astrophysics
+1701.05061 Probability
+1701.05062 Materials Science
+1701.05063 Logic in Computer Science
+1701.05064
+1701.05065 Statistics Theory
+1701.05067 Optimization and Control
+1701.05069 Numerical Analysis
+1701.05070 Fluid Dynamics
+1701.05079 Statistical Mechanics
+1701.05081 Materials Science
+1701.05083 Computer Vision and Pattern Recognition
+1701.05085 Probability
+1701.05087 Differential Geometry
+1701.05088 Computer Vision and Pattern Recognition
+1701.05093 Classical Analysis and ODEs
+1701.05094 Logic
+1701.05095
+1701.05097 Accelerator Physics
+1701.05098 General Mathematics
+1701.05099 Databases
+1701.05100 Probability
+1701.05102 Algebraic Geometry
+1701.05106 Probability
+1701.05107 Spectral Theory
+1701.05108 Multiagent Systems
+1701.05109 Mesoscale and Nanoscale Physics
+1701.05111 Physics Education
+1701.05112 Functional Analysis
+1701.05114 General Finance
+1701.05115 Logic
+1701.05118 General Physics
+1701.05119 Materials Science
+1701.05120 Theory
+1701.05121 Neural and Evolutionary Computing
+1701.05123
+1701.05126 Number Theory
+1701.05128 Computation
+1701.05129 Group Theory
+1701.05130 Artificial Intelligence
+1701.05134 Group Theory
+1701.05135 Strongly Correlated Electrons
+1701.05137 Mesoscale and Nanoscale Physics
+1701.05139 Category Theory
+1701.05140 Mesoscale and Nanoscale Physics
+1701.05141 Computational Geometry
+1701.05142 Strongly Correlated Electrons
+1701.05143 Analysis of PDEs
+1701.05144 Combinatorics
+1701.05145 Soft Condensed Matter
+1701.05146 Methodology
+1701.05147 Differential Geometry
+1701.05149 Information Retrieval
+1701.05150 Differential Geometry
+1701.05151
+1701.05153 Mesoscale and Nanoscale Physics
+1701.05154 Soft Condensed Matter
+1701.05155 Analysis of PDEs
+1701.05156 Combinatorics
+1701.05159 Neural and Evolutionary Computing
+1701.05160 Formal Languages and Automata Theory
+1701.05161 Classical Analysis and ODEs
+1701.05162 Fluid Dynamics
+1701.05163 Space Physics
+1701.05164 Pattern Formation and Solitons
+1701.05165 Analysis of PDEs
+1701.05166 Information Theory
+1701.05168 Theory
+1701.05169 Theory
+1701.05171
+1701.05172 Probability
+1701.05174 Probability
+1701.05175 Probability
+1701.05176 Statistical Finance
+1701.05177 Applications
+1701.05178 Earth and Planetary Astrophysics
+1701.05179 Methodology
+1701.05180
+1701.05181 Superconductivity
+0705.2447 Classical Analysis and ODEs
+0710.0442 Classical Analysis and ODEs
+1003.2895 Classical Analysis and ODEs
+1009.3129 Dynamical Systems
+1011.0683 Classical Analysis and ODEs
+1104.0088 Dynamical Systems
+1105.1589 Dynamical Systems
+1201.5320 Metric Geometry
+1202.0140 Dynamical Systems
+1204.5886 Classical Analysis and ODEs
+1205.3878 Combinatorics
+1209.0629 Metric Geometry
+1209.3648 Classical Analysis and ODEs
+1212.5820 Dynamical Systems
+1303.4665 Differential Geometry
+1311.3275
+1312.2567 Dynamical Systems
+1401.0231 Classical Analysis and ODEs
+1401.7337 Probability
+1404.6812 Information Theory
+1405.0472 Symbolic Computation
+1405.4525 Computation
+1406.0528
+1408.0010 Theory
+1410.3014 Number Theory
+1411.6995 Lattice
+1412.8338 Data Structures and Algorithms
+1501.06082 Algebraic Topology
+1502.00879 Algebraic Geometry
+1503.05989 Instrumentation and Methods for Astrophysics
+1503.07471 Phenomenology
+1504.02704 Group Theory
+1504.05354 Classical Analysis and ODEs
+1504.07367 Differential Geometry
+1506.03993 Methodology
+1506.04319 Cryptography and Security
+1506.07851 Classical Analysis and ODEs
+1507.00026 Computational Complexity
+1507.05343 Probability
+1507.08586 Information Retrieval
+1507.08897
+1508.02014 Functional Analysis
+1508.02179 Digital Libraries
+1508.03461 Probability
+1508.06812 Analysis of PDEs
+1509.03211 Classical Analysis and ODEs
+1509.04519 Combinatorics
+1509.07003 Analysis of PDEs
+1509.07175 Computation and Language
+1509.07571 Strongly Correlated Electrons
+1509.08177 Analysis of PDEs
+1510.01154 Probability
+1510.03628 Complex Variables
+1510.06955 Probability
+1511.01287 Data Structures and Algorithms
+1511.02360 Group Theory
+1511.03950 Instrumentation and Detectors
+1511.05700
+1511.06841 Learning
+1511.09407 Mesoscale and Nanoscale Physics
+1512.01608 Data Analysis, Statistics and Probability
+1512.03027
+1512.04847 Algebraic Geometry
+1512.06657 Computational Complexity
+1512.09016 Statistics Theory
+1601.01462 Methodology
+1601.01998 Classical Analysis and ODEs
+1602.03196 Dynamical Systems
+1602.05033 Numerical Analysis
+1602.07408 Optics
+1602.08904
+1603.00704 Mesoscale and Nanoscale Physics
+1603.01074 Numerical Analysis
+1603.03706 Atmospheric and Oceanic Physics
+1603.05888 Combinatorics
+1603.07907 Analysis of PDEs
+1603.09214
+1604.00241 Probability
+1604.02173 Operator Algebras
+1604.02424 Phenomenology
+1604.04155 Physics and Society
+1604.08350
+1604.08599 Astrophysics of Galaxies
+1604.08812 Theory
+1605.01009 Probability
+1605.01267 Differential Geometry
+1605.04307 Cosmology and Nongalactic Astrophysics
+1605.04598 Information Theory
+1605.04873
+1605.05838 Computational Complexity
+1605.06791 Metric Geometry
+1606.00530 Pricing of Securities
+1606.02219 Other Condensed Matter
+1606.02487 Rings and Algebras
+1606.03718 Combinatorics
+1606.04715 Algebraic Geometry
+1606.04887 Lattice
+1606.05198 Data Structures and Algorithms
+1606.06920 Mesoscale and Nanoscale Physics
+1607.04840 Phenomenology
+1607.05495 Soft Condensed Matter
+1607.06474 Theory
+1607.06489 Strongly Correlated Electrons
+1607.08068 Analysis of PDEs
+1607.08335
+1608.00435 Experiment
+1608.01555 General Mathematics
+1608.01651 Differential Geometry
+1608.02777
+1608.03144 Dynamical Systems
+1608.03828 Computers and Society
+1608.04618 Optics
+1608.05196 Biological Physics
+1608.06046 Rings and Algebras
+1608.07674 Solar and Stellar Astrophysics
+1608.08078 Number Theory
+1609.00884 Mesoscale and Nanoscale Physics
+1609.01372 Atomic Physics
+1609.01534 Adaptation and Self-Organizing Systems
+1609.01868
+1609.03777 Learning
+1609.04377 Astrophysics of Galaxies
+1609.04981 High Energy Astrophysical Phenomena
+1609.05597
+1609.05933
+1609.06596 Materials Science
+1609.06688 Phenomenology
+1609.07042 Computer Vision and Pattern Recognition
+1609.07552 Optics
+1609.07745 Probability
+1609.07861 Optics
+1609.08229 Spectral Theory
+1609.09020 Instrumentation and Detectors
+1610.00858 Logic
+1610.01502 Computer Vision and Pattern Recognition
+1610.01916 Complex Variables
+1610.02398 Phenomenology
+1610.02476 Medical Physics
+1610.03209 Functional Analysis
+1610.03807 Computation and Language
+1610.04933
+1610.06051 Theory
+1610.06191 Strongly Correlated Electrons
+1610.06629 Geometric Topology
+1610.06830 Mesoscale and Nanoscale Physics
+1610.07747 Other Condensed Matter
+1610.08758 Cosmology and Nongalactic Astrophysics
+1610.09505 Astrophysics of Galaxies
+1610.09910 Representation Theory
+1610.09924 Phenomenology
+1610.09936 Physics and Society
+1611.00207 Dynamical Systems
+1611.00243 Instrumentation and Detectors
+1611.00756 Optimization and Control
+1611.01250 Functional Analysis
+1611.01639 Learning
+1611.01883 Operator Algebras
+1611.02723 Emerging Technologies
+1611.02749 Phenomenology
+1611.03107 Instrumentation and Detectors
+1611.03337 Mesoscale and Nanoscale Physics
+1611.03963 Mesoscale and Nanoscale Physics
+1611.04380 Phenomenology
+1611.04594 Strongly Correlated Electrons
+1611.05607 Computer Vision and Pattern Recognition
+1611.06053 Subcellular Processes
+1611.06701
+1611.06872 Classical Analysis and ODEs
+1611.07093 Machine Learning
+1611.07707 Statistical Mechanics
+1611.07856 Data Analysis, Statistics and Probability
+1611.08047 Geometric Topology
+1611.09860 Astrophysics of Galaxies
+1612.00883 Earth and Planetary Astrophysics
+1612.01418 Strongly Correlated Electrons
+1612.01822 Digital Libraries
+1612.03196 Social and Information Networks
+1612.03613
+1612.03880 Statistics Theory
+1612.05486 Performance
+1612.05497 Artificial Intelligence
+1612.06730 Algebraic Geometry
+1612.07126 Cosmology and Nongalactic Astrophysics
+1612.07602 Artificial Intelligence
+1612.07774 Earth and Planetary Astrophysics
+1612.08312 Computational Physics
+1612.08857 Astrophysics of Galaxies
+1701.00874 Computation and Language
+1701.01171 Theory
+1701.01333 Fluid Dynamics
+1701.01941 Computer Vision and Pattern Recognition
+1701.01950 Functional Analysis
+1701.02155 Soft Condensed Matter
+1701.02738 Solar and Stellar Astrophysics
+1701.03110 Theory
+1701.03323 Phenomenology
+1701.03669 High Energy Astrophysical Phenomena
+1701.04650 Materials Science
+1701.05187 History and Overview
+1701.06087
+1701.06126 Combinatorics
+1701.06193 Theory
+1701.06507 Graphics
+1701.07043 Phenomenology
+1701.07346 Phenomenology
+1701.07714 Algebraic Geometry
+1701.07948 Optics
+1701.07968 Representation Theory
+1701.08121 Group Theory
+1701.08264 Strongly Correlated Electrons
+1701.08645 Theory
+1701.08705 Experiment
+1701.08960 Classical Analysis and ODEs
+1701.09035 Theory
+1701.09121 Superconductivity
+1701.09123 Computation and Language
+1701.09185 Probability
+1702.00009 Cosmology and Nongalactic Astrophysics
+1702.00014 Information Theory
+1702.00061 Computer Vision and Pattern Recognition
+1702.00111 Methodology
+1702.00112 Human-Computer Interaction
+1702.00167 Computation and Language
+1702.00396 Instrumentation and Detectors
+1702.00397 Fluid Dynamics
+1702.00398 Instrumentation and Detectors
+1702.00399 Space Physics
+1702.00400 Astrophysics of Galaxies
+1702.00401 Phenomenology
+1702.00402 Astrophysics of Galaxies
+1702.00403 Instrumentation and Methods for Astrophysics
+1702.00404 Theory
+1702.00405 Phenomenology
+1702.00406 Astrophysics of Galaxies
+1702.00407 Astrophysics of Galaxies
+1702.00408 Cosmology and Nongalactic Astrophysics
+1702.00409 Cosmology and Nongalactic Astrophysics
+1702.00410 Phenomenology
+1702.00411 Materials Science
+1702.00412 Theory
+1702.00413 Phenomenology
+1702.00416 Solar and Stellar Astrophysics
+1702.00417 Strongly Correlated Electrons
+1702.00419 Superconductivity
+1702.00421 Strongly Correlated Electrons
+1702.00422 Optimization and Control
+1702.00423 Theory
+1702.00425 Robotics
+1702.00427 Probability
+1702.00429 Metric Geometry
+1702.00430 Solar and Stellar Astrophysics
+1702.00431 Algebraic Geometry
+1702.00432
+1702.00433 Numerical Analysis
+1702.00434 Computation
+1702.00435 Group Theory
+1702.00436 Digital Libraries
+1702.00437 Materials Science
+1702.00438
+1702.00440 Instrumentation and Methods for Astrophysics
+1702.00441 Plasma Physics
+1702.00442 Instrumentation and Methods for Astrophysics
+1702.00443 Instrumentation and Methods for Astrophysics
+1702.00444 Methodology
+1702.00445 Strongly Correlated Electrons
+1702.00446 Group Theory
+1702.00447 Solar and Stellar Astrophysics
+1702.00448 Earth and Planetary Astrophysics
+1702.00449 Analysis of PDEs
+1702.00450 Chemical Physics
+1702.00451 Soft Condensed Matter
+1702.00452 Mesoscale and Nanoscale Physics
+1702.00453 Number Theory
+1702.00454 Fluid Dynamics
+1702.00455 Statistical Mechanics
+1702.00456 Analysis of PDEs
+1702.00459 Representation Theory
+1702.00460 Accelerator Physics
+1702.00462 Strongly Correlated Electrons
+1702.00463
+1702.00464 Optimization and Control
+1702.00465 Analysis of PDEs
+1702.00466 Analysis of PDEs
+1702.00469 Mesoscale and Nanoscale Physics
+1702.00471 Number Theory
+1702.00474 High Energy Astrophysical Phenomena
+1702.00475 Fluid Dynamics
+1702.00476 High Energy Astrophysical Phenomena
+1702.00477 Neural and Evolutionary Computing
+1702.00478
+1702.00479 Materials Science
+1702.00481
+1702.00482 Statistics Theory
+1702.00484 Algebraic Geometry
+1702.00485 Astrophysics of Galaxies
+1702.00486
+1702.00487 Strongly Correlated Electrons
+1702.00489 Molecular Networks
+1702.00491 Optics
+1702.00492 Systems and Control
+1702.00493 Information Theory
+1702.00494
+1702.00496 Computational Physics
+1702.00497 Astrophysics of Galaxies
+1702.00499 Mesoscale and Nanoscale Physics
+1702.00501 Methodology
+1702.00503 Computer Vision and Pattern Recognition
+1702.00504
+1702.00506 Computer Vision and Pattern Recognition
+1702.00507 Instrumentation and Detectors
+1702.00508 Geometric Topology
+1702.00509 Computer Vision and Pattern Recognition
+1702.00510 Metric Geometry
+1702.00512 Subcellular Processes
+1702.00515 Superconductivity
+1702.00516 Algebraic Geometry
+1702.00518 Machine Learning
+1702.00519 Commutative Algebra
+1702.00520 Functional Analysis
+1702.00521 Combinatorics
+1702.00523 Computer Vision and Pattern Recognition
+1702.00524 Information Theory
+1702.00525 Methodology
+1702.00526 Optimization and Control
+1702.00527 Systems and Control
+1702.00528 Systems and Control
+1702.00529 Spectral Theory
+1702.00531 Optics
+1702.00532
+1702.00533 Computational Complexity
+1702.00534 Instrumentation and Methods for Astrophysics
+1702.00536 Networking and Internet Architecture
+1702.00538 Biological Physics
+1702.00539 Artificial Intelligence
+1702.00540
+1702.00541 Lattice
+1702.00542
+1702.00543 Disordered Systems and Neural Networks
+1702.00544 Astrophysics of Galaxies
+1702.00547 Rings and Algebras
+1702.00548 Cryptography and Security
+1702.00549 Combinatorics
+1702.00551 Rings and Algebras
+1702.00552 Cryptography and Security
+1702.00553 Optimization and Control
+1702.00554 Digital Libraries
+1702.00555
+1702.00556 Methodology
+1702.00557 Experiment
+1702.00558 Computational Complexity
+1702.00561 Group Theory
+1702.00562 Programming Languages
+1702.00563 Numerical Analysis
+1702.00564 Applications
+1702.00565 Materials Science
+1702.00567 Databases
+1702.00568 Strongly Correlated Electrons
+1702.00569 Combinatorics
+1702.00571 Solar and Stellar Astrophysics
+1702.00572 Fluid Dynamics
+1702.00573 Materials Science
+1702.00575
+1702.00577 Solar and Stellar Astrophysics
+1702.00578 Mesoscale and Nanoscale Physics
+1702.00579 Mesoscale and Nanoscale Physics
+1702.00580 Geometric Topology
+1702.00581 Group Theory
+1702.00582 Other Computer Science
+1702.00583 Computer Vision and Pattern Recognition
+1702.00584 Information Theory
+1702.00585 Social and Information Networks
+1702.00586 Statistical Mechanics
+1702.00590 Biological Physics
+1702.00591
+1702.00594
+1702.00595 Probability
+1702.00596 Fluid Dynamics
+1702.00597 Astrophysics of Galaxies
+1702.00598 Systems and Control
+1702.00600 Dynamical Systems
+1702.00601 Strongly Correlated Electrons
+1702.00602 Functional Analysis
+1702.00604 Combinatorics
+1702.00605 Functional Analysis
+1702.00607 Phenomenology
+1702.00608 Information Theory
+1702.00610 Learning
+1702.00611 Classical Analysis and ODEs
+1702.00612 Lattice
+1702.00613 Dynamical Systems
+1702.00614 Adaptation and Self-Organizing Systems
+1702.00616 Computer Science and Game Theory
+1702.00618 Chemical Physics
+1702.00619 Information Retrieval
+1702.00620 Soft Condensed Matter
+1702.00621 Experiment
+1702.00622 Discrete Mathematics
+1702.00623 Instrumentation and Detectors
+1702.00625 Algebraic Geometry
+1702.00626 Classical Analysis and ODEs
+1702.00627 Spectral Theory
+1702.00628 Statistics Theory
+1702.00629 Performance
+1702.00630 Experiment
+1702.00631 Classical Analysis and ODEs
+1702.00632 Subcellular Processes
+1702.00634 Soft Condensed Matter
+1702.00635 Combinatorics
+1702.00636 Spectral Theory
+1702.00637 Analysis of PDEs
+1702.00639
+1702.00641 Solar and Stellar Astrophysics
+1702.00642 Quantum Gases
+1702.00643 Superconductivity
+1702.00645 Information Theory
+1702.00647 Rings and Algebras
+1702.00649 Strongly Correlated Electrons
+1702.00650 Other Computer Science
+1702.00651 Cosmology and Nongalactic Astrophysics
+1702.00652 Combinatorics
+1702.00653 Earth and Planetary Astrophysics
+1702.00656 Soft Condensed Matter
+1702.00657 Soft Condensed Matter
+1702.00658 Differential Geometry
+1702.00659 Phenomenology
+1702.00660
+1702.00661 Analysis of PDEs
+1702.00662 Statistics Theory
+1702.00664 High Energy Astrophysical Phenomena
+1702.00665
+1702.00666 Algebraic Topology
+1702.00667 Earth and Planetary Astrophysics
+1702.00668 Functional Analysis
+1702.00669 Classical Analysis and ODEs
+1702.00670 Lattice
+1702.00671 Numerical Analysis
+1702.00674 Experiment
+1702.00677 Optics
+1702.00678 Accelerator Physics
+1702.00679 Algebraic Geometry
+1702.00680 Plasma Physics
+1702.00681 Combinatorics
+1702.00682 Materials Science
+1702.00683
+1702.00684 Materials Science
+1702.00686 Systems and Control
+1702.00687 Neurons and Cognition
+1702.00688 Analysis of PDEs
+1702.00689 Chemical Physics
+1702.00691 Earth and Planetary Astrophysics
+1702.00692 General Physics
+1702.00693
+1702.00694 Robotics
+1702.00695 Computational Engineering, Finance, and Science
+1702.00697 Probability
+1702.00698
+1702.00699 Dynamical Systems
+1702.00700 Computation and Language
+1702.00701 Analysis of PDEs
+1702.00702
+1702.00703 Strongly Correlated Electrons
+1702.00704 Complex Variables
+1702.00705 Strongly Correlated Electrons
+1702.00706 Strongly Correlated Electrons
+1702.00707 Dynamical Systems
+1702.00708 Optimization and Control
+1702.00711 Instrumentation and Detectors
+1702.00712 Analysis of PDEs
+1702.00713 Numerical Analysis
+1702.00714 Computer Vision and Pattern Recognition
+1702.00715 Materials Science
+1702.00716 Computation and Language
+1702.00717 Superconductivity
+1702.00719 Cryptography and Security
+1702.00720 High Energy Astrophysical Phenomena
+1702.00721 Representation Theory
+1702.00722 Plasma Physics
+1702.00723 Computer Vision and Pattern Recognition
+1702.00724 Strongly Correlated Electrons
+1702.00725 Astrophysics of Galaxies
+1702.00726 Probability
+1702.00727 Information Theory
+1702.00728 Methodology
+1702.00729 Complex Variables
+1702.00732 High Energy Astrophysical Phenomena
+1702.00733 Robotics
+1702.00736 Formal Languages and Automata Theory
+1702.00737 Graphics
+1702.00738 Fluid Dynamics
+1702.00739 Analysis of PDEs
+1702.00740 Functional Analysis
+1702.00742 Cosmology and Nongalactic Astrophysics
+1702.00744 Chemical Physics
+1702.00747 Analysis of PDEs
+1702.00748 Phenomenology
+1702.00749
+1702.00751 Analysis of PDEs
+1702.00753 Probability
+1702.00754 Computer Vision and Pattern Recognition
+1702.00758 Learning
+1702.00760 Classical Analysis and ODEs
+1702.00761 Biological Physics
+1702.00762 Analysis of PDEs
+1702.00764 Computation and Language
+1702.00765 Functional Analysis
+1702.00766 Experiment
+1702.00767
+1702.00768 Neurons and Cognition
+1702.00769 Mesoscale and Nanoscale Physics
+1702.00770 Algebraic Geometry
+1702.00772 Dynamical Systems
+1702.00773 Numerical Analysis
+1702.00774
+1702.00775 Solar and Stellar Astrophysics
+1702.00776 Information Theory
+1702.00777 High Energy Astrophysical Phenomena
+1702.00780 Artificial Intelligence
+1702.00781 Commutative Algebra
+1702.00782 Optics
+math/0207104 Algebraic Geometry
+math/0407339 Algebraic Geometry
+math/0407340 Algebraic Geometry
+0803.0437 Number Theory
+0907.3182 Differential Geometry
+0911.5231
+1012.4614
+1103.4884 Combinatorics
+1104.0336 Functional Analysis
+1201.4414 Algebraic Geometry
+1202.5799 Logic
+1206.0283 Functional Analysis
+1206.1620 Differential Geometry
+1207.2486 Functional Analysis
+1207.4223 Logic
+1210.6044 Physics and Society
+1304.6009 Algebraic Geometry
+1306.1290 Representation Theory
+1307.7652 Algebraic Geometry
+1309.5655 Artificial Intelligence
+1312.0177 Functional Analysis
+1401.3735
+1401.4220 Optimization and Control
+1401.4626 Algebraic Geometry
+1403.0039 Representation Theory
+1404.2813 Data Analysis, Statistics and Probability
+1405.3609 Probability
+1407.3724 Algebraic Geometry
+1408.4664 Dynamical Systems
+1409.2351
+1410.1501 Geometric Topology
+1411.1751 Computer Science and Game Theory
+1411.1861
+1411.3375 Algebraic Geometry
+1411.7807 Symplectic Geometry
+1411.8005 Analysis of PDEs
+1412.2947 Combinatorics
+1412.4051 Data Structures and Algorithms
+1502.01882 Differential Geometry
+1502.04075 Mesoscale and Nanoscale Physics
+1503.00395 Quantum Algebra
+1503.07695 Quantum Algebra
+1506.04035 High Energy Astrophysical Phenomena
+1506.05537 Cosmology and Nongalactic Astrophysics
+1507.04397 Optimization and Control
+1507.04759
+1507.05462 Mesoscale and Nanoscale Physics
+1508.00623 Tissues and Organs
+1508.00850 Probability
+1508.01922 Methodology
+1508.02974 Algebraic Geometry
+1508.04532
+1508.05515 Discrete Mathematics
+1509.05292
+1510.04986
+1510.08318 Instrumentation and Methods for Astrophysics
+1511.00601 Number Theory
+1511.03607 Information Theory
+1511.04777 Information Theory
+1511.05090
+1512.00671 Strongly Correlated Electrons
+1512.02568 Databases
+1512.02720 Commutative Algebra
+1512.03048 Information Theory
+1512.03734 Differential Geometry
+1512.04318 Differential Geometry
+1512.05622 Probability
+1512.07594 Group Theory
+1601.01430 Theory
+1601.03247 Atomic Physics
+1601.04147 Logic in Computer Science
+1601.05263 Mesoscale and Nanoscale Physics
+1601.06559 Mesoscale and Nanoscale Physics
+1601.07068 Numerical Analysis
+1601.07618 Number Theory
+1602.01093 Strongly Correlated Electrons
+1602.01427 Complex Variables
+1602.02001 Differential Geometry
+1602.03521 Theory
+1602.04971 Genomics
+1602.06043 Logic in Computer Science
+1602.06471 Algebraic Geometry
+1603.02742 Materials Science
+1603.02790 Dynamical Systems
+1603.04088 Classical Analysis and ODEs
+1603.09210
+1603.09714 Analysis of PDEs
+1604.02266
+1604.02905 Mesoscale and Nanoscale Physics
+1604.03433 Number Theory
+1604.06510 Spectral Theory
+1604.07509 Quantum Gases
+1604.07815 Superconductivity
+1604.07953 Computer Vision and Pattern Recognition
+1605.01282 Quantum Algebra
+1605.01551 Probability
+1605.04082
+1605.04401 Optics
+1605.06063
+1605.08100 Category Theory
+1605.08277 Theory
+1606.00061 Computer Vision and Pattern Recognition
+1606.01069 Differential Geometry
+1606.01663
+1606.03642 Emerging Technologies
+1606.06336 Populations and Evolution
+1606.09075 Cryptography and Security
+1606.09147 Algebraic Geometry
+1606.09158 Combinatorics
+1606.09313
+1607.01984
+1607.02442 Cosmology and Nongalactic Astrophysics
+1607.04099 Theory
+1607.04272 Computational Physics
+1607.05705 Phenomenology
+1607.06445 Phenomenology
+1607.07275 Atomic Physics
+1607.07424 Mesoscale and Nanoscale Physics
+1607.07857 Quantum Algebra
+1607.08504 Representation Theory
+1607.08575 Optics
+1608.00677
+1608.00917 Systems and Control
+1608.01110 Analysis of PDEs
+1608.02111 Dynamical Systems
+1608.02635 Combinatorics
+1608.03858 Phenomenology
+1608.04514 Phenomenology
+1608.05032 Probability
+1608.05446 Cosmology and Nongalactic Astrophysics
+1608.08082 General Mathematics
+1608.08372 Theory
+1608.08467 Materials Science
+1609.00015
+1609.00768 Mesoscale and Nanoscale Physics
+1609.01204 Software Engineering
+1609.01845
+1609.02174 Systems and Control
+1609.03215 Dynamical Systems
+1609.03304 Mesoscale and Nanoscale Physics
+1609.03539 Superconductivity
+1609.03790 Algebraic Geometry
+1609.04991 Functional Analysis
+1609.05132 Neural and Evolutionary Computing
+1609.07612 Cryptography and Security
+1609.08281 Learning
+1609.08929 Probability
+1609.08974 Statistical Mechanics
+1610.00103 Analysis of PDEs
+1610.00337 Soft Condensed Matter
+1610.00805 Combinatorics
+1610.01411 Classical Analysis and ODEs
+1610.03049 History and Philosophy of Physics
+1610.03410 Soft Condensed Matter
+1610.03657 Mesoscale and Nanoscale Physics
+1610.03815 Mesoscale and Nanoscale Physics
+1610.04132 Quantum Gases
+1610.04968 Classical Analysis and ODEs
+1610.05164 Strongly Correlated Electrons
+1610.05241 Mesoscale and Nanoscale Physics
+1610.05553 Probability
+1610.06133 Materials Science
+1610.07960 Statistical Mechanics
+1610.08354 Other Condensed Matter
+1610.08905 Soft Condensed Matter
+1611.01336 Analysis of PDEs
+1611.01478 Combinatorics
+1611.01522 Soft Condensed Matter
+1611.02498 Strongly Correlated Electrons
+1611.02868 Algebraic Geometry
+1611.03864 Phenomenology
+1611.04169 Operator Algebras
+1611.04337 Theory
+1611.05032 Phenomenology
+1611.06557 Combinatorics
+1611.07147 Instrumentation and Detectors
+1611.07760 Phenomenology
+1611.08950 Optics
+1611.10149 Astrophysics of Galaxies
+1611.10199 Fluid Dynamics
+1612.00114 Theory
+1612.00778 Applications
+1612.01443 Phenomenology
+1612.02593 Theory
+1612.02850 Phenomenology
+1612.03657 Analysis of PDEs
+1612.03813 Software Engineering
+1612.03833 Geophysics
+1612.04043 Astrophysics of Galaxies
+1612.04056 Sound
+1612.04206 Algebraic Geometry
+1612.04561 Representation Theory
+1612.05931 Number Theory
+1612.06163
+1612.06239 Instrumentation and Methods for Astrophysics
+1612.06330 Theory
+1612.06600
+1612.06841 Algebraic Geometry
+1612.06989 Optics
+1612.07304 Analysis of PDEs
+1612.07334 Phenomenology
+1612.07337 Phenomenology
+1612.08048 Multiagent Systems
+1612.08187
+1612.08201 Optimization and Control
+1612.08695 Statistical Mechanics
+1612.09243 Earth and Planetary Astrophysics
+1701.00394 Number Theory
+1701.00826 Mesoscale and Nanoscale Physics
+1701.00877 Artificial Intelligence
+1701.01055 Applications
+1701.01442 Astrophysics of Galaxies
+1701.01531 Quantitative Methods
+1701.01628 Information Theory
+1701.01640 Atomic Physics
+1701.01792 Instrumentation and Methods for Astrophysics
+1701.01967 Differential Geometry
+1701.02095 Group Theory
+1701.02183
+1701.02301 Machine Learning
+1701.02364 Fluid Dynamics
+1701.02544 Cosmology and Nongalactic Astrophysics
+1701.02653 Probability
+1701.02802 Astrophysics of Galaxies
+1701.02821 Computational Finance
+1701.02930 History and Philosophy of Physics
+1701.03098 Trading and Market Microstructure
+1701.03120 Probability
+1701.03171 Theory
+1701.03280
+1701.03336 Analysis of PDEs
+1701.03655 Learning
+1701.03833 Instrumentation and Methods for Astrophysics
+1701.03843 Functional Analysis
+1701.03849 Computation and Language
+1701.03927 Soft Condensed Matter
+1701.03991 Networking and Internet Architecture
+1701.04145
+1701.04190 Strongly Correlated Electrons
+1701.04225 Plasma Physics
+1701.04323 Theory
+1701.04358 Logic
+1701.04434
+1701.04459 Solar and Stellar Astrophysics
+1701.04526 Number Theory
+1701.04623 Geophysics
+1701.04647 Solar and Stellar Astrophysics
+1701.04696 General Physics
+1701.04707 Lattice
+1701.04747 Algebraic Geometry
+1701.04785 Complex Variables
+1701.04983 Materials Science
+1701.05008 Information Theory
+1701.05075 Materials Science
+1701.05080 Neurons and Cognition
+1701.05105 Computer Vision and Pattern Recognition
+1701.05132 Methodology
+1701.05152
+1701.05182
+1701.05183
+1701.05185 Classical Physics
+1701.05186 Instrumentation and Detectors
+1701.05188 Cosmology and Nongalactic Astrophysics
+1701.05190 Astrophysics of Galaxies
+1701.05191 Earth and Planetary Astrophysics
+1701.05192 Solar and Stellar Astrophysics
+1701.05194 Strongly Correlated Electrons
+1701.05195 Phenomenology
+1701.05198 High Energy Astrophysical Phenomena
+1701.05200
+1701.05202 Theory
+1701.05205 Earth and Planetary Astrophysics
+1701.05209 Information Theory
+1701.05210 Populations and Evolution
+1701.05212 Information Theory
+1701.05213 Instrumentation and Methods for Astrophysics
+1701.05214 Combinatorics
+1701.05215 Combinatorics
+1701.05217 Learning
+1701.05219 Computer Science and Game Theory
+1701.05220
+1701.05224 Atmospheric and Oceanic Physics
+1701.05225 Social and Information Networks
+1701.05227 Instrumentation and Detectors
+1701.05230 Methodology
+1701.05231 Astrophysics of Galaxies
+1701.05233 Networking and Internet Architecture
+1701.05234 Networking and Internet Architecture
+1701.05235 Accelerator Physics
+1701.05236
+1701.05238 Phenomenology
+1701.05239
+1701.05240 High Energy Astrophysical Phenomena
+1701.05241 Phenomenology
+1701.05244
+1701.05245 Astrophysics of Galaxies
+1701.05246 Dynamical Systems
+1701.05248 Human-Computer Interaction
+1701.05249 Classical Analysis and ODEs
+1701.05250 Astrophysics of Galaxies
+1701.05251 Logic in Computer Science
+1701.05253 Dynamical Systems
+1701.05255 Algebraic Geometry
+1701.05256 Mesoscale and Nanoscale Physics
+1701.05257
+1701.05258
+1701.05259 Phenomenology
+1701.05260 Adaptation and Self-Organizing Systems
+1701.05262 Analysis of PDEs
+1701.05263 Phenomenology
+1701.05264 Quantum Gases
+1701.05265 Machine Learning
+1701.05266 Mesoscale and Nanoscale Physics
+1701.05267 Number Theory
+1701.05268 Computer Vision and Pattern Recognition
+1701.05270 Strongly Correlated Electrons
+1701.05271 Optics
+1701.05272 Dynamical Systems
+1701.05273 Systems and Control
+1701.05274 Experiment
+1701.05275 Information Theory
+1701.05277 Combinatorics
+1701.05278 Populations and Evolution
+1701.05280 Theory
+1701.05282 Dynamical Systems
+1701.05284 Information Theory
+1701.05285 Optics
+1701.05286 Computational Geometry
+1701.05287 Combinatorics
+1701.05289 Probability
+1701.05290 Computational Geometry
+1701.05291 Artificial Intelligence
+1701.05292 Materials Science
+1701.05294 Robotics
+1701.05295 Dynamical Systems
+1701.05297 Information Theory
+1701.05298 Optimization and Control
+1701.05299
+1701.05301
+1701.05302 Populations and Evolution
+1701.05303 Logic in Computer Science
+1701.05304 Functional Analysis
+1701.05307 Physics and Society
+1701.05308 Performance
+1701.05310 Materials Science
+1701.05311 Information Retrieval
+1701.05312 Systems and Control
+1701.05313 Superconductivity
+1701.05314 Analysis of PDEs
+1701.05315 Analysis of PDEs
+1701.05317 Quantum Gases
+1701.05318 Analysis of PDEs
+1701.05319 Representation Theory
+1701.05320 Mesoscale and Nanoscale Physics
+1701.05321 Operator Algebras
+1701.05322 Mesoscale and Nanoscale Physics
+1701.05323 Cryptography and Security
+1701.05324 Logic in Computer Science
+1701.05325 Statistics Theory
+1701.05326 Strongly Correlated Electrons
+1701.05327 Software Engineering
+1701.05328 Computational Complexity
+1701.05329 Algebraic Geometry
+1701.05330 Functional Analysis
+1701.05331 Phenomenology
+1701.05333
+1701.05334 Artificial Intelligence
+1701.05336 Atomic and Molecular Clusters
+1701.05338 Subcellular Processes
+1701.05340
+1701.05341 Medical Physics
+1701.05342
+1701.05343 Computation and Language
+1701.05344 Optimization and Control
+1701.05345 Phenomenology
+1701.05346
+1701.05347 Physics and Society
+1701.05348 Plasma Physics
+1701.05349 Computer Vision and Pattern Recognition
+1701.05351 Atmospheric and Oceanic Physics
+1701.05353 Strongly Correlated Electrons
+1701.05354 Space Physics
+1701.05355
+1701.05356
+1701.05357 Optics
+1701.05359 Space Physics
+1701.05360 Computer Vision and Pattern Recognition
+1701.05362
+1701.05364 Superconductivity
+1701.05365 Commutative Algebra
+1701.05367 Superconductivity
+1701.05368 Other Condensed Matter
+1701.05371 Probability
+1701.05372 Differential Geometry
+1701.05373
+1701.05374 Optics
+1701.05375 Instrumentation and Detectors
+1701.05377 Computer Vision and Pattern Recognition
+1701.05378 Data Structures and Algorithms
+1701.05380 Statistics Theory
+1701.05381 Analysis of PDEs
+1701.05383 Dynamical Systems
+1701.05384 Computer Vision and Pattern Recognition
+1701.05385 Instrumentation and Detectors
+1701.05387 Probability
+1701.05388 Analysis of PDEs
+1701.05389 Logic in Computer Science
+1701.05390 Experiment
+1701.05392 Information Theory
+1701.05393 Analysis of PDEs
+1701.05397 Databases
+1701.05398 Materials Science
+1701.05399 Theory
+1701.05400 Molecular Networks
+1701.05401
+1701.05402 Networking and Internet Architecture
+1701.05404 Experiment
+1701.05406 Fluid Dynamics
+1701.05408 Logic in Computer Science
+1701.05410
+1701.05411 Biological Physics
+1701.05412 Computer Vision and Pattern Recognition
+1701.05413 Complex Variables
+1701.05414 Operator Algebras
+1701.05415
+1701.05417
+1701.05418 Probability
+1701.05419 Computer Vision and Pattern Recognition
+1701.05420 Numerical Analysis
+1701.05421 Instrumentation and Detectors
+1701.05422 Soft Condensed Matter
+1701.05423
+1701.05425 Differential Geometry
+1701.05429
+1701.05430 Commutative Algebra
+1701.05432 Computer Vision and Pattern Recognition
+1701.05433 Soft Condensed Matter
+1701.05434
+1701.05435 Astrophysics of Galaxies
+1701.05436
+1701.05437 Computational Physics
+1701.05438 Group Theory
+1701.05439 Soft Condensed Matter
+1701.05440 Optimization and Control
+1701.05441 Methodology
+1701.05442 Differential Geometry
+1701.05443 Dynamical Systems
+1701.05444 Strongly Correlated Electrons
+1701.05448 Materials Science
+1701.05449 Databases
+1701.05451 Distributed, Parallel, and Cluster Computing
+1701.05452 Methodology
+1701.05453 Software Engineering
+1701.05455 Applications
+1701.05457 Medical Physics
+1701.05458 Statistics Theory
+1701.05459 High Energy Astrophysical Phenomena
+1701.05460 Solar and Stellar Astrophysics
+1701.05462 Theory
+1701.05464 Phenomenology
+1701.05465
+1701.05466 Probability
+1701.05467 Software Engineering
+1701.05468 Information Theory
+1701.05469 Analysis of PDEs
+1701.05471 Mesoscale and Nanoscale Physics
+1701.05472 Software Engineering
+1701.05474 Logic
+1701.05475 Computational Geometry
+1701.05476 Theory
+1701.05477 Statistical Mechanics
+1701.05478 Distributed, Parallel, and Cluster Computing
+1701.05479 Lattice
+1701.05480 Plasma Physics
+1701.05481 High Energy Astrophysical Phenomena
+1701.05483 Analysis of PDEs
+1701.05484 Information Theory
+1701.05485 Plasma Physics
+1701.05486 Experiment
+1701.05487 Learning
+1701.05489 Theory
+1701.05490 Group Theory
+1701.05492 Discrete Mathematics
+1701.05493 Rings and Algebras
+1701.05494 Numerical Analysis
+1701.05496 High Energy Astrophysical Phenomena
+1701.05497 Software Engineering
+1701.05498 Computer Vision and Pattern Recognition
+1701.05500 Algebraic Geometry
+1701.05502 Lattice
+1701.05503 Molecular Networks
+1701.05504 Atomic Physics
+1701.05505 Mesoscale and Nanoscale Physics
+1701.05506 Cosmology and Nongalactic Astrophysics
+1701.05508 Commutative Algebra
+1701.05509 Operator Algebras
+1701.05512 Machine Learning
+1701.05513 Databases
+1701.05515
+1701.05516 Combinatorics
+1701.05518
+1701.05519 Materials Science
+1701.05520 Theory
+1701.05521 Logic in Computer Science
+1701.05522
+1701.05523 Information Theory
+1701.05525 Combinatorics
+1701.05527 Algebraic Geometry
+1701.05528 Strongly Correlated Electrons
+1701.05529 Combinatorics
+1701.05530 Methodology
+1701.05531 Strongly Correlated Electrons
+1701.05532 Combinatorics
+1701.05534 Commutative Algebra
+1701.05535 Dynamical Systems
+1701.05536 Probability
+1701.05538 Complex Variables
+1701.05539 Strongly Correlated Electrons
+1701.05540 Information Theory
+1701.05542 Classical Analysis and ODEs
+1701.05546 Statistical Mechanics
+1701.05547 Methodology
+1701.05548 Instrumentation and Methods for Astrophysics
+1701.05549 Neural and Evolutionary Computing
+1701.05552 Statistical Mechanics
+1701.05553 Methodology
+math/9905108 Algebraic Geometry
+1408.1028 Probability
+1604.01258
+1703.06013 General Physics
+1703.10563 Theory
+0803.2068 Probability
+0902.4058 Probability
+0902.4214 Probability
+0905.2944 Probability
+0906.0177 Statistics Theory
+0907.2960 General Topology
+1001.2901 Probability
+1003.4813 General Mathematics
+1006.0502 Probability
+1007.2137 Probability
+1008.4884 Phenomenology
+1008.5350 Probability
+1101.3287 Classical Analysis and ODEs
+1101.3289 Statistics Theory
+1101.3328 Statistics Theory
+1102.2579 Combinatorics
+1111.2622 Probability
+1111.6220 Probability
+1204.0249 Optimization and Control
+1204.1761 Probability
+1205.2254 Logic
+1209.2271 Cosmology and Nongalactic Astrophysics
+1211.0589 Probability
+1212.1912 Probability
+1212.6073 Algebraic Geometry
+1301.0227 Differential Geometry
+1302.4061 Software Engineering
+1302.5328 Computational Geometry
+1302.6524 Probability
+1302.6706 Commutative Algebra
+1309.1404 Probability
+1309.3052 Software Engineering
+1309.3751 Spectral Theory
+1309.5928 Probability
+1310.3506 Algebraic Geometry
+1310.6025 Probability
+1311.3962 Differential Geometry
+1311.5533 Spectral Theory
+1311.6196 Symplectic Geometry
+1312.4654 Optimization and Control
+1401.0738 Mesoscale and Nanoscale Physics
+1401.6970 Differential Geometry
+1401.7077 Computation and Language
+1402.6092 Metric Geometry
+1403.1554 Algebraic Geometry
+1404.7256
+1405.0569 Analysis of PDEs
+1406.7050 Mesoscale and Nanoscale Physics
+1407.7007 Commutative Algebra
+1408.0419 Commutative Algebra
+1408.1657
+1408.4082 Differential Geometry
+1409.5019
+1409.7890 Combinatorics
+1410.4369 Complex Variables
+1410.6828 Combinatorics
+1412.0821 Operator Algebras
+1412.6227 Astrophysics of Galaxies
+1501.00602 Number Theory
+1501.00954 Algebraic Geometry
+1501.01337 Numerical Analysis
+1501.02917 Information Theory
+1501.06357 Phenomenology
+1502.02298 Artificial Intelligence
+1502.05745 Distributed, Parallel, and Cluster Computing
+1502.07634 Logic in Computer Science
+1503.00348 Classical Analysis and ODEs
+1503.03880 Information Theory
+1503.06482 Probability
+1503.07387 Information Retrieval
+1503.07607 Statistical Mechanics
+1503.07705 Computational Complexity
+1504.00792 Probability
+1504.00803 Dynamical Systems
+1504.02823 Representation Theory
+1504.03840
+1504.04701
+1504.04948 Networking and Internet Architecture
+1504.05504 Disordered Systems and Neural Networks
+1505.02046 Cosmology and Nongalactic Astrophysics
+1505.02085 Information Theory
+1505.06579
+1506.00537 Functional Analysis
+1506.01571 Rings and Algebras
+1506.02813 Algebraic Geometry
+1506.03748 Complex Variables
+1506.04709 Statistics Theory
+1506.06107 Computational Complexity
+1506.06297 Applications
+1506.07381 Dynamical Systems
+1506.07608 Digital Libraries
+1506.07852 Complex Variables
+1506.08901
+1507.02493 Statistics Theory
+1507.04802 Differential Geometry
+1507.07706 Commutative Algebra
+1507.08971 Statistical Mechanics
+1508.00069 Optimization and Control
+1508.01896
+1508.03476 Combinatorics
+1508.04645 Probability
+1508.05458
+1508.06243 Mesoscale and Nanoscale Physics
+1508.06783 Mesoscale and Nanoscale Physics
+1509.01327 Optimization and Control
+1509.01981 Combinatorics
+1509.02433 Representation Theory
+1509.04554 Physics and Society
+1509.05155
+1509.05363 Combinatorics
+1509.05829 Analysis of PDEs
+1509.07193 Statistical Mechanics
+1509.07977
+1509.08351 Quantum Algebra
+1510.00258 Metric Geometry
+1510.00296
+1510.03395 Group Theory
+1510.04554 Strongly Correlated Electrons
+1510.05255 Representation Theory
+1510.08751 Strongly Correlated Electrons
+1510.08752
+1510.08977
+1511.00273 Methodology
+1511.00769 Theory
+1511.03589 K-Theory and Homology
+1511.03773
+1511.04144 Statistics Theory
+1511.05112 Theory
+1511.06196 Computation
+1511.07534 Number Theory
+1511.09108 Instrumentation and Methods for Astrophysics
+1512.00617 Commutative Algebra
+1512.03521
+1512.03566 Cosmology and Nongalactic Astrophysics
+1512.04174 Algebraic Geometry
+1512.04175 Optimization and Control
+1512.04787
+1512.05887 Mesoscale and Nanoscale Physics
+1512.06159 Statistical Finance
+1512.06574 Number Theory
+1512.07166 General Physics
+1512.08958 Biological Physics
+1601.00330 High Energy Astrophysical Phenomena
+1601.01011 Group Theory
+1601.01168 Group Theory
+1601.04487 Functional Analysis
+1601.06637 Phenomenology
+1601.07337 Commutative Algebra
+1601.07541 Number Theory
+1601.07695 Analysis of PDEs
+1602.00570 Portfolio Management
+1602.02536 Combinatorics
+1602.03198 Number Theory
+1602.03238 Pricing of Securities
+1602.03671 Differential Geometry
+1602.04121 Analysis of PDEs
+1602.04403 Quantum Gases
+1602.06074 Phenomenology
+1602.07562
+1602.07607 Combinatorics
+1602.07737 Lattice
+1602.08032 Distributed, Parallel, and Cluster Computing
+1602.08419 Cosmology and Nongalactic Astrophysics
+1602.08894 Probability
+1603.00936 Combinatorics
+1603.00938 Combinatorics
+1603.01606 Phenomenology
+1603.02554
+1603.03378 Strongly Correlated Electrons
+1603.04604 Analysis of PDEs
+1603.04841 Probability
+1603.05694 Methodology
+1603.06361 Functional Analysis
+1603.06660 Numerical Analysis
+1603.07365 Probability
+1603.07689 Computer Science and Game Theory
+1603.07847 Optimization and Control
+1603.08856 Algebraic Geometry
+1603.09468 Analysis of PDEs
+1604.00465 Theory
+1604.01445 Computational Complexity
+1604.01678 Strongly Correlated Electrons
+1604.02889 Disordered Systems and Neural Networks
+1604.04045 Combinatorics
+1604.04082 Analysis of PDEs
+1604.05113 Information Theory
+1604.05862 Classical Analysis and ODEs
+1604.06000 Analysis of PDEs
+1604.06056 Data Structures and Algorithms
+1604.06210 Computer Science and Game Theory
+1604.06299 Populations and Evolution
+1604.06723 Number Theory
+1604.07088 Information Theory
+1604.07753
+1604.08844 Combinatorics
+1605.00401 Superconductivity
+1605.02876 Statistical Mechanics
+1605.03252 Superconductivity
+1605.03742 Fluid Dynamics
+1605.04261 Strongly Correlated Electrons
+1605.04315 Strongly Correlated Electrons
+1605.04426 Superconductivity
+1605.05221 Optimization and Control
+1605.05665 Algebraic Geometry
+1605.06632 Number Theory
+1605.06702 Combinatorics
+1605.07027 Analysis of PDEs
+1605.07503 Data Structures and Algorithms
+1605.07890 Analysis of PDEs
+1605.07936 Dynamical Systems
+1605.08343 Algebraic Topology
+1605.08407 Statistical Mechanics
+1605.08608 Quantum Algebra
+1605.08932 Operator Algebras
+1605.09281 Combinatorics
+1605.09494 History and Overview
+1606.00511 Learning
+1606.01293 Numerical Analysis
+1606.01422 Quantitative Methods
+1606.01570 Probability
+1606.01787 Theory
+1606.01983 High Energy Astrophysical Phenomena
+1606.02422 Computational Engineering, Finance, and Science
+1606.02804
+1606.03206 Theory
+1606.03340 Classical Analysis and ODEs
+1606.03462 Superconductivity
+1606.04313 Materials Science
+1606.04549 Phenomenology
+1606.05078
+1606.05222
+1606.05631 Numerical Analysis
+1606.07049 Lattice
+1606.07394 Physics and Society
+1606.07512 Optimization and Control
+1606.07895 Experiment
+1606.07898 Experiment
+1606.08070
+1606.08180 Dynamical Systems
+1606.08418 Differential Geometry
+1606.09409
+1606.09578 Mesoscale and Nanoscale Physics
+1606.09620 Spectral Theory
+1607.00342 Theory
+1607.00350
+1607.01208 Algebraic Geometry
+1607.01809
+1607.01964 High Energy Astrophysical Phenomena
+1607.02662 Probability
+1607.02718 Phenomenology
+1607.03373 Mesoscale and Nanoscale Physics
+1607.04352 Information Theory
+1607.04539 Plasma Physics
+1607.06534 Machine Learning
+1607.06932 Optics
+1607.07040 Information Theory
+1607.07151 Superconductivity
+1607.07915 Atmospheric and Oceanic Physics
+1607.08183 Systems and Control
+1607.08430 Experiment
+1607.08611 Disordered Systems and Neural Networks
+1608.00486 Computer Vision and Pattern Recognition
+1608.01761 Algebraic Geometry
+1608.02002 Plasma Physics
+1608.02474 Materials Science
+1608.03177 Combinatorics
+1608.03210 Computational Physics
+1608.03815 Probability
+1608.03970 Strongly Correlated Electrons
+1608.04273 Computer Science and Game Theory
+1608.04868 Multimedia
+1608.05299
+1608.05330 Strongly Correlated Electrons
+1608.05860
+1608.06082 Statistical Mechanics
+1608.06406 Computational Physics
+1608.06484 Experiment
+1608.06770 Multimedia
+1608.08100 Software Engineering
+1608.08349 Mesoscale and Nanoscale Physics
+1608.08366 Plasma Physics
+1608.08874 Number Theory
+1609.01265 Superconductivity
+1609.01384 Quantitative Methods
+1609.01526 Instrumentation and Methods for Astrophysics
+1609.02736 Atomic Physics
+1609.03178
+1609.03338 Logic in Computer Science
+1609.03348 Learning
+1609.03876 Networking and Internet Architecture
+1609.04272
+1609.04594
+1609.05050 Phenomenology
+1609.05302 Rings and Algebras
+1609.05455 Mesoscale and Nanoscale Physics
+1609.05509 Logic
+1609.06185
+1609.06356 Mesoscale and Nanoscale Physics
+1609.06758 Cosmology and Nongalactic Astrophysics
+1609.06955 Optimization and Control
+1609.07423 Strongly Correlated Electrons
+1609.07834 Statistics Theory
+1609.08164 Theory
+1609.08181 Materials Science
+1609.08335
+1609.08781 Phenomenology
+1609.08807 Phenomenology
+1609.08828 Combinatorics
+1610.00042 Numerical Analysis
+1610.00273 Disordered Systems and Neural Networks
+1610.00454 Optics
+1610.01330 Cosmology and Nongalactic Astrophysics
+1610.01769 Theory
+1610.01882
+1610.02010 High Energy Astrophysical Phenomena
+1610.02086 Mesoscale and Nanoscale Physics
+1610.02427 Methodology
+1610.02646 Exactly Solvable and Integrable Systems
+1610.02669 Theory
+1610.03128 Solar and Stellar Astrophysics
+1610.03508 High Energy Astrophysical Phenomena
+1610.04093 Statistics Theory
+1610.04237 Theory
+1610.04479 Computational Physics
+1610.04875
+1610.05263 Atomic Physics
+1610.05926 Category Theory
+1610.07207 K-Theory and Homology
+1610.07682 Geometric Topology
+1610.08076 Information Theory
+1610.08087 Functional Analysis
+1610.08617
+1610.09091 Computation and Language
+1610.09881 Analysis of PDEs
+1611.00463 Distributed, Parallel, and Cluster Computing
+1611.01275 Theory
+1611.01590 Neural and Evolutionary Computing
+1611.01670
+1611.01838 Learning
+1611.02116 Neurons and Cognition
+1611.02186 Phenomenology
+1611.02982 Theory
+1611.03817 Phenomenology
+1611.04106 Phenomenology
+1611.04150 Information Theory
+1611.04540 Solar and Stellar Astrophysics
+1611.04761 Phenomenology
+1611.04841 Computation and Language
+1611.05035 Theory
+1611.05262
+1611.05815 Analysis of PDEs
+1611.06466 Solar and Stellar Astrophysics
+1611.06634 Superconductivity
+1611.07254 Statistical Mechanics
+1611.07258 Combinatorics
+1611.07479 Theory
+1611.07486 Combinatorics
+1611.07914 Operator Algebras
+1611.08069 Computer Vision and Pattern Recognition
+1611.08149 Phenomenology
+1611.08242 Mesoscale and Nanoscale Physics
+1611.08638 Optics
+1611.08955
+1611.09680
+1611.09788 Optimization and Control
+1611.09823 Artificial Intelligence
+1611.10313
+1612.00143 Computational Complexity
+1612.00165 Quantum Gases
+1612.00248 Phenomenology
+1612.00709 Earth and Planetary Astrophysics
+1612.01269
+1612.01577 Networking and Internet Architecture
+1612.01585 Rings and Algebras
+1612.01612 Solar and Stellar Astrophysics
+1612.02280 Classical Analysis and ODEs
+1612.02487 Artificial Intelligence
+1612.03443 Probability
+1612.03587 Mesoscale and Nanoscale Physics
+1612.03647 High Energy Astrophysical Phenomena
+1612.03727 Physics and Society
+1612.04203 Databases
+1612.04748 Instrumentation and Methods for Astrophysics
+1612.04889
+1612.05105 General Physics
+1612.05374 Rings and Algebras
+1612.05914 Functional Analysis
+1612.05923 Cryptography and Security
+1612.05985 History and Philosophy of Physics
+1612.06795 Computer Vision and Pattern Recognition
+1612.07211 Strongly Correlated Electrons
+1612.07308
+1612.07382 Cosmology and Nongalactic Astrophysics
+1612.07706 Operator Algebras
+1612.07847 Differential Geometry
+1612.07878 Systems and Control
+1612.08140 Theory
+1612.08443 Algebraic Geometry
+1612.08527
+1612.08573 Operator Algebras
+1612.08615 Theory
+1612.08843 Computer Vision and Pattern Recognition
+1612.08880 Quantum Gases
+1612.08899 Geophysics
+1612.08998 Numerical Analysis
+1612.09041 High Energy Astrophysical Phenomena
+1612.09061 Differential Geometry
+1612.09393 Algebraic Geometry
+1612.09415 Statistics Theory
+1612.09536
+1701.00021 Optimization and Control
+1701.00085 Theory
+1701.00087 Theory
+1701.00119 High Energy Astrophysical Phenomena
+1701.00209 Theory
+1701.00481 Machine Learning
+1701.00580 Algebraic Geometry
+1701.00598 Phenomenology
+1701.00811
+1701.00844 High Energy Astrophysical Phenomena
+1701.01398 Phenomenology
+1701.01500 Multimedia
+1701.01721 Statistical Mechanics
+1701.01798 Superconductivity
+1701.01807 Algebraic Geometry
+1701.01848
+1701.01951
+1701.01979 Complex Variables
+1701.02037 Theory
+1701.02075 Information Theory
+1701.02296
+1701.02302 Commutative Algebra
+1701.02381
+1701.02556
+1701.02639 Statistical Mechanics
+1701.02667 General Physics
+1701.02739 Cosmology and Nongalactic Astrophysics
+1701.02781 Mesoscale and Nanoscale Physics
+1701.02838 Number Theory
+1701.02957
+1701.03034 High Energy Astrophysical Phenomena
+1701.03082 Mesoscale and Nanoscale Physics
+1701.03147 Systems and Control
+1701.03162 Applications
+1701.03382 Phenomenology
+1701.03430 Systems and Control
+1701.03503 Algebraic Geometry
+1701.03509 Symplectic Geometry
+1701.03648 Statistical Mechanics
+1701.03707 Optics
+1701.03765 Cosmology and Nongalactic Astrophysics
+1701.03782
+1701.03783 Instrumentation and Detectors
+1701.03784 Plasma Physics
+1701.03785 Systems and Control
+1701.03787 Numerical Analysis
+1701.03788 Materials Science
+1701.03791 Cosmology and Nongalactic Astrophysics
+1701.03792 Astrophysics of Galaxies
+1701.03793 Strongly Correlated Electrons
+1701.03795 Earth and Planetary Astrophysics
+1701.03796 Mesoscale and Nanoscale Physics
+1701.03797
+1701.03798 Astrophysics of Galaxies
+1701.03800 High Energy Astrophysical Phenomena
+1701.03805
+1701.03806 Differential Geometry
+1701.03807 Earth and Planetary Astrophysics
+1701.03808 Strongly Correlated Electrons
+1701.03812 Complex Variables
+1701.03813
+1701.03814 Phenomenology
+1701.03816 Astrophysics of Galaxies
+1701.03817 Astrophysics of Galaxies
+1701.03818 Astrophysics of Galaxies
+1701.03819 Astrophysics of Galaxies
+1701.03820 Accelerator Physics
+1701.03822 Methodology
+1701.03823 Complex Variables
+1701.03824 Accelerator Physics
+1701.03825 Theory
+1701.03826 Data Structures and Algorithms
+1701.03827 Discrete Mathematics
+1701.03828 Optics
+1701.03829 Accelerator Physics
+1701.03830
+1701.03831 Performance
+1701.03832 Soft Condensed Matter
+1701.03834 Sound
+1701.03835 Geometric Topology
+1701.03837 Instrumentation and Detectors
+1701.03838 Medical Physics
+1701.03839 Human-Computer Interaction
+1701.03840 Information Theory
+1701.03841 Strongly Correlated Electrons
+1701.03845
+1701.03847 Complex Variables
+1701.03850 Instrumentation and Detectors
+1701.03851 Physics Education
+1701.03852 Algebraic Geometry
+1701.03854 Databases
+1701.03856 Discrete Mathematics
+1701.03858 Algebraic Geometry
+1701.03860 Probability
+1701.03861 Computation
+1701.03862 Analysis of PDEs
+1701.03863 Optimization and Control
+1701.03864 Numerical Analysis
+1701.03865 Earth and Planetary Astrophysics
+1701.03866 Artificial Intelligence
+1701.03867 Materials Science
+1701.03868 Artificial Intelligence
+1701.03869 Computer Vision and Pattern Recognition
+1701.03870 Probability
+1701.03871 Probability
+1701.03872 Strongly Correlated Electrons
+1701.03874 Information Theory
+1701.03875 Disordered Systems and Neural Networks
+1701.03878 Hardware Architecture
+1701.03879 Soft Condensed Matter
+1701.03880 Information Theory
+1701.03881 Materials Science
+1701.03882 Medical Physics
+1701.03883 Populations and Evolution
+1701.03884 Complex Variables
+1701.03885 Operator Algebras
+1701.03886 Mesoscale and Nanoscale Physics
+1701.03888
+1701.03889
+1701.03890
+1701.03891 Machine Learning
+1701.03892 Statistics Theory
+1701.03893 Distributed, Parallel, and Cluster Computing
+1701.03894 Chemical Physics
+1701.03895 Quantum Algebra
+1701.03896 Information Theory
+1701.03898 Information Theory
+1701.03900
+1701.03901 Number Theory
+1701.03902 Rings and Algebras
+1701.03904 Information Theory
+1701.03905 High Energy Astrophysical Phenomena
+1701.03906 Metric Geometry
+1701.03907
+1701.03908 Systems and Control
+1701.03909 Algebraic Geometry
+1701.03913 Systems and Control
+1701.03914 Instrumentation and Detectors
+1701.03915 Representation Theory
+1701.03916 Learning
+1701.03917 Numerical Analysis
+1701.03919 Materials Science
+1701.03921
+1701.03922 Computer Science and Game Theory
+1701.03924 Computation and Language
+1701.03925 Algebraic Geometry
+1701.03926 Cosmology and Nongalactic Astrophysics
+1701.03928 Solar and Stellar Astrophysics
+1701.03929 Number Theory
+1701.03930 Materials Science
+1701.03931 Instrumentation and Detectors
+1701.03932 Analysis of PDEs
+1701.03933 Materials Science
+1701.03934 Methodology
+1701.03936 Mesoscale and Nanoscale Physics
+1701.03937 Artificial Intelligence
+1701.03939 Information Retrieval
+1701.03940 Learning
+1701.03941 Optimization and Control
+1701.03942 Information Retrieval
+1701.03944 Formal Languages and Automata Theory
+1701.03945 Cryptography and Security
+1701.03946 Probability
+1701.03950
+1701.03951 Algebraic Geometry
+1701.03952 Instrumentation and Methods for Astrophysics
+1701.03953 Astrophysics of Galaxies
+1701.03954 Mesoscale and Nanoscale Physics
+1701.03956 Rings and Algebras
+1701.03957
+1701.03958 Numerical Analysis
+1701.03959 Applications
+1701.03960 Mathematical Finance
+1701.03962 Atomic Physics
+1701.03963 Human-Computer Interaction
+1701.03964 Cosmology and Nongalactic Astrophysics
+1701.03965 Dynamical Systems
+1701.03966 Materials Science
+1701.03968 Human-Computer Interaction
+1701.03970 Mesoscale and Nanoscale Physics
+1701.03971 Classical Analysis and ODEs
+1701.03973
+1701.03977 Cryptography and Security
+1701.03978 Computational Engineering, Finance, and Science
+1701.03980 Machine Learning
+1701.03981 Human-Computer Interaction
+1701.03982 Geometric Topology
+1701.03984 Materials Science
+1701.03985 Strongly Correlated Electrons
+1701.03986 Information Theory
+1701.03988 Subcellular Processes
+1701.03990
+1701.03992 Methodology
+1701.03993 Populations and Evolution
+1701.03995 Differential Geometry
+1701.03996 Statistical Mechanics
+1701.03997 Numerical Analysis
+1701.03999 Geometric Topology
+1701.04000 Plasma Physics
+1701.04002 Analysis of PDEs
+1701.04003 Operator Algebras
+1701.04006 Methodology
+1701.04007 Metric Geometry
+1701.04008 Classical Analysis and ODEs
+1701.04009 Algebraic Geometry
+1701.04011 Numerical Analysis
+1701.04012 Mesoscale and Nanoscale Physics
+1701.04013 Cryptography and Security
+1701.04015 Dynamical Systems
+1701.04016 Differential Geometry
+1701.04017 Dynamical Systems
+1701.04018 Computer Vision and Pattern Recognition
+1701.04020 Soft Condensed Matter
+1701.04021 Data Structures and Algorithms
+1701.04025 Probability
+1701.04026
+1701.04027 Computation and Language
+1701.04028 Information Theory
+1701.04029 Phenomenology
+1701.04030 Instrumentation and Methods for Astrophysics
+1701.04031 Accelerator Physics
+1701.04033 Operator Algebras
+1701.04034 Algebraic Geometry
+1701.04035
+1701.04036
+1701.04037 Astrophysics of Galaxies
+1701.04039 Information Retrieval
+1701.04040 Statistical Mechanics
+1701.04041 K-Theory and Homology
+1701.04043 Computer Vision and Pattern Recognition
+1701.04045 Cryptography and Security
+1701.04047 Information Theory
+1701.04048 Fluid Dynamics
+1701.04049 Cosmology and Nongalactic Astrophysics
+1701.04052 Information Theory
+1701.04056 Computation and Language
+1701.04057 Instrumentation and Methods for Astrophysics
+1701.04058 Classical Analysis and ODEs
+1701.04059
+1701.04060
+1701.04063 Earth and Planetary Astrophysics
+1701.04064 Software Engineering
+1701.04067 Instrumentation and Methods for Astrophysics
+1701.04068 Theory
+1701.04069
+1701.04070 Optics
+1701.04071 History and Philosophy of Physics
+1701.04072 Optimization and Control
+1701.04074 Complex Variables
+1701.04076 Networking and Internet Architecture
+1701.04079 Learning
+1701.04082 Computer Vision and Pattern Recognition
+1701.04083 Optimization and Control
+1701.04084
+1701.04085 Strongly Correlated Electrons
+1701.04087 Optimization and Control
+1701.04089 Programming Languages
+1701.04091
+1701.04092 Number Theory
+1701.04093 Methodology
+1701.04097 Mesoscale and Nanoscale Physics
+1701.04098 Number Theory
+1701.04100 Chemical Physics
+1701.04101 Computer Vision and Pattern Recognition
+1701.04102 Optimization and Control
+1701.04103
+1701.04104 Superconductivity
+1701.04105 Combinatorics
+1701.04107 Combinatorics
+1701.04108 Computational Complexity
+1701.04110 Combinatorics
+1701.04111
+1701.04112 Statistics Theory
+1701.04113 Learning
+1701.04114
+1701.04115 Atomic Physics
+1701.04116 High Energy Astrophysical Phenomena
+1701.04117 Soft Condensed Matter
+1701.04118 Optimization and Control
+1701.04119 Analysis of PDEs
+1701.04120 Information Theory
+1701.04121 Mesoscale and Nanoscale Physics
+1701.04122
+1701.04123 Strongly Correlated Electrons
+1701.04124 Materials Science
+1701.04125 Spectral Theory
+1701.04126 Other Computer Science
+1701.04127 Operator Algebras
+1701.04130 Information Theory
+1701.04133 Representation Theory
+1701.04134 Computational Finance
+1701.04135
+1701.04136
+1701.04139 Dynamical Systems
+1701.04140 Algebraic Geometry
+1701.04141 Phenomenology
+1701.04142 Differential Geometry
+1701.04143 Learning
+1701.04147
+1701.04149 Cosmology and Nongalactic Astrophysics
+1701.04150 Materials Science
+1701.04151 Probability
+1701.04152 Probability
+1701.04153 Instrumentation and Detectors
+1701.04154 Superconductivity
+1701.04156 Logic
+1701.04157 Numerical Analysis
+1701.04158 Probability
+1701.04159 Classical Analysis and ODEs
+1701.04161 Complex Variables
+1701.04162 Combinatorics
+1701.04163 Classical Analysis and ODEs
+1701.04164 High Energy Astrophysical Phenomena
+1701.04165 Information Theory
+1701.04171 Quantitative Methods
+1701.04173 Dynamical Systems
+1701.04176 Statistics Theory
+1701.04177 Statistics Theory
+1701.04179 Classical Analysis and ODEs
+1701.04180 Information Theory
+1701.04182 Databases
+1701.04183 Information Theory
+1701.04184 Probability
+1701.04185 Multimedia
+1701.04186 Soft Condensed Matter
+1701.04187 Information Theory
+1701.04188 Statistics Theory
+1701.04189 Computation and Language
+1701.04191 Combinatorics
+1701.04192 Rings and Algebras
+1701.04193 Optics
+1701.04194 Accelerator Physics
+1701.04195
+1701.04196 Operator Algebras
+1701.04197 Classical Physics
+1701.04198 Experiment
+1701.04199
+1701.04200 Optimization and Control
+1701.04202 Geophysics
+1701.04207 Machine Learning
+1701.04208 Computers and Society
+1701.04209 Mesoscale and Nanoscale Physics
+1701.04210 Computer Vision and Pattern Recognition
+1701.04216 Cosmology and Nongalactic Astrophysics
+1701.04218 Classical Analysis and ODEs
+1701.04219 Medical Physics
+1701.04220 Cosmology and Nongalactic Astrophysics
+1701.04222 Learning
+1701.04223 Category Theory
+1701.04226
+1701.04227 Combinatorics
+1701.04231 Group Theory
+1701.04233 Soft Condensed Matter
+1701.04235
+1701.04236 Soft Condensed Matter
+1701.04237 Materials Science
+1701.04238 Learning
+1701.04240 Logic in Computer Science
+1701.04242
+1701.04244 Methodology
+1701.04247 Methodology
+1701.04249 Computer Vision and Pattern Recognition
+1701.04250 Lattice
+1701.04251
+1701.04252 Materials Science
+1701.04254 Phenomenology
+1701.04256 Computer Vision and Pattern Recognition
+1701.04257 Dynamical Systems
+1701.04258 Probability
+1701.04259 Complex Variables
+1701.04260 Pricing of Securities
+1701.04261 Algebraic Geometry
+1701.04262 Exactly Solvable and Integrable Systems
+1701.04263 Functional Analysis
+1701.04266 Optimization and Control
+1701.04267 Functional Analysis
+1701.04269 Phenomenology
+1701.04270 Probability
+1701.04273 Information Retrieval
+1701.04277 Data Analysis, Statistics and Probability
+1701.04278 Quantum Gases
+1701.04280 Combinatorics
+1701.04281 High Energy Astrophysical Phenomena
+1701.04282 Phenomenology
+1701.04287 Theory
+1701.04288 Formal Languages and Automata Theory
+1701.04289 Analysis of PDEs
+1701.04290 Computation and Language
+1701.04291
+1701.04292 Information Retrieval
+1701.04293 Networking and Internet Architecture
+1701.04294 Probability
+1701.04295 Strongly Correlated Electrons
+1701.04296 Quantum Gases
+1701.04297 Strongly Correlated Electrons
+1701.04298
+1701.04299
+1701.04300 Materials Science
+1701.04302
+1701.04303 Graphics
+1701.04309 Analysis of PDEs
+1701.04311 Earth and Planetary Astrophysics
+1701.04312 Earth and Planetary Astrophysics
+1701.04313 Computation and Language
+1701.04314 Metric Geometry
+1701.04315 Quantitative Methods
+1701.04317 History and Philosophy of Physics
+1701.04318 Information Theory
+1701.04319 Astrophysics of Galaxies
+1701.04320 Classical Physics
+1701.04322 General Topology
+1701.04326 Functional Analysis
+1701.04328 High Energy Astrophysical Phenomena
+1701.04330
+1701.04332 High Energy Astrophysical Phenomena
+1701.04334 Phenomenology
+1701.04335 Theory
+1701.04336 Differential Geometry
+1701.04337 Theory
+1701.04339 Databases
+1701.04341 Symbolic Computation
+1701.04342 Machine Learning
+1701.04343 Fluid Dynamics
+1701.04344 Analysis of PDEs
+1701.04345 Dynamical Systems
+1701.04346 Populations and Evolution
+1701.04348 Classical Analysis and ODEs
+1701.04350 Robotics
+1701.04351 Probability
+1701.04352 Probability
+1701.04353 Optics
+1701.04355 Learning
+1701.04357 Classical Analysis and ODEs
+1701.04359 Optics
+1701.04361 Representation Theory
+1701.04362 Atomic Physics
+1701.04363
+1701.04364 Data Structures and Algorithms
+1701.04365 Probability
+1701.04366 Statistics Theory
+1701.04367 Statistics Theory
+1701.04368 Numerical Analysis
+1701.04370 Numerical Analysis
+1701.04371 Cryptography and Security
+1701.04372 Group Theory
+1701.04374 Group Theory
+1701.04375 Discrete Mathematics
+1701.04377 Representation Theory
+1701.04378
+1701.04379 Differential Geometry
+1701.04380 Number Theory
+1701.04383 Graphics
+1701.04384 Soft Condensed Matter
+1701.04385 Algebraic Geometry
+1701.04386 Mesoscale and Nanoscale Physics
+1701.04387 Applications
+1701.04388 Functional Analysis
+1701.04389 Machine Learning
+1701.04390 Soft Condensed Matter
+1701.04391 Logic in Computer Science
+1701.04396 Cosmology and Nongalactic Astrophysics
+1701.04397 Differential Geometry
+1701.04398 Medical Physics
+1701.04399 Data Structures and Algorithms
+1701.04400 High Energy Astrophysical Phenomena
+cond-mat/0311050 Materials Science
+cond-mat/0410751 Materials Science
+cond-mat/0606013 Materials Science
+math/0603030 Probability
+math/0609697 General Mathematics
+math/0611662 Classical Analysis and ODEs
+math/0611665 Classical Analysis and ODEs
+0807.1133 Combinatorics
+1009.5308 Combinatorics
+1101.2575 Information Theory
+1103.4391 Quantum Algebra
+1109.2690 Combinatorics
+1111.4097 Number Theory
+1202.2421 Number Theory
+1203.5053 K-Theory and Homology
+1205.0676 Representation Theory
+1206.3749 Quantum Algebra
+1210.0458 Symplectic Geometry
+1210.2947 Materials Science
+1303.1889 K-Theory and Homology
+1304.6628 General Topology
+1304.7976
+1304.8007
+1305.2580 Number Theory
+1305.3489 Atomic Physics
+1306.0955 Cosmology and Nongalactic Astrophysics
+1307.6226 Geometric Topology
+1307.6294 Methodology
+1307.6377
+1311.6418 Analysis of PDEs
+1404.1171 Representation Theory
+1405.5798 Metric Geometry
+1407.2846 Optics
+1407.6398 Atomic Physics
+1408.3694 Algebraic Topology
+1410.5329 Learning
+1411.2577 Data Structures and Algorithms
+1411.3332 High Energy Astrophysical Phenomena
+1412.0281 Operator Algebras
+1501.01617 Methodology
+1501.05284 Rings and Algebras
+1502.05218
+1502.05240 Algebraic Geometry
+1502.05338 Quantum Gases
+1503.03019 Differential Geometry
+1503.04383 General Topology
+1503.07838 Differential Geometry
+1504.00340 Methodology
+1504.04778 Dynamical Systems
+1504.07880 Data Structures and Algorithms
+1504.08364 Representation Theory
+1505.05175 Information Theory
+1505.07294 Combinatorics
+1505.07755 Operator Algebras
+1506.00122 Networking and Internet Architecture
+1506.01454 Operator Algebras
+1506.03843 Formal Languages and Automata Theory
+1506.06591 Soft Condensed Matter
+1506.09047
+1507.07818 Geometric Topology
+1507.08708 Computer Science and Game Theory
+1507.08976 Geometric Topology
+1508.00498 Information Theory
+1508.06690 Probability
+1508.07578 Dynamical Systems
+1509.01465 Probability
+1509.03386 Instrumentation and Detectors
+1509.05962 Machine Learning
+1510.00887
+1510.02685 Theory
+1510.05044
+1510.05846 Fluid Dynamics
+1510.08143 Solar and Stellar Astrophysics
+1511.01803 Statistics Theory
+1511.02613 Soft Condensed Matter
+1511.03370 Rings and Algebras
+1511.03899 Lattice
+1511.04648 Numerical Analysis
+1511.07861 Classical Analysis and ODEs
+1512.03387
+1512.05581 Probability
+1512.06260 Data Analysis, Statistics and Probability
+1601.00857 General Physics
+1601.01642 Strongly Correlated Electrons
+1601.03532
+1601.05556 Numerical Analysis
+1602.00449 Probability
+1602.03438 Metric Geometry
+1602.04970 Phenomenology
+1602.07878
+1602.08425 Computer Vision and Pattern Recognition
+1603.02912 General Physics
+1603.03961 Mesoscale and Nanoscale Physics
+1603.09018 Algebraic Geometry
+1604.01225 Strongly Correlated Electrons
+1604.01693 Social and Information Networks
+1604.02031 Optimization and Control
+1604.02098 Quantum Algebra
+1604.02280 Analysis of PDEs
+1604.03093 Mesoscale and Nanoscale Physics
+1604.03611 Methodology
+1604.04212 Phenomenology
+1604.05302 Differential Geometry
+1604.08911 Representation Theory
+1605.00174 Rings and Algebras
+1605.02092 Astrophysics of Galaxies
+1605.02868 Probability
+1605.03911
+1605.04783 Theory
+1605.06588 Artificial Intelligence
+1605.07222 Tissues and Organs
+1606.00488 Materials Science
+1606.01083
+1606.03611 Biological Physics
+1606.03723
+1606.03950 General Mathematics
+1606.04302 Atomic Physics
+1606.05387 Emerging Technologies
+1606.05528 General Physics
+1606.05975 Data Structures and Algorithms
+1606.06826 Combinatorics
+1606.06829 Risk Management
+1606.07196 Geometric Topology
+1606.07544 Strongly Correlated Electrons
+1606.08161 Superconductivity
+1606.08177 Differential Geometry
+1606.08329 Materials Science
+1606.08603
+1606.09282 Computer Vision and Pattern Recognition
+1607.00242 Computational Complexity
+1607.00969 Neurons and Cognition
+1607.01661 Probability
+1607.01689 Statistical Mechanics
+1607.01774
+1607.01912 Information Theory
+1607.03376 Operator Algebras
+1607.03758 Phenomenology
+1607.04210 Optimization and Control
+1607.05692 Statistical Mechanics
+1607.06238 Differential Geometry
+1607.08225 Representation Theory
+1608.00806 Information Theory
+1608.00924 Statistical Mechanics
+1608.00997 Logic
+1608.02120 Exactly Solvable and Integrable Systems
+1608.03480 Quantum Gases
+1608.04202 Representation Theory
+1608.04272 Mesoscale and Nanoscale Physics
+1608.05532 Operator Algebras
+1608.07077 Materials Science
+1608.08115 Mesoscale and Nanoscale Physics
+1609.00156 Algebraic Geometry
+1609.00528 Phenomenology
+1609.00720 Instrumentation and Detectors
+1609.00732 Theory
+1609.02038
+1609.04799 Probability
+1609.05264 Multiagent Systems
+1609.05381 Quantum Gases
+1609.06554 Quantum Gases
+1609.06818 Algebraic Geometry
+1609.06827 Algebraic Geometry
+1609.08224
+1609.08707 Geophysics
+1609.08876 Cosmology and Nongalactic Astrophysics
+1609.09635 Superconductivity
+1609.09717 Theory
+1609.09775
+1610.02048 Disordered Systems and Neural Networks
+1610.02797 Robotics
+1610.02851 Information Theory
+1610.03501 Theory
+1610.03513 Instrumentation and Detectors
+1610.03991 Numerical Analysis
+1610.04218 Information Theory
+1610.05202 Learning
+1610.06183 Astrophysics of Galaxies
+1610.06472
+1610.07312 Theory
+1610.07343 Strongly Correlated Electrons
+1610.07636 Information Theory
+1610.07729 Data Structures and Algorithms
+1610.08496 Combinatorics
+1610.08823 Theory
+1611.00749 Algebraic Geometry
+1611.00783 Computational Complexity
+1611.01578 Learning
+1611.01617 Phenomenology
+1611.01779 Learning
+1611.01858 Materials Science
+1611.01932 Mesoscale and Nanoscale Physics
+1611.02131 Mesoscale and Nanoscale Physics
+1611.02280 High Energy Astrophysical Phenomena
+1611.06447
+1611.06553 Experiment
+1611.06665 Optimization and Control
+1611.07354 Commutative Algebra
+1611.08518 Phenomenology
+1612.00454 High Energy Astrophysical Phenomena
+1612.00613
+1612.00801 Probability
+1612.01880 Soft Condensed Matter
+1612.01949 Chemical Physics
+1612.02168 Data Structures and Algorithms
+1612.02825 Phenomenology
+1612.02968 Commutative Algebra
+1612.03068 Combinatorics
+1612.03639 Social and Information Networks
+1612.03820 Atomic and Molecular Clusters
+1612.03989 Computer Vision and Pattern Recognition
+1612.04522 Statistical Mechanics
+1612.05416 Networking and Internet Architecture
+1612.05697 High Energy Astrophysical Phenomena
+1612.06670 Cryptography and Security
+1612.07299 Differential Geometry
+1612.07879 Emerging Technologies
+1612.08663 Mesoscale and Nanoscale Physics
+1612.09099
+1701.01203
+1701.01270 Commutative Algebra
+1701.01915 Number Theory
+1701.02664 Computer Vision and Pattern Recognition
+1701.03150 Numerical Analysis
+1701.03670 Formal Languages and Automata Theory
+1701.04275 Theory
+1701.04338 Phenomenology
+1701.04516 Learning
+1701.04604 Mesoscale and Nanoscale Physics
+1701.04951 Rings and Algebras
+1701.05035 Soft Condensed Matter
+1701.05082 Analysis of PDEs
+1701.05661 Analysis of PDEs
+1701.06045 Differential Geometry
+1701.06204 Information Theory
+1701.06645 Mesoscale and Nanoscale Physics
+1701.06741 Hardware Architecture
+1701.07202 Theory
+1701.07517 Hardware Architecture
+1701.07784 Analysis of PDEs
+1701.08542 Strongly Correlated Electrons
+1701.08595 Solar and Stellar Astrophysics
+1701.08691 Soft Condensed Matter
+1701.08858 Chemical Physics
+1701.08877 Hardware Architecture
+1702.00008 Lattice
+1702.00395 Phenomenology
+1702.00861 Analysis of PDEs
+1702.01392 Instrumentation and Methods for Astrophysics
+1702.01488 Systems and Control
+1702.01738 Theory
+1702.01961 Information Theory
+1702.02163 Phenomenology
+1702.02239
+1702.02348 Cosmology and Nongalactic Astrophysics
+1702.02395 Soft Condensed Matter
+1702.02433
+1702.02674 Mesoscale and Nanoscale Physics
+1702.03057 Computation
+1702.03183 Neurons and Cognition
+1702.03196 Computation and Language
+1702.03212 General Physics
+1702.03291
+1702.03538 Spectral Theory
+1702.03685
+1702.03818 Numerical Analysis
+1702.03849 Learning
+1702.03854 Astrophysics of Galaxies
+1702.03938 Theory
+1702.04014 Biological Physics
+1702.04094
+1702.04096
+1702.04120 Numerical Analysis
+1702.04179 Computer Vision and Pattern Recognition
+1702.04189 Cosmology and Nongalactic Astrophysics
+1702.04291
+1702.04297 Chemical Physics
+1702.04339 High Energy Astrophysical Phenomena
+1702.04346 Chemical Physics
+1702.04347 Fluid Dynamics
+1702.04349 Disordered Systems and Neural Networks
+1702.04350 Theory
+1702.04352 Astrophysics of Galaxies
+1702.04354 Phenomenology
+1702.04356 High Energy Astrophysical Phenomena
+1702.04357 Mesoscale and Nanoscale Physics
+1702.04359 Theory
+1702.04361 Superconductivity
+1702.04362 High Energy Astrophysical Phenomena
+1702.04363 Statistical Mechanics
+1702.04364 High Energy Astrophysical Phenomena
+1702.04365 Earth and Planetary Astrophysics
+1702.04366 Materials Science
+1702.04367
+1702.04368
+1702.04369 Differential Geometry
+1702.04370 High Energy Astrophysical Phenomena
+1702.04371 Astrophysics of Galaxies
+1702.04372 Computation and Language
+1702.04373 Soft Condensed Matter
+1702.04374 Soft Condensed Matter
+1702.04375 Algebraic Geometry
+1702.04376 Formal Languages and Automata Theory
+1702.04377 Computer Vision and Pattern Recognition
+1702.04378 Fluid Dynamics
+1702.04380 Differential Geometry
+1702.04381 Phenomenology
+1702.04382 Number Theory
+1702.04383 Solar and Stellar Astrophysics
+1702.04384 Lattice
+1702.04385 Earth and Planetary Astrophysics
+1702.04386 Superconductivity
+1702.04388 Computational Finance
+1702.04389 Artificial Intelligence
+1702.04390 Analysis of PDEs
+1702.04391 Computation
+1702.04392 Mesoscale and Nanoscale Physics
+1702.04393 Mesoscale and Nanoscale Physics
+1702.04394 Logic
+1702.04395 Soft Condensed Matter
+1702.04397 Algebraic Topology
+1702.04398 Networking and Internet Architecture
+1702.04399 Phenomenology
+1702.04400 Optimization and Control
+1702.04402 Instrumentation and Detectors
+1702.04403 Dynamical Systems
+1702.04404 Algebraic Geometry
+1702.04405 Computer Vision and Pattern Recognition
+1702.04406
+1702.04408 Strongly Correlated Electrons
+1702.04409 Functional Analysis
+1702.04411
+1702.04412 Quantum Gases
+1702.04413 Analysis of PDEs
+1702.04414 Solar and Stellar Astrophysics
+1702.04415 Learning
+1702.04416 Dynamical Systems
+1702.04418 Biological Physics
+1702.04419 High Energy Astrophysical Phenomena
+1702.04420
+1702.04422 High Energy Astrophysical Phenomena
+1702.04423 Learning
+1702.04424 Numerical Analysis
+1702.04425 Mesoscale and Nanoscale Physics
+1702.04428 Differential Geometry
+1702.04429 Solar and Stellar Astrophysics
+1702.04431 Astrophysics of Galaxies
+1702.04432 Combinatorics
+1702.04434 Cryptography and Security
+1702.04435 Materials Science
+1702.04436 Group Theory
+1702.04437 Phenomenology
+1702.04440 Phenomenology
+1702.04442 Strongly Correlated Electrons
+1702.04443 Statistical Finance
+1702.04444 Mesoscale and Nanoscale Physics
+1702.04445 Quantum Gases
+1702.04448 Optics
+1702.04449 Social and Information Networks
+1702.04450 Applications
+1702.04451 Dynamical Systems
+1702.04452
+1702.04454
+1702.04455 Computer Vision and Pattern Recognition
+1702.04456
+1702.04458 Information Theory
+1702.04459 Neural and Evolutionary Computing
+1702.04460 Solar and Stellar Astrophysics
+1702.04462
+1702.04464 Probability
+1702.04465 Representation Theory
+1702.04466 Information Theory
+1702.04467 Distributed, Parallel, and Cluster Computing
+1702.04468 Strongly Correlated Electrons
+1702.04469
+1702.04470 Mesoscale and Nanoscale Physics
+1702.04471 Computer Vision and Pattern Recognition
+1702.04472 Networking and Internet Architecture
+1702.04473 Methodology
+1702.04474 Distributed, Parallel, and Cluster Computing
+1702.04475 Representation Theory
+1702.04476 Algebraic Geometry
+1702.04477 Statistics Theory
+1702.04478 Logic in Computer Science
+1702.04480 Instrumentation and Methods for Astrophysics
+1702.04481 Atomic Physics
+1702.04484 Materials Science
+1702.04485 Group Theory
+1702.04486 Accelerator Physics
+1702.04487 Computational Physics
+1702.04489 Probability
+1702.04490 Theory
+1702.04491 Commutative Algebra
+1702.04492 Cosmology and Nongalactic Astrophysics
+1702.04493 Information Theory
+1702.04494 Pattern Formation and Solitons
+1702.04495 Optics
+1702.04496 Representation Theory
+1702.04498 Materials Science
+1702.04499 Number Theory
+1702.04500 Astrophysics of Galaxies
+1702.04501 Software Engineering
+1702.04503 Fluid Dynamics
+1702.04504 Quantum Algebra
+1702.04505 Dynamical Systems
+1702.04506 Mesoscale and Nanoscale Physics
+1702.04507 Astrophysics of Galaxies
+1702.04508 Experiment
+1702.04509 Mesoscale and Nanoscale Physics
+1702.04510 Computation and Language
+1702.04511 Cosmology and Nongalactic Astrophysics
+1702.04512 Solar and Stellar Astrophysics
+1702.04514
+1702.04515 Populations and Evolution
+1702.04518 Fluid Dynamics
+1702.04519 Experiment
+1702.04520
+1702.04521 Computation and Language
+1702.04522 Fluid Dynamics
+1702.04523 Strongly Correlated Electrons
+1702.04524
+1702.04525 Information Theory
+1702.04526 Phenomenology
+1702.04527 Fluid Dynamics
+1702.04529 Combinatorics
+1702.04530 Analysis of PDEs
+1702.04531 Instrumentation and Detectors
+1702.04532
+1702.04533 Exactly Solvable and Integrable Systems
+1702.04534 Analysis of PDEs
+1702.04535 Mesoscale and Nanoscale Physics
+1702.04536 Data Structures and Algorithms
+1702.04537 Human-Computer Interaction
+1702.04538 Optimization and Control
+1702.04539 Information Theory
+1702.04540 Numerical Analysis
+1702.04541 Fluid Dynamics
+1702.04542 High Energy Astrophysical Phenomena
+1702.04544 Optimization and Control
+1702.04545 Soft Condensed Matter
+1702.04546 Solar and Stellar Astrophysics
+1702.04547 Optimization and Control
+1702.04548 Strongly Correlated Electrons
+1702.04549 Complex Variables
+1702.04550 Representation Theory
+1702.04551 Logic in Computer Science
+1702.04552 Methodology
+1702.04553 Statistical Mechanics
+1702.04554
+1702.04556 Astrophysics of Galaxies
+1702.04557 Phenomenology
+1702.04558 Materials Science
+1702.04559 Combinatorics
+1702.04560 Analysis of PDEs
+1702.04561 Machine Learning
+1702.04562 Computer Vision and Pattern Recognition
+1702.04563 Information Theory
+1702.04565 Networking and Internet Architecture
+1702.04567 General Mathematics
+1702.04568
+1702.04569 Classical Analysis and ODEs
+1702.04570 Methodology
+1702.04571 Phenomenology
+1702.04573 Information Theory
+1702.04574 Materials Science
+1702.04575 K-Theory and Homology
+1702.04576
+1702.04577 Learning
+1702.04578 Functional Analysis
+1702.04579 Classical Analysis and ODEs
+1702.04580 Solar and Stellar Astrophysics
+1702.04581 Soft Condensed Matter
+1702.04582 Combinatorics
+1702.04583 Representation Theory
+1702.04584 Artificial Intelligence
+1702.04585 Soft Condensed Matter
+1702.04586 Strongly Correlated Electrons
+1702.04587 Plasma Physics
+1702.04588 Differential Geometry
+1702.04589 Numerical Analysis
+1702.04590 Number Theory
+1702.04594 Artificial Intelligence
+1702.04595 Computer Vision and Pattern Recognition
+1702.04596 Phenomenology
+1702.04597 Formal Languages and Automata Theory
+1702.04598 Experiment
+1702.04599 Strongly Correlated Electrons
+1702.04600 Strongly Correlated Electrons
+1702.04602 Theory
+1702.04603 Logic in Computer Science
+1702.04604
+1702.04605 Rings and Algebras
+1702.04607 Computational Physics
+1702.04609 Symplectic Geometry
+1702.04610 Differential Geometry
+1702.04611 Differential Geometry
+1702.04612 Strongly Correlated Electrons
+1702.04613 Optics
+1702.04614 Digital Libraries
+1702.04615 Computation and Language
+1702.04616 Mesoscale and Nanoscale Physics
+1702.04619 Probability
+1702.04620 Number Theory
+1702.04621 Numerical Analysis
+1702.04622 Theory
+1702.04623 Algebraic Topology
+1702.04625 Methodology
+1702.04626 Classical Analysis and ODEs
+1702.04627 Tissues and Organs
+1702.04628 Pattern Formation and Solitons
+1702.04630
+1702.04632 Algebraic Topology
+1702.04633 Instrumentation and Methods for Astrophysics
+1702.04634 Materials Science
+1702.04635 General Physics
+1702.04636 General Physics
+1702.04638 Artificial Intelligence
+1702.04639 Atomic Physics
+1702.04640 General Physics
+1702.04641 Computational Geometry
+1702.04642 Computational Engineering, Finance, and Science
+1702.04643 Astrophysics of Galaxies
+1702.04645 Data Structures and Algorithms
+1702.04646
+1702.04647 High Energy Astrophysical Phenomena
+1702.04648 Analysis of PDEs
+1702.04651 Instrumentation and Detectors
+1702.04652 Cryptography and Security
+1702.04653 Performance
+1702.04654 Materials Science
+1702.04656 Statistics Theory
+1702.04657 Computer Vision and Pattern Recognition
+1702.04658 Dynamical Systems
+1702.04659 General Mathematics
+1702.04660 Materials Science
+1702.04661 Theory
+1702.04662 Quantum Gases
+1702.04663 Computer Vision and Pattern Recognition
+1702.04664 Information Theory
+1702.04665 Statistics Theory
+1702.04666 Lattice
+1702.04670 Fluid Dynamics
+1702.04671 Materials Science
+1702.04672 Statistics Theory
+1702.04675 Superconductivity
+1702.04676 Theory
+1702.04677 Statistical Mechanics
+1702.04678 Representation Theory
+1702.04681
+1702.04682 Methodology
+1702.04683 Learning
+1702.04684 Machine Learning
+1702.04686 Data Analysis, Statistics and Probability
+1702.04687
+1702.04688 Probability
+1702.04689 Fluid Dynamics
+1702.04691 Materials Science
+1702.04692 Optics
+1702.04693 Logic in Computer Science
+1702.04694 Information Theory
+1702.04695 Soft Condensed Matter
+1702.04696 Combinatorics
+1702.04697
+1702.04698 Probability
+1702.04699 Systems and Control
+1702.04700 Optimization and Control
+1702.04701 Instrumentation and Methods for Astrophysics
+1702.04702 Solar and Stellar Astrophysics
+1702.04703 Information Theory
+1702.04705
+1702.04706 Mesoscale and Nanoscale Physics
+1702.04707 Information Theory
+1702.04708 Number Theory
+1702.04709 Fluid Dynamics
+1702.04710 Computer Vision and Pattern Recognition
+1702.04711 Information Theory
+1702.04713
+1702.04714 Strongly Correlated Electrons
+hep-th/9611143 Theory
+quant-ph/0007066
+quant-ph/0012051
+quant-ph/0102005
+quant-ph/0104043
+quant-ph/0109133
+1102.1809 Symbolic Computation
+1106.6022 Artificial Intelligence
+1112.2276 Medical Physics
+1207.0425 Networking and Internet Architecture
+1304.3212 Differential Geometry
+1306.0615 Data Structures and Algorithms
+1308.0110
+1309.3242 Artificial Intelligence
+1311.0123 Mesoscale and Nanoscale Physics
+1408.5713 High Energy Astrophysical Phenomena
+0712.4273 Computation
+1204.3750 Number Theory
+1204.5801 Data Structures and Algorithms
+1206.4390 Metric Geometry
+1207.6613 Algebraic Topology
+1212.3885 Phenomenology
+1302.2068 Machine Learning
+1303.1224 Analysis of PDEs
+1305.4561 Computation and Language
+1305.5057 Group Theory
+1310.7692 Number Theory
+1311.1714 Distributed, Parallel, and Cluster Computing
+1312.4126 Logic in Computer Science
+1312.4806 Theory
+1401.2143 Quantum Algebra
+1401.6957 Numerical Analysis
+1403.0274 Group Theory
+1403.2123 Cryptography and Security
+1404.1678 Numerical Analysis
+1405.2477 Biological Physics
+1405.4147 Metric Geometry
+1405.7275 Phenomenology
+1407.3794 Theory
+1408.1397 Theory
+1409.0757 Programming Languages
+1409.1369 Theory
+1410.6892 Algebraic Geometry
+1411.3335 Theory
+1411.6370 Learning
+1412.2308 Optics
+1412.3553 Materials Science
+1501.03644 Theory
+1502.05428 Information Theory
+1503.00957 K-Theory and Homology
+1503.08623 Programming Languages
+1504.00570 Quantum Gases
+1504.04591 Classical Analysis and ODEs
+1504.04804 Distributed, Parallel, and Cluster Computing
+1504.07932 Phenomenology
+1504.08259 Formal Languages and Automata Theory
+1505.05777 Mesoscale and Nanoscale Physics
+1505.05938 Materials Science
+1506.01155 Probability
+1506.01397 Mesoscale and Nanoscale Physics
+1506.01565 Social and Information Networks
+1506.05288 Classical Analysis and ODEs
+1507.02184 Data Structures and Algorithms
+1508.01129 Combinatorics
+1508.03252 Logic
+1508.03784 Statistical Mechanics
+1508.05834 Combinatorics
+1508.07392 Quantum Algebra
+1508.07978 Metric Geometry
+1509.02021 Biological Physics
+1509.03448 Probability
+1509.07583 Methodology
+1510.05081 Analysis of PDEs
+1510.05256 Dynamical Systems
+1510.07168 Analysis of PDEs
+1511.03992
+1511.04305 High Energy Astrophysical Phenomena
+1511.05417 General Physics
+1511.08090 Strongly Correlated Electrons
+1512.04114 Cryptography and Security
+1512.06236 Probability
+1512.07641 Spectral Theory
+1512.07892
+1601.00680
+1601.01152 Information Theory
+1601.03812 Probability
+1601.07888 Systems and Control
+1602.00301 Analysis of PDEs
+1602.02441 Theory
+1602.02577 Group Theory
+1602.03780 Social and Information Networks
+1602.05629 Learning
+1602.06518 Machine Learning
+1602.06667 Robotics
+1602.06970 Probability
+1602.08740 Group Theory
+1603.01491 Operator Algebras
+1603.02884 Number Theory
+1603.04809 Numerical Analysis
+1603.05064 Computer Science and Game Theory
+1603.05305 Optimization and Control
+1603.06015 Computer Vision and Pattern Recognition
+1603.07857 Statistical Mechanics
+1603.09430
+1603.09521
+1604.00148 General Finance
+1604.00451 Algebraic Topology
+1604.01171 Statistics Theory
+1604.02164 Algebraic Geometry
+1604.03638 Statistics Theory
+1604.04789 Artificial Intelligence
+1604.06524
+1604.06543 Optimization and Control
+1604.06959 Cryptography and Security
+1604.08471 Differential Geometry
+1605.00943 Materials Science
+1605.01037
+1605.01277 Number Theory
+1605.01391 Algebraic Topology
+1605.01414 Cosmology and Nongalactic Astrophysics
+1605.02569 Data Structures and Algorithms
+1605.02975 General Physics
+1605.03288 Theory
+1605.03292 Numerical Analysis
+1605.05742 Fluid Dynamics
+1605.06420 Statistics Theory
+1605.06955 Learning
+1605.07102
+1605.08104 Learning
+1606.00182 Learning
+1606.01040 Information Theory
+1606.02084 Subcellular Processes
+1606.03862 Rings and Algebras
+1606.03976 Machine Learning
+1606.04128 Classical Analysis and ODEs
+1606.05336 Machine Learning
+1606.05615 Learning
+1606.05755 Classical Analysis and ODEs
+1606.06941 Mesoscale and Nanoscale Physics
+1606.09525 Theory
+1607.02051 Materials Science
+1607.02095 Theory
+1607.02364
+1607.02743 Pricing of Securities
+1607.02983
+1607.05033 Classical Analysis and ODEs
+1607.05041 Classical Analysis and ODEs
+1607.05972 General Physics
+1607.06604 Metric Geometry
+1607.08693 Computation and Language
+1607.08731 Probability
+1608.01494 Optimization and Control
+1608.01630 Classical Analysis and ODEs
+1608.03839
+1608.03855 Applications
+1608.04262
+1608.04802 Machine Learning
+1608.07641 Numerical Analysis
+1609.01781 Fluid Dynamics
+1609.01952 Instrumentation and Methods for Astrophysics
+1609.01976
+1609.01995 Artificial Intelligence
+1609.02131 Dynamical Systems
+1609.02723 Optics
+1609.03600 Optimization and Control
+1609.03877 Superconductivity
+1609.05797 Computer Vision and Pattern Recognition
+1609.05882 Phenomenology
+1609.06512 Fluid Dynamics
+1609.07320 Mesoscale and Nanoscale Physics
+1609.08170
+1609.08417 Computer Vision and Pattern Recognition
+1610.00374 Differential Geometry
+1610.00377 Mesoscale and Nanoscale Physics
+1610.00971 Spectral Theory
+1610.01465 Computer Vision and Pattern Recognition
+1610.01944 Computer Vision and Pattern Recognition
+1610.03496 Theory
+1610.04386 Machine Learning
+1610.04601 Probability
+1610.04928 Analysis of PDEs
+1610.05387 Combinatorics
+1610.06099 Mesoscale and Nanoscale Physics
+1610.06273 Information Theory
+1610.06303 Analysis of PDEs
+1610.06616 Experiment
+1610.06690
+1610.06781 Robotics
+1610.06882 High Energy Astrophysical Phenomena
+1610.06914
+1610.06917
+1610.07849 Strongly Correlated Electrons
+1610.08741 Strongly Correlated Electrons
+1610.09216 Analysis of PDEs
+1610.09600 Machine Learning
+1611.00395 Strongly Correlated Electrons
+1611.01122
+1611.01572 Human-Computer Interaction
+1611.01727
+1611.02611
+1611.02699
+1611.03071 Learning
+1611.03623 Materials Science
+1611.04517 Astrophysics of Galaxies
+1611.04596
+1611.04599 Phenomenology
+1611.05937 Algebraic Topology
+1611.07035 Astrophysics of Galaxies
+1611.07106 Theory
+1611.07335 Strongly Correlated Electrons
+1611.08858 Theory
+1611.09094 Phenomenology
+1611.09314 Theory
+1611.10047 Neurons and Cognition
+1611.10050 Strongly Correlated Electrons
+1612.00359 Statistical Mechanics
+1612.00375
+1612.01000 Mesoscale and Nanoscale Physics
+1612.02293
+1612.02423 Optics
+1612.02707 Learning
+1612.02987 Differential Geometry
+1612.03873 Combinatorics
+1612.04473 Instrumentation and Methods for Astrophysics
+1612.05290
+1612.06200 General Finance
+1612.06854 Theory
+1612.06927
+1612.06931
+1612.06941 Representation Theory
+1612.07128 Distributed, Parallel, and Cluster Computing
+1612.07521 Dynamical Systems
+1612.07715 Instrumentation and Detectors
+1612.08984 Phenomenology
+1701.01462 Materials Science
+1701.02595 Optimization and Control
+1701.04579
+1701.04631 Analysis of PDEs
+1701.05226 Artificial Intelligence
+1701.05428 Adaptation and Self-Organizing Systems
+1701.05772 Theory
+1701.08076
+1701.08119 Programming Languages
+1701.08386 Combinatorics
+1701.08818 Information Theory
+1701.08937 Algebraic Geometry
+1702.00142 Data Structures and Algorithms
+1702.00745 Analysis of PDEs
+1702.01024 Cryptography and Security
+1702.01933 Computer Vision and Pattern Recognition
+1702.02093
+1702.02177 Complex Variables
+1702.02501 Statistical Mechanics
+1702.02599 Group Theory
+1702.02746 Emerging Technologies
+1702.03096 Logic in Computer Science
+1702.03379 Cryptography and Security
+1702.03775 Software Engineering
+1702.03870 Classical Analysis and ODEs
+1702.03872 Social and Information Networks
+1702.04439
+1702.04528 Computer Vision and Pattern Recognition
+1702.04618
+1702.04765
+1702.05076 Optics
+1702.05279 Experiment
+1702.05326 Adaptation and Self-Organizing Systems
+1702.05350 Algebraic Topology
+1702.05373 Computer Vision and Pattern Recognition
+1702.05644
+1702.05837 Experiment
+1702.05860 Learning
+1702.06537 History and Overview
+1702.06596 Combinatorics
+1702.06943 Learning
+1702.07104 Geometric Topology
+1702.07215 Phenomenology
+1702.07281 Artificial Intelligence
+1702.07333 Computer Vision and Pattern Recognition
+1702.07375 Networking and Internet Architecture
+1702.07410 Computational Physics
+1702.07479 Phenomenology
+1702.07544 Multiagent Systems
+1702.07638 Optimization and Control
+1702.07655 Soft Condensed Matter
+1702.07795 Statistics Theory
+1702.07808 Analysis of PDEs
+1702.07920 Robotics
+1702.07949 Optics
+1702.07956 Learning
+1702.07963 Computer Vision and Pattern Recognition
+1702.07986 Combinatorics
+1702.08030 Optics
+1702.08156 Combinatorics
+1702.08195 Phenomenology
+1702.08335
+1702.08338 Phenomenology
+1702.08342 Cryptography and Security
+1702.08410 Robotics
+1702.08434 Computer Vision and Pattern Recognition
+1702.08452 High Energy Astrophysical Phenomena
+1702.08516 Computer Vision and Pattern Recognition
+1702.08548 Optimization and Control
+1702.08549 Optimization and Control
+1702.08665 Rings and Algebras
+1702.08669 Representation Theory
+1702.08670 Learning
+1702.08690 Computer Vision and Pattern Recognition
+1702.08717 Computer Vision and Pattern Recognition
+1702.08719 Cryptography and Security
+1702.08720 Machine Learning
+1702.08772 Phenomenology
+1702.08831 Mesoscale and Nanoscale Physics
+1702.08834 Experiment
+1702.08837 Differential Geometry
+1702.08838 Lattice
+1702.08880 Computational Engineering, Finance, and Science
+1703.00001 Instrumentation and Methods for Astrophysics
+1703.00002 Atomic Physics
+1703.00003 Number Theory
+1703.00004 Number Theory
+1703.00005 Astrophysics of Galaxies
+1703.00006 Materials Science
+1703.00008 Numerical Analysis
+1703.00009 Sound
+1703.00010 Cosmology and Nongalactic Astrophysics
+1703.00011 Earth and Planetary Astrophysics
+1703.00015 Solar and Stellar Astrophysics
+1703.00016 Astrophysics of Galaxies
+1703.00017 Phenomenology
+1703.00018 Theory
+1703.00019 Solar and Stellar Astrophysics
+1703.00020 Astrophysics of Galaxies
+1703.00021 High Energy Astrophysical Phenomena
+1703.00022 High Energy Astrophysical Phenomena
+1703.00023 High Energy Astrophysical Phenomena
+1703.00026 Analysis of PDEs
+1703.00027 Group Theory
+1703.00028 Cosmology and Nongalactic Astrophysics
+1703.00029
+1703.00031 Cryptography and Security
+1703.00032
+1703.00033 Mesoscale and Nanoscale Physics
+1703.00036
+1703.00037 Instrumentation and Methods for Astrophysics
+1703.00038 Dynamical Systems
+1703.00039 Machine Learning
+1703.00040 Statistical Mechanics
+1703.00041 Algebraic Topology
+1703.00042 Distributed, Parallel, and Cluster Computing
+1703.00043 Computational Complexity
+1703.00044 Space Physics
+1703.00048 Learning
+1703.00050 Graphics
+1703.00052 Astrophysics of Galaxies
+1703.00054 Phenomenology
+1703.00056 Applications
+1703.00057 Combinatorics
+1703.00058
+1703.00059 Number Theory
+1703.00060 Learning
+1703.00061 Graphics
+1703.00062 Mathematical Finance
+1703.00065 Group Theory
+1703.00066 Learning
+1703.00067 Mesoscale and Nanoscale Physics
+1703.00068 High Energy Astrophysical Phenomena
+1703.00069 Computer Vision and Pattern Recognition
+1703.00070 Computational Physics
+1703.00072 Classical Physics
+1703.00073 Cryptography and Security
+1703.00075 Computer Vision and Pattern Recognition
+1703.00076 Analysis of PDEs
+1703.00077 Experiment
+1703.00078 Atomic and Molecular Clusters
+1703.00079 Systems and Control
+1703.00081 Analysis of PDEs
+1703.00082 Quantum Algebra
+1703.00083 Systems and Control
+1703.00084 Systems and Control
+1703.00085 Fluid Dynamics
+1703.00086 Astrophysics of Galaxies
+1703.00088 Combinatorics
+1703.00089 Computation and Language
+1703.00092 Dynamical Systems
+1703.00093 Numerical Analysis
+1703.00094 Complex Variables
+1703.00095 Robotics
+1703.00096 Computation and Language
+1703.00097 Numerical Analysis
+1703.00098 Instrumentation and Methods for Astrophysics
+1703.00099 Computation and Language
+1703.00100 Exactly Solvable and Integrable Systems
+1703.00101 Exactly Solvable and Integrable Systems
+1703.00102 Machine Learning
+1703.00104 Information Theory
+1703.00105 Exactly Solvable and Integrable Systems
+1703.00106 Classical Analysis and ODEs
+1703.00107 Algebraic Topology
+1703.00108 Number Theory
+1703.00109 Optics
+1703.00110 Mesoscale and Nanoscale Physics
+1703.00111
+1703.00112 Computational Geometry
+1703.00114 Soft Condensed Matter
+1703.00115 Materials Science
+1703.00116
+1703.00117 Materials Science
+1703.00118
+1703.00119 Learning
+1703.00120 Systems and Control
+1703.00122 Computer Vision and Pattern Recognition
+1703.00124 Group Theory
+1703.00125 Populations and Evolution
+1703.00126 Materials Science
+1703.00127 Materials Science
+1703.00128 Numerical Analysis
+1703.00129 Optimization and Control
+1703.00130 Mesoscale and Nanoscale Physics
+1703.00131 Experiment
+1703.00132 Software Engineering
+1703.00133 Software Engineering
+1703.00134 Networking and Internet Architecture
+1703.00135 Numerical Analysis
+1703.00136 Adaptation and Self-Organizing Systems
+1703.00137 Probability
+1703.00138 Quantum Gases
+1703.00139 Combinatorics
+1703.00141 Phenomenology
+1703.00142
+1703.00143 Information Theory
+1703.00144 Learning
+1703.00145 Functional Analysis
+1703.00146 Mesoscale and Nanoscale Physics
+1703.00147 Information Theory
+1703.00148 Mesoscale and Nanoscale Physics
+1703.00149 Biological Physics
+1703.00150 Quantum Algebra
+1703.00151 Optimization and Control
+1703.00152 Computer Vision and Pattern Recognition
+1703.00153 Phenomenology
+1703.00154 Computer Vision and Pattern Recognition
+1703.00155 Phenomenology
+1703.00156 Numerical Analysis
+1703.00157 Strongly Correlated Electrons
+1703.00159 Logic in Computer Science
+1703.00160 Computer Vision and Pattern Recognition
+1703.00161 Superconductivity
+1703.00162 Experiment
+1703.00163 Optics
+1703.00164 Physics Education
+1703.00165 Number Theory
+1703.00166
+1703.00167 Statistics Theory
+1703.00168 Machine Learning
+1703.00169 Cosmology and Nongalactic Astrophysics
+1703.00170 Networking and Internet Architecture
+1703.00171 High Energy Astrophysical Phenomena
+1703.00172 Analysis of PDEs
+1703.00173 Phenomenology
+1703.00174 General Topology
+1703.00175 Optics
+1703.00176 Spectral Theory
+1703.00178 Information Theory
+1703.00181 Functional Analysis
+1703.00182 Numerical Analysis
+1703.00183 Analysis of PDEs
+1703.00184 Mesoscale and Nanoscale Physics
+1703.00185 Distributed, Parallel, and Cluster Computing
+1703.00186 Distributed, Parallel, and Cluster Computing
+1703.00187
+1703.00188 Information Theory
+1703.00190 Multimedia
+1703.00191 Numerical Analysis
+1703.00192 Optimization and Control
+1703.00193
+1703.00194 Robotics
+1703.00195 Formal Languages and Automata Theory
+1703.00196 Computer Vision and Pattern Recognition
+1703.00197 Group Theory
+1703.00198 Software Engineering
+1703.00199 Phenomenology
+1703.00200 Materials Science
+1703.00201
+1703.00205 Optics
+1703.00207 Cryptography and Security
+1703.00208 Probability
+1703.00209 Machine Learning
+1703.00211 High Energy Astrophysical Phenomena
+1703.00212 Graphics
+1703.00213 Theory
+1703.00214 Experiment
+1703.00215 Phenomenology
+1703.00216 Networking and Internet Architecture
+1703.00217 Superconductivity
+1703.00218 Solar and Stellar Astrophysics
+1703.00219 Molecular Networks
+1703.00220 Probability
+1703.00221
+1703.00223 Neurons and Cognition
+1703.00224 Materials Science
+1703.00225 Fluid Dynamics
+1703.00226 Populations and Evolution
+1703.00227 Robotics
+1703.00228 Classical Analysis and ODEs
+1703.00229 Phenomenology
+1703.00230 Algebraic Geometry
+1703.00231 Analysis of PDEs
+1703.00232
+1703.00233 Chemical Physics
+1703.00234 Computer Vision and Pattern Recognition
+1703.00235 Numerical Analysis
+1703.00237 Logic in Computer Science
+1703.00238 Complex Variables
+1703.00240 Logic in Computer Science
+1703.00241 Materials Science
+1703.00243 Analysis of PDEs
+1703.00244 Phenomenology
+1703.00245 Phenomenology
+1703.00246 Phenomenology
+1703.00247 Artificial Intelligence
+1703.00248 Mesoscale and Nanoscale Physics
+1703.00249 Computer Vision and Pattern Recognition
+1703.00251
+1703.00252 Analysis of PDEs
+1703.00253 Methodology
+1703.00254 Number Theory
+1703.00255
+1703.00256 Experiment
+1703.00257 Materials Science
+1703.00258 Instrumentation and Methods for Astrophysics
+1703.00259 Mathematical Finance
+1703.00260 Optimization and Control
+1703.00261 Number Theory
+1703.00262 Optimization and Control
+1703.00263 Cryptography and Security
+1703.00264 Soft Condensed Matter
+1703.00265 Mesoscale and Nanoscale Physics
+1703.00266 Mesoscale and Nanoscale Physics
+1703.00268 Combinatorics
+1703.00269 Physics Education
+1703.00270 Analysis of PDEs
+1703.00271 Quantum Algebra
+1703.00273 Combinatorics
+1703.00274
+1703.00275 Classical Analysis and ODEs
+1703.00276 Solar and Stellar Astrophysics
+1703.00278 Theory
+1703.00279 Numerical Analysis
+1703.00280 Solar and Stellar Astrophysics
+1703.00281 Classical Analysis and ODEs
+1703.00282 Probability
+1703.00283 Complex Variables
+1703.00285 Pattern Formation and Solitons
+1703.00286 Instrumentation and Methods for Astrophysics
+1703.00287 Combinatorics
+1703.00288 Materials Science
+1703.00290 Symplectic Geometry
+1703.00291 Other Computer Science
+1703.00294 History and Philosophy of Physics
+1703.00295 Analysis of PDEs
+1703.00296 Earth and Planetary Astrophysics
+1703.00298 Cryptography and Security
+1703.00300 General Physics
+1703.00301 General Physics
+1703.00302 Systems and Control
+1703.00303 Functional Analysis
+1703.00304 Multimedia
+1703.00306
+1703.00308 General Finance
+1703.00309
+1703.00313 Astrophysics of Galaxies
+1703.00314 Algebraic Topology
+1703.00315 Computational Physics
+1703.00316 Probability
+1703.00317 Computation and Language
+1703.00318 Group Theory
+1703.00320 Computer Science and Game Theory
+1703.00321 Numerical Analysis
+1703.00323 Combinatorics
+1703.00324 Strongly Correlated Electrons
+1703.00325 Numerical Analysis
+1703.00326 Optics
+1703.00327 Fluid Dynamics
+1703.00328 Fluid Dynamics
+1703.00329 Machine Learning
+1703.00330 Probability
+1703.00331 Emerging Technologies
+1703.00332 Information Theory
+1703.00333 Differential Geometry
+1703.00335 Geometric Topology
+1703.00336 Geometric Topology
+1703.00337 Probability
+1703.00338 Rings and Algebras
+1703.00339 Classical Analysis and ODEs
+1703.00341 Differential Geometry
+1703.00342
+1703.00344
+1703.00345 Combinatorics
+1703.00347 Optics
+1703.00348 Phenomenology
+1703.00349 Theory
+1703.00350 Physics Education
+1703.00351 Theory
+1703.00352 Other Statistics
+1703.00354 Astrophysics of Galaxies
+1703.00355 Statistical Mechanics
+1703.00356 Computer Vision and Pattern Recognition
+1703.00360 Materials Science
+1703.00362 Classical Analysis and ODEs
+1703.00365 Statistical Mechanics
+1703.00366 Cryptography and Security
+1703.00367 Strongly Correlated Electrons
+1703.00369 Cryptography and Security
+1703.00370 Phenomenology
+1703.00372 Discrete Mathematics
+1703.00373
+1703.00374 Distributed, Parallel, and Cluster Computing
+1703.00375 Distributed, Parallel, and Cluster Computing
+1703.00376 Combinatorics
+1703.00377 Learning
+1703.00378 Representation Theory
+1703.00379 Mesoscale and Nanoscale Physics
+1703.00380 Learning
+1703.00381 Learning
+1703.00383 Multimedia
+1703.00384 Sound
+1703.00385 Solar and Stellar Astrophysics
+1703.00387 Quantum Gases
+1703.00388 Chemical Physics
+1703.00389 Populations and Evolution
+1703.00390 Robotics
+1703.00392 Lattice
+1703.00395 Machine Learning
+1703.00396 Applications
+1703.00397 Information Retrieval
+1703.00398 Applications
+1703.00399 Networking and Internet Architecture
+1703.00400 Astrophysics of Galaxies
+1703.00403 Machine Learning
+1703.00404
+1703.00405 Optimization and Control
+1703.00406 Combinatorics
+1703.00407 Geometric Topology
+1703.00409 Physics and Society
+1703.00411 Symplectic Geometry
+1703.00412 Optimization and Control
+1703.00413 Chaotic Dynamics
+1703.00414 Combinatorics
+1703.00415 Instrumentation and Methods for Astrophysics
+1703.00416 Classical Analysis and ODEs
+1703.00417 Theory
+1703.00418
+1703.00419 Dynamical Systems
+1703.00421 Theory
+1703.00422 Analysis of PDEs
+1703.00423 Complex Variables
+1703.00424 High Energy Astrophysical Phenomena
+1703.00425 Classical Analysis and ODEs
+1703.00426 Artificial Intelligence
+1703.00428 Networking and Internet Architecture
+1703.00429
+1703.00431 Theory
+1703.00432 Solar and Stellar Astrophysics
+1703.00433
+1703.00434 Fluid Dynamics
+1703.00436 Numerical Analysis
+1703.00440 Learning
+1703.00441 Learning
+1703.00442 Commutative Algebra
+1703.00443 Learning
+0708.1441
+0809.3468 Medical Physics
+0903.4012 Physics and Society
+0907.3636
+1004.2570 Materials Science
+1011.0435 Solar and Stellar Astrophysics
+1101.0792 Logic
+1104.2497 Cosmology and Nongalactic Astrophysics
+1108.4918 Atmospheric and Oceanic Physics
+1109.1121 Cosmology and Nongalactic Astrophysics
+1109.4536 Cosmology and Nongalactic Astrophysics
+1111.2065 Solar and Stellar Astrophysics
+1111.2274 Solar and Stellar Astrophysics
+1203.2777 Cosmology and Nongalactic Astrophysics
+1203.4581 General Topology
+1205.1974
+1207.5477
+1210.1018 Group Theory
+1211.2141 Solar and Stellar Astrophysics
+1211.7246 Atomic Physics
+1301.5651 Solar and Stellar Astrophysics
+1302.3938 Cosmology and Nongalactic Astrophysics
+1303.1921 Commutative Algebra
+1303.2125 Cosmology and Nongalactic Astrophysics
+1303.2548
+1303.5556 Cosmology and Nongalactic Astrophysics
+1303.7284 Atmospheric and Oceanic Physics
+1305.4496 Atmospheric and Oceanic Physics
+1305.4741 Spectral Theory
+1306.1507 Cosmology and Nongalactic Astrophysics
+1306.5848 Number Theory
+1306.6468 Cosmology and Nongalactic Astrophysics
+1307.6519 Solar and Stellar Astrophysics
+1307.8062 Cosmology and Nongalactic Astrophysics
+1308.1823 Number Theory
+1308.4663 Cosmology and Nongalactic Astrophysics
+1308.4798 Theory
+1308.5645 Geophysics
+1309.6636 Cosmology and Nongalactic Astrophysics
+1311.1237 Computational Physics
+1311.7432 High Energy Astrophysical Phenomena
+1312.1242 Cosmology and Nongalactic Astrophysics
+1401.2075 Cosmology and Nongalactic Astrophysics
+1401.5890 Phenomenology
+1402.0065 Number Theory
+1402.0660
+1402.1726 Data Structures and Algorithms
+1403.1040 Probability
+1403.5848 K-Theory and Homology
+1404.0102 Phenomenology
+1405.0004 Solar and Stellar Astrophysics
+1406.1076 Differential Geometry
+1406.1080 Differential Geometry
+1406.5836 Differential Geometry
+1407.4630 Representation Theory
+1407.6468 Astrophysics of Galaxies
+1408.2265
+1409.2608 Astrophysics of Galaxies
+1409.5119
+1410.2308 Operator Algebras
+1410.3359 Combinatorics
+1410.3381 Symplectic Geometry
+1410.4192 Earth and Planetary Astrophysics
+1411.0636 Solar and Stellar Astrophysics
+1411.2543 Symplectic Geometry
+1412.3819 Astrophysics of Galaxies
+1412.3851 Cosmology and Nongalactic Astrophysics
+1412.7076 Probability
+1501.00554
+1502.01532 Optics
+1502.02474 Robotics
+1502.04398 Probability
+1502.07893
+1503.03667 Number Theory
+1503.06132 Number Theory
+1503.06542 Differential Geometry
+1504.00852 Number Theory
+1504.03973
+1504.07277 Algebraic Topology
+1504.07494 Information Theory
+1504.07654 Statistical Mechanics
+1505.01775 Algebraic Geometry
+1505.03059
+1505.04222 Representation Theory
+1505.05416 Classical Analysis and ODEs
+1505.06779 Materials Science
+1506.01050 Number Theory
+1506.01262 Materials Science
+1506.03529 Algebraic Geometry
+1506.05097 Earth and Planetary Astrophysics
+1506.06220
+1506.07129 Differential Geometry
+1506.08684 Phenomenology
+1506.08818 Earth and Planetary Astrophysics
+1506.09070 History and Philosophy of Physics
+1506.09174 Computer Vision and Pattern Recognition
+1507.00569 Number Theory
+1507.03204 Soft Condensed Matter
+1507.05594 Analysis of PDEs
+1507.05714 Soft Condensed Matter
+1507.07532 Phenomenology
+1507.07910 Probability
+1507.08693 Mesoscale and Nanoscale Physics
+1508.01604 Mesoscale and Nanoscale Physics
+1508.02105 Materials Science
+1508.05550 Learning
+1509.00213 Lattice
+1509.03245 Group Theory
+1509.03256 Theory
+1509.04167 Probability
+1509.07456
+1509.08204 Cosmology and Nongalactic Astrophysics
+1509.08347 Differential Geometry
+1509.09318
+1510.00002 Medical Physics
+1510.00397 Astrophysics of Galaxies
+1510.01822 Astrophysics of Galaxies
+1510.03197 High Energy Astrophysical Phenomena
+1510.04838 Dynamical Systems
+1510.05232
+1510.05233 Strongly Correlated Electrons
+1510.05836
+1510.05870 Earth and Planetary Astrophysics
+1510.07017 Combinatorics
+1510.07190 Combinatorics
+1510.07538 Analysis of PDEs
+1511.04282 Probability
+1511.04621 Methodology
+1511.04943
+1511.06123 Exactly Solvable and Integrable Systems
+1511.06852 Physics and Society
+1511.07503 Plasma Physics
+1511.07546 Theory
+1511.08407 Computation and Language
+1511.08616
+1511.08736 Cosmology and Nongalactic Astrophysics
+1511.08841 Computational Complexity
+1512.00223
+1512.02564 Analysis of PDEs
+1512.03297 Number Theory
+1512.03736
+1512.06351 Materials Science
+1512.07164 Mesoscale and Nanoscale Physics
+1512.08560 Methodology
+1512.08623
+1601.00172 Systems and Control
+1601.00509
+1601.00590 Group Theory
+1601.00822 Physics and Society
+1601.00892 Differential Geometry
+1601.02280 Numerical Analysis
+1601.02696
+1601.03126 Strongly Correlated Electrons
+1601.03449 Physics and Society
+1601.04188 Statistical Finance
+1601.04261 Statistical Mechanics
+1601.04598 Pattern Formation and Solitons
+1601.04887 Phenomenology
+1601.05039 Analysis of PDEs
+1601.05378 Theory
+1601.05812 Mesoscale and Nanoscale Physics
+1601.06007 Instrumentation and Detectors
+1601.06659 Physics Education
+1601.06663 Atomic Physics
+1601.06695 Quantum Gases
+1601.06803 Theory
+1601.06842 Mesoscale and Nanoscale Physics
+1601.06889 Chemical Physics
+1601.07164 Probability
+1601.07634
+1601.07817
+1602.00049 Optics
+1602.00862
+1602.01032 Atomic Physics
+1602.02646 Numerical Analysis
+1602.02777 Mesoscale and Nanoscale Physics
+1602.02903
+1602.03326
+1602.03347
+1602.03912 Superconductivity
+1602.04090 General Physics
+1602.04694 Classical Analysis and ODEs
+1602.05097 Logic
+1602.05105 Fluid Dynamics
+1602.05382
+1602.05466 Mesoscale and Nanoscale Physics
+1602.05882 High Energy Astrophysical Phenomena
+1602.05929 Analysis of PDEs
+1602.06282 Algebraic Geometry
+1602.06326 Computational Physics
+1602.06815 Mesoscale and Nanoscale Physics
+1602.06861 Exactly Solvable and Integrable Systems
+1602.07321 Analysis of PDEs
+1602.07875
+1602.07930 Superconductivity
+1602.08244
+1602.08302 Phenomenology
+1602.08645
+1602.08776 Statistical Mechanics
+1602.08816 Phenomenology
+1602.08941 Superconductivity
+1602.08990 Strongly Correlated Electrons
+1603.00146 Computer Vision and Pattern Recognition
+1603.00599 Computational Physics
+1603.00821 Earth and Planetary Astrophysics
+1603.01174 Theory
+1603.01253
+1603.01259 Theory
+1603.01554 Numerical Analysis
+1603.01738 Theory
+1603.01759 Instrumentation and Detectors
+1603.01844 Chaotic Dynamics
+1603.02033 Theory
+1603.02109 Superconductivity
+1603.02315 Phenomenology
+1603.02417
+1603.02523 Quantum Gases
+1603.02700
+1603.02860 Theory
+1603.03624 Systems and Control
+1603.03891 Probability
+1603.03997
+1603.04014
+1603.04381 Machine Learning
+1603.04736 Astrophysics of Galaxies
+1603.04820 Instrumentation and Detectors
+1603.05579 Numerical Analysis
+1603.05706 Dynamical Systems
+1603.05823 Information Theory
+1603.05834 Theory
+1603.06106 Differential Geometry
+1603.06334 Instrumentation and Detectors
+1603.06429
+1603.06535 Soft Condensed Matter
+1603.06543 Earth and Planetary Astrophysics
+1603.06965 Materials Science
+1603.07263 Phenomenology
+1603.07293 Probability
+1603.07495 Theory
+1603.07638 Instrumentation and Detectors
+1603.07640
+1603.07669 Instrumentation and Detectors
+1603.07852 Solar and Stellar Astrophysics
+1603.08043 Pattern Formation and Solitons
+1603.08118 Analysis of PDEs
+1603.08196
+1603.08760 Instrumentation and Detectors
+1603.08765 Instrumentation and Detectors
+1603.08940 Instrumentation and Methods for Astrophysics
+1603.09047 Probability
+1603.09147 Instrumentation and Detectors
+1603.09324 Probability
+1603.09410 Optics
+1603.09690 Dynamical Systems
+1604.00883 Analysis of PDEs
+1604.01011 Optics
+1604.01012
+1604.01337
+1604.01921 Instrumentation and Detectors
+1604.01965 Symplectic Geometry
+1604.02012
+1604.02548
+1604.02564 Optics
+1604.02640 Fluid Dynamics
+1604.02662
+1604.02842 Analysis of PDEs
+1604.02957 Instrumentation and Detectors
+1604.04097 Analysis of PDEs
+1604.04121 Algebraic Geometry
+1604.04231
+1604.04349 Phenomenology
+1604.04717 Mesoscale and Nanoscale Physics
+1604.04790 Statistical Mechanics
+1604.04837
+1604.05045 Instrumentation and Detectors
+1604.05335 Phenomenology
+1604.05900 Quantum Gases
+1604.05968 General Physics
+1604.06109 Strongly Correlated Electrons
+1604.06151 Information Theory
+1604.06268
+1604.06269 General Physics
+1604.06296 Strongly Correlated Electrons
+1604.06298 Fluid Dynamics
+1604.06536 Soft Condensed Matter
+1604.06559 Differential Geometry
+1604.06596
+1604.06754 Soft Condensed Matter
+1604.06861 Analysis of PDEs
+1604.06863 Materials Science
+1604.06965 Optics
+1604.07154 Mesoscale and Nanoscale Physics
+1604.07413 Astrophysics of Galaxies
+1604.07636
+1604.07730 Experiment
+1604.07765 Theory
+1604.07854 Phenomenology
+1604.07951
+1604.08198 Superconductivity
+1604.08213 Phenomenology
+1604.08266
+1604.08301 High Energy Astrophysical Phenomena
+1604.08316
+1604.08324 Pattern Formation and Solitons
+1604.08361 Differential Geometry
+1604.08573
+1604.08605 Materials Science
+1604.08791 High Energy Astrophysical Phenomena
+1604.08902 Plasma Physics
+1604.08934 Machine Learning
+1605.00100 Experiment
+1605.00463 Instrumentation and Detectors
+1605.00771 Phenomenology
+1605.01036 Numerical Analysis
+1605.01227 Combinatorics
+1605.01244 Numerical Analysis
+1605.01268
+1605.01447 Differential Geometry
+1605.01590
+1605.01633 Theory
+1605.01978 Combinatorics
+1605.02247 Materials Science
+1605.02300 Mesoscale and Nanoscale Physics
+1605.02408 Optimization and Control
+1605.02890 Experiment
+1605.03023
+1605.03028 Optics
+1605.03121
+1605.03155 Analysis of PDEs
+1605.03163 Optics
+1605.03180 Astrophysics of Galaxies
+1605.03521 Theory
+1605.03699
+1605.03749 Combinatorics
+1605.03858 Differential Geometry
+1605.03899 Optics
+1605.03983 Instrumentation and Detectors
+1605.04157 Optics
+1605.04185 Phenomenology
+1605.04551 K-Theory and Homology
+1605.04577
+1605.04668 Theory
+1605.04913 Astrophysics of Galaxies
+1605.05025 Social and Information Networks
+1605.05080 Exactly Solvable and Integrable Systems
+1605.05381
+1605.05597 Theory
+1605.05695 Probability
+1605.05727 Solar and Stellar Astrophysics
+1605.05829 Computer Vision and Pattern Recognition
+1605.05907
+1605.05920 Phenomenology
+1605.06011
+1605.06080 Theory
+1605.06111 Theory
+1605.06493 Dynamical Systems
+1605.07035
+1605.07079 Learning
+1605.07080 Superconductivity
+1605.07131
+1605.07324 Mesoscale and Nanoscale Physics
+1605.07823 Numerical Analysis
+1605.08073 Fluid Dynamics
+1605.08212 Atomic Physics
+1605.08337 Theory
+1605.08377 Medical Physics
+1605.09156 Theory
+1605.09367 High Energy Astrophysical Phenomena
+1605.09614 Probability
+1605.09767 Pattern Formation and Solitons
+1606.00035 Earth and Planetary Astrophysics
+1606.00206 Cosmology and Nongalactic Astrophysics
+1606.00213 Soft Condensed Matter
+1606.00317 Optics
+1606.00557 Phenomenology
+1606.00571 Instrumentation and Detectors
+1606.00987
+1606.01124 Strongly Correlated Electrons
+1606.01217 Experiment
+1606.01420 Dynamical Systems
+1606.01578
+1606.01723 Analysis of PDEs
+1606.01901 Theory
+1606.02013
+1606.02325 High Energy Astrophysical Phenomena
+1606.02392 Chemical Physics
+1606.02540 Fluid Dynamics
+1606.02569 Fluid Dynamics
+1606.02832 Numerical Analysis
+1606.02846 Instrumentation and Detectors
+1606.02957 Data Analysis, Statistics and Probability
+1606.03061 Optics
+1606.03208 Phenomenology
+1606.03288 High Energy Astrophysical Phenomena
+1606.03319 Mesoscale and Nanoscale Physics
+1606.03347 Social and Information Networks
+1606.03533 Instrumentation and Methods for Astrophysics
+1606.03744 Exactly Solvable and Integrable Systems
+1606.03870 Materials Science
+1606.04047 Earth and Planetary Astrophysics
+1606.04077 Classical Physics
+1606.04354 Quantitative Methods
+1606.04437 Accelerator Physics
+1606.04441 Number Theory
+1606.04543 Phenomenology
+1606.04632 Experiment
+1606.04710 Lattice
+1606.04738
+1606.04878 Combinatorics
+1606.05061
+1606.05075 Analysis of PDEs
+1606.05104 Materials Science
+1606.05109
+1606.05447 Statistical Mechanics
+1606.05508
+1606.05569
+1606.05664 Learning
+1606.05734 Earth and Planetary Astrophysics
+1606.05737 Statistical Mechanics
+1606.05827 Soft Condensed Matter
+1606.05838 Optics
+1606.05930 Cosmology and Nongalactic Astrophysics
+1606.06134 Phenomenology
+1606.06351 Computation
+1606.06528 Phenomenology
+1606.06608 Disordered Systems and Neural Networks
+1606.06651 Mesoscale and Nanoscale Physics
+1606.06720 Mathematical Finance
+1606.06798 Numerical Analysis
+1606.06808 Databases
+1606.06974 Logic in Computer Science
+1606.07107 Quantum Gases
+1606.07473 Instrumentation and Methods for Astrophysics
+1606.07501 Phenomenology
+1606.07697 Strongly Correlated Electrons
+1606.07865
+1606.07882
+1606.08086
+1606.08087 Data Structures and Algorithms
+1606.08113
+1606.08168 Experiment
+1606.08291 Applications
+1606.08318 Other Condensed Matter
+1606.08358 Quantum Gases
+1606.08421
+1606.08433 Physics and Society
+1606.08439 Quantum Gases
+1606.08552 Quantum Algebra
+1606.08747 Instrumentation and Detectors
+1606.08822
+1606.08946
+1606.08975 Mesoscale and Nanoscale Physics
+1606.09317 Phenomenology
+1607.00100
+1607.00190
+1607.00219 Instrumentation and Detectors
+1607.00282 Phenomenology
+1607.00334
+1607.00338 Phenomenology
+1607.00357 Tissues and Organs
+1607.00583 Mesoscale and Nanoscale Physics
+1607.00650 Phenomenology
+1607.00671 Quantum Gases
+1607.00864 Statistics Theory
+1607.00908 Soft Condensed Matter
+1607.01255
+1607.01475 Numerical Analysis
+1607.01494 Materials Science
+1607.01529 Atmospheric and Oceanic Physics
+1607.01714
+1607.02043 High Energy Astrophysical Phenomena
+1607.02056 Cosmology and Nongalactic Astrophysics
+1607.02063 Mesoscale and Nanoscale Physics
+1607.02324 Instrumentation and Detectors
+1607.02427 Computational Physics
+1607.02451 Fluid Dynamics
+1607.02489 Numerical Analysis
+1607.02610 Theory
+1607.02724 Plasma Physics
+1607.02872 Strongly Correlated Electrons
+1607.02908 Quantum Gases
+1607.02976 Atmospheric and Oceanic Physics
+1607.03030 Phenomenology
+1607.03103 Atomic Physics
+1607.03231 Strongly Correlated Electrons
+1607.03235
+1607.03319 History and Philosophy of Physics
+1607.03329
+1607.03368 Cosmology and Nongalactic Astrophysics
+1607.03412 Instrumentation and Methods for Astrophysics
+1607.03437 Differential Geometry
+1607.03461 Theory
+1607.03480
+1607.03499 Algebraic Geometry
+1607.03530 Optics
+1607.03621 Chemical Physics
+1607.03673 Astrophysics of Galaxies
+1607.03724
+1607.03770
+1607.03826 General Topology
+1607.03930 Statistical Mechanics
+1607.04051 Mesoscale and Nanoscale Physics
+1607.04065 Mesoscale and Nanoscale Physics
+1607.04141 Data Analysis, Statistics and Probability
+1607.04221 Soft Condensed Matter
+1607.04281 Theory
+1607.04384 Statistics Theory
+1607.04536
+1607.04615 Materials Science
+1607.04632 Physics and Society
+1607.04805 Learning
+1607.05235 Trading and Market Microstructure
+1607.05259
+1607.05317
+1607.05380 Applications
+1607.05665 Biological Physics
+1607.05796 Exactly Solvable and Integrable Systems
+1607.05862 Phenomenology
+1607.05989 Spectral Theory
+1607.06070 Functional Analysis
+1607.06233 Functional Analysis
+1607.06269 Distributed, Parallel, and Cluster Computing
+1607.06327 Phenomenology
+1607.06440 Phenomenology
+1607.06499 Phenomenology
+1607.06518 Solar and Stellar Astrophysics
+1607.06661 General Mathematics
+1607.06664
+1607.06814 Theory
+1607.06831
+1607.06969 Soft Condensed Matter
+1607.07044 Analysis of PDEs
+1607.07133
+1607.07191 Optics
+1607.07210
+1607.07225 Strongly Correlated Electrons
+1607.07230 Accelerator Physics
+1607.07379 Physics and Society
+1607.07420 High Energy Astrophysical Phenomena
+1607.07439 Theory
+1607.07520 Strongly Correlated Electrons
+1607.07912 Theory
+1607.07996
+1607.08048 Fluid Dynamics
+1607.08077 Computational Complexity
+1607.08234
+1607.08249 Theory
+1607.08296 Theory
+1607.08520 Phenomenology
+1607.08556 Probability
+1607.08699
+1607.08763 Fluid Dynamics
+1607.08785 Computational Physics
+1607.08812 Physics and Society
+1607.08836 Computational Physics
+1607.08853 Computational Engineering, Finance, and Science
+1607.08881 Theory
+1608.00140 Mesoscale and Nanoscale Physics
+1608.00303 Fluid Dynamics
+1608.00369 High Energy Astrophysical Phenomena
+1608.00569 Instrumentation and Detectors
+1608.00595 Theory
+1608.00599
+1608.00638 Phenomenology
+1608.00683 Mesoscale and Nanoscale Physics
+1608.00748 Analysis of PDEs
+1608.00775 Computer Vision and Pattern Recognition
+1608.00824 Mesoscale and Nanoscale Physics
+1608.00915 Phenomenology
+1608.01126 Instrumentation and Detectors
+1608.01188 Mesoscale and Nanoscale Physics
+1608.01192
+1608.01195 Phenomenology
+1608.01217 Phenomenology
+1608.01231 Phenomenology
+1608.01265 Disordered Systems and Neural Networks
+1608.01312 Phenomenology
+1608.01322 Statistical Mechanics
+1608.01451 Fluid Dynamics
+1608.01479 Atomic Physics
+1608.01579
+1608.01722 Commutative Algebra
+1608.01740 Superconductivity
+1608.01917 Analysis of PDEs
+1608.01999 Phenomenology
+1608.02098 Mesoscale and Nanoscale Physics
+1608.02129 Mesoscale and Nanoscale Physics
+1608.02131 Statistical Mechanics
+1608.02248 Mesoscale and Nanoscale Physics
+1608.02268
+1608.02378 Analysis of PDEs
+1608.02405 Materials Science
+1608.02409 Instrumentation and Detectors
+1608.02416 Plasma Physics
+1608.02453 Strongly Correlated Electrons
+1608.02501
+1608.02556 Phenomenology
+1608.02672 General Physics
+1608.02798 Mesoscale and Nanoscale Physics
+1608.02799 Optics
+1608.02819 Phenomenology
+1608.02840 Analysis of PDEs
+1608.03031 Cosmology and Nongalactic Astrophysics
+1608.03130 Atomic Physics
+1608.03153 Medical Physics
+1608.03155 Quantum Algebra
+1608.03158 Instrumentation and Detectors
+1608.03194 Plasma Physics
+1608.03365
+1608.03375 High Energy Astrophysical Phenomena
+1608.03449 Biological Physics
+1608.03485
+1608.03659 Numerical Analysis
+1608.03705 Phenomenology
+1608.03835 Strongly Correlated Electrons
+1608.03854 Quantum Gases
+1608.03921 Instrumentation and Methods for Astrophysics
+1608.04007 Cosmology and Nongalactic Astrophysics
+1608.04052 Statistical Mechanics
+1608.04172 Materials Science
+1608.04234 Fluid Dynamics
+1608.04635 Geometric Topology
+1608.04699
+1608.04713
+1608.04730 Theory
+1608.04772 Applications
+1608.04785 Phenomenology
+1608.04817 Phenomenology
+1608.04831 Quantum Gases
+1608.04874 Fluid Dynamics
+1608.04931 Strongly Correlated Electrons
+1608.05009
+1608.05036 Theory
+1608.05079 Cosmology and Nongalactic Astrophysics
+1608.05126 Theory
+1608.05201 Phenomenology
+1608.05213
+1608.05268
+1608.05284 Astrophysics of Galaxies
+1608.05366
+1608.05471
+1608.05693 Phenomenology
+1608.05767 Materials Science
+1608.05805 Materials Science
+1608.06214 Statistical Mechanics
+1608.06282 Theory
+1608.06284 Theory
+1608.06311 Mesoscale and Nanoscale Physics
+1608.06402 Theory
+1608.06442 Probability
+1608.06508 Cosmology and Nongalactic Astrophysics
+1608.06624 Theory
+1608.06658
+1608.06816 Pattern Formation and Solitons
+1608.06821 Materials Science
+1608.06947 High Energy Astrophysical Phenomena
+1608.06955 Earth and Planetary Astrophysics
+1608.07185
+1608.07188 Information Theory
+1608.07191 Phenomenology
+1608.07216 Materials Science
+1608.07274 Phenomenology
+1608.07603 Atomic Physics
+1608.07606 Instrumentation and Methods for Astrophysics
+1608.07660 Optics
+1608.07675 High Energy Astrophysical Phenomena
+1608.07736 Analysis of PDEs
+1608.07777 Phenomenology
+1608.07790 Adaptation and Self-Organizing Systems
+1608.07943 Statistical Mechanics
+1608.08068 Medical Physics
+1608.08081 Strongly Correlated Electrons
+1608.08119 Theory
+1608.08166 Populations and Evolution
+1608.08174 Quantitative Methods
+1608.08222 Astrophysics of Galaxies
+1608.08312
+1608.08333 Statistical Mechanics
+1608.08405
+1608.08408 Dynamical Systems
+1608.08448 Theory
+1608.08507 Statistical Mechanics
+1608.08569 Instrumentation and Detectors
+1608.08651 Disordered Systems and Neural Networks
+1608.08681 Instrumentation and Detectors
+1608.08739 Solar and Stellar Astrophysics
+1608.08939 High Energy Astrophysical Phenomena
+1608.08949 Differential Geometry
+1608.08980 Mesoscale and Nanoscale Physics
+1609.00041 Mesoscale and Nanoscale Physics
+1609.00079
+1609.00094 Physics and Society
+1609.00098 High Energy Astrophysical Phenomena
+1609.00113 Phenomenology
+1609.00124 Lattice
+1609.00208 Phenomenology
+1609.00365 Systems and Control
+1609.00418
+1609.00459 Theory
+1609.00587 Probability
+1609.00708 Theory
+1609.00991 Theory
+1609.01089 Rings and Algebras
+1609.01135 Experiment
+1609.01222 Dynamical Systems
+1609.01225 Operator Algebras
+1609.01653 Astrophysics of Galaxies
+1609.01654 Instrumentation and Methods for Astrophysics
+1609.01696
+1609.01801
+1609.01814 Plasma Physics
+1609.01861 Materials Science
+1609.01941 Strongly Correlated Electrons
+1609.02033 Instrumentation and Detectors
+1609.02266 High Energy Astrophysical Phenomena
+1609.02289 Phenomenology
+1609.02317 Statistical Mechanics
+1609.02336 High Energy Astrophysical Phenomena
+1609.02361 Phenomenology
+1609.02395 Trading and Market Microstructure
+1609.02536 Phenomenology
+1609.02572 Phenomenology
+1609.02628
+1609.02751
+1609.02760 Earth and Planetary Astrophysics
+1609.02889 Theory
+1609.03033 Differential Geometry
+1609.03055 Differential Geometry
+1609.03126 Learning
+1609.03268
+1609.03282 Fluid Dynamics
+1609.03368 Optics
+1609.03391 Exactly Solvable and Integrable Systems
+1609.03450 Phenomenology
+1609.03451
+1609.03454 Mesoscale and Nanoscale Physics
+1609.03715 Phenomenology
+1609.03770 Materials Science
+1609.03793 Analysis of PDEs
+1609.03851 Numerical Analysis
+1609.03861 Analysis of PDEs
+1609.03873 Lattice
+1609.04000 Mesoscale and Nanoscale Physics
+1609.04021 Astrophysics of Galaxies
+1609.04137 Statistical Mechanics
+1609.04181
+1609.04236 Phenomenology
+1609.04311 Statistical Mechanics
+1609.04358
+1609.04359 Astrophysics of Galaxies
+1609.04369 Phenomenology
+1609.04389 Earth and Planetary Astrophysics
+1609.04446 Classical Physics
+1609.04459
+1609.04474 High Energy Astrophysical Phenomena
+1609.04509 Astrophysics of Galaxies
+1609.04647 Soft Condensed Matter
+1609.04655 Theory
+1609.04827
+1609.04867 Atomic Physics
+1609.04868 Phenomenology
+1609.04872 Materials Science
+1609.04877 Phenomenology
+1609.05138
+1609.05163
+1609.05175 Instrumentation and Methods for Astrophysics
+1609.05192 High Energy Astrophysical Phenomena
+1609.05209 Phenomenology
+1609.05217 Strongly Correlated Electrons
+1609.05223 Emerging Technologies
+1609.05297 Materials Science
+1609.05333 Soft Condensed Matter
+1609.05424
+1609.05751
+1609.05760 Pattern Formation and Solitons
+1609.05834 Computer Vision and Pattern Recognition
+1609.05837 Phenomenology
+1609.05862
+1609.05883 Phenomenology
+1609.05905 Theory
+1609.06038 Computation and Language
+1609.06089 Phenomenology
+1609.06093
+1609.06106 Experiment
+1609.06186 Superconductivity
+1609.06200 Soft Condensed Matter
+1609.06312 Phenomenology
+1609.06359 Physics and Society
+1609.06365
+1609.06413 Materials Science
+1609.06502 Phenomenology
+1609.06525 Atomic Physics
+1609.06543 Mesoscale and Nanoscale Physics
+1609.06592 Phenomenology
+1609.06648 Mesoscale and Nanoscale Physics
+1609.06684 Atomic Physics
+1609.06709 Mesoscale and Nanoscale Physics
+1609.06755 Fluid Dynamics
+1609.06834 Phenomenology
+1609.06855 Soft Condensed Matter
+1609.06889
+1609.06900 Experiment
+1609.06985 Statistical Mechanics
+1609.07025 Optics
+1609.07067 Superconductivity
+1609.07109
+1609.07137 High Energy Astrophysical Phenomena
+1609.07257 Learning
+1609.07624 Mesoscale and Nanoscale Physics
+1609.07661 Phenomenology
+1609.07687 Numerical Analysis
+1609.07721 Artificial Intelligence
+1609.07726 Superconductivity
+1609.07733 Phenomenology
+1609.07735 Chemical Physics
+1609.07904
+1609.07973 Mesoscale and Nanoscale Physics
+1609.07974 Representation Theory
+1609.08034 Theory
+1609.08116 Multiagent Systems
+1609.08206 Strongly Correlated Electrons
+1609.08236
+1609.08309 Experiment
+1609.08332 Optics
+1609.08436 Computer Vision and Pattern Recognition
+1609.08514 Experiment
+1609.08623 Phenomenology
+1609.08790 Optics
+1609.08841 Theory
+1609.08847 Phenomenology
+1609.08932 Atomic and Molecular Clusters
+1609.08981 Plasma Physics
+1609.09055 Phenomenology
+1609.09075 Earth and Planetary Astrophysics
+1609.09276 Chaotic Dynamics
+1609.09290 Solar and Stellar Astrophysics
+1609.09345 Biological Physics
+1609.09361 High Energy Astrophysical Phenomena
+1609.09371
+1609.09424 Phenomenology
+1609.09490 High Energy Astrophysical Phenomena
+1609.09496
+1609.09513 Phenomenology
+1609.09535 Materials Science
+1609.09606 Mesoscale and Nanoscale Physics
+1609.09627 Optics
+1609.09690 Mesoscale and Nanoscale Physics
+1609.09719 Phenomenology
+1609.09794 Mesoscale and Nanoscale Physics
+1609.09858
+1609.09865 Instrumentation and Detectors
+1610.00091 Phenomenology
+1610.00100 Atomic Physics
+1610.00197 Fluid Dynamics
+1610.00221
+1610.00314 Mesoscale and Nanoscale Physics
+1610.00335 Atomic and Molecular Clusters
+1610.00400
+1610.00475 Theory
+1610.00589
+1610.00591
+1610.00727 Theory
+1610.00785 Theory
+1610.00882
+1610.01002 Physics and Society
+1610.01012 Physics and Society
+1610.01017
+1610.01020 Phenomenology
+1610.01102 Phenomenology
+1610.01109 Superconductivity
+1610.01160 Cosmology and Nongalactic Astrophysics
+1610.01161 Theory
+1610.01231 Experiment
+1610.01241
+1610.01299 Classical Analysis and ODEs
+1610.01604 Chemical Physics
+1610.01634 Materials Science
+1610.01821
+1610.02031 Phenomenology
+1610.02074 Theory
+1610.02182 Optics
+1610.02221 Analysis of PDEs
+1610.02233 Cosmology and Nongalactic Astrophysics
+1610.02239 Mesoscale and Nanoscale Physics
+1610.02262
+1610.02296 Physics Education
+1610.02346
+1610.02405 Astrophysics of Galaxies
+1610.02412 Numerical Analysis
+1610.02422 Theory
+1610.02433 Physics and Society
+1610.02456 Mathematical Finance
+1610.02495 Statistical Mechanics
+1610.02499 Theory
+1610.02536 Optics
+1610.02550 Materials Science
+1610.02613 Strongly Correlated Electrons
+1610.02618 Phenomenology
+1610.02663
+1610.02761
+1610.02804
+1610.02868
+1610.03038 Phenomenology
+1610.03067 Earth and Planetary Astrophysics
+1610.03302
+1610.03318 Materials Science
+1610.03391 Mesoscale and Nanoscale Physics
+1610.03516 Strongly Correlated Electrons
+1610.03526 Phenomenology
+1610.03636 Mesoscale and Nanoscale Physics
+1610.03739 Plasma Physics
+1610.03756 Materials Science
+1610.04054 Fluid Dynamics
+1610.04111
+1610.04157 Superconductivity
+1610.04209 Phenomenology
+1610.04266 Algebraic Geometry
+1610.04288 Accelerator Physics
+1610.04455 Materials Science
+1610.04520 Optics
+1610.04528 Phenomenology
+1610.04548 Mesoscale and Nanoscale Physics
+1610.04553 Optics
+1610.04595 Physics and Society
+1610.04617 Astrophysics of Galaxies
+1610.04618 Theory
+1610.04646 Dynamical Systems
+1610.04921 Chemical Physics
+1610.04982 Networking and Internet Architecture
+1610.05012 Phenomenology
+1610.05198
+1610.05432 Robotics
+1610.05497 Phenomenology
+1610.05538 Exactly Solvable and Integrable Systems
+1610.05545 Lattice
+1610.05563 Social and Information Networks
+1610.05591
+1610.05780 Statistical Mechanics
+1610.05787 Soft Condensed Matter
+1610.05886 Theory
+1610.05899 Fluid Dynamics
+1610.05916 Soft Condensed Matter
+1610.05917 Phenomenology
+1610.05972 Solar and Stellar Astrophysics
+1610.06083 Instrumentation and Detectors
+1610.06219
+1610.06314 Accelerator Physics
+1610.06375 Astrophysics of Galaxies
+1610.06452 Optics
+1610.06522 Solar and Stellar Astrophysics
+1610.06543 Phenomenology
+1610.06557 Mesoscale and Nanoscale Physics
+1610.06582 Phenomenology
+1610.06779 Experiment
+1610.06820 Analysis of PDEs
+1610.06828 Optics
+1610.06919 Cosmology and Nongalactic Astrophysics
+1610.06930 Strongly Correlated Electrons
+1610.06938 Theory
+1610.06954
+1610.06966 Statistical Mechanics
+1610.07128
+1610.07179 Theory
+1610.07243 Phenomenology
+1610.07290 Materials Science
+1610.07314 Phenomenology
+1610.07354 Phenomenology
+1610.07367 Theory
+1610.07423
+1610.07433 Statistical Mechanics
+1610.07437
+1610.07461
+1610.07568
+1610.07612 Theory
+1610.07678 Soft Condensed Matter
+1610.07962 Phenomenology
+1610.07980 Theory
+1610.07993 Theory
+1610.08038 Superconductivity
+1610.08101
+1610.08166 Machine Learning
+1610.08187 Atmospheric and Oceanic Physics
+1610.08207
+1610.08211 Exactly Solvable and Integrable Systems
+1610.08297 Cosmology and Nongalactic Astrophysics
+1610.08348 Analysis of PDEs
+1610.08361 Classical Physics
+1610.08383 Strongly Correlated Electrons
+1610.08426 Materials Science
+1610.08433 Theory
+1610.08475 Cryptography and Security
+1610.08510 Theory
+1610.08522 Theory
+1610.08531 Phenomenology
+1610.08539 Exactly Solvable and Integrable Systems
+1610.08571 Earth and Planetary Astrophysics
+1610.08586 High Energy Astrophysical Phenomena
+1610.08598 Quantum Gases
+1610.08613 Learning
+1610.08834 Soft Condensed Matter
+1610.08836 Theory
+1610.08912 Statistical Mechanics
+1610.08918 General Finance
+1610.08987 Theory
+1610.09062 Analysis of PDEs
+1610.09090 Phenomenology
+1610.09167 Atomic Physics
+1610.09174 Astrophysics of Galaxies
+1610.09180 Theory
+1610.09286 Soft Condensed Matter
+1610.09290 Cosmology and Nongalactic Astrophysics
+1610.09362 Phenomenology
+1610.09375 Earth and Planetary Astrophysics
+1610.09385 Astrophysics of Galaxies
+1610.09481 Statistical Mechanics
+1610.09529
+1610.09544 Representation Theory
+1610.09557 Plasma Physics
+1610.09670 Earth and Planetary Astrophysics
+1610.09689 Plasma Physics
+1610.09713
+1610.09814 Phenomenology
+1610.09818 Phenomenology
+1610.09852 Cosmology and Nongalactic Astrophysics
+1610.09858
+1610.09954 Optics
+1610.09956 Atomic Physics
+1610.09972 Numerical Analysis
+1610.10084 Phenomenology
+1611.00011 Mesoscale and Nanoscale Physics
+1611.00026 Theory
+1611.00046 Plasma Physics
+1611.00048 Theory
+1611.00049 Phenomenology
+1611.00089 Astrophysics of Galaxies
+1611.00227
+1611.00279 Disordered Systems and Neural Networks
+1611.00369 Solar and Stellar Astrophysics
+1611.00431
+1611.00452
+1611.00474 Phenomenology
+1611.00640 Statistical Mechanics
+1611.00775 Solar and Stellar Astrophysics
+1611.00782 Strongly Correlated Electrons
+1611.00931 Computer Vision and Pattern Recognition
+1611.01005 Instrumentation and Detectors
+1611.01027 Mesoscale and Nanoscale Physics
+1611.01041 Optics
+1611.01062
+1611.01123 Cosmology and Nongalactic Astrophysics
+1611.01133 Theory
+1611.01238 Methodology
+1611.01347
+1611.01348
+1611.01398 Theory
+1611.01454
+1611.01459 Mesoscale and Nanoscale Physics
+1611.01509 Optics
+1611.01531 Physics and Society
+1611.01552 Materials Science
+1611.01583 Data Analysis, Statistics and Probability
+1611.01623 Phenomenology
+1611.01635 Phenomenology
+1611.01649 Accelerator Physics
+1611.01705 Astrophysics of Galaxies
+1611.01738 Theory
+1611.01759 Chemical Physics
+1611.01816 Algebraic Topology
+1611.01854 Phenomenology
+1611.01965 Statistical Mechanics
+1611.01973 Lattice
+1611.02033 Phenomenology
+1611.02132 Phenomenology
+1611.02137 Phenomenology
+1611.02168 Materials Science
+1611.02182 Astrophysics of Galaxies
+1611.02193 Statistical Mechanics
+1611.02221 Machine Learning
+1611.02511 Chemical Physics
+1611.02598 Theory
+1611.02763 Theory
+1611.02959 Theory
+1611.02977
+1611.03101 Theory
+1611.03102 Instrumentation and Detectors
+1611.03137 Theory
+1611.03277 Materials Science
+1611.03284 Lattice
+1611.03314 Soft Condensed Matter
+1611.03369 Theory
+1611.03471 Accelerator Physics
+1611.03498 Theory
+1611.03569 Quantum Gases
+1611.03610 Phenomenology
+1611.03612 Optics
+1611.03643 Theory
+1611.03704 Earth and Planetary Astrophysics
+1611.03707 Combinatorics
+1611.03769
+1611.03793 Cosmology and Nongalactic Astrophysics
+1611.03821
+1611.03945 Theory
+1611.03976 High Energy Astrophysical Phenomena
+1611.03996 Optics
+1611.04032 Theory
+1611.04037 Astrophysics of Galaxies
+1611.04046 Accelerator Physics
+1611.04126
+1611.04297 Phenomenology
+1611.04310 Physics Education
+1611.04335 Strongly Correlated Electrons
+1611.04382 Experiment
+1611.04431 Instrumentation and Methods for Astrophysics
+1611.04477 Optimization and Control
+1611.04502 Solar and Stellar Astrophysics
+1611.04520 Learning
+1611.04565
+1611.04631 Lattice
+1611.04685
+1611.04727 Statistical Mechanics
+1611.04793 Phenomenology
+1611.04844 Mesoscale and Nanoscale Physics
+1611.04882 Mesoscale and Nanoscale Physics
+1611.04970 Instrumentation and Detectors
+1611.05018 Theory
+1611.05030 Statistical Mechanics
+1611.05357 Phenomenology
+1611.05389 Astrophysics of Galaxies
+1611.05390
+1611.05391
+1611.05451 Astrophysics of Galaxies
+1611.05456 Astrophysics of Galaxies
+1611.05461 Solar and Stellar Astrophysics
+1611.05536
+1611.05550 Methodology
+1611.05560 Instrumentation and Methods for Astrophysics
+1611.05577 Theory
+1611.05808 Theory
+1611.05881 Phenomenology
+1611.05900 Cosmology and Nongalactic Astrophysics
+1611.05974 Phenomenology
+1611.06018 Mesoscale and Nanoscale Physics
+1611.06030 Soft Condensed Matter
+1611.06253 Classical Physics
+1611.06256 Learning
+1611.06273 Strongly Correlated Electrons
+1611.06400 Solar and Stellar Astrophysics
+1611.06409 Mesoscale and Nanoscale Physics
+1611.06451 High Energy Astrophysical Phenomena
+1611.06465 Astrophysics of Galaxies
+1611.06498 Theory
+1611.06613 Phenomenology
+1611.06706 Plasma Physics
+1611.06733 Optics
+1611.06743 Statistical Mechanics
+1611.06799
+1611.06881 Astrophysics of Galaxies
+1611.06891
+1611.06919 Phenomenology
+1611.06931
+1611.06935
+1611.06942
+1611.06957 Soft Condensed Matter
+1611.07005 Theory
+1611.07029 Theory
+1611.07030 Theory
+1611.07084 Theory
+1611.07107 Phenomenology
+1611.07132 Experiment
+1611.07257 Solar and Stellar Astrophysics
+1611.07259 Experiment
+1611.07265 Phenomenology
+1611.07300 Phenomenology
+1611.07361
+1611.07367
+1611.07477
+1611.07535 Phenomenology
+1611.07546 Mesoscale and Nanoscale Physics
+1611.07554 Computational Physics
+1611.07686 Number Theory
+1611.07695 Quantum Gases
+1611.07841 Mesoscale and Nanoscale Physics
+1611.07874 Strongly Correlated Electrons
+1611.07935 Astrophysics of Galaxies
+1611.07985 Earth and Planetary Astrophysics
+1611.08020 Theory
+1611.08076 Theory
+1611.08130 Phenomenology
+1611.08136
+1611.08346 Theory
+1611.08379 Phenomenology
+1611.08398 Solar and Stellar Astrophysics
+1611.08426 Theory
+1611.08428 Solar and Stellar Astrophysics
+1611.08439 Solar and Stellar Astrophysics
+1611.08440 Superconductivity
+1611.08589 Materials Science
+1611.08596 Astrophysics of Galaxies
+1611.08615 Phenomenology
+1611.08650 Strongly Correlated Electrons
+1611.08653 Mesoscale and Nanoscale Physics
+1611.08712 Fluid Dynamics
+1611.08816 Mesoscale and Nanoscale Physics
+1611.08914 Materials Science
+1611.08919 Soft Condensed Matter
+1611.08936 Information Theory
+1611.08941 Materials Science
+1611.09061
+1611.09091 Theory
+1611.09144 Astrophysics of Galaxies
+1611.09153 Computational Physics
+1611.09242 Fluid Dynamics
+1611.09247 Phenomenology
+1611.09256 Quantum Gases
+1611.09360 Phenomenology
+1611.09366 Cosmology and Nongalactic Astrophysics
+1611.09452 Hardware Architecture
+1611.09465
+1611.09484
+1611.09557 Optics
+1611.09575 Theory
+1611.09594 Phenomenology
+1611.09741
+1611.09764 Phenomenology
+1611.09796 Theory
+1611.09841 Phenomenology
+1611.09870 Phenomenology
+1611.09873 Earth and Planetary Astrophysics
+1611.09899 Materials Science
+1611.09976 Solar and Stellar Astrophysics
+1611.10092 Solar and Stellar Astrophysics
+1611.10118 Phenomenology
+1611.10148 Exactly Solvable and Integrable Systems
+1611.10172 Theory
+1611.10207 High Energy Astrophysical Phenomena
+1611.10214 Theory
+1611.10232 Analysis of PDEs
+1611.10298 Solar and Stellar Astrophysics
+1611.10323 Theory
+1611.10343 Theory
+1612.00038 High Energy Astrophysical Phenomena
+1612.00055 Instrumentation and Detectors
+1612.00067 Cosmology and Nongalactic Astrophysics
+1612.00124 Mesoscale and Nanoscale Physics
+1612.00133 Experiment
+1612.00202 Astrophysics of Galaxies
+1612.00269 Phenomenology
+1612.00271 Networking and Internet Architecture
+1612.00308
+1612.00322
+1612.00350 Phenomenology
+1612.00386 Fluid Dynamics
+1612.00389 Theory
+1612.00425 Materials Science
+1612.00427 Theory
+1612.00468 High Energy Astrophysical Phenomena
+1612.00561 Phenomenology
+1612.00702
+1612.00721 Theory
+1612.00813
+1612.00848 Solar and Stellar Astrophysics
+1612.00875 Instrumentation and Detectors
+1612.00893 Instrumentation and Methods for Astrophysics
+1612.00899 Theory
+1612.01023 Materials Science
+1612.01167 Phenomenology
+1612.01238 Accelerator Physics
+1612.01299
+1612.01351 Phenomenology
+1612.01438
+1612.01439 Mesoscale and Nanoscale Physics
+1612.01461 Superconductivity
+1612.01538 Solar and Stellar Astrophysics
+1612.01542 Strongly Correlated Electrons
+1612.01567 Lattice
+1612.01633
+1612.01717 Learning
+1612.01796
+1612.01875 High Energy Astrophysical Phenomena
+1612.01974 Astrophysics of Galaxies
+1612.01986 Cosmology and Nongalactic Astrophysics
+1612.02017 Astrophysics of Galaxies
+1612.02053 Atomic Physics
+1612.02237 Earth and Planetary Astrophysics
+1612.02242 Solar and Stellar Astrophysics
+1612.02264 Cosmology and Nongalactic Astrophysics
+1612.02276 Phenomenology
+1612.02285 Strongly Correlated Electrons
+1612.02318 Other Condensed Matter
+1612.02387 Phenomenology
+1612.02443 Solar and Stellar Astrophysics
+1612.02456
+1612.02499
+1612.02511 Phenomenology
+1612.02543 Phenomenology
+1612.02546 Phenomenology
+1612.02588 Astrophysics of Galaxies
+1612.02669 Solar and Stellar Astrophysics
+1612.02759 Theory
+1612.02918 Instrumentation and Detectors
+1612.03009 Theory
+1612.03025
+1612.03223 Mesoscale and Nanoscale Physics
+1612.03337
+1612.03342 Differential Geometry
+1612.03378 Phenomenology
+1612.03394
+1612.03417 Theory
+1612.03418 Phenomenology
+1612.03521 Chemical Physics
+1612.03562 Materials Science
+1612.03635 Accelerator Physics
+1612.03636 Experiment
+1612.03781 Materials Science
+1612.03883
+1612.03905 Geophysics
+1612.03947 Instrumentation and Detectors
+1612.03963
+1612.03978 Phenomenology
+1612.04009 Phenomenology
+1612.04107 Quantum Gases
+1612.04145 Mesoscale and Nanoscale Physics
+1612.04190 Superconductivity
+1612.04258 Solar and Stellar Astrophysics
+1612.04272 Phenomenology
+1612.04285 Materials Science
+1612.04357 Computer Vision and Pattern Recognition
+1612.04396 Mesoscale and Nanoscale Physics
+1612.04408 Fluid Dynamics
+1612.04563 Plasma Physics
+1612.04564
+1612.04713
+1612.04814 Phenomenology
+1612.04908 Astrophysics of Galaxies
+1612.04999 Statistical Mechanics
+1612.05089 Soft Condensed Matter
+1612.05309 Artificial Intelligence
+1612.05319 Theory
+1612.05356 Learning
+1612.05492 Phenomenology
+1612.05509
+1612.05512 Phenomenology
+1612.05516 Mesoscale and Nanoscale Physics
+1612.05720 Optics
+1612.05723
+1612.05743 Information Theory
+1612.05781 Materials Science
+1612.05851 Phenomenology
+1612.05911 Phenomenology
+1612.05934 Phenomenology
+1612.05964 Optics
+1612.05989 Astrophysics of Galaxies
+1612.06046 Phenomenology
+1612.06079 Digital Libraries
+1612.06084 Phenomenology
+1612.06085 Superconductivity
+1612.06201 Optics
+1612.06211 Phenomenology
+1612.06294 Phenomenology
+1612.06311 Earth and Planetary Astrophysics
+1612.06324 Theory
+1612.06326 Mesoscale and Nanoscale Physics
+1612.06424 Lattice
+1612.06462 Phenomenology
+1612.06465 Quantum Gases
+1612.06550 Optics
+1612.06574 Phenomenology
+1612.06708 Instrumentation and Detectors
+1612.06886 Probability
+1612.06944 Plasma Physics
+1612.06955 Astrophysics of Galaxies
+1612.07097 High Energy Astrophysical Phenomena
+1612.07123 Phenomenology
+1612.07218 Cosmology and Nongalactic Astrophysics
+1612.07239 Mesoscale and Nanoscale Physics
+1612.07253 Instrumentation and Detectors
+1612.07311 High Energy Astrophysical Phenomena
+1612.07401 Materials Science
+1612.07452 Accelerator Physics
+1612.07689
+1612.07764 Phenomenology
+1612.07783
+1612.07808 Phenomenology
+1612.07961 Plasma Physics
+1612.07965 Instrumentation and Detectors
+1612.07966 Phenomenology
+1612.08176 Information Theory
+1612.08336 Lattice
+1612.08373 Dynamical Systems
+1612.08381 Data Analysis, Statistics and Probability
+1612.08421 Materials Science
+1612.08451
+1612.08547 High Energy Astrophysical Phenomena
+1612.08571 Instrumentation and Detectors
+1612.08706 Theory
+1612.08868 Theory
+1612.08870 Soft Condensed Matter
+1612.08907 Dynamical Systems
+1612.08991 Solar and Stellar Astrophysics
+1612.09077
+1612.09111 Group Theory
+1612.09214 Plasma Physics
+1612.09278 Chemical Physics
+1612.09431 Mesoscale and Nanoscale Physics
+1612.09588 Cosmology and Nongalactic Astrophysics
+1701.00037
+1701.00226
+1701.00230 Statistical Mechanics
+1701.00318 Earth and Planetary Astrophysics
+1701.00320 Superconductivity
+1701.00471 Earth and Planetary Astrophysics
+1701.00530 General Physics
+1701.00543 Disordered Systems and Neural Networks
+1701.00588 Solar and Stellar Astrophysics
+1701.00710
+1701.00750 Earth and Planetary Astrophysics
+1701.00769 Cosmology and Nongalactic Astrophysics
+1701.00778 Representation Theory
+1701.00855 Earth and Planetary Astrophysics
+1701.00889 Probability
+1701.00962 Astrophysics of Galaxies
+1701.01004 Phenomenology
+1701.01075 Superconductivity
+1701.01082 Astrophysics of Galaxies
+1701.01404 Phenomenology
+1701.01406
+1701.01408 Strongly Correlated Electrons
+1701.01543 Mesoscale and Nanoscale Physics
+1701.01545
+1701.01586 Materials Science
+1701.01650 Data Analysis, Statistics and Probability
+1701.01719 Earth and Planetary Astrophysics
+1701.01760 High Energy Astrophysical Phenomena
+1701.01906 Solar and Stellar Astrophysics
+1701.02055 Algebraic Topology
+1701.02128 Populations and Evolution
+1701.02173 Lattice
+1701.02240
+1701.02248 Statistical Mechanics
+1701.02278 Instrumentation and Detectors
+1701.02290
+1701.02402 Phenomenology
+1701.02479 Phenomenology
+1701.02510 Chaotic Dynamics
+1701.02568 Superconductivity
+1701.02574 Theory
+1701.02579
+1701.02590 Astrophysics of Galaxies
+1701.02671 Theory
+1701.02747 Earth and Planetary Astrophysics
+1701.02866 Superconductivity
+1701.02875 Accelerator Physics
+1701.02937 Phenomenology
+1701.02953 Pattern Formation and Solitons
+1701.03044 Solar and Stellar Astrophysics
+1701.03059
+1701.03112 Astrophysics of Galaxies
+1701.03132 Plasma Physics
+1701.03166
+1701.03310 Atomic and Molecular Clusters
+1701.03328 Atomic Physics
+1701.03355 Mesoscale and Nanoscale Physics
+1701.03398 Solar and Stellar Astrophysics
+1701.03520 Soft Condensed Matter
+1701.03614 Systems and Control
+1701.03618 Theory
+1701.03637 Fluid Dynamics
+1701.03642
+1701.03696 Astrophysics of Galaxies
+1701.03729 Disordered Systems and Neural Networks
+1701.03757 Machine Learning
+1701.03804 Astrophysics of Galaxies
+1701.04075 High Energy Astrophysical Phenomena
+1701.04094 High Energy Astrophysical Phenomena
+1701.04205 Astrophysics of Galaxies
+1701.04255 Mesoscale and Nanoscale Physics
+1701.04306 Strongly Correlated Electrons
+1701.04373 Statistical Mechanics
+1701.04440
+1701.04464 Optimization and Control
+1701.04487 Statistical Mechanics
+1701.04514 Instrumentation and Methods for Astrophysics
+1701.04515 Mesoscale and Nanoscale Physics
+1701.04573 Cosmology and Nongalactic Astrophysics
+1701.04578 Astrophysics of Galaxies
+1701.04584 Statistical Mechanics
+1701.04661 Mesoscale and Nanoscale Physics
+1701.04680 Materials Science
+1701.04686 General Physics
+1701.04721
+1701.04789 Atomic Physics
+1701.04859 Solar and Stellar Astrophysics
+1701.04866 Phenomenology
+1701.04874 Superconductivity
+1701.04975
+1701.05018 Solar and Stellar Astrophysics
+1701.05041 Soft Condensed Matter
+1701.05071
+1701.05101 Solar and Stellar Astrophysics
+1701.05133 Fluid Dynamics
+1701.05148 Mesoscale and Nanoscale Physics
+1701.05189 Solar and Stellar Astrophysics
+1701.05193 Cosmology and Nongalactic Astrophysics
+1701.05204 Theory
+1701.05211 Earth and Planetary Astrophysics
+1701.05216 Theory
+1701.05293 Solar and Stellar Astrophysics
+1701.05350 High Energy Astrophysical Phenomena
+1701.05454 Atomic Physics
+1701.05526 Theory
+1701.05646 High Energy Astrophysical Phenomena
+1701.05696 Atomic Physics
+1701.05728 Phenomenology
+1701.05744 Superconductivity
+1701.05802 Plasma Physics
+1701.05853
+1701.05859 Phenomenology
+1701.06025
+1701.06131
+1701.06172 Astrophysics of Galaxies
+1701.06307 Systems and Control
+1701.06339 Atomic Physics
+1701.06457 Solar and Stellar Astrophysics
+1701.06464 Instrumentation and Detectors
+1701.06577 Earth and Planetary Astrophysics
+1701.06585 Astrophysics of Galaxies
+1701.06590 Atomic Physics
+1701.06615 Populations and Evolution
+1701.06703 Solar and Stellar Astrophysics
+1701.06721 Solar and Stellar Astrophysics
+1701.06747 High Energy Astrophysical Phenomena
+1701.06755 High Energy Astrophysical Phenomena
+1701.06758 Solar and Stellar Astrophysics
+1701.06856 Theory
+1701.06894 Theory
+1701.06898
+1701.06899
+1701.06922 Adaptation and Self-Organizing Systems
+1701.07041 Earth and Planetary Astrophysics
+1701.07181 Numerical Analysis
+1701.07233 Differential Geometry
+1701.07250 Cosmology and Nongalactic Astrophysics
+1701.07257 Earth and Planetary Astrophysics
+1701.07301 Materials Science
+1701.07307 Instrumentation and Methods for Astrophysics
+1701.07337 Phenomenology
+1701.07362 Soft Condensed Matter
+1701.07397 Astrophysics of Galaxies
+1701.07407 Mesoscale and Nanoscale Physics
+1701.07438 Astrophysics of Galaxies
+1701.07442 High Energy Astrophysical Phenomena
+1701.07452 Instrumentation and Methods for Astrophysics
+1701.07541 Solar and Stellar Astrophysics
+1701.07573 High Energy Astrophysical Phenomena
+1701.07582 Astrophysics of Galaxies
+1701.07849 Earth and Planetary Astrophysics
+1701.07858
+1701.07905 High Energy Astrophysical Phenomena
+1701.07911 Astrophysics of Galaxies
+1701.07974 Learning
+1701.07975 Instrumentation and Detectors
+1701.08024 Astrophysics of Galaxies
+1701.08169 Astrophysics of Galaxies
+1701.08271 Strongly Correlated Electrons
+1701.08272 Strongly Correlated Electrons
+1701.08337 Information Theory
+1701.08352 Mesoscale and Nanoscale Physics
+1701.08484 Astrophysics of Galaxies
+1701.08590 Experiment
+1701.08630
+1701.08638
+1701.08676 Cryptography and Security
+1701.08720 Cosmology and Nongalactic Astrophysics
+1701.08768 Astrophysics of Galaxies
+1701.08772 Astrophysics of Galaxies
+1701.08811 High Energy Astrophysical Phenomena
+1701.08823 Astrophysics of Galaxies
+1701.08859 Rings and Algebras
+1701.08919
+1701.08932 Materials Science
+1701.08987 Solar and Stellar Astrophysics
+1701.09044 Atomic Physics
+1701.09063 Statistical Mechanics
+1701.09098 High Energy Astrophysical Phenomena
+1702.00007 Solar and Stellar Astrophysics
+1702.00073 High Energy Astrophysical Phenomena
+1702.00106 Earth and Planetary Astrophysics
+1702.00114 Mesoscale and Nanoscale Physics
+1702.00266 Astrophysics of Galaxies
+1702.00273 Strongly Correlated Electrons
+1702.00279 Astrophysics of Galaxies
+1702.00334 Solar and Stellar Astrophysics
+1702.00357 Materials Science
+1702.00461 High Energy Astrophysical Phenomena
+1702.00513 High Energy Astrophysical Phenomena
+1702.00517 Astrophysics of Galaxies
+1702.00592 Materials Science
+1702.00638 Solar and Stellar Astrophysics
+1702.00718 Neurons and Cognition
+1702.00752 Statistical Mechanics
+1702.00756
+1702.00793 Astrophysics of Galaxies
+1702.00890 Mesoscale and Nanoscale Physics
+1702.00927
+1702.01023 Strongly Correlated Electrons
+1702.01034
+1702.01055
+1702.01061 Statistical Mechanics
+1702.01310 Solar and Stellar Astrophysics
+1702.01589 Solar and Stellar Astrophysics
+1702.01635 Strongly Correlated Electrons
+1702.01660 High Energy Astrophysical Phenomena
+1702.01733
+1702.01842 Strongly Correlated Electrons
+1702.02035 High Energy Astrophysical Phenomena
+1702.02197 High Energy Astrophysical Phenomena
+1702.02237 Earth and Planetary Astrophysics
+1702.02249 Phenomenology
+1702.02335 Other Condensed Matter
+1702.02356 Materials Science
+1702.02392 Astrophysics of Galaxies
+1702.02464 Astrophysics of Galaxies
+1702.02533 Cryptography and Security
+1702.02539 Astrophysics of Galaxies
+1702.02542 Earth and Planetary Astrophysics
+1702.02575 Mesoscale and Nanoscale Physics
+1702.02678
+1702.02975 Solar and Stellar Astrophysics
+1702.03038 Astrophysics of Galaxies
+1702.03039 Astrophysics of Galaxies
+1702.03064 Superconductivity
+1702.03100 High Energy Astrophysical Phenomena
+1702.03296 Astrophysics of Galaxies
+1702.03300
+1702.03338 High Energy Astrophysical Phenomena
+1702.03362 Computational Physics
+1702.03434 Number Theory
+1702.03665 Earth and Planetary Astrophysics
+1702.03783 Earth and Planetary Astrophysics
+1702.03936 Solar and Stellar Astrophysics
+1702.04049 Astrophysics of Galaxies
+1702.04076 Solar and Stellar Astrophysics
+1702.04100 Instrumentation and Detectors
+1702.04122 Solar and Stellar Astrophysics
+1702.04182 High Energy Astrophysical Phenomena
+1702.04446 High Energy Astrophysical Phenomena
+1702.04516 Phenomenology
+1702.04591
+1702.04592 Superconductivity
+1702.04716
+1702.04736 High Energy Astrophysical Phenomena
+1702.04789 Information Theory
+1702.04857 Astrophysics of Galaxies
+1702.05143 High Energy Astrophysical Phenomena
+1702.05435 Theory
+1702.05437 Programming Languages
+1702.05449 High Energy Astrophysical Phenomena
+1702.05452 Combinatorics
+1702.05507 High Energy Astrophysical Phenomena
+1702.05689 High Energy Astrophysical Phenomena
+1702.05902 Representation Theory
+1702.06018 Solar and Stellar Astrophysics
+1702.06060
+1702.06116 Astrophysics of Galaxies
+1702.06127
+1702.06176 Information Retrieval
+1702.06201 Dynamical Systems
+1702.06335 Distributed, Parallel, and Cluster Computing
+1702.06356 Earth and Planetary Astrophysics
+1702.06457 Learning
+1702.06472 Astrophysics of Galaxies
+1702.06555 High Energy Astrophysical Phenomena
+1702.06578 Earth and Planetary Astrophysics
+1702.06598 Solar and Stellar Astrophysics
+1702.06713 Instrumentation and Detectors
+1702.06721 Mesoscale and Nanoscale Physics
+1702.06758
+1702.06887 Information Theory
+1702.06955 Theory
+1702.07055 Dynamical Systems
+1702.07130 Pattern Formation and Solitons
+1702.07213 Distributed, Parallel, and Cluster Computing
+1702.07221 Soft Condensed Matter
+1702.07269 Methodology
+1702.07345
+1702.07901 Solar and Stellar Astrophysics
+1702.07970 Functional Analysis
+1702.08038 Combinatorics
+1702.08264 Representation Theory
+1702.08401 Number Theory
+1702.08463 Earth and Planetary Astrophysics
+1702.08542 Physics and Society
+1702.08589 Atomic Physics
+1702.08611 Earth and Planetary Astrophysics
+1702.08640 Computer Vision and Pattern Recognition
+1702.08869
+1702.08878 Dynamical Systems
+1702.08881
+1703.00012 Earth and Planetary Astrophysics
+1703.00014 Strongly Correlated Electrons
+1703.00025 Theory
+1703.00030 Instrumentation and Methods for Astrophysics
+1703.00071 High Energy Astrophysical Phenomena
+1703.00239
+1703.00439 Optimization and Control
+1703.00565 Computation and Language
+1703.00602 Representation Theory
+1703.00763 Classical Analysis and ODEs
+1703.00832 Computer Vision and Pattern Recognition
+1703.00876 Discrete Mathematics
+1703.00908
+1703.00912 Phenomenology
+1703.00943 Mesoscale and Nanoscale Physics
+1703.00970 Earth and Planetary Astrophysics
+1703.01007
+1703.01021
+1703.01142 Information Theory
+1703.01232 Statistics Theory
+1703.01233 Experiment
+1703.01285 Instrumentation and Detectors
+1703.01337 Theory
+1703.01398 Robotics
+1703.01410 Combinatorics
+1703.01478 Instrumentation and Detectors
+1703.01537 Cryptography and Security
+1703.01554 Cosmology and Nongalactic Astrophysics
+1703.01599 Computer Science and Game Theory
+1703.01645 High Energy Astrophysical Phenomena
+1703.01713
+1703.01738 Classical Analysis and ODEs
+1703.01750 Theory
+1703.01809 Geometric Topology
+1703.01843 Optics
+1703.01846 Differential Geometry
+1703.01876 Strongly Correlated Electrons
+1703.01939 Data Structures and Algorithms
+1703.01946 Robotics
+1703.01998 Quantum Gases
+1703.02030 Materials Science
+1703.02031 Computation and Language
+1703.02032 Numerical Analysis
+1703.02033 Astrophysics of Galaxies
+1703.02034 Operator Algebras
+1703.02035 Phenomenology
+1703.02036 Computer Vision and Pattern Recognition
+1703.02038 Solar and Stellar Astrophysics
+1703.02040 Mesoscale and Nanoscale Physics
+1703.02041 Astrophysics of Galaxies
+1703.02042 Astrophysics of Galaxies
+1703.02043 Astrophysics of Galaxies
+1703.02044 Astrophysics of Galaxies
+1703.02045 Cosmology and Nongalactic Astrophysics
+1703.02047 Mesoscale and Nanoscale Physics
+1703.02048 Solar and Stellar Astrophysics
+1703.02049 Astrophysics of Galaxies
+1703.02050 Mesoscale and Nanoscale Physics
+1703.02053 Astrophysics of Galaxies
+1703.02054 Probability
+1703.02057 Phenomenology
+1703.02058
+1703.02059 Machine Learning
+1703.02060 Solar and Stellar Astrophysics
+1703.02062
+1703.02063 Number Theory
+1703.02064 Phenomenology
+1703.02066 Biomolecules
+1703.02067 Numerical Analysis
+1703.02068
+1703.02069 Strongly Correlated Electrons
+1703.02070 Cosmology and Nongalactic Astrophysics
+1703.02072 Information Theory
+1703.02074 Astrophysics of Galaxies
+1703.02075 Systems and Control
+1703.02076 Theory
+1703.02078 Methodology
+1703.02079 Phenomenology
+1703.02081 Computation
+1703.02082 Logic
+1703.02083 Computer Vision and Pattern Recognition
+1703.02084 Solar and Stellar Astrophysics
+1703.02085 Phenomenology
+1703.02087 Experiment
+1703.02088 Probability
+1703.02089 Methodology
+1703.02090 Cryptography and Security
+1703.02092 Fluid Dynamics
+1703.02093 Geophysics
+1703.02094 Materials Science
+1703.02095 Materials Science
+1703.02096 Materials Science
+1703.02097 Strongly Correlated Electrons
+1703.02098 Systems and Control
+1703.02099 Analysis of PDEs
+1703.02100 Discrete Mathematics
+1703.02103 Human-Computer Interaction
+1703.02104 Economics
+1703.02105 Economics
+1703.02106 Instrumentation and Detectors
+1703.02107
+1703.02108 Instrumentation and Methods for Astrophysics
+1703.02111 Learning
+1703.02112 Methodology
+1703.02113 Methodology
+1703.02115 Materials Science
+1703.02116 Learning
+1703.02119 Differential Geometry
+1703.02120 Number Theory
+1703.02121 Mesoscale and Nanoscale Physics
+1703.02122 Phenomenology
+1703.02123 Strongly Correlated Electrons
+1703.02124 Computer Vision and Pattern Recognition
+1703.02125 Mesoscale and Nanoscale Physics
+1703.02126 Superconductivity
+1703.02127 Number Theory
+1703.02128 Quantum Gases
+1703.02129
+1703.02130 Robotics
+1703.02131 Representation Theory
+1703.02132 Solar and Stellar Astrophysics
+1703.02133 Number Theory
+1703.02134 Analysis of PDEs
+1703.02135 Systems and Control
+1703.02136 Computation and Language
+1703.02137 Astrophysics of Galaxies
+1703.02138 Astrophysics of Galaxies
+1703.02139 Functional Analysis
+1703.02140 Theory
+1703.02141 Information Theory
+1703.02142 Materials Science
+1703.02143
+1703.02144 Learning
+1703.02145 Robotics
+1703.02146 Geometric Topology
+1703.02147 Combinatorics
+1703.02148 Number Theory
+1703.02149 Networking and Internet Architecture
+1703.02150 Computer Vision and Pattern Recognition
+1703.02152 Metric Geometry
+1703.02153 Theory
+1703.02154 Formal Languages and Automata Theory
+1703.02155 Machine Learning
+1703.02156 Learning
+1703.02157 Phenomenology
+1703.02158 Physics and Society
+1703.02159 Analysis of PDEs
+1703.02160 Group Theory
+1703.02162 Cryptography and Security
+1703.02163 Number Theory
+1703.02164
+1703.02165 Numerical Analysis
+1703.02166 Computation and Language
+1703.02167 Strongly Correlated Electrons
+1703.02168 Computer Vision and Pattern Recognition
+1703.02169 Information Theory
+1703.02171 Classical Physics
+1703.02172 Dynamical Systems
+1703.02174 Combinatorics
+1703.02175
+1703.02176
+1703.02179 Instrumentation and Methods for Astrophysics
+1703.02181
+1703.02183 Materials Science
+1703.02184 Machine Learning
+1703.02185 Machine Learning
+1703.02186 Algebraic Topology
+1703.02187 Number Theory
+1703.02189
+1703.02190 Phenomenology
+1703.02191 Mesoscale and Nanoscale Physics
+1703.02192 Artificial Intelligence
+1703.02193 Logic in Computer Science
+1703.02194 Logic in Computer Science
+1703.02195 Logic in Computer Science
+1703.02196 Artificial Intelligence
+1703.02197 Logic in Computer Science
+1703.02198 Logic in Computer Science
+1703.02199 Algebraic Topology
+1703.02200 Cryptography and Security
+1703.02202 Geophysics
+1703.02203 Mesoscale and Nanoscale Physics
+1703.02204 Strongly Correlated Electrons
+1703.02207 Astrophysics of Galaxies
+1703.02209 Cryptography and Security
+1703.02210 Strongly Correlated Electrons
+1703.02211
+1703.02212 Databases
+1703.02213 Physics and Society
+1703.02214 Analysis of PDEs
+1703.02215 Number Theory
+1703.02216 Chemical Physics
+1703.02217 Computer Vision and Pattern Recognition
+1703.02218 Functional Analysis
+1703.02219 Social and Information Networks
+1703.02221 Optimization and Control
+1703.02222 Physics and Society
+1703.02223 Physics and Society
+1703.02224 Data Structures and Algorithms
+1703.02225 Representation Theory
+1703.02226
+1703.02227 Human-Computer Interaction
+1703.02228 Classical Analysis and ODEs
+1703.02229 Phenomenology
+1703.02230 Combinatorics
+1703.02231 Solar and Stellar Astrophysics
+1703.02232 Classical Analysis and ODEs
+1703.02233 Solar and Stellar Astrophysics
+1703.02235 Superconductivity
+1703.02237 Computation
+1703.02240 Superconductivity
+1703.02241
+1703.02242 Computer Vision and Pattern Recognition
+1703.02244 Cryptography and Security
+1703.02246 Analysis of PDEs
+1703.02247 Distributed, Parallel, and Cluster Computing
+1703.02248 Cryptography and Security
+1703.02249 Mesoscale and Nanoscale Physics
+1703.02250 Combinatorics
+1703.02251 Algebraic Geometry
+1703.02252 Analysis of PDEs
+1703.02253 Probability
+1703.02254 Mesoscale and Nanoscale Physics
+1703.02255 General Topology
+1703.02256 Software Engineering
+1703.02257 Analysis of PDEs
+1703.02259 Materials Science
+1703.02260 Functional Analysis
+1703.02262 Materials Science
+1703.02263 Populations and Evolution
+1703.02264 Metric Geometry
+1703.02265 Numerical Analysis
+1703.02266 Optics
+1703.02267 Optics
+1703.02271 Computer Vision and Pattern Recognition
+1703.02272 Algebraic Geometry
+1703.02273 High Energy Astrophysical Phenomena
+1703.02274 Numerical Analysis
+1703.02276
+1703.02277
+1703.02278 Optics
+1703.02279 Robotics
+1703.02280 Mesoscale and Nanoscale Physics
+1703.02281 Numerical Analysis
+1703.02282 Exactly Solvable and Integrable Systems
+1703.02283 Numerical Analysis
+1703.02284 Information Theory
+1703.02286 Atomic Physics
+1703.02287
+1703.02288 Dynamical Systems
+1703.02289 Number Theory
+1703.02290 Combinatorics
+1703.02292 Instrumentation and Methods for Astrophysics
+1703.02293 Computation
+1703.02294 Classical Physics
+1703.02295 Earth and Planetary Astrophysics
+1703.02296 Methodology
+1703.02297 Logic
+1703.02298
+1703.02299 Optics
+1703.02300 Instrumentation and Methods for Astrophysics
+1703.02301 Logic
+1703.02302 Cosmology and Nongalactic Astrophysics
+1703.02303 Optics
+1703.02304 Theory
+1703.02305 Instrumentation and Methods for Astrophysics
+1703.02306 Materials Science
+1703.02308
+1703.02309 Materials Science
+1703.02310 Artificial Intelligence
+1703.02312 Programming Languages
+1703.02313 Other Condensed Matter
+1703.02314 Information Retrieval
+1703.02315 Analysis of PDEs
+1703.02316 Algebraic Geometry
+1703.02317 Sound
+1703.02318 Sound
+1703.02319 Soft Condensed Matter
+1703.02320 Mesoscale and Nanoscale Physics
+1703.02321 Metric Geometry
+1703.02322 Number Theory
+1703.02324 Information Theory
+1703.02326 Robotics
+1703.02327 High Energy Astrophysical Phenomena
+1703.02329 Applications
+1703.02330 Probability
+1703.02331 Materials Science
+1703.02332 Computational Complexity
+1703.02333 Computational Physics
+1703.02334 Digital Libraries
+1703.02338 Cosmology and Nongalactic Astrophysics
+1703.02339 Mesoscale and Nanoscale Physics
+1703.02340 Robotics
+1703.02341 Computation
+1703.02342
+1703.02343 Optics
+1703.02344 Computer Vision and Pattern Recognition
+1703.02345 Accelerator Physics
+1703.02346 Representation Theory
+1703.02347 Dynamical Systems
+1703.02348 Optimization and Control
+1703.02349 Probability
+1703.02350 Geometric Topology
+1703.02351 Numerical Analysis
+1703.02353
+1703.02354 Classical Analysis and ODEs
+1703.02355 Soft Condensed Matter
+1703.02356 Rings and Algebras
+1703.02357 Solar and Stellar Astrophysics
+1703.02358 Networking and Internet Architecture
+1703.02359 Geometric Topology
+1703.02360 Experiment
+1703.02361 Computational Complexity
+1703.02362 Functional Analysis
+1703.02363 Learning
+1703.02364 Astrophysics of Galaxies
+1703.02365 Human-Computer Interaction
+1703.02366 Combinatorics
+1703.02367 Multiagent Systems
+1703.02369 Disordered Systems and Neural Networks
+1703.02370
+1703.02371 Complex Variables
+1703.02372
+1703.02374 Solar and Stellar Astrophysics
+1703.02376 Probability
+1703.02377 Optics
+1703.02378 Disordered Systems and Neural Networks
+1703.02380 High Energy Astrophysical Phenomena
+1703.02383 Strongly Correlated Electrons
+1703.02384 Theory
+1703.02385 High Energy Astrophysical Phenomena
+1703.02386 Artificial Intelligence
+1703.02387 Disordered Systems and Neural Networks
+1703.02390 High Energy Astrophysical Phenomena
+1703.02391 Computer Vision and Pattern Recognition
+1703.02392 Solar and Stellar Astrophysics
+1703.02394 Software Engineering
+1703.02396
+1703.02397 Experiment
+1703.02398 Information Theory
+1703.02399 Multiagent Systems
+1703.02400 Information Theory
+1703.02402 High Energy Astrophysical Phenomena
+1703.02403 Learning
+1703.02404 Numerical Analysis
+1703.02405
+1703.02408 Exactly Solvable and Integrable Systems
+1703.02409 High Energy Astrophysical Phenomena
+1703.02410
+1703.02411 Data Structures and Algorithms
+1703.02412 Soft Condensed Matter
+1703.02413 Differential Geometry
+1703.02414 Lattice
+1703.02415 Combinatorics
+1703.02416
+1703.02417 Disordered Systems and Neural Networks
+1703.02418 Statistical Mechanics
+1703.02419 Computation
+1703.02420 Solar and Stellar Astrophysics
+1703.02421 Solar and Stellar Astrophysics
+1703.02422 Numerical Analysis
+1703.02423 Solar and Stellar Astrophysics
+1703.02424 Systems and Control
+1703.02426 Strongly Correlated Electrons
+1703.02427 Quantum Gases
+1703.02428 Methodology
+1703.02429 Materials Science
+1703.02430 Statistical Mechanics
+1703.02431 Statistical Mechanics
+1703.02432 High Energy Astrophysical Phenomena
+1703.02433 Learning
+1703.02434 Phenomenology
+1703.02436 Group Theory
+1703.02439
+1703.02440
+1703.02441 Applications
+1703.02443 Plasma Physics
+1703.02444 Combinatorics
+1703.02445 Computer Vision and Pattern Recognition
+1703.02446 Phenomenology
+1703.02447 Earth and Planetary Astrophysics
+1703.02448 Instrumentation and Detectors
+1703.02449 Mesoscale and Nanoscale Physics
+1703.02450 Analysis of PDEs
+1703.02451 Cryptography and Security
+1703.02452 Group Theory
+1703.02453 Quantitative Methods
+1703.02454 Theory
+1703.02455 Dynamical Systems
+1703.02456 Rings and Algebras
+1703.02457 Representation Theory
+1703.02458 Software Engineering
+1703.02459 Probability
+1703.02460
+1703.02461 Geophysics
+1703.02463
+1703.02464 Statistical Mechanics
+1703.02465
+1703.02467 Probability
+1703.02468 Information Theory
+1703.02469 Computational Complexity
+1703.02473 Combinatorics
+1703.02474 Dynamical Systems
+1703.02475 Databases
+1703.02476 Algebraic Geometry
+1703.02477 Materials Science
+1703.02478 Differential Geometry
+1703.02479 Computational Physics
+1703.02480 Group Theory
+1703.02481 Algebraic Geometry
+1703.02482 Physics and Society
+1703.02483 Theory
+1703.02484 Distributed, Parallel, and Cluster Computing
+1703.02485 Combinatorics
+1703.02486 Computers and Society
+1703.02487 Analysis of PDEs
+1703.02488 Lattice
+1703.02489 Quantum Gases
+1703.02490 Atomic Physics
+1703.02491 Mesoscale and Nanoscale Physics
+1703.02493 Numerical Analysis
+1703.02494 Differential Geometry
+1703.02495 Phenomenology
+1703.02496 Materials Science
+1703.02497 Computers and Society
+1703.02498 Materials Science
+1703.02499 Numerical Analysis
+1703.02500 Mesoscale and Nanoscale Physics
+1703.02501 Astrophysics of Galaxies
+1703.02502 Applications
+1703.02503
+1703.02504 Computation and Language
+1703.02505 Theory
+1703.02506 Geometric Topology
+1703.02507 Computation and Language
+1703.02508 Experiment
+1703.02509 Combinatorics
+1703.02510 Software Engineering
+1703.02511 Computer Vision and Pattern Recognition
+1703.02512 Analysis of PDEs
+1703.02513 Algebraic Geometry
+1703.02517 Computation and Language
+1703.02518 Learning
+1703.02519 Group Theory
+1703.02520 Mesoscale and Nanoscale Physics
+1703.02521 Computer Vision and Pattern Recognition
+1703.02522 Solar and Stellar Astrophysics
+1703.02523 Astrophysics of Galaxies
+1703.02524 Phenomenology
+1703.02525 Theory
+1703.02526 Classical Analysis and ODEs
+1703.02527 Learning
+1703.02528 Machine Learning
+1703.02530 Experiment
+1703.02531 Strongly Correlated Electrons
+astro-ph/0502214
+astro-ph/0504256
+astro-ph/0504298
+astro-ph/0504521
+astro-ph/9508125
+hep-lat/9410003 Lattice
+hep-lat/9710012 Lattice
+hep-ph/0104103 Phenomenology
+hep-ph/0109001 Phenomenology
+hep-ph/9909208 Phenomenology
+hep-th/9401009 Theory
+math/0603121 Number Theory
+math/0611744 Logic
+nlin/0511031 Chaotic Dynamics
+nucl-th/0111017
+nucl-th/0111029
+nucl-th/0111037
+0903.5392 Computational Complexity
+1001.5296 Representation Theory
+1006.4283 Optimization and Control
+1008.1592 Representation Theory
+1110.6560 Methodology
+1111.0862 Formal Languages and Automata Theory
+1201.0490 Learning
+1203.0103 Logic in Computer Science
+1203.5688
+1205.3940 Logic
+1205.5344 Programming Languages
+1209.0680 Programming Languages
+1211.2609 Programming Languages
+1302.0380 Logic
+1302.6043 Discrete Mathematics
+1303.1115 Category Theory
+1303.2558 Computer Science and Game Theory
+1304.4150 Formal Languages and Automata Theory
+1307.5466 Functional Analysis
+1308.1005 Analysis of PDEs
+1308.5994 Representation Theory
+1309.0001 Complex Variables
+1309.7464
+1310.1016 Logic in Computer Science
+1310.3306 Representation Theory
+1310.3656 Logic in Computer Science
+1310.6176 Logic in Computer Science
+1311.1029 Logic
+1312.0986 Functional Analysis
+1312.2200
+1312.2380 Analysis of PDEs
+1312.3960 Analysis of PDEs
+1401.0020 Dynamical Systems
+1401.0460 Combinatorics
+1401.2467 Representation Theory
+1401.3675 Computer Science and Game Theory
+1401.5302 Representation Theory
+1402.3277 Formal Languages and Automata Theory
+1402.5922 Category Theory
+1403.0846 Representation Theory
+1403.1650 Representation Theory
+1403.5570 Representation Theory
+1403.6303 Logic in Computer Science
+1405.0990 Phenomenology
+1405.4928 Representation Theory
+1405.5393 Logic in Computer Science
+1406.1895 Analysis of PDEs
+1406.3327 Computer Science and Game Theory
+1406.3564 Phenomenology
+1406.6413 Computational Complexity
+1406.7702 Logic
+1407.7245 Differential Geometry
+1408.0777 Applications
+1408.5028 Logic in Computer Science
+1409.3652 Mesoscale and Nanoscale Physics
+1409.4433 Logic in Computer Science
+1409.5685 Number Theory
+1409.6691
+1410.0417 Number Theory
+1410.2022 Formal Languages and Automata Theory
+1410.2051 Operator Algebras
+1410.5011 Methodology
+1411.0969 Discrete Mathematics
+1411.5692 Cosmology and Nongalactic Astrophysics
+1412.2033 Computational Physics
+1412.3246 Logic
+1501.03473 Group Theory
+1501.05588 Systems and Control
+1502.05883 Computer Science and Game Theory
+1503.00665 Geometric Topology
+1503.02210 Logic in Computer Science
+1503.02447 Logic in Computer Science
+1503.04034 Logic in Computer Science
+1503.04320 Logic in Computer Science
+1503.05838 Probability
+1503.06022 Logic in Computer Science
+1503.06254
+1503.06666 Information Retrieval
+1503.06687 Logic in Computer Science
+1503.06826 Logic in Computer Science
+1503.08674 Soft Condensed Matter
+1503.08782 Information Theory
+1504.00039 Logic in Computer Science
+1504.01278 Rings and Algebras
+1504.02899 Logic in Computer Science
+1504.04136 Formal Languages and Automata Theory
+1504.04662 Logic in Computer Science
+1504.05797 Logic in Computer Science
+1504.06986 Logic in Computer Science
+1504.07108 Complex Variables
+1504.07317 Complex Variables
+1504.07545 Computer Science and Game Theory
+1504.08101 Combinatorics
+1505.00731 Logic
+1505.03136 Algebraic Topology
+1505.04934 Logic in Computer Science
+1505.04985 Logic in Computer Science
+1505.06056 Logic in Computer Science
+1505.06862 Logic in Computer Science
+1505.06896 Logic in Computer Science
+1506.00313 Differential Geometry
+1506.00482 Logic in Computer Science
+1506.03943 Logic in Computer Science
+1506.04871 Logic in Computer Science
+1506.04879 Logic in Computer Science
+1506.05127 Logic
+1506.05540 Combinatorics
+1506.06165 Logic in Computer Science
+1506.06869 Logic in Computer Science
+1506.07401 Atmospheric and Oceanic Physics
+1507.02890 Formal Languages and Automata Theory
+1507.03947 Physics Education
+1507.05098 Physics and Society
+1507.05766 Logic in Computer Science
+1507.06796 Logic in Computer Science
+1507.06844 Algebraic Topology
+1507.07697 Logic in Computer Science
+1507.07911 Databases
+1507.08970 Numerical Analysis
+1508.02329 Theory
+1508.02864 Logic in Computer Science
+1508.04360 Logic in Computer Science
+1508.06041 Phenomenology
+1509.01244 Strongly Correlated Electrons
+1509.01657 Number Theory
+1509.01976 Group Theory
+1509.02005 Functional Analysis
+1509.02384 Artificial Intelligence
+1509.02991 Astrophysics of Galaxies
+1509.05318 Logic in Computer Science
+1509.05659 Logic in Computer Science
+1509.05901 Phenomenology
+1509.06330 Soft Condensed Matter
+1509.08051 Representation Theory
+1509.09302 Representation Theory
+1510.00224 Strongly Correlated Electrons
+1510.00263 Materials Science
+1510.00305 Superconductivity
+1510.01044 Logic in Computer Science
+1510.01752 Programming Languages
+1510.02750 Solar and Stellar Astrophysics
+1510.03319 Logic in Computer Science
+1510.03531 Logic in Computer Science
+1510.03977 Astrophysics of Galaxies
+1510.04735 Astrophysics of Galaxies
+1510.05077 Statistics Theory
+1510.05141 Astrophysics of Galaxies
+1510.05695 Solar and Stellar Astrophysics
+1510.05710 Astrophysics of Galaxies
+1510.06027 Solar and Stellar Astrophysics
+1510.06178 Logic in Computer Science
+1510.06658 Logic in Computer Science
+1510.06784 Astrophysics of Galaxies
+1510.08021 Solar and Stellar Astrophysics
+1510.08325 Astrophysics of Galaxies
+1510.08331 Logic in Computer Science
+1511.00018 Astrophysics of Galaxies
+1511.00297 Applications
+1511.00938 Databases
+1511.03095 Computation
+1511.03259 Algebraic Geometry
+1511.05085 Solar and Stellar Astrophysics
+1511.05372 Applications
+1511.05423 Astrophysics of Galaxies
+1511.05772 Astrophysics of Galaxies
+1511.05866 Logic in Computer Science
+1511.05888 Logic in Computer Science
+1511.06153 Solar and Stellar Astrophysics
+1511.07049 Operator Algebras
+1511.07312 Phenomenology
+1511.07396 Probability
+1511.08875 Logic
+1511.09068 Earth and Planetary Astrophysics
+1512.00248
+1512.00350 Astrophysics of Galaxies
+1512.03358 Instrumentation and Methods for Astrophysics
+1512.03847 Differential Geometry
+1512.05313 Logic in Computer Science
+1512.06356
+1512.06762 Instrumentation and Detectors
+1512.08501 Mesoscale and Nanoscale Physics
+1512.08766 Algebraic Geometry
+1601.00016 Astrophysics of Galaxies
+1601.00187 Astrophysics of Galaxies
+1601.01132 Solar and Stellar Astrophysics
+1601.01233 Programming Languages
+1601.01579 Formal Languages and Automata Theory
+1601.02015 Theory
+1601.02057 Materials Science
+1601.02581 Quantum Gases
+1601.02848 Databases
+1601.04349 Astrophysics of Galaxies
+1601.05509 Earth and Planetary Astrophysics
+1601.07472 Logic in Computer Science
+1601.07724 Logic in Computer Science
+1602.00016 Solar and Stellar Astrophysics
+1602.00156
+1602.00356 Combinatorics
+1602.00476 Logic in Computer Science
+1602.01050 Instrumentation and Methods for Astrophysics
+1602.01733 Instrumentation and Detectors
+1602.02388 Solar and Stellar Astrophysics
+1602.03607 Phenomenology
+1602.04220
+1602.05533 Materials Science
+1602.06267 Solar and Stellar Astrophysics
+1602.06269 Solar and Stellar Astrophysics
+1602.06556 Theory
+1602.06718 Probability
+1602.06998 Mathematical Finance
+1602.07104 Networking and Internet Architecture
+1602.07169 Astrophysics of Galaxies
+1602.07377 Computer Vision and Pattern Recognition
+1602.08680 Computer Vision and Pattern Recognition
+1603.00863 Optimization and Control
+1603.00884 Astrophysics of Galaxies
+1603.01353
+1603.01503 Fluid Dynamics
+1603.01598 Superconductivity
+1603.01679 Dynamical Systems
+1603.02242
+1603.02309 Astrophysics of Galaxies
+1603.02486 Representation Theory
+1603.02940
+1603.02967 Algebraic Geometry
+1603.03841 Materials Science
+1603.04309 Logic in Computer Science
+1603.04674 Astrophysics of Galaxies
+1603.05664 Instrumentation and Methods for Astrophysics
+1603.05790 Cosmology and Nongalactic Astrophysics
+1603.07259 Logic in Computer Science
+1603.07790 Formal Languages and Automata Theory
+1603.08377 Astrophysics of Galaxies
+1603.08806 Combinatorics
+1603.08933 Disordered Systems and Neural Networks
+1603.08976 Data Structures and Algorithms
+1603.09105 Astrophysics of Galaxies
+1603.09211 Theory
+1603.09263 Information Theory
+1603.09300 Logic
+1604.01006 Disordered Systems and Neural Networks
+1604.01716
+1604.01717 Theory
+1604.01835 Information Theory
+1604.01926 Solar and Stellar Astrophysics
+1604.02077 Materials Science
+1604.02167 Formal Languages and Automata Theory
+1604.02224 Adaptation and Self-Organizing Systems
+1604.02270 Quantitative Methods
+1604.02459
+1604.02887 Logic in Computer Science
+1604.04186 Solar and Stellar Astrophysics
+1604.04218 Mesoscale and Nanoscale Physics
+1604.04390 Logic
+1604.05666
+1604.05816 Computer Vision and Pattern Recognition
+1604.06038 Logic in Computer Science
+1604.06713 Populations and Evolution
+1604.06905 Geometric Topology
+1604.07013 Dynamical Systems
+1604.07075 Combinatorics
+1604.07144 Materials Science
+1604.07399 Astrophysics of Galaxies
+1604.07793 Solar and Stellar Astrophysics
+1604.07926 Cosmology and Nongalactic Astrophysics
+1604.08383 Logic in Computer Science
+1604.08488 Number Theory
+1604.08612 Neurons and Cognition
+1604.08704 Superconductivity
+1605.00317 Information Theory
+1605.00582
+1605.00640
+1605.00865 Mesoscale and Nanoscale Physics
+1605.01403 Cosmology and Nongalactic Astrophysics
+1605.01772 Geometric Topology
+1605.02282 Optics
+1605.02613 Phenomenology
+1605.03712 Solar and Stellar Astrophysics
+1605.04130 Astrophysics of Galaxies
+1605.04136 Logic in Computer Science
+1605.04788 Cosmology and Nongalactic Astrophysics
+1605.04944 Phenomenology
+1605.05389 Soft Condensed Matter
+1605.05503 Astrophysics of Galaxies
+1605.05609 Statistical Mechanics
+1605.06072 Data Structures and Algorithms
+1605.06644 Sound
+1605.06982
+1605.07508 Materials Science
+1605.07831 Mesoscale and Nanoscale Physics
+1605.08423 Strongly Correlated Electrons
+1605.09330 Strongly Correlated Electrons
+1606.00445 Materials Science
+1606.00524 Phenomenology
+1606.00821 Neurons and Cognition
+1606.00982 Mesoscale and Nanoscale Physics
+1606.01325 Atomic Physics
+1606.01538 Cosmology and Nongalactic Astrophysics
+1606.01688 Physics and Society
+1606.01968 Cosmology and Nongalactic Astrophysics
+1606.02197
+1606.03478
+1606.03785 Theory
+1606.03847 Experiment
+1606.04485 Earth and Planetary Astrophysics
+1606.04726
+1606.04770 Number Theory
+1606.04916 Statistical Mechanics
+1606.05354 Instrumentation and Methods for Astrophysics
+1606.05389 Physics Education
+1606.05548 Mesoscale and Nanoscale Physics
+1606.05795 Analysis of PDEs
+1606.05804 Computation and Language
+1606.05826 Materials Science
+1606.05898 Combinatorics
+1606.06040 Astrophysics of Galaxies
+1606.06058 Quantum Gases
+1606.06866 Mesoscale and Nanoscale Physics
+1606.06994
+1606.07566 Analysis of PDEs
+1606.07739 Symplectic Geometry
+1606.08052 Methodology
+1606.08389 Optimization and Control
+1606.08855 Earth and Planetary Astrophysics
+1606.09201 Solar and Stellar Astrophysics
+1606.09295 High Energy Astrophysical Phenomena
+1606.09394 Strongly Correlated Electrons
+1606.09542 Strongly Correlated Electrons
+1607.00725 High Energy Astrophysical Phenomena
+1607.01391 Astrophysics of Galaxies
+1607.01460 Quantum Gases
+1607.01706 Neurons and Cognition
+1607.01803 Cosmology and Nongalactic Astrophysics
+1607.02021 Superconductivity
+1607.02157
+1607.02671 Experiment
+1607.03112 Astrophysics of Galaxies
+1607.03136 Cosmology and Nongalactic Astrophysics
+1607.03937 Earth and Planetary Astrophysics
+1607.04227 Mesoscale and Nanoscale Physics
+1607.04903 Machine Learning
+1607.05117 Strongly Correlated Electrons
+1607.05661
+1607.05735
+1607.05841 Superconductivity
+1607.05860 Lattice
+1607.06222
+1607.06391 High Energy Astrophysical Phenomena
+1607.06408 Computer Vision and Pattern Recognition
+1607.06637 Plasma Physics
+1607.06829 Solar and Stellar Astrophysics
+1607.07497 Data Structures and Algorithms
+1607.07627 Experiment
+1607.07675 Astrophysics of Galaxies
+1607.07682 Number Theory
+1607.08363 Logic in Computer Science
+1607.08411 Superconductivity
+1607.08538 Astrophysics of Galaxies
+1607.08862 High Energy Astrophysical Phenomena
+1608.00025 Quantum Gases
+1608.00197 Strongly Correlated Electrons
+1608.00478 Quantum Gases
+1608.00852 Phenomenology
+1608.00895 Learning
+1608.01168 Functional Analysis
+1608.01301 High Energy Astrophysical Phenomena
+1608.01501 High Energy Astrophysical Phenomena
+1608.02136 Solar and Stellar Astrophysics
+1608.02390 Mesoscale and Nanoscale Physics
+1608.03207 Optimization and Control
+1608.03233 Classical Physics
+1608.03244 Astrophysics of Galaxies
+1608.03316 Strongly Correlated Electrons
+1608.03527 Optics
+1608.03814 Logic
+1608.03838 Phenomenology
+1608.04100
+1608.04292
+1608.04569 Mesoscale and Nanoscale Physics
+1608.04887 Statistical Mechanics
+1608.04958 Methodology
+1608.04976 Combinatorics
+1608.05084 Astrophysics of Galaxies
+1608.05099 High Energy Astrophysical Phenomena
+1608.05122 Statistics Theory
+1608.05156 Complex Variables
+1608.05409 Operator Algebras
+1608.05426 Computation and Language
+1608.05711 Astrophysics of Galaxies
+1608.06097 Solar and Stellar Astrophysics
+1608.06483 Astrophysics of Galaxies
+1608.06941 Mesoscale and Nanoscale Physics
+1608.06943 Chemical Physics
+1608.07183 Strongly Correlated Electrons
+1608.08035 Solar and Stellar Astrophysics
+1608.08619 Rings and Algebras
+1608.08901
+1608.08908 Social and Information Networks
+1608.08928 Instrumentation and Methods for Astrophysics
+1608.09008 High Energy Astrophysical Phenomena
+1609.00164 Theory
+1609.00367 Phenomenology
+1609.00374 High Energy Astrophysical Phenomena
+1609.00452 Information Theory
+1609.00540 Soft Condensed Matter
+1609.00818 Instrumentation and Methods for Astrophysics
+1609.00937
+1609.00942 Solar and Stellar Astrophysics
+1609.01260 Other Condensed Matter
+1609.01314 Earth and Planetary Astrophysics
+1609.01369 Materials Science
+1609.01422 Astrophysics of Galaxies
+1609.01613 Mesoscale and Nanoscale Physics
+1609.01729 Strongly Correlated Electrons
+1609.01730 Lattice
+1609.01764 Biological Physics
+1609.01796 Soft Condensed Matter
+1609.02149 Theory
+1609.02232 High Energy Astrophysical Phenomena
+1609.02509 Mesoscale and Nanoscale Physics
+1609.02712 Phenomenology
+1609.02785 Cosmology and Nongalactic Astrophysics
+1609.02903 Materials Science
+1609.03462 Mesoscale and Nanoscale Physics
+1609.03592 Phenomenology
+1609.03611 Cosmology and Nongalactic Astrophysics
+1609.03909 Earth and Planetary Astrophysics
+1609.04213 Statistical Mechanics
+1609.04334 Materials Science
+1609.04399 Astrophysics of Galaxies
+1609.04585 Numerical Analysis
+1609.04963 Solar and Stellar Astrophysics
+1609.05075 Solar and Stellar Astrophysics
+1609.05638 Earth and Planetary Astrophysics
+1609.05645
+1609.05992 Other Condensed Matter
+1609.06254
+1609.06376 Solar and Stellar Astrophysics
+1609.06448 Astrophysics of Galaxies
+1609.06458 Theory
+1609.06692 Quantum Gases
+1609.06836 Materials Science
+1609.07247 Group Theory
+1609.07296 Solar and Stellar Astrophysics
+1609.07463
+1609.07742 High Energy Astrophysical Phenomena
+1609.07890 Statistical Mechanics
+1609.08013
+1609.08254 Materials Science
+1609.08694 Theory
+1609.08863
+1609.08916 Logic in Computer Science
+1609.08966 Earth and Planetary Astrophysics
+1609.09126 Earth and Planetary Astrophysics
+1609.09310 Disordered Systems and Neural Networks
+1609.09430 Sound
+1609.09462 Mesoscale and Nanoscale Physics
+1609.09572 Dynamical Systems
+1609.09754 Mesoscale and Nanoscale Physics
+1610.00081 Artificial Intelligence
+1610.00258 High Energy Astrophysical Phenomena
+1610.00308 Mesoscale and Nanoscale Physics
+1610.00352 Solar and Stellar Astrophysics
+1610.00587 Mesoscale and Nanoscale Physics
+1610.00637 Cosmology and Nongalactic Astrophysics
+1610.01139 Soft Condensed Matter
+1610.01468 Quantum Gases
+1610.01509 Solar and Stellar Astrophysics
+1610.01529 Optics
+1610.01564 Physics Education
+1610.01596 Differential Geometry
+1610.01605 High Energy Astrophysical Phenomena
+1610.01618 Phenomenology
+1610.01798 Mesoscale and Nanoscale Physics
+1610.01966 Optics
+1610.02068 Astrophysics of Galaxies
+1610.02121 Computational Physics
+1610.02199 Solar and Stellar Astrophysics
+1610.02458 High Energy Astrophysical Phenomena
+1610.02675 Logic in Computer Science
+1610.02705 Astrophysics of Galaxies
+1610.02849 Systems and Control
+1610.02914 Theory
+1610.03058 Disordered Systems and Neural Networks
+1610.03137 Strongly Correlated Electrons
+1610.03497
+1610.03597 Experiment
+1610.03659 Mesoscale and Nanoscale Physics
+1610.03779 Digital Libraries
+1610.04009 Theory
+1610.04193
+1610.04247
+1610.04284 Cosmology and Nongalactic Astrophysics
+1610.04475
+1610.04541 Solar and Stellar Astrophysics
+1610.04587 Solar and Stellar Astrophysics
+1610.04623 High Energy Astrophysical Phenomena
+1610.04713 Commutative Algebra
+1610.04831
+1610.04907 Astrophysics of Galaxies
+1610.05049 Instrumentation and Methods for Astrophysics
+1610.05067 Solar and Stellar Astrophysics
+1610.05281
+1610.05590 Data Analysis, Statistics and Probability
+1610.05822
+1610.05909 Physics and Society
+1610.05918 Astrophysics of Galaxies
+1610.06070 Theory
+1610.06146 Statistical Mechanics
+1610.06162 Logic in Computer Science
+1610.06186 Theory
+1610.06208 Rings and Algebras
+1610.06408 Phenomenology
+1610.06641 Materials Science
+1610.06650 Mesoscale and Nanoscale Physics
+1610.07216 Machine Learning
+1610.07575 Algebraic Topology
+1610.07624 Cosmology and Nongalactic Astrophysics
+1610.07811 Earth and Planetary Astrophysics
+1610.08423 Chemical Physics
+1610.08735 Machine Learning
+1610.08772 Logic in Computer Science
+1610.08864 Theory
+1610.08872 Cosmology and Nongalactic Astrophysics
+1610.08891 Atomic Physics
+1610.08970 Theory
+1610.09380 High Energy Astrophysical Phenomena
+1610.09412 Astrophysics of Galaxies
+1610.10098 Mesoscale and Nanoscale Physics
+1611.00018
+1611.00061 Astrophysics of Galaxies
+1611.00585 Astrophysics of Galaxies
+1611.00691 Instrumentation and Methods for Astrophysics
+1611.00699 Solar and Stellar Astrophysics
+1611.00703
+1611.00863 Astrophysics of Galaxies
+1611.00895 Materials Science
+1611.01071 Astrophysics of Galaxies
+1611.01072 Astrophysics of Galaxies
+1611.01266 High Energy Astrophysical Phenomena
+1611.01273 Cosmology and Nongalactic Astrophysics
+1611.01557 Neurons and Cognition
+1611.01637 Solar and Stellar Astrophysics
+1611.02122 Earth and Planetary Astrophysics
+1611.02265 High Energy Astrophysical Phenomena
+1611.02278 High Energy Astrophysical Phenomena
+1611.02291 High Energy Astrophysical Phenomena
+1611.02438
+1611.02517 Instrumentation and Methods for Astrophysics
+1611.02621 Space Physics
+1611.02713 Astrophysics of Galaxies
+1611.02734 Astrophysics of Galaxies
+1611.02747 Fluid Dynamics
+1611.02765 Earth and Planetary Astrophysics
+1611.02808 Mesoscale and Nanoscale Physics
+1611.02810 High Energy Astrophysical Phenomena
+1611.02870 Astrophysics of Galaxies
+1611.03013 Solar and Stellar Astrophysics
+1611.03190 Solar and Stellar Astrophysics
+1611.03306 Solar and Stellar Astrophysics
+1611.03509 Solar and Stellar Astrophysics
+1611.03561 Astrophysics of Galaxies
+1611.03602 Optics
+1611.03809 Combinatorics
+1611.04011 Solar and Stellar Astrophysics
+1611.04075 High Energy Astrophysical Phenomena
+1611.04349 Discrete Mathematics
+1611.04396 High Energy Astrophysical Phenomena
+1611.04398 Astrophysics of Galaxies
+1611.04475 Astrophysics of Galaxies
+1611.04595 Astrophysics of Galaxies
+1611.04597 Astrophysics of Galaxies
+1611.04715 Materials Science
+1611.04749 Solar and Stellar Astrophysics
+1611.04911 Astrophysics of Galaxies
+1611.05006 Solar and Stellar Astrophysics
+1611.05044 Astrophysics of Galaxies
+1611.05047 Solar and Stellar Astrophysics
+1611.05183 Logic in Computer Science
+1611.05191 Cosmology and Nongalactic Astrophysics
+1611.05393 Astrophysics of Galaxies
+1611.05513 Number Theory
+1611.05826 Earth and Planetary Astrophysics
+1611.05850 Phenomenology
+1611.05888 Astrophysics of Galaxies
+1611.05986 Astrophysics of Galaxies
+1611.06050 High Energy Astrophysical Phenomena
+1611.06057 High Energy Astrophysical Phenomena
+1611.06176 Earth and Planetary Astrophysics
+1611.06191 Solar and Stellar Astrophysics
+1611.06237 High Energy Astrophysical Phenomena
+1611.06705 Astrophysics of Galaxies
+1611.06725 Solar and Stellar Astrophysics
+1611.06964 Optics
+1611.07034 Astrophysics of Galaxies
+1611.07526 Astrophysics of Galaxies
+1611.07533 High Energy Astrophysical Phenomena
+1611.07578 Cosmology and Nongalactic Astrophysics
+1611.07653 High Energy Astrophysical Phenomena
+1611.07716 Logic in Computer Science
+1611.07742 Solar and Stellar Astrophysics
+1611.07746 Astrophysics of Galaxies
+1611.07885 Solar and Stellar Astrophysics
+1611.08095 Astrophysics of Galaxies
+1611.08320 Analysis of PDEs
+1611.08469 Differential Geometry
+1611.08664 Computer Vision and Pattern Recognition
+1611.09097 High Energy Astrophysical Phenomena
+1611.09547 Astrophysics of Galaxies
+1611.09735 Quantum Gases
+1611.09742 Information Theory
+1611.10361 Astrophysics of Galaxies
+1612.00033 Theory
+1612.00286 Solar and Stellar Astrophysics
+1612.00400 Solar and Stellar Astrophysics
+1612.00535 High Energy Astrophysical Phenomena
+1612.00710 Astrophysics of Galaxies
+1612.00752 Instrumentation and Methods for Astrophysics
+1612.00821 Analysis of PDEs
+1612.01101 Astrophysics of Galaxies
+1612.01139 Astrophysics of Galaxies
+1612.01534 Astrophysics of Galaxies
+1612.01736 Strongly Correlated Electrons
+1612.02084 Combinatorics
+1612.02232 Solar and Stellar Astrophysics
+1612.02251 Computation and Language
+1612.02612 Theory
+1612.03091 Solar and Stellar Astrophysics
+1612.03093 Solar and Stellar Astrophysics
+1612.03106 Logic
+1612.03181 Astrophysics of Galaxies
+1612.03260
+1612.03264 Quantum Gases
+1612.04024 Theory
+1612.04615 Methodology
+1612.04639 Optimization and Control
+1612.05287 Solar and Stellar Astrophysics
+1612.05779 Algebraic Geometry
+1612.06549 Computation and Language
+1612.06716 Lattice
+1612.06825 Computer Vision and Pattern Recognition
+1612.06904 Theory
+1612.07495 Computation and Language
+1612.07505 Differential Geometry
+1612.07551 Logic in Computer Science
+1612.07945 Astrophysics of Galaxies
+1612.08206 Phenomenology
+1612.08220 Computation and Language
+1612.08728 Lattice
+1612.08898 Astrophysics of Galaxies
+1612.09060 Economics
+1612.09372 Instrumentation and Methods for Astrophysics
+1701.00069
+1701.00103 Dynamical Systems
+1701.00160 Learning
+1701.00176 Chemical Physics
+1701.00187 Combinatorics
+1701.00332
+1701.00427 Chemical Physics
+1701.00492
+1701.00832 Chemical Physics
+1701.00848 Complex Variables
+1701.01087
+1701.01099 High Energy Astrophysical Phenomena
+1701.01100 High Energy Astrophysical Phenomena
+1701.01302 Artificial Intelligence
+1701.01320 Geophysics
+1701.01357 Commutative Algebra
+1701.01400 Theory
+1701.01423 Geometric Topology
+1701.01439 High Energy Astrophysical Phenomena
+1701.01504 Materials Science
+1701.01529 Probability
+1701.01557 High Energy Astrophysical Phenomena
+1701.01589 Solar and Stellar Astrophysics
+1701.01627 Geophysics
+1701.01744 Molecular Networks
+1701.01767 Cosmology and Nongalactic Astrophysics
+1701.01803 Differential Geometry
+1701.01821 Computer Vision and Pattern Recognition
+1701.02005 Fluid Dynamics
+1701.02012 Dynamical Systems
+1701.02014 Optimization and Control
+1701.02114 Phenomenology
+1701.02236
+1701.02268 Quantum Algebra
+1701.02281 Quantum Algebra
+1701.02303 Algebraic Geometry
+1701.02305 Statistical Mechanics
+1701.02306 Experiment
+1701.02307 Cosmology and Nongalactic Astrophysics
+1701.02308 Astrophysics of Galaxies
+1701.02311
+1701.02315 Theory
+1701.02316 Representation Theory
+1701.02318 Strongly Correlated Electrons
+1701.02320 Superconductivity
+1701.02321 High Energy Astrophysical Phenomena
+1701.02322 Lattice
+1701.02324 Distributed, Parallel, and Cluster Computing
+1701.02325 Combinatorics
+1701.02326 Astrophysics of Galaxies
+1701.02327 Materials Science
+1701.02328 High Energy Astrophysical Phenomena
+1701.02329 Materials Science
+1701.02330 Analysis of PDEs
+1701.02331 Representation Theory
+1701.02333 Numerical Analysis
+1701.02335
+1701.02336 High Energy Astrophysical Phenomena
+1701.02337 Geometric Topology
+1701.02338 Disordered Systems and Neural Networks
+1701.02339 Analysis of PDEs
+1701.02340
+1701.02341 Commutative Algebra
+1701.02342 Instrumentation and Detectors
+1701.02343 Computer Vision and Pattern Recognition
+1701.02344 Software Engineering
+1701.02345 Information Theory
+1701.02346 Fluid Dynamics
+1701.02350 Differential Geometry
+1701.02351
+1701.02353 Algebraic Geometry
+1701.02354 Computer Vision and Pattern Recognition
+1701.02355 Solar and Stellar Astrophysics
+1701.02356 Physics Education
+1701.02357 Computer Vision and Pattern Recognition
+1701.02358 Classical Analysis and ODEs
+1701.02359 Applications
+1701.02362 Computer Vision and Pattern Recognition
+1701.02363 High Energy Astrophysical Phenomena
+1701.02366 Fluid Dynamics
+1701.02367 Analysis of PDEs
+1701.02368 Social and Information Networks
+1701.02371 Fluid Dynamics
+1701.02372 Fluid Dynamics
+1701.02373 Applications
+1701.02374 Computational Complexity
+1701.02375 Probability
+1701.02376 Analysis of PDEs
+1701.02377 Learning
+1701.02378 Materials Science
+1701.02379 Information Theory
+1701.02380 Materials Science
+1701.02382 Materials Science
+1701.02383 Other Statistics
+1701.02384 Information Theory
+1701.02386 Machine Learning
+1701.02387 Numerical Analysis
+1701.02389 Populations and Evolution
+1701.02390 Optics
+1701.02391 Chemical Physics
+1701.02392 Learning
+1701.02393 Dynamical Systems
+1701.02394 Logic in Computer Science
+1701.02397 Probability
+1701.02398
+1701.02399 Mesoscale and Nanoscale Physics
+1701.02400 Probability
+1701.02401 Computational Complexity
+1701.02404 Complex Variables
+1701.02405 Social and Information Networks
+1701.02406 Quantum Algebra
+1701.02410 Theory
+1701.02411 Probability
+1701.02413 Optimization and Control
+1701.02414 Optimization and Control
+1701.02415 Information Theory
+1701.02416 Optimization and Control
+1701.02417 Representation Theory
+1701.02418 Mesoscale and Nanoscale Physics
+1701.02419 Networking and Internet Architecture
+1701.02420 Complex Variables
+1701.02421 Networking and Internet Architecture
+1701.02424 Methodology
+1701.02425 Classical Analysis and ODEs
+1701.02426 Computer Vision and Pattern Recognition
+1701.02427 Cosmology and Nongalactic Astrophysics
+1701.02428 Mesoscale and Nanoscale Physics
+1701.02430 Mesoscale and Nanoscale Physics
+1701.02431 Classical Physics
+1701.02434 Methodology
+1701.02435 Algebraic Geometry
+1701.02438 Materials Science
+1701.02439
+1701.02440 Learning
+1701.02443 Combinatorics
+1701.02444 Information Theory
+1701.02445 Logic in Computer Science
+1701.02448
+1701.02450 Theory
+1701.02451 Instrumentation and Methods for Astrophysics
+1701.02452 Group Theory
+1701.02453 Experiment
+1701.02454
+1701.02455 Digital Libraries
+1701.02456 Information Theory
+1701.02457 Soft Condensed Matter
+1701.02458 Number Theory
+1701.02460 Group Theory
+1701.02461 Digital Libraries
+1701.02465 Statistical Mechanics
+1701.02466 Number Theory
+1701.02467 Strongly Correlated Electrons
+1701.02468 Computer Vision and Pattern Recognition
+1701.02471 Combinatorics
+1701.02472 Data Structures and Algorithms
+1701.02474 Functional Analysis
+1701.02475 Materials Science
+1701.02476 Materials Science
+1701.02477 Computation and Language
+1701.02478 Group Theory
+1701.02480 Solar and Stellar Astrophysics
+1701.02482 Soft Condensed Matter
+1701.02483 Methodology
+1701.02485 Computer Vision and Pattern Recognition
+1701.02486 Statistical Mechanics
+1701.02487 Optics
+1701.02493 Optics
+1701.02494 Logic in Computer Science
+1701.02495 Materials Science
+1701.02498 Superconductivity
+1701.02499 Optics
+1701.02500 Superconductivity
+1701.02502 Formal Languages and Automata Theory
+1701.02503 Mesoscale and Nanoscale Physics
+1701.02504 Fluid Dynamics
+1701.02505 Group Theory
+1701.02507 Astrophysics of Galaxies
+1701.02508
+1701.02509 Combinatorics
+1701.02512 Methodology
+1701.02513 Phenomenology
+1701.02515 Number Theory
+1701.02517 Phenomenology
+1701.02518 Combinatorics
+1701.02519 Theory
+1701.02520 Soft Condensed Matter
+1701.02521 Mesoscale and Nanoscale Physics
+1701.02522 Numerical Analysis
+1701.02523
+1701.02524 Networking and Internet Architecture
+1701.02525 Number Theory
+1701.02526 Logic in Computer Science
+1701.02527 Probability
+1701.02529 Geophysics
+1701.02530 Quantum Gases
+1701.02533 Instrumentation and Methods for Astrophysics
+1701.02534 Earth and Planetary Astrophysics
+1701.02537 Solar and Stellar Astrophysics
+1701.02538 Information Theory
+1701.02540 Geophysics
+1701.02541 Fluid Dynamics
+1701.02542 Solar and Stellar Astrophysics
+1701.02543 Artificial Intelligence
+1701.02545 Artificial Intelligence
+1701.02546 Logic in Computer Science
+1701.02548 Number Theory
+1701.02550 Geophysics
+1701.02552
+1701.02553 Cosmology and Nongalactic Astrophysics
+1701.02555 Distributed, Parallel, and Cluster Computing
+1701.02557 Physics Education
+1701.02559 Experiment
+1701.02560 Information Theory
+1701.02562 Quantitative Methods
+1701.02564 Operator Algebras
+1701.02565 Biological Physics
+1701.02566 Fluid Dynamics
+1701.02567 Mesoscale and Nanoscale Physics
+1701.02570 Differential Geometry
+1701.02571 Logic in Computer Science
+1701.02572 Populations and Evolution
+1701.02573 Algebraic Geometry
+1701.02575 Commutative Algebra
+1701.02576 Analysis of PDEs
+1701.02577 Numerical Analysis
+1701.02582 Solar and Stellar Astrophysics
+1701.02583 Classical Physics
+1701.02584 General Physics
+1701.02585 Soft Condensed Matter
+1701.02586 Human-Computer Interaction
+1701.02587
+1701.02588 Quantitative Methods
+1701.02591 Solar and Stellar Astrophysics
+1701.02592 Adaptation and Self-Organizing Systems
+1701.02593 Computation and Language
+1701.02594 Rings and Algebras
+1701.02599 Neurons and Cognition
+1701.02600
+1701.02601 Distributed, Parallel, and Cluster Computing
+1701.02603 Differential Geometry
+1701.02604 Number Theory
+1701.02605 Number Theory
+1701.02606 Networking and Internet Architecture
+1701.02610 Computer Vision and Pattern Recognition
+1701.02612 Information Theory
+1701.02613 Mesoscale and Nanoscale Physics
+1701.02615 Optimization and Control
+1701.02616 Analysis of PDEs
+1701.02617 Information Retrieval
+1701.02618 Number Theory
+1701.02619 Dynamical Systems
+1701.02620 Computer Vision and Pattern Recognition
+1701.02621 Physics and Society
+1701.02622 Differential Geometry
+1701.02623 Logic in Computer Science
+1701.02624 Instrumentation and Methods for Astrophysics
+1701.02625 Probability
+1701.02626 Probability
+1701.02627
+1701.02628 Distributed, Parallel, and Cluster Computing
+1701.02630 Optics
+1701.02631 Classical Analysis and ODEs
+1701.02634 Databases
+1701.02635 Mesoscale and Nanoscale Physics
+1701.02637 Mesoscale and Nanoscale Physics
+1701.02638 Cosmology and Nongalactic Astrophysics
+1701.02640 Atomic Physics
+1701.02643 Applications
+1701.02644 Lattice
+1701.02645
+1701.02646 Economics
+1701.02647 General Finance
+1701.02648 Programming Languages
+1701.02649 Economics
+1701.02651 Combinatorics
+1701.02656 Analysis of PDEs
+1701.02657 Dynamical Systems
+1701.02658 Information Theory
+1701.02659 General Physics
+1701.02661 Probability
+1701.02662 General Finance
+1701.02663 Experiment
+1701.02665 Geophysics
+1701.02668 Programming Languages
+1701.02669 Multimedia
+1701.02670 General Physics
+1701.02672 Computational Physics
+1701.02674 Number Theory
+1701.02676 Computer Vision and Pattern Recognition
+1701.02679 Optimization and Control
+1701.02680 Statistical Mechanics
+1701.02681 Computational Finance
+1701.02682 Programming Languages
+1701.02684 Metric Geometry
+1701.02686 Number Theory
+1701.02687 Number Theory
+1701.02689 Analysis of PDEs
+1701.02690 Social and Information Networks
+1701.02691
+1701.02693 Combinatorics
+1701.02694 Social and Information Networks
+1701.02695 Dynamical Systems
+1701.02696 Optics
+1701.02697 Instrumentation and Detectors
+1701.02698 Astrophysics of Galaxies
+1701.02699
+1701.02700 Superconductivity
+1701.02701 Mesoscale and Nanoscale Physics
+1701.02702 Soft Condensed Matter
+1701.02704 Computer Vision and Pattern Recognition
+1701.02708 Discrete Mathematics
+1701.02709 Classical Analysis and ODEs
+1701.02710 Information Theory
+1701.02711 Cryptography and Security
+1701.02712 Algebraic Geometry
+1701.02713 Solar and Stellar Astrophysics
+1701.02714 Systems and Control
+1701.02715 Mesoscale and Nanoscale Physics
+1701.02716 Combinatorics
+1701.02718 Computer Vision and Pattern Recognition
+1701.02719 Solar and Stellar Astrophysics
+1701.02720 Computation and Language
+1701.02721 Analysis of PDEs
+1701.02722 Plasma Physics
+1701.02725 Soft Condensed Matter
+1701.02726 High Energy Astrophysical Phenomena
+1701.02727 Soft Condensed Matter
+1701.02728 High Energy Astrophysical Phenomena
+adap-org/9710001 Adaptation and Self-Organizing Systems
+cs/0412063 Logic in Computer Science
+cs/0501040 Logic in Computer Science
+cs/0502005 Computational Complexity
+cs/0502047 Logic in Computer Science
+cs/0503018 Artificial Intelligence
+cs/0503067 Programming Languages
+cs/0504027 Logic in Computer Science
+cs/0505013 Logic in Computer Science
+cs/0505037 Logic in Computer Science
+cs/0505063 Logic in Computer Science
+cs/0506061 Programming Languages
+cs/0507007 Computer Science and Game Theory
+cs/0508003 Logic in Computer Science
+cs/0508044 Logic in Computer Science
+cs/0508048 Logic in Computer Science
+cs/0509019 Logic in Computer Science
+cs/0510010 Logic in Computer Science
+cs/0510066 Logic in Computer Science
+cs/0511097 Logic in Computer Science
+cs/0512009 Logic in Computer Science
+cs/0512012 Logic in Computer Science
+cs/0512036 Logic in Computer Science
+cs/0601032 Artificial Intelligence
+cs/0601134 Logic in Computer Science
+cs/0602024 Logic in Computer Science
+cs/0605054 Logic in Computer Science
+cs/0605064 Logic in Computer Science
+cs/0606053 Logic in Computer Science
+cs/0606062 Logic in Computer Science
+cs/0606065 Databases
+cs/0606072 Programming Languages
+cs/0606084 Logic in Computer Science
+cs/0608035 Programming Languages
+cs/0608062 General Literature
+cs/0609040 Logic in Computer Science
+cs/0609080 Logic in Computer Science
+cs/0609108 Computational Complexity
+cs/0609111 Artificial Intelligence
+cs/0610035 Logic in Computer Science
+cs/0610081 Logic in Computer Science
+cs/0611004 Logic in Computer Science
+cs/0611029 Logic in Computer Science
+cs/0611048 Logic in Computer Science
+cs/0611119 Logic in Computer Science
+cs/0612003 Logic in Computer Science
+cs/0612069 Logic in Computer Science
+cs/0612116 Logic in Computer Science
+cs/0701138 Logic in Computer Science
+cs/0701140 Computer Science and Game Theory
+cs/0701154 Logic in Computer Science
+cs/0701184 Artificial Intelligence
+cs/0702120 Logic in Computer Science
+cs/0702169 Programming Languages
+cs/0703039 Logic in Computer Science
+cs/0703064 Discrete Mathematics
+cs/0703079 Logic in Computer Science
+hep-ph/0610358 Phenomenology
+math/0505418 Logic
+math/0512110 General Topology
+math/0602544 Logic
+1007.2250 Theory
+1104.2803 Logic in Computer Science
+1109.0304 Classical Analysis and ODEs
+1204.6307
+1207.4379 Analysis of PDEs
+1207.5072 Systems and Control
+1301.2727 Mesoscale and Nanoscale Physics
+1304.1003 History and Philosophy of Physics
+1305.1439 Systems and Control
+1305.2076 Disordered Systems and Neural Networks
+1305.4377 Algebraic Geometry
+1306.6538 Algebraic Geometry
+1307.3681 Algebraic Geometry
+1308.6822 Accelerator Physics
+1310.0370 Representation Theory
+1312.0821 Systems and Control
+1312.1421 Information Theory
+1312.5675 Algebraic Geometry
+1401.6570 Classical Analysis and ODEs
+1403.2543
+1405.0043 Representation Theory
+1405.6243 Algebraic Geometry
+1407.4083
+1407.4133
+1407.5525 Applications
+1410.2212 Algebraic Geometry
+1411.7047
+1412.4259 Formal Languages and Automata Theory
+1412.4866 Algebraic Topology
+1502.00089 Data Structures and Algorithms
+1502.02856 Probability
+1502.06885 Number Theory
+1503.08489 Algebraic Topology
+1504.01244
+1504.05805
+1505.00020 Materials Science
+1505.05497 Group Theory
+1506.01759 Algebraic Topology
+1506.04532 Group Theory
+1506.04536 Group Theory
+1506.07383
+1506.07803 Classical Analysis and ODEs
+1506.08970 Algebraic Topology
+1507.03350 Representation Theory
+1507.04032 Classical Analysis and ODEs
+1507.04683
+1508.06156 Plasma Physics
+1508.06694 Theory
+1509.01679 Optimization and Control
+1509.02581 Combinatorics
+1509.03535 Probability
+1509.03968 Statistical Mechanics
+1509.05533 Probability
+1509.08216 Discrete Mathematics
+1510.04192
+1511.05274 Probability
+1512.00365 Combinatorics
+1512.06673 Atomic Physics
+1512.07744 Combinatorics
+1512.08934 Chemical Physics
+1601.01222 Computers and Society
+1601.01370 Dynamical Systems
+1601.01504 Information Theory
+1601.02449 Theory
+1601.02764 Atomic Physics
+1601.04403 Theory
+1601.07931 Applications
+1602.01668 Solar and Stellar Astrophysics
+1602.02379 Algebraic Geometry
+1602.05116
+1602.06177 Mathematical Finance
+1602.08004 Logic in Computer Science
+1603.00329 Computer Science and Game Theory
+1603.01763
+1603.02105 Operator Algebras
+1603.02877
+1603.06036 Computer Vision and Pattern Recognition
+1603.07934 Algebraic Topology
+1604.00694 Theory
+1604.01925 Information Theory
+1604.03660 Information Theory
+1604.04124 Plasma Physics
+1604.04595 Emerging Technologies
+1604.05054 Numerical Analysis
+1604.06196 Networking and Internet Architecture
+1604.06294 Algebraic Geometry
+1604.07212 Methodology
+1605.00315 Operator Algebras
+1605.00856 Numerical Analysis
+1605.00874
+1605.04147 Quantum Algebra
+1605.04663
+1605.08444 Mesoscale and Nanoscale Physics
+1605.09378 Phenomenology
+1605.09394 Astrophysics of Galaxies
+1606.00230 Dynamical Systems
+1606.01273 Chemical Physics
+1606.01672 Computer Vision and Pattern Recognition
+1606.02080 Information Theory
+1606.02100 Analysis of PDEs
+1606.02570 Computers and Society
+1606.04728 Mesoscale and Nanoscale Physics
+1606.04909 Numerical Analysis
+1606.05125 Superconductivity
+1606.06533 Analysis of PDEs
+1606.08032 Chemical Physics
+1606.08541 Systems and Control
+1606.08905 Distributed, Parallel, and Cluster Computing
+1607.00036 Learning
+1607.00573 Plasma Physics
+1607.00885
+1607.03012 Algebraic Geometry
+1607.04218 Cosmology and Nongalactic Astrophysics
+1607.06010 Algebraic Geometry
+1607.06752 Plasma Physics
+1607.08332 Numerical Analysis
+1608.01089 Phenomenology
+1608.01900 Physics and Society
+1608.02839 High Energy Astrophysical Phenomena
+1608.03152 Strongly Correlated Electrons
+1608.03984 Performance
+1608.04565
+1608.05274 Mesoscale and Nanoscale Physics
+1608.05437 Mesoscale and Nanoscale Physics
+1608.05565 Methodology
+1608.05598 Dynamical Systems
+1608.06135 Social and Information Networks
+1608.08472 Artificial Intelligence
+1608.08815 Group Theory
+1609.00688
+1609.00930 Plasma Physics
+1609.01513 High Energy Astrophysical Phenomena
+1609.01902 Mesoscale and Nanoscale Physics
+1609.02079 Emerging Technologies
+1609.05391 Experiment
+1609.05514 Physics and Society
+1609.05743 High Energy Astrophysical Phenomena
+1609.06048 Cosmology and Nongalactic Astrophysics
+1609.07539 Adaptation and Self-Organizing Systems
+1609.07875 Fluid Dynamics
+1609.08127 Phenomenology
+1609.08637 Phenomenology
+1609.09666 Materials Science
+1610.00252 Disordered Systems and Neural Networks
+1610.00437 Superconductivity
+1610.01305 Phenomenology
+1610.01477 K-Theory and Homology
+1610.02028
+1610.02517 Software Engineering
+1610.02626 Solar and Stellar Astrophysics
+1610.03075 Astrophysics of Galaxies
+1610.04197 Optics
+1610.04214
+1610.05088 Experiment
+1610.05255
+1610.06137 Plasma Physics
+1610.06417 Materials Science
+1610.06660 Chemical Physics
+1610.06881 Optics
+1610.07146 Theory
+1610.08974 Applications
+1610.09966 Theory
+1610.10071 Plasma Physics
+1611.00295 Theory
+1611.00573 Strongly Correlated Electrons
+1611.00621 Dynamical Systems
+1611.00729 Soft Condensed Matter
+1611.01446 Cosmology and Nongalactic Astrophysics
+1611.01496 Probability
+1611.01780 Differential Geometry
+1611.02262 Physics Education
+1611.02627 Group Theory
+1611.02914
+1611.04556 Materials Science
+1611.04643
+1611.05028 Phenomenology
+1611.05662 Group Theory
+1611.06328 Combinatorics
+1611.06947 Social and Information Networks
+1611.07305 Learning
+1611.07447 Plasma Physics
+1611.07596 Computer Vision and Pattern Recognition
+1611.07950 Mesoscale and Nanoscale Physics
+1611.08559 Strongly Correlated Electrons
+1611.08621 Soft Condensed Matter
+1611.08814
+1611.09090 Probability
+1611.09298 Mesoscale and Nanoscale Physics
+1611.09571 Computer Vision and Pattern Recognition
+1611.09604 High Energy Astrophysical Phenomena
+1611.09608 High Energy Astrophysical Phenomena
+1611.09748
+1612.00110
+1612.00354 Symplectic Geometry
+1612.00410 Learning
+1612.00485 Chemical Physics
+1612.01428 Social and Information Networks
+1612.01511 Social and Information Networks
+1612.02359 Mesoscale and Nanoscale Physics
+1612.02597 Materials Science
+1612.03885 Theory
+1612.03923 Phenomenology
+1612.04738 Analysis of PDEs
+1612.05427 Analysis of PDEs
+1612.06787 Theory
+1612.07210 Theory
+1612.07291 Experiment
+1612.07625 Computer Vision and Pattern Recognition
+1612.07972 Functional Analysis
+1612.08471 Theory
+1612.08988 Quantum Gases
+1612.09537 Phenomenology
+1701.00402 Strongly Correlated Electrons
+1701.00931 Algebraic Geometry
+1701.01122 Astrophysics of Galaxies
+1701.01187 Group Theory
+1701.01371 Mesoscale and Nanoscale Physics
+1701.01663 Information Theory
+1701.01815 Phenomenology
+1701.01977 Earth and Planetary Astrophysics
+1701.02516 Combinatorics
+1701.03122 Astrophysics of Galaxies
+1701.03305 Information Theory
+1701.04144 Analysis of PDEs
+1701.04146 Analysis of PDEs
+1701.04224 Computer Vision and Pattern Recognition
+1701.04283 Combinatorics
+1701.05173 Probability
+1701.05543 Mesoscale and Nanoscale Physics
+1701.05681 Learning
+1701.07116 Rings and Algebras
+1701.07117 Rings and Algebras
+1701.07189 Rings and Algebras
+1701.07267 High Energy Astrophysical Phenomena
+1701.07270 Analysis of PDEs
+1701.07366 Geometric Topology
+1701.07480 Numerical Analysis
+1701.07566 Logic
+1701.07913 Cosmology and Nongalactic Astrophysics
+1701.07984 Probability
+1701.08148 Mesoscale and Nanoscale Physics
+1701.08407 Information Theory
+1701.08661 Artificial Intelligence
+1701.08700 Materials Science
+1701.08912 Materials Science
+1702.00896
+1702.00922 Geometric Topology
+1702.01078 Materials Science
+1702.01176 Computation and Language
+1702.01553 Optimization and Control
+1702.01554 Optimization and Control
+1702.01559 Analysis of PDEs
+1702.01560 Analysis of PDEs
+1702.02285 Sound
+1702.02289 Sound
+1702.02290 Algebraic Geometry
+1702.02469
+1702.02712 Superconductivity
+1702.03182 Soft Condensed Matter
+1702.03192 Distributed, Parallel, and Cluster Computing
+1702.03648 Classical Analysis and ODEs
+1702.03785 Analysis of PDEs
+1702.03792 Analysis of PDEs
+1702.04252 Combinatorics
+1702.04731 Astrophysics of Galaxies
+1702.04872 Software Engineering
+1702.05074 Information Theory
+1702.05325 Biological Physics
+1702.05339 Biological Physics
+1702.05637 Number Theory
+1702.05755 Theory
+1702.05787 Combinatorics
+1702.05791 Combinatorics
+1702.06200 Analysis of PDEs
+1702.06202 Analysis of PDEs
+1702.06249 Physics Education
+1702.06432 Representation Theory
+1702.06504 Logic
+1702.06877 Computers and Society
+1702.07166
+1702.07263 Theory
+1702.07616 Mesoscale and Nanoscale Physics
+1702.07632 Representation Theory
+1702.08031 Dynamical Systems
+1702.08634 Computer Vision and Pattern Recognition
+1702.08667 Number Theory
+1702.08683 Classical Analysis and ODEs
+1702.08778 Instrumentation and Methods for Astrophysics
+1702.08813 Systems and Control
+1703.00242 Computational Complexity
+1703.00653 Spectral Theory
+1703.00846 Chemical Physics
+1703.00952 Accelerator Physics
+1703.00953 Accelerator Physics
+1703.01301 Instrumentation and Methods for Astrophysics
+1703.01687 Exactly Solvable and Integrable Systems
+1703.01689 Exactly Solvable and Integrable Systems
+1703.01836 Quantum Gases
+1703.01936 Phenomenology
+1703.02046 High Energy Astrophysical Phenomena
+1703.02114 Commutative Algebra
+1703.02492 Learning
+1703.02718 Astrophysics of Galaxies
+1703.02769 Social and Information Networks
+1703.02823 Algebraic Geometry
+1703.02836
+1703.03296 Fluid Dynamics
+1703.03397 Plasma Physics
+1703.03489 Dynamical Systems
+1703.03508 Materials Science
+1703.04197 Computer Vision and Pattern Recognition
+1703.04307 Social and Information Networks
+1703.04407 Theory
+1703.04532 Instrumentation and Detectors
+1703.04539 Software Engineering
+1703.04545 Instrumentation and Methods for Astrophysics
+1703.04563 Software Engineering
+1703.04564 Software Engineering
+1703.04565 Software Engineering
+1703.04567 Software Engineering
+1703.04568 Software Engineering
+1703.04596
+1703.04741 Artificial Intelligence
+1703.04785 Distributed, Parallel, and Cluster Computing
+1703.04912 Artificial Intelligence
+1703.04937 High Energy Astrophysical Phenomena
+1703.05162 Theory
+1703.05163 Astrophysics of Galaxies
+1703.05213 Mesoscale and Nanoscale Physics
+1703.05307 Information Theory
+1703.05311 Instrumentation and Detectors
+1703.05358 Solar and Stellar Astrophysics
+1703.05393 Computer Vision and Pattern Recognition
+1703.05412 Combinatorics
+1703.05436 Theory
+1703.05472 Emerging Technologies
+1703.05483 Systems and Control
+1703.05564 Probability
+1703.05577 Quantum Algebra
+1703.05669 Exactly Solvable and Integrable Systems
+1703.05703 Experiment
+1703.05706 Information Retrieval
+1703.05746
+1703.05757 Statistics Theory
+1703.05759 Instrumentation and Detectors
+1703.05760 Instrumentation and Detectors
+1703.05761 Instrumentation and Detectors
+1703.05762 Earth and Planetary Astrophysics
+1703.05763 High Energy Astrophysical Phenomena
+1703.05764 Astrophysics of Galaxies
+1703.05766 Astrophysics of Galaxies
+1703.05767 Astrophysics of Galaxies
+1703.05768 Astrophysics of Galaxies
+1703.05770 Combinatorics
+1703.05771 Theory
+1703.05772 High Energy Astrophysical Phenomena
+1703.05775 Solar and Stellar Astrophysics
+1703.05777 Digital Libraries
+1703.05778 Multimedia
+1703.05779 Statistical Mechanics
+1703.05780 Theory
+1703.05781 Group Theory
+1703.05782 Methodology
+1703.05783
+1703.05784 Computational Complexity
+1703.05785 Computer Vision and Pattern Recognition
+1703.05786 Phenomenology
+1703.05787 Quantum Algebra
+1703.05788 Probability
+1703.05789 Plasma Physics
+1703.05790
+1703.05791 Phenomenology
+1703.05792 Accelerator Physics
+1703.05794 Methodology
+1703.05795 Computational Physics
+1703.05796 High Energy Astrophysical Phenomena
+1703.05797 Rings and Algebras
+1703.05799 Applications
+1703.05800
+1703.05802 Solar and Stellar Astrophysics
+1703.05803 Superconductivity
+1703.05804 Superconductivity
+1703.05805
+1703.05806 Accelerator Physics
+1703.05807 Neural and Evolutionary Computing
+1703.05808
+1703.05809 Phenomenology
+1703.05810 Populations and Evolution
+1703.05811 Instrumentation and Methods for Astrophysics
+1703.05812 Logic in Computer Science
+1703.05813 Geometric Topology
+1703.05814 Optimization and Control
+1703.05815 Earth and Planetary Astrophysics
+1703.05817 Solar and Stellar Astrophysics
+1703.05818 Theory
+1703.05819 Social and Information Networks
+1703.05820 Learning
+1703.05821 Other Condensed Matter
+1703.05823 Instrumentation and Methods for Astrophysics
+1703.05826 Biomolecules
+1703.05827 Subcellular Processes
+1703.05828
+1703.05829 Analysis of PDEs
+1703.05831
+1703.05832 Differential Geometry
+1703.05833 Physics and Society
+1703.05834 Human-Computer Interaction
+1703.05836 Astrophysics of Galaxies
+1703.05837 Mesoscale and Nanoscale Physics
+1703.05838 Astrophysics of Galaxies
+1703.05839 Probability
+1703.05841 Machine Learning
+1703.05842 Quantum Gases
+1703.05843 Representation Theory
+1703.05844 Disordered Systems and Neural Networks
+1703.05845 Phenomenology
+1703.05846 Geometric Topology
+1703.05847 Numerical Analysis
+1703.05850 Exactly Solvable and Integrable Systems
+1703.05851 Information Retrieval
+1703.05852 Group Theory
+1703.05853 Computer Vision and Pattern Recognition
+1703.05854 Category Theory
+1703.05855 Exactly Solvable and Integrable Systems
+1703.05856 Combinatorics
+1703.05857
+1703.05858 Combinatorics
+1703.05859 Networking and Internet Architecture
+1703.05860
+1703.05861 Combinatorics
+1703.05862 Phenomenology
+1703.05863 Computational Geometry
+1703.05864 Astrophysics of Galaxies
+1703.05866 Quantum Gases
+1703.05867 Functional Analysis
+1703.05869 Geometric Topology
+1703.05871 Fluid Dynamics
+1703.05872 Mesoscale and Nanoscale Physics
+1703.05874 Mesoscale and Nanoscale Physics
+1703.05875 Mesoscale and Nanoscale Physics
+1703.05876
+1703.05877 Atomic Physics
+1703.05878 Accelerator Physics
+1703.05879 Dynamical Systems
+1703.05880 Computation and Language
+1703.05881 Discrete Mathematics
+1703.05882 Algebraic Geometry
+1703.05883 Astrophysics of Galaxies
+1703.05885
+1703.05886 Plasma Physics
+1703.05888 Dynamical Systems
+1703.05889 Fluid Dynamics
+1703.05890
+1703.05891 Metric Geometry
+1703.05892 Mesoscale and Nanoscale Physics
+1703.05893 Optimization and Control
+1703.05894 Astrophysics of Galaxies
+1703.05895 Networking and Internet Architecture
+1703.05896 Materials Science
+1703.05897 Dynamical Systems
+1703.05898 Representation Theory
+1703.05899 Methodology
+1703.05900 Probability
+1703.05901 Numerical Analysis
+1703.05902 Computer Science and Game Theory
+1703.05903 Networking and Internet Architecture
+1703.05904 Commutative Algebra
+1703.05905 Functional Analysis
+1703.05906 Space Physics
+1703.05907 Networking and Internet Architecture
+1703.05909 Number Theory
+1703.05910 Computational Physics
+1703.05911 Geometric Topology
+1703.05912 Superconductivity
+1703.05913 Computer Vision and Pattern Recognition
+1703.05914 General Topology
+1703.05915 Algebraic Geometry
+1703.05916 Computation and Language
+1703.05917 Neurons and Cognition
+1703.05918
+1703.05919
+1703.05920 Analysis of PDEs
+1703.05921 Computer Vision and Pattern Recognition
+1703.05922 Social and Information Networks
+1703.05923 Algebraic Geometry
+1703.05924
+1703.05927 Fluid Dynamics
+1703.05928
+1703.05929 Combinatorics
+1703.05930 Logic
+1703.05931 Mesoscale and Nanoscale Physics
+1703.05932 Information Theory
+1703.05933 Mesoscale and Nanoscale Physics
+1703.05934 Analysis of PDEs
+1703.05935 Algebraic Geometry
+1703.05936 Optimization and Control
+1703.05937 High Energy Astrophysical Phenomena
+1703.05938
+1703.05939 Materials Science
+1703.05940 Lattice
+1703.05941 Statistical Mechanics
+1703.05942 Networking and Internet Architecture
+1703.05943 Probability
+1703.05945 Solar and Stellar Astrophysics
+1703.05946 Optimization and Control
+1703.05947 Phenomenology
+1703.05948 Atomic Physics
+1703.05949
+1703.05950 Earth and Planetary Astrophysics
+1703.05951 Populations and Evolution
+1703.05952 Probability
+1703.05953 Cryptography and Security
+1703.05954 Instrumentation and Detectors
+1703.05955 Neural and Evolutionary Computing
+1703.05956
+1703.05957 Atomic Physics
+1703.05958 Mesoscale and Nanoscale Physics
+1703.05959 Cosmology and Nongalactic Astrophysics
+1703.05960 Combinatorics
+1703.05961 Astrophysics of Galaxies
+1703.05962 K-Theory and Homology
+1703.05963 Numerical Analysis
+1703.05964 Physics and Society
+1703.05965 Phenomenology
+1703.05966 Analysis of PDEs
+1703.05967 Commutative Algebra
+1703.05968 Representation Theory
+1703.05969
+1703.05970 Astrophysics of Galaxies
+1703.05971 Statistical Mechanics
+1703.05972 Mesoscale and Nanoscale Physics
+1703.05973 Theory
+1703.05974 Social and Information Networks
+1703.05975 Networking and Internet Architecture
+1703.05976 Complex Variables
+1703.05977 Phenomenology
+1703.05978 Materials Science
+1703.05979 Economics
+1703.05980
+1703.05981
+1703.05983 Optics
+1703.05984 Computation
+1703.05986 Mesoscale and Nanoscale Physics
+1703.05987 Mesoscale and Nanoscale Physics
+1703.05989 Analysis of PDEs
+1703.05991 Systems and Control
+1703.05992 Statistical Mechanics
+1703.05993 Instrumentation and Detectors
+1703.05994 Social and Information Networks
+1703.05995 High Energy Astrophysical Phenomena
+1703.05996 Information Theory
+1703.05997 Data Structures and Algorithms
+1703.05998
+1703.05999 Logic
+1703.06000 Computer Vision and Pattern Recognition
+1703.06001 Methodology
+1703.06002 Astrophysics of Galaxies
+1703.06003 Computer Vision and Pattern Recognition
+1703.06004 General Physics
+1703.06005 Solar and Stellar Astrophysics
+1703.06006 Atomic Physics
+1703.06009 General Physics
+1703.06010 Physics Education
+1703.06011 Quantum Algebra
+1703.06012 Cosmology and Nongalactic Astrophysics
+1703.06014 Optics
+1703.06015 Information Theory
+1703.06017 Data Analysis, Statistics and Probability
+1703.06018 Data Analysis, Statistics and Probability
+1703.06019 Phenomenology
+1703.06020 Mathematical Finance
+1703.06021 Logic in Computer Science
+1703.06022 Atomic Physics
+1703.06023 General Physics
+1703.06024
+1703.06025
+1703.06026 Adaptation and Self-Organizing Systems
+1703.06027 Physics and Society
+1703.06028 General Physics
+1703.06029 Computer Vision and Pattern Recognition
+1703.06030 General Physics
+1703.06031 Methodology
+1703.06032 General Physics
+1703.06033 Theory
+1703.06034 Combinatorics
+1703.06035 Materials Science
+1703.06036 Fluid Dynamics
+1703.06037 Materials Science
+1703.06038 Combinatorics
+1703.06039
+1703.06040 Discrete Mathematics
+1703.06041 Solar and Stellar Astrophysics
+1703.06042 Artificial Intelligence
+1703.06043 Neurons and Cognition
+1703.06045 Artificial Intelligence
+1703.06046 Mesoscale and Nanoscale Physics
+1703.06047 Combinatorics
+1703.06048 Data Structures and Algorithms
+1703.06049 Superconductivity
+1703.06050 Strongly Correlated Electrons
+1703.06052 Sound
+1703.06055 Strongly Correlated Electrons
+1703.06056 Probability
+1703.06057 Strongly Correlated Electrons
+1703.06058 Computer Science and Game Theory
+1703.06059 Mesoscale and Nanoscale Physics
+1703.06060 Learning
+1703.06061 Data Structures and Algorithms
+1703.06062 Statistical Mechanics
+1703.06063 Computers and Society
+1703.06064 Phenomenology
+1703.06065 Machine Learning
+1703.06066 Computer Vision and Pattern Recognition
+1703.06067 Soft Condensed Matter
+1703.06068
+1703.06069 Information Theory
+1703.06071 Populations and Evolution
+1703.06072 Lattice
+1703.06073 Physics and Society
+1703.06074 Data Structures and Algorithms
+1703.06076 Computers and Society
+1703.06077
+1703.06078
+1703.06079 Phenomenology
+1703.06080 Superconductivity
+1703.06081 Other Condensed Matter
+1703.06082 Phenomenology
+1703.06083 Quantum Gases
+1703.06084 Theory
+1703.06085 Phenomenology
+1703.06086 Methodology
+1703.06087 Phenomenology
+1703.06088 Mesoscale and Nanoscale Physics
+1703.06089 Number Theory
+1703.06090 Probability
+1703.06092 Group Theory
+1703.06093 Algebraic Topology
+1703.06094 Analysis of PDEs
+1703.06095 Experiment
+1703.06096 Adaptation and Self-Organizing Systems
+1703.06097 Numerical Analysis
+1703.06098 Computation
+1703.06099 Mesoscale and Nanoscale Physics
+1703.06100 Materials Science
+1703.06101 Software Engineering
+1703.06102
+1703.06104 Machine Learning
+1703.06105 Analysis of PDEs
+1703.06106 Theory
+1703.06107 Computational Geometry
+1703.06108 Information Retrieval
+1703.06109 Other Statistics
+1703.06111 Combinatorics
+1703.06112 Numerical Analysis
+1703.06113 Data Structures and Algorithms
+1703.06115 Probability
+1703.06117 Computers and Society
+1703.06118 Computers and Society
+1703.06119 Theory
+1703.06120 Symbolic Computation
+1703.06121 Probability
+1703.06122 Physics and Society
+1703.06123 Quantum Algebra
+1703.06126 Dynamical Systems
+1703.06127 Combinatorics
+1703.06128 Information Theory
+1703.06129 Plasma Physics
+1703.06130 Distributed, Parallel, and Cluster Computing
+1703.06132 Theory
+1703.06133 Logic in Computer Science
+1703.06135 High Energy Astrophysical Phenomena
+1703.06136 Earth and Planetary Astrophysics
+0812.1984
+1108.2433
+1206.4366 Computer Science and Game Theory
+1301.0361
+1304.0682 Information Theory
+1306.0586 Optimization and Control
+1311.1875 Strongly Correlated Electrons
+1311.6704 Quantum Gases
+1312.1231 Computational Geometry
+1401.8127
+1405.3138 Astrophysics of Galaxies
+1406.1857 History and Overview
+1407.8224 Mesoscale and Nanoscale Physics
+1408.2678 Representation Theory
+1408.2952 Instrumentation and Detectors
+1409.4202 Numerical Analysis
+1410.4152 Algebraic Geometry
+1410.4761 Group Theory
+1411.1303 Metric Geometry
+1411.3699 Differential Geometry
+1412.0981 Programming Languages
+1412.3011 Phenomenology
+1501.00442 Statistics Theory
+1501.06495 Operator Algebras
+1502.02187 Metric Geometry
+1503.04045 Formal Languages and Automata Theory
+1503.08590 Classical Analysis and ODEs
+1504.00661 Differential Geometry
+1505.07297 Combinatorics
+1506.00508 Physics and Society
+1506.02117 Learning
+1506.04099 Astrophysics of Galaxies
+1506.04415 Phenomenology
+1506.04736 Functional Analysis
+1506.08041 Analysis of PDEs
+1507.02674 Discrete Mathematics
+1507.04573 Phenomenology
+1508.04815 Geometric Topology
+1508.06573 Geometric Topology
+1509.00054 Theory
+1509.05151
+1509.05356 Combinatorics
+1509.07824 History and Overview
+1509.09168 Combinatorics
+1510.00379 Analysis of PDEs
+1510.00851
+1510.01757 Methodology
+1510.02198
+1510.08887
+1510.08919 Probability
+1511.00895
+1511.01453 Methodology
+1511.05374 Functional Analysis
+1511.06158
+1511.06326 Phenomenology
+1511.06667 Probability
+1511.07704 Algebraic Geometry
+1512.04324 Commutative Algebra
+1512.05892 Statistical Mechanics
+1512.06543 Quantum Gases
+1512.06632 Logic in Computer Science
+1512.07123
+1601.01034
+1601.02569
+1601.04013 Atomic Physics
+1601.06335 Analysis of PDEs
+1602.00181 Quantum Algebra
+1602.00816 Fluid Dynamics
+1602.02103 Cosmology and Nongalactic Astrophysics
+1602.02451 Analysis of PDEs
+1602.03124 Computational Complexity
+1602.03851 Probability
+1602.04152 Computational Geometry
+1602.04433 Learning
+1602.04625 Numerical Analysis
+1602.05189 Populations and Evolution
+1602.05523 Applications
+1602.06201 Materials Science
+1602.07990 Strongly Correlated Electrons
+1603.01166 Operator Algebras
+1603.02349 Quantum Algebra
+1603.04310 Superconductivity
+1603.04487
+1603.06249 Number Theory
+1603.06834 Cosmology and Nongalactic Astrophysics
+1604.00438 Combinatorics
+1604.01548 Superconductivity
+1604.01837
+1604.03661 Data Structures and Algorithms
+1604.04065 Group Theory
+1604.04233
+1604.05949 Number Theory
+1604.06525 Graphics
+1604.07347
+1604.08661 Functional Analysis
+1605.01443 Optimization and Control
+1605.02615 Information Theory
+1605.04300 Metric Geometry
+1605.04356 Cosmology and Nongalactic Astrophysics
+1605.04893 Numerical Analysis
+1605.05176 Classical Analysis and ODEs
+1605.05261
+1605.05603 Astrophysics of Galaxies
+1605.06191 Representation Theory
+1605.06829 Theory
+1605.06891 Algebraic Geometry
+1605.07401 Algebraic Topology
+1605.07580 Representation Theory
+1605.09777 Probability
+1606.00869 Number Theory
+1606.01542 Operator Algebras
+1606.01614 Computation and Language
+1606.01630 Analysis of PDEs
+1606.01876 Quantum Algebra
+1606.05137 Biological Physics
+1606.05571 Mesoscale and Nanoscale Physics
+1606.06005 Logic
+1606.06560 Numerical Analysis
+1606.06716 Algebraic Geometry
+1606.07419 Computer Vision and Pattern Recognition
+1606.07978 Biological Physics
+1606.08768 Physics and Society
+1606.09048 Populations and Evolution
+1606.09482 Strongly Correlated Electrons
+1606.09528 Quantum Gases
+1607.00972
+1607.01974 Probability
+1607.02615 Strongly Correlated Electrons
+1607.03571 Information Theory
+1607.03803 Mesoscale and Nanoscale Physics
+1607.04842 Computational Complexity
+1607.06328 Phenomenology
+1607.06803 Multimedia
+1607.08182
+1607.08594
+1608.00244
+1608.01889 Systems and Control
+1608.02915 Mesoscale and Nanoscale Physics
+1608.04322 Atomic Physics
+1608.04993 Cryptography and Security
+1608.06022
+1608.07020
+1608.07797 Soft Condensed Matter
+1608.08006
+1608.08018 Strongly Correlated Electrons
+1608.08184 Numerical Analysis
+1608.08799 Software Engineering
+1609.00244 Dynamical Systems
+1609.00886 Soft Condensed Matter
+1609.00912 Probability
+1609.01013 High Energy Astrophysical Phenomena
+1609.01895 Materials Science
+1609.01901 Number Theory
+1609.01964
+1609.02056
+1609.03354
+1609.03573
+1609.03828 Atomic Physics
+1609.05180 Computation and Language
+1609.05978 Cosmology and Nongalactic Astrophysics
+1609.07051 General Finance
+1609.07390 Solar and Stellar Astrophysics
+1609.07766 Computational Geometry
+1609.08017 Learning
+1609.08741
+1609.09745 Theory
+1610.00070 Information Theory
+1610.00469
+1610.01480 Theory
+1610.01786 Numerical Analysis
+1610.01818 Operator Algebras
+1610.02881 Robotics
+1610.03652 Strongly Correlated Electrons
+1610.03686 Atomic Physics
+1610.03880 General Mathematics
+1610.04761 Systems and Control
+1610.05136 Strongly Correlated Electrons
+1610.05385 Instrumentation and Methods for Astrophysics
+1610.05565 Numerical Analysis
+1610.06101 Theory
+1610.07102 Pattern Formation and Solitons
+1610.09025
+1610.09653 Combinatorics
+1611.00122 Optimization and Control
+1611.00773 Phenomenology
+1611.01469 Theory
+1611.03240 Phenomenology
+1611.04554
+1611.04719 Exactly Solvable and Integrable Systems
+1611.05691
+1611.06124
+1611.06126 Statistical Mechanics
+1611.06150 Information Theory
+1611.06373 Theory
+1611.07327 Solar and Stellar Astrophysics
+1611.07769 Social and Information Networks
+1611.07906
+1611.08241 Category Theory
+1611.08297 Differential Geometry
+1611.08453 Chemical Physics
+1611.08539 Soft Condensed Matter
+1611.09103 Atomic Physics
+1611.09659 Optics
+1611.09859 Astrophysics of Galaxies
+1612.00978
+1612.01610 Data Structures and Algorithms
+1612.02249 Theory
+1612.02741 Learning
+1612.03189
+1612.03749 General Physics
+1612.04674 Analysis of PDEs
+1612.05106
+1612.05641 Quantum Algebra
+1612.05649
+1612.05745 Commutative Algebra
+1612.05752 Classical Analysis and ODEs
+1612.07041 Probability
+1612.07991 Theory
+1612.08293 Chemical Physics
+1612.08353 Materials Science
+1612.09305 Statistics Theory
+1612.09570 Theory
+1701.01483 Probability
+1701.01485 Computational Complexity
+1701.01508 Statistical Mechanics
+1701.02347 Astrophysics of Galaxies
+1701.02596 High Energy Astrophysical Phenomena
+1701.03421 Strongly Correlated Electrons
+1701.03811 Earth and Planetary Astrophysics
+1701.04395 Robotics
+1701.04530 Physics and Society
+1701.04830 Theory
+1701.06064 Optimization and Control
+1701.06085 Information Theory
+1701.06333 Neurons and Cognition
+1701.06565 Astrophysics of Galaxies
+1701.06776 Genomics
+1701.07215
+1701.08280 Computer Vision and Pattern Recognition
+1701.08322 Phenomenology
+1701.08381 Machine Learning
+1701.08512 High Energy Astrophysical Phenomena
+1701.09064
+1702.00043 Probability
+1702.00143 Group Theory
+1702.00887 Computation and Language
+1702.01028
+1702.01069 Metric Geometry
+1702.01274
+1702.01574 Computational Physics
+1702.01856 Geophysics
+1702.01908 Theory
+1702.02319
+1702.02484 Methodology
+1702.02546 High Energy Astrophysical Phenomena
+1702.02580 Phenomenology
+1702.02598 Rings and Algebras
+1702.02919 Probability
+1702.02924 Phenomenology
+1702.03154 Data Structures and Algorithms
+1702.03463 Algebraic Geometry
+1702.03514 Algebraic Geometry
+1702.03661 Fluid Dynamics
+1702.03842 Mesoscale and Nanoscale Physics
+1702.03880 Networking and Internet Architecture
+1702.03906 Software Engineering
+1702.04069 Computer Vision and Pattern Recognition
+1702.04254 Computer Science and Game Theory
+1702.04320 Optimization and Control
+1702.04433 Quantum Gases
+1702.04479 Computer Vision and Pattern Recognition
+1702.04488 Computation and Language
+1702.04502 Numerical Analysis
+1702.04555 Phenomenology
+1702.04644 Number Theory
+1702.04667 Mesoscale and Nanoscale Physics
+1702.04679 Computational Complexity
+1702.04685 Instrumentation and Detectors
+1702.04715 Mathematical Software
+1702.04717 Number Theory
+1702.04718 Numerical Analysis
+1702.04721 Astrophysics of Galaxies
+1702.04722 Solar and Stellar Astrophysics
+1702.04723 Strongly Correlated Electrons
+1702.04724
+1702.04725 Astrophysics of Galaxies
+1702.04728 Instrumentation and Methods for Astrophysics
+1702.04730 Phenomenology
+1702.04732 Computational Physics
+1702.04733 Strongly Correlated Electrons
+1702.04734 Earth and Planetary Astrophysics
+1702.04735 Quantum Gases
+1702.04737
+1702.04739 Distributed, Parallel, and Cluster Computing
+1702.04741
+1702.04742 Analysis of PDEs
+1702.04743 Materials Science
+1702.04746 Social and Information Networks
+1702.04748 Computational Complexity
+1702.04749 Networking and Internet Architecture
+1702.04750 Disordered Systems and Neural Networks
+1702.04751 Algebraic Geometry
+1702.04752
+1702.04754 Theory
+1702.04755 Methodology
+1702.04756 Pattern Formation and Solitons
+1702.04757 Geometric Topology
+1702.04758 Exactly Solvable and Integrable Systems
+1702.04760 Number Theory
+1702.04761 Mesoscale and Nanoscale Physics
+1702.04763 Dynamical Systems
+1702.04764 Classical Analysis and ODEs
+1702.04766 Representation Theory
+1702.04767 Learning
+1702.04768 Numerical Analysis
+1702.04769 Logic in Computer Science
+1702.04770 Computation and Language
+1702.04771 Lattice
+1702.04772 Astrophysics of Galaxies
+1702.04773 Solar and Stellar Astrophysics
+1702.04774 Functional Analysis
+1702.04775 Machine Learning
+1702.04776 Solar and Stellar Astrophysics
+1702.04777 Numerical Analysis
+1702.04778 Classical Analysis and ODEs
+1702.04779 Computational Complexity
+1702.04781 Numerical Analysis
+1702.04785
+1702.04787 Fluid Dynamics
+1702.04791 Materials Science
+1702.04794 Strongly Correlated Electrons
+1702.04795 Logic
+1702.04797 Materials Science
+1702.04798 Solar and Stellar Astrophysics
+1702.04799 Combinatorics
+1702.04800 Systems and Control
+1702.04801
+1702.04802 Geophysics
+1702.04803 Information Theory
+1702.04804 Atomic Physics
+1702.04805 Instrumentation and Detectors
+1702.04806 Statistical Mechanics
+1702.04807 Materials Science
+1702.04808 Applications
+1702.04809 Group Theory
+1702.04810 History and Philosophy of Physics
+1702.04811 Computation and Language
+1702.04812 Mesoscale and Nanoscale Physics
+1702.04813 Optimization and Control
+1702.04815 Information Retrieval
+1702.04816 Optimization and Control
+1702.04817 Materials Science
+1702.04818 Functional Analysis
+1702.04819 Fluid Dynamics
+1702.04822 Information Theory
+1702.04824 Classical Analysis and ODEs
+1702.04826 Mesoscale and Nanoscale Physics
+1702.04827 Phenomenology
+1702.04828 Strongly Correlated Electrons
+1702.04829 Instrumentation and Methods for Astrophysics
+1702.04830
+1702.04831 Representation Theory
+1702.04832 Machine Learning
+1702.04834 Information Theory
+1702.04835 Physics Education
+1702.04838 Chaotic Dynamics
+1702.04839 Dynamical Systems
+1702.04840 Algebraic Geometry
+1702.04841 Representation Theory
+1702.04842 Atomic Physics
+1702.04843 Computer Vision and Pattern Recognition
+1702.04844 Optics
+1702.04845 Quantitative Methods
+1702.04846 Quantitative Methods
+1702.04847 Materials Science
+1702.04848 Classical Analysis and ODEs
+1702.04849 Computer Science and Game Theory
+1702.04850 Distributed, Parallel, and Cluster Computing
+1702.04851 Applications
+1702.04852 Graphics
+1702.04853 Soft Condensed Matter
+1702.04854 Applications
+1702.04855 Physics Education
+1702.04859
+1702.04860 Combinatorics
+1702.04861 Networking and Internet Architecture
+1702.04862 History and Overview
+1702.04863 Systems and Control
+1702.04864 Chemical Physics
+1702.04865 Soft Condensed Matter
+1702.04866 Distributed, Parallel, and Cluster Computing
+1702.04867 Astrophysics of Galaxies
+1702.04868 Phenomenology
+1702.04869 Computer Vision and Pattern Recognition
+1702.04870 Analysis of PDEs
+1702.04871 Data Structures and Algorithms
+1702.04873 Populations and Evolution
+1702.04874
+1702.04875 Operator Algebras
+1702.04876 Disordered Systems and Neural Networks
+1702.04877 Information Theory
+1702.04878
+1702.04879
+1702.04880 Fluid Dynamics
+1702.04882
+1702.04883 Optimization and Control
+1702.04884 Analysis of PDEs
+1702.04885
+1702.04886 Information Theory
+1702.04887 Mesoscale and Nanoscale Physics
+1702.04888 Algebraic Topology
+1702.04889 Strongly Correlated Electrons
+1702.04890 Optimization and Control
+1702.04891 Atomic Physics
+1702.04892 Quantum Gases
+1702.04893 Chemical Physics
+1702.04894
+1702.04895 Category Theory
+1702.04896 Differential Geometry
+1702.04897 Representation Theory
+1702.04898 Group Theory
+1702.04899 High Energy Astrophysical Phenomena
+1702.04900 Superconductivity
+1702.04902 Instrumentation and Detectors
+1702.04903 Rings and Algebras
+1702.04904 Phenomenology
+1702.04905 Soft Condensed Matter
+1702.04906 Phenomenology
+1702.04907 Dynamical Systems
+1702.04908 Programming Languages
+1702.04909 Materials Science
+1702.04910 Computational Engineering, Finance, and Science
+1702.04911 Soft Condensed Matter
+1702.04912 Logic in Computer Science
+1702.04913 Algebraic Geometry
+1702.04915 Probability
+1702.04916
+1702.04917 Information Theory
+1702.04918 Mesoscale and Nanoscale Physics
+1702.04919
+1702.04921 Distributed, Parallel, and Cluster Computing
+1702.04922 Algebraic Geometry
+1702.04923
+1702.04924
+1702.04925 Mesoscale and Nanoscale Physics
+1702.04926
+1702.04928 Mesoscale and Nanoscale Physics
+1702.04929 Solar and Stellar Astrophysics
+1702.04930 Superconductivity
+1702.04931 Phenomenology
+1702.04932
+1702.04933
+1702.04934 Space Physics
+1702.04935 Numerical Analysis
+1702.04936 Networking and Internet Architecture
+1702.04937 Optimization and Control
+1702.04938 Computation and Language
+1702.04939 Optimization and Control
+1702.04942 Performance
+1702.04943 Networking and Internet Architecture
+1702.04944 Medical Physics
+1702.04945 Quantum Gases
+1702.04946 Digital Libraries
+1702.04947 Probability
+1702.04949 Rings and Algebras
+1702.04950 Statistical Mechanics
+1702.04951 Differential Geometry
+1702.04952 Strongly Correlated Electrons
+1702.04955 Mesoscale and Nanoscale Physics
+1702.04956 Learning
+1702.04957 Analysis of PDEs
+1702.04958 Software Engineering
+1702.04960 Geometric Topology
+1702.04961 Plasma Physics
+1702.04963 Theory
+1702.04964 Plasma Physics
+1702.04965 Classical Analysis and ODEs
+1702.04966 Distributed, Parallel, and Cluster Computing
+1702.04968 Materials Science
+1702.04969 Classical Analysis and ODEs
+1702.04970 Robotics
+1702.04971 Numerical Analysis
+1702.04972 Neurons and Cognition
+1702.04973
+1702.04974 Complex Variables
+1702.04975 Phenomenology
+1702.04976
+1702.04977 Experiment
+1702.04978 Analysis of PDEs
+1702.04980 Pattern Formation and Solitons
+1702.04982
+1702.04983 Phenomenology
+1702.04984 Differential Geometry
+1702.04985 Mesoscale and Nanoscale Physics
+1702.04986 Classical Physics
+1702.04987 Phenomenology
+1702.04988 Biological Physics
+1702.04989 Instrumentation and Methods for Astrophysics
+1702.04990 Materials Science
+1702.04991 Mesoscale and Nanoscale Physics
+1702.04993 Instrumentation and Detectors
+1702.04994 Analysis of PDEs
+1702.04995 Algebraic Geometry
+1702.04996 Social and Information Networks
+1702.04997 Geophysics
+1702.04999 Populations and Evolution
+1702.05000 Cryptography and Security
+1702.05001 Superconductivity
+1702.05002 Computers and Society
+1702.05003 Probability
+1702.05004 Number Theory
+1702.05007 Analysis of PDEs
+1702.05008 Methodology
+1702.05009 Instrumentation and Methods for Astrophysics
+1702.05011 Computational Physics
+1702.05014 Geometric Topology
+1702.05016 Geometric Topology
+1702.05017 Materials Science
+1702.05018 Information Theory
+1702.05019 Information Theory
+1702.05020 Materials Science
+1702.05021 Materials Science
+1702.05022 Strongly Correlated Electrons
+1702.05023 Phenomenology
+1702.05024 Formal Languages and Automata Theory
+1702.05025 Functional Analysis
+1702.05026 Experiment
+1702.05027 Strongly Correlated Electrons
+1702.05028 Biological Physics
+1702.05029 Algebraic Geometry
+1702.05030 Geometric Topology
+1702.05031 Networking and Internet Architecture
+1702.05032 Algebraic Topology
+1702.05033 Algebraic Topology
+1702.05034
+1702.05035 Plasma Physics
+1702.05036 Mathematical Finance
+1702.05038 Mesoscale and Nanoscale Physics
+1702.05039 Atomic Physics
+1702.05040 Algebraic Geometry
+1702.05041 Mesoscale and Nanoscale Physics
+1702.05042 Information Retrieval
+1702.05044 Algebraic Topology
+1702.05046 Mesoscale and Nanoscale Physics
+1702.05047 Applications
+1702.05049
+1702.05050 Functional Analysis
+1702.05051 Data Structures and Algorithms
+1702.05052 Soft Condensed Matter
+1702.05053 Computation and Language
+1702.05054 Physics and Society
+1702.05055 Representation Theory
+1702.05056 Machine Learning
+1702.05057 Materials Science
+1702.05058 Optics
+1702.05061 Geometric Topology
+1702.05062 Logic
+1702.05063 Statistics Theory
+1702.05068 Learning
+1702.05069 Cosmology and Nongalactic Astrophysics
+1702.05070 Mesoscale and Nanoscale Physics
+1702.05075 Computational Engineering, Finance, and Science
+1702.05077 Phenomenology
+1702.05078 Earth and Planetary Astrophysics
+1702.05080 Number Theory
+1702.05081 Phenomenology
+1702.05082 Strongly Correlated Electrons
+1702.05083 Populations and Evolution
+1702.05085 Computer Vision and Pattern Recognition
+1702.05088 Cosmology and Nongalactic Astrophysics
+1702.05089 Computer Vision and Pattern Recognition
+1702.05090 Cosmology and Nongalactic Astrophysics
+math/0601158 Numerical Analysis
+math/0601162 Numerical Analysis
+0706.0548 Combinatorics
+0711.2925 Representation Theory
+0906.4506 Classical Analysis and ODEs
+1003.3749 Classical Analysis and ODEs
+1009.2598 Classical Analysis and ODEs
+1012.0158 Cellular Automata and Lattice Gases
+1102.2723 Classical Analysis and ODEs
+1103.1143 Probability
+1105.0201 Differential Geometry
+1105.3404 Differential Geometry
+1106.5547 Statistics Theory
+1107.0812 Number Theory
+1107.1826 Group Theory
+1107.2903 Quantitative Methods
+1109.6663 Differential Geometry
+1110.5446 Computational Finance
+1111.4171 Space Physics
+1111.7082
+1201.6683 Analysis of PDEs
+1207.5469 Combinatorics
+1212.1694 Analysis of PDEs
+1303.0889 Number Theory
+1304.3284 Probability
+1305.0737 Optimization and Control
+1307.7771 Algebraic Geometry
+1307.8131 Strongly Correlated Electrons
+1308.6626 Statistics Theory
+1309.4722 Biological Physics
+1309.6209 Category Theory
+1310.6269 Algebraic Geometry
+1311.3168 Logic
+1401.7726 Geometric Topology
+1403.0450 Logic
+1404.1651 Combinatorics
+1404.1652 Combinatorics
+1405.0379 Statistics Theory
+1405.4167 Group Theory
+1406.0808 Methodology
+1407.0062 Algebraic Topology
+1408.5012
+1408.5652 Number Theory
+1409.0272 Learning
+1409.1957
+1409.4003
+1409.8012
+1410.3387 Category Theory
+1410.3410 Number Theory
+1410.6883
+1411.1376 Mesoscale and Nanoscale Physics
+1411.6710 Number Theory
+1412.0857 Quantum Algebra
+1412.3960 Probability
+1412.5976 Logic
+1412.6980 Learning
+1412.8739 Logic in Computer Science
+1501.02103 Statistics Theory
+1501.02426 Optimization and Control
+1501.05543 Quantum Gases
+1501.06970
+1502.00550
+1502.01777 Analysis of PDEs
+1503.03462 Computational Geometry
+1503.04639 Representation Theory
+1503.06556 Combinatorics
+1503.08816 Combinatorics
+1504.00668 Algebraic Topology
+1504.00756
+1504.01171 Quantum Algebra
+1504.03196 Probability
+1504.06257 Combinatorics
+1505.03505 Computer Vision and Pattern Recognition
+1505.04761
+1505.06768 Algebraic Geometry
+1505.07752 Methodology
+1505.07907 Economics
+1506.01947 Mesoscale and Nanoscale Physics
+1506.07909 Superconductivity
+1507.00550 Analysis of PDEs
+1507.01912 Differential Geometry
+1507.03761 Information Theory
+1507.03822 Phenomenology
+1507.05865 Mathematical Finance
+1507.08140 Statistics Theory
+1507.08335 Biological Physics
+1507.08795 Phenomenology
+1508.02752
+1508.04369 Combinatorics
+1508.04567 Probability
+1508.05503 Statistics Theory
+1508.05764 Physics and Society
+1508.05806 Classical Analysis and ODEs
+1508.06343 Combinatorics
+1509.00493 Functional Analysis
+1509.01509 Computer Vision and Pattern Recognition
+1509.03652 Popular Physics
+1509.04137 Mesoscale and Nanoscale Physics
+1509.05565 Classical Analysis and ODEs
+1509.08852
+1510.00997 Group Theory
+1510.03102 Computational Engineering, Finance, and Science
+1511.02285 Information Theory
+1511.07118 Learning
+1512.00821
+1512.01747 Earth and Planetary Astrophysics
+1512.05680 Mesoscale and Nanoscale Physics
+1512.05780 Theory
+1512.06117
+1512.08240 Machine Learning
+1512.08705 Soft Condensed Matter
+1512.09299 Logic
+1601.02894
+1601.03554 Materials Science
+1601.04108 Materials Science
+1601.05186 Computational Physics
+1601.05705 Combinatorics
+1601.05990 Number Theory
+1601.06266 Probability
+1601.06570 Algebraic Geometry
+1601.07601
+1601.07789 Mathematical Software
+1601.08022
+1602.02088 Soft Condensed Matter
+1602.02436 Algebraic Geometry
+1602.04053 Numerical Analysis
+1602.04086 Classical Physics
+1602.05204 Logic
+1602.06292 Probability
+1602.06622 Combinatorics
+1602.07672 Fluid Dynamics
+1602.07890 Differential Geometry
+1602.08346 Combinatorics
+1603.00187 Group Theory
+1603.00534 Number Theory
+1603.01141 Statistical Mechanics
+1603.02061 Atomic Physics
+1603.02246
+1603.02525 Combinatorics
+1603.03128 Phenomenology
+1603.04655 Mesoscale and Nanoscale Physics
+1603.05621 Numerical Analysis
+1603.06757 Information Theory
+1603.07511 Applications
+1603.08685 Probability
+1603.09030 Mathematical Finance
+1603.09722 Probability
+1604.00660 Algebraic Geometry
+1604.01701 Algebraic Topology
+1604.02172 Optimization and Control
+1604.03998 Theory
+1604.05741 Number Theory
+1604.06934 Probability
+1604.07817 Cosmology and Nongalactic Astrophysics
+1604.08942
+1605.00384 Algebraic Geometry
+1605.00411 Differential Geometry
+1605.00505 Physics and Society
+1605.00768 Fluid Dynamics
+1605.01131 Group Theory
+1605.02294
+1605.02774
+1605.02800 Operator Algebras
+1605.04222 Representation Theory
+1605.04875
+1605.05208 Solar and Stellar Astrophysics
+1605.06271 Logic
+1605.06730 Mesoscale and Nanoscale Physics
+1605.07058 Phenomenology
+1605.07272 Learning
+1605.07642 Quantum Gases
+1605.08551 Analysis of PDEs
+1605.09620 Strongly Correlated Electrons
+1605.09699 Category Theory
+1606.00101 Molecular Networks
+1606.00315 Statistical Mechanics
+1606.01132
+1606.01213 Combinatorics
+1606.01545 Computation and Language
+1606.02492 Computer Vision and Pattern Recognition
+1606.02643 Logic in Computer Science
+1606.03407 Cosmology and Nongalactic Astrophysics
+1606.03634 Artificial Intelligence
+1606.03820
+1606.05300 Optimization and Control
+1606.05830 Robotics
+1606.06666 Cosmology and Nongalactic Astrophysics
+1606.07142 Information Theory
+1606.08221 General Physics
+1606.08991 Group Theory
+1606.09018 Group Theory
+1606.09279 Data Structures and Algorithms
+1607.00245 Commutative Algebra
+1607.00486 Numerical Analysis
+1607.00740 Algebraic Geometry
+1607.01206 Classical Analysis and ODEs
+1607.01373 Superconductivity
+1607.02285 Analysis of PDEs
+1607.02430 Number Theory
+1607.02905 Materials Science
+1607.03040 Materials Science
+1607.03113 Cosmology and Nongalactic Astrophysics
+1607.03605 Theory
+1607.03936 Numerical Analysis
+1607.04009 Analysis of PDEs
+1607.04673 Computer Vision and Pattern Recognition
+1607.04757 Optimization and Control
+1607.05600 High Energy Astrophysical Phenomena
+1607.06314 Experiment
+1607.06448 Theory
+1607.07370 Analysis of PDEs
+1607.07845
+1608.00178 Operator Algebras
+1608.00179 Operator Algebras
+1608.00308 Materials Science
+1608.00322 Theory
+1608.00361 Computer Vision and Pattern Recognition
+1608.00904 Combinatorics
+1608.01288 Functional Analysis
+1608.01823
+1608.02279 Combinatorics
+1608.02340 Lattice
+1608.03072 Theory
+1608.03122 Algebraic Geometry
+1608.03172 Materials Science
+1608.04163
+1608.04189 Cosmology and Nongalactic Astrophysics
+1608.04546 Exactly Solvable and Integrable Systems
+1608.04801 Mesoscale and Nanoscale Physics
+1608.06854 Number Theory
+1608.06920 Exactly Solvable and Integrable Systems
+1608.07011 Commutative Algebra
+1608.07080 Quantum Gases
+1608.07663 Statistical Mechanics
+1608.08199 Applications
+1609.00767 Social and Information Networks
+1609.00852 Computer Science and Game Theory
+1609.01308 Astrophysics of Galaxies
+1609.01533 Optimization and Control
+1609.01949
+1609.03013 Discrete Mathematics
+1609.03142 Information Theory
+1609.04570
+1609.05151 Populations and Evolution
+1609.05484 Combinatorics
+1609.06916 Strongly Correlated Electrons
+1609.06922 Astrophysics of Galaxies
+1609.07611
+1609.07768 Group Theory
+1609.08537
+1610.00124
+1610.00930
+1610.01718
+1610.01817
+1610.02661 Numerical Analysis
+1610.03001
+1610.03119 Quantum Gases
+1610.03666 Experiment
+1610.03718 Risk Management
+1610.04190 Phenomenology
+1610.04536 Methodology
+1610.05623 Theory
+1610.05861 Computer Vision and Pattern Recognition
+1610.05968 History and Overview
+1610.06591 Phenomenology
+1610.06621
+1610.06804 Soft Condensed Matter
+1610.07448 Machine Learning
+1610.07474 Statistical Mechanics
+1610.07773 Quantum Gases
+1610.08144
+1610.08994 Group Theory
+1610.09046 Chemical Physics
+1610.09450 Systems and Control
+1610.10013 Soft Condensed Matter
+1611.00353 Mesoscale and Nanoscale Physics
+1611.01104 Phenomenology
+1611.01143 Quantum Gases
+1611.01311 Algebraic Geometry
+1611.01339 Functional Analysis
+1611.01341 Numerical Analysis
+1611.01703 Materials Science
+1611.01957 Machine Learning
+1611.02004
+1611.02195 Optimization and Control
+1611.02239 Quantum Gases
+1611.03870 Astrophysics of Galaxies
+1611.03874 High Energy Astrophysical Phenomena
+1611.04308 Data Structures and Algorithms
+1611.04353 Computer Vision and Pattern Recognition
+1611.04944 Geometric Topology
+1611.05785 Group Theory
+1611.06402 Combinatorics
+1611.06565 Computer Vision and Pattern Recognition
+1611.07127 Algebraic Geometry
+1611.07225 Analysis of PDEs
+1611.07338 General Physics
+1611.07508 Theory
+1611.07705 Soft Condensed Matter
+1611.08696 Artificial Intelligence
+1611.08880 Statistical Mechanics
+1611.08934 Materials Science
+1611.09213 Populations and Evolution
+1611.09262 Pattern Formation and Solitons
+1611.09428 Statistical Mechanics
+1611.09678 Plasma Physics
+1611.09700 Optimization and Control
+1611.09855 Phenomenology
+1611.10051 Quantum Gases
+1612.00084 Materials Science
+1612.00740 Astrophysics of Galaxies
+1612.00791 Mesoscale and Nanoscale Physics
+1612.00895 Social and Information Networks
+1612.00923
+1612.01752 Computational Complexity
+1612.02014 Theory
+1612.02496 Quantum Gases
+1612.02712 Social and Information Networks
+1612.02770 Molecular Networks
+1612.03292 Number Theory
+1612.03553 Classical Analysis and ODEs
+1612.03566 Algebraic Geometry
+1612.03927 Theory
+1612.04718 Systems and Control
+1612.05079 Computer Vision and Pattern Recognition
+1612.05187 Theory
+1612.05217 Strongly Correlated Electrons
+1612.06142 Atomic Physics
+1612.06169
+1612.07314 Algebraic Topology
+1612.08096 Instrumentation and Detectors
+1612.08137 Information Theory
+1612.08238 Optics
+1612.08286 Functional Analysis
+1612.08505
+1612.08556
+1612.08968 Geometric Topology
+1612.09072 Analysis of PDEs
+1612.09193 Category Theory
+1612.09544 Number Theory
+1612.09560 Dynamical Systems
+1701.00047 Functional Analysis
+1701.00089 Optimization and Control
+1701.00183 Analysis of PDEs
+1701.00729 Number Theory
+1701.00880 Geometric Topology
+1701.01983
+1701.02061 Atomic Physics
+1701.02429 Theory
+1701.02578 Information Theory
+1701.02945 Algebraic Geometry
+1701.03293 Differential Geometry
+1701.04032 Differential Geometry
+1701.04109
+1701.04203 Dynamical Systems
+1701.04447 Materials Science
+1701.04454 High Energy Astrophysical Phenomena
+1701.04704 Geophysics
+1701.05276 Statistical Mechanics
+1701.05366 Strongly Correlated Electrons
+1701.05382 Computational Complexity
+1701.05446 Quantum Gases
+1701.05705 Combinatorics
+1701.05959 Algebraic Geometry
+1701.05991
+1701.06062 Materials Science
+1701.06387
+1701.06561 Classical Analysis and ODEs
+1701.06664 Information Theory
+1701.06711 Social and Information Networks
+1701.07023 Functional Analysis
+1701.07025 Astrophysics of Galaxies
+1701.07124 Human-Computer Interaction
+1701.07132
+1701.07138 Neurons and Cognition
+1701.07169 Numerical Analysis
+1701.07273 Cosmology and Nongalactic Astrophysics
+1701.07287 Instrumentation and Methods for Astrophysics
+1701.07309 Functional Analysis
+1701.07368 Computer Vision and Pattern Recognition
+1701.07424 Popular Physics
+1701.07512 Distributed, Parallel, and Cluster Computing
+1701.07668 Medical Physics
+1701.07678 Phenomenology
+1701.07725 Earth and Planetary Astrophysics
+1701.07807 Information Theory
+1701.07873 Experiment
+1701.07890 Complex Variables
+1701.07903 Quantum Gases
+1701.07935
+1701.08000
+1701.08049 Combinatorics
+1701.08155 Combinatorics
+1701.08156 Sound
+1701.08158 Instrumentation and Methods for Astrophysics
+1701.08159 Group Theory
+1701.08164 Cosmology and Nongalactic Astrophysics
+1701.08165 Cosmology and Nongalactic Astrophysics
+1701.08166 Astrophysics of Galaxies
+1701.08167 Statistical Mechanics
+1701.08170 Social and Information Networks
+1701.08172 Cosmology and Nongalactic Astrophysics
+1701.08173 Theory
+1701.08174 Information Theory
+1701.08175 Atomic Physics
+1701.08178 Accelerator Physics
+1701.08179 Robotics
+1701.08180 Computer Vision and Pattern Recognition
+1701.08181 Earth and Planetary Astrophysics
+1701.08182 Networking and Internet Architecture
+1701.08183 Combinatorics
+1701.08184 Analysis of PDEs
+1701.08185 Statistics Theory
+1701.08187 Accelerator Physics
+1701.08188 Differential Geometry
+1701.08189 Category Theory
+1701.08190 Artificial Intelligence
+1701.08191 Artificial Intelligence
+1701.08192 Classical Analysis and ODEs
+1701.08193 Dynamical Systems
+1701.08194
+1701.08195 Analysis of PDEs
+1701.08197 Instrumentation and Methods for Astrophysics
+1701.08198 Computation and Language
+1701.08199 Materials Science
+1701.08200 Instrumentation and Detectors
+1701.08201 Instrumentation and Methods for Astrophysics
+1701.08203
+1701.08204 Probability
+1701.08205 Combinatorics
+1701.08208 Emerging Technologies
+1701.08211
+1701.08212 Computers and Society
+1701.08213
+1701.08215 Analysis of PDEs
+1701.08216 Mesoscale and Nanoscale Physics
+1701.08217
+1701.08219 Optimization and Control
+1701.08220 Combinatorics
+1701.08221 Mesoscale and Nanoscale Physics
+1701.08222 Information Theory
+1701.08224
+1701.08226 Classical Analysis and ODEs
+1701.08227 Strongly Correlated Electrons
+1701.08228 Mesoscale and Nanoscale Physics
+1701.08229 Information Retrieval
+1701.08232 Analysis of PDEs
+1701.08233 Rings and Algebras
+1701.08234
+1701.08235 Instrumentation and Methods for Astrophysics
+1701.08236
+1701.08237 Computer Vision and Pattern Recognition
+1701.08238 Differential Geometry
+1701.08241 Cryptography and Security
+1701.08242 Symplectic Geometry
+1701.08243
+1701.08244 Materials Science
+1701.08245 Phenomenology
+1701.08247 Superconductivity
+1701.08248 Materials Science
+1701.08249 Functional Analysis
+1701.08251 Computation and Language
+1701.08252 Combinatorics
+1701.08253
+1701.08254 Information Theory
+1701.08255 Quantum Gases
+1701.08256 Digital Libraries
+1701.08257 Computer Vision and Pattern Recognition
+1701.08259 Computer Vision and Pattern Recognition
+1701.08261 Computer Vision and Pattern Recognition
+1701.08262 Chaotic Dynamics
+1701.08263 Theory
+1701.08265 Fluid Dynamics
+1701.08266 Information Theory
+1701.08267 Earth and Planetary Astrophysics
+1701.08269 Robotics
+1701.08270
+1701.08273 Mesoscale and Nanoscale Physics
+1701.08274
+1701.08276 Complex Variables
+1701.08279 Materials Science
+1701.08281 Classical Physics
+1701.08282 Materials Science
+1701.08283 Phenomenology
+1701.08284 Methodology
+1701.08285 Social and Information Networks
+1701.08286 Materials Science
+1701.08287 Theory
+1701.08288 Databases
+1701.08289 Computer Vision and Pattern Recognition
+1701.08290 Other Statistics
+1701.08291 Computer Vision and Pattern Recognition
+1701.08292 Combinatorics
+1701.08293 Superconductivity
+1701.08295 Networking and Internet Architecture
+1701.08298 Probability
+1701.08299 Computation
+1701.08300
+1701.08301 Artificial Intelligence
+1701.08303 Computation and Language
+1701.08304 Complex Variables
+1701.08306 Artificial Intelligence
+1701.08308 Computers and Society
+1701.08309 Algebraic Topology
+1701.08310 Software Engineering
+1701.08311 Numerical Analysis
+1701.08312 Cryptography and Security
+1701.08313 Numerical Analysis
+1701.08315 Data Structures and Algorithms
+1701.08318 Quantitative Methods
+1701.08321 Group Theory
+1701.08323 Number Theory
+1701.08325 Combinatorics
+1701.08326 Analysis of PDEs
+1701.08327 Instrumentation and Methods for Astrophysics
+1701.08328 Experiment
+1701.08329 Computers and Society
+1701.08330 Logic in Computer Science
+1701.08331
+1701.08332 Analysis of PDEs
+1701.08333 Operator Algebras
+1701.08335 Combinatorics
+1701.08338 Statistics Theory
+1701.08339 Computation and Language
+1701.08340 Computation and Language
+1701.08341 Computer Vision and Pattern Recognition
+1701.08343 Artificial Intelligence
+1701.08344 Theory
+1701.08345 Programming Languages
+1701.08346 Optics
+1701.08347 Information Theory
+1701.08348 Optics
+1701.08349 Computer Vision and Pattern Recognition
+1701.08350 Dynamical Systems
+1701.08351 Number Theory
+1701.08353 Analysis of PDEs
+1701.08355 Combinatorics
+1701.08359 Category Theory
+1701.08362 Information Theory
+1701.08364 Combinatorics
+1701.08365 Applications
+1701.08366 Statistics Theory
+1701.08367 Quantum Gases
+1701.08368
+1701.08371 Cryptography and Security
+1701.08372 Algebraic Geometry
+1701.08373 Information Theory
+1701.08374 Computer Vision and Pattern Recognition
+1701.08375 Networking and Internet Architecture
+1701.08378 Computer Vision and Pattern Recognition
+1701.08379 Exactly Solvable and Integrable Systems
+1701.08380 Computer Vision and Pattern Recognition
+1701.08382 Theory
+1701.08383 Optimization and Control
+1701.08384 Combinatorics
+1701.08385 Chaotic Dynamics
+1701.08387 Algebraic Geometry
+1701.08388 Adaptation and Self-Organizing Systems
+1701.08389 Combinatorics
+1701.08390 Analysis of PDEs
+1701.08391 Fluid Dynamics
+1701.08392 Optimization and Control
+1701.08396 Probability
+1701.08399 Mathematical Finance
+1701.08400
+1701.08403 Fluid Dynamics
+1701.08404 Quantitative Methods
+1701.08405 Mesoscale and Nanoscale Physics
+1701.08406
+1701.08408 Soft Condensed Matter
+1701.08409 Combinatorics
+1701.08410 Soft Condensed Matter
+1701.08411 Representation Theory
+1701.08412 Combinatorics
+1701.08413 Phenomenology
+1701.08415 Statistical Mechanics
+1701.08416 Strongly Correlated Electrons
+1701.08417 Combinatorics
+1701.08418 Geometric Topology
+1701.08419 Cryptography and Security
+1701.08420 Statistics Theory
+1701.08422 Popular Physics
+1701.08423 Data Structures and Algorithms
+1701.08424 Analysis of PDEs
+1701.08425 Geometric Topology
+1701.08426 Logic
+1701.08427 Statistical Mechanics
+1701.08428 Spectral Theory
+1701.08429 Fluid Dynamics
+1701.08430 Materials Science
+1701.08432 Chemical Physics
+1701.08434 Classical Physics
+1701.08435 Learning
+1701.08436 Number Theory
+1701.08437 Numerical Analysis
+1701.08438 Other Statistics
+1701.08439 Mesoscale and Nanoscale Physics
+1701.08440 Dynamical Systems
+1701.08442 Software Engineering
+1701.08443 Populations and Evolution
+1701.08444 Robotics
+1701.08445
+1701.08446 Classical Analysis and ODEs
+1701.08448 Mesoscale and Nanoscale Physics
+1701.08449 Robotics
+1701.08450 Solar and Stellar Astrophysics
+1701.08451 Phenomenology
+1701.08452 Other Statistics
+1701.08453 Optimization and Control
+1701.08454 Materials Science
+1701.08457
+1701.08458 Information Theory
+1701.08460
+1701.08461 Instrumentation and Methods for Astrophysics
+1701.08462 Social and Information Networks
+1701.08464 Optics
+1701.08465 Human-Computer Interaction
+1701.08466 Software Engineering
+1701.08467 Programming Languages
+1701.08468 Software Engineering
+1701.08469 Logic in Computer Science
+1701.08470 Software Engineering
+1701.08471 Human-Computer Interaction
+1701.08472 Optimization and Control
+1701.08474 Distributed, Parallel, and Cluster Computing
+1701.08477 Quantum Gases
+1701.08478 Algebraic Geometry
+1701.08480 Combinatorics
+1701.08482 Mesoscale and Nanoscale Physics
+1701.08483 Combinatorics
+1701.08485 Software Engineering
+1701.08486 Differential Geometry
+1701.08487 Symbolic Computation
+1701.08488 Probability
+1701.08489 Commutative Algebra
+1701.08490 Chemical Physics
+1701.08491 Differential Geometry
+1701.08492 Information Theory
+1701.08493 Computer Vision and Pattern Recognition
+1701.08495 Dynamical Systems
+1701.08496 Phenomenology
+1701.08497 Fluid Dynamics
+1701.08498 Optimization and Control
+1701.08501 Materials Science
+1701.08502 Materials Science
+1701.08503 Number Theory
+1701.08506 Combinatorics
+1701.08508 Phenomenology
+1701.08509
+1701.08510 Solar and Stellar Astrophysics
+1701.08511 Learning
+1701.08513 Information Theory
+1701.08514 Optimization and Control
+1701.08515 Methodology
+1701.08516 Logic in Computer Science
+1701.08517 Data Structures and Algorithms
+1701.08518 Theory
+1701.08519 Materials Science
+1701.08521 Lattice
+1701.08525
+1701.08527 Pattern Formation and Solitons
+1701.08528 Computer Vision and Pattern Recognition
+1701.08529 Strongly Correlated Electrons
+1701.08530 Distributed, Parallel, and Cluster Computing
+1701.08531
+1701.08532 Algebraic Geometry
+1701.08533 Computation and Language
+1701.08535 Probability
+1701.08536 Theory
+1701.08537 Combinatorics
+1701.08538 Combinatorics
+1701.08540 Fluid Dynamics
+1701.08541 Theory
+1701.08543 Phenomenology
+1701.08544 Spectral Theory
+1701.08545 Pricing of Securities
+1701.08546 Artificial Intelligence
+1701.08547 Distributed, Parallel, and Cluster Computing
+1701.08552 Cosmology and Nongalactic Astrophysics
+1701.08553 Phenomenology
+1701.08554 Information Theory
+1701.08555 Commutative Algebra
+1701.08556 Strongly Correlated Electrons
+1701.08557 Computational Complexity
+1701.08558
+1701.08559 Classical Analysis and ODEs
+1701.08560 Analysis of PDEs
+1701.08561 Materials Science
+1701.08562 Numerical Analysis
+1701.08563 Soft Condensed Matter
+1701.08568 Numerical Analysis
+1701.08569 Optics
+1701.08570 Lattice
+1701.08571 Classical Analysis and ODEs
+1701.08574 Phenomenology
+1701.08575 Dynamical Systems
+1701.08576
+1701.08577 Classical Analysis and ODEs
+1701.08579 Mathematical Finance
+1701.08580 Experiment
+1701.08581
+1701.08582
+1701.08583 Cosmology and Nongalactic Astrophysics
+1701.08584 Classical Analysis and ODEs
+1701.08586 Dynamical Systems
+1701.08587 Classical Analysis and ODEs
+1701.08589 Dynamical Systems
+1701.08591 Experiment
+1701.08592 Analysis of PDEs
+1701.08593 Classical Analysis and ODEs
+1701.08596 Classical Analysis and ODEs
+1701.08597 Functional Analysis
+1701.08598 Phenomenology
+1701.08600 Analysis of PDEs
+1701.08602 Classical Analysis and ODEs
+1701.08603 Combinatorics
+1701.08604 Analysis of PDEs
+1701.08608 Robotics
+1701.08610 Lattice
+1701.08611 Dynamical Systems
+1701.08612 Databases
+1701.08613 Complex Variables
+1701.08616
+1701.08617 Information Theory
+1701.08619 Mesoscale and Nanoscale Physics
+1701.08620 Optics
+1701.08622 Logic in Computer Science
+1701.08624 Strongly Correlated Electrons
+1701.08625 Software Engineering
+1701.08626 Numerical Analysis
+1701.08628 Probability
+1701.08629 Metric Geometry
+1701.08631 Statistical Mechanics
+1701.08632 General Physics
+1701.08633 Instrumentation and Methods for Astrophysics
+1701.08634 Databases
+1701.08635 General Physics
+1701.08636 Statistical Mechanics
+1701.08639 Probability
+1701.08640 Astrophysics of Galaxies
+1701.08641 General Physics
+1701.08642
+1701.08643 Databases
+1701.08644 Computer Science and Game Theory
+1701.08646 General Physics
+1701.08648 Combinatorics
+1701.08650 General Physics
+1701.08651 Combinatorics
+1701.08652 Combinatorics
+1701.08653 Operator Algebras
+1701.08654 Representation Theory
+1701.08658 General Physics
+1701.08659 Dynamical Systems
+1701.08662 Logic
+1701.08663 Neurons and Cognition
+1701.08664 Biological Physics
+1701.08666 General Physics
+1701.08668 Dynamical Systems
+1701.08669
+1701.08670 Soft Condensed Matter
+1701.08673 Methodology
+1701.08674 Combinatorics
+1701.08677
+1701.08678 Analysis of PDEs
+1701.08679
+1701.08680 Distributed, Parallel, and Cluster Computing
+1701.08681 Superconductivity
+1701.08684 Chemical Physics
+1701.08685 Lattice
+1701.08688 Data Structures and Algorithms
+1701.08689 Commutative Algebra
+1701.08690 Algebraic Geometry
+1701.08692 Solar and Stellar Astrophysics
+1701.08693 Strongly Correlated Electrons
+1701.08694 Computation and Language
+1701.08695 Experiment
+1701.08696 Social and Information Networks
+1701.08697 Statistics Theory
+1701.08698 Complex Variables
+1701.08701 Information Theory
+1701.08702 Computation and Language
+1701.08704 Atomic Physics
+1701.08706 Computer Vision and Pattern Recognition
+1701.08710 Analysis of PDEs
+1701.08712 Information Theory
+1701.08713
+1701.08715 Superconductivity
+1701.08717 Earth and Planetary Astrophysics
+1701.08718 Learning
+1701.08721 Social and Information Networks
+1701.08723 Dynamical Systems
+1701.08724 Cosmology and Nongalactic Astrophysics
+1701.08726 Combinatorics
+1701.08728 Phenomenology
+1701.08730 Phenomenology
+1701.08733 Number Theory
+1701.08734 Neural and Evolutionary Computing
+1701.08735 Systems and Control
+1701.08737 Probability
+1701.08738 High Energy Astrophysical Phenomena
+1701.08739 Solar and Stellar Astrophysics
+1701.08743 Dynamical Systems
+1701.08745 Superconductivity
+1701.08746 Solar and Stellar Astrophysics
+1701.08747 Combinatorics
+1701.08751 Phenomenology
+1701.08752 Instrumentation and Detectors
+1701.08753 Analysis of PDEs
+1701.08754 Fluid Dynamics
+1701.08756 Robotics
+cond-mat/0105462 Strongly Correlated Electrons
+hep-ph/0210162 Phenomenology
+math/0701281 Probability
+1701.00593 Quantitative Methods
+0807.3557 Materials Science
+0810.0296 Physics and Society
+0910.0297 Populations and Evolution
+0910.0336 Materials Science
+1005.3341 Populations and Evolution
+1005.3862 Populations and Evolution
+1107.0698
+1111.4597 Populations and Evolution
+1112.2389 Probability
+1204.0480 Cryptography and Security
+1204.0831 Populations and Evolution
+1207.0710 Algebraic Geometry
+1208.5355 Metric Geometry
+1212.0619 Combinatorics
+1301.6107
+1303.0188 Methodology
+1303.0662 Algebraic Geometry
+1303.1364 Group Theory
+1307.1043 Functional Analysis
+1309.0155 Geometric Topology
+1309.1569 Subcellular Processes
+1309.6261 Populations and Evolution
+1310.2880 Machine Learning
+1310.3542 Functional Analysis
+1311.1985 Differential Geometry
+1311.2324 Number Theory
+1312.2281 Pricing of Securities
+1312.2921 Algebraic Geometry
+1312.3239
+1403.4151 Analysis of PDEs
+1403.6685
+1403.7404 Algebraic Geometry
+1404.4250 Distributed, Parallel, and Cluster Computing
+1404.5856 Algebraic Geometry
+1404.6215 Commutative Algebra
+1405.5457 Number Theory
+1406.2943 Combinatorics
+1406.2949 Information Theory
+1406.5084 Combinatorics
+1406.6285 Classical Analysis and ODEs
+1409.0058 Astrophysics of Galaxies
+1409.0673 Chaotic Dynamics
+1409.1273
+1410.6403 Disordered Systems and Neural Networks
+1411.2933 Algebraic Geometry
+1411.5865 Numerical Analysis
+1412.2224 Commutative Algebra
+1412.6042 Functional Analysis
+1501.04477 Probability
+1501.05757 Information Theory
+1501.06023 Algebraic Geometry
+1501.06351 Experiment
+1501.06673 Chemical Physics
+1501.07870 Information Theory
+1502.00368 Soft Condensed Matter
+1502.05137 Computer Vision and Pattern Recognition
+1502.06002 Classical Analysis and ODEs
+1503.03669 Algebraic Topology
+1503.07259 Computation
+1503.07583
+1504.02863 Computer Vision and Pattern Recognition
+1504.03115 Digital Libraries
+1504.03969 Algebraic Geometry
+1504.04044 Databases
+1504.06640 Theory
+1505.00373
+1505.04204 Algebraic Geometry
+1505.05916 Computer Vision and Pattern Recognition
+1505.06954 Methodology
+1505.07224 Probability
+1505.07648 Probability
+1505.07720 Algebraic Topology
+1505.07899
+1505.07964 Algebraic Topology
+1506.05741 Computation
+1507.04416 Populations and Evolution
+1507.04705 Geometric Topology
+1507.05332 Combinatorics
+1507.05933 Combinatorics
+1507.06435 Phenomenology
+1507.07436
+1507.08503 Combinatorics
+1507.08613 Computation
+1508.05025
+1509.01376 Group Theory
+1509.01859 Probability
+1509.02224 Quantum Gases
+1509.02638 Metric Geometry
+1509.02786 Metric Geometry
+1509.04045 Dynamical Systems
+1509.05321 Analysis of PDEs
+1509.05838 Analysis of PDEs
+1509.08666 Applications
+1510.04870 Probability
+1510.06956 Dynamical Systems
+1510.08416 Combinatorics
+1510.09173
+1511.02437 Lattice
+1511.04970 Machine Learning
+1511.05768 Computer Vision and Pattern Recognition
+1511.08297 Group Theory
+1511.09197
+1512.01502 Statistical Mechanics
+1512.02529 Computational Finance
+1512.02754 Information Theory
+1512.03202 Functional Analysis
+1512.05225 Methodology
+1512.06860
+1512.07158 Learning
+1512.07264 Rings and Algebras
+1512.07516 Optimization and Control
+1512.07522 Probability
+1512.07956 Logic in Computer Science
+1512.08018 Optimization and Control
+1601.00147 Statistical Mechanics
+1601.00268 Dynamical Systems
+1601.01006 Computer Vision and Pattern Recognition
+1601.01962 Mesoscale and Nanoscale Physics
+1601.01966 Machine Learning
+1601.02644 Human-Computer Interaction
+1601.03244 Analysis of PDEs
+1601.07526 Phenomenology
+1602.00745 Numerical Analysis
+1602.00970 Computer Vision and Pattern Recognition
+1602.01182 Machine Learning
+1602.04248 Number Theory
+1602.04425 Disordered Systems and Neural Networks
+1602.05088 High Energy Astrophysical Phenomena
+1602.05237 Computer Science and Game Theory
+1602.05896 Optics
+1602.06273 Spectral Theory
+1602.06728 Classical Analysis and ODEs
+1602.07829 Group Theory
+1602.08056 Soft Condensed Matter
+1602.09036 Quantum Algebra
+1603.00847 Computational Geometry
+1603.01052 Spectral Theory
+1603.03811 Probability
+1603.04358 Classical Analysis and ODEs
+1603.04890
+1603.05028
+1603.05068 Methodology
+1603.06684 Logic
+1603.07015 Computational Physics
+1603.07855 Strongly Correlated Electrons
+1603.08170 Differential Geometry
+1603.09491 Risk Management
+1604.00230 Emerging Technologies
+1604.01129 Mesoscale and Nanoscale Physics
+1604.01715 Applications
+1604.03933 Analysis of PDEs
+1604.04575 Logic in Computer Science
+1604.05037 Information Theory
+1604.05456 Methodology
+1604.06588 Networking and Internet Architecture
+1604.07696 Phenomenology
+1604.07859
+1604.08166 Dynamical Systems
+1604.08273 Algebraic Topology
+1604.08668 Probability
+1605.00036 Theory
+1605.00217 Functional Analysis
+1605.00262 Representation Theory
+1605.01627 Networking and Internet Architecture
+1605.02166 Populations and Evolution
+1605.03048 Dynamical Systems
+1605.03809 Mesoscale and Nanoscale Physics
+1605.03876 Algebraic Geometry
+1605.04199 Strongly Correlated Electrons
+1605.04768 Statistical Mechanics
+1605.05110 Computation and Language
+1605.05226 Group Theory
+1605.05386 Differential Geometry
+1605.06423 Computation
+1605.06663 Analysis of PDEs
+1605.06881 Metric Geometry
+1605.07593 Group Theory
+1605.07721 Statistical Mechanics
+1605.08366 Discrete Mathematics
+1605.08751
+1605.09102 Classical Physics
+1605.09340 Functional Analysis
+1605.09661 Functional Analysis
+1605.09665 Functional Analysis
+1606.00562
+1606.00678 Software Engineering
+1606.01888 Group Theory
+1606.03187 Differential Geometry
+1606.04339
+1606.05415 Computer Vision and Pattern Recognition
+1606.05981
+1606.06235 Data Structures and Algorithms
+1606.06409 Analysis of PDEs
+1606.06957 Mesoscale and Nanoscale Physics
+1606.07404 Mesoscale and Nanoscale Physics
+1606.07409 Materials Science
+1606.07899
+1606.08431 Numerical Analysis
+1606.09199 Cosmology and Nongalactic Astrophysics
+1606.09375 Learning
+1607.01057
+1607.01214 Quantum Gases
+1607.01360 Fluid Dynamics
+1607.01499
+1607.01515 Differential Geometry
+1607.01836 Classical Analysis and ODEs
+1607.01883 Robotics
+1607.02731 Analysis of PDEs
+1607.03025 Information Theory
+1607.03940 Numerical Analysis
+1607.05669 Superconductivity
+1607.06000 Mesoscale and Nanoscale Physics
+1607.06521 Networking and Internet Architecture
+1607.06687 Instrumentation and Detectors
+1607.06961 Computation and Language
+1607.07743 Optimization and Control
+1607.07971 Analysis of PDEs
+1607.08049 Mesoscale and Nanoscale Physics
+1607.08243 Superconductivity
+1607.08337 Data Structures and Algorithms
+1607.08372 Methodology
+1608.00702 Mesoscale and Nanoscale Physics
+1608.00782 Combinatorics
+1608.02492 Group Theory
+1608.03029 Materials Science
+1608.04259 Theory
+1608.04431 Distributed, Parallel, and Cluster Computing
+1608.04861 Statistics Theory
+1608.05226 Probability
+1608.05766 Optimization and Control
+1608.05815 Methodology
+1608.06917 Materials Science
+1608.07612 Statistical Mechanics
+1608.07683
+1608.07910 Earth and Planetary Astrophysics
+1608.08275 Pattern Formation and Solitons
+1608.08869 Instrumentation and Methods for Astrophysics
+1608.08887 Probability
+1608.09012
+1609.01599 Experiment
+1609.01826 Information Theory
+1609.02044 Representation Theory
+1609.02449 Phenomenology
+1609.02487 Probability
+1609.03118 Phenomenology
+1609.03252 Logic
+1609.03320 Methodology
+1609.03603
+1609.03668 Data Structures and Algorithms
+1609.04078 Applications
+1609.04470 Cosmology and Nongalactic Astrophysics
+1609.04502 Quantum Gases
+1609.05289 Commutative Algebra
+1609.05327 Disordered Systems and Neural Networks
+1609.05519 Methodology
+1609.05947 Mesoscale and Nanoscale Physics
+1609.05984 Computational Complexity
+1609.06231 Phenomenology
+1609.07093 Learning
+1609.07162 Number Theory
+1609.07717
+1609.08304 Functional Analysis
+1609.08462
+1609.08515 Atmospheric and Oceanic Physics
+1609.08822 Mesoscale and Nanoscale Physics
+1609.08846 Materials Science
+1609.09142 Differential Geometry
+1610.00180 Fluid Dynamics
+1610.00780 Statistics Theory
+1610.00913 Robotics
+1610.01101 Machine Learning
+1610.01177 Instrumentation and Detectors
+1610.01402 Algebraic Geometry
+1610.01510 Algebraic Topology
+1610.01933 Plasma Physics
+1610.02209 Computation and Language
+1610.02264
+1610.03619 Atomic Physics
+1610.03759 Computation and Language
+1610.03886 Experiment
+1610.05030 Group Theory
+1610.05033 Commutative Algebra
+1610.05410 Solar and Stellar Astrophysics
+1610.05598 Information Theory
+1610.05663
+1610.06103
+1610.06134 High Energy Astrophysical Phenomena
+1610.06227 Computation and Language
+1610.06645
+1610.07103 Soft Condensed Matter
+1610.07187 Machine Learning
+1610.07251 Networking and Internet Architecture
+1610.07331 Metric Geometry
+1610.07690 Formal Languages and Automata Theory
+1610.07903 Phenomenology
+1610.08470 Representation Theory
+1610.08653 High Energy Astrophysical Phenomena
+1610.08897 Probability
+1610.09526 Information Theory
+1610.09607 Logic in Computer Science
+1610.09823 Functional Analysis
+1610.09862 Experiment
+1611.00597
+1611.00740 Learning
+1611.00747 Soft Condensed Matter
+1611.00772 Astrophysics of Galaxies
+1611.00845 Materials Science
+1611.01084 Functional Analysis
+1611.01278 Information Theory
+1611.01332 High Energy Astrophysical Phenomena
+1611.01922 Theory
+1611.02110 Theory
+1611.02476
+1611.02585
+1611.02902 Optimization and Control
+1611.03566 Computer Vision and Pattern Recognition
+1611.03670 Phenomenology
+1611.03726 Phenomenology
+1611.05622 Statistical Mechanics
+1611.06305 Statistical Mechanics
+1611.06398 Number Theory
+1611.06563 Soft Condensed Matter
+1611.06922
+1611.07659 Learning
+1611.07694 Differential Geometry
+1611.07810 Computer Vision and Pattern Recognition
+1611.08157
+1611.08856 Theory
+1611.09449 Materials Science
+1611.09590 Data Structures and Algorithms
+1611.10088 Information Theory
+1612.00010 Astrophysics of Galaxies
+1612.00157 Medical Physics
+1612.00790 Probability
+1612.01598 Solar and Stellar Astrophysics
+1612.02202 Information Theory
+1612.02210 Commutative Algebra
+1612.02427 Theory
+1612.02437
+1612.02731 Symbolic Computation
+1612.03151 Theory
+1612.03318 Logic in Computer Science
+1612.03479 Algebraic Geometry
+1612.03692 Quantitative Methods
+1612.03721 Phenomenology
+1612.04016 Information Theory
+1612.04307 Materials Science
+1612.04602 Soft Condensed Matter
+1612.04623 Algebraic Geometry
+1612.04881 Optimization and Control
+1612.04937 Information Theory
+1612.05140 Experiment
+1612.05143 Robotics
+1612.05267 Logic
+1612.05395 Graphics
+1612.05397
+1612.05459 Spectral Theory
+1612.05519 Machine Learning
+1612.05870 Instrumentation and Methods for Astrophysics
+1612.05909 Theory
+1612.06184 Plasma Physics
+1612.06257 Cryptography and Security
+1612.06332 Combinatorics
+1612.06673 Lattice
+1612.06853 Solar and Stellar Astrophysics
+1612.07386 Robotics
+1612.08550 Biomolecules
+1612.09358 Differential Geometry
+1612.09540 Category Theory
+1612.09551 Solar and Stellar Astrophysics
+1701.00296 Phenomenology
+1701.00372 High Energy Astrophysical Phenomena
+1701.00643 Differential Geometry
+1701.00920 Classical Analysis and ODEs
+1701.01060 Mesoscale and Nanoscale Physics
+1701.01318 Dynamical Systems
+1701.01869 Quantum Gases
+1701.02076 Quantum Algebra
+1701.02238 Representation Theory
+1701.02304 High Energy Astrophysical Phenomena
+1701.02489 Other Condensed Matter
+1701.02492 High Energy Astrophysical Phenomena
+1701.02636 Functional Analysis
+1701.02816
+1701.03164 Neurons and Cognition
+1701.03214 Computation and Language
+1701.03324 Materials Science
+1701.03437
+1701.03450 Statistical Mechanics
+1701.03550 Applications
+1701.03873 Phenomenology
+1701.03877 Information Theory
+1701.03961 Optimization and Control
+1701.04024 Computation and Language
+1701.04050 Analysis of PDEs
+1701.04402 Instrumentation and Methods for Astrophysics
+1701.04897 Materials Science
+1701.05051
+1701.05279
+1701.05283 Astrophysics of Galaxies
+1701.05395 Data Structures and Algorithms
+1701.05603 Combinatorics
+1701.05677 Optimization and Control
+1701.05756 Logic
+1701.05957 Computer Vision and Pattern Recognition
+1701.06149 High Energy Astrophysical Phenomena
+1701.06182 Computational Engineering, Finance, and Science
+1701.06235
+1701.06285 Materials Science
+1701.06357 Information Theory
+1701.06384 Combinatorics
+1701.06474
+1701.06545 Information Theory
+1701.06549 Computation and Language
+1701.06588 Chemical Physics
+1701.06627 Instrumentation and Methods for Astrophysics
+1701.06660 Theory
+1701.06904
+1701.07198 Combinatorics
+1701.07464 Theory
+1701.07507 Number Theory
+1701.07521 Information Theory
+1701.07586 Materials Science
+1701.07638 Applications
+1701.08152 Category Theory
+1701.08218 Strongly Correlated Electrons
+1701.08354 Information Theory
+1701.08763 Theory
+1701.08790 Physics and Society
+1701.08848 Fluid Dynamics
+1701.08913
+1701.09184 Statistical Mechanics
+1702.00117 Theory
+1702.00301 General Physics
+1702.00354 Neurons and Cognition
+1702.00418 Cosmology and Nongalactic Astrophysics
+1702.00574 Fluid Dynamics
+1702.00599 Materials Science
+1702.00646 Combinatorics
+1702.00663 Materials Science
+1702.00784 Space Physics
+1702.00853 Cosmology and Nongalactic Astrophysics
+1702.00891 Theory
+1702.00956 Sound
+1702.00988 Methodology
+1702.00989 Astrophysics of Galaxies
+1702.01056 Social and Information Networks
+1702.01063 Solar and Stellar Astrophysics
+1702.01114 General Mathematics
+1702.01115 Soft Condensed Matter
+1702.01116
+1702.01118 Cosmology and Nongalactic Astrophysics
+1702.01119 Social and Information Networks
+1702.01121 Astrophysics of Galaxies
+1702.01122 Astrophysics of Galaxies
+1702.01124 High Energy Astrophysical Phenomena
+1702.01125 Machine Learning
+1702.01128 Exactly Solvable and Integrable Systems
+1702.01129 Numerical Analysis
+1702.01131 Combinatorics
+1702.01132 Cryptography and Security
+1702.01133 History and Philosophy of Physics
+1702.01134 Solar and Stellar Astrophysics
+1702.01135 Artificial Intelligence
+1702.01136 Data Structures and Algorithms
+1702.01137 Earth and Planetary Astrophysics
+1702.01138 Strongly Correlated Electrons
+1702.01139 Symplectic Geometry
+1702.01140 Astrophysics of Galaxies
+1702.01144 Materials Science
+1702.01145 Machine Learning
+1702.01146 Classical Physics
+1702.01147 Computation and Language
+1702.01148 Materials Science
+1702.01149 Superconductivity
+1702.01150 Geometric Topology
+1702.01151 Digital Libraries
+1702.01152 Solar and Stellar Astrophysics
+1702.01153 Mesoscale and Nanoscale Physics
+1702.01154 Networking and Internet Architecture
+1702.01158 High Energy Astrophysical Phenomena
+1702.01159 Information Retrieval
+1702.01161 Optics
+1702.01162
+1702.01163 Digital Libraries
+1702.01164 Statistics Theory
+1702.01165 Digital Libraries
+1702.01166 Computation
+1702.01167 Computer Vision and Pattern Recognition
+1702.01168 Databases
+1702.01169 Information Theory
+1702.01170
+1702.01171 High Energy Astrophysical Phenomena
+1702.01172 Computation and Language
+1702.01173 Algebraic Geometry
+1702.01174 Dynamical Systems
+1702.01175 Mathematical Finance
+1702.01178 Dynamical Systems
+1702.01179 Computation and Language
+1702.01180 Numerical Analysis
+1702.01182 Learning
+1702.01183 Applications
+1702.01184 Computers and Society
+1702.01185 Computation
+1702.01186 Instrumentation and Detectors
+1702.01187 Computation and Language
+1702.01188 History and Overview
+1702.01189 Phenomenology
+1702.01190
+1702.01191 Applications
+1702.01192 Dynamical Systems
+1702.01193 Theory
+1702.01194 Mesoscale and Nanoscale Physics
+1702.01195 Fluid Dynamics
+1702.01196 Superconductivity
+1702.01197 Number Theory
+1702.01198 Information Theory
+1702.01199 Algebraic Geometry
+1702.01200 Learning
+1702.01202
+1702.01203 Information Theory
+1702.01205 Artificial Intelligence
+1702.01206 Applications
+1702.01207
+1702.01208 Databases
+1702.01209 Machine Learning
+1702.01210 Atomic Physics
+1702.01213
+1702.01214 Dynamical Systems
+1702.01216
+1702.01217 Populations and Evolution
+1702.01218 Information Theory
+1702.01219 Astrophysics of Galaxies
+1702.01220 Materials Science
+1702.01221 Rings and Algebras
+1702.01222 Functional Analysis
+1702.01223 Information Theory
+1702.01225 Statistics Theory
+1702.01226 Learning
+1702.01227 Exactly Solvable and Integrable Systems
+1702.01228 Learning
+1702.01229 Learning
+1702.01230 Optics
+1702.01232 Optics
+1702.01233 Phenomenology
+1702.01234 Probability
+1702.01235 Classical Physics
+1702.01236 Numerical Analysis
+1702.01237 Logic
+1702.01239 Chemical Physics
+1702.01241 Information Theory
+1702.01242 Adaptation and Self-Organizing Systems
+1702.01244 Representation Theory
+1702.01245 Materials Science
+1702.01246 Functional Analysis
+1702.01248 Mesoscale and Nanoscale Physics
+1702.01249 Number Theory
+1702.01250 Methodology
+1702.01251 Cryptography and Security
+1702.01252 Quantitative Methods
+1702.01253 Combinatorics
+1702.01255 Phenomenology
+1702.01256 Probability
+1702.01257 Group Theory
+1702.01258 Analysis of PDEs
+1702.01259 Representation Theory
+1702.01260
+1702.01261 Dynamical Systems
+1702.01263 Functional Analysis
+1702.01264 Functional Analysis
+1702.01265 Subcellular Processes
+1702.01267
+1702.01268 Learning
+1702.01269
+1702.01270 Software Engineering
+1702.01271 Group Theory
+1702.01272 Mesoscale and Nanoscale Physics
+1702.01273 Combinatorics
+1702.01275 Computational Geometry
+1702.01276 Computer Vision and Pattern Recognition
+1702.01277 Computational Geometry
+1702.01278 Solar and Stellar Astrophysics
+1702.01282 Differential Geometry
+1702.01283 Discrete Mathematics
+1702.01285 Information Theory
+1702.01286 Data Structures and Algorithms
+1702.01287 Computation and Language
+1702.01289 Representation Theory
+1702.01290 Data Structures and Algorithms
+1702.01291 Cosmology and Nongalactic Astrophysics
+1702.01293 Learning
+1702.01294 Lattice
+1702.01295 Hardware Architecture
+1702.01296 Lattice
+1702.01297 Combinatorics
+1702.01298 Information Theory
+1702.01299 Combinatorics
+1702.01300 Optics
+1702.01301 Materials Science
+1702.01302 Materials Science
+1702.01303 Mesoscale and Nanoscale Physics
+1702.01304 Computer Vision and Pattern Recognition
+1702.01305 Superconductivity
+1702.01306 Dynamical Systems
+1702.01307 Analysis of PDEs
+1702.01308 Group Theory
+1702.01309 Information Theory
+1702.01311 Information Theory
+1702.01313 Learning
+1702.01314 Information Theory
+1702.01315 Computer Vision and Pattern Recognition
+1702.01316 Number Theory
+1702.01317 Information Theory
+1702.01318 Soft Condensed Matter
+1702.01319
+1702.01321 Combinatorics
+1702.01322 Analysis of PDEs
+1702.01323 Phenomenology
+1702.01324 Phenomenology
+1702.01325 Multimedia
+1702.01326 Computation
+1702.01327
+1702.01328 Differential Geometry
+1702.01329 Phenomenology
+1702.01330 Statistics Theory
+1702.01331 Theory
+1702.01332 Artificial Intelligence
+1702.01333 Materials Science
+1702.01334 Computer Vision and Pattern Recognition
+1702.01335 Fluid Dynamics
+1702.01336
+1702.01337 Rings and Algebras
+1702.01338 Quantum Algebra
+1702.01339 Computer Vision and Pattern Recognition
+1702.01340 Data Structures and Algorithms
+1702.01341 Mesoscale and Nanoscale Physics
+1702.01342 High Energy Astrophysical Phenomena
+1702.01343 Theory
+1702.01345 Commutative Algebra
+1702.01346 Dynamical Systems
+1702.01348 Networking and Internet Architecture
+1702.01349 Methodology
+1702.01350 History and Overview
+1702.01351 Representation Theory
+1702.01352 Phenomenology
+1702.01353 Information Theory
+1702.01354 Portfolio Management
+1702.01355 Combinatorics
+1702.01357 Combinatorics
+1702.01358 Combinatorics
+1702.01360 Computation and Language
+1702.01361 Materials Science
+1702.01362 Economics
+1702.01363 Geometric Topology
+1702.01364 Statistical Mechanics
+1702.01365 Analysis of PDEs
+1702.01366 Materials Science
+1702.01367 Representation Theory
+1702.01368
+1702.01369 Optimization and Control
+1702.01370 Strongly Correlated Electrons
+1702.01371
+1702.01372 Materials Science
+1702.01373 Machine Learning
+1702.01374 Combinatorics
+1702.01376 Information Theory
+1702.01377 Number Theory
+1702.01378 Group Theory
+1702.01379 Group Theory
+1702.01380
+1702.01381 Computer Vision and Pattern Recognition
+1702.01382 High Energy Astrophysical Phenomena
+1702.01383 Numerical Analysis
+1702.01384 Analysis of PDEs
+1702.01385 Mathematical Finance
+1702.01386 Information Theory
+1702.01387
+1702.01388 Spectral Theory
+1702.01389 Information Theory
+1702.01390 Combinatorics
+1702.01391 Analysis of PDEs
+1702.01393 Databases
+1702.01395 Instrumentation and Methods for Astrophysics
+1702.01396 Distributed, Parallel, and Cluster Computing
+1702.01398 Social and Information Networks
+1702.01399 Systems and Control
+1702.01404 Experiment
+1702.01407 Plasma Physics
+1702.01409
+1702.01410 Soft Condensed Matter
+1702.01411 History and Philosophy of Physics
+1702.01412 Phenomenology
+1702.01413 Data Analysis, Statistics and Probability
+1702.01414 Machine Learning
+1702.01415 Optics
+1702.01416 Computer Science and Game Theory
+1702.01417 Computation and Language
+1702.01419 Functional Analysis
+1702.01420 Phenomenology
+1702.01421 Optimization and Control
+1702.01422 Information Theory
+1702.01423 Computational Complexity
+1702.01424 Discrete Mathematics
+1702.01425 Information Theory
+1702.01426 Computer Vision and Pattern Recognition
+1702.01427 Analysis of PDEs
+1702.01428 Symplectic Geometry
+1702.01429
+1702.01431 Disordered Systems and Neural Networks
+1702.01432 Dynamical Systems
+1702.01433 Group Theory
+1702.01434 Social and Information Networks
+1702.01435
+1702.01436 Populations and Evolution
+1702.01437 Soft Condensed Matter
+1702.01438 Fluid Dynamics
+1702.01439 Quantum Gases
+1702.01440 Mesoscale and Nanoscale Physics
+1702.01441 Fluid Dynamics
+1702.01442 Combinatorics
+1702.01443 Distributed, Parallel, and Cluster Computing
+1702.01444 Computer Vision and Pattern Recognition
+1702.01447 Optics
+1702.01448 Number Theory
+1702.01449 Differential Geometry
+1702.01450 Mesoscale and Nanoscale Physics
+1702.01451 Social and Information Networks
+1702.01452 Social and Information Networks
+1702.01453 Fluid Dynamics
+1702.01454 Computational Complexity
+1702.01455 Dynamical Systems
+1702.01457 High Energy Astrophysical Phenomena
+1702.01459 Phenomenology
+1702.01461 Dynamical Systems
+1702.01462
+1702.01463 Atomic Physics
+1702.01464 Computational Engineering, Finance, and Science
+1702.01465 Classical Physics
+1702.01466 Computation and Language
+1702.01468 Instrumentation and Detectors
+1702.01470 Probability
+1702.01471 Analysis of PDEs
+1702.01472 Materials Science
+1702.01474 Optimization and Control
+1702.01476 Symplectic Geometry
+1702.01477
+1702.01478 Computer Vision and Pattern Recognition
+1702.01479
+1702.01480 Mesoscale and Nanoscale Physics
+1702.01481 Strongly Correlated Electrons
+1702.01482
+1702.01487 Numerical Analysis
+1702.01489 High Energy Astrophysical Phenomena
+1702.01491 Numerical Analysis
+1702.01492 Optimization and Control
+1702.01493 Algebraic Topology
+1702.01494 Astrophysics of Galaxies
+1702.01495 Probability
+1702.01496 Lattice
+1702.01498 Lattice
+1702.01499 Computer Vision and Pattern Recognition
+1702.01500
+1702.01502 Spectral Theory
+1702.01503 Representation Theory
+1702.01504 Learning
+1702.01505 Theory
+1702.01506 Analysis of PDEs
+1702.01507 Computer Vision and Pattern Recognition
+1702.01508 Distributed, Parallel, and Cluster Computing
+1702.01509 Materials Science
+1702.01510 Artificial Intelligence
+1702.01511 Phenomenology
+1702.01512
+1702.01513 Lattice
+1702.01514 Differential Geometry
+1702.01515 Materials Science
+1702.01516 Information Retrieval
+1702.01517 Computation and Language
+1702.01518 Optimization and Control
+1702.01519 Statistical Mechanics
+1702.01520 Information Retrieval
+1702.01522 Disordered Systems and Neural Networks
+1702.01523
+1702.01524 Computational Geometry
+1702.01525 Strongly Correlated Electrons
+1702.01526 Lattice
+1702.01528 Computer Vision and Pattern Recognition
+1702.01529 Mesoscale and Nanoscale Physics
+1702.01530 Graphics
+1702.01531 Astrophysics of Galaxies
+1702.01532 Physics and Society
+1702.01533 Emerging Technologies
+1702.01534 Differential Geometry
+1702.01535 Experiment
+1702.01536
+1702.01537 Graphics
+1702.01538 Fluid Dynamics
+1702.01539 Geophysics
+1702.01540 Graphics
+1702.01541
+1702.01542 Operator Algebras
+1702.01543 Classical Analysis and ODEs
+1702.01544 Optics
+1702.01545 Theory
+1702.01548
+1702.01549 Instrumentation and Detectors
+1702.01550
+1702.01552 Numerical Analysis
+1702.01555 Materials Science
+1702.01556 Logic
+1702.01558
+1702.01561
+1702.01562 Classical Analysis and ODEs
+1702.01563 Fluid Dynamics
+1702.01564 Analysis of PDEs
+1702.01567 Optimization and Control
+1702.01568 Neurons and Cognition
+1702.01569 Computation and Language
+1702.01571 Astrophysics of Galaxies
+1702.01572 Superconductivity
+1702.01573 Strongly Correlated Electrons
+1702.01575 Mesoscale and Nanoscale Physics
+1702.01576 Applications
+1702.01578 Biological Physics
+1702.01579 Earth and Planetary Astrophysics
+1702.01580 Astrophysics of Galaxies
+1702.01581 Optics
+1702.01582 Physics and Society
+1702.01583 Quantum Gases
+1702.01584 Plasma Physics
+1702.01585 Complex Variables
+1702.01587 Computation and Language
+1702.01588 Operator Algebras
+1702.01590
+1702.01592 Solar and Stellar Astrophysics
+1702.01594 Solar and Stellar Astrophysics
+1702.01595 Soft Condensed Matter
+1702.01596 Databases
+1702.01597 Probability
+1702.01598 Strongly Correlated Electrons
+1702.01599
+1702.01601 Artificial Intelligence
+1702.01604 Phenomenology
+1702.01605 Information Theory
+1702.01606 Logic in Computer Science
+1702.01608 Atomic Physics
+1702.01609
+1702.01610 Superconductivity
+1702.01612
+1702.01613 Plasma Physics
+1702.01614
+1702.01615 Lattice
+1702.01616 High Energy Astrophysical Phenomena
+1702.01617 Numerical Analysis
+1702.01618 Computation
+1702.01619 Solar and Stellar Astrophysics
+1702.01620 Classical Physics
+1702.01621 Solar and Stellar Astrophysics
+1702.01622 Disordered Systems and Neural Networks
+1702.01623 Soft Condensed Matter
+1702.01624 Cryptography and Security
+1702.01625 Experiment
+1702.01626 Differential Geometry
+1702.01628 Cosmology and Nongalactic Astrophysics
+1702.01629 High Energy Astrophysical Phenomena
+1702.01631 Dynamical Systems
+1702.01632
+1702.01633 Mesoscale and Nanoscale Physics
+1702.01634
+1702.01636 Computer Vision and Pattern Recognition
+1702.01638 Computer Vision and Pattern Recognition
+1702.01639 Instrumentation and Detectors
+1702.01641 Mesoscale and Nanoscale Physics
+1702.01642 History and Philosophy of Physics
+1702.01643
+1702.01644 General Mathematics
+1702.01646 Astrophysics of Galaxies
+1702.01648 Information Theory
+1702.01650 Mesoscale and Nanoscale Physics
+1702.01651 Dynamical Systems
+1702.01653 Number Theory
+1702.01654 Instrumentation and Detectors
+1702.01656 Differential Geometry
+1702.01657 Earth and Planetary Astrophysics
+1702.01658 Strongly Correlated Electrons
+1702.01659 Atomic Physics
+1702.01661 Social and Information Networks
+1702.01662 Geometric Topology
+1702.01664 Fluid Dynamics
+1702.01665 Symbolic Computation
+1702.01667 Solar and Stellar Astrophysics
+1702.01668 Complex Variables
+1702.01669 Algebraic Geometry
+1702.01670 Information Theory
+1702.01671 Strongly Correlated Electrons
+1702.01672 Information Theory
+1702.01673 Operator Algebras
+1702.01674 Information Theory
+1702.01675 Combinatorics
+1702.01676 Social and Information Networks
+1702.01677 Data Structures and Algorithms
+1702.01679 Information Theory
+1702.01680
+1702.01681 Networking and Internet Architecture
+1702.01682 Cosmology and Nongalactic Astrophysics
+1702.01683 Number Theory
+1702.01684 Algebraic Geometry
+1702.01686 Economics
+1702.01687
+1702.01688
+1702.01689 Dynamical Systems
+1702.01690 Fluid Dynamics
+1702.01692 Neural and Evolutionary Computing
+1702.01694 Symbolic Computation
+1702.01695 Programming Languages
+1702.01696 Statistics Theory
+1702.01698 Differential Geometry
+1702.01700 Cosmology and Nongalactic Astrophysics
+1702.01702 Numerical Analysis
+1702.01705 Biological Physics
+1702.01706 Mathematical Finance
+1702.01707 Numerical Analysis
+1702.01708
+1702.01709 Instrumentation and Detectors
+1702.01710 Statistical Mechanics
+1702.01711 Computation and Language
+1702.01712 Astrophysics of Galaxies
+1702.01713 Information Retrieval
+1702.01714 Computation and Language
+1702.01716 Mesoscale and Nanoscale Physics
+1702.01717 Information Retrieval
+1702.01718 Analysis of PDEs
+1702.01719 Data Structures and Algorithms
+1702.01720
+1702.01721 Computer Vision and Pattern Recognition
+1702.01723
+1702.01724
+1702.01725 Differential Geometry
+1702.01726 Phenomenology
+1702.01729 Statistical Mechanics
+1702.01730
+1702.01731 Computer Vision and Pattern Recognition
+1702.01732 Mesoscale and Nanoscale Physics
+1702.01734 Information Theory
+1702.01735
+1702.01736 Statistics Theory
+1702.01737 Phenomenology
+1702.01739 Information Theory
+1702.01740 Mesoscale and Nanoscale Physics
+1702.01741 Astrophysics of Galaxies
+0802.3648 Symplectic Geometry
+0811.0155 Differential Geometry
+0905.3237 Symplectic Geometry
+0910.4041 Classical Analysis and ODEs
+0911.0507 Probability
+1009.4543 Differential Geometry
+1101.2420 Symplectic Geometry
+1103.2147 Number Theory
+1106.3878 Differential Geometry
+1110.4241 Optimization and Control
+1111.2581 Information Theory
+1111.7236 Optics
+1111.7252 Optics
+1205.2747
+1207.6480 Analysis of PDEs
+1208.1486
+1303.7140 Optics
+1304.5672 Cryptography and Security
+1307.5875 Methodology
+1308.3504 Functional Analysis
+1311.3881 Computational Finance
+1311.7323 Optics
+1402.3498 Number Theory
+1403.3729 Complex Variables
+1403.7856 Number Theory
+1404.5877 Metric Geometry
+1407.0618 Instrumentation and Detectors
+1407.0840 Differential Geometry
+1408.6096 Operator Algebras
+1410.2296 Methodology
+1411.0354 Differential Geometry
+1411.5306 Algebraic Topology
+1411.6643
+1412.1144 Instrumentation and Detectors
+1501.05114
+1501.05634
+1502.03225 Logic
+1502.04722 Atomic Physics
+1502.06573 K-Theory and Homology
+1503.05205 Combinatorics
+1504.00579 Trading and Market Microstructure
+1504.03057 Optics
+1504.05597 Commutative Algebra
+1506.01186 Computer Vision and Pattern Recognition
+1506.05260 Geometric Topology
+1506.05320 Optimization and Control
+1506.07977 Probability
+1506.08386 Algebraic Geometry
+1506.08903 Algebraic Topology
+1506.09117 Algebraic Geometry
+1507.03955 Neural and Evolutionary Computing
+1507.04559 Analysis of PDEs
+1507.05351 Risk Management
+1507.08821 Differential Geometry
+1508.03422 Computer Vision and Pattern Recognition
+1509.04131
+1509.09160 Quantum Algebra
+1510.00863 Algebraic Geometry
+1510.01200 Differential Geometry
+1510.03643 Differential Geometry
+1510.05724 Logic in Computer Science
+1511.00826 Theory
+1511.01448 Methodology
+1511.01947 Group Theory
+1511.04770
+1511.05427 Computational Geometry
+1511.08101 Cryptography and Security
+1512.01047 Differential Geometry
+1512.02307
+1512.02894 Probability
+1512.06796 Optimization and Control
+1512.07109
+1512.08937 Geometric Topology
+1601.06315 Numerical Analysis
+1602.04300 Symbolic Computation
+1602.08068 Optimization and Control
+1602.08308
+1602.08471
+1603.00310 Statistical Mechanics
+1603.03220 Statistics Theory
+1603.06013 Combinatorics
+1603.06234 Optimization and Control
+1603.08447 Information Theory
+1604.00128 Earth and Planetary Astrophysics
+1604.01686 Learning
+1604.01959
+1604.02475 Information Theory
+1604.02569 History and Philosophy of Physics
+1604.04855 Discrete Mathematics
+1605.00353 Statistics Theory
+1605.05620 Geometric Topology
+1605.06552 Instrumentation and Detectors
+1605.06848 Computational Complexity
+1605.07516 Information Theory
+1605.07896 Computer Science and Game Theory
+1605.09575 Representation Theory
+1606.01495 Computational Finance
+1606.01976 Logic
+1606.01987 Analysis of PDEs
+1606.02201 Phenomenology
+1606.02592 Dynamical Systems
+1606.03956 Information Theory
+1606.03971 Information Theory
+1606.04062 Optimization and Control
+1606.04142 Information Theory
+1606.04722 Learning
+1606.06092 Analysis of PDEs
+1606.06910 Phenomenology
+1606.07846 Representation Theory
+1606.08519 Atmospheric and Oceanic Physics
+1606.09162 Theory
+1607.01716 Theory
+1607.01899 Phenomenology
+1607.02335 Information Theory
+1607.04203
+1607.07705 Data Analysis, Statistics and Probability
+1608.00161 Computer Vision and Pattern Recognition
+1608.00650 Solar and Stellar Astrophysics
+1608.02238 Spectral Theory
+1608.03936
+1608.05782 Phenomenology
+1608.06299 Phenomenology
+1608.06423 Number Theory
+1608.07200 Distributed, Parallel, and Cluster Computing
+1608.07227 Analysis of PDEs
+1608.07757 Statistical Mechanics
+1608.08462 Geometric Topology
+1608.08802 High Energy Astrophysical Phenomena
+1609.00191 Analysis of PDEs
+1609.00280 Soft Condensed Matter
+1609.01598 Differential Geometry
+1609.01709 Quantum Gases
+1609.01873
+1609.02121 Social and Information Networks
+1609.03669
+1609.04252 Lattice
+1609.04598 Fluid Dynamics
+1609.06958 Fluid Dynamics
+1609.07418 Complex Variables
+1609.07784
+1609.08029 Numerical Analysis
+1609.08793 Lattice
+1610.00547
+1610.02554 Materials Science
+1610.02794 Fluid Dynamics
+1610.02918 Machine Learning
+1610.03761 Computer Vision and Pattern Recognition
+1610.03836 Algebraic Geometry
+1610.04035 Strongly Correlated Electrons
+1610.04744 Combinatorics
+1610.05299
+1610.06380 High Energy Astrophysical Phenomena
+1610.07398 Numerical Analysis
+1610.08382 Cosmology and Nongalactic Astrophysics
+1610.09113 Chemical Physics
+1610.09413 Optimization and Control
+1610.09685 Theory
+1611.00223 General Physics
+1611.01078 Computational Geometry
+1611.01191 Atomic Physics
+1611.01499 Experiment
+1611.01976 Chaotic Dynamics
+1611.02085 Instrumentation and Detectors
+1611.02086 Phenomenology
+1611.02167 Learning
+1611.02827 Materials Science
+1611.03342 Quantum Gases
+1611.04316 Materials Science
+1611.04418 Quantum Gases
+1611.04494 Mathematical Finance
+1611.04605 Phenomenology
+1611.05076 Physics and Society
+1611.05591 Materials Science
+1611.05606 Materials Science
+1611.05923 Machine Learning
+1611.06354 Materials Science
+1611.06492 Computer Vision and Pattern Recognition
+1611.06509 Statistical Mechanics
+1611.07126
+1611.07273 Superconductivity
+1611.07274
+1611.08199 Differential Geometry
+1611.08739 Group Theory
+1611.08996 Atmospheric and Oceanic Physics
+1611.09752 Mesoscale and Nanoscale Physics
+1611.09779 Probability
+1612.00022 Astrophysics of Galaxies
+1612.00112 Physics Education
+1612.00312 Data Analysis, Statistics and Probability
+1612.00369 Neural and Evolutionary Computing
+1612.00699 Materials Science
+1612.00718 Number Theory
+1612.00852 Cosmology and Nongalactic Astrophysics
+1612.01247 Theory
+1612.01508 Statistics Theory
+1612.01584 Lattice
+1612.02005 Theory
+1612.02055 Logic in Computer Science
+1612.02617 Statistical Mechanics
+1612.02725 High Energy Astrophysical Phenomena
+1612.02891 Phenomenology
+1612.03077 Phenomenology
+1612.03589 Materials Science
+1612.03686 Functional Analysis
+1612.03902 Learning
+1612.04464 Numerical Analysis
+1612.04498 Materials Science
+1612.04559 Group Theory
+1612.04723 Experiment
+1612.05575 Materials Science
+1612.05866
+1612.06045 Methodology
+1612.06156 Disordered Systems and Neural Networks
+1612.06375 Instrumentation and Detectors
+1612.06476 Computer Science and Game Theory
+1612.06893 Algebraic Geometry
+1612.07696 Astrophysics of Galaxies
+1612.08250
+1612.08251
+1612.09071 Information Theory
+1612.09101
+1612.09459 Numerical Analysis
+1612.09547 Mesoscale and Nanoscale Physics
+1701.00191 Materials Science
+1701.00573 Numerical Analysis
+1701.00940 Optics
+1701.02042 Experiment
+1701.02473 Optimization and Control
+1701.02551 Number Theory
+1701.02692 Group Theory
+1701.02841 Algebraic Geometry
+1701.03596 Fluid Dynamics
+1701.03821 Optimization and Control
+1701.04088 Materials Science
+1701.04815 High Energy Astrophysical Phenomena
+1701.04841 Dynamical Systems
+1701.05335 Learning
+1701.05733 Other Condensed Matter
+1701.05769
+1701.06241 Information Theory
+1701.07063 Instrumentation and Detectors
+1701.07686 Atomic Physics
+1701.08504 Number Theory
+1701.08567 Economics
+1701.08614 Phenomenology
+1701.08709 Artificial Intelligence
+1701.09091
+1702.00371
+1702.00488 Statistical Mechanics
+1702.00537 Analysis of PDEs
+1702.01486 Computer Vision and Pattern Recognition
+1702.02200 Astrophysics of Galaxies
+1702.02384 General Physics
+1702.02416 Theory
+1702.02663 Theory
+1702.02980 Emerging Technologies
+1702.03222 Information Retrieval
+1702.04021
+1702.04482 General Topology
+1702.05457 Algebraic Topology
+1702.05477 Atomic Physics
+1702.05811 Analysis of PDEs
+1702.06051
+1702.06681 Astrophysics of Galaxies
+1702.06848
+1702.07022 Materials Science
+1702.07272 Analysis of PDEs
+1702.07322 High Energy Astrophysical Phenomena
+1702.08076 Analysis of PDEs
+1702.08888
+1703.00007 Chemical Physics
+1703.00501 Theory
+1703.01523 Phenomenology
+1703.01557 Learning
+1703.01857 Earth and Planetary Astrophysics
+1703.02352 Differential Geometry
+1703.02375 Learning
+1703.02676 High Energy Astrophysical Phenomena
+1703.03525 Soft Condensed Matter
+1703.03616 Optimization and Control
+1703.03675
+1703.04000 High Energy Astrophysical Phenomena
+1703.04031 Digital Libraries
+1703.04178 Computation and Language
+1703.04387 Probability
+1703.04969
+1703.04972 Group Theory
+1703.05008 Fluid Dynamics
+1703.05166 Instrumentation and Methods for Astrophysics
+1703.05186 Programming Languages
+1703.05734 Phenomenology
+1703.05825 Earth and Planetary Astrophysics
+1703.05865 Mesoscale and Nanoscale Physics
+1703.05925 Phenomenology
+1703.05982 Phenomenology
+1703.06075 Number Theory
+1703.06116 Numerical Analysis
+1703.06181
+1703.06250
+1703.06289 Phenomenology
+1703.06349 Combinatorics
+1703.06414 Mesoscale and Nanoscale Physics
+1703.06436
+1703.06589 Theory
+1703.06636 Strongly Correlated Electrons
+1703.06770 Optimization and Control
+1703.06942 Classical Analysis and ODEs
+1703.06982
+1703.06983 Computational Geometry
+1703.06985 Probability
+1703.07052
+1703.07091 Phenomenology
+1703.07146 Algebraic Geometry
+1703.07368
+1703.07461 Molecular Networks
+1703.07474 Cryptography and Security
+1703.07493 Differential Geometry
+1703.07539 Optimization and Control
+1703.07542 Phenomenology
+1703.07547 Programming Languages
+1703.07570 Computer Vision and Pattern Recognition
+1703.07598 Algebraic Geometry
+1703.07649
+1703.07724 Quantitative Methods
+1703.07768 Computational Complexity
+1703.07775 Chemical Physics
+1703.07776 Theory
+1703.07777 Materials Science
+1703.07778 Astrophysics of Galaxies
+1703.07780 Theory
+1703.07781 Astrophysics of Galaxies
+1703.07782
+1703.07784 Phenomenology
+1703.07785
+1703.07786 Instrumentation and Methods for Astrophysics
+1703.07788 Mesoscale and Nanoscale Physics
+1703.07789 Computational Physics
+1703.07790 Earth and Planetary Astrophysics
+1703.07791 Phenomenology
+1703.07792 Numerical Analysis
+1703.07794 High Energy Astrophysical Phenomena
+1703.07795 Databases
+1703.07796 Other Condensed Matter
+1703.07797 Astrophysics of Galaxies
+1703.07798 High Energy Astrophysical Phenomena
+1703.07799 Solar and Stellar Astrophysics
+1703.07802 Optimization and Control
+1703.07803 Numerical Analysis
+1703.07804 Optimization and Control
+1703.07805 Computation and Language
+1703.07806 Algebraic Geometry
+1703.07807 Learning
+1703.07808 Phenomenology
+1703.07809 Numerical Analysis
+1703.07810 Optimization and Control
+1703.07811
+1703.07813 Statistical Mechanics
+1703.07814 Computer Vision and Pattern Recognition
+1703.07815 Computer Vision and Pattern Recognition
+1703.07816 High Energy Astrophysical Phenomena
+1703.07818 Mesoscale and Nanoscale Physics
+1703.07819
+1703.07820 Representation Theory
+1703.07822 Robotics
+1703.07823 Learning
+1703.07824 Optimization and Control
+1703.07825 Phenomenology
+1703.07826 Algebraic Topology
+1703.07827 Plasma Physics
+1703.07828
+1703.07829 Cosmology and Nongalactic Astrophysics
+1703.07830 Learning
+1703.07831 Theory
+1703.07832 Cosmology and Nongalactic Astrophysics
+1703.07833 Computational Complexity
+1703.07834 Computer Vision and Pattern Recognition
+1703.07835 Soft Condensed Matter
+1703.07836 Astrophysics of Galaxies
+1703.07838 Symplectic Geometry
+1703.07841 Neural and Evolutionary Computing
+1703.07843 Combinatorics
+1703.07844 Genomics
+1703.07845 Analysis of PDEs
+1703.07846 High Energy Astrophysical Phenomena
+1703.07847
+1703.07848 Cosmology and Nongalactic Astrophysics
+1703.07849 Combinatorics
+1703.07850 Chemical Physics
+1703.07851 Theory
+1703.07852 Plasma Physics
+1703.07853 Learning
+1703.07854 Classical Analysis and ODEs
+1703.07855 High Energy Astrophysical Phenomena
+1703.07856 Methodology
+1703.07857 Classical Analysis and ODEs
+1703.07858 Analysis of PDEs
+1703.07859 Classical Analysis and ODEs
+1703.07860 Superconductivity
+1703.07861 Analysis of PDEs
+1703.07862 Classical Analysis and ODEs
+1703.07863 Analysis of PDEs
+1703.07864 Materials Science
+1703.07865 Numerical Analysis
+1703.07866 Group Theory
+1703.07867 Data Structures and Algorithms
+1703.07868 Probability
+1703.07869 Human-Computer Interaction
+1703.07870 Optimization and Control
+1703.07871 Combinatorics
+1703.07872 Learning
+1703.07874
+1703.07875 Instrumentation and Detectors
+1703.07877 Astrophysics of Galaxies
+1703.07878 Cosmology and Nongalactic Astrophysics
+1703.07879 Optimization and Control
+1703.07880 Materials Science
+1703.07881 K-Theory and Homology
+1703.07882 Chaotic Dynamics
+1703.07883 Mesoscale and Nanoscale Physics
+1703.07884 Theory
+1703.07885 Theory
+1703.07886 Machine Learning
+1703.07887 Robotics
+1703.07888 Algebraic Geometry
+1703.07889 Astrophysics of Galaxies
+1703.07890 Robotics
+1703.07891 Computational Complexity
+1703.07892 Representation Theory
+1703.07893 Phenomenology
+1703.07894 Cosmology and Nongalactic Astrophysics
+1703.07895 Earth and Planetary Astrophysics
+1703.07896 Functional Analysis
+1703.07897 High Energy Astrophysical Phenomena
+1703.07898 Symplectic Geometry
+1703.07900 Analysis of PDEs
+1703.07901
+1703.07902 Analysis of PDEs
+1703.07903 Probability
+1703.07904 Methodology
+1703.07905 Group Theory
+1703.07906 Representation Theory
+1703.07907 Information Theory
+1703.07909 Machine Learning
+1703.07910 Computer Vision and Pattern Recognition
+1703.07911 Theory
+1703.07912 Information Theory
+1703.07913 Atomic Physics
+1703.07914 Neurons and Cognition
+1703.07917 Earth and Planetary Astrophysics
+1703.07918 Quantum Gases
+1703.07920 Computer Vision and Pattern Recognition
+1703.07922 Superconductivity
+1703.07923 Cosmology and Nongalactic Astrophysics
+1703.07925
+1703.07926 Atomic Physics
+1703.07927 Quantum Gases
+1703.07928 Computer Vision and Pattern Recognition
+1703.07929 Artificial Intelligence
+1703.07930 Combinatorics
+1703.07931 Astrophysics of Galaxies
+1703.07932 Optimization and Control
+1703.07933
+1703.07934 Systems and Control
+1703.07935 Instrumentation and Detectors
+1703.07936 Chaotic Dynamics
+1703.07937
+1703.07938 Computer Vision and Pattern Recognition
+1703.07939 Computer Vision and Pattern Recognition
+1703.07940 Learning
+1703.07941 Phenomenology
+1703.07942 Dynamical Systems
+1703.07943 Neurons and Cognition
+1703.07944 Number Theory
+1703.07945 Materials Science
+1703.07946 Optimization and Control
+1703.07947 Analysis of PDEs
+1703.07948 Learning
+1703.07950 Learning
+1703.07951 Number Theory
+1703.07953 Operator Algebras
+1703.07954 Superconductivity
+1703.07955 Systems and Control
+1703.07956 Phenomenology
+1703.07958 Optics
+1703.07959 Phenomenology
+1703.07960 Systems and Control
+1703.07962 Numerical Analysis
+1703.07963 Probability
+1703.07964 Data Structures and Algorithms
+1703.07965 Numerical Analysis
+1703.07966 Probability
+1703.07967 Information Theory
+1703.07968 Optimization and Control
+1703.07970 Commutative Algebra
+1703.07971 Computer Vision and Pattern Recognition
+1703.07972 Atomic Physics
+1703.07973 Information Theory
+1703.07974 Atomic Physics
+1703.07975 Methodology
+1703.07976 Astrophysics of Galaxies
+1703.07977 Analysis of PDEs
+1703.07978 Analysis of PDEs
+1703.07980 Computer Vision and Pattern Recognition
+1703.07981
+1703.07982 Information Theory
+1703.07983 Functional Analysis
+1703.07984 Optics
+1703.07986 Algebraic Topology
+1703.07987 Genomics
+1703.07988 Differential Geometry
+1703.07989 Astrophysics of Galaxies
+1703.07990 Statistical Mechanics
+1703.07991 Differential Geometry
+1703.07992 Other Quantitative Biology
+1703.07993 Theory
+1703.07995 Combinatorics
+1703.07996 Populations and Evolution
+1703.07997 Operator Algebras
+1703.07998
+1703.07999 Geometric Topology
+1703.08000 Computer Vision and Pattern Recognition
+1703.08001 Computer Vision and Pattern Recognition
+1703.08002 Computation and Language
+1703.08003 Earth and Planetary Astrophysics
+1703.08004
+1703.08005 Software Engineering
+1703.08006 Strongly Correlated Electrons
+1703.08007 Soft Condensed Matter
+1703.08009 Fluid Dynamics
+1703.08010
+1703.08011 Phenomenology
+1703.08012 Cosmology and Nongalactic Astrophysics
+1703.08015 Distributed, Parallel, and Cluster Computing
+1703.08016
+1703.08017 Phenomenology
+1703.08018 Discrete Mathematics
+1703.08019 Sound
+1703.08020 Mesoscale and Nanoscale Physics
+1703.08021 Analysis of PDEs
+1703.08022 Numerical Analysis
+1703.08024 Materials Science
+1703.08026
+1703.08028 Analysis of PDEs
+1703.08029 Phenomenology
+1703.08030 Information Theory
+1703.08031 Machine Learning
+1703.08032 Number Theory
+1703.08033 Computer Vision and Pattern Recognition
+1703.08034 Superconductivity
+1703.08035 Probability
+1703.08036
+1703.08037
+1703.08038
+1703.08039 General Mathematics
+1703.08040
+1703.08041 Data Structures and Algorithms
+1703.08042 Spectral Theory
+1703.08043 Information Theory
+1703.08044 Optimization and Control
+1703.08045 Methodology
+1703.08047 Number Theory
+1703.08048 Representation Theory
+1703.08049 Analysis of PDEs
+1703.08050 Computer Vision and Pattern Recognition
+1703.08051 Fluid Dynamics
+1703.08052 Machine Learning
+1703.08053
+1703.08054 Statistical Mechanics
+1703.08055
+1703.08056 Algebraic Geometry
+1703.08057 Probability
+1703.08058 Probability
+1703.08059 Fluid Dynamics
+1703.08060 Space Physics
+1703.08061 Phenomenology
+1703.08062 Mesoscale and Nanoscale Physics
+1703.08063 Materials Science
+1703.08064 Analysis of PDEs
+1703.08065 Machine Learning
+1703.08067 Biological Physics
+1703.08068 Computation and Language
+1703.08069 General Physics
+1703.08071 Physics and Society
+1703.08072 Plasma Physics
+1703.08073 General Physics
+1703.08074 Plasma Physics
+1703.08075 Solar and Stellar Astrophysics
+1703.08076 General Physics
+1703.08077
+1703.08078 Probability
+1703.08079 Numerical Analysis
+1703.08080 High Energy Astrophysical Phenomena
+1703.08081 Data Analysis, Statistics and Probability
+1703.08082
+1703.08084 Computation and Language
+1703.08085 Machine Learning
+1703.08086 Algebraic Geometry
+1703.08089 Computer Vision and Pattern Recognition
+1703.08090 Methodology
+1703.08091 Instrumentation and Detectors
+1703.08092 Probability
+1703.08093 Information Theory
+1703.08094 Algebraic Topology
+1703.08095
+1703.08096 Astrophysics of Galaxies
+1703.08097 Phenomenology
+1703.08100 Social and Information Networks
+1703.08101 Complex Variables
+1703.08102 Operator Algebras
+1703.08103 Analysis of PDEs
+1703.08104
+1703.08105 Instrumentation and Detectors
+1703.08106 Materials Science
+1703.08107
+1703.08108 History and Overview
+1703.08110 Machine Learning
+1703.08111 Applications
+1703.08112 Solar and Stellar Astrophysics
+1703.08113 Programming Languages
+1703.08114
+1703.08115 Systems and Control
+1703.08116 Quantum Gases
+1703.08117 Plasma Physics
+1703.08118
+1703.08119 Computer Vision and Pattern Recognition
+1703.08120 Computation and Language
+1703.08121 Group Theory
+1703.08122 Solar and Stellar Astrophysics
+1703.08123 Combinatorics
+1703.08126 Statistical Mechanics
+1703.08127 Information Theory
+1703.08128 Functional Analysis
+1703.08129 Classical Analysis and ODEs
+1703.08130 Chemical Physics
+1703.08133 Fluid Dynamics
+1703.08134 Operator Algebras
+1703.08135 Computation and Language
+1703.08136 Computation and Language
+1703.08137 Exactly Solvable and Integrable Systems
+1703.08138 History and Philosophy of Physics
+1703.08139 Computational Complexity
+1703.08140 Analysis of PDEs
+1703.08141 High Energy Astrophysical Phenomena
+1703.08142 Strongly Correlated Electrons
+1703.08143 Differential Geometry
+1703.08144 Artificial Intelligence
+1703.08145 Number Theory
+1703.08146 Computational Physics
+1703.08147 Number Theory
+1703.08148 Phenomenology
+1703.08149 Analysis of PDEs
+1703.08150 Computer Science and Game Theory
+1703.08151 Cryptography and Security
+1703.08153 Systems and Control
+1703.08154 Analysis of PDEs
+1703.08156
+1703.08158 Numerical Analysis
+1703.08159 Theory
+1703.08160
+1703.08161 Geophysics
+1703.08162 Phenomenology
+1703.08163 Probability
+1703.08164 Differential Geometry
+1703.08165 Complex Variables
+1703.08166 Phenomenology
+1703.08167 Optimization and Control
+1703.08168
+1703.08170 Phenomenology
+1703.08171 Analysis of PDEs
+1703.08172 Strongly Correlated Electrons
+gr-qc/9307006
+gr-qc/9310009
+gr-qc/9311019
+gr-qc/9410013
+gr-qc/9410014
+gr-qc/9411016
+gr-qc/9507044
+gr-qc/9909036
+hep-th/0204092 Theory
+math/0510075 Differential Geometry
+math/0605302 Algebraic Geometry
+math/0609487 Differential Geometry
+nlin/0602026 Cellular Automata and Lattice Gases
+1612.04124
+1702.03518 Theory
+1702.05594 Learning
+1702.05786
+1702.05846 Information Theory
+1702.05892 Probability
+1702.05971 Analysis of PDEs
+1702.05977 Information Theory
+1702.06073 Classical Analysis and ODEs
+1012.4708
+1103.5222 Space Physics
+1201.3381 Dynamical Systems
+1205.2764 Mesoscale and Nanoscale Physics
+1301.1547 Computational Complexity
+1304.0579 Probability
+1304.4030 Spectral Theory
+1304.5656 Optics
+1305.2137 Analysis of PDEs
+1308.4788 Spectral Theory
+1308.5261 Pattern Formation and Solitons
+1309.5523 Analysis of PDEs
+1310.6813
+1312.0134 Number Theory
+1312.4636 Algebraic Geometry
+1402.4969 K-Theory and Homology
+1404.3516 Probability
+1404.6574 Representation Theory
+1405.0127 Spectral Theory
+1405.2238 Functional Analysis
+1406.0810 Algebraic Geometry
+1406.4539 Optimization and Control
+1408.2090 Phenomenology
+1409.4008 Probability
+1410.0322 Populations and Evolution
+1410.1364 Instrumentation and Methods for Astrophysics
+1410.4811 Algebraic Geometry
+1411.4256 Logic in Computer Science
+1412.2177
+1501.05923 Analysis of PDEs
+1502.05248 Dynamical Systems
+1504.05309 Mathematical Finance
+1505.00646 Operator Algebras
+1505.01668 Multiagent Systems
+1506.02713 Algebraic Geometry
+1507.00940 Theory
+1507.04692 General Topology
+1507.06195 Complex Variables
+1508.02764 Earth and Planetary Astrophysics
+1508.06342 Cosmology and Nongalactic Astrophysics
+1508.06468 Algebraic Topology
+1508.07880 Algebraic Geometry
+1509.03354 Commutative Algebra
+1509.03951 Methodology
+1509.05886 Pattern Formation and Solitons
+1509.06626
+1510.01907 Algebraic Topology
+1510.04072 Algebraic Geometry
+1510.05472 Operator Algebras
+1510.05597 Algebraic Geometry
+1511.07730 Combinatorics
+1512.00224 Spectral Theory
+1512.02255 Mesoscale and Nanoscale Physics
+1512.02259 Strongly Correlated Electrons
+1512.08065 Learning
+1512.08562 Learning
+1601.01442
+1601.03019 Analysis of PDEs
+1601.04943 Programming Languages
+1601.05481 Combinatorics
+1602.03494 Emerging Technologies
+1602.04618 Analysis of PDEs
+1602.06109 Analysis of PDEs
+1602.08376 Spectral Theory
+1602.08719 Computer Science and Game Theory
+1602.08789 Dynamical Systems
+1603.01555 Representation Theory
+1603.03611 Mesoscale and Nanoscale Physics
+1603.03623
+1603.05928 Representation Theory
+1603.06185 Information Theory
+1603.07654 Algebraic Topology
+1603.08131 Combinatorics
+1603.09489 Logic
+1604.00087 Neurons and Cognition
+1604.00899
+1604.02968 Probability
+1604.03095 Theory
+1604.03189 Analysis of PDEs
+1604.07190 Formal Languages and Automata Theory
+1604.08492 Statistical Mechanics
+1605.03262 Computational Physics
+1605.05872 Networking and Internet Architecture
+1605.08097
+1605.09688
+1606.01946 Systems and Control
+1606.01947 Systems and Control
+1606.04464 Computational Engineering, Finance, and Science
+1606.05775 Representation Theory
+1606.07431 Astrophysics of Galaxies
+1606.09079 Optimization and Control
+1607.03294 Statistics Theory
+1607.04164 Mesoscale and Nanoscale Physics
+1607.04176 Symbolic Computation
+1607.04864 Probability
+1607.05885 Functional Analysis
+1607.07713 Phenomenology
+1607.08849 Quantitative Methods
+1608.01683
+1608.04498
+1608.04761 Quantitative Methods
+1608.04811
+1608.05267 Computer Vision and Pattern Recognition
+1608.06052 Algebraic Geometry
+1608.06802 Methodology
+1608.06886
+1608.08387 Neurons and Cognition
+1608.08688 Mesoscale and Nanoscale Physics
+1609.00988 Databases
+1609.01590
+1609.01689 Numerical Analysis
+1609.02172 Mesoscale and Nanoscale Physics
+1609.02776
+1609.02792 Computational Physics
+1609.02803 Number Theory
+1609.03712 Theory
+1609.05524 Learning
+1609.05545 Digital Libraries
+1609.05600 Computer Vision and Pattern Recognition
+1609.05957
+1609.05967 Probability
+1609.05994 Solar and Stellar Astrophysics
+1609.07450 Discrete Mathematics
+1609.07672 Learning
+1609.08028 Applications
+1609.08375 Disordered Systems and Neural Networks
+1610.00015 Cosmology and Nongalactic Astrophysics
+1610.00363 Cosmology and Nongalactic Astrophysics
+1610.01824 Analysis of PDEs
+1610.02064 Soft Condensed Matter
+1610.02459 Mesoscale and Nanoscale Physics
+1610.03131 Materials Science
+1610.03370 Optimization and Control
+1610.03549 Analysis of PDEs
+1610.04341 Algebraic Geometry
+1610.04855 General Physics
+1610.05107 Number Theory
+1610.05834 Computer Vision and Pattern Recognition
+1610.07392 Theory
+1610.08017 Mesoscale and Nanoscale Physics
+1610.08022 Strongly Correlated Electrons
+1610.08053 Instrumentation and Detectors
+1610.08396 Strongly Correlated Electrons
+1610.08530 Phenomenology
+1610.08737 Materials Science
+1610.09275 Mesoscale and Nanoscale Physics
+1610.09396
+1611.00738
+1611.00945 Neurons and Cognition
+1611.01508
+1611.01946 History and Overview
+1611.02234 Soft Condensed Matter
+1611.02398
+1611.03415 Theory
+1611.03888 Probability
+1611.03913 Optimization and Control
+1611.04084
+1611.04539 Rings and Algebras
+1611.04708 Combinatorics
+1611.05325
+1611.06202 Statistical Mechanics
+1611.06672 Mathematical Finance
+1611.07783 Exactly Solvable and Integrable Systems
+1611.08983 Computer Vision and Pattern Recognition
+1611.09302 Solar and Stellar Astrophysics
+1611.10304 Probability
+1612.00042 Theory
+1612.00336
+1612.00404 Computer Vision and Pattern Recognition
+1612.01161 Mesoscale and Nanoscale Physics
+1612.01170 Operator Algebras
+1612.01570 Quantum Gases
+1612.01871 Strongly Correlated Electrons
+1612.02039 Atomic Physics
+1612.02304 Differential Geometry
+1612.03281 Physics and Society
+1612.03495 Fluid Dynamics
+1612.04741 Cosmology and Nongalactic Astrophysics
+1612.04766 Number Theory
+1612.05123 Theory
+1612.05261 Phenomenology
+1612.05285 Mesoscale and Nanoscale Physics
+1612.05900 Theory
+1612.06373 Geometric Topology
+1612.07156 Analysis of PDEs
+1612.09247 Plasma Physics
+1612.09581 Theory
+1701.01229 Theory
+1701.02040 Complex Variables
+1701.02074 Phenomenology
+1701.02172 Spectral Theory
+1701.02277 Cosmology and Nongalactic Astrophysics
+1701.02703
+1701.02941 Phenomenology
+1701.03228 Lattice
+1701.05660 Phenomenology
+1701.05711 Information Theory
+1701.05983 Networking and Internet Architecture
+1701.07804
+1701.07922
+1701.09021 Numerical Analysis
+1702.00473 Probability
+1702.00690 Theory
+1702.00968 Superconductivity
+1702.01073 Operator Algebras
+1702.01359 Strongly Correlated Electrons
+1702.01565 Solar and Stellar Astrophysics
+1702.01751 Astrophysics of Galaxies
+1702.01874 Logic in Computer Science
+1702.02278 Logic in Computer Science
+1702.02314
+1702.02571 High Energy Astrophysical Phenomena
+1702.02863 Computational Complexity
+1702.03151 High Energy Astrophysical Phenomena
+1702.03275 Learning
+1702.03389 Neural and Evolutionary Computing
+1702.04078 Networking and Internet Architecture
+1702.04110 Phenomenology
+1702.04353 Theory
+1702.05191 Materials Science
+1702.05243 Machine Learning
+1702.05374 Computer Vision and Pattern Recognition
+1702.05729 Computer Vision and Pattern Recognition
+1702.05973
+1702.06343 Programming Languages
+1702.07530 Analysis of PDEs
+1702.07583 Mesoscale and Nanoscale Physics
+1702.07938 Computational Complexity
+1702.07961 Data Structures and Algorithms
+1702.08318 Computer Vision and Pattern Recognition
+1702.08532 Analysis of PDEs
+1702.08736 Multiagent Systems
+1703.00310 Optics
+1703.00582 Earth and Planetary Astrophysics
+1703.00703 Genomics
+1703.01063 Theory
+1703.01498 Biological Physics
+1703.01614 Quantum Gases
+1703.02037 Instrumentation and Detectors
+1703.02077 Symbolic Computation
+1703.02188 Phenomenology
+1703.02643 Logic
+1703.02666
+1703.03484 Computer Science and Game Theory
+1703.03645 Fluid Dynamics
+1703.03750 Solar and Stellar Astrophysics
+1703.03838 Phenomenology
+1703.03985 Strongly Correlated Electrons
+1703.04065 Combinatorics
+1703.04096 Computer Vision and Pattern Recognition
+1703.04098
+1703.04369 Phenomenology
+1703.04988 Algebraic Geometry
+1703.05328 Theory
+1703.05404 Superconductivity
+1703.05588 Solar and Stellar Astrophysics
+1703.05599 Number Theory
+1703.05684 Combinatorics
+1703.06103 Machine Learning
+1703.06192 High Energy Astrophysical Phenomena
+1703.06536 Learning
+1703.07436 Mesoscale and Nanoscale Physics
+1703.07593 Algebraic Geometry
+1703.07671 Phenomenology
+1703.07801 Dynamical Systems
+1703.08287 Materials Science
+1703.08339 Atomic Physics
+1703.08372 Mesoscale and Nanoscale Physics
+1703.08411
+1703.08458 Theory
+1703.08500 Algebraic Geometry
+1703.08544 Machine Learning
+1703.08557 Systems and Control
+1703.08644 Applications
+1703.08724 Theory
+1703.08729 Optimization and Control
+1703.08779 Number Theory
+1703.08827 Number Theory
+1703.08845 Phenomenology
+1703.08865 Biological Physics
+1703.08902 Software Engineering
+1703.08965 Mesoscale and Nanoscale Physics
+1703.09097 Metric Geometry
+1703.09236
+1703.09309 Phenomenology
+1703.09332 Group Theory
+1703.09476 Experiment
+1703.09692 Phenomenology
+1703.09717 Phenomenology
+1703.09720 Astrophysics of Galaxies
+1703.09723 Astrophysics of Galaxies
+1703.09724 Astrophysics of Galaxies
+1703.09799 Popular Physics
+1703.09811
+1703.09841 Superconductivity
+1703.09860 Experiment
+1703.09873 Combinatorics
+1703.09905 Analysis of PDEs
+1703.09920 Experiment
+1703.09955 Instrumentation and Detectors
+1703.09968 Multimedia
+1703.10004 Soft Condensed Matter
+1703.10011
+1703.10061
+1703.10117 Other Statistics
+1703.10132 Rings and Algebras
+1703.10161
+1703.10162 Theory
+1703.10163 Astrophysics of Galaxies
+1703.10164 High Energy Astrophysical Phenomena
+1703.10165 Solar and Stellar Astrophysics
+1703.10166 Theory
+1703.10167 Solar and Stellar Astrophysics
+1703.10168 Astrophysics of Galaxies
+1703.10170 Astrophysics of Galaxies
+1703.10171 Theory
+1703.10172 Solar and Stellar Astrophysics
+1703.10173 High Energy Astrophysical Phenomena
+1703.10174 Cosmology and Nongalactic Astrophysics
+1703.10175 Astrophysics of Galaxies
+1703.10176 Theory
+1703.10177 Cosmology and Nongalactic Astrophysics
+1703.10178
+1703.10179 Logic in Computer Science
+1703.10181 Solar and Stellar Astrophysics
+1703.10182 Optimization and Control
+1703.10183 Pattern Formation and Solitons
+1703.10184 Information Theory
+1703.10185 Combinatorics
+1703.10186 Computation and Language
+1703.10187 Cryptography and Security
+1703.10189 Combinatorics
+1703.10190 Phenomenology
+1703.10191 High Energy Astrophysical Phenomena
+1703.10192 Methodology
+1703.10194
+1703.10196 Computer Vision and Pattern Recognition
+1703.10197 Astrophysics of Galaxies
+1703.10198 Materials Science
+1703.10199 Statistical Mechanics
+1703.10200 Computer Vision and Pattern Recognition
+1703.10201
+1703.10202 Numerical Analysis
+1703.10203 Algebraic Geometry
+1703.10204 Astrophysics of Galaxies
+1703.10205 Probability
+1703.10206 Differential Geometry
+1703.10207 Disordered Systems and Neural Networks
+1703.10208 Statistical Mechanics
+1703.10209 Information Theory
+1703.10211 Optimization and Control
+1703.10212 Theory
+1703.10213 Theory
+1703.10214 Mesoscale and Nanoscale Physics
+1703.10215 High Energy Astrophysical Phenomena
+1703.10216 Experiment
+1703.10217 Computer Vision and Pattern Recognition
+1703.10219 Astrophysics of Galaxies
+1703.10220 Cosmology and Nongalactic Astrophysics
+1703.10221 Phenomenology
+1703.10222 Systems and Control
+1703.10223 Spectral Theory
+1703.10224 Materials Science
+1703.10225 Solar and Stellar Astrophysics
+1703.10226 Mesoscale and Nanoscale Physics
+1703.10227 High Energy Astrophysical Phenomena
+1703.10228 Algebraic Geometry
+1703.10229 Algebraic Geometry
+1703.10230 Machine Learning
+1703.10231 Genomics
+1703.10232 Data Structures and Algorithms
+1703.10233 Probability
+1703.10234
+1703.10235 Classical Physics
+1703.10236
+1703.10237 Representation Theory
+1703.10238
+1703.10239 Computer Vision and Pattern Recognition
+1703.10240 Numerical Analysis
+1703.10241
+1703.10242 Distributed, Parallel, and Cluster Computing
+1703.10243 Optimization and Control
+1703.10244 Functional Analysis
+1703.10245 Computation
+1703.10246 Plasma Physics
+1703.10247 Programming Languages
+1703.10248 Analysis of PDEs
+1703.10249 Spectral Theory
+1703.10250 Earth and Planetary Astrophysics
+1703.10251 Logic
+1703.10252 Computation and Language
+1703.10253 Systems and Control
+1703.10254 Robotics
+1703.10255 Astrophysics of Galaxies
+1703.10256 Methodology
+1703.10257 Materials Science
+1703.10258 Logic in Computer Science
+1703.10259 Experiment
+1703.10260 Astrophysics of Galaxies
+1703.10261 Robotics
+1703.10262 Logic
+1703.10263 Systems and Control
+1703.10264 Materials Science
+1703.10265 Metric Geometry
+1703.10266 Applications
+1703.10268 Combinatorics
+1703.10269 Disordered Systems and Neural Networks
+1703.10270 Superconductivity
+1703.10271
+1703.10272 Distributed, Parallel, and Cluster Computing
+1703.10273 Earth and Planetary Astrophysics
+1703.10274
+1703.10275
+1703.10276 Social and Information Networks
+1703.10277 Computer Vision and Pattern Recognition
+1703.10278 Optimization and Control
+1703.10279 Computers and Society
+1703.10280 High Energy Astrophysical Phenomena
+1703.10281 Systems and Control
+1703.10282
+1703.10283 Statistics Theory
+1703.10284 Artificial Intelligence
+1703.10285 Astrophysics of Galaxies
+1703.10286 Chemical Physics
+1703.10287 Optics
+1703.10288 Theory
+1703.10289 Geometric Topology
+1703.10290 Mesoscale and Nanoscale Physics
+1703.10292 Earth and Planetary Astrophysics
+1703.10293 Data Structures and Algorithms
+1703.10294 Rings and Algebras
+1703.10295 Computer Vision and Pattern Recognition
+1703.10296 Astrophysics of Galaxies
+1703.10297 Numerical Analysis
+1703.10298 Materials Science
+1703.10299
+1703.10300 Information Theory
+1703.10301 Astrophysics of Galaxies
+1703.10302
+1703.10303 High Energy Astrophysical Phenomena
+1703.10304 Computer Vision and Pattern Recognition
+1703.10306 Probability
+1703.10307 Molecular Networks
+1703.10308 Numerical Analysis
+1703.10309 Computational Physics
+1703.10310 Materials Science
+1703.10311
+1703.10312 Astrophysics of Galaxies
+1703.10314 Information Theory
+1703.10315 Instrumentation and Methods for Astrophysics
+1703.10316 Artificial Intelligence
+1703.10317 Experiment
+1703.10318 Distributed, Parallel, and Cluster Computing
+1703.10319 Strongly Correlated Electrons
+1703.10320
+1703.10321 Representation Theory
+1703.10322 Space Physics
+1703.10323 Phenomenology
+1703.10324
+1703.10325 Geometric Topology
+1703.10326 Information Theory
+1703.10327 Materials Science
+1703.10328 Cryptography and Security
+1703.10329 Information Theory
+1703.10330 Solar and Stellar Astrophysics
+1703.10331 Programming Languages
+1703.10332 Computer Vision and Pattern Recognition
+1703.10333 Geophysics
+1703.10334 Solar and Stellar Astrophysics
+1703.10335 Materials Science
+1703.10336 Mesoscale and Nanoscale Physics
+1703.10337 Robotics
+1703.10338 Theory
+1703.10339 Information Retrieval
+1703.10340 Networking and Internet Architecture
+1703.10341 Solar and Stellar Astrophysics
+1703.10342 Artificial Intelligence
+1703.10343 Probability
+1703.10344 Information Retrieval
+1703.10345 Information Retrieval
+1703.10346 Biological Physics
+1703.10347 Number Theory
+1703.10348
+1703.10349 Information Retrieval
+1703.10350 Databases
+1703.10351 Experiment
+1703.10352 Theory
+1703.10353 Soft Condensed Matter
+1703.10354 Software Engineering
+1703.10355 Learning
+1703.10356 Learning
+1703.10357 Functional Analysis
+1703.10358 Dynamical Systems
+1703.10359 Optimization and Control
+1703.10360 Statistical Mechanics
+1703.10361 Software Engineering
+1703.10362 Algebraic Geometry
+1703.10363 Optimization and Control
+1703.10364 Methodology
+1703.10365 Astrophysics of Galaxies
+1703.10366 Theory
+1703.10367 Functional Analysis
+1703.10368 Statistical Mechanics
+1703.10369 Phenomenology
+1703.10370 Number Theory
+1703.10371 Neural and Evolutionary Computing
+1703.10372 Statistical Mechanics
+1703.10373 Soft Condensed Matter
+1703.10374 Algebraic Topology
+1703.10375 Earth and Planetary Astrophysics
+1703.10376 Algebraic Geometry
+1703.10377 Algebraic Geometry
+1703.10378 Physics and Society
+1703.10379 Phenomenology
+1703.10380 Data Structures and Algorithms
+1703.10381 Statistics Theory
+1703.10382 Logic in Computer Science
+1703.10383 Phenomenology
+1703.10384 Number Theory
+1703.10385 Earth and Planetary Astrophysics
+1703.10386 Algebraic Geometry
+1703.10387 Fluid Dynamics
+1703.10388 Analysis of PDEs
+1703.10389 Soft Condensed Matter
+1703.10390 Statistical Mechanics
+1703.10391
+1703.10392 Strongly Correlated Electrons
+1703.10394 Theory
+1703.10395 Strongly Correlated Electrons
+1703.10396 Fluid Dynamics
+1703.10397 Strongly Correlated Electrons
+1703.10398 High Energy Astrophysical Phenomena
+1703.10400 Earth and Planetary Astrophysics
+1703.10401 Soft Condensed Matter
+1703.10402 Earth and Planetary Astrophysics
+1703.10403
+1703.10404 Statistical Mechanics
+1703.10405 Graphics
+1703.10406
+1703.10407 Physics and Society
+1703.10408 Mesoscale and Nanoscale Physics
+1703.10409 Biological Physics
+1703.10410 Biological Physics
+1703.10411 Number Theory
+1703.10412 Quantum Algebra
+1703.10413 Phenomenology
+1703.10414 Numerical Analysis
+1703.10415 Computer Science and Game Theory
+1703.10416 Algebraic Topology
+1703.10417
+1703.10418 Theory
+1703.10419 Physics and Society
+1703.10420 Classical Analysis and ODEs
+1703.10421 Astrophysics of Galaxies
+1703.10422 Information Theory
+1703.10423 Chemical Physics
+1703.10424 Combinatorics
+1703.10425 Optimization and Control
+1703.10426 Category Theory
+1703.10427 Fluid Dynamics
+1703.10428 Cosmology and Nongalactic Astrophysics
+1703.10429 Artificial Intelligence
+1703.10430 Algebraic Geometry
+1703.10431 Spectral Theory
+1703.10432 Popular Physics
+1703.10433 Fluid Dynamics
+1703.10434
+1703.10435 Distributed, Parallel, and Cluster Computing
+1703.10436
+1703.10437 Combinatorics
+1703.10438 Physics and Society
+1703.10440 Numerical Analysis
+1703.10441 Algebraic Geometry
+1703.10442 High Energy Astrophysical Phenomena
+1703.10443 Atomic Physics
+1703.10444 Learning
+1703.10445 Dynamical Systems
+1703.10446 Distributed, Parallel, and Cluster Computing
+1703.10447 Differential Geometry
+1703.10449 Popular Physics
+1703.10450 Materials Science
+1703.10451 Quantitative Methods
+1703.10452 Analysis of PDEs
+1703.10453 Analysis of PDEs
+1703.10454 Cryptography and Security
+1703.10455 Solar and Stellar Astrophysics
+1703.10456 Cosmology and Nongalactic Astrophysics
+1703.10457 Optimization and Control
+1703.10458 Neural and Evolutionary Computing
+1703.10459 Classical Analysis and ODEs
+1703.10460 Combinatorics
+1703.10461 Soft Condensed Matter
+1703.10462 Earth and Planetary Astrophysics
+1703.10463 Probability
+1703.10465 Dynamical Systems
+1703.10466 Pattern Formation and Solitons
+1703.10467 Systems and Control
+1703.10468
+1703.10469 General Finance
+1703.10470 Popular Physics
+1703.10471 Soft Condensed Matter
+1703.10472 Experiment
+1703.10473 Theory
+1703.10474 Statistical Mechanics
+1703.10475 Number Theory
+1703.10476 Computer Vision and Pattern Recognition
+1703.10477 Number Theory
+1703.10478 Number Theory
+1703.10480 Computer Vision and Pattern Recognition
+1703.10481 Biomolecules
+1703.10482
+1703.10483 Differential Geometry
+1703.10484 Fluid Dynamics
+1703.10485 Experiment
+1703.10486 Materials Science
+1703.10487 Materials Science
+1703.10488 Cosmology and Nongalactic Astrophysics
+1703.10489 Optimization and Control
+1703.10490 Popular Physics
+1703.10491 Instrumentation and Detectors
+1703.10492 Atomic Physics
+1703.10493 Strongly Correlated Electrons
+1703.10494 Instrumentation and Methods for Astrophysics
+1703.10495 Group Theory
+1703.10496 Instrumentation and Detectors
+1703.10497 Physics and Society
+1703.10499 Mesoscale and Nanoscale Physics
+1703.10500 Networking and Internet Architecture
+1703.10501 Computer Vision and Pattern Recognition
+1703.10502 Strongly Correlated Electrons
+1703.10503 Analysis of PDEs
+1703.10505 Operator Algebras
+1703.10506 Rings and Algebras
+1703.10507
+1703.10508 Phenomenology
+1703.10509 Analysis of PDEs
+1703.10510 Superconductivity
+1703.10511 Social and Information Networks
+1703.10512 Differential Geometry
+1703.10513 Machine Learning
+1703.10515
+1703.10516 Information Theory
+1703.10518 Information Theory
+1703.10519 Information Theory
+1703.10521 Number Theory
+1703.10522 Combinatorics
+1703.10523 Numerical Analysis
+1703.10524 Genomics
+1703.10525 Algebraic Geometry
+1703.10526 Algebraic Topology
+1703.10527 Statistical Mechanics
+1703.10528 Metric Geometry
+1703.10529 Atomic Physics
+1703.10530 Computer Vision and Pattern Recognition
+1703.10532 Probability
+1703.10533
+1703.10535
+1703.10536 Mesoscale and Nanoscale Physics
+1703.10537 Algebraic Topology
+1703.10538 Cosmology and Nongalactic Astrophysics
+1703.10539
+1703.10541 Theory
+1703.10542
+1703.10543 High Energy Astrophysical Phenomena
+1703.10544 Analysis of PDEs
+1703.10545 Social and Information Networks
+1703.10546 Number Theory
+1703.10547 Optimization and Control
+1703.10548 Physics and Society
+1703.10549 Information Theory
+1703.10550 Metric Geometry
+1703.10551 Soft Condensed Matter
+1703.10552 Optimization and Control
+1703.10553 Computer Vision and Pattern Recognition
+1703.10554 Soft Condensed Matter
+1703.10555 Number Theory
+1703.10556 Information Theory
+1703.10557 Statistical Mechanics
+1703.10558 Information Theory
+1703.10559 Cosmology and Nongalactic Astrophysics
+1703.10560 Operator Algebras
+1703.10561 Geometric Topology
+1703.10562 Solar and Stellar Astrophysics
+1703.10564 Lattice
+1703.10565 Discrete Mathematics
+1703.10566 Combinatorics
+1703.10567 Analysis of PDEs
+1703.10568 Algebraic Geometry
+1703.10569 Theory
+1703.10570 Social and Information Networks
+1703.10571 Computer Vision and Pattern Recognition
+1703.10572 Optimization and Control
+1703.10573 Combinatorics
+1703.10574 Instrumentation and Methods for Astrophysics
+1703.10576
+1703.10577 Lattice
+1703.10578 Probability
+1703.10579 Artificial Intelligence
+1703.10580 Computer Vision and Pattern Recognition
+1703.10581 Quantum Gases
+1703.10582 Number Theory
+1703.10583 Space Physics
+1703.10584 Computer Vision and Pattern Recognition
+1703.10585 Theory
+1703.10586 Combinatorics
+1703.10587 Quantum Gases
+1703.10588 Probability
+1703.10589 Mesoscale and Nanoscale Physics
+1703.10590 Mesoscale and Nanoscale Physics
+1703.10591 Theory
+1703.10592 Algebraic Geometry
+1703.10593 Computer Vision and Pattern Recognition
+1703.10594 Data Structures and Algorithms
+1703.10595 Geometric Topology
+1703.10596 Earth and Planetary Astrophysics
+1703.10597 Instrumentation and Methods for Astrophysics
+1703.10598 Computer Science and Game Theory
+1703.10599 Algebraic Geometry
+1703.10600 Phenomenology
+1703.10601 Rings and Algebras
+1703.10602 Representation Theory
+1703.10603 Learning
+1703.10604 Optics
+1004.3702 Data Structures and Algorithms
+1006.4525 Geometric Topology
+1207.3091 Adaptation and Self-Organizing Systems
+1212.4592
+1303.5340 Algebraic Geometry
+1306.1605 Dynamical Systems
+1307.0416 Earth and Planetary Astrophysics
+1308.3688 Algebraic Geometry
+1309.1483
+1309.4019 Commutative Algebra
+1310.3210 Group Theory
+1310.8580 Algebraic Topology
+1311.2467 Popular Physics
+1311.5755 Number Theory
+1312.4180
+1312.6625 Earth and Planetary Astrophysics
+1401.7041 Adaptation and Self-Organizing Systems
+1401.7528 Performance
+1403.3298 Physics and Society
+1406.6665
+1407.7918 Probability
+1409.6470 Social and Information Networks
+1410.0532 Number Theory
+1410.6410
+1412.0246
+1502.00299 Algebraic Geometry
+1502.06873 Number Theory
+1503.01568 Dynamical Systems
+1503.03974 Data Structures and Algorithms
+1503.05378 Numerical Analysis
+1504.00503 Combinatorics
+1504.01265
+1505.03115
+1505.07883 Number Theory
+1506.04184 Computational Complexity
+1507.02107 Earth and Planetary Astrophysics
+1507.06110 Computation
+1507.08620 Populations and Evolution
+1508.01831 Mesoscale and Nanoscale Physics
+1508.04340 Solar and Stellar Astrophysics
+1508.05641 Differential Geometry
+1509.08245 Analysis of PDEs
+1510.06696 Combinatorics
+1510.07072 Phenomenology
+1510.07276 Logic in Computer Science
+1510.07641 Learning
+1511.00061 Dynamical Systems
+1511.00533 Analysis of PDEs
+1511.01043 Probability
+1511.02941 Number Theory
+1511.03677 Learning
+1511.04927 Numerical Analysis
+1511.05669 Symplectic Geometry
+1511.07773 Statistical Finance
+1511.08327 Machine Learning
+1512.02618 Cosmology and Nongalactic Astrophysics
+1512.04041 Number Theory
+1512.04197 Atomic Physics
+1601.03730 Solar and Stellar Astrophysics
+1601.06118 Dynamical Systems
+1601.06682 Algebraic Geometry
+1602.00432 Statistical Mechanics
+1602.02613 Dynamical Systems
+1602.02897 Classical Analysis and ODEs
+1602.03113 Algebraic Geometry
+1602.03463 Algebraic Geometry
+1602.06033 Social and Information Networks
+1602.06656
+1602.06741 Metric Geometry
+1602.08422
+1603.01318 Computer Science and Game Theory
+1603.01829 Group Theory
+1603.03671 Group Theory
+1603.03959 Algebraic Geometry
+1603.05960 Solar and Stellar Astrophysics
+1603.07811 Geometric Topology
+1603.08431 Cosmology and Nongalactic Astrophysics
+1603.09734 Algebraic Geometry
+1603.09735 Algebraic Geometry
+1604.00030 Astrophysics of Galaxies
+1604.03149 Algebraic Geometry
+1604.03226 Databases
+1605.00203 Information Theory
+1605.04142 Category Theory
+1605.04376 Number Theory
+1605.09607 Probability
+1606.00721 Numerical Analysis
+1606.00920 Chemical Physics
+1606.01662 Computation
+1606.02218 Algebraic Geometry
+1606.02262 Representation Theory
+1606.02577 Computational Complexity
+1606.03440 Representation Theory
+1606.04936 Superconductivity
+1606.07006 Information Retrieval
+1606.08651 Information Theory
+1607.00318 Neural and Evolutionary Computing
+1607.00437 Quantitative Methods
+1607.01330 Discrete Mathematics
+1607.01429 Materials Science
+1607.01963 Computation and Language
+1607.02325 Methodology
+1607.02474 Phenomenology
+1607.03154 Cosmology and Nongalactic Astrophysics
+1607.04645 Strongly Correlated Electrons
+1607.05215 Classical Analysis and ODEs
+1607.05517 Number Theory
+1607.05585 Analysis of PDEs
+1607.06077 Cosmology and Nongalactic Astrophysics
+1607.07363
+1608.02541 Cosmology and Nongalactic Astrophysics
+1608.03960 Distributed, Parallel, and Cluster Computing
+1608.04166 Optics
+1608.04441 Mesoscale and Nanoscale Physics
+1608.04644 Cryptography and Security
+1608.04691 Chemical Physics
+1608.06252 Theory
+1608.06366 Numerical Analysis
+1608.06382 Phenomenology
+1608.06501 Mesoscale and Nanoscale Physics
+1608.08410 Phenomenology
+1609.00286 Statistics Theory
+1609.00493 Solar and Stellar Astrophysics
+1609.02247 Optimization and Control
+1609.02328 Geophysics
+1609.02652 Lattice
+1609.03259 Mesoscale and Nanoscale Physics
+1609.03678 Representation Theory
+1609.03683 Machine Learning
+1609.03967 Dynamical Systems
+1609.04068
+1609.04211 Optics
+1609.04467 Instrumentation and Detectors
+1609.05060 Functional Analysis
+1609.05206
+1609.05629
+1609.05780
+1609.05993 Robotics
+1609.06706 Probability
+1609.06795 Systems and Control
+1609.07084 Statistical Mechanics
+1609.07105 Superconductivity
+1609.07196 Applications
+1609.08374 Optics
+1609.08396 Category Theory
+1609.08497 Networking and Internet Architecture
+1609.08666 Phenomenology
+1609.09214
+1610.00174 Optics
+1610.00218 Plasma Physics
+1610.00708 Astrophysics of Galaxies
+1610.00791 Atomic Physics
+1610.02391 Computer Vision and Pattern Recognition
+1610.02509 Computer Vision and Pattern Recognition
+1610.02737 Metric Geometry
+1610.04723 Soft Condensed Matter
+1610.06579 Astrophysics of Galaxies
+1610.06968 Numerical Analysis
+1610.07145 Logic in Computer Science
+1610.07986 Data Analysis, Statistics and Probability
+1610.08745 Solar and Stellar Astrophysics
+1610.08869 Strongly Correlated Electrons
+1610.09326 Strongly Correlated Electrons
+1610.09329
+1610.09401 General Topology
+1610.09895 Theory
+1611.00051 Earth and Planetary Astrophysics
+1611.00292 Theory
+1611.01211 Learning
+1611.01645 Combinatorics
+1611.02035 Atomic Physics
+1611.02272 Neurons and Cognition
+1611.02394 Phenomenology
+1611.02705 Theory
+1611.02840 Probability
+1611.02875 Cryptography and Security
+1611.02941 Social and Information Networks
+1611.03000 Neural and Evolutionary Computing
+1611.03070
+1611.03891
+1611.04409 Theory
+1611.07017 Chaotic Dynamics
+1611.07768 Superconductivity
+1611.07890 Computer Vision and Pattern Recognition
+1611.08064 Classical Analysis and ODEs
+1611.09127 Instrumentation and Methods for Astrophysics
+1611.09918 High Energy Astrophysical Phenomena
+1612.00534 Computer Vision and Pattern Recognition
+1612.00759 Methodology
+1612.01556 Computation and Language
+1612.01760 Number Theory
+1612.01855 Distributed, Parallel, and Cluster Computing
+1612.02012 Statistical Mechanics
+1612.02022 Differential Geometry
+1612.02373 High Energy Astrophysical Phenomena
+1612.03397 Geometric Topology
+1612.03612
+1612.03753
+1612.04478 Materials Science
+1612.04508 Optimization and Control
+1612.04600 Learning
+1612.04832 Phenomenology
+1612.04918 Optimization and Control
+1612.05093 Instrumentation and Methods for Astrophysics
+1612.05216 Statistical Mechanics
+1612.05639 Phenomenology
+1612.05741 Phenomenology
+1612.06096 Computer Vision and Pattern Recognition
+1612.06203
+1612.06289 Accelerator Physics
+1612.06320
+1612.06351 Mesoscale and Nanoscale Physics
+1612.06487 Quantum Gases
+1612.06689
+1612.06876 Solar and Stellar Astrophysics
+1612.06992 Soft Condensed Matter
+1612.07080 Exactly Solvable and Integrable Systems
+1612.07528 Computer Vision and Pattern Recognition
+1612.08098 Complex Variables
+1612.08268 Quantum Gases
+1612.08700 K-Theory and Homology
+1612.08729 Materials Science
+1612.08833
+1701.00894 Phenomenology
+1701.02470 Computer Vision and Pattern Recognition
+1701.02973 Physics and Society
+1701.03238 Exactly Solvable and Integrable Systems
+1701.03842 Disordered Systems and Neural Networks
+1701.04800
+1701.04876 Chaotic Dynamics
+1701.05125 Computer Science and Game Theory
+1701.06006 Numerical Analysis
+1701.06574 Phenomenology
+1701.07819 Theory
+1701.08621 Strongly Correlated Electrons
+1702.00505 Computer Vision and Pattern Recognition
+1702.00783 Computer Vision and Pattern Recognition
+1702.00866 Combinatorics
+1702.00920 Optics
+1702.00981 Atomic Physics
+1702.01029
+1702.01418 Methodology
+1702.01603
+1702.05048 Strongly Correlated Electrons
+1702.05060 Computers and Society
+1702.05105 Theory
+1702.05324
+1702.05588 Numerical Analysis
+1702.06437 Lattice
+1702.06528 Astrophysics of Galaxies
+1702.06957 Solar and Stellar Astrophysics
+1702.07572 Phenomenology
+1702.08114 Symbolic Computation
+1703.00046
+1703.00289 Optimization and Control
+1703.00293 Algebraic Geometry
+1703.00650 Solar and Stellar Astrophysics
+1703.00896 Phenomenology
+1703.01012 Social and Information Networks
+1703.01406 Materials Science
+1703.01649 Computer Science and Game Theory
+1703.01678 Learning
+1703.01976 Computer Vision and Pattern Recognition
+1703.02437 Computer Vision and Pattern Recognition
+1703.02916 Spectral Theory
+1703.03088 Combinatorics
+1703.03334 Neural and Evolutionary Computing
+1703.03387
+1703.03445 Phenomenology
+1703.03476
+1703.03505 Algebraic Topology
+1703.03815 Quantum Gases
+1703.03906 Computation and Language
+1703.04251 Exactly Solvable and Integrable Systems
+1703.04460 Theory
+1703.04540 High Energy Astrophysical Phenomena
+1703.04555 Group Theory
+1703.04590 Computer Vision and Pattern Recognition
+1703.04613
+1703.04791 Social and Information Networks
+1703.04802 Lattice
+1703.05241
+1703.05299 High Energy Astrophysical Phenomena
+1703.05453 Representation Theory
+1703.05512 Differential Geometry
+1703.05621 Dynamical Systems
+1703.05698 Programming Languages
+1703.05773 High Energy Astrophysical Phenomena
+1703.05816 Experiment
+1703.05884 Computer Vision and Pattern Recognition
+1703.05944 Information Theory
+1703.06016
+1703.06110 Astrophysics of Galaxies
+1703.06184 Mesoscale and Nanoscale Physics
+1703.06211 Computer Vision and Pattern Recognition
+1703.06246 Computer Vision and Pattern Recognition
+1703.06659 Distributed, Parallel, and Cluster Computing
+1703.06682 Earth and Planetary Astrophysics
+1703.06754 Solar and Stellar Astrophysics
+1703.06824 Computer Science and Game Theory
+1703.06832 Commutative Algebra
+1703.06839 Functional Analysis
+1703.06873 High Energy Astrophysical Phenomena
+1703.06878 Phenomenology
+1703.06879
+1703.06891 Learning
+1703.06909 Mesoscale and Nanoscale Physics
+1703.06935 Computer Vision and Pattern Recognition
+1703.07000 Fluid Dynamics
+1703.07002 Superconductivity
+1703.07043 Networking and Internet Architecture
+1703.07054 Logic in Computer Science
+1703.07063 Classical Physics
+1703.07101
+1703.07109 Astrophysics of Galaxies
+1703.07125 Earth and Planetary Astrophysics
+1703.07138 Databases
+1703.07159 Statistical Mechanics
+1703.07186 High Energy Astrophysical Phenomena
+1703.07200 Mesoscale and Nanoscale Physics
+1703.07207 Instrumentation and Detectors
+1703.07210 Lattice
+1703.07245
+1703.07255 Computer Vision and Pattern Recognition
+1703.07291 Quantum Gases
+1703.07307 Systems and Control
+1703.07316 Systems and Control
+1703.07326 Artificial Intelligence
+1703.07348 Learning
+1703.07349 Soft Condensed Matter
+1703.07350 Logic in Computer Science
+1703.07351 Logic in Computer Science
+1703.07352 Chemical Physics
+1703.07353 Strongly Correlated Electrons
+1703.07354 Phenomenology
+1703.07355 Social and Information Networks
+1703.07356 Instrumentation and Methods for Astrophysics
+1703.07357 Cosmology and Nongalactic Astrophysics
+1703.07358
+1703.07359 Statistical Mechanics
+1703.07360 Strongly Correlated Electrons
+1703.07361 Theory
+1703.07362 Social and Information Networks
+1703.07363 Astrophysics of Galaxies
+1703.07364 Phenomenology
+1703.07365 Cosmology and Nongalactic Astrophysics
+1703.07366 Astrophysics of Galaxies
+1703.07367 Astrophysics of Galaxies
+1703.07369
+1703.07370 Learning
+1703.07371 Databases
+1703.07372 Analysis of PDEs
+1703.07373 Robotics
+1703.07374 Optics
+1703.07375 Optimization and Control
+1703.07376 Social and Information Networks
+1703.07377 Space Physics
+1703.07379 Soft Condensed Matter
+1703.07380 High Energy Astrophysical Phenomena
+1703.07381 Information Retrieval
+1703.07382 Theory
+1703.07383 Computational Physics
+1703.07384 Information Retrieval
+1703.07385 Robotics
+1703.07386 Quantum Gases
+1703.07387 Computational Geometry
+1703.07388 Probability
+1703.07389 High Energy Astrophysical Phenomena
+1703.07391 Algebraic Geometry
+1703.07392 Functional Analysis
+1703.07393 Systems and Control
+1703.07394 Neural and Evolutionary Computing
+1703.07395 Soft Condensed Matter
+1703.07396
+1703.07397 Astrophysics of Galaxies
+1703.07398 Theory
+1703.07399 Instrumentation and Methods for Astrophysics
+1703.07400
+1703.07401 Quantitative Methods
+1703.07402 Computer Vision and Pattern Recognition
+1703.07403 Medical Physics
+1703.07404 Differential Geometry
+1703.07405 Fluid Dynamics
+1703.07406 Group Theory
+1703.07407 Mesoscale and Nanoscale Physics
+1703.07408 Instrumentation and Methods for Astrophysics
+1703.07409 Optimization and Control
+1703.07410 High Energy Astrophysical Phenomena
+1703.07411 Plasma Physics
+1703.07412 Quantum Gases
+1703.07413 Dynamical Systems
+1703.07414 Theory
+1703.07415 Optics
+1703.07416 Earth and Planetary Astrophysics
+1703.07418 Information Theory
+1703.07419 Networking and Internet Architecture
+1703.07420
+1703.07421
+1703.07422 Instrumentation and Detectors
+1703.07423 Instrumentation and Methods for Astrophysics
+1703.07424 Soft Condensed Matter
+1703.07425
+1703.07426
+1703.07427 Cryptography and Security
+1703.07428 Optics
+1703.07429 Logic
+1703.07430 Optics
+1703.07431 Computer Vision and Pattern Recognition
+1703.07432 Learning
+1703.07433 Algebraic Geometry
+1703.07434 Algebraic Geometry
+1703.07435 Theory
+1703.07438 Computation and Language
+1703.07439 Algebraic Geometry
+1703.07440
+1703.07441 Fluid Dynamics
+1703.07442 Information Theory
+1703.07443 Geometric Topology
+1703.07444 Optics
+1703.07445 Statistical Mechanics
+1703.07446 Analysis of PDEs
+1703.07447 Spectral Theory
+1703.07448 Optimization and Control
+1703.07449 High Energy Astrophysical Phenomena
+1703.07451 Physics and Society
+1703.07452 Solar and Stellar Astrophysics
+1703.07453 Differential Geometry
+1703.07454 Genomics
+1703.07455 Dynamical Systems
+1703.07456 Commutative Algebra
+1703.07457 Combinatorics
+1703.07458 Group Theory
+1703.07459 Analysis of PDEs
+1703.07460 Analysis of PDEs
+1703.07462 Information Theory
+1703.07463 Numerical Analysis
+1703.07465 Strongly Correlated Electrons
+1703.07466
+1703.07467 Astrophysics of Galaxies
+1703.07468 Strongly Correlated Electrons
+1703.07469 Artificial Intelligence
+1703.07470 Materials Science
+1703.07471 Number Theory
+1703.07472 Solar and Stellar Astrophysics
+1703.07473 Computer Vision and Pattern Recognition
+1703.07476 Computation and Language
+1703.07477 Algebraic Geometry
+1703.07479 Computer Vision and Pattern Recognition
+1703.07480 Solar and Stellar Astrophysics
+1703.07481 Soft Condensed Matter
+1703.07482 Information Theory
+1703.07484 Databases
+1703.07485 High Energy Astrophysical Phenomena
+1703.07486 Phenomenology
+1703.07487 Optics
+1703.07488 Materials Science
+1703.07489 Disordered Systems and Neural Networks
+1703.07490 Astrophysics of Galaxies
+1703.07491 Robotics
+1703.07492 Superconductivity
+1703.07494 Optimization and Control
+1703.07495 Astrophysics of Galaxies
+1703.07496 Probability
+1703.07497 Differential Geometry
+1703.07498 Analysis of PDEs
+1703.07499 Information Theory
+1703.07500 Systems and Control
+1703.07501 Mesoscale and Nanoscale Physics
+1703.07502 Quantum Gases
+1703.07503 Probability
+1703.07504 Number Theory
+1703.07505 Algebraic Geometry
+1703.07506 Machine Learning
+1703.07507 Combinatorics
+1703.07508 Soft Condensed Matter
+1703.07509 Mesoscale and Nanoscale Physics
+1703.07510
+1703.07511 Computer Vision and Pattern Recognition
+1703.07512 Algebraic Topology
+1703.07513 Computational Finance
+1703.07514 Computer Vision and Pattern Recognition
+1703.07515 Materials Science
+1703.07516 Algebraic Geometry
+1703.07517 Optics
+1703.07518 Social and Information Networks
+1703.07519 Computer Vision and Pattern Recognition
+1703.07520 Social and Information Networks
+1703.07521 Computational Complexity
+1703.07522 Theory
+1703.07524 Superconductivity
+1703.07525 Number Theory
+1703.07526 Physics and Society
+1703.07527 Instrumentation and Detectors
+1703.07528 Optimization and Control
+1703.07529 Geometric Topology
+1703.07530
+1703.07531
+1703.07532 Discrete Mathematics
+1703.07533 Mesoscale and Nanoscale Physics
+1703.07534 Human-Computer Interaction
+1703.07535
+1703.07536 Functional Analysis
+1703.07537 Analysis of PDEs
+1703.07538 Plasma Physics
+1703.07540 Geometric Topology
+1703.07541 Statistical Mechanics
+1703.07543 Differential Geometry
+1703.07544 Cryptography and Security
+1703.07545 Mesoscale and Nanoscale Physics
+1703.07546 Optimization and Control
+1703.07548 Analysis of PDEs
+1703.07549 Quantum Gases
+1703.07550
+1703.07551 Networking and Internet Architecture
+1703.07552 Optics
+1703.07553
+1703.07554 Information Theory
+1703.07555 Databases
+1703.07556
+1703.07557 Medical Physics
+1703.07558 Statistical Mechanics
+1703.07560 Algebraic Geometry
+1703.07561 Accelerator Physics
+1703.07562 Distributed, Parallel, and Cluster Computing
+1703.07563 Solar and Stellar Astrophysics
+1703.07564 Differential Geometry
+1703.07565 Networking and Internet Architecture
+1703.07566 Spectral Theory
+1703.07567 Astrophysics of Galaxies
+1703.07568 Analysis of PDEs
+1703.07569 Phenomenology
+1703.07571 Phenomenology
+1703.07572 Probability
+1703.07573 Geometric Topology
+1703.07574 Logic in Computer Science
+1703.07575 Graphics
+1703.07576 Optics
+1703.07577 Chemical Physics
+1703.07578 Cryptography and Security
+1703.07579 Computer Vision and Pattern Recognition
+1703.07580 Social and Information Networks
+1703.07581 Mesoscale and Nanoscale Physics
+1703.07583 Materials Science
+1703.07584 Subcellular Processes
+1703.07585 Earth and Planetary Astrophysics
+1703.07586 Operator Algebras
+1703.07587
+1703.07588 Sound
+1703.07589 Optimization and Control
+1703.07590 Mesoscale and Nanoscale Physics
+1703.07591 Mesoscale and Nanoscale Physics
+1703.07594 Analysis of PDEs
+1703.07595 Computer Vision and Pattern Recognition
+1703.07596 Machine Learning
+1703.07597 Differential Geometry
+1703.07599 Combinatorics
+1703.07600 Instrumentation and Methods for Astrophysics
+1703.07601 Statistical Mechanics
+1703.07602 Analysis of PDEs
+1703.07603 Methodology
+1703.07604 Solar and Stellar Astrophysics
+1703.07605 Classical Physics
+1703.07607 Astrophysics of Galaxies
+1703.07608 Machine Learning
+1703.07609 Complex Variables
+1703.07610 Subcellular Processes
+1703.07611 Systems and Control
+1703.07613 Plasma Physics
+1703.07614 Number Theory
+1703.07615 Analysis of PDEs
+1703.07616 Analysis of PDEs
+1703.07617 Databases
+1703.07619 Networking and Internet Architecture
+1703.07620 Algebraic Geometry
+1703.07621 Optics
+1703.07622 Analysis of PDEs
+1703.07623 Earth and Planetary Astrophysics
+1703.07624 Commutative Algebra
+1703.07625 Learning
+1703.07626 Networking and Internet Architecture
+1703.07627 Instrumentation and Methods for Astrophysics
+1703.07628
+1703.07629 Mesoscale and Nanoscale Physics
+1703.07630 Mesoscale and Nanoscale Physics
+1703.07631 Commutative Algebra
+1703.07632 Geometric Topology
+1703.07633 Biological Physics
+1703.07634 Optics
+1703.07635
+1703.07636
+1703.07637 Optics
+1703.07638 Learning
+1703.07639 Neurons and Cognition
+1703.07640 Materials Science
+1703.07641 Materials Science
+1703.07643 Materials Science
+1703.07645 Computer Vision and Pattern Recognition
+1703.07647 Computer Science and Game Theory
+1703.07648 Chemical Physics
+1703.07650 Solar and Stellar Astrophysics
+1703.07651 High Energy Astrophysical Phenomena
+1703.07652 Medical Physics
+1703.07653 Phenomenology
+1703.07655 Neural and Evolutionary Computing
+1703.07656 Physics and Society
+1703.07658 Numerical Analysis
+1703.07660 Earth and Planetary Astrophysics
+1703.07661 Phenomenology
+1703.07662 Algebraic Geometry
+1703.07663 Number Theory
+1703.07664 General Mathematics
+1703.07665 Dynamical Systems
+1703.07666 Computational Complexity
+1703.07668 Solar and Stellar Astrophysics
+1703.07669 Phenomenology
+1703.07670 Information Theory
+1703.07672 Number Theory
+1703.07673
+1703.07674 Analysis of PDEs
+1703.07677 Superconductivity
+1703.07678 Experiment
+1703.07679
+1703.07680 Statistical Mechanics
+1703.07681 Chemical Physics
+1703.07682 Logic in Computer Science
+1703.07683
+1703.07685 Mathematical Finance
+1703.07686 Combinatorics
+1703.07687 Differential Geometry
+1703.07688 Biological Physics
+1703.07689 Experiment
+1703.07690 Strongly Correlated Electrons
+1703.07691 Probability
+1703.07692 Dynamical Systems
+1703.07693 Optimization and Control
+1703.07694 Plasma Physics
+1703.07695 Discrete Mathematics
+1703.07696 Mesoscale and Nanoscale Physics
+1703.07697 Numerical Analysis
+1703.07698 Learning
+1703.07699 Mesoscale and Nanoscale Physics
+1703.07700 Algebraic Geometry
+1703.07701 Strongly Correlated Electrons
+1703.07702 Probability
+1703.07703 Phenomenology
+1703.07704 Systems and Control
+1703.07705 Biological Physics
+1703.07706 Cryptography and Security
+1703.07708 Physics and Society
+1703.07709 Analysis of PDEs
+1703.07710 Learning
+1703.07711 Strongly Correlated Electrons
+1703.07712 Atomic Physics
+1703.07713 Computation and Language
+1703.07714 High Energy Astrophysical Phenomena
+1703.07715 Computer Vision and Pattern Recognition
+1703.07716 Optics
+1703.07717 Superconductivity
+1703.07718 Learning
+1703.07719 Statistical Mechanics
+1703.07720 Fluid Dynamics
+1703.07721 Materials Science
+1703.07722 Optics
+1703.07723 Mesoscale and Nanoscale Physics
+1703.07725 Operating Systems
+1703.07727 Complex Variables
+1703.07728 Classical Analysis and ODEs
+1703.07729 Graphics
+1703.07730 Superconductivity
+1703.07732 Geometric Topology
+1703.07733
+1703.07734 Data Structures and Algorithms
+1703.07735 Theory
+1703.07736 Robotics
+1703.07738 Neurons and Cognition
+1703.07739 Superconductivity
+1703.07740 Superconductivity
+1703.07741 Group Theory
+1703.07742 Quantum Gases
+1703.07743 Materials Science
+1703.07745
+1703.07747 Methodology
+1703.07748 Logic in Computer Science
+1703.07749 Superconductivity
+1703.07750 Phenomenology
+1703.07751 Cryptography and Security
+1703.07752 Quantum Gases
+1703.07753 Differential Geometry
+1703.07754 Computation and Language
+1703.07755 Optimization and Control
+1703.07756 Statistical Mechanics
+1703.07757 Computers and Society
+1703.07758 Machine Learning
+1703.07759 Superconductivity
+1703.07760 Optimization and Control
+1703.07761 Optimization and Control
+1703.07762 High Energy Astrophysical Phenomena
+1703.07763 Phenomenology
+1703.07764 Data Analysis, Statistics and Probability
+1703.07765 Emerging Technologies
+1703.07767 Quantum Gases
+1703.07770 Computational Engineering, Finance, and Science
+1703.07771 Machine Learning
+1703.07772 Functional Analysis
+1703.07773 Dynamical Systems
+1703.07774 Phenomenology
+cond-mat/0302618 Superconductivity
+cond-mat/0303446 Superconductivity
+1003.4445 Solar and Stellar Astrophysics
+1103.1268 Combinatorics
+1105.3407 Representation Theory
+1107.4812 Combinatorics
+1111.6146 Algebraic Geometry
+1203.1937 Theory
+1304.8035 Cellular Automata and Lattice Gases
+1307.0443 Number Theory
+1402.2295
+1403.0363 Combinatorics
+1403.1986
+1405.5439 Solar and Stellar Astrophysics
+1405.7239
+1406.1514 Theory
+1407.1949 Chaotic Dynamics
+1407.6210 Probability
+1408.0161 Differential Geometry
+1409.2340 Analysis of PDEs
+1409.7268 Group Theory
+1410.4101 Dynamical Systems
+1410.6323 Analysis of PDEs
+1411.4968 Rings and Algebras
+1411.5327 Group Theory
+1411.7238 Algebraic Topology
+1412.2665 Algebraic Geometry
+1502.07514
+1502.08002 Group Theory
+1503.01125 Cosmology and Nongalactic Astrophysics
+1503.01127 Cosmology and Nongalactic Astrophysics
+1503.05110 Data Structures and Algorithms
+1504.03635 Atomic Physics
+1504.07289 Theory
+1504.07524
+1507.01180 Combinatorics
+1507.02087 Computational Physics
+1507.06527 Learning
+1508.00493 Group Theory
+1508.02449 Statistics Theory
+1509.01049
+1509.02399
+1509.03224
+1509.03521 Applications
+1509.03885 Number Theory
+1509.05872 Theory
+1509.06970 Populations and Evolution
+1510.00575 Probability
+1510.01026 Information Theory
+1510.01806 Sound
+1510.05200 Materials Science
+1510.08624 Analysis of PDEs
+1511.05600 Applications
+1511.06563 Geometric Topology
+1511.06866 Information Theory
+1511.08132
+1512.04880 Symplectic Geometry
+1512.05943 Algebraic Topology
+1512.07629 Theory
+1601.03384 Theory
+1601.03784 Disordered Systems and Neural Networks
+1601.03962 Optimization and Control
+1601.05352 Experiment
+1602.00561 Soft Condensed Matter
+1602.01068 Dynamical Systems
+1602.02584 Geometric Topology
+1602.02930 Superconductivity
+1602.03619 Learning
+1602.04848 Mathematical Finance
+1602.06767 Algebraic Geometry
+1602.06954 Astrophysics of Galaxies
+1602.07257 Statistical Mechanics
+1602.08397 Optics
+1603.00166 Differential Geometry
+1603.01864 Computer Vision and Pattern Recognition
+1603.06518 Number Theory
+1603.06752
+1603.09280
+1603.09283
+1604.02728 Algebraic Geometry
+1604.02923 Rings and Algebras
+1604.03904 Physics and Society
+1604.05965 General Physics
+1604.06118 Logic in Computer Science
+1604.06605 Data Structures and Algorithms
+1604.06791 Classical Analysis and ODEs
+1604.07741 Computer Vision and Pattern Recognition
+1605.01008 Theory
+1605.01693 Group Theory
+1605.02798 Mesoscale and Nanoscale Physics
+1605.03264 Commutative Algebra
+1605.03359 Materials Science
+1605.04009 Adaptation and Self-Organizing Systems
+1605.05591 Statistical Mechanics
+1605.05844 Soft Condensed Matter
+1605.06255 Populations and Evolution
+1605.07014 Materials Science
+1605.07062
+1605.09624 Networking and Internet Architecture
+1606.01407
+1606.01964 Symplectic Geometry
+1606.03100 Cosmology and Nongalactic Astrophysics
+1606.03952
+1606.07508 Dynamical Systems
+1606.09634 Astrophysics of Galaxies
+1607.00488 Phenomenology
+1607.01609 Superconductivity
+1607.02023
+1607.02107 Mesoscale and Nanoscale Physics
+1607.02310 Computation and Language
+1607.02865 Neurons and Cognition
+1607.04367 Statistics Theory
+1607.05278 Mesoscale and Nanoscale Physics
+1607.05643 Cosmology and Nongalactic Astrophysics
+1607.07597 Algebraic Geometry
+1607.07695 Neural and Evolutionary Computing
+1608.00056 Earth and Planetary Astrophysics
+1608.00765 Phenomenology
+1608.01598
+1608.02014 Probability
+1608.04904 Computational Physics
+1608.05874 Distributed, Parallel, and Cluster Computing
+1608.06111 Computation and Language
+1608.06157 Strongly Correlated Electrons
+1608.06582 Quantitative Methods
+1608.06620 Experiment
+1608.06763 Materials Science
+1608.07220 Probability
+1608.07626
+1608.08951
+1609.00729 Theory
+1609.00757 Analysis of PDEs
+1609.00794 Analysis of PDEs
+1609.01605 Phenomenology
+1609.01663 Neurons and Cognition
+1609.01963
+1609.02101 Materials Science
+1609.03508 Methodology
+1609.03889 Classical Analysis and ODEs
+1609.04723 Data Structures and Algorithms
+1609.04876 Phenomenology
+1609.05014 Adaptation and Self-Organizing Systems
+1609.05225 Instrumentation and Methods for Astrophysics
+1609.06154 Cosmology and Nongalactic Astrophysics
+1609.09755 Fluid Dynamics
+1610.00140 Combinatorics
+1610.00533 Soft Condensed Matter
+1610.00609 Networking and Internet Architecture
+1610.01104
+1610.01675 Learning
+1610.02162 Strongly Correlated Electrons
+1610.02758 Optimization and Control
+1610.03172 Combinatorics
+1610.03512 Materials Science
+1610.04004
+1610.05461 Computation and Language
+1610.05532
+1610.06697 Functional Analysis
+1610.07158 Differential Geometry
+1610.09296 Learning
+1611.00064 Astrophysics of Galaxies
+1611.00287 Computer Vision and Pattern Recognition
+1611.00441
+1611.01331 Neural and Evolutionary Computing
+1611.01333 Strongly Correlated Electrons
+1611.04127 Differential Geometry
+1611.04526 High Energy Astrophysical Phenomena
+1611.04545
+1611.04683 Instrumentation and Methods for Astrophysics
+1611.05453 Phenomenology
+1611.06179 Computer Vision and Pattern Recognition
+1611.07525 Strongly Correlated Electrons
+1611.08275 Plasma Physics
+1611.10072 Strongly Correlated Electrons
+1612.00508 High Energy Astrophysical Phenomena
+1612.01645 Physics Education
+1612.01815 Atomic Physics
+1612.02009 Astrophysics of Galaxies
+1612.02834 Phenomenology
+1612.03832 Differential Geometry
+1612.04011 Phenomenology
+1612.04577 Strongly Correlated Electrons
+1612.04734 Instrumentation and Methods for Astrophysics
+1612.04849 Solar and Stellar Astrophysics
+1612.05441 Data Structures and Algorithms
+1612.05460 Data Structures and Algorithms
+1612.05476 Computer Vision and Pattern Recognition
+1612.05604
+1612.05863 Group Theory
+1612.05991 Theory
+1612.07024
+1612.07234 Probability
+1612.07604 Solar and Stellar Astrophysics
+1612.07684 Instrumentation and Detectors
+1612.08191 Functional Analysis
+1612.08630 Strongly Correlated Electrons
+1612.08641 Theory
+1612.08930 Probability
+1612.09160 High Energy Astrophysical Phenomena
+1612.09179 Dynamical Systems
+1612.09263 Cosmology and Nongalactic Astrophysics
+1612.09438 Learning
+1701.01234 Statistical Mechanics
+1701.01290 Systems and Control
+1701.01308
+1701.01530 Information Theory
+1701.01880
+1701.01992 Superconductivity
+1701.02233
+1701.02263 Phenomenology
+1701.02266 Lattice
+1701.02291 Learning
+1701.02313 Phenomenology
+1701.02412 Strongly Correlated Electrons
+1701.02446 Cryptography and Security
+1701.02490 Learning
+1701.02614 Group Theory
+1701.02660 Systems and Control
+1701.02673 Logic in Computer Science
+1701.02777
+1701.02948 Analysis of PDEs
+1701.02987 Instrumentation and Methods for Astrophysics
+1701.03075 Lattice
+1701.03081
+1701.03088
+1701.03100 Networking and Internet Architecture
+1701.03101 Instrumentation and Detectors
+1701.03103 Cosmology and Nongalactic Astrophysics
+1701.03105 Solar and Stellar Astrophysics
+1701.03107 Astrophysics of Galaxies
+1701.03108 Superconductivity
+1701.03109 Solar and Stellar Astrophysics
+1701.03111 Strongly Correlated Electrons
+1701.03113 Theory
+1701.03115 Phenomenology
+1701.03116 Solar and Stellar Astrophysics
+1701.03117 Strongly Correlated Electrons
+1701.03119 Information Theory
+1701.03123 High Energy Astrophysical Phenomena
+1701.03124 Algebraic Geometry
+1701.03127 Superconductivity
+1701.03128 Cosmology and Nongalactic Astrophysics
+1701.03129 Computation and Language
+1701.03130 Optics
+1701.03133 Quantum Gases
+1701.03135
+1701.03137 Social and Information Networks
+1701.03139 Methodology
+1701.03140 Plasma Physics
+1701.03141 Probability
+1701.03142 Instrumentation and Detectors
+1701.03143 Solar and Stellar Astrophysics
+1701.03144 Theory
+1701.03146 Theory
+1701.03149 Chaotic Dynamics
+1701.03151 Computer Vision and Pattern Recognition
+1701.03153 Computer Vision and Pattern Recognition
+1701.03154 General Mathematics
+1701.03155 Instrumentation and Detectors
+1701.03156 Instrumentation and Detectors
+1701.03157 Instrumentation and Detectors
+1701.03158 General Mathematics
+1701.03159 Applications
+1701.03160 History and Overview
+1701.03163 Computation and Language
+1701.03165 K-Theory and Homology
+1701.03167
+1701.03168 Phenomenology
+1701.03169
+1701.03170 Analysis of PDEs
+1701.03172 Optimization and Control
+1701.03173 Social and Information Networks
+1701.03174 Fluid Dynamics
+1701.03175 Plasma Physics
+1701.03177 Phenomenology
+1701.03178 Rings and Algebras
+1701.03179 Chemical Physics
+1701.03180 Commutative Algebra
+1701.03182 Analysis of PDEs
+1701.03183 Differential Geometry
+1701.03184 Representation Theory
+1701.03185 Computation and Language
+1701.03186 Systems and Control
+1701.03187 Instrumentation and Detectors
+1701.03188 General Mathematics
+1701.03189 Number Theory
+1701.03191 Algebraic Geometry
+1701.03192
+1701.03193 Combinatorics
+1701.03194 Algebraic Geometry
+1701.03195
+1701.03197 Algebraic Geometry
+1701.03198 Learning
+1701.03199
+1701.03202 Algebraic Geometry
+1701.03203 Combinatorics
+1701.03204 Pattern Formation and Solitons
+1701.03205 Systems and Control
+1701.03206 Strongly Correlated Electrons
+1701.03207 Information Theory
+1701.03208 Methodology
+1701.03210 Phenomenology
+1701.03211
+1701.03212 Machine Learning
+1701.03213 Probability
+1701.03215 Functional Analysis
+1701.03216 Combinatorics
+1701.03217 Spectral Theory
+1701.03218 Optimization and Control
+1701.03220 Genomics
+1701.03221 Information Theory
+1701.03222 Differential Geometry
+1701.03223
+1701.03224 Probability
+1701.03225 Algebraic Geometry
+1701.03227 Computation and Language
+1701.03229 Cryptography and Security
+1701.03230 Computational Geometry
+1701.03231 Computation and Language
+1701.03232 Analysis of PDEs
+1701.03233 Plasma Physics
+1701.03234 Information Theory
+1701.03237 Information Theory
+1701.03239 Theory
+1701.03240 Numerical Analysis
+1701.03241 Lattice
+1701.03243 Materials Science
+1701.03244 Computer Vision and Pattern Recognition
+1701.03245
+1701.03246 Computer Vision and Pattern Recognition
+1701.03247 Information Theory
+1701.03248 Optics
+1701.03249 Software Engineering
+1701.03250 Chemical Physics
+1701.03251
+1701.03252 Phenomenology
+1701.03253 Information Theory
+1701.03255 Computational Complexity
+1701.03257 Disordered Systems and Neural Networks
+1701.03258 Strongly Correlated Electrons
+1701.03259 Physics and Society
+1701.03261 Instrumentation and Methods for Astrophysics
+1701.03263 Data Structures and Algorithms
+1701.03265 Mesoscale and Nanoscale Physics
+1701.03266 Computer Vision and Pattern Recognition
+1701.03267 Computation
+1701.03268 Machine Learning
+1701.03271 Astrophysics of Galaxies
+1701.03272 Probability
+1701.03273 Quantum Gases
+1701.03274 Multimedia
+1701.03275 Classical Physics
+1701.03276 Dynamical Systems
+1701.03277 Social and Information Networks
+1701.03278 Mesoscale and Nanoscale Physics
+1701.03279 Algebraic Geometry
+1701.03281 Learning
+1701.03282 Information Theory
+1701.03283 Materials Science
+1701.03285 Mesoscale and Nanoscale Physics
+1701.03286
+1701.03287 Superconductivity
+1701.03288 Mesoscale and Nanoscale Physics
+1701.03290 Information Theory
+1701.03292 Physics and Society
+1701.03294 Probability
+1701.03295 Distributed, Parallel, and Cluster Computing
+1701.03296 Distributed, Parallel, and Cluster Computing
+1701.03297 Group Theory
+1701.03298 Theory
+1701.03299 Lattice
+1701.03300 Plasma Physics
+1701.03301 Logic
+1701.03302 Algebraic Geometry
+1701.03303 Phenomenology
+1701.03304 Networking and Internet Architecture
+1701.03306
+1701.03307 Optics
+1701.03308 Data Structures and Algorithms
+1701.03311
+1701.03312 Solar and Stellar Astrophysics
+1701.03313 Information Theory
+1701.03315
+1701.03316
+1701.03317
+1701.03318 Distributed, Parallel, and Cluster Computing
+1701.03319 Programming Languages
+1701.03320 Programming Languages
+1701.03322 Artificial Intelligence
+1701.03325 Representation Theory
+1701.03326 Statistics Theory
+1701.03327 Probability
+1701.03330 Computer Vision and Pattern Recognition
+1701.03332 Quantum Gases
+1701.03333 Combinatorics
+1701.03334 Analysis of PDEs
+1701.03335 Statistical Mechanics
+1701.03337 Biological Physics
+1701.03338 Computation and Language
+1701.03339 Complex Variables
+1701.03340 Computer Science and Game Theory
+1701.03341 Optimization and Control
+1701.03343 Systems and Control
+1701.03344 Representation Theory
+1701.03345 Biological Physics
+1701.03346 Group Theory
+1701.03347 Cosmology and Nongalactic Astrophysics
+1701.03348 Analysis of PDEs
+1701.03349 Plasma Physics
+1701.03350 General Physics
+1701.03352 Materials Science
+1701.03353 Analysis of PDEs
+1701.03354 Analysis of PDEs
+1701.03356 Probability
+1701.03357 Statistical Mechanics
+1701.03358
+1701.03359
+1701.03361 Materials Science
+1701.03362 Cosmology and Nongalactic Astrophysics
+1701.03363 Social and Information Networks
+1701.03366 Combinatorics
+1701.03367 General Physics
+1701.03368 Lattice
+1701.03370 Probability
+1701.03371 Lattice
+1701.03373 Complex Variables
+1701.03374 Cosmology and Nongalactic Astrophysics
+1701.03375 Cosmology and Nongalactic Astrophysics
+1701.03376 Differential Geometry
+1701.03377 Fluid Dynamics
+1701.03378 Rings and Algebras
+1701.03379 Computers and Society
+1701.03380 Logic
+1701.03383 Information Theory
+1701.03384 Instrumentation and Methods for Astrophysics
+1701.03385 Mesoscale and Nanoscale Physics
+1701.03387 Optics
+1701.03388 Computational Geometry
+1701.03389 Statistical Mechanics
+1701.03390 Analysis of PDEs
+1701.03391 Lattice
+1701.03392 Chemical Physics
+1701.03393
+1701.03394
+1701.03396 Medical Physics
+1701.03397 Information Theory
+1701.03399
+1701.03403 Information Theory
+1701.03405 Computation
+1701.03407 Probability
+1701.03408 Instrumentation and Detectors
+1701.03409 Instrumentation and Detectors
+1701.03410 Mesoscale and Nanoscale Physics
+1701.03411 Combinatorics
+1701.03412 Mesoscale and Nanoscale Physics
+1701.03413 Operator Algebras
+1701.03415 Networking and Internet Architecture
+1701.03416 Networking and Internet Architecture
+1701.03417 Networking and Internet Architecture
+1701.03419 Optics
+1701.03420 Computer Vision and Pattern Recognition
+1701.03422 Quantitative Methods
+1701.03423
+1701.03424 Numerical Analysis
+1701.03427 Numerical Analysis
+1701.03429 Complex Variables
+1701.03431 Algebraic Geometry
+1701.03432 Probability
+1701.03434 Computation and Language
+1701.03435 Algebraic Geometry
+1701.03436 Computers and Society
+1701.03438
+1701.03439 Computer Vision and Pattern Recognition
+1701.03441 Neural and Evolutionary Computing
+1701.03442 Astrophysics of Galaxies
+1701.03443
+1701.03445 Classical Physics
+1701.03446
+1701.03447 Combinatorics
+1701.03448 Populations and Evolution
+1701.03449 Machine Learning
+1701.03451 Optics
+1701.03452 Neural and Evolutionary Computing
+1701.03453 Combinatorics
+1701.03454 Geometric Topology
+1701.03456 Lattice
+1701.03457
+0708.3968
+0709.0831 Differential Geometry
+0802.4398 Exactly Solvable and Integrable Systems
+0809.1688 Algebraic Geometry
+0811.2517 Algebraic Geometry
+0906.4799 Algebraic Topology
+0907.0922 Algebraic Geometry
+0907.0924 Algebraic Geometry
+0907.4496 Rings and Algebras
+0907.5247 Geometric Topology
+0909.3356 Networking and Internet Architecture
+0910.2725 Statistical Mechanics
+0912.2570 Algebraic Geometry
+0912.2721 Cosmology and Nongalactic Astrophysics
+1001.4198 Differential Geometry
+1003.5894 Algebraic Geometry
+1004.0239 High Energy Astrophysical Phenomena
+1004.1243 High Energy Astrophysical Phenomena
+1005.1831 High Energy Astrophysical Phenomena
+1005.4867 High Energy Astrophysical Phenomena
+1006.0477 High Energy Astrophysical Phenomena
+1006.1375 Analysis of PDEs
+1007.1624 High Energy Astrophysical Phenomena
+1008.2127 High Energy Astrophysical Phenomena
+1010.4927 Solar and Stellar Astrophysics
+1012.2700 Soft Condensed Matter
+1102.0277 High Energy Astrophysical Phenomena
+1102.2746 High Energy Astrophysical Phenomena
+1103.1611 Algebraic Geometry
+1111.7026 High Energy Astrophysical Phenomena
+1112.1436 Optimization and Control
+1201.2142 Symplectic Geometry
+1201.4876 Algebraic Topology
+1203.3034 Differential Geometry
+1204.1480 Cosmology and Nongalactic Astrophysics
+1205.2150 High Energy Astrophysical Phenomena
+1205.3384 Astrophysics of Galaxies
+1207.2274 Algebraic Geometry
+1207.2877 Differential Geometry
+1207.6275 High Energy Astrophysical Phenomena
+1207.7267 High Energy Astrophysical Phenomena
+1208.1199 Analysis of PDEs
+1208.2682
+1209.5702 Phenomenology
+1210.7386 Differential Geometry
+1211.5377 Cosmology and Nongalactic Astrophysics
+1212.4715 Classical Analysis and ODEs
+1301.0093 Information Theory
+1302.4096 Differential Geometry
+1302.4382 Sound
+1302.6527
+1303.5968 Pattern Formation and Solitons
+1303.6830
+1304.0672
+1304.0675
+1304.3749 High Energy Astrophysical Phenomena
+1304.4400 Number Theory
+1304.5559 High Energy Astrophysical Phenomena
+1305.0084 Phenomenology
+1305.4337 Molecular Networks
+1305.5597 High Energy Astrophysical Phenomena
+1305.5603 Algebraic Geometry
+1307.5070 Algebraic Geometry
+1307.6384 High Energy Astrophysical Phenomena
+1307.8384 Astrophysics of Galaxies
+1308.0042 Algebraic Geometry
+1308.2506 High Energy Astrophysical Phenomena
+1308.3350 Solar and Stellar Astrophysics
+1309.0457 Differential Geometry
+1309.0637 K-Theory and Homology
+1309.4485 Logic
+1310.7520 Strongly Correlated Electrons
+1310.8266 Algebraic Geometry
+1311.0860 High Energy Astrophysical Phenomena
+1312.2162 Cosmology and Nongalactic Astrophysics
+1312.4753 Number Theory
+1312.5745 Probability
+1312.6877 Cosmology and Nongalactic Astrophysics
+1312.7180 Algebraic Geometry
+1401.0726 Cosmology and Nongalactic Astrophysics
+1402.4048 Quantum Algebra
+1403.3981 Algebraic Geometry
+1403.4643
+1403.5763 Logic
+1404.2395 Classical Analysis and ODEs
+1404.3197
+1404.3266 Symplectic Geometry
+1404.7850
+1406.1071 Instrumentation and Methods for Astrophysics
+1406.3862 Analysis of PDEs
+1406.6422
+1406.7137 Algebraic Geometry
+1406.7502 Representation Theory
+1406.7529 Number Theory
+1406.7770 Multiagent Systems
+1407.3599 Phenomenology
+1407.3873 Atmospheric and Oceanic Physics
+1408.0984 Algebraic Geometry
+1409.0184 Group Theory
+1409.0793 Number Theory
+1409.2667 Complex Variables
+1409.5978 Dynamical Systems
+1410.4324 Functional Analysis
+1410.6539 Functional Analysis
+1410.7239 High Energy Astrophysical Phenomena
+1411.1725 Differential Geometry
+1411.3500 Functional Analysis
+1411.4249 Information Theory
+1412.0074 Rings and Algebras
+1412.0540 Discrete Mathematics
+1412.4112 High Energy Astrophysical Phenomena
+1412.4676 Algebraic Geometry
+1412.8080 Earth and Planetary Astrophysics
+1412.8255 Logic
+1412.8590 High Energy Astrophysical Phenomena
+1501.02823 Cosmology and Nongalactic Astrophysics
+1501.06142 Rings and Algebras
+1501.06599 Classical Analysis and ODEs
+1501.07724 Algebraic Topology
+1502.03402
+1502.04721 Functional Analysis
+1502.05733 Cosmology and Nongalactic Astrophysics
+1502.06838 Representation Theory
+1503.03285 Cosmology and Nongalactic Astrophysics
+1503.04321 Cosmology and Nongalactic Astrophysics
+1503.04742 Analysis of PDEs
+1503.06529 Soft Condensed Matter
+1503.07102 Methodology
+1503.08174 Classical Analysis and ODEs
+1504.00364 Geometric Topology
+1504.00694 Number Theory
+1504.00879
+1504.01662 Information Theory
+1504.01759 Probability
+1504.03001 Dynamical Systems
+1504.03423 Algebraic Geometry
+1504.05012 Combinatorics
+1504.05425 Analysis of PDEs
+1505.01447 Algebraic Geometry
+1505.01582 Machine Learning
+1505.03993 Classical Analysis and ODEs
+1505.04426
+1506.00013 High Energy Astrophysical Phenomena
+1506.01365
+1506.01769 Computational Geometry
+1506.03965 Complex Variables
+1506.04421 Genomics
+1506.05991 Functional Analysis
+1506.06182 Astrophysics of Galaxies
+1507.01671 Geometric Topology
+1507.02132 Computer Science and Game Theory
+1507.03730 Neurons and Cognition
+1507.04442 Algebraic Geometry
+1507.04961 Computers and Society
+1507.06490 Algebraic Geometry
+1508.00849
+1508.03275 Functional Analysis
+1508.06255 Algebraic Geometry
+1508.07112 Number Theory
+1509.00833
+1509.01477 Physics and Society
+1509.04416 Theory
+1509.04750 Theory
+1509.05905 Algebraic Geometry
+1509.06397 Social and Information Networks
+1509.06427 Materials Science
+1509.06559 Optimization and Control
+1509.07833 Combinatorics
+1509.07834 High Energy Astrophysical Phenomena
+1509.08858
+1509.08988 Functional Analysis
+1510.00188 Theory
+1510.02530 Differential Geometry
+1510.02629 Cosmology and Nongalactic Astrophysics
+1510.05441 Functional Analysis
+1510.06464 Algebraic Topology
+1510.07678 Combinatorics
+1511.00688 High Energy Astrophysical Phenomena
+1511.01853 Machine Learning
+1511.02938 High Energy Astrophysical Phenomena
+1511.06252 Information Retrieval
+1511.06395 Numerical Analysis
+1511.06444 Learning
+1511.06867 Strongly Correlated Electrons
+1511.07559 Data Structures and Algorithms
+1511.09014 Algebraic Geometry
+1512.03376 Theory
+1512.04100 Theory
+1512.06609 Group Theory
+1512.06842 Phenomenology
+1512.08741 Functional Analysis
+1512.08887 Machine Learning
+1512.09291 Astrophysics of Galaxies
+1601.00101 Geometric Topology
+1601.00155 Statistics Theory
+1601.01545 Mesoscale and Nanoscale Physics
+1601.02720
+1601.03147 Networking and Internet Architecture
+1601.03276 Algebraic Geometry
+1601.04250 Number Theory
+1601.04625 Rings and Algebras
+1601.05051 Phenomenology
+1601.05417 Cosmology and Nongalactic Astrophysics
+1601.05803 Astrophysics of Galaxies
+1601.06442
+1601.07243 Computer Science and Game Theory
+1601.07861 Solar and Stellar Astrophysics
+1601.08100 Phenomenology
+1602.01879 Metric Geometry
+1602.05090
+1602.05496 Functional Analysis
+1602.06131 Differential Geometry
+1602.07053 Networking and Internet Architecture
+1603.01062 Optimization and Control
+1603.01455 Formal Languages and Automata Theory
+1603.02273 Strongly Correlated Electrons
+1603.03053 Mesoscale and Nanoscale Physics
+1603.03679
+1603.04259 Learning
+1603.04805 Representation Theory
+1603.05286 Mesoscale and Nanoscale Physics
+1603.05398 Optimization and Control
+1603.06383 Statistical Mechanics
+1603.06571 Computation and Language
+1603.07103 Theory
+1603.07565 Instrumentation and Methods for Astrophysics
+1603.07678
+1603.07987 Methodology
+1603.08798
+1603.08983 Neural and Evolutionary Computing
+1604.00970 Computer Vision and Pattern Recognition
+1604.01605 Algebraic Geometry
+1604.02448
+1604.02777
+1604.02856 Analysis of PDEs
+1604.03670 Robotics
+1604.03776 Methodology
+1604.04247 Statistical Mechanics
+1604.05266 Machine Learning
+1604.06369
+1604.06498 Machine Learning
+1604.07304 Methodology
+1604.07490 Geometric Topology
+1604.07603 Adaptation and Self-Organizing Systems
+1604.07920 Solar and Stellar Astrophysics
+1604.08014
+1605.00044 Dynamical Systems
+1605.00149 Biological Physics
+1605.00265 Statistics Theory
+1605.01205 High Energy Astrophysical Phenomena
+1605.01303 High Energy Astrophysical Phenomena
+1605.01678 Algebraic Geometry
+1605.01734 Cosmology and Nongalactic Astrophysics
+1605.02195 Mesoscale and Nanoscale Physics
+1605.04747 Differential Geometry
+1605.04989 Information Theory
+1605.05721 Learning
+1605.05885 Solar and Stellar Astrophysics
+1605.06233 Cryptography and Security
+1605.06554
+1605.06611 Mesoscale and Nanoscale Physics
+1605.06782
+1605.07046 Information Theory
+1605.07628 Mesoscale and Nanoscale Physics
+1605.08327
+1605.08652 Strongly Correlated Electrons
+1605.09339 Theory
+1605.09384 Astrophysics of Galaxies
+1605.09407 Earth and Planetary Astrophysics
+1605.09701 Dynamical Systems
+1606.00158 Physics and Society
+1606.00704 Machine Learning
+1606.01341 Computation and Language
+1606.01471 Astrophysics of Galaxies
+1606.01527 Differential Geometry
+1606.01560 Physics and Society
+1606.01914
+1606.01934 Astrophysics of Galaxies
+1606.02090 Methodology
+1606.02353 Classical Analysis and ODEs
+1606.02666 Optics
+1606.03293 Earth and Planetary Astrophysics
+1606.03839 Fluid Dynamics
+1606.04054 Phenomenology
+1606.04140 Phenomenology
+1606.04666 Information Retrieval
+1606.04905 High Energy Astrophysical Phenomena
+1606.05156 Information Theory
+1606.05815
+1606.05969 Information Theory
+1606.06416 Mesoscale and Nanoscale Physics
+1606.06558
+1606.06646 Phenomenology
+1606.07059 High Energy Astrophysical Phenomena
+1606.07074 Materials Science
+1606.08392
+1606.08702 Quantum Gases
+1606.09050 Astrophysics of Galaxies
+1606.09566 High Energy Astrophysical Phenomena
+1606.09617
+1607.00409 Earth and Planetary Astrophysics
+1607.00691 Disordered Systems and Neural Networks
+1607.01169 Algebraic Geometry
+1607.01190 Cosmology and Nongalactic Astrophysics
+1607.01998 Earth and Planetary Astrophysics
+1607.02255 High Energy Astrophysical Phenomena
+1607.02345 Mesoscale and Nanoscale Physics
+1607.02359 Phenomenology
+1607.02699 Information Theory
+1607.02726 Plasma Physics
+1607.03781
+1607.03894 Strongly Correlated Electrons
+1607.04179 Computational Physics
+1607.04295 Optimization and Control
+1607.04448 Phenomenology
+1607.05109 Quantum Gases
+1607.05234 Materials Science
+1607.05365 High Energy Astrophysical Phenomena
+1607.05556 Phenomenology
+1607.05990 Soft Condensed Matter
+1607.06054 Strongly Correlated Electrons
+1607.06536 Quantum Gases
+1607.06730
+1607.07332
+1607.07859 Earth and Planetary Astrophysics
+1607.08490 Statistical Mechanics
+1607.08624 Materials Science
+1607.08793
+1607.08868 High Energy Astrophysical Phenomena
+1608.00158 Number Theory
+1608.00560
+1608.01097 Phenomenology
+1608.01328 Statistical Mechanics
+1608.01546 Pattern Formation and Solitons
+1608.01558 Disordered Systems and Neural Networks
+1608.01618 Phenomenology
+1608.01998 High Energy Astrophysical Phenomena
+1608.02231
+1608.02321 Astrophysics of Galaxies
+1608.02587 Astrophysics of Galaxies
+1608.02651 Theory
+1608.02670 Information Theory
+1608.02914 Strongly Correlated Electrons
+1608.03591 Phenomenology
+1608.03951 Combinatorics
+1608.04009 Astrophysics of Galaxies
+1608.04032
+1608.04278 Mesoscale and Nanoscale Physics
+1608.04344
+1608.04351 Cosmology and Nongalactic Astrophysics
+1608.04543
+1608.04643 Earth and Planetary Astrophysics
+1608.04889 High Energy Astrophysical Phenomena
+1608.05141
+1608.05410 Earth and Planetary Astrophysics
+1608.05414 Phenomenology
+1608.05498 Risk Management
+1608.05859 Computation and Language
+1608.06380 High Energy Astrophysical Phenomena
+1608.06718 Computation and Language
+1608.08067
+1608.08227 Strongly Correlated Electrons
+1608.08277 Phenomenology
+1608.08398 Astrophysics of Galaxies
+1608.08420 Quantum Gases
+1608.08671 Probability
+1608.08708 Phenomenology
+1608.08801 Cosmology and Nongalactic Astrophysics
+1609.00190
+1609.00245 Probability
+1609.00401 Superconductivity
+1609.00657 Pattern Formation and Solitons
+1609.00882
+1609.01099 Optics
+1609.01181 Instrumentation and Detectors
+1609.01505 Instrumentation and Methods for Astrophysics
+1609.01707 Disordered Systems and Neural Networks
+1609.01786 Phenomenology
+1609.01874 Phenomenology
+1609.01951 Computer Science and Game Theory
+1609.02025 Phenomenology
+1609.02145 Astrophysics of Galaxies
+1609.02162 Superconductivity
+1609.02248 Astrophysics of Galaxies
+1609.02403
+1609.02703 Computational Physics
+1609.03068 Neural and Evolutionary Computing
+1609.03082 Earth and Planetary Astrophysics
+1609.03158 Optimization and Control
+1609.03510 Chemical Physics
+1609.03581 High Energy Astrophysical Phenomena
+1609.03591 Solar and Stellar Astrophysics
+1609.03903 Earth and Planetary Astrophysics
+1609.04893 High Energy Astrophysical Phenomena
+1609.04944 Trading and Market Microstructure
+1609.05047 Materials Science
+1609.05311 Astrophysics of Galaxies
+1609.05421 Materials Science
+1609.05450 Strongly Correlated Electrons
+1609.05685 Mesoscale and Nanoscale Physics
+1609.05723 Solar and Stellar Astrophysics
+1609.05949 Quantum Gases
+1609.06084 Materials Science
+1609.06115 Phenomenology
+1609.06183 Optics
+1609.06289 Differential Geometry
+1609.06340
+1609.06524 Plasma Physics
+1609.06689 Astrophysics of Galaxies
+1609.06781 Phenomenology
+1609.06797 Other Condensed Matter
+1609.07001 Phenomenology
+1609.07122 Phenomenology
+1609.07156 Earth and Planetary Astrophysics
+1609.07308 Astrophysics of Galaxies
+1609.07318 Astrophysics of Galaxies
+1609.07348 Pattern Formation and Solitons
+1609.07474 Earth and Planetary Astrophysics
+1609.07538 Astrophysics of Galaxies
+1609.07705 High Energy Astrophysical Phenomena
+1609.07809 Geometric Topology
+1609.07986 Computer Vision and Pattern Recognition
+1609.08158 Astrophysics of Galaxies
+1609.08169 Astrophysics of Galaxies
+1609.08240 Astrophysics of Galaxies
+1609.08256 Astrophysics of Galaxies
+1609.08478 Astrophysics of Galaxies
+1609.08552
+1609.08617 Strongly Correlated Electrons
+1609.08726 Solar and Stellar Astrophysics
+1609.08837 Operator Algebras
+1609.09353 Learning
+1609.09495 Astrophysics of Galaxies
+1609.09723
+1609.09749 Astrophysics of Galaxies
+1609.09855 Cosmology and Nongalactic Astrophysics
+1610.00028 Astrophysics of Galaxies
+1610.00171 Human-Computer Interaction
+1610.00309 Neurons and Cognition
+1610.00417 Disordered Systems and Neural Networks
+1610.00523 Materials Science
+1610.00699 High Energy Astrophysical Phenomena
+1610.00711 High Energy Astrophysical Phenomena
+1610.00902 Phenomenology
+1610.01088 Materials Science
+1610.01343 Optics
+1610.01383 Experiment
+1610.01459 Instrumentation and Detectors
+1610.01615 Astrophysics of Galaxies
+1610.01640 Adaptation and Self-Organizing Systems
+1610.01802 Theory
+1610.01870 Dynamical Systems
+1610.02149
+1610.02437 Astrophysics of Galaxies
+1610.02441 Astrophysics of Galaxies
+1610.02748 Earth and Planetary Astrophysics
+1610.02926 Materials Science
+1610.02964 Astrophysics of Galaxies
+1610.02972 Quantum Gases
+1610.03257 Soft Condensed Matter
+1610.03293 Quantum Gases
+1610.03419 Materials Science
+1610.03947 Astrophysics of Galaxies
+1610.04034 Materials Science
+1610.04773
+1610.04806 Disordered Systems and Neural Networks
+1610.04990 Space Physics
+1610.05122
+1610.05319 High Energy Astrophysical Phenomena
+1610.05557
+1610.05599 Theory
+1610.05648 Quantum Gases
+1610.05770 Astrophysics of Galaxies
+1610.05782 Astrophysics of Galaxies
+1610.05805 Astrophysics of Galaxies
+1610.05936 Networking and Internet Architecture
+1610.05957
+1610.06139
+1610.06277 Earth and Planetary Astrophysics
+1610.06529 Plasma Physics
+1610.07226 Superconductivity
+1610.07229 Data Structures and Algorithms
+1610.07301 Soft Condensed Matter
+1610.07329 Superconductivity
+1610.07608 High Energy Astrophysical Phenomena
+1610.07648 Materials Science
+1610.08121 Algebraic Geometry
+1610.08346 Analysis of PDEs
+1610.08520 Astrophysics of Galaxies
+1610.08527 Theory
+1610.08682 Disordered Systems and Neural Networks
+1610.08760 Instrumentation and Methods for Astrophysics
+1610.08811 Solar and Stellar Astrophysics
+1610.08830 Cosmology and Nongalactic Astrophysics
+1610.08925
+1610.08981 Astrophysics of Galaxies
+1610.09149 Strongly Correlated Electrons
+1610.09373 Phenomenology
+1610.09377 Astrophysics of Galaxies
+1610.09592 Phenomenology
+1611.00017 Astrophysics of Galaxies
+1611.00072 K-Theory and Homology
+1611.00293 Phenomenology
+1611.00348 Phenomenology
+1611.00404 Distributed, Parallel, and Cluster Computing
+1611.00419 High Energy Astrophysical Phenomena
+1611.00497 Phenomenology
+1611.00649 Mesoscale and Nanoscale Physics
+1611.00719 Astrophysics of Galaxies
+1611.01050 Differential Geometry
+1611.01085 Atomic Physics
+1611.01460 Phenomenology
+1611.01610 Superconductivity
+1611.01744
+1611.01803
+1611.01928
+1611.02039 Astrophysics of Galaxies
+1611.02183 Astrophysics of Galaxies
+1611.02236 Strongly Correlated Electrons
+1611.02950 Probability
+1611.02972
+1611.03184 High Energy Astrophysical Phenomena
+1611.03257 Earth and Planetary Astrophysics
+1611.03954 Artificial Intelligence
+1611.04142 Instrumentation and Detectors
+1611.04399 Computer Vision and Pattern Recognition
+1611.04568 Phenomenology
+1611.04584 Astrophysics of Galaxies
+1611.04607 Theory
+1611.04616 Theory
+1611.04658 Phenomenology
+1611.04928 Computation and Language
+1611.05048 Phenomenology
+1611.05085 Mesoscale and Nanoscale Physics
+1611.05223 Solar and Stellar Astrophysics
+1611.05236 Mesoscale and Nanoscale Physics
+1611.05383 Phenomenology
+1611.05830 Solar and Stellar Astrophysics
+1611.05858 Instrumentation and Methods for Astrophysics
+1611.05997
+1611.06005
+1611.06041 Materials Science
+1611.06155 Instrumentation and Methods for Astrophysics
+1611.06489 Astrophysics of Galaxies
+1611.06568 Phenomenology
+1611.06579 High Energy Astrophysical Phenomena
+1611.06664 Dynamical Systems
+1611.06710 Mesoscale and Nanoscale Physics
+1611.07022 Astrophysics of Galaxies
+1611.07066 Differential Geometry
+1611.07125 Astrophysics of Galaxies
+1611.07234 Phenomenology
+1611.07461 Solar and Stellar Astrophysics
+1611.07470 Astrophysics of Galaxies
+1611.07612 Data Structures and Algorithms
+1611.07833 Numerical Analysis
+1611.07904 Analysis of PDEs
+1611.07983 High Energy Astrophysical Phenomena
+1611.08106
+1611.08279 Cosmology and Nongalactic Astrophysics
+1611.08378 Astrophysics of Galaxies
+1611.08442 Strongly Correlated Electrons
+1611.08485
+1611.08524 Statistical Mechanics
+1611.08576 Solar and Stellar Astrophysics
+1611.08597 Astrophysics of Galaxies
+1611.08915 Theory
+1611.08922 Quantum Gases
+1611.08933 Quantum Algebra
+1611.09074 Earth and Planetary Astrophysics
+1611.09763 Optimization and Control
+1611.10145 Strongly Correlated Electrons
+1611.10244 High Energy Astrophysical Phenomena
+1611.10274 Astrophysics of Galaxies
+1611.10292 High Energy Astrophysical Phenomena
+1612.00008 Solar and Stellar Astrophysics
+1612.00183 Astrophysics of Galaxies
+1612.00289
+1612.00315 Representation Theory
+1612.00401
+1612.00459 Astrophysics of Galaxies
+1612.00512 Classical Analysis and ODEs
+1612.00533 Mesoscale and Nanoscale Physics
+1612.00560 Computer Vision and Pattern Recognition
+1612.00697 Solar and Stellar Astrophysics
+1612.00890 Strongly Correlated Electrons
+1612.01017 High Energy Astrophysical Phenomena
+1612.01214
+1612.01442 Group Theory
+1612.01460 Mesoscale and Nanoscale Physics
+1612.01503 Disordered Systems and Neural Networks
+1612.01770 Digital Libraries
+1612.01927 Mesoscale and Nanoscale Physics
+1612.01994
+1612.02098 Solar and Stellar Astrophysics
+1612.02157 Fluid Dynamics
+1612.02244 Experiment
+1612.02370 Phenomenology
+1612.02441 Solar and Stellar Astrophysics
+1612.02691 Theory
+1612.02983 Mesoscale and Nanoscale Physics
+1612.03065
+1612.03120 Representation Theory
+1612.03163 Astrophysics of Galaxies
+1612.03289 Theory
+1612.03517 Phenomenology
+1612.03524 Materials Science
+1612.03957 Machine Learning
+1612.04020 Astrophysics of Galaxies
+1612.04044
+1612.04117 Strongly Correlated Electrons
+1612.04255
+1612.04327
+1612.04366 Phenomenology
+1612.04385 Theory
+1612.04505 Theory
+1612.04640 Phenomenology
+1612.04798 Lattice
+1612.04826 Phenomenology
+1612.04941 Space Physics
+1612.04995 Astrophysics of Galaxies
+1612.05094 Strongly Correlated Electrons
+1612.05134 Quantum Gases
+1612.05311 Solar and Stellar Astrophysics
+1612.05364
+1612.05579 Strongly Correlated Electrons
+1612.05589 Astrophysics of Galaxies
+1612.05801 Instrumentation and Methods for Astrophysics
+1612.06145 Earth and Planetary Astrophysics
+1612.06300 Strongly Correlated Electrons
+1612.06338 Strongly Correlated Electrons
+1612.06389 High Energy Astrophysical Phenomena
+1612.06495 Astrophysics of Galaxies
+1612.06575 Dynamical Systems
+1612.06852 Theory
+1612.06940 Phenomenology
+1612.07052 Differential Geometry
+1612.07322 Astrophysics of Galaxies
+1612.08104 Mesoscale and Nanoscale Physics
+1612.08570 Differential Geometry
+1612.08792 Computer Vision and Pattern Recognition
+1612.09042 Logic
+1701.00458 Instrumentation and Methods for Astrophysics
+1701.00497 High Energy Astrophysical Phenomena
+1701.00586 Solar and Stellar Astrophysics
+1701.00692 Phenomenology
+1701.01117 Astrophysics of Galaxies
+1701.01179 Astrophysics of Galaxies
+1701.01327 Trading and Market Microstructure
+1701.01422 Solar and Stellar Astrophysics
+1701.01452 High Energy Astrophysical Phenomena
+1701.01472 Physics Education
+1701.01526 Solar and Stellar Astrophysics
+1701.01734 Astrophysics of Galaxies
+1701.01774 High Energy Astrophysical Phenomena
+1701.01806 Astrophysics of Galaxies
+1701.02035 Medical Physics
+1701.02147
+1701.02159 Solar and Stellar Astrophysics
+1701.02287 Biomolecules
+1701.02314 Earth and Planetary Astrophysics
+1701.02409 Computational Complexity
+1701.02569 Soft Condensed Matter
+1701.02717 Solar and Stellar Astrophysics
+1701.02771 Astrophysics of Galaxies
+1701.02800 Theory
+1701.02811 Astrophysics of Galaxies
+1701.02994 Earth and Planetary Astrophysics
+1701.03011 Materials Science
+1701.03138 Instrumentation and Methods for Astrophysics
+1701.03190 Astrophysics of Galaxies
+1701.03270 Plasma Physics
+1701.03365 Solar and Stellar Astrophysics
+1701.03381 High Energy Astrophysical Phenomena
+1701.03428 Functional Analysis
+1701.03516 Solar and Stellar Astrophysics
+1701.03538 Cosmology and Nongalactic Astrophysics
+1701.03595 High Energy Astrophysical Phenomena
+1701.03650
+1701.03736 Astrophysics of Galaxies
+1701.03777 High Energy Astrophysical Phenomena
+1701.03938 High Energy Astrophysical Phenomena
+1701.03994 Rings and Algebras
+1701.04286 Space Physics
+1701.04381 Earth and Planetary Astrophysics
+1701.04501 Astrophysics of Galaxies
+1701.04538 Instrumentation and Methods for Astrophysics
+1701.04745 Mesoscale and Nanoscale Physics
+1701.04835 Astrophysics of Galaxies
+1701.04836 Solar and Stellar Astrophysics
+1701.04898 Astrophysics of Galaxies
+1701.04944 Machine Learning
+1701.05090 Disordered Systems and Neural Networks
+1701.05122 Solar and Stellar Astrophysics
+1701.05124 Experiment
+1701.05196 High Energy Astrophysical Phenomena
+1701.05201 Solar and Stellar Astrophysics
+1701.05218 Solar and Stellar Astrophysics
+1701.05269 Astrophysics of Galaxies
+1701.05560 Astrophysics of Galaxies
+1701.05852 Solar and Stellar Astrophysics
+1701.05963 Solar and Stellar Astrophysics
+1701.06019 Cosmology and Nongalactic Astrophysics
+1701.06102 High Energy Astrophysical Phenomena
+1701.06143 High Energy Astrophysical Phenomena
+1701.06180 Astrophysics of Galaxies
+1701.06216 Differential Geometry
+1701.06286 Solar and Stellar Astrophysics
+1701.06379 Optimization and Control
+1701.06617 Cosmology and Nongalactic Astrophysics
+1701.06666 Earth and Planetary Astrophysics
+1701.06780 Solar and Stellar Astrophysics
+1701.07001 Solar and Stellar Astrophysics
+1701.07113 Solar and Stellar Astrophysics
+1701.07239 Astrophysics of Galaxies
+1701.07338 High Energy Astrophysical Phenomena
+1701.07527 Astrophysics of Galaxies
+1701.07553 Robotics
+1701.07593 Algebraic Geometry
+1701.07610 Solar and Stellar Astrophysics
+1701.07803 Solar and Stellar Astrophysics
+1701.07825 Astrophysics of Galaxies
+1701.07834 Solar and Stellar Astrophysics
+1701.07881 Earth and Planetary Astrophysics
+1701.08080
+1701.08133 Fluid Dynamics
+1701.08168 Astrophysics of Galaxies
+1701.08548 Cosmology and Nongalactic Astrophysics
+1701.08882 High Energy Astrophysical Phenomena
+1701.09059 Algebraic Geometry
+1701.09070 Number Theory
+1701.09102 Solar and Stellar Astrophysics
+1701.09155 Algebraic Geometry
+1702.00055 Astrophysics of Galaxies
+1702.00118
+1702.00195 Astrophysics of Galaxies
+1702.00329 Genomics
+1702.00335 Systems and Control
+1702.00560
+1702.00576
+1702.00606 Information Theory
+1702.00617
+1702.00673 Strongly Correlated Electrons
+1702.00865 Neurons and Cognition
+1702.00947 Astrophysics of Galaxies
+1702.00997 Solar and Stellar Astrophysics
+1702.01009 Cosmology and Nongalactic Astrophysics
+1702.01123 Earth and Planetary Astrophysics
+1702.01215 Solar and Stellar Astrophysics
+1702.01813 Solar and Stellar Astrophysics
+1702.01851 Astrophysics of Galaxies
+1702.02219 Solar and Stellar Astrophysics
+1702.02324 Theory
+1702.02625 K-Theory and Homology
+1702.02629 Number Theory
+1702.02862 Solar and Stellar Astrophysics
+1702.03071 Solar and Stellar Astrophysics
+1702.03210 Atomic Physics
+1702.03301 Earth and Planetary Astrophysics
+1702.03366 Optimization and Control
+1702.03489 Phenomenology
+1702.03672 Materials Science
+1702.03702
+1702.03719 High Energy Astrophysical Phenomena
+1702.03736 Instrumentation and Methods for Astrophysics
+1702.04167 Strongly Correlated Electrons
+1702.04267 Machine Learning
+1702.04305 Rings and Algebras
+1702.04453
+1702.04649 Learning
+1702.04744 Solar and Stellar Astrophysics
+1702.04821 Number Theory
+1702.05006
+1702.05015 Complex Variables
+1702.05067 Instrumentation and Methods for Astrophysics
+1702.05152 Phenomenology
+1702.05190 Mesoscale and Nanoscale Physics
+1702.05281 Phenomenology
+1702.05378 Number Theory
+1702.05420 Systems and Control
+1702.05440 Representation Theory
+1702.05556 Atomic Physics
+1702.05601 Dynamical Systems
+1702.05623 Differential Geometry
+1702.05704 Computational Complexity
+1702.05735 Logic
+1702.05749 Theory
+1702.05757 Cosmology and Nongalactic Astrophysics
+1702.05758 Classical Analysis and ODEs
+1702.05762 Metric Geometry
+1702.05769 Category Theory
+1702.05801 Analysis of PDEs
+1702.05810 Statistical Mechanics
+1702.05854 Social and Information Networks
+1702.05927
+1702.05952 Physics and Society
+1702.05954
+1702.05966 Earth and Planetary Astrophysics
+1702.06011 Information Theory
+1702.06072 Physics Education
+1702.06090
+1702.06117 Instrumentation and Detectors
+1702.06118 Computer Vision and Pattern Recognition
+1702.06119 Emerging Technologies
+1702.06120 Learning
+1702.06121 Data Structures and Algorithms
+1702.06122 Computational Physics
+1702.06124 Phenomenology
+1702.06125 Superconductivity
+1702.06129 Astrophysics of Galaxies
+1702.06131 High Energy Astrophysical Phenomena
+1702.06136
+1702.06138 High Energy Astrophysical Phenomena
+1702.06139 Theory
+1702.06142
+1702.06143 Astrophysics of Galaxies
+1702.06144 Information Theory
+1702.06145 Phenomenology
+1702.06147 Theory
+1702.06148 Astrophysics of Galaxies
+1702.06149 Astrophysics of Galaxies
+1702.06151 Computer Vision and Pattern Recognition
+1702.06152 Information Theory
+1702.06153 Social and Information Networks
+1702.06154 Social and Information Networks
+1702.06156 Computers and Society
+1702.06157 Information Theory
+1702.06158 Computers and Society
+1702.06159 Cryptography and Security
+1702.06162 Cryptography and Security
+1702.06163 Computational Geometry
+1702.06164 Experiment
+1702.06167 Distributed, Parallel, and Cluster Computing
+1702.06168 Representation Theory
+1702.06169 Algebraic Geometry
+1702.06170 Number Theory
+1702.06171 Functional Analysis
+1702.06172 Numerical Analysis
+1702.06173 Astrophysics of Galaxies
+1702.06174 Materials Science
+1702.06175 Learning
+1702.06177 Probability
+1702.06178 Space Physics
+1702.06179
+1702.06180 Probability
+1702.06181
+1702.06182 Astrophysics of Galaxies
+1702.06185 Information Theory
+1702.06188 Computer Vision and Pattern Recognition
+1702.06189 Computer Science and Game Theory
+1702.06191 Statistical Finance
+1702.06192 Cell Behavior
+1702.06194 Mesoscale and Nanoscale Physics
+1702.06195 Probability
+1702.06196 Soft Condensed Matter
+1702.06197 General Topology
+1702.06198 Complex Variables
+1702.06199 Artificial Intelligence
+1702.06203 Combinatorics
+1702.06204 Algebraic Geometry
+1702.06205 Mesoscale and Nanoscale Physics
+1702.06206 Dynamical Systems
+1702.06207 Plasma Physics
+1702.06209 Machine Learning
+1702.06210 Mesoscale and Nanoscale Physics
+1702.06212 Computer Vision and Pattern Recognition
+1702.06213 Algebraic Geometry
+1702.06214 Strongly Correlated Electrons
+1702.06215
+1702.06218 Algebraic Geometry
+1702.06219 Optimization and Control
+1702.06220 Methodology
+1702.06221 Methodology
+1702.06222 Analysis of PDEs
+1702.06223 Quantum Algebra
+1702.06225 Chemical Physics
+1702.06226 Information Theory
+1702.06227 Combinatorics
+1702.06228 Computer Vision and Pattern Recognition
+1702.06229
+1702.06231
+1702.06232 Optics
+1702.06233 Geometric Topology
+1702.06234 Machine Learning
+1702.06235 Computation and Language
+1702.06236 Human-Computer Interaction
+1702.06238 Artificial Intelligence
+1702.06239 Computation and Language
+1702.06240 Methodology
+1702.06241 Lattice
+1702.06242
+1702.06243 Geometric Topology
+1702.06244 Analysis of PDEs
+1702.06245 Phenomenology
+1702.06246 Dynamical Systems
+1702.06247 Information Retrieval
+1702.06248
+1702.06251 Neurons and Cognition
+1702.06252 Algebraic Geometry
+1702.06253 Social and Information Networks
+1702.06254 Optimization and Control
+1702.06255 Populations and Evolution
+1702.06256 Data Structures and Algorithms
+1702.06257 Computer Vision and Pattern Recognition
+1702.06258 Materials Science
+1702.06259 Logic in Computer Science
+1702.06262 Phenomenology
+1702.06263
+1702.06265 Systems and Control
+1702.06267 Algebraic Geometry
+1702.06268 Differential Geometry
+1702.06269 Learning
+1702.06271 Rings and Algebras
+1702.06272
+1702.06273 Statistical Mechanics
+1702.06274 Mesoscale and Nanoscale Physics
+1702.06275 Fluid Dynamics
+1702.06277 Multimedia
+1702.06278 Machine Learning
+1702.06279 Analysis of PDEs
+1702.06280 Cryptography and Security
+1702.06281 Combinatorics
+1702.06282 Probability
+1702.06284 Databases
+1702.06285 Systems and Control
+1702.06286 Learning
+1702.06287
+1702.06288 Analysis of PDEs
+1702.06289 Lattice
+1702.06290 Geometric Topology
+1702.06291 Computer Vision and Pattern Recognition
+1702.06293 Experiment
+1702.06294 Computer Vision and Pattern Recognition
+1702.06296 Instrumentation and Methods for Astrophysics
+1702.06297 Multimedia
+1702.06298 Databases
+1702.06299 Analysis of PDEs
+1702.06300 Numerical Analysis
+1702.06301 Optimization and Control
+1702.06302 Strongly Correlated Electrons
+1702.06305 Optimization and Control
+1702.06306 Optics
+1702.06307 Accelerator Physics
+1702.06309 Dynamical Systems
+1702.06310 Differential Geometry
+1702.06313 Statistical Mechanics
+1702.06314 Optimization and Control
+1702.06315 Experiment
+1702.06316 Theory
+1702.06317 Atomic Physics
+1702.06318 Computers and Society
+1702.06319 High Energy Astrophysical Phenomena
+1702.06320 Phenomenology
+1702.06321 Superconductivity
+1702.06322 Discrete Mathematics
+1702.06323 Group Theory
+1702.06324 Analysis of PDEs
+1702.06325
+1702.06326 Functional Analysis
+1702.06327 Atomic Physics
+1702.06328 General Topology
+1702.06329 Artificial Intelligence
+1702.06330
+1702.06331 Distributed, Parallel, and Cluster Computing
+1702.06332 Computer Vision and Pattern Recognition
+1702.06333 Group Theory
+1702.06334 Programming Languages
+1702.06336 Computation and Language
+1702.06337
+1702.06338 Cosmology and Nongalactic Astrophysics
+1702.06339 Number Theory
+1702.06340
+1702.06341 Learning
+1702.06342 Physics and Society
+1702.06344 Information Theory
+1702.06345 Atmospheric and Oceanic Physics
+1702.06346 Materials Science
+1702.06347 Learning
+1702.06348 Theory
+1702.06349 Mesoscale and Nanoscale Physics
+1702.06350 Combinatorics
+1702.06351 Materials Science
+1702.06352
+1702.06353 Phenomenology
+1702.06354 Machine Learning
+1702.06355 Computer Vision and Pattern Recognition
+1702.06357
+1702.06358 Cosmology and Nongalactic Astrophysics
+1702.06359 Instrumentation and Detectors
+1702.06360
+1702.06361 High Energy Astrophysical Phenomena
+1702.06363 Physics and Society
+1702.06364 Computational Complexity
+1702.06365 Numerical Analysis
+1702.06366 Materials Science
+1702.06367 Functional Analysis
+1702.06368 Chemical Physics
+1702.06369
+1702.06370 Databases
+1702.06371 Geometric Topology
+1702.06372 Optics
+1702.06375 Optimization and Control
+1702.06376 Computer Vision and Pattern Recognition
+1702.06377 Soft Condensed Matter
+1702.06379 Databases
+1702.06380 Plasma Physics
+1702.06381 Information Theory
+1702.06382 Networking and Internet Architecture
+1702.06383 Information Retrieval
+1702.06384 Networking and Internet Architecture
+1702.06385 Machine Learning
+1702.06386 Theory
+1702.06387 Networking and Internet Architecture
+1702.06389 Probability
+1702.06390 Information Theory
+1702.06391 Other Computer Science
+1702.06392 Distributed, Parallel, and Cluster Computing
+1702.06393 Earth and Planetary Astrophysics
+1702.06395 Algebraic Geometry
+1702.06396 Probability
+1702.06397 Computer Vision and Pattern Recognition
+1702.06398 Systems and Control
+1702.06399 General Physics
+1702.06400 Fluid Dynamics
+1702.06401 Numerical Analysis
+1702.06402
+1702.06404 Artificial Intelligence
+1702.06405 Neurons and Cognition
+1702.06406 Strongly Correlated Electrons
+1702.06408 Computer Vision and Pattern Recognition
+1702.06409
+1702.06412 Mesoscale and Nanoscale Physics
+1702.06413 Number Theory
+1702.06414 Logic
+1702.06415
+1702.06416 Dynamical Systems
+1702.06418 Strongly Correlated Electrons
+1702.06419 Combinatorics
+1702.06420 Number Theory
+1702.06421 Classical Analysis and ODEs
+1702.06422 Number Theory
+1702.06423 Networking and Internet Architecture
+1702.06424 Mesoscale and Nanoscale Physics
+1702.06425 Instrumentation and Detectors
+1702.06426 Phenomenology
+1702.06427 Classical Analysis and ODEs
+1702.06428 Representation Theory
+1702.06429 Optimization and Control
+1702.06431 Quantum Algebra
+1702.06434 Analysis of PDEs
+1702.06435 Information Theory
+1702.06436 Cryptography and Security
+1702.06438 Combinatorics
+1702.06439 Computer Science and Game Theory
+1702.06441 Computer Vision and Pattern Recognition
+1702.06442 Theory
+1702.06443 Information Theory
+1702.06444 Probability
+1702.06445 Systems and Control
+1702.06446 Information Theory
+1702.06447 Representation Theory
+1702.06448 Logic
+1702.06449
+1702.06451 Computer Vision and Pattern Recognition
+1702.06452 Lattice
+1702.06453 Complex Variables
+1702.06454 Mesoscale and Nanoscale Physics
+1702.06455 Information Theory
+1702.06456 Neural and Evolutionary Computing
+1702.06458 Social and Information Networks
+1702.06459
+1702.06460 Analysis of PDEs
+1702.06461 Computer Vision and Pattern Recognition
+1702.06462 Geometric Topology
+1702.06464 Dynamical Systems
+1702.06465 Quantum Gases
+1702.06467 Information Retrieval
+1702.06468 Analysis of PDEs
+1702.06469 Fluid Dynamics
+1702.06471 Functional Analysis
+1702.06473 Experiment
+1702.06475 Cryptography and Security
+1702.06476 Optics
+1702.06477 Numerical Analysis
+1702.06479 Optimization and Control
+1702.06480 Dynamical Systems
+1702.06481 Accelerator Physics
+1702.06482 Phenomenology
+1702.06483 Mesoscale and Nanoscale Physics
+1702.06484 Theory
+1702.06485 Functional Analysis
+1702.06486 Phenomenology
+1702.06487 Number Theory
+1702.06489 Theory
+1702.06491 Human-Computer Interaction
+1702.06493 Information Theory
+1702.06494 Number Theory
+1702.06495 Probability
+1702.06496 Combinatorics
+1702.06497 Mesoscale and Nanoscale Physics
+1702.06498 Materials Science
+1702.06500 Solar and Stellar Astrophysics
+1702.06501 Instrumentation and Detectors
+1702.06502 Analysis of PDEs
+1702.06503 Computational Complexity
+1702.06505 Optimization and Control
+1702.06507 Number Theory
+1702.06508 Populations and Evolution
+1702.06509 Cosmology and Nongalactic Astrophysics
+1702.06510 Information Retrieval
+1702.06511 Materials Science
+1702.06512 Applications
+1702.06513 Neurons and Cognition
+1702.06515 Strongly Correlated Electrons
+1702.06516 Information Theory
+1702.06518 Algebraic Geometry
+1702.06519 Combinatorics
+1702.06520 Algebraic Geometry
+1702.06521 Computer Vision and Pattern Recognition
+1702.06522 Probability
+1702.06524 Strongly Correlated Electrons
+1702.06525 Machine Learning
+1702.06526 Cosmology and Nongalactic Astrophysics
+astro-ph/0109497
+astro-ph/0201129
+astro-ph/0402508
+astro-ph/0701485
+math/0603494 Differential Geometry
+0801.0287 Phenomenology
+0809.2043
+0912.4409
+1004.5097 General Physics
+1110.1448 Cosmology and Nongalactic Astrophysics
+1110.4978 Logic in Computer Science
+1112.1562 Computational Geometry
+1202.3129 Algebraic Geometry
+1202.3900 Dynamical Systems
+1208.2888 Dynamical Systems
+1209.2287 Dynamical Systems
+1211.5885 Dynamical Systems
+1212.5350 Number Theory
+1212.6623 Algebraic Topology
+1302.0152 Number Theory
+1312.7353
+1405.5193 Discrete Mathematics
+1406.2006
+1407.2512
+1407.5983 Number Theory
+1411.5221
+1502.00027 Strongly Correlated Electrons
+1503.02721 Analysis of PDEs
+1503.03043
+1503.06127 Quantum Algebra
+1503.07292 Statistical Mechanics
+1504.01699 Representation Theory
+1504.03830 Metric Geometry
+1504.04866 Genomics
+1504.06113 Portfolio Management
+1504.07939 Number Theory
+1505.04951 Analysis of PDEs
+1506.06606 Optimization and Control
+1506.07470 Operator Algebras
+1506.07836 Methodology
+1506.08018 Information Theory
+1506.08967 Group Theory
+1507.05405 Differential Geometry
+1507.05876
+1507.05972 Symplectic Geometry
+1507.06828 Superconductivity
+1507.07829 Cosmology and Nongalactic Astrophysics
+1508.02389 High Energy Astrophysical Phenomena
+1508.02407 Probability
+1508.02617 Mesoscale and Nanoscale Physics
+1508.03353 Information Theory
+1508.04548 Rings and Algebras
+1509.00609 Numerical Analysis
+1509.00629 Probability
+1509.01332 Information Theory
+1509.04997 Instrumentation and Methods for Astrophysics
+1509.05854 Symplectic Geometry
+1509.06032 Formal Languages and Automata Theory
+1509.06376 Astrophysics of Galaxies
+1510.00619 Dynamical Systems
+1510.04226 Differential Geometry
+1510.05151 Analysis of PDEs
+1510.05624 Mesoscale and Nanoscale Physics
+1510.06748 Populations and Evolution
+1510.08444 Theory
+1510.08733 Number Theory
+1511.00926 Statistics Theory
+1511.05354 Materials Science
+1511.08138 Optimization and Control
+1512.01011 Algebraic Geometry
+1512.01206 Optimization and Control
+1512.05864 Distributed, Parallel, and Cluster Computing
+1512.06003 Number Theory
+1512.06905 Numerical Analysis
+1512.08528 Optimization and Control
+1601.03191 Representation Theory
+1601.03369 Plasma Physics
+1601.05753 Mesoscale and Nanoscale Physics
+1601.06224 Information Theory
+1601.07503 Probability
+1601.07518 Combinatorics
+1601.07676 Numerical Analysis
+1601.08185 Logic
+1602.02221 Chaotic Dynamics
+1602.06002 Probability
+1603.03003 Algebraic Geometry
+1603.03224
+1603.03469 Classical Analysis and ODEs
+1603.03486 Strongly Correlated Electrons
+1603.05285 Computer Vision and Pattern Recognition
+1603.06102 Differential Geometry
+1603.07111 Phenomenology
+1603.09684 Metric Geometry
+1604.02235 Cryptography and Security
+1604.02308 Dynamical Systems
+1604.02419 Number Theory
+1604.02814 Combinatorics
+1604.02880 Fluid Dynamics
+1605.00062 Statistical Mechanics
+1605.00466 Mesoscale and Nanoscale Physics
+1605.02383 Differential Geometry
+1605.06099 Combinatorics
+1605.07321 Combinatorics
+1606.02253 Algebraic Geometry
+1606.02857 Phenomenology
+1606.04067 Astrophysics of Galaxies
+1606.04436
+1606.07866 Theory
+1606.07931 Algebraic Geometry
+1606.08793 Machine Learning
+1607.03334 Phenomenology
+1607.05182 Probability
+1607.06649 Dynamical Systems
+1607.07163 Information Theory
+1607.07443 Instrumentation and Methods for Astrophysics
+1607.08089 Robotics
+1607.08331 Atomic Physics
+1608.01270 Mesoscale and Nanoscale Physics
+1608.01916 Mesoscale and Nanoscale Physics
+1608.01980 Theory
+1608.03108 Optimization and Control
+1608.03372 Strongly Correlated Electrons
+1608.03501 Combinatorics
+1608.04121 Metric Geometry
+1608.04552
+1608.04855 Experiment
+1608.05501 Neurons and Cognition
+1608.05957 Superconductivity
+1608.07378 High Energy Astrophysical Phenomena
+1608.08590
+1609.00360 Applications
+1609.00474 Phenomenology
+1609.00747
+1609.01556 Disordered Systems and Neural Networks
+1609.01697 Mesoscale and Nanoscale Physics
+1609.02421 Statistical Mechanics
+1609.02909 Mesoscale and Nanoscale Physics
+1609.03323 Learning
+1609.04739 Cosmology and Nongalactic Astrophysics
+1609.06023 Combinatorics
+1609.06296
+1609.06370 Number Theory
+1609.06481 Number Theory
+1609.07027 Information Theory
+1609.07182 Representation Theory
+1609.07526 Social and Information Networks
+1609.07979 Statistical Mechanics
+1609.09077 Instrumentation and Methods for Astrophysics
+1610.00040 Optimization and Control
+1610.00797 Strongly Correlated Electrons
+1610.01994 Instrumentation and Detectors
+1610.02312
+1610.02689 Cosmology and Nongalactic Astrophysics
+1610.03692 Combinatorics
+1610.04918 Algebraic Geometry
+1610.05170 Differential Geometry
+1610.05187 Experiment
+1610.05963 Mesoscale and Nanoscale Physics
+1610.06487 Phenomenology
+1610.06682 Instrumentation and Detectors
+1610.07858 Logic in Computer Science
+1610.09499
+1611.00763 Theory
+1611.00825 Materials Science
+1611.01840 Strongly Correlated Electrons
+1611.01934 Data Structures and Algorithms
+1611.02097 Materials Science
+1611.02426 Phenomenology
+1611.02536 Materials Science
+1611.02648 Learning
+1611.02984 Cosmology and Nongalactic Astrophysics
+1611.03573 Classical Analysis and ODEs
+1611.03673 Artificial Intelligence
+1611.03711 Phenomenology
+1611.03872 Astrophysics of Galaxies
+1611.03906 Human-Computer Interaction
+1611.05080 Neurons and Cognition
+1611.05202
+1611.05466 Phenomenology
+1611.06321 Computer Vision and Pattern Recognition
+1611.07643 Lattice
+1611.07921 Dynamical Systems
+1611.09047 Instrumentation and Detectors
+1611.09940 Artificial Intelligence
+1612.00260 Information Retrieval
+1612.00360 Numerical Analysis
+1612.00653 Human-Computer Interaction
+1612.00845 Phenomenology
+1612.01099 Algebraic Geometry
+1612.01794
+1612.02273 Optimization and Control
+1612.02785 Logic in Computer Science
+1612.02857 Classical Physics
+1612.03648 Group Theory
+1612.03991 Computation and Language
+1612.05068 Strongly Correlated Electrons
+1612.06680 Combinatorics
+1612.07730 Superconductivity
+1612.08223
+1612.08938
+1612.09373 Differential Geometry
+1612.09502 Functional Analysis
+1612.09508 Computer Vision and Pattern Recognition
+1701.00022 Superconductivity
+1701.00045
+1701.00177 Discrete Mathematics
+1701.00505 Methodology
+1701.00807 Optics
+1701.01131 Functional Analysis
+1701.01153
+1701.01160 Number Theory
+1701.01221 Phenomenology
+1701.01340 Statistics Theory
+1701.01727 Disordered Systems and Neural Networks
+1701.01804 Group Theory
+1701.01840 Cosmology and Nongalactic Astrophysics
+1701.02442 Lattice
+1701.02580
+1701.02633 Analysis of PDEs
+1701.02705 Earth and Planetary Astrophysics
+1701.02751 Strongly Correlated Electrons
+1701.02856 Applications
+1701.02897 Quantum Gases
+1701.02956
+1701.03020 Algebraic Geometry
+1701.03102 Computer Vision and Pattern Recognition
+1701.03121 Atomic Physics
+1701.03200 Algebraic Geometry
+1701.03321 Mesoscale and Nanoscale Physics
+1701.03364 Computer Vision and Pattern Recognition
+1701.03458 Learning
+1701.03459 Instrumentation and Detectors
+1701.03460 Functional Analysis
+1701.03461 Combinatorics
+1701.03462 Methodology
+1701.03463
+1701.03464 Mesoscale and Nanoscale Physics
+1701.03466 Astrophysics of Galaxies
+1701.03468 Astrophysics of Galaxies
+1701.03469 Disordered Systems and Neural Networks
+1701.03470 Commutative Algebra
+1701.03471 Astrophysics of Galaxies
+1701.03472 Strongly Correlated Electrons
+1701.03473 Astrophysics of Galaxies
+1701.03474 Cosmology and Nongalactic Astrophysics
+1701.03475 Earth and Planetary Astrophysics
+1701.03476 Subcellular Processes
+1701.03477 Numerical Analysis
+1701.03478 Combinatorics
+1701.03479 Geometric Topology
+1701.03482 Astrophysics of Galaxies
+1701.03485
+1701.03486 Geophysics
+1701.03487 Systems and Control
+1701.03488 Computational Physics
+1701.03489 High Energy Astrophysical Phenomena
+1701.03490 Algebraic Topology
+1701.03491 Analysis of PDEs
+1701.03492 Computation and Language
+1701.03493 Discrete Mathematics
+1701.03495 Mesoscale and Nanoscale Physics
+1701.03496 Materials Science
+1701.03498 Theory
+1701.03501 Theory
+1701.03502 Combinatorics
+1701.03504 Methodology
+1701.03505 Analysis of PDEs
+1701.03506 Functional Analysis
+1701.03507 Distributed, Parallel, and Cluster Computing
+1701.03508 Optimization and Control
+1701.03510 Earth and Planetary Astrophysics
+1701.03511 General Mathematics
+1701.03512 Computation
+1701.03513 Methodology
+1701.03515 Information Theory
+1701.03517 Cosmology and Nongalactic Astrophysics
+1701.03519 Distributed, Parallel, and Cluster Computing
+1701.03521
+1701.03522 Networking and Internet Architecture
+1701.03523 Classical Analysis and ODEs
+1701.03524 Geometric Topology
+1701.03526 Astrophysics of Galaxies
+1701.03529 Symbolic Computation
+1701.03530 Astrophysics of Galaxies
+1701.03532 Materials Science
+1701.03533 Cosmology and Nongalactic Astrophysics
+1701.03534 Distributed, Parallel, and Cluster Computing
+1701.03535 Methodology
+1701.03536
+1701.03537 Computer Science and Game Theory
+1701.03539 Earth and Planetary Astrophysics
+1701.03540 Optics
+1701.03542 Combinatorics
+1701.03543 Astrophysics of Galaxies
+1701.03544 Superconductivity
+1701.03545 Classical Analysis and ODEs
+1701.03546 Dynamical Systems
+1701.03547
+1701.03548 Lattice
+1701.03549 Quantitative Methods
+1701.03551 Computer Vision and Pattern Recognition
+1701.03552 Theory
+1701.03553 Theory
+1701.03554 Optics
+1701.03555 Computer Vision and Pattern Recognition
+1701.03558 Systems and Control
+1701.03559 Information Theory
+1701.03560 Analysis of PDEs
+1701.03561 Combinatorics
+1701.03562 Strongly Correlated Electrons
+1701.03564
+1701.03566 Information Theory
+1701.03567 Superconductivity
+1701.03568 Information Theory
+1701.03569 Methodology
+1701.03570 Analysis of PDEs
+1701.03571 Artificial Intelligence
+1701.03572 Computer Vision and Pattern Recognition
+1701.03573 Robotics
+1701.03574 Functional Analysis
+1701.03575 Statistical Mechanics
+1701.03577 Machine Learning
+1701.03578 Computation and Language
+1701.03579 Rings and Algebras
+1701.03580 Optimization and Control
+1701.03581 Materials Science
+1701.03582
+1701.03584 Superconductivity
+1701.03585
+1701.03586
+1701.03588
+1701.03590 Information Theory
+1701.03591 Mesoscale and Nanoscale Physics
+1701.03592 Cosmology and Nongalactic Astrophysics
+1701.03593 Representation Theory
+1701.03598
+1701.03599 Analysis of PDEs
+1701.03600 Statistical Mechanics
+1701.03601 Astrophysics of Galaxies
+1701.03602 Logic in Computer Science
+1701.03603 Chemical Physics
+1701.03604 Operator Algebras
+1701.03605
+1701.03606 Physics and Society
+1701.03608 Robotics
+1701.03610 Soft Condensed Matter
+1701.03611 Populations and Evolution
+1701.03612 Information Theory
+1701.03613 Instrumentation and Detectors
+1701.03615 Logic in Computer Science
+1701.03617 Physics and Society
+1701.03619 Machine Learning
+1701.03620 Information Theory
+1701.03621 Information Theory
+1701.03622 Mesoscale and Nanoscale Physics
+1701.03623 Strongly Correlated Electrons
+1701.03625 Probability
+1701.03626 Classical Analysis and ODEs
+1701.03627 Instrumentation and Methods for Astrophysics
+1701.03628
+1701.03629 Analysis of PDEs
+1701.03630 Information Theory
+1701.03631 Group Theory
+1701.03632 Probability
+1701.03633 Learning
+1701.03634 Computational Physics
+1701.03635 Commutative Algebra
+1701.03636 Computational Engineering, Finance, and Science
+1701.03638 Statistical Mechanics
+1701.03639 Social and Information Networks
+1701.03640 Classical Physics
+1701.03643 Soft Condensed Matter
+1701.03644 Theory
+1701.03645 Quantum Algebra
+1701.03646 Chemical Physics
+1701.03647 Learning
+1701.03651 Mesoscale and Nanoscale Physics
+1701.03652 Dynamical Systems
+1701.03653 Astrophysics of Galaxies
+1701.03654 Numerical Analysis
+1701.03656 Mesoscale and Nanoscale Physics
+1701.03658 Optimization and Control
+1701.03659 Strongly Correlated Electrons
+1701.03660 Strongly Correlated Electrons
+1701.03661 Mesoscale and Nanoscale Physics
+1701.03662 Number Theory
+1701.03663 High Energy Astrophysical Phenomena
+1701.03664 Astrophysics of Galaxies
+1701.03666 Networking and Internet Architecture
+1701.03667 Mesoscale and Nanoscale Physics
+1701.03671 Soft Condensed Matter
+1701.03672 Numerical Analysis
+1701.03673 Quantum Gases
+1701.03674 Systems and Control
+1701.03675 Computation
+1701.03677 Algebraic Geometry
+1701.03678 Superconductivity
+1701.03679 Mesoscale and Nanoscale Physics
+1701.03682 Computation and Language
+1701.03685 Combinatorics
+1701.03687 Plasma Physics
+1701.03689 Instrumentation and Methods for Astrophysics
+1701.03692 Plasma Physics
+1701.03693 Computational Geometry
+1701.03694 Astrophysics of Galaxies
+1701.03698 Probability
+1701.03699 Combinatorics
+1701.03700 General Physics
+1701.03701 Data Analysis, Statistics and Probability
+1701.03702 Cell Behavior
+1701.03703 High Energy Astrophysical Phenomena
+1701.03704 Theory
+1701.03705 Algebraic Topology
+1701.03708
+1701.03709 Distributed, Parallel, and Cluster Computing
+1701.03710 Physics and Society
+1701.03711 Algebraic Geometry
+1701.03712
+1701.03714 Artificial Intelligence
+1701.03715 Materials Science
+1701.03717 Phenomenology
+1701.03718
+1701.03720 Numerical Analysis
+1701.03721 Number Theory
+1701.03722 Analysis of PDEs
+1701.03723 Number Theory
+1701.03724 Number Theory
+1701.03725 Number Theory
+1701.03728 Computational Physics
+1701.03730 Data Structures and Algorithms
+1701.03731 High Energy Astrophysical Phenomena
+1701.03732 Networking and Internet Architecture
+1701.03733 Functional Analysis
+1701.03734 Distributed, Parallel, and Cluster Computing
+1701.03735 Logic
+1701.03737 Functional Analysis
+1701.03739 Strongly Correlated Electrons
+1701.03741 Solar and Stellar Astrophysics
+1701.03743 Learning
+1701.03744 Algebraic Geometry
+1701.03745 Functional Analysis
+1701.03746 General Topology
+1701.03747 Probability
+1701.03749 Mesoscale and Nanoscale Physics
+1701.03750 Rings and Algebras
+1701.03751 Combinatorics
+1701.03752 Logic
+1701.03753 Information Theory
+1701.03755 Machine Learning
+1701.03756 Biological Physics
+1701.03758 Social and Information Networks
+1701.03759 Information Theory
+1701.03761 Earth and Planetary Astrophysics
+1701.03764 Information Theory
+1701.03767 Information Theory
+1701.03768 Formal Languages and Automata Theory
+1701.03769 Statistics Theory
+1701.03771 Number Theory
+1701.03772 Methodology
+1701.03773 Logic in Computer Science
+1701.03774 Combinatorics
+1701.03775
+1701.03776 Earth and Planetary Astrophysics
+1701.03778 Category Theory
+1701.03779 Computer Vision and Pattern Recognition
+1701.03780 Combinatorics
+chao-dyn/9602011 Chaotic Dynamics
+1107.5789 Metric Geometry
+1111.0250 Classical Analysis and ODEs
+1112.1467 Group Theory
+1112.2279 Group Theory
+1212.2620 Numerical Analysis
+1303.4009 Numerical Analysis
+1303.5996 Group Theory
+1303.5998 Group Theory
+1304.8046 Information Theory
+1305.6220 Theory
+1310.0247 Classical Analysis and ODEs
+1310.0252 Complex Variables
+1311.5782 Numerical Analysis
+1403.2343 Fluid Dynamics
+1403.6026 Optics
+1404.2744 Numerical Analysis
+1404.4705
+1404.6831 Physics Education
+1404.7641 Dynamical Systems
+1405.6696 Algebraic Topology
+1412.4605 Statistics Theory
+1412.4752 Disordered Systems and Neural Networks
+1501.07136 Functional Analysis
+1502.02929
+1503.01943 Numerical Analysis
+1503.05776 Algebraic Geometry
+1503.06286 Combinatorics
+1503.09163 Formal Languages and Automata Theory
+1504.03311
+1504.07675 Representation Theory
+1505.06552
+1506.01307 Group Theory
+1506.04030
+1506.04264 Commutative Algebra
+1506.04535 Phenomenology
+1506.06394 Discrete Mathematics
+1507.02018 Statistics Theory
+1508.07765
+1509.01066 Robotics
+1509.06540 Classical Analysis and ODEs
+1510.01003 Machine Learning
+1510.02653 Number Theory
+1510.05111 Numerical Analysis
+1510.08151 Methodology
+1511.00261 Dynamical Systems
+1511.00296 Populations and Evolution
+1511.02033 Number Theory
+1511.03646 Theory
+1511.04622 Superconductivity
+1511.05068
+1511.05107
+1511.05223 Systems and Control
+1511.05453 Cryptography and Security
+1511.07267 Programming Languages
+1511.09037 Number Theory
+1512.01524 Applications
+1512.03230 Information Theory
+1512.03261 Sound
+1512.05659 Physics and Society
+1512.05934
+1512.07507 Algebraic Geometry
+1601.00986 Mesoscale and Nanoscale Physics
+1601.02670
+1601.03516 Physics and Society
+1601.03593
+1601.06601 Analysis of PDEs
+1602.01465 Phenomenology
+1602.01942 Statistics Theory
+1602.02931 Analysis of PDEs
+1602.03767 Group Theory
+1602.04056 Cryptography and Security
+1602.05766 Group Theory
+1602.09117 Category Theory
+1603.00823 Astrophysics of Galaxies
+1603.01122
+1603.04915 Systems and Control
+1603.05746 Distributed, Parallel, and Cluster Computing
+1603.07526
+1603.07702 Differential Geometry
+1604.00749 Geometric Topology
+1604.01534 Soft Condensed Matter
+1604.01656 K-Theory and Homology
+1604.03297 Materials Science
+1604.03489 Computer Vision and Pattern Recognition
+1604.06924 Dynamical Systems
+1604.08728 Disordered Systems and Neural Networks
+1605.01492 Algebraic Geometry
+1605.06789 Algebraic Geometry
+1605.08346 Information Theory
+1605.09674 Learning
+1606.00558 Geometric Topology
+1606.01781 Computation and Language
+1606.02783 Economics
+1606.04442 Artificial Intelligence
+1606.04731 Experiment
+1606.04753 Learning
+1606.04920 Statistical Mechanics
+1606.06617 Data Structures and Algorithms
+1606.07075 Phenomenology
+1606.07462
+1606.08319 Numerical Analysis
+1607.00200 Numerical Analysis
+1607.00558 Materials Science
+1607.02390 Spectral Theory
+1607.03020 Analysis of PDEs
+1607.03945 Strongly Correlated Electrons
+1607.04631 Differential Geometry
+1607.05465 Number Theory
+1607.05826 Quantitative Methods
+1607.06608 Phenomenology
+1607.07738 Molecular Networks
+1607.08184 Physics Education
+1608.00705 Strongly Correlated Electrons
+1608.01218 Superconductivity
+1608.01708 Statistical Mechanics
+1608.01965 Computation and Language
+1608.02806 Tissues and Organs
+1608.02813 Soft Condensed Matter
+1608.04377 Quantum Gases
+1608.05643 Mesoscale and Nanoscale Physics
+1608.05733 Disordered Systems and Neural Networks
+1608.06211
+1608.07102 Information Retrieval
+1608.07234 Number Theory
+1608.07944 Analysis of PDEs
+1608.08232 Strongly Correlated Electrons
+1608.08509 Statistical Mechanics
+1608.08803 Dynamical Systems
+1608.08885 Optimization and Control
+1608.09015 Fluid Dynamics
+1609.00114 Combinatorics
+1609.01631 Dynamical Systems
+1609.02811 Classical Physics
+1609.02857 Atomic Physics
+1609.03125 Differential Geometry
+1609.03711 Earth and Planetary Astrophysics
+1609.04278 Mesoscale and Nanoscale Physics
+1609.05510 Optics
+1609.06100 Learning
+1609.06753 Computer Vision and Pattern Recognition
+1609.09153 Number Theory
+1609.09638 Applications
+1610.00182
+1610.00399 Optimization and Control
+1610.01803 Superconductivity
+1610.01936 Solar and Stellar Astrophysics
+1610.03284 Strongly Correlated Electrons
+1610.05651 Materials Science
+1610.06075
+1610.06598 Neurons and Cognition
+1610.06744 Lattice
+1610.07939 Numerical Analysis
+1611.00326 Sound
+1611.00941 Differential Geometry
+1611.01533 Phenomenology
+1611.02238
+1611.02605 Differential Geometry
+1611.02689 Strongly Correlated Electrons
+1611.03031 Materials Science
+1611.03124 Atomic Physics
+1611.03840 Probability
+1611.03923
+1611.04741 Computation and Language
+1611.07517 Classical Physics
+1611.09458 Strongly Correlated Electrons
+1611.09576
+1611.09596 Plasma Physics
+1611.09630 Learning
+1611.09896 Optics
+1611.10078 Formal Languages and Automata Theory
+1612.00547 Optimization and Control
+1612.01130 Mesoscale and Nanoscale Physics
+1612.01395 Distributed, Parallel, and Cluster Computing
+1612.01705 Mesoscale and Nanoscale Physics
+1612.02277 Theory
+1612.02920
+1612.03139 Analysis of PDEs
+1612.03945 Algebraic Geometry
+1612.05406 Phenomenology
+1612.05510
+1612.06339 Information Theory
+1612.06621 Differential Geometry
+1612.06789 Phenomenology
+1612.07980 Materials Science
+1612.08730 Atomic Physics
+1612.08818 Theory
+1701.00509 Commutative Algebra
+1701.01141 Phenomenology
+1701.01683 Networking and Internet Architecture
+1701.01863 Other Condensed Matter
+1701.02496 Information Theory
+1701.02753 Astrophysics of Galaxies
+1701.03219 Popular Physics
+1701.03329 Computation and Language
+1701.03400 Computer Vision and Pattern Recognition
+1701.03657
+1701.03974 Systems and Control
+1701.04077 Learning
+1701.04619 Theory
+1701.04681 Systems and Control
+1701.04943 Materials Science
+1701.05031 Number Theory
+1701.05131
+1701.05232 Discrete Mathematics
+1701.05533 Theory
+1701.05773 Theory
+1701.06398 Combinatorics
+1701.06403 Accelerator Physics
+1701.06662
+1701.06890
+1701.07089 Information Theory
+1701.07092 Combinatorics
+1701.07247 Instrumentation and Detectors
+1701.07286 Classical Analysis and ODEs
+1701.07340 Information Theory
+1701.07426 Mesoscale and Nanoscale Physics
+1701.07436 Theory
+1701.07466 Materials Science
+1701.07478
+1701.07502 Classical Physics
+1701.07689 Discrete Mathematics
+1701.07802 Symbolic Computation
+1701.07811 Combinatorics
+1701.07818 Geometric Topology
+1701.07822 Data Structures and Algorithms
+1701.07823 Tissues and Organs
+1701.07824 Plasma Physics
+1701.07826 High Energy Astrophysical Phenomena
+1701.07828 Strongly Correlated Electrons
+1701.07829 Solar and Stellar Astrophysics
+1701.07832 Strongly Correlated Electrons
+1701.07835 Astrophysics of Galaxies
+1701.07836 Strongly Correlated Electrons
+1701.07837 Strongly Correlated Electrons
+1701.07838 Astrophysics of Galaxies
+1701.07839 Phenomenology
+1701.07840 High Energy Astrophysical Phenomena
+1701.07841 Solar and Stellar Astrophysics
+1701.07842 Logic in Computer Science
+1701.07843 Astrophysics of Galaxies
+1701.07844 Computation
+1701.07845 Analysis of PDEs
+1701.07846 Representation Theory
+1701.07848 Optics
+1701.07851 Robotics
+1701.07852 Learning
+1701.07853 Social and Information Networks
+1701.07854 Mesoscale and Nanoscale Physics
+1701.07855 Theory
+1701.07857 Other Computer Science
+1701.07860 Cryptography and Security
+1701.07862 Chemical Physics
+1701.07863 Mesoscale and Nanoscale Physics
+1701.07864 Number Theory
+1701.07865
+1701.07866 Phenomenology
+1701.07868 Analysis of PDEs
+1701.07870
+1701.07871 Information Theory
+1701.07872 Information Theory
+1701.07877 Networking and Internet Architecture
+1701.07878 Networking and Internet Architecture
+1701.07880 Computation and Language
+1701.07882 Differential Geometry
+1701.07883 Astrophysics of Galaxies
+1701.07884 Superconductivity
+1701.07885 Functional Analysis
+1701.07886 Earth and Planetary Astrophysics
+1701.07888 Solar and Stellar Astrophysics
+1701.07889
+1701.07891 Optics
+1701.07894 Phenomenology
+1701.07895 Learning
+1701.07897 Analysis of PDEs
+1701.07898 Phenomenology
+1701.07900
+1701.07901 Computer Vision and Pattern Recognition
+1701.07902
+1701.07904 Soft Condensed Matter
+1701.07906 Materials Science
+1701.07907 Spectral Theory
+1701.07910 Applications
+1701.07912 Classical Analysis and ODEs
+1701.07914 Cryptography and Security
+1701.07915 Combinatorics
+1701.07916 Phenomenology
+1701.07918 Theory
+1701.07919 Phenomenology
+1701.07920 Machine Learning
+1701.07921 Mesoscale and Nanoscale Physics
+1701.07923 Materials Science
+1701.07924 Atomic Physics
+1701.07925 Programming Languages
+1701.07928 Logic
+1701.07929 Phenomenology
+1701.07930 Materials Science
+1701.07931 Differential Geometry
+1701.07932 Cosmology and Nongalactic Astrophysics
+1701.07934
+1701.07936
+1701.07937 Logic in Computer Science
+1701.07938 Differential Geometry
+1701.07939 Optimization and Control
+1701.07940 Genomics
+1701.07941 Optimization and Control
+1701.07942 Differential Geometry
+1701.07945 Differential Geometry
+1701.07946 Probability
+1701.07949 Representation Theory
+1701.07950 Software Engineering
+1701.07951
+1701.07953 Learning
+1701.07954 Formal Languages and Automata Theory
+1701.07955 Information Retrieval
+1701.07956 Computer Science and Game Theory
+1701.07957 Analysis of PDEs
+1701.07959 Phenomenology
+1701.07960 Classical Analysis and ODEs
+1701.07961 Systems and Control
+1701.07962 Classical Analysis and ODEs
+1701.07963 Combinatorics
+1701.07965 Classical Analysis and ODEs
+1701.07966 Atmospheric and Oceanic Physics
+1701.07967 Probability
+1701.07969 Atomic Physics
+1701.07970 Experiment
+1701.07972 Materials Science
+1701.07973
+1701.07976 Information Theory
+1701.07977
+1701.07979 Number Theory
+1701.07980 Differential Geometry
+1701.07981 Information Theory
+1701.07982 Astrophysics of Galaxies
+1701.07983 Probability
+1701.07985 Differential Geometry
+1701.07986 Metric Geometry
+1701.07987 Analysis of PDEs
+1701.07988 Soft Condensed Matter
+1701.07989 Probability
+1701.07990 Commutative Algebra
+1701.07991 Networking and Internet Architecture
+1701.07992 Probability
+1701.07993 Networking and Internet Architecture
+1701.07994 Probability
+1701.07995 Combinatorics
+1701.07996 Classical Analysis and ODEs
+1701.07997 High Energy Astrophysical Phenomena
+1701.07998 High Energy Astrophysical Phenomena
+1701.07999 Computers and Society
+1701.08002 Numerical Analysis
+1701.08003 Analysis of PDEs
+1701.08004 Differential Geometry
+1701.08005 Information Theory
+1701.08006 Computer Vision and Pattern Recognition
+1701.08007 Quantum Gases
+1701.08008 Digital Libraries
+1701.08009 Quantum Gases
+1701.08010 Statistics Theory
+1701.08011 Dynamical Systems
+1701.08012 Probability
+1701.08014 Functional Analysis
+1701.08015 Group Theory
+1701.08017 Spectral Theory
+1701.08018 Group Theory
+1701.08020 Group Theory
+1701.08021 Probability
+1701.08022 Genomics
+1701.08023 Computer Science and Game Theory
+1701.08025 Computer Vision and Pattern Recognition
+1701.08026
+1701.08027 Multiagent Systems
+1701.08028 Databases
+1701.08029 Databases
+1701.08030 Programming Languages
+1701.08032 Analysis of PDEs
+1701.08033 Databases
+1701.08034 Cryptography and Security
+1701.08036 Soft Condensed Matter
+1701.08038 Genomics
+1701.08039
+1701.08040 Solar and Stellar Astrophysics
+1701.08041 Materials Science
+1701.08042 Instrumentation and Detectors
+1701.08043 Populations and Evolution
+1701.08044 Combinatorics
+1701.08045 Numerical Analysis
+1701.08046 Numerical Analysis
+1701.08047 Experiment
+1701.08048 Plasma Physics
+1701.08050 Materials Science
+1701.08051 Robotics
+1701.08052 Databases
+1701.08053 Databases
+1701.08054 Databases
+1701.08055 Machine Learning
+1701.08056 Disordered Systems and Neural Networks
+1701.08057 Strongly Correlated Electrons
+1701.08058 Computer Science and Game Theory
+1701.08059 Networking and Internet Architecture
+1701.08060 Combinatorics
+1701.08061 Soft Condensed Matter
+1701.08062
+1701.08063
+1701.08064 Optics
+1701.08065 Superconductivity
+1701.08066 Instrumentation and Detectors
+1701.08067 Information Theory
+1701.08068 Emerging Technologies
+1701.08069 Probability
+1701.08070 Optimization and Control
+1701.08071 Computation and Language
+1701.08072 General Physics
+1701.08073 General Physics
+1701.08075
+1701.08077 Fluid Dynamics
+1701.08078 Materials Science
+1701.08079 Systems and Control
+1701.08081 Systems and Control
+1701.08083 Information Theory
+1701.08084 Databases
+1701.08086 Biomolecules
+1701.08088 Databases
+1701.08089 Lattice
+1701.08090 Optics
+1701.08091 Superconductivity
+1701.08093 Fluid Dynamics
+1701.08094 Biological Physics
+1701.08095 Plasma Physics
+1701.08096 Artificial Intelligence
+1701.08097 Chaotic Dynamics
+1701.08098 Networking and Internet Architecture
+1701.08099
+1701.08100 Artificial Intelligence
+1701.08101 Combinatorics
+1701.08103
+1701.08104 Networking and Internet Architecture
+1701.08105 Probability
+1701.08106 Software Engineering
+1701.08107 Computer Vision and Pattern Recognition
+1701.08108 Computational Complexity
+1701.08109 Fluid Dynamics
+1701.08110 Theory
+1701.08111 Information Theory
+1701.08113
+1701.08115 Combinatorics
+1701.08116
+1701.08117 Instrumentation and Detectors
+1701.08118 Computation and Language
+1701.08120 Instrumentation and Methods for Astrophysics
+1701.08125 Multiagent Systems
+1701.08126 Information Theory
+1701.08127
+1701.08128 Data Structures and Algorithms
+1701.08129 Classical Analysis and ODEs
+1701.08130 Chaotic Dynamics
+1701.08131
+1701.08132 Geometric Topology
+1701.08135 General Physics
+1701.08136 Superconductivity
+1701.08137 Computational Physics
+1701.08138
+1701.08139 Dynamical Systems
+1701.08140 Methodology
+1701.08141 Dynamical Systems
+1701.08143 Materials Science
+1701.08145 Applications
+1701.08146
+1701.08147 Theory
+1701.08149 Statistics Theory
+1701.08150
+1701.08151 Chemical Physics
+1701.08153 Dynamical Systems
+1701.08154 Solar and Stellar Astrophysics
+physics/0604224 Chemical Physics
+1009.1993 Chaotic Dynamics
+1012.2463 Chaotic Dynamics
+1103.3981 Chaotic Dynamics
+1106.2414 Discrete Mathematics
+1110.0403 Computational Finance
+1201.2108 Chaotic Dynamics
+1201.5621 Computer Science and Game Theory
+1205.0631 Group Theory
+1211.5816 Portfolio Management
+1304.4406 Physics and Society
+1307.1447 Data Structures and Algorithms
+1308.3696
+1308.5258
+1312.0464 Classical Analysis and ODEs
+1402.5069 Fluid Dynamics
+1403.3252 Optimization and Control
+1403.4588 K-Theory and Homology
+1403.5332 Instrumentation and Detectors
+1404.0353 Physics and Society
+1404.6744 Classical Analysis and ODEs
+1406.1811 Pricing of Securities
+1406.6310
+1407.1108 Numerical Analysis
+1408.1312 Systems and Control
+1408.3082 Mathematical Software
+1409.2583 Mesoscale and Nanoscale Physics
+1409.7542 Logic in Computer Science
+1410.1303 Fluid Dynamics
+1411.0639 Probability
+1412.2538 Representation Theory
+1501.00023 Rings and Algebras
+1501.06594
+1502.05039 Fluid Dynamics
+1503.02070
+1503.02608 Differential Geometry
+1503.02654 Data Structures and Algorithms
+1503.04764
+1503.04860 High Energy Astrophysical Phenomena
+1503.05812 Data Structures and Algorithms
+1505.00267 Distributed, Parallel, and Cluster Computing
+1505.06628 Representation Theory
+1506.00724 Probability
+1506.04396 Geometric Topology
+1506.06988 Populations and Evolution
+1507.06254 Combinatorics
+1507.08316 Numerical Analysis
+1508.00286 Methodology
+1508.02679 Networking and Internet Architecture
+1508.07169 Probability
+1509.01778 Probability
+1509.03480
+1509.03729 Optimization and Control
+1509.09174 Other Computer Science
+1510.01671 Formal Languages and Automata Theory
+1510.05257 Machine Learning
+1511.01109
+1511.02064 Group Theory
+1511.06269 Numerical Analysis
+1511.06781 Dynamical Systems
+1512.00389 Computer Vision and Pattern Recognition
+1512.03213 Number Theory
+1512.04362 Networking and Internet Architecture
+1512.04616 Group Theory
+1601.00390 Analysis of PDEs
+1601.01140 Optimization and Control
+1601.04103 Materials Science
+1601.04258 Differential Geometry
+1601.04420
+1601.07010 Numerical Analysis
+1601.07404 Quantum Algebra
+1601.07702 Computer Science and Game Theory
+1601.07795 Information Theory
+1602.00218 Combinatorics
+1602.00344 Optimization and Control
+1602.03635 Networking and Internet Architecture
+1602.05391 Data Structures and Algorithms
+1602.09022 Computational Complexity
+1603.01276 Astrophysics of Galaxies
+1603.04045 Classical Analysis and ODEs
+1603.05044 Classical Analysis and ODEs
+1603.06069 Classical Analysis and ODEs
+1603.06914 Mathematical Software
+1603.07346 Materials Science
+1604.00689 Optics
+1604.00932 Computational Complexity
+1604.02144 Astrophysics of Galaxies
+1604.02440
+1604.03852 Analysis of PDEs
+1604.03901 Computer Vision and Pattern Recognition
+1604.04604 Numerical Analysis
+1604.05612 Optics
+1604.06519 Superconductivity
+1604.07949 Computation
+1604.08403 Methodology
+1605.01237 Quantum Gases
+1605.01669
+1605.02351 Applications
+1605.03030 Analysis of PDEs
+1605.04552 Computational Geometry
+1605.07961 Theory
+1605.09276 Numerical Analysis
+1605.09729
+1606.00539 Group Theory
+1606.01476
+1606.06017 Applications
+1606.06189 Superconductivity
+1606.06239 Mesoscale and Nanoscale Physics
+1606.09153 Phenomenology
+1607.01260 Theory
+1607.02585
+1607.03063 Quantitative Methods
+1607.03248 Quantum Gases
+1607.04030 Geometric Topology
+1607.05376 Applications
+1607.05880 Mesoscale and Nanoscale Physics
+1607.08806 Combinatorics
+1608.00698 Information Theory
+1608.00868
+1608.01005 Cosmology and Nongalactic Astrophysics
+1608.02023 Computer Vision and Pattern Recognition
+1608.05205 Graphics
+1608.05490 Algebraic Geometry
+1608.05623 Optics
+1608.05728
+1608.06560 Probability
+1608.07576 Theory
+1608.07810
+1609.00068 Optics
+1609.01889 Lattice
+1609.03840 Computational Complexity
+1609.03908 Instrumentation and Methods for Astrophysics
+1609.04539 Differential Geometry
+1609.04581 Dynamical Systems
+1609.04776 Symplectic Geometry
+1609.05418 Analysis of PDEs
+1609.05695 Computer Vision and Pattern Recognition
+1609.05938 Fluid Dynamics
+1609.06887
+1609.06903 Astrophysics of Galaxies
+1609.06961 Combinatorics
+1609.07230 Strongly Correlated Electrons
+1609.07572
+1609.07996 Probability
+1609.09418 Adaptation and Self-Organizing Systems
+1610.00240 Analysis of PDEs
+1610.01249 High Energy Astrophysical Phenomena
+1610.02351 Methodology
+1610.03352 Quantum Gases
+1610.03515 Analysis of PDEs
+1610.04283 Mesoscale and Nanoscale Physics
+1610.05052 Statistical Mechanics
+1610.05584 Theory
+1610.05816 Disordered Systems and Neural Networks
+1610.07518 Cosmology and Nongalactic Astrophysics
+1610.08455 Theory
+1610.08504 Astrophysics of Galaxies
+1610.08626 Superconductivity
+1610.08661 Strongly Correlated Electrons
+1610.09541 Number Theory
+1610.09913 General Physics
+1611.02079 Mesoscale and Nanoscale Physics
+1611.03950 Computational Physics
+1611.04649 Operator Algebras
+1611.04788 Optics
+1611.05533 Optimization and Control
+1611.06859 Mesoscale and Nanoscale Physics
+1611.07301 Statistical Mechanics
+1611.08284 Functional Analysis
+1612.00516 Machine Learning
+1612.01091 Logic in Computer Science
+1612.01120 Artificial Intelligence
+1612.03439 Atomic Physics
+1612.03960 Theory
+1612.04476 Group Theory
+1612.04594 Geometric Topology
+1612.04736 Strongly Correlated Electrons
+1612.05138 Cosmology and Nongalactic Astrophysics
+1612.05478 Computer Vision and Pattern Recognition
+1612.05688 Learning
+1612.05924 Combinatorics
+1612.06031
+1612.06246 Learning
+1612.06583
+1612.06638 Metric Geometry
+1612.06653
+1612.06855 Economics
+1612.07046
+1612.07232 Chemical Physics
+1612.07574 Cryptography and Security
+1612.08246 Statistics Theory
+1612.08325 Superconductivity
+1612.08393 Dynamical Systems
+1612.08801 Physics and Society
+1701.00145 Computation and Language
+1701.00227 Computational Complexity
+1701.00254 Number Theory
+1701.00379 Mesoscale and Nanoscale Physics
+1701.00418 Phenomenology
+1701.00608 Algebraic Geometry
+1701.00630 Software Engineering
+1701.00978
+1701.01038 Combinatorics
+1701.01042 Number Theory
+1701.01096 Machine Learning
+1701.01138 Group Theory
+1701.01143 History and Overview
+1701.01252 Information Theory
+1701.01272 Computer Vision and Pattern Recognition
+1701.01274 Social and Information Networks
+1701.01358 Learning
+1701.01367 Rings and Algebras
+1701.01394 Data Structures and Algorithms
+1701.01413 Logic in Computer Science
+1701.01424 Statistical Mechanics
+1701.01430 Computational Engineering, Finance, and Science
+1701.01431 Astrophysics of Galaxies
+1701.01434 Physics and Society
+1701.01436 Rings and Algebras
+1701.01437 Machine Learning
+1701.01440 Strongly Correlated Electrons
+1701.01441 Astrophysics of Galaxies
+1701.01443 Phenomenology
+1701.01444 Astrophysics of Galaxies
+1701.01449 Cosmology and Nongalactic Astrophysics
+1701.01450
+1701.01451 Astrophysics of Galaxies
+1701.01453 Phenomenology
+1701.01454 Quantum Gases
+1701.01457 Materials Science
+1701.01461 Computational Complexity
+1701.01463 Materials Science
+1701.01466 Statistical Mechanics
+1701.01467 Cosmology and Nongalactic Astrophysics
+1701.01469 Systems and Control
+1701.01470 Machine Learning
+1701.01471
+1701.01474 Information Theory
+1701.01476 Cosmology and Nongalactic Astrophysics
+1701.01477 Numerical Analysis
+1701.01478 Functional Analysis
+1701.01479 Analysis of PDEs
+1701.01480 Computer Vision and Pattern Recognition
+1701.01481 Differential Geometry
+1701.01482 Classical Analysis and ODEs
+1701.01484 Disordered Systems and Neural Networks
+1701.01486 Computer Vision and Pattern Recognition
+1701.01487 Artificial Intelligence
+1701.01488 Soft Condensed Matter
+1701.01490 Astrophysics of Galaxies
+1701.01491 Information Theory
+1701.01492 Numerical Analysis
+1701.01494 Analysis of PDEs
+1701.01495 Neural and Evolutionary Computing
+1701.01496 Numerical Analysis
+1701.01497 Artificial Intelligence
+1701.01498 Accelerator Physics
+1701.01499 Statistical Mechanics
+1701.01501 High Energy Astrophysical Phenomena
+1701.01502 Analysis of PDEs
+1701.01503 Methodology
+1701.01505 Computation and Language
+1701.01507 Theory
+1701.01509 Mesoscale and Nanoscale Physics
+1701.01510 Differential Geometry
+1701.01513 Chemical Physics
+1701.01514 Analysis of PDEs
+1701.01515 Computational Finance
+1701.01516 Number Theory
+1701.01517 Optics
+1701.01518 Mesoscale and Nanoscale Physics
+1701.01519 Mesoscale and Nanoscale Physics
+1701.01520 Mesoscale and Nanoscale Physics
+1701.01521 Mesoscale and Nanoscale Physics
+1701.01522 Instrumentation and Detectors
+1701.01523 Physics Education
+1701.01524
+1701.01525 Networking and Internet Architecture
+1701.01528 Algebraic Topology
+1701.01532 Information Theory
+1701.01533 Computer Science and Game Theory
+1701.01535 Software Engineering
+1701.01536 Lattice
+1701.01537
+1701.01538 Representation Theory
+1701.01540 Data Structures and Algorithms
+1701.01542 Algebraic Geometry
+1701.01544 Networking and Internet Architecture
+1701.01546 Computer Vision and Pattern Recognition
+1701.01547 Robotics
+1701.01548
+1701.01549 Optimization and Control
+1701.01550 Information Theory
+1701.01552 Strongly Correlated Electrons
+1701.01553 Mesoscale and Nanoscale Physics
+1701.01554 Phenomenology
+1701.01555 Solar and Stellar Astrophysics
+1701.01559 Quantum Gases
+1701.01560 Methodology
+1701.01561 Theory
+1701.01563 Astrophysics of Galaxies
+1701.01564 Combinatorics
+1701.01565 Computation and Language
+1701.01567 Information Theory
+1701.01568 Materials Science
+1701.01569
+1701.01570 Materials Science
+1701.01571 Theory
+1701.01574 Computation and Language
+1701.01575 Distributed, Parallel, and Cluster Computing
+1701.01577 Rings and Algebras
+1701.01579 Statistics Theory
+1701.01580 Discrete Mathematics
+1701.01581 Theory
+1701.01583 Astrophysics of Galaxies
+1701.01584 Number Theory
+1701.01587 Distributed, Parallel, and Cluster Computing
+1701.01592 Fluid Dynamics
+1701.01593 Geophysics
+1701.01594 Materials Science
+1701.01595 Numerical Analysis
+1701.01596 Materials Science
+1701.01597 Materials Science
+1701.01599 Discrete Mathematics
+1701.01600 Instrumentation and Detectors
+1701.01601 Materials Science
+1701.01602 Geophysics
+1701.01603 Geometric Topology
+1701.01605 Materials Science
+1701.01606 Experiment
+1701.01608 Numerical Analysis
+1701.01609 Materials Science
+1701.01610 Operator Algebras
+1701.01611 Instrumentation and Methods for Astrophysics
+1701.01612 Materials Science
+1701.01613 Materials Science
+1701.01614 Computation and Language
+1701.01615 Geophysics
+1701.01616 Materials Science
+1701.01618 Strongly Correlated Electrons
+1701.01619 Computer Vision and Pattern Recognition
+1701.01621
+1701.01623 Computation and Language
+1701.01625 Information Theory
+1701.01626 Geophysics
+1701.01629
+1701.01630 Hardware Architecture
+1701.01631 Combinatorics
+1701.01632 Computers and Society
+1701.01633 Phenomenology
+1701.01634 Geophysics
+1701.01635 Combinatorics
+1701.01636 Computers and Society
+1701.01638 Chemical Physics
+1701.01639 Social and Information Networks
+1701.01641 Statistical Mechanics
+1701.01642 Number Theory
+1701.01644 Human-Computer Interaction
+1701.01645 Computers and Society
+1701.01646 Mesoscale and Nanoscale Physics
+1701.01647 Fluid Dynamics
+1701.01648 Distributed, Parallel, and Cluster Computing
+1701.01649 Combinatorics
+1701.01651 Differential Geometry
+1701.01653 Complex Variables
+1701.01655 Medical Physics
+1701.01656 Probability
+1701.01658 Information Theory
+1701.01659 Optics
+1701.01660 Mesoscale and Nanoscale Physics
+1701.01661 Earth and Planetary Astrophysics
+1701.01662
+1701.01664 Cryptography and Security
+1701.01665 Data Analysis, Statistics and Probability
+1701.01666 History and Overview
+1701.01667 Probability
+1701.01668 Applications
+1701.01669 Physics and Society
+1701.01670 Instrumentation and Methods for Astrophysics
+1701.01671 Numerical Analysis
+1701.01673 Software Engineering
+1701.01674 Differential Geometry
+1701.01675 Software Engineering
+1701.01676 Networking and Internet Architecture
+1701.01677 Computer Science and Game Theory
+1701.01680 Differential Geometry
+1701.01682 Solar and Stellar Astrophysics
+1701.01685 Mesoscale and Nanoscale Physics
+1701.01686 Mesoscale and Nanoscale Physics
+1701.01687 Computer Vision and Pattern Recognition
+1701.01688 Probability
+1701.01689
+1701.01690 Plasma Physics
+1701.01691 Mesoscale and Nanoscale Physics
+1701.01692 Computer Vision and Pattern Recognition
+1701.01693 Biological Physics
+1701.01694
+1701.01696 Lattice
+1701.01699 Analysis of PDEs
+1701.01700 Phenomenology
+1701.01702 Networking and Internet Architecture
+1701.01703
+1701.01704
+1701.01706 Theory
+1701.01707 Functional Analysis
+1701.01708 Optics
+1701.01709 Symplectic Geometry
+1701.01710 Optimization and Control
+1701.01711 Geometric Topology
+1701.01712 Cosmology and Nongalactic Astrophysics
+1701.01713 Differential Geometry
+1701.01714 Chemical Physics
+1701.01715 Optics
+1701.01716 Statistical Mechanics
+1701.01717 Computational Complexity
+1701.01718
+1701.01720 Algebraic Geometry
+1701.01722 Learning
+1701.01723
+0904.3687 Algebraic Topology
+1006.4661 Optimization and Control
+1010.5549 General Mathematics
+1103.4112 Optimization and Control
+1205.3522 Logic
+1206.2079 Optimization and Control
+1210.4264 Probability
+1301.0695 Algebraic Geometry
+1301.0710 Complex Variables
+1301.0774
+1302.2208 Theory
+1305.1469 Strongly Correlated Electrons
+1305.6414 Mesoscale and Nanoscale Physics
+1306.3291 Phenomenology
+1306.6562 Logic
+1309.4305 Numerical Analysis
+1310.8338 Dynamical Systems
+1311.7477 Computational Physics
+1312.7816 Metric Geometry
+1312.7851 Other Statistics
+1401.1261 Algebraic Geometry
+1401.4477 Numerical Analysis
+1401.4809 Computational Physics
+1402.1694 Methodology
+1403.6361
+1404.1718 Artificial Intelligence
+1404.2838 Classical Physics
+1405.1191 Strongly Correlated Electrons
+1406.0737 General Physics
+1406.1933 Numerical Analysis
+1406.5033
+1406.5980 Logic
+1407.3189 Numerical Analysis
+1407.5631
+1407.6985 Strongly Correlated Electrons
+1407.8154 Computational Physics
+1408.0060 Differential Geometry
+1408.3469 Information Theory
+1411.0465 Numerical Analysis
+1411.5668 Numerical Analysis
+1412.4495 Symplectic Geometry
+1501.01809 Mathematical Software
+1501.05508 Computational Physics
+1502.05889
+1503.02368 Databases
+1503.08650 Methodology
+1504.05472 Differential Geometry
+1504.06135 Logic in Computer Science
+1504.07443 Artificial Intelligence
+1504.07469 Computer Vision and Pattern Recognition
+1505.01265 Combinatorics
+1505.06070 Optimization and Control
+1505.06274
+1505.08146 Symplectic Geometry
+1506.00017 Optimization and Control
+1506.02264 Learning
+1506.08541 Probability
+1507.04544 Computation
+1508.01573 Symplectic Geometry
+1508.04259 Mesoscale and Nanoscale Physics
+1508.07594 Metric Geometry
+1509.05001 Optimization and Control
+1509.08366 Phenomenology
+1509.08612
+1510.04813 Methodology
+1510.07462 Computational Complexity
+1511.01387 Theory
+1511.02523 Functional Analysis
+1511.02857 Astrophysics of Galaxies
+1511.08346
+1512.02818 Numerical Analysis
+1512.03174 Dynamical Systems
+1512.03626 Cosmology and Nongalactic Astrophysics
+1512.07108 Computer Vision and Pattern Recognition
+1601.02288 Numerical Analysis
+1601.02977 Symplectic Geometry
+1601.03623 Distributed, Parallel, and Cluster Computing
+1601.04287
+1602.00764
+1602.03985 Computational Complexity
+1602.04457 Analysis of PDEs
+1602.07702 Astrophysics of Galaxies
+1602.08415 Materials Science
+1602.09062 Numerical Analysis
+1603.00494 Functional Analysis
+1603.03339 Dynamical Systems
+1603.03685 Data Analysis, Statistics and Probability
+1603.04077 Fluid Dynamics
+1603.05548 Analysis of PDEs
+1603.06760 Probability
+1603.07008 Mathematical Software
+1603.07119 Phenomenology
+1604.00501
+1604.01334 Classical Analysis and ODEs
+1604.02316 Computer Vision and Pattern Recognition
+1604.02614 Numerical Analysis
+1604.02703 Computer Vision and Pattern Recognition
+1604.03786 General Physics
+1604.04057 Probability
+1604.04313
+1604.06671 Rings and Algebras
+1604.08388 Analysis of PDEs
+1605.00197 Optimization and Control
+1605.00231
+1605.01241 Mesoscale and Nanoscale Physics
+1605.01620
+1605.01862 Trading and Market Microstructure
+1605.01876
+1605.02488
+1605.03639 Computer Vision and Pattern Recognition
+1605.03934 Category Theory
+1605.08503 Numerical Analysis
+1606.01815 Experiment
+1606.02685
+1606.03221 Algebraic Geometry
+1606.03983 Instrumentation and Detectors
+1606.05545 Computation and Language
+1606.06418 Information Theory
+1606.06559 Populations and Evolution
+1606.07346
+1606.08420 Number Theory
+1606.08776
+1606.09090 High Energy Astrophysical Phenomena
+1606.09307 Theory
+1607.00243 Probability
+1607.01693
+1607.02212 Astrophysics of Galaxies
+1607.02362
+1607.04247 Numerical Analysis
+1607.04315 Learning
+1607.04990 Logic
+1607.05355 History and Overview
+1607.05565 Representation Theory
+1607.05764 Experiment
+1607.06292 Phenomenology
+1607.08300 Soft Condensed Matter
+1608.00830 Metric Geometry
+1608.02329 Materials Science
+1608.03526 Theory
+1608.03957 Number Theory
+1608.04341 Applications
+1608.06629 Optics
+1608.06929 Analysis of PDEs
+1608.08795 Quantum Gases
+1609.01229 Statistical Mechanics
+1609.01290 Phenomenology
+1609.01607 Data Analysis, Statistics and Probability
+1609.02429
+1609.02925 Strongly Correlated Electrons
+1609.03151 Superconductivity
+1609.05011
+1609.05565 Dynamical Systems
+1609.05648
+1609.06339 Methodology
+1609.06364 Classical Analysis and ODEs
+1609.06538 High Energy Astrophysical Phenomena
+1609.06874 Methodology
+1609.07430 Phenomenology
+1609.07633
+1609.08243 Materials Science
+1609.08382 Experiment
+1609.08884 Phenomenology
+1610.01073 Lattice
+1610.02559 Number Theory
+1610.02746 Computational Physics
+1610.02988 Experiment
+1610.04665
+1610.04811 Machine Learning
+1610.05653 Sound
+1610.05668 Plasma Physics
+1610.05931 Solar and Stellar Astrophysics
+1610.06092 Physics and Society
+1610.06288 Mesoscale and Nanoscale Physics
+1610.06567 Theory
+1610.07035 Mesoscale and Nanoscale Physics
+1610.07083 Materials Science
+1610.07531 Information Theory
+1610.07615 Mesoscale and Nanoscale Physics
+1611.00380 Theory
+1611.01938 Combinatorics
+1611.02158 Optics
+1611.02975 Statistical Mechanics
+1611.04164 Optimization and Control
+1611.04930 Phenomenology
+1611.05000 Phenomenology
+1611.05119 Geometric Topology
+1611.05650
+1611.06295 Materials Science
+1611.06929 Logic
+1611.07131 Experiment
+1611.07373 Representation Theory
+1611.07488 Theory
+1611.07672 Astrophysics of Galaxies
+1611.08399 Materials Science
+1612.01783 Combinatorics
+1612.02087 Optics
+1612.02109 Robotics
+1612.02900 Networking and Internet Architecture
+1612.02923 Strongly Correlated Electrons
+1612.03402 Neural and Evolutionary Computing
+1612.03932 Networking and Internet Architecture
+1612.04084
+1612.04316 Emerging Technologies
+1612.04361 Theory
+1612.04586 Algebraic Geometry
+1612.04649
+1612.06500 Differential Geometry
+1612.06637 Theory
+1612.07110 Classical Analysis and ODEs
+1612.07652 Combinatorics
+1612.07989 Mesoscale and Nanoscale Physics
+1612.08012 Computer Vision and Pattern Recognition
+1612.08184
+1612.08194 Applications
+1612.08296 Instrumentation and Detectors
+1612.08822 Phenomenology
+1612.09376 Strongly Correlated Electrons
+1612.09501 Phenomenology
+1612.09512
+1612.09533 Theory
+1701.00137 Mesoscale and Nanoscale Physics
+1701.00257 Chemical Physics
+1701.00494 Phenomenology
+1701.00554 Optimization and Control
+1701.00652 Machine Learning
+1701.01064 Machine Learning
+1701.01113 Earth and Planetary Astrophysics
+1701.01114 Astrophysics of Galaxies
+1701.01120 Instrumentation and Methods for Astrophysics
+1701.01121 Astrophysics of Galaxies
+1701.01123 Theory
+1701.01125 Statistical Mechanics
+1701.01126 Computation and Language
+1701.01127 Strongly Correlated Electrons
+1701.01128 Materials Science
+1701.01132 Networking and Internet Architecture
+1701.01133 Mesoscale and Nanoscale Physics
+1701.01134 Commutative Algebra
+1701.01135 Solar and Stellar Astrophysics
+1701.01136 Phenomenology
+1701.01137
+1701.01139
+1701.01142 Computer Vision and Pattern Recognition
+1701.01145 Plasma Physics
+1701.01148 Phenomenology
+1701.01149 Representation Theory
+1701.01150 Neurons and Cognition
+1701.01151 High Energy Astrophysical Phenomena
+1701.01152 Probability
+1701.01154 Information Theory
+1701.01155 Fluid Dynamics
+1701.01156 Information Theory
+1701.01157
+1701.01158 Probability
+1701.01161 Information Theory
+1701.01162
+1701.01163 Geometric Topology
+1701.01164 Information Theory
+1701.01165 Optimization and Control
+1701.01166
+1701.01167 Information Theory
+1701.01169 Dynamical Systems
+1701.01170 Distributed, Parallel, and Cluster Computing
+1701.01172 Astrophysics of Galaxies
+1701.01173 Dynamical Systems
+1701.01174 Representation Theory
+1701.01178 Number Theory
+1701.01180 Group Theory
+1701.01181 General Topology
+1701.01183 Differential Geometry
+1701.01184 High Energy Astrophysical Phenomena
+1701.01185 Statistical Finance
+1701.01186
+1701.01188 Mesoscale and Nanoscale Physics
+1701.01189 Distributed, Parallel, and Cluster Computing
+1701.01190 Formal Languages and Automata Theory
+1701.01191 Phenomenology
+1701.01192 Materials Science
+1701.01193 Materials Science
+1701.01194 Probability
+1701.01195 Information Theory
+1701.01196 Dynamical Systems
+1701.01197 Experiment
+1701.01198
+1701.01199 Statistics Theory
+1701.01201 Probability
+1701.01202 Representation Theory
+1701.01204 Probability
+1701.01205 Physics Education
+1701.01206 Applications
+1701.01207 Optimization and Control
+1701.01208 Combinatorics
+1701.01211 Information Theory
+1701.01212 Information Theory
+1701.01213 Optimization and Control
+1701.01214 Systems and Control
+1701.01215 Analysis of PDEs
+1701.01216 Computer Science and Game Theory
+1701.01217 Dynamical Systems
+1701.01218 Learning
+1701.01219 Neurons and Cognition
+1701.01222 Instrumentation and Methods for Astrophysics
+1701.01223 Systems and Control
+1701.01225 Biological Physics
+1701.01226 Atomic Physics
+1701.01227 Logic
+1701.01230 Number Theory
+1701.01231 Machine Learning
+1701.01232 Databases
+1701.01233 Numerical Analysis
+1701.01235 Complex Variables
+1701.01236 Cellular Automata and Lattice Gases
+1701.01238 Probability
+1701.01239
+1701.01240
+1701.01241 Disordered Systems and Neural Networks
+1701.01242 Analysis of PDEs
+1701.01243 Strongly Correlated Electrons
+1701.01244 Probability
+1701.01245
+1701.01246 Probability
+1701.01247 Information Theory
+1701.01248 Probability
+1701.01250 Information Retrieval
+1701.01253
+1701.01254 Differential Geometry
+1701.01255 Statistical Finance
+1701.01256 Solar and Stellar Astrophysics
+1701.01257 Solar and Stellar Astrophysics
+1701.01258 Solar and Stellar Astrophysics
+1701.01259 Mesoscale and Nanoscale Physics
+1701.01260 Representation Theory
+1701.01261 Quantum Algebra
+1701.01262 Experiment
+1701.01264 Probability
+1701.01265 Numerical Analysis
+1701.01267 Phenomenology
+1701.01268 Soft Condensed Matter
+1701.01271 Neural and Evolutionary Computing
+1701.01273 Differential Geometry
+1701.01275 Experiment
+1701.01276 Information Retrieval
+1701.01278
+1701.01279 Mesoscale and Nanoscale Physics
+1701.01281 Cellular Automata and Lattice Gases
+1701.01282 Rings and Algebras
+1701.01283 Analysis of PDEs
+1701.01285 Logic in Computer Science
+1701.01286 Applications
+1701.01287 Algebraic Topology
+1701.01288 Dynamical Systems
+1701.01289 Multiagent Systems
+1701.01291
+1701.01293 Machine Learning
+1701.01295 Information Theory
+1701.01297 Biomolecules
+1701.01298 Lattice
+1701.01299 Geophysics
+1701.01300 Phenomenology
+1701.01301 Logic
+1701.01303 Earth and Planetary Astrophysics
+1701.01305 Materials Science
+1701.01306 Differential Geometry
+1701.01307 General Topology
+1701.01310 Soft Condensed Matter
+1701.01312 Probability
+1701.01313 Group Theory
+1701.01314 Commutative Algebra
+1701.01315 Applications
+1701.01316 Optimization and Control
+1701.01317
+1701.01321 Networking and Internet Architecture
+1701.01322 Networking and Internet Architecture
+1701.01323 Combinatorics
+1701.01324 Algebraic Geometry
+1701.01325 Information Retrieval
+1701.01326 Information Theory
+1701.01328 Performance
+1701.01329 Neural and Evolutionary Computing
+1701.01330 Number Theory
+1701.01331 Algebraic Geometry
+1701.01334 Analysis of PDEs
+1701.01336 General Physics
+1701.01337 Data Structures and Algorithms
+1701.01338 Operator Algebras
+1701.01342 Experiment
+1701.01343 Logic
+1701.01344 History and Overview
+1701.01345 Experiment
+1701.01346 Superconductivity
+1701.01348 Group Theory
+1701.01349 Probability
+1701.01350 Astrophysics of Galaxies
+1701.01351 Geophysics
+1701.01352 Applications
+1701.01353 Geophysics
+1701.01354 Instrumentation and Methods for Astrophysics
+1701.01355 Populations and Evolution
+1701.01356 Methodology
+1701.01359 Numerical Analysis
+1701.01360 Geophysics
+1701.01361 Tissues and Organs
+1701.01362 Combinatorics
+1701.01364 High Energy Astrophysical Phenomena
+1701.01365 Complex Variables
+1701.01366 Mesoscale and Nanoscale Physics
+1701.01370 Computer Vision and Pattern Recognition
+1701.01372 Mesoscale and Nanoscale Physics
+1701.01373 Earth and Planetary Astrophysics
+1701.01374 Algebraic Topology
+1701.01375 Materials Science
+1701.01376 Geophysics
+1701.01377 Mesoscale and Nanoscale Physics
+1701.01378
+1701.01379 Combinatorics
+1701.01380 Soft Condensed Matter
+1701.01381 Statistical Mechanics
+1701.01382 Instrumentation and Detectors
+1701.01384 Astrophysics of Galaxies
+1701.01386 Geometric Topology
+1701.01388 Combinatorics
+1701.01389 Theory
+1701.01390 Algebraic Geometry
+1701.01391 Systems and Control
+1701.01392 Networking and Internet Architecture
+1701.01395 Statistics Theory
+1701.01396 Representation Theory
+1701.01397 Materials Science
+1701.01399 Mesoscale and Nanoscale Physics
+1701.01401 Mesoscale and Nanoscale Physics
+1701.01402 Phenomenology
+1701.01407 Analysis of PDEs
+1701.01409 Physics Education
+1701.01410 Materials Science
+1701.01411 Physics Education
+1701.01412 Physics Education
+1701.01414 Physics Education
+1701.01416 Combinatorics
+1701.01417 Information Retrieval
+1701.01418 High Energy Astrophysical Phenomena
+1701.01419 Data Structures and Algorithms
+1701.01420 Symplectic Geometry
+1701.01425 Algebraic Geometry
+1701.01426
+1701.01427 General Finance
+1701.01428 General Finance
+1701.01429 Computational Finance
+alg-geom/9402011 Algebraic Geometry
+0711.4339 Materials Science
+1106.4065 Geometric Topology
+1204.3132 Statistics Theory
+1204.5220 Analysis of PDEs
+1210.0870 Methodology
+1301.1574 Number Theory
+1301.2730 Commutative Algebra
+1307.5031 Theory
+1310.0004 Optimization and Control
+1310.8476 Materials Science
+1312.3494 Algebraic Geometry
+1408.3011
+1409.2799 Quantum Algebra
+1410.1213 Spectral Theory
+1410.4093 Methodology
+1410.6333 Computer Vision and Pattern Recognition
+1410.7083 Functional Analysis
+1411.6951 Differential Geometry
+1412.3428 Geometric Topology
+1501.00960 Physics and Society
+1501.01539 Other Computer Science
+1501.04978 General Physics
+1503.03512 Computation and Language
+1504.06884 Information Theory
+1505.03169 Probability
+1506.00050 Quantum Algebra
+1506.02196 Statistics Theory
+1506.06884 Geometric Topology
+1506.07060 Mesoscale and Nanoscale Physics
+1506.07280 Mesoscale and Nanoscale Physics
+1507.00290 Optimization and Control
+1507.05259 Machine Learning
+1507.06350 Machine Learning
+1507.08349 Information Theory
+1507.08714 Analysis of PDEs
+1508.00914 Information Theory
+1508.03431 Computer Science and Game Theory
+1508.04784
+1509.02603
+1509.04804 Probability
+1510.05804 Statistical Mechanics
+1510.05847 Metric Geometry
+1510.06618 Methodology
+1511.00796 Systems and Control
+1511.01758 Probability
+1511.04453 Quantitative Methods
+1511.06786 Analysis of PDEs
+1512.00352 Superconductivity
+1512.01702 Dynamical Systems
+1512.03137
+1512.04476 Social and Information Networks
+1601.02068 Machine Learning
+1601.02902 Computational Physics
+1601.04400 Differential Geometry
+1601.05156 Methodology
+1601.05799
+1601.06796
+1602.00546 Computational Complexity
+1602.02736 Computation
+1602.03931 Probability
+1602.05393 Logic
+1602.05450 Machine Learning
+1602.06283 Data Structures and Algorithms
+1602.07389 Neurons and Cognition
+1602.08266 Differential Geometry
+1602.09127 Discrete Mathematics
+1603.05538 Statistical Mechanics
+1603.07787 Probability
+1604.02049 Classical Analysis and ODEs
+1604.03229 Theory
+1604.03800 Optimization and Control
+1604.04722 Social and Information Networks
+1604.05133
+1604.06724 Phenomenology
+1604.08089
+1605.01095 Methodology
+1605.01875 Analysis of PDEs
+1605.02838 Quantum Algebra
+1605.02994 Probability
+1605.03520
+1605.08197 Social and Information Networks
+1605.08548 Human-Computer Interaction
+1605.08830 Classical Analysis and ODEs
+1606.00464 Computation
+1606.00572 Optics
+1606.00578
+1606.03769 Phenomenology
+1606.04505 Lattice
+1606.04614 Algebraic Geometry
+1606.05254 Genomics
+1606.05860 Theory
+1606.06013 Strongly Correlated Electrons
+1606.06490 Information Theory
+1606.06591 Data Analysis, Statistics and Probability
+1606.07572 Databases
+1606.07745 High Energy Astrophysical Phenomena
+1606.07790 Cosmology and Nongalactic Astrophysics
+1607.00018 Theory
+1607.00705 Phenomenology
+1607.02040 Phenomenology
+1607.02488 Learning
+1607.02701 Number Theory
+1607.03540
+1607.04283 Astrophysics of Galaxies
+1607.04327 Statistics Theory
+1607.04916
+1607.05138 Analysis of PDEs
+1607.06135 Functional Analysis
+1608.00046 Logic
+1608.00530 Learning
+1608.00539 Biological Physics
+1608.00585 Astrophysics of Galaxies
+1608.01571
+1608.01982
+1608.02241 Statistics Theory
+1608.03681 Mesoscale and Nanoscale Physics
+1608.04782 Materials Science
+1608.05395 Numerical Analysis
+1608.05873
+1608.06520 Discrete Mathematics
+1608.08812 Plasma Physics
+1608.08850 Analysis of PDEs
+1609.00637 Mesoscale and Nanoscale Physics
+1609.01474 Phenomenology
+1609.01536
+1609.01875 Optics
+1609.02359 Adaptation and Self-Organizing Systems
+1609.03279 Computer Vision and Pattern Recognition
+1609.03550 Analysis of PDEs
+1609.03652 Dynamical Systems
+1609.04368 Probability
+1609.04485
+1609.04651 Phenomenology
+1609.05582 Information Theory
+1609.07347 Mesoscale and Nanoscale Physics
+1609.07797 Algebraic Geometry
+1609.08100 Number Theory
+1609.08371 Social and Information Networks
+1609.08425
+1609.09010 Optimization and Control
+1609.09388 Phenomenology
+1610.00847 Complex Variables
+1610.02136 Neural and Evolutionary Computing
+1610.03267 Algebraic Topology
+1610.04978 Solar and Stellar Astrophysics
+1610.05639 Lattice
+1610.05934 Theory
+1610.07097 Representation Theory
+1610.08072 Lattice
+1610.08315 Lattice
+1610.09017 Lattice
+1611.01388 Experiment
+1611.01885 Cosmology and Nongalactic Astrophysics
+1611.01899 Cosmology and Nongalactic Astrophysics
+1611.02389
+1611.02720 Quantum Gases
+1611.02739 Learning
+1611.02804 Theory
+1611.03287 Strongly Correlated Electrons
+1611.03390 Earth and Planetary Astrophysics
+1611.03460
+1611.03708 Statistical Mechanics
+1611.04332 Phenomenology
+1611.04646 Phenomenology
+1611.04791 Lattice
+1611.05056
+1611.05470 Mesoscale and Nanoscale Physics
+1611.05501 Astrophysics of Galaxies
+1611.06411 Number Theory
+1611.06428 Number Theory
+1611.06580 Fluid Dynamics
+1611.07051 Machine Learning
+1611.07355 Quantum Gases
+1611.07527 Cosmology and Nongalactic Astrophysics
+1611.07766 Quantum Gases
+1611.08067 Information Theory
+1611.08265 Instrumentation and Detectors
+1611.08299 Statistics Theory
+1611.08975 Phenomenology
+1611.09334 Strongly Correlated Electrons
+1611.09985 Number Theory
+1612.00140 Theory
+1612.00473
+1612.00605 Quantum Gases
+1612.00674
+1612.01151 Theory
+1612.01156 Materials Science
+1612.01907 Computation
+1612.02720 Optics
+1612.03099
+1612.04873 Quantitative Methods
+1612.05797 Cosmology and Nongalactic Astrophysics
+1612.05999
+1612.06112 Information Theory
+1612.06183 Phenomenology
+1612.06206
+1612.06217 Theory
+1612.06564 Earth and Planetary Astrophysics
+1612.06957 Theory
+1612.07032 Geophysics
+1612.07056 Geophysics
+1612.07323 Theory
+1612.07327 Statistical Mechanics
+1612.07485 Quantum Gases
+1612.07885 Astrophysics of Galaxies
+1612.07982 Number Theory
+1612.08006 Other Condensed Matter
+1612.08063 Mesoscale and Nanoscale Physics
+1612.09063 Mesoscale and Nanoscale Physics
+1612.09074 Phenomenology
+1701.00003 Astrophysics of Galaxies
+1701.00678 Phenomenology
+1701.01393 Commutative Algebra
+1701.01652 Theory
+1701.02029
+1701.02969 Computation
+1701.03145 Differential Geometry
+1701.03242 Mesoscale and Nanoscale Physics
+1701.03483 Differential Geometry
+1701.03740 Differential Geometry
+1701.04888 Combinatorics
+1701.05116 Experiment
+1701.05391 Cosmology and Nongalactic Astrophysics
+1701.05767
+1701.05825 Phenomenology
+1701.05885
+1701.06312 Materials Science
+1701.07026 Cosmology and Nongalactic Astrophysics
+1701.07567
+1701.08123
+1701.08161 Earth and Planetary Astrophysics
+1701.08363 Methodology
+1701.08520 Quantum Gases
+1701.09142 Probability
+1701.09163 Number Theory
+1702.00001 Learning
+1702.00060 High Energy Astrophysical Phenomena
+1702.01240 Instrumentation and Detectors
+1702.01577 Soft Condensed Matter
+1702.02826 Statistics Theory
+1702.02961 High Energy Astrophysical Phenomena
+1702.03226 Multiagent Systems
+1702.04150 Atomic Physics
+1702.04223 Atomic Physics
+1702.04279 Phenomenology
+1702.04790 Classical Analysis and ODEs
+1702.05037 Machine Learning
+1702.05388 Computer Vision and Pattern Recognition
+1702.05840 Theory
+1702.05917 Numerical Analysis
+1702.05995 Analysis of PDEs
+1702.06130 Theory
+1702.06187 Populations and Evolution
+1702.06283
+1702.06378 Computation and Language
+1702.06560 Solar and Stellar Astrophysics
+1702.07338 Solar and Stellar Astrophysics
+1702.07376 Earth and Planetary Astrophysics
+1702.07688
+1702.07742
+1702.07755 Atomic Physics
+1702.08134 Learning
+1702.08158 Theory
+1702.08273 Theory
+1702.08491 Mesoscale and Nanoscale Physics
+1703.00051 Mesoscale and Nanoscale Physics
+1703.00179 Optics
+1703.00299 Probability
+1703.00627 High Energy Astrophysical Phenomena
+1703.00667 Data Structures and Algorithms
+1703.00858 Fluid Dynamics
+1703.01000 Solar and Stellar Astrophysics
+1703.01394 Astrophysics of Galaxies
+1703.01905 Data Structures and Algorithms
+1703.02170 Superconductivity
+1703.02178 Materials Science
+1703.02471 Phenomenology
+1703.02649 Astrophysics of Galaxies
+1703.02667 Genomics
+1703.02934
+1703.03228 Strongly Correlated Electrons
+1703.03980 Materials Science
+1703.04719 Atmospheric and Oceanic Physics
+1703.04876 Differential Geometry
+1703.04949 Probability
+1703.05038 Numerical Analysis
+1703.05271 Information Theory
+1703.05758
+1703.06044 Functional Analysis
+1703.06215
+1703.06520 Computer Vision and Pattern Recognition
+1703.06615
+1703.06866 Number Theory
+1703.06993 Computer Vision and Pattern Recognition
+1703.07022 Computer Vision and Pattern Recognition
+1703.07306 Systems and Control
+1703.07378 Geophysics
+1703.07390 Solar and Stellar Astrophysics
+1703.07478 Computer Vision and Pattern Recognition
+1703.07559 Instrumentation and Detectors
+1703.07582 Plasma Physics
+1703.07618 Combinatorics
+1703.07657 Computational Complexity
+1703.07707 Probability
+1703.07726 Artificial Intelligence
+1703.07779 Phenomenology
+1703.07787
+1703.07837
+1703.07839 Systems and Control
+1703.07840
+1703.07873 Optics
+1703.07876 Networking and Internet Architecture
+1703.07969 Lattice
+1703.08008
+1703.08013 Computer Vision and Pattern Recognition
+1703.08014 Computer Vision and Pattern Recognition
+1703.08087 High Energy Astrophysical Phenomena
+1703.08125 Phenomenology
+1703.08131 Learning
+1703.08132 Computer Vision and Pattern Recognition
+1703.08173 Computer Vision and Pattern Recognition
+1703.08174 Quantum Gases
+1703.08175 High Energy Astrophysical Phenomena
+1703.08176 History and Philosophy of Physics
+1703.08177
+1703.08178 Space Physics
+1703.08179
+1703.08180 High Energy Astrophysical Phenomena
+1703.08181 Astrophysics of Galaxies
+1703.08182 Theory
+1703.08183 Astrophysics of Galaxies
+1703.08184 Superconductivity
+1703.08185 Mesoscale and Nanoscale Physics
+1703.08186 Theory
+1703.08187 Strongly Correlated Electrons
+1703.08188 Soft Condensed Matter
+1703.08189
+1703.08190 Information Theory
+1703.08191 Mesoscale and Nanoscale Physics
+1703.08193 Materials Science
+1703.08194 Number Theory
+1703.08195 Differential Geometry
+1703.08196 Strongly Correlated Electrons
+1703.08197
+1703.08198 Databases
+1703.08199 Quantitative Methods
+1703.08200 Strongly Correlated Electrons
+1703.08201 Theory
+1703.08202 Methodology
+1703.08203 Algebraic Geometry
+1703.08204 High Energy Astrophysical Phenomena
+1703.08205 Instrumentation and Methods for Astrophysics
+1703.08206 Networking and Internet Architecture
+1703.08207
+1703.08208 Information Theory
+1703.08209
+1703.08210 Soft Condensed Matter
+1703.08211 Emerging Technologies
+1703.08212 Distributed, Parallel, and Cluster Computing
+1703.08213 Soft Condensed Matter
+1703.08214 Theory
+1703.08215 Phenomenology
+1703.08216 Analysis of PDEs
+1703.08217 Systems and Control
+1703.08218 Cosmology and Nongalactic Astrophysics
+1703.08219 Databases
+1703.08220 Lattice
+1703.08221 Cosmology and Nongalactic Astrophysics
+1703.08222 High Energy Astrophysical Phenomena
+1703.08223 High Energy Astrophysical Phenomena
+1703.08224 Mesoscale and Nanoscale Physics
+1703.08225 Fluid Dynamics
+1703.08226
+1703.08228 Distributed, Parallel, and Cluster Computing
+1703.08229 Chemical Physics
+1703.08230 Optics
+1703.08231 Optics
+1703.08233
+1703.08234 Analysis of PDEs
+1703.08235 Combinatorics
+1703.08236
+1703.08237 Theory
+1703.08238 Computer Vision and Pattern Recognition
+1703.08240 Optimization and Control
+1703.08241 Algebraic Geometry
+1703.08242 Software Engineering
+1703.08244 Computation and Language
+1703.08245 Learning
+1703.08246 Information Theory
+1703.08247 Logic in Computer Science
+1703.08248 Mesoscale and Nanoscale Physics
+1703.08249 Plasma Physics
+1703.08250 Materials Science
+1703.08251 Machine Learning
+1703.08252 Social and Information Networks
+1703.08253 Functional Analysis
+1703.08254 Systems and Control
+1703.08256 Analysis of PDEs
+1703.08257 Probability
+1703.08258 Phenomenology
+1703.08259 Fluid Dynamics
+1703.08260 Quantitative Methods
+1703.08261 Geometric Topology
+1703.08262 Systems and Control
+1703.08263 Materials Science
+1703.08264
+1703.08265 Algebraic Geometry
+1703.08266 Logic
+1703.08267 Optimization and Control
+1703.08268 Astrophysics of Galaxies
+1703.08269 Cryptography and Security
+1703.08270 Commutative Algebra
+1703.08271 Information Theory
+1703.08272
+1703.08273 Data Structures and Algorithms
+1703.08274 Computer Vision and Pattern Recognition
+1703.08276 Optics
+1703.08277 High Energy Astrophysical Phenomena
+1703.08278 High Energy Astrophysical Phenomena
+1703.08279 Differential Geometry
+1703.08280 Distributed, Parallel, and Cluster Computing
+1703.08281 Commutative Algebra
+1703.08282 Statistical Finance
+1703.08283 Learning
+1703.08284 Information Theory
+1703.08286 Computer Science and Game Theory
+1703.08288 Human-Computer Interaction
+1703.08289 Computer Vision and Pattern Recognition
+1703.08290 Soft Condensed Matter
+1703.08291 Combinatorics
+1703.08292 Commutative Algebra
+1703.08293 Cosmology and Nongalactic Astrophysics
+1703.08294 Learning
+1703.08295 Astrophysics of Galaxies
+1703.08296 Chaotic Dynamics
+1703.08297 Optics
+1703.08299 Phenomenology
+1703.08300 Chaotic Dynamics
+1703.08301 Cosmology and Nongalactic Astrophysics
+1703.08302 Differential Geometry
+1703.08303 Mesoscale and Nanoscale Physics
+1703.08304 Group Theory
+1703.08306 Cryptography and Security
+1703.08307 Optimization and Control
+1703.08308 Algebraic Geometry
+1703.08309 Theory
+1703.08310 Astrophysics of Galaxies
+1703.08311 Systems and Control
+1703.08312 Algebraic Geometry
+1703.08313 Biological Physics
+1703.08314 Logic in Computer Science
+1703.08315 Number Theory
+1703.08316 Combinatorics
+1703.08317 Mesoscale and Nanoscale Physics
+1703.08319 Materials Science
+1703.08320
+1703.08321 Materials Science
+1703.08322 Phenomenology
+1703.08323 Quantum Algebra
+1703.08324 Physics and Society
+1703.08325 Discrete Mathematics
+1703.08326 Astrophysics of Galaxies
+1703.08327 Functional Analysis
+1703.08328 Superconductivity
+1703.08329 Phenomenology
+1703.08330 Phenomenology
+1703.08331 Analysis of PDEs
+1703.08333 Phenomenology
+1703.08334 Algebraic Geometry
+1703.08335 Analysis of PDEs
+1703.08336 Logic in Computer Science
+1703.08337 Distributed, Parallel, and Cluster Computing
+1703.08338 Computer Vision and Pattern Recognition
+1703.08340 Physics and Society
+1703.08342 Systems and Control
+1703.08343 Strongly Correlated Electrons
+1703.08344 Number Theory
+1703.08345 Numerical Analysis
+1703.08346
+1703.08347
+1703.08348 Networking and Internet Architecture
+1703.08349 Rings and Algebras
+1703.08350 Soft Condensed Matter
+1703.08351 Quantum Gases
+1703.08352 Analysis of PDEs
+1703.08353 Networking and Internet Architecture
+1703.08354 Plasma Physics
+1703.08355 Analysis of PDEs
+1703.08356 Systems and Control
+1703.08357 Solar and Stellar Astrophysics
+1703.08358 Statistics Theory
+1703.08359 Computer Vision and Pattern Recognition
+1703.08360 Software Engineering
+1703.08361 Solar and Stellar Astrophysics
+1703.08362 Information Theory
+1703.08363 Group Theory
+1703.08364 Quantum Gases
+1703.08365 Social and Information Networks
+1703.08366 Computer Vision and Pattern Recognition
+1703.08367 Soft Condensed Matter
+1703.08368
+1703.08369 High Energy Astrophysical Phenomena
+1703.08370 Distributed, Parallel, and Cluster Computing
+1703.08371
+1703.08373 Probability
+1703.08374 High Energy Astrophysical Phenomena
+1703.08375 Phenomenology
+1703.08376 Distributed, Parallel, and Cluster Computing
+1703.08377 Representation Theory
+1703.08378 Computer Vision and Pattern Recognition
+1703.08379 Superconductivity
+1703.08382
+1703.08383 Artificial Intelligence
+1703.08384 Functional Analysis
+1703.08385 Dynamical Systems
+1703.08386 Analysis of PDEs
+1703.08387 Complex Variables
+1703.08388 Computer Vision and Pattern Recognition
+1703.08389 Analysis of PDEs
+1703.08390 Information Theory
+1703.08391 Strongly Correlated Electrons
+1703.08392 Spectral Theory
+1703.08393 Probability
+1703.08394 Optimization and Control
+1703.08395 Probability
+1703.08396 Mesoscale and Nanoscale Physics
+1703.08397 Artificial Intelligence
+1703.08399 Mesoscale and Nanoscale Physics
+1703.08400 Mesoscale and Nanoscale Physics
+1703.08401 Systems and Control
+1703.08402 Phenomenology
+1703.08403 Learning
+1703.08404 Analysis of PDEs
+1703.08405 Mesoscale and Nanoscale Physics
+1703.08406 Probability
+1703.08407 General Topology
+1703.08408 Systems and Control
+1703.08409 Combinatorics
+1703.08410 Cosmology and Nongalactic Astrophysics
+1703.08412 Analysis of PDEs
+1703.08413 Probability
+1703.08414 Combinatorics
+1703.08415 Quantitative Methods
+1703.08416 Optics
+1703.08417 Analysis of PDEs
+1703.08418
+1703.08419 Algebraic Geometry
+1703.08420 Mesoscale and Nanoscale Physics
+1703.08421 Strongly Correlated Electrons
+1703.08422 Superconductivity
+1703.08423 Complex Variables
+1703.08424 Strongly Correlated Electrons
+1703.08425 Databases
+1703.08426 Earth and Planetary Astrophysics
+1703.08427 Number Theory
+1703.08428 Human-Computer Interaction
+1703.08429 Applications
+1703.08430 General Physics
+1703.08431 Strongly Correlated Electrons
+1703.08432 General Physics
+1703.08433 Data Structures and Algorithms
+1703.08434 Learning
+1703.08436 General Physics
+1703.08437 Dynamical Systems
+1703.08439 Numerical Analysis
+1703.08440 Learning
+1703.08441 General Physics
+1703.08442 Optimization and Control
+1703.08443
+1703.08444 Cosmology and Nongalactic Astrophysics
+1703.08445 Differential Geometry
+1703.08446 Strongly Correlated Electrons
+1703.08449
+1703.08451 Materials Science
+1703.08452
+1703.08453 Networking and Internet Architecture
+1703.08454
+1703.08455 Cryptography and Security
+1703.08457 Phenomenology
+1703.08459 Classical Analysis and ODEs
+1703.08460 Theory
+1703.08461 Algebraic Geometry
+1703.08462
+1703.08463 Strongly Correlated Electrons
+1703.08464 Experiment
+1703.08465 Combinatorics
+1703.08466 Numerical Analysis
+1703.08467 Theory
+1703.08468 Phenomenology
+1703.08469 Distributed, Parallel, and Cluster Computing
+1703.08470 Phenomenology
+1703.08471 Computation and Language
+1703.08472 Computer Vision and Pattern Recognition
+1703.08473 Number Theory
+1703.08475 Learning
+1703.08476 High Energy Astrophysical Phenomena
+1703.08477 Astrophysics of Galaxies
+1703.08478 Materials Science
+1703.08480 Systems and Control
+1703.08481 Neural and Evolutionary Computing
+1703.08482 Materials Science
+1703.08483 Mesoscale and Nanoscale Physics
+1703.08484 Other Quantitative Biology
+1703.08485 Astrophysics of Galaxies
+1703.08486 Statistical Mechanics
+1703.08487 Methodology
+1703.08488 Optics
+1703.08489 Methodology
+1703.08490 Analysis of PDEs
+1703.08491 Geophysics
+1703.08492 Computer Vision and Pattern Recognition
+1703.08493 Computer Vision and Pattern Recognition
+1703.08494
+1703.08495 Differential Geometry
+1703.08496 Optics
+1703.08497 Computer Vision and Pattern Recognition
+1703.08498 Numerical Analysis
+1703.08499 Phenomenology
+1703.08501 Instrumentation and Detectors
+1703.08502 Combinatorics
+1703.08503
+1703.08504 Geophysics
+1703.08505 Experiment
+1703.08506 General Mathematics
+1703.08507 General Mathematics
+1703.08508
+1703.08509 Computer Science and Game Theory
+1703.08510 Medical Physics
+1703.08511 Data Structures and Algorithms
+1703.08512 Probability
+1703.08513 Computation and Language
+1703.08514
+1703.08516 Computer Vision and Pattern Recognition
+1703.08518
+1703.08519 Space Physics
+1703.08520 Computation
+1703.08521 Cosmology and Nongalactic Astrophysics
+1703.08522 Materials Science
+1703.08523 Soft Condensed Matter
+1703.08524 Learning
+1703.08525 Distributed, Parallel, and Cluster Computing
+1703.08526 Differential Geometry
+1703.08527 Software Engineering
+1703.08528 Differential Geometry
+1703.08529 Instrumentation and Detectors
+1703.08530 Superconductivity
+1703.08531 Probability
+1703.08532 Phenomenology
+1703.08533
+1703.08534 Optimization and Control
+1703.08535 Neural and Evolutionary Computing
+1703.08536 Other Condensed Matter
+1703.08537 Computation and Language
+cond-mat/0511211 Materials Science
+1009.0252 Algebraic Geometry
+1106.4403 Discrete Mathematics
+1111.0070 Probability
+1202.1838 Statistics Theory
+1204.1884 Combinatorics
+1210.1784 Quantum Gases
+1302.2077 Algebraic Geometry
+1307.2747
+1307.6617
+1309.2004
+1310.1861 Information Theory
+1310.7671 Numerical Analysis
+1311.7121 Dynamical Systems
+1312.1472 Optimization and Control
+1312.3822
+1312.4489 Optimization and Control
+1403.6787 Number Theory
+1404.7707 Algebraic Geometry
+1405.2502
+1406.5694 Cryptography and Security
+1407.7173 Numerical Analysis
+1408.0499 Computational Complexity
+1408.1544 Mesoscale and Nanoscale Physics
+1408.1840 Number Theory
+1408.3257 Geometric Topology
+1408.3324
+1409.3665
+1409.4352
+1409.5411 Representation Theory
+1410.0703
+1410.7863 Astrophysics of Galaxies
+1411.2684 Computational Engineering, Finance, and Science
+1411.6310 Number Theory
+1412.0831 Probability
+1412.4886 Number Theory
+1412.5005 Numerical Analysis
+1501.04366
+1501.04950 Lattice
+1502.04430
+1503.03211 Computers and Society
+1503.09067 Metric Geometry
+1504.05227
+1506.00419 Number Theory
+1506.02331 Combinatorics
+1506.03985
+1506.05422 Physics and Society
+1506.06305 Physics and Society
+1507.03302 Accelerator Physics
+1508.01179 Algebraic Geometry
+1508.04103 Optics
+1509.04309 Computer Vision and Pattern Recognition
+1509.05516
+1509.07296
+1509.08050 Number Theory
+1510.00832 Information Theory
+1510.01152 Probability
+1510.02100 Theory
+1510.02331 Metric Geometry
+1510.02399 Statistics Theory
+1510.04761 Optics
+1510.04904 Commutative Algebra
+1510.06228 Phenomenology
+1510.08807 Number Theory
+1511.00316 Theory
+1511.00388
+1511.02192
+1511.02620
+1511.05132 Geophysics
+1511.05572 Astrophysics of Galaxies
+1511.06071 Information Theory
+1511.07095
+1511.07842 Number Theory
+1511.08804 Astrophysics of Galaxies
+1511.08979 Phenomenology
+1511.09345
+1512.00273 Number Theory
+1512.01448 Combinatorics
+1512.06476 Theory
+1512.06994 Quantum Algebra
+1512.08753 Number Theory
+1601.00191 Neural and Evolutionary Computing
+1601.02477 General Physics
+1601.02507 Analysis of PDEs
+1601.02577 Combinatorics
+1601.04401
+1601.04528 General Physics
+1601.05801 High Energy Astrophysical Phenomena
+1601.05817 Theory
+1601.06146 Numerical Analysis
+1601.06904 Populations and Evolution
+1602.00024 Quantitative Methods
+1602.03518 Dynamical Systems
+1602.04324 Category Theory
+1602.05407
+1602.05531 Computer Vision and Pattern Recognition
+1602.06893 Populations and Evolution
+1602.07451 Materials Science
+1602.08206 Category Theory
+1603.00790 Functional Analysis
+1603.00872
+1603.01065 Phenomenology
+1603.02181
+1603.04266 Combinatorics
+1603.06897 Quantum Gases
+1603.07287
+1603.07569 Theory
+1603.07950 Instrumentation and Detectors
+1603.08808 Number Theory
+1603.09287 Number Theory
+1603.09498 Astrophysics of Galaxies
+1603.09541 Theory
+1604.00146 Differential Geometry
+1604.03294 Analysis of PDEs
+1604.04302 Differential Geometry
+1604.07648 Information Theory
+1605.00620 Systems and Control
+1605.01270 Neurons and Cognition
+1605.01407 Theory
+1605.04253 Computer Vision and Pattern Recognition
+1605.07279 Analysis of PDEs
+1605.08587 Plasma Physics
+1605.09667 Optimization and Control
+1606.00222 Functional Analysis
+1606.00598 Algebraic Geometry
+1606.00901 Information Theory
+1606.01271 High Energy Astrophysical Phenomena
+1606.02512 Analysis of PDEs
+1606.03157 Strongly Correlated Electrons
+1606.03185 Data Structures and Algorithms
+1606.04101 High Energy Astrophysical Phenomena
+1606.04364
+1606.04581
+1606.04669 Distributed, Parallel, and Cluster Computing
+1606.05184 Optimization and Control
+1606.05357 Cosmology and Nongalactic Astrophysics
+1606.06832 Cosmology and Nongalactic Astrophysics
+1606.07360 Networking and Internet Architecture
+1606.08232 Neurons and Cognition
+1606.09210 Theory
+1607.00439 Materials Science
+1607.01920 Number Theory
+1607.02356
+1607.02389 Quantum Gases
+1607.04270 Statistical Mechanics
+1607.05131 Superconductivity
+1607.05308 Quantum Gases
+1607.05840 Cryptography and Security
+1607.08318 Neurons and Cognition
+1607.08732
+1608.01245 Theory
+1608.01474 Statistical Mechanics
+1608.01535 Economics
+1608.02061 Phenomenology
+1608.02132 Cryptography and Security
+1608.02434 Strongly Correlated Electrons
+1608.02530 Algebraic Geometry
+1608.02768
+1608.03748 Computer Vision and Pattern Recognition
+1608.04818
+1608.06098 Networking and Internet Architecture
+1608.08596 Computer Vision and Pattern Recognition
+1609.00317 Information Theory
+1609.00753 Theory
+1609.01316 Strongly Correlated Electrons
+1609.01559 Algebraic Geometry
+1609.01981 Atmospheric and Oceanic Physics
+1609.03042 Phenomenology
+1609.03435 Combinatorics
+1609.03814 Statistical Mechanics
+1609.05407 Numerical Analysis
+1609.06035 Methodology
+1609.06311 Mesoscale and Nanoscale Physics
+1609.06497
+1609.07130 Algebraic Geometry
+1609.07197 Computation and Language
+1609.07533 Materials Science
+1609.07839 Functional Analysis
+1609.09423 Probability
+1610.00388 Computation and Language
+1610.01612 Phenomenology
+1610.03941 Statistical Mechanics
+1610.04305 Earth and Planetary Astrophysics
+1610.04419 Cosmology and Nongalactic Astrophysics
+1610.04679 Superconductivity
+1610.04925
+1610.07996 Classical Analysis and ODEs
+1610.08283 Differential Geometry
+1610.08605
+1610.10062 Spectral Theory
+1611.00041 Theory
+1611.01279 Instrumentation and Methods for Astrophysics
+1611.02059 Materials Science
+1611.02708 Astrophysics of Galaxies
+1611.03937 Optics
+1611.04053 Solar and Stellar Astrophysics
+1611.04067 Machine Learning
+1611.04717 Artificial Intelligence
+1611.05125 Computer Vision and Pattern Recognition
+1611.05621
+1611.05774 Computation and Language
+1611.06623
+1611.07256 Methodology
+1611.07318 General Physics
+1611.07345 Methodology
+1611.07651
+1611.08078 Astrophysics of Galaxies
+1611.09272 Earth and Planetary Astrophysics
+1611.09542 Quantitative Methods
+1612.00861
+1612.01134 Group Theory
+1612.02939 Commutative Algebra
+1612.04167 Mesoscale and Nanoscale Physics
+1612.05734 Computation and Language
+1612.05910 Optimization and Control
+1612.06091 Numerical Analysis
+1612.06325 Representation Theory
+1612.06935 Information Retrieval
+1612.07295 Phenomenology
+1612.07918 Analysis of PDEs
+1612.08115 Theory
+1612.08151 Soft Condensed Matter
+1612.08156 Soft Condensed Matter
+1612.08926 Strongly Correlated Electrons
+1612.09244 Physics and Society
+1612.09301 Populations and Evolution
+1612.09523 Computer Science and Game Theory
+1701.00491 Phenomenology
+1701.00506 Mesoscale and Nanoscale Physics
+1701.00533 Cosmology and Nongalactic Astrophysics
+1701.00663 Numerical Analysis
+1701.00875 Trading and Market Microstructure
+1701.01012 Chemical Physics
+1701.01090 Information Theory
+1701.01458 Solar and Stellar Astrophysics
+1701.01725 Soft Condensed Matter
+1701.01836
+1701.01929
+1701.01933 Superconductivity
+1701.02117 Materials Science
+1701.02163 Artificial Intelligence
+1701.02176 Algebraic Geometry
+1701.02179 Analysis of PDEs
+1701.02204 Combinatorics
+1701.02408 Distributed, Parallel, and Cluster Computing
+1701.02469 Superconductivity
+1701.02484 Computational Physics
+1701.02547 Programming Languages
+1701.02607
+1701.02641 Networking and Internet Architecture
+1701.02654
+1701.02729 Social and Information Networks
+1701.02731
+1701.02732 Combinatorics
+1701.02733 Instrumentation and Methods for Astrophysics
+1701.02734 Astrophysics of Galaxies
+1701.02735 Phenomenology
+1701.02737 Phenomenology
+1701.02740 Social and Information Networks
+1701.02742 Earth and Planetary Astrophysics
+1701.02743 Astrophysics of Galaxies
+1701.02744 Disordered Systems and Neural Networks
+1701.02749 Instrumentation and Methods for Astrophysics
+1701.02754 Phenomenology
+1701.02757 Phenomenology
+1701.02759 Mesoscale and Nanoscale Physics
+1701.02760 Medical Physics
+1701.02762 Metric Geometry
+1701.02763 Mesoscale and Nanoscale Physics
+1701.02764 Combinatorics
+1701.02767
+1701.02769 High Energy Astrophysical Phenomena
+1701.02770 Materials Science
+1701.02773 Strongly Correlated Electrons
+1701.02774 Algebraic Geometry
+1701.02775 Earth and Planetary Astrophysics
+1701.02776 Information Theory
+1701.02778 Astrophysics of Galaxies
+1701.02779 Mesoscale and Nanoscale Physics
+1701.02780
+1701.02784
+1701.02785 High Energy Astrophysical Phenomena
+1701.02786 Methodology
+1701.02790 Materials Science
+1701.02791 Materials Science
+1701.02792 Materials Science
+1701.02793 Analysis of PDEs
+1701.02794 Representation Theory
+1701.02795 Computation and Language
+1701.02796 Physics and Society
+1701.02798 Computational Finance
+1701.02799 Algebraic Geometry
+1701.02801 Solar and Stellar Astrophysics
+1701.02803 Materials Science
+1701.02804 Machine Learning
+1701.02806 Logic
+1701.02807 Instrumentation and Detectors
+1701.02808 Formal Languages and Automata Theory
+1701.02809 Networking and Internet Architecture
+1701.02812 Accelerator Physics
+1701.02813 Probability
+1701.02814 Optimization and Control
+1701.02815 Learning
+1701.02817 Analysis of PDEs
+1701.02819 Combinatorics
+1701.02820 Theory
+1701.02822 Soft Condensed Matter
+1701.02823 Analysis of PDEs
+1701.02825 Strongly Correlated Electrons
+1701.02826 Functional Analysis
+1701.02828 Networking and Internet Architecture
+1701.02829 Computer Vision and Pattern Recognition
+1701.02830 Numerical Analysis
+1701.02833 Optimization and Control
+1701.02834 Number Theory
+1701.02835 Numerical Analysis
+1701.02836 Data Structures and Algorithms
+1701.02837 Analysis of PDEs
+1701.02839 Soft Condensed Matter
+1701.02840 Symplectic Geometry
+1701.02842 Programming Languages
+1701.02843 Numerical Analysis
+1701.02844 Combinatorics
+1701.02845 General Topology
+1701.02847 High Energy Astrophysical Phenomena
+1701.02849 Analysis of PDEs
+1701.02850 Optics
+1701.02851 Social and Information Networks
+1701.02852 Optimization and Control
+1701.02853 Data Structures and Algorithms
+1701.02855 Lattice
+1701.02857 Methodology
+1701.02858 Lattice
+1701.02859 Combinatorics
+1701.02860 Probability
+1701.02863
+1701.02864 Social and Information Networks
+1701.02865 Differential Geometry
+1701.02867 Exactly Solvable and Integrable Systems
+1701.02868 Commutative Algebra
+1701.02869 Materials Science
+1701.02870 Computer Vision and Pattern Recognition
+1701.02871 Astrophysics of Galaxies
+1701.02872 Probability
+1701.02873 Cosmology and Nongalactic Astrophysics
+1701.02874 Optimization and Control
+1701.02876
+1701.02878 Complex Variables
+1701.02879 Optimization and Control
+1701.02881 Phenomenology
+1701.02883 Mesoscale and Nanoscale Physics
+1701.02884 Materials Science
+1701.02885 Analysis of PDEs
+1701.02887 Methodology
+1701.02888 Numerical Analysis
+1701.02889 Analysis of PDEs
+1701.02892 Machine Learning
+1701.02893 Numerical Analysis
+1701.02895 Information Theory
+1701.02896 Cryptography and Security
+1701.02900 Information Theory
+1701.02901 Computation and Language
+1701.02902 Optimization and Control
+1701.02904 Physics and Society
+1701.02905 Probability
+1701.02906 Phenomenology
+1701.02907 Mesoscale and Nanoscale Physics
+1701.02908 Populations and Evolution
+1701.02909 Superconductivity
+1701.02910 Numerical Analysis
+1701.02911
+1701.02912 Classical Analysis and ODEs
+1701.02913 Phenomenology
+1701.02915 Atomic Physics
+1701.02916 Functional Analysis
+1701.02917 Logic in Computer Science
+1701.02918 Plasma Physics
+1701.02919 Group Theory
+1701.02920 Plasma Physics
+1701.02922 Information Theory
+1701.02923 Mesoscale and Nanoscale Physics
+1701.02924 High Energy Astrophysical Phenomena
+1701.02925 Computation and Language
+1701.02927 Formal Languages and Automata Theory
+1701.02928
+1701.02929 Optics
+1701.02931 Analysis of PDEs
+1701.02932 Representation Theory
+1701.02933 Optics
+1701.02935 Optics
+1701.02938 Fluid Dynamics
+1701.02940 Information Theory
+1701.02943 Biomolecules
+1701.02944 Programming Languages
+1701.02946 Computation and Language
+1701.02947 Formal Languages and Automata Theory
+1701.02949 Strongly Correlated Electrons
+1701.02951 Representation Theory
+1701.02955 Dynamical Systems
+1701.02958 Portfolio Management
+1701.02959
+1701.02960 Learning
+1701.02961 Space Physics
+1701.02962 Computation and Language
+1701.02963
+1701.02964 Number Theory
+1701.02966 Probability
+1701.02967 Machine Learning
+1701.02968 Space Physics
+1701.02970
+1701.02971 Information Theory
+1701.02974 Number Theory
+1701.02975 Number Theory
+1701.02977 Functional Analysis
+1701.02978 Classical Analysis and ODEs
+1701.02979 Information Theory
+1701.02980 Mesoscale and Nanoscale Physics
+1701.02981 Information Theory
+1701.02982 Functional Analysis
+1701.02983 High Energy Astrophysical Phenomena
+1701.02984 Statistical Mechanics
+1701.02986 Optics
+1701.02988 Populations and Evolution
+1701.02989 Optimization and Control
+1701.02990 Quantum Gases
+1701.02991 Distributed, Parallel, and Cluster Computing
+1701.02993 Logic
+1701.02995 Instrumentation and Methods for Astrophysics
+1701.02996 Computational Complexity
+1701.02997 General Physics
+1701.02998 General Physics
+1701.02999 Fluid Dynamics
+1701.03000 Artificial Intelligence
+1701.03002 Probability
+1701.03003 Astrophysics of Galaxies
+1701.03004 Data Structures and Algorithms
+1701.03005 Optics
+1701.03006 Machine Learning
+1701.03007 Combinatorics
+1701.03008 Systems and Control
+1701.03009 Computational Engineering, Finance, and Science
+1701.03010 Combinatorics
+1701.03012 General Physics
+1701.03013 Materials Science
+1701.03014 Materials Science
+1701.03015 Analysis of PDEs
+1701.03016 Chemical Physics
+1701.03017 Social and Information Networks
+1701.03018 Solar and Stellar Astrophysics
+1701.03022 Data Analysis, Statistics and Probability
+1701.03023 Information Theory
+1701.03024 Group Theory
+1701.03025 Representation Theory
+1701.03026 Solar and Stellar Astrophysics
+1701.03028 Category Theory
+1701.03029
+1701.03030 Materials Science
+1701.03031 Theory
+1701.03033 Materials Science
+1701.03035 General Physics
+1701.03037 Artificial Intelligence
+1701.03040 Combinatorics
+1701.03041 Robotics
+1701.03042 Numerical Analysis
+1701.03043 Distributed, Parallel, and Cluster Computing
+1701.03046 Experiment
+1701.03047 Data Structures and Algorithms
+1701.03048 Plasma Physics
+1701.03049 Numerical Analysis
+1701.03050 Strongly Correlated Electrons
+1701.03051 Social and Information Networks
+1701.03052 Analysis of PDEs
+1701.03053 Distributed, Parallel, and Cluster Computing
+1701.03054 Combinatorics
+1701.03055 Pattern Formation and Solitons
+1701.03056 Computer Vision and Pattern Recognition
+1701.03057 Theory
+1701.03058 Numerical Analysis
+1701.03060 History and Overview
+1701.03061 Physics and Society
+1701.03062 General Mathematics
+1701.03063
+1701.03065 Optimization and Control
+1701.03069 Programming Languages
+1701.03071 Mesoscale and Nanoscale Physics
+1701.03072 Differential Geometry
+1701.03074
+1701.03076 Optics
+1701.03078 Plasma Physics
+1701.03079 Computation and Language
+1701.03080 Materials Science
+1701.03083 Analysis of PDEs
+1701.03084 Numerical Analysis
+1701.03085 Physics Education
+1701.03086 Probability
+1701.03087 Geophysics
+1701.03089 Algebraic Geometry
+1701.03090 Optics
+1701.03091 Databases
+1701.03092 Computation and Language
+1701.03093 Optics
+1701.03094 Solar and Stellar Astrophysics
+1701.03095 Genomics
+1701.03099 Probability
+0704.2708 Combinatorics
+0705.3651 Combinatorics
+0706.2354 Optimization and Control
+0707.0088 Representation Theory
+0707.1362 Optimization and Control
+0710.4346 Combinatorics
+0809.0689 Computer Science and Game Theory
+0905.1911 Quantum Gases
+0906.5171 Optimization and Control
+0907.1298 Optimization and Control
+1009.3469 Computational Geometry
+1010.4321 General Mathematics
+1105.0791 Computational Geometry
+1106.4145 Differential Geometry
+1111.5143 Logic
+1203.0494 Logic in Computer Science
+1203.0765 Rings and Algebras
+1207.1149 Optimization and Control
+1207.2773 Category Theory
+1208.3386 Probability
+1210.2961 Representation Theory
+1210.4369 Cosmology and Nongalactic Astrophysics
+1210.6732 Optimization and Control
+1210.7412 Probability
+1211.0258 Combinatorics
+1212.0256 Number Theory
+1301.1652 Combinatorics
+1302.2283 Chaotic Dynamics
+1302.5222 Rings and Algebras
+1302.5248 Numerical Analysis
+1304.2967 Spectral Theory
+1305.4013 Trading and Market Microstructure
+1306.1486 Optimization and Control
+1306.5134 Combinatorics
+1308.0994 Logic
+1308.1628 Differential Geometry
+1308.4913 Classical Physics
+1309.0531 Data Analysis, Statistics and Probability
+1309.1134 Rings and Algebras
+1310.4412 Information Theory
+1311.0597 Number Theory
+1311.2001 Analysis of PDEs
+1311.4989 Optimization and Control
+1311.5121 Numerical Analysis
+1312.6809 Physics and Society
+1401.4885 Analysis of PDEs
+1402.0283 Quantum Gases
+1402.2805 Classical Analysis and ODEs
+1402.3064 Analysis of PDEs
+1402.5201 Quantum Algebra
+1403.2774 Geometric Topology
+1403.4628 Optimization and Control
+1403.5019 Differential Geometry
+1403.5665 Discrete Mathematics
+1403.7887 Number Theory
+1404.1728 Combinatorics
+1404.3170 Dynamical Systems
+1404.4279 Commutative Algebra
+1405.6538 Operator Algebras
+1405.7769 Physics and Society
+1406.2946
+1407.0973 Neurons and Cognition
+1407.2767 Numerical Analysis
+1407.6170
+1407.6171
+1408.2667 Operator Algebras
+1408.6320 Differential Geometry
+1409.2212 Functional Analysis
+1409.2706 Analysis of PDEs
+1409.4379 Optimization and Control
+1409.5046 Phenomenology
+1410.2183 Statistical Mechanics
+1410.2841 Optimization and Control
+1410.5222 Number Theory
+1410.5933 Statistical Mechanics
+1410.8584 Optimization and Control
+1411.1745 Symbolic Computation
+1411.3033 Strongly Correlated Electrons
+1411.5121 Optimization and Control
+1411.7632 Optimization and Control
+1412.0125 Number Theory
+1412.5028
+1412.5685 Theory
+1501.04592
+1501.06809 Physics and Society
+1502.00492 Complex Variables
+1502.01508 Rings and Algebras
+1502.01786 Combinatorics
+1503.02951 Computer Science and Game Theory
+1503.03571 Databases
+1503.03715 Optimization and Control
+1503.06640 Combinatorics
+1503.06684 Analysis of PDEs
+1504.04470 Data Structures and Algorithms
+1504.04709 Number Theory
+1505.01558
+1505.02238 Rings and Algebras
+1505.07862 Data Structures and Algorithms
+1506.00033 Algebraic Topology
+1506.01366 Theory
+1506.01538 Instrumentation and Methods for Astrophysics
+1506.02244 Optimization and Control
+1506.03134 Machine Learning
+1506.07041 Probability
+1507.02602 Quantum Algebra
+1507.07317 Neurons and Cognition
+1508.04619 Combinatorics
+1508.07755 Rings and Algebras
+1509.00293
+1509.01300
+1509.01967 Differential Geometry
+1509.05663 Analysis of PDEs
+1509.08196
+1510.01751 Fluid Dynamics
+1510.01831 Numerical Analysis
+1510.03291 Theory
+1510.05179 Databases
+1510.07300 Analysis of PDEs
+1511.00087
+1511.00640 General Physics
+1511.01925 Fluid Dynamics
+1511.06228 Algebraic Topology
+1511.06945 Number Theory
+1511.07868 Functional Analysis
+1512.02536 Theory
+1512.02873 Numerical Analysis
+1512.04599 Group Theory
+1512.07451 Methodology
+1512.08122 Optimization and Control
+1512.09058 Quantum Gases
+1601.05196 Rings and Algebras
+1601.05749 General Physics
+1602.00234 Digital Libraries
+1602.01569 Information Theory
+1602.01671 Statistical Mechanics
+1602.03087 Number Theory
+1602.03172
+1602.03659 Algebraic Geometry
+1602.04226 Astrophysics of Galaxies
+1602.05477 Risk Management
+1602.06664 Information Theory
+1602.08005 Instrumentation and Detectors
+1602.08912 Computer Science and Game Theory
+1603.00266
+1603.00869 Populations and Evolution
+1603.00952 Machine Learning
+1603.01587 Algebraic Topology
+1603.02834 Computation
+1603.05168 Classical Analysis and ODEs
+1603.08147 Group Theory
+1604.00915 Instrumentation and Detectors
+1604.02541
+1604.03032 Operator Algebras
+1604.03649 Optimization and Control
+1604.04040 Algebraic Geometry
+1604.04539 Data Analysis, Statistics and Probability
+1604.04812 Learning
+1604.05746 Phenomenology
+1605.01265 Statistical Mechanics
+1605.01989
+1605.02254 Number Theory
+1605.02908 Statistical Mechanics
+1605.02927 Phenomenology
+1605.03570 Numerical Analysis
+1605.03701
+1605.03796 Information Theory
+1605.03989 Optimization and Control
+1605.04467
+1605.04574 Applications
+1605.04708 Number Theory
+1605.05271 General Topology
+1605.05543 Data Analysis, Statistics and Probability
+1605.05743 Functional Analysis
+1605.07315
+1605.07950 Learning
+1605.08354 Physics and Society
+1605.09303 Biomolecules
+1605.09335 Classical Analysis and ODEs
+1606.00980 Computation
+1606.03454 Astrophysics of Galaxies
+1606.03926 Functional Analysis
+1606.04880 Computer Science and Game Theory
+1606.05151 Cosmology and Nongalactic Astrophysics
+1606.05892 Methodology
+1606.06690 Phenomenology
+1606.06895 Algebraic Geometry
+1606.07590 Disordered Systems and Neural Networks
+1606.07748 Populations and Evolution
+1606.08152 Number Theory
+1607.00044 Instrumentation and Methods for Astrophysics
+1607.01166 Probability
+1607.01509 Quantum Gases
+1607.02631 Methodology
+1607.02978 Theory
+1607.03178 Rings and Algebras
+1607.04579 Learning
+1607.05036
+1607.05242 Disordered Systems and Neural Networks
+1607.05287
+1607.05534 Differential Geometry
+1607.06672
+1607.06858 Cosmology and Nongalactic Astrophysics
+1607.07475 Mesoscale and Nanoscale Physics
+1607.07586 Group Theory
+1607.07852 Mesoscale and Nanoscale Physics
+1607.08549 Disordered Systems and Neural Networks
+1608.00016 General Physics
+1608.00125 Superconductivity
+1608.00597 Theory
+1608.00613 Multimedia
+1608.00802 Cosmology and Nongalactic Astrophysics
+1608.00804
+1608.00873 Number Theory
+1608.00942 Populations and Evolution
+1608.01944 Numerical Analysis
+1608.02170 Information Theory
+1608.02333 Methodology
+1608.02895 Probability
+1608.03289
+1608.04312 Instrumentation and Detectors
+1608.06047
+1608.06066 Strongly Correlated Electrons
+1608.06178 Dynamical Systems
+1608.06441
+1608.06604 Analysis of PDEs
+1608.07420 Materials Science
+1608.07633 Materials Science
+1608.07643 Number Theory
+1608.07775 Computation and Language
+1608.08320 Classical Analysis and ODEs
+1609.01049 Functional Analysis
+1609.01560 Atomic Physics
+1609.01915 Computer Vision and Pattern Recognition
+1609.02193 Other Computer Science
+1609.02213 Quantitative Methods
+1609.02541 Computation
+1609.02633 Logic
+1609.03092 Computational Physics
+1609.03390 Phenomenology
+1609.03616 Number Theory
+1609.05336 Computational Physics
+1609.05338 Mesoscale and Nanoscale Physics
+1609.05486 Learning
+1609.05496 Combinatorics
+1609.05601 Cryptography and Security
+1609.05863 Number Theory
+1609.06187 Computational Engineering, Finance, and Science
+1609.07581
+1609.08136 Combinatorics
+1609.08277 Statistical Mechanics
+1609.09515 Theory
+1610.00160 Cosmology and Nongalactic Astrophysics
+1610.00257 Systems and Control
+1610.00423 Functional Analysis
+1610.00619 Superconductivity
+1610.00680 Phenomenology
+1610.01188 Programming Languages
+1610.02107 Combinatorics
+1610.02992 Complex Variables
+1610.03335 Software Engineering
+1610.03695 Soft Condensed Matter
+1610.04486 Combinatorics
+1610.05626 Numerical Analysis
+1610.06302 Physics Education
+1610.06530 Complex Variables
+1610.06832 Formal Languages and Automata Theory
+1610.07241 Digital Libraries
+1610.07308 Optimization and Control
+1610.07316 Mesoscale and Nanoscale Physics
+1610.07513 Differential Geometry
+1610.07906 Earth and Planetary Astrophysics
+1610.09008 Earth and Planetary Astrophysics
+1610.09585 Machine Learning
+1610.09896
+1610.10020 Number Theory
+1611.00194 Quantum Gases
+1611.00324 Chemical Physics
+1611.00814 Discrete Mathematics
+1611.01343 Classical Analysis and ODEs
+1611.01898 Optimization and Control
+1611.02437 Category Theory
+1611.02635 Optimization and Control
+1611.03065 Cryptography and Security
+1611.03211 Instrumentation and Detectors
+1611.03352
+1611.04013 Materials Science
+1611.04449 Phenomenology
+1611.04576 Probability
+1611.04664 Dynamical Systems
+1611.05131 Plasma Physics
+1611.05794
+1611.06720
+1611.07103 Methodology
+1611.07349
+1611.07569
+1611.09217
+1611.09376 Algebraic Geometry
+1612.00208 Algebraic Geometry
+1612.00422 Theory
+1612.00428 Geometric Topology
+1612.01113 Multimedia
+1612.01203
+1612.02094 Phenomenology
+1612.02137 Fluid Dynamics
+1612.02284 Data Structures and Algorithms
+1612.02287 Computer Vision and Pattern Recognition
+1612.03971 Systems and Control
+1612.04310 Solar and Stellar Astrophysics
+1612.04717 Methodology
+1612.05041 Strongly Correlated Electrons
+1612.05322 Computer Vision and Pattern Recognition
+1612.05886 Theory
+1612.05952 General Finance
+1612.05986 Probability
+1612.06268 Number Theory
+1612.06298 Algebraic Geometry
+1612.06342 Theory
+1612.06520 Algebraic Geometry
+1612.06522 Emerging Technologies
+1612.06607 Disordered Systems and Neural Networks
+1612.06965 Optimization and Control
+1612.07139 Robotics
+1612.07448 Databases
+1612.07930 Chemical Physics
+1612.07941 Biological Physics
+1612.07994 Soft Condensed Matter
+1612.08029 Cryptography and Security
+1612.08330 Metric Geometry
+1612.08496 Analysis of PDEs
+1612.08602 Mesoscale and Nanoscale Physics
+1612.08646 Physics Education
+1612.08709 Distributed, Parallel, and Cluster Computing
+1612.08770 Phenomenology
+1612.08969 Mesoscale and Nanoscale Physics
+1612.09239 Mesoscale and Nanoscale Physics
+1612.09277 Computational Geometry
+1612.09296 Learning
+1612.09333 Cosmology and Nongalactic Astrophysics
+1612.09337 Dynamical Systems
+1612.09402
+1612.09485
+1701.00001 Computers and Society
+1701.00004 Strongly Correlated Electrons
+1701.00006 Theory
+1701.00007 Strongly Correlated Electrons
+1701.00009 Theory
+1701.00010 Phenomenology
+1701.00011 Astrophysics of Galaxies
+1701.00016 Numerical Analysis
+1701.00017
+1701.00018 Probability
+1701.00019 Robotics
+1701.00020 Operator Algebras
+1701.00023
+1701.00024 Astrophysics of Galaxies
+1701.00025 Fluid Dynamics
+1701.00026 Rings and Algebras
+1701.00027 Algebraic Geometry
+1701.00028 Mesoscale and Nanoscale Physics
+1701.00029 Methodology
+1701.00030 Computational Finance
+1701.00031 Computer Vision and Pattern Recognition
+1701.00032 Fluid Dynamics
+1701.00033 Optimization and Control
+1701.00034 Analysis of PDEs
+1701.00036 Soft Condensed Matter
+1701.00038 Data Analysis, Statistics and Probability
+1701.00039 Numerical Analysis
+1701.00040 Computer Vision and Pattern Recognition
+1701.00041 Mesoscale and Nanoscale Physics
+1701.00042 Mesoscale and Nanoscale Physics
+1701.00044 Number Theory
+1701.00046 Theory
+1701.00048 Materials Science
+1701.00049 Theory
+1701.00050
+1701.00051 Theory
+1701.00052 Probability
+1701.00053 Solar and Stellar Astrophysics
+1701.00055 Computational Physics
+1701.00056 Statistics Theory
+1701.00057
+1701.00058 Commutative Algebra
+1701.00059
+1701.00061 Algebraic Geometry
+1701.00062 Physics and Society
+1701.00064
+1701.00065 Emerging Technologies
+1701.00066 Computation and Language
+1701.00068 Numerical Analysis
+1701.00070 High Energy Astrophysical Phenomena
+1701.00071 Soft Condensed Matter
+1701.00072 Databases
+1701.00073 Representation Theory
+1701.00075 General Topology
+1701.00076 Classical Analysis and ODEs
+1701.00077 Quantitative Methods
+1701.00080 Optics
+1701.00082 Neurons and Cognition
+1701.00083 Phenomenology
+1701.00084 General Topology
+1701.00088 Soft Condensed Matter
+1701.00090 Optimization and Control
+1701.00092 Functional Analysis
+1701.00093 History and Philosophy of Physics
+1701.00094 Instrumentation and Detectors
+1701.00095 Soft Condensed Matter
+1701.00097 Operator Algebras
+1701.00098 Theory
+1701.00100 Classical Analysis and ODEs
+1701.00104 Cryptography and Security
+1701.00105 High Energy Astrophysical Phenomena
+1701.00106 Optics
+1701.00107 Probability
+1701.00108 Software Engineering
+1701.00109 Numerical Analysis
+1701.00111 Dynamical Systems
+1701.00113 Category Theory
+1701.00115 Complex Variables
+1701.00116
+1701.00117 Software Engineering
+1701.00118 Optics
+1701.00120 Complex Variables
+1701.00121 Strongly Correlated Electrons
+1701.00122
+1701.00123 Software Engineering
+1701.00125 Group Theory
+1701.00126 Algebraic Geometry
+1701.00127 Dynamical Systems
+1701.00129 Probability
+1701.00130 Computational Physics
+1701.00131 Probability
+1701.00132 Operator Algebras
+1701.00133 Lattice
+1701.00134
+1701.00135 Rings and Algebras
+1701.00136 Theory
+1701.00139 Analysis of PDEs
+1701.00141 Combinatorics
+1701.00142 Computer Vision and Pattern Recognition
+1701.00143 Instrumentation and Detectors
+1701.00144 Astrophysics of Galaxies
+1701.00146 Computational Complexity
+1701.00148 Programming Languages
+1701.00149 Mesoscale and Nanoscale Physics
+1701.00152 Optimization and Control
+1701.00153 Quantum Algebra
+1701.00154 Combinatorics
+1701.00157 Quantum Gases
+1701.00158 Soft Condensed Matter
+1701.00159 Cryptography and Security
+1701.00161 Programming Languages
+1701.00162 Numerical Analysis
+1701.00163 Optics
+1701.00164 Instrumentation and Detectors
+1701.00165 Computer Vision and Pattern Recognition
+1701.00166 Quantitative Methods
+1701.00167 Machine Learning
+1701.00168 Computation and Language
+1701.00170
+1701.00172 Mesoscale and Nanoscale Physics
+1701.00174 Mesoscale and Nanoscale Physics
+1701.00175 Dynamical Systems
+1701.00178 Optimization and Control
+1701.00179 Systems and Control
+1701.00182 Analysis of PDEs
+1701.00184 Superconductivity
+1701.00185 Information Retrieval
+1701.00186 Distributed, Parallel, and Cluster Computing
+1701.00188 Computation and Language
+1701.00190 General Mathematics
+1701.00192
+1701.00193 Computer Vision and Pattern Recognition
+1701.00194 Biological Physics
+1701.00195 Differential Geometry
+1701.00196 Optimization and Control
+1701.00197 Cosmology and Nongalactic Astrophysics
+1701.00198 Computer Vision and Pattern Recognition
+1701.00199 Information Retrieval
+1701.00200 Rings and Algebras
+1701.00201 Dynamical Systems
+1701.00202 Information Theory
+1701.00203 Algebraic Geometry
+1701.00204 Algebraic Geometry
+1701.00206 Logic
+1701.00207 Optics
+1701.00210 Information Theory
+1701.00211
+1701.00212 Chaotic Dynamics
+1701.00213 History and Philosophy of Physics
+1701.00214 Statistical Mechanics
+1701.00215 Numerical Analysis
+1701.00216
+1701.00217 Analysis of PDEs
+1701.00218 Phenomenology
+1701.00219 Spectral Theory
+1701.00220 Learning
+1701.00221 Cosmology and Nongalactic Astrophysics
+1701.00222 Algebraic Geometry
+1701.00223 Probability
+1701.00224 Phenomenology
+1701.00225 Classical Analysis and ODEs
+1701.00228 Plasma Physics
+1701.00229 Dynamical Systems
+1701.00231
+1701.00232 Atomic Physics
+1701.00233 Programming Languages
+1701.00234 Networking and Internet Architecture
+1701.00235 Materials Science
+1701.00237 Networking and Internet Architecture
+1701.00238 Differential Geometry
+1701.00240 Networking and Internet Architecture
+1701.00241 Information Theory
+1701.00242
+1701.00243 Exactly Solvable and Integrable Systems
+1701.00244 Numerical Analysis
+1701.00246 Statistical Mechanics
+1701.00247 Information Theory
+1701.00249 Optimization and Control
+1701.00251 Learning
+1701.00252 Algebraic Geometry
+1701.00253 Geometric Topology
+1701.00255 Algebraic Topology
+1701.00256 Earth and Planetary Astrophysics
+1701.00258 Functional Analysis
+1701.00259
+1701.00260 Logic
+1701.00262 Analysis of PDEs
+1701.00263 Statistical Mechanics
+1701.00264
+1701.00265 Number Theory
+1701.00267 Analysis of PDEs
+1701.00270 Classical Physics
+1701.00272 Representation Theory
+1701.00273 Probability
+1701.00274 Cosmology and Nongalactic Astrophysics
+1701.00275 Algebraic Geometry
+1701.00276
+1701.00278 Number Theory
+1701.00279 Lattice
+1701.00280 Logic in Computer Science
+1701.00281 Functional Analysis
+1701.00282 Instrumentation and Detectors
+1701.00285 Computation
+1701.00286 Phenomenology
+1701.00287 Artificial Intelligence
+1701.00288 Instrumentation and Methods for Astrophysics
+1701.00294 Computer Vision and Pattern Recognition
+1701.00297 Dynamical Systems
+1701.00298 Information Theory
+1701.00299 Learning
+1701.00300 Accelerator Physics
+1701.00301 Optics
+1701.00302 Discrete Mathematics
+1701.00303 High Energy Astrophysical Phenomena
+1701.00306 Differential Geometry
+1701.00307 Emerging Technologies
+1701.00309 Geometric Topology
+1701.00310 Materials Science
+1701.00313 Computational Physics
+1701.00314 Probability
+1701.00315 Astrophysics of Galaxies
+1701.00316
+1701.00319 Probability
+1701.00321 Number Theory
+1701.00322 Machine Learning
+1701.00324 Information Retrieval
+1701.00325 Complex Variables
+1701.00326 Computer Vision and Pattern Recognition
+1701.00328 Combinatorics
+1701.00329 Phenomenology
+1701.00330 Cell Behavior
+1701.00331 Group Theory
+1701.00334 Physics and Society
+1701.00336 High Energy Astrophysical Phenomena
+1701.00337 Dynamical Systems
+1701.00338 Methodology
+1701.00339 Phenomenology
+1701.00340 Number Theory
+1701.00341 Theory
+1701.00342 Adaptation and Self-Organizing Systems
+1701.00344 Operator Algebras
+1701.00345 Lattice
+1701.00349 Artificial Intelligence
+1701.00350 Discrete Mathematics
+1701.00351 Fluid Dynamics
+1701.00352 Computer Vision and Pattern Recognition
+1701.00354 Combinatorics
+1701.00356 General Topology
+1701.00358 Materials Science
+1701.00360 Probability
+1701.00361 Experiment
+1701.00362 Combinatorics
+1701.00365 Information Theory
+1701.00368 Theory
+1701.00369
+1701.00370 Complex Variables
+1701.00373 Differential Geometry
+1701.00374 Mesoscale and Nanoscale Physics
+1701.00375 Algebraic Geometry
+1701.00376 Information Theory
+1701.00377 Group Theory
+1701.00378 Combinatorics
+1701.00380 Analysis of PDEs
+1701.00381 Data Structures and Algorithms
+1701.00382 Mesoscale and Nanoscale Physics
+1701.00383 Distributed, Parallel, and Cluster Computing
+1701.00385 Number Theory
+1701.00386 Optics
+1701.00387 Fluid Dynamics
+1701.00388 Number Theory
+1701.00390 Neurons and Cognition
+1701.00391 Number Theory
+1701.00392 Numerical Analysis
+1701.00393 Algebraic Geometry
+1701.00396 Symbolic Computation
+1701.00397 Analysis of PDEs
+1701.00398 Databases
+1701.00399 Databases
+1701.00400 Databases
+1701.00401 Cryptography and Security
+1701.00403 Methodology
+1701.00404 Materials Science
+1701.00405 Computer Vision and Pattern Recognition
+1701.00406 Social and Information Networks
+1701.00407 Commutative Algebra
+1701.00408
+1701.00409 Probability
+1701.00411 Representation Theory
+1701.00412 Materials Science
+1701.00413 Algebraic Geometry
+1701.00414 Atomic Physics
+1701.00415 Astrophysics of Galaxies
+1701.00416 Software Engineering
+1701.00417 Analysis of PDEs
+1701.00420 Combinatorics
+1701.00421 Solar and Stellar Astrophysics
+1701.00423 Representation Theory
+1701.00424 Numerical Analysis
+1701.00426 Lattice
+1701.00428 Strongly Correlated Electrons
+1701.00429 Symplectic Geometry
+1701.00430 Algebraic Topology
+1701.00432 Experiment
+1701.00433 Numerical Analysis
+1701.00435 Computational Engineering, Finance, and Science
+1701.00436 Cryptography and Security
+1701.00437 High Energy Astrophysical Phenomena
+1701.00438 Lattice
+1701.00440 Group Theory
+1701.00441 Robotics
+1701.00442 Chemical Physics
+1701.00443 Dynamical Systems
+1701.00445 General Mathematics
+1701.00446 Instrumentation and Detectors
+1701.00448 General Physics
+1701.00449 Computer Vision and Pattern Recognition
+1701.00450 General Physics
+1701.00451 Instrumentation and Detectors
+1701.00452 Genomics
+1701.00453 Theory
+1701.00455 Algebraic Geometry
+1701.00456 General Physics
+1701.00457 General Physics
+1701.00459
+1701.00460 Emerging Technologies
+1701.00461 Theory
+1701.00464 Artificial Intelligence
+1701.00466 General Mathematics
+1701.00467 Theory
+1701.00468 Numerical Analysis
+1701.00469 General Physics
+1701.00470 Logic
+1701.00472 High Energy Astrophysical Phenomena
+1701.00474 Multimedia
+1701.00476 Functional Analysis
+1701.00477 Classical Analysis and ODEs
+1701.00478 Cosmology and Nongalactic Astrophysics
+1701.00479 Information Theory
+1701.00480 Mesoscale and Nanoscale Physics
+math/0410111 Optimization and Control
+math/0505677 Optimization and Control
+math/0603308 Combinatorics
+math/0603311 Optimization and Control
+math/0606075 Representation Theory
+math/0610320 Geometric Topology
+quant-ph/0109068
+quant-ph/0304052
+quant-ph/9805082
+1605.07228 Physics and Society
+0801.3332 Computational Physics
+0801.3439 Chemical Physics
+0808.1219 Complex Variables
+0902.0198 Combinatorics
+1307.3580 Probability
+1308.6240 Genomics
+1308.6245 Quantitative Methods
+1309.4188 Theory
+1310.4291 Networking and Internet Architecture
+1312.4909 Biological Physics
+1401.3522 Probability
+1402.4311 Analysis of PDEs
+1402.7294 Commutative Algebra
+1403.7153
+1403.7481 Computational Engineering, Finance, and Science
+1403.7980 Computational Geometry
+1405.0151
+1406.5855 Quantitative Methods
+1407.1507 Data Structures and Algorithms
+1407.5309
+1407.8436 Symplectic Geometry
+1411.3019 Computational Physics
+1411.6216 Exactly Solvable and Integrable Systems
+1412.3328 Computer Vision and Pattern Recognition
+1412.8399 Combinatorics
+1502.00668 Differential Geometry
+1502.01494 Information Theory
+1502.01861 Data Structures and Algorithms
+1502.04600 Discrete Mathematics
+1502.04730 Statistical Mechanics
+1502.06633 Analysis of PDEs
+1503.01624 Data Structures and Algorithms
+1503.02728 Instrumentation and Methods for Astrophysics
+1503.04552 Mesoscale and Nanoscale Physics
+1503.08760
+1504.00526 Group Theory
+1504.02846 Functional Analysis
+1505.05272 Methodology
+1506.02385 Probability
+1506.05026 Quantum Algebra
+1506.07209
+1506.08873 K-Theory and Homology
+1506.08885 K-Theory and Homology
+1507.01735 K-Theory and Homology
+1507.08299 Theory
+1508.00208 Probability
+1508.02699 Instrumentation and Methods for Astrophysics
+1508.03037 Geometric Topology
+1509.01994 Analysis of PDEs
+1509.03162 Neurons and Cognition
+1509.08280 Mathematical Finance
+1510.00426 K-Theory and Homology
+1510.01002 Physics and Society
+1510.03769 Number Theory
+1510.06171 Differential Geometry
+1510.06684 Optimization and Control
+1510.07269 Differential Geometry
+1510.07583 Group Theory
+1511.04385
+1511.05955
+1511.07476 Earth and Planetary Astrophysics
+1511.07906 Algebraic Geometry
+1512.01519 Number Theory
+1512.06425 Distributed, Parallel, and Cluster Computing
+1601.03632 Phenomenology
+1601.04703 Number Theory
+1601.04772 Statistical Mechanics
+1601.05249 Populations and Evolution
+1601.07790 Distributed, Parallel, and Cluster Computing
+1602.01865 Fluid Dynamics
+1602.02300 Algebraic Geometry
+1602.03086 Genomics
+1602.03793 Geometric Topology
+1602.04704 Numerical Analysis
+1602.04803
+1602.04889 Learning
+1602.07945 Soft Condensed Matter
+1602.08230 Data Structures and Algorithms
+1602.08445 Pattern Formation and Solitons
+1602.09038 Statistical Mechanics
+1603.02208 Artificial Intelligence
+1603.03446 Classical Physics
+1603.06066 Statistical Mechanics
+1603.06958 Genomics
+1603.07711 Cryptography and Security
+1603.07994 Mesoscale and Nanoscale Physics
+1604.00332 Cosmology and Nongalactic Astrophysics
+1604.01172 Probability
+1604.02064 Probability
+1604.02181 Machine Learning
+1604.02601 Algebraic Geometry
+1604.03027 Theory
+1604.03958 Phenomenology
+1604.04768 Methodology
+1604.07976 Combinatorics
+1604.08640 Information Retrieval
+1605.01588 Number Theory
+1605.01670 Phenomenology
+1605.01762 Algebraic Geometry
+1605.03432 Optics
+1605.03855 Atmospheric and Oceanic Physics
+1605.04595 Theory
+1605.04990 Pattern Formation and Solitons
+1605.08699 Soft Condensed Matter
+1606.01195 Biological Physics
+1606.01258 Phenomenology
+1606.02063 Number Theory
+1606.02768
+1606.02864 Phenomenology
+1606.02941 Logic in Computer Science
+1606.03373 Fluid Dynamics
+1606.03819 Statistical Mechanics
+1606.05350 Astrophysics of Galaxies
+1606.05575 Complex Variables
+1606.05642 Machine Learning
+1606.05858 Probability
+1606.05950 Combinatorics
+1606.06242
+1606.06314 Computer Vision and Pattern Recognition
+1606.06882 Earth and Planetary Astrophysics
+1606.07352 Analysis of PDEs
+1606.07417 Classical Physics
+1606.07961 Classical Analysis and ODEs
+1606.08012 Theory
+1606.08465 Disordered Systems and Neural Networks
+1606.08770 Computational Physics
+1607.00235 Information Theory
+1607.00288 Astrophysics of Galaxies
+1607.00716 Numerical Analysis
+1607.01874 Instrumentation and Methods for Astrophysics
+1607.02753 Differential Geometry
+1607.03633
+1607.04248 K-Theory and Homology
+1607.04494 Exactly Solvable and Integrable Systems
+1607.05282 Other Condensed Matter
+1607.05499 Rings and Algebras
+1607.06021 Discrete Mathematics
+1608.00083 Statistical Mechanics
+1608.00228 Optics
+1608.00318 Computation and Language
+1608.00552 Theory
+1608.00813 Computer Vision and Pattern Recognition
+1608.01726 Numerical Analysis
+1608.01908
+1608.01966 Computer Vision and Pattern Recognition
+1608.02081 Computational Complexity
+1608.02636 Logic in Computer Science
+1608.03384 Statistics Theory
+1608.04092 Phenomenology
+1608.04662 Combinatorics
+1608.04754 Theory
+1608.05899 Statistical Mechanics
+1608.06421 Algebraic Geometry
+1608.06739
+1608.07385 Optics
+1608.07516 Functional Analysis
+1608.07602 Optics
+1608.08011 Superconductivity
+1608.08172 Materials Science
+1608.08856 Mesoscale and Nanoscale Physics
+1609.02076
+1609.02138
+1609.02192 Mesoscale and Nanoscale Physics
+1609.02815 Computational Physics
+1609.04128 Solar and Stellar Astrophysics
+1609.04496 Tissues and Organs
+1609.04526 Mesoscale and Nanoscale Physics
+1609.04986 Functional Analysis
+1609.06714 Strongly Correlated Electrons
+1609.06757 Applications
+1609.06899 Mesoscale and Nanoscale Physics
+1609.07169
+1609.07224
+1609.07278 Statistical Mechanics
+1609.08062
+1609.08122 Number Theory
+1609.08546 Robotics
+1609.08892 Probability
+1609.09375 Numerical Analysis
+1609.09493 Rings and Algebras
+1610.00143 Dynamical Systems
+1610.00394 Optimization and Control
+1610.00688 Optics
+1610.01967 Materials Science
+1610.02713
+1610.04180
+1610.04674 Optimization and Control
+1610.05019 Algebraic Geometry
+1610.07031 Computer Vision and Pattern Recognition
+1610.07199 Combinatorics
+1610.07426 Quantitative Methods
+1610.07983 Theory
+1610.08048 Optics
+1610.08080 Theory
+1610.08194 Quantum Gases
+1610.08574 Mesoscale and Nanoscale Physics
+1610.09261 Systems and Control
+1610.09446 Solar and Stellar Astrophysics
+1610.09900 Artificial Intelligence
+1611.00252 Learning
+1611.00967 Materials Science
+1611.01713 Instrumentation and Detectors
+1611.01988 Programming Languages
+1611.02109 Learning
+1611.03338 Numerical Analysis
+1611.03776 Mesoscale and Nanoscale Physics
+1611.03880 Physics and Society
+1611.04171 Numerical Analysis
+1611.04635 Cosmology and Nongalactic Astrophysics
+1611.05559 Machine Learning
+1611.06252 Chemical Physics
+1611.08391
+1611.08470 Representation Theory
+1611.08945 Computation and Language
+1611.09049 Classical Analysis and ODEs
+1611.09495 Disordered Systems and Neural Networks
+1611.09685 Soft Condensed Matter
+1612.00006
+1612.00639 Superconductivity
+1612.01080 Symplectic Geometry
+1612.01273 Strongly Correlated Electrons
+1612.01490 Machine Learning
+1612.01791 Solar and Stellar Astrophysics
+1612.01864 High Energy Astrophysical Phenomena
+1612.01883 Atomic Physics
+1612.02113 Information Theory
+1612.02130 Applications
+1612.02136 Learning
+1612.02477 Lattice
+1612.02547 Programming Languages
+1612.02749 Numerical Analysis
+1612.02901 Combinatorics
+1612.02943 Optics
+1612.03087
+1612.03407 Probability
+1612.03471 Artificial Intelligence
+1612.04092 Solar and Stellar Astrophysics
+1612.05255 Computational Finance
+1612.05329 Earth and Planetary Astrophysics
+1612.05681 Pricing of Securities
+1612.06871 Cosmology and Nongalactic Astrophysics
+1612.07165 Phenomenology
+1612.07282 Phenomenology
+1612.07562 Learning
+1612.08661
+1612.08760 Representation Theory
+1612.08826 Theory
+1701.00701 Astrophysics of Galaxies
+1701.01493 Number Theory
+1701.01684 Mesoscale and Nanoscale Physics
+1701.02319 Theory
+1701.03444 Numerical Analysis
+1701.04232 Statistical Mechanics
+1701.05170 Classical Analysis and ODEs
+1701.05798 Representation Theory
+1701.06349 Molecular Networks
+1701.06447 Operator Algebras
+1701.06767 Software Engineering
+1701.07144 High Energy Astrophysical Phenomena
+1701.07425 Combinatorics
+1701.07485 Information Theory
+1701.07584 Number Theory
+1701.07650 Instrumentation and Detectors
+1701.07694 Optimization and Control
+1701.07947 Number Theory
+1701.08564 Combinatorics
+1701.08585 Learning
+1701.08599 Solar and Stellar Astrophysics
+1702.00313 High Energy Astrophysical Phenomena
+1702.00498
+1702.00535 Databases
+1702.00878 Soft Condensed Matter
+1702.02175 Computer Vision and Pattern Recognition
+1702.02185 Category Theory
+1702.02458 Mesoscale and Nanoscale Physics
+1702.02547 Data Structures and Algorithms
+1702.02715 Machine Learning
+1702.02833 Theory
+1702.03017 Number Theory
+1702.03586 Strongly Correlated Electrons
+1702.03776 Phenomenology
+1702.03889 Algebraic Topology
+1702.03898 Materials Science
+1702.04056 Number Theory
+1702.04396 Robotics
+1702.04441 Distributed, Parallel, and Cluster Computing
+1702.04517 Computer Vision and Pattern Recognition
+1702.04631 Number Theory
+1702.04650 Logic in Computer Science
+1702.04704 Theory
+1702.04786 Data Structures and Algorithms
+1702.04953 Instrumentation and Detectors
+1702.04992
+1702.05010 Cosmology and Nongalactic Astrophysics
+1702.05869 Theory
+1702.06186 Learning
+1702.06230 Learning
+1702.06549 Solar and Stellar Astrophysics
+1702.06629 Theory
+1702.06683 Computer Vision and Pattern Recognition
+1702.06837 Plasma Physics
+1702.07033 Differential Geometry
+1702.07047 Exactly Solvable and Integrable Systems
+1702.07365 Number Theory
+1702.07446 Mesoscale and Nanoscale Physics
+1702.07754 Optimization and Control
+1702.07762 Fluid Dynamics
+1702.08002
+1702.08089
+1702.08237 Representation Theory
+1702.08301 Cryptography and Security
+1702.08571 Software Engineering
+1702.08619 Theory
+1702.08643 Operator Algebras
+1702.08790 Cosmology and Nongalactic Astrophysics
+1702.08856 Solar and Stellar Astrophysics
+1703.00045 Social and Information Networks
+1703.00049 Phenomenology
+1703.00053 Programming Languages
+1703.00158 Solar and Stellar Astrophysics
+1703.00206 Software Engineering
+1703.00236 Data Structures and Algorithms
+1703.00250 Phenomenology
+1703.00272 Optimization and Control
+1703.00307
+1703.00312 Computer Vision and Pattern Recognition
+1703.00353 Statistics Theory
+1703.00358 High Energy Astrophysical Phenomena
+1703.00371 Machine Learning
+1703.00420 Robotics
+1703.00444 Other Computer Science
+1703.00446 Computational Engineering, Finance, and Science
+1703.00447
+1703.00448 Phenomenology
+1703.00449 Astrophysics of Galaxies
+1703.00450 Astrophysics of Galaxies
+1703.00451 Phenomenology
+1703.00452 Phenomenology
+1703.00454
+1703.00455 Theory
+1703.00456 Theory
+1703.00457 Astrophysics of Galaxies
+1703.00458 Astrophysics of Galaxies
+1703.00459 Mesoscale and Nanoscale Physics
+1703.00460 High Energy Astrophysical Phenomena
+1703.00461 Optimization and Control
+1703.00462 Theory
+1703.00463 Solar and Stellar Astrophysics
+1703.00464 Mesoscale and Nanoscale Physics
+1703.00465 Astrophysics of Galaxies
+1703.00466
+1703.00467 Geophysics
+1703.00468 Geophysics
+1703.00469 Statistics Theory
+1703.00471 Information Theory
+1703.00472 Robotics
+1703.00473 Instrumentation and Methods for Astrophysics
+1703.00474 Earth and Planetary Astrophysics
+1703.00475 Cryptography and Security
+1703.00476 Portfolio Management
+1703.00477 Robotics
+1703.00478 Phenomenology
+1703.00479 Instrumentation and Detectors
+1703.00480
+1703.00481 Medical Physics
+1703.00482 Information Theory
+1703.00484 Computer Science and Game Theory
+1703.00485 Statistical Finance
+1703.00486 Optics
+1703.00488 Algebraic Geometry
+1703.00489
+1703.00490 Instrumentation and Methods for Astrophysics
+1703.00491 Probability
+1703.00493
+1703.00494 Combinatorics
+1703.00495 Computer Vision and Pattern Recognition
+1703.00496 Solar and Stellar Astrophysics
+1703.00498 Strongly Correlated Electrons
+1703.00499 Materials Science
+1703.00500 Information Theory
+1703.00502
+1703.00503 Robotics
+1703.00505 Probability
+1703.00506 Solar and Stellar Astrophysics
+1703.00507 Probability
+1703.00508 Instrumentation and Detectors
+1703.00509 Commutative Algebra
+1703.00510 Strongly Correlated Electrons
+1703.00512 Learning
+1703.00513 Instrumentation and Detectors
+1703.00514 Theory
+1703.00515 Analysis of PDEs
+1703.00517
+1703.00518 Information Retrieval
+1703.00519
+1703.00520 Networking and Internet Architecture
+1703.00521 Graphics
+1703.00522 Learning
+1703.00523 Computer Vision and Pattern Recognition
+1703.00524 Metric Geometry
+1703.00525 Networking and Internet Architecture
+1703.00527 Soft Condensed Matter
+1703.00528 High Energy Astrophysical Phenomena
+1703.00531 Quantum Algebra
+1703.00532 Optimization and Control
+1703.00533 Physics and Society
+1703.00534 Computer Vision and Pattern Recognition
+1703.00536 Cryptography and Security
+1703.00537 Instrumentation and Methods for Astrophysics
+1703.00539 Statistics Theory
+1703.00540 Dynamical Systems
+1703.00542 Statistics Theory
+1703.00543
+1703.00544 Computational Complexity
+1703.00546 Operator Algebras
+1703.00547 Cell Behavior
+1703.00549 Human-Computer Interaction
+1703.00550 Mesoscale and Nanoscale Physics
+1703.00551 Computer Vision and Pattern Recognition
+1703.00552 Computer Vision and Pattern Recognition
+1703.00553 Optics
+1703.00554 Optics
+1703.00555 Computer Vision and Pattern Recognition
+1703.00557 Learning
+1703.00558 Systems and Control
+1703.00559
+1703.00560 Learning
+1703.00561 Learning
+1703.00562 Strongly Correlated Electrons
+1703.00563 Algebraic Geometry
+1703.00564 Learning
+1703.00566 Solar and Stellar Astrophysics
+1703.00567 Classical Analysis and ODEs
+1703.00569 Category Theory
+1703.00571 History and Philosophy of Physics
+1703.00572 Computation and Language
+1703.00574 Optics
+1703.00575 Data Structures and Algorithms
+1703.00576 Soft Condensed Matter
+1703.00577 Computer Vision and Pattern Recognition
+1703.00579 Machine Learning
+1703.00580 Atomic Physics
+1703.00583 Earth and Planetary Astrophysics
+1703.00584 Instrumentation and Methods for Astrophysics
+1703.00585 Quantum Gases
+1703.00586 Computer Vision and Pattern Recognition
+1703.00587 Plasma Physics
+1703.00588 Plasma Physics
+1703.00590
+1703.00591 Numerical Analysis
+1703.00592 Algebraic Geometry
+1703.00593 Learning
+1703.00594
+1703.00595 Statistical Mechanics
+1703.00596 Medical Physics
+1703.00597 Computational Physics
+1703.00600 Theory
+1703.00601
+1703.00603 Geometric Topology
+1703.00604 Methodology
+1703.00605 Materials Science
+1703.00606 Combinatorics
+1703.00607 Computation and Language
+1703.00608 Optimization and Control
+1703.00609 Combinatorics
+1703.00610
+1703.00611 Fluid Dynamics
+1703.00612
+1703.00613 Earth and Planetary Astrophysics
+1703.00614 Other Condensed Matter
+1703.00615 Materials Science
+1703.00616 Geometric Topology
+1703.00617 Learning
+1703.00618 Mesoscale and Nanoscale Physics
+1703.00619 Software Engineering
+1703.00620 Optics
+1703.00622
+1703.00624
+1703.00626 Distributed, Parallel, and Cluster Computing
+1703.00630 Functional Analysis
+1703.00632 Computer Science and Game Theory
+1703.00633 Multimedia
+1703.00635 Group Theory
+1703.00636 Algebraic Geometry
+1703.00638 Theory
+1703.00639
+1703.00640 Symbolic Computation
+1703.00641 Information Theory
+1703.00642 Representation Theory
+1703.00643 Instrumentation and Methods for Astrophysics
+1703.00644 Instrumentation and Detectors
+1703.00645 Computer Vision and Pattern Recognition
+1703.00646 Strongly Correlated Electrons
+1703.00647 Statistics Theory
+1703.00648
+1703.00649 Materials Science
+1703.00651 Cosmology and Nongalactic Astrophysics
+1703.00652 Number Theory
+1703.00656
+1703.00657 Astrophysics of Galaxies
+1703.00658 Optimization and Control
+1703.00659 Programming Languages
+1703.00661 Astrophysics of Galaxies
+1703.00662 Information Theory
+1703.00663 Numerical Analysis
+1703.00664 Probability
+1703.00666 Combinatorics
+1703.00668 Dynamical Systems
+1703.00669 Mesoscale and Nanoscale Physics
+1703.00670
+1703.00671 Mesoscale and Nanoscale Physics
+1703.00672 Analysis of PDEs
+1703.00674 Artificial Intelligence
+1703.00677 Functional Analysis
+1703.00678 Analysis of PDEs
+1703.00679 Pattern Formation and Solitons
+1703.00681 Algebraic Geometry
+1703.00683 Computer Science and Game Theory
+1703.00684 Number Theory
+1703.00686 Computer Vision and Pattern Recognition
+1703.00687 Data Structures and Algorithms
+1703.00688 Robotics
+1703.00689 Fluid Dynamics
+1703.00690 Genomics
+1703.00691 Analysis of PDEs
+1703.00692
+1703.00693
+1703.00694 Solar and Stellar Astrophysics
+1703.00695 General Topology
+1703.00696 Information Theory
+1703.00697 Theory
+1703.00698 Neurons and Cognition
+1703.00699 Data Structures and Algorithms
+1703.00700 Number Theory
+1703.00701 Phenomenology
+1703.00702 Algebraic Geometry
+1703.00704 Materials Science
+1703.00705 Solar and Stellar Astrophysics
+1703.00706 Optics
+1703.00707 Information Theory
+1703.00708 Plasma Physics
+1703.00709 Combinatorics
+1703.00710 Algebraic Geometry
+1703.00711 Optics
+1703.00712 Materials Science
+1703.00714 Information Theory
+1703.00715 Statistical Mechanics
+1703.00718 Rings and Algebras
+1703.00719 Instrumentation and Detectors
+1703.00720 Solar and Stellar Astrophysics
+1703.00721 Fluid Dynamics
+1703.00722 Phenomenology
+1703.00723 Information Theory
+1703.00724 Strongly Correlated Electrons
+1703.00726 Cryptography and Security
+1703.00727 Robotics
+1703.00728 Mesoscale and Nanoscale Physics
+1703.00729 Learning
+1703.00730 Analysis of PDEs
+1703.00731 Networking and Internet Architecture
+1703.00732 Pattern Formation and Solitons
+1703.00733 Functional Analysis
+1703.00734 Machine Learning
+1703.00735 Solar and Stellar Astrophysics
+1703.00736 Theory
+1703.00737 Learning
+1703.00739 Solar and Stellar Astrophysics
+1703.00740 Astrophysics of Galaxies
+1703.00741 Commutative Algebra
+1703.00742 Number Theory
+1703.00743 Numerical Analysis
+1703.00744 Optimization and Control
+1703.00745 Information Theory
+1703.00746 Commutative Algebra
+1703.00747 Spectral Theory
+1703.00748 Molecular Networks
+1703.00749 Computational Physics
+1703.00751 Analysis of PDEs
+1703.00752 Analysis of PDEs
+1703.00753 Materials Science
+1703.00755 Algebraic Geometry
+1703.00756 Commutative Algebra
+1703.00757 Learning
+1703.00758 Algebraic Geometry
+1703.00759 Computers and Society
+1703.00760 Artificial Intelligence
+1703.00761 Information Theory
+1703.00762 Astrophysics of Galaxies
+1703.00764
+1703.00765 Statistical Mechanics
+1703.00766 Commutative Algebra
+1703.00768 Software Engineering
+1703.00769 Statistical Mechanics
+1703.00770 Algebraic Geometry
+1703.00771 Metric Geometry
+1703.00772 Materials Science
+1703.00773 Soft Condensed Matter
+1703.00774 Analysis of PDEs
+1703.00775 Astrophysics of Galaxies
+1703.00776 Soft Condensed Matter
+1703.00777 Analysis of PDEs
+1703.00779
+1703.00780 Strongly Correlated Electrons
+1703.00782 Computation and Language
+1703.00783 Phenomenology
+1703.00784
+1703.00786 Computation and Language
+1703.00787 Machine Learning
+1703.00788 Learning
+1703.00789 Chemical Physics
+1703.00790 Instrumentation and Detectors
+1703.00791 Theory
+1703.00792 Computer Vision and Pattern Recognition
+1703.00793 Analysis of PDEs
+1703.00794 Superconductivity
+1703.00795 Mesoscale and Nanoscale Physics
+1703.00796 Multimedia
+1703.00797 Medical Physics
+1703.00798 Materials Science
+1703.00799 Soft Condensed Matter
+1703.00800 Social and Information Networks
+1703.00801 Plasma Physics
+1703.00802 Solar and Stellar Astrophysics
+1703.00803
+1703.00804
+1703.00805 Materials Science
+1703.00806 Mesoscale and Nanoscale Physics
+1703.00808
+1703.00809 Quantum Gases
+1703.00811 Analysis of PDEs
+1703.00812 Robotics
+1703.00814 Data Analysis, Statistics and Probability
+1703.00815
+1703.00816 Mesoscale and Nanoscale Physics
+1703.00817 Multimedia
+1703.00818 Human-Computer Interaction
+1703.00819 Algebraic Geometry
+1703.00820 General Physics
+1703.00822
+1703.00824 Soft Condensed Matter
+1703.00825 Quantum Gases
+1703.00826 Number Theory
+1703.00827 Probability
+1703.00828 Phenomenology
+1703.00829 Numerical Analysis
+1703.00830 Data Structures and Algorithms
+1703.00831 Phenomenology
+1703.00833
+1703.00834 Analysis of PDEs
+1703.00836
+1703.00837 Learning
+1703.00838 Artificial Intelligence
+1703.00839 Machine Learning
+1703.00840 Theory
+1703.00842 Lattice
+1703.00843 Solar and Stellar Astrophysics
+1703.00845 Computer Vision and Pattern Recognition
+1703.00847 Learning
+1703.00848 Computer Vision and Pattern Recognition
+1703.00849 Networking and Internet Architecture
+1703.00850 Differential Geometry
+1703.00851 Classical Analysis and ODEs
+1703.00852 Classical Analysis and ODEs
+1703.00853 Molecular Networks
+1703.00854 Learning
+1703.00855 Statistical Mechanics
+1703.00856 Computer Vision and Pattern Recognition
+1703.00857 Social and Information Networks
+1703.00862 Computer Vision and Pattern Recognition
+1703.00863 Superconductivity
+1703.00864 Machine Learning
+1703.00865
+1703.00868 Learning
+1703.00869 Superconductivity
+1703.00870 Algebraic Geometry
+1703.00871 Statistics Theory
+1703.00872 Optics
+1703.00873 Phenomenology
+1703.00874
+1703.00875 Optimization and Control
+1703.00877 Solar and Stellar Astrophysics
+1703.00879 Cosmology and Nongalactic Astrophysics
+1703.00880 Representation Theory
+1703.00881 Analysis of PDEs
+1703.00882 Functional Analysis
+1703.00883 Solar and Stellar Astrophysics
+1703.00884 Probability
+1703.00885 Number Theory
+1703.00886 Optics
+1703.00887 Learning
+1703.00888 Mesoscale and Nanoscale Physics
+1703.00889
+1703.00891 Analysis of PDEs
+1703.00892 Atomic Physics
+1703.00893 Learning
+1703.00894 Cosmology and Nongalactic Astrophysics
+1703.00895 Quantitative Methods
+1703.00897 Operating Systems
+1703.00898 Probability
+1703.00899 Computer Science and Game Theory
+1703.00900 Data Structures and Algorithms
+1703.00901 Analysis of PDEs
+1703.00902 Theory
+cond-mat/0703290 Superconductivity
+0907.0858 Optics
+1103.4685 Differential Geometry
+1106.2623 Dynamical Systems
+1112.4003
+1212.1889 Strongly Correlated Electrons
+1302.1999 Probability
+1302.5626 Rings and Algebras
+1303.4622 Optimization and Control
+1306.0819 Combinatorics
+1306.3176 Algebraic Geometry
+1309.4648 Numerical Analysis
+1402.1917 Optimization and Control
+1405.0223 Numerical Analysis
+1406.1459 Theory
+1408.2161 Popular Physics
+1408.4500 Optimization and Control
+1411.2267 Group Theory
+1412.3510 Computation
+1501.07689 Strongly Correlated Electrons
+1503.05447 Quantum Algebra
+1504.04781
+1505.03256 Combinatorics
+1505.04416 Analysis of PDEs
+1506.04704 Physics and Society
+1506.08230 Learning
+1506.08518 Data Structures and Algorithms
+1507.04308 Social and Information Networks
+1507.07643 Operator Algebras
+1507.08161 Phenomenology
+1508.02799 Number Theory
+1508.03117 Information Theory
+1509.05725 Artificial Intelligence
+1509.05793 Statistical Mechanics
+1509.07442 Numerical Analysis
+1509.08185 Statistics Theory
+1510.00634 Data Structures and Algorithms
+1510.04799 Molecular Networks
+1510.07933 Optimization and Control
+1511.00824 Category Theory
+1511.03517 Number Theory
+1511.05673 Metric Geometry
+1511.09469 Combinatorics
+1512.02844 Combinatorics
+1512.07538 Cosmology and Nongalactic Astrophysics
+1512.08872 Optimization and Control
+1601.00021 K-Theory and Homology
+1601.03092 Symplectic Geometry
+1601.04941 Cosmology and Nongalactic Astrophysics
+1601.07137
+1602.02295 Theory
+1602.05984 Analysis of PDEs
+1602.07561
+1602.07670 Cosmology and Nongalactic Astrophysics
+1603.00686
+1603.01780 Solar and Stellar Astrophysics
+1603.01946 Quantum Gases
+1603.03953 Mesoscale and Nanoscale Physics
+1603.03996
+1603.06057 Materials Science
+1603.07629 Theory
+1603.07781 Spectral Theory
+1603.09665 General Mathematics
+1604.01949
+1604.02236 Materials Science
+1604.02938 Combinatorics
+1604.03439 Number Theory
+1604.04165 Differential Geometry
+1604.04648 Mesoscale and Nanoscale Physics
+1604.08682
+1605.01611 Theory
+1605.02722 Cosmology and Nongalactic Astrophysics
+1605.06802 Computational Physics
+1606.00955 Social and Information Networks
+1606.01189 Theory
+1606.01932 Quantitative Methods
+1606.02841 Strongly Correlated Electrons
+1606.02868 Discrete Mathematics
+1606.03082 Other Condensed Matter
+1606.03812 Mesoscale and Nanoscale Physics
+1606.05024 Superconductivity
+1606.07343 Superconductivity
+1606.09449 Artificial Intelligence
+1607.00124 Strongly Correlated Electrons
+1607.01378
+1607.01471 Cryptography and Security
+1607.01667 Mesoscale and Nanoscale Physics
+1607.01904 Computation
+1607.03035 Probability
+1607.03042
+1607.03855 Applications
+1607.03914 Social and Information Networks
+1608.00060 Machine Learning
+1608.02209 Machine Learning
+1608.02465 Mesoscale and Nanoscale Physics
+1608.03395 Superconductivity
+1608.03560 Experiment
+1608.04151 Group Theory
+1608.04352 Materials Science
+1608.05875 Chaotic Dynamics
+1609.02638 Computer Vision and Pattern Recognition
+1609.03332 Quantum Gases
+1609.04923 Number Theory
+1609.05591 Statistical Mechanics
+1609.06025 Algebraic Geometry
+1609.06354 Artificial Intelligence
+1609.07097
+1609.08835 K-Theory and Homology
+1609.09204 Mesoscale and Nanoscale Physics
+1610.00220 Strongly Correlated Electrons
+1610.00249 Materials Science
+1610.00979 General Physics
+1610.01540 Statistical Mechanics
+1610.01663 Plasma Physics
+1610.01868 Number Theory
+1610.02856 Plasma Physics
+1610.03023 Computer Vision and Pattern Recognition
+1610.03592 Learning
+1610.05004
+1610.05120 Data Structures and Algorithms
+1610.05150 Computation and Language
+1610.06860 Methodology
+1611.00700 Phenomenology
+1611.01380 Representation Theory
+1611.02932
+1611.05552 Computer Vision and Pattern Recognition
+1611.05844 Representation Theory
+1611.06896 Differential Geometry
+1611.07071
+1611.07088 Number Theory
+1611.08916 Earth and Planetary Astrophysics
+1611.09017 Discrete Mathematics
+1612.00600 Quantum Gases
+1612.01313 Information Theory
+1612.01363 Combinatorics
+1612.01475 Statistical Mechanics
+1612.01731 Algebraic Geometry
+1612.01756 Learning
+1612.03423
+1612.03449 Networking and Internet Architecture
+1612.03843 Symplectic Geometry
+1612.04294 Atomic Physics
+1612.04697
+1612.04950 Phenomenology
+1612.05069 Quantum Gases
+1612.06431 Probability
+1612.06732 Superconductivity
+1612.07429 Computer Vision and Pattern Recognition
+1612.08042 Atomic Physics
+1612.08241 Solar and Stellar Astrophysics
+1612.08280 Statistics Theory
+1612.08385 Combinatorics
+1612.08411 Analysis of PDEs
+1612.08440 Social and Information Networks
+1612.08714 Machine Learning
+1612.08768 Computational Physics
+1612.08905 Strongly Correlated Electrons
+1612.09047 Phenomenology
+1612.09086 Phenomenology
+1612.09089 Sound
+1612.09150 Sound
+1612.09184 Strongly Correlated Electrons
+1612.09225 Combinatorics
+1612.09252 Information Theory
+1612.09262 Computational Engineering, Finance, and Science
+1612.09302 Solar and Stellar Astrophysics
+1612.09306
+1612.09308
+1612.09310 History and Philosophy of Physics
+1612.09311 History and Philosophy of Physics
+1612.09312 History and Philosophy of Physics
+1612.09313 Physics and Society
+1612.09314 History and Philosophy of Physics
+1612.09315 Chemical Physics
+1612.09316 Information Theory
+1612.09317 Classical Physics
+1612.09318 Atomic Physics
+1612.09319 Classical Physics
+1612.09320 Solar and Stellar Astrophysics
+1612.09321 Physics and Society
+1612.09323 Classical Analysis and ODEs
+1612.09325 Computers and Society
+1612.09326 Computational Physics
+1612.09327 Computation and Language
+1612.09328 Learning
+1612.09329 Phenomenology
+1612.09330 Populations and Evolution
+1612.09331 Theory
+1612.09332 Geometric Topology
+1612.09334 Functional Analysis
+1612.09335 Numerical Analysis
+1612.09336 Lattice
+1612.09338 Materials Science
+1612.09339 Software Engineering
+1612.09340 Applications
+1612.09342 Numerical Analysis
+1612.09343 Information Theory
+1612.09344 Statistical Finance
+1612.09345 Phenomenology
+1612.09347 Probability
+1612.09348 Number Theory
+1612.09349 Combinatorics
+1612.09351 Populations and Evolution
+1612.09352 Human-Computer Interaction
+1612.09353 Geometric Topology
+1612.09355 Optics
+1612.09356 Theory
+1612.09357 Computation
+1612.09361 Dynamical Systems
+1612.09362 Number Theory
+1612.09364 Dynamical Systems
+1612.09366 Lattice
+1612.09367 Physics and Society
+1612.09368 Data Structures and Algorithms
+1612.09369 Atmospheric and Oceanic Physics
+1612.09374
+1612.09375 Category Theory
+1612.09377 High Energy Astrophysical Phenomena
+1612.09380 Symplectic Geometry
+1612.09381 Superconductivity
+1612.09383 Astrophysics of Galaxies
+1612.09384 Mesoscale and Nanoscale Physics
+1612.09385 Classical Analysis and ODEs
+1612.09386 Materials Science
+1612.09387 Theory
+1612.09388 Data Structures and Algorithms
+1612.09389 Strongly Correlated Electrons
+1612.09391 Representation Theory
+1612.09392 Theory
+1612.09394 Programming Languages
+1612.09396 Earth and Planetary Astrophysics
+1612.09397 Combinatorics
+1612.09398 Probability
+1612.09399 Optics
+1612.09400 Representation Theory
+1612.09401 Computer Vision and Pattern Recognition
+1612.09403 Accelerator Physics
+1612.09404 Numerical Analysis
+1612.09406 Algebraic Geometry
+1612.09407 Number Theory
+1612.09409 Statistical Mechanics
+1612.09410 Strongly Correlated Electrons
+1612.09411 Computer Vision and Pattern Recognition
+1612.09412 Quantum Algebra
+1612.09414 Probability
+1612.09416 Cosmology and Nongalactic Astrophysics
+1612.09418 Analysis of PDEs
+1612.09419 Phenomenology
+1612.09420 Tissues and Organs
+1612.09421 Analysis of PDEs
+1612.09422 Analysis of PDEs
+1612.09423 Cryptography and Security
+1612.09424 Mesoscale and Nanoscale Physics
+1612.09426 Distributed, Parallel, and Cluster Computing
+1612.09427 Group Theory
+1612.09428 Number Theory
+1612.09430 Representation Theory
+1612.09432
+1612.09433 Artificial Intelligence
+1612.09434 Computational Geometry
+1612.09435 Social and Information Networks
+1612.09436 Discrete Mathematics
+1612.09437 Mesoscale and Nanoscale Physics
+1612.09439 Algebraic Geometry
+1612.09440 Probability
+1612.09441 Instrumentation and Methods for Astrophysics
+1612.09442 Astrophysics of Galaxies
+1612.09443 Combinatorics
+1612.09444
+1612.09446 Differential Geometry
+1612.09447 Computational Engineering, Finance, and Science
+1612.09448 Group Theory
+1612.09450 Instrumentation and Methods for Astrophysics
+1612.09451 Complex Variables
+1612.09452 History and Overview
+1612.09455 Materials Science
+1612.09457 Probability
+1612.09460 Instrumentation and Methods for Astrophysics
+1612.09461 High Energy Astrophysical Phenomena
+1612.09462 Social and Information Networks
+1612.09464
+1612.09465 Learning
+1612.09466 Machine Learning
+1612.09467 Number Theory
+1612.09468 Materials Science
+1612.09470
+1612.09471 Numerical Analysis
+1612.09472 High Energy Astrophysical Phenomena
+1612.09473 High Energy Astrophysical Phenomena
+1612.09474 Populations and Evolution
+1612.09475 Algebraic Topology
+1612.09476
+1612.09477
+1612.09478 Genomics
+1612.09480 Social and Information Networks
+1612.09481 Number Theory
+1612.09482 Category Theory
+1612.09484
+1612.09486 Tissues and Organs
+1612.09487 Combinatorics
+1612.09488 Optics
+1612.09489
+1612.09490 Disordered Systems and Neural Networks
+1612.09491 Computational Physics
+1612.09492 Probability
+1612.09493 Differential Geometry
+1612.09494 Quantum Gases
+1612.09495 Information Theory
+1612.09496 Information Theory
+1612.09497 High Energy Astrophysical Phenomena
+1612.09498 History and Philosophy of Physics
+1612.09499 Quantitative Methods
+1612.09500 Optimization and Control
+1612.09503 Theory
+1612.09504 Logic in Computer Science
+1612.09505 Theory
+1612.09506 Machine Learning
+1612.09510 Geometric Topology
+1612.09511
+1612.09513 Theory
+1612.09514 Logic in Computer Science
+1612.09515 Strongly Correlated Electrons
+1612.09516 Experiment
+1612.09517 Chemical Physics
+1612.09518 Quantitative Methods
+1612.09519 Algebraic Geometry
+1612.09520 Information Theory
+1612.09521
+1612.09522 Data Analysis, Statistics and Probability
+1612.09524 Computer Vision and Pattern Recognition
+1612.09526 Algebraic Geometry
+1612.09527 Cryptography and Security
+1612.09528 Instrumentation and Methods for Astrophysics
+1612.09529 Learning
+1612.09530 Category Theory
+1612.09531
+1612.09532 Performance
+1612.09534 Networking and Internet Architecture
+1612.09535 Information Retrieval
+1612.09538 Analysis of PDEs
+1612.09539 Accelerator Physics
+1612.09542 Computer Vision and Pattern Recognition
+1612.09543 Accelerator Physics
+1612.09545 Theory
+1612.09546 Number Theory
+1612.09548 Computer Vision and Pattern Recognition
+1612.09549 Economics
+1612.09550 Biological Physics
+1612.09552
+1612.09553 Economics
+1612.09554 Combinatorics
+1612.09556 Phenomenology
+1612.09557 Mesoscale and Nanoscale Physics
+1612.09558 Numerical Analysis
+1612.09559 Theory
+1612.09561 Applications
+1612.09562 Solar and Stellar Astrophysics
+1612.09563 Physics Education
+1612.09565 Information Theory
+1612.09566
+1612.09568 Strongly Correlated Electrons
+1612.09569 Operator Algebras
+1612.09571 Instrumentation and Detectors
+1612.09573 Classical Analysis and ODEs
+1612.09574 Information Retrieval
+1612.09575 Theory
+1612.09576 Distributed, Parallel, and Cluster Computing
+1612.09577
+1612.09579 High Energy Astrophysical Phenomena
+1612.09580 Theory
+1612.09583 Probability
+1612.09584 Strongly Correlated Electrons
+1612.09585 Methodology
+1612.09586 Analysis of PDEs
+1612.09590 Number Theory
+1612.09591 Artificial Intelligence
+1612.09592 Information Theory
+1612.09593 Artificial Intelligence
+1612.09595 Populations and Evolution
+1612.09596 Applications
+1612.09597 Fluid Dynamics
+1612.09598
+1612.09599 Statistical Mechanics
+0704.2108
+0705.1771
+0705.2017
+0706.0278
+0706.4146
+0707.2425
+0707.2987 General Physics
+0707.3867
+0707.4074
+0707.4342
+0708.0073
+0708.1201
+0708.1804
+0708.2002
+0708.3536
+0708.3833
+0708.4227
+0709.1580
+0709.3151
+0710.0382
+0711.1201
+0711.1454
+0711.2715
+0711.2853
+0711.2962
+0712.0280
+0712.0874
+0712.0877
+0712.1866
+0801.2432
+0802.0240
+0803.0172
+0803.0173
+0803.0616
+0803.3418
+0803.3813
+0804.3495 Representation Theory
+0805.0054
+0808.0363
+0808.2693
+0808.3022
+0808.3806
+0809.0552
+0809.2853
+0810.0529
+0811.1403
+0811.2867
+0906.0765 Astrophysics of Galaxies
+1002.4160 Cosmology and Nongalactic Astrophysics
+1002.4940 Astrophysics of Galaxies
+1003.4386 High Energy Astrophysical Phenomena
+1007.1262 Solar and Stellar Astrophysics
+1008.3914 Cosmology and Nongalactic Astrophysics
+1102.3109 High Energy Astrophysical Phenomena
+1103.4927 Solar and Stellar Astrophysics
+1104.0540 Solar and Stellar Astrophysics
+1105.5123 Symplectic Geometry
+1108.2134 Astrophysics of Galaxies
+1108.3746 Dynamical Systems
+1109.5949 Cosmology and Nongalactic Astrophysics
+1111.2963 Algebraic Geometry
+1112.6267 Astrophysics of Galaxies
+1202.4407 Numerical Analysis
+1202.5079 Cosmology and Nongalactic Astrophysics
+1203.4667 Computational Complexity
+1206.0547 Cosmology and Nongalactic Astrophysics
+1206.6297 History and Philosophy of Physics
+1208.4748
+1211.4692 Astrophysics of Galaxies
+1212.6721 Cosmology and Nongalactic Astrophysics
+1301.4308 Astrophysics of Galaxies
+1303.7071 Astrophysics of Galaxies
+1304.4081
+1305.5175 Differential Geometry
+1308.1850 Chaotic Dynamics
+1309.1418 Computational Engineering, Finance, and Science
+1309.4178
+1310.3279 Theory
+1310.6469 Theory
+1310.7993 Differential Geometry
+1311.3164 Algebraic Topology
+1311.7673 Algebraic Geometry
+1312.5662 Differential Geometry
+1312.7209
+1401.1911 Instrumentation and Methods for Astrophysics
+1401.5549 Differential Geometry
+1402.1629 Metric Geometry
+1402.3287 Differential Geometry
+1402.4908 Astrophysics of Galaxies
+1402.5658 Theory
+1404.3465 Cryptography and Security
+1405.2130 Solar and Stellar Astrophysics
+1406.3678
+1407.6098 Astrophysics of Galaxies
+1408.0937 Number Theory
+1408.7050 Representation Theory
+1409.0451 Computational Complexity
+1409.0846 Number Theory
+1410.0871 Combinatorics
+1410.2224 Strongly Correlated Electrons
+1410.7395 Solar and Stellar Astrophysics
+1410.8066 Theory
+1410.8833
+1411.7513 High Energy Astrophysical Phenomena
+1412.0113 Optimization and Control
+1412.7135 Number Theory
+1501.00426 Complex Variables
+1502.00098 Optimization and Control
+1502.01024 Cosmology and Nongalactic Astrophysics
+1502.02294 Cosmology and Nongalactic Astrophysics
+1502.03563 Cosmology and Nongalactic Astrophysics
+1502.03994 Cosmology and Nongalactic Astrophysics
+1502.05330
+1502.06202 Quantum Gases
+1502.07520 Commutative Algebra
+1503.03070 Astrophysics of Galaxies
+1504.01384 Solar and Stellar Astrophysics
+1504.03263 Number Theory
+1505.01203 Strongly Correlated Electrons
+1506.00910 Analysis of PDEs
+1506.01453
+1506.03754 Algebraic Geometry
+1506.05876 Differential Geometry
+1506.07558 Algebraic Geometry
+1506.08052 Computation and Language
+1506.09062
+1507.00372
+1507.02157 Operator Algebras
+1507.04672 Phenomenology
+1507.05287 Phenomenology
+1507.08228 Fluid Dynamics
+1508.01535 Algebraic Geometry
+1508.04484 Combinatorics
+1508.04609 Probability
+1508.05963 Combinatorics
+1509.01342 Algebraic Geometry
+1509.04888
+1509.06512 Representation Theory
+1509.06947 Information Theory
+1509.07484 Strongly Correlated Electrons
+1509.08898 Analysis of PDEs
+1510.00267 Algebraic Geometry
+1510.00276 Functional Analysis
+1510.01712 Algebraic Geometry
+1510.03320 Theory
+1510.03869 Astrophysics of Galaxies
+1510.04612 Biomolecules
+1510.04785 Theory
+1510.07600 Cosmology and Nongalactic Astrophysics
+1511.00319 Systems and Control
+1511.00349
+1511.01513 Information Theory
+1511.03294 Astrophysics of Galaxies
+1511.04676 Commutative Algebra
+1511.07022
+1511.09053 Phenomenology
+1512.00732
+1512.04959 High Energy Astrophysical Phenomena
+1512.06669 Quantum Gases
+1512.09282 Astrophysics of Galaxies
+1601.00246 Optimization and Control
+1601.00967 Astrophysics of Galaxies
+1601.01460
+1601.02993 Analysis of PDEs
+1601.03043 Earth and Planetary Astrophysics
+1601.03259 General Mathematics
+1601.05002 Discrete Mathematics
+1601.05353 Computational Complexity
+1601.05360 Computational Complexity
+1601.05683 Computational Complexity
+1601.05772 Statistical Mechanics
+1601.07370
+1602.00520 Numerical Analysis
+1602.01846 Astrophysics of Galaxies
+1602.02115 Astrophysics of Galaxies
+1602.02236 Astrophysics of Galaxies
+1602.02551 Optics
+1602.02654 Operator Algebras
+1602.02760 High Energy Astrophysical Phenomena
+1602.02992 Software Engineering
+1602.04687 Representation Theory
+1602.04856 Astrophysics of Galaxies
+1602.05241 Probability
+1602.08232 Information Theory
+1602.08587 Quantum Algebra
+1603.00020 Earth and Planetary Astrophysics
+1603.00034 Astrophysics of Galaxies
+1603.00151
+1603.00291 Solar and Stellar Astrophysics
+1603.00890
+1603.01028 Phenomenology
+1603.02247 Soft Condensed Matter
+1603.03068 Combinatorics
+1603.04641 Computer Science and Game Theory
+1603.05123 High Energy Astrophysical Phenomena
+1603.05248 Phenomenology
+1603.06755 Atmospheric and Oceanic Physics
+1603.06811 Theory
+1603.07047 Solar and Stellar Astrophysics
+1603.07444 High Energy Astrophysical Phenomena
+1603.07815 Combinatorics
+1603.07861
+1603.08100 Algebraic Topology
+1603.08173
+1603.08628 Statistical Mechanics
+1603.09391 Earth and Planetary Astrophysics
+1604.00188
+1604.00378 Solar and Stellar Astrophysics
+1604.00675 General Physics
+1604.00885 Phenomenology
+1604.01051 Astrophysics of Galaxies
+1604.01609 Mesoscale and Nanoscale Physics
+1604.01704 Commutative Algebra
+1604.02046
+1604.02148 High Energy Astrophysical Phenomena
+1604.02290 Cosmology and Nongalactic Astrophysics
+1604.02629 Algebraic Geometry
+1604.02794 High Energy Astrophysical Phenomena
+1604.03399 Materials Science
+1604.04183
+1604.04207 Distributed, Parallel, and Cluster Computing
+1604.04683 Neurons and Cognition
+1604.05396 Complex Variables
+1604.05474 Statistical Mechanics
+1604.05505 Functional Analysis
+1604.05956 Quantum Algebra
+1604.06262 Mesoscale and Nanoscale Physics
+1604.06448 Algebraic Topology
+1604.06511 Statistics Theory
+1604.06584
+1604.06669 Superconductivity
+1604.06684 Materials Science
+1604.06986 Differential Geometry
+1604.07033 Astrophysics of Galaxies
+1604.08272 Dynamical Systems
+1604.08532 Earth and Planetary Astrophysics
+1605.00069 Social and Information Networks
+1605.00461 Atmospheric and Oceanic Physics
+1605.00575 Phenomenology
+1605.02080
+1605.02310 Probability
+1605.02850 Astrophysics of Galaxies
+1605.02881 Astrophysics of Galaxies
+1605.03184 High Energy Astrophysical Phenomena
+1605.03584 Earth and Planetary Astrophysics
+1605.03733 Systems and Control
+1605.03903 Materials Science
+1605.04058 Materials Science
+1605.04319 Cosmology and Nongalactic Astrophysics
+1605.04605 High Energy Astrophysical Phenomena
+1605.04648
+1605.05283 Cosmology and Nongalactic Astrophysics
+1605.05333 Cosmology and Nongalactic Astrophysics
+1605.05360 Solar and Stellar Astrophysics
+1605.05971 Astrophysics of Galaxies
+1605.06169 Experiment
+1605.06258 Statistical Mechanics
+1605.06769 Earth and Planetary Astrophysics
+1605.07146 Computer Vision and Pattern Recognition
+1605.07326 Mesoscale and Nanoscale Physics
+1605.08047 Strongly Correlated Electrons
+1605.08088 Algebraic Geometry
+1605.08093 Algebraic Geometry
+1605.08570
+1605.08653
+1605.09388 Astrophysics of Galaxies
+1605.09410 Learning
+1605.09588 Mesoscale and Nanoscale Physics
+1605.09731 Theory
+1606.00227 Astrophysics of Galaxies
+1606.00243 Mesoscale and Nanoscale Physics
+1606.00305 Computer Vision and Pattern Recognition
+1606.00441 Cosmology and Nongalactic Astrophysics
+1606.00695 Instrumentation and Methods for Astrophysics
+1606.00719 Instrumentation and Methods for Astrophysics
+1606.00849 Theory
+1606.02358 Solar and Stellar Astrophysics
+1606.02565 Theory
+1606.02724 Theory
+1606.03108 Disordered Systems and Neural Networks
+1606.03247 Superconductivity
+1606.03727 Instrumentation and Methods for Astrophysics
+1606.04522 Materials Science
+1606.04545 Cosmology and Nongalactic Astrophysics
+1606.04966 Astrophysics of Galaxies
+1606.05474 Earth and Planetary Astrophysics
+1606.05659 Algebraic Geometry
+1606.06221 Phenomenology
+1606.06642
+1606.06750 Soft Condensed Matter
+1606.06778 Fluid Dynamics
+1606.07375 Solar and Stellar Astrophysics
+1606.07650 Soft Condensed Matter
+1606.07821 Phenomenology
+1606.08197
+1606.08469 Astrophysics of Galaxies
+1606.09138 Algebraic Geometry
+1606.09181 Materials Science
+1606.09283 Strongly Correlated Electrons
+1606.09396 Instrumentation and Methods for Astrophysics
+1607.00043 Cosmology and Nongalactic Astrophysics
+1607.01027 Optimization and Control
+1607.01385 Phenomenology
+1607.01394 Astrophysics of Galaxies
+1607.01622 Disordered Systems and Neural Networks
+1607.01788 Astrophysics of Galaxies
+1607.01797
+1607.01805 Mesoscale and Nanoscale Physics
+1607.01825 Instrumentation and Methods for Astrophysics
+1607.02332 Algebraic Topology
+1607.02415 Instrumentation and Methods for Astrophysics
+1607.03143 Cosmology and Nongalactic Astrophysics
+1607.03197 Methodology
+1607.03308 Representation Theory
+1607.03427 High Energy Astrophysical Phenomena
+1607.03448 Instrumentation and Methods for Astrophysics
+1607.03560 Superconductivity
+1607.03784
+1607.03966 Cosmology and Nongalactic Astrophysics
+1607.04509 Optimization and Control
+1607.04567 Instrumentation and Methods for Astrophysics
+1607.04596 Computational Engineering, Finance, and Science
+1607.04668 Instrumentation and Methods for Astrophysics
+1607.04891 Earth and Planetary Astrophysics
+1607.04981 Combinatorics
+1607.05141 Theory
+1607.05252 Materials Science
+1607.05362 Theory
+1607.05544 Materials Science
+1607.05686 Materials Science
+1607.05754 Instrumentation and Methods for Astrophysics
+1607.05900 Phenomenology
+1607.06064 Instrumentation and Methods for Astrophysics
+1607.06172 Instrumentation and Methods for Astrophysics
+1607.06523 Plasma Physics
+1607.06551 Phenomenology
+1607.06848 Spectral Theory
+1607.06861 Instrumentation and Methods for Astrophysics
+1607.06873 Probability
+1607.07090 Lattice
+1607.07140 Cosmology and Nongalactic Astrophysics
+1607.07227 Instrumentation and Methods for Astrophysics
+1607.07299 Instrumentation and Methods for Astrophysics
+1607.07327 Experiment
+1607.07382 Strongly Correlated Electrons
+1607.07765 Digital Libraries
+1607.07839 Mesoscale and Nanoscale Physics
+1607.07921 Optics
+1607.08157 Instrumentation and Methods for Astrophysics
+1607.08219 Theory
+1607.08248 Solar and Stellar Astrophysics
+1608.00133 Strongly Correlated Electrons
+1608.00214 Distributed, Parallel, and Cluster Computing
+1608.00275 Physics and Society
+1608.00452
+1608.00691
+1608.01108 Superconductivity
+1608.01323 Cosmology and Nongalactic Astrophysics
+1608.01368 Materials Science
+1608.01567 Numerical Analysis
+1608.01695
+1608.02523 General Finance
+1608.02810
+1608.03025 Instrumentation and Methods for Astrophysics
+1608.03148
+1608.03545 Distributed, Parallel, and Cluster Computing
+1608.03549 Distributed, Parallel, and Cluster Computing
+1608.03562 Mesoscale and Nanoscale Physics
+1608.04088 Instrumentation and Methods for Astrophysics
+1608.04160 Cosmology and Nongalactic Astrophysics
+1608.04216 Cosmology and Nongalactic Astrophysics
+1608.04227 High Energy Astrophysical Phenomena
+1608.04390 Solar and Stellar Astrophysics
+1608.04559 Phenomenology
+1608.04678 Mesoscale and Nanoscale Physics
+1608.04762 Astrophysics of Galaxies
+1608.04916 Number Theory
+1608.04979 Chemical Physics
+1608.05076 Astrophysics of Galaxies
+1608.05085 Astrophysics of Galaxies
+1608.05128 Theory
+1608.05219 Mesoscale and Nanoscale Physics
+1608.05412 Astrophysics of Galaxies
+1608.05478 Mesoscale and Nanoscale Physics
+1608.05710 Astrophysics of Galaxies
+1608.05795 Lattice
+1608.06021 Combinatorics
+1608.06104 Phenomenology
+1608.06201 Physics and Society
+1608.06268 Strongly Correlated Electrons
+1608.07044
+1608.07111 Cosmology and Nongalactic Astrophysics
+1608.07298 Theory
+1608.07648 Cosmology and Nongalactic Astrophysics
+1608.08216 Astrophysics of Galaxies
+1608.08218 Astrophysics of Galaxies
+1608.08230 Instrumentation and Methods for Astrophysics
+1608.08279 Instrumentation and Detectors
+1608.08496 Solar and Stellar Astrophysics
+1608.08520 Combinatorics
+1608.08639 Astrophysics of Galaxies
+1608.08788 Dynamical Systems
+1608.08836 Theory
+1608.08891 Instrumentation and Methods for Astrophysics
+1608.09007 High Energy Astrophysical Phenomena
+1609.00257
+1609.00726 Earth and Planetary Astrophysics
+1609.01292
+1609.01354 Soft Condensed Matter
+1609.01480 Instrumentation and Methods for Astrophysics
+1609.01655 Probability
+1609.02060 Instrumentation and Methods for Astrophysics
+1609.02350 High Energy Astrophysical Phenomena
+1609.02564 Theory
+1609.02582 Mesoscale and Nanoscale Physics
+1609.02595 Phenomenology
+1609.02887 Astrophysics of Galaxies
+1609.02904 Strongly Correlated Electrons
+1609.03096 Strongly Correlated Electrons
+1609.03399
+1609.03880
+1609.03905 Earth and Planetary Astrophysics
+1609.03945 Chemical Physics
+1609.04013
+1609.04014 Instrumentation and Methods for Astrophysics
+1609.04041 Solar and Stellar Astrophysics
+1609.04292
+1609.04403 High Energy Astrophysical Phenomena
+1609.04726 Astrophysics of Galaxies
+1609.05369 Phenomenology
+1609.05553 Optics
+1609.05595 Instrumentation and Detectors
+1609.05897 Astrophysics of Galaxies
+1609.05941 Astrophysics of Galaxies
+1609.05953 Superconductivity
+1609.06008 Solar and Stellar Astrophysics
+1609.06445 High Energy Astrophysical Phenomena
+1609.06719 Astrophysics of Galaxies
+1609.06726 Astrophysics of Galaxies
+1609.06914 Earth and Planetary Astrophysics
+1609.06928 Materials Science
+1609.06971 General Mathematics
+1609.07246 Statistical Mechanics
+1609.07322
+1609.07503 Earth and Planetary Astrophysics
+1609.07658 Experiment
+1609.07760 Mesoscale and Nanoscale Physics
+1609.08001 Computational Physics
+1609.08094 Chemical Physics
+1609.08115 Computational Physics
+1609.08160 High Energy Astrophysical Phenomena
+1609.08222 Mesoscale and Nanoscale Physics
+1609.08620 Strongly Correlated Electrons
+1609.08635 Earth and Planetary Astrophysics
+1609.08942 Cosmology and Nongalactic Astrophysics
+1609.09086 Mesoscale and Nanoscale Physics
+1609.09102 Materials Science
+1609.09135 Earth and Planetary Astrophysics
+1609.09845 Strongly Correlated Electrons
+1610.00506 Solar and Stellar Astrophysics
+1610.00908 Solar and Stellar Astrophysics
+1610.00993 Cosmology and Nongalactic Astrophysics
+1610.01159 Astrophysics of Galaxies
+1610.01194 Astrophysics of Galaxies
+1610.01425 Theory
+1610.01556
+1610.01573 Solar and Stellar Astrophysics
+1610.01580 High Energy Astrophysical Phenomena
+1610.01614 Astrophysics of Galaxies
+1610.02039 Earth and Planetary Astrophysics
+1610.02215 Commutative Algebra
+1610.02407 Astrophysics of Galaxies
+1610.02444 Materials Science
+1610.02485 Astrophysics of Galaxies
+1610.02535 Instrumentation and Methods for Astrophysics
+1610.02538 Instrumentation and Methods for Astrophysics
+1610.03003
+1610.03188 Instrumentation and Methods for Astrophysics
+1610.03498 Astrophysics of Galaxies
+1610.03594 Astrophysics of Galaxies
+1610.03631 High Energy Astrophysical Phenomena
+1610.03690 Other Condensed Matter
+1610.03813 Solar and Stellar Astrophysics
+1610.04047 Earth and Planetary Astrophysics
+1610.04234 Cosmology and Nongalactic Astrophysics
+1610.04235 Instrumentation and Methods for Astrophysics
+1610.04251 Earth and Planetary Astrophysics
+1610.04474 Materials Science
+1610.04585 Instrumentation and Methods for Astrophysics
+1610.04603 Lattice
+1610.04634
+1610.05230 Statistical Mechanics
+1610.05342 Astrophysics of Galaxies
+1610.05633 High Energy Astrophysical Phenomena
+1610.05784 Mesoscale and Nanoscale Physics
+1610.05786 Solar and Stellar Astrophysics
+1610.05949 Robotics
+1610.06036 Solar and Stellar Astrophysics
+1610.06174 Astrophysics of Galaxies
+1610.06184 Solar and Stellar Astrophysics
+1610.06546
+1610.06573 High Energy Astrophysical Phenomena
+1610.06716 Theory
+1610.06753 Phenomenology
+1610.07060 Astrophysics of Galaxies
+1610.07249 Earth and Planetary Astrophysics
+1610.07380 Formal Languages and Automata Theory
+1610.07547
+1610.07566 Mesoscale and Nanoscale Physics
+1610.07654 Solar and Stellar Astrophysics
+1610.07730 Phenomenology
+1610.07787 Lattice
+1610.07815 Materials Science
+1610.07875 Cosmology and Nongalactic Astrophysics
+1610.07895 Solar and Stellar Astrophysics
+1610.07966 Solar and Stellar Astrophysics
+1610.08006
+1610.08139 Instrumentation and Methods for Astrophysics
+1610.08281 Solar and Stellar Astrophysics
+1610.08458 Geometric Topology
+1610.08541 Solar and Stellar Astrophysics
+1610.08584 Optics
+1610.08720 Mesoscale and Nanoscale Physics
+1610.09047 Astrophysics of Galaxies
+1610.09289 Information Theory
+1610.09648 Atomic Physics
+1610.09890 Astrophysics of Galaxies
+1611.00015 Earth and Planetary Astrophysics
+1611.00039 Astrophysics of Galaxies
+1611.00085
+1611.00130
+1611.00153 Earth and Planetary Astrophysics
+1611.00303 Learning
+1611.00651
+1611.00769 Astrophysics of Galaxies
+1611.01271 Astrophysics of Galaxies
+1611.01299 Materials Science
+1611.01497 Number Theory
+1611.01914 Cosmology and Nongalactic Astrophysics
+1611.02149 Phenomenology
+1611.02386 Statistical Mechanics
+1611.02570 Differential Geometry
+1611.02578 High Energy Astrophysical Phenomena
+1611.02703 Phenomenology
+1611.02890 High Energy Astrophysical Phenomena
+1611.03037 Theory
+1611.03061 Solar and Stellar Astrophysics
+1611.03082 Astrophysics of Galaxies
+1611.03086 Astrophysics of Galaxies
+1611.03094 High Energy Astrophysical Phenomena
+1611.03115 Solar and Stellar Astrophysics
+1611.03134 Logic
+1611.03194 Mesoscale and Nanoscale Physics
+1611.03282 Solar and Stellar Astrophysics
+1611.03489 High Energy Astrophysical Phenomena
+1611.03542 Solar and Stellar Astrophysics
+1611.03576 Astrophysics of Galaxies
+1611.03689 Strongly Correlated Electrons
+1611.03767 Solar and Stellar Astrophysics
+1611.03920 Solar and Stellar Astrophysics
+1611.03960 Statistical Mechanics
+1611.04511 High Energy Astrophysical Phenomena
+1611.04598 Phenomenology
+1611.04614 Astrophysics of Galaxies
+1611.04659 Solar and Stellar Astrophysics
+1611.04729 High Energy Astrophysical Phenomena
+1611.04731 Cosmology and Nongalactic Astrophysics
+1611.04746 Phenomenology
+1611.05017 Phenomenology
+1611.05043 Solar and Stellar Astrophysics
+1611.05347 Solar and Stellar Astrophysics
+1611.05428 Databases
+1611.05448 Astrophysics of Galaxies
+1611.05506 Astrophysics of Galaxies
+1611.05511 Earth and Planetary Astrophysics
+1611.05534 Instrumentation and Methods for Astrophysics
+1611.05554 Cosmology and Nongalactic Astrophysics
+1611.05870 Astrophysics of Galaxies
+1611.06027 Astrophysics of Galaxies
+1611.06081 Analysis of PDEs
+1611.06133 Earth and Planetary Astrophysics
+1611.06223 High Energy Astrophysical Phenomena
+1611.06230 Earth and Planetary Astrophysics
+1611.06236 Astrophysics of Galaxies
+1611.06303 History and Overview
+1611.06515 Accelerator Physics
+1611.06809 Solar and Stellar Astrophysics
+1611.07040 Astrophysics of Galaxies
+1611.07075 High Energy Astrophysical Phenomena
+1611.07240 Theory
+1611.07262 Solar and Stellar Astrophysics
+1611.07426 Astrophysics of Galaxies
+1611.07428 High Energy Astrophysical Phenomena
+1611.07465 Materials Science
+1611.07564 High Energy Astrophysical Phenomena
+1611.07585 Astrophysics of Galaxies
+1611.07648 Earth and Planetary Astrophysics
+1611.07714 Soft Condensed Matter
+1611.07930 Solar and Stellar Astrophysics
+1611.08111 Space Physics
+1611.08248 Astrophysics of Galaxies
+1611.08314 High Energy Astrophysical Phenomena
+1611.08329 Astrophysics of Galaxies
+1611.08334 Solar and Stellar Astrophysics
+1611.08416 Solar and Stellar Astrophysics
+1611.08462 Operator Algebras
+1611.08530 Astrophysics of Galaxies
+1611.08586 Instrumentation and Methods for Astrophysics
+1611.08600 Astrophysics of Galaxies
+1611.08604 Theory
+1611.08607 Astrophysics of Galaxies
+1611.08897 Solar and Stellar Astrophysics
+1611.08964 Solar and Stellar Astrophysics
+1611.08968 Astrophysics of Galaxies
+1611.09087
+1611.09241 Functional Analysis
+1611.09254 Statistical Mechanics
+1611.09257 Astrophysics of Galaxies
+1611.09313 Solar and Stellar Astrophysics
+1611.09319 Earth and Planetary Astrophysics
+1611.09357 High Energy Astrophysical Phenomena
+1611.09369 Astrophysics of Galaxies
+1611.09383 Theory
+1611.09386 Astrophysics of Galaxies
+1611.09600 Astrophysics of Galaxies
+1611.09628 Phenomenology
+1611.09782 High Energy Astrophysical Phenomena
+1611.09800 Earth and Planetary Astrophysics
+1611.09865 Instrumentation and Methods for Astrophysics
+1611.09871 Astrophysics of Galaxies
+1611.09874 Astrophysics of Galaxies
+1611.09885 High Energy Astrophysical Phenomena
+1611.09946 Optimization and Control
+1611.09974 High Energy Astrophysical Phenomena
+1611.10037 Probability
+1611.10085 Astrophysics of Galaxies
+1611.10262 Astrophysics of Galaxies
+1611.10362 Earth and Planetary Astrophysics
+1612.00107 Solar and Stellar Astrophysics
+1612.00217 Solar and Stellar Astrophysics
+1612.00218 Astrophysics of Galaxies
+1612.00220 Computer Vision and Pattern Recognition
+1612.00325 Solar and Stellar Astrophysics
+1612.00340 Astrophysics of Galaxies
+1612.00447 Astrophysics of Galaxies
+1612.00501 High Energy Astrophysical Phenomena
+1612.00528 Astrophysics of Galaxies
+1612.00538 Instrumentation and Methods for Astrophysics
+1612.00655 High Energy Astrophysical Phenomena
+1612.00669 Programming Languages
+1612.00839 Cosmology and Nongalactic Astrophysics
+1612.00906 Solar and Stellar Astrophysics
+1612.01261 High Energy Astrophysical Phenomena
+1612.01369 High Energy Astrophysical Phenomena
+1612.01402 Computer Science and Game Theory
+1612.01528 Solar and Stellar Astrophysics
+1612.01544 Astrophysics of Galaxies
+1612.01546 Astrophysics of Galaxies
+1612.01563 Mesoscale and Nanoscale Physics
+1612.01578 Astrophysics of Galaxies
+1612.01659 Computational Complexity
+1612.01695 Solar and Stellar Astrophysics
+1612.01872 Computation
+1612.01956 High Energy Astrophysical Phenomena
+1612.01985 Earth and Planetary Astrophysics
+1612.02064 Solar and Stellar Astrophysics
+1612.02253 Solar and Stellar Astrophysics
+1612.02420 High Energy Astrophysical Phenomena
+1612.02432 Earth and Planetary Astrophysics
+1612.02510 Solar and Stellar Astrophysics
+1612.02563 High Energy Astrophysical Phenomena
+1612.02632 Astrophysics of Galaxies
+1612.02655 Astrophysics of Galaxies
+1612.02867 Mesoscale and Nanoscale Physics
+1612.02872 Earth and Planetary Astrophysics
+1612.02958 Instrumentation and Methods for Astrophysics
+1612.03018 Cosmology and Nongalactic Astrophysics
+1612.03275 High Energy Astrophysical Phenomena
+1612.03506 Instrumentation and Methods for Astrophysics
+1612.03591 Astrophysics of Galaxies
+1612.03865 High Energy Astrophysical Phenomena
+1612.03916 Solar and Stellar Astrophysics
+1612.04102 Geometric Topology
+1612.04293 Astrophysics of Galaxies
+1612.04380 Astrophysics of Galaxies
+1612.04392 High Energy Astrophysical Phenomena
+1612.04484 Data Structures and Algorithms
+1612.04486 Solar and Stellar Astrophysics
+1612.04616 Analysis of PDEs
+1612.04661 Astrophysics of Galaxies
+1612.04790 Data Structures and Algorithms
+1612.04818 Solar and Stellar Astrophysics
+1612.04851 Earth and Planetary Astrophysics
+1612.05258 Instrumentation and Methods for Astrophysics
+1612.05262 Astrophysics of Galaxies
+1612.05315 Astrophysics of Galaxies
+1612.05562 Cosmology and Nongalactic Astrophysics
+1612.05656 Solar and Stellar Astrophysics
+1612.05674 Combinatorics
+1612.05690 Astrophysics of Galaxies
+1612.05739 Solar and Stellar Astrophysics
+1612.05820 Solar and Stellar Astrophysics
+1612.05850 Phenomenology
+1612.05973 Theory
+1612.06059 High Energy Astrophysical Phenomena
+1612.06097 High Energy Astrophysical Phenomena
+1612.06241 Solar and Stellar Astrophysics
+1612.06430 High Energy Astrophysical Phenomena
+1612.06722 Solar and Stellar Astrophysics
+1612.06861 Astrophysics of Galaxies
+1612.06883 Solar and Stellar Astrophysics
+1612.06905 High Energy Astrophysical Phenomena
+1612.07000 High Energy Astrophysical Phenomena
+1612.07053 Cosmology and Nongalactic Astrophysics
+1612.07104 High Energy Astrophysical Phenomena
+1612.07320 Earth and Planetary Astrophysics
+1612.07364 Astrophysics of Galaxies
+1612.07392 Astrophysics of Galaxies
+1612.07565 Theory
+1612.07666 Strongly Correlated Electrons
+1612.07845 Astrophysics of Galaxies
+1612.08031 Mesoscale and Nanoscale Physics
+1612.08407 High Energy Astrophysical Phenomena
+1612.08574 Solar and Stellar Astrophysics
+1612.08635 Earth and Planetary Astrophysics
+1612.08746 Solar and Stellar Astrophysics
+1612.08799 Solar and Stellar Astrophysics
+1612.08929 Solar and Stellar Astrophysics
+1612.08934 Mesoscale and Nanoscale Physics
+1612.08962 Earth and Planetary Astrophysics
+1612.08971 Analysis of PDEs
+1612.09128 Phenomenology
+1612.09146 Phenomenology
+1612.09221 Astrophysics of Galaxies
+1612.09425 High Energy Astrophysical Phenomena
+1612.09582 Astrophysics of Galaxies
+1701.00015 Phenomenology
+1701.00043 Astrophysics of Galaxies
+1701.00102 High Energy Astrophysical Phenomena
+1701.00367 Earth and Planetary Astrophysics
+1701.00482 High Energy Astrophysical Phenomena
+1701.00522 Exactly Solvable and Integrable Systems
+1701.00551 Numerical Analysis
+1701.00734 Complex Variables
+1701.00865 Astrophysics of Galaxies
+1701.00911 Astrophysics of Galaxies
+1701.00919 Astrophysics of Galaxies
+1701.00964
+1701.01115 Earth and Planetary Astrophysics
+1701.01130 Astrophysics of Galaxies
+1701.01347 High Energy Astrophysical Phenomena
+1701.01556 High Energy Astrophysical Phenomena
+1701.01624 Quantum Gases
+1701.01729 High Energy Astrophysical Phenomena
+1701.01732 Astrophysics of Galaxies
+1701.01747 Phenomenology
+1701.01754 Astrophysics of Galaxies
+1701.01862 General Topology
+1701.02025 Computation and Language
+1701.02049 Earth and Planetary Astrophysics
+1701.02111 Quantum Gases
+1701.02423 Solar and Stellar Astrophysics
+1701.02447 Astrophysics of Galaxies
+1701.02462 Astrophysics of Galaxies
+1701.02463 Phenomenology
+1701.02609 Astrophysics of Galaxies
+1701.02611 Earth and Planetary Astrophysics
+1701.02707 Number Theory
+1701.02745 Astrophysics of Galaxies
+1701.02755 Astrophysics of Galaxies
+1701.02756
+1701.02761 Solar and Stellar Astrophysics
+1701.02765 High Energy Astrophysical Phenomena
+1701.02766 High Energy Astrophysical Phenomena
+1701.02890 Solar and Stellar Astrophysics
+1701.02898 Computer Vision and Pattern Recognition
+1701.03038 Computation and Language
+1701.03070 Mesoscale and Nanoscale Physics
+1701.03264 Information Theory
+1701.03440 Solar and Stellar Astrophysics
+1701.03518 Theory
+1701.03528 Theory
+1701.03738 Phenomenology
+1701.03754 Graphics
+1701.03762 Quantum Gases
+1701.03763 Quantum Gases
+1701.03770 General Finance
+1701.03844 Theory
+1701.03923 Lattice
+1701.03969 Group Theory
+1701.04004 Superconductivity
+1701.04022 Strongly Correlated Electrons
+1701.04054 Algebraic Geometry
+1701.04055 Optimization and Control
+1701.04065 Networking and Internet Architecture
+1701.04155
+1701.04168
+1701.04172 Methodology
+1701.04230 Phenomenology
+1701.04276
+1701.04284 Computer Vision and Pattern Recognition
+1701.04307
+1701.04316 Molecular Networks
+1701.04324 Solar and Stellar Astrophysics
+1701.04403 Instrumentation and Detectors
+1701.04404 Quantitative Methods
+1701.04405 Applications
+1701.04406 High Energy Astrophysical Phenomena
+1701.04407 Astrophysics of Galaxies
+1701.04408 Cosmology and Nongalactic Astrophysics
+1701.04409 Theory
+1701.04410 Astrophysics of Galaxies
+1701.04412 Cosmology and Nongalactic Astrophysics
+1701.04413 Phenomenology
+1701.04416 Astrophysics of Galaxies
+1701.04418 Astrophysics of Galaxies
+1701.04420 Discrete Mathematics
+1701.04421 Instrumentation and Methods for Astrophysics
+1701.04422 Astrophysics of Galaxies
+1701.04423 Applications
+1701.04424 Theory
+1701.04425 Analysis of PDEs
+1701.04426 Information Theory
+1701.04427 Phenomenology
+1701.04428 Computational Complexity
+1701.04431 Economics
+1701.04432
+1701.04433
+1701.04435 Data Analysis, Statistics and Probability
+1701.04436 Phenomenology
+1701.04437 Theory
+1701.04438 Applications
+1701.04439 Cryptography and Security
+1701.04441 Group Theory
+1701.04442 Phenomenology
+1701.04443 Analysis of PDEs
+1701.04446 Theory
+1701.04448 Chemical Physics
+1701.04450 Number Theory
+1701.04451 Information Theory
+1701.04452 Biological Physics
+1701.04455 Machine Learning
+1701.04456
+1701.04457 Methodology
+1701.04461 Complex Variables
+1701.04462 Theory
+1701.04463 Mesoscale and Nanoscale Physics
+1701.04465 Neural and Evolutionary Computing
+1701.04469 History and Philosophy of Physics
+1701.04470 Cryptography and Security
+1701.04471 Combinatorics
+1701.04472 Combinatorics
+1701.04473 Optics
+1701.04474 Combinatorics
+1701.04475 Combinatorics
+1701.04476 Numerical Analysis
+1701.04477
+1701.04478 Physics Education
+1701.04479 Differential Geometry
+1701.04480 Optics
+1701.04481 Software Engineering
+1701.04482 Probability
+1701.04483
+1701.04484 Number Theory
+1701.04485 Methodology
+1701.04486 Chaotic Dynamics
+1701.04489 Learning
+1701.04491 Economics
+1701.04492 Numerical Analysis
+1701.04493 Combinatorics
+1701.04494 Combinatorics
+1701.04496 Combinatorics
+1701.04497 Physics Education
+1701.04498 Dynamical Systems
+1701.04499 Soft Condensed Matter
+1701.04500 Classical Analysis and ODEs
+1701.04504 Populations and Evolution
+1701.04505 Probability
+1701.04506 History and Overview
+1701.04507 Cryptography and Security
+1701.04508 Learning
+1701.04509 Algebraic Geometry
+1701.04510
+1701.04512 Methodology
+1701.04517
+1701.04519 Networking and Internet Architecture
+1701.04520 Computer Vision and Pattern Recognition
+1701.04521 Computational Complexity
+1701.04522 Logic in Computer Science
+1701.04523 High Energy Astrophysical Phenomena
+1701.04524 Phenomenology
+1701.04525 Cryptography and Security
+1701.04527 Algebraic Geometry
+1701.04528 Social and Information Networks
+1701.04529 Combinatorics
+1701.04531 Theory
+1701.04532 Machine Learning
+1701.04533 Geometric Topology
+1701.04535 Mesoscale and Nanoscale Physics
+1701.04536 Instrumentation and Methods for Astrophysics
+1701.04537 Systems and Control
+1701.04540 Computer Vision and Pattern Recognition
+1701.04541 Number Theory
+1701.04543 Pattern Formation and Solitons
+1701.04544 Quantum Gases
+1701.04545 Metric Geometry
+1701.04548 Discrete Mathematics
+1701.04549
+1701.04550 Combinatorics
+1701.04551 Information Theory
+1701.04552 Number Theory
+1701.04553 Numerical Analysis
+1701.04554 Optics
+1701.04555 Dynamical Systems
+1701.04556 Cryptography and Security
+1701.04557 Solar and Stellar Astrophysics
+1701.04558 Numerical Analysis
+1701.04559 Space Physics
+1701.04560 Fluid Dynamics
+1701.04562 Computer Science and Game Theory
+1701.04563 Chemical Physics
+1701.04564 Numerical Analysis
+1701.04565 Mathematical Finance
+1701.04566 Phenomenology
+1701.04567 Fluid Dynamics
+1701.04568 Computer Vision and Pattern Recognition
+1701.04569 Artificial Intelligence
+1701.04571 Phenomenology
+1701.04572 Astrophysics of Galaxies
+1701.04575 Fluid Dynamics
+1701.04576 Optics
+1701.04577 Networking and Internet Architecture
+1701.04581 Networking and Internet Architecture
+1701.04582 Statistics Theory
+1701.04583 Other Statistics
+1701.04586
+1701.04587
+1701.04588
+1701.04589 Classical Analysis and ODEs
+1701.04591 Quantum Gases
+1701.04595 Pattern Formation and Solitons
+1701.04598 Probability
+1701.04599 Strongly Correlated Electrons
+1701.04600 Learning
+1701.04601 Lattice
+1701.04603 Analysis of PDEs
+1701.04607 Probability
+1701.04608 Solar and Stellar Astrophysics
+1701.04609 Number Theory
+1701.04610 Complex Variables
+1701.04611 Category Theory
+1701.04612 Distributed, Parallel, and Cluster Computing
+1701.04614 Phenomenology
+1701.04615 Number Theory
+1701.04616 Computers and Society
+1701.04617 Networking and Internet Architecture
+1701.04618 Probability
+1701.04620 High Energy Astrophysical Phenomena
+1701.04621 Earth and Planetary Astrophysics
+1701.04622 Classical Analysis and ODEs
+1701.04624
+1701.04626 Logic in Computer Science
+1701.04627 Earth and Planetary Astrophysics
+1701.04629 Atomic Physics
+1701.04632 Formal Languages and Automata Theory
+1701.04633 Number Theory
+1701.04635 Materials Science
+1701.04636 Materials Science
+1701.04637 Statistical Mechanics
+1701.04638 Mesoscale and Nanoscale Physics
+1701.04639 Numerical Analysis
+1701.04640 Astrophysics of Galaxies
+1701.04641 Earth and Planetary Astrophysics
+1701.04642 Logic
+1701.04643 Materials Science
+1701.04644 Dynamical Systems
+1701.04645 Artificial Intelligence
+1701.04648 Discrete Mathematics
+1701.04649 Algebraic Geometry
+1701.04651 Information Theory
+1701.04652 Databases
+1701.04653 Computation and Language
+1701.04654 Classical Physics
+1701.04655 Chemical Physics
+1701.04656 Classical Physics
+1701.04657 Theory
+1701.04658 Computer Vision and Pattern Recognition
+1701.04660 Probability
+1701.04662 Theory
+1701.04663 Artificial Intelligence
+1701.04664 Lattice
+1701.04665 Mesoscale and Nanoscale Physics
+1701.04666 Lattice
+1701.04669 Astrophysics of Galaxies
+1701.04670 Superconductivity
+1701.04671 Statistics Theory
+1701.04673 Networking and Internet Architecture
+1701.04674 Computer Vision and Pattern Recognition
+1701.04676 Computers and Society
+1701.04677 Probability
+1701.04678 Strongly Correlated Electrons
+1701.04679 Systems and Control
+1701.04683 Materials Science
+1701.04684
+1701.04685 Numerical Analysis
+1701.04687 Instrumentation and Methods for Astrophysics
+1701.04688 General Physics
+1701.04689
+1701.04690 General Physics
+1701.04692 General Mathematics
+1701.04693 Robotics
+1701.04694 Optimization and Control
+1701.04695 Optimization and Control
+1701.04698 General Physics
+1701.04699 History and Overview
+1701.04701 Space Physics
+1701.04703 Populations and Evolution
+1701.04705 Space Physics
+1701.04706 Earth and Planetary Astrophysics
+1701.04708 Rings and Algebras
+1701.04709
+1701.04710 Optics
+1701.04712 Astrophysics of Galaxies
+1701.04713 High Energy Astrophysical Phenomena
+1701.04714 Space Physics
+1701.04715 Fluid Dynamics
+1701.04716 Astrophysics of Galaxies
+1701.04717 High Energy Astrophysical Phenomena
+1701.04718 History and Overview
+1701.04719 Numerical Analysis
+1701.04723 Emerging Technologies
+1701.04726 Disordered Systems and Neural Networks
+1701.04728 Solar and Stellar Astrophysics
+1701.04729 Solar and Stellar Astrophysics
+1701.04730 Strongly Correlated Electrons
+1701.04734 Commutative Algebra
+1701.04735 Methodology
+1701.04736 Information Theory
+1701.04738 Algebraic Geometry
+1701.04739 Cryptography and Security
+1701.04741 Combinatorics
+1701.04742 Statistical Mechanics
+1701.04743 Computer Vision and Pattern Recognition
+1701.04744 Strongly Correlated Electrons
+1701.04746 Information Theory
+1701.04748 Strongly Correlated Electrons
+1701.04749 Algebraic Geometry
+1701.04750 Numerical Analysis
+1701.04751 Solar and Stellar Astrophysics
+1701.04752 Computer Vision and Pattern Recognition
+1701.04754 Combinatorics
+1701.04755 Optics
+1701.04756 Quantum Algebra
+1701.04757 Algebraic Geometry
+1701.04762 Astrophysics of Galaxies
+1701.04763 Distributed, Parallel, and Cluster Computing
+1701.04764 Chemical Physics
+1701.04765 Popular Physics
+1701.04767 Biological Physics
+1701.04768 Phenomenology
+1701.04769 Computer Vision and Pattern Recognition
+1701.04770 Theory
+1701.04771 Statistical Mechanics
+1701.04772
+1701.04773
+1701.04774 Materials Science
+1701.04776 Computer Science and Game Theory
+1701.04779 Differential Geometry
+1701.04780 Mathematical Finance
+1701.04781 Computation
+1701.04782 Neurons and Cognition
+1701.04783 Learning
+1701.04784 Numerical Analysis
+1701.04786 Logic in Computer Science
+1701.04787 Cosmology and Nongalactic Astrophysics
+1701.04788 Combinatorics
+1701.04790 Combinatorics
+1701.04792 Networking and Internet Architecture
+1701.04794 Phenomenology
+1701.04795 Superconductivity
+1701.04798 Numerical Analysis
+1701.04799 Plasma Physics
+1701.04801 Algebraic Geometry
+1701.04802 Solar and Stellar Astrophysics
+1701.04803 Soft Condensed Matter
+1701.04804 Phenomenology
+1701.04805 Differential Geometry
+1701.04806 Theory
+1701.04807 Analysis of PDEs
+1701.04808
+1701.04809
+1701.04810
+1701.04811 Theory
+1701.04812 Differential Geometry
+1701.04813 Probability
+1701.04814 Atomic Physics
+astro-ph/0201300
+astro-ph/0202058
+astro-ph/0203032
+astro-ph/0203322
+astro-ph/0212575
+astro-ph/0303404
+astro-ph/0303430
+astro-ph/0306153
+astro-ph/0310712
+astro-ph/0310781
+astro-ph/0310797
+astro-ph/0310811
+astro-ph/0310857
+astro-ph/0311027
+astro-ph/0311032
+astro-ph/0311074
+astro-ph/0311124
+astro-ph/0311125
+astro-ph/0311216
+astro-ph/0311254
+astro-ph/0311258
+astro-ph/0311371
+astro-ph/0311600
+astro-ph/0312146
+astro-ph/0312187
+astro-ph/0312367
+astro-ph/0401236
+astro-ph/0401402
+astro-ph/0402014
+astro-ph/0402015
+astro-ph/0402016
+astro-ph/0402018
+astro-ph/0402019
+astro-ph/0402020
+astro-ph/0402156
+astro-ph/0402196
+astro-ph/0406450
+astro-ph/0412148
+astro-ph/0612063
+cond-mat/9405038
+gr-qc/0301064
+gr-qc/0412036
+gr-qc/0507037
+hep-ph/9403267 Phenomenology
+hep-th/0203089 Theory
+hep-th/0307023 Theory
+hep-th/9507115 Theory
+physics/0507085 Classical Physics
+0906.5578 Mesoscale and Nanoscale Physics
+0908.2402 Networking and Internet Architecture
+1109.4135 Commutative Algebra
+1206.6049 Graphics
+1302.6101 Rings and Algebras
+1302.6167 Rings and Algebras
+1303.1591 Algebraic Topology
+1307.8083 Networking and Internet Architecture
+1312.3917 Portfolio Management
+1402.3999 Probability
+1405.6733 Dynamical Systems
+1405.7012 Mathematical Software
+1406.3228 Optimization and Control
+1406.6015 Combinatorics
+1407.0135 Number Theory
+1408.0610 Logic
+1408.4345 Soft Condensed Matter
+1409.3109 Algebraic Geometry
+1409.3962 Soft Condensed Matter
+1409.4880
+1410.3031
+1410.8153 Chaotic Dynamics
+1411.0231 Geometric Topology
+1412.1784 Optimization and Control
+1501.02388 Data Structures and Algorithms
+1501.03198
+1501.04343 Distributed, Parallel, and Cluster Computing
+1502.00219 Mesoscale and Nanoscale Physics
+1503.01099 Algebraic Geometry
+1504.01940 Algebraic Geometry
+1504.02213 Strongly Correlated Electrons
+1505.02482 Dynamical Systems
+1505.06876 Soft Condensed Matter
+1507.03458 Group Theory
+1507.07226
+1508.05164 Optics
+1509.03754 Combinatorics
+1509.07275 Statistical Mechanics
+1510.04745
+1510.06324 Analysis of PDEs
+1510.06394 Analysis of PDEs
+1510.06720 Theory
+1511.00775 Dynamical Systems
+1511.03879 Algebraic Geometry
+1511.05465 Probability
+1511.08182 Probability
+1511.08268 Number Theory
+1511.08647 Data Structures and Algorithms
+1512.01250 Probability
+1512.04610 Complex Variables
+1512.05380 Statistical Mechanics
+1512.06409
+1512.06939 Mesoscale and Nanoscale Physics
+1512.08315 Strongly Correlated Electrons
+1512.09305 Numerical Analysis
+1601.01425 Statistical Mechanics
+1601.05176 Formal Languages and Automata Theory
+1601.06228 Theory
+1602.01262 Statistics Theory
+1602.07480 Computer Vision and Pattern Recognition
+1603.00861 Statistics Theory
+1603.01752
+1603.01830
+1603.02102 General Physics
+1603.02939 Theory
+1603.03639 Complex Variables
+1603.04043 Complex Variables
+1603.07020 General Finance
+1603.08974 Combinatorics
+1604.02313 Neural and Evolutionary Computing
+1604.02619 Computer Vision and Pattern Recognition
+1604.02824 Fluid Dynamics
+1604.03884 Instrumentation and Detectors
+1604.04524 Operator Algebras
+1604.07035 Combinatorics
+1605.00473 Logic
+1605.01018 Robotics
+1605.02193 Theory
+1605.04516 Combinatorics
+1605.04922
+1605.04988 Computer Vision and Pattern Recognition
+1605.05152 Strongly Correlated Electrons
+1605.05320 Numerical Analysis
+1605.05648 Algebraic Geometry
+1605.06826 Rings and Algebras
+1605.07484 Analysis of PDEs
+1606.00903 Phenomenology
+1606.00921 Methodology
+1606.01390 Solar and Stellar Astrophysics
+1606.02137 Statistical Mechanics
+1606.02240 Probability
+1606.02965 Probability
+1606.04493 Quantum Algebra
+1606.06342 Number Theory
+1606.07639 Probability
+1606.07751 Analysis of PDEs
+1606.08561 Machine Learning
+1607.00422
+1607.04892
+1607.05875 Information Theory
+1607.07594 Phenomenology
+1607.08020
+1607.08194 Machine Learning
+1607.08478 Mesoscale and Nanoscale Physics
+1608.02031 Analysis of PDEs
+1608.02153 Computation and Language
+1608.02274 Distributed, Parallel, and Cluster Computing
+1608.02942 Theory
+1608.03354
+1608.03552 Differential Geometry
+1608.04091 Optimization and Control
+1608.04141 Information Theory
+1608.04143 Computer Science and Game Theory
+1608.04184 Spectral Theory
+1608.04519 Cosmology and Nongalactic Astrophysics
+1608.07246 Quantum Gases
+1608.08226
+1608.08571
+1608.08573 Theory
+1608.08752
+1609.00034 Functional Analysis
+1609.00151 Cryptography and Security
+1609.01300 High Energy Astrophysical Phenomena
+1609.02276 Optics
+1609.03846 Analysis of PDEs
+1609.03930 Computational Physics
+1609.03956 Astrophysics of Galaxies
+1609.05121 Strongly Correlated Electrons
+1609.05197 Cosmology and Nongalactic Astrophysics
+1609.05304 Mesoscale and Nanoscale Physics
+1609.05581
+1609.06679 Classical Analysis and ODEs
+1609.06773 Computation and Language
+1609.06990 Operator Algebras
+1609.07885 Fluid Dynamics
+1609.07948 Statistical Mechanics
+1609.08078 Computer Vision and Pattern Recognition
+1609.08146 Computational Physics
+1609.08655 Physics and Society
+1609.08706 Optimization and Control
+1609.09760 Algebraic Geometry
+1610.00734 Mesoscale and Nanoscale Physics
+1610.01519 Theory
+1610.03456 Algebraic Geometry
+1610.03743
+1610.04366 Optics
+1610.04387 Phenomenology
+1610.04451 Cosmology and Nongalactic Astrophysics
+1610.04492 Strongly Correlated Electrons
+1610.06166 Combinatorics
+1610.06192 Cosmology and Nongalactic Astrophysics
+1610.06603 Learning
+1610.09277 General Physics
+1610.09383 Cosmology and Nongalactic Astrophysics
+1610.09787 Computation
+1610.09791 Probability
+1611.00341 High Energy Astrophysical Phenomena
+1611.00880 Computational Physics
+1611.01026 General Physics
+1611.01181 Mesoscale and Nanoscale Physics
+1611.01366 Classical Physics
+1611.01781 Analysis of PDEs
+1611.01850 Information Theory
+1611.02017 Representation Theory
+1611.03106 Instrumentation and Detectors
+1611.03686 Optimization and Control
+1611.03719 Lattice
+1611.04405 Geometric Topology
+1611.05388 Strongly Correlated Electrons
+1611.05721
+1611.05810
+1611.06588 Soft Condensed Matter
+1611.06610 Information Theory
+1611.07344 Soft Condensed Matter
+1611.08809 Data Structures and Algorithms
+1611.09527 High Energy Astrophysical Phenomena
+1611.09989
+1612.01181 Theory
+1612.02562 Computer Vision and Pattern Recognition
+1612.02659 Phenomenology
+1612.02949 Classical Analysis and ODEs
+1612.03382 Computer Vision and Pattern Recognition
+1612.03540 General Topology
+1612.03551 Computation and Language
+1612.03929 Computation and Language
+1612.04081 Materials Science
+1612.04125 Mesoscale and Nanoscale Physics
+1612.04296 Optics
+1612.05815 Representation Theory
+1612.05947 Materials Science
+1612.06463 Mesoscale and Nanoscale Physics
+1612.07893 Multimedia
+1612.08291 Accelerator Physics
+1612.08433 Other Condensed Matter
+1612.09246 Group Theory
+1701.00343
+1701.00353
+1701.00355
+1701.00475 Astrophysics of Galaxies
+1701.01031
+1701.01383
+1701.01435 Statistical Mechanics
+1701.01562 Materials Science
+1701.01765
+1701.02385 Earth and Planetary Astrophysics
+1701.02539 Instrumentation and Methods for Astrophysics
+1701.02950 Methodology
+1701.03309
+1701.04090 Theory
+1701.04468 Probability
+1701.04628
+1701.04634 Data Structures and Algorithms
+1701.05296 Networking and Internet Architecture
+1701.05339 Data Structures and Algorithms
+1701.05379 Phenomenology
+1701.05958 Differential Geometry
+1701.05973 Distributed, Parallel, and Cluster Computing
+1701.06001 Mathematical Finance
+1701.06137 Phenomenology
+1701.06315 Theory
+1701.06539 Computer Science and Game Theory
+1701.06748 Theory
+1701.06989 Information Theory
+1701.07385 Fluid Dynamics
+1701.07531 Information Theory
+1701.07615 Distributed, Parallel, and Cluster Computing
+1701.08186 Logic in Computer Science
+1701.08260
+1701.08268
+1701.08588 Applications
+1701.08703 Formal Languages and Automata Theory
+1701.08816 Computer Vision and Pattern Recognition
+1701.08834 Algebraic Geometry
+1701.08963 Instrumentation and Detectors
+1701.08978 Learning
+1701.08991 Computer Vision and Pattern Recognition
+1701.09003 Statistical Mechanics
+1701.09049 Databases
+1701.09124 Superconductivity
+1701.09147 Statistical Mechanics
+1701.09156
+1701.09161 Instrumentation and Detectors
+1701.09177 Learning
+1702.00002 Optics
+1702.00003 Algebraic Geometry
+1702.00004 Instrumentation and Detectors
+1702.00005 Representation Theory
+1702.00006 Pattern Formation and Solitons
+1702.00010 Superconductivity
+1702.00011 High Energy Astrophysical Phenomena
+1702.00012 Phenomenology
+1702.00016 Phenomenology
+1702.00017 Theory
+1702.00020 Artificial Intelligence
+1702.00021 High Energy Astrophysical Phenomena
+1702.00022 Mesoscale and Nanoscale Physics
+1702.00023 Astrophysics of Galaxies
+1702.00024 Analysis of PDEs
+1702.00025 Sound
+1702.00026 Materials Science
+1702.00027 Information Theory
+1702.00028 Numerical Analysis
+1702.00030 Space Physics
+1702.00031 Populations and Evolution
+1702.00032 Data Analysis, Statistics and Probability
+1702.00035 Strongly Correlated Electrons
+1702.00036 Optics
+1702.00037 Pricing of Securities
+1702.00038 Theory
+1702.00039 Representation Theory
+1702.00040 Quantum Gases
+1702.00041 Analysis of PDEs
+1702.00042 Plasma Physics
+1702.00044
+1702.00045 Computer Vision and Pattern Recognition
+1702.00046 Methodology
+1702.00047 Algebraic Geometry
+1702.00048 Social and Information Networks
+1702.00049 Statistical Mechanics
+1702.00050 Plasma Physics
+1702.00051
+1702.00052 Lattice
+1702.00054 Logic
+1702.00057 Systems and Control
+1702.00062 Instrumentation and Detectors
+1702.00063 Logic in Computer Science
+1702.00064
+1702.00065 Instrumentation and Detectors
+1702.00066 Metric Geometry
+1702.00067 Probability
+1702.00068 Algebraic Geometry
+1702.00069
+1702.00070 Geophysics
+1702.00072 Astrophysics of Galaxies
+1702.00074 Optimization and Control
+1702.00075 Cosmology and Nongalactic Astrophysics
+1702.00076 Plasma Physics
+1702.00077 Differential Geometry
+1702.00078
+1702.00080 Algebraic Geometry
+1702.00081 Soft Condensed Matter
+1702.00083 Strongly Correlated Electrons
+1702.00085 Optimization and Control
+1702.00086 Geometric Topology
+1702.00087 Commutative Algebra
+1702.00088 Numerical Analysis
+1702.00089 Mesoscale and Nanoscale Physics
+1702.00090 Complex Variables
+1702.00091 Solar and Stellar Astrophysics
+1702.00092 Number Theory
+1702.00093 Databases
+1702.00094 Populations and Evolution
+1702.00095
+1702.00096
+1702.00097 Strongly Correlated Electrons
+1702.00098 Computer Vision and Pattern Recognition
+1702.00099 Methodology
+1702.00101 Neurons and Cognition
+1702.00102 Algebraic Geometry
+1702.00104 Mesoscale and Nanoscale Physics
+1702.00105 Plasma Physics
+1702.00107 Algebraic Geometry
+1702.00108 Numerical Analysis
+1702.00109 Information Theory
+1702.00110 Optimization and Control
+1702.00113 Materials Science
+1702.00115 Materials Science
+1702.00116
+1702.00119 Rings and Algebras
+1702.00122 Software Engineering
+1702.00123 Software Engineering
+1702.00124 Lattice
+1702.00125 Software Engineering
+1702.00126 Software Engineering
+1702.00127 Networking and Internet Architecture
+1702.00128 Networking and Internet Architecture
+1702.00130 Materials Science
+1702.00131 Information Theory
+1702.00132 Combinatorics
+1702.00133 Quantum Algebra
+1702.00134 Phenomenology
+1702.00136 Analysis of PDEs
+1702.00137 Artificial Intelligence
+1702.00138 Materials Science
+1702.00139 Probability
+1702.00140 Probability
+1702.00141 Statistics Theory
+1702.00144 Economics
+1702.00145 Functional Analysis
+1702.00146 Computational Geometry
+1702.00147 Materials Science
+1702.00148 Solar and Stellar Astrophysics
+1702.00149 Statistical Mechanics
+1702.00150 Physics and Society
+1702.00151 Lattice
+1702.00152 Pricing of Securities
+1702.00153 Information Theory
+1702.00154 Analysis of PDEs
+1702.00155 Systems and Control
+1702.00158 Computer Vision and Pattern Recognition
+1702.00159 Artificial Intelligence
+1702.00160 Information Theory
+1702.00162
+1702.00163 Number Theory
+1702.00164 Social and Information Networks
+1702.00165 Number Theory
+1702.00166 Fluid Dynamics
+1702.00168 Optimization and Control
+1702.00169 Analysis of PDEs
+1702.00170 Classical Analysis and ODEs
+1702.00171 Information Retrieval
+1702.00172 Logic
+1702.00173
+1702.00175 Commutative Algebra
+1702.00177 Learning
+1702.00180 Classical Physics
+1702.00181
+1702.00182 Multimedia
+1702.00183 Astrophysics of Galaxies
+1702.00184 Earth and Planetary Astrophysics
+1702.00186 Computer Vision and Pattern Recognition
+1702.00187 Computer Vision and Pattern Recognition
+1702.00188 Networking and Internet Architecture
+1702.00189
+1702.00191 Theory
+1702.00192 Earth and Planetary Astrophysics
+1702.00193 Cosmology and Nongalactic Astrophysics
+1702.00194 Optimization and Control
+1702.00196 Data Structures and Algorithms
+1702.00198 Digital Libraries
+1702.00200
+1702.00201 Optimization and Control
+1702.00203 Soft Condensed Matter
+1702.00204 Computation
+1702.00205 Combinatorics
+1702.00207 Earth and Planetary Astrophysics
+1702.00208 Lattice
+1702.00210 Human-Computer Interaction
+1702.00211 Materials Science
+1702.00212 Instrumentation and Detectors
+1702.00213
+1702.00214 Optics
+1702.00215 Mathematical Finance
+1702.00216 Computational Physics
+1702.00217 Combinatorics
+1702.00218 Atmospheric and Oceanic Physics
+1702.00219 Astrophysics of Galaxies
+1702.00220 Strongly Correlated Electrons
+1702.00221 Solar and Stellar Astrophysics
+1702.00222 Theory
+1702.00223 Astrophysics of Galaxies
+1702.00224 Category Theory
+1702.00225 Probability
+1702.00226 Mesoscale and Nanoscale Physics
+1702.00227 Phenomenology
+1702.00229 Algebraic Geometry
+1702.00230 Algebraic Topology
+1702.00231
+1702.00232 Algebraic Geometry
+1702.00233 Numerical Analysis
+1702.00234 Accelerator Physics
+1702.00236 Earth and Planetary Astrophysics
+1702.00237 Plasma Physics
+1702.00238 Lattice
+1702.00239 Physics and Society
+1702.00240 Algebraic Topology
+1702.00242 Accelerator Physics
+1702.00243 Representation Theory
+1702.00244 Category Theory
+1702.00245 Group Theory
+1702.00246 Mesoscale and Nanoscale Physics
+1702.00247 Analysis of PDEs
+1702.00248 Information Theory
+1702.00249 Cryptography and Security
+1702.00250 Materials Science
+1702.00251 Earth and Planetary Astrophysics
+1702.00252 Differential Geometry
+1702.00253 Analysis of PDEs
+1702.00255 Mesoscale and Nanoscale Physics
+1702.00256 Soft Condensed Matter
+1702.00257 Information Theory
+1702.00258 Superconductivity
+1702.00259 Distributed, Parallel, and Cluster Computing
+1702.00260 Optics
+1702.00261 Applications
+1702.00262 Materials Science
+1702.00264 Optimization and Control
+1702.00265 Classical Analysis and ODEs
+1702.00267 Optics
+1702.00268 Logic in Computer Science
+1702.00269 Numerical Analysis
+1702.00271 Instrumentation and Detectors
+1702.00272 Statistical Mechanics
+1702.00274 Functional Analysis
+1702.00275 Information Theory
+1702.00276 Information Theory
+1702.00277 History and Overview
+1702.00278 Systems and Control
+1702.00280 Numerical Analysis
+1702.00281
+1702.00282
+1702.00283 Instrumentation and Methods for Astrophysics
+1702.00284 Combinatorics
+1702.00285 History and Overview
+1702.00286 Instrumentation and Methods for Astrophysics
+1702.00287
+1702.00289 Number Theory
+1702.00290 Systems and Control
+1702.00291 Algebraic Geometry
+1702.00292 Instrumentation and Methods for Astrophysics
+1702.00293 Optimization and Control
+1702.00294 Differential Geometry
+1702.00295 Mesoscale and Nanoscale Physics
+1702.00296 Computational Physics
+1702.00297 Number Theory
+1702.00298 Applications
+1702.00299 General Physics
+1702.00300 General Physics
+1702.00302 Optics
+1702.00304 Formal Languages and Automata Theory
+1702.00305 Phenomenology
+1702.00306
+1702.00307 Computer Vision and Pattern Recognition
+1702.00308 Methodology
+1702.00309 Lattice
+1702.00310 Lattice
+1702.00311 Distributed, Parallel, and Cluster Computing
+1702.00312 Distributed, Parallel, and Cluster Computing
+1702.00314 Instrumentation and Methods for Astrophysics
+1702.00315
+1702.00316 Phenomenology
+1702.00318 Artificial Intelligence
+1702.00319 Theory
+1702.00321 Analysis of PDEs
+1702.00322 Materials Science
+1702.00323 Materials Science
+1702.00324
+1702.00325 Robotics
+1702.00326 General Topology
+1702.00327 Methodology
+1702.00328 Numerical Analysis
+1702.00330 Lattice
+1702.00331 Materials Science
+1702.00332 Mesoscale and Nanoscale Physics
+1702.00333
+1702.00336 K-Theory and Homology
+1702.00337 Soft Condensed Matter
+1702.00338 Computer Vision and Pattern Recognition
+1702.00339 Numerical Analysis
+1702.00340 Networking and Internet Architecture
+1702.00341 Atomic Physics
+1702.00342 Group Theory
+1702.00343 Chaotic Dynamics
+1702.00344 Complex Variables
+1702.00345 Experiment
+1702.00346 Fluid Dynamics
+1702.00348 Phenomenology
+1702.00349
+1702.00350 Biological Physics
+1702.00351 Populations and Evolution
+1702.00352 Lattice
+1702.00353 Computational Complexity
+1702.00355 Materials Science
+1702.00356
+1702.00358 Databases
+1702.00359 Materials Science
+1702.00360 Molecular Networks
+1702.00362 Numerical Analysis
+1702.00364 Software Engineering
+1702.00365 Biological Physics
+1702.00366 Materials Science
+1702.00367 Plasma Physics
+1702.00368
+1702.00370 Networking and Internet Architecture
+1702.00372 Computer Vision and Pattern Recognition
+1702.00373
+1702.00374 Programming Languages
+1702.00375 Mesoscale and Nanoscale Physics
+1702.00376 Methodology
+1702.00377 Quantum Algebra
+1702.00378 Statistics Theory
+1702.00379 Phenomenology
+1702.00380 Astrophysics of Galaxies
+1702.00381 Phenomenology
+1702.00382 Computer Vision and Pattern Recognition
+1702.00383 Quantum Algebra
+1702.00385 Combinatorics
+1702.00386 High Energy Astrophysical Phenomena
+1702.00387 Phenomenology
+1702.00388 Chemical Physics
+1702.00389
+1702.00390
+1702.00391 Computer Vision and Pattern Recognition
+1702.00393 Probability
+1702.00394 Computational Engineering, Finance, and Science
+1103.2926 Combinatorics
+1104.1931 Rings and Algebras
+1205.4275 Logic
+1206.2630
+1206.5763 Differential Geometry
+1207.1092 Chemical Physics
+1210.4976
+1304.3772 Solar and Stellar Astrophysics
+1305.2826 Commutative Algebra
+1305.5213 Representation Theory
+1307.6822 Complex Variables
+1309.4701
+1310.7199
+1312.5089
+1401.0809 Commutative Algebra
+1401.0822 Commutative Algebra
+1401.4455 Fluid Dynamics
+1401.4901
+1405.6348 Experiment
+1406.1948 General Mathematics
+1407.2443 Fluid Dynamics
+1408.1023 Cryptography and Security
+1409.4133 Representation Theory
+1409.5107
+1411.3703 Differential Geometry
+1501.05818 Classical Analysis and ODEs
+1501.07669 Classical Analysis and ODEs
+1501.07711
+1502.00182 Numerical Analysis
+1502.06249
+1502.07409 Statistics Theory
+1503.07012 Probability
+1504.08170 Optimization and Control
+1505.05441 Robotics
+1505.05654 Statistics Theory
+1506.00267
+1506.00348 Physics and Society
+1506.02630
+1506.03909 Methodology
+1506.07296 Statistics Theory
+1507.00695 Social and Information Networks
+1507.04278 Group Theory
+1508.01170 Cosmology and Nongalactic Astrophysics
+1508.05223 Chemical Physics
+1508.06217 Optics
+1509.04425 Computers and Society
+1510.02175 Methodology
+1510.02969 Computer Vision and Pattern Recognition
+1510.09054 Functional Analysis
+1511.01264 Probability
+1511.02067 Combinatorics
+1511.02388 Number Theory
+1511.07236 Information Theory
+1512.00655
+1512.04938 Strongly Correlated Electrons
+1512.08586 Theory
+1601.00699 Classical Analysis and ODEs
+1601.01452 Statistics Theory
+1601.02524 Commutative Algebra
+1601.02878 Analysis of PDEs
+1601.03131 Algebraic Geometry
+1601.06290 Medical Physics
+1602.00396 Atmospheric and Oceanic Physics
+1602.04011 Strongly Correlated Electrons
+1602.08006 Methodology
+1602.08154 Computation
+1602.08617 Analysis of PDEs
+1603.02378 Optimization and Control
+1603.04044 Combinatorics
+1603.04499 Social and Information Networks
+1603.05675 Probability
+1603.05724
+1603.05926 Materials Science
+1603.06468 Systems and Control
+1603.06851 Dynamical Systems
+1603.07200
+1603.09289 Logic
+1603.09683
+1604.02009 Differential Geometry
+1604.03023
+1604.03305 Statistical Mechanics
+1604.06013 Methodology
+1604.06058 Data Structures and Algorithms
+1604.07513 Computer Vision and Pattern Recognition
+1605.05124 Materials Science
+1605.05808 Information Theory
+1605.07583 Learning
+1605.07804 Analysis of PDEs
+1605.09499 Machine Learning
+1606.00446
+1606.00712 Cosmology and Nongalactic Astrophysics
+1606.00841 Astrophysics of Galaxies
+1606.01016 Computation
+1606.01537 Algebraic Topology
+1606.01779 Cosmology and Nongalactic Astrophysics
+1606.02799
+1606.03179 Phenomenology
+1606.04003 Materials Science
+1606.04976 Astrophysics of Galaxies
+1606.06219 Optimization and Control
+1606.07061 Instrumentation and Methods for Astrophysics
+1606.07407 Numerical Analysis
+1606.07500
+1606.07971 Phenomenology
+1606.08324 Geometric Topology
+1606.08518 Social and Information Networks
+1607.03447 Phenomenology
+1607.03476 Computer Vision and Pattern Recognition
+1607.03506
+1607.03725 Information Theory
+1607.04122 Quantitative Methods
+1607.06302 Information Theory
+1607.06718 Combinatorics
+1607.06764 Optimization and Control
+1607.08722 Probability
+1608.00405 Instrumentation and Methods for Astrophysics
+1608.01622 Combinatorics
+1608.01719 Data Analysis, Statistics and Probability
+1608.02297 Materials Science
+1608.03542 Computation and Language
+1608.03842 Materials Science
+1608.04081 Numerical Analysis
+1608.04348 Learning
+1608.06819 Computer Science and Game Theory
+1608.07315
+1608.08070 Statistical Mechanics
+1608.08798
+1608.08925 Machine Learning
+1609.00385 Theory
+1609.00639 Neurons and Cognition
+1609.02758
+1609.03719 Dynamical Systems
+1609.03922 Dynamical Systems
+1609.04801 Algebraic Geometry
+1609.04840 Atmospheric and Oceanic Physics
+1609.05122 Experiment
+1609.05739 Analysis of PDEs
+1609.06205 Phenomenology
+1609.06287 Optimization and Control
+1609.07020 Classical Analysis and ODEs
+1609.07128 Systems and Control
+1609.07373 Optimization and Control
+1609.08045
+1609.08204 Dynamical Systems
+1609.08879 Data Structures and Algorithms
+1609.09201 Phenomenology
+1610.01082 Optics
+1610.01471 Information Theory
+1610.01668 Optics
+1610.02045 Phenomenology
+1610.02921
+1610.03135 Strongly Correlated Electrons
+1610.04150 Fluid Dynamics
+1610.04210 Information Theory
+1610.04317 Data Structures and Algorithms
+1610.06274 Numerical Analysis
+1610.07543 Databases
+1610.08934 Materials Science
+1610.09252 Optics
+1610.10099 Computation and Language
+1611.01140 Strongly Correlated Electrons
+1611.01200 Combinatorics
+1611.01918 Dynamical Systems
+1611.02303 General Topology
+1611.02383 Superconductivity
+1611.03449
+1611.03664 Physics and Society
+1611.04445
+1611.05440 Superconductivity
+1611.05972 Chemical Physics
+1611.06199 Materials Science
+1611.07196 Cosmology and Nongalactic Astrophysics
+1611.08239 Statistical Mechanics
+1611.08449 Phenomenology
+1611.09321 Learning
+1611.09532 Superconductivity
+1611.09833 Geometric Topology
+1611.10069 Cosmology and Nongalactic Astrophysics
+1612.00357
+1612.00811 Classical Analysis and ODEs
+1612.00814 Computer Vision and Pattern Recognition
+1612.01722 Statistical Mechanics
+1612.02032 Numerical Analysis
+1612.02036 Theory
+1612.02184 Computer Vision and Pattern Recognition
+1612.02338 Chemical Physics
+1612.03481 Materials Science
+1612.03482 Materials Science
+1612.03849 Robotics
+1612.04218 Soft Condensed Matter
+1612.04320
+1612.04387
+1612.04768 Representation Theory
+1612.04852 Mesoscale and Nanoscale Physics
+1612.05066 Theory
+1612.06633 Programming Languages
+1612.06863 Phenomenology
+1612.07279
+1612.07544 Theory
+1612.07576 Strongly Correlated Electrons
+1612.07597 Machine Learning
+1612.07720 Analysis of PDEs
+1612.09230 Materials Science
+1612.09555 Phenomenology
+1701.00797 Statistical Mechanics
+1701.00862 Solar and Stellar Astrophysics
+1701.01304 Mesoscale and Nanoscale Physics
+1701.01844 Phenomenology
+1701.01870
+1701.02848
+1701.03068 Complex Variables
+1701.06342 Information Theory
+1701.06367 Algebraic Geometry
+1701.06370 Analysis of PDEs
+1701.06801 Phenomenology
+1701.06821 Quantum Gases
+1701.07066 History and Overview
+1701.07179 Learning
+1701.07623 Instrumentation and Detectors
+1701.07735 Commutative Algebra
+1701.08206 Astrophysics of Galaxies
+1701.08441 Strongly Correlated Electrons
+1701.09128 Materials Science
+1701.09173 Biological Physics
+1702.00842 Statistics Theory
+1702.01640 Combinatorics
+1702.01926 Theory
+1702.02141 Populations and Evolution
+1702.02628 Artificial Intelligence
+1702.02711 Representation Theory
+1702.02792 Dynamical Systems
+1702.02831 Combinatorics
+1702.03451 High Energy Astrophysical Phenomena
+1702.03709 Commutative Algebra
+1702.04629 General Physics
+1702.04856 Strongly Correlated Electrons
+1702.05162 Logic
+1702.05379 Social and Information Networks
+1702.05512 Social and Information Networks
+1702.05686 Representation Theory
+1702.06208 Disordered Systems and Neural Networks
+1702.06478 Computation and Language
+1702.06829 Computational Geometry
+1702.06974 Combinatorics
+1702.07035 Strongly Correlated Electrons
+1702.07245 Materials Science
+1702.07329
+1702.07534 Materials Science
+1702.07592 Phenomenology
+1702.07993 Instrumentation and Detectors
+1702.08254 Materials Science
+1702.08400 Computer Vision and Pattern Recognition
+1702.08472 Cosmology and Nongalactic Astrophysics
+1703.00361 Materials Science
+1703.00823 Number Theory
+1703.00903 Analysis of PDEs
+1703.00961 Theory
+1703.01183 High Energy Astrophysical Phenomena
+1703.01188 Plasma Physics
+1703.01540 Soft Condensed Matter
+1703.01786 Functional Analysis
+1703.02052
+1703.02621 Materials Science
+1703.02630 Earth and Planetary Astrophysics
+1703.02939 Combinatorics
+1703.03230 Computer Vision and Pattern Recognition
+1703.03295
+1703.03654 Fluid Dynamics
+1703.03777 Neurons and Cognition
+1703.03947 Complex Variables
+1703.03949 Computer Vision and Pattern Recognition
+1703.04082 Learning
+1703.04083 Commutative Algebra
+1703.04101 Computer Vision and Pattern Recognition
+1703.04103 Computer Vision and Pattern Recognition
+1703.04215 Information Retrieval
+1703.04216 Information Retrieval
+1703.04346 Information Theory
+1703.04515 Symplectic Geometry
+1703.04584 Theory
+1703.04618 Astrophysics of Galaxies
+1703.04654 Fluid Dynamics
+1703.04656 Symplectic Geometry
+1703.04661 Statistics Theory
+1703.04691 Machine Learning
+1703.04703 Optimization and Control
+1703.04705 Functional Analysis
+1703.04717 Materials Science
+1703.04786 Theory
+1703.04789 Chemical Physics
+1703.04849
+1703.04885 Cosmology and Nongalactic Astrophysics
+1703.04924 Operator Algebras
+1703.05047 Risk Management
+1703.05055
+1703.05096 Solar and Stellar Astrophysics
+1703.05123 Information Retrieval
+1703.05128 Solar and Stellar Astrophysics
+1703.05138
+1703.05141 Cosmology and Nongalactic Astrophysics
+1703.05164
+1703.05189 Methodology
+1703.05223
+1703.05227 Programming Languages
+1703.05246 Instrumentation and Detectors
+1703.05254 Complex Variables
+1703.05259 Materials Science
+1703.05275 Phenomenology
+1703.05285 Probability
+1703.05298 Learning
+1703.05300 Soft Condensed Matter
+1703.05301 Instrumentation and Methods for Astrophysics
+1703.05302 Information Theory
+1703.05303 Information Theory
+1703.05304 Information Theory
+1703.05305 Information Theory
+1703.05306 Information Theory
+1703.05308 Adaptation and Self-Organizing Systems
+1703.05309
+1703.05310
+1703.05312 Methodology
+1703.05313 Astrophysics of Galaxies
+1703.05314
+1703.05315
+1703.05316
+1703.05317 Logic in Computer Science
+1703.05318 Metric Geometry
+1703.05319 General Mathematics
+1703.05320 Computation and Language
+1703.05321 Astrophysics of Galaxies
+1703.05322 Earth and Planetary Astrophysics
+1703.05323 Theory
+1703.05324 Cosmology and Nongalactic Astrophysics
+1703.05325 Theory
+1703.05326 Cosmology and Nongalactic Astrophysics
+1703.05327 Phenomenology
+1703.05329 Phenomenology
+1703.05331 Theory
+1703.05332
+1703.05334 Disordered Systems and Neural Networks
+1703.05335 Astrophysics of Galaxies
+1703.05336 High Energy Astrophysical Phenomena
+1703.05338 Earth and Planetary Astrophysics
+1703.05339 Applications
+1703.05340 Solar and Stellar Astrophysics
+1703.05341 Software Engineering
+1703.05342
+1703.05343 Symplectic Geometry
+1703.05344 Sound
+1703.05345 Phenomenology
+1703.05346 Information Theory
+1703.05347 Chemical Physics
+1703.05348 Information Theory
+1703.05349 History and Overview
+1703.05350 Complex Variables
+1703.05351 Logic in Computer Science
+1703.05352 Theory
+1703.05353 Functional Analysis
+1703.05354 Computer Vision and Pattern Recognition
+1703.05355 Social and Information Networks
+1703.05357 Soft Condensed Matter
+1703.05359 Algebraic Topology
+1703.05360
+1703.05361 Atmospheric and Oceanic Physics
+1703.05364 Neural and Evolutionary Computing
+1703.05365 Number Theory
+1703.05366
+1703.05367
+1703.05368 Astrophysics of Galaxies
+1703.05369
+1703.05370 Mesoscale and Nanoscale Physics
+1703.05372 Classical Analysis and ODEs
+1703.05373
+1703.05374 Fluid Dynamics
+1703.05375 Software Engineering
+1703.05376 Artificial Intelligence
+1703.05377 Algebraic Topology
+1703.05378 Combinatorics
+1703.05379 Astrophysics of Galaxies
+1703.05380 Discrete Mathematics
+1703.05381 Robotics
+1703.05382 Theory
+1703.05383 Optimization and Control
+1703.05384 Astrophysics of Galaxies
+1703.05385 Cosmology and Nongalactic Astrophysics
+1703.05386 Earth and Planetary Astrophysics
+1703.05387 Analysis of PDEs
+1703.05388 Optimization and Control
+1703.05389 Theory
+1703.05390 Computation and Language
+1703.05391 Algebraic Topology
+1703.05392 Statistical Mechanics
+1703.05394 Materials Science
+1703.05395 Optimization and Control
+1703.05396 Mesoscale and Nanoscale Physics
+1703.05397 Theory
+1703.05398 Discrete Mathematics
+1703.05399 Mesoscale and Nanoscale Physics
+1703.05400 Cryptography and Security
+1703.05401 Information Theory
+1703.05402
+1703.05403 Symplectic Geometry
+1703.05405 Mesoscale and Nanoscale Physics
+1703.05406 Neurons and Cognition
+1703.05407 Learning
+1703.05408 Theory
+1703.05409 Combinatorics
+1703.05410 Programming Languages
+1703.05411 Learning
+1703.05413 Combinatorics
+1703.05414 Neurons and Cognition
+1703.05415 High Energy Astrophysical Phenomena
+1703.05416 Strongly Correlated Electrons
+1703.05417 Phenomenology
+1703.05418 Data Structures and Algorithms
+1703.05419 Astrophysics of Galaxies
+1703.05420 Number Theory
+1703.05421 Geometric Topology
+1703.05422 Neural and Evolutionary Computing
+1703.05423 Computation and Language
+1703.05424 Distributed, Parallel, and Cluster Computing
+1703.05426
+1703.05427 Combinatorics
+1703.05428 Neurons and Cognition
+1703.05429 Instrumentation and Detectors
+1703.05430 Machine Learning
+1703.05431 Operator Algebras
+1703.05432 Rings and Algebras
+1703.05433 Symplectic Geometry
+1703.05434 Number Theory
+1703.05435 Cryptography and Security
+1703.05438 Systems and Control
+1703.05439 Analysis of PDEs
+1703.05440 Accelerator Physics
+1703.05441 Numerical Analysis
+1703.05442 Networking and Internet Architecture
+1703.05443 Social and Information Networks
+1703.05444 Optimization and Control
+1703.05445 Theory
+1703.05446 Computer Vision and Pattern Recognition
+1703.05447 Operator Algebras
+1703.05448 Theory
+1703.05449 Machine Learning
+1703.05450 Number Theory
+1703.05451 Multimedia
+1703.05452 Artificial Intelligence
+1703.05454
+1703.05455 Computer Vision and Pattern Recognition
+1703.05456 Materials Science
+1703.05459 Analysis of PDEs
+1703.05460 Number Theory
+1703.05461 Probability
+1703.05462 Human-Computer Interaction
+1703.05463 Computer Vision and Pattern Recognition
+1703.05464 Differential Geometry
+1703.05465 Computation and Language
+1703.05466 Probability
+1703.05467 Computer Vision and Pattern Recognition
+1703.05469 Materials Science
+1703.05470 Logic
+1703.05471 Quantitative Methods
+1703.05473 Mesoscale and Nanoscale Physics
+1703.05474 Information Theory
+1703.05476 Strongly Correlated Electrons
+1703.05477 Materials Science
+1703.05478 Mesoscale and Nanoscale Physics
+1703.05479 High Energy Astrophysical Phenomena
+1703.05480 Numerical Analysis
+1703.05481 Databases
+1703.05482 Phenomenology
+1703.05484 Soft Condensed Matter
+1703.05485 Digital Libraries
+1703.05486 Systems and Control
+1703.05487 Numerical Analysis
+1703.05488 Commutative Algebra
+1703.05490 Populations and Evolution
+1703.05493 Logic
+1703.05494 Differential Geometry
+1703.05495 Dynamical Systems
+1703.05496 Data Structures and Algorithms
+1703.05497 Representation Theory
+1703.05498 Statistical Mechanics
+1703.05499 Disordered Systems and Neural Networks
+1703.05500 Probability
+1703.05501 Dynamical Systems
+1703.05502 Multimedia
+1703.05503 Systems and Control
+1703.05504 Adaptation and Self-Organizing Systems
+1703.05505 Probability
+1703.05506 Soft Condensed Matter
+1703.05507 Mesoscale and Nanoscale Physics
+1703.05508
+1703.05509 Distributed, Parallel, and Cluster Computing
+1703.05510 Algebraic Geometry
+1703.05511 Computation
+1703.05513 Quantum Algebra
+1703.05514 Complex Variables
+1703.05515 Materials Science
+1703.05516 Quantum Gases
+1703.05517 Atomic Physics
+1703.05518 Analysis of PDEs
+1703.05519 Computer Science and Game Theory
+1703.05520 Combinatorics
+1703.05521 Complex Variables
+1703.05523 Software Engineering
+1703.05524 Combinatorics
+1703.05525 Mesoscale and Nanoscale Physics
+1703.05526 Materials Science
+1703.05527 Classical Analysis and ODEs
+1703.05528 Physics and Society
+1703.05529 Superconductivity
+1703.05530 Computer Vision and Pattern Recognition
+1703.05531 Combinatorics
+1703.05532 Applications
+1703.05533
+1703.05534 Fluid Dynamics
+1703.05536 Information Theory
+1703.05537 Learning
+1703.05538 Dynamical Systems
+1703.05539 Digital Libraries
+1703.05540 Materials Science
+1703.05541 Software Engineering
+1703.05542 Information Theory
+1703.05543 Materials Science
+1703.05544 Statistical Mechanics
+1703.05545 Physics and Society
+1703.05546
+1703.05547 Databases
+1703.05548 Mesoscale and Nanoscale Physics
+1703.05549 Computational Geometry
+1703.05550 Numerical Analysis
+1703.05551 Combinatorics
+1703.05552 Lattice
+1703.05553 Group Theory
+1703.05554
+1703.05555 Differential Geometry
+1703.05556 Complex Variables
+1703.05557 Classical Analysis and ODEs
+1703.05558
+1703.05559 Data Structures and Algorithms
+1703.05560 Numerical Analysis
+1703.05561 Cryptography and Security
+1703.05562 Combinatorics
+1703.05563 Theory
+1703.05565 Astrophysics of Galaxies
+1703.05566 Algebraic Geometry
+1703.05568
+1703.05569 Medical Physics
+1703.05570 Instrumentation and Detectors
+1703.05571 Computer Vision and Pattern Recognition
+1703.05572 Medical Physics
+1703.05573 General Physics
+1703.05574 General Physics
+1703.05575 High Energy Astrophysical Phenomena
+1703.05576 Mesoscale and Nanoscale Physics
+1703.05578 Analysis of PDEs
+1703.05579 Phenomenology
+1703.05580 Symbolic Computation
+1703.05581 Instrumentation and Methods for Astrophysics
+1703.05582 Materials Science
+1703.05583 General Physics
+1703.05584 Software Engineering
+1703.05585
+1703.05586 Optics
+1703.05587 Strongly Correlated Electrons
+1703.05589 Plasma Physics
+1703.05590 Combinatorics
+1703.05591 Atmospheric and Oceanic Physics
+1703.05592 Solar and Stellar Astrophysics
+1703.05593 Computer Vision and Pattern Recognition
+1703.05594 Phenomenology
+1703.05595 Networking and Internet Architecture
+1703.05596 Geometric Topology
+1703.05598 Data Structures and Algorithms
+1703.05600 Disordered Systems and Neural Networks
+1703.05601 Soft Condensed Matter
+1703.05602 Combinatorics
+1703.05603 Instrumentation and Detectors
+1703.05604
+1703.05605 Computer Vision and Pattern Recognition
+1703.05607 High Energy Astrophysical Phenomena
+1703.05608
+1703.05609 Atomic Physics
+1703.05610 Astrophysics of Galaxies
+1703.05612 Differential Geometry
+1703.05613 Phenomenology
+1703.05616 Human-Computer Interaction
+1703.05617 Theory
+1703.05618
+1703.05619 Statistics Theory
+1703.05620
+1703.05622 Mesoscale and Nanoscale Physics
+1703.05623 Multiagent Systems
+1703.05624 Solar and Stellar Astrophysics
+1703.05625 Soft Condensed Matter
+1703.05626 Multiagent Systems
+1703.05627 Materials Science
+1703.05628 Materials Science
+1703.05630 Computer Vision and Pattern Recognition
+1703.05631 Mesoscale and Nanoscale Physics
+1703.05632 Astrophysics of Galaxies
+1703.05633 Experiment
+1703.05634 Operator Algebras
+1703.05635 History and Philosophy of Physics
+1703.05636 Information Theory
+1703.05637 Mesoscale and Nanoscale Physics
+1703.05638 Numerical Analysis
+1703.05639
+1703.05641 Computer Science and Game Theory
+1703.05642 Analysis of PDEs
+1703.05643 Mesoscale and Nanoscale Physics
+1703.05644 Populations and Evolution
+1703.05646 Materials Science
+1703.05647 Distributed, Parallel, and Cluster Computing
+1703.05648 Soft Condensed Matter
+1703.05649
+1703.05650 Information Theory
+1703.05651 Statistical Mechanics
+1703.05652 Solar and Stellar Astrophysics
+1703.05653 Theory
+1703.05654
+1703.05655 General Topology
+1703.05656
+1703.05657 Superconductivity
+1703.05658 Mesoscale and Nanoscale Physics
+1703.05659 Cosmology and Nongalactic Astrophysics
+1703.05660 Analysis of PDEs
+1703.05661 Mesoscale and Nanoscale Physics
+1703.05662
+1703.05663
+1703.05664
+1703.05665 Mesoscale and Nanoscale Physics
+1703.05666
+1703.05667 Machine Learning
+1703.05668 Phenomenology
+1703.05670 Theory
+1703.05671
+1703.05672 Combinatorics
+1703.05673 Probability
+1703.05674 Mesoscale and Nanoscale Physics
+1703.05675
+1703.05676 Phenomenology
+1703.05678 Mesoscale and Nanoscale Physics
+1703.05680 Computer Vision and Pattern Recognition
+1703.05681 Differential Geometry
+1703.05682 Cosmology and Nongalactic Astrophysics
+1703.05683 Numerical Analysis
+1703.05685 Combinatorics
+1703.05686 Fluid Dynamics
+1703.05688 Differential Geometry
+1703.05689 Mesoscale and Nanoscale Physics
+1703.05690 Information Theory
+1703.05691 Neurons and Cognition
+1703.05692 Genomics
+1703.05694 Superconductivity
+1703.05695 Operator Algebras
+1703.05696 Optimization and Control
+1703.05697 Accelerator Physics
+1703.05699
+1703.05700 Human-Computer Interaction
+1703.05701
+1703.05702 Computational Physics
+1703.05704 Fluid Dynamics
+1703.05705 Optimization and Control
+1703.05707 Solar and Stellar Astrophysics
+1703.05709 Pricing of Securities
+1703.05710
+1703.05711 Optics
+1703.05712
+1703.05713 Distributed, Parallel, and Cluster Computing
+1703.05714 Cosmology and Nongalactic Astrophysics
+1703.05715 Statistical Mechanics
+1703.05716 Combinatorics
+1703.05717 Theory
+1703.05718 Adaptation and Self-Organizing Systems
+1703.05719 Instrumentation and Detectors
+1703.05720 Algebraic Geometry
+1703.05721 Experiment
+1703.05722 Dynamical Systems
+1703.05723 Differential Geometry
+1703.05724 Computer Vision and Pattern Recognition
+1703.05725 Group Theory
+1703.05726 Strongly Correlated Electrons
+1703.05727 Analysis of PDEs
+1703.05729 Number Theory
+1703.05730 Phenomenology
+1703.05731 Fluid Dynamics
+1703.05732 Materials Science
+1703.05733 Phenomenology
+1703.05735 Algebraic Geometry
+1703.05736
+1703.05737 Instrumentation and Detectors
+1703.05738 Instrumentation and Detectors
+1703.05739 Geometric Topology
+1703.05740 Databases
+1703.05742 Accelerator Physics
+1703.05744 Algebraic Geometry
+1703.05745 Numerical Analysis
+1703.05747 Experiment
+1703.05749 Mesoscale and Nanoscale Physics
+1703.05750 Phenomenology
+1703.05751 Astrophysics of Galaxies
+1703.05752 Information Theory
+1703.05753 Mesoscale and Nanoscale Physics
+1703.05754 Algebraic Topology
+1703.05755 Populations and Evolution
+1703.05756 Astrophysics of Galaxies
+0902.2912 Molecular Networks
+0904.3832 Probability
+1009.1405 Numerical Analysis
+1103.3585 Data Structures and Algorithms
+1201.4695 Pattern Formation and Solitons
+1204.5028 Distributed, Parallel, and Cluster Computing
+1306.5993 Methodology
+1310.5966 Methodology
+1312.2244 Computation and Language
+1312.2923 Applications
+1401.1170 Combinatorics
+1403.1385 Optimization and Control
+1403.1841 Quantum Algebra
+1403.4281 Geometric Topology
+1403.5207 Computation
+1403.6705 Combinatorics
+1403.7501 Algebraic Topology
+1404.1222 Combinatorics
+1405.0599 Combinatorics
+1405.2279 Pattern Formation and Solitons
+1406.0731 Analysis of PDEs
+1406.4839 Numerical Analysis
+1407.4780
+1408.0334 Combinatorics
+1409.7317 Phenomenology
+1410.1045 Number Theory
+1410.1205
+1410.3814 Number Theory
+1410.8490 Complex Variables
+1411.2078 Algebraic Geometry
+1411.5675
+1411.7571 Applications
+1411.7617 Analysis of PDEs
+1412.2026 Probability
+1412.3406 Number Theory
+1501.00267 Data Structures and Algorithms
+1501.00483 Geometric Topology
+1502.02425
+1502.04385 Geometric Topology
+1502.05862 Instrumentation and Methods for Astrophysics
+1503.00235 Optics
+1503.00574 Differential Geometry
+1503.02436 Group Theory
+1503.06675 Methodology
+1503.07223 Geometric Topology
+1504.06475 Data Structures and Algorithms
+1504.07672 Optimization and Control
+1505.00182 Disordered Systems and Neural Networks
+1505.00288 Risk Management
+1505.01478 Dynamical Systems
+1505.02005 Methodology
+1505.02852 Differential Geometry
+1505.03280 Analysis of PDEs
+1505.06227 Quantum Gases
+1505.06584
+1505.08148 Quantum Algebra
+1506.01395 Fluid Dynamics
+1506.01631 Mesoscale and Nanoscale Physics
+1506.02310 Group Theory
+1506.05827 Classical Analysis and ODEs
+1506.05878 Algebraic Geometry
+1506.06808
+1507.00482 Symplectic Geometry
+1507.01086 Probability
+1507.05439 Solar and Stellar Astrophysics
+1508.00193 Optimization and Control
+1508.02670
+1508.03969 Algebraic Topology
+1508.05447 Theory
+1509.00449 Mesoscale and Nanoscale Physics
+1509.00496 Theory
+1509.01554 General Mathematics
+1509.02152 Information Theory
+1509.03781 Other Computer Science
+1509.05053 Data Structures and Algorithms
+1509.05370 Combinatorics
+1509.05818
+1509.08894 Populations and Evolution
+1510.01144 Combinatorics
+1510.03688 Group Theory
+1510.04965
+1510.05620 Probability
+1510.05775 Instrumentation and Detectors
+1510.07727 Computation
+1511.00976
+1511.02189 Methodology
+1511.03338
+1511.03631 Logic
+1511.04128 Methodology
+1511.04876 Algebraic Geometry
+1511.05184 Algebraic Topology
+1511.07038 Data Structures and Algorithms
+1511.08473 Optics
+1511.08600 Analysis of PDEs
+1512.02454 General Finance
+1512.02810 Differential Geometry
+1512.03334
+1512.03586 Differential Geometry
+1512.04262 Logic
+1512.04458 Representation Theory
+1512.04742 Optimization and Control
+1512.04971 Numerical Analysis
+1601.01740 Mesoscale and Nanoscale Physics
+1601.02358 Differential Geometry
+1601.02381 Algebraic Geometry
+1601.02574 Combinatorics
+1601.03656 Representation Theory
+1601.05702 Statistics Theory
+1601.06061 Mesoscale and Nanoscale Physics
+1601.06694 Superconductivity
+1601.08136 Probability
+1602.00947 Methodology
+1602.00954 Methodology
+1602.02208 Geometric Topology
+1602.03076 Complex Variables
+1602.03579 Geometric Topology
+1602.04581 Discrete Mathematics
+1602.04813 Cosmology and Nongalactic Astrophysics
+1602.05413 Social and Information Networks
+1602.06258 Optimization and Control
+1602.06662 Neural and Evolutionary Computing
+1602.07761
+1602.07919 Distributed, Parallel, and Cluster Computing
+1603.00267 Geometric Topology
+1603.00769 Strongly Correlated Electrons
+1603.01568 Quantum Algebra
+1603.03870 Mesoscale and Nanoscale Physics
+1603.04920 Numerical Analysis
+1603.07644 Robotics
+1603.07659 Superconductivity
+1603.08113 Statistics Theory
+1603.09083 Algebraic Geometry
+1603.09137 Systems and Control
+1603.09408
+1604.00642 Emerging Technologies
+1604.00849 Other Condensed Matter
+1604.01055 Applications
+1604.01404 Phenomenology
+1604.02033 Number Theory
+1604.02943 Optimization and Control
+1604.03146 Strongly Correlated Electrons
+1604.03311 Atmospheric and Oceanic Physics
+1604.04354
+1604.05027 Computer Vision and Pattern Recognition
+1604.05987 Dynamical Systems
+1604.05997 Group Theory
+1604.06431 Computational Complexity
+1604.07008 Numerical Analysis
+1604.07368 Emerging Technologies
+1604.07723 Soft Condensed Matter
+1604.07855 Numerical Analysis
+1604.07929 Combinatorics
+1604.07993 Social and Information Networks
+1605.00229 Representation Theory
+1605.00335 Robotics
+1605.01169 Phenomenology
+1605.01684 Methodology
+1605.01908 Superconductivity
+1605.02322
+1605.03581 Phenomenology
+1605.03857 Analysis of PDEs
+1605.05278 Methodology
+1605.06250 Analysis of PDEs
+1605.06606 Phenomenology
+1605.07192 Phenomenology
+1605.07252 Learning
+1605.07547 Theory
+1605.07568 Materials Science
+1605.08081 History and Philosophy of Physics
+1605.08244 Geometric Topology
+1605.08573 Astrophysics of Galaxies
+1605.08603 Classical Analysis and ODEs
+1605.08924 Materials Science
+1605.09214 General Physics
+1605.09348 Geometric Topology
+1605.09750 Optimization and Control
+1606.00701 General Physics
+1606.00759 Earth and Planetary Astrophysics
+1606.01212 Differential Geometry
+1606.02212
+1606.02549
+1606.02739 Physics and Society
+1606.02751 Complex Variables
+1606.03609 Complex Variables
+1606.03631
+1606.03807 Symplectic Geometry
+1606.03865 Machine Learning
+1606.04293 Group Theory
+1606.04655 Complex Variables
+1606.04998
+1606.07646 General Physics
+1606.08055 Classical Analysis and ODEs
+1606.09400 Quantum Gases
+1607.00456 Theory
+1607.00621
+1607.00668 Category Theory
+1607.00780 Analysis of PDEs
+1607.01881 Methodology
+1607.02118 Numerical Analysis
+1607.02404
+1607.02428 Mesoscale and Nanoscale Physics
+1607.02821
+1607.03504 Phenomenology
+1607.03608 Category Theory
+1607.04242
+1607.04435 Populations and Evolution
+1607.05755 Computation and Language
+1607.05986
+1607.06246 Classical Analysis and ODEs
+1607.06340 Algebraic Topology
+1607.06966 Robotics
+1607.07235 Number Theory
+1607.07523 Mesoscale and Nanoscale Physics
+1607.07562 Differential Geometry
+1607.07631 Data Structures and Algorithms
+1607.07635 Mesoscale and Nanoscale Physics
+1607.07668
+1607.07670 Phenomenology
+1607.07767 Atomic Physics
+1607.08533
+1607.08808 Plasma Physics
+1608.00094 Statistical Mechanics
+1608.00771 Computers and Society
+1608.00939 Operator Algebras
+1608.01710 Quantum Algebra
+1608.01854 Mesoscale and Nanoscale Physics
+1608.01888
+1608.03779
+1608.04132 Data Structures and Algorithms
+1608.04692 Plasma Physics
+1608.05300
+1608.05454 Algebraic Geometry
+1608.05578 Neural and Evolutionary Computing
+1608.05881 Dynamical Systems
+1608.06213 Analysis of PDEs
+1608.06405 Information Theory
+1608.07209 Differential Geometry
+1608.07918 Representation Theory
+1608.08290 Complex Variables
+1609.00128 Complex Variables
+1609.00504 Cosmology and Nongalactic Astrophysics
+1609.00895
+1609.01492 High Energy Astrophysical Phenomena
+1609.02160
+1609.03585 Geometric Topology
+1609.04081 Cosmology and Nongalactic Astrophysics
+1609.04187 Functional Analysis
+1609.04206 Superconductivity
+1609.05070 Statistical Mechanics
+1609.05161 Geometric Topology
+1609.05193 Mesoscale and Nanoscale Physics
+1609.05672 Computer Vision and Pattern Recognition
+1609.06405 Artificial Intelligence
+1609.06632 Networking and Internet Architecture
+1609.07174
+1609.07488
+1609.07710 Information Theory
+1609.08066 Optimization and Control
+1609.08499 Quantum Gases
+1609.08581 Phenomenology
+1609.08873 Number Theory
+1609.09124 Instrumentation and Detectors
+1609.09397 Materials Science
+1609.09543 Strongly Correlated Electrons
+1610.00010 Theory
+1610.00814 Dynamical Systems
+1610.00835 Numerical Analysis
+1610.00868 Data Analysis, Statistics and Probability
+1610.01123 Soft Condensed Matter
+1610.01238 Robotics
+1610.01490 Theory
+1610.01569 Theory
+1610.01590
+1610.01886 Differential Geometry
+1610.02014 Disordered Systems and Neural Networks
+1610.02147 Phenomenology
+1610.02242 Neural and Evolutionary Computing
+1610.02710 Logic
+1610.03769 Risk Management
+1610.03914 Neurons and Cognition
+1610.04102 Experiment
+1610.05193 Plasma Physics
+1610.05204 Representation Theory
+1610.05470 Optimization and Control
+1610.05997 Atomic and Molecular Clusters
+1610.06125 Phenomenology
+1610.06425 Metric Geometry
+1610.07082 Representation Theory
+1610.07561 Combinatorics
+1610.08224 Statistical Mechanics
+1610.08367 Methodology
+1610.08525 Cosmology and Nongalactic Astrophysics
+1610.08553 Superconductivity
+1610.09468 Strongly Correlated Electrons
+1610.09849 Information Theory
+1611.00050 Learning
+1611.00904 Cosmology and Nongalactic Astrophysics
+1611.01044 Number Theory
+1611.01241 Methodology
+1611.01967 Learning
+1611.02046 Disordered Systems and Neural Networks
+1611.02146 Materials Science
+1611.02366 Optics
+1611.02904 High Energy Astrophysical Phenomena
+1611.03218 Artificial Intelligence
+1611.03281 Statistical Mechanics
+1611.03291 Strongly Correlated Electrons
+1611.04257
+1611.04277 Strongly Correlated Electrons
+1611.04489 Combinatorics
+1611.04538 Methodology
+1611.04569
+1611.04748 Networking and Internet Architecture
+1611.04957 Mesoscale and Nanoscale Physics
+1611.05038 Theory
+1611.05681 Mesoscale and Nanoscale Physics
+1611.05714 Materials Science
+1611.05726 General Physics
+1611.06797 Chemical Physics
+1611.07006 Geometric Topology
+1611.07098 Learning
+1611.07474 Combinatorics
+1611.07635 Computer Vision and Pattern Recognition
+1611.07704 Experiment
+1611.08659
+1611.08835 Geometric Topology
+1611.09149 Populations and Evolution
+1611.09295 Theory
+1611.09322 Soft Condensed Matter
+1611.09370 Theory
+1611.09505 Exactly Solvable and Integrable Systems
+1611.09619
+1611.09760
+1611.10009 Strongly Correlated Electrons
+1612.00474 Soft Condensed Matter
+1612.00724 Phenomenology
+1612.01209 Networking and Internet Architecture
+1612.01249 Instrumentation and Detectors
+1612.01324 Classical Analysis and ODEs
+1612.01775 Experiment
+1612.02236
+1612.02371 Experiment
+1612.02398 Space Physics
+1612.02793 Phenomenology
+1612.03338 Strongly Correlated Electrons
+1612.03794 Information Theory
+1612.03889
+1612.03953 Statistical Mechanics
+1612.04109 Disordered Systems and Neural Networks
+1612.04154 Statistical Mechanics
+1612.04909 Disordered Systems and Neural Networks
+1612.05193 Spectral Theory
+1612.05569 High Energy Astrophysical Phenomena
+1612.05644 Cosmology and Nongalactic Astrophysics
+1612.06095 Dynamical Systems
+1612.06402 Mesoscale and Nanoscale Physics
+1612.06612 Materials Science
+1612.06634 Phenomenology
+1612.06635 Combinatorics
+1612.06702 Robotics
+1612.06757 Differential Geometry
+1612.07249 Cosmology and Nongalactic Astrophysics
+1612.07525 Other Condensed Matter
+1612.07771 Neural and Evolutionary Computing
+1612.07826
+1612.08638 Soft Condensed Matter
+1612.08800
+1701.00128 Chemical Physics
+1701.00434 Cosmology and Nongalactic Astrophysics
+1701.01654 Systems and Control
+1701.02102 Disordered Systems and Neural Networks
+1701.02300 Phenomenology
+1701.02985 Soft Condensed Matter
+1701.03209 Instrumentation and Methods for Astrophysics
+1701.03360 Learning
+1701.03790 Astrophysics of Galaxies
+1701.04053 Optics
+1701.04229
+1701.04444 Combinatorics
+1701.04585 Dynamical Systems
+1701.05237 Materials Science
+1701.05930 Other Computer Science
+1701.06005 Data Structures and Algorithms
+1701.06264 Computer Vision and Pattern Recognition
+1701.06454 Databases
+1701.07489
+1701.07927 Classical Physics
+1701.08037 Plasma Physics
+1701.08144 Symplectic Geometry
+1701.08357 Materials Science
+1701.08782 Theory
+1701.08871 Combinatorics
+1701.09026 Solar and Stellar Astrophysics
+1702.00363 Materials Science
+1702.00644 Plasma Physics
+1702.01607 Combinatorics
+1702.01897 Optimization and Control
+1702.02044 Differential Geometry
+1702.02076 Subcellular Processes
+1702.02193 Quantum Gases
+1702.02568 Combinatorics
+1702.02717 Differential Geometry
+1702.02796 Strongly Correlated Electrons
+1702.02953 Solar and Stellar Astrophysics
+1702.03200 General Physics
+1702.03581 Statistical Mechanics
+1702.03717 Lattice
+1702.03793
+1702.03874 Optimization and Control
+1702.04089 Earth and Planetary Astrophysics
+1702.04655 Mesoscale and Nanoscale Physics
+1702.04981 Materials Science
+1702.05737 High Energy Astrophysical Phenomena
+1702.05761 Quantum Gases
+1702.06068 Number Theory
+1702.06070 Materials Science
+1702.06161 Soft Condensed Matter
+1702.06250 Systems and Control
+1702.06740 Computation and Language
+1702.06903 Physics and Society
+1702.07021 Machine Learning
+1702.07025 Computer Vision and Pattern Recognition
+1702.07120 Optimization and Control
+1702.07476 Cryptography and Security
+1702.07636 Phenomenology
+1702.07758 Soft Condensed Matter
+1702.07805 Neural and Evolutionary Computing
+1702.07978 High Energy Astrophysical Phenomena
+1702.08065 Systems and Control
+1702.08354 Dynamical Systems
+1702.08699 Computer Vision and Pattern Recognition
+1702.08709
+1702.08807 Numerical Analysis
+1703.00024 Theory
+1703.00113 Materials Science
+1703.00346 Optics
+1703.00427 Theory
+1703.00497 Algebraic Geometry
+1703.00878 Earth and Planetary Astrophysics
+1703.01274 Artificial Intelligence
+1703.01309 Phenomenology
+1703.01321 Phenomenology
+1703.01332 Statistics Theory
+1703.01387
+1703.01414 Number Theory
+1703.01499 Machine Learning
+1703.02022 Probability
+1703.02117 Logic in Computer Science
+1703.02180 Computer Vision and Pattern Recognition
+1703.02206 Strongly Correlated Electrons
+1703.02236 Applications
+1703.02618 Learning
+1703.02675
+1703.02688 Cryptography and Security
+1703.02892 Atomic Physics
+1703.02935 Classical Analysis and ODEs
+1703.02960 Functional Analysis
+1703.03372 Computer Vision and Pattern Recognition
+1703.03373 Machine Learning
+1703.03426 Phenomenology
+1703.03449 Biomolecules
+1703.03606 Theory
+1703.03648 Analysis of PDEs
+1703.03652 Cryptography and Security
+1703.03655 Geometric Topology
+1703.03674 Solar and Stellar Astrophysics
+1703.03758 Materials Science
+1703.03764 Statistical Mechanics
+1703.03770
+1703.03807 Astrophysics of Galaxies
+1703.03821 Robotics
+1703.03825 Soft Condensed Matter
+1703.03874
+1703.03936 Theory
+1703.03937 Computer Vision and Pattern Recognition
+1703.04010 Systems and Control
+1703.04070 Learning
+1703.04075 Logic in Computer Science
+1703.04080 General Literature
+1703.04105 Computer Vision and Pattern Recognition
+1703.04123 Atomic Physics
+1703.04159 Artificial Intelligence
+1703.04210 Instrumentation and Methods for Astrophysics
+1703.04213 Computation and Language
+1703.04262 Cryptography and Security
+1703.04279 Materials Science
+1703.04344
+1703.04408 Theory
+1703.04494 Disordered Systems and Neural Networks
+1703.04522 Fluid Dynamics
+1703.04533 Optics
+1703.04534 Phenomenology
+1703.04535 Astrophysics of Galaxies
+1703.04537 Materials Science
+1703.04538 Combinatorics
+1703.04541 Theory
+1703.04542 Astrophysics of Galaxies
+1703.04543 Optics
+1703.04544 Solar and Stellar Astrophysics
+1703.04546 Instrumentation and Detectors
+1703.04547 General Mathematics
+1703.04548 Astrophysics of Galaxies
+1703.04549 Risk Management
+1703.04550 Robotics
+1703.04551 Instrumentation and Detectors
+1703.04552 Optimization and Control
+1703.04553 Chemical Physics
+1703.04554 Populations and Evolution
+1703.04556 Mesoscale and Nanoscale Physics
+1703.04557 Probability
+1703.04558
+1703.04559 Computer Vision and Pattern Recognition
+1703.04560 Numerical Analysis
+1703.04561 Optimization and Control
+1703.04562 Representation Theory
+1703.04569
+1703.04570 Optics
+1703.04571 Plasma Physics
+1703.04572 Materials Science
+1703.04573 Strongly Correlated Electrons
+1703.04574 Human-Computer Interaction
+1703.04576 Differential Geometry
+1703.04577 Statistical Mechanics
+1703.04578 Analysis of PDEs
+1703.04579
+1703.04580
+1703.04581 Combinatorics
+1703.04582 Soft Condensed Matter
+1703.04583 Cryptography and Security
+1703.04585 Cosmology and Nongalactic Astrophysics
+1703.04586 Astrophysics of Galaxies
+1703.04587 Artificial Intelligence
+1703.04588
+1703.04589 Theory
+1703.04591 Astrophysics of Galaxies
+1703.04592 Mesoscale and Nanoscale Physics
+1703.04594 Distributed, Parallel, and Cluster Computing
+1703.04595
+1703.04597
+1703.04598 Computational Complexity
+1703.04599 Optimization and Control
+1703.04600 Classical Physics
+1703.04601 Functional Analysis
+1703.04602 Biological Physics
+1703.04603 Distributed, Parallel, and Cluster Computing
+1703.04604
+1703.04605 Computational Physics
+1703.04606 Mesoscale and Nanoscale Physics
+1703.04607
+1703.04608 Biological Physics
+1703.04609 Atomic Physics
+1703.04610
+1703.04611 Computer Vision and Pattern Recognition
+1703.04612 Theory
+1703.04614 Theory
+1703.04615 Computer Vision and Pattern Recognition
+1703.04616
+1703.04619 Optimization and Control
+1703.04620 Strongly Correlated Electrons
+1703.04621 Cosmology and Nongalactic Astrophysics
+1703.04622 Theory
+1703.04623 Astrophysics of Galaxies
+1703.04624 Earth and Planetary Astrophysics
+1703.04625 Theory
+1703.04626
+1703.04627 Astrophysics of Galaxies
+1703.04628 Mesoscale and Nanoscale Physics
+1703.04629 High Energy Astrophysical Phenomena
+1703.04630
+1703.04631 Astrophysics of Galaxies
+1703.04633 High Energy Astrophysical Phenomena
+1703.04634 High Energy Astrophysical Phenomena
+1703.04635 Astrophysics of Galaxies
+1703.04636 Computer Vision and Pattern Recognition
+1703.04637 Discrete Mathematics
+1703.04638 Astrophysics of Galaxies
+1703.04639 Experiment
+1703.04640
+1703.04641 Optimization and Control
+1703.04642 Applications
+1703.04643 Physics and Society
+1703.04644 Optimization and Control
+1703.04645 Strongly Correlated Electrons
+1703.04646 Emerging Technologies
+1703.04647 Neurons and Cognition
+1703.04648 Logic
+1703.04649 Lattice
+1703.04651 Instrumentation and Detectors
+1703.04652 Strongly Correlated Electrons
+1703.04653 Computer Vision and Pattern Recognition
+1703.04655 Functional Analysis
+1703.04657 Materials Science
+1703.04658 Geometric Topology
+1703.04659 Strongly Correlated Electrons
+1703.04660 Dynamical Systems
+1703.04662 Quantum Gases
+1703.04663 Quantum Gases
+1703.04664 Data Structures and Algorithms
+1703.04665 Robotics
+1703.04666 Complex Variables
+1703.04667 Superconductivity
+1703.04668 Dynamical Systems
+1703.04669 Phenomenology
+1703.04670 Computer Vision and Pattern Recognition
+1703.04671 Disordered Systems and Neural Networks
+1703.04672 Astrophysics of Galaxies
+1703.04673 Materials Science
+1703.04674
+1703.04675 Metric Geometry
+1703.04676 Networking and Internet Architecture
+1703.04677 Computation and Language
+1703.04678 Exactly Solvable and Integrable Systems
+1703.04679 Numerical Analysis
+1703.04681 Phenomenology
+1703.04682 Phenomenology
+1703.04683 Cosmology and Nongalactic Astrophysics
+1703.04684 Instrumentation and Methods for Astrophysics
+1703.04685 Category Theory
+1703.04687 Commutative Algebra
+1703.04688 High Energy Astrophysical Phenomena
+1703.04689 Algebraic Topology
+1703.04690 Phenomenology
+1703.04692 Instrumentation and Methods for Astrophysics
+1703.04693 Mesoscale and Nanoscale Physics
+1703.04694 Earth and Planetary Astrophysics
+1703.04695 Cosmology and Nongalactic Astrophysics
+1703.04696 Computers and Society
+1703.04697 Statistics Theory
+1703.04698 Optimization and Control
+1703.04699 Computer Vision and Pattern Recognition
+1703.04700 Mesoscale and Nanoscale Physics
+1703.04701 Differential Geometry
+1703.04702 Functional Analysis
+1703.04704
+1703.04706 Learning
+1703.04707 Mesoscale and Nanoscale Physics
+1703.04708 High Energy Astrophysical Phenomena
+1703.04709
+1703.04710 Biological Physics
+1703.04711 Information Theory
+1703.04713 Mesoscale and Nanoscale Physics
+1703.04714 Theory
+1703.04715 Combinatorics
+1703.04716 Superconductivity
+1703.04718 Computation and Language
+1703.04720 Atomic Physics
+1703.04721 Quantum Gases
+1703.04722 Statistical Mechanics
+1703.04723 Information Theory
+1703.04724 Mesoscale and Nanoscale Physics
+1703.04725 Materials Science
+1703.04726 Cosmology and Nongalactic Astrophysics
+1703.04727 Computer Vision and Pattern Recognition
+1703.04728 Optics
+1703.04729 Medical Physics
+1703.04730 Machine Learning
+1703.04731 Populations and Evolution
+1703.04732 Solar and Stellar Astrophysics
+1703.04733 Algebraic Geometry
+1703.04734 Populations and Evolution
+1703.04735
+1703.04736 Formal Languages and Automata Theory
+1703.04738 Cryptography and Security
+1703.04739 Mesoscale and Nanoscale Physics
+1703.04740 Theory
+1703.04742 Superconductivity
+1703.04743 Materials Science
+1703.04744 Theory
+1703.04745 Representation Theory
+1703.04746 Digital Libraries
+1703.04748
+1703.04749 Functional Analysis
+1703.04750 Functional Analysis
+1703.04751 Phenomenology
+1703.04752 Phenomenology
+1703.04754 Phenomenology
+1703.04756 Computer Science and Game Theory
+1703.04757 Learning
+1703.04758 Computational Geometry
+1703.04759 Phenomenology
+1703.04760 Quantum Gases
+1703.04762 Mesoscale and Nanoscale Physics
+1703.04763 Functional Analysis
+1703.04764 Combinatorics
+1703.04765 Phenomenology
+1703.04766 Numerical Analysis
+1703.04767 Combinatorics
+1703.04768 Algebraic Topology
+1703.04769 Data Structures and Algorithms
+1703.04770 Sound
+1703.04771 Robotics
+1703.04772 Strongly Correlated Electrons
+1703.04773 Functional Analysis
+1703.04774 Emerging Technologies
+1703.04775 Computer Vision and Pattern Recognition
+1703.04776 Strongly Correlated Electrons
+1703.04777 Algebraic Geometry
+1703.04778 Machine Learning
+1703.04779
+1703.04780 Databases
+1703.04781 Probability
+1703.04782 Learning
+1703.04783 Sound
+1703.04784 Classical Physics
+1703.04787 Rings and Algebras
+1703.04788 Biological Physics
+1703.04790 Statistics Theory
+1703.04792 Disordered Systems and Neural Networks
+1703.04793 Phenomenology
+1703.04794 Algebraic Geometry
+1703.04795 Mesoscale and Nanoscale Physics
+1703.04796 Numerical Analysis
+1703.04797 Robotics
+1703.04798
+1703.04799 Statistics Theory
+1703.04800 Phenomenology
+1703.04801 Astrophysics of Galaxies
+1703.04803 Astrophysics of Galaxies
+1703.04804 High Energy Astrophysical Phenomena
+1703.04805 Complex Variables
+1703.04806 Logic in Computer Science
+1703.04807
+1703.04808 Quantum Gases
+1703.04809 Probability
+1703.04810 Differential Geometry
+1703.04811
+1703.04812 Applications
+1703.04813 Learning
+1703.04814 Data Structures and Algorithms
+1703.04815 Combinatorics
+1703.04816 Computation and Language
+1703.04817 Classical Analysis and ODEs
+1703.04818 Learning
+1703.04819 Computer Vision and Pattern Recognition
+1703.04820 Algebraic Geometry
+1703.04821 Probability
+1703.04822 Systems and Control
+1703.04823 Machine Learning
+1703.04824 Computer Vision and Pattern Recognition
+1703.04826 Computation and Language
+1703.04827
+1703.04828 Solar and Stellar Astrophysics
+1703.04829 Systems and Control
+1703.04830 Theory
+1703.04831 Fluid Dynamics
+1703.04832 Machine Learning
+1703.04833 Strongly Correlated Electrons
+1703.04834 Formal Languages and Automata Theory
+1703.04835 Computer Vision and Pattern Recognition
+1703.04836 Instrumentation and Methods for Astrophysics
+1703.04837 Social and Information Networks
+1703.04838 Information Theory
+1703.04839 Phenomenology
+1703.04840
+1703.04841 Dynamical Systems
+1703.04842 Learning
+1703.04843 Fluid Dynamics
+1703.04844
+1703.04845 Computer Vision and Pattern Recognition
+1703.04846 Optics
+1703.04848 Phenomenology
+1703.04850 Analysis of PDEs
+1703.04851 Algebraic Geometry
+1703.04852
+1703.04853 Computer Vision and Pattern Recognition
+1703.04855 Phenomenology
+1703.04856 Computer Vision and Pattern Recognition
+1703.04857 Combinatorics
+1703.04858 Soft Condensed Matter
+1703.04859 Representation Theory
+1703.04860 Theory
+1703.04861 Computer Vision and Pattern Recognition
+1703.04862 Artificial Intelligence
+1703.04863 High Energy Astrophysical Phenomena
+1703.04864 Machine Learning
+1703.04865 Materials Science
+1703.04866 Computation
+1703.04867 Geometric Topology
+1703.04868 Geometric Topology
+1703.04869 Populations and Evolution
+1703.04870 Information Theory
+1703.04871 Theory
+1703.04872 Statistical Mechanics
+1703.04873 Social and Information Networks
+1703.04874 Cryptography and Security
+1703.04875
+1703.04877 Robotics
+1703.04878 Cryptography and Security
+1703.04879 Computation and Language
+1703.04880 Materials Science
+1703.04881 Systems and Control
+1703.04882 Methodology
+1703.04883 Functional Analysis
+1703.04884 Cosmology and Nongalactic Astrophysics
+1703.04886 Learning
+1703.04887 Computation and Language
+1703.04888 Analysis of PDEs
+1703.04889 Quantum Algebra
+1703.04890 Learning
+1703.04891 Superconductivity
+1703.04892 Analysis of PDEs
+1703.04893 Statistical Mechanics
+1703.04894 Astrophysics of Galaxies
+1703.04895 Cosmology and Nongalactic Astrophysics
+1703.04896 Complex Variables
+1703.04897 Strongly Correlated Electrons
+1703.04898 Phenomenology
+1703.04899 Physics and Society
+1703.04900 Computers and Society
+1703.04902 Phenomenology
+1703.04903 Materials Science
+1703.04904 Representation Theory
+1703.04905
+1703.04906 Robotics
+1703.04907 Analysis of PDEs
+1703.04908 Artificial Intelligence
+1703.04909
+1703.04910
+1703.04913 Geometric Topology
+1703.04914 Computation and Language
+1703.04915 Social and Information Networks
+1703.04916
+1703.04917 Computers and Society
+1703.04918 Solar and Stellar Astrophysics
+1703.04919 Statistical Mechanics
+1703.04920 Phenomenology
+1703.04921 Number Theory
+1703.04922 Optics
+1703.04923 Information Theory
+1703.04925
+1703.04926 Strongly Correlated Electrons
+1703.04928 Strongly Correlated Electrons
+1703.04929 Computation and Language
+1703.04930 Information Theory
+1703.04931
+1703.04932 Superconductivity
+1703.04933 Learning
+1703.04934 Classical Analysis and ODEs
+1703.04935 Information Theory
+1703.04936 Statistical Mechanics
+1703.04938 Combinatorics
+1703.04939 Metric Geometry
+1703.04940 Learning
+1703.04941 Formal Languages and Automata Theory
+1703.04942 Numerical Analysis
+1703.04943 Social and Information Networks
+1703.04944
+1703.04945 Atomic Physics
+1703.04946
+1703.04947 Astrophysics of Galaxies
+1703.04948 Representation Theory
+1703.04950 Number Theory
+1703.04951 Methodology
+1703.04952
+1703.04953 Number Theory
+1703.04954 Data Structures and Algorithms
+1703.04955 Statistics Theory
+1703.04956 Statistics Theory
+1703.04957 Applications
+1703.04959 Information Theory
+1703.04960 Computer Vision and Pattern Recognition
+1703.04961 Applications
+1703.04962 Phenomenology
+1703.04963 Combinatorics
+1703.04964 Materials Science
+1703.04965 Materials Science
+1703.04966
+1703.04967 Computer Vision and Pattern Recognition
+1703.04968 Information Theory
+1703.04970
+1703.04971 Probability
+1703.04973 Functional Analysis
+1703.04974 Combinatorics
+1703.04975 Astrophysics of Galaxies
+1703.04977 Computer Vision and Pattern Recognition
+1703.04978 Phenomenology
+1703.04979 Classical Physics
+1703.04980 Computer Vision and Pattern Recognition
+1703.04981 Computer Vision and Pattern Recognition
+1703.04982 Solar and Stellar Astrophysics
+1703.04983 Theory
+1703.04984 Phenomenology
+1703.04985 Phenomenology
+1703.04986 Computer Vision and Pattern Recognition
+1703.04987 Numerical Analysis
+1703.04989 Phenomenology
+1703.04990 Artificial Intelligence
+1703.04991 Fluid Dynamics
+1703.04992 Algebraic Geometry
+1703.04993 Software Engineering
+1703.04994 Probability
+1703.04995 Information Theory
+1703.04996 Materials Science
+1703.04998
+1703.04999
+1703.05000 Phenomenology
+1703.05001 Optimization and Control
+1703.05003 Sound
+1703.05004 Classical Analysis and ODEs
+1703.05005 Mesoscale and Nanoscale Physics
+1703.05006 Probability
+1703.05007 Experiment
+1703.05009 Mesoscale and Nanoscale Physics
+1703.05010 Optimization and Control
+1703.05011 Systems and Control
+1703.05012 Functional Analysis
+1703.05013 Soft Condensed Matter
+1703.05014 Dynamical Systems
+1703.05015 Computational Complexity
+1703.05016 Systems and Control
+1703.05017 Materials Science
+1703.05018 Quantum Algebra
+1703.05019 Systems and Control
+1703.05021 Mesoscale and Nanoscale Physics
+1703.05022 Information Theory
+1703.05023 Discrete Mathematics
+1703.05024 Probability
+1703.05025 Materials Science
+1703.05026 Group Theory
+1703.05027 Phenomenology
+1703.05028 Databases
+1703.05030 High Energy Astrophysical Phenomena
+1703.05031 Probability
+1703.05032 Functional Analysis
+1703.05034
+1703.05035 Materials Science
+1703.05036 High Energy Astrophysical Phenomena
+1703.05039 Rings and Algebras
+1703.05040
+1703.05041 Quantum Gases
+1703.05042 Programming Languages
+1703.05043 Astrophysics of Galaxies
+1703.05045 Discrete Mathematics
+1703.05046 Phenomenology
+1703.05049 Mathematical Finance
+1703.05051 Learning
+1703.05052 Numerical Analysis
+1703.05053 Social and Information Networks
+1703.05054 Computational Physics
+1703.05056 Strongly Correlated Electrons
+1703.05057 Combinatorics
+1703.05058 Number Theory
+1703.05060 Learning
+1703.05061 Computer Vision and Pattern Recognition
+1703.05062 Algebraic Geometry
+1703.05063
+1703.05064 Theory
+1703.05065 Computer Vision and Pattern Recognition
+1703.05066 Cryptography and Security
+1703.05067 Mesoscale and Nanoscale Physics
+1703.05068 Differential Geometry
+1703.05069 Operator Algebras
+1703.05071 Geophysics
+1703.05072 Rings and Algebras
+1703.05073 Rings and Algebras
+1703.05074
+1703.05075 Phenomenology
+1703.05076 Algebraic Geometry
+1703.05077 Solar and Stellar Astrophysics
+1703.05078 Theory
+1703.05079 Neurons and Cognition
+1703.05080 Machine Learning
+1703.05081 Phenomenology
+1703.05082 Social and Information Networks
+1703.05083 High Energy Astrophysical Phenomena
+1703.05084 Instrumentation and Methods for Astrophysics
+1703.05085 Optimization and Control
+1703.05086 Representation Theory
+1703.05087
+1703.05088 Optimization and Control
+1703.05090 Analysis of PDEs
+1703.05091 Optics
+1703.05093 Solar and Stellar Astrophysics
+1703.05094 Probability
+1703.05095 Plasma Physics
+1703.05097 Populations and Evolution
+1703.05098 Statistical Mechanics
+1703.05099 Populations and Evolution
+1703.05100 Information Theory
+1703.05101 Statistics Theory
+1703.05102 Data Structures and Algorithms
+1703.05103 Applications
+1703.05104 Mesoscale and Nanoscale Physics
+1703.05105 Computer Vision and Pattern Recognition
+1703.05106 Distributed, Parallel, and Cluster Computing
+1703.05107 Differential Geometry
+1703.05108 Soft Condensed Matter
+1703.05109 Methodology
+1703.05110 Statistical Mechanics
+1703.05111 Strongly Correlated Electrons
+1703.05112
+1703.05113 General Physics
+1703.05114 General Physics
+1703.05115 Optimization and Control
+1703.05116 Theory
+1703.05117 Optimization and Control
+1703.05118 Analysis of PDEs
+1703.05119 General Physics
+1703.05120 Probability
+1703.05121 Logic in Computer Science
+1703.05122 Computation and Language
+1703.05124 Differential Geometry
+1703.05125 Number Theory
+1703.05126 Cryptography and Security
+1703.05127 Plasma Physics
+1703.05129 Discrete Mathematics
+1703.05130 Computer Vision and Pattern Recognition
+1703.05131
+1703.05132 Pricing of Securities
+1703.05133 Differential Geometry
+1703.05134
+1703.05135 Analysis of PDEs
+1703.05136 Numerical Analysis
+1703.05137 Formal Languages and Automata Theory
+1703.05139 Cosmology and Nongalactic Astrophysics
+1703.05140 Theory
+1703.05142 Cosmology and Nongalactic Astrophysics
+1703.05143 Algebraic Topology
+1703.05145 Cosmology and Nongalactic Astrophysics
+1703.05146 Dynamical Systems
+1703.05147 Fluid Dynamics
+1703.05148 Computer Vision and Pattern Recognition
+1703.05149 Combinatorics
+1703.05150 Soft Condensed Matter
+1703.05151 Analysis of PDEs
+1703.05152 Probability
+1703.05153 Fluid Dynamics
+1703.05154 Complex Variables
+1703.05155
+1703.05156 Data Structures and Algorithms
+1703.05157 Methodology
+1703.05158 Computational Engineering, Finance, and Science
+1703.05160 Machine Learning
+1703.05165 Computer Vision and Pattern Recognition
+1703.05167 Astrophysics of Galaxies
+1703.05168 Analysis of PDEs
+1703.05169
+1703.05170 Computational Complexity
+1703.05171 Combinatorics
+1703.05172 Applications
+1703.05173 Discrete Mathematics
+1703.05174 Networking and Internet Architecture
+1703.05175 Learning
+1703.05176 High Energy Astrophysical Phenomena
+1703.05178 Analysis of PDEs
+1703.05179 High Energy Astrophysical Phenomena
+1703.05180 Superconductivity
+1703.05181 Mesoscale and Nanoscale Physics
+1703.05182 Plasma Physics
+1703.05183
+1703.05184 High Energy Astrophysical Phenomena
+1703.05185 Programming Languages
+1703.05187 Astrophysics of Galaxies
+1703.05188 Biological Physics
+1703.05191 Materials Science
+1703.05192 Computer Vision and Pattern Recognition
+1703.05194 Networking and Internet Architecture
+1703.05195 Mesoscale and Nanoscale Physics
+1703.05196 High Energy Astrophysical Phenomena
+1703.05198 Mesoscale and Nanoscale Physics
+1703.05199 Data Structures and Algorithms
+1703.05200 Number Theory
+1703.05201 Artificial Intelligence
+1703.05202 Strongly Correlated Electrons
+1703.05203 Methodology
+1703.05204 Artificial Intelligence
+1703.05205 Disordered Systems and Neural Networks
+1703.05207 Analysis of PDEs
+1703.05208 Methodology
+1703.05209 Systems and Control
+1703.05211 Materials Science
+1703.05214 Analysis of PDEs
+1703.05215 Logic in Computer Science
+1703.05216 Optimization and Control
+1703.05217 Theory
+1703.05218 Solar and Stellar Astrophysics
+1703.05219 Optimization and Control
+1703.05220 Mesoscale and Nanoscale Physics
+1703.05221 Phenomenology
+1703.05224 Physics Education
+1703.05225 Materials Science
+1703.05226 Algebraic Geometry
+1703.05228 Strongly Correlated Electrons
+1703.05229 Mesoscale and Nanoscale Physics
+1703.05230 Computer Vision and Pattern Recognition
+1703.05231
+1703.05232 Systems and Control
+1703.05233 Optimization and Control
+1703.05234 Cryptography and Security
+1703.05235 Computer Vision and Pattern Recognition
+1703.05236 Experiment
+1703.05237 High Energy Astrophysical Phenomena
+1703.05238
+1703.05239 Plasma Physics
+1703.05242 Geometric Topology
+1703.05243 Computer Vision and Pattern Recognition
+1703.05244 Functional Analysis
+1703.05245 Atomic Physics
+1703.05248 Astrophysics of Galaxies
+1703.05249
+1703.05250 Astrophysics of Galaxies
+1703.05251 Theory
+1703.05253 Combinatorics
+1703.05255 Phenomenology
+1703.05256 Numerical Analysis
+1703.05257 Analysis of PDEs
+1703.05258 Accelerator Physics
+1703.05260 Computation and Language
+1703.05261 Computational Physics
+1703.05262 Classical Analysis and ODEs
+1703.05263 Theory
+1703.05264 Methodology
+1703.05265 Representation Theory
+1703.05266 Algebraic Geometry
+1703.05267 Social and Information Networks
+1703.05268
+1703.05269
+1703.05270 Statistical Mechanics
+1703.05272 Instrumentation and Detectors
+1703.05273 Phenomenology
+1703.05274 Mesoscale and Nanoscale Physics
+1703.05276 Differential Geometry
+1703.05277 Exactly Solvable and Integrable Systems
+1703.05278 Systems and Control
+1703.05279
+1703.05280 K-Theory and Homology
+1703.05282
+1703.05283 Statistical Mechanics
+1703.05284 Superconductivity
+1703.05286 General Physics
+1703.05287 Astrophysics of Galaxies
+1703.05288 Group Theory
+1703.05289 Computer Vision and Pattern Recognition
+1703.05290 Atomic Physics
+1703.05291 Learning
+1703.05292
+1703.05293 Astrophysics of Galaxies
+1703.05294 High Energy Astrophysical Phenomena
+1703.05296 Quantum Algebra
+1703.05297 Cosmology and Nongalactic Astrophysics
+math/0501058 Differential Geometry
+0902.2985 Dynamical Systems
+1104.3912 Dynamical Systems
+1107.3601 Dynamical Systems
+1108.5779 Dynamical Systems
+1109.6077 Operator Algebras
+1203.3845 Operator Algebras
+1204.3894 Theory
+1206.3409 Combinatorics
+1211.0964 Earth and Planetary Astrophysics
+1301.3398 Differential Geometry
+1301.6505 Differential Geometry
+1304.7546 Combinatorics
+1306.6733 K-Theory and Homology
+1307.0111 Operator Algebras
+1309.3267 Analysis of PDEs
+1310.7927 Earth and Planetary Astrophysics
+1311.7484 Symplectic Geometry
+1312.0730 Differential Geometry
+1312.4095 Logic
+1312.5156 Classical Analysis and ODEs
+1403.1555 Algebraic Geometry
+1403.4172 Rings and Algebras
+1404.1589 Rings and Algebras
+1404.1806 Quantum Algebra
+1405.5335 Theory
+1405.7230 Theory
+1406.0902 Dynamical Systems
+1406.3679 Combinatorics
+1406.7376 Earth and Planetary Astrophysics
+1407.6775 Rings and Algebras
+1408.0084 Algebraic Geometry
+1409.0501 Algebraic Topology
+1409.0848 Algebraic Topology
+1409.2932 Analysis of PDEs
+1409.4156 Commutative Algebra
+1409.8196 Social and Information Networks
+1410.0093 Operator Algebras
+1410.4946 Earth and Planetary Astrophysics
+1411.1034 Materials Science
+1411.3218 Operator Algebras
+1412.2960
+1412.3841 Graphics
+1412.6820 Differential Geometry
+1412.7477 Machine Learning
+1501.00972 Symplectic Geometry
+1501.01993
+1501.03032 Graphics
+1501.03419 Dynamical Systems
+1501.05237 Social and Information Networks
+1502.05984 Classical Analysis and ODEs
+1502.07771 Operator Algebras
+1503.07821 Geometric Topology
+1504.01671 Analysis of PDEs
+1505.00118 Logic
+1505.02545 Geometric Topology
+1505.04224 Distributed, Parallel, and Cluster Computing
+1505.05754 Analysis of PDEs
+1505.06960 Analysis of PDEs
+1506.01311 Operator Algebras
+1506.01809 Number Theory
+1506.06277 Algebraic Geometry
+1506.07425 Classical Analysis and ODEs
+1506.07600 Analysis of PDEs
+1506.08038
+1506.08562 Strongly Correlated Electrons
+1507.07170 Methodology
+1508.02290 Statistical Mechanics
+1509.01153 Dynamical Systems
+1509.02069 Computation
+1509.03283 Complex Variables
+1509.05234 Algebraic Topology
+1509.07294
+1510.04682
+1511.00104 Cryptography and Security
+1511.01922 Optimization and Control
+1511.06454 Economics
+1512.05570 Operator Algebras
+1512.06505 Methodology
+1601.01428 Phenomenology
+1601.04020 Theory
+1601.05057 Strongly Correlated Electrons
+1601.06674 Number Theory
+1602.02429 Operator Algebras
+1602.02923 Optimization and Control
+1602.04467 Probability
+1602.04816 Phenomenology
+1602.06813 Number Theory
+1602.07491 Algebraic Geometry
+1603.03452 Subcellular Processes
+1603.04013 Dynamical Systems
+1603.05433 Graphics
+1603.06487 Strongly Correlated Electrons
+1603.08878 Information Theory
+1604.01061 Geometric Topology
+1604.03380 Statistical Mechanics
+1604.04751 Earth and Planetary Astrophysics
+1604.04861 Differential Geometry
+1604.05543 Logic in Computer Science
+1604.06049
+1604.07131
+1604.07200 Computational Complexity
+1604.08469 Number Theory
+1605.00438
+1605.01332 Algebraic Geometry
+1605.04746
+1605.04943 General Finance
+1605.04953 Representation Theory
+1605.05275 Materials Science
+1605.06672 Combinatorics
+1605.07319 Superconductivity
+1605.07575 Probability
+1605.08023 Distributed, Parallel, and Cluster Computing
+1605.08224 Complex Variables
+1605.08784 Astrophysics of Galaxies
+1605.09456 Statistics Theory
+1606.00310 Distributed, Parallel, and Cluster Computing
+1606.02923
+1606.03279 Materials Science
+1606.03470 Astrophysics of Galaxies
+1606.04716 High Energy Astrophysical Phenomena
+1606.06414 Analysis of PDEs
+1606.06698 Systems and Control
+1606.06707 Computer Science and Game Theory
+1606.06837 Differential Geometry
+1606.07359 Physics and Society
+1606.07743 Earth and Planetary Astrophysics
+1606.08266 Social and Information Networks
+1606.08345 Functional Analysis
+1606.09310 Other Condensed Matter
+1606.09518 Computer Vision and Pattern Recognition
+1607.00711 Information Theory
+1607.00752
+1607.00982
+1607.03392 Quantitative Methods
+1607.03522 Pricing of Securities
+1607.03879 Strongly Correlated Electrons
+1607.04358 Multiagent Systems
+1607.07029 Analysis of PDEs
+1607.07218
+1607.07571 Optics
+1607.07941 Atomic Physics
+1608.00776 Physics and Society
+1608.03356 Phenomenology
+1608.04207 Computation and Language
+1608.04671 Cryptography and Security
+1608.05130 Mesoscale and Nanoscale Physics
+1608.06145
+1608.06650
+1608.06921 Dynamical Systems
+1608.07569
+1608.08324 Computational Geometry
+1608.08601 Phenomenology
+1608.08953 Human-Computer Interaction
+1609.00028 Mesoscale and Nanoscale Physics
+1609.00206 Combinatorics
+1609.01298 Astrophysics of Galaxies
+1609.01734 Earth and Planetary Astrophysics
+1609.03561 Phenomenology
+1609.03966 Quantum Gases
+1609.04378 Plasma Physics
+1609.06368 Systems and Control
+1609.06744 Statistics Theory
+1609.06769 Fluid Dynamics
+1609.07844 Computation
+1609.08671 High Energy Astrophysical Phenomena
+1609.09085 Cosmology and Nongalactic Astrophysics
+1609.09197 Cosmology and Nongalactic Astrophysics
+1610.00173 Cosmology and Nongalactic Astrophysics
+1610.02580 Cosmology and Nongalactic Astrophysics
+1610.02867 Chaotic Dynamics
+1610.03061 High Energy Astrophysical Phenomena
+1610.03312 Strongly Correlated Electrons
+1610.04314
+1610.04336 Machine Learning
+1610.05571 Mesoscale and Nanoscale Physics
+1610.05620 Combinatorics
+1610.05691 Disordered Systems and Neural Networks
+1610.06161 Group Theory
+1610.07339 Distributed, Parallel, and Cluster Computing
+1610.07629 Computer Vision and Pattern Recognition
+1610.07886 Probability
+1610.08547 Differential Geometry
+1610.08580 Methodology
+1610.08935 Chemical Physics
+1610.09108 Applications
+1610.09402 Chemical Physics
+1610.09566 Chemical Physics
+1611.00907 Computational Physics
+1611.01342 Strongly Correlated Electrons
+1611.01613 Differential Geometry
+1611.02324 Theory
+1611.03276 Materials Science
+1611.04579 Astrophysics of Galaxies
+1611.04800 Populations and Evolution
+1611.07049 Astrophysics of Galaxies
+1611.07278 Theory
+1611.07430 Representation Theory
+1611.07688 Computer Vision and Pattern Recognition
+1611.08175 Information Theory
+1611.08298 Strongly Correlated Electrons
+1611.09093 Soft Condensed Matter
+1611.09234 Representation Theory
+1611.09740 Optics
+1612.00272 Networking and Internet Architecture
+1612.00601 Combinatorics
+1612.01623 Analysis of PDEs
+1612.02108 Subcellular Processes
+1612.02291
+1612.03179 Astrophysics of Galaxies
+1612.03768 Number Theory
+1612.03952 Optics
+1612.05182 Representation Theory
+1612.06055 Probability
+1612.06959
+1612.07221 Mesoscale and Nanoscale Physics
+1612.07468 Quantitative Methods
+1701.00269 Combinatorics
+1701.00419 Combinatorics
+1701.01460 Analysis of PDEs
+1701.01541 Theory
+1701.01845 Quantum Gases
+1701.02403 Mesoscale and Nanoscale Physics
+1701.02854 Computation and Language
+1701.03426 Phenomenology
+1701.03899 Differential Geometry
+1701.04248 Soft Condensed Matter
+1701.04796 Probability
+1701.04853 Soft Condensed Matter
+1701.05158 Instrumentation and Methods for Astrophysics
+1701.05495 Theory
+1701.05635 Probability
+1701.05666 Methodology
+1701.05843 Differential Geometry
+1701.06188 Information Theory
+1701.06766 Probability
+1701.06938 Mesoscale and Nanoscale Physics
+1701.06982 Differential Geometry
+1701.07201 Superconductivity
+1701.07422 Learning
+1701.07528 Number Theory
+1701.07544 Robotics
+1701.07764 Numerical Analysis
+1701.07787 Populations and Evolution
+1701.08601 Dynamical Systems
+1701.08944 Materials Science
+1701.08957 High Energy Astrophysical Phenomena
+1701.09065 Probability
+1701.09086 Differential Geometry
+1701.09158 Theory
+1702.00120 Algebraic Geometry
+1702.00589 Theory
+1702.01117 Materials Science
+1702.01181 Computers and Society
+1702.01231 Classical Analysis and ODEs
+1702.01446 Data Structures and Algorithms
+1702.01460 Learning
+1702.01483 Instrumentation and Detectors
+1702.01484 Instrumentation and Detectors
+1702.01557
+1702.01645 Plasma Physics
+1702.01655 Programming Languages
+1702.01685 Algebraic Topology
+1702.01727 Phenomenology
+1702.01895 Materials Science
+1702.01903 Optimization and Control
+1702.01904 Materials Science
+1702.01915 Number Theory
+1702.02019 General Physics
+1702.02068 Soft Condensed Matter
+1702.02224 Group Theory
+1702.02363 Computation and Language
+1702.02419 Analysis of PDEs
+1702.02498 Instrumentation and Detectors
+1702.02517 Dynamical Systems
+1702.02552
+1702.02563 Quantitative Methods
+1702.02564 High Energy Astrophysical Phenomena
+1702.02565 Chemical Physics
+1702.02566 Cryptography and Security
+1702.02567 High Energy Astrophysical Phenomena
+1702.02569 Number Theory
+1702.02570 Solar and Stellar Astrophysics
+1702.02572 Theory
+1702.02573 Astrophysics of Galaxies
+1702.02576 Theory
+1702.02578 Mesoscale and Nanoscale Physics
+1702.02579 Mesoscale and Nanoscale Physics
+1702.02581
+1702.02582 Dynamical Systems
+1702.02583
+1702.02584 Computation and Language
+1702.02585 High Energy Astrophysical Phenomena
+1702.02586 High Energy Astrophysical Phenomena
+1702.02587 Astrophysics of Galaxies
+1702.02588 Operating Systems
+1702.02589 Logic
+1702.02590 Methodology
+1702.02591
+1702.02592 Classical Analysis and ODEs
+1702.02593 Instrumentation and Methods for Astrophysics
+1702.02594 Numerical Analysis
+1702.02595 Group Theory
+1702.02596 Dynamical Systems
+1702.02597 Multiagent Systems
+1702.02600 Cosmology and Nongalactic Astrophysics
+1702.02601 Cosmology and Nongalactic Astrophysics
+1702.02602 Category Theory
+1702.02603 Numerical Analysis
+1702.02605 Numerical Analysis
+1702.02606 Mesoscale and Nanoscale Physics
+1702.02608 Differential Geometry
+1702.02609 Astrophysics of Galaxies
+1702.02610 Analysis of PDEs
+1702.02611 Logic
+1702.02613 Astrophysics of Galaxies
+1702.02614 Geometric Topology
+1702.02616 Group Theory
+1702.02619 Strongly Correlated Electrons
+1702.02621 Combinatorics
+1702.02622 Probability
+1702.02623 History and Overview
+1702.02624 Optimization and Control
+1702.02626 Differential Geometry
+1702.02627 Quantum Algebra
+1702.02630 Logic
+1702.02632 Pattern Formation and Solitons
+1702.02633 Geophysics
+1702.02634 Information Theory
+1702.02635 Algebraic Geometry
+1702.02636
+1702.02637 Combinatorics
+1702.02638 Statistical Mechanics
+1702.02639 Combinatorics
+1702.02640 Computation and Language
+1702.02643 Statistics Theory
+1702.02644 Social and Information Networks
+1702.02645 Soft Condensed Matter
+1702.02648 Combinatorics
+1702.02649 Algebraic Geometry
+1702.02650 Spectral Theory
+1702.02652 Differential Geometry
+1702.02653 Software Engineering
+1702.02654 Soft Condensed Matter
+1702.02655 Learning
+1702.02656 Earth and Planetary Astrophysics
+1702.02657 Functional Analysis
+1702.02658 Methodology
+1702.02659
+1702.02660 Strongly Correlated Electrons
+1702.02661 Learning
+1702.02664 Statistical Mechanics
+1702.02665
+1702.02666 Statistical Mechanics
+1702.02667 Differential Geometry
+1702.02668 Logic
+1702.02669 Number Theory
+1702.02671 Information Theory
+1702.02672 Superconductivity
+1702.02673 Information Theory
+1702.02675 Statistical Mechanics
+1702.02676 Neural and Evolutionary Computing
+1702.02677 Superconductivity
+1702.02679 Materials Science
+1702.02680 Computer Vision and Pattern Recognition
+1702.02681 Category Theory
+1702.02682 Analysis of PDEs
+1702.02683 Pattern Formation and Solitons
+1702.02684 Quantitative Methods
+1702.02685 Information Theory
+1702.02686 Machine Learning
+1702.02687 Number Theory
+1702.02688 Experiment
+1702.02689 Functional Analysis
+1702.02690 Information Theory
+1702.02693 Computational Complexity
+1702.02694
+1702.02695 Information Theory
+1702.02696 Plasma Physics
+1702.02699 Phenomenology
+1702.02700 Social and Information Networks
+1702.02701 Numerical Analysis
+1702.02703 Biological Physics
+1702.02704 Combinatorics
+1702.02705 Programming Languages
+1702.02708 Methodology
+1702.02709 Computer Vision and Pattern Recognition
+1702.02710 Algebraic Topology
+1702.02713
+1702.02714 Chemical Physics
+1702.02716 Information Theory
+1702.02718 Dynamical Systems
+1702.02719 Computer Vision and Pattern Recognition
+1702.02720 Statistical Mechanics
+1702.02721 Cryptography and Security
+1702.02722 Computer Science and Game Theory
+1702.02723 Combinatorics
+1702.02724 Strongly Correlated Electrons
+1702.02727
+1702.02729 Numerical Analysis
+1702.02731 Geometric Topology
+1702.02732 Astrophysics of Galaxies
+1702.02733 Numerical Analysis
+1702.02734 Materials Science
+1702.02735 Robotics
+1702.02736 Computation and Language
+1702.02737 Information Retrieval
+1702.02738 Computer Vision and Pattern Recognition
+1702.02739 Algebraic Geometry
+1702.02740 Mesoscale and Nanoscale Physics
+1702.02741 Computer Vision and Pattern Recognition
+1702.02742 Strongly Correlated Electrons
+1702.02743 Medical Physics
+1702.02744 Computer Vision and Pattern Recognition
+1702.02745 Fluid Dynamics
+1702.02747 Biological Physics
+1702.02749 Mesoscale and Nanoscale Physics
+1702.02750 Optimization and Control
+1702.02751 Materials Science
+1702.02752 Fluid Dynamics
+1702.02753
+1702.02754 Probability
+1702.02755 Theory
+1702.02756 Analysis of PDEs
+1702.02757 Mesoscale and Nanoscale Physics
+1702.02758 Soft Condensed Matter
+1702.02759 Mesoscale and Nanoscale Physics
+1702.02760
+1702.02761 Differential Geometry
+1702.02762 Probability
+1702.02763 Economics
+1702.02764 Chaotic Dynamics
+1702.02765 Superconductivity
+1702.02767 Probability
+1702.02768 Phenomenology
+1702.02770 Dynamical Systems
+1702.02771 Instrumentation and Detectors
+1702.02772 Quantum Gases
+1702.02773 Phenomenology
+1702.02775 Networking and Internet Architecture
+1702.02776 Numerical Analysis
+1702.02777 Statistical Finance
+1702.02778 Atomic Physics
+1702.02779 Computer Vision and Pattern Recognition
+1702.02780 Numerical Analysis
+1702.02781
+1702.02783 Instrumentation and Detectors
+1702.02785 Systems and Control
+1702.02787
+1702.02788 Group Theory
+1702.02789 Instrumentation and Detectors
+1702.02790 Probability
+1702.02793 Combinatorics
+1702.02794 Methodology
+1702.02795
+1702.02798 Computers and Society
+1702.02799 Databases
+1702.02800
+1702.02802 Atomic Physics
+1702.02803 Analysis of PDEs
+1702.02804 Mesoscale and Nanoscale Physics
+1702.02805 Computer Vision and Pattern Recognition
+1702.02806 Theory
+1702.02808 Social and Information Networks
+1702.02809 Databases
+1702.02810 Analysis of PDEs
+1702.02811 Superconductivity
+1702.02812 Strongly Correlated Electrons
+1702.02813 Instrumentation and Detectors
+1702.02814 Analysis of PDEs
+1702.02815 Probability
+1702.02816 Cryptography and Security
+1702.02818 Strongly Correlated Electrons
+1702.02819 Mesoscale and Nanoscale Physics
+1702.02820 Mesoscale and Nanoscale Physics
+1702.02821 Disordered Systems and Neural Networks
+1702.02822 Formal Languages and Automata Theory
+1702.02823 Networking and Internet Architecture
+1702.02824
+1702.02825 Solar and Stellar Astrophysics
+1702.02827 Methodology
+1702.02828 Machine Learning
+1702.02829 Mesoscale and Nanoscale Physics
+1702.02830 Phenomenology
+1702.02832 Fluid Dynamics
+1702.02834 Fluid Dynamics
+1702.02835 Instrumentation and Methods for Astrophysics
+1702.02836 Materials Science
+1702.02837 Geometric Topology
+1702.02838 Computational Geometry
+1702.02839 Probability
+1702.02840 Exactly Solvable and Integrable Systems
+1702.02841 Group Theory
+1702.02844 Solar and Stellar Astrophysics
+1702.02846 Mesoscale and Nanoscale Physics
+1702.02847 Logic
+1702.02848 Distributed, Parallel, and Cluster Computing
+1702.02849 Learning
+1702.02851 Soft Condensed Matter
+1702.02853 Networking and Internet Architecture
+1702.02854 Dynamical Systems
+1702.02855
+1702.02856 Materials Science
+1702.02858
+1702.02859 Experiment
+1702.02861 Theory
+1702.02864 Strongly Correlated Electrons
+1702.02865 Soft Condensed Matter
+1702.02866 Analysis of PDEs
+1702.02868 Earth and Planetary Astrophysics
+1702.02869 General Physics
+1702.02871 Group Theory
+1702.02872 Phenomenology
+1702.02873 Neurons and Cognition
+1702.02874 Computers and Society
+1702.02875 Phenomenology
+1702.02876 Populations and Evolution
+1702.02877 Phenomenology
+1702.02878 Graphics
+1702.02879 Populations and Evolution
+1702.02880 Numerical Analysis
+1702.02881 Earth and Planetary Astrophysics
+1702.02883 Earth and Planetary Astrophysics
+1702.02884 Dynamical Systems
+1702.02885 Computational Complexity
+1702.02886 Computational Physics
+1702.02887
+1702.02888 Combinatorics
+1702.02889 Dynamical Systems
+1702.02890 Logic in Computer Science
+1702.02891 Information Theory
+1702.02892 Optics
+1702.02893 Astrophysics of Galaxies
+1702.02894
+1702.02895 Optimization and Control
+1702.02896 Statistics Theory
+1702.02897 Learning
+1702.02898
+1702.02899 Group Theory
+1702.02900 Solar and Stellar Astrophysics
+1702.02901 Learning
+1702.02902 Quantum Algebra
+1702.02903 Distributed, Parallel, and Cluster Computing
+1702.02904 Solar and Stellar Astrophysics
+1702.02905 High Energy Astrophysical Phenomena
+1702.02906 Learning
+1702.02908 Number Theory
+1702.02909 Numerical Analysis
+1702.02910 Solar and Stellar Astrophysics
+1702.02911 Exactly Solvable and Integrable Systems
+1702.02912 Numerical Analysis
+1702.02914 Learning
+1702.02915 Computer Science and Game Theory
+1702.02918 Rings and Algebras
+1702.02920 Dynamical Systems
+1702.02921
+1702.02922 High Energy Astrophysical Phenomena
+1702.02923 Cosmology and Nongalactic Astrophysics
+1702.02925 Computer Vision and Pattern Recognition
+1702.02926 Formal Languages and Automata Theory
+1702.02927
+1702.02928 Algebraic Topology
+1702.02929 Lattice
+1702.02930 Statistical Mechanics
+1702.02931 Numerical Analysis
+1702.02932 Solar and Stellar Astrophysics
+1702.02933 Quantum Gases
+1702.02935 Quantum Gases
+1702.02936 Combinatorics
+1702.02937 Data Structures and Algorithms
+1702.02939 Biological Physics
+1702.02940 Plasma Physics
+1702.02941
+math/0311451 Dynamical Systems
+math/0511298 Dynamical Systems
+math/0608545 Dynamical Systems
+0708.2668 Metric Geometry
+0910.5742 Soft Condensed Matter
+0910.5748 Soft Condensed Matter
+1002.3583 Functional Analysis
+1002.3721 Classical Analysis and ODEs
+1104.1201 History and Overview
+1111.6350 Theory
+1207.6687 K-Theory and Homology
+1210.4606 Differential Geometry
+1211.3798 Soft Condensed Matter
+1301.3961 Metric Geometry
+1306.0847 Differential Geometry
+1307.8227 Quantum Algebra
+1308.0266 Combinatorics
+1308.0544 Computer Science and Game Theory
+1308.0856 Algebraic Topology
+1310.0938 History and Philosophy of Physics
+1311.2128
+1311.5882 Mesoscale and Nanoscale Physics
+1401.6192
+1404.4132 Numerical Analysis
+1405.1501 Optimization and Control
+1407.0430 Optimization and Control
+1407.4981 Computation
+1408.0121
+1409.7118 Metric Geometry
+1410.1320 Mesoscale and Nanoscale Physics
+1410.5865
+1411.7473
+1412.8138 Combinatorics
+1501.03412
+1502.01183 Combinatorics
+1502.05238 Economics
+1502.05480 Optimization and Control
+1502.06521 Logic
+1504.06689 Algebraic Geometry
+1504.08197 Analysis of PDEs
+1506.06826 Dynamical Systems
+1506.08592 Discrete Mathematics
+1507.03207 Analysis of PDEs
+1507.07055 Statistics Theory
+1507.07699 Probability
+1508.00201 High Energy Astrophysical Phenomena
+1508.05631 Optimization and Control
+1508.05998 Mesoscale and Nanoscale Physics
+1508.06904 Learning
+1509.01718 Algebraic Geometry
+1509.03118 Distributed, Parallel, and Cluster Computing
+1509.05521 Numerical Analysis
+1510.00621
+1510.01362 Number Theory
+1510.02749 Digital Libraries
+1510.03482 Computational Complexity
+1510.03650 Information Theory
+1510.04103 Algebraic Geometry
+1510.04623 High Energy Astrophysical Phenomena
+1510.06717 Phenomenology
+1510.09154
+1511.05762 Superconductivity
+1511.06139 Statistical Mechanics
+1511.08191 Classical Analysis and ODEs
+1512.02499 Combinatorics
+1512.06589
+1512.06769 Analysis of PDEs
+1512.07401
+1601.01632 Materials Science
+1601.02521 Algebraic Topology
+1601.06461 Soft Condensed Matter
+1601.07460 Learning
+1602.01283 Probability
+1602.01764 Data Structures and Algorithms
+1602.04860 Logic in Computer Science
+1602.06073
+1602.08299 Neurons and Cognition
+1603.04083 Complex Variables
+1603.04300 Probability
+1603.05363 Cosmology and Nongalactic Astrophysics
+1603.07221 Numerical Analysis
+1603.07567 Robotics
+1604.00539 Statistics Theory
+1604.00816 Instrumentation and Detectors
+1604.01650 Differential Geometry
+1604.02875 Rings and Algebras
+1604.04453
+1604.05477 Statistical Mechanics
+1604.05731
+1604.05858 Astrophysics of Galaxies
+1604.07857 Strongly Correlated Electrons
+1605.01240 Geometric Topology
+1605.01281 High Energy Astrophysical Phenomena
+1605.01348 Information Theory
+1605.01756
+1605.02907 Group Theory
+1605.03987 Cell Behavior
+1605.04480 Number Theory
+1605.05000
+1605.06432 Machine Learning
+1605.06699
+1605.06944 Rings and Algebras
+1605.07826 Computation
+1605.09139 Combinatorics
+1606.01984 Machine Learning
+1606.02393 Computer Vision and Pattern Recognition
+1606.03994 Group Theory
+1606.04052 Computation and Language
+1606.04061
+1606.04809 Optimization and Control
+1606.05550 Emerging Technologies
+1607.01151 Optimization and Control
+1607.02083 Theory
+1607.02221 Cosmology and Nongalactic Astrophysics
+1607.03597 Computer Vision and Pattern Recognition
+1607.03993 Mesoscale and Nanoscale Physics
+1607.04433 Computer Vision and Pattern Recognition
+1607.04871 Combinatorics
+1607.06777 Phenomenology
+1607.07086 Learning
+1607.07546 Representation Theory
+1607.07558 Robotics
+1607.08348
+1608.01794
+1608.02190 Accelerator Physics
+1608.02544 Quantum Gases
+1608.02894 Quantum Gases
+1608.03566 Fluid Dynamics
+1608.03942 Soft Condensed Matter
+1608.04927 Strongly Correlated Electrons
+1608.05012 Methodology
+1608.06261 High Energy Astrophysical Phenomena
+1608.08025
+1608.08049 Computer Vision and Pattern Recognition
+1608.08128 Computer Vision and Pattern Recognition
+1608.08139 Information Retrieval
+1609.00576 Metric Geometry
+1609.01518 Materials Science
+1609.02187 Statistical Mechanics
+1609.02516 Optics
+1609.02892 Classical Analysis and ODEs
+1609.03302 Computer Vision and Pattern Recognition
+1609.03866
+1609.04084 Probability
+1609.04430 Theory
+1609.04812
+1609.04888 Robotics
+1609.05134
+1609.05680 Spectral Theory
+1609.05692 Quantitative Methods
+1609.06094
+1609.06201 Numerical Analysis
+1609.06230 Phenomenology
+1609.06248 Optimization and Control
+1609.07248 Metric Geometry
+1610.00892 Geophysics
+1610.00921 Classical Analysis and ODEs
+1610.01523
+1610.02025 Phenomenology
+1610.03432 Materials Science
+1610.03627 Neurons and Cognition
+1610.04040 Optics
+1610.04369
+1610.04658 Machine Learning
+1610.04857 Experiment
+1610.05755 Machine Learning
+1610.05792 Learning
+1610.05860 Representation Theory
+1610.07044 Experiment
+1610.07148
+1610.08549 Phenomenology
+1610.09143
+1610.09218 Experiment
+1610.09749 Mesoscale and Nanoscale Physics
+1611.00496 Dynamical Systems
+1611.00512 High Energy Astrophysical Phenomena
+1611.01600 Neural and Evolutionary Computing
+1611.01673 Learning
+1611.01704 Computer Vision and Pattern Recognition
+1611.02102 Computer Vision and Pattern Recognition
+1611.02104 Disordered Systems and Neural Networks
+1611.02330
+1611.02456 Optimization and Control
+1611.02568 Learning
+1611.02790 Cosmology and Nongalactic Astrophysics
+1611.02924
+1611.03084 Astrophysics of Galaxies
+1611.03131 Learning
+1611.03378 Mesoscale and Nanoscale Physics
+1611.03427 Machine Learning
+1611.04112
+1611.04222 Optics
+1611.04269 Soft Condensed Matter
+1611.05523
+1611.05657 Optics
+1611.05865 Instrumentation and Detectors
+1611.05985 Information Theory
+1611.06188 Machine Learning
+1611.06759 Data Analysis, Statistics and Probability
+1611.06792 Information Retrieval
+1611.06860 Materials Science
+1611.07965 Combinatorics
+1611.08325 Theory
+1611.08429 Functional Analysis
+1611.09020 Computation and Language
+1611.09297 Operator Algebras
+1611.09312 Computer Vision and Pattern Recognition
+1611.09913 Machine Learning
+1612.00150 Optimization and Control
+1612.00348 Theory
+1612.00614 Strongly Correlated Electrons
+1612.00763 Statistical Mechanics
+1612.00782
+1612.00846 Strongly Correlated Electrons
+1612.02176 Mesoscale and Nanoscale Physics
+1612.02178 Combinatorics
+1612.02379 Mesoscale and Nanoscale Physics
+1612.02647 Formal Languages and Automata Theory
+1612.02917 High Energy Astrophysical Phenomena
+1612.03019 Computer Vision and Pattern Recognition
+1612.03537 Phenomenology
+1612.03948 Learning
+1612.04329 Phenomenology
+1612.04879 Number Theory
+1612.05263
+1612.06849
+1612.08512 Differential Geometry
+1612.09286 Medical Physics
+1701.00290 Differential Geometry
+1701.00291 Optics
+1701.02459 Group Theory
+1701.02589 Dynamical Systems
+1701.02752 High Energy Astrophysical Phenomena
+1701.02903 Formal Languages and Automata Theory
+1701.03395 Analysis of PDEs
+1701.03404 Physics and Society
+1701.03500 Artificial Intelligence
+1701.03624 Symplectic Geometry
+1701.03976 Adaptation and Self-Organizing Systems
+1701.04759 Mesoscale and Nanoscale Physics
+1701.05470 Soft Condensed Matter
+1701.05914 Statistical Mechanics
+1701.05960 Materials Science
+1701.06177
+1701.06334
+1701.06795 Instrumentation and Methods for Astrophysics
+1701.07058 Computer Science and Game Theory
+1701.07084 Functional Analysis
+1701.08142 Methodology
+1701.08223 Chemical Physics
+1701.08307 Instrumentation and Methods for Astrophysics
+1701.08526 Information Theory
+1702.00071 Learning
+1702.00185 Phenomenology
+1702.01008 Analysis of PDEs
+1702.01347 Numerical Analysis
+1702.02152 Phenomenology
+1702.02523 Analysis of PDEs
+1702.02797 Probability
+1702.02870 Dynamical Systems
+1702.03065 Networking and Internet Architecture
+1702.04226 Systems and Control
+1702.04247 Theory
+1702.04426 Disordered Systems and Neural Networks
+1702.05059 Phenomenology
+1702.05141 Combinatorics
+1702.05157 Networking and Internet Architecture
+1702.05353 Rings and Algebras
+1702.05395 Optics
+1702.05494 Solar and Stellar Astrophysics
+1702.05889
+1702.05996 Dynamical Systems
+1702.06007 High Energy Astrophysical Phenomena
+1702.06012 Lattice
+1702.06128 Theory
+1702.06470 Soft Condensed Matter
+1702.06561 Chaotic Dynamics
+1702.06579 Representation Theory
+1702.07063 Theory
+1702.07081 Distributed, Parallel, and Cluster Computing
+1702.07377 Astrophysics of Galaxies
+1702.07491 Emerging Technologies
+1702.07576
+1702.07646 Experiment
+1702.07800 Learning
+1702.07850
+1702.07853 Analysis of PDEs
+1702.08461 Earth and Planetary Astrophysics
+1702.08608 Machine Learning
+1702.08637 Numerical Analysis
+1702.08682 Biological Physics
+1703.00034 Information Retrieval
+1703.00055 Programming Languages
+1703.00103 Group Theory
+1703.00123 Networking and Internet Architecture
+1703.00189 Phenomenology
+1703.00203 Physics and Society
+1703.00204 Dynamical Systems
+1703.00357 Populations and Evolution
+1703.00393 High Energy Astrophysical Phenomena
+1703.00394 High Energy Astrophysical Phenomena
+1703.00402 Phenomenology
+1703.00435
+1703.00445 Other Quantitative Biology
+1703.00483 Materials Science
+1703.00504 Earth and Planetary Astrophysics
+1703.00530 Mesoscale and Nanoscale Physics
+1703.00535 Machine Learning
+1703.00541 Networking and Internet Architecture
+1703.00570
+1703.00573 Learning
+1703.00589
+1703.00623
+1703.00654 Applications
+1703.00660 Information Theory
+1703.00725 Quantum Algebra
+1703.00778 Symplectic Geometry
+1703.00781 Probability
+1703.00860 Phenomenology
+1703.00866
+1703.00904 Earth and Planetary Astrophysics
+1703.00906
+1703.00907 Representation Theory
+1703.00909 Theory
+1703.00910 Phenomenology
+1703.00911 Strongly Correlated Electrons
+1703.00913 High Energy Astrophysical Phenomena
+1703.00914 Phenomenology
+1703.00915 Theory
+1703.00916 Astrophysics of Galaxies
+1703.00917 Cosmology and Nongalactic Astrophysics
+1703.00918 Probability
+1703.00919 Multimedia
+1703.00920 Cosmology and Nongalactic Astrophysics
+1703.00921 Materials Science
+1703.00922 Theory
+1703.00923 Pricing of Securities
+1703.00924 Distributed, Parallel, and Cluster Computing
+1703.00925 Statistical Mechanics
+1703.00926 Solar and Stellar Astrophysics
+1703.00927 Computer Science and Game Theory
+1703.00928 Earth and Planetary Astrophysics
+1703.00929 Numerical Analysis
+1703.00930 Differential Geometry
+1703.00934 Solar and Stellar Astrophysics
+1703.00935 Algebraic Topology
+1703.00936 Theory
+1703.00937 Fluid Dynamics
+1703.00938 Information Theory
+1703.00939 Materials Science
+1703.00940 Populations and Evolution
+1703.00941 Computational Complexity
+1703.00942
+1703.00944 History and Overview
+1703.00945 Combinatorics
+1703.00946 Analysis of PDEs
+1703.00947 Probability
+1703.00948 Information Retrieval
+1703.00949 Instrumentation and Methods for Astrophysics
+1703.00950 Fluid Dynamics
+1703.00951 Information Theory
+1703.00954 Cosmology and Nongalactic Astrophysics
+1703.00955 Learning
+1703.00956 Learning
+1703.00957 Pricing of Securities
+1703.00958 Software Engineering
+1703.00959 Combinatorics
+1703.00960 Operator Algebras
+1703.00962 Instrumentation and Detectors
+1703.00963 Instrumentation and Detectors
+1703.00964 Instrumentation and Detectors
+1703.00965 High Energy Astrophysical Phenomena
+1703.00966
+1703.00968 Methodology
+1703.00969 Soft Condensed Matter
+1703.00973 Data Analysis, Statistics and Probability
+1703.00974 Complex Variables
+1703.00975 Theory
+1703.00977 Machine Learning
+1703.00978 Systems and Control
+1703.00979 Group Theory
+1703.00981 Neurons and Cognition
+1703.00982 Theory
+1703.00983 Databases
+1703.00984 Differential Geometry
+1703.00985 Numerical Analysis
+1703.00986 Learning
+1703.00988 Group Theory
+1703.00989 Learning
+1703.00990 Geometric Topology
+1703.00991 Theory
+1703.00992 Data Analysis, Statistics and Probability
+1703.00993 Computation and Language
+1703.00994 Machine Learning
+1703.00995 Materials Science
+1703.00997 Astrophysics of Galaxies
+1703.00998 Numerical Analysis
+1703.00999 Superconductivity
+1703.01001 Category Theory
+1703.01003 Differential Geometry
+1703.01004 Phenomenology
+1703.01005 Analysis of PDEs
+1703.01006 Learning
+1703.01011
+1703.01013 Theory
+1703.01014 Learning
+1703.01016 Materials Science
+1703.01017 Materials Science
+1703.01018 Strongly Correlated Electrons
+1703.01019 Materials Science
+1703.01020 Statistical Mechanics
+1703.01022 Analysis of PDEs
+1703.01024 Computation and Language
+1703.01025 Computer Vision and Pattern Recognition
+1703.01026 Artificial Intelligence
+1703.01027 Probability
+1703.01028 Computer Vision and Pattern Recognition
+1703.01029 Optimization and Control
+1703.01030 Learning
+1703.01031
+1703.01032
+1703.01033 Classical Analysis and ODEs
+1703.01034 Numerical Analysis
+1703.01035 Phenomenology
+1703.01036 Combinatorics
+1703.01037 Materials Science
+1703.01039 Cellular Automata and Lattice Gases
+1703.01040 Robotics
+1703.01041 Neural and Evolutionary Computing
+1703.01042 Systems and Control
+1703.01043 Atmospheric and Oceanic Physics
+1703.01044 Applications
+1703.01046 Systems and Control
+1703.01047 Algebraic Topology
+1703.01048 Systems and Control
+1703.01049 Social and Information Networks
+1703.01050 Instrumentation and Detectors
+1703.01051 Applications
+1703.01052 Soft Condensed Matter
+1703.01053 Computer Vision and Pattern Recognition
+1703.01054 Social and Information Networks
+1703.01055 Numerical Analysis
+1703.01057 Geometric Topology
+1703.01058 Plasma Physics
+1703.01059
+1703.01060 Probability
+1703.01064 Classical Analysis and ODEs
+1703.01065 Networking and Internet Architecture
+1703.01066 Analysis of PDEs
+1703.01067
+1703.01068 Geometric Topology
+1703.01069 Exactly Solvable and Integrable Systems
+1703.01070 Differential Geometry
+1703.01071 Classical Analysis and ODEs
+1703.01072 Digital Libraries
+1703.01073 High Energy Astrophysical Phenomena
+1703.01074 Analysis of PDEs
+1703.01076
+1703.01077 History and Overview
+1703.01078 Software Engineering
+1703.01079 Fluid Dynamics
+1703.01080 Information Theory
+1703.01081 Strongly Correlated Electrons
+1703.01082 Instrumentation and Detectors
+1703.01083 Artificial Intelligence
+1703.01085 Representation Theory
+1703.01088 Fluid Dynamics
+1703.01089 General Mathematics
+1703.01090 Astrophysics of Galaxies
+1703.01091 Analysis of PDEs
+1703.01093 Information Retrieval
+1703.01095 Probability
+1703.01096 Atomic Physics
+1703.01097 Solar and Stellar Astrophysics
+1703.01098 Representation Theory
+1703.01099 Materials Science
+1703.01100 Representation Theory
+1703.01101 Machine Learning
+1703.01102 Methodology
+1703.01103
+1703.01105 Differential Geometry
+1703.01106 Machine Learning
+1703.01107 Systems and Control
+1703.01108 Geometric Topology
+1703.01109 Rings and Algebras
+1703.01110 Mesoscale and Nanoscale Physics
+1703.01111 Strongly Correlated Electrons
+1703.01112 Phenomenology
+1703.01114 Plasma Physics
+1703.01115 Mesoscale and Nanoscale Physics
+1703.01116 Instrumentation and Methods for Astrophysics
+1703.01117 Group Theory
+1703.01118 Optics
+1703.01119 Dynamical Systems
+1703.01120 Computer Vision and Pattern Recognition
+1703.01121 Computer Science and Game Theory
+1703.01122 Logic in Computer Science
+1703.01123 Theory
+1703.01124 Analysis of PDEs
+1703.01125 Chemical Physics
+1703.01126 Complex Variables
+1703.01128 Experiment
+1703.01129 Mesoscale and Nanoscale Physics
+1703.01130 Rings and Algebras
+1703.01131 Solar and Stellar Astrophysics
+1703.01132 Numerical Analysis
+1703.01133 Number Theory
+1703.01134 Differential Geometry
+1703.01135 Computer Vision and Pattern Recognition
+1703.01137 Risk Management
+1703.01138 Computer Science and Game Theory
+1703.01139 Optics
+1703.01140
+1703.01141 Learning
+1703.01143 Computational Complexity
+1703.01144 Materials Science
+1703.01145 Materials Science
+1703.01146 Mesoscale and Nanoscale Physics
+1703.01148 Databases
+1703.01149 Discrete Mathematics
+1703.01150 Commutative Algebra
+1703.01151 Astrophysics of Galaxies
+1703.01152 Metric Geometry
+1703.01153 Lattice
+1703.01154 Materials Science
+1703.01155 Strongly Correlated Electrons
+1703.01156 Theory
+1703.01157 Analysis of PDEs
+1703.01158
+1703.01159
+1703.01162 Materials Science
+1703.01163 Materials Science
+1703.01164 Robotics
+1703.01165 Disordered Systems and Neural Networks
+1703.01167 Emerging Technologies
+1703.01168 Information Theory
+1703.01169 Functional Analysis
+1703.01170 Computer Vision and Pattern Recognition
+1703.01171 Theory
+1703.01173 Materials Science
+1703.01175 Numerical Analysis
+1703.01176 Analysis of PDEs
+1703.01177 General Physics
+1703.01178 Materials Science
+1703.01179 General Physics
+1703.01180 Numerical Analysis
+1703.01181 Materials Science
+1703.01182 Astrophysics of Galaxies
+1703.01184 Cosmology and Nongalactic Astrophysics
+1703.01185 High Energy Astrophysical Phenomena
+1703.01186
+1703.01187 Physics and Society
+1703.01189 Dynamical Systems
+1703.01190 Information Theory
+1703.01191 Algebraic Geometry
+1703.01192 Programming Languages
+1703.01193 High Energy Astrophysical Phenomena
+1703.01195 Systems and Control
+1703.01196 Learning
+1703.01197 Quantum Gases
+1703.01198 Soft Condensed Matter
+1703.01199 Differential Geometry
+1703.01200 Computers and Society
+1703.01201 Astrophysics of Galaxies
+1703.01202 Computational Engineering, Finance, and Science
+1703.01204 Logic in Computer Science
+1703.01205 Plasma Physics
+1703.01206 Dynamical Systems
+1703.01207 Combinatorics
+1703.01208 Information Theory
+1703.01209 Materials Science
+1703.01210 Computer Vision and Pattern Recognition
+1703.01211 Soft Condensed Matter
+1703.01212 Logic in Computer Science
+1703.01213 Soft Condensed Matter
+1703.01214 Geophysics
+1703.01215 Number Theory
+1703.01216 Numerical Analysis
+1703.01218 Learning
+1703.01219 Superconductivity
+1703.01220 Computer Vision and Pattern Recognition
+1703.01221 Analysis of PDEs
+1703.01222 Biomolecules
+1703.01223 Soft Condensed Matter
+1703.01224 Networking and Internet Architecture
+1703.01225 Systems and Control
+1703.01226 Computer Vision and Pattern Recognition
+1703.01227 Theory
+1703.01228 Materials Science
+1703.01229 Computer Vision and Pattern Recognition
+1703.01230 Phenomenology
+1703.01231 Numerical Analysis
+1703.01234 Methodology
+1703.01235 Mesoscale and Nanoscale Physics
+1703.01236 Solar and Stellar Astrophysics
+1703.01237 Applications
+1703.01238 Plasma Physics
+1703.01239 Theory
+1703.01240 Statistical Mechanics
+1703.01241 Instrumentation and Methods for Astrophysics
+1703.01242 General Mathematics
+1703.01243 Computer Vision and Pattern Recognition
+1703.01244 General Mathematics
+1703.01245 Solar and Stellar Astrophysics
+1703.01246 Biomolecules
+1703.01248 Computer Vision and Pattern Recognition
+1703.01249 Strongly Correlated Electrons
+1703.01250 Robotics
+1703.01251 Solar and Stellar Astrophysics
+1703.01255 Phenomenology
+1703.01256 Information Theory
+1703.01257 Systems and Control
+1703.01258 Atomic Physics
+1703.01259 Optics
+1703.01260 Learning
+1703.01261 Information Theory
+1703.01262 Instrumentation and Detectors
+1703.01263 High Energy Astrophysical Phenomena
+1703.01264 Differential Geometry
+1703.01265
+1703.01266
+1703.01267 Information Theory
+1703.01268
+1703.01269 Theory
+1703.01270 Robotics
+1703.01271 Cosmology and Nongalactic Astrophysics
+1703.01272
+1703.01273 Computation
+1703.01275 Cosmology and Nongalactic Astrophysics
+1703.01276 Optics
+1703.01277
+1703.01278 Analysis of PDEs
+1703.01279 Information Theory
+1703.01280 Pattern Formation and Solitons
+1703.01281 Robotics
+1703.01282 Group Theory
+1703.01283 Analysis of PDEs
+1703.01284 Cryptography and Security
+1703.01286 Distributed, Parallel, and Cluster Computing
+1703.01287 Information Theory
+1703.01288 Programming Languages
+1703.01289 Computer Vision and Pattern Recognition
+1703.01290 Computer Vision and Pattern Recognition
+hep-th/0610217 Theory
+0806.3275 Soft Condensed Matter
+0807.1387 Differential Geometry
+0906.5268 Differential Geometry
+1010.6232 Chemical Physics
+1108.5327 Geometric Topology
+1201.5948 Exactly Solvable and Integrable Systems
+1203.0664 Soft Condensed Matter
+1203.1797 Fluid Dynamics
+1204.4195 Theory
+1204.6262 Soft Condensed Matter
+1205.6027 Combinatorics
+1205.6263 Statistical Mechanics
+1206.0016 Theory
+1208.1293
+1208.1882 Chemical Physics
+1208.2980 Phenomenology
+1208.6235
+1211.4801 Computation
+1212.6416
+1301.7613 Cosmology and Nongalactic Astrophysics
+1302.4740 Mesoscale and Nanoscale Physics
+1302.5368 Materials Science
+1302.5404 Mesoscale and Nanoscale Physics
+1304.0688
+1304.7989 Soft Condensed Matter
+1305.0086 Category Theory
+1305.0927
+1305.1382 Statistical Mechanics
+1305.4063 Cryptography and Security
+1306.2212 Materials Science
+1306.2983 Soft Condensed Matter
+1306.3392 Quantitative Methods
+1307.2035 Computer Science and Game Theory
+1307.4710 Soft Condensed Matter
+1307.5318
+1308.1154 Statistical Finance
+1309.2241 Theory
+1309.4287 Neurons and Cognition
+1310.3282 Geometric Topology
+1310.7501 Molecular Networks
+1311.1354 Machine Learning
+1311.5840
+1312.2127 Algebraic Topology
+1312.4429 Discrete Mathematics
+1312.6345 Chemical Physics
+1401.1359 Exactly Solvable and Integrable Systems
+1401.3103 General Finance
+1402.1172 Cosmology and Nongalactic Astrophysics
+1402.1939 Physics and Society
+1402.7255 Differential Geometry
+1403.1552 Populations and Evolution
+1403.2292 Populations and Evolution
+1403.3654 Neurons and Cognition
+1403.5727 Theory
+1404.7458 Formal Languages and Automata Theory
+1404.7798 Astrophysics of Galaxies
+1405.1635 Phenomenology
+1405.3718 Computation
+1405.6623 Populations and Evolution
+1406.0101 Superconductivity
+1406.0415 Fluid Dynamics
+1406.1548 Physics and Society
+1406.2615 Numerical Analysis
+1406.3526
+1406.4105 Genomics
+1407.0199 Digital Libraries
+1407.0550 Astrophysics of Galaxies
+1407.0667 Medical Physics
+1407.1646 Theory
+1407.3781 Materials Science
+1407.5255 Combinatorics
+1407.5429 General Finance
+1407.5442 Social and Information Networks
+1407.6074 Populations and Evolution
+1408.3802 Molecular Networks
+1409.0641 Theory
+1409.1456 Artificial Intelligence
+1409.1783 Tissues and Organs
+1409.2354 Combinatorics
+1409.2702 Computer Vision and Pattern Recognition
+1409.4870 Strongly Correlated Electrons
+1409.5060
+1409.6577 Experiment
+1409.7980 Algebraic Topology
+1409.8388 Optics
+1410.1226 Optics
+1410.6353 Medical Physics
+1410.7622 Cosmology and Nongalactic Astrophysics
+1411.0353 Geometric Topology
+1411.0721 Quantitative Methods
+1411.3590
+1411.4566 Disordered Systems and Neural Networks
+1411.4780 Mesoscale and Nanoscale Physics
+1411.5280 Astrophysics of Galaxies
+1411.5610 Functional Analysis
+1411.5877 Astrophysics of Galaxies
+1411.7550 Theory
+1412.0254 Geometric Topology
+1412.0737 Number Theory
+1412.2214 Analysis of PDEs
+1412.3050 Methodology
+1501.00170 Mesoscale and Nanoscale Physics
+1501.00225 Probability
+1501.00458
+1501.01745 Populations and Evolution
+1501.03308 Materials Science
+1501.05365 Geometric Topology
+1502.00251 Materials Science
+1502.00297 Mesoscale and Nanoscale Physics
+1502.04718 Phenomenology
+1502.05072 Cosmology and Nongalactic Astrophysics
+1502.05148 Functional Analysis
+1502.05442 Mathematical Finance
+1502.06048 Statistical Mechanics
+1502.07003 Combinatorics
+1502.07238 Physics and Society
+1503.01045 Fluid Dynamics
+1503.01721 Medical Physics
+1503.01722 Medical Physics
+1503.01997 Subcellular Processes
+1503.04134
+1503.04515
+1503.06704 Trading and Market Microstructure
+1503.08033 Neurons and Cognition
+1503.08526 Optimization and Control
+1504.00502 Physics and Society
+1504.05839
+1504.06611 Physics and Society
+1504.07358 Algebraic Topology
+1505.02396 Complex Variables
+1505.03477 Phenomenology
+1505.04806 Combinatorics
+1505.06033 Biological Physics
+1505.06739 High Energy Astrophysical Phenomena
+1505.06772 Probability
+1505.07372 Physics and Society
+1505.07437 Combinatorics
+1506.01074 Group Theory
+1506.01162 Geometric Topology
+1506.02109 Algebraic Geometry
+1506.04074
+1506.04375 Subcellular Processes
+1506.04422 Learning
+1506.04787 Robotics
+1506.05092
+1506.06590
+1506.07062 Computer Vision and Pattern Recognition
+1507.00691 Social and Information Networks
+1507.01460 Category Theory
+1507.02298 Theory
+1507.02406 Superconductivity
+1507.02949 Probability
+1507.03696 Soft Condensed Matter
+1507.03798 Complex Variables
+1507.05556
+1508.00542 Combinatorics
+1508.01048 Geometric Topology
+1508.04029 Combinatorics
+1508.04536 Algebraic Geometry
+1508.05310 Combinatorics
+1508.05754 Combinatorics
+1508.07163
+1509.00611 Cosmology and Nongalactic Astrophysics
+1509.01502 Physics and Society
+1509.03277 Geometric Topology
+1509.04065 Cellular Automata and Lattice Gases
+1509.07054 Physics and Society
+1509.07559 Geometric Topology
+1509.07593 Numerical Analysis
+1510.00642 Neurons and Cognition
+1510.01341 Algebraic Topology
+1510.01636
+1510.01692 Cosmology and Nongalactic Astrophysics
+1510.03329 Probability
+1510.03337 Differential Geometry
+1510.03386 Theory
+1510.03917 Combinatorics
+1510.04602
+1510.05434 Combinatorics
+1510.05650 Astrophysics of Galaxies
+1510.06051 Combinatorics
+1510.06854 Mesoscale and Nanoscale Physics
+1510.07150 Soft Condensed Matter
+1510.07312 Combinatorics
+1510.07927 Economics
+1510.08036 Combinatorics
+1510.08190 Combinatorics
+1510.08779 Computational Complexity
+1510.08859
+1511.00080 Combinatorics
+1511.00157 Formal Languages and Automata Theory
+1511.00192 Combinatorics
+1511.00473 Combinatorics
+1511.01076 Combinatorics
+1511.01830 Social and Information Networks
+1511.04001 Genomics
+1511.05456 Combinatorics
+1511.06217 Strongly Correlated Electrons
+1511.06568 Discrete Mathematics
+1511.07776 Mesoscale and Nanoscale Physics
+1511.08241 Group Theory
+1512.01590 Strongly Correlated Electrons
+1512.01602 Category Theory
+1512.02041 Strongly Correlated Electrons
+1512.02575 Materials Science
+1512.03236 Combinatorics
+1512.05618 Phenomenology
+1512.05637 Numerical Analysis
+1512.05638 Numerical Analysis
+1512.07072 Strongly Correlated Electrons
+1512.07307 Biological Physics
+1512.08085 Cell Behavior
+1512.09114 Physics and Society
+1601.00696 Phenomenology
+1601.00701 Neurons and Cognition
+1601.00716 Quantitative Methods
+1601.01416 Geometric Topology
+1601.01496 Number Theory
+1601.01767 Materials Science
+1601.01865 Algebraic Topology
+1601.01918 Theory
+1601.02523 Instrumentation and Detectors
+1601.02626 Neurons and Cognition
+1601.04133 Number Theory
+1601.04302 Applications
+1601.04685 Quantitative Methods
+1601.05374 Atomic and Molecular Clusters
+1601.06692 Dynamical Systems
+1601.06785 High Energy Astrophysical Phenomena
+1601.06925 Information Theory
+1601.07126 Biological Physics
+1601.07715 Statistical Mechanics
+1602.00034 Rings and Algebras
+1602.00731 Trading and Market Microstructure
+1602.01360 Strongly Correlated Electrons
+1602.01926 Optics
+1602.02170 Soft Condensed Matter
+1602.02662 Quantum Algebra
+1602.02941 Combinatorics
+1602.05135 Quantitative Methods
+1602.05983 Strongly Correlated Electrons
+1602.06170 Accelerator Physics
+1602.06657 Social and Information Networks
+1602.07082 Molecular Networks
+1602.07418
+1602.08316 Quantum Algebra
+1602.08742 Computation and Language
+1602.09044 Molecular Networks
+1603.00024 Phenomenology
+1603.00206 Number Theory
+1603.00459 Tissues and Organs
+1603.00527 Mathematical Finance
+1603.00933 Mesoscale and Nanoscale Physics
+1603.01310 Analysis of PDEs
+1603.01925 Computational Complexity
+1603.01994 Populations and Evolution
+1603.02140 Materials Science
+1603.03214
+1603.03257 Experiment
+1603.04005 Combinatorics
+1603.04155 Superconductivity
+1603.04368 Cosmology and Nongalactic Astrophysics
+1603.04773 Populations and Evolution
+1603.05198 Phenomenology
+1603.06090 Biomolecules
+1603.07087 Instrumentation and Methods for Astrophysics
+1603.07322 Performance
+1603.07389 Soft Condensed Matter
+1603.08127 Populations and Evolution
+1603.09547 Strongly Correlated Electrons
+1604.00042 Algebraic Geometry
+1604.00167 Molecular Networks
+1604.01277 Artificial Intelligence
+1604.02160 Combinatorics
+1604.02495 Optics
+1604.03619 Biological Physics
+1604.03836 Geometric Topology
+1604.04143 Analysis of PDEs
+1604.04360 Fluid Dynamics
+1604.04511 Strongly Correlated Electrons
+1604.04640 Networking and Internet Architecture
+1604.04913 Tissues and Organs
+1604.05832
+1604.07330 Cosmology and Nongalactic Astrophysics
+1604.07408 High Energy Astrophysical Phenomena
+1604.07940 Superconductivity
+1604.08613 Astrophysics of Galaxies
+1604.08875 Algebraic Geometry
+1605.00379 Astrophysics of Galaxies
+1605.00569 Phenomenology
+1605.00600
+1605.00608 Chemical Physics
+1605.01354 Trading and Market Microstructure
+1605.01493 Solar and Stellar Astrophysics
+1605.02143
+1605.02186 Cell Behavior
+1605.02273 Numerical Analysis
+1605.02632 Atomic Physics
+1605.02643 Probability
+1605.02959 Medical Physics
+1605.03371 Mesoscale and Nanoscale Physics
+1605.03385 Statistical Mechanics
+1605.03598 Astrophysics of Galaxies
+1605.03626 Biological Physics
+1605.04292 Databases
+1605.04707 Cosmology and Nongalactic Astrophysics
+1605.05371 Molecular Networks
+1605.05587 Molecular Networks
+1605.05726 Pattern Formation and Solitons
+1605.06023 Operator Algebras
+1605.06056
+1605.06477 Learning
+1605.06617
+1605.06641 Strongly Correlated Electrons
+1605.06742 Machine Learning
+1605.06771
+1605.07349 Statistical Mechanics
+1605.07902
+1605.07998 Materials Science
+1605.08048 Phenomenology
+1605.08414 Probability
+1605.08741 Phenomenology
+1605.08881 Computer Vision and Pattern Recognition
+1605.09379 Astrophysics of Galaxies
+1605.09422 Atomic Physics
+1605.09449 Soft Condensed Matter
+1605.09524 High Energy Astrophysical Phenomena
+1606.00367 Plasma Physics
+1606.00416 Medical Physics
+1606.00466 Space Physics
+1606.00698
+1606.01027 Analysis of PDEs
+1606.01270 Physics and Society
+1606.01539 Strongly Correlated Electrons
+1606.01909 Astrophysics of Galaxies
+1606.01959 Data Analysis, Statistics and Probability
+1606.02532
+1606.03117
+1606.03154 Exactly Solvable and Integrable Systems
+1606.03226 Theory
+1606.03708 Cosmology and Nongalactic Astrophysics
+1606.03987 Methodology
+1606.04360 Probability
+1606.04393 Computer Vision and Pattern Recognition
+1606.04439 Category Theory
+1606.05612 Solar and Stellar Astrophysics
+1606.05710 Optimization and Control
+1606.05913 Populations and Evolution
+1606.05968 Geometric Topology
+1606.06142 Physics and Society
+1606.06675 Materials Science
+1606.06734 Astrophysics of Galaxies
+1606.06971
+1606.07144
+1606.07174 Phenomenology
+1606.07325 Atmospheric and Oceanic Physics
+1606.08365 Networking and Internet Architecture
+1606.08763
+1606.08879 High Energy Astrophysical Phenomena
+1606.08885 Soft Condensed Matter
+1606.09382
+1606.09545 Neurons and Cognition
+1606.09563 Instrumentation and Detectors
+1607.00285 Soft Condensed Matter
+1607.00384 Astrophysics of Galaxies
+1607.00730 Computer Vision and Pattern Recognition
+1607.00775
+1607.00887
+1607.01129 Cosmology and Nongalactic Astrophysics
+1607.01201 Cell Behavior
+1607.01653 Materials Science
+1607.01965 Differential Geometry
+1607.02030 Theory
+1607.02413 Information Theory
+1607.02837
+1607.02903 High Energy Astrophysical Phenomena
+1607.03221 Quantum Gases
+1607.03486 Astrophysics of Galaxies
+1607.03957 Molecular Networks
+1607.04064 Genomics
+1607.04177
+1607.04528
+1607.04784 Solar and Stellar Astrophysics
+1607.04858 Chemical Physics
+1607.05030 Probability
+1607.05339 Geophysics
+1607.05409
+1607.05518 Fluid Dynamics
+1607.05741 Mesoscale and Nanoscale Physics
+1607.06093 High Energy Astrophysical Phenomena
+1607.06738 Lattice
+1607.07170 Numerical Analysis
+1607.07359 Tissues and Organs
+1607.07648 Chaotic Dynamics
+1607.07863 Cosmology and Nongalactic Astrophysics
+1607.08067 Computational Complexity
+1607.08072 Accelerator Physics
+1607.08370 Digital Libraries
+1607.08798 Adaptation and Self-Organizing Systems
+1607.08840 Neurons and Cognition
+1608.00446
+1608.00454 Phenomenology
+1608.01753 Genomics
+1608.01786 Physics and Society
+1608.01994 Phenomenology
+1608.02127 Soft Condensed Matter
+1608.02186 Plasma Physics
+1608.02189 Mesoscale and Nanoscale Physics
+1608.02214 Computation and Language
+1608.02283
+1608.02478 Probability
+1608.03213
+1608.03293 Cosmology and Nongalactic Astrophysics
+1608.03486 Materials Science
+1608.03940 Phenomenology
+1608.04389 Astrophysics of Galaxies
+1608.04745 Phenomenology
+1608.05184 High Energy Astrophysical Phenomena
+1608.05523 Mesoscale and Nanoscale Physics
+1608.05731 Solar and Stellar Astrophysics
+1608.05742 Robotics
+1608.05909 Quantum Gases
+1608.06108 Computers and Society
+1608.06463 Atomic and Molecular Clusters
+1608.07638 Phenomenology
+1608.07714 Instrumentation and Methods for Astrophysics
+1608.08125 Earth and Planetary Astrophysics
+1608.08793 Neurons and Cognition
+1608.08906 Phenomenology
+1609.00359
+1609.00372 Mesoscale and Nanoscale Physics
+1609.00423 Instrumentation and Methods for Astrophysics
+1609.00465 Superconductivity
+1609.00636
+1609.00659 Atomic Physics
+1609.00713
+1609.00841 Mesoscale and Nanoscale Physics
+1609.00874 Soft Condensed Matter
+1609.00977 Biological Physics
+1609.01061 Rings and Algebras
+1609.01153
+1609.01257 Distributed, Parallel, and Cluster Computing
+1609.01532 High Energy Astrophysical Phenomena
+1609.01558
+1609.01685
+1609.01726 Mesoscale and Nanoscale Physics
+1609.01791 Optics
+1609.01894 Mesoscale and Nanoscale Physics
+1609.02087 Computer Vision and Pattern Recognition
+1609.02432
+1609.02658
+1609.02899 Phenomenology
+1609.02910
+1609.03071 Instrumentation and Detectors
+1609.03080
+1609.03309 Phenomenology
+1609.03357 Computation and Language
+1609.03580 Solar and Stellar Astrophysics
+1609.03584
+1609.03812 Strongly Correlated Electrons
+1609.03998 Statistical Mechanics
+1609.04164 Materials Science
+1609.04262 Algebraic Geometry
+1609.04317 Lattice
+1609.04483 Materials Science
+1609.04561 Analysis of PDEs
+1609.04562
+1609.04828 High Energy Astrophysical Phenomena
+1609.05756
+1609.05759 Superconductivity
+1609.06285
+1609.06338 Atmospheric and Oceanic Physics
+1609.06350
+1609.06391 Algebraic Geometry
+1609.06444 Phenomenology
+1609.07018
+1609.07649 Rings and Algebras
+1609.07873 Solar and Stellar Astrophysics
+1609.08051 Lattice
+1609.08134
+1609.08323 Solar and Stellar Astrophysics
+1609.08367 Logic in Computer Science
+1609.08455 Materials Science
+1609.08507 Theory
+1609.08530
+1609.08559
+1609.08619 Statistical Mechanics
+1609.08718 Earth and Planetary Astrophysics
+1609.08967 Cosmology and Nongalactic Astrophysics
+1609.09047
+1609.09254 Dynamical Systems
+1609.09386 Experiment
+1609.09522 Learning
+1609.09570 Materials Science
+1609.09704
+1609.09765 Phenomenology
+1609.09772 Atomic and Molecular Clusters
+1610.00168 Machine Learning
+1610.00169 Theory
+1610.00392 Theory
+1610.00482
+1610.00569 Physics and Society
+1610.00757
+1610.00904 High Energy Astrophysical Phenomena
+1610.01422 Lattice
+1610.01602 Astrophysics of Galaxies
+1610.01850 Numerical Analysis
+1610.02032 Mesoscale and Nanoscale Physics
+1610.02038 Theory
+1610.02123 Astrophysics of Galaxies
+1610.02220 Instrumentation and Methods for Astrophysics
+1610.02723 Plasma Physics
+1610.03027 Combinatorics
+1610.03035 Machine Learning
+1610.03077 Astrophysics of Galaxies
+1610.03673 High Energy Astrophysical Phenomena
+1610.03753 Strongly Correlated Electrons
+1610.03874 Mesoscale and Nanoscale Physics
+1610.03893 Earth and Planetary Astrophysics
+1610.04014 Earth and Planetary Astrophysics
+1610.04232 Astrophysics of Galaxies
+1610.04289 High Energy Astrophysical Phenomena
+1610.04391 Systems and Control
+1610.04813 Strongly Correlated Electrons
+1610.04986 Phenomenology
+1610.05104 Space Physics
+1610.05133 Experiment
+1610.05213
+1610.05506 Earth and Planetary Astrophysics
+1610.05702
+1610.05774 Medical Physics
+1610.06179 Phenomenology
+1610.06188 Phenomenology
+1610.06197 Phenomenology
+1610.06353 Soft Condensed Matter
+1610.06576 Astrophysics of Galaxies
+1610.06933 Cosmology and Nongalactic Astrophysics
+1610.07225 Theory
+1610.07239
+1610.07305 Chemical Physics
+1610.07360 Astrophysics of Galaxies
+1610.07617 Phenomenology
+1610.07626
+1610.07720 Phenomenology
+1610.07774 Biological Physics
+1610.07893
+1610.08042 Mesoscale and Nanoscale Physics
+1610.08097 Phenomenology
+1610.08103 Probability
+1610.08267 Earth and Planetary Astrophysics
+1610.08326
+1610.08377 Number Theory
+1610.08931 Disordered Systems and Neural Networks
+1610.09011 Networking and Internet Architecture
+1610.09303 Experiment
+1610.09341 Atomic Physics
+1610.09399 Strongly Correlated Electrons
+1610.09476 Experiment
+1610.09717 Optics
+1611.00161 Soft Condensed Matter
+1611.00173
+1611.00299 Instrumentation and Detectors
+1611.00407 Astrophysics of Galaxies
+1611.00674 Computation and Language
+1611.00859 Solar and Stellar Astrophysics
+1611.01070 Earth and Planetary Astrophysics
+1611.01371 Solar and Stellar Astrophysics
+1611.01653 Phenomenology
+1611.02029 Solar and Stellar Astrophysics
+1611.02205 Learning
+1611.02325 Information Theory
+1611.02368 Solar and Stellar Astrophysics
+1611.02402 Instrumentation and Methods for Astrophysics
+1611.02422 Astrophysics of Galaxies
+1611.02452 Solar and Stellar Astrophysics
+1611.02630 Astrophysics of Galaxies
+1611.02770 Learning
+1611.03182 High Energy Astrophysical Phenomena
+1611.03212 Astrophysics of Galaxies
+1611.03317 Materials Science
+1611.03319 Analysis of PDEs
+1611.03418
+1611.03914 Astrophysics of Galaxies
+1611.04044
+1611.04090 Statistical Finance
+1611.04183 Strongly Correlated Electrons
+1611.04247 Materials Science
+1611.04261 Lattice
+1611.04354 High Energy Astrophysical Phenomena
+1611.04469 Astrophysics of Galaxies
+1611.04670
+1611.04866 Cosmology and Nongalactic Astrophysics
+1611.04926 Lattice
+1611.05140
+1611.05462 Astrophysics of Galaxies
+1611.05541 Astrophysics of Galaxies
+1611.05570 Instrumentation and Methods for Astrophysics
+1611.05609 High Energy Astrophysical Phenomena
+1611.05855 Solar and Stellar Astrophysics
+1611.05878
+1611.05960
+1611.06036 Plasma Physics
+1611.06093 Mesoscale and Nanoscale Physics
+1611.06955 Solar and Stellar Astrophysics
+1611.07000 Instrumentation and Methods for Astrophysics
+1611.07294 Phenomenology
+1611.08481 Artificial Intelligence
+1611.08612 Astrophysics of Galaxies
+1611.08776 Solar and Stellar Astrophysics
+1611.08794 Astrophysics of Galaxies
+1611.08972
+1611.09283 Populations and Evolution
+1611.09406
+1611.09499 Quantum Gases
+1611.09676 Theory
+1611.09826 Solar and Stellar Astrophysics
+1611.09830 Computation and Language
+1611.09864 Astrophysics of Galaxies
+1611.10267 Quantum Gases
+1612.00020 Cosmology and Nongalactic Astrophysics
+1612.00137 Computer Vision and Pattern Recognition
+1612.00224 Chemical Physics
+1612.00436 Solar and Stellar Astrophysics
+1612.00635 Theory
+1612.00873 Solar and Stellar Astrophysics
+1612.01122 Soft Condensed Matter
+1612.01162 High Energy Astrophysical Phenomena
+1612.01239 Materials Science
+1612.01283 Astrophysics of Galaxies
+1612.01614 Earth and Planetary Astrophysics
+1612.01634 High Energy Astrophysical Phenomena
+1612.01914 Theory
+1612.01964 Theory
+1612.02010 Phenomenology
+1612.02015 Astrophysics of Galaxies
+1612.02170 Emerging Technologies
+1612.02556 Earth and Planetary Astrophysics
+1612.02740 Earth and Planetary Astrophysics
+1612.02776 Earth and Planetary Astrophysics
+1612.02810 Astrophysics of Galaxies
+1612.03044 Solar and Stellar Astrophysics
+1612.03113 Theory
+1612.03190 Theory
+1612.03201 Classical Physics
+1612.03219 High Energy Astrophysical Phenomena
+1612.03754 Classical Analysis and ODEs
+1612.03934 Plasma Physics
+1612.03992 Astrophysics of Galaxies
+1612.04105 Superconductivity
+1612.04246 High Energy Astrophysical Phenomena
+1612.04282 High Energy Astrophysical Phenomena
+1612.04393 Astrophysics of Galaxies
+1612.04401 Astrophysics of Galaxies
+1612.04514 Quantitative Methods
+1612.04710 Methodology
+1612.04866 Astrophysics of Galaxies
+1612.04872 Instrumentation and Methods for Astrophysics
+1612.05126 Other Condensed Matter
+1612.05189 Astrophysics of Galaxies
+1612.05252 Solar and Stellar Astrophysics
+1612.05513 Chemical Physics
+1612.05527 Materials Science
+1612.05586 Statistical Mechanics
+1612.05617 Disordered Systems and Neural Networks
+1612.05624 Earth and Planetary Astrophysics
+1612.05650 Solar and Stellar Astrophysics
+1612.05655 Astrophysics of Galaxies
+1612.05691 High Energy Astrophysical Phenomena
+1612.06006 Astrophysics of Galaxies
+1612.06068 Earth and Planetary Astrophysics
+1612.06166 High Energy Astrophysical Phenomena
+1612.06188 Strongly Correlated Electrons
+1612.06390 Solar and Stellar Astrophysics
+1612.06444
+1612.06513 Solar and Stellar Astrophysics
+1612.06640 Astrophysics of Galaxies
+1612.06705 Popular Physics
+1612.06843 Astrophysics of Galaxies
+1612.06848 Mesoscale and Nanoscale Physics
+1612.06909 Chemical Physics
+1612.06917 High Energy Astrophysical Phenomena
+1612.06918 Cosmology and Nongalactic Astrophysics
+1612.07326 Astrophysics of Galaxies
+1612.07362 Astrophysics of Galaxies
+1612.07438 Instrumentation and Methods for Astrophysics
+1612.07450 Astrophysics of Galaxies
+1612.07464 Astrophysics of Galaxies
+1612.07673 Earth and Planetary Astrophysics
+1612.07725 Phenomenology
+1612.07784 High Energy Astrophysical Phenomena
+1612.07807 Solar and Stellar Astrophysics
+1612.07823 Learning
+1612.07883 Cosmology and Nongalactic Astrophysics
+1612.07906 Solar and Stellar Astrophysics
+1612.07927 Solar and Stellar Astrophysics
+1612.08061 Astrophysics of Galaxies
+1612.08297 Astrophysics of Galaxies
+1612.08331 Atomic Physics
+1612.08414 Astrophysics of Galaxies
+1612.08491 Cosmology and Nongalactic Astrophysics
+1612.08507 Astrophysics of Galaxies
+1612.08511 Materials Science
+1612.08793 High Energy Astrophysical Phenomena
+1612.08951 Solar and Stellar Astrophysics
+1612.09307 Solar and Stellar Astrophysics
+1612.09324 Earth and Planetary Astrophysics
+1612.09360 Solar and Stellar Astrophysics
+1612.09408 Solar and Stellar Astrophysics
+1612.09417 Solar and Stellar Astrophysics
+1612.09454 Solar and Stellar Astrophysics
+1612.09456 Solar and Stellar Astrophysics
+1701.00002 High Energy Astrophysical Phenomena
+1701.00005 Astrophysics of Galaxies
+1701.00014 Theory
+1701.00114 Theory
+1701.00266 Superconductivity
+1701.00538 Discrete Mathematics
+1701.00572 Theory
+1701.00590 Solar and Stellar Astrophysics
+1701.00803 Solar and Stellar Astrophysics
+1701.00840 Logic
+1701.00887 Solar and Stellar Astrophysics
+1701.00917 Earth and Planetary Astrophysics
+1701.00956 High Energy Astrophysical Phenomena
+1701.00990 Earth and Planetary Astrophysics
+1701.01091
+1701.01102 Astrophysics of Galaxies
+1701.01146 Solar and Stellar Astrophysics
+1701.01176 Solar and Stellar Astrophysics
+1701.01209 High Energy Astrophysical Phenomena
+1701.01266 Space Physics
+1701.01277 Mesoscale and Nanoscale Physics
+1701.01309 Solar and Stellar Astrophysics
+1701.01438 Astrophysics of Galaxies
+1701.01448 Astrophysics of Galaxies
+1701.01566 Astrophysics of Galaxies
+1701.01576 Astrophysics of Galaxies
+1701.01617 Solar and Stellar Astrophysics
+1701.01622 Solar and Stellar Astrophysics
+1701.01801 Optimization and Control
+1701.01897 Astrophysics of Galaxies
+1701.01946 Operator Algebras
+1701.02437 Solar and Stellar Astrophysics
+1701.02488 High Energy Astrophysical Phenomena
+1701.02554 High Energy Astrophysical Phenomena
+1701.02748 Astrophysics of Galaxies
+1701.02782 Earth and Planetary Astrophysics
+1701.02846 Group Theory
+1701.02939
+1701.02954 Cosmology and Nongalactic Astrophysics
+1701.03131 Analysis of PDEs
+1701.03152 Solar and Stellar Astrophysics
+1701.03161 Applications
+1701.03331 Phenomenology
+1701.03465 Astrophysics of Galaxies
+1701.03760 Instrumentation and Methods for Astrophysics
+1701.03801 High Energy Astrophysical Phenomena
+1701.03948 Systems and Control
+1701.04096 Cosmology and Nongalactic Astrophysics
+1701.04148 Data Structures and Algorithms
+1701.04170 High Energy Astrophysical Phenomena
+1701.04213 Solar and Stellar Astrophysics
+1701.04228
+1701.04401 Earth and Planetary Astrophysics
+1701.04594 Solar and Stellar Astrophysics
+1701.04700
+1701.04761
+1701.04766 Optimization and Control
+1701.04908 Astrophysics of Galaxies
+1701.05040 Astrophysics of Galaxies
+1701.05252 High Energy Astrophysical Phenomena
+1701.05361 Astrophysics of Galaxies
+1701.05541 Earth and Planetary Astrophysics
+1701.05554 Cosmology and Nongalactic Astrophysics
+1701.05735 Earth and Planetary Astrophysics
+1701.05752 Solar and Stellar Astrophysics
+1701.05955 Information Theory
+1701.06084 Information Theory
+1701.06173 High Energy Astrophysical Phenomena
+1701.06185
+1701.06255 Astrophysics of Galaxies
+1701.06483 Astrophysics of Galaxies
+1701.06520 Solar and Stellar Astrophysics
+1701.06570 Astrophysics of Galaxies
+1701.06791 High Energy Astrophysical Phenomena
+1701.06808 Solar and Stellar Astrophysics
+1701.06977 Information Theory
+1701.06995 Astrophysics of Galaxies
+1701.07037 Astrophysics of Galaxies
+1701.07142 Earth and Planetary Astrophysics
+1701.07154 Distributed, Parallel, and Cluster Computing
+1701.07219 Rings and Algebras
+1701.07265 High Energy Astrophysical Phenomena
+1701.07481 Computation and Language
+1701.07632 Astrophysics of Galaxies
+1701.07641 Astrophysics of Galaxies
+1701.07665 Phenomenology
+1701.07791 Logic
+1701.07827 Solar and Stellar Astrophysics
+1701.07831 Astrophysics of Galaxies
+1701.07850 Solar and Stellar Astrophysics
+1701.07893 Theory
+1701.08035 Astrophysics of Galaxies
+1701.08160 Astrophysics of Galaxies
+1701.08209 Instrumentation and Methods for Astrophysics
+1701.08225 Analysis of PDEs
+1701.08431 Atmospheric and Oceanic Physics
+1701.08459 Analysis of PDEs
+1701.08655 Computation and Language
+1701.09008 Statistical Mechanics
+1702.00015 High Energy Astrophysical Phenomena
+1702.00103 General Mathematics
+1702.00121 Number Theory
+1702.00320 Formal Languages and Automata Theory
+1702.00384 Spectral Theory
+1702.00457 Materials Science
+1702.00458 Data Structures and Algorithms
+1702.00522 Differential Geometry
+1702.00545 Earth and Planetary Astrophysics
+1702.00603
+1702.00676 Cosmology and Nongalactic Astrophysics
+1702.00803 Solar and Stellar Astrophysics
+1702.00979 Materials Science
+1702.01088 Analysis of PDEs
+1702.01160 Cryptography and Security
+1702.01204 Mesoscale and Nanoscale Physics
+1702.01211 Quantum Gases
+1702.01224 Dynamical Systems
+1702.01262 Social and Information Networks
+1702.01344 Solar and Stellar Astrophysics
+1702.01402 Statistics Theory
+1702.01406 Plasma Physics
+1702.01649 Biomolecules
+1702.01652 Atomic Physics
+1702.01701 Differential Geometry
+1702.01722 Cosmology and Nongalactic Astrophysics
+1702.01728 Classical Physics
+1702.01742 General Finance
+1702.01744 Combinatorics
+1702.01745 Human-Computer Interaction
+1702.01746 Astrophysics of Galaxies
+1702.01747 Instrumentation and Methods for Astrophysics
+1702.01748 Theory
+1702.01749 Theory
+1702.01750
+1702.01752 High Energy Astrophysical Phenomena
+1702.01753 Rings and Algebras
+1702.01754
+1702.01755 Theory
+1702.01756 Astrophysics of Galaxies
+1702.01757 Cosmology and Nongalactic Astrophysics
+1702.01758 Phenomenology
+1702.01759 Instrumentation and Methods for Astrophysics
+1702.01760 Astrophysics of Galaxies
+1702.01761 Cosmology and Nongalactic Astrophysics
+1702.01762 Astrophysics of Galaxies
+1702.01763
+1702.01765 Quantum Gases
+1702.01766 Commutative Algebra
+1702.01767 Phenomenology
+1702.01768 Instrumentation and Methods for Astrophysics
+1702.01769 Solar and Stellar Astrophysics
+1702.01770 Computational Physics
+1702.01771 Classical Physics
+1702.01772
+1702.01773 Information Theory
+1702.01774 Theory
+1702.01775 Analysis of PDEs
+1702.01776 Computation and Language
+1702.01777 Methodology
+1702.01778 Probability
+1702.01779 Information Theory
+1702.01780 Neural and Evolutionary Computing
+1702.01781 Mesoscale and Nanoscale Physics
+1702.01783 Robotics
+1702.01785 Distributed, Parallel, and Cluster Computing
+1702.01786 Distributed, Parallel, and Cluster Computing
+1702.01787 Phenomenology
+1702.01788 Cosmology and Nongalactic Astrophysics
+1702.01789 Space Physics
+1702.01790
+1702.01791 Earth and Planetary Astrophysics
+1702.01792 Optimization and Control
+1702.01793 Information Theory
+1702.01794 Systems and Control
+1702.01796 Optimization and Control
+1702.01798 Analysis of PDEs
+1702.01799 Computational Geometry
+1702.01800
+1702.01801 Representation Theory
+1702.01802 Computation and Language
+1702.01803 Computer Science and Game Theory
+1702.01804 Logic in Computer Science
+1702.01805 Multimedia
+1702.01806 Computation and Language
+1702.01807 Social and Information Networks
+1702.01808 Phenomenology
+1702.01809 Accelerator Physics
+1702.01810 Differential Geometry
+1702.01811 Machine Learning
+1702.01812 Statistics Theory
+1702.01814 Computational Physics
+1702.01815 Computation and Language
+1702.01816 Machine Learning
+1702.01817 Instrumentation and Methods for Astrophysics
+1702.01818
+1702.01819 Economics
+1702.01821 Strongly Correlated Electrons
+1702.01822 Geometric Topology
+1702.01823 Networking and Internet Architecture
+1702.01824 Machine Learning
+1702.01827 Computational Physics
+1702.01829 Computation and Language
+1702.01830 Applications
+1702.01831 Statistical Mechanics
+1702.01832 Fluid Dynamics
+1702.01833
+1702.01834 Combinatorics
+1702.01835 Atomic Physics
+1702.01836 Computational Geometry
+1702.01837 Analysis of PDEs
+1702.01838 Applications
+1702.01839 Information Theory
+1702.01840 Information Theory
+1702.01841 Computation and Language
+1702.01844 Social and Information Networks
+1702.01845
+1702.01847 Machine Learning
+1702.01848 Robotics
+1702.01849
+1702.01850 Optimization and Control
+1702.01854 Strongly Correlated Electrons
+1702.01855 Number Theory
+1702.01857 Mesoscale and Nanoscale Physics
+1702.01858 Applications
+1702.01859 Mesoscale and Nanoscale Physics
+1702.01860
+1702.01861 Instrumentation and Methods for Astrophysics
+1702.01862 Optics
+1702.01863 Soft Condensed Matter
+1702.01864 Information Theory
+1702.01865 Materials Science
+1702.01866 Representation Theory
+1702.01867 Commutative Algebra
+1702.01869 Mesoscale and Nanoscale Physics
+1702.01870 Computer Vision and Pattern Recognition
+1702.01871 Cosmology and Nongalactic Astrophysics
+1702.01872 Programming Languages
+1702.01873 Computers and Society
+1702.01875 Methodology
+1702.01877 Data Structures and Algorithms
+1702.01878 Combinatorics
+1702.01880 General Physics
+1702.01881 Functional Analysis
+1702.01883 Number Theory
+1702.01884 Mesoscale and Nanoscale Physics
+1702.01885 Rings and Algebras
+1702.01886 Artificial Intelligence
+1702.01887 Functional Analysis
+1702.01888 Representation Theory
+1702.01889 Algebraic Topology
+1702.01890 Systems and Control
+1702.01891 Optics
+1702.01892 Logic
+1702.01893 Optics
+1702.01894 Hardware Architecture
+1702.01898 Probability
+1702.01899 Instrumentation and Detectors
+1702.01901 History and Philosophy of Physics
+1702.01902
+1702.01905 Solar and Stellar Astrophysics
+1702.01906 Methodology
+1702.01907 Analysis of PDEs
+1702.01909 High Energy Astrophysical Phenomena
+1702.01911 Classical Analysis and ODEs
+1702.01912 Experiment
+1702.01913 Probability
+1702.01914 Algebraic Geometry
+1702.01916 Fluid Dynamics
+1702.01917
+1702.01919 Analysis of PDEs
+1702.01920 Optics
+1702.01921 Astrophysics of Galaxies
+1702.01922
+1702.01923 Computation and Language
+1702.01924 Astrophysics of Galaxies
+1702.01925 Computation and Language
+1702.01927
+1702.01928 High Energy Astrophysical Phenomena
+1702.01929 Probability
+1702.01930 Phenomenology
+1702.01931 Phenomenology
+1702.01932 Computation and Language
+1702.01934 Mesoscale and Nanoscale Physics
+1702.01935 Learning
+1702.01936 Optimization and Control
+1702.01937 Instrumentation and Methods for Astrophysics
+1702.01938
+1702.01939 Astrophysics of Galaxies
+1702.01941 Cosmology and Nongalactic Astrophysics
+1702.01942 Group Theory
+1702.01943 Quantum Gases
+1702.01944 Computation and Language
+1702.01945
+1702.01946 Solar and Stellar Astrophysics
+1702.01947 Analysis of PDEs
+1702.01948 Social and Information Networks
+1702.01949 Rings and Algebras
+1702.01951 Differential Geometry
+1702.01952 Statistical Mechanics
+1702.01954 Fluid Dynamics
+1702.01956 Strongly Correlated Electrons
+1702.01957
+1702.01958
+1702.01959 Optimization and Control
+1702.01960 Classical Analysis and ODEs
+1702.01962 Dynamical Systems
+1702.01963 Networking and Internet Architecture
+1702.01964 Metric Geometry
+1702.01965 Optics
+1702.01966 Geophysics
+1702.01967 Plasma Physics
+1702.01968 Materials Science
+1702.01969 Algebraic Geometry
+1702.01970 Computer Vision and Pattern Recognition
+1702.01971 Mesoscale and Nanoscale Physics
+1702.01973 Distributed, Parallel, and Cluster Computing
+1702.01974 Information Theory
+1702.01977 Chemical Physics
+1702.01978 Information Retrieval
+1702.01979 Optimization and Control
+1702.01980 Analysis of PDEs
+1702.01982 Probability
+1702.01983 Computer Vision and Pattern Recognition
+1702.01984
+1702.01986 Analysis of PDEs
+1702.01987 Applications
+1702.01988 Analysis of PDEs
+1702.01989 Fluid Dynamics
+1702.01990 Materials Science
+1702.01991 Computation and Language
+1702.01992 Machine Learning
+1702.01993 Soft Condensed Matter
+1702.01994 Soft Condensed Matter
+1702.01995 Applications
+1702.01996 Earth and Planetary Astrophysics
+1702.01997 Machine Learning
+1702.01998 Pattern Formation and Solitons
+1702.01999 Sound
+1702.02000 Astrophysics of Galaxies
+1702.02003
+1702.02004 Geometric Topology
+1702.02005 Lattice
+1702.02006 Statistical Mechanics
+1702.02007 Economics
+1702.02012 Computer Vision and Pattern Recognition
+1702.02013 Astrophysics of Galaxies
+1702.02014 Materials Science
+1702.02016 Solar and Stellar Astrophysics
+1702.02017 Computational Complexity
+1702.02018 General Physics
+1702.02020 General Physics
+1702.02021 General Physics
+1702.02022 Mesoscale and Nanoscale Physics
+1702.02023 Statistics Theory
+1702.02024 General Physics
+1702.02025 Medical Physics
+1702.02026 General Physics
+1702.02027 General Physics
+1702.02028 Phenomenology
+1702.02029 Instrumentation and Detectors
+1702.02030 Learning
+1702.02032 Optimization and Control
+1702.02033 Analysis of PDEs
+1702.02034 Information Theory
+1702.02036 Instrumentation and Detectors
+1702.02039 Fluid Dynamics
+1702.02040 Social and Information Networks
+1702.02046 Computational Engineering, Finance, and Science
+1702.02048 Physics and Society
+1702.02049 Statistics Theory
+1702.02050 Solar and Stellar Astrophysics
+1702.02051 Earth and Planetary Astrophysics
+1702.02052 Computation and Language
+1702.02053
+1702.02054 High Energy Astrophysical Phenomena
+1702.02055 General Topology
+1702.02056 Numerical Analysis
+1702.02057 Mesoscale and Nanoscale Physics
+1702.02058 Mesoscale and Nanoscale Physics
+1702.02059 Earth and Planetary Astrophysics
+1702.02060 Combinatorics
+1702.02062 Astrophysics of Galaxies
+1702.02063 Robotics
+1702.02064 Cosmology and Nongalactic Astrophysics
+1702.02066 Analysis of PDEs
+1702.02067 Combinatorics
+1702.02069 Theory
+1702.02070
+1702.02071 Mesoscale and Nanoscale Physics
+1702.02072 Systems and Control
+1702.02073 Geophysics
+1702.02074 Dynamical Systems
+1702.02075 Classical Analysis and ODEs
+1702.02077 Analysis of PDEs
+1702.02078 Analysis of PDEs
+1702.02079 Earth and Planetary Astrophysics
+1702.02080 Systems and Control
+1702.02081 High Energy Astrophysical Phenomena
+1702.02082
+1702.02083 Mesoscale and Nanoscale Physics
+1702.02084 Exactly Solvable and Integrable Systems
+1702.02085 Functional Analysis
+1702.02087 Mathematical Finance
+1702.02088 Superconductivity
+1702.02089 Applications
+1702.02090 Computer Science and Game Theory
+1702.02091 Theory
+1702.02092 Computation and Language
+1702.02096 Systems and Control
+1702.02097 Phenomenology
+1702.02099 Statistical Mechanics
+1702.02100 Soft Condensed Matter
+1702.02101 Phenomenology
+1702.02102 Theory
+1702.02103 Robotics
+1702.02105 Optimization and Control
+1702.02106 Fluid Dynamics
+1702.02107 Information Retrieval
+1702.02108 Fluid Dynamics
+1702.02109
+1702.02110
+1702.02111 Computational Engineering, Finance, and Science
+1702.02112 Phenomenology
+1702.02113 Probability
+1702.02114 Differential Geometry
+1702.02115 Dynamical Systems
+1702.02116 Phenomenology
+1702.02119
+1702.02121 Information Theory
+1702.02122 Strongly Correlated Electrons
+1702.02123
+1702.02124 Operator Algebras
+1702.02125 Neural and Evolutionary Computing
+1702.02128 Algebraic Geometry
+1702.02129 Analysis of PDEs
+1702.02130 Sound
+1702.02131 Rings and Algebras
+1702.02133 Data Structures and Algorithms
+1702.02135 Quantum Gases
+1702.02136 Analysis of PDEs
+1702.02137 Earth and Planetary Astrophysics
+astro-ph/0001271
+astro-ph/0104176
+cond-mat/0006156 Statistical Mechanics
+cond-mat/0102361 Strongly Correlated Electrons
+cond-mat/0610278 Disordered Systems and Neural Networks
+cond-mat/9703225 Disordered Systems and Neural Networks
+cond-mat/9704046 Disordered Systems and Neural Networks
+cond-mat/9704098 Disordered Systems and Neural Networks
+cond-mat/9704149
+cond-mat/9705030
+cond-mat/9705056 Mesoscale and Nanoscale Physics
+cond-mat/9705092 Superconductivity
+cond-mat/9705259 Disordered Systems and Neural Networks
+cond-mat/9706112 Disordered Systems and Neural Networks
+cond-mat/9707162
+cond-mat/9709322 Mesoscale and Nanoscale Physics
+cond-mat/9711143
+cond-mat/9801236 Mesoscale and Nanoscale Physics
+cond-mat/9805383 Strongly Correlated Electrons
+cond-mat/9808101 Statistical Mechanics
+cond-mat/9811132 Mesoscale and Nanoscale Physics
+cond-mat/9811378 Materials Science
+cond-mat/9902242 Strongly Correlated Electrons
+cond-mat/9903040 Statistical Mechanics
+cond-mat/9903145 Mesoscale and Nanoscale Physics
+cond-mat/9904066 Statistical Mechanics
+cond-mat/9904282 Soft Condensed Matter
+cond-mat/9905318 Soft Condensed Matter
+gr-qc/0102081
+gr-qc/0109058
+hep-ph/0405034 Phenomenology
+hep-th/0012207 Theory
+hep-th/0107176 Theory
+hep-th/0404209 Theory
+hep-th/9908177 Theory
+math/0010331 Analysis of PDEs
+nlin/0002003 Exactly Solvable and Integrable Systems
+nlin/0010058 Exactly Solvable and Integrable Systems
+nlin/0010059 Exactly Solvable and Integrable Systems
+nlin/0011001 Exactly Solvable and Integrable Systems
+physics/0009084 General Physics
+solv-int/9912010 Exactly Solvable and Integrable Systems
+0705.2617 Phenomenology
+1101.2511 Algebraic Topology
+1109.0679 Algebraic Geometry
+1109.6356 K-Theory and Homology
+1203.2529
+1203.6631 Pricing of Securities
+1204.4388 Differential Geometry
+1207.0246 Information Retrieval
+1209.0954 Group Theory
+1210.4525 Algebraic Geometry
+1211.4666 Analysis of PDEs
+1301.5124 Strongly Correlated Electrons
+1304.1317 Classical Analysis and ODEs
+1306.1458 Probability
+1306.3837 Metric Geometry
+1307.2569 Computer Science and Game Theory
+1307.7882 Other Quantitative Biology
+1308.0862 Differential Geometry
+1309.0046 Probability
+1310.2665 Social and Information Networks
+1310.2671 Social and Information Networks
+1311.1839 Robotics
+1311.3937 Group Theory
+1311.6147
+1312.0998 Chaotic Dynamics
+1312.4446
+1401.0868 Algebraic Geometry
+1401.5216 Distributed, Parallel, and Cluster Computing
+1402.3541
+1403.0020 Logic
+1403.1273 Combinatorics
+1403.1489 General Physics
+1403.2872 Dynamical Systems
+1403.4503 Software Engineering
+1403.5107 Physics and Society
+1403.7180 Disordered Systems and Neural Networks
+1404.1295 Social and Information Networks
+1405.1193 Logic
+1406.7751 Social and Information Networks
+1407.5225 Social and Information Networks
+1407.7551 Rings and Algebras
+1409.4596 Logic
+1409.7798 Analysis of PDEs
+1410.0837 Quantum Algebra
+1410.8753 Information Theory
+1411.0652 Social and Information Networks
+1411.2899 Analysis of PDEs
+1411.4797 Algebraic Geometry
+1412.0671 Phenomenology
+1412.4548 Number Theory
+1412.7181 Dynamical Systems
+1501.02400 Logic
+1501.05941 Mesoscale and Nanoscale Physics
+1501.06209 Numerical Analysis
+1502.00316 Distributed, Parallel, and Cluster Computing
+1502.03097
+1502.03945 Computer Science and Game Theory
+1502.04807
+1502.05569 Algebraic Topology
+1502.05648 Probability
+1502.05886 Social and Information Networks
+1503.01740 Geometric Topology
+1503.01947 Astrophysics of Galaxies
+1503.03752 Social and Information Networks
+1503.04427 Statistics Theory
+1503.04641 Differential Geometry
+1503.05860 Computer Vision and Pattern Recognition
+1503.07014 Metric Geometry
+1504.01459 Data Structures and Algorithms
+1504.04365 Numerical Analysis
+1504.04848 K-Theory and Homology
+1504.05257 Geometric Topology
+1504.06150
+1505.03567
+1506.00853 Distributed, Parallel, and Cluster Computing
+1506.02217 Optimization and Control
+1506.02586 History and Overview
+1506.02762 Systems and Control
+1506.03039 Machine Learning
+1506.03518 Systems and Control
+1506.05325 Classical Analysis and ODEs
+1506.06021 Social and Information Networks
+1506.06072 Social and Information Networks
+1506.07024 Logic
+1506.08012 Dynamical Systems
+1507.00666 Computational Physics
+1507.05073 Computation
+1508.00531 Differential Geometry
+1508.00689 Information Theory
+1508.02267 Representation Theory
+1508.03854 Computation and Language
+1508.04185 Computers and Society
+1508.04217 Applications
+1508.04635 Quantitative Methods
+1508.07195 High Energy Astrophysical Phenomena
+1508.07197 High Energy Astrophysical Phenomena
+1508.07198 Instrumentation and Methods for Astrophysics
+1509.00438 Quantum Algebra
+1509.01608 Social and Information Networks
+1509.02745 Populations and Evolution
+1509.07762 Materials Science
+1509.08325 Dynamical Systems
+1509.08736 Combinatorics
+1510.00578
+1510.02160 Analysis of PDEs
+1510.02359
+1510.04776 Probability
+1510.04787 Phenomenology
+1510.05318 Social and Information Networks
+1510.05808 Analysis of PDEs
+1510.06389 Soft Condensed Matter
+1510.08542 Physics and Society
+1511.00189 Combinatorics
+1511.02515 Statistics Theory
+1511.07352 Solar and Stellar Astrophysics
+1511.08588 Quantum Gases
+1512.02648 Rings and Algebras
+1512.02792 Logic
+1512.04475 General Physics
+1512.05223 Data Structures and Algorithms
+1512.05279 Data Structures and Algorithms
+1512.05428 Mesoscale and Nanoscale Physics
+1512.06412 Methodology
+1512.07409 Algebraic Geometry
+1601.00059 History and Overview
+1601.04838 Number Theory
+1601.05140 Social and Information Networks
+1601.05543 Representation Theory
+1601.05911 Neural and Evolutionary Computing
+1601.06282 Analysis of PDEs
+1601.06284 Analysis of PDEs
+1601.07778 General Physics
+1602.00930
+1602.00975 Social and Information Networks
+1602.01396 Combinatorics
+1602.01722 Optics
+1602.02986 Spectral Theory
+1602.04584 Information Theory
+1602.05726 Analysis of PDEs
+1602.06633 Mesoscale and Nanoscale Physics
+1602.07912 Functional Analysis
+1603.00322 Systems and Control
+1603.00377 Statistical Mechanics
+1603.01424 Methodology
+1603.01989 Classical Analysis and ODEs
+1603.02282
+1603.02331 Phenomenology
+1603.02629 Soft Condensed Matter
+1603.03902 Probability
+1603.05282 Analysis of PDEs
+1603.05377 Rings and Algebras
+1603.05691 Machine Learning
+1603.06512 Classical Analysis and ODEs
+1603.06581 Cosmology and Nongalactic Astrophysics
+1603.08827 Discrete Mathematics
+1603.09725 Computer Vision and Pattern Recognition
+1604.00621 Probability
+1604.01861
+1604.02783
+1604.04053 Computer Vision and Pattern Recognition
+1604.05473 Optimization and Control
+1604.05912 Materials Science
+1604.06177 Symplectic Geometry
+1604.06200 Lattice
+1604.06663 History and Overview
+1604.06834
+1604.06899 Social and Information Networks
+1604.06936 Formal Languages and Automata Theory
+1604.06994
+1604.07001 Complex Variables
+1605.00278 Learning
+1605.00580 Chemical Physics
+1605.00659 Social and Information Networks
+1605.01314 Representation Theory
+1605.01342 Cosmology and Nongalactic Astrophysics
+1605.01603 Theory
+1605.02354 Number Theory
+1605.04083 Analysis of PDEs
+1605.04778 Functional Analysis
+1605.05385 Geometric Topology
+1605.05793 Probability
+1605.05957 Theory
+1605.06029 Phenomenology
+1605.06773
+1605.06788 Analysis of PDEs
+1605.07340 Numerical Analysis
+1605.07505 Information Theory
+1605.07674
+1605.07913 Statistics Theory
+1605.08226 Algebraic Geometry
+1605.08610 Mesoscale and Nanoscale Physics
+1605.08673 Mesoscale and Nanoscale Physics
+1605.08949 Logic in Computer Science
+1606.00106 Earth and Planetary Astrophysics
+1606.00608
+1606.00762 Combinatorics
+1606.01043 Combinatorics
+1606.01150 General Mathematics
+1606.01339 Theory
+1606.02116 Optimization and Control
+1606.02120 Atomic Physics
+1606.02679 Information Theory
+1606.03258 Numerical Analysis
+1606.03437 Optimization and Control
+1606.03490 Learning
+1606.03674 Neural and Evolutionary Computing
+1606.04387 Algebraic Geometry
+1606.05282 Information Theory
+1606.05296 Phenomenology
+1606.05388 Phenomenology
+1606.06657 Analysis of PDEs
+1606.06709 Optimization and Control
+1606.06878 Dynamical Systems
+1606.07213
+1606.07357 Optimization and Control
+1606.08142 Quantum Algebra
+1606.08688 Cosmology and Nongalactic Astrophysics
+1606.08718 Computer Science and Game Theory
+1606.08979 Quantum Algebra
+1607.00102 Optimization and Control
+1607.00118
+1607.00149 History and Overview
+1607.00629
+1607.01671 Instrumentation and Detectors
+1607.03165 Atomic Physics
+1607.03406 Information Retrieval
+1607.03474 Learning
+1607.03700 High Energy Astrophysical Phenomena
+1607.03777 Numerical Analysis
+1607.04604 Discrete Mathematics
+1607.05190 Theory
+1607.05442 Astrophysics of Galaxies
+1607.05513 Optics
+1607.05849 Theory
+1607.06819 Social and Information Networks
+1607.06955 Rings and Algebras
+1607.07273 Mesoscale and Nanoscale Physics
+1607.07733 Mesoscale and Nanoscale Physics
+1607.08640 Functional Analysis
+1608.00371 Statistical Mechanics
+1608.00471 Probability
+1608.01354 Rings and Algebras
+1608.01601 Cosmology and Nongalactic Astrophysics
+1608.01625 Statistical Mechanics
+1608.01934 Representation Theory
+1608.02006 Chemical Physics
+1608.02500 Optimization and Control
+1608.02908 Computer Vision and Pattern Recognition
+1608.02982
+1608.03692 Number Theory
+1608.03980 Cosmology and Nongalactic Astrophysics
+1608.03983 Learning
+1608.04068
+1608.04477 Optimization and Control
+1608.04640 Strongly Correlated Electrons
+1608.04822 Numerical Analysis
+1608.04939 Plasma Physics
+1608.04966
+1608.05216 Materials Science
+1608.05581 Machine Learning
+1608.05662 Phenomenology
+1608.06207 Theory
+1608.07578 Phenomenology
+1608.07995 Optics
+1608.08048 Optics
+1608.08193 Commutative Algebra
+1608.08307 Instrumentation and Detectors
+1608.08766 Number Theory
+1608.08987 Optimization and Control
+1609.00106
+1609.00238 General Physics
+1609.00479 Atomic Physics
+1609.00973 Functional Analysis
+1609.01385 Theory
+1609.01394 Algebraic Topology
+1609.01466 Computer Vision and Pattern Recognition
+1609.01702 Quantum Gases
+1609.02097 Instrumentation and Methods for Astrophysics
+1609.02684 Chemical Physics
+1609.03006 Algebraic Topology
+1609.03816 General Physics
+1609.03867 Soft Condensed Matter
+1609.04192 Algebraic Geometry
+1609.04345 Geometric Topology
+1609.04974 Number Theory
+1609.04978 Mesoscale and Nanoscale Physics
+1609.05023 Mesoscale and Nanoscale Physics
+1609.06046
+1609.06317 Quantum Gases
+1609.06666 Robotics
+1609.07147 Astrophysics of Galaxies
+1609.07293 Genomics
+1609.08354
+1609.08928 Phenomenology
+1609.09498 Astrophysics of Galaxies
+1609.09710
+1609.09861 Systems and Control
+1610.00605
+1610.00811 Disordered Systems and Neural Networks
+1610.01025 Soft Condensed Matter
+1610.01212 Strongly Correlated Electrons
+1610.01283 Learning
+1610.01450 Mathematical Finance
+1610.01837
+1610.02071 Probability
+1610.02225 Adaptation and Self-Organizing Systems
+1610.02542 Number Theory
+1610.03234 Phenomenology
+1610.03445 Materials Science
+1610.03557 Robotics
+1610.04161 Learning
+1610.04526 Theory
+1610.04598 Mesoscale and Nanoscale Physics
+1610.04609
+1610.04622 Phenomenology
+1610.04764 Analysis of PDEs
+1610.05392 Machine Learning
+1610.05474 Operator Algebras
+1610.05494 Physics and Society
+1610.05614
+1610.06034 Phenomenology
+1610.06360 Neurons and Cognition
+1610.07087 Logic
+1610.07478
+1610.07797 Optimization and Control
+1610.07874 Probability
+1610.08066 Experiment
+1610.08123 Learning
+1610.08917 Theory
+1610.09549 Strongly Correlated Electrons
+1610.09946 Analysis of PDEs
+1611.00097 Computers and Society
+1611.00111 Robotics
+1611.00193
+1611.00197 Mesoscale and Nanoscale Physics
+1611.00247 Mesoscale and Nanoscale Physics
+1611.00589 Probability
+1611.00660
+1611.00712 Learning
+1611.00809
+1611.00942
+1611.01385 Optimization and Control
+1611.01626 Learning
+1611.01764 Analysis of PDEs
+1611.01861 Algebraic Geometry
+1611.02170 Materials Science
+1611.02185 Learning
+1611.02554 Computation and Language
+1611.02560
+1611.02625 Algebraic Geometry
+1611.02731 Learning
+1611.02756 Social and Information Networks
+1611.02796 Learning
+1611.02854 Neural and Evolutionary Computing
+1611.03286 Probability
+1611.03327 Populations and Evolution
+1611.03500 Theory
+1611.03687 Disordered Systems and Neural Networks
+1611.03846 Phenomenology
+1611.03854 Information Theory
+1611.03875 Strongly Correlated Electrons
+1611.04045 Optimization and Control
+1611.04151 Combinatorics
+1611.04263 Materials Science
+1611.04847 Learning
+1611.04868 Theory
+1611.05292 Logic
+1611.05306 Instrumentation and Detectors
+1611.05471 Phenomenology
+1611.05502 Phenomenology
+1611.05524
+1611.05674 Rings and Algebras
+1611.05847 Fluid Dynamics
+1611.06123 Mesoscale and Nanoscale Physics
+1611.06426 Machine Learning
+1611.06599 Mesoscale and Nanoscale Physics
+1611.06685 Theory
+1611.07216 Information Theory
+1611.07268 Statistical Mechanics
+1611.07284 Strongly Correlated Electrons
+1611.07357
+1611.07823
+1611.08071
+1611.08383 Dynamical Systems
+1611.08413 Functional Analysis
+1611.08502 Statistical Mechanics
+1611.08554 Formal Languages and Automata Theory
+1611.08689 Materials Science
+1611.08698 Phenomenology
+1611.09015 Disordered Systems and Neural Networks
+1611.09152 Information Theory
+1611.09160 Soft Condensed Matter
+1611.09407 Differential Geometry
+1611.09636 Symplectic Geometry
+1611.10105 Analysis of PDEs
+1611.10130 Information Theory
+1611.10195 Computer Vision and Pattern Recognition
+1612.00015 Superconductivity
+1612.00188 Learning
+1612.00341 Artificial Intelligence
+1612.00667 Machine Learning
+1612.01282 Information Theory
+1612.01464
+1612.01858 Quantum Gases
+1612.02199 Mesoscale and Nanoscale Physics
+1612.02400 Analysis of PDEs
+1612.02803 Learning
+1612.02842 Machine Learning
+1612.03116 Commutative Algebra
+1612.03203 Analysis of PDEs
+1612.04228
+1612.04230
+1612.04231
+1612.04249 Phenomenology
+1612.05533 Robotics
+1612.05796
+1612.06074 Theory
+1612.06419 Computational Complexity
+1612.06464 Optics
+1612.06663 Mesoscale and Nanoscale Physics
+1612.06715
+1612.06866 Astrophysics of Galaxies
+1612.06958 Group Theory
+1612.07182 Computation and Language
+1612.07324 Theory
+1612.07629 Theory
+1612.07683 Combinatorics
+1612.07990 Phenomenology
+1612.08087 Analysis of PDEs
+1612.08162 Experiment
+1612.08402 Analysis of PDEs
+1612.09249 Number Theory
+1612.09350 Plasma Physics
+1612.09525 Strongly Correlated Electrons
+1612.09567 General Topology
+1701.00112 Pricing of Securities
+1701.00653 Logic
+1701.00883
+1701.01335 Cosmology and Nongalactic Astrophysics
+1701.01405 Metric Geometry
+1701.01724 Artificial Intelligence
+1701.01790 Accelerator Physics
+1701.01948
+1701.01973
+1701.02069 Optics
+1701.02232 Instrumentation and Detectors
+1701.02272 Neurons and Cognition
+1701.02810 Computation and Language
+1701.02992 Analysis of PDEs
+1701.03045 Numerical Analysis
+1701.03799 Representation Theory
+1701.03836 Performance
+1701.04899
+1701.05103 Theory
+1701.05208
+1701.06501 Statistics Theory
+1701.06629 Theory
+1701.06793 Phenomenology
+1701.07170 Geometric Topology
+1701.07374 Statistical Mechanics
+1701.07433 Number Theory
+1701.08523 Theory
+1701.08534 Information Theory
+1702.00241 Metric Geometry
+1702.00303 Plasma Physics
+1702.00587 Solar and Stellar Astrophysics
+1702.00731 Earth and Planetary Astrophysics
+1702.00779 Algebraic Geometry
+1702.01143 Probability
+1702.01156 Theory
+1702.01212 Mesoscale and Nanoscale Physics
+1702.01254 Theory
+1702.01375 Mesoscale and Nanoscale Physics
+1702.01586 Social and Information Networks
+1702.01879 Strongly Correlated Electrons
+1702.02161 High Energy Astrophysical Phenomena
+1702.02240 Formal Languages and Automata Theory
+1702.02293 Group Theory
+1702.02430 Phenomenology
+1702.02631 Combinatorics
+1702.03219
+1702.03522 Machine Learning
+1702.03895 Instrumentation and Detectors
+1702.04109 Functional Analysis
+1702.04280 Computer Vision and Pattern Recognition
+1702.04564 Cosmology and Nongalactic Astrophysics
+1702.04624 Strongly Correlated Electrons
+1702.04726 Astrophysics of Galaxies
+1702.04740 Theory
+1702.04759 Phenomenology
+1702.04796 Phenomenology
+1702.05087 Robotics
+1702.05219
+1702.05280 High Energy Astrophysical Phenomena
+1702.05523 Statistical Mechanics
+1702.05738 Phenomenology
+1702.05814 Operator Algebras
+1702.05830 Numerical Analysis
+1702.05868 Metric Geometry
+1702.06312
+1702.06929
+1702.06978 High Energy Astrophysical Phenomena
+1702.07135 Algebraic Geometry
+1702.07163 Number Theory
+1702.07360 Machine Learning
+1702.07471 Theory
+1702.07578 Data Structures and Algorithms
+1702.07606 Materials Science
+1702.07717 Computation and Language
+1702.07874 Theory
+1702.07909 Applications
+1702.07914 Discrete Mathematics
+1702.07921 Functional Analysis
+1702.07927 Geophysics
+1702.07954 Theory
+1702.07996
+1702.08246 Phenomenology
+1702.08272 Computer Vision and Pattern Recognition
+1702.08305 Strongly Correlated Electrons
+1702.08355 History and Philosophy of Physics
+1702.08394 Superconductivity
+1702.08477
+1702.08495 Artificial Intelligence
+1702.08509 Neurons and Cognition
+1702.08577 Theory
+1702.08660 Combinatorics
+1702.08685 Theory
+1702.08705 Earth and Planetary Astrophysics
+1702.08777 Cosmology and Nongalactic Astrophysics
+1702.08782 Computer Vision and Pattern Recognition
+1702.08788 Theory
+1702.08891 Computer Vision and Pattern Recognition
+1702.08900 Methodology
+1703.00035 Computer Vision and Pattern Recognition
+1703.00064 Networking and Internet Architecture
+1703.00080 Databases
+1703.00091 Machine Learning
+1703.00267 Optimization and Control
+1703.00437 Numerical Analysis
+1703.00487 Classical Physics
+1703.00492 Human-Computer Interaction
+1703.00548 Neural and Evolutionary Computing
+1703.00598 Machine Learning
+1703.00599 Experiment
+1703.00637 Classical Analysis and ODEs
+1703.00685 Phenomenology
+1703.00713 Theory
+1703.00754 Robotics
+1703.00767 Computer Vision and Pattern Recognition
+1703.00821 General Physics
+1703.00890 High Energy Astrophysical Phenomena
+1703.00931 Probability
+1703.01009 Data Structures and Algorithms
+1703.01010 Number Theory
+1703.01038 Networking and Internet Architecture
+1703.01084 Solar and Stellar Astrophysics
+1703.01087 Cosmology and Nongalactic Astrophysics
+1703.01092 Information Theory
+1703.01104 Theory
+1703.01147 Quantum Gases
+1703.01161 Artificial Intelligence
+1703.01166 Data Structures and Algorithms
+1703.01174 Materials Science
+1703.01291 Trading and Market Microstructure
+1703.01292 Economics
+1703.01293 Classical Physics
+1703.01294 Classical Physics
+1703.01296 Logic in Computer Science
+1703.01297 Soft Condensed Matter
+1703.01298 Databases
+1703.01299 High Energy Astrophysical Phenomena
+1703.01300 Cosmology and Nongalactic Astrophysics
+1703.01303 Instrumentation and Methods for Astrophysics
+1703.01304 Strongly Correlated Electrons
+1703.01305 Theory
+1703.01306 Theory
+1703.01308 Strongly Correlated Electrons
+1703.01310 Artificial Intelligence
+1703.01311 Numerical Analysis
+1703.01312 Mesoscale and Nanoscale Physics
+1703.01313 Networking and Internet Architecture
+1703.01314 Exactly Solvable and Integrable Systems
+1703.01315 Disordered Systems and Neural Networks
+1703.01316 Mesoscale and Nanoscale Physics
+1703.01317 Operator Algebras
+1703.01318
+1703.01319 Digital Libraries
+1703.01320 Mesoscale and Nanoscale Physics
+1703.01322 Mesoscale and Nanoscale Physics
+1703.01323 Differential Geometry
+1703.01324 Geometric Topology
+1703.01325 Numerical Analysis
+1703.01326 Statistics Theory
+1703.01327 Artificial Intelligence
+1703.01328 Dynamical Systems
+1703.01330 Classical Analysis and ODEs
+1703.01331 Networking and Internet Architecture
+1703.01333 Artificial Intelligence
+1703.01334
+1703.01335
+1703.01336 Statistical Mechanics
+1703.01338 Solar and Stellar Astrophysics
+1703.01339 Optimization and Control
+1703.01340 Cryptography and Security
+1703.01341 Strongly Correlated Electrons
+1703.01342 Instrumentation and Methods for Astrophysics
+1703.01343 Number Theory
+1703.01344 High Energy Astrophysical Phenomena
+1703.01345 General Mathematics
+1703.01346 Biological Physics
+1703.01347 Artificial Intelligence
+1703.01348 Cryptography and Security
+1703.01349 Atomic Physics
+1703.01350 Computational Geometry
+1703.01351 Theory
+1703.01352 Optimization and Control
+1703.01353 Molecular Networks
+1703.01354 Plasma Physics
+1703.01356 Logic in Computer Science
+1703.01358 Artificial Intelligence
+1703.01359 Superconductivity
+1703.01360 Classical Analysis and ODEs
+1703.01361 Experiment
+1703.01362 Information Theory
+1703.01363 Optimization and Control
+1703.01364 Methodology
+1703.01365 Learning
+1703.01367
+1703.01368 Optimization and Control
+1703.01369 Economics
+1703.01370 Software Engineering
+1703.01371 Group Theory
+1703.01373 Materials Science
+1703.01374 Information Theory
+1703.01375
+1703.01376 Logic
+1703.01377 Human-Computer Interaction
+1703.01378 Materials Science
+1703.01379 Classical Analysis and ODEs
+1703.01380 Social and Information Networks
+1703.01381 Other Quantitative Biology
+1703.01382 Computer Vision and Pattern Recognition
+1703.01383 Computer Vision and Pattern Recognition
+1703.01384 Spectral Theory
+1703.01385 Number Theory
+1703.01386 Computer Vision and Pattern Recognition
+1703.01388 Numerical Analysis
+1703.01389 Spectral Theory
+1703.01391 Optimization and Control
+1703.01392 Symplectic Geometry
+1703.01393 Social and Information Networks
+1703.01395 Quantum Algebra
+1703.01396 Computer Vision and Pattern Recognition
+1703.01397 Systems and Control
+1703.01399 Optics
+1703.01400 Rings and Algebras
+1703.01401 Geometric Topology
+1703.01402 Computer Vision and Pattern Recognition
+1703.01403 Spectral Theory
+1703.01404 Differential Geometry
+1703.01405 Information Theory
+1703.01408 Representation Theory
+1703.01409
+1703.01411 Quantum Gases
+1703.01413 Astrophysics of Galaxies
+1703.01416 Robotics
+1703.01417 Dynamical Systems
+1703.01418 Functional Analysis
+1703.01419 Fluid Dynamics
+1703.01420 Strongly Correlated Electrons
+1703.01421 Methodology
+1703.01422 Materials Science
+1703.01423 Robotics
+1703.01424 Earth and Planetary Astrophysics
+1703.01425 Computer Vision and Pattern Recognition
+1703.01426 Software Engineering
+1703.01427 Materials Science
+1703.01428 Materials Science
+1703.01429 Statistical Mechanics
+1703.01430 Earth and Planetary Astrophysics
+1703.01431 Phenomenology
+1703.01432 Information Theory
+1703.01433
+1703.01434 Group Theory
+1703.01435 Data Analysis, Statistics and Probability
+1703.01436 Instrumentation and Detectors
+1703.01437 Computer Vision and Pattern Recognition
+1703.01438 Phenomenology
+1703.01439 Computational Geometry
+1703.01440 Logic in Computer Science
+1703.01441 Information Theory
+1703.01442 Social and Information Networks
+1703.01443 Software Engineering
+1703.01444 Machine Learning
+1703.01445 Cellular Automata and Lattice Gases
+1703.01446 Software Engineering
+1703.01447 Instrumentation and Detectors
+1703.01449 Solar and Stellar Astrophysics
+1703.01450 Statistical Mechanics
+1703.01451
+1703.01452
+1703.01453 Probability
+1703.01454 Learning
+1703.01455 Medical Physics
+1703.01456 Chemical Physics
+1703.01457 Hardware Architecture
+1703.01458 Metric Geometry
+1703.01459 Plasma Physics
+1703.01460 Learning
+1703.01461 Robotics
+1703.01462 Chemical Physics
+1703.01463
+1703.01464 Chemical Physics
+1703.01465 Optimization and Control
+1703.01466 Optimization and Control
+1703.01467 Computer Vision and Pattern Recognition
+1703.01468 Social and Information Networks
+1703.01469 Digital Libraries
+1703.01470 Logic
+1703.01471
+1703.01472 High Energy Astrophysical Phenomena
+1703.01473
+1703.01474 Data Structures and Algorithms
+1703.01475 Data Structures and Algorithms
+1703.01476 Computers and Society
+1703.01477 Combinatorics
+1703.01479 Probability
+1703.01480 General Topology
+1703.01481
+1703.01482 Metric Geometry
+1703.01483 Combinatorics
+1703.01484 Optimization and Control
+1703.01485 Computation and Language
+1703.01487 Analysis of PDEs
+1703.01488 Machine Learning
+1703.01489 Astrophysics of Galaxies
+1703.01491 Earth and Planetary Astrophysics
+1703.01492
+1703.01493 Popular Physics
+1703.01494 Functional Analysis
+1703.01495 Superconductivity
+1703.01496
+1703.01500 Computers and Society
+1703.01501 Physics and Society
+1703.01502 Statistical Mechanics
+1703.01503 Adaptation and Self-Organizing Systems
+1703.01504 Information Theory
+1703.01505 Mathematical Finance
+1703.01506 Applications
+1703.01507 Data Structures and Algorithms
+1703.01508 Classical Analysis and ODEs
+1703.01509 Optimization and Control
+1703.01510 Materials Science
+1703.01511 Complex Variables
+1703.01512 Earth and Planetary Astrophysics
+1703.01513 Computer Vision and Pattern Recognition
+1703.01514 Solar and Stellar Astrophysics
+1703.01515 Computer Vision and Pattern Recognition
+1703.01516
+1703.01517
+1703.01518 Methodology
+1703.01519 Theory
+1703.01520 Solar and Stellar Astrophysics
+1703.01522 Dynamical Systems
+1703.01524
+1703.01525 Information Theory
+1703.01526 Applications
+1703.01527 Information Theory
+1703.01528 Theory
+1703.01529 High Energy Astrophysical Phenomena
+1703.01530 Classical Analysis and ODEs
+1703.01531 Soft Condensed Matter
+1703.01532 Data Structures and Algorithms
+1703.01533 Functional Analysis
+1703.01534 Cryptography and Security
+1703.01535 Classical Analysis and ODEs
+1703.01536 Machine Learning
+1703.01538 Classical Analysis and ODEs
+1703.01539 Data Structures and Algorithms
+1703.01541 Machine Learning
+1703.01542 Solar and Stellar Astrophysics
+1703.01543 Operator Algebras
+1703.01544 Computational Geometry
+1703.01545 Chemical Physics
+1703.01546 Analysis of PDEs
+1703.01547 Algebraic Topology
+1703.01548 Information Theory
+1703.01549 Complex Variables
+1703.01550 Computer Vision and Pattern Recognition
+1703.01552 Software Engineering
+1703.01553 Software Engineering
+1703.01555 Phenomenology
+1703.01558 Mesoscale and Nanoscale Physics
+1703.01559 Mesoscale and Nanoscale Physics
+1703.01560 Computer Vision and Pattern Recognition
+1703.01561 Commutative Algebra
+1703.01562 Information Theory
+1703.01564 Robotics
+1703.01566
+1703.01567 Plasma Physics
+1703.01568 High Energy Astrophysical Phenomena
+1703.01569 Instrumentation and Detectors
+1703.01570 Phenomenology
+1703.01571 Representation Theory
+1703.01572 Combinatorics
+1703.01574 Mathematical Finance
+1703.01575 Cosmology and Nongalactic Astrophysics
+1703.01576 Representation Theory
+1703.01577 Logic
+1703.01578 Algebraic Topology
+1703.01579 Plasma Physics
+1703.01580 Emerging Technologies
+1703.01581 Combinatorics
+1703.01582 Instrumentation and Detectors
+1703.01583 Operator Algebras
+1703.01584 Instrumentation and Detectors
+1703.01585 Systems and Control
+1703.01586 Information Theory
+1703.01587 Plasma Physics
+1703.01588 Combinatorics
+1703.01589 Dynamical Systems
+1703.01590
+1703.01592 Metric Geometry
+1703.01593 Analysis of PDEs
+1703.01594 Learning
+1703.01595 Earth and Planetary Astrophysics
+1703.01596
+1703.01597 Computer Vision and Pattern Recognition
+1703.01598
+1703.01600 Classical Analysis and ODEs
+1703.01601 Computers and Society
+1703.01602 Astrophysics of Galaxies
+1703.01603 Information Theory
+1703.01604 Experiment
+1703.01605 Computer Vision and Pattern Recognition
+1703.01606 Learning
+1703.01607 Analysis of PDEs
+1703.01608 Solar and Stellar Astrophysics
+1703.01610 Learning
+1703.01611 Theory
+1703.01612
+1703.01613 Optimization and Control
+1703.01615
+1703.01616
+1703.01617 Probability
+1703.01619 Computation and Language
+1703.01620 Classical Analysis and ODEs
+1703.01621 Superconductivity
+1703.01623 Theory
+1703.01624 Combinatorics
+1703.01625
+1703.01626 Phenomenology
+1703.01628 Analysis of PDEs
+1703.01629
+1703.01630 Experiment
+1703.01631 Theory
+1703.01632 Optics
+1703.01633 Theory
+1703.01634 Data Structures and Algorithms
+1703.01635 Complex Variables
+1703.01636 Analysis of PDEs
+1703.01637 Experiment
+1703.01638 Data Structures and Algorithms
+1703.01639 Optics
+1703.01640 Computational Geometry
+1703.01641 Networking and Internet Architecture
+1703.01642 Software Engineering
+1703.01643 Information Theory
+1703.01644 Soft Condensed Matter
+1703.01646 Computational Geometry
+1703.01647 Group Theory
+1703.01648 Solar and Stellar Astrophysics
+1703.01650 Theory
+1703.01651 Experiment
+1703.01652 Soft Condensed Matter
+1703.01653 Robotics
+1703.01654 Statistics Theory
+1703.01655
+1703.01656 Robotics
+1703.01657 Systems and Control
+1703.01658 Statistics Theory
+1703.01659 Space Physics
+1703.01660 Algebraic Geometry
+1703.01661 Robotics
+1703.01662 Dynamical Systems
+1703.01663 Materials Science
+1703.01664 Computer Vision and Pattern Recognition
+1703.01665 Methodology
+1703.01666 Optics
+1703.01667
+1703.01668
+1703.01669 Fluid Dynamics
+1703.01670 Systems and Control
+1703.01671 Artificial Intelligence
+1703.01672 Information Theory
+1703.01673 Systems and Control
+1703.01674 Theory
+1703.01675 Disordered Systems and Neural Networks
+1703.01677 Number Theory
+1703.01679 Instrumentation and Methods for Astrophysics
+1703.01683 Instrumentation and Detectors
+1703.01684 Algebraic Geometry
+1703.01685 Chemical Physics
+1703.01686 Data Structures and Algorithms
+1703.01688
+1703.01690 Software Engineering
+1703.01691 Computational Geometry
+1703.01692 Methodology
+1703.01693
+1703.01694 Computation and Language
+1703.01695 Spectral Theory
+1703.01697 Artificial Intelligence
+1703.01698 Computer Vision and Pattern Recognition
+1703.01699 Numerical Analysis
+1703.01700 General Topology
+1703.01701 Information Theory
+1703.01702 Computer Vision and Pattern Recognition
+1703.01703 Learning
+1703.01704 Distributed, Parallel, and Cluster Computing
+1703.01705 Plasma Physics
+1703.01706
+1703.01707 Information Theory
+1703.01708
+1703.01709 Spectral Theory
+1703.01710 Algebraic Geometry
+1703.01711 Astrophysics of Galaxies
+1703.01712 Solar and Stellar Astrophysics
+1703.01715
+1703.01716 Geometric Topology
+1703.01717 Machine Learning
+1703.01718 Geometric Topology
+1703.01719 Chemical Physics
+1703.01720 Computation and Language
+1703.01721 Statistics Theory
+1703.01722 Materials Science
+1703.01724
+1703.01725 Social and Information Networks
+1703.01726 Computation and Language
+1703.01727 Databases
+1703.01728 Materials Science
+1703.01729
+1703.01730 Symplectic Geometry
+1703.01731 Symplectic Geometry
+1703.01732 Learning
+1703.01733
+1703.01734 High Energy Astrophysical Phenomena
+1703.01735 Analysis of PDEs
+1703.01737 Analysis of PDEs
+1703.01739 Probability
+1703.01742 Earth and Planetary Astrophysics
+1703.01744 Theory
+1703.01745 Theory
+1703.01746 Dynamical Systems
+1703.01747 Algebraic Geometry
+1703.01748 Dynamical Systems
+1703.01749
+1703.01751
+1703.01752 Logic
+1703.01753
+1703.01754 Optimization and Control
+1703.01755 Numerical Analysis
+1703.01756 Commutative Algebra
+1703.01757 Phenomenology
+1703.01758 Differential Geometry
+1703.01759 Theory
+1703.01760 Information Retrieval
+1703.01761 Combinatorics
+1703.01763 Dynamical Systems
+1703.01764 Logic
+1703.01766 Experiment
+1703.01767
+1703.01768 Geometric Topology
+1703.01769 Theory
+1703.01770 Materials Science
+1703.01771 Theory
+1703.01772 Number Theory
+1703.01773 Group Theory
+1703.01774 Numerical Analysis
+1703.01775 Computer Vision and Pattern Recognition
+1703.01776 Methodology
+1703.01777 Statistics Theory
+1703.01778 Materials Science
+1703.01779 Geometric Topology
+1703.01780 Neural and Evolutionary Computing
+1703.01781 Phenomenology
+1703.01782 Strongly Correlated Electrons
+1703.01783
+1703.01784
+1703.01785 Machine Learning
+1703.01787 Functional Analysis
+1703.01788
+1703.01789 Sound
+1703.01790 Computer Vision and Pattern Recognition
+1703.01791 Cosmology and Nongalactic Astrophysics
+1703.01792
+1703.01793 Neural and Evolutionary Computing
+1703.01794 Analysis of PDEs
+1703.01795
+1703.01796 Rings and Algebras
+1703.01797 Probability
+1703.01798 Dynamical Systems
+1703.01799 Strongly Correlated Electrons
+1703.01801 Algebraic Geometry
+1703.01802 Soft Condensed Matter
+1703.01803 Optimization and Control
+1703.01804 Learning
+1703.01805 Methodology
+1703.01806 Logic
+1703.01807 Strongly Correlated Electrons
+1703.01810 Optics
+1703.01811 Complex Variables
+1703.01812 Computational Physics
+1703.01813 Probability
+1703.01815 Dynamical Systems
+1703.01817 Earth and Planetary Astrophysics
+1703.01818 Molecular Networks
+1703.01819 Differential Geometry
+1703.01820 Cryptography and Security
+1703.01821 Analysis of PDEs
+1703.01822 High Energy Astrophysical Phenomena
+1703.01823 Optics
+1703.01824 Earth and Planetary Astrophysics
+1703.01825 High Energy Astrophysical Phenomena
+1703.01826
+1703.01827 Computer Vision and Pattern Recognition
+1703.01829 Rings and Algebras
+1703.01830 Learning
+1703.01831
+1703.01832 Optics
+1703.01834 Number Theory
+1703.01835
+1703.01837 Number Theory
+1703.01838 Astrophysics of Galaxies
+1703.01839 Combinatorics
+1703.01840 Materials Science
+1703.01842 Computer Vision and Pattern Recognition
+1703.01844 Atomic and Molecular Clusters
+1703.01847 Data Structures and Algorithms
+1703.01848 Quantum Algebra
+1703.01849 Strongly Correlated Electrons
+1703.01850 Complex Variables
+1703.01851 Computer Science and Game Theory
+1703.01852
+1703.01853 Differential Geometry
+1703.01854 Functional Analysis
+1703.01855 Complex Variables
+1703.01856 Optics
+1703.01859 Distributed, Parallel, and Cluster Computing
+1703.01860 Logic in Computer Science
+1703.01861 Complex Variables
+1703.01862 Solar and Stellar Astrophysics
+1703.01863 Cryptography and Security
+1703.01864 Representation Theory
+1703.01865 K-Theory and Homology
+1703.01866 Methodology
+1703.01867 Instrumentation and Detectors
+1703.01868 General Topology
+1703.01869 Algebraic Geometry
+1703.01870 Mesoscale and Nanoscale Physics
+1703.01871 Atomic Physics
+1703.01872 Machine Learning
+1703.01873 Information Theory
+1703.01874 Combinatorics
+1703.01875 High Energy Astrophysical Phenomena
+1703.01877 Experiment
+1703.01878 Adaptation and Self-Organizing Systems
+1703.01879 Statistical Mechanics
+1703.01880 Emerging Technologies
+1703.01881 Lattice
+1703.01882 Optimization and Control
+1703.01883 Computer Vision and Pattern Recognition
+1703.01885 Astrophysics of Galaxies
+1703.01886 Discrete Mathematics
+1703.01887 Neural and Evolutionary Computing
+1703.01888 Systems and Control
+1703.01889
+1703.01890 Representation Theory
+1703.01891 Functional Analysis
+1703.01892 Soft Condensed Matter
+1703.01893 Artificial Intelligence
+1703.01894 Strongly Correlated Electrons
+1703.01896 Populations and Evolution
+1703.01897 Software Engineering
+1703.01898 Machine Learning
+1703.01899 Analysis of PDEs
+1703.01900 Quantitative Methods
+1703.01901 Analysis of PDEs
+1703.01902 Instrumentation and Methods for Astrophysics
+1703.01904 Classical Analysis and ODEs
+1703.01906 Classical Analysis and ODEs
+1703.01907 Classical Analysis and ODEs
+1703.01908 Artificial Intelligence
+1703.01909 Neural and Evolutionary Computing
+1703.01910 Databases
+1703.01911 Analysis of PDEs
+1703.01913 Data Structures and Algorithms
+1703.01914 Chaotic Dynamics
+1703.01915 Solar and Stellar Astrophysics
+1703.01916 Information Theory
+1703.01917 Representation Theory
+1703.01918 Computer Vision and Pattern Recognition
+1703.01919 Probability
+1703.01920 Numerical Analysis
+1703.01921
+1703.01923 Systems and Control
+1703.01924 Artificial Intelligence
+1703.01925 Machine Learning
+1703.01926 Strongly Correlated Electrons
+1703.01927 Optimization and Control
+1703.01928 Computational Complexity
+1703.01929 Instrumentation and Detectors
+1703.01930 Astrophysics of Galaxies
+1703.01931 Multiagent Systems
+1703.01932
+1703.01933 Information Theory
+1703.01934 Phenomenology
+1703.01935
+1703.01937 Applications
+1703.01938 Analysis of PDEs
+1703.01940 Number Theory
+1703.01941 Numerical Analysis
+1703.01942 Optimization and Control
+1703.01945 Robotics
+1703.01947
+1703.01948 Optics
+1703.01950 Complex Variables
+1703.01951 Theory
+1703.01952 Computer Science and Game Theory
+1703.01954
+1703.01955 Number Theory
+1703.01956 Information Theory
+1703.01957 Computer Science and Game Theory
+1703.01958 Learning
+1703.01961 Machine Learning
+1703.01962 Machine Learning
+1703.01963 Artificial Intelligence
+1703.01964 Chaotic Dynamics
+1703.01965
+1703.01966
+1703.01967 Statistical Mechanics
+1703.01969 Optimization and Control
+1703.01970 Learning
+1703.01971 Artificial Intelligence
+1703.01972 Computer Vision and Pattern Recognition
+1703.01973 Machine Learning
+1703.01974 Symbolic Computation
+1703.01975 Distributed, Parallel, and Cluster Computing
+1703.01977 Applications
+1703.01978
+1703.01979 Instrumentation and Methods for Astrophysics
+1703.01980 Computational Physics
+1703.01981 Analysis of PDEs
+1703.01982 Instrumentation and Methods for Astrophysics
+1703.01983 Phenomenology
+1703.01985 Networking and Internet Architecture
+1703.01986 Multimedia
+1703.01987 Phenomenology
+1703.01988 Learning
+1703.01989 Statistical Finance
+1703.01990 Systems and Control
+1703.01991 Phenomenology
+1703.01992 Instrumentation and Detectors
+1703.01993 Number Theory
+1703.01994 Statistical Mechanics
+1703.01995 Logic
+1703.01996
+1703.01997 Spectral Theory
+1703.01999 Quantitative Methods
+1703.02000 Learning
+1703.02001 Algebraic Geometry
+1703.02002 Social and Information Networks
+1703.02003 Mesoscale and Nanoscale Physics
+1703.02004 Mesoscale and Nanoscale Physics
+1703.02005 Networking and Internet Architecture
+1703.02007 Probability
+1703.02008 Information Theory
+1703.02009 Neural and Evolutionary Computing
+1703.02010 Dynamical Systems
+1703.02011 Biological Physics
+1703.02012 Pattern Formation and Solitons
+1703.02013 Superconductivity
+1703.02014 Cryptography and Security
+1703.02015 Logic in Computer Science
+1703.02016 Computer Vision and Pattern Recognition
+1703.02017 Fluid Dynamics
+1703.02018 Computer Vision and Pattern Recognition
+1703.02019 Computation and Language
+1703.02020 Soft Condensed Matter
+1703.02021 Cosmology and Nongalactic Astrophysics
+1703.02023 Analysis of PDEs
+1703.02024 Quantum Gases
+1703.02025 Information Theory
+1703.02026
+1703.02027 Algebraic Geometry
+cs/0210024 Data Structures and Algorithms
+math/0611225 Algebraic Topology
+0909.1817 Information Theory
+1210.3376 Rings and Algebras
+1212.5563 Risk Management
+1305.2151 Risk Management
+1305.2288 Geometric Topology
+1305.5526 Probability
+1305.6022 Rings and Algebras
+1309.0269 Probability
+1309.0474 Portfolio Management
+1309.2605 Number Theory
+1309.6186 Algebraic Geometry
+1309.6789 Analysis of PDEs
+1310.3599 Logic
+1312.4034 Analysis of PDEs
+1402.1679 Analysis of PDEs
+1402.2221 Optimization and Control
+1402.2397 Differential Geometry
+1403.0773 Rings and Algebras
+1403.4130 K-Theory and Homology
+1403.7610 Logic
+1404.1694 Theory
+1404.5666 Computation
+1404.5928 Optimization and Control
+1404.6890 Data Structures and Algorithms
+1404.7269 Representation Theory
+1404.7440 Functional Analysis
+1405.7267 Classical Analysis and ODEs
+1408.2572 Information Theory
+1408.3006 Differential Geometry
+1409.2560 Phenomenology
+1409.2820 Theory
+1410.2925 Probability
+1410.4156 Databases
+1410.4416 Logic in Computer Science
+1411.0710 Computer Science and Game Theory
+1411.7779 Optics
+1412.6724 Information Theory
+1501.01768 Algebraic Geometry
+1501.03475 Differential Geometry
+1501.04174 Combinatorics
+1501.07315 Learning
+1501.07725 Data Structures and Algorithms
+1502.07378 Algebraic Geometry
+1503.01822 Quantum Algebra
+1503.03335 Differential Geometry
+1503.05364 Rings and Algebras
+1503.08673
+1504.01035 Soft Condensed Matter
+1504.01774 Dynamical Systems
+1504.02141 Learning
+1504.02875 Databases
+1504.05685 Differential Geometry
+1505.01313 Analysis of PDEs
+1505.05132 Mesoscale and Nanoscale Physics
+1506.00177 Algebraic Geometry
+1506.00905 Logic
+1506.02981 Mesoscale and Nanoscale Physics
+1506.08393 Theory
+1506.08915 Information Theory
+1507.01895 Optimization and Control
+1507.04921 Computers and Society
+1508.00385 Combinatorics
+1508.02367 Risk Management
+1508.04985 Classical Analysis and ODEs
+1509.01142 Algebraic Topology
+1509.03837
+1509.05787 Algebraic Geometry
+1510.00839 Combinatorics
+1510.03860
+1511.03395 Applications
+1511.03507
+1511.06291 Operator Algebras
+1511.08598 Data Structures and Algorithms
+1512.01856 Materials Science
+1512.02546 Discrete Mathematics
+1601.00121
+1601.01661 Fluid Dynamics
+1601.01775 Commutative Algebra
+1601.04676 Theory
+1602.00251 Cryptography and Security
+1602.03785 Analysis of PDEs
+1602.03905
+1602.07396 Digital Libraries
+1602.08613 Probability
+1603.00453 Theory
+1603.03244 Mesoscale and Nanoscale Physics
+1603.05688 Astrophysics of Galaxies
+1603.06855 Materials Science
+1603.08816 Differential Geometry
+1604.00157 Mesoscale and Nanoscale Physics
+1604.01601
+1604.01938 Group Theory
+1604.03691
+1604.06755 Number Theory
+1604.07375 Group Theory
+1604.08169 Fluid Dynamics
+1605.01980 Materials Science
+1605.03515 Strongly Correlated Electrons
+1605.07036 Instrumentation and Methods for Astrophysics
+1605.09149 Mesoscale and Nanoscale Physics
+1606.01616
+1606.03267
+1606.05186 Instrumentation and Detectors
+1606.06858 Metric Geometry
+1606.07035 Learning
+1606.09314
+1607.03338 Computational Geometry
+1607.03824 Geometric Topology
+1608.00608 Astrophysics of Galaxies
+1608.01411 Materials Science
+1608.01538
+1608.01602
+1608.01974
+1608.03400
+1608.03432 Mesoscale and Nanoscale Physics
+1608.04087 Mesoscale and Nanoscale Physics
+1608.04284 Phenomenology
+1608.04999 Programming Languages
+1608.05208
+1608.05997 Information Theory
+1608.06230 Analysis of PDEs
+1608.08191 Mesoscale and Nanoscale Physics
+1609.00226
+1609.00948 Other Condensed Matter
+1609.01306
+1609.02683 Disordered Systems and Neural Networks
+1609.03788
+1609.04979 Cosmology and Nongalactic Astrophysics
+1609.05432 Theory
+1609.06263 Strongly Correlated Electrons
+1609.06858 Strongly Correlated Electrons
+1609.07931 Superconductivity
+1609.07993 Materials Science
+1609.09625 Combinatorics
+1610.00553
+1610.01271 Methodology
+1610.01958 Classical Analysis and ODEs
+1610.02087
+1610.03057
+1610.03882
+1610.04240 Statistical Mechanics
+1610.05246 Statistics Theory
+1610.05266 Fluid Dynamics
+1610.06113 Probability
+1610.06329 Numerical Analysis
+1610.08213
+1610.09642
+1611.00412 Analysis of PDEs
+1611.01225 Populations and Evolution
+1611.03233 Multimedia
+1611.03249 Atomic Physics
+1611.03672 Mesoscale and Nanoscale Physics
+1611.04546 Combinatorics
+1611.04661 Chemical Physics
+1611.05770
+1611.05832
+1611.07937
+1611.07997 Strongly Correlated Electrons
+1611.08924 Fluid Dynamics
+1611.09073 Information Theory
+1611.09585 Algebraic Geometry
+1612.00232 Instrumentation and Detectors
+1612.00237 Instrumentation and Detectors
+1612.00750 Social and Information Networks
+1612.00871 Instrumentation and Detectors
+1612.01077 Algebraic Geometry
+1612.01451 Earth and Planetary Astrophysics
+1612.02330 Differential Geometry
+1612.02851 Representation Theory
+1612.03554 Populations and Evolution
+1612.04947 Probability
+1612.05645 Cosmology and Nongalactic Astrophysics
+1612.06898 Number Theory
+1612.08332 Strongly Correlated Electrons
+1612.08677 Group Theory
+1612.08711 Phenomenology
+1612.08893 Mesoscale and Nanoscale Physics
+1612.09109 Quantum Gases
+1612.09147 Learning
+1701.00245 Theory
+1701.00527
+1701.00949
+1701.01020 General Physics
+1701.01284 Symplectic Geometry
+1701.01534 Analysis of PDEs
+1701.01657 Robotics
+1701.01678 Optics
+1701.01742 Instrumentation and Methods for Astrophysics
+1701.01758 Materials Science
+1701.02369 Human-Computer Interaction
+1701.02481 Computation and Language
+1701.03196 Theory
+1701.03235 Analysis of PDEs
+1701.03481 Physics and Society
+1701.03742 Materials Science
+1701.04078 Instrumentation and Detectors
+1701.04137 Cryptography and Security
+1701.04369 Algebraic Geometry
+1701.04731 Instrumentation and Methods for Astrophysics
+1701.05407 Solar and Stellar Astrophysics
+1701.05662 Biological Physics
+1701.06189
+1701.06392 Phenomenology
+1701.06413 Group Theory
+1701.06684 Mesoscale and Nanoscale Physics
+1701.06713 Mesoscale and Nanoscale Physics
+1701.06752 Probability
+1701.06865 Theory
+1701.07053 Quantitative Methods
+1701.07088 Physics and Society
+1701.07120
+1701.07251 Group Theory
+1701.07256 Mesoscale and Nanoscale Physics
+1701.07274 Learning
+1701.07326 Algebraic Geometry
+1701.07330 Combinatorics
+1701.07331 Cryptography and Security
+1701.07376 Phenomenology
+1701.07379 Tissues and Organs
+1701.07430 Rings and Algebras
+1701.07431 Instrumentation and Detectors
+1701.07432 Instrumentation and Detectors
+1701.07434 Networking and Internet Architecture
+1701.07437 Phenomenology
+1701.07439 Solar and Stellar Astrophysics
+1701.07440 Astrophysics of Galaxies
+1701.07441 High Energy Astrophysical Phenomena
+1701.07443 Phenomenology
+1701.07444
+1701.07445 Theory
+1701.07446 Numerical Analysis
+1701.07447 Information Theory
+1701.07448 Astrophysics of Galaxies
+1701.07449
+1701.07450 High Energy Astrophysical Phenomena
+1701.07451 Dynamical Systems
+1701.07453 Numerical Analysis
+1701.07454 Mesoscale and Nanoscale Physics
+1701.07455
+1701.07456 Systems and Control
+1701.07457 High Energy Astrophysical Phenomena
+1701.07458 Quantum Algebra
+1701.07460 Number Theory
+1701.07462
+1701.07463 Discrete Mathematics
+1701.07465 Lattice
+1701.07467 Differential Geometry
+1701.07468 Algebraic Geometry
+1701.07470 Logic in Computer Science
+1701.07472 Combinatorics
+1701.07473 Data Structures and Algorithms
+1701.07474 Learning
+1701.07475 Optimization and Control
+1701.07476 Functional Analysis
+1701.07477 Information Theory
+1701.07479 Physics and Society
+1701.07482 Systems and Control
+1701.07483 Methodology
+1701.07484 Computers and Society
+1701.07486 Exactly Solvable and Integrable Systems
+1701.07487 Numerical Analysis
+1701.07488 Information Theory
+1701.07490 Social and Information Networks
+1701.07491 Optimization and Control
+1701.07492 Combinatorics
+1701.07493 Quantum Gases
+1701.07494
+1701.07495 Information Theory
+1701.07496 Methodology
+1701.07497 Combinatorics
+1701.07498 Data Structures and Algorithms
+1701.07499 Fluid Dynamics
+1701.07500 Distributed, Parallel, and Cluster Computing
+1701.07503
+1701.07504 Medical Physics
+1701.07505 Materials Science
+1701.07506 Methodology
+1701.07508 Classical Analysis and ODEs
+1701.07509 Materials Science
+1701.07511 Theory
+1701.07513 Earth and Planetary Astrophysics
+1701.07514 Dynamical Systems
+1701.07515 Combinatorics
+1701.07516 Information Theory
+1701.07519
+1701.07520
+1701.07522 Information Theory
+1701.07523 Materials Science
+1701.07524 Information Theory
+1701.07525 Geometric Topology
+1701.07526 Materials Science
+1701.07529 Numerical Analysis
+1701.07530 Instrumentation and Detectors
+1701.07532 Mesoscale and Nanoscale Physics
+1701.07533 Representation Theory
+1701.07534 Numerical Analysis
+1701.07535 Statistics Theory
+1701.07536 Numerical Analysis
+1701.07537 Complex Variables
+1701.07538 Category Theory
+1701.07539
+1701.07543 Learning
+1701.07545 Space Physics
+1701.07546 Number Theory
+1701.07547 Robotics
+1701.07548 Logic
+1701.07549 Robotics
+1701.07551 Number Theory
+1701.07552 Differential Geometry
+1701.07555 Methodology
+1701.07556 Superconductivity
+1701.07557 Strongly Correlated Electrons
+1701.07558 Strongly Correlated Electrons
+1701.07559 Lattice
+1701.07560 Fluid Dynamics
+1701.07561 Instrumentation and Methods for Astrophysics
+1701.07562 Instrumentation and Methods for Astrophysics
+1701.07563 Representation Theory
+1701.07564 Representation Theory
+1701.07565 Logic
+1701.07568 Probability
+1701.07569 Optimization and Control
+1701.07571 Phenomenology
+1701.07572 Statistics Theory
+1701.07574 Strongly Correlated Electrons
+1701.07575 Superconductivity
+1701.07577 Methodology
+1701.07578 Mesoscale and Nanoscale Physics
+1701.07579 Information Theory
+1701.07580
+1701.07581 Quantum Gases
+1701.07583 Dynamical Systems
+1701.07585 Soft Condensed Matter
+1701.07587
+1701.07588 Information Theory
+1701.07589
+1701.07590 Systems and Control
+1701.07591 Superconductivity
+1701.07592 Geometric Topology
+1701.07594 Robotics
+1701.07597
+1701.07598 Mesoscale and Nanoscale Physics
+1701.07599 Algebraic Topology
+1701.07600 Accelerator Physics
+1701.07602 Information Theory
+1701.07603 Statistical Mechanics
+1701.07604 Computer Vision and Pattern Recognition
+1701.07605 Information Theory
+1701.07606 Combinatorics
+1701.07607 Computers and Society
+1701.07612 Algebraic Topology
+1701.07613 Fluid Dynamics
+1701.07614 Computer Science and Game Theory
+1701.07616 Information Theory
+1701.07617 Dynamical Systems
+1701.07618 Classical Physics
+1701.07619 Optimization and Control
+1701.07620 Numerical Analysis
+1701.07622 Materials Science
+1701.07624 Quantum Gases
+1701.07625
+1701.07626 Dynamical Systems
+1701.07627 Functional Analysis
+1701.07628
+1701.07629 Information Theory
+1701.07630 Rings and Algebras
+1701.07631 Astrophysics of Galaxies
+1701.07633 Probability
+1701.07635 Phenomenology
+1701.07636 Information Theory
+1701.07637 Accelerator Physics
+1701.07639 Combinatorics
+1701.07640
+1701.07642
+1701.07644 Astrophysics of Galaxies
+1701.07645 Discrete Mathematics
+1701.07646 Neurons and Cognition
+1701.07647
+1701.07648 Materials Science
+1701.07649 Soft Condensed Matter
+1701.07651 Materials Science
+1701.07652 Number Theory
+1701.07653 Category Theory
+1701.07654 Earth and Planetary Astrophysics
+1701.07655 Materials Science
+1701.07656 Dynamical Systems
+1701.07657 Artificial Intelligence
+1701.07658 Representation Theory
+1701.07659
+1701.07660 Probability
+1701.07661 Astrophysics of Galaxies
+1701.07662 Representation Theory
+1701.07663 Probability
+1701.07664 Phenomenology
+1701.07666 Cryptography and Security
+1701.07667 Combinatorics
+1701.07669 High Energy Astrophysical Phenomena
+1701.07670
+1701.07671 Cryptography and Security
+1701.07672 Materials Science
+1701.07673 Lattice
+1701.07674 Earth and Planetary Astrophysics
+1701.07675 Information Theory
+1701.07676 Cryptography and Security
+1701.07677 Optimization and Control
+1701.07681 Data Structures and Algorithms
+1701.07682 Classical Analysis and ODEs
+1701.07683 Instrumentation and Detectors
+1701.07684 Rings and Algebras
+1701.07685 Computational Physics
+1701.07687
+1701.07688
+1701.07690 Probability
+1701.07692 Earth and Planetary Astrophysics
+1701.07693 Combinatorics
+1701.07695 Information Theory
+1701.07696 Artificial Intelligence
+1701.07697 Other Computer Science
+1701.07698 Probability
+1701.07699 Chaotic Dynamics
+1701.07700
+1701.07701 Group Theory
+1701.07702
+1701.07703 Instrumentation and Detectors
+1701.07704 Atomic and Molecular Clusters
+1701.07705 Statistical Mechanics
+1701.07707 Information Theory
+1701.07708 Instrumentation and Methods for Astrophysics
+1701.07710 Analysis of PDEs
+1701.07711 Instrumentation and Methods for Astrophysics
+1701.07712 Cell Behavior
+1701.07713 Materials Science
+1701.07715 Emerging Technologies
+1701.07716 Commutative Algebra
+1701.07718 Strongly Correlated Electrons
+1701.07719 Combinatorics
+1701.07720 Algebraic Topology
+1701.07721 Commutative Algebra
+1701.07722 Strongly Correlated Electrons
+1701.07723 Databases
+1701.07727 Commutative Algebra
+1701.07728 Superconductivity
+1701.07729 Physics and Society
+1701.07730 Information Theory
+1701.07731 Information Theory
+1701.07732 Computer Vision and Pattern Recognition
+1701.07734 Fluid Dynamics
+1701.07737
+1701.07738 Information Theory
+1701.07739 Databases
+1701.07741 Representation Theory
+1701.07743 Instrumentation and Methods for Astrophysics
+1701.07744 Quantitative Methods
+1701.07745 Methodology
+1701.07746 Theory
+1701.07747
+1701.07748 Combinatorics
+1701.07749
+1701.07750 Mesoscale and Nanoscale Physics
+1701.07751 Functional Analysis
+1701.07752 Combinatorics
+1701.07753 High Energy Astrophysical Phenomena
+1701.07754 Physics Education
+1701.07756 Artificial Intelligence
+1701.07757
+1701.07758 Mesoscale and Nanoscale Physics
+1701.07759 Solar and Stellar Astrophysics
+1701.07760 Algebraic Geometry
+1701.07761 Machine Learning
+1701.07762 Analysis of PDEs
+1701.07763 Classical Analysis and ODEs
+1701.07765 Human-Computer Interaction
+1701.07766 Functional Analysis
+1701.07767 Learning
+1701.07768 Geometric Topology
+1701.07769 Artificial Intelligence
+1701.07772 Disordered Systems and Neural Networks
+1701.07773 Experiment
+1701.07774 Cryptography and Security
+1701.07775 Neurons and Cognition
+1701.07776 Methodology
+1701.07777 Functional Analysis
+1701.07778 Combinatorics
+1701.07779 Complex Variables
+1701.07780 Strongly Correlated Electrons
+1701.07781 Numerical Analysis
+1701.07782 Lattice
+1701.07783 Theory
+1701.07785 Probability
+1701.07786 Rings and Algebras
+1701.07788 Symplectic Geometry
+1701.07789 Algebraic Geometry
+1701.07790 Robotics
+1701.07792 Lattice
+1701.07793 Mesoscale and Nanoscale Physics
+1701.07794
+1701.07795 Information Retrieval
+1701.07796 Information Theory
+1701.07797
+1701.07798 Instrumentation and Methods for Astrophysics
+1701.07799 Robotics
+1701.07800 Classical Analysis and ODEs
+1701.07801
+1701.07805 Information Theory
+1701.07806 Combinatorics
+1701.07809 Analysis of PDEs
+1701.07813 Strongly Correlated Electrons
+1701.07814 Complex Variables
+1701.07816
+1701.07820 Strongly Correlated Electrons
+1701.07821 Symplectic Geometry
+0901.1052 Commutative Algebra
+1006.3197
+1007.0152 Metric Geometry
+1101.0471
+1208.0389 Theory
+1209.0416 Theory
+1210.6586
+1302.6498 Applications
+1310.0393 Theory
+1312.6657 Dynamical Systems
+1401.0682
+1401.0851 Numerical Analysis
+1404.6516 Rings and Algebras
+1408.1125 Physics Education
+1408.1536 Probability
+1408.2980 Quantum Gases
+1408.3960 Dynamical Systems
+1408.4542 Computation
+1410.4231 Computation
+1410.8457 Algebraic Geometry
+1412.1605 Statistics Theory
+1412.4160 Computation and Language
+1412.4813 Information Theory
+1501.00860 Combinatorics
+1501.06083
+1501.06556 Functional Analysis
+1502.04561 Combinatorics
+1502.04938 Computation and Language
+1502.05274 Economics
+1502.06008 Functional Analysis
+1502.06487 Probability
+1503.00155 Algebraic Geometry
+1503.02269
+1503.04123 Computation
+1505.06663 Quantum Gases
+1506.04629 Combinatorics
+1506.08566 Probability
+1507.04943 Logic in Computer Science
+1508.01213 Mesoscale and Nanoscale Physics
+1508.04900 Trading and Market Microstructure
+1508.05057 Functional Analysis
+1509.01449 Classical Analysis and ODEs
+1509.02031
+1509.02300 Differential Geometry
+1509.02571 Analysis of PDEs
+1509.06462 Statistical Mechanics
+1509.07819 Number Theory
+1510.01354 Number Theory
+1510.04334 Optics
+1510.07232 Differential Geometry
+1510.08786 Logic in Computer Science
+1511.05091 Analysis of PDEs
+1511.05943 Learning
+1511.06417 Applications
+1511.06513 Dynamical Systems
+1511.07964 Optics
+1511.07968 Optics
+1511.09371 Analysis of PDEs
+1512.01534 Rings and Algebras
+1512.04245 Functional Analysis
+1512.06649 Data Structures and Algorithms
+1512.08731 Methodology
+1512.09367 Theory
+1601.00438 Spectral Theory
+1601.02589 Algebraic Geometry
+1601.04621 Social and Information Networks
+1601.04812 Numerical Analysis
+1601.06744 Cryptography and Security
+1601.07952
+1601.08086 Algebraic Geometry
+1602.05831 Formal Languages and Automata Theory
+1602.06084 Metric Geometry
+1603.00672 Number Theory
+1603.01986 Classical Analysis and ODEs
+1603.05381 Group Theory
+1603.07529 Statistical Mechanics
+1604.00106
+1604.01391 Rings and Algebras
+1604.02073 Complex Variables
+1604.02575 Probability
+1604.03723 Geometric Topology
+1604.06238 Superconductivity
+1605.02113 Machine Learning
+1605.02496 Phenomenology
+1605.04362 Differential Geometry
+1605.06000
+1605.06057 Operator Algebras
+1605.07678 Computer Vision and Pattern Recognition
+1605.08436 Cosmology and Nongalactic Astrophysics
+1606.00129 Metric Geometry
+1606.00493 Statistical Mechanics
+1606.00676 Mesoscale and Nanoscale Physics
+1606.03114 Cosmology and Nongalactic Astrophysics
+1606.03216 Cosmology and Nongalactic Astrophysics
+1606.03810 Differential Geometry
+1606.03898 Computer Science and Game Theory
+1606.04573 Data Structures and Algorithms
+1606.05297 Theory
+1606.05473 Distributed, Parallel, and Cluster Computing
+1606.05487 Hardware Architecture
+1606.05565
+1606.05591 Optics
+1606.05864 Experiment
+1606.06199 Numerical Analysis
+1606.06624 Combinatorics
+1606.06669 Quantum Gases
+1606.07619 Atomic and Molecular Clusters
+1606.08530 Combinatorics
+1606.08755 Accelerator Physics
+1607.03071
+1607.05168
+1607.05196 Strongly Correlated Electrons
+1607.05401 Theory
+1607.05572 Computational Finance
+1607.05831 Statistical Finance
+1607.06103
+1607.06517 Data Structures and Algorithms
+1607.06597 Combinatorics
+1607.06886 Robotics
+1607.07307 Physics and Society
+1607.07530 Representation Theory
+1607.08269 Classical Analysis and ODEs
+1607.08581 Group Theory
+1607.08679 Cosmology and Nongalactic Astrophysics
+1608.00139 Artificial Intelligence
+1608.00269 Information Theory
+1608.00430 General Mathematics
+1608.00689 Computers and Society
+1608.00935 Optimization and Control
+1608.01940
+1608.02707 Distributed, Parallel, and Cluster Computing
+1608.03859 Computation
+1608.03894 Phenomenology
+1608.04472 Social and Information Networks
+1608.06781 Statistical Finance
+1608.07219 Theory
+1608.07561 Experiment
+1608.08203 Probability
+1609.00228
+1609.00756
+1609.00855 Pattern Formation and Solitons
+1609.02032 Experiment
+1609.02042 Instrumentation and Methods for Astrophysics
+1609.02799 Theory
+1609.03103 Robotics
+1609.04061 Geophysics
+1609.04811
+1609.04908 Phenomenology
+1609.06047 Phenomenology
+1609.06618 Functional Analysis
+1609.07432 Computational Physics
+1609.07459
+1609.09414 Astrophysics of Galaxies
+1609.09419 Optimization and Control
+1610.01156 Astrophysics of Galaxies
+1610.03270 Analysis of PDEs
+1610.04737 Mesoscale and Nanoscale Physics
+1610.05804 Number Theory
+1610.05988 Numerical Analysis
+1610.08469 Computers and Society
+1610.08499 Numerical Analysis
+1610.09902 Computational Engineering, Finance, and Science
+1611.00459 Information Theory
+1611.00913 Phenomenology
+1611.01441 Optics
+1611.02345 Learning
+1611.02418 Astrophysics of Galaxies
+1611.02813 Rings and Algebras
+1611.03238 Quantum Gases
+1611.04076 Computer Vision and Pattern Recognition
+1611.04192 Optimization and Control
+1611.04500 Machine Learning
+1611.05418 Computer Vision and Pattern Recognition
+1611.05573 Quantum Gases
+1611.05802 Superconductivity
+1611.05911 Data Structures and Algorithms
+1611.07232 Computation and Language
+1611.08036 Robotics
+1611.08170 Chaotic Dynamics
+1611.09803 Computer Vision and Pattern Recognition
+1611.09910 Solar and Stellar Astrophysics
+1612.00891 Computer Vision and Pattern Recognition
+1612.00945 Experiment
+1612.01271 Metric Geometry
+1612.01683
+1612.01832 General Physics
+1612.03067 Phenomenology
+1612.03262 Quantum Algebra
+1612.03743 Number Theory
+1612.03871 Artificial Intelligence
+1612.04553 High Energy Astrophysical Phenomena
+1612.04665 Strongly Correlated Electrons
+1612.05200 Popular Physics
+1612.05916 Numerical Analysis
+1612.06232 Cryptography and Security
+1612.06506 Superconductivity
+1612.06695 Statistical Mechanics
+1612.06742
+1612.07006 Soft Condensed Matter
+1612.07270 Statistical Mechanics
+1612.07648 General Mathematics
+1612.07687 Theory
+1612.09032 Combinatorics
+1612.09106 Applications
+1612.09564 Phenomenology
+1701.00035 Strongly Correlated Electrons
+1701.00248 Computer Science and Game Theory
+1701.00371 Phenomenology
+1701.00410 Phenomenology
+1701.00948 Discrete Mathematics
+1701.01119 Theory
+1701.01269 Phenomenology
+1701.01769 Disordered Systems and Neural Networks
+1701.02136 Analysis of PDEs
+1701.02632 Computer Vision and Pattern Recognition
+1701.03372
+1701.03649 Optics
+1701.03676 Quantum Gases
+1701.04214 Strongly Correlated Electrons
+1701.04592 Theory
+1701.04926 Information Theory
+1701.05032
+1701.05514 Phenomenology
+1701.05789 Software Engineering
+1701.06690 Commutative Algebra
+1701.07817 Theory
+1701.07879 Neurons and Cognition
+1701.08074 Systems and Control
+1701.08708 Chemical Physics
+1701.08837 Learning
+1702.00502 Digital Libraries
+1702.00615 Computer Vision and Pattern Recognition
+1702.01155
+1702.01243 Computer Vision and Pattern Recognition
+1702.01284 Data Structures and Algorithms
+1702.01401 Quantum Gases
+1702.01691 Learning
+1702.01918 Superconductivity
+1702.02104 Strongly Correlated Electrons
+1702.02171 Computation and Language
+1702.02397 Logic in Computer Science
+1702.02725 Plasma Physics
+1702.02842 Phenomenology
+1702.03166 Statistics Theory
+1702.03239
+1702.03277 Logic in Computer Science
+1702.03292 Commutative Algebra
+1702.03340 Differential Geometry
+1702.03367 Optimization and Control
+1702.03377 Statistics Theory
+1702.03473 Atomic Physics
+1702.03772 Systems and Control
+1702.04048 Numerical Analysis
+1702.04082 Social and Information Networks
+1702.04086 Probability
+1702.04325 Analysis of PDEs
+1702.04720
+1702.04792 Theory
+1702.04836
+1702.04901 Differential Geometry
+1702.05084 Analysis of PDEs
+1702.05470 Theory
+1702.05474 Statistical Mechanics
+1702.05560 Dynamical Systems
+1702.05567 Discrete Mathematics
+1702.05574 Statistics Theory
+1702.05744 Software Engineering
+1702.06217 Popular Physics
+1702.06260 Information Theory
+1702.06304 Phenomenology
+1702.06403
+1702.06488 Computation
+1702.06506 Computer Vision and Pattern Recognition
+1702.06705 Metric Geometry
+1702.06830 Computers and Society
+1702.06918
+1702.06980 Machine Learning
+1702.07061 Numerical Analysis
+1702.07099 Human-Computer Interaction
+1702.07204 Solar and Stellar Astrophysics
+1702.07240 Differential Geometry
+1702.07274 Machine Learning
+1702.07277 Classical Physics
+1702.07285 Computation and Language
+1702.07337 High Energy Astrophysical Phenomena
+1702.07343 Computer Vision and Pattern Recognition
+1702.07344 High Energy Astrophysical Phenomena
+1702.07346
+1702.07347 Phenomenology
+1702.07348 Astrophysics of Galaxies
+1702.07350 Astrophysics of Galaxies
+1702.07351 Astrophysics of Galaxies
+1702.07353 Solar and Stellar Astrophysics
+1702.07354 Instrumentation and Methods for Astrophysics
+1702.07355 Astrophysics of Galaxies
+1702.07356 Phenomenology
+1702.07357 Astrophysics of Galaxies
+1702.07358
+1702.07359 Phenomenology
+1702.07362 Theory
+1702.07363 Number Theory
+1702.07364 Strongly Correlated Electrons
+1702.07366 Theory
+1702.07367 Numerical Analysis
+1702.07368 Neurons and Cognition
+1702.07369 Differential Geometry
+1702.07370 Solar and Stellar Astrophysics
+1702.07371 Computer Vision and Pattern Recognition
+1702.07372 Subcellular Processes
+1702.07373 Computational Physics
+1702.07374 Statistical Finance
+1702.07378 Biological Physics
+1702.07379 Algebraic Topology
+1702.07381 Strongly Correlated Electrons
+1702.07382 Cosmology and Nongalactic Astrophysics
+1702.07383 Superconductivity
+1702.07384 Theory
+1702.07385
+1702.07386 Computer Vision and Pattern Recognition
+1702.07387
+1702.07388 Formal Languages and Automata Theory
+1702.07389 Robotics
+1702.07391
+1702.07392 Computer Vision and Pattern Recognition
+1702.07393 Robotics
+1702.07394 Statistical Mechanics
+1702.07395 Pattern Formation and Solitons
+1702.07396 Probability
+1702.07397 Analysis of PDEs
+1702.07399 Computational Geometry
+1702.07400 Machine Learning
+1702.07401 Exactly Solvable and Integrable Systems
+1702.07402 Representation Theory
+1702.07403 Data Structures and Algorithms
+1702.07404 Theory
+1702.07405 Machine Learning
+1702.07406 Group Theory
+1702.07407 Number Theory
+1702.07408
+1702.07409 Information Theory
+1702.07411 Differential Geometry
+1702.07412 Dynamical Systems
+1702.07413
+1702.07414 Earth and Planetary Astrophysics
+1702.07415 Symplectic Geometry
+1702.07417 Number Theory
+1702.07419 Probability
+1702.07420 Analysis of PDEs
+1702.07421 Dynamical Systems
+1702.07422 Applications
+1702.07423 Physics and Society
+1702.07424 Software Engineering
+1702.07425 Distributed, Parallel, and Cluster Computing
+1702.07426 Neural and Evolutionary Computing
+1702.07427 Operator Algebras
+1702.07429 Information Theory
+1702.07431 Software Engineering
+1702.07432 Computer Vision and Pattern Recognition
+1702.07433 Statistical Mechanics
+1702.07434 Astrophysics of Galaxies
+1702.07435 Data Structures and Algorithms
+1702.07436 Cryptography and Security
+1702.07437 Computers and Society
+1702.07438
+1702.07439 Materials Science
+1702.07441 Probability
+1702.07442 Materials Science
+1702.07443 Analysis of PDEs
+1702.07444 Learning
+1702.07445 Human-Computer Interaction
+1702.07448 Statistics Theory
+1702.07449 Methodology
+1702.07450 Learning
+1702.07451 Computer Vision and Pattern Recognition
+1702.07452 Multimedia
+1702.07453 Instrumentation and Methods for Astrophysics
+1702.07454 Complex Variables
+1702.07455 Strongly Correlated Electrons
+1702.07456 Cryptography and Security
+1702.07457 Number Theory
+1702.07458 Data Structures and Algorithms
+1702.07459
+1702.07460 Subcellular Processes
+1702.07461 Logic in Computer Science
+1702.07462 Social and Information Networks
+1702.07464 Cryptography and Security
+1702.07465 Applications
+1702.07466 Quantum Algebra
+1702.07468 Metric Geometry
+1702.07469 Statistical Mechanics
+1702.07470 Emerging Technologies
+1702.07472 Computer Vision and Pattern Recognition
+1702.07473 Functional Analysis
+1702.07474 Computer Vision and Pattern Recognition
+1702.07475 Robotics
+1702.07477
+1702.07478 Logic in Computer Science
+1702.07480 Human-Computer Interaction
+1702.07481 Digital Libraries
+1702.07482 Computer Vision and Pattern Recognition
+1702.07483 Physics and Society
+1702.07485 Superconductivity
+1702.07486 Computer Vision and Pattern Recognition
+1702.07488 Functional Analysis
+1702.07489 Networking and Internet Architecture
+1702.07490 Learning
+1702.07492 Robotics
+1702.07494 Mesoscale and Nanoscale Physics
+1702.07495 Computation and Language
+1702.07496 Spectral Theory
+1702.07497 Differential Geometry
+1702.07498 Information Theory
+1702.07499 Discrete Mathematics
+1702.07500 Combinatorics
+1702.07501 Other Computer Science
+1702.07502 Cryptography and Security
+1702.07503 Optimization and Control
+1702.07505 Optimization and Control
+1702.07506 Materials Science
+1702.07507 Computation and Language
+1702.07508 Computer Vision and Pattern Recognition
+1702.07509 Algebraic Geometry
+1702.07510 Information Theory
+1702.07511 Mesoscale and Nanoscale Physics
+1702.07512 Astrophysics of Galaxies
+1702.07514 Distributed, Parallel, and Cluster Computing
+1702.07515 Analysis of PDEs
+1702.07516 Fluid Dynamics
+1702.07517 Superconductivity
+1702.07518
+1702.07519 High Energy Astrophysical Phenomena
+1702.07520
+1702.07521 Cryptography and Security
+1702.07522 Solar and Stellar Astrophysics
+1702.07523 High Energy Astrophysical Phenomena
+1702.07524 High Energy Astrophysical Phenomena
+1702.07525 Optimization and Control
+1702.07526
+1702.07527 Astrophysics of Galaxies
+1702.07528 Optimization and Control
+1702.07529 Analysis of PDEs
+1702.07531 Numerical Analysis
+1702.07532 Quantum Gases
+1702.07533 Quantum Gases
+1702.07535 Analysis of PDEs
+1702.07536 Systems and Control
+1702.07537 Phenomenology
+1702.07538 Materials Science
+1702.07539 Learning
+1702.07540 Optimization and Control
+1702.07541
+1702.07542 Phenomenology
+1702.07543 Artificial Intelligence
+1702.07545 Information Theory
+1702.07546 Experiment
+1702.07547 Symplectic Geometry
+1702.07548 Multimedia
+1702.07549 Disordered Systems and Neural Networks
+1702.07550 Mesoscale and Nanoscale Physics
+1702.07551 Algebraic Geometry
+1702.07553 Algebraic Geometry
+1702.07554 Performance
+1702.07555 Computational Geometry
+1702.07556 Mathematical Finance
+1702.07557 Astrophysics of Galaxies
+1702.07558 Combinatorics
+1702.07559 Combinatorics
+1702.07560 Information Theory
+1702.07562 Materials Science
+1702.07563 Differential Geometry
+1702.07564 Analysis of PDEs
+1702.07565
+1702.07566 High Energy Astrophysical Phenomena
+1702.07567
+1702.07568 Mesoscale and Nanoscale Physics
+1702.07569 Solar and Stellar Astrophysics
+1702.07570 Representation Theory
+1702.07571 Astrophysics of Galaxies
+1702.07573 Mesoscale and Nanoscale Physics
+1702.07574 Commutative Algebra
+1702.07575 Pattern Formation and Solitons
+1702.07577 Data Structures and Algorithms
+1702.07580 Optimization and Control
+1702.07581 Phenomenology
+1702.07582 Atomic Physics
+1702.07584 Functional Analysis
+1702.07585 Numerical Analysis
+1702.07586 Mesoscale and Nanoscale Physics
+1702.07587 Mesoscale and Nanoscale Physics
+1702.07588 Cryptography and Security
+1702.07589 Discrete Mathematics
+1702.07590
+1702.07591 Analysis of PDEs
+1702.07593 Complex Variables
+1702.07594 Phenomenology
+1702.07595
+1702.07596 Soft Condensed Matter
+1702.07597 Chaotic Dynamics
+1702.07598
+1702.07599 Phenomenology
+1702.07600 Computer Vision and Pattern Recognition
+1702.07601 Information Theory
+1702.07602
+1702.07603 Computational Physics
+1702.07604 Combinatorics
+1702.07605 Distributed, Parallel, and Cluster Computing
+1702.07607
+1702.07608 Machine Learning
+1702.07609 Solar and Stellar Astrophysics
+1702.07610 Number Theory
+1702.07611 Computer Vision and Pattern Recognition
+1702.07612 Discrete Mathematics
+1702.07615 Optimization and Control
+1702.07617 Distributed, Parallel, and Cluster Computing
+1702.07618 Optimization and Control
+1702.07619 Computer Vision and Pattern Recognition
+1702.07620
+1702.07621 Cosmology and Nongalactic Astrophysics
+1702.07622 Differential Geometry
+1702.07623 Fluid Dynamics
+1702.07624 Information Theory
+1702.07625 Differential Geometry
+1702.07626 Classical Analysis and ODEs
+1702.07627 Multimedia
+1702.07628 Algebraic Geometry
+1702.07629 Operator Algebras
+1702.07630 Methodology
+1702.07631 Solar and Stellar Astrophysics
+1702.07633
+1702.07634 Physics and Society
+1702.07635 High Energy Astrophysical Phenomena
+1702.07639 Instrumentation and Detectors
+1702.07640 Lattice
+1702.07642 Analysis of PDEs
+1702.07643 Software Engineering
+1702.07647 Robotics
+1702.07648 Mesoscale and Nanoscale Physics
+1702.07649 Neurons and Cognition
+1702.07650 Number Theory
+1702.07651 Social and Information Networks
+1702.07652 Molecular Networks
+1702.07653
+1702.07656 Software Engineering
+1702.07657 Information Theory
+1702.07658 Plasma Physics
+1702.07659
+1702.07660 Strongly Correlated Electrons
+1702.07661 Cosmology and Nongalactic Astrophysics
+1702.07662 Computation
+1702.07663 Optimization and Control
+1702.07664 Computer Vision and Pattern Recognition
+1702.07665 Computer Science and Game Theory
+1702.07667 Chemical Physics
+1702.07668
+1702.07669 Data Structures and Algorithms
+1702.07670 Other Computer Science
+1702.07671 Soft Condensed Matter
+1702.07672 Algebraic Geometry
+1702.07673 Other Computer Science
+1702.07674 Phenomenology
+1702.07675 Astrophysics of Galaxies
+1702.07676 Metric Geometry
+1702.07677 High Energy Astrophysical Phenomena
+1702.07678 Phenomenology
+1702.07679 Computer Vision and Pattern Recognition
+1702.07680 Computation and Language
+1702.07681 Computers and Society
+1702.07682 Solar and Stellar Astrophysics
+1702.07683
+1702.07684 Solar and Stellar Astrophysics
+1702.07685 Computation
+1702.07686 Strongly Correlated Electrons
+1702.07687 Astrophysics of Galaxies
+1702.07689 Theory
+1702.07690 Strongly Correlated Electrons
+1702.07691 Dynamical Systems
+1702.07692
+1702.07693 Dynamical Systems
+1702.07694 Machine Learning
+1702.07695 Differential Geometry
+1702.07696 Data Structures and Algorithms
+1702.07697 Information Theory
+1702.07698 Dynamical Systems
+1702.07699 Statistical Mechanics
+1702.07700 Numerical Analysis
+1702.07701 Rings and Algebras
+1702.07703 Information Theory
+1702.07704 Phenomenology
+1702.07705
+1702.07706
+1702.07707 Cryptography and Security
+1702.07708 Phenomenology
+1702.07709 Machine Learning
+0909.5645 General Topology
+1109.5061 Algebraic Geometry
+1204.2476
+1204.3269
+1205.5493
+1212.2781 Combinatorics
+1212.2960 Combinatorics
+1301.1107 Numerical Analysis
+1304.5271 Atmospheric and Oceanic Physics
+1309.3551 Theory
+1309.6464 Exactly Solvable and Integrable Systems
+1310.0210 Analysis of PDEs
+1312.0486 Algebraic Geometry
+1312.0490 Algebraic Geometry
+1402.6351 Mesoscale and Nanoscale Physics
+1404.4342 Combinatorics
+1409.2630 Functional Analysis
+1410.5087 Combinatorics
+1411.1315 Exactly Solvable and Integrable Systems
+1411.4215 Functional Analysis
+1411.4360 Algebraic Topology
+1412.0272 Algebraic Topology
+1412.1966 Plasma Physics
+1412.4869 Computation
+1412.5652 Differential Geometry
+1502.02180 Mesoscale and Nanoscale Physics
+1502.03333 Plasma Physics
+1502.05348 Category Theory
+1503.00909 Molecular Networks
+1503.06110 Cosmology and Nongalactic Astrophysics
+1504.01429 Optimization and Control
+1504.03785 Phenomenology
+1504.04228 Optics
+1505.00964 Quantum Algebra
+1505.02897 Algebraic Geometry
+1505.06594 Probability
+1506.00806 Mathematical Finance
+1506.05772 Populations and Evolution
+1507.01270 Combinatorics
+1507.02265 Probability
+1507.04477 Functional Analysis
+1507.04963 Combinatorics
+1507.05854 Numerical Analysis
+1507.08619 Theory
+1508.00778 Metric Geometry
+1508.07269 Other Computer Science
+1508.07761 Mathematical Finance
+1509.03584 Group Theory
+1509.07532 Mesoscale and Nanoscale Physics
+1509.07918 Genomics
+1509.08538 Mesoscale and Nanoscale Physics
+1510.00552 Databases
+1510.01034 Probability
+1510.02353
+1510.04394 Soft Condensed Matter
+1510.07284 Functional Analysis
+1511.03746 Dynamical Systems
+1512.01429 Physics and Society
+1512.01606 Mesoscale and Nanoscale Physics
+1512.01677 Mesoscale and Nanoscale Physics
+1512.03288 Analysis of PDEs
+1512.05230 Metric Geometry
+1512.05771 Phenomenology
+1512.09047
+1601.02283 Geometric Topology
+1601.05047 Logic in Computer Science
+1602.00565 Differential Geometry
+1602.04494 Algebraic Topology
+1602.05787 Symplectic Geometry
+1602.06769 Phenomenology
+1602.07857 Artificial Intelligence
+1602.09009 Logic
+1603.00217 Probability
+1603.03304 Computer Vision and Pattern Recognition
+1603.04415 Dynamical Systems
+1604.00422 Strongly Correlated Electrons
+1604.01462 Combinatorics
+1604.01465 Analysis of PDEs
+1604.02776 Metric Geometry
+1604.03515 Logic in Computer Science
+1604.03571 Statistical Mechanics
+1604.03900 Operator Algebras
+1604.04693 Computer Vision and Pattern Recognition
+1604.08332
+1604.08456 Phenomenology
+1605.00057 Networking and Internet Architecture
+1605.00748 Biomolecules
+1605.01865 Mesoscale and Nanoscale Physics
+1605.02056 Theory
+1605.02504 Analysis of PDEs
+1605.03468 Learning
+1605.04224 Theory
+1605.05337 Cosmology and Nongalactic Astrophysics
+1605.06751 Optics
+1605.07848 Theory
+1606.00070
+1606.00494 Probability
+1606.00942 Data Structures and Algorithms
+1606.01203 Materials Science
+1606.02166
+1606.03339 Mesoscale and Nanoscale Physics
+1606.05582
+1606.06004 Functional Analysis
+1606.06126 Artificial Intelligence
+1606.06461 Computation and Language
+1606.06658 Statistics Theory
+1606.07128 Atmospheric and Oceanic Physics
+1606.07148 Theory
+1606.08244 Geometric Topology
+1606.08379 Category Theory
+1606.09178 Numerical Analysis
+1606.09561 Statistical Mechanics
+1607.00260 Mesoscale and Nanoscale Physics
+1607.00640 Phenomenology
+1607.01748 Symplectic Geometry
+1607.02752 Analysis of PDEs
+1607.02988 Logic in Computer Science
+1607.03269 Instrumentation and Methods for Astrophysics
+1607.03419 Numerical Analysis
+1607.06016 Probability
+1607.06782 Physics and Society
+1607.07176 Functional Analysis
+1607.07240 Spectral Theory
+1607.08799 Methodology
+1607.08900 Mesoscale and Nanoscale Physics
+1608.01941 Materials Science
+1608.03227 Geometric Topology
+1608.04349
+1608.05096 Quantum Gases
+1608.06155
+1608.06455 Mesoscale and Nanoscale Physics
+1608.08340 Atmospheric and Oceanic Physics
+1609.00986 Analysis of PDEs
+1609.01557 Differential Geometry
+1609.01704 Learning
+1609.02051 Complex Variables
+1609.03321 Learning
+1609.03802 Superconductivity
+1609.03837 Biological Physics
+1609.04037
+1609.04547 Combinatorics
+1609.04662
+1609.04724 Cosmology and Nongalactic Astrophysics
+1609.05670 Information Theory
+1609.06191 Theory
+1609.06249
+1609.06292 Mesoscale and Nanoscale Physics
+1609.07305 Analysis of PDEs
+1609.07744 Materials Science
+1609.07881
+1609.08320 Neurons and Cognition
+1609.08827 Data Structures and Algorithms
+1609.09044 Cosmology and Nongalactic Astrophysics
+1609.09458 Geophysics
+1609.09699 Statistical Mechanics
+1609.09740 Algebraic Geometry
+1610.01871 Optimization and Control
+1610.02155 Lattice
+1610.03417 Neurons and Cognition
+1610.04472 Classical Analysis and ODEs
+1610.04485 Strongly Correlated Electrons
+1610.04578 Machine Learning
+1610.04680 Geometric Topology
+1610.05378 Physics and Society
+1610.06187 High Energy Astrophysical Phenomena
+1610.06284 Combinatorics
+1610.06328 Soft Condensed Matter
+1610.06776 Strongly Correlated Electrons
+1610.06953 Quantitative Methods
+1610.07482 Biological Physics
+1610.08401 Computer Vision and Pattern Recognition
+1610.08452 Machine Learning
+1610.09048 Physics and Society
+1610.09168
+1610.09567 Materials Science
+1610.09887 Learning
+1611.00093 Optimization and Control
+1611.00190 Mesoscale and Nanoscale Physics
+1611.00733 Astrophysics of Galaxies
+1611.01429 Logic in Computer Science
+1611.01822 Strongly Correlated Electrons
+1611.01955 Number Theory
+1611.02096 Phenomenology
+1611.02302 Computer Vision and Pattern Recognition
+1611.03104 Classical Physics
+1611.03554 Cosmology and Nongalactic Astrophysics
+1611.03720 Cosmology and Nongalactic Astrophysics
+1611.03723 High Energy Astrophysical Phenomena
+1611.04657 Atomic Physics
+1611.04779
+1611.04813 Phenomenology
+1611.05402 Learning
+1611.06893 Neurons and Cognition
+1611.07089 Superconductivity
+1611.07209
+1611.07719 Statistical Mechanics
+1611.07881 Plasma Physics
+1611.09203 Computer Vision and Pattern Recognition
+1611.09879 Phenomenology
+1611.09884 Theory
+1611.09914 Information Theory
+1611.10103 Number Theory
+1611.10351 Learning
+1612.00579
+1612.00584 Computation and Language
+1612.00737 Theory
+1612.01901 Physics and Society
+1612.01938
+1612.02396 Mesoscale and Nanoscale Physics
+1612.02645 Cosmology and Nongalactic Astrophysics
+1612.03602
+1612.03881 Strongly Correlated Electrons
+1612.05101 Computational Geometry
+1612.05328
+1612.05824 Instrumentation and Detectors
+1612.06151 Sound
+1612.06697
+1612.06747 Applications
+1612.07003 Computer Vision and Pattern Recognition
+1612.07307 Learning
+1612.07711 Number Theory
+1612.08027
+1612.08138 Probability
+1612.08340 Representation Theory
+1612.08368 Populations and Evolution
+1612.08999 Chemical Physics
+1612.09005 Mesoscale and Nanoscale Physics
+1612.09279 Theory
+1701.01124 Solar and Stellar Astrophysics
+1701.02046 Machine Learning
+1701.02063 Earth and Planetary Astrophysics
+1701.02501 Plasma Physics
+1701.03077 Computer Vision and Pattern Recognition
+1701.03531 Plasma Physics
+1701.03583 Materials Science
+1701.04265 Optimization and Control
+1701.04271 Learning
+1701.04382 Cosmology and Nongalactic Astrophysics
+1701.04449 Theory
+1701.06909 Physics and Society
+1701.07335 History and Overview
+1701.07518 Cryptography and Security
+1701.07943 Strongly Correlated Electrons
+1701.08087 Commutative Algebra
+1701.08092 Computer Vision and Pattern Recognition
+1702.00490 Theory
+1702.00640 Materials Science
+1702.00869 Superconductivity
+1702.01003 Combinatorics
+1702.01099 Phenomenology
+1702.01497 Phenomenology
+1702.01795 Artificial Intelligence
+1702.02917 Theory
+1702.03569 Geometric Topology
+1702.03584 Artificial Intelligence
+1702.03602 Functional Analysis
+1702.04144 Optimization and Control
+1702.04351 Astrophysics of Galaxies
+1702.04497
+1702.04927 Information Theory
+1702.05671 Physics and Society
+1702.05684
+1702.06107 Algebraic Geometry
+1702.06362 Learning
+1702.06394
+1702.06417 Phenomenology
+1702.06676 Learning
+1702.07340 Theory
+1702.08284
+1702.08909 Phenomenology
+1703.00087 Computer Vision and Pattern Recognition
+1703.00568 History and Overview
+1703.00810 Learning
+1703.00813 Quantum Gases
+1703.00844
+1703.00861 Lattice
+1703.00933 Theory
+1703.01008 Computation and Language
+1703.01045 Phenomenology
+1703.01061
+1703.01247 Complex Variables
+1703.01573 Logic
+1703.01714 Fluid Dynamics
+1703.01816 Dynamical Systems
+1703.01858 Probability
+1703.02061 Phenomenology
+1703.02080 Algebraic Geometry
+1703.02110 High Energy Astrophysical Phenomena
+1703.02239 Artificial Intelligence
+1703.02245 Artificial Intelligence
+1703.02335 Robotics
+1703.02336 Systems and Control
+1703.02368 Differential Geometry
+1703.02401 Materials Science
+1703.02472 Chemical Physics
+1703.02564 Neurons and Cognition
+1703.02582 Robotics
+1703.02628 Machine Learning
+1703.02655 Phenomenology
+1703.02659 Soft Condensed Matter
+1703.02691 Phenomenology
+1703.02692 Phenomenology
+1703.02781 Combinatorics
+1703.02808 Solar and Stellar Astrophysics
+1703.02815 Superconductivity
+1703.02849 Category Theory
+1703.02904 Soft Condensed Matter
+1703.02907 Statistics Theory
+1703.02919 Functional Analysis
+1703.02922 Biological Physics
+1703.02967 Dynamical Systems
+1703.02968 Human-Computer Interaction
+1703.02969 Astrophysics of Galaxies
+1703.02970 Astrophysics of Galaxies
+1703.02971 Strongly Correlated Electrons
+1703.02972 Astrophysics of Galaxies
+1703.02973 Strongly Correlated Electrons
+1703.02974 Solar and Stellar Astrophysics
+1703.02975 Astrophysics of Galaxies
+1703.02976 Astrophysics of Galaxies
+1703.02979 Statistical Mechanics
+1703.02980 Solar and Stellar Astrophysics
+1703.02981 Theory
+1703.02982
+1703.02983 Astrophysics of Galaxies
+1703.02985 Astrophysics of Galaxies
+1703.02986 Superconductivity
+1703.02987 Theory
+1703.02988 Phenomenology
+1703.02989 Theory
+1703.02990 Theory
+1703.02991 Astrophysics of Galaxies
+1703.02992 Learning
+1703.02993 Statistical Mechanics
+1703.02994 Instrumentation and Methods for Astrophysics
+1703.02995 Solar and Stellar Astrophysics
+1703.02997 Computational Physics
+1703.02998 Computation
+1703.02999
+1703.03000
+1703.03001 Dynamical Systems
+1703.03002 Statistical Mechanics
+1703.03003 Phenomenology
+1703.03006 Astrophysics of Galaxies
+1703.03007 Category Theory
+1703.03008 Superconductivity
+1703.03009 Strongly Correlated Electrons
+1703.03010 Group Theory
+1703.03011 Soft Condensed Matter
+1703.03012 Superconductivity
+1703.03013 High Energy Astrophysical Phenomena
+1703.03014 Algebraic Geometry
+1703.03015 Plasma Physics
+1703.03016 Physics and Society
+1703.03017 Software Engineering
+1703.03018 Other Condensed Matter
+1703.03019 Statistical Mechanics
+1703.03021 Computational Complexity
+1703.03023 Methodology
+1703.03024 Optimization and Control
+1703.03025
+1703.03026 Astrophysics of Galaxies
+1703.03027 Fluid Dynamics
+1703.03028 Information Theory
+1703.03029 Solar and Stellar Astrophysics
+1703.03030 Neurons and Cognition
+1703.03031 Statistics Theory
+1703.03032 Fluid Dynamics
+1703.03033 Probability
+1703.03034 Soft Condensed Matter
+1703.03035 Astrophysics of Galaxies
+1703.03036 Algebraic Geometry
+1703.03037 Materials Science
+1703.03038 Learning
+1703.03039 High Energy Astrophysical Phenomena
+1703.03040 Space Physics
+1703.03041 Learning
+1703.03042 Theory
+1703.03043 Methodology
+1703.03044 Learning
+1703.03045 Numerical Analysis
+1703.03046 Analysis of PDEs
+1703.03047 Mesoscale and Nanoscale Physics
+1703.03048 Computational Geometry
+1703.03049 Algebraic Geometry
+1703.03050 Optimization and Control
+1703.03051 Astrophysics of Galaxies
+1703.03052 Functional Analysis
+1703.03053 Earth and Planetary Astrophysics
+1703.03054 Computer Vision and Pattern Recognition
+1703.03055 Computer Vision and Pattern Recognition
+1703.03056 Algebraic Geometry
+1703.03057 Algebraic Geometry
+1703.03058
+1703.03059
+1703.03061 Probability
+1703.03062 Differential Geometry
+1703.03063
+1703.03064 Materials Science
+1703.03065 Neurons and Cognition
+1703.03066 General Topology
+1703.03067 Algebraic Geometry
+1703.03068 Astrophysics of Galaxies
+1703.03069 Optimization and Control
+1703.03070 Networking and Internet Architecture
+1703.03072 Operator Algebras
+1703.03073 Learning
+1703.03074 Learning
+1703.03075
+1703.03076 Learning
+1703.03079 Theory
+1703.03080 Combinatorics
+1703.03081 Algebraic Geometry
+1703.03082 Soft Condensed Matter
+1703.03083 Astrophysics of Galaxies
+1703.03084 High Energy Astrophysical Phenomena
+1703.03085 Earth and Planetary Astrophysics
+1703.03086 Dynamical Systems
+1703.03087 Fluid Dynamics
+1703.03089 Operator Algebras
+1703.03090 Spectral Theory
+1703.03091 Computation and Language
+1703.03092 Number Theory
+1703.03093 Physics and Society
+1703.03094 Mesoscale and Nanoscale Physics
+1703.03095 Methodology
+1703.03096 Superconductivity
+1703.03097 Computation and Language
+1703.03098 Computer Vision and Pattern Recognition
+1703.03099 Materials Science
+1703.03100 Soft Condensed Matter
+1703.03101 Systems and Control
+1703.03102 Networking and Internet Architecture
+1703.03103 High Energy Astrophysical Phenomena
+1703.03104 Quantum Gases
+1703.03105 Theory
+1703.03106 Materials Science
+1703.03108 Computer Vision and Pattern Recognition
+1703.03109 Information Theory
+1703.03111 Computer Science and Game Theory
+1703.03113 Information Theory
+1703.03115 Information Theory
+1703.03116 Mathematical Software
+1703.03117
+1703.03118 Rings and Algebras
+1703.03119 Astrophysics of Galaxies
+1703.03120 Phenomenology
+1703.03121 Learning
+1703.03122 Mesoscale and Nanoscale Physics
+1703.03123 Methodology
+1703.03124 Analysis of PDEs
+1703.03125 Analysis of PDEs
+1703.03126 Computer Vision and Pattern Recognition
+1703.03127 Tissues and Organs
+1703.03128 Mesoscale and Nanoscale Physics
+1703.03129 Learning
+1703.03130 Computation and Language
+1703.03131 Information Theory
+1703.03132 Neurons and Cognition
+1703.03133 Mesoscale and Nanoscale Physics
+1703.03134 Optimization and Control
+1703.03135 Materials Science
+1703.03136 Statistical Mechanics
+1703.03138 Instrumentation and Detectors
+1703.03140 Algebraic Geometry
+1703.03141 Information Theory
+1703.03142 Phenomenology
+1703.03143 Rings and Algebras
+1703.03144 Algebraic Geometry
+1703.03145 Mesoscale and Nanoscale Physics
+1703.03146 Robotics
+1703.03147 Databases
+1703.03148 Combinatorics
+1703.03149 Computation and Language
+1703.03150 Information Theory
+1703.03151 Materials Science
+1703.03152
+1703.03153 Exactly Solvable and Integrable Systems
+1703.03154 Geophysics
+1703.03155 Optimization and Control
+1703.03156 Human-Computer Interaction
+1703.03157 Strongly Correlated Electrons
+1703.03158 Combinatorics
+1703.03159 Optics
+1703.03160 Algebraic Geometry
+1703.03161 Robotics
+1703.03162 Mesoscale and Nanoscale Physics
+1703.03163 Dynamical Systems
+1703.03164 Dynamical Systems
+1703.03166 Social and Information Networks
+1703.03167 Statistics Theory
+1703.03168 Mesoscale and Nanoscale Physics
+1703.03169 Earth and Planetary Astrophysics
+1703.03170 Superconductivity
+1703.03171 Materials Science
+1703.03173 Functional Analysis
+1703.03174 Information Theory
+1703.03175 Algebraic Geometry
+1703.03176 Materials Science
+1703.03177 Probability
+1703.03178 Combinatorics
+1703.03179 Information Theory
+1703.03180 Mesoscale and Nanoscale Physics
+1703.03181 Complex Variables
+1703.03182 Number Theory
+1703.03185 Number Theory
+1703.03186 Computer Vision and Pattern Recognition
+1703.03187 History and Overview
+1703.03188 Mesoscale and Nanoscale Physics
+1703.03189 Mesoscale and Nanoscale Physics
+1703.03190 Distributed, Parallel, and Cluster Computing
+1703.03191 Physics and Society
+1703.03192 Plasma Physics
+1703.03193 Artificial Intelligence
+1703.03194 Phenomenology
+1703.03195 Statistical Finance
+1703.03196 Computer Vision and Pattern Recognition
+1703.03197 Number Theory
+1703.03198 Materials Science
+1703.03201 Databases
+1703.03203 Classical Analysis and ODEs
+1703.03204 Astrophysics of Galaxies
+1703.03205 Materials Science
+1703.03206 Representation Theory
+1703.03207 Mesoscale and Nanoscale Physics
+1703.03208 Machine Learning
+1703.03210 Networking and Internet Architecture
+1703.03211 Strongly Correlated Electrons
+1703.03212 Materials Science
+1703.03213 Methodology
+1703.03214 Networking and Internet Architecture
+1703.03215 Strongly Correlated Electrons
+1703.03216 Machine Learning
+1703.03217 Number Theory
+1703.03219 Geometric Topology
+1703.03220 Digital Libraries
+1703.03221 Mesoscale and Nanoscale Physics
+1703.03222 Information Theory
+1703.03223 High Energy Astrophysical Phenomena
+1703.03224 Numerical Analysis
+1703.03225 Distributed, Parallel, and Cluster Computing
+1703.03226 Mesoscale and Nanoscale Physics
+1703.03227 Strongly Correlated Electrons
+1703.03229 Category Theory
+1703.03231 Algebraic Topology
+1703.03232 Classical Analysis and ODEs
+1703.03233 Artificial Intelligence
+1703.03234
+1703.03235 Information Theory
+1703.03236 Strongly Correlated Electrons
+1703.03237 Statistics Theory
+1703.03238 Probability
+1703.03239 Logic in Computer Science
+1703.03242 Number Theory
+1703.03243 Algebraic Geometry
+1703.03244
+1703.03245 Soft Condensed Matter
+1703.03246 Functional Analysis
+1703.03247 Solar and Stellar Astrophysics
+1703.03248 Phenomenology
+1703.03249 High Energy Astrophysical Phenomena
+1703.03250 Astrophysics of Galaxies
+1703.03251 Phenomenology
+1703.03252 Solar and Stellar Astrophysics
+1703.03253 Superconductivity
+1703.03255 Artificial Intelligence
+1703.03256 Logic in Computer Science
+1703.03257 Plasma Physics
+1703.03258 Number Theory
+1703.03259 Optics
+1703.03260 Plasma Physics
+1703.03261
+1703.03262 Computer Science and Game Theory
+1703.03263 Differential Geometry
+1703.03264 Theory
+1703.03265
+1703.03266 Algebraic Topology
+1703.03267 Phenomenology
+1703.03268 Combinatorics
+1703.03269 Strongly Correlated Electrons
+1703.03270 Statistical Mechanics
+1703.03271 Exactly Solvable and Integrable Systems
+1703.03272 Theory
+1703.03273 Astrophysics of Galaxies
+1703.03274 Adaptation and Self-Organizing Systems
+1703.03275 Phenomenology
+1703.03276 Group Theory
+1703.03277 Optics
+1703.03278 Solar and Stellar Astrophysics
+1703.03279 Solar and Stellar Astrophysics
+1703.03281 Soft Condensed Matter
+1703.03283 Atomic Physics
+1703.03284 Data Analysis, Statistics and Probability
+1703.03285 Fluid Dynamics
+1703.03287 Classical Analysis and ODEs
+1703.03288 Analysis of PDEs
+1703.03289
+1703.03290 Combinatorics
+1703.03291
+1703.03292
+1703.03293 Medical Physics
+1703.03294 Algebraic Geometry
+1703.03298 Classical Physics
+1703.03299 Analysis of PDEs
+1703.03300
+1703.03301 Popular Physics
+1703.03302 Digital Libraries
+1703.03303 Information Theory
+1703.03304 Data Structures and Algorithms
+1703.03305 Computer Vision and Pattern Recognition
+1703.03306 Cryptography and Security
+1703.03308 Superconductivity
+1703.03311
+1703.03312 Methodology
+1703.03313 Classical Analysis and ODEs
+1703.03314 Classical Analysis and ODEs
+1703.03315 Distributed, Parallel, and Cluster Computing
+1703.03316
+1703.03317 Mesoscale and Nanoscale Physics
+1703.03319 Optimization and Control
+1703.03320 Combinatorics
+1703.03322 Logic
+1703.03323 Analysis of PDEs
+1703.03324 Algebraic Geometry
+1703.03325 Numerical Analysis
+1703.03326 Statistical Mechanics
+1703.03327 Materials Science
+1703.03328 Experiment
+1703.03329 Computer Vision and Pattern Recognition
+1703.03330
+1703.03331 K-Theory and Homology
+1703.03332 Number Theory
+1703.03335
+1703.03336 Classical Analysis and ODEs
+1703.03337 Cosmology and Nongalactic Astrophysics
+1703.03338 Information Theory
+1703.03339 Systems and Control
+1703.03340 Applications
+1703.03341 Materials Science
+1703.03342 Discrete Mathematics
+1703.03343 Complex Variables
+1703.03344
+1703.03345
+1703.03346 Logic in Computer Science
+1703.03347 Robotics
+1703.03348 Cosmology and Nongalactic Astrophysics
+1703.03349 Robotics
+1703.03351
+1703.03352 Computation
+1703.03353 Statistics Theory
+1703.03354 High Energy Astrophysical Phenomena
+1703.03355 Cell Behavior
+1703.03356 K-Theory and Homology
+1703.03357 Algebraic Geometry
+1703.03358 Solar and Stellar Astrophysics
+1703.03359 Commutative Algebra
+1703.03360 Mesoscale and Nanoscale Physics
+1703.03361 Statistical Mechanics
+1703.03362 Superconductivity
+1703.03363
+1703.03364
+1703.03366 Social and Information Networks
+1703.03367
+1703.03368 Number Theory
+1703.03369 Numerical Analysis
+1703.03370 Systems and Control
+1703.03374 Systems and Control
+1703.03375 Plasma Physics
+1703.03376 Analysis of PDEs
+1703.03377
+1703.03378 Cryptography and Security
+1703.03379
+1703.03380 Classical Analysis and ODEs
+1703.03381 Algebraic Geometry
+1703.03382
+1703.03383 Cosmology and Nongalactic Astrophysics
+1703.03384 Soft Condensed Matter
+1703.03385 Learning
+1703.03386 Social and Information Networks
+1703.03388 Strongly Correlated Electrons
+1703.03389 Discrete Mathematics
+1703.03390 Algebraic Geometry
+1703.03391 Logic
+1703.03393 Geometric Topology
+1703.03395 Cosmology and Nongalactic Astrophysics
+1703.03398 Molecular Networks
+1703.03399 Superconductivity
+1703.03400 Learning
+1703.03401 Social and Information Networks
+0704.3248 Differential Geometry
+0709.2441 Differential Geometry
+0711.2308
+0805.1331
+0810.4054 Differential Geometry
+0910.4461
+0911.2602 Differential Geometry
+0911.5014 Fluid Dynamics
+1002.0794 Statistical Mechanics
+1002.3005
+1011.2220 Phenomenology
+1104.0359 Risk Management
+1106.4089 Optics
+1109.6685 Other Condensed Matter
+1111.1907
+1112.5321
+1202.4022 Number Theory
+1202.4952 Data Analysis, Statistics and Probability
+1205.1830 Data Analysis, Statistics and Probability
+1206.5126 Soft Condensed Matter
+1206.5911 High Energy Astrophysical Phenomena
+1207.7065
+1208.1345
+1211.1287 Algebraic Geometry
+1211.5661 Differential Geometry
+1303.3362
+1303.4663 General Topology
+1303.6740
+1305.2582
+1305.6801 Pattern Formation and Solitons
+1305.6804 Pattern Formation and Solitons
+1308.2833 Information Theory
+1308.4722 Algebraic Geometry
+1309.6676 Superconductivity
+1310.4402 Differential Geometry
+1311.2304 Atomic Physics
+1311.5982 Number Theory
+1312.7419
+1402.0685 Number Theory
+1404.0226 Probability
+1406.2601 Combinatorics
+1406.7443 Learning
+1406.7637 Algebraic Geometry
+1407.6461 Statistics Theory
+1407.8100
+1407.8180 Astrophysics of Galaxies
+1408.1878
+1408.6118 Trading and Market Microstructure
+1409.4226 Geometric Topology
+1410.1790 Optics
+1410.4829 Number Theory
+1410.8607
+1411.2021 Data Structures and Algorithms
+1411.2213
+1411.6147 Information Theory
+1412.0910 Representation Theory
+1501.01975 Theory
+1501.05629 Number Theory
+1502.00636 Theory
+1502.01226 Differential Geometry
+1502.03560
+1502.04514 Data Structures and Algorithms
+1502.04920 Mesoscale and Nanoscale Physics
+1502.05089 Differential Geometry
+1502.06066 Strongly Correlated Electrons
+1502.06120 Theory
+1502.06495 Algebraic Geometry
+1503.00839 Strongly Correlated Electrons
+1503.07172
+1504.04525 Mesoscale and Nanoscale Physics
+1504.05307
+1505.02599 Theory
+1505.04130 Theory
+1505.04234 Methodology
+1505.06115 Soft Condensed Matter
+1505.06321
+1506.01350 Theory
+1506.07672 Theory
+1507.01432 Representation Theory
+1507.01564 Algebraic Topology
+1507.02271 Phenomenology
+1507.04335 Strongly Correlated Electrons
+1507.05478 Phenomenology
+1507.06628 Strongly Correlated Electrons
+1507.08314 Solar and Stellar Astrophysics
+1508.00319 General Mathematics
+1508.01553 Information Theory
+1508.02003 Probability
+1508.02234
+1508.03770
+1508.06321 Methodology
+1509.02978 Commutative Algebra
+1509.04039 Statistical Mechanics
+1509.04638 Combinatorics
+1509.05941 Number Theory
+1510.00481 Number Theory
+1510.01661 Number Theory
+1510.06085 Statistics Theory
+1510.06970 Theory
+1510.07584 Combinatorics
+1510.08258 Combinatorics
+1510.08548 Phenomenology
+1511.03449 Cosmology and Nongalactic Astrophysics
+1511.04234 Fluid Dynamics
+1511.04883 Commutative Algebra
+1511.05472 Solar and Stellar Astrophysics
+1511.06813 Statistics Theory
+1511.06899
+1511.07809 Theory
+1511.08184 Dynamical Systems
+1511.08872 Mesoscale and Nanoscale Physics
+1511.09315 Materials Science
+1511.09333 Theory
+1512.00241
+1512.00643 Optics
+1512.00816 Optics
+1512.00875 Strongly Correlated Electrons
+1512.01794 Phenomenology
+1512.03218
+1512.04064
+1512.04786
+1512.07826 Fluid Dynamics
+1601.00634 Mesoscale and Nanoscale Physics
+1601.01160 Theory
+1601.01294 Exactly Solvable and Integrable Systems
+1601.02478 Probability
+1601.02573 Analysis of PDEs
+1601.02622 Instrumentation and Methods for Astrophysics
+1601.03103 Materials Science
+1601.03409 Theory
+1601.03714 Combinatorics
+1601.04275 Dynamical Systems
+1601.05434
+1601.05679 Theory
+1601.05985 Soft Condensed Matter
+1601.06806 High Energy Astrophysical Phenomena
+1601.06877
+1601.06926 Theory
+1601.07151 Statistical Mechanics
+1601.07897 Theory
+1601.08080 Materials Science
+1601.08128 Probability
+1601.08206
+1602.00042 Analysis of PDEs
+1602.00238 Human-Computer Interaction
+1602.00253
+1602.00415
+1602.00592 Analysis of PDEs
+1602.00705 Exactly Solvable and Integrable Systems
+1602.00897 Probability
+1602.00965 Cosmology and Nongalactic Astrophysics
+1602.01082
+1602.01308 Accelerator Physics
+1602.01462 Instrumentation and Methods for Astrophysics
+1602.01577 Information Theory
+1602.02158 Theory
+1602.02642 Classical Analysis and ODEs
+1602.02771 Cosmology and Nongalactic Astrophysics
+1602.03431 Exactly Solvable and Integrable Systems
+1602.03831 High Energy Astrophysical Phenomena
+1602.04890
+1602.04950 Trading and Market Microstructure
+1602.05038 Discrete Mathematics
+1602.05534 Algebraic Geometry
+1602.05640 Optics
+1602.05953 Biomolecules
+1602.06099 High Energy Astrophysical Phenomena
+1602.06306 Cosmology and Nongalactic Astrophysics
+1602.06850 Optics
+1602.07703 Instrumentation and Methods for Astrophysics
+1602.07712 Theory
+1602.07754 Machine Learning
+1602.07806 Analysis of PDEs
+1602.08020 Theory
+1602.08150 Multiagent Systems
+1602.08291
+1602.08845 Databases
+1603.00664
+1603.00767 Atomic Physics
+1603.01038 Pattern Formation and Solitons
+1603.01105 Theory
+1603.01480
+1603.01532 Complex Variables
+1603.01709 Probability
+1603.01754 Analysis of PDEs
+1603.01814 Materials Science
+1603.03020 Theory
+1603.03147 Superconductivity
+1603.03307
+1603.03481 Methodology
+1603.03854 Geometric Topology
+1603.04040 Superconductivity
+1603.04168 Phenomenology
+1603.04682 Populations and Evolution
+1603.05521 Strongly Correlated Electrons
+1603.05686 Phenomenology
+1603.05689
+1603.06081
+1603.06157
+1603.06254 Numerical Analysis
+1603.06298 Pattern Formation and Solitons
+1603.06365 Materials Science
+1603.06953 Cosmology and Nongalactic Astrophysics
+1603.07107 Atomic Physics
+1603.07349 Metric Geometry
+1603.07578 Phenomenology
+1603.07770 Phenomenology
+1603.07856
+1603.08343 Plasma Physics
+1603.08572 Optimization and Control
+1603.09219 Analysis of PDEs
+1603.09444 Atomic Physics
+1603.09717
+1604.00139 Materials Science
+1604.00143
+1604.00279
+1604.00324 Theory
+1604.00328 Materials Science
+1604.00757 Optics
+1604.00822
+1604.00988 Astrophysics of Galaxies
+1604.01082 Statistical Mechanics
+1604.01414 Symplectic Geometry
+1604.01977 Number Theory
+1604.02089 Strongly Correlated Electrons
+1604.02666 Fluid Dynamics
+1604.02821 Phenomenology
+1604.02922
+1604.02976 Quantum Gases
+1604.03085 Operator Algebras
+1604.03147 Social and Information Networks
+1604.03991
+1604.04286 Theory
+1604.04303
+1604.04308 Phenomenology
+1604.04547 Phenomenology
+1604.04560 Fluid Dynamics
+1604.04907 Spectral Theory
+1604.05035 Phenomenology
+1604.05051 Theory
+1604.06378
+1604.06473 Astrophysics of Galaxies
+1604.06633 Adaptation and Self-Organizing Systems
+1604.06799 Astrophysics of Galaxies
+1604.06952 Computation and Language
+1604.07022 Phenomenology
+1604.07090 Computer Vision and Pattern Recognition
+1604.07582 Chemical Physics
+1604.07590 Materials Science
+1604.07824 Astrophysics of Galaxies
+1604.07829 Strongly Correlated Electrons
+1604.08048 Chaotic Dynamics
+1604.08204 High Energy Astrophysical Phenomena
+1604.08347 Mesoscale and Nanoscale Physics
+1604.08362 Probability
+1604.08525
+1604.08906 Mesoscale and Nanoscale Physics
+1604.08915 Theory
+1605.01061 Theory
+1605.01309 Numerical Analysis
+1605.01518 Plasma Physics
+1605.01520 Instrumentation and Detectors
+1605.01778 Artificial Intelligence
+1605.01858 Theory
+1605.01894 Pattern Formation and Solitons
+1605.01901 Social and Information Networks
+1605.01949 General Finance
+1605.02034 High Energy Astrophysical Phenomena
+1605.02118 Disordered Systems and Neural Networks
+1605.02165 Analysis of PDEs
+1605.02374 Probability
+1605.02476
+1605.02715 Dynamical Systems
+1605.03013 Strongly Correlated Electrons
+1605.03350
+1605.03399 Mesoscale and Nanoscale Physics
+1605.03877 Optics
+1605.04095 Fluid Dynamics
+1605.04234 Dynamical Systems
+1605.04658 Atomic Physics
+1605.04888 Theory
+1605.05158 Strongly Correlated Electrons
+1605.05325 Astrophysics of Galaxies
+1605.05335 Neurons and Cognition
+1605.05423 Phenomenology
+1605.05637 Superconductivity
+1605.05760
+1605.05819 Probability
+1605.05869 Theory
+1605.06140
+1605.06307 Strongly Correlated Electrons
+1605.06487 Probability
+1605.06582 Accelerator Physics
+1605.06725 Theory
+1605.06746
+1605.06997 Materials Science
+1605.07019 Strongly Correlated Electrons
+1605.07114 Phenomenology
+1605.07200
+1605.07219 Analysis of PDEs
+1605.07414 Materials Science
+1605.07706 Computational Physics
+1605.07768 Theory
+1605.07772
+1605.07863 Probability
+1605.07964 Experiment
+1605.08011 Phenomenology
+1605.08038 Phenomenology
+1605.08301 Machine Learning
+1605.08899 Physics and Society
+1605.09094
+1605.09271 Mesoscale and Nanoscale Physics
+1605.09347 Statistical Mechanics
+1605.09496 Statistical Mechanics
+1605.09586
+1605.09647 Phenomenology
+1605.09745 Cosmology and Nongalactic Astrophysics
+1606.00344
+1606.00423 Theory
+1606.00574 Phenomenology
+1606.00775 Phenomenology
+1606.00970
+1606.01141 Learning
+1606.01311 Analysis of PDEs
+1606.01320 Astrophysics of Galaxies
+1606.01875 Phenomenology
+1606.01912 Theory
+1606.02004 Dynamical Systems
+1606.02207 Phenomenology
+1606.02236 Optics
+1606.02278
+1606.02287 Instrumentation and Detectors
+1606.02337 Information Theory
+1606.02605 Symplectic Geometry
+1606.03249 Superconductivity
+1606.03317 Accelerator Physics
+1606.03721 Quantum Gases
+1606.03725 Experiment
+1606.04263 Materials Science
+1606.04384 Chemical Physics
+1606.04418
+1606.04494 Dynamical Systems
+1606.04934 Learning
+1606.04949 Theory
+1606.04950 Strongly Correlated Electrons
+1606.05259 Optics
+1606.05707 Optics
+1606.05850 Learning
+1606.05874 Mesoscale and Nanoscale Physics
+1606.06076 History and Philosophy of Physics
+1606.06077
+1606.06148 Phenomenology
+1606.06212 Theory
+1606.06298 Phenomenology
+1606.06550 Statistical Mechanics
+1606.06806 Mesoscale and Nanoscale Physics
+1606.06983
+1606.07076 Theory
+1606.07087 Solar and Stellar Astrophysics
+1606.07194 Theory
+1606.07263 Combinatorics
+1606.07332 Probability
+1606.07333 Cosmology and Nongalactic Astrophysics
+1606.07393 Instrumentation and Methods for Astrophysics
+1606.07428 Numerical Analysis
+1606.07471 Atmospheric and Oceanic Physics
+1606.07567 Computational Physics
+1606.07678 Pattern Formation and Solitons
+1606.07742
+1606.08060 Analysis of PDEs
+1606.08192 High Energy Astrophysical Phenomena
+1606.08393
+1606.08411 Theory
+1606.08443 Theory
+1606.08444 Theory
+1606.08454 Phenomenology
+1606.08464 Astrophysics of Galaxies
+1606.08506 Statistical Mechanics
+1606.08795
+1606.08865 Popular Physics
+1606.08908 Applications
+1606.08995 Group Theory
+1606.09160 Phenomenology
+1606.09466 High Energy Astrophysical Phenomena
+1606.09505 Quantum Gases
+1606.09621 Phenomenology
+1607.00008 Cosmology and Nongalactic Astrophysics
+1607.00078 Probability
+1607.00088 Number Theory
+1607.00155 Materials Science
+1607.00231 Strongly Correlated Electrons
+1607.00391 Theory
+1607.00457
+1607.00503 Theory
+1607.00726 Theory
+1607.00750 Disordered Systems and Neural Networks
+1607.00829 Statistical Mechanics
+1607.00843 Superconductivity
+1607.01078 Medical Physics
+1607.01148 Medical Physics
+1607.01273 Instrumentation and Detectors
+1607.01318 Phenomenology
+1607.01370 Cosmology and Nongalactic Astrophysics
+1607.01403 Cosmology and Nongalactic Astrophysics
+1607.01411 Accelerator Physics
+1607.01455 Optics
+1607.01484 Social and Information Networks
+1607.01786 Phenomenology
+1607.01790 Cosmology and Nongalactic Astrophysics
+1607.01814 Number Theory
+1607.01830 Theory
+1607.01842 Cryptography and Security
+1607.01863 Phenomenology
+1607.02138 Numerical Analysis
+1607.02595 Theory
+1607.02647 Soft Condensed Matter
+1607.02672 Quantum Gases
+1607.02830 Theory
+1607.03032 Instrumentation and Detectors
+1607.03108 Phenomenology
+1607.03190 Optics
+1607.03337
+1607.03453 Cosmology and Nongalactic Astrophysics
+1607.03714 Probability
+1607.03888 Mesoscale and Nanoscale Physics
+1607.03933 High Energy Astrophysical Phenomena
+1607.03992 Superconductivity
+1607.04159 Mesoscale and Nanoscale Physics
+1607.04161 Phenomenology
+1607.04192
+1607.04234
+1607.04288 Phenomenology
+1607.04399 Materials Science
+1607.04538 Phenomenology
+1607.04628 Theory
+1607.04650 Atomic Physics
+1607.04865
+1607.04878 Cosmology and Nongalactic Astrophysics
+1607.04947
+1607.05019 Numerical Analysis
+1607.05084 Experiment
+1607.05145
+1607.05524
+1607.05582 General Physics
+1607.05668 Functional Analysis
+1607.05714
+1607.05717 Astrophysics of Galaxies
+1607.05856
+1607.05931 Superconductivity
+1607.05938 High Energy Astrophysical Phenomena
+1607.06181 Quantum Gases
+1607.06350 Chemical Physics
+1607.06355 Phenomenology
+1607.06423 Lattice
+1607.06475 Theory
+1607.06497 Mesoscale and Nanoscale Physics
+1607.06542 Materials Science
+1607.06571 Atomic Physics
+1607.06574 Atomic Physics
+1607.06631
+1607.06636
+1607.06659 Theory
+1607.06722 Optics
+1607.06812 Phenomenology
+1607.07072 Dynamical Systems
+1607.07167 Phenomenology
+1607.07289 Fluid Dynamics
+1607.07425 Statistical Mechanics
+1607.07467 Other Condensed Matter
+1607.07471 Theory
+1607.07513 Quantum Gases
+1607.07588 Plasma Physics
+1607.07741 Phenomenology
+1607.07878 Theory
+1607.08061 High Energy Astrophysical Phenomena
+1607.08084 Quantum Gases
+1607.08125 Metric Geometry
+1607.08185 Algebraic Topology
+1607.08244 Theory
+1607.08473
+1607.08599 Theory
+1607.08653 Phenomenology
+1608.00014 Phenomenology
+1608.00170 Statistical Mechanics
+1608.00253
+1608.00338 Atomic Physics
+1608.00362 Materials Science
+1608.00411 Theory
+1608.00475 Disordered Systems and Neural Networks
+1608.00526 Phenomenology
+1608.00603 Populations and Evolution
+1608.00685
+1608.00725 Space Physics
+1608.01269 Biological Physics
+1608.01300 Theory
+1608.01341
+1608.01355 Probability
+1608.01450
+1608.01478 Experiment
+1608.01509 Phenomenology
+1608.01554 General Physics
+1608.01572 Statistical Mechanics
+1608.01608
+1608.01995 Phenomenology
+1608.02036 Theory
+1608.02138 Statistical Mechanics
+1608.02145 Strongly Correlated Electrons
+1608.02226 Mesoscale and Nanoscale Physics
+1608.02387 Statistical Mechanics
+1608.02397 Statistical Mechanics
+1608.02517 Atomic Physics
+1608.02525 Astrophysics of Galaxies
+1608.02708 Phenomenology
+1608.02912 Instrumentation and Detectors
+1608.02916 Statistical Mechanics
+1608.02990 Statistics Theory
+1608.03048 Atomic Physics
+1608.03188 Theory
+1608.03222
+1608.03254 Phenomenology
+1608.03518
+1608.03533 Machine Learning
+1608.03702
+1608.03739 Instrumentation and Methods for Astrophysics
+1608.03797 Theory
+1608.04074 Strongly Correlated Electrons
+1608.04098 Neurons and Cognition
+1608.04164 Mesoscale and Nanoscale Physics
+1608.04208 Theory
+1608.04474 Social and Information Networks
+1608.04568 Populations and Evolution
+1608.04601 Plasma Physics
+1608.04710 Quantum Gases
+1608.04732 Theory
+1608.04920 Phenomenology
+1608.05040 Classical Physics
+1608.05087 Superconductivity
+1608.05090 Theory
+1608.05101 Theory
+1608.05222 Optics
+1608.05293 Phenomenology
+1608.05333 Strongly Correlated Electrons
+1608.05375 Materials Science
+1608.05443 Phenomenology
+1608.05496 Phenomenology
+1608.05499 Theory
+1608.05607 Solar and Stellar Astrophysics
+1608.05628 Materials Science
+1608.05680
+1608.05724 Statistical Mechanics
+1608.06023 Mesoscale and Nanoscale Physics
+1608.06042 Mesoscale and Nanoscale Physics
+1608.06050 Atomic Physics
+1608.06070
+1608.06123 Fluid Dynamics
+1608.06206 Dynamical Systems
+1608.06285 Mesoscale and Nanoscale Physics
+1608.06300 Earth and Planetary Astrophysics
+1608.06337 Accelerator Physics
+1608.06596
+1608.06760 Experiment
+1608.06814 Atomic Physics
+1608.06908 Earth and Planetary Astrophysics
+1608.06911 Cosmology and Nongalactic Astrophysics
+1608.07025 Statistical Mechanics
+1608.07081 Chemical Physics
+1608.07145 Phenomenology
+1608.07327 Physics and Society
+1608.07332 Fluid Dynamics
+1608.07488 Mesoscale and Nanoscale Physics
+1608.07491 Astrophysics of Galaxies
+1608.07709
+1608.07772
+1608.07785 Phenomenology
+1608.07865 Computational Physics
+1608.08010 Exactly Solvable and Integrable Systems
+1608.08237 Physics and Society
+1608.08276 Quantum Gases
+1608.08352 Superconductivity
+1608.08378 Superconductivity
+1608.08477 Strongly Correlated Electrons
+1608.08499 Solar and Stellar Astrophysics
+1608.08684
+1608.08715 Populations and Evolution
+1608.08730 Computational Physics
+1608.08762 Statistical Mechanics
+1608.08833 Cosmology and Nongalactic Astrophysics
+1608.08977 Theory
+1609.00287 Soft Condensed Matter
+1609.00316 Statistical Mechanics
+1609.00326 Exactly Solvable and Integrable Systems
+1609.00414 Superconductivity
+1609.00466
+1609.00558 Superconductivity
+1609.00685 Mesoscale and Nanoscale Physics
+1609.00796 Earth and Planetary Astrophysics
+1609.00906 Solar and Stellar Astrophysics
+1609.01031
+1609.01080 Analysis of PDEs
+1609.01085 Phenomenology
+1609.01111 Theory
+1609.01250
+1609.01270 Populations and Evolution
+1609.01288 Statistical Mechanics
+1609.01307 Phenomenology
+1609.01489 Adaptation and Self-Organizing Systems
+1609.01608 Mesoscale and Nanoscale Physics
+1609.01637 Soft Condensed Matter
+1609.01714 Cosmology and Nongalactic Astrophysics
+1609.01728 Cosmology and Nongalactic Astrophysics
+1609.01929 Dynamical Systems
+1609.01936 Astrophysics of Galaxies
+1609.01968
+1609.02088 Theory
+1609.02142 Astrophysics of Galaxies
+1609.02144 Instrumentation and Methods for Astrophysics
+1609.02154 Theory
+1609.02169
+1609.02217 Mesoscale and Nanoscale Physics
+1609.02225
+1609.02299 Optics
+1609.02341
+1609.02518 Astrophysics of Galaxies
+1609.02778 Phenomenology
+1609.02820
+1609.02824
+1609.02912 Theory
+1609.02941 High Energy Astrophysical Phenomena
+1609.03141
+1609.03167 Statistics Theory
+1609.03244 Analysis of PDEs
+1609.03271 Astrophysics of Galaxies
+1609.03293 Theory
+1609.03315 Theory
+1609.03351 Phenomenology
+1609.03546 Phenomenology
+1609.03569 Cosmology and Nongalactic Astrophysics
+1609.03787 Plasma Physics
+1609.03804
+1609.03836 Information Theory
+1609.03864 Phenomenology
+1609.03910 Phenomenology
+1609.03991 Theory
+1609.03994
+1609.04012 Theory
+1609.04025 Theory
+1609.04310 Adaptation and Self-Organizing Systems
+1609.04394 Astrophysics of Galaxies
+1609.04415 Instrumentation and Detectors
+1609.04679 Quantum Gases
+1609.05039 Theory
+1609.05071 Theory
+1609.05241 Superconductivity
+1609.05286 Trading and Market Microstructure
+1609.05465 Optics
+1609.05654 Phenomenology
+1609.05669 Instrumentation and Detectors
+1609.05707 Solar and Stellar Astrophysics
+1609.05852 Mesoscale and Nanoscale Physics
+1609.05895 Quantum Gases
+1609.05904 Theory
+1609.06006 Adaptation and Self-Organizing Systems
+1609.06020 Medical Physics
+1609.06041 Medical Physics
+1609.06103 Phenomenology
+1609.06104 Phenomenology
+1609.06202 Instrumentation and Detectors
+1609.06203 Theory
+1609.06218
+1609.06304 Astrophysics of Galaxies
+1609.06419 Mesoscale and Nanoscale Physics
+1609.06614 Statistical Mechanics
+1609.06624 Cosmology and Nongalactic Astrophysics
+1609.06638 Information Theory
+1609.06685 Phenomenology
+1609.06727 Astrophysics of Galaxies
+1609.06740 Number Theory
+1609.06761
+1609.06977 Phenomenology
+1609.07078 Theory
+1609.07120 Cosmology and Nongalactic Astrophysics
+1609.07149 Phenomenology
+1609.07172 Solar and Stellar Astrophysics
+1609.07338
+1609.07469 Strongly Correlated Electrons
+1609.07483 Phenomenology
+1609.07655 Atomic Physics
+1609.07700 Strongly Correlated Electrons
+1609.07842 Fluid Dynamics
+1609.07869 Materials Science
+1609.08020 Mesoscale and Nanoscale Physics
+1609.08218 Optics
+1609.08259 Chemical Physics
+1609.08284 Materials Science
+1609.08307 Materials Science
+1609.08314
+1609.08624 Cosmology and Nongalactic Astrophysics
+1609.08698
+1609.08805 Strongly Correlated Electrons
+1609.08829 Mesoscale and Nanoscale Physics
+1609.09024 Statistical Mechanics
+1609.09257 Mesoscale and Nanoscale Physics
+1609.09303 Phenomenology
+1609.09312 Mesoscale and Nanoscale Physics
+1609.09405 Computation and Language
+1609.09435 Social and Information Networks
+1609.09477 Lattice
+1609.09554 Adaptation and Self-Organizing Systems
+1609.09632 Quantum Gases
+1609.09769 Chemical Physics
+1609.09863 Theory
+1610.00170 Atomic Physics
+1610.00315 Data Analysis, Statistics and Probability
+1610.00364 Phenomenology
+1610.00393 Lattice
+1610.00432
+1610.00509
+1610.00648 Phenomenology
+1610.00779 Phenomenology
+1610.00968 Theory
+1610.01097 Superconductivity
+1610.01176 Astrophysics of Galaxies
+1610.01269 Computational Physics
+1610.01321 Solar and Stellar Astrophysics
+1610.01322 Materials Science
+1610.01445 Optics
+1610.01460 Solar and Stellar Astrophysics
+1610.01584 High Energy Astrophysical Phenomena
+1610.01601 Phenomenology
+1610.01606 Earth and Planetary Astrophysics
+1610.01665 Cosmology and Nongalactic Astrophysics
+1610.01701 Astrophysics of Galaxies
+1610.01726 Materials Science
+1610.01788 Astrophysics of Galaxies
+1610.01887 Instrumentation and Detectors
+1610.01899 Cosmology and Nongalactic Astrophysics
+1610.01918 Solar and Stellar Astrophysics
+1610.01977 Earth and Planetary Astrophysics
+1610.02052 Theory
+1610.02093 Accelerator Physics
+1610.02125 Optimization and Control
+1610.02189 Phenomenology
+1610.02248 Solar and Stellar Astrophysics
+1610.02261 Theory
+1610.02282 Populations and Evolution
+1610.02316 Optics
+1610.02403 Theory
+1610.02450 Materials Science
+1610.02533
+1610.02604 Chemical Physics
+1610.02699 Materials Science
+1610.02956 Cosmology and Nongalactic Astrophysics
+1610.02983 Phenomenology
+1610.03311 High Energy Astrophysical Phenomena
+1610.03460 Earth and Planetary Astrophysics
+1610.03490 Astrophysics of Galaxies
+1610.03491 Theory
+1610.03546 Theory
+1610.03635 Mesoscale and Nanoscale Physics
+1610.03655
+1610.03663 Theory
+1610.03711 Phenomenology
+1610.03797 Mesoscale and Nanoscale Physics
+1610.03822 Phenomenology
+1610.03872 Solar and Stellar Astrophysics
+1610.03982 Strongly Correlated Electrons
+1610.04036 Mesoscale and Nanoscale Physics
+1610.04063
+1610.04243 Chemical Physics
+1610.04453 Theory
+1610.04519
+1610.04645 Classical Physics
+1610.04704 Instrumentation and Methods for Astrophysics
+1610.04710 Representation Theory
+1610.04748 Phenomenology
+1610.04763 Accelerator Physics
+1610.04769 Numerical Analysis
+1610.04803
+1610.04812 Solar and Stellar Astrophysics
+1610.04961 Mesoscale and Nanoscale Physics
+1610.05001 Materials Science
+1610.05003 Strongly Correlated Electrons
+1610.05008 Solar and Stellar Astrophysics
+1610.05084 Biological Physics
+1610.05126 Statistical Mechanics
+1610.05311 Theory
+1610.05324 Astrophysics of Galaxies
+1610.05396 Astrophysics of Galaxies
+1610.05548 Astrophysics of Galaxies
+1610.05549 Theory
+1610.05641 Solar and Stellar Astrophysics
+1610.05659 Theory
+1610.05716 Neural and Evolutionary Computing
+1610.05778 Strongly Correlated Electrons
+1610.05846 Superconductivity
+1610.05878 Theory
+1610.05887 Statistical Mechanics
+1610.05906 Solar and Stellar Astrophysics
+1610.05923 Solar and Stellar Astrophysics
+1610.06081
+1610.06141
+1610.06181 Theory
+1610.06568 Strongly Correlated Electrons
+1610.06583 Cosmology and Nongalactic Astrophysics
+1610.06594
+1610.06676 Phenomenology
+1610.06693 Theory
+1610.06696 Group Theory
+1610.06717 Theory
+1610.06780 Mesoscale and Nanoscale Physics
+1610.06842 Phenomenology
+1610.06905 Solar and Stellar Astrophysics
+1610.06957 Instrumentation and Detectors
+1610.06962
+1610.07107
+1610.07134 Theory
+1610.07180 Soft Condensed Matter
+1610.07202 Earth and Planetary Astrophysics
+1610.07228 Quantum Gases
+1610.07254 Combinatorics
+1610.07340 Materials Science
+1610.07443 Optics
+1610.07477 Phenomenology
+1610.07533 High Energy Astrophysical Phenomena
+1610.07580
+1610.07623 Phenomenology
+1610.07632 Earth and Planetary Astrophysics
+1610.07640 Theory
+1610.07653 High Energy Astrophysical Phenomena
+1610.07711 Quantum Gases
+1610.07897 Phenomenology
+1610.07970 Plasma Physics
+1610.07975 Theory
+1610.08051
+1610.08063 Theory
+1610.08071 Solar and Stellar Astrophysics
+1610.08083 Phenomenology
+1610.08104 Statistical Mechanics
+1610.08212 Theory
+1610.08259 Strongly Correlated Electrons
+1610.08388 Statistical Mechanics
+1610.08472 Theory
+1610.08508 Superconductivity
+1610.08603 Phenomenology
+1610.08690 History and Philosophy of Physics
+1610.08698 Earth and Planetary Astrophysics
+1610.08724 Fluid Dynamics
+1610.08742 Accelerator Physics
+1610.08800 Theory
+1610.08857 Soft Condensed Matter
+1610.08889 Instrumentation and Detectors
+1610.08907 Phenomenology
+1610.09192 Mesoscale and Nanoscale Physics
+1610.09376 High Energy Astrophysical Phenomena
+1610.09631 Symplectic Geometry
+1610.09681 Theory
+1610.09755 Strongly Correlated Electrons
+1610.09870 Number Theory
+1610.09969 Mesoscale and Nanoscale Physics
+1611.00002 Astrophysics of Galaxies
+1611.00112 Theory
+1611.00222 Astrophysics of Galaxies
+1611.00232
+1611.00361 Theory
+1611.00397 Earth and Planetary Astrophysics
+1611.00564 Materials Science
+1611.00761 Astrophysics of Galaxies
+1611.00784 Phenomenology
+1611.00804 Phenomenology
+1611.00810
+1611.00955 Plasma Physics
+1611.00986 Strongly Correlated Electrons
+1611.01040
+1611.01105
+1611.01131 Theory
+1611.01145 Quantum Gases
+1611.01206 Instrumentation and Detectors
+1611.01490 Theory
+1611.01750 Cosmology and Nongalactic Astrophysics
+1611.01791 Solar and Stellar Astrophysics
+1611.01893 Theory
+1611.01978 Computational Physics
+1611.02032 Superconductivity
+1611.02163 Learning
+1611.02172 Theory
+1611.02180 Optics
+1611.02283 Quantum Gases
+1611.02477
+1611.02479 Chaotic Dynamics
+1611.02524
+1611.02632 Astrophysics of Galaxies
+1611.02753 Pattern Formation and Solitons
+1611.02859 Strongly Correlated Electrons
+1611.02973 Theory
+1611.02995 High Energy Astrophysical Phenomena
+1611.03098 Theory
+1611.03111 Theory
+1611.03180 Instrumentation and Detectors
+1611.03201 Phenomenology
+1611.03311 Fluid Dynamics
+1611.03316 Phenomenology
+1611.03375 Phenomenology
+1611.03430 Quantum Gases
+1611.03490 Theory
+1611.03494 Solar and Stellar Astrophysics
+1611.03495 Solar and Stellar Astrophysics
+1611.03504 Strongly Correlated Electrons
+1611.03517 Strongly Correlated Electrons
+1611.03783 Astrophysics of Galaxies
+1611.03849
+1611.03897 Soft Condensed Matter
+1611.04143
+1611.04162 Theory
+1611.04223 Adaptation and Self-Organizing Systems
+1611.04258 Atomic Physics
+1611.04260 Experiment
+1611.04275 Phenomenology
+1611.04281 Disordered Systems and Neural Networks
+1611.04377 Materials Science
+1611.04390 Superconductivity
+1611.04508 Atomic Physics
+1611.04590 Astrophysics of Galaxies
+1611.04702 Optimization and Control
+1611.04900 Mesoscale and Nanoscale Physics
+1611.05106 Solar and Stellar Astrophysics
+1611.05226 Theory
+1611.05281 General Physics
+1611.05283 Instrumentation and Detectors
+1611.05338 Phenomenology
+1611.05358 Computer Vision and Pattern Recognition
+1611.05409 Solar and Stellar Astrophysics
+1611.05445 Phenomenology
+1611.05538 Plasma Physics
+1611.05682 Pattern Formation and Solitons
+1611.05704 Number Theory
+1611.05766
+1611.05939 Computer Vision and Pattern Recognition
+1611.05942 Classical Physics
+1611.05964 Computer Vision and Pattern Recognition
+1611.06089 Phenomenology
+1611.06101 Computer Science and Game Theory
+1611.06192
+1611.06311 High Energy Astrophysical Phenomena
+1611.06340 Theory
+1611.06481 High Energy Astrophysical Phenomena
+1611.06508 Astrophysics of Galaxies
+1611.06523 Phenomenology
+1611.06702 Astrophysics of Galaxies
+1611.06761 Statistical Mechanics
+1611.06803 Other Condensed Matter
+1611.06835 Strongly Correlated Electrons
+1611.06920 Strongly Correlated Electrons
+1611.07027 Mesoscale and Nanoscale Physics
+1611.07064 Solar and Stellar Astrophysics
+1611.07290 Chemical Physics
+1611.07387 Phenomenology
+1611.07405 Mesoscale and Nanoscale Physics
+1611.07524 Astrophysics of Galaxies
+1611.07582 Phenomenology
+1611.07681 Quantum Gases
+1611.07683 Strongly Correlated Electrons
+1611.07729 Instrumentation and Detectors
+1611.07868 Astrophysics of Galaxies
+1611.07901 Solar and Stellar Astrophysics
+1611.07902 Plasma Physics
+1611.07903 Mesoscale and Nanoscale Physics
+1611.07913 Strongly Correlated Electrons
+1611.07942 Phenomenology
+1611.07959
+1611.07979 Astrophysics of Galaxies
+1611.08132 Statistical Mechanics
+1611.08189 Solar and Stellar Astrophysics
+1611.08360 Other Condensed Matter
+1611.08361 Quantum Gases
+1611.08433
+1611.08668 Atomic Physics
+1611.08732 Algebraic Geometry
+1611.09167 Geophysics
+1611.09236 Earth and Planetary Astrophysics
+1611.09765 Number Theory
+1611.09770 Soft Condensed Matter
+1611.09785 Phenomenology
+1611.09992 Theory
+1611.10086 Optics
+1611.10100 Phenomenology
+1611.10139 Phenomenology
+1611.10324 Probability
+1611.10329 Phenomenology
+1611.10353 Instrumentation and Detectors
+1611.10354
+1612.00153 Superconductivity
+1612.00161 Probability
+1612.00228 Earth and Planetary Astrophysics
+1612.00273 Astrophysics of Galaxies
+1612.00314 Materials Science
+1612.00342 Earth and Planetary Astrophysics
+1612.00376 Soft Condensed Matter
+1612.00433 Theory
+1612.00438 Phenomenology
+1612.00638 Instrumentation and Detectors
+1612.00900
+1612.00948 Astrophysics of Galaxies
+1612.01109 Representation Theory
+1612.01305 Instrumentation and Methods for Astrophysics
+1612.01306 Theory
+1612.01317 Solar and Stellar Astrophysics
+1612.01331 Solar and Stellar Astrophysics
+1612.01390
+1612.01467
+1612.01579 Earth and Planetary Astrophysics
+1612.01604
+1612.01662 Geophysics
+1612.01935 High Energy Astrophysical Phenomena
+1612.02000 Astrophysics of Galaxies
+1612.02011 High Energy Astrophysical Phenomena
+1612.02013 Statistical Mechanics
+1612.02019 Solar and Stellar Astrophysics
+1612.02021 Theory
+1612.02042
+1612.02046 Instrumentation and Detectors
+1612.02118
+1612.02224 Solar and Stellar Astrophysics
+1612.02260 Instrumentation and Methods for Astrophysics
+1612.02274 Fluid Dynamics
+1612.02411 High Energy Astrophysical Phenomena
+1612.02428 Astrophysics of Galaxies
+1612.02657 Economics
+1612.02768 Astrophysics of Galaxies
+1612.02787 Astrophysics of Galaxies
+1612.02856 Solar and Stellar Astrophysics
+1612.02922 Astrophysics of Galaxies
+1612.03072 Astrophysics of Galaxies
+1612.03075
+1612.03178 Astrophysics of Galaxies
+1612.03313 Soft Condensed Matter
+1612.03440 Solar and Stellar Astrophysics
+1612.03756 Classical Analysis and ODEs
+1612.03778 General Physics
+1612.03821 Astrophysics of Galaxies
+1612.03822
+1612.03907 Solar and Stellar Astrophysics
+1612.03941 Astrophysics of Galaxies
+1612.03943 High Energy Astrophysical Phenomena
+1612.04000 Astrophysics of Galaxies
+1612.04017 Astrophysics of Galaxies
+1612.04089 Strongly Correlated Electrons
+1612.04166 Earth and Planetary Astrophysics
+1612.04215 Statistical Mechanics
+1612.04332 Earth and Planetary Astrophysics
+1612.04372 Earth and Planetary Astrophysics
+1612.04412 High Energy Astrophysical Phenomena
+1612.04442 Theory
+1612.04650 Solar and Stellar Astrophysics
+1612.04669
+1612.04715 Fluid Dynamics
+1612.04729 Solar and Stellar Astrophysics
+1612.04751 Solar and Stellar Astrophysics
+1612.04765 Computation and Language
+1612.04816 Astrophysics of Galaxies
+1612.04821 Earth and Planetary Astrophysics
+1612.04830 High Energy Astrophysical Phenomena
+1612.05037 Materials Science
+1612.05295 Information Theory
+1612.05394 Strongly Correlated Electrons
+1612.05452 Instrumentation and Methods for Astrophysics
+1612.05491 Cryptography and Security
+1612.05563 Theory
+1612.05598 Earth and Planetary Astrophysics
+1612.05636 Cosmology and Nongalactic Astrophysics
+1612.05651 High Energy Astrophysical Phenomena
+1612.05666 High Energy Astrophysical Phenomena
+1612.05699 High Energy Astrophysical Phenomena
+1612.05711 Solar and Stellar Astrophysics
+1612.05718 Earth and Planetary Astrophysics
+1612.05738 Quantum Gases
+1612.05799
+1612.05889 Statistical Mechanics
+1612.05896 Theory
+1612.05945 Earth and Planetary Astrophysics
+1612.05971 Systems and Control
+1612.06080 Solar and Stellar Astrophysics
+1612.06082 Astrophysics of Galaxies
+1612.06207
+1612.06417
+1612.06481 High Energy Astrophysical Phenomena
+1612.06527
+1612.06568 Mesoscale and Nanoscale Physics
+1612.06632 Solar and Stellar Astrophysics
+1612.06920 Earth and Planetary Astrophysics
+1612.07057 Phenomenology
+1612.07131 Earth and Planetary Astrophysics
+1612.07137
+1612.07397 Materials Science
+1612.07755 Soft Condensed Matter
+1612.07776 Probability
+1612.07825
+1612.07929 Neurons and Cognition
+1612.08025 Strongly Correlated Electrons
+1612.08069 Information Theory
+1612.08318 Algebraic Geometry
+1612.08557 Chaotic Dynamics
+1612.08563
+1612.08797 Other Condensed Matter
+1612.08830 Superconductivity
+1612.08873 Solar and Stellar Astrophysics
+1612.08961 Algebraic Geometry
+1612.09116 Algebraic Geometry
+1612.09354 Soft Condensed Matter
+1612.09458 Astrophysics of Galaxies
+1701.00086 High Energy Astrophysical Phenomena
+1701.00250 Solar and Stellar Astrophysics
+1701.00327 Phenomenology
+1701.00454 General Physics
+1701.00535
+1701.00648 Neurons and Cognition
+1701.00680 Solar and Stellar Astrophysics
+1701.00744
+1701.00780
+1701.01220 Plasma Physics
+1701.01251 Earth and Planetary Astrophysics
+1701.01465 Strongly Correlated Electrons
+1701.01681 Plasma Physics
+1701.01750
+1701.01809
+1701.02082
+1701.02116 Statistical Mechanics
+1701.02175 Phenomenology
+1701.02283 Statistical Mechanics
+1701.02407 Solar and Stellar Astrophysics
+1701.02464 Astrophysics of Galaxies
+1701.02506 Solar and Stellar Astrophysics
+1701.02531 Solar and Stellar Astrophysics
+1701.02549
+1701.02597 Probability
+1701.02650 Computational Physics
+1701.02746 High Energy Astrophysical Phenomena
+1701.02832 Strongly Correlated Electrons
+1701.02894 Solar and Stellar Astrophysics
+1701.03104 Solar and Stellar Astrophysics
+1701.03260 Astrophysics of Galaxies
+1701.03262 Instrumentation and Detectors
+1701.03406 Instrumentation and Detectors
+1701.03609 Solar and Stellar Astrophysics
+1701.03716 Computer Science and Game Theory
+1701.03748 Materials Science
+1701.03809 Solar and Stellar Astrophysics
+1701.04217 Distributed, Parallel, and Cluster Computing
+1701.04243 Astrophysics of Galaxies
+1701.04414 Astrophysics of Galaxies
+1701.04429 Cosmology and Nongalactic Astrophysics
+1701.04539 Strongly Correlated Electrons
+1701.04580 Astrophysics of Galaxies
+1701.04711 Materials Science
+1701.04997 Astrophysics of Galaxies
+1701.05047 Algebraic Geometry
+1701.05110
+1701.05197 Astrophysics of Galaxies
+1701.05221 Computer Vision and Pattern Recognition
+1701.05370 Solar and Stellar Astrophysics
+1701.05612 Astrophysics of Galaxies
+1701.05698 Astrophysics of Galaxies
+1701.05722 Astrophysics of Galaxies
+1701.05856 Astrophysics of Galaxies
+1701.05878 Statistical Mechanics
+1701.05912 Solar and Stellar Astrophysics
+1701.05925 Astrophysics of Galaxies
+1701.05933 Astrophysics of Galaxies
+1701.05939 Astrophysics of Galaxies
+1701.05962 Astrophysics of Galaxies
+1701.05998
+1701.06024 Combinatorics
+1701.06066 Astrophysics of Galaxies
+1701.06260 Optimization and Control
+1701.06340 Theory
+1701.06363 High Energy Astrophysical Phenomena
+1701.06482 Computers and Society
+1701.06587
+1701.06622 Astrophysics of Galaxies
+1701.06704 High Energy Astrophysical Phenomena
+1701.06714 Atomic Physics
+1701.06719
+1701.06843 Experiment
+1701.06887 Statistical Mechanics
+1701.06915 Astrophysics of Galaxies
+1701.07036 Astrophysics of Galaxies
+1701.07134 Phenomenology
+1701.07161 Popular Physics
+1701.07182 Lattice
+1701.07271 Solar and Stellar Astrophysics
+1701.07332 Disordered Systems and Neural Networks
+1701.07469 Numerical Analysis
+1701.07550 Robotics
+1701.07595 Materials Science
+1701.07609 Mesoscale and Nanoscale Physics
+1701.07621 Other Condensed Matter
+1701.07847 Neurons and Cognition
+1701.07908 Information Theory
+1701.07909 Atomic Physics
+1701.08001 Soft Condensed Matter
+1701.08013 Soft Condensed Matter
+1701.08114 Programming Languages
+1701.08122 Programming Languages
+1701.08124 Programming Languages
+1701.08275 Mesoscale and Nanoscale Physics
+1701.08277 Mesoscale and Nanoscale Physics
+1701.08278
+1701.08302 Artificial Intelligence
+1701.08324 Lattice
+1701.08463 High Energy Astrophysical Phenomena
+1701.08494
+1701.08565 Disordered Systems and Neural Networks
+1701.08572 Materials Science
+1701.08573
+1701.08578 Dynamical Systems
+1701.08649 Optimization and Control
+1701.08657
+1701.08682 Formal Languages and Automata Theory
+1701.08707 Materials Science
+1701.08731 Information Theory
+1701.08757 Learning
+1701.08758
+1701.08759
+1701.08760 Classical Physics
+1701.08761 Robotics
+1701.08762 Chaotic Dynamics
+1701.08764 Solar and Stellar Astrophysics
+1701.08765 Theory
+1701.08767 Phenomenology
+1701.08769 Astrophysics of Galaxies
+1701.08770
+1701.08771 Solar and Stellar Astrophysics
+1701.08774 Phenomenology
+1701.08775
+1701.08776 Theory
+1701.08777
+1701.08778 Phenomenology
+1701.08779 Astrophysics of Galaxies
+1701.08780 Phenomenology
+1701.08781 Astrophysics of Galaxies
+1701.08783 Information Theory
+1701.08784 Phenomenology
+1701.08785 Information Theory
+1701.08786 Computers and Society
+1701.08787 Social and Information Networks
+1701.08788 Number Theory
+1701.08789 Machine Learning
+1701.08791 Information Theory
+1701.08792 High Energy Astrophysical Phenomena
+1701.08794 Functional Analysis
+1701.08796 Learning
+1701.08797 Space Physics
+1701.08798 Superconductivity
+1701.08799 Social and Information Networks
+1701.08800 Distributed, Parallel, and Cluster Computing
+1701.08801 Soft Condensed Matter
+1701.08802 Astrophysics of Galaxies
+1701.08803 Instrumentation and Methods for Astrophysics
+1701.08804 High Energy Astrophysical Phenomena
+1701.08805 Algebraic Geometry
+1701.08806 Astrophysics of Galaxies
+1701.08807 Instrumentation and Methods for Astrophysics
+1701.08808 Analysis of PDEs
+1701.08809 Data Structures and Algorithms
+1701.08814 Solar and Stellar Astrophysics
+1701.08815 History and Overview
+1701.08817 Analysis of PDEs
+1701.08819
+1701.08820 Astrophysics of Galaxies
+1701.08822 Number Theory
+1701.08826 Representation Theory
+1701.08827 Instrumentation and Methods for Astrophysics
+1701.08828 Strongly Correlated Electrons
+1701.08829 Differential Geometry
+1701.08830 Algebraic Geometry
+1701.08831 Analysis of PDEs
+1701.08832 Artificial Intelligence
+1701.08833 Metric Geometry
+1701.08835 Computer Vision and Pattern Recognition
+1701.08836 Information Theory
+1701.08838 Algebraic Geometry
+1701.08839 Mesoscale and Nanoscale Physics
+1701.08840 Learning
+1701.08841 Classical Physics
+1701.08842 Social and Information Networks
+1701.08843 Mesoscale and Nanoscale Physics
+1701.08844 Statistical Mechanics
+1701.08845 Classical Physics
+1701.08846 Mesoscale and Nanoscale Physics
+1701.08847 Mesoscale and Nanoscale Physics
+1701.08849 Hardware Architecture
+1701.08850 Pattern Formation and Solitons
+1701.08851 Statistical Mechanics
+1701.08852 Algebraic Geometry
+1701.08853 Group Theory
+1701.08854 Medical Physics
+1701.08855 Numerical Analysis
+1701.08856 Theory
+1701.08857 Combinatorics
+1701.08860 Superconductivity
+1701.08861 Optimization and Control
+1701.08862 Methodology
+1701.08863 High Energy Astrophysical Phenomena
+1701.08864 Materials Science
+1701.08865 Numerical Analysis
+1701.08866 Strongly Correlated Electrons
+1701.08867 Optics
+1701.08868 Artificial Intelligence
+1701.08869 Computer Vision and Pattern Recognition
+1701.08872 Mesoscale and Nanoscale Physics
+1701.08874 Plasma Physics
+1701.08875 Mesoscale and Nanoscale Physics
+1701.08876 Solar and Stellar Astrophysics
+1701.08878 Robotics
+1701.08879 Human-Computer Interaction
+1701.08880 Solar and Stellar Astrophysics
+1701.08883 Information Theory
+1701.08885 Solar and Stellar Astrophysics
+1701.08886 Learning
+1701.08888 Information Retrieval
+1701.08889 Phenomenology
+1701.08890 Optimization and Control
+1701.08891 Information Theory
+1701.08892 Differential Geometry
+1701.08894 Solar and Stellar Astrophysics
+1701.08895 Statistics Theory
+1701.08896 Computer Science and Game Theory
+1701.08897 Data Structures and Algorithms
+1701.08898 Solar and Stellar Astrophysics
+1701.08899 Algebraic Geometry
+1701.08901 Geometric Topology
+1701.08902 Algebraic Geometry
+1701.08903 Differential Geometry
+1701.08906 Information Theory
+1701.08907
+1701.08908 Classical Physics
+1701.08909 Mesoscale and Nanoscale Physics
+1701.08910 Optimization and Control
+1701.08911 Instrumentation and Detectors
+1701.08914 Theory
+1701.08915 Systems and Control
+1701.08916 Machine Learning
+1701.08917 Probability
+1701.08918 Computer Vision and Pattern Recognition
+1701.08920 Optimization and Control
+1701.08921 Robotics
+1701.08922 Operator Algebras
+1701.08923 Social and Information Networks
+1701.08924 Databases
+1701.08925 Information Theory
+1701.08926 Analysis of PDEs
+1701.08927 Information Theory
+1701.08928 Combinatorics
+1701.08929 Analysis of PDEs
+1701.08930
+1701.08931 Computer Vision and Pattern Recognition
+1701.08933 Theory
+1701.08934 Computational Physics
+1701.08936 Computer Vision and Pattern Recognition
+1701.08938 Phenomenology
+1701.08939 Learning
+1701.08940 Number Theory
+1701.08941 Phenomenology
+1701.08943 Optimization and Control
+1701.08945 Optics
+1701.08946 Machine Learning
+1701.08947 Numerical Analysis
+1701.08948 Differential Geometry
+1701.08949 Rings and Algebras
+1701.08951 Neural and Evolutionary Computing
+1701.08952 Optimization and Control
+1701.08953 Earth and Planetary Astrophysics
+1701.08955 Algebraic Geometry
+1701.08956 Metric Geometry
+1701.08958 Optics
+1701.08959 Lattice
+1701.08961 Lattice
+1701.08962 Classical Analysis and ODEs
+1701.08964 Mesoscale and Nanoscale Physics
+1701.08965
+1701.08966 Fluid Dynamics
+1701.08967
+1701.08968 Computer Vision and Pattern Recognition
+1701.08971 Instrumentation and Detectors
+1701.08972 Trading and Market Microstructure
+1701.08973 Numerical Analysis
+1701.08974 Computer Vision and Pattern Recognition
+1701.08975 Data Analysis, Statistics and Probability
+1701.08976 Networking and Internet Architecture
+1701.08977 Cosmology and Nongalactic Astrophysics
+1701.08979 Classical Analysis and ODEs
+1701.08980
+1701.08982 Combinatorics
+1701.08984
+1701.08985 Computer Vision and Pattern Recognition
+1701.08986
+1701.08990 Earth and Planetary Astrophysics
+1701.08992 Lattice
+1701.08993 Materials Science
+1701.08994 Methodology
+1701.08995 Populations and Evolution
+1701.08996 Fluid Dynamics
+1701.08997 Phenomenology
+1701.08998 Materials Science
+1701.08999 Dynamical Systems
+1701.09000 Artificial Intelligence
+1701.09001 Biological Physics
+1701.09002 Molecular Networks
+1701.09004
+1701.09005 Lattice
+1701.09006 Phenomenology
+1701.09007 Databases
+1701.09009 Mesoscale and Nanoscale Physics
+1701.09010 Networking and Internet Architecture
+1701.09011 Networking and Internet Architecture
+1701.09012 Astrophysics of Galaxies
+1701.09013 Materials Science
+1701.09014 Instrumentation and Methods for Astrophysics
+1701.09015 Symplectic Geometry
+1701.09016 Cosmology and Nongalactic Astrophysics
+1701.09017 Representation Theory
+1701.09018 Cosmology and Nongalactic Astrophysics
+1701.09019 Geometric Topology
+1701.09020 Cosmology and Nongalactic Astrophysics
+1701.09022 Optics
+1701.09023 Mesoscale and Nanoscale Physics
+1701.09024 Mesoscale and Nanoscale Physics
+1701.09025 Methodology
+1701.09027 Earth and Planetary Astrophysics
+1701.09028 Molecular Networks
+1701.09029 Disordered Systems and Neural Networks
+1701.09030 Statistical Mechanics
+1701.09031 Numerical Analysis
+1701.09032 Soft Condensed Matter
+1701.09033 Optimization and Control
+1701.09036 Classical Analysis and ODEs
+1701.09037 Computer Vision and Pattern Recognition
+1701.09038 Mesoscale and Nanoscale Physics
+1701.09039 Social and Information Networks
+1701.09040 Information Theory
+1701.09041 Cosmology and Nongalactic Astrophysics
+1701.09042 Databases
+1701.09045 Databases
+1701.09046 Optimization and Control
+1701.09047 Cosmology and Nongalactic Astrophysics
+1701.09048 Solar and Stellar Astrophysics
+1701.09050
+1701.09051 Number Theory
+1701.09052 Soft Condensed Matter
+1701.09053 Cosmology and Nongalactic Astrophysics
+1701.09054 Rings and Algebras
+1701.09055 Machine Learning
+1701.09056 Analysis of PDEs
+1701.09057 Information Theory
+1701.09058 Statistical Mechanics
+1701.09061
+1701.09062 Astrophysics of Galaxies
+1701.09066 Soft Condensed Matter
+1701.09067 Cosmology and Nongalactic Astrophysics
+1701.09068 Combinatorics
+1701.09069 Algebraic Geometry
+1701.09071 Probability
+1701.09072 Cosmology and Nongalactic Astrophysics
+1701.09073 Algebraic Geometry
+1701.09074 Representation Theory
+1701.09075 Atomic Physics
+1701.09076 Systems and Control
+1701.09077 Materials Science
+1701.09078 Other Condensed Matter
+1701.09079 Computational Engineering, Finance, and Science
+1701.09080 Algebraic Geometry
+1701.09081 Materials Science
+1701.09082 Solar and Stellar Astrophysics
+1701.09083 Learning
+1701.09084 Systems and Control
+1701.09085 Algebraic Geometry
+1701.09087 Classical Analysis and ODEs
+1701.09088 Cosmology and Nongalactic Astrophysics
+1701.09089 Materials Science
+1701.09090 Chemical Physics
+1701.09092 Experiment
+1701.09093 Complex Variables
+1701.09094 Systems and Control
+1701.09095 Biological Physics
+1701.09096 Differential Geometry
+1701.09097 Molecular Networks
+1701.09099 Algebraic Topology
+1701.09100
+1701.09101 Mesoscale and Nanoscale Physics
+1701.09103 Fluid Dynamics
+1701.09104 Molecular Networks
+1701.09105
+1701.09106
+1701.09107 Robotics
+1701.09108 Statistics Theory
+1701.09110 Mesoscale and Nanoscale Physics
+1701.09111 High Energy Astrophysical Phenomena
+1701.09112 Multiagent Systems
+1701.09113 Mesoscale and Nanoscale Physics
+1701.09114 Classical Analysis and ODEs
+1701.09115 Probability
+1701.09116 Phenomenology
+1701.09118 Optimization and Control
+1701.09119 Mesoscale and Nanoscale Physics
+1701.09120 Statistics Theory
+1701.09122 Analysis of PDEs
+1701.09125 Mesoscale and Nanoscale Physics
+1701.09127 Solar and Stellar Astrophysics
+1701.09129 Materials Science
+1701.09130 Phenomenology
+1701.09131 Computational Engineering, Finance, and Science
+1701.09132
+1701.09133 Combinatorics
+1701.09134 Accelerator Physics
+1701.09135 Computer Vision and Pattern Recognition
+1701.09136 Geometric Topology
+1701.09138 Information Retrieval
+1701.09139 Mesoscale and Nanoscale Physics
+1701.09140 Fluid Dynamics
+1701.09141 Mesoscale and Nanoscale Physics
+1701.09143 Applications
+1701.09144
+1701.09145 Instrumentation and Methods for Astrophysics
+1701.09146 Atomic Physics
+1701.09148 Combinatorics
+1701.09149 Algebraic Geometry
+1701.09150 Instrumentation and Detectors
+1701.09151
+1701.09153 High Energy Astrophysical Phenomena
+1701.09157 Populations and Evolution
+1701.09159 Materials Science
+1701.09160 Statistics Theory
+1701.09162 Theory
+1701.09164 Solar and Stellar Astrophysics
+1701.09165 Algebraic Geometry
+1701.09167 Phenomenology
+1701.09168
+1701.09169
+1701.09170 Phenomenology
+1701.09171 Strongly Correlated Electrons
+1701.09172 Solar and Stellar Astrophysics
+1701.09174 Materials Science
+1701.09176 Probability
+1701.09178 History and Philosophy of Physics
+1701.09179 Plasma Physics
+1701.09180 Robotics
+1701.09183 Phenomenology
+1701.09186 Phenomenology
+astro-ph/9412090
+astro-ph/9506031
+cond-mat/0703498 Statistical Mechanics
+cond-mat/9304043
+cond-mat/9402011
+cond-mat/9405037
+cond-mat/9406032
+cond-mat/9410027
+cond-mat/9501023
+gr-qc/0412028
+gr-qc/0512063
+gr-qc/9308019
+gr-qc/9308029
+hep-lat/0309156 Lattice
+hep-lat/9207018 Lattice
+hep-lat/9312073 Lattice
+hep-lat/9411036 Lattice
+hep-lat/9503023 Lattice
+hep-ph/0702219 Phenomenology
+hep-ph/0702224 Phenomenology
+hep-ph/9205225 Phenomenology
+hep-ph/9210229 Phenomenology
+hep-ph/9211212 Phenomenology
+hep-ph/9212208 Phenomenology
+hep-ph/9303258 Phenomenology
+hep-ph/9307305 Phenomenology
+hep-ph/9307321 Phenomenology
+hep-ph/9309321 Phenomenology
+hep-ph/9310267 Phenomenology
+hep-ph/9311368 Phenomenology
+hep-ph/9312321 Phenomenology
+hep-ph/9312343 Phenomenology
+hep-ph/9401332 Phenomenology
+hep-ph/9402296 Phenomenology
+hep-ph/9402357 Phenomenology
+hep-ph/9403284 Phenomenology
+hep-ph/9403343 Phenomenology
+hep-ph/9403364 Phenomenology
+hep-ph/9405337 Phenomenology
+hep-ph/9406327 Phenomenology
+hep-ph/9406375 Phenomenology
+hep-ph/9407398 Phenomenology
+hep-ph/9411258 Phenomenology
+hep-ph/9411434 Phenomenology
+hep-ph/9412325 Phenomenology
+hep-ph/9503403 Phenomenology
+hep-th/0010038 Theory
+hep-th/0503005 Theory
+hep-th/9201018 Theory
+hep-th/9207025 Theory
+hep-th/9210138 Theory
+hep-th/9211087 Theory
+hep-th/9212130 Theory
+hep-th/9212131 Theory
+hep-th/9212132 Theory
+hep-th/9303049 Theory
+hep-th/9303086 Theory
+hep-th/9304010 Theory
+hep-th/9304012 Theory
+hep-th/9306098 Theory
+hep-th/9307181 Theory
+hep-th/9308024 Theory
+hep-th/9308049 Theory
+hep-th/9308063 Theory
+hep-th/9309150 Theory
+hep-th/9310059 Theory
+hep-th/9312174 Theory
+hep-th/9403025 Theory
+hep-th/9403139 Theory
+hep-th/9404026 Theory
+hep-th/9405022 Theory
+hep-th/9405145 Theory
+hep-th/9408007 Theory
+hep-th/9409115 Theory
+hep-th/9410171 Theory
+hep-th/9502158 Theory
+hep-th/9503083 Theory
+hep-th/9504094 Theory
+math/0702276 Differential Geometry
+nucl-th/9210013
+nucl-th/9304019
+nucl-th/9309006
+nucl-th/9311014
+physics/0505102 Fluid Dynamics
+quant-ph/0009114
+0710.1248 Combinatorics
+0903.5365
+1001.2416 Logic in Computer Science
+1001.5087 Numerical Analysis
+1012.1769 Logic in Computer Science
+1101.3292 General Physics
+1102.5767
+1106.0141 Discrete Mathematics
+1207.1342 Metric Geometry
+1208.2180 Combinatorics
+1209.4403 Computational Geometry
+1212.1326 Dynamical Systems
+1301.3569 Combinatorics
+1303.2424 Functional Analysis
+1304.1238 Symbolic Computation
+1304.8115
+1306.3420
+1308.3529 Quantum Algebra
+1308.4734 Algebraic Geometry
+1312.2372 Computation
+1405.2966 Combinatorics
+1406.0192
+1406.5321 Dynamical Systems
+1408.0611 Algebraic Geometry
+1408.1579 Group Theory
+1408.4641 Functional Analysis
+1408.6036 Differential Geometry
+1409.2827 Optics
+1410.0584 Rings and Algebras
+1410.2500 Learning
+1410.6553 Complex Variables
+1410.8485 Theory
+1411.6432 Logic in Computer Science
+1411.6452 Logic
+1412.1686 Algebraic Geometry
+1412.7488 Probability
+1501.04598
+1501.05528 Computational Complexity
+1501.05658 Theory
+1501.06091 Information Theory
+1501.06575
+1502.00383 Geometric Topology
+1502.03329 Materials Science
+1502.03710 Cosmology and Nongalactic Astrophysics
+1503.03671 Combinatorics
+1503.04897 Representation Theory
+1503.06665 Computer Science and Game Theory
+1504.01996 Differential Geometry
+1504.08248 Artificial Intelligence
+1505.00173
+1505.07176 Numerical Analysis
+1506.00443
+1506.03018 Learning
+1506.04078 Materials Science
+1506.07147 Rings and Algebras
+1506.07757
+1506.08271 Geometric Topology
+1507.00573 Algebraic Geometry
+1507.00656 Combinatorics
+1507.04907 Data Structures and Algorithms
+1508.01205 Mesoscale and Nanoscale Physics
+1508.03062 Discrete Mathematics
+1508.03912 Combinatorics
+1508.06373 Numerical Analysis
+1509.00358
+1509.00929 Theory
+1509.01464 Dynamical Systems
+1509.02549 Fluid Dynamics
+1509.03194 Optimization and Control
+1509.03676
+1509.04632 Machine Learning
+1509.05158 Disordered Systems and Neural Networks
+1509.05635 Computational Geometry
+1509.05789 Learning
+1509.08539
+1509.08978 Theory
+1510.00701 Information Theory
+1510.03091 Geometric Topology
+1510.03103 Cosmology and Nongalactic Astrophysics
+1510.03394
+1510.04001
+1510.05098 Rings and Algebras
+1511.00465 Quantum Algebra
+1511.02101 Geometric Topology
+1511.03975
+1511.06349 Learning
+1511.07180 Data Structures and Algorithms
+1511.08089 Theory
+1512.01321 Dynamical Systems
+1512.01580 Analysis of PDEs
+1512.03215 Complex Variables
+1512.04234 Number Theory
+1512.04713 Functional Analysis
+1512.09039 Optimization and Control
+1601.02463 Physics and Society
+1601.03420 Biological Physics
+1601.05641
+1601.06501 Numerical Analysis
+1601.06988 Quantum Gases
+1602.00036 Information Theory
+1602.01355 Statistics Theory
+1602.01630 Number Theory
+1602.02776 Phenomenology
+1602.02929 Probability
+1602.02970 Numerical Analysis
+1602.03237
+1602.03845
+1602.05022 Fluid Dynamics
+1602.05939 Instrumentation and Detectors
+1602.06936 Analysis of PDEs
+1602.07277 Machine Learning
+1602.07668 Analysis of PDEs
+1602.08133 Phenomenology
+1602.08649
+1603.01601 Analysis of PDEs
+1603.02146 Algebraic Geometry
+1603.02660 Algebraic Geometry
+1603.03262
+1603.03942 Combinatorics
+1603.05263 Analysis of PDEs
+1603.05501 Theory
+1603.05857 Number Theory
+1603.06414 Theory
+1603.08022 Strongly Correlated Electrons
+1603.08166 Complex Variables
+1603.09025 Learning
+1603.09095 Computer Vision and Pattern Recognition
+1604.00054 Data Structures and Algorithms
+1604.00665 Superconductivity
+1604.00843 Materials Science
+1604.01036 Astrophysics of Galaxies
+1604.01820 Algebraic Geometry
+1604.02992
+1604.03096 Mesoscale and Nanoscale Physics
+1604.04527 Applications
+1604.04719 Number Theory
+1604.05976 Applications
+1604.07171 Optics
+1604.08732
+1605.00414 Information Theory
+1605.00514
+1605.00940 Strongly Correlated Electrons
+1605.01418 Optimization and Control
+1605.01508 Differential Geometry
+1605.01757 Superconductivity
+1605.01869 Information Theory
+1605.01920 General Finance
+1605.02030 Theory
+1605.02790 Mesoscale and Nanoscale Physics
+1605.03377 Pattern Formation and Solitons
+1605.03410 Numerical Analysis
+1605.03418 Populations and Evolution
+1605.03425 General Physics
+1605.05018 Algebraic Geometry
+1605.05045 Machine Learning
+1605.05454 Computation
+1605.05616 Chaotic Dynamics
+1605.05980
+1605.07013 Solar and Stellar Astrophysics
+1605.07082 Combinatorics
+1605.07247 Molecular Networks
+1605.07557 Representation Theory
+1605.08036 Fluid Dynamics
+1605.08566
+1605.08678 Statistical Mechanics
+1605.08803 Learning
+1605.09154 Theory
+1605.09362 Information Retrieval
+1606.01250
+1606.02232 Algebraic Geometry
+1606.02609 Geometric Topology
+1606.02665 Fluid Dynamics
+1606.03033 Methodology
+1606.03161 Probability
+1606.03948 Differential Geometry
+1606.04507 Statistical Mechanics
+1606.04745 Differential Geometry
+1606.04907 Physics and Society
+1606.05059 Group Theory
+1606.05152 Combinatorics
+1606.05188 Methodology
+1606.05283
+1606.05723 Mesoscale and Nanoscale Physics
+1606.06109 Superconductivity
+1606.07335 Cosmology and Nongalactic Astrophysics
+1606.07835 Materials Science
+1606.08350 Computation
+1606.08659 Phenomenology
+1606.08746 Quantum Gases
+1606.08918 Superconductivity
+1606.09066 Machine Learning
+1606.09300 Phenomenology
+1606.09415 Methodology
+1606.09582 Strongly Correlated Electrons
+1606.09639 Strongly Correlated Electrons
+1607.00543
+1607.00824 Fluid Dynamics
+1607.01036 Machine Learning
+1607.01097 Learning
+1607.01143 Classical Analysis and ODEs
+1607.01340
+1607.01644 Phenomenology
+1607.02084 Theory
+1607.02256
+1607.03574 Machine Learning
+1607.04492 Computation and Language
+1607.05618 Strongly Correlated Electrons
+1607.06261
+1607.06451 Statistical Mechanics
+1607.06572 Phenomenology
+1607.06945 Symbolic Computation
+1607.07169 Adaptation and Self-Organizing Systems
+1607.07441 Phenomenology
+1607.08307 Phenomenology
+1607.08585
+1608.00031
+1608.00167 Statistical Mechanics
+1608.00287 Phenomenology
+1608.00379 Theory
+1608.00574 Phenomenology
+1608.00723 Probability
+1608.00877 Mesoscale and Nanoscale Physics
+1608.01083 Phenomenology
+1608.01286 Mesoscale and Nanoscale Physics
+1608.01684 High Energy Astrophysical Phenomena
+1608.01886 Physics and Society
+1608.02100 Other Condensed Matter
+1608.02429 Soft Condensed Matter
+1608.02677
+1608.02696
+1608.03211 Optics
+1608.03280 Strongly Correlated Electrons
+1608.03826 Mesoscale and Nanoscale Physics
+1608.04077 Learning
+1608.04139 Mesoscale and Nanoscale Physics
+1608.05100 Data Structures and Algorithms
+1608.05154 Plasma Physics
+1608.05214 Astrophysics of Galaxies
+1608.05438 Analysis of PDEs
+1608.06064 Superconductivity
+1608.06239 Quantum Gases
+1608.06335
+1608.06607 Optics
+1608.06932 Strongly Correlated Electrons
+1608.07532 High Energy Astrophysical Phenomena
+1608.07941
+1608.07946 Superconductivity
+1608.08257 Earth and Planetary Astrophysics
+1608.08401 Theory
+1608.08910 Mesoscale and Nanoscale Physics
+1609.00057 Fluid Dynamics
+1609.00393 Theory
+1609.00405 Mesoscale and Nanoscale Physics
+1609.00572 Theory
+1609.00584 Soft Condensed Matter
+1609.00590
+1609.00949 Number Theory
+1609.01503
+1609.01723 Theory
+1609.01751 Quantum Gases
+1609.01776 Mesoscale and Nanoscale Physics
+1609.01792
+1609.02151 Phenomenology
+1609.02307 Phenomenology
+1609.02356 Computer Vision and Pattern Recognition
+1609.02419 Lattice
+1609.03063 Mesoscale and Nanoscale Physics
+1609.03675 Learning
+1609.03997 Cosmology and Nongalactic Astrophysics
+1609.04367 Phenomenology
+1609.04624 Materials Science
+1609.04698 Phenomenology
+1609.04719 Theory
+1609.05480 Mesoscale and Nanoscale Physics
+1609.05529 Strongly Correlated Electrons
+1609.05901
+1609.06128
+1609.06854 Probability
+1609.06884
+1609.07403 High Energy Astrophysical Phenomena
+1609.07497
+1609.07554 Computational Complexity
+1609.07647 Phenomenology
+1609.07653 Optics
+1609.07660 Atomic Physics
+1609.08026 Mesoscale and Nanoscale Physics
+1609.08093 Cosmology and Nongalactic Astrophysics
+1609.08246 Materials Science
+1609.08464
+1609.08616 Strongly Correlated Electrons
+1609.08643 Astrophysics of Galaxies
+1609.09090 Astrophysics of Galaxies
+1609.09222 Statistical Mechanics
+1609.09234 Plasma Physics
+1609.09252 Cosmology and Nongalactic Astrophysics
+1610.00097 Programming Languages
+1610.00136 Superconductivity
+1610.00407 Materials Science
+1610.00500 Solar and Stellar Astrophysics
+1610.00554 Probability
+1610.00666 Phenomenology
+1610.00686 Dynamical Systems
+1610.01016
+1610.01105
+1610.01130 Theory
+1610.01141 Solar and Stellar Astrophysics
+1610.01246
+1610.01629 Statistical Mechanics
+1610.01799
+1610.01822 Mesoscale and Nanoscale Physics
+1610.01940 Theory
+1610.01941 Theory
+1610.02330 Astrophysics of Galaxies
+1610.03020 Phenomenology
+1610.03169 Mesoscale and Nanoscale Physics
+1610.03239
+1610.03665 Cosmology and Nongalactic Astrophysics
+1610.03980 Phenomenology
+1610.03994 Materials Science
+1610.04021 Soft Condensed Matter
+1610.04112 Phenomenology
+1610.04145 Functional Analysis
+1610.04239 Earth and Planetary Astrophysics
+1610.04358
+1610.04727 Strongly Correlated Electrons
+1610.05002
+1610.05032 Fluid Dynamics
+1610.05765 Earth and Planetary Astrophysics
+1610.06109
+1610.06155
+1610.06454 Computation and Language
+1610.06893 Probability
+1610.07286 Astrophysics of Galaxies
+1610.07442 Computer Vision and Pattern Recognition
+1610.08288 Experiment
+1610.08557 Computation and Language
+1610.08593 Superconductivity
+1610.08754 Phenomenology
+1610.08761 Phenomenology
+1610.08843 Programming Languages
+1610.09088 Mesoscale and Nanoscale Physics
+1610.09161 Logic in Computer Science
+1610.09184 Statistical Mechanics
+1610.09416 High Energy Astrophysical Phenomena
+1610.09442
+1610.09647 High Energy Astrophysical Phenomena
+1610.09684 Instrumentation and Detectors
+1610.09781 Astrophysics of Galaxies
+1610.09820
+1610.09844 Theory
+1610.09930 Solar and Stellar Astrophysics
+1610.09944 Mesoscale and Nanoscale Physics
+1610.10000 Information Retrieval
+1610.10037 Theory
+1611.00159 Information Theory
+1611.00342 Theory
+1611.00422 Instrumentation and Methods for Astrophysics
+1611.00489 Plasma Physics
+1611.00652 Geometric Topology
+1611.00767 Phenomenology
+1611.00795 Phenomenology
+1611.01304
+1611.01473
+1611.01526
+1611.01602 Methodology
+1611.01732 Optimization and Control
+1611.01862 Phenomenology
+1611.01910 Astrophysics of Galaxies
+1611.02076
+1611.02247 Learning
+1611.02382 Mesoscale and Nanoscale Physics
+1611.02672 Phenomenology
+1611.03080 Atomic Physics
+1611.03210 Plasma Physics
+1611.03457 Phenomenology
+1611.03632 Earth and Planetary Astrophysics
+1611.04408 Phenomenology
+1611.04510 Numerical Analysis
+1611.04647 Optimization and Control
+1611.04713 Instrumentation and Detectors
+1611.04876 Quantum Gases
+1611.05100 Dynamical Systems
+1611.05158 Superconductivity
+1611.05719 Number Theory
+1611.05868 Astrophysics of Galaxies
+1611.05904 Strongly Correlated Electrons
+1611.05938 High Energy Astrophysical Phenomena
+1611.05966 Phenomenology
+1611.05979 Metric Geometry
+1611.06388 General Mathematics
+1611.06446 Combinatorics
+1611.06477 Strongly Correlated Electrons
+1611.06676 Phenomenology
+1611.06716
+1611.06798 Theory
+1611.06831 Physics and Society
+1611.07380 Logic
+1611.07580 Networking and Internet Architecture
+1611.07859 Plasma Physics
+1611.07918 Lattice
+1611.08109 Materials Science
+1611.08424 Materials Science
+1611.08497 Lattice
+1611.08859 Statistical Mechanics
+1611.08943 Cosmology and Nongalactic Astrophysics
+1611.09072 Data Structures and Algorithms
+1611.09111 Solar and Stellar Astrophysics
+1611.09231 Astrophysics of Galaxies
+1611.09483 Statistical Mechanics
+1611.09665 Cosmology and Nongalactic Astrophysics
+1611.09688 Mesoscale and Nanoscale Physics
+1611.09856 Phenomenology
+1611.09912 Mesoscale and Nanoscale Physics
+1611.10020
+1611.10077 Theory
+1611.10177
+1611.10238 Mesoscale and Nanoscale Physics
+1612.00018 Mesoscale and Nanoscale Physics
+1612.00035 Theory
+1612.00116 Instrumentation and Methods for Astrophysics
+1612.00159 Mesoscale and Nanoscale Physics
+1612.00182 Statistical Mechanics
+1612.00278 Theory
+1612.00687 Solar and Stellar Astrophysics
+1612.00931 Chemical Physics
+1612.01293 Phenomenology
+1612.01322 Quantum Gases
+1612.01666 Strongly Correlated Electrons
+1612.01714 Fluid Dynamics
+1612.01782 Earth and Planetary Astrophysics
+1612.01923 High Energy Astrophysical Phenomena
+1612.01975 Statistical Mechanics
+1612.02088 Artificial Intelligence
+1612.02292
+1612.02358 Optimization and Control
+1612.02376 Phenomenology
+1612.02454 Cosmology and Nongalactic Astrophysics
+1612.02676 Superconductivity
+1612.02802 Learning
+1612.02936 Biological Physics
+1612.02952 Instrumentation and Methods for Astrophysics
+1612.03010 Phenomenology
+1612.03079 Distributed, Parallel, and Cluster Computing
+1612.03498 Analysis of PDEs
+1612.03499 Optics
+1612.03668 Phenomenology
+1612.04010 Learning
+1612.04265 Cryptography and Security
+1612.04331 Phenomenology
+1612.04521 Cosmology and Nongalactic Astrophysics
+1612.04551
+1612.04945 Statistical Mechanics
+1612.05573 Solar and Stellar Astrophysics
+1612.05637 Cosmology and Nongalactic Astrophysics
+1612.05800 Methodology
+1612.05897 Cosmology and Nongalactic Astrophysics
+1612.06065 Dynamical Systems
+1612.06694
+1612.06710 Theory
+1612.06766
+1612.06899 Strongly Correlated Electrons
+1612.07145
+1612.07252 Phenomenology
+1612.07575 Mesoscale and Nanoscale Physics
+1612.07740 Theory
+1612.08019 Quantum Gases
+1612.08235 High Energy Astrophysical Phenomena
+1612.08607 Physics Education
+1612.08747 High Energy Astrophysical Phenomena
+1612.08976 Theory
+1612.09174 Classical Physics
+1701.00124 Phenomenology
+1701.00292 Instrumentation and Methods for Astrophysics
+1701.00323 Rings and Algebras
+1701.01421 Geometric Topology
+1701.01698 Computer Vision and Pattern Recognition
+1701.01772 Social and Information Networks
+1701.02218 Operator Algebras
+1701.02422 Theory
+1701.02934 Theory
+1701.03979 Quantum Gases
+1701.04095
+1701.04329 Computational Physics
+1701.04602
+1701.04613 Phenomenology
+1701.04861 Biomolecules
+1701.04863 General Physics
+1701.05086 Soft Condensed Matter
+1701.05167 Statistical Mechanics
+1701.05369 Machine Learning
+1701.05564 Earth and Planetary Astrophysics
+1701.06593 Theory
+1701.06678 Information Theory
+1701.06796 Learning
+1701.07033 High Energy Astrophysical Phenomena
+1701.07810 Information Retrieval
+1701.07867 Algebraic Geometry
+1701.07896 Theory
+1701.08031 Optimization and Control
+1701.08360 Theory
+1701.08594 Optics
+1701.08729 Pattern Formation and Solitons
+1701.08935 Numerical Analysis
+1702.00209 Networking and Internet Architecture
+1702.00593 Optimization and Control
+1702.00746 Materials Science
+1702.00778 Probability
+1702.01394 Formal Languages and Automata Theory
+1702.01600 Lattice
+1702.01896 Soft Condensed Matter
+1702.02120 Superconductivity
+1702.02340 Solar and Stellar Astrophysics
+1702.02620 Astrophysics of Galaxies
+1702.02726 Phenomenology
+1702.03030 Solar and Stellar Astrophysics
+1702.03740
+1702.03778 Information Theory
+1702.03814 Artificial Intelligence
+1702.03829 Classical Analysis and ODEs
+1702.03832
+1702.04017 Probability
+1702.04074 Information Theory
+1702.04205 Theory
+1702.04379 Chemical Physics
+1702.04417 Geometric Topology
+1702.05950 Strongly Correlated Electrons
+1702.05967 Distributed, Parallel, and Cluster Computing
+1702.06292 Geophysics
+1702.06303 Quantum Gases
+1702.06535 Chemical Physics
+1702.07109 Information Theory
+1702.07241 Optimization and Control
+1702.07398 Machine Learning
+1702.07637 Optimization and Control
+1702.07702 Phenomenology
+1702.07710
+1702.07733 Computers and Society
+1702.07791 Theory
+1702.07799 Optimization and Control
+1702.07847 Logic in Computer Science
+1702.07851 Combinatorics
+1702.07913 Commutative Algebra
+1702.07922 Formal Languages and Automata Theory
+1702.08061 Methodology
+1702.08085 Pattern Formation and Solitons
+1702.08087 Analysis of PDEs
+1702.08108 Quantum Algebra
+1702.08118
+1702.08198 Geophysics
+1702.08233 Optics
+1702.08247 Data Structures and Algorithms
+1702.08437 Classical Analysis and ODEs
+1702.08438 Classical Analysis and ODEs
+1702.08439 Fluid Dynamics
+1702.08440 Classical Analysis and ODEs
+1702.08441 Artificial Intelligence
+1702.08442 Metric Geometry
+1702.08443 Data Structures and Algorithms
+1702.08444 Populations and Evolution
+1702.08445
+1702.08446 Numerical Analysis
+1702.08447 Probability
+1702.08448
+1702.08449 Instrumentation and Methods for Astrophysics
+1702.08450 Computation and Language
+1702.08451 Computation and Language
+1702.08453 Cosmology and Nongalactic Astrophysics
+1702.08454 Instrumentation and Methods for Astrophysics
+1702.08455
+1702.08456 Instrumentation and Methods for Astrophysics
+1702.08457 Phenomenology
+1702.08458 Theory
+1702.08459
+1702.08460 Astrophysics of Galaxies
+1702.08462 Theory
+1702.08464 Phenomenology
+1702.08466 Strongly Correlated Electrons
+1702.08467 Astrophysics of Galaxies
+1702.08468 Fluid Dynamics
+1702.08469 Strongly Correlated Electrons
+1702.08470 Strongly Correlated Electrons
+1702.08471 Theory
+1702.08473
+1702.08474 Data Structures and Algorithms
+1702.08475 Quantum Algebra
+1702.08476 Information Theory
+1702.08478 Computers and Society
+1702.08480 Instrumentation and Detectors
+1702.08481 Computer Vision and Pattern Recognition
+1702.08482 Theory
+1702.08483
+1702.08484 Learning
+1702.08485 Cosmology and Nongalactic Astrophysics
+1702.08486 Classical Analysis and ODEs
+1702.08487 Algebraic Geometry
+1702.08488 Algebraic Geometry
+1702.08489 Learning
+1702.08490
+1702.08492 Numerical Analysis
+1702.08493
+1702.08494 Optimization and Control
+1702.08496 Methodology
+1702.08497 Classical Analysis and ODEs
+1702.08498 Metric Geometry
+1702.08499 Classical Analysis and ODEs
+1702.08500 Number Theory
+1702.08501 Systems and Control
+1702.08502 Computer Vision and Pattern Recognition
+1702.08503 Learning
+1702.08504 Probability
+1702.08505 Probability
+1702.08506 Populations and Evolution
+1702.08507 Number Theory
+1702.08508 Algebraic Geometry
+1702.08510 Classical Analysis and ODEs
+1702.08511 Phenomenology
+1702.08512 Classical Analysis and ODEs
+1702.08513 Computer Vision and Pattern Recognition
+1702.08514 Analysis of PDEs
+1702.08515 Materials Science
+1702.08517 Quantum Gases
+1702.08518
+1702.08519 Classical Physics
+1702.08520 Classical Analysis and ODEs
+1702.08521 Computational Physics
+1702.08522 Materials Science
+1702.08523 Systems and Control
+1702.08524 Systems and Control
+1702.08525 Commutative Algebra
+1702.08526 Astrophysics of Galaxies
+1702.08528 Strongly Correlated Electrons
+1702.08529 Multiagent Systems
+1702.08530 Learning
+1702.08531
+1702.08533 Computer Science and Game Theory
+1702.08534 Data Analysis, Statistics and Probability
+1702.08535 Solar and Stellar Astrophysics
+1702.08536 Machine Learning
+1702.08537 Theory
+1702.08538 Medical Physics
+1702.08539 Optimization and Control
+1702.08540 Machine Learning
+1702.08541 Strongly Correlated Electrons
+1702.08543 Populations and Evolution
+1702.08544 Chemical Physics
+1702.08545 Data Structures and Algorithms
+1702.08546 Statistics Theory
+1702.08547 General Mathematics
+1702.08550 Combinatorics
+1702.08551 General Mathematics
+1702.08552 Astrophysics of Galaxies
+1702.08553 Learning
+1702.08555 Classical Analysis and ODEs
+1702.08557 Social and Information Networks
+1702.08558 Computer Vision and Pattern Recognition
+1702.08559 Analysis of PDEs
+1702.08560 Populations and Evolution
+1702.08561 Mesoscale and Nanoscale Physics
+1702.08562 Astrophysics of Galaxies
+1702.08563 Computation and Language
+1702.08564
+1702.08565 Statistical Mechanics
+1702.08566
+1702.08567 Learning
+1702.08568 Cryptography and Security
+1702.08569 Mesoscale and Nanoscale Physics
+1702.08570
+1702.08572 Methodology
+1702.08573 Strongly Correlated Electrons
+1702.08574 Information Theory
+1702.08575 Learning
+1702.08576 Materials Science
+1702.08578 Strongly Correlated Electrons
+1702.08579 Combinatorics
+1702.08580 Learning
+1702.08581 Logic in Computer Science
+1702.08582 Systems and Control
+1702.08583 Solar and Stellar Astrophysics
+1702.08584 Systems and Control
+1702.08586 Computational Physics
+1702.08587 Quantum Gases
+1702.08588 Materials Science
+1702.08590 Theory
+1702.08591 Neural and Evolutionary Computing
+1702.08592 Probability
+1702.08593 Algebraic Topology
+1702.08595 Strongly Correlated Electrons
+1702.08596
+1702.08597 Computer Vision and Pattern Recognition
+1702.08598 Optimization and Control
+1702.08599 Number Theory
+1702.08600 Mesoscale and Nanoscale Physics
+1702.08601 Computer Vision and Pattern Recognition
+1702.08602 High Energy Astrophysical Phenomena
+1702.08603 Numerical Analysis
+1702.08605
+1702.08606 Computer Vision and Pattern Recognition
+1702.08607 Computational Geometry
+1702.08609 Astrophysics of Galaxies
+1702.08610
+1702.08612 Dynamical Systems
+1702.08613 Phenomenology
+1702.08614 Cosmology and Nongalactic Astrophysics
+1702.08615 Statistics Theory
+1702.08616 Rings and Algebras
+1702.08617 Neurons and Cognition
+1702.08618 Earth and Planetary Astrophysics
+1702.08620 Physics and Society
+1702.08621 Combinatorics
+1702.08622 Analysis of PDEs
+1702.08623 Learning
+1702.08624 Instrumentation and Methods for Astrophysics
+1702.08625 Adaptation and Self-Organizing Systems
+1702.08626 Robotics
+1702.08628 Learning
+1702.08629 Adaptation and Self-Organizing Systems
+1702.08630 Quantum Gases
+1702.08631 Algebraic Geometry
+1702.08632 Disordered Systems and Neural Networks
+1702.08633 Astrophysics of Galaxies
+1702.08635 Learning
+1702.08636 Materials Science
+1702.08638 Data Analysis, Statistics and Probability
+1702.08639 Mesoscale and Nanoscale Physics
+1702.08641 Systems and Control
+1702.08642 Logic
+1702.08644 High Energy Astrophysical Phenomena
+1702.08645 Phenomenology
+1702.08646 Computer Vision and Pattern Recognition
+1702.08647 Strongly Correlated Electrons
+1702.08648 Learning
+1702.08649 Optimization and Control
+1702.08650 Number Theory
+1702.08651 Machine Learning
+1702.08653 Computation and Language
+1702.08654 Computational Geometry
+1702.08656 Robotics
+1702.08657 Rings and Algebras
+1702.08658 Learning
+1702.08659 Superconductivity
+1702.08661 Optimization and Control
+1702.08663 Number Theory
+1702.08664 Symbolic Computation
+1702.08666 Phenomenology
+1702.08668
+1702.08671 Functional Analysis
+1702.08672
+1702.08673
+1702.08674 Phenomenology
+1702.08675 Computer Vision and Pattern Recognition
+1702.08676 High Energy Astrophysical Phenomena
+1702.08677
+1702.08678 Materials Science
+1702.08679 Cosmology and Nongalactic Astrophysics
+1702.08680 Graphics
+1702.08681 Computer Vision and Pattern Recognition
+1702.08684 Category Theory
+1702.08687 Optics
+1702.08688 Materials Science
+1702.08689 Analysis of PDEs
+1702.08691
+1702.08692 Computer Vision and Pattern Recognition
+1702.08694 Machine Learning
+1702.08695 Robotics
+1702.08696 Algebraic Topology
+1702.08697 Numerical Analysis
+1702.08698 Probability
+1702.08700 Probability
+1702.08701 Learning
+1702.08702 Theory
+1702.08703 Information Theory
+1702.08704 Optimization and Control
+1702.08707 Physics and Society
+1702.08708 Analysis of PDEs
+1702.08710
+1702.08711 Phenomenology
+1702.08712 Machine Learning
+1702.08713 High Energy Astrophysical Phenomena
+1702.08714 Solar and Stellar Astrophysics
+1702.08715
+1702.08716 Computational Geometry
+1702.08718
+1702.08721 Optimization and Control
+1702.08722 Optics
+1702.08723
+1702.08724 High Energy Astrophysical Phenomena
+1702.08725 Software Engineering
+1702.08726 Software Engineering
+1702.08727 Neural and Evolutionary Computing
+1702.08728 Experiment
+1702.08729 Astrophysics of Galaxies
+1702.08730 Experiment
+1702.08731 Chaotic Dynamics
+1702.08732 Solar and Stellar Astrophysics
+1702.08734 Computer Vision and Pattern Recognition
+1702.08735 Probability
+1702.08737 Mesoscale and Nanoscale Physics
+1702.08738 Computation
+1702.08739 Combinatorics
+1702.08740 Computer Vision and Pattern Recognition
+1702.08741 Discrete Mathematics
+1702.08742 Robotics
+1702.08743 High Energy Astrophysical Phenomena
+1702.08745 Artificial Intelligence
+1702.08746 Functional Analysis
+1702.08747 Molecular Networks
+1702.08748 Probability
+1702.08750 Pattern Formation and Solitons
+1702.08751
+1702.08752
+1702.08753 Materials Science
+1702.08754 Strongly Correlated Electrons
+1702.08755 Plasma Physics
+1702.08756 Cosmology and Nongalactic Astrophysics
+1702.08757 Mesoscale and Nanoscale Physics
+1702.08758
+1702.08759 Strongly Correlated Electrons
+1702.08760 Materials Science
+1702.08761 Numerical Analysis
+1702.08762 Metric Geometry
+1702.08764 Databases
+1702.08765 Optics
+1702.08766 Logic
+1702.08767 Analysis of PDEs
+1702.08768
+1702.08769 Optics
+1702.08770 Optimization and Control
+1702.08771 Functional Analysis
+1702.08773 Mesoscale and Nanoscale Physics
+1702.08774 General Finance
+1702.08775 Earth and Planetary Astrophysics
+1702.08776 Adaptation and Self-Organizing Systems
+1702.08779 High Energy Astrophysical Phenomena
+1702.08780 Computer Vision and Pattern Recognition
+1702.08781 Computation
+1702.08783 Information Theory
+1702.08784 Materials Science
+1702.08785 Phenomenology
+1702.08786 Chaotic Dynamics
+1702.08789 Systems and Control
+1702.08791 Learning
+1702.08792
+1702.08793 Analysis of PDEs
+1702.08794 Computer Science and Game Theory
+1702.08795 Solar and Stellar Astrophysics
+1702.08796 Quantum Gases
+1702.08797 Methodology
+1702.08798 Computer Vision and Pattern Recognition
+1702.08799 Differential Geometry
+1702.08800 Information Theory
+1702.08801 Number Theory
+1702.08802 Mesoscale and Nanoscale Physics
+1702.08803 Theory
+1702.08804 Disordered Systems and Neural Networks
+1702.08805 Earth and Planetary Astrophysics
+1702.08806 Pattern Formation and Solitons
+1702.08808 Algebraic Geometry
+1702.08809 Analysis of PDEs
+1702.08810 Astrophysics of Galaxies
+1702.08811 Machine Learning
+1702.08812 Algebraic Geometry
+1702.08814 Numerical Analysis
+1702.08815 Dynamical Systems
+1702.08816 Rings and Algebras
+1702.08817 Distributed, Parallel, and Cluster Computing
+1702.08819 Systems and Control
+1702.08820 Optimization and Control
+1702.08821 Dynamical Systems
+1702.08822 Category Theory
+1702.08823
+1702.08824
+1702.08825 High Energy Astrophysical Phenomena
+1702.08826 Human-Computer Interaction
+1702.08827 Networking and Internet Architecture
+1702.08828 Superconductivity
+1702.08829 Superconductivity
+1702.08830
+1702.08832
+1702.08833 Learning
+1702.08835 Learning
+1702.08836 Astrophysics of Galaxies
+1702.08839 Experiment
+1702.08840 Learning
+1702.08841 Logic in Computer Science
+1702.08842 Superconductivity
+1702.08843 Cosmology and Nongalactic Astrophysics
+1702.08844 Analysis of PDEs
+1702.08845 Popular Physics
+1702.08846 Methodology
+1702.08847 Numerical Analysis
+1702.08848 Machine Learning
+1702.08849 Computation
+1702.08850 Analysis of PDEs
+1702.08851 Number Theory
+1702.08852 Cosmology and Nongalactic Astrophysics
+1702.08854 Number Theory
+1702.08857
+1702.08858 Numerical Analysis
+1702.08859 Differential Geometry
+1702.08860 Cosmology and Nongalactic Astrophysics
+1702.08861 Instrumentation and Detectors
+1702.08862 Computer Science and Game Theory
+1702.08863 Other Condensed Matter
+1702.08864 Fluid Dynamics
+1702.08865 Cosmology and Nongalactic Astrophysics
+1702.08866 Computation and Language
+1702.08867 Risk Management
+1702.08868 Mesoscale and Nanoscale Physics
+1702.08870 Analysis of PDEs
+1702.08871 General Physics
+1702.08872 Complex Variables
+1702.08873
+1702.08874 History and Overview
+1702.08875 Atmospheric and Oceanic Physics
+1702.08877 Rings and Algebras
+1702.08879 Optimization and Control
+1702.08883 Analysis of PDEs
+1702.08884 Learning
+1702.08886 Theory
+1702.08887 Artificial Intelligence
+1702.08889 Emerging Technologies
+1702.08890 Algebraic Geometry
+1702.08892 Artificial Intelligence
+1702.08893 Optics
+1702.08894 Statistical Mechanics
+1702.08895 Statistics Theory
+1702.08897 Methodology
+1702.08898 Learning
+1702.08899 Data Structures and Algorithms
+1702.08901 Risk Management
+1702.08902 Strongly Correlated Electrons
+1702.08903 Data Structures and Algorithms
+1702.08904 Phenomenology
+1702.08905 Optics
+1702.08907 Combinatorics
+1702.08908
+cs/0408011 Information Theory
+0710.4856 Pattern Formation and Solitons
+0711.1809 Computational Physics
+1202.6316 Statistics Theory
+1203.0039 Representation Theory
+1203.4958 Plasma Physics
+1207.1056 Statistics Theory
+1207.6737 Computational Physics
+1302.6892 Materials Science
+1306.2069 Logic in Computer Science
+1309.2340
+1312.2289 Physics and Society
+1401.4096 Algebraic Topology
+1401.4527 Cosmology and Nongalactic Astrophysics
+1402.3524 Number Theory
+1402.5487 Computational Physics
+1403.2330 Computer Vision and Pattern Recognition
+1406.1306 Metric Geometry
+1407.1223 Plasma Physics
+1407.3300 Symplectic Geometry
+1407.3595 Optics
+1408.2074 Representation Theory
+1411.6422 Neurons and Cognition
+1411.6550 Information Theory
+1412.0959 Plasma Physics
+1412.2810 Classical Physics
+1412.3682 Operator Algebras
+1501.01297 General Physics
+1501.05502 Systems and Control
+1502.02212 Analysis of PDEs
+1502.03998 Optimization and Control
+1503.03568 Mesoscale and Nanoscale Physics
+1503.03646 Superconductivity
+1503.07922 Probability
+1503.08548 Performance
+1503.08781 Logic
+1504.02064 Numerical Analysis
+1504.02385 Analysis of PDEs
+1505.03000 Plasma Physics
+1506.01475 Algebraic Topology
+1506.04219 Optimization and Control
+1506.04496 Mathematical Software
+1506.04962 Combinatorics
+1506.05562 Analysis of PDEs
+1506.06212 Cosmology and Nongalactic Astrophysics
+1506.08406 Probability
+1506.08620 Data Structures and Algorithms
+1507.05828
+1509.06981 Quantitative Methods
+1510.00501 Probability
+1510.01204 Classical Analysis and ODEs
+1510.06270 Analysis of PDEs
+1511.02537 Computer Science and Game Theory
+1511.03066 Analysis of PDEs
+1511.04688 Analysis of PDEs
+1512.01832 Statistics Theory
+1512.02381 Combinatorics
+1512.08475 Computer Vision and Pattern Recognition
+1601.02511 Mesoscale and Nanoscale Physics
+1601.03328 Optics
+1601.05460 Quantum Algebra
+1601.06037 Information Theory
+1602.03487
+1602.05716 Computational Physics
+1602.05951 Strongly Correlated Electrons
+1602.06035
+1602.06069 Number Theory
+1602.08309
+1603.02866
+1603.05700 Statistical Finance
+1603.06527 Combinatorics
+1603.06699 Phenomenology
+1603.07997 Information Theory
+1603.08875 High Energy Astrophysical Phenomena
+1604.05847 Algebraic Geometry
+1604.06383 Computation
+1604.08885 Cosmology and Nongalactic Astrophysics
+1604.08908 Statistics Theory
+1605.00254 Quantum Algebra
+1605.04763 Algebraic Geometry
+1605.07201 Materials Science
+1606.01978 Quantum Algebra
+1606.02113 Cosmology and Nongalactic Astrophysics
+1606.03071 Neurons and Cognition
+1606.03296
+1606.03355
+1606.04060
+1606.07353 Probability
+1606.07730 Theory
+1606.08368
+1606.08797 Dynamical Systems
+1606.09031 Phenomenology
+1606.09597 Number Theory
+1607.00899
+1607.02280 Instrumentation and Detectors
+1607.04637 Instrumentation and Methods for Astrophysics
+1607.06089 Astrophysics of Galaxies
+1607.07814 Combinatorics
+1608.01952 Differential Geometry
+1608.02242 Group Theory
+1608.02447 Combinatorics
+1608.06078 Geometric Topology
+1608.07511
+1608.08710 Computer Vision and Pattern Recognition
+1609.00448 Physics and Society
+1609.00907
+1609.01037 Learning
+1609.02552 Strongly Correlated Electrons
+1609.02613 Software Engineering
+1609.02831 Instrumentation and Detectors
+1609.02921 High Energy Astrophysical Phenomena
+1609.02923 High Energy Astrophysical Phenomena
+1609.03116 Combinatorics
+1609.03897 Hardware Architecture
+1609.04830 Computer Vision and Pattern Recognition
+1609.05119 Computer Vision and Pattern Recognition
+1609.05148 Machine Learning
+1609.05202 Biological Physics
+1609.06399 Physics and Society
+1609.07429 Numerical Analysis
+1609.07487 Solar and Stellar Astrophysics
+1609.08082 Neural and Evolutionary Computing
+1609.09248 Analysis of PDEs
+1610.00488 Number Theory
+1610.00586
+1610.00694 Computational Physics
+1610.01187
+1610.01829
+1610.03453 Phenomenology
+1610.04908 Quantum Gases
+1610.05115 Data Structures and Algorithms
+1610.05683 Machine Learning
+1610.06123 Dynamical Systems
+1610.07869 Experiment
+1610.08096 Data Structures and Algorithms
+1610.08188
+1610.09057 Probability
+1610.09661 Probability
+1610.09819
+1611.01283 Optics
+1611.01498
+1611.01701 Accelerator Physics
+1611.01734 Computation and Language
+1611.01886 Learning
+1611.01929 Artificial Intelligence
+1611.02500 Statistical Mechanics
+1611.02572 Geophysics
+1611.02724 Instrumentation and Detectors
+1611.02867 Logic in Computer Science
+1611.03012 Information Theory
+1611.03377
+1611.04862 Soft Condensed Matter
+1611.05382 Astrophysics of Galaxies
+1611.06837 Materials Science
+1611.07001
+1611.07817 Statistical Mechanics
+1611.07852 Mesoscale and Nanoscale Physics
+1611.08017 Phenomenology
+1611.08052 High Energy Astrophysical Phenomena
+1611.08075 Fluid Dynamics
+1611.08133 Phenomenology
+1611.08302 Phenomenology
+1611.09000 K-Theory and Homology
+1611.09310 Theory
+1611.09328 Artificial Intelligence
+1611.09540 Phenomenology
+1611.09950 Populations and Evolution
+1612.00334 Learning
+1612.00429 Learning
+1612.01272
+1612.01432 Phenomenology
+1612.02194 Analysis of PDEs
+1612.02327 Data Structures and Algorithms
+1612.02392 Solar and Stellar Astrophysics
+1612.02630
+1612.03133 Algebraic Topology
+1612.03254 Statistical Mechanics
+1612.04877 Superconductivity
+1612.05669 Materials Science
+1612.06099 Information Theory
+1612.06252 Earth and Planetary Astrophysics
+1612.06622 Mesoscale and Nanoscale Physics
+1612.06726 Algebraic Geometry
+1612.06782 Materials Science
+1612.07336 Soft Condensed Matter
+1612.07973 Phenomenology
+1612.08725 Number Theory
+1612.08775 Fluid Dynamics
+1612.09298 Strongly Correlated Electrons
+1612.09578 Astrophysics of Galaxies
+1701.00096 Neurons and Cognition
+1701.00099
+1701.02120 Cryptography and Security
+1701.02789 Machine Learning
+1701.03126 Computer Vision and Pattern Recognition
+1701.03181 Emerging Technologies
+1701.03641 Learning
+1701.03955 Optimization and Control
+1701.04321 Combinatorics
+1701.04411 Astrophysics of Galaxies
+1701.04793 Group Theory
+1701.04945 Phenomenology
+1701.06209 Logic in Computer Science
+1701.07197
+1701.07859 Probability
+1701.07875 Machine Learning
+1701.08163 Theory
+1701.08618 High Energy Astrophysical Phenomena
+1701.08623 Robotics
+1701.08755 Theory
+1701.08969 Materials Science
+1701.08970 Analysis of PDEs
+1701.09137 Algebraic Geometry
+1702.00019 Robotics
+1702.00361 Distributed, Parallel, and Cluster Computing
+1702.00734 Lattice
+1702.01972 Mesoscale and Nanoscale Physics
+1702.01981 Strongly Correlated Electrons
+1702.02852 Materials Science
+1702.03383 Theory
+1702.03817
+1702.04360 Strongly Correlated Electrons
+1702.04753 Theory
+1702.05115 Strongly Correlated Electrons
+1702.05207 Materials Science
+1702.06155
+1702.06492 Human-Computer Interaction
+1702.06499 Theory
+1702.06608 Commutative Algebra
+1702.06609 Mesoscale and Nanoscale Physics
+1702.06856 Neural and Evolutionary Computing
+1702.06914 Learning
+1702.06996 Phenomenology
+1702.07730 High Energy Astrophysical Phenomena
+1702.07777 Atomic Physics
+1702.07812 Number Theory
+1702.08083 Formal Languages and Automata Theory
+1702.08103 Rings and Algebras
+1702.08280 High Energy Astrophysical Phenomena
+1702.08479 High Energy Astrophysical Phenomena
+1702.08744 Risk Management
+1702.08906 Probability
+1703.00047 General Physics
+1703.00090 Differential Geometry
+1703.00202 Differential Geometry
+1703.00673 Earth and Planetary Astrophysics
+1703.00676 Learning
+1703.00785 Other Computer Science
+1703.00905 Algebraic Geometry
+1703.00987 Plasma Physics
+1703.01113 Quantum Gases
+1703.01127 Neural and Evolutionary Computing
+1703.01252
+1703.01329 Risk Management
+1703.01521
+1703.01622 Computer Vision and Pattern Recognition
+1703.01627 Number Theory
+1703.02182 Computer Vision and Pattern Recognition
+1703.02269 Algebraic Geometry
+1703.02438 Distributed, Parallel, and Cluster Computing
+1703.02533 Cosmology and Nongalactic Astrophysics
+1703.02583 Combinatorics
+1703.02653
+1703.02774 Combinatorics
+1703.02825 Algebraic Geometry
+1703.02876 Solar and Stellar Astrophysics
+1703.02951 Number Theory
+1703.02996 Group Theory
+1703.03005 History and Overview
+1703.03020 Machine Learning
+1703.03078 Robotics
+1703.03112 Information Retrieval
+1703.03139 Materials Science
+1703.03165 Methodology
+1703.03183 Superconductivity
+1703.03200 Computation and Language
+1703.03218 Materials Science
+1703.03282 Statistics Theory
+1703.03286
+1703.03392
+1703.03403
+1703.03404 Analysis of PDEs
+1703.03405
+1703.03406 Mesoscale and Nanoscale Physics
+1703.03407 Cosmology and Nongalactic Astrophysics
+1703.03408 Phenomenology
+1703.03409 Solar and Stellar Astrophysics
+1703.03410 High Energy Astrophysical Phenomena
+1703.03411 Phenomenology
+1703.03412 Statistics Theory
+1703.03413 Strongly Correlated Electrons
+1703.03414 Earth and Planetary Astrophysics
+1703.03415 Mesoscale and Nanoscale Physics
+1703.03416 Phenomenology
+1703.03417 Earth and Planetary Astrophysics
+1703.03418 Strongly Correlated Electrons
+1703.03421 Mesoscale and Nanoscale Physics
+1703.03422 Astrophysics of Galaxies
+1703.03423
+1703.03424 Social and Information Networks
+1703.03425 Cosmology and Nongalactic Astrophysics
+1703.03428 Theory
+1703.03429 Artificial Intelligence
+1703.03431 Astrophysics of Galaxies
+1703.03432 Other Quantitative Biology
+1703.03433 Plasma Physics
+1703.03434 Populations and Evolution
+1703.03435 Phenomenology
+1703.03436 Optimization and Control
+1703.03437 Human-Computer Interaction
+1703.03438
+1703.03439 Lattice
+1703.03440 Materials Science
+1703.03441 Genomics
+1703.03442 Computation and Language
+1703.03444 Neurons and Cognition
+1703.03446 Statistical Mechanics
+1703.03447 Soft Condensed Matter
+1703.03448 Geometric Topology
+1703.03451
+1703.03452 Astrophysics of Galaxies
+1703.03453 Artificial Intelligence
+1703.03454 Learning
+1703.03455 Probability
+1703.03456 Quantum Algebra
+1703.03457 Machine Learning
+1703.03458 Other Condensed Matter
+1703.03459
+1703.03461 Number Theory
+1703.03462 Theory
+1703.03463 Astrophysics of Galaxies
+1703.03465 Soft Condensed Matter
+1703.03466 Theory
+1703.03467 Soft Condensed Matter
+1703.03468 Computer Vision and Pattern Recognition
+1703.03469 Theory
+1703.03470 Learning
+1703.03471 Cryptography and Security
+1703.03472 Probability
+1703.03474 Classical Physics
+1703.03475 Computation
+1703.03477 Solar and Stellar Astrophysics
+1703.03478 Learning
+1703.03479 Earth and Planetary Astrophysics
+1703.03480 Analysis of PDEs
+1703.03481 Computational Physics
+1703.03482 Representation Theory
+1703.03483 Theory
+1703.03485 Analysis of PDEs
+1703.03486 Atomic Physics
+1703.03487 Combinatorics
+1703.03488
+1703.03490 Number Theory
+1703.03491 Optics
+1703.03493
+1703.03494 Spectral Theory
+1703.03495 Materials Science
+1703.03496 Mesoscale and Nanoscale Physics
+1703.03497
+1703.03498
+1703.03499 Information Theory
+1703.03500 Combinatorics
+1703.03501 Fluid Dynamics
+1703.03502 Multimedia
+1703.03503 Machine Learning
+1703.03504 Other Computer Science
+1703.03506 Functional Analysis
+1703.03507 Experiment
+1703.03510
+1703.03511 Computer Science and Game Theory
+1703.03512 Robotics
+1703.03513 Combinatorics
+1703.03514 Mesoscale and Nanoscale Physics
+1703.03515
+1703.03516 Number Theory
+1703.03517 Optics
+1703.03518 Earth and Planetary Astrophysics
+1703.03519 Soft Condensed Matter
+1703.03520 Mesoscale and Nanoscale Physics
+1703.03521 Mesoscale and Nanoscale Physics
+1703.03522 Emerging Technologies
+1703.03523 Cryptography and Security
+1703.03524 Databases
+1703.03526 Astrophysics of Galaxies
+1703.03527 Algebraic Geometry
+1703.03528 Complex Variables
+1703.03530 Multimedia
+1703.03531 Solar and Stellar Astrophysics
+1703.03532 Mesoscale and Nanoscale Physics
+1703.03533
+1703.03534 Systems and Control
+1703.03535 Logic
+1703.03536 Functional Analysis
+1703.03537 Strongly Correlated Electrons
+1703.03538 Mesoscale and Nanoscale Physics
+1703.03539 Programming Languages
+1703.03540 Soft Condensed Matter
+1703.03541 Superconductivity
+1703.03542 Symplectic Geometry
+1703.03543 Artificial Intelligence
+1703.03544 Numerical Analysis
+1703.03545 Algebraic Geometry
+1703.03546 Analysis of PDEs
+1703.03547 Probability
+1703.03548 Chemical Physics
+1703.03549
+1703.03550 Materials Science
+1703.03551 Astrophysics of Galaxies
+1703.03552 Atomic Physics
+1703.03553 Analysis of PDEs
+1703.03554 Analysis of PDEs
+1703.03555 Statistical Mechanics
+1703.03556 Materials Science
+1703.03557 Atomic Physics
+1703.03558 Experiment
+1703.03559 Mesoscale and Nanoscale Physics
+1703.03560 Neurons and Cognition
+1703.03561 Numerical Analysis
+1703.03563 Solar and Stellar Astrophysics
+1703.03564 Strongly Correlated Electrons
+1703.03565 Soft Condensed Matter
+1703.03566 Strongly Correlated Electrons
+1703.03567 Computer Vision and Pattern Recognition
+1703.03568 Number Theory
+1703.03569 Space Physics
+1703.03570 Optics
+1703.03571 Algebraic Geometry
+1703.03572 Cosmology and Nongalactic Astrophysics
+1703.03573 Geometric Topology
+1703.03574 Materials Science
+1703.03575 Data Structures and Algorithms
+1703.03576 High Energy Astrophysical Phenomena
+1703.03577 Analysis of PDEs
+1703.03578 Statistical Mechanics
+1703.03579 Optics
+1703.03580 Disordered Systems and Neural Networks
+1703.03581 Combinatorics
+1703.03582 High Energy Astrophysical Phenomena
+1703.03583 Phenomenology
+1703.03584
+1703.03585 Numerical Analysis
+1703.03586 Strongly Correlated Electrons
+1703.03587 Mesoscale and Nanoscale Physics
+1703.03588 Complex Variables
+1703.03589 Cosmology and Nongalactic Astrophysics
+1703.03590 Complex Variables
+1703.03592 Computational Physics
+1703.03593 Complex Variables
+1703.03594 Distributed, Parallel, and Cluster Computing
+1703.03595 Complex Variables
+1703.03596 Machine Learning
+1703.03597
+1703.03598 Complex Variables
+1703.03599 Complex Variables
+1703.03600 Earth and Planetary Astrophysics
+1703.03601
+1703.03602 Statistical Mechanics
+1703.03603 Data Structures and Algorithms
+1703.03604 Astrophysics of Galaxies
+1703.03607 Distributed, Parallel, and Cluster Computing
+1703.03608 Computer Vision and Pattern Recognition
+1703.03609 Social and Information Networks
+1703.03610
+1703.03611 Geometric Topology
+1703.03612 Instrumentation and Detectors
+1703.03614 Lattice
+1703.03615
+1703.03617 Information Theory
+1703.03618 Materials Science
+1703.03619
+1703.03620 Functional Analysis
+1703.03621 Statistical Mechanics
+1703.03622 Solar and Stellar Astrophysics
+1703.03623 Mesoscale and Nanoscale Physics
+1703.03624 Computer Vision and Pattern Recognition
+1703.03625 Probability
+1703.03627 Algebraic Geometry
+1703.03628 Pattern Formation and Solitons
+1703.03629 Optimization and Control
+1703.03631 Software Engineering
+1703.03634 Earth and Planetary Astrophysics
+1703.03635 Classical Analysis and ODEs
+1703.03636 Phenomenology
+1703.03638 Mathematical Finance
+1703.03640 Computation and Language
+1703.03641 Social and Information Networks
+1703.03642 Information Theory
+1703.03643 Data Analysis, Statistics and Probability
+1703.03646 Phenomenology
+1703.03647 Functional Analysis
+1703.03649 Robotics
+1703.03650 Cosmology and Nongalactic Astrophysics
+1703.03651
+1703.03656 Quantitative Methods
+1703.03657 Software Engineering
+1703.03658 Statistics Theory
+1703.03659 Experiment
+1703.03660 Functional Analysis
+1703.03661 Complex Variables
+1703.03662 Materials Science
+1703.03663 Complex Variables
+1703.03664 Computer Vision and Pattern Recognition
+1703.03665 Functional Analysis
+1703.03666 Computation and Language
+1703.03667
+1703.03668
+1703.03669 Optimization and Control
+1703.03670 Materials Science
+1703.03671
+1703.03672 Mesoscale and Nanoscale Physics
+1703.03676 Computational Physics
+1703.03677 Information Theory
+1703.03678 Disordered Systems and Neural Networks
+1703.03679 Systems and Control
+1703.03681 Superconductivity
+1703.03682
+1703.03683 Algebraic Topology
+1703.03684 Computational Physics
+1703.03685 Optimization and Control
+1703.03686 Materials Science
+1703.03687 Computational Geometry
+1703.03688 Computational Physics
+1703.03689 Mesoscale and Nanoscale Physics
+1703.03690 Systems and Control
+1703.03691 Optimization and Control
+1703.03692 Phenomenology
+1703.03693 Artificial Intelligence
+1703.03694
+1703.03695 Strongly Correlated Electrons
+1703.03696
+1703.03697
+1703.03698 Algebraic Geometry
+1703.03699 Mesoscale and Nanoscale Physics
+1703.03700 Solar and Stellar Astrophysics
+1703.03702 Computer Vision and Pattern Recognition
+1703.03703
+1703.03704
+1703.03705 Exactly Solvable and Integrable Systems
+1703.03706
+1703.03707 Soft Condensed Matter
+1703.03708 Number Theory
+1703.03709 Functional Analysis
+1703.03711 Optics
+1703.03712 Combinatorics
+1703.03713 Instrumentation and Detectors
+1703.03714 Computation and Language
+1703.03715 Optics
+1703.03716 Optics
+1703.03717 Learning
+1703.03718
+1703.03719
+1703.03720 Functional Analysis
+1703.03721 Theory
+1703.03722 Numerical Analysis
+1703.03723 Analysis of PDEs
+1703.03724 Functional Analysis
+1703.03725 Differential Geometry
+1703.03726
+1703.03727 Materials Science
+1703.03729 Probability
+1703.03730 Complex Variables
+1703.03731 Logic
+1703.03732 Plasma Physics
+1703.03733 Plasma Physics
+1703.03734 Symbolic Computation
+1703.03735 Quantum Gases
+1703.03736 Materials Science
+1703.03739 Physics and Society
+1703.03740 Other Computer Science
+1703.03741 Social and Information Networks
+1703.03742 Classical Analysis and ODEs
+1703.03743 Numerical Analysis
+1703.03744 Combinatorics
+1703.03745 Lattice
+1703.03746
+1703.03747 Algebraic Topology
+1703.03749 Optimization and Control
+1703.03751 Phenomenology
+1703.03752 Group Theory
+1703.03753 Applications
+1703.03755 Combinatorics
+1703.03756 Combinatorics
+1703.03757
+1703.03759 Earth and Planetary Astrophysics
+1703.03760 Statistical Mechanics
+1703.03761 Soft Condensed Matter
+1703.03762 Fluid Dynamics
+1703.03763 Materials Science
+1703.03765 Tissues and Organs
+1703.03766 Biological Physics
+1703.03767 Solar and Stellar Astrophysics
+1703.03768 Neural and Evolutionary Computing
+1703.03769 Optimization and Control
+1703.03771 Computation and Language
+1703.03773 Neural and Evolutionary Computing
+1703.03774 Solar and Stellar Astrophysics
+1703.03775 Mesoscale and Nanoscale Physics
+1703.03776 Theory
+1703.03778 Atmospheric and Oceanic Physics
+1703.03780 General Mathematics
+1703.03781 Strongly Correlated Electrons
+1703.03782 Theory
+1703.03783 Software Engineering
+1703.03784 Number Theory
+1703.03785
+1703.03786 Mesoscale and Nanoscale Physics
+1703.03787 Other Quantitative Biology
+1703.03788 Algebraic Topology
+1703.03789 Mesoscale and Nanoscale Physics
+1703.03790 Applications
+1703.03792 Information Theory
+1703.03793 Classical Physics
+1703.03794 Group Theory
+1703.03795 Quantum Gases
+1703.03796 Phenomenology
+1703.03797 Theory
+1703.03798 Symplectic Geometry
+1703.03800 Combinatorics
+1703.03801 Biological Physics
+math/0507238 Commutative Algebra
+1007.1035 Optimization and Control
+1107.5586 Optics
+1107.5818 Atmospheric and Oceanic Physics
+1110.3344 Optics
+1110.6860 Optics
+1201.2352 Optics
+1206.3333 Optics
+1207.3114
+1208.1868 Algebraic Topology
+1208.5794 Number Theory
+1211.3366 Analysis of PDEs
+1212.5176 Optics
+1212.6619 Fluid Dynamics
+1301.5340 General Mathematics
+1302.4531 Fluid Dynamics
+1302.4697 Optics
+1303.2239 Complex Variables
+1304.2951 Optics
+1307.3303 Geophysics
+1308.3921
+1310.1882 Pricing of Securities
+1401.4770 Probability
+1401.6243 Analysis of PDEs
+1401.7570 Solar and Stellar Astrophysics
+1402.4342 Complex Variables
+1404.4015 Probability
+1405.0022 Logic
+1405.4919 Dynamical Systems
+1406.0270
+1406.2904 Optics
+1406.3523 Rings and Algebras
+1406.5633 Neural and Evolutionary Computing
+1407.5917 Distributed, Parallel, and Cluster Computing
+1408.6289 Phenomenology
+1409.0490 Theory
+1410.0340 Analysis of PDEs
+1410.1170 Optics
+1410.7141 Dynamical Systems
+1502.01713 Algebraic Topology
+1502.05610 Dynamical Systems
+1502.07644
+1503.05433 Analysis of PDEs
+1504.02660 Logic
+1505.02383 Optics
+1506.01567 Statistics Theory
+1506.04005 Atomic Physics
+1507.04788 Optics
+1508.02410 Algebraic Topology
+1508.03393 Metric Geometry
+1508.05524 Combinatorics
+1508.07337 Combinatorics
+1509.01128 Classical Analysis and ODEs
+1509.01691 Metric Geometry
+1509.02866 Machine Learning
+1509.03327 Probability
+1509.07455 Computer Science and Game Theory
+1509.08596 Mesoscale and Nanoscale Physics
+1510.00964 Logic
+1510.02324 Combinatorics
+1510.03726 Programming Languages
+1510.05076 Systems and Control
+1510.07031 Probability
+1510.08226 Statistics Theory
+1511.00649 Numerical Analysis
+1511.05894 Analysis of PDEs
+1512.01802 Probability
+1512.05690 Mesoscale and Nanoscale Physics
+1512.05812 Mesoscale and Nanoscale Physics
+1512.06438 Metric Geometry
+1512.07267 Statistics Theory
+1512.08405 Differential Geometry
+1601.02307 Category Theory
+1601.05045
+1601.05292 Geometric Topology
+1601.06300 Instrumentation and Detectors
+1601.06790 Astrophysics of Galaxies
+1601.07600 Optimization and Control
+1602.00703
+1602.02110 Algebraic Geometry
+1602.03779 Artificial Intelligence
+1602.05179 Learning
+1602.05870 Combinatorics
+1602.06459 Numerical Analysis
+1602.06532 Number Theory
+1603.00054
+1603.00786 Computation and Language
+1603.01710 Group Theory
+1603.02106 Information Theory
+1603.04329 Mesoscale and Nanoscale Physics
+1603.06288 Machine Learning
+1603.06827 Combinatorics
+1603.06857
+1603.08168 Probability
+1603.08744 Dynamical Systems
+1604.00555 Functional Analysis
+1604.01369 Strongly Correlated Electrons
+1604.01699 Analysis of PDEs
+1604.03613 Group Theory
+1604.03749
+1604.04039 Optimization and Control
+1604.07152 Materials Science
+1605.01108 Analysis of PDEs
+1605.01849 Group Theory
+1605.03653 Optimization and Control
+1605.04567 Mesoscale and Nanoscale Physics
+1605.08701 Methodology
+1605.09123 Materials Science
+1606.00450
+1606.03280 Optimization and Control
+1606.03917 Pattern Formation and Solitons
+1606.03933 Statistics Theory
+1606.04323 Chemical Physics
+1606.06871 Neural and Evolutionary Computing
+1606.07587 Numerical Analysis
+1606.09389 Combinatorics
+1607.01487
+1607.03884 Computational Physics
+1607.05076 Information Theory
+1607.05316 Theory
+1607.05410
+1607.05520 Functional Analysis
+1607.06504 Strongly Correlated Electrons
+1607.06612 Materials Science
+1607.07129 Computer Vision and Pattern Recognition
+1607.08467
+1608.00545 Mesoscale and Nanoscale Physics
+1608.00742 Fluid Dynamics
+1608.01687 Theory
+1608.02123 Phenomenology
+1608.02438 Quantum Gases
+1608.03782 Functional Analysis
+1608.04536 Mesoscale and Nanoscale Physics
+1608.04835 Number Theory
+1608.06313 Physics and Society
+1608.06692 Theory
+1608.07127 Phenomenology
+1608.07859 Functional Analysis
+1609.00722
+1609.01766 Quantum Algebra
+1609.02031 Databases
+1609.02819 Optimization and Control
+1609.04035
+1609.04783 Phenomenology
+1609.04943 Dynamical Systems
+1609.05433 Logic
+1609.08110 Earth and Planetary Astrophysics
+1609.08495 Differential Geometry
+1609.08920 Operator Algebras
+1609.09416
+1609.09542 Pattern Formation and Solitons
+1610.00151 Optimization and Control
+1610.00480 Materials Science
+1610.00850 Robotics
+1610.02801 Cryptography and Security
+1610.03422
+1610.03482 Astrophysics of Galaxies
+1610.04504
+1610.04909 Adaptation and Self-Organizing Systems
+1610.04994 Numerical Analysis
+1610.05783 Phenomenology
+1610.05911 Theory
+1610.06014 Classical Physics
+1610.06169
+1610.06292 Phenomenology
+1610.07449 Solar and Stellar Astrophysics
+1610.07602 Solar and Stellar Astrophysics
+1610.07634 Solar and Stellar Astrophysics
+1610.08419 Programming Languages
+1610.08940 Mesoscale and Nanoscale Physics
+1610.09263 Artificial Intelligence
+1610.09802 Methodology
+1610.10100 Quantum Gases
+1611.00140 Probability
+1611.00482 Phenomenology
+1611.00498 Probability
+1611.00940 Geophysics
+1611.02237 Solar and Stellar Astrophysics
+1611.02561 General Physics
+1611.02895 Numerical Analysis
+1611.03507 Phenomenology
+1611.03703
+1611.03813 Optics
+1611.05016 Quantum Gases
+1611.05352 Information Theory
+1611.05392 Materials Science
+1611.05634 Pattern Formation and Solitons
+1611.05712 Accelerator Physics
+1611.06088 Cosmology and Nongalactic Astrophysics
+1611.06195 Quantum Gases
+1611.06992 Plasma Physics
+1611.07099 Dynamical Systems
+1611.07432 Statistical Finance
+1611.08002 Computer Vision and Pattern Recognition
+1611.08030 Fluid Dynamics
+1611.09270 Rings and Algebras
+1611.09381 Theory
+1611.09886 Astrophysics of Galaxies
+1611.09906 Programming Languages
+1611.09979 Atomic Physics
+1611.09980 Probability
+1611.10241
+1612.00399 Strongly Correlated Electrons
+1612.00482
+1612.00764 Geometric Topology
+1612.00927 Classical Analysis and ODEs
+1612.01701 Numerical Analysis
+1612.01912 High Energy Astrophysical Phenomena
+1612.02268 Superconductivity
+1612.02309 Quantum Gases
+1612.02738 Analysis of PDEs
+1612.02815 Astrophysics of Galaxies
+1612.03500 Theory
+1612.03861 Algebraic Geometry
+1612.03942 Mesoscale and Nanoscale Physics
+1612.04824 Phenomenology
+1612.05141 Algebraic Geometry
+1612.05159 Learning
+1612.05176 Materials Science
+1612.05714 Mesoscale and Nanoscale Physics
+1612.05742 Theory
+1612.05767 Distributed, Parallel, and Cluster Computing
+1612.06165 Atomic Physics
+1612.06209 Cryptography and Security
+1612.06681 Phenomenology
+1612.06910 Algebraic Geometry
+1612.07196 Quantum Gases
+1612.07344
+1612.07440 Mesoscale and Nanoscale Physics
+1612.07856
+1612.08213 Algebraic Geometry
+1612.08269 Algebraic Geometry
+1612.08319 Information Theory
+1612.08398 Optics
+1612.08712 Multimedia
+1612.08790 Populations and Evolution
+1612.09033 Fluid Dynamics
+1612.09194 Dynamical Systems
+1612.09260
+1612.09509 Materials Science
+1701.00462 Mesoscale and Nanoscale Physics
+1701.00771 Algebraic Geometry
+1701.00819
+1701.00986 Lattice
+1701.01019 Disordered Systems and Neural Networks
+1701.01224 Soft Condensed Matter
+1701.02274 Logic in Computer Science
+1701.02388 Artificial Intelligence
+1701.02936
+1701.03096 Earth and Planetary Astrophysics
+1701.03726 Number Theory
+1701.03727 Number Theory
+1701.04502
+1701.05026 Theory
+1701.06647 Fluid Dynamics
+1701.06800 Distributed, Parallel, and Cluster Computing
+1701.06950 High Energy Astrophysical Phenomena
+1701.07874 Phenomenology
+1701.08989 Soft Condensed Matter
+1702.00033 Information Theory
+1702.00129
+1702.00254 Computer Vision and Pattern Recognition
+1702.00741 Classical Analysis and ODEs
+1702.00840
+1702.02043 Probability
+1702.02194 Quantum Algebra
+1702.02322 Mesoscale and Nanoscale Physics
+1702.02396 Information Theory
+1702.02529 Algebraic Topology
+1702.02641 Theory
+1702.03612 Instrumentation and Detectors
+1702.03798 Quantum Algebra
+1702.03838 Trading and Market Microstructure
+1702.04601
+1702.04823 Mesoscale and Nanoscale Physics
+1702.04920 Strongly Correlated Electrons
+1702.04948
+1702.04967 Economics
+1702.05418 Classical Physics
+1702.05493 High Energy Astrophysical Phenomena
+1702.05687 Optics
+1702.05784 Group Theory
+1702.05915
+1702.06104 Materials Science
+1702.06308
+1702.06664 Solar and Stellar Astrophysics
+1702.06936 Earth and Planetary Astrophysics
+1702.07886 Complex Variables
+1702.08423 Computer Vision and Pattern Recognition
+1702.08686 Statistical Mechanics
+1702.08818 Theory
+1703.00013 Cosmology and Nongalactic Astrophysics
+1703.00319 Optimization and Control
+1703.00545 Astrophysics of Galaxies
+1703.00841 Phenomenology
+1703.01136 Mesoscale and Nanoscale Physics
+1703.01160 High Energy Astrophysical Phenomena
+1703.01563 Number Theory
+1703.01723 Exactly Solvable and Integrable Systems
+1703.01841 Mesoscale and Nanoscale Physics
+1703.02258 Geometric Topology
+1703.02382 Systems and Control
+1703.02407 Number Theory
+1703.02536 Biological Physics
+1703.02859 Computation and Language
+1703.02924 Operator Algebras
+1703.03110 Representation Theory
+1703.03184
+1703.03420 Strongly Correlated Electrons
+1703.03430 Statistical Mechanics
+1703.03464 Astrophysics of Galaxies
+1703.03613 Computer Vision and Pattern Recognition
+1703.03680 Numerical Analysis
+1703.03909 Networking and Internet Architecture
+1703.03950 Optimization and Control
+1703.04172 Dynamical Systems
+1703.04747 Theory
+1703.04753 Phenomenology
+1703.05037 Solar and Stellar Astrophysics
+1703.05177 Mesoscale and Nanoscale Physics
+1703.05212 General Topology
+1703.05363 Statistical Mechanics
+1703.05457 Materials Science
+1703.05468 Databases
+1703.05629
+1703.05868 Computer Vision and Pattern Recognition
+1703.06131 Methodology
+1703.06273 Optimization and Control
+1703.06518 Probability
+1703.06762 Materials Science
+1703.06900 Metric Geometry
+1703.06923 Statistical Mechanics
+1703.07133 Chemical Physics
+1703.07297 Analysis of PDEs
+1703.07301 Combinatorics
+1703.07330 Computer Vision and Pattern Recognition
+1703.07338 High Energy Astrophysical Phenomena
+1703.07642 Phenomenology
+1703.07746
+1703.07793 Strongly Correlated Electrons
+1703.07899
+1703.07924
+1703.07949 Cryptography and Security
+1703.07952 Information Theory
+1703.07961 Commutative Algebra
+1703.08152 Instrumentation and Detectors
+1703.08155 Theory
+1703.08157
+1703.08435 Combinatorics
+1703.08561 Robotics
+1703.08568 Metric Geometry
+1703.08573 Astrophysics of Galaxies
+1703.08578 Algebraic Geometry
+1703.08604 Plasma Physics
+1703.08640 Chemical Physics
+1703.08795 Astrophysics of Galaxies
+1703.08847 Strongly Correlated Electrons
+1703.08854 Number Theory
+1703.08916 Geometric Topology
+1703.08943 Probability
+1703.08981 Distributed, Parallel, and Cluster Computing
+1703.08989 Functional Analysis
+1703.09064 Emerging Technologies
+1703.09081 Phenomenology
+1703.09098 Physics and Society
+1703.09155 Category Theory
+1703.09194 Machine Learning
+1703.09196 Combinatorics
+1703.09219 Astrophysics of Galaxies
+1703.09222 Theory
+1703.09354 Instrumentation and Methods for Astrophysics
+1703.09359 Numerical Analysis
+1703.09457 Functional Analysis
+1703.09477 Optimization and Control
+1703.09479 Instrumentation and Methods for Astrophysics
+1703.09549 Combinatorics
+1703.09555
+1703.09602 Software Engineering
+1703.09696
+1703.09697 Computational Physics
+1703.09698 Analysis of PDEs
+1703.09699 Phenomenology
+1703.09700 Learning
+1703.09701 Methodology
+1703.09702 Phenomenology
+1703.09703 High Energy Astrophysical Phenomena
+1703.09704 High Energy Astrophysical Phenomena
+1703.09705 Solar and Stellar Astrophysics
+1703.09706 Mesoscale and Nanoscale Physics
+1703.09707 Instrumentation and Methods for Astrophysics
+1703.09708 Earth and Planetary Astrophysics
+1703.09709 Astrophysics of Galaxies
+1703.09710 Instrumentation and Methods for Astrophysics
+1703.09711 Earth and Planetary Astrophysics
+1703.09712 Cosmology and Nongalactic Astrophysics
+1703.09713 Astrophysics of Galaxies
+1703.09714 Solar and Stellar Astrophysics
+1703.09715 Theory
+1703.09716 Cosmology and Nongalactic Astrophysics
+1703.09718 Phenomenology
+1703.09719 Astrophysics of Galaxies
+1703.09721 High Energy Astrophysical Phenomena
+1703.09722
+1703.09725 Computer Vision and Pattern Recognition
+1703.09726 Data Structures and Algorithms
+1703.09727 Theory
+1703.09728 Lattice
+1703.09729 Theory
+1703.09730 Astrophysics of Galaxies
+1703.09731 Probability
+1703.09732 Combinatorics
+1703.09734 Classical Analysis and ODEs
+1703.09735 Accelerator Physics
+1703.09736 Mesoscale and Nanoscale Physics
+1703.09737 Combinatorics
+1703.09738
+1703.09739 Mesoscale and Nanoscale Physics
+1703.09740 Quantum Gases
+1703.09741 Earth and Planetary Astrophysics
+1703.09742 Cosmology and Nongalactic Astrophysics
+1703.09743 Theory
+1703.09744 Computer Vision and Pattern Recognition
+1703.09746 Computer Vision and Pattern Recognition
+1703.09747
+1703.09748 Functional Analysis
+1703.09749 Software Engineering
+1703.09750 History and Overview
+1703.09751
+1703.09752 Learning
+1703.09753 Dynamical Systems
+1703.09754 Optimization and Control
+1703.09755
+1703.09756 Distributed, Parallel, and Cluster Computing
+1703.09757 Accelerator Physics
+1703.09758 Other Condensed Matter
+1703.09759 Mesoscale and Nanoscale Physics
+1703.09760 Classical Physics
+1703.09762
+1703.09763 Cryptography and Security
+1703.09764 Algebraic Topology
+1703.09765 Computer Science and Game Theory
+1703.09766 Machine Learning
+1703.09767 Combinatorics
+1703.09768 Statistical Mechanics
+1703.09769 Astrophysics of Galaxies
+1703.09770 Other Condensed Matter
+1703.09771 Computer Vision and Pattern Recognition
+1703.09772 Machine Learning
+1703.09773 Statistical Mechanics
+1703.09774 Social and Information Networks
+1703.09775 Machine Learning
+1703.09776 Phenomenology
+1703.09777 Superconductivity
+1703.09779 Computer Vision and Pattern Recognition
+1703.09780 Populations and Evolution
+1703.09781 Social and Information Networks
+1703.09782 Computational Finance
+1703.09783 Computer Vision and Pattern Recognition
+1703.09784 Computer Vision and Pattern Recognition
+1703.09785 Computers and Society
+1703.09786 Chaotic Dynamics
+1703.09787 Methodology
+1703.09788 Computer Vision and Pattern Recognition
+1703.09789 Systems and Control
+1703.09790 Soft Condensed Matter
+1703.09791 Differential Geometry
+1703.09792 Probability
+1703.09794 Computers and Society
+1703.09795 Applications
+1703.09796 Phenomenology
+1703.09797
+1703.09798 Numerical Analysis
+1703.09800 Learning
+1703.09801 Analysis of PDEs
+1703.09802 Phenomenology
+1703.09803 Analysis of PDEs
+1703.09804 Computer Science and Game Theory
+1703.09805 Theory
+1703.09806 Disordered Systems and Neural Networks
+1703.09807 Databases
+1703.09808
+1703.09809 Cryptography and Security
+1703.09810
+1703.09812 Superconductivity
+1703.09813 Machine Learning
+1703.09814 Strongly Correlated Electrons
+1703.09815 High Energy Astrophysical Phenomena
+1703.09816 Mesoscale and Nanoscale Physics
+1703.09817 Computation and Language
+1703.09818 Materials Science
+1703.09819 Superconductivity
+1703.09820 Optics
+1703.09821 Analysis of PDEs
+1703.09822 Genomics
+1703.09823 Databases
+1703.09824 Instrumentation and Methods for Astrophysics
+1703.09825 Computation and Language
+1703.09826 Astrophysics of Galaxies
+1703.09827 Cryptography and Security
+1703.09828 Social and Information Networks
+1703.09829 Astrophysics of Galaxies
+1703.09830
+1703.09831 Computation and Language
+1703.09832 Optimization and Control
+1703.09833 Learning
+1703.09834 Quantum Gases
+1703.09835
+1703.09836 Superconductivity
+1703.09837 Number Theory
+1703.09838 Analysis of PDEs
+1703.09839 Astrophysics of Galaxies
+1703.09840 Earth and Planetary Astrophysics
+1703.09842 Learning
+1703.09843 Instrumentation and Detectors
+1703.09844 Learning
+1703.09845 Social and Information Networks
+1703.09846 Cryptography and Security
+1703.09847 Human-Computer Interaction
+1703.09848 Information Theory
+1703.09849 Analysis of PDEs
+1703.09850 Superconductivity
+1703.09851 Learning
+1703.09852 Genomics
+1703.09853
+1703.09854 Optimization and Control
+1703.09855 Algebraic Geometry
+1703.09856 Computer Vision and Pattern Recognition
+1703.09857 Solar and Stellar Astrophysics
+1703.09858 Instrumentation and Methods for Astrophysics
+1703.09859 Computer Vision and Pattern Recognition
+1703.09861
+1703.09862 Optics
+1703.09863 Analysis of PDEs
+1703.09864 Algebraic Geometry
+1703.09865 Neural and Evolutionary Computing
+1703.09866 Solar and Stellar Astrophysics
+1703.09867 Astrophysics of Galaxies
+1703.09868 Strongly Correlated Electrons
+1703.09869 Networking and Internet Architecture
+1703.09870 Combinatorics
+1703.09871 Solar and Stellar Astrophysics
+1703.09872 Phenomenology
+1703.09874 Astrophysics of Galaxies
+1703.09875 Networking and Internet Architecture
+1703.09876 Computational Engineering, Finance, and Science
+1703.09877 Systems and Control
+1703.09878 Quantum Gases
+1703.09879 Analysis of PDEs
+1703.09880 Computer Vision and Pattern Recognition
+1703.09881 Combinatorics
+1703.09882 Analysis of PDEs
+1703.09883 Instrumentation and Detectors
+1703.09884 Chaotic Dynamics
+1703.09885 Materials Science
+1703.09886 Algebraic Geometry
+1703.09887
+1703.09888 Category Theory
+1703.09889 Earth and Planetary Astrophysics
+1703.09890
+1703.09891 Computer Vision and Pattern Recognition
+1703.09892 Combinatorics
+1703.09893 Solar and Stellar Astrophysics
+1703.09894 Phenomenology
+1703.09895 Lattice
+1703.09896 Functional Analysis
+1703.09897 Exactly Solvable and Integrable Systems
+1703.09898 Complex Variables
+1703.09899 Optics
+1703.09900 Superconductivity
+1703.09901 Theory
+1703.09902 Computation and Language
+1703.09903 Statistical Mechanics
+1703.09904 Rings and Algebras
+1703.09906 Methodology
+1703.09907 Logic in Computer Science
+1703.09909 Analysis of PDEs
+1703.09910 Formal Languages and Automata Theory
+1703.09911 Computer Vision and Pattern Recognition
+1703.09912 Computer Vision and Pattern Recognition
+1703.09913 Computer Vision and Pattern Recognition
+1703.09914 Analysis of PDEs
+1703.09915 Algebraic Geometry
+1703.09916 Computer Vision and Pattern Recognition
+1703.09917 Materials Science
+1703.09918 Analysis of PDEs
+1703.09919 Astrophysics of Galaxies
+1703.09921 High Energy Astrophysical Phenomena
+1703.09922 Classical Analysis and ODEs
+1703.09923 Artificial Intelligence
+1703.09924 Optimization and Control
+1703.09925 Cosmology and Nongalactic Astrophysics
+1703.09926 Neural and Evolutionary Computing
+1703.09927 Instrumentation and Detectors
+1703.09928 Computer Vision and Pattern Recognition
+1703.09929 Solar and Stellar Astrophysics
+1703.09930 Computation
+1703.09931 Probability
+1703.09932
+1703.09933 Computer Vision and Pattern Recognition
+1703.09934 Human-Computer Interaction
+1703.09935 High Energy Astrophysical Phenomena
+1703.09936
+1703.09937 Instrumentation and Methods for Astrophysics
+1703.09939 Theory
+1703.09940 Statistics Theory
+1703.09941 Optics
+1703.09942 Combinatorics
+1703.09943 Atomic Physics
+1703.09944 Optimization and Control
+1703.09945 Group Theory
+1703.09946 Combinatorics
+1703.09947 Learning
+1703.09948 Biological Physics
+1703.09949 Systems and Control
+1703.09950 Atomic Physics
+1703.09951 Probability
+1703.09952 Astrophysics of Galaxies
+1703.09953 Combinatorics
+1703.09954
+1703.09956 Machine Learning
+1703.09957 Mesoscale and Nanoscale Physics
+1703.09958 Numerical Analysis
+1703.09959 Algebraic Geometry
+1703.09960 Theory
+1703.09961
+1703.09962 Artificial Intelligence
+1703.09963 Exactly Solvable and Integrable Systems
+1703.09964 Computer Vision and Pattern Recognition
+1703.09965 Statistics Theory
+1703.09966 High Energy Astrophysical Phenomena
+1703.09967 Strongly Correlated Electrons
+1703.09969 Combinatorics
+1703.09970 Materials Science
+1703.09971 Computer Vision and Pattern Recognition
+1703.09973 Functional Analysis
+1703.09974 Materials Science
+1703.09975 Machine Learning
+1703.09976 Soft Condensed Matter
+1703.09977 Dynamical Systems
+1703.09978 Plasma Physics
+1703.09979 Superconductivity
+1703.09980 Algebraic Geometry
+1703.09981 Phenomenology
+1703.09982 Atomic Physics
+1703.09983 Computer Vision and Pattern Recognition
+1703.09984 Soft Condensed Matter
+1703.09985 Number Theory
+1703.09986 Experiment
+1703.09987 Probability
+1703.09988 Programming Languages
+1703.09989 Networking and Internet Architecture
+1703.09990 Neurons and Cognition
+1703.09991 History and Philosophy of Physics
+1703.09992 Information Theory
+1703.09993 Functional Analysis
+1703.09994 Tissues and Organs
+1703.09995 Strongly Correlated Electrons
+1703.09996 Theory
+1703.09997
+1703.09998 Differential Geometry
+1703.09999 Mesoscale and Nanoscale Physics
+1703.10000 Probability
+1703.10001 Optimization and Control
+1703.10002 Applications
+1703.10003
+1703.10005 Phenomenology
+1703.10006 Theory
+1703.10007 Probability
+1703.10008 Mesoscale and Nanoscale Physics
+1703.10009 Astrophysics of Galaxies
+1703.10010 Machine Learning
+1703.10012 Atmospheric and Oceanic Physics
+1703.10013 Dynamical Systems
+1703.10014 Functional Analysis
+1703.10015 Number Theory
+1703.10016 Numerical Analysis
+1703.10017 Strongly Correlated Electrons
+1703.10018 Chemical Physics
+1703.10019 Numerical Analysis
+1703.10020 Solar and Stellar Astrophysics
+1703.10021
+1703.10022 Solar and Stellar Astrophysics
+1703.10023 Data Structures and Algorithms
+1703.10024 Mesoscale and Nanoscale Physics
+1703.10025 Computer Vision and Pattern Recognition
+1703.10026 Fluid Dynamics
+1703.10027 Programming Languages
+1703.10028
+1703.10029 Analysis of PDEs
+1703.10030 General Physics
+1703.10031 Combinatorics
+1703.10032 Plasma Physics
+1703.10033
+1703.10034 Learning
+1703.10035 Materials Science
+1703.10036 Optics
+1703.10037 General Physics
+1703.10038 General Physics
+1703.10039 Learning
+1703.10040 Numerical Analysis
+1703.10041 Classical Physics
+1703.10042
+1703.10043 Astrophysics of Galaxies
+1703.10044 Logic in Computer Science
+1703.10045 Materials Science
+1703.10046 Earth and Planetary Astrophysics
+1703.10047 Number Theory
+1703.10048 Atomic Physics
+1703.10049 Robotics
+1703.10050
+1703.10051
+1703.10052 General Physics
+1703.10053 Geometric Topology
+1703.10054 General Physics
+1703.10055
+1703.10056 Formal Languages and Automata Theory
+1703.10057
+1703.10058 Molecular Networks
+1703.10059 Mesoscale and Nanoscale Physics
+1703.10060 Solar and Stellar Astrophysics
+1703.10062 Neurons and Cognition
+1703.10063 Operator Algebras
+1703.10064 Analysis of PDEs
+1703.10065 Computation and Language
+1703.10066 Disordered Systems and Neural Networks
+1703.10067 Differential Geometry
+1703.10068 Optics
+1703.10069 Artificial Intelligence
+1703.10071 Astrophysics of Galaxies
+1703.10072
+1703.10073 Systems and Control
+1703.10074 Mesoscale and Nanoscale Physics
+1703.10075 Solar and Stellar Astrophysics
+1703.10076 Number Theory
+1703.10077 Materials Science
+1703.10078 Materials Science
+1703.10079 Statistical Mechanics
+1703.10080 Statistical Mechanics
+1703.10081 Formal Languages and Automata Theory
+1703.10082 Medical Physics
+1703.10083 Chemical Physics
+1703.10084 Information Theory
+1703.10085 High Energy Astrophysical Phenomena
+1703.10086 Strongly Correlated Electrons
+1703.10087 Strongly Correlated Electrons
+1703.10088 Group Theory
+1703.10089 Learning
+1703.10090 Computation and Language
+1703.10091 Mesoscale and Nanoscale Physics
+1703.10092 Logic in Computer Science
+1703.10093 Representation Theory
+1703.10094 Learning
+1703.10095 Theory
+1703.10096
+1703.10097 Plasma Physics
+1703.10098 Artificial Intelligence
+1703.10099 Statistical Mechanics
+1703.10100 Statistical Mechanics
+1703.10101 Group Theory
+1703.10102 Cosmology and Nongalactic Astrophysics
+1703.10103 Phenomenology
+1703.10104 High Energy Astrophysical Phenomena
+1703.10105 Distributed, Parallel, and Cluster Computing
+1703.10106 Computer Vision and Pattern Recognition
+1703.10107 Statistics Theory
+1703.10108 Functional Analysis
+1703.10109 Phenomenology
+1703.10110 Metric Geometry
+1703.10111 Information Retrieval
+1703.10112 Dynamical Systems
+1703.10113 Chemical Physics
+1703.10114 Computer Vision and Pattern Recognition
+1703.10115 Number Theory
+1703.10116 Combinatorics
+1703.10118
+1703.10119 Computational Engineering, Finance, and Science
+1703.10120
+1703.10121 Learning
+1703.10122 Combinatorics
+1703.10123 Phenomenology
+1703.10124 Biomolecules
+1703.10125 Computer Vision and Pattern Recognition
+1703.10126 Classical Physics
+1703.10127 Data Structures and Algorithms
+1703.10128 Quantum Gases
+1703.10129 Strongly Correlated Electrons
+1703.10130 Solar and Stellar Astrophysics
+1703.10131 Computer Vision and Pattern Recognition
+1703.10133
+1703.10134
+1703.10135 Computation and Language
+1703.10136 Methodology
+1703.10137 Category Theory
+1703.10138 Physics and Society
+1703.10139 Robotics
+1703.10140 Solar and Stellar Astrophysics
+1703.10141 Strongly Correlated Electrons
+1703.10142 Materials Science
+1703.10143 Methodology
+1703.10144 Logic
+1703.10145 Differential Geometry
+1703.10146 Probability
+1703.10147 Theory
+1703.10148 Logic
+1703.10149 Cosmology and Nongalactic Astrophysics
+1703.10150 Symplectic Geometry
+1703.10151 Phenomenology
+1703.10152 Computation and Language
+1703.10153 Commutative Algebra
+1703.10154
+1703.10155 Computer Vision and Pattern Recognition
+1703.10156 Materials Science
+1703.10157 Phenomenology
+1703.10158 Theory
+1703.10159 Theory
+1703.10160 Phenomenology
+gr-qc/0510085
+0705.1240
+0706.3209
+0901.1238 Solar and Stellar Astrophysics
+0911.2772 Geometric Topology
+0912.2646 Symplectic Geometry
+1004.2270 Populations and Evolution
+1005.0984 Solar and Stellar Astrophysics
+1103.0674 Analysis of PDEs
+1103.5866 Mesoscale and Nanoscale Physics
+1110.0401 Probability
+1110.5887
+1110.6091 Dynamical Systems
+1201.0488 Computational Complexity
+1203.2083 Number Theory
+1203.4386 Solar and Stellar Astrophysics
+1204.5372 Geometric Topology
+1205.1851 Algebraic Geometry
+1205.6915 High Energy Astrophysical Phenomena
+1206.7061 Atomic and Molecular Clusters
+1207.3160 Probability
+1207.5939 Cosmology and Nongalactic Astrophysics
+1209.2995 Category Theory
+1211.3346 Numerical Analysis
+1301.7424 Solar and Stellar Astrophysics
+1303.3727 Fluid Dynamics
+1305.3950 Strongly Correlated Electrons
+1307.8140 Symplectic Geometry
+1308.4228 Algebraic Geometry
+1309.3827 Materials Science
+1309.5456 Astrophysics of Galaxies
+1310.2023 Atomic Physics
+1310.6355 Cosmology and Nongalactic Astrophysics
+1311.0954
+1311.1624 Strongly Correlated Electrons
+1312.5193 Mesoscale and Nanoscale Physics
+1402.0783 High Energy Astrophysical Phenomena
+1403.3714 Probability
+1403.5187 Algebraic Geometry
+1403.7479 Geometric Topology
+1404.0776 Optimization and Control
+1404.7501 Solar and Stellar Astrophysics
+1405.1017 Analysis of PDEs
+1405.2288 Strongly Correlated Electrons
+1406.1506 Cosmology and Nongalactic Astrophysics
+1407.6612 Statistical Mechanics
+1408.3670 Astrophysics of Galaxies
+1409.0855 Cosmology and Nongalactic Astrophysics
+1409.2838 Cosmology and Nongalactic Astrophysics
+1409.8463 Analysis of PDEs
+1409.8465 Analysis of PDEs
+1409.8593 Numerical Analysis
+1410.1192 Cosmology and Nongalactic Astrophysics
+1410.4111 Astrophysics of Galaxies
+1410.5446 Cosmology and Nongalactic Astrophysics
+1410.7394 Astrophysics of Galaxies
+1411.2288 Geometric Topology
+1411.5134 Logic
+1411.5212 Group Theory
+1411.5706 Numerical Analysis
+1412.0818 High Energy Astrophysical Phenomena
+1412.4799 Differential Geometry
+1412.7542 Solar and Stellar Astrophysics
+1501.02504 Geometric Topology
+1502.03271 Analysis of PDEs
+1502.03811 Group Theory
+1502.05053 Astrophysics of Galaxies
+1502.06262 Dynamical Systems
+1502.06483 Representation Theory
+1503.00584 Commutative Algebra
+1503.01592 Combinatorics
+1503.03971 Differential Geometry
+1503.04091 Dynamical Systems
+1504.05121 Number Theory
+1505.01061 Theory
+1505.01435
+1505.01951 Strongly Correlated Electrons
+1505.04477 Dynamical Systems
+1506.03050 Algebraic Geometry
+1506.03053
+1506.03669 Analysis of PDEs
+1506.03671 Analysis of PDEs
+1506.03779 Combinatorics
+1506.04468 Statistical Mechanics
+1506.05125 Astrophysics of Galaxies
+1506.08098 Dynamical Systems
+1506.08274 Cosmology and Nongalactic Astrophysics
+1506.08434
+1507.00101 Computer Vision and Pattern Recognition
+1507.01905 Probability
+1507.02995 Classical Analysis and ODEs
+1507.03870 Analysis of PDEs
+1507.05483 Spectral Theory
+1507.05872 Functional Analysis
+1507.05936 Computer Vision and Pattern Recognition
+1507.07356 Analysis of PDEs
+1508.01014 Discrete Mathematics
+1508.04658 Statistical Mechanics
+1509.00632 Group Theory
+1509.00853 Astrophysics of Galaxies
+1509.05227 Combinatorics
+1509.05441 Strongly Correlated Electrons
+1509.06784 Representation Theory
+1509.07390
+1510.00233 Solar and Stellar Astrophysics
+1510.00357 Representation Theory
+1510.02758 Rings and Algebras
+1510.03661 Probability
+1510.05814
+1511.02025 Machine Learning
+1511.02177
+1511.02572 Differential Geometry
+1511.02581
+1511.03597 Social and Information Networks
+1511.03998
+1511.06994
+1512.01201 Number Theory
+1512.01207 Number Theory
+1512.02171 Discrete Mathematics
+1512.03328 Theory
+1512.03805
+1512.04377 Materials Science
+1512.05162
+1512.06071 Group Theory
+1512.07288 Cosmology and Nongalactic Astrophysics
+1512.07591 Phenomenology
+1512.07969 High Energy Astrophysical Phenomena
+1601.01697 Strongly Correlated Electrons
+1601.02297 Probability
+1601.02836 Theory
+1601.05118 Databases
+1601.05153 Earth and Planetary Astrophysics
+1601.06187
+1601.06257 Geometric Topology
+1601.07309 Mesoscale and Nanoscale Physics
+1601.07568 Materials Science
+1602.00019 Phenomenology
+1602.00026 Mesoscale and Nanoscale Physics
+1602.00303 Solar and Stellar Astrophysics
+1602.01187 Metric Geometry
+1602.01627 Rings and Algebras
+1602.02271 Representation Theory
+1602.02906 Number Theory
+1602.05946 Strongly Correlated Electrons
+1602.06663 Strongly Correlated Electrons
+1602.06745 Mesoscale and Nanoscale Physics
+1602.06808 Algebraic Topology
+1602.06996 Algebraic Geometry
+1602.07076
+1602.07079 Atmospheric and Oceanic Physics
+1602.09083 Pattern Formation and Solitons
+1603.00112
+1603.00339 Fluid Dynamics
+1603.00451 Quantum Gases
+1603.01165 Other Condensed Matter
+1603.01173 Spectral Theory
+1603.01342 Logic
+1603.02370
+1603.02611 Data Structures and Algorithms
+1603.03087 Strongly Correlated Electrons
+1603.03491 Computer Science and Game Theory
+1603.04273 Superconductivity
+1603.04359 Strongly Correlated Electrons
+1603.04465 Statistical Mechanics
+1603.04660 Information Theory
+1603.04664 Information Theory
+1603.04848 Instrumentation and Detectors
+1603.04878 High Energy Astrophysical Phenomena
+1603.05299 Solar and Stellar Astrophysics
+1603.05427 Materials Science
+1603.06590
+1603.06868 Mesoscale and Nanoscale Physics
+1603.08057 Methodology
+1603.08662 Cosmology and Nongalactic Astrophysics
+1603.08790
+1603.08817 Information Theory
+1604.00321
+1604.01493
+1604.01645 Materials Science
+1604.01676 Theory
+1604.01723 Combinatorics
+1604.02618 Symbolic Computation
+1604.03065 Theory
+1604.03905 Phenomenology
+1604.04148 Combinatorics
+1604.04219 Quantum Algebra
+1604.04324 Instrumentation and Methods for Astrophysics
+1604.04461 Phenomenology
+1604.04571 Algebraic Geometry
+1604.04697 Earth and Planetary Astrophysics
+1604.05795
+1604.06388
+1604.06560 Logic
+1604.06840 High Energy Astrophysical Phenomena
+1604.08182 Computer Vision and Pattern Recognition
+1604.08190 Disordered Systems and Neural Networks
+1605.00138 Representation Theory
+1605.00263 Logic
+1605.00606 Optimization and Control
+1605.00645 High Energy Astrophysical Phenomena
+1605.00708 Classical Analysis and ODEs
+1605.02639 Solar and Stellar Astrophysics
+1605.04312
+1605.05322 Strongly Correlated Electrons
+1605.05502 Astrophysics of Galaxies
+1605.05881 Phenomenology
+1605.05968 Probability
+1605.07305 Social and Information Networks
+1605.07510 Theory
+1605.07618 Astrophysics of Galaxies
+1605.08174 Learning
+1605.08729 Instrumentation and Detectors
+1605.09310 Quantum Gases
+1605.09381 Astrophysics of Galaxies
+1605.09398 Cosmology and Nongalactic Astrophysics
+1605.09754 Complex Variables
+1606.00431 Phenomenology
+1606.00988 Statistical Mechanics
+1606.01077 Software Engineering
+1606.01216 Numerical Analysis
+1606.01904
+1606.01906
+1606.02675
+1606.02867 Information Theory
+1606.03214 Methodology
+1606.03443
+1606.03596 Materials Science
+1606.04401 Strongly Correlated Electrons
+1606.04547 Statistical Mechanics
+1606.04958 Theory
+1606.07249 Algebraic Geometry
+1606.07571 Astrophysics of Galaxies
+1606.07721 Cosmology and Nongalactic Astrophysics
+1606.07767 Neural and Evolutionary Computing
+1606.08681 Plasma Physics
+1606.08976 Metric Geometry
+1606.09358 Superconductivity
+1607.00227 Quantum Gases
+1607.00269 Cryptography and Security
+1607.00787 Astrophysics of Galaxies
+1607.01112 Atomic Physics
+1607.01256 Fluid Dynamics
+1607.01550 High Energy Astrophysical Phenomena
+1607.01699
+1607.01733 Numerical Analysis
+1607.03532 Soft Condensed Matter
+1607.04260 Earth and Planetary Astrophysics
+1607.04534 Phenomenology
+1607.05406 Cosmology and Nongalactic Astrophysics
+1607.05571 Phenomenology
+1607.06156 Distributed, Parallel, and Cluster Computing
+1607.06295 Quantum Gases
+1607.06403 Optics
+1607.06511 Computer Science and Game Theory
+1607.06827 Phenomenology
+1607.06895
+1607.07461
+1607.07550 Phenomenology
+1607.08246 Theory
+1607.08609 Cosmology and Nongalactic Astrophysics
+1607.08697 Instrumentation and Methods for Astrophysics
+1607.08701 Materials Science
+1608.00551 Cosmology and Nongalactic Astrophysics
+1608.00618 Earth and Planetary Astrophysics
+1608.00863 Experiment
+1608.00956 Probability
+1608.01111 High Energy Astrophysical Phenomena
+1608.01205 Statistical Mechanics
+1608.01293 Theory
+1608.01420 High Energy Astrophysical Phenomena
+1608.02151 Functional Analysis
+1608.02323 Statistical Mechanics
+1608.02353 Chemical Physics
+1608.03015 Solar and Stellar Astrophysics
+1608.03145 Biological Physics
+1608.03586 Disordered Systems and Neural Networks
+1608.03841 Geophysics
+1608.04219 Symbolic Computation
+1608.04345 Cosmology and Nongalactic Astrophysics
+1608.04641 Theory
+1608.05309 Instrumentation and Detectors
+1608.05345 Phenomenology
+1608.05641
+1608.05790 Materials Science
+1608.06004 Cosmology and Nongalactic Astrophysics
+1608.06231 Phenomenology
+1608.06396 Materials Science
+1608.07339 Phenomenology
+1608.07347 Probability
+1608.07388 High Energy Astrophysical Phenomena
+1608.07642 High Energy Astrophysical Phenomena
+1608.08092 Superconductivity
+1608.08217 Astrophysics of Galaxies
+1608.08701 Quantum Gases
+1609.00080 Materials Science
+1609.00090 Databases
+1609.00622
+1609.00645
+1609.00857
+1609.00941 High Energy Astrophysical Phenomena
+1609.01122 Solar and Stellar Astrophysics
+1609.01132
+1609.01272 Cosmology and Nongalactic Astrophysics
+1609.01584 Phenomenology
+1609.01770 Phenomenology
+1609.02039 Astrophysics of Galaxies
+1609.02161 Materials Science
+1609.02279 Instrumentation and Methods for Astrophysics
+1609.02370 High Energy Astrophysical Phenomena
+1609.02568
+1609.02991 Mesoscale and Nanoscale Physics
+1609.03383 Mesoscale and Nanoscale Physics
+1609.03670 Superconductivity
+1609.03674 Earth and Planetary Astrophysics
+1609.04189 Mesoscale and Nanoscale Physics
+1609.04442 Classical Physics
+1609.04462 Astrophysics of Galaxies
+1609.04841 Solar and Stellar Astrophysics
+1609.04901
+1609.04948 Solar and Stellar Astrophysics
+1609.05251 Phenomenology
+1609.05902 Phenomenology
+1609.06400 Optics
+1609.06708 Solar and Stellar Astrophysics
+1609.07148 High Energy Astrophysical Phenomena
+1609.07262
+1609.08018 Earth and Planetary Astrophysics
+1609.08052 Astrophysics of Galaxies
+1609.08501 High Energy Astrophysical Phenomena
+1609.08748 Cosmology and Nongalactic Astrophysics
+1609.09128 Optics
+1609.09422 Solar and Stellar Astrophysics
+1609.09712 Optics
+1610.00114 Soft Condensed Matter
+1610.00131 Mesoscale and Nanoscale Physics
+1610.00228 Numerical Analysis
+1610.00346 Atomic and Molecular Clusters
+1610.00512 Analysis of PDEs
+1610.00854 Cosmology and Nongalactic Astrophysics
+1610.01014 Medical Physics
+1610.01300 Theory
+1610.01389 Earth and Planetary Astrophysics
+1610.01552 Functional Analysis
+1610.01610 Earth and Planetary Astrophysics
+1610.01632 High Energy Astrophysical Phenomena
+1610.02099 Astrophysics of Galaxies
+1610.02294 Optics
+1610.02313 Mesoscale and Nanoscale Physics
+1610.02570 Numerical Analysis
+1610.02904 Phenomenology
+1610.03042 Computational Physics
+1610.03171 Strongly Correlated Electrons
+1610.03272
+1610.03324 Solar and Stellar Astrophysics
+1610.03503 Statistical Mechanics
+1610.03539 Theory
+1610.04249 Astrophysics of Galaxies
+1610.04477 Strongly Correlated Electrons
+1610.04677 Cosmology and Nongalactic Astrophysics
+1610.05429 Phenomenology
+1610.05468 Strongly Correlated Electrons
+1610.05813 Group Theory
+1610.05914 Group Theory
+1610.06495 Cryptography and Security
+1610.06556 Materials Science
+1610.07117 Phenomenology
+1610.07196 Mesoscale and Nanoscale Physics
+1610.07246 Strongly Correlated Electrons
+1610.07444 Soft Condensed Matter
+1610.07614 Solar and Stellar Astrophysics
+1610.07810 Lattice
+1610.07865
+1610.07976 Soft Condensed Matter
+1610.08091 Classical Physics
+1610.08142 Experiment
+1610.08321 High Energy Astrophysical Phenomena
+1610.08440 High Energy Astrophysical Phenomena
+1610.08484 Quantitative Methods
+1610.08519 Theory
+1610.08753
+1610.08866 Geometric Topology
+1610.08882 Cosmology and Nongalactic Astrophysics
+1610.08953 Theory
+1610.09000 Mesoscale and Nanoscale Physics
+1610.09060 Astrophysics of Galaxies
+1610.09177 Solar and Stellar Astrophysics
+1610.09229
+1610.09243 Theory
+1610.09342 Mesoscale and Nanoscale Physics
+1610.09465 Information Theory
+1610.09560 Strongly Correlated Electrons
+1610.09939 Physics and Society
+1610.10025 Machine Learning
+1611.00009 Phenomenology
+1611.00042 Astrophysics of Galaxies
+1611.00120
+1611.00199 Space Physics
+1611.00390 Fluid Dynamics
+1611.00477 Representation Theory
+1611.00632 Solar and Stellar Astrophysics
+1611.00753
+1611.00879
+1611.00954 Social and Information Networks
+1611.01028 Atomic Physics
+1611.01604 Computation and Language
+1611.02152 Solar and Stellar Astrophysics
+1611.02311 Soft Condensed Matter
+1611.02671 Solar and Stellar Astrophysics
+1611.02700 Instrumentation and Methods for Astrophysics
+1611.02783
+1611.02794
+1611.02835 Superconductivity
+1611.02925 Statistical Mechanics
+1611.03568 Experiment
+1611.03596 Physics and Society
+1611.03828 Materials Science
+1611.03912 Strongly Correlated Electrons
+1611.03928 Combinatorics
+1611.03931 Rings and Algebras
+1611.04205
+1611.04693 Phenomenology
+1611.04780 Superconductivity
+1611.04820 Statistical Mechanics
+1611.04830 Operator Algebras
+1611.04879 High Energy Astrophysical Phenomena
+1611.04932 Phenomenology
+1611.05062
+1611.05071 Solar and Stellar Astrophysics
+1611.05189 Materials Science
+1611.05221 Mesoscale and Nanoscale Physics
+1611.05254 Astrophysics of Galaxies
+1611.05307 Statistical Mechanics
+1611.05361 Strongly Correlated Electrons
+1611.05968 Astrophysics of Galaxies
+1611.06257 Optics
+1611.06773
+1611.06786 Solar and Stellar Astrophysics
+1611.06817 Experiment
+1611.07445 Mesoscale and Nanoscale Physics
+1611.07757 Materials Science
+1611.07986 Solar and Stellar Astrophysics
+1611.08023
+1611.08341 Phenomenology
+1611.08522 Experiment
+1611.08579 Superconductivity
+1611.08593 Materials Science
+1611.08611 High Energy Astrophysical Phenomena
+1611.08741 Atomic Physics
+1611.08786 Phenomenology
+1611.09285 Mesoscale and Nanoscale Physics
+1611.09409 Theory
+1611.09416 High Energy Astrophysical Phenomena
+1611.09453 Mesoscale and Nanoscale Physics
+1611.09507 High Energy Astrophysical Phenomena
+1611.09718 Computer Vision and Pattern Recognition
+1611.10174 Medical Physics
+1611.10344 Theory
+1611.10360 Solar and Stellar Astrophysics
+1612.00210 Lattice
+1612.00231 High Energy Astrophysical Phenomena
+1612.00251 Quantum Gases
+1612.00488 Astrophysics of Galaxies
+1612.00527
+1612.00939 Methodology
+1612.01280 Solar and Stellar Astrophysics
+1612.01359
+1612.01496 Space Physics
+1612.01716 Theory
+1612.02047 Astrophysics of Galaxies
+1612.02124
+1612.02191
+1612.02397 Numerical Analysis
+1612.02533 Optics
+1612.02554 Instrumentation and Methods for Astrophysics
+1612.02688 Astrophysics of Galaxies
+1612.02730 Algebraic Geometry
+1612.02758 Lattice
+1612.02881 Solar and Stellar Astrophysics
+1612.03051 Quantum Gases
+1612.03565 Phenomenology
+1612.03728 Astrophysics of Galaxies
+1612.03831 Probability
+1612.03912 Earth and Planetary Astrophysics
+1612.04004 Astrophysics of Galaxies
+1612.04374 Theory
+1612.04606 Phenomenology
+1612.04696 Superconductivity
+1612.05170 Phenomenology
+1612.05401
+1612.05418 Mesoscale and Nanoscale Physics
+1612.05423 Combinatorics
+1612.05556 Materials Science
+1612.05599 Solar and Stellar Astrophysics
+1612.05643 Astrophysics of Galaxies
+1612.06175 Solar and Stellar Astrophysics
+1612.06406 Solar and Stellar Astrophysics
+1612.06985 Phenomenology
+1612.07083 High Energy Astrophysical Phenomena
+1612.07138 Phenomenology
+1612.07434 Earth and Planetary Astrophysics
+1612.07887 Solar and Stellar Astrophysics
+1612.08406 Machine Learning
+1612.08523
+1612.08771 Earth and Planetary Astrophysics
+1612.08923 Statistics Theory
+1612.08978 Theory
+1612.08990 Solar and Stellar Astrophysics
+1612.08996 High Energy Astrophysical Phenomena
+1612.09067 Information Theory
+1612.09390 Information Theory
+1612.09479 Solar and Stellar Astrophysics
+1612.09483 Strongly Correlated Electrons
+1701.00012 Earth and Planetary Astrophysics
+1701.00081
+1701.00138 Computation and Language
+1701.00308 Solar and Stellar Astrophysics
+1701.00364 Astrophysics of Galaxies
+1701.00484 Instrumentation and Methods for Astrophysics
+1701.00508 General Topology
+1701.00922 Solar and Stellar Astrophysics
+1701.01034 Astrophysics of Galaxies
+1701.01339 Cosmology and Nongalactic Astrophysics
+1701.01446 Solar and Stellar Astrophysics
+1701.01786 Solar and Stellar Astrophysics
+1701.02100
+1701.02184 Astrophysics of Galaxies
+1701.02196 Solar and Stellar Astrophysics
+1701.02309 High Energy Astrophysical Phenomena
+1701.02561 Phenomenology
+1701.02723 Solar and Stellar Astrophysics
+1701.02914 High Energy Astrophysical Phenomena
+1701.03032 Instrumentation and Methods for Astrophysics
+1701.03114
+1701.03125 Strongly Correlated Electrons
+1701.03226 Astrophysics of Galaxies
+1701.03369 Cosmology and Nongalactic Astrophysics
+1701.03494 Rings and Algebras
+1701.03497 Solar and Stellar Astrophysics
+1701.03499 Hardware Architecture
+1701.03527 High Energy Astrophysical Phenomena
+1701.03557 High Energy Astrophysical Phenomena
+1701.03665 Space Physics
+1701.03713 High Energy Astrophysical Phenomena
+1701.03719
+1701.03803 High Energy Astrophysical Phenomena
+1701.03859
+1701.03943 Populations and Evolution
+1701.04010 Computer Vision and Pattern Recognition
+1701.04272 Astrophysics of Galaxies
+1701.04453 Cosmology and Nongalactic Astrophysics
+1701.04511 Numerical Analysis
+1701.04845 Astrophysics of Galaxies
+1701.04892 Earth and Planetary Astrophysics
+1701.04987
+1701.05084 Computer Vision and Pattern Recognition
+1701.05618 Mesoscale and Nanoscale Physics
+1701.05806 Combinatorics
+1701.05865 Solar and Stellar Astrophysics
+1701.06195 Materials Science
+1701.06453 Solar and Stellar Astrophysics
+1701.06608 Number Theory
+1701.06896
+1701.07329 Representation Theory
+1701.07471 Phenomenology
+1701.07510 Astrophysics of Galaxies
+1701.07887 Astrophysics of Galaxies
+1701.08082 Atomic Physics
+1701.08356 Solar and Stellar Astrophysics
+1701.08370
+1701.08711 Computation and Language
+1701.08744 Information Retrieval
+1701.08793 Solar and Stellar Astrophysics
+1701.08812 Atomic Physics
+1701.08813 Atomic Physics
+1701.09182 Multimedia
+1702.00495 Astrophysics of Galaxies
+1702.00655 Other Condensed Matter
+1702.00696
+1702.00757 Dynamical Systems
+1702.00996 Computational Physics
+1702.01280 Data Structures and Algorithms
+1702.01408
+1702.01430 Group Theory
+1702.01521 Experiment
+1702.01630 Analysis of PDEs
+1702.01699 Number Theory
+1702.01715 Software Engineering
+1702.01743 Astrophysics of Galaxies
+1702.01853
+1702.01955 Theory
+1702.02011 Solar and Stellar Astrophysics
+1702.02191
+1702.02337 Optics
+1702.02409 Differential Geometry
+1702.02544 Dynamical Systems
+1702.02548 Atomic Physics
+1702.02646 Instrumentation and Detectors
+1702.02647 Rings and Algebras
+1702.02698 Phenomenology
+1702.02707 Computation
+1702.02782 Superconductivity
+1702.02913
+1702.02950 Mesoscale and Nanoscale Physics
+1702.03005 Astrophysics of Galaxies
+1702.03020 Phenomenology
+1702.03122 Analysis of PDEs
+1702.03175 Combinatorics
+1702.03206 Astrophysics of Galaxies
+1702.03224 Experiment
+1702.03318 Populations and Evolution
+1702.03402 Learning
+1702.03416 Lattice
+1702.03593 Materials Science
+1702.03605 Learning
+1702.03653 Astrophysics of Galaxies
+1702.03662 Numerical Analysis
+1702.03687 Cosmology and Nongalactic Astrophysics
+1702.03722 Theory
+1702.03819 Geometric Topology
+1702.03897 Popular Physics
+1702.03909 Mesoscale and Nanoscale Physics
+1702.03922 Rings and Algebras
+1702.03923
+1702.03924 Space Physics
+1702.03926 Physics and Society
+1702.03927 High Energy Astrophysical Phenomena
+1702.03928 Phenomenology
+1702.03929 Disordered Systems and Neural Networks
+1702.03930 Instrumentation and Methods for Astrophysics
+1702.03931 Instrumentation and Methods for Astrophysics
+1702.03932 Disordered Systems and Neural Networks
+1702.03933 Astrophysics of Galaxies
+1702.03934 Theory
+1702.03935 Distributed, Parallel, and Cluster Computing
+1702.03937 Astrophysics of Galaxies
+1702.03939 Mesoscale and Nanoscale Physics
+1702.03940 Cosmology and Nongalactic Astrophysics
+1702.03941 Astrophysics of Galaxies
+1702.03942 Astrophysics of Galaxies
+1702.03944
+1702.03945
+1702.03946
+1702.03947
+1702.03948 Dynamical Systems
+1702.03949 Theory
+1702.03950 Information Theory
+1702.03951 Methodology
+1702.03952 High Energy Astrophysical Phenomena
+1702.03953 Information Theory
+1702.03954 Phenomenology
+1702.03956 Logic
+1702.03957 Theory
+1702.03958 Theory
+1702.03959 Data Structures and Algorithms
+1702.03960
+1702.03962 Algebraic Geometry
+1702.03963 Biological Physics
+1702.03964 Computation and Language
+1702.03965 Cryptography and Security
+1702.03966 Strongly Correlated Electrons
+1702.03967 Dynamical Systems
+1702.03968 Earth and Planetary Astrophysics
+1702.03969 Physics and Society
+1702.03970 Computer Vision and Pattern Recognition
+1702.03971 High Energy Astrophysical Phenomena
+1702.03972 Dynamical Systems
+1702.03973 Solar and Stellar Astrophysics
+1702.03974 Geometric Topology
+1702.03975
+1702.03976 Mesoscale and Nanoscale Physics
+1702.03977 Economics
+1702.03978 Computer Science and Game Theory
+1702.03979 Materials Science
+1702.03980 Networking and Internet Architecture
+1702.03981 Logic in Computer Science
+1702.03982
+1702.03983 Number Theory
+1702.03984 Phenomenology
+1702.03985 Classical Analysis and ODEs
+1702.03987 Classical Physics
+1702.03989 Data Structures and Algorithms
+1702.03990 Dynamical Systems
+1702.03991 Digital Libraries
+1702.03992 Biological Physics
+1702.03993 Neurons and Cognition
+1702.03994 Machine Learning
+1702.03995 Algebraic Topology
+1702.03996 Complex Variables
+1702.03998 Chemical Physics
+1702.03999 Optimization and Control
+1702.04000 Phenomenology
+1702.04001 Combinatorics
+1702.04002 General Topology
+1702.04003 Analysis of PDEs
+1702.04004 History and Overview
+1702.04005
+1702.04006 High Energy Astrophysical Phenomena
+1702.04007 Combinatorics
+1702.04008 Machine Learning
+1702.04009 Chemical Physics
+1702.04010 Exactly Solvable and Integrable Systems
+1702.04011 Combinatorics
+1702.04012 Mesoscale and Nanoscale Physics
+1702.04013 Learning
+1702.04015 Algebraic Geometry
+1702.04016 Analysis of PDEs
+1702.04018 Machine Learning
+1702.04019 Metric Geometry
+1702.04020 Networking and Internet Architecture
+1702.04022 Robotics
+1702.04023 Mesoscale and Nanoscale Physics
+1702.04024 Distributed, Parallel, and Cluster Computing
+1702.04025 Methodology
+1702.04026 Combinatorics
+1702.04027
+1702.04028 Distributed, Parallel, and Cluster Computing
+1702.04029 Numerical Analysis
+1702.04030
+1702.04031 Methodology
+1702.04033 Analysis of PDEs
+1702.04036 Computers and Society
+1702.04037 Computer Vision and Pattern Recognition
+1702.04038 Materials Science
+1702.04039 Mesoscale and Nanoscale Physics
+1702.04040 Computer Vision and Pattern Recognition
+1702.04041 Dynamical Systems
+1702.04042 Theory
+1702.04043 Physics Education
+1702.04044 Applications
+1702.04045 Computational Physics
+1702.04046 Social and Information Networks
+1702.04047 Artificial Intelligence
+1702.04050 Probability
+1702.04051 Combinatorics
+1702.04052 Applications
+1702.04053 Pricing of Securities
+1702.04054 Information Theory
+1702.04057 Plasma Physics
+1702.04058 Theory
+1702.04059 Dynamical Systems
+1702.04060 Combinatorics
+1702.04061 Materials Science
+1702.04062 Dynamical Systems
+1702.04063 Instrumentation and Methods for Astrophysics
+1702.04064 Analysis of PDEs
+1702.04065 Statistics Theory
+1702.04066 Computation and Language
+1702.04067 Discrete Mathematics
+1702.04068 Phenomenology
+1702.04070 Algebraic Topology
+1702.04071 Geometric Topology
+1702.04072 Number Theory
+1702.04073 Combinatorics
+1702.04075 Plasma Physics
+1702.04079 Atomic and Molecular Clusters
+1702.04080 Information Theory
+1702.04081 Materials Science
+1702.04083 Analysis of PDEs
+1702.04084 Atomic Physics
+1702.04085 Statistical Mechanics
+1702.04087 Probability
+1702.04088 Populations and Evolution
+1702.04090 Number Theory
+1702.04092 Chemical Physics
+1702.04095 Probability
+1702.04097 Disordered Systems and Neural Networks
+1702.04098 Information Theory
+1702.04099 Number Theory
+1702.04101 Optics
+1702.04102 Fluid Dynamics
+1702.04103 Atomic Physics
+1702.04104 Superconductivity
+1702.04107 Soft Condensed Matter
+1702.04108 Applications
+1702.04111 Computer Vision and Pattern Recognition
+1702.04113 Astrophysics of Galaxies
+1702.04114 Computer Vision and Pattern Recognition
+1702.04115 Analysis of PDEs
+1702.04116 Atomic Physics
+1702.04117 Biological Physics
+1702.04118
+1702.04119 Atomic Physics
+1702.04121 Machine Learning
+1702.04123 Algebraic Geometry
+1702.04124 Astrophysics of Galaxies
+1702.04125 Computer Vision and Pattern Recognition
+1702.04126 Machine Learning
+1702.04127
+1702.04128 Fluid Dynamics
+1702.04129 Mesoscale and Nanoscale Physics
+1702.04130
+1702.04131 Theory
+1702.04132 Classical Physics
+1702.04134 Theory
+1702.04135 Optics
+1702.04136 Quantum Gases
+1702.04137 Theory
+1702.04138 Computer Science and Game Theory
+1702.04139 Phenomenology
+1702.04140 Quantum Algebra
+1702.04141 Materials Science
+1702.04142 Networking and Internet Architecture
+1702.04143 Networking and Internet Architecture
+1702.04145 Quantum Gases
+1702.04146
+1702.04147 Combinatorics
+1702.04148 Theory
+1702.04149 History and Philosophy of Physics
+1702.04151 High Energy Astrophysical Phenomena
+1702.04152 Differential Geometry
+1702.04153 Plasma Physics
+1702.04154 Other Condensed Matter
+1702.04155 Mesoscale and Nanoscale Physics
+1702.04156 Materials Science
+1702.04157 Dynamical Systems
+1702.04158 Strongly Correlated Electrons
+1702.04159 Materials Science
+1702.04160 Theory
+1702.04161 Phenomenology
+1702.04162 Strongly Correlated Electrons
+1702.04163 Logic
+1702.04164 Distributed, Parallel, and Cluster Computing
+1702.04165 Instrumentation and Methods for Astrophysics
+1702.04166 Number Theory
+1702.04168 Analysis of PDEs
+1702.04169 Quantum Gases
+1702.04170 Data Structures and Algorithms
+1702.04171 Classical Analysis and ODEs
+1702.04172 Soft Condensed Matter
+1702.04173 Cryptography and Security
+1702.04174 Computer Vision and Pattern Recognition
+1702.04175 Plasma Physics
+1702.04176 Materials Science
+1702.04178 Strongly Correlated Electrons
+1702.04180 Soft Condensed Matter
+1702.04181
+1702.04183 Biological Physics
+1702.04184 General Physics
+1702.04185 Phenomenology
+1702.04186 Chemical Physics
+1702.04187 Phenomenology
+1702.04188 Optics
+1702.04190 Classical Analysis and ODEs
+1702.04191 General Physics
+1702.04192 General Physics
+1702.04193 Instrumentation and Methods for Astrophysics
+1702.04194 General Physics
+1702.04195 Neurons and Cognition
+1702.04196
+1702.04197 Applications
+1702.04198 Analysis of PDEs
+1702.04199 Metric Geometry
+1702.04200 Number Theory
+1702.04201 Strongly Correlated Electrons
+1702.04202 Mesoscale and Nanoscale Physics
+1702.04203 Information Theory
+1702.04204
+1702.04206 Representation Theory
+1702.04207 Phenomenology
+1702.04208 Phenomenology
+1702.04209 Algebraic Geometry
+1702.04210 Statistical Mechanics
+1702.04211 Data Structures and Algorithms
+1702.04212
+1702.04213 Computers and Society
+1702.04214 Computers and Society
+1702.04215 Computers and Society
+1702.04216 Computers and Society
+1702.04217 Computers and Society
+1702.04218 Computers and Society
+1702.04219 Computers and Society
+1702.04220 Computers and Society
+1702.04221 Computers and Society
+1702.04222 Analysis of PDEs
+1702.04224 Numerical Analysis
+1702.04225 Group Theory
+1702.04227 Solar and Stellar Astrophysics
+1702.04229 Mesoscale and Nanoscale Physics
+1702.04230 Dynamical Systems
+1702.04231 Mesoscale and Nanoscale Physics
+1702.04232 Atomic Physics
+1702.04233 Complex Variables
+1702.04234 Dynamical Systems
+1702.04235 Computers and Society
+1702.04236 History and Overview
+1702.04237 Metric Geometry
+1702.04238 Materials Science
+1702.04239
+1702.04240 Computer Science and Game Theory
+1702.04241 Computation and Language
+1702.04242 Distributed, Parallel, and Cluster Computing
+1702.04243 Optics
+1702.04244
+1702.04245 Combinatorics
+1702.04246 Materials Science
+1702.04248 Algebraic Geometry
+1702.04249 Networking and Internet Architecture
+1702.04250 Computational Engineering, Finance, and Science
+1702.04251 Solar and Stellar Astrophysics
+1702.04253 Probability
+1702.04256 Social and Information Networks
+1702.04257
+1702.04258 Information Theory
+1702.04259 Geometric Topology
+1702.04260
+1702.04261 Classical Physics
+1702.04262 Commutative Algebra
+1702.04263 Distributed, Parallel, and Cluster Computing
+1702.04264 Networking and Internet Architecture
+1702.04265 Machine Learning
+1702.04266 Theory
+1702.04268 Instrumentation and Methods for Astrophysics
+1702.04269 Combinatorics
+1702.04270 Computers and Society
+1702.04271
+1702.04272 Geophysics
+1702.04273 Optics
+1702.04274 Numerical Analysis
+1702.04275 Optimization and Control
+1702.04276 Plasma Physics
+1702.04278 Soft Condensed Matter
+1702.04281 Applications
+1702.04282 Artificial Intelligence
+1702.04283 Learning
+1702.04285 Strongly Correlated Electrons
+1702.04286 Number Theory
+1702.04287 Risk Management
+1702.04288 Combinatorics
+1702.04289 Trading and Market Microstructure
+1702.04290 Other Condensed Matter
+1702.04292 Computer Vision and Pattern Recognition
+1702.04293
+1702.04294 Networking and Internet Architecture
+1702.04295 Information Theory
+1702.04296 Probability
+1702.04299 Computer Science and Game Theory
+1702.04300 Computational Complexity
+1702.04301 Classical Physics
+1702.04302 Atomic Physics
+1702.04303 Optimization and Control
+1702.04304 Data Structures and Algorithms
+1702.04306 Materials Science
+1702.04307 Data Structures and Algorithms
+1702.04309
+1702.04310 Optimization and Control
+1702.04311 Software Engineering
+1702.04312 Mesoscale and Nanoscale Physics
+1702.04313 Combinatorics
+1702.04314 Cosmology and Nongalactic Astrophysics
+1702.04315 Analysis of PDEs
+1702.04316 Numerical Analysis
+1702.04317 Numerical Analysis
+1702.04318 Symplectic Geometry
+1702.04319 Optics
+1702.04321 Superconductivity
+1702.04322 Computational Complexity
+1702.04323 Distributed, Parallel, and Cluster Computing
+1702.04324 Statistical Mechanics
+1702.04326 Materials Science
+1702.04327 Analysis of PDEs
+1702.04328 Experiment
+1702.04329 Methodology
+1702.04330 Methodology
+1702.04331 Superconductivity
+1702.04332 Fluid Dynamics
+1702.04333 Computation and Language
+1702.04334 Astrophysics of Galaxies
+1702.04335 Phenomenology
+1702.04337 Spectral Theory
+1702.04338 Optics
+1702.04341 Solar and Stellar Astrophysics
+1702.04342 Information Theory
+1702.04343 Emerging Technologies
+1702.04344 Differential Geometry
+astro-ph/0203176
+math/0306206 Differential Geometry
+math/0603326 Dynamical Systems
+math/0607206 Probability
+math/0607561 Probability
+0706.1138 Commutative Algebra
+0911.4199 Combinatorics
+1005.2820 Rings and Algebras
+1206.2954 Lattice
+1303.3174 Group Theory
+1304.5744 Strongly Correlated Electrons
+1308.3608 Fluid Dynamics
+1309.0180 Differential Geometry
+1311.1851
+1312.1791
+1401.1131
+1401.5900 Neural and Evolutionary Computing
+1403.1017 Representation Theory
+1403.1224 Representation Theory
+1404.1865 Differential Geometry
+1405.2355
+1407.7800
+1409.0067
+1409.0474
+1409.7179 Dynamical Systems
+1412.2215 High Energy Astrophysical Phenomena
+1412.3981 Biological Physics
+1412.5100
+1412.7134 Theory
+1501.00215
+1502.00883 Functional Analysis
+1502.03948 Representation Theory
+1502.05481 Lattice
+1502.05507 Information Theory
+1503.00942 Materials Science
+1503.04449 Computational Physics
+1503.05934 Combinatorics
+1503.08938 Cosmology and Nongalactic Astrophysics
+1505.00659
+1506.05600 Machine Learning
+1506.08595 Risk Management
+1507.03525 Probability
+1507.04871 Differential Geometry
+1507.07177 Number Theory
+1507.07263 Phenomenology
+1508.02032 Representation Theory
+1508.05459 Representation Theory
+1508.07324 Cosmology and Nongalactic Astrophysics
+1508.07902 Computer Vision and Pattern Recognition
+1509.00286
+1509.00842 Combinatorics
+1509.05140 Computational Physics
+1509.06616 Probability
+1509.06703
+1510.01965 Complex Variables
+1510.03550 Portfolio Management
+1510.03967 Operator Algebras
+1510.06418 High Energy Astrophysical Phenomena
+1510.06580 Algebraic Geometry
+1510.08995 Probability
+1511.00546 Probability
+1511.02770 Numerical Analysis
+1511.02771 Numerical Analysis
+1511.04256
+1512.00233 Strongly Correlated Electrons
+1512.01917 Theory
+1512.02436 Astrophysics of Galaxies
+1512.04204 Commutative Algebra
+1512.06881 Methodology
+1512.07771 Probability
+1512.07896 Instrumentation and Detectors
+1512.08472 Statistics Theory
+1601.00111 Analysis of PDEs
+1601.02884 Materials Science
+1601.05138
+1601.05585 Systems and Control
+1601.05788 Applications
+1601.07421 Algebraic Geometry
+1602.01742 Complex Variables
+1602.02071 Methodology
+1602.08491 Astrophysics of Galaxies
+1602.08558 Statistics Theory
+1603.02326 Strongly Correlated Electrons
+1603.03355 Subcellular Processes
+1603.03803 Dynamical Systems
+1603.05084 Algebraic Geometry
+1603.07172 Probability
+1603.07560 Complex Variables
+1604.01170 Social and Information Networks
+1604.02514 Functional Analysis
+1604.02549 Emerging Technologies
+1604.02870 Combinatorics
+1604.05224 Other Statistics
+1604.06939 Computer Vision and Pattern Recognition
+1604.07384 Probability
+1604.07813 Commutative Algebra
+1604.08884 Analysis of PDEs
+1605.03008 Disordered Systems and Neural Networks
+1605.03898
+1605.05659 Dynamical Systems
+1605.07940 Phenomenology
+1605.08006 Mesoscale and Nanoscale Physics
+1605.08113 High Energy Astrophysical Phenomena
+1606.01104 Numerical Analysis
+1606.02477 Representation Theory
+1606.03316 Instrumentation and Detectors
+1606.03456 Mesoscale and Nanoscale Physics
+1606.04369
+1606.05634 Information Theory
+1606.05907 Applications
+1606.07657 Plasma Physics
+1606.08831
+1606.09237 Algebraic Geometry
+1607.00560
+1607.00968 Computational Engineering, Finance, and Science
+1607.03624 Materials Science
+1607.04290 Materials Science
+1607.04418 Phenomenology
+1607.05200 High Energy Astrophysical Phenomena
+1607.06138 Discrete Mathematics
+1608.00799 Strongly Correlated Electrons
+1608.00858 Classical Analysis and ODEs
+1608.01162
+1608.01667 Theory
+1608.02999 Algebraic Topology
+1608.03314 Combinatorics
+1608.04214 Probability
+1608.06288 Cosmology and Nongalactic Astrophysics
+1608.06359 Strongly Correlated Electrons
+1608.08097 Biological Physics
+1608.08202 Fluid Dynamics
+1608.08323 Methodology
+1609.00456 Optics
+1609.03809 Soft Condensed Matter
+1609.03810 Probability
+1609.04200
+1609.05542 Physics and Society
+1609.06473 Combinatorics
+1609.07652
+1609.07981 General Physics
+1609.08368 Mesoscale and Nanoscale Physics
+1609.08395 Methodology
+1609.09431 Probability
+1609.09777
+1610.00478 Analysis of PDEs
+1610.03326 Analysis of PDEs
+1610.04319 Instrumentation and Detectors
+1610.04777 Materials Science
+1610.05477 Quantum Gases
+1610.05534 Mesoscale and Nanoscale Physics
+1610.07110 Statistical Mechanics
+1610.07221 Social and Information Networks
+1610.07421 Algebraic Topology
+1610.08631 Molecular Networks
+1610.08792 Analysis of PDEs
+1611.00443 Statistical Mechanics
+1611.01146 Optimization and Control
+1611.01247
+1611.01700 Phenomenology
+1611.02358 Mesoscale and Nanoscale Physics
+1611.03007 Phenomenology
+1611.03397 Instrumentation and Detectors
+1611.03748 Cryptography and Security
+1611.04603 Theory
+1611.04608 Chemical Physics
+1611.04828 Statistical Mechanics
+1611.04985 Computational Physics
+1611.05544 Atomic Physics
+1611.05666 Computer Vision and Pattern Recognition
+1611.06926 Lattice
+1611.07307 Mesoscale and Nanoscale Physics
+1611.08545 Instrumentation and Methods for Astrophysics
+1611.08701 Disordered Systems and Neural Networks
+1611.08770 Systems and Control
+1611.09204
+1611.09455 Experiment
+1611.09812
+1611.10251 Materials Science
+1612.01043 Analysis of PDEs
+1612.01107 Symplectic Geometry
+1612.01551 Phenomenology
+1612.01793 Cosmology and Nongalactic Astrophysics
+1612.02714 Mesoscale and Nanoscale Physics
+1612.02747 Algebraic Topology
+1612.03713
+1612.05788 Cosmology and Nongalactic Astrophysics
+1612.06297 Theory
+1612.06384 Strongly Correlated Electrons
+1612.06857 Astrophysics of Galaxies
+1612.07023
+1612.07175 Atmospheric and Oceanic Physics
+1612.07227 Geometric Topology
+1612.08524 Phenomenology
+1612.08565 Spectral Theory
+1612.09269 Analysis of PDEs
+1701.00542 Physics and Society
+1701.01672 Computation
+1701.02214 Networking and Internet Architecture
+1701.03810 Materials Science
+1701.04279 Emerging Technologies
+1701.04347 Group Theory
+1701.04740 Functional Analysis
+1701.04778 Strongly Correlated Electrons
+1701.04816 Phenomenology
+1701.05066 Logic
+1701.05091 Statistics Theory
+1701.05332
+1701.05544 Information Theory
+1701.05575 Analysis of PDEs
+1701.06099 Classical Analysis and ODEs
+1701.06491 Information Theory
+1701.06498
+1701.06685 Combinatorics
+1701.06816 Algebraic Topology
+1701.06883 Differential Geometry
+1701.07540 Information Theory
+1701.07680 Numerical Analysis
+1701.07771 Theory
+1701.08176
+1701.08202 Soft Condensed Matter
+1701.08210 Complex Variables
+1701.08246 Optimization and Control
+1701.08250 Phenomenology
+1701.08305 Learning
+1701.08314 Information Theory
+1701.08320 Atomic Physics
+1701.08361 Distributed, Parallel, and Cluster Computing
+1701.08369 Logic in Computer Science
+1701.08377 Quantum Algebra
+1701.08393 Computer Vision and Pattern Recognition
+1701.08394 Combinatorics
+1701.08456 Information Theory
+1701.08475 Computer Vision and Pattern Recognition
+1701.08500 Discrete Mathematics
+1701.08505
+1701.08549 Strongly Correlated Electrons
+1701.08551 Phenomenology
+1701.08606 Disordered Systems and Neural Networks
+1701.08615 Classical Analysis and ODEs
+1701.08665 Artificial Intelligence
+1701.08671 Social and Information Networks
+1701.08687 Machine Learning
+1701.08699 Superconductivity
+1701.08714 Computers and Society
+1701.08732 Functional Analysis
+1701.08736 Information Theory
+1701.08740 Information Theory
+1701.08742 Computational Engineering, Finance, and Science
+1701.08870 Optics
+1701.08950 Combinatorics
+1701.09034 Analysis of PDEs
+1701.09126 Combinatorics
+1702.00058 Theory
+1702.00179 Analysis of PDEs
+1702.00392 Strongly Correlated Electrons
+1702.00467 Computational Complexity
+1702.00530
+1702.00588 Combinatorics
+1702.00755 Theory
+1702.00759 Quantitative Methods
+1702.00787 Data Structures and Algorithms
+1702.00788 Spectral Theory
+1702.00790 Phenomenology
+1702.00791 Algebraic Geometry
+1702.00792 High Energy Astrophysical Phenomena
+1702.00794 Phenomenology
+1702.00796 Combinatorics
+1702.00797 Phenomenology
+1702.00800 Phenomenology
+1702.00801 High Energy Astrophysical Phenomena
+1702.00802 Number Theory
+1702.00804
+1702.00805 Strongly Correlated Electrons
+1702.00806 Combinatorics
+1702.00807 Combinatorics
+1702.00809 Materials Science
+1702.00810 Commutative Algebra
+1702.00811 Optics
+1702.00812 Optimization and Control
+1702.00813 Chemical Physics
+1702.00815 Neural and Evolutionary Computing
+1702.00816 High Energy Astrophysical Phenomena
+1702.00817 Multimedia
+1702.00818 Instrumentation and Methods for Astrophysics
+1702.00819 Solar and Stellar Astrophysics
+1702.00820 Databases
+1702.00821
+1702.00823 Other Statistics
+1702.00825 Materials Science
+1702.00826 Strongly Correlated Electrons
+1702.00828 Combinatorics
+1702.00829 Computers and Society
+1702.00831 Statistical Mechanics
+1702.00832 Information Theory
+1702.00833 Instrumentation and Detectors
+1702.00834 Instrumentation and Methods for Astrophysics
+1702.00835 Experiment
+1702.00836 Statistics Theory
+1702.00838 Solar and Stellar Astrophysics
+1702.00841 Distributed, Parallel, and Cluster Computing
+1702.00843
+1702.00844 Instrumentation and Methods for Astrophysics
+1702.00846 Quantum Gases
+1702.00847 Logic in Computer Science
+1702.00848 Computational Physics
+1702.00849 Combinatorics
+1702.00850 Theory
+1702.00851
+1702.00854 Experiment
+1702.00856
+1702.00857 Optimization and Control
+1702.00858 Artificial Intelligence
+1702.00860 Computation and Language
+1702.00862 Mesoscale and Nanoscale Physics
+1702.00863 Theory
+1702.00864 Differential Geometry
+1702.00867 Chemical Physics
+1702.00868
+1702.00870 Optimization and Control
+1702.00871 Computer Vision and Pattern Recognition
+1702.00872
+1702.00873 Instrumentation and Detectors
+1702.00875 Classical Analysis and ODEs
+1702.00876 Representation Theory
+1702.00877 Formal Languages and Automata Theory
+1702.00879 Theory
+1702.00880 Optimization and Control
+1702.00881 Populations and Evolution
+1702.00882 Computer Vision and Pattern Recognition
+1702.00883 Differential Geometry
+1702.00884 Systems and Control
+1702.00885 High Energy Astrophysical Phenomena
+1702.00886 Theory
+1702.00888 Methodology
+1702.00889 Phenomenology
+1702.00892 Information Theory
+1702.00893
+1702.00895
+1702.00897 Complex Variables
+1702.00899 Statistical Mechanics
+1702.00900 Networking and Internet Architecture
+1702.00901 General Mathematics
+1702.00902 Analysis of PDEs
+1702.00903 Phenomenology
+1702.00904 Astrophysics of Galaxies
+1702.00905 Combinatorics
+1702.00906 Chemical Physics
+1702.00907 Probability
+1702.00909
+1702.00910 Probability
+1702.00911 Materials Science
+1702.00912 Combinatorics
+1702.00914 Combinatorics
+1702.00915
+1702.00916 Commutative Algebra
+1702.00917 Experiment
+1702.00918 Algebraic Geometry
+1702.00919 Number Theory
+1702.00921 Information Retrieval
+1702.00923
+1702.00924
+1702.00925 Statistics Theory
+1702.00926 Computer Vision and Pattern Recognition
+1702.00928 Phenomenology
+1702.00929 Complex Variables
+1702.00930 Differential Geometry
+1702.00931 Statistics Theory
+1702.00932 Computer Vision and Pattern Recognition
+1702.00933 Materials Science
+1702.00934
+1702.00935 Mesoscale and Nanoscale Physics
+1702.00936 Solar and Stellar Astrophysics
+1702.00937 Mesoscale and Nanoscale Physics
+1702.00938 Hardware Architecture
+1702.00939 Theory
+1702.00940 Materials Science
+1702.00942
+1702.00943 Phenomenology
+1702.00945 Instrumentation and Methods for Astrophysics
+1702.00946 Optics
+1702.00948 Data Structures and Algorithms
+1702.00949 Strongly Correlated Electrons
+1702.00950 Strongly Correlated Electrons
+1702.00953 Computer Vision and Pattern Recognition
+1702.00954 Differential Geometry
+1702.00955 Group Theory
+1702.00957 Computational Physics
+1702.00958 Computational Physics
+1702.00959 Dynamical Systems
+1702.00960 Mesoscale and Nanoscale Physics
+1702.00961 Metric Geometry
+1702.00962 Mesoscale and Nanoscale Physics
+1702.00963 Mesoscale and Nanoscale Physics
+1702.00964
+1702.00965
+1702.00966 High Energy Astrophysical Phenomena
+1702.00969
+1702.00970 Analysis of PDEs
+1702.00971 Methodology
+1702.00972 Analysis of PDEs
+1702.00973 Combinatorics
+1702.00974 Differential Geometry
+1702.00975 Mesoscale and Nanoscale Physics
+1702.00976 Optimization and Control
+1702.00977 Information Theory
+1702.00978 Methodology
+1702.00980 Commutative Algebra
+1702.00982 Portfolio Management
+1702.00983
+1702.00984 Lattice
+1702.00986 Mesoscale and Nanoscale Physics
+1702.00990 Instrumentation and Detectors
+1702.00991 Information Theory
+1702.00992 Computation and Language
+1702.00993 Neural and Evolutionary Computing
+1702.00994 Computational Finance
+1702.00995 Mesoscale and Nanoscale Physics
+1702.00999 Probability
+1702.01000 Machine Learning
+1702.01001 High Energy Astrophysical Phenomena
+1702.01004
+1702.01005 Learning
+1702.01006 Medical Physics
+1702.01007 Numerical Analysis
+1702.01010 Statistical Mechanics
+1702.01011 Soft Condensed Matter
+1702.01012 Classical Analysis and ODEs
+1702.01013 Strongly Correlated Electrons
+1702.01014 Materials Science
+1702.01015 Digital Libraries
+1702.01016 Theory
+1702.01017 Computer Science and Game Theory
+1702.01018 Networking and Internet Architecture
+1702.01019 Plasma Physics
+1702.01020 Quantum Gases
+1702.01021 Computational Physics
+1702.01022 Plasma Physics
+1702.01025 Dynamical Systems
+1702.01027 Metric Geometry
+1702.01030 Space Physics
+1702.01031 Systems and Control
+1702.01032 Information Retrieval
+1702.01035 Lattice
+1702.01037 Instrumentation and Detectors
+1702.01038 Phenomenology
+1702.01039 Functional Analysis
+1702.01040 Plasma Physics
+1702.01041 Optimization and Control
+1702.01042 Information Theory
+1702.01043 Analysis of PDEs
+1702.01045 Computational Finance
+1702.01046 Optimization and Control
+1702.01047
+1702.01048 Probability
+1702.01049 Lattice
+1702.01050 Physics and Society
+1702.01051 Phenomenology
+1702.01052 Networking and Internet Architecture
+1702.01053 Atomic Physics
+1702.01054 Analysis of PDEs
+1702.01057
+1702.01058 Discrete Mathematics
+1702.01059 Mesoscale and Nanoscale Physics
+1702.01060
+1702.01062
+1702.01064 Statistical Mechanics
+1702.01065 Materials Science
+1702.01066 Instrumentation and Detectors
+1702.01067 Hardware Architecture
+1702.01068 Optimization and Control
+1702.01070 Analysis of PDEs
+1702.01071 Number Theory
+1702.01074 Dynamical Systems
+1702.01075 Robotics
+1702.01076 Information Retrieval
+1702.01077 Probability
+1702.01079 Instrumentation and Methods for Astrophysics
+1702.01081 Statistics Theory
+1702.01082 Computational Physics
+1702.01083 Data Structures and Algorithms
+1702.01084
+1702.01085
+1702.01089 Phenomenology
+1702.01090 Digital Libraries
+1702.01091 Probability
+1702.01092 Probability
+1702.01093 Optimization and Control
+1702.01094 Combinatorics
+1702.01096 Probability
+1702.01097 Combinatorics
+1702.01098 Strongly Correlated Electrons
+1702.01100 Materials Science
+1702.01101 Computation and Language
+1702.01102 Materials Science
+1702.01103 Phenomenology
+1702.01104 Plasma Physics
+1702.01105 Computer Vision and Pattern Recognition
+1702.01107 Commutative Algebra
+1702.01108
+1702.01109 Astrophysics of Galaxies
+1702.01110
+1702.01111 Commutative Algebra
+1702.01112 Optimization and Control
+1702.01113 Lattice
+1603.06628 General Physics
+0803.0310 Superconductivity
+0803.3139
+0806.3453 Superconductivity
+0807.0815 Superconductivity
+0903.2983 Number Theory
+0909.3266 Superconductivity
+1005.5309 Superconductivity
+1008.3488 Atomic and Molecular Clusters
+1012.2824 Algebraic Topology
+1106.1221 Atomic and Molecular Clusters
+1107.2736 Probability
+1109.3826 Number Theory
+1111.7022 K-Theory and Homology
+1202.0744 Superconductivity
+1205.2578 Quantum Algebra
+1205.6731 Superconductivity
+1206.0487 Functional Analysis
+1206.3327 Strongly Correlated Electrons
+1206.6744 Operator Algebras
+1208.0954 Computational Complexity
+1208.3448 Superconductivity
+1209.2312 Representation Theory
+1209.2463 Representation Theory
+1210.0990 Differential Geometry
+1211.7325 Classical Analysis and ODEs
+1212.0639 Neural and Evolutionary Computing
+1212.6371 Information Theory
+1301.1062 Atmospheric and Oceanic Physics
+1304.5148 Superconductivity
+1305.0516 Logic in Computer Science
+1305.0599 Rings and Algebras
+1305.1848 Superconductivity
+1306.0074 Representation Theory
+1306.5863
+1309.0580 Algebraic Geometry
+1309.4309 Classical Analysis and ODEs
+1310.5287
+1311.2369 Computational Complexity
+1311.6954 Probability
+1312.0850 Probability
+1401.5404 Optics
+1401.5416 Superconductivity
+1403.0492 Superconductivity
+1404.2466 Analysis of PDEs
+1405.2608 Algebraic Geometry
+1405.3942 Algebraic Geometry
+1406.6726 Optics
+1408.0446 Astrophysics of Galaxies
+1409.1685 Quantum Algebra
+1410.2231 Data Structures and Algorithms
+1410.2461 General Physics
+1410.2966 Classical Analysis and ODEs
+1410.6697 Number Theory
+1410.6719 Analysis of PDEs
+1410.7302 Representation Theory
+1411.2281 Geometric Topology
+1411.4013 Strongly Correlated Electrons
+1411.4032 Probability
+1411.5376 Analysis of PDEs
+1411.6049 Computational Complexity
+1411.7812 Artificial Intelligence
+1412.4643 Information Theory
+1501.01731 Probability
+1501.06422 Operator Algebras
+1502.02305 Differential Geometry
+1502.03622 Logic
+1503.01264 Algebraic Geometry
+1503.01695 Analysis of PDEs
+1503.02179 Analysis of PDEs
+1503.02521 Artificial Intelligence
+1503.07069 Superconductivity
+1504.00700 Category Theory
+1504.06347 Superconductivity
+1505.05312 Artificial Intelligence
+1505.05901 Machine Learning
+1505.07299 Differential Geometry
+1506.00318 Number Theory
+1506.03346 Strongly Correlated Electrons
+1506.04682 Classical Analysis and ODEs
+1506.08077 Analysis of PDEs
+1507.00660 Quantum Algebra
+1507.02338 Dynamical Systems
+1507.02521 Probability
+1507.05046 Metric Geometry
+1507.05125 Optimization and Control
+1508.00742
+1508.06899 Logic in Computer Science
+1508.07228 Group Theory
+1508.07918 Combinatorics
+1509.00089 Optics
+1509.01175 Mathematical Finance
+1509.04669 Metric Geometry
+1509.07754 Probability
+1509.07937 Superconductivity
+1509.07941 Combinatorics
+1509.08783 Combinatorics
+1510.01452 Phenomenology
+1510.01705 Systems and Control
+1510.02122 Combinatorics
+1510.02628 Quantum Algebra
+1510.07540 Quantum Gases
+1510.07778 Algebraic Topology
+1510.08334 Distributed, Parallel, and Cluster Computing
+1511.00579 Phenomenology
+1511.02626 Numerical Analysis
+1511.02804 Combinatorics
+1511.03376 Cryptography and Security
+1511.03446 Fluid Dynamics
+1511.05054 Mesoscale and Nanoscale Physics
+1511.05433 Methodology
+1511.07674 Metric Geometry
+1511.07789 Algebraic Geometry
+1512.01972 Algebraic Geometry
+1512.04811 Data Analysis, Statistics and Probability
+1512.06399
+1512.09189 Optimization and Control
+1601.01201 Materials Science
+1601.01249 Instrumentation and Detectors
+1601.02040 Strongly Correlated Electrons
+1601.02085 Numerical Analysis
+1601.02813 Number Theory
+1601.05134
+1601.06207 Learning
+1601.07359 Geometric Topology
+1601.07945 Algebraic Geometry
+1602.01108
+1602.01361 Representation Theory
+1602.02264 Combinatorics
+1602.02345 Statistics Theory
+1602.02697 Cryptography and Security
+1602.03211 Superconductivity
+1602.03633
+1602.03679 Differential Geometry
+1602.04408 Systems and Control
+1602.04731 Number Theory
+1602.05708 Probability
+1602.06237 Algebraic Geometry
+1602.08616 Superconductivity
+1603.02485 Methodology
+1603.02678 Theory
+1603.03494 Astrophysics of Galaxies
+1603.04692 Representation Theory
+1603.05409
+1603.06238 Combinatorics
+1603.06348 Learning
+1603.06482 Mesoscale and Nanoscale Physics
+1603.06499 Differential Geometry
+1603.06902 Group Theory
+1603.07406 Algebraic Topology
+1603.07510 Functional Analysis
+1603.08409 History and Overview
+1603.09006 Functional Analysis
+1603.09082 Physics and Society
+1603.09236 Number Theory
+1603.09466 Strongly Correlated Electrons
+1604.00272 Category Theory
+1604.00620 Theory
+1604.01060 Representation Theory
+1604.01265 Earth and Planetary Astrophysics
+1604.02490 Soft Condensed Matter
+1604.03496 Number Theory
+1604.05176 Materials Science
+1604.05182 Probability
+1604.05796
+1604.06753 Cryptography and Security
+1604.07328 Representation Theory
+1604.07933 Quantum Gases
+1604.08679 Data Structures and Algorithms
+1604.08945 Materials Science
+1605.00056 Soft Condensed Matter
+1605.00096 Algebraic Topology
+1605.00308 Mesoscale and Nanoscale Physics
+1605.02396
+1605.03064 Probability
+1605.03864 Analysis of PDEs
+1605.04777 Quantum Algebra
+1605.06384 Quantum Algebra
+1605.06908 Cosmology and Nongalactic Astrophysics
+1605.07397 Differential Geometry
+1605.08278 Software Engineering
+1606.00679 Group Theory
+1606.01337 General Topology
+1606.01465 Numerical Analysis
+1606.02185 Machine Learning
+1606.03101 Functional Analysis
+1606.05240 Data Structures and Algorithms
+1606.05643 Superconductivity
+1606.06246 Methodology
+1606.06486 Differential Geometry
+1606.07038 Algebraic Geometry
+1606.08207 Physics and Society
+1606.08231 Cosmology and Nongalactic Astrophysics
+1606.08284 Theory
+1606.08710 Classical Physics
+1606.09186
+1606.09269 Symplectic Geometry
+1606.09360
+1607.00255 Numerical Analysis
+1607.00631 Geometric Topology
+1607.00663 Instrumentation and Detectors
+1607.01985 Computation
+1607.03186 Physics and Society
+1607.03218 Optimization and Control
+1607.03279 Classical Analysis and ODEs
+1607.04061 Differential Geometry
+1607.04495 Mesoscale and Nanoscale Physics
+1607.04662 Physics Education
+1607.05186 High Energy Astrophysical Phenomena
+1607.05216 Superconductivity
+1607.05531 Statistical Mechanics
+1607.05756 Disordered Systems and Neural Networks
+1607.06641 Neural and Evolutionary Computing
+1607.06891 Cryptography and Security
+1607.07181 Experiment
+1607.07253 Theory
+1607.07254 Algebraic Topology
+1607.07263 Information Theory
+1607.08696 Mesoscale and Nanoscale Physics
+1607.08720 Learning
+1608.00051 Differential Geometry
+1608.00760 Dynamical Systems
+1608.02004
+1608.03402 Social and Information Networks
+1608.03956 Phenomenology
+1608.03971 Dynamical Systems
+1608.04047 Number Theory
+1608.04286 Dynamical Systems
+1608.04315 Classical Analysis and ODEs
+1608.04446 Cosmology and Nongalactic Astrophysics
+1608.04719 Phenomenology
+1608.04924 Probability
+1608.05025
+1608.05147
+1608.05682 Phenomenology
+1608.05714 Strongly Correlated Electrons
+1608.05779 Atomic Physics
+1608.05972 Information Theory
+1608.06164 Plasma Physics
+1608.06221
+1608.06322 Group Theory
+1608.06431 Metric Geometry
+1608.06466 Theory
+1608.06615 Complex Variables
+1608.07892 Machine Learning
+1608.08640 Phenomenology
+1609.00074 Machine Learning
+1609.00668 Materials Science
+1609.01399 Algebraic Geometry
+1609.01473 Theory
+1609.02122 Dynamical Systems
+1609.02651 Optimization and Control
+1609.03149 Systems and Control
+1609.03220 Statistical Mechanics
+1609.03710 Commutative Algebra
+1609.04074 Algebraic Geometry
+1609.05024 Analysis of PDEs
+1609.05040 Theory
+1609.05329 Human-Computer Interaction
+1609.05334 Social and Information Networks
+1609.05878 Atmospheric and Oceanic Physics
+1609.06109 Multimedia
+1609.06121
+1609.06207 Mesoscale and Nanoscale Physics
+1609.07242 Phenomenology
+1609.07854 Differential Geometry
+1609.07967 Phenomenology
+1609.08058 Earth and Planetary Astrophysics
+1609.08745 Number Theory
+1609.09053 Quantum Gases
+1609.09092 Probability
+1609.09186 Dynamical Systems
+1609.09744 Sound
+1609.09747 Sound
+1610.00063 Systems and Control
+1610.00555
+1610.01359 Optics
+1610.01469 Phenomenology
+1610.01622 Statistical Mechanics
+1610.02480 Mesoscale and Nanoscale Physics
+1610.02481 Information Theory
+1610.02994 Materials Science
+1610.03086 Mathematical Finance
+1610.03265
+1610.03675 Numerical Analysis
+1610.03855 Mesoscale and Nanoscale Physics
+1610.04469 Analysis of PDEs
+1610.04495 Theory
+1610.04745 Statistical Mechanics
+1610.04873 Computer Science and Game Theory
+1610.04980 Optics
+1610.05364 Superconductivity
+1610.05656 Data Structures and Algorithms
+1610.06816 Combinatorics
+1610.07382 Mesoscale and Nanoscale Physics
+1610.07656 Instrumentation and Methods for Astrophysics
+1610.07941 Chaotic Dynamics
+1610.08093
+1610.08241 Rings and Algebras
+1610.08395 Strongly Correlated Electrons
+1610.08589 Computer Vision and Pattern Recognition
+1610.09756 Computation and Language
+1610.10061 Distributed, Parallel, and Cluster Computing
+1611.00329 Phenomenology
+1611.01436 Computation and Language
+1611.01560 Astrophysics of Galaxies
+1611.01619 Probability
+1611.01647 Data Structures and Algorithms
+1611.02295 Statistical Mechanics
+1611.03103 Algebraic Geometry
+1611.03349 Mesoscale and Nanoscale Physics
+1611.03421 Experiment
+1611.03425 Physics Education
+1611.04041 Algebraic Geometry
+1611.04165 Cosmology and Nongalactic Astrophysics
+1611.04391 Strongly Correlated Electrons
+1611.04559
+1611.05162 Learning
+1611.05216 Computer Vision and Pattern Recognition
+1611.05335 Computer Vision and Pattern Recognition
+1611.05365 Computer Vision and Pattern Recognition
+1611.05404 Combinatorics
+1611.05791 Experiment
+1611.06013 Computer Vision and Pattern Recognition
+1611.06346 Dynamical Systems
+1611.06522
+1611.06839 Materials Science
+1611.06870 History and Overview
+1611.06884 Instrumentation and Detectors
+1611.07218 Computer Vision and Pattern Recognition
+1611.07615 Instrumentation and Detectors
+1611.08009 Theory
+1611.08617 Computational Physics
+1611.09223
+1611.09340 Learning
+1611.09583
+1611.09634 Geometric Topology
+1611.10242 Machine Learning
+1612.00014 Theory
+1612.00195 Phenomenology
+1612.00370 Computer Vision and Pattern Recognition
+1612.00486 Strongly Correlated Electrons
+1612.00966 Information Theory
+1612.01190 Experiment
+1612.01216 Optimization and Control
+1612.01287 Fluid Dynamics
+1612.01671 Chemical Physics
+1612.01854
+1612.02326 General Physics
+1612.02478
+1612.02715 Biological Physics
+1612.03040 General Physics
+1612.03261 Optics
+1612.03480 Learning
+1612.03483 Neurons and Cognition
+1612.03661 Phenomenology
+1612.04128 Information Theory
+1612.04195 General Physics
+1612.04222 Mesoscale and Nanoscale Physics
+1612.04749 Phenomenology
+1612.05289 Astrophysics of Galaxies
+1612.06368 Mesoscale and Nanoscale Physics
+1612.06376 Mesoscale and Nanoscale Physics
+1612.06421 Medical Physics
+1612.06639 Data Analysis, Statistics and Probability
+1612.06728
+1612.06828
+1612.06840 Phenomenology
+1612.07005 Strongly Correlated Electrons
+1612.07421 Experiment
+1612.07460 Symplectic Geometry
+1612.07486 Computation and Language
+1612.07719
+1612.08252
+1612.08397 Functional Analysis
+1612.08839 Phenomenology
+1612.09094
+1612.09209 Pattern Formation and Solitons
+1612.09346 Computer Vision and Pattern Recognition
+1612.09405 Strongly Correlated Electrons
+1612.09453 Disordered Systems and Neural Networks
+1612.09587 Phenomenology
+1612.09594 Strongly Correlated Electrons
+1701.00180 Distributed, Parallel, and Cluster Computing
+1701.00304 Theory
+1701.00772 Algebraic Geometry
+1701.00974
+1701.01058 Phenomenology
+1701.01168
+1701.01237 Materials Science
+1701.01447 Theory
+1701.01539 Data Structures and Algorithms
+1701.01943 Solar and Stellar Astrophysics
+1701.02275 Logic in Computer Science
+1701.02310 Mesoscale and Nanoscale Physics
+1701.03766 Information Theory
+1701.03846 Combinatorics
+1701.04166
+1701.04285 Phenomenology
+1701.04490 Chemical Physics
+1701.04825 High Energy Astrophysical Phenomena
+1701.04844 Disordered Systems and Neural Networks
+1701.04911 Superconductivity
+1701.05524 Computer Vision and Pattern Recognition
+1701.05768 Computers and Society
+1701.05886 Discrete Mathematics
+1701.06154 Theory
+1701.06280 Superconductivity
+1701.06311
+1701.06757 Metric Geometry
+1701.06855 Superconductivity
+1701.07375 Phenomenology
+1701.08398 Computer Vision and Pattern Recognition
+1701.08414 High Energy Astrophysical Phenomena
+1701.08447 High Energy Astrophysical Phenomena
+1701.08748 Astrophysics of Galaxies
+1701.08983 Lattice
+1702.00270 Mesoscale and Nanoscale Physics
+1702.00550 Analysis of PDEs
+1702.00822 Information Theory
+1702.00830 Geometric Topology
+1702.01876 Representation Theory
+1702.02015 Mesoscale and Nanoscale Physics
+1702.02435 Representation Theory
+1702.02702 Logic
+1702.02748 Systems and Control
+1702.03440
+1702.03471 Probability
+1702.03676 Computational Geometry
+1702.03728
+1702.04483 Computational Physics
+1702.04513 Mesoscale and Nanoscale Physics
+1702.05012 Differential Geometry
+1702.05013
+1702.05064 Information Theory
+1702.05800 Distributed, Parallel, and Cluster Computing
+1702.06021
+1702.06108 Optics
+1702.06577 Strongly Correlated Electrons
+1702.06726 Solar and Stellar Astrophysics
+1702.06802 Materials Science
+1702.07097 Neural and Evolutionary Computing
+1702.07463 Machine Learning
+1702.07613 Strongly Correlated Electrons
+1702.08059 Optimization and Control
+1702.08341 Theory
+1702.08395 Networking and Internet Architecture
+1702.08627 Computer Vision and Pattern Recognition
+1702.08749 Group Theory
+1702.08763 Soft Condensed Matter
+1703.00368 Computation
+1703.00386 Analysis of PDEs
+1703.00453 Theory
+1703.00511 Theory
+1703.00807 Computer Science and Game Theory
+1703.00859 Combinatorics
+1703.00867 Optimization and Control
+1703.00972 Computer Science and Game Theory
+1703.00976 Systems and Control
+1703.00980 Social and Information Networks
+1703.01023 Solar and Stellar Astrophysics
+1703.01062 Information Theory
+1703.01172 Materials Science
+1703.01676 Fluid Dynamics
+1703.01680 Learning
+1703.01833 Theory
+1703.01884 Theory
+1703.01968 Machine Learning
+1703.02055 Superconductivity
+1703.02101 Mesoscale and Nanoscale Physics
+1703.02205 Machine Learning
+1703.02261 Computational Geometry
+1703.02388 Number Theory
+1703.02425 Strongly Correlated Electrons
+1703.02772 Mesoscale and Nanoscale Physics
+1703.02855 Optimization and Control
+1703.02918 Differential Geometry
+1703.03022 Methodology
+1703.03240 Category Theory
+1703.03297 Metric Geometry
+1703.03673 High Energy Astrophysical Phenomena
+1703.03701 Group Theory
+1703.03854 Neural and Evolutionary Computing
+1703.03905 Distributed, Parallel, and Cluster Computing
+1703.04030 Phenomenology
+1703.04164 Phenomenology
+1703.04182 Neurons and Cognition
+1703.04184 Populations and Evolution
+1703.04203
+1703.04228 Instrumentation and Methods for Astrophysics
+1703.04266 Category Theory
+1703.04356 Geometric Topology
+1703.04373 Theory
+1703.04391 Computer Vision and Pattern Recognition
+1703.04452
+1703.04467 Other Statistics
+1703.04477 Cosmology and Nongalactic Astrophysics
+1703.04566 Software Engineering
+1703.04575 Software Engineering
+1703.04632 Astrophysics of Galaxies
+1703.04976
+1703.04997 Logic in Computer Science
+1703.05002 Computer Vision and Pattern Recognition
+1703.05020 Computer Vision and Pattern Recognition
+1703.05029 Mesoscale and Nanoscale Physics
+1703.05033 Earth and Planetary Astrophysics
+1703.05048 Combinatorics
+1703.05050 Computational Physics
+1703.05059
+1703.05089
+1703.05206 Systems and Control
+1703.05281 Astrophysics of Galaxies
+1703.05337 Instrumentation and Methods for Astrophysics
+1703.05356 Astrophysics of Galaxies
+1703.05458 Optimization and Control
+1703.05475 Computational Geometry
+1703.05492 Strongly Correlated Electrons
+1703.05522 Computational Engineering, Finance, and Science
+1703.05597 Cosmology and Nongalactic Astrophysics
+1703.05606 High Energy Astrophysical Phenomena
+1703.05611 Data Analysis, Statistics and Probability
+1703.05677 Number Theory
+1703.05743 Strongly Correlated Electrons
+1703.05769 Hardware Architecture
+1703.05774 Phenomenology
+1703.05908 Computer Vision and Pattern Recognition
+1703.05985 Numerical Analysis
+1703.05988 High Energy Astrophysical Phenomena
+1703.06008 Instrumentation and Methods for Astrophysics
+1703.06114 Learning
+1703.06124 Phenomenology
+1703.06137 Emerging Technologies
+1703.06138 Statistical Mechanics
+1703.06139 High Energy Astrophysical Phenomena
+1703.06140 Astrophysics of Galaxies
+1703.06141 High Energy Astrophysical Phenomena
+1703.06142 Theory
+1703.06143 Astrophysics of Galaxies
+1703.06144
+1703.06145 Astrophysics of Galaxies
+1703.06146 Astrophysics of Galaxies
+1703.06147 Astrophysics of Galaxies
+1703.06148 Number Theory
+1703.06149
+1703.06150 Analysis of PDEs
+1703.06151 Computer Vision and Pattern Recognition
+1703.06152
+1703.06153 Phenomenology
+1703.06154 Methodology
+1703.06155 Numerical Analysis
+1703.06156 Systems and Control
+1703.06157 Dynamical Systems
+1703.06158
+1703.06159 Statistical Mechanics
+1703.06160 Commutative Algebra
+1703.06161 Robotics
+1703.06162
+1703.06163 Phenomenology
+1703.06164
+1703.06165 Plasma Physics
+1703.06166
+1703.06167 Numerical Analysis
+1703.06168 Algebraic Geometry
+1703.06169 Computers and Society
+1703.06170 Superconductivity
+1703.06171 High Energy Astrophysical Phenomena
+1703.06172 Data Analysis, Statistics and Probability
+1703.06173 Exactly Solvable and Integrable Systems
+1703.06174 Representation Theory
+1703.06175
+1703.06176 Methodology
+1703.06177 Machine Learning
+1703.06178 Probability
+1703.06179 Cryptography and Security
+1703.06180 Learning
+1703.06183
+1703.06185 Fluid Dynamics
+1703.06187 Instrumentation and Detectors
+1703.06188 Astrophysics of Galaxies
+1703.06189 Computer Vision and Pattern Recognition
+1703.06190
+1703.06191 Astrophysics of Galaxies
+1703.06193 Instrumentation and Methods for Astrophysics
+1703.06194 Analysis of PDEs
+1703.06195 Functional Analysis
+1703.06196 Strongly Correlated Electrons
+1703.06197 Mesoscale and Nanoscale Physics
+1703.06198 Instrumentation and Detectors
+1703.06199
+1703.06200 Analysis of PDEs
+1703.06201 Quantitative Methods
+1703.06202 Mesoscale and Nanoscale Physics
+1703.06203 Physics Education
+1703.06204 Instrumentation and Detectors
+1703.06205 Dynamical Systems
+1703.06206 Computation
+1703.06209 Plasma Physics
+1703.06210 Probability
+1703.06212 Information Theory
+1703.06214 Representation Theory
+1703.06216 High Energy Astrophysical Phenomena
+1703.06217 Machine Learning
+1703.06218 Software Engineering
+1703.06219 Number Theory
+1703.06221 Plasma Physics
+1703.06222 Methodology
+1703.06223
+1703.06224 Category Theory
+1703.06225 Pattern Formation and Solitons
+1703.06226 Methodology
+1703.06227 Data Structures and Algorithms
+1703.06228 Instrumentation and Methods for Astrophysics
+1703.06229 Neural and Evolutionary Computing
+1703.06230 History and Philosophy of Physics
+1703.06231 Social and Information Networks
+1703.06232 Mesoscale and Nanoscale Physics
+1703.06233 Computer Vision and Pattern Recognition
+1703.06234 Mesoscale and Nanoscale Physics
+1703.06235 Number Theory
+1703.06236 Materials Science
+1703.06237 High Energy Astrophysical Phenomena
+1703.06238 Representation Theory
+1703.06239 Popular Physics
+1703.06240 Machine Learning
+1703.06241 Computer Vision and Pattern Recognition
+1703.06242 Analysis of PDEs
+1703.06243 Chemical Physics
+1703.06244 Materials Science
+1703.06245 Superconductivity
+1703.06247 Lattice
+1703.06248 Analysis of PDEs
+1703.06249 Lattice
+1703.06251
+1703.06252 Statistical Mechanics
+1703.06253 Solar and Stellar Astrophysics
+1703.06254 Dynamical Systems
+1703.06255 Cryptography and Security
+1703.06256 Computer Vision and Pattern Recognition
+1703.06257 Complex Variables
+1703.06258
+1703.06259 Metric Geometry
+1703.06260 Computer Vision and Pattern Recognition
+1703.06262 Analysis of PDEs
+1703.06263 Neural and Evolutionary Computing
+1703.06265
+1703.06266 Solar and Stellar Astrophysics
+1703.06267
+1703.06268 Functional Analysis
+1703.06269
+1703.06271 Fluid Dynamics
+1703.06272 Learning
+1703.06275 Artificial Intelligence
+1703.06276 Biological Physics
+1703.06277 Methodology
+1703.06278 Astrophysics of Galaxies
+1703.06280 Strongly Correlated Electrons
+1703.06281
+1703.06282
+1703.06283 Computer Vision and Pattern Recognition
+1703.06284 Sound
+1703.06285 Combinatorics
+1703.06286
+1703.06287 Symplectic Geometry
+1703.06288 Social and Information Networks
+1703.06290 Neural and Evolutionary Computing
+1703.06291 Atmospheric and Oceanic Physics
+1703.06292 Probability
+1703.06293 Software Engineering
+1703.06294 Quantum Gases
+1703.06295 Differential Geometry
+1703.06296 Quantum Algebra
+1703.06297 Theory
+1703.06298 High Energy Astrophysical Phenomena
+1703.06299 Functional Analysis
+1703.06300 Software Engineering
+1703.06301 Solar and Stellar Astrophysics
+1703.06302 Plasma Physics
+1703.06303 Optimization and Control
+1703.06304 Atomic Physics
+1703.06305 Geometric Topology
+1703.06306 Strongly Correlated Electrons
+1703.06307 Computational Geometry
+1703.06308
+1703.06309 Classical Physics
+1703.06310 Materials Science
+1703.06311 Physics and Society
+1703.06312 Differential Geometry
+1703.06313 Optimization and Control
+1703.06314 Logic
+1703.06315 Phenomenology
+1703.06316 Functional Analysis
+1703.06317 Human-Computer Interaction
+1703.06318
+1703.06319 Cosmology and Nongalactic Astrophysics
+1703.06320 Data Structures and Algorithms
+1703.06322 Cryptography and Security
+1703.06323 Numerical Analysis
+1703.06324 Information Retrieval
+1703.06325 Numerical Analysis
+1703.06326
+1703.06327 Machine Learning
+1703.06328 Probability
+1703.06329 Differential Geometry
+1703.06330 Experiment
+1703.06331
+1703.06332 Dynamical Systems
+1703.06333 Analysis of PDEs
+1703.06334 Numerical Analysis
+1703.06335 Dynamical Systems
+1703.06336 Methodology
+1703.06337 Software Engineering
+1703.06338 Combinatorics
+1703.06339 Computer Vision and Pattern Recognition
+1703.06340 Classical Analysis and ODEs
+1703.06341
+1703.06342 Number Theory
+1703.06344 Spectral Theory
+1703.06345 Computation and Language
+1703.06346 Soft Condensed Matter
+1703.06347 Combinatorics
+1703.06348 Databases
+1703.06350 Software Engineering
+1703.06351 Pricing of Securities
+1703.06352 Experiment
+1703.06353 Software Engineering
+1703.06354 Artificial Intelligence
+1703.06355
+1703.06357 Analysis of PDEs
+1703.06358 High Energy Astrophysical Phenomena
+1703.06359 Numerical Analysis
+1703.06361 Social and Information Networks
+1703.06362 Classical Analysis and ODEs
+1703.06363 Theory
+1703.06364 Lattice
+1703.06365 Materials Science
+1703.06366 Materials Science
+1703.06367 Computer Science and Game Theory
+1703.06368 Programming Languages
+1703.06369 Superconductivity
+1703.06370 Computer Vision and Pattern Recognition
+1703.06371 Systems and Control
+1703.06372 Theory
+1703.06373 Discrete Mathematics
+1703.06374 Theory
+1703.06375 Applications
+1703.06376 Computer Vision and Pattern Recognition
+1703.06377 Combinatorics
+1703.06378 Applications
+1703.06379 Methodology
+1703.06380 Computer Vision and Pattern Recognition
+1703.06381 Theory
+1703.06382 Combinatorics
+1703.06383 Optics
+1703.06384 Emerging Technologies
+1703.06385 Materials Science
+1703.06386 Earth and Planetary Astrophysics
+1703.06387 Robotics
+1703.06388 Theory
+1703.06389 Computer Vision and Pattern Recognition
+1703.06390
+1703.06391 Logic
+1703.06392 Algebraic Geometry
+1703.06393 Superconductivity
+1703.06394 Optimization and Control
+1703.06395 Functional Analysis
+1703.06396 Astrophysics of Galaxies
+1703.06397 Phenomenology
+1703.06398 Chaotic Dynamics
+1703.06399 High Energy Astrophysical Phenomena
+1703.06400 Chemical Physics
+1703.06401 Number Theory
+1703.06402 Theory
+1703.06403 Metric Geometry
+1703.06404 Representation Theory
+1703.06405 Operator Algebras
+1703.06406 Materials Science
+1703.06407 Instrumentation and Detectors
+1703.06408 Computer Vision and Pattern Recognition
+1703.06409 Distributed, Parallel, and Cluster Computing
+1703.06410 Theory
+1703.06411 Theory
+1703.06413
+1703.06415
+1703.06416 Multiagent Systems
+1703.06417 Methodology
+1703.06418 Computer Vision and Pattern Recognition
+1703.06419 Methodology
+1703.06420 Differential Geometry
+1703.06421 Analysis of PDEs
+1703.06422 Physics and Society
+1703.06423 Computational Complexity
+1703.06424 Algebraic Geometry
+1703.06425 Representation Theory
+1703.06426 Learning
+1703.06427 Classical Analysis and ODEs
+1703.06428 Classical Analysis and ODEs
+1703.06429 Fluid Dynamics
+1703.06430 General Mathematics
+1703.06431 Cosmology and Nongalactic Astrophysics
+1703.06432 High Energy Astrophysical Phenomena
+1703.06434
+1703.06435 Algebraic Geometry
+1703.06437 Phenomenology
+1703.06438 Instrumentation and Methods for Astrophysics
+1703.06439
+1703.06440 Popular Physics
+1703.06441 Functional Analysis
+1703.06442 Astrophysics of Galaxies
+1703.06443 Optimization and Control
+1703.06444 Metric Geometry
+1703.06445 Functional Analysis
+1703.06446 Optimization and Control
+1703.06447 Probability
+1703.06448 Analysis of PDEs
+1703.06449 Theory
+1703.06450 Instrumentation and Methods for Astrophysics
+1703.06451 Representation Theory
+1703.06452 Computer Vision and Pattern Recognition
+1703.06453 Analysis of PDEs
+1703.06454
+1703.06455 Functional Analysis
+1703.06456 Solar and Stellar Astrophysics
+1703.06457 Soft Condensed Matter
+1703.06458 Analysis of PDEs
+1703.06459 Complex Variables
+1703.06460 Commutative Algebra
+1703.06461 Optimization and Control
+1703.06462 Astrophysics of Galaxies
+1703.06463 Numerical Analysis
+1703.06464 Soft Condensed Matter
+1703.06465 Analysis of PDEs
+1703.06466 Materials Science
+1703.06467 Number Theory
+1703.06468 Cosmology and Nongalactic Astrophysics
+1703.06469 Numerical Analysis
+1703.06470
+1703.06471 Artificial Intelligence
+1703.06473 Functional Analysis
+1703.06474 Soft Condensed Matter
+1703.06475 Optics
+1703.06476 Machine Learning
+1703.06477 Earth and Planetary Astrophysics
+1703.06478 Strongly Correlated Electrons
+1703.06479 Number Theory
+1703.06480 Logic
+1703.06481 Mesoscale and Nanoscale Physics
+1703.06482 Combinatorics
+1703.06483 Information Theory
+1703.06484 Probability
+1703.06485 Learning
+1703.06486 High Energy Astrophysical Phenomena
+1703.06487 Computational Geometry
+1703.06488 Number Theory
+1703.06489 Quantum Algebra
+1703.06490 Learning
+1703.06491 Sound
+1703.06492 Computer Vision and Pattern Recognition
+1703.06493 Superconductivity
+1703.06494 Numerical Analysis
+1703.06495 Numerical Analysis
+1703.06496 Molecular Networks
+1703.06497 Adaptation and Self-Organizing Systems
+1703.06499 Multimedia
+1703.06500 Materials Science
+1703.06501 Computation and Language
+1703.06502 Classical Analysis and ODEs
+1703.06503 Performance
+1703.06504 Mesoscale and Nanoscale Physics
+1703.06505 Strongly Correlated Electrons
+1703.06506 Phenomenology
+1703.06507 Optics
+1703.06508 Soft Condensed Matter
+1703.06509 Numerical Analysis
+1703.06510
+1703.06511 Atmospheric and Oceanic Physics
+1703.06512
+1703.06513 Learning
+1703.06514 Learning
+1703.06515 Analysis of PDEs
+1703.06516 Theory
+1703.06517 Chemical Physics
+1703.06519 Analysis of PDEs
+1703.06521 Rings and Algebras
+1703.06522
+1703.06523 Theory
+1703.06524 Number Theory
+1703.06525 Theory
+1703.06526 Computational Geometry
+1703.06527 Computer Vision and Pattern Recognition
+1703.06528 Machine Learning
+1703.06529 Probability
+1703.06530 Number Theory
+1703.06531 Optimization and Control
+1703.06532 Molecular Networks
+1703.06533 Theory
+1703.06534 Solar and Stellar Astrophysics
+1703.06535
+1703.06537 Machine Learning
+1703.06538 Information Theory
+1703.06539 Materials Science
+1703.06541 Computation and Language
+1703.06542
+1703.06543 Quantum Algebra
+1703.06544 Phenomenology
+1703.06545 Cryptography and Security
+1703.06546 Operator Algebras
+1703.06548 Analysis of PDEs
+1703.06549 Combinatorics
+1703.06550 Number Theory
+1703.06551 Astrophysics of Galaxies
+1703.06552 Phenomenology
+1703.06553 Fluid Dynamics
+1703.06554 Computer Vision and Pattern Recognition
+1703.06555 Mesoscale and Nanoscale Physics
+1703.06556 Combinatorics
+1703.06557 Fluid Dynamics
+1703.06558 Methodology
+1703.06559 Methodology
+1703.06560 Solar and Stellar Astrophysics
+1703.06561
+1703.06562 Algebraic Topology
+1703.06563
+1703.06564 Chemical Physics
+1703.06565 Artificial Intelligence
+1703.06566 High Energy Astrophysical Phenomena
+1703.06567 Systems and Control
+1703.06568 Logic in Computer Science
+1703.06569 Logic in Computer Science
+1703.06570 Logic in Computer Science
+1703.06571 Operating Systems
+1703.06572 Networking and Internet Architecture
+1703.06573 Cryptography and Security
+1703.06574 Software Engineering
+1703.06575 Software Engineering
+1703.06576 Software Engineering
+1703.06577 Programming Languages
+1703.06578 Logic in Computer Science
+1703.06579 Optics
+1703.06580 High Energy Astrophysical Phenomena
+1703.06581 Optimization and Control
+1703.06582 Earth and Planetary Astrophysics
+1703.06583 Analysis of PDEs
+1703.06584
+1703.06586 Cryptography and Security
+1703.06587 Information Retrieval
+1703.06588 Theory
+1703.06590 Software Engineering
+1703.06591
+1703.06592 Information Theory
+1703.06595 Combinatorics
+1703.06596 Information Theory
+1703.06597 Artificial Intelligence
+1703.06598 Probability
+1703.06599 Numerical Analysis
+1703.06600 Differential Geometry
+1703.06601 Strongly Correlated Electrons
+1703.06602 Applications
+1703.06603 Applications
+1703.06604 Optimization and Control
+1703.06605 Optimization and Control
+1703.06606 Numerical Analysis
+1703.06608 Classical Analysis and ODEs
+1703.06609 Geometric Topology
+1703.06610 Statistics Theory
+1703.06611 Information Theory
+1703.06612 Combinatorics
+1703.06613
+1703.06614 Astrophysics of Galaxies
+1703.06616 Logic
+1703.06617 Probability
+1703.06618 Computer Vision and Pattern Recognition
+1703.06620 Phenomenology
+1703.06621 Disordered Systems and Neural Networks
+1703.06622 Number Theory
+1703.06623 Chaotic Dynamics
+1703.06624 Spectral Theory
+1703.06625 Chaotic Dynamics
+1703.06626
+1703.06628 Atomic Physics
+1703.06629 Numerical Analysis
+1703.06630 Information Retrieval
+1703.06631 Algebraic Geometry
+1703.06632 Materials Science
+1703.06633 Methodology
+1703.06634
+1703.06635 Instrumentation and Methods for Astrophysics
+1703.06637 Computers and Society
+1703.06638
+1703.06639 Analysis of PDEs
+1703.06640 Dynamical Systems
+1703.06641 Superconductivity
+1703.06642 Artificial Intelligence
+1703.06643 Fluid Dynamics
+1703.06644 Data Structures and Algorithms
+1703.06645 Digital Libraries
+1703.06646 Metric Geometry
+1703.06647 Cosmology and Nongalactic Astrophysics
+1703.06648 Networking and Internet Architecture
+1703.06649 Phenomenology
+1703.06652 Information Theory
+1703.06653 Combinatorics
+1703.06654 Number Theory
+1703.06655
+1703.06656 Cosmology and Nongalactic Astrophysics
+1703.06657 Cosmology and Nongalactic Astrophysics
+1703.06658 Algebraic Topology
+1703.06660 Cryptography and Security
+1703.06661 Solar and Stellar Astrophysics
+1703.06662 Atmospheric and Oceanic Physics
+1703.06663 Data Analysis, Statistics and Probability
+1703.06664 Neural and Evolutionary Computing
+1703.06666 Phenomenology
+1703.06667 Phenomenology
+1703.06668 Mesoscale and Nanoscale Physics
+1703.06669 Optics
+1703.06671 Solar and Stellar Astrophysics
+1703.06672 Mesoscale and Nanoscale Physics
+1703.06673 Number Theory
+1703.06674 Solar and Stellar Astrophysics
+1703.06676 Computer Vision and Pattern Recognition
+1703.06677
+1703.06678 Mesoscale and Nanoscale Physics
+1703.06679 Analysis of PDEs
+1703.06680 Distributed, Parallel, and Cluster Computing
+1703.06681
+1703.06683 Learning
+1703.06685 Commutative Algebra
+1703.06686 Machine Learning
+1703.06687 Social and Information Networks
+1703.06688 Numerical Analysis
+1703.06689 Earth and Planetary Astrophysics
+1703.06690 Optimization and Control
+1703.06691 Geometric Topology
+1703.06692 Artificial Intelligence
+1703.06693
+1703.06694 Algebraic Geometry
+1703.06695 Complex Variables
+1703.06696 Cosmology and Nongalactic Astrophysics
+1703.06697 Sound
+1703.06698 Soft Condensed Matter
+1703.06699 Theory
+1703.06700 Learning
+1703.06701 Number Theory
+1703.06702 Lattice
+1703.06703 Lattice
+1703.06704 Algebraic Geometry
+1703.06705 Materials Science
+1703.06706 Combinatorics
+1703.06707 Materials Science
+1703.06708 Computational Engineering, Finance, and Science
+1703.06709 Exactly Solvable and Integrable Systems
+1703.06710 Experiment
+1703.06711
+1703.06712 Software Engineering
+1703.06713
+1703.06714 Information Theory
+1703.06715 Mesoscale and Nanoscale Physics
+1703.06716 Earth and Planetary Astrophysics
+1703.06717 Commutative Algebra
+1703.06718 Theory
+1703.06719 Applications
+1703.06720 Analysis of PDEs
+1703.06721 Systems and Control
+1703.06722 Number Theory
+1703.06723 High Energy Astrophysical Phenomena
+1703.06724 Optimization and Control
+1703.06725 Combinatorics
+1703.06726 Learning
+1703.06728 Complex Variables
+1703.06729
+1703.06730
+1703.06731 Systems and Control
+1703.06732 Operator Algebras
+1703.06733 Data Structures and Algorithms
+1703.06734
+1703.06735 Experiment
+1703.06736 Populations and Evolution
+1703.06737 Optimization and Control
+1703.06738 Differential Geometry
+1703.06739 Trading and Market Microstructure
+1703.06740 Statistical Mechanics
+1703.06741 Materials Science
+1703.06742 Solar and Stellar Astrophysics
+1703.06743 Numerical Analysis
+1703.06744 Networking and Internet Architecture
+1703.06745 General Mathematics
+1703.06746 Discrete Mathematics
+1703.06747 Classical Analysis and ODEs
+1703.06748 Learning
+1703.06749 Machine Learning
+1703.06750 Phenomenology
+1703.06751 Classical Analysis and ODEs
+1703.06753 Quantum Gases
+1703.06755 Instrumentation and Detectors
+1703.06756 Materials Science
+1703.06757 Classical Analysis and ODEs
+1703.06758 Materials Science
+1703.06759 Classical Analysis and ODEs
+1703.06760 Functional Analysis
+1703.06761 Pattern Formation and Solitons
+1703.06763
+1703.06764 Instrumentation and Detectors
+1703.06765 Popular Physics
+1703.06766 Complex Variables
+1703.06767 Probability
+1703.06768 History and Overview
+1703.06769 Astrophysics of Galaxies
+1703.06771 Functional Analysis
+1703.06772 History and Overview
+1703.06773 Functional Analysis
+1703.06774 Chaotic Dynamics
+1703.06775 Functional Analysis
+1703.06776 High Energy Astrophysical Phenomena
+1703.06777 Learning
+1703.06779 Statistical Mechanics
+1703.06780 Numerical Analysis
+1703.06782 Analysis of PDEs
+1703.06783 Formal Languages and Automata Theory
+1703.06784 Materials Science
+1703.06785 Metric Geometry
+1703.06786 Materials Science
+1703.06787 Materials Science
+1703.06788 Materials Science
+1703.06789 Probability
+1703.06790 Materials Science
+1703.06791 Materials Science
+1703.06792 Materials Science
+1703.06793 Functional Analysis
+1703.06794 Solar and Stellar Astrophysics
+1703.06795 Optimization and Control
+1703.06796
+1703.06797 Theory
+1703.06798 Operator Algebras
+1703.06799 Superconductivity
+1703.06800
+1703.06801 Algebraic Topology
+1703.06802 Cosmology and Nongalactic Astrophysics
+1703.06803 Number Theory
+1703.06804 Applications
+1703.06805 Algebraic Geometry
+1703.06806 General Mathematics
+1703.06807 Learning
+1703.06808 Methodology
+1703.06809 Dynamical Systems
+1703.06810 Statistics Theory
+1703.06811 Cryptography and Security
+1703.06812 Sound
+1703.06813 Networking and Internet Architecture
+1703.06814
+1703.06815 Artificial Intelligence
+1703.06816 Algebraic Topology
+1703.06817 Computer Vision and Pattern Recognition
+1703.06818 Atomic Physics
+1703.06819 Differential Geometry
+1703.06820 Fluid Dynamics
+1703.06821 Algebraic Geometry
+1703.06822 Logic in Computer Science
+1703.06823 Software Engineering
+1703.06825
+1703.06826 Computation
+1703.06827 Materials Science
+1703.06828 Algebraic Geometry
+1703.06829 Differential Geometry
+1703.06830 Classical Analysis and ODEs
+1703.06831
+1703.06833 Classical Analysis and ODEs
+1703.06836
+1703.06838 Chemical Physics
+1703.06840 Statistical Finance
+1703.06842 Functional Analysis
+1703.06843 Social and Information Networks
+1703.06844 Combinatorics
+1703.06845 Solar and Stellar Astrophysics
+1703.06846 Learning
+1703.06847 Analysis of PDEs
+1703.06848 Numerical Analysis
+1703.06849 High Energy Astrophysical Phenomena
+1703.06850
+1703.06851 Differential Geometry
+1703.06852 Representation Theory
+1703.06853 Systems and Control
+1703.06854 Optics
+1703.06855 Astrophysics of Galaxies
+1703.06856 Machine Learning
+1703.06857 Computer Vision and Pattern Recognition
+1703.06858 Information Theory
+1703.06859 Analysis of PDEs
+1703.06860 Solar and Stellar Astrophysics
+1703.06861 Symplectic Geometry
+1703.06863 Analysis of PDEs
+1703.06864 Atomic Physics
+1703.06865 Number Theory
+1703.06867 Metric Geometry
+1703.06868 Computer Vision and Pattern Recognition
+1703.06869 High Energy Astrophysical Phenomena
+1703.06870 Computer Vision and Pattern Recognition
+1703.06872 Probability
+1703.06874 Geometric Topology
+cond-mat/0611517 Superconductivity
+math/0406499 Quantum Algebra
+1702.03836 Geometric Topology
+0910.0044 Probability
+1003.0190 Networking and Internet Architecture
+1005.0092 Networking and Internet Architecture
+1006.0749 Probability
+1103.2216 Atomic Physics
+1103.2965 Probability
+1104.1010 Cryptography and Security
+1104.4959 Networking and Internet Architecture
+1106.1613 Instrumentation and Detectors
+1112.3535 Networking and Internet Architecture
+1206.1768 Differential Geometry
+1211.6775 Combinatorics
+1301.1105 Experiment
+1305.5036 Tissues and Organs
+1306.2533 Learning
+1306.3435 General Physics
+1308.3832 Pattern Formation and Solitons
+1309.1653 Atomic Physics
+1309.2191 Combinatorics
+1312.3728 Atomic Physics
+1312.7449 Probability
+1401.6620 Optics
+1402.1695 Atomic Physics
+1403.6925 Atomic Physics
+1406.1742 Probability
+1406.7366
+1408.6912 Optimization and Control
+1408.6914 Optimization and Control
+1408.6917 Optimization and Control
+1409.3249 Optimization and Control
+1409.5585
+1410.2089 Geometric Topology
+1411.1894 Atomic Physics
+1411.6268 Probability
+1412.4604 Physics Education
+1501.01024 Theory
+1502.00342 Statistics Theory
+1502.02741 Information Theory
+1502.05354 Phenomenology
+1503.04438 Dynamical Systems
+1503.05602 Probability
+1503.07106
+1503.07999
+1504.00424 Optimization and Control
+1504.02734 Mathematical Finance
+1504.06496 Geometric Topology
+1505.01999
+1506.01634 Physics and Society
+1506.03295 Optimization and Control
+1508.00323 Complex Variables
+1508.02121
+1508.04071 Materials Science
+1509.03352 Astrophysics of Galaxies
+1509.04963 Number Theory
+1509.08387 Machine Learning
+1509.09028
+1510.04117 Dynamical Systems
+1510.04865 Differential Geometry
+1511.01163 Probability
+1511.02113 Networking and Internet Architecture
+1511.03501 Geometric Topology
+1511.06169 Superconductivity
+1512.00536
+1512.02474 Tissues and Organs
+1512.05631 Fluid Dynamics
+1512.07823
+1601.00624 Phenomenology
+1601.01393 Materials Science
+1601.02227 Superconductivity
+1601.05208 Combinatorics
+1601.05324 Number Theory
+1601.05596 Information Theory
+1602.00284 Quantum Algebra
+1602.03400 Information Theory
+1602.04060 Computation
+1602.05146
+1602.06371
+1603.01783 Number Theory
+1603.03763 Disordered Systems and Neural Networks
+1603.04705 Algebraic Geometry
+1603.05295 Differential Geometry
+1603.05415 Dynamical Systems
+1603.09291 Databases
+1604.00222 Number Theory
+1604.00997 Distributed, Parallel, and Cluster Computing
+1604.04170 Theory
+1604.06148 Disordered Systems and Neural Networks
+1604.08443 Formal Languages and Automata Theory
+1604.08663 Optimization and Control
+1605.02386 Numerical Analysis
+1605.02404 Superconductivity
+1605.03247 Analysis of PDEs
+1605.03831 Phenomenology
+1605.05285 Numerical Analysis
+1605.05456 Atomic Physics
+1605.06391 Learning
+1605.06686 Optimization and Control
+1605.06931 Learning
+1605.08502
+1605.08717 Populations and Evolution
+1606.00465 Combinatorics
+1606.01655 Cryptography and Security
+1606.02192 Rings and Algebras
+1606.03566 Combinatorics
+1606.04038 Learning
+1606.05650 Statistical Mechanics
+1606.08960 Numerical Analysis
+1607.01114 Algebraic Geometry
+1607.01988 Mesoscale and Nanoscale Physics
+1607.02566 Methodology
+1607.02796 Materials Science
+1607.03432 Data Structures and Algorithms
+1607.04020 Phenomenology
+1607.04071 Combinatorics
+1607.04904 Logic
+1607.05865
+1607.08134 Plasma Physics
+1607.08743 Applications
+1608.01463 Data Structures and Algorithms
+1608.03247 Theory
+1608.03355
+1608.04426 Learning
+1608.05047 Atomic Physics
+1608.06514 Neural and Evolutionary Computing
+1608.06532
+1608.07249 Distributed, Parallel, and Cluster Computing
+1608.08039 Optimization and Control
+1608.08588 Number Theory
+1608.08976 Atomic Physics
+1609.00444 Instrumentation and Detectors
+1609.00806
+1609.00828
+1609.03278 Computational Complexity
+1609.03420
+1609.04158
+1609.06816 Mesoscale and Nanoscale Physics
+1609.07151 Lattice
+1609.07646 Plasma Physics
+1609.09403 Chemical Physics
+1610.01624 Cosmology and Nongalactic Astrophysics
+1610.02284 Quantum Gases
+1610.04613 Phenomenology
+1610.04675 Probability
+1610.05256 Computation and Language
+1610.08429 Materials Science
+1610.08431 Computation and Language
+1610.09109 Statistics Theory
+1611.00145 Strongly Correlated Electrons
+1611.00310 High Energy Astrophysical Phenomena
+1611.00654
+1611.00793 Phenomenology
+1611.01409 Astrophysics of Galaxies
+1611.01629 Systems and Control
+1611.01958 Statistical Finance
+1611.02353 Phenomenology
+1611.04668 Populations and Evolution
+1611.04954 Cosmology and Nongalactic Astrophysics
+1611.06062 Instrumentation and Methods for Astrophysics
+1611.06310 Machine Learning
+1611.07749 Strongly Correlated Electrons
+1611.07807 Computer Vision and Pattern Recognition
+1611.08033 Optics
+1611.08108 Artificial Intelligence
+1611.08561 Information Theory
+1611.08563 Computer Vision and Pattern Recognition
+1611.08665 Theory
+1611.08806 Number Theory
+1611.09359 Phenomenology
+1611.09478 Probability
+1611.09588 Statistics Theory
+1611.09655 Strongly Correlated Electrons
+1612.00180 High Energy Astrophysical Phenomena
+1612.01658 Mesoscale and Nanoscale Physics
+1612.02778 Number Theory
+1612.04022 Learning
+1612.04080
+1612.05165 Spectral Theory
+1612.05324 High Energy Astrophysical Phenomena
+1612.06128 Mesoscale and Nanoscale Physics
+1612.06264 Cosmology and Nongalactic Astrophysics
+1612.06529 Theory
+1612.07705 Theory
+1612.08217 Operator Algebras
+1612.08721 Number Theory
+1612.09198 Networking and Internet Architecture
+1612.09282 Pattern Formation and Solitons
+1612.09589 Strongly Correlated Electrons
+1701.00699
+1701.00847 Disordered Systems and Neural Networks
+1701.01002 Complex Variables
+1701.01573 Computer Vision and Pattern Recognition
+1701.01829 Mesoscale and Nanoscale Physics
+1701.02880 Materials Science
+1701.03019 General Physics
+1701.03284 Phenomenology
+1701.03589 Superconductivity
+1701.03597 Optics
+1701.03789 Astrophysics of Galaxies
+1701.03794 Astrophysics of Galaxies
+1701.04590 Mesoscale and Nanoscale Physics
+1701.04946 Phenomenology
+1701.04950 Information Theory
+1701.05104
+1701.06156 Theory
+1701.06341 Information Theory
+1701.06688 Information Theory
+1701.06743 Cryptography and Security
+1701.06998 Soft Condensed Matter
+1701.07069 Astrophysics of Galaxies
+1701.07204 Data Structures and Algorithms
+1701.07542 Instrumentation and Detectors
+1701.07830 Astrophysics of Galaxies
+1701.07917 Materials Science
+1701.08316 Rings and Algebras
+1702.00156 Computer Vision and Pattern Recognition
+1702.00710 Atomic Physics
+1702.00944 Plasma Physics
+1702.01126 Discrete Mathematics
+1702.02525 Mesoscale and Nanoscale Physics
+1702.02706 Computer Vision and Pattern Recognition
+1702.02867 Cryptography and Security
+1702.03326 Accelerator Physics
+1702.03339 Accelerator Physics
+1702.03358 Databases
+1702.03393 High Energy Astrophysical Phenomena
+1702.03401 Artificial Intelligence
+1702.03409 Neurons and Cognition
+1702.03454 Lattice
+1702.03476 Statistics Theory
+1702.03477 Optimization and Control
+1702.03481 Optimization and Control
+1702.03483 Information Theory
+1702.03534 Distributed, Parallel, and Cluster Computing
+1702.03540
+1702.03544 Mesoscale and Nanoscale Physics
+1702.03573 Probability
+1702.03585 Algebraic Topology
+1702.03641 Statistical Mechanics
+1702.03643
+1702.03647 Combinatorics
+1702.03657 Data Structures and Algorithms
+1702.03742 Atomic Physics
+1702.03834
+1702.03847 Phenomenology
+1702.03857 Lattice
+1702.03865 Learning
+1702.03896 Soft Condensed Matter
+1702.04035
+1702.04077 Learning
+1702.04091 Plasma Physics
+1702.04105 Fluid Dynamics
+1702.04177 Combinatorics
+1702.04407 Machine Learning
+1702.04421 Cryptography and Security
+1702.04427 Instrumentation and Detectors
+1702.04608 Combinatorics
+1702.04637
+1702.04782 Learning
+1702.04783 Optimization and Control
+1702.04858 Computer Vision and Pattern Recognition
+1702.04914 Statistical Mechanics
+1702.04940 Systems and Control
+1702.04941 Systems and Control
+1702.04962 Astrophysics of Galaxies
+1702.04998 Theory
+1702.05066 Statistics Theory
+1702.05079 Logic in Computer Science
+1702.05091 Space Physics
+1702.05092 Numerical Analysis
+1702.05093 Instrumentation and Detectors
+1702.05094 Cosmology and Nongalactic Astrophysics
+1702.05095 Theory
+1702.05096 Solar and Stellar Astrophysics
+1702.05097 Quantum Gases
+1702.05098 Phenomenology
+1702.05100 Theory
+1702.05101 Theory
+1702.05102 Astrophysics of Galaxies
+1702.05103 Cosmology and Nongalactic Astrophysics
+1702.05106 Phenomenology
+1702.05107 Astrophysics of Galaxies
+1702.05108 Earth and Planetary Astrophysics
+1702.05109 Earth and Planetary Astrophysics
+1702.05110
+1702.05111
+1702.05112 Digital Libraries
+1702.05113 Statistics Theory
+1702.05114 Computational Physics
+1702.05116 Systems and Control
+1702.05117 Solar and Stellar Astrophysics
+1702.05118 Differential Geometry
+1702.05119 Social and Information Networks
+1702.05120 Rings and Algebras
+1702.05121 Materials Science
+1702.05122 Optimization and Control
+1702.05123 Earth and Planetary Astrophysics
+1702.05125 Materials Science
+1702.05126 Instrumentation and Methods for Astrophysics
+1702.05127 Combinatorics
+1702.05128 Plasma Physics
+1702.05129 Populations and Evolution
+1702.05130 Mesoscale and Nanoscale Physics
+1702.05131 Number Theory
+1702.05132 Atomic Physics
+1702.05133 Quantum Algebra
+1702.05134 Fluid Dynamics
+1702.05135 Strongly Correlated Electrons
+1702.05137 Machine Learning
+1702.05138 Superconductivity
+1702.05139 Computational Complexity
+1702.05140 Mesoscale and Nanoscale Physics
+1702.05142 Optimization and Control
+1702.05144
+1702.05145 Materials Science
+1702.05146 Software Engineering
+1702.05147 Computer Vision and Pattern Recognition
+1702.05148 Machine Learning
+1702.05149 Fluid Dynamics
+1702.05150 Human-Computer Interaction
+1702.05151 Differential Geometry
+1702.05153 Information Theory
+1702.05154 Medical Physics
+1702.05155
+1702.05156 Computer Vision and Pattern Recognition
+1702.05159 Accelerator Physics
+1702.05160 Experiment
+1702.05161
+1702.05163 Biological Physics
+1702.05164 Quantum Algebra
+1702.05165
+1702.05166 Mesoscale and Nanoscale Physics
+1702.05167 Computational Physics
+1702.05168 Dynamical Systems
+1702.05169 Algebraic Geometry
+1702.05170 Dynamical Systems
+1702.05171 Solar and Stellar Astrophysics
+1702.05172 Differential Geometry
+1702.05173 Computational Physics
+1702.05174 Computer Vision and Pattern Recognition
+1702.05175 Fluid Dynamics
+1702.05176 Instrumentation and Methods for Astrophysics
+1702.05177
+1702.05178
+1702.05179 Probability
+1702.05180 Instrumentation and Detectors
+1702.05181 Information Retrieval
+1702.05182 Plasma Physics
+1702.05183 Computational Complexity
+1702.05184 Learning
+1702.05186 Learning
+1702.05187 Numerical Analysis
+1702.05188 Numerical Analysis
+1702.05189 Methodology
+1702.05192 Learning
+1702.05193 Statistics Theory
+1702.05194 Algebraic Topology
+1702.05195 Methodology
+1702.05196 Numerical Analysis
+1702.05197 Networking and Internet Architecture
+1702.05198 Plasma Physics
+1702.05200 Databases
+1702.05201
+1702.05202 Information Theory
+1702.05203 Chemical Physics
+1702.05204 Complex Variables
+1702.05206 Category Theory
+1702.05208 Soft Condensed Matter
+1702.05209
+1702.05210 Theory
+1702.05211 History and Philosophy of Physics
+1702.05212 Optics
+1702.05213 Probability
+1702.05214 Information Theory
+1702.05215
+1702.05216 Numerical Analysis
+1702.05217 Data Structures and Algorithms
+1702.05218 Social and Information Networks
+1702.05220 Analysis of PDEs
+1702.05221 Analysis of PDEs
+1702.05222 Information Theory
+1702.05223 Symplectic Geometry
+1702.05224 Discrete Mathematics
+1702.05225 Statistical Mechanics
+1702.05226 Materials Science
+1702.05228 Mesoscale and Nanoscale Physics
+1702.05229 Quantum Gases
+1702.05231
+1702.05232 Mesoscale and Nanoscale Physics
+1702.05233 Optics
+1702.05234 Classical Analysis and ODEs
+1702.05235 Networking and Internet Architecture
+1702.05236 High Energy Astrophysical Phenomena
+1702.05237 Mesoscale and Nanoscale Physics
+1702.05238 High Energy Astrophysical Phenomena
+1702.05239
+1702.05240 Computers and Society
+1702.05241 Cryptography and Security
+1702.05242 Representation Theory
+1702.05244 High Energy Astrophysical Phenomena
+1702.05245 Spectral Theory
+1702.05246
+1702.05247 Superconductivity
+1702.05248 Information Theory
+1702.05250 Human-Computer Interaction
+1702.05251 Networking and Internet Architecture
+1702.05252
+1702.05253 Dynamical Systems
+1702.05254 Neurons and Cognition
+1702.05255 Strongly Correlated Electrons
+1702.05256 Materials Science
+1702.05257 Combinatorics
+1702.05258 Representation Theory
+1702.05259 Neurons and Cognition
+1702.05260 Analysis of PDEs
+1702.05261 Rings and Algebras
+1702.05262 Distributed, Parallel, and Cluster Computing
+1702.05263 Phenomenology
+1702.05264 Spectral Theory
+1702.05265 Computational Geometry
+1702.05266 High Energy Astrophysical Phenomena
+1702.05267 Materials Science
+1702.05268 Cosmology and Nongalactic Astrophysics
+1702.05269 Chemical Physics
+1702.05270 Computation and Language
+1702.05271
+1702.05272 Information Theory
+1702.05273 Strongly Correlated Electrons
+1702.05274 Analysis of PDEs
+1702.05275 Instrumentation and Detectors
+1702.05276 Functional Analysis
+1702.05277 Analysis of PDEs
+1702.05278 Analysis of PDEs
+1702.05282
+1702.05283 Materials Science
+1702.05284 Data Structures and Algorithms
+1702.05285 Functional Analysis
+1702.05286 Materials Science
+1702.05287 Analysis of PDEs
+1702.05288 Quantitative Methods
+1702.05291 Phenomenology
+1702.05292 Group Theory
+1702.05293 Numerical Analysis
+1702.05294 Algebraic Geometry
+1702.05295 Algebraic Geometry
+1702.05296
+1702.05297 Differential Geometry
+1702.05298 Mesoscale and Nanoscale Physics
+1702.05299
+1702.05300 Strongly Correlated Electrons
+1702.05301 Cosmology and Nongalactic Astrophysics
+1702.05302 Analysis of PDEs
+1702.05303 Combinatorics
+1702.05304 Pattern Formation and Solitons
+1702.05305 Chemical Physics
+1702.05306 Geometric Topology
+1702.05307 Quantitative Methods
+1702.05308 Neural and Evolutionary Computing
+1702.05310 Chemical Physics
+1702.05311 Cryptography and Security
+1702.05312 Analysis of PDEs
+1702.05313 Algebraic Geometry
+1702.05314 Systems and Control
+1702.05315 Statistics Theory
+1702.05316 Classical Analysis and ODEs
+1702.05317 Analysis of PDEs
+1702.05318 Differential Geometry
+1702.05319
+1702.05321 Analysis of PDEs
+1702.05322 Materials Science
+1702.05327 Learning
+1702.05328 Computational Complexity
+1702.05329 Number Theory
+1702.05330
+1702.05331 Materials Science
+1702.05332
+1702.05333 Phenomenology
+1702.05334 Formal Languages and Automata Theory
+1702.05335 High Energy Astrophysical Phenomena
+1702.05336 Plasma Physics
+1702.05337 Phenomenology
+1702.05338 Classical Analysis and ODEs
+1702.05340 Methodology
+1702.05341
+1702.05342 Logic in Computer Science
+1702.05344 Rings and Algebras
+1702.05345 Information Theory
+1702.05346 Cryptography and Security
+1702.05347
+1702.05348 Optics
+1702.05349 Networking and Internet Architecture
+1702.05351 Dynamical Systems
+1702.05352 Representation Theory
+1702.05354 Social and Information Networks
+1702.05356 Probability
+1702.05357 Algebraic Topology
+1702.05358 Computational Geometry
+1702.05359
+1702.05360 Lattice
+1702.05362 Geometric Topology
+1702.05363 Phenomenology
+1702.05364 General Physics
+1702.05365 Dynamical Systems
+1702.05366
+1702.05367 Atomic Physics
+1702.05368
+1702.05369 Probability
+1702.05370 Statistical Mechanics
+1702.05375 Solar and Stellar Astrophysics
+1702.05376 Artificial Intelligence
+1702.05377 Experiment
+1702.05380 Disordered Systems and Neural Networks
+1702.05381
+1702.05382 Materials Science
+1702.05383 Artificial Intelligence
+1702.05384 Materials Science
+1702.05385
+1702.05386 Machine Learning
+1702.05387 Analysis of PDEs
+1702.05389 Mesoscale and Nanoscale Physics
+1702.05390 Data Analysis, Statistics and Probability
+1702.05391 Instrumentation and Methods for Astrophysics
+1702.05392
+1702.05393 Systems and Control
+1702.05394 Data Analysis, Statistics and Probability
+1702.05396 Statistical Mechanics
+1702.05397 Networking and Internet Architecture
+1702.05398 Computation and Language
+1702.05399 Other Condensed Matter
+1702.05400 Biological Physics
+1702.05401 Other Condensed Matter
+1702.05402 Mesoscale and Nanoscale Physics
+1702.05403 Physics and Society
+1702.05404 Soft Condensed Matter
+1702.05405 Classical Physics
+1702.05406 Mesoscale and Nanoscale Physics
+1702.05407 Physics and Society
+1702.05408 Mesoscale and Nanoscale Physics
+1702.05409 Mesoscale and Nanoscale Physics
+1702.05410
+1702.05411 Information Theory
+1702.05412 Distributed, Parallel, and Cluster Computing
+1702.05413 Computer Vision and Pattern Recognition
+1702.05414 Materials Science
+1702.05415 Representation Theory
+1702.05416 Materials Science
+1702.05417 Lattice
+1702.05419 Probability
+1702.05421 Computer Vision and Pattern Recognition
+1702.05422 Other Condensed Matter
+1702.05423 Optimization and Control
+1702.05424 Geometric Topology
+1702.05427 Social and Information Networks
+1702.05428 Instrumentation and Detectors
+1702.05429 Astrophysics of Galaxies
+1702.05430 Astrophysics of Galaxies
+1702.05431 Phenomenology
+1702.05432 Phenomenology
+1702.05433 Solar and Stellar Astrophysics
+1702.05434 Trading and Market Microstructure
+1702.05436 Phenomenology
+1702.05438 Soft Condensed Matter
+1702.05439 Classical Analysis and ODEs
+1702.05441 Neural and Evolutionary Computing
+1702.05442 Classical Analysis and ODEs
+1702.05443 Machine Learning
+1702.05444 Astrophysics of Galaxies
+1702.05445 Dynamical Systems
+1702.05446 Information Retrieval
+1702.05447 Computational Complexity
+1702.05448 Computer Vision and Pattern Recognition
+1702.05451 Disordered Systems and Neural Networks
+1702.05454 Information Theory
+1702.05455 Formal Languages and Automata Theory
+1702.05456 Distributed, Parallel, and Cluster Computing
+1702.05458 Astrophysics of Galaxies
+1702.05459 Distributed, Parallel, and Cluster Computing
+1702.05460 Superconductivity
+1702.05461 Mesoscale and Nanoscale Physics
+1702.05462 Methodology
+1702.05463 Programming Languages
+1702.05464 Computer Vision and Pattern Recognition
+1702.05465 Astrophysics of Galaxies
+1702.05466 Combinatorics
+1702.05467 Geometric Topology
+1702.05468 Probability
+1702.05469 Differential Geometry
+1702.05472 Logic in Computer Science
+1702.05473 Combinatorics
+1702.05475 Statistical Mechanics
+alg-geom/9402007 Algebraic Geometry
+cond-mat/0305106 Strongly Correlated Electrons
+cond-mat/0306236 Strongly Correlated Electrons
+cond-mat/0306473 Strongly Correlated Electrons
+cond-mat/0505639 Other Condensed Matter
+cond-mat/0603436 Statistical Mechanics
+cond-mat/0701442 Other Condensed Matter
+physics/0612106 Atomic Physics
+physics/0703138 Optics
+quant-ph/0701139
+quant-ph/9508027
+0805.4758
+0903.0687 Physics and Society
+0903.1180 Spectral Theory
+0903.4055 History and Philosophy of Physics
+1105.0113 Geometric Topology
+1110.5671 Operator Algebras
+1207.1699 Rings and Algebras
+1210.0508 Learning
+1301.2446 Rings and Algebras
+1302.2604 Operator Algebras
+1303.2303 Commutative Algebra
+1305.5043 Representation Theory
+1312.0096 Complex Variables
+1402.5272 Rings and Algebras
+1402.5498
+1403.6057 Statistics Theory
+1405.0582 Phenomenology
+1409.0151 Rings and Algebras
+1409.8672
+1410.0185 Commutative Algebra
+1410.6782 Methodology
+1502.00966 Analysis of PDEs
+1502.02332 Combinatorics
+1502.04074 Statistical Mechanics
+1502.05158 Classical Analysis and ODEs
+1503.05242 Combinatorics
+1503.06522 Populations and Evolution
+1504.01537 Representation Theory
+1504.04614 Theory
+1504.08054
+1505.01001
+1505.02893 Rings and Algebras
+1506.02799 Networking and Internet Architecture
+1506.04664 Number Theory
+1506.05086 Optics
+1507.00793 Operator Algebras
+1507.02399 Numerical Analysis
+1507.07771 Probability
+1507.08677 Mesoscale and Nanoscale Physics
+1508.07057 Quantum Algebra
+1509.00049 Statistics Theory
+1509.02608 Analysis of PDEs
+1509.04102 Logic
+1510.01873 Numerical Analysis
+1510.03945 Data Structures and Algorithms
+1510.05144 Methodology
+1510.06086 Plasma Physics
+1510.08574 Mesoscale and Nanoscale Physics
+1511.02242 Fluid Dynamics
+1511.03314 Representation Theory
+1511.05073 Information Theory
+1511.07471 Learning
+1511.09135
+1512.01522 Mesoscale and Nanoscale Physics
+1512.02772
+1512.04389 Category Theory
+1512.06527 Numerical Analysis
+1512.07786 Classical Analysis and ODEs
+1512.08046 Phenomenology
+1601.03667
+1601.03891 Physics and Society
+1601.04199 Theory
+1601.06839 Number Theory
+1601.07184 Disordered Systems and Neural Networks
+1601.07415 Populations and Evolution
+1602.01253 Logic
+1602.01481 Phenomenology
+1602.02637 Geometric Topology
+1602.05991 Phenomenology
+1603.00119 Computer Science and Game Theory
+1603.01224
+1603.04548 Populations and Evolution
+1603.08172
+1603.08232 Computation
+1603.09064 Learning
+1604.00354 Theory
+1604.00982 Physics Education
+1604.01143 Quantum Algebra
+1604.01573
+1604.01660 Analysis of PDEs
+1604.02093 Materials Science
+1604.02197
+1604.04761 Information Theory
+1604.07302 Dynamical Systems
+1604.07801 Representation Theory
+1604.08338 Analysis of PDEs
+1604.08462 Applications
+1605.01718
+1605.02704 Quantum Gases
+1605.03999 Networking and Internet Architecture
+1605.04754
+1605.06389 Functional Analysis
+1605.09351 Learning
+1605.09763 Numerical Analysis
+1606.01091 Data Structures and Algorithms
+1606.01169 Social and Information Networks
+1606.05337 Cosmology and Nongalactic Astrophysics
+1606.05496 Combinatorics
+1606.06438 Optimization and Control
+1606.06751 Cosmology and Nongalactic Astrophysics
+1606.07308 Analysis of PDEs
+1606.07388 Networking and Internet Architecture
+1606.07498 Other Computer Science
+1606.07959
+1606.08282 Machine Learning
+1606.09015 Quantum Gases
+1607.00077 Probability
+1607.00462 Chaotic Dynamics
+1607.01400 Machine Learning
+1607.01417 Machine Learning
+1607.01479 Analysis of PDEs
+1607.01882 Number Theory
+1607.02036 Metric Geometry
+1607.02314 Materials Science
+1607.03496 Disordered Systems and Neural Networks
+1607.03845 Cosmology and Nongalactic Astrophysics
+1607.04005 Computational Geometry
+1607.04718 Theory
+1607.04826 Optimization and Control
+1607.05928 Phenomenology
+1607.06867 Atomic Physics
+1607.07068 Combinatorics
+1607.08595 Optics
+1608.00500 Numerical Analysis
+1608.01200 Optimization and Control
+1608.02589 Disordered Systems and Neural Networks
+1608.03873 Classical Analysis and ODEs
+1608.04561 Strongly Correlated Electrons
+1608.04734 Theory
+1608.07963
+1609.00371 Phenomenology
+1609.00981 Tissues and Organs
+1609.01231 Analysis of PDEs
+1609.01610 Atomic Physics
+1609.03053 Numerical Analysis
+1609.04054 Plasma Physics
+1609.04214 Cryptography and Security
+1609.04523 Machine Learning
+1609.05539 Machine Learning
+1609.06702 Strongly Correlated Electrons
+1609.07199 Optimization and Control
+1609.07713 Materials Science
+1609.09069 Phenomenology
+1610.01060 Quantum Gases
+1610.02246 Functional Analysis
+1610.02908 Physics and Society
+1610.03494 Phenomenology
+1610.04411 Phenomenology
+1610.04546 Software Engineering
+1610.04724 Analysis of PDEs
+1610.04886 Metric Geometry
+1610.05061 Instrumentation and Detectors
+1610.05210 Information Theory
+1610.05244 Strongly Correlated Electrons
+1610.05318 Theory
+1610.05336 Group Theory
+1610.05499 Fluid Dynamics
+1610.07519 Optimization and Control
+1610.07573 Materials Science
+1610.08203 Methodology
+1610.08397 Phenomenology
+1610.08977 Astrophysics of Galaxies
+1610.09251 General Physics
+1610.09803 Quantum Algebra
+1611.00087 Methodology
+1611.00501 Disordered Systems and Neural Networks
+1611.01159 High Energy Astrophysical Phenomena
+1611.01269
+1611.01485 Methodology
+1611.01951 Physics Education
+1611.02462 Mesoscale and Nanoscale Physics
+1611.04241 Astrophysics of Galaxies
+1611.05163
+1611.06006 Phenomenology
+1611.06746 Phenomenology
+1611.06814 Computational Physics
+1611.06993 Solar and Stellar Astrophysics
+1611.07452 Lattice
+1611.07803 Logic in Computer Science
+1611.08282 Phenomenology
+1611.09690 Accelerator Physics
+1612.00301 Theory
+1612.00609 Theory
+1612.01278 Statistical Mechanics
+1612.01435 Logic
+1612.03469
+1612.03590 Computer Vision and Pattern Recognition
+1612.04007 Computer Vision and Pattern Recognition
+1612.04344 Phenomenology
+1612.06418
+1612.06473 Data Structures and Algorithms
+1612.06652 Number Theory
+1612.06915 Artificial Intelligence
+1612.07228 Theory
+1612.07313 Phenomenology
+1612.08040 Phenomenology
+1612.08157 Computers and Society
+1612.08619 History and Overview
+1612.08634 Instrumentation and Detectors
+1612.08769 Quantum Algebra
+1612.08810 Learning
+1612.09186 Popular Physics
+1612.09572 Computers and Society
+1701.00074 Mesoscale and Nanoscale Physics
+1701.00140
+1701.00384 Distributed, Parallel, and Cluster Computing
+1701.00444 General Physics
+1701.00447 Instrumentation and Detectors
+1701.00777
+1701.00785 Theory
+1701.00909 Chemical Physics
+1701.00954 General Topology
+1701.01363 Analysis of PDEs
+1701.01455 Theory
+1701.01473 Atomic Physics
+1701.01558 Applications
+1701.01705 Differential Geometry
+1701.02103 Mesoscale and Nanoscale Physics
+1701.02332 Dynamical Systems
+1701.02433 Computer Science and Game Theory
+1701.02511 Learning
+1701.03256
+1701.03342 Information Theory
+1701.03484 Earth and Planetary Astrophysics
+1701.03983
+1701.04331 Solar and Stellar Astrophysics
+1701.04547 Logic in Computer Science
+1701.04855 Probability
+1701.04900 Optimization and Control
+1701.04906 Digital Libraries
+1701.04947 Instrumentation and Methods for Astrophysics
+1701.05089 Materials Science
+1701.05157 Neurons and Cognition
+1701.05223 Methodology
+1701.05242 Computational Physics
+1701.05305 Machine Learning
+1701.05306 Machine Learning
+1701.05376 Materials Science
+1701.05396 Differential Geometry
+1701.05405
+1701.05426 Applications
+1701.05555 Analysis of PDEs
+1701.05557 Differential Geometry
+1701.05558 Instrumentation and Methods for Astrophysics
+1701.05559 Strongly Correlated Electrons
+1701.05563 Instrumentation and Methods for Astrophysics
+1701.05566 Instrumentation and Methods for Astrophysics
+1701.05567 Quantitative Methods
+1701.05568 Probability
+1701.05570 Probability
+1701.05571 Astrophysics of Galaxies
+1701.05572 Theory
+1701.05573 Machine Learning
+1701.05574 Computation and Language
+1701.05577 Systems and Control
+1701.05578 Classical Analysis and ODEs
+1701.05579 Materials Science
+1701.05580
+1701.05581 Computation and Language
+1701.05582 Theory
+1701.05583
+1701.05584
+1701.05585 Earth and Planetary Astrophysics
+1701.05586 Functional Analysis
+1701.05587 Theory
+1701.05588 Computer Vision and Pattern Recognition
+1701.05590 Classical Analysis and ODEs
+1701.05591 General Mathematics
+1701.05592 Commutative Algebra
+1701.05593 Applications
+1701.05594 Earth and Planetary Astrophysics
+1701.05595 Computer Vision and Pattern Recognition
+1701.05596 Information Retrieval
+1701.05597 Combinatorics
+1701.05598 Optimization and Control
+1701.05599 Networking and Internet Architecture
+1701.05600 Superconductivity
+1701.05601 Cryptography and Security
+1701.05602 Numerical Analysis
+1701.05604 Astrophysics of Galaxies
+1701.05605 Plasma Physics
+1701.05606 Optics
+1701.05607 Populations and Evolution
+1701.05608 Cryptography and Security
+1701.05609 Computation
+1701.05610 Instrumentation and Methods for Astrophysics
+1701.05611 Multimedia
+1701.05613 Complex Variables
+1701.05614 Multimedia
+1701.05615 High Energy Astrophysical Phenomena
+1701.05616 Computer Vision and Pattern Recognition
+1701.05617 Logic in Computer Science
+1701.05619 Biomolecules
+1701.05620 Chaotic Dynamics
+1701.05621 Quantum Gases
+1701.05622 Combinatorics
+1701.05623 Complex Variables
+1701.05624 Astrophysics of Galaxies
+1701.05625 Computation and Language
+1701.05626 Solar and Stellar Astrophysics
+1701.05627 Populations and Evolution
+1701.05628 Optics
+1701.05629 Analysis of PDEs
+1701.05630 Combinatorics
+1701.05631 Materials Science
+1701.05632 Economics
+1701.05633 Computer Science and Game Theory
+1701.05636
+1701.05637 Cryptography and Security
+1701.05638 Methodology
+1701.05639 Combinatorics
+1701.05640 Probability
+1701.05641 Instrumentation and Methods for Astrophysics
+1701.05642 Analysis of PDEs
+1701.05643 Number Theory
+1701.05644 Machine Learning
+1701.05645 Strongly Correlated Electrons
+1701.05647 Methodology
+1701.05648 Software Engineering
+1701.05649 Functional Analysis
+1701.05650 Programming Languages
+1701.05651 Lattice
+1701.05653 Information Theory
+1701.05654 Machine Learning
+1701.05655
+1701.05656 Methodology
+1701.05657 Exactly Solvable and Integrable Systems
+1701.05658 Differential Geometry
+1701.05659 Soft Condensed Matter
+1701.05663 Numerical Analysis
+1701.05664 Solar and Stellar Astrophysics
+1701.05665 Dynamical Systems
+1701.05667 Numerical Analysis
+1701.05668 Functional Analysis
+1701.05669
+1701.05670 Adaptation and Self-Organizing Systems
+1701.05671 Chaotic Dynamics
+1701.05672 Machine Learning
+1701.05673 Numerical Analysis
+1701.05674 Information Theory
+1701.05675 High Energy Astrophysical Phenomena
+1701.05676 Computer Vision and Pattern Recognition
+1701.05678 Phenomenology
+1701.05679 Materials Science
+1701.05682 Plasma Physics
+1701.05683 Astrophysics of Galaxies
+1701.05684 Strongly Correlated Electrons
+1701.05685 Dynamical Systems
+1701.05686 Combinatorics
+1701.05687 Algebraic Geometry
+1701.05688
+1701.05689 Cosmology and Nongalactic Astrophysics
+1701.05690 Cosmology and Nongalactic Astrophysics
+1701.05691 Applications
+1701.05692 Complex Variables
+1701.05693
+1701.05694 Numerical Analysis
+1701.05695 Pricing of Securities
+1701.05697 Analysis of PDEs
+1701.05699 Databases
+1701.05700 Information Theory
+1701.05701 Atomic Physics
+1701.05702 High Energy Astrophysical Phenomena
+1701.05703 Computer Vision and Pattern Recognition
+1701.05704 Differential Geometry
+1701.05706 Numerical Analysis
+1701.05708 Numerical Analysis
+1701.05709 Chemical Physics
+1701.05710 Optics
+1701.05712 Optics
+1701.05713 Chemical Physics
+1701.05714
+1701.05715 Combinatorics
+1701.05717 Optimization and Control
+1701.05718
+1701.05719 Solar and Stellar Astrophysics
+1701.05720 Solar and Stellar Astrophysics
+1701.05721 Number Theory
+1701.05723 Materials Science
+1701.05724 Artificial Intelligence
+1701.05725 Dynamical Systems
+1701.05726 Complex Variables
+1701.05727 Dynamical Systems
+1701.05729 Number Theory
+1701.05730 Neural and Evolutionary Computing
+1701.05731 Phenomenology
+1701.05732 Mesoscale and Nanoscale Physics
+1701.05734 Dynamical Systems
+1701.05736 Applications
+1701.05737 Solar and Stellar Astrophysics
+1701.05738 Logic in Computer Science
+1701.05740 Networking and Internet Architecture
+1701.05741 Phenomenology
+1701.05742 Superconductivity
+1701.05743 Algebraic Geometry
+1701.05746 Representation Theory
+1701.05747 Software Engineering
+1701.05748 Computer Vision and Pattern Recognition
+1701.05749 Optics
+1701.05750
+1701.05751 Social and Information Networks
+1701.05753 Theory
+1701.05754 Graphics
+1701.05755 Disordered Systems and Neural Networks
+1701.05757 Atomic Physics
+1701.05759 Algebraic Geometry
+1701.05760
+1701.05761 Information Theory
+1701.05762 Optimization and Control
+1701.05763 Applications
+1701.05764 Information Theory
+1701.05766 Computer Vision and Pattern Recognition
+1701.05770 Soft Condensed Matter
+1701.05771
+1701.05774 Cosmology and Nongalactic Astrophysics
+1701.05775 Atomic and Molecular Clusters
+1701.05776 Functional Analysis
+1701.05777 Atomic Physics
+1701.05778
+1701.05779 Sound
+1701.05781 Combinatorics
+1701.05782 Solar and Stellar Astrophysics
+1701.05784 Superconductivity
+1701.05785 Statistical Mechanics
+1701.05786 High Energy Astrophysical Phenomena
+1701.05787 Optics
+1701.05788 Phenomenology
+1701.05791 Logic
+1701.05792 Information Theory
+1701.05794 Algebraic Geometry
+1701.05795
+1701.05796 Dynamical Systems
+1701.05797 Chemical Physics
+1701.05799 Databases
+1701.05800 Mesoscale and Nanoscale Physics
+1701.05801 Optimization and Control
+1701.05803 Algebraic Topology
+1701.05804 Social and Information Networks
+1701.05805 Algebraic Geometry
+1701.05807 Functional Analysis
+1701.05808
+1701.05809 Quantitative Methods
+1701.05810 Materials Science
+1701.05811 Computational Physics
+1701.05812 Earth and Planetary Astrophysics
+1701.05813 Materials Science
+1701.05814 Information Theory
+1701.05816 Dynamical Systems
+1701.05817 Algebraic Geometry
+1701.05818 Neural and Evolutionary Computing
+1701.05819 Quantum Gases
+1701.05820 Analysis of PDEs
+1701.05821 Analysis of PDEs
+1701.05822 Earth and Planetary Astrophysics
+1701.05823 Information Theory
+1701.05826 Chemical Physics
+1701.05827 Commutative Algebra
+1701.05828
+1701.05829 Phenomenology
+1701.05830 Soft Condensed Matter
+1701.05831 Mesoscale and Nanoscale Physics
+1701.05832 Materials Science
+1701.05833 Probability
+1701.05834 Probability
+1701.05835 Superconductivity
+1701.05836 Complex Variables
+1701.05837 Cosmology and Nongalactic Astrophysics
+1701.05838 Phenomenology
+1701.05839 Phenomenology
+1701.05840 Mesoscale and Nanoscale Physics
+1701.05841 Logic
+1701.05842 Optimization and Control
+1701.05845 Algebraic Topology
+1701.05846 Astrophysics of Galaxies
+1701.05847 Computer Vision and Pattern Recognition
+1701.05848 Statistical Mechanics
+1701.05849 Instrumentation and Methods for Astrophysics
+1701.05850 Strongly Correlated Electrons
+1701.05851 Plasma Physics
+1701.05854 Materials Science
+1701.05855 Combinatorics
+1701.05857 Dynamical Systems
+1701.05860 Statistical Mechanics
+1701.05861 Algebraic Geometry
+1701.05862 Theory
+1701.05863 Applications
+1701.05864 Economics
+1701.05866
+1701.05867 Optics
+1701.05869 Phenomenology
+1701.05870 Methodology
+1701.05871 Phenomenology
+1701.05872 Probability
+1701.05874 Algebraic Topology
+1701.05876 Mesoscale and Nanoscale Physics
+1701.05877 Cosmology and Nongalactic Astrophysics
+1701.05879 Representation Theory
+1701.05880 Optimization and Control
+1701.05881 Information Theory
+1701.05882 Fluid Dynamics
+1701.05884 High Energy Astrophysical Phenomena
+1701.05887 Materials Science
+1701.05888 Programming Languages
+1701.05889 Optics
+1701.05890 Phenomenology
+1701.05891 Experiment
+1701.05892 Computation
+1701.05893 Algebraic Geometry
+1701.05894 Materials Science
+1701.05895 Operator Algebras
+0708.0852
+0902.3625 Analysis of PDEs
+0912.3189
+0912.4256 Optics
+1003.0753 Cosmology and Nongalactic Astrophysics
+1003.2442 Analysis of PDEs
+1009.5773 Learning
+1103.6064 Functional Analysis
+1107.1260
+1203.6334 Cosmology and Nongalactic Astrophysics
+1207.2628 Number Theory
+1207.3981 Instrumentation and Methods for Astrophysics
+1210.1132
+1210.1329
+1210.2472 Algebraic Topology
+1210.6617 Statistical Mechanics
+1211.1132
+1211.5130 Materials Science
+1212.3439
+1212.3708 Algebraic Geometry
+1212.4791 Group Theory
+1301.4358 Cosmology and Nongalactic Astrophysics
+1306.3081 Geometric Topology
+1307.0250 Geometric Topology
+1307.1658 Plasma Physics
+1308.0495 Astrophysics of Galaxies
+1309.4122 Symplectic Geometry
+1310.7190 Number Theory
+1311.3501 Strongly Correlated Electrons
+1403.2818 Phenomenology
+1405.4132 Combinatorics
+1405.7264 Databases
+1407.6558 Algebraic Geometry
+1408.3347 Representation Theory
+1408.3692 Probability
+1409.8024 Statistical Finance
+1410.5352 Formal Languages and Automata Theory
+1410.8556 Geometric Topology
+1411.2451 Metric Geometry
+1411.6176 Symplectic Geometry
+1411.6938 Pricing of Securities
+1412.1906 Algebraic Geometry
+1412.4757 Optics
+1412.8184 Complex Variables
+1501.01084 Information Theory
+1501.06800 Statistical Mechanics
+1502.02350 Algebraic Topology
+1503.01392 Algebraic Geometry
+1503.02751
+1503.05851
+1504.00093 Representation Theory
+1504.05306
+1504.05441 Quantum Gases
+1505.02843 Strongly Correlated Electrons
+1505.05772 Systems and Control
+1505.06042 Number Theory
+1506.01426 Group Theory
+1506.01827 Differential Geometry
+1506.08655 Number Theory
+1507.00141 Dynamical Systems
+1507.00377 Rings and Algebras
+1507.00552 Data Structures and Algorithms
+1507.01909 Algebraic Topology
+1507.01957 Combinatorics
+1507.02168 Data Structures and Algorithms
+1507.02484 Numerical Analysis
+1507.02959 Classical Analysis and ODEs
+1507.06306 Number Theory
+1507.07661 Differential Geometry
+1508.00204 Analysis of PDEs
+1508.01841 Discrete Mathematics
+1508.02649 Strongly Correlated Electrons
+1508.03253
+1508.07873
+1509.00117 Computer Vision and Pattern Recognition
+1509.01043 Algebraic Geometry
+1509.01526 Economics
+1509.01965 Mesoscale and Nanoscale Physics
+1509.05415 Differential Geometry
+1509.06036
+1509.06129 Number Theory
+1509.06214 Algebraic Geometry
+1509.07221 Solar and Stellar Astrophysics
+1510.03359 Strongly Correlated Electrons
+1511.01477 Strongly Correlated Electrons
+1511.05203
+1511.06607 Classical Physics
+1511.08948 Algebraic Topology
+1511.09277 Combinatorics
+1512.00694 Instrumentation and Detectors
+1512.00757 Databases
+1512.01358 Algebraic Geometry
+1512.04499 Methodology
+1512.04643 Algebraic Geometry
+1512.04728 Logic
+1512.05048
+1512.06073 Discrete Mathematics
+1512.06434 Theory
+1512.08431 Optics
+1601.00899 Information Theory
+1601.02100 High Energy Astrophysical Phenomena
+1601.03188 Theory
+1601.04325 Representation Theory
+1601.06896 High Energy Astrophysical Phenomena
+1601.07071 Optimization and Control
+1601.08153 Plasma Physics
+1602.00614 Physics and Society
+1602.01125 Computer Vision and Pattern Recognition
+1602.01886 Optimization and Control
+1602.03190 Strongly Correlated Electrons
+1602.04769 Algebraic Geometry
+1602.05191 High Energy Astrophysical Phenomena
+1602.05335 Cryptography and Security
+1602.05476 Geometric Topology
+1602.05614 Dynamical Systems
+1602.05687 Strongly Correlated Electrons
+1602.05934 Theory
+1602.06964 Strongly Correlated Electrons
+1602.08147 Analysis of PDEs
+1602.08251 Plasma Physics
+1603.00363 Mesoscale and Nanoscale Physics
+1603.00934 Materials Science
+1603.02044 Systems and Control
+1603.04852 High Energy Astrophysical Phenomena
+1603.05486 Computation
+1603.05544 Learning
+1603.06420
+1603.06524
+1603.07805
+1603.09200 Computer Vision and Pattern Recognition
+1603.09240 Computer Vision and Pattern Recognition
+1603.09606 Materials Science
+1604.00733 Combinatorics
+1604.01431 Computer Vision and Pattern Recognition
+1604.01497 Computer Vision and Pattern Recognition
+1604.02120 Theory
+1604.04487 Statistical Mechanics
+1604.05329 Strongly Correlated Electrons
+1604.05489 Statistics Theory
+1604.05825 Numerical Analysis
+1604.05929 Optics
+1604.06068 Analysis of PDEs
+1604.07518 Materials Science
+1604.08364 Astrophysics of Galaxies
+1604.08565 Accelerator Physics
+1604.08722 Astrophysics of Galaxies
+1605.00680 Astrophysics of Galaxies
+1605.00828 Instrumentation and Detectors
+1605.00907 Astrophysics of Galaxies
+1605.01059 Earth and Planetary Astrophysics
+1605.01175 Analysis of PDEs
+1605.01411 Theory
+1605.01628 Astrophysics of Galaxies
+1605.01824 Robotics
+1605.01910 Astrophysics of Galaxies
+1605.02098 Dynamical Systems
+1605.02184
+1605.02420 Astrophysics of Galaxies
+1605.02627
+1605.03345 Astrophysics of Galaxies
+1605.03347 Number Theory
+1605.03545 Materials Science
+1605.04333 Solar and Stellar Astrophysics
+1605.04975 High Energy Astrophysical Phenomena
+1605.05754 Astrophysics of Galaxies
+1605.06511 Astrophysics of Galaxies
+1605.08041 High Energy Astrophysical Phenomena
+1605.09506
+1605.09567 Astrophysics of Galaxies
+1606.00275 Astrophysics of Galaxies
+1606.00711
+1606.00925 Learning
+1606.01755
+1606.01830
+1606.02397
+1606.02458 Astrophysics of Galaxies
+1606.03243
+1606.04542 Disordered Systems and Neural Networks
+1606.04755 Quantum Gases
+1606.04778 Networking and Internet Architecture
+1606.04904 Mesoscale and Nanoscale Physics
+1606.05215 Astrophysics of Galaxies
+1606.05678 Earth and Planetary Astrophysics
+1606.06071 Numerical Analysis
+1606.07706 Differential Geometry
+1606.07915 Combinatorics
+1606.08149 Solar and Stellar Astrophysics
+1606.08509 Statistical Mechanics
+1606.08619 Superconductivity
+1606.08871 Astrophysics of Galaxies
+1606.09614 Strongly Correlated Electrons
+1606.09641 Statistical Mechanics
+1607.00164
+1607.00513 Superconductivity
+1607.01047 Astrophysics of Galaxies
+1607.01468 Phenomenology
+1607.01480 Atomic Physics
+1607.01681 Optics
+1607.02506
+1607.03107 Astrophysics of Galaxies
+1607.03184 Lattice
+1607.03832 Functional Analysis
+1607.03948 Information Theory
+1607.04383
+1607.04466 Theory
+1607.04702
+1607.04783
+1607.05236 Phenomenology
+1607.05237 Logic
+1607.05591 High Energy Astrophysical Phenomena
+1607.06100 Strongly Correlated Electrons
+1607.06179 Databases
+1607.06228 Astrophysics of Galaxies
+1607.06282 Cosmology and Nongalactic Astrophysics
+1607.06824 Other Quantitative Biology
+1607.07518
+1607.07739 Plasma Physics
+1607.07948 Phenomenology
+1607.08001 Classical Analysis and ODEs
+1607.08572 Mesoscale and Nanoscale Physics
+1608.00012 Astrophysics of Galaxies
+1608.00121 Astrophysics of Galaxies
+1608.00299 Systems and Control
+1608.00502 Atomic Physics
+1608.01227
+1608.01691 Exactly Solvable and Integrable Systems
+1608.01717 Instrumentation and Detectors
+1608.02173
+1608.02306 Symplectic Geometry
+1608.02315 Artificial Intelligence
+1608.02564 Algebraic Geometry
+1608.02664 Representation Theory
+1608.02930
+1608.03641 Phenomenology
+1608.03716 Analysis of PDEs
+1608.04014
+1608.04133 Astrophysics of Galaxies
+1608.04150 Astrophysics of Galaxies
+1608.04197 Soft Condensed Matter
+1608.04614 Metric Geometry
+1608.04645 Atomic Physics
+1608.04680 Neurons and Cognition
+1608.04696 Mesoscale and Nanoscale Physics
+1608.04775 Solar and Stellar Astrophysics
+1608.04842 Cosmology and Nongalactic Astrophysics
+1608.05497 Optimization and Control
+1608.05600 Astrophysics of Galaxies
+1608.05904 High Energy Astrophysical Phenomena
+1608.05935 Astrophysics of Galaxies
+1608.06449 High Energy Astrophysical Phenomena
+1608.06537 Lattice
+1608.06922 Mesoscale and Nanoscale Physics
+1608.07049 High Energy Astrophysical Phenomena
+1608.07254 Soft Condensed Matter
+1608.07319
+1608.07372 Earth and Planetary Astrophysics
+1608.07389 Strongly Correlated Electrons
+1608.07500 Phenomenology
+1608.07697 Statistical Mechanics
+1609.00044 Classical Physics
+1609.00386
+1609.00877 Disordered Systems and Neural Networks
+1609.01708 Methodology
+1609.01718 Astrophysics of Galaxies
+1609.01850 Cosmology and Nongalactic Astrophysics
+1609.02207
+1609.02374 Computer Vision and Pattern Recognition
+1609.02571
+1609.02753 Logic in Computer Science
+1609.02872 Phenomenology
+1609.02894
+1609.02922 High Energy Astrophysical Phenomena
+1609.03239
+1609.03281 Cosmology and Nongalactic Astrophysics
+1609.03791 Astrophysics of Galaxies
+1609.03865
+1609.04328 Mesoscale and Nanoscale Physics
+1609.04351 Theory
+1609.04503 Experiment
+1609.04755 Astrophysics of Galaxies
+1609.05106 Fluid Dynamics
+1609.05534 Optics
+1609.05687 Programming Languages
+1609.05775 Theory
+1609.05781
+1609.05819 Instrumentation and Detectors
+1609.05997 Materials Science
+1609.06742 Populations and Evolution
+1609.06800 Algebraic Topology
+1609.06972 Combinatorics
+1609.07054 Disordered Systems and Neural Networks
+1609.07098 Strongly Correlated Electrons
+1609.07131 Statistical Mechanics
+1609.07307
+1609.07622 Soft Condensed Matter
+1609.07623 Soft Condensed Matter
+1609.08220 Cosmology and Nongalactic Astrophysics
+1609.08267 Computer Vision and Pattern Recognition
+1609.08296 Statistical Mechanics
+1609.08416
+1609.08744 Probability
+1609.08817 High Energy Astrophysical Phenomena
+1609.08862 High Energy Astrophysical Phenomena
+1609.08990 Mesoscale and Nanoscale Physics
+1609.09317 Solar and Stellar Astrophysics
+1609.09442 Earth and Planetary Astrophysics
+1609.09528 Astrophysics of Galaxies
+1609.09633 Statistical Mechanics
+1609.09687 Optics
+1610.00016 Solar and Stellar Astrophysics
+1610.00215 Optics
+1610.00253 Logic in Computer Science
+1610.00263
+1610.00415 Classical Physics
+1610.00518 Numerical Analysis
+1610.00669 Theory
+1610.00679
+1610.00794
+1610.00866 Statistical Mechanics
+1610.01171 Strongly Correlated Electrons
+1610.01335 Number Theory
+1610.01399 High Energy Astrophysical Phenomena
+1610.01435 Lattice
+1610.01600 Astrophysics of Galaxies
+1610.01613 Quantum Gases
+1610.01702 Astrophysics of Galaxies
+1610.02096 High Energy Astrophysical Phenomena
+1610.02350
+1610.02380 Statistical Mechanics
+1610.02733 Soft Condensed Matter
+1610.02775 Astrophysics of Galaxies
+1610.02970 Mesoscale and Nanoscale Physics
+1610.03104 Solar and Stellar Astrophysics
+1610.03281
+1610.03346 Logic in Computer Science
+1610.03783 Statistics Theory
+1610.03814 Dynamical Systems
+1610.04339 High Energy Astrophysical Phenomena
+1610.04743 Astrophysics of Galaxies
+1610.05134 Experiment
+1610.05156 Logic in Computer Science
+1610.05282
+1610.05301 Astrophysics of Galaxies
+1610.05629 High Energy Astrophysical Phenomena
+1610.05767 Astrophysics of Galaxies
+1610.05802 Instrumentation and Detectors
+1610.05810 Mesoscale and Nanoscale Physics
+1610.06001
+1610.06223 Earth and Planetary Astrophysics
+1610.06339 Solar and Stellar Astrophysics
+1610.06548
+1610.06730 Superconductivity
+1610.06843 Instrumentation and Methods for Astrophysics
+1610.07154 High Energy Astrophysical Phenomena
+1610.07261
+1610.07529 Cosmology and Nongalactic Astrophysics
+1610.08054 High Energy Astrophysical Phenomena
+1610.08501 Cosmology and Nongalactic Astrophysics
+1610.08785 Astrophysics of Galaxies
+1610.08858 Theory
+1610.08957 Quantum Gases
+1610.08965 Cosmology and Nongalactic Astrophysics
+1610.09346 Soft Condensed Matter
+1610.09531 Lattice
+1610.09760
+1610.10024 Other Condensed Matter
+1610.10034 Phenomenology
+1610.10053 Instrumentation and Methods for Astrophysics
+1610.10083
+1611.00056
+1611.00516 Differential Geometry
+1611.00635 Soft Condensed Matter
+1611.00831 Probability
+1611.00890 Optimization and Control
+1611.01267 Complex Variables
+1611.01431 Earth and Planetary Astrophysics
+1611.01519 High Energy Astrophysical Phenomena
+1611.01666 Solar and Stellar Astrophysics
+1611.01848 Accelerator Physics
+1611.01900 Machine Learning
+1611.02057
+1611.02115 Classical Physics
+1611.02296 Disordered Systems and Neural Networks
+1611.02332 Molecular Networks
+1611.02647
+1611.02797 Experiment
+1611.03789 Data Structures and Algorithms
+1611.03904 Quantum Gases
+1611.04048 Optics
+1611.04468 Astrophysics of Galaxies
+1611.04757 Quantum Gases
+1611.04987
+1611.05037 Instrumentation and Detectors
+1611.05052 Astrophysics of Galaxies
+1611.05115 Materials Science
+1611.05264 Differential Geometry
+1611.05370 Combinatorics
+1611.05677 Numerical Analysis
+1611.05871 Astrophysics of Galaxies
+1611.06060 Superconductivity
+1611.06143 Experiment
+1611.06228 Phenomenology
+1611.06432 Solar and Stellar Astrophysics
+1611.06614
+1611.07080 Solar and Stellar Astrophysics
+1611.07156 Computer Vision and Pattern Recognition
+1611.07239 Numerical Analysis
+1611.07244 Instrumentation and Detectors
+1611.07485 Computer Vision and Pattern Recognition
+1611.07968 Mesoscale and Nanoscale Physics
+1611.08369 Group Theory
+1611.08460 Phenomenology
+1611.08493
+1611.08594 Astrophysics of Galaxies
+1611.08718
+1611.08930 Sound
+1611.09119 Computer Vision and Pattern Recognition
+1611.09124 High Energy Astrophysical Phenomena
+1611.09504 Earth and Planetary Astrophysics
+1611.09555 Strongly Correlated Electrons
+1611.09672 Optics
+1611.09675 Phenomenology
+1611.09810
+1611.09846 Cosmology and Nongalactic Astrophysics
+1611.10040 Theory
+1611.10222 Astrophysics of Galaxies
+1611.10240
+1611.10265 Strongly Correlated Electrons
+1612.00132 Computer Vision and Pattern Recognition
+1612.00771 Theory
+1612.00847 Cosmology and Nongalactic Astrophysics
+1612.00856 Mesoscale and Nanoscale Physics
+1612.00868 Theory
+1612.01102 Instrumentation and Methods for Astrophysics
+1612.01380 Computer Vision and Pattern Recognition
+1612.01388 Fluid Dynamics
+1612.01462
+1612.01526 Astrophysics of Galaxies
+1612.01616 Solar and Stellar Astrophysics
+1612.01643 Phenomenology
+1612.01699 Mesoscale and Nanoscale Physics
+1612.01738 Theory
+1612.01825 Instrumentation and Methods for Astrophysics
+1612.01860 Sound
+1612.02029
+1612.02030
+1612.02072 Earth and Planetary Astrophysics
+1612.02077 Solar and Stellar Astrophysics
+1612.02097 High Energy Astrophysical Phenomena
+1612.02150 Solar and Stellar Astrophysics
+1612.02343 Phenomenology
+1612.02408
+1612.02545 Information Theory
+1612.02697 Phenomenology
+1612.02818 Astrophysics of Galaxies
+1612.02821 Cosmology and Nongalactic Astrophysics
+1612.03157
+1612.03171 Astrophysics of Galaxies
+1612.03235 Statistical Mechanics
+1612.03291 Phenomenology
+1612.03299
+1612.03465 Representation Theory
+1612.03604
+1612.03646 Strongly Correlated Electrons
+1612.03655 Phenomenology
+1612.03708 Cosmology and Nongalactic Astrophysics
+1612.03770 Neural and Evolutionary Computing
+1612.03802 High Energy Astrophysical Phenomena
+1612.03855 Theory
+1612.03874
+1612.03906 Cosmology and Nongalactic Astrophysics
+1612.04078 Phenomenology
+1612.04264 Optics
+1612.04305 Mesoscale and Nanoscale Physics
+1612.04421
+1612.04584 Algebraic Topology
+1612.04601 Chaotic Dynamics
+1612.04613 Theory
+1612.04653 Mesoscale and Nanoscale Physics
+1612.04964 Strongly Correlated Electrons
+1612.05084 Statistical Mechanics
+1612.05279 Cosmology and Nongalactic Astrophysics
+1612.05466
+1612.05582 Phenomenology
+1612.05632 Theory
+1612.06360 Mesoscale and Nanoscale Physics
+1612.06400 Astrophysics of Galaxies
+1612.06629 Mesoscale and Nanoscale Physics
+1612.06764 Experiment
+1612.06780 Mesoscale and Nanoscale Physics
+1612.06814 Strongly Correlated Electrons
+1612.06858 Phenomenology
+1612.06884 Plasma Physics
+1612.07066 Solar and Stellar Astrophysics
+1612.07383
+1612.07513 Instrumentation and Methods for Astrophysics
+1612.07605 Statistical Mechanics
+1612.07959 Chemical Physics
+1612.08100 Probability
+1612.08379 Soft Condensed Matter
+1612.08453 Solar and Stellar Astrophysics
+1612.08500 Pattern Formation and Solitons
+1612.09048 Superconductivity
+1612.09069 Optimization and Control
+1612.09224 Phenomenology
+1701.00171 Instrumentation and Methods for Astrophysics
+1701.00261
+1701.00465 Dynamical Systems
+1701.00539 Statistical Mechanics
+1701.00555
+1701.00885 Astrophysics of Galaxies
+1701.00966 Soft Condensed Matter
+1701.01071 Statistical Mechanics
+1701.01140 Machine Learning
+1701.01294 Earth and Planetary Astrophysics
+1701.01432 Instrumentation and Detectors
+1701.01489
+1701.01588 Earth and Planetary Astrophysics
+1701.01697 Materials Science
+1701.01755
+1701.01822 Space Physics
+1701.01935
+1701.02334 Numerical Analysis
+1701.02441 Strongly Correlated Electrons
+1701.02532 Mesoscale and Nanoscale Physics
+1701.02608
+1701.02629 Astrophysics of Galaxies
+1701.02677 High Energy Astrophysical Phenomena
+1701.02741 Astrophysics of Galaxies
+1701.02768 Combinatorics
+1701.02805 Physics and Society
+1701.02861
+1701.02921 Theory
+1701.02965 Computer Vision and Pattern Recognition
+1701.02972 Fluid Dynamics
+1701.03064 Phenomenology
+1701.03118 Cosmology and Nongalactic Astrophysics
+1701.03254 Atomic Physics
+1701.03668 Astrophysics of Galaxies
+1701.03853 Strongly Correlated Electrons
+1701.04001 Astrophysics of Galaxies
+1701.04264 Mesoscale and Nanoscale Physics
+1701.04274 Quantum Gases
+1701.04415 Cosmology and Nongalactic Astrophysics
+1701.04430 Superconductivity
+1701.04668 Analysis of PDEs
+1701.05203 Solar and Stellar Astrophysics
+1701.05243 Information Theory
+1701.05316 Instrumentation and Methods for Astrophysics
+1701.05488 Strongly Correlated Electrons
+1701.05501 Experiment
+1701.05576 Theory
+1701.05758 High Energy Astrophysical Phenomena
+1701.05815 Astrophysics of Galaxies
+1701.05868 Number Theory
+1701.05873 Instrumentation and Methods for Astrophysics
+1701.06043
+1701.06133 Mesoscale and Nanoscale Physics
+1701.06343
+1701.06397 Instrumentation and Methods for Astrophysics
+1701.06553 Theory
+1701.06701 High Energy Astrophysical Phenomena
+1701.06809 Solar and Stellar Astrophysics
+1701.06835 Solar and Stellar Astrophysics
+1701.06888 Materials Science
+1701.06910 Materials Science
+1701.06978 Solar and Stellar Astrophysics
+1701.06999 Materials Science
+1701.07059 Computational Engineering, Finance, and Science
+1701.07244 Solar and Stellar Astrophysics
+1701.07371 Information Theory
+1701.07435 Earth and Planetary Astrophysics
+1701.07459 Astrophysics of Galaxies
+1701.07611 Mesoscale and Nanoscale Physics
+1701.08214 Phenomenology
+1701.08296 Earth and Planetary Astrophysics
+1701.08336 Materials Science
+1701.08954 Learning
+1702.00424 Instrumentation and Methods for Astrophysics
+1702.00648 Computer Vision and Pattern Recognition
+1702.00709 Optimization and Control
+1702.00785 Multiagent Systems
+1702.00951 Phenomenology
+1702.01637 Mesoscale and Nanoscale Physics
+1702.01784 Solar and Stellar Astrophysics
+1702.02045 Mesoscale and Nanoscale Physics
+1702.02118 Astrophysics of Galaxies
+1702.02132 Astrophysics of Galaxies
+1702.02150 Earth and Planetary Astrophysics
+1702.02233 Astrophysics of Galaxies
+1702.02510 Neurons and Cognition
+1702.03227 Astrophysics of Galaxies
+1702.03331 Astrophysics of Galaxies
+1702.03381 Strongly Correlated Electrons
+1702.03490 Optics
+1702.03550 Space Physics
+1702.03564 Software Engineering
+1702.03601 High Energy Astrophysical Phenomena
+1702.03682
+1702.03754 High Energy Astrophysical Phenomena
+1702.03805 High Energy Astrophysical Phenomena
+1702.03882 High Energy Astrophysical Phenomena
+1702.03893 Solar and Stellar Astrophysics
+1702.04284
+1702.04543 Earth and Planetary Astrophysics
+1702.04606 Solar and Stellar Astrophysics
+1702.04673 Fluid Dynamics
+1702.04747 Plasma Physics
+1702.04780 Earth and Planetary Astrophysics
+1702.04788 Astrophysics of Galaxies
+1702.04979 Earth and Planetary Astrophysics
+1702.05099 Astrophysics of Galaxies
+1702.05136 Solar and Stellar Astrophysics
+1702.05158 Solar and Stellar Astrophysics
+1702.05621 Instrumentation and Methods for Astrophysics
+1702.05847 Cosmology and Nongalactic Astrophysics
+1702.05920 High Energy Astrophysical Phenomena
+1702.05938
+1702.06132 Cosmology and Nongalactic Astrophysics
+1702.06133 Astrophysics of Galaxies
+1702.06165 Astrophysics of Galaxies
+1702.06623 Physics and Society
+1702.06768 Cosmology and Nongalactic Astrophysics
+1702.06827 Systems and Control
+1702.06858 Formal Languages and Automata Theory
+1702.06953 Astrophysics of Galaxies
+1702.07200 Materials Science
+1702.07341 Solar and Stellar Astrophysics
+1702.07361 Instrumentation and Methods for Astrophysics
+1702.07428 Solar and Stellar Astrophysics
+1702.07430 Solar and Stellar Astrophysics
+1702.07504 Strongly Correlated Electrons
+1702.07561 Statistical Mechanics
+1702.07769 Solar and Stellar Astrophysics
+1702.07845 Mesoscale and Nanoscale Physics
+1702.08167 Dynamical Systems
+1702.08422
+1702.08426 Group Theory
+1702.08465 Solar and Stellar Astrophysics
+1702.08554 Astrophysics of Galaxies
+1702.08585 Solar and Stellar Astrophysics
+1702.08604 High Energy Astrophysical Phenomena
+1702.08655 Theory
+1702.08706 Plasma Physics
+1703.00063
+1703.00516 High Energy Astrophysical Phenomena
+1703.00529 Astrophysics of Galaxies
+1703.00556 Human-Computer Interaction
+1703.00625 Instrumentation and Methods for Astrophysics
+1703.00628 Cosmology and Nongalactic Astrophysics
+1703.00631 Solar and Stellar Astrophysics
+1703.00634 Cosmology and Nongalactic Astrophysics
+1703.00675 Statistical Mechanics
+1703.00717 Mesoscale and Nanoscale Physics
+1703.00750 Optics
+1703.00932 High Energy Astrophysical Phenomena
+1703.00967 Quantum Gases
+1703.01094 Phenomenology
+1703.01497 Functional Analysis
+1703.01845
+1703.01895 Cosmology and Nongalactic Astrophysics
+1703.02984 Astrophysics of Galaxies
+1703.03060
+1703.03318 Superconductivity
+1703.03419 Astrophysics of Galaxies
+1703.03644 High Energy Astrophysical Phenomena
+1703.03772
+1703.03813 Astrophysics of Galaxies
+1703.04338 Astrophysics of Galaxies
+1703.04486 Operator Algebras
+1703.05044 Group Theory
+1703.05197 Algebraic Geometry
+1703.05222 Theory
+1703.05252 Combinatorics
+1703.05491 Astrophysics of Galaxies
+1703.05567
+1703.05741 Algebraic Geometry
+1703.05765 Solar and Stellar Astrophysics
+1703.05822 Astrophysics of Galaxies
+1703.05835 Complex Variables
+1703.05873 Phenomenology
+1703.06134 Phenomenology
+1703.06356 Formal Languages and Automata Theory
+1703.06498 Number Theory
+1703.06834 Phenomenology
+1703.06871 Theory
+1703.06905 Robotics
+1703.06918 Cosmology and Nongalactic Astrophysics
+1703.06938 Phenomenology
+1703.07011 Operator Algebras
+1703.07023 Computer Vision and Pattern Recognition
+1703.07024 High Energy Astrophysical Phenomena
+1703.07060 Solar and Stellar Astrophysics
+1703.07163 Phenomenology
+1703.07179 Medical Physics
+1703.07317 Physics and Society
+1703.07318 Astrophysics of Galaxies
+1703.07437 Mesoscale and Nanoscale Physics
+1703.07450 Instrumentation and Methods for Astrophysics
+1703.07475 Computer Vision and Pattern Recognition
+1703.07523 Computer Vision and Pattern Recognition
+1703.07592 Space Physics
+1703.07646 Information Theory
+1703.07654 Neurons and Cognition
+1703.07667 Phenomenology
+1703.07684 Computer Vision and Pattern Recognition
+1703.07731 Statistical Mechanics
+1703.07821 Solar and Stellar Astrophysics
+1703.07916 Materials Science
+1703.07957 Computer Vision and Pattern Recognition
+1703.08098 Computation and Language
+1703.08169 Phenomenology
+1703.08243 Systems and Control
+1703.08298 Symbolic Computation
+1703.08318 Materials Science
+1703.08381 Astrophysics of Galaxies
+1703.08398
+1703.08447
+1703.08450 Phenomenology
+1703.08479 Optics
+1703.08515 Systems and Control
+1703.08538 Astrophysics of Galaxies
+1703.08551 Astrophysics of Galaxies
+1703.08552
+1703.08633 Cosmology and Nongalactic Astrophysics
+1703.08643 Data Analysis, Statistics and Probability
+1703.08667 Learning
+1703.08708 Superconductivity
+1703.08757 Theory
+1703.08800 Systems and Control
+1703.08915 Populations and Evolution
+1703.08925 Instrumentation and Methods for Astrophysics
+1703.08942 Phenomenology
+1703.09000 Earth and Planetary Astrophysics
+1703.09019 Optics
+1703.09028 Social and Information Networks
+1703.09050 Algebraic Topology
+1703.09057
+1703.09100 Mesoscale and Nanoscale Physics
+1703.09129 Computational Finance
+1703.09144 Instrumentation and Detectors
+1703.09164 Solar and Stellar Astrophysics
+1703.09170 Algebraic Topology
+1703.09210 Computer Vision and Pattern Recognition
+1703.09211 Computer Vision and Pattern Recognition
+1703.09214
+1703.09215 Exactly Solvable and Integrable Systems
+1703.09216 High Energy Astrophysical Phenomena
+1703.09217 Networking and Internet Architecture
+1703.09218 Databases
+1703.09220 Strongly Correlated Electrons
+1703.09221 Astrophysics of Galaxies
+1703.09223 Astrophysics of Galaxies
+1703.09224 Astrophysics of Galaxies
+1703.09225 Earth and Planetary Astrophysics
+1703.09226 Phenomenology
+1703.09227 Earth and Planetary Astrophysics
+1703.09228 Cosmology and Nongalactic Astrophysics
+1703.09229 Earth and Planetary Astrophysics
+1703.09230 Astrophysics of Galaxies
+1703.09231 Quantum Gases
+1703.09232 High Energy Astrophysical Phenomena
+1703.09233 Cosmology and Nongalactic Astrophysics
+1703.09234 Astrophysics of Galaxies
+1703.09235 Mesoscale and Nanoscale Physics
+1703.09237 Phenomenology
+1703.09238 Theory
+1703.09239 Instrumentation and Methods for Astrophysics
+1703.09240 Differential Geometry
+1703.09241 Theory
+1703.09242 Instrumentation and Methods for Astrophysics
+1703.09243
+1703.09244 Cryptography and Security
+1703.09245 Computer Vision and Pattern Recognition
+1703.09246 Lattice
+1703.09247 Phenomenology
+1703.09248 Optics
+1703.09249 Statistical Mechanics
+1703.09250 Solar and Stellar Astrophysics
+1703.09251 Number Theory
+1703.09252 Phenomenology
+1703.09253 Dynamical Systems
+1703.09254 Instrumentation and Methods for Astrophysics
+1703.09255 Networking and Internet Architecture
+1703.09256 Phenomenology
+1703.09257 Distributed, Parallel, and Cluster Computing
+1703.09258 Optimization and Control
+1703.09259
+1703.09260 Systems and Control
+1703.09261 Disordered Systems and Neural Networks
+1703.09262 K-Theory and Homology
+1703.09263
+1703.09264 Distributed, Parallel, and Cluster Computing
+1703.09265 Computational Engineering, Finance, and Science
+1703.09266 Dynamical Systems
+1703.09267
+1703.09268 Mathematical Software
+1703.09269 Statistics Theory
+1703.09270
+1703.09271 Analysis of PDEs
+1703.09272 Theory
+1703.09273 Optics
+1703.09274 Solar and Stellar Astrophysics
+1703.09275 Dynamical Systems
+1703.09276 Algebraic Geometry
+1703.09277
+1703.09278
+1703.09279 Computer Science and Game Theory
+1703.09280 Optimization and Control
+1703.09281 Atmospheric and Oceanic Physics
+1703.09282 Methodology
+1703.09283 Solar and Stellar Astrophysics
+1703.09284 High Energy Astrophysical Phenomena
+1703.09285 Earth and Planetary Astrophysics
+1703.09286 Theory
+1703.09287
+1703.09288 Statistical Mechanics
+1703.09289
+1703.09290 Mesoscale and Nanoscale Physics
+1703.09291 Optics
+1703.09292 Number Theory
+1703.09293 Theory
+1703.09294 Materials Science
+1703.09295 Soft Condensed Matter
+1703.09296 Computer Vision and Pattern Recognition
+1703.09297 Complex Variables
+1703.09298 Information Theory
+1703.09299 Combinatorics
+1703.09300 Phenomenology
+1703.09301 Computation
+1703.09302 Sound
+1703.09303 Disordered Systems and Neural Networks
+1703.09304 Phenomenology
+1703.09305 Methodology
+1703.09306 Superconductivity
+1703.09307 Data Structures and Algorithms
+1703.09308 Instrumentation and Detectors
+1703.09310 Learning
+1703.09311 High Energy Astrophysical Phenomena
+1703.09312 Robotics
+1703.09313 Chemical Physics
+1703.09314 Logic
+1703.09315 Social and Information Networks
+1703.09316 Networking and Internet Architecture
+1703.09317
+1703.09319 Algebraic Geometry
+1703.09320 Complex Variables
+1703.09321 Fluid Dynamics
+1703.09322 Geometric Topology
+1703.09323 Analysis of PDEs
+1703.09324 Data Structures and Algorithms
+1703.09325 Functional Analysis
+1703.09326 Distributed, Parallel, and Cluster Computing
+1703.09327 Learning
+1703.09328 Category Theory
+1703.09329 Analysis of PDEs
+1703.09330 Group Theory
+1703.09331 Combinatorics
+1703.09333 Experiment
+1703.09334 Plasma Physics
+1703.09335 Materials Science
+1703.09336 Disordered Systems and Neural Networks
+1703.09337 Cosmology and Nongalactic Astrophysics
+1703.09338 Metric Geometry
+1703.09339 Optimization and Control
+1703.09340 Statistical Mechanics
+1703.09341
+1703.09342 Computer Vision and Pattern Recognition
+1703.09343 Digital Libraries
+1703.09344 Statistics Theory
+1703.09345 Astrophysics of Galaxies
+1703.09346
+1703.09347 Neurons and Cognition
+1703.09348 Earth and Planetary Astrophysics
+1703.09349 Physics Education
+1703.09350 Algebraic Geometry
+1703.09351 Statistics Theory
+1703.09352 Differential Geometry
+1703.09353
+1703.09355
+1703.09356 Mesoscale and Nanoscale Physics
+1703.09357 Strongly Correlated Electrons
+1703.09358 Combinatorics
+1703.09360 Quantum Gases
+1703.09361 Information Theory
+1703.09362 Instrumentation and Methods for Astrophysics
+1703.09363
+1703.09364 Systems and Control
+1703.09365
+1703.09366 Mesoscale and Nanoscale Physics
+1703.09367 Differential Geometry
+1703.09368 Artificial Intelligence
+1703.09369
+1703.09370 Learning
+1703.09371 Materials Science
+1703.09372 Probability
+1703.09373 Strongly Correlated Electrons
+1703.09374
+1703.09375
+1703.09376 Cosmology and Nongalactic Astrophysics
+1703.09377 Optimization and Control
+1703.09378 Combinatorics
+1703.09379 Computer Vision and Pattern Recognition
+1703.09380 Instrumentation and Methods for Astrophysics
+1703.09381
+1703.09382 Computation
+1703.09383
+1703.09384 Solar and Stellar Astrophysics
+1703.09385 Probability
+1703.09386 Statistical Finance
+1703.09387 Neural and Evolutionary Computing
+1703.09388 Earth and Planetary Astrophysics
+1703.09389 Mesoscale and Nanoscale Physics
+1703.09390 Learning
+1703.09391 Learning
+1703.09392 Optimization and Control
+1703.09393 Computer Vision and Pattern Recognition
+1703.09394 Information Theory
+1703.09395 Soft Condensed Matter
+1703.09396
+1703.09397 Machine Learning
+1703.09398 Social and Information Networks
+1703.09399 Phenomenology
+1703.09400 Social and Information Networks
+1703.09401 Algebraic Geometry
+1703.09402 Algebraic Geometry
+1703.09403 Statistics Theory
+1703.09404
+1703.09405 Atmospheric and Oceanic Physics
+1703.09406 Logic
+1703.09407 Strongly Correlated Electrons
+1703.09408 Differential Geometry
+1703.09409 Lattice
+1703.09410 Number Theory
+1703.09411 Analysis of PDEs
+1703.09412 Logic
+1703.09413 Rings and Algebras
+1703.09414 Geometric Topology
+1703.09415 Optimization and Control
+1703.09416 Algebraic Geometry
+1703.09417 Phenomenology
+1703.09418 Pattern Formation and Solitons
+1703.09419 Mesoscale and Nanoscale Physics
+1703.09420 Differential Geometry
+1703.09421 Data Structures and Algorithms
+1703.09422
+1703.09423 Networking and Internet Architecture
+1703.09424 Probability
+1703.09425 Spectral Theory
+1703.09426 Optimization and Control
+1703.09427 Commutative Algebra
+1703.09428
+1703.09429 Analysis of PDEs
+1703.09430 Applications
+1703.09431 Analysis of PDEs
+1703.09432 Soft Condensed Matter
+1703.09433 Probability
+1703.09434 Computers and Society
+1703.09435 Theory
+1703.09436 Computer Vision and Pattern Recognition
+1703.09437
+1703.09438 Computer Vision and Pattern Recognition
+1703.09439 Computation and Language
+1703.09440 Geometric Topology
+1703.09441 Mesoscale and Nanoscale Physics
+1703.09442 Experiment
+1703.09443 Analysis of PDEs
+1703.09444 Materials Science
+1703.09445 Fluid Dynamics
+1703.09446 Astrophysics of Galaxies
+1703.09447
+1703.09448
+1703.09449 Materials Science
+1703.09450 Earth and Planetary Astrophysics
+1703.09451 Materials Science
+1703.09452 Learning
+1703.09453 Networking and Internet Architecture
+1703.09454 Solar and Stellar Astrophysics
+1703.09455 Optics
+1703.09456 Chemical Physics
+1703.09458 Differential Geometry
+1703.09459 Superconductivity
+1703.09460 Analysis of PDEs
+1703.09461 Medical Physics
+1703.09462 Chemical Physics
+1703.09463 Atomic Physics
+1703.09464 Algebraic Geometry
+1703.09465 Strongly Correlated Electrons
+1703.09466 Solar and Stellar Astrophysics
+1703.09467 Materials Science
+1703.09468 Human-Computer Interaction
+1703.09469 Neural and Evolutionary Computing
+1703.09470 Computer Vision and Pattern Recognition
+1703.09471 Computer Vision and Pattern Recognition
+1703.09472 Applications
+1703.09473 Exactly Solvable and Integrable Systems
+1703.09474 Computer Vision and Pattern Recognition
+1703.09475 Representation Theory
+1703.09478 Complex Variables
+1703.09481 Probability
+1703.09482 Pattern Formation and Solitons
+1703.09483 Chemical Physics
+1703.09485 Complex Variables
+1703.09486 Statistical Mechanics
+1703.09487 Medical Physics
+1703.09488 Neurons and Cognition
+1703.09489 Geometric Topology
+1703.09490 Optics
+1703.09491 High Energy Astrophysical Phenomena
+1703.09492 Phenomenology
+1703.09493 Algebraic Geometry
+1703.09494 Chemical Physics
+1703.09495 Classical Analysis and ODEs
+1703.09496 Experiment
+1703.09497 High Energy Astrophysical Phenomena
+1703.09498
+1703.09499 Computer Vision and Pattern Recognition
+1703.09500 Pricing of Securities
+1703.09501 Cryptography and Security
+1703.09502 Phenomenology
+1703.09503 Statistical Mechanics
+1703.09504 Materials Science
+1703.09505 Discrete Mathematics
+1703.09507 Computer Vision and Pattern Recognition
+1703.09508 Networking and Internet Architecture
+1703.09509 Optimization and Control
+1703.09510 Mesoscale and Nanoscale Physics
+1703.09511 Theory
+1703.09512 Instrumentation and Detectors
+1703.09513 Artificial Intelligence
+1703.09514 Phenomenology
+1703.09515 Biological Physics
+1703.09516 Statistical Mechanics
+1703.09517 Soft Condensed Matter
+1703.09518 Information Theory
+1703.09519 Earth and Planetary Astrophysics
+1703.09520 Metric Geometry
+1703.09521 Networking and Internet Architecture
+1703.09522 Mesoscale and Nanoscale Physics
+1703.09524 Complex Variables
+1703.09525
+1703.09526 Number Theory
+1703.09527 Computation and Language
+1703.09528 Machine Learning
+1703.09529 Computer Vision and Pattern Recognition
+1703.09530 Complex Variables
+1703.09531 Statistics Theory
+1703.09532 Phenomenology
+1703.09533 Computational Geometry
+1703.09534 Pattern Formation and Solitons
+1703.09535 Complex Variables
+1703.09536
+1703.09537 Information Theory
+1703.09538 Statistical Mechanics
+1703.09539 Databases
+1703.09540 Analysis of PDEs
+1703.09541 Phenomenology
+1703.09542 Distributed, Parallel, and Cluster Computing
+1703.09543 Earth and Planetary Astrophysics
+1703.09544 Astrophysics of Galaxies
+1703.09545 Differential Geometry
+1703.09546
+1703.09547
+1703.09548 Phenomenology
+1703.09550 Computer Vision and Pattern Recognition
+1703.09551 Combinatorics
+1703.09552 Theory
+1703.09553 Probability
+1703.09554 Computer Vision and Pattern Recognition
+1703.09556
+1703.09557 Differential Geometry
+1703.09558 Information Theory
+1703.09559 Other Condensed Matter
+1703.09560 High Energy Astrophysical Phenomena
+1703.09561 Classical Analysis and ODEs
+1703.09562 Plasma Physics
+1703.09563 Systems and Control
+1703.09564 Populations and Evolution
+1703.09565 Numerical Analysis
+1703.09566 Quantum Gases
+1703.09567 Software Engineering
+1703.09568
+1703.09569 Differential Geometry
+1703.09570 Computation and Language
+1703.09571 Analysis of PDEs
+1703.09572 High Energy Astrophysical Phenomena
+1703.09573 Cosmology and Nongalactic Astrophysics
+1703.09574 Databases
+1703.09575 Information Theory
+1703.09576
+1703.09577 Differential Geometry
+1703.09578 Functional Analysis
+1703.09579 Phenomenology
+1703.09580 Learning
+1703.09581 Populations and Evolution
+1703.09582 Materials Science
+1703.09583
+1703.09584 Soft Condensed Matter
+1703.09585 Atomic Physics
+1703.09586 Soft Condensed Matter
+1703.09587
+1703.09588
+1703.09589 Numerical Analysis
+1703.09590 Differential Geometry
+1703.09591 Soft Condensed Matter
+1703.09592 Materials Science
+1703.09594
+1703.09595 Metric Geometry
+1703.09596 Soft Condensed Matter
+1703.09597 Number Theory
+1703.09598 Fluid Dynamics
+1703.09599 Group Theory
+1703.09600 Combinatorics
+1703.09601 Statistical Mechanics
+1703.09603 Software Engineering
+1703.09604 Fluid Dynamics
+1703.09605 Quantum Algebra
+1703.09606 General Physics
+1703.09607 Theory
+1703.09608 General Mathematics
+1703.09609 Algebraic Geometry
+1703.09610 General Physics
+1703.09611 Group Theory
+1703.09612 Materials Science
+1703.09613 Software Engineering
+1703.09615 General Physics
+1703.09616 Combinatorics
+1703.09617 General Physics
+1703.09618 Classical Analysis and ODEs
+1703.09619 Numerical Analysis
+1703.09620 Artificial Intelligence
+1703.09621 Numerical Analysis
+1703.09622 Computational Physics
+1703.09623 Probability
+1703.09624 Exactly Solvable and Integrable Systems
+1703.09625 Computer Vision and Pattern Recognition
+1703.09626 Methodology
+1703.09627 Phenomenology
+1703.09629 Differential Geometry
+1703.09630 Cosmology and Nongalactic Astrophysics
+1703.09631 Machine Learning
+1703.09632 Algebraic Topology
+1703.09634
+1703.09635 Theory
+1703.09636 Rings and Algebras
+1703.09637 Neurons and Cognition
+1703.09638
+1703.09639
+1703.09640 Earth and Planetary Astrophysics
+1703.09641 Computers and Society
+1703.09642 Spectral Theory
+1703.09643 Computers and Society
+1703.09644 Algebraic Geometry
+1703.09645 History and Overview
+1703.09646 Learning
+1703.09647 Phenomenology
+1703.09648 History and Overview
+1703.09649 History and Overview
+1703.09650 History and Overview
+1703.09651 Learning
+1703.09652 Group Theory
+1703.09653 Astrophysics of Galaxies
+1703.09654 Mesoscale and Nanoscale Physics
+1703.09655 Analysis of PDEs
+1703.09656
+1703.09658 Computation
+1703.09659 Biological Physics
+1703.09660 Astrophysics of Galaxies
+1703.09661 Soft Condensed Matter
+1703.09662 Human-Computer Interaction
+1703.09663
+1703.09664 Computers and Society
+1703.09665 Experiment
+1703.09666 Biological Physics
+1703.09667 Statistical Finance
+1703.09668 Earth and Planetary Astrophysics
+1703.09669 Computer Science and Game Theory
+1703.09670 Information Theory
+1703.09671 Materials Science
+1703.09672 Theory
+1703.09673 Instrumentation and Methods for Astrophysics
+1703.09674 Analysis of PDEs
+1703.09675 Phenomenology
+1703.09676 Pattern Formation and Solitons
+1703.09677 Functional Analysis
+1703.09678 Mesoscale and Nanoscale Physics
+1703.09679 Solar and Stellar Astrophysics
+1703.09680 Group Theory
+1703.09681 Theory
+1703.09682 Combinatorics
+1703.09683 Algebraic Geometry
+1703.09684 Computer Vision and Pattern Recognition
+1703.09685 Theory
+1703.09686
+1703.09687 Combinatorics
+1703.09688 Soft Condensed Matter
+1703.09690 Computer Vision and Pattern Recognition
+1703.09691 Cell Behavior
+1703.09693 Social and Information Networks
+1703.09694 Mesoscale and Nanoscale Physics
+1703.09695 Computer Vision and Pattern Recognition
+astro-ph/0304463
+astro-ph/0308053
+astro-ph/0308056
+astro-ph/0308090
+astro-ph/0308543
+astro-ph/0309184
+astro-ph/0309269
+astro-ph/0309349
+astro-ph/0309420
+astro-ph/0309439
+astro-ph/0309466
+astro-ph/0309675
+astro-ph/0309732
+astro-ph/0310211
+astro-ph/0310297
+astro-ph/0312350
+astro-ph/0401617
+astro-ph/0410355
+astro-ph/9711344
+math/0603738 Complex Variables
+nlin/0502033 Pattern Formation and Solitons
+0806.0091 Experiment
+0807.2304
+1009.1867 Exactly Solvable and Integrable Systems
+1108.1335
+1109.2304 Data Structures and Algorithms
+1112.5524 Combinatorics
+1112.5910 Phenomenology
+1204.3204 Quantum Gases
+1205.2170 Distributed, Parallel, and Cluster Computing
+1208.2772 High Energy Astrophysical Phenomena
+1209.0848 K-Theory and Homology
+1211.3547 Theory
+1212.3780 Soft Condensed Matter
+1212.5562
+1301.5052 Differential Geometry
+1303.1078 General Physics
+1303.1262 General Physics
+1303.6484 Number Theory
+1304.0854 Spectral Theory
+1305.7511 Differential Geometry
+1306.4705 Analysis of PDEs
+1306.6446 Number Theory
+1308.2088 Number Theory
+1309.4991 Fluid Dynamics
+1311.7526 Theory
+1312.5498 General Physics
+1312.5835 General Physics
+1402.3972
+1402.4340 Functional Analysis
+1403.5182
+1404.3282 Number Theory
+1406.5283 Analysis of PDEs
+1406.6194
+1407.2636 Distributed, Parallel, and Cluster Computing
+1407.3583 Cosmology and Nongalactic Astrophysics
+1407.5015 Representation Theory
+1407.6023 Theory
+1407.7214 Soft Condensed Matter
+1407.7219 Soft Condensed Matter
+1408.3614 Strongly Correlated Electrons
+1409.1469 Commutative Algebra
+1409.2516 Analysis of PDEs
+1410.3412 Number Theory
+1410.5610 Neurons and Cognition
+1411.6647 Differential Geometry
+1412.0146 Analysis of PDEs
+1412.2203 Algebraic Geometry
+1412.2850
+1501.00345 Strongly Correlated Electrons
+1502.01474 General Physics
+1502.02505 Number Theory
+1502.03510 Quantum Algebra
+1502.05133 Dynamical Systems
+1503.00130 Algebraic Geometry
+1503.05083
+1503.05524 Analysis of PDEs
+1503.07462 Differential Geometry
+1503.07517
+1504.02905 Solar and Stellar Astrophysics
+1504.04723 Chaotic Dynamics
+1504.05759 Classical Analysis and ODEs
+1504.06964 Methodology
+1504.08182 Mesoscale and Nanoscale Physics
+1504.08351 Differential Geometry
+1505.04612
+1505.06157
+1505.06455 Logic
+1505.07787
+1506.04797 Populations and Evolution
+1506.08335 Representation Theory
+1507.00597 Geometric Topology
+1507.03050 Combinatorics
+1507.03556 Dynamical Systems
+1507.04449 Operator Algebras
+1507.08315 Fluid Dynamics
+1508.01301 Combinatorics
+1508.01717 Machine Learning
+1508.01797
+1508.04114 Instrumentation and Methods for Astrophysics
+1508.04474 Fluid Dynamics
+1508.04871 Superconductivity
+1508.07371 Databases
+1509.00504 Social and Information Networks
+1509.02588 Logic
+1509.04657
+1509.05553 Instrumentation and Methods for Astrophysics
+1510.01361 Quantum Algebra
+1510.03821 Astrophysics of Galaxies
+1510.03921 Databases
+1510.04521 Logic
+1510.04833 Computational Complexity
+1510.05980 Cosmology and Nongalactic Astrophysics
+1510.06193 Number Theory
+1510.08863
+1511.01079 High Energy Astrophysical Phenomena
+1511.04547 Differential Geometry
+1511.04948 Classical Analysis and ODEs
+1511.05075 Complex Variables
+1511.05738
+1511.06409 Learning
+1511.07292 Algebraic Topology
+1511.07381 Quantum Gases
+1511.08440 Dynamical Systems
+1512.01317
+1512.01750 Fluid Dynamics
+1512.02776 Geometric Topology
+1512.02813 Optics
+1512.03077 Systems and Control
+1512.03918 Cosmology and Nongalactic Astrophysics
+1512.07204 Number Theory
+1512.08088 Rings and Algebras
+1512.08372
+1601.01501 Combinatorics
+1601.01990 Optimization and Control
+1601.03031 Complex Variables
+1601.03355
+1601.03561 Theory
+1601.04179 Systems and Control
+1602.00170 Phenomenology
+1602.00384 Classical Analysis and ODEs
+1602.00689 Astrophysics of Galaxies
+1602.01741 Operator Algebras
+1602.01837 Cosmology and Nongalactic Astrophysics
+1602.05148 Materials Science
+1602.06509 Information Theory
+1602.07938 Analysis of PDEs
+1602.08059 Analysis of PDEs
+1602.08065 Instrumentation and Methods for Astrophysics
+1602.08271
+1602.08426 Metric Geometry
+1603.02702 Cosmology and Nongalactic Astrophysics
+1603.03815 Quantitative Methods
+1603.04492 Analysis of PDEs
+1603.04538 Strongly Correlated Electrons
+1603.05549 Computational Physics
+1603.08643 Computational Physics
+1603.08904 Sound
+1604.00297 Differential Geometry
+1604.01218 Instrumentation and Detectors
+1604.01543
+1604.02884 Mesoscale and Nanoscale Physics
+1604.03199 Quantitative Methods
+1604.03218 Dynamical Systems
+1604.03680
+1604.03845
+1604.04885 Mesoscale and Nanoscale Physics
+1604.05424 Differential Geometry
+1604.06010 Astrophysics of Galaxies
+1604.06017 Cosmology and Nongalactic Astrophysics
+1604.06802 Astrophysics of Galaxies
+1604.07292 Rings and Algebras
+1604.07298 Analysis of PDEs
+1604.07816 Disordered Systems and Neural Networks
+1605.00210
+1605.00497
+1605.01054 Solar and Stellar Astrophysics
+1605.01367 Phenomenology
+1605.02338 Astrophysics of Galaxies
+1605.02805 Exactly Solvable and Integrable Systems
+1605.03642
+1605.03861 Functional Analysis
+1605.03942
+1605.04138 Cosmology and Nongalactic Astrophysics
+1605.04299 Phenomenology
+1605.04444 Algebraic Geometry
+1605.04615 Group Theory
+1605.04706 Astrophysics of Galaxies
+1605.05138
+1605.05147
+1605.05187 Materials Science
+1605.05329 Cosmology and Nongalactic Astrophysics
+1605.05460 Strongly Correlated Electrons
+1605.05969 Optimization and Control
+1605.06930 Probability
+1605.07436 Fluid Dynamics
+1605.07595 Cosmology and Nongalactic Astrophysics
+1605.08225 Theory
+1605.08404
+1605.08420
+1605.08834 Information Theory
+1605.09107 Methodology
+1605.09637 Experiment
+1606.00458 Cosmology and Nongalactic Astrophysics
+1606.00796 Astrophysics of Galaxies
+1606.00963 Information Theory
+1606.01229 Astrophysics of Galaxies
+1606.01329
+1606.01801
+1606.02148 Cosmology and Nongalactic Astrophysics
+1606.02649 Atmospheric and Oceanic Physics
+1606.03186 Probability
+1606.03483 Instrumentation and Methods for Astrophysics
+1606.03629 Instrumentation and Methods for Astrophysics
+1606.03795
+1606.03804 Phenomenology
+1606.03843 High Energy Astrophysical Phenomena
+1606.04248 Statistical Mechanics
+1606.04251 Superconductivity
+1606.04901 High Energy Astrophysical Phenomena
+1606.05346 Astrophysics of Galaxies
+1606.05622 Symplectic Geometry
+1606.06072
+1606.06101 Mesoscale and Nanoscale Physics
+1606.06120 Category Theory
+1606.06215 Systems and Control
+1606.06295 Astrophysics of Galaxies
+1606.06673 Statistical Mechanics
+1606.06775 High Energy Astrophysical Phenomena
+1606.06805
+1606.07053
+1606.08398
+1606.08502 Phenomenology
+1606.08543 Astrophysics of Galaxies
+1606.08994
+1606.09156 Analysis of PDEs
+1607.00117 Cryptography and Security
+1607.00236 Theory
+1607.00251 Chemical Physics
+1607.00382 Cosmology and Nongalactic Astrophysics
+1607.00383 Cosmology and Nongalactic Astrophysics
+1607.00505 Phenomenology
+1607.00961 Mesoscale and Nanoscale Physics
+1607.01026 Cosmology and Nongalactic Astrophysics
+1607.01120
+1607.01203 Theory
+1607.01404 Mathematical Software
+1607.01459 Optics
+1607.01547 Statistical Mechanics
+1607.01629
+1607.01789 Phenomenology
+1607.02264 Optics
+1607.02287 Strongly Correlated Electrons
+1607.02913 Classical Physics
+1607.03008 Representation Theory
+1607.03047
+1607.03126 Strongly Correlated Electrons
+1607.03150 Cosmology and Nongalactic Astrophysics
+1607.03189 Robotics
+1607.03282 Analysis of PDEs
+1607.03537 Cosmology and Nongalactic Astrophysics
+1607.03778 High Energy Astrophysical Phenomena
+1607.04293 Instrumentation and Methods for Astrophysics
+1607.04306 Chemical Physics
+1607.04422 Theory
+1607.04644 Cosmology and Nongalactic Astrophysics
+1607.04818 Optimization and Control
+1607.04883 Portfolio Management
+1607.05258 Computer Vision and Pattern Recognition
+1607.05297 Cosmology and Nongalactic Astrophysics
+1607.05577 General Physics
+1607.05792 Instrumentation and Methods for Astrophysics
+1607.06036 Theory
+1607.06048 Statistical Mechanics
+1607.06562
+1607.06756 Solar and Stellar Astrophysics
+1607.07173 Logic
+1607.07462
+1607.07636 Probability
+1607.08005 Astrophysics of Galaxies
+1607.08550 Cosmology and Nongalactic Astrophysics
+1607.08637 Physics and Society
+1608.00001 High Energy Astrophysical Phenomena
+1608.00164 High Energy Astrophysical Phenomena
+1608.00233 Astrophysics of Galaxies
+1608.00754 Materials Science
+1608.00819 Astrophysics of Galaxies
+1608.00898 Mesoscale and Nanoscale Physics
+1608.01053 Materials Science
+1608.01434 Earth and Planetary Astrophysics
+1608.01838 Cosmology and Nongalactic Astrophysics
+1608.02459 Mesoscale and Nanoscale Physics
+1608.02585 Astrophysics of Galaxies
+1608.02849 Theory
+1608.03083 Probability
+1608.03164
+1608.03403 Astrophysics of Galaxies
+1608.03876
+1608.03892 Astrophysics of Galaxies
+1608.03955 Mesoscale and Nanoscale Physics
+1608.04337 Computer Vision and Pattern Recognition
+1608.04750
+1608.04786 Algebraic Geometry
+1608.04960 Statistical Mechanics
+1608.05202
+1608.05393 Strongly Correlated Electrons
+1608.05396 High Energy Astrophysical Phenomena
+1608.05547 Mesoscale and Nanoscale Physics
+1608.05843 Theory
+1608.05890 Astrophysics of Galaxies
+1608.06867 Astrophysics of Galaxies
+1608.06951 Theory
+1608.06964 Experiment
+1608.07210 Superconductivity
+1608.07548 Statistical Mechanics
+1608.07699 Algebraic Topology
+1608.07818 Astrophysics of Galaxies
+1608.07935 Strongly Correlated Electrons
+1608.08061 Materials Science
+1608.08102 Optics
+1608.08223 High Energy Astrophysical Phenomena
+1608.08229
+1608.08255 Mesoscale and Nanoscale Physics
+1608.08636 Earth and Planetary Astrophysics
+1608.08875 Differential Geometry
+1609.00019 Cosmology and Nongalactic Astrophysics
+1609.00264 Statistical Mechanics
+1609.00461 Social and Information Networks
+1609.00607 Phenomenology
+1609.01125 High Energy Astrophysical Phenomena
+1609.01127 Statistical Mechanics
+1609.01296 Astrophysics of Galaxies
+1609.01301 Astrophysics of Galaxies
+1609.01719 Astrophysics of Galaxies
+1609.01737 Astrophysics of Galaxies
+1609.01912 High Energy Astrophysical Phenomena
+1609.02156 Solar and Stellar Astrophysics
+1609.02286 Networking and Internet Architecture
+1609.02418 Disordered Systems and Neural Networks
+1609.02530 Solar and Stellar Astrophysics
+1609.02544 Cosmology and Nongalactic Astrophysics
+1609.02590
+1609.02705
+1609.02822 Instrumentation and Methods for Astrophysics
+1609.02968 Information Theory
+1609.03015 Quantum Gases
+1609.03210 Solar and Stellar Astrophysics
+1609.03254 Theory
+1609.03316 Strongly Correlated Electrons
+1609.03582 Theory
+1609.03746 Fluid Dynamics
+1609.03941 High Energy Astrophysical Phenomena
+1609.04106 Probability
+1609.04151 Strongly Correlated Electrons
+1609.04384 Soft Condensed Matter
+1609.04421
+1609.04516
+1609.04788 Cosmology and Nongalactic Astrophysics
+1609.04808 High Energy Astrophysical Phenomena
+1609.04831 Phenomenology
+1609.05037 Pattern Formation and Solitons
+1609.05221 Logic
+1609.05305 Astrophysics of Galaxies
+1609.05470 Quantum Gases
+1609.05623 Mesoscale and Nanoscale Physics
+1609.05677 Chaotic Dynamics
+1609.05808 High Energy Astrophysical Phenomena
+1609.06131 Computational Physics
+1609.06173 Mesoscale and Nanoscale Physics
+1609.06262 Instrumentation and Methods for Astrophysics
+1609.06321 Astrophysics of Galaxies
+1609.06322 Astrophysics of Galaxies
+1609.06329 Mesoscale and Nanoscale Physics
+1609.06732 Statistical Mechanics
+1609.07052 Earth and Planetary Astrophysics
+1609.07225
+1609.07510 Earth and Planetary Astrophysics
+1609.07616 Solar and Stellar Astrophysics
+1609.07663 Geometric Topology
+1609.08145 High Energy Astrophysical Phenomena
+1609.08338 Soft Condensed Matter
+1609.08472 Solar and Stellar Astrophysics
+1609.08580
+1609.08848 Astrophysics of Galaxies
+1609.08894 Instrumentation and Detectors
+1609.08912 Theory
+1609.09088 Phenomenology
+1609.09156 Computer Vision and Pattern Recognition
+1609.09215 Solar and Stellar Astrophysics
+1609.09489 Astrophysics of Galaxies
+1609.09497 Theory
+1609.09567 Plasma Physics
+1610.00113 Mesoscale and Nanoscale Physics
+1610.00295 Mesoscale and Nanoscale Physics
+1610.00508 Phenomenology
+1610.00906 Information Theory
+1610.00962 Cosmology and Nongalactic Astrophysics
+1610.01165 Astrophysics of Galaxies
+1610.01301 Plasma Physics
+1610.01356 Operator Algebras
+1610.01594 Astrophysics of Galaxies
+1610.01626 Astrophysics of Galaxies
+1610.02041 High Energy Astrophysical Phenomena
+1610.02076 Instrumentation and Detectors
+1610.02140 Quantum Gases
+1610.02585 Solar and Stellar Astrophysics
+1610.03011 Astrophysics of Galaxies
+1610.03063 Phenomenology
+1610.03226 Experiment
+1610.03292 Probability
+1610.03488 Cosmology and Nongalactic Astrophysics
+1610.03600 Cosmology and Nongalactic Astrophysics
+1610.03795 Phenomenology
+1610.03851 Solar and Stellar Astrophysics
+1610.03860 High Energy Astrophysical Phenomena
+1610.03989
+1610.04029 Mesoscale and Nanoscale Physics
+1610.04053 Mesoscale and Nanoscale Physics
+1610.04549 Physics and Society
+1610.04650 Strongly Correlated Electrons
+1610.04854 Materials Science
+1610.04863
+1610.04914 Statistical Mechanics
+1610.04940 Mesoscale and Nanoscale Physics
+1610.05624 Phenomenology
+1610.05682 Phenomenology
+1610.05875
+1610.05893 Solar and Stellar Astrophysics
+1610.05989 Atomic Physics
+1610.06007
+1610.06062 Superconductivity
+1610.06185 Solar and Stellar Astrophysics
+1610.06198 Quantum Gases
+1610.06199 Data Structures and Algorithms
+1610.06351 High Energy Astrophysical Phenomena
+1610.06459 Strongly Correlated Electrons
+1610.06476 Strongly Correlated Electrons
+1610.06480 Solar and Stellar Astrophysics
+1610.06565 High Energy Astrophysical Phenomena
+1610.06857 Astrophysics of Galaxies
+1610.06867
+1610.06963 Mesoscale and Nanoscale Physics
+1610.07502 Mesoscale and Nanoscale Physics
+1610.07537
+1610.07593 Phenomenology
+1610.07606 Phenomenology
+1610.07695 Cosmology and Nongalactic Astrophysics
+1610.07709 Phenomenology
+1610.07812 Algebraic Geometry
+1610.08158 Theory
+1610.08181 Cosmology and Nongalactic Astrophysics
+1610.08314 Solar and Stellar Astrophysics
+1610.08506 Solar and Stellar Astrophysics
+1610.08507 Astrophysics of Galaxies
+1610.08511 High Energy Astrophysical Phenomena
+1610.08563 Solar and Stellar Astrophysics
+1610.08711 Cosmology and Nongalactic Astrophysics
+1610.08856 Solar and Stellar Astrophysics
+1610.08944 High Energy Astrophysical Phenomena
+1610.09053
+1610.09125 Astrophysics of Galaxies
+1610.09448 Astrophysics of Galaxies
+1610.09510 Superconductivity
+1610.09591 Cosmology and Nongalactic Astrophysics
+1610.09856 Lattice
+1610.09942 Dynamical Systems
+1610.10047 Plasma Physics
+1611.00008 Astrophysics of Galaxies
+1611.00166 Phenomenology
+1611.00349 Soft Condensed Matter
+1611.00362 Theory
+1611.00367 Astrophysics of Galaxies
+1611.00402 Astrophysics of Galaxies
+1611.00418 Cosmology and Nongalactic Astrophysics
+1611.00425 Atomic Physics
+1611.00526 Earth and Planetary Astrophysics
+1611.00629 Solar and Stellar Astrophysics
+1611.00774 Astrophysics of Galaxies
+1611.00896 Astrophysics of Galaxies
+1611.00952 Phenomenology
+1611.01012 Soft Condensed Matter
+1611.01109 Physics and Society
+1611.01160 Cosmology and Nongalactic Astrophysics
+1611.01168 Earth and Planetary Astrophysics
+1611.01315 Cosmology and Nongalactic Astrophysics
+1611.01397 Plasma Physics
+1611.01819 Solar and Stellar Astrophysics
+1611.01968 Earth and Planetary Astrophysics
+1611.02055 Solar and Stellar Astrophysics
+1611.02254 Solar and Stellar Astrophysics
+1611.02297 Earth and Planetary Astrophysics
+1611.02562 Astrophysics of Galaxies
+1611.02638 Solar and Stellar Astrophysics
+1611.02757 Astrophysics of Galaxies
+1611.02985
+1611.03380 Hardware Architecture
+1611.03481
+1611.03496 High Energy Astrophysical Phenomena
+1611.03508 Astrophysics of Galaxies
+1611.03512 Astrophysics of Galaxies
+1611.03762 Solar and Stellar Astrophysics
+1611.03788 High Energy Astrophysical Phenomena
+1611.03805 Cosmology and Nongalactic Astrophysics
+1611.04282 Solar and Stellar Astrophysics
+1611.04340 Astrophysics of Galaxies
+1611.04434
+1611.04437 Phenomenology
+1611.04609 Astrophysics of Galaxies
+1611.04640 High Energy Astrophysical Phenomena
+1611.04859 Astrophysics of Galaxies
+1611.04904 Instrumentation and Methods for Astrophysics
+1611.04915 Quantum Gases
+1611.04972 Experiment
+1611.05039 Astrophysics of Galaxies
+1611.05040 Astrophysics of Galaxies
+1611.05421 Astrophysics of Galaxies
+1611.05446 Astrophysics of Galaxies
+1611.05454 Strongly Correlated Electrons
+1611.05516 Astrophysics of Galaxies
+1611.05665 High Energy Astrophysical Phenomena
+1611.05684 Earth and Planetary Astrophysics
+1611.05694 Statistical Mechanics
+1611.05886 Astrophysics of Galaxies
+1611.05925 Earth and Planetary Astrophysics
+1611.05963 Computer Vision and Pattern Recognition
+1611.06051 Astrophysics of Galaxies
+1611.06064
+1611.06229 Solar and Stellar Astrophysics
+1611.06323 Atomic Physics
+1611.06410 Materials Science
+1611.06976 Solar and Stellar Astrophysics
+1611.07039 Astrophysics of Galaxies
+1611.07070 Solar and Stellar Astrophysics
+1611.07334 Phenomenology
+1611.07410 Astrophysics of Galaxies
+1611.07519 Classical Physics
+1611.07532 Astrophysics of Galaxies
+1611.07637 Solar and Stellar Astrophysics
+1611.08031 Solar and Stellar Astrophysics
+1611.08046 High Energy Astrophysical Phenomena
+1611.08058 Cosmology and Nongalactic Astrophysics
+1611.08203 Solar and Stellar Astrophysics
+1611.08304 Astrophysics of Galaxies
+1611.08354 Astrophysics of Galaxies
+1611.08371 Solar and Stellar Astrophysics
+1611.08633 Soft Condensed Matter
+1611.08733 Logic in Computer Science
+1611.08962
+1611.09133 Analysis of PDEs
+1611.09209 High Energy Astrophysical Phenomena
+1611.09258 Representation Theory
+1611.09301
+1611.09303 Phenomenology
+1611.09361 Solar and Stellar Astrophysics
+1611.09684 Astrophysics of Galaxies
+1611.09730 Rings and Algebras
+1611.09852 Solar and Stellar Astrophysics
+1611.09854 Astrophysics of Galaxies
+1611.09857 Astrophysics of Galaxies
+1611.09858 Astrophysics of Galaxies
+1611.10201 Solar and Stellar Astrophysics
+1611.10230 High Energy Astrophysical Phenomena
+1611.10332 Solar and Stellar Astrophysics
+1612.00070 Solar and Stellar Astrophysics
+1612.00174 Solar and Stellar Astrophysics
+1612.00245 Astrophysics of Galaxies
+1612.00290 General Physics
+1612.00446 Earth and Planetary Astrophysics
+1612.00465 Solar and Stellar Astrophysics
+1612.00524 Solar and Stellar Astrophysics
+1612.00758 Space Physics
+1612.00794 Theory
+1612.00964 High Energy Astrophysical Phenomena
+1612.01005 Logic in Computer Science
+1612.01027 Astrophysics of Galaxies
+1612.01054 Solar and Stellar Astrophysics
+1612.01088 Astrophysics of Galaxies
+1612.01221 High Energy Astrophysical Phenomena
+1612.01245 Earth and Planetary Astrophysics
+1612.01304 Astrophysics of Galaxies
+1612.01560 Astrophysics of Galaxies
+1612.01576 Discrete Mathematics
+1612.01847 Mesoscale and Nanoscale Physics
+1612.01874 Theory
+1612.01944 Graphics
+1612.01957 Astrophysics of Galaxies
+1612.01996 High Energy Astrophysical Phenomena
+1612.02115 Solar and Stellar Astrophysics
+1612.02341 Astrophysics of Galaxies
+1612.02431 Solar and Stellar Astrophysics
+1612.02433 Solar and Stellar Astrophysics
+1612.02475 High Energy Astrophysical Phenomena
+1612.02500 Functional Analysis
+1612.02501 Solar and Stellar Astrophysics
+1612.02560 Astrophysics of Galaxies
+1612.02564 Databases
+1612.02682 Rings and Algebras
+1612.02822 Astrophysics of Galaxies
+1612.02835 High Energy Astrophysical Phenomena
+1612.02854 Earth and Planetary Astrophysics
+1612.02882 High Energy Astrophysical Phenomena
+1612.02945 Chemical Physics
+1612.03047
+1612.03107 Solar and Stellar Astrophysics
+1612.03127 Probability
+1612.03180 Cosmology and Nongalactic Astrophysics
+1612.03234
+1612.03387 Astrophysics of Galaxies
+1612.03406
+1612.03564 Cosmology and Nongalactic Astrophysics
+1612.03806 Astrophysics of Galaxies
+1612.03911 High Energy Astrophysical Phenomena
+1612.03914 Phenomenology
+1612.03922 Combinatorics
+1612.03949 Solar and Stellar Astrophysics
+1612.03994 Instrumentation and Methods for Astrophysics
+1612.04118 Computation and Language
+1612.04326 Solar and Stellar Astrophysics
+1612.04384 Solar and Stellar Astrophysics
+1612.04390 Astrophysics of Galaxies
+1612.04397 High Energy Astrophysical Phenomena
+1612.04708 Solar and Stellar Astrophysics
+1612.04813 Astrophysics of Galaxies
+1612.04815 Astrophysics of Galaxies
+1612.04819 Astrophysics of Galaxies
+1612.04939 Atomic Physics
+1612.04948 Strongly Correlated Electrons
+1612.04962 High Energy Astrophysical Phenomena
+1612.05027 Astrophysics of Galaxies
+1612.05035 High Energy Astrophysical Phenomena
+1612.05487 Solar and Stellar Astrophysics
+1612.05580 Theory
+1612.05616 Solar and Stellar Astrophysics
+1612.05667 Geophysics
+1612.05672 Astrophysics of Galaxies
+1612.05847 Astrophysics of Galaxies
+1612.06420 Astrophysics of Galaxies
+1612.06445
+1612.06759 Phenomenology
+1612.06964 Strongly Correlated Electrons
+1612.07129 Theory
+1612.07431 Instrumentation and Methods for Astrophysics
+1612.07728 Probability
+1612.07804 Solar and Stellar Astrophysics
+1612.07829
+1612.08021 Mesoscale and Nanoscale Physics
+1612.08089 Astrophysics of Galaxies
+1612.08144 Astrophysics of Galaxies
+1612.08708 Superconductivity
+1612.09056
+1612.09233 Analysis of PDEs
+1612.09290 Phenomenology
+1612.09363 Mesoscale and Nanoscale Physics
+1612.09371 Phenomenology
+1612.09395 Astrophysics of Galaxies
+1701.00091 Statistical Mechanics
+1701.00110 Materials Science
+1701.00147 Solar and Stellar Astrophysics
+1701.00173 Cosmology and Nongalactic Astrophysics
+1701.00357 Cosmology and Nongalactic Astrophysics
+1701.00431
+1701.00589 Quantum Gases
+1701.00714
+1701.00782 Solar and Stellar Astrophysics
+1701.00843 Earth and Planetary Astrophysics
+1701.00953 Differential Geometry
+1701.00955 Strongly Correlated Electrons
+1701.01056 Solar and Stellar Astrophysics
+1701.01118 Mesoscale and Nanoscale Physics
+1701.01147 Geometric Topology
+1701.01527 Systems and Control
+1701.01578 Superconductivity
+1701.01643 Theory
+1701.01756 High Energy Astrophysical Phenomena
+1701.02323 Astrophysics of Galaxies
+1701.02449 High Energy Astrophysical Phenomena
+1701.02642 Differential Geometry
+1701.02652 Phenomenology
+1701.02750 Astrophysics of Galaxies
+1701.02827 Information Theory
+1701.02891 Solar and Stellar Astrophysics
+1701.03314 Methodology
+1701.03455 Theory
+1701.03514 Solar and Stellar Astrophysics
+1701.03556 Solar and Stellar Astrophysics
+1701.03565
+1701.03594 Computational Physics
+1701.03683 Astrophysics of Galaxies
+1701.03695 Information Theory
+1701.04051 Plasma Physics
+1701.04062
+1701.04073 Astrophysics of Galaxies
+1701.04129 Earth and Planetary Astrophysics
+1701.04211 High Energy Astrophysical Phenomena
+1701.04349 Solar and Stellar Astrophysics
+1701.04417 Cosmology and Nongalactic Astrophysics
+1701.04791 Solar and Stellar Astrophysics
+1701.04822 Astrophysics of Galaxies
+1701.04847 Astrophysics of Galaxies
+1701.04851 Computer Vision and Pattern Recognition
+1701.04854
+1701.04862 Machine Learning
+1701.04869 Learning
+1701.04895 Artificial Intelligence
+1701.04907 Instrumentation and Methods for Astrophysics
+1701.04919 Logic in Computer Science
+1701.04922 Soft Condensed Matter
+1701.04935 Instrumentation and Methods for Astrophysics
+1701.04937 Astrophysics of Galaxies
+1701.04967 Molecular Networks
+1701.04999 Representation Theory
+1701.05006 Classical Physics
+1701.05023
+1701.05056 Disordered Systems and Neural Networks
+1701.05073 Chemical Physics
+1701.05076 Fluid Dynamics
+1701.05078 Biological Physics
+1701.05092 Geophysics
+1701.05136 Chaotic Dynamics
+1701.05138 Logic
+1701.05222 Solar and Stellar Astrophysics
+1701.05247 Information Theory
+1701.05281 Solar and Stellar Astrophysics
+1701.05309 Rings and Algebras
+1701.05409 Astrophysics of Galaxies
+1701.05445 Dynamical Systems
+1701.05482 High Energy Astrophysical Phenomena
+1701.05511 Phenomenology
+1701.05556 Physics and Society
+1701.05589 High Energy Astrophysical Phenomena
+1701.05707 Pattern Formation and Solitons
+1701.05745
+1701.05858 Materials Science
+1701.05903 Astrophysics of Galaxies
+1701.05909 Combinatorics
+1701.05942 High Energy Astrophysical Phenomena
+1701.05953 Astrophysics of Galaxies
+1701.05989 Information Theory
+1701.06009 Statistics Theory
+1701.06037 Differential Geometry
+1701.06078 Sound
+1701.06083 Theory
+1701.06175 Complex Variables
+1701.06253 Optimization and Control
+1701.06282 Logic in Computer Science
+1701.06296 Spectral Theory
+1701.06310
+1701.06329 Rings and Algebras
+1701.06347 Information Theory
+1701.06513 Differential Geometry
+1701.06532 Logic in Computer Science
+1701.06544
+1701.06557 High Energy Astrophysical Phenomena
+1701.06559 Astrophysics of Galaxies
+1701.06560 Exactly Solvable and Integrable Systems
+1701.06562 Cryptography and Security
+1701.06563 Astrophysics of Galaxies
+1701.06567 Theory
+1701.06569 Astrophysics of Galaxies
+1701.06571 Astrophysics of Galaxies
+1701.06572 Theory
+1701.06573 Theory
+1701.06575 Astrophysics of Galaxies
+1701.06576 Theory
+1701.06578
+1701.06579 Algebraic Geometry
+1701.06580 High Energy Astrophysical Phenomena
+1701.06581 Cosmology and Nongalactic Astrophysics
+1701.06582 Strongly Correlated Electrons
+1701.06583 Phenomenology
+1701.06584 Strongly Correlated Electrons
+1701.06589 Optimization and Control
+1701.06591 Cosmology and Nongalactic Astrophysics
+1701.06592 Algebraic Geometry
+1701.06594 Differential Geometry
+1701.06595 Optimization and Control
+1701.06596 Algebraic Geometry
+1701.06597 Machine Learning
+1701.06598 Mesoscale and Nanoscale Physics
+1701.06599 Computer Vision and Pattern Recognition
+1701.06600 Numerical Analysis
+1701.06601 Number Theory
+1701.06603 Earth and Planetary Astrophysics
+1701.06604 High Energy Astrophysical Phenomena
+1701.06605 Information Theory
+1701.06606 Optimization and Control
+1701.06607 Machine Learning
+1701.06609 Optimization and Control
+1701.06610 Information Theory
+1701.06612 Logic in Computer Science
+1701.06613 Mesoscale and Nanoscale Physics
+1701.06614 Number Theory
+1701.06616 Soft Condensed Matter
+1701.06618 Fluid Dynamics
+1701.06619 Computation
+1701.06620 Statistical Mechanics
+1701.06621 Optimization and Control
+1701.06624 General Finance
+1701.06625 Economics
+1701.06626 Analysis of PDEs
+1701.06628 Optimization and Control
+1701.06630 Probability
+1701.06631 Information Theory
+1701.06632 Combinatorics
+1701.06633 Materials Science
+1701.06634 Earth and Planetary Astrophysics
+1701.06635 Artificial Intelligence
+1701.06636
+1701.06637 Classical Analysis and ODEs
+1701.06638 Soft Condensed Matter
+1701.06639 Combinatorics
+1701.06640 Classical Analysis and ODEs
+1701.06641 Computer Vision and Pattern Recognition
+1701.06642 Probability
+1701.06643 Computer Vision and Pattern Recognition
+1701.06644 Logic in Computer Science
+1701.06646 Physics and Society
+1701.06648 Combinatorics
+1701.06649 Chemical Physics
+1701.06650
+1701.06651 Number Theory
+1701.06652 Systems and Control
+1701.06653 Solar and Stellar Astrophysics
+1701.06654 Mesoscale and Nanoscale Physics
+1701.06655 Learning
+1701.06656 Analysis of PDEs
+1701.06657
+1701.06658 Computational Physics
+1701.06659 Computer Vision and Pattern Recognition
+1701.06661 Optimization and Control
+1701.06663 Probability
+1701.06667 Materials Science
+1701.06668
+1701.06669 Discrete Mathematics
+1701.06670 Numerical Analysis
+1701.06672 Information Theory
+1701.06674 Strongly Correlated Electrons
+1701.06675 Machine Learning
+1701.06676 Numerical Analysis
+1701.06677 Algebraic Geometry
+1701.06679 Optimization and Control
+1701.06680 Optimization and Control
+1701.06682
+1701.06683
+1701.06687 Information Theory
+1701.06689 History and Overview
+1701.06691 Commutative Algebra
+1701.06692 Optimization and Control
+1701.06693 Mesoscale and Nanoscale Physics
+1701.06694 Materials Science
+1701.06695 Algebraic Topology
+1701.06696 Optics
+1701.06697 Atomic Physics
+1701.06698 Optimization and Control
+1701.06699 Artificial Intelligence
+1701.06700 Optimization and Control
+1701.06702
+1701.06705 Discrete Mathematics
+1701.06706 Earth and Planetary Astrophysics
+1701.06708 Computer Vision and Pattern Recognition
+1701.06710 Theory
+1701.06712 Geometric Topology
+1701.06715 Computer Vision and Pattern Recognition
+1701.06717 Information Theory
+1701.06718 Human-Computer Interaction
+1701.06722 Number Theory
+1701.06723 Optimization and Control
+1701.06724
+1701.06725 Learning
+1701.06727 Spectral Theory
+1701.06728 Analysis of PDEs
+1701.06729 Mesoscale and Nanoscale Physics
+1701.06730 Adaptation and Self-Organizing Systems
+1701.06731 Optimization and Control
+1701.06732 Number Theory
+1701.06733 Information Theory
+1701.06735 Information Theory
+1701.06736 Metric Geometry
+1701.06737 Phenomenology
+1701.06738 Commutative Algebra
+1701.06739 Methodology
+1701.06740 High Energy Astrophysical Phenomena
+1701.06742 Cosmology and Nongalactic Astrophysics
+1701.06744
+1701.06745 Human-Computer Interaction
+1701.06746 Soft Condensed Matter
+1701.06749 Machine Learning
+1701.06750 Combinatorics
+1701.06751 Learning
+1701.06753 Numerical Analysis
+1701.06754 Applications
+1701.06756 Mesoscale and Nanoscale Physics
+1701.06759 High Energy Astrophysical Phenomena
+1701.06760 Combinatorics
+1701.06762 Combinatorics
+1701.06763
+1701.06764 Phenomenology
+1701.06765 High Energy Astrophysical Phenomena
+1701.06768 Phenomenology
+1701.06769 Mesoscale and Nanoscale Physics
+1701.06770 Information Theory
+1701.06771 Physics and Society
+1701.06772 Computer Vision and Pattern Recognition
+1701.06773 Dynamical Systems
+1701.06775 Fluid Dynamics
+1701.06777 Solar and Stellar Astrophysics
+1701.06778 Numerical Analysis
+1701.06779 Probability
+1701.06781 Molecular Networks
+1701.06782 Accelerator Physics
+1701.06783 Software Engineering
+1701.06784 Combinatorics
+1701.06785 Differential Geometry
+1701.06786 Solar and Stellar Astrophysics
+1701.06787 Mesoscale and Nanoscale Physics
+1701.06788 Algebraic Topology
+1701.06790 Formal Languages and Automata Theory
+1701.06792 High Energy Astrophysical Phenomena
+1701.06794 Number Theory
+1701.06797 Solar and Stellar Astrophysics
+1701.06798 Rings and Algebras
+1701.06799 Optics
+1701.06802 Solar and Stellar Astrophysics
+1701.06803 Algebraic Geometry
+1701.06804 Solar and Stellar Astrophysics
+1701.06806
+1701.06810 Phenomenology
+1701.06811 Systems and Control
+1701.06812 High Energy Astrophysical Phenomena
+1701.06813 Soft Condensed Matter
+1701.06814 Information Theory
+1701.06815 Software Engineering
+1701.06817 Cryptography and Security
+1701.06818 Fluid Dynamics
+1701.06819 Strongly Correlated Electrons
+1701.06820 Methodology
+1701.06822 Number Theory
+1701.06823 Cryptography and Security
+1701.06824 Soft Condensed Matter
+1701.06825 Information Theory
+1701.06826 Solar and Stellar Astrophysics
+1701.06827 High Energy Astrophysical Phenomena
+1701.06828 Distributed, Parallel, and Cluster Computing
+1701.06829 Theory
+1701.06830 Instrumentation and Detectors
+1701.06831 Combinatorics
+1701.06833
+1701.06834 Probability
+1701.06836 Statistics Theory
+1701.06837
+1701.06838
+1701.06839 Probability
+1701.06840 Spectral Theory
+1701.06841 High Energy Astrophysical Phenomena
+1701.06842 Functional Analysis
+1701.06844 Rings and Algebras
+1701.06845 Algebraic Geometry
+1701.06846 Mesoscale and Nanoscale Physics
+1701.06847 Group Theory
+1701.06848
+1701.06849 Commutative Algebra
+1701.06850 Soft Condensed Matter
+1701.06851 Algebraic Geometry
+1701.06852 Information Theory
+1701.06853 Probability
+1701.06854 Computer Vision and Pattern Recognition
+1701.06858 Complex Variables
+1701.06859 Computer Vision and Pattern Recognition
+1701.06861 Social and Information Networks
+1701.06862 Analysis of PDEs
+1701.06863 Optics
+1701.06864 Algebraic Geometry
+1701.06866
+1701.06868 Numerical Analysis
+1701.06869 Number Theory
+1701.06870 High Energy Astrophysical Phenomena
+1701.06871 Populations and Evolution
+1701.06872 Optimization and Control
+1701.06873 Dynamical Systems
+1701.06874 Information Theory
+1701.06875 Analysis of PDEs
+1701.06876 Statistics Theory
+1701.06877 Phenomenology
+1701.06878 Mesoscale and Nanoscale Physics
+1701.06879 Superconductivity
+1701.06880 Representation Theory
+1701.06881 Number Theory
+1701.06882 Experiment
+1701.06884 Information Theory
+1701.06885 Chemical Physics
+1701.06886 Strongly Correlated Electrons
+1701.06889 Adaptation and Self-Organizing Systems
+1701.06891 General Physics
+1701.06892
+1701.06893
+1701.06895 Classical Analysis and ODEs
+1701.06897 Functional Analysis
+1701.06900
+1701.06901 Differential Geometry
+1701.06902
+1701.06905 Chaotic Dynamics
+1701.06906 Group Theory
+1701.06907 Numerical Analysis
+1701.06908 Materials Science
+1701.06911 Analysis of PDEs
+1701.06912 Fluid Dynamics
+1701.06913
+1701.06914 Phenomenology
+1701.06916 Phenomenology
+1701.06917 Combinatorics
+1701.06918 Soft Condensed Matter
+1701.06919 Differential Geometry
+1701.06920 Numerical Analysis
+1701.06921 Materials Science
+1701.06924 Logic in Computer Science
+1701.06925 Statistical Mechanics
+1701.06926 Statistics Theory
+1701.06927 Information Theory
+1701.06928 Instrumentation and Methods for Astrophysics
+1701.06929
+1701.06930 Soft Condensed Matter
+1701.06931 Populations and Evolution
+1701.06932 Phenomenology
+1701.06934 Soft Condensed Matter
+1701.06935 Phenomenology
+1701.06936 Rings and Algebras
+1701.06937 Logic in Computer Science
+1701.06939 Space Physics
+1701.06940 Experiment
+1701.06941 Lattice
+1701.06942
+1701.06944 Computer Vision and Pattern Recognition
+1701.06945 Solar and Stellar Astrophysics
+1701.06946 Physics and Society
+1701.06948 Astrophysics of Galaxies
+1701.06949 Group Theory
+1701.06951 Numerical Analysis
+1701.06952 Methodology
+1701.06953 Materials Science
+1701.06954 Combinatorics
+1701.06955 Probability
+1701.06956 Phenomenology
+1701.06957
+1701.06959 Probability
+1701.06960 Information Theory
+1701.06961 Space Physics
+1701.06962 Soft Condensed Matter
+1701.06963
+1701.06964 Fluid Dynamics
+1701.06965 Statistical Mechanics
+1701.06966 Mesoscale and Nanoscale Physics
+1701.06967 Methodology
+1701.06968 Physics and Society
+1701.06969 Information Theory
+1701.06970 Physics and Society
+1701.06972 Artificial Intelligence
+1701.06973 Optimization and Control
+1701.06974 Classical Physics
+1701.06976 Applications
+1701.06979 Experiment
+1701.06980 Mesoscale and Nanoscale Physics
+1701.06981 Information Theory
+1701.06983 Statistical Mechanics
+1701.06984 Algebraic Geometry
+1701.06985 Data Structures and Algorithms
+1701.06986 Optics
+1701.06987 Algebraic Topology
+1701.06988 High Energy Astrophysical Phenomena
+1701.06990 Mesoscale and Nanoscale Physics
+1701.06991 Networking and Internet Architecture
+1701.06992 Cosmology and Nongalactic Astrophysics
+1701.06993 Atmospheric and Oceanic Physics
+1701.06994
+1701.06996 Functional Analysis
+1701.06997 Theory
+1701.07000 Mesoscale and Nanoscale Physics
+1701.07003
+1701.07004 Probability
+1701.07005 Cosmology and Nongalactic Astrophysics
+1701.07006 Astrophysics of Galaxies
+1701.07007 Information Theory
+1701.07008 Phenomenology
+1701.07009 Combinatorics
+1701.07011 Methodology
+1701.07012 Cosmology and Nongalactic Astrophysics
+astro-ph/0105488
+astro-ph/0106437
+astro-ph/0107434
+astro-ph/0108161
+astro-ph/0110616
+astro-ph/0212288
+astro-ph/0402186
+gr-qc/0112077
+hep-lat/9909103 Lattice
+hep-th/0212160 Theory
+hep-th/0303143 Theory
+math/0302170 Quantum Algebra
+nlin/0511059 Chaotic Dynamics
+nucl-th/0307111
+nucl-th/0308047
+nucl-th/0309003
+nucl-th/0311106
+nucl-th/0312022
+1002.0673 Group Theory
+1101.1392 Group Theory
+1103.1058 Cosmology and Nongalactic Astrophysics
+1109.2750 Algebraic Geometry
+1109.4244 Computational Physics
+1110.1612 Theory
+1203.2937 Algebraic Geometry
+1206.3773 Algebraic Geometry
+1207.4822 Group Theory
+1208.3111 Algebraic Geometry
+1302.2836
+1302.5822 Algebraic Topology
+1304.1939 Geometric Topology
+1307.3008 Complex Variables
+1307.5764 Differential Geometry
+1307.6501 Statistics Theory
+1308.1073 Functional Analysis
+1308.4654 Cosmology and Nongalactic Astrophysics
+1309.5945 Theory
+1310.5097
+1311.0496 Superconductivity
+1311.2376 Optimization and Control
+1312.1269 Algebraic Topology
+1403.1785 Theory
+1403.8133 Combinatorics
+1404.7043 Group Theory
+1406.2830
+1407.0832 Number Theory
+1411.0500 Algebraic Topology
+1411.3260 Analysis of PDEs
+1412.1261 Data Structures and Algorithms
+1501.02351 Algebraic Topology
+1501.07791 Quantum Gases
+1502.05633 Probability
+1503.00489 Statistics Theory
+1503.02390 Statistics Theory
+1503.05774
+1503.06317 Risk Management
+1505.02114 Methodology
+1506.02144 Dynamical Systems
+1506.02916 Methodology
+1506.03412 Learning
+1506.03699 Algebraic Geometry
+1506.07377 K-Theory and Homology
+1507.00871 History and Overview
+1507.02307 Analysis of PDEs
+1507.06862 Combinatorics
+1508.03537 Metric Geometry
+1508.06875 Cosmology and Nongalactic Astrophysics
+1509.08154 Algebraic Topology
+1509.09109
+1510.00022 Theory
+1510.00669 Category Theory
+1510.02258 Representation Theory
+1510.02421 Combinatorics
+1510.04112
+1510.05198 Social and Information Networks
+1510.07154 Algebraic Geometry
+1510.08031 Symplectic Geometry
+1511.01035 Combinatorics
+1511.05297 Learning
+1511.07670
+1512.01133 Group Theory
+1512.03296 Geometric Topology
+1512.04202 Machine Learning
+1512.05053 Experiment
+1512.06410 Number Theory
+1512.06511 Number Theory
+1512.07342 Numerical Analysis
+1601.01467 Computer Vision and Pattern Recognition
+1601.01890 Phenomenology
+1601.03149 Complex Variables
+1601.03655 Biological Physics
+1601.04060 Complex Variables
+1601.04779 Information Theory
+1601.04789 Phenomenology
+1601.07327 Analysis of PDEs
+1602.00318 Dynamical Systems
+1602.01921 Computer Vision and Pattern Recognition
+1602.02270 Logic
+1602.04667 Distributed, Parallel, and Cluster Computing
+1602.05301 Numerical Analysis
+1602.05833 Quantitative Methods
+1602.06435 Algebraic Topology
+1602.07683
+1603.01789 Biomolecules
+1603.01879 Adaptation and Self-Organizing Systems
+1603.02684 Strongly Correlated Electrons
+1603.03484 Methodology
+1603.04789 Physics and Society
+1603.04928 Statistical Mechanics
+1603.06907 Mathematical Software
+1603.06984
+1603.09126 Strongly Correlated Electrons
+1603.09241 Algebraic Geometry
+1603.09294 Quantum Algebra
+1604.00268 Neurons and Cognition
+1604.03965 Number Theory
+1604.04386 Atmospheric and Oceanic Physics
+1604.08151 Strongly Correlated Electrons
+1604.08381 Optimization and Control
+1605.01177 Computer Vision and Pattern Recognition
+1605.02977 Cell Behavior
+1605.03985 Solar and Stellar Astrophysics
+1605.04933 Number Theory
+1605.05730 Theory
+1605.06201 Learning
+1605.07990 Social and Information Networks
+1605.08092 Theory
+1606.01588 Distributed, Parallel, and Cluster Computing
+1606.03944 Differential Geometry
+1606.04127 Quantum Gases
+1606.04157 Data Structures and Algorithms
+1606.05027 Machine Learning
+1606.05501 Astrophysics of Galaxies
+1606.05754 Phenomenology
+1606.07151
+1606.08834 History and Overview
+1607.00396 Differential Geometry
+1607.02005 Information Theory
+1607.02009 Information Theory
+1607.02160 Phenomenology
+1607.02436 Artificial Intelligence
+1607.03388
+1607.04381 Computer Vision and Pattern Recognition
+1607.06192 Optics
+1607.06524 Mesoscale and Nanoscale Physics
+1607.07192 Materials Science
+1607.08714 Spectral Theory
+1608.00134 Information Retrieval
+1608.00353 Theory
+1608.00514 Numerical Analysis
+1608.00796 Databases
+1608.02235 Social and Information Networks
+1608.02486 General Mathematics
+1608.02618
+1608.03160 Mesoscale and Nanoscale Physics
+1608.03309 Optics
+1608.03916 Quantum Gases
+1608.04183 Number Theory
+1608.04205 Phenomenology
+1608.04722
+1608.05164 Materials Science
+1608.06663 Methodology
+1608.06858
+1608.06882 Lattice
+1608.08046
+1608.08629 Cosmology and Nongalactic Astrophysics
+1609.00153 Computer Vision and Pattern Recognition
+1609.00782 Metric Geometry
+1609.01501 Mesoscale and Nanoscale Physics
+1609.01630 Number Theory
+1609.02111 Atomic Physics
+1609.02357 Geometric Topology
+1609.02907 Learning
+1609.03291 Chaotic Dynamics
+1609.04144
+1609.05108 Methodology
+1609.05291 Computational Physics
+1609.05374 Learning
+1609.06427 Quantitative Methods
+1609.07532 Probability
+1609.07734 Mesoscale and Nanoscale Physics
+1609.08152 Atomic Physics
+1609.08950 Complex Variables
+1609.09461
+1609.09817 Quantum Gases
+1610.00421 Quantum Gases
+1610.00616 Fluid Dynamics
+1610.01119 Computer Vision and Pattern Recognition
+1610.01418 Disordered Systems and Neural Networks
+1610.01526 Methodology
+1610.02440 Biological Physics
+1610.02833 Chemical Physics
+1610.03829 Analysis of PDEs
+1610.04277
+1610.05473 Mesoscale and Nanoscale Physics
+1610.05832 Group Theory
+1610.06532
+1610.06545 Machine Learning
+1610.07958 Analysis of PDEs
+1610.08336 Robotics
+1610.08649 Metric Geometry
+1610.08736 Classical Analysis and ODEs
+1610.08878 Pricing of Securities
+1610.09583
+1610.09729 Representation Theory
+1610.09953 Phenomenology
+1611.01655 Discrete Mathematics
+1611.03246 Analysis of PDEs
+1611.03534 Theory
+1611.03915 Computer Vision and Pattern Recognition
+1611.04264 Molecular Networks
+1611.04307 Strongly Correlated Electrons
+1611.05586
+1611.06594 Experiment
+1611.06632 Computational Complexity
+1611.06824 Learning
+1611.07679 Strongly Correlated Electrons
+1611.07780 Functional Analysis
+1611.07987 Strongly Correlated Electrons
+1611.08080 Materials Science
+1611.08125 Theory
+1611.08238 Superconductivity
+1612.01805 Materials Science
+1612.02611 Optics
+1612.04112 Statistics Theory
+1612.06383 High Energy Astrophysical Phenomena
+1612.07433 Distributed, Parallel, and Cluster Computing
+1612.07782 Phenomenology
+1612.07894 Algebraic Geometry
+1612.08566 Theory
+1612.08626 Phenomenology
+1701.01067 High Energy Astrophysical Phenomena
+1701.02348 Theory
+1701.02602 Number Theory
+1701.02772 Dynamical Systems
+1701.02976 Mesoscale and Nanoscale Physics
+1701.03067
+1701.03106 Phenomenology
+1701.03134 Solar and Stellar Astrophysics
+1701.03148 Optimization and Control
+1701.03681 Astrophysics of Galaxies
+1701.04606 Representation Theory
+1701.05027 Mesoscale and Nanoscale Physics
+1701.05184 Instrumentation and Detectors
+1701.05739 Software Engineering
+1701.05950 Chemical Physics
+1701.06048 Instrumentation and Methods for Astrophysics
+1701.06361 High Energy Astrophysical Phenomena
+1701.06547 Computation and Language
+1701.07223 Cosmology and Nongalactic Astrophysics
+1701.07295 Probability
+1701.07320 Information Theory
+1701.07570 Learning
+1701.07812 Mesoscale and Nanoscale Physics
+1701.07952
+1701.07958 Classical Analysis and ODEs
+1701.08134 Phenomenology
+1701.08722
+1701.08905 Fluid Dynamics
+1702.00082 Strongly Correlated Electrons
+1702.00654 Quantum Gases
+1702.00874
+1702.00952 Strongly Correlated Electrons
+1702.01828 Information Theory
+1702.02001 Solar and Stellar Astrophysics
+1702.02117 Phenomenology
+1702.02181 Neural and Evolutionary Computing
+1702.02253 Superconductivity
+1702.02453 Learning
+1702.02843
+1702.03068 Distributed, Parallel, and Cluster Computing
+1702.03265 Disordered Systems and Neural Networks
+1702.03370
+1702.03400 Distributed, Parallel, and Cluster Computing
+1702.03475 Analysis of PDEs
+1702.03504 Logic in Computer Science
+1702.03961 Formal Languages and Automata Theory
+1702.04032 Functional Analysis
+1702.04055 Cryptography and Security
+1702.04298 Disordered Systems and Neural Networks
+1702.04308 Operator Algebras
+1702.04712 Algebraic Geometry
+1702.04814 Emerging Technologies
+1702.05073 Logic in Computer Science
+1702.05230 Analysis of PDEs
+1702.05290 Information Theory
+1702.05648 History and Philosophy of Physics
+1702.05675 Mesoscale and Nanoscale Physics
+1702.05743 Computer Vision and Pattern Recognition
+1702.05820 Mesoscale and Nanoscale Physics
+1702.05870 Learning
+1702.05925
+1702.05999 Solar and Stellar Astrophysics
+1702.06062 Computer Science and Game Theory
+1702.06078 Solar and Stellar Astrophysics
+1702.06087 Data Structures and Algorithms
+1702.06089 Representation Theory
+1702.06097 Phenomenology
+1702.06101 Theory
+1702.06134 Theory
+1702.06137 Theory
+1702.06141
+1702.06190 Dynamical Systems
+1702.06224 Physics and Society
+1702.06264 Computer Vision and Pattern Recognition
+1702.06266 Combinatorics
+1702.06276 General Mathematics
+1702.06388 Category Theory
+1702.06430 Theory
+1702.06440
+1702.06517 Algebraic Geometry
+1702.06530
+1702.06531 Networking and Internet Architecture
+1702.06532 Instrumentation and Detectors
+1702.06533 Learning
+1702.06534 Chemical Physics
+1702.06536 Operator Algebras
+1702.06538 Neurons and Cognition
+1702.06539 Theory
+1702.06541 Astrophysics of Galaxies
+1702.06542 Solar and Stellar Astrophysics
+1702.06543 Theory
+1702.06544 Astrophysics of Galaxies
+1702.06546 Astrophysics of Galaxies
+1702.06547 Instrumentation and Methods for Astrophysics
+1702.06548 Data Structures and Algorithms
+1702.06550 Strongly Correlated Electrons
+1702.06551 Strongly Correlated Electrons
+1702.06552 Cosmology and Nongalactic Astrophysics
+1702.06553 Algebraic Geometry
+1702.06554 Cryptography and Security
+1702.06556 Logic
+1702.06557 Systems and Control
+1702.06559 Learning
+1702.06562 Classical Physics
+1702.06563 Dynamical Systems
+1702.06564 Statistical Mechanics
+1702.06565 Atomic Physics
+1702.06566 Mesoscale and Nanoscale Physics
+1702.06567 Differential Geometry
+1702.06569 Information Theory
+1702.06570 Methodology
+1702.06571 Materials Science
+1702.06572 Solar and Stellar Astrophysics
+1702.06573 Probability
+1702.06574 Dynamical Systems
+1702.06575 Strongly Correlated Electrons
+1702.06576 Systems and Control
+1702.06580 Analysis of PDEs
+1702.06581 Space Physics
+1702.06582 High Energy Astrophysical Phenomena
+1702.06583 Optics
+1702.06584 Mesoscale and Nanoscale Physics
+1702.06585 High Energy Astrophysical Phenomena
+1702.06586 Logic
+1702.06587 Logic
+1702.06588 Phenomenology
+1702.06589 Computation and Language
+1702.06590 Algebraic Topology
+1702.06591
+1702.06592 Physics Education
+1702.06593 Data Analysis, Statistics and Probability
+1702.06594 Computation and Language
+1702.06595 Systems and Control
+1702.06597 Physics Education
+1702.06599 Instrumentation and Detectors
+1702.06600 Instrumentation and Detectors
+1702.06601 Classical Physics
+1702.06602 Learning
+1702.06603 Materials Science
+1702.06604 Computational Physics
+1702.06605 Functional Analysis
+1702.06606
+1702.06610 Computers and Society
+1702.06611 Number Theory
+1702.06612 Combinatorics
+1702.06613 Chemical Physics
+1702.06614 Data Structures and Algorithms
+1702.06615 Chemical Physics
+1702.06616 Group Theory
+1702.06617
+1702.06618 Group Theory
+1702.06619 Computer Vision and Pattern Recognition
+1702.06620 Logic in Computer Science
+1702.06621 Experiment
+1702.06622 Superconductivity
+1702.06624 Biological Physics
+1702.06625 Dynamical Systems
+1702.06626 Optimization and Control
+1702.06627 Astrophysics of Galaxies
+1702.06628 Mesoscale and Nanoscale Physics
+1702.06630 Algebraic Geometry
+1702.06631 Differential Geometry
+1702.06632 Computation
+1702.06634 Phenomenology
+1702.06635 Methodology
+1702.06636
+1702.06637 High Energy Astrophysical Phenomena
+1702.06638 Mesoscale and Nanoscale Physics
+1702.06639
+1702.06640 Theory
+1702.06641
+1702.06643 Cosmology and Nongalactic Astrophysics
+1702.06645 Networking and Internet Architecture
+1702.06646 Functional Analysis
+1702.06647 Instrumentation and Methods for Astrophysics
+1702.06648 Fluid Dynamics
+1702.06649 Information Theory
+1702.06650 Applications
+1702.06651 Combinatorics
+1702.06652 Instrumentation and Detectors
+1702.06653 Accelerator Physics
+1702.06654 Analysis of PDEs
+1702.06655 Computational Physics
+1702.06656 Materials Science
+1702.06657 Theory
+1702.06658
+1702.06659 Astrophysics of Galaxies
+1702.06660 Solar and Stellar Astrophysics
+1702.06661 Machine Learning
+1702.06662 Artificial Intelligence
+1702.06663 Computation and Language
+1702.06666 Combinatorics
+1702.06667 Functional Analysis
+1702.06668 Medical Physics
+1702.06669 Physics and Society
+1702.06670
+1702.06671 Biological Physics
+1702.06672 Computation and Language
+1702.06674 Computer Vision and Pattern Recognition
+1702.06675 Computation and Language
+1702.06677 Computers and Society
+1702.06678 Differential Geometry
+1702.06679 Phenomenology
+1702.06680 Robotics
+1702.06682 Materials Science
+1702.06684 Combinatorics
+1702.06685 Strongly Correlated Electrons
+1702.06686 Algebraic Geometry
+1702.06687 Mesoscale and Nanoscale Physics
+1702.06688 Differential Geometry
+1702.06689 Software Engineering
+1702.06690 Information Theory
+1702.06691 Instrumentation and Detectors
+1702.06692 Geometric Topology
+1702.06693
+1702.06694 Solar and Stellar Astrophysics
+1702.06695 Systems and Control
+1702.06696 Computation and Language
+1702.06697 Systems and Control
+1702.06698 Formal Languages and Automata Theory
+1702.06699
+1702.06700 Computer Vision and Pattern Recognition
+1702.06701 Mesoscale and Nanoscale Physics
+1702.06702 High Energy Astrophysical Phenomena
+1702.06703 Computation and Language
+1702.06704 Programming Languages
+1702.06706 Mesoscale and Nanoscale Physics
+1702.06707 Instrumentation and Detectors
+1702.06709 Computation and Language
+1702.06711 Combinatorics
+1702.06712 Learning
+1702.06714 Differential Geometry
+1702.06715 Cryptography and Security
+1702.06716 Algebraic Geometry
+1702.06717 Strongly Correlated Electrons
+1702.06718 Analysis of PDEs
+1702.06719
+1702.06720
+1702.06722 Computer Vision and Pattern Recognition
+1702.06723 Optimization and Control
+1702.06725 Mesoscale and Nanoscale Physics
+1702.06728 Multimedia
+1702.06729 Disordered Systems and Neural Networks
+1702.06730 Mesoscale and Nanoscale Physics
+1702.06731 Phenomenology
+1702.06733 Computation and Language
+1702.06734 Rings and Algebras
+1702.06735 Experiment
+1702.06736 Analysis of PDEs
+1702.06737 Analysis of PDEs
+1702.06738 Analysis of PDEs
+1702.06739
+1702.06741 Probability
+1702.06742 Materials Science
+1702.06743 Mesoscale and Nanoscale Physics
+1702.06744 High Energy Astrophysical Phenomena
+1702.06745
+1702.06746 Numerical Analysis
+1702.06747 Probability
+1702.06749 Probability
+1702.06750 Plasma Physics
+1702.06751 Optimization and Control
+1702.06752 Algebraic Geometry
+1702.06753 Materials Science
+1702.06754 Classical Analysis and ODEs
+1702.06756 Robotics
+1702.06759 Analysis of PDEs
+1702.06760 Learning
+1702.06761 Geophysics
+1702.06762 Learning
+1702.06764 Cryptography and Security
+1702.06765 Soft Condensed Matter
+1702.06766
+1702.06767 Computer Vision and Pattern Recognition
+1702.06769 Combinatorics
+1702.06770 Optimization and Control
+1702.06771
+1702.06772 Networking and Internet Architecture
+1702.06773 Fluid Dynamics
+1702.06774 Phenomenology
+1702.06775 Algebraic Geometry
+1702.06776 Learning
+1702.06777 Computation and Language
+1702.06778 Statistical Mechanics
+1702.06779 High Energy Astrophysical Phenomena
+1702.06780 Networking and Internet Architecture
+1702.06781 Information Theory
+1702.06782 Fluid Dynamics
+1702.06783 Phenomenology
+1702.06784
+1702.06785 Dynamical Systems
+1702.06786 Biological Physics
+1702.06787 Numerical Analysis
+1702.06788
+1702.06789 Group Theory
+1702.06790 Methodology
+1702.06791 Probability
+1702.06792 Analysis of PDEs
+1702.06793
+1702.06794 Computation and Language
+1702.06795 High Energy Astrophysical Phenomena
+1702.06797 Astrophysics of Galaxies
+1702.06798 Theory
+1702.06799 Computer Vision and Pattern Recognition
+1702.06800 Instrumentation and Methods for Astrophysics
+1702.06801 Medical Physics
+1702.06803 Networking and Internet Architecture
+1702.06805 Software Engineering
+1702.06806 Software Engineering
+1702.06807 High Energy Astrophysical Phenomena
+1702.06808 Solar and Stellar Astrophysics
+1702.06809 Fluid Dynamics
+1702.06811
+1702.06813 Computer Vision and Pattern Recognition
+1702.06814 General Mathematics
+1702.06815 Classical Physics
+1702.06816 Combinatorics
+1702.06818 Learning
+1702.06819 Machine Learning
+1702.06820 Social and Information Networks
+1702.06821 Information Theory
+1702.06822 Statistical Mechanics
+1702.06823
+1702.06824 General Physics
+1702.06825
+1702.06826 Complex Variables
+1702.06828 Instrumentation and Methods for Astrophysics
+1702.06831 Quantitative Methods
+1702.06832 Machine Learning
+1702.06833
+1702.06834
+1702.06835
+1702.06836 Phenomenology
+1702.06838 Optimization and Control
+1702.06839
+1702.06840 Analysis of PDEs
+1702.06841 Statistical Mechanics
+1702.06842 Mesoscale and Nanoscale Physics
+1702.06843 Algebraic Topology
+1702.06844 Computational Complexity
+1702.06845
+1702.06846 Materials Science
+1702.06847
+1702.06849 Representation Theory
+1702.06850 Computer Vision and Pattern Recognition
+1702.06851 Pattern Formation and Solitons
+1702.06852 Chemical Physics
+1702.06853 Optics
+1702.06854 Chemical Physics
+1702.06855
+1702.06857 Mesoscale and Nanoscale Physics
+1702.06859 Analysis of PDEs
+1702.06860 Metric Geometry
+1702.06862 Optimization and Control
+1702.06863 Numerical Analysis
+1702.06864 Mesoscale and Nanoscale Physics
+1702.06865 Lattice
+1702.06866 Optimization and Control
+1702.06867 Analysis of PDEs
+1702.06868 High Energy Astrophysical Phenomena
+1702.06869 Materials Science
+1702.06870 Atmospheric and Oceanic Physics
+1702.06871 Plasma Physics
+1702.06872 Networking and Internet Architecture
+1702.06873 Materials Science
+1702.06874 Analysis of PDEs
+1702.06875 Computation and Language
+1702.06876 Commutative Algebra
+1702.06878 Information Theory
+1702.06879 Artificial Intelligence
+1702.06880 Analysis of PDEs
+1702.06881 Soft Condensed Matter
+1702.06882 Strongly Correlated Electrons
+1702.06883 Optics
+1702.06884 History and Philosophy of Physics
+1702.06885 Phenomenology
+1702.06886 Numerical Analysis
+1702.06888
+1702.06889 Mesoscale and Nanoscale Physics
+1702.06891 Computation and Language
+1702.06892 Theory
+1702.06893 Instrumentation and Methods for Astrophysics
+1702.06894 Phenomenology
+1702.06895 Fluid Dynamics
+1702.06896 Soft Condensed Matter
+1702.06897 Algebraic Topology
+1702.06898 Mathematical Software
+1702.06899 Machine Learning
+1702.06900 Distributed, Parallel, and Cluster Computing
+1702.06901 Information Theory
+1702.06902 Systems and Control
+1702.06904 Spectral Theory
+1702.06905 Probability
+1702.06906 Combinatorics
+1702.06907 Combinatorics
+1702.06908 Complex Variables
+1702.06909 Combinatorics
+1702.06910 Phenomenology
+1702.06911 Strongly Correlated Electrons
+1702.06913 Statistical Finance
+1702.06916 Probability
+1702.06917 Learning
+1702.06919 Disordered Systems and Neural Networks
+1702.06921 Social and Information Networks
+1702.06922 Optimization and Control
+1702.06923 Group Theory
+1702.06924 Solar and Stellar Astrophysics
+1702.06926 Group Theory
+1702.06927 Theory
+1702.06930 Quantum Algebra
+1702.06931 Statistical Mechanics
+1702.06933
+1702.06934 Artificial Intelligence
+1702.06935 Theory
+1702.06937 Probability
+1702.06938 Algebraic Geometry
+1702.06939 Cell Behavior
+1702.06940 Solar and Stellar Astrophysics
+1702.06941 Learning
+1702.06942 Instrumentation and Detectors
+math-ph/0211001
+quant-ph/0210164
+quant-ph/0511227
+0707.2334
+0808.2785 Algebraic Geometry
+0903.4625 Classical Analysis and ODEs
+0903.4647 Probability
+0905.2563 Probability
+0908.4514 Phenomenology
+0911.5377 Probability
+1005.4636
+1012.0995 Combinatorics
+1104.2919 Phenomenology
+1106.3594 Probability
+1108.4643 Theory
+1111.0492 Combinatorics
+1201.4960 Combinatorics
+1203.3930 Probability
+1205.6493 Probability
+1207.1310 Geometric Topology
+1209.3632
+1212.3913 Computer Vision and Pattern Recognition
+1301.4624 General Topology
+1302.3888 Number Theory
+1304.3362 Neural and Evolutionary Computing
+1304.3393 Neural and Evolutionary Computing
+1304.6453 Algebraic Topology
+1304.7751 Information Theory
+1306.3674 Probability
+1308.2520 Optimization and Control
+1308.4182 Commutative Algebra
+1309.0466 Geometric Topology
+1309.7417 Commutative Algebra
+1309.7757 Optimization and Control
+1310.1583 Probability
+1310.4330 Combinatorics
+1310.7954
+1310.8439 Mesoscale and Nanoscale Physics
+1311.3211 Neurons and Cognition
+1311.6989 Representation Theory
+1312.2240 Statistics Theory
+1312.3210
+1312.6843 Probability
+1401.7967
+1402.0382
+1402.1067
+1403.1601 Combinatorics
+1403.5822 Probability
+1406.5031 Pattern Formation and Solitons
+1406.6680 Probability
+1407.0576 Neural and Evolutionary Computing
+1407.0577 Neural and Evolutionary Computing
+1407.2467 Classical Analysis and ODEs
+1407.5357
+1407.5863 Differential Geometry
+1407.6230
+1408.6719 Metric Geometry
+1409.2034 Probability
+1409.2906 Disordered Systems and Neural Networks
+1409.3344 Theory
+1411.2644 Superconductivity
+1411.2829 Phenomenology
+1411.4218 Optimization and Control
+1412.1193 Learning
+1412.4045 Computational Finance
+1412.5089
+1412.8461 Programming Languages
+1501.00169 Dynamical Systems
+1501.00433 Logic
+1501.01681 Pattern Formation and Solitons
+1501.05892 Information Theory
+1502.01580 Combinatorics
+1502.01646 Physics and Society
+1502.01862 Algebraic Topology
+1502.03862 Dynamical Systems
+1503.00818 Geometric Topology
+1503.00825 Analysis of PDEs
+1503.01755
+1503.04989 Probability
+1503.07760 Probability
+1503.07887 Fluid Dynamics
+1504.01713 Numerical Analysis
+1504.02155 Dynamical Systems
+1505.05673 Complex Variables
+1505.05785 Probability
+1505.07666 Numerical Analysis
+1506.03756
+1506.05245 Space Physics
+1506.08450 Statistics Theory
+1507.01505 Classical Analysis and ODEs
+1507.07811 General Physics
+1508.00484 Algebraic Geometry
+1508.01064 Spectral Theory
+1508.01639
+1508.07175 Learning
+1508.07926 Combinatorics
+1509.01653 Information Theory
+1509.02394 Complex Variables
+1509.04489 Analysis of PDEs
+1509.06174 Differential Geometry
+1509.07298 Sound
+1509.07564
+1509.07635
+1510.00365 Group Theory
+1510.02295 Algebraic Geometry
+1510.02510 Quantitative Methods
+1510.02576 Complex Variables
+1510.02906 Computer Vision and Pattern Recognition
+1510.03243
+1510.03707 Dynamical Systems
+1510.04100 Operator Algebras
+1510.04573
+1510.05886 Discrete Mathematics
+1510.07074 Statistics Theory
+1510.07328 Computational Physics
+1510.08250 Logic
+1511.00423 Computer Vision and Pattern Recognition
+1511.00652 Complex Variables
+1511.03039 Information Theory
+1511.04329 Numerical Analysis
+1511.05522 Algebraic Topology
+1511.06984 Computer Vision and Pattern Recognition
+1511.08054 Metric Geometry
+1511.09250 Software Engineering
+1512.00511 Analysis of PDEs
+1512.01141
+1512.01465 Information Theory
+1512.01661 Strongly Correlated Electrons
+1512.04504 Theory
+1512.06679 Probability
+1512.08410 Differential Geometry
+1512.08590 Materials Science
+1601.00909 Neurons and Cognition
+1601.01178 Methodology
+1601.02248 Differential Geometry
+1601.06827 Analysis of PDEs
+1602.00639 Information Theory
+1602.04037
+1602.05123
+1602.06121 Analysis of PDEs
+1602.06151
+1602.06323 Computational Complexity
+1602.07359 Numerical Analysis
+1602.08070 Portfolio Management
+1602.08785 Materials Science
+1603.00116 Theory
+1603.00301 Strongly Correlated Electrons
+1603.00727 Soft Condensed Matter
+1603.00969 Theory
+1603.03435 Strongly Correlated Electrons
+1603.03944 Commutative Algebra
+1603.03977 Learning
+1603.05090 Geometric Topology
+1603.05371
+1603.06272 Quantum Algebra
+1604.00804 Analysis of PDEs
+1604.01140 Optics
+1604.01587 Instrumentation and Detectors
+1604.02086 Logic in Computer Science
+1604.03538 Plasma Physics
+1604.04032
+1604.05590 Data Structures and Algorithms
+1604.06552 Astrophysics of Galaxies
+1604.06763 Performance
+1604.06993 Information Theory
+1605.01614 Analysis of PDEs
+1605.01690 Information Theory
+1605.01986 Optimization and Control
+1605.02152 Information Theory
+1605.02297 Rings and Algebras
+1605.02666 Numerical Analysis
+1605.02711 Learning
+1605.03414
+1605.03884 Machine Learning
+1605.03988 Number Theory
+1605.03992 Computation
+1605.04271 Logic in Computer Science
+1605.06030
+1605.07095
+1605.07180
+1605.07868 Operator Algebras
+1605.08734
+1605.09160 Functional Analysis
+1606.00802 Neural and Evolutionary Computing
+1606.01508 Atomic Physics
+1606.01572 High Energy Astrophysical Phenomena
+1606.01800 Information Theory
+1606.01973 Combinatorics
+1606.02005 Probability
+1606.02187 Differential Geometry
+1606.02551 Analysis of PDEs
+1606.03867
+1606.06931
+1606.06935 Combinatorics
+1606.07662 Combinatorics
+1606.08456 Representation Theory
+1606.08618 Disordered Systems and Neural Networks
+1606.08756
+1606.09229 Pattern Formation and Solitons
+1606.09419 Computation
+1606.09435 Materials Science
+1607.00460 Pattern Formation and Solitons
+1607.01546 Phenomenology
+1607.02242 Mesoscale and Nanoscale Physics
+1607.02414 Operator Algebras
+1607.02481 Physics and Society
+1607.03471 Combinatorics
+1607.03728 Quantum Algebra
+1607.03977 Mesoscale and Nanoscale Physics
+1607.04052 Neurons and Cognition
+1607.04354 Geometric Topology
+1607.05058 Phenomenology
+1607.05674 Functional Analysis
+1607.06473
+1607.06507
+1607.07679 Cosmology and Nongalactic Astrophysics
+1607.08305 Theory
+1607.08413 Classical Analysis and ODEs
+1607.08492 Probability
+1607.08530 Statistical Mechanics
+1607.08897 Solar and Stellar Astrophysics
+1608.00106 Soft Condensed Matter
+1608.02097 Computation and Language
+1608.02339 Cryptography and Security
+1608.03225 Dynamical Systems
+1608.03339 Learning
+1608.03583 Quantitative Methods
+1608.04079 Combinatorics
+1608.05071 Optics
+1608.05630 Theory
+1608.06362 Mesoscale and Nanoscale Physics
+1608.06543
+1608.06572
+1608.06864 Number Theory
+1608.07173 Methodology
+1608.08608 Materials Science
+1608.08911 Biological Physics
+1608.08995 Populations and Evolution
+1609.00052 Astrophysics of Galaxies
+1609.00312 Optics
+1609.00691 Computation
+1609.01193 Combinatorics
+1609.01820 Statistical Mechanics
+1609.02457 Numerical Analysis
+1609.02510 Representation Theory
+1609.02511
+1609.02743 Optimization and Control
+1609.03093 Computer Vision and Pattern Recognition
+1609.03599
+1609.04026 Phenomenology
+1609.04258 Probability
+1609.04777 Numerical Analysis
+1609.05003 Social and Information Networks
+1609.05007
+1609.05252 Information Theory
+1609.05554 Statistical Mechanics
+1609.05785 Solar and Stellar Astrophysics
+1609.06519 Mesoscale and Nanoscale Physics
+1609.06760 Representation Theory
+1609.06965 Number Theory
+1609.07353
+1609.07438
+1609.07769 Computer Vision and Pattern Recognition
+1609.07916 Computer Vision and Pattern Recognition
+1609.08071 Theory
+1609.08249 Superconductivity
+1609.08773 Mesoscale and Nanoscale Physics
+1609.08795 Number Theory
+1609.08803 Dynamical Systems
+1609.08865 Quantum Gases
+1609.08889
+1609.08911 Materials Science
+1609.08960 Probability
+1609.08962 Optimization and Control
+1609.09043 Systems and Control
+1609.09166
+1609.09269 Symbolic Computation
+1609.09359 Cryptography and Security
+1609.09612 Phenomenology
+1609.09678 Phenomenology
+1610.00026 Logic in Computer Science
+1610.00187 Physics and Society
+1610.00696 Learning
+1610.00916 Astrophysics of Galaxies
+1610.01932 Number Theory
+1610.02017 Number Theory
+1610.03224 Numerical Analysis
+1610.03452 Social and Information Networks
+1610.03500 Solar and Stellar Astrophysics
+1610.03828 Neurons and Cognition
+1610.04048 Number Theory
+1610.04653 Earth and Planetary Astrophysics
+1610.04819 Number Theory
+1610.05062 Networking and Internet Architecture
+1610.05146 Mesoscale and Nanoscale Physics
+1610.05289 Mesoscale and Nanoscale Physics
+1610.05297 Instrumentation and Detectors
+1610.05544 Fluid Dynamics
+1610.05672 Machine Learning
+1610.06237 Discrete Mathematics
+1610.06362 Logic in Computer Science
+1610.06478
+1610.06534 Learning
+1610.06686 Disordered Systems and Neural Networks
+1610.06694 Cryptography and Security
+1610.06805 Portfolio Management
+1610.06819 Robotics
+1610.06886 Neurons and Cognition
+1610.07052
+1610.07161 Neurons and Cognition
+1610.07181 Neurons and Cognition
+1610.07264
+1610.07266 Theory
+1610.07358 Mesoscale and Nanoscale Physics
+1610.08067 Theory
+1610.08846 Mesoscale and Nanoscale Physics
+1610.08875 Materials Science
+1610.09044 Cryptography and Security
+1610.09691 Combinatorics
+1610.09980 Mesoscale and Nanoscale Physics
+1611.00003 Strongly Correlated Electrons
+1611.00086 Strongly Correlated Electrons
+1611.00343 Accelerator Physics
+1611.00533
+1611.00604
+1611.00725 Phenomenology
+1611.00726
+1611.00874
+1611.00943
+1611.01322 Cosmology and Nongalactic Astrophysics
+1611.01462 Learning
+1611.02232 High Energy Astrophysical Phenomena
+1611.02750 Instrumentation and Detectors
+1611.02828 Information Theory
+1611.03089 Mesoscale and Nanoscale Physics
+1611.03189 Numerical Analysis
+1611.03688
+1611.04246 Computer Vision and Pattern Recognition
+1611.04496 Computation and Language
+1611.04878 Databases
+1611.05211 Phenomenology
+1611.05309 Algebraic Geometry
+1611.05504 Solar and Stellar Astrophysics
+1611.05811 Operator Algebras
+1611.06463 Earth and Planetary Astrophysics
+1611.06597 Superconductivity
+1611.07072
+1611.07459
+1611.07830 Operator Algebras
+1611.08186 Materials Science
+1611.08517 Theory
+1611.08616 Earth and Planetary Astrophysics
+1611.08752 Discrete Mathematics
+1611.09145 Phenomenology
+1611.09375 Cosmology and Nongalactic Astrophysics
+1611.09380 Theory
+1612.00175 Numerical Analysis
+1612.00281 Differential Geometry
+1612.00690 Applications
+1612.01082 Computer Vision and Pattern Recognition
+1612.02187 Mesoscale and Nanoscale Physics
+1612.02279 Probability
+1612.02684 Multiagent Systems
+1612.03405
+1612.03783
+1612.03798 Superconductivity
+1612.04095
+1612.04150 Phenomenology
+1612.04303 Superconductivity
+1612.04309
+1612.04694 Optimization and Control
+1612.04842
+1612.05155
+1612.05483 Physics and Society
+1612.06116 Experiment
+1612.06366 Cosmology and Nongalactic Astrophysics
+1612.06492 Computation
+1612.06561
+1612.07099 Analysis of PDEs
+1612.07191 Materials Science
+1612.07284 Classical Analysis and ODEs
+1612.07325 Astrophysics of Galaxies
+1612.07368 Plasma Physics
+1612.07997 Mesoscale and Nanoscale Physics
+1612.08024
+1612.08036 Computer Vision and Pattern Recognition
+1612.08540 Fluid Dynamics
+1612.09079
+1612.09163 Quantum Gases
+1701.00486
+1701.00618 Materials Science
+1701.00665 Rings and Algebras
+1701.01116
+1701.01129 Number Theory
+1701.02432 Strongly Correlated Electrons
+1701.03039 Optics
+1701.04360
+1701.04467 General Topology
+1701.04561 Phenomenology
+1701.05228 Machine Learning
+1701.05569
+1701.06098 Rings and Algebras
+1701.06272
+1701.06564
+1701.06623 Functional Analysis
+1701.07717 Computer Vision and Pattern Recognition
+1701.07755
+1701.08231
+1701.08660
+1701.08672 Phenomenology
+1701.08884 Geophysics
+1702.00079 Pattern Formation and Solitons
+1702.00161 Pattern Formation and Solitons
+1702.00546 Physics and Society
+1702.01843 Symplectic Geometry
+1702.02061 Physics and Society
+1702.02697
+1702.02791 General Topology
+1702.03042 Materials Science
+1702.03062 Information Theory
+1702.04112 Operator Algebras
+1702.04457 Computation and Language
+1702.04572 Analysis of PDEs
+1702.04669 Instrumentation and Detectors
+1702.05309 Information Theory
+1702.05426 Dynamical Systems
+1702.05450
+1702.05499 Social and Information Networks
+1702.05563 Learning
+1702.05612 Strongly Correlated Electrons
+1702.05718 Multimedia
+1702.05766 Statistical Mechanics
+1702.05804 Superconductivity
+1702.05876 Materials Science
+1702.06146 Statistical Mechanics
+1702.06466 Geometric Topology
+1702.06568 Atmospheric and Oceanic Physics
+1702.06633 Information Theory
+1702.06727 Strongly Correlated Electrons
+1702.06985 Classical Physics
+1702.07334 Analysis of PDEs
+1702.07644 Analysis of PDEs
+1702.07743
+1702.07746
+1702.07751 Algebraic Topology
+1702.07816 Materials Science
+1702.07940
+1702.08033 Information Theory
+1702.08218 Theory
+1702.08230 Phenomenology
+1702.08435 Systems and Control
+1702.08556 Pattern Formation and Solitons
+1702.08594 Classical Analysis and ODEs
+1702.08787 Probability
+1702.08853 Phenomenology
+1702.08855 Phenomenology
+1702.08882 Learning
+1702.08896 Machine Learning
+1703.00140
+1703.00180 Combinatorics
+1703.00222
+1703.00305
+1703.00340 Networking and Internet Architecture
+1703.00343 Phenomenology
+1703.00391 Artificial Intelligence
+1703.00408 Group Theory
+1703.00410 Machine Learning
+1703.00438 Algebraic Geometry
+1703.00996 Numerical Analysis
+1703.01056 Machine Learning
+1703.01254 Phenomenology
+1703.01307 Instrumentation and Methods for Astrophysics
+1703.01415
+1703.01486 Statistical Mechanics
+1703.01490 Optics
+1703.01565 Physics Education
+1703.01682 Phenomenology
+1703.01736 Logic in Computer Science
+1703.01743 Spectral Theory
+1703.01808 Solar and Stellar Astrophysics
+1703.01903 Classical Analysis and ODEs
+1703.01944 Mesoscale and Nanoscale Physics
+1703.02028 Classical Physics
+1703.02029
+1703.02051 Strongly Correlated Electrons
+1703.02073
+1703.02102 Machine Learning
+1703.02173 Metric Geometry
+1703.02208 Functional Analysis
+1703.02307 Statistics Theory
+1703.02325 Algebraic Geometry
+1703.02328 Information Theory
+1703.02337 Computation
+1703.02379 Learning
+1703.02389 History and Philosophy of Physics
+1703.02435 Statistical Mechanics
+1703.02466 Combinatorics
+1703.02470 Theory
+1703.02608 Pattern Formation and Solitons
+1703.02704 Spectral Theory
+1703.02757 Distributed, Parallel, and Cluster Computing
+1703.02896 Chemical Physics
+1703.02912 Optimization and Control
+1703.03004 Computation
+1703.03077 Differential Geometry
+1703.03137 Fluid Dynamics
+1703.03254 Artificial Intelligence
+1703.03280 Complex Variables
+1703.03307
+1703.03333 High Energy Astrophysical Phenomena
+1703.03350 Superconductivity
+1703.03396 Superconductivity
+1703.03402 Theory
+1703.03427 High Energy Astrophysical Phenomena
+1703.03460 Mesoscale and Nanoscale Physics
+1703.03473 Cryptography and Security
+1703.03509 Information Theory
+1703.03605 Operator Algebras
+1703.03632 Algebraic Topology
+1703.03633 Learning
+1703.03637 Strongly Correlated Electrons
+1703.03710
+1703.03737 Instrumentation and Detectors
+1703.03748 Solar and Stellar Astrophysics
+1703.03754
+1703.03802 High Energy Astrophysical Phenomena
+1703.03803 Combinatorics
+1703.03805 Astrophysics of Galaxies
+1703.03806 Astrophysics of Galaxies
+1703.03808 Astrophysics of Galaxies
+1703.03809 Disordered Systems and Neural Networks
+1703.03810 Astrophysics of Galaxies
+1703.03811 Solar and Stellar Astrophysics
+1703.03812 Theory
+1703.03816
+1703.03817 Atomic Physics
+1703.03818
+1703.03819 Phenomenology
+1703.03820
+1703.03822 Mesoscale and Nanoscale Physics
+1703.03823 Astrophysics of Galaxies
+1703.03824 Strongly Correlated Electrons
+1703.03828
+1703.03829 Materials Science
+1703.03830
+1703.03831 Computers and Society
+1703.03832 Phenomenology
+1703.03833 Strongly Correlated Electrons
+1703.03834 General Topology
+1703.03835 Cryptography and Security
+1703.03836 Strongly Correlated Electrons
+1703.03837 Classical Analysis and ODEs
+1703.03839
+1703.03840
+1703.03841 Numerical Analysis
+1703.03842 Computation and Language
+1703.03843 Complex Variables
+1703.03844 Mesoscale and Nanoscale Physics
+1703.03845 Numerical Analysis
+1703.03846 Computer Science and Game Theory
+1703.03847 Instrumentation and Methods for Astrophysics
+1703.03848 Computer Vision and Pattern Recognition
+1703.03849 Data Structures and Algorithms
+1703.03850 Algebraic Geometry
+1703.03851 Differential Geometry
+1703.03852 Probability
+1703.03853 Applications
+1703.03855 Functional Analysis
+1703.03856 Databases
+1703.03857 Probability
+1703.03858 Physics and Society
+1703.03859 Machine Learning
+1703.03860
+1703.03861 Information Retrieval
+1703.03862 Applications
+1703.03863 Machine Learning
+1703.03864 Machine Learning
+1703.03865 Chemical Physics
+1703.03867 Computer Vision and Pattern Recognition
+1703.03868 Artificial Intelligence
+1703.03869 Learning
+1703.03870 Medical Physics
+1703.03871
+1703.03872 Computer Vision and Pattern Recognition
+1703.03873 Space Physics
+1703.03875 Phenomenology
+1703.03876 Solar and Stellar Astrophysics
+1703.03877 Strongly Correlated Electrons
+1703.03878 Analysis of PDEs
+1703.03879 Theory
+1703.03880 Mesoscale and Nanoscale Physics
+1703.03881 Strongly Correlated Electrons
+1703.03882 Methodology
+1703.03883 Functional Analysis
+1703.03884 Superconductivity
+1703.03885 High Energy Astrophysical Phenomena
+1703.03886 Phenomenology
+1703.03887
+1703.03888 Computer Vision and Pattern Recognition
+1703.03889 Emerging Technologies
+1703.03890 Analysis of PDEs
+1703.03892 Software Engineering
+1703.03893 Mesoscale and Nanoscale Physics
+1703.03894 Astrophysics of Galaxies
+1703.03895 Social and Information Networks
+1703.03896 Combinatorics
+1703.03897 Software Engineering
+1703.03898 Optimization and Control
+1703.03899 Representation Theory
+1703.03900 Data Structures and Algorithms
+1703.03901 Physics and Society
+1703.03902
+1703.03903
+1703.03904 Distributed, Parallel, and Cluster Computing
+1703.03907 Algebraic Geometry
+1703.03908 Dynamical Systems
+1703.03910 Quantum Gases
+1703.03911 High Energy Astrophysical Phenomena
+1703.03912 Computer Science and Game Theory
+1703.03913 High Energy Astrophysical Phenomena
+1703.03914 Probability
+1703.03915
+1703.03916 Artificial Intelligence
+1703.03917 Classical Analysis and ODEs
+1703.03918 Number Theory
+1703.03919 Instrumentation and Methods for Astrophysics
+1703.03920
+1703.03921 Computer Vision and Pattern Recognition
+1703.03922 Classical Analysis and ODEs
+1703.03923 Information Retrieval
+1703.03924 Distributed, Parallel, and Cluster Computing
+1703.03925 Strongly Correlated Electrons
+1703.03926 Biological Physics
+1703.03927 Materials Science
+1703.03928 Learning
+1703.03929 Phenomenology
+1703.03930 Computational Engineering, Finance, and Science
+1703.03931 Mesoscale and Nanoscale Physics
+1703.03932 General Mathematics
+1703.03933 Artificial Intelligence
+1703.03934 Classical Analysis and ODEs
+1703.03935 Computers and Society
+1703.03938 Classical Analysis and ODEs
+1703.03939 Computation and Language
+1703.03940 Robotics
+1703.03941 Robotics
+1703.03942 Materials Science
+1703.03943 Physics and Society
+1703.03944 Differential Geometry
+1703.03945 Differential Geometry
+1703.03946 Information Theory
+1703.03948 Geometric Topology
+1703.03951
+1703.03952 Phenomenology
+1703.03953 Numerical Analysis
+1703.03954 Analysis of PDEs
+1703.03955 Combinatorics
+1703.03956 Number Theory
+1703.03957 Computer Vision and Pattern Recognition
+1703.03958
+1703.03959 Phenomenology
+1703.03960 Algebraic Topology
+1703.03961 Number Theory
+1703.03962 Commutative Algebra
+1703.03963 Data Structures and Algorithms
+1703.03964 Dynamical Systems
+1703.03965 Statistics Theory
+1703.03966 Optimization and Control
+1703.03967
+1703.03968 Number Theory
+1703.03969
+1703.03970 Quantum Algebra
+1703.03971
+1703.03972 Materials Science
+1703.03973 Combinatorics
+1703.03974 Analysis of PDEs
+1703.03975 Solar and Stellar Astrophysics
+1703.03976
+1703.03977 Systems and Control
+1703.03978 Mesoscale and Nanoscale Physics
+1703.03979 Mesoscale and Nanoscale Physics
+1703.03981 Numerical Analysis
+1703.03982 Medical Physics
+1703.03983 Dynamical Systems
+1703.03984 Combinatorics
+1703.03986 High Energy Astrophysical Phenomena
+1703.03987 Algebraic Topology
+1703.03988 Mesoscale and Nanoscale Physics
+1703.03989 Information Theory
+1703.03990 Algebraic Geometry
+1703.03991 Algebraic Geometry
+1703.03992 Algebraic Geometry
+1703.03993
+1703.03994 Software Engineering
+1703.03995 Experiment
+1703.03996 Materials Science
+1703.03997 Analysis of PDEs
+1703.03998 Data Structures and Algorithms
+1703.03999 Solar and Stellar Astrophysics
+1703.04001 Computation and Language
+1703.04002
+1703.04003 Medical Physics
+1703.04004 Experiment
+1703.04005 Chemical Physics
+1703.04007 Mesoscale and Nanoscale Physics
+1703.04008 Numerical Analysis
+1703.04009 Computation and Language
+1703.04011 Optics
+1703.04012 Mesoscale and Nanoscale Physics
+1703.04013 Materials Science
+1703.04014 Mesoscale and Nanoscale Physics
+1703.04015 Pattern Formation and Solitons
+1703.04016 Analysis of PDEs
+1703.04017 Physics and Society
+1703.04018 Differential Geometry
+1703.04019 Computer Vision and Pattern Recognition
+1703.04020 Mesoscale and Nanoscale Physics
+1703.04021 Superconductivity
+1703.04022 Other Quantitative Biology
+1703.04023 Cosmology and Nongalactic Astrophysics
+1703.04024 Instrumentation and Detectors
+1703.04025 Machine Learning
+1703.04026 Probability
+1703.04027 Solar and Stellar Astrophysics
+1703.04028 Representation Theory
+1703.04029 Medical Physics
+1703.04032 Symplectic Geometry
+1703.04033 Materials Science
+1703.04034 Superconductivity
+1703.04035 Systems and Control
+1703.04036 Mathematical Software
+1703.04037 Accelerator Physics
+1703.04038 Soft Condensed Matter
+1703.04039
+1703.04040 Computational Geometry
+1703.04041 Theory
+1703.04042 Materials Science
+1703.04043 Phenomenology
+1703.04044 Computer Vision and Pattern Recognition
+1703.04045 Functional Analysis
+1703.04046 Machine Learning
+1703.04047 Computers and Society
+1703.04048 Materials Science
+1703.04049 Chemical Physics
+1703.04050 Analysis of PDEs
+1703.04051 Optimization and Control
+1703.04052
+1703.04053 Analysis of PDEs
+1703.04054 Symplectic Geometry
+1703.04055 Rings and Algebras
+1703.04056 Applications
+1703.04057 Databases
+1703.04058 Statistics Theory
+1703.04059 High Energy Astrophysical Phenomena
+1703.04060 Information Theory
+1703.04061 Exactly Solvable and Integrable Systems
+1703.04062 Computer Vision and Pattern Recognition
+1703.04063 Combinatorics
+1703.04064 Information Theory
+1703.04066 Astrophysics of Galaxies
+1703.04067 Analysis of PDEs
+1703.04068 Fluid Dynamics
+1703.04069 History and Overview
+1703.04072 Information Theory
+1703.04073 Phenomenology
+1703.04074 Quantum Gases
+1703.04076 Rings and Algebras
+1703.04077
+1703.04078 Computer Vision and Pattern Recognition
+1703.04079 Computer Vision and Pattern Recognition
+1703.04081 Machine Learning
+1703.04084 Materials Science
+1703.04085 Dynamical Systems
+1703.04086 Cryptography and Security
+1703.04087 High Energy Astrophysical Phenomena
+1703.04088 Computer Vision and Pattern Recognition
+1703.04089 Algebraic Topology
+1703.04090 Physics and Society
+1703.04091
+1703.04092 Theory
+1703.04093 Geometric Topology
+1703.04094
+1703.04095 Computers and Society
+1703.04097 Numerical Analysis
+1703.04099 Analysis of PDEs
+1703.04100 Materials Science
+1703.04102 General Topology
+1703.04104 Materials Science
+1703.04106 Information Theory
+1703.04107 Differential Geometry
+1703.04108 Representation Theory
+1703.04109 Dynamical Systems
+1703.04110 Commutative Algebra
+1703.04111 Computer Vision and Pattern Recognition
+1703.04112 Strongly Correlated Electrons
+1703.04113 Optimization and Control
+1703.04114 Strongly Correlated Electrons
+1703.04115 Artificial Intelligence
+1703.04117 Disordered Systems and Neural Networks
+1703.04118 Combinatorics
+1703.04119 Metric Geometry
+1703.04120 Combinatorics
+1703.04121 Differential Geometry
+1703.04122 Learning
+1703.04124 Phenomenology
+1703.04125 Analysis of PDEs
+1703.04127 Strongly Correlated Electrons
+1703.04128
+1703.04129 Materials Science
+1703.04130 Superconductivity
+1703.04131
+1703.04132 Superconductivity
+1703.04133 Group Theory
+1703.04134 Information Theory
+1703.04135 Computer Vision and Pattern Recognition
+1703.04136
+1703.04137 Statistical Mechanics
+1703.04138
+1703.04139 Group Theory
+1703.04140 Learning
+1703.04141 Information Theory
+1703.04142 Software Engineering
+1703.04143 Computer Science and Game Theory
+1703.04144 Classical Analysis and ODEs
+1703.04145 Neurons and Cognition
+1703.04147 Quantum Algebra
+1703.04148 Theory
+1703.04149 Cosmology and Nongalactic Astrophysics
+1703.04150 Human-Computer Interaction
+1703.04151 Cosmology and Nongalactic Astrophysics
+1703.04153 Probability
+1703.04154 Number Theory
+1703.04155 Materials Science
+1703.04156 Optimization and Control
+1703.04157 Methodology
+1703.04158 High Energy Astrophysical Phenomena
+1703.04160 Geometric Topology
+1703.04161 Soft Condensed Matter
+1703.04162 Analysis of PDEs
+1703.04163
+1703.04165
+1703.04166 Earth and Planetary Astrophysics
+1703.04167 Commutative Algebra
+1703.04168 Dynamical Systems
+1703.04169 Logic
+1703.04170 Learning
+1703.04171 Distributed, Parallel, and Cluster Computing
+1703.04173 Information Theory
+1703.04174 Computers and Society
+1703.04175 Mesoscale and Nanoscale Physics
+1703.04176 Neurons and Cognition
+1703.04177 Probability
+1703.04179 Biological Physics
+1703.04180 Methodology
+1703.04181 Optimization and Control
+1703.04183 Instrumentation and Methods for Astrophysics
+1703.04185 Other Statistics
+1703.04187 Numerical Analysis
+1703.04188 Number Theory
+1703.04189 Cosmology and Nongalactic Astrophysics
+1703.04191 Cosmology and Nongalactic Astrophysics
+1703.04192 Networking and Internet Architecture
+1703.04193 Number Theory
+1703.04194 Biological Physics
+1703.04195 Soft Condensed Matter
+1703.04196 Computers and Society
+1703.04198 Complex Variables
+1703.04199 Algebraic Geometry
+1703.04200 Learning
+1703.04201 Soft Condensed Matter
+1703.04202 Theory
+1703.04204 Superconductivity
+1703.04205
+1703.04206 Databases
+1703.04207 Commutative Algebra
+1703.04208 Analysis of PDEs
+1703.04209 Information Theory
+1703.04211 Robotics
+1703.04212 Materials Science
+1703.04214 High Energy Astrophysical Phenomena
+1703.04217 Mesoscale and Nanoscale Physics
+1703.04218 Analysis of PDEs
+1703.04219 Learning
+1703.04220 Mesoscale and Nanoscale Physics
+1703.04221 Distributed, Parallel, and Cluster Computing
+1703.04222 Digital Libraries
+1703.04223 Strongly Correlated Electrons
+1703.04224 High Energy Astrophysical Phenomena
+1703.04225 Computer Science and Game Theory
+1703.04227 Earth and Planetary Astrophysics
+1703.04230 Data Structures and Algorithms
+1703.04231 Mesoscale and Nanoscale Physics
+1703.04232 Artificial Intelligence
+1703.04233 Mesoscale and Nanoscale Physics
+1703.04234 History and Philosophy of Physics
+1703.04236 Disordered Systems and Neural Networks
+1703.04237 Populations and Evolution
+1703.04238 Populations and Evolution
+1703.04240
+1703.04241 Mesoscale and Nanoscale Physics
+1703.04242 Materials Science
+1703.04243 Numerical Analysis
+1703.04244 Computer Vision and Pattern Recognition
+1703.04245
+1703.04246 Pattern Formation and Solitons
+1703.04247 Information Retrieval
+1703.04248 Number Theory
+1703.04249 Materials Science
+1703.04250 Atomic Physics
+1703.04252 Materials Science
+1703.04253
+1703.04254 Operator Algebras
+1703.04255 Strongly Correlated Electrons
+1703.04256 Operator Algebras
+1703.04257 Differential Geometry
+1703.04258 Solar and Stellar Astrophysics
+1703.04259 Instrumentation and Methods for Astrophysics
+1703.04260
+1703.04261 Phenomenology
+1703.04263 Biomolecules
+1703.04264 Computer Vision and Pattern Recognition
+1703.04265 Learning
+1703.04267 Disordered Systems and Neural Networks
+1703.04269 Number Theory
+1703.04270 Materials Science
+1703.04271
+1703.04272 Group Theory
+1703.04273 Combinatorics
+1703.04274 Learning
+1703.04275 Combinatorics
+1703.04276 Dynamical Systems
+1703.04277 Software Engineering
+1703.04278
+1703.04280 Social and Information Networks
+1703.04281 Formal Languages and Automata Theory
+1703.04282 Numerical Analysis
+1703.04283 Computational Geometry
+1703.04284 Chaotic Dynamics
+1703.04285
+1703.04287 Number Theory
+1703.04288 Statistical Mechanics
+1703.04289 Analysis of PDEs
+1703.04290 Databases
+1703.04291 Superconductivity
+1703.04292 Functional Analysis
+1703.04293 Strongly Correlated Electrons
+1703.04294 Materials Science
+1703.04295 Mesoscale and Nanoscale Physics
+1703.04296 Earth and Planetary Astrophysics
+1703.04297 Quantum Gases
+1703.04298 Software Engineering
+1703.04299 Theory
+1703.04300 Computational Complexity
+1703.04301 Computer Vision and Pattern Recognition
+1703.04302 Dynamical Systems
+1703.04303 Software Engineering
+1703.04304 Solar and Stellar Astrophysics
+1703.04305 Statistical Mechanics
+1703.04306 Mesoscale and Nanoscale Physics
+1703.04308
+1703.04309 Computer Vision and Pattern Recognition
+1703.04310 Astrophysics of Galaxies
+1703.04311 Optics
+1703.04312 Applications
+1703.04313 Differential Geometry
+1703.04314 Theory
+1703.04315 Strongly Correlated Electrons
+1703.04316 Robotics
+1703.04317 Phenomenology
+1703.04318 Learning
+1703.04319
+1703.04320 Statistics Theory
+1703.04321 Astrophysics of Galaxies
+1703.04322 High Energy Astrophysical Phenomena
+1703.04323 Solar and Stellar Astrophysics
+1703.04324 Analysis of PDEs
+1703.04325
+1703.04326 Functional Analysis
+1703.04328 Analysis of PDEs
+1703.04329 Computational Geometry
+1703.04330 Computation and Language
+1703.04331 Strongly Correlated Electrons
+1703.04332 Computer Vision and Pattern Recognition
+1703.04333 Phenomenology
+1703.04334 Methodology
+1703.04335 Machine Learning
+1703.04336 Information Retrieval
+1703.04337 Materials Science
+1703.04339 Geometric Topology
+1703.04340 Differential Geometry
+1703.04341 Applications
+1703.04342 Populations and Evolution
+1703.04343 Medical Physics
+1703.04345 Algebraic Topology
+1703.04347 Computer Vision and Pattern Recognition
+1703.04348
+1703.04349 Information Theory
+1703.04350 Probability
+1703.04351 High Energy Astrophysical Phenomena
+1703.04352 Optics
+1703.04353 Analysis of PDEs
+1703.04354 Atmospheric and Oceanic Physics
+1703.04355 Computational Engineering, Finance, and Science
+1703.04357 Computation and Language
+1703.04358 Earth and Planetary Astrophysics
+1703.04359 Statistical Mechanics
+1703.04360 Phenomenology
+1703.04361 Artificial Intelligence
+1703.04362 Experiment
+1703.04363 Learning
+1703.04364 Computer Vision and Pattern Recognition
+1703.04365 Representation Theory
+1703.04366 Superconductivity
+1703.04367 Logic in Computer Science
+1703.04368 Artificial Intelligence
+1703.04370 Analysis of PDEs
+1703.04371 Dynamical Systems
+1703.04372 Software Engineering
+1703.04374 Information Theory
+1703.04375 Cosmology and Nongalactic Astrophysics
+1703.04376 Analysis of PDEs
+1703.04377 Numerical Analysis
+1703.04378 Optics
+1703.04379 Learning
+1703.04380
+1703.04381 Data Structures and Algorithms
+1703.04382 Artificial Intelligence
+1703.04383 Adaptation and Self-Organizing Systems
+1703.04384 Instrumentation and Methods for Astrophysics
+1703.04385 Mathematical Finance
+1703.04386 Statistical Mechanics
+1703.04388 Superconductivity
+1703.04389 Machine Learning
+1703.04390 Combinatorics
+1703.04392 Computer Vision and Pattern Recognition
+1703.04393 Computer Vision and Pattern Recognition
+1703.04394 Computer Vision and Pattern Recognition
+1703.04395 Biological Physics
+1703.04396 Lattice
+1703.04398 Disordered Systems and Neural Networks
+1703.04399 Information Theory
+1703.04400 Chemical Physics
+1703.04402 Theory
+1703.04403 Theory
+1703.04404 Superconductivity
+1703.04405 Functional Analysis
+1703.04406 Lattice
+1703.04409 Superconductivity
+1703.04410 Combinatorics
+1703.04411 Differential Geometry
+1703.04412 Solar and Stellar Astrophysics
+1703.04413 Dynamical Systems
+1703.04414 Information Theory
+1703.04415 Phenomenology
+1703.04416 Computer Vision and Pattern Recognition
+1703.04417 Computation and Language
+1703.04418 Computer Vision and Pattern Recognition
+1703.04419 Statistics Theory
+1703.04420 Analysis of PDEs
+1703.04421 Computer Vision and Pattern Recognition
+1703.04422 Complex Variables
+1703.04423 Portfolio Management
+1703.04424 Number Theory
+1703.04425
+1703.04426
+1703.04427 Combinatorics
+1703.04428 Digital Libraries
+1703.04429 Logic in Computer Science
+1703.04430 Strongly Correlated Electrons
+1703.04431 Algebraic Geometry
+1703.04432 Earth and Planetary Astrophysics
+1703.04433 High Energy Astrophysical Phenomena
+1703.04434 Phenomenology
+1703.04435 Mesoscale and Nanoscale Physics
+1703.04436 Classical Analysis and ODEs
+1703.04437 Optimization and Control
+1703.04438 Phenomenology
+1703.04439 Phenomenology
+1703.04440 Numerical Analysis
+1703.04441
+1703.04442 Superconductivity
+1703.04443 Strongly Correlated Electrons
+1703.04444 Optics
+1703.04445 Networking and Internet Architecture
+1703.04447 Differential Geometry
+1703.04448 Plasma Physics
+1703.04449 High Energy Astrophysical Phenomena
+1703.04450 Rings and Algebras
+1703.04451 Fluid Dynamics
+1703.04453 Numerical Analysis
+1703.04454 Computer Vision and Pattern Recognition
+1703.04455 Machine Learning
+1703.04456 Computational Complexity
+1703.04457 Phenomenology
+1703.04459 Numerical Analysis
+1703.04461 Probability
+1703.04462
+1703.04463 Mesoscale and Nanoscale Physics
+1703.04464 Information Theory
+1703.04466 Computational Geometry
+1703.04468 Atomic and Molecular Clusters
+1703.04469 Astrophysics of Galaxies
+1703.04470 Algebraic Geometry
+1703.04471 Phenomenology
+1703.04472
+1703.04473 Astrophysics of Galaxies
+1703.04474 Computation and Language
+1703.04475 Algebraic Geometry
+1703.04476
+1703.04478 Digital Libraries
+1703.04479
+1703.04480 Pattern Formation and Solitons
+1703.04481 Computation and Language
+1703.04483
+1703.04484 Algebraic Geometry
+1703.04485 Analysis of PDEs
+1703.04487 Quantum Algebra
+1703.04488 Solar and Stellar Astrophysics
+1703.04489 Computation and Language
+1703.04490 High Energy Astrophysical Phenomena
+1703.04491 Systems and Control
+1703.04492 Strongly Correlated Electrons
+1703.04493 Mesoscale and Nanoscale Physics
+1703.04495
+1703.04496 Neural and Evolutionary Computing
+1703.04497 Materials Science
+1703.04498 Information Retrieval
+1703.04499 Probability
+1703.04500 Neurons and Cognition
+1703.04501
+1703.04502 Networking and Internet Architecture
+1703.04503 Algebraic Geometry
+1703.04504 Soft Condensed Matter
+1703.04505 Metric Geometry
+1703.04506 Strongly Correlated Electrons
+1703.04507 Optimization and Control
+1703.04508 Combinatorics
+1703.04509 Astrophysics of Galaxies
+1703.04510 Classical Analysis and ODEs
+1703.04511
+1703.04512 Computers and Society
+1703.04513 High Energy Astrophysical Phenomena
+1703.04514 Computers and Society
+1703.04516 Commutative Algebra
+1703.04517 Statistics Theory
+1703.04518 Computers and Society
+1703.04519 Computers and Society
+1703.04520 Algebraic Geometry
+1703.04521 Strongly Correlated Electrons
+1703.04523 Computers and Society
+1703.04524 Computers and Society
+1703.04525 Computers and Society
+1703.04526 Computers and Society
+1703.04527 Materials Science
+1703.04528 High Energy Astrophysical Phenomena
+1703.04529 Learning
+1703.04530 Commutative Algebra
+1703.04531 Mesoscale and Nanoscale Physics
+math/0611886 Probability
+physics/0505010 General Physics
+1010.2642 Phenomenology
+1102.0180 Differential Geometry
+1108.2366 Differential Geometry
+1111.4812
+1112.0759 Differential Geometry
+1207.2132 Metric Geometry
+1210.8449 Exactly Solvable and Integrable Systems
+1211.4160 Complex Variables
+1212.5287 Probability
+1212.5499 History and Philosophy of Physics
+1302.4152 Lattice
+1309.3807 Group Theory
+1312.4518 Theory
+1402.1484 Computational Geometry
+1402.3056 Probability
+1406.5275 Analysis of PDEs
+1407.5494 Differential Geometry
+1411.1292 Computation
+1502.05316 Statistical Mechanics
+1503.01433 Group Theory
+1503.03860 Number Theory
+1503.08029 History and Philosophy of Physics
+1504.00615 Complex Variables
+1504.01283 Combinatorics
+1504.03939 Algebraic Geometry
+1506.00522 Number Theory
+1506.05548
+1506.06065
+1506.09024 Cosmology and Nongalactic Astrophysics
+1508.05984 Probability
+1509.00541 Functional Analysis
+1509.07268 Algebraic Geometry
+1510.02374 Discrete Mathematics
+1510.04284 Phenomenology
+1510.06704 General Physics
+1510.06974
+1510.08018 Information Theory
+1511.04420
+1511.07919 Theory
+1511.08520 Group Theory
+1512.01999 Probability
+1512.03267 Optimization and Control
+1512.03364 Phenomenology
+1512.03440 Computer Science and Game Theory
+1512.06284
+1601.03193 Classical Analysis and ODEs
+1602.00220 Analysis of PDEs
+1602.01975 Astrophysics of Galaxies
+1602.03468 Computer Vision and Pattern Recognition
+1602.05070 Mesoscale and Nanoscale Physics
+1602.05971 Theory
+1602.07795 Information Theory
+1603.01437
+1603.04987 Geometric Topology
+1603.06360 High Energy Astrophysical Phenomena
+1603.08838 Dynamical Systems
+1603.09071 Statistics Theory
+1603.09621 Phenomenology
+1604.01121 Classical Physics
+1604.01838 Algebraic Geometry
+1604.02196 Logic
+1604.02831
+1604.03582 Optimization and Control
+1604.03597 Optics
+1604.05283 Soft Condensed Matter
+1604.05775 Disordered Systems and Neural Networks
+1604.06160 Optics
+1605.00038 Operator Algebras
+1605.01639 Molecular Networks
+1605.02312
+1605.03240
+1605.03439
+1605.04086 Numerical Analysis
+1605.05640 Optimization and Control
+1605.07246 Learning
+1605.07748
+1605.07837 Representation Theory
+1605.08166 Economics
+1605.08762 Numerical Analysis
+1605.09462 Optimization and Control
+1605.09522 Machine Learning
+1606.00151 Computer Vision and Pattern Recognition
+1606.00854
+1606.03497 Geometric Topology
+1606.03572 Cryptography and Security
+1606.03637
+1606.05163 Phenomenology
+1606.05972 Mesoscale and Nanoscale Physics
+1606.06171 Superconductivity
+1606.07083 Theory
+1606.07316 Cosmology and Nongalactic Astrophysics
+1606.07805 Instrumentation and Detectors
+1606.08228 Statistical Mechanics
+1607.00270 Cosmology and Nongalactic Astrophysics
+1607.00679 Fluid Dynamics
+1607.00805 Numerical Analysis
+1607.03046 Combinatorics
+1607.04617
+1607.06169
+1607.06943 Experiment
+1607.07376 Strongly Correlated Electrons
+1607.07786 Theory
+1607.07978 General Topology
+1607.08577 Statistical Mechanics
+1607.08842 Experiment
+1608.01297 Algebraic Topology
+1608.01758 Functional Analysis
+1608.02374
+1608.02994 High Energy Astrophysical Phenomena
+1608.03404 Materials Science
+1608.04169 Mesoscale and Nanoscale Physics
+1608.05784 Phenomenology
+1608.07100 Commutative Algebra
+1608.07434
+1608.07464 Analysis of PDEs
+1608.08331 Social and Information Networks
+1608.08607 Neural and Evolutionary Computing
+1609.00020 Strongly Correlated Electrons
+1609.00797 Phenomenology
+1609.01174 Mesoscale and Nanoscale Physics
+1609.01629 Theory
+1609.02068 Spectral Theory
+1609.02366 Instrumentation and Detectors
+1609.03528 Computation and Language
+1609.03975 Phenomenology
+1609.04166 Optics
+1609.04533 Superconductivity
+1609.05239 Materials Science
+1609.05354 Digital Libraries
+1609.05372 Computation
+1609.05935 Computation and Language
+1609.06314 Mesoscale and Nanoscale Physics
+1609.06803
+1609.07164
+1609.07282 Mesoscale and Nanoscale Physics
+1609.07454 Complex Variables
+1609.07763 Dynamical Systems
+1609.08119 Quantum Gases
+1609.08944 Chemical Physics
+1609.09209 Chemical Physics
+1610.00670 Quantum Gases
+1610.01355 Lattice
+1610.02267 Strongly Correlated Electrons
+1610.02467 Theory
+1610.02726 Solar and Stellar Astrophysics
+1610.03760 Materials Science
+1610.04022 Commutative Algebra
+1610.05261 Numerical Analysis
+1610.05589 Probability
+1610.05812 Computation and Language
+1610.06233 Mesoscale and Nanoscale Physics
+1610.06420 Mesoscale and Nanoscale Physics
+1610.06569 Astrophysics of Galaxies
+1610.06757
+1610.08890 Physics and Society
+1610.09302
+1610.09527
+1610.09784 Probability
+1611.00068 Computation and Language
+1611.00110 Molecular Networks
+1611.00241 Instrumentation and Detectors
+1611.00792
+1611.01345 Phenomenology
+1611.01923 Materials Science
+1611.03193 Applications
+1611.03659 Solar and Stellar Astrophysics
+1611.03678 Mesoscale and Nanoscale Physics
+1611.04410 Differential Geometry
+1611.04873 Strongly Correlated Electrons
+1611.05021
+1611.05426 Materials Science
+1611.06189 Data Structures and Algorithms
+1611.06270 Theory
+1611.07450 Machine Learning
+1612.00448 Astrophysics of Galaxies
+1612.00796 Learning
+1612.00973 Analysis of PDEs
+1612.00990 Mesoscale and Nanoscale Physics
+1612.01133 Information Theory
+1612.01389 Solar and Stellar Astrophysics
+1612.01725 Computer Vision and Pattern Recognition
+1612.02650 Classical Analysis and ODEs
+1612.03070 Optics
+1612.03185 High Energy Astrophysical Phenomena
+1612.03503 Statistical Mechanics
+1612.03788 Information Theory
+1612.04252 Theory
+1612.06744 Astrophysics of Galaxies
+1612.07789 Phenomenology
+1612.09359 Number Theory
+1701.00359 Theory
+1701.00578 Physics and Society
+1701.01598 Probability
+1701.01987 Strongly Correlated Electrons
+1701.02497 Soft Condensed Matter
+1701.02514 Robotics
+1701.02563 Probability
+1701.02818 Numerical Analysis
+1701.03402 Mesoscale and Nanoscale Physics
+1701.03467 Astrophysics of Galaxies
+1701.03607 Information Theory
+1701.03706 Theory
+1701.03975
+1701.04128 Computer Vision and Pattern Recognition
+1701.04246 Complex Variables
+1701.04333 Materials Science
+1701.04732
+1701.04820 Instrumentation and Detectors
+1701.04873 Information Theory
+1701.04921 Statistics Theory
+1701.04933 Functional Analysis
+1701.04952 Phenomenology
+1701.04971 Information Theory
+1701.05025 Differential Geometry
+1701.05068 Soft Condensed Matter
+1701.05072 Phenomenology
+1701.05077 Phenomenology
+1701.05113 Dynamical Systems
+1701.05117 Differential Geometry
+1701.05456 Phenomenology
+1701.05634 Strongly Correlated Electrons
+1701.05907 Plasma Physics
+1701.06108 Materials Science
+1701.06174 Information Theory
+1701.06205
+1701.06270 Human-Computer Interaction
+1701.06274 Representation Theory
+1701.06455 Methodology
+1701.06528 Numerical Analysis
+1701.06566 Phenomenology
+1701.06568 Solar and Stellar Astrophysics
+1701.06671
+1701.06673 Information Theory
+1701.06686 Methodology
+1701.06867 History and Philosophy of Physics
+1701.06903 Astrophysics of Galaxies
+1701.06933
+1701.06958 Solar and Stellar Astrophysics
+1701.07002 High Energy Astrophysical Phenomena
+1701.07010 Methodology
+1701.07013 Algebraic Geometry
+1701.07014 Commutative Algebra
+1701.07015 Astrophysics of Galaxies
+1701.07016 Combinatorics
+1701.07017 Medical Physics
+1701.07018 Numerical Analysis
+1701.07019 Instrumentation and Methods for Astrophysics
+1701.07020 General Mathematics
+1701.07021 Applications
+1701.07022 Instrumentation and Detectors
+1701.07024 Combinatorics
+1701.07027 High Energy Astrophysical Phenomena
+1701.07028 Astrophysics of Galaxies
+1701.07029 High Energy Astrophysical Phenomena
+1701.07032 High Energy Astrophysical Phenomena
+1701.07034 Astrophysics of Galaxies
+1701.07035
+1701.07038 High Energy Astrophysical Phenomena
+1701.07039 Cosmology and Nongalactic Astrophysics
+1701.07040
+1701.07042 Classical Analysis and ODEs
+1701.07044
+1701.07045 Classical Analysis and ODEs
+1701.07046 Computer Vision and Pattern Recognition
+1701.07047 Phenomenology
+1701.07048
+1701.07049 Mesoscale and Nanoscale Physics
+1701.07050 Methodology
+1701.07051 Combinatorics
+1701.07052 Theory
+1701.07054 Astrophysics of Galaxies
+1701.07055 Materials Science
+1701.07056 Strongly Correlated Electrons
+1701.07057 Astrophysics of Galaxies
+1701.07060 Representation Theory
+1701.07061 Neurons and Cognition
+1701.07062 Instrumentation and Methods for Astrophysics
+1701.07064 Number Theory
+1701.07065
+1701.07067 Materials Science
+1701.07068 Phenomenology
+1701.07070 Soft Condensed Matter
+1701.07071 Soft Condensed Matter
+1701.07072
+1701.07073 High Energy Astrophysical Phenomena
+1701.07074 Number Theory
+1701.07075 Cryptography and Security
+1701.07076
+1701.07077 Combinatorics
+1701.07078 Methodology
+1701.07079 Algebraic Geometry
+1701.07080 Mesoscale and Nanoscale Physics
+1701.07081 Strongly Correlated Electrons
+1701.07082 Number Theory
+1701.07085 Analysis of PDEs
+1701.07086 Methodology
+1701.07087 Materials Science
+1701.07090 Rings and Algebras
+1701.07091 Instrumentation and Methods for Astrophysics
+1701.07093 Fluid Dynamics
+1701.07094 Dynamical Systems
+1701.07095 Other Computer Science
+1701.07096 Computer Science and Game Theory
+1701.07097 Representation Theory
+1701.07098 Information Theory
+1701.07099 Information Theory
+1701.07100 Tissues and Organs
+1701.07101 Discrete Mathematics
+1701.07102 Fluid Dynamics
+1701.07103 Artificial Intelligence
+1701.07104
+1701.07105 Soft Condensed Matter
+1701.07106 Networking and Internet Architecture
+1701.07107 Mesoscale and Nanoscale Physics
+1701.07108 Instrumentation and Methods for Astrophysics
+1701.07110 Graphics
+1701.07111 Information Theory
+1701.07112 Information Theory
+1701.07114 Learning
+1701.07115 Information Theory
+1701.07118 Information Theory
+1701.07119 Number Theory
+1701.07121 Phenomenology
+1701.07122 Computer Vision and Pattern Recognition
+1701.07123 Programming Languages
+1701.07125 Programming Languages
+1701.07126 Logic in Computer Science
+1701.07127 Logic in Computer Science
+1701.07128 Biological Physics
+1701.07129 Astrophysics of Galaxies
+1701.07130 Commutative Algebra
+1701.07131 Dynamical Systems
+1701.07133 Fluid Dynamics
+1701.07135 Optics
+1701.07136 High Energy Astrophysical Phenomena
+1701.07137 Commutative Algebra
+1701.07139 Lattice
+1701.07140 Theory
+1701.07141 Rings and Algebras
+1701.07143 Phenomenology
+1701.07145
+1701.07146 Optimization and Control
+1701.07147 Materials Science
+1701.07148 Learning
+1701.07149 Computation and Language
+1701.07150 Solar and Stellar Astrophysics
+1701.07151 Geometric Topology
+1701.07152 Applications
+1701.07153 Networking and Internet Architecture
+1701.07155 Combinatorics
+1701.07157 Combinatorics
+1701.07158 Numerical Analysis
+1701.07159 Experiment
+1701.07160 Astrophysics of Galaxies
+1701.07162 Combinatorics
+1701.07163
+1701.07164 Computer Vision and Pattern Recognition
+1701.07165 Instrumentation and Methods for Astrophysics
+1701.07166 Distributed, Parallel, and Cluster Computing
+1701.07167 Fluid Dynamics
+1701.07168 Information Theory
+1701.07172 Cryptography and Security
+1701.07173 Phenomenology
+1701.07174 Computer Vision and Pattern Recognition
+1701.07175 Statistical Finance
+1701.07177 Lattice
+1701.07178 Optics
+1701.07183 Operator Algebras
+1701.07184 Information Theory
+1701.07185 Rings and Algebras
+1701.07186 Functional Analysis
+1701.07187 Materials Science
+1701.07188 Statistical Mechanics
+1701.07190 Other Condensed Matter
+1701.07192 Rings and Algebras
+1701.07193 Computers and Society
+1701.07194 Machine Learning
+1701.07195 Statistics Theory
+1701.07196 Combinatorics
+1701.07199 Differential Geometry
+1701.07200 Astrophysics of Galaxies
+1701.07203 Applications
+1701.07205 Other Condensed Matter
+1701.07206 Information Theory
+1701.07207 Rings and Algebras
+1701.07208 Data Structures and Algorithms
+1701.07209 Phenomenology
+1701.07211 Differential Geometry
+1701.07213 Machine Learning
+1701.07214 Classical Analysis and ODEs
+1701.07216 Combinatorics
+1701.07217 Combinatorics
+1701.07218 Mathematical Finance
+1701.07220 Strongly Correlated Electrons
+1701.07221 Social and Information Networks
+1701.07222 Materials Science
+1701.07224 Algebraic Geometry
+1701.07225 Astrophysics of Galaxies
+1701.07226 Theory
+1701.07227 Metric Geometry
+1701.07228 Lattice
+1701.07229 Representation Theory
+1701.07230 Logic
+1701.07231
+1701.07232 Artificial Intelligence
+1701.07234 Chemical Physics
+1701.07235 Group Theory
+1701.07236
+1701.07237 Information Theory
+1701.07238 Data Structures and Algorithms
+1701.07240 Experiment
+1701.07241
+1701.07242 Data Structures and Algorithms
+1701.07243 Neurons and Cognition
+1701.07245 Information Theory
+1701.07246 Quantitative Methods
+1701.07249 Statistics Theory
+1701.07252
+1701.07253 Rings and Algebras
+1701.07254 Robotics
+1701.07255 Algebraic Geometry
+1701.07258 Symplectic Geometry
+1701.07260 Numerical Analysis
+1701.07261 History and Philosophy of Physics
+1701.07262 Information Theory
+1701.07263 Methodology
+1701.07264 Analysis of PDEs
+1701.07266 Machine Learning
+1701.07268 Plasma Physics
+1701.07269 Materials Science
+1701.07272 Space Physics
+1701.07275 Computer Vision and Pattern Recognition
+1701.07276 Number Theory
+1701.07277 High Energy Astrophysical Phenomena
+1701.07278 Number Theory
+1701.07279
+1701.07280 Theory
+1701.07281 Probability
+1701.07282 Strongly Correlated Electrons
+1701.07283
+1701.07284 High Energy Astrophysical Phenomena
+1701.07285 High Energy Astrophysical Phenomena
+1701.07288 High Energy Astrophysical Phenomena
+1701.07289 High Energy Astrophysical Phenomena
+1701.07290 Human-Computer Interaction
+1701.07291 Analysis of PDEs
+1701.07292 Representation Theory
+1701.07293 High Energy Astrophysical Phenomena
+1701.07294 Distributed, Parallel, and Cluster Computing
+1701.07296 Optics
+1701.07297
+1701.07298 Astrophysics of Galaxies
+1701.07299 Data Structures and Algorithms
+1701.07300 Analysis of PDEs
+1701.07303 Mesoscale and Nanoscale Physics
+1701.07304 Computer Science and Game Theory
+1701.07305 High Energy Astrophysical Phenomena
+1701.07306 Probability
+1701.07308 Probability
+1701.07310 Functional Analysis
+1701.07311 Functional Analysis
+1701.07312 Algebraic Geometry
+1701.07313 Combinatorics
+1701.07314 Chaotic Dynamics
+1701.07315 Chemical Physics
+1701.07316 Applications
+1701.07317
+1701.07318 Economics
+1701.07319 Cosmology and Nongalactic Astrophysics
+1701.07321 Economics
+1701.07322 Economics
+1701.07323 Economics
+1701.07324 Combinatorics
+1701.07325 High Energy Astrophysical Phenomena
+1701.07327 Accelerator Physics
+1701.07328 Methodology
+1701.07333 General Finance
+1701.07334 Algebraic Geometry
+1701.07336 Physics and Society
+1701.07339 History and Overview
+1701.07341 Instrumentation and Methods for Astrophysics
+1701.07342 Computational Physics
+1701.07343 High Energy Astrophysical Phenomena
+1701.07344 Optimization and Control
+1701.07345 Probability
+1701.07347 Information Theory
+1701.07348 Combinatorics
+1701.07349 Atomic Physics
+1701.07350 Analysis of PDEs
+1701.07351 Methodology
+1701.07352
+1701.07353 Space Physics
+1701.07354 Computer Vision and Pattern Recognition
+1701.07355 Atmospheric and Oceanic Physics
+1701.07356 Phenomenology
+1701.07357 Mesoscale and Nanoscale Physics
+1701.07358 Physics and Society
+1701.07359 Methodology
+1701.07360 Biological Physics
+1701.07361 Group Theory
+1701.07363 Networking and Internet Architecture
+1701.07364 High Energy Astrophysical Phenomena
+1701.07365 Probability
+1701.07367 Materials Science
+1701.07369 Combinatorics
+1701.07372 Computer Vision and Pattern Recognition
+1701.07373 Probability
+1701.07377 Phenomenology
+1701.07378 Phenomenology
+1701.07380 Information Theory
+1701.07381 Human-Computer Interaction
+1701.07382 Computers and Society
+1701.07383 Computers and Society
+1701.07384 Geometric Topology
+1701.07386 Combinatorics
+1701.07387 Materials Science
+1701.07389 Mesoscale and Nanoscale Physics
+1701.07390 Lattice
+1701.07391 Analysis of PDEs
+1701.07392 Optics
+1701.07393 Computer Vision and Pattern Recognition
+1701.07394 Information Theory
+1701.07395 Computer Vision and Pattern Recognition
+1701.07396 Computer Vision and Pattern Recognition
+1701.07398 Computer Vision and Pattern Recognition
+1701.07399
+1701.07400
+1701.07401
+1701.07402
+1701.07403 Learning
+1701.07404
+1701.07405 Networking and Internet Architecture
+1701.07406 Strongly Correlated Electrons
+1701.07408 Analysis of PDEs
+1701.07409 Experiment
+1701.07410 Numerical Analysis
+1701.07411 Social and Information Networks
+1701.07412
+1701.07413 Materials Science
+1701.07414 Dynamical Systems
+1701.07415 Numerical Analysis
+1701.07417 Materials Science
+1701.07419 Physics and Society
+1701.07420
+1701.07421 Differential Geometry
+1701.07423 Earth and Planetary Astrophysics
+1701.07429 Methodology
+cs/0610145 Information Theory
+cs/0612097 Information Theory
+nucl-th/9903052
+physics/0104001 History and Philosophy of Physics
+1703.04927 Mesoscale and Nanoscale Physics
+1101.5619 Probability
+1105.3351 Neural and Evolutionary Computing
+1108.2585 Populations and Evolution
+1110.1091 Populations and Evolution
+1306.3568 Complex Variables
+1306.4875 Classical Analysis and ODEs
+1308.6619 Biological Physics
+1311.2138 Computer Science and Game Theory
+1404.2212 Dynamical Systems
+1406.0915 Algebraic Topology
+1407.7454 Differential Geometry
+1408.4268 Probability
+1409.1457
+1411.5498 Classical Analysis and ODEs
+1411.5507 Classical Analysis and ODEs
+1411.6280 Number Theory
+1412.2777 Cosmology and Nongalactic Astrophysics
+1412.7563 Probability
+1501.05843 Formal Languages and Automata Theory
+1502.00201 Populations and Evolution
+1503.00986
+1503.07807 Probability
+1503.08351 Commutative Algebra
+1504.04691
+1504.07152 Risk Management
+1505.06824 Strongly Correlated Electrons
+1506.00966 Dynamical Systems
+1506.06181 Probability
+1507.04879 History and Overview
+1508.03379 Social and Information Networks
+1508.03746 Differential Geometry
+1509.00104 Databases
+1509.00992 Experiment
+1509.06037 Dynamical Systems
+1510.00658 Molecular Networks
+1510.02328 Probability
+1511.00152 Machine Learning
+1511.00457 Distributed, Parallel, and Cluster Computing
+1511.01990 Dynamical Systems
+1511.02249 General Mathematics
+1511.02963 Optimization and Control
+1511.05907 Analysis of PDEs
+1511.06356 Probability
+1512.00379 Computation
+1512.04261 Chemical Physics
+1512.07278
+1512.09167 Representation Theory
+1601.00267 Number Theory
+1601.00943 Combinatorics
+1601.06065 Information Theory
+1601.06444 Social and Information Networks
+1602.01109 Portfolio Management
+1602.02592 Number Theory
+1602.03611 Group Theory
+1603.00352
+1603.03681
+1603.05452 Superconductivity
+1603.05863 Representation Theory
+1603.06309 Optimization and Control
+1603.07434 Theory
+1603.08548 General Mathematics
+1604.01073 Mesoscale and Nanoscale Physics
+1604.01378 Operating Systems
+1604.01850 Computer Vision and Pattern Recognition
+1604.04315 Artificial Intelligence
+1604.05787 Probability
+1604.05803 Networking and Internet Architecture
+1604.06345
+1604.07508 Materials Science
+1604.07551 Statistical Mechanics
+1604.08277 Algebraic Topology
+1604.08407 Databases
+1605.02296 Materials Science
+1605.06292
+1605.07850 Quantum Gases
+1606.00108
+1606.00412 Optics
+1606.00966 Representation Theory
+1606.01122 Mesoscale and Nanoscale Physics
+1606.02927 Probability
+1606.03256 Combinatorics
+1606.05855 Mesoscale and Nanoscale Physics
+1606.06208 Optimization and Control
+1606.07169 Theory
+1606.07615 Numerical Analysis
+1606.07661 Analysis of PDEs
+1606.08025 Probability
+1606.09085
+1607.00346 Numerical Analysis
+1607.04190 Biological Physics
+1607.06665 Computational Geometry
+1607.07019 Systems and Control
+1607.07397 Quantum Algebra
+1607.07454 Strongly Correlated Electrons
+1607.08694 Molecular Networks
+1608.01628 Discrete Mathematics
+1608.01676 Astrophysics of Galaxies
+1608.02025 Computation and Language
+1608.02606 Theory
+1608.02783
+1608.02973 Soft Condensed Matter
+1608.03801 Accelerator Physics
+1608.04638
+1608.04820 Information Theory
+1608.04878 Information Theory
+1608.05527 Fluid Dynamics
+1608.06974 Medical Physics
+1608.07019 Learning
+1609.00744 Combinatorics
+1609.01359 Mesoscale and Nanoscale Physics
+1609.01666
+1609.01761 Classical Physics
+1609.01865 Mesoscale and Nanoscale Physics
+1609.02253 Optimization and Control
+1609.04386 Materials Science
+1609.04725 Analysis of PDEs
+1609.04864 Cosmology and Nongalactic Astrophysics
+1609.05598 Mesoscale and Nanoscale Physics
+1609.05752 Superconductivity
+1609.05765
+1609.06169 Instrumentation and Detectors
+1609.06483
+1609.08047 Materials Science
+1609.09396 Theory
+1609.09443 Sound
+1610.00090 Functional Analysis
+1610.00642
+1610.00830 Classical Physics
+1610.01278 Differential Geometry
+1610.01611 Quantum Gases
+1610.01669 Logic in Computer Science
+1610.03310
+1610.03911 Strongly Correlated Electrons
+1610.03922 Statistical Mechanics
+1610.04946 Algebraic Topology
+1610.05791 Phenomenology
+1610.06750 Disordered Systems and Neural Networks
+1610.06969 Geometric Topology
+1610.07987 Superconductivity
+1610.08039
+1610.08573
+1610.08901 Mesoscale and Nanoscale Physics
+1610.08983 Materials Science
+1610.09141 Information Theory
+1610.09391
+1610.10005 Metric Geometry
+1611.00584 Mesoscale and Nanoscale Physics
+1611.00647 Mesoscale and Nanoscale Physics
+1611.00841 Geometric Topology
+1611.00910 Social and Information Networks
+1611.01255 Materials Science
+1611.01592
+1611.01757 Materials Science
+1611.01787 Learning
+1611.02900 Statistical Mechanics
+1611.02913 Strongly Correlated Electrons
+1611.03406 Instrumentation and Detectors
+1611.03642 Lattice
+1611.03948 Theory
+1611.03993 Machine Learning
+1611.04311 Risk Management
+1611.04689 Databases
+1611.04958 Soft Condensed Matter
+1611.04995
+1611.05121
+1611.06056 Atmospheric and Oceanic Physics
+1611.07123 Instrumentation and Detectors
+1611.07848 Information Theory
+1611.08183 Analysis of PDEs
+1611.08311 Astrophysics of Galaxies
+1611.08610 Phenomenology
+1611.08744 Solar and Stellar Astrophysics
+1611.08817 Numerical Analysis
+1611.09296 Data Structures and Algorithms
+1611.09696 Lattice
+1611.09797 Phenomenology
+1611.10194 Theory
+1612.00291 Robotics
+1612.00630 Dynamical Systems
+1612.00689 Classical Analysis and ODEs
+1612.00779 Superconductivity
+1612.01064 Learning
+1612.01228
+1612.02561 Numerical Analysis
+1612.02619 Analysis of PDEs
+1612.02820 Mesoscale and Nanoscale Physics
+1612.03033
+1612.03177 Superconductivity
+1612.03559 K-Theory and Homology
+1612.03734 Mesoscale and Nanoscale Physics
+1612.04433 Cryptography and Security
+1612.04728 K-Theory and Homology
+1612.05777 Chemical Physics
+1612.06066 Experiment
+1612.06346 Fluid Dynamics
+1612.06364 Mesoscale and Nanoscale Physics
+1612.06401 Astrophysics of Galaxies
+1612.07416 Complex Variables
+1612.09191 Theory
+1701.00284 Biological Physics
+1701.00425 Functional Analysis
+1701.00501
+1701.00564
+1701.02200 Computational Geometry
+1701.02683
+1701.03418 Cosmology and Nongalactic Astrophysics
+1701.04099 Learning
+1701.04206 Materials Science
+1701.04777 Data Structures and Algorithms
+1701.05394 Mesoscale and Nanoscale Physics
+1701.06017 Mesoscale and Nanoscale Physics
+1701.06148 Dynamical Systems
+1701.06943 Differential Geometry
+1701.07248 Optimization and Control
+1701.07302 Astrophysics of Galaxies
+1701.07596 Strongly Correlated Electrons
+1701.07634 Probability
+1701.07899 Applications
+1701.08102 Theory
+1701.08342 Dynamical Systems
+1701.08988 Physics and Society
+1702.00514
+1702.00750 Phenomenology
+1702.00786 Instrumentation and Methods for Astrophysics
+1702.00855 Information Retrieval
+1702.00941 Instrumentation and Detectors
+1702.01036 Strongly Correlated Electrons
+1702.01080 Complex Variables
+1702.01527 Phenomenology
+1702.01940
+1702.01950 Number Theory
+1702.01953 Formal Languages and Automata Theory
+1702.02296 Chemical Physics
+1702.02521 Mesoscale and Nanoscale Physics
+1702.02577
+1702.02604 Learning
+1702.02670 Machine Learning
+1702.02942 Superconductivity
+1702.02997 Group Theory
+1702.03118 Learning
+1702.03598 Materials Science
+1702.05086 Analysis of PDEs
+1702.05323
+1702.05471 Machine Learning
+1702.05767 Materials Science
+1702.05862
+1702.05957 Human-Computer Interaction
+1702.05970 Computer Vision and Pattern Recognition
+1702.06237 Learning
+1702.06373 Social and Information Networks
+1702.06407 Computation
+1702.06410 General Physics
+1702.06463 Neurons and Cognition
+1702.06490 Experiment
+1702.06514
+1702.06665 Neurons and Cognition
+1702.06708 Mesoscale and Nanoscale Physics
+1702.06732 Complex Variables
+1702.06755 Analysis of PDEs
+1702.06804 Soft Condensed Matter
+1702.06812 Superconductivity
+1702.06915 Artificial Intelligence
+1702.06925 Computer Vision and Pattern Recognition
+1702.06932
+1702.06944 Theory
+1702.06945 Instrumentation and Detectors
+1702.06946 Instrumentation and Detectors
+1702.06947 High Energy Astrophysical Phenomena
+1702.06949
+1702.06950 Other Quantitative Biology
+1702.06951 High Energy Astrophysical Phenomena
+1702.06952 High Energy Astrophysical Phenomena
+1702.06954 Phenomenology
+1702.06956 High Energy Astrophysical Phenomena
+1702.06958 Materials Science
+1702.06959 Theory
+1702.06960 Theory
+1702.06961 Cosmology and Nongalactic Astrophysics
+1702.06962 Astrophysics of Galaxies
+1702.06963 Astrophysics of Galaxies
+1702.06964 Astrophysics of Galaxies
+1702.06965 Astrophysics of Galaxies
+1702.06966 Astrophysics of Galaxies
+1702.06967 Algebraic Geometry
+1702.06968 Software Engineering
+1702.06970 Artificial Intelligence
+1702.06971 Optimization and Control
+1702.06972 Statistics Theory
+1702.06973 Software Engineering
+1702.06975 Statistics Theory
+1702.06976 Learning
+1702.06977 Populations and Evolution
+1702.06979
+1702.06981 Earth and Planetary Astrophysics
+1702.06982 Solar and Stellar Astrophysics
+1702.06983 Analysis of PDEs
+1702.06986 Methodology
+1702.06987 Pattern Formation and Solitons
+1702.06988 Solar and Stellar Astrophysics
+1702.06989 Theory
+1702.06990
+1702.06991
+1702.06992 Mesoscale and Nanoscale Physics
+1702.06993 Applications
+1702.06994 Other Condensed Matter
+1702.06995 Optics
+1702.06997 Computational Complexity
+1702.06998 Analysis of PDEs
+1702.06999 Number Theory
+1702.07000 Combinatorics
+1702.07001 Artificial Intelligence
+1702.07002 Data Structures and Algorithms
+1702.07003 Analysis of PDEs
+1702.07004 Earth and Planetary Astrophysics
+1702.07005 Learning
+1702.07006 Computer Vision and Pattern Recognition
+1702.07007 Methodology
+1702.07008 Pattern Formation and Solitons
+1702.07009 Applications
+1702.07010
+1702.07011 Human-Computer Interaction
+1702.07012 Physics and Society
+1702.07013 Learning
+1702.07014 Instrumentation and Detectors
+1702.07015 Computation and Language
+1702.07016
+1702.07017 Number Theory
+1702.07018 High Energy Astrophysical Phenomena
+1702.07019 Computer Vision and Pattern Recognition
+1702.07020 Instrumentation and Methods for Astrophysics
+1702.07023 Atomic Physics
+1702.07024 Dynamical Systems
+1702.07026 Probability
+1702.07028 Learning
+1702.07029 Software Engineering
+1702.07030 Systems and Control
+1702.07031 Information Theory
+1702.07032 Computer Science and Game Theory
+1702.07034 Differential Geometry
+1702.07036 High Energy Astrophysical Phenomena
+1702.07037 Computational Physics
+1702.07038 Neurons and Cognition
+1702.07040 Cosmology and Nongalactic Astrophysics
+1702.07041 Logic
+1702.07042 Computational Physics
+1702.07043 Fluid Dynamics
+1702.07045 Analysis of PDEs
+1702.07046 Computation and Language
+1702.07048 Fluid Dynamics
+1702.07049 Classical Analysis and ODEs
+1702.07050 Fluid Dynamics
+1702.07051 Optics
+1702.07052 Classical Physics
+1702.07053 Functional Analysis
+1702.07054 Computer Vision and Pattern Recognition
+1702.07056 Discrete Mathematics
+1702.07057 Logic
+1702.07058 Representation Theory
+1702.07059 Computer Vision and Pattern Recognition
+1702.07060 Symbolic Computation
+1702.07062 Probability
+1702.07064 Optimization and Control
+1702.07065 Cosmology and Nongalactic Astrophysics
+1702.07066 Machine Learning
+1702.07067 Classical Analysis and ODEs
+1702.07068 Combinatorics
+1702.07069 Software Engineering
+1702.07071 Computation and Language
+1702.07073 Analysis of PDEs
+1702.07074 Other Statistics
+1702.07075 Earth and Planetary Astrophysics
+1702.07076 Systems and Control
+1702.07077 Differential Geometry
+1702.07078 Materials Science
+1702.07079 Theory
+1702.07080 Analysis of PDEs
+1702.07082 Statistics Theory
+1702.07083 Machine Learning
+1702.07085 Cosmology and Nongalactic Astrophysics
+1702.07086 Theory
+1702.07088 Mesoscale and Nanoscale Physics
+1702.07089 Methodology
+1702.07090 Superconductivity
+1702.07091 Quantum Gases
+1702.07092 Computation and Language
+1702.07093 Logic
+1702.07094 Computation
+1702.07095 Numerical Analysis
+1702.07096 Optimization and Control
+1702.07098 Numerical Analysis
+1702.07100
+1702.07101 Dynamical Systems
+1702.07102 Mesoscale and Nanoscale Physics
+1702.07103 Programming Languages
+1702.07105 Theory
+1702.07107 Number Theory
+1702.07108 Information Theory
+1702.07110 Mesoscale and Nanoscale Physics
+1702.07111 Instrumentation and Methods for Astrophysics
+1702.07112
+1702.07113 Quantum Algebra
+1702.07114 Mesoscale and Nanoscale Physics
+1702.07115 Geometric Topology
+1702.07116 Chemical Physics
+1702.07117 Computation and Language
+1702.07118 Statistics Theory
+1702.07119 Analysis of PDEs
+1702.07121 Machine Learning
+1702.07122 Mesoscale and Nanoscale Physics
+1702.07123
+1702.07124 Cryptography and Security
+1702.07125 Machine Learning
+1702.07126 Complex Variables
+1702.07127
+1702.07128 Computational Complexity
+1702.07129
+1702.07131
+1702.07132 History and Philosophy of Physics
+1702.07133 Materials Science
+1702.07134 Data Structures and Algorithms
+1702.07136 Networking and Internet Architecture
+1702.07137 Statistical Mechanics
+1702.07138 Software Engineering
+1702.07139
+1702.07140 Cryptography and Security
+1702.07141 Solar and Stellar Astrophysics
+1702.07142 Algebraic Geometry
+1702.07143 Medical Physics
+1702.07145
+1702.07146 Software Engineering
+1702.07147 Instrumentation and Methods for Astrophysics
+1702.07148 Numerical Analysis
+1702.07149 Software Engineering
+1702.07150 Probability
+1702.07151 Networking and Internet Architecture
+1702.07152 Plasma Physics
+1702.07153 Mesoscale and Nanoscale Physics
+1702.07154 Classical Analysis and ODEs
+1702.07155 General Topology
+1702.07156 Combinatorics
+1702.07157 Formal Languages and Automata Theory
+1702.07158 Databases
+1702.07159 Analysis of PDEs
+1702.07160 Information Theory
+1702.07161 Strongly Correlated Electrons
+1702.07162 Combinatorics
+1702.07164
+1702.07165 Optics
+1702.07168 Artificial Intelligence
+1702.07169 Pricing of Securities
+1702.07170 Materials Science
+1702.07171 Functional Analysis
+1702.07172 Data Structures and Algorithms
+1702.07173 Probability
+1702.07174
+1702.07175 Analysis of PDEs
+1702.07176 Instrumentation and Detectors
+1702.07177 Combinatorics
+1702.07178 Cryptography and Security
+1702.07180 Computational Complexity
+1702.07181 Phenomenology
+1702.07182 Functional Analysis
+1702.07183 Phenomenology
+1702.07184 Representation Theory
+1702.07185 Optics
+1702.07186 Information Retrieval
+1702.07187 Information Theory
+1702.07188 Adaptation and Self-Organizing Systems
+1702.07189 Computer Vision and Pattern Recognition
+1702.07190 Machine Learning
+1702.07191 Computer Vision and Pattern Recognition
+1702.07192 Other Condensed Matter
+1702.07193 Artificial Intelligence
+1702.07194 General Topology
+1702.07195 Distributed, Parallel, and Cluster Computing
+1702.07196 Optimization and Control
+1702.07197 Materials Science
+1702.07198 Fluid Dynamics
+1702.07199 Numerical Analysis
+1702.07201 Classical Analysis and ODEs
+1702.07202 Statistical Mechanics
+1702.07203 Computation and Language
+1702.07206 Phenomenology
+1702.07207 Information Theory
+1702.07208 Solar and Stellar Astrophysics
+1702.07209 High Energy Astrophysical Phenomena
+1702.07210 Astrophysics of Galaxies
+1702.07211 Machine Learning
+1702.07212
+1702.07214 Logic in Computer Science
+1702.07216 Probability
+1702.07217 Soft Condensed Matter
+1702.07218 Atomic Physics
+1702.07219 Networking and Internet Architecture
+1702.07220 Phenomenology
+1702.07222 Biological Physics
+1702.07223 Cryptography and Security
+1702.07224
+1702.07225 General Physics
+1702.07226 General Physics
+1702.07227 Neurons and Cognition
+1702.07228 Analysis of PDEs
+1702.07229
+1702.07230
+1702.07231 Experiment
+1702.07232 Number Theory
+1702.07233 Experiment
+1702.07234 Popular Physics
+1702.07235 Systems and Control
+1702.07236 Phenomenology
+1702.07237 Probability
+1702.07238 Phenomenology
+1702.07239 Functional Analysis
+1702.07242 Symbolic Computation
+1702.07243 Symbolic Computation
+1702.07244 Plasma Physics
+1702.07246 Genomics
+1702.07247 Systems and Control
+1702.07248 Symbolic Computation
+1702.07249 Number Theory
+1702.07250 Operator Algebras
+1702.07251 Dynamical Systems
+1702.07252 Robotics
+1702.07253 Mesoscale and Nanoscale Physics
+1702.07254 Machine Learning
+1702.07255 Combinatorics
+1702.07256 Differential Geometry
+1702.07257
+1702.07258 Probability
+1702.07259 Probability
+1702.07260 Phenomenology
+1702.07261 Logic
+1702.07262 Commutative Algebra
+1702.07265 Information Theory
+1702.07266 Discrete Mathematics
+1702.07267 Discrete Mathematics
+1702.07268
+1702.07271 Earth and Planetary Astrophysics
+1702.07273 Phenomenology
+1702.07275 Phenomenology
+1702.07276 Phenomenology
+1702.07278 Numerical Analysis
+1702.07279 Chaotic Dynamics
+1702.07280 Soft Condensed Matter
+1702.07283 Methodology
+1702.07284 Computational Engineering, Finance, and Science
+1702.07286
+1702.07287 Astrophysics of Galaxies
+1702.07288 Phenomenology
+1702.07289
+1702.07290 Numerical Analysis
+1702.07291
+1702.07292 Data Structures and Algorithms
+1702.07293 Analysis of PDEs
+1702.07294 Theory
+1702.07295
+1702.07296 Number Theory
+1702.07297 Information Theory
+1702.07298 Classical Analysis and ODEs
+1702.07299
+1702.07300 Computational Physics
+1702.07301
+1702.07302 Information Theory
+1702.07303 Astrophysics of Galaxies
+1702.07304 Methodology
+1702.07305 Machine Learning
+1702.07306 Machine Learning
+1702.07307 Mesoscale and Nanoscale Physics
+1702.07308 Group Theory
+1702.07309 Computer Science and Game Theory
+1702.07310 Materials Science
+1702.07311 Computer Science and Game Theory
+1702.07312 Robotics
+1702.07313 Combinatorics
+1702.07314 Earth and Planetary Astrophysics
+1702.07315 Quantum Gases
+1702.07316 Commutative Algebra
+1702.07317 Experiment
+1702.07318 Soft Condensed Matter
+1702.07319 Neurons and Cognition
+1702.07320 Computational Engineering, Finance, and Science
+1702.07321 Probability
+1702.07323 Probability
+1702.07324 Computation and Language
+1702.07325 Combinatorics
+1702.07326 Information Retrieval
+1702.07327 Earth and Planetary Astrophysics
+1702.07328 Algebraic Geometry
+1702.07331 Phenomenology
+1702.07332 Theory
+1702.07336 Soft Condensed Matter
+1702.07339 Computational Complexity
+1702.07342 Combinatorics
+0812.0965 Probability
+0902.0413 Classical Analysis and ODEs
+0912.4275 Geometric Topology
+1005.1596 Classical Analysis and ODEs
+1005.1738 Probability
+1007.0737
+1010.0784 Classical Analysis and ODEs
+1011.2127
+1012.1902
+1102.0955
+1112.4107 Dynamical Systems
+1201.0738 Spectral Theory
+1201.1052 Probability
+1205.5740 Dynamical Systems
+1211.4985 Statistical Mechanics
+1301.2177 Number Theory
+1302.2851 Probability
+1303.2345
+1304.5460 Spectral Theory
+1307.6935 Geometric Topology
+1310.6505 Functional Analysis
+1310.8216 Probability
+1312.2280 Theory
+1312.5542 Computation and Language
+1401.3142 Group Theory
+1401.6406 Fluid Dynamics
+1401.6608 Geometric Topology
+1403.7924 Biological Physics
+1405.4376 Differential Geometry
+1406.0047 Probability
+1406.2136
+1406.5749 Rings and Algebras
+1407.2650 Logic
+1407.7022 Optimization and Control
+1409.7439
+1410.2147 Medical Physics
+1411.2113
+1411.3467 Number Theory
+1411.6247 Probability
+1411.7020
+1411.7160
+1411.7591 Computer Vision and Pattern Recognition
+1412.1455 Computer Vision and Pattern Recognition
+1412.4140 Number Theory
+1501.02503 Category Theory
+1501.05150 Dynamical Systems
+1502.03233 Geometric Topology
+1502.07091 Quantum Gases
+1503.06172 Combinatorics
+1503.06703 Logic
+1504.00237 Statistical Mechanics
+1504.01137
+1504.04664 Logic
+1504.07860 Information Theory
+1505.00099 Theory
+1505.01375 Tissues and Organs
+1505.03900 Tissues and Organs
+1505.05254 Computer Vision and Pattern Recognition
+1505.07016 Tissues and Organs
+1506.03002 Probability
+1506.06524 Superconductivity
+1507.00914 Number Theory
+1507.04379 Probability
+1507.08963
+1508.05795
+1509.01920 Optimization and Control
+1509.03592 Analysis of PDEs
+1509.08281 Trading and Market Microstructure
+1509.08282 Dynamical Systems
+1510.00028 Applications
+1510.05803 Algebraic Geometry
+1510.06224 Representation Theory
+1510.06689 Numerical Analysis
+1510.06890 Classical Physics
+1510.06957 Probability
+1511.07965 Representation Theory
+1512.00780 Number Theory
+1512.01090 Information Theory
+1512.01139 Optimization and Control
+1512.07983 Classical Analysis and ODEs
+1512.09000 Differential Geometry
+1601.00796 Cryptography and Security
+1601.00985 Probability
+1601.03030
+1601.03625
+1601.04556
+1601.05109
+1601.05191 Analysis of PDEs
+1601.08182
+1602.06120 Strongly Correlated Electrons
+1603.00779 Strongly Correlated Electrons
+1603.03195 Statistical Mechanics
+1603.05216 Superconductivity
+1603.05977 High Energy Astrophysical Phenomena
+1603.06263 Systems and Control
+1603.08773 Algebraic Topology
+1604.02279
+1604.02337
+1604.02360 Soft Condensed Matter
+1604.02396 Statistical Mechanics
+1604.05582 Social and Information Networks
+1604.06980 Information Theory
+1604.07344 Theory
+1604.08887 Phenomenology
+1604.08891 Physics and Society
+1605.00293 Mesoscale and Nanoscale Physics
+1605.01076 Materials Science
+1605.01220 Computer Science and Game Theory
+1605.01463 Analysis of PDEs
+1605.02641
+1605.04200 Representation Theory
+1605.05040 Atomic Physics
+1605.06204
+1605.06859 Atmospheric and Oceanic Physics
+1605.07959 Data Structures and Algorithms
+1606.00262 Pattern Formation and Solitons
+1606.04817
+1606.06433 Optics
+1606.07248 Functional Analysis
+1606.08262 Group Theory
+1607.00049 General Topology
+1607.00140 Quantum Gases
+1607.00325 Computation and Language
+1607.00865 Strongly Correlated Electrons
+1607.02814 Materials Science
+1607.03262 Phenomenology
+1607.03925 Instrumentation and Detectors
+1607.04310 Complex Variables
+1607.04640 Strongly Correlated Electrons
+1607.04752 Statistical Mechanics
+1608.00175 Superconductivity
+1608.00183 Quantum Gases
+1608.00976 Strongly Correlated Electrons
+1608.01466 Statistical Mechanics
+1608.01483
+1608.01542 Discrete Mathematics
+1608.02011 Geometric Topology
+1608.02063 Algebraic Topology
+1608.04130 Fluid Dynamics
+1608.04531 Mesoscale and Nanoscale Physics
+1608.04610 Analysis of PDEs
+1608.06789 Plasma Physics
+1608.08633 Mesoscale and Nanoscale Physics
+1609.00150 Learning
+1609.02226 Artificial Intelligence
+1609.02533 Superconductivity
+1609.04392 Computer Vision and Pattern Recognition
+1609.04752
+1609.06515 Computational Complexity
+1609.06640 Quantum Gases
+1609.06936 Computer Vision and Pattern Recognition
+1609.07837 Information Theory
+1609.08046 Statistical Mechanics
+1609.08540 Mesoscale and Nanoscale Physics
+1609.09378 Optimization and Control
+1610.00017 Information Theory
+1610.00025 Analysis of PDEs
+1610.01410
+1610.01441 Classical Analysis and ODEs
+1610.01794 Instrumentation and Methods for Astrophysics
+1610.02320 Soft Condensed Matter
+1610.02813 Theory
+1610.03621 Mesoscale and Nanoscale Physics
+1610.04280 Chemical Physics
+1610.04952 Plasma Physics
+1610.05746 Numerical Analysis
+1610.05836 Analysis of PDEs
+1610.05865 Quantum Algebra
+1610.07576 Information Theory
+1610.07584 Computer Vision and Pattern Recognition
+1610.08150 Atomic Physics
+1610.08893 Algebraic Topology
+1610.08952 Theory
+1610.09313 Complex Variables
+1610.09452 Cosmology and Nongalactic Astrophysics
+1610.09762
+1610.09817 Strongly Correlated Electrons
+1610.09839 Strongly Correlated Electrons
+1611.00240 Soft Condensed Matter
+1611.00262 Mesoscale and Nanoscale Physics
+1611.00311
+1611.00704 Networking and Internet Architecture
+1611.00858 Analysis of PDEs
+1611.02733 Cryptography and Security
+1611.03053 Cryptography and Security
+1611.03056 Cryptography and Security
+1611.03492 Phenomenology
+1611.03837 Atmospheric and Oceanic Physics
+1611.04244 Computation and Language
+1611.04259 Theory
+1611.04759 Operator Algebras
+1611.06350 Applications
+1611.06366 Robotics
+1611.06367 Robotics
+1611.07112 Robotics
+1611.07114 Robotics
+1611.07207 Probability
+1611.07655 Quantum Algebra
+1611.07764 Combinatorics
+1611.07822 Combinatorics
+1612.00126 Information Theory
+1612.00128 Information Theory
+1612.00722 Probability
+1612.00723 Probability
+1612.00913 Computation and Language
+1612.00967 Information Theory
+1612.01300 Representation Theory
+1612.01423 Optics
+1612.01765 Spectral Theory
+1612.01767 Spectral Theory
+1612.01848 Computation and Language
+1612.02065 Systems and Control
+1612.02067 Systems and Control
+1612.02466 Networking and Internet Architecture
+1612.02495 Computational Physics
+1612.03170
+1612.03848 Quantum Gases
+1612.04355 Theory
+1612.04431 Computational Engineering, Finance, and Science
+1612.04898 Machine Learning
+1612.04899 Machine Learning
+1612.05088 Cosmology and Nongalactic Astrophysics
+1612.05208 Mesoscale and Nanoscale Physics
+1612.05430 Dynamical Systems
+1612.05782 Number Theory
+1612.05950 Theory
+1612.06771 Metric Geometry
+1612.07039 High Energy Astrophysical Phenomena
+1612.07100 High Energy Astrophysical Phenomena
+1612.07225
+1612.07531 Materials Science
+1612.07751 Algebraic Geometry
+1612.07814 Experiment
+1612.08226 Cosmology and Nongalactic Astrophysics
+1612.08418 Optics
+1612.08501 Strongly Correlated Electrons
+1612.08612 Mesoscale and Nanoscale Physics
+1612.08817 Cosmology and Nongalactic Astrophysics
+1612.09177 Algebraic Geometry
+1612.09309
+1612.09322 Computer Vision and Pattern Recognition
+1701.00008 Instrumentation and Methods for Astrophysics
+1701.00067 Phenomenology
+1701.00305 Data Structures and Algorithms
+1701.00485 Learning
+1701.00557 Computational Engineering, Finance, and Science
+1701.00599 Multimedia
+1701.00623 Databases
+1701.00757 Machine Learning
+1701.00776
+1701.00779 Phenomenology
+1701.00781
+1701.00783 Disordered Systems and Neural Networks
+1701.00786 Mesoscale and Nanoscale Physics
+1701.00787 Classical Analysis and ODEs
+1701.00788 Superconductivity
+1701.00789 Functional Analysis
+1701.00790 Algebraic Geometry
+1701.00791 Solar and Stellar Astrophysics
+1701.00792 Solar and Stellar Astrophysics
+1701.00793 Lattice
+1701.00794 Computer Vision and Pattern Recognition
+1701.00795 Solar and Stellar Astrophysics
+1701.00796
+1701.00798 Computation and Language
+1701.00799 Probability
+1701.00800 Theory
+1701.00801 Analysis of PDEs
+1701.00802 Mesoscale and Nanoscale Physics
+1701.00804 Computer Vision and Pattern Recognition
+1701.00805 Theory
+1701.00806 Discrete Mathematics
+1701.00808 Numerical Analysis
+1701.00809
+1701.00810 Quantum Gases
+1701.00812 Phenomenology
+1701.00813 Materials Science
+1701.00814 Astrophysics of Galaxies
+1701.00815 Mesoscale and Nanoscale Physics
+1701.00816 Accelerator Physics
+1701.00817 Fluid Dynamics
+1701.00818 Cosmology and Nongalactic Astrophysics
+1701.00820 High Energy Astrophysical Phenomena
+1701.00821 Data Structures and Algorithms
+1701.00822 Superconductivity
+1701.00823 Computer Vision and Pattern Recognition
+1701.00824 Accelerator Physics
+1701.00825 Differential Geometry
+1701.00827 History and Overview
+1701.00828 Earth and Planetary Astrophysics
+1701.00829 Phenomenology
+1701.00831 Learning
+1701.00833 Artificial Intelligence
+1701.00834 Strongly Correlated Electrons
+1701.00835 Astrophysics of Galaxies
+1701.00836 Instrumentation and Methods for Astrophysics
+1701.00837 Networking and Internet Architecture
+1701.00838 Neurons and Cognition
+1701.00839 Number Theory
+1701.00841 Computers and Society
+1701.00842 Accelerator Physics
+1701.00845 Methodology
+1701.00846 Emerging Technologies
+1701.00849 Computer Science and Game Theory
+1701.00850 Functional Analysis
+1701.00851 Computation and Language
+1701.00852 Analysis of PDEs
+1701.00853 Analysis of PDEs
+1701.00854 Distributed, Parallel, and Cluster Computing
+1701.00856 Methodology
+1701.00857 Computation
+1701.00859 Materials Science
+1701.00860 Robotics
+1701.00861 Mesoscale and Nanoscale Physics
+1701.00863 Spectral Theory
+1701.00864 Materials Science
+1701.00866 Astrophysics of Galaxies
+1701.00867 Artificial Intelligence
+1701.00868 Analysis of PDEs
+1701.00869
+1701.00870 Phenomenology
+1701.00871 Probability
+1701.00872 Theory
+1701.00873 Chemical Physics
+1701.00876 Classical Physics
+1701.00878 Optimization and Control
+1701.00879 Neural and Evolutionary Computing
+1701.00881 Systems and Control
+1701.00882 Networking and Internet Architecture
+1701.00884 High Energy Astrophysical Phenomena
+1701.00888 Statistics Theory
+1701.00890 Astrophysics of Galaxies
+1701.00891 High Energy Astrophysical Phenomena
+1701.00893 Data Structures and Algorithms
+1701.00895 High Energy Astrophysical Phenomena
+1701.00896 Mesoscale and Nanoscale Physics
+1701.00897 Numerical Analysis
+1701.00898 Networking and Internet Architecture
+1701.00899 High Energy Astrophysical Phenomena
+1701.00900 Applications
+1701.00902 Methodology
+1701.00903 Machine Learning
+1701.00904 Networking and Internet Architecture
+1701.00905 Disordered Systems and Neural Networks
+1701.00906 Optics
+1701.00907 Optics
+1701.00908 Combinatorics
+1701.00910 Accelerator Physics
+1701.00912 Astrophysics of Galaxies
+1701.00913 Computational Physics
+1701.00915 Number Theory
+1701.00916 Accelerator Physics
+1701.00918 Dynamical Systems
+1701.00921 Computational Geometry
+1701.00923
+1701.00924
+1701.00925 Robotics
+1701.00926 Exactly Solvable and Integrable Systems
+1701.00927 Combinatorics
+1701.00928 Combinatorics
+1701.00929 Logic
+1701.00930 Mesoscale and Nanoscale Physics
+1701.00932 Probability
+1701.00933 Materials Science
+1701.00934 Tissues and Organs
+1701.00935 Robotics
+1701.00936 Statistical Mechanics
+1701.00937 Solar and Stellar Astrophysics
+1701.00938 Networking and Internet Architecture
+1701.00939 Learning
+1701.00941 High Energy Astrophysical Phenomena
+1701.00942 Lattice
+1701.00943 Earth and Planetary Astrophysics
+1701.00945 Dynamical Systems
+1701.00946 Computation and Language
+1701.00947 Phenomenology
+1701.00950
+1701.00951 Computer Vision and Pattern Recognition
+1701.00952 Analysis of PDEs
+1701.00957 Earth and Planetary Astrophysics
+1701.00958 Computer Science and Game Theory
+1701.00959 Differential Geometry
+1701.00960 Software Engineering
+1701.00961 Solar and Stellar Astrophysics
+1701.00963 Networking and Internet Architecture
+1701.00965 Earth and Planetary Astrophysics
+1701.00967 Solar and Stellar Astrophysics
+1701.00968 Theory
+1701.00969 Phenomenology
+1701.00970 Optics
+1701.00971
+1701.00972 Representation Theory
+1701.00973 Combinatorics
+1701.00976 Logic in Computer Science
+1701.00977 Information Theory
+1701.00979 Solar and Stellar Astrophysics
+1701.00980 Statistical Mechanics
+1701.00981 Distributed, Parallel, and Cluster Computing
+1701.00982 Information Theory
+1701.00984
+1701.00985 Probability
+1701.00987 Quantitative Methods
+1701.00988 Commutative Algebra
+1701.00989
+1701.00991 Information Retrieval
+1701.00992 Analysis of PDEs
+1701.00993 Mathematical Finance
+1701.00994 Physics and Society
+1701.00995 Computer Vision and Pattern Recognition
+1701.00996 Numerical Analysis
+1701.00997 Computational Engineering, Finance, and Science
+1701.00998 Theory
+1701.00999 Dynamical Systems
+1701.01000 Learning
+1701.01001 Methodology
+1701.01003
+1701.01005 Theory
+1701.01006 Plasma Physics
+1701.01007 Information Theory
+1701.01008 Accelerator Physics
+1701.01010 Information Theory
+1701.01011 Astrophysics of Galaxies
+1701.01013 Analysis of PDEs
+1701.01014 Numerical Analysis
+1701.01016 Theory
+1701.01017 History and Philosophy of Physics
+1701.01018 Soft Condensed Matter
+1701.01022 General Physics
+1701.01023 Classical Analysis and ODEs
+1701.01024 Classical Analysis and ODEs
+1701.01025 General Physics
+1701.01026 Analysis of PDEs
+1701.01027
+1701.01028
+1701.01029 Mesoscale and Nanoscale Physics
+1701.01030 Classical Analysis and ODEs
+1701.01032
+1701.01033 Analysis of PDEs
+1701.01035 Computer Vision and Pattern Recognition
+1701.01036 Computer Vision and Pattern Recognition
+1701.01037 Methodology
+1701.01039
+1701.01041 Mesoscale and Nanoscale Physics
+1701.01043 Information Theory
+1701.01044 Information Theory
+1701.01045 Formal Languages and Automata Theory
+1701.01046
+1701.01047 Combinatorics
+1701.01048 Artificial Intelligence
+1701.01049
+1701.01050 Chemical Physics
+1701.01051 Combinatorics
+1701.01052 Classical Analysis and ODEs
+1701.01053 Chemical Physics
+1701.01054 Classical Analysis and ODEs
+1701.01057 Strongly Correlated Electrons
+1701.01059 Information Theory
+1701.01061 Cryptography and Security
+1701.01062
+1701.01063 Quantum Gases
+1701.01065 Analysis of PDEs
+1701.01066 Materials Science
+1701.01068 Analysis of PDEs
+1701.01070 Analysis of PDEs
+1701.01072
+1701.01073 Analysis of PDEs
+1701.01074 Algebraic Geometry
+1701.01076 Fluid Dynamics
+1701.01077 Computer Vision and Pattern Recognition
+1701.01078 Accelerator Physics
+1701.01079 Populations and Evolution
+1701.01084 Mesoscale and Nanoscale Physics
+1701.01086 Fluid Dynamics
+1701.01088
+1701.01089 Mesoscale and Nanoscale Physics
+1701.01092 Probability
+1701.01093 Data Structures and Algorithms
+1701.01094 Databases
+1701.01097 Methodology
+1701.01098 High Energy Astrophysical Phenomena
+1701.01101 Neurons and Cognition
+1701.01103 Information Theory
+1701.01104
+1701.01105 Materials Science
+1701.01106 Quantum Algebra
+1701.01107 Theory
+1701.01108 Number Theory
+math/9809178 Geometric Topology
+0807.1990
+1010.1624
+1104.2444 Artificial Intelligence
+1107.0895
+1206.3963 Social and Information Networks
+1212.0479 Statistical Finance
+1301.4719 General Physics
+1302.5616 Probability
+1303.6032 Phenomenology
+1304.5676 Algebraic Topology
+1305.1468 Theory
+1309.1980 Functional Analysis
+1310.3933 Algebraic Topology
+1311.5400 Functional Analysis
+1312.4537 Theory
+1312.5650 Learning
+1312.6304 Analysis of PDEs
+1401.1019 Differential Geometry
+1401.7125 Adaptation and Self-Organizing Systems
+1403.2467 Materials Science
+1403.3789 Classical Analysis and ODEs
+1403.5658 Dynamical Systems
+1403.7116 Dynamical Systems
+1404.5696 Quantum Gases
+1405.5779 Numerical Analysis
+1406.1939 Statistics Theory
+1406.3797 Combinatorics
+1406.6900 Dynamical Systems
+1407.5663
+1408.1465 Logic
+1408.1817 Probability
+1408.3700 Mesoscale and Nanoscale Physics
+1408.4000 Dynamical Systems
+1409.0166 Logic in Computer Science
+1409.1714 Numerical Analysis
+1410.5402 Computational Physics
+1411.3242 Analysis of PDEs
+1411.4266 Databases
+1411.5952 Differential Geometry
+1411.6160 Statistics Theory
+1411.7323 Dynamical Systems
+1412.0669
+1412.2159 Physics and Society
+1412.5341 Probability
+1412.8624 General Finance
+1501.01300 Formal Languages and Automata Theory
+1501.05123 Logic
+1501.06238 Distributed, Parallel, and Cluster Computing
+1501.06772 Dynamical Systems
+1501.06945
+1501.07640 Information Theory
+1502.01752 Statistics Theory
+1502.03393 Analysis of PDEs
+1503.09105 Dynamical Systems
+1504.04007 Algebraic Topology
+1504.05911
+1505.02190 Statistical Mechanics
+1505.02227 Optimization and Control
+1505.02719 Functional Analysis
+1505.04036 Computational Engineering, Finance, and Science
+1506.00469
+1506.00624 Probability
+1506.02202 Functional Analysis
+1506.05307 Number Theory
+1506.07133 Theory
+1506.07687 Applications
+1506.08253 Methodology
+1507.00933 Phenomenology
+1507.01381 Chemical Physics
+1507.03927 Distributed, Parallel, and Cluster Computing
+1507.05179 Methodology
+1507.07320 Analysis of PDEs
+1507.08703 Optimization and Control
+1508.00291
+1508.00860
+1508.01954 Software Engineering
+1508.02651 Methodology
+1508.03151 Differential Geometry
+1508.04483 Rings and Algebras
+1508.05377
+1508.07497 Applications
+1509.00058 Cosmology and Nongalactic Astrophysics
+1509.00673 Phenomenology
+1509.01137 Atomic Physics
+1509.01811 Analysis of PDEs
+1509.02504 History and Philosophy of Physics
+1509.07942 Methodology
+1510.00570 Materials Science
+1510.02159 Methodology
+1510.02190 Information Theory
+1510.03164 Learning
+1510.05006 Cosmology and Nongalactic Astrophysics
+1510.06462
+1510.07684 Dynamical Systems
+1510.08098 Analysis of PDEs
+1510.09221 Probability
+1511.00076 Materials Science
+1511.01591 Quantum Algebra
+1511.01598 Numerical Analysis
+1511.01615 Probability
+1511.04546 Materials Science
+1511.07464 Probability
+1511.08887 Information Theory
+1512.00345 Rings and Algebras
+1512.00433 Information Theory
+1512.00906 Numerical Analysis
+1512.02397 Probability
+1512.03781 Combinatorics
+1512.04019 Cosmology and Nongalactic Astrophysics
+1512.04431
+1512.05044 Differential Geometry
+1512.05167 Number Theory
+1512.07215 Optimization and Control
+1512.07921 General Physics
+1601.00305 Representation Theory
+1601.01112 Instrumentation and Methods for Astrophysics
+1601.02416 Metric Geometry
+1601.04084 Databases
+1601.04880 Probability
+1601.07190 Phenomenology
+1601.07436 Dynamical Systems
+1601.07497
+1602.00353 Rings and Algebras
+1602.01063 Methodology
+1602.01227 Algebraic Geometry
+1602.01952 Group Theory
+1602.02401 High Energy Astrophysical Phenomena
+1602.02733 Dynamical Systems
+1602.03553 General Mathematics
+1602.04960 Probability
+1602.05883 Risk Management
+1602.05936 Quantum Algebra
+1602.06197 Differential Geometry
+1602.06580 Phenomenology
+1602.07046 Machine Learning
+1602.07267 Discrete Mathematics
+1602.07693 Theory
+1602.07757 Information Theory
+1602.07962 Category Theory
+1602.09134 Information Theory
+1603.00622 Learning
+1603.01200 Probability
+1603.04556 Statistics Theory
+1603.04996 Optimization and Control
+1603.06222
+1603.07393 Mesoscale and Nanoscale Physics
+1603.07630 Applications
+1603.08620 Strongly Correlated Electrons
+1603.09021 Social and Information Networks
+1604.00806 Mesoscale and Nanoscale Physics
+1604.00894 Networking and Internet Architecture
+1604.00931 Chaotic Dynamics
+1604.01026 High Energy Astrophysical Phenomena
+1604.01504 Computational Engineering, Finance, and Science
+1604.02675 Rings and Algebras
+1604.03157 Probability
+1604.03304
+1604.03393 Sound
+1604.04159 Statistical Mechanics
+1604.04277 Quantum Gases
+1604.04630 Strongly Correlated Electrons
+1604.04774 Algebraic Geometry
+1604.05275 Optimization and Control
+1604.05359 Representation Theory
+1604.05671 History and Overview
+1604.06866
+1604.07493 Cosmology and Nongalactic Astrophysics
+1605.00180 Combinatorics
+1605.01006 Analysis of PDEs
+1605.01148 Human-Computer Interaction
+1605.01357
+1605.01549 Information Theory
+1605.02001 Combinatorics
+1605.02477 Strongly Correlated Electrons
+1605.02624 Probability
+1605.02914 Computer Vision and Pattern Recognition
+1605.03436 Astrophysics of Galaxies
+1605.03838 Computer Science and Game Theory
+1605.04317 Instrumentation and Methods for Astrophysics
+1605.04408 Materials Science
+1605.04662 Molecular Networks
+1605.04947 Materials Science
+1605.05019 Computer Vision and Pattern Recognition
+1605.05259
+1605.06886 Artificial Intelligence
+1605.07373 Plasma Physics
+1605.07416 Statistics Theory
+1605.07648 Computer Vision and Pattern Recognition
+1605.08055 Phenomenology
+1605.08074 Social and Information Networks
+1605.08860 Applications
+1605.08993 Experiment
+1606.00769 Theory
+1606.01046 Mesoscale and Nanoscale Physics
+1606.01416 Information Theory
+1606.01532 Computational Physics
+1606.01591 Analysis of PDEs
+1606.03560 Optimization and Control
+1606.04380 Commutative Algebra
+1606.04452 Analysis of PDEs
+1606.04582 Computation and Language
+1606.05143
+1606.06656
+1606.06703 Number Theory
+1606.08219 General Physics
+1606.09011 Dynamical Systems
+1606.09636 Computation and Language
+1607.00688 Earth and Planetary Astrophysics
+1607.00902 Commutative Algebra
+1607.00939 Mesoscale and Nanoscale Physics
+1607.00942 Information Theory
+1607.00956 Statistical Mechanics
+1607.00989 Differential Geometry
+1607.01315 Theory
+1607.01569 Computer Science and Game Theory
+1607.02764 Quantum Gases
+1607.03663 Experiment
+1607.03693
+1607.04027 Operator Algebras
+1607.05437 Phenomenology
+1607.06031 Phenomenology
+1607.06680 Experiment
+1607.06746 Experiment
+1607.06948 Numerical Analysis
+1607.07060 Algebraic Geometry
+1607.07116
+1607.07214 Number Theory
+1607.07446 Phenomenology
+1607.08204 Optics
+1607.08344 Distributed, Parallel, and Cluster Computing
+1607.08506 Software Engineering
+1608.00126 Numerical Analysis
+1608.00692 Computational Complexity
+1608.00781 Distributed, Parallel, and Cluster Computing
+1608.00851 Algebraic Geometry
+1608.01059 Computer Vision and Pattern Recognition
+1608.01219 Cosmology and Nongalactic Astrophysics
+1608.01890 Classical Physics
+1608.02067 Methodology
+1608.02110 Quantum Gases
+1608.02211 Superconductivity
+1608.02612 Theory
+1608.03456
+1608.03511
+1608.03544 Learning
+1608.03963 Spectral Theory
+1608.04813 Optimization and Control
+1608.04911 Phenomenology
+1608.05002 Statistics Theory
+1608.05053
+1608.05069 Networking and Internet Architecture
+1608.05106
+1608.05706 Neurons and Cognition
+1608.05745 Learning
+1608.05824 Soft Condensed Matter
+1608.06643 Theory
+1608.06766
+1608.06902 Neural and Evolutionary Computing
+1608.06927 Strongly Correlated Electrons
+1608.07066
+1608.07299
+1608.07468 Group Theory
+1608.07739 Learning
+1608.07748 Mesoscale and Nanoscale Physics
+1608.07849 Functional Analysis
+1608.08670 Complex Variables
+1608.08723 Rings and Algebras
+1608.08831 Computer Vision and Pattern Recognition
+1609.00222 Learning
+1609.00343 Probability
+1609.01649 Classical Analysis and ODEs
+1609.02246 Optics
+1609.02522 Plasma Physics
+1609.02847 Medical Physics
+1609.02879 Algebraic Geometry
+1609.02905 Superconductivity
+1609.03386 Cosmology and Nongalactic Astrophysics
+1609.03830 Phenomenology
+1609.03891 Probability
+1609.04285 Social and Information Networks
+1609.04758 Dynamical Systems
+1609.04849 Machine Learning
+1609.05165 Information Theory
+1609.05243 Robotics
+1609.05384 Information Theory
+1609.05795 Statistical Mechanics
+1609.05919 Mesoscale and Nanoscale Physics
+1609.06124 Formal Languages and Automata Theory
+1609.06156 Data Structures and Algorithms
+1609.06452 Group Theory
+1609.06555 Phenomenology
+1609.06966 Classical Analysis and ODEs
+1609.07090 Algebraic Geometry
+1609.07263 Astrophysics of Galaxies
+1609.07375 High Energy Astrophysical Phenomena
+1609.07376 Superconductivity
+1609.07516
+1609.07577 Systems and Control
+1609.07774
+1609.07851 Astrophysics of Galaxies
+1609.08226 Algebraic Geometry
+1609.08679 Optimization and Control
+1609.08789 Learning
+1609.09127 Theory
+1609.09298 Optics
+1609.09343 Algebraic Geometry
+1609.09446
+1609.09557 Optimization and Control
+1609.09730 Cosmology and Nongalactic Astrophysics
+1610.00032 Statistics Theory
+1610.00298 Algebraic Geometry
+1610.00597 Probability
+1610.00657 Theory
+1610.00787 Social and Information Networks
+1610.00970 Machine Learning
+1610.01939
+1610.01983 Computer Vision and Pattern Recognition
+1610.02036 Strongly Correlated Electrons
+1610.02143 Optimization and Control
+1610.02426 Strongly Correlated Electrons
+1610.02610 Robotics
+1610.02687 Phenomenology
+1610.02744 Experiment
+1610.02864 Populations and Evolution
+1610.02879 Instrumentation and Detectors
+1610.03163 Dynamical Systems
+1610.03183 Mesoscale and Nanoscale Physics
+1610.03454 Learning
+1610.03483 Machine Learning
+1610.03975 Functional Analysis
+1610.04287 Statistical Mechanics
+1610.04490 Computer Vision and Pattern Recognition
+1610.04749 Phenomenology
+1610.05023 Computational Physics
+1610.05298 Atomic Physics
+1610.05312 Astrophysics of Galaxies
+1610.05627 Statistics Theory
+1610.05901 Probability
+1610.06097 Phenomenology
+1610.06324 Analysis of PDEs
+1610.06618 Information Theory
+1610.06751
+1610.07001 Strongly Correlated Electrons
+1610.07069
+1610.07088 Complex Variables
+1610.07112 Cosmology and Nongalactic Astrophysics
+1610.07540 Methodology
+1610.07714 Methodology
+1610.08622 Strongly Correlated Electrons
+1610.08914 Computation and Language
+1610.09119 Quantum Gases
+1610.10059 Geophysics
+1611.00058 Learning
+1611.00328 Machine Learning
+1611.00429 Learning
+1611.00683 Machine Learning
+1611.00780 Astrophysics of Galaxies
+1611.00823 Analysis of PDEs
+1611.00899
+1611.01035
+1611.01514 Phenomenology
+1611.01571 Hardware Architecture
+1611.01603 Computation and Language
+1611.01672 Strongly Correlated Electrons
+1611.01676 Optics
+1611.01687 Disordered Systems and Neural Networks
+1611.01702 Computation and Language
+1611.02041 Machine Learning
+1611.02090 Computers and Society
+1611.02891 Data Structures and Algorithms
+1611.02990 Soft Condensed Matter
+1611.02994 General Topology
+1611.03148 Soft Condensed Matter
+1611.03188 Phenomenology
+1611.03530 Learning
+1611.03641 Computation and Language
+1611.03760
+1611.03838 Mesoscale and Nanoscale Physics
+1611.03903 Theory
+1611.03941 Learning
+1611.03942 Social and Information Networks
+1611.04440 Operator Algebras
+1611.04832 Strongly Correlated Electrons
+1611.05354 Phenomenology
+1611.05901 Number Theory
+1611.06022 High Energy Astrophysical Phenomena
+1611.06029 Mesoscale and Nanoscale Physics
+1611.06389 Logic in Computer Science
+1611.06431 Analysis of PDEs
+1611.06736
+1611.06951 Databases
+1611.07065 Neural and Evolutionary Computing
+1611.07096 Machine Learning
+1611.07295 Statistical Mechanics
+1611.07506 Commutative Algebra
+1611.08332 Materials Science
+1611.08568 Machine Learning
+1611.09186 Strongly Correlated Electrons
+1611.09202 Functional Analysis
+1611.09353 High Energy Astrophysical Phenomena
+1611.09529 Mesoscale and Nanoscale Physics
+1612.00249 Probability
+1612.00640 Operator Algebras
+1612.00769 Numerical Analysis
+1612.01020 Machine Learning
+1612.01049 Complex Variables
+1612.01277 Learning
+1612.01474 Machine Learning
+1612.01879 Theory
+1612.02104 Cosmology and Nongalactic Astrophysics
+1612.02435 Solar and Stellar Astrophysics
+1612.02874 Optics
+1612.02928 Geometric Topology
+1612.02942 Differential Geometry
+1612.03263
+1612.03272 Differential Geometry
+1612.03283 History and Philosophy of Physics
+1612.03392
+1612.03603 Astrophysics of Galaxies
+1612.03879 Theory
+1612.03926 Atomic Physics
+1612.04352 Statistical Mechanics
+1612.04525 Optics
+1612.04619 Statistical Mechanics
+1612.04775 Information Theory
+1612.04836 Soft Condensed Matter
+1612.05494 Software Engineering
+1612.05770 Theory
+1612.06323 Combinatorics
+1612.06542 Complex Variables
+1612.06660 Theory
+1612.06805
+1612.07036
+1612.07242 Complex Variables
+1612.07393 Experiment
+1612.07482 Soft Condensed Matter
+1612.07489 Experiment
+1612.07612 Social and Information Networks
+1612.07968 Theory
+1612.08052 Classical Analysis and ODEs
+1612.08125 Representation Theory
+1612.08185 Computer Vision and Pattern Recognition
+1612.08610 Instrumentation and Methods for Astrophysics
+1612.08622 Algebraic Topology
+1612.09234
+1612.09341 Quantum Gases
+1701.00295 Computer Vision and Pattern Recognition
+1701.00317 Computational Engineering, Finance, and Science
+1701.00488 Phenomenology
+1701.00541 Computational Geometry
+1701.00696 Artificial Intelligence
+1701.00775
+1701.01111 Functional Analysis
+1701.01280 Functional Analysis
+1701.01456 Statistical Mechanics
+1701.01506 Theory
+1701.02146 Phenomenology
+1701.02250 Algebraic Topology
+1701.02255 Strongly Correlated Electrons
+1701.02269 Instrumentation and Detectors
+1701.02360 Earth and Planetary Astrophysics
+1701.03027 Group Theory
+1701.03066 Probability
+1701.03386 Superconductivity
+1701.03414 Discrete Mathematics
+1701.04005 Physics and Society
+1701.04175 Robotics
+1701.05074 Metric Geometry
+1701.05565 Theory
+1701.06127 Representation Theory
+1701.06278 Differential Geometry
+1701.06287 Phenomenology
+1701.06391 Analysis of PDEs
+1701.06586 Phenomenology
+1701.06611 Optimization and Control
+1701.06681 Information Theory
+1701.07083 Human-Computer Interaction
+1701.07109 Materials Science
+1701.07156 Mesoscale and Nanoscale Physics
+1701.07176
+1701.07180
+1701.07554
+1701.07933 Materials Science
+1701.08317 Artificial Intelligence
+1701.08397 Materials Science
+1701.08524 Logic in Computer Science
+1701.08667
+1701.08795 Learning
+1701.08904 Strongly Correlated Electrons
+1702.00190 Combinatorics
+1702.00369 Networking and Internet Architecture
+1702.00414 Phenomenology
+1702.00428 Computation
+1702.00570 Theory
+1702.00763 Optimization and Control
+1702.00814 Fluid Dynamics
+1702.01086 Quantum Algebra
+1702.01087 Mesoscale and Nanoscale Physics
+1702.01141 Phenomenology
+1702.01247 Computer Vision and Pattern Recognition
+1702.02164 Theory
+1702.02172 Solar and Stellar Astrophysics
+1702.02292 Materials Science
+1702.02540 Computation and Language
+1702.02607 Combinatorics
+1702.03106 Data Structures and Algorithms
+1702.03180 Neural and Evolutionary Computing
+1702.03213 Differential Geometry
+1702.03426 Phenomenology
+1702.03516 Number Theory
+1702.03588 Biological Physics
+1702.03638 Differential Geometry
+1702.03645 Commutative Algebra
+1702.03692 Information Theory
+1702.03811
+1702.03919 Algebraic Geometry
+1702.03955 Phenomenology
+1702.04277 Theory
+1702.04348 Astrophysics of Galaxies
+1702.04430 Methodology
+1702.04566 Solar and Stellar Astrophysics
+1702.04593 Computer Vision and Pattern Recognition
+1702.04674 Analysis of PDEs
+1702.04719 Other Computer Science
+1702.04738 Phenomenology
+1702.04784 Classical Analysis and ODEs
+1702.04793 Superconductivity
+1702.04837 Machine Learning
+1702.04881 Representation Theory
+1702.05355 Computer Science and Game Theory
+1702.05361 Computer Science and Game Theory
+1702.05371 Optimization and Control
+1702.05425 Data Structures and Algorithms
+1702.05513 Distributed, Parallel, and Cluster Computing
+1702.05572
+1702.05683 Machine Learning
+1702.05777 Machine Learning
+1702.05795 Logic in Computer Science
+1702.05802
+1702.05829 Methodology
+1702.05834 Representation Theory
+1702.05918
+1702.05948 Rings and Algebras
+1702.06035 Combinatorics
+1702.06053 Neural and Evolutionary Computing
+1702.06140 Mesoscale and Nanoscale Physics
+1702.06150 Combinatorics
+1702.06166 Machine Learning
+1702.06183 Solar and Stellar Astrophysics
+1702.06211
+1702.06270 Computers and Society
+1702.06295 Learning
+1702.06433 Atomic Physics
+1702.06450 Materials Science
+1702.06474 Combinatorics
+1702.06523
+1702.06529 High Energy Astrophysical Phenomena
+1702.06710
+1702.06748
+1702.06757 Number Theory
+1702.06810 Computer Science and Game Theory
+1702.06861 Machine Learning
+1702.06912 Algebraic Geometry
+1702.06920 Algebraic Geometry
+1702.06928 Theory
+1702.06969 Data Structures and Algorithms
+1702.07027 Methodology
+1702.07044 Networking and Internet Architecture
+1702.07072
+1702.07084 Number Theory
+1702.07144 Strongly Correlated Electrons
+1702.07205 Discrete Mathematics
+1702.07264
+1702.07330
+1702.07335 Robotics
+1702.07380
+1702.07440 Phenomenology
+1702.07467 Instrumentation and Methods for Astrophysics
+1702.07484 Formal Languages and Automata Theory
+1702.07487
+1702.07552 Machine Learning
+1702.07614 Instrumentation and Detectors
+1702.07645 Representation Theory
+1702.07654 Quantum Gases
+1702.07712 Solar and Stellar Astrophysics
+1702.07713 Sound
+1702.07714 Earth and Planetary Astrophysics
+1702.07715 Instrumentation and Methods for Astrophysics
+1702.07716 Phenomenology
+1702.07718 Theory
+1702.07719 Astrophysics of Galaxies
+1702.07720 Theory
+1702.07721 Statistical Mechanics
+1702.07722 Statistical Mechanics
+1702.07723 Phenomenology
+1702.07724 Theory
+1702.07725 Cosmology and Nongalactic Astrophysics
+1702.07726 Cosmology and Nongalactic Astrophysics
+1702.07727 Superconductivity
+1702.07728 Astrophysics of Galaxies
+1702.07729 Plasma Physics
+1702.07731 Astrophysics of Galaxies
+1702.07732 Instrumentation and Detectors
+1702.07734 Neurons and Cognition
+1702.07735 Software Engineering
+1702.07736 Astrophysics of Galaxies
+1702.07737 Information Theory
+1702.07738 Number Theory
+1702.07739 Mesoscale and Nanoscale Physics
+1702.07740
+1702.07741 Solar and Stellar Astrophysics
+1702.07744
+1702.07745 Cryptography and Security
+1702.07747 Materials Science
+1702.07748 Distributed, Parallel, and Cluster Computing
+1702.07749 Atmospheric and Oceanic Physics
+1702.07750 Phenomenology
+1702.07752 Social and Information Networks
+1702.07753 Programming Languages
+1702.07756 Instrumentation and Methods for Astrophysics
+1702.07757 Numerical Analysis
+1702.07759 Computer Vision and Pattern Recognition
+1702.07760 Atmospheric and Oceanic Physics
+1702.07763 Methodology
+1702.07764 Probability
+1702.07766
+1702.07767 Physics and Society
+1702.07768 Instrumentation and Methods for Astrophysics
+1702.07770 Accelerator Physics
+1702.07772 Computer Vision and Pattern Recognition
+1702.07773 Theory
+1702.07774 Algebraic Topology
+1702.07775 Quantum Gases
+1702.07776 Logic
+1702.07778 Methodology
+1702.07779 Computational Engineering, Finance, and Science
+1702.07780 Machine Learning
+1702.07781 Optimization and Control
+1702.07782
+1702.07783 Fluid Dynamics
+1702.07784 Social and Information Networks
+1702.07785
+1702.07786 Mathematical Finance
+1702.07787 Sound
+1702.07788 Mesoscale and Nanoscale Physics
+1702.07789 Lattice
+1702.07790 Machine Learning
+1702.07792 Chemical Physics
+1702.07793 Computation and Language
+1702.07794 Algebraic Topology
+1702.07796 Instrumentation and Methods for Astrophysics
+1702.07797 Chemical Physics
+1702.07798 Machine Learning
+1702.07801 Statistics Theory
+1702.07802 Distributed, Parallel, and Cluster Computing
+1702.07803 Statistics Theory
+1702.07804 Methodology
+1702.07806 Computer Science and Game Theory
+1702.07807
+1702.07809 Phenomenology
+1702.07810 Computer Science and Game Theory
+1702.07811 Learning
+1702.07813 Data Analysis, Statistics and Probability
+1702.07814 Populations and Evolution
+1702.07815 Data Structures and Algorithms
+1702.07817 Learning
+1702.07818 High Energy Astrophysical Phenomena
+1702.07819 Theory
+1702.07820 Solar and Stellar Astrophysics
+1702.07821 Cosmology and Nongalactic Astrophysics
+1702.07822 Combinatorics
+1702.07823 Optimization and Control
+1702.07824
+1702.07826 Artificial Intelligence
+1702.07827 Number Theory
+1702.07828 Astrophysics of Galaxies
+1702.07829 Astrophysics of Galaxies
+1702.07830 Computation
+1702.07831 Information Theory
+1702.07832 Data Structures and Algorithms
+1702.07833 Atomic Physics
+1702.07834 Numerical Analysis
+1702.07835 Computation and Language
+1702.07836 Computer Vision and Pattern Recognition
+1702.07837 Number Theory
+1702.07838 Logic in Computer Science
+1702.07839 Materials Science
+1702.07840 Phenomenology
+1702.07841 Computer Vision and Pattern Recognition
+1702.07842 Optimization and Control
+1702.07843 High Energy Astrophysical Phenomena
+1702.07844 Logic in Computer Science
+1702.07846
+1702.07848 Number Theory
+1702.07849 Algebraic Geometry
+1702.07852 Materials Science
+1702.07854 Analysis of PDEs
+1702.07855 Statistical Mechanics
+1702.07856 Analysis of PDEs
+1702.07857 Soft Condensed Matter
+1702.07858 Analysis of PDEs
+1702.07859 Combinatorics
+1702.07860 Phenomenology
+1702.07861
+1702.07862 Instrumentation and Detectors
+1702.07863 Soft Condensed Matter
+1702.07864
+1702.07865 Soft Condensed Matter
+1702.07866 Geometric Topology
+1702.07867 Functional Analysis
+1702.07868 Dynamical Systems
+1702.07869 Applications
+1702.07870 Learning
+1702.07871 Atomic Physics
+1702.07872 Solar and Stellar Astrophysics
+1702.07873 Soft Condensed Matter
+1702.07875 Mesoscale and Nanoscale Physics
+1702.07877
+1702.07878 Geometric Topology
+1702.07879 Representation Theory
+1702.07880
+1702.07881 Information Theory
+1702.07882 Algebraic Topology
+1702.07883 Algebraic Geometry
+1702.07884 Computer Vision and Pattern Recognition
+1702.07885 Phenomenology
+1702.07887 Mesoscale and Nanoscale Physics
+1702.07888 Physics and Society
+1702.07889 Logic in Computer Science
+1702.07890 Other Computer Science
+1702.07891 Optics
+1702.07892 Geometric Topology
+1702.07893 Computational Geometry
+1702.07894 Numerical Analysis
+1702.07896 Analysis of PDEs
+1702.07897 Physics and Society
+1702.07898 Robotics
+1702.07899 Statistics Theory
+1702.07900 Software Engineering
+1702.07902 Computer Science and Game Theory
+1702.07903 High Energy Astrophysical Phenomena
+1702.07904 Learning
+1702.07905 Solar and Stellar Astrophysics
+1702.07906 Statistical Mechanics
+1702.07907 High Energy Astrophysical Phenomena
+1702.07908 Distributed, Parallel, and Cluster Computing
+1702.07910 Solar and Stellar Astrophysics
+1702.07911 Classical Analysis and ODEs
+1702.07912 Social and Information Networks
+1702.07915 Information Theory
+1702.07916 Probability
+1702.07917 Number Theory
+1702.07918 Operator Algebras
+1702.07919 Mesoscale and Nanoscale Physics
+1702.07923 Materials Science
+1702.07924 Analysis of PDEs
+1702.07925 Medical Physics
+1702.07926
+1702.07928 Networking and Internet Architecture
+1702.07929 Chemical Physics
+1702.07930 Computation
+1702.07931
+1702.07932
+1702.07933 Learning
+1702.07934 Multiagent Systems
+1702.07935 Computer Vision and Pattern Recognition
+1702.07936 Risk Management
+1702.07937 Analysis of PDEs
+1702.07939 Combinatorics
+1702.07941 General Topology
+1702.07942 Computer Vision and Pattern Recognition
+1702.07943
+1702.07944 Learning
+1702.07945 Information Theory
+1702.07946 Networking and Internet Architecture
+1702.07947 Logic
+1702.07948 Systems and Control
+1702.07950 Analysis of PDEs
+1702.07951 Software Engineering
+1702.07952 Cosmology and Nongalactic Astrophysics
+1702.07953 Complex Variables
+1702.07955 Group Theory
+1702.07957 Algebraic Topology
+1702.07958 Learning
+1702.07959 Learning
+1702.07960 Digital Libraries
+1702.07962 Numerical Analysis
+1702.07964 Dynamical Systems
+1702.07965 Systems and Control
+1702.07966 Learning
+1702.07967
+1702.07968 Mesoscale and Nanoscale Physics
+1702.07969 Information Retrieval
+1702.07971 Computer Vision and Pattern Recognition
+1702.07972
+1702.07973 Information Theory
+1702.07974 Analysis of PDEs
+1702.07975 Computer Vision and Pattern Recognition
+1702.07976 Machine Learning
+1702.07977 Mesoscale and Nanoscale Physics
+1702.07979 Software Engineering
+1702.07980 Phenomenology
+1702.07981 Applications
+1702.07982 Mesoscale and Nanoscale Physics
+1702.07983 Artificial Intelligence
+1702.07984 Multiagent Systems
+1702.07985 Computer Vision and Pattern Recognition
+1702.07987 Analysis of PDEs
+1702.07990 Materials Science
+1702.07991
+1702.07992 Networking and Internet Architecture
+1702.07994
+1702.07995 Physics and Society
+1702.07997 High Energy Astrophysical Phenomena
+1702.07998 Computation and Language
+1702.07999 Differential Geometry
+1702.08001 Learning
+1702.08003 Information Theory
+1702.08004 Software Engineering
+1702.08005 Social and Information Networks
+1702.08006 Cryptography and Security
+1702.08007 Computer Vision and Pattern Recognition
+1702.08008 Software Engineering
+1702.08009 Computer Vision and Pattern Recognition
+1702.08010 Other Computer Science
+1702.08011 Combinatorics
+1702.08012 Representation Theory
+1702.08013 Software Engineering
+1702.08014 Computer Vision and Pattern Recognition
+1702.08015 Optics
+1702.08016 Theory
+1702.08017 Formal Languages and Automata Theory
+1702.08018 Instrumentation and Methods for Astrophysics
+1702.08019 Machine Learning
+1702.08020 Soft Condensed Matter
+1702.08021 Computation and Language
+1702.08022 Complex Variables
+1702.08023 Formal Languages and Automata Theory
+1702.08024 High Energy Astrophysical Phenomena
+1702.08025 Optimization and Control
+1702.08027
+1702.08028 Dynamical Systems
+1702.08029 Trading and Market Microstructure
+1702.08032 Complex Variables
+1702.08034 Probability
+1702.08035 Statistical Mechanics
+1702.08036 Instrumentation and Detectors
+1702.08037 Networking and Internet Architecture
+1702.08039 Artificial Intelligence
+1702.08040 High Energy Astrophysical Phenomena
+1702.08041 Fluid Dynamics
+1702.08042 Databases
+1702.08043 Probability
+1702.08044 Information Theory
+1702.08046 Astrophysics of Galaxies
+1702.08047 Group Theory
+1702.08048 Experiment
+1702.08049 Rings and Algebras
+1702.08051 Databases
+1702.08052 Information Theory
+1702.08053 Networking and Internet Architecture
+1702.08054 Optimization and Control
+1702.08055 Information Theory
+1702.08056 High Energy Astrophysical Phenomena
+1702.08057 Analysis of PDEs
+1702.08058 Mesoscale and Nanoscale Physics
+1702.08060 Representation Theory
+1702.08062 Geometric Topology
+1702.08063 Theory
+1702.08064 Probability
+1702.08066 Number Theory
+1702.08067 Biological Physics
+1702.08068 Differential Geometry
+1702.08069 High Energy Astrophysical Phenomena
+1702.08070 Information Retrieval
+1702.08071 Theory
+1702.08072 Human-Computer Interaction
+1702.08073 Phenomenology
+1702.08074 Learning
+1702.08075
+1702.08077
+1702.08078 Biomolecules
+1702.08079 Information Theory
+1702.08080 Geometric Topology
+1702.08081 Computational Finance
+1702.08082 Instrumentation and Detectors
+1702.08084 Information Theory
+1702.08086 Exactly Solvable and Integrable Systems
+1702.08088 Methodology
+1702.08090 Robotics
+1702.08091 Cell Behavior
+1702.08092 Robotics
+1702.08093 General Topology
+1702.08094 Robotics
+1702.08095 Analysis of PDEs
+1702.08096 Dynamical Systems
+1702.08097 Social and Information Networks
+1702.08098 Robotics
+1702.08099 Information Theory
+1702.08100 Mesoscale and Nanoscale Physics
+1702.08101 Robotics
+1702.08102 Number Theory
+1702.08104 Robotics
+1702.08105 Differential Geometry
+1702.08106 Robotics
+1702.08107 Robotics
+1702.08109 Statistics Theory
+1702.08110
+1702.08111 Numerical Analysis
+1702.08112 Computer Vision and Pattern Recognition
+1702.08113 Optimization and Control
+1702.08115 Computer Vision and Pattern Recognition
+1702.08116 Chemical Physics
+1702.08117 Astrophysics of Galaxies
+1702.08120 Differential Geometry
+1702.08121 Materials Science
+1702.08122 Networking and Internet Architecture
+1702.08123 Probability
+1702.08124 Numerical Analysis
+1702.08125 Combinatorics
+1702.08126 Earth and Planetary Astrophysics
+1702.08127 Spectral Theory
+1702.08128 Quantum Algebra
+1702.08129 Quantum Gases
+1702.08130 Information Theory
+1702.08131
+1702.08132 Strongly Correlated Electrons
+1702.08133 Information Theory
+1702.08135 Mesoscale and Nanoscale Physics
+1702.08136 Number Theory
+1702.08137 Chemical Physics
+1702.08138 Learning
+1702.08139 Neural and Evolutionary Computing
+1702.08140 Applications
+1702.08141 Analysis of PDEs
+1702.08142 Methodology
+1702.08143 Algebraic Geometry
+1702.08144 Formal Languages and Automata Theory
+1702.08145
+1702.08146 Analysis of PDEs
+1702.08147 Functional Analysis
+1702.08148 Methodology
+1702.08149 Rings and Algebras
+1702.08150 Materials Science
+1702.08151 Combinatorics
+1702.08152 Information Theory
+1702.08153 Distributed, Parallel, and Cluster Computing
+1702.08154 Programming Languages
+1702.08155 Computer Vision and Pattern Recognition
+1702.08157 Functional Analysis
+1702.08159 Learning
+1702.08160 Computer Vision and Pattern Recognition
+1702.08161 Phenomenology
+1702.08162 Mesoscale and Nanoscale Physics
+1702.08163 Materials Science
+1702.08164 Networking and Internet Architecture
+1702.08165 Learning
+1702.08166 Optimization and Control
+1702.08168 Representation Theory
+1702.08169 Learning
+1702.08170 Combinatorics
+1702.08171 Learning
+1702.08172 Distributed, Parallel, and Cluster Computing
+1702.08173 Group Theory
+1702.08174 Lattice
+1702.08175
+1702.08176 Distributed, Parallel, and Cluster Computing
+1702.08177 Materials Science
+1702.08178 Discrete Mathematics
+1702.08179 Numerical Analysis
+1702.08180 Theory
+1702.08181 Mesoscale and Nanoscale Physics
+1702.08182 Statistical Mechanics
+1702.08183 Probability
+1702.08184 Theory
+1702.08185 Applications
+1702.08186 Phenomenology
+1702.08187
+1702.08188 Computation
+1702.08189 Statistical Mechanics
+1702.08190 Functional Analysis
+1702.08191 Operator Algebras
+1702.08192 Computer Vision and Pattern Recognition
+1702.08193 Logic in Computer Science
+1702.08194 Materials Science
+1702.08196 Networking and Internet Architecture
+1702.08197 Strongly Correlated Electrons
+1702.08199 Information Retrieval
+1702.08200 Group Theory
+1702.08201 Mesoscale and Nanoscale Physics
+1702.08202 General Mathematics
+1702.08203 Physics and Society
+1702.08204 Quantum Gases
+1702.08205 Group Theory
+1702.08206 Analysis of PDEs
+1702.08207 Data Structures and Algorithms
+1702.08208 Cryptography and Security
+1702.08209 Analysis of PDEs
+1702.08210 Digital Libraries
+1702.08211 Machine Learning
+1702.08212 Robotics
+1702.08213 Dynamical Systems
+1702.08214 Astrophysics of Galaxies
+1702.08215 Number Theory
+1702.08216 Classical Analysis and ODEs
+1702.08217 Computation and Language
+1702.08219 Quantum Gases
+1702.08220
+1702.08221 Analysis of PDEs
+1702.08222 Artificial Intelligence
+1702.08223 Representation Theory
+1702.08224 Numerical Analysis
+1702.08225 Information Theory
+1702.08226 Theory
+1702.08227 Statistical Mechanics
+1702.08228
+1702.08229 Theory
+1702.08231 Neural and Evolutionary Computing
+1702.08232 Combinatorics
+1702.08235 Machine Learning
+1702.08236 Networking and Internet Architecture
+1702.08238 Computational Complexity
+1702.08239 Machine Learning
+1702.08240 Mesoscale and Nanoscale Physics
+1702.08241 Numerical Analysis
+1702.08242 Networking and Internet Architecture
+1702.08243 Solar and Stellar Astrophysics
+1702.08245 Combinatorics
+1702.08248 Machine Learning
+1702.08249 Machine Learning
+1702.08250 Quantum Algebra
+1702.08251 Computation
+1702.08252 Earth and Planetary Astrophysics
+1702.08253 Instrumentation and Detectors
+1702.08255
+1702.08256 Logic in Computer Science
+1702.08257 Biological Physics
+1702.08258 Information Theory
+1702.08259 Learning
+1702.08260 Dynamical Systems
+1702.08261 Other Statistics
+1702.08265 Quantum Gases
+1702.08266 Theory
+1702.08267 Quantitative Methods
+1702.08268 Phenomenology
+1702.08269
+1702.08270 Commutative Algebra
+1702.08271 Number Theory
+1702.08274 Functional Analysis
+1702.08275 Cosmology and Nongalactic Astrophysics
+1702.08276 Data Analysis, Statistics and Probability
+1702.08277 General Topology
+1702.08278 Soft Condensed Matter
+1702.08279 Algebraic Topology
+1702.08281 Logic
+1702.08282 Group Theory
+1702.08283 Learning
+1702.08285 Atomic Physics
+1702.08286 Computer Science and Game Theory
+1702.08287 Algebraic Geometry
+1702.08288 Probability
+1702.08289 Discrete Mathematics
+1702.08290 Optimization and Control
+1702.08291 Computers and Society
+1702.08292 Pattern Formation and Solitons
+1702.08293 Spectral Theory
+1702.08294 Atomic Physics
+1702.08295 Exactly Solvable and Integrable Systems
+1702.08296 Mesoscale and Nanoscale Physics
+1702.08297 Solar and Stellar Astrophysics
+1702.08298 Probability
+1702.08299 Data Structures and Algorithms
+1702.08300 Networking and Internet Architecture
+1702.08302 Instrumentation and Methods for Astrophysics
+1702.08303 Computation and Language
+1702.08304 Superconductivity
+1702.08306 Logic in Computer Science
+1702.08307 Materials Science
+1702.08308
+1702.08309 Experiment
+1702.08310
+1702.08311 Theory
+1702.08312 Dynamical Systems
+1702.08313 Solar and Stellar Astrophysics
+1702.08314 Mesoscale and Nanoscale Physics
+1702.08315 Instrumentation and Detectors
+1702.08316
+1702.08317 Biological Physics
+1702.08319 Computer Vision and Pattern Recognition
+1702.08320 Machine Learning
+1702.08321 Number Theory
+1702.08322 Solar and Stellar Astrophysics
+1702.08323 Classical Analysis and ODEs
+1702.08324 Systems and Control
+1702.08325 Systems and Control
+1702.08326 Quantum Gases
+1702.08327 Databases
+1702.08328 Classical Analysis and ODEs
+1702.08329 Mesoscale and Nanoscale Physics
+1702.08330 Atomic Physics
+1702.08331 Strongly Correlated Electrons
+1702.08332 Medical Physics
+1702.08333 Mesoscale and Nanoscale Physics
+1702.08334 Computer Science and Game Theory
+1702.08336 Computer Vision and Pattern Recognition
+1702.08337 Lattice
+1702.08339 Information Theory
+1702.08340 Numerical Analysis
+1702.08343 Machine Learning
+1702.08345 Tissues and Organs
+1702.08346 Probability
+1702.08347 Materials Science
+1702.08348 Mesoscale and Nanoscale Physics
+1702.08349 Computers and Society
+1702.08350 Logic
+1702.08351 Combinatorics
+1702.08352 Logic
+1702.08353 High Energy Astrophysical Phenomena
+1702.08357 Systems and Control
+1702.08358 Number Theory
+1702.08359 Machine Learning
+1702.08360 Learning
+1702.08361 Materials Science
+1702.08362
+1702.08363 Geophysics
+1702.08364 Algebraic Geometry
+1702.08365 Mesoscale and Nanoscale Physics
+1702.08366 Analysis of PDEs
+1702.08367 Artificial Intelligence
+1702.08368 Probability
+1702.08369 Computational Physics
+1702.08370 Probability
+1702.08371 Probability
+1702.08372 Systems and Control
+1702.08373 Combinatorics
+1702.08374 Probability
+1702.08375
+1702.08376 Robotics
+1702.08377 Distributed, Parallel, and Cluster Computing
+1702.08378 Materials Science
+1702.08379 Computer Vision and Pattern Recognition
+1702.08380 Computational Geometry
+1702.08381
+1702.08382 Optimization and Control
+1702.08383 High Energy Astrophysical Phenomena
+1702.08384 Group Theory
+1702.08385 Numerical Analysis
+1702.08386 Optics
+1702.08387 Probability
+1702.08388 Computation and Language
+1702.08389 Machine Learning
+1702.08390 Instrumentation and Methods for Astrophysics
+1702.08391 Economics
+1702.08392 Discrete Mathematics
+1702.08396 Learning
+1702.08397 Computation
+1702.08398 Learning
+1702.08399 Data Analysis, Statistics and Probability
+1702.08402 Machine Learning
+1702.08403 Number Theory
+1702.08404 Theory
+1702.08405 Logic
+1702.08406 Materials Science
+1702.08407
+1702.08408 Mesoscale and Nanoscale Physics
+1702.08409 Databases
+1702.08411 Populations and Evolution
+1702.08412
+1702.08413
+1702.08414 Differential Geometry
+1702.08415 Data Structures and Algorithms
+1702.08416 Fluid Dynamics
+1702.08417 Phenomenology
+1702.08418
+1702.08419
+1702.08420 Machine Learning
+1702.08421 Neurons and Cognition
+1702.08424 Theory
+1702.08425 Mathematical Software
+1702.08427
+1702.08428 Algebraic Geometry
+1702.08429 Instrumentation and Methods for Astrophysics
+1702.08430 Phenomenology
+1702.08431 Machine Learning
+1702.08432 Chemical Physics
+1702.08433 Probability
+1702.08436 High Energy Astrophysical Phenomena
+quant-ph/0403160
+0804.4167 Superconductivity
+0810.4305 Mesoscale and Nanoscale Physics
+1010.2472 Discrete Mathematics
+1011.4583 Number Theory
+1112.0878 Differential Geometry
+1201.4559 Differential Geometry
+1204.5787 Algebraic Geometry
+1207.2505 Information Theory
+1207.3459 Algebraic Topology
+1208.4641 Number Theory
+1209.3523 Discrete Mathematics
+1304.7063
+1307.4104
+1308.5342 Populations and Evolution
+1308.5450 Combinatorics
+1309.5336 Combinatorics
+1310.7708 Numerical Analysis
+1311.4856 Analysis of PDEs
+1312.2580
+1312.6362 Fluid Dynamics
+1312.6439 Genomics
+1401.0819 Solar and Stellar Astrophysics
+1402.1813 Combinatorics
+1402.1999 Combinatorics
+1403.2678 Fluid Dynamics
+1404.2019 Data Structures and Algorithms
+1404.2055 Solar and Stellar Astrophysics
+1405.0203 Information Theory
+1405.6571 Populations and Evolution
+1406.1574 Rings and Algebras
+1407.6010 Phenomenology
+1408.2812 Computational Complexity
+1408.6253 Geophysics
+1409.4511 Computer Science and Game Theory
+1409.6752
+1410.1247 Probability
+1410.5999 Other Condensed Matter
+1411.2110 Classical Analysis and ODEs
+1411.3334
+1411.4352 Combinatorics
+1411.4943 Computer Science and Game Theory
+1412.3054 Combinatorics
+1501.01869 Probability
+1501.03189 Computational Physics
+1501.04417 Combinatorics
+1501.06744 Symplectic Geometry
+1502.03472 Representation Theory
+1502.04147 Computer Science and Game Theory
+1503.02298 Combinatorics
+1503.03107 Number Theory
+1503.03322 Neurons and Cognition
+1503.09084 Numerical Analysis
+1504.06436 Mesoscale and Nanoscale Physics
+1505.00774 Neurons and Cognition
+1505.01170 Cosmology and Nongalactic Astrophysics
+1505.03108 Algebraic Geometry
+1505.05697 Distributed, Parallel, and Cluster Computing
+1505.05708 Analysis of PDEs
+1505.05927 Combinatorics
+1505.06582 Numerical Analysis
+1506.00256 Analysis of PDEs
+1506.03003 History and Philosophy of Physics
+1506.04497 Dynamical Systems
+1506.06775 Algebraic Topology
+1506.08834
+1507.03041 Differential Geometry
+1508.03765 Information Theory
+1508.05546 Algebraic Geometry
+1508.07408 Classical Analysis and ODEs
+1509.01739
+1509.05239 Combinatorics
+1510.00057 Geometric Topology
+1510.04009 Analysis of PDEs
+1510.04884 Representation Theory
+1510.08350 Functional Analysis
+1511.00282 Methodology
+1511.01214 Machine Learning
+1511.01608 Classical Analysis and ODEs
+1511.02599 Data Structures and Algorithms
+1511.04935 Risk Management
+1511.05479 Computational Geometry
+1511.06035 Distributed, Parallel, and Cluster Computing
+1511.07989 Cosmology and Nongalactic Astrophysics
+1511.08488 Artificial Intelligence
+1511.09340 Number Theory
+1512.02596 Number Theory
+1512.03128 Hardware Architecture
+1512.03489 Statistics Theory
+1512.04472 Phenomenology
+1512.05569 Artificial Intelligence
+1512.07499 Algebraic Geometry
+1512.07702 Algebraic Topology
+1512.08389 Theory
+1601.00369
+1601.01533 Analysis of PDEs
+1601.01774
+1601.02269 Combinatorics
+1601.02403 Computation and Language
+1601.03862
+1601.07855 Symplectic Geometry
+1602.00708
+1602.00771 Optimization and Control
+1602.02633 Logic
+1602.02796 Number Theory
+1602.03515 Number Theory
+1602.03996 Probability
+1602.04291 Phenomenology
+1602.04514 Information Theory
+1602.08504 Logic
+1602.08878
+1603.00567 Databases
+1603.01212 Analysis of PDEs
+1603.01254 Theory
+1603.01821 Dynamical Systems
+1603.03169 Analysis of PDEs
+1603.04856 Theory
+1603.05133 Numerical Analysis
+1603.05562 Mesoscale and Nanoscale Physics
+1603.05755 Solar and Stellar Astrophysics
+1603.06034 General Finance
+1603.07233 Dynamical Systems
+1603.07539 Statistical Mechanics
+1603.08157
+1603.08663 Functional Analysis
+1603.09375 Disordered Systems and Neural Networks
+1603.09656 Fluid Dynamics
+1604.00024 Phenomenology
+1604.01558 Algebraic Topology
+1604.03061 Numerical Analysis
+1604.03996 Statistical Finance
+1604.04516 Statistics Theory
+1604.06368 Representation Theory
+1604.06439 Theory
+1604.06750 Numerical Analysis
+1604.06931 Combinatorics
+1604.07129 Differential Geometry
+1604.07992 Mesoscale and Nanoscale Physics
+1605.00471 Commutative Algebra
+1605.02738 Cosmology and Nongalactic Astrophysics
+1605.03628 Optimization and Control
+1605.03799
+1605.03880 Rings and Algebras
+1605.05146 Physics and Society
+1605.05725 Optimization and Control
+1605.06073 Soft Condensed Matter
+1605.06171 Probability
+1605.06724 Analysis of PDEs
+1605.06874 Geometric Topology
+1605.07286 Differential Geometry
+1605.07320 Systems and Control
+1605.07524 Networking and Internet Architecture
+1605.08018 Category Theory
+1605.08824 Methodology
+1606.00611 Computer Vision and Pattern Recognition
+1606.01164 Neural and Evolutionary Computing
+1606.01222 Analysis of PDEs
+1606.01523 Statistical Mechanics
+1606.03122 Functional Analysis
+1606.03417 Networking and Internet Architecture
+1606.03493 Networking and Internet Architecture
+1606.04680 Logic in Computer Science
+1606.05113 Numerical Analysis
+1606.05269
+1606.05692 Rings and Algebras
+1606.05870 Theory
+1606.05983 Differential Geometry
+1606.06403
+1606.07008
+1606.07109 Commutative Algebra
+1606.07319 Fluid Dynamics
+1606.07355
+1606.07504 Optimization and Control
+1606.07677 Instrumentation and Detectors
+1606.08038 Fluid Dynamics
+1606.08260 Atomic Physics
+1606.09271 Differential Geometry
+1607.00713 Rings and Algebras
+1607.01262 Algebraic Geometry
+1607.01489 Statistical Mechanics
+1607.01936 Phenomenology
+1607.01966 Exactly Solvable and Integrable Systems
+1607.03470 Representation Theory
+1607.03484 Pattern Formation and Solitons
+1607.03524 K-Theory and Homology
+1607.03961 Data Structures and Algorithms
+1607.04357 Systems and Control
+1607.04563 Computational Physics
+1607.04698 Group Theory
+1607.04841 Geometric Topology
+1607.05904 Mesoscale and Nanoscale Physics
+1607.05929 Numerical Analysis
+1607.06025 Artificial Intelligence
+1607.06729
+1607.06823 Experiment
+1607.07499 Geometric Topology
+1607.07886 High Energy Astrophysical Phenomena
+1607.08250 Solar and Stellar Astrophysics
+1607.08355 Statistical Mechanics
+1607.08435 Rings and Algebras
+1608.00015 Commutative Algebra
+1608.00290
+1608.00304 Systems and Control
+1608.00679 Mesoscale and Nanoscale Physics
+1608.00768 Mathematical Finance
+1608.01095 Phenomenology
+1608.01516 Mesoscale and Nanoscale Physics
+1608.02273 Methodology
+1608.02818 Chemical Physics
+1608.03927 Classical Analysis and ODEs
+1608.05027 Theory
+1608.05339 Computer Vision and Pattern Recognition
+1608.06020 Functional Analysis
+1608.06461 Superconductivity
+1608.06479
+1608.06485 Phenomenology
+1608.07498 Optimization and Control
+1608.07537 Accelerator Physics
+1608.07574 Fluid Dynamics
+1608.08443 Numerical Analysis
+1609.00261 Mesoscale and Nanoscale Physics
+1609.00931 Solar and Stellar Astrophysics
+1609.01263 Strongly Correlated Electrons
+1609.01890 Analysis of PDEs
+1609.02422 Information Theory
+1609.02916 Statistical Mechanics
+1609.03008
+1609.03137 Optimization and Control
+1609.03784 Distributed, Parallel, and Cluster Computing
+1609.03999 Probability
+1609.04759
+1609.05263 Classical Analysis and ODEs
+1609.05880 Systems and Control
+1609.06220 Materials Science
+1609.06303 Strongly Correlated Electrons
+1609.06729 Theory
+1609.07640 Strongly Correlated Electrons
+1609.08185 Earth and Planetary Astrophysics
+1609.08297 Populations and Evolution
+1609.08327 Algebraic Geometry
+1609.08572 Cosmology and Nongalactic Astrophysics
+1609.08959 Cosmology and Nongalactic Astrophysics
+1609.09056 Combinatorics
+1610.00005
+1610.00035 Optimization and Control
+1610.00406 Cosmology and Nongalactic Astrophysics
+1610.00422 Data Analysis, Statistics and Probability
+1610.00441 Symplectic Geometry
+1610.00736
+1610.00869 Mesoscale and Nanoscale Physics
+1610.01081 Theory
+1610.01232 Earth and Planetary Astrophysics
+1610.01547 Symplectic Geometry
+1610.01745 Analysis of PDEs
+1610.02169 Mesoscale and Nanoscale Physics
+1610.03590 Mesoscale and Nanoscale Physics
+1610.04325 Computer Vision and Pattern Recognition
+1610.04452
+1610.04642 Mesoscale and Nanoscale Physics
+1610.05041 Superconductivity
+1610.06032
+1610.06037 Metric Geometry
+1610.06276 Learning
+1610.06572 Cosmology and Nongalactic Astrophysics
+1610.06662 Physics and Society
+1610.06688 Computer Vision and Pattern Recognition
+1610.06952 Data Analysis, Statistics and Probability
+1610.07013 Soft Condensed Matter
+1610.07390 Programming Languages
+1610.07484 Solar and Stellar Astrophysics
+1610.07489 Theory
+1610.07503 Theory
+1610.07625 Strongly Correlated Electrons
+1610.07718 Data Structures and Algorithms
+1610.07786 Materials Science
+1610.07934
+1610.08099
+1610.08180 Cosmology and Nongalactic Astrophysics
+1610.08961 Other Condensed Matter
+1610.09209 Logic in Computer Science
+1610.09574 Computational Complexity
+1610.09854 Classical Analysis and ODEs
+1610.09962 Distributed, Parallel, and Cluster Computing
+1610.10051 Cosmology and Nongalactic Astrophysics
+1611.00210 Phenomenology
+1611.00332
+1611.00394 Theory
+1611.00963 Functional Analysis
+1611.01134 Strongly Correlated Electrons
+1611.01540 Machine Learning
+1611.01693 Probability
+1611.01708 Machine Learning
+1611.02013
+1611.02364 Computer Vision and Pattern Recognition
+1611.02602 Superconductivity
+1611.02716 Astrophysics of Galaxies
+1611.02728 Theory
+1611.02874 Statistics Theory
+1611.03153
+1611.03158 Learning
+1611.03232 Physics and Society
+1611.03269 Statistical Mechanics
+1611.03357 Instrumentation and Detectors
+1611.03910 Algebraic Geometry
+1611.04429 Information Theory
+1611.04710 Strongly Correlated Electrons
+1611.05128 Computer Vision and Pattern Recognition
+1611.05186 Systems and Control
+1611.05311 Combinatorics
+1611.05356 Networking and Internet Architecture
+1611.05583 Cosmology and Nongalactic Astrophysics
+1611.05980 Programming Languages
+1611.06183
+1611.06534 Machine Learning
+1611.06845 Computer Science and Game Theory
+1611.06850 Probability
+1611.07304 Theory
+1611.07928 Statistical Mechanics
+1611.07939 Statistical Mechanics
+1611.08055 Systems and Control
+1611.08315 Computational Geometry
+1611.08609 Phenomenology
+1611.08673 Quantum Gases
+1611.08808
+1611.08931 Experiment
+1611.09243 Networking and Internet Architecture
+1611.09330 Theory
+1611.09385
+1611.09905 Astrophysics of Galaxies
+1612.00089 Computer Vision and Pattern Recognition
+1612.00808 Phenomenology
+1612.01086 Artificial Intelligence
+1612.01477 Commutative Algebra
+1612.02503 Databases
+1612.03222 Optics
+1612.03582
+1612.03687 Analysis of PDEs
+1612.03892 Instrumentation and Detectors
+1612.03969 Computation and Language
+1612.04086 Phenomenology
+1612.04208 Data Structures and Algorithms
+1612.04856 Earth and Planetary Astrophysics
+1612.05120 Information Theory
+1612.05241 Differential Geometry
+1612.05500 Theory
+1612.05585
+1612.06397 Mesoscale and Nanoscale Physics
+1612.06521 Complex Variables
+1612.06538 Phenomenology
+1612.07008 Earth and Planetary Astrophysics
+1612.07422 Dynamical Systems
+1612.08457 Neurons and Cognition
+1612.08867 Phenomenology
+1612.09016 Algebraic Geometry
+1612.09166 Mesoscale and Nanoscale Physics
+1612.09541 Analysis of PDEs
+1701.00335 Distributed, Parallel, and Cluster Computing
+1701.00389 Number Theory
+1701.00526 Astrophysics of Galaxies
+1701.00693 Superconductivity
+1701.00892 Computer Vision and Pattern Recognition
+1701.01110 Physics and Society
+1701.01210 Atomic Physics
+1701.01387 Logic
+1701.01620
+1701.01823 Chemical Physics
+1701.01919 Chaotic Dynamics
+1701.02188 Computational Complexity
+1701.02207 Number Theory
+1701.02317 Strongly Correlated Electrons
+1701.03587 Mesoscale and Nanoscale Physics
+1701.03697 Analysis of PDEs
+1701.03887 Mesoscale and Nanoscale Physics
+1701.04239
+1701.04466 Information Theory
+1701.04702 Quantum Gases
+1701.04823 High Energy Astrophysical Phenomena
+1701.04880 Statistics Theory
+1701.05042 High Energy Astrophysical Phenomena
+1701.05824
+1701.06014 Methodology
+1701.06512
+1701.06734 Information Theory
+1701.06789
+1701.07210 Plasma Physics
+1701.07212
+1701.07733
+1701.07833 Theory
+1701.08207 Atomic Physics
+1701.08240 Theory
+1701.08402 Logic in Computer Science
+1701.08716 Computers and Society
+1701.08766 Theory
+1701.08824 Theory
+1702.00176 Cosmology and Nongalactic Astrophysics
+1702.00609 Methodology
+1702.00730 Theory
+1702.00798 Combinatorics
+1702.00824 Computer Vision and Pattern Recognition
+1702.01403 Soft Condensed Matter
+1702.01445 Commutative Algebra
+1702.01473 Numerical Analysis
+1702.01611 Mesoscale and Nanoscale Physics
+1702.01846 Computer Vision and Pattern Recognition
+1702.01910 Computational Physics
+1702.02008 High Energy Astrophysical Phenomena
+1702.03112 Cryptography and Security
+1702.04093 Mesoscale and Nanoscale Physics
+1702.04438 Biological Physics
+1702.04680 Computer Vision and Pattern Recognition
+1702.04954
+1702.05043 Neural and Evolutionary Computing
+1702.05071
+1702.05289 Machine Learning
+1702.05453 Theory
+1702.05654 Networking and Internet Architecture
+1702.05720 Probability
+1702.05792 Systems and Control
+1702.06160 Solar and Stellar Astrophysics
+1702.06527 Social and Information Networks
+1702.06673 Social and Information Networks
+1702.06763 Learning
+1702.07039 Combinatorics
+1702.07390 Social and Information Networks
+1702.07447 Materials Science
+1702.07765 Commutative Algebra
+1702.07876 General Mathematics
+1702.08045 Computational Complexity
+1702.08234 Cryptography and Security
+1702.08652 Computer Vision and Pattern Recognition
+1702.08693 Theory
+1702.08733
+1703.00297 Computer Vision and Pattern Recognition
+1703.00382
+1703.00538 Computation and Language
+1703.00971 Fluid Dynamics
+1703.01002 Applications
+1703.01015 Classical Analysis and ODEs
+1703.01075 Astrophysics of Galaxies
+1703.01086 Computer Vision and Pattern Recognition
+1703.01253 Machine Learning
+1703.01390 Phenomenology
+1703.01591 Theory
+1703.01609 Analysis of PDEs
+1703.01765 Probability
+1703.01828 Combinatorics
+1703.02177 Methodology
+1703.02822 Statistical Mechanics
+1703.03107 Social and Information Networks
+1703.03199 Medical Physics
+1703.03202 Medical Physics
+1703.03209 Group Theory
+1703.03309 Combinatorics
+1703.03371 Combinatorics
+1703.03450 Representation Theory
+1703.03630 Theory
+1703.03639 Combinatorics
+1703.03738 High Energy Astrophysical Phenomena
+1703.03866 Phenomenology
+1703.04006 Information Theory
+1703.04152 Theory
+1703.04229 Analysis of PDEs
+1703.04239 Mesoscale and Nanoscale Physics
+1703.04397 Experiment
+1703.04401 Biological Physics
+1703.04482 Social and Information Networks
+1703.04617 Computation and Language
+1703.04686 Solar and Stellar Astrophysics
+1703.04737 Lattice
+1703.04761 Logic
+1703.04847 Number Theory
+1703.04911 Mesoscale and Nanoscale Physics
+1703.05144 Computation
+1703.05437 Functional Analysis
+1703.05645 Accelerator Physics
+1703.05776 Theory
+1703.05798 Theory
+1703.05840 Learning
+1703.05870 Computer Vision and Pattern Recognition
+1703.06007 Statistical Mechanics
+1703.06070 Systems and Control
+1703.06182 Learning
+1703.06186 Mesoscale and Nanoscale Physics
+1703.06213 Algebraic Geometry
+1703.06264 Neurons and Cognition
+1703.06270 Neurons and Cognition
+1703.06279 Information Theory
+1703.06360 Solar and Stellar Astrophysics
+1703.06412 Computer Vision and Pattern Recognition
+1703.06472 Cosmology and Nongalactic Astrophysics
+1703.06593 Materials Science
+1703.06594 Atmospheric and Oceanic Physics
+1703.06607
+1703.06675 Instrumentation and Detectors
+1703.06727 Earth and Planetary Astrophysics
+1703.06752
+1703.06778 History and Overview
+1703.06835 Mesoscale and Nanoscale Physics
+1703.06837 Differential Geometry
+1703.06862 General Topology
+1703.06876 High Energy Astrophysical Phenomena
+1703.06917 Numerical Analysis
+1703.06959 Learning
+1703.07028 Logic in Computer Science
+1703.07066 Number Theory
+1703.07092 Optics
+1703.07191 Information Theory
+1703.07195 Computer Vision and Pattern Recognition
+1703.07283
+1703.07464 Computer Vision and Pattern Recognition
+1703.07612 Systems and Control
+1703.07644
+1703.07659 Computers and Society
+1703.07737 Computer Vision and Pattern Recognition
+1703.07744 Phenomenology
+1703.07769 Mesoscale and Nanoscale Physics
+1703.07783 Strongly Correlated Electrons
+1703.07817 Functional Analysis
+1703.07908 Information Theory
+1703.07919 Instrumentation and Detectors
+1703.07921
+1703.07979
+1703.07985 Accelerator Physics
+1703.08023 Theory
+1703.08025 Computer Vision and Pattern Recognition
+1703.08046 Physics and Society
+1703.08066 Materials Science
+1703.08088 Computation and Language
+1703.08192 Theory
+1703.08275 Number Theory
+1703.08341
+1703.08380
+1703.08438 Optics
+1703.08448 Computer Vision and Pattern Recognition
+1703.08456 Cosmology and Nongalactic Astrophysics
+1703.08474 Strongly Correlated Electrons
+1703.08517 Differential Geometry
+1703.08539 Physics and Society
+1703.08540 Emerging Technologies
+1703.08541 Rings and Algebras
+1703.08542 Chemical Physics
+1703.08543
+1703.08545 Mesoscale and Nanoscale Physics
+1703.08546 Earth and Planetary Astrophysics
+1703.08547 Astrophysics of Galaxies
+1703.08548 Earth and Planetary Astrophysics
+1703.08549 Astrophysics of Galaxies
+1703.08550 Astrophysics of Galaxies
+1703.08553 Astrophysics of Galaxies
+1703.08554 Metric Geometry
+1703.08555 Soft Condensed Matter
+1703.08556 Analysis of PDEs
+1703.08558 Theory
+1703.08559 Information Theory
+1703.08560 Earth and Planetary Astrophysics
+1703.08562 Phenomenology
+1703.08563 Number Theory
+1703.08564 Dynamical Systems
+1703.08566 Solar and Stellar Astrophysics
+1703.08567 Fluid Dynamics
+1703.08569 Representation Theory
+1703.08570 Optimization and Control
+1703.08571 Lattice
+1703.08572 Phenomenology
+1703.08574 Biological Physics
+1703.08575
+1703.08576 Statistical Mechanics
+1703.08577 Neural and Evolutionary Computing
+1703.08579 Dynamical Systems
+1703.08580 Computer Vision and Pattern Recognition
+1703.08581 Computation and Language
+1703.08582 Materials Science
+1703.08583 Quantitative Methods
+1703.08584 Materials Science
+1703.08585 Cosmology and Nongalactic Astrophysics
+1703.08586
+1703.08587 Astrophysics of Galaxies
+1703.08588 Geometric Topology
+1703.08589 Optimization and Control
+1703.08590 Social and Information Networks
+1703.08591 Numerical Analysis
+1703.08592 Analysis of PDEs
+1703.08593 Information Retrieval
+1703.08594 Complex Variables
+1703.08595 Learning
+1703.08596 Methodology
+1703.08597 Materials Science
+1703.08598 Astrophysics of Galaxies
+1703.08599
+1703.08600 Functional Analysis
+1703.08601 Number Theory
+1703.08602 Quantum Gases
+1703.08605 Instrumentation and Detectors
+1703.08606 Logic
+1703.08607 Computer Science and Game Theory
+1703.08608 Analysis of PDEs
+1703.08609 Astrophysics of Galaxies
+1703.08610 Plasma Physics
+1703.08611 Differential Geometry
+1703.08612 Robotics
+1703.08613
+1703.08614 Social and Information Networks
+1703.08615 Soft Condensed Matter
+1703.08616 Number Theory
+1703.08617 Computer Vision and Pattern Recognition
+1703.08618
+1703.08619 Machine Learning
+1703.08620 Methodology
+1703.08621 Combinatorics
+1703.08622 Superconductivity
+1703.08623 Strongly Correlated Electrons
+1703.08624 Fluid Dynamics
+1703.08625 Information Theory
+1703.08626 Mesoscale and Nanoscale Physics
+1703.08627 Computation
+1703.08628 Computer Vision and Pattern Recognition
+1703.08629 Cosmology and Nongalactic Astrophysics
+1703.08630 Cryptography and Security
+1703.08631 K-Theory and Homology
+1703.08632 Optics
+1703.08634 Logic
+1703.08635 Superconductivity
+1703.08636 Computer Science and Game Theory
+1703.08637 Strongly Correlated Electrons
+1703.08638 Dynamical Systems
+1703.08639 Earth and Planetary Astrophysics
+1703.08641 Representation Theory
+1703.08642 Information Theory
+1703.08645
+1703.08646 Computation and Language
+1703.08647 Earth and Planetary Astrophysics
+1703.08648 Statistics Theory
+1703.08649 Optimization and Control
+1703.08650 Differential Geometry
+1703.08651 Computer Vision and Pattern Recognition
+1703.08652 Combinatorics
+1703.08653 Computer Vision and Pattern Recognition
+1703.08654
+1703.08655
+1703.08656 Superconductivity
+1703.08657 Information Theory
+1703.08658 Data Structures and Algorithms
+1703.08659
+1703.08660 Materials Science
+1703.08661 Systems and Control
+1703.08662 Theory
+1703.08663 Quantitative Methods
+1703.08664 Algebraic Geometry
+1703.08665 Methodology
+1703.08666
+1703.08668 Databases
+1703.08669 Theory
+1703.08670
+1703.08671 High Energy Astrophysical Phenomena
+1703.08672 Commutative Algebra
+1703.08673 Statistical Mechanics
+1703.08674 Phenomenology
+1703.08675 Combinatorics
+1703.08676 Computation
+1703.08677 Phenomenology
+1703.08678 Pattern Formation and Solitons
+1703.08679 Disordered Systems and Neural Networks
+1703.08680 Superconductivity
+1703.08681 Experiment
+1703.08682 Superconductivity
+1703.08683 Programming Languages
+1703.08684 Combinatorics
+1703.08686
+1703.08687 Representation Theory
+1703.08688 Cosmology and Nongalactic Astrophysics
+1703.08689 Representation Theory
+1703.08690 Cosmology and Nongalactic Astrophysics
+1703.08691 Materials Science
+1703.08692 Systems and Control
+1703.08693 Category Theory
+1703.08694 Programming Languages
+1703.08695 Theory
+1703.08696 Probability
+1703.08697 Computer Vision and Pattern Recognition
+1703.08698 Computer Science and Game Theory
+1703.08699 Lattice
+1703.08700
+1703.08701 Computation and Language
+1703.08702 Distributed, Parallel, and Cluster Computing
+1703.08703 Dynamical Systems
+1703.08704 Theory
+1703.08705 Computation and Language
+1703.08706 Probability
+1703.08707 Superconductivity
+1703.08709 Materials Science
+1703.08710 Computer Vision and Pattern Recognition
+1703.08711 Optics
+1703.08712 Combinatorics
+1703.08713 Astrophysics of Galaxies
+1703.08714 Analysis of PDEs
+1703.08715 Mathematical Finance
+1703.08716 Combinatorics
+1703.08717 Human-Computer Interaction
+1703.08718 Optics
+1703.08719 Soft Condensed Matter
+1703.08720 Quantum Gases
+1703.08721 K-Theory and Homology
+1703.08722 Rings and Algebras
+1703.08723 Methodology
+1703.08725 Representation Theory
+1703.08726 Theory
+1703.08727 Atmospheric and Oceanic Physics
+1703.08728 Combinatorics
+1703.08730 Fluid Dynamics
+1703.08732 Databases
+1703.08733 Rings and Algebras
+1703.08735 Combinatorics
+1703.08736 Robotics
+1703.08737 Machine Learning
+1703.08738 Computer Vision and Pattern Recognition
+1703.08739 Combinatorics
+1703.08740 Materials Science
+1703.08741 Methodology
+1703.08742 Combinatorics
+1703.08743
+1703.08744 Networking and Internet Architecture
+1703.08745 Solar and Stellar Astrophysics
+1703.08746 Logic in Computer Science
+1703.08747 Rings and Algebras
+1703.08748 Computation and Language
+1703.08749 Theory
+1703.08750 Computer Science and Game Theory
+1703.08751 Numerical Analysis
+1703.08752 Materials Science
+1703.08753 Classical Analysis and ODEs
+1703.08754 Materials Science
+1703.08755 Soft Condensed Matter
+1703.08756 Information Theory
+1703.08758
+1703.08759 Differential Geometry
+1703.08760 Instrumentation and Detectors
+1703.08761 Cryptography and Security
+1703.08762 Artificial Intelligence
+1703.08763 Optics
+1703.08764 Computer Vision and Pattern Recognition
+1703.08765 Number Theory
+1703.08766 Quantum Algebra
+1703.08767 Numerical Analysis
+1703.08768 Combinatorics
+1703.08769 Computer Vision and Pattern Recognition
+1703.08770 Computer Vision and Pattern Recognition
+1703.08771 Plasma Physics
+1703.08772 Machine Learning
+1703.08773
+1703.08774 Learning
+1703.08775 Classical Analysis and ODEs
+1703.08776 Social and Information Networks
+1703.08777 Statistical Mechanics
+1703.08780 Mesoscale and Nanoscale Physics
+1703.08781 Statistical Finance
+1703.08782 Representation Theory
+1703.08783 Soft Condensed Matter
+1703.08784 Information Theory
+1703.08785 Number Theory
+1703.08786 Chemical Physics
+1703.08787 Experiment
+1703.08788 Lattice
+1703.08789 Phenomenology
+1703.08790 Data Structures and Algorithms
+1703.08791 Biological Physics
+1703.08792 Genomics
+1703.08793 Analysis of PDEs
+1703.08794 Theory
+1703.08796 Analysis of PDEs
+1703.08797 Analysis of PDEs
+1703.08798 Cosmology and Nongalactic Astrophysics
+1703.08799 Phenomenology
+1703.08801 Strongly Correlated Electrons
+1703.08802 Group Theory
+1703.08803 Software Engineering
+1703.08804 Numerical Analysis
+1703.08805 Optics
+1703.08806 Theory
+1703.08807 Economics
+1703.08808 Numerical Analysis
+1703.08809 Cosmology and Nongalactic Astrophysics
+1703.08810 Quantum Gases
+1703.08811 Probability
+1703.08812 Trading and Market Microstructure
+1703.08813 Social and Information Networks
+1703.08814 Representation Theory
+1703.08815 Earth and Planetary Astrophysics
+1703.08816 Learning
+1703.08817 Analysis of PDEs
+1703.08818 Systems and Control
+1703.08819 Earth and Planetary Astrophysics
+1703.08820
+1703.08821 Probability
+1703.08822
+1703.08823 Performance
+1703.08824 Computational Physics
+1703.08825 Neural and Evolutionary Computing
+1703.08826 Combinatorics
+1703.08828 Geometric Topology
+1703.08829 Earth and Planetary Astrophysics
+1703.08830 Representation Theory
+1703.08831 Distributed, Parallel, and Cluster Computing
+1703.08832 Analysis of PDEs
+1703.08833 Optics
+1703.08834 Combinatorics
+1703.08835 Computational Engineering, Finance, and Science
+1703.08836 Computer Vision and Pattern Recognition
+1703.08837 Computer Vision and Pattern Recognition
+1703.08838 Distributed, Parallel, and Cluster Computing
+1703.08839 Probability
+1703.08840 Learning
+1703.08841 Optimization and Control
+1703.08842 Number Theory
+1703.08843 Statistics Theory
+1703.08844
+1703.08846 Optimization and Control
+1703.08848 Theory
+1703.08849 Combinatorics
+1703.08850 Rings and Algebras
+1703.08851 Biomolecules
+1703.08852 Classical Analysis and ODEs
+1703.08853 Information Theory
+1703.08855 Information Retrieval
+1703.08856 Phenomenology
+1703.08857 Numerical Analysis
+1703.08858
+1703.08859 Computers and Society
+1703.08860 Theory
+1703.08861 Representation Theory
+1703.08862 Robotics
+1703.08863 Number Theory
+1703.08864 Computation and Language
+1703.08866 Computer Vision and Pattern Recognition
+1703.08867 Instrumentation and Methods for Astrophysics
+1703.08868 Commutative Algebra
+1703.08869 Rings and Algebras
+1703.08870
+1703.08871 Experiment
+1703.08872 Numerical Analysis
+1703.08873 High Energy Astrophysical Phenomena
+1703.08874 Geometric Topology
+1703.08875 Fluid Dynamics
+1703.08876 Instrumentation and Detectors
+1703.08877 Solar and Stellar Astrophysics
+1703.08878 Systems and Control
+1703.08879 Logic
+1703.08880 Group Theory
+1703.08881 Optimization and Control
+1703.08882 Methodology
+1703.08883 Classical Analysis and ODEs
+1703.08884 Earth and Planetary Astrophysics
+1703.08885 Computation and Language
+1703.08886 Differential Geometry
+1703.08887 Probability
+1703.08888 Materials Science
+1703.08889 Algebraic Geometry
+1703.08890 Quantum Algebra
+1703.08891 Number Theory
+1703.08892 Soft Condensed Matter
+1703.08893 Computer Vision and Pattern Recognition
+1703.08894
+1703.08895 Cosmology and Nongalactic Astrophysics
+1703.08896 Optimization and Control
+1703.08897 Computer Vision and Pattern Recognition
+1703.08898 Optimization and Control
+1703.08899 Superconductivity
+1703.08900 Information Theory
+1703.08901 Astrophysics of Galaxies
+1703.08903 Geometric Topology
+1703.08904 Geometric Topology
+1703.08905 Distributed, Parallel, and Cluster Computing
+1703.08906 Systems and Control
+1703.08907 Operator Algebras
+1703.08908 Metric Geometry
+1703.08909 Materials Science
+1703.08910 Mesoscale and Nanoscale Physics
+1703.08911 Phenomenology
+1703.08912 Computer Vision and Pattern Recognition
+1703.08913 Soft Condensed Matter
+1703.08914 Numerical Analysis
+1703.08917 Computer Vision and Pattern Recognition
+1703.08918 Algebraic Geometry
+1703.08919 Computer Vision and Pattern Recognition
+1703.08920 Applications
+1703.08921
+1703.08922 Artificial Intelligence
+1703.08923 Commutative Algebra
+1703.08924 Probability
+1703.08926 Materials Science
+1703.08927 Theory
+1703.08928 Computer Science and Game Theory
+1703.08929
+1703.08930 Robotics
+1703.08931 Data Structures and Algorithms
+1703.08932 Solar and Stellar Astrophysics
+1703.08933 Learning
+1703.08934 Molecular Networks
+1703.08935 Optimization and Control
+1703.08936 Logic in Computer Science
+1703.08937 Machine Learning
+1703.08938 Optics
+1703.08939 Analysis of PDEs
+1703.08940 Data Structures and Algorithms
+1703.08941 Information Theory
+1703.08944 Robotics
+1703.08945 Combinatorics
+1703.08946 Statistical Mechanics
+1703.08947 Networking and Internet Architecture
+1703.08948 Complex Variables
+1703.08949 Quantum Gases
+1703.08950 Quantitative Methods
+1703.08951
+1703.08952
+1703.08953 Analysis of PDEs
+1703.08954 Populations and Evolution
+1703.08955 Distributed, Parallel, and Cluster Computing
+1703.08956 Logic in Computer Science
+1703.08958 Optimization and Control
+1703.08959 Mesoscale and Nanoscale Physics
+1703.08960 Materials Science
+1703.08961 Computer Vision and Pattern Recognition
+1703.08962 Mesoscale and Nanoscale Physics
+1703.08963 Fluid Dynamics
+1703.08966 Computer Vision and Pattern Recognition
+1703.08967 Number Theory
+1703.08968 Group Theory
+1703.08969 Atomic Physics
+1703.08970 Learning
+1703.08972 Machine Learning
+1703.08973 Astrophysics of Galaxies
+1703.08974 Optics
+1703.08975 Instrumentation and Methods for Astrophysics
+1703.08976
+1703.08977
+1703.08978 Probability
+1703.08979
+1703.08980 Group Theory
+1703.08982 Logic in Computer Science
+1703.08983 Soft Condensed Matter
+1703.08984 Superconductivity
+1703.08985 Networking and Internet Architecture
+1703.08986 Astrophysics of Galaxies
+1703.08988 Instrumentation and Methods for Astrophysics
+1703.08990 Materials Science
+1703.08992 Solar and Stellar Astrophysics
+1703.08993 Theory
+1703.08994 Applications
+1703.08995 Methodology
+1703.08996 Solar and Stellar Astrophysics
+1703.08997 Astrophysics of Galaxies
+1703.08998 Number Theory
+1703.08999 Systems and Control
+1703.09001 Dynamical Systems
+1703.09002 Dynamical Systems
+1703.09003 Dynamical Systems
+1703.09004 Instrumentation and Detectors
+1703.09005 Optimization and Control
+1703.09006 Representation Theory
+1703.09007 Applications
+1703.09008 Information Theory
+1703.09009
+1703.09010 Earth and Planetary Astrophysics
+1703.09011 Probability
+1703.09012 Optimization and Control
+1703.09013 Computation and Language
+1703.09014 Soft Condensed Matter
+1703.09016 Materials Science
+1703.09017 Solar and Stellar Astrophysics
+1703.09018
+1703.09020 Phenomenology
+1703.09021 Phenomenology
+1703.09022 Phenomenology
+1703.09023 Social and Information Networks
+1703.09024 Algebraic Geometry
+1703.09025 Networking and Internet Architecture
+1703.09026 Computer Vision and Pattern Recognition
+1703.09027 Analysis of PDEs
+1703.09029 Information Theory
+1703.09030 Cellular Automata and Lattice Gases
+1703.09031 Medical Physics
+1703.09032 Group Theory
+1703.09034 Logic in Computer Science
+1703.09035 Neural and Evolutionary Computing
+1703.09036 Physics and Society
+1703.09037 Dynamical Systems
+1703.09038 Statistical Mechanics
+1703.09039 Computer Vision and Pattern Recognition
+1703.09040 Materials Science
+1703.09041 Social and Information Networks
+1703.09042 Information Theory
+1703.09043 Phenomenology
+1703.09044 Medical Physics
+1703.09045
+1703.09046 Software Engineering
+1703.09047
+1703.09048 Classical Analysis and ODEs
+1703.09049
+1703.09051 Strongly Correlated Electrons
+1703.09052 High Energy Astrophysical Phenomena
+1703.09053 Plasma Physics
+1703.09054 Cosmology and Nongalactic Astrophysics
+1703.09055 Fluid Dynamics
+1703.09056
+1703.09058 Materials Science
+1703.09059 Accelerator Physics
+1703.09060
+1703.09061 Methodology
+1703.09062 Methodology
+1703.09063 Soft Condensed Matter
+1703.09065 Phenomenology
+1703.09066 Instrumentation and Detectors
+1703.09067
+1703.09068 Learning
+1703.09069
+1703.09070 Plasma Physics
+1703.09071 Materials Science
+1703.09072 History and Philosophy of Physics
+1703.09073 Materials Science
+1703.09074 Numerical Analysis
+1703.09075 Strongly Correlated Electrons
+1703.09076 Computer Vision and Pattern Recognition
+1703.09077 Number Theory
+1703.09078 Populations and Evolution
+1703.09079 Materials Science
+1703.09080 Cryptography and Security
+1703.09082 Optics
+1703.09083 Computer Science and Game Theory
+1703.09084 Experiment
+1703.09085 Numerical Analysis
+1703.09086 Phenomenology
+1703.09088 Number Theory
+1703.09089 Geometric Topology
+1703.09090 Multimedia
+1703.09091 Complex Variables
+1703.09092 Operator Algebras
+1703.09093 Theory
+1703.09094 Analysis of PDEs
+1703.09095 Optics
+1703.09096 Numerical Analysis
+1703.09099 Theory
+1703.09101 Analysis of PDEs
+1703.09102 Dynamical Systems
+1703.09103 Multimedia
+1703.09104 Optimization and Control
+1703.09105 Probability
+1703.09106 Materials Science
+1703.09107 Classical Analysis and ODEs
+1703.09108 Information Retrieval
+1703.09109 Information Retrieval
+1703.09110 Atomic and Molecular Clusters
+1703.09111 Dynamical Systems
+1703.09112 Machine Learning
+1703.09113 Representation Theory
+1703.09114
+1703.09115 Classical Analysis and ODEs
+1703.09116 Fluid Dynamics
+1703.09117 Social and Information Networks
+1703.09118 High Energy Astrophysical Phenomena
+1703.09119 Quantum Gases
+1703.09120 Instrumentation and Detectors
+1703.09121 Commutative Algebra
+1703.09122
+1703.09123
+1703.09124 Methodology
+1703.09125 Information Theory
+1703.09126 Cosmology and Nongalactic Astrophysics
+1703.09127 Experiment
+1703.09130 Phenomenology
+1703.09131
+1703.09132 Earth and Planetary Astrophysics
+1703.09133
+1703.09134 Probability
+1703.09135 Complex Variables
+1703.09136 Numerical Analysis
+1703.09137 Neural and Evolutionary Computing
+1703.09138 Geophysics
+1703.09139 Solar and Stellar Astrophysics
+1703.09140 Metric Geometry
+1703.09141 Databases
+1703.09142 Mesoscale and Nanoscale Physics
+1703.09143 High Energy Astrophysical Phenomena
+1703.09145 Computer Vision and Pattern Recognition
+1703.09146 Learning
+1703.09147 Applications
+1703.09148 Theory
+1703.09149
+1703.09150 Biological Physics
+1703.09151 Number Theory
+1703.09152 Astrophysics of Galaxies
+1703.09153 Phenomenology
+1703.09154 Dynamical Systems
+1703.09156 Materials Science
+1703.09157 Computer Vision and Pattern Recognition
+1703.09158 Mesoscale and Nanoscale Physics
+1703.09159 High Energy Astrophysical Phenomena
+1703.09160 Astrophysics of Galaxies
+1703.09161 Optimization and Control
+1703.09162
+1703.09163 Computation
+1703.09165 Machine Learning
+1703.09166 Optics
+1703.09167 Computer Vision and Pattern Recognition
+1703.09168 Phenomenology
+1703.09169 Soft Condensed Matter
+1703.09171 Networking and Internet Architecture
+1703.09173 Strongly Correlated Electrons
+1703.09174 Atomic Physics
+1703.09175 Mesoscale and Nanoscale Physics
+1703.09176 Dynamical Systems
+1703.09177 Computer Science and Game Theory
+1703.09178
+1703.09179 Computer Vision and Pattern Recognition
+1703.09180 Optimization and Control
+1703.09181 Phenomenology
+1703.09182 Atomic Physics
+1703.09183 Astrophysics of Galaxies
+1703.09184 Theory
+1703.09185 Distributed, Parallel, and Cluster Computing
+1703.09186 Data Analysis, Statistics and Probability
+1703.09187 Optics
+1703.09188 Strongly Correlated Electrons
+1703.09189 Phenomenology
+1703.09190 Number Theory
+1703.09191 Mesoscale and Nanoscale Physics
+1703.09192 Analysis of PDEs
+1703.09193 Databases
+1703.09195 Statistical Mechanics
+1703.09197 Learning
+1703.09198 Probability
+1703.09199 Computer Vision and Pattern Recognition
+1703.09200 Computer Vision and Pattern Recognition
+1703.09201 Differential Geometry
+1703.09202 Machine Learning
+1703.09203 Theory
+1703.09204 Number Theory
+1703.09205 Theory
+1703.09206 Analysis of PDEs
+1703.09207 Machine Learning
+1703.09208 Analysis of PDEs
+1703.09209 Phenomenology
+1703.09212 Cosmology and Nongalactic Astrophysics
+physics/0006005 General Physics
+physics/0605061 General Physics
+quant-ph/0102002
+quant-ph/0106015
+quant-ph/0107076
+0711.1136 Probability
+0712.2526 Methodology
+0804.4012 Differential Geometry
+0805.2003 Differential Geometry
+0806.4211
+0808.3251 Mesoscale and Nanoscale Physics
+0809.2274 Computation
+0810.2749 Neurons and Cognition
+0810.5180 Plasma Physics
+0812.1786 Dynamical Systems
+0901.0652 Differential Geometry
+0901.1389 Combinatorics
+0902.4218 Multiagent Systems
+0904.0302 Strongly Correlated Electrons
+0904.2429 Number Theory
+0904.3978 Quantum Algebra
+0905.0441 Combinatorics
+0905.2826 Quantum Gases
+0908.3965 Differential Geometry
+0909.4147
+0909.5658 Strongly Correlated Electrons
+0910.0623
+0910.1053 Differential Geometry
+0910.2205
+0910.3113 Combinatorics
+0910.4686 Probability
+0910.5808
+0911.0875 Quantum Gases
+0911.1927 Quantum Gases
+0912.3553 Analysis of PDEs
+0912.4547 Cosmology and Nongalactic Astrophysics
+0912.4740
+1001.1706
+1001.1933 Computer Science and Game Theory
+1001.3570 Pricing of Securities
+1001.5080
+1001.5245 Differential Geometry
+1001.5363 Analysis of PDEs
+1002.1022 Atomic Physics
+1002.1354
+1002.1406 Information Theory
+1002.1628
+1002.2093
+1002.2371 Quantum Gases
+1002.2491 General Finance
+1002.3502 Mesoscale and Nanoscale Physics
+1002.3941 Mesoscale and Nanoscale Physics
+1003.0544 Commutative Algebra
+1003.0973 Strongly Correlated Electrons
+1003.2345 Experiment
+1003.2389 Superconductivity
+1004.1690 Statistical Mechanics
+1004.2636 Mesoscale and Nanoscale Physics
+1004.3219 Analysis of PDEs
+1004.3746 Strongly Correlated Electrons
+1005.0735 Materials Science
+1005.3866 Algebraic Geometry
+1005.4408 Theory
+1005.4467 Chaotic Dynamics
+1005.4962 High Energy Astrophysical Phenomena
+1005.5164
+1005.5415 Theory
+1005.5556 Learning
+1005.5736 Combinatorics
+1006.0204 Phenomenology
+1006.0276 Combinatorics
+1006.0369
+1006.0389 Chemical Physics
+1006.0435 Materials Science
+1006.0451 Experiment
+1006.0472 Combinatorics
+1006.0480 Populations and Evolution
+1006.0495 Cryptography and Security
+1006.0505 Statistics Theory
+1006.0507 Cell Behavior
+1006.0508 Group Theory
+1006.0512 Statistical Mechanics
+1006.0514 Combinatorics
+1006.0516 Combinatorics
+1006.0518 Number Theory
+1006.0521 Number Theory
+1006.0522 Number Theory
+1006.0526 Computers and Society
+1006.0532 Fluid Dynamics
+1006.0540 Differential Geometry
+1006.0542 Information Theory
+1006.0543 Dynamical Systems
+1006.0544 Information Theory
+1006.0549 Fluid Dynamics
+1006.0551 Computational Complexity
+1006.0553 Complex Variables
+1006.0560 Statistical Mechanics
+1006.0561 Optimization and Control
+1006.0565 Strongly Correlated Electrons
+1006.0569 Quantum Algebra
+1006.0572 Cosmology and Nongalactic Astrophysics
+1006.0576 Databases
+1006.0583 Superconductivity
+1006.0584 Strongly Correlated Electrons
+1006.0586 Superconductivity
+1006.0589 Materials Science
+1006.0590 Combinatorics
+1006.0594 Mesoscale and Nanoscale Physics
+1006.0595
+1006.0597 Mesoscale and Nanoscale Physics
+1006.0598 Statistical Mechanics
+1006.0601 Computational Physics
+1006.0605 Functional Analysis
+1006.0615 Analysis of PDEs
+1006.0616 Fluid Dynamics
+1006.0619 Information Theory
+1006.0622 Dynamical Systems
+1006.0624 Complex Variables
+1006.0626 Pattern Formation and Solitons
+1006.0630 Mesoscale and Nanoscale Physics
+1006.0635 Accelerator Physics
+1006.0638 Algebraic Topology
+1006.0639 Spectral Theory
+1006.0641 History and Overview
+1006.0642 Astrophysics of Galaxies
+1006.0644 Information Theory
+1006.0648 Functional Analysis
+1006.0649 Exactly Solvable and Integrable Systems
+1006.0652 Differential Geometry
+1006.0663 Computational Physics
+1006.0666 Spectral Theory
+1006.0667 High Energy Astrophysical Phenomena
+1006.0669 Phenomenology
+1006.0670 Instrumentation and Methods for Astrophysics
+1006.0675 Strongly Correlated Electrons
+1006.0676 Dynamical Systems
+1006.0677 Representation Theory
+1006.0684 Dynamical Systems
+1006.0686 Probability
+1006.0695 Experiment
+1006.0696 Classical Physics
+1006.0704 Dynamical Systems
+1006.0716 Differential Geometry
+1006.0723 General Physics
+astro-ph/0209353
+astro-ph/0212124
+astro-ph/0611702
+cond-mat/0310195
+cs/0609081 Computational Engineering, Finance, and Science
+math/0504518 Probability
+math/0602064 Number Theory
+physics/0207074 Plasma Physics
+0704.1492
+0708.2271
+0711.1867 Metric Geometry
+0712.1835
+0712.3773 Quantitative Methods
+0805.1916 Algebraic Geometry
+0805.4035 Algebraic Geometry
+0810.2434 Computer Vision and Pattern Recognition
+0810.4195 Algebraic Geometry
+0810.4426 Computer Vision and Pattern Recognition
+0811.0852
+0811.0853
+0811.0854
+0812.4550 Metric Geometry
+0902.1505
+0902.3490
+0905.3361 Dynamical Systems
+0906.3911 Programming Languages
+0906.4837 Software Engineering
+0906.5340 Materials Science
+0906.5391 Strongly Correlated Electrons
+0906.5549 Complex Variables
+0907.1953 General Physics
+0908.0775 Physics and Society
+0909.0764 Programming Languages
+0909.5416 Cosmology and Nongalactic Astrophysics
+0910.1847
+0910.3685 Algebraic Topology
+0911.0923 Disordered Systems and Neural Networks
+0912.5420 General Finance
+1001.0569 Phenomenology
+1001.1212 Optics
+1001.3817 Differential Geometry
+1002.2289 Superconductivity
+1002.3318 Number Theory
+1002.3643 Strongly Correlated Electrons
+1003.0723 Cryptography and Security
+1003.0727
+1003.1301 Earth and Planetary Astrophysics
+1003.4040
+1003.5667 Quantum Gases
+1003.6073 Algebraic Geometry
+1004.0877 Theory
+1004.1349 Chaotic Dynamics
+1004.1519 Strongly Correlated Electrons
+1004.1767 Mesoscale and Nanoscale Physics
+1004.2628 Information Theory
+1004.4075 Information Theory
+1004.4383 Computational Complexity
+1005.4932
+1006.0456 Theory
+1006.1261 Differential Geometry
+1006.2169 Functional Analysis
+1006.2189 Algebraic Topology
+1006.5671
+1007.0157 Group Theory
+1007.0606 Algebraic Geometry
+1007.0940 Artificial Intelligence
+1007.1043 Disordered Systems and Neural Networks
+1007.1193 Methodology
+1007.1215 Superconductivity
+1007.1238 Mesoscale and Nanoscale Physics
+1007.1242 Optics
+1007.1254 Materials Science
+1007.1255 Networking and Internet Architecture
+1007.1261 Distributed, Parallel, and Cluster Computing
+1007.1264 Networking and Internet Architecture
+1007.1265 Networking and Internet Architecture
+1007.1266 Networking and Internet Architecture
+1007.1268 Networking and Internet Architecture
+1007.1270 Networking and Internet Architecture
+1007.1271 Data Structures and Algorithms
+1007.1273 Networking and Internet Architecture
+1007.1274 Networking and Internet Architecture
+1007.1280 Cosmology and Nongalactic Astrophysics
+1007.1283 Computational Complexity
+1007.1284 Mesoscale and Nanoscale Physics
+1007.1288 Rings and Algebras
+1007.1289 Representation Theory
+1007.1294
+1007.1295 Combinatorics
+1007.1299
+1007.1302
+1007.1311 Analysis of PDEs
+1007.1318 Cosmology and Nongalactic Astrophysics
+1007.1319 Number Theory
+1007.1320 Populations and Evolution
+1007.1321 Phenomenology
+1007.1329
+1007.1336 Combinatorics
+1007.1339 Combinatorics
+1007.1341 Combinatorics
+1007.1343
+1007.1345 Data Structures and Algorithms
+1007.1347 Symplectic Geometry
+1007.1351 Functional Analysis
+1007.1356 Group Theory
+1007.1373 Probability
+1007.1374 Statistical Mechanics
+1007.1383 Populations and Evolution
+1007.1385 K-Theory and Homology
+1007.1393 Mesoscale and Nanoscale Physics
+1007.1395
+1007.1400 Probability
+1007.1417 Theory
+1007.1418 Earth and Planetary Astrophysics
+1007.1432 Computer Vision and Pattern Recognition
+1007.1433 Solar and Stellar Astrophysics
+1007.1437
+1007.1438 Disordered Systems and Neural Networks
+1007.1441 Number Theory
+1007.1442 Quantitative Methods
+1007.1444 Phenomenology
+1007.1449 Dynamical Systems
+1007.1450
+1007.1452 Theory
+cond-mat/0606201 Other Condensed Matter
+math/0407231 Algebraic Geometry
+math/0608557 Differential Geometry
+math/0611400 Complex Variables
+nucl-th/0105031
+physics/0001034 General Physics
+physics/0407143 Geophysics
+physics/0407153 Geophysics
+physics/0610251 Data Analysis, Statistics and Probability
+0707.4339 Algebraic Geometry
+0711.0664
+0712.1978 Symplectic Geometry
+0801.0072 Combinatorics
+0803.0345
+0803.2396 Combinatorics
+0806.1606
+0808.0498
+0810.0665 Strongly Correlated Electrons
+0810.1937 Differential Geometry
+0810.4187 Computers and Society
+0811.2449 Combinatorics
+0812.0256 Molecular Networks
+0812.3785 Metric Geometry
+0903.1282 Strongly Correlated Electrons
+0905.3803 General Finance
+0906.1940
+0906.4077 Statistical Mechanics
+0907.1555 Solar and Stellar Astrophysics
+0909.0379 Metric Geometry
+0909.1149
+0909.2829
+0911.1550 Mesoscale and Nanoscale Physics
+0911.4757 Popular Physics
+0911.5304
+1002.1613
+1002.2980 General Physics
+1002.3573 Mesoscale and Nanoscale Physics
+1002.4731 Analysis of PDEs
+1003.1286 Strongly Correlated Electrons
+1003.3562 Strongly Correlated Electrons
+1004.2216 Quantum Gases
+1005.0199 Strongly Correlated Electrons
+1005.2403 Quantum Gases
+1005.3935
+1005.4069 Mesoscale and Nanoscale Physics
+1006.1535 Information Theory
+1006.1801 Superconductivity
+1006.3088 Statistical Mechanics
+1006.3184 Number Theory
+1007.0949 Materials Science
+1007.3242
+1007.3256
+1007.4749 Digital Libraries
+1007.5101 Geometric Topology
+1007.5159 Optimization and Control
+1008.1175 General Topology
+1008.1490 Disordered Systems and Neural Networks
+1008.1516 Computer Science and Game Theory
+1008.1770 Physics and Society
+1008.2540
+1008.4675 Materials Science
+1009.0831 Phenomenology
+1009.1151 Optimization and Control
+1009.1686 Social and Information Networks
+1009.1862 Representation Theory
+1009.2111 Statistics Theory
+1009.3468 Networking and Internet Architecture
+1009.3759 Other Condensed Matter
+1009.3904 Rings and Algebras
+1009.4027 Materials Science
+1009.4126 Algebraic Geometry
+1009.4143 Risk Management
+1009.4146 Risk Management
+1009.4191 Cosmology and Nongalactic Astrophysics
+1009.4201 Combinatorics
+1009.4202 Combinatorics
+1009.4209 Algebraic Geometry
+1009.4220 Combinatorics
+1009.4221 Earth and Planetary Astrophysics
+1009.4226 Rings and Algebras
+1009.4229 Phenomenology
+1009.4234 Combinatorics
+1009.4240 Materials Science
+1009.4243 Commutative Algebra
+1009.4245 Soft Condensed Matter
+1009.4250
+1009.4251 History and Philosophy of Physics
+1009.4253
+1009.4256 Fluid Dynamics
+1009.4259 Software Engineering
+1009.4260 Logic in Computer Science
+1009.4261 Logic in Computer Science
+1009.4262 Programming Languages
+1009.4263 Logic in Computer Science
+1009.4264 Logic in Computer Science
+1009.4265 Logic in Computer Science
+1009.4266 Logic in Computer Science
+1009.4269 Information Theory
+1009.4271 Fluid Dynamics
+1009.4273 Superconductivity
+1009.4275 Numerical Analysis
+1009.4278 Functional Analysis
+1009.4280 Commutative Algebra
+1009.4281 Statistics Theory
+1009.4285 Representation Theory
+1009.4286 Statistics Theory
+1009.4288 Representation Theory
+1009.4294 Solar and Stellar Astrophysics
+1009.4300 Information Theory
+1009.4304 Materials Science
+1009.4306 Algebraic Geometry
+1009.4307 Solar and Stellar Astrophysics
+1009.4310 Solar and Stellar Astrophysics
+1009.4311 Dynamical Systems
+1009.4318 Neural and Evolutionary Computing
+1009.4320 Solar and Stellar Astrophysics
+1009.4321 Algebraic Geometry
+1009.4322 Metric Geometry
+1009.4326
+1009.4327 Cosmology and Nongalactic Astrophysics
+1009.4332
+1009.4337 Fluid Dynamics
+1009.4342 Applications
+1009.4344 Phenomenology
+1009.4349
+1009.4355 Data Structures and Algorithms
+1009.4360 K-Theory and Homology
+1009.4368 Earth and Planetary Astrophysics
+1009.4373 Phenomenology
+1009.4376 Number Theory
+1009.4378 Algebraic Geometry
+1009.4389 Functional Analysis
+1009.4392 High Energy Astrophysical Phenomena
+1009.4393
+1009.4395 Complex Variables
+1009.4404 Combinatorics
+1009.4406 Numerical Analysis
+1009.4408 Complex Variables
+1009.4410 Mesoscale and Nanoscale Physics
+1009.4417
+1009.4419 Algebraic Geometry
+1009.4427 Functional Analysis
+1009.4430 Numerical Analysis
+1009.4431
+1009.4433
+1009.4440 Combinatorics
+1009.4441 Optimization and Control
+1009.4442 Classical Analysis and ODEs
+1009.4450 Complex Variables
+1009.4458 Physics Education
+math/0503704 Differential Geometry
+math/0512077 Combinatorics
+math/0605249 Algebraic Topology
+math/0605536 Combinatorics
+quant-ph/0603078
+quant-ph/0610048
+0706.4257 Group Theory
+0708.2923 Physics and Society
+0709.3436 Algebraic Topology
+0801.1399 Physics and Society
+0802.0585 Probability
+0802.2898 Analysis of PDEs
+0802.2901 Probability
+0802.4195
+0803.2062 Group Theory
+0804.1374 Atmospheric and Oceanic Physics
+0806.2305 Physics and Society
+0807.0521 Statistical Mechanics
+0807.2041
+0809.2427 Group Theory
+0810.2108 Dynamical Systems
+0810.5472
+0811.1586 Number Theory
+0811.1588 Number Theory
+0811.3906
+0901.0056 Geometric Topology
+0901.0400 Solar and Stellar Astrophysics
+0901.2859 Numerical Analysis
+0901.2923 Functional Analysis
+0902.1339 Geometric Topology
+0903.2711 Information Theory
+0904.0724 Group Theory
+0906.2538
+0907.0793 Probability
+0908.0868 Strongly Correlated Electrons
+0908.3111 Combinatorics
+0909.3372
+0910.1258
+0911.0240 Analysis of PDEs
+0911.0683 Materials Science
+0911.2274 Representation Theory
+0911.5243 Disordered Systems and Neural Networks
+0912.0168 Strongly Correlated Electrons
+0912.4924 Materials Science
+1001.2305 Cosmology and Nongalactic Astrophysics
+1002.0124 Theory
+1003.2982 Theory
+1003.5367 Probability
+1003.5369 Materials Science
+1004.1415 Functional Analysis
+1004.1738
+1004.2224 Algebraic Geometry
+1004.2495
+1004.3987
+1004.5247 Astrophysics of Galaxies
+1005.0178 Networking and Internet Architecture
+1005.1228 Biological Physics
+1005.1389
+1005.2043 Strongly Correlated Electrons
+1005.2384 Theory
+1005.3174 Mesoscale and Nanoscale Physics
+1006.0682
+1006.0702
+1006.1208 Group Theory
+1006.1959 Combinatorics
+1006.3906 Theory
+1006.4821 Soft Condensed Matter
+1006.4944
+1006.4947
+1006.5305 Physics and Society
+1006.5438 Theory
+1006.5619
+1007.0010 Strongly Correlated Electrons
+1007.2269 Phenomenology
+1007.2599
+1007.4082 Statistical Mechanics
+1007.4127
+1007.4309 Logic
+1007.4380 Theory
+1008.1488 Materials Science
+1008.1561 Superconductivity
+1008.3309 Plasma Physics
+1008.3520 Functional Analysis
+1008.3761 Probability
+1008.4789 Numerical Analysis
+1009.0012 Phenomenology
+1009.0608
+1009.0648
+1009.1107 Classical Analysis and ODEs
+1009.2380 Theory
+1009.3395 Phenomenology
+1009.4838 Probability
+1010.0080 Portfolio Management
+1010.1345 Strongly Correlated Electrons
+1010.2800 Atomic Physics
+1010.4424 Strongly Correlated Electrons
+1010.5946 Materials Science
+1011.0135
+1011.1518 Machine Learning
+1011.1842 Formal Languages and Automata Theory
+1011.3356 General Physics
+1011.3919 Analysis of PDEs
+1011.4513 Mesoscale and Nanoscale Physics
+1011.5607 Superconductivity
+1011.5954 Exactly Solvable and Integrable Systems
+1012.0038 Software Engineering
+1012.0058 Data Structures and Algorithms
+1012.0124 Statistical Mechanics
+1012.0523 Analysis of PDEs
+1012.0710 Differential Geometry
+1012.0711 Differential Geometry
+1012.0733 Probability
+1012.0737 Probability
+1012.0739 Probability
+1012.0763 Analysis of PDEs
+1012.0862 General Physics
+1012.0871 Cosmology and Nongalactic Astrophysics
+1012.0872 Dynamical Systems
+1012.0878 Mesoscale and Nanoscale Physics
+1012.0879 Superconductivity
+1012.0884 Algebraic Geometry
+1012.0897 Accelerator Physics
+1012.0900 Biological Physics
+1012.0903 Phenomenology
+1012.0909 Dynamical Systems
+1012.0913 Soft Condensed Matter
+1012.0914 Soft Condensed Matter
+1012.0916 Optics
+1012.0917 Molecular Networks
+1012.0918 Optics
+1012.0919 Optics
+1012.0921 Optics
+1012.0923 Materials Science
+1012.0927 Optics
+1012.0937 Logic
+1012.0941 Classical Analysis and ODEs
+1012.0942 Functional Analysis
+1012.0944 Logic
+1012.0946 Neurons and Cognition
+1012.0947 Probability
+1012.0948 Probability
+1012.0951 Commutative Algebra
+1012.0952 Neural and Evolutionary Computing
+1012.0954 Instrumentation and Methods for Astrophysics
+1012.0955 Information Theory
+1012.0960 Logic
+1012.0963 Combinatorics
+1012.0964 Number Theory
+1012.0970
+1012.0974 Numerical Analysis
+1012.0976 Mesoscale and Nanoscale Physics
+1012.0977 Instrumentation and Methods for Astrophysics
+1012.0979 Algebraic Geometry
+1012.0982 Logic
+1012.0983 Algebraic Geometry
+1012.0985 Biomolecules
+1012.0989 Optimization and Control
+1012.1008 Algebraic Geometry
+1012.1018 Differential Geometry
+1012.1020 Popular Physics
+1012.1025 Complex Variables
+1012.1026 Commutative Algebra
+1012.1027 Pattern Formation and Solitons
+1012.1037 Pricing of Securities
+1012.1057 Analysis of PDEs
+1012.1058 Superconductivity
+1012.1063 Classical Physics
+1012.1067 Classical Physics
+1012.1068 Classical Physics
+1012.1073 Differential Geometry
+1012.1075 Combinatorics
+1012.1087 Representation Theory
+1012.1088 Earth and Planetary Astrophysics
+1012.1089 Rings and Algebras
+1012.1093 Phenomenology
+1012.1097
+1012.1102 Algebraic Geometry
+1012.1103 Dynamical Systems
+1012.1105 Mesoscale and Nanoscale Physics
+1012.1108 Materials Science
+1012.1113 Group Theory
+1012.1128 Discrete Mathematics
+1012.1129 Data Structures and Algorithms
+1012.1131 Distributed, Parallel, and Cluster Computing
+1012.1133 Spectral Theory
+1012.1151 Cosmology and Nongalactic Astrophysics
+1012.1153 Software Engineering
+1012.1162 K-Theory and Homology
+1012.1172 Mesoscale and Nanoscale Physics
+1012.1181 Differential Geometry
+1012.1182
+1012.1187 Functional Analysis
+1012.1190 Commutative Algebra
+1012.1195 Phenomenology
+1012.1203 Differential Geometry
+1012.1216 Astrophysics of Galaxies
+1012.1219 Cellular Automata and Lattice Gases
+1012.1220 Cellular Automata and Lattice Gases
+1012.1221 Cellular Automata and Lattice Gases
+1012.1222 Cellular Automata and Lattice Gases
+1012.1229 Superconductivity
+1012.1240 Discrete Mathematics
+1012.1242 High Energy Astrophysical Phenomena
+1012.1243 Probability
+1012.1266 Materials Science
+1012.1276 Representation Theory
+1012.1277 Analysis of PDEs
+1012.1278 Cosmology and Nongalactic Astrophysics
+1012.1283 Formal Languages and Automata Theory
+1012.1289 Classical Analysis and ODEs
+1012.1302 Differential Geometry
+1012.1304 Theory
+1012.1309 Experiment
+1012.1311 Group Theory
+cond-mat/9912341 Soft Condensed Matter
+math/0508017 Algebraic Topology
+math/0603342 Differential Geometry
+math/0610268 Algebraic Geometry
+physics/9806013 Physics Education
+q-bio/0703022 Molecular Networks
+quant-ph/0205092
+0704.2009 Algebraic Geometry
+0711.0968 Quantum Gases
+0801.4847 Algebraic Topology
+0803.2076 Representation Theory
+0804.2388 Superconductivity
+0804.2393 Superconductivity
+0806.0732 Dynamical Systems
+0807.2393 Other Condensed Matter
+0807.3283 Algebraic Geometry
+0810.5588 Materials Science
+0811.2631 Mesoscale and Nanoscale Physics
+0903.0410 Probability
+0905.1276 Strongly Correlated Electrons
+0905.1997 Computational Physics
+0906.0059 Mesoscale and Nanoscale Physics
+0906.0103
+0906.0661 Mesoscale and Nanoscale Physics
+0906.1744 Physics and Society
+0906.3796 Mesoscale and Nanoscale Physics
+0906.5022 Robotics
+0907.5223 Metric Geometry
+0908.4498 Plasma Physics
+0909.3495 Quantum Algebra
+0910.2741 Neurons and Cognition
+0910.3301 Artificial Intelligence
+0910.3967 Superconductivity
+0910.4148 Group Theory
+0911.2954 Fluid Dynamics
+0911.3877 Soft Condensed Matter
+0911.4937 Fluid Dynamics
+0912.0860 Strongly Correlated Electrons
+0912.1302 Differential Geometry
+0912.1528 Quantum Gases
+0912.2404 Data Structures and Algorithms
+0912.3254 Strongly Correlated Electrons
+0912.3941 Subcellular Processes
+0912.4104 Mesoscale and Nanoscale Physics
+0912.4739 Group Theory
+0912.5484 Quantum Algebra
+1001.0590 Strongly Correlated Electrons
+1001.1007 Probability
+1001.2147 High Energy Astrophysical Phenomena
+1001.2165 Solar and Stellar Astrophysics
+1001.2956
+1002.0059 Statistical Mechanics
+1002.1215 Materials Science
+1002.1420 Biological Physics
+1002.4634 Fluid Dynamics
+1004.0557 Information Theory
+1004.0858 Applications
+1004.1000 Earth and Planetary Astrophysics
+1004.1162 Cosmology and Nongalactic Astrophysics
+1004.1188 Complex Variables
+1004.1190 Instrumentation and Methods for Astrophysics
+1004.1191 Complex Variables
+1004.1192 Probability
+1004.1195 Information Theory
+1004.1198 Information Theory
+1004.1208 Data Structures and Algorithms
+1004.1211 Programming Languages
+1004.1212 Populations and Evolution
+1004.1214 Quantum Algebra
+1004.1215 Computer Vision and Pattern Recognition
+1004.1216 Discrete Mathematics
+1004.1220 Data Structures and Algorithms
+1004.1221 Analysis of PDEs
+1004.1226
+1004.1227 Computer Vision and Pattern Recognition
+1004.1229 Multimedia
+1004.1230 Learning
+1004.1232 Cryptography and Security
+1004.1233 Instrumentation and Methods for Astrophysics
+1004.1234 Quantitative Methods
+1004.1239 Software Engineering
+1004.1244 Number Theory
+1004.1248
+1004.1253 Data Structures and Algorithms
+1004.1254 Biological Physics
+1004.1256 Soft Condensed Matter
+1004.1257 Information Retrieval
+1004.1263 Probability
+1004.1267 Networking and Internet Architecture
+1004.1274
+1004.1276 Distributed, Parallel, and Cluster Computing
+1004.1277 Information Theory
+1004.1279 Combinatorics
+1004.1280 Soft Condensed Matter
+1004.1283 Physics and Society
+1004.1290 Optics
+1004.1293
+1004.1294 Solar and Stellar Astrophysics
+1004.1295 Numerical Analysis
+1004.1297 Numerical Analysis
+1004.1300
+1004.1302 Instrumentation and Methods for Astrophysics
+1004.1304 Cryptography and Security
+1004.1307 Quantitative Methods
+1004.1314 Quantum Algebra
+1004.1320 Geometric Topology
+1004.1328 Optimization and Control
+1004.1336 Solar and Stellar Astrophysics
+1004.1337
+1004.1345
+1004.1350 K-Theory and Homology
+1004.1354 Chaotic Dynamics
+1004.1356 Data Analysis, Statistics and Probability
+1004.1363 Dynamical Systems
+1004.1365 Functional Analysis
+1004.1369 Metric Geometry
+1004.1371 Algebraic Geometry
+1004.1378 Populations and Evolution
+1004.1380 Probability
+1004.1385 Materials Science
+1004.1395 Solar and Stellar Astrophysics
+1004.1407 Probability
+cs/0701089 Computational Complexity
+math/0304245 Differential Geometry
+math/0501131 Functional Analysis
+math/0503197 Differential Geometry
+math/0604242 Differential Geometry
+math/0702086 Combinatorics
+physics/0604174 General Physics
+quant-ph/0011114
+quant-ph/0305152
+quant-ph/0312169
+quant-ph/9912052
+0803.2031 Differential Geometry
+0804.4886 Materials Science
+0806.0487 Number Theory
+0807.3250 Quantum Algebra
+0809.2215 Algebraic Topology
+0810.2207 Algebraic Geometry
+0901.0854 Symplectic Geometry
+0905.3596 Materials Science
+0907.2267 Optimization and Control
+0908.0017 Materials Science
+0908.1017 Exactly Solvable and Integrable Systems
+0908.2006 Differential Geometry
+0910.0665 Data Analysis, Statistics and Probability
+0911.1653
+0912.0694 Statistical Mechanics
+0912.2377 Fluid Dynamics
+0912.5045 Mesoscale and Nanoscale Physics
+0912.5199 Biological Physics
+1002.1977
+1004.0364 Combinatorics
+1004.0950 Solar and Stellar Astrophysics
+1004.1026 Medical Physics
+1004.1333 Probability
+1004.1463 Materials Science
+1004.1527 Functional Analysis
+1004.1540 Artificial Intelligence
+1004.1584 Spectral Theory
+1004.1996 Representation Theory
+1004.2009 Neurons and Cognition
+1004.2172 Logic
+1004.2174 Probability
+1004.2176 Probability
+1004.2180 Geophysics
+1004.2183 Analysis of PDEs
+1004.2768 Analysis of PDEs
+1004.3135 Formal Languages and Automata Theory
+1004.3221 Functional Analysis
+1004.3355 Physics and Society
+1004.3358 Optimization and Control
+1004.3459 Analysis of PDEs
+1004.4062 Probability
+1004.4494 Optics
+1004.4801 Artificial Intelligence
+1004.4966 Optics
+1004.5263 Symplectic Geometry
+1004.5272 Dynamical Systems
+1004.5292
+dg-ga/9602010 Differential Geometry
+math/0001065 Combinatorics
+math/0507214 Geometric Topology
+math/0512002 Analysis of PDEs
+math/0512520 Algebraic Geometry
+math/0602626 Algebraic Geometry
+math/0612113 Algebraic Geometry
+0801.0023 Number Theory
+0804.2239
+0807.4423 Optimization and Control
+0809.2029 Materials Science
+0809.4615 Statistical Finance
+0811.0652 Algebraic Geometry
+0811.3666 Representation Theory
+0812.1052
+0901.4357
+0904.2200 Statistical Mechanics
+0905.2419
+0907.3027
+0907.4318 Earth and Planetary Astrophysics
+0907.5190 Cosmology and Nongalactic Astrophysics
+0910.0772 Mesoscale and Nanoscale Physics
+0910.2707 Strongly Correlated Electrons
+0910.5285 Optics
+0911.1183 Soft Condensed Matter
+0911.5596
+0912.4429
+1001.0180 Quantum Algebra
+1001.1758 Cosmology and Nongalactic Astrophysics
+1001.2085 Quantum Gases
+1001.3635 Soft Condensed Matter
+1002.1614 Disordered Systems and Neural Networks
+1002.1809 Mesoscale and Nanoscale Physics
+1002.1893
+1002.2287 General Physics
+1002.2606 Theory
+1003.1538 Quantum Gases
+1003.3511 Quantum Gases
+1003.4304 Theory
+1003.5082 Materials Science
+1003.5647 Superconductivity
+1004.0235 Data Analysis, Statistics and Probability
+1004.1935
+1004.3350 Strongly Correlated Electrons
+1004.3493 Cosmology and Nongalactic Astrophysics
+1004.4030 Group Theory
+1004.4097 Physics and Society
+1004.4103 Physics and Society
+1004.4778 Mesoscale and Nanoscale Physics
+1004.5443 Quantum Gases
+1005.0757 Statistical Mechanics
+1005.3926 Combinatorics
+1005.4491 Disordered Systems and Neural Networks
+1006.0651
+1006.0927 Strongly Correlated Electrons
+1006.1334 Differential Geometry
+1007.3872 Solar and Stellar Astrophysics
+1007.4348
+1008.0040
+1008.1146 Materials Science
+1008.3443 Social and Information Networks
+1008.3730 Information Theory
+1008.3736 Instrumentation and Detectors
+1008.3811
+1008.3899 Solar and Stellar Astrophysics
+1008.3912 High Energy Astrophysical Phenomena
+1008.3923 High Energy Astrophysical Phenomena
+1008.3925 Group Theory
+1008.3928 Physics and Society
+1008.3929
+1008.3931 Classical Analysis and ODEs
+1008.3938 Data Structures and Algorithms
+1008.3946 Cosmology and Nongalactic Astrophysics
+1008.3948 Algebraic Topology
+1008.3949 Phenomenology
+1008.3952 Machine Learning
+1008.3953 Analysis of PDEs
+1008.3954 Statistics Theory
+1008.3956 Algebraic Topology
+1008.3959 Algebraic Topology
+1008.3960 Quantum Gases
+1008.3961 Quantitative Methods
+1008.3970 High Energy Astrophysical Phenomena
+1008.3972 Other Condensed Matter
+1008.3976 Geophysics
+1008.3977 Digital Libraries
+1008.3979 General Physics
+1008.3990 Physics and Society
+1008.3994 General Physics
+1008.3998 Information Theory
+1008.4008 Number Theory
+1008.4024 Operator Algebras
+1008.4025 Molecular Networks
+1008.4028 Analysis of PDEs
+1008.4033 Probability
+1008.4035 Computational Complexity
+1008.4036 Cosmology and Nongalactic Astrophysics
+1008.4041
+1008.4042 Superconductivity
+1008.4044 Combinatorics
+1008.4047 Instrumentation and Methods for Astrophysics
+1008.4048 Number Theory
+1008.4051 Instrumentation and Methods for Astrophysics
+1008.4052 General Physics
+1008.4054 Rings and Algebras
+1008.4056 Rings and Algebras
+1008.4059 Statistics Theory
+1008.4062 Fluid Dynamics
+1008.4067 Data Structures and Algorithms
+1008.4070 Materials Science
+1008.4073 Disordered Systems and Neural Networks
+1008.4078 Soft Condensed Matter
+1008.4082 Astrophysics of Galaxies
+1008.4084
+1008.4091
+1008.4092 Spectral Theory
+1008.4095 Spectral Theory
+1008.4096 Optics
+1008.4099 Cryptography and Security
+1008.4102
+1008.4109 Combinatorics
+1008.4115 Multiagent Systems
+1008.4123 Fluid Dynamics
+math-ph/0407001
+math/0012118 Geometric Topology
+math/0111198 Quantum Algebra
+math/0209075 Geometric Topology
+math/0212194 Analysis of PDEs
+math/0307364 Quantum Algebra
+math/0404270 Geometric Topology
+math/0509015 Analysis of PDEs
+math/0509416 Algebraic Topology
+math/0610143 Quantum Algebra
+0705.0312
+0711.2669 Rings and Algebras
+0806.2421 Combinatorics
+0809.0835 Computational Geometry
+0809.4494 Theory
+0810.2960
+0812.2974 Mesoscale and Nanoscale Physics
+0905.1932 Operator Algebras
+0905.4485 Mesoscale and Nanoscale Physics
+0905.4597 Commutative Algebra
+0906.1164 Group Theory
+0907.0179
+0907.1291 Molecular Networks
+0907.4905 Phenomenology
+0908.0454
+0909.1933 Learning
+0909.2215 Materials Science
+0909.2711 Materials Science
+0909.2845
+0910.0876 Other Condensed Matter
+0911.0101 Strongly Correlated Electrons
+0911.3858 Strongly Correlated Electrons
+0912.0140 Superconductivity
+0912.5127 Materials Science
+1001.2579 General Physics
+1002.1394 Mesoscale and Nanoscale Physics
+1002.1510 Mesoscale and Nanoscale Physics
+1002.2072 Soft Condensed Matter
+1002.2584 Strongly Correlated Electrons
+1002.3482 Soft Condensed Matter
+1002.4306 Disordered Systems and Neural Networks
+1002.5038
+1003.1062 Mesoscale and Nanoscale Physics
+1003.4877 Theory
+1004.0819 Cosmology and Nongalactic Astrophysics
+1004.4236 Combinatorics
+1005.0052 Information Theory
+1005.0574 Experiment
+1005.1393 Differential Geometry
+1005.2586 Commutative Algebra
+1005.2872
+1005.3564 Representation Theory
+1005.3690 Number Theory
+1005.4711 Combinatorics
+1005.4951 Information Theory
+1005.5355 Differential Geometry
+1005.5395 Discrete Mathematics
+1006.0184
+1006.0491 Dynamical Systems
+1006.0802 Classical Physics
+1006.1093 Medical Physics
+1006.1147 Cosmology and Nongalactic Astrophysics
+1006.1267 Differential Geometry
+1006.1353 Cosmology and Nongalactic Astrophysics
+1006.1363 Group Theory
+1006.1368 Plasma Physics
+1006.1370 Probability
+1006.1373 History and Overview
+1006.1382 Information Theory
+1006.1388 Superconductivity
+1006.1389 Probability
+1006.1392 Strongly Correlated Electrons
+1006.1393 Logic
+1006.1395 Superconductivity
+1006.1397 Combinatorics
+1006.1398 Operator Algebras
+1006.1402 Computer Science and Game Theory
+1006.1403 Logic in Computer Science
+1006.1404 Computer Science and Game Theory
+1006.1405 Computer Science and Game Theory
+1006.1406 Logic in Computer Science
+1006.1407 Logic in Computer Science
+1006.1408 Logic in Computer Science
+1006.1409 Computer Science and Game Theory
+1006.1410 Computer Science and Game Theory
+1006.1411
+1006.1412 Logic in Computer Science
+1006.1413 Programming Languages
+1006.1415 Computer Science and Game Theory
+1006.1416 Logic in Computer Science
+1006.1417
+1006.1419
+1006.1420
+1006.1422
+1006.1423
+1006.1424
+1006.1426
+1006.1428 Formal Languages and Automata Theory
+1006.1429 Logic in Computer Science
+1006.1430 Logic in Computer Science
+1006.1431 Data Structures and Algorithms
+1006.1432 Logic in Computer Science
+1006.1433 Logic in Computer Science
+1006.1434 Neural and Evolutionary Computing
+1006.1441 Combinatorics
+1006.1443 Data Structures and Algorithms
+1006.1449 Cryptography and Security
+1006.1450 Multiagent Systems
+1006.1453 Probability
+1006.1454 Probability
+1006.1455 Analysis of PDEs
+1006.1456 Commutative Algebra
+1006.1461 General Physics
+1006.1474 Algebraic Geometry
+1006.1481 Atomic Physics
+1006.1484
+1006.1487 Accelerator Physics
+1006.1490 Number Theory
+1006.1493 K-Theory and Homology
+1006.1498 Statistical Mechanics
+1006.1499 Statistical Mechanics
+1006.1505 Statistical Mechanics
+1006.1511 Strongly Correlated Electrons
+1006.1514 Methodology
+1006.1515
+1006.1520 Complex Variables
+1006.1521 Probability
+1006.1523 Analysis of PDEs
+1006.1530 Analysis of PDEs
+1006.1531 Differential Geometry
+1006.1537 Artificial Intelligence
+1006.1540 Functional Analysis
+1006.1543 Neural and Evolutionary Computing
+1006.1544 Disordered Systems and Neural Networks
+1006.1550 Differential Geometry
+1006.1551 Computers and Society
+1006.1554 Atomic Physics
+1006.1561 Classical Analysis and ODEs
+1006.1565 Information Theory
+1006.1567 Methodology
+1006.1570 Probability
+1006.1575 Statistics Theory
+1006.1577 Differential Geometry
+1006.1578 Networking and Internet Architecture
+1006.1582 Number Theory
+1006.1590 Theory
+1006.1592 Information Theory
+1006.1593 Classical Analysis and ODEs
+1006.1596 Probability
+1006.1602 Probability
+1006.1604 Algebraic Geometry
+1006.1607 Numerical Analysis
+1006.1608 Statistical Mechanics
+1006.1613
+1006.1614
+1006.1620 Numerical Analysis
+1006.1622
+1006.1639 Soft Condensed Matter
+math/0507275 Number Theory
+math/0511672 Number Theory
+math/0604073 Differential Geometry
+math/0609079 Differential Geometry
+nlin/0407055 Pattern Formation and Solitons
+physics/0408002 Fluid Dynamics
+physics/0408004 Fluid Dynamics
+0704.2229 Theory
+0705.0790 Theory
+0705.1531 Phenomenology
+0705.1847 Theory
+0705.2892 Theory
+0705.3536 Lattice
+0706.1206 Phenomenology
+0707.0317 Phenomenology
+0707.0499 Theory
+0707.0747 Theory
+0707.0988 Phenomenology
+0707.1627 Other Condensed Matter
+0707.3194 Phenomenology
+0707.3230
+0707.3887 Lattice
+0707.4367 Theory
+0708.1226 Theory
+0708.1359 Materials Science
+0708.1642 Other Condensed Matter
+0708.1756 Trading and Market Microstructure
+0708.2181 Theory
+0708.3691 Theory
+0709.0320 Theory
+0709.0348 Theory
+0709.4294
+0709.4604
+0710.1362 Theory
+0710.2148 Theory
+0710.2300 Theory
+0710.2972 Phenomenology
+0710.2985 Phenomenology
+0710.3705 Phenomenology
+0710.3769 Theory
+0710.3905 Phenomenology
+0711.0857 Theory
+0711.1567 Phenomenology
+0711.1697 Theory
+0711.3899 Algebraic Geometry
+0712.0217 Theory
+0712.0601 Theory
+0712.0796 Phenomenology
+0712.1427 Theory
+0712.1795 Theory
+0801.3266 Theory
+0801.3721 Differential Geometry
+0802.0090 Phenomenology
+0802.0916 Phenomenology
+0802.1799 Theory
+0802.1973 Mesoscale and Nanoscale Physics
+0803.0895 Theory
+0803.1127 Lattice
+0803.2490 Theory
+0803.2772 Lattice
+0803.3332 Algebraic Geometry
+0803.3819 Quantum Algebra
+0804.0699 Dynamical Systems
+0804.2301 Materials Science
+0804.2926 Theory
+0805.0824 Theory
+0805.3310 Phenomenology
+0805.3563 Theory
+0805.3682 Theory
+0805.4235 Lattice
+0805.4451 Theory
+0806.2705 Theory
+0806.3612 Theory
+0806.3879 Theory
+0806.4145 Phenomenology
+0806.4748 Theory
+0806.4790 Data Structures and Algorithms
+0807.0559 Theory
+0807.0755 Theory
+0807.0792 Lattice
+0807.1924 Theory
+0807.2065 Theory
+0807.2386 Theory
+0807.2663 Theory
+0808.0904 Theory
+0808.3335 Materials Science
+0808.3729
+0809.1441 Theory
+0809.3792 Phenomenology
+0810.2066 Representation Theory
+0810.2852 Theory
+0811.0411 Materials Science
+0811.2777 Dynamical Systems
+0812.0361
+0812.1845
+0812.3196 Materials Science
+0812.4083 Materials Science
+0902.0220 Materials Science
+0902.0728
+0902.1236 Commutative Algebra
+0902.2674 Computational Complexity
+0902.3176 Artificial Intelligence
+0902.3780 Data Structures and Algorithms
+0903.0348 Disordered Systems and Neural Networks
+0903.3098 Mesoscale and Nanoscale Physics
+0903.3246 Theory
+0903.3733
+0903.3982
+0903.4444
+0904.0519 Materials Science
+0904.3607 Formal Languages and Automata Theory
+0904.4064 Symbolic Computation
+0905.0393 Cosmology and Nongalactic Astrophysics
+0905.2446
+0905.3413
+0905.4068 Data Structures and Algorithms
+0906.0826
+0906.1025 Theory
+0906.1399 Computational Complexity
+0906.2754
+0906.3639 Strongly Correlated Electrons
+0907.2901 Cosmology and Nongalactic Astrophysics
+0908.0611
+0908.0857 Phenomenology
+0908.2707 Computational Complexity
+0908.3338 Optics
+0908.3381 Classical Analysis and ODEs
+0908.3391
+0909.2665 Phenomenology
+0909.2674 Statistical Mechanics
+0909.2705 Information Theory
+0909.3493 Theory
+0909.4094 Computational Geometry
+0909.4253 Mesoscale and Nanoscale Physics
+0909.5124 Phenomenology
+0909.5313 Computational Complexity
+0909.5387 Superconductivity
+0910.0389 Superconductivity
+0910.0460 Data Structures and Algorithms
+0910.0944 Optics
+0910.1067 Phenomenology
+0910.1084 General Physics
+0910.1204 Phenomenology
+0910.1694 Complex Variables
+0910.2894 Biological Physics
+0910.3650
+0910.4143
+0910.5687 Statistical Mechanics
+0911.0113 Computational Finance
+0911.0349 High Energy Astrophysical Phenomena
+0911.0994 Phenomenology
+0911.3331 Pricing of Securities
+0911.3584 Materials Science
+0911.3663 Optics
+0912.0147 General Mathematics
+0912.1834 Number Theory
+0912.2120
+0912.2561 Data Structures and Algorithms
+0912.2625 Logic in Computer Science
+0912.2694 Geometric Topology
+0912.2815 Data Structures and Algorithms
+0912.3012 Algebraic Geometry
+0912.3188 Data Structures and Algorithms
+0912.3419 Information Theory
+0912.3429 Logic in Computer Science
+0912.3802 Computational Complexity
+0912.4110 Logic
+0912.4117 Logic in Computer Science
+0912.4226 Data Structures and Algorithms
+0912.4569 Data Structures and Algorithms
+0912.4602 Computational Complexity
+1001.0117 Computational Complexity
+1001.0228 K-Theory and Homology
+1001.0236 Computational Geometry
+1001.0383 Computational Complexity
+1001.0735 Logic in Computer Science
+1001.0746 Computational Complexity
+1001.0824 Data Structures and Algorithms
+1001.0920 Data Structures and Algorithms
+1001.2440 Differential Geometry
+1001.3044 Data Structures and Algorithms
+1001.3251 Computational Complexity
+1001.3311 Superconductivity
+1001.3749 Computational Complexity
+1001.4816
+1001.4829 Computational Complexity
+1001.4865 Algebraic Geometry
+1001.4907 Probability
+1001.4987 Computational Complexity
+1001.5075 Materials Science
+1001.5428 Instrumentation and Detectors
+1002.0332 Earth and Planetary Astrophysics
+1002.0339 Solar and Stellar Astrophysics
+1002.0345 Metric Geometry
+1002.0348 Quantum Algebra
+1002.0349 High Energy Astrophysical Phenomena
+1002.0354 Materials Science
+1002.0358 Medical Physics
+1002.0362 Number Theory
+1002.0367 Optimization and Control
+1002.0379 Algebraic Geometry
+1002.0383 Computer Vision and Pattern Recognition
+1002.0384 Differential Geometry
+1002.0387 Spectral Theory
+1002.0388 Spectral Theory
+1002.0393 Geometric Topology
+1002.0396 Representation Theory
+1002.0397 Solar and Stellar Astrophysics
+1002.0398 Instrumentation and Detectors
+1002.0405 Rings and Algebras
+1002.0406 Information Theory
+1002.0411 Computer Vision and Pattern Recognition
+1002.0412 Computer Vision and Pattern Recognition
+1002.0413 Solar and Stellar Astrophysics
+1002.0414 Computer Vision and Pattern Recognition
+1002.0415 Quantum Algebra
+1002.0423 Differential Geometry
+1002.0425 Statistics Theory
+1002.0427 Materials Science
+1002.0429 Algebraic Topology
+1002.0430 Materials Science
+1002.0431 General Physics
+1002.0433 Instrumentation and Methods for Astrophysics
+1002.0434 Algebraic Topology
+1002.0435 Materials Science
+1002.0438 Differential Geometry
+1002.0442 Number Theory
+1002.0444 Lattice
+1002.0446 Lattice
+1002.0447 Phenomenology
+1002.0452 Lattice
+1002.0454 Functional Analysis
+1002.0455
+1002.0456 Astrophysics of Galaxies
+1002.0457 Cosmology and Nongalactic Astrophysics
+1002.0465
+1002.0468 Instrumentation and Methods for Astrophysics
+1002.0472 Physics Education
+1002.0473 Phenomenology
+1002.0475 Representation Theory
+1002.0476 Cosmology and Nongalactic Astrophysics
+1002.0478 Computation and Language
+1002.0479 Computation and Language
+1002.0484 Networking and Internet Architecture
+1002.0485 Computation and Language
+1002.0494 Statistical Mechanics
+1002.0495 Mesoscale and Nanoscale Physics
+1002.0497 Probability
+1002.0500 Theory
+1002.0502 Instrumentation and Methods for Astrophysics
+1002.0507 Networking and Internet Architecture
+1002.0508 Networking and Internet Architecture
+1002.0509 Networking and Internet Architecture
+1002.0511 Networking and Internet Architecture
+1002.0513 Phenomenology
+1002.0522 Commutative Algebra
+1002.0527 Complex Variables
+1002.0528 Probability
+1002.0529 Phenomenology
+1002.0532 Digital Libraries
+1002.0533
+1002.0535 Probability
+1002.0536 Combinatorics
+1002.0540
+1002.0546 Solar and Stellar Astrophysics
+1002.0547
+1002.0564 Phenomenology
+1002.0567 Computation
+1002.0570 Networking and Internet Architecture
+1002.0572 Classical Physics
+1002.0573 Networking and Internet Architecture
+1002.0574 Networking and Internet Architecture
+1002.0575 Networking and Internet Architecture
+1002.0576 Networking and Internet Architecture
+1002.0577 Information Retrieval
+1002.0580 Data Structures and Algorithms
+astro-ph/9808104
+cond-mat/0604109 Statistical Mechanics
+gr-qc/0005025
+gr-qc/0006096
+gr-qc/0105102
+gr-qc/0404098
+gr-qc/9802001
+gr-qc/9806028
+hep-ex/0002045 Experiment
+hep-ex/0108051 Experiment
+hep-ex/0202003 Experiment
+hep-ex/9909033 Experiment
+hep-ex/9910061 Experiment
+hep-lat/0012009 Lattice
+hep-lat/0012011 Lattice
+hep-lat/0012020 Lattice
+hep-lat/0012028 Lattice
+hep-lat/0101001 Lattice
+hep-lat/0101004 Lattice
+hep-lat/0103027 Lattice
+hep-lat/0103036 Lattice
+hep-lat/0104014 Lattice
+hep-lat/0106011 Lattice
+hep-lat/0106017 Lattice
+hep-lat/0108010 Lattice
+hep-lat/0108014 Lattice
+hep-lat/0108019 Lattice
+hep-lat/0202015 Lattice
+hep-lat/0207003 Lattice
+hep-lat/0208025 Lattice
+hep-lat/0209145 Lattice
+hep-lat/0309022 Lattice
+hep-lat/0309090 Lattice
+hep-lat/0311010 Lattice
+hep-lat/0401025 Lattice
+hep-lat/0402002 Lattice
+hep-lat/0406008 Lattice
+hep-lat/0406013 Lattice
+hep-lat/0406026 Lattice
+hep-lat/0407002 Lattice
+hep-lat/0407032 Lattice
+hep-lat/0408015 Lattice
+hep-lat/0411001 Lattice
+hep-lat/0412008 Lattice
+hep-lat/0504019 Lattice
+hep-lat/0604012 Lattice
+hep-lat/0606013 Lattice
+hep-lat/0607027 Lattice
+hep-lat/0610059 Lattice
+hep-lat/0612010 Lattice
+hep-lat/9811004 Lattice
+hep-lat/9907027 Lattice
+hep-lat/9909091 Lattice
+hep-ph/0006183 Phenomenology
+hep-ph/0007139 Phenomenology
+hep-ph/0007170 Phenomenology
+hep-ph/0007317 Phenomenology
+hep-ph/0008103 Phenomenology
+hep-ph/0008315 Phenomenology
+hep-ph/0009001 Phenomenology
+hep-ph/0009086 Phenomenology
+hep-ph/0009286 Phenomenology
+hep-ph/0010009 Phenomenology
+hep-ph/0010081 Phenomenology
+hep-ph/0010308 Phenomenology
+hep-ph/0011138 Phenomenology
+hep-ph/0011156 Phenomenology
+hep-ph/0011209 Phenomenology
+hep-ph/0011289 Phenomenology
+hep-ph/0011295 Phenomenology
+hep-ph/0012131 Phenomenology
+hep-ph/0012165 Phenomenology
+hep-ph/0012174 Phenomenology
+hep-ph/0012182 Phenomenology
+hep-ph/0012221 Phenomenology
+hep-ph/0012308 Phenomenology
+hep-ph/0012318 Phenomenology
+hep-ph/0012369 Phenomenology
+hep-ph/0101009 Phenomenology
+hep-ph/0101098 Phenomenology
+hep-ph/0101199 Phenomenology
+hep-ph/0101205 Phenomenology
+hep-ph/0101226 Phenomenology
+hep-ph/0101250 Phenomenology
+hep-ph/0101323 Phenomenology
+hep-ph/0102096 Phenomenology
+hep-ph/0102134 Phenomenology
+hep-ph/0102207 Phenomenology
+hep-ph/0102227 Phenomenology
+hep-ph/0102237 Phenomenology
+hep-ph/0102273 Phenomenology
+hep-ph/0102297 Phenomenology
+hep-ph/0102308 Phenomenology
+hep-ph/0103179 Phenomenology
+hep-ph/0103248 Phenomenology
+hep-ph/0103260 Phenomenology
+hep-ph/0103263 Phenomenology
+hep-ph/0104076 Phenomenology
+hep-ph/0104121 Phenomenology
+hep-ph/0104178 Phenomenology
+hep-ph/0105035 Phenomenology
+hep-ph/0105052 Phenomenology
+hep-ph/0105072 Phenomenology
+hep-ph/0105146 Phenomenology
+hep-ph/0105175 Phenomenology
+hep-ph/0105194 Phenomenology
+hep-ph/0105212 Phenomenology
+hep-ph/0105216 Phenomenology
+hep-ph/0106029 Phenomenology
+hep-ph/0106043 Phenomenology
+hep-ph/0106070 Phenomenology
+hep-ph/0106220 Phenomenology
+hep-ph/0106226 Phenomenology
+hep-ph/0106278 Phenomenology
+hep-ph/0106304 Phenomenology
+hep-ph/0107077 Phenomenology
+hep-ph/0107128 Phenomenology
+hep-ph/0107232 Phenomenology
+hep-ph/0107250 Phenomenology
+hep-ph/0107316 Phenomenology
+hep-ph/0108034 Phenomenology
+hep-ph/0108085 Phenomenology
+hep-ph/0108097 Phenomenology
+hep-ph/0108206 Phenomenology
+hep-ph/0108240 Phenomenology
+hep-ph/0109011 Phenomenology
+hep-ph/0109028 Phenomenology
+hep-ph/0109064 Phenomenology
+hep-ph/0109078 Phenomenology
+hep-ph/0109079 Phenomenology
+hep-ph/0109206 Phenomenology
+hep-ph/0109231 Phenomenology
+hep-ph/0109258 Phenomenology
+hep-ph/0109276 Phenomenology
+hep-ph/0110045 Phenomenology
+hep-ph/0110115 Phenomenology
+hep-ph/0110121 Phenomenology
+hep-ph/0110126 Phenomenology
+hep-ph/0110297 Phenomenology
+hep-ph/0110381 Phenomenology
+hep-ph/0111107 Phenomenology
+hep-ph/0111157 Phenomenology
+hep-ph/0111208 Phenomenology
+hep-ph/0202206 Phenomenology
+hep-ph/0204217 Phenomenology
+hep-ph/0205071 Phenomenology
+hep-ph/0212147 Phenomenology
+hep-ph/0212196 Phenomenology
+hep-ph/0301081 Phenomenology
+hep-ph/0302075 Phenomenology
+hep-ph/0303179 Phenomenology
+hep-ph/0303213 Phenomenology
+hep-ph/0304169 Phenomenology
+hep-ph/0305043 Phenomenology
+hep-ph/0305104 Phenomenology
+hep-ph/0305159 Phenomenology
+hep-ph/0308181 Phenomenology
+hep-ph/0310037 Phenomenology
+hep-ph/0310137 Phenomenology
+hep-ph/0310342 Phenomenology
+hep-ph/0401029 Phenomenology
+hep-ph/0401047 Phenomenology
+hep-ph/0402194 Phenomenology
+hep-ph/0402269 Phenomenology
+hep-ph/0403047 Phenomenology
+hep-ph/0403062 Phenomenology
+hep-ph/0403112 Phenomenology
+hep-ph/0403165 Phenomenology
+hep-ph/0403189 Phenomenology
+hep-ph/0403268 Phenomenology
+hep-ph/0404120 Phenomenology
+hep-ph/0404251 Phenomenology
+hep-ph/0405198 Phenomenology
+hep-ph/0405206 Phenomenology
+hep-ph/0406322 Phenomenology
+hep-ph/0407143 Phenomenology
+hep-ph/0407216 Phenomenology
+hep-ph/0408164 Phenomenology
+hep-ph/0408248 Phenomenology
+hep-ph/0409111 Phenomenology
+hep-ph/0409115 Phenomenology
+hep-ph/0409241 Phenomenology
+hep-ph/0409355 Phenomenology
+hep-ph/0410088 Phenomenology
+hep-ph/0411132 Phenomenology
+hep-ph/0412277 Phenomenology
+hep-ph/0501072 Phenomenology
+hep-ph/0502071 Phenomenology
+hep-ph/0502102 Phenomenology
+hep-ph/0502255 Phenomenology
+hep-ph/0503026 Phenomenology
+hep-ph/0503140 Phenomenology
+hep-ph/0503143 Phenomenology
+hep-ph/0503179 Phenomenology
+hep-ph/0503208 Phenomenology
+hep-ph/0504192 Phenomenology
+hep-ph/0505227 Phenomenology
+hep-ph/0508040 Phenomenology
+hep-ph/0508075 Phenomenology
+hep-ph/0508195 Phenomenology
+hep-ph/0508269 Phenomenology
+hep-ph/0509130 Phenomenology
+hep-ph/0510075 Phenomenology
+hep-ph/0510089 Phenomenology
+hep-ph/0511205 Phenomenology
+hep-ph/0511295 Phenomenology
+hep-ph/0512202 Phenomenology
+hep-ph/0601262 Phenomenology
+hep-ph/0601266 Phenomenology
+hep-ph/0602001 Phenomenology
+hep-ph/0602035 Phenomenology
+hep-ph/0603068 Phenomenology
+hep-ph/0603142 Phenomenology
+hep-ph/0604074 Phenomenology
+hep-ph/0604147 Phenomenology
+hep-ph/0606087 Phenomenology
+hep-ph/0606116 Phenomenology
+hep-ph/0606167 Phenomenology
+hep-ph/0606197 Phenomenology
+hep-ph/0607292 Phenomenology
+hep-ph/0608154 Phenomenology
+hep-ph/0608291 Phenomenology
+hep-ph/0609003 Phenomenology
+hep-ph/0609032 Phenomenology
+hep-ph/0609181 Phenomenology
+hep-ph/0609234 Phenomenology
+hep-ph/0611278 Phenomenology
+hep-ph/0611304 Phenomenology
+hep-ph/0611309 Phenomenology
+hep-ph/0612166 Phenomenology
+hep-ph/0612257 Phenomenology
+hep-ph/0701250 Phenomenology
+hep-ph/0701259 Phenomenology
+hep-ph/0702037 Phenomenology
+hep-ph/0702151 Phenomenology
+hep-ph/9706359 Phenomenology
+hep-ph/9708232 Phenomenology
+hep-ph/9708355 Phenomenology
+hep-ph/9709424 Phenomenology
+hep-ph/9802381 Phenomenology
+hep-ph/9803382 Phenomenology
+hep-ph/9803400 Phenomenology
+hep-ph/9804296 Phenomenology
+hep-ph/9804430 Phenomenology
+hep-ph/9804462 Phenomenology
+hep-ph/9805384 Phenomenology
+hep-ph/9805397 Phenomenology
+hep-ph/9805484 Phenomenology
+hep-ph/9806462 Phenomenology
+hep-ph/9806484 Phenomenology
+hep-ph/9806531 Phenomenology
+hep-ph/9807209 Phenomenology
+hep-ph/9807333 Phenomenology
+hep-ph/9808289 Phenomenology
+hep-ph/9808487 Phenomenology
+hep-ph/9809247 Phenomenology
+hep-ph/9809596 Phenomenology
+hep-ph/9810257 Phenomenology
+hep-ph/9810435 Phenomenology
+hep-ph/9811447 Phenomenology
+hep-ph/9812316 Phenomenology
+hep-ph/9812396 Phenomenology
+hep-ph/9901357 Phenomenology
+hep-ph/9902293 Phenomenology
+hep-ph/9902437 Phenomenology
+hep-ph/9903413 Phenomenology
+hep-ph/9903436 Phenomenology
+hep-ph/9903448 Phenomenology
+hep-ph/9904244 Phenomenology
+hep-ph/9905424 Phenomenology
+hep-ph/9906281 Phenomenology
+hep-ph/9907205 Phenomenology
+hep-ph/9907223 Phenomenology
+hep-ph/9907380 Phenomenology
+hep-ph/9908296 Phenomenology
+hep-ph/9908307 Phenomenology
+hep-ph/9908474 Phenomenology
+hep-ph/9909244 Phenomenology
+hep-ph/9911353 Phenomenology
+hep-ph/9911391 Phenomenology
+hep-ph/9912282 Phenomenology
+hep-ph/9912428 Phenomenology
+hep-th/0001054 Theory
+hep-th/0001135 Theory
+hep-th/0002039 Theory
+hep-th/0002189 Theory
+hep-th/0003053 Theory
+hep-th/0003163 Theory
+hep-th/0003187 Theory
+hep-th/0003219 Theory
+hep-th/0004048 Theory
+hep-th/0004187 Theory
+hep-th/0005121 Theory
+hep-th/0005186 Theory
+hep-th/0006107 Theory
+hep-th/0006120 Theory
+hep-th/0006210 Theory
+hep-th/0006240 Theory
+hep-th/0007037 Theory
+hep-th/0007067 Theory
+hep-th/0007076 Theory
+hep-th/0007099 Theory
+hep-th/0007110 Theory
+hep-th/0007206 Theory
+hep-th/0007217 Theory
+hep-th/0007241 Theory
+hep-th/0008008 Theory
+hep-th/0008112 Theory
+hep-th/0008141 Theory
+hep-th/0008190 Theory
+hep-th/0008247 Theory
+hep-th/0009042 Theory
+hep-th/0009045 Theory
+hep-th/0009095 Theory
+hep-th/0009224 Theory
+hep-th/0009244 Theory
+hep-th/0009246 Theory
+hep-th/0010023 Theory
+hep-th/0010040 Theory
+hep-th/0010045 Theory
+hep-th/0010072 Theory
+hep-th/0010090 Theory
+hep-th/0010096 Theory
+hep-th/0010119 Theory
+hep-th/0010141 Theory
+hep-th/0010154 Theory
+hep-th/0010201 Theory
+hep-th/0010217 Theory
+hep-th/0010221 Theory
+hep-th/0010223 Theory
+hep-th/0010237 Theory
+hep-th/0010241 Theory
+hep-th/0010247 Theory
+hep-th/0010263 Theory
+hep-th/0010266 Theory
+hep-th/0011001 Theory
+hep-th/0011009 Theory
+hep-th/0011016 Theory
+hep-th/0011060 Theory
+hep-th/0011077 Theory
+hep-th/0011091 Theory
+hep-th/0011114 Theory
+hep-th/0011166 Theory
+hep-th/0011192 Theory
+hep-th/0011202 Theory
+hep-th/0011206 Theory
+hep-th/0011211 Theory
+hep-th/0011215 Theory
+hep-th/0011218 Theory
+hep-th/0011219 Theory
+hep-th/0011227 Theory
+hep-th/0011236 Theory
+hep-th/0011253 Theory
+hep-th/0011281 Theory
+hep-th/0011282 Theory
+hep-th/0012016 Theory
+hep-th/0012018 Theory
+hep-th/0012042 Theory
+hep-th/0012061 Theory
+hep-th/0012068 Theory
+hep-th/0012089 Theory
+hep-th/0012103 Theory
+hep-th/0012108 Theory
+hep-th/0012124 Theory
+hep-th/0012155 Theory
+hep-th/0012163 Theory
+hep-th/0012164 Theory
+hep-th/0012170 Theory
+hep-th/0012180 Theory
+hep-th/0012194 Theory
+hep-th/0012210 Theory
+hep-th/0012217 Theory
+hep-th/0012219 Theory
+hep-th/0012237 Theory
+hep-th/0012248 Theory
+hep-th/0012254 Theory
+hep-th/0012258 Theory
+hep-th/0012266 Theory
+hep-th/0012270 Theory
+hep-th/0101001 Theory
+hep-th/0101034 Theory
+hep-th/0101039 Theory
+hep-th/0101071 Theory
+hep-th/0101087 Theory
+hep-th/0101129 Theory
+hep-th/0101135 Theory
+hep-th/0101136 Theory
+hep-th/0101143 Theory
+hep-th/0101164 Theory
+hep-th/0101171 Theory
+hep-th/0101198 Theory
+hep-th/0101202 Theory
+hep-th/0101213 Theory
+hep-th/0101235 Theory
+hep-th/0102009 Theory
+hep-th/0102016 Theory
+hep-th/0102038 Theory
+hep-th/0102041 Theory
+hep-th/0102045 Theory
+hep-th/0102056 Theory
+hep-th/0102058 Theory
+hep-th/0102063 Theory
+hep-th/0102071 Theory
+hep-th/0102080 Theory
+hep-th/0102090 Theory
+hep-th/0102095 Theory
+hep-th/0102110 Theory
+hep-th/0102123 Theory
+hep-th/0102138 Theory
+hep-th/0102146 Theory
+hep-th/0102151 Theory
+hep-th/0102173 Theory
+hep-th/0102200 Theory
+hep-th/0102201 Theory
+hep-th/0103012 Theory
+hep-th/0103013 Theory
+hep-th/0103018 Theory
+hep-th/0103019 Theory
+hep-th/0103032 Theory
+hep-th/0103033 Theory
+hep-th/0103056 Theory
+hep-th/0103058 Theory
+hep-th/0103069 Theory
+hep-th/0103080 Theory
+hep-th/0103089 Theory
+hep-th/0103111 Theory
+hep-th/0103146 Theory
+hep-th/0103159 Theory
+hep-th/0103163 Theory
+hep-th/0103167 Theory
+hep-th/0103168 Theory
+hep-th/0103179 Theory
+hep-th/0103183 Theory
+hep-th/0103184 Theory
+hep-th/0103217 Theory
+hep-th/0103235 Theory
+hep-th/0104016 Theory
+hep-th/0104017 Theory
+hep-th/0104029 Theory
+hep-th/0104037 Theory
+hep-th/0104039 Theory
+hep-th/0104045 Theory
+hep-th/0104046 Theory
+hep-th/0104047 Theory
+hep-th/0104082 Theory
+hep-th/0104084 Theory
+hep-th/0104090 Theory
+hep-th/0104100 Theory
+hep-th/0104106 Theory
+hep-th/0104110 Theory
+hep-th/0104112 Theory
+hep-th/0104125 Theory
+hep-th/0104133 Theory
+hep-th/0104143 Theory
+hep-th/0104146 Theory
+hep-th/0104147 Theory
+hep-th/0104169 Theory
+hep-th/0104172 Theory
+hep-th/0104176 Theory
+hep-th/0104181 Theory
+hep-th/0104200 Theory
+hep-th/0104202 Theory
+hep-th/0104218 Theory
+hep-th/0104236 Theory
+hep-th/0104243 Theory
+hep-th/0104259 Theory
+hep-th/0105049 Theory
+hep-th/0105050 Theory
+hep-th/0105059 Theory
+hep-th/0105084 Theory
+hep-th/0105089 Theory
+hep-th/0105157 Theory
+hep-th/0105192 Theory
+hep-th/0105204 Theory
+hep-th/0105217 Theory
+hep-th/0105228 Theory
+hep-th/0105229 Theory
+hep-th/0105238 Theory
+hep-th/0105253 Theory
+hep-th/0105257 Theory
+hep-th/0105274 Theory
+hep-th/0105284 Theory
+hep-th/0105298 Theory
+hep-th/0105305 Theory
+hep-th/0105319 Theory
+hep-th/0106011 Theory
+hep-th/0106023 Theory
+hep-th/0106036 Theory
+hep-th/0106061 Theory
+hep-th/0106072 Theory
+hep-th/0106079 Theory
+hep-th/0106082 Theory
+hep-th/0106107 Theory
+hep-th/0106188 Theory
+hep-th/0106190 Theory
+hep-th/0106201 Theory
+hep-th/0106212 Theory
+hep-th/0106213 Theory
+hep-th/0106216 Theory
+hep-th/0106259 Theory
+hep-th/0106267 Theory
+hep-th/0107016 Theory
+hep-th/0107029 Theory
+hep-th/0107084 Theory
+hep-th/0107097 Theory
+hep-th/0107118 Theory
+hep-th/0107142 Theory
+hep-th/0107149 Theory
+hep-th/0107153 Theory
+hep-th/0107154 Theory
+hep-th/0107159 Theory
+hep-th/0107162 Theory
+hep-th/0107164 Theory
+hep-th/0107178 Theory
+hep-th/0107179 Theory
+hep-th/0107186 Theory
+hep-th/0107194 Theory
+hep-th/0107195 Theory
+hep-th/0107196 Theory
+hep-th/0107217 Theory
+hep-th/0107261 Theory
+hep-th/0107265 Theory
+hep-th/0107267 Theory
+hep-th/0108017 Theory
+hep-th/0108035 Theory
+hep-th/0108052 Theory
+hep-th/0108150 Theory
+hep-th/0108167 Theory
+hep-th/0108169 Theory
+hep-th/0108181 Theory
+hep-th/0108182 Theory
+hep-th/0108202 Theory
+hep-th/0108238 Theory
+hep-th/0109004 Theory
+hep-th/0109057 Theory
+hep-th/0109090 Theory
+hep-th/0109111 Theory
+hep-th/0109127 Theory
+hep-th/0109150 Theory
+hep-th/0109159 Theory
+hep-th/0109164 Theory
+hep-th/0109186 Theory
+hep-th/0109202 Theory
+hep-th/0109213 Theory
+hep-th/0110034 Theory
+hep-th/0110048 Theory
+hep-th/0110072 Theory
+hep-th/0110085 Theory
+hep-th/0110099 Theory
+hep-th/0110112 Theory
+hep-th/0110115 Theory
+hep-th/0110124 Theory
+hep-th/0110136 Theory
+hep-th/0110141 Theory
+hep-th/0110152 Theory
+hep-th/0110184 Theory
+hep-th/0110189 Theory
+hep-th/0110201 Theory
+hep-th/0110232 Theory
+hep-th/0110271 Theory
+hep-th/0110293 Theory
+hep-th/0110299 Theory
+hep-th/0110302 Theory
+hep-th/0111024 Theory
+hep-th/0111027 Theory
+hep-th/0111092 Theory
+hep-th/0111120 Theory
+hep-th/0111126 Theory
+hep-th/0111177 Theory
+hep-th/0112008 Theory
+hep-th/0112150 Theory
+hep-th/0112166 Theory
+hep-th/0112198 Theory
+hep-th/0112203 Theory
+hep-th/0201151 Theory
+hep-th/0201173 Theory
+hep-th/0201254 Theory
+hep-th/0202037 Theory
+hep-th/0202094 Theory
+hep-th/0202131 Theory
+hep-th/0203025 Theory
+hep-th/0203030 Theory
+hep-th/0203077 Theory
+hep-th/0203155 Theory
+hep-th/0203175 Theory
+hep-th/0203181 Theory
+hep-th/0203188 Theory
+hep-th/0206010 Theory
+hep-th/0206045 Theory
+hep-th/0206073 Theory
+hep-th/0206131 Theory
+hep-th/0207076 Theory
+hep-th/0207124 Theory
+hep-th/0209201 Theory
+hep-th/0209235 Theory
+hep-th/0210096 Theory
+hep-th/0210127 Theory
+hep-th/0210229 Theory
+hep-th/0211010 Theory
+hep-th/0211039 Theory
+hep-th/0211100 Theory
+hep-th/0211108 Theory
+hep-th/0211218 Theory
+hep-th/0211254 Theory
+hep-th/0212025 Theory
+hep-th/0212089 Theory
+hep-th/0212091 Theory
+hep-th/0212190 Theory
+hep-th/0212261 Theory
+hep-th/0212303 Theory
+hep-th/0301002 Theory
+hep-th/0301010 Theory
+hep-th/0301067 Theory
+hep-th/0301079 Theory
+hep-th/0301092 Theory
+hep-th/0301106 Theory
+hep-th/0301161 Theory
+hep-th/0301233 Theory
+hep-th/0302047 Theory
+hep-th/0302220 Theory
+hep-th/0303104 Theory
+hep-th/0303127 Theory
+hep-th/0303232 Theory
+hep-th/0304206 Theory
+hep-th/0304239 Theory
+hep-th/0304254 Theory
+hep-th/0305023 Theory
+hep-th/0305058 Theory
+hep-th/0305059 Theory
+hep-th/0305145 Theory
+hep-th/0306001 Theory
+hep-th/0306007 Theory
+hep-th/0306053 Theory
+hep-th/0306101 Theory
+hep-th/0306102 Theory
+hep-th/0306171 Theory
+hep-th/0306176 Theory
+hep-th/0306202 Theory
+hep-th/0306236 Theory
+hep-th/0306248 Theory
+hep-th/0306264 Theory
+hep-th/0307018 Theory
+hep-th/0307026 Theory
+hep-th/0307031 Theory
+hep-th/0307184 Theory
+hep-th/0307209 Theory
+hep-th/0307218 Theory
+hep-th/0307260 Theory
+hep-th/0308061 Theory
+hep-th/0308140 Theory
+hep-th/0308141 Theory
+hep-th/0308174 Theory
+hep-th/0309035 Theory
+hep-th/0309058 Theory
+hep-th/0309103 Theory
+hep-th/0309117 Theory
+hep-th/0309148 Theory
+hep-th/0309170 Theory
+hep-th/0309188 Theory
+hep-th/0310008 Theory
+hep-th/0310037 Theory
+hep-th/0310137 Theory
+hep-th/0310182 Theory
+hep-th/0310187 Theory
+hep-th/0310188 Theory
+hep-th/0311013 Theory
+hep-th/0311135 Theory
+hep-th/0311167 Theory
+hep-th/0311188 Theory
+hep-th/0311201 Theory
+hep-th/0312054 Theory
+hep-th/0312078 Theory
+hep-th/0312097 Theory
+hep-th/0312162 Theory
+hep-th/0312213 Theory
+hep-th/0312237 Theory
+hep-th/0401078 Theory
+hep-th/0401125 Theory
+hep-th/0401137 Theory
+hep-th/0401147 Theory
+hep-th/0401164 Theory
+hep-th/0401175 Theory
+hep-th/0401197 Theory
+hep-th/0401201 Theory
+hep-th/0401236 Theory
+hep-th/0402035 Theory
+hep-th/0402124 Theory
+hep-th/0402167 Theory
+hep-th/0402196 Theory
+hep-th/0403076 Theory
+hep-th/0403095 Theory
+hep-th/0403116 Theory
+hep-th/0403164 Theory
+hep-th/0403179 Theory
+hep-th/0403193 Theory
+hep-th/0403248 Theory
+hep-th/0403280 Theory
+hep-th/0404072 Theory
+hep-th/0404079 Theory
+hep-th/0404100 Theory
+hep-th/0404116 Theory
+hep-th/0404190 Theory
+hep-th/0404231 Theory
+hep-th/0404245 Theory
+hep-th/0405096 Theory
+hep-th/0405102 Theory
+hep-th/0405243 Theory
+hep-th/0405245 Theory
+hep-th/0405267 Theory
+hep-th/0406002 Theory
+hep-th/0406018 Theory
+hep-th/0406052 Theory
+hep-th/0406069 Theory
+hep-th/0406076 Theory
+hep-th/0406082 Theory
+hep-th/0406096 Theory
+hep-th/0406105 Theory
+hep-th/0406116 Theory
+hep-th/0406120 Theory
+hep-th/0406146 Theory
+hep-th/0406178 Theory
+hep-th/0406197 Theory
+hep-th/0406205 Theory
+hep-th/0407136 Theory
+hep-th/0407140 Theory
+hep-th/0407229 Theory
+hep-th/0407262 Theory
+hep-th/0407264 Theory
+hep-th/0408067 Theory
+hep-th/0408109 Theory
+hep-th/0408168 Theory
+hep-th/0408205 Theory
+hep-th/0408240 Theory
+hep-th/0408245 Theory
+hep-th/0409129 Theory
+hep-th/0409159 Theory
+hep-th/0409169 Theory
+hep-th/0410123 Theory
+hep-th/0410128 Theory
+hep-th/0410166 Theory
+hep-th/0410180 Theory
+hep-th/0410232 Theory
+hep-th/0410272 Theory
+hep-th/0411041 Theory
+hep-th/0411130 Theory
+hep-th/0411166 Theory
+hep-th/0411183 Theory
+hep-th/0412163 Theory
+hep-th/0412215 Theory
+hep-th/0412239 Theory
+hep-th/0412266 Theory
+hep-th/0501072 Theory
+hep-th/0502048 Theory
+hep-th/0502083 Theory
+hep-th/0502122 Theory
+hep-th/0502155 Theory
+hep-th/0502157 Theory
+hep-th/0502161 Theory
+hep-th/0502186 Theory
+hep-th/0502206 Theory
+hep-th/0502208 Theory
+hep-th/0502214 Theory
+hep-th/0502219 Theory
+hep-th/0502228 Theory
+hep-th/0503207 Theory
+hep-th/0504013 Theory
+hep-th/0504042 Theory
+hep-th/0504109 Theory
+hep-th/0504115 Theory
+hep-th/0504116 Theory
+hep-th/0504161 Theory
+hep-th/0504230 Theory
+hep-th/0505001 Theory
+hep-th/0505076 Theory
+hep-th/0505201 Theory
+hep-th/0506010 Theory
+hep-th/0506014 Theory
+hep-th/0506028 Theory
+hep-th/0506055 Theory
+hep-th/0506076 Theory
+hep-th/0506077 Theory
+hep-th/0506091 Theory
+hep-th/0506169 Theory
+hep-th/0506206 Theory
+hep-th/0506232 Theory
+hep-th/0506255 Theory
+hep-th/0507061 Theory
+hep-th/0507135 Theory
+hep-th/0507138 Theory
+hep-th/0507190 Theory
+hep-th/0507191 Theory
+hep-th/0507240 Theory
+hep-th/0507268 Theory
+hep-th/0508004 Theory
+hep-th/0508048 Theory
+hep-th/0508086 Theory
+hep-th/0508102 Theory
+hep-th/0508149 Theory
+hep-th/0508206 Theory
+hep-th/0508214 Theory
+hep-th/0508248 Theory
+hep-th/0509051 Theory
+hep-th/0509063 Theory
+hep-th/0509154 Theory
+hep-th/0509192 Theory
+hep-th/0510046 Theory
+hep-th/0510049 Theory
+hep-th/0511043 Theory
+hep-th/0511197 Theory
+hep-th/0511239 Theory
+hep-th/0512005 Theory
+hep-th/0512101 Theory
+hep-th/0512161 Theory
+hep-th/0602054 Theory
+hep-th/0602071 Theory
+hep-th/0602086 Theory
+hep-th/0602296 Theory
+hep-th/0603025 Theory
+hep-th/0603041 Theory
+hep-th/0603086 Theory
+hep-th/0603202 Theory
+hep-th/0603206 Theory
+hep-th/0603232 Theory
+hep-th/0604008 Theory
+hep-th/0605023 Theory
+hep-th/0605063 Theory
+hep-th/0605073 Theory
+hep-th/0605141 Theory
+hep-th/0605150 Theory
+hep-th/0605151 Theory
+hep-th/0606011 Theory
+hep-th/0606037 Theory
+hep-th/0606041 Theory
+hep-th/0606078 Theory
+hep-th/0606084 Theory
+hep-th/0606099 Theory
+hep-th/0606105 Theory
+hep-th/0606122 Theory
+hep-th/0606125 Theory
+hep-th/0606184 Theory
+hep-th/0606218 Theory
+hep-th/0606236 Theory
+hep-th/0606241 Theory
+hep-th/0606276 Theory
+hep-th/0606282 Theory
+hep-th/0607028 Theory
+hep-th/0607037 Theory
+hep-th/0607150 Theory
+hep-th/0607198 Theory
+hep-th/0607236 Theory
+hep-th/0608003 Theory
+hep-th/0608027 Theory
+hep-th/0608050 Theory
+hep-th/0608129 Theory
+hep-th/0608132 Theory
+hep-th/0608213 Theory
+hep-th/0608224 Theory
+hep-th/0609073 Theory
+hep-th/0609180 Theory
+hep-th/0610175 Theory
+hep-th/0610179 Theory
+hep-th/0610257 Theory
+hep-th/0610271 Theory
+hep-th/0611016 Theory
+hep-th/0611219 Theory
+hep-th/0611266 Theory
+hep-th/0611303 Theory
+hep-th/0612065 Theory
+hep-th/0612130 Theory
+hep-th/0612201 Theory
+hep-th/0612300 Theory
+hep-th/0701236 Theory
+hep-th/0702055 Theory
+hep-th/0702187 Theory
+hep-th/0703020 Theory
+hep-th/0703102 Theory
+hep-th/0703148 Theory
+hep-th/0703249 Theory
+hep-th/0703260 Theory
+hep-th/9609233 Theory
+hep-th/9702056 Theory
+hep-th/9703024 Theory
+hep-th/9707243 Theory
+hep-th/9708146 Theory
+hep-th/9709081 Theory
+hep-th/9710158 Theory
+hep-th/9710226 Theory
+hep-th/9711107 Theory
+hep-th/9711165 Theory
+hep-th/9711179 Theory
+hep-th/9711205 Theory
+hep-th/9712007 Theory
+hep-th/9712071 Theory
+hep-th/9712075 Theory
+hep-th/9712097 Theory
+hep-th/9712143 Theory
+hep-th/9712230 Theory
+hep-th/9801027 Theory
+hep-th/9801067 Theory
+hep-th/9801099 Theory
+hep-th/9801118 Theory
+hep-th/9801189 Theory
+hep-th/9802027 Theory
+hep-th/9802171 Theory
+hep-th/9802194 Theory
+hep-th/9803065 Theory
+hep-th/9803077 Theory
+hep-th/9803108 Theory
+hep-th/9803147 Theory
+hep-th/9803260 Theory
+hep-th/9803263 Theory
+hep-th/9804065 Theory
+hep-th/9804078 Theory
+hep-th/9804175 Theory
+hep-th/9805046 Theory
+hep-th/9805104 Theory
+hep-th/9805125 Theory
+hep-th/9805158 Theory
+hep-th/9805176 Theory
+hep-th/9805207 Theory
+hep-th/9805217 Theory
+hep-th/9806001 Theory
+hep-th/9806028 Theory
+hep-th/9806056 Theory
+hep-th/9806158 Theory
+hep-th/9806214 Theory
+hep-th/9806238 Theory
+hep-th/9807172 Theory
+hep-th/9807182 Theory
+hep-th/9807189 Theory
+hep-th/9807200 Theory
+hep-th/9807214 Theory
+hep-th/9807229 Theory
+hep-th/9808020 Theory
+hep-th/9808031 Theory
+hep-th/9808087 Theory
+hep-th/9808125 Theory
+hep-th/9808126 Theory
+hep-th/9808128 Theory
+hep-th/9809009 Theory
+hep-th/9809063 Theory
+hep-th/9809145 Theory
+hep-th/9809162 Theory
+hep-th/9809175 Theory
+hep-th/9810075 Theory
+hep-th/9810116 Theory
+hep-th/9810126 Theory
+hep-th/9810168 Theory
+hep-th/9810192 Theory
+hep-th/9810200 Theory
+hep-th/9810240 Theory
+hep-th/9811017 Theory
+hep-th/9811021 Theory
+hep-th/9811126 Theory
+hep-th/9811129 Theory
+hep-th/9811156 Theory
+hep-th/9811255 Theory
+hep-th/9811258 Theory
+hep-th/9812015 Theory
+hep-th/9812062 Theory
+hep-th/9812100 Theory
+hep-th/9812131 Theory
+hep-th/9812144 Theory
+hep-th/9812239 Theory
+hep-th/9812240 Theory
+hep-th/9901004 Theory
+hep-th/9901014 Theory
+hep-th/9901017 Theory
+hep-th/9901045 Theory
+hep-th/9901048 Theory
+hep-th/9901057 Theory
+hep-th/9901139 Theory
+hep-th/9901154 Theory
+hep-th/9902004 Theory
+hep-th/9902033 Theory
+hep-th/9902073 Theory
+hep-th/9902134 Theory
+hep-th/9902179 Theory
+hep-th/9902202 Theory
+hep-th/9903019 Theory
+hep-th/9903023 Theory
+hep-th/9903026 Theory
+hep-th/9903049 Theory
+hep-th/9903111 Theory
+hep-th/9903120 Theory
+hep-th/9904008 Theory
+hep-th/9904020 Theory
+hep-th/9904039 Theory
+hep-th/9904050 Theory
+hep-th/9904113 Theory
+hep-th/9905018 Theory
+hep-th/9905027 Theory
+hep-th/9905032 Theory
+hep-th/9905036 Theory
+hep-th/9905068 Theory
+hep-th/9905081 Theory
+hep-th/9905157 Theory
+hep-th/9905177 Theory
+hep-th/9905181 Theory
+hep-th/9905212 Theory
+hep-th/9906031 Theory
+hep-th/9906056 Theory
+hep-th/9906166 Theory
+hep-th/9906206 Theory
+hep-th/9906248 Theory
+hep-th/9907022 Theory
+hep-th/9907062 Theory
+hep-th/9907155 Theory
+hep-th/9907178 Theory
+hep-th/9907188 Theory
+hep-th/9908040 Theory
+hep-th/9908047 Theory
+hep-th/9908075 Theory
+hep-th/9908077 Theory
+hep-th/9908085 Theory
+hep-th/9908107 Theory
+hep-th/9908113 Theory
+hep-th/9908116 Theory
+hep-th/9908201 Theory
+hep-th/9909182 Theory
+hep-th/9909202 Theory
+hep-th/9910024 Theory
+hep-th/9910061 Theory
+hep-th/9910195 Theory
+hep-th/9910197 Theory
+hep-th/9910241 Theory
+hep-th/9910260 Theory
+hep-th/9911084 Theory
+hep-th/9911090 Theory
+hep-th/9911093 Theory
+hep-th/9911172 Theory
+hep-th/9911173 Theory
+hep-th/9911255 Theory
+hep-th/9912073 Theory
+hep-th/9912244 Theory
+math-ph/0305033
+math-ph/0604014
+math-ph/0608011
+math-ph/0612050
+math/0703441 Quantum Algebra
+physics/9711001
+0708.2110 Optics
+0708.2993 General Physics
+0709.3909
+0712.0807 Differential Geometry
+0804.2150 Representation Theory
+0807.3081 Data Analysis, Statistics and Probability
+0809.3641 Classical Analysis and ODEs
+0809.4373
+0810.1308 Mesoscale and Nanoscale Physics
+0810.2327
+0810.4996 Algebraic Geometry
+0810.5592
+0811.3711 Symplectic Geometry
+0811.3964 Phenomenology
+0901.2224 Databases
+0901.4000
+0902.0562 Information Theory
+0902.0727 Combinatorics
+0903.1003 Classical Analysis and ODEs
+0903.1084 History and Overview
+0903.3359 Algebraic Geometry
+0903.5123 Classical Analysis and ODEs
+0905.0013 Phenomenology
+0905.4791 General Physics
+0906.0531 Networking and Internet Architecture
+0906.5097 Algebraic Geometry
+0906.5601 Geometric Topology
+0907.1123 Optics
+0908.1064 Statistical Mechanics
+0908.4594 Phenomenology
+0909.0123 Statistical Finance
+0910.2195 Classical Analysis and ODEs
+0910.4618 Networking and Internet Architecture
+0910.4759 Group Theory
+0911.3975 Group Theory
+0911.5632 Mesoscale and Nanoscale Physics
+0912.0797 Information Theory
+0912.0917 Classical Analysis and ODEs
+0912.3683 Cosmology and Nongalactic Astrophysics
+1001.0129 Representation Theory
+1001.0544 Algebraic Geometry
+1002.0122 Combinatorics
+1002.0796 Probability
+1002.3541 Data Structures and Algorithms
+1002.4932 Theory
+1003.0092 Superconductivity
+1003.0168 Trading and Market Microstructure
+1003.1447 Statistical Mechanics
+1003.4968 Optics
+1003.5736 Algebraic Geometry
+1004.0467 Mesoscale and Nanoscale Physics
+1004.1445 Superconductivity
+1004.2159 Computational Complexity
+1004.2380 Soft Condensed Matter
+1004.3143 Soft Condensed Matter
+1004.3381 Computational Geometry
+1004.3648 Superconductivity
+1004.3890 Networking and Internet Architecture
+1005.0133 Materials Science
+1005.0877 Statistical Finance
+1005.1964 Disordered Systems and Neural Networks
+1005.2657 Number Theory
+1005.3681 Learning
+1005.5174 Atomic Physics
+1006.0925 Solar and Stellar Astrophysics
+1006.1323 Analysis of PDEs
+1006.2347 Superconductivity
+1006.3736 Mesoscale and Nanoscale Physics
+1006.4389 Solar and Stellar Astrophysics
+1006.4693 Probability
+1006.4989 Phenomenology
+1007.0876 Molecular Networks
+1007.1543 Materials Science
+1007.1802 Distributed, Parallel, and Cluster Computing
+1007.2486 Optics
+1007.3136
+1007.3166 Differential Geometry
+1007.4291 Numerical Analysis
+1007.4553 Classical Analysis and ODEs
+1007.4744
+1007.4890 Distributed, Parallel, and Cluster Computing
+1007.5109 Statistics Theory
+1007.5138 Solar and Stellar Astrophysics
+1007.5175
+1007.5216 Group Theory
+1007.5239 Networking and Internet Architecture
+1007.5295
+1007.5341 Networking and Internet Architecture
+1007.5385 Phenomenology
+1008.0010
+1008.0011 Distributed, Parallel, and Cluster Computing
+1008.0012 Superconductivity
+1008.0023 Commutative Algebra
+1008.0025 Commutative Algebra
+1008.0033 Phenomenology
+1008.0034 Optics
+1008.0050 Networking and Internet Architecture
+1008.0058 Materials Science
+1008.0060 Networking and Internet Architecture
+1008.0062 Disordered Systems and Neural Networks
+1008.0063 Neural and Evolutionary Computing
+1008.0067 Optics
+1008.0069 Statistical Mechanics
+1008.0084 Superconductivity
+1008.0086
+1008.0092 Other Computer Science
+1008.0093 Materials Science
+1008.0104 Experiment
+1008.0105 Phenomenology
+1008.0109 Metric Geometry
+1008.0110 Metric Geometry
+1008.0118 Geometric Topology
+1008.0120 Rings and Algebras
+1008.0121 Statistics Theory
+1008.0123 Quantum Algebra
+1008.0125
+1008.0127 Statistics Theory
+1008.0137 Astrophysics of Galaxies
+1008.0140 Information Theory
+1008.0146 Instrumentation and Methods for Astrophysics
+1008.0147 Computer Science and Game Theory
+1008.0149 Statistical Finance
+1008.0155 Number Theory
+1008.0162 Plasma Physics
+1008.0163 Functional Analysis
+1008.0165 Fluid Dynamics
+1008.0166 Algebraic Topology
+1008.0169 Experiment
+1008.0170 Computation and Language
+1008.0174 General Physics
+1008.0176 Combinatorics
+1008.0180 Dynamical Systems
+1008.0186 Probability
+1008.0187 Cosmology and Nongalactic Astrophysics
+1008.0188 General Physics
+1008.0189 Combinatorics
+1008.0192 Probability
+1008.0196 Analysis of PDEs
+1008.0197 Analysis of PDEs
+1008.0199 Analysis of PDEs
+1008.0200 Optimization and Control
+1008.0211
+1008.0215 Statistical Mechanics
+1008.0216 Physics Education
+1008.0218 Phenomenology
+1008.0222 Phenomenology
+1008.0223 Information Theory
+1008.0227 Networking and Internet Architecture
+1008.0230 Computational Physics
+1008.0233 Number Theory
+1008.0235 Information Theory
+1008.0239 Phenomenology
+1008.0243 Operator Algebras
+1008.0250 Materials Science
+1008.0253
+1008.0256 Cryptography and Security
+1008.0264 General Topology
+1008.0266 Functional Analysis
+1008.0267 Statistical Mechanics
+1008.0270 Networking and Internet Architecture
+1008.0271 Probability
+1008.0273 Artificial Intelligence
+1008.0276 Probability
+1008.0278 Pattern Formation and Solitons
+1008.0284 Optics
+1008.0285 Information Theory
+1008.0288 Analysis of PDEs
+1008.0290 Probability
+1008.0305 Algebraic Geometry
+1008.0307 Earth and Planetary Astrophysics
+1008.0308 Phenomenology
+1008.0310 Combinatorics
+1008.0326 Materials Science
+1008.0328 Earth and Planetary Astrophysics
+1008.0331 Cosmology and Nongalactic Astrophysics
+1008.0336 Learning
+1008.0339
+1008.0345
+1008.0351 Theory
+1008.0353 Numerical Analysis
+1008.0364 Phenomenology
+1008.0373
+1008.0374 Mesoscale and Nanoscale Physics
+1008.0375 Solar and Stellar Astrophysics
+1008.0376 Classical Analysis and ODEs
+1008.0377 Geometric Topology
+1008.0379 Astrophysics of Galaxies
+1008.0385
+cond-mat/0011445 Mesoscale and Nanoscale Physics
+cond-mat/0204019 Mesoscale and Nanoscale Physics
+cond-mat/0302286 Mesoscale and Nanoscale Physics
+cond-mat/0307724 Mesoscale and Nanoscale Physics
+cond-mat/0308067 Mesoscale and Nanoscale Physics
+cond-mat/0508023 Mesoscale and Nanoscale Physics
+math/0106085 General Topology
+math/0403295 Geometric Topology
+math/0611025 Geometric Topology
+math/0611107 Algebraic Geometry
+math/0611714 Differential Geometry
+q-bio/0702004 Neurons and Cognition
+0705.0097 Other Condensed Matter
+0705.3822 Metric Geometry
+0706.1313 Group Theory
+0707.0487 Geometric Topology
+0707.4646 Algebraic Geometry
+0709.2331 Metric Geometry
+0709.3021 Combinatorics
+0710.3290 Algebraic Geometry
+0710.3580 Computational Physics
+0801.2443 Combinatorics
+0803.0786
+0808.2987 Theory
+0808.3169 Geometric Topology
+0809.2212 Strongly Correlated Electrons
+0810.1012 Combinatorics
+0810.4467 Theory
+0811.0809 Number Theory
+0811.1485
+0812.0986 Category Theory
+0901.0282 Earth and Planetary Astrophysics
+0901.4499 Materials Science
+0903.1647 Other Condensed Matter
+0903.5428 Cosmology and Nongalactic Astrophysics
+0905.0591 Geometric Topology
+0905.0644
+0905.0963 Phenomenology
+0905.2807
+0905.3567 High Energy Astrophysical Phenomena
+0905.3892 Cosmology and Nongalactic Astrophysics
+0906.0389 Differential Geometry
+0906.0943 Computational Physics
+0906.3695 Phenomenology
+0906.4055 Theory
+0906.4061 Materials Science
+0906.4549 Neurons and Cognition
+0907.0562 Phenomenology
+0907.1639 Materials Science
+0907.4967
+0907.5461 Physics Education
+0908.0137 Numerical Analysis
+0908.1662
+0909.0580
+0909.5165 Phenomenology
+0910.1242 Mesoscale and Nanoscale Physics
+0910.2693 Quantum Gases
+0910.3108 Phenomenology
+0910.3309 Lattice
+0910.3315 Lattice
+0910.4010 Mesoscale and Nanoscale Physics
+0910.4986 Theory
+0910.5064 High Energy Astrophysical Phenomena
+0911.0859 Commutative Algebra
+0911.1498 General Physics
+0911.3057 Physics and Society
+0912.0912 Solar and Stellar Astrophysics
+0912.2331 Soft Condensed Matter
+1001.0273 Populations and Evolution
+1001.0865 Quantum Gases
+1001.2392 Mesoscale and Nanoscale Physics
+1001.3966 Data Analysis, Statistics and Probability
+1001.4098 Pricing of Securities
+1001.4590
+1001.4855 Algebraic Geometry
+1001.5062 Atomic Physics
+1002.0843 Chaotic Dynamics
+1002.0853 Numerical Analysis
+1002.0856 Classical Physics
+1002.0862 Number Theory
+1002.0865 Distributed, Parallel, and Cluster Computing
+1002.0871 Theory
+1002.0874 Data Structures and Algorithms
+1002.0879 Category Theory
+1002.0887 Numerical Analysis
+1002.0890 Lattice
+1002.0901 Exactly Solvable and Integrable Systems
+1002.0904 Computation and Language
+1002.0910 Logic
+1002.0912 Fluid Dynamics
+1002.0917 Trading and Market Microstructure
+1002.0921 Algebraic Geometry
+1002.0925 Lattice
+1002.0926 Soft Condensed Matter
+1002.0928 Analysis of PDEs
+1002.0929 Algebraic Topology
+1002.0930 Programming Languages
+1002.0932 Combinatorics
+1002.0933 Programming Languages
+1002.0935 Logic in Computer Science
+1002.0936 Programming Languages
+1002.0937 Programming Languages
+1002.0938 General Mathematics
+1002.0939 Distributed, Parallel, and Cluster Computing
+1002.0940 Programming Languages
+1002.0941 Metric Geometry
+1002.0942 Programming Languages
+1002.0944 Experiment
+1002.0945 Representation Theory
+1002.0950 Statistical Mechanics
+1002.0952 General Physics
+1002.0953
+1002.0958
+1002.0959
+1002.0963 Databases
+1002.0971 Databases
+1002.0982 Information Theory
+1002.0987 Quantum Algebra
+1002.1005 Software Engineering
+1002.1007 Instrumentation and Detectors
+1002.1008 Representation Theory
+1002.1012 Instrumentation and Detectors
+1002.1016 Discrete Mathematics
+1002.1021 Data Structures and Algorithms
+1002.1027
+1002.1029 Superconductivity
+1002.1030 Materials Science
+1002.1038 Complex Variables
+1002.1040 Spectral Theory
+1002.1043 Atomic and Molecular Clusters
+1002.1047 Mesoscale and Nanoscale Physics
+1002.1055 Dynamical Systems
+1002.1058 Combinatorics
+1002.1060 Information Theory
+1002.1061 Functional Analysis
+1002.1065 Geometric Topology
+1002.1067 Cosmology and Nongalactic Astrophysics
+astro-ph/0110575
+cond-mat/0402593 Other Condensed Matter
+cond-mat/0702123 Other Condensed Matter
+gr-qc/0603058
+hep-ph/0301020 Phenomenology
+hep-th/0002176 Theory
+hep-th/0008083 Theory
+hep-th/0012067 Theory
+hep-th/0105060 Theory
+hep-th/0109191 Theory
+hep-th/0201132 Theory
+hep-th/0207252 Theory
+hep-th/0301203 Theory
+hep-th/0304201 Theory
+hep-th/0405156 Theory
+hep-th/9303050 Theory
+hep-th/9303165 Theory
+hep-th/9307091 Theory
+hep-th/9307180 Theory
+hep-th/9308071 Theory
+hep-th/9404152 Theory
+hep-th/9508164 Theory
+hep-th/9510242 Theory
+hep-th/9603028 Theory
+hep-th/9604002 Theory
+hep-th/9605158 Theory
+hep-th/9704034 Theory
+hep-th/9706133 Theory
+hep-th/9707247 Theory
+hep-th/9806205 Theory
+hep-th/9902084 Theory
+hep-th/9903058 Theory
+hep-th/9906146 Theory
+hep-th/9911104 Theory
+hep-th/9911237 Theory
+math-ph/0607051
+math-ph/9904030
+math/0507501 Algebraic Geometry
+math/0702871 Algebraic Geometry
+quant-ph/0609153
+0704.1599 Dynamical Systems
+0705.3511 Theory
+0706.3856 Combinatorics
+0707.1932 Statistical Mechanics
+0708.1491 Combinatorics
+0709.2547 Experiment
+0710.1437 Lattice
+0710.2880 Lattice
+0711.1616 Phenomenology
+0803.3058 Mesoscale and Nanoscale Physics
+0805.4229
+0806.4280 Physics and Society
+0808.0685
+0809.1919
+0810.0360
+0810.2369
+0810.3567
+0812.0376
+0812.1399
+0812.2795 Phenomenology
+0901.4308
+0902.1515
+0902.1682
+0902.2696
+0902.2878
+0902.3274 Theory
+0903.2234 Phenomenology
+0903.3277 Materials Science
+0903.4644 Theory
+0903.4665 Phenomenology
+0904.4320 Theory
+0904.4660 Mesoscale and Nanoscale Physics
+0905.3200
+0905.4833 Statistical Mechanics
+0906.2028 Theory
+0906.2969 Experiment
+0906.4122 Soft Condensed Matter
+0906.4496 Differential Geometry
+0907.2994 Strongly Correlated Electrons
+0907.3633 Instrumentation and Detectors
+0908.0920 Cosmology and Nongalactic Astrophysics
+0909.0380 Phenomenology
+0909.1695 Combinatorics
+0909.3072
+0909.3946 Differential Geometry
+0910.1451 General Physics
+0910.2017 Number Theory
+0910.2490 General Physics
+0910.2991 Instrumentation and Detectors
+0910.3524 Lattice
+0911.1191 Dynamical Systems
+0911.3442
+0912.1350 Commutative Algebra
+0912.2107 Dynamical Systems
+0912.2163
+1001.0363 General Physics
+1001.2413 Probability
+1001.2577 Group Theory
+1001.3592 Commutative Algebra
+1001.4767 Mesoscale and Nanoscale Physics
+1002.0246 Differential Geometry
+1002.0788 Analysis of PDEs
+1002.2969 Statistical Mechanics
+1002.3164 Solar and Stellar Astrophysics
+1002.3451 Rings and Algebras
+1003.1953 General Physics
+1003.2734 Mesoscale and Nanoscale Physics
+1003.2918 Soft Condensed Matter
+1004.2423 Numerical Analysis
+1004.2916
+1004.3430
+1004.3434
+1004.3828 Cosmology and Nongalactic Astrophysics
+1005.0501 Theory
+1005.1101 General Physics
+1005.3065 Chemical Physics
+1005.3330 Phenomenology
+1005.3503 Phenomenology
+1005.3849 Phenomenology
+1005.3948 Phenomenology
+1005.4535 Strongly Correlated Electrons
+1005.5323 Phenomenology
+1005.5684 Phenomenology
+1005.5721 Theory
+1006.0144 Phenomenology
+1006.0339
+1006.0425 Phenomenology
+1006.0559
+1006.0714 Theory
+1006.0790 Statistical Mechanics
+1006.1056 Theory
+1006.1118 Phenomenology
+1006.1477 Phenomenology
+1006.1776 Phenomenology
+1006.2056 Theory
+1006.2342 Experiment
+1006.2753 Phenomenology
+1006.2810 Phenomenology
+1006.2855 Experiment
+1006.2872 Mesoscale and Nanoscale Physics
+1006.3713 Experiment
+1006.4077 Experiment
+1006.4184 Experiment
+1006.4247 Statistical Mechanics
+1006.4471 Phenomenology
+1006.4494 Phenomenology
+1006.4731 Phenomenology
+1006.4988 Phenomenology
+1006.5014 Phenomenology
+1006.5210 High Energy Astrophysical Phenomena
+1006.5322 Experiment
+1006.5339 Phenomenology
+1006.5417 Phenomenology
+1006.5593 Phenomenology
+1006.5679 Phenomenology
+1006.5696 Phenomenology
+1006.5918 Phenomenology
+1006.5925 Phenomenology
+1007.0036 Phenomenology
+1007.0184
+1007.0351 Phenomenology
+1007.0354 Phenomenology
+1007.0385 Optics
+1007.0498 Phenomenology
+1007.0748 Experiment
+1007.0897 Phenomenology
+1007.1384 Phenomenology
+1007.1920 Phenomenology
+1007.2107 Phenomenology
+1007.2355
+1007.2384 Phenomenology
+1007.2768
+1007.2784 Phenomenology
+1007.3145 Phenomenology
+1007.3465 Phenomenology
+1007.3657 Phenomenology
+1007.4456 Theory
+1007.4458 Optimization and Control
+1007.4563 Phenomenology
+1007.4734 Cosmology and Nongalactic Astrophysics
+1007.5477 Phenomenology
+1008.0131
+1008.0255 Phenomenology
+1008.0261 Phenomenology
+1008.0269 Mesoscale and Nanoscale Physics
+1008.0472
+1008.0644 Theory
+1008.0792 Phenomenology
+1008.0951 Phenomenology
+1008.1181 Lattice
+1008.1222 Algebraic Geometry
+1008.1256 Materials Science
+1008.1587 Strongly Correlated Electrons
+1008.1706 Phenomenology
+1008.1973 Experiment
+1008.2004 Phenomenology
+1008.2137 Phenomenology
+1008.2281 Phenomenology
+1008.2567 Experiment
+1008.2634 Phenomenology
+1008.2725 Experiment
+1008.2971 Cosmology and Nongalactic Astrophysics
+1008.3076 Lattice
+1008.3207 Experiment
+1008.3422 Atomic Physics
+1008.3451
+1008.3827 Phenomenology
+1008.4130
+1008.4782 Geophysics
+1008.5240 Theory
+1009.0238 Statistical Mechanics
+1009.0239 Statistical Mechanics
+1009.1746 Mesoscale and Nanoscale Physics
+1009.1757 Phenomenology
+1009.1833
+1009.1837 Geophysics
+1009.1850 Materials Science
+1009.1880 Theory
+1009.1888 Strongly Correlated Electrons
+1009.1963 Instrumentation and Detectors
+1009.2345 Phenomenology
+1009.2477 Phenomenology
+1009.2691
+1009.2752 Cosmology and Nongalactic Astrophysics
+1009.2780 Phenomenology
+1009.2839
+1009.2891
+1009.3675 Pattern Formation and Solitons
+1009.4666 Phenomenology
+1009.4969 Information Theory
+1009.6071
+1010.1884 Optics
+1010.3079
+1010.3540 Classical Analysis and ODEs
+1010.3918 Instrumentation and Methods for Astrophysics
+1010.3952 Commutative Algebra
+1010.4614 Differential Geometry
+1010.5015 Superconductivity
+1011.0022 Probability
+1011.1032 Operator Algebras
+1011.1985
+1011.2815 Phenomenology
+1011.3310 Complex Variables
+1011.3425 Functional Analysis
+1011.3453 Analysis of PDEs
+1011.3465 History and Overview
+1011.4063 Cosmology and Nongalactic Astrophysics
+1011.4070 Optics
+1011.4071 Social and Information Networks
+1011.4081 Materials Science
+1011.4088 Machine Learning
+1011.4093 Other Computer Science
+1011.4095 Statistical Mechanics
+1011.4098 Social and Information Networks
+1011.4111 Geophysics
+1011.4113 Statistical Mechanics
+1011.4114 Category Theory
+1011.4116 Complex Variables
+1011.4125 Populations and Evolution
+1011.4130 Analysis of PDEs
+1011.4132 Algebraic Topology
+1011.4133 Rings and Algebras
+1011.4134 Populations and Evolution
+1011.4135 Distributed, Parallel, and Cluster Computing
+1011.4137 Statistical Mechanics
+1011.4139 Cosmology and Nongalactic Astrophysics
+1011.4140 Differential Geometry
+1011.4143 Neurons and Cognition
+1011.4145 General Topology
+1011.4146 Algebraic Geometry
+1011.4147 Human-Computer Interaction
+1011.4152 Solar and Stellar Astrophysics
+1011.4155 Computation and Language
+1011.4163 Classical Analysis and ODEs
+1011.4174 Strongly Correlated Electrons
+1011.4175 Chaotic Dynamics
+1011.4188 Neurons and Cognition
+1011.4192 Spectral Theory
+1011.4195 Phenomenology
+1011.4201 Materials Science
+1011.4203 Materials Science
+1011.4204 Mesoscale and Nanoscale Physics
+1011.4210 Statistical Mechanics
+1011.4216 Combinatorics
+1011.4226 Astrophysics of Galaxies
+1011.4229 Lattice
+1011.4230 Lattice
+1011.4232 Complex Variables
+1011.4233 Mesoscale and Nanoscale Physics
+1011.4236 Analysis of PDEs
+1011.4241 Superconductivity
+1011.4244 Optics
+1011.4245 Quantitative Methods
+1011.4253 Complex Variables
+1011.4254 Theory
+1011.4260 Experiment
+1011.4262 Number Theory
+1011.4265 Exactly Solvable and Integrable Systems
+1011.4268 Exactly Solvable and Integrable Systems
+1011.4269 Combinatorics
+1011.4274 Cosmology and Nongalactic Astrophysics
+1011.4277 Geometric Topology
+1011.4282 Analysis of PDEs
+1011.4285 Quantum Algebra
+1011.4286 Soft Condensed Matter
+astro-ph/0002300
+astro-ph/0002394
+astro-ph/0004051
+astro-ph/0007176
+astro-ph/0009383
+astro-ph/0011028
+astro-ph/0101002
+astro-ph/0101011
+astro-ph/0101013
+astro-ph/0101053
+astro-ph/0103015
+astro-ph/0108411
+astro-ph/0109058
+astro-ph/0111582
+astro-ph/0111604
+astro-ph/0202345
+astro-ph/0203138
+astro-ph/0203293
+astro-ph/0205213
+astro-ph/0207608
+astro-ph/0208349
+astro-ph/0209503
+astro-ph/0212367
+astro-ph/0302202
+astro-ph/0304228
+astro-ph/0304412
+astro-ph/0305034
+astro-ph/0305151
+astro-ph/0311327
+astro-ph/0401563
+astro-ph/0401575
+astro-ph/0401613
+astro-ph/0402005
+astro-ph/0403200
+astro-ph/0404554
+astro-ph/0406315
+astro-ph/0407112
+astro-ph/0407155
+astro-ph/0408016
+astro-ph/0408047
+astro-ph/0409244
+astro-ph/0411794
+astro-ph/0501030
+astro-ph/0501073
+astro-ph/0505460
+astro-ph/0506053
+astro-ph/9303005
+astro-ph/9309051
+astro-ph/9804325
+astro-ph/9901024
+astro-ph/9903489
+astro-ph/9904144
+astro-ph/9907225
+astro-ph/9910371
+astro-ph/9911513
+astro-ph/9911525
+chao-dyn/9609014 Chaotic Dynamics
+cond-mat/0211238
+cond-mat/0306282 Soft Condensed Matter
+cond-mat/9705086
+cond-mat/9712294 Superconductivity
+cs/0306005 Software Engineering
+cs/0306029 Distributed, Parallel, and Cluster Computing
+cs/0608085 Computational Complexity
+dg-ga/9610001 Differential Geometry
+gr-qc/0001026
+gr-qc/0001039
+gr-qc/0001049
+gr-qc/0001058
+gr-qc/0001067
+gr-qc/0002001
+gr-qc/0002031
+gr-qc/0002034
+gr-qc/0002056
+gr-qc/0002078
+gr-qc/0002093
+gr-qc/0003023
+gr-qc/0003046
+gr-qc/0003060
+gr-qc/0003080
+gr-qc/0004002
+gr-qc/0004081
+gr-qc/0005005
+gr-qc/0005028
+gr-qc/0005042
+gr-qc/0005132
+gr-qc/0006014
+gr-qc/0006034
+gr-qc/0006046
+gr-qc/0006051
+gr-qc/0008025
+gr-qc/0011049
+gr-qc/0011065
+gr-qc/0011100
+gr-qc/0012006
+gr-qc/0012007
+gr-qc/0012020
+gr-qc/0012056
+gr-qc/0101043
+gr-qc/0101083
+gr-qc/0101091
+gr-qc/0102031
+gr-qc/0102036
+gr-qc/0102075
+gr-qc/0102095
+gr-qc/0102104
+gr-qc/0105123
+gr-qc/0106008
+gr-qc/0106076
+gr-qc/0106092
+gr-qc/0108002
+gr-qc/0109027
+gr-qc/0109069
+gr-qc/0109078
+gr-qc/0109085
+gr-qc/0110055
+gr-qc/0110075
+gr-qc/0110095
+gr-qc/0110096
+gr-qc/0110125
+gr-qc/0111050
+gr-qc/0111066
+gr-qc/0111070
+gr-qc/0111075
+gr-qc/0112029
+gr-qc/0112075
+gr-qc/0201046
+gr-qc/0201080
+gr-qc/0203094
+gr-qc/0204019
+gr-qc/0204076
+gr-qc/0205048
+gr-qc/0205101
+gr-qc/0205107
+gr-qc/0205109
+gr-qc/0206002
+gr-qc/0207036
+gr-qc/0207049
+gr-qc/0209069
+gr-qc/0209084
+gr-qc/0210010
+gr-qc/0210011
+gr-qc/0210025
+gr-qc/0210035
+gr-qc/0210040
+gr-qc/0210107
+gr-qc/0211008
+gr-qc/0211094
+gr-qc/0301014
+gr-qc/0301109
+gr-qc/0302027
+gr-qc/0302050
+gr-qc/0303021
+gr-qc/0306096
+gr-qc/0306106
+gr-qc/0306127
+gr-qc/0307040
+gr-qc/0309082
+gr-qc/0310032
+gr-qc/0312039
+gr-qc/0312054
+gr-qc/0401028
+gr-qc/0401100
+gr-qc/0402084
+gr-qc/0402103
+gr-qc/0404037
+gr-qc/0404042
+gr-qc/0404104
+gr-qc/0404116
+gr-qc/0405052
+gr-qc/0406107
+gr-qc/0406119
+gr-qc/0407058
+gr-qc/0408057
+gr-qc/0409038
+gr-qc/0409056
+gr-qc/0410002
+gr-qc/0410039
+gr-qc/0410089
+gr-qc/0410125
+gr-qc/0410147
+gr-qc/0412098
+gr-qc/0502006
+gr-qc/0502046
+gr-qc/0502098
+gr-qc/0503050
+gr-qc/0504005
+gr-qc/0504078
+gr-qc/0504111
+gr-qc/0504117
+gr-qc/0505045
+gr-qc/0505046
+gr-qc/0505141
+gr-qc/0505143
+gr-qc/0505160
+gr-qc/0506072
+gr-qc/0506103
+gr-qc/0506128
+gr-qc/0507092
+gr-qc/0507096
+gr-qc/0603066
+gr-qc/9308030
+gr-qc/9310011
+gr-qc/9402017
+gr-qc/9404049
+gr-qc/9405059
+gr-qc/9411017
+gr-qc/9503035
+gr-qc/9504003
+gr-qc/9505005
+gr-qc/9506033
+gr-qc/9506044
+gr-qc/9506069
+gr-qc/9507037
+gr-qc/9507047
+gr-qc/9508001
+gr-qc/9508028
+gr-qc/9511024
+gr-qc/9512025
+gr-qc/9601022
+gr-qc/9602006
+gr-qc/9602009
+gr-qc/9602035
+gr-qc/9602061
+gr-qc/9603012
+gr-qc/9604012
+gr-qc/9604034
+gr-qc/9605023
+gr-qc/9605038
+gr-qc/9606034
+gr-qc/9606093
+gr-qc/9607034
+gr-qc/9608061
+gr-qc/9609033
+gr-qc/9609068
+gr-qc/9610026
+gr-qc/9611033
+gr-qc/9611060
+gr-qc/9612013
+gr-qc/9701011
+gr-qc/9703047
+gr-qc/9703062
+gr-qc/9703067
+gr-qc/9704029
+gr-qc/9704035
+gr-qc/9706014
+gr-qc/9706039
+gr-qc/9706063
+gr-qc/9706083
+gr-qc/9708058
+gr-qc/9708060
+gr-qc/9708065
+gr-qc/9708067
+gr-qc/9710035
+gr-qc/9711039
+gr-qc/9712022
+gr-qc/9712083
+gr-qc/9801044
+gr-qc/9801068
+gr-qc/9801079
+gr-qc/9801085
+gr-qc/9802002
+gr-qc/9802012
+gr-qc/9802039
+gr-qc/9802059
+gr-qc/9802061
+gr-qc/9803019
+gr-qc/9803042
+gr-qc/9803048
+gr-qc/9803053
+gr-qc/9803059
+gr-qc/9803084
+gr-qc/9803098
+gr-qc/9804013
+gr-qc/9804058
+gr-qc/9805015
+gr-qc/9805035
+gr-qc/9805043
+gr-qc/9805061
+gr-qc/9806015
+gr-qc/9806032
+gr-qc/9806046
+gr-qc/9806074
+gr-qc/9806096
+gr-qc/9806112
+gr-qc/9807003
+gr-qc/9807086
+gr-qc/9809010
+gr-qc/9809014
+gr-qc/9809024
+gr-qc/9810009
+gr-qc/9810039
+gr-qc/9810042
+gr-qc/9810080
+gr-qc/9810081
+gr-qc/9811076
+gr-qc/9901011
+gr-qc/9901028
+gr-qc/9902003
+gr-qc/9902072
+gr-qc/9906004
+gr-qc/9906034
+gr-qc/9906056
+gr-qc/9907044
+gr-qc/9907046
+gr-qc/9907092
+gr-qc/9907096
+gr-qc/9907106
+gr-qc/9908044
+gr-qc/9908054
+gr-qc/9908074
+gr-qc/9910013
+gr-qc/9910026
+gr-qc/9910067
+gr-qc/9910103
+gr-qc/9910104
+gr-qc/9911080
+gr-qc/9911107
+gr-qc/9912040
+gr-qc/9912074
+gr-qc/9912116
+hep-lat/0002006 Lattice
+hep-lat/0006025 Lattice
+hep-lat/0012001 Lattice
+hep-lat/0409008 Lattice
+hep-lat/0409018 Lattice
+hep-lat/9209012 Lattice
+hep-lat/9211046 Lattice
+hep-lat/9312080 Lattice
+hep-lat/9501022 Lattice
+hep-lat/9506011 Lattice
+hep-lat/9506012 Lattice
+hep-lat/9506013 Lattice
+hep-lat/9603023 Lattice
+hep-lat/9608094 Lattice
+hep-lat/9609014 Lattice
+hep-lat/9704006 Lattice
+hep-lat/9707024 Lattice
+hep-lat/9709048 Lattice
+hep-lat/9709092 Lattice
+hep-lat/9709126 Lattice
+hep-lat/9709157 Lattice
+hep-lat/9710064 Lattice
+hep-lat/9711035 Lattice
+hep-lat/9711044 Lattice
+hep-lat/9712005 Lattice
+hep-lat/9712024 Lattice
+hep-lat/9802012 Lattice
+hep-lat/9802019 Lattice
+hep-lat/9804026 Lattice
+hep-lat/9809016 Lattice
+hep-lat/9809075 Lattice
+hep-lat/9809085 Lattice
+hep-lat/9809180 Lattice
+hep-lat/9810051 Lattice
+hep-lat/9901002 Lattice
+hep-lat/9901010 Lattice
+hep-lat/9902006 Lattice
+hep-lat/9902019 Lattice
+hep-lat/9903032 Lattice
+hep-lat/9911028 Lattice
+hep-lat/9911033 Lattice
+hep-lat/9911035 Lattice
+hep-ph/0002212 Phenomenology
+hep-ph/0003013 Phenomenology
+hep-ph/0003145 Phenomenology
+hep-ph/0003247 Phenomenology
+hep-ph/0004003 Phenomenology
+hep-ph/0005287 Phenomenology
+hep-ph/0006069 Phenomenology
+hep-ph/0006217 Phenomenology
+hep-ph/0008208 Phenomenology
+hep-ph/0011113 Phenomenology
+hep-ph/0011152 Phenomenology
+hep-ph/0012091 Phenomenology
+hep-ph/0012138 Phenomenology
+hep-ph/0101023 Phenomenology
+hep-ph/0101186 Phenomenology
+hep-ph/0101326 Phenomenology
+hep-ph/0102244 Phenomenology
+hep-ph/0107143 Phenomenology
+hep-ph/0108115 Phenomenology
+hep-ph/0108139 Phenomenology
+hep-ph/0109181 Phenomenology
+hep-ph/0111069 Phenomenology
+hep-ph/0201086 Phenomenology
+hep-ph/0203126 Phenomenology
+hep-ph/0204248 Phenomenology
+hep-ph/0204275 Phenomenology
+hep-ph/0204313 Phenomenology
+hep-ph/0205090 Phenomenology
+hep-ph/0207009 Phenomenology
+hep-ph/0209144 Phenomenology
+hep-ph/0209178 Phenomenology
+hep-ph/0210045 Phenomenology
+hep-ph/0210134 Phenomenology
+hep-ph/0210320 Phenomenology
+hep-ph/0212317 Phenomenology
+hep-ph/0302083 Phenomenology
+hep-ph/0302176 Phenomenology
+hep-ph/0302263 Phenomenology
+hep-ph/0303243 Phenomenology
+hep-ph/0304118 Phenomenology
+hep-ph/0304142 Phenomenology
+hep-ph/0304223 Phenomenology
+hep-ph/0306206 Phenomenology
+hep-ph/0307053 Phenomenology
+hep-ph/0309205 Phenomenology
+hep-ph/0310175 Phenomenology
+hep-ph/0311025 Phenomenology
+hep-ph/0312245 Phenomenology
+hep-ph/0402157 Phenomenology
+hep-ph/0406216 Phenomenology
+hep-ph/0407202 Phenomenology
+hep-ph/0407267 Phenomenology
+hep-ph/0407304 Phenomenology
+hep-ph/0409033 Phenomenology
+hep-ph/0410095 Phenomenology
+hep-ph/0411103 Phenomenology
+hep-ph/0412318 Phenomenology
+hep-ph/0412361 Phenomenology
+hep-ph/0505168 Phenomenology
+hep-ph/0505187 Phenomenology
+hep-ph/0505201 Phenomenology
+hep-ph/0506200 Phenomenology
+hep-ph/0604012 Phenomenology
+hep-ph/0609307 Phenomenology
+hep-ph/9211263 Phenomenology
+hep-ph/9212239 Phenomenology
+hep-ph/9303264 Phenomenology
+hep-ph/9308255 Phenomenology
+hep-ph/9308284 Phenomenology
+hep-ph/9403392 Phenomenology
+hep-ph/9505329 Phenomenology
+hep-ph/9507201 Phenomenology
+hep-ph/9507385 Phenomenology
+hep-ph/9508276 Phenomenology
+hep-ph/9508299 Phenomenology
+hep-ph/9509375 Phenomenology
+hep-ph/9510213 Phenomenology
+hep-ph/9511423 Phenomenology
+hep-ph/9602213 Phenomenology
+hep-ph/9602309 Phenomenology
+hep-ph/9603439 Phenomenology
+hep-ph/9604305 Phenomenology
+hep-ph/9604450 Phenomenology
+hep-ph/9605363 Phenomenology
+hep-ph/9606373 Phenomenology
+hep-ph/9607486 Phenomenology
+hep-ph/9608282 Phenomenology
+hep-ph/9609284 Phenomenology
+hep-ph/9609452 Phenomenology
+hep-ph/9610294 Phenomenology
+hep-ph/9610401 Phenomenology
+hep-ph/9611338 Phenomenology
+hep-ph/9701235 Phenomenology
+hep-ph/9701353 Phenomenology
+hep-ph/9702256 Phenomenology
+hep-ph/9703252 Phenomenology
+hep-ph/9703395 Phenomenology
+hep-ph/9703411 Phenomenology
+hep-ph/9706318 Phenomenology
+hep-ph/9706513 Phenomenology
+hep-ph/9706531 Phenomenology
+hep-ph/9707388 Phenomenology
+hep-ph/9707397 Phenomenology
+hep-ph/9709203 Phenomenology
+hep-ph/9709234 Phenomenology
+hep-ph/9709489 Phenomenology
+hep-ph/9711426 Phenomenology
+hep-ph/9801433 Phenomenology
+hep-ph/9802325 Phenomenology
+hep-ph/9803295 Phenomenology
+hep-ph/9806238 Phenomenology
+hep-ph/9806269 Phenomenology
+hep-ph/9806431 Phenomenology
+hep-ph/9807470 Phenomenology
+hep-ph/9807524 Phenomenology
+hep-ph/9808231 Phenomenology
+hep-ph/9809232 Phenomenology
+hep-ph/9811350 Phenomenology
+hep-ph/9812287 Phenomenology
+hep-ph/9904444 Phenomenology
+hep-ph/9908310 Phenomenology
+hep-ph/9910234 Phenomenology
+hep-ph/9911217 Phenomenology
+hep-th/0001062 Theory
+hep-th/0001100 Theory
+hep-th/0001132 Theory
+hep-th/0001190 Theory
+hep-th/0001211 Theory
+hep-th/0002028 Theory
+hep-th/0002073 Theory
+hep-th/0002191 Theory
+hep-th/0002200 Theory
+hep-th/0003073 Theory
+hep-th/0003078 Theory
+hep-th/0003106 Theory
+hep-th/0003185 Theory
+hep-th/0003267 Theory
+hep-th/0003290 Theory
+hep-th/0004095 Theory
+hep-th/0004103 Theory
+hep-th/0005008 Theory
+hep-th/0005017 Theory
+hep-th/0005033 Theory
+hep-th/0005049 Theory
+hep-th/0005053 Theory
+hep-th/0005068 Theory
+hep-th/0005153 Theory
+hep-th/0006011 Theory
+hep-th/0006099 Theory
+hep-th/0006147 Theory
+hep-th/0006217 Theory
+hep-th/0006225 Theory
+hep-th/0006242 Theory
+hep-th/0007056 Theory
+hep-th/0007065 Theory
+hep-th/0007172 Theory
+hep-th/0008016 Theory
+hep-th/0008199 Theory
+hep-th/0008201 Theory
+hep-th/0008243 Theory
+hep-th/0008244 Theory
+hep-th/0008250 Theory
+hep-th/0009029 Theory
+hep-th/0009214 Theory
+hep-th/0010046 Theory
+hep-th/0010058 Theory
+hep-th/0010115 Theory
+hep-th/0010152 Theory
+hep-th/0010179 Theory
+hep-th/0010229 Theory
+hep-th/0010255 Theory
+hep-th/0011139 Theory
+hep-th/0011239 Theory
+hep-th/0012070 Theory
+hep-th/0012151 Theory
+hep-th/0012193 Theory
+hep-th/0101210 Theory
+hep-th/0101216 Theory
+hep-th/0102061 Theory
+hep-th/0102087 Theory
+hep-th/0102198 Theory
+hep-th/0104161 Theory
+hep-th/0105196 Theory
+hep-th/0105292 Theory
+hep-th/0106171 Theory
+hep-th/0106181 Theory
+hep-th/0106227 Theory
+hep-th/0107188 Theory
+hep-th/0108117 Theory
+hep-th/0108124 Theory
+hep-th/0108184 Theory
+hep-th/0108208 Theory
+hep-th/0108229 Theory
+hep-th/0109021 Theory
+hep-th/0109055 Theory
+hep-th/0109153 Theory
+hep-th/0110187 Theory
+hep-th/0111012 Theory
+hep-th/0111068 Theory
+hep-th/0111086 Theory
+hep-th/0111127 Theory
+hep-th/0201012 Theory
+hep-th/0201126 Theory
+hep-th/0201133 Theory
+hep-th/0201212 Theory
+hep-th/0202006 Theory
+hep-th/0202029 Theory
+hep-th/0202141 Theory
+hep-th/0202168 Theory
+hep-th/0203120 Theory
+hep-th/0203146 Theory
+hep-th/0203147 Theory
+hep-th/0203223 Theory
+hep-th/0203256 Theory
+hep-th/0204009 Theory
+hep-th/0204041 Theory
+hep-th/0204099 Theory
+hep-th/0204106 Theory
+hep-th/0204132 Theory
+hep-th/0204223 Theory
+hep-th/0204253 Theory
+hep-th/0205091 Theory
+hep-th/0205152 Theory
+hep-th/0205166 Theory
+hep-th/0205197 Theory
+hep-th/0206107 Theory
+hep-th/0206116 Theory
+hep-th/0206125 Theory
+hep-th/0206219 Theory
+hep-th/0207173 Theory
+hep-th/0207265 Theory
+hep-th/0208029 Theory
+hep-th/0208030 Theory
+hep-th/0208033 Theory
+hep-th/0209094 Theory
+hep-th/0210006 Theory
+hep-th/0210176 Theory
+hep-th/0210181 Theory
+hep-th/0210197 Theory
+hep-th/0210254 Theory
+hep-th/0211019 Theory
+hep-th/0211079 Theory
+hep-th/0211093 Theory
+hep-th/0211096 Theory
+hep-th/0211143 Theory
+hep-th/0211191 Theory
+hep-th/0211230 Theory
+hep-th/0212088 Theory
+hep-th/0212200 Theory
+hep-th/0212206 Theory
+hep-th/0212255 Theory
+hep-th/0301139 Theory
+hep-th/0301151 Theory
+hep-th/0301228 Theory
+hep-th/0302001 Theory
+hep-th/0302039 Theory
+hep-th/0302073 Theory
+hep-th/0302165 Theory
+hep-th/0303111 Theory
+hep-th/0304199 Theory
+hep-th/0305070 Theory
+hep-th/0306091 Theory
+hep-th/0306123 Theory
+hep-th/0306225 Theory
+hep-th/0306239 Theory
+hep-th/0307065 Theory
+hep-th/0307268 Theory
+hep-th/0308064 Theory
+hep-th/0309167 Theory
+hep-th/0310064 Theory
+hep-th/0310076 Theory
+hep-th/0310160 Theory
+hep-th/0310174 Theory
+hep-th/0310180 Theory
+hep-th/0310272 Theory
+hep-th/0311015 Theory
+hep-th/0311097 Theory
+hep-th/0311233 Theory
+hep-th/0311259 Theory
+hep-th/0312076 Theory
+hep-th/0312195 Theory
+hep-th/0312200 Theory
+hep-th/0312229 Theory
+hep-th/0401019 Theory
+hep-th/0401095 Theory
+hep-th/0401181 Theory
+hep-th/0402226 Theory
+hep-th/0402228 Theory
+hep-th/0403009 Theory
+hep-th/0403041 Theory
+hep-th/0403080 Theory
+hep-th/0403270 Theory
+hep-th/0403291 Theory
+hep-th/0403295 Theory
+hep-th/0403296 Theory
+hep-th/0404159 Theory
+hep-th/0404229 Theory
+hep-th/0405173 Theory
+hep-th/0405195 Theory
+hep-th/0405204 Theory
+hep-th/0405255 Theory
+hep-th/0405290 Theory
+hep-th/0406113 Theory
+hep-th/0406209 Theory
+hep-th/0406252 Theory
+hep-th/0407034 Theory
+hep-th/0407112 Theory
+hep-th/0407208 Theory
+hep-th/0409117 Theory
+hep-th/0409218 Theory
+hep-th/0410059 Theory
+hep-th/0410094 Theory
+hep-th/0410117 Theory
+hep-th/0410149 Theory
+hep-th/0410157 Theory
+hep-th/0410162 Theory
+hep-th/0410238 Theory
+hep-th/0411210 Theory
+hep-th/0411245 Theory
+hep-th/0412060 Theory
+hep-th/0412111 Theory
+hep-th/0412194 Theory
+hep-th/0412290 Theory
+hep-th/0501008 Theory
+hep-th/0501037 Theory
+hep-th/0502166 Theory
+hep-th/0502207 Theory
+hep-th/0503010 Theory
+hep-th/0503163 Theory
+hep-th/0503205 Theory
+hep-th/0504188 Theory
+hep-th/0504192 Theory
+hep-th/0505047 Theory
+hep-th/0612091 Theory
+hep-th/9201046 Theory
+hep-th/9202031 Theory
+hep-th/9203072 Theory
+hep-th/9209106 Theory
+hep-th/9211015 Theory
+hep-th/9212153 Theory
+hep-th/9302065 Theory
+hep-th/9402009 Theory
+hep-th/9402065 Theory
+hep-th/9410142 Theory
+hep-th/9501052 Theory
+hep-th/9501097 Theory
+hep-th/9503123 Theory
+hep-th/9505054 Theory
+hep-th/9505143 Theory
+hep-th/9506016 Theory
+hep-th/9506125 Theory
+hep-th/9506205 Theory
+hep-th/9507007 Theory
+hep-th/9507023 Theory
+hep-th/9507025 Theory
+hep-th/9507148 Theory
+hep-th/9508001 Theory
+hep-th/9508114 Theory
+hep-th/9508161 Theory
+hep-th/9509076 Theory
+hep-th/9509092 Theory
+hep-th/9510065 Theory
+hep-th/9510181 Theory
+hep-th/9511043 Theory
+hep-th/9511106 Theory
+hep-th/9511226 Theory
+hep-th/9601004 Theory
+hep-th/9601157 Theory
+hep-th/9602003 Theory
+hep-th/9602105 Theory
+hep-th/9603161 Theory
+hep-th/9605057 Theory
+hep-th/9605058 Theory
+hep-th/9605148 Theory
+hep-th/9606044 Theory
+hep-th/9607132 Theory
+hep-th/9607145 Theory
+hep-th/9607201 Theory
+hep-th/9608091 Theory
+hep-th/9608092 Theory
+hep-th/9608106 Theory
+hep-th/9608109 Theory
+hep-th/9609017 Theory
+hep-th/9609032 Theory
+hep-th/9609142 Theory
+hep-th/9609195 Theory
+hep-th/9610035 Theory
+hep-th/9610122 Theory
+hep-th/9610239 Theory
+hep-th/9611058 Theory
+hep-th/9611165 Theory
+hep-th/9611178 Theory
+hep-th/9611205 Theory
+hep-th/9611233 Theory
+hep-th/9612084 Theory
+hep-th/9612108 Theory
+hep-th/9612126 Theory
+hep-th/9612137 Theory
+hep-th/9612141 Theory
+hep-th/9612167 Theory
+hep-th/9612188 Theory
+hep-th/9612202 Theory
+hep-th/9702108 Theory
+hep-th/9702199 Theory
+hep-th/9703030 Theory
+hep-th/9703073 Theory
+hep-th/9703182 Theory
+hep-th/9703195 Theory
+hep-th/9704026 Theory
+hep-th/9704087 Theory
+hep-th/9704145 Theory
+hep-th/9704151 Theory
+hep-th/9704178 Theory
+hep-th/9704212 Theory
+hep-th/9705016 Theory
+hep-th/9705065 Theory
+hep-th/9705163 Theory
+hep-th/9706032 Theory
+hep-th/9706165 Theory
+hep-th/9706175 Theory
+hep-th/9707019 Theory
+hep-th/9707049 Theory
+hep-th/9707067 Theory
+hep-th/9707176 Theory
+hep-th/9707217 Theory
+hep-th/9708034 Theory
+hep-th/9709004 Theory
+hep-th/9709006 Theory
+hep-th/9709010 Theory
+hep-th/9709013 Theory
+hep-th/9709029 Theory
+hep-th/9710151 Theory
+hep-th/9710198 Theory
+hep-th/9711003 Theory
+hep-th/9711048 Theory
+hep-th/9711093 Theory
+hep-th/9711104 Theory
+hep-th/9711116 Theory
+hep-th/9711141 Theory
+hep-th/9711162 Theory
+hep-th/9711181 Theory
+hep-th/9712031 Theory
+hep-th/9712047 Theory
+hep-th/9712084 Theory
+hep-th/9712119 Theory
+hep-th/9712141 Theory
+hep-th/9712160 Theory
+hep-th/9712168 Theory
+hep-th/9712201 Theory
+hep-th/9712206 Theory
+hep-th/9801036 Theory
+hep-th/9801096 Theory
+hep-th/9801119 Theory
+hep-th/9801123 Theory
+hep-th/9802049 Theory
+hep-th/9802143 Theory
+hep-th/9803110 Theory
+hep-th/9803127 Theory
+hep-th/9803166 Theory
+hep-th/9803198 Theory
+hep-th/9804135 Theory
+hep-th/9804139 Theory
+hep-th/9804164 Theory
+hep-th/9804188 Theory
+hep-th/9805034 Theory
+hep-th/9805059 Theory
+hep-th/9805111 Theory
+hep-th/9805181 Theory
+hep-th/9806008 Theory
+hep-th/9806031 Theory
+hep-th/9806036 Theory
+hep-th/9806111 Theory
+hep-th/9806154 Theory
+hep-th/9807009 Theory
+hep-th/9807049 Theory
+hep-th/9807057 Theory
+hep-th/9807139 Theory
+hep-th/9807161 Theory
+hep-th/9807204 Theory
+hep-th/9808010 Theory
+hep-th/9808080 Theory
+hep-th/9808099 Theory
+hep-th/9808102 Theory
+hep-th/9809137 Theory
+hep-th/9810094 Theory
+hep-th/9810100 Theory
+hep-th/9810185 Theory
+hep-th/9810204 Theory
+hep-th/9811117 Theory
+hep-th/9811194 Theory
+hep-th/9811233 Theory
+hep-th/9812024 Theory
+hep-th/9812118 Theory
+hep-th/9901008 Theory
+hep-th/9901105 Theory
+hep-th/9903008 Theory
+hep-th/9903010 Theory
+hep-th/9903014 Theory
+hep-th/9903032 Theory
+hep-th/9903036 Theory
+hep-th/9903089 Theory
+hep-th/9903183 Theory
+hep-th/9903218 Theory
+hep-th/9904011 Theory
+hep-th/9904021 Theory
+hep-th/9904125 Theory
+hep-th/9904160 Theory
+hep-th/9904186 Theory
+hep-th/9905024 Theory
+hep-th/9905055 Theory
+hep-th/9905064 Theory
+hep-th/9905067 Theory
+hep-th/9905077 Theory
+hep-th/9905080 Theory
+hep-th/9905169 Theory
+hep-th/9905204 Theory
+hep-th/9905227 Theory
+hep-th/9906055 Theory
+hep-th/9907003 Theory
+hep-th/9907035 Theory
+hep-th/9907134 Theory
+hep-th/9907157 Theory
+hep-th/9907216 Theory
+hep-th/9908131 Theory
+hep-th/9908170 Theory
+hep-th/9909018 Theory
+hep-th/9909178 Theory
+hep-th/9909219 Theory
+hep-th/9909226 Theory
+hep-th/9910045 Theory
+hep-th/9910071 Theory
+hep-th/9910109 Theory
+hep-th/9911017 Theory
+hep-th/9911070 Theory
+hep-th/9911148 Theory
+hep-th/9911184 Theory
+hep-th/9911186 Theory
+hep-th/9912024 Theory
+hep-th/9912181 Theory
+hep-th/9912186 Theory
+math-ph/0105016
+math-ph/0205022
+math/0201151 Differential Geometry
+math/0501287 Quantum Algebra
+math/0604433 Geometric Topology
+math/0701647 Combinatorics
+nucl-th/0112037
+nucl-th/0112076
+nucl-th/0211018
+nucl-th/0305029
+nucl-th/0305032
+nucl-th/0403053
+nucl-th/9408022
+nucl-th/9702015
+nucl-th/9811069
+nucl-th/9901063
+nucl-th/9910013
+nucl-th/9912002
+physics/0001038 Classical Physics
+physics/0007063 Atomic Physics
+physics/0306111 Data Analysis, Statistics and Probability
+physics/0309005 Instrumentation and Detectors
+physics/0402131 Instrumentation and Detectors
+physics/0403078 Classical Physics
+physics/0404106 Instrumentation and Detectors
+q-alg/9505026 Quantum Algebra
+q-alg/9512015 Quantum Algebra
+quant-ph/0205082
+quant-ph/9701017
+0711.2404 Materials Science
+0801.3692 Number Theory
+0805.3847 Exactly Solvable and Integrable Systems
+0806.2249 Materials Science
+0807.2454 Functional Analysis
+0808.0284 Complex Variables
+0808.1518 Functional Analysis
+0808.3177
+0811.4737 Combinatorics
+0812.0667 Quantum Algebra
+0812.3997 Mesoscale and Nanoscale Physics
+0901.0247 Representation Theory
+0902.0750
+0902.1438 Materials Science
+0903.1406 Physics and Society
+0903.5086 Analysis of PDEs
+0904.2347 Soft Condensed Matter
+0905.4362
+0907.4949 Rings and Algebras
+0907.5360 Rings and Algebras
+0908.4354 Algebraic Geometry
+0911.3627 Geometric Topology
+0912.1431 Soft Condensed Matter
+1001.2449 Materials Science
+1001.2597 Theory
+1001.4371 Quantum Gases
+1002.1557 Combinatorics
+1002.1564 Materials Science
+1002.2113 Superconductivity
+1002.2958 Quantum Gases
+1004.2823 Superconductivity
+1004.3633 Optics
+1005.0902 Learning
+1005.2028 Physics and Society
+1005.2317 Theory
+1005.3771 Analysis of PDEs
+1005.3869 Optics
+1005.4368 Number Theory
+1005.4416 General Physics
+1005.4425 Number Theory
+1005.4426 Classical Analysis and ODEs
+1005.4427 Rings and Algebras
+1005.4431 Experiment
+1005.4435 Geometric Topology
+1005.4440 Biological Physics
+1005.4441 Analysis of PDEs
+1005.4446 Neural and Evolutionary Computing
+1005.4447 Artificial Intelligence
+1005.4452 Instrumentation and Methods for Astrophysics
+1005.4454 Instrumentation and Methods for Astrophysics
+1005.4456 Risk Management
+1005.4457 Instrumentation and Methods for Astrophysics
+1005.4473 High Energy Astrophysical Phenomena
+1005.4482 Strongly Correlated Electrons
+1005.4486
+1005.4488 Algebraic Geometry
+1005.4490 Optics
+1005.4500 Quantum Algebra
+1005.4502 Operator Algebras
+1005.4512 Category Theory
+1005.4514 Materials Science
+1005.4515 Statistical Mechanics
+1005.4525 Software Engineering
+1005.4526 Phenomenology
+1005.4532
+1005.4534 History and Philosophy of Physics
+1005.4536 Strongly Correlated Electrons
+1005.4539 Methodology
+1005.4542
+1005.4544 Cosmology and Nongalactic Astrophysics
+1005.4560 Plasma Physics
+1005.4561 Operator Algebras
+1005.4564 Human-Computer Interaction
+1005.4567 Differential Geometry
+1005.4569
+1005.4570 Probability
+1005.4573
+1005.4584 Other Computer Science
+1005.4585 Other Computer Science
+1005.4586 Strongly Correlated Electrons
+1005.4587 Strongly Correlated Electrons
+1005.4590 Probability
+1005.4591 Number Theory
+1005.4594 Probability
+1005.4596 Number Theory
+1005.4601 Probability
+1005.4606 Spectral Theory
+1005.4615 Soft Condensed Matter
+1005.4616 Programming Languages
+1005.4624 Analysis of PDEs
+1005.4626 Phenomenology
+1005.4632 Experiment
+1005.4634 Mesoscale and Nanoscale Physics
+1005.4635 Experiment
+1005.4638 Commutative Algebra
+1005.4641 Applications
+1005.4644 Cosmology and Nongalactic Astrophysics
+1005.4657 Mesoscale and Nanoscale Physics
+1005.4659 Probability
+1005.4660 Number Theory
+cond-mat/0312563 Soft Condensed Matter
+cond-mat/0509033 Soft Condensed Matter
+gr-qc/0605032
+math-ph/0606021
+math/0503246 Number Theory
+math/0609478 Number Theory
+0705.1139 Other Condensed Matter
+0705.1341 Other Condensed Matter
+0705.2148 Dynamical Systems
+0705.3702 Geometric Topology
+0710.0045 Mesoscale and Nanoscale Physics
+0712.1035 Materials Science
+0712.3243 Geometric Topology
+0804.2543 Numerical Analysis
+0808.2646 Subcellular Processes
+0808.3522 Group Theory
+0809.4386 Group Theory
+0810.3225 Algebraic Geometry
+0812.1089 Geometric Topology
+0812.1208 Representation Theory
+0812.3051
+0812.3221 Probability
+0812.4069 Quantum Algebra
+0812.4616
+0812.4776
+0901.2986 Chaotic Dynamics
+0901.4735 Quantum Algebra
+0902.0799 Geometric Topology
+0902.3870 Probability
+0902.4832 High Energy Astrophysical Phenomena
+0904.0453
+0904.1184
+0904.2659 General Topology
+0904.3492 Dynamical Systems
+0904.4736 K-Theory and Homology
+0905.0414 Disordered Systems and Neural Networks
+0905.0428
+0905.0447 Analysis of PDEs
+0905.0669
+0905.1393 Cosmology and Nongalactic Astrophysics
+0905.1763 Combinatorics
+0905.1867
+0905.2598 Representation Theory
+0905.2708 Operator Algebras
+0905.3158 Discrete Mathematics
+0905.3942 Combinatorics
+0905.3954 Combinatorics
+0906.3069 Rings and Algebras
+0906.3232 Cosmology and Nongalactic Astrophysics
+0906.3480 Algebraic Geometry
+0906.3511
+0907.0575 Astrophysics of Galaxies
+0907.1283 K-Theory and Homology
+0907.2214 Optimization and Control
+0908.0883 Materials Science
+0908.4221 Probability
+0908.4336 Quantum Gases
+0908.4460 Analysis of PDEs
+0909.0290 Phenomenology
+0909.2309 Artificial Intelligence
+0909.2696 Analysis of PDEs
+0909.4850 Theory
+0910.0587 Strongly Correlated Electrons
+0910.1611 Mesoscale and Nanoscale Physics
+0910.2899 Statistical Mechanics
+0910.3351 Analysis of PDEs
+0910.3508
+0910.4689 Representation Theory
+0910.4805 Theory
+0910.5368 Functional Analysis
+0911.0747 Quantum Gases
+0911.1050
+0911.1282 Strongly Correlated Electrons
+0911.1302 Quantum Gases
+0911.1525
+0911.2119
+0911.2865 Neural and Evolutionary Computing
+0911.3129 Quantum Gases
+0911.4143 Quantum Gases
+0911.4257 Theory
+0911.5209 Representation Theory
+0911.5565 Computers and Society
+0911.5657 Classical Physics
+0912.1836 Statistical Mechanics
+0912.2073 Algebraic Geometry
+0912.2568 High Energy Astrophysical Phenomena
+0912.2569 Quantum Gases
+0912.2670 Number Theory
+0912.2843 Neural and Evolutionary Computing
+0912.3261
+0912.3747 Computation and Language
+0912.4245 Representation Theory
+0912.5090 Algebraic Geometry
+1001.0225 Atomic Physics
+1001.1595
+1001.2278 Differential Geometry
+1001.3032
+1001.3130 Probability
+1001.3665 Analysis of PDEs
+1001.3948 Phenomenology
+1001.4219 Phenomenology
+1001.4284 Superconductivity
+1001.4582 Combinatorics
+1001.4601 Analysis of PDEs
+1001.4784 Algebraic Geometry
+1001.4799 Phenomenology
+1001.5192 Geometric Topology
+1001.5281
+1002.0194 Disordered Systems and Neural Networks
+1002.0252
+1002.1305 Strongly Correlated Electrons
+1002.1433 Quantum Gases
+1002.1747
+1002.2092 Optics
+1002.2249 Superconductivity
+1002.3044 Quantum Gases
+1002.3077 Symbolic Computation
+1002.3438 Logic in Computer Science
+1002.3824 Strongly Correlated Electrons
+1002.3988 Strongly Correlated Electrons
+1002.4610 Cosmology and Nongalactic Astrophysics
+1003.0142 Mesoscale and Nanoscale Physics
+1003.0806 Plasma Physics
+1003.1182 Phenomenology
+1003.2007
+1003.2718
+1003.3133
+1003.4915 Optimization and Control
+1003.5078 Representation Theory
+1003.5740 Algebraic Topology
+1004.1262 Logic in Computer Science
+1004.1535
+1004.1879 Logic
+1004.2024
+1004.3014 Strongly Correlated Electrons
+1004.3412 Numerical Analysis
+1005.1054 Number Theory
+1005.1122 Data Structures and Algorithms
+1005.1360 Risk Management
+1005.1370 Combinatorics
+1005.2001 Symbolic Computation
+1005.2023 Superconductivity
+1005.3078 Numerical Analysis
+1005.5245 Disordered Systems and Neural Networks
+1005.5360
+1005.5385 Phenomenology
+1005.5388 Astrophysics of Galaxies
+1005.5399 Algebraic Geometry
+1005.5401
+1005.5402 Solar and Stellar Astrophysics
+1005.5407
+1005.5410 Classical Physics
+1005.5418
+1005.5419 Combinatorics
+1005.5425 Methodology
+1005.5428 Strongly Correlated Electrons
+1005.5442
+1005.5444 Digital Libraries
+1005.5445 Experiment
+1005.5453 Physics and Society
+1005.5455 Instrumentation and Methods for Astrophysics
+1005.5459 Probability
+1005.5465 Materials Science
+1005.5466 Computation and Language
+1005.5467 Optics
+1005.5468 Strongly Correlated Electrons
+1005.5469 Combinatorics
+1005.5478 Differential Geometry
+1005.5489 Other Computer Science
+1005.5502 Classical Physics
+1005.5503 Group Theory
+1005.5504 Differential Geometry
+1005.5505
+1005.5509 Experiment
+1005.5513 Data Structures and Algorithms
+1005.5515 Optics
+1005.5517 Fluid Dynamics
+1005.5522 Optimization and Control
+1005.5537 Theory
+1005.5538 Pricing of Securities
+1005.5541 Theory
+1005.5542 General Topology
+1005.5548 Geophysics
+1005.5551 Cosmology and Nongalactic Astrophysics
+1005.5554 Materials Science
+1005.5561 Experiment
+1005.5566 Materials Science
+1005.5569 Group Theory
+1005.5572 Experiment
+1005.5576 Materials Science
+1005.5578 Number Theory
+1005.5579 Number Theory
+1005.5584 Computational Complexity
+1005.5588 Quantum Algebra
+1005.5591 Information Theory
+1005.5612 Experiment
+1005.5614 Networking and Internet Architecture
+1005.5627 Combinatorics
+1005.5631 Numerical Analysis
+1005.5632 Probability
+1005.5640 Combinatorics
+1005.5646 Classical Analysis and ODEs
+1005.5649 Theory
+1005.5661 General Topology
+1005.5662 Logic in Computer Science
+1005.5677
+1005.5682
+1005.5685 Algebraic Topology
+1005.5686 Mesoscale and Nanoscale Physics
+1005.5688 Phenomenology
+1005.5691 Superconductivity
+1005.5693 Functional Analysis
+1005.5707 Soft Condensed Matter
+1005.5712 Numerical Analysis
+1005.5726 Operator Algebras
+astro-ph/0604459
+cond-mat/0412246 Strongly Correlated Electrons
+cond-mat/0701537 Other Condensed Matter
+cs/0402055 Computation and Language
+gr-qc/0612041
+hep-ph/9807559 Phenomenology
+hep-th/0512174 Theory
+math/0403517 Numerical Analysis
+math/0407324 Algebraic Topology
+math/0412316 Differential Geometry
+math/0503100 Numerical Analysis
+math/0505011 Probability
+math/0509093 Dynamical Systems
+math/0511023 Number Theory
+physics/0602157 Optics
+0706.2306 Superconductivity
+0801.4617
+0806.2889 Group Theory
+0809.0529 Dynamical Systems
+0812.0594 Commutative Algebra
+0906.0542 Spectral Theory
+0906.1305
+0907.1819 Mesoscale and Nanoscale Physics
+0907.3533 Dynamical Systems
+0908.2566 Solar and Stellar Astrophysics
+0909.3701 Soft Condensed Matter
+0910.1304 Operator Algebras
+0910.2456 High Energy Astrophysical Phenomena
+0910.3674 Theory
+0911.1740 Quantum Gases
+0911.4420 Atomic Physics
+0911.4979 Quantum Algebra
+0911.5530 Soft Condensed Matter
+0912.0057 Theory
+0912.1494 Number Theory
+0912.3337 Soft Condensed Matter
+0912.5138 Phenomenology
+0912.5195 Fluid Dynamics
+1001.2907 Probability
+1001.5226 Strongly Correlated Electrons
+1001.5326
+1002.0842 Superconductivity
+1002.1351 Other Condensed Matter
+1002.2151 Materials Science
+1003.2347 Statistical Mechanics
+1003.2726 Superconductivity
+1003.2937 Superconductivity
+1003.4267 Soft Condensed Matter
+1003.4523 Theory
+1003.5540 Statistical Mechanics
+1004.0465 Soft Condensed Matter
+1004.3336 Algebraic Geometry
+1004.4902 Phenomenology
+1005.0183
+1005.0581 Statistical Mechanics
+1005.1462 Commutative Algebra
+1005.3792 High Energy Astrophysical Phenomena
+1005.3868 Superconductivity
+1005.4652 Data Structures and Algorithms
+1005.4664 Phenomenology
+1005.5583 Statistical Mechanics
+1006.1000 Instrumentation and Methods for Astrophysics
+1006.4080 Chaotic Dynamics
+1006.4104 Formal Languages and Automata Theory
+1006.4427 Spectral Theory
+1006.4641 Statistics Theory
+1006.4643 Instrumentation and Methods for Astrophysics
+1006.4644
+1006.4645 Neural and Evolutionary Computing
+1006.4646 Formal Languages and Automata Theory
+1006.4647 Category Theory
+1006.4649 Optimization and Control
+1006.4654 Classical Physics
+1006.4657 Numerical Analysis
+1006.4671 Analysis of PDEs
+1006.4673 Optics
+1006.4675 Atmospheric and Oceanic Physics
+1006.4677 Category Theory
+1006.4679
+1006.4681 Formal Languages and Automata Theory
+1006.4684 Theory
+1006.4685 Functional Analysis
+1006.4688 Combinatorics
+1006.4689 Combinatorics
+1006.4692
+1006.4694 Algebraic Geometry
+1006.4708 Distributed, Parallel, and Cluster Computing
+1006.4712 General Physics
+1006.4713 Theory
+1006.4717 Cosmology and Nongalactic Astrophysics
+1006.4719 Geometric Topology
+1006.4722 Statistical Mechanics
+1006.4724 Functional Analysis
+1006.4730 Distributed, Parallel, and Cluster Computing
+1006.4732 Differential Geometry
+1006.4733 Distributed, Parallel, and Cluster Computing
+1006.4737 Differential Geometry
+1006.4740 Software Engineering
+1006.4741 Materials Science
+1006.4746 Distributed, Parallel, and Cluster Computing
+1006.4747 Superconductivity
+1006.4751 Numerical Analysis
+1006.4753 Chaotic Dynamics
+1006.4754 Neural and Evolutionary Computing
+1006.4759 Materials Science
+1006.4765 Analysis of PDEs
+1006.4766 Analysis of PDEs
+1006.4767 Pricing of Securities
+1006.4768 Analysis of PDEs
+1006.4777 Cosmology and Nongalactic Astrophysics
+1006.4786 Information Theory
+1006.4810 Algebraic Geometry
+1006.4818 Information Theory
+1006.4826 Phenomenology
+1006.4827 Distributed, Parallel, and Cluster Computing
+1006.4829 Software Engineering
+1006.4831 Dynamical Systems
+1006.4832 Learning
+1006.4833 Databases
+1006.4835 High Energy Astrophysical Phenomena
+1006.4837 Methodology
+1006.4839 Algebraic Topology
+1006.4840 Mesoscale and Nanoscale Physics
+1006.4846 Accelerator Physics
+1006.4850 Group Theory
+1006.4851 Strongly Correlated Electrons
+1006.4852 Geometric Topology
+0710.4508 Computational Complexity
+0711.0834 Logic in Computer Science
+0801.1809 History and Overview
+0802.3745 Dynamical Systems
+0806.0395 Numerical Analysis
+0809.1353 Probability
+0810.2098 Theory
+0810.2733 Dynamical Systems
+0810.4957 Probability
+0812.3881 Phenomenology
+0901.0119 Geometric Topology
+0901.1050 General Physics
+0901.1655 Information Theory
+0902.1623 Differential Geometry
+0902.2515 Classical Analysis and ODEs
+0902.2520 Classical Analysis and ODEs
+0902.3030 Commutative Algebra
+0902.3298 Classical Analysis and ODEs
+0904.0942 Databases
+0905.2732 Classical Analysis and ODEs
+0905.3384 Statistical Mechanics
+0906.1527
+0906.1552 Chaotic Dynamics
+0906.2725
+0907.0298 Algebraic Geometry
+0907.4294 Differential Geometry
+0909.4101 Numerical Analysis
+0909.4138 Rings and Algebras
+0910.5955 Phenomenology
+0911.2101 Algebraic Geometry
+0911.2155
+0911.2214 Data Structures and Algorithms
+0911.5139
+0912.1396 Risk Management
+0912.1747 Analysis of PDEs
+0912.3456 Superconductivity
+0912.3714 Mesoscale and Nanoscale Physics
+1001.4287 Phenomenology
+1001.5462 Fluid Dynamics
+1002.1170 Theory
+1002.1593 Quantitative Methods
+1002.1766 Theory
+1002.1819 Superconductivity
+1002.1964 Cosmology and Nongalactic Astrophysics
+1002.4583 Disordered Systems and Neural Networks
+1003.0151 Differential Geometry
+1003.1403 Statistical Mechanics
+1003.1412 Statistical Mechanics
+1004.1080 Materials Science
+1004.1481 Materials Science
+1004.2415 Disordered Systems and Neural Networks
+1004.3929 Quantum Algebra
+1004.4573 Phenomenology
+1005.0867 Statistical Mechanics
+1006.3426 Networking and Internet Architecture
+1006.4144 Strongly Correlated Electrons
+1006.4377 History and Overview
+1006.4591 Astrophysics of Galaxies
+1006.5353
+1006.5444 Phenomenology
+1007.1189 Distributed, Parallel, and Cluster Computing
+1007.1243 Information Theory
+1007.1455 Instrumentation and Methods for Astrophysics
+1007.1470 Numerical Analysis
+1007.1472 Mesoscale and Nanoscale Physics
+1007.1473 Cryptography and Security
+1007.1483 Information Theory
+1007.1486 Probability
+1007.1487 Dynamical Systems
+1007.1488
+1007.1495 Mesoscale and Nanoscale Physics
+1007.1496 Materials Science
+1007.1502 Analysis of PDEs
+1007.1503 General Physics
+1007.1506 Quantum Gases
+1007.1511 Differential Geometry
+1007.1540 Superconductivity
+1007.1544 Algebraic Geometry
+1007.1546 Algebraic Geometry
+1007.1552 Solar and Stellar Astrophysics
+1007.1556 Adaptation and Self-Organizing Systems
+1007.1559 Networking and Internet Architecture
+1007.1568 Functional Analysis
+1007.1571 Classical Analysis and ODEs
+1007.1572 Instrumentation and Detectors
+1007.1575 Spectral Theory
+1007.1580 Cosmology and Nongalactic Astrophysics
+1007.1581
+1007.1583
+1007.1584
+1007.1601 Logic
+1007.1603 Superconductivity
+1007.1606 Strongly Correlated Electrons
+1007.1621 Populations and Evolution
+1007.1622 Instrumentation and Methods for Astrophysics
+1007.1623
+1007.1626 Networking and Internet Architecture
+1007.1629
+1007.1631 Trading and Market Microstructure
+1007.1632 Data Structures and Algorithms
+1007.1635 Algebraic Geometry
+1007.1639 Group Theory
+1007.1643 Combinatorics
+1007.1650
+1007.1651 Functional Analysis
+1007.1654 Functional Analysis
+1007.1655 Number Theory
+1007.1656 Quantum Algebra
+math/0312449 Algebraic Geometry
+math/0602196 Differential Geometry
+math/0702360 Numerical Analysis
+nucl-th/0208008
+nucl-th/0301068
+0707.0427 Operator Algebras
+0707.0982 Optics
+0709.2173 Geometric Topology
+0709.3752 Functional Analysis
+0710.1989 Functional Analysis
+0711.1291 Classical Analysis and ODEs
+0711.3013 Combinatorics
+0801.0385 Functional Analysis
+0801.3328 Algebraic Geometry
+0802.1185 Classical Analysis and ODEs
+0802.1286 Phenomenology
+0803.1996 Algebraic Geometry
+0803.3529 Functional Analysis
+0804.4613 Functional Analysis
+0805.1837 Chaotic Dynamics
+0808.0643 Functional Analysis
+0809.2627 Category Theory
+0810.1061 Probability
+0812.4306
+0812.5072
+0902.0702 Statistical Mechanics
+0903.0303 Operator Algebras
+0903.2552 Mesoscale and Nanoscale Physics
+0903.3300 Phenomenology
+0904.0386 Operator Algebras
+0904.3924 Mesoscale and Nanoscale Physics
+0904.3928 Analysis of PDEs
+0904.4856 Quantum Gases
+0905.1590 Cosmology and Nongalactic Astrophysics
+0906.3313 Information Theory
+0907.2685 Analysis of PDEs
+0907.4484 Phenomenology
+0908.2064 Theory
+0909.3258 History and Philosophy of Physics
+0909.4559 Theory
+0909.5171 Theory
+0910.1405
+0910.1564 Space Physics
+0910.3406 Materials Science
+0911.3164 Theory
+0911.3586 Theory
+0911.4156
+0912.0691 Lattice
+0912.4745 Mesoscale and Nanoscale Physics
+1001.0380 Analysis of PDEs
+1001.1542
+1001.1601 Mesoscale and Nanoscale Physics
+1002.0046 Data Structures and Algorithms
+1002.4230
+1003.0423
+1003.0689 Classical Analysis and ODEs
+1003.4444
+1004.1353
+1004.1630 Mesoscale and Nanoscale Physics
+1004.4242 Chemical Physics
+1004.4243 Chemical Physics
+1004.5300 Applications
+1005.0627
+1006.2437 Mesoscale and Nanoscale Physics
+1006.5457 Cosmology and Nongalactic Astrophysics
+1006.5821 Phenomenology
+1007.0073 Quantum Gases
+1007.0233 Materials Science
+1007.1003 Materials Science
+1007.2342 Quantum Gases
+1007.2397 Analysis of PDEs
+1008.0099 Phenomenology
+1008.0431 Quantitative Methods
+1008.0972 Number Theory
+1008.2458 Software Engineering
+1008.3531 Statistical Mechanics
+1008.3688 Statistical Mechanics
+1008.4692
+1008.5046 Analysis of PDEs
+1009.0008 Phenomenology
+1009.1357
+1009.1665 Phenomenology
+1009.2146 Lattice
+1009.2311 Cosmology and Nongalactic Astrophysics
+1009.2663
+1009.3805 Theory
+1009.4135 Theory
+1009.4599 Theory
+1009.4624 Materials Science
+1009.5328 Materials Science
+1009.6066 Differential Geometry
+1010.0049 Materials Science
+1010.0132
+1010.3600 Soft Condensed Matter
+1010.4526
+1010.4604
+1010.4761 Algebraic Geometry
+1011.4843 Solar and Stellar Astrophysics
+1011.6001 Instrumentation and Detectors
+1011.6363 Instrumentation and Methods for Astrophysics
+1012.0109 Algebraic Geometry
+1012.0601 Differential Geometry
+1012.0888 Combinatorics
+1012.1005
+1012.1565 Databases
+1012.1746 Optics
+1012.1865 Cosmology and Nongalactic Astrophysics
+1012.2043 Algebraic Geometry
+1012.2063 Statistics Theory
+1012.2993 Analysis of PDEs
+1012.2998 Logic in Computer Science
+1012.3231 Differential Geometry
+1012.3359 Computational Geometry
+1012.3378 High Energy Astrophysical Phenomena
+1012.3795 Machine Learning
+1012.3855 Functional Analysis
+1012.4006 Statistical Mechanics
+1012.4017 Discrete Mathematics
+1012.4021 Theory
+1012.4022 Theory
+1012.4024 High Energy Astrophysical Phenomena
+1012.4025 Optimization and Control
+1012.4034 Number Theory
+1012.4037 Experiment
+1012.4038 Phenomenology
+1012.4043
+1012.4045 Operating Systems
+1012.4046 Artificial Intelligence
+1012.4050 Social and Information Networks
+1012.4051 Learning
+1012.4058 Combinatorics
+1012.4059
+1012.4062 Data Structures and Algorithms
+1012.4067 Representation Theory
+1012.4068 General Physics
+1012.4069 Differential Geometry
+1012.4071 Exactly Solvable and Integrable Systems
+1012.4073 Strongly Correlated Electrons
+1012.4075 Exactly Solvable and Integrable Systems
+1012.4076 General Topology
+1012.4077 Complex Variables
+1012.4081 Algebraic Geometry
+1012.4089 Materials Science
+1012.4095
+1012.4096 Differential Geometry
+1012.4105 Materials Science
+1012.4107 Instrumentation and Methods for Astrophysics
+1012.4108 Theory
+1012.4115 Materials Science
+1012.4118 Statistical Finance
+1012.4119 Instrumentation and Methods for Astrophysics
+1012.4120 Algebraic Geometry
+1012.4122 Applications
+1012.4124 Analysis of PDEs
+1012.4125 Instrumentation and Methods for Astrophysics
+1012.4126 Neural and Evolutionary Computing
+1012.4128 History and Philosophy of Physics
+1012.4132 Algebraic Geometry
+1012.4136 Networking and Internet Architecture
+1012.4142 Analysis of PDEs
+1012.4143 Mesoscale and Nanoscale Physics
+1012.4147 Metric Geometry
+1012.4150 K-Theory and Homology
+1012.4151 K-Theory and Homology
+1012.4161 Information Theory
+1012.4162 Operator Algebras
+1012.4163 Analysis of PDEs
+1012.4169 Algebraic Topology
+1012.4173 Neural and Evolutionary Computing
+1012.4174 General Physics
+1012.4175 Strongly Correlated Electrons
+1012.4182 Physics and Society
+1012.4185 Methodology
+1012.4189 Physics and Society
+1012.4191 Chaotic Dynamics
+1012.4201 Classical Physics
+1012.4203
+1012.4208 Group Theory
+1012.4209 Analysis of PDEs
+1012.4210 Combinatorics
+1012.4211 Atmospheric and Oceanic Physics
+1012.4219 Number Theory
+1012.4231 Data Structures and Algorithms
+1012.4239 High Energy Astrophysical Phenomena
+1012.4240 Programming Languages
+1012.4242 Algebraic Geometry
+1012.4249 Learning
+1012.4251 Statistical Mechanics
+1012.4263 Data Structures and Algorithms
+1012.4264
+1012.4267 Solar and Stellar Astrophysics
+1012.4275 Metric Geometry
+1012.4276 Statistics Theory
+1012.4285 Atomic Physics
+1012.4286 Superconductivity
+1012.4290 Information Theory
+1012.4308 Plasma Physics
+1012.4309 Plasma Physics
+1012.4310
+1012.4312 Differential Geometry
+1012.4313 Molecular Networks
+1012.4316 Superconductivity
+1012.4320 Mesoscale and Nanoscale Physics
+1012.4326 Experiment
+1012.4327 Robotics
+1012.4333 Complex Variables
+1012.4337 Algebraic Geometry
+1012.4341 General Topology
+1012.4349 Networking and Internet Architecture
+1012.4350 Experiment
+1012.4359 Symplectic Geometry
+1012.4371 Lattice
+1012.4372
+1012.4374 Computational Engineering, Finance, and Science
+1012.4393 Theory
+1012.4396 Social and Information Networks
+1012.4397 Methodology
+1012.4398 Phenomenology
+1012.4400 High Energy Astrophysical Phenomena
+1012.4404 Distributed, Parallel, and Cluster Computing
+1012.4406 Analysis of PDEs
+1012.4407 Earth and Planetary Astrophysics
+1012.4410 Classical Physics
+1012.4413
+1012.4414 Differential Geometry
+1012.4424 Representation Theory
+1012.4425
+1012.4433 Phenomenology
+1012.4444 Representation Theory
+1012.4446 General Finance
+1012.4451 Chemical Physics
+1012.4452 Cryptography and Security
+1012.4454 Statistical Mechanics
+1012.4455 Analysis of PDEs
+gr-qc/0512088
+hep-lat/9307014 Lattice
+hep-lat/9401029 Lattice
+math/0307382 Geometric Topology
+math/0311113 Geometric Topology
+math/0411441 Classical Analysis and ODEs
+math/0509345 Geometric Topology
+math/0603077 Classical Analysis and ODEs
+0806.2282 Complex Variables
+0905.2825 Networking and Internet Architecture
+0908.0643 Classical Analysis and ODEs
+0909.3472 Information Retrieval
+0912.2184 Differential Geometry
+1002.2636 Cosmology and Nongalactic Astrophysics
+1003.1319 Discrete Mathematics
+1003.1336 Operating Systems
+1003.1360
+1003.1385 Discrete Mathematics
+1003.1387 Cryptography and Security
+1003.1395 Distributed, Parallel, and Cluster Computing
+1003.1397 Distributed, Parallel, and Cluster Computing
+1003.1399 Computation and Language
+1003.1612 Numerical Analysis
+1003.1632 Logic in Computer Science
+1003.1808 Dynamical Systems
+1003.1967 Networking and Internet Architecture
+0704.0080
+0704.1817
+0704.2085
+0704.3038
+0704.3614
+0705.0041
+0705.0285
+0705.0290
+0705.0590
+0705.0598
+0705.1132
+0705.1545
+0705.1893 Phenomenology
+0705.2040
+0705.2060
+0705.2228
+0705.2365
+0705.2415
+0705.2417
+0705.2780
+0705.2911 Experiment
+0705.3643
+0705.4101
+0705.4102
+0705.4521 Accelerator Physics
+0706.1143
+0706.1324
+0706.1505
+0706.1820
+0706.3495
+0706.3698
+0706.4136
+0706.4139
+0707.0279
+0707.0288
+0707.0395
+0707.0515
+0707.0690
+0707.0879
+0707.1046
+0707.1150
+0707.1316
+0707.2399
+0707.2594
+0707.3440
+0707.3617 Experiment
+0707.4103
+0707.4301
+0707.4552
+0708.0211
+0708.0993
+0708.1518
+0708.1767
+0708.1884 Superconductivity
+0708.2488
+0708.2490
+0708.2912
+0708.3436
+0709.0381
+0709.0399
+0709.0520
+0709.1037
+0709.1058
+0709.1158
+0709.1320
+0709.1479
+0709.1528
+0709.2570
+0709.2712
+0709.4237
+0710.0002
+0710.0619
+0710.0983
+0710.1064
+0710.1836
+0710.2125
+0710.3328
+0710.3384
+0710.3959 Probability
+0710.3970
+0710.4045 Atomic Physics
+0710.4522
+0710.4902
+0710.5036
+0710.5275
+0710.5523
+0710.5607
+0711.0380
+0711.0805 Theory
+0711.0962
+0711.0973
+0711.1047 Atomic Physics
+0711.1170
+0711.1368
+0711.1792
+0711.2065
+0711.2719
+0711.3022
+0711.3524
+0711.3800
+0711.4474
+0711.4561
+0711.4845
+0711.4933
+0712.0860
+0712.1353
+0712.1513
+0712.1688
+0712.1689
+0712.2086
+0712.2198
+0712.2757
+0712.2880
+0712.3356
+0712.4152
+0712.4270 Phenomenology
+0801.1120
+0801.1421
+0801.1675
+0801.2269
+0801.2281
+0801.2303
+0801.2558
+0801.2563
+0801.2570
+0801.2616
+0801.3077
+0801.3150
+0801.3557
+0801.3746
+0801.3756
+0801.3825
+0801.4041
+0801.4674
+0801.4826
+0802.0025
+0802.0416
+0802.0456
+0802.0507
+0802.0772
+0802.0941
+0802.1148
+0802.1621
+0802.2100
+0802.2657
+0802.2748
+0802.2837 Group Theory
+0802.3112 Probability
+0803.0235
+0803.0324
+0803.0337
+0803.1785
+0803.1857
+0803.1900
+0803.2350
+0803.2711 Data Analysis, Statistics and Probability
+0803.2825
+0803.3212
+0803.3587
+0803.3775
+0803.4185
+0804.0239
+0804.1314
+0804.2670
+0804.3044
+0804.3195 Phenomenology
+0804.3858 Phenomenology
+0804.4122 Phenomenology
+0804.4136
+0804.4147 Phenomenology
+0804.4401 Phenomenology
+0804.4585
+0805.0494
+0805.0630
+0805.0698 Phenomenology
+0805.1803
+0805.1942
+0805.3504
+0805.3816 Experiment
+0805.4324
+0805.4437 Phenomenology
+0805.4474
+0806.0325
+0806.0376
+0806.0484 Experiment
+0806.1319
+0806.3267
+0806.3869 Theory
+0806.3907 Theory
+0806.4231
+0806.4320
+0806.4841 Phenomenology
+0807.0179
+0807.0188 Experiment
+0807.0686 Experiment
+0807.1058 Phenomenology
+0807.1414 Superconductivity
+0807.2951 Phenomenology
+0807.3857 Phenomenology
+0807.3926 Experiment
+0807.3943
+0807.4013 Phenomenology
+0807.4124 Phenomenology
+0807.4127 Experiment
+0807.4376 Theory
+0807.4377 Phenomenology
+0807.4589 Experiment
+0807.4605 Lattice
+0808.0271 Experiment
+0808.0565 Experiment
+0808.0579 Experiment
+0808.0792 Phenomenology
+0808.0797 Experiment
+0808.0809
+0808.1124 Experiment
+0808.1142 Phenomenology
+0808.1249
+0808.1722
+0808.1832
+0808.2568 Experiment
+0808.2623
+0808.2742
+0808.2971
+0808.2991 Theory
+0809.0370 Phenomenology
+0809.0980 Phenomenology
+0809.2787 Theory
+0809.2846
+0809.3822 Logic
+0809.3823 Instrumentation and Detectors
+0809.3922 Phenomenology
+0809.4243
+0809.4536 Phenomenology
+0809.5006
+0810.1698
+0810.2018
+0810.3155
+0810.3894
+0810.4630 Instrumentation and Detectors
+0810.4863
+0810.5006 Theory
+0810.5262
+0811.0576
+0811.2051 Phenomenology
+0811.2065
+0811.3556
+0812.0829 Instrumentation and Detectors
+0812.1267
+0812.1440
+0812.2481
+0812.2692 Phenomenology
+0812.2818 Statistics Theory
+0812.3163 Theory
+0901.0040 Astrophysics of Galaxies
+0901.0041 High Energy Astrophysical Phenomena
+0901.0200 Materials Science
+0901.0405 Cosmology and Nongalactic Astrophysics
+0901.0837
+0901.1894 Astrophysics of Galaxies
+0901.2055 Phenomenology
+0901.2246 Mesoscale and Nanoscale Physics
+0901.3252 Theory
+0902.0501 Phenomenology
+0902.3295 Functional Analysis
+0902.4480 Solar and Stellar Astrophysics
+0902.4500 Functional Analysis
+0903.0759 Astrophysics of Galaxies
+0903.1868 Theory
+0903.2919 Statistics Theory
+0903.3814 Representation Theory
+0903.3838 Cosmology and Nongalactic Astrophysics
+0903.4421 Theory
+0904.1121 Other Condensed Matter
+0904.1312 Probability
+0904.1794 Phenomenology
+0904.2174 Phenomenology
+0904.2740 Cosmology and Nongalactic Astrophysics
+0904.2768 Theory
+0904.3495
+0904.4215 Phenomenology
+0904.4602 Instrumentation and Detectors
+0905.0789
+0905.1807 Solar and Stellar Astrophysics
+0905.2135 Instrumentation and Methods for Astrophysics
+0905.2982 Astrophysics of Galaxies
+0905.3687 Solar and Stellar Astrophysics
+0906.0275
+0906.0335 Cosmology and Nongalactic Astrophysics
+0906.0777 Phenomenology
+0906.1034 Probability
+0906.1731 Cosmology and Nongalactic Astrophysics
+0906.3361 Optimization and Control
+0906.4560 Databases
+0906.5373 Lattice
+0907.0841
+0907.0872 High Energy Astrophysical Phenomena
+0907.1022 Superconductivity
+0907.1196
+0907.1435 Materials Science
+0907.1543 Spectral Theory
+0907.3275 Probability
+0907.3454 Statistics Theory
+0907.5076 Probability
+0907.5135 Phenomenology
+0908.0310 Solar and Stellar Astrophysics
+0908.0948 Phenomenology
+0908.1241 Numerical Analysis
+0908.1706 Accelerator Physics
+0908.2952 Instrumentation and Detectors
+0909.0001 Cosmology and Nongalactic Astrophysics
+0909.0199 Instrumentation and Detectors
+0909.0207 Functional Analysis
+0909.1206 Operator Algebras
+0909.1368 High Energy Astrophysical Phenomena
+0909.4028 High Energy Astrophysical Phenomena
+0909.4241 Phenomenology
+0909.4725
+0909.5065 Phenomenology
+0910.1021
+0910.1539 Cosmology and Nongalactic Astrophysics
+0910.2006 Phenomenology
+0910.2034 Applications
+0910.2570 Phenomenology
+0910.2643 Cosmology and Nongalactic Astrophysics
+0910.4543
+0910.4751 Experiment
+0910.4852 Theory
+0911.0654
+0911.1833 Solar and Stellar Astrophysics
+0911.2178 Phenomenology
+0911.4456
+0911.4738
+0911.5693 Astrophysics of Galaxies
+0912.1675 Quantum Gases
+0912.2262 Phenomenology
+0912.2328 Instrumentation and Methods for Astrophysics
+0912.2503 Cosmology and Nongalactic Astrophysics
+0912.2506 Cosmology and Nongalactic Astrophysics
+0912.2995 High Energy Astrophysical Phenomena
+0912.3444 Theory
+0912.3489 Earth and Planetary Astrophysics
+0912.4001
+0912.4160 Mesoscale and Nanoscale Physics
+0912.4778 Combinatorics
+0912.5085 Solar and Stellar Astrophysics
+0912.5291 Phenomenology
+1001.0850
+1001.1671 Theory
+1001.1687 Phenomenology
+1001.2029
+1001.2748
+1001.3620 Lattice
+1001.4492
+1001.4525 Theory
+1002.0296
+1002.1721 Phenomenology
+1002.1968
+1002.4395 Phenomenology
+1002.4408 Theory
+1002.4888 Lattice
+1003.0942 Cosmology and Nongalactic Astrophysics
+1003.2096 Cosmology and Nongalactic Astrophysics
+1003.3464 Phenomenology
+1003.3701 Cosmology and Nongalactic Astrophysics
+1003.4616 Strongly Correlated Electrons
+1003.5217 Theory
+1004.0042 Strongly Correlated Electrons
+1004.0535 Phenomenology
+1004.1075 Phenomenology
+1004.1607 Phenomenology
+1004.1781 Biological Physics
+1004.2509 Theory
+1004.3042 Experiment
+1004.4611 Superconductivity
+1004.5172 Mesoscale and Nanoscale Physics
+1005.0834 Phenomenology
+1005.1646 Theory
+1005.1689 Phenomenology
+1005.2140 Statistical Mechanics
+1005.2635
+1005.2748
+1005.2992
+1005.3635 Algebraic Geometry
+1005.3788
+1005.4279 Theory
+1005.4957 Optimization and Control
+1005.5297 Strongly Correlated Electrons
+1006.0089 Accelerator Physics
+1006.0199
+1006.0203 Phenomenology
+1006.0249 Phenomenology
+1006.0439
+1006.0453 Quantum Gases
+1006.0645 Phenomenology
+1006.0983 Phenomenology
+1006.1205 Lattice
+1006.1223 Experiment
+1006.1383 Information Theory
+1006.2110 Cosmology and Nongalactic Astrophysics
+1006.2175 High Energy Astrophysical Phenomena
+1006.2392 Theory
+1006.2471
+1006.2863
+1006.2975 Strongly Correlated Electrons
+1006.3315 Solar and Stellar Astrophysics
+1006.3476 Number Theory
+1006.3570 Theory
+1006.3655
+1006.4098 Theory
+1006.4371 Phenomenology
+1006.4634 Phenomenology
+1006.4858 Phenomenology
+1006.4915 Theory
+1006.4970 Cosmology and Nongalactic Astrophysics
+1006.5049 Instrumentation and Methods for Astrophysics
+1006.5723 Probability
+1006.5874 Theory
+1007.0051
+1007.0205 Theory
+1007.0226 Accelerator Physics
+1007.0736 Theory
+1007.0925 Phenomenology
+1007.1278 Astrophysics of Galaxies
+1007.1346 Lattice
+1007.1582 Materials Science
+1007.1820 Theory
+1007.1995
+1007.2052
+1007.2195
+1007.2551 Phenomenology
+1007.2789 Theory
+1007.2886 Experiment
+1007.2972 Superconductivity
+1007.3064 Lattice
+1007.3431 Phenomenology
+1007.3475 Theory
+1007.3483 Superconductivity
+1007.3584 Optimization and Control
+1007.3790
+1007.3848 Experiment
+1007.3856
+1007.4141 Cosmology and Nongalactic Astrophysics
+1007.4213
+1007.4234 Theory
+1007.4397
+1007.4506
+1007.4534 Soft Condensed Matter
+1007.4668 Theory
+1007.4715 Phenomenology
+1007.4960 Phenomenology
+1007.5097
+1007.5253 High Energy Astrophysical Phenomena
+1007.5449 Theory
+1007.5506
+1008.0019
+1008.0101 Strongly Correlated Electrons
+1008.0148 Theory
+1008.0246 Phenomenology
+1008.0254 Phenomenology
+1008.0279 Theory
+1008.0480 Phenomenology
+1008.0593 Phenomenology
+1008.0625
+1008.0649 Theory
+1008.0685 Phenomenology
+1008.0863
+1008.1164 Cosmology and Nongalactic Astrophysics
+1008.1178 Lattice
+1008.1440 Phenomenology
+1008.1625
+1008.1861 Theory
+1008.1901 Strongly Correlated Electrons
+1008.2171 Phenomenology
+1008.2334 Theory
+1008.3033
+1008.3236
+1008.3243 Theory
+1008.3293 Lattice
+1008.3403 Mesoscale and Nanoscale Physics
+1008.3762 Superconductivity
+1008.3950 Theory
+1008.4083 Phenomenology
+1008.4291 Materials Science
+1008.4309
+1009.0177 Phenomenology
+1009.0212 Theory
+1009.0602
+1009.0618 Phenomenology
+1009.0633 Theory
+1009.0703 Plasma Physics
+1009.0829 Phenomenology
+1009.2527 Symplectic Geometry
+1009.3332 Lattice
+1009.3634 Mesoscale and Nanoscale Physics
+1009.3768 Soft Condensed Matter
+1009.3889 Theory
+1009.4176 Geometric Topology
+1009.5443 Cosmology and Nongalactic Astrophysics
+1009.5501 Phenomenology
+1010.1552 Phenomenology
+1010.2365 General Physics
+1010.4860 Mesoscale and Nanoscale Physics
+1010.4947 Physics Education
+1010.5757 Cosmology and Nongalactic Astrophysics
+1011.0245 Quantum Algebra
+1011.0720 Classical Analysis and ODEs
+1011.1088
+1011.1348 Information Theory
+1011.1599 Numerical Analysis
+1011.1739 Solar and Stellar Astrophysics
+1011.1781 Lattice
+1011.2192 Analysis of PDEs
+1011.2200 Cosmology and Nongalactic Astrophysics
+1011.2228 History and Philosophy of Physics
+1011.2231 High Energy Astrophysical Phenomena
+1011.2236 Plasma Physics
+1011.2238 Software Engineering
+1011.2240 Cosmology and Nongalactic Astrophysics
+1011.2245 Social and Information Networks
+1011.2246 Networking and Internet Architecture
+1011.2249 Data Structures and Algorithms
+1011.2251 Number Theory
+1011.2253 Dynamical Systems
+1011.2257 Algebraic Geometry
+1011.2262 Analysis of PDEs
+1011.2264 Combinatorics
+1011.2269 Computational Geometry
+1011.2270 Group Theory
+1011.2272 Computer Vision and Pattern Recognition
+1011.2275 Statistical Mechanics
+1011.2286 Strongly Correlated Electrons
+1011.2288 Applications
+1011.2294 Group Theory
+1011.2295 Applications
+1011.2296 Analysis of PDEs
+1011.2297 Other Condensed Matter
+1011.2298 Optics
+1011.2301 Soft Condensed Matter
+1011.2303 Materials Science
+1011.2304 Artificial Intelligence
+1011.2307 Logic in Computer Science
+1011.2312 Distributed, Parallel, and Cluster Computing
+1011.2314 Logic in Computer Science
+1011.2315 Applications
+1011.2316 Statistical Mechanics
+1011.2318 Rings and Algebras
+1011.2319 Cosmology and Nongalactic Astrophysics
+1011.2320 Other Condensed Matter
+1011.2322 Applications
+1011.2323 Mesoscale and Nanoscale Physics
+1011.2324 Networking and Internet Architecture
+1011.2325 Solar and Stellar Astrophysics
+1011.2326 General Physics
+1011.2327 Atomic Physics
+1011.2328 Applications
+1011.2333 Statistics Theory
+1011.2335 Probability
+1011.2354 Statistics Theory
+1011.2355 General Physics
+1011.2356 Materials Science
+1011.2357 Mesoscale and Nanoscale Physics
+1011.2358 Statistical Mechanics
+1011.2359 Superconductivity
+1011.2364 Phenomenology
+1011.2366 Statistics Theory
+1011.2368
+1011.2374 Category Theory
+1011.2378 Statistics Theory
+1011.2379 Strongly Correlated Electrons
+1011.2380 Phenomenology
+1011.2383 History and Philosophy of Physics
+1011.2386 Other Computer Science
+1011.2388 Differential Geometry
+1011.2389 General Mathematics
+1011.2390 Astrophysics of Galaxies
+1011.2394 Differential Geometry
+1011.2404 Cosmology and Nongalactic Astrophysics
+1011.2416
+1011.2417 Number Theory
+1011.2418 High Energy Astrophysical Phenomena
+1011.2421
+1011.2426 Algebraic Geometry
+1011.2433 Numerical Analysis
+1011.2437 Computation
+1011.2438 Biological Physics
+1011.2443 Probability
+1011.2444 Analysis of PDEs
+1011.2445
+1011.2447 Phenomenology
+1011.2451 Dynamical Systems
+1011.2457 Group Theory
+1011.2461 Astrophysics of Galaxies
+1011.2464
+1011.2465 Dynamical Systems
+1011.2469 Solar and Stellar Astrophysics
+1011.2473 Probability
+1011.2477 Materials Science
+1011.2488 Programming Languages
+astro-ph/0005451
+astro-ph/0008525
+astro-ph/0010474
+astro-ph/0011241
+astro-ph/0101554
+astro-ph/0110031
+astro-ph/0110208
+astro-ph/0110421
+astro-ph/0111040
+astro-ph/0112117
+astro-ph/0203265
+astro-ph/0205462
+astro-ph/0210026
+astro-ph/0210256
+astro-ph/0302454
+astro-ph/0303352
+astro-ph/0402399
+astro-ph/0405121
+astro-ph/0407531
+astro-ph/0408083
+astro-ph/0410345
+astro-ph/0410728
+astro-ph/0412302
+astro-ph/0501319
+astro-ph/0501521
+astro-ph/0501527
+astro-ph/0501618
+astro-ph/0502148
+astro-ph/0502331
+astro-ph/0502363
+astro-ph/0502372
+astro-ph/0502424
+astro-ph/0502429
+astro-ph/0502473
+astro-ph/0502475
+astro-ph/0502505
+astro-ph/0502506
+astro-ph/0502555
+astro-ph/0502559
+astro-ph/0503135
+astro-ph/0503511
+astro-ph/0504059
+astro-ph/0504098
+astro-ph/0504184
+astro-ph/0504306
+astro-ph/0504310
+astro-ph/0504368
+astro-ph/0504417
+astro-ph/0504517
+astro-ph/0504535
+astro-ph/0504542
+astro-ph/0504612
+astro-ph/0504620
+astro-ph/0505020
+astro-ph/0505026
+astro-ph/0505044
+astro-ph/0505052
+astro-ph/0505074
+astro-ph/0505150
+astro-ph/0505151
+astro-ph/0505152
+astro-ph/0505153
+astro-ph/0505156
+astro-ph/0505166
+astro-ph/0505294
+astro-ph/0505349
+astro-ph/0505498
+astro-ph/0505535
+astro-ph/0506020
+astro-ph/0506021
+astro-ph/0506062
+astro-ph/0506063
+astro-ph/0506191
+astro-ph/0506198
+astro-ph/0506233
+astro-ph/0506234
+astro-ph/0506235
+astro-ph/0506236
+astro-ph/0506385
+astro-ph/0506448
+astro-ph/0507016
+astro-ph/0507092
+astro-ph/0507235
+astro-ph/0507405
+astro-ph/0507407
+astro-ph/0507494
+astro-ph/0507503
+astro-ph/0507507
+astro-ph/0507514
+astro-ph/0507527
+astro-ph/0507606
+astro-ph/0508054
+astro-ph/0508163
+astro-ph/0508174
+astro-ph/0508215
+astro-ph/0508275
+astro-ph/0508356
+astro-ph/0508385
+astro-ph/0508535
+astro-ph/0508629
+astro-ph/0509135
+astro-ph/0509307
+astro-ph/0509401
+astro-ph/0509447
+astro-ph/0509521
+astro-ph/0509615
+astro-ph/0509856
+astro-ph/0509891
+astro-ph/0509897
+astro-ph/0510089
+astro-ph/0510124
+astro-ph/0510314
+astro-ph/0510323
+astro-ph/0510406
+astro-ph/0510449
+astro-ph/0510498
+astro-ph/0510785
+astro-ph/0510790
+astro-ph/0511129
+astro-ph/0511180
+astro-ph/0511225
+astro-ph/0511453
+astro-ph/0511508
+astro-ph/0511593
+astro-ph/0511669
+astro-ph/0512161
+astro-ph/0512196
+astro-ph/0512218
+astro-ph/0512503
+astro-ph/0512618
+astro-ph/0512630
+astro-ph/0512644
+astro-ph/0601112
+astro-ph/0601127
+astro-ph/0601256
+astro-ph/0601267
+astro-ph/0601278
+astro-ph/0601316
+astro-ph/0601422
+astro-ph/0601463
+astro-ph/0601470
+astro-ph/0601562
+astro-ph/0601577
+astro-ph/0601698
+astro-ph/0602061
+astro-ph/0602178
+astro-ph/0602317
+astro-ph/0602411
+astro-ph/0602419
+astro-ph/0602464
+astro-ph/0602602
+astro-ph/0603047
+astro-ph/0603143
+astro-ph/0603238
+astro-ph/0603318
+astro-ph/0603410
+astro-ph/0603427
+astro-ph/0603439
+astro-ph/0603445
+astro-ph/0603453
+astro-ph/0603574
+astro-ph/0603590
+astro-ph/0603613
+astro-ph/0603632
+astro-ph/0603662
+astro-ph/0603743
+astro-ph/0603773
+astro-ph/0603794
+astro-ph/0603819
+astro-ph/0604051
+astro-ph/0604075
+astro-ph/0604138
+astro-ph/0604140
+astro-ph/0604246
+astro-ph/0604287
+astro-ph/0604347
+astro-ph/0604454
+astro-ph/0604457
+astro-ph/0604500
+astro-ph/0604551
+astro-ph/0604556
+astro-ph/0605024
+astro-ph/0605025
+astro-ph/0605036
+astro-ph/0605047
+astro-ph/0605178
+astro-ph/0605186
+astro-ph/0605416
+astro-ph/0605439
+astro-ph/0605452
+astro-ph/0605478
+astro-ph/0605494
+astro-ph/0605543
+astro-ph/0605655
+astro-ph/0606174
+astro-ph/0606263
+astro-ph/0606279
+astro-ph/0606341
+astro-ph/0606425
+astro-ph/0606460
+astro-ph/0606499
+astro-ph/0606508
+astro-ph/0606586
+astro-ph/0606644
+astro-ph/0606666
+astro-ph/0606763
+astro-ph/0607018
+astro-ph/0607021
+astro-ph/0607038
+astro-ph/0607124
+astro-ph/0607163
+astro-ph/0607295
+astro-ph/0607396
+astro-ph/0607467
+astro-ph/0607493
+astro-ph/0607507
+astro-ph/0607529
+astro-ph/0607673
+astro-ph/0608045
+astro-ph/0608069
+astro-ph/0608070
+astro-ph/0608110
+astro-ph/0608158
+astro-ph/0608166
+astro-ph/0608256
+astro-ph/0608282
+astro-ph/0608308
+astro-ph/0608325
+astro-ph/0608339
+astro-ph/0608363
+astro-ph/0608521
+astro-ph/0608593
+astro-ph/0608685
+astro-ph/0609069
+astro-ph/0609148
+astro-ph/0609169
+astro-ph/0609288
+astro-ph/0609563
+astro-ph/0609598
+astro-ph/0609703
+astro-ph/0609763
+astro-ph/0610057
+astro-ph/0610067
+astro-ph/0610076
+astro-ph/0610133
+astro-ph/0610212
+astro-ph/0610224
+astro-ph/0610256
+astro-ph/0610276
+astro-ph/0610312
+astro-ph/0610408
+astro-ph/0610418
+astro-ph/0610436
+astro-ph/0610512
+astro-ph/0610580
+astro-ph/0610585
+astro-ph/0610588
+astro-ph/0610740
+astro-ph/0610760
+astro-ph/0610824
+astro-ph/0610926
+astro-ph/0611001
+astro-ph/0611042
+astro-ph/0611138
+astro-ph/0611161
+astro-ph/0611168
+astro-ph/0611194
+astro-ph/0611220
+astro-ph/0611416
+astro-ph/0611457
+astro-ph/0611458
+astro-ph/0611591
+astro-ph/0611799
+astro-ph/0611810
+astro-ph/0611854
+astro-ph/0611923
+astro-ph/0611929
+astro-ph/0612038
+astro-ph/0612069
+astro-ph/0612092
+astro-ph/0612256
+astro-ph/0612320
+astro-ph/0612367
+astro-ph/0612375
+astro-ph/0612454
+astro-ph/0612465
+astro-ph/0612483
+astro-ph/0612486
+astro-ph/0612494
+astro-ph/0612516
+astro-ph/0612543
+astro-ph/0612643
+astro-ph/0612762
+astro-ph/0701043
+astro-ph/0701240
+astro-ph/0701258
+astro-ph/0701263
+astro-ph/0701306
+astro-ph/0701448
+astro-ph/0701450
+astro-ph/0701496
+astro-ph/0701563
+astro-ph/0701591
+astro-ph/0701626
+astro-ph/0701633
+astro-ph/0701688
+astro-ph/0701812
+astro-ph/0701813
+astro-ph/0701815
+astro-ph/0701818
+astro-ph/0701855
+astro-ph/0701875
+astro-ph/0701905
+astro-ph/0702008
+astro-ph/0702122
+astro-ph/0702150
+astro-ph/0702197
+astro-ph/0702244
+astro-ph/0702276
+astro-ph/0702327
+astro-ph/0702443
+astro-ph/0702450
+astro-ph/0702472
+astro-ph/0702599
+astro-ph/0702633
+astro-ph/0702700
+astro-ph/0702708
+astro-ph/0703032
+astro-ph/0703248
+astro-ph/0703287
+astro-ph/0703337
+astro-ph/0703434
+astro-ph/0703526
+astro-ph/0703613
+astro-ph/0703710
+astro-ph/0703745
+astro-ph/9605151
+cond-mat/0509203 Statistical Mechanics
+cond-mat/0510092 Statistical Mechanics
+cond-mat/0512528 Strongly Correlated Electrons
+cond-mat/0606084 Mesoscale and Nanoscale Physics
+cs/0405029 Computer Vision and Pattern Recognition
+gr-qc/0002039
+gr-qc/0003062
+gr-qc/0007058
+gr-qc/0012080
+gr-qc/0102011
+gr-qc/0103045
+gr-qc/0106059
+gr-qc/0106087
+gr-qc/0108035
+gr-qc/0109017
+gr-qc/0202040
+gr-qc/0202085
+gr-qc/0203067
+gr-qc/0207065
+gr-qc/0208058
+gr-qc/0210046
+gr-qc/0211092
+gr-qc/0304021
+gr-qc/0306116
+gr-qc/0308023
+gr-qc/0310094
+gr-qc/0401029
+gr-qc/0401036
+gr-qc/0401055
+gr-qc/0401102
+gr-qc/0403117
+gr-qc/0405054
+gr-qc/0406115
+gr-qc/0408027
+gr-qc/0502104
+gr-qc/0503113
+gr-qc/0503122
+gr-qc/0504101
+gr-qc/0505035
+gr-qc/0506061
+gr-qc/0507015
+gr-qc/0508069
+gr-qc/0510094
+gr-qc/0512113
+gr-qc/0601068
+gr-qc/0602107
+gr-qc/0603036
+gr-qc/0605070
+gr-qc/0605095
+gr-qc/0605111
+gr-qc/0607040
+gr-qc/0607107
+gr-qc/0610015
+gr-qc/0610078
+gr-qc/0611068
+gr-qc/0612042
+gr-qc/0612078
+gr-qc/0701079
+gr-qc/0701080
+gr-qc/0702007
+gr-qc/0702026
+gr-qc/0702030
+gr-qc/0702040
+gr-qc/0702108
+gr-qc/0702136
+gr-qc/9712074
+hep-ex/0010055 Experiment
+hep-ex/0010070 Experiment
+hep-ex/0012059 Experiment
+hep-ex/0306051 Experiment
+hep-ex/0307022 Experiment
+hep-ex/0409061 Experiment
+hep-ex/0412046 Experiment
+hep-ex/0701028 Experiment
+hep-lat/9307021 Lattice
+hep-ph/0009164 Phenomenology
+hep-ph/0009165 Phenomenology
+hep-ph/0011159 Phenomenology
+hep-ph/0203164 Phenomenology
+hep-ph/0204244 Phenomenology
+hep-ph/0207075 Phenomenology
+hep-ph/0302215 Phenomenology
+hep-ph/0306067 Phenomenology
+hep-ph/0401161 Phenomenology
+hep-ph/0412255 Phenomenology
+hep-ph/0502186 Phenomenology
+hep-ph/0503142 Phenomenology
+hep-ph/0504061 Phenomenology
+hep-ph/0511057 Phenomenology
+hep-ph/0511155 Phenomenology
+hep-ph/0512008 Phenomenology
+hep-ph/0512338 Phenomenology
+hep-ph/0604092 Phenomenology
+hep-ph/0610152 Phenomenology
+hep-ph/0612003 Phenomenology
+hep-ph/0702232 Phenomenology
+hep-ph/9406221 Phenomenology
+hep-ph/9408373 Phenomenology
+hep-ph/9507290 Phenomenology
+hep-ph/9507364 Phenomenology
+hep-ph/9507391 Phenomenology
+hep-ph/9508216 Phenomenology
+hep-ph/9508242 Phenomenology
+hep-ph/9508260 Phenomenology
+hep-ph/9508272 Phenomenology
+hep-ph/9508304 Phenomenology
+hep-ph/9606309 Phenomenology
+hep-ph/9710448 Phenomenology
+hep-ph/9806432 Phenomenology
+hep-th/0108033 Theory
+hep-th/0204173 Theory
+hep-th/0310250 Theory
+hep-th/0406159 Theory
+hep-th/0411144 Theory
+hep-th/0501057 Theory
+hep-th/0506100 Theory
+hep-th/0506101 Theory
+hep-th/0510246 Theory
+hep-th/0512307 Theory
+hep-th/0602077 Theory
+hep-th/0602157 Theory
+hep-th/0604163 Theory
+hep-th/0605002 Theory
+hep-th/0605113 Theory
+hep-th/0610076 Theory
+hep-th/0702189 Theory
+hep-th/0703224 Theory
+hep-th/0703240 Theory
+hep-th/9902176 Theory
+hep-th/9910152 Theory
+hep-th/9912194 Theory
+math-ph/0101016
+math-ph/0203043
+math-ph/0207030
+math-ph/0211074
+math-ph/0405012
+math-ph/0412026
+math-ph/0511072
+math-ph/0602048
+math-ph/0604063
+math/0306332 Quantum Algebra
+math/0403463 Quantum Algebra
+math/0606298 Number Theory
+nucl-ex/0512003
+nucl-ex/0702044
+nucl-th/0509086
+nucl-th/0605007
+nucl-th/0606049
+physics/0101014 General Physics
+physics/0505078 Plasma Physics
+physics/0507078 Instrumentation and Detectors
+physics/0602143 Instrumentation and Detectors
+physics/0701340 History and Philosophy of Physics
+physics/9812025 Instrumentation and Detectors
+quant-ph/0301142
+quant-ph/0401103
+quant-ph/0507107
+quant-ph/0605070
+0705.2626 Mathematical Software
+0707.3405 Materials Science
+0708.1229 Algebraic Geometry
+0709.0671 Number Theory
+0709.2730 Functional Analysis
+0709.3615 Symplectic Geometry
+0712.2595
+0801.3099 Numerical Analysis
+0805.1071 Data Structures and Algorithms
+0807.5135 Algebraic Geometry
+0811.0140 Complex Variables
+0811.0959 Computational Complexity
+0811.1650 Other Condensed Matter
+0811.2909 Representation Theory
+0812.0057 Analysis of PDEs
+0812.0106 Analysis of PDEs
+0812.2819 General Physics
+0903.5288 Geometric Topology
+0906.0208 General Finance
+0907.2496 Dynamical Systems
+0907.4744
+0908.0706
+0908.3284 Superconductivity
+0908.4014 Representation Theory
+0909.3349 High Energy Astrophysical Phenomena
+0910.3510 Soft Condensed Matter
+0910.3740
+0910.4565 Logic in Computer Science
+0911.1032
+0911.2132
+0911.4408 Theory
+0911.4425 Probability
+0912.2276 Phenomenology
+1001.1577 High Energy Astrophysical Phenomena
+1001.1677 Other Condensed Matter
+1001.2781 Information Theory
+1001.2839 Superconductivity
+1001.4041
+1001.4476 Biological Physics
+1002.1389 Cosmology and Nongalactic Astrophysics
+1002.3061 Complex Variables
+1002.3085 Quantum Gases
+1002.3375 Astrophysics of Galaxies
+1002.4077 Earth and Planetary Astrophysics
+1003.2312
+1003.2382 Mesoscale and Nanoscale Physics
+1003.3713 Computational Geometry
+1004.2830
+1004.3925 Computation
+1005.0390 Astrophysics of Galaxies
+1005.3968 Information Theory
+1005.5130 Computers and Society
+1005.5170 Learning
+1005.5186 Classical Analysis and ODEs
+1005.5363 High Energy Astrophysical Phenomena
+1005.5498 Mesoscale and Nanoscale Physics
+1005.5518
+1005.5593 Statistical Mechanics
+1005.5623 Logic in Computer Science
+1005.5633 Logic in Computer Science
+1005.5635 Logic in Computer Science
+1005.5697 Statistics Theory
+1005.5729 Experiment
+1006.0003 Phenomenology
+1006.0005 Astrophysics of Galaxies
+1006.0011 Algebraic Geometry
+1006.0017 Populations and Evolution
+1006.0018 Populations and Evolution
+1006.0019 Populations and Evolution
+1006.0020 Populations and Evolution
+1006.0027 Rings and Algebras
+1006.0030 Logic in Computer Science
+1006.0033 Statistical Mechanics
+1006.0037 Statistics Theory
+1006.0039 Analysis of PDEs
+1006.0043 Combinatorics
+1006.0045 Statistics Theory
+1006.0050
+1006.0052
+1006.0056 Information Theory
+1006.0060 Strongly Correlated Electrons
+1006.0067 Strongly Correlated Electrons
+1006.0069 Mesoscale and Nanoscale Physics
+1006.0071 Strongly Correlated Electrons
+1006.0072 Strongly Correlated Electrons
+1006.0074 Classical Analysis and ODEs
+1006.0077 Functional Analysis
+1006.0081 Differential Geometry
+1006.0096 Astrophysics of Galaxies
+1006.0097 Phenomenology
+1006.0100 Optics
+1006.0101 High Energy Astrophysical Phenomena
+1006.0110 Cosmology and Nongalactic Astrophysics
+1006.0111 General Mathematics
+1006.0116 Commutative Algebra
+1006.0118 Materials Science
+1006.0123 Statistics Theory
+1006.0124 Strongly Correlated Electrons
+1006.0130 Logic
+1006.0151 Statistical Mechanics
+1006.0152 Combinatorics
+1006.0153 Computation and Language
+1006.0156 Differential Geometry
+1006.0158 Optimization and Control
+1006.0159 Commutative Algebra
+1006.0161 Geometric Topology
+1006.0163 Combinatorics
+1006.0166 Representation Theory
+1006.0168 Computational Engineering, Finance, and Science
+1006.0173 Combinatorics
+1006.0185 Differential Geometry
+1006.0189 Chaotic Dynamics
+1006.0190 Metric Geometry
+1006.0214
+1006.0220 Logic in Computer Science
+1006.0222 Dynamical Systems
+cond-mat/0601569 Materials Science
+gr-qc/0603005
+hep-ph/0101201 Phenomenology
+math/0210001 Algebraic Topology
+math/0411638 Symplectic Geometry
+math/0611546 Algebraic Topology
+0711.1036 Statistics Theory
+0803.0010
+0806.1120
+0808.0917 Number Theory
+0809.2600
+0811.3945 General Topology
+0812.0671 Materials Science
+0902.4776 Number Theory
+0905.2647 Atomic Physics
+0905.3476 Solar and Stellar Astrophysics
+0905.4803
+0907.0462
+0907.2148
+0907.2448 Strongly Correlated Electrons
+0907.5370
+0908.0674 Algebraic Topology
+0909.0431
+0909.2015 Mesoscale and Nanoscale Physics
+0909.2179 Other Condensed Matter
+0909.4417 Combinatorics
+0910.0535 Group Theory
+0910.1678 Cosmology and Nongalactic Astrophysics
+0910.3873 Superconductivity
+0911.2209 Mesoscale and Nanoscale Physics
+0911.2246 Solar and Stellar Astrophysics
+0912.2443 General Physics
+0912.4458
+0912.4995 Information Theory
+1001.0891 Phenomenology
+math/0508001 Analysis of PDEs
+math/0608525 Representation Theory
+0705.2879 Complex Variables
+0710.3628 Quantum Algebra
+0801.0579 Combinatorics
+0802.0215 Algebraic Geometry
+0804.1488 Statistical Mechanics
+0806.0478 Commutative Algebra
+0806.0488 Commutative Algebra
+0806.0495 Commutative Algebra
+0806.4182
+0806.4183
+0808.0390 Statistical Mechanics
+0810.3366 Number Theory
+0811.1944 Chaotic Dynamics
+0811.3667 Optics
+0811.4715 Computational Finance
+0812.0877 Probability
+0812.3471 Geometric Topology
+0901.1129 Metric Geometry
+0902.1373 Analysis of PDEs
+0903.0139 Strongly Correlated Electrons
+0903.1177 Optics
+0904.2819 Analysis of PDEs
+0904.4903 Statistics Theory
+0905.0187 Operator Algebras
+0905.1172 Functional Analysis
+0905.2296 Mesoscale and Nanoscale Physics
+0905.4728 Strongly Correlated Electrons
+0906.1727
+0906.2047 Superconductivity
+0907.1215
+0907.1627 Probability
+0907.3006 Strongly Correlated Electrons
+0907.5061 Quantum Gases
+0908.0091 Number Theory
+0908.1780
+0908.2409 Applications
+0908.2975 Mesoscale and Nanoscale Physics
+0908.3817 Machine Learning
+0910.2494 Analysis of PDEs
+0911.0862 Superconductivity
+0911.0911 Strongly Correlated Electrons
+0911.2019 Mesoscale and Nanoscale Physics
+0911.2318 Materials Science
+0911.2850 Experiment
+0911.4776 Instrumentation and Detectors
+0911.5067 Information Theory
+0911.5385 Information Theory
+0912.0031
+0912.3559 Quantum Gases
+0912.4020 Mesoscale and Nanoscale Physics
+0912.5171 Strongly Correlated Electrons
+1001.0057 Populations and Evolution
+1001.0355 Probability
+1001.3232 Superconductivity
+1001.3419
+1001.3648 Lattice
+1001.4022 Soft Condensed Matter
+1001.5119 Superconductivity
+1002.0070 Atmospheric and Oceanic Physics
+1002.0891 Superconductivity
+1002.0946 Mesoscale and Nanoscale Physics
+1002.1045 Theory
+1002.1686 Algebraic Geometry
+1002.2435 Optics
+1002.2632 Disordered Systems and Neural Networks
+1002.2747 Category Theory
+1003.0342 Quantum Algebra
+1003.0915 Differential Geometry
+1003.3038 Geometric Topology
+1003.3276 Strongly Correlated Electrons
+1003.3407 Representation Theory
+1003.4602 Mesoscale and Nanoscale Physics
+1003.5116 Soft Condensed Matter
+1003.5801 Theory
+1004.1362 Optics
+1004.1491 Algebraic Geometry
+1004.1618 Analysis of PDEs
+1004.1898 Superconductivity
+1004.2179 Combinatorics
+1004.2661 Lattice
+1004.2795 Information Theory
+1004.3910 Superconductivity
+1005.0495 Theory
+1005.0682 Group Theory
+1005.2603 Learning
+1005.3247 Mesoscale and Nanoscale Physics
+1005.3613 Theory
+1005.5485 Statistical Mechanics
+1006.0926 Atmospheric and Oceanic Physics
+1006.2105 Superconductivity
+1006.3109 Strongly Correlated Electrons
+1006.3996 Strongly Correlated Electrons
+1006.4333 Combinatorics
+1006.4466 Cosmology and Nongalactic Astrophysics
+1007.0507 Networking and Internet Architecture
+1007.0749 Theory
+1007.0799 Information Theory
+1007.1158 Operator Algebras
+1007.1505 Combinatorics
+1007.1636 Strongly Correlated Electrons
+1007.1670 Combinatorics
+1007.1677 Popular Physics
+1007.1678 Computational Complexity
+1007.1683 Algebraic Geometry
+1007.1686 Dynamical Systems
+1007.1691 Fluid Dynamics
+1007.1694 Probability
+1007.1695 Algebraic Geometry
+1007.1696
+1007.1697 Information Theory
+1007.1698 Materials Science
+1007.1700 Materials Science
+1007.1704 Mesoscale and Nanoscale Physics
+1007.1708 Computer Vision and Pattern Recognition
+1007.1714 Algebraic Geometry
+1007.1715
+1007.1716 Phenomenology
+1007.1722 Software Engineering
+1007.1731 High Energy Astrophysical Phenomena
+1007.1735 Information Theory
+1007.1742 Phenomenology
+1007.1744 Cell Behavior
+1007.1753 Astrophysics of Galaxies
+1007.1759 Differential Geometry
+1007.1764 Complex Variables
+1007.1766 Artificial Intelligence
+1007.1768 Computational Engineering, Finance, and Science
+1007.1772 Mesoscale and Nanoscale Physics
+1007.1774 Materials Science
+1007.1775 Analysis of PDEs
+1007.1776 Optimization and Control
+1007.1780
+1007.1782 Number Theory
+1007.1787 Other Statistics
+1007.1791 Representation Theory
+1007.1792 Materials Science
+1007.1799 Information Theory
+1007.1800 Computer Science and Game Theory
+1007.1803
+1007.1804 Cosmology and Nongalactic Astrophysics
+1007.1809 Disordered Systems and Neural Networks
+1007.1814
+1007.1817 Fluid Dynamics
+1007.1818 Statistical Mechanics
+1007.1819 Information Theory
+1007.1829 Disordered Systems and Neural Networks
+1007.1830
+1007.1832 Differential Geometry
+1007.1834 Commutative Algebra
+1007.1840 Number Theory
+1007.1841 Computational Complexity
+1007.1845 Materials Science
+1007.1846 Statistical Mechanics
+1007.1848 Number Theory
+1007.1854 Astrophysics of Galaxies
+1007.1855 Analysis of PDEs
+1007.1862 Soft Condensed Matter
+1007.1863
+1007.1869 Probability
+1007.1877 Disordered Systems and Neural Networks
+1007.1878 Operator Algebras
+1007.1880 Applications
+1007.1883 Analysis of PDEs
+1007.1885
+1007.1896
+1007.1905 Optics
+1007.1908 Risk Management
+1007.1911 Combinatorics
+1007.1926 Classical Physics
+1007.1934 Algebraic Topology
+1007.1936 Algebraic Geometry
+1007.1943 Strongly Correlated Electrons
+1007.1944 Databases
+1007.1947 General Physics
+1007.1950 Solar and Stellar Astrophysics
+1007.1952
+1007.1953 Materials Science
+1007.1954 Analysis of PDEs
+1007.1958
+astro-ph/0306536
+cond-mat/0112070 Materials Science
+cond-mat/0202177 Statistical Mechanics
+cond-mat/0208590 Disordered Systems and Neural Networks
+cond-mat/0212504 Statistical Mechanics
+cond-mat/0304642 Statistical Mechanics
+cond-mat/0401457 Other Condensed Matter
+math/0111078 Spectral Theory
+math/0703517 Differential Geometry
+physics/0308043 Classical Physics
+physics/0502069 Fluid Dynamics
+q-bio/0512003 Other Quantitative Biology
+0706.2281
+0707.0102 Metric Geometry
+0707.2949 Geometric Topology
+0710.2381 Statistical Mechanics
+0710.3319 Statistical Mechanics
+0711.4463 Theory
+0711.4734
+0712.1464 Differential Geometry
+0801.1981 Number Theory
+0801.4444 Materials Science
+0803.1685 Functional Analysis
+0804.2590 Statistical Mechanics
+0805.0350 General Physics
+0806.2713 Analysis of PDEs
+0807.4701 Computer Vision and Pattern Recognition
+0809.1901 Complex Variables
+0809.3588 Strongly Correlated Electrons
+0810.1914
+0810.3877 Quantitative Methods
+0811.2163
+0811.4699 Computer Vision and Pattern Recognition
+0812.0776 Dynamical Systems
+0812.2079 Materials Science
+0901.3111
+0901.3354 Cosmology and Nongalactic Astrophysics
+0901.4385 Other Condensed Matter
+0901.4645
+0902.1630 Superconductivity
+0902.4310 Materials Science
+0903.1204
+0904.3574 Soft Condensed Matter
+0904.3641
+0904.3646
+0905.2279 Algebraic Topology
+0905.2590 Superconductivity
+0905.2756 Statistical Mechanics
+0906.4218 Mesoscale and Nanoscale Physics
+0906.4539 Learning
+0906.4578
+0908.0445 Soft Condensed Matter
+0908.1599 Disordered Systems and Neural Networks
+0908.1675 Strongly Correlated Electrons
+0909.0719 Statistical Mechanics
+0909.3710 Phenomenology
+0909.5052 Mesoscale and Nanoscale Physics
+0910.0052 Quantum Gases
+0910.0410 Formal Languages and Automata Theory
+0910.0491 Phenomenology
+0910.1147 Strongly Correlated Electrons
+0910.2043 Molecular Networks
+0910.2805 Quantum Gases
+0910.4483 Algebraic Geometry
+0911.0103 Complex Variables
+0911.0213 Soft Condensed Matter
+0911.2308 Physics and Society
+0911.2691 Strongly Correlated Electrons
+0911.4268 Commutative Algebra
+0911.5236
+0912.0527 Superconductivity
+0912.1125 Operator Algebras
+0912.3474
+0912.4320 Phenomenology
+0912.5336 Commutative Algebra
+1001.0289 Algebraic Topology
+1001.0768 Phenomenology
+1001.0816 Superconductivity
+1001.0983 High Energy Astrophysical Phenomena
+1001.1078 Algebraic Topology
+1001.3758 Fluid Dynamics
+1001.4050 Mesoscale and Nanoscale Physics
+1001.4247 Rings and Algebras
+1001.4834 Materials Science
+1002.2073 Computational Physics
+1002.3291 Atmospheric and Oceanic Physics
+1002.3470 Disordered Systems and Neural Networks
+1002.4232 Lattice
+1002.4557 Phenomenology
+1003.0057 Algebraic Geometry
+1003.0582 Strongly Correlated Electrons
+1003.1310 Classical Physics
+1003.1603 Combinatorics
+1003.3107
+1003.3342 Materials Science
+1003.4492 Phenomenology
+1003.5384 Cryptography and Security
+1003.6076 Solar and Stellar Astrophysics
+1004.2774 Cosmology and Nongalactic Astrophysics
+1004.3002 Quantum Gases
+1004.4819 Phenomenology
+1004.4859 Theory
+1004.5248 Materials Science
+1005.0109 Cryptography and Security
+1005.0474 Rings and Algebras
+1005.0916 Astrophysics of Galaxies
+1005.1087 Commutative Algebra
+1005.1193 Computation
+1005.1296 Astrophysics of Galaxies
+1005.1301 Operator Algebras
+1005.1305 Operator Algebras
+1005.1306 Probability
+1005.1307 Computation
+1005.1315 Differential Geometry
+1005.1316 Cosmology and Nongalactic Astrophysics
+1005.1320 Mathematical Software
+1005.1326 General Finance
+1005.1327 Logic in Computer Science
+1005.1328 Combinatorics
+1005.1330 Superconductivity
+1005.1337 Chemical Physics
+1005.1347 Theory
+1005.1348
+1005.1349 Information Theory
+1005.1350 Theory
+1005.1352 Statistics Theory
+1005.1355 Algebraic Geometry
+1005.1358 Pricing of Securities
+1005.1364 Information Theory
+1005.1365 Information Theory
+1005.1376 Theory
+1005.1387
+1005.1388
+1005.1391 Information Theory
+1005.1392 Combinatorics
+1005.1394 Cosmology and Nongalactic Astrophysics
+1005.1406 Chaotic Dynamics
+1005.1409 Metric Geometry
+1005.1419 Differential Geometry
+1005.1422 Classical Analysis and ODEs
+1005.1425 Computational Complexity
+1005.1426
+1005.1431 Algebraic Geometry
+1005.1432
+1005.1440 Machine Learning
+1005.1442
+1005.1447 Functional Analysis
+1005.1449 Algebraic Geometry
+1005.1463 Number Theory
+1005.1464 Strongly Correlated Electrons
+1005.1465 Cell Behavior
+1005.1466 Software Engineering
+1005.1471 Computer Vision and Pattern Recognition
+1005.1479 Fluid Dynamics
+1005.1482 Complex Variables
+1005.1486 Biological Physics
+1005.1492 Classical Analysis and ODEs
+1005.1495 Analysis of PDEs
+1005.1497 Numerical Analysis
+1005.1510 Materials Science
+1005.1513 Group Theory
+1005.1514 Genomics
+1005.1518 Artificial Intelligence
+1005.1521 Combinatorics
+1005.1524 Information Theory
+1005.1525 Statistical Mechanics
+1005.1527 Space Physics
+1005.1542 Soft Condensed Matter
+1005.1543 Analysis of PDEs
+1005.1546 Fluid Dynamics
+1005.1548 Soft Condensed Matter
+1005.1549 Superconductivity
+1005.1551 Soft Condensed Matter
+1005.1555 Combinatorics
+1005.1556 Instrumentation and Detectors
+1005.1558 Cosmology and Nongalactic Astrophysics
+1005.1568 Strongly Correlated Electrons
+1005.1569 Instrumentation and Methods for Astrophysics
+1005.1587 Soft Condensed Matter
+1005.1594 Information Theory
+1005.1605
+1005.1612 Solar and Stellar Astrophysics
+1005.1613 Cosmology and Nongalactic Astrophysics
+1005.1614
+1005.1616 General Physics
+1005.1622 Dynamical Systems
+alg-geom/9608007 Algebraic Geometry
+cond-mat/0004048 Statistical Mechanics
+cond-mat/0107238 Statistical Mechanics
+cond-mat/0212192 Soft Condensed Matter
+cond-mat/0302104 Strongly Correlated Electrons
+cond-mat/0304475 Statistical Mechanics
+cond-mat/0406481 Other Condensed Matter
+cond-mat/0408074 Superconductivity
+cond-mat/0505483 Statistical Mechanics
+cond-mat/0603259 Strongly Correlated Electrons
+cond-mat/0606436 Statistical Mechanics
+cond-mat/0609139 Materials Science
+cond-mat/0703490 Statistical Mechanics
+hep-th/0211055 Theory
+hep-th/0302227 Theory
+math-ph/0202028
+math-ph/9902021
+math/0105129 Algebraic Geometry
+math/0402214 Dynamical Systems
+math/0502364 Symplectic Geometry
+math/0504172 History and Overview
+math/0608501 Complex Variables
+math/0703028 Differential Geometry
+nucl-th/0609001
+quant-ph/0311196
+quant-ph/0605219
+0705.3567 Strongly Correlated Electrons
+0705.4516 Statistics Theory
+0706.0154
+0707.3794 Statistics Theory
+0710.2410 Lattice
+0710.2965 Lattice
+0710.5746
+0801.0619 Theory
+0802.0217
+0802.1417 General Mathematics
+0805.0437 Algebraic Geometry
+0805.3757 Other Quantitative Biology
+0806.0777 Algebraic Geometry
+0806.3122 Theory
+0806.3410
+0807.0038 Optimization and Control
+0807.5121 Classical Analysis and ODEs
+0808.3513 Functional Analysis
+0809.2974 Probability
+0809.3583
+0810.3735
+0811.2503 Instrumentation and Detectors
+0811.4314
+0811.4460 Differential Geometry
+0811.4760
+0812.0416
+0812.0454 Instrumentation and Detectors
+0812.0531 Instrumentation and Detectors
+0812.0685 Instrumentation and Detectors
+0812.1982 Theory
+0812.2217 Data Analysis, Statistics and Probability
+0812.3759
+0812.4619 Quantitative Methods
+0812.5036 Instrumentation and Detectors
+0901.0049 Theory
+0902.2523 Theory
+0902.3139
+0902.3493 Cosmology and Nongalactic Astrophysics
+0903.3883 Instrumentation and Detectors
+0903.4188 Phenomenology
+0904.1434 Astrophysics of Galaxies
+0904.2581 Data Analysis, Statistics and Probability
+0904.4077 Astrophysics of Galaxies
+0904.4729
+0904.4747 Algebraic Geometry
+0905.1115 High Energy Astrophysical Phenomena
+0905.1365
+0905.2065 General Mathematics
+0905.2330 Algebraic Geometry
+0905.4338
+0906.1385
+0906.2411 Cosmology and Nongalactic Astrophysics
+0906.4439 Chaotic Dynamics
+0906.5188 Lattice
+0907.1085 Astrophysics of Galaxies
+0907.2392 Cosmology and Nongalactic Astrophysics
+0907.3753 Cosmology and Nongalactic Astrophysics
+0907.4177 Phenomenology
+0908.3120 Mesoscale and Nanoscale Physics
+0908.3467
+0908.3557 Strongly Correlated Electrons
+0908.4246
+0909.0780
+0909.0834 Quantum Gases
+0909.1502 Mesoscale and Nanoscale Physics
+0909.5301
+0909.5314
+0909.5494
+0910.0342
+0910.0345
+0910.0754 Phenomenology
+0910.0856
+0910.0959
+0910.1388 Mesoscale and Nanoscale Physics
+0910.1395 Phenomenology
+0910.1672
+0910.2495 Biological Physics
+0910.2754
+0910.3372 Databases
+0910.3577 Superconductivity
+0910.4271
+0910.4421
+0910.5124
+0910.5675
+0911.0516
+0911.0521 Phenomenology
+0911.2576 Analysis of PDEs
+0911.2685 Materials Science
+0911.3321 Quantum Algebra
+0911.4194 Phenomenology
+0911.4283 Lattice
+0911.4597 Theory
+0911.4616
+0911.4662 Phenomenology
+0911.5033 Soft Condensed Matter
+0911.5519 Probability
+1001.0055 Statistical Mechanics
+1001.0095 Combinatorics
+1001.1245 Solar and Stellar Astrophysics
+1001.4509 Theory
+1001.5096 Astrophysics of Galaxies
+1002.1426 Strongly Correlated Electrons
+1002.2114 Probability
+1002.2377
+1002.4665 Computation and Language
+1002.4749 Mesoscale and Nanoscale Physics
+1002.4897 Materials Science
+1003.0094
+1003.0226
+1003.0414 Solar and Stellar Astrophysics
+1003.0668 Theory
+1003.0686 Cosmology and Nongalactic Astrophysics
+1003.0691 Learning
+1003.0696 Learning
+1003.0697 Classical Analysis and ODEs
+1003.0706 Optics
+1003.0709 Risk Management
+1003.0714 Logic
+1003.0717
+1003.0721 Analysis of PDEs
+1003.0724 Instrumentation and Methods for Astrophysics
+1003.0729 Information Theory
+1003.0731 Algebraic Geometry
+1003.0735 Information Theory
+1003.0736
+1003.0738 Optics
+1003.0739 Combinatorics
+1003.0742 Algebraic Geometry
+1003.0746 Artificial Intelligence
+1003.0750 Biological Physics
+1003.0752 Number Theory
+1003.0762 Analysis of PDEs
+1003.0767 Differential Geometry
+1003.0770 Probability
+1003.0773 Logic in Computer Science
+1003.0774 Group Theory
+1003.0776 Computer Vision and Pattern Recognition
+1003.0777 Number Theory
+1003.0783 Machine Learning
+1003.0788 Logic in Computer Science
+1003.0791
+1003.0795 Theory
+1003.0802 Logic in Computer Science
+1003.0803 Dynamical Systems
+1003.0804 Methodology
+1003.0826 Algebraic Geometry
+1003.0830 Soft Condensed Matter
+1003.0842 Mesoscale and Nanoscale Physics
+1003.0852 Classical Analysis and ODEs
+1003.0867 Phenomenology
+1003.0870 Functional Analysis
+1003.0872 Optics
+1003.0887 Machine Learning
+1003.0888 Information Theory
+cond-mat/0507557 Materials Science
+hep-lat/0001017 Lattice
+hep-lat/0001018 Lattice
+hep-lat/0007028 Lattice
+hep-lat/0101013 Lattice
+hep-lat/0102013 Lattice
+hep-lat/0106023 Lattice
+hep-lat/0109027 Lattice
+hep-lat/0110081 Lattice
+hep-lat/0111029 Lattice
+hep-lat/0111060 Lattice
+hep-lat/0112027 Lattice
+hep-lat/0112034 Lattice
+hep-lat/0112042 Lattice
+hep-lat/0201004 Lattice
+hep-lat/0201005 Lattice
+hep-lat/0202011 Lattice
+hep-lat/0202022 Lattice
+hep-lat/0203001 Lattice
+hep-lat/0203008 Lattice
+hep-lat/0206010 Lattice
+hep-lat/0208037 Lattice
+hep-lat/0209129 Lattice
+hep-lat/0209155 Lattice
+hep-lat/0209156 Lattice
+hep-lat/0210041 Lattice
+hep-lat/0210042 Lattice
+hep-lat/0210043 Lattice
+hep-lat/0301018 Lattice
+hep-lat/0304003 Lattice
+hep-lat/0309119 Lattice
+hep-lat/0309154 Lattice
+hep-lat/0309186 Lattice
+hep-lat/0311014 Lattice
+hep-lat/0311030 Lattice
+hep-lat/0312035 Lattice
+hep-lat/0401029 Lattice
+hep-lat/0402016 Lattice
+hep-lat/0402036 Lattice
+hep-lat/0403002 Lattice
+hep-lat/0403019 Lattice
+hep-lat/0405015 Lattice
+hep-lat/0405026 Lattice
+hep-lat/0407039 Lattice
+hep-lat/0408032 Lattice
+hep-lat/0410045 Lattice
+hep-lat/0412022 Lattice
+hep-lat/0501016 Lattice
+hep-lat/0501019 Lattice
+hep-lat/0510103 Lattice
+hep-lat/0511007 Lattice
+hep-lat/0601010 Lattice
+hep-lat/0604022 Lattice
+hep-lat/0611028 Lattice
+hep-lat/0611029 Lattice
+hep-lat/9705021 Lattice
+hep-ph/0101188 Phenomenology
+hep-ph/0208063 Phenomenology
+hep-ph/0303176 Phenomenology
+hep-ph/0412380 Phenomenology
+hep-ph/0503006 Phenomenology
+hep-ph/9304315 Phenomenology
+hep-ph/9309263 Phenomenology
+hep-ph/9309276 Phenomenology
+hep-ph/9312243 Phenomenology
+hep-ph/9403223 Phenomenology
+hep-ph/9403252 Phenomenology
+hep-ph/9405306 Phenomenology
+hep-ph/9408233 Phenomenology
+hep-ph/9604402 Phenomenology
+hep-ph/9608292 Phenomenology
+hep-ph/9705298 Phenomenology
+hep-ph/9712483 Phenomenology
+hep-th/0010161 Theory
+hep-th/0509053 Theory
+hep-th/0611058 Theory
+hep-th/0612283 Theory
+hep-th/9303098 Theory
+hep-th/9811184 Theory
+math/0410004 Combinatorics
+math/0503415 Optimization and Control
+math/0506496 Number Theory
+math/0508266 Statistics Theory
+math/0508268 Statistics Theory
+math/0509390 Statistics Theory
+math/0601631 Statistics Theory
+math/0604347 Number Theory
+math/0608131 Number Theory
+math/0701429 Statistics Theory
+math/0703609 Statistics Theory
+math/0703625 Number Theory
+nucl-th/0001064
+nucl-th/0011005
+nucl-th/0012023
+nucl-th/0101058
+nucl-th/0103073
+nucl-th/0110058
+nucl-th/0111030
+nucl-th/0206004
+nucl-th/0208071
+nucl-th/0301024
+nucl-th/0301049
+nucl-th/0304003
+nucl-th/0304050
+nucl-th/0308039
+nucl-th/0309025
+nucl-th/0403012
+nucl-th/0406030
+nucl-th/0406032
+nucl-th/0408015
+nucl-th/0411065
+nucl-th/0412046
+nucl-th/0503043
+nucl-th/0509093
+nucl-th/0511085
+nucl-th/0604029
+nucl-th/0608039
+nucl-th/0701009
+nucl-th/9511012
+nucl-th/9602012
+nucl-th/9606006
+nucl-th/9610047
+nucl-th/9706070
+nucl-th/9707003
+nucl-th/9801060
+nucl-th/9806088
+nucl-th/9807008
+nucl-th/9807056
+nucl-th/9808076
+nucl-th/9812063
+nucl-th/9901091
+q-bio/0603031 Populations and Evolution
+quant-ph/9607025
+0707.4024 General Mathematics
+0711.4007 Other Condensed Matter
+0712.1275 Trading and Market Microstructure
+0712.1483 Trading and Market Microstructure
+0712.2070 Atomic Physics
+0801.2751 Probability
+0804.2705 Statistical Mechanics
+0806.0757 Classical Physics
+0806.2690 Strongly Correlated Electrons
+0808.2716 Geometric Topology
+0810.0906 Data Structures and Algorithms
+0901.1439
+0905.2128 Differential Geometry
+0907.1372
+0907.1879 Quantum Algebra
+0907.5605
+0908.0054 Cosmology and Nongalactic Astrophysics
+0908.0781
+0908.2515 Geometric Topology
+0908.2703 Commutative Algebra
+0908.3787 Optimization and Control
+0910.4675 Representation Theory
+0910.4871 Lattice
+0911.0867 Differential Geometry
+0911.1830 Number Theory
+0911.4025 Algebraic Geometry
+0911.4819 Representation Theory
+0912.2874
+0912.4189 Populations and Evolution
+1001.1167 Combinatorics
+1001.3877 Mesoscale and Nanoscale Physics
+1002.2119 Differential Geometry
+1002.2574
+1002.2929
+1004.0556 Phenomenology
+1004.0943 Statistical Mechanics
+1004.1723 Representation Theory
+1004.3160 Chaotic Dynamics
+1004.3866 Differential Geometry
+1004.3921
+1006.1672 Mesoscale and Nanoscale Physics
+1006.1911 High Energy Astrophysical Phenomena
+1006.2612 Strongly Correlated Electrons
+1006.3151 Information Theory
+1006.4734 Quantum Gases
+1006.4993 Spectral Theory
+1006.5123 Classical Analysis and ODEs
+1006.5664
+1007.1152 Mesoscale and Nanoscale Physics
+1007.1477 Functional Analysis
+1007.2644 High Energy Astrophysical Phenomena
+1007.2716 Quantum Gases
+1007.3065 Cosmology and Nongalactic Astrophysics
+1007.3882 Algebraic Geometry
+1007.3918 Mesoscale and Nanoscale Physics
+1007.4204 Mesoscale and Nanoscale Physics
+1007.5357 High Energy Astrophysical Phenomena
+1007.5521 Strongly Correlated Electrons
+1008.0217 Quantum Gases
+1008.2946 Mesoscale and Nanoscale Physics
+1008.3117 Algebraic Geometry
+1009.1182 Statistical Mechanics
+1009.2862 Materials Science
+1009.3311 Strongly Correlated Electrons
+1009.3400 Mesoscale and Nanoscale Physics
+1009.4298
+1010.0167 High Energy Astrophysical Phenomena
+1010.0996
+1010.2504
+1010.4128 Mesoscale and Nanoscale Physics
+1010.5363 Materials Science
+1011.2234 Statistics Theory
+1011.2805 Superconductivity
+1011.3345 Functional Analysis
+1011.5015 Networking and Internet Architecture
+1011.5207 Strongly Correlated Electrons
+1011.5229
+1011.5231 Theory
+1011.5237 Functional Analysis
+1011.5240 Cell Behavior
+1011.5241 Mesoscale and Nanoscale Physics
+1011.5242 Cryptography and Security
+1011.5244
+1011.5252
+1011.5256 Phenomenology
+1011.5257 Complex Variables
+1011.5264 Discrete Mathematics
+1011.5273 Optics
+1011.5280 Analysis of PDEs
+1011.5281 Analysis of PDEs
+1011.5282
+1011.5283 Cosmology and Nongalactic Astrophysics
+1011.5284 Analysis of PDEs
+1011.5285 Solar and Stellar Astrophysics
+1011.5286 Cosmology and Nongalactic Astrophysics
+1011.5289 Discrete Mathematics
+1011.5291 Symplectic Geometry
+1011.5295 Cryptography and Security
+1011.5299 Dynamical Systems
+1011.5301 Statistical Mechanics
+1011.5305 Number Theory
+1011.5310 Other Condensed Matter
+1011.5311 Instrumentation and Methods for Astrophysics
+1011.5314 Numerical Analysis
+1011.5316 Cosmology and Nongalactic Astrophysics
+1011.5320 Computational Geometry
+1011.5321 Solar and Stellar Astrophysics
+1011.5325 Human-Computer Interaction
+1011.5326 Networking and Internet Architecture
+1011.5329
+1011.5330 Dynamical Systems
+1011.5335 Earth and Planetary Astrophysics
+1011.5342 Phenomenology
+1011.5343 General Finance
+1011.5345 Category Theory
+1011.5349 Artificial Intelligence
+1011.5351 Combinatorics
+1011.5353 Cosmology and Nongalactic Astrophysics
+1011.5354 Chaotic Dynamics
+1011.5357 Differential Geometry
+1011.5358 Combinatorics
+1011.5359
+1011.5364 Information Retrieval
+1011.5368 Phenomenology
+1011.5370 Instrumentation and Detectors
+1011.5372 Popular Physics
+1011.5374 Other Computer Science
+1011.5377 Probability
+1011.5383 Algebraic Geometry
+1011.5389 Software Engineering
+1011.5390 General Physics
+1011.5391 Dynamical Systems
+1011.5396 Applications
+1011.5402 Data Analysis, Statistics and Probability
+1011.5403 Mesoscale and Nanoscale Physics
+1011.5404 Probability
+1011.5405 Solar and Stellar Astrophysics
+1011.5408 Statistical Mechanics
+1011.5416 Algebraic Geometry
+1011.5418 General Physics
+1011.5421 Mesoscale and Nanoscale Physics
+1011.5428 High Energy Astrophysical Phenomena
+1011.5430 Chemical Physics
+1011.5434 Astrophysics of Galaxies
+1011.5435 Human-Computer Interaction
+1011.5446 Quantum Algebra
+1011.5447 Data Structures and Algorithms
+1011.5448 Numerical Analysis
+1011.5449 Physics Education
+1011.5456 Disordered Systems and Neural Networks
+1011.5458 Multimedia
+1011.5461 Analysis of PDEs
+1011.5465 Analysis of PDEs
+1011.5466 Quantitative Methods
+1011.5469 Networking and Internet Architecture
+1011.5472 Dynamical Systems
+1011.5479 Complex Variables
+1011.5481 Computational Engineering, Finance, and Science
+1011.5497 Number Theory
+math/0310019 Geometric Topology
+math/0612401 Dynamical Systems
+physics/0512160 Classical Physics
+0704.1949 Statistical Mechanics
+0707.2057 Probability
+0802.3485 Probability
+0803.2183 Algebraic Geometry
+0804.0576 Algebraic Geometry
+0806.1729 Symplectic Geometry
+0807.3174 Materials Science
+0809.4277
+0810.5428 Information Retrieval
+0811.4412 Materials Science
+0901.4110
+0902.0165 Pattern Formation and Solitons
+0902.0633 Differential Geometry
+0902.4652 Mesoscale and Nanoscale Physics
+0903.4761
+0904.1759 General Mathematics
+0905.2377 Chaotic Dynamics
+0906.1758 Strongly Correlated Electrons
+0906.5049
+0907.0549 Materials Science
+0907.1546 Materials Science
+0907.2328 Combinatorics
+0907.3522
+0907.3751 Strongly Correlated Electrons
+0907.4350 Materials Science
+0908.1148
+0908.3231 Networking and Internet Architecture
+0909.0740 Soft Condensed Matter
+0909.0759 Strongly Correlated Electrons
+0909.2336 Computational Engineering, Finance, and Science
+0909.4230
+0910.0105 Algebraic Geometry
+0910.4501
+0910.5047 General Topology
+0911.0904 Mesoscale and Nanoscale Physics
+0911.2615 Materials Science
+0911.4722 Mesoscale and Nanoscale Physics
+0911.4851 Algebraic Geometry
+0911.5601 Statistical Mechanics
+0912.1526
+0912.1992 Atomic Physics
+0912.2066 Statistical Mechanics
+0912.3629 Quantum Gases
+0912.4685 General Physics
+0912.5512 Probability
+1001.0266 Strongly Correlated Electrons
+1001.2190 Information Theory
+1001.2868 Optics
+1001.3131
+1001.4217 Differential Geometry
+1001.4407 Materials Science
+1001.4607 Strongly Correlated Electrons
+1002.0121
+1002.0638
+1002.0970 Mesoscale and Nanoscale Physics
+1002.1217 Differential Geometry
+1002.1888 Materials Science
+1002.2070 Optics
+1002.3315 Machine Learning
+1002.4243 Algebraic Geometry
+1002.4542 Mesoscale and Nanoscale Physics
+1002.4858 Complex Variables
+1003.1840 Differential Geometry
+1004.1685 High Energy Astrophysical Phenomena
+1004.3926 Superconductivity
+1004.4576 Superconductivity
+1004.4731 Strongly Correlated Electrons
+1004.4943 Plasma Physics
+1004.5289 Probability
+1004.5495 Networking and Internet Architecture
+1004.5512 Cryptography and Security
+1005.0198 Databases
+1005.0201 Databases
+1005.0203 Analysis of PDEs
+1005.0204 Analysis of PDEs
+1005.0205 Number Theory
+1005.0206 Analysis of PDEs
+1005.0212 Databases
+1005.0213 Databases
+1005.0214 Databases
+1005.0218 Databases
+1005.0219 Databases
+1005.0220 Databases
+1005.0221 General Finance
+1005.0222 Representation Theory
+1005.0224 Databases
+1005.0446 Analysis of PDEs
+1005.0469 High Energy Astrophysical Phenomena
+1005.0504 Biological Physics
+1005.0518 Logic in Computer Science
+1005.0519 Computational Complexity
+1005.0522 Logic in Computer Science
+1005.0653 Logic in Computer Science
+1005.0835 Logic in Computer Science
+1005.1150 Representation Theory
+1005.1195 Distributed, Parallel, and Cluster Computing
+1005.1724 Soft Condensed Matter
+1005.1729 Analysis of PDEs
+1005.2074 General Mathematics
+1005.2107 Quantitative Methods
+1005.2378 Phenomenology
+1005.2815 Artificial Intelligence
+1005.2951 Number Theory
+1005.2979 Portfolio Management
+1005.3179 Mesoscale and Nanoscale Physics
+1005.3185 Graphics
+1005.3187 Probability
+1005.3231 Probability
+1005.3311 High Energy Astrophysical Phenomena
+1005.3323 Solar and Stellar Astrophysics
+1005.3333 Fluid Dynamics
+1005.3335 Combinatorics
+1005.3336 Analysis of PDEs
+1005.3338 Information Theory
+1005.3339 Instrumentation and Methods for Astrophysics
+1005.3344 Materials Science
+1005.3355
+1005.3357 Cosmology and Nongalactic Astrophysics
+1005.3358 Instrumentation and Methods for Astrophysics
+1005.3360 Cosmology and Nongalactic Astrophysics
+1005.3361 Commutative Algebra
+1005.3382 Analysis of PDEs
+1005.3383 Algebraic Topology
+1005.3384 Numerical Analysis
+1005.3390 Neural and Evolutionary Computing
+1005.3391 Cryptography and Security
+1005.3393 Dynamical Systems
+1005.3400 Analysis of PDEs
+1005.3402 Differential Geometry
+1005.3408 Plasma Physics
+1005.3412 Combinatorics
+1005.3413 Fluid Dynamics
+1005.3414 Earth and Planetary Astrophysics
+1005.3424 Analysis of PDEs
+1005.3436
+1005.3437 Theory
+1005.3438 Mesoscale and Nanoscale Physics
+1005.3440 Analysis of PDEs
+1005.3442 Plasma Physics
+1005.3447 Geometric Topology
+1005.3449
+1005.3450 Operating Systems
+1005.3455 Theory
+1005.3458 Solar and Stellar Astrophysics
+1005.3459 Analysis of PDEs
+1005.3461 Solar and Stellar Astrophysics
+1005.3466 Dynamical Systems
+1005.3469 Classical Analysis and ODEs
+1005.3473 Data Structures and Algorithms
+1005.3483 Probability
+1005.3484 General Physics
+1005.3486 Information Theory
+1005.3487
+1005.3490 Phenomenology
+1005.3494 Number Theory
+1005.3495 Strongly Correlated Electrons
+1005.3496 Solar and Stellar Astrophysics
+1005.3497 Theory
+1005.3499 Experiment
+1005.3501
+1005.3502 Artificial Intelligence
+1005.3504 Representation Theory
+1005.3507 Physics and Society
+1005.3509 Lattice
+1005.3510 Adaptation and Self-Organizing Systems
+1005.3514 Theory
+1005.3515 Commutative Algebra
+1005.3516 Dynamical Systems
+1005.3524 Functional Analysis
+1005.3530 Functional Analysis
+1005.3531
+1005.3532 Functional Analysis
+1005.3535 Trading and Market Microstructure
+1005.3536 Analysis of PDEs
+cond-mat/0001083 Statistical Mechanics
+cond-mat/0011103 Statistical Mechanics
+cond-mat/0012490 Statistical Mechanics
+cond-mat/0501277 Statistical Mechanics
+cond-mat/0505459 Materials Science
+cond-mat/0509320 Statistical Mechanics
+cond-mat/9810241 Statistical Mechanics
+math/0404375 Number Theory
+math/0609008 Commutative Algebra
+quant-ph/0503229
+0807.3056 Quantum Algebra
+0902.4726 Complex Variables
+0904.4184
+0908.0323 Computational Physics
+0912.0564 Strongly Correlated Electrons
+1004.5010 Data Structures and Algorithms
+1004.5275 Populations and Evolution
+1005.4350 Mesoscale and Nanoscale Physics
+1006.4528 Optics
+1007.3626 Physics and Society
+1008.3841
+1009.0041 Materials Science
+1009.0935
+1009.1315 Combinatorics
+1009.1713 Mesoscale and Nanoscale Physics
+1009.4625 Cryptography and Security
+1009.4747 Instrumentation and Detectors
+1009.4852 Analysis of PDEs
+1009.5490 Differential Geometry
+1010.0631 Optics
+1010.1751 Probability
+1010.3038 Chemical Physics
+1010.3059 Neurons and Cognition
+1010.3097 Phenomenology
+1010.4816 Cryptography and Security
+1010.4986 Networking and Internet Architecture
+1010.6092 Algebraic Topology
+1010.6096 Systems and Control
+1010.6263 Instrumentation and Methods for Astrophysics
+1010.6293 Statistical Mechanics
+1011.0063 Fluid Dynamics
+1011.0298 Information Theory
+1011.0412 Analysis of PDEs
+1011.0640 Computer Vision and Pattern Recognition
+1011.1236 History and Overview
+1011.1531 Cryptography and Security
+quant-ph/0112046
+0707.1858 Materials Science
+0708.3651 Strongly Correlated Electrons
+0709.2379 Strongly Correlated Electrons
+0709.2387 Strongly Correlated Electrons
+0711.1951 Algebraic Geometry
+0712.2069 Algebraic Topology
+0801.0056 Number Theory
+0801.2128
+0803.0204 Geophysics
+0803.1114 Geophysics
+0805.2903 Phenomenology
+0807.0121
+0808.3116 Superconductivity
+0809.4891 Differential Geometry
+0810.4357 Optimization and Control
+0811.2900 Theory
+0811.3212 Strongly Correlated Electrons
+0812.1808 Strongly Correlated Electrons
+0901.2639 Classical Analysis and ODEs
+0902.0975 Strongly Correlated Electrons
+0903.0780 Statistical Mechanics
+0903.0847 Other Condensed Matter
+0903.1665 Other Condensed Matter
+0903.4276 Category Theory
+0903.4893 Phenomenology
+0905.2726
+0906.1676 Classical Analysis and ODEs
+0906.2330 Quantum Algebra
+0907.4094 Superconductivity
+0908.2822 Exactly Solvable and Integrable Systems
+0909.4572 Strongly Correlated Electrons
+0911.5471 Probability
+0912.1550 Superconductivity
+0912.2686 Cosmology and Nongalactic Astrophysics
+1001.0479 Mesoscale and Nanoscale Physics
+1001.1162
+1001.1658 Information Theory
+1001.2519 Statistical Mechanics
+1002.1087 Optics
+1004.2245
+1004.4851 Theory
+1004.5528
+1005.0141 High Energy Astrophysical Phenomena
+1005.1407
+1006.0167 Strongly Correlated Electrons
+1006.1823 Theory
+1006.2075 Chemical Physics
+1006.2518 Phenomenology
+1006.4789 Theory
+1006.5063 Phenomenology
+1006.5651 Superconductivity
+1007.0446
+1007.1985 Theory
+1007.2491
+1007.3217 Statistical Mechanics
+1007.3447 Cell Behavior
+1008.0990 Instrumentation and Detectors
+1008.3209 Mesoscale and Nanoscale Physics
+1008.4140 High Energy Astrophysical Phenomena
+1009.0230 Algebraic Geometry
+1009.1307 Strongly Correlated Electrons
+1009.2693 Probability
+1009.4511 Statistical Mechanics
+1010.0469 Astrophysics of Galaxies
+1010.2163
+1010.2956 Optimization and Control
+1010.4207 Learning
+1010.4977
+1010.5321 Metric Geometry
+1010.5863 Mesoscale and Nanoscale Physics
+1011.0578 Plasma Physics
+1011.0754 Strongly Correlated Electrons
+1011.1945 Combinatorics
+1011.2834 Information Theory
+1011.3005
+1011.3038
+1011.3107 Probability
+1011.3396 Statistics Theory
+1011.3503 Dynamical Systems
+1011.3506 Dynamical Systems
+1011.3513 Cosmology and Nongalactic Astrophysics
+1011.3518 Mesoscale and Nanoscale Physics
+1011.3521 General Mathematics
+1011.3523 Cosmology and Nongalactic Astrophysics
+1011.3534 Data Structures and Algorithms
+1011.3543 Statistical Mechanics
+1011.3544 Probability
+1011.3546 Dynamical Systems
+1011.3547 Complex Variables
+1011.3550 Information Theory
+1011.3555 Astrophysics of Galaxies
+1011.3556 Cosmology and Nongalactic Astrophysics
+1011.3559 Representation Theory
+1011.3560
+1011.3566 Combinatorics
+1011.3581 Logic
+1011.3583 Distributed, Parallel, and Cluster Computing
+1011.3584 Mesoscale and Nanoscale Physics
+1011.3586 General Topology
+1011.3592 Geophysics
+1011.3595 Artificial Intelligence
+1011.3597 Combinatorics
+1011.3599 Pricing of Securities
+1011.3601 Probability
+1011.3602 Mesoscale and Nanoscale Physics
+1011.3603 Mesoscale and Nanoscale Physics
+1011.3605
+1011.3607 Logic
+1011.3608 Optics
+1011.3609
+1011.3611 Materials Science
+1011.3612 Applications
+1011.3614 Classical Analysis and ODEs
+1011.3626 Applications
+1011.3628 Solar and Stellar Astrophysics
+1011.3638 Applications
+1011.3642 Probability
+1011.3644 Phenomenology
+1011.3645
+1011.3649 Theory
+1011.3650 Combinatorics
+1011.3651 Theory
+1011.3654 Combinatorics
+1011.3658 Disordered Systems and Neural Networks
+1011.3666 Populations and Evolution
+1011.3671 Exactly Solvable and Integrable Systems
+1011.3674 Populations and Evolution
+1011.3675 Spectral Theory
+1011.3676 Pattern Formation and Solitons
+1011.3688 Mesoscale and Nanoscale Physics
+1011.3689 Classical Physics
+1011.3693 Solar and Stellar Astrophysics
+1011.3696 Algebraic Geometry
+1011.3697 Algebraic Geometry
+1011.3698 Algebraic Geometry
+1011.3703 Differential Geometry
+1011.3704 Algebraic Geometry
+1011.3705 Combinatorics
+1011.3708 Discrete Mathematics
+1011.3709
+1011.3713 Optics
+1011.3714 Algebraic Geometry
+1011.3716 Geophysics
+1011.3718 Cryptography and Security
+1011.3719
+1011.3725 Methodology
+1011.3728 Learning
+1011.3730 Astrophysics of Galaxies
+1011.3738
+1011.3740 Representation Theory
+1011.3742 Dynamical Systems
+1011.3748 High Energy Astrophysical Phenomena
+1011.3752 High Energy Astrophysical Phenomena
+1011.3764 High Energy Astrophysical Phenomena
+1011.3769 Differential Geometry
+1011.3773 Mesoscale and Nanoscale Physics
+1011.3777 Complex Variables
+1011.3778 History and Philosophy of Physics
+1011.3779 Algebraic Geometry
+1011.3782 Classical Analysis and ODEs
+1011.3785 Biological Physics
+1011.3789 Instrumentation and Methods for Astrophysics
+1011.3800 Representation Theory
+1011.3805 Applications
+1011.3808 Solar and Stellar Astrophysics
+1011.3811
+1011.3812 Information Theory
+astro-ph/0502469
+cond-mat/0002140
+cond-mat/0112268 Materials Science
+cond-mat/0310612 Strongly Correlated Electrons
+cond-mat/0512619 Strongly Correlated Electrons
+cond-mat/0612605 Superconductivity
+cond-mat/0612688 Other Condensed Matter
+cond-mat/0702309 Strongly Correlated Electrons
+cond-mat/9507124
+cond-mat/9807127 Strongly Correlated Electrons
+math-ph/0611003
+math/0510229 Logic
+math/0605668 Differential Geometry
+0704.0836 Combinatorics
+0705.1260
+0707.1129 General Physics
+0708.3489 Spectral Theory
+0709.2065 Artificial Intelligence
+0709.2802 General Physics
+0709.4215 Representation Theory
+0710.5092 General Physics
+0711.1366 General Physics
+0801.0419
+0801.2501 Data Analysis, Statistics and Probability
+0801.4928 Combinatorics
+0802.3305 Algebraic Geometry
+0804.3835 Machine Learning
+0805.1634 Number Theory
+0805.2504 Representation Theory
+0805.2661 Theory
+0805.3258
+0805.4331
+0806.1913
+0807.0093 Learning
+0807.0507
+0807.0756 Algebraic Geometry
+0807.2832 Probability
+0807.4748
+0808.0225
+0809.1213
+0809.1373
+0809.2076
+0809.4838 Optimization and Control
+0810.0392 Probability
+0810.2489 Combinatorics
+0810.2597 Algebraic Geometry
+0810.2910 Instrumentation and Detectors
+0810.3382
+0810.5160 Symplectic Geometry
+0811.1554
+0811.3668
+0901.0486 Solar and Stellar Astrophysics
+0901.3973 Classical Analysis and ODEs
+0901.4860 Theory
+0902.0895 Cosmology and Nongalactic Astrophysics
+0902.4583 Probability
+0903.0515 Analysis of PDEs
+0903.1373 Combinatorics
+0903.1699 Analysis of PDEs
+0903.2161 Phenomenology
+0903.2665 Complex Variables
+0904.0473 Number Theory
+0904.0837 Geometric Topology
+0904.1401 Probability
+0905.1150 Probability
+0905.4398
+0906.3628 Commutative Algebra
+0907.1221 Pricing of Securities
+0907.1975 Information Theory
+0907.2976 Instrumentation and Detectors
+0908.4202 Instrumentation and Detectors
+0909.1231 Combinatorics
+0909.1698 Theory
+0910.1195 Theory
+0910.4249 Theory
+0910.4272 Cosmology and Nongalactic Astrophysics
+0911.1958 Phenomenology
+0911.3675 Geometric Topology
+0911.3986
+0911.4832 Mesoscale and Nanoscale Physics
+0911.5618 Phenomenology
+0912.0061 Group Theory
+0912.0225
+0912.1998
+1001.0666 Instrumentation and Detectors
+1001.1289 Theory
+1001.2417 Soft Condensed Matter
+1001.2460 Theory
+1001.3608 Theory
+1002.0976 Classical Analysis and ODEs
+1002.1597 Phenomenology
+1002.3018 Combinatorics
+1002.3119
+1003.0131 Mesoscale and Nanoscale Physics
+1003.0615
+1003.2103 Physics and Society
+1003.2730 Phenomenology
+1003.2769 Theory
+1003.2798 Quantum Gases
+1003.2961 High Energy Astrophysical Phenomena
+1003.3401 Phenomenology
+1003.3634 Group Theory
+1003.4031 Mesoscale and Nanoscale Physics
+1003.4092 Functional Analysis
+1003.4483 Logic
+1003.5757 High Energy Astrophysical Phenomena
+1004.0853 Algebraic Geometry
+1004.0932 Analysis of PDEs
+1004.1583 Phenomenology
+1004.2991 Probability
+1004.3041 Numerical Analysis
+1004.3043 Probability
+1004.3084 Cosmology and Nongalactic Astrophysics
+1004.3541 Theory
+1004.4376 Geometric Topology
+1004.4582 Statistical Mechanics
+1004.4591 Solar and Stellar Astrophysics
+1005.2505 Probability
+1005.2530 Fluid Dynamics
+1005.3075 Mesoscale and Nanoscale Physics
+1005.4072 Theory
+1005.4230
+1005.5335 Solar and Stellar Astrophysics
+1005.5680 Differential Geometry
+1005.5708 Solar and Stellar Astrophysics
+1006.1197 Phenomenology
+1006.1675 Theory
+1006.2323 Phenomenology
+1006.2341 Theory
+1006.2763 Earth and Planetary Astrophysics
+1006.3033 Learning
+1006.3067
+1006.3859 Cosmology and Nongalactic Astrophysics
+1006.4369 Theory
+1006.4457 Theory
+1006.5464 Theory
+1007.1918 Phenomenology
+1007.1981 Theory
+1007.2068 Theory
+1007.2270 Soft Condensed Matter
+1007.2401 Distributed, Parallel, and Cluster Computing
+1007.2499
+1007.2572
+1007.2725
+1007.2735 Solar and Stellar Astrophysics
+1007.3575 Mesoscale and Nanoscale Physics
+1007.3634 Theory
+1007.4015 Phenomenology
+1007.4088 Quantum Gases
+1007.4384 Theory
+1007.4569 Superconductivity
+1007.5061 Quantum Gases
+1007.5166 Strongly Correlated Electrons
+1008.0164 Phenomenology
+1008.0405 Phenomenology
+1008.0782
+1008.1062 Theory
+1008.1236 Metric Geometry
+1008.1310 Fluid Dynamics
+1008.1465 Chaotic Dynamics
+1008.2257 Phenomenology
+1008.2863 Strongly Correlated Electrons
+1008.2955
+1008.3101 Theory
+1008.3169 Computation and Language
+1008.3570 Disordered Systems and Neural Networks
+1008.4053 Mesoscale and Nanoscale Physics
+1008.4238
+1008.4855
+1008.4914 Theory
+1009.0198 Theory
+1009.0302 Mesoscale and Nanoscale Physics
+1009.0543 Theory
+1009.0999 Solar and Stellar Astrophysics
+1009.1311 Theory
+1009.1574 Quantum Gases
+1009.2236 Theory
+1009.2341 Theory
+1009.2579 Spectral Theory
+1009.4093
+1009.4113 Strongly Correlated Electrons
+1009.4133 Theory
+1009.4140 Phenomenology
+1009.4530 Astrophysics of Galaxies
+1009.5023 Cosmology and Nongalactic Astrophysics
+1009.5095 Biological Physics
+1009.5547 Optics
+1010.2156 Rings and Algebras
+1010.2269 Number Theory
+1010.2729 Mesoscale and Nanoscale Physics
+1010.3791 Algebraic Geometry
+1010.4081 Statistical Mechanics
+1010.4440 Number Theory
+1010.5496 Neurons and Cognition
+1010.5771 Physics and Society
+1010.5889 Instrumentation and Methods for Astrophysics
+1011.0213 High Energy Astrophysical Phenomena
+1011.0356 K-Theory and Homology
+1011.0447 Logic in Computer Science
+1011.0667 Classical Analysis and ODEs
+1011.0932 Astrophysics of Galaxies
+1011.1402
+1011.3417 Soft Condensed Matter
+1011.3636 Algebraic Geometry
+1011.3810 Combinatorics
+1011.4183 Probability
+1011.4510 Cosmology and Nongalactic Astrophysics
+1011.4975 Geophysics
+1011.5066 Analysis of PDEs
+1011.5290 Mesoscale and Nanoscale Physics
+1011.5302 Number Theory
+1011.5334 Neurons and Cognition
+1011.5371 Differential Geometry
+1011.5547 Functional Analysis
+1011.5575 Experiment
+1011.5789
+1011.5883 Combinatorics
+1011.5892 Differential Geometry
+1011.5894 Logic in Computer Science
+1011.5913
+1011.5914 Multiagent Systems
+1011.5920 Computational Geometry
+1011.5925
+1011.5927 Pattern Formation and Solitons
+1011.5931 Group Theory
+1011.5936 Information Theory
+1011.5940 Classical Analysis and ODEs
+1011.5941 Combinatorics
+1011.5942 Optimization and Control
+1011.5943
+1011.5944
+1011.5947
+1011.5951 Artificial Intelligence
+1011.5958 Combinatorics
+1011.5962 Computer Vision and Pattern Recognition
+1011.5964 Numerical Analysis
+1011.5966 Computational Complexity
+1011.5967 Analysis of PDEs
+1011.5971 Discrete Mathematics
+1011.5972 Chaotic Dynamics
+1011.5975 Algebraic Geometry
+1011.5978 General Finance
+1011.5984 Algebraic Geometry
+1011.5987 Information Theory
+1011.5991 Cosmology and Nongalactic Astrophysics
+1011.5994 Probability
+1011.6000 Representation Theory
+1011.6003 Chaotic Dynamics
+1011.6007 Algebraic Geometry
+1011.6008 Superconductivity
+1011.6010 Materials Science
+1011.6012 Logic in Computer Science
+1011.6018 Combinatorics
+1011.6020 Complex Variables
+1011.6021 Computational Complexity
+1011.6025 Solar and Stellar Astrophysics
+1011.6029 Networking and Internet Architecture
+1011.6030 Networking and Internet Architecture
+1011.6031 Performance
+1011.6032 Analysis of PDEs
+1011.6033 General Physics
+1011.6037 Phenomenology
+1011.6041 Analysis of PDEs
+1011.6042 Number Theory
+1011.6043 Classical Physics
+1011.6044 Networking and Internet Architecture
+1011.6045 Networking and Internet Architecture
+1011.6049 Graphics
+1011.6055 Functional Analysis
+1011.6063 Solar and Stellar Astrophysics
+1011.6065 Probability
+1011.6075 Information Theory
+1011.6077 Category Theory
+1011.6080 Fluid Dynamics
+1011.6081 Soft Condensed Matter
+1011.6085 Geometric Topology
+1011.6088 Optics
+1011.6089 Algebraic Geometry
+1011.6097 Statistical Finance
+1011.6100 Data Structures and Algorithms
+1011.6103 Quantum Gases
+1011.6105 Probability
+1011.6111 General Physics
+1011.6117 Pattern Formation and Solitons
+1011.6121 Information Theory
+1011.6127 Multiagent Systems
+1011.6130 Plasma Physics
+1011.6136 Populations and Evolution
+1011.6139 Statistics Theory
+1011.6141 Experiment
+1011.6143 Phenomenology
+1011.6148 Mesoscale and Nanoscale Physics
+1011.6149 Superconductivity
+1011.6153
+1011.6161 Statistics Theory
+1011.6165 Statistics Theory
+1011.6169 Rings and Algebras
+1011.6171 Optimization and Control
+1011.6174 Solar and Stellar Astrophysics
+1011.6175 Instrumentation and Methods for Astrophysics
+1011.6180 Networking and Internet Architecture
+1011.6186 Rings and Algebras
+1011.6187 Data Structures and Algorithms
+1011.6189 Instrumentation and Methods for Astrophysics
+1011.6190 Solar and Stellar Astrophysics
+1011.6191 Metric Geometry
+1011.6195 Combinatorics
+1011.6197 Rings and Algebras
+1011.6198 Classical Analysis and ODEs
+1011.6200 Geometric Topology
+1011.6207 Chaotic Dynamics
+1011.6208 Combinatorics
+1011.6210
+1011.6215
+1011.6217 Methodology
+1011.6218 Information Theory
+1011.6220 Artificial Intelligence
+1011.6222 Numerical Analysis
+1011.6230 Superconductivity
+1011.6232 Networking and Internet Architecture
+1011.6234 Materials Science
+1011.6238 K-Theory and Homology
+1011.6240 Methodology
+1011.6242 Combinatorics
+1011.6244 Optics
+1011.6245
+1011.6248 Optimization and Control
+1011.6249 Phenomenology
+1011.6251 Methodology
+1011.6252 Combinatorics
+1011.6254 Astrophysics of Galaxies
+1011.6264 Spectral Theory
+1011.6266 Social and Information Networks
+1011.6267 Data Structures and Algorithms
+1011.6290 Soft Condensed Matter
+1011.6297 Soft Condensed Matter
+1011.6298 Methodology
+1011.6300 General Physics
+1011.6305 Astrophysics of Galaxies
+1011.6310 Instrumentation and Detectors
+1011.6324 Functional Analysis
+1011.6325 Functional Analysis
+1011.6326 Optimization and Control
+1011.6331
+1011.6332 Instrumentation and Methods for Astrophysics
+1011.6335 Algebraic Geometry
+1011.6337 Algebraic Geometry
+1011.6343 Geometric Topology
+1011.6346 Statistical Mechanics
+1011.6349 Analysis of PDEs
+1011.6351 Phenomenology
+1011.6355 Probability
+1011.6358 Symplectic Geometry
+astro-ph/9212005
+astro-ph/9303019
+astro-ph/9305011
+astro-ph/9310032
+astro-ph/9312014
+astro-ph/9312045
+astro-ph/9312047
+astro-ph/9405020
+astro-ph/9408104
+astro-ph/9501066
+astro-ph/9502103
+astro-ph/9504052
+astro-ph/9505029
+astro-ph/9506132
+astro-ph/9507116
+astro-ph/9509130
+astro-ph/9509143
+astro-ph/9601131
+astro-ph/9601147
+astro-ph/9602016
+astro-ph/9605119
+astro-ph/9607077
+astro-ph/9607086
+astro-ph/9608122
+astro-ph/9609022
+astro-ph/9609043
+astro-ph/9609173
+astro-ph/9610060
+astro-ph/9701079
+astro-ph/9702193
+astro-ph/9703063
+astro-ph/9704186
+astro-ph/9704203
+astro-ph/9705110
+astro-ph/9706085
+astro-ph/9708162
+astro-ph/9708217
+astro-ph/9709148
+astro-ph/9710124
+astro-ph/9710353
+astro-ph/9711039
+astro-ph/9711094
+astro-ph/9711269
+astro-ph/9712318
+astro-ph/9801034
+astro-ph/9801060
+astro-ph/9801224
+astro-ph/9802231
+astro-ph/9802288
+astro-ph/9804137
+astro-ph/9804196
+astro-ph/9805272
+astro-ph/9806264
+astro-ph/9806281
+astro-ph/9809121
+astro-ph/9811196
+astro-ph/9901033
+astro-ph/9904057
+cond-mat/0408560 Other Condensed Matter
+gr-qc/0612174
+gr-qc/0703055
+gr-qc/9412053
+gr-qc/9504032
+gr-qc/9608067
+gr-qc/9611038
+gr-qc/9612019
+gr-qc/9702009
+gr-qc/9810044
+hep-ex/9811040 Experiment
+hep-ph/0008294 Phenomenology
+hep-ph/0101133 Phenomenology
+hep-ph/0102087 Phenomenology
+hep-ph/0103032 Phenomenology
+hep-ph/0104168 Phenomenology
+hep-ph/0104285 Phenomenology
+hep-ph/0106244 Phenomenology
+hep-ph/0111227 Phenomenology
+hep-ph/0202025 Phenomenology
+hep-ph/0203208 Phenomenology
+hep-ph/0204028 Phenomenology
+hep-ph/0204361 Phenomenology
+hep-ph/0207163 Phenomenology
+hep-ph/0208042 Phenomenology
+hep-ph/0208141 Phenomenology
+hep-ph/0209143 Phenomenology
+hep-ph/0209341 Phenomenology
+hep-ph/0212316 Phenomenology
+hep-ph/0307037 Phenomenology
+hep-ph/0307097 Phenomenology
+hep-ph/0308076 Phenomenology
+hep-ph/0308120 Phenomenology
+hep-ph/0308279 Phenomenology
+hep-ph/0310358 Phenomenology
+hep-ph/0311049 Phenomenology
+hep-ph/0402257 Phenomenology
+hep-ph/0402298 Phenomenology
+hep-ph/0403257 Phenomenology
+hep-ph/0403271 Phenomenology
+hep-ph/0404036 Phenomenology
+hep-ph/0405305 Phenomenology
+hep-ph/0408039 Phenomenology
+hep-ph/0408097 Phenomenology
+hep-ph/0408228 Phenomenology
+hep-ph/0409264 Phenomenology
+hep-ph/0501222 Phenomenology
+hep-ph/0501234 Phenomenology
+hep-ph/0503038 Phenomenology
+hep-ph/0503219 Phenomenology
+hep-ph/0504047 Phenomenology
+hep-ph/0508026 Phenomenology
+hep-ph/9205208 Phenomenology
+hep-ph/9205216 Phenomenology
+hep-ph/9207245 Phenomenology
+hep-ph/9402215 Phenomenology
+hep-ph/9402295 Phenomenology
+hep-ph/9403239 Phenomenology
+hep-ph/9409267 Phenomenology
+hep-ph/9410384 Phenomenology
+hep-ph/9412233 Phenomenology
+hep-ph/9503438 Phenomenology
+hep-ph/9609370 Phenomenology
+hep-ph/9701339 Phenomenology
+hep-ph/9704411 Phenomenology
+hep-ph/9707333 Phenomenology
+hep-ph/9710248 Phenomenology
+hep-ph/9710337 Phenomenology
+hep-ph/9710431 Phenomenology
+hep-ph/9802271 Phenomenology
+hep-ph/9802382 Phenomenology
+hep-ph/9802424 Phenomenology
+hep-ph/9803487 Phenomenology
+hep-th/0701092 Theory
+hep-th/9405134 Theory
+math/0406286 Commutative Algebra
+math/0408429 Commutative Algebra
+math/0409007 Commutative Algebra
+math/0409472 Group Theory
+math/0511100 Commutative Algebra
+math/0604568 Differential Geometry
+math/0604592 Algebraic Topology
+nlin/0402043 Cellular Automata and Lattice Gases
+nucl-ex/0403005
+nucl-ex/0407021
+nucl-ex/0411052
+nucl-th/0108048
+nucl-th/0206021
+nucl-th/0212015
+nucl-th/0212018
+nucl-th/0307022
+nucl-th/0402014
+nucl-th/0402080
+nucl-th/0403029
+nucl-th/0403042
+nucl-th/0405046
+nucl-th/0409045
+nucl-th/0511089
+q-bio/0408022 Neurons and Cognition
+quant-ph/0309065
+quant-ph/0401035
+0705.0190 Algebraic Geometry
+0706.3682 Optics
+0711.0417 Metric Geometry
+0805.2438 Logic in Computer Science
+0806.3209 Logic in Computer Science
+0809.1644 Logic in Computer Science
+0901.3531 Methodology
+0902.4561 Analysis of PDEs
+0903.4367 Group Theory
+0904.4216 Commutative Algebra
+0905.2961
+0905.3263 Chaotic Dynamics
+0905.4336 Number Theory
+0907.1661 High Energy Astrophysical Phenomena
+0908.1240 Number Theory
+0908.1628 Phenomenology
+0910.0950 Probability
+0911.3503 Symbolic Computation
+0911.5636 Classical Analysis and ODEs
+0912.1084 Theory
+0912.3513 Neurons and Cognition
+0912.3832 Neurons and Cognition
+1001.0831 Networking and Internet Architecture
+1001.2745
+1001.4832
+1001.4977 Lattice
+1002.1694 Phenomenology
+1003.0768 Physics and Society
+1003.1770 Superconductivity
+1003.2299 Solar and Stellar Astrophysics
+1003.3190 Theory
+1004.0807
+1004.3667 Statistical Mechanics
+1005.0481
+1005.2767 Materials Science
+1005.4157 Mesoscale and Nanoscale Physics
+1006.1469 Number Theory
+1006.1751 Superconductivity
+1006.2583 Number Theory
+1006.3111 Strongly Correlated Electrons
+1006.3539 Superconductivity
+1006.3716 Statistical Mechanics
+1006.4410 Logic
+1007.0431 Physics and Society
+1007.1363 Spectral Theory
+1007.3281 Symplectic Geometry
+1007.4290 Numerical Analysis
+1007.4548 High Energy Astrophysical Phenomena
+1007.4817 Pattern Formation and Solitons
+1007.4853 Performance
+1007.5369 Analysis of PDEs
+1007.5442 Functional Analysis
+1007.5515 Phenomenology
+1008.0045 Information Theory
+1008.0054 Statistics Theory
+1008.0114 Geometric Topology
+1008.0178 Information Theory
+1008.0208 Graphics
+1008.0332 Phenomenology
+1008.0400 Soft Condensed Matter
+1008.0403 Materials Science
+1008.0404 Solar and Stellar Astrophysics
+1008.0408 Number Theory
+1008.0411 Phenomenology
+1008.0412 Materials Science
+1008.0415 Methodology
+1008.0424
+1008.0425
+1008.0438 Experiment
+1008.0441 Information Retrieval
+1008.0444 Differential Geometry
+1008.0449 General Physics
+1008.0451 Distributed, Parallel, and Cluster Computing
+1008.0454 Solar and Stellar Astrophysics
+1008.0464 General Physics
+1008.0471 Geophysics
+1008.0478 High Energy Astrophysical Phenomena
+1008.0483 High Energy Astrophysical Phenomena
+1008.0485 Probability
+1008.0486 Phenomenology
+1008.0488 Mesoscale and Nanoscale Physics
+1008.0489
+1008.0490 Analysis of PDEs
+1008.0491 Statistical Mechanics
+1008.0492 Probability
+1008.0494 Chaotic Dynamics
+1008.0498 Phenomenology
+1008.0499 Complex Variables
+1008.0500 Geophysics
+1008.0501 Data Structures and Algorithms
+1008.0503 Plasma Physics
+1008.0506 Phenomenology
+1008.0508 Materials Science
+1008.0513 Probability
+1008.0515 Group Theory
+1008.0518 Functional Analysis
+1008.0523 Biomolecules
+1008.0527 Combinatorics
+1008.0528 Learning
+1008.0530 Computer Science and Game Theory
+1008.0532 Analysis of PDEs
+1008.0533
+1008.0534 Spectral Theory
+1008.0537 Metric Geometry
+1008.0541 Data Structures and Algorithms
+1008.0548 Computer Vision and Pattern Recognition
+1008.0549 Optimization and Control
+1008.0550 Probability
+1008.0556 Dynamical Systems
+1008.0559 Classical Physics
+1008.0560 Analysis of PDEs
+1008.0561 High Energy Astrophysical Phenomena
+1008.0565 Metric Geometry
+1008.0567 Soft Condensed Matter
+1008.0570 Fluid Dynamics
+1008.0573 Probability
+1008.0577 Theory
+1008.0579 Phenomenology
+1008.0583 Commutative Algebra
+1008.0584 Representation Theory
+1008.0587 Data Structures and Algorithms
+1008.0588 Metric Geometry
+1008.0591
+1008.0592 Instrumentation and Detectors
+1008.0607 Phenomenology
+1008.0610
+1008.0612 Astrophysics of Galaxies
+1008.0619 Numerical Analysis
+1008.0620 Numerical Analysis
+1008.0626 Cosmology and Nongalactic Astrophysics
+1008.0627 Functional Analysis
+math/0411466 Group Theory
+math/0505193 Group Theory
+math/0509090 Group Theory
+math/0509527 Group Theory
+math/0510141 Group Theory
+math/0511714 Group Theory
+math/0604051 Group Theory
+math/0612398 Representation Theory
+math/0703192 Group Theory
+0710.5146 Soft Condensed Matter
+0802.1703 Symplectic Geometry
+0806.1231 Information Theory
+0809.0160 Theory
+0810.2196 Superconductivity
+0810.5146 Pricing of Securities
+0811.4485 Probability
+0812.1991 Phenomenology
+0901.4417 Data Structures and Algorithms
+0902.4378 Commutative Algebra
+0905.2113 Differential Geometry
+0905.2455 Geometric Topology
+0905.2958 Computer Vision and Pattern Recognition
+0906.1955 Complex Variables
+0906.3392 Probability
+0906.4793 Mesoscale and Nanoscale Physics
+0906.5167 Combinatorics
+0907.3570 Optics
+0908.3923 Tissues and Organs
+0910.0090 Group Theory
+0910.2389 Exactly Solvable and Integrable Systems
+0910.2637 Soft Condensed Matter
+0910.4208 Cosmology and Nongalactic Astrophysics
+0910.4378 Classical Physics
+0911.3215 Superconductivity
+0912.4265 Theory
+0912.4376 Materials Science
+1001.0094 Probability
+1001.1819 Data Structures and Algorithms
+1001.2140 Cryptography and Security
+1002.0080 Spectral Theory
+1002.0663 Biological Physics
+1002.1464 Logic in Computer Science
+1002.1515
+1002.1526 Astrophysics of Galaxies
+1002.1926
+1002.2217
+1002.2222 Distributed, Parallel, and Cluster Computing
+1002.2224 Computational Physics
+1002.2232 High Energy Astrophysical Phenomena
+1002.2240 Information Theory
+1002.2246 Optimization and Control
+1002.2251 Neurons and Cognition
+1002.2262 Representation Theory
+1002.2269 General Finance
+1002.2271 Information Theory
+1002.2276 Operator Algebras
+1002.2278 Solar and Stellar Astrophysics
+1002.2291 Geometric Topology
+1002.2294 Networking and Internet Architecture
+1002.2295 Mesoscale and Nanoscale Physics
+1002.2297 Computers and Society
+1002.2310 Space Physics
+1002.2313 Machine Learning
+1002.2316 Combinatorics
+1002.2320 Atmospheric and Oceanic Physics
+1002.2321 Mesoscale and Nanoscale Physics
+1002.2325 Algebraic Geometry
+1002.2327 Classical Analysis and ODEs
+1002.2328 Analysis of PDEs
+1002.2335 Operator Algebras
+1002.2338 Solar and Stellar Astrophysics
+1002.2340 Atmospheric and Oceanic Physics
+1002.2343 Dynamical Systems
+1002.2344 Solar and Stellar Astrophysics
+1002.2347 Solar and Stellar Astrophysics
+1002.2349 Plasma Physics
+1002.2352 Rings and Algebras
+1002.2353 Cryptography and Security
+1002.2354 Analysis of PDEs
+1002.2361 Phenomenology
+1002.2364 Astrophysics of Galaxies
+1002.2366 Dynamical Systems
+1002.2368 Algebraic Topology
+1002.2370 Materials Science
+1002.2373 Analysis of PDEs
+1002.2376 Phenomenology
+1002.2378 Rings and Algebras
+1002.2379 Solar and Stellar Astrophysics
+1002.2384 Networking and Internet Architecture
+1002.2399 Probability
+1002.2402 Computational Physics
+1002.2403 Networking and Internet Architecture
+1002.2405 General Physics
+1002.2408 Computer Vision and Pattern Recognition
+1002.2409 Cryptography and Security
+1002.2411 Solar and Stellar Astrophysics
+1002.2412 Quantitative Methods
+1002.2414 Multimedia
+1002.2415 Human-Computer Interaction
+1002.2416 Cryptography and Security
+1002.2418 Computer Vision and Pattern Recognition
+1002.2420 Networking and Internet Architecture
+1002.2421 Functional Analysis
+1002.2423 Cryptography and Security
+1002.2425 Learning
+0708.0410
+0710.4061
+0802.1956 Algebraic Geometry
+0807.4175
+0812.4866 Optimization and Control
+0905.2402 Optics
+0905.3556 Astrophysics of Galaxies
+0905.3793 Statistical Mechanics
+0906.4358 Commutative Algebra
+0909.5275 Differential Geometry
+0911.0377 Differential Geometry
+0912.1381 Cosmology and Nongalactic Astrophysics
+1001.1448 Commutative Algebra
+1002.3280 Rings and Algebras
+1002.3881 Probability
+1003.0877 Atomic Physics
+1003.3006 Phenomenology
+1003.4611 Phenomenology
+1004.0917
+1004.5178 Methodology
+1005.0821 Strongly Correlated Electrons
+1005.3161 Algebraic Geometry
+1006.4375 Phenomenology
+1008.1240
+1008.2025
+1008.3508 Phenomenology
+1009.1421 Chemical Physics
+1009.5195 Mesoscale and Nanoscale Physics
+1009.5301
+1011.2407 Combinatorics
+1012.0162 Biological Physics
+1012.1371 Fluid Dynamics
+1012.4131 Geometric Topology
+1012.4236 Functional Analysis
+1012.4699 Phenomenology
+1012.5302 Theory
+1012.5303 Differential Geometry
+1012.5312 Theory
+1012.5315 Dynamical Systems
+1012.5318 Information Theory
+1012.5323 Earth and Planetary Astrophysics
+1012.5325 Earth and Planetary Astrophysics
+1012.5332 Optics
+1012.5334 Atomic Physics
+1012.5336 Cosmology and Nongalactic Astrophysics
+1012.5337 Logic in Computer Science
+1012.5339 Information Theory
+1012.5340 Information Theory
+1012.5346 Commutative Algebra
+1012.5348 Cosmology and Nongalactic Astrophysics
+1012.5353 Symbolic Computation
+1012.5360 Probability
+1012.5366 General Physics
+1012.5370 Plasma Physics
+1012.5372
+1012.5375
+1012.5376
+1012.5385 Phenomenology
+1012.5389 Soft Condensed Matter
+1012.5390 Methodology
+1012.5396 Digital Libraries
+1012.5397 Classical Analysis and ODEs
+1012.5398 Classical Analysis and ODEs
+1012.5401 Geometric Topology
+1012.5409 Number Theory
+1012.5410 Exactly Solvable and Integrable Systems
+1012.5414 Theory
+1012.5415 Logic
+1012.5416 Algebraic Geometry
+1012.5427 General Physics
+math/0608469 Combinatorics
+math/0611495 Combinatorics
+0704.0217 Information Theory
+0805.2957 Symplectic Geometry
+0806.1889 Other Condensed Matter
+0807.0086 Differential Geometry
+0809.1162 Mesoscale and Nanoscale Physics
+0809.4066 Optics
+0809.4861 Symplectic Geometry
+0810.1401 Representation Theory
+0810.5757 Plasma Physics
+0811.0644 Geometric Topology
+0811.1459 Mesoscale and Nanoscale Physics
+0812.3543 Other Condensed Matter
+0902.3058 Other Condensed Matter
+0903.1402
+0903.4900 Superconductivity
+0905.0129 Biological Physics
+0906.0239 Quantum Algebra
+0906.2168
+0906.3799 Mesoscale and Nanoscale Physics
+0906.4397 Group Theory
+0906.5159 Cosmology and Nongalactic Astrophysics
+0907.1223 Soft Condensed Matter
+0907.2802 Solar and Stellar Astrophysics
+0907.4612 Quantum Gases
+0907.4680 Molecular Networks
+0908.1501 Atomic Physics
+0908.2239 Differential Geometry
+0908.2559
+0908.2988 Combinatorics
+0908.4104 Superconductivity
+0909.2169 Mesoscale and Nanoscale Physics
+0909.2283 Probability
+0909.4831 Mesoscale and Nanoscale Physics
+0909.4950 Symbolic Computation
+0912.0157 Populations and Evolution
+0912.0189 Quantum Gases
+0912.3674 Strongly Correlated Electrons
+0912.3754 Instrumentation and Methods for Astrophysics
+1001.2992 Mesoscale and Nanoscale Physics
+1001.3341
+1001.4245
+1002.0630 Quantum Gases
+1002.2474 Molecular Networks
+1002.2688 Superconductivity
+1002.3679 Functional Analysis
+1003.1085 Quantum Algebra
+1003.2191 Physics and Society
+1003.3157 Data Analysis, Statistics and Probability
+1003.4708 Phenomenology
+1003.5529
+1004.1012 Fluid Dynamics
+1004.1122 Computational Physics
+1004.1486 Strongly Correlated Electrons
+1004.2403 Combinatorics
+1004.3295 Cosmology and Nongalactic Astrophysics
+1004.3475
+1004.3488 Exactly Solvable and Integrable Systems
+1005.2162 Analysis of PDEs
+1005.3039 Cosmology and Nongalactic Astrophysics
+1005.3954
+1005.4359 Mesoscale and Nanoscale Physics
+1005.4415 Instrumentation and Methods for Astrophysics
+1005.5383 Statistical Mechanics
+1006.0306 Algebraic Geometry
+1006.1135 Superconductivity
+1006.3216 Cosmology and Nongalactic Astrophysics
+1006.4392 Optimization and Control
+1007.0424 Analysis of PDEs
+1007.0760 Differential Geometry
+1007.1611 Networking and Internet Architecture
+1007.1763 Theory
+1007.2941 Theory
+1007.4541 Phenomenology
+1007.5407 Other Condensed Matter
+1007.5436 Functional Analysis
+1008.0295
+1008.0434
+1008.1439 Functional Analysis
+1008.1544 Analysis of PDEs
+1008.2862 Number Theory
+1008.3764 Solar and Stellar Astrophysics
+1008.4356 Astrophysics of Galaxies
+1008.4358 Instrumentation and Methods for Astrophysics
+1008.4362
+1008.4365 Cryptography and Security
+1008.4374 Representation Theory
+1008.4375 Phenomenology
+1008.4376 Materials Science
+1008.4381 Other Condensed Matter
+1008.4389 Theory
+1008.4390 Other Condensed Matter
+1008.4398 General Physics
+1008.4406 Multimedia
+1008.4408 Combinatorics
+1008.4410 Physics Education
+1008.4412
+1008.4413 Networking and Internet Architecture
+1008.4418 Superconductivity
+1008.4419 Probability
+1008.4427 Lattice
+1008.4429 Astrophysics of Galaxies
+1008.4431 Algebraic Geometry
+1008.4439 Plasma Physics
+1008.4442 Soft Condensed Matter
+1008.4446 Other Computer Science
+1008.4447 Symplectic Geometry
+1008.4448 Other Computer Science
+1008.4461 Rings and Algebras
+1008.4462 Quantum Algebra
+1008.4465 Dynamical Systems
+1008.4467 Algebraic Geometry
+1008.4474 Information Theory
+1008.4475 Instrumentation and Methods for Astrophysics
+1008.4477 Astrophysics of Galaxies
+1008.4484 Instrumentation and Methods for Astrophysics
+1008.4485 Commutative Algebra
+1008.4488 Materials Science
+1008.4493 Soft Condensed Matter
+1008.4494 Astrophysics of Galaxies
+1008.4504 Methodology
+1008.4508 Mesoscale and Nanoscale Physics
+1008.4509 Algebraic Geometry
+1008.4511 Optics
+1008.4513 Superconductivity
+1008.4514
+1008.4519 Phenomenology
+1008.4530 Exactly Solvable and Integrable Systems
+1008.4532 Learning
+1008.4543 Phenomenology
+1008.4546 Phenomenology
+1008.4547 Number Theory
+1008.4550 Analysis of PDEs
+1008.4551 Distributed, Parallel, and Cluster Computing
+1008.4554 Plasma Physics
+1008.4557 Combinatorics
+1008.4558 General Physics
+1008.4560 Complex Variables
+1008.4564 Physics and Society
+1008.4565 Information Theory
+1008.4568 Soft Condensed Matter
+1008.4576 Solar and Stellar Astrophysics
+cond-mat/0502088 Statistical Mechanics
+cond-mat/0509285 Mesoscale and Nanoscale Physics
+cond-mat/0509299 Statistical Mechanics
+cond-mat/0603520 Statistical Mechanics
+cond-mat/0702532 Mesoscale and Nanoscale Physics
+math/0309168 Representation Theory
+math/0407095 Quantum Algebra
+math/0507334 Quantum Algebra
+math/0601647 Geometric Topology
+math/0602016 Category Theory
+math/0607501 Representation Theory
+math/0610273 Quantum Algebra
+math/0701473 Rings and Algebras
+math/0702604 Category Theory
+physics/0611144 Fluid Dynamics
+0705.1378
+0705.2219
+0705.4622
+0706.0019
+0706.0641 Physics and Society
+0707.0312
+0707.0962 Statistical Mechanics
+0708.2497 Probability
+0709.3984
+0710.3740
+0711.2142
+0712.1303 Geophysics
+0712.3965 Atmospheric and Oceanic Physics
+0801.1114 Combinatorics
+0802.0699 Statistical Mechanics
+0803.2507
+0804.1503 Algebraic Geometry
+0804.2574
+0805.0508
+0806.3230 Algebraic Geometry
+0807.3517 Differential Geometry
+0808.0216 Statistical Mechanics
+0808.1737
+0809.2014 Theory
+0811.2363 Materials Science
+0811.3360 Analysis of PDEs
+0812.3278 Algebraic Geometry
+0901.2600 Statistical Mechanics
+0902.1276 Statistical Mechanics
+0902.4456
+0903.0818 Astrophysics of Galaxies
+0903.3464
+0904.2313 Functional Analysis
+0904.4774 Information Theory
+0905.4903 Strongly Correlated Electrons
+0906.0704
+0906.3669 Astrophysics of Galaxies
+0906.4942 Differential Geometry
+0907.0360 Astrophysics of Galaxies
+0907.0537 Probability
+0907.2762 Number Theory
+0907.3632 Superconductivity
+0907.4321 Other Condensed Matter
+0908.0624 Mesoscale and Nanoscale Physics
+0909.0878 Chemical Physics
+0909.1087
+0909.1401 Mesoscale and Nanoscale Physics
+0909.1403 Mesoscale and Nanoscale Physics
+0909.2783
+0909.4148 Soft Condensed Matter
+0909.5609
+0910.0312
+0910.1840
+0910.2845 Commutative Algebra
+0910.3048 High Energy Astrophysical Phenomena
+0910.5100 Strongly Correlated Electrons
+0911.0196 Lattice
+0911.0301 Theory
+0911.0629 Quantum Gases
+0911.0869 Lattice
+0911.0967 Theory
+0911.0986 Instrumentation and Detectors
+0911.1033
+0911.1299 Theory
+0911.3317 Phenomenology
+0911.3698
+0911.5084 Complex Variables
+0911.5628 Methodology
+0912.1232 Theory
+0912.3166 Statistical Mechanics
+0912.3687 Classical Analysis and ODEs
+0912.3689 Instrumentation and Methods for Astrophysics
+1001.1977 Probability
+1001.3061 Superconductivity
+1001.5043 Theory
+1002.1133 Mesoscale and Nanoscale Physics
+1002.1187 Phenomenology
+1002.1634 Theory
+1002.3878 Applications
+1002.4171 Number Theory
+1002.4883 Complex Variables
+1002.4889 Materials Science
+1002.4893 Rings and Algebras
+1002.4895
+1002.4902 Cosmology and Nongalactic Astrophysics
+1002.4903 Neurons and Cognition
+1002.4907 Information Theory
+1002.4915 Rings and Algebras
+1002.4919 Computational Engineering, Finance, and Science
+1002.4925 Analysis of PDEs
+1002.4926 Analysis of PDEs
+1002.4927 Analysis of PDEs
+1002.4931 Statistics Theory
+1002.4934 Materials Science
+1002.4936 Quantum Algebra
+1002.4939 Superconductivity
+1002.4943
+1002.4946 Statistics Theory
+1002.4948 Cosmology and Nongalactic Astrophysics
+1002.4957 Phenomenology
+1002.4959 Statistics Theory
+1002.4967 High Energy Astrophysical Phenomena
+1002.4968 Cosmology and Nongalactic Astrophysics
+1002.4971 Strongly Correlated Electrons
+1002.4972 Differential Geometry
+1002.4975 Physics Education
+1002.4976 Numerical Analysis
+1002.4977 Probability
+1002.4978 Analysis of PDEs
+1002.4982 Analysis of PDEs
+1002.4983 Representation Theory
+1002.4985 Probability
+1002.4989 Analysis of PDEs
+1002.4992 Dynamical Systems
+1002.4995 Probability
+1002.4996 Discrete Mathematics
+1002.5002 Theory
+1002.5005 Earth and Planetary Astrophysics
+1002.5006 Materials Science
+1002.5009 Popular Physics
+1002.5010 Earth and Planetary Astrophysics
+1002.5012 Experiment
+1002.5019 Algebraic Geometry
+1002.5023
+1002.5026 Information Theory
+1002.5047 Quantum Algebra
+astro-ph/0010457
+astro-ph/0011041
+astro-ph/0101123
+astro-ph/0102286
+astro-ph/0103430
+astro-ph/0105246
+astro-ph/0111095
+astro-ph/0310842
+astro-ph/0410421
+astro-ph/0703397
+astro-ph/9708161
+astro-ph/9809253
+astro-ph/9910148
+astro-ph/9910404
+cond-mat/0505217 Statistical Mechanics
+cond-mat/0602679 Statistical Mechanics
+cond-mat/0612251 Statistical Mechanics
+hep-th/0511088 Theory
+hep-th/0607070 Theory
+math/0508205 Algebraic Geometry
+math/0509189 Algebraic Geometry
+math/0605109 Analysis of PDEs
+math/0610364 Algebraic Geometry
+0905.0684 General Physics
+0905.0704 General Physics
+0706.0013 Soft Condensed Matter
+0706.0235 Soft Condensed Matter
+0706.0952 Number Theory
+0709.4669 Information Retrieval
+0710.1361
+0712.4105 Statistical Mechanics
+0804.4030 Analysis of PDEs
+0804.4031 Analysis of PDEs
+0805.0635
+0805.2731 Number Theory
+0806.4017 Chemical Physics
+0807.4764 Representation Theory
+0811.1603 Phenomenology
+0812.0291
+0812.3699 Methodology
+0901.1112 Materials Science
+0901.4176 Classical Analysis and ODEs
+0901.4247
+0902.2810 Geometric Topology
+0902.4578 Statistical Mechanics
+0903.4132 Artificial Intelligence
+0904.1803 Probability
+0905.0228 Combinatorics
+0906.0113 Methodology
+0906.0720 Probability
+0906.1352 Quantum Algebra
+0906.2242 Numerical Analysis
+0906.5494
+0907.2624 Solar and Stellar Astrophysics
+0907.3129 Combinatorics
+0908.1883 Algebraic Topology
+0908.2252 Mesoscale and Nanoscale Physics
+0909.0426
+0909.4118
+0910.2728 Strongly Correlated Electrons
+0910.5640 Superconductivity
+0911.1626 Data Structures and Algorithms
+0911.1959 Strongly Correlated Electrons
+0911.3056
+0911.3336 Mesoscale and Nanoscale Physics
+0911.4026 Quantum Gases
+0911.5498 Geometric Topology
+0912.0972 Phenomenology
+0912.4626 Phenomenology
+1001.1971 Quantum Gases
+1001.3113 Networking and Internet Architecture
+1001.3166 Mesoscale and Nanoscale Physics
+1001.5149 Superconductivity
+1002.0820 Cosmology and Nongalactic Astrophysics
+1002.1441 Mesoscale and Nanoscale Physics
+1002.1771 Quantum Algebra
+1002.3198 Rings and Algebras
+1002.4027 High Energy Astrophysical Phenomena
+1003.0276 Mesoscale and Nanoscale Physics
+1003.3614 Materials Science
+1003.5587 Complex Variables
+1004.0028 Symplectic Geometry
+1004.5041
+1005.3017 Solar and Stellar Astrophysics
+1005.3715 Astrophysics of Galaxies
+1005.3896 Statistical Mechanics
+1006.0574 Optics
+1006.2481 General Mathematics
+1006.2992 Computer Science and Game Theory
+1006.3316 Machine Learning
+1006.3319 Numerical Analysis
+1006.3330 Quantum Gases
+1006.3334 Computer Science and Game Theory
+1006.3342 Statistics Theory
+1006.3347 Geometric Topology
+1006.3356 Analysis of PDEs
+1006.3357 Materials Science
+1006.3358 Functional Analysis
+1006.3367 Representation Theory
+1006.3379 Dynamical Systems
+1006.3383 Optics
+1006.3384 High Energy Astrophysical Phenomena
+1006.3388 Statistical Mechanics
+1006.3389 Differential Geometry
+1006.3393
+1006.3394 Distributed, Parallel, and Cluster Computing
+1006.3398 Symplectic Geometry
+1006.3402 Instrumentation and Detectors
+1006.3404 Metric Geometry
+1006.3405 Soft Condensed Matter
+1006.3409 Earth and Planetary Astrophysics
+1006.3415 Materials Science
+1006.3421 Instrumentation and Detectors
+1006.3425 Information Retrieval
+1006.3427 Phenomenology
+1006.3428
+1006.3430 Discrete Mathematics
+1006.3431 General Physics
+1006.3432 Distributed, Parallel, and Cluster Computing
+1006.3433 Materials Science
+1006.3434 Phenomenology
+1006.3447 Combinatorics
+1006.3448 Programming Languages
+1006.3451 Formal Languages and Automata Theory
+1006.3452 Distributed, Parallel, and Cluster Computing
+1006.3453 Biological Physics
+1006.3463 Distributed, Parallel, and Cluster Computing
+1006.3464 Rings and Algebras
+1006.3465 Distributed, Parallel, and Cluster Computing
+1006.3481 Programming Languages
+1006.3488 Numerical Analysis
+1006.3491 Phenomenology
+1006.3492 Instrumentation and Detectors
+1006.3493 Commutative Algebra
+1006.3503 Instrumentation and Detectors
+1006.3506 Computer Vision and Pattern Recognition
+1006.3512
+1006.3514 Databases
+1006.3520 Information Theory
+1006.3521 General Finance
+1006.3526 Complex Variables
+1006.3527 History and Philosophy of Physics
+1006.3529
+1006.3535 Superconductivity
+1006.3537 Information Theory
+1006.3542 Optimization and Control
+1006.3546 Physics and Society
+1006.3547 Differential Geometry
+1006.3557
+math/0001006 Quantum Algebra
+math/0110307 Combinatorics
+math/0512294 Probability
+math/0702393 Geometric Topology
+quant-ph/0412064
+0704.1221 Dynamical Systems
+0709.1767 Quantum Algebra
+0710.4881
+0712.1312 Atmospheric and Oceanic Physics
+0801.3928
+0803.0564 Mesoscale and Nanoscale Physics
+0805.3061 Experiment
+0808.0549 Information Theory
+0809.4716 Mesoscale and Nanoscale Physics
+0810.2999
+0810.3483 Phenomenology
+0811.1877
+0811.4595 Mesoscale and Nanoscale Physics
+0812.2387 Complex Variables
+0901.2712 Mesoscale and Nanoscale Physics
+0902.2285 Probability
+0902.3456 Pricing of Securities
+0902.3651 Statistical Mechanics
+0902.4711 Astrophysics of Galaxies
+0902.4789
+0903.1214 Exactly Solvable and Integrable Systems
+0903.1454 Strongly Correlated Electrons
+0903.1755 Instrumentation and Methods for Astrophysics
+0903.3129
+0903.3980 Operator Algebras
+0903.5372 Information Theory
+0904.0069 Algebraic Topology
+0904.0252 Strongly Correlated Electrons
+0904.3477 Quantum Gases
+0904.3962 Geometric Topology
+0904.4814 Combinatorics
+0905.4469 Other Condensed Matter
+0906.1600 Quantum Gases
+0906.2134 Superconductivity
+0906.2973
+0906.4589 Information Theory
+0907.0257 Quantum Algebra
+0908.2813 Superconductivity
+0908.3922 Analysis of PDEs
+0909.0628 Soft Condensed Matter
+0909.3070
+0909.3511 Superconductivity
+0909.5343 Disordered Systems and Neural Networks
+0909.5392 Strongly Correlated Electrons
+0909.5545 Experiment
+0910.0081 Commutative Algebra
+0910.0285 Instrumentation and Methods for Astrophysics
+0910.0517
+0910.2348 Statistical Mechanics
+0910.4080 Phenomenology
+0910.4559
+0910.5611 Lattice
+0911.0389
+0911.2113 Phenomenology
+0911.2458 Theory
+0911.2893 Phenomenology
+0911.3289 Strongly Correlated Electrons
+0911.4332 Networking and Internet Architecture
+0912.0444 Quantum Gases
+0912.2608 Mesoscale and Nanoscale Physics
+0912.4115 Networking and Internet Architecture
+0912.4134 Superconductivity
+1001.0832 Atomic and Molecular Clusters
+1001.2871 Algebraic Geometry
+1001.3313
+1001.3859 Methodology
+1002.0032 Optics
+1002.0099 Strongly Correlated Electrons
+1002.0559 Populations and Evolution
+1002.1765 Probability
+1002.1908 Combinatorics
+1002.2190 Probability
+1002.3169 Statistical Mechanics
+1002.4324 Theory
+1002.4376 Phenomenology
+1002.4592 General Finance
+1002.4611 Cosmology and Nongalactic Astrophysics
+1002.4632
+1002.4636 Theory
+1002.4637
+1002.4639 Superconductivity
+1002.4641 Trading and Market Microstructure
+1002.4644 Instrumentation and Methods for Astrophysics
+1002.4647 Differential Geometry
+1002.4649 Probability
+1002.4650 General Physics
+1002.4654
+1002.4661 Computational Engineering, Finance, and Science
+1002.4667 Astrophysics of Galaxies
+1002.4668 Distributed, Parallel, and Cluster Computing
+1002.4676 Computational Complexity
+1002.4678 Algebraic Topology
+1002.4680 Networking and Internet Architecture
+1002.4682 Applications
+1002.4686 Geometric Topology
+1002.4687 Combinatorics
+1002.4692 General Physics
+1002.4701 Quantum Algebra
+1002.4712 High Energy Astrophysical Phenomena
+1002.4713 Dynamical Systems
+1002.4720
+1002.4722 Geometric Topology
+1002.4724 Other Computer Science
+1002.4725 Mathematical Software
+1002.4727 Networking and Internet Architecture
+1002.4728
+1002.4733
+1002.4734 Statistics Theory
+1002.4735 Quantum Gases
+1002.4750 Optics
+1002.4751 Algebraic Geometry
+1002.4754 Statistics Theory
+1002.4755 Space Physics
+1002.4756 Statistics Theory
+1002.4757 Number Theory
+1002.4763 Logic
+1002.4768 Neural and Evolutionary Computing
+1002.4769
+1002.4770 Statistics Theory
+1002.4771
+1002.4775 Methodology
+1002.4781 Statistics Theory
+1002.4783
+1002.4785 Cosmology and Nongalactic Astrophysics
+1002.4786 Popular Physics
+1002.4787 Theory
+1002.4788
+1002.4789 Statistics Theory
+1002.4799 Algebraic Geometry
+1002.4801 Statistics Theory
+1002.4803 Combinatorics
+1002.4806 Number Theory
+1002.4807 Dynamical Systems
+1002.4813 Functional Analysis
+1002.4818 Software Engineering
+1002.4820 Computation and Language
+1002.4821 Algebraic Geometry
+1002.4822 Superconductivity
+1002.4828 Strongly Correlated Electrons
+1002.4831 Neural and Evolutionary Computing
+1002.4833 Networking and Internet Architecture
+1002.4836 Cryptography and Security
+1002.4837 Other Computer Science
+1002.4838 Networking and Internet Architecture
+1002.4844 Spectral Theory
+1002.4845 Algebraic Topology
+1002.4855 Representation Theory
+1002.4856 Astrophysics of Galaxies
+1002.4862 Learning
+1002.4865 Functional Analysis
+1002.4867 Dynamical Systems
+1002.4870 Cosmology and Nongalactic Astrophysics
+math/0502246 Commutative Algebra
+math/0505235 Commutative Algebra
+math/0508177 Rings and Algebras
+math/0509020 K-Theory and Homology
+math/0703107 Representation Theory
+quant-ph/0602171
+0705.0106 Other Condensed Matter
+0708.2845 Other Condensed Matter
+0711.1767 Complex Variables
+0801.0431 Statistical Mechanics
+0801.0601
+0803.1854 Optics
+0807.1323 Analysis of PDEs
+0807.3604
+0809.0340
+0811.0817 Algebraic Geometry
+0811.4175 Classical Analysis and ODEs
+0812.2184 Molecular Networks
+0902.4304 Probability
+0907.1677
+0907.3413 Quantum Gases
+0907.3591 Mesoscale and Nanoscale Physics
+0909.1975 Differential Geometry
+0910.3424
+0911.2567 Computational Complexity
+0911.3290 Statistical Mechanics
+0911.4228 Probability
+0912.0287 Data Structures and Algorithms
+0912.4654
+1002.2326 Cosmology and Nongalactic Astrophysics
+1002.4185 High Energy Astrophysical Phenomena
+1004.4619
+1004.5515 Probability
+1005.0636 Strongly Correlated Electrons
+1005.1356 Risk Management
+1005.3964 Quantum Gases
+1006.3816 Logic
+1006.4141 Geometric Topology
+1006.4325
+1007.3393 Chaotic Dynamics
+1008.0075 Probability
+1008.0231 Theory
+1008.0263 Commutative Algebra
+1008.0646 Cosmology and Nongalactic Astrophysics
+1008.0731 Number Theory
+1008.5385 Other Condensed Matter
+1009.1609
+1009.2372 Quantum Gases
+1009.3498 Theory
+1009.3828 Strongly Correlated Electrons
+1009.4002 Superconductivity
+1009.5080
+1010.1983
+1010.6037 Superconductivity
+1010.6254 High Energy Astrophysical Phenomena
+1011.3296
+1011.3635 Algebraic Geometry
+1011.5073 Phenomenology
+1012.0152 Lattice
+1012.0493 Algebraic Geometry
+1012.1885 Instrumentation and Methods for Astrophysics
+1012.2831 Operating Systems
+1012.3628 Networking and Internet Architecture
+1012.3890
+1012.4079 Cryptography and Security
+1012.4171 Algebraic Geometry
+1012.4204 Cryptography and Security
+1012.4250 Information Theory
+1012.4379 Exactly Solvable and Integrable Systems
+1012.4469 Phenomenology
+1012.4470 Strongly Correlated Electrons
+1012.4482 Geometric Topology
+1012.4485 Networking and Internet Architecture
+1012.4486 Earth and Planetary Astrophysics
+1012.4487 Networking and Internet Architecture
+1012.4489 Rings and Algebras
+1012.4501 Other Quantitative Biology
+1012.4507 Disordered Systems and Neural Networks
+1012.4508 General Physics
+1012.4512 Chaotic Dynamics
+1012.4513
+1012.4516 Cosmology and Nongalactic Astrophysics
+1012.4521 Soft Condensed Matter
+1012.4527 Soft Condensed Matter
+1012.4531 Commutative Algebra
+1012.4536
+1012.4538 Representation Theory
+1012.4542 Information Theory
+1012.4549 Functional Analysis
+1012.4551 Differential Geometry
+1012.4554 Logic in Computer Science
+1012.4555 Logic in Computer Science
+1012.4556 Networking and Internet Architecture
+1012.4559 Human-Computer Interaction
+1012.4560 Data Structures and Algorithms
+1012.4561 Numerical Analysis
+1012.4563 Statistical Mechanics
+1012.4567 Other Computer Science
+1012.4572 Phenomenology
+1012.4575 Mesoscale and Nanoscale Physics
+1012.4580 Phenomenology
+1012.4581 Optics
+1012.4587 Phenomenology
+1012.4590 Complex Variables
+1012.4591
+1012.4592 Experiment
+1012.4596 Spectral Theory
+1012.4603 Phenomenology
+1012.4604 Dynamical Systems
+1012.4607 Representation Theory
+1012.4608 Group Theory
+1012.4619
+1012.4620 Cryptography and Security
+1012.4626 Cryptography and Security
+1012.4628 Statistical Mechanics
+1012.4631 Statistical Mechanics
+1012.4634 Combinatorics
+1012.4636 Statistical Mechanics
+1012.4641 Solar and Stellar Astrophysics
+1012.4643 Phenomenology
+1012.4644 Classical Analysis and ODEs
+1012.4645 Physics and Society
+1012.4653 Probability
+1012.4666 Analysis of PDEs
+1012.4668 Information Theory
+1012.4670 Materials Science
+1012.4673 Plasma Physics
+1012.4675 General Physics
+1012.4676 Applications
+1012.4677 Theory
+1012.4681 Phenomenology
+1012.4691 Other Computer Science
+1012.4694 Lattice
+1012.4698 Quantum Algebra
+1012.4702 Applications
+1012.4706
+1012.4710 Probability
+1012.4712 Software Engineering
+1012.4714 Phenomenology
+1012.4716 Instrumentation and Detectors
+1012.4717 Materials Science
+1012.4720
+1012.4721
+1012.4729
+1012.4732 Solar and Stellar Astrophysics
+1012.4734
+1012.4738 Experiment
+1012.4742 Analysis of PDEs
+1012.4744 Cosmology and Nongalactic Astrophysics
+1012.4746 Statistical Mechanics
+1012.4751 Group Theory
+1012.4752 Digital Libraries
+1012.4754 Functional Analysis
+1012.4755 Information Theory
+1012.4759 Information Retrieval
+1012.4762
+1012.4764 Instrumentation and Methods for Astrophysics
+1012.4773 Theory
+1012.4774 Number Theory
+1012.4775 Analysis of PDEs
+1012.4776 Artificial Intelligence
+1012.4782 Biological Physics
+1012.4783
+1012.4792 Instrumentation and Methods for Astrophysics
+1012.4795 Optimization and Control
+1012.4798 Biological Physics
+cond-mat/0303640 Superconductivity
+math/0411488 Combinatorics
+math/0611851 Complex Variables
+math/0611897 Rings and Algebras
+physics/0407114 Atomic Physics
+0704.2093 Phenomenology
+0704.2196
+0706.2788
+0708.1881
+0708.1882
+0708.4403
+0710.0875
+0710.5552
+0711.3461
+0801.3523 Analysis of PDEs
+0802.1875
+0803.1650
+0804.0135 Metric Geometry
+0804.4523
+0805.0139
+0805.0580 Fluid Dynamics
+0805.1162
+0805.4582
+0806.0304 Number Theory
+0806.1857 Differential Geometry
+0806.2824 Geometric Topology
+0806.3190 Phenomenology
+0808.2619 Rings and Algebras
+0809.0496 Theory
+0809.0856 Theory
+0809.2368
+0809.3518
+0809.3805
+0809.4036 Algebraic Geometry
+0810.4842 Analysis of PDEs
+0811.2812
+0812.2298 Data Structures and Algorithms
+0901.2180
+0901.3400 Phenomenology
+0901.4101 Phenomenology
+0902.0655 Theory
+0902.1022 Exactly Solvable and Integrable Systems
+0902.2098 Theory
+0903.0778 Theory
+0903.1446 Differential Geometry
+0903.2399 Theory
+0903.2466
+0903.3772 Solar and Stellar Astrophysics
+0903.4591
+0903.5171
+0903.5251 Theory
+0904.2127 Theory
+0904.3608 Classical Analysis and ODEs
+0904.4567 Theory
+0905.0241
+0905.0381 Differential Geometry
+0905.0522 Theory
+0905.1293 Soft Condensed Matter
+0905.1949 Phenomenology
+0905.2957 Superconductivity
+0905.2962 Cosmology and Nongalactic Astrophysics
+0905.3117 Quantum Algebra
+0905.3177
+0905.3732 Theory
+0905.3984 Theory
+0905.4134
+0905.4222
+0905.4858 Theory
+0906.1803 Phenomenology
+0906.1946 Phenomenology
+0906.2949
+0906.3267 Phenomenology
+0906.3608 Theory
+0906.3963
+0906.4078 Phenomenology
+0906.5570 Superconductivity
+0907.0891
+0907.0935 Phenomenology
+0907.0948
+0907.1007 Phenomenology
+0907.1396
+0907.1667 Phenomenology
+0907.1674 Accelerator Physics
+0907.1951
+0907.2115 Phenomenology
+0907.2248 Theory
+0907.2554 Geometric Topology
+0907.2646 Theory
+0907.2812 Classical Physics
+0907.2905 Phenomenology
+0907.3614 Theory
+0907.3718 Statistical Mechanics
+0907.4715 High Energy Astrophysical Phenomena
+0907.5371 Theory
+0908.0016 Theory
+0908.0413 Theory
+0908.0437 Theory
+0908.0625 Superconductivity
+0908.1026
+0908.3080 Phenomenology
+0908.3186 Cosmology and Nongalactic Astrophysics
+0908.3892 Phenomenology
+0909.0287
+0909.0337 Experiment
+0909.0402 Cosmology and Nongalactic Astrophysics
+0909.0751 Cosmology and Nongalactic Astrophysics
+0909.1319 Phenomenology
+0909.1322 Phenomenology
+0909.1362 Mesoscale and Nanoscale Physics
+0909.1989
+0909.2149 Cosmology and Nongalactic Astrophysics
+0909.2855 Phenomenology
+0909.3007 Other Condensed Matter
+0909.3101 Theory
+0909.3175
+0909.3524 Cosmology and Nongalactic Astrophysics
+0909.3641 Other Condensed Matter
+0909.4919 Phenomenology
+0909.4993 Experiment
+0910.0306
+0910.0377 Phenomenology
+0910.0406 Instrumentation and Detectors
+0910.0694 Phenomenology
+0910.0958 Lattice
+0910.1278
+0910.2020 Phenomenology
+0910.2124 Phenomenology
+0910.2790
+0910.3072 Lattice
+0910.3164 Phenomenology
+0910.3600 Superconductivity
+0910.4302
+0910.4389 Phenomenology
+0910.5222 Theory
+0910.5237 Phenomenology
+0911.0509 Phenomenology
+0911.1123 Theory
+0911.1776 High Energy Astrophysical Phenomena
+0911.2438 Earth and Planetary Astrophysics
+0911.2773 Experiment
+0911.3554 Algebraic Geometry
+0912.0559 Superconductivity
+0912.1176
+0912.1669
+0912.1868 High Energy Astrophysical Phenomena
+0912.2146
+0912.2365
+0912.3574 Statistical Mechanics
+1001.0207 Number Theory
+1001.0564 Instrumentation and Methods for Astrophysics
+1001.0608
+1001.0705
+1001.0761 Instrumentation and Detectors
+1001.0767
+1001.0770 High Energy Astrophysical Phenomena
+1001.0774 Quantum Gases
+1001.0775 Geometric Topology
+1001.0778 Analysis of PDEs
+1001.0783 Pricing of Securities
+1001.0786 Pricing of Securities
+1001.0789 Number Theory
+1001.0790 Experiment
+1001.0791 Cosmology and Nongalactic Astrophysics
+1001.0793 Information Theory
+1001.0803 Materials Science
+1001.0804 Differential Geometry
+1001.0806 High Energy Astrophysical Phenomena
+1001.0808 Strongly Correlated Electrons
+1001.0810 Cosmology and Nongalactic Astrophysics
+1001.0815 Cosmology and Nongalactic Astrophysics
+1001.0820 Artificial Intelligence
+1001.0821 Data Structures and Algorithms
+1001.0825 Physics and Society
+1001.0826 Representation Theory
+1001.0827 Information Retrieval
+1001.0830 Information Retrieval
+1001.0834 Logic
+1001.0835 Chemical Physics
+1001.0842 Soft Condensed Matter
+1001.0843 Solar and Stellar Astrophysics
+1001.0851 Rings and Algebras
+1001.0853 Differential Geometry
+1001.0856 Probability
+1001.0862 Commutative Algebra
+1001.0863 Statistics Theory
+1001.0875 Metric Geometry
+1001.0877 Biological Physics
+1001.0878 Materials Science
+1001.0879 Learning
+1001.0881 Soft Condensed Matter
+1001.0884 General Physics
+1001.0886 Combinatorics
+1001.0887 Computational Engineering, Finance, and Science
+1001.0888 Solar and Stellar Astrophysics
+1001.0892 Materials Science
+1001.0897 Number Theory
+1001.0898 High Energy Astrophysical Phenomena
+1001.0902 Algebraic Topology
+1001.0908 General Topology
+1001.0911 Geometric Topology
+1001.0921 Artificial Intelligence
+1001.0922 Logic
+1001.0927 Computer Vision and Pattern Recognition
+1001.0931 Classical Analysis and ODEs
+1001.0933 Analysis of PDEs
+1001.0936 Differential Geometry
+1001.0947 Dynamical Systems
+1001.0948 Number Theory
+1001.0950
+1001.0955 High Energy Astrophysical Phenomena
+1001.0956 Instrumentation and Detectors
+1001.0957 Superconductivity
+1001.0958 Computational Engineering, Finance, and Science
+1001.0960 Optimization and Control
+1001.0964
+adap-org/9811001 Adaptation and Self-Organizing Systems
+astro-ph/0003204
+astro-ph/0012275
+astro-ph/0203010
+astro-ph/0211375
+astro-ph/0507502
+astro-ph/0601563
+astro-ph/0603460
+astro-ph/0606652
+astro-ph/0609052
+astro-ph/9705147
+astro-ph/9708038
+astro-ph/9901061
+hep-lat/0008026 Lattice
+hep-ph/9802299 Phenomenology
+hep-th/0008248 Theory
+hep-th/0211003 Theory
+hep-th/0609124 Theory
+hep-th/9205039 Theory
+hep-th/9307050 Theory
+hep-th/9310188 Theory
+hep-th/9501124 Theory
+hep-th/9502053 Theory
+hep-th/9503227 Theory
+hep-th/9609158 Theory
+nlin/0406025 Exactly Solvable and Integrable Systems
+0705.2058 General Topology
+0705.4297 Logic
+0710.1053 Representation Theory
+0711.1175
+0711.2285 Experiment
+0711.3817 Experiment
+0712.0147 Theory
+0712.0498 Experiment
+0712.1877 Metric Geometry
+0807.3026 Data Structures and Algorithms
+0807.3978 Logic
+0807.4523 Superconductivity
+0809.0848 Operator Algebras
+0809.4703
+0809.4782 Representation Theory
+0810.1603 Algebraic Geometry
+0811.3388 Theory
+0812.1044
+0812.1263 Theory
+0812.2655
+0812.2784
+0812.4827
+0812.5066
+0901.0199 Lattice
+0901.0927 Phenomenology
+0901.0981 Phenomenology
+0901.1044 Phenomenology
+0901.1713 Phenomenology
+0901.1750 Phenomenology
+0901.4044 Theory
+0901.4550 Cosmology and Nongalactic Astrophysics
+0901.4688 Phenomenology
+0902.0653 High Energy Astrophysical Phenomena
+0902.1345 Experiment
+0902.3361 Phenomenology
+0903.1004 Atomic and Molecular Clusters
+0903.2795 Chaotic Dynamics
+0903.4177 Cosmology and Nongalactic Astrophysics
+0903.4214 Cosmology and Nongalactic Astrophysics
+0903.4565 High Energy Astrophysical Phenomena
+0903.4733 Cosmology and Nongalactic Astrophysics
+0903.4825 Phenomenology
+0903.4999 Cosmology and Nongalactic Astrophysics
+0903.5297 Cosmology and Nongalactic Astrophysics
+0904.1868 Exactly Solvable and Integrable Systems
+0904.2703
+0904.3179 Quantum Gases
+0904.4529 Commutative Algebra
+0904.4754 General Physics
+0905.2337 Quantum Gases
+0905.2431 Superconductivity
+0906.0443 Chemical Physics
+0906.2381
+0906.2890 Differential Geometry
+0906.4054 Materials Science
+0907.3111 Other Condensed Matter
+0907.3864 Physics and Society
+0907.4394 Superconductivity
+0908.0238
+0908.0434 Theory
+0908.1877
+0908.1884 Metric Geometry
+0909.0420 Materials Science
+0909.0533 Statistical Mechanics
+0909.1219 Phenomenology
+0909.1541
+0909.2811 Number Theory
+0909.2982 Symplectic Geometry
+0909.3120 Strongly Correlated Electrons
+0909.3305 Strongly Correlated Electrons
+0909.3504 Soft Condensed Matter
+0909.3832 Earth and Planetary Astrophysics
+0909.4734 Classical Analysis and ODEs
+0910.0330 Superconductivity
+0910.0893 Disordered Systems and Neural Networks
+0910.0939 Analysis of PDEs
+0910.4164 Cosmology and Nongalactic Astrophysics
+0911.1652 Classical Analysis and ODEs
+0911.2461 Mesoscale and Nanoscale Physics
+0911.2963 Superconductivity
+0911.3263 Mesoscale and Nanoscale Physics
+0911.4066 Superconductivity
+0912.0073
+0912.0755 Mesoscale and Nanoscale Physics
+0912.0852 Soft Condensed Matter
+0912.1002 Experiment
+0912.1336 Materials Science
+0912.1389 Mesoscale and Nanoscale Physics
+0912.1436 Number Theory
+0912.1554 Materials Science
+0912.1634 Soft Condensed Matter
+0912.3958 Analysis of PDEs
+0912.5295 Theory
+0912.5501 Number Theory
+1001.0009 Biomolecules
+1001.0025 Cryptography and Security
+1001.0037 Operator Algebras
+1001.0038 Classical Analysis and ODEs
+1001.0039 Instrumentation and Methods for Astrophysics
+1001.0045 Phenomenology
+1001.0046 Combinatorics
+1001.0052
+1001.0054 Cryptography and Security
+1001.0058 Number Theory
+1001.0059 Cosmology and Nongalactic Astrophysics
+1001.0061 Instrumentation and Methods for Astrophysics
+1001.0063 Artificial Intelligence
+1001.0065 Solar and Stellar Astrophysics
+1001.0068 General Physics
+1001.0069 Networking and Internet Architecture
+1001.0072 History and Overview
+1001.0073 General Topology
+1001.0076 Instrumentation and Detectors
+1001.0077 Instrumentation and Detectors
+1001.0078
+1001.0084
+1001.0086 Group Theory
+1001.0088 General Physics
+1001.0090 Superconductivity
+1001.0099 Mesoscale and Nanoscale Physics
+1001.0100 Number Theory
+1001.0101 Phenomenology
+1001.0103 High Energy Astrophysical Phenomena
+1001.0108 Optics
+1001.0110 Chemical Physics
+1001.0113 Genomics
+1001.0114 Algebraic Geometry
+1001.0115 Multiagent Systems
+1001.0131 Theory
+1001.0132 Geometric Topology
+1001.0138 Differential Geometry
+1001.0140 Instrumentation and Detectors
+1001.0143 Formal Languages and Automata Theory
+1001.0148 Group Theory
+1001.0150 Group Theory
+1001.0151 Fluid Dynamics
+1001.0153 Algebraic Geometry
+1001.0163 Statistical Mechanics
+1001.0164 Exactly Solvable and Integrable Systems
+1001.0167 Information Theory
+1001.0171 Materials Science
+1001.0184 Symplectic Geometry
+1001.0186 Metric Geometry
+1001.0187
+1001.0193 Combinatorics
+1001.0194 Logic
+1001.0196 Distributed, Parallel, and Cluster Computing
+1001.0197 Instrumentation and Methods for Astrophysics
+1001.0199 Instrumentation and Methods for Astrophysics
+1001.0200 Statistics Theory
+1001.0201 History and Overview
+1001.0202 Differential Geometry
+1001.0203 Probability
+1001.0204 High Energy Astrophysical Phenomena
+1001.0206 Probability
+1001.0209 Analysis of PDEs
+1001.0211 Optimization and Control
+1001.0223 Algebraic Geometry
+1001.0238 Optics
+1001.0242 Algebraic Geometry
+1001.0243 Mesoscale and Nanoscale Physics
+1001.0244 Optics
+1001.0245 Probability
+1001.0252 Numerical Analysis
+1001.0254 Materials Science
+1001.0257 Functional Analysis
+1001.0271 Soft Condensed Matter
+1001.0272 Experiment
+1001.0275 Analysis of PDEs
+1001.0278 Cryptography and Security
+1001.0279 Machine Learning
+1001.0282 Information Theory
+1001.0283 General Physics
+1001.0285 Biological Physics
+1001.0286 Cosmology and Nongalactic Astrophysics
+1001.0287 Combinatorics
+1001.0290 Complex Variables
+1001.0299 Combinatorics
+1001.0302 Superconductivity
+1001.0304 Symbolic Computation
+1001.0305 Instrumentation and Methods for Astrophysics
+1001.0309 Physics and Society
+1001.0314 Dynamical Systems
+1001.0319 Numerical Analysis
+1001.0326 Representation Theory
+1001.0330 Combinatorics
+1001.0334 Astrophysics of Galaxies
+1001.0335
+1001.0339 Information Theory
+1001.0342
+1001.0346 Information Theory
+1001.0347 Representation Theory
+1001.0350 Optics
+1001.0352 Earth and Planetary Astrophysics
+1001.0357 Information Theory
+1001.0358 Algebraic Topology
+1001.0360 Geometric Topology
+1001.0366 Numerical Analysis
+1001.0367 Complex Variables
+1001.0368 Dynamical Systems
+1001.0370 Number Theory
+1001.0374 Experiment
+1001.0375 Mesoscale and Nanoscale Physics
+1001.0379 Differential Geometry
+1001.0384 Geometric Topology
+1001.0385 Analysis of PDEs
+1001.0403 Earth and Planetary Astrophysics
+1001.0405 Learning
+1001.0407
+1001.0408 Materials Science
+1001.0411
+1001.0418 Human-Computer Interaction
+1001.0420 Human-Computer Interaction
+1001.0421 Distributed, Parallel, and Cluster Computing
+1001.0424 Operator Algebras
+1001.0429 Theory
+1001.0431 Superconductivity
+1001.0438 Materials Science
+1001.0440 Information Retrieval
+1001.0441 Multimedia
+1001.0442 Multimedia
+1001.0443 Multimedia
+1001.0446 Neurons and Cognition
+1001.0447 Algebraic Geometry
+1001.0449 Algebraic Geometry
+1001.0452 Experiment
+1001.0453 Computers and Society
+1001.0454 Strongly Correlated Electrons
+1001.0458 Differential Geometry
+1001.0462 Representation Theory
+1001.0468
+1001.0469 Classical Analysis and ODEs
+1001.0472 Commutative Algebra
+1001.0474 Superconductivity
+1001.0476 Optics
+1001.0478 Classical Analysis and ODEs
+1001.0480 Materials Science
+1001.0485 Complex Variables
+1001.0489 K-Theory and Homology
+1001.0491 Classical Analysis and ODEs
+1001.0492 Statistics Theory
+1001.0497 Statistical Finance
+1001.0504 Representation Theory
+1001.0511 Biological Physics
+1001.0512 Solar and Stellar Astrophysics
+1001.0514 Combinatorics
+1001.0515 Logic
+1001.0530 Complex Variables
+1001.0531 Quantum Algebra
+1001.0533 High Energy Astrophysical Phenomena
+1001.0546 Biomolecules
+1001.0547
+1001.0554 Complex Variables
+1001.0555 Computational Geometry
+1001.0556 Numerical Analysis
+1001.0558
+1001.0559 Complex Variables
+1001.0560 Functional Analysis
+astro-ph/0604094
+cond-mat/0401102 Statistical Mechanics
+cond-mat/0401257 Statistical Mechanics
+cond-mat/0401291 Soft Condensed Matter
+cond-mat/0403286 Statistical Mechanics
+cond-mat/0610574 Materials Science
+gr-qc/0608006
+hep-ex/0111009 Experiment
+hep-ex/0111016 Experiment
+hep-ex/0112035 Experiment
+hep-ex/0507093 Experiment
+hep-ex/9601002 Experiment
+hep-ph/0406116 Phenomenology
+hep-ph/0411363 Phenomenology
+hep-ph/0508194 Phenomenology
+hep-ph/0508244 Phenomenology
+hep-th/0003017 Theory
+hep-th/9403010 Theory
+hep-th/9407067 Theory
+hep-th/9705034 Theory
+math/0612372 Metric Geometry
+nucl-ex/0304021
+nucl-ex/0308023
+nucl-ex/0404027
+nucl-ex/0512018
+nucl-th/0407020
+physics/0008141 Accelerator Physics
+physics/0112042 Instrumentation and Detectors
+physics/0310139 Instrumentation and Detectors
+physics/0406031 Accelerator Physics
+physics/0508138 Instrumentation and Detectors
+physics/0510157 Instrumentation and Detectors
+quant-ph/0405075
+quant-ph/9809016
+0704.2470 Complex Variables
+0706.0854 Complex Variables
+0710.5455 Chaotic Dynamics
+0710.5465 Chaotic Dynamics
+0710.5471 Chaotic Dynamics
+0712.3078 Chaotic Dynamics
+0712.3184
+0801.2892 Complex Variables
+0801.2895 Complex Variables
+0801.4476 Complex Variables
+0802.2189 Representation Theory
+0805.2592
+0806.0421 Numerical Analysis
+0807.0775
+0808.0313 Complex Variables
+0810.5684 Category Theory
+0901.0298 Numerical Analysis
+0902.0878 General Finance
+0902.3462 Superconductivity
+0906.1286 Category Theory
+0906.2686
+0906.5458 Number Theory
+0908.2963 Theory
+0908.3695 Phenomenology
+0908.3934 Disordered Systems and Neural Networks
+0909.2904 Machine Learning
+0910.2304 Information Theory
+0911.0238 Operator Algebras
+0911.2151 Logic
+0911.4914 Materials Science
+0912.0029 Phenomenology
+0912.1482 Probability
+0912.1743 Mesoscale and Nanoscale Physics
+0912.2466 Phenomenology
+0912.2610
+0912.3262 Astrophysics of Galaxies
+0912.3934 General Physics
+0912.5485 Materials Science
+1001.0494 Number Theory
+1001.2643
+1001.2732 Materials Science
+1001.3541
+1002.2695 Number Theory
+1002.2960 Strongly Correlated Electrons
+1002.3508 Statistical Mechanics
+1003.0241 Number Theory
+1003.1158 Number Theory
+1003.2602 Mesoscale and Nanoscale Physics
+1003.2907 Classical Analysis and ODEs
+1003.3140 Mesoscale and Nanoscale Physics
+1003.4702 Earth and Planetary Astrophysics
+1003.5193 Materials Science
+1003.5502 Strongly Correlated Electrons
+1003.5523 Analysis of PDEs
+1003.5602 General Mathematics
+1004.4553 Solar and Stellar Astrophysics
+1004.5074 Methodology
+1005.0997 General Physics
+1005.5074 Physics Education
+1006.0794 Strongly Correlated Electrons
+1006.1985 Mesoscale and Nanoscale Physics
+1006.2146 Computational Physics
+1006.3116 Astrophysics of Galaxies
+1006.3786 Discrete Mathematics
+1006.3915 Number Theory
+1006.3934 Operator Algebras
+1006.4167 Complex Variables
+1006.4169 Complex Variables
+1006.4174 Mesoscale and Nanoscale Physics
+1006.4175 Computer Vision and Pattern Recognition
+1006.4177 Functional Analysis
+1006.4178 Cosmology and Nongalactic Astrophysics
+1006.4182 Differential Geometry
+1006.4183
+1006.4185
+1006.4188 Group Theory
+1006.4203 Algebraic Geometry
+1006.4204
+1006.4207
+1006.4212 Mesoscale and Nanoscale Physics
+1006.4216
+1006.4222 Commutative Algebra
+1006.4224 Differential Geometry
+1006.4228 Networking and Internet Architecture
+1006.4232 Instrumentation and Methods for Astrophysics
+1006.4236 Superconductivity
+1006.4238 Probability
+1006.4251 Rings and Algebras
+1006.4261 Complex Variables
+1006.4271 Computers and Society
+1006.4274 Experiment
+1006.4275
+1006.4287 Strongly Correlated Electrons
+1006.4288 Discrete Mathematics
+1006.4289 Theory
+1006.4291 Molecular Networks
+1006.4301 Group Theory
+1006.4302 Dynamical Systems
+1006.4304 Cryptography and Security
+1006.4313 Instrumentation and Detectors
+1006.4316 Classical Analysis and ODEs
+1006.4318 Classical Analysis and ODEs
+1006.4319 Classical Analysis and ODEs
+1006.4326 Networking and Internet Architecture
+1006.4327 Numerical Analysis
+1006.4329 General Physics
+1006.4330 Applications
+1006.4339 Data Structures and Algorithms
+1006.4341 History and Overview
+1006.4342 Distributed, Parallel, and Cluster Computing
+1006.4352 Differential Geometry
+1006.4354 Solar and Stellar Astrophysics
+1006.4356 Combinatorics
+1006.4357 Data Structures and Algorithms
+cond-mat/0308242 Mesoscale and Nanoscale Physics
+cond-mat/9705162
+cs/0509035 Multimedia
+cs/0608024 Cryptography and Security
+hep-ph/0110135 Phenomenology
+math/0507190 Complex Variables
+math/0511482 Complex Variables
+math/0601367 Complex Variables
+math/0603020 Complex Variables
+math/0603574 Complex Variables
+math/0608496 Complex Variables
+math/0608662 Complex Variables
+nlin/0608020 Chaotic Dynamics
+nlin/0611017 Chaotic Dynamics
+physics/0702104 Atomic Physics
+quant-ph/0510159
+quant-ph/0612168
+0804.4627
+0807.1757 Soft Condensed Matter
+0807.1852 Soft Condensed Matter
+0808.0111 Physics and Society
+0808.3330
+0812.0122 Soft Condensed Matter
+0812.0956 Computer Science and Game Theory
+0812.1139 Geometric Topology
+0812.2751 Algebraic Geometry
+0901.2258 Theory
+0902.2887 Algebraic Geometry
+0903.2629 Soft Condensed Matter
+0904.0556 Soft Condensed Matter
+0904.4486 Theory
+0906.3403 General Physics
+0907.1592 Representation Theory
+0907.2041 Theory
+0908.0513 High Energy Astrophysical Phenomena
+0908.3505 Data Structures and Algorithms
+0911.0452 Combinatorics
+0911.4326 Phenomenology
+0911.4371 Phenomenology
+0912.0161 Computational Physics
+0912.2150
+1001.2920 Symplectic Geometry
+1001.3669 Mesoscale and Nanoscale Physics
+1002.1101 Strongly Correlated Electrons
+1002.4580 Theory
+1002.4984 Mesoscale and Nanoscale Physics
+1003.0167 Data Structures and Algorithms
+1003.1124 Mesoscale and Nanoscale Physics
+1003.4122 Metric Geometry
+1003.5597 Geometric Topology
+1004.3960 Superconductivity
+1004.4417 Algebraic Geometry
+1004.5046 Statistical Mechanics
+1005.4527 Theory
+1005.4835 Materials Science
+1006.0752 Geometric Topology
+1006.1709 Superconductivity
+1006.2014 Superconductivity
+1006.3656 Statistical Mechanics
+1006.4296
+1006.4890 Phenomenology
+1006.5724
+1007.0388
+1007.1033 Information Theory
+1007.2740 Metric Geometry
+1007.5178 Optimization and Control
+1008.0660 Artificial Intelligence
+1008.3951 Machine Learning
+1008.4122
+1008.4331 Computer Science and Game Theory
+1008.4729 Analysis of PDEs
+1008.4733 Information Theory
+1008.4897 Algebraic Topology
+1008.5390 Quantitative Methods
+1009.0242 Materials Science
+1009.0346 High Energy Astrophysical Phenomena
+1009.0352 Materials Science
+1009.0448 Networking and Internet Architecture
+1009.0524 Cosmology and Nongalactic Astrophysics
+1009.0533 Probability
+1009.0540 Analysis of PDEs
+1009.0542 Analysis of PDEs
+1009.0544 Geometric Topology
+1009.0548 Soft Condensed Matter
+1009.0550 Artificial Intelligence
+1009.0552 Materials Science
+1009.0554 Instrumentation and Methods for Astrophysics
+1009.0556 Optimization and Control
+1009.0559 Mesoscale and Nanoscale Physics
+1009.0562 Statistics Theory
+1009.0565 Pattern Formation and Solitons
+1009.0566 Combinatorics
+1009.0582 Phenomenology
+1009.0585 Networking and Internet Architecture
+1009.0588 Superconductivity
+1009.0590 Superconductivity
+1009.0592 Classical Physics
+1009.0593 Geophysics
+1009.0604 Differential Geometry
+1009.0612
+1009.0626 Probability
+1009.0628 Fluid Dynamics
+1009.0630 Networking and Internet Architecture
+1009.0635 Computational Finance
+1009.0636 Commutative Algebra
+1009.0650 Statistical Mechanics
+1009.0652 Populations and Evolution
+1009.0655 Cryptography and Security
+1009.0666 Instrumentation and Methods for Astrophysics
+1009.0670 Data Structures and Algorithms
+1009.0673 Logic in Computer Science
+1009.0678 Quantum Algebra
+1009.0680 Populations and Evolution
+1009.0682 Information Theory
+1009.0685 Analysis of PDEs
+1009.0688 Representation Theory
+1009.0689
+1009.0690 Biological Physics
+1009.0692 Mesoscale and Nanoscale Physics
+1009.0694 Representation Theory
+1009.0696 Rings and Algebras
+1009.0698
+1009.0700 Probability
+1009.0705 Analysis of PDEs
+1009.0706 Computational Complexity
+1009.0715 Astrophysics of Galaxies
+1009.0717 Astrophysics of Galaxies
+1009.0718 Mesoscale and Nanoscale Physics
+1009.0730 Probability
+1009.0731 Mesoscale and Nanoscale Physics
+1009.0737 Number Theory
+1009.0741 Probability
+1009.0745 Theory
+gr-qc/0409027
+math/0605465 Geometric Topology
+0705.1342 Spectral Theory
+0705.2799 Algebraic Geometry
+0707.3540 Discrete Mathematics
+0708.0431 Algebraic Geometry
+0711.0840 Logic in Computer Science
+0801.3617 Operator Algebras
+0803.3560 Logic
+0804.1781 General Mathematics
+0806.2146
+0808.0217 K-Theory and Homology
+0809.1395 Rings and Algebras
+0809.2260 Biological Physics
+0809.5029
+0810.2721 Differential Geometry
+0810.4314 Combinatorics
+0810.5044 Algebraic Geometry
+0811.0320 Strongly Correlated Electrons
+0811.1782 Mesoscale and Nanoscale Physics
+0811.2260 Number Theory
+0811.2769 Probability
+0812.2753 Functional Analysis
+0901.1937 Representation Theory
+0902.0333 Probability
+0902.4126
+0903.0186 Quantum Algebra
+0903.1010 Combinatorics
+0903.4368 Optimization and Control
+0903.4852 Classical Analysis and ODEs
+0904.0945 Quantum Algebra
+0904.1364 Mesoscale and Nanoscale Physics
+0905.1284 Algebraic Geometry
+0905.3781 Group Theory
+0906.2939 Complex Variables
+0907.0855
+0907.4345 Superconductivity
+0907.5161 Superconductivity
+0908.0192 Cosmology and Nongalactic Astrophysics
+0908.1993 Rings and Algebras
+0908.2444 Probability
+0908.3988 Cosmology and Nongalactic Astrophysics
+0909.0288 Algebraic Geometry
+0909.0408
+0909.1693 Algebraic Geometry
+0909.2690 Pattern Formation and Solitons
+0909.2774 Statistical Mechanics
+0909.4822 Other Condensed Matter
+0910.0604 Algebraic Geometry
+0910.0696 Superconductivity
+0910.2747 Mesoscale and Nanoscale Physics
+0911.0286 Number Theory
+0911.0454 Statistical Finance
+0911.2944 Group Theory
+0911.3378 Theory
+0911.4701 Functional Analysis
+0911.4718 Astrophysics of Galaxies
+0912.0106 Quantum Algebra
+0912.0799 Mesoscale and Nanoscale Physics
+0912.1255 Analysis of PDEs
+0912.2351 Mesoscale and Nanoscale Physics
+0912.2477
+0912.4337 Analysis of PDEs
+0912.4341 Materials Science
+0912.4542 Mesoscale and Nanoscale Physics
+1001.0270 Strongly Correlated Electrons
+1001.2588 Representation Theory
+1001.2827 Geometric Topology
+1001.4226 Populations and Evolution
+1001.5013 Phenomenology
+1002.2682 Algebraic Geometry
+1002.2907 Algebraic Topology
+1002.3358 Superconductivity
+1002.3568 Materials Science
+1002.4304 Combinatorics
+1003.0110 High Energy Astrophysical Phenomena
+1003.1099 Fluid Dynamics
+1003.2393
+1003.4174 Chemical Physics
+1003.4364 Chemical Physics
+1003.5938 Instrumentation and Methods for Astrophysics
+1004.2341 Mesoscale and Nanoscale Physics
+1004.3047 Superconductivity
+1004.3251 Strongly Correlated Electrons
+1004.3930 Algebraic Topology
+1004.4205 Number Theory
+1004.5364 Quantum Gases
+1005.0180 Pattern Formation and Solitons
+1005.1086 Rings and Algebras
+1005.1340 Human-Computer Interaction
+1005.1378 Quantum Gases
+1005.1631 Combinatorics
+1005.2604 History and Overview
+1005.2623 Instrumentation and Detectors
+1005.2626 Cosmology and Nongalactic Astrophysics
+1005.2629 Combinatorics
+1005.2631 Mesoscale and Nanoscale Physics
+1005.2636 Logic
+1005.2640 Dynamical Systems
+1005.2643 Instrumentation and Methods for Astrophysics
+1005.2644 Classical Analysis and ODEs
+1005.2650 Materials Science
+1005.2653 Category Theory
+1005.2658 Solar and Stellar Astrophysics
+1005.2661 Portfolio Management
+1005.2662 Information Theory
+1005.2668 Numerical Analysis
+1005.2669 Strongly Correlated Electrons
+1005.2672 Logic in Computer Science
+1005.2679 Algebraic Geometry
+1005.2685
+1005.2694 Optimization and Control
+1005.2696 Combinatorics
+1005.2699 Dynamical Systems
+1005.2706 Materials Science
+1005.2715 Computer Vision and Pattern Recognition
+1005.2721 General Physics
+1005.2722 Solar and Stellar Astrophysics
+1005.2727 Cosmology and Nongalactic Astrophysics
+1005.2728 Phenomenology
+1005.2730 Classical Analysis and ODEs
+1005.2733 Classical Analysis and ODEs
+1005.2737 Functional Analysis
+1005.2743 Spectral Theory
+1005.2745 Combinatorics
+1005.2750 Group Theory
+1005.2753 Differential Geometry
+1005.2781 Statistics Theory
+1005.2782 Differential Geometry
+1005.2792
+1005.2816 Discrete Mathematics
+1005.2819 Computational Engineering, Finance, and Science
+1005.2835 Group Theory
+1005.2836 Group Theory
+1005.2838
+1005.2842 Complex Variables
+1005.2843 Phenomenology
+1005.2848 Data Structures and Algorithms
+1005.2850 Solar and Stellar Astrophysics
+1005.2852 Strongly Correlated Electrons
+1005.2856
+1005.2861 Combinatorics
+1005.2863 Combinatorics
+1005.2869 Mesoscale and Nanoscale Physics
+1005.2871 Algebraic Geometry
+1005.2873 Experiment
+1005.2879 Classical Analysis and ODEs
+1005.2893 Probability
+1005.2898 Networking and Internet Architecture
+1005.2914 Networking and Internet Architecture
+1005.2916 Analysis of PDEs
+1005.2919 Rings and Algebras
+1005.2920 Materials Science
+1005.2925 Optics
+1005.2932 Superconductivity
+1005.2940 Classical Analysis and ODEs
+1005.2941 Classical Analysis and ODEs
+1005.2946 Number Theory
+1005.2955
+1005.2958 Combinatorics
+1005.2968 Applications
+1005.2970 Phenomenology
+1005.2972 Group Theory
+1005.2975 Spectral Theory
+1005.2980 Spectral Theory
+1005.2987 Operator Algebras
+1005.2993 Number Theory
+1005.2995 Mesoscale and Nanoscale Physics
+1005.3007 Algebraic Geometry
+1005.3011
+math/0010300 Geometric Topology
+math/0102058 Logic
+math/0402010 Algebraic Geometry
+math/0509441 Probability
+math/0602285 Algebraic Geometry
+math/0604121 Algebraic Geometry
+math/0609328 Operator Algebras
+math/0609438 Operator Algebras
+math/0610225 Differential Geometry
+math/0612077 Number Theory
+math/0701464 Probability
+0704.0042 General Physics
+0704.0598 General Physics
+0705.1084 General Physics
+0705.1173 General Physics
+0707.1738 Algebraic Geometry
+0707.3462 Computer Science and Game Theory
+0707.4204 Adaptation and Self-Organizing Systems
+0710.0792 Algebraic Geometry
+0801.0887 General Physics
+0801.4092 Algebraic Geometry
+0801.4114 Algebraic Geometry
+0806.3809 Algebraic Geometry
+0806.3811 Algebraic Geometry
+0809.0489 Algebraic Geometry
+0812.0115 General Physics
+0903.1704 Classical Physics
+0905.1182 Superconductivity
+0905.3373
+0906.3460 Strongly Correlated Electrons
+0906.3694 Adaptation and Self-Organizing Systems
+0907.4941 General Topology
+0908.0190 Quantum Gases
+0908.1000
+0908.1397 Computational Complexity
+0908.2003 Phenomenology
+0909.0849 Soft Condensed Matter
+0910.2858 Statistical Mechanics
+0911.0842 General Physics
+0911.3954
+0911.5671 Mesoscale and Nanoscale Physics
+0912.3214
+0912.4860 Phenomenology
+1001.0684 Number Theory
+1001.0772 Quantum Gases
+1001.1799 Information Theory
+1001.4055 Cosmology and Nongalactic Astrophysics
+1001.4641 Superconductivity
+1001.5243 Algebraic Geometry
+1002.0633 Cosmology and Nongalactic Astrophysics
+1002.1290 Information Theory
+1002.1572 Chemical Physics
+1002.1928 Formal Languages and Automata Theory
+1002.2230 Optimization and Control
+1003.2287 Earth and Planetary Astrophysics
+1003.4905 Logic in Computer Science
+1003.4931 Disordered Systems and Neural Networks
+1003.5089 Statistics Theory
+1003.5457 Probability
+1004.0568 Materials Science
+1004.2129 Dynamical Systems
+1004.3025 Dynamical Systems
+1004.3427 Information Theory
+1004.3799 Number Theory
+1004.3811 Computational Complexity
+1004.3832 Functional Analysis
+1004.3912 Chemical Physics
+1004.3999 Phenomenology
+1004.4008
+1004.4010 Algebraic Geometry
+1004.4012 Classical Analysis and ODEs
+1004.4015 Analysis of PDEs
+1004.4019 Classical Analysis and ODEs
+1004.4021 Analysis of PDEs
+1004.4022 Databases
+1004.4024 Data Structures and Algorithms
+1004.4025 Computers and Society
+1004.4033 Analysis of PDEs
+1004.4038 Number Theory
+1004.4040 Representation Theory
+1004.4044 Information Theory
+1004.4051 Algebraic Geometry
+1004.4055 Phenomenology
+1004.4057 Data Structures and Algorithms
+1004.4058 Differential Geometry
+1004.4060 Differential Geometry
+1004.4061 Rings and Algebras
+1004.4064 Chaotic Dynamics
+1004.4067 Accelerator Physics
+1004.4070 Information Theory
+1004.4077 Geometric Topology
+1004.4080 Data Structures and Algorithms
+1004.4082 Combinatorics
+1004.4083
+1004.4085 Representation Theory
+1004.4086 High Energy Astrophysical Phenomena
+1004.4087 Functional Analysis
+1004.4107 Mesoscale and Nanoscale Physics
+1004.4108 Mesoscale and Nanoscale Physics
+1004.4109 Programming Languages
+1004.4113 Mesoscale and Nanoscale Physics
+1004.4115 Representation Theory
+1004.4116 Populations and Evolution
+1004.4120 Differential Geometry
+1004.4121 Soft Condensed Matter
+1004.4130
+1004.4133 Quantum Algebra
+1004.4137 Earth and Planetary Astrophysics
+1004.4140 Strongly Correlated Electrons
+1004.4147 Probability
+1004.4148 Instrumentation and Methods for Astrophysics
+1004.4152 Materials Science
+1004.4159 Combinatorics
+1004.4163 Superconductivity
+1004.4174 Optimization and Control
+1004.4178 Strongly Correlated Electrons
+1004.4181 Computation and Language
+1004.4182 Exactly Solvable and Integrable Systems
+1004.4192 Experiment
+1004.4193 Mesoscale and Nanoscale Physics
+1004.4194 Combinatorics
+1004.4196 Discrete Mathematics
+1004.4198 Data Analysis, Statistics and Probability
+1004.4200 Dynamical Systems
+1004.4210 Rings and Algebras
+1004.4211 Theory
+cond-mat/0604133 Statistical Mechanics
+cond-mat/0610761 Soft Condensed Matter
+math/0009112 Combinatorics
+math/0107011 Combinatorics
+math/0110058 Algebraic Geometry
+math/0112150 Algebraic Topology
+math/0211335 Algebraic Geometry
+math/0303052 Algebraic Geometry
+math/0304023 Number Theory
+math/0306274 Combinatorics
+math/0306275 Algebraic Geometry
+math/0402111 Number Theory
+math/0503224 Algebraic Geometry
+math/0512632 Algebraic Geometry
+math/0603736 Algebraic Geometry
+math/0606242 Algebraic Geometry
+math/0610026 Algebraic Geometry
+math/0611584 Number Theory
+math/0612556 Number Theory
+quant-ph/0502173
+0707.0248
+0708.3189 Experiment
+0709.3582 Theory
+0710.3074 Phenomenology
+0711.0895 Algebraic Geometry
+0802.0331 Probability
+0803.0552 Probability
+0804.3131 General Topology
+0805.0575
+0805.0704
+0806.1929
+0807.3189 Strongly Correlated Electrons
+0808.0871
+0808.1759 Mesoscale and Nanoscale Physics
+0808.3964 Category Theory
+0809.3164
+0809.5232 Combinatorics
+0812.4375 Phenomenology
+0812.4886 Instrumentation and Detectors
+0901.2450 Probability
+0901.3553 Cosmology and Nongalactic Astrophysics
+0901.4654 Materials Science
+0902.0161 K-Theory and Homology
+0902.1177 Cosmology and Nongalactic Astrophysics
+0902.2620 Phenomenology
+0903.0157 Functional Analysis
+0903.0653 General Topology
+0903.0657 General Topology
+0903.1385 Superconductivity
+0903.1520 Theory
+0904.0169
+0904.4257 Cosmology and Nongalactic Astrophysics
+0905.0073
+0905.3706 Phenomenology
+0906.0127 Classical Physics
+0906.0266
+0906.0399
+0906.1221 Earth and Planetary Astrophysics
+0906.3661 Disordered Systems and Neural Networks
+0907.0005 Astrophysics of Galaxies
+0907.0911 Soft Condensed Matter
+0907.1923 Phenomenology
+0907.3070 Materials Science
+0907.3242 Theory
+0907.4107 Theory
+0907.4184
+0907.4544 Theory
+0907.5324 Symplectic Geometry
+0908.0839 Differential Geometry
+0908.1069 Theory
+0908.1330 Phenomenology
+0908.4384 Differential Geometry
+0909.0987
+0909.1298 Quantum Gases
+0909.2432
+0909.2583 Fluid Dynamics
+0909.3996 Other Condensed Matter
+0910.1186 Phenomenology
+0910.2450 Quantum Gases
+0910.3755 Lattice
+0910.3760 Lattice
+0910.3772 Lattice
+0910.3789 Analysis of PDEs
+0910.3791 Phenomenology
+0910.3801 Lattice
+0910.4026
+0910.4027 Solar and Stellar Astrophysics
+0910.4037 Solar and Stellar Astrophysics
+0910.4126 Mesoscale and Nanoscale Physics
+0910.4356 Theory
+0910.4532 Theory
+0910.4940 Quantum Gases
+0910.5081 Strongly Correlated Electrons
+0911.0011 Mesoscale and Nanoscale Physics
+0911.1389 Chemical Physics
+0911.2084 High Energy Astrophysical Phenomena
+0911.3738 Superconductivity
+0911.4469 Functional Analysis
+0911.4672 Optimization and Control
+0912.0003 Earth and Planetary Astrophysics
+0912.0595
+0912.2548 Databases
+0912.5212 Biological Physics
+0912.5374 Strongly Correlated Electrons
+0912.5403 Quantum Algebra
+1001.0528 Statistical Mechanics
+1001.1101 Solar and Stellar Astrophysics
+1001.1405 Strongly Correlated Electrons
+1001.1596 Phenomenology
+1001.3587 Group Theory
+1001.3808
+1001.4076 Algebraic Geometry
+1001.4083 Methodology
+1001.4086 High Energy Astrophysical Phenomena
+1001.4095 Number Theory
+1001.4099 Neural and Evolutionary Computing
+1001.4103 Data Analysis, Statistics and Probability
+1001.4104 Software Engineering
+1001.4105 Other Condensed Matter
+1001.4107 Software Engineering
+1001.4110 Information Theory
+1001.4111
+1001.4114 Classical Physics
+1001.4117 Optics
+1001.4120 Information Theory
+1001.4122 Multiagent Systems
+1001.4125 Numerical Analysis
+1001.4130 Materials Science
+1001.4132 Rings and Algebras
+1001.4139 Fluid Dynamics
+1001.4140 Computer Vision and Pattern Recognition
+1001.4145 Combinatorics
+1001.4146 General Physics
+1001.4147 Classical Analysis and ODEs
+1001.4150 Symbolic Computation
+1001.4151 Pricing of Securities
+1001.4152 Superconductivity
+1001.4156 Group Theory
+1001.4164 Differential Geometry
+1001.4165 Combinatorics
+1001.4169 Number Theory
+1001.4170 Number Theory
+1001.4171 Functional Analysis
+1001.4174 Algebraic Geometry
+1001.4177 Populations and Evolution
+1001.4178 History and Philosophy of Physics
+1001.4182
+1001.4183 Atomic Physics
+1001.4184 Networking and Internet Architecture
+1001.4185 Networking and Internet Architecture
+1001.4186 Cryptography and Security
+1001.4187 Number Theory
+1001.4189 Computer Vision and Pattern Recognition
+1001.4190 Sound
+1001.4191 Networking and Internet Architecture
+1001.4192 Software Engineering
+1001.4193 Software Engineering
+1001.4197 Distributed, Parallel, and Cluster Computing
+1001.4199 Other Computer Science
+1001.4200 Networking and Internet Architecture
+1001.4202 Operator Algebras
+1001.4204 Representation Theory
+1001.4208 Methodology
+1001.4210 Functional Analysis
+1001.4214 Instrumentation and Detectors
+1001.4216 Combinatorics
+1001.4218 History and Philosophy of Physics
+1001.4221 General Physics
+1001.4223 Combinatorics
+1001.4231 Computational Geometry
+1001.4232 Astrophysics of Galaxies
+1001.4235 Physics and Society
+1001.4239 Algebraic Geometry
+1001.4240 Rings and Algebras
+1001.4249 Combinatorics
+1001.4251 Logic in Computer Science
+1001.4253 Theory
+1001.4263 Molecular Networks
+1001.4266 Number Theory
+1001.4268 Combinatorics
+1001.4270 Risk Management
+1001.4282 Combinatorics
+1001.4285
+1001.4286 Pattern Formation and Solitons
+1001.4291 Instrumentation and Detectors
+1001.4293 Software Engineering
+1001.4294 Complex Variables
+1001.4295 Information Theory
+1001.4297 Computer Vision and Pattern Recognition
+1001.4299 Software Engineering
+1001.4301 Neural and Evolutionary Computing
+1001.4305 Information Theory
+1001.4308 Analysis of PDEs
+1001.4310 Superconductivity
+1001.4314 Operator Algebras
+1001.4318 Phenomenology
+1001.4321
+1001.4324 Theory
+1001.4326 Differential Geometry
+1001.4328
+1001.4330 Differential Geometry
+1001.4332 Differential Geometry
+1001.4333 Mesoscale and Nanoscale Physics
+1001.4334 Information Theory
+1001.4338
+1001.4348 High Energy Astrophysical Phenomena
+1001.4357 Phenomenology
+1001.4360 Representation Theory
+1001.4362 High Energy Astrophysical Phenomena
+1001.4366 Lattice
+1001.4367 Theory
+1001.4368 Information Retrieval
+1001.4369 Classical Analysis and ODEs
+1001.4370 Cosmology and Nongalactic Astrophysics
+1001.4380 General Mathematics
+1001.4381 Logic in Computer Science
+1001.4383 Instrumentation and Methods for Astrophysics
+1001.4385 General Physics
+1001.4386
+1001.4391 Statistical Mechanics
+1001.4392 Combinatorics
+1001.4395 Physics Education
+1001.4396 Geometric Topology
+1001.4399 Solar and Stellar Astrophysics
+1001.4404 Rings and Algebras
+1001.4405 Logic in Computer Science
+1001.4409 Strongly Correlated Electrons
+1001.4411 Cryptography and Security
+1001.4413 Software Engineering
+1001.4418 Geometric Topology
+1001.4419 Multiagent Systems
+1001.4423 Information Theory
+1001.4424 Data Analysis, Statistics and Probability
+1001.4425 Statistics Theory
+1001.4427 Computer Science and Game Theory
+1001.4429 Logic in Computer Science
+1001.4430 Physics and Society
+1001.4433 Digital Libraries
+1001.4434 Programming Languages
+1001.4435 Combinatorics
+1001.4436 Software Engineering
+1001.4437 Logic in Computer Science
+1001.4438 Logic in Computer Science
+1001.4439 Lattice
+1001.4443 Solar and Stellar Astrophysics
+1001.4451 Molecular Networks
+1001.4455 Number Theory
+1001.4460 Probability
+1001.4463 Phenomenology
+1001.4465 Astrophysics of Galaxies
+1001.4467 Phenomenology
+1001.4473 High Energy Astrophysical Phenomena
+1001.4477
+1001.4483
+1001.4484 Analysis of PDEs
+1001.4488 Analysis of PDEs
+1001.4493 Hardware Architecture
+1001.4494 Optimization and Control
+1001.4503 High Energy Astrophysical Phenomena
+1001.4504 Algebraic Geometry
+1001.4510 Operator Algebras
+1001.4516 Physics and Society
+1001.4517 Strongly Correlated Electrons
+hep-ex/0011053 Experiment
+hep-ph/0606027 Phenomenology
+hep-th/0612115 Theory
+math/0605387 Dynamical Systems
+0705.1372
+0708.0728 Computational Physics
+0710.2901
+0803.2608 Quantitative Methods
+0805.4580 Dynamical Systems
+0805.4783 Computational Physics
+0806.0722 Statistical Mechanics
+0809.0613
+0809.2399 Algebraic Geometry
+0810.0097 Probability
+0810.0405 Atomic Physics
+0812.3463
+0903.4340 Theory
+0906.3815 Logic in Computer Science
+0907.2573 Soft Condensed Matter
+0907.3103 Operator Algebras
+0908.2428 Cosmology and Nongalactic Astrophysics
+0910.2773 Cosmology and Nongalactic Astrophysics
+0911.0915 Chaotic Dynamics
+0912.3685 Mesoscale and Nanoscale Physics
+0912.4688 Statistics Theory
+0912.5407 Adaptation and Self-Organizing Systems
+1001.4796 Solar and Stellar Astrophysics
+1002.0563 Materials Science
+1002.4365 K-Theory and Homology
+1003.1289 Probability
+1003.3238 Cosmology and Nongalactic Astrophysics
+1003.4403 Statistical Mechanics
+1004.1340 Superconductivity
+1004.2406
+1005.3441 Superconductivity
+1006.3077
+1006.3585 Data Structures and Algorithms
+1006.4166 Cosmology and Nongalactic Astrophysics
+1007.1058
+1007.1305 Statistical Mechanics
+1007.2856 Theory
+1007.4327 Classical Analysis and ODEs
+1007.4815 Cosmology and Nongalactic Astrophysics
+1008.0052
+1008.0623
+1008.1396 High Energy Astrophysical Phenomena
+1008.2197
+1008.2284
+1008.2412 Neural and Evolutionary Computing
+1008.3445
+1008.3587 Spectral Theory
+1009.0017 Theory
+1009.1465 Statistical Mechanics
+1009.2959 Phenomenology
+1009.3554 Phenomenology
+1009.5449 Superconductivity
+1010.1239 Tissues and Organs
+1010.2864 Quantum Gases
+1010.3926 Fluid Dynamics
+1010.5396
+1010.5767 Disordered Systems and Neural Networks
+1010.6023
+1011.2284 Statistical Mechanics
+1011.3472 Soft Condensed Matter
+1011.5098 Populations and Evolution
+1011.5104 Probability
+1011.6572 Experiment
+1012.0508 History and Overview
+1012.0606 Molecular Networks
+1012.0690 Statistics Theory
+1012.0736 Medical Physics
+1012.1065 Analysis of PDEs
+1012.1144 Number Theory
+1012.1329 Discrete Mathematics
+1012.1330 Discrete Mathematics
+1012.1332 Discrete Mathematics
+1012.1333 Discrete Mathematics
+1012.1338 Data Structures and Algorithms
+1012.1346 Classical Analysis and ODEs
+1012.1350 Combinatorics
+1012.1356 Mesoscale and Nanoscale Physics
+1012.1369 Classical Physics
+1012.1370 Learning
+1012.1384 Astrophysics of Galaxies
+1012.1389 Functional Analysis
+1012.1390 Functional Analysis
+1012.1392
+1012.1394 Commutative Algebra
+1012.1414 Methodology
+1012.1415 Category Theory
+1012.1416 Machine Learning
+1012.1417
+1012.1423 Methodology
+1012.1427 Analysis of PDEs
+1012.1433 Algebraic Topology
+1012.1435 Solar and Stellar Astrophysics
+1012.1436 Superconductivity
+1012.1446 Mesoscale and Nanoscale Physics
+1012.1449 Materials Science
+1012.1458
+1012.1459 Rings and Algebras
+1012.1465 Materials Science
+1012.1479 Methodology
+1012.1482
+1012.1486 Cosmology and Nongalactic Astrophysics
+1012.1489 Methodology
+1012.1496 Functional Analysis
+1012.1499 Cosmology and Nongalactic Astrophysics
+1012.1502 Computational Geometry
+1012.1504 Materials Science
+1012.1527 Earth and Planetary Astrophysics
+1012.1532 Formal Languages and Automata Theory
+1012.1534 Functional Analysis
+1012.1538 Algebraic Geometry
+1012.1547 Computer Science and Game Theory
+1012.1550 Combinatorics
+1012.1552 Artificial Intelligence
+1012.1555 Classical Analysis and ODEs
+1012.1563 Statistics Theory
+1012.1575 Accelerator Physics
+1012.1586 Solar and Stellar Astrophysics
+1012.1591 Cosmology and Nongalactic Astrophysics
+cond-mat/0701655 Mesoscale and Nanoscale Physics
+physics/0702106 Physics and Society
+quant-ph/0609165
+0704.2838 Quantum Algebra
+0708.3049
+0711.1035 Combinatorics
+0712.0155 Theory
+0712.1642 Statistical Mechanics
+0801.2397 Quantum Algebra
+0804.2822
+0806.0569 Category Theory
+0807.3436 Statistical Mechanics
+0808.1453 Statistical Mechanics
+0810.2385 Strongly Correlated Electrons
+0810.4186 Quantum Algebra
+0810.5174 Algebraic Topology
+0811.0639 Algebraic Geometry
+0812.1716 Quantum Algebra
+0812.4694
+0901.2199
+0902.0948 Theory
+0902.2444 Combinatorics
+0902.4258 Mesoscale and Nanoscale Physics
+0903.2519 Strongly Correlated Electrons
+0904.3362 Differential Geometry
+0905.0310 Cosmology and Nongalactic Astrophysics
+0905.0405 Theory
+0905.1504 Optics
+0905.2270
+0905.4229 Lattice
+0906.3647 Chaotic Dynamics
+0906.4809 Algebraic Geometry
+0907.1856 Statistical Mechanics
+0907.3852 Materials Science
+0908.0770 Astrophysics of Galaxies
+0908.1426 Phenomenology
+0908.2522
+0908.3163 Methodology
+0908.3844 Theory
+0908.3875 Theory
+0909.0683 Combinatorics
+0909.1270 Complex Variables
+0909.2134 Optics
+0909.2475
+0909.5149 Solar and Stellar Astrophysics
+0911.1724
+0911.2077 Probability
+0911.3457 Quantum Gases
+0911.5322
+0912.0401
+0912.4821 Rings and Algebras
+1001.0712 Materials Science
+1001.1492 Exactly Solvable and Integrable Systems
+1001.3142 Solar and Stellar Astrophysics
+1001.3751 Other Computer Science
+1002.1091 Strongly Correlated Electrons
+1002.1656 Materials Science
+1002.1856 Geophysics
+1002.4412 Solar and Stellar Astrophysics
+1002.4912 Mesoscale and Nanoscale Physics
+1003.0479 Mesoscale and Nanoscale Physics
+1003.4785 Numerical Analysis
+1003.5762 Differential Geometry
+1004.0354 Differential Geometry
+1004.0423 Exactly Solvable and Integrable Systems
+1004.0446 Physics and Society
+1004.0519
+1004.0704 Strongly Correlated Electrons
+1004.0706 Soft Condensed Matter
+1004.0707
+1004.0714 Rings and Algebras
+1004.0715 Number Theory
+1004.0723 Functional Analysis
+1004.0731 Number Theory
+1004.0738 Solar and Stellar Astrophysics
+1004.0742 Number Theory
+1004.0743 General Physics
+1004.0748 Rings and Algebras
+1004.0751 Exactly Solvable and Integrable Systems
+1004.0755 Computer Vision and Pattern Recognition
+1004.0761 Numerical Analysis
+1004.0766 Graphics
+1004.0775 Instrumentation and Detectors
+1004.0793 Optimization and Control
+1004.0797 Materials Science
+1004.0798 Information Theory
+1004.0799 Information Theory
+1004.0809 Phenomenology
+1004.0817 Computational Complexity
+1004.0826
+1004.0829 Commutative Algebra
+1004.0833 Commutative Algebra
+1004.0834 Soft Condensed Matter
+1004.0836 Earth and Planetary Astrophysics
+1004.0845 Mesoscale and Nanoscale Physics
+1004.0850 Biological Physics
+1004.0859 Strongly Correlated Electrons
+1004.0860 Functional Analysis
+1004.0864 Quantum Algebra
+1004.0870 Symplectic Geometry
+1004.0879 Classical Physics
+1004.0883 Biological Physics
+1004.0884 Phenomenology
+1004.0885 Statistical Mechanics
+1004.0889 Algebraic Topology
+1004.0891 Information Theory
+1004.0892 Information Theory
+1004.0905 Optimization and Control
+1004.0907 Information Theory
+1004.0908 Algebraic Geometry
+1004.0910
+1004.0911 Methodology
+1004.0912 Cosmology and Nongalactic Astrophysics
+1004.0914 Information Theory
+1004.0936 Solar and Stellar Astrophysics
+1004.0939 Phenomenology
+1004.0940 Dynamical Systems
+1004.0941 Strongly Correlated Electrons
+alg-geom/9707004 Algebraic Geometry
+cond-mat/0205567 Statistical Mechanics
+cond-mat/0608152 Statistical Mechanics
+hep-ph/0006332 Phenomenology
+hep-th/0005090 Theory
+hep-th/0006010 Theory
+hep-th/0006243 Theory
+hep-th/0007175 Theory
+hep-th/0009140 Theory
+hep-th/0012054 Theory
+hep-th/0107177 Theory
+hep-th/0109096 Theory
+hep-th/0202056 Theory
+hep-th/0203061 Theory
+hep-th/0211170 Theory
+hep-th/0301006 Theory
+hep-th/0303207 Theory
+hep-th/0304079 Theory
+hep-th/0304115 Theory
+hep-th/0308089 Theory
+hep-th/0312171 Theory
+hep-th/0403047 Theory
+hep-th/0406051 Theory
+hep-th/0406177 Theory
+hep-th/0409149 Theory
+hep-th/0409245 Theory
+hep-th/0501052 Theory
+hep-th/0503083 Theory
+hep-th/0503126 Theory
+hep-th/0512039 Theory
+hep-th/0602145 Theory
+hep-th/0605206 Theory
+hep-th/0609018 Theory
+hep-th/9108004 Theory
+hep-th/9201056 Theory
+hep-th/9204083 Theory
+hep-th/9206078 Theory
+hep-th/9207094 Theory
+hep-th/9208027 Theory
+hep-th/9210065 Theory
+hep-th/9301042 Theory
+hep-th/9303067 Theory
+hep-th/9304026 Theory
+hep-th/9307038 Theory
+hep-th/9310112 Theory
+hep-th/9403054 Theory
+hep-th/9403195 Theory
+hep-th/9404184 Theory
+hep-th/9407087 Theory
+hep-th/9408074 Theory
+hep-th/9408099 Theory
+hep-th/9409111 Theory
+hep-th/9409188 Theory
+hep-th/9410052 Theory
+hep-th/9411102 Theory
+hep-th/9503124 Theory
+hep-th/9503212 Theory
+hep-th/9505053 Theory
+hep-th/9505186 Theory
+hep-th/9506101 Theory
+hep-th/9507050 Theory
+hep-th/9510101 Theory
+hep-th/9510135 Theory
+hep-th/9510169 Theory
+hep-th/9510209 Theory
+hep-th/9511030 Theory
+hep-th/9511154 Theory
+hep-th/9512219 Theory
+hep-th/9601036 Theory
+hep-th/9602070 Theory
+hep-th/9603003 Theory
+hep-th/9603142 Theory
+hep-th/9603150 Theory
+hep-th/9604030 Theory
+hep-th/9605184 Theory
+hep-th/9606122 Theory
+hep-th/9607091 Theory
+hep-th/9609122 Theory
+hep-th/9609159 Theory
+hep-th/9610234 Theory
+hep-th/9611230 Theory
+hep-th/9612216 Theory
+hep-th/9701162 Theory
+hep-th/9703166 Theory
+hep-th/9706109 Theory
+hep-th/9707093 Theory
+hep-th/9709193 Theory
+hep-th/9711053 Theory
+hep-th/9712028 Theory
+hep-th/9802150 Theory
+hep-th/9803131 Theory
+hep-th/9805112 Theory
+hep-th/9807080 Theory
+hep-th/9807109 Theory
+hep-th/9807205 Theory
+hep-th/9810188 Theory
+hep-th/9811048 Theory
+hep-th/9812012 Theory
+hep-th/9901021 Theory
+hep-th/9902098 Theory
+hep-th/9903224 Theory
+hep-th/9905104 Theory
+hep-th/9906070 Theory
+hep-th/9907041 Theory
+hep-th/9908142 Theory
+hep-th/9909229 Theory
+hep-th/9910205 Theory
+hep-th/9910245 Theory
+hep-th/9912086 Theory
+hep-th/9912279 Theory
+math/0309379 Number Theory
+math/0511531 Algebraic Geometry
+math/0602096 Algebraic Geometry
+math/9404229 History and Overview
+nlin/0406050 Exactly Solvable and Integrable Systems
+0707.0874
+0708.0580 Formal Languages and Automata Theory
+0708.3370 Soft Condensed Matter
+0710.2137
+0803.0107 Commutative Algebra
+0806.3063
+0807.2490
+0812.4788 Analysis of PDEs
+0901.4522
+0903.0651 Complex Variables
+0903.1363
+0903.1979 Neurons and Cognition
+0904.2848 Number Theory
+0908.4526 Statistical Mechanics
+0909.2929 Probability
+0910.2742 Spectral Theory
+0911.4245
+0912.3286 Mesoscale and Nanoscale Physics
+0912.3844 Classical Analysis and ODEs
+0912.4363
+1001.2858 Soft Condensed Matter
+1001.4194 Mesoscale and Nanoscale Physics
+1002.2865 Disordered Systems and Neural Networks
+1002.3616 Theory
+1003.1979 Superconductivity
+1003.2071 Quantum Gases
+1003.2757 Quantum Gases
+1003.3247 Fluid Dynamics
+1004.0638 Materials Science
+1004.4968 Information Theory
+1005.0619
+1005.3352 Theory
+1005.3625
+1005.5088 Mesoscale and Nanoscale Physics
+1005.5550 Atomic Physics
+1006.2251 Superconductivity
+1006.4798 Quantum Gases
+1006.4865 Mesoscale and Nanoscale Physics
+1007.2179 Superconductivity
+1007.2478 Functional Analysis
+1007.2709
+1007.2901 Statistical Mechanics
+1007.3125 Optimization and Control
+1007.5342
+1008.0493 Instrumentation and Methods for Astrophysics
+1008.0873 Solar and Stellar Astrophysics
+1008.0874 History and Overview
+1008.0881 Pattern Formation and Solitons
+1008.0884 Geometric Topology
+1008.0888 Representation Theory
+1008.0889 Superconductivity
+1008.0890 Instrumentation and Methods for Astrophysics
+1008.0891 Differential Geometry
+1008.0892 Quantum Algebra
+1008.0903 Operator Algebras
+1008.0905
+1008.0906 Phenomenology
+1008.0907 Phenomenology
+1008.0909 Programming Languages
+1008.0913 Probability
+1008.0915 Computational Complexity
+1008.0916 Geometric Topology
+1008.0919 Information Theory
+1008.0923 Phenomenology
+1008.0924
+1008.0928 Probability
+1008.0936
+1008.0937 Materials Science
+1008.0939 Soft Condensed Matter
+1008.0940
+1008.0941 Multiagent Systems
+1008.0944 Mesoscale and Nanoscale Physics
+1008.0945 Phenomenology
+1008.0947 Cosmology and Nongalactic Astrophysics
+1008.0950 Biological Physics
+1008.0953 Biological Physics
+1008.0964 Metric Geometry
+1008.0968 Cryptography and Security
+1008.0973 Differential Geometry
+1008.0975 Classical Physics
+1008.0976 Classical Physics
+1008.0979
+1008.0980 Quantum Algebra
+1008.0985 Theory
+1008.0986 Mesoscale and Nanoscale Physics
+1008.1000 Number Theory
+1008.1007 Geometric Topology
+1008.1011 Classical Analysis and ODEs
+1008.1012 Commutative Algebra
+1008.1013 Strongly Correlated Electrons
+1008.1020 Optimization and Control
+1008.1022 Soft Condensed Matter
+1008.1025 Probability
+1008.1028
+1008.1030 Numerical Analysis
+1008.1032 General Finance
+1008.1037 Combinatorics
+1008.1042 Dynamical Systems
+1008.1051 Computational Geometry
+1008.1053 Computational Geometry
+math/0205170 Algebraic Topology
+math/0409308 Differential Geometry
+math/0609283 Number Theory
+nucl-th/0009048
+quant-ph/0203142
+quant-ph/0411045
+0704.1433 Computational Finance
+0705.1980 Group Theory
+0705.4681 Group Theory
+0708.1930 Probability
+0709.4173 General Mathematics
+0711.2463
+0802.3643 Other Condensed Matter
+0802.4097 Other Condensed Matter
+0803.2722 Combinatorics
+0804.1335 Combinatorics
+0806.0664
+0806.3131 Combinatorics
+0811.1186 Phenomenology
+0811.1233 Other Condensed Matter
+0812.1058 Mesoscale and Nanoscale Physics
+0812.3954 Algebraic Topology
+0901.2611 Differential Geometry
+0902.0329 Strongly Correlated Electrons
+0902.3726 Theory
+0902.4178 Statistical Mechanics
+0903.0048 Analysis of PDEs
+0903.1780 Analysis of PDEs
+0903.2954 Statistical Mechanics
+0903.3808
+0904.1878 Phenomenology
+0905.1275 Probability
+0905.1933 Classical Analysis and ODEs
+0905.2629 Pattern Formation and Solitons
+0906.0874 Differential Geometry
+0906.3011 Theory
+0907.0877 Formal Languages and Automata Theory
+0907.2559 Materials Science
+0907.3077 Quantum Gases
+0907.3390 Instrumentation and Methods for Astrophysics
+0907.4365 Number Theory
+0907.4636 Mesoscale and Nanoscale Physics
+0907.4942 Theory
+0908.0057 Theory
+0908.2021 Solar and Stellar Astrophysics
+0908.2870 Strongly Correlated Electrons
+0909.3402 Combinatorics
+0909.5131 Optics
+0909.5391
+0909.5447 K-Theory and Homology
+0910.0393 Statistical Mechanics
+0910.0801 History and Overview
+0910.1549
+0910.2435 Phenomenology
+0910.3634 Superconductivity
+0910.4065
+0910.4245 Solar and Stellar Astrophysics
+0910.4651
+0910.5457 Theory
+0910.5545 Phenomenology
+0910.5565
+0910.5588 Instrumentation and Detectors
+0911.1207 Theory
+0911.3400 Cosmology and Nongalactic Astrophysics
+0911.4057 Superconductivity
+0911.5466
+0912.1686 Combinatorics
+0912.1694 Probability
+0912.2798 History and Overview
+0912.4106 Materials Science
+1001.0297
+1001.1058 Cosmology and Nongalactic Astrophysics
+1001.2357 History and Overview
+1001.3702 Metric Geometry
+1002.0187 High Energy Astrophysical Phenomena
+1002.0378 Computer Science and Game Theory
+1002.0870 Differential Geometry
+1002.0969 Representation Theory
+1002.1072 Strongly Correlated Electrons
+1002.1088 Theory
+1002.1089 Combinatorics
+1002.1092 Computational Geometry
+1002.1094 Mesoscale and Nanoscale Physics
+1002.1095 Computation and Language
+1002.1099 Human-Computer Interaction
+1002.1100 Populations and Evolution
+1002.1102 Computational Physics
+1002.1103 Astrophysics of Galaxies
+1002.1104 Databases
+1002.1108 Differential Geometry
+1002.1115 Astrophysics of Galaxies
+1002.1121 Probability
+1002.1125 Analysis of PDEs
+1002.1126 Analysis of PDEs
+1002.1127 Analysis of PDEs
+1002.1131 Cosmology and Nongalactic Astrophysics
+1002.1135
+1002.1137 Instrumentation and Methods for Astrophysics
+1002.1138 Combinatorics
+1002.1139 Classical Analysis and ODEs
+1002.1140 Optimization and Control
+1002.1143 Databases
+1002.1144 Learning
+1002.1146 Networking and Internet Architecture
+1002.1148 Computer Vision and Pattern Recognition
+1002.1149 Performance
+1002.1150 Databases
+1002.1151 Networking and Internet Architecture
+1002.1152 Networking and Internet Architecture
+1002.1153 K-Theory and Homology
+1002.1154 Performance
+1002.1157 Artificial Intelligence
+1002.1159 Databases
+1002.1160 Cryptography and Security
+1002.1161 Functional Analysis
+1002.1162 Networking and Internet Architecture
+1002.1163 Cryptography and Security
+1002.1164 Neural and Evolutionary Computing
+1002.1166 Multimedia
+1002.1167 Numerical Analysis
+1002.1168 Multimedia
+1002.1171 Astrophysics of Galaxies
+1002.1173 Instrumentation and Methods for Astrophysics
+1002.1174 Cryptography and Security
+1002.1175 Number Theory
+1002.1176 Neural and Evolutionary Computing
+1002.1178 Networking and Internet Architecture
+1002.1179 Networking and Internet Architecture
+1002.1180 Classical Analysis and ODEs
+1002.1181 Computers and Society
+1002.1184 Neural and Evolutionary Computing
+1002.1185 Databases
+1002.1186 Networking and Internet Architecture
+1002.1188 Software Engineering
+1002.1191 Information Theory
+1002.1192 Combinatorics
+1002.1193 Other Computer Science
+1002.1194 Instrumentation and Methods for Astrophysics
+1002.1195 Multimedia
+1002.1196 Populations and Evolution
+1002.1198 Other Computer Science
+1002.1199 Software Engineering
+1002.1201 Other Computer Science
+1002.1206 Classical Physics
+1002.1208 Astrophysics of Galaxies
+1002.1212 Probability
+1002.1220 Astrophysics of Galaxies
+1002.1223
+1002.1224 Astrophysics of Galaxies
+1002.1225 Phenomenology
+1002.1226 Fluid Dynamics
+1002.1227 Statistical Mechanics
+1002.1230 Statistical Mechanics
+1002.1236 Group Theory
+1002.1238 Classical Physics
+1002.1240 Functional Analysis
+1002.1241 Optics
+1002.1245 Astrophysics of Galaxies
+1002.1247 Machine Learning
+1002.1252 Astrophysics of Galaxies
+1002.1253
+1002.1256 Combinatorics
+1002.1259 Astrophysics of Galaxies
+1002.1261 High Energy Astrophysical Phenomena
+1002.1262 Astrophysics of Galaxies
+1002.1265 Group Theory
+1002.1266 Group Theory
+1002.1269 Astrophysics of Galaxies
+1002.1273 Strongly Correlated Electrons
+1002.1276 Astrophysics of Galaxies
+1002.1277 Astrophysics of Galaxies
+1002.1279 Analysis of PDEs
+1002.1283 Mesoscale and Nanoscale Physics
+1002.1289 Phenomenology
+1002.1294 Analysis of PDEs
+1002.1296 Geometric Topology
+1002.1303 Experiment
+math/0404326 Differential Geometry
+math/0506535 Group Theory
+math/0607741 Group Theory
+math/0610366 Analysis of PDEs
+math/0612482 Rings and Algebras
+math/0612765 Representation Theory
+0704.1066 Numerical Analysis
+0704.1891 Geometric Topology
+0704.3698 Algebraic Geometry
+0705.0118 Rings and Algebras
+0706.0632 Symplectic Geometry
+0707.3108 Representation Theory
+0709.0667 Algebraic Geometry
+0710.2521 General Topology
+0801.0258 Computational Geometry
+0804.3459 Information Theory
+0807.0434 Geometric Topology
+0808.0277 Group Theory
+0809.2472 Phenomenology
+0810.0337 Statistical Mechanics
+0901.2903 Information Theory
+0901.3563
+0902.2202 Quantum Algebra
+0903.5232 Category Theory
+0904.3193 Mesoscale and Nanoscale Physics
+0905.2335 Quantum Algebra
+0906.4972 Logic
+0907.0726 Data Structures and Algorithms
+0907.1114
+0907.2970 Phenomenology
+0907.4399 Superconductivity
+0907.5236 Probability
+0908.4575 Chaotic Dynamics
+0909.2670 Algebraic Geometry
+0909.5672 Functional Analysis
+0910.3544 Combinatorics
+0910.4439 Exactly Solvable and Integrable Systems
+0911.0197 Superconductivity
+0911.2304 Phenomenology
+0911.2648 Strongly Correlated Electrons
+0911.3822 Classical Physics
+0911.5239 Optimization and Control
+0911.5633 Quantum Gases
+0912.1179
+0912.1254 Quantum Gases
+0912.3849
+1001.2000 Mesoscale and Nanoscale Physics
+1001.2327 Information Theory
+1001.3416 Theory
+1001.3634
+1001.3905 Strongly Correlated Electrons
+1001.4298 Information Theory
+1002.2200 Optics
+1002.2304 Strongly Correlated Electrons
+1002.4302 Algebraic Topology
+1003.1856 Soft Condensed Matter
+1003.2890 Strongly Correlated Electrons
+1003.4558
+1004.1457 Phenomenology
+1004.1465 Quantum Gases
+1004.3324
+1004.5137 Soft Condensed Matter
+1005.1116
+1005.1141 Logic in Computer Science
+1005.4237 Dynamical Systems
+1005.4853 Information Theory
+1005.5024 Metric Geometry
+1005.5595 Rings and Algebras
+1005.5636 Instrumentation and Methods for Astrophysics
+1005.5644
+1006.0053 Representation Theory
+1006.0193 Networking and Internet Architecture
+1006.0201 Computational Physics
+1006.0228 Cosmology and Nongalactic Astrophysics
+1006.0235 Optics
+1006.0236 Materials Science
+1006.0245 Information Theory
+1006.0246 Astrophysics of Galaxies
+1006.0247 Cryptography and Security
+1006.0258 Geometric Topology
+1006.0260 Instrumentation and Detectors
+1006.0263 Optics
+1006.0269 Representation Theory
+1006.0274 Artificial Intelligence
+1006.0277 Information Theory
+1006.0290 Group Theory
+1006.0291 Computational Geometry
+1006.0297 Optics
+1006.0300
+1006.0301 Exactly Solvable and Integrable Systems
+1006.0303 General Physics
+1006.0308 Distributed, Parallel, and Cluster Computing
+1006.0310 Optimization and Control
+1006.0312 Information Theory
+1006.0314 Experiment
+1006.0319 Mesoscale and Nanoscale Physics
+1006.0330 Information Theory
+1006.0334 Information Theory
+1006.0335 High Energy Astrophysical Phenomena
+1006.0343 Materials Science
+1006.0350 Chaotic Dynamics
+1006.0351 Statistical Mechanics
+1006.0355 Information Theory
+1006.0356 Chemical Physics
+1006.0357 Quantum Gases
+1006.0358 Biological Physics
+1006.0373
+1006.0375 Information Theory
+1006.0378 Numerical Analysis
+1006.0382 Number Theory
+1006.0385 Artificial Intelligence
+1006.0391 Mesoscale and Nanoscale Physics
+1006.0392 Numerical Analysis
+1006.0393 Logic in Computer Science
+1006.0394 Computational Complexity
+1006.0395 Logic in Computer Science
+1006.0396 Logic in Computer Science
+1006.0397 Logic in Computer Science
+1006.0399 Computational Complexity
+1006.0400 Computational Complexity
+1006.0401 Mathematical Software
+1006.0402 Computational Complexity
+1006.0403 Logic in Computer Science
+1006.0404 Mathematical Software
+1006.0405 Numerical Analysis
+1006.0406 Computational Complexity
+1006.0414 Strongly Correlated Electrons
+1006.0419 Instrumentation and Methods for Astrophysics
+1006.0429 Phenomenology
+1006.0437 Strongly Correlated Electrons
+1006.0438 Differential Geometry
+1006.0443 Combinatorics
+1006.0445 Experiment
+1006.0448 Neural and Evolutionary Computing
+1006.0461
+1006.0463
+1006.0465 Algebraic Geometry
+1006.0466 Number Theory
+1006.0468
+1006.0474 Combinatorics
+alg-geom/9502027 Algebraic Geometry
+alg-geom/9502028 Algebraic Geometry
+gr-qc/0103001
+math/0008218 Differential Geometry
+math/0403429 Group Theory
+math/0411470 Geometric Topology
+math/0512538 Representation Theory
+math/0601023 Algebraic Geometry
+math/0606387 Representation Theory
+math/0612559 Algebraic Geometry
+math/0612561 Algebraic Geometry
+math/0703296 Algebraic Geometry
+math/9904053 Geometric Topology
+0706.2661
+0708.1012 Atomic Physics
+0708.3591 Spectral Theory
+0708.3594 Spectral Theory
+0708.3595 Complex Variables
+0709.4283 Atomic Physics
+0710.0150 Soft Condensed Matter
+0711.3163 Representation Theory
+0712.0706 Differential Geometry
+0712.3590 Mesoscale and Nanoscale Physics
+0802.4240 Phenomenology
+0803.0973 Number Theory
+0804.0722 Data Structures and Algorithms
+0804.0735 Data Structures and Algorithms
+0804.2320 Spectral Theory
+0805.0478 Mesoscale and Nanoscale Physics
+0805.2282
+0805.3056
+0806.3182
+0806.3587 Analysis of PDEs
+0806.3790 Differential Geometry
+0807.1877
+0807.3010 Classical Analysis and ODEs
+0808.2808 Theory
+0809.0974 Computation
+0809.2055
+0809.2479 Algebraic Geometry
+0809.4839 Discrete Mathematics
+0810.0538 Mesoscale and Nanoscale Physics
+0810.0940 Probability
+0810.2221 Atomic Physics
+0810.2361 Quantum Algebra
+0810.2783
+0812.1470 Algebraic Geometry
+0812.4353 Probability
+0901.0437 Strongly Correlated Electrons
+0901.2365 Analysis of PDEs
+0901.4640 Dynamical Systems
+0902.0374 Materials Science
+0902.4771 Complex Variables
+0903.4928 Probability
+0903.5023 Soft Condensed Matter
+0904.0860 General Physics
+0904.1501
+0904.3848 Rings and Algebras
+0904.4823 Phenomenology
+0905.1861 Complex Variables
+0905.2108 Theory
+0905.2749 Algebraic Geometry
+0905.2963 Quantum Gases
+0906.0862 Data Structures and Algorithms
+0906.1359 Data Structures and Algorithms
+0906.1453
+0906.2903 Differential Geometry
+0906.3462 Fluid Dynamics
+0906.4738 Mesoscale and Nanoscale Physics
+0906.4916 Operator Algebras
+0906.5225 Fluid Dynamics
+0907.1745 Strongly Correlated Electrons
+0907.4166 Computer Science and Game Theory
+0908.0321
+0908.0425 Cosmology and Nongalactic Astrophysics
+0908.0968 Data Structures and Algorithms
+0908.1851 Algebraic Geometry
+0908.2134
+0908.2266 Representation Theory
+0908.3629 Probability
+0909.1459 Instrumentation and Methods for Astrophysics
+0909.3068
+0909.4656 Strongly Correlated Electrons
+0909.5433 Statistical Mechanics
+0910.0027 Superconductivity
+0910.3635 Soft Condensed Matter
+0911.0088 Materials Science
+0911.1621 Mesoscale and Nanoscale Physics
+0911.2376 Quantum Gases
+0912.0775 Optics
+0912.2017
+0912.2361 Theory
+0912.4239
+0912.4640
+1001.2710 Statistical Mechanics
+1001.2910 Number Theory
+1001.3497 Software Engineering
+1001.4255 Logic in Computer Science
+1001.4803 Cosmology and Nongalactic Astrophysics
+1001.5152
+1001.5154 Superconductivity
+1002.2286 Instrumentation and Methods for Astrophysics
+1002.2385 Networking and Internet Architecture
+1002.2573 Pricing of Securities
+1002.3389
+1002.3539 Probability
+1002.3864 Computational Complexity
+1002.3996 Software Engineering
+1002.4373 Number Theory
+1003.0650 Mesoscale and Nanoscale Physics
+1003.1505 Mesoscale and Nanoscale Physics
+1003.1682 Software Engineering
+1003.1993 Cell Behavior
+1003.2018
+1003.3408 Algebraic Geometry
+1003.3704 Computational Complexity
+1003.3706 Atomic Physics
+1003.4077 Software Engineering
+1003.4517 Strongly Correlated Electrons
+1003.4853 Classical Analysis and ODEs
+1003.5231 Mesoscale and Nanoscale Physics
+1003.5233 Instrumentation and Detectors
+1003.5237 Differential Geometry
+1003.5241 Astrophysics of Galaxies
+1003.5246 General Physics
+1003.5248 Functional Analysis
+1003.5251 Phenomenology
+1003.5252 Number Theory
+1003.5254 Probability
+1003.5263 Numerical Analysis
+1003.5266 Chaotic Dynamics
+1003.5268 Geometric Topology
+1003.5269 Complex Variables
+1003.5270 Materials Science
+1003.5274 Superconductivity
+1003.5275 Rings and Algebras
+1003.5279 Quantum Algebra
+1003.5280 Representation Theory
+1003.5286 Functional Analysis
+1003.5288 Cellular Automata and Lattice Gases
+1003.5290 Numerical Analysis
+1003.5296 Cosmology and Nongalactic Astrophysics
+1003.5297 Geophysics
+1003.5300 Geophysics
+1003.5302 Analysis of PDEs
+1003.5307 Differential Geometry
+1003.5308 Solar and Stellar Astrophysics
+1003.5316 Number Theory
+1003.5318 High Energy Astrophysical Phenomena
+1003.5320 Computer Vision and Pattern Recognition
+1003.5325 Human-Computer Interaction
+1003.5328 Computer Science and Game Theory
+1003.5336 Number Theory
+1003.5342 Distributed, Parallel, and Cluster Computing
+1003.5344 Materials Science
+1003.5345 Information Theory
+1003.5349 Numerical Analysis
+1003.5353 Rings and Algebras
+1003.5355 Group Theory
+1003.5362 Combinatorics
+1003.5363 Logic in Computer Science
+1003.5366
+1003.5368 Combinatorics
+1003.5370 Pattern Formation and Solitons
+1003.5371 Solar and Stellar Astrophysics
+1003.5372 Computation and Language
+1003.5373 Geophysics
+1003.5375 Analysis of PDEs
+1003.5377 Group Theory
+1003.5378 Materials Science
+1003.5379 Differential Geometry
+1003.5383 Cryptography and Security
+1003.5385 Cryptography and Security
+1003.5390 Number Theory
+1003.5392 Geometric Topology
+1003.5393 Materials Science
+1003.5398 Commutative Algebra
+1003.5411 Atmospheric and Oceanic Physics
+1003.5413 Networking and Internet Architecture
+1003.5416 Quantum Algebra
+1003.5420 Rings and Algebras
+1003.5421
+1003.5422 Statistical Mechanics
+1003.5423
+1003.5427 Materials Science
+1003.5428 Materials Science
+1003.5430 Mesoscale and Nanoscale Physics
+1003.5436 Superconductivity
+1003.5441 Mesoscale and Nanoscale Physics
+1003.5446 Physics and Society
+1003.5449
+1003.5455 Software Engineering
+1003.5456 Functional Analysis
+1003.5458 Discrete Mathematics
+1003.5461 Data Structures and Algorithms
+1003.5465 Physics and Society
+1003.5476 Optics
+1003.5482 Soft Condensed Matter
+1003.5491 Algebraic Topology
+1003.5493 Dynamical Systems
+1003.5496 Operator Algebras
+1003.5497 Cosmology and Nongalactic Astrophysics
+1003.5509 Cryptography and Security
+1003.5511 Logic in Computer Science
+1003.5512 Logic in Computer Science
+1003.5515 Logic in Computer Science
+1003.5519 Atomic Physics
+1003.5521 Probability
+1003.5522 Algebraic Geometry
+1003.5525 Operating Systems
+1003.5531 Algebraic Geometry
+1003.5534 Theory
+1003.5535 Quantitative Methods
+1003.5539 Applications
+1003.5545
+1003.5550 General Mathematics
+1003.5552 Category Theory
+1003.5553 Cosmology and Nongalactic Astrophysics
+1003.5555 Solar and Stellar Astrophysics
+1003.5557 Neurons and Cognition
+1003.5561 Combinatorics
+1003.5565 Metric Geometry
+1003.5571 Earth and Planetary Astrophysics
+1003.5573 Optics
+1003.5574 Experiment
+1003.5580 Atomic Physics
+1003.5589 Complex Variables
+1003.5593 Theory
+1003.5598 Quantum Algebra
+1003.5605 Combinatorics
+1003.5609
+1003.5619 Networking and Internet Architecture
+1003.5620 Soft Condensed Matter
+1003.5629 Other Computer Science
+1003.5631 Other Computer Science
+1003.5633 Other Computer Science
+1003.5635 Other Computer Science
+1003.5638 Probability
+1003.5644 Differential Geometry
+cond-mat/0506116 Statistical Mechanics
+cond-mat/0506162 Superconductivity
+cond-mat/0509337 Superconductivity
+cs/0611109 Information Theory
+gr-qc/0604088
+hep-ph/0409337 Phenomenology
+math/0411574 Commutative Algebra
+math/0603338 Algebraic Geometry
+math/0603660 Classical Analysis and ODEs
+math/0610293 Quantum Algebra
+math/0610513 Differential Geometry
+math/0611478 Algebraic Geometry
+math/0611633 Classical Analysis and ODEs
+math/0702558 Commutative Algebra
+quant-ph/9911111
+0704.3704
+0704.3757
+0706.2740 Geometric Topology
+0709.3864 Metric Geometry
+0801.0126 Theory
+0802.0291
+0804.2525 Plasma Physics
+0804.3761 Complex Variables
+0804.4512 Probability
+0805.3476 Probability
+0805.3779 Strongly Correlated Electrons
+0805.4354 Geometric Topology
+0806.3391 Theory
+0807.0488 Superconductivity
+0808.0191 Strongly Correlated Electrons
+0809.0364 Superconductivity
+0809.4700 Atomic Physics
+0810.2908 Materials Science
+0810.3255 Analysis of PDEs
+0811.2019 Materials Science
+0811.2176
+0811.4498 Strongly Correlated Electrons
+0812.1678
+0812.3775 Experiment
+0812.4968 Populations and Evolution
+0901.3194 Cosmology and Nongalactic Astrophysics
+0901.3527
+0901.3890 Analysis of PDEs
+0901.4798 Cryptography and Security
+0901.4814 Cryptography and Security
+0902.1161 Theory
+0902.3053
+0902.3728 Physics and Society
+0902.3802 Phenomenology
+0903.2144 Complex Variables
+0904.2089
+0904.4131 Trading and Market Microstructure
+0905.0197 Artificial Intelligence
+0905.1969 Commutative Algebra
+0905.2038 Experiment
+0905.3321 Statistics Theory
+0906.1880 Classical Analysis and ODEs
+0906.3449 Optics
+0906.4157 Differential Geometry
+0907.0254
+0907.1428 Experiment
+0907.2513 Classical Physics
+0907.2566 Category Theory
+0908.1555 Statistical Finance
+0908.1731 Solar and Stellar Astrophysics
+0908.3054 Strongly Correlated Electrons
+0908.3559 Mesoscale and Nanoscale Physics
+0909.0191
+0909.0295
+0909.0479 Superconductivity
+0909.1739
+0909.1938 Other Condensed Matter
+0909.2641 Phenomenology
+0909.3694 Materials Science
+0909.3723 Strongly Correlated Electrons
+0909.3735 Superconductivity
+0909.3825 Quantum Gases
+0909.4586 Strongly Correlated Electrons
+0909.5283
+0910.0094 Numerical Analysis
+0910.0551
+0910.1279
+0910.1345 Theory
+0910.1470 Theory
+0910.1526 Theory
+0910.1535 Phenomenology
+0910.2125
+0910.2302
+0910.3955 Algebraic Geometry
+0910.4549
+0910.4918 Quantum Gases
+0910.5922 Theory
+0911.0423 Cosmology and Nongalactic Astrophysics
+0911.5215 Fluid Dynamics
+0911.5282 Superconductivity
+0911.5478 Number Theory
+0911.5558 Statistical Mechanics
+0912.1471 Dynamical Systems
+0912.1657 Soft Condensed Matter
+0912.3084 Disordered Systems and Neural Networks
+0912.4468 Theory
+0912.4494
+0912.5011 Statistical Mechanics
+1001.0249 History and Overview
+1001.0719 Instrumentation and Methods for Astrophysics
+1001.0954 Classical Physics
+1001.1060
+1001.1166 Soft Condensed Matter
+1001.1172 Computers and Society
+1001.1176 Theory
+1001.1180
+1001.1184 Pricing of Securities
+1001.1185 Numerical Analysis
+1001.1186 Commutative Algebra
+1001.1188 Representation Theory
+1001.1193 Dynamical Systems
+1001.1199 Digital Libraries
+1001.1204 Mesoscale and Nanoscale Physics
+1001.1214 Information Theory
+1001.1215 Formal Languages and Automata Theory
+1001.1221 Computer Vision and Pattern Recognition
+1001.1224 Other Condensed Matter
+1001.1232 Computers and Society
+1001.1236 Rings and Algebras
+1001.1238
+1001.1244 High Energy Astrophysical Phenomena
+1001.1247 Analysis of PDEs
+1001.1254 Classical Physics
+1001.1256 Solar and Stellar Astrophysics
+1001.1265 Soft Condensed Matter
+1001.1271 Dynamical Systems
+1001.1272 High Energy Astrophysical Phenomena
+1001.1275 Astrophysics of Galaxies
+1001.1280 Representation Theory
+1001.1286 Mesoscale and Nanoscale Physics
+1001.1290 Strongly Correlated Electrons
+1001.1297 Computation
+1001.1298 Information Theory
+1001.1299 Adaptation and Self-Organizing Systems
+1001.1301 Optics
+1001.1303 Cosmology and Nongalactic Astrophysics
+1001.1305 Instrumentation and Detectors
+1001.1308 Computers and Society
+1001.1312 Physics and Society
+1001.1315 Computers and Society
+1001.1317 Physics and Society
+1001.1319 Materials Science
+1001.1320 Information Retrieval
+1001.1322
+1001.1326 Mesoscale and Nanoscale Physics
+1001.1328 Materials Science
+1001.1338 Optimization and Control
+1001.1343 Superconductivity
+cs/0307007 Distributed, Parallel, and Cluster Computing
+cs/0407036 Data Structures and Algorithms
+hep-ex/0007036 Experiment
+hep-ex/0011075 Experiment
+hep-ex/0108014 Experiment
+hep-ex/0212006 Experiment
+hep-ph/0108088 Phenomenology
+hep-ph/0406239 Phenomenology
+hep-ph/9402299 Phenomenology
+hep-th/0409191 Theory
+math/0212069 Analysis of PDEs
+math/0609059 Differential Geometry
+nucl-ex/0003007
+nucl-ex/0008010
+nucl-ex/0101008
+nucl-ex/0103015
+nucl-ex/0108009
+nucl-ex/0205021
+nucl-ex/0206012
+nucl-ex/0210015
+nucl-ex/0210036
+nucl-ex/0211002
+nucl-ex/0304017
+nucl-ex/0405029
+nucl-ex/0510039
+nucl-ex/0510042
+nucl-ex/0602008
+nucl-ex/0608025
+nucl-ex/9802004
+nucl-ex/9808007
+nucl-ex/9910008
+quant-ph/0404076
+quant-ph/0406145
+0707.2064
+0707.3744
+0708.1949
+0708.2621 Instrumentation and Detectors
+0708.3460 Materials Science
+0709.0114
+0709.0465
+0801.3193 Experiment
+0802.0527 Numerical Analysis
+0803.2232
+0803.4430 Other Condensed Matter
+0805.4173
+0805.4779
+0807.3141
+0809.0039
+0809.1279
+0809.3008
+0810.3553 Phenomenology
+0810.4344 Theory
+0810.5559 Dynamical Systems
+0811.3186 Representation Theory
+0811.3993
+0812.1012 Data Structures and Algorithms
+0812.2351 Strongly Correlated Electrons
+0901.0561 Theory
+0901.1084 Probability
+0901.1422 Operator Algebras
+0901.3248
+0901.3614 Solar and Stellar Astrophysics
+0901.4271 Materials Science
+0902.1181 Astrophysics of Galaxies
+0902.2782 Cosmology and Nongalactic Astrophysics
+0902.2813
+0902.3714 Methodology
+0903.2781 Algebraic Geometry
+0903.4238 Quantum Algebra
+0903.4682 Cosmology and Nongalactic Astrophysics
+0903.4841 Theory
+0904.0257 Superconductivity
+0904.2192 Mesoscale and Nanoscale Physics
+0905.0877 Statistical Mechanics
+0905.2765 Cosmology and Nongalactic Astrophysics
+0905.2865 Classical Physics
+0906.0341 Cosmology and Nongalactic Astrophysics
+0906.1324 Phenomenology
+0906.2285 Strongly Correlated Electrons
+0906.2989 Functional Analysis
+0906.3310 Mesoscale and Nanoscale Physics
+0907.0092 Solar and Stellar Astrophysics
+0907.3309 Disordered Systems and Neural Networks
+0907.5163 Materials Science
+0907.5586
+0908.2302 Theory
+0908.2679
+0908.2976 Quantum Gases
+0908.4258 Materials Science
+0909.1396 Statistical Mechanics
+0909.1477 Materials Science
+0909.3887 Phenomenology
+0909.4430 Superconductivity
+0910.0206 Fluid Dynamics
+0910.2476 Mesoscale and Nanoscale Physics
+0910.2719 Materials Science
+0910.4594
+0910.5925
+0911.2837 Statistical Mechanics
+0911.4324 Theory
+0911.5024 Algebraic Geometry
+0911.5668 Probability
+0912.1459 Chemical Physics
+0912.3380 Phenomenology
+0912.3787 High Energy Astrophysical Phenomena
+1001.0949
+1001.1395 Solar and Stellar Astrophysics
+1001.1713 Chemical Physics
+1001.2766 Information Theory
+1001.3819 Solar and Stellar Astrophysics
+1001.3981 Group Theory
+1001.4801 Phenomenology
+1001.4802 Statistics Theory
+1001.4804
+1001.4806 Mesoscale and Nanoscale Physics
+1001.4810 Theory
+1001.4812 Phenomenology
+1001.4826 Probability
+1001.4838 Instrumentation and Methods for Astrophysics
+1001.4840 Earth and Planetary Astrophysics
+1001.4845 Molecular Networks
+1001.4846 Algebraic Geometry
+1001.4848 Analysis of PDEs
+1001.4850 Biological Physics
+1001.4852 General Mathematics
+1001.4853 Algebraic Geometry
+1001.4862 Dynamical Systems
+1001.4863 Spectral Theory
+1001.4868 Algebraic Geometry
+1001.4870
+1001.4871 Probability
+1001.4872 Probability
+1001.4874 Algebraic Geometry
+1001.4880 Databases
+1001.4883 Phenomenology
+1001.4886 Experiment
+1001.4887 Computer Science and Game Theory
+1001.4889 General Finance
+1001.4892 Databases
+1001.4899
+1001.4900 Analysis of PDEs
+1001.4901 Programming Languages
+1001.4909
+1001.4914 Populations and Evolution
+1001.4916 Superconductivity
+1001.4919 Functional Analysis
+1001.4920 Probability
+1001.4924 Dynamical Systems
+1001.4927 Other Condensed Matter
+1001.4932 Strongly Correlated Electrons
+1001.4939 Computer Science and Game Theory
+1001.4944 Chemical Physics
+1001.4953 Strongly Correlated Electrons
+1001.4955 Materials Science
+1001.4966 Functional Analysis
+1001.4970 Solar and Stellar Astrophysics
+1001.4972 Molecular Networks
+1001.4973 Materials Science
+1001.4983 Complex Variables
+1001.4999 Logic
+1001.5000 Rings and Algebras
+1001.5002 Materials Science
+1001.5004 Methodology
+1001.5005 Instrumentation and Methods for Astrophysics
+1001.5014 Phenomenology
+1001.5016 Digital Libraries
+1001.5018 Digital Libraries
+astro-ph/0001194
+astro-ph/0004239
+astro-ph/0103187
+astro-ph/0208526
+astro-ph/0209360
+astro-ph/0302155
+astro-ph/0302526
+astro-ph/0311229
+astro-ph/0407118
+astro-ph/0407624
+astro-ph/0603529
+astro-ph/0604197
+astro-ph/0605549
+astro-ph/9710039
+astro-ph/9807255
+astro-ph/9908015
+astro-ph/9909336
+astro-ph/9909364
+cond-mat/0311100 Soft Condensed Matter
+cond-mat/0606334 Statistical Mechanics
+hep-ex/0306023 Experiment
+hep-ex/0401039 Experiment
+hep-ex/0503034 Experiment
+hep-ph/0206217 Phenomenology
+hep-ph/9408275 Phenomenology
+hep-ph/9511297 Phenomenology
+hep-ph/9511402 Phenomenology
+hep-ph/9711472 Phenomenology
+hep-ph/9808278 Phenomenology
+math/0602513 Operator Algebras
+physics/0307151 Plasma Physics
+physics/0311050 Instrumentation and Detectors
+physics/0605215 Instrumentation and Detectors
+0704.0981 Differential Geometry
+0706.1657 Statistical Mechanics
+0707.0691
+0707.3953 Algebraic Geometry
+0803.2004 Complex Variables
+0804.4511 Complex Variables
+0805.3850
+0807.0862 Group Theory
+0810.3880 Differential Geometry
+0810.4729 Mesoscale and Nanoscale Physics
+0810.5749 Materials Science
+0811.1966 General Topology
+0811.2516 History and Philosophy of Physics
+0811.2526
+0904.3603
+0907.4495 Cosmology and Nongalactic Astrophysics
+0907.5395 Mesoscale and Nanoscale Physics
+0909.1952 Statistical Mechanics
+0910.2336 Mesoscale and Nanoscale Physics
+0911.1078
+0911.3541 Phenomenology
+0912.0875 Group Theory
+0912.3260
+0912.3946 Differential Geometry
+1001.0867 Statistical Mechanics
+1001.1429
+1001.3946 Instrumentation and Detectors
+1001.4300 Exactly Solvable and Integrable Systems
+1001.4584 Populations and Evolution
+1002.0114 Quantum Gases
+1002.0172 Logic in Computer Science
+1002.3589 Solar and Stellar Astrophysics
+1003.0002 Astrophysics of Galaxies
+1003.4020
+1003.4584
+1004.0416 General Physics
+1004.1727 Molecular Networks
+1004.2279 Theory
+1004.2493 Materials Science
+1004.2500 Materials Science
+1004.2502
+1004.2505 Differential Geometry
+1004.2508
+1004.2511 Numerical Analysis
+1004.2515 Information Theory
+1004.2526 Computational Complexity
+1004.2538 Soft Condensed Matter
+1004.2542 Information Theory
+1004.2548 Computational Finance
+1004.2550 Formal Languages and Automata Theory
+1004.2560 Computers and Society
+1004.2564
+1004.2575 Quantum Algebra
+1004.2596 Analysis of PDEs
+1004.2601 Classical Analysis and ODEs
+1004.2602 Complex Variables
+1004.2615
+1004.2618 Complex Variables
+1004.2620
+1004.2622 Statistical Mechanics
+1004.2624 Artificial Intelligence
+1004.2626 Artificial Intelligence
+1004.2635 Instrumentation and Methods for Astrophysics
+1004.2637 Performance
+1004.2639 Combinatorics
+1004.2646 Analysis of PDEs
+1004.2649 Group Theory
+1004.2653 General Mathematics
+1004.2655 Soft Condensed Matter
+1004.2656 Differential Geometry
+1004.2658 Complex Variables
+1004.2673 Differential Geometry
+1004.2674 Representation Theory
+1004.2678 Representation Theory
+1004.2683 Information Theory
+1004.2690 Optics
+1004.2691 Instrumentation and Methods for Astrophysics
+cond-mat/0511407 Soft Condensed Matter
+gr-qc/0405121
+math/0501093 Differential Geometry
+math/0610695 Differential Geometry
+physics/0503078 Physics and Society
+quant-ph/0402205
+quant-ph/0402207
+quant-ph/0404066
+quant-ph/0404070
+quant-ph/0407150
+0709.1266
+0711.3400 Statistics Theory
+0802.2385 General Mathematics
+0804.2596 Differential Geometry
+0804.2784 Symplectic Geometry
+0805.4569 Symplectic Geometry
+0808.2540 Phenomenology
+0809.0018 Commutative Algebra
+0809.0882 Computational Physics
+0809.5191 Information Theory
+0809.5275 Information Theory
+0811.0592 Algebraic Topology
+0812.0373 Atomic Physics
+0812.0380
+0812.4890 Mesoscale and Nanoscale Physics
+0901.2727 Chaotic Dynamics
+0901.4072 Atomic Physics
+0903.2851 Learning
+0903.2862 Learning
+0903.3298 Theory
+0904.0087 Adaptation and Self-Organizing Systems
+0905.0335 Mesoscale and Nanoscale Physics
+0905.1910 Statistical Mechanics
+0905.2625 Superconductivity
+0905.3314 Strongly Correlated Electrons
+0905.4510 Functional Analysis
+0905.4841 Combinatorics
+0906.0056 Statistical Mechanics
+0906.1791 Mesoscale and Nanoscale Physics
+0908.0952 Cosmology and Nongalactic Astrophysics
+0908.0958
+0908.1643 Dynamical Systems
+0908.1681 Strongly Correlated Electrons
+0908.1885 Analysis of PDEs
+0908.2393 Optics
+0908.3278 Mesoscale and Nanoscale Physics
+0908.3404 Combinatorics
+0909.1887
+0909.3045 Phenomenology
+0910.0003 Strongly Correlated Electrons
+0910.0308 Mesoscale and Nanoscale Physics
+0910.1182 Combinatorics
+0910.1378 Statistical Mechanics
+0910.2544 Materials Science
+0910.4472 Computation
+0910.4767 Quantum Gases
+0910.5693 Strongly Correlated Electrons
+0911.1971 Superconductivity
+0911.4525 Materials Science
+0911.5391 Lattice
+0912.5187 Pattern Formation and Solitons
+0912.5471 Differential Geometry
+1001.1640 Statistical Mechanics
+1001.1795 Spectral Theory
+1001.1859 Phenomenology
+1001.1928 Optimization and Control
+1001.2114 Classical Analysis and ODEs
+1001.2254 Theory
+1001.2583 High Energy Astrophysical Phenomena
+1001.2586
+1001.2591 Astrophysics of Galaxies
+1001.2777 Combinatorics
+1001.2778 Networking and Internet Architecture
+1001.2779 Combinatorics
+1001.2780 General Physics
+1001.2782 Probability
+1001.2786 Information Theory
+1001.2787 Accelerator Physics
+1001.2788 Chaotic Dynamics
+1001.2791 Optics
+1001.2792 Combinatorics
+1001.2794 Phenomenology
+1001.2797 Computation
+1001.2803 Materials Science
+1001.2805 Information Theory
+1001.2810 Adaptation and Self-Organizing Systems
+1001.2812 Commutative Algebra
+1001.2813 Adaptation and Self-Organizing Systems
+1001.2817 Programming Languages
+1001.2819 Logic
+1001.2820 Probability
+1001.2822 Commutative Algebra
+1001.2823
+1001.2824 Algebraic Topology
+1001.2828
+1001.2829 Group Theory
+1001.2836 Theory
+1001.2837 Physics and Society
+1001.2841 Algebraic Geometry
+1001.2842 Experiment
+1001.2848 Networking and Internet Architecture
+1001.2849 Rings and Algebras
+1001.2851 Representation Theory
+1001.2853 Geophysics
+1001.2856 Lattice
+1001.2857 Instrumentation and Methods for Astrophysics
+1001.2859 Optics
+1001.2861 Chemical Physics
+1001.2862 Discrete Mathematics
+1001.2872 Algebraic Geometry
+1001.2873 Rings and Algebras
+1001.2875 Cellular Automata and Lattice Gases
+1001.2878 Dynamical Systems
+1001.2879 Quantitative Methods
+1001.2884 Algebraic Geometry
+1001.2885 Differential Geometry
+1001.2886
+1001.2889
+1001.2891 Data Structures and Algorithms
+1001.2899 Strongly Correlated Electrons
+1001.2905 Phenomenology
+1001.2906 Methodology
+1001.2911 Number Theory
+1001.2917 Solar and Stellar Astrophysics
+1001.2921 Physics and Society
+1001.2922 Geophysics
+1001.2936 Combinatorics
+1001.2940 Symbolic Computation
+1001.2945 Cryptography and Security
+1001.2946
+1001.2949 Commutative Algebra
+1001.2950 High Energy Astrophysical Phenomena
+1001.2961 Metric Geometry
+1001.2966
+1001.2967 Methodology
+1001.2968 Methodology
+1001.2970 Methodology
+1001.2971 Phenomenology
+1001.2973 Cosmology and Nongalactic Astrophysics
+1001.2975 Methodology
+1001.2978 Logic
+1001.2980 Instrumentation and Detectors
+1001.2983 Cosmology and Nongalactic Astrophysics
+1001.2985 Methodology
+1001.2991 Cosmology and Nongalactic Astrophysics
+1001.2994 Analysis of PDEs
+1001.2996 Materials Science
+1001.2997 Phenomenology
+1001.3002 Phenomenology
+1001.3007 Probability
+1001.3010 Earth and Planetary Astrophysics
+1001.3011 Methodology
+1001.3012 Physics and Society
+1001.3014 Dynamical Systems
+1001.3017 Cryptography and Security
+1001.3019 Classical Analysis and ODEs
+1001.3030 Geometric Topology
+1001.3034 Mesoscale and Nanoscale Physics
+1001.3036 Information Theory
+1001.3037 Instrumentation and Methods for Astrophysics
+1001.3039 General Physics
+1001.3040 Classical Analysis and ODEs
+1001.3045 Combinatorics
+1001.3048
+1001.3049 Dynamical Systems
+1001.3059 Earth and Planetary Astrophysics
+1001.3068 Number Theory
+1001.3069 Phenomenology
+1001.3070 Classical Analysis and ODEs
+1001.3073 Methodology
+1001.3079 Number Theory
+1001.3080
+1001.3095 Differential Geometry
+1001.3096
+1001.3098 Differential Geometry
+1001.3106 Algebraic Geometry
+1001.3107 Information Theory
+1001.3109 Machine Learning
+1001.3111
+1001.3114 Materials Science
+1001.3118 Information Theory
+1001.3120 Chaotic Dynamics
+1001.3121 Accelerator Physics
+1001.3122
+1001.3123 Phenomenology
+1001.3124 Phenomenology
+1001.3126 Algebraic Geometry
+1001.3127 Number Theory
+1001.3129 Optimization and Control
+cond-mat/0212454 Statistical Mechanics
+cs/0601116 Data Structures and Algorithms
+quant-ph/0703082
+0704.0760 Experiment
+0705.1594 Experiment
+0705.3212 Theory
+0705.3359
+0705.3668
+0705.3727
+0705.4339
+0705.4350
+0706.0035 Lattice
+0706.3264 Experiment
+0706.3762
+0706.3790 Experiment
+0706.3868 Experiment
+0706.4448 Experiment
+0707.0085 Experiment
+0707.0589 Experiment
+0707.2294 Experiment
+0707.2524 Experiment
+0707.2567 Experiment
+0708.3642 Experiment
+0709.0705 Experiment
+0709.3530
+0710.4037 Experiment
+0710.4112 Experiment
+0710.4199 Experiment
+0710.4363 Experiment
+0710.5198 Theory
+0710.5335 Experiment
+0710.5658
+0711.0838 Hardware Architecture
+0711.2901 Experiment
+0711.3161 Experiment
+0711.3717 Experiment
+0711.4044 Experiment
+0712.0604 Experiment
+0712.1506 Experiment
+0712.1567 Experiment
+0712.1708 Experiment
+0712.2348 Experiment
+0712.2397 Experiment
+0712.2828
+0712.3167 Theory
+0712.3273 Experiment
+0712.4405
+0801.1129 Experiment
+0801.1803 Experiment
+0801.2929 Operator Algebras
+0801.3324
+0801.3877 Experiment
+0801.4375 Experiment
+0801.4806 Experiment
+0802.0432 Experiment
+0802.0888
+0802.1712
+0802.2498 Other Condensed Matter
+0802.3182 Experiment
+0803.0036
+0803.0481 Phenomenology
+0803.0741 Phenomenology
+0803.0763
+0803.1585
+0803.1874 Theory
+0803.1967 Phenomenology
+0803.2425
+0803.3493 Experiment
+0803.4264 Experiment
+0804.1222
+0804.1354
+0804.1458
+0804.3529
+0804.3908 Experiment
+0804.4168
+0804.4564
+0804.4705 Theory
+0804.4756 Phenomenology
+0804.4826 Phenomenology
+0805.0089 General Physics
+0805.0144
+0805.0150 Theory
+0805.1017
+0805.1203
+0805.1249
+0805.1299
+0805.1382 Phenomenology
+0805.1403
+0805.1428
+0805.1557
+0805.1846 Lattice
+0805.1851
+0805.2064 Rings and Algebras
+0805.2109 Experiment
+0805.2278 Phenomenology
+0805.2482 Phenomenology
+0805.2502 Phenomenology
+0805.2509 Theory
+0805.2517 Phenomenology
+0805.2610 Theory
+0805.2728 Instrumentation and Detectors
+0805.2733 Theory
+0805.2858
+0805.2913 Lattice
+0805.3140 Phenomenology
+0805.3170 Instrumentation and Detectors
+0805.3475
+0805.3511
+0805.3862
+0805.3905 Instrumentation and Detectors
+0805.3926
+0805.3971
+0805.3984 Instrumentation and Detectors
+0805.4025 Theory
+0805.4531
+0806.0034
+0806.0110 Theory
+0806.0141
+0806.0335 Theory
+0806.0356 Phenomenology
+0806.0397
+0806.0455 Theory
+0806.0529 Accelerator Physics
+0806.1167
+0806.1238
+0806.1328
+0806.1366
+0806.1699 Experiment
+0806.1842
+0806.1911 Theory
+0806.2117 Lattice
+0806.2472 Experiment
+0806.2783
+0806.2999
+0806.3040 Theory
+0806.3041 Theory
+0806.3376 Theory
+0806.3440
+0806.3461
+0806.3699 Theory
+0806.4588 Differential Geometry
+0807.0213 Theory
+0807.2131 Theory
+0807.3132 Experiment
+0807.3825 Theory
+0807.4173 Phenomenology
+0807.4174
+0807.4199 Phenomenology
+0807.4240 Phenomenology
+0807.4262 Experiment
+0807.4366
+0807.4373
+0807.4493 Experiment
+0807.4652 Experiment
+0807.4805 Phenomenology
+0808.0318
+0808.0587
+0808.0642
+0808.0704 Phenomenology
+0808.0707 Phenomenology
+0808.0936 Theory
+0808.1022 Lattice
+0808.1231 Phenomenology
+0808.1904 Phenomenology
+0808.2167 Experiment
+0808.2446 Experiment
+0808.2614 Analysis of PDEs
+0808.3983
+0809.0080 Experiment
+0809.1533 Theory
+0809.2581 Experiment
+0809.3334 Phenomenology
+0809.3687
+0809.3781 Experiment
+0809.3930 Experiment
+0809.4360 Differential Geometry
+0809.4808 Experiment
+0809.5007 Experiment
+0810.0250 Theory
+0810.0694 Experiment
+0810.1120
+0810.2059 Experiment
+0810.2530
+0810.2593 Other Condensed Matter
+0810.3934
+0811.0053 Experiment
+0811.0344 Experiment
+0811.1062 Experiment
+0811.1143
+0811.1205
+0811.1382
+0811.2512 Experiment
+0811.2820 Experiment
+0811.2962
+0811.2996 Theory
+0811.3434 Algebraic Geometry
+0811.3977
+0811.4409 Phenomenology
+0811.4477 Theory
+0812.0368 Phenomenology
+0812.0399
+0812.0414 Theory
+0812.0456 Geometric Topology
+0812.1102 Rings and Algebras
+0812.1108 Instrumentation and Detectors
+0812.1453 Theory
+0812.1657 Theory
+0812.2500 Phenomenology
+0812.2511 Experiment
+0812.3400 Experiment
+0812.3623 Theory
+0812.3820 Theory
+0812.4036 Experiment
+0812.4089 Phenomenology
+0812.4243 Phenomenology
+0812.4271 Experiment
+0812.4333
+0812.4458 Experiment
+0812.4469 Experiment
+0812.4504 Theory
+0901.0092 Astrophysics of Galaxies
+0901.0125 Complex Variables
+0901.1614 Mesoscale and Nanoscale Physics
+0901.2086 Phenomenology
+0901.2599 Phenomenology
+0901.2972 Theory
+0901.4341 Phenomenology
+0902.0373 Cosmology and Nongalactic Astrophysics
+0902.0601 Algebraic Geometry
+0902.0624 Earth and Planetary Astrophysics
+0902.0649 Differential Geometry
+0902.0759 Earth and Planetary Astrophysics
+0902.1855 Phenomenology
+0902.1892 Theory
+0902.2002 Cosmology and Nongalactic Astrophysics
+0902.2610 Theory
+0902.2914 Phenomenology
+0902.2941 Theory
+0902.4836 Phenomenology
+0902.4874 Phenomenology
+0902.4880 Phenomenology
+0903.0125 Phenomenology
+0903.0326 Experiment
+0903.0402 Theory
+0903.0814 Experiment
+0903.0885 Experiment
+0903.1248 Dynamical Systems
+0903.1460 Cosmology and Nongalactic Astrophysics
+0903.2021
+0903.2041
+0903.3177 Experiment
+0903.3399
+0903.3676 Computer Vision and Pattern Recognition
+0903.4851 Experiment
+0903.4863
+0903.4886
+0903.5302 Instrumentation and Methods for Astrophysics
+0904.0392
+0904.0451 Cosmology and Nongalactic Astrophysics
+0904.2528 Phenomenology
+0904.2669
+0904.2780 Strongly Correlated Electrons
+0904.2784 Solar and Stellar Astrophysics
+0905.0108
+0905.0132 Phenomenology
+0905.0277 Experiment
+0905.0690 High Energy Astrophysical Phenomena
+0905.0708
+0905.0752 Lattice
+0905.1043 Phenomenology
+0905.1070
+0905.1212 Mesoscale and Nanoscale Physics
+0905.1960 Fluid Dynamics
+0905.2062 Mesoscale and Nanoscale Physics
+0905.2215 Quantum Algebra
+0905.2730
+0906.0143 Atomic Physics
+0906.0673
+0906.1214 Theory
+0906.2162
+0906.2164 Theory
+0906.2578 Theory
+0906.2919
+0906.4428
+0906.5218 Experiment
+0906.5371 Experiment
+0906.5613 Experiment
+0907.0261 Cosmology and Nongalactic Astrophysics
+0907.0375 Probability
+0907.0810 Experiment
+0907.1067 Earth and Planetary Astrophysics
+0907.1088 Phenomenology
+0907.1156 Theory
+0907.1410 Theory
+0907.1704 Theory
+0907.1913 Lattice
+0907.2228 Probability
+0907.2574
+0907.3347
+0907.3433
+0907.3606 Phenomenology
+0907.4473
+0907.4666 Phenomenology
+0907.4748
+0907.5413 Phenomenology
+0908.0363 Theory
+0908.0365
+0908.0394 Cosmology and Nongalactic Astrophysics
+0908.0837 Rings and Algebras
+0908.0959
+0908.1743 Theory
+0908.2138
+0908.2213
+0908.2655
+0908.3101
+0908.3256 Probability
+0908.3379 Theory
+0908.3534 Experiment
+0908.4161 Theory
+0908.4195 Theory
+0909.0277 Theory
+0909.0490
+0909.0514
+0909.1380 Phenomenology
+0909.1505 Experiment
+0909.1941 Theory
+0909.2204 Lattice
+0909.3021 Exactly Solvable and Integrable Systems
+0909.3157 Phenomenology
+0909.3859 Theory
+0909.3923 Number Theory
+0909.4500
+0909.4771
+0909.4849 Phenomenology
+0909.5461
+0910.0207
+0910.0250 Cosmology and Nongalactic Astrophysics
+0910.0256 Cosmology and Nongalactic Astrophysics
+0910.0482 High Energy Astrophysical Phenomena
+0910.0619 Fluid Dynamics
+0910.1589 Theory
+0910.1842 High Energy Astrophysical Phenomena
+0910.1860 Theory
+0910.1877 Phenomenology
+0910.2169
+0910.2314 Phenomenology
+0910.2542 Phenomenology
+0910.2730 Theory
+0910.2987 Phenomenology
+0910.3109 Theory
+0910.3623 Experiment
+0910.3671 Phenomenology
+0910.3697 Theory
+0910.3939 Phenomenology
+0910.4683 Learning
+0910.4705 Theory
+0910.4762 Theory
+0910.4853
+0910.4936 Phenomenology
+0910.5356 Mesoscale and Nanoscale Physics
+0910.5427 Lattice
+0910.5428 Phenomenology
+0910.5474 Theory
+0910.5483 Phenomenology
+0910.5612 Phenomenology
+0911.0339 Theory
+0911.0776
+0911.0889 Phenomenology
+0911.1556 Phenomenology
+0911.1603 Phenomenology
+0911.1841 Theory
+0911.2383 Phenomenology
+0911.2653
+0911.2921 Theory
+0911.2956 Experiment
+0911.3021 Lattice
+0911.3165 Theory
+0911.3235 Phenomenology
+0911.3297 Phenomenology
+0911.3376 Phenomenology
+0911.3401
+0911.3776 Phenomenology
+0911.3807
+0911.3823 Information Retrieval
+0911.3900 Astrophysics of Galaxies
+0911.3935 Experiment
+0911.4122 Phenomenology
+0911.4126 Phenomenology
+0911.4184 Phenomenology
+0911.4192 Materials Science
+0911.4284 Theory
+0911.4478 Algebraic Topology
+0911.4667 Disordered Systems and Neural Networks
+0911.4858 Cosmology and Nongalactic Astrophysics
+0911.5085 Theory
+0911.5108 Cosmology and Nongalactic Astrophysics
+0911.5169 Phenomenology
+0911.5188 Phenomenology
+0911.5190 Theory
+0911.5228 Theory
+0911.5343 Theory
+0911.5380
+0911.5556 Accelerator Physics
+0911.5617 Phenomenology
+0911.5704 Theory
+0912.0011 Theory
+0912.0113 Phenomenology
+0912.0162
+0912.0217 Phenomenology
+0912.0272 Theory
+0912.0459
+0912.0517 Phenomenology
+0912.0526 Phenomenology
+0912.0538 Phenomenology
+0912.0550 Theory
+0912.0611 Theory
+0912.0627 Theory
+0912.0677 Theory
+0912.0791 Theory
+0912.0802
+0912.1061 Theory
+0912.1082 Experiment
+0912.1395 Phenomenology
+0912.1521 Phenomenology
+0912.1535 Theory
+0912.1683 Phenomenology
+0912.2059 Experiment
+0912.2096 High Energy Astrophysical Phenomena
+0912.2100 Theory
+0912.2228 Theory
+0912.2251
+0912.2253 Theory
+0912.2324 Theory
+0912.2541 Phenomenology
+0912.2661 Phenomenology
+0912.2727 Phenomenology
+0912.2812
+0912.2958 Theory
+0912.3128 Theory
+0912.3165
+0912.3217 Cosmology and Nongalactic Astrophysics
+0912.3256 Theory
+0912.3349 Cosmology and Nongalactic Astrophysics
+0912.3388 Phenomenology
+0912.3394 Cosmology and Nongalactic Astrophysics
+0912.3504 Theory
+0912.3508 Theory
+0912.3515 Theory
+0912.3517
+0912.3543 Phenomenology
+0912.3566 Experiment
+0912.3710 Phenomenology
+0912.3783 Theory
+0912.4193
+0912.4199 Theory
+0912.4243 Lattice
+0912.4255
+0912.4299 Phenomenology
+0912.4612 Experiment
+0912.4633
+0912.4715 Theory
+0912.4749
+0912.4759 Theory
+0912.4802
+0912.4832
+0912.4837 Optics
+0912.5048
+0912.5057
+0912.5197 Phenomenology
+0912.5221 Lattice
+0912.5443
+0912.5482 Phenomenology
+1001.0035 Theory
+1001.0042 Theory
+1001.0307 Phenomenology
+1001.0394 Theory
+1001.0626 Phenomenology
+1001.0861
+1001.0995
+1001.1004 Atomic Physics
+1001.1200 Differential Geometry
+1001.1229 Phenomenology
+1001.1309 Cosmology and Nongalactic Astrophysics
+1001.1313
+1001.1358 Theory
+1001.1417 Phenomenology
+1001.1493
+1001.1509 Phenomenology
+1001.1548 Theory
+1001.1555
+1001.1631
+1001.1903 Theory
+1001.2087 Classical Physics
+1001.2300 Theory
+1001.2553 Phenomenology
+1001.2703 Theory
+1001.2783 Cosmology and Nongalactic Astrophysics
+1001.2912 Phenomenology
+1001.3250 Atomic Physics
+1001.3396 Phenomenology
+1001.3422 Phenomenology
+1001.3568 Theory
+1001.3621
+1001.4416 Phenomenology
+1001.4449
+1001.4468 Experiment
+1001.4558 Operator Algebras
+1001.4577 Experiment
+1001.4585 Theory
+1001.4819
+1001.5467 Phenomenology
+1002.0192 Theory
+1002.0331 Phenomenology
+1002.0365 Experiment
+1002.0510 Cosmology and Nongalactic Astrophysics
+1002.0726
+1002.0919 Phenomenology
+1002.1738
+1002.1956 Phenomenology
+1002.2466 Phenomenology
+1002.2643 Astrophysics of Galaxies
+1002.2704 Phenomenology
+1002.2717 Cosmology and Nongalactic Astrophysics
+1002.4173 Theory
+1002.4197 Cosmology and Nongalactic Astrophysics
+1002.4325
+1002.4800 Mesoscale and Nanoscale Physics
+1002.4966 Mesoscale and Nanoscale Physics
+1002.5045
+1003.0344
+1003.1159
+1003.1217 Plasma Physics
+1003.1585 Lattice
+1003.2848
+1003.3421
+1003.4416
+1004.0110 Algebraic Topology
+1004.0291 High Energy Astrophysical Phenomena
+1004.0493
+1004.0789 Theory
+1004.1664 Dynamical Systems
+1004.4043 Other Condensed Matter
+1004.4434 Statistical Mechanics
+1004.4549
+1004.5351 Computer Vision and Pattern Recognition
+1005.0096
+1005.0547 Phenomenology
+1005.0698 Biological Physics
+1005.0924 Cosmology and Nongalactic Astrophysics
+1005.1030 Accelerator Physics
+1005.1439 Theory
+1005.1625 Metric Geometry
+1005.1666
+1005.1670 Fluid Dynamics
+1005.1677 Commutative Algebra
+1005.1679 Instrumentation and Methods for Astrophysics
+1005.1692 Materials Science
+1005.1695 Other Computer Science
+1005.1697 Dynamical Systems
+1005.1698 Algebraic Topology
+1005.1707 Cosmology and Nongalactic Astrophysics
+1005.1709 Quantum Algebra
+1005.1711 Information Theory
+1005.1718 K-Theory and Homology
+1005.1722 Algebraic Geometry
+1005.1731 Phenomenology
+1005.1732 Strongly Correlated Electrons
+1005.1733 Algebraic Geometry
+1005.1735 Optics
+1005.1744 Computational Complexity
+1005.1753 Networking and Internet Architecture
+1005.1761 Superconductivity
+1005.1763 Computational Physics
+1005.1769 Functional Analysis
+1005.1771 Cryptography and Security
+1005.1778 Earth and Planetary Astrophysics
+1005.1794
+1005.1798 Materials Science
+1005.1800 Information Theory
+1005.1804 Information Theory
+1005.1806 Phenomenology
+1005.1816 Mesoscale and Nanoscale Physics
+1005.1819 Spectral Theory
+1005.1830 Computational Physics
+1005.1832 Functional Analysis
+1005.1835 Formal Languages and Automata Theory
+1005.1837 Instrumentation and Methods for Astrophysics
+1005.1845 High Energy Astrophysical Phenomena
+1005.1852 Metric Geometry
+1005.1853 Computational Engineering, Finance, and Science
+1005.1855 Phenomenology
+1005.1859 High Energy Astrophysical Phenomena
+1005.1861 General Finance
+1005.1863 Applications
+1005.1864 High Energy Astrophysical Phenomena
+1005.1874 High Energy Astrophysical Phenomena
+1005.1880 Strongly Correlated Electrons
+1005.1881 Group Theory
+1005.1888 Phenomenology
+1005.1890 Cosmology and Nongalactic Astrophysics
+1005.1894 Numerical Analysis
+1005.1899 Computers and Society
+1005.1909 Phenomenology
+1005.1914 Functional Analysis
+1005.1917 General Finance
+alg-geom/9605002 Algebraic Geometry
+alg-geom/9605003 Algebraic Geometry
+alg-geom/9702011 Algebraic Geometry
+astro-ph/0008410
+astro-ph/0009224
+astro-ph/0103215
+astro-ph/0106539
+astro-ph/0108204
+astro-ph/0201399
+astro-ph/0203391
+astro-ph/0204141
+astro-ph/0205310
+astro-ph/0207036
+astro-ph/0207056
+astro-ph/0207187
+astro-ph/0207320
+astro-ph/0211158
+astro-ph/0212554
+astro-ph/0301055
+astro-ph/0301377
+astro-ph/0301421
+astro-ph/0301453
+astro-ph/0302107
+astro-ph/0306501
+astro-ph/0308187
+astro-ph/0309419
+astro-ph/0310662
+astro-ph/0311050
+astro-ph/0312594
+astro-ph/0403608
+astro-ph/0408002
+astro-ph/0410038
+astro-ph/0410163
+astro-ph/0502468
+astro-ph/0502553
+astro-ph/0504359
+astro-ph/0505035
+astro-ph/0505107
+astro-ph/0506472
+astro-ph/0506620
+astro-ph/0508115
+astro-ph/0508121
+astro-ph/0509820
+astro-ph/0509868
+astro-ph/0511498
+astro-ph/0512340
+astro-ph/0601455
+astro-ph/0603689
+astro-ph/0604580
+astro-ph/0607511
+astro-ph/0608029
+astro-ph/0608183
+astro-ph/0609170
+astro-ph/0609582
+astro-ph/0610498
+astro-ph/0611128
+astro-ph/0611919
+astro-ph/0702427
+astro-ph/0702615
+astro-ph/0703192
+cond-mat/0609552 Soft Condensed Matter
+gr-qc/0009079
+gr-qc/0011039
+gr-qc/0102024
+gr-qc/0104009
+gr-qc/0105101
+gr-qc/0107054
+gr-qc/0108025
+gr-qc/0110037
+gr-qc/0201064
+gr-qc/0202086
+gr-qc/0204008
+gr-qc/0205079
+gr-qc/0206076
+gr-qc/0209035
+gr-qc/0305058
+gr-qc/0312010
+gr-qc/0312123
+gr-qc/0409077
+gr-qc/0410011
+gr-qc/0411060
+gr-qc/0411061
+gr-qc/0411062
+gr-qc/0411078
+gr-qc/0501004
+gr-qc/0505048
+gr-qc/0509079
+gr-qc/0511063
+gr-qc/0512011
+gr-qc/0512169
+gr-qc/0601024
+gr-qc/0611128
+gr-qc/9312016
+gr-qc/9408018
+gr-qc/9609010
+gr-qc/9801087
+gr-qc/9810006
+gr-qc/9811065
+gr-qc/9905014
+gr-qc/9907028
+hep-ex/0001021 Experiment
+hep-ex/0003005 Experiment
+hep-ex/0003026 Experiment
+hep-ex/0004017 Experiment
+hep-ex/0004027 Experiment
+hep-ex/0006025 Experiment
+hep-ex/0007034 Experiment
+hep-ex/0007044 Experiment
+hep-ex/0011059 Experiment
+hep-ex/0108034 Experiment
+hep-ex/0109025 Experiment
+hep-ex/0110067 Experiment
+hep-ex/0201004 Experiment
+hep-ex/0202044 Experiment
+hep-ex/0209030 Experiment
+hep-ex/0211064 Experiment
+hep-ex/0302009 Experiment
+hep-ex/0303011 Experiment
+hep-ex/0307012 Experiment
+hep-ex/0307080 Experiment
+hep-ex/0308059 Experiment
+hep-ex/0309030 Experiment
+hep-ex/0311023 Experiment
+hep-ex/0311039 Experiment
+hep-ex/0311050 Experiment
+hep-ex/0311051 Experiment
+hep-ex/0312021 Experiment
+hep-ex/0403032 Experiment
+hep-ex/0406062 Experiment
+hep-ex/0406073 Experiment
+hep-ex/0410013 Experiment
+hep-ex/0410018 Experiment
+hep-ex/0410058 Experiment
+hep-ex/0412042 Experiment
+hep-ex/0412050 Experiment
+hep-ex/0412057 Experiment
+hep-ex/0412071 Experiment
+hep-ex/0501023 Experiment
+hep-ex/0501050 Experiment
+hep-ex/0502003 Experiment
+hep-ex/0502044 Experiment
+hep-ex/0503004 Experiment
+hep-ex/0504020 Experiment
+hep-ex/0504048 Experiment
+hep-ex/0504053 Experiment
+hep-ex/0505013 Experiment
+hep-ex/0505076 Experiment
+hep-ex/0505091 Experiment
+hep-ex/0506001 Experiment
+hep-ex/0506034 Experiment
+hep-ex/0506042 Experiment
+hep-ex/0507051 Experiment
+hep-ex/0507067 Experiment
+hep-ex/0507072 Experiment
+hep-ex/0507104 Experiment
+hep-ex/0511023 Experiment
+hep-ex/0512051 Experiment
+hep-ex/0512074 Experiment
+hep-ex/0602005 Experiment
+hep-ex/0602008 Experiment
+hep-ex/0603027 Experiment
+hep-ex/0605027 Experiment
+hep-ex/0605118 Experiment
+hep-ex/0606043 Experiment
+hep-ex/0607021 Experiment
+hep-ex/0607035 Experiment
+hep-ex/0607095 Experiment
+hep-ex/0608062 Experiment
+hep-ex/0609021 Experiment
+hep-ex/0611022 Experiment
+hep-ex/0612012 Experiment
+hep-ex/0612026 Experiment
+hep-ex/0612058 Experiment
+hep-ex/0612061 Experiment
+hep-ex/0702029 Experiment
+hep-ex/0703028 Experiment
+hep-ex/0703045 Experiment
+hep-ex/9405005 Experiment
+hep-ex/9412009 Experiment
+hep-ex/9501001 Experiment
+hep-ex/9501008 Experiment
+hep-ex/9503013 Experiment
+hep-ex/9508017 Experiment
+hep-ex/9509010 Experiment
+hep-ex/9601003 Experiment
+hep-ex/9601008 Experiment
+hep-ex/9603001 Experiment
+hep-ex/9603003 Experiment
+hep-ex/9605004 Experiment
+hep-ex/9607003 Experiment
+hep-ex/9609011 Experiment
+hep-ex/9702004 Experiment
+hep-ex/9704007 Experiment
+hep-ex/9708017 Experiment
+hep-ex/9710008 Experiment
+hep-ex/9711004 Experiment
+hep-ex/9712004 Experiment
+hep-ex/9801014 Experiment
+hep-ex/9801019 Experiment
+hep-ex/9803013 Experiment
+hep-ex/9803015 Experiment
+hep-ex/9804014 Experiment
+hep-ex/9805017 Experiment
+hep-ex/9805034 Experiment
+hep-ex/9806018 Experiment
+hep-ex/9806025 Experiment
+hep-ex/9806026 Experiment
+hep-ex/9806034 Experiment
+hep-ex/9808003 Experiment
+hep-ex/9809001 Experiment
+hep-ex/9809022 Experiment
+hep-ex/9810024 Experiment
+hep-ex/9810029 Experiment
+hep-ex/9903011 Experiment
+hep-ex/9907053 Experiment
+hep-ex/9908063 Experiment
+hep-ex/9909011 Experiment
+hep-ex/9909027 Experiment
+hep-ex/9909042 Experiment
+hep-ex/9910004 Experiment
+hep-ex/9910025 Experiment
+hep-ex/9912013 Experiment
+hep-ex/9912022 Experiment
+hep-ph/0001092 Phenomenology
+hep-ph/0001110 Phenomenology
+hep-ph/0205217 Phenomenology
+hep-ph/0412063 Phenomenology
+hep-ph/9502356 Phenomenology
+hep-ph/9807513 Phenomenology
+hep-th/0312198 Theory
+hep-th/0408101 Theory
+hep-th/9707082 Theory
+math/0311273 Complex Variables
+math/0312011 Algebraic Geometry
+math/0403055 Geometric Topology
+math/0612653 Quantum Algebra
+math/0701825 Quantum Algebra
+nucl-ex/0610015
+physics/0702126 Optics
+quant-ph/0301147
+quant-ph/0307019
+quant-ph/0503230
+quant-ph/0507119
+0704.2055 Symplectic Geometry
+0705.0420 Classical Physics
+0705.2320 Disordered Systems and Neural Networks
+0801.0300 Differential Geometry
+0805.4447
+0808.3537
+0810.0630
+0810.5000 Representation Theory
+0811.0862 Soft Condensed Matter
+0811.1078 Optics
+0811.2210 Phenomenology
+0811.2536 Theory
+0812.1228 Superconductivity
+0901.3866 Operator Algebras
+0903.5396 Optics
+0905.0209
+0906.2877 Classical Physics
+0906.3442 Probability
+0906.3779
+0907.1402 Dynamical Systems
+0907.2985 Representation Theory
+0907.3158 Optics
+0908.0838
+0909.1004 Fluid Dynamics
+0909.1644 Mesoscale and Nanoscale Physics
+0909.2656 Strongly Correlated Electrons
+0909.2666 Phenomenology
+0909.3634 Cosmology and Nongalactic Astrophysics
+0909.3790 Formal Languages and Automata Theory
+0910.2563 Differential Geometry
+0910.4839 Computer Vision and Pattern Recognition
+0911.0598
+0911.2175 Phenomenology
+0911.2311 Theory
+0911.2350 Phenomenology
+0911.5441 Dynamical Systems
+0911.5649 Disordered Systems and Neural Networks
+0912.0815 Algebraic Geometry
+0912.1818 Complex Variables
+0912.3112 Astrophysics of Galaxies
+0912.3114 Astrophysics of Galaxies
+0912.3447 Earth and Planetary Astrophysics
+0912.4188 Digital Libraries
+1001.1112
+1001.3117 Combinatorics
+1001.4340 Solar and Stellar Astrophysics
+1001.4540 High Energy Astrophysical Phenomena
+1002.0641
+1002.2087 Cosmology and Nongalactic Astrophysics
+1002.2439 Information Retrieval
+1002.2441 Phenomenology
+1002.2445 Soft Condensed Matter
+1002.2450 Performance
+1002.2452 Complex Variables
+1002.2456 Information Theory
+1002.2463 Classical Analysis and ODEs
+1002.2467 Algebraic Topology
+1002.2473 Group Theory
+1002.2485 Quantum Algebra
+1002.2486 Portfolio Management
+1002.2487 Portfolio Management
+1002.2493 Materials Science
+1002.2498 Algebraic Topology
+1002.2500 Classical Analysis and ODEs
+1002.2501 Analysis of PDEs
+1002.2505 Solar and Stellar Astrophysics
+1002.2506 Genomics
+1002.2508 Combinatorics
+1002.2512 Statistical Mechanics
+1002.2516
+1002.2517
+1002.2519 Phenomenology
+1002.2522 General Physics
+1002.2523 Computer Vision and Pattern Recognition
+1002.2527 Cryptography and Security
+1002.2530 Strongly Correlated Electrons
+1002.2533 Optics
+1002.2543
+1002.2548 Superconductivity
+1002.2555 Combinatorics
+1002.2557 Computer Science and Game Theory
+1002.2558 Complex Variables
+1002.2565 K-Theory and Homology
+1002.2567 Solar and Stellar Astrophysics
+1002.2568
+1002.2569 Lattice
+1002.2576 Quantum Algebra
+1002.2578 Logic in Computer Science
+1002.2591
+1002.2594 Symbolic Computation
+1002.2597 Number Theory
+1002.2602 Functional Analysis
+1002.2609 Materials Science
+1002.2611 Astrophysics of Galaxies
+1002.2615 Solar and Stellar Astrophysics
+1002.2618
+1002.2619 Optics
+1002.2625 Discrete Mathematics
+1002.2631 Solar and Stellar Astrophysics
+1002.2633 Differential Geometry
+1002.2635 Solar and Stellar Astrophysics
+0710.1641 Computational Geometry
+0711.1431
+0712.2817 Algebraic Geometry
+0801.2726 Functional Analysis
+0804.4715 Combinatorics
+0805.3268 Differential Geometry
+0805.3845 Differential Geometry
+0806.1215 Information Theory
+0807.2046 Analysis of PDEs
+0810.1921 Operator Algebras
+0811.1463 Number Theory
+0812.0886 Operator Algebras
+0812.0889 Operator Algebras
+0812.1146 Classical Analysis and ODEs
+0812.2161
+0812.2799
+0901.1312 Networking and Internet Architecture
+0901.3299 Discrete Mathematics
+0901.4160
+0902.4448 Combinatorics
+0903.2890 Information Theory
+0903.5441 Rings and Algebras
+0905.0111 Optics
+0905.3507 Operator Algebras
+0905.3717 Mesoscale and Nanoscale Physics
+0905.4065 Operator Algebras
+0906.2631 Functional Analysis
+0906.4396 Rings and Algebras
+0906.4537 Probability
+0906.4975 Mesoscale and Nanoscale Physics
+0907.1312 Materials Science
+0908.0792 Solar and Stellar Astrophysics
+0908.2334 General Physics
+0909.4438 Rings and Algebras
+0910.0324 Probability
+0910.1075
+0910.2896
+0910.5206 Biological Physics
+0910.5580 Probability
+0911.0290 Probability
+0912.1364 Mesoscale and Nanoscale Physics
+0912.3168 Probability
+0912.3556 Superconductivity
+0912.3733 Logic
+1001.0317 Other Computer Science
+1001.1556 Algebraic Topology
+1001.3159 Information Theory
+1001.4471 Geometric Topology
+1001.5311 Statistics Theory
+1002.1293 Analysis of PDEs
+1002.2798 Other Computer Science
+1002.3365 Cosmology and Nongalactic Astrophysics
+1002.3495 Mesoscale and Nanoscale Physics
+1003.0200 Statistical Mechanics
+1003.1039 Other Computer Science
+1003.1554 Geophysics
+1003.2075 Medical Physics
+1003.4641 Quantum Gases
+1004.1592 Quantum Gases
+1004.2204 Superconductivity
+1004.4665 Probability
+1004.5194 Learning
+1005.0194 Pricing of Securities
+1005.1220 Differential Geometry
+1005.1417 Numerical Analysis
+1005.1762 General Physics
+1005.2889 Analysis of PDEs
+1005.2890 Analysis of PDEs
+1005.3181 Graphics
+1005.3190 Graphics
+1005.3970 Representation Theory
+1005.3984 Optimization and Control
+1005.4028 Human-Computer Interaction
+1005.4405 Graphics
+1005.4548 Number Theory
+1005.4563 Graphics
+1005.4565 Analysis of PDEs
+1005.4639 Geophysics
+1005.5008 Instrumentation and Methods for Astrophysics
+1005.5165 Cosmology and Nongalactic Astrophysics
+1005.5171 Combinatorics
+1005.5175 Solar and Stellar Astrophysics
+1005.5180 Networking and Internet Architecture
+1005.5181 Computer Vision and Pattern Recognition
+1005.5183 Programming Languages
+1005.5201 Computation
+1005.5204 Soft Condensed Matter
+1005.5205 Optics
+1005.5210 Representation Theory
+1005.5218 Disordered Systems and Neural Networks
+1005.5221 Medical Physics
+1005.5223 Distributed, Parallel, and Cluster Computing
+1005.5225 Algebraic Geometry
+1005.5226 Mesoscale and Nanoscale Physics
+1005.5233 Differential Geometry
+1005.5235 Analysis of PDEs
+1005.5238 Analysis of PDEs
+1005.5253 Computation and Language
+1005.5266 Algebraic Geometry
+1005.5270 Artificial Intelligence
+1005.5275 Probability
+1005.5276 Commutative Algebra
+1005.5279 High Energy Astrophysical Phenomena
+1005.5281 Atmospheric and Oceanic Physics
+1005.5285 Probability
+1005.5289 Representation Theory
+1005.5292 Tissues and Organs
+1005.5296
+1005.5304 Chemical Physics
+1005.5305 Tissues and Organs
+1005.5308 Chemical Physics
+1005.5313 Medical Physics
+1005.5315 Numerical Analysis
+1005.5329 Analysis of PDEs
+1005.5333 Complex Variables
+1005.5337 Learning
+1005.5344 Numerical Analysis
+1005.5348 Applications
+1005.5359 Commutative Algebra
+1005.5361 Information Theory
+1005.5364 Materials Science
+1005.5367 Networking and Internet Architecture
+1005.5368 Optics
+1005.5378 Solar and Stellar Astrophysics
+1005.5381 Chemical Physics
+math/0604384 Algebraic Geometry
+math/0604385 Number Theory
+math/0703579 Algebraic Geometry
+math/0703583 Algebraic Geometry
+math/0703623 Algebraic Geometry
+math/0703624 Number Theory
+physics/0509248 Geophysics
+quant-ph/0611188
+0801.3459
+0802.2940
+0805.1111 Optics
+0805.1230
+0805.3132 Differential Geometry
+0806.3889 Phenomenology
+0807.4204 Mesoscale and Nanoscale Physics
+0808.3942 Chemical Physics
+0810.4074 Group Theory
+0811.0626 Algebraic Geometry
+0812.0893 Computational Geometry
+0812.3636 Superconductivity
+0901.1078 Physics and Society
+0901.4781 Cosmology and Nongalactic Astrophysics
+0902.1636 Superconductivity
+0902.2226 Differential Geometry
+0903.1927 Theory
+0903.3185
+0903.3365 Theory
+0903.4439
+0906.0449 Spectral Theory
+0907.3946 Theory
+0908.0801
+0908.2592 Quantum Gases
+0909.2534 Quantum Algebra
+0909.3457 Statistical Mechanics
+0909.4406 Quantum Gases
+0910.3822
+0911.1378 Quantum Gases
+0911.2095 Classical Analysis and ODEs
+1001.1547 High Energy Astrophysical Phenomena
+1001.2341 Category Theory
+1002.0627 Mesoscale and Nanoscale Physics
+1002.2734 Dynamical Systems
+1003.0187 Theory
+1003.0399 Theory
+1003.0457 Earth and Planetary Astrophysics
+1003.0552 Probability
+1003.4474 Group Theory
+1004.2211 Phenomenology
+1004.4597 Theory
+1005.0046 Materials Science
+1005.4219 Optics
+1006.2716 Quantum Gases
+1006.3957 Materials Science
+1006.3977 Strongly Correlated Electrons
+1007.0316 Combinatorics
+1007.0684 Phenomenology
+1007.1196 High Energy Astrophysical Phenomena
+1007.2414 Cosmology and Nongalactic Astrophysics
+1007.2567 Astrophysics of Galaxies
+1008.0883 Theory
+1008.1685 Plasma Physics
+1008.1799 Earth and Planetary Astrophysics
+1008.2290 Solar and Stellar Astrophysics
+1008.3905 Strongly Correlated Electrons
+1008.4890 Theory
+1008.5363 Materials Science
+1009.0312 High Energy Astrophysical Phenomena
+1009.0754 Cosmology and Nongalactic Astrophysics
+1009.1302 Plasma Physics
+1009.2121 Strongly Correlated Electrons
+1009.3119 Quantum Gases
+1009.3229 Representation Theory
+1009.3944 Mesoscale and Nanoscale Physics
+1009.4531 Soft Condensed Matter
+1009.4708 Strongly Correlated Electrons
+1009.5293
+1009.6120 Chaotic Dynamics
+1010.0559 Representation Theory
+1010.0641
+1011.0467 Quantum Gases
+1011.3945 Materials Science
+1011.4273 Statistical Mechanics
+1011.4438 Formal Languages and Automata Theory
+1011.5817 Theory
+1011.6602
+1012.0164 Biological Physics
+1012.0528
+1012.0665 Computational Physics
+1012.1535 Pricing of Securities
+1012.2092 Optimization and Control
+1012.2403
+1012.2496 Programming Languages
+1012.2527 Computational Complexity
+1012.2580 Solar and Stellar Astrophysics
+1012.2655
+1012.2955 Probability
+1012.3053 Combinatorics
+1012.3175 Cosmology and Nongalactic Astrophysics
+1012.3176 Cosmology and Nongalactic Astrophysics
+1012.3180 Differential Geometry
+1012.3181 Soft Condensed Matter
+1012.3184 Experiment
+1012.3185 Logic
+1012.3187 Materials Science
+1012.3190 High Energy Astrophysical Phenomena
+1012.3201 Information Theory
+1012.3207 Atomic Physics
+1012.3216 Computer Vision and Pattern Recognition
+1012.3218 Analysis of PDEs
+1012.3221 Analysis of PDEs
+1012.3222
+1012.3223 Number Theory
+1012.3224 Astrophysics of Galaxies
+1012.3240 Geometric Topology
+1012.3242 Pattern Formation and Solitons
+1012.3243 Group Theory
+1012.3247 Algebraic Topology
+1012.3249 Group Theory
+1012.3250 Group Theory
+1012.3252 Physics and Society
+1012.3258 Solar and Stellar Astrophysics
+1012.3259 Geophysics
+1012.3269 Probability
+1012.3271 Optimization and Control
+1012.3272 Optimization and Control
+1012.3273 Discrete Mathematics
+1012.3274 Dynamical Systems
+1012.3276 Dynamical Systems
+1012.3277 Dynamical Systems
+1012.3278 Information Retrieval
+1012.3279 Algebraic Geometry
+1012.3280 Artificial Intelligence
+1012.3281 Optimization and Control
+1012.3282 Computer Science and Game Theory
+1012.3286 Pattern Formation and Solitons
+1012.3290 Optimization and Control
+1012.3292 Computational Physics
+1012.3294 Solar and Stellar Astrophysics
+1012.3296
+1012.3299 Optimization and Control
+1012.3300 Computational Physics
+1012.3302 Strongly Correlated Electrons
+1012.3303 Computational Physics
+1012.3304 Mesoscale and Nanoscale Physics
+1012.3305 Computational Physics
+1012.3306 Functional Analysis
+1012.3307 Superconductivity
+1012.3309 Mesoscale and Nanoscale Physics
+1012.3312 Artificial Intelligence
+1012.3313 Probability
+1012.3322 Strongly Correlated Electrons
+1012.3327
+1012.3329 Computational Physics
+1012.3330 Superconductivity
+1012.3332 Phenomenology
+1012.3334 Theory
+1012.3335 Optimization and Control
+1012.3336 Artificial Intelligence
+1012.3344 Optics
+1012.3348 Functional Analysis
+1012.3351 Category Theory
+1012.3354 Computational Physics
+1012.3355 Lattice
+1012.3358 Algebraic Geometry
+1012.3362 Operator Algebras
+1012.3368 Biological Physics
+1012.3369 Computational Physics
+1012.3370 Earth and Planetary Astrophysics
+1012.3379 Strongly Correlated Electrons
+1012.3384 Differential Geometry
+1012.3386 Probability
+1012.3387 Combinatorics
+1012.3396 Algebraic Geometry
+1012.3400
+1012.3402 Algebraic Geometry
+1012.3407 Machine Learning
+1012.3410 Artificial Intelligence
+1012.3414 Number Theory
+1012.3416 General Physics
+1012.3417 Superconductivity
+1012.3420 Complex Variables
+1012.3422 Logic
+1012.3423 Combinatorics
+1012.3430 Other Quantitative Biology
+1012.3433
+1012.3434 Representation Theory
+1012.3437 Other Quantitative Biology
+1012.3442 Symbolic Computation
+1012.3443
+1012.3446 Differential Geometry
+1012.3451
+1012.3452 Operating Systems
+astro-ph/0105390
+astro-ph/0401427
+astro-ph/0405357
+astro-ph/0410642
+astro-ph/9402067
+astro-ph/9605079
+astro-ph/9712325
+cond-mat/0108361 Statistical Mechanics
+cond-mat/0412501 Materials Science
+cond-mat/0412557 Materials Science
+cs/0612063 Programming Languages
+hep-ph/0104232 Phenomenology
+hep-ph/0307233 Phenomenology
+hep-ph/0308263 Phenomenology
+hep-ph/0311205 Phenomenology
+hep-ph/0412214 Phenomenology
+hep-ph/0501224 Phenomenology
+hep-ph/0507071 Phenomenology
+hep-ph/0608046 Phenomenology
+hep-ph/9304292 Phenomenology
+hep-ph/9512385 Phenomenology
+hep-th/9602146 Theory
+hep-th/9704163 Theory
+hep-th/9708007 Theory
+math/0312453 Representation Theory
+math/0701764 Representation Theory
+nucl-ex/0412055
+nucl-th/0004020
+nucl-th/0105042
+nucl-th/0105067
+nucl-th/0110045
+nucl-th/0112052
+nucl-th/0202049
+nucl-th/0202069
+nucl-th/0205071
+nucl-th/0210080
+nucl-th/0306063
+nucl-th/0307039
+nucl-th/0311085
+nucl-th/0311087
+nucl-th/0401035
+nucl-th/0403065
+nucl-th/0404088
+nucl-th/0407115
+nucl-th/0412027
+nucl-th/0503087
+nucl-th/0510006
+nucl-th/0510077
+nucl-th/0511061
+nucl-th/0607019
+nucl-th/9709073
+nucl-th/9807040
+nucl-th/9906028
+nucl-th/9907078
+quant-ph/0609119
+0709.3312 Symplectic Geometry
+0709.3593 Quantum Algebra
+0710.1994 Metric Geometry
+0711.3364
+0712.3490 Dynamical Systems
+0802.1264
+0803.0709 Soft Condensed Matter
+0803.1987 Theory
+0804.0064 Superconductivity
+0805.0036 Theory
+0805.0799 Phenomenology
+0805.1397 Phenomenology
+0806.3295 Number Theory
+0807.1322
+0808.2595
+0809.0381 Theory
+0809.2911
+0809.3291
+0811.3307 Phenomenology
+0811.3671 Phenomenology
+0812.2394 Superconductivity
+0901.1336
+0902.3663 Phenomenology
+0902.3927
+0903.1047 Theory
+0903.2195 Computational Physics
+0903.3498 Neurons and Cognition
+0904.1694
+0905.1141 Phenomenology
+0905.2380 Strongly Correlated Electrons
+0905.2505
+0905.2630 General Physics
+0905.2686 Theory
+0905.3004 Experiment
+0905.4221 Data Analysis, Statistics and Probability
+0905.4534
+0906.0505
+0906.0788 Phenomenology
+0906.0925
+0906.2679 Soft Condensed Matter
+0906.5067
+0906.5526 Phenomenology
+0907.0008 Strongly Correlated Electrons
+0907.1754
+0907.2078 Phenomenology
+0907.2207 Theory
+0907.2486
+0907.2617
+0907.2691 Theory
+0907.4071 Theory
+0907.4234 Phenomenology
+0907.4408 Phenomenology
+0908.0039 Theory
+0908.0123 Phenomenology
+0908.0880 Phenomenology
+0908.1957
+0908.2808 Theory
+0908.2938
+0909.0103 Combinatorics
+0909.0358 Rings and Algebras
+0909.0945 Theory
+0909.1110 Theory
+0909.1592 Mesoscale and Nanoscale Physics
+0909.1926 Algebraic Geometry
+0909.2338 Superconductivity
+0909.2937 Phenomenology
+0909.3523 Phenomenology
+0909.3705 Theory
+0909.4628 Soft Condensed Matter
+0909.5473 Spectral Theory
+0909.5497
+0910.1083 Cosmology and Nongalactic Astrophysics
+0910.1434 Mesoscale and Nanoscale Physics
+0910.2014 Algebraic Geometry
+0910.2041 Metric Geometry
+0910.2553 Mesoscale and Nanoscale Physics
+0910.2954 Strongly Correlated Electrons
+0910.3522 Materials Science
+0910.3834 Cosmology and Nongalactic Astrophysics
+0910.4379 Phenomenology
+0910.4530 Theory
+0910.4939
+0910.5079
+0911.1006 Phenomenology
+0911.1450 Phenomenology
+0911.1884 Theory
+0911.2220 Theory
+0911.2447 Lattice
+0911.2836 Theory
+0911.3828 Quantum Gases
+0911.4410
+0911.4418 Theory
+0911.5656 Quantum Gases
+0912.1047 History and Overview
+0912.1461
+0912.1760 Materials Science
+0912.2018 Dynamical Systems
+0912.5217 Number Theory
+0912.5465 Theory
+0912.5536 Phenomenology
+1001.0550
+1001.1704
+1002.2101 Mesoscale and Nanoscale Physics
+1002.2122 Mesoscale and Nanoscale Physics
+1002.2694 Space Physics
+1002.3088 Space Physics
+1002.3251 Rings and Algebras
+1002.3442
+1002.4219
+1002.4290 Formal Languages and Automata Theory
+1002.4566 Theory
+1002.4704 Algebraic Topology
+1002.4825 Analysis of PDEs
+1002.4920 Operator Algebras
+1003.0017 Geophysics
+1003.0018 Astrophysics of Galaxies
+1003.0024 Learning
+1003.0027 Group Theory
+1003.0031 Quantitative Methods
+1003.0034 Artificial Intelligence
+1003.0046
+1003.0051 Spectral Theory
+1003.0066 History and Overview
+1003.0078 Machine Learning
+1003.0081 Phenomenology
+1003.0089 High Energy Astrophysical Phenomena
+1003.0091 Cosmology and Nongalactic Astrophysics
+1003.0096 Category Theory
+1003.0101 Differential Geometry
+1003.0102 Materials Science
+1003.0103
+1003.0107 Logic in Computer Science
+1003.0108 Optimization and Control
+1003.0109 Computational Physics
+1003.0112
+1003.0113 Instrumentation and Detectors
+1003.0114 Classical Analysis and ODEs
+1003.0117 Probability
+1003.0121 Classical Analysis and ODEs
+1003.0122 Solar and Stellar Astrophysics
+1003.0125 Algebraic Geometry
+1003.0129 Cosmology and Nongalactic Astrophysics
+1003.0135 Probability
+1003.0143 Materials Science
+1003.0150 Data Structures and Algorithms
+1003.0152 History and Overview
+1003.0162 Optics
+1003.0163 Optics
+1003.0164 Experiment
+1003.0165
+1003.0166 Optics
+1003.0169 Representation Theory
+1003.0170
+1003.0174 Commutative Algebra
+1003.0175 Combinatorics
+1003.0176 Mesoscale and Nanoscale Physics
+1003.0179
+1003.0182 Applications
+1003.0184
+1003.0186 Differential Geometry
+1003.0189 Differential Geometry
+1003.0197 Representation Theory
+1003.0199 Cell Behavior
+1003.0204 Astrophysics of Galaxies
+1003.0205 Information Theory
+1003.0206 Computation and Language
+1003.0221 Other Computer Science
+1003.0222 Materials Science
+1003.0228 Probability
+1003.0229 High Energy Astrophysical Phenomena
+1003.0233
+1003.0238 Representation Theory
+1003.0239
+1003.0242 Information Theory
+1003.0243 Methodology
+1003.0244 Algebraic Geometry
+1003.0245 Representation Theory
+1003.0247
+1003.0254 Chaotic Dynamics
+1003.0255 General Physics
+1003.0259 Astrophysics of Galaxies
+1003.0261 Statistics Theory
+1003.0264 Algebraic Geometry
+1003.0267 Algebraic Geometry
+1003.0277 History and Philosophy of Physics
+1003.0288
+1003.0305 Dynamical Systems
+1003.0308 Solar and Stellar Astrophysics
+1003.0315 Methodology
+1003.0320 Combinatorics
+1003.0323 Algebraic Geometry
+1003.0324 Phenomenology
+1003.0325 Algebraic Geometry
+1003.0331 Phenomenology
+1003.0337 Computation and Language
+1003.0338 Differential Geometry
+1003.0341 Soft Condensed Matter
+1003.0343 Dynamical Systems
+1003.0348 Probability
+1003.0349 Dynamical Systems
+1003.0350 Rings and Algebras
+1003.0352
+1003.0354 General Topology
+1003.0357 Algebraic Geometry
+1003.0360 General Mathematics
+1003.0367 Information Theory
+1003.0375 Superconductivity
+1003.0378 Materials Science
+1003.0383 Superconductivity
+1003.0384 Physics and Society
+1003.0394 Combinatorics
+1003.0395 Theory
+1003.0397 Classical Analysis and ODEs
+1003.0398 Differential Geometry
+1003.0400 Information Theory
+1003.0403 Classical Analysis and ODEs
+1003.0407 Superconductivity
+1003.0410 Phenomenology
+1003.0416 Astrophysics of Galaxies
+1003.0422 Differential Geometry
+1003.0434 K-Theory and Homology
+1003.0436 Analysis of PDEs
+1003.0439 Lattice
+1003.0442
+astro-ph/0108197
+gr-qc/0003047
+hep-ph/0311364 Phenomenology
+hep-ph/0403178 Phenomenology
+hep-ph/0404053 Phenomenology
+hep-th/0604063 Theory
+math/0702537 Functional Analysis
+quant-ph/0211037
+quant-ph/0507219
+0708.1694 Fluid Dynamics
+0710.0007
+0802.0469 Commutative Algebra
+0805.0791
+0806.3373 Strongly Correlated Electrons
+0807.1192 Pattern Formation and Solitons
+0807.2370 Commutative Algebra
+0807.4832 Metric Geometry
+0808.3259 Complex Variables
+0808.3591 Commutative Algebra
+0809.4554 Probability
+0812.2399 Probability
+0901.0632 Cosmology and Nongalactic Astrophysics
+0902.2373
+0902.3495 Classical Analysis and ODEs
+0903.0632 Probability
+0903.5409 Strongly Correlated Electrons
+0904.0001 Strongly Correlated Electrons
+0905.0004 Mesoscale and Nanoscale Physics
+0905.1624 Group Theory
+0905.2046 Strongly Correlated Electrons
+0906.1344 Strongly Correlated Electrons
+0906.1771 Group Theory
+0906.5145 Probability
+0907.0240 Plasma Physics
+0907.1177 Algebraic Geometry
+0907.1703 Commutative Algebra
+0907.4116 Cosmology and Nongalactic Astrophysics
+0907.4593 Strongly Correlated Electrons
+0908.0783 Group Theory
+0909.4817 Algebraic Geometry
+0910.0343 Statistics Theory
+0910.3137 Materials Science
+0910.5369 Analysis of PDEs
+0910.5945 Combinatorics
+0911.1304
+0911.3427
+0911.3705 Superconductivity
+0911.4898
+0912.5281 Superconductivity
+1002.1287 Strongly Correlated Electrons
+1002.3283 Symplectic Geometry
+1003.3184 Materials Science
+1004.2401 Strongly Correlated Electrons
+1004.2569 Strongly Correlated Electrons
+1004.4323 Mesoscale and Nanoscale Physics
+1005.1834 Instrumentation and Methods for Astrophysics
+1005.2931 Materials Science
+1005.3168 Phenomenology
+1005.3481 Strongly Correlated Electrons
+1005.4749 Statistical Mechanics
+1006.0603 Disordered Systems and Neural Networks
+1006.1202 Mesoscale and Nanoscale Physics
+1006.1588 Fluid Dynamics
+1006.3505 Superconductivity
+1006.4300 Statistical Mechanics
+1006.4869 Algebraic Geometry
+1006.5853 Disordered Systems and Neural Networks
+1007.1910 Exactly Solvable and Integrable Systems
+1007.3605 Mesoscale and Nanoscale Physics
+1007.3761 Superconductivity
+1007.4311 Phenomenology
+1007.4574 Materials Science
+1008.1771 Materials Science
+1008.2050 Superconductivity
+1008.2604 Differential Geometry
+1008.3791 Earth and Planetary Astrophysics
+1009.1146 High Energy Astrophysical Phenomena
+1009.3977 Applications
+1009.5053 Combinatorics
+1010.0263 Superconductivity
+1010.0953 Differential Geometry
+1010.1166
+1010.2440 Digital Libraries
+1010.2921 Data Structures and Algorithms
+1010.3201 Logic in Computer Science
+1010.3217 Representation Theory
+1010.3276 Fluid Dynamics
+1010.3366 Statistics Theory
+1010.3494
+1010.3601 Information Theory
+1010.3663 Atmospheric and Oceanic Physics
+1010.3709 Fluid Dynamics
+1010.3714
+1010.3720 Solar and Stellar Astrophysics
+1010.3726 Information Theory
+1010.3727 Geometric Topology
+1010.3729 History and Overview
+1010.3735 Experiment
+1010.3738 Complex Variables
+1010.3740 Complex Variables
+1010.3741 Fluid Dynamics
+1010.3742 Geometric Topology
+1010.3746 Experiment
+1010.3752 Tissues and Organs
+1010.3753 General Physics
+1010.3760 Classical Analysis and ODEs
+1010.3776 Representation Theory
+1010.3779 Quantum Algebra
+1010.3781 Number Theory
+1010.3783 Data Structures and Algorithms
+1010.3785 Instrumentation and Methods for Astrophysics
+1010.3786 Group Theory
+1010.3787 Cosmology and Nongalactic Astrophysics
+1010.3796 Instrumentation and Methods for Astrophysics
+1010.3798 Logic
+1010.3799 Analysis of PDEs
+1010.3800 Quantum Algebra
+1010.3802 Solar and Stellar Astrophysics
+1010.3803 Algebraic Geometry
+1010.3807 Exactly Solvable and Integrable Systems
+1010.3810 Information Theory
+1010.3811 Statistical Mechanics
+1010.3819 Probability
+1010.3821 Statistics Theory
+1010.3822 Differential Geometry
+1010.3824
+1010.3825 Statistics Theory
+1010.3826 General Physics
+1010.3833 Number Theory
+1010.3836 Statistics Theory
+1010.3843 Statistics Theory
+1010.3845 Populations and Evolution
+1010.3852 Chemical Physics
+1010.3855 Statistics Theory
+1010.3860 Combinatorics
+1010.3861 High Energy Astrophysical Phenomena
+1010.3862 Cryptography and Security
+1010.3866 Statistics Theory
+1010.3867 Computer Vision and Pattern Recognition
+1010.3871 Representation Theory
+1010.3873 Representation Theory
+1010.3877 Group Theory
+1010.3882 Applications
+1010.3889 Number Theory
+1010.3891 Statistics Theory
+1010.3894 General Physics
+1010.3901 Statistics Theory
+1010.3903 Materials Science
+1010.3905 Materials Science
+1010.3909 Systems and Control
+1010.3913 Statistical Mechanics
+1010.3915 Quantum Gases
+1010.3916 Statistics Theory
+1010.3919
+1010.3925 Superconductivity
+1010.3928 Number Theory
+1010.3932 K-Theory and Homology
+1010.3935 Computer Vision and Pattern Recognition
+1010.3939 General Physics
+1010.3941 Networking and Internet Architecture
+1010.3945 Number Theory
+1010.3947 Computer Vision and Pattern Recognition
+1010.3948 Probability
+1010.3951 Multimedia
+1010.3955 Methodology
+1010.3957 Plasma Physics
+1010.3961 Combinatorics
+1010.3963 High Energy Astrophysical Phenomena
+1010.3965 Combinatorics
+1010.3969
+1010.3976 Data Structures and Algorithms
+1010.3977 Cosmology and Nongalactic Astrophysics
+1010.3981 Information Theory
+1010.3984 Space Physics
+1010.3987 Solar and Stellar Astrophysics
+1010.3988 Information Retrieval
+1010.3990 Phenomenology
+1010.3994 Space Physics
+1010.3998 Space Physics
+1010.4000 Fluid Dynamics
+1010.4007 Multimedia
+1010.4008 Analysis of PDEs
+1010.4010 Instrumentation and Detectors
+1010.4011 Analysis of PDEs
+1010.4017 Fluid Dynamics
+1010.4018 Distributed, Parallel, and Cluster Computing
+1010.4020
+1010.4021 Computer Vision and Pattern Recognition
+cond-mat/0612632 Strongly Correlated Electrons
+gr-qc/0412130
+math/0611552 Commutative Algebra
+math/0611939 Differential Geometry
+math/0701666 Geometric Topology
+math/0703104 Algebraic Geometry
+0706.0943 Number Theory
+0706.4019 K-Theory and Homology
+0707.2362 Experiment
+0708.1580 Information Theory
+0711.4853 Representation Theory
+0801.0130 Number Theory
+0802.4311 Trading and Market Microstructure
+0804.3056 Soft Condensed Matter
+0804.3240
+0805.1742 Combinatorics
+0807.3650
+0811.4227
+0901.3038
+0901.4662 Algebraic Geometry
+0902.4190 Number Theory
+0903.3618 Complex Variables
+0904.1374 Cosmology and Nongalactic Astrophysics
+0904.4155 Networking and Internet Architecture
+0905.0421 Statistical Mechanics
+0907.3813 Atomic Physics
+0908.2389
+0908.2649
+0908.2851 Plasma Physics
+0909.4155
+0910.2061 Operator Algebras
+0910.3793 Cosmology and Nongalactic Astrophysics
+0911.0763 Cosmology and Nongalactic Astrophysics
+0911.2339 High Energy Astrophysical Phenomena
+0911.2681 Exactly Solvable and Integrable Systems
+0911.4526 Analysis of PDEs
+0911.4805
+0912.3248 Cosmology and Nongalactic Astrophysics
+0912.5227 Classical Analysis and ODEs
+0912.5397 Lattice
+1001.0185 Strongly Correlated Electrons
+1001.1780 Solar and Stellar Astrophysics
+1001.3803 Functional Analysis
+1001.5355 Biological Physics
+1001.5470 Discrete Mathematics
+1002.1098 High Energy Astrophysical Phenomena
+1002.2438 Combinatorics
+1002.2903 Atomic Physics
+1002.4018 Phenomenology
+1003.0262 Superconductivity
+1003.0728 Chaotic Dynamics
+1003.3891
+1003.4211 Cosmology and Nongalactic Astrophysics
+1004.1038 Superconductivity
+1004.1559 Cosmology and Nongalactic Astrophysics
+1004.1560 Mesoscale and Nanoscale Physics
+1004.3213 High Energy Astrophysical Phenomena
+1005.0427 Number Theory
+1005.1255 Phenomenology
+1006.1313
+1006.3041 Optics
+1007.0747 Theory
+1007.1344 Superconductivity
+1007.1555 Category Theory
+1007.2681 Solar and Stellar Astrophysics
+1007.3075 Information Theory
+1007.3451 Superconductivity
+1008.0387 Number Theory
+1008.1063 Populations and Evolution
+1008.3015 Combinatorics
+1008.3037 Chaotic Dynamics
+1008.3229 Statistics Theory
+1008.3401 Number Theory
+1008.3404 Metric Geometry
+1008.3409 Materials Science
+1008.3416 Earth and Planetary Astrophysics
+1008.3417 Differential Geometry
+1008.3421 Optimization and Control
+1008.3424 Optics
+1008.3425 Phenomenology
+1008.3427 Risk Management
+1008.3431 Programming Languages
+1008.3433
+1008.3434 Programming Languages
+1008.3436 Phenomenology
+1008.3437 Information Theory
+1008.3438 Cosmology and Nongalactic Astrophysics
+1008.3441 Functional Analysis
+1008.3457 Analysis of PDEs
+1008.3458 Statistical Mechanics
+1008.3461 Strongly Correlated Electrons
+1008.3467 Earth and Planetary Astrophysics
+1008.3468
+1008.3471 Logic
+1008.3476 Solar and Stellar Astrophysics
+1008.3480 Analysis of PDEs
+1008.3483 Dynamical Systems
+1008.3484 Functional Analysis
+1008.3490 Functional Analysis
+1008.3502 Instrumentation and Methods for Astrophysics
+1008.3503 Data Structures and Algorithms
+1008.3505 Networking and Internet Architecture
+1008.3514 Probability
+1008.3522 Probability
+1008.3527 Dynamical Systems
+1008.3533 Hardware Architecture
+1008.3537
+1008.3542 Mesoscale and Nanoscale Physics
+1008.3544 Analysis of PDEs
+1008.3546 Data Structures and Algorithms
+1008.3551 Computational Engineering, Finance, and Science
+1008.3558 Statistical Mechanics
+1008.3561 Programming Languages
+cond-mat/0603565 Soft Condensed Matter
+cond-mat/0609409 Mesoscale and Nanoscale Physics
+math-ph/0510008
+math/0412220 Number Theory
+math/0502007 Number Theory
+math/0605162 Number Theory
+physics/0309082 Chemical Physics
+physics/0606008 Classical Physics
+physics/0606009 Classical Physics
+quant-ph/0208060
+0711.0723 Other Condensed Matter
+0801.0120 Combinatorics
+0801.2603 Representation Theory
+0801.2806 Representation Theory
+0802.0489 Statistics Theory
+0802.2567 Quantum Algebra
+0802.2655 Statistics Theory
+0804.4629 Dynamical Systems
+0805.3121 Strongly Correlated Electrons
+0806.0438 Strongly Correlated Electrons
+0806.1380
+0807.0910 Differential Geometry
+0808.0934 Group Theory
+0812.1923 Chemical Physics
+0812.4625
+0901.1572 Populations and Evolution
+0902.3384 Statistical Mechanics
+0903.5422 Representation Theory
+0905.4237 Statistical Finance
+0907.0236
+0907.0649 Networking and Internet Architecture
+0907.2536 Strongly Correlated Electrons
+0908.0488 Computational Geometry
+0908.1329 Mesoscale and Nanoscale Physics
+0908.3592 Differential Geometry
+0909.0579 Statistical Mechanics
+0910.0244 Phenomenology
+0910.2220 Commutative Algebra
+0911.1443 Statistics Theory
+0911.4973 Cosmology and Nongalactic Astrophysics
+0911.5217 Strongly Correlated Electrons
+0911.5459 Information Theory
+0912.0792 Materials Science
+0912.1846 Quantum Gases
+0912.2399 Materials Science
+0912.3691
+0912.4539 Superconductivity
+1001.3721 Probability
+1001.4766 Probability
+1003.1936 Strongly Correlated Electrons
+1003.2715 Disordered Systems and Neural Networks
+1003.4321 Mesoscale and Nanoscale Physics
+1003.4413 Geometric Topology
+1003.5099 Phenomenology
+1004.0329 Mesoscale and Nanoscale Physics
+1004.3677 Strongly Correlated Electrons
+1004.4874
+1005.0652 Materials Science
+1005.1592 Earth and Planetary Astrophysics
+1005.2144 Statistical Mechanics
+1005.2969 Earth and Planetary Astrophysics
+1005.3902 Computation and Language
+1005.3908 Probability
+1005.4805 Analysis of PDEs
+1005.5241 Performance
+1005.5597 Analysis of PDEs
+1005.5604 Dynamical Systems
+1005.5608 Logic in Computer Science
+1005.5610 Symbolic Computation
+1005.5615
+1005.5634 Analysis of PDEs
+1006.0309 Algebraic Geometry
+1006.0575 Databases
+1006.0805 Analysis of PDEs
+1006.1031 Discrete Mathematics
+1006.1082 Rings and Algebras
+1006.1204 Solar and Stellar Astrophysics
+1006.1206 Solar and Stellar Astrophysics
+1006.1541 Probability
+1006.1937
+1006.2799 Earth and Planetary Astrophysics
+1006.3141 Distributed, Parallel, and Cluster Computing
+1006.3925 Optimization and Control
+1006.3993 Data Structures and Algorithms
+1006.4047 Probability
+1006.4215 Soft Condensed Matter
+1006.4490 Networking and Internet Architecture
+1006.4672 Fluid Dynamics
+1006.5528 Dynamical Systems
+1006.5529 Soft Condensed Matter
+1006.5780 Analysis of PDEs
+1006.5781 Soft Condensed Matter
+1006.5782 History and Overview
+1006.5783 History and Overview
+1006.5785 Soft Condensed Matter
+1006.5787 Robotics
+1006.5835 Probability
+1006.5837 Analysis of PDEs
+1007.0822 Logic
+1007.0824 Learning
+1007.0912 Dynamical Systems
+1007.0938
+1007.1129 Geometric Topology
+1007.1298 Statistics Theory
+1007.1365 Group Theory
+1007.1545 Analysis of PDEs
+1007.1548 Networking and Internet Architecture
+1007.1549 Differential Geometry
+1007.1801 Instrumentation and Methods for Astrophysics
+1007.2104 Geophysics
+1007.2242 Astrophysics of Galaxies
+1007.2658
+1007.2837 Analysis of PDEs
+1007.3183 Programming Languages
+1007.3350 Logic in Computer Science
+1007.3385 Probability
+1007.3759 Mesoscale and Nanoscale Physics
+1007.3805 Data Analysis, Statistics and Probability
+1007.3903 Phenomenology
+1007.3921 Analysis of PDEs
+1007.3959 Probability
+1007.3999 Phenomenology
+1007.4003 Theory
+1007.4006 Materials Science
+1007.4007
+1007.4022 Group Theory
+1007.4024 Probability
+1007.4026 Classical Physics
+1007.4028 Logic in Computer Science
+1007.4029 Analysis of PDEs
+1007.4030 Algebraic Geometry
+1007.4037 Probability
+1007.4040 Artificial Intelligence
+1007.4043 Representation Theory
+1007.4046 Optics
+1007.4047 Strongly Correlated Electrons
+1007.4054 General Physics
+1007.4057 Distributed, Parallel, and Cluster Computing
+1007.4058 Physics and Society
+1007.4059 Atomic Physics
+1007.4062 Machine Learning
+1007.4063 Discrete Mathematics
+1007.4076 Rings and Algebras
+1007.4083 Classical Physics
+1007.4085
+1007.4086 Functional Analysis
+1007.4089 Mesoscale and Nanoscale Physics
+1007.4095 Analysis of PDEs
+1007.4096 Combinatorics
+1007.4098 Biomolecules
+1007.4100 Theory
+1007.4101 Cosmology and Nongalactic Astrophysics
+1007.4102 Probability
+1007.4110 Representation Theory
+1007.4111
+1007.4114 Logic in Computer Science
+1007.4115 Superconductivity
+1007.4118 Rings and Algebras
+1007.4120 Quantitative Methods
+1007.4122 Quantitative Methods
+1007.4124 Quantitative Methods
+1007.4128
+1007.4131 Functional Analysis
+1007.4132
+1007.4137 Chaotic Dynamics
+1007.4140 Phenomenology
+1007.4143 Differential Geometry
+1007.4148 Methodology
+1007.4149 Molecular Networks
+1007.4150 Combinatorics
+1007.4154 Discrete Mathematics
+1007.4157 Programming Languages
+1007.4158 Algebraic Geometry
+1007.4164 General Physics
+1007.4169 Methodology
+1007.4172 Logic in Computer Science
+1007.4174 High Energy Astrophysical Phenomena
+1007.4184
+1007.4188 Materials Science
+1007.4190 Dynamical Systems
+1007.4191 Data Structures and Algorithms
+1007.4192 Popular Physics
+math/0010078 Differential Geometry
+math/0010090 Differential Geometry
+math/0011003 Differential Geometry
+math/0206201 Geometric Topology
+math/0501513 Algebraic Topology
+physics/0604210 Computational Physics
+quant-ph/0611238
+quant-ph/0701096
+0704.2319 Mesoscale and Nanoscale Physics
+0705.3812 Dynamical Systems
+0706.0579 Algebraic Geometry
+0707.3812 Differential Geometry
+0809.0352 Computational Complexity
+0809.3452 Phenomenology
+0811.3833 Commutative Algebra
+0812.4380 Materials Science
+0903.2626 Strongly Correlated Electrons
+0904.0925 Phenomenology
+0904.1372
+0904.3557 Theory
+0905.2778 Dynamical Systems
+0905.4692
+0905.4811 Strongly Correlated Electrons
+0907.2704 Strongly Correlated Electrons
+0907.3097 Probability
+0908.2092 Mesoscale and Nanoscale Physics
+0908.2596 Group Theory
+0908.3275
+0910.0477 Theory
+0910.1077 Combinatorics
+0910.2524 Statistical Finance
+0910.5864 Soft Condensed Matter
+0911.1941 Phenomenology
+1001.2795 Strongly Correlated Electrons
+1001.3830
+1001.4748 Superconductivity
+1002.0377 General Finance
+1002.3741 Analysis of PDEs
+1002.4423 Quantum Gases
+1003.0824 Commutative Algebra
+1003.1927 Probability
+1003.3090 Networking and Internet Architecture
+1003.3091 Networking and Internet Architecture
+1003.3092 Networking and Internet Architecture
+1003.3307 Networking and Internet Architecture
+1003.3310 Networking and Internet Architecture
+1003.3311 Networking and Internet Architecture
+1003.3312 Networking and Internet Architecture
+1003.3317 Networking and Internet Architecture
+1003.3322 Networking and Internet Architecture
+1003.3325 Computer Science and Game Theory
+1003.3326 Networking and Internet Architecture
+1003.3553 Networking and Internet Architecture
+1003.3555 Networking and Internet Architecture
+1003.3556 Networking and Internet Architecture
+1003.3564 Networking and Internet Architecture
+1003.3565 Networking and Internet Architecture
+1003.3566 Networking and Internet Architecture
+1003.3568 Networking and Internet Architecture
+1003.3569 Networking and Internet Architecture
+1003.3987
+1003.4634 Atomic Physics
+1003.5429 Networking and Internet Architecture
+1003.5431 Networking and Internet Architecture
+1003.5432 Networking and Internet Architecture
+1003.5435 Computer Vision and Pattern Recognition
+1003.5437 Networking and Internet Architecture
+1003.5438 Networking and Internet Architecture
+1003.5439 Other Computer Science
+1003.5440 Networking and Internet Architecture
+1003.5442 Other Computer Science
+1003.5775 Networking and Internet Architecture
+1003.6030 Other Computer Science
+1004.0185 Materials Science
+1004.0421 Networking and Internet Architecture
+1004.0422 Networking and Internet Architecture
+1004.0567 Learning
+1004.0570 Networking and Internet Architecture
+1004.0571 Cryptography and Security
+1004.0574 Cryptography and Security
+1004.0587 Networking and Internet Architecture
+1004.0590 Cryptography and Security
+1004.0591 Cryptography and Security
+1004.0594 Cryptography and Security
+1004.0596 Networking and Internet Architecture
+1004.0599 Cryptography and Security
+1004.0602 Networking and Internet Architecture
+1004.0604 Software Engineering
+1004.0605 Cryptography and Security
+1004.0762 Cryptography and Security
+1004.0765 Computer Science and Game Theory
+1004.0767 Cryptography and Security
+1004.0769 Networking and Internet Architecture
+1004.0770 Cryptography and Security
+1004.0771 Networking and Internet Architecture
+1004.0772 Cryptography and Security
+1004.0774 Software Engineering
+1004.2999 Strongly Correlated Electrons
+1004.3605 Mesoscale and Nanoscale Physics
+1004.4499 Quantum Gases
+1005.0116 Materials Science
+1005.0408 Mesoscale and Nanoscale Physics
+1005.1734 Networking and Internet Architecture
+1005.1736 Cryptography and Security
+1005.1737 Networking and Internet Architecture
+1005.1739 Networking and Internet Architecture
+1005.1740 Networking and Internet Architecture
+1005.1742 Networking and Internet Architecture
+1005.1747 Distributed, Parallel, and Cluster Computing
+1005.1749 Networking and Internet Architecture
+1005.1751 Distributed, Parallel, and Cluster Computing
+1005.1755 Networking and Internet Architecture
+1005.1757 Multimedia
+1005.1758 Networking and Internet Architecture
+1005.1759 Networking and Internet Architecture
+1005.1787 Networking and Internet Architecture
+1005.1992 Performance
+1005.2045
+1005.2050 Networking and Internet Architecture
+1005.2504 Statistical Mechanics
+1005.2821 Networking and Internet Architecture
+1005.3417 Algebraic Geometry
+1005.4496 Artificial Intelligence
+1005.4499 Cryptography and Security
+1005.4501 Cryptography and Security
+1005.4504 Cryptography and Security
+1005.4505 Networking and Internet Architecture
+1005.5028 Cryptography and Security
+1005.5271 Information Retrieval
+1005.5432 Databases
+1005.5433 Databases
+1005.5434 Databases
+1005.5435 Distributed, Parallel, and Cluster Computing
+1005.5436 Multimedia
+1005.5437 Computer Vision and Pattern Recognition
+1005.5438 Databases
+1005.5439 Computer Vision and Pattern Recognition
+1005.5440 Distributed, Parallel, and Cluster Computing
+1005.5606 Distributed, Parallel, and Cluster Computing
+1005.5613 Multimedia
+1006.0539 Theory
+1006.0866 Sound
+1006.0869 Computers and Society
+1006.0876 Databases
+1006.0878 Computers and Society
+1006.0880 Logic in Computer Science
+1006.1177 Distributed, Parallel, and Cluster Computing
+1006.1178 Other Computer Science
+1006.1179 Hardware Architecture
+1006.1182 Software Engineering
+1006.1184 Information Retrieval
+1006.1186 Multimedia
+1006.1187 Computer Vision and Pattern Recognition
+1006.1190 Artificial Intelligence
+1006.1191 Distributed, Parallel, and Cluster Computing
+1006.1192 Cryptography and Security
+1006.1193 Mathematical Software
+1006.1198 Cryptography and Security
+1006.1467 Number Theory
+1006.3366 Networking and Internet Architecture
+1006.3369 Networking and Internet Architecture
+1006.3371 Networking and Internet Architecture
+1006.3373 Networking and Internet Architecture
+1006.3374 Networking and Internet Architecture
+1006.3375 Networking and Internet Architecture
+1006.3376 Networking and Internet Architecture
+1006.3609 Other Computer Science
+1006.3610 Networking and Internet Architecture
+1006.3744 Instrumentation and Detectors
+1006.3845 Networking and Internet Architecture
+1006.4001 Earth and Planetary Astrophysics
+1006.4297 Mesoscale and Nanoscale Physics
+1007.0810 Fluid Dynamics
+1007.1709 Distributed, Parallel, and Cluster Computing
+1007.2040 Optimization and Control
+1007.2121 Soft Condensed Matter
+1007.2203 Algebraic Geometry
+1007.2204 Graphics
+1007.2205 Functional Analysis
+1007.2206 High Energy Astrophysical Phenomena
+1007.2207 Metric Geometry
+1007.2214 Functional Analysis
+1007.2216 Data Structures and Algorithms
+1007.2217 Cryptography and Security
+1007.2222 Soft Condensed Matter
+1007.2229 Medical Physics
+1007.2235 Combinatorics
+1007.2239 Number Theory
+1007.2246
+1007.2251 Strongly Correlated Electrons
+1007.2255 Probability
+1007.2258 Chemical Physics
+1007.2261 Group Theory
+1007.2271 Strongly Correlated Electrons
+1007.2276 Materials Science
+1007.2279 Strongly Correlated Electrons
+1007.2280 Networking and Internet Architecture
+1007.2282 Discrete Mathematics
+1007.2285 Group Theory
+1007.2288 Phenomenology
+1007.2295 Complex Variables
+1007.2298 Cosmology and Nongalactic Astrophysics
+1007.2301 Combinatorics
+1007.2307 Number Theory
+1007.2308 Algebraic Geometry
+1007.2311 Combinatorics
+1007.2314 Optics
+1007.2316 Optimization and Control
+1007.2318 Number Theory
+1007.2322
+1007.2324 Phenomenology
+1007.2328 Instrumentation and Methods for Astrophysics
+1007.2338
+1007.2339
+1007.2340 Strongly Correlated Electrons
+1007.2341 Strongly Correlated Electrons
+1007.2346 Geometric Topology
+1007.2352 Trading and Market Microstructure
+1007.2353 Formal Languages and Automata Theory
+1007.2358 Instrumentation and Detectors
+1007.2359
+1007.2362 Metric Geometry
+1007.2364 Artificial Intelligence
+1007.2365 Data Structures and Algorithms
+1007.2366 Mesoscale and Nanoscale Physics
+1007.2372 Quantum Algebra
+1007.2375 General Mathematics
+1007.2376 Logic
+1007.2381 Software Engineering
+1007.2388 Probability
+1007.2391 Complex Variables
+1007.2394 Algebraic Geometry
+1007.2403 Geophysics
+cond-mat/0606134 Mesoscale and Nanoscale Physics
+cond-mat/0607401 Other Condensed Matter
+math/0002162 Geometric Topology
+0705.3910 Experiment
+0705.4598 Experiment
+0706.2938 Experiment
+0706.4042 Probability
+0706.4318 Experiment
+0707.1080 Theory
+0708.3011 Instrumentation and Detectors
+0709.4572 Experiment
+0710.0278
+0710.0656 Experiment
+0710.1205 Geophysics
+0710.4108 Experiment
+0711.0693 Experiment
+0711.2369
+0801.2556 Experiment
+0801.3623 Experiment
+0802.0068 Logic
+0802.0438
+0802.1669 Methodology
+0802.2965 Experiment
+0802.4388 Logic
+0803.0077
+0803.1779 Geophysics
+0804.0716
+0804.0763 Theory
+0805.2852 K-Theory and Homology
+0805.3326 Probability
+0806.0423 Mesoscale and Nanoscale Physics
+0806.0597 Probability
+0807.0447
+0807.0810
+0807.4716 Statistical Mechanics
+0808.0006 Experiment
+0808.3784 Experiment
+0809.0048 Experiment
+0809.0182 Strongly Correlated Electrons
+0809.1624 Phenomenology
+0809.1851
+0809.2705
+0809.2886 Experiment
+0809.2909
+0809.3985 Disordered Systems and Neural Networks
+0809.4078 Experiment
+0810.1518
+0810.2078 Experiment
+0810.2106 Number Theory
+0810.3652 Experiment
+0810.4681 Mesoscale and Nanoscale Physics
+0810.4751 Experiment
+0810.4880 Statistical Mechanics
+0811.0141 Rings and Algebras
+0811.2380 Phenomenology
+0811.3200 Theory
+0811.3433 Statistical Mechanics
+0811.4132
+0811.4456 Other Condensed Matter
+0812.2956
+0812.3395
+0812.3757
+0901.0404
+0901.1341 Theory
+0901.2135 Experiment
+0901.3664 Statistical Mechanics
+0901.3816 Phenomenology
+0902.0686 Mesoscale and Nanoscale Physics
+0902.2468 Analysis of PDEs
+0902.3478
+0902.4899 Rings and Algebras
+0903.0969 Phenomenology
+0903.1024 Phenomenology
+0903.1891 Atomic Physics
+0903.2624
+0903.3088
+0903.3390 Strongly Correlated Electrons
+0903.4192 Atomic Physics
+0903.4260
+0903.4262
+0903.4616 Data Analysis, Statistics and Probability
+0903.4957 Logic
+0904.0010
+0904.0741
+0904.0801 Theory
+0904.4888 High Energy Astrophysical Phenomena
+0905.4678 Phenomenology
+0906.0125 Molecular Networks
+0906.0291 Probability
+0906.1898 Superconductivity
+0906.2881 Phenomenology
+0906.3482 Statistical Mechanics
+0906.4301
+0906.4399 Theory
+0906.5046 Phenomenology
+0907.2273
+0907.3198 Quantum Gases
+0907.3239 Experiment
+0907.3690
+0907.4278
+0908.0184 Theory
+0908.0859 Differential Geometry
+0908.1028
+0908.2039
+0908.2090
+0908.2441 Atomic Physics
+0908.2933
+0908.3113
+0908.3333
+0908.3643
+0908.3919 Quantum Gases
+0909.0268 Phenomenology
+0909.0281
+0909.0376
+0909.0412
+0909.0693 Theory
+0909.1116
+0909.1285
+0909.1324 Theory
+0909.1606 Phenomenology
+0909.2242 Combinatorics
+0909.2528 Mesoscale and Nanoscale Physics
+0909.2863 Phenomenology
+0909.3039 Experiment
+0909.3406 Mesoscale and Nanoscale Physics
+0909.3729 Experiment
+0909.4146 Phenomenology
+0909.4476 Phenomenology
+0909.4527 Phenomenology
+0909.4562
+0909.4684 Phenomenology
+0909.4694 Phenomenology
+0909.4984
+0909.5061 Phenomenology
+0909.5111 Phenomenology
+0909.5467 Experiment
+0909.5679 Experiment
+0909.5680 Superconductivity
+0910.0012 Phenomenology
+0910.0046 Experiment
+0910.0667
+0910.0731 Mesoscale and Nanoscale Physics
+0910.0879 Experiment
+0910.0914 Quantum Gases
+0910.1331 Experiment
+0910.1889 Experiment
+0910.1906 Cosmology and Nongalactic Astrophysics
+0910.1907 Materials Science
+0910.2123 Phenomenology
+0910.2267 Phenomenology
+0910.2295 Experiment
+0910.2309 Pricing of Securities
+0910.2981 Phenomenology
+0910.4314 Phenomenology
+0910.4462 Phenomenology
+0910.4779 Theory
+0910.4867 Mesoscale and Nanoscale Physics
+0910.5628 Phenomenology
+0910.5719 High Energy Astrophysical Phenomena
+0911.0378
+0911.0880 Experiment
+0911.1150 Experiment
+0911.1359 Cosmology and Nongalactic Astrophysics
+0911.2142 Computational Geometry
+0911.2764 Solar and Stellar Astrophysics
+0911.3061 Theory
+0911.3140
+0911.3264 Fluid Dynamics
+0911.3759
+0911.3865 Phenomenology
+0911.4820 Cosmology and Nongalactic Astrophysics
+0911.4955 Cosmology and Nongalactic Astrophysics
+0911.5334 Theory
+0911.5644 Cosmology and Nongalactic Astrophysics
+0912.0489 Phenomenology
+0912.0708
+0912.0776 Phenomenology
+0912.0968 Experiment
+0912.1640 Quantum Gases
+0912.1704 Mesoscale and Nanoscale Physics
+0912.1718 Phenomenology
+0912.1951 Number Theory
+0912.1968 Numerical Analysis
+0912.2992 Mesoscale and Nanoscale Physics
+0912.3018
+0912.3086 Computational Physics
+0912.3652 General Finance
+0912.3681 Atomic Physics
+0912.3799 Phenomenology
+0912.3806 Theory
+0912.4069
+0912.4167 Phenomenology
+0912.4250
+0912.4285 Soft Condensed Matter
+0912.4773 Cosmology and Nongalactic Astrophysics
+0912.4848 Theory
+0912.5351
+0912.5360
+0912.5375 Phenomenology
+0912.5454 Cosmology and Nongalactic Astrophysics
+1001.0998 Phenomenology
+1001.1410 Cosmology and Nongalactic Astrophysics
+1001.1709
+1001.1883 Experiment
+1001.2146 Solar and Stellar Astrophysics
+1001.2265 Phenomenology
+1001.2266
+1001.2659 Theory
+1001.2663
+1001.2944 Phenomenology
+1001.3611 Materials Science
+1001.3870 Cosmology and Nongalactic Astrophysics
+1001.4057 Phenomenology
+1001.4077
+1001.4101 Cosmology and Nongalactic Astrophysics
+1001.4450 Mesoscale and Nanoscale Physics
+1001.4595 Experiment
+1001.5114
+1001.5167 Cosmology and Nongalactic Astrophysics
+1001.5399 Cosmology and Nongalactic Astrophysics
+1002.0342 Phenomenology
+1002.1189 Lattice
+1002.1612 Phenomenology
+1002.1655 Experiment
+1002.1733 Theory
+1002.2374 Lattice
+1002.2948 Cosmology and Nongalactic Astrophysics
+1002.3703 Cosmology and Nongalactic Astrophysics
+1002.3705
+1002.3844 Geometric Topology
+1002.3874 Lattice
+1003.1648
+1003.1923 Earth and Planetary Astrophysics
+1003.2900
+1003.3518 High Energy Astrophysical Phenomena
+1003.4838 Representation Theory
+1004.0148
+1004.0565 Dynamical Systems
+1004.1368 Subcellular Processes
+1004.1868
+1004.2272 Group Theory
+1004.2968 Data Structures and Algorithms
+1004.3077 Phenomenology
+1004.3097 Algebraic Geometry
+1004.3377 Phenomenology
+1004.3436 Atmospheric and Oceanic Physics
+1004.3547 Physics and Society
+1004.3549 Computer Vision and Pattern Recognition
+1004.3555 Networking and Internet Architecture
+1004.3556 Multimedia
+1004.3557 Neural and Evolutionary Computing
+1004.3560 Performance
+1004.3563 Networking and Internet Architecture
+1004.3564
+1004.3565 Databases
+1004.3566 Distributed, Parallel, and Cluster Computing
+1004.3568 Databases
+1004.3571 Computational Engineering, Finance, and Science
+1004.3577 Probability
+1004.3578 History and Philosophy of Physics
+1004.3583 Optimization and Control
+1004.3588 Group Theory
+1004.3591 Complex Variables
+1004.3593 Differential Geometry
+1004.3595 Representation Theory
+1004.3601 Representation Theory
+1004.3602 High Energy Astrophysical Phenomena
+1004.3603 Representation Theory
+1004.3608 Computational Complexity
+1004.3614 Strongly Correlated Electrons
+1004.3616 Numerical Analysis
+1004.3617 Networking and Internet Architecture
+1004.3618 Geometric Topology
+1004.3620 Algebraic Geometry
+1004.3621 Numerical Analysis
+1004.3629 Computer Vision and Pattern Recognition
+1004.3634 Differential Geometry
+1004.3635 Formal Languages and Automata Theory
+1004.3640 Software Engineering
+1004.3645
+1004.3656 Mesoscale and Nanoscale Physics
+1004.3659 Computational Complexity
+1004.3662 Strongly Correlated Electrons
+1004.3663 Soft Condensed Matter
+1004.3671 Instrumentation and Detectors
+1004.3674
+1004.3676 Experiment
+1004.3681 Instrumentation and Detectors
+1004.3682 Materials Science
+1004.3685 Physics and Society
+1004.3687 Operating Systems
+1004.3688 Cosmology and Nongalactic Astrophysics
+1004.3690 Plasma Physics
+1004.3693 Cosmology and Nongalactic Astrophysics
+1004.3703
+1004.3704 Analysis of PDEs
+1004.3709 Combinatorics
+1004.3711 Complex Variables
+1004.3716 Data Structures and Algorithms
+1004.3717 Methodology
+1004.3718 Quantum Gases
+1004.3725 Neural and Evolutionary Computing
+1004.3726 Methodology
+1004.3729 Number Theory
+1004.3739 Optics
+1004.3742 Information Theory
+1004.3744 Theory
+1004.3745 Information Theory
+1004.3747 Differential Geometry
+1004.3751 Functional Analysis
+1004.3758 Pricing of Securities
+1004.3761 Superconductivity
+1004.3764 Analysis of PDEs
+1004.3769 Theory
+1004.3777 Computational Complexity
+1004.3780 Complex Variables
+astro-ph/0303344
+astro-ph/0312175
+astro-ph/0503644
+cond-mat/0012433 Soft Condensed Matter
+hep-ex/0209061 Experiment
+hep-ex/0301002 Experiment
+hep-ex/0302016 Experiment
+hep-ex/0302023 Experiment
+hep-ex/0306046 Experiment
+hep-ex/0307025 Experiment
+hep-ex/0307027 Experiment
+hep-ex/0310033 Experiment
+hep-ex/0310035 Experiment
+hep-ex/0310055 Experiment
+hep-ex/0401021 Experiment
+hep-ex/0402020 Experiment
+hep-ex/0406061 Experiment
+hep-ex/0407034 Experiment
+hep-ex/0407043 Experiment
+hep-ex/0408147 Experiment
+hep-ex/0408151 Experiment
+hep-ex/0409001 Experiment
+hep-ex/0409002 Experiment
+hep-ex/0409013 Experiment
+hep-ex/0409021 Experiment
+hep-ex/0409024 Experiment
+hep-ex/0409039 Experiment
+hep-ex/0409052 Experiment
+hep-ex/0409067 Experiment
+hep-ex/0410019 Experiment
+hep-ex/0410024 Experiment
+hep-ex/0411009 Experiment
+hep-ex/0411010 Experiment
+hep-ex/0411025 Experiment
+hep-ex/0411048 Experiment
+hep-ex/0411067 Experiment
+hep-ex/0412024 Experiment
+hep-ex/0412028 Experiment
+hep-ex/0412061 Experiment
+hep-ex/0501055 Experiment
+hep-ex/0501067 Experiment
+hep-ex/0503025 Experiment
+hep-ex/0505083 Experiment
+hep-ex/0507106 Experiment
+hep-ex/0509007 Experiment
+hep-ex/0510069 Experiment
+hep-ex/0511007 Experiment
+hep-ex/0511025 Experiment
+hep-ex/0511041 Experiment
+hep-ex/0511051 Experiment
+hep-ex/0512006 Experiment
+hep-ex/0512024 Experiment
+hep-ex/0512045 Experiment
+hep-ex/0601012 Experiment
+hep-ex/0601016 Experiment
+hep-ex/0601031 Experiment
+hep-ex/0601041 Experiment
+hep-ex/0602019 Experiment
+hep-ex/0602024 Experiment
+hep-ex/0602038 Experiment
+hep-ex/0602039 Experiment
+hep-ex/0602048 Experiment
+hep-ex/0603007 Experiment
+hep-ex/0605038 Experiment
+hep-ex/0605076 Experiment
+hep-ex/0605090 Experiment
+hep-ex/0609017 Experiment
+hep-ex/0609028 Experiment
+hep-ex/0610009 Experiment
+hep-ex/0610055 Experiment
+hep-ex/0610083 Experiment
+hep-ex/0610087 Experiment
+hep-ex/0612009 Experiment
+hep-ex/0612018 Experiment
+hep-ex/0701036 Experiment
+hep-ph/0307165 Phenomenology
+hep-ph/0307346 Phenomenology
+hep-ph/0311192 Phenomenology
+hep-ph/0601228 Phenomenology
+math/0311413 Functional Analysis
+math/0701794 Analysis of PDEs
+physics/0212056 Accelerator Physics
+physics/0306060 Computational Physics
+physics/0510116 Instrumentation and Detectors
+physics/0604199 Instrumentation and Detectors
+physics/0608081 Instrumentation and Detectors
+quant-ph/0612165
+0711.4657 Category Theory
+0801.1887 Statistical Mechanics
+0802.1946 Category Theory
+0802.3497 Classical Analysis and ODEs
+0803.1950 Complex Variables
+0804.0885
+0805.1235 Group Theory
+0805.3713 Statistical Mechanics
+0810.1268 Information Theory
+0812.3674 Complex Variables
+0812.4678 Complex Variables
+0901.4778 Statistical Mechanics
+0902.1973 Analysis of PDEs
+0903.2923 Classical Analysis and ODEs
+0904.3344 Algebraic Geometry
+0906.1222 Solar and Stellar Astrophysics
+0906.2064 Classical Analysis and ODEs
+0909.2883 Mesoscale and Nanoscale Physics
+0909.4593 Disordered Systems and Neural Networks
+0910.0602 Operator Algebras
+0910.1176 Complex Variables
+0910.1289 Commutative Algebra
+0910.2996 Category Theory
+0910.4646 Algebraic Geometry
+0910.5432 Algebraic Geometry
+0911.5415 Numerical Analysis
+0911.5420 Superconductivity
+0912.1641 Theory
+0912.2943 Other Condensed Matter
+0912.3178 Cosmology and Nongalactic Astrophysics
+0912.3790 Quantum Gases
+0912.4620 Other Condensed Matter
+1001.5084 High Energy Astrophysical Phenomena
+1002.0294 Materials Science
+1002.1416 Cosmology and Nongalactic Astrophysics
+1002.4237 Instrumentation and Detectors
+1003.0180
+1003.0749 Superconductivity
+1003.3540 Solar and Stellar Astrophysics
+1003.5111 Mesoscale and Nanoscale Physics
+1004.1621 Statistical Mechanics
+1004.2317
+1004.3210 Statistical Mechanics
+1004.4440
+1005.0992 Strongly Correlated Electrons
+1005.2260 Symplectic Geometry
+1005.3154 Cosmology and Nongalactic Astrophysics
+1005.4260 Rings and Algebras
+1005.4574 Cosmology and Nongalactic Astrophysics
+1005.5659
+1006.0633 Earth and Planetary Astrophysics
+1006.2598 Strongly Correlated Electrons
+1006.2933
+1006.3544 Superconductivity
+1006.4323 Classical Analysis and ODEs
+1006.4811 Phenomenology
+1006.4969 Statistical Mechanics
+1006.5220 General Topology
+1007.1179 Instrumentation and Methods for Astrophysics
+1008.0908 Phenomenology
+1008.2107 Cosmology and Nongalactic Astrophysics
+1008.4956 Optics
+1008.5116 Superconductivity
+1009.0022 Mesoscale and Nanoscale Physics
+1009.0390 Networking and Internet Architecture
+1009.0687 Atmospheric and Oceanic Physics
+1009.0936
+1009.1193 Information Theory
+1009.1223
+1009.1445
+1009.1628 Instrumentation and Methods for Astrophysics
+1009.1631 Classical Analysis and ODEs
+1009.1635 Statistical Mechanics
+1009.1636 High Energy Astrophysical Phenomena
+1009.1638 Phenomenology
+1009.1641 Classical Analysis and ODEs
+1009.1645 Algebraic Geometry
+1009.1664 Algebraic Geometry
+1009.1666 Cosmology and Nongalactic Astrophysics
+1009.1667 Materials Science
+1009.1672 Group Theory
+1009.1682 Cosmology and Nongalactic Astrophysics
+1009.1685 Networking and Internet Architecture
+1009.1689 Optimization and Control
+1009.1691 Fluid Dynamics
+1009.1695 Theory
+1009.1697 Data Structures and Algorithms
+1009.1698 Physics Education
+1009.1703 Theory
+1009.1705 Fluid Dynamics
+1009.1708 Performance
+1009.1709 Strongly Correlated Electrons
+1009.1711 General Physics
+1009.1716 Networking and Internet Architecture
+1009.1718 Differential Geometry
+1009.1720
+1009.1725 Solar and Stellar Astrophysics
+1009.1729 Exactly Solvable and Integrable Systems
+1009.1741 Representation Theory
+1009.1742 Dynamical Systems
+1009.1743 Strongly Correlated Electrons
+1009.1744
+1009.1748 Instrumentation and Methods for Astrophysics
+1009.1749
+1009.1756 Discrete Mathematics
+1009.1758 Instrumentation and Methods for Astrophysics
+1009.1759 Information Theory
+1009.1763 High Energy Astrophysical Phenomena
+1009.1764 Statistical Mechanics
+1009.1765 High Energy Astrophysical Phenomena
+1009.1769 Quantum Algebra
+1009.1770 High Energy Astrophysical Phenomena
+1009.1777 Instrumentation and Methods for Astrophysics
+1009.1779 Cosmology and Nongalactic Astrophysics
+1009.1786 Biomolecules
+1009.1789 Logic
+1009.1792 Plasma Physics
+1009.1796 Hardware Architecture
+1009.1802 Analysis of PDEs
+1009.1803
+1009.1805 Solar and Stellar Astrophysics
+1009.1817 Algebraic Geometry
+1009.1820 Analysis of PDEs
+1009.1824 Earth and Planetary Astrophysics
+1009.1825 Optimization and Control
+1009.1829 Experiment
+1009.1834 Analysis of PDEs
+1009.1835 Mesoscale and Nanoscale Physics
+1009.1845 Probability
+1009.1846
+1009.1857 Accelerator Physics
+1009.1858 Spectral Theory
+1009.1868 Logic
+cond-mat/0702159 Statistical Mechanics
+math/0603571 Dynamical Systems
+math/0607271 Category Theory
+math/0607646 Category Theory
+math/0610439 Category Theory
+math/0610500 Category Theory
+math/0612299 Category Theory
+math/0701541 Dynamical Systems
+math/0702535 Category Theory
+0704.1180
+0706.0676 Theory
+0708.0018 Algebraic Geometry
+0802.0314 Computational Complexity
+0802.2736 Computational Complexity
+0803.3521 Analysis of PDEs
+0806.0877 Group Theory
+0810.3283 Robotics
+0811.4245
+0812.1134 Analysis of PDEs
+0812.1325 Operator Algebras
+0901.4074 Analysis of PDEs
+0903.1030 Commutative Algebra
+0905.2248 Information Theory
+0905.2713 Group Theory
+0906.4432 Optics
+0907.3811
+0908.1450 Earth and Planetary Astrophysics
+0908.3274 Differential Geometry
+0908.3547 Quantum Gases
+0908.3796 Cosmology and Nongalactic Astrophysics
+0908.4427 Computational Engineering, Finance, and Science
+0910.1531 Chemical Physics
+0910.1754 Mesoscale and Nanoscale Physics
+0910.3800
+0911.1093 Algebraic Topology
+0911.1344 Algebraic Topology
+0911.1948 Algebraic Geometry
+0911.2890 Cellular Automata and Lattice Gases
+0911.2993 Logic in Computer Science
+0912.3083 Mesoscale and Nanoscale Physics
+0912.3464 Statistical Mechanics
+0912.4898 Statistical Finance
+1001.1302 Superconductivity
+1001.4984 Cosmology and Nongalactic Astrophysics
+1002.1536
+1003.0719 Group Theory
+1003.0895 Cosmology and Nongalactic Astrophysics
+1003.4010 Algebraic Topology
+1003.5203 Soft Condensed Matter
+1004.1269
+1004.1966 Quantum Gases
+1004.2256 Phenomenology
+1004.2448 Instrumentation and Methods for Astrophysics
+1004.2539
+1004.2939
+1004.3692 Probability
+1004.4231 Quantum Gases
+1004.5250 Phenomenology
+1005.1158 Quantum Gases
+1005.1849
+1005.5420 Lattice
+1006.0883 Fluid Dynamics
+1006.1215 Strongly Correlated Electrons
+1006.4306 Mesoscale and Nanoscale Physics
+1006.5439 Materials Science
+1007.1513 Statistical Mechanics
+1007.2430 Phenomenology
+1007.2819 Chaotic Dynamics
+1007.4039
+1007.4644 Algebraic Geometry
+1007.4841 Phenomenology
+1008.0477
+1008.0991
+1008.1505
+1008.3720
+1008.5209 Learning
+1009.0018 High Energy Astrophysical Phenomena
+1009.0026 Cryptography and Security
+1009.0033 Networking and Internet Architecture
+1009.0047 Chemical Physics
+1009.0055
+1009.0056 Distributed, Parallel, and Cluster Computing
+1009.0058 Numerical Analysis
+1009.0060 Group Theory
+1009.0065 Logic
+1009.0066 Statistical Mechanics
+1009.0068 Information Theory
+1009.0070 Materials Science
+1009.0072 Information Theory
+1009.0075 Combinatorics
+1009.0078 Information Theory
+1009.0083 Fluid Dynamics
+1009.0084 Geometric Topology
+1009.0087 Algebraic Geometry
+1009.0090 Superconductivity
+1009.0092 Fluid Dynamics
+1009.0094 Functional Analysis
+1009.0098 Number Theory
+1009.0099 Functional Analysis
+1009.0100 Solar and Stellar Astrophysics
+1009.0101 Statistics Theory
+1009.0102 Dynamical Systems
+1009.0108 Computation and Language
+1009.0110 Category Theory
+1009.0114 Combinatorics
+1009.0116
+1009.0117 Learning
+1009.0118 Populations and Evolution
+1009.0119 Social and Information Networks
+1009.0122 Superconductivity
+1009.0123 Solar and Stellar Astrophysics
+1009.0126 Fluid Dynamics
+1009.0127 Fluid Dynamics
+1009.0132 Group Theory
+1009.0133 Probability
+1009.0141 Fluid Dynamics
+1009.0149 Plasma Physics
+1009.0151 Exactly Solvable and Integrable Systems
+1009.0152 Software Engineering
+1009.0166 Fluid Dynamics
+1009.0169 Quantitative Methods
+1009.0176 Combinatorics
+1009.0181 Mesoscale and Nanoscale Physics
+1009.0189 Classical Analysis and ODEs
+1009.0192 Materials Science
+1009.0197 Numerical Analysis
+1009.0200
+1009.0214 Materials Science
+1009.0222 Spectral Theory
+1009.0226 Analysis of PDEs
+1009.0228 Complex Variables
+1009.0231 Materials Science
+1009.0233 Probability
+1009.0243 Materials Science
+1009.0244
+1009.0245 Cosmology and Nongalactic Astrophysics
+1009.0246 Computational Complexity
+1009.0249 Analysis of PDEs
+1009.0251 Statistical Mechanics
+1009.0255 Databases
+1009.0258 Instrumentation and Methods for Astrophysics
+1009.0259 Analysis of PDEs
+math/0011187 Logic
+math/0608396 Differential Geometry
+quant-ph/0411039
+quant-ph/0606015
+0710.0479 Materials Science
+0711.2649 Phenomenology
+0712.0124 Analysis of PDEs
+0802.0644 Spectral Theory
+0805.2827 Theory
+0806.2507
+0807.4113 Statistical Mechanics
+0810.1561 Analysis of PDEs
+0810.4280 Superconductivity
+0811.1169 Analysis of PDEs
+0811.2497 Computer Science and Game Theory
+0811.2849 Analysis of PDEs
+0812.1661 K-Theory and Homology
+0901.2754 Analysis of PDEs
+0901.4513 Solar and Stellar Astrophysics
+0902.2593
+0902.3333 Mesoscale and Nanoscale Physics
+0902.4752
+0903.0985 Mesoscale and Nanoscale Physics
+0903.2045 Cosmology and Nongalactic Astrophysics
+0904.1102 Superconductivity
+0904.1414 Cosmology and Nongalactic Astrophysics
+0904.2007 Phenomenology
+0904.2357 Classical Analysis and ODEs
+0904.3368 Phenomenology
+0904.4415 Theory
+0905.0664 Theory
+0905.2167 Analysis of PDEs
+0905.3123 Experiment
+0905.3210
+0905.3235 Phenomenology
+0905.4159 Instrumentation and Detectors
+0905.4358 Mesoscale and Nanoscale Physics
+0905.4792
+0906.1351
+0906.4753 Cosmology and Nongalactic Astrophysics
+0907.1921 Materials Science
+0907.2309 Information Theory
+0907.4655 Biological Physics
+0908.0842 Complex Variables
+0908.0908 Algebraic Geometry
+0908.3612 Materials Science
+0908.3972
+0908.4542 Mesoscale and Nanoscale Physics
+0909.0145 Theory
+0909.0981 Biological Physics
+0909.2078 Phenomenology
+0909.2424
+0909.3415 Theory
+0909.3715
+0909.3719 Theory
+0909.4400 Soft Condensed Matter
+0910.0109
+0910.1010 High Energy Astrophysical Phenomena
+0910.2963 Lattice
+0910.4312 Number Theory
+0910.5153 Theory
+0910.5627 Experiment
+0910.5710 Theory
+0911.1544 Networking and Internet Architecture
+0911.3596 Strongly Correlated Electrons
+0911.3619
+0912.0863 Differential Geometry
+0912.4235 Combinatorics
+0912.5428 Strongly Correlated Electrons
+1001.0833 Information Retrieval
+1001.2546 Materials Science
+1001.2574 Cosmology and Nongalactic Astrophysics
+1001.4233
+1001.4772 Disordered Systems and Neural Networks
+1001.4950 Algebraic Geometry
+1001.5265 Statistics Theory
+1001.5266 Phenomenology
+1002.0007 Differential Geometry
+1002.0010 Phenomenology
+1002.0012 Symbolic Computation
+1002.0013 Optimization and Control
+1002.0017
+1002.0020 Number Theory
+1002.0021 Differential Geometry
+1002.0023 High Energy Astrophysical Phenomena
+1002.0024 Algebraic Geometry
+1002.0031
+1002.0034 Differential Geometry
+1002.0036 Classical Analysis and ODEs
+1002.0038 Algebraic Geometry
+1002.0039 Dynamical Systems
+1002.0045 Combinatorics
+1002.0047
+1002.0053 K-Theory and Homology
+1002.0056 Combinatorics
+1002.0057 Materials Science
+1002.0058 Geometric Topology
+1002.0065 Biomolecules
+1002.0073 Combinatorics
+1002.0078 Data Analysis, Statistics and Probability
+1002.0081 High Energy Astrophysical Phenomena
+1002.0083 Classical Analysis and ODEs
+1002.0088 Analysis of PDEs
+1002.0091 Metric Geometry
+1002.0092 Medical Physics
+1002.0094 Metric Geometry
+1002.0095 Combinatorics
+1002.0096 Strongly Correlated Electrons
+1002.0100 Disordered Systems and Neural Networks
+1002.0103 Phenomenology
+1002.0105 K-Theory and Homology
+1002.0108 Artificial Intelligence
+1002.0110 Information Theory
+1002.0115 Combinatorics
+1002.0123 Information Theory
+1002.0125 Distributed, Parallel, and Cluster Computing
+1002.0126 Geometric Topology
+1002.0130 Classical Physics
+1002.0131 Numerical Analysis
+1002.0134 Artificial Intelligence
+1002.0136 Artificial Intelligence
+1002.0139 Databases
+1002.0143 Functional Analysis
+1002.0149 Combinatorics
+1002.0154 Software Engineering
+1002.0155 Computational Geometry
+1002.0158 Number Theory
+1002.0169 Multiagent Systems
+1002.0170 Multiagent Systems
+1002.0174 Differential Geometry
+1002.0176
+1002.0177 Artificial Intelligence
+1002.0183 Combinatorics
+1002.0184 Artificial Intelligence
+1002.0186 Materials Science
+1002.0188 Geometric Topology
+1002.0203 Statistical Mechanics
+1002.0214 Other Computer Science
+1002.0217 Data Analysis, Statistics and Probability
+1002.0224 Probability
+1002.0228 High Energy Astrophysical Phenomena
+1002.0236 Strongly Correlated Electrons
+1002.0239 Information Retrieval
+1002.0243 Differential Geometry
+1002.0244 Solar and Stellar Astrophysics
+1002.0245 Instrumentation and Methods for Astrophysics
+1002.0247 Optimization and Control
+1002.0249
+1002.0251 Other Computer Science
+1002.0253 Other Computer Science
+1002.0255 Number Theory
+1002.0257
+1002.0262 Other Computer Science
+1002.0264 Instrumentation and Methods for Astrophysics
+1002.0267 Dynamical Systems
+1002.0270 Other Computer Science
+1002.0271 Complex Variables
+1002.0273 Statistical Mechanics
+1002.0277 General Finance
+1002.0278 Rings and Algebras
+1002.0293 Astrophysics of Galaxies
+1002.0297 Solar and Stellar Astrophysics
+1002.0298 Cryptography and Security
+1002.0306 Analysis of PDEs
+1002.0309 Group Theory
+1002.0310
+1002.0312 Rings and Algebras
+1002.0321 Statistical Finance
+1002.0323 Analysis of PDEs
+1002.0324 High Energy Astrophysical Phenomena
+1002.0325 Strongly Correlated Electrons
+1002.0327 Statistical Mechanics
+cond-mat/0504748 Statistical Mechanics
+cond-mat/0506646 Materials Science
+cond-mat/0506651 Materials Science
+hep-ex/0409020 Experiment
+hep-ex/9804009 Experiment
+hep-ex/9804010 Experiment
+hep-ex/9904022 Experiment
+hep-ph/0603002 Phenomenology
+hep-th/0208186 Theory
+math/0208205 Geometric Topology
+math/0310183 Differential Geometry
+math/0507355 Differential Geometry
+math/0701449 Analysis of PDEs
+math/0703283 Analysis of PDEs
+math/0703472 Differential Geometry
+physics/0607066 Instrumentation and Detectors
+0704.0199 Combinatorics
+0706.3234 Quantitative Methods
+0709.3217 Lattice
+0710.0516 Geometric Topology
+0710.3119 Group Theory
+0711.0865 Number Theory
+0711.1230 Dynamical Systems
+0712.3192 Algebraic Geometry
+0802.3907 Accelerator Physics
+0803.0371 Symplectic Geometry
+0804.4428 Geometric Topology
+0804.4776 Phenomenology
+0805.4083 Algebraic Geometry
+0806.1720 Algebraic Geometry
+0809.0457 Group Theory
+0809.0802 Geometric Topology
+0809.2482
+0810.1462 Differential Geometry
+0810.4260 Geometric Topology
+0810.4437 Differential Geometry
+0810.4815
+0810.5023 Probability
+0810.5517 Logic in Computer Science
+0811.1224 Strongly Correlated Electrons
+0811.3754 Strongly Correlated Electrons
+0812.1251 Combinatorics
+0812.3752
+0812.4300 Mesoscale and Nanoscale Physics
+0901.1022 Group Theory
+0901.1154 Algebraic Geometry
+0902.0579 Fluid Dynamics
+0902.3692 Geometric Topology
+0903.1274 Mesoscale and Nanoscale Physics
+0903.1334 Materials Science
+0903.1821 Optics
+0903.2962 Probability
+0904.0362
+0904.3197 Mesoscale and Nanoscale Physics
+0905.3410 Cosmology and Nongalactic Astrophysics
+0906.1806 Dynamical Systems
+0906.3828 Algebraic Geometry
+0907.1711 Statistical Mechanics
+0907.2241
+0907.2359 Disordered Systems and Neural Networks
+0907.2577 Number Theory
+0907.2806 Statistical Mechanics
+0907.3278 Medical Physics
+0908.0478 Mesoscale and Nanoscale Physics
+0908.1293 Mesoscale and Nanoscale Physics
+0908.1315 Soft Condensed Matter
+0908.2456 Combinatorics
+0908.2905 Cryptography and Security
+0908.3337
+0909.0077
+0909.1291 Astrophysics of Galaxies
+0909.1441 Mesoscale and Nanoscale Physics
+0909.1643 Data Analysis, Statistics and Probability
+0909.3669 Cosmology and Nongalactic Astrophysics
+0909.4927 Phenomenology
+0910.0843 Theory
+0910.0866 Physics and Society
+0910.1103 Phenomenology
+0910.1459
+0910.2440
+0910.2603 Networking and Internet Architecture
+0910.2677 Theory
+0910.2914 Theory
+0910.3311 Phenomenology
+0910.4219 Number Theory
+0910.5841 Mesoscale and Nanoscale Physics
+0911.2375 Methodology
+0911.3815 Statistical Mechanics
+0911.5261
+0912.0767 Quantum Algebra
+0912.1690
+0912.2471 Algebraic Topology
+0912.3187 Optics
+0912.3810 Cosmology and Nongalactic Astrophysics
+0912.5326
+1001.1503 Instrumentation and Methods for Astrophysics
+1001.2077 Information Theory
+1001.2171 Cosmology and Nongalactic Astrophysics
+1001.2387 Differential Geometry
+1001.2566 Information Theory
+1001.2569 Networking and Internet Architecture
+1001.2573 Materials Science
+1001.2575 Networking and Internet Architecture
+1001.2580 Computational Physics
+1001.2581 Phenomenology
+1001.2584 Lattice
+1001.2585 Theory
+1001.2587 Analysis of PDEs
+1001.2590 High Energy Astrophysical Phenomena
+1001.2596 Information Theory
+1001.2603 Networking and Internet Architecture
+1001.2604 Performance
+1001.2605 Computer Vision and Pattern Recognition
+1001.2607 Classical Analysis and ODEs
+1001.2615 Machine Learning
+1001.2619 Soft Condensed Matter
+1001.2623 Information Theory
+1001.2628 Category Theory
+1001.2629 Algebraic Geometry
+1001.2636 Computer Vision and Pattern Recognition
+1001.2644 High Energy Astrophysical Phenomena
+1001.2645 Quantum Algebra
+1001.2647 Information Theory
+1001.2648 Chemical Physics
+1001.2653 Rings and Algebras
+1001.2655 Geometric Topology
+1001.2660 General Mathematics
+1001.2669 Soft Condensed Matter
+1001.2670
+1001.2676 Differential Geometry
+1001.2679 Phenomenology
+1001.2680 Geometric Topology
+1001.2685 Methodology
+1001.2688 Phenomenology
+1001.2691 Biological Physics
+1001.2692 Optics
+1001.2696 Rings and Algebras
+1001.2697 Methodology
+1001.2704 Phenomenology
+1001.2706 Theory
+1001.2709 Learning
+1001.2715 Probability
+1001.2720 Solar and Stellar Astrophysics
+1001.2723 Mesoscale and Nanoscale Physics
+1001.2728 Differential Geometry
+1001.2731 Experiment
+1001.2734 Computational Geometry
+1001.2747 Phenomenology
+1001.2752 Discrete Mathematics
+1001.2756 Dynamical Systems
+1001.2763 Computational Geometry
+1001.2767 Cryptography and Security
+astro-ph/0506583
+cond-mat/0607171 Strongly Correlated Electrons
+hep-lat/0007016 Lattice
+hep-lat/0207011 Lattice
+hep-lat/0409049 Lattice
+hep-lat/0509188 Lattice
+hep-lat/9411041 Lattice
+hep-lat/9509017 Lattice
+hep-lat/9509044 Lattice
+hep-lat/9509065 Lattice
+hep-lat/9512025 Lattice
+hep-lat/9512026 Lattice
+hep-lat/9512027 Lattice
+hep-lat/9602028 Lattice
+hep-lat/9607004 Lattice
+hep-lat/9608021 Lattice
+hep-lat/9704008 Lattice
+hep-lat/9710021 Lattice
+hep-lat/9801038 Lattice
+hep-lat/9809051 Lattice
+hep-lat/9901001 Lattice
+hep-ph/0003130 Phenomenology
+hep-ph/0109070 Phenomenology
+hep-ph/0312162 Phenomenology
+hep-ph/0401172 Phenomenology
+hep-ph/0509274 Phenomenology
+hep-th/0507008 Theory
+hep-th/0508115 Theory
+math-ph/0510039
+math-ph/9903033
+math/0501333 Algebraic Geometry
+math/0504241 Group Theory
+math/0505197 Group Theory
+math/0506361 Group Theory
+math/0612302 Group Theory
+nucl-th/0311099
+nucl-th/0407069
+physics/0511233 Instrumentation and Detectors
+physics/0603024 Physics and Society
+physics/0607156 Biological Physics
+physics/0703238 Data Analysis, Statistics and Probability
+quant-ph/0611276
+0704.0817 Combinatorics
+0704.1074 Statistics Theory
+0705.0977
+0706.3638 Representation Theory
+0709.1572
+0710.5637
+0712.2152 Fluid Dynamics
+0801.0083 Algebraic Geometry
+0804.0280 Theory
+0804.1449 General Topology
+0804.2576 Combinatorics
+0809.3387 Rings and Algebras
+0810.1793 Statistics Theory
+0810.2582
+0902.0504 General Finance
+0902.0876 Representation Theory
+0903.3295 Representation Theory
+0903.3975 Analysis of PDEs
+0903.4084 Statistical Mechanics
+0904.3491
+0904.4579 Quantum Gases
+0905.2517 Phenomenology
+0906.1586 Functional Analysis
+0906.3468
+0907.2054 Analysis of PDEs
+0907.2271 Superconductivity
+0907.2654
+0907.3051 Computational Physics
+0907.3335 Category Theory
+0908.0655 Mesoscale and Nanoscale Physics
+0908.2224 Disordered Systems and Neural Networks
+0908.2948 Superconductivity
+0908.3129 Mesoscale and Nanoscale Physics
+0908.4035 Theory
+0909.0116
+0909.2087 Experiment
+0909.3024 Instrumentation and Detectors
+0909.5263 Networking and Internet Architecture
+0910.0612 Strongly Correlated Electrons
+0910.3053 Theory
+0910.3077 Phenomenology
+0910.3334 Theory
+0910.3388
+0910.3558 Statistical Mechanics
+0910.3957 Strongly Correlated Electrons
+0910.4158 Strongly Correlated Electrons
+0911.0021 Instrumentation and Detectors
+0911.0320 Lattice
+0911.0406 Populations and Evolution
+0911.0602 Plasma Physics
+0911.0662 Theory
+0911.1952 Popular Physics
+0911.3389 Computational Complexity
+0911.4181 Superconductivity
+0912.0901 Astrophysics of Galaxies
+0912.1463 Strongly Correlated Electrons
+0912.1465 Cosmology and Nongalactic Astrophysics
+0912.2605 Algebraic Geometry
+0912.2689 Strongly Correlated Electrons
+0912.3021 Theory
+0912.4369 Classical Physics
+0912.5028 Combinatorics
+1001.2142 Superconductivity
+1001.2668 Phenomenology
+1001.3515 Complex Variables
+1001.3524 Complex Variables
+1002.1435 Theory
+1002.1531 Information Theory
+1002.1986 Pattern Formation and Solitons
+1002.2363 Theory
+1002.2433
+1002.2801 K-Theory and Homology
+1002.3167 Cosmology and Nongalactic Astrophysics
+1002.3177 History and Overview
+1002.3178 Exactly Solvable and Integrable Systems
+1002.3180 Mathematical Software
+1002.3182 Superconductivity
+1002.3187 Information Theory
+1002.3189 Plasma Physics
+1002.3194 Statistical Mechanics
+1002.3195 Artificial Intelligence
+1002.3197 Classical Analysis and ODEs
+1002.3200
+1002.3208 Populations and Evolution
+1002.3213 Fluid Dynamics
+1002.3214 Classical Physics
+1002.3215 Analysis of PDEs
+1002.3216 Fluid Dynamics
+1002.3217
+1002.3222 Logic in Computer Science
+1002.3224 Mesoscale and Nanoscale Physics
+1002.3230 General Physics
+1002.3233 Mesoscale and Nanoscale Physics
+1002.3235
+1002.3236 Differential Geometry
+1002.3237 Differential Geometry
+1002.3238 Information Retrieval
+1002.3241 Statistics Theory
+1002.3243 Phenomenology
+1002.3244 Instrumentation and Methods for Astrophysics
+1002.3254 Number Theory
+1002.3256 Pricing of Securities
+1002.3258 Robotics
+1002.3262 Algebraic Topology
+1002.3263 Theory
+1002.3266 Phenomenology
+1002.3267 Soft Condensed Matter
+1002.3269 Phenomenology
+1002.3270 Quantum Gases
+1002.3271
+1002.3272 Optimization and Control
+1002.3274 Differential Geometry
+1002.3276 Statistical Mechanics
+1002.3279 Differential Geometry
+1002.3281 Differential Geometry
+1002.3285 Solar and Stellar Astrophysics
+1002.3287 Optics
+1002.3289 Number Theory
+1002.3302
+1002.3305 Solar and Stellar Astrophysics
+1002.3307 Artificial Intelligence
+1002.3320 Computation and Language
+1002.3322 Networking and Internet Architecture
+1002.3325 Solar and Stellar Astrophysics
+1002.3328 Networking and Internet Architecture
+1002.3329 Operating Systems
+1002.3330 Logic in Computer Science
+1002.3331 Combinatorics
+1002.3332 Networking and Internet Architecture
+1002.3333 Computers and Society
+1002.3337 Other Computer Science
+1002.3338 Complex Variables
+1002.3339 Other Computer Science
+1002.3340 Other Computer Science
+1002.3344 Computer Vision and Pattern Recognition
+1002.3351 Mesoscale and Nanoscale Physics
+1002.3356 Information Theory
+1002.3363 Chaotic Dynamics
+astro-ph/0005192
+astro-ph/0006289
+astro-ph/0105021
+astro-ph/0106511
+astro-ph/0210694
+astro-ph/0306347
+astro-ph/0401542
+astro-ph/0405133
+astro-ph/0507498
+astro-ph/0603668
+astro-ph/9710086
+astro-ph/9804297
+astro-ph/9906248
+astro-ph/9908023
+astro-ph/9908168
+cond-mat/9504006
+hep-ex/0412068 Experiment
+hep-lat/9310022 Lattice
+hep-ph/0007355 Phenomenology
+hep-ph/0110002 Phenomenology
+hep-ph/9305266 Phenomenology
+hep-ph/9308271 Phenomenology
+hep-th/0104066 Theory
+hep-th/9303040 Theory
+hep-th/9911055 Theory
+quant-ph/0410237
+quant-ph/0508197
+0704.1326 Exactly Solvable and Integrable Systems
+0710.0512 Lattice
+0801.4360 Dynamical Systems
+0804.0543
+0804.4145 Combinatorics
+0805.0833
+0807.1009 Analysis of PDEs
+0807.2722 Phenomenology
+0810.0702 Algebraic Geometry
+0810.1671 Mesoscale and Nanoscale Physics
+0810.3829 Experiment
+0810.5042 Differential Geometry
+0812.2588 Dynamical Systems
+0901.1237 Astrophysics of Galaxies
+0903.2670
+0903.4454
+0904.2342 Classical Analysis and ODEs
+0905.0068 Functional Analysis
+0905.1180 Theory
+0905.2044 Astrophysics of Galaxies
+0905.3468 High Energy Astrophysical Phenomena
+0905.4443 Number Theory
+0906.1337 Quantum Gases
+0907.0185
+0907.0461 Cosmology and Nongalactic Astrophysics
+0908.1550 Phenomenology
+0909.3770 Phenomenology
+0910.1839 Phenomenology
+0910.1919 Cosmology and Nongalactic Astrophysics
+0910.2117
+0910.2860 Theory
+0910.3480 Phenomenology
+0910.5005 Cosmology and Nongalactic Astrophysics
+0911.1355 High Energy Astrophysical Phenomena
+0911.2426
+0911.4115 Other Condensed Matter
+0911.4648
+0911.5349 Phenomenology
+0912.0734 High Energy Astrophysical Phenomena
+0912.1527 Number Theory
+1001.0912 Theory
+1001.4153 Optics
+1002.0219 Quantum Gases
+1002.1205 Phenomenology
+1002.1789
+1002.3842 Geometric Topology
+1002.4115
+1002.4203 Disordered Systems and Neural Networks
+1003.3390 Theory
+1003.4599 Probability
+1003.6063 Theory
+1004.1181 Experiment
+1004.2497 Phenomenology
+1004.3997 Phenomenology
+1004.4633 Theory
+1004.5055 Phenomenology
+1005.0068 Experiment
+1005.0216 Quantum Algebra
+1005.0382 Cosmology and Nongalactic Astrophysics
+1005.0544 Strongly Correlated Electrons
+1005.0759 Phenomenology
+1005.0948 Lattice
+1005.1509 Theory
+1005.1691 Theory
+1005.1704 Strongly Correlated Electrons
+1005.1802 Phenomenology
+1005.3369 Mesoscale and Nanoscale Physics
+1005.3980 Phenomenology
+1005.4613
+1005.5424 Lattice
+1005.5735 Theory
+1006.0035
+1006.0240 Networking and Internet Architecture
+1006.0267
+1006.0954 Physics Education
+1006.1311 Lattice
+1006.1331 Phenomenology
+1006.1528 Theory
+1006.1656 Phenomenology
+1006.2829 Superconductivity
+1006.3044 Phenomenology
+1006.3499
+1006.3612 Theory
+1006.3659 Theory
+1006.4615 Cosmology and Nongalactic Astrophysics
+1006.5205 Group Theory
+1006.5800 Phenomenology
+1006.5917 Statistical Mechanics
+1007.0276 Fluid Dynamics
+1007.0305 Computational Complexity
+1007.0985
+1007.1099 Phenomenology
+1007.1183 Theory
+1007.1464 Theory
+1007.1630
+1007.1645 Theory
+1007.1889 General Physics
+1007.2133 Theory
+1007.2188 Cosmology and Nongalactic Astrophysics
+1007.4200 Phenomenology
+1007.4235 Phenomenology
+1007.4333 Theory
+1007.4479 Phenomenology
+1007.4512 Phenomenology
+1007.4631
+1007.4721
+1007.4812 Phenomenology
+1007.5085 Phenomenology
+1007.5204
+1007.5437
+1008.0277 High Energy Astrophysical Phenomena
+1008.0397 Cosmology and Nongalactic Astrophysics
+1008.0639 Cosmology and Nongalactic Astrophysics
+1008.0721 Phenomenology
+1008.0724 Populations and Evolution
+1008.0795
+1008.0943
+1008.1588 Cosmology and Nongalactic Astrophysics
+1008.1796 Phenomenology
+1008.1820
+1008.1910
+1008.1967 Phenomenology
+1008.1980 Cosmology and Nongalactic Astrophysics
+1008.2309 Theory
+1008.2857 Information Theory
+1008.2895 Phenomenology
+1008.3070 Phenomenology
+1008.3345
+1008.3355 Phenomenology
+1008.3380 Phenomenology
+1008.3423 Phenomenology
+1008.3696 Phenomenology
+1008.3752
+1008.4360
+1008.4779 Phenomenology
+1008.4925 Phenomenology
+1008.4977 Phenomenology
+1008.4985 High Energy Astrophysical Phenomena
+1008.5091 Phenomenology
+1008.5285 Statistical Mechanics
+1008.5382 General Physics
+1009.0273 Cosmology and Nongalactic Astrophysics
+1009.0738 High Energy Astrophysical Phenomena
+1009.1033 Mesoscale and Nanoscale Physics
+1009.1053 Phenomenology
+1009.1065 Phenomenology
+1009.1120 Phenomenology
+1009.1374 Space Physics
+1009.1394 Cosmology and Nongalactic Astrophysics
+1009.1486
+1009.1492 Statistical Mechanics
+1009.1563 Phenomenology
+1009.1679 Phenomenology
+1009.1782 High Energy Astrophysical Phenomena
+1009.1804 Strongly Correlated Electrons
+1009.1950 Phenomenology
+1009.2076 Experiment
+1009.2149 Lattice
+1009.2283 Quantum Gases
+1009.2425 Lattice
+1009.2445
+1009.2481 Phenomenology
+1009.2504 Phenomenology
+1009.2582 Superconductivity
+1009.2749 Phenomenology
+1009.2991 Theory
+1009.3058
+1009.3269 Mesoscale and Nanoscale Physics
+1009.3449 Cosmology and Nongalactic Astrophysics
+1009.3501 Phenomenology
+1009.3841 Cosmology and Nongalactic Astrophysics
+1009.4071 Theory
+1009.4414 Lattice
+1009.4421 Theory
+1009.4634
+1009.4707
+1009.5383 Phenomenology
+1009.5595
+1009.5596 Mesoscale and Nanoscale Physics
+1009.5833 Experiment
+1010.0052 Phenomenology
+1010.1245 Soft Condensed Matter
+1010.1395 Phenomenology
+1010.1547
+1010.1886 Computer Science and Game Theory
+1010.2660
+1010.3466 Phenomenology
+1010.3611
+1010.4409
+1010.4630 Phenomenology
+1010.4738 Phenomenology
+1010.4767
+1010.5090
+1010.5503 Cosmology and Nongalactic Astrophysics
+1010.6008 Phenomenology
+1010.6061 High Energy Astrophysical Phenomena
+1010.6205 Cosmology and Nongalactic Astrophysics
+1010.6258
+1011.0321 Phenomenology
+1011.1433 Theory
+1011.1490 Astrophysics of Galaxies
+1011.2112 Phenomenology
+1011.3201 Quantum Gases
+1011.3530 General Topology
+1011.3656
+1011.4099
+1011.4639 General Physics
+1011.5550
+1011.6094
+1012.0717 General Physics
+1012.0721 General Physics
+1012.1548 Theory
+1012.2429 General Physics
+1012.3086 Earth and Planetary Astrophysics
+1012.3338 General Physics
+1012.3562 General Physics
+1012.3774 Combinatorics
+1012.4616 Theory
+1012.4790 Theory
+1012.4812 Fluid Dynamics
+1012.4815 Networking and Internet Architecture
+1012.4823 Number Theory
+1012.4825 Number Theory
+1012.4827 Quantum Algebra
+1012.4830 Soft Condensed Matter
+1012.4841 Soft Condensed Matter
+1012.4842 Computational Physics
+1012.4843
+1012.4844 Soft Condensed Matter
+1012.4845 Systems and Control
+1012.4846 Mesoscale and Nanoscale Physics
+1012.4849 Probability
+1012.4853 Experiment
+1012.4854 Materials Science
+1012.4855 Databases
+1012.4856 Combinatorics
+1012.4862 Digital Libraries
+1012.4863 Cell Behavior
+1012.4870 Digital Libraries
+1012.4871 Digital Libraries
+1012.4872 Digital Libraries
+1012.4875 Information Retrieval
+1012.4876 Digital Libraries
+1012.4877 Rings and Algebras
+1012.4881 Computational Geometry
+1012.4882 Earth and Planetary Astrophysics
+1012.4884
+1012.4889 Data Structures and Algorithms
+1012.4890 Logic in Computer Science
+1012.4891 Symbolic Computation
+1012.4892 Logic in Computer Science
+1012.4893 Programming Languages
+1012.4894 Symbolic Computation
+1012.4895 Logic in Computer Science
+1012.4896 Programming Languages
+1012.4897 Logic in Computer Science
+1012.4898 Logic in Computer Science
+1012.4899 Logic in Computer Science
+1012.4900 Programming Languages
+1012.4904 Analysis of PDEs
+1012.4905 Information Theory
+1012.4907 Chaotic Dynamics
+1012.4908 Lattice
+1012.4909 Networking and Internet Architecture
+1012.4913 Adaptation and Self-Organizing Systems
+1012.4919 Statistical Mechanics
+1012.4923 Geometric Topology
+1012.4934 Materials Science
+1012.4938 Data Structures and Algorithms
+1012.4942 Lattice
+1012.4945 Computers and Society
+1012.4949 Representation Theory
+1012.4956 Phenomenology
+1012.4964 Differential Geometry
+1012.4965 Plasma Physics
+1012.4970
+1012.4971
+1012.4974
+1012.4975 Adaptation and Self-Organizing Systems
+1012.4978 Quantitative Methods
+1012.4979 Experiment
+1012.4980 Strongly Correlated Electrons
+1012.4981 Disordered Systems and Neural Networks
+1012.4982 Numerical Analysis
+1012.4984 Rings and Algebras
+1012.4987 Phenomenology
+1012.4990 General Physics
+1012.4991 Algebraic Geometry
+1012.4993 Experiment
+1012.4994 Complex Variables
+1012.4997 Dynamical Systems
+1012.4998 Complex Variables
+1012.5002
+1012.5005 High Energy Astrophysical Phenomena
+1012.5011 Genomics
+1012.5013
+1012.5015 Algebraic Geometry
+1012.5019 Exactly Solvable and Integrable Systems
+1012.5024 Data Structures and Algorithms
+1012.5028 Differential Geometry
+1012.5030 Distributed, Parallel, and Cluster Computing
+1012.5033 Phenomenology
+1012.5035 Classical Analysis and ODEs
+1012.5050 Functional Analysis
+1012.5054 Statistical Mechanics
+1012.5055 Numerical Analysis
+1012.5057 Quantum Algebra
+1012.5058
+1012.5059 Logic in Computer Science
+1012.5063 Molecular Networks
+1012.5064 Theory
+1012.5074 Computational Engineering, Finance, and Science
+astro-ph/0003477
+astro-ph/0111080
+astro-ph/0201292
+astro-ph/0301173
+astro-ph/9911354
+cond-mat/0405673 Statistical Mechanics
+cond-mat/0607639 Mesoscale and Nanoscale Physics
+cond-mat/0607735 Other Condensed Matter
+cond-mat/9606091
+cond-mat/9708212 Statistical Mechanics
+gr-qc/0101081
+gr-qc/0103046
+gr-qc/0211040
+gr-qc/0301107
+gr-qc/0302060
+gr-qc/0302062
+gr-qc/0302114
+gr-qc/0402102
+gr-qc/0405074
+gr-qc/0409012
+gr-qc/0501005
+gr-qc/0506130
+gr-qc/0603041
+gr-qc/9910045
+hep-ex/0011069 Experiment
+hep-lat/0010053 Lattice
+hep-lat/0011030 Lattice
+hep-lat/0110110 Lattice
+hep-lat/0110113 Lattice
+hep-lat/0111017 Lattice
+hep-lat/0209065 Lattice
+hep-lat/0311032 Lattice
+hep-lat/0407006 Lattice
+hep-lat/0409066 Lattice
+hep-lat/0509131 Lattice
+hep-lat/0511036 Lattice
+hep-lat/0603019 Lattice
+hep-lat/9205028 Lattice
+hep-lat/9207021 Lattice
+hep-lat/9211056 Lattice
+hep-lat/9212015 Lattice
+hep-lat/9303012 Lattice
+hep-lat/9402017 Lattice
+hep-lat/9903014 Lattice
+hep-ph/0411238 Phenomenology
+hep-ph/9601342 Phenomenology
+hep-th/0003291 Theory
+hep-th/0005084 Theory
+hep-th/0110062 Theory
+hep-th/0112066 Theory
+hep-th/0205103 Theory
+hep-th/0212014 Theory
+hep-th/0305107 Theory
+hep-th/0307053 Theory
+hep-th/0308022 Theory
+hep-th/0311055 Theory
+hep-th/0401035 Theory
+hep-th/0403104 Theory
+hep-th/0407189 Theory
+hep-th/0410115 Theory
+hep-th/0502209 Theory
+hep-th/0504195 Theory
+hep-th/0509035 Theory
+hep-th/0511163 Theory
+hep-th/0511227 Theory
+hep-th/0604150 Theory
+hep-th/0605152 Theory
+hep-th/9603145 Theory
+math/0003054 Differential Geometry
+math/0009035 Differential Geometry
+math/0202220 Rings and Algebras
+math/0307375 Differential Geometry
+math/0402234 Rings and Algebras
+math/0406140 Combinatorics
+math/0504021 Number Theory
+math/0612251 Algebraic Geometry
+math/0612407 Dynamical Systems
+math/0702121 Dynamical Systems
+nucl-ex/0109016
+nucl-th/0011101
+nucl-th/0101065
+nucl-th/0110080
+nucl-th/0110081
+nucl-th/0111007
+nucl-th/0206065
+nucl-th/0310010
+nucl-th/0410029
+nucl-th/0501014
+nucl-th/0502055
+nucl-th/0512014
+nucl-th/0601092
+nucl-th/9810026
+quant-ph/0108075
+quant-ph/0411079
+0704.1801 Lattice
+0704.2546
+0705.0697 Phenomenology
+0705.0714 Phenomenology
+0705.0816 Experiment
+0705.0993
+0705.1525
+0705.1664 Lattice
+0705.2831
+0705.3199
+0705.3377
+0705.3946 Phenomenology
+0706.0033
+0706.0360 Theory
+0706.2191 Phenomenology
+0706.3718 Phenomenology
+0707.1279
+0707.1941 Theory
+0707.2153
+0707.2324
+0707.3985 Other Condensed Matter
+0708.1270 Theory
+0708.1752
+0708.3226 Learning
+0709.1946
+0709.2944 Chaotic Dynamics
+0709.3154 Phenomenology
+0710.0158
+0710.1060 Theory
+0710.1298 Algebraic Geometry
+0710.3820 Phenomenology
+0710.4889 Phenomenology
+0710.5932
+0711.0914 Phenomenology
+0711.0950 Phenomenology
+0711.0974 Phenomenology
+0711.1082 Probability
+0711.4467 Theory
+0711.4736 Experiment
+0711.4805 Experiment
+0711.4922
+0712.0805 Theory
+0712.0884
+0712.2312
+0712.2438
+0712.3715
+0801.1530 Representation Theory
+0801.2821
+0801.2977 Theory
+0801.4566 Theory
+0801.4711
+0802.2232
+0802.3391 Theory
+0803.0492
+0803.0715
+0803.3537
+0804.0447
+0804.0473 Lattice
+0804.2900
+0804.3079
+0804.3372 Other Condensed Matter
+0805.0203 Theory
+0805.1244
+0805.4438 Experiment
+0806.2649 Phenomenology
+0806.4940 Theory
+0806.4959 Theory
+0807.0163 Theory
+0807.1100 Theory
+0807.4899 Theory
+0808.1432 Geometric Topology
+0808.1725 Theory
+0808.2870
+0808.3725
+0809.0162 Phenomenology
+0809.0685 Phenomenology
+0809.0898
+0809.1464 Strongly Correlated Electrons
+0809.1562
+0809.4366 Experiment
+0810.0707
+0810.2401 Experiment
+0810.2888 Experiment
+0810.3845 Symplectic Geometry
+0810.5489 Theory
+0811.1565
+0811.1599 Phenomenology
+0811.1681 Experiment
+0811.1716
+0811.3775 Phenomenology
+0812.0967
+0812.0968
+0812.1103
+0812.2950 Experiment
+0901.0703
+0901.3156
+0901.3310 Lattice
+0902.0212 Complex Variables
+0902.0841 Combinatorics
+0902.3079 Theory
+0903.0304 Representation Theory
+0903.0478 Theory
+0903.1083
+0903.1110 Experiment
+0903.1260
+0903.2811
+0903.3358 Phenomenology
+0903.4196 Phenomenology
+0903.4573 Theory
+0904.0030 Phenomenology
+0904.1733 Phenomenology
+0904.1741
+0904.1890 Theory
+0904.2154
+0904.2275 Quantum Gases
+0904.2280 Quantum Gases
+0904.3246 Experiment
+0904.3276
+0904.3930
+0904.4033 Lattice
+0904.4607
+0904.4820 Experiment
+0905.0477 Theory
+0905.2715 Phenomenology
+0905.2983
+0905.3324 Cosmology and Nongalactic Astrophysics
+0905.3680 Theory
+0905.3740 Theory
+0905.3950
+0905.4116 Theory
+0905.4213 Theory
+0905.4331
+0905.4509 Phenomenology
+0905.4715 Theory
+0906.0145
+0906.0402 Theory
+0906.0608 Theory
+0906.0848 Theory
+0906.1194
+0906.1522
+0906.2367
+0906.3043 High Energy Astrophysical Phenomena
+0906.3540 Phenomenology
+0906.3580 Phenomenology
+0906.4214 Experiment
+0906.4379 Phenomenology
+0906.5598
+0907.0064 Phenomenology
+0907.0486 Cosmology and Nongalactic Astrophysics
+0907.0521 Phenomenology
+0907.0731 Analysis of PDEs
+0907.1021 Experiment
+0907.1262 Phenomenology
+0907.1438 Astrophysics of Galaxies
+0907.1748 Theory
+0907.1772 Cosmology and Nongalactic Astrophysics
+0907.1985 Theory
+0907.2257 Cosmology and Nongalactic Astrophysics
+0907.2385 High Energy Astrophysical Phenomena
+0907.2461 Phenomenology
+0907.2668
+0907.2751 Lattice
+0907.2772 Phenomenology
+0907.3645 Experiment
+0907.3947 Phenomenology
+0907.3990 Commutative Algebra
+0907.4073 Cosmology and Nongalactic Astrophysics
+0907.4112 Phenomenology
+0907.4113
+0907.4137 Theory
+0907.4159 Phenomenology
+0907.4194 Lattice
+0907.4463
+0907.4664
+0907.5166
+0907.5197
+0908.0251 Phenomenology
+0908.0664 Cosmology and Nongalactic Astrophysics
+0908.0754 Phenomenology
+0908.1543 Phenomenology
+0908.2344
+0908.2422 Theory
+0908.2435
+0908.2450 Phenomenology
+0908.2484 Theory
+0908.2637 Cosmology and Nongalactic Astrophysics
+0908.2709 Phenomenology
+0908.2910
+0908.2911
+0908.3388
+0908.3433
+0908.3550 Superconductivity
+0908.3642 Theory
+0908.3670 Information Theory
+0908.3684
+0908.3898 Cosmology and Nongalactic Astrophysics
+0908.3959 Phenomenology
+0908.4099 Phenomenology
+0908.4247
+0908.4251 Cosmology and Nongalactic Astrophysics
+0908.4329
+0908.4546
+0909.0034 Theory
+0909.0066
+0909.0261 Cosmology and Nongalactic Astrophysics
+0909.0496 Cosmology and Nongalactic Astrophysics
+0909.0616
+0909.0863 Phenomenology
+0909.0907 Cosmology and Nongalactic Astrophysics
+0909.0947 Phenomenology
+0909.1063 Instrumentation and Detectors
+0909.1356
+0909.1367
+0909.1549
+0909.2035 Phenomenology
+0909.2196 Phenomenology
+0909.2199 Phenomenology
+0909.2203
+0909.2349
+0909.2350 Phenomenology
+0909.2653 Phenomenology
+0909.2712 Theory
+0909.2798 Phenomenology
+0909.3094 Phenomenology
+0909.3105 Phenomenology
+0909.3118 Phenomenology
+0909.3540 Theory
+0909.3756
+0909.4159 Phenomenology
+0909.4194
+0909.4263
+0909.4365 Cosmology and Nongalactic Astrophysics
+0909.4462 Lattice
+0909.4486 Phenomenology
+0909.4537 Theory
+0909.4544 Cosmology and Nongalactic Astrophysics
+0909.4931 Lattice
+0909.4954 Cosmology and Nongalactic Astrophysics
+0909.5454 Phenomenology
+0909.5463 Phenomenology
+0909.5618
+0909.5650 Phenomenology
+0910.0101 Theory
+0910.0132
+0910.0158 Strongly Correlated Electrons
+0910.0173 Cosmology and Nongalactic Astrophysics
+0910.0394 Phenomenology
+0910.0851 Theory
+0910.0973
+0910.1008
+0910.1113 Phenomenology
+0910.1149 Phenomenology
+0910.1229 Lattice
+0910.1249
+0910.1261 Theory
+0910.1353 Cosmology and Nongalactic Astrophysics
+0910.1400
+0910.1424 Phenomenology
+0910.1674
+0910.1823 Phenomenology
+0910.2164
+0910.2224 Phenomenology
+0910.2230 Theory
+0910.2406
+0910.2477 Combinatorics
+0910.2661 Theory
+0910.2703 High Energy Astrophysical Phenomena
+0910.2732 Phenomenology
+0910.2892
+0910.2928 Phenomenology
+0910.2940
+0910.3102 Phenomenology
+0910.3132 Phenomenology
+0910.3174 Instrumentation and Methods for Astrophysics
+0910.3293 Phenomenology
+0910.3390 Theory
+0910.3422 Theory
+0910.3528 Phenomenology
+0910.3598 Quantum Gases
+0910.3625
+0910.3633 High Energy Astrophysical Phenomena
+0910.3836 Cosmology and Nongalactic Astrophysics
+0910.3924 Phenomenology
+0910.3929 Theory
+0910.3942
+0910.4082 Phenomenology
+0910.4278 Phenomenology
+0910.4283 Phenomenology
+0910.4350 Theory
+0910.4535 Phenomenology
+0910.4590 Cosmology and Nongalactic Astrophysics
+0910.4891
+0910.4920 Phenomenology
+0910.4969 High Energy Astrophysical Phenomena
+0910.5127 Phenomenology
+0910.5169 Solar and Stellar Astrophysics
+0910.5195 Theory
+0910.5199 Combinatorics
+0910.5220 Cosmology and Nongalactic Astrophysics
+0910.5270
+0910.5313 Functional Analysis
+0910.5420 Phenomenology
+0910.5472 Phenomenology
+0910.5604 Theory
+0910.5751
+0910.5763
+0910.5783 Phenomenology
+0910.5914 Cosmology and Nongalactic Astrophysics
+0911.0091 Experiment
+0911.0245 Theory
+0911.0303
+0911.0415 Phenomenology
+0911.0679 Theory
+0911.0734 Phenomenology
+0911.0961 Theory
+0911.0972 Phenomenology
+0911.1101 Cosmology and Nongalactic Astrophysics
+0911.1175 Phenomenology
+0911.1241 Cosmology and Nongalactic Astrophysics
+0911.1354 Theory
+0911.1408 Theory
+0911.1473
+0911.1480 Phenomenology
+0911.1589
+0911.1595
+0911.1744 Phenomenology
+0911.1756
+0911.1780 Superconductivity
+0911.1814 Theory
+0911.1856 Phenomenology
+0911.2117 Phenomenology
+0911.2166 Phenomenology
+0911.2281
+0911.2303
+0911.2460 Phenomenology
+0911.2696 Lattice
+0911.2714 Cosmology and Nongalactic Astrophysics
+0911.2736
+0911.2812 Phenomenology
+0911.2882 Phenomenology
+0911.2898 Theory
+0911.3074 Phenomenology
+0911.3351 Phenomenology
+0911.3398 Phenomenology
+0911.3552 Cosmology and Nongalactic Astrophysics
+0911.3629
+0911.3694 Phenomenology
+0911.3761 Phenomenology
+0911.3848 Phenomenology
+0911.3947
+0911.4060 Theory
+0911.4335 Phenomenology
+0911.4400 Phenomenology
+0911.4407 Phenomenology
+0911.4472 Phenomenology
+0911.4579 Theory
+0911.4810 Cosmology and Nongalactic Astrophysics
+0911.4951 Mesoscale and Nanoscale Physics
+0911.5072 Theory
+0911.5097
+0911.5687 Cosmology and Nongalactic Astrophysics
+0912.0015 Cosmology and Nongalactic Astrophysics
+0912.0200 Theory
+0912.0268 Cosmology and Nongalactic Astrophysics
+0912.0356 Cosmology and Nongalactic Astrophysics
+0912.0399 Theory
+0912.0417 Theory
+0912.1021 Theory
+0912.1291 Experiment
+0912.1311 Phenomenology
+0912.1377
+0912.1416
+0912.1447 Phenomenology
+0912.1508 Phenomenology
+0912.2077
+0912.2164 Solar and Stellar Astrophysics
+0912.2222 Cosmology and Nongalactic Astrophysics
+0912.2330
+0912.2345 High Energy Astrophysical Phenomena
+0912.2383 Experiment
+0912.2426
+0912.2749 Cosmology and Nongalactic Astrophysics
+0912.2811 Theory
+0912.3053 Phenomenology
+0912.3181 Lattice
+0912.3213 Phenomenology
+0912.3507
+0912.3532 Cosmology and Nongalactic Astrophysics
+0912.3752 Solar and Stellar Astrophysics
+0912.3851 Phenomenology
+0912.4004 Phenomenology
+0912.4221 Phenomenology
+0912.4274
+0912.4451 Experiment
+0912.4475 Lattice
+0912.4693
+0912.4955 Phenomenology
+0912.5063 Phenomenology
+0912.5186 Theory
+0912.5303 Methodology
+1001.0280 Combinatorics
+1001.0652
+1001.1131 Lattice
+1001.1202
+1001.1584 High Energy Astrophysical Phenomena
+1001.1906 Solar and Stellar Astrophysics
+1001.1995
+1001.2012 Cosmology and Nongalactic Astrophysics
+1001.2162 Phenomenology
+1001.2285
+1001.2287
+1001.2699
+1001.3009 High Energy Astrophysical Phenomena
+1001.3144 Astrophysics of Galaxies
+1001.3432 Phenomenology
+1001.3443
+1001.3606 Phenomenology
+1001.4346 Phenomenology
+1001.4355
+1001.4452 Solar and Stellar Astrophysics
+1001.5066 Theory
+1001.5157 Phenomenology
+1001.5405 Cosmology and Nongalactic Astrophysics
+1002.0642 Solar and Stellar Astrophysics
+1002.0769 Superconductivity
+1002.1268 Mesoscale and Nanoscale Physics
+1002.2014
+1002.2141 Theory
+1002.2227
+1002.2468 Phenomenology
+1002.2795 Phenomenology
+1002.3526
+1002.3603 High Energy Astrophysical Phenomena
+1002.4359 Mesoscale and Nanoscale Physics
+1002.4532
+1002.4854 Representation Theory
+1003.0549 Theory
+1003.1005
+1003.1363 Statistical Mechanics
+1003.2153 General Mathematics
+1003.2252 Chemical Physics
+1003.2765 Phenomenology
+1003.3208 Theory
+1003.3349 Analysis of PDEs
+1003.4360
+1003.4881 General Finance
+1003.6123 Combinatorics
+1004.0391 Spectral Theory
+1004.0394 Probability
+1004.0397 Probability
+1004.0402 Information Theory
+1004.0409 Superconductivity
+1004.0414 Statistical Mechanics
+1004.0419 Solar and Stellar Astrophysics
+1004.0426 Superconductivity
+1004.0430 Number Theory
+1004.0432 Applications
+1004.0433 Combinatorics
+1004.0436 Computational Complexity
+1004.0438 Human-Computer Interaction
+1004.0447 Functional Analysis
+1004.0456 Machine Learning
+1004.0459 Cryptography and Security
+1004.0478
+1004.0479 Optimization and Control
+1004.0482 Methodology
+1004.0483 Statistics Theory
+1004.0491 Popular Physics
+1004.0512 Computer Vision and Pattern Recognition
+1004.0515 Computer Vision and Pattern Recognition
+1004.0517 Computer Vision and Pattern Recognition
+1004.0524 Computation
+1004.0527 Statistical Mechanics
+1004.0533 Statistics Theory
+1004.0540 Statistics Theory
+1004.0545 History and Overview
+1004.0547 Combinatorics
+1004.0552 Statistics Theory
+1004.0553 Differential Geometry
+1004.0559 Phenomenology
+1004.0561 Trading and Market Microstructure
+1004.0562 Rings and Algebras
+1004.0569 Phenomenology
+1004.0572 Analysis of PDEs
+1004.0573 Analysis of PDEs
+1004.0582 Combinatorics
+1004.0588
+1004.0603 Optics
+1004.0607 Quantum Algebra
+1004.0610 Logic in Computer Science
+1004.0614 Operator Algebras
+1004.0617 Differential Geometry
+1004.0623 Operator Algebras
+1004.0632 Theory
+1004.0634 Materials Science
+1004.0646 Numerical Analysis
+1004.0658 Information Theory
+1004.0662 Numerical Analysis
+1004.0663 Rings and Algebras
+1004.0673 Materials Science
+1004.0681 Numerical Analysis
+1004.0687 Algebraic Geometry
+astro-ph/0002184
+astro-ph/0002203
+astro-ph/0003033
+astro-ph/0003159
+astro-ph/0003364
+astro-ph/0004332
+astro-ph/0004408
+astro-ph/0005210
+astro-ph/0005366
+astro-ph/0005397
+astro-ph/0006183
+astro-ph/0006186
+astro-ph/0006385
+astro-ph/0008396
+astro-ph/0008417
+astro-ph/0010197
+astro-ph/0010202
+astro-ph/0010419
+astro-ph/0101259
+astro-ph/0101511
+astro-ph/0102491
+astro-ph/0104127
+astro-ph/0104427
+astro-ph/0105048
+astro-ph/0106173
+astro-ph/0110356
+astro-ph/0201414
+astro-ph/0202173
+astro-ph/0202238
+astro-ph/0203169
+astro-ph/0205299
+astro-ph/0205350
+astro-ph/0205351
+astro-ph/0207105
+astro-ph/0207319
+astro-ph/0207471
+astro-ph/0208175
+astro-ph/0208404
+astro-ph/0209174
+astro-ph/0209607
+astro-ph/0301093
+astro-ph/0301308
+astro-ph/0301360
+astro-ph/0301631
+astro-ph/0302146
+astro-ph/0302212
+astro-ph/0303429
+astro-ph/0303436
+astro-ph/0303541
+astro-ph/0303603
+astro-ph/0304072
+astro-ph/0305075
+astro-ph/0305548
+astro-ph/0306026
+astro-ph/0307124
+astro-ph/0307266
+astro-ph/0307420
+astro-ph/0307469
+astro-ph/0308449
+astro-ph/0309058
+astro-ph/0309257
+astro-ph/0309771
+astro-ph/0310125
+astro-ph/0310886
+astro-ph/0311352
+astro-ph/0312134
+astro-ph/0401495
+astro-ph/0402085
+astro-ph/0402276
+astro-ph/0402396
+astro-ph/0403455
+astro-ph/0403630
+astro-ph/0404471
+astro-ph/0405035
+astro-ph/0405585
+astro-ph/0405595
+astro-ph/0406016
+astro-ph/0406093
+astro-ph/0406384
+astro-ph/0406632
+astro-ph/0409323
+astro-ph/0410247
+astro-ph/0410342
+astro-ph/0411075
+astro-ph/0411084
+astro-ph/0411777
+astro-ph/0412117
+astro-ph/0412313
+astro-ph/0412481
+astro-ph/0501104
+astro-ph/0501116
+astro-ph/0502550
+astro-ph/0502566
+astro-ph/0503009
+astro-ph/0503110
+astro-ph/0503230
+astro-ph/0503349
+astro-ph/0503453
+astro-ph/0503566
+astro-ph/0503713
+astro-ph/0504560
+astro-ph/0504582
+astro-ph/0504586
+astro-ph/0505177
+astro-ph/0506030
+astro-ph/0506038
+astro-ph/0506510
+astro-ph/0506750
+astro-ph/0508242
+astro-ph/0508350
+astro-ph/0508407
+astro-ph/0508657
+astro-ph/0509028
+astro-ph/0509888
+astro-ph/0511638
+astro-ph/0601295
+astro-ph/0601592
+astro-ph/0602088
+astro-ph/0602549
+astro-ph/0602596
+astro-ph/0603045
+astro-ph/0603205
+astro-ph/0603248
+astro-ph/0603559
+astro-ph/0604354
+astro-ph/0604355
+astro-ph/0604460
+astro-ph/0605132
+astro-ph/0605208
+astro-ph/0605302
+astro-ph/0605573
+astro-ph/0606287
+astro-ph/0606633
+astro-ph/0607627
+astro-ph/0607648
+astro-ph/0608157
+astro-ph/0608234
+astro-ph/0608681
+astro-ph/0609024
+astro-ph/0609039
+astro-ph/0609584
+astro-ph/0610191
+astro-ph/0610218
+astro-ph/0611321
+astro-ph/0612671
+astro-ph/0612690
+astro-ph/0701265
+astro-ph/0701517
+astro-ph/0701748
+astro-ph/0703767
+astro-ph/0703780
+astro-ph/9212004
+astro-ph/9303018
+astro-ph/9403056
+astro-ph/9406055
+astro-ph/9406073
+astro-ph/9407016
+astro-ph/9411032
+astro-ph/9506103
+astro-ph/9507020
+astro-ph/9510062
+astro-ph/9511109
+astro-ph/9606098
+astro-ph/9609122
+astro-ph/9610196
+astro-ph/9704075
+astro-ph/9704144
+astro-ph/9707051
+astro-ph/9710007
+astro-ph/9710115
+astro-ph/9710201
+astro-ph/9710342
+astro-ph/9712200
+astro-ph/9803030
+astro-ph/9803110
+astro-ph/9806204
+astro-ph/9809315
+astro-ph/9810197
+astro-ph/9811251
+astro-ph/9812214
+astro-ph/9901097
+astro-ph/9906382
+astro-ph/9907053
+astro-ph/9908126
+astro-ph/9908334
+astro-ph/9911137
+astro-ph/9912186
+cond-mat/0611561 Other Condensed Matter
+gr-qc/0003027
+gr-qc/0005069
+gr-qc/0005095
+gr-qc/0008028
+gr-qc/0008060
+gr-qc/0009013
+gr-qc/0010011
+gr-qc/0010044
+gr-qc/0102073
+gr-qc/0106015
+gr-qc/0106044
+gr-qc/0106072
+gr-qc/0107027
+gr-qc/0107043
+gr-qc/0107069
+gr-qc/0108056
+gr-qc/0109091
+gr-qc/0111072
+gr-qc/0201030
+gr-qc/0201042
+gr-qc/0201045
+gr-qc/0201054
+gr-qc/0201066
+gr-qc/0202020
+gr-qc/0203027
+gr-qc/0211082
+gr-qc/0212014
+gr-qc/0310042
+gr-qc/0403053
+gr-qc/0408080
+gr-qc/0411113
+gr-qc/0504057
+gr-qc/0510112
+gr-qc/0604012
+gr-qc/0604028
+gr-qc/0701143
+gr-qc/0701163
+gr-qc/0702133
+gr-qc/9207005
+gr-qc/9210015
+gr-qc/9210020
+gr-qc/9211016
+gr-qc/9211024
+gr-qc/9211027
+gr-qc/9212001
+gr-qc/9212006
+gr-qc/9212010
+gr-qc/9301001
+gr-qc/9301005
+gr-qc/9301019
+gr-qc/9302003
+gr-qc/9302005
+gr-qc/9302030
+gr-qc/9302034
+gr-qc/9302036
+gr-qc/9303005
+gr-qc/9303011
+gr-qc/9303013
+gr-qc/9303014
+gr-qc/9303019
+gr-qc/9303026
+gr-qc/9303028
+gr-qc/9304007
+gr-qc/9304026
+gr-qc/9304029
+gr-qc/9304034
+gr-qc/9304042
+gr-qc/9304044
+gr-qc/9305001
+gr-qc/9305008
+gr-qc/9305010
+gr-qc/9305011
+gr-qc/9305025
+gr-qc/9306007
+gr-qc/9306008
+gr-qc/9306012
+gr-qc/9306024
+gr-qc/9306029
+gr-qc/9307002
+gr-qc/9307005
+gr-qc/9307016
+gr-qc/9307017
+gr-qc/9307024
+gr-qc/9307026
+gr-qc/9307031
+gr-qc/9307034
+gr-qc/9308010
+gr-qc/9308018
+gr-qc/9308027
+gr-qc/9309024
+gr-qc/9310003
+gr-qc/9310006
+gr-qc/9310016
+gr-qc/9310040
+gr-qc/9310041
+gr-qc/9311005
+gr-qc/9311012
+gr-qc/9311035
+gr-qc/9312002
+gr-qc/9312003
+gr-qc/9312011
+gr-qc/9312013
+gr-qc/9312020
+gr-qc/9312022
+gr-qc/9312026
+gr-qc/9312028
+gr-qc/9401004
+gr-qc/9401024
+gr-qc/9401025
+gr-qc/9401029
+gr-qc/9402001
+gr-qc/9402004
+gr-qc/9402005
+gr-qc/9402015
+gr-qc/9402025
+gr-qc/9402033
+gr-qc/9402034
+gr-qc/9403006
+gr-qc/9403010
+gr-qc/9403012
+gr-qc/9403024
+gr-qc/9403025
+gr-qc/9403026
+gr-qc/9403034
+gr-qc/9403040
+gr-qc/9403050
+gr-qc/9403060
+gr-qc/9403062
+gr-qc/9404003
+gr-qc/9404004
+gr-qc/9404015
+gr-qc/9404019
+gr-qc/9404026
+gr-qc/9404042
+gr-qc/9404044
+gr-qc/9404048
+gr-qc/9404053
+gr-qc/9404060
+gr-qc/9405031
+gr-qc/9405034
+gr-qc/9405035
+gr-qc/9405046
+gr-qc/9405047
+gr-qc/9405053
+gr-qc/9405067
+gr-qc/9405071
+gr-qc/9406009
+gr-qc/9406014
+gr-qc/9406019
+gr-qc/9406033
+gr-qc/9407006
+gr-qc/9407018
+gr-qc/9407024
+gr-qc/9407028
+gr-qc/9408007
+gr-qc/9408008
+gr-qc/9408013
+gr-qc/9408026
+gr-qc/9408032
+gr-qc/9408034
+gr-qc/9409014
+gr-qc/9409020
+gr-qc/9409021
+gr-qc/9409022
+gr-qc/9409047
+gr-qc/9409049
+gr-qc/9410004
+gr-qc/9410008
+gr-qc/9410015
+gr-qc/9410023
+gr-qc/9411011
+gr-qc/9411014
+gr-qc/9411022
+gr-qc/9411028
+gr-qc/9411032
+gr-qc/9411047
+gr-qc/9411054
+gr-qc/9411059
+gr-qc/9411063
+gr-qc/9411072
+gr-qc/9412002
+gr-qc/9412015
+gr-qc/9412020
+gr-qc/9412038
+gr-qc/9412045
+gr-qc/9412063
+gr-qc/9501013
+gr-qc/9501018
+gr-qc/9501024
+gr-qc/9501028
+gr-qc/9502003
+gr-qc/9502005
+gr-qc/9502011
+gr-qc/9502018
+gr-qc/9503053
+gr-qc/9504048
+gr-qc/9505028
+gr-qc/9506012
+gr-qc/9506036
+gr-qc/9506056
+gr-qc/9506060
+gr-qc/9506061
+gr-qc/9506091
+gr-qc/9506093
+gr-qc/9507053
+gr-qc/9508031
+gr-qc/9508042
+gr-qc/9508052
+gr-qc/9509003
+gr-qc/9510013
+gr-qc/9510049
+gr-qc/9511008
+gr-qc/9511018
+gr-qc/9511054
+gr-qc/9511081
+gr-qc/9601014
+gr-qc/9601027
+gr-qc/9602046
+gr-qc/9602060
+gr-qc/9603019
+gr-qc/9603061
+gr-qc/9604003
+gr-qc/9604039
+gr-qc/9604040
+gr-qc/9604047
+gr-qc/9605014
+gr-qc/9605061
+gr-qc/9605062
+gr-qc/9606027
+gr-qc/9606080
+gr-qc/9607001
+gr-qc/9607031
+gr-qc/9607045
+gr-qc/9607057
+gr-qc/9607071
+gr-qc/9608017
+gr-qc/9609007
+gr-qc/9609072
+gr-qc/9610027
+gr-qc/9610036
+gr-qc/9611001
+gr-qc/9611061
+gr-qc/9612030
+gr-qc/9612059
+gr-qc/9701010
+gr-qc/9701035
+gr-qc/9702025
+gr-qc/9702052
+gr-qc/9704066
+gr-qc/9706018
+gr-qc/9707024
+gr-qc/9708011
+gr-qc/9708042
+gr-qc/9709058
+gr-qc/9709074
+gr-qc/9801076
+gr-qc/9803074
+gr-qc/9806048
+gr-qc/9806066
+gr-qc/9810028
+gr-qc/9812065
+gr-qc/9812089
+gr-qc/9901033
+gr-qc/9902015
+gr-qc/9902019
+gr-qc/9902057
+gr-qc/9904055
+gr-qc/9905035
+gr-qc/9906017
+gr-qc/9906027
+gr-qc/9906038
+gr-qc/9907058
+gr-qc/9909041
+gr-qc/9910008
+gr-qc/9910009
+gr-qc/9910044
+gr-qc/9911034
+gr-qc/9911066
+gr-qc/9911121
+hep-ex/0006022 Experiment
+hep-ex/0011029 Experiment
+hep-ex/0101030 Experiment
+hep-ex/0105029 Experiment
+hep-ex/0107028 Experiment
+hep-ex/0107043 Experiment
+hep-ex/0110007 Experiment
+hep-ex/0111074 Experiment
+hep-ex/0210023 Experiment
+hep-ex/0210054 Experiment
+hep-ex/0212014 Experiment
+hep-ex/0212039 Experiment
+hep-ex/0212044 Experiment
+hep-ex/0212062 Experiment
+hep-ex/0301005 Experiment
+hep-ex/0307018 Experiment
+hep-ex/0309060 Experiment
+hep-ex/0311024 Experiment
+hep-ex/0311046 Experiment
+hep-ex/0405064 Experiment
+hep-ex/0406045 Experiment
+hep-ex/0408005 Experiment
+hep-ex/0504057 Experiment
+hep-ex/0506004 Experiment
+hep-ex/0508002 Experiment
+hep-ex/0510061 Experiment
+hep-ex/0603028 Experiment
+hep-ex/0604011 Experiment
+hep-ex/0604047 Experiment
+hep-ex/0605001 Experiment
+hep-ex/0605012 Experiment
+hep-ex/0606042 Experiment
+hep-ex/0606062 Experiment
+hep-ex/0611036 Experiment
+hep-ex/9705004 Experiment
+hep-ex/9812020 Experiment
+hep-lat/0007042 Lattice
+hep-lat/0103028 Lattice
+hep-lat/0110175 Lattice
+hep-lat/0303019 Lattice
+hep-lat/0306026 Lattice
+hep-lat/0312030 Lattice
+hep-lat/0412035 Lattice
+hep-lat/0510074 Lattice
+hep-lat/0701012 Lattice
+hep-lat/9707003 Lattice
+hep-ph/0001179 Phenomenology
+hep-ph/0002151 Phenomenology
+hep-ph/0003172 Phenomenology
+hep-ph/0004008 Phenomenology
+hep-ph/0004169 Phenomenology
+hep-ph/0006190 Phenomenology
+hep-ph/0010148 Phenomenology
+hep-ph/0102140 Phenomenology
+hep-ph/0102201 Phenomenology
+hep-ph/0103124 Phenomenology
+hep-ph/0103163 Phenomenology
+hep-ph/0103289 Phenomenology
+hep-ph/0105083 Phenomenology
+hep-ph/0105268 Phenomenology
+hep-ph/0107173 Phenomenology
+hep-ph/0108274 Phenomenology
+hep-ph/0109097 Phenomenology
+hep-ph/0112081 Phenomenology
+hep-ph/0201161 Phenomenology
+hep-ph/0201258 Phenomenology
+hep-ph/0201300 Phenomenology
+hep-ph/0203034 Phenomenology
+hep-ph/0203253 Phenomenology
+hep-ph/0204093 Phenomenology
+hep-ph/0204123 Phenomenology
+hep-ph/0205066 Phenomenology
+hep-ph/0206067 Phenomenology
+hep-ph/0208070 Phenomenology
+hep-ph/0211007 Phenomenology
+hep-ph/0211023 Phenomenology
+hep-ph/0211110 Phenomenology
+hep-ph/0211181 Phenomenology
+hep-ph/0211305 Phenomenology
+hep-ph/0212124 Phenomenology
+hep-ph/0212228 Phenomenology
+hep-ph/0301204 Phenomenology
+hep-ph/0302093 Phenomenology
+hep-ph/0302102 Phenomenology
+hep-ph/0302196 Phenomenology
+hep-ph/0304049 Phenomenology
+hep-ph/0305130 Phenomenology
+hep-ph/0305243 Phenomenology
+hep-ph/0305302 Phenomenology
+hep-ph/0307022 Phenomenology
+hep-ph/0307216 Phenomenology
+hep-ph/0307237 Phenomenology
+hep-ph/0309204 Phenomenology
+hep-ph/0309243 Phenomenology
+hep-ph/0309328 Phenomenology
+hep-ph/0310076 Phenomenology
+hep-ph/0310208 Phenomenology
+hep-ph/0311335 Phenomenology
+hep-ph/0312132 Phenomenology
+hep-ph/0312265 Phenomenology
+hep-ph/0401160 Phenomenology
+hep-ph/0402204 Phenomenology
+hep-ph/0402256 Phenomenology
+hep-ph/0404211 Phenomenology
+hep-ph/0405207 Phenomenology
+hep-ph/0405209 Phenomenology
+hep-ph/0405301 Phenomenology
+hep-ph/0406101 Phenomenology
+hep-ph/0406215 Phenomenology
+hep-ph/0408092 Phenomenology
+hep-ph/0408227 Phenomenology
+hep-ph/0409088 Phenomenology
+hep-ph/0411261 Phenomenology
+hep-ph/0502001 Phenomenology
+hep-ph/0502148 Phenomenology
+hep-ph/0502188 Phenomenology
+hep-ph/0502248 Phenomenology
+hep-ph/0503021 Phenomenology
+hep-ph/0504026 Phenomenology
+hep-ph/0505013 Phenomenology
+hep-ph/0505059 Phenomenology
+hep-ph/0505209 Phenomenology
+hep-ph/0507011 Phenomenology
+hep-ph/0507170 Phenomenology
+hep-ph/0507199 Phenomenology
+hep-ph/0507266 Phenomenology
+hep-ph/0508265 Phenomenology
+hep-ph/0510121 Phenomenology
+hep-ph/0511133 Phenomenology
+hep-ph/0512313 Phenomenology
+hep-ph/0601001 Phenomenology
+hep-ph/0601225 Phenomenology
+hep-ph/0602028 Phenomenology
+hep-ph/0603063 Phenomenology
+hep-ph/0604112 Phenomenology
+hep-ph/0605020 Phenomenology
+hep-ph/0607283 Phenomenology
+hep-ph/0608344 Phenomenology
+hep-ph/0609281 Phenomenology
+hep-ph/0610165 Phenomenology
+hep-ph/0610250 Phenomenology
+hep-ph/0610298 Phenomenology
+hep-ph/0611341 Phenomenology
+hep-ph/0612015 Phenomenology
+hep-ph/0612139 Phenomenology
+hep-ph/0701006 Phenomenology
+hep-ph/0701055 Phenomenology
+hep-ph/0702184 Phenomenology
+hep-ph/0703125 Phenomenology
+hep-ph/9211266 Phenomenology
+hep-ph/9212226 Phenomenology
+hep-ph/9301295 Phenomenology
+hep-ph/9304260 Phenomenology
+hep-ph/9406212 Phenomenology
+hep-ph/9410281 Phenomenology
+hep-ph/9410282 Phenomenology
+hep-ph/9410414 Phenomenology
+hep-ph/9502329 Phenomenology
+hep-ph/9503236 Phenomenology
+hep-ph/9504241 Phenomenology
+hep-ph/9506273 Phenomenology
+hep-ph/9506436 Phenomenology
+hep-ph/9508373 Phenomenology
+hep-ph/9511430 Phenomenology
+hep-ph/9601302 Phenomenology
+hep-ph/9602316 Phenomenology
+hep-ph/9603423 Phenomenology
+hep-ph/9605302 Phenomenology
+hep-ph/9610445 Phenomenology
+hep-ph/9703211 Phenomenology
+hep-ph/9704245 Phenomenology
+hep-ph/9704447 Phenomenology
+hep-ph/9704457 Phenomenology
+hep-ph/9705228 Phenomenology
+hep-ph/9705254 Phenomenology
+hep-ph/9705341 Phenomenology
+hep-ph/9707215 Phenomenology
+hep-ph/9708207 Phenomenology
+hep-ph/9708326 Phenomenology
+hep-ph/9709379 Phenomenology
+hep-ph/9712457 Phenomenology
+hep-ph/9803453 Phenomenology
+hep-ph/9804221 Phenomenology
+hep-ph/9805268 Phenomenology
+hep-ph/9805498 Phenomenology
+hep-ph/9809443 Phenomenology
+hep-ph/9810280 Phenomenology
+hep-ph/9811252 Phenomenology
+hep-ph/9811427 Phenomenology
+hep-ph/9901299 Phenomenology
+hep-ph/9902341 Phenomenology
+hep-ph/9902443 Phenomenology
+hep-ph/9903288 Phenomenology
+hep-ph/9904440 Phenomenology
+hep-ph/9906349 Phenomenology
+hep-ph/9907502 Phenomenology
+hep-ph/9907509 Phenomenology
+hep-ph/9909286 Phenomenology
+hep-ph/9909411 Phenomenology
+hep-ph/9910231 Phenomenology
+hep-ph/9910332 Phenomenology
+hep-ph/9911342 Phenomenology
+hep-ph/9912423 Phenomenology
+hep-th/0003236 Theory
+hep-th/0003237 Theory
+hep-th/0003300 Theory
+hep-th/0004101 Theory
+hep-th/0004149 Theory
+hep-th/0005116 Theory
+hep-th/0005126 Theory
+hep-th/0005132 Theory
+hep-th/0005249 Theory
+hep-th/0005270 Theory
+hep-th/0009176 Theory
+hep-th/0010112 Theory
+hep-th/0011128 Theory
+hep-th/0011138 Theory
+hep-th/0011270 Theory
+hep-th/0012172 Theory
+hep-th/0101070 Theory
+hep-th/0103035 Theory
+hep-th/0103225 Theory
+hep-th/0104158 Theory
+hep-th/0105320 Theory
+hep-th/0106058 Theory
+hep-th/0106133 Theory
+hep-th/0108145 Theory
+hep-th/0110054 Theory
+hep-th/0110117 Theory
+hep-th/0110274 Theory
+hep-th/0111123 Theory
+hep-th/0201018 Theory
+hep-th/0201081 Theory
+hep-th/0203026 Theory
+hep-th/0203039 Theory
+hep-th/0206049 Theory
+hep-th/0206155 Theory
+hep-th/0209076 Theory
+hep-th/0211216 Theory
+hep-th/0212209 Theory
+hep-th/0301117 Theory
+hep-th/0305093 Theory
+hep-th/0310058 Theory
+hep-th/0312114 Theory
+hep-th/0403038 Theory
+hep-th/0404156 Theory
+hep-th/0405069 Theory
+hep-th/0406055 Theory
+hep-th/0407149 Theory
+hep-th/0408054 Theory
+hep-th/0408084 Theory
+hep-th/0408166 Theory
+hep-th/0409155 Theory
+hep-th/0411011 Theory
+hep-th/0411092 Theory
+hep-th/0411240 Theory
+hep-th/0411267 Theory
+hep-th/0412210 Theory
+hep-th/0412330 Theory
+hep-th/0503081 Theory
+hep-th/0503192 Theory
+hep-th/0505113 Theory
+hep-th/0505154 Theory
+hep-th/0506176 Theory
+hep-th/0507158 Theory
+hep-th/0508049 Theory
+hep-th/0508218 Theory
+hep-th/0509084 Theory
+hep-th/0510171 Theory
+hep-th/0510251 Theory
+hep-th/0511140 Theory
+hep-th/0512261 Theory
+hep-th/0601001 Theory
+hep-th/0601157 Theory
+hep-th/0602027 Theory
+hep-th/0602170 Theory
+hep-th/0606244 Theory
+hep-th/0607050 Theory
+hep-th/0608012 Theory
+hep-th/0611071 Theory
+hep-th/0701132 Theory
+hep-th/0701280 Theory
+hep-th/0702059 Theory
+hep-th/9111030 Theory
+hep-th/9112004 Theory
+hep-th/9201043 Theory
+hep-th/9202053 Theory
+hep-th/9202063 Theory
+hep-th/9202068 Theory
+hep-th/9202071 Theory
+hep-th/9202076 Theory
+hep-th/9203050 Theory
+hep-th/9204039 Theory
+hep-th/9204040 Theory
+hep-th/9205007 Theory
+hep-th/9205023 Theory
+hep-th/9205057 Theory
+hep-th/9205098 Theory
+hep-th/9205102 Theory
+hep-th/9206026 Theory
+hep-th/9206058 Theory
+hep-th/9206061 Theory
+hep-th/9206089 Theory
+hep-th/9206108 Theory
+hep-th/9207008 Theory
+hep-th/9207115 Theory
+hep-th/9208014 Theory
+hep-th/9208018 Theory
+hep-th/9209086 Theory
+hep-th/9209090 Theory
+hep-th/9211045 Theory
+hep-th/9211054 Theory
+hep-th/9212081 Theory
+hep-th/9212098 Theory
+hep-th/9212142 Theory
+hep-th/9302091 Theory
+hep-th/9303062 Theory
+hep-th/9303147 Theory
+hep-th/9303167 Theory
+hep-th/9304037 Theory
+hep-th/9304086 Theory
+hep-th/9304094 Theory
+hep-th/9305006 Theory
+hep-th/9305020 Theory
+hep-th/9306001 Theory
+hep-th/9306054 Theory
+hep-th/9306088 Theory
+hep-th/9306125 Theory
+hep-th/9306140 Theory
+hep-th/9307015 Theory
+hep-th/9307022 Theory
+hep-th/9307066 Theory
+hep-th/9307095 Theory
+hep-th/9308075 Theory
+hep-th/9308114 Theory
+hep-th/9309035 Theory
+hep-th/9309041 Theory
+hep-th/9309050 Theory
+hep-th/9309086 Theory
+hep-th/9309127 Theory
+hep-th/9310003 Theory
+hep-th/9310019 Theory
+hep-th/9310128 Theory
+hep-th/9310163 Theory
+hep-th/9310175 Theory
+hep-th/9310179 Theory
+hep-th/9311032 Theory
+hep-th/9311084 Theory
+hep-th/9311146 Theory
+hep-th/9311147 Theory
+hep-th/9312014 Theory
+hep-th/9312132 Theory
+hep-th/9401003 Theory
+hep-th/9401036 Theory
+hep-th/9401145 Theory
+hep-th/9401159 Theory
+hep-th/9401164 Theory
+hep-th/9404061 Theory
+hep-th/9404064 Theory
+hep-th/9404074 Theory
+hep-th/9404124 Theory
+hep-th/9404162 Theory
+hep-th/9405113 Theory
+hep-th/9405177 Theory
+hep-th/9406002 Theory
+hep-th/9406015 Theory
+hep-th/9406145 Theory
+hep-th/9406165 Theory
+hep-th/9407019 Theory
+hep-th/9407023 Theory
+hep-th/9407158 Theory
+hep-th/9408030 Theory
+hep-th/9408032 Theory
+hep-th/9408062 Theory
+hep-th/9409020 Theory
+hep-th/9409074 Theory
+hep-th/9409199 Theory
+hep-th/9410003 Theory
+hep-th/9410027 Theory
+hep-th/9410073 Theory
+hep-th/9410112 Theory
+hep-th/9410201 Theory
+hep-th/9411022 Theory
+hep-th/9411127 Theory
+hep-th/9411132 Theory
+hep-th/9411206 Theory
+hep-th/9411219 Theory
+hep-th/9412010 Theory
+hep-th/9412061 Theory
+hep-th/9412074 Theory
+hep-th/9412172 Theory
+hep-th/9501055 Theory
+hep-th/9501108 Theory
+hep-th/9502006 Theory
+hep-th/9502015 Theory
+hep-th/9502054 Theory
+hep-th/9502143 Theory
+hep-th/9502152 Theory
+hep-th/9504028 Theory
+hep-th/9504122 Theory
+hep-th/9510087 Theory
+hep-th/9512003 Theory
+hep-th/9601109 Theory
+hep-th/9602115 Theory
+hep-th/9603044 Theory
+hep-th/9604033 Theory
+hep-th/9606086 Theory
+hep-th/9607149 Theory
+hep-th/9610045 Theory
+hep-th/9611214 Theory
+hep-th/9612036 Theory
+hep-th/9701023 Theory
+hep-th/9701099 Theory
+hep-th/9701146 Theory
+hep-th/9702180 Theory
+hep-th/9704002 Theory
+hep-th/9705199 Theory
+hep-th/9706129 Theory
+hep-th/9707018 Theory
+hep-th/9707044 Theory
+hep-th/9707066 Theory
+hep-th/9708081 Theory
+hep-th/9709074 Theory
+hep-th/9802007 Theory
+hep-th/9803049 Theory
+hep-th/9805118 Theory
+hep-th/9805139 Theory
+hep-th/9806145 Theory
+hep-th/9806223 Theory
+hep-th/9807241 Theory
+hep-th/9809035 Theory
+hep-th/9810077 Theory
+hep-th/9811008 Theory
+hep-th/9902173 Theory
+hep-th/9903175 Theory
+hep-th/9903196 Theory
+hep-th/9904005 Theory
+hep-th/9904197 Theory
+hep-th/9905154 Theory
+hep-th/9905178 Theory
+hep-th/9905226 Theory
+hep-th/9907027 Theory
+hep-th/9907152 Theory
+hep-th/9909199 Theory
+hep-th/9911039 Theory
+hep-th/9911230 Theory
+math/0111017 Algebraic Geometry
+math/0512530 Algebraic Geometry
+math/0603744 Representation Theory
+math/0607781 Probability
+math/0608074 Representation Theory
+math/0608266 Metric Geometry
+math/9809163 Geometric Topology
+nucl-ex/0008003
+nucl-ex/0008005
+nucl-ex/0107016
+nucl-ex/0108006
+nucl-ex/0301008
+nucl-ex/0301012
+nucl-ex/0305009
+nucl-ex/0305028
+nucl-ex/0306019
+nucl-ex/0307004
+nucl-ex/0308013
+nucl-ex/0401003
+nucl-ex/0405019
+nucl-ex/0405021
+nucl-ex/0407013
+nucl-ex/0409013
+nucl-ex/0409030
+nucl-ex/0411003
+nucl-ex/0504027
+nucl-ex/0508026
+nucl-ex/0509033
+nucl-ex/0510032
+nucl-ex/0512019
+nucl-ex/0601007
+nucl-ex/0605028
+nucl-ex/0611034
+nucl-ex/0701013
+nucl-ex/0702027
+nucl-ex/0703013
+nucl-ex/0703026
+nucl-ex/9902012
+nucl-th/0007030
+nucl-th/0104057
+nucl-th/0108057
+nucl-th/0112034
+nucl-th/0402026
+nucl-th/0409068
+nucl-th/0412015
+nucl-th/0508009
+nucl-th/9407035
+nucl-th/9410017
+nucl-th/9601028
+nucl-th/9610040
+nucl-th/9701048
+nucl-th/9709067
+nucl-th/9802057
+nucl-th/9802071
+nucl-th/9904072
+nucl-th/9907090
+quant-ph/0202129
+quant-ph/9608023
+0704.0499 Information Theory
+0704.2926 Information Theory
+0705.1856
+0711.2335 Phenomenology
+0712.0765 Mesoscale and Nanoscale Physics
+0712.2832
+0712.3727
+0801.0971
+0804.0810
+0805.1739
+0806.1005
+0806.2681
+0806.4815
+0806.4874 Information Theory
+0806.4897
+0808.1602
+0809.2651 Computational Geometry
+0809.2788 Phenomenology
+0809.2849 Phenomenology
+0809.2859 Phenomenology
+0809.2869 Phenomenology
+0809.4065 Phenomenology
+0809.4159 Phenomenology
+0809.4185 Phenomenology
+0809.4352
+0809.4355 Phenomenology
+0809.4383 Phenomenology
+0809.4753 Phenomenology
+0809.5223
+0810.0013 Phenomenology
+0810.0042
+0810.0063 Phenomenology
+0810.0121 Phenomenology
+0810.0127
+0810.0400 Phenomenology
+0810.0555
+0810.0750
+0810.0894 Phenomenology
+0810.0898 Phenomenology
+0810.0913 Phenomenology
+0810.0989 Phenomenology
+0810.1099 Phenomenology
+0810.1104 Phenomenology
+0810.1142 Phenomenology
+0810.1166 Phenomenology
+0810.1222
+0810.1277 Phenomenology
+0810.1317 Phenomenology
+0810.1389 Experiment
+0810.1407 Phenomenology
+0810.1527
+0810.1744
+0810.2922 Theory
+0810.2951 Theory
+0810.3337
+0810.3625 Phenomenology
+0810.3768 Phenomenology
+0810.3779 Phenomenology
+0810.3863 Phenomenology
+0810.3871 Phenomenology
+0810.4147 Phenomenology
+0810.4194 Phenomenology
+0810.4233 Phenomenology
+0810.4234 Phenomenology
+0810.4308
+0810.4368 Phenomenology
+0810.4429 Phenomenology
+0810.4439 Phenomenology
+0810.4446 Instrumentation and Detectors
+0810.5101 Phenomenology
+0810.5103 Phenomenology
+0810.5541
+0810.5547 Phenomenology
+0810.5727
+0811.1582
+0811.1845
+0811.1933
+0811.2204 Phenomenology
+0811.2211 Phenomenology
+0811.2253
+0811.2615
+0811.4008
+0811.4092
+0811.4106
+0812.0777 Computational Physics
+0812.1236 Lattice
+0812.1736
+0812.1741
+0812.2035 Lattice
+0812.2075 Phenomenology
+0812.2090 Phenomenology
+0812.2103 Phenomenology
+0812.2106 Phenomenology
+0812.2116 Phenomenology
+0812.2581
+0812.2583 Lattice
+0812.3078 Phenomenology
+0812.3149
+0812.3291 Phenomenology
+0812.3406 Phenomenology
+0812.3418 Phenomenology
+0812.3544
+0812.3554
+0812.3744
+0812.3815 Phenomenology
+0812.3859 Phenomenology
+0812.3895
+0812.3900 Phenomenology
+0812.3968 Phenomenology
+0812.3987 Phenomenology
+0812.4045 Phenomenology
+0812.4130 Phenomenology
+0812.4179 Phenomenology
+0812.4207 Computational Physics
+0812.4267 Phenomenology
+0812.4313 Phenomenology
+0812.4391
+0812.4417 Phenomenology
+0812.4509 Phenomenology
+0812.4555 Phenomenology
+0812.4609 Phenomenology
+0812.4700 Phenomenology
+0812.4747 Phenomenology
+0812.4782 Phenomenology
+0812.4984 Phenomenology
+0812.5031 Phenomenology
+0812.5085 Phenomenology
+0812.5105 Phenomenology
+0901.1145 Phenomenology
+0901.2821 Phenomenology
+0901.3114 Cosmology and Nongalactic Astrophysics
+0901.3776 High Energy Astrophysical Phenomena
+0901.3958 Phenomenology
+0901.4013 Phenomenology
+0901.4122 Phenomenology
+0901.4200 Phenomenology
+0901.4243 Phenomenology
+0901.4310 Phenomenology
+0901.4327 Phenomenology
+0901.4812 Phenomenology
+0901.4820 Phenomenology
+0901.4821 Phenomenology
+0901.4841 Phenomenology
+0902.0008 Phenomenology
+0902.0015 Phenomenology
+0902.0317 Phenomenology
+0902.1074 Lattice
+0902.3665 Cosmology and Nongalactic Astrophysics
+0902.3702 Cosmology and Nongalactic Astrophysics
+0902.4001 High Energy Astrophysical Phenomena
+0902.4349 Phenomenology
+0902.4405 Phenomenology
+0902.4829 Phenomenology
+0902.4864 Phenomenology
+0902.4883 Phenomenology
+0902.4885 Phenomenology
+0902.4892 Phenomenology
+0902.4894 Phenomenology
+0903.0025 Phenomenology
+0903.0118 Phenomenology
+0903.0120
+0903.0122 Phenomenology
+0903.0123 Phenomenology
+0903.0242 Phenomenology
+0903.0618 Phenomenology
+0903.0668 Phenomenology
+0903.0685 Phenomenology
+0903.1727 Mesoscale and Nanoscale Physics
+0904.0618 Analysis of PDEs
+0904.1310 Lattice
+0904.1400 Lattice
+0904.1586 Lattice
+0904.1806 Lattice
+0904.1962 Phenomenology
+0904.2536 Theory
+0904.2567 Phenomenology
+0904.2649 Theory
+0904.2700 Phenomenology
+0904.2723 Theory
+0904.2727 Phenomenology
+0904.4238 Soft Condensed Matter
+0904.4586 Soft Condensed Matter
+0905.0821 Solar and Stellar Astrophysics
+0905.0920 Cosmology and Nongalactic Astrophysics
+0905.1112 Cosmology and Nongalactic Astrophysics
+0905.1188 Phenomenology
+0905.1253 Phenomenology
+0905.1326 Cosmology and Nongalactic Astrophysics
+0905.1552 Cosmology and Nongalactic Astrophysics
+0905.1752 Cosmology and Nongalactic Astrophysics
+0905.1919 Cosmology and Nongalactic Astrophysics
+0905.1929
+0905.2897 Atomic Physics
+0906.0728 Phenomenology
+0906.0828 Cosmology and Nongalactic Astrophysics
+0906.1496 Representation Theory
+0906.2368 Mesoscale and Nanoscale Physics
+0906.3991 Biomolecules
+0907.4323
+0907.4417 Mesoscale and Nanoscale Physics
+0907.5275 Instrumentation and Methods for Astrophysics
+0908.1867
+0909.2174 Group Theory
+0909.4481 Functional Analysis
+0910.1096 Theory
+0910.1128 Theory
+0910.2160 Theory
+0910.2443 Algebraic Geometry
+0910.4071 Phenomenology
+0910.4202 Cosmology and Nongalactic Astrophysics
+0910.4513 High Energy Astrophysical Phenomena
+0911.1366 Quantum Gases
+0911.3493 Statistical Mechanics
+0911.3496 Disordered Systems and Neural Networks
+0911.4104 Number Theory
+0911.5416 Statistical Mechanics
+0911.5430 Experiment
+0911.5679 High Energy Astrophysical Phenomena
+0912.0566 Materials Science
+0912.2069 Theory
+0912.2093 Phenomenology
+0912.2111 Theory
+0912.2168 Theory
+0912.2175
+0912.2186 Lattice
+0912.2701 Lattice
+0912.3060 Statistical Mechanics
+0912.3085 Superconductivity
+1001.0189 Other Condensed Matter
+1001.3015 Optimization and Control
+1001.5139 Quantum Gases
+1001.5365
+1002.1334 Strongly Correlated Electrons
+1002.2608 Other Condensed Matter
+1002.3314 Astrophysics of Galaxies
+1002.4319 Group Theory
+1003.1751 Cosmology and Nongalactic Astrophysics
+1003.3244
+1003.5809 Strongly Correlated Electrons
+1004.0785 Information Theory
+1004.1392 Theory
+1004.1693 Theory
+1004.2115 Combinatorics
+1004.2147 Statistical Mechanics
+1004.2262 High Energy Astrophysical Phenomena
+1004.2265 Dynamical Systems
+1004.2269 Number Theory
+1004.2271 Populations and Evolution
+1004.2275 Optics
+1004.2281 Dynamical Systems
+1004.2283 Theory
+1004.2286 Symplectic Geometry
+1004.2287 Machine Learning
+1004.2290 Quantum Gases
+1004.2294 Combinatorics
+1004.2296 Probability
+1004.2298 Analysis of PDEs
+1004.2304 Machine Learning
+1004.2305 Number Theory
+1004.2308 Distributed, Parallel, and Cluster Computing
+1004.2311 Strongly Correlated Electrons
+1004.2312 Combinatorics
+1004.2322 Networking and Internet Architecture
+1004.2323 Differential Geometry
+1004.2334 Solar and Stellar Astrophysics
+1004.2336 Solar and Stellar Astrophysics
+1004.2338 Computational Geometry
+1004.2348 Solar and Stellar Astrophysics
+1004.2354 Other Computer Science
+1004.2355 Spectral Theory
+1004.2363 Solar and Stellar Astrophysics
+1004.2364 Cryptography and Security
+1004.2365 Cosmology and Nongalactic Astrophysics
+1004.2367 Logic in Computer Science
+1004.2371 Probability
+1004.2372 Databases
+1004.2374 Cryptography and Security
+1004.2383 Cosmology and Nongalactic Astrophysics
+1004.2384
+1004.2385 Spectral Theory
+1004.2386 Functional Analysis
+1004.2388 Phenomenology
+1004.2392 Information Theory
+1004.2397
+1004.2398 Probability
+1004.2418 Combinatorics
+1004.2425 Information Theory
+1004.2436 Logic in Computer Science
+1004.2437 Classical Analysis and ODEs
+1004.2439 Classical Analysis and ODEs
+1004.2440 Classical Analysis and ODEs
+1004.2445 Classical Analysis and ODEs
+1004.2446 Functional Analysis
+1004.2447 Graphics
+1004.2453 Classical Analysis and ODEs
+1004.2457 Complex Variables
+1004.2460 Combinatorics
+1004.2464 Solar and Stellar Astrophysics
+1004.2470
+1004.2472 Quantum Algebra
+1004.2478 Combinatorics
+1004.2482 Combinatorics
+1004.2483 Rings and Algebras
+1004.2485 Combinatorics
+1004.2486 Differential Geometry
+astro-ph/0103371
+astro-ph/0210392
+astro-ph/0412321
+astro-ph/0508441
+astro-ph/0509140
+astro-ph/0510627
+astro-ph/0601035
+astro-ph/0607115
+astro-ph/0607449
+astro-ph/0608074
+astro-ph/0609063
+astro-ph/0610160
+astro-ph/9605087
+astro-ph/9801313
+cond-mat/0601322 Soft Condensed Matter
+cs/0307066 Distributed, Parallel, and Cluster Computing
+cs/0508076 Information Theory
+cs/0604098 Information Theory
+cs/0604099 Information Theory
+cs/0605092 Information Theory
+cs/0605093 Information Theory
+cs/0702154 Information Theory
+hep-ex/0512038 Experiment
+hep-lat/9801010 Lattice
+hep-th/0301150 Theory
+hep-th/0304100 Theory
+hep-th/0608075 Theory
+hep-th/0701252 Theory
+math-ph/0606041
+0705.1835 Combinatorics
+0706.4382 Experiment
+0707.0145 Other Condensed Matter
+0709.2519
+0709.3292
+0710.4552
+0801.3414
+0801.3633 Representation Theory
+0801.4968
+0802.2403
+0802.2977
+0802.3830
+0803.2268
+0803.2650
+0804.2115 Rings and Algebras
+0804.4496
+0805.0640 Rings and Algebras
+0805.1510
+0805.2327 Rings and Algebras
+0806.0174 Algebraic Topology
+0806.3467 Phenomenology
+0806.3579 Phenomenology
+0806.4117
+0807.0805 Symplectic Geometry
+0808.0077
+0808.1572
+0808.2208
+0808.3671 Superconductivity
+0808.3779 Statistical Mechanics
+0809.0220
+0809.1430
+0809.2658 Phenomenology
+0809.2661 Phenomenology
+0809.2759 Phenomenology
+0809.2784 Phenomenology
+0809.2791 Phenomenology
+0809.2799 Phenomenology
+0809.2809
+0809.2814
+0809.2823 Phenomenology
+0809.3072 Phenomenology
+0809.3080 Phenomenology
+0809.3124 Phenomenology
+0809.3200 Phenomenology
+0809.3215 Phenomenology
+0809.3217 Phenomenology
+0809.3236 Phenomenology
+0809.3450 Phenomenology
+0809.3667 Phenomenology
+0809.3678 Phenomenology
+0809.4136
+0809.4411 Phenomenology
+0809.4437 Phenomenology
+0809.4438
+0809.4440 Phenomenology
+0809.4506
+0809.4598 Phenomenology
+0809.4613 Phenomenology
+0809.4628 Phenomenology
+0809.4663 Phenomenology
+0809.4667 Phenomenology
+0809.4766 Phenomenology
+0809.4801 Phenomenology
+0809.4831 Phenomenology
+0809.5030 Phenomenology
+0810.0403
+0810.0491
+0810.0722 Phenomenology
+0810.0751 Phenomenology
+0810.0760 Phenomenology
+0810.0857 Phenomenology
+0810.0889 Phenomenology
+0810.1038 Phenomenology
+0810.2293 Phenomenology
+0810.2297 Phenomenology
+0810.2409 Representation Theory
+0810.2439 Phenomenology
+0810.2448 Phenomenology
+0810.2784
+0810.2831 Phenomenology
+0810.3012 Phenomenology
+0810.3015 Phenomenology
+0810.3130
+0810.3233
+0810.3821 Phenomenology
+0810.3919 Phenomenology
+0810.3965 Phenomenology
+0810.3976 Lattice
+0810.3984 Phenomenology
+0810.4016 Phenomenology
+0810.4115 Phenomenology
+0810.4370
+0810.4394 Phenomenology
+0810.4421 Phenomenology
+0810.4468 Phenomenology
+0810.4497 Phenomenology
+0810.4516 Phenomenology
+0810.4529
+0810.4573 Phenomenology
+0810.4602 Phenomenology
+0810.4606 Phenomenology
+0810.4799 Phenomenology
+0810.4813 Phenomenology
+0810.4846 Phenomenology
+0810.4848
+0810.4899 Phenomenology
+0810.4921
+0810.4940 Phenomenology
+0810.4954 Phenomenology
+0810.4972
+0810.4973 Phenomenology
+0810.5235 Phenomenology
+0810.5239 Phenomenology
+0810.5266 Phenomenology
+0810.5270 Phenomenology
+0810.5343 Phenomenology
+0811.0387 Phenomenology
+0811.0614 Phenomenology
+0811.0616 Phenomenology
+0811.0645 Phenomenology
+0811.0658 Phenomenology
+0811.0668 Phenomenology
+0811.0967 Phenomenology
+0811.0974 Phenomenology
+0811.1187 Phenomenology
+0811.1196 Phenomenology
+0811.1318 Phenomenology
+0811.1364 Phenomenology
+0811.1779 Phenomenology
+0811.1798 Phenomenology
+0811.1806 Phenomenology
+0811.2006
+0811.2069
+0811.2366
+0811.2712 Lattice
+0811.2797
+0811.3934
+0811.4110
+0811.4164
+0811.4479
+0812.0260 Theory
+0812.0453 Theory
+0812.0497 Theory
+0812.0500 Phenomenology
+0812.0551 Theory
+0812.1403 Phenomenology
+0812.1826 Phenomenology
+0812.1895 Phenomenology
+0812.2189
+0812.2422
+0812.2501 Geophysics
+0812.2693 Phenomenology
+0812.2710
+0812.2762 Phenomenology
+0812.2770
+0812.2776 Phenomenology
+0812.2821 Phenomenology
+0812.2875 Phenomenology
+0812.3028
+0812.4592
+0901.0254 High Energy Astrophysical Phenomena
+0901.1020 Phenomenology
+0901.1172 Phenomenology
+0901.1192 Phenomenology
+0901.1198 Phenomenology
+0901.1342 Statistics Theory
+0901.1529 Cosmology and Nongalactic Astrophysics
+0901.1597 Phenomenology
+0901.1912 Experiment
+0901.2256 High Energy Astrophysical Phenomena
+0901.2284 Theory
+0901.2641 Theory
+0901.2664 Instrumentation and Methods for Astrophysics
+0901.3442 Phenomenology
+0901.3545 Phenomenology
+0901.3578 Phenomenology
+0901.3582 Phenomenology
+0901.3660 Phenomenology
+0901.3673 Phenomenology
+0901.3766 Phenomenology
+0901.3794 Phenomenology
+0901.4508 Theory
+0901.4773 Theory
+0902.0170 Phenomenology
+0902.0325 Phenomenology
+0902.0335 Phenomenology
+0902.0441 Phenomenology
+0902.0464 Phenomenology
+0902.0473 Phenomenology
+0902.0477 Phenomenology
+0902.0486 Phenomenology
+0902.0502 Phenomenology
+0902.0521 Phenomenology
+0902.0593 Phenomenology
+0902.0932
+0902.1015 Theory
+0902.2148 Phenomenology
+0902.2379 Phenomenology
+0902.2393 Phenomenology
+0902.2400 Phenomenology
+0902.2445 Phenomenology
+0902.2510 Phenomenology
+0902.2760 Phenomenology
+0902.2817 Phenomenology
+0902.2849 Phenomenology
+0902.2856 Phenomenology
+0902.2857 Phenomenology
+0902.2934 Phenomenology
+0902.3108 High Energy Astrophysical Phenomena
+0903.0815
+0903.1664 Lattice
+0903.4151 Phenomenology
+0903.4377 Cosmology and Nongalactic Astrophysics
+0903.4485 Cosmology and Nongalactic Astrophysics
+0903.4672 Cosmology and Nongalactic Astrophysics
+0903.4685 Cosmology and Nongalactic Astrophysics
+0903.4686 Cosmology and Nongalactic Astrophysics
+0904.0006 Cosmology and Nongalactic Astrophysics
+0904.2360 Theory
+0904.3080 Experiment
+0905.1068 Theory
+0905.2502
+0906.0834 Strongly Correlated Electrons
+0906.2103 Experiment
+0906.3470 High Energy Astrophysical Phenomena
+0906.3976 Quantum Gases
+0906.5297 Cosmology and Nongalactic Astrophysics
+0907.0251 High Energy Astrophysical Phenomena
+0907.0675 Cosmology and Nongalactic Astrophysics
+0907.1967
+0907.2162
+0907.3249 Theory
+0907.3708 Physics and Society
+0907.3774 Lattice
+0907.4853 Materials Science
+0907.4863 Computational Physics
+0908.0679 Theory
+0908.2594 Experiment
+0908.2755
+0908.4201 Representation Theory
+0909.1385
+0909.2091 Artificial Intelligence
+0909.2329 Phenomenology
+0909.4715 Category Theory
+0909.5694
+0910.1498 Commutative Algebra
+0910.3994 Probability
+0910.5165 Quantum Gases
+0910.5326 Phenomenology
+0911.0135 Theory
+0911.0206 Phenomenology
+0911.0560 Phenomenology
+0911.0697 Quantum Gases
+0911.1005 Statistical Mechanics
+0911.1978 Commutative Algebra
+0911.2064
+0911.2626
+0911.3363
+0911.3737
+0911.3805
+0911.3889
+0911.4149 Mesoscale and Nanoscale Physics
+0911.4867 Theory
+0911.4903 Theory
+0911.5052 Phenomenology
+0911.5070 Theory
+0911.5120 Phenomenology
+0911.5141 Theory
+0911.5281 Theory
+0911.5316 Theory
+0911.5317
+0911.5342 Theory
+0911.5371 Superconductivity
+0911.5517 Phenomenology
+0911.5667 Information Theory
+0912.0109 Mesoscale and Nanoscale Physics
+0912.0403 Mesoscale and Nanoscale Physics
+0912.0463 Theory
+0912.0770 Mesoscale and Nanoscale Physics
+0912.1330
+0912.1592
+0912.1663 Probability
+0912.1725
+0912.1769
+0912.1823
+0912.1920
+0912.2123 Dynamical Systems
+0912.2327
+0912.2384
+0912.2480 Analysis of PDEs
+0912.2771 Theory
+0912.2803
+0912.2950 Theory
+0912.3212 Theory
+0912.3274 Theory
+0912.3279 Theory
+0912.3411 Phenomenology
+0912.3682 Superconductivity
+0912.4128 Phenomenology
+0912.4151
+0912.4338 Phenomenology
+0912.4562 Phenomenology
+0912.4563
+0912.4701 Phenomenology
+0912.4744
+0912.4862
+0912.5123
+0912.5161 Phenomenology
+0912.5198 Lattice
+1001.0036 Neurons and Cognition
+1001.0277 Astrophysics of Galaxies
+1001.0807 Cosmology and Nongalactic Astrophysics
+1001.0923
+1001.0946
+1001.1643 Representation Theory
+1001.1686 Computer Science and Game Theory
+1001.3354 Theory
+1001.4882 Atomic Physics
+1002.0636 Cosmology and Nongalactic Astrophysics
+1002.0731 Mesoscale and Nanoscale Physics
+1002.1145 Solar and Stellar Astrophysics
+1002.2263 Materials Science
+1002.2910 Materials Science
+1002.3478
+1002.3836
+1002.4923
+1003.4299 Probability
+1004.0713 Commutative Algebra
+1004.0919 Complex Variables
+1004.1077 Logic in Computer Science
+1004.2544 Algebraic Geometry
+1004.2586
+1004.2908 Computational Complexity
+1004.2961 Number Theory
+1004.3105 Data Structures and Algorithms
+1004.3108 Data Structures and Algorithms
+1004.3121 Solar and Stellar Astrophysics
+1004.3151 Solar and Stellar Astrophysics
+1004.3169 Number Theory
+1004.3173 Mathematical Software
+1004.3201 Mesoscale and Nanoscale Physics
+1004.3286 Solar and Stellar Astrophysics
+1004.3312 Quantum Algebra
+1004.3320 Computational Geometry
+1004.3323 Theory
+1004.3332 Information Theory
+1004.3334 Learning
+1004.3335 Algebraic Geometry
+1004.3351 Digital Libraries
+1004.3354 Computational Physics
+1004.3356
+1004.3357 Analysis of PDEs
+1004.3359
+1004.3366 Number Theory
+1004.3368 Phenomenology
+1004.3371 Information Retrieval
+1004.3374 Numerical Analysis
+1004.3376 Commutative Algebra
+1004.3379
+1004.3383 Complex Variables
+1004.3384 Functional Analysis
+1004.3385 Combinatorics
+1004.3388 Complex Variables
+1004.3389 High Energy Astrophysical Phenomena
+1004.3390 Digital Libraries
+1004.3393 Statistics Theory
+1004.3394 Differential Geometry
+1004.3395 Distributed, Parallel, and Cluster Computing
+1004.3398 Computer Science and Game Theory
+1004.3400 Chemical Physics
+1004.3402 Group Theory
+1004.3411 Combinatorics
+1004.3413 Superconductivity
+1004.3419 Differential Geometry
+1004.3420 High Energy Astrophysical Phenomena
+1004.3425 Physics and Society
+1004.3431 Fluid Dynamics
+1004.3435 Numerical Analysis
+1004.3437 Biological Physics
+1004.3438 Solar and Stellar Astrophysics
+1004.3440
+1004.3451
+1004.3452 Networking and Internet Architecture
+1004.3454 Solar and Stellar Astrophysics
+1004.3462 Lattice
+1004.3470 Combinatorics
+1004.3472 Representation Theory
+1004.3474 Instrumentation and Detectors
+1004.3476 Methodology
+1004.3480 Atmospheric and Oceanic Physics
+1004.3486 Computational Geometry
+1004.3489 Solar and Stellar Astrophysics
+1004.3490 Solar and Stellar Astrophysics
+1004.3494 Materials Science
+1004.3503 Algebraic Geometry
+1004.3505 Statistical Mechanics
+1004.3507 Other Condensed Matter
+1004.3516 Number Theory
+1004.3517 Information Theory
+1004.3518 Adaptation and Self-Organizing Systems
+1004.3523 Optimization and Control
+1004.3527 Multiagent Systems
+1004.3528 General Physics
+1004.3530 Probability
+1004.3534 Other Computer Science
+1004.3539 Data Structures and Algorithms
+astro-ph/0001113
+astro-ph/0004260
+astro-ph/0108029
+astro-ph/0110024
+astro-ph/0111543
+astro-ph/0202444
+astro-ph/0203368
+astro-ph/0403163
+astro-ph/0412641
+astro-ph/0609593
+astro-ph/9506098
+astro-ph/9508066
+astro-ph/9604080
+astro-ph/9807258
+astro-ph/9811476
+astro-ph/9901410
+astro-ph/9904327
+astro-ph/9906454
+astro-ph/9907379
+hep-ph/0504062 Phenomenology
+hep-ph/0610088 Phenomenology
+hep-ph/9509410 Phenomenology
+hep-ph/9909485 Phenomenology
+math/0210022 Algebraic Topology
+math/0303140 Algebraic Topology
+math/0305267 Algebraic Topology
+math/0702062 Quantum Algebra
+q-bio/0609008 Neurons and Cognition
+quant-ph/0408106
+0707.3317 Statistical Mechanics
+0708.1114
+0711.4070 Probability
+0712.3584 Combinatorics
+0712.4118 Combinatorics
+0803.1344 Differential Geometry
+0805.4651 Geometric Topology
+0808.0658
+0811.1136 Other Condensed Matter
+0812.3861 Geometric Topology
+0901.0947 Classical Analysis and ODEs
+0901.4921 Optics
+0902.1733 Machine Learning
+0903.2640 Medical Physics
+0903.3282 Other Condensed Matter
+0903.4015 Materials Science
+0904.3991 Representation Theory
+0905.1638 Physics and Society
+0905.2094
+0906.4079 Statistical Mechanics
+0906.5270 Geometric Topology
+0907.3283
+0907.3985 Cosmology and Nongalactic Astrophysics
+0907.4500 Phenomenology
+0907.4540 Analysis of PDEs
+0909.0203 Probability
+0909.0589 Logic
+0909.3388 Combinatorics
+0909.3888 Soft Condensed Matter
+0909.5346 Metric Geometry
+0910.1458
+0910.1579 Mesoscale and Nanoscale Physics
+0910.2021
+0910.2760 Materials Science
+0911.0345 Mesoscale and Nanoscale Physics
+0911.2097 Logic
+0911.2332 Optics
+0911.5095 Phenomenology
+0912.1557 Phenomenology
+0912.4911 Theory
+0912.5494 Graphics
+1001.0836
+1001.1765 Soft Condensed Matter
+1001.1801 Superconductivity
+1001.1898 Soft Condensed Matter
+1001.2123 Algebraic Geometry
+1001.2202 Soft Condensed Matter
+1001.2215
+1001.5387 Solar and Stellar Astrophysics
+1002.0026 Information Theory
+1002.1376 Cosmology and Nongalactic Astrophysics
+1002.2944 General Physics
+1002.3186 Optics
+1003.0424
+1003.0558 Phenomenology
+1003.1529 Soft Condensed Matter
+1003.2653
+1003.4317 Differential Geometry
+1003.4907 Superconductivity
+1003.5403 General Physics
+1004.0949 Solar and Stellar Astrophysics
+1004.1910 Phenomenology
+1004.2137 Superconductivity
+1004.2845 Superconductivity
+1004.3155 Physics and Society
+1004.4027 Methodology
+1005.0733 Statistical Mechanics
+1005.1078 Phenomenology
+1005.1281 Group Theory
+1005.1925 Cryptography and Security
+1005.2021 Superconductivity
+1005.2465 Sound
+1005.3169 Materials Science
+1005.4894 Analysis of PDEs
+1005.5334 Theory
+1006.0007 High Energy Astrophysical Phenomena
+1006.0057 High Energy Astrophysical Phenomena
+1006.3828 Algebraic Geometry
+1006.4652 Physics and Society
+1006.4886 Mesoscale and Nanoscale Physics
+1006.5442 Software Engineering
+1006.5922 Cryptography and Security
+1006.5945 Computer Vision and Pattern Recognition
+1007.0117 General Mathematics
+1007.0444 Fluid Dynamics
+1007.0445 Classical Analysis and ODEs
+1007.0449 Information Theory
+1007.0450 Differential Geometry
+1007.0451 Differential Geometry
+1007.0452 Analysis of PDEs
+1007.0454 Analysis of PDEs
+1007.0455 Phenomenology
+1007.0456 Analysis of PDEs
+1007.0465 Information Theory
+1007.0471 Other Quantitative Biology
+1007.0472 History and Philosophy of Physics
+1007.0475 High Energy Astrophysical Phenomena
+1007.0477 Differential Geometry
+1007.0480 Other Condensed Matter
+1007.0481 Information Theory
+1007.0484 Learning
+1007.0490 Phenomenology
+1007.0496 Information Theory
+1007.0499 Machine Learning
+1007.0501 Data Structures and Algorithms
+1007.0503
+1007.0508 Algebraic Geometry
+1007.0513
+1007.0514 Probability
+1007.0517
+1007.0523 Logic in Computer Science
+1007.0524 Solar and Stellar Astrophysics
+1007.0526 Combinatorics
+1007.0527 Differential Geometry
+1007.0532 Logic
+1007.0534 Logic
+1007.0536
+1007.0537 Group Theory
+1007.0541 Group Theory
+1007.0542 Digital Libraries
+1007.0547 Computer Vision and Pattern Recognition
+1007.0552 Group Theory
+1007.0554
+1007.0558 Chemical Physics
+1007.0568 Group Theory
+1007.0569 Probability
+1007.0572 Statistical Mechanics
+1007.0576 Probability
+1007.0577 Mesoscale and Nanoscale Physics
+1007.0581 Chaotic Dynamics
+1007.0585 Soft Condensed Matter
+1007.0593 Number Theory
+1007.0595 Cosmology and Nongalactic Astrophysics
+1007.0603 Artificial Intelligence
+1007.0604 Artificial Intelligence
+1007.0605 Fluid Dynamics
+1007.0607 Algebraic Geometry
+1007.0610 Risk Management
+1007.0614 Artificial Intelligence
+1007.0618 Computer Vision and Pattern Recognition
+1007.0619 Cryptography and Security
+1007.0620 Computer Vision and Pattern Recognition
+1007.0621 Computer Vision and Pattern Recognition
+1007.0622 Populations and Evolution
+1007.0626 Computer Vision and Pattern Recognition
+1007.0627 Computer Vision and Pattern Recognition
+1007.0628 Computer Vision and Pattern Recognition
+1007.0630 Geophysics
+1007.0631 Computer Vision and Pattern Recognition
+1007.0632 Algebraic Topology
+1007.0633 Computer Vision and Pattern Recognition
+1007.0636 Computer Vision and Pattern Recognition
+1007.0637 Artificial Intelligence
+1007.0638 Computer Vision and Pattern Recognition
+1007.0650 Quantum Gases
+1007.0652 Probability
+1007.0653 Probability
+1007.0655 Combinatorics
+1007.0660 Learning
+1007.0663 Differential Geometry
+1007.0664
+1007.0666 Algebraic Geometry
+1007.0667
+1007.0672 Dynamical Systems
+1007.0683 Other Computer Science
+1007.0687 Probability
+1007.0690 Artificial Intelligence
+1007.0698 Instrumentation and Detectors
+1007.0706 Phenomenology
+1007.0713 Spectral Theory
+1007.0717 Physics and Society
+1007.0723 Probability
+1007.0726 Materials Science
+1007.0730 Networking and Internet Architecture
+1007.0731 Logic
+1007.0732
+1007.0738 Probability
+1007.0740 Analysis of PDEs
+cond-mat/0102514 Materials Science
+cond-mat/0103377 Statistical Mechanics
+cond-mat/0210663 Materials Science
+cond-mat/0611712 Statistical Mechanics
+cond-mat/0612147 Statistical Mechanics
+cond-mat/0612231 Statistical Mechanics
+gr-qc/0411131
+physics/0605214 History and Philosophy of Physics
+0711.4485 Algebraic Geometry
+0712.2624
+0801.2363 Materials Science
+0802.1129
+0802.3458 Statistics Theory
+0803.1662 Dynamical Systems
+0803.1867 Geometric Topology
+0803.3948 Combinatorics
+0807.0546 Strongly Correlated Electrons
+0809.2981 Combinatorics
+0809.4297 Probability
+0810.2734 Group Theory
+0812.0863 Other Condensed Matter
+0812.2417
+0901.2156 Geometric Topology
+0901.3706 Symbolic Computation
+0903.2617 History and Overview
+0903.3229 Atomic Physics
+0904.2193 Analysis of PDEs
+0904.2811 Dynamical Systems
+0905.2494 Phenomenology
+0905.4321
+0906.4002
+0906.4953 Theory
+0906.5122
+0907.2016 Analysis of PDEs
+0909.2541 Number Theory
+0909.5577 Optimization and Control
+0910.5307 Classical Physics
+0911.3437 Classical Analysis and ODEs
+0911.4106 Number Theory
+0911.4755 Cosmology and Nongalactic Astrophysics
+0912.0649 Differential Geometry
+0912.3037 Materials Science
+0912.4036
+0912.4039
+0912.5467 Methodology
+0912.5487 Materials Science
+1001.0782 Fluid Dynamics
+1001.1288 Instrumentation and Methods for Astrophysics
+1001.1304 Instrumentation and Methods for Astrophysics
+1001.2594 Statistical Mechanics
+1001.2931 Distributed, Parallel, and Cluster Computing
+1001.3826 Populations and Evolution
+1001.4619 Analysis of PDEs
+1001.5169
+1002.3392 Dynamical Systems
+1003.1772 Astrophysics of Galaxies
+1003.1989 High Energy Astrophysical Phenomena
+1003.3914 Differential Geometry
+1003.4978 Probability
+1003.5842 Materials Science
+1004.0122 Algebraic Geometry
+1004.0334 Computer Science and Game Theory
+1004.0532 Geometric Topology
+1004.2091 Data Structures and Algorithms
+1004.5211
+1005.0259 Strongly Correlated Electrons
+1005.0312 Computation
+1005.1253 Atomic Physics
+1005.3226
+1005.4007 Combinatorics
+1005.4081 Phenomenology
+1005.4462 Theory
+1005.5261 Fluid Dynamics
+1005.5690 Quantum Gases
+1006.0533 Soft Condensed Matter
+1006.0743 Metric Geometry
+1006.2008 Soft Condensed Matter
+1006.2474 Strongly Correlated Electrons
+1006.2636 Differential Geometry
+1006.2824 Theory
+1006.2897 Computational Complexity
+1006.3011 Phenomenology
+1006.4172 Phenomenology
+1006.4361
+1006.5370 Strongly Correlated Electrons
+1006.5398 Networking and Internet Architecture
+1006.5607 Solar and Stellar Astrophysics
+1007.0510 Superconductivity
+1007.1352 Plasma Physics
+1007.1853 Quantum Gases
+1007.2373
+1007.2849 Mesoscale and Nanoscale Physics
+1007.3913 Statistical Mechanics
+1007.4911 Plasma Physics
+1007.5236 Cosmology and Nongalactic Astrophysics
+1008.0468 Quantum Gases
+1008.0720 Theory
+1008.2270 High Energy Astrophysical Phenomena
+1008.3264 Quantum Gases
+1008.3893 Physics and Society
+1008.4621 Atomic Physics
+1008.4664 Quantum Gases
+1009.0535
+1009.0546 Statistical Mechanics
+1009.1155 Mesoscale and Nanoscale Physics
+1009.1715 Theory
+1009.2010 Differential Geometry
+1009.2355 Representation Theory
+1009.2716 Superconductivity
+1009.2888 Superconductivity
+1009.3112 Mesoscale and Nanoscale Physics
+1009.3114 Statistical Mechanics
+1009.4704 Cosmology and Nongalactic Astrophysics
+1009.4757 Computer Vision and Pattern Recognition
+1009.5219
+1009.5913 Strongly Correlated Electrons
+1009.6115 Disordered Systems and Neural Networks
+1010.0846 Computational Complexity
+1010.3520 Instrumentation and Detectors
+1010.4628 Materials Science
+1010.5902 Atomic Physics
+1011.0505 Quantum Gases
+1011.0893 Materials Science
+1011.1037 Analysis of PDEs
+1011.1048 Optics
+1011.1429 Classical Analysis and ODEs
+1011.1884 Cosmology and Nongalactic Astrophysics
+1011.2030 Materials Science
+1011.2917 Chemical Physics
+1011.2981 Statistical Mechanics
+1011.3400 History and Overview
+1011.3419 Theory
+1011.4654 Networking and Internet Architecture
+1011.4901 Geometric Topology
+1011.4941 Theory
+1011.5075 Differential Geometry
+1011.5134 Soft Condensed Matter
+1011.5432 Phenomenology
+1011.5488 Phenomenology
+1011.5499 Other Computer Science
+1011.5514 Analysis of PDEs
+1011.5517 Optimization and Control
+1011.5520 Representation Theory
+1011.5521 Mesoscale and Nanoscale Physics
+1011.5541 Earth and Planetary Astrophysics
+1011.5542 Accelerator Physics
+1011.5544 Earth and Planetary Astrophysics
+1011.5545 Cryptography and Security
+1011.5556
+1011.5559 Mesoscale and Nanoscale Physics
+1011.5560 Phenomenology
+1011.5565 Representation Theory
+1011.5566 Information Theory
+1011.5567 Cryptography and Security
+1011.5568 Distributed, Parallel, and Cluster Computing
+1011.5569
+1011.5577 Instrumentation and Methods for Astrophysics
+1011.5583 Instrumentation and Methods for Astrophysics
+1011.5584 Soft Condensed Matter
+1011.5586 Analysis of PDEs
+1011.5589
+1011.5590
+1011.5602 Cosmology and Nongalactic Astrophysics
+1011.5610 Computer Science and Game Theory
+1011.5615 Quantum Gases
+1011.5620
+1011.5631 Applications
+1011.5640 Programming Languages
+1011.5649 Phenomenology
+1011.5652 Geometric Topology
+1011.5655 Earth and Planetary Astrophysics
+1011.5656 Other Computer Science
+1011.5661 Other Computer Science
+1011.5662 Earth and Planetary Astrophysics
+1011.5668 Learning
+1011.5678 Phenomenology
+1011.5680 Analysis of PDEs
+1011.5681 Analysis of PDEs
+1011.5682 Solar and Stellar Astrophysics
+1011.5683 Differential Geometry
+1011.5686 Probability
+1011.5687 Logic
+1011.5691 Probability
+1011.5695 Spectral Theory
+1011.5699 Information Theory
+1011.5701 Strongly Correlated Electrons
+1011.5702 Experiment
+1011.5703
+1011.5707 Algebraic Topology
+1011.5708 Theory
+1011.5710 Quantum Gases
+1011.5711 Group Theory
+1011.5713 General Physics
+1011.5718 Statistics Theory
+1011.5719 Classical Analysis and ODEs
+1011.5722 Statistics Theory
+1011.5725 Soft Condensed Matter
+1011.5728 Classical Analysis and ODEs
+1011.5729 Statistics Theory
+1011.5734 Statistics Theory
+1011.5737 Populations and Evolution
+1011.5742 Strongly Correlated Electrons
+1011.5747 Statistics Theory
+1011.5757 Statistics Theory
+1011.5760 Experiment
+1011.5763 Classical Analysis and ODEs
+1011.5764 General Physics
+1011.5769 Representation Theory
+1011.5774
+1011.5775 Statistics Theory
+1011.5778 Formal Languages and Automata Theory
+1011.5779 Statistics Theory
+1011.5781 Analysis of PDEs
+1011.5784 Classical Analysis and ODEs
+1011.5792 Statistics Theory
+1011.5796 Solar and Stellar Astrophysics
+1011.5798 Earth and Planetary Astrophysics
+1011.5807
+1011.5815 Combinatorics
+1011.5818 Superconductivity
+1011.5829 High Energy Astrophysical Phenomena
+1011.5834 Solar and Stellar Astrophysics
+1011.5836 Group Theory
+1011.5841 Combinatorics
+1011.5844 Optics
+1011.5851 Combinatorics
+1011.5857 Phenomenology
+1011.5863 Analysis of PDEs
+1011.5866 Neural and Evolutionary Computing
+1011.5870 Combinatorics
+1011.5875 Theory
+1011.5876 Instrumentation and Methods for Astrophysics
+astro-ph/0411005
+astro-ph/9809120
+cond-mat/0402324 Materials Science
+cond-mat/0509561 Materials Science
+hep-th/0010084 Theory
+hep-th/0210095 Theory
+math-ph/0610045
+math/0603276 Differential Geometry
+math/0605024 Number Theory
+physics/0503099 Physics and Society
+quant-ph/0508147
+0705.4146 General Physics
+0706.3074 Geophysics
+0706.3906 Fluid Dynamics
+0706.4128 Geophysics
+0706.4130 Geophysics
+0707.3965 General Physics
+0710.2663 Geometric Topology
+0712.2047 Fluid Dynamics
+0801.0926 Classical Physics
+0802.0738 Information Theory
+0802.0823 Information Theory
+0803.0980 Complex Variables
+0804.2490 Differential Geometry
+0804.2492 Differential Geometry
+0804.3906
+0806.1999
+0807.0022 Probability
+0807.1429 Complex Variables
+0807.1593 Dynamical Systems
+0807.1684 Optimization and Control
+0808.0021 Strongly Correlated Electrons
+0809.4323 Category Theory
+0810.0497
+0810.1274 General Physics
+0810.3909
+0811.3038 Algebraic Geometry
+0812.3141 Statistics Theory
+0812.5007 Strongly Correlated Electrons
+0901.1241 Probability
+0901.3581 Probability
+0903.4268
+0903.5259 Logic in Computer Science
+0904.0635 Computation
+0904.1996 Mesoscale and Nanoscale Physics
+0906.0633 Algebraic Geometry
+0906.1126 Discrete Mathematics
+0906.1407 Quantum Algebra
+0906.1853
+0906.2052 Strongly Correlated Electrons
+0906.4308 Dynamical Systems
+0906.5499 Functional Analysis
+0907.2983 Operator Algebras
+0907.5151 Statistics Theory
+0907.5587 Phenomenology
+0908.2715 Classical Physics
+0909.2952 Materials Science
+0909.4013 Programming Languages
+0909.4115
+0909.4599
+0909.4654 Mesoscale and Nanoscale Physics
+0910.1018 Numerical Analysis
+0910.1166 Trading and Market Microstructure
+0910.1643 Computational Geometry
+0910.4917 Strongly Correlated Electrons
+0911.0444 High Energy Astrophysical Phenomena
+0911.1244 Analysis of PDEs
+0911.1507 Networking and Internet Architecture
+0911.1509 Networking and Internet Architecture
+0911.4564 Quantum Gases
+0911.4661 Quantum Gases
+0911.5117 Computational Finance
+0911.5524 Information Theory
+0912.0442 Group Theory
+0912.3500 Statistical Mechanics
+0912.3600 Dynamical Systems
+1001.1208 Optimization and Control
+1001.3929 Number Theory
+1001.4690 Mesoscale and Nanoscale Physics
+1002.0481 Computation and Language
+1002.0821 Materials Science
+1002.1183 Probability
+1002.1804 Dynamical Systems
+1002.4015 Quantum Gases
+1003.0374 Algebraic Geometry
+1003.0734 Chaotic Dynamics
+1003.1211 Earth and Planetary Astrophysics
+1003.2119 Phenomenology
+1003.2738 Mesoscale and Nanoscale Physics
+1003.3912 Atomic Physics
+1003.4572 Other Condensed Matter
+1003.4856 Dynamical Systems
+1004.1011
+1004.1070 Statistical Mechanics
+1004.1688 Superconductivity
+1004.2543 Mesoscale and Nanoscale Physics
+1004.2589
+1004.3290 Astrophysics of Galaxies
+1005.1552 Soft Condensed Matter
+1005.3675
+1005.4479 Solar and Stellar Astrophysics
+1006.0364
+1006.1152
+1006.1746 Computer Science and Game Theory
+1006.2282 Probability
+1006.2283 Logic in Computer Science
+1006.2285 Medical Physics
+1006.2287 Statistics Theory
+1006.2293 Soft Condensed Matter
+1006.2297 Group Theory
+1006.2601 Numerical Analysis
+1006.2604 Optics
+1006.2611 Probability
+1006.2613 Dynamical Systems
+1006.2620 Statistics Theory
+1006.2688 Experiment
+1006.2900 Probability
+1006.2901 Rings and Algebras
+1006.2902 Discrete Mathematics
+1006.2980 Statistics Theory
+1006.3009 Distributed, Parallel, and Cluster Computing
+1006.3140 Logic in Computer Science
+1006.3921 Numerical Analysis
+1006.4769 Probability
+1006.4996 Numerical Analysis
+1006.5224 Soft Condensed Matter
+1006.5226 Robotics
+1007.0641 Distributed, Parallel, and Cluster Computing
+1007.0646 Algebraic Geometry
+1007.1240 Mesoscale and Nanoscale Physics
+1007.1277
+1007.1326 Quantum Gases
+1007.1786 General Mathematics
+1007.2817 Pricing of Securities
+1007.3004 Soft Condensed Matter
+1007.3564 Learning
+1007.3627 Astrophysics of Galaxies
+1007.4031 Molecular Networks
+1007.4391 Operator Algebras
+1007.4560 Theory
+1007.4565 Probability
+1007.4566
+1007.4567 Analysis of PDEs
+1007.4568 High Energy Astrophysical Phenomena
+1007.4570 Metric Geometry
+1007.4576 Instrumentation and Detectors
+1007.4583 Cell Behavior
+1007.4584 Combinatorics
+1007.4585 Phenomenology
+1007.4590 Number Theory
+1007.4595 General Physics
+1007.4600 Instrumentation and Methods for Astrophysics
+1007.4604 Information Theory
+1007.4606 Cryptography and Security
+1007.4609 Strongly Correlated Electrons
+1007.4618
+1007.4621 Number Theory
+1007.4626 Functional Analysis
+1007.4633 Probability
+1007.4641 Algebraic Geometry
+1007.4642
+1007.4645
+1007.4651 Probability
+1007.4654
+1007.4656
+1007.4660 Computational Complexity
+1007.4661 Functional Analysis
+1007.4666 Other Condensed Matter
+1007.4678
+1007.4679 Operator Algebras
+1007.4684 Probability
+1007.4686 Mesoscale and Nanoscale Physics
+1007.4689 Probability
+1007.4692 Functional Analysis
+1007.4702 Plasma Physics
+1007.4706 Combinatorics
+1007.4707 Neural and Evolutionary Computing
+1007.4724 Networking and Internet Architecture
+1007.4725 Number Theory
+1007.4736 Algebraic Geometry
+1007.4745 High Energy Astrophysical Phenomena
+1007.4748 Information Retrieval
+1007.4756 Adaptation and Self-Organizing Systems
+1007.4757 General Mathematics
+1007.4765 Phenomenology
+1007.4771 Spectral Theory
+1007.4779 Probability
+1007.4781 Phenomenology
+1007.4784 Combinatorics
+1007.4786
+1007.4788 Astrophysics of Galaxies
+1007.4792 Metric Geometry
+1007.4799 Solar and Stellar Astrophysics
+1007.4801 Information Theory
+1007.4804 Functional Analysis
+1007.4806 Probability
+cond-mat/0003140
+cond-mat/0010049 Strongly Correlated Electrons
+cond-mat/0105404 Strongly Correlated Electrons
+cond-mat/0109065 Strongly Correlated Electrons
+cond-mat/0112240 Strongly Correlated Electrons
+cond-mat/0306100 Strongly Correlated Electrons
+cond-mat/0306373 Strongly Correlated Electrons
+cond-mat/0309202 Strongly Correlated Electrons
+cond-mat/0310662 Strongly Correlated Electrons
+cond-mat/0312724 Strongly Correlated Electrons
+cond-mat/0409533 Materials Science
+cond-mat/0410040 Other Condensed Matter
+cond-mat/0504375 Strongly Correlated Electrons
+cond-mat/0511266 Strongly Correlated Electrons
+cond-mat/9907309
+funct-an/9408004 Functional Analysis
+math/0505120 Spectral Theory
+math/0607336 Complex Variables
+math/0701268 Analysis of PDEs
+physics/0703240 Fluid Dynamics
+quant-ph/0411167
+0704.0029 Phenomenology
+0707.0452
+0707.1338 Number Theory
+0707.3316 Representation Theory
+0707.4213 Algebraic Topology
+0710.1758 Superconductivity
+0710.1900
+0710.3565
+0711.0361 Symplectic Geometry
+0711.1642 Symplectic Geometry
+0711.4469 Theory
+0712.2788 Analysis of PDEs
+0801.0745 Theory
+0804.4344
+0805.0174 Quantum Algebra
+0805.1929
+0805.3586 Superconductivity
+0805.4829 Algebraic Geometry
+0806.0508 Number Theory
+0808.3915 Representation Theory
+0809.1328 Differential Geometry
+0809.2352 Algebraic Geometry
+0809.3113
+0809.4944
+0810.2576 Phenomenology
+0810.3080 Phenomenology
+0810.3239 Phenomenology
+0810.3314 Phenomenology
+0810.3341 Phenomenology
+0810.3481 Phenomenology
+0810.4029 Atmospheric and Oceanic Physics
+0810.4222 Experiment
+0810.4448 Lattice
+0810.5379 Phenomenology
+0811.2482 Group Theory
+0812.0069
+0812.0980 Phenomenology
+0812.1057 Phenomenology
+0812.1067 Phenomenology
+0812.1114 Phenomenology
+0812.1170 Phenomenology
+0812.1264 Theory
+0812.1337 Phenomenology
+0812.1347 Phenomenology
+0812.1365 Phenomenology
+0812.1818 Theory
+0812.2244
+0812.2249
+0812.2731 Phenomenology
+0812.3031 Phenomenology
+0812.3087 Theory
+0812.3119 Phenomenology
+0901.2100 Phenomenology
+0901.2110 Phenomenology
+0901.2608
+0901.3191
+0901.3457 Phenomenology
+0901.3485 Phenomenology
+0902.0628 Phenomenology
+0902.0688 Phenomenology
+0902.0749 Phenomenology
+0902.0972 Phenomenology
+0902.1316 Phenomenology
+0902.1720 Phenomenology
+0902.1722 Phenomenology
+0902.1778 Phenomenology
+0902.1791 Phenomenology
+0902.1825 Phenomenology
+0902.1893 Phenomenology
+0902.1927 Phenomenology
+0902.1998 Phenomenology
+0902.2000 Phenomenology
+0902.2062 Phenomenology
+0902.2325 Phenomenology
+0902.2331 Phenomenology
+0902.2348
+0902.2552
+0902.3213
+0902.4046 Lattice
+0903.0067
+0903.3076 Accelerator Physics
+0903.3194 History and Philosophy of Physics
+0903.3879 Phenomenology
+0903.3974 Phenomenology
+0903.4042 Phenomenology
+0903.4049 Phenomenology
+0903.4159 Theory
+0904.1993 Theory
+0904.2394 Cosmology and Nongalactic Astrophysics
+0904.2424 Phenomenology
+0904.2765 Theory
+0904.3328 Cosmology and Nongalactic Astrophysics
+0904.3818
+0905.3890 Combinatorics
+0906.0513 Accelerator Physics
+0906.0758 Computational Physics
+0906.1063
+0906.4219
+0906.5066 Phenomenology
+0907.3428 Phenomenology
+0907.4103
+0908.1459 Soft Condensed Matter
+0908.1462 Soft Condensed Matter
+0908.1807 Strongly Correlated Electrons
+0908.1991 Number Theory
+0908.2917 Theory
+0908.3103 Accelerator Physics
+0908.3434 Phenomenology
+0909.0120
+0909.0574 Superconductivity
+0909.1267
+0909.2136 Optics
+0909.2221 Phenomenology
+0909.3206 Phenomenology
+0909.3487
+0909.3957 Phenomenology
+0909.4428 Mesoscale and Nanoscale Physics
+0909.5312
+0910.0190 Experiment
+0910.0392
+0910.1811 Strongly Correlated Electrons
+0910.5531 Phenomenology
+0911.1392 Theory
+0911.1428
+0911.2312 Materials Science
+0911.2546 Theory
+0911.3020
+0911.3617 Geometric Topology
+0911.4317 Phenomenology
+0911.4658 Combinatorics
+0911.4736 Phenomenology
+0911.4739 Phenomenology
+0911.4742 Phenomenology
+0911.4808
+0911.5260 Algebraic Geometry
+0911.5360 Theory
+0911.5477 Mesoscale and Nanoscale Physics
+0912.0231 Theory
+0912.0899 Phenomenology
+0912.0973 High Energy Astrophysical Phenomena
+0912.1036 Phenomenology
+0912.1166 Theory
+0912.1249 Astrophysics of Galaxies
+0912.1260 Theory
+0912.2183 Atomic Physics
+0912.2917 Lattice
+0912.3291
+0912.3438 Theory
+0912.3521 Phenomenology
+0912.3763 Optics
+0912.3801 Strongly Correlated Electrons
+0912.3816 Cosmology and Nongalactic Astrophysics
+0912.4175 Solar and Stellar Astrophysics
+0912.4200 Instrumentation and Detectors
+0912.4534 Phenomenology
+0912.4599 Phenomenology
+0912.4628 Phenomenology
+0912.4679 Theory
+0912.4721 Cosmology and Nongalactic Astrophysics
+0912.4785 Phenomenology
+0912.4852
+0912.4917 Phenomenology
+0912.5064 Phenomenology
+0912.5141 Cosmology and Nongalactic Astrophysics
+0912.5223 Theory
+0912.5440 Theory
+0912.5531 High Energy Astrophysical Phenomena
+1001.0122 Mesoscale and Nanoscale Physics
+1001.0723 Information Theory
+1001.1641 Lattice
+1001.2467 Data Analysis, Statistics and Probability
+1001.3908 Information Theory
+1002.1668 Superconductivity
+1002.2750 Solar and Stellar Astrophysics
+1002.2939 Algebraic Topology
+1003.2675 Information Theory
+1003.3793 Superconductivity
+1004.0506 Chaotic Dynamics
+1004.1451 Numerical Analysis
+1004.2003 Artificial Intelligence
+1004.2307 Quantum Algebra
+1004.2329 Atmospheric and Oceanic Physics
+1004.3137 Theory
+1004.3141
+1004.3244 Functional Analysis
+1004.3338 Geometric Topology
+1004.3755 Information Theory
+1004.3792 Functional Analysis
+1004.3795 Disordered Systems and Neural Networks
+1004.3800 Analysis of PDEs
+1004.3802 Category Theory
+1004.3806 Information Theory
+1004.3809 Multiagent Systems
+1004.3810 Superconductivity
+1004.3814 Learning
+1004.3821 Probability
+1004.3823 Earth and Planetary Astrophysics
+1004.3824 Distributed, Parallel, and Cluster Computing
+1004.3825 Rings and Algebras
+1004.3829 K-Theory and Homology
+1004.3830 Computational Finance
+1004.3837 Biological Physics
+1004.3841 Mesoscale and Nanoscale Physics
+1004.3843 Genomics
+1004.3849
+1004.3855 Differential Geometry
+1004.3856 Exactly Solvable and Integrable Systems
+1004.3857 Probability
+1004.3867 Dynamical Systems
+1004.3868 Atomic Physics
+1004.3878 Information Theory
+1004.3879 Solar and Stellar Astrophysics
+1004.3886 Materials Science
+1004.3895 Computation
+1004.3899 Theory
+1004.3904 Algebraic Geometry
+1004.3911 Astrophysics of Galaxies
+1004.3915 Algebraic Geometry
+1004.3922 Algebraic Topology
+1004.3924 Materials Science
+1004.3931 Dynamical Systems
+1004.3935 Rings and Algebras
+1004.3946 Numerical Analysis
+1004.3951 Quantitative Methods
+1004.3958
+1004.3964 Combinatorics
+1004.3970 Combinatorics
+1004.3972 Theory
+1004.3973 Group Theory
+1004.3977 Mesoscale and Nanoscale Physics
+1004.3980 Computer Vision and Pattern Recognition
+1004.3996 Solar and Stellar Astrophysics
+astro-ph/0001499
+astro-ph/0407398
+astro-ph/0510272
+astro-ph/0609691
+astro-ph/0612073
+astro-ph/9508085
+astro-ph/9912382
+cond-mat/0404016 Statistical Mechanics
+hep-ph/0702123 Phenomenology
+math-ph/0011026
+math/0211462 Quantum Algebra
+math/0306114 Quantum Algebra
+math/0612111 General Mathematics
+math/0703246 Number Theory
+math/9806062 Quantum Algebra
+math/9904179 Symplectic Geometry
+quant-ph/0703179
+quant-ph/9809045
+0706.2658 Mesoscale and Nanoscale Physics
+0708.1895 Materials Science
+0709.2826 Phenomenology
+0711.4698 Dynamical Systems
+0802.4255 Number Theory
+0806.1210 Combinatorics
+0807.0115 Dynamical Systems
+0807.1208 Probability
+0808.0458 Theory
+0808.2308 Number Theory
+0809.4617 Soft Condensed Matter
+0810.0885 Classical Analysis and ODEs
+0810.5618 Differential Geometry
+0811.2653 Combinatorics
+0901.2687 Networking and Internet Architecture
+0904.1600 Group Theory
+0905.0065 Group Theory
+0906.0510 Probability
+0906.3717 Phenomenology
+0908.3704 Spectral Theory
+0909.0043 Adaptation and Self-Organizing Systems
+0910.0609 Functional Analysis
+0911.4563 Analysis of PDEs
+0911.5181
+0912.1589 Quantum Gases
+0912.3803 Quantum Gases
+0912.3895
+0912.5122 Analysis of PDEs
+1001.1053 Other Condensed Matter
+1001.2101 Data Structures and Algorithms
+1001.3660 Strongly Correlated Electrons
+1001.5233 Quantum Gases
+1002.2355 Atomic Physics
+1002.4671 Mesoscale and Nanoscale Physics
+1003.1776 Complex Variables
+1003.3284 Materials Science
+1003.5659 Astrophysics of Galaxies
+1004.1807 Theory
+1004.2501 Cosmology and Nongalactic Astrophysics
+1004.3132 Atomic Physics
+1004.3224 Experiment
+1004.5417 Earth and Planetary Astrophysics
+1005.1536 Solar and Stellar Astrophysics
+1005.2513 Analysis of PDEs
+1005.4208 Cosmology and Nongalactic Astrophysics
+1005.5710 Quantum Gases
+1006.1630 Superconductivity
+1006.1737 Statistical Mechanics
+1006.2658 Strongly Correlated Electrons
+1006.3323 Chemical Physics
+1006.3909 Distributed, Parallel, and Cluster Computing
+1006.4068
+1006.4336 Earth and Planetary Astrophysics
+1006.4793 Logic in Computer Science
+1006.5047 Networking and Internet Architecture
+1006.5283 Materials Science
+1006.5462 Classical Physics
+1006.5467 Fluid Dynamics
+1006.5469 Populations and Evolution
+1006.5473 Risk Management
+1006.5478 Spectral Theory
+1006.5486 Earth and Planetary Astrophysics
+1006.5488 Combinatorics
+1006.5493 Computer Science and Game Theory
+1006.5497 Biological Physics
+1006.5498 Medical Physics
+1006.5499 Medical Physics
+1006.5502 Cryptography and Security
+1006.5503 Number Theory
+1006.5504 Differential Geometry
+1006.5505 Adaptation and Self-Organizing Systems
+1006.5516 Logic in Computer Science
+1006.5525
+1006.5527 Soft Condensed Matter
+1006.5537 Soft Condensed Matter
+1006.5539
+1006.5542 Functional Analysis
+1006.5545 Probability
+1006.5550 High Energy Astrophysical Phenomena
+1006.5551 Functional Analysis
+1006.5557 Complex Variables
+1006.5564
+1006.5565 Phenomenology
+1006.5572 Distributed, Parallel, and Cluster Computing
+1006.5575 Applications
+1006.5577 Solar and Stellar Astrophysics
+1006.5578 Phenomenology
+1006.5590 Analysis of PDEs
+1006.5592 Materials Science
+1006.5601 Phenomenology
+1006.5602 Probability
+1006.5604 Probability
+1006.5621 Discrete Mathematics
+1006.5622 Probability
+1006.5623 Analysis of PDEs
+1006.5627
+1006.5629 Classical Physics
+1006.5630
+1006.5634 Phenomenology
+1006.5636 Rings and Algebras
+1006.5638 Atmospheric and Oceanic Physics
+1006.5641 Atmospheric and Oceanic Physics
+1006.5642 Chemical Physics
+1006.5643 Distributed, Parallel, and Cluster Computing
+1006.5644 Analysis of PDEs
+1006.5647 Mesoscale and Nanoscale Physics
+1006.5657 Artificial Intelligence
+1006.5659 Experiment
+1006.5661 Distributed, Parallel, and Cluster Computing
+1006.5662 General Physics
+1006.5668 Materials Science
+1006.5677 Pattern Formation and Solitons
+1006.5682
+1006.5688 Dynamical Systems
+1006.5690 Other Statistics
+1006.5700 Differential Geometry
+1006.5706 Combinatorics
+math/0510545 Representation Theory
+math/0602486 Dynamical Systems
+math/0701170 Representation Theory
+quant-ph/0608053
+0704.3441
+0706.3575 Superconductivity
+0708.0163 Phenomenology
+0709.3046 Phenomenology
+0712.2889 Phenomenology
+0712.3798 Phenomenology
+0802.2973 Phenomenology
+0804.2291
+0804.4009 Other Condensed Matter
+0805.4303 Statistical Mechanics
+0806.2378 Other Condensed Matter
+0807.0421 Probability
+0807.1971 Phenomenology
+0807.4790 Number Theory
+0808.0014 Lattice
+0808.1017 Lattice
+0808.1672 Lattice
+0808.1791 Lattice
+0808.1796 Lattice
+0808.2121 Lattice
+0808.2875 Lattice
+0808.2919 Lattice
+0808.3049 Lattice
+0808.4046 Lattice
+0809.0412 Lattice
+0809.0655 Lattice
+0809.0721 Lattice
+0809.0879 Lattice
+0809.1010 Lattice
+0809.1219 Lattice
+0809.1220 Lattice
+0809.1629 Lattice
+0809.2176 Lattice
+0809.2834 Lattice
+0809.3251 Lattice
+0809.3923 Lattice
+0809.3933 Lattice
+0809.3964 Lattice
+0809.4431 Lattice
+0809.4502 Lattice
+0809.4514 Lattice
+0809.4535 Lattice
+0809.4769 Lattice
+0809.4888 Lattice
+0809.4890 Lattice
+0809.5015 Lattice
+0809.5049 Lattice
+0809.5050 Lattice
+0809.5086 Lattice
+0809.5134 Lattice
+0809.5202 Lattice
+0809.5227 Lattice
+0809.5228 Lattice
+0809.5259 Lattice
+0810.0085 Lattice
+0810.0136 Lattice
+0810.0144 Lattice
+0810.0161 Lattice
+0810.0253 Lattice
+0810.0285 Lattice
+0810.0290 Lattice
+0810.0300 Lattice
+0810.0329 Lattice
+0810.0375 Lattice
+0810.0431 Lattice
+0810.0496 Lattice
+0810.0730 Lattice
+0810.0899 Lattice
+0810.0946 Lattice
+0810.0956 Lattice
+0810.1079 Lattice
+0810.1131 Lattice
+0810.1220 Lattice
+0810.1239 Lattice
+0810.1302 Lattice
+0810.1311 Lattice
+0810.1315 Lattice
+0810.1360 Lattice
+0810.1469 Lattice
+0810.1559 Lattice
+0810.1570 Lattice
+0810.1669 Lattice
+0810.1719 Lattice
+0810.1764 Lattice
+0810.1792 Lattice
+0810.1845 Lattice
+0810.1954 Lattice
+0810.2159 Lattice
+0810.2252 Lattice
+0810.2331 Lattice
+0810.2360 Lattice
+0810.2468 Lattice
+0810.2482 Lattice
+0810.2833 Lattice
+0810.2873 Lattice
+0810.3066 Lattice
+0810.3117 Lattice
+0810.3241 Lattice
+0810.3547 Lattice
+0810.3548 Lattice
+0810.3722 Lattice
+0810.3765 Lattice
+0810.3807 Lattice
+0810.3866 Lattice
+0810.3982 Lattice
+0810.4131 Lattice
+0810.4178 Lattice
+0810.4223 Lattice
+0810.4328 Lattice
+0810.4447 Lattice
+0810.4477 Lattice
+0810.4585 Phenomenology
+0810.4742 Lattice
+0810.4836 Commutative Algebra
+0810.5337 Lattice
+0810.5458 Lattice
+0810.5512 Lattice
+0810.5550 Lattice
+0811.0426 Lattice
+0811.0535 Lattice
+0811.0724 Lattice
+0811.1257 Lattice
+0811.1400 Lattice
+0811.1402 Instrumentation and Detectors
+0811.1661 Lattice
+0811.1931 Lattice
+0811.2025 Lattice
+0811.2111 Lattice
+0811.2112 Lattice
+0811.2212 Lattice
+0811.2355 Lattice
+0811.2429 Lattice
+0811.2630 Lattice
+0811.3013 Materials Science
+0811.3858 Lattice
+0811.4146 Lattice
+0812.0085 Lattice
+0812.0092 Lattice
+0812.0570 Lattice
+0812.0673 Lattice
+0812.1235 Lattice
+0812.1270
+0812.1368 Lattice
+0812.1680 Lattice
+0812.1872 Lattice
+0812.3206 Lattice
+0812.3845 Lattice
+0812.4265 Lattice
+0812.4486 Lattice
+0901.1433 Theory
+0901.1939 Theory
+0901.2595 Lattice
+0901.3018 Lattice
+0901.3163 Lattice
+0901.3296 Lattice
+0901.3422 Instrumentation and Detectors
+0901.4128 Lattice
+0901.4877 High Energy Astrophysical Phenomena
+0902.1251 Lattice
+0902.1401 High Energy Astrophysical Phenomena
+0902.1972 Theory
+0902.2587 Lattice
+0902.2677 Astrophysics of Galaxies
+0902.2796 Lattice
+0902.2944 Lattice
+0902.3103 Strongly Correlated Electrons
+0902.3662 Phenomenology
+0903.0874 Lattice
+0903.1154 Lattice
+0903.2085
+0903.2947 Lattice
+0903.3527 Astrophysics of Galaxies
+0903.3691 Phenomenology
+0903.4096
+0903.4201 Phenomenology
+0903.4687 Instrumentation and Methods for Astrophysics
+0903.5497 Lattice
+0904.1299 Digital Libraries
+0904.1330 Differential Geometry
+0904.1728 Theory
+0904.2646 Phenomenology
+0904.4256 Cosmology and Nongalactic Astrophysics
+0905.1822
+0905.2119 Theory
+0905.2389 Theory
+0905.2894 Lattice
+0905.3835 Strongly Correlated Electrons
+0905.4178 Phenomenology
+0905.4913 Combinatorics
+0906.1754 Theory
+0906.2254 Representation Theory
+0906.2762
+0906.3134
+0906.3663 Theory
+0906.4112 Theory
+0906.4268 General Physics
+0906.4866 Algebraic Geometry
+0907.0667 Phenomenology
+0907.0860 Theory
+0907.0967 Strongly Correlated Electrons
+0907.1563 Algebraic Geometry
+0907.1640 Theory
+0907.2557
+0907.3066 Number Theory
+0907.3450 Data Analysis, Statistics and Probability
+0907.3506 Phenomenology
+0907.3587 Phenomenology
+0907.3902 Theory
+0907.3912 Commutative Algebra
+0907.4133 Phenomenology
+0907.4807 Soft Condensed Matter
+0907.4811 Soft Condensed Matter
+0907.5597 Physics Education
+0908.0121 Theory
+0908.0324 Phenomenology
+0908.1578 Phenomenology
+0908.1784 Theory
+0908.2546 Theory
+0908.2702 Cosmology and Nongalactic Astrophysics
+0908.2991 Phenomenology
+0908.3395 Probability
+0908.3913 Materials Science
+0908.3990 Strongly Correlated Electrons
+0909.0271 Theory
+0909.0414 Other Condensed Matter
+0909.0475 Cosmology and Nongalactic Astrophysics
+0909.0728 Quantum Gases
+0909.0845 Quantum Gases
+0909.1299 Phenomenology
+0909.2412 Phenomenology
+0909.2724 Number Theory
+0909.3477 Theory
+0909.3777 Fluid Dynamics
+0909.4859 Probability
+0909.5226 Theory
+0910.0677 Phenomenology
+0910.0849 Theory
+0910.2308 Mesoscale and Nanoscale Physics
+0910.2811
+0910.4763 Strongly Correlated Electrons
+0910.4811
+0910.5111 Computational Physics
+0911.0754 Mesoscale and Nanoscale Physics
+0911.1930 Statistical Mechanics
+0911.4255 Solar and Stellar Astrophysics
+0911.4450 Theory
+0912.0123 Mesoscale and Nanoscale Physics
+0912.1882 Mesoscale and Nanoscale Physics
+0912.2706 Human-Computer Interaction
+1001.1056 Superconductivity
+1001.1226 Materials Science
+1001.1811 Cosmology and Nongalactic Astrophysics
+1001.2929 Algebraic Geometry
+1001.3112 Mesoscale and Nanoscale Physics
+1001.3206 Information Theory
+1001.3214 Phenomenology
+1001.3246 Neural and Evolutionary Computing
+1001.3277 Information Retrieval
+1001.3403 Information Theory
+1001.3405 Networking and Internet Architecture
+1001.3426 Analysis of PDEs
+1001.3427 Analysis of PDEs
+1001.3429 Classical Analysis and ODEs
+1001.3431 Phenomenology
+1001.3434 Analysis of PDEs
+1001.3439 Networking and Internet Architecture
+1001.3442 Combinatorics
+1001.3449 Populations and Evolution
+1001.3450 Algebraic Geometry
+1001.3451 Networking and Internet Architecture
+1001.3464 Logic in Computer Science
+1001.3466 Combinatorics
+1001.3471 Representation Theory
+1001.3472 Solar and Stellar Astrophysics
+1001.3474 Representation Theory
+1001.3476 Information Theory
+1001.3486 Information Theory
+1001.3490
+1001.3506 Accelerator Physics
+1001.3507 Accelerator Physics
+1001.3510 Accelerator Physics
+1001.3513 Combinatorics
+1001.3517
+1001.3527 Soft Condensed Matter
+1001.3528 Metric Geometry
+1001.3532 Classical Physics
+1001.3534 Combinatorics
+1001.3535 Differential Geometry
+1001.3536
+1001.3537
+1001.3538 Popular Physics
+1001.3540 Biomolecules
+1001.3544 Accelerator Physics
+1001.3546 Geometric Topology
+1001.3549 Materials Science
+1001.3554 Phenomenology
+1001.3557 Probability
+1001.3558 Probability
+1001.3560 General Physics
+1001.3562 Complex Variables
+1001.3566
+1001.3573 Number Theory
+1001.3574 General Physics
+1001.3575
+1001.3582 Optimization and Control
+1001.3586 Populations and Evolution
+1001.3589 Instrumentation and Methods for Astrophysics
+1001.3595 Theory
+1001.3604 Software Engineering
+1001.3610 Algebraic Geometry
+1001.3618 Superconductivity
+1001.3624 Instrumentation and Detectors
+1001.3633
+1001.3637 Experiment
+1001.3638 Populations and Evolution
+1001.3640 Lattice
+1001.3643
+1001.3645 Superconductivity
+1001.3651 Cosmology and Nongalactic Astrophysics
+1001.3654 Differential Geometry
+1001.3656
+1001.3663 Digital Libraries
+1001.3666 Numerical Analysis
+1001.3667 Chemical Physics
+cond-mat/0201142 Strongly Correlated Electrons
+cs/0006046 Data Structures and Algorithms
+cs/0107023 Computational Geometry
+cs/0108020 Computational Geometry
+cs/9809037 Computational Geometry
+cs/9809038 Computational Geometry
+cs/9809081 Computational Geometry
+cs/9809109 Computational Geometry
+cs/9907001 Data Structures and Algorithms
+cs/9907002 Discrete Mathematics
+cs/9907030 Computational Geometry
+cs/9907031 Computational Geometry
+cs/9912013 Computational Geometry
+cs/9912014 Data Structures and Algorithms
+hep-ph/0403080 Phenomenology
+hep-ph/0406175 Phenomenology
+math/9907126 Combinatorics
+math/9909152 Metric Geometry
+q-bio/0403025 Neurons and Cognition
+quant-ph/0509022
+1003.1131
+1003.1141 Computation and Language
+1003.1148 Soft Condensed Matter
+1003.1155 Adaptation and Self-Organizing Systems
+1003.1162 Phenomenology
+1003.1164 Computational Complexity
+1003.1170 Statistics Theory
+1003.1173 Phenomenology
+1003.1179 Databases
+1003.1181 Superconductivity
+1003.1195
+1003.1196 Disordered Systems and Neural Networks
+1003.1204 Populations and Evolution
+1003.1207 Solar and Stellar Astrophysics
+1003.1214 High Energy Astrophysical Phenomena
+1003.1216 Analysis of PDEs
+1003.1222 Solar and Stellar Astrophysics
+1003.1231 Quantitative Methods
+1003.1232
+1003.1233 Group Theory
+1003.1239 Cryptography and Security
+1003.1242 Quantum Algebra
+1003.1243 Theory
+1003.1246 Dynamical Systems
+1003.1247 Strongly Correlated Electrons
+1003.1248
+1003.1258 Differential Geometry
+1003.1260 Data Structures and Algorithms
+1003.1263 Differential Geometry
+1003.1271 Soft Condensed Matter
+1003.1272 Analysis of PDEs
+1003.1273 Combinatorics
+1003.1278 Classical Analysis and ODEs
+1003.1279 Earth and Planetary Astrophysics
+1003.1281 Functional Analysis
+1003.1297
+1003.1318 Materials Science
+1003.1322 Combinatorics
+1003.1325 Methodology
+1003.1332 History and Overview
+1003.1333 Phenomenology
+1003.1335 Geometric Topology
+1003.1337 Representation Theory
+0704.0947
+0704.3377
+0705.3085 Operator Algebras
+0706.0356 Classical Analysis and ODEs
+0706.3233
+0707.2052 Algebraic Geometry
+0707.3460
+0708.2664
+0709.3792
+0710.5565 Rings and Algebras
+0711.4131
+0801.0384
+0801.0641 Chaotic Dynamics
+0801.1541 Algebraic Geometry
+0801.1843
+0802.3139 Classical Physics
+0802.3990
+0803.3453
+0804.1192
+0804.2293
+0804.3172 Algebraic Geometry
+0804.3207
+0804.3598 Theory
+0804.3719 Accelerator Physics
+0804.4770 Experiment
+0805.1932
+0805.2337
+0806.4771 Probability
+0807.0001
+0807.1090 Functional Analysis
+0808.1892 Theory
+0809.0227 Plasma Physics
+0809.1054 Atomic Physics
+0810.0731 Analysis of PDEs
+0810.2688 Statistics Theory
+0810.3070 Probability
+0810.4038 Plasma Physics
+0811.3863 Superconductivity
+0812.4506 General Physics
+0901.1611 Cosmology and Nongalactic Astrophysics
+0901.1701 Superconductivity
+0901.2276 Theory
+0901.4683 Combinatorics
+0902.0210 Complex Variables
+0902.2607 High Energy Astrophysical Phenomena
+0902.4282 Differential Geometry
+0903.0871 Cosmology and Nongalactic Astrophysics
+0903.1246 Phenomenology
+0903.1764
+0903.3222 Theory
+0903.3567 Plasma Physics
+0903.5207 Theory
+0904.0938 Theory
+0904.3045 Rings and Algebras
+0904.3541
+0904.4171 Theory
+0904.4763 Plasma Physics
+0905.1668 Theory
+0905.2284 Theory
+0905.2528 Plasma Physics
+0905.2568
+0905.3218 History and Philosophy of Physics
+0905.4235 Cosmology and Nongalactic Astrophysics
+0905.4463 Theory
+0905.4623 Data Analysis, Statistics and Probability
+0905.4718 Differential Geometry
+0905.4756 Theory
+0906.0657 Theory
+0906.2883 Computational Physics
+0906.4115 Astrophysics of Galaxies
+0906.4175
+0906.4558 Theory
+0906.4679 Algebraic Geometry
+0906.4981
+0907.3069 High Energy Astrophysical Phenomena
+0907.3995
+0907.4569 Phenomenology
+0907.5185 Lattice
+0907.5512 Strongly Correlated Electrons
+0908.0420 Other Condensed Matter
+0908.2027 Phenomenology
+0908.2766 Phenomenology
+0908.4234
+0908.4513 Quantum Gases
+0909.1233
+0909.2034 Phenomenology
+0909.2487
+0909.3064 Theory
+0909.3525 Theory
+0909.5378 Instrumentation and Detectors
+0909.5556
+0910.0073 Theory
+0910.0307 Phenomenology
+0910.0909 Dynamical Systems
+0910.0930 Theory
+0910.1150
+0910.2425
+0910.2624 Materials Science
+0910.3375 Theory
+0910.3624 Phenomenology
+0910.3709 Theory
+0910.3774 Theory
+0910.4507 Distributed, Parallel, and Cluster Computing
+0910.4510 Distributed, Parallel, and Cluster Computing
+0910.4614
+0910.4868
+0910.5162 Theory
+0910.5272 Physics and Society
+0910.5314 Theory
+0910.5905 Other Condensed Matter
+0910.5915 Theory
+0911.0973
+0911.1035 Theory
+0911.1063 Theory
+0911.1411 Phenomenology
+0911.1563 Theory
+0911.1868 Phenomenology
+0911.2462 Phenomenology
+0911.2635 Lattice
+0911.2688 Theory
+0911.3396 Cosmology and Nongalactic Astrophysics
+0911.3597
+0911.3697
+0911.3730 Phenomenology
+0911.3795 Phenomenology
+0911.4403 Phenomenology
+0911.4603 Theory
+0911.4799 Phenomenology
+0911.4999 Theory
+0911.5077 Theory
+0911.5480
+0912.0125 Theory
+0912.0206 Lattice
+0912.0262 Phenomenology
+0912.0494 Optimization and Control
+0912.0598 Superconductivity
+0912.0724 Strongly Correlated Electrons
+0912.0781 Phenomenology
+0912.1169 Commutative Algebra
+0912.1546
+0912.1596 Theory
+0912.1651 Strongly Correlated Electrons
+0912.1680 Phenomenology
+0912.1844 Theory
+0912.1943 Cosmology and Nongalactic Astrophysics
+0912.2141 Biomolecules
+0912.2677
+0912.3125
+0912.3199 Theory
+0912.3289 Theory
+0912.3461 Computational Engineering, Finance, and Science
+0912.3523 Phenomenology
+0912.3735 Phenomenology
+0912.3877
+0912.3942 Phenomenology
+0912.3992
+0912.4011
+0912.4025 Phenomenology
+0912.4082 Theory
+0912.4150 Phenomenology
+0912.4392 Theory
+0912.4500 Experiment
+0912.4652 Phenomenology
+0912.4795 Analysis of PDEs
+0912.5061 Phenomenology
+0912.5311
+0912.5363
+0912.5368
+0912.5384
+0912.5509 Phenomenology
+1001.0400 Phenomenology
+1001.0702 Phenomenology
+1001.0996 Phenomenology
+1001.1102
+1001.1109 Biological Physics
+1001.1344 Theory
+1001.1676 Instrumentation and Detectors
+1001.2178 Theory
+1001.2201 Mesoscale and Nanoscale Physics
+1001.2869 Phenomenology
+1001.3202 Experiment
+1001.3548 Phenomenology
+1001.4421
+1001.4613 Cosmology and Nongalactic Astrophysics
+1001.4820 Phenomenology
+1001.4985
+1001.5165 Phenomenology
+1001.5380
+1002.0279 Phenomenology
+1002.0551 Astrophysics of Galaxies
+1002.0834 Cosmology and Nongalactic Astrophysics
+1002.0849 Cosmology and Nongalactic Astrophysics
+1002.0872 Solar and Stellar Astrophysics
+1002.0947 Mesoscale and Nanoscale Physics
+1002.0964 Mesoscale and Nanoscale Physics
+1002.1219 Theory
+1002.1311 Cosmology and Nongalactic Astrophysics
+1002.1659 Theory
+1002.1693
+1002.1814 Other Condensed Matter
+1002.1824 Strongly Correlated Electrons
+1002.2042 Cosmology and Nongalactic Astrophysics
+1002.2239 Cosmology and Nongalactic Astrophysics
+1002.2653 Phenomenology
+1002.2763 Phenomenology
+1002.3035 Neurons and Cognition
+1002.3783 Experiment
+1002.4161 Lattice
+1002.4184
+1002.4358 Experiment
+1002.4779 Cosmology and Nongalactic Astrophysics
+1003.0037 Mesoscale and Nanoscale Physics
+1003.0192 Statistical Mechanics
+1003.0386 Earth and Planetary Astrophysics
+1003.0409 Cosmology and Nongalactic Astrophysics
+1003.0485
+1003.0673 Cosmology and Nongalactic Astrophysics
+1003.0984 Mesoscale and Nanoscale Physics
+1003.1177
+1003.1276 Phenomenology
+1003.1686
+1003.1825
+1003.2280 Dynamical Systems
+1003.3695
+1003.3809 Theory
+1003.4188 Phenomenology
+1003.4821
+1003.5122
+1003.5394
+1003.5617 Algebraic Topology
+1003.5917 Theory
+1004.0102
+1004.0247 Statistical Mechanics
+1004.0679
+1004.1556
+1004.1921 Astrophysics of Galaxies
+1004.2014
+1004.2944
+1004.3102
+1004.3231 Cosmology and Nongalactic Astrophysics
+1004.3497 Other Condensed Matter
+1004.3733 Combinatorics
+1004.3838 High Energy Astrophysical Phenomena
+1004.3969 Atomic Physics
+1004.4436 Mesoscale and Nanoscale Physics
+1004.5280 Phenomenology
+1005.0297 Materials Science
+1005.0794 Machine Learning
+1005.1896 Phenomenology
+1005.2641 General Physics
+1005.3250
+1005.3273
+1005.3428 Superconductivity
+1005.3597 Combinatorics
+1005.3777 Plasma Physics
+1005.4067 Dynamical Systems
+1005.4073 Functional Analysis
+1005.4079 Combinatorics
+1005.4086 Statistical Mechanics
+1005.4094 Methodology
+1005.4097 Statistical Mechanics
+1005.4100
+1005.4101 Algebraic Geometry
+1005.4103 Computer Vision and Pattern Recognition
+1005.4104 Probability
+1005.4106 Strongly Correlated Electrons
+1005.4109 Analysis of PDEs
+1005.4110 Computational Physics
+1005.4111 Group Theory
+1005.4112 General Physics
+1005.4117 Computational Physics
+1005.4119 Optics
+1005.4120 Biological Physics
+1005.4123 Software Engineering
+1005.4124 Probability
+1005.4131 Probability
+1005.4133 Phenomenology
+1005.4139 Probability
+1005.4140 General Mathematics
+1005.4143 Strongly Correlated Electrons
+1005.4145
+1005.4146 Populations and Evolution
+1005.4147 Solar and Stellar Astrophysics
+1005.4152 Number Theory
+1005.4154 Mesoscale and Nanoscale Physics
+1005.4162 Combinatorics
+1005.4163 Combinatorics
+1005.4167 Rings and Algebras
+1005.4168 Rings and Algebras
+1005.4169
+1005.4177 Plasma Physics
+1005.4181 Accelerator Physics
+1005.4184 Fluid Dynamics
+1005.4187 Algebraic Geometry
+1005.4190 General Physics
+1005.4192 Plasma Physics
+1005.4197 Strongly Correlated Electrons
+1005.4200 Information Theory
+1005.4202 Computational Physics
+1005.4203 Algebraic Geometry
+1005.4205 Complex Variables
+1005.4212
+1005.4216 Computer Vision and Pattern Recognition
+1005.4218 Classical Analysis and ODEs
+1005.4233 Number Theory
+1005.4239 Analysis of PDEs
+1005.4254 Commutative Algebra
+1005.4255 Soft Condensed Matter
+1005.4256 Combinatorics
+1005.4258 Combinatorics
+1005.4261 Physics and Society
+1005.4262 Networking and Internet Architecture
+1005.4263 Multiagent Systems
+1005.4264 Cryptography and Security
+1005.4265 Other Computer Science
+1005.4266 Cryptography and Security
+1005.4267 Multimedia
+1005.4268 Networking and Internet Architecture
+1005.4269 Phenomenology
+1005.4270 Information Retrieval
+1005.4271 Software Engineering
+1005.4272 Artificial Intelligence
+1005.4275 Probability
+1005.4278 Commutative Algebra
+1005.4285 Disordered Systems and Neural Networks
+1005.4289 Representation Theory
+1005.4290 Other Computer Science
+1005.4292 Computer Vision and Pattern Recognition
+1005.4293 Number Theory
+1005.4300
+1005.4301 Molecular Networks
+1005.4302 High Energy Astrophysical Phenomena
+1005.4307
+1005.4309 Quantum Algebra
+1005.4314
+1005.4316 Information Theory
+1005.4317 Classical Analysis and ODEs
+1005.4319 Functional Analysis
+1005.4323 Solar and Stellar Astrophysics
+1005.4325 Materials Science
+1005.4326 High Energy Astrophysical Phenomena
+1005.4329 Methodology
+1005.4331 Algebraic Geometry
+1005.4335 Populations and Evolution
+1005.4337 Networking and Internet Architecture
+1005.4341 Theory
+1005.4344 Data Structures and Algorithms
+1005.4346 Geometric Topology
+1005.4351
+1005.4354 Materials Science
+1005.4357 Probability
+1005.4358 Methodology
+1005.4361 Cosmology and Nongalactic Astrophysics
+1005.4362
+1005.4363 Software Engineering
+1005.4364 Representation Theory
+1005.4372 Combinatorics
+1005.4379 Logic in Computer Science
+1005.4381 Cosmology and Nongalactic Astrophysics
+1005.4382 Differential Geometry
+1005.4385 Methodology
+1005.4389 Medical Physics
+1005.4395 Mathematical Software
+1005.4398 Instrumentation and Detectors
+1005.4404 Functional Analysis
+astro-ph/0002453
+astro-ph/0107056
+astro-ph/0108225
+astro-ph/0509753
+astro-ph/0510355
+astro-ph/0610717
+astro-ph/0610779
+astro-ph/0702193
+astro-ph/0703281
+astro-ph/0703598
+astro-ph/9803118
+hep-ph/0312086 Phenomenology
+hep-ph/0702194 Phenomenology
+math/0203092 Analysis of PDEs
+math/0402091 Combinatorics
+math/0405551 Group Theory
+math/0411298 Statistics Theory
+math/0505078 Number Theory
+math/0505124 Classical Analysis and ODEs
+0707.0095 Probability
+0708.4262 Algebraic Topology
+0709.1598 Functional Analysis
+0709.2901 Probability
+0709.3186 Optimization and Control
+0709.4350 Algebraic Geometry
+0710.4980
+0801.3602 Mesoscale and Nanoscale Physics
+0803.4338 Differential Geometry
+0804.4231
+0806.0705 Adaptation and Self-Organizing Systems
+0807.2127 Combinatorics
+0808.1158 Superconductivity
+0809.2833 Representation Theory
+0811.4466
+0812.0118 Adaptation and Self-Organizing Systems
+0812.0263 Geometric Topology
+0812.2961 Soft Condensed Matter
+0812.4352 Materials Science
+0901.0105 Algebraic Topology
+0901.0197 Representation Theory
+0901.0599 Theory
+0902.0707 Soft Condensed Matter
+0903.1006 Solar and Stellar Astrophysics
+0904.0154 Numerical Analysis
+0904.1523 Numerical Analysis
+0904.4259
+0904.4662 Phenomenology
+0906.4883 Classical Analysis and ODEs
+0906.5385 Probability
+0907.2419 Statistical Mechanics
+0908.4282 Phenomenology
+0909.1914 Superconductivity
+0909.2217
+0909.2824 Group Theory
+0909.3578
+0909.4648 Optimization and Control
+0909.4994 Group Theory
+0909.5432
+0910.1389 Analysis of PDEs
+0910.2642 Mesoscale and Nanoscale Physics
+0910.3582 General Physics
+0910.5008 Algebraic Geometry
+0910.5523 Algebraic Geometry
+0911.1768 Methodology
+0911.1818 Strongly Correlated Electrons
+0911.3266
+0912.0673 Phenomenology
+0912.3505
+0912.4040 Algebraic Geometry
+0912.4381
+1001.0361 Computers and Society
+1001.1065 Combinatorics
+1001.2304 Cosmology and Nongalactic Astrophysics
+1001.3583
+1001.3988 Algebraic Geometry
+1001.5346 Numerical Analysis
+1001.5434 High Energy Astrophysical Phenomena
+1002.1028 Astrophysics of Galaxies
+1002.1494
+1002.2235 Soft Condensed Matter
+1002.2655 Information Theory
+1003.0861 Cosmology and Nongalactic Astrophysics
+1003.2053 Optics
+1003.2387 Materials Science
+1003.3411 Classical Analysis and ODEs
+1003.3696 Other Condensed Matter
+1003.4226
+1004.1492 Quantum Algebra
+1004.2379
+1004.3301
+1004.4110
+1004.5030 Materials Science
+1004.5540 Information Theory
+1005.0773 Mesoscale and Nanoscale Physics
+1005.1672 Materials Science
+1005.3244 Populations and Evolution
+1005.4062 High Energy Astrophysical Phenomena
+1005.4428
+1005.4744 Statistical Mechanics
+1005.5202 Functional Analysis
+1006.0602 Strongly Correlated Electrons
+1006.1195 Mesoscale and Nanoscale Physics
+1006.1715 Group Theory
+1006.2199 Strongly Correlated Electrons
+1006.3162 Mesoscale and Nanoscale Physics
+1006.3176 Algebraic Geometry
+1006.3884 Strongly Correlated Electrons
+1006.4842 High Energy Astrophysical Phenomena
+1006.4983 Mesoscale and Nanoscale Physics
+1006.5960 Theory
+1007.0358 Number Theory
+1007.1435 Statistical Mechanics
+1007.1534 Quantum Gases
+1007.1884
+1007.2131 Logic in Computer Science
+1007.2480 Combinatorics
+1007.3468 Cosmology and Nongalactic Astrophysics
+1007.3491 Mesoscale and Nanoscale Physics
+1007.4376 Statistical Mechanics
+1007.5020 Complex Variables
+1008.0159 Strongly Correlated Electrons
+1008.0718 Chaotic Dynamics
+1008.1245 Category Theory
+1008.2791 Statistical Mechanics
+1008.3754 Strongly Correlated Electrons
+1008.3943 Classical Analysis and ODEs
+1008.4103 Cosmology and Nongalactic Astrophysics
+1008.4327 Superconductivity
+1009.0096 Algebraic Geometry
+1009.1637 Classical Analysis and ODEs
+1009.3812 Mesoscale and Nanoscale Physics
+1009.4660 Soft Condensed Matter
+1009.5759 Formal Languages and Automata Theory
+1009.6016 Atomic and Molecular Clusters
+1010.0246 Theory
+1010.1320 Classical Analysis and ODEs
+1010.1558 Accelerator Physics
+1010.2097 Mesoscale and Nanoscale Physics
+1010.2429 Differential Geometry
+1010.2572 Physics and Society
+1010.2696 Analysis of PDEs
+1010.2801 Classical Analysis and ODEs
+1010.2871 Computer Science and Game Theory
+1010.3239 General Mathematics
+1010.3568 Instrumentation and Methods for Astrophysics
+1010.3665 Complex Variables
+1010.4208 Numerical Analysis
+1010.4509 Phenomenology
+1010.4810 Chaotic Dynamics
+1010.4812 Computer Science and Game Theory
+1010.4823 Astrophysics of Galaxies
+1010.4832
+1010.4833 Astrophysics of Galaxies
+1010.4838 General Topology
+1010.4841 Algebraic Topology
+1010.4845 Networking and Internet Architecture
+1010.4847 Combinatorics
+1010.4848 Popular Physics
+1010.4854 Information Theory
+1010.4859 Classical Analysis and ODEs
+1010.4865 Cryptography and Security
+1010.4867 Superconductivity
+1010.4870
+1010.4873 History and Philosophy of Physics
+1010.4879 Probability
+1010.4880 Materials Science
+1010.4887 Networking and Internet Architecture
+1010.4888 Materials Science
+1010.4893 Computer Vision and Pattern Recognition
+1010.4894 Functional Analysis
+1010.4897 Number Theory
+1010.4898 Rings and Algebras
+1010.4901 K-Theory and Homology
+1010.4903 Statistical Mechanics
+1010.4910 Theory
+1010.4911 Information Theory
+1010.4912
+1010.4917 Statistical Finance
+1010.4918 Quantum Gases
+1010.4922
+1010.4925 Data Structures and Algorithms
+1010.4926
+1010.4929 Algebraic Topology
+1010.4930 Optimization and Control
+1010.4931
+1010.4933
+1010.4934 Computers and Society
+1010.4935
+1010.4944 Classical Physics
+1010.4945 Machine Learning
+1010.4949 Solar and Stellar Astrophysics
+1010.4952 Distributed, Parallel, and Cluster Computing
+1010.4953 Logic in Computer Science
+1010.4957 Quantum Algebra
+1010.4960 Differential Geometry
+1010.4963 Phenomenology
+1010.4965 Statistical Mechanics
+1010.4970 General Topology
+1010.4971 Data Analysis, Statistics and Probability
+1010.4973 Differential Geometry
+1010.4974 Differential Geometry
+1010.4976 Quantum Algebra
+1010.4981 Probability
+1010.4982 Strongly Correlated Electrons
+1010.4987 Computational Finance
+1010.4988 Portfolio Management
+1010.4989 Computational Finance
+1010.4990 Statistical Finance
+1010.4991 Dynamical Systems
+1010.4997 Instrumentation and Methods for Astrophysics
+1010.4999 Adaptation and Self-Organizing Systems
+1010.5002 K-Theory and Homology
+1010.5003 Solar and Stellar Astrophysics
+1010.5006 Theory
+1010.5010 Materials Science
+1010.5011
+1010.5012 Analysis of PDEs
+1010.5016 Data Structures and Algorithms
+1010.5018 Cosmology and Nongalactic Astrophysics
+1010.5019 Populations and Evolution
+1010.5024 Analysis of PDEs
+1010.5031
+1010.5032
+1010.5034 Cryptography and Security
+1010.5036 Cryptography and Security
+1010.5037 Other Computer Science
+1010.5040 Methodology
+1010.5041 Materials Science
+1010.5046 Methodology
+1010.5054 High Energy Astrophysical Phenomena
+1010.5060 Complex Variables
+1010.5063 Soft Condensed Matter
+1010.5066 Commutative Algebra
+1010.5069 Fluid Dynamics
+1010.5079 Combinatorics
+1010.5086 Materials Science
+1010.5088 Optics
+1010.5091 Methodology
+1010.5095 Methodology
+1010.5102 Optics
+1010.5105 Statistics Theory
+1010.5107
+1010.5110 Theory
+1010.5115 Representation Theory
+1010.5117 Operator Algebras
+1010.5122
+1010.5128 Networking and Internet Architecture
+1010.5131 Analysis of PDEs
+1010.5132
+1010.5142 Geophysics
+1010.5144 Combinatorics
+1010.5145 Dynamical Systems
+1010.5150 General Mathematics
+1010.5151 Solar and Stellar Astrophysics
+1010.5152
+1010.5155 Combinatorics
+1010.5156 Lattice
+1010.5159 Combinatorics
+1010.5160 Optimization and Control
+1010.5162 Mesoscale and Nanoscale Physics
+1010.5163 Information Theory
+1010.5166 General Physics
+1010.5168 Analysis of PDEs
+1010.5171 Risk Management
+1010.5172 Numerical Analysis
+1010.5173 Analysis of PDEs
+1010.5175 Materials Science
+1010.5176 Cryptography and Security
+1010.5177 General Physics
+1010.5182 Analysis of PDEs
+1010.5184 Classical Analysis and ODEs
+1010.5190 Probability
+1010.5192 Combinatorics
+1010.5199 Materials Science
+1010.5206 Combinatorics
+1010.5207 Combinatorics
+1010.5208 Combinatorics
+1010.5210 Algebraic Geometry
+1010.5214
+1010.5216 General Physics
+1010.5226
+alg-geom/9703030 Algebraic Geometry
+cond-mat/0604593 Materials Science
+hep-ph/0605176 Phenomenology
+math/0109070 Algebraic Geometry
+math/0309324 Combinatorics
+math/0502417 Algebraic Topology
+math/0502438 Commutative Algebra
+math/0505201 Algebraic Geometry
+math/0610296 Algebraic Geometry
+0712.1079 Representation Theory
+0712.2636 Differential Geometry
+0806.2950 Other Condensed Matter
+0807.0798 Algebraic Geometry
+0811.0449 General Physics
+0811.3210 Theory
+0812.4533 Theory
+0901.0678 Dynamical Systems
+0903.2174 Information Theory
+0905.4770 Algebraic Geometry
+0906.5090 Materials Science
+0908.0887 Strongly Correlated Electrons
+0910.1192
+0910.1675 Mesoscale and Nanoscale Physics
+0910.2274 Theory
+0910.2497 Methodology
+0912.1206 Mesoscale and Nanoscale Physics
+0912.4499
+0912.4876 Disordered Systems and Neural Networks
+1001.1983 Mesoscale and Nanoscale Physics
+1001.4761 Materials Science
+1002.0777 Information Theory
+1002.0823 Complex Variables
+1002.0999
+1002.4082 Mesoscale and Nanoscale Physics
+1002.4227
+1003.1218 Spectral Theory
+1003.2340 Mesoscale and Nanoscale Physics
+1003.3023 Superconductivity
+1003.3832 Statistical Mechanics
+1003.5216 Classical Analysis and ODEs
+1003.5855 Mesoscale and Nanoscale Physics
+1004.1715 Analysis of PDEs
+1004.1955 Information Theory
+1004.2416 Soft Condensed Matter
+1004.4475
+1005.0265 Data Structures and Algorithms
+1005.0969 Algebraic Geometry
+1005.1246 Superconductivity
+1005.2904
+1005.4122 Computational Complexity
+1005.4667 Solar and Stellar Astrophysics
+1005.5559 Differential Geometry
+1006.0958 Materials Science
+1006.1183 Networking and Internet Architecture
+1006.1489 Geometric Topology
+1006.1707 Materials Science
+1006.2871 Methodology
+1006.5277 Optimization and Control
+1006.5685 Mesoscale and Nanoscale Physics
+1007.0592 Statistical Mechanics
+1007.0775 Complex Variables
+1007.2527 Superconductivity
+1007.2813 Superconductivity
+1007.3085 Algebraic Geometry
+1007.3965 Mesoscale and Nanoscale Physics
+1007.3998 High Energy Astrophysical Phenomena
+1007.4000 Statistical Mechanics
+1007.5234 Functional Analysis
+1008.0293 Analysis of PDEs
+1008.0473 Number Theory
+1008.0659 Artificial Intelligence
+1008.0921 Experiment
+1008.1014 Solar and Stellar Astrophysics
+1008.1205 Instrumentation and Detectors
+1008.1268 Representation Theory
+1008.1270 Formal Languages and Automata Theory
+1008.1274 Number Theory
+1008.1277 Superconductivity
+1008.1279 Phenomenology
+1008.1280 Phenomenology
+1008.1286 Rings and Algebras
+1008.1289 Probability
+1008.1295 Operator Algebras
+1008.1300 Mesoscale and Nanoscale Physics
+1008.1308
+1008.1309 Logic in Computer Science
+1008.1311 Geometric Topology
+1008.1312
+1008.1314 Strongly Correlated Electrons
+1008.1316 Spectral Theory
+1008.1321 Other Computer Science
+1008.1322 Human-Computer Interaction
+1008.1323 Phenomenology
+1008.1324 Computer Science and Game Theory
+1008.1326 Probability
+1008.1327 Instrumentation and Detectors
+1008.1328 Artificial Intelligence
+1008.1329 Classical Analysis and ODEs
+1008.1330 Other Computer Science
+1008.1331 Other Computer Science
+1008.1332 Analysis of PDEs
+1008.1333 Artificial Intelligence
+1008.1334 Other Computer Science
+1008.1335 Information Retrieval
+1008.1336 Other Computer Science
+1008.1337 Databases
+1008.1339 Databases
+1008.1341
+1008.1342 Statistics Theory
+1008.1343 Information Theory
+1008.1345 Methodology
+1008.1346 K-Theory and Homology
+1008.1347 Rings and Algebras
+1008.1352 Solar and Stellar Astrophysics
+1008.1355 Computation
+1008.1360 Discrete Mathematics
+1008.1361 Materials Science
+1008.1363 Materials Science
+1008.1365
+1008.1367 Biological Physics
+1008.1372 Networking and Internet Architecture
+1008.1376 Physics and Society
+1008.1380 Quantitative Methods
+1008.1384 Quantum Algebra
+1008.1386 Populations and Evolution
+1008.1387 Information Theory
+1008.1394 Information Retrieval
+1008.1398 Learning
+1008.1399 Category Theory
+1008.1400 Quantum Algebra
+1008.1402 General Topology
+1008.1410 Neurons and Cognition
+1008.1424 Mesoscale and Nanoscale Physics
+1008.1427 Information Theory
+1008.1435 Number Theory
+1008.1436 Number Theory
+1008.1438 Information Theory
+1008.1442 Biological Physics
+1008.1448 Superconductivity
+1008.1452 Optics
+1008.1455 Information Theory
+1008.1462 Representation Theory
+1008.1463
+1008.1468 Geometric Topology
+1008.1473 Fluid Dynamics
+1008.1480 Data Structures and Algorithms
+1008.1481 Strongly Correlated Electrons
+1008.1491 Theory
+1008.1497 Phenomenology
+1008.1498 Computational Complexity
+1008.1501 Combinatorics
+1008.1503 Group Theory
+1008.1506 Probability
+1008.1510 Probability
+1008.1512 Probability
+1008.1514 Combinatorics
+1008.1519
+1008.1525 Numerical Analysis
+1008.1553 Number Theory
+1008.1554 Disordered Systems and Neural Networks
+1008.1555 Computational Complexity
+1008.1560 Astrophysics of Galaxies
+1008.1565 Analysis of PDEs
+1008.1570 Solar and Stellar Astrophysics
+1008.1571 Performance
+1008.1572 Classical Analysis and ODEs
+1008.1573 Number Theory
+cond-mat/0603039 Strongly Correlated Electrons
+math/0506016 Symplectic Geometry
+math/0609619 Geometric Topology
+math/0610858 Combinatorics
+0707.2880
+0709.0464 Plasma Physics
+0711.1840 Complex Variables
+0712.0813 Phenomenology
+0712.3922 Mesoscale and Nanoscale Physics
+0801.1438 Combinatorics
+0801.2358
+0801.3703 Information Theory
+0804.2629 Theory
+0804.2713 Theory
+0804.2839 Theory
+0804.3063 Theory
+0804.3072 Theory
+0804.3180 Theory
+0804.3229 Theory
+0804.3236 Theory
+0804.3305 Theory
+0804.3438 Theory
+0804.3469 Theory
+0804.3506 Theory
+0804.4169 Theory
+0804.4295 Theory
+0805.1546 Theory
+0805.1917 Theory
+0805.4682 Number Theory
+0806.1493
+0806.2298 Phenomenology
+0808.0910 Theory
+0808.1639
+0808.2066 Theory
+0808.2096 Theory
+0808.2520 Theory
+0808.2538 Theory
+0808.2598 Theory
+0808.2627 Theory
+0808.2650 Theory
+0808.2717 Theory
+0808.2728 Theory
+0808.2752 Theory
+0809.1055
+0810.2997 Phenomenology
+0810.5709 Materials Science
+0811.1319 Artificial Intelligence
+0811.2605 Classical Analysis and ODEs
+0812.0488 Operator Algebras
+0812.1177 Lattice
+0812.4950 Phenomenology
+0901.0759 Combinatorics
+0901.0861 Materials Science
+0901.2644
+0902.1146 Materials Science
+0902.4048 Theory
+0902.4353 Cosmology and Nongalactic Astrophysics
+0902.4699 Cosmology and Nongalactic Astrophysics
+0903.0131 Cosmology and Nongalactic Astrophysics
+0903.0318 High Energy Astrophysical Phenomena
+0903.2305 Mesoscale and Nanoscale Physics
+0903.2702 Mesoscale and Nanoscale Physics
+0903.2735 Optics
+0903.5429 Probability
+0904.0854 Number Theory
+0904.1537 Phenomenology
+0904.2056 Chemical Physics
+0904.2186 Theory
+0904.2548 Phenomenology
+0904.4485 Phenomenology
+0904.4503 Phenomenology
+0904.4663
+0905.0858 Cosmology and Nongalactic Astrophysics
+0905.1735
+0905.1817 Phenomenology
+0905.1852 Phenomenology
+0905.1874 Phenomenology
+0905.2829 Mesoscale and Nanoscale Physics
+0905.3032 Phenomenology
+0905.3056 Phenomenology
+0905.3116 Cosmology and Nongalactic Astrophysics
+0905.3180 Phenomenology
+0905.3187 Phenomenology
+0905.3220 Phenomenology
+0905.3234 Phenomenology
+0905.3264 Phenomenology
+0905.3323 Phenomenology
+0905.3351 Phenomenology
+0905.3355 Phenomenology
+0905.3365 Phenomenology
+0905.3403 Cosmology and Nongalactic Astrophysics
+0905.3494 Cosmology and Nongalactic Astrophysics
+0905.3534 Phenomenology
+0905.3609 Phenomenology
+0905.3711 Phenomenology
+0905.3749 Phenomenology
+0905.3921 Phenomenology
+0905.3923 Phenomenology
+0905.3987 Phenomenology
+0905.4018 Phenomenology
+0905.4069 Phenomenology
+0905.4402
+0906.0535 Phenomenology
+0906.1391 Commutative Algebra
+0906.2710 Quantum Algebra
+0906.4132 Phenomenology
+0906.4159 Phenomenology
+0906.4197 Phenomenology
+0906.4312 Phenomenology
+0906.4352 High Energy Astrophysical Phenomena
+0906.4430 Cosmology and Nongalactic Astrophysics
+0906.4501 Cosmology and Nongalactic Astrophysics
+0906.4548 Cosmology and Nongalactic Astrophysics
+0907.4343 Strongly Correlated Electrons
+0908.0891 High Energy Astrophysical Phenomena
+0910.2174 Experiment
+0910.5709 Plasma Physics
+0911.0550 Theory
+0911.0865 Theory
+0911.1578 Phenomenology
+0911.1598 Phenomenology
+0911.1622 Phenomenology
+0911.1996 Phenomenology
+0911.2030 Phenomenology
+0911.2242 Phenomenology
+0911.2254 Phenomenology
+0911.2276 Phenomenology
+0911.2298 Phenomenology
+0911.2750 Optimization and Control
+0911.2787 Phenomenology
+0911.2789 Phenomenology
+0911.3037 Phenomenology
+0911.3984 Statistical Mechanics
+0911.5299 Phenomenology
+0911.5348 Phenomenology
+0911.5502 Strongly Correlated Electrons
+0912.0431 Logic
+0912.1723 Theory
+0912.2099 Phenomenology
+0912.2104 Phenomenology
+0912.2172 Phenomenology
+0912.2179 Soft Condensed Matter
+0912.2208 Phenomenology
+0912.2410 Cosmology and Nongalactic Astrophysics
+0912.2728 Cosmology and Nongalactic Astrophysics
+0912.2736
+0912.2851 High Energy Astrophysical Phenomena
+0912.3245
+0912.3287 Theory
+0912.3435 Theory
+0912.3605 Phenomenology
+0912.3686 Phenomenology
+0912.3792 Phenomenology
+0912.3804 Phenomenology
+0912.4016
+0912.4264 Phenomenology
+0912.4300 Instrumentation and Detectors
+0912.4507 Phenomenology
+1001.0805
+1001.0966
+1001.0987 Phenomenology
+1001.1089 Phenomenology
+1001.1227 Theory
+1001.1335 Phenomenology
+1001.1378 Phenomenology
+1001.1434 Phenomenology
+1001.1636 Phenomenology
+1001.1851 Phenomenology
+1001.1952 Phenomenology
+1001.2145 High Energy Astrophysical Phenomena
+1001.2737 Phenomenology
+1001.3650
+1001.3676
+1001.3704 Phenomenology
+1001.3759 Phenomenology
+1001.3789 Phenomenology
+1001.3856 Phenomenology
+1001.4059
+1001.4230 Phenomenology
+1001.4432 Information Theory
+1001.4448 Information Theory
+1001.5384 Cosmology and Nongalactic Astrophysics
+1002.0300 Mesoscale and Nanoscale Physics
+1002.0841 Theory
+1002.1003
+1002.1884
+1002.2215 Strongly Correlated Electrons
+1002.2330 Materials Science
+1002.3301
+1002.3309
+1002.4009 Phenomenology
+1002.4043 Phenomenology
+1002.4085
+1002.4132
+1002.4999
+1003.0077
+1003.0346 Phenomenology
+1003.0419 Cosmology and Nongalactic Astrophysics
+1003.0524 Materials Science
+1003.1075 Statistical Mechanics
+1003.1098
+1003.1139 Phenomenology
+1003.1633 Instrumentation and Methods for Astrophysics
+1003.1901 Phenomenology
+1003.1911
+1003.3295
+1003.4231 Cosmology and Nongalactic Astrophysics
+1003.5120
+1003.5576 Phenomenology
+1003.5614
+1004.0154 Combinatorics
+1004.0576
+1004.2647 Experiment
+1004.2800 Mesoscale and Nanoscale Physics
+1004.3615 Algebraic Topology
+1004.3705 Superconductivity
+1004.4290 Representation Theory
+1004.4401 Geometric Topology
+1004.4803 Superconductivity
+1005.0246 Algebraic Geometry
+1005.1635 Information Theory
+1005.3525 Instrumentation and Detectors
+1005.4078 Algebraic Geometry
+1005.4206 Number Theory
+1005.4801 Phenomenology
+1005.4905 Plasma Physics
+1005.4937 Complex Variables
+1005.4948 Logic
+1005.4949 Algebraic Geometry
+1005.4950 Statistical Mechanics
+1005.4954 Experiment
+1005.4959 Combinatorics
+1005.4963 Artificial Intelligence
+1005.4964 Probability
+1005.4970 Numerical Analysis
+1005.4975 Software Engineering
+1005.4976 General Finance
+1005.4984 Networking and Internet Architecture
+1005.4989 Artificial Intelligence
+1005.4992 Medical Physics
+1005.5001 Phenomenology
+1005.5006 Statistical Mechanics
+1005.5017 Strongly Correlated Electrons
+1005.5020 Cryptography and Security
+1005.5021 Statistical Finance
+1005.5029 Theory
+1005.5035 Robotics
+1005.5040 Classical Analysis and ODEs
+1005.5045 Software Engineering
+1005.5054 Information Theory
+1005.5059 Exactly Solvable and Integrable Systems
+1005.5060 Computers and Society
+1005.5061 Geometric Topology
+1005.5062 Phenomenology
+1005.5065 Information Theory
+1005.5070 Exactly Solvable and Integrable Systems
+1005.5077 Mesoscale and Nanoscale Physics
+1005.5079 Strongly Correlated Electrons
+1005.5080 Analysis of PDEs
+1005.5085 Computation
+1005.5086 Medical Physics
+1005.5091 Instrumentation and Methods for Astrophysics
+1005.5099 Soft Condensed Matter
+1005.5101 Other Quantitative Biology
+1005.5111 Group Theory
+1005.5113 Strongly Correlated Electrons
+1005.5114 Artificial Intelligence
+1005.5115 Neural and Evolutionary Computing
+1005.5116 Number Theory
+1005.5118 Networking and Internet Architecture
+1005.5122 Phenomenology
+1005.5124 Artificial Intelligence
+1005.5125 Networking and Internet Architecture
+1005.5127 Probability
+1005.5128 Probability
+1005.5129 Other Computer Science
+1005.5137 Sound
+1005.5140 Functional Analysis
+1005.5143 Dynamical Systems
+1005.5147 Solar and Stellar Astrophysics
+1005.5155 Metric Geometry
+1005.5158 Combinatorics
+astro-ph/0103244
+astro-ph/0106094
+astro-ph/0106405
+astro-ph/0106567
+astro-ph/0107260
+astro-ph/0107386
+cond-mat/0310692 Mesoscale and Nanoscale Physics
+gr-qc/0103060
+gr-qc/0103085
+gr-qc/0103087
+gr-qc/0105113
+gr-qc/0106041
+gr-qc/0107002
+gr-qc/0608056
+hep-ex/0103017 Experiment
+hep-ex/0103021 Experiment
+hep-ex/0103032 Experiment
+hep-ex/0103033 Experiment
+hep-ex/0103034 Experiment
+hep-ex/0103038 Experiment
+hep-ex/0103040 Experiment
+hep-ex/0103042 Experiment
+hep-ex/0103043 Experiment
+hep-ex/0103045 Experiment
+hep-ex/0104004 Experiment
+hep-ex/0104005 Experiment
+hep-ex/0104009 Experiment
+hep-ex/0104025 Experiment
+hep-ex/0104026 Experiment
+hep-ex/0104030 Experiment
+hep-ex/0104032 Experiment
+hep-ex/0104042 Experiment
+hep-ex/0104043 Experiment
+hep-ex/0104047 Experiment
+hep-ex/0104051 Experiment
+hep-ex/0105001 Experiment
+hep-ex/0105002 Experiment
+hep-ex/0105003 Experiment
+hep-ex/0105011 Experiment
+hep-ex/0105014 Experiment
+hep-ex/0105037 Experiment
+hep-ex/0105043 Experiment
+hep-ex/0105046 Experiment
+hep-ex/0105047 Experiment
+hep-ex/0105061 Experiment
+hep-ex/0105065 Experiment
+hep-ex/0105066 Experiment
+hep-ex/0105071 Experiment
+hep-ex/0105072 Experiment
+hep-ex/0105080 Experiment
+hep-ex/0105086 Experiment
+hep-ex/0106004 Experiment
+hep-ex/0106006 Experiment
+hep-ex/0106026 Experiment
+hep-ex/0106031 Experiment
+hep-ex/0106038 Experiment
+hep-ex/0106044 Experiment
+hep-ex/0106047 Experiment
+hep-ex/0106048 Experiment
+hep-ex/0106053 Experiment
+hep-ex/0106059 Experiment
+hep-ex/0106060 Experiment
+hep-ex/0106068 Experiment
+hep-ex/0106070 Experiment
+hep-ex/0106078 Experiment
+hep-ex/0106095 Experiment
+hep-ex/0106100 Experiment
+hep-ex/0106104 Experiment
+hep-ex/0107005 Experiment
+hep-ex/0107008 Experiment
+hep-ex/0107012 Experiment
+hep-ex/0107013 Experiment
+hep-ex/0107016 Experiment
+hep-ex/0107019 Experiment
+hep-ex/0107021 Experiment
+hep-ex/0107025 Experiment
+hep-ex/0107038 Experiment
+hep-ex/0107046 Experiment
+hep-ex/0107047 Experiment
+hep-ex/0107049 Experiment
+hep-ex/0107061 Experiment
+hep-ex/0107067 Experiment
+hep-ex/0107068 Experiment
+hep-ex/0107070 Experiment
+hep-ex/0107071 Experiment
+hep-ex/0107076 Experiment
+hep-ex/0107077 Experiment
+hep-ex/0108009 Experiment
+hep-ex/0108010 Experiment
+hep-lat/0104013 Lattice
+hep-lat/0105027 Lattice
+hep-lat/0106024 Lattice
+hep-lat/0107023 Lattice
+hep-lat/0108002 Lattice
+hep-ph/0103121 Phenomenology
+hep-ph/0103252 Phenomenology
+hep-ph/0103258 Phenomenology
+hep-ph/0103286 Phenomenology
+hep-ph/0103294 Phenomenology
+hep-ph/0103313 Phenomenology
+hep-ph/0103314 Phenomenology
+hep-ph/0103320 Phenomenology
+hep-ph/0104001 Phenomenology
+hep-ph/0104016 Phenomenology
+hep-ph/0104062 Phenomenology
+hep-ph/0104065 Phenomenology
+hep-ph/0104088 Phenomenology
+hep-ph/0104095 Phenomenology
+hep-ph/0104110 Phenomenology
+hep-ph/0104122 Phenomenology
+hep-ph/0104126 Phenomenology
+hep-ph/0104218 Phenomenology
+hep-ph/0104289 Phenomenology
+hep-ph/0104316 Phenomenology
+hep-ph/0105012 Phenomenology
+hep-ph/0105021 Phenomenology
+hep-ph/0105029 Phenomenology
+hep-ph/0105041 Phenomenology
+hep-ph/0105089 Phenomenology
+hep-ph/0105106 Phenomenology
+hep-ph/0105128 Phenomenology
+hep-ph/0105159 Phenomenology
+hep-ph/0105177 Phenomenology
+hep-ph/0105200 Phenomenology
+hep-ph/0105204 Phenomenology
+hep-ph/0105253 Phenomenology
+hep-ph/0105261 Phenomenology
+hep-ph/0106023 Phenomenology
+hep-ph/0106081 Phenomenology
+hep-ph/0106089 Phenomenology
+hep-ph/0106108 Phenomenology
+hep-ph/0106136 Phenomenology
+hep-ph/0106139 Phenomenology
+hep-ph/0106177 Phenomenology
+hep-ph/0106190 Phenomenology
+hep-ph/0106211 Phenomenology
+hep-ph/0106223 Phenomenology
+hep-ph/0106258 Phenomenology
+hep-ph/0106288 Phenomenology
+hep-ph/0106353 Phenomenology
+hep-ph/0107048 Phenomenology
+hep-ph/0107054 Phenomenology
+hep-ph/0107074 Phenomenology
+hep-ph/0107119 Phenomenology
+hep-ph/0107138 Phenomenology
+hep-ph/0107156 Phenomenology
+hep-ph/0107201 Phenomenology
+hep-ph/0107231 Phenomenology
+hep-ph/0107324 Phenomenology
+hep-ph/0107329 Phenomenology
+hep-ph/0108043 Phenomenology
+hep-ph/0109084 Phenomenology
+hep-th/0103099 Theory
+hep-th/0103171 Theory
+hep-th/0103188 Theory
+hep-th/0103196 Theory
+hep-th/0103223 Theory
+hep-th/0104042 Theory
+hep-th/0104064 Theory
+hep-th/0104105 Theory
+hep-th/0104187 Theory
+hep-th/0104195 Theory
+hep-th/0104232 Theory
+hep-th/0105047 Theory
+hep-th/0105075 Theory
+hep-th/0105097 Theory
+hep-th/0105160 Theory
+hep-th/0105208 Theory
+hep-th/0105286 Theory
+hep-th/0106024 Theory
+hep-th/0106046 Theory
+hep-th/0106050 Theory
+hep-th/0106068 Theory
+hep-th/0106128 Theory
+hep-th/0106129 Theory
+hep-th/0106155 Theory
+hep-th/0106217 Theory
+hep-th/0107004 Theory
+hep-th/0107055 Theory
+hep-th/0107151 Theory
+hep-th/0107222 Theory
+hep-th/0107253 Theory
+hep-th/0107264 Theory
+hep-th/0108013 Theory
+hep-th/0611113 Theory
+math/0411480 Differential Geometry
+math/0611686 Algebraic Geometry
+math/0702772 Differential Geometry
+nucl-ex/0104015
+nucl-ex/0104022
+nucl-ex/0104026
+nucl-ex/0105011
+nucl-ex/0105012
+nucl-ex/0105014
+nucl-ex/0105015
+nucl-ex/0106001
+nucl-ex/0106004
+nucl-ex/0106006
+nucl-ex/0107006
+nucl-ex/0107008
+nucl-th/0104043
+nucl-th/0106046
+physics/0103051 General Physics
+0704.0142 Statistical Mechanics
+0706.4193 Probability
+0710.0387 Rings and Algebras
+0712.0235 Probability
+0803.1357 Disordered Systems and Neural Networks
+0803.3907 Representation Theory
+0804.2379 Strongly Correlated Electrons
+0804.3660
+0807.3112 Probability
+0807.4496 Representation Theory
+0808.2754
+0810.0054 Quantum Algebra
+0810.0806 Optimization and Control
+0810.3446
+0810.3605 Artificial Intelligence
+0811.2156 Combinatorics
+0811.2242 Superconductivity
+0812.1659 Probability
+0812.2201 Optimization and Control
+0812.4847 Probability
+0901.2864 Number Theory
+0901.3033 General Physics
+0902.0947 Information Theory
+0902.4149 Differential Geometry
+0903.2553 Logic
+0903.5450
+0904.2464 Theory
+0904.3264 Spectral Theory
+0905.0647
+0905.1519 Combinatorics
+0905.1980 Classical Analysis and ODEs
+0905.4912 Trading and Market Microstructure
+0906.0902 Complex Variables
+0906.2179 Algebraic Geometry
+0906.2382
+0907.2374 Superconductivity
+0907.4141 Superconductivity
+0907.4962 Differential Geometry
+0908.0074 Mesoscale and Nanoscale Physics
+0908.0762 Earth and Planetary Astrophysics
+0908.0898 Information Theory
+0908.1351 Populations and Evolution
+0908.1431 Operator Algebras
+0908.2482
+0909.1544 Mesoscale and Nanoscale Physics
+0909.3125 Mesoscale and Nanoscale Physics
+0909.3141 Analysis of PDEs
+0909.3387 Geometric Topology
+0910.2009 Quantum Algebra
+0911.0995 Disordered Systems and Neural Networks
+0911.1108 Quantum Gases
+0911.1133 Strongly Correlated Electrons
+0911.1593 Mesoscale and Nanoscale Physics
+0911.2485 Quantum Algebra
+0911.2583 Disordered Systems and Neural Networks
+0911.3744
+0911.4065
+0911.4702 Chaotic Dynamics
+0911.4761 Computers and Society
+0912.1264 Mesoscale and Nanoscale Physics
+0912.1949
+0912.2813 Data Structures and Algorithms
+0912.4138 Optics
+0912.4147 Mesoscale and Nanoscale Physics
+1001.0599 Medical Physics
+1001.1129 Phenomenology
+1001.1510 Functional Analysis
+1001.1683 Disordered Systems and Neural Networks
+1001.2059 Information Theory
+1001.2821 Complex Variables
+1001.2882 Mesoscale and Nanoscale Physics
+1001.3615 Superconductivity
+1001.4143 Quantum Gases
+1001.4377 Mesoscale and Nanoscale Physics
+1002.0135 Combinatorics
+1002.2913 Materials Science
+1002.3418 Mesoscale and Nanoscale Physics
+1002.4525 Classical Analysis and ODEs
+1002.4540 Differential Geometry
+1003.1752 Materials Science
+1003.3057 Solar and Stellar Astrophysics
+1003.3273 Cosmology and Nongalactic Astrophysics
+1003.3599 Algebraic Geometry
+1003.4424
+1003.4946
+1003.5406 Cryptography and Security
+1003.5794 Distributed, Parallel, and Cluster Computing
+1004.0056 Distributed, Parallel, and Cluster Computing
+1004.0454 Dynamical Systems
+1004.0685 Risk Management
+1004.1138 Statistical Finance
+1004.1224 Computers and Society
+1004.1374 Differential Geometry
+1004.1564 Information Theory
+1004.1641
+1004.1646 Functional Analysis
+1004.1653 Category Theory
+1004.1654 Combinatorics
+1004.1656
+1004.1660 Rings and Algebras
+1004.1669 Representation Theory
+1004.1673 Other Computer Science
+1004.1674 Networking and Internet Architecture
+1004.1675 Robotics
+1004.1676 Multimedia
+1004.1677 Databases
+1004.1678 Networking and Internet Architecture
+1004.1679 Computer Vision and Pattern Recognition
+1004.1682 Multimedia
+1004.1683 Cryptography and Security
+1004.1686 Computer Vision and Pattern Recognition
+1004.1687
+1004.1689
+1004.1691 Classical Analysis and ODEs
+1004.1695 Materials Science
+1004.1701 Digital Libraries
+1004.1702 Group Theory
+1004.1704 Operator Algebras
+1004.1706 Networking and Internet Architecture
+1004.1707 Information Theory
+1004.1710 Plasma Physics
+1004.1713 Phenomenology
+1004.1716 Number Theory
+1004.1718 Analysis of PDEs
+1004.1730 Differential Geometry
+1004.1735 Analysis of PDEs
+1004.1736 Formal Languages and Automata Theory
+1004.1740 Combinatorics
+1004.1743 Learning
+1004.1745 Other Computer Science
+1004.1746 Distributed, Parallel, and Cluster Computing
+1004.1747 Databases
+1004.1748 Cryptography and Security
+1004.1753 Differential Geometry
+1004.1754
+1004.1757 Networking and Internet Architecture
+1004.1758 Pricing of Securities
+1004.1759 Pricing of Securities
+1004.1761 General Physics
+1004.1763 Representation Theory
+1004.1768 Computer Vision and Pattern Recognition
+1004.1769 Cryptography and Security
+1004.1770 Multimedia
+1004.1772 Artificial Intelligence
+1004.1773 Software Engineering
+1004.1774 Networking and Internet Architecture
+1004.1778 Combinatorics
+1004.1786 Differential Geometry
+1004.1788 Networking and Internet Architecture
+1004.1789 Multimedia
+1004.1791 Multimedia
+1004.1793 Computers and Society
+1004.1794 Artificial Intelligence
+1004.1796 Information Retrieval
+1004.1806 Strongly Correlated Electrons
+1004.1815 Exactly Solvable and Integrable Systems
+1004.1821 Information Theory
+1004.1823 Data Structures and Algorithms
+1004.1824 Cosmology and Nongalactic Astrophysics
+1004.1829 Cosmology and Nongalactic Astrophysics
+1004.1830 Formal Languages and Automata Theory
+1004.1831
+1004.1832 Optics
+1004.1833 Differential Geometry
+1004.1842 Networking and Internet Architecture
+1004.1845 Logic in Computer Science
+1004.1852 Metric Geometry
+1004.1853 Solar and Stellar Astrophysics
+1004.1855 Computational Finance
+1004.1859 Solar and Stellar Astrophysics
+1004.1860 Complex Variables
+1004.1862 Probability
+1004.1867 Optics
+1004.1869 Representation Theory
+1004.1875 Solar and Stellar Astrophysics
+1004.1878 Solar and Stellar Astrophysics
+1004.1883 Combinatorics
+1004.1886 Computer Vision and Pattern Recognition
+1004.1888 Analysis of PDEs
+1004.1890 Combinatorics
+1004.1892 Materials Science
+1004.1893 Superconductivity
+1004.1894 Soft Condensed Matter
+1004.1896 High Energy Astrophysical Phenomena
+1004.1906 Analysis of PDEs
+1004.1916 Functional Analysis
+1004.1930 Optics
+1004.1936 Commutative Algebra
+1004.1939 Representation Theory
+1004.1941 K-Theory and Homology
+1004.1946 Formal Languages and Automata Theory
+1004.1958 Probability
+1004.1972 Rings and Algebras
+1004.1974 Phenomenology
+1004.1976 Solar and Stellar Astrophysics
+1004.1982 Learning
+1004.1983 Other Computer Science
+1004.1987 Commutative Algebra
+1004.1988 Numerical Analysis
+1004.1992 Statistical Mechanics
+1004.2000 Numerical Analysis
+1004.2001 Medical Physics
+1004.2002 Analysis of PDEs
+1004.2008 Artificial Intelligence
+1004.2010 Combinatorics
+1004.2015 Theory
+1004.2017 Solar and Stellar Astrophysics
+1004.2022 Biological Physics
+1004.2026 Chemical Physics
+1004.2034 Mesoscale and Nanoscale Physics
+astro-ph/0606356
+cs/0608058 Networking and Internet Architecture
+math/0111219 Algebraic Geometry
+math/0203043 Algebraic Geometry
+math/0508294 Geometric Topology
+math/0510421 Quantum Algebra
+math/0512592 Geometric Topology
+math/0604042 Geometric Topology
+math/0607153 Differential Geometry
+math/0702645 Representation Theory
+math/0702664 Representation Theory
+nucl-ex/0703006
+0704.2399 Other Condensed Matter
+0706.0303
+0707.1605 Algebraic Geometry
+0711.3686 Probability
+0804.0449 Other Condensed Matter
+0804.4065 Combinatorics
+0805.3031 Strongly Correlated Electrons
+0807.3085 Other Condensed Matter
+0808.2186 Soft Condensed Matter
+0808.2192 Soft Condensed Matter
+0808.2682 Soft Condensed Matter
+0809.0289 Representation Theory
+0810.1256 Geometric Topology
+0811.3129
+0812.2532 Probability
+0903.5078 Differential Geometry
+0905.0719 General Mathematics
+0905.1146 Quantum Gases
+0907.1272 Combinatorics
+0908.0484 Populations and Evolution
+0908.3991 Mesoscale and Nanoscale Physics
+0909.1162 Geometric Topology
+0911.1229 Physics and Society
+0911.1945 Theory
+0912.0472 Soft Condensed Matter
+0912.0866
+0912.1627 Populations and Evolution
+1001.1050 Optics
+1001.1910 Mesoscale and Nanoscale Physics
+1001.2120
+1001.3428 Cosmology and Nongalactic Astrophysics
+1001.5179 Commutative Algebra
+1002.3264 Statistical Mechanics
+1003.0820 Strongly Correlated Electrons
+1003.2808 High Energy Astrophysical Phenomena
+1003.5766
+1004.3226 Superconductivity
+1004.5153 Superconductivity
+1005.0937 Functional Analysis
+1005.1084 Superconductivity
+1005.3271 Astrophysics of Galaxies
+1006.1227 Category Theory
+1006.1757 Theory
+1006.2129 Disordered Systems and Neural Networks
+1006.2163
+1006.3078 Materials Science
+1006.4666
+1007.0170 Algebraic Geometry
+1007.2620 Optics
+1007.4251 Strongly Correlated Electrons
+1007.4533 Mesoscale and Nanoscale Physics
+1008.0963 Mesoscale and Nanoscale Physics
+1008.3878 Statistical Mechanics
+1008.3904 Theory
+1008.4320 Materials Science
+1009.0032
+1009.0564
+1009.1479 Materials Science
+1009.1968 Statistical Mechanics
+1009.4412 Probability
+1010.1010 Number Theory
+1010.2842 Populations and Evolution
+1010.5194 Operator Algebras
+1010.6183 Phenomenology
+1011.0679 Representation Theory
+1011.1641 Classical Analysis and ODEs
+1011.1929 Dynamical Systems
+1011.1970 Physics and Society
+1011.2688 Probability
+1011.3571 Social and Information Networks
+1011.3598 Statistical Mechanics
+1011.3681 Materials Science
+1011.3706 Cosmology and Nongalactic Astrophysics
+1011.3707 Statistical Finance
+1011.3770 Data Structures and Algorithms
+1011.3821
+1011.3836 Dynamical Systems
+1011.3839 Quantum Algebra
+1011.3840 Computational Complexity
+1011.3842 Dynamical Systems
+1011.3843 Combinatorics
+1011.3844 Mesoscale and Nanoscale Physics
+1011.3848 Chaotic Dynamics
+1011.3849 Statistical Mechanics
+1011.3850
+1011.3853 Experiment
+1011.3864 Materials Science
+1011.3869 Combinatorics
+1011.3870 Information Theory
+1011.3875 Materials Science
+1011.3877 Astrophysics of Galaxies
+1011.3882 Combinatorics
+1011.3887 Complex Variables
+1011.3897 Optics
+1011.3898
+1011.3900
+1011.3904 Lattice
+1011.3908 Mesoscale and Nanoscale Physics
+1011.3912 Robotics
+1011.3926 Algebraic Geometry
+1011.3937 Materials Science
+1011.3939 Lattice
+1011.3951 General Physics
+1011.3955 High Energy Astrophysical Phenomena
+1011.3957 Accelerator Physics
+1011.3963 Geometric Topology
+1011.3964 Logic in Computer Science
+1011.3971 Probability
+1011.3978 Mesoscale and Nanoscale Physics
+1011.3982
+1011.3983 Astrophysics of Galaxies
+1011.3986 Dynamical Systems
+1011.3989 Data Analysis, Statistics and Probability
+1011.3994 Lattice
+1011.4000 Superconductivity
+1011.4010 Phenomenology
+1011.4012
+1011.4015 Lattice
+1011.4016 Logic
+1011.4022 Solar and Stellar Astrophysics
+1011.4024 Phenomenology
+1011.4027 General Topology
+1011.4031
+1011.4033
+1011.4036 Metric Geometry
+1011.4037
+1011.4039 Numerical Analysis
+1011.4040 Geophysics
+1011.4041 Geophysics
+1011.4044 Symplectic Geometry
+1011.4052 Solar and Stellar Astrophysics
+1011.4053 Solar and Stellar Astrophysics
+1011.4057
+1011.4058 Computer Vision and Pattern Recognition
+cond-mat/0702254 Other Condensed Matter
+math-ph/0510079
+math/0501350 Representation Theory
+math/0606673 Algebraic Geometry
+math/0608775 Representation Theory
+math/0609166 Geometric Topology
+math/0610512 Representation Theory
+nucl-ex/0506003
+0704.0738 Statistical Mechanics
+0711.0871 Representation Theory
+0802.1236 Strongly Correlated Electrons
+0806.0970 Soft Condensed Matter
+0806.2933 Probability
+0806.2989 Trading and Market Microstructure
+0901.2888 Analysis of PDEs
+0901.3370 Superconductivity
+0901.4582 Superconductivity
+0902.0352 Strongly Correlated Electrons
+0903.0747 Phenomenology
+0905.1902 Algebraic Geometry
+0905.3993 Symbolic Computation
+0907.2695 Theory
+0907.3427 Number Theory
+0908.3661 Probability
+0908.3699 Combinatorics
+0909.3536 Strongly Correlated Electrons
+0910.5935 Mesoscale and Nanoscale Physics
+0911.3119 Geophysics
+0911.3135 Cosmology and Nongalactic Astrophysics
+0912.0891 Geophysics
+0912.1571 High Energy Astrophysical Phenomena
+0912.4050 Quantum Gases
+1001.1023 Statistical Mechanics
+1001.1824 Number Theory
+1001.5286 Theory
+1001.5417
+1002.1391 Theory
+1002.4812
+1003.0055
+1003.1618 Mesoscale and Nanoscale Physics
+1003.4783 Numerical Analysis
+1004.1391 Probability
+1004.5038 Superconductivity
+1004.5199 Statistics Theory
+1005.3976 Mesoscale and Nanoscale Physics
+1006.0127 Mesoscale and Nanoscale Physics
+1006.0556 Operator Algebras
+1006.2306 Theory
+1006.2709 Theory
+1006.2756 Analysis of PDEs
+1006.3698 Soft Condensed Matter
+1006.4706 General Topology
+1006.5554 Mesoscale and Nanoscale Physics
+1006.5894 Information Theory
+1007.0146 General Physics
+1007.1308 Atomic Physics
+1007.2465 Phenomenology
+1007.3723
+1007.4382 Adaptation and Self-Organizing Systems
+1007.5161 Adaptation and Self-Organizing Systems
+1008.0036 Quantum Gases
+1008.0862 Mesoscale and Nanoscale Physics
+1008.1743 Theory
+1008.2333 Theory
+1008.4650 High Energy Astrophysical Phenomena
+1008.4941 Robotics
+1008.5304 Mesoscale and Nanoscale Physics
+1009.0095
+1009.0523 Mesoscale and Nanoscale Physics
+1009.0606 Statistical Mechanics
+1009.1276 Soft Condensed Matter
+1009.1712 Statistical Mechanics
+1009.2479 Solar and Stellar Astrophysics
+1009.3328 Representation Theory
+1009.4618 Solar and Stellar Astrophysics
+1009.4750 Combinatorics
+1009.5119 General Physics
+1010.3320 Machine Learning
+1010.4311 High Energy Astrophysical Phenomena
+1010.4858 Networking and Internet Architecture
+1010.5686 Dynamical Systems
+1011.0453 Complex Variables
+1011.1018 Instrumentation and Methods for Astrophysics
+1011.2409 Combinatorics
+1011.2495 Solar and Stellar Astrophysics
+1011.2514 Quantum Gases
+1011.2515 Computer Science and Game Theory
+1011.2516 Rings and Algebras
+1011.2522 Pattern Formation and Solitons
+1011.2523 Quantum Gases
+1011.2527 Analysis of PDEs
+1011.2530 Cosmology and Nongalactic Astrophysics
+1011.2531 Numerical Analysis
+1011.2538 Human-Computer Interaction
+1011.2541 Theory
+1011.2545 Theory
+1011.2550 Quantum Algebra
+1011.2551 Computational Complexity
+1011.2554 Chemical Physics
+1011.2555 Strongly Correlated Electrons
+1011.2560 Logic in Computer Science
+1011.2562
+1011.2569 Materials Science
+1011.2579
+1011.2581 Geophysics
+1011.2582 Mesoscale and Nanoscale Physics
+1011.2586 Computational Complexity
+1011.2587 Statistics Theory
+1011.2588 Rings and Algebras
+1011.2589 Superconductivity
+1011.2590 Data Structures and Algorithms
+1011.2597 Mesoscale and Nanoscale Physics
+1011.2600 General Physics
+1011.2602 Statistics Theory
+1011.2605 Quantitative Methods
+1011.2607 Statistics Theory
+1011.2608 Probability
+1011.2609
+1011.2610 Instrumentation and Methods for Astrophysics
+1011.2614 Materials Science
+1011.2615 Functional Analysis
+1011.2620 Statistics Theory
+1011.2621 High Energy Astrophysical Phenomena
+1011.2644 Information Theory
+1011.2650 Mesoscale and Nanoscale Physics
+1011.2651 Probability
+1011.2652 Software Engineering
+1011.2653 Statistics Theory
+1011.2654 Optics
+1011.2657 Materials Science
+1011.2660 Statistics Theory
+1011.2663 Materials Science
+1011.2665 Optics
+1011.2667 Cosmology and Nongalactic Astrophysics
+1011.2670 Risk Management
+1011.2671 Solar and Stellar Astrophysics
+1011.2674 Statistical Finance
+1011.2675 Solar and Stellar Astrophysics
+1011.2680 Earth and Planetary Astrophysics
+1011.2683 Probability
+1011.2686 Information Theory
+1011.2689 Physics and Society
+1011.2690 Earth and Planetary Astrophysics
+1011.2700 Geometric Topology
+1011.2710 Earth and Planetary Astrophysics
+1011.2716 Algebraic Geometry
+1011.2719 Distributed, Parallel, and Cluster Computing
+1011.2720 Experiment
+1011.2732 Commutative Algebra
+1011.2739 Optics
+1011.2740 Information Theory
+1011.2744 Differential Geometry
+1011.2746 Astrophysics of Galaxies
+1011.2747 Dynamical Systems
+1011.2750 Numerical Analysis
+1011.2752 Geophysics
+1011.2753 Multimedia
+cond-mat/0003065 Strongly Correlated Electrons
+cond-mat/0003271 Strongly Correlated Electrons
+cond-mat/0503723 Strongly Correlated Electrons
+cond-mat/0609331 Statistical Mechanics
+cond-mat/0610680 Strongly Correlated Electrons
+cond-mat/0611337 Strongly Correlated Electrons
+cond-mat/9811411 Strongly Correlated Electrons
+cond-mat/9812020 Strongly Correlated Electrons
+cond-mat/9910404 Strongly Correlated Electrons
+math/0403550 Algebraic Geometry
+math/0407504 Combinatorics
+math/0601016 General Mathematics
+quant-ph/0511228
+0710.0922 Theory
+0712.0096 Methodology
+0801.0883 Chaotic Dynamics
+0801.4153 Probability
+0801.4927
+0803.2921 Representation Theory
+0804.3863
+0805.0609
+0807.2675 Mesoscale and Nanoscale Physics
+0807.4384 Theory
+0808.1387 Functional Analysis
+0809.1824 Probability
+0809.4596 Phenomenology
+0810.1127 Numerical Analysis
+0810.3107 Combinatorics
+0812.1810 Chaotic Dynamics
+0812.2488 Theory
+0901.0697 Cosmology and Nongalactic Astrophysics
+0902.3429 Metric Geometry
+0903.2218 Superconductivity
+0903.3259 Probability
+0904.1988 Materials Science
+0905.0147 Fluid Dynamics
+0905.0271 Superconductivity
+0905.0849 Theory
+0906.3071 Soft Condensed Matter
+0906.3252 Neurons and Cognition
+0906.5199 Strongly Correlated Electrons
+0906.5320
+0907.1313 Computational Physics
+0907.1791 Phenomenology
+0907.5264 Theory
+0908.1845
+0908.3352 Strongly Correlated Electrons
+0908.3421 Statistical Mechanics
+0908.3766
+0908.4147
+0908.4302 Mesoscale and Nanoscale Physics
+0908.4359 Superconductivity
+0909.0461 Classical Analysis and ODEs
+0909.1454
+0909.1496 Strongly Correlated Electrons
+0909.2191 Statistics Theory
+0909.2858 Algebraic Geometry
+0909.3239
+0910.3123 Data Structures and Algorithms
+0910.4019 Phenomenology
+0911.0252 Phenomenology
+0911.2094 Phenomenology
+0911.2138 Phenomenology
+0911.2173 Phenomenology
+0911.2257 Lattice
+0911.2285 Lattice
+0911.3388 Soft Condensed Matter
+0912.0619
+0912.2779
+0912.3175 Phenomenology
+1001.1654 Data Structures and Algorithms
+1001.1802 Cryptography and Security
+1001.1902 Performance
+1001.5257 Materials Science
+1001.5435 Astrophysics of Galaxies
+1002.1346 Earth and Planetary Astrophysics
+1002.2748
+1002.2760
+1002.2905 Combinatorics
+1002.2996 Representation Theory
+1002.3203 Group Theory
+1002.3326 Networking and Internet Architecture
+1002.3372 Instrumentation and Methods for Astrophysics
+1002.3377 High Energy Astrophysical Phenomena
+1002.3381 Functional Analysis
+1002.3385 Number Theory
+1002.3388 Theory
+1002.3390 Superconductivity
+1002.3398 Other Condensed Matter
+1002.3400 Other Condensed Matter
+1002.3402 Other Condensed Matter
+1002.3406 Dynamical Systems
+1002.3408 Cosmology and Nongalactic Astrophysics
+1002.3409 Cryptography and Security
+1002.3413 Classical Physics
+1002.3419 Materials Science
+1002.3425 General Physics
+1002.3427
+1002.3431 Physics and Society
+1002.3435 Materials Science
+1002.3453 Computational Complexity
+1002.3454
+1002.3466 Algebraic Geometry
+1002.3475 Cryptography and Security
+1002.3484 General Mathematics
+1002.3488 Cosmology and Nongalactic Astrophysics
+1002.3494 Algebraic Geometry
+1002.3503 Group Theory
+1002.3511 Data Structures and Algorithms
+1002.3512 Phenomenology
+1002.3513 Lattice
+1002.3514 Quantum Gases
+1002.3518 Combinatorics
+1002.3519 Strongly Correlated Electrons
+1002.3521 Information Theory
+1002.3525 Representation Theory
+1002.3530 Algebraic Topology
+1002.3533 Numerical Analysis
+1002.3544
+1002.3548 Classical Physics
+1002.3550 Lattice
+1002.3551 Solar and Stellar Astrophysics
+1002.3552 Biological Physics
+1002.3559 Dynamical Systems
+1002.3560 Risk Management
+1002.3566 Analysis of PDEs
+1002.3572 Physics and Society
+1002.3579 Phenomenology
+1002.3590 Physics and Society
+1002.3591 Algebraic Geometry
+1002.3594 Superconductivity
+1002.3596 Classical Physics
+1002.3597 General Physics
+hep-th/9602148 Theory
+math/0609032 Number Theory
+math/0610728 Representation Theory
+math/0612451 Representation Theory
+quant-ph/0112156
+0706.0565 Differential Geometry
+0707.4129 Quantum Algebra
+0710.3964 Number Theory
+0710.5735 Materials Science
+0712.1072 Operator Algebras
+0805.3591 Methodology
+0807.4734 Differential Geometry
+0808.2798 Algebraic Topology
+0809.4168 Geometric Topology
+0810.0098 Optimization and Control
+0810.1971 Quantum Algebra
+0810.2738 Number Theory
+0901.3039 Group Theory
+0903.5360 Materials Science
+0905.2217 Superconductivity
+0905.4170 Mesoscale and Nanoscale Physics
+0905.4272 General Finance
+0905.4648
+0907.3988
+0907.4134 Logic
+0907.4770 Mesoscale and Nanoscale Physics
+0910.0717 Cosmology and Nongalactic Astrophysics
+0910.1837 Strongly Correlated Electrons
+0910.3586 Mesoscale and Nanoscale Physics
+0910.3614 Mesoscale and Nanoscale Physics
+0910.3666 Mesoscale and Nanoscale Physics
+0910.5714 Cryptography and Security
+0911.4067 Differential Geometry
+0912.0848 Disordered Systems and Neural Networks
+0912.2218 Mesoscale and Nanoscale Physics
+0912.3157 Cosmology and Nongalactic Astrophysics
+0912.3206 Statistical Mechanics
+1001.0539
+1001.3388 Cryptography and Security
+1002.0784 Theory
+1002.1141 Cosmology and Nongalactic Astrophysics
+1002.3440
+1002.4913
+1003.1237 Materials Science
+1003.1425 Mesoscale and Nanoscale Physics
+1003.2554 Networking and Internet Architecture
+1003.3388
+1004.1219
+1005.1351 Mesoscale and Nanoscale Physics
+1005.3015
+1005.3362 Algebraic Geometry
+1006.0660 Mesoscale and Nanoscale Physics
+1006.1058 Mesoscale and Nanoscale Physics
+1006.1275 Experiment
+1006.1533
+1006.1586
+1006.1657 General Physics
+1006.1663 Databases
+1006.1667 Information Theory
+1006.1669 Information Theory
+1006.1670 Theory
+1006.1671 Differential Geometry
+1006.1676 Other Computer Science
+1006.1679 Other Computer Science
+1006.1681 Artificial Intelligence
+1006.1683 Software Engineering
+1006.1684 Mesoscale and Nanoscale Physics
+1006.1687 Disordered Systems and Neural Networks
+1006.1689 Distributed, Parallel, and Cluster Computing
+1006.1690 Information Theory
+1006.1692 Databases
+1006.1695 Databases
+1006.1696 Disordered Systems and Neural Networks
+1006.1699 Databases
+1006.1700 Optics
+1006.1701 Artificial Intelligence
+1006.1702 Computers and Society
+1006.1703 Artificial Intelligence
+1006.1706 Instrumentation and Detectors
+1006.1711 Computer Science and Game Theory
+1006.1714 Instrumentation and Methods for Astrophysics
+1006.1720 Logic
+1006.1722 Classical Physics
+1006.1735 Cryptography and Security
+1006.1739 Operator Algebras
+1006.1741 Analysis of PDEs
+1006.1742 K-Theory and Homology
+1006.1743 Information Theory
+1006.1744 Mathematical Software
+1006.1745 Experiment
+1006.1753
+1006.1755 Cryptography and Security
+1006.1759 Group Theory
+1006.1763
+1006.1770 Algebraic Geometry
+1006.1775 Differential Geometry
+1006.1778 Number Theory
+1006.1779 Chaotic Dynamics
+1006.1784 Differential Geometry
+1006.1795 Probability
+1006.1802 Number Theory
+1006.1803 Instrumentation and Methods for Astrophysics
+1006.1807 Combinatorics
+1006.1808 Logic
+1006.1816 Soft Condensed Matter
+1006.1818 Optimization and Control
+1006.1822 Optics
+1006.1828 Machine Learning
+1006.1830
+1006.1835 Mesoscale and Nanoscale Physics
+1006.1837 Spectral Theory
+1006.1839 Spectral Theory
+1006.1844 Metric Geometry
+1006.1846 Theory
+1006.1850
+1006.1851 Mesoscale and Nanoscale Physics
+1006.1852 Mesoscale and Nanoscale Physics
+1006.1853
+1006.1865 Combinatorics
+1006.1868
+1006.1869 Biomolecules
+1006.1872 Algebraic Geometry
+1006.1874 Numerical Analysis
+1006.1877 Statistical Mechanics
+1006.1880 Number Theory
+1006.1885 Phenomenology
+1006.1888
+1006.1890 Information Theory
+cond-mat/0110217 Disordered Systems and Neural Networks
+cond-mat/0603269 Strongly Correlated Electrons
+cond-mat/9712177 Disordered Systems and Neural Networks
+cond-mat/9901222 Statistical Mechanics
+math/0512129 Quantum Algebra
+math/0607076 K-Theory and Homology
+math/0611359 Geometric Topology
+math/0701040 Quantum Algebra
+math/9904057 Quantum Algebra
+physics/0601043 Fluid Dynamics
+q-bio/0605010 Neurons and Cognition
+0704.0842 Other Condensed Matter
+0707.2408 Theory
+0708.1931 Statistical Mechanics
+0710.4378 Theory
+0712.2177 Number Theory
+0801.3641 Other Condensed Matter
+0805.0642 Artificial Intelligence
+0805.1081 Other Condensed Matter
+0809.4107 Distributed, Parallel, and Cluster Computing
+0810.0312
+0810.3802 Mesoscale and Nanoscale Physics
+0811.3148 Soft Condensed Matter
+0812.1489 Mesoscale and Nanoscale Physics
+0812.1703 Mesoscale and Nanoscale Physics
+0902.3482 Number Theory
+0902.4141
+0903.1902 Other Condensed Matter
+0903.2541 Other Condensed Matter
+0904.2432 Rings and Algebras
+0905.4175 Mesoscale and Nanoscale Physics
+0906.1038 Other Condensed Matter
+0906.1991 Algebraic Geometry
+0906.3854 Number Theory
+0906.4405 Mesoscale and Nanoscale Physics
+0907.2605 Functional Analysis
+0907.4169 Formal Languages and Automata Theory
+0908.4519 Number Theory
+1001.0635 Atomic and Molecular Clusters
+comp-gas/9507003 Cellular Automata and Lattice Gases
+cond-mat/0101474 Statistical Mechanics
+cond-mat/0508334 Statistical Mechanics
+cond-mat/0509189 Mesoscale and Nanoscale Physics
+cond-mat/0701398 Mesoscale and Nanoscale Physics
+math/0502338 Functional Analysis
+0705.2311 Fluid Dynamics
+0707.3774
+0709.1557 Operator Algebras
+0710.5091 Other Condensed Matter
+0711.2338
+0802.4134 Fluid Dynamics
+0805.2296 Phenomenology
+0806.4385 Dynamical Systems
+0810.0638 Representation Theory
+0811.1448 Category Theory
+0811.1457 Logic
+0811.2781 Algebraic Geometry
+0812.0715 Operator Algebras
+0902.2355 Logic
+0903.1913 Combinatorics
+0903.5510 Quantum Algebra
+0905.4248 Number Theory
+0905.4541 Information Theory
+0906.3794
+0906.4388
+0910.3887
+0911.0473
+0911.0477
+0912.2412 Methodology
+1001.3469 Logic
+1002.3825 High Energy Astrophysical Phenomena
+1003.3440 Classical Analysis and ODEs
+1003.5261 Strongly Correlated Electrons
+1003.5347 Number Theory
+1004.0128 Operator Algebras
+1004.2562
+1004.2836
+1004.3206 Lattice
+1004.4092 Superconductivity
+1004.4354 Strongly Correlated Electrons
+1005.0767
+1005.2469 Networking and Internet Architecture
+1005.4935 Complex Variables
+1006.1626 Superconductivity
+1006.4900 Distributed, Parallel, and Cluster Computing
+1007.2123 Programming Languages
+1007.3947 Combinatorics
+1007.3949 Combinatorics
+1007.5296 Atmospheric and Oceanic Physics
+1007.5418 Phenomenology
+1008.0078
+1008.0203 Phenomenology
+1008.0322 Populations and Evolution
+1008.0417 Geometric Topology
+1008.0546 Solar and Stellar Astrophysics
+1008.0557 Databases
+1008.0602 Information Theory
+1008.0611
+1008.0613
+1008.0643 Earth and Planetary Astrophysics
+1008.0657 Numerical Analysis
+1008.0661 Symplectic Geometry
+1008.0663 Differential Geometry
+1008.0671
+1008.0673 Quantum Algebra
+1008.0681 Materials Science
+1008.0683 Computational Complexity
+1008.0686 Number Theory
+1008.0687 Analysis of PDEs
+1008.0690
+1008.0693 Mesoscale and Nanoscale Physics
+1008.0696 Mesoscale and Nanoscale Physics
+1008.0697
+1008.0699 Combinatorics
+1008.0700 Group Theory
+1008.0701
+1008.0705 Applications
+1008.0706 Machine Learning
+1008.0710 Lattice
+1008.0711 Differential Geometry
+1008.0713 General Topology
+1008.0715 Rings and Algebras
+1008.0717 Molecular Networks
+1008.0725 Phenomenology
+1008.0728 Information Theory
+1008.0730 Information Theory
+1008.0734 Optimization and Control
+1008.0735 Information Theory
+1008.0737 Biological Physics
+1008.0740 Other Statistics
+1008.0743 Biological Physics
+1008.0750 Phenomenology
+1008.0751 Combinatorics
+1008.0752 Fluid Dynamics
+1008.0755 Solar and Stellar Astrophysics
+1008.0757 Multimedia
+1008.0758 Chaotic Dynamics
+1008.0763 Number Theory
+1008.0769 Probability
+1008.0771 Solar and Stellar Astrophysics
+1008.0791 Mesoscale and Nanoscale Physics
+1008.0796
+1008.0799 Earth and Planetary Astrophysics
+1008.0804 Quantum Algebra
+1008.0806 Numerical Analysis
+1008.0808 Theory
+1008.0809 Logic
+1008.0810 Metric Geometry
+1008.0812 Analysis of PDEs
+1008.0816 Algebraic Topology
+1008.0818 Dynamical Systems
+1008.0819 Differential Geometry
+1008.0823 Artificial Intelligence
+1008.0825 Number Theory
+1008.0831 Data Structures and Algorithms
+1008.0832 Cosmology and Nongalactic Astrophysics
+1008.0838 Hardware Architecture
+1008.0839 Number Theory
+1008.0844
+1008.0855
+math/0409161 Rings and Algebras
+math/0507569 Number Theory
+math/0605031 Analysis of PDEs
+math/0605032 Analysis of PDEs
+quant-ph/0512103
+quant-ph/0604152
+0706.0703 Algebraic Topology
+0710.2354 Theory
+0712.0717 Atomic Physics
+0801.4058 Theory
+0804.1164 Number Theory
+0804.4771 Strongly Correlated Electrons
+0805.4004
+0805.4649 Algebraic Geometry
+0806.1148 Discrete Mathematics
+0806.3556 Optics
+0809.3971 Rings and Algebras
+0810.1877 Number Theory
+0811.1321 History and Overview
+0811.1416 Numerical Analysis
+0811.1549 Group Theory
+0811.4215 Analysis of PDEs
+0812.1574
+0901.2889 Strongly Correlated Electrons
+0903.1470 Algebraic Topology
+0904.3672 Algebraic Geometry
+0904.4400 Mesoscale and Nanoscale Physics
+0905.2614 Pattern Formation and Solitons
+0906.0614 Number Theory
+0906.4702
+0908.2207 Optics
+0909.1125 Differential Geometry
+0909.1897 Differential Geometry
+0909.3408 Phenomenology
+0909.3903 Combinatorics
+0909.4508 Differential Geometry
+0909.4952 Mesoscale and Nanoscale Physics
+0910.0734
+0910.1965 Classical Physics
+0910.5016 Rings and Algebras
+0910.5800 Mesoscale and Nanoscale Physics
+0911.0033 Fluid Dynamics
+0911.0038 Strongly Correlated Electrons
+0911.1295
+0911.2500
+0911.4347 Optimization and Control
+0911.5273 Phenomenology
+0911.5608 Materials Science
+0912.0712 Combinatorics
+0912.2442 Number Theory
+0912.4191 Superconductivity
+0912.4742 Databases
+1001.0056 Algebraic Geometry
+1001.0321 Group Theory
+1001.0549 General Topology
+1001.2618 Analysis of PDEs
+1001.4918 Optics
+1001.5058 Probability
+1002.2238 Theory
+1002.2331 Quantum Algebra
+1002.3763 Data Structures and Algorithms
+1002.4297 Probability
+1002.4459 Lattice
+1003.0741
+1003.2834 Phenomenology
+1003.4896 Statistical Mechanics
+1003.5136
+1004.0276 Cosmology and Nongalactic Astrophysics
+1004.0304 Other Condensed Matter
+1004.1375
+1004.2442
+1004.2933 General Physics
+1004.3403 Cosmology and Nongalactic Astrophysics
+1004.4175 Spectral Theory
+1004.5281
+1005.0275 Solar and Stellar Astrophysics
+1005.1138 Quantum Gases
+1005.1563 High Energy Astrophysical Phenomena
+1005.2677 Classical Analysis and ODEs
+1005.3522
+1005.4198 Strongly Correlated Electrons
+1005.5043 Mesoscale and Nanoscale Physics
+1006.0121 Statistical Mechanics
+1006.0147
+1006.2361 Data Structures and Algorithms
+1006.2549 Number Theory
+1006.3377 Group Theory
+1007.0066 Distributed, Parallel, and Cluster Computing
+1007.0728 Artificial Intelligence
+1007.0969
+1007.1596
+1007.1912 Pattern Formation and Solitons
+1007.1942 Phenomenology
+1007.5060 Astrophysics of Galaxies
+1008.1272 Strongly Correlated Electrons
+1008.1454 Algebraic Topology
+1008.2849 Data Structures and Algorithms
+1008.4491 Mesoscale and Nanoscale Physics
+1009.0318 Materials Science
+1009.0748 Astrophysics of Galaxies
+1009.0760 Symplectic Geometry
+1009.0768 Atmospheric and Oceanic Physics
+1009.0769 Trading and Market Microstructure
+1009.0771
+1009.0772 Instrumentation and Methods for Astrophysics
+1009.0775 Probability
+1009.0780 Number Theory
+1009.0781 Number Theory
+1009.0786 Commutative Algebra
+1009.0787 Commutative Algebra
+1009.0788 Commutative Algebra
+1009.0790 Commutative Algebra
+1009.0794 Computational Geometry
+1009.0802 Applications
+1009.0805 Statistics Theory
+1009.0806 Data Structures and Algorithms
+1009.0808 Probability
+1009.0814 Probability
+1009.0816
+1009.0817 Programming Languages
+1009.0818 Logic
+1009.0826 Medical Physics
+1009.0827 Databases
+1009.0830 Rings and Algebras
+1009.0833 Commutative Algebra
+1009.0838 Representation Theory
+1009.0843
+1009.0844 Computers and Society
+1009.0846 Instrumentation and Methods for Astrophysics
+1009.0848 Plasma Physics
+1009.0853 Functional Analysis
+1009.0854 Computer Vision and Pattern Recognition
+1009.0857 Quantitative Methods
+1009.0858 Dynamical Systems
+1009.0861 Machine Learning
+1009.0862 Distributed, Parallel, and Cluster Computing
+1009.0864 Representation Theory
+1009.0869 Astrophysics of Galaxies
+1009.0877 Representation Theory
+1009.0884 Computational Complexity
+1009.0886 Combinatorics
+1009.0891 Methodology
+1009.0896 Neural and Evolutionary Computing
+1009.0897 Metric Geometry
+1009.0912 Probability
+1009.0913 Spectral Theory
+1009.0915 Neural and Evolutionary Computing
+1009.0927 Strongly Correlated Electrons
+1009.0929 Databases
+1009.0931 Functional Analysis
+1009.0933 Analysis of PDEs
+1009.0934
+1009.0937
+1009.0939 Operator Algebras
+1009.0957 Computer Vision and Pattern Recognition
+1009.0958 Computer Vision and Pattern Recognition
+1009.0959 Computer Vision and Pattern Recognition
+1009.0961 Computer Vision and Pattern Recognition
+1009.0962 Computer Vision and Pattern Recognition
+1009.0964 High Energy Astrophysical Phenomena
+1009.0966 Astrophysics of Galaxies
+1009.0967 Cosmology and Nongalactic Astrophysics
+1009.0968 Fluid Dynamics
+1009.0993 Analysis of PDEs
+1009.0994 Analysis of PDEs
+1009.1002 Computational Physics
+1009.1006 Rings and Algebras
+1009.1015 Instrumentation and Methods for Astrophysics
+1009.1020 Computer Vision and Pattern Recognition
+1009.1029 Analysis of PDEs
+1009.1039 Probability
+1009.1042 Probability
+1009.1050 Solar and Stellar Astrophysics
+1009.1052 Statistics Theory
+1009.1061 Functional Analysis
+1009.1062 Representation Theory
+1009.1074 Superconductivity
+1009.1078 Biological Physics
+1009.1086 Geometric Topology
+1009.1096
+1009.1106 Combinatorics
+1009.1126 Theory
+1009.1136
+cond-mat/0205322 Strongly Correlated Electrons
+cond-mat/0410767 Strongly Correlated Electrons
+cond-mat/0702276 Strongly Correlated Electrons
+hep-ph/9912210 Phenomenology
+math/0408167 Number Theory
+math/0507507 Number Theory
+math/0601516 Number Theory
+math/9303202 Functional Analysis
+math/9303203 Functional Analysis
+math/9303204 Functional Analysis
+math/9303205 Functional Analysis
+math/9303206 Functional Analysis
+math/9310217 Functional Analysis
+math/9310218 Functional Analysis
+math/9403209 Functional Analysis
+math/9403212 Functional Analysis
+math/9404213 Functional Analysis
+math/9709211 Functional Analysis
+quant-ph/0208104
+quant-ph/0702177
+0708.2256 Group Theory
+0712.2329 Algebraic Topology
+0802.1473 Differential Geometry
+0802.1558
+0804.3556 Complex Variables
+0806.2912 Algebraic Geometry
+0810.2071 Physics Education
+0810.3667 Strongly Correlated Electrons
+0812.3978 Algebraic Geometry
+0905.3427 Theory
+0905.3820 Combinatorics
+0906.3155 Exactly Solvable and Integrable Systems
+0907.3386
+0907.4683
+0910.0672 Differential Geometry
+0910.1078 Numerical Analysis
+0910.1518 Quantum Gases
+0910.1803 Quantum Gases
+0910.5582 Statistical Mechanics
+0910.5881 Atomic Physics
+0911.0154 General Topology
+0912.3350
+0912.4596 Statistical Mechanics
+1001.1455 Optimization and Control
+1001.3953
+1001.4507 Optimization and Control
+1001.5098 Complex Variables
+1002.0181 Algebraic Geometry
+1002.1707
+1002.2065 Materials Science
+1002.2245 Strongly Correlated Electrons
+1002.2814 Differential Geometry
+1002.3637 Instrumentation and Methods for Astrophysics
+1002.3709 Probability
+1002.4997 Soft Condensed Matter
+1003.0033 Cosmology and Nongalactic Astrophysics
+1003.0236 Theory
+1003.0606 Strongly Correlated Electrons
+1003.1639 Strongly Correlated Electrons
+1003.3088 Optimization and Control
+1003.4747 Cosmology and Nongalactic Astrophysics
+1004.4280 Statistical Mechanics
+1005.0395
+1005.0898 Medical Physics
+1005.2151
+1005.3316 Optics
+1006.0498 Strongly Correlated Electrons
+1006.1437 Phenomenology
+1006.1542 Statistical Mechanics
+1006.2478 Strongly Correlated Electrons
+1006.2995 Functional Analysis
+1006.4904 Logic
+1006.5106 Superconductivity
+1007.0668 Analysis of PDEs
+1007.0696 Metric Geometry
+1007.1826 Statistical Mechanics
+1007.2299 Group Theory
+1007.2621 Instrumentation and Methods for Astrophysics
+1007.3418 Functional Analysis
+1007.3502 Strongly Correlated Electrons
+1007.3930 Mesoscale and Nanoscale Physics
+1007.4482 Strongly Correlated Electrons
+1008.0802 Fluid Dynamics
+1008.2039 Materials Science
+1009.0528 Solar and Stellar Astrophysics
+1009.1045 Statistical Mechanics
+1009.1132 Multiagent Systems
+1009.1501 Biological Physics
+1009.1832 Geophysics
+1009.1956 Optics
+1009.1961 Mesoscale and Nanoscale Physics
+1009.3854 Theory
+1009.5394 General Physics
+1009.5396 High Energy Astrophysical Phenomena
+1009.5398 Robotics
+1009.5408 Complex Variables
+1009.5411 Quantum Algebra
+1009.5412
+1009.5417 Cosmology and Nongalactic Astrophysics
+1009.5421 Logic
+1009.5431 Materials Science
+1009.5435 Computational Complexity
+1009.5446
+1009.5473 Neural and Evolutionary Computing
+1009.5477 Materials Science
+1009.5495 Pricing of Securities
+1009.5499 Trading and Market Microstructure
+1009.5506 General Physics
+1009.5507 Earth and Planetary Astrophysics
+1009.5516 Numerical Analysis
+1009.5520 Social and Information Networks
+1009.5523
+1009.5524 Physics Education
+1009.5526 Group Theory
+1009.5528 Differential Geometry
+1009.5529 Statistical Mechanics
+1009.5531 Group Theory
+1009.5532 Cosmology and Nongalactic Astrophysics
+1009.5533
+1009.5538 Data Structures and Algorithms
+1009.5541 Chemical Physics
+1009.5543 Rings and Algebras
+1009.5545 Group Theory
+1009.5550 General Physics
+1009.5556 Probability
+1009.5557 Other Computer Science
+1009.5558 Soft Condensed Matter
+1009.5559 Theory
+1009.5562 Functional Analysis
+1009.5567 Materials Science
+1009.5568 Instrumentation and Methods for Astrophysics
+1009.5576 Probability
+1009.5588 Discrete Mathematics
+1009.5589 Numerical Analysis
+1009.5599 Instrumentation and Methods for Astrophysics
+1009.5602 Classical Physics
+1009.5604 Data Analysis, Statistics and Probability
+1009.5607 Solar and Stellar Astrophysics
+1009.5617 Fluid Dynamics
+1009.5622
+1009.5623 Soft Condensed Matter
+1009.5626 Algebraic Geometry
+1009.5627 Probability
+1009.5628 Computational Geometry
+1009.5629 Experiment
+1009.5631 Chemical Physics
+1009.5634 Astrophysics of Galaxies
+1009.5636 Computer Science and Game Theory
+1009.5638 Number Theory
+1009.5640
+1009.5649 Analysis of PDEs
+1009.5656 Functional Analysis
+1009.5668 Theory
+cond-mat/0504754 Mesoscale and Nanoscale Physics
+cond-mat/0608717 Soft Condensed Matter
+cond-mat/0611754 Mesoscale and Nanoscale Physics
+math/0107073 Differential Geometry
+math/0403155 Symplectic Geometry
+math/0412500 Differential Geometry
+math/0508118 Differential Geometry
+math/0508121 Differential Geometry
+math/0611252 Analysis of PDEs
+math/0612019 Dynamical Systems
+0706.3071 Dynamical Systems
+0710.4514 Number Theory
+0802.4383 Mesoscale and Nanoscale Physics
+0804.2887 Dynamical Systems
+0806.3177 Algebraic Geometry
+0807.0145 Statistical Mechanics
+0810.2564
+0811.0467 Algebraic Geometry
+0811.1468 Strongly Correlated Electrons
+0811.3838 Algebraic Geometry
+0901.0044 Information Theory
+0901.2551 Logic
+0902.0356 Dynamical Systems
+0902.2271 Biological Physics
+0904.1349
+0904.1363
+0904.1925
+0904.2167 Phenomenology
+0905.1628 Computational Physics
+0905.2013 Combinatorics
+0905.2313
+0905.3969 Mesoscale and Nanoscale Physics
+0906.4948 Mesoscale and Nanoscale Physics
+0907.5342 Biological Physics
+0907.5434 Number Theory
+0908.1435 Number Theory
+0908.2754
+0908.3538 Probability
+0909.1002
+0911.0757 Pattern Formation and Solitons
+0911.4237 Representation Theory
+0911.4792 Logic in Computer Science
+0911.5452 Combinatorics
+0912.5082 Strongly Correlated Electrons
+1001.0716 Information Theory
+1001.2024 Information Theory
+1001.2493 Quantum Gases
+1001.2524 Biological Physics
+1001.4414 Phenomenology
+1001.4444 Cosmology and Nongalactic Astrophysics
+1002.3380 Cosmology and Nongalactic Astrophysics
+1002.4747 Phenomenology
+1003.0733 Mesoscale and Nanoscale Physics
+1003.1418 Atomic Physics
+1003.2304 Cosmology and Nongalactic Astrophysics
+1003.4027 Soft Condensed Matter
+1003.4436 Geometric Topology
+1003.5134 Statistical Mechanics
+1004.0613 Representation Theory
+1004.1250 Mesoscale and Nanoscale Physics
+1004.1321 Strongly Correlated Electrons
+1004.1458 Statistical Mechanics
+1004.2876 Atomic Physics
+1005.0804 Soft Condensed Matter
+1005.1184 Cosmology and Nongalactic Astrophysics
+1005.2173 Cosmology and Nongalactic Astrophysics
+1005.2228 Computational Finance
+1005.2765 Algebraic Geometry
+1006.0038 Combinatorics
+1006.0148 Phenomenology
+1006.0703 Superconductivity
+1006.0720 Fluid Dynamics
+1006.1112 Algebraic Geometry
+1006.1180 Optics
+1006.1226 Combinatorics
+1006.2116 Soft Condensed Matter
+1006.2177 Number Theory
+1006.2427 Solar and Stellar Astrophysics
+1006.2856 Physics and Society
+1006.2986 Instrumentation and Detectors
+1006.2994 General Physics
+1006.3084 High Energy Astrophysical Phenomena
+1006.3085 Optimization and Control
+1006.3086 Geometric Topology
+1006.3093 Phenomenology
+1006.3098 Instrumentation and Methods for Astrophysics
+1006.3102 Instrumentation and Methods for Astrophysics
+1006.3112 Discrete Mathematics
+1006.3115 Operator Algebras
+1006.3122 Populations and Evolution
+1006.3123
+1006.3134 Logic in Computer Science
+1006.3135 High Energy Astrophysical Phenomena
+1006.3137
+1006.3142
+1006.3144 Algebraic Topology
+1006.3147 Spectral Theory
+1006.3148 Distributed, Parallel, and Cluster Computing
+1006.3153 Number Theory
+1006.3164 Probability
+1006.3171 Genomics
+1006.3172 Genomics
+1006.3174 Materials Science
+1006.3180 Databases
+1006.3194 Combinatorics
+1006.3198 Number Theory
+1006.3200 Differential Geometry
+1006.3202
+1006.3203 Dynamical Systems
+1006.3207 Differential Geometry
+1006.3215 Artificial Intelligence
+1006.3219 Commutative Algebra
+1006.3222 Other Computer Science
+1006.3225 Instrumentation and Methods for Astrophysics
+1006.3227
+1006.3229 Solar and Stellar Astrophysics
+1006.3234 Cosmology and Nongalactic Astrophysics
+1006.3237 Number Theory
+1006.3243 Cosmology and Nongalactic Astrophysics
+1006.3245 Earth and Planetary Astrophysics
+1006.3249 Algebraic Geometry
+1006.3259 Software Engineering
+1006.3263 Instrumentation and Detectors
+1006.3265 Functional Analysis
+1006.3271 Computation and Language
+1006.3275 Computational Complexity
+1006.3278 Superconductivity
+1006.3279 Number Theory
+1006.3283 High Energy Astrophysical Phenomena
+1006.3285 Geometric Topology
+1006.3291 Phenomenology
+1006.3294 Phenomenology
+1006.3296 Analysis of PDEs
+1006.3297 Commutative Algebra
+1006.3300 Probability
+1006.3308
+math/0505129 Combinatorics
+math/0506435 Probability
+math/0602191 Combinatorics
+math/0703540 Representation Theory
+physics/0403094 General Physics
+0711.1837 Theory
+0804.0408 Dynamical Systems
+0807.1972
+0808.1560 Probability
+0811.1946 Group Theory
+0901.0560
+0902.4364 Combinatorics
+0904.0503 Differential Geometry
+0904.1158 Representation Theory
+0904.2277 Theory
+0905.1598 Differential Geometry
+0909.1532 High Energy Astrophysical Phenomena
+1001.4527 Theory
+1002.0884 Superconductivity
+1002.4723 Theory
+1003.1713 Mesoscale and Nanoscale Physics
+1003.2188 Fluid Dynamics
+1003.2987 Cosmology and Nongalactic Astrophysics
+1003.5649 Number Theory
+1004.0983 High Energy Astrophysical Phenomena
+1004.2797 Algebraic Geometry
+1004.5119 Statistical Mechanics
+1005.0590 Theory
+1005.1559 Superconductivity
+1005.1965
+1005.3423 Mesoscale and Nanoscale Physics
+1005.3796 Mesoscale and Nanoscale Physics
+1005.5461
+1006.1491
+1006.1729 Mesoscale and Nanoscale Physics
+1006.2777 Mesoscale and Nanoscale Physics
+1006.4139
+1006.4404 Theory
+1007.2517 Strongly Correlated Electrons
+1007.2807
+1007.4240
+1007.4306 Plasma Physics
+1007.4828 Algebraic Geometry
+1007.4914 Phenomenology
+1007.4940 Atomic Physics
+1008.1957 Theory
+1008.2133 Experiment
+1008.2399 Phenomenology
+1008.2483 Phenomenology
+1008.2713
+1008.3100
+1008.3197 Dynamical Systems
+1008.3356 Experiment
+1008.3547 Experiment
+1008.4108 Commutative Algebra
+1008.4610 Quantum Gases
+1008.4990 Robotics
+1009.0923 Other Computer Science
+1009.1324 Materials Science
+1009.2249 Functional Analysis
+1009.2408
+1009.4301 Statistical Mechanics
+1009.4416 Fluid Dynamics
+1009.4622 Phenomenology
+1009.4651 Atomic Physics
+1009.4657 Theory
+1009.5152 Commutative Algebra
+1011.0191 Algebraic Geometry
+1011.1181 Solar and Stellar Astrophysics
+1011.4541 Classical Physics
+1011.5139
+1011.6048 Cell Behavior
+1011.6307 Experiment
+1012.0096 Symbolic Computation
+1012.0209 Materials Science
+1012.0314 Solar and Stellar Astrophysics
+1012.0318 Rings and Algebras
+1012.0322 Artificial Intelligence
+1012.0323 Theory
+1012.0324 Earth and Planetary Astrophysics
+1012.0325 Instrumentation and Methods for Astrophysics
+1012.0326 Other Computer Science
+1012.0337 Cell Behavior
+1012.0340 Superconductivity
+1012.0342 Differential Geometry
+1012.0353 Statistics Theory
+1012.0356 Chaotic Dynamics
+1012.0357 Geometric Topology
+1012.0358 Differential Geometry
+1012.0359 Digital Libraries
+1012.0367 Information Theory
+1012.0375 Information Theory
+1012.0377 Solar and Stellar Astrophysics
+1012.0378 Cryptography and Security
+1012.0379 Cryptography and Security
+1012.0382 Number Theory
+1012.0387 Classical Analysis and ODEs
+1012.0388 Algebraic Geometry
+1012.0392 Information Theory
+1012.0395 Algebraic Geometry
+1012.0418 Algebraic Geometry
+1012.0420 General Physics
+1012.0427 Optimization and Control
+1012.0434 Biological Physics
+1012.0437
+1012.0442 Analysis of PDEs
+1012.0445 Rings and Algebras
+1012.0459 Theory
+1012.0465 Data Analysis, Statistics and Probability
+1012.0467 Human-Computer Interaction
+1012.0471 Complex Variables
+1012.0475 Pricing of Securities
+1012.0476
+1012.0498 Learning
+1012.0514 Dynamical Systems
+1012.0517 Experiment
+1012.0520 Geophysics
+1012.0521 High Energy Astrophysical Phenomena
+1012.0524 Combinatorics
+1012.0525 Symplectic Geometry
+1012.0535
+1012.0545 Differential Geometry
+1012.0547 Category Theory
+1012.0557 Data Structures and Algorithms
+1012.0558 High Energy Astrophysical Phenomena
+1012.0559 Plasma Physics
+astro-ph/0001317
+astro-ph/0002006
+astro-ph/0002274
+astro-ph/0004353
+astro-ph/0006221
+astro-ph/0009369
+astro-ph/0511267
+astro-ph/0612487
+astro-ph/9802106
+astro-ph/9806358
+astro-ph/9810410
+astro-ph/9812398
+astro-ph/9901051
+astro-ph/9901277
+astro-ph/9902185
+astro-ph/9906026
+astro-ph/9908088
+astro-ph/9910091
+gr-qc/0310098
+gr-qc/9405063
+gr-qc/9702035
+gr-qc/9805075
+gr-qc/9807001
+gr-qc/9903056
+hep-ph/0001069 Phenomenology
+hep-ph/0002152 Phenomenology
+hep-ph/0004123 Phenomenology
+hep-ph/0006123 Phenomenology
+hep-ph/0012056 Phenomenology
+hep-ph/0109177 Phenomenology
+hep-ph/0212214 Phenomenology
+hep-ph/9609355 Phenomenology
+hep-ph/9806392 Phenomenology
+hep-ph/9806408 Phenomenology
+hep-ph/9807282 Phenomenology
+hep-ph/9901403 Phenomenology
+hep-ph/9909393 Phenomenology
+hep-ph/9912240 Phenomenology
+hep-th/0001121 Theory
+hep-th/0001169 Theory
+hep-th/0003085 Theory
+hep-th/0008091 Theory
+hep-th/0009159 Theory
+hep-th/0011075 Theory
+hep-th/0012213 Theory
+hep-th/0103067 Theory
+hep-th/0109214 Theory
+hep-th/0111050 Theory
+hep-th/0205293 Theory
+hep-th/0208154 Theory
+hep-th/0209089 Theory
+hep-th/0209141 Theory
+hep-th/0209228 Theory
+hep-th/0209266 Theory
+hep-th/0210049 Theory
+hep-th/0210080 Theory
+hep-th/0210131 Theory
+hep-th/0210135 Theory
+hep-th/0210148 Theory
+hep-th/0210291 Theory
+hep-th/0211017 Theory
+hep-th/0211052 Theory
+hep-th/0211069 Theory
+hep-th/0211075 Theory
+hep-th/0211249 Theory
+hep-th/0211266 Theory
+hep-th/0211291 Theory
+hep-th/0212082 Theory
+hep-th/0212136 Theory
+hep-th/0212211 Theory
+hep-th/0212233 Theory
+hep-th/0212274 Theory
+hep-th/0303032 Theory
+hep-th/0303054 Theory
+hep-th/0303066 Theory
+hep-th/0303074 Theory
+hep-th/0304001 Theory
+hep-th/0304003 Theory
+hep-th/0304022 Theory
+hep-th/0304061 Theory
+hep-th/0304200 Theory
+hep-th/0304251 Theory
+hep-th/0305050 Theory
+hep-th/0306068 Theory
+hep-th/0306133 Theory
+hep-th/0306215 Theory
+hep-th/0307049 Theory
+hep-th/0307176 Theory
+hep-th/0308033 Theory
+hep-th/0308071 Theory
+hep-th/0308120 Theory
+hep-th/0309156 Theory
+hep-th/0309183 Theory
+hep-th/0309226 Theory
+hep-th/0310074 Theory
+hep-th/0310078 Theory
+hep-th/0310103 Theory
+hep-th/0310157 Theory
+hep-th/0311025 Theory
+hep-th/0312005 Theory
+hep-th/0312020 Theory
+hep-th/0312306 Theory
+hep-th/0402025 Theory
+hep-th/0402088 Theory
+hep-th/0403035 Theory
+hep-th/0403043 Theory
+hep-th/0404196 Theory
+hep-th/0404247 Theory
+hep-th/0404251 Theory
+hep-th/0405051 Theory
+hep-th/0405101 Theory
+hep-th/0405217 Theory
+hep-th/0407247 Theory
+hep-th/0408051 Theory
+hep-th/0408167 Theory
+hep-th/0408214 Theory
+hep-th/0409204 Theory
+hep-th/0411031 Theory
+hep-th/0411062 Theory
+hep-th/0411074 Theory
+hep-th/0411256 Theory
+hep-th/0411276 Theory
+hep-th/0412150 Theory
+hep-th/0412241 Theory
+hep-th/0412247 Theory
+hep-th/0501083 Theory
+hep-th/0501195 Theory
+hep-th/0502059 Theory
+hep-th/0502084 Theory
+hep-th/0502200 Theory
+hep-th/0502225 Theory
+hep-th/0503173 Theory
+hep-th/0503177 Theory
+hep-th/0503229 Theory
+hep-th/0505119 Theory
+hep-th/0505140 Theory
+hep-th/0506041 Theory
+hep-th/0506071 Theory
+hep-th/0506234 Theory
+hep-th/0506265 Theory
+hep-th/0507069 Theory
+hep-th/0507173 Theory
+hep-th/0507202 Theory
+hep-th/0508189 Theory
+hep-th/0508190 Theory
+hep-th/0508234 Theory
+hep-th/0509052 Theory
+hep-th/0509141 Theory
+hep-th/0509166 Theory
+hep-th/0509230 Theory
+hep-th/0510115 Theory
+hep-th/0510142 Theory
+hep-th/0511027 Theory
+hep-th/0511078 Theory
+hep-th/0511160 Theory
+hep-th/0601204 Theory
+hep-th/0602089 Theory
+hep-th/0602138 Theory
+hep-th/0602233 Theory
+hep-th/0603122 Theory
+hep-th/0606175 Theory
+hep-th/0606179 Theory
+hep-th/9510233 Theory
+hep-th/9612239 Theory
+hep-th/9902086 Theory
+hep-th/9903128 Theory
+math-ph/0311028
+math-ph/0506015
+math/0610087 Spectral Theory
+math/0612173 Spectral Theory
+physics/0010070 General Physics
+quant-ph/0610116
+0706.2471 Superconductivity
+0706.4355
+0709.0961 Networking and Internet Architecture
+0709.1775 Phenomenology
+0709.2368 Theory
+0709.2493
+0709.3743
+0709.3853
+0710.1810
+0711.1059
+0712.1595
+0801.4037 Combinatorics
+0802.2146 Strongly Correlated Electrons
+0804.4702 Rings and Algebras
+0805.0276
+0805.3463 Combinatorics
+0806.1950
+0807.1616
+0808.1663 Logic
+0809.2138
+0809.3825 Phenomenology
+0809.3909
+0809.4864 Differential Geometry
+0810.5382
+0811.0172 Phenomenology
+0811.2223
+0811.3952
+0901.0442 Geometric Topology
+0901.1070
+0901.3654 Atomic Physics
+0902.0905 Theory
+0902.1333 Theory
+0902.2668 Strongly Correlated Electrons
+0903.1224 Classical Analysis and ODEs
+0903.1471
+0903.1718 Astrophysics of Galaxies
+0903.3666 Phenomenology
+0903.4581 Classical Analysis and ODEs
+0903.4587 Classical Analysis and ODEs
+0903.4966 Algebraic Geometry
+0904.1654 Phenomenology
+0904.1851
+0904.3249 Mesoscale and Nanoscale Physics
+0904.3623 Instrumentation and Methods for Astrophysics
+0904.4418
+0905.0097 Theory
+0905.0667
+0905.3608
+0905.3973 Probability
+0905.4133 Superconductivity
+0905.4227
+0906.1035 Differential Geometry
+0906.1078 Chaotic Dynamics
+0906.1157 Instrumentation and Detectors
+0906.1646 Phenomenology
+0906.2196 Instrumentation and Methods for Astrophysics
+0906.2460 Theory
+0906.3683 Optics
+0906.3697 Optics
+0906.5121 Theory
+0907.0526 Rings and Algebras
+0907.1830 Theory
+0908.0213
+0908.1087 Plasma Physics
+0908.2861 Pattern Formation and Solitons
+0908.2983 Atomic Physics
+0909.2945 Superconductivity
+0909.3071 Probability
+0909.4229 Category Theory
+0909.5369 Methodology
+0910.0720 Quantum Gases
+0910.1986
+0911.0008 Theory
+0911.0288
+0911.0595 Lattice
+0911.1379 Networking and Internet Architecture
+0911.1979 Theory
+0911.2123 Theory
+0911.2149 Phenomenology
+0911.2158 Adaptation and Self-Organizing Systems
+0911.2450
+0911.4892 Lattice
+0912.0363
+0912.0672 Statistical Mechanics
+0912.1285
+0912.1483 Computational Physics
+0912.1840 Superconductivity
+0912.2372 Phenomenology
+0912.2403 Theory
+0912.2936 Lattice
+0912.2962 Instrumentation and Detectors
+1001.0455 Mesoscale and Nanoscale Physics
+1001.1168 History and Philosophy of Physics
+1001.1784 Strongly Correlated Electrons
+1001.2160 Formal Languages and Automata Theory
+1001.4327
+1001.4791 Superconductivity
+1002.0440 Combinatorics
+1002.3598 Cosmology and Nongalactic Astrophysics
+1002.3960 Group Theory
+1003.0396 Software Engineering
+1003.0554 Programming Languages
+1003.3990 Probability
+1003.4065 Other Computer Science
+1003.4515 High Energy Astrophysical Phenomena
+1003.4520 Materials Science
+1003.4560
+1003.4680 Optics
+1003.4737 High Energy Astrophysical Phenomena
+1003.4739 Geometric Topology
+1003.4741 Machine Learning
+1003.4743 High Energy Astrophysical Phenomena
+1003.4745 High Energy Astrophysical Phenomena
+1003.4748 Phenomenology
+1003.4759 Number Theory
+1003.4762 Group Theory
+1003.4764 Information Theory
+1003.4768 Materials Science
+1003.4769 Atmospheric and Oceanic Physics
+1003.4780 Statistics Theory
+1003.4781 Learning
+1003.4784 Classical Analysis and ODEs
+1003.4786 Mesoscale and Nanoscale Physics
+1003.4787 Symplectic Geometry
+1003.4789 Algebraic Geometry
+1003.4793 Functional Analysis
+1003.4796 Biological Physics
+1003.4799 Logic in Computer Science
+1003.4801 Instrumentation and Methods for Astrophysics
+1003.4802 Logic in Computer Science
+1003.4803 Logic in Computer Science
+1003.4810 Combinatorics
+1003.4811 Theory
+1003.4815
+1003.4816 Materials Science
+1003.4829 Algebraic Geometry
+1003.4832
+1003.4834 Medical Physics
+1003.4835 Complex Variables
+1003.4836 Databases
+1003.4844 Materials Science
+1003.4851
+1003.4852 Information Theory
+1003.4854 Theory
+1003.4857 Functional Analysis
+1003.4861 Solar and Stellar Astrophysics
+1003.4867 Theory
+1003.4868 Biological Physics
+1003.4874 Algebraic Geometry
+1003.4875 Instrumentation and Methods for Astrophysics
+1003.4879 Information Theory
+1003.4880 Optics
+1003.4882 Mesoscale and Nanoscale Physics
+1003.4901
+1003.4906 General Mathematics
+1003.4909 Combinatorics
+1003.4917 Probability
+1003.4922 Representation Theory
+1003.4926 Materials Science
+1003.4935 Functional Analysis
+1003.4936 Algebraic Geometry
+1003.4941
+1003.4944 Machine Learning
+1003.4945 Materials Science
+1003.4949 Disordered Systems and Neural Networks
+1003.4950 Probability
+1003.4953 Phenomenology
+1003.4955 Group Theory
+1003.4958 Cellular Automata and Lattice Gases
+1003.4963 Computational Geometry
+1003.4964 General Physics
+1003.4973 Classical Analysis and ODEs
+1003.4976 Chaotic Dynamics
+1003.4981 General Physics
+astro-ph/0502006
+astro-ph/0504093
+astro-ph/0510628
+astro-ph/0510791
+astro-ph/0603008
+astro-ph/9904384
+cond-mat/0702091 Superconductivity
+cs/0411008 Logic in Computer Science
+gr-qc/0606119
+hep-ex/0111032 Experiment
+hep-ex/0207019 Experiment
+hep-ex/0207033 Experiment
+hep-ex/0208047 Experiment
+hep-ex/0211065 Experiment
+hep-ex/0307052 Experiment
+hep-ex/0411066 Experiment
+hep-ex/0412025 Experiment
+hep-ex/0412039 Experiment
+hep-ex/0501068 Experiment
+hep-ex/0503006 Experiment
+hep-ex/0503008 Experiment
+hep-ex/0503046 Experiment
+hep-ex/0503047 Experiment
+hep-ex/0506079 Experiment
+hep-ex/0507019 Experiment
+hep-ex/0510074 Experiment
+hep-ex/0512066 Experiment
+hep-ex/0601024 Experiment
+hep-ex/0603018 Experiment
+hep-ex/0604018 Experiment
+hep-ex/0604049 Experiment
+hep-ex/0605007 Experiment
+hep-ex/0606022 Experiment
+hep-ex/0606055 Experiment
+hep-ex/0609015 Experiment
+hep-ex/0609042 Experiment
+hep-ex/0610012 Experiment
+hep-ex/0610084 Experiment
+hep-ex/0701046 Experiment
+hep-ex/0702031 Experiment
+hep-ex/9604004 Experiment
+hep-ph/0005043 Phenomenology
+hep-ph/0011091 Phenomenology
+hep-ph/0106067 Phenomenology
+hep-ph/0207071 Phenomenology
+hep-ph/0211376 Phenomenology
+hep-ph/0405096 Phenomenology
+hep-ph/0507278 Phenomenology
+hep-ph/0601244 Phenomenology
+hep-ph/9508398 Phenomenology
+hep-ph/9509244 Phenomenology
+hep-ph/9510460 Phenomenology
+hep-ph/9610303 Phenomenology
+hep-ph/9903441 Phenomenology
+hep-ph/9908280 Phenomenology
+hep-th/0606180 Theory
+math/0003113 Algebraic Geometry
+math/0101071 Algebraic Geometry
+math/0107044 Combinatorics
+math/0112167 Algebraic Geometry
+math/0112168 Algebraic Geometry
+math/0206035 Representation Theory
+math/0306423 Number Theory
+math/0312375 Algebraic Geometry
+math/0403437 Analysis of PDEs
+math/0407194 Algebraic Geometry
+math/0608555 Number Theory
+math/0610177 Number Theory
+math/0611616 Combinatorics
+math/9405207 Logic
+nucl-th/0306021
+nucl-th/9612056
+nucl-th/9810018
+physics/0611131 Plasma Physics
+quant-ph/0005009
+quant-ph/0107087
+quant-ph/0108082
+quant-ph/0610214
+0704.0423
+0704.1281
+0706.2635 Mesoscale and Nanoscale Physics
+0708.1415 Experiment
+0708.3687
+0709.4254 Experiment
+0711.0319 Experiment
+0711.4337 Geometric Topology
+0801.2762 Theory
+0802.3661
+0803.1093
+0804.0043 Geometric Topology
+0804.1886 Algebraic Geometry
+0804.3405
+0806.1064 History and Philosophy of Physics
+0806.1379 Experiment
+0809.0989 Representation Theory
+0810.0274
+0810.1599
+0812.2402
+0812.4662 Experiment
+0901.0799 Solar and Stellar Astrophysics
+0901.1338 Solar and Stellar Astrophysics
+0901.3490
+0903.0296 General Physics
+0903.3316 Statistical Mechanics
+0904.0214 Theory
+0904.2815
+0904.3221 Quantum Gases
+0904.4879 Soft Condensed Matter
+0905.0326 Soft Condensed Matter
+0905.3150 Statistical Mechanics
+0905.3938 Theory
+0906.1890 Phenomenology
+0906.3017 Dynamical Systems
+0906.4285
+0906.4392 High Energy Astrophysical Phenomena
+0906.4664 Probability
+0906.4775
+0906.5176
+0907.1188 Statistical Mechanics
+0907.2227 High Energy Astrophysical Phenomena
+0907.5542 Theory
+0908.3060 Statistical Mechanics
+0908.3229 Differential Geometry
+0909.1712 Physics and Society
+0909.3272
+0910.0328
+0910.0453 Phenomenology
+0910.0816 Lattice
+0910.0951 Other Condensed Matter
+0910.2039 Artificial Intelligence
+0910.2918 Lattice
+0910.2927 Lattice
+0910.3692 Statistical Mechanics
+0910.4325 Discrete Mathematics
+0910.4822
+0910.5766
+0911.2557 Phenomenology
+0911.4548 Mesoscale and Nanoscale Physics
+0911.5567 Phenomenology
+0911.5719 Functional Analysis
+0912.0510 Group Theory
+0912.1491 Solar and Stellar Astrophysics
+0912.1608 Theory
+0912.1804
+0912.2475 Theory
+0912.3522 Optimization and Control
+0912.4249 Optics
+0912.4587 Theory
+0912.4928 Theory
+1001.0003 Theory
+1001.0227 Phenomenology
+1001.0230 Commutative Algebra
+1001.1341 Phenomenology
+1001.2228 Information Theory
+1001.2977 Phenomenology
+1001.3456 High Energy Astrophysical Phenomena
+1001.4045 Astrophysics of Galaxies
+1001.5033 Theory
+1001.5168 Phenomenology
+1001.5436 Atomic Physics
+1002.0850 Theory
+1002.1275 Theory
+1002.2279 Theory
+1002.2292 Theory
+1002.2550 Atomic Physics
+1002.3049
+1002.3764 Theory
+1002.3778 Theory
+1002.4575 Phenomenology
+1002.4843 Theory
+1003.0001 Cosmology and Nongalactic Astrophysics
+1003.0076 Cosmology and Nongalactic Astrophysics
+1003.0283 High Energy Astrophysical Phenomena
+1003.0677 Cosmology and Nongalactic Astrophysics
+1003.2077 Strongly Correlated Electrons
+1003.2162 Superconductivity
+1004.0192 Phenomenology
+1004.0275 Phenomenology
+1004.0627
+1004.0815 Phenomenology
+1004.0822
+1004.0890 Cosmology and Nongalactic Astrophysics
+1004.1969 Superconductivity
+1004.2431 Plasma Physics
+1004.2459 Cosmology and Nongalactic Astrophysics
+1004.3092 Chemical Physics
+1004.3341 Cosmology and Nongalactic Astrophysics
+1004.3582
+1004.4768 Phenomenology
+1005.0121 Combinatorics
+1005.0223
+1005.0578 Optics
+1005.1812 Quantum Gases
+1005.2693
+1005.3019 Statistical Mechanics
+1005.3032 Classical Analysis and ODEs
+1005.3036 Functional Analysis
+1005.3037 General Physics
+1005.3049 Operator Algebras
+1005.3050 Algebraic Geometry
+1005.3053 Probability
+1005.3073 Networking and Internet Architecture
+1005.3079 Probability
+1005.3091
+1005.3096
+1005.3097 Numerical Analysis
+1005.3105 Solar and Stellar Astrophysics
+1005.3106 Phenomenology
+1005.3120 Algebraic Geometry
+1005.3129 Quantum Gases
+1005.3130 Classical Physics
+1005.3131 Algebraic Geometry
+1005.3132 General Topology
+1005.3134 Dynamical Systems
+1005.3136 Probability
+1005.3138
+1005.3142 General Topology
+1005.3144 Optimization and Control
+1005.3146 Phenomenology
+1005.3147 Number Theory
+1005.3149 General Topology
+1005.3158 Distributed, Parallel, and Cluster Computing
+1005.3162 Methodology
+1005.3163 Graphics
+1005.3170 Probability
+1005.3171
+1005.3175 Geophysics
+1005.3176 Optimization and Control
+1005.3177
+1005.3184 Information Theory
+1005.3191 Cosmology and Nongalactic Astrophysics
+1005.3192 Rings and Algebras
+1005.3193 Rings and Algebras
+1005.3203 Algebraic Geometry
+1005.3205 Other Condensed Matter
+1005.3219 Solar and Stellar Astrophysics
+1005.3221 Theory
+1005.3222 Solar and Stellar Astrophysics
+1005.3224 Cryptography and Security
+1005.3225 Applications
+1005.3234
+1005.3235 General Mathematics
+1005.3237 Classical Physics
+1005.3242 Solar and Stellar Astrophysics
+1005.3257 Algebraic Geometry
+1005.3266 Geometric Topology
+1005.3270 High Energy Astrophysical Phenomena
+1005.3272 Theory
+1005.3278 Solar and Stellar Astrophysics
+1005.3284 Statistics Theory
+1005.3286 Chaotic Dynamics
+1005.3292 Optimization and Control
+1005.3296 High Energy Astrophysical Phenomena
+1005.3301 Biological Physics
+astro-ph/0306123
+astro-ph/0307288
+astro-ph/0508210
+astro-ph/0603807
+astro-ph/0605437
+astro-ph/0612450
+astro-ph/0701117
+astro-ph/0701711
+cond-mat/9503112
+gr-qc/0208087
+hep-ex/0109031 Experiment
+hep-ex/0507009 Experiment
+hep-ex/0609035 Experiment
+hep-ph/0008237 Phenomenology
+hep-ph/0608023 Phenomenology
+hep-th/0501172 Theory
+math/0504445 Group Theory
+nucl-ex/0408011
+nucl-th/0412100
+nucl-th/0601082
+physics/0602063 Physics and Society
+quant-ph/0202045
+quant-ph/0304014
+0705.4268 Number Theory
+0711.4942 Geophysics
+0801.1443 Probability
+0802.0289 Probability
+0803.3039 Other Condensed Matter
+0806.2628 Physics Education
+0807.1004 Other Condensed Matter
+0810.4651 Classical Analysis and ODEs
+0810.5086 Differential Geometry
+0811.2572 Data Structures and Algorithms
+0812.1548 Other Condensed Matter
+0902.1061
+0906.2169 Exactly Solvable and Integrable Systems
+0906.4949 Quantum Gases
+0907.2150 Probability
+0908.3840 Materials Science
+0908.4085 Cosmology and Nongalactic Astrophysics
+0908.4475
+0908.4510 Theory
+0909.0246 Statistical Mechanics
+0909.5216 Machine Learning
+0909.5635 Quantum Gases
+0910.1024
+0910.1127
+0910.2291 Mesoscale and Nanoscale Physics
+0910.4497 Materials Science
+0911.1417 Algebraic Topology
+0911.5456 Probability
+0912.1833 Mesoscale and Nanoscale Physics
+0912.3482 Subcellular Processes
+0912.4445 Symplectic Geometry
+1001.2880 Statistical Mechanics
+1001.4349 Superconductivity
+1002.1732 Rings and Algebras
+1002.3929 Mesoscale and Nanoscale Physics
+1002.4288 Disordered Systems and Neural Networks
+1003.0833 Cosmology and Nongalactic Astrophysics
+1003.1064 Number Theory
+1003.3977 Physics and Society
+1003.4354 Solar and Stellar Astrophysics
+1004.2004
+1004.2772 Distributed, Parallel, and Cluster Computing
+1004.2949 Mesoscale and Nanoscale Physics
+1004.3184 Strongly Correlated Electrons
+1004.4623 Number Theory
+1004.4936 Number Theory
+1004.5052
+1005.0626 Solar and Stellar Astrophysics
+1005.0630 Cosmology and Nongalactic Astrophysics
+1005.0640 Soft Condensed Matter
+1005.0641 Solar and Stellar Astrophysics
+1005.0646 Number Theory
+1005.0649 Probability
+1005.0651
+1005.0661 Number Theory
+1005.0667 Numerical Analysis
+1005.0669
+1005.0670 Data Structures and Algorithms
+1005.0671 Numerical Analysis
+1005.0675 Networking and Internet Architecture
+1005.0678 Solar and Stellar Astrophysics
+1005.0680 Geometric Topology
+1005.0684 High Energy Astrophysical Phenomena
+1005.0690 Mesoscale and Nanoscale Physics
+1005.0691 Mesoscale and Nanoscale Physics
+1005.0693 Networking and Internet Architecture
+1005.0696 Data Analysis, Statistics and Probability
+1005.0697 Networking and Internet Architecture
+1005.0701 Classical Analysis and ODEs
+1005.0702 Classical Analysis and ODEs
+1005.0704 Cryptography and Security
+1005.0707 Artificial Intelligence
+1005.0710 Earth and Planetary Astrophysics
+1005.0713 Analysis of PDEs
+1005.0715 Group Theory
+1005.0718 Strongly Correlated Electrons
+1005.0724 Number Theory
+1005.0727
+1005.0728 Probability
+1005.0730 Soft Condensed Matter
+1005.0731 Geometric Topology
+1005.0732 Information Theory
+1005.0734 Information Theory
+1005.0736 Rings and Algebras
+1005.0737 Logic in Computer Science
+1005.0738 General Physics
+1005.0739 Computational Physics
+1005.0741 Numerical Analysis
+1005.0745 Cosmology and Nongalactic Astrophysics
+1005.0746 Algebraic Geometry
+1005.0747 Quantitative Methods
+1005.0748 Group Theory
+1005.0754 Other Computer Science
+1005.0755 Materials Science
+1005.0762 Numerical Analysis
+1005.0765 Discrete Mathematics
+1005.0775 Combinatorics
+1005.0782 Group Theory
+1005.0786 Algebraic Geometry
+1005.0789
+1005.0792
+1005.0793 Genomics
+1005.0799 Lattice
+1005.0802
+1005.0806 Performance
+1005.0813 Databases
+1005.0815 Dynamical Systems
+1005.0816 Functional Analysis
+1005.0822 Operator Algebras
+1005.0823 Group Theory
+math/0001143 Algebraic Geometry
+math/0211336 Algebraic Geometry
+math/0603246 Algebraic Geometry
+math/0606658 Algebraic Geometry
+math/0608441 Group Theory
+math/0702756 Classical Analysis and ODEs
+quant-ph/0610166
+0704.0522 Experiment
+0704.0630 Experiment
+0704.1266 Experiment
+0704.2080 Experiment
+0704.3593 Experiment
+0705.0398 Experiment
+0705.0704 Experiment
+0705.1190 Experiment
+0705.1820 Experiment
+0705.2157 Experiment
+0705.4008 Experiment
+0706.1059 Experiment
+0706.2870 Experiment
+0706.3885 Experiment
+0706.3893 Experiment
+0707.1043 Experiment
+0707.1633 Experiment
+0707.1648 Experiment
+0707.2798 Experiment
+0707.2922 Experiment
+0707.2980 Experiment
+0707.4561 Experiment
+0708.0050 Experiment
+0708.0182 Experiment
+0708.0376 Experiment
+0708.1303 Experiment
+0708.1544 Experiment
+0708.1549 Experiment
+0708.1565 Experiment
+0708.2248 Experiment
+0708.2260 Experiment
+0708.2543 Experiment
+0708.3650 Experiment
+0708.3702 Experiment
+0709.1698 Experiment
+0709.1988 Experiment
+0709.2486 General Physics
+0709.2715 Experiment
+0709.4165 Experiment
+0709.4546 Complex Variables
+0710.4451 Experiment
+0710.5763 Experiment
+0710.5775 Experiment
+0711.0980 Experiment
+0711.2047 Experiment
+0711.2713 Experiment
+0711.3914 Statistical Mechanics
+0711.4417 Experiment
+0711.4889 Experiment
+0712.1516 Experiment
+0712.2249 Experiment
+0712.2963
+0712.3469 Experiment
+0712.3493 Experiment
+0712.3503 Experiment
+0801.0697 Experiment
+0801.0802
+0801.2006 Geometric Topology
+0802.4035 Experiment
+0802.4052 Experiment
+0802.4237 Logic in Computer Science
+0803.0772 Experiment
+0803.1863 Experiment
+0803.2838 Experiment
+0803.4067 Statistical Mechanics
+0803.4296 Experiment
+0803.4451 Experiment
+0804.0411 Experiment
+0804.0896 Experiment
+0804.1208 Experiment
+0804.1854 Theory
+0804.2089 Experiment
+0804.2358 Strongly Correlated Electrons
+0804.2422 Experiment
+0804.4412 Experiment
+0805.0497 Experiment
+0805.1217 Experiment
+0805.1317 Experiment
+0805.2001 Experiment
+0805.2312 Mesoscale and Nanoscale Physics
+0805.2408 Experiment
+0805.3405 Differential Geometry
+0805.4796 Experiment
+0806.3893 Experiment
+0806.4419 Experiment
+0806.4467 Experiment
+0807.0816 Theory
+0807.1086 Experiment
+0807.1599 Experiment
+0807.2014 Experiment
+0807.2408 Experiment
+0807.3103 Experiment
+0807.3158
+0807.3935 Experiment
+0807.4119 Experiment
+0807.4544 Experiment
+0807.4974 Experiment
+0807.4975 Experiment
+0807.4977 Experiment
+0808.0333 Experiment
+0808.0528 Experiment
+0808.0676
+0808.0900 Experiment
+0808.0971 Experiment
+0808.1121 Experiment
+0808.1338 Experiment
+0808.1379 Experiment
+0808.1487 Experiment
+0808.1838 Experiment
+0808.1866 Experiment
+0808.3524 Experiment
+0808.3586 Experiment
+0809.0042 Experiment
+0809.0828 Experiment
+0809.1174 Experiment
+0809.4120 Experiment
+0809.4584 Mesoscale and Nanoscale Physics
+0810.1323 Phenomenology
+0811.0564 Experiment
+0811.1979 Experiment
+0811.4351 Statistical Mechanics
+0812.1878 Number Theory
+0812.3804 Experiment
+0901.1223 Experiment
+0901.1291 Experiment
+0901.3522 Experiment
+0901.3703 Experiment
+0902.1708 Experiment
+0902.2051 Experiment
+0902.2660 Experiment
+0903.0121 Differential Geometry
+0903.1124 Experiment
+0903.1220 Experiment
+0903.1597 Experiment
+0903.2225 Phenomenology
+0904.0093 Superconductivity
+0904.0339 Experiment
+0904.2112 Experiment
+0904.4063 Experiment
+0904.4724 Experiment
+0905.0868 Experiment
+0905.1311 Dynamical Systems
+0905.3615 Experiment
+0905.4539 Experiment
+0905.4778 Experiment
+0906.2177 Experiment
+0906.2219 Experiment
+0906.5380 Chaotic Dynamics
+0907.0026 Functional Analysis
+0907.1681 Experiment
+0907.1743 Experiment
+0907.1776 Experiment
+0907.2208
+0907.3094 Mesoscale and Nanoscale Physics
+0907.3384 Mesoscale and Nanoscale Physics
+0907.3485 Experiment
+0907.5234 Numerical Analysis
+0908.0415 Experiment
+0908.0761 Experiment
+0908.0806 Experiment
+0908.2353 Group Theory
+0908.2381 Experiment
+0908.2840 Experiment
+0908.2940 Computational Complexity
+0908.2961 Mesoscale and Nanoscale Physics
+0908.3589 Experiment
+0909.3562 Experiment
+0909.3981 Experiment
+0909.5083
+0909.5555 Strongly Correlated Electrons
+0910.0641 Combinatorics
+0910.2129
+0910.2748 Analysis of PDEs
+0910.4827 Mesoscale and Nanoscale Physics
+0911.0158 Quantum Gases
+0911.2024 Experiment
+0912.0569 Representation Theory
+0912.2113
+1001.1239 Superconductivity
+1001.2542 Theory
+1001.3227 Solar and Stellar Astrophysics
+1002.0087 Classical Physics
+1002.2043
+1002.2972 Superconductivity
+1002.4314 Networking and Internet Architecture
+1002.4809 Soft Condensed Matter
+1003.0156 Group Theory
+1003.2468 Optics
+1003.4296 Cosmology and Nongalactic Astrophysics
+1003.4400 Strongly Correlated Electrons
+1004.0452 Phenomenology
+1004.1172 Theory
+1004.1242
+1004.1270 General Mathematics
+1004.1410 High Energy Astrophysical Phenomena
+1004.1412 High Energy Astrophysical Phenomena
+1004.1416
+1004.1419 Materials Science
+1004.1427 Chaotic Dynamics
+1004.1428 Cosmology and Nongalactic Astrophysics
+1004.1434
+1004.1438 Optimization and Control
+1004.1440 Phenomenology
+1004.1444 Complex Variables
+1004.1455
+1004.1460 Cryptography and Security
+1004.1461 Networking and Internet Architecture
+1004.1469 Phenomenology
+1004.1472 Logic in Computer Science
+1004.1476 Probability
+1004.1477 Number Theory
+1004.1482 Rings and Algebras
+1004.1487 Differential Geometry
+1004.1494 Experiment
+1004.1498 Geometric Topology
+1004.1501 Probability
+1004.1502
+1004.1506 Complex Variables
+1004.1508
+1004.1511 Information Theory
+1004.1512 Soft Condensed Matter
+1004.1516 Earth and Planetary Astrophysics
+1004.1518 Phenomenology
+1004.1520 Number Theory
+1004.1522 Computational Finance
+1004.1523 General Physics
+1004.1524 General Physics
+1004.1525 Solar and Stellar Astrophysics
+1004.1531 Quantum Algebra
+1004.1534 Probability
+1004.1538
+1004.1544 General Physics
+1004.1547 Statistical Mechanics
+1004.1550 Algebraic Topology
+1004.1557 Solar and Stellar Astrophysics
+1004.1571 Probability
+1004.1574 Computational Finance
+1004.1575 Computational Finance
+1004.1576 Computational Finance
+1004.1581 Probability
+1004.1588 Computational Geometry
+1004.1605 Statistics Theory
+1004.1609 Differential Geometry
+1004.1611 Plasma Physics
+1004.1612 Superconductivity
+1004.1613 Group Theory
+1004.1614 Databases
+1004.1615 Group Theory
+1004.1616 Strongly Correlated Electrons
+1004.1619 Chaotic Dynamics
+1004.1620 Group Theory
+1004.1622 Numerical Analysis
+1004.1623 Probability
+cond-mat/0104248 Superconductivity
+cond-mat/0609016 Mesoscale and Nanoscale Physics
+hep-ex/0702043 Experiment
+hep-ex/0702046 Experiment
+hep-ex/0703008 Experiment
+hep-ex/0703016 Experiment
+hep-ex/0703018 Experiment
+hep-ex/0703019 Experiment
+hep-ex/0703020 Experiment
+hep-ex/0703021 Experiment
+hep-ex/0703027 Experiment
+hep-ex/0703030 Experiment
+hep-ex/0703038 Experiment
+math/0409039 K-Theory and Homology
+math/0508455 Symplectic Geometry
+physics/0511040 Optics
+0706.3827 Statistical Finance
+0707.1409 Plasma Physics
+0708.3379 Superconductivity
+0708.4024 Superconductivity
+0709.2694 General Finance
+0711.2324 Group Theory
+0711.5001 Group Theory
+0712.3984
+0802.0882 Superconductivity
+0803.4457 Probability
+0804.3164 Algebraic Topology
+0804.3192 Dynamical Systems
+0804.3448
+0804.3617 Dynamical Systems
+0805.4441
+0806.0731 Algebraic Geometry
+0806.3451 Analysis of PDEs
+0807.3544 K-Theory and Homology
+0807.3827 Quantum Algebra
+0807.5129 Superconductivity
+0808.1752 Mesoscale and Nanoscale Physics
+0810.0896 Applications
+0812.1712 Dynamical Systems
+0901.0778 Fluid Dynamics
+0901.1688 Combinatorics
+0901.2374 Differential Geometry
+0901.3736
+0902.0349 Algebraic Geometry
+0902.1466 Number Theory
+0902.4201
+0903.0560 Algebraic Geometry
+0904.0746 Superconductivity
+0904.2893 Group Theory
+0905.2871 Chemical Physics
+0905.3486 Dynamical Systems
+0905.3862 Combinatorics
+0905.4677
+0905.4777 Algebraic Topology
+0907.1516 Probability
+0907.3516
+0909.3761 Cosmology and Nongalactic Astrophysics
+0909.5088 Algebraic Geometry
+0910.1638 Rings and Algebras
+0910.4370 Chaotic Dynamics
+0910.4724 Rings and Algebras
+0910.5876 Analysis of PDEs
+0911.0329 Number Theory
+0911.0573 Cosmology and Nongalactic Astrophysics
+0911.1139 Mesoscale and Nanoscale Physics
+0911.1803
+0911.3256 Information Theory
+0911.5501
+0912.0778 Disordered Systems and Neural Networks
+1001.2022 Solar and Stellar Astrophysics
+1001.2060 Cryptography and Security
+1001.2442 Mesoscale and Nanoscale Physics
+1001.2933 Theory
+1001.3372 Algebraic Topology
+1001.3377 Solar and Stellar Astrophysics
+1001.3696 Phenomenology
+1002.0571 Probability
+1002.3304 Quantum Gases
+1002.3480 Instrumentation and Detectors
+1002.3497 Instrumentation and Detectors
+1002.4460 Physics and Society
+1002.4646
+1003.1353 Spectral Theory
+1003.1627 Disordered Systems and Neural Networks
+1003.1867 Strongly Correlated Electrons
+1003.3188 Strongly Correlated Electrons
+1003.4152 Mesoscale and Nanoscale Physics
+1004.1452 Statistical Mechanics
+1004.2817 Combinatorics
+1004.2847 Algebraic Geometry
+1004.4596
+1004.4854
+1005.1188 Theory
+1005.1237 Mesoscale and Nanoscale Physics
+1005.1361 Risk Management
+1005.2619 Astrophysics of Galaxies
+1005.4172
+1006.0107
+1006.0270
+1006.0534 Probability
+1006.1387 Superconductivity
+1006.2779 Mesoscale and Nanoscale Physics
+1006.3091 Superconductivity
+1006.3157 Mesoscale and Nanoscale Physics
+1006.3288 Algebraic Topology
+1006.4595 Physics and Society
+1006.5567 Materials Science
+1007.0343 Optics
+1007.0393 Atomic Physics
+1007.0656 Statistical Mechanics
+1007.2094
+1007.3274 Cosmology and Nongalactic Astrophysics
+1007.4688 Statistical Mechanics
+1007.4791 Statistics Theory
+1007.5186 Mesoscale and Nanoscale Physics
+1007.5378 Genomics
+1007.5435 Numerical Analysis
+1007.5447 Probability
+1007.5448 Probability
+1007.5479 Soft Condensed Matter
+1008.0321
+1008.0621 Algebraic Geometry
+1008.1673 Computation and Language
+1008.2717 Optimization and Control
+1008.2926 Category Theory
+1008.3448 Group Theory
+1008.3553
+1008.3573 Statistical Mechanics
+1008.4081 Differential Geometry
+1008.4802 Cosmology and Nongalactic Astrophysics
+1008.4810 Superconductivity
+1008.4811 Functional Analysis
+1008.4814 Probability
+1008.4816 Analysis of PDEs
+1008.4818 Probability
+1008.4819
+1008.4820 Computers and Society
+1008.4824 Chemical Physics
+1008.4832 Solar and Stellar Astrophysics
+1008.4833 Superconductivity
+1008.4839
+1008.4845 Dynamical Systems
+1008.4846
+1008.4849
+1008.4850 Complex Variables
+1008.4859 Complex Variables
+1008.4860 Complex Variables
+1008.4861 Complex Variables
+1008.4867 Plasma Physics
+1008.4870 Numerical Analysis
+1008.4873 Cryptography and Security
+1008.4878 Group Theory
+1008.4880 Probability
+1008.4887 Differential Geometry
+1008.4889 Data Structures and Algorithms
+1008.4893 Instrumentation and Methods for Astrophysics
+1008.4898 Networking and Internet Architecture
+1008.4899 High Energy Astrophysical Phenomena
+1008.4900 Distributed, Parallel, and Cluster Computing
+1008.4901 Mesoscale and Nanoscale Physics
+1008.4904 Networking and Internet Architecture
+1008.4908 Group Theory
+1008.4909 Group Theory
+1008.4915 Algebraic Topology
+1008.4918 Cosmology and Nongalactic Astrophysics
+1008.4920 Algebraic Topology
+1008.4927 Combinatorics
+1008.4929 Human-Computer Interaction
+1008.4932 Astrophysics of Galaxies
+1008.4934 Instrumentation and Methods for Astrophysics
+1008.4935 General Physics
+1008.4936 Cosmology and Nongalactic Astrophysics
+1008.4938 Quantitative Methods
+1008.4939 Theory
+1008.4944 Instrumentation and Methods for Astrophysics
+1008.4948 Cosmology and Nongalactic Astrophysics
+1008.4949 Analysis of PDEs
+1008.4957 Chaotic Dynamics
+1008.4958 Functional Analysis
+1008.4971 Commutative Algebra
+1008.4972 Probability
+1008.4974 Numerical Analysis
+1008.4976 Analysis of PDEs
+1008.4983 Cosmology and Nongalactic Astrophysics
+1008.4984 Theory
+1008.4986 Differential Geometry
+1008.4988 Machine Learning
+1008.5004
+1008.5009
+1008.5011 Geophysics
+1008.5015 Cryptography and Security
+1008.5017 Geometric Topology
+1008.5020
+1008.5022
+1008.5024 Theory
+1008.5026 Geometric Topology
+1008.5027 Algebraic Geometry
+1008.5028 Soft Condensed Matter
+1008.5029 Logic in Computer Science
+1008.5030 Analysis of PDEs
+1008.5032 Astrophysics of Galaxies
+1008.5033 Logic in Computer Science
+1008.5035 Number Theory
+1008.5037 Instrumentation and Methods for Astrophysics
+1008.5040 Fluid Dynamics
+1008.5043 Instrumentation and Methods for Astrophysics
+1008.5045 General Physics
+1008.5057 Databases
+1008.5058 Optimization and Control
+1008.5066 Instrumentation and Methods for Astrophysics
+1008.5073 Databases
+1008.5074 Adaptation and Self-Organizing Systems
+1008.5076 Differential Geometry
+1008.5078 Information Theory
+1008.5080 Classical Analysis and ODEs
+1008.5082 Analysis of PDEs
+1008.5083 Differential Geometry
+1008.5084 Quantum Algebra
+1008.5088 Differential Geometry
+1008.5102 Theory
+1008.5108 Analysis of PDEs
+1008.5110 Analysis of PDEs
+1008.5111
+1008.5112
+1008.5125 Experiment
+1008.5130 Combinatorics
+1008.5131 Algebraic Topology
+1008.5136 Astrophysics of Galaxies
+1008.5137
+1008.5139 Materials Science
+1008.5140 Probability
+1008.5142 Mesoscale and Nanoscale Physics
+cond-mat/0210434 Superconductivity
+cond-mat/0306585 Superconductivity
+cond-mat/0408371 Superconductivity
+cond-mat/0410093 Superconductivity
+cond-mat/0507524 Superconductivity
+cond-mat/0510484 Superconductivity
+cond-mat/0607059 Superconductivity
+cond-mat/0703657 Materials Science
+math/0109167 Differential Geometry
+math/0303009 General Mathematics
+math/0402268 Differential Geometry
+math/0405579 Differential Geometry
+math/0510477 Logic
+math/0510517 Logic
+math/0611608 Probability
+physics/0702234 Plasma Physics
+q-bio/0601009 Tissues and Organs
+quant-ph/0602189
+0709.2189 Combinatorics
+0804.0579 Algebraic Geometry
+0811.4202 Numerical Analysis
+0811.4214 Numerical Analysis
+0901.4745 Numerical Analysis
+0902.0440 Logic
+0904.0816 Logic
+0905.1476 Classical Analysis and ODEs
+0906.2453 Superconductivity
+0906.5045 Statistics Theory
+0906.5177 Geometric Topology
+0907.0651 Algebraic Geometry
+0907.3861 Numerical Analysis
+0908.3636 Numerical Analysis
+0908.4416 Phenomenology
+0909.3297
+0909.3720
+0910.1338 Mesoscale and Nanoscale Physics
+0910.5644
+0911.0728 Earth and Planetary Astrophysics
+0911.3498 Classical Physics
+0911.4427 Mesoscale and Nanoscale Physics
+0912.4164 Computational Geometry
+0912.4819
+0912.5505 Theory
+1001.1659
+1001.1918 Quantum Gases
+1002.0443 Phenomenology
+1002.3456 Statistical Mechanics
+1002.3974 Statistical Mechanics
+1003.1601 Populations and Evolution
+1003.2819 Logic
+1003.5036 Mesoscale and Nanoscale Physics
+1003.5469 Superconductivity
+1003.5618 Operator Algebras
+1004.0593 Mesoscale and Nanoscale Physics
+1004.1627 Exactly Solvable and Integrable Systems
+1004.2604 Mesoscale and Nanoscale Physics
+1004.2951 Classical Physics
+1004.4622 Computational Complexity
+1004.5277 Superconductivity
+1005.3875 Earth and Planetary Astrophysics
+1005.4076 Quantum Gases
+1005.4799 Mesoscale and Nanoscale Physics
+1006.2213 Solar and Stellar Astrophysics
+1006.2724 Analysis of PDEs
+1006.4913 Materials Science
+1007.0651 Superconductivity
+1007.2411 Cosmology and Nongalactic Astrophysics
+1007.2461 Metric Geometry
+1007.2481
+1007.2539 General Physics
+1007.2589
+1007.2656 Computation
+1007.2660 Combinatorics
+1007.2665 Algebraic Geometry
+1007.2666 Superconductivity
+1007.2673 Computational Complexity
+1007.2675 Computational Complexity
+1007.2676 Combinatorics
+1007.2677 Quantum Gases
+1007.2685 Combinatorics
+1007.2689 Genomics
+1007.2693 Logic
+1007.2695 Soft Condensed Matter
+1007.2708 Materials Science
+1007.2711 Group Theory
+1007.2717 Phenomenology
+1007.2723
+1007.2724 Combinatorics
+1007.2726 Combinatorics
+1007.2736 Superconductivity
+1007.2737 Algebraic Geometry
+1007.2739 Dynamical Systems
+1007.2743 Accelerator Physics
+1007.2747 Numerical Analysis
+1007.2748 Experiment
+1007.2750 Algebraic Topology
+1007.2759 Metric Geometry
+1007.2760 Solar and Stellar Astrophysics
+1007.2761 Metric Geometry
+1007.2762 Metric Geometry
+1007.2763 Cosmology and Nongalactic Astrophysics
+1007.2769 Combinatorics
+1007.2772 Rings and Algebras
+1007.2776 Classical Physics
+1007.2777 Group Theory
+1007.2788 K-Theory and Homology
+1007.2799
+1007.2812
+1007.2814 Networking and Internet Architecture
+1007.2818 Physics and Society
+1007.2828 High Energy Astrophysical Phenomena
+1007.2830 Algebraic Geometry
+1007.2835 Algebraic Geometry
+1007.2836 Algebraic Geometry
+1007.2841 Algebraic Geometry
+1007.2842 General Physics
+1007.2843 Analysis of PDEs
+1007.2844 General Physics
+1007.2845 Group Theory
+math/0501237 Rings and Algebras
+math/0611543 Numerical Analysis
+0705.1027 Optimization and Control
+0801.0812 Spectral Theory
+0804.1558 Number Theory
+0805.3581 Symplectic Geometry
+0807.0297 Mesoscale and Nanoscale Physics
+0809.5282 Differential Geometry
+0810.0209 Differential Geometry
+0810.0483
+0901.2398
+0907.4510 Quantum Gases
+0908.2853 Combinatorics
+0909.1243 General Physics
+0909.1548
+0911.1219 Materials Science
+0912.1200 Data Structures and Algorithms
+0912.4964 Differential Geometry
+cond-mat/0609258 Mesoscale and Nanoscale Physics
+nlin/0506045 Chaotic Dynamics
+0805.4650 Physics and Society
+0812.0066 Symplectic Geometry
+0812.2578 Algebraic Geometry
+0812.4701 Statistics Theory
+0902.3929 Atomic Physics
+0903.2421 Probability
+0904.0054 K-Theory and Homology
+0906.3362 General Physics
+0906.4513 Superconductivity
+0907.2159
+0909.0742 Cosmology and Nongalactic Astrophysics
+0909.2391 Differential Geometry
+0909.2778 Mesoscale and Nanoscale Physics
+0909.3730 Optics
+0909.3774 Statistical Mechanics
+0909.5571 Superconductivity
+0910.0016
+0911.4633 High Energy Astrophysical Phenomena
+0912.0362 Disordered Systems and Neural Networks
+0912.1256 Superconductivity
+1002.3967 Classical Analysis and ODEs
+0710.5414 Functional Analysis
+0712.2223
+0801.2960 Dynamical Systems
+0802.1962 Strongly Correlated Electrons
+0805.1978 Geometric Topology
+0808.2352 Representation Theory
+0808.3762 Group Theory
+0809.0068 Algebraic Geometry
+0810.2154 Rings and Algebras
+0812.2505 Group Theory
+0904.1242 Data Structures and Algorithms
+0905.2005 Superconductivity
+0905.2661 Mesoscale and Nanoscale Physics
+0906.4435 Strongly Correlated Electrons
+0906.5306 Mesoscale and Nanoscale Physics
+0907.1381
+0909.0251 Information Theory
+0909.5601 Differential Geometry
+0910.0638 Strongly Correlated Electrons
+0910.2159 Optics
+0910.2498
+0910.2644 Atomic and Molecular Clusters
+0910.2735 Mesoscale and Nanoscale Physics
+0910.5929 Algebraic Topology
+0911.1396 Mesoscale and Nanoscale Physics
+0911.1807 Digital Libraries
+0911.3492 Computational Complexity
+0911.3560 Materials Science
+0911.5526 Computational Complexity
+0912.0692 Superconductivity
+0912.3000 Statistical Mechanics
+0912.4977 Number Theory
+1001.0081 Mesoscale and Nanoscale Physics
+1001.0542 Strongly Correlated Electrons
+1001.1818
+1001.2664 Mesoscale and Nanoscale Physics
+1001.4537 Strongly Correlated Electrons
+1002.0335 Earth and Planetary Astrophysics
+1002.4597 Group Theory
+1002.5020 Statistical Mechanics
+1003.1483 Algebraic Geometry
+1003.1611 Mesoscale and Nanoscale Physics
+1003.3165 Physics and Society
+1003.5178 Solar and Stellar Astrophysics
+1004.0945 Solar and Stellar Astrophysics
+1004.1545 Materials Science
+1004.2223 Representation Theory
+1004.3372 Information Theory
+1004.3797 Operator Algebras
+1004.4034 History and Philosophy of Physics
+1004.4045 Cell Behavior
+1004.5216 Information Theory
+1004.5382 Logic in Computer Science
+1004.5388 Theory
+1004.5392 Materials Science
+1004.5397 Physics and Society
+1004.5412 Materials Science
+1004.5413 Phenomenology
+1004.5415 Cosmology and Nongalactic Astrophysics
+1004.5421 Information Theory
+1004.5427 Computer Vision and Pattern Recognition
+1004.5428 Materials Science
+1004.5433 Symbolic Computation
+1004.5436 Discrete Mathematics
+1004.5439 Number Theory
+1004.5440 Combinatorics
+1004.5464 Solar and Stellar Astrophysics
+1004.5466 Number Theory
+1004.5479 Information Theory
+1004.5486
+1004.5490 Phenomenology
+1004.5506 Numerical Analysis
+1004.5527 Number Theory
+1004.5530 Probability
+1004.5534 Cryptography and Security
+1004.5539 Instrumentation and Detectors
+1004.5549 Symbolic Computation
+1004.5550 Theory
+1004.5555 Experiment
+1004.5561 Instrumentation and Methods for Astrophysics
+1004.5562 Mesoscale and Nanoscale Physics
+1004.5563 Astrophysics of Galaxies
+1004.5564 Experiment
+1004.5566 Theory
+1004.5570 Information Theory
+1004.5571 Information Theory
+1004.5574 Instrumentation and Detectors
+1004.5582
+1004.5587 Genomics
+1004.5601 Information Theory
+cond-mat/0603346 Other Condensed Matter
+hep-th/9801061 Theory
+math/0506065 Differential Geometry
+physics/0608075 General Physics
+quant-ph/0503157
+quant-ph/0611004
+0704.1083 Number Theory
+0704.1782 Combinatorics
+0705.4485 Methodology
+0706.2040 Quantitative Methods
+0712.0339 Statistical Mechanics
+0802.3649 Number Theory
+0803.0313 Theory
+0809.0131 Group Theory
+0809.0845 Algebraic Geometry
+0809.5055
+0810.5123
+0811.0033
+0811.0399 Phenomenology
+0811.2024 Phenomenology
+0811.2888 Phenomenology
+0902.0082 Group Theory
+0903.2271 High Energy Astrophysical Phenomena
+0903.2275 High Energy Astrophysical Phenomena
+0903.3340 Phenomenology
+0903.5158 Cosmology and Nongalactic Astrophysics
+0904.1692 Information Theory
+0905.1560
+0905.1950 High Energy Astrophysical Phenomena
+0905.4639
+0905.4642 K-Theory and Homology
+0905.4916
+0906.1401 Operator Algebras
+0906.1889
+0906.2355 Strongly Correlated Electrons
+0906.2611 Geophysics
+0906.3280 Phenomenology
+0906.3535 Combinatorics
+0906.3680
+0906.4164 Phenomenology
+0906.4403 Quantum Gases
+0906.4730 Rings and Algebras
+0907.1015
+0907.1132 Geometric Topology
+0907.1826 Probability
+0907.3054 Analysis of PDEs
+0907.3540 Phenomenology
+0907.4469 Differential Geometry
+0907.4791 Phenomenology
+0909.1339 Classical Analysis and ODEs
+0909.1499 Strongly Correlated Electrons
+0909.3171
+0909.3215 Theory
+0909.4339 Probability
+0909.5240
+0910.0706 Statistical Mechanics
+0910.2662 Mesoscale and Nanoscale Physics
+0910.2680
+0910.5700 Phenomenology
+0911.2282 Quantum Algebra
+0911.3088 Soft Condensed Matter
+0911.3618 Statistical Mechanics
+0911.3929 Statistical Mechanics
+0911.4486 Strongly Correlated Electrons
+0911.4567 Optics
+0911.5210 Representation Theory
+0912.0251 Mesoscale and Nanoscale Physics
+0912.0990 Geometric Topology
+0912.3449 Earth and Planetary Astrophysics
+0912.4697 Statistical Mechanics
+0912.5343 Human-Computer Interaction
+1001.1862 Rings and Algebras
+1001.2790 Astrophysics of Galaxies
+1001.3668
+1001.4969 Number Theory
+1002.0756 Differential Geometry
+1002.1541 Numerical Analysis
+1002.1684 Representation Theory
+1002.2106
+1002.3608 Algebraic Geometry
+1002.3613 Algebraic Topology
+1002.3623 Analysis of PDEs
+1002.3627 Risk Management
+1002.3628 Phenomenology
+1002.3629 Distributed, Parallel, and Cluster Computing
+1002.3630 Functional Analysis
+1002.3633 Pricing of Securities
+1002.3635 Disordered Systems and Neural Networks
+1002.3638 Theory
+1002.3640 Computation
+1002.3641 Fluid Dynamics
+1002.3642 Strongly Correlated Electrons
+1002.3644 Algebraic Geometry
+1002.3645 Superconductivity
+1002.3657 Combinatorics
+1002.3663 Phenomenology
+1002.3664 Computational Complexity
+1002.3681 Portfolio Management
+1002.3683 Algebraic Geometry
+1002.3686
+1002.3695 Superconductivity
+1002.3699 Other Condensed Matter
+1002.3700 Algebraic Geometry
+1002.3706 Strongly Correlated Electrons
+1002.3711 Software Engineering
+1002.3716 Probability
+1002.3719 Strongly Correlated Electrons
+1002.3726 K-Theory and Homology
+1002.3727 Complex Variables
+1002.3728 Functional Analysis
+1002.3730
+1002.3732 Strongly Correlated Electrons
+1002.3735 Geometric Topology
+1002.3739 Mesoscale and Nanoscale Physics
+1002.3744 Machine Learning
+1002.3746 Probability
+1002.3749 Differential Geometry
+1002.3751 Rings and Algebras
+1002.3754 Number Theory
+1002.3757 Distributed, Parallel, and Cluster Computing
+1002.3772 Materials Science
+1002.3773 Strongly Correlated Electrons
+1002.3774 Algebraic Geometry
+1002.3780
+1002.3785 Combinatorics
+1002.3791 Solar and Stellar Astrophysics
+1002.3793 Numerical Analysis
+1002.3794 Risk Management
+1002.3802 Computational Physics
+1002.3803 Phenomenology
+1002.3807 Adaptation and Self-Organizing Systems
+1002.3808 Number Theory
+1002.3814 Discrete Mathematics
+1002.3817 General Mathematics
+cond-mat/9912323 Strongly Correlated Electrons
+gr-qc/0005050
+hep-th/0403070 Theory
+hep-th/0511282 Theory
+math-ph/0205013
+math/0209283 Number Theory
+math/0210184 Number Theory
+math/0309196 Number Theory
+math/0406601 Number Theory
+math/0506140 Operator Algebras
+math/0509623 Number Theory
+math/0510090 Number Theory
+math/0601545 Number Theory
+0704.1001 Quantum Algebra
+0708.2257
+0802.1943 Representation Theory
+0901.1811
+0901.2993 Probability
+0901.4221 Quantum Algebra
+0902.0709 Probability
+0903.0748
+0903.5379 Combinatorics
+0904.1499 Algebraic Geometry
+0904.3175
+0905.0795 Algebraic Geometry
+0906.2748
+0907.1584 Quantum Gases
+0907.2300 Symbolic Computation
+0908.1717
+0908.4557 Algebraic Geometry
+0909.3775 Statistical Mechanics
+0910.0050
+0910.3094 Chemical Physics
+0910.3861
+0911.4455 Phenomenology
+0912.0193 Soft Condensed Matter
+0912.3589 Computer Vision and Pattern Recognition
+1001.4497 Theory
+1002.0049 Other Computer Science
+1002.0459 Chaotic Dynamics
+1002.0931 Superconductivity
+1002.2172
+1002.3362
+1002.4736 Analysis of PDEs
+1003.0516 Learning
+1003.1749
+1004.0724 Strongly Correlated Electrons
+1004.0902 Formal Languages and Automata Theory
+1004.1168 Representation Theory
+1004.2185 Strongly Correlated Electrons
+1004.3482 Probability
+1004.3974 Materials Science
+1005.4158 Lattice
+1006.0073 Superconductivity
+1006.1077 Phenomenology
+1006.2522 Strongly Correlated Electrons
+1006.2981 Atmospheric and Oceanic Physics
+1006.4507
+1006.4838 Strongly Correlated Electrons
+1006.5057 Portfolio Management
+1006.5728 Cosmology and Nongalactic Astrophysics
+1007.0962
+1007.1539 Astrophysics of Galaxies
+1007.1723 Strongly Correlated Electrons
+1007.1858 Phenomenology
+1007.2049 Learning
+1007.2592 Strongly Correlated Electrons
+1007.2891 Quantum Gases
+1007.3722 Superconductivity
+1007.3914 Superconductivity
+1008.0327 Information Theory
+1008.2087 Materials Science
+1008.2503 Strongly Correlated Electrons
+1008.2582 Superconductivity
+1008.3256 Disordered Systems and Neural Networks
+1008.3381 Phenomenology
+1008.4700 Optics
+1009.4910 Analysis of PDEs
+1009.4959 Computation
+1009.5143 Data Structures and Algorithms
+1009.6006 Optimization and Control
+1009.6079 Computational Engineering, Finance, and Science
+1009.6202 Instrumentation and Detectors
+1010.0002 Instrumentation and Methods for Astrophysics
+1010.0008 Solar and Stellar Astrophysics
+1010.0011 Information Theory
+1010.0012 Computer Vision and Pattern Recognition
+1010.0014 Numerical Analysis
+1010.0015 Theory
+1010.0016
+1010.0018 Rings and Algebras
+1010.0027 General Finance
+1010.0034 Multiagent Systems
+1010.0036 Classical Analysis and ODEs
+1010.0045 Mesoscale and Nanoscale Physics
+1010.0051 Rings and Algebras
+1010.0056 Optimization and Control
+1010.0057 Optics
+1010.0058 Plasma Physics
+1010.0081 Differential Geometry
+1010.0082 Superconductivity
+1010.0083 Metric Geometry
+1010.0084
+1010.0092 Algebraic Geometry
+1010.0093
+1010.0094 Spectral Theory
+1010.0097 Phenomenology
+1010.0099
+1010.0105 Analysis of PDEs
+1010.0117 Solar and Stellar Astrophysics
+1010.0120 Number Theory
+1010.0121 Solar and Stellar Astrophysics
+1010.0122 Databases
+1010.0124 Applications
+1010.0133 Combinatorics
+1010.0135 Materials Science
+1010.0141 Data Structures and Algorithms
+1010.0143 Probability
+1010.0144 Phenomenology
+1010.0145 Multiagent Systems
+1010.0146 Category Theory
+1010.0149 Statistical Mechanics
+1010.0150 Multiagent Systems
+1010.0155 Multiagent Systems
+1010.0157 Data Structures and Algorithms
+1010.0161 Probability
+1010.0168 Networking and Internet Architecture
+1010.0169 Cryptography and Security
+1010.0178 Representation Theory
+1010.0182 Information Theory
+1010.0184 Functional Analysis
+1010.0185 General Topology
+1010.0187 Mesoscale and Nanoscale Physics
+1010.0189 Information Theory
+1010.0194 General Mathematics
+1010.0195 Experiment
+1010.0199 Group Theory
+1010.0205 Combinatorics
+1010.0210 Physics and Society
+1010.0211 Differential Geometry
+1010.0212 Analysis of PDEs
+1010.0215 Dynamical Systems
+1010.0216 Solar and Stellar Astrophysics
+1010.0217 High Energy Astrophysical Phenomena
+1010.0222 Plasma Physics
+1010.0226 Information Theory
+1010.0228 Rings and Algebras
+1010.0235 High Energy Astrophysical Phenomena
+1010.0237 Computers and Society
+1010.0238 Differential Geometry
+1010.0241
+1010.0245 Phenomenology
+math/0209282 Algebraic Geometry
+math/0307326 Algebraic Geometry
+math/0310057 Combinatorics
+math/0506039 Quantum Algebra
+math/0507106 Quantum Algebra
+math/0507107 Quantum Algebra
+math/0601055 Quantum Algebra
+math/0610683 Algebraic Geometry
+0706.1480 General Mathematics
+0706.1481 Group Theory
+0706.3899 Chaotic Dynamics
+0707.3319
+0707.4207
+0707.4447 General Mathematics
+0708.0517 Numerical Analysis
+0709.3325 Functional Analysis
+0711.0576
+0711.4537 Chaotic Dynamics
+0712.0675 Superconductivity
+0712.1402 Computational Complexity
+0801.0370 Disordered Systems and Neural Networks
+0802.4092 Materials Science
+0803.2177 Statistical Mechanics
+0804.0917 Rings and Algebras
+0805.1705 Chemical Physics
+0806.4793
+0807.5042 Commutative Algebra
+0808.0653 Commutative Algebra
+0808.1000 Information Theory
+0809.2483 Complex Variables
+0810.0679 Strongly Correlated Electrons
+0810.4709 Atomic Physics
+0811.0499 Data Analysis, Statistics and Probability
+0811.3797 Materials Science
+0812.3930 Materials Science
+0901.4855 Strongly Correlated Electrons
+0902.0319 General Topology
+0902.2603 Algebraic Topology
+0903.0706 Rings and Algebras
+0903.1341 Materials Science
+0903.1361 Probability
+0903.4718 Optics
+0904.0764
+0904.2754 Mesoscale and Nanoscale Physics
+0904.3173 Superconductivity
+0905.2351 Optics
+0905.3674
+0905.3887 Neurons and Cognition
+0905.4939 Theory
+0906.3585 Databases
+0907.2675 Representation Theory
+0907.3299 Theory
+0909.0847 Disordered Systems and Neural Networks
+0909.1857 Analysis of PDEs
+0909.2138 Theory
+0909.3169 Computational Geometry
+0909.3400 Pattern Formation and Solitons
+0910.0247 Strongly Correlated Electrons
+0910.2577
+0910.2613 Algebraic Geometry
+0910.2647 Materials Science
+0910.2985 Statistical Mechanics
+0910.3044 Statistical Mechanics
+0910.3202 Statistical Mechanics
+0910.5471 Theory
+0910.5713 Phenomenology
+0911.0385 Superconductivity
+0911.1577 Materials Science
+0911.1797 Molecular Networks
+0911.2517 Mesoscale and Nanoscale Physics
+0911.3467 Rings and Algebras
+0911.4375 Computational Geometry
+0912.0902 Statistics Theory
+0912.1134 Mesoscale and Nanoscale Physics
+0912.4137 Strongly Correlated Electrons
+0912.4231 Atomic Physics
+0912.4419
+0912.4824 Theory
+0912.5486 General Physics
+1001.2625 Databases
+1001.2722 Optimization and Control
+1001.3160 Materials Science
+1001.4849 Cosmology and Nongalactic Astrophysics
+1002.0923 Experiment
+1002.1267 Analysis of PDEs
+1002.2180 Operator Algebras
+1002.2484 Other Condensed Matter
+1002.3033
+1002.4109 Physics and Society
+1002.4149 Phenomenology
+1002.4315 Databases
+1002.4548 Information Theory
+1002.4900 High Energy Astrophysical Phenomena
+1003.0645 Computer Vision and Pattern Recognition
+1003.0764 Trading and Market Microstructure
+1003.1078 Phenomenology
+1003.1095
+1003.1165 Theory
+1003.1178 Symplectic Geometry
+1003.1343 Computer Science and Game Theory
+1003.1349 Geometric Topology
+1003.1352 Mesoscale and Nanoscale Physics
+1003.1354 Learning
+1003.1364 Networking and Internet Architecture
+1003.1368 Solar and Stellar Astrophysics
+1003.1369
+1003.1373 Mesoscale and Nanoscale Physics
+1003.1378 General Mathematics
+1003.1382 General Mathematics
+1003.1386
+1003.1391 Experiment
+1003.1401 Graphics
+1003.1405 Differential Geometry
+1003.1411 Populations and Evolution
+1003.1414 Superconductivity
+1003.1415 Cell Behavior
+1003.1421 Algebraic Geometry
+1003.1422 Information Theory
+1003.1426 Computational Geometry
+1003.1431 Differential Geometry
+1003.1432 Atomic Physics
+1003.1433 Phenomenology
+1003.1441
+1003.1443
+1003.1444 Experiment
+1003.1448 Materials Science
+1003.1451 Differential Geometry
+1003.1455 Computation and Language
+1003.1458 Cryptography and Security
+1003.1461
+1003.1462 Cryptography and Security
+1003.1464 Optimization and Control
+1003.1466 Optimization and Control
+1003.1472 Other Computer Science
+1003.1474 Fluid Dynamics
+1003.1475 Fluid Dynamics
+1003.1481 Space Physics
+1003.1490 Probability
+1003.1491 Other Computer Science
+1003.1492 Cryptography and Security
+1003.1494 Information Retrieval
+1003.1497 Other Computer Science
+1003.1499 Computers and Society
+1003.1501 History and Overview
+1003.1502 Other Computer Science
+1003.1503 Differential Geometry
+1003.1506 Numerical Analysis
+1003.1512 Classical Analysis and ODEs
+1003.1513 Statistics Theory
+1003.1518 Mesoscale and Nanoscale Physics
+1003.1535 Statistics Theory
+1003.1539 Astrophysics of Galaxies
+1003.1540
+1003.1542 Strongly Correlated Electrons
+1003.1546 Differential Geometry
+1003.1550 Computer Science and Game Theory
+1003.1551 Commutative Algebra
+1003.1553 Algebraic Geometry
+1003.1556 Classical Physics
+1003.1558
+1003.1562 Group Theory
+1003.1566 Complex Variables
+1003.1567 Complex Variables
+1003.1572 Programming Languages
+1003.1573 Statistics Theory
+1003.1574 Commutative Algebra
+1003.1581 Strongly Correlated Electrons
+1003.1584 Probability
+1003.1586 Functional Analysis
+1003.1587 Functional Analysis
+1003.1588 Artificial Intelligence
+1003.1589 Complex Variables
+1003.1592 Complex Variables
+1003.1593 Atomic Physics
+1003.1594 Optimization and Control
+1003.1595 Superconductivity
+1003.1596 Analysis of PDEs
+1003.1602 Functional Analysis
+1003.1604 Phenomenology
+1003.1608 Distributed, Parallel, and Cluster Computing
+1003.1610 Rings and Algebras
+1003.1616 Analysis of PDEs
+1003.1621 Statistical Mechanics
+1003.1622 Statistical Mechanics
+1003.1623 Soft Condensed Matter
+1003.1630 Statistics Theory
+1003.1635 Cosmology and Nongalactic Astrophysics
+1003.1640 Combinatorics
+1003.1655 Information Theory
+1003.1657 Probability
+1003.1666 Strongly Correlated Electrons
+1003.1680
+1003.1683
+1003.1688 Combinatorics
+1003.1689 General Mathematics
+1003.1691 Combinatorics
+1003.1693 Rings and Algebras
+1003.1697 Functional Analysis
+1003.1699 Analysis of PDEs
+1003.1700 Probability
+1003.1704 Algebraic Geometry
+1003.1707 Differential Geometry
+1003.1711 Biological Physics
+chao-dyn/9904006 Chaotic Dynamics
+chao-dyn/9910006 Chaotic Dynamics
+cond-mat/0301359 Strongly Correlated Electrons
+cond-mat/0310525 Superconductivity
+cond-mat/0412656 Strongly Correlated Electrons
+cond-mat/0501577 Strongly Correlated Electrons
+cond-mat/0509219 Mesoscale and Nanoscale Physics
+cond-mat/0605674 Materials Science
+cond-mat/0606123 Strongly Correlated Electrons
+cond-mat/0702058 Statistical Mechanics
+cond-mat/9905015
+hep-ph/0507255 Phenomenology
+math/0006148 Algebraic Geometry
+math/0102017 Algebraic Geometry
+math/0102082 Algebraic Geometry
+math/0304442 Algebraic Topology
+math/0507116 Category Theory
+math/0507349 Category Theory
+math/0601702 Dynamical Systems
+math/0602084 Category Theory
+math/0608452 Category Theory
+math/0701601 Group Theory
+nlin/0003019 Chaotic Dynamics
+nlin/0209016 Chaotic Dynamics
+nlin/0501052 Pattern Formation and Solitons
+nlin/0608008 Chaotic Dynamics
+nlin/0608059 Chaotic Dynamics
+nlin/0701025 Chaotic Dynamics
+physics/0603267 General Physics
+physics/0610219 Atomic Physics
+0707.1379 Fluid Dynamics
+0707.3627 Rings and Algebras
+0708.0510 Fluid Dynamics
+0708.3664 Group Theory
+0708.4029 Functional Analysis
+0708.4195 Functional Analysis
+0708.4387 Combinatorics
+0708.4389 Combinatorics
+0708.4400 Combinatorics
+0708.4406 Combinatorics
+0708.4409 Combinatorics
+0709.3215 Probability
+0709.4172 Materials Science
+0709.4618 Exactly Solvable and Integrable Systems
+0710.0437 Group Theory
+0710.4031 Combinatorics
+0710.5447 Physics and Society
+0711.1847 Algebraic Geometry
+0801.1655 Combinatorics
+0801.1656 Combinatorics
+0801.3009 Rings and Algebras
+0802.0852 Rings and Algebras
+0802.3888 Discrete Mathematics
+0802.4170 Physics and Society
+0803.1222 Probability
+0803.1318 Analysis of PDEs
+0803.2774 Symplectic Geometry
+0804.0848 Probability
+0804.1096 Phenomenology
+0804.4078 Logic
+0805.0730 Combinatorics
+0805.1528 Algebraic Topology
+0805.2912 Physics and Society
+0805.3071 General Finance
+0806.1652 Statistics Theory
+0806.2881 Superconductivity
+0806.3898 Rings and Algebras
+0806.4501 Atomic Physics
+0807.1464
+0807.1607 Differential Geometry
+0807.2303 Combinatorics
+0807.4411 Strongly Correlated Electrons
+0808.0350 Dynamical Systems
+0809.0668
+0809.1724 Algebraic Geometry
+0809.2942
+0809.3598 Materials Science
+0810.4866 Rings and Algebras
+0811.0460 Other Condensed Matter
+0812.4730 Combinatorics
+0901.2080 Pricing of Securities
+0901.2313 Superconductivity
+0901.2513 Number Theory
+0902.1200 Probability
+0902.3624 Exactly Solvable and Integrable Systems
+0904.1492 Symplectic Geometry
+0904.1568 Solar and Stellar Astrophysics
+0904.3743 Representation Theory
+0904.4916
+0905.1935 Operator Algebras
+0905.4024 Other Condensed Matter
+0906.0868 Quantum Gases
+0906.2070
+0906.2153 Probability
+0906.3064
+0906.3634 Statistical Mechanics
+0906.4877 Quantum Gases
+0906.4986 Populations and Evolution
+0907.0182 Mesoscale and Nanoscale Physics
+0907.0400 Strongly Correlated Electrons
+0907.0533
+0907.1367 Complex Variables
+0907.2212 Pattern Formation and Solitons
+0907.2239 Strongly Correlated Electrons
+0907.2447 Representation Theory
+0907.2728 Functional Analysis
+0907.2908 Probability
+0907.3063 Biological Physics
+0907.3705 Combinatorics
+0908.0178 Differential Geometry
+0908.0479 Functional Analysis
+0908.1218 Representation Theory
+0908.1346 Materials Science
+0908.4485 Mesoscale and Nanoscale Physics
+0908.4533 Algebraic Geometry
+0909.0255 Quantum Gases
+0909.1841 Phenomenology
+0909.4580 Superconductivity
+0909.4924 Materials Science
+0909.4981 Differential Geometry
+0910.0292 Rings and Algebras
+0910.2326
+0910.3061 Quantum Gases
+0910.4115 Classical Analysis and ODEs
+0910.4492 Phenomenology
+0910.5134 Cosmology and Nongalactic Astrophysics
+0910.5389 Pattern Formation and Solitons
+0910.5907 Superconductivity
+0911.2020 Number Theory
+0911.3854
+0911.4614 History and Philosophy of Physics
+0911.5132 Chemical Physics
+0911.5405
+0912.0295 Superconductivity
+0912.1648 Phenomenology
+0912.1652 Statistical Mechanics
+0912.1729 Theory
+0912.1887 Cosmology and Nongalactic Astrophysics
+0912.1984 Theory
+0912.4525 Materials Science
+0912.4670 Combinatorics
+1001.0109 Earth and Planetary Astrophysics
+1001.2115 Mesoscale and Nanoscale Physics
+1001.2505 Superconductivity
+1001.3943
+1001.4141 Theory
+1001.4402
+1001.4570 Group Theory
+1001.5461
+1002.0132 Rings and Algebras
+1002.1483 Strongly Correlated Electrons
+1002.1924 Strongly Correlated Electrons
+1002.2483
+1002.2624 Quantum Algebra
+1002.3071 Analysis of PDEs
+1002.3161 Cosmology and Nongalactic Astrophysics
+1002.3286 Statistical Mechanics
+1002.4123 Optimization and Control
+1003.0612 Analysis of PDEs
+1003.0745 Theory
+1003.0881 Probability
+1003.1357
+1003.1457 Neural and Evolutionary Computing
+1003.1467 General Topology
+1003.1835 Combinatorics
+1003.2002
+1003.2221 Number Theory
+1003.2239 Quantum Gases
+1003.2636 High Energy Astrophysical Phenomena
+1003.2640 Astrophysics of Galaxies
+1003.2641 Artificial Intelligence
+1003.2642 Optics
+1003.2649 Probability
+1003.2650 Instrumentation and Detectors
+1003.2651 Mesoscale and Nanoscale Physics
+1003.2656 Astrophysics of Galaxies
+1003.2657 Earth and Planetary Astrophysics
+1003.2660 Human-Computer Interaction
+1003.2664 Computers and Society
+1003.2666 General Physics
+1003.2670 Differential Geometry
+1003.2676 Operator Algebras
+1003.2677 Information Retrieval
+1003.2678 Exactly Solvable and Integrable Systems
+1003.2680 Soft Condensed Matter
+1003.2681 Information Theory
+1003.2682 Databases
+1003.2683
+1003.2684
+1003.2685 Materials Science
+1003.2686
+1003.2687
+1003.2690 Geophysics
+1003.2692 Statistical Finance
+1003.2698
+1003.2702
+1003.2703 Rings and Algebras
+1003.2704 Geophysics
+1003.2707 Algebraic Geometry
+1003.2708
+1003.2711 Statistics Theory
+1003.2712 Plasma Physics
+1003.2713 Plasma Physics
+1003.2714 Plasma Physics
+1003.2724 Neural and Evolutionary Computing
+1003.2727 Statistical Mechanics
+1003.2731 Statistical Mechanics
+1003.2732 Soft Condensed Matter
+1003.2739 Solar and Stellar Astrophysics
+1003.2742 Representation Theory
+1003.2749 Information Theory
+1003.2751 Learning
+1003.2758
+1003.2761
+1003.2764
+1003.2767 Computer Science and Game Theory
+1003.2768 Optics
+1003.2772 Geophysics
+1003.2775 Superconductivity
+1003.2780 Fluid Dynamics
+1003.2781
+1003.2782 Information Theory
+1003.2783
+1003.2789 Complex Variables
+1003.2794
+1003.2796 Mesoscale and Nanoscale Physics
+1003.2800
+1003.2801 Logic in Computer Science
+1003.2804 Statistics Theory
+1003.2805 Complex Variables
+1003.2810 Algebraic Topology
+1003.2815 Cosmology and Nongalactic Astrophysics
+1003.2818 Solar and Stellar Astrophysics
+1003.2821 Functional Analysis
+1003.2823 Methodology
+1003.2830
+1003.2831 Methodology
+1003.2833 Geometric Topology
+1003.2836 Information Theory
+1003.2837 Plasma Physics
+1003.2841 Phenomenology
+1003.2842 Mesoscale and Nanoscale Physics
+1003.2844
+1003.2845 Chemical Physics
+1003.2846 Complex Variables
+1003.2847 Instrumentation and Methods for Astrophysics
+1003.2853 Phenomenology
+1003.2856
+1003.2868 Solar and Stellar Astrophysics
+1003.2870 Solar and Stellar Astrophysics
+1003.2872 Analysis of PDEs
+1003.2874 Operator Algebras
+1003.2875 Probability
+1003.2876 Group Theory
+1003.2878 Statistical Mechanics
+1003.2884 History and Philosophy of Physics
+1003.2885 Analysis of PDEs
+1003.2886 Adaptation and Self-Organizing Systems
+1003.2887 Adaptation and Self-Organizing Systems
+1003.2888 Analysis of PDEs
+1003.2889 Optimization and Control
+1003.2896 Mesoscale and Nanoscale Physics
+1003.2897 Algebraic Topology
+1003.2898 Metric Geometry
+1003.2902
+1003.2906 High Energy Astrophysical Phenomena
+1003.2921 Exactly Solvable and Integrable Systems
+1003.2922 Populations and Evolution
+1003.2924 Earth and Planetary Astrophysics
+1003.2927 Number Theory
+1003.2930 Portfolio Management
+1003.2945 Differential Geometry
+1003.2948 Complex Variables
+1003.2950 Data Analysis, Statistics and Probability
+1003.2951 Commutative Algebra
+1003.2962 Geometric Topology
+1003.2967 General Physics
+1003.2969 High Energy Astrophysical Phenomena
+1003.2988 Strongly Correlated Electrons
+1003.2993
+1003.2995 Chaotic Dynamics
+1003.2999 Fluid Dynamics
+1003.3000 Number Theory
+1003.3001 Chemical Physics
+1003.3004 Number Theory
+1003.3008 Mesoscale and Nanoscale Physics
+cond-mat/0604545 Mesoscale and Nanoscale Physics
+cond-mat/0611039 Statistical Mechanics
+cond-mat/0701631 Statistical Mechanics
+cond-mat/0703138 Statistical Mechanics
+math/0002233 Probability
+math/0101090 Spectral Theory
+math/0203210 Dynamical Systems
+math/0208049 Algebraic Geometry
+math/0212056 Rings and Algebras
+math/0212334 Classical Analysis and ODEs
+math/0307228 Operator Algebras
+math/0310354 Algebraic Geometry
+math/0401211 Geometric Topology
+math/0401402 Probability
+math/0402198 Differential Geometry
+math/0404444 Operator Algebras
+math/0405231 Probability
+math/0405471 Complex Variables
+math/0407439 Algebraic Geometry
+math/0409198 Classical Analysis and ODEs
+math/0409267 Operator Algebras
+math/0412108 Functional Analysis
+math/0412446 Complex Variables
+math/0501227 Algebraic Geometry
+math/0501498 Algebraic Geometry
+math/0505066 Analysis of PDEs
+math/0505550 Operator Algebras
+math/0505619 Representation Theory
+math/0508552 Functional Analysis
+math/0509567 Algebraic Geometry
+math/0511061 Operator Algebras
+math/0511067 Probability
+math/0601304 Algebraic Geometry
+math/0603006 Differential Geometry
+math/0603025 Operator Algebras
+math/0603301 Complex Variables
+math/0604372 Functional Analysis
+math/0607374 Symplectic Geometry
+math/0608589 Operator Algebras
+math/0608724 Classical Analysis and ODEs
+math/0608797 Analysis of PDEs
+math/0609846 Representation Theory
+math/0610205 Group Theory
+math/0612755 Complex Variables
+math/0702505 Algebraic Geometry
+math/0702700 Operator Algebras
+math/0703401 Representation Theory
+math/0703788 Complex Variables
+physics/0207067 General Physics
+0710.1921 Mesoscale and Nanoscale Physics
+0801.3545 Symplectic Geometry
+0802.0118 Group Theory
+0804.1807 Populations and Evolution
+0804.3605 Other Quantitative Biology
+0808.0796 Statistical Mechanics
+0809.1461 Representation Theory
+0809.2195 Probability
+0809.3046 Group Theory
+0812.3530 Representation Theory
+0903.3178 Physics and Society
+0904.0043 Number Theory
+0905.1199 Algebraic Topology
+0906.0444 Superconductivity
+0906.0905 Cosmology and Nongalactic Astrophysics
+0907.0374 High Energy Astrophysical Phenomena
+0907.3010 Earth and Planetary Astrophysics
+0907.5343 Geometric Topology
+0908.1013 Algebraic Topology
+0908.1794 Quantum Gases
+0909.0417 Superconductivity
+0909.1031 Group Theory
+0909.1062 Computational Geometry
+0910.2836 Differential Geometry
+0911.2806 Phenomenology
+0911.3251 Differential Geometry
+0911.3423 Theory
+0911.4344 Analysis of PDEs
+0912.0094 Materials Science
+0912.0987 Group Theory
+0912.2662 Geometric Topology
+0912.4411 Combinatorics
+0912.4552 Plasma Physics
+1001.0952
+1001.1877 Cryptography and Security
+1001.3807
+1001.4109 Symplectic Geometry
+1002.4206 Strongly Correlated Electrons
+1002.4385 Numerical Analysis
+1002.4618
+1003.2309 Phenomenology
+1004.0710
+1004.1131 High Energy Astrophysical Phenomena
+1004.1751 Geometric Topology
+1004.2332 Superconductivity
+1004.3133 Analysis of PDEs
+1004.5042 Statistical Mechanics
+1005.1603 Phenomenology
+1005.3164 Representation Theory
+1005.4091
+1005.4164 Disordered Systems and Neural Networks
+1005.5056 Group Theory
+1005.5200 Materials Science
+1006.0671 Optimization and Control
+1006.3582 Materials Science
+1006.4381 Number Theory
+1006.4618 Superconductivity
+1006.5764 Astrophysics of Galaxies
+1007.0077 Analysis of PDEs
+1007.0441 Theory
+1007.1068 Atomic Physics
+1007.1315 Quantitative Methods
+1007.4844 Quantum Gases
+1007.5053 Phenomenology
+1008.1041 Materials Science
+1008.2397 High Energy Astrophysical Phenomena
+1008.5393 Information Theory
+1009.0529 Theory
+1009.0921 Information Theory
+1009.1721 Soft Condensed Matter
+1009.1951 Experiment
+1009.2218 Computational Geometry
+1009.2414 Complex Variables
+1009.2621 Materials Science
+1009.2757 Numerical Analysis
+1009.2765 Software Engineering
+1009.2768 Numerical Analysis
+1009.2770 Earth and Planetary Astrophysics
+1009.2771
+1009.2775 Software Engineering
+1009.2784 Materials Science
+1009.2785 Software Engineering
+1009.2787 Software Engineering
+1009.2789 Logic in Computer Science
+1009.2790 Logic in Computer Science
+1009.2791 Logic in Computer Science
+1009.2792 Logic in Computer Science
+1009.2793 Programming Languages
+1009.2794 Logic in Computer Science
+1009.2795 Logic in Computer Science
+1009.2796 Sound
+1009.2797 Software Engineering
+1009.2805 Pattern Formation and Solitons
+1009.2806 Complex Variables
+1009.2809
+1009.2814 Optics
+1009.2815 General Mathematics
+1009.2822 Probability
+1009.2823 Commutative Algebra
+1009.2824 Instrumentation and Methods for Astrophysics
+1009.2826 Cryptography and Security
+1009.2832 Cryptography and Security
+1009.2833 Complex Variables
+1009.2844 Cosmology and Nongalactic Astrophysics
+1009.2848 Superconductivity
+1009.2853 Algebraic Geometry
+1009.2857 Biomolecules
+1009.2858 Networking and Internet Architecture
+1009.2859
+1009.2860 Differential Geometry
+1009.2863 Analysis of PDEs
+1009.2864 Representation Theory
+1009.2865 Cosmology and Nongalactic Astrophysics
+1009.2867
+1009.2869
+1009.2870 Materials Science
+1009.2874 Analysis of PDEs
+1009.2882 Classical Analysis and ODEs
+1009.2890 Solar and Stellar Astrophysics
+1009.2895 Algebraic Geometry
+1009.2898 Statistics Theory
+1009.2900 Programming Languages
+1009.2902 Software Engineering
+1009.2903 Experiment
+1009.2908 Instrumentation and Detectors
+1009.2911 Instrumentation and Methods for Astrophysics
+1009.2912 Differential Geometry
+1009.2917 Strongly Correlated Electrons
+1009.2920 Materials Science
+1009.2926 Materials Science
+1009.2927 Information Theory
+1009.2928 Statistical Finance
+1009.2929 Combinatorics
+1009.2932 Dynamical Systems
+1009.2943 Statistics Theory
+1009.2944 Number Theory
+1009.2948 Metric Geometry
+1009.2951 Solar and Stellar Astrophysics
+1009.2955 Information Theory
+1009.2958 Biomolecules
+1009.2966 Solar and Stellar Astrophysics
+1009.2971 Phenomenology
+1009.2974 Classical Analysis and ODEs
+1009.2977 Functional Analysis
+1009.2979 Solar and Stellar Astrophysics
+1009.2984 Probability
+1009.2998 Dynamical Systems
+1009.3000 Dynamical Systems
+1009.3005
+cond-mat/0402283 Statistical Mechanics
+cond-mat/0405539 Disordered Systems and Neural Networks
+cond-mat/0412714 Other Condensed Matter
+cond-mat/0503134 Disordered Systems and Neural Networks
+cond-mat/0604107 Superconductivity
+cond-mat/0607827 Strongly Correlated Electrons
+cond-mat/0612092 Superconductivity
+cond-mat/9703180 Superconductivity
+cond-mat/9805348 Statistical Mechanics
+cond-mat/9910170 Strongly Correlated Electrons
+cond-mat/9911182 Strongly Correlated Electrons
+math/0404327 Number Theory
+math/0504039 Combinatorics
+0705.4098 Theory
+0705.4518 Phenomenology
+0706.2049 Algebraic Geometry
+0707.4139 Phenomenology
+0709.4072 Algebraic Geometry
+0710.5443 Phenomenology
+0711.0400 Theory
+0711.1160 Group Theory
+0711.2758 Algebraic Geometry
+0712.4123 Numerical Analysis
+0802.3274 Populations and Evolution
+0803.2069
+0805.0285
+0805.0289 History and Philosophy of Physics
+0805.2588 Phenomenology
+0805.3030 Algebraic Topology
+0807.4357 Materials Science
+0808.2462 Phenomenology
+0808.3162 General Physics
+0809.4842 Differential Geometry
+0810.3177 Methodology
+0811.4331 Lattice
+0811.4461 Commutative Algebra
+0812.3380
+0812.4168 Phenomenology
+0901.0331 K-Theory and Homology
+0901.0843 Algebraic Topology
+0901.3818 Phenomenology
+0901.3947 General Physics
+0902.2033 General Physics
+0903.1518 Theory
+0903.4190 Theory
+0903.4927 Soft Condensed Matter
+0904.4030 Symbolic Computation
+0905.0478 Operator Algebras
+0905.2089
+0906.0063
+0906.2192 Theory
+0907.0140 Quantum Gases
+0907.0440 Statistics Theory
+0907.3839
+0907.4062 Phenomenology
+0907.4147
+0907.4358 Complex Variables
+0907.4458
+0907.4749
+0908.1001 Cosmology and Nongalactic Astrophysics
+0908.1668
+0908.2698 Superconductivity
+0909.3806 Mesoscale and Nanoscale Physics
+0909.4976
+0910.0543 Atmospheric and Oceanic Physics
+0910.1723 Applications
+0910.4943 Molecular Networks
+0910.5491 Materials Science
+0911.1376 Soft Condensed Matter
+0911.3451 Complex Variables
+0912.1117 Quantum Gases
+1001.0141 General Physics
+1001.5026 Cosmology and Nongalactic Astrophysics
+1002.0116 General Physics
+1002.0231
+1003.1661
+1004.0224 Number Theory
+1004.0233 Analysis of PDEs
+1004.0242 Statistics Theory
+1004.0243 Human-Computer Interaction
+1004.0248 Human-Computer Interaction
+1004.0250 Cosmology and Nongalactic Astrophysics
+1004.0256 Human-Computer Interaction
+1004.0258 Human-Computer Interaction
+1004.0259 Human-Computer Interaction
+1004.0262 Operator Algebras
+1004.0265
+1004.0271 Differential Geometry
+1004.0277 Soft Condensed Matter
+1004.0290 Differential Geometry
+1004.0293 High Energy Astrophysical Phenomena
+1004.0295 Group Theory
+1004.0297 Experiment
+1004.0300
+1004.0316 Superconductivity
+1004.0318 Algebraic Geometry
+1004.0320
+1004.0323 Dynamical Systems
+1004.0325 Solar and Stellar Astrophysics
+1004.0327 Algebraic Geometry
+1004.0328 General Physics
+1004.0341 Analysis of PDEs
+1004.0344 Mesoscale and Nanoscale Physics
+1004.0345 Optics
+1004.0347 General Mathematics
+1004.0349 Mesoscale and Nanoscale Physics
+1004.0351 Data Structures and Algorithms
+1004.0352 Theory
+1004.0357 Numerical Analysis
+1004.0367 Cryptography and Security
+1004.0372 Data Analysis, Statistics and Probability
+1004.0374 Differential Geometry
+1004.0380 Astrophysics of Galaxies
+astro-ph/0203094
+astro-ph/0205214
+astro-ph/0209156
+astro-ph/0210502
+astro-ph/0211544
+astro-ph/0303301
+astro-ph/0402490
+astro-ph/0407604
+astro-ph/0407631
+astro-ph/0409106
+astro-ph/0410147
+astro-ph/0412007
+astro-ph/0501626
+astro-ph/0502191
+astro-ph/0508294
+astro-ph/0605684
+astro-ph/0609597
+cond-mat/0209492 Statistical Mechanics
+cond-mat/0210085 Statistical Mechanics
+cond-mat/0211168 Statistical Mechanics
+cond-mat/0303272 Statistical Mechanics
+cond-mat/0307606 Statistical Mechanics
+cond-mat/0309499
+cond-mat/0406297 Disordered Systems and Neural Networks
+cond-mat/0411105 Mesoscale and Nanoscale Physics
+cond-mat/0501197 Disordered Systems and Neural Networks
+cond-mat/0502052 Other Condensed Matter
+cond-mat/0505409 Disordered Systems and Neural Networks
+cond-mat/0506529 Strongly Correlated Electrons
+cond-mat/0507011 Mesoscale and Nanoscale Physics
+cond-mat/0511619 Other Condensed Matter
+cond-mat/0606472 Mesoscale and Nanoscale Physics
+cond-mat/9403021
+gr-qc/0205042
+gr-qc/0205134
+gr-qc/0207076
+gr-qc/0209079
+gr-qc/0210064
+gr-qc/0310135
+gr-qc/0502106
+gr-qc/0509040
+gr-qc/0511104
+gr-qc/0603051
+hep-ex/0205038 Experiment
+hep-lat/0204016 Lattice
+hep-lat/0205005 Lattice
+hep-lat/0205016 Lattice
+hep-lat/0206003 Lattice
+hep-lat/0209098 Lattice
+hep-lat/0211004 Lattice
+hep-lat/0211020 Lattice
+hep-lat/0212029 Lattice
+hep-lat/0302007 Lattice
+hep-lat/0304006 Lattice
+hep-lat/0306012 Lattice
+hep-lat/0307024 Lattice
+hep-lat/0309028 Lattice
+hep-lat/0401030 Lattice
+hep-lat/0405025 Lattice
+hep-lat/0411025 Lattice
+hep-lat/0412023 Lattice
+hep-lat/0503004 Lattice
+hep-lat/0503033 Lattice
+hep-lat/0507016 Lattice
+hep-lat/0508003 Lattice
+hep-lat/0509069 Lattice
+hep-lat/0510047 Lattice
+hep-lat/0601024 Lattice
+hep-lat/0602019 Lattice
+hep-ph/0105304 Phenomenology
+hep-ph/0111391 Phenomenology
+hep-ph/0202012 Phenomenology
+hep-ph/0202090 Phenomenology
+hep-ph/0202247 Phenomenology
+hep-ph/0203182 Phenomenology
+hep-ph/0204046 Phenomenology
+hep-ph/0204056 Phenomenology
+hep-ph/0204112 Phenomenology
+hep-ph/0204142 Phenomenology
+hep-ph/0204287 Phenomenology
+hep-ph/0204293 Phenomenology
+hep-ph/0204350 Phenomenology
+hep-ph/0205010 Phenomenology
+hep-ph/0205022 Phenomenology
+hep-ph/0205048 Phenomenology
+hep-ph/0205099 Phenomenology
+hep-ph/0205180 Phenomenology
+hep-ph/0205202 Phenomenology
+hep-ph/0205227 Phenomenology
+hep-ph/0205341 Phenomenology
+hep-ph/0206001 Phenomenology
+hep-ph/0206070 Phenomenology
+hep-ph/0206086 Phenomenology
+hep-ph/0206131 Phenomenology
+hep-ph/0206155 Phenomenology
+hep-ph/0207002 Phenomenology
+hep-ph/0207020 Phenomenology
+hep-ph/0207026 Phenomenology
+hep-ph/0207053 Phenomenology
+hep-ph/0207076 Phenomenology
+hep-ph/0207104 Phenomenology
+hep-ph/0207133 Phenomenology
+hep-ph/0207196 Phenomenology
+hep-ph/0207199 Phenomenology
+hep-ph/0207277 Phenomenology
+hep-ph/0207300 Phenomenology
+hep-ph/0207307 Phenomenology
+hep-ph/0208038 Phenomenology
+hep-ph/0208217 Phenomenology
+hep-ph/0208218 Phenomenology
+hep-ph/0208220 Phenomenology
+hep-ph/0208240 Phenomenology
+hep-ph/0208241 Phenomenology
+hep-ph/0209090 Phenomenology
+hep-ph/0209095 Phenomenology
+hep-ph/0209100 Phenomenology
+hep-ph/0209121 Phenomenology
+hep-ph/0209154 Phenomenology
+hep-ph/0209175 Phenomenology
+hep-ph/0209193 Phenomenology
+hep-ph/0209300 Phenomenology
+hep-ph/0210038 Phenomenology
+hep-ph/0210261 Phenomenology
+hep-ph/0210276 Phenomenology
+hep-ph/0210376 Phenomenology
+hep-ph/0210411 Phenomenology
+hep-ph/0211018 Phenomenology
+hep-ph/0211191 Phenomenology
+hep-ph/0211204 Phenomenology
+hep-ph/0211227 Phenomenology
+hep-ph/0211229 Phenomenology
+hep-ph/0211272 Phenomenology
+hep-ph/0211282 Phenomenology
+hep-ph/0211310 Phenomenology
+hep-ph/0211352 Phenomenology
+hep-ph/0211358 Phenomenology
+hep-ph/0211385 Phenomenology
+hep-ph/0211418 Phenomenology
+hep-ph/0211420 Phenomenology
+hep-ph/0212113 Phenomenology
+hep-ph/0212119 Phenomenology
+hep-ph/0212132 Phenomenology
+hep-ph/0212207 Phenomenology
+hep-ph/0212216 Phenomenology
+hep-ph/0212245 Phenomenology
+hep-ph/0212339 Phenomenology
+hep-ph/0301014 Phenomenology
+hep-ph/0301015 Phenomenology
+hep-ph/0301121 Phenomenology
+hep-ph/0301142 Phenomenology
+hep-ph/0301168 Phenomenology
+hep-ph/0302061 Phenomenology
+hep-ph/0302074 Phenomenology
+hep-ph/0302108 Phenomenology
+hep-ph/0302168 Phenomenology
+hep-ph/0302174 Phenomenology
+hep-ph/0302188 Phenomenology
+hep-ph/0302191 Phenomenology
+hep-ph/0302265 Phenomenology
+hep-ph/0303046 Phenomenology
+hep-ph/0303052 Phenomenology
+hep-ph/0303113 Phenomenology
+hep-ph/0304027 Phenomenology
+hep-ph/0304069 Phenomenology
+hep-ph/0304130 Phenomenology
+hep-ph/0304167 Phenomenology
+hep-ph/0304178 Phenomenology
+hep-ph/0304212 Phenomenology
+hep-ph/0304216 Phenomenology
+hep-ph/0304234 Phenomenology
+hep-ph/0304245 Phenomenology
+hep-ph/0305112 Phenomenology
+hep-ph/0305122 Phenomenology
+hep-ph/0305134 Phenomenology
+hep-ph/0305178 Phenomenology
+hep-ph/0306002 Phenomenology
+hep-ph/0306022 Phenomenology
+hep-ph/0306049 Phenomenology
+hep-ph/0306180 Phenomenology
+hep-ph/0306186 Phenomenology
+hep-ph/0306220 Phenomenology
+hep-ph/0306250 Phenomenology
+hep-ph/0307001 Phenomenology
+hep-ph/0307035 Phenomenology
+hep-ph/0307074 Phenomenology
+hep-ph/0307076 Phenomenology
+hep-ph/0307091 Phenomenology
+hep-ph/0307113 Phenomenology
+hep-ph/0307120 Phenomenology
+hep-ph/0307144 Phenomenology
+hep-ph/0307223 Phenomenology
+hep-ph/0307273 Phenomenology
+hep-ph/0307331 Phenomenology
+hep-ph/0307334 Phenomenology
+hep-ph/0307397 Phenomenology
+hep-ph/0308031 Phenomenology
+hep-ph/0308039 Phenomenology
+hep-ph/0308044 Phenomenology
+hep-ph/0308045 Phenomenology
+hep-ph/0308068 Phenomenology
+hep-ph/0308096 Phenomenology
+hep-ph/0308115 Phenomenology
+hep-ph/0308119 Phenomenology
+hep-ph/0308165 Phenomenology
+hep-ph/0308231 Phenomenology
+hep-ph/0308246 Phenomenology
+hep-ph/0309043 Phenomenology
+hep-ph/0309165 Phenomenology
+hep-ph/0309174 Phenomenology
+hep-ph/0309291 Phenomenology
+hep-ph/0309305 Phenomenology
+hep-ph/0309323 Phenomenology
+hep-ph/0310020 Phenomenology
+hep-ph/0310201 Phenomenology
+hep-ph/0311082 Phenomenology
+hep-ph/0311177 Phenomenology
+hep-ph/0311206 Phenomenology
+hep-ph/0311254 Phenomenology
+hep-ph/0311290 Phenomenology
+hep-ph/0311304 Phenomenology
+hep-ph/0311345 Phenomenology
+hep-ph/0311348 Phenomenology
+hep-ph/0312002 Phenomenology
+hep-ph/0312067 Phenomenology
+hep-ph/0312125 Phenomenology
+hep-ph/0312159 Phenomenology
+hep-ph/0312186 Phenomenology
+hep-ph/0312189 Phenomenology
+hep-ph/0312237 Phenomenology
+hep-ph/0312264 Phenomenology
+hep-ph/0401002 Phenomenology
+hep-ph/0401014 Phenomenology
+hep-ph/0401024 Phenomenology
+hep-ph/0401041 Phenomenology
+hep-ph/0401087 Phenomenology
+hep-ph/0401092 Phenomenology
+hep-ph/0401115 Phenomenology
+hep-ph/0401133 Phenomenology
+hep-ph/0401158 Phenomenology
+hep-ph/0402045 Phenomenology
+hep-ph/0402076 Phenomenology
+hep-ph/0402121 Phenomenology
+hep-ph/0402134 Phenomenology
+hep-ph/0402155 Phenomenology
+hep-ph/0402178 Phenomenology
+hep-ph/0402241 Phenomenology
+hep-ph/0402281 Phenomenology
+hep-ph/0403278 Phenomenology
+hep-ph/0404034 Phenomenology
+hep-ph/0404103 Phenomenology
+hep-ph/0404111 Phenomenology
+hep-ph/0404119 Phenomenology
+hep-ph/0404182 Phenomenology
+hep-ph/0404285 Phenomenology
+hep-ph/0405066 Phenomenology
+hep-ph/0405193 Phenomenology
+hep-ph/0406007 Phenomenology
+hep-ph/0406020 Phenomenology
+hep-ph/0406046 Phenomenology
+hep-ph/0406096 Phenomenology
+hep-ph/0406160 Phenomenology
+hep-ph/0406221 Phenomenology
+hep-ph/0406262 Phenomenology
+hep-ph/0407241 Phenomenology
+hep-ph/0407340 Phenomenology
+hep-ph/0408155 Phenomenology
+hep-ph/0408295 Phenomenology
+hep-ph/0408296 Phenomenology
+hep-ph/0408308 Phenomenology
+hep-ph/0408315 Phenomenology
+hep-ph/0409021 Phenomenology
+hep-ph/0409259 Phenomenology
+hep-ph/0409266 Phenomenology
+hep-ph/0409291 Phenomenology
+hep-ph/0409310 Phenomenology
+hep-ph/0410068 Phenomenology
+hep-ph/0410094 Phenomenology
+hep-ph/0410135 Phenomenology
+hep-ph/0410157 Phenomenology
+hep-ph/0410170 Phenomenology
+hep-ph/0410212 Phenomenology
+hep-ph/0410216 Phenomenology
+hep-ph/0410295 Phenomenology
+hep-ph/0410312 Phenomenology
+hep-ph/0410386 Phenomenology
+hep-ph/0411018 Phenomenology
+hep-ph/0411111 Phenomenology
+hep-ph/0411112 Phenomenology
+hep-ph/0411136 Phenomenology
+hep-ph/0411331 Phenomenology
+hep-ph/0411382 Phenomenology
+hep-ph/0412018 Phenomenology
+hep-ph/0412104 Phenomenology
+hep-ph/0412116 Phenomenology
+hep-ph/0412118 Phenomenology
+hep-ph/0412153 Phenomenology
+hep-ph/0412241 Phenomenology
+hep-ph/0412259 Phenomenology
+hep-ph/0501091 Phenomenology
+hep-ph/0501144 Phenomenology
+hep-ph/0501164 Phenomenology
+hep-ph/0501189 Phenomenology
+hep-ph/0501237 Phenomenology
+hep-ph/0502031 Phenomenology
+hep-ph/0502106 Phenomenology
+hep-ph/0502112 Phenomenology
+hep-ph/0502118 Phenomenology
+hep-ph/0502189 Phenomenology
+hep-ph/0502243 Phenomenology
+hep-ph/0503016 Phenomenology
+hep-ph/0503022 Phenomenology
+hep-ph/0503070 Phenomenology
+hep-ph/0503098 Phenomenology
+hep-ph/0503107 Phenomenology
+hep-ph/0503176 Phenomenology
+hep-ph/0503188 Phenomenology
+hep-ph/0504092 Phenomenology
+hep-ph/0504115 Phenomenology
+hep-ph/0504137 Phenomenology
+hep-ph/0504146 Phenomenology
+hep-ph/0504165 Phenomenology
+hep-ph/0504190 Phenomenology
+hep-ph/0505075 Phenomenology
+hep-ph/0505238 Phenomenology
+hep-ph/0505251 Phenomenology
+hep-ph/0505252 Phenomenology
+hep-ph/0505269 Phenomenology
+hep-ph/0506037 Phenomenology
+hep-ph/0506185 Phenomenology
+hep-ph/0506212 Phenomenology
+hep-ph/0506214 Phenomenology
+hep-ph/0506262 Phenomenology
+hep-ph/0506288 Phenomenology
+hep-ph/0507032 Phenomenology
+hep-ph/0507045 Phenomenology
+hep-ph/0507061 Phenomenology
+hep-ph/0507131 Phenomenology
+hep-ph/0507176 Phenomenology
+hep-ph/0507178 Phenomenology
+hep-ph/0507196 Phenomenology
+hep-ph/0508044 Phenomenology
+hep-ph/0508047 Phenomenology
+hep-ph/0508055 Phenomenology
+hep-ph/0508077 Phenomenology
+hep-ph/0508130 Phenomenology
+hep-ph/0508157 Phenomenology
+hep-ph/0508203 Phenomenology
+hep-ph/0508250 Phenomenology
+hep-ph/0509041 Phenomenology
+hep-ph/0509090 Phenomenology
+hep-ph/0509161 Phenomenology
+hep-ph/0510235 Phenomenology
+hep-ph/0510332 Phenomenology
+hep-ph/0510404 Phenomenology
+hep-ph/0511002 Phenomenology
+hep-ph/0511248 Phenomenology
+hep-ph/0512171 Phenomenology
+hep-ph/0601080 Phenomenology
+hep-ph/0602109 Phenomenology
+hep-ph/0603237 Phenomenology
+hep-ph/0604101 Phenomenology
+hep-ph/0604110 Phenomenology
+hep-ph/0604126 Phenomenology
+hep-ph/0605166 Phenomenology
+hep-ph/0605231 Phenomenology
+hep-ph/0605326 Phenomenology
+hep-ph/0606179 Phenomenology
+hep-ph/0606277 Phenomenology
+hep-ph/0607185 Phenomenology
+hep-ph/0608208 Phenomenology
+hep-th/0104254 Theory
+hep-th/0108220 Theory
+hep-th/0110066 Theory
+hep-th/0110109 Theory
+hep-th/0112139 Theory
+hep-th/0201183 Theory
+hep-th/0201248 Theory
+hep-th/0202050 Theory
+hep-th/0202067 Theory
+hep-th/0202069 Theory
+hep-th/0202139 Theory
+hep-th/0202197 Theory
+hep-th/0203110 Theory
+hep-th/0203184 Theory
+hep-th/0203236 Theory
+hep-th/0204025 Theory
+hep-th/0204072 Theory
+hep-th/0204110 Theory
+hep-th/0204152 Theory
+hep-th/0204154 Theory
+hep-th/0204187 Theory
+hep-th/0204204 Theory
+hep-th/0204231 Theory
+hep-th/0205006 Theory
+hep-th/0205014 Theory
+hep-th/0205033 Theory
+hep-th/0205038 Theory
+hep-th/0205122 Theory
+hep-th/0205134 Theory
+hep-th/0205163 Theory
+hep-th/0205178 Theory
+hep-th/0205180 Theory
+hep-th/0205182 Theory
+hep-th/0205184 Theory
+hep-th/0205193 Theory
+hep-th/0205204 Theory
+hep-th/0205216 Theory
+hep-th/0206070 Theory
+hep-th/0206091 Theory
+hep-th/0206092 Theory
+hep-th/0206093 Theory
+hep-th/0206094 Theory
+hep-th/0206153 Theory
+hep-th/0206183 Theory
+hep-th/0206185 Theory
+hep-th/0206208 Theory
+hep-th/0206223 Theory
+hep-th/0206234 Theory
+hep-th/0206238 Theory
+hep-th/0206255 Theory
+hep-th/0207051 Theory
+hep-th/0207077 Theory
+hep-th/0207106 Theory
+hep-th/0207131 Theory
+hep-th/0207159 Theory
+hep-th/0207163 Theory
+hep-th/0207177 Theory
+hep-th/0207181 Theory
+hep-th/0207197 Theory
+hep-th/0207199 Theory
+hep-th/0207211 Theory
+hep-th/0207212 Theory
+hep-th/0207221 Theory
+hep-th/0207246 Theory
+hep-th/0208009 Theory
+hep-th/0208059 Theory
+hep-th/0208103 Theory
+hep-th/0208110 Theory
+hep-th/0208111 Theory
+hep-th/0208137 Theory
+hep-th/0208139 Theory
+hep-th/0208151 Theory
+hep-th/0208171 Theory
+hep-th/0208182 Theory
+hep-th/0208190 Theory
+hep-th/0208202 Theory
+hep-th/0209003 Theory
+hep-th/0209009 Theory
+hep-th/0209012 Theory
+hep-th/0209047 Theory
+hep-th/0209064 Theory
+hep-th/0209068 Theory
+hep-th/0209085 Theory
+hep-th/0209102 Theory
+hep-th/0209125 Theory
+hep-th/0209132 Theory
+hep-th/0209145 Theory
+hep-th/0209166 Theory
+hep-th/0209184 Theory
+hep-th/0209186 Theory
+hep-th/0209220 Theory
+hep-th/0209236 Theory
+hep-th/0209237 Theory
+hep-th/0210011 Theory
+hep-th/0210014 Theory
+hep-th/0210043 Theory
+hep-th/0210067 Theory
+hep-th/0210087 Theory
+hep-th/0210101 Theory
+hep-th/0210123 Theory
+hep-th/0210137 Theory
+hep-th/0210139 Theory
+hep-th/0210153 Theory
+hep-th/0210158 Theory
+hep-th/0210168 Theory
+hep-th/0210169 Theory
+hep-th/0210196 Theory
+hep-th/0210219 Theory
+hep-th/0210241 Theory
+hep-th/0210246 Theory
+hep-th/0210280 Theory
+hep-th/0211011 Theory
+hep-th/0211092 Theory
+hep-th/0211103 Theory
+hep-th/0211113 Theory
+hep-th/0211148 Theory
+hep-th/0211172 Theory
+hep-th/0211181 Theory
+hep-th/0211183 Theory
+hep-th/0211189 Theory
+hep-th/0211192 Theory
+hep-th/0211196 Theory
+hep-th/0211201 Theory
+hep-th/0211246 Theory
+hep-th/0211268 Theory
+hep-th/0211279 Theory
+hep-th/0211282 Theory
+hep-th/0211283 Theory
+hep-th/0212003 Theory
+hep-th/0212020 Theory
+hep-th/0212024 Theory
+hep-th/0212028 Theory
+hep-th/0212042 Theory
+hep-th/0212051 Theory
+hep-th/0212057 Theory
+hep-th/0212064 Theory
+hep-th/0212069 Theory
+hep-th/0212079 Theory
+hep-th/0212084 Theory
+hep-th/0212103 Theory
+hep-th/0212116 Theory
+hep-th/0212135 Theory
+hep-th/0212138 Theory
+hep-th/0212139 Theory
+hep-th/0212158 Theory
+hep-th/0212175 Theory
+hep-th/0212181 Theory
+hep-th/0212186 Theory
+hep-th/0212194 Theory
+hep-th/0212198 Theory
+hep-th/0212214 Theory
+hep-th/0212218 Theory
+hep-th/0212219 Theory
+hep-th/0212231 Theory
+hep-th/0212239 Theory
+hep-th/0212273 Theory
+hep-th/0212276 Theory
+hep-th/0212343 Theory
+hep-th/0301011 Theory
+hep-th/0301021 Theory
+hep-th/0301035 Theory
+hep-th/0301055 Theory
+hep-th/0301058 Theory
+hep-th/0301062 Theory
+hep-th/0301075 Theory
+hep-th/0301083 Theory
+hep-th/0301095 Theory
+hep-th/0301123 Theory
+hep-th/0301147 Theory
+hep-th/0301157 Theory
+hep-th/0301164 Theory
+hep-th/0301184 Theory
+hep-th/0301232 Theory
+hep-th/0301241 Theory
+hep-th/0301243 Theory
+hep-th/0301250 Theory
+hep-th/0302015 Theory
+hep-th/0302019 Theory
+hep-th/0302020 Theory
+hep-th/0302021 Theory
+hep-th/0302050 Theory
+hep-th/0302074 Theory
+hep-th/0302093 Theory
+hep-th/0302106 Theory
+hep-th/0302140 Theory
+hep-th/0302152 Theory
+hep-th/0302182 Theory
+hep-th/0302190 Theory
+hep-th/0303015 Theory
+hep-th/0303018 Theory
+hep-th/0303051 Theory
+hep-th/0303056 Theory
+hep-th/0303077 Theory
+hep-th/0303082 Theory
+hep-th/0303123 Theory
+hep-th/0303140 Theory
+hep-th/0303167 Theory
+hep-th/0303173 Theory
+hep-th/0303182 Theory
+hep-th/0303183 Theory
+hep-th/0303210 Theory
+hep-th/0303211 Theory
+hep-th/0303213 Theory
+hep-th/0303220 Theory
+hep-th/0303235 Theory
+hep-th/0303243 Theory
+hep-th/0303244 Theory
+hep-th/0304007 Theory
+hep-th/0304045 Theory
+hep-th/0304053 Theory
+hep-th/0304059 Theory
+hep-th/0304114 Theory
+hep-th/0304127 Theory
+hep-th/0304178 Theory
+hep-th/0304191 Theory
+hep-th/0304214 Theory
+hep-th/0304237 Theory
+hep-th/0304246 Theory
+hep-th/0305063 Theory
+hep-th/0305081 Theory
+hep-th/0305098 Theory
+hep-th/0305160 Theory
+hep-th/0305183 Theory
+hep-th/0305195 Theory
+hep-th/0305235 Theory
+hep-th/0305263 Theory
+hep-th/0306022 Theory
+hep-th/0306030 Theory
+hep-th/0306038 Theory
+hep-th/0306087 Theory
+hep-th/0306090 Theory
+hep-th/0306095 Theory
+hep-th/0306098 Theory
+hep-th/0306113 Theory
+hep-th/0306142 Theory
+hep-th/0306148 Theory
+hep-th/0306158 Theory
+hep-th/0306164 Theory
+hep-th/0306180 Theory
+hep-th/0306195 Theory
+hep-th/0306213 Theory
+hep-th/0306227 Theory
+hep-th/0306228 Theory
+hep-th/0306232 Theory
+hep-th/0306282 Theory
+hep-th/0306290 Theory
+hep-th/0307004 Theory
+hep-th/0307006 Theory
+hep-th/0307029 Theory
+hep-th/0307058 Theory
+hep-th/0307076 Theory
+hep-th/0307125 Theory
+hep-th/0307152 Theory
+hep-th/0307153 Theory
+hep-th/0307189 Theory
+hep-th/0307203 Theory
+hep-th/0307206 Theory
+hep-th/0307221 Theory
+hep-th/0307222 Theory
+hep-th/0307254 Theory
+hep-th/0307282 Theory
+hep-th/0307300 Theory
+hep-th/0308014 Theory
+hep-th/0308020 Theory
+hep-th/0308024 Theory
+hep-th/0308101 Theory
+hep-th/0308123 Theory
+hep-th/0308131 Theory
+hep-th/0308146 Theory
+hep-th/0308152 Theory
+hep-th/0308191 Theory
+hep-th/0308202 Theory
+hep-th/0309019 Theory
+hep-th/0309021 Theory
+hep-th/0309028 Theory
+hep-th/0309031 Theory
+hep-th/0309037 Theory
+hep-th/0309050 Theory
+hep-th/0309087 Theory
+hep-th/0309147 Theory
+hep-th/0309195 Theory
+hep-th/0309212 Theory
+hep-th/0309230 Theory
+hep-th/0309258 Theory
+hep-th/0309267 Theory
+hep-th/0310011 Theory
+hep-th/0310025 Theory
+hep-th/0310035 Theory
+hep-th/0310070 Theory
+hep-th/0310090 Theory
+hep-th/0310136 Theory
+hep-th/0310152 Theory
+hep-th/0310176 Theory
+hep-th/0310181 Theory
+hep-th/0310190 Theory
+hep-th/0310228 Theory
+hep-th/0310232 Theory
+hep-th/0310256 Theory
+hep-th/0310263 Theory
+hep-th/0311002 Theory
+hep-th/0311028 Theory
+hep-th/0311065 Theory
+hep-th/0311073 Theory
+hep-th/0311119 Theory
+hep-th/0311132 Theory
+hep-th/0311147 Theory
+hep-th/0311154 Theory
+hep-th/0311157 Theory
+hep-th/0311164 Theory
+hep-th/0311190 Theory
+hep-th/0311220 Theory
+hep-th/0312004 Theory
+hep-th/0312025 Theory
+hep-th/0312026 Theory
+hep-th/0312028 Theory
+hep-th/0312037 Theory
+hep-th/0312168 Theory
+hep-th/0312215 Theory
+hep-th/0312228 Theory
+hep-th/0312236 Theory
+hep-th/0312244 Theory
+hep-th/0312262 Theory
+hep-th/0312264 Theory
+hep-th/0312272 Theory
+hep-th/0312297 Theory
+hep-th/0312301 Theory
+hep-th/0401005 Theory
+hep-th/0401014 Theory
+hep-th/0401112 Theory
+hep-th/0401133 Theory
+hep-th/0402007 Theory
+hep-th/0402027 Theory
+hep-th/0402107 Theory
+hep-th/0402156 Theory
+hep-th/0402177 Theory
+hep-th/0402179 Theory
+hep-th/0402191 Theory
+hep-th/0402211 Theory
+hep-th/0402217 Theory
+hep-th/0403058 Theory
+hep-th/0403068 Theory
+hep-th/0403082 Theory
+hep-th/0403085 Theory
+hep-th/0403093 Theory
+hep-th/0403133 Theory
+hep-th/0403157 Theory
+hep-th/0403233 Theory
+hep-th/0403243 Theory
+hep-th/0403253 Theory
+hep-th/0403261 Theory
+hep-th/0403272 Theory
+hep-th/0404003 Theory
+hep-th/0404062 Theory
+hep-th/0404063 Theory
+hep-th/0404064 Theory
+hep-th/0404081 Theory
+hep-th/0404082 Theory
+hep-th/0404089 Theory
+hep-th/0404104 Theory
+hep-th/0404114 Theory
+hep-th/0404119 Theory
+hep-th/0404137 Theory
+hep-th/0404250 Theory
+hep-th/0405037 Theory
+hep-th/0405049 Theory
+hep-th/0405065 Theory
+hep-th/0405149 Theory
+hep-th/0405259 Theory
+hep-th/0406017 Theory
+hep-th/0406065 Theory
+hep-th/0406066 Theory
+hep-th/0406148 Theory
+hep-th/0406193 Theory
+hep-th/0406200 Theory
+hep-th/0406246 Theory
+hep-th/0407060 Theory
+hep-th/0407098 Theory
+hep-th/0407106 Theory
+hep-th/0407214 Theory
+hep-th/0407253 Theory
+hep-th/0408060 Theory
+hep-th/0408079 Theory
+hep-th/0408087 Theory
+hep-th/0408146 Theory
+hep-th/0408174 Theory
+hep-th/0408192 Theory
+hep-th/0408194 Theory
+hep-th/0409009 Theory
+hep-th/0409017 Theory
+hep-th/0409039 Theory
+hep-th/0409045 Theory
+hep-th/0409052 Theory
+hep-th/0409056 Theory
+hep-th/0409067 Theory
+hep-th/0409069 Theory
+hep-th/0409086 Theory
+hep-th/0409089 Theory
+hep-th/0409095 Theory
+hep-th/0409120 Theory
+hep-th/0409175 Theory
+hep-th/0409226 Theory
+hep-th/0409261 Theory
+hep-th/0409305 Theory
+hep-th/0409311 Theory
+hep-th/0410014 Theory
+hep-th/0410118 Theory
+hep-th/0410171 Theory
+hep-th/0410195 Theory
+hep-th/0410203 Theory
+hep-th/0410215 Theory
+hep-th/0410269 Theory
+hep-th/0410283 Theory
+hep-th/0410293 Theory
+hep-th/0411032 Theory
+hep-th/0411035 Theory
+hep-th/0411043 Theory
+hep-th/0411133 Theory
+hep-th/0411159 Theory
+hep-th/0411181 Theory
+hep-th/0411201 Theory
+hep-th/0411208 Theory
+hep-th/0411239 Theory
+hep-th/0411242 Theory
+hep-th/0411258 Theory
+hep-th/0412004 Theory
+hep-th/0412008 Theory
+hep-th/0412074 Theory
+hep-th/0412146 Theory
+hep-th/0412153 Theory
+hep-th/0412154 Theory
+hep-th/0412164 Theory
+hep-th/0412216 Theory
+hep-th/0412224 Theory
+hep-th/0412254 Theory
+hep-th/0412303 Theory
+hep-th/0412310 Theory
+hep-th/0412329 Theory
+hep-th/0501012 Theory
+hep-th/0501047 Theory
+hep-th/0501049 Theory
+hep-th/0501077 Theory
+hep-th/0501090 Theory
+hep-th/0501111 Theory
+hep-th/0501223 Theory
+hep-th/0501246 Theory
+hep-th/0502003 Theory
+hep-th/0502004 Theory
+hep-th/0502018 Theory
+hep-th/0502026 Theory
+hep-th/0502044 Theory
+hep-th/0502066 Theory
+hep-th/0502073 Theory
+hep-th/0502075 Theory
+hep-th/0502117 Theory
+hep-th/0502123 Theory
+hep-th/0502128 Theory
+hep-th/0502215 Theory
+hep-th/0503017 Theory
+hep-th/0503084 Theory
+hep-th/0503113 Theory
+hep-th/0503121 Theory
+hep-th/0503122 Theory
+hep-th/0503125 Theory
+hep-th/0503137 Theory
+hep-th/0503157 Theory
+hep-th/0503179 Theory
+hep-th/0504002 Theory
+hep-th/0504088 Theory
+hep-th/0504102 Theory
+hep-th/0504158 Theory
+hep-th/0504191 Theory
+hep-th/0504199 Theory
+hep-th/0504204 Theory
+hep-th/0504211 Theory
+hep-th/0505039 Theory
+hep-th/0505068 Theory
+hep-th/0505071 Theory
+hep-th/0505083 Theory
+hep-th/0505092 Theory
+hep-th/0505095 Theory
+hep-th/0505114 Theory
+hep-th/0505141 Theory
+hep-th/0505208 Theory
+hep-th/0505234 Theory
+hep-th/0505253 Theory
+hep-th/0505259 Theory
+hep-th/0505277 Theory
+hep-th/0506033 Theory
+hep-th/0506034 Theory
+hep-th/0506039 Theory
+hep-th/0506054 Theory
+hep-th/0506056 Theory
+hep-th/0506061 Theory
+hep-th/0506096 Theory
+hep-th/0506168 Theory
+hep-th/0506172 Theory
+hep-th/0506185 Theory
+hep-th/0506191 Theory
+hep-th/0506251 Theory
+hep-th/0506257 Theory
+hep-th/0507002 Theory
+hep-th/0507027 Theory
+hep-th/0507030 Theory
+hep-th/0507057 Theory
+hep-th/0507062 Theory
+hep-th/0507080 Theory
+hep-th/0507084 Theory
+hep-th/0507106 Theory
+hep-th/0507112 Theory
+hep-th/0507130 Theory
+hep-th/0507133 Theory
+hep-th/0507134 Theory
+hep-th/0507169 Theory
+hep-th/0507244 Theory
+hep-th/0507249 Theory
+hep-th/0507273 Theory
+hep-th/0507275 Theory
+hep-th/0507288 Theory
+hep-th/0508052 Theory
+hep-th/0508101 Theory
+hep-th/0508107 Theory
+hep-th/0508124 Theory
+hep-th/0508158 Theory
+hep-th/0508169 Theory
+hep-th/0508241 Theory
+hep-th/0509009 Theory
+hep-th/0509048 Theory
+hep-th/0510109 Theory
+hep-th/0510249 Theory
+hep-th/0511039 Theory
+hep-th/0511062 Theory
+hep-th/0511134 Theory
+hep-th/0511234 Theory
+hep-th/0512154 Theory
+hep-th/0602219 Theory
+hep-th/0603011 Theory
+hep-th/0603203 Theory
+hep-th/0605211 Theory
+hep-th/0611344 Theory
+math-ph/0310036
+math-ph/0310042
+math-ph/0402031
+math-ph/0407049
+math-ph/0510065
+math/0004119 General Topology
+math/0011205 Dynamical Systems
+math/0104185 Dynamical Systems
+math/0301036 Quantum Algebra
+math/0304150 Quantum Algebra
+math/0311153 Group Theory
+math/0402080 Number Theory
+math/0506253 Group Theory
+math/0511060 Complex Variables
+math/0512397 Classical Analysis and ODEs
+math/0602444 Group Theory
+math/0605066 Complex Variables
+math/0609688 Probability
+math/0701312 Algebraic Geometry
+math/0702661 Number Theory
+nucl-ex/0207005
+nucl-ex/0401033
+nucl-ex/0412038
+nucl-th/0111050
+nucl-th/0303046
+nucl-th/0306067
+nucl-th/0407019
+nucl-th/0409040
+nucl-th/0409046
+nucl-th/0502039
+nucl-th/0506073
+nucl-th/0509027
+physics/0012004 Atomic Physics
+quant-ph/0208071
+quant-ph/0302170
+quant-ph/0407068
+quant-ph/0411177
+quant-ph/0603169
+quant-ph/0610244
+quant-ph/0611202
+0707.1502 Group Theory
+0710.2061
+0712.3859 Geometric Topology
+0802.4393 Physics and Society
+0805.0348 Differential Geometry
+0809.3204 Artificial Intelligence
+0811.0095 Quantum Algebra
+0812.0579 Soft Condensed Matter
+0812.4242 Cellular Automata and Lattice Gases
+0901.0262 Theory
+0901.3446
+0901.4021 Phenomenology
+0902.1268
+0902.1890 Strongly Correlated Electrons
+0902.3631 Distributed, Parallel, and Cluster Computing
+0902.4611 Algebraic Geometry
+0902.4697 Phenomenology
+0903.0347 Phenomenology
+0903.2309
+0903.4583 Classical Analysis and ODEs
+0904.0161 Classical Physics
+0905.2342 Superconductivity
+0905.4915 Other Condensed Matter
+0906.0017 Strongly Correlated Electrons
+0906.1346 Distributed, Parallel, and Cluster Computing
+0906.1996 Probability
+0906.3890 Operator Algebras
+0906.4045 Mesoscale and Nanoscale Physics
+0907.0002 Combinatorics
+0908.1526
+0908.3207 Mesoscale and Nanoscale Physics
+0908.3400 Data Analysis, Statistics and Probability
+0909.0033 Classical Analysis and ODEs
+0909.4219
+0909.4690 Algebraic Geometry
+0910.0822 Theory
+0910.1957
+0910.4226 Analysis of PDEs
+0910.4264
+0910.5055
+0910.5614 Soft Condensed Matter
+0911.1950
+0911.4713 Superconductivity
+0912.0408 Number Theory
+0912.2267 Differential Geometry
+0912.3323 Information Theory
+0912.3575 Materials Science
+0912.4361 Phenomenology
+0912.5022 Quantum Gases
+0912.5121
+1001.0796 Soft Condensed Matter
+1001.1785
+1002.0618 Statistical Mechanics
+1002.0653 Materials Science
+1002.2018 Materials Science
+1002.2582 Strongly Correlated Electrons
+1002.5034 Data Structures and Algorithms
+1003.0392 Atmospheric and Oceanic Physics
+1003.0682 Phenomenology
+1003.0712 Theory
+1003.1047
+1003.1344 Pricing of Securities
+1003.2626 Mesoscale and Nanoscale Physics
+1003.3303
+1003.5608 Chemical Physics
+1004.3009 Theory
+1004.3034 Experiment
+1004.3180 Theory
+1004.3877
+1004.4641 Symbolic Computation
+1005.2420
+1005.4195 Analysis of PDEs
+1006.0940 Solar and Stellar Astrophysics
+1006.1269 Quantum Gases
+1006.1627 Solar and Stellar Astrophysics
+1006.2782 Dynamical Systems
+1006.4058 Solar and Stellar Astrophysics
+1006.5158 Classical Analysis and ODEs
+1006.5343 Optics
+1006.5617 Classical Analysis and ODEs
+1006.5626 Classical Analysis and ODEs
+1007.0253 Dynamical Systems
+1007.0910 Solar and Stellar Astrophysics
+1007.1414 Probability
+1007.1923
+1007.1956 Number Theory
+1007.2715 Earth and Planetary Astrophysics
+1007.2718
+1007.2855 Information Theory
+1007.2860 Molecular Networks
+1007.2863 Medical Physics
+1007.2871 Combinatorics
+1007.2872 General Physics
+1007.2878 Superconductivity
+1007.2882
+1007.2883 Physics and Society
+1007.2884 Category Theory
+1007.2888 Astrophysics of Galaxies
+1007.2893 Numerical Analysis
+1007.2895 Probability
+1007.2896 Representation Theory
+1007.2897 Representation Theory
+1007.2898 General Physics
+1007.2902 Distributed, Parallel, and Cluster Computing
+1007.2903 Phenomenology
+1007.2909 Optics
+1007.2911 Phenomenology
+1007.2918
+1007.2920 Cellular Automata and Lattice Gases
+1007.2921
+1007.2923 Phenomenology
+1007.2945 Information Theory
+1007.2947 Instrumentation and Detectors
+1007.2952
+1007.2956 Experiment
+1007.2958 Computer Vision and Pattern Recognition
+1007.2970 Analysis of PDEs
+1007.2975
+1007.2976
+1007.2980 Information Retrieval
+1007.2981 Distributed, Parallel, and Cluster Computing
+1007.2986 Probability
+1007.2988 Biological Physics
+1007.2991 Biological Physics
+1007.2992 Phenomenology
+1007.2997 Analysis of PDEs
+1007.2999 Experiment
+1007.3000 Probability
+1007.3001 Classical Analysis and ODEs
+1007.3007 Analysis of PDEs
+1007.3008 Experiment
+1007.3011 Group Theory
+1007.3016 Differential Geometry
+1007.3017 Populations and Evolution
+1007.3018 History and Overview
+1007.3019 Experiment
+1007.3020 Complex Variables
+1007.3024 Differential Geometry
+1007.3025 Probability
+1007.3029 Soft Condensed Matter
+1007.3038 Algebraic Geometry
+1007.3039 Functional Analysis
+1007.3044 Soft Condensed Matter
+1007.3046 Cryptography and Security
+1007.3047 Number Theory
+1007.3049 Combinatorics
+1007.3051 General Physics
+1007.3054
+1007.3056 Astrophysics of Galaxies
+1007.3058 Networking and Internet Architecture
+1007.3070 Number Theory
+1007.3071 Statistical Mechanics
+1007.3073 Disordered Systems and Neural Networks
+1007.3074 Numerical Analysis
+1007.3077 Instrumentation and Detectors
+1007.3087 Instrumentation and Detectors
+1007.3088 Solar and Stellar Astrophysics
+1007.3091 Algebraic Geometry
+1007.3102 Cosmology and Nongalactic Astrophysics
+1007.3105 Information Theory
+1007.3106 Functional Analysis
+1007.3110 Functional Analysis
+1007.3112
+1007.3115 Probability
+1007.3119
+1007.3129
+1007.3130 Probability
+1007.3131 Chaotic Dynamics
+1007.3132 General Physics
+1007.3134 Fluid Dynamics
+1007.3135 Instrumentation and Detectors
+1007.3139 Probability
+1007.3148 Functional Analysis
+1007.3149 Rings and Algebras
+1007.3153 Algebraic Geometry
+1007.3156 Materials Science
+1007.3157 Data Structures and Algorithms
+1007.3159 Artificial Intelligence
+1007.3164 Commutative Algebra
+1007.3167 Chemical Physics
+1007.3172 Analysis of PDEs
+1007.3173 Operator Algebras
+1007.3176 Solar and Stellar Astrophysics
+1007.3177 Classical Physics
+1007.3178 Experiment
+1007.3181 Computational Geometry
+1007.3184 Biomolecules
+1007.3185 Phenomenology
+1007.3192
+1007.3195 Cosmology and Nongalactic Astrophysics
+1007.3196 Methodology
+1007.3198 Cosmology and Nongalactic Astrophysics
+1007.3201 Probability
+1007.3205 Methodology
+1007.3206 Phenomenology
+1007.3207 Applications
+1007.3208 Information Retrieval
+1007.3210 Other Statistics
+1007.3219 Applications
+1007.3223 Artificial Intelligence
+1007.3225 Applications
+1007.3226 Materials Science
+1007.3232 Exactly Solvable and Integrable Systems
+1007.3234 Spectral Theory
+1007.3239 History and Overview
+1007.3244 Computational Geometry
+astro-ph/0607371
+cond-mat/0210563 Disordered Systems and Neural Networks
+cond-mat/0301147 Disordered Systems and Neural Networks
+cond-mat/0312586 Statistical Mechanics
+cond-mat/0701621 Mesoscale and Nanoscale Physics
+cs/0310046 Computational Complexity
+cs/0407015 Computational Complexity
+math-ph/0605035
+math/0011158 Dynamical Systems
+physics/0702040 Fluid Dynamics
+quant-ph/0501178
+quant-ph/0511197
+quant-ph/0602088
+quant-ph/0703192
+0705.1863 Probability
+0705.3999 Phenomenology
+0803.3480 Complex Variables
+0805.2370
+0806.4644 Statistical Mechanics
+0810.0004 Soft Condensed Matter
+0901.0982
+0902.0068 Probability
+0902.2277 Symplectic Geometry
+0903.3232 Phenomenology
+0905.2235 Molecular Networks
+0905.3506 Phenomenology
+0907.2689 Theory
+0907.3778
+0908.3417 Algebraic Topology
+0909.3863 Probability
+0910.2247 Dynamical Systems
+0911.4254 Analysis of PDEs
+0912.1778 Representation Theory
+0912.4736 Probability
+1001.3119
+1001.3136 Phenomenology
+1001.3401 Probability
+1001.4885
+1002.1078 General Physics
+1002.3361 Phenomenology
+1003.0023 Theory
+1003.3613 Digital Libraries
+1003.4253 Biological Physics
+1005.0917 Artificial Intelligence
+1005.0950 Digital Libraries
+1005.1029 Mesoscale and Nanoscale Physics
+1005.2136 Superconductivity
+1005.3275 Commutative Algebra
+1005.3298
+1005.3312 Superconductivity
+1005.4793 Mesoscale and Nanoscale Physics
+1005.5654
+1006.1534 Materials Science
+1006.2324 Quantum Gases
+1006.3133 Statistical Mechanics
+1006.3911 Quantum Gases
+1006.3943
+1006.5490 Trading and Market Microstructure
+1007.0203 Theory
+1007.1811 Information Theory
+1007.2488
+1007.3647 Solar and Stellar Astrophysics
+1008.0898 Materials Science
+1009.0140 Mesoscale and Nanoscale Physics
+1009.2659 Probability
+1009.3612
+1009.3724 Accelerator Physics
+1009.3798 Logic in Computer Science
+1009.3945 Solar and Stellar Astrophysics
+1009.3948 Optimization and Control
+1009.3951 Cryptography and Security
+1009.3953 Quantum Gases
+1009.3958 Learning
+1009.3960 Cosmology and Nongalactic Astrophysics
+1009.3961 Systems and Control
+1009.3962 Astrophysics of Galaxies
+1009.3970 Applications
+1009.3976 Combinatorics
+1009.3978 Analysis of PDEs
+1009.3982 Logic in Computer Science
+1009.3983 Number Theory
+1009.3984 Data Structures and Algorithms
+1009.3985 Number Theory
+1009.3990 Number Theory
+1009.3991 Combinatorics
+1009.3994 Differential Geometry
+1009.3996 Algebraic Geometry
+1009.3999 Probability
+1009.4000 Cryptography and Security
+1009.4009 Algebraic Geometry
+1009.4012 Cryptography and Security
+1009.4013 Social and Information Networks
+1009.4017 Algebraic Geometry
+1009.4019 Computers and Society
+1009.4020 Programming Languages
+1009.4021 Algebraic Geometry
+1009.4023 Quantum Gases
+1009.4031
+1009.4034 Representation Theory
+1009.4038 Materials Science
+1009.4045 Differential Geometry
+1009.4046 Information Theory
+1009.4047 Representation Theory
+1009.4048 Distributed, Parallel, and Cluster Computing
+1009.4055 Algebraic Geometry
+1009.4057 Solar and Stellar Astrophysics
+1009.4058 Fluid Dynamics
+1009.4060 Functional Analysis
+1009.4064 Representation Theory
+1009.4068 Differential Geometry
+1009.4069 Atomic Physics
+1009.4070 Statistics Theory
+1009.4090 Probability
+1009.4091 Networking and Internet Architecture
+1009.4092 Analysis of PDEs
+1009.4095 Algebraic Geometry
+1009.4096 Probability
+1009.4098 Analysis of PDEs
+1009.4102 Data Structures and Algorithms
+1009.4103 Astrophysics of Galaxies
+1009.4109
+1009.4112 Solar and Stellar Astrophysics
+1009.4127 General Physics
+1009.4128 Information Theory
+1009.4136 Group Theory
+1009.4137 Mesoscale and Nanoscale Physics
+1009.4142 Risk Management
+1009.4150 Solar and Stellar Astrophysics
+1009.4153 Discrete Mathematics
+1009.4154 Materials Science
+1009.4162 Materials Science
+1009.4167 Subcellular Processes
+1009.4175 Theory
+1009.4178 Experiment
+1009.4186 Cosmology and Nongalactic Astrophysics
+cond-mat/0002350 Mesoscale and Nanoscale Physics
+cond-mat/0003029 Materials Science
+cond-mat/0012470 Mesoscale and Nanoscale Physics
+cond-mat/0102079 Materials Science
+cond-mat/0102308 Mesoscale and Nanoscale Physics
+cond-mat/0106643 Disordered Systems and Neural Networks
+cond-mat/0203362 Mesoscale and Nanoscale Physics
+cond-mat/0302395 Mesoscale and Nanoscale Physics
+cond-mat/0305197 Soft Condensed Matter
+cond-mat/0306041 Mesoscale and Nanoscale Physics
+cond-mat/0311190 Statistical Mechanics
+cond-mat/0405694 Mesoscale and Nanoscale Physics
+cond-mat/0611413 Statistical Mechanics
+cond-mat/9503064
+cond-mat/9611237 Statistical Mechanics
+cond-mat/9809167 Materials Science
+cond-mat/9812207 Materials Science
+cond-mat/9906174 Materials Science
+math-ph/0701038
+quant-ph/0003051
+quant-ph/0602191
+quant-ph/0607076
+0704.0009
+0704.0253
+0704.0488
+0705.1619 Mesoscale and Nanoscale Physics
+0709.2013 Functional Analysis
+0711.0947 Rings and Algebras
+0801.2911
+0804.0424 Phenomenology
+0807.1108
+0808.0622 Group Theory
+0809.5110 Number Theory
+0810.2991
+0810.5104 Theory
+0811.0381 Discrete Mathematics
+0811.3116 Computational Complexity
+0901.4045 Phenomenology
+0903.0472 Algebraic Topology
+0903.2512
+0903.2921 Functional Analysis
+0903.3162
+0903.5061 Statistics Theory
+0905.3939 Algebraic Geometry
+0905.4493 Other Condensed Matter
+0906.3783
+0906.4893 Chaotic Dynamics
+0906.5565 Theory
+0907.0300 Probability
+0907.1075 Group Theory
+0907.1636 Theory
+0907.2821 Superconductivity
+0907.4981 Cosmology and Nongalactic Astrophysics
+0907.4987 Cosmology and Nongalactic Astrophysics
+0908.0490 Superconductivity
+0908.2978 Mesoscale and Nanoscale Physics
+0909.0243
+0909.0977 Theory
+0909.2762 Mesoscale and Nanoscale Physics
+0910.3584 Probability
+0910.5245 Theory
+0910.5509 Theory
+0910.5555 Phenomenology
+0911.1399 Theory
+0911.1746
+0911.3239 Theory
+0911.3762
+0911.4831 Superconductivity
+0911.5029 Lattice
+0911.5050 Statistical Mechanics
+0911.5662 Statistical Mechanics
+0912.1366 Theory
+0912.1667 Lattice
+0912.2009 Soft Condensed Matter
+0912.3122 Strongly Correlated Electrons
+1001.1233 Complex Variables
+1001.2650 Cosmology and Nongalactic Astrophysics
+1001.3165 Probability
+1001.4273 Computation and Language
+1001.5036 Solar and Stellar Astrophysics
+1001.5375 Mesoscale and Nanoscale Physics
+1002.0878 Data Analysis, Statistics and Probability
+1002.3300 Plasma Physics
+1002.3369 Statistical Mechanics
+1003.1669 Plasma Physics
+1003.2117 Logic
+1003.3245 Instrumentation and Methods for Astrophysics
+1003.3246 Differential Geometry
+1003.3249 Medical Physics
+1003.3255 Probability
+1003.3258 Logic
+1003.3262 Algebraic Geometry
+1003.3265 Analysis of PDEs
+1003.3266 Computer Vision and Pattern Recognition
+1003.3269 Functional Analysis
+1003.3277 Mesoscale and Nanoscale Physics
+1003.3279 Learning
+1003.3283 Representation Theory
+1003.3286 Probability
+1003.3288 Lattice
+1003.3292 Number Theory
+1003.3296 Number Theory
+1003.3297 Number Theory
+1003.3298 Number Theory
+1003.3300 Number Theory
+1003.3302 Complex Variables
+1003.3305 Distributed, Parallel, and Cluster Computing
+1003.3319 Spectral Theory
+1003.3330 Software Engineering
+1003.3332 Dynamical Systems
+1003.3336 Classical Analysis and ODEs
+1003.3338 Software Engineering
+1003.3344 Physics and Society
+1003.3352 Numerical Analysis
+1003.3356 Cosmology and Nongalactic Astrophysics
+1003.3362 Applications
+1003.3364 Dynamical Systems
+1003.3369 Materials Science
+1003.3370 Databases
+1003.3371 Differential Geometry
+1003.3372 Functional Analysis
+1003.3375 Functional Analysis
+1003.3376 Combinatorics
+1003.3377 Functional Analysis
+1003.3379 Functional Analysis
+1003.3380 Mesoscale and Nanoscale Physics
+1003.3381 Analysis of PDEs
+1003.3382 Functional Analysis
+1003.3385
+1003.3386 Information Theory
+1003.3391 Molecular Networks
+1003.3392 General Mathematics
+1003.3393 High Energy Astrophysical Phenomena
+1003.3395 Numerical Analysis
+1003.3396 Networking and Internet Architecture
+1003.3404 Algebraic Geometry
+1003.3414 Materials Science
+1003.3418 Data Structures and Algorithms
+1003.3433 Phenomenology
+1003.3434 Complex Variables
+1003.3439 Statistics Theory
+1003.3441 Optics
+astro-ph/0605475
+astro-ph/0608148
+astro-ph/0608306
+astro-ph/0612365
+cond-mat/0601550 Mesoscale and Nanoscale Physics
+cond-mat/0611281 Materials Science
+cond-mat/9806160 Statistical Mechanics
+hep-th/0605074 Theory
+math/0409129 Algebraic Geometry
+math/0505417 Differential Geometry
+math/0609358 Functional Analysis
+math/0701559 Algebraic Geometry
+physics/0703077 Medical Physics
+quant-ph/0102142
+quant-ph/0703224
+0709.3939 Rings and Algebras
+0711.3067 Algebraic Geometry
+0711.3070 Algebraic Geometry
+0711.4800
+0712.3557 Geometric Topology
+0802.2566 Strongly Correlated Electrons
+0802.2697
+0804.1194
+0805.4388 Strongly Correlated Electrons
+0806.3109 Classical Analysis and ODEs
+0806.3428 Classical Analysis and ODEs
+0809.0028 Differential Geometry
+0809.1987 Strongly Correlated Electrons
+0809.3444
+0809.3533
+0809.4651 Complex Variables
+0810.0183 Complex Variables
+0810.4882 Symplectic Geometry
+0811.0223 Soft Condensed Matter
+0811.1893
+0811.4228
+0811.4673
+0812.0559
+0812.1672
+0812.3821 Strongly Correlated Electrons
+0812.3944 Analysis of PDEs
+0812.5081
+0901.0184 Phenomenology
+0902.0853 Cosmology and Nongalactic Astrophysics
+0902.3458 Strongly Correlated Electrons
+0902.4489 Cosmology and Nongalactic Astrophysics
+0903.2859 Theory
+0904.3199 Solar and Stellar Astrophysics
+0904.4245 Theory
+0905.1349
+0905.1979 Atomic Physics
+0905.2327 Methodology
+0905.3415 Theory
+0905.3504 Combinatorics
+0905.4580 Differential Geometry
+0906.1809 Statistical Mechanics
+0906.2618 Lattice
+0906.3408 Geometric Topology
+0906.5357 Cosmology and Nongalactic Astrophysics
+0906.5421
+0907.1105 Phenomenology
+0907.2343 Statistical Mechanics
+0907.3145 Phenomenology
+0908.0172 Complex Variables
+0908.1781 Differential Geometry
+0908.1889 Lattice
+0908.1893 Lattice
+0908.2500
+0908.3152 Accelerator Physics
+0908.3442 Strongly Correlated Electrons
+0908.3860 Experiment
+0909.1433 Phenomenology
+0909.2698 Phenomenology
+0909.2870 Theory
+0909.3285
+0909.3462
+0909.4238
+0909.4667 Phenomenology
+0910.0302 Mesoscale and Nanoscale Physics
+0910.0364 Statistical Mechanics
+0910.0434
+0910.1787 Networking and Internet Architecture
+0910.1972 Phenomenology
+0910.2307 Theory
+0910.2355 Phenomenology
+0910.2835
+0910.3041
+0910.3627 Phenomenology
+0910.4293 Plasma Physics
+0910.4605 Experiment
+0910.5787
+0911.0400 Theory
+0911.0455 Phenomenology
+0911.0568 Phenomenology
+0911.0895 Phenomenology
+0911.1134 Phenomenology
+0911.1276 Theory
+0911.1345 Theory
+0911.1351 Instrumentation and Detectors
+0911.1918
+0911.1935 Phenomenology
+0911.1944 Phenomenology
+0911.1990 Theory
+0911.2060 Mesoscale and Nanoscale Physics
+0911.2299 Phenomenology
+0911.2389 Phenomenology
+0911.2437 Phenomenology
+0911.2559
+0911.2670 Phenomenology
+0911.3229 Theory
+0911.3380 Theory
+0911.3613 Phenomenology
+0911.3733 Strongly Correlated Electrons
+0911.3862
+0911.3907
+0911.3934 Phenomenology
+0911.3981 Phenomenology
+0911.4112
+0911.4113 K-Theory and Homology
+0911.4163 Optics
+0911.4242 Statistical Mechanics
+0911.5212 Theory
+0911.5269 Soft Condensed Matter
+0912.0030 Theory
+0912.0067 Phenomenology
+0912.0119 Phenomenology
+0912.0190 Phenomenology
+0912.0208 Theory
+0912.0240
+0912.0570
+0912.0707 Phenomenology
+0912.0749 Phenomenology
+0912.0934 Theory
+0912.2631 Phenomenology
+0912.2824 Accelerator Physics
+0912.2887 Mesoscale and Nanoscale Physics
+0912.2954 Theory
+0912.3712 Theory
+0912.4356
+0912.4722 Phenomenology
+0912.4833
+0912.4926 Phenomenology
+0912.5038 Phenomenology
+0912.5218 Networking and Internet Architecture
+0912.5270 Phenomenology
+0912.5535 Theory
+1001.0760 Phenomenology
+1001.0766 Theory
+1001.0779 Theory
+1001.1103 Theory
+1001.2001 Theory
+1001.2738 Information Theory
+1001.3261 Chemical Physics
+1001.3761 Mesoscale and Nanoscale Physics
+1001.3827 Solar and Stellar Astrophysics
+1001.4441 Differential Geometry
+1001.4720 Quantum Gases
+1001.4922
+1001.4995 Cosmology and Nongalactic Astrophysics
+1002.0517 Soft Condensed Matter
+1002.0679 Mesoscale and Nanoscale Physics
+1002.3806 Superconductivity
+1003.1071
+1003.1668 Theory
+1003.2042 Differential Geometry
+1003.2043 Differential Geometry
+1003.2044 Differential Geometry
+1003.5929 Atomic Physics
+1004.0495
+1004.2534 Cosmology and Nongalactic Astrophysics
+1004.3344 Cosmology and Nongalactic Astrophysics
+1004.3364 Cosmology and Nongalactic Astrophysics
+1004.3731 Phenomenology
+1004.4112 Phenomenology
+1004.4199 Theory
+1004.4312 Instrumentation and Methods for Astrophysics
+1004.4374 Combinatorics
+1004.4426 Phenomenology
+1005.0327 Combinatorics
+1005.0657 Cryptography and Security
+1005.0683 Numerical Analysis
+1005.0753 Tissues and Organs
+1005.0776 Tissues and Organs
+1005.0840 Astrophysics of Galaxies
+1005.0845 Spectral Theory
+1005.0848 Instrumentation and Methods for Astrophysics
+1005.0852 Materials Science
+1005.0853 Materials Science
+1005.0854 Software Engineering
+1005.0869 General Physics
+1005.0871 Differential Geometry
+1005.0875 Analysis of PDEs
+1005.0879 Information Theory
+1005.0880 Computer Science and Game Theory
+1005.0883 Cosmology and Nongalactic Astrophysics
+1005.0887 Commutative Algebra
+1005.0888 Statistical Mechanics
+1005.0897 Learning
+1005.0899 Genomics
+1005.0905 Networking and Internet Architecture
+1005.0907 Computer Vision and Pattern Recognition
+1005.0911 Analysis of PDEs
+1005.0912 Computational Geometry
+1005.0913 Functional Analysis
+1005.0919 Cryptography and Security
+1005.0921 Computational Geometry
+1005.0925 Distributed, Parallel, and Cluster Computing
+1005.0929 Spectral Theory
+1005.0931 Other Computer Science
+1005.0933 Algebraic Geometry
+1005.0936 Analysis of PDEs
+1005.0938 Category Theory
+1005.0939 Complex Variables
+1005.0940 Cryptography and Security
+1005.0941 Materials Science
+1005.0944 Networking and Internet Architecture
+1005.0949 Category Theory
+1005.0952 Networking and Internet Architecture
+1005.0957 Neural and Evolutionary Computing
+1005.0959 Other Computer Science
+1005.0961 Information Retrieval
+1005.0963 Other Computer Science
+1005.0965 Neural and Evolutionary Computing
+1005.0967 Cryptography and Security
+1005.0968 Algebraic Geometry
+1005.0970 Strongly Correlated Electrons
+1005.0971 Astrophysics of Galaxies
+1005.0972 Databases
+1005.0973
+1005.0974 Geometric Topology
+1005.0975 Differential Geometry
+1005.0976 Networking and Internet Architecture
+1005.0980 Algebraic Geometry
+1005.0981 Symplectic Geometry
+1005.0982 Computational Geometry
+1005.0985 Solar and Stellar Astrophysics
+1005.0987 History and Philosophy of Physics
+1005.0988 Combinatorics
+1005.0989 Quantum Algebra
+1005.0990 Symbolic Computation
+1005.0991 Earth and Planetary Astrophysics
+1005.0998 Analysis of PDEs
+1005.1004 Rings and Algebras
+1005.1012 High Energy Astrophysical Phenomena
+1005.1014 Instrumentation and Methods for Astrophysics
+1005.1016
+1005.1019 Optics
+1005.1021 Phenomenology
+1005.1022 Other Condensed Matter
+1005.1027 Statistics Theory
+1005.1034 Programming Languages
+1005.1040 Differential Geometry
+1005.1060 Solar and Stellar Astrophysics
+1005.1061
+cond-mat/0309099 Strongly Correlated Electrons
+cond-mat/0503685 Statistical Mechanics
+cond-mat/0509279 Soft Condensed Matter
+cond-mat/0609608 Statistical Mechanics
+hep-ph/0610121 Phenomenology
+hep-th/9301106 Theory
+hep-th/9612019 Theory
+math/0305140 Differential Geometry
+math/0412121 Algebraic Geometry
+physics/0703183 General Physics
+0708.1428 Functional Analysis
+0709.2080 Functional Analysis
+0710.3794 Geometric Topology
+0803.1834
+0807.0836 Combinatorics
+0808.3705 Mesoscale and Nanoscale Physics
+0810.2357
+0810.2990 Number Theory
+0812.3813 Analysis of PDEs
+0901.3306
+0903.2457 Quantum Algebra
+0903.3135 Statistical Mechanics
+0903.4826 Information Theory
+0905.3640 Computer Science and Game Theory
+0906.2369 Computation and Language
+0909.2164 Mesoscale and Nanoscale Physics
+0909.4633 Quantum Gases
+0910.0459 Theory
+0910.5080 Number Theory
+0911.2365
+0911.3244 Differential Geometry
+0911.4517
+0912.0301 Statistical Mechanics
+0912.1239 Quantum Gases
+0912.2229 Mesoscale and Nanoscale Physics
+0912.4434 Methodology
+0912.4716 Mesoscale and Nanoscale Physics
+1001.4155 Astrophysics of Galaxies
+1001.4576 Materials Science
+1002.0706 Mesoscale and Nanoscale Physics
+1002.2496 Statistical Mechanics
+1002.3350 Superconductivity
+1002.4060 Combinatorics
+1003.0256 General Physics
+1003.0715 Mesoscale and Nanoscale Physics
+1003.3593 Differential Geometry
+1003.4534 Rings and Algebras
+1004.4864 Learning
+1004.4997 Other Condensed Matter
+1004.5473 Mesoscale and Nanoscale Physics
+1005.0523
+1005.0612
+1005.1243 General Mathematics
+1005.1428 Cryptography and Security
+1005.1950 Statistical Mechanics
+1005.1951 Combinatorics
+1005.1956 Adaptation and Self-Organizing Systems
+1005.1957 Combinatorics
+1005.1962 Theory
+1005.1972 Algebraic Geometry
+1005.1976 Biological Physics
+1005.1985 Materials Science
+1005.1986 Adaptation and Self-Organizing Systems
+1005.1987 Logic
+1005.1995 High Energy Astrophysical Phenomena
+1005.1996 Functional Analysis
+1005.1999 Operator Algebras
+1005.2002 Algebraic Topology
+1005.2010 Differential Geometry
+1005.2017 Probability
+1005.2019 Number Theory
+1005.2027 Distributed, Parallel, and Cluster Computing
+1005.2029 Classical Analysis and ODEs
+1005.2033 Classical Analysis and ODEs
+1005.2037 Distributed, Parallel, and Cluster Computing
+1005.2048 Representation Theory
+1005.2049 Other Condensed Matter
+1005.2054 Other Condensed Matter
+1005.2062 Classical Physics
+1005.2064 Solar and Stellar Astrophysics
+1005.2065 Exactly Solvable and Integrable Systems
+1005.2070 Analysis of PDEs
+1005.2072 Software Engineering
+1005.2078 Optimization and Control
+1005.2080 Algebraic Geometry
+1005.2085 Differential Geometry
+1005.2086 Numerical Analysis
+1005.2092 Superconductivity
+1005.2096 Analysis of PDEs
+1005.2110 Theory
+1005.2116 Phenomenology
+1005.2120 Materials Science
+1005.2124 Phenomenology
+1005.2132
+1005.2137 Methodology
+1005.2143 Statistical Mechanics
+1005.2149 Spectral Theory
+1005.2164 Functional Analysis
+math/0202047 Group Theory
+math/0501046 Combinatorics
+math/0502563 Group Theory
+math/0504100 Symplectic Geometry
+math/0605052 Complex Variables
+math/0607376 Geometric Topology
+math/9802120 Algebraic Geometry
+0704.3447 Optics
+0803.2450 Analysis of PDEs
+0805.2658 Strongly Correlated Electrons
+0806.0017 Dynamical Systems
+0806.2542 Statistical Mechanics
+0807.2769 Optimization and Control
+0807.3249 Popular Physics
+0809.0038 Strongly Correlated Electrons
+0809.1079 Classical Analysis and ODEs
+0810.3445 Analysis of PDEs
+0812.2404
+0812.4595 Atomic Physics
+0901.0826
+0902.1005 Analysis of PDEs
+0902.3152 Group Theory
+0902.3505 Materials Science
+0904.0406 Number Theory
+0904.1798 Pricing of Securities
+0905.0353 Superconductivity
+0905.1181
+0906.0855 Category Theory
+0906.1650
+0906.2067 General Physics
+0906.2297
+0906.3734 Operator Algebras
+0906.4059 Dynamical Systems
+0907.1185 Probability
+0907.4066 Numerical Analysis
+0907.4968 Classical Analysis and ODEs
+0907.5390 Phenomenology
+0908.1085 Soft Condensed Matter
+0909.1323 Representation Theory
+0910.1772 Probability
+0910.2191
+0910.5626 Differential Geometry
+0911.0208 Statistical Mechanics
+0911.0211 Statistical Mechanics
+0911.2658 Soft Condensed Matter
+0911.2920 Mesoscale and Nanoscale Physics
+0912.0596 Statistical Mechanics
+0912.2161 Quantum Algebra
+0912.2292 Algebraic Geometry
+0912.2683 Optics
+0912.2873 Applications
+0912.4761 Number Theory
+1001.0586 Statistical Mechanics
+1001.1122 Neural and Evolutionary Computing
+1001.2870 Phenomenology
+1001.3945 Chaotic Dynamics
+1002.1842 Statistical Mechanics
+1002.3259 Soft Condensed Matter
+1003.0050
+1003.0098 General Mathematics
+1003.0919
+1003.1238 General Physics
+1003.2249 Statistical Mechanics
+1003.2413 Optics
+1003.3394 Cellular Automata and Lattice Gases
+1003.3437 Soft Condensed Matter
+1003.3962 Materials Science
+1003.4246
+1003.4998 Astrophysics of Galaxies
+1003.5303 Operating Systems
+1003.5381 Mesoscale and Nanoscale Physics
+1003.5443 Differential Geometry
+1004.0676
+1004.1409 Cosmology and Nongalactic Astrophysics
+1004.1601 Mesoscale and Nanoscale Physics
+1004.1938 Information Theory
+1004.2389 Disordered Systems and Neural Networks
+1004.3763 Materials Science
+1004.4570 Superconductivity
+1005.0688
+1005.1028
+1005.1274 Complex Variables
+1005.1553 Classical Physics
+1005.1583 Soft Condensed Matter
+1005.1593 Machine Learning
+1005.1598 Group Theory
+1005.1725 Analysis of PDEs
+1005.3201 Algebraic Geometry
+1005.3345 Differential Geometry
+1005.3622 Physics and Society
+1005.3865 Strongly Correlated Electrons
+1005.4021 Software Engineering
+1005.4040
+1005.5394 Mesoscale and Nanoscale Physics
+1006.0656 Fluid Dynamics
+1006.0721 Number Theory
+1006.0861 Computers and Society
+1006.0948 Experiment
+1006.0961 Group Theory
+1006.1210 Information Theory
+1006.1486 Astrophysics of Galaxies
+1006.2622 Phenomenology
+1006.3531 Probability
+1006.3555 General Physics
+1006.4971 Materials Science
+1006.5194 Solar and Stellar Astrophysics
+1006.5364 High Energy Astrophysical Phenomena
+1006.5367 Learning
+1006.5733 Chaotic Dynamics
+1007.0099 Materials Science
+1007.0338 Theory
+1007.0999
+1007.1045 Formal Languages and Automata Theory
+1007.1166 Data Structures and Algorithms
+1007.1181
+1007.1191 Optimization and Control
+1007.1410 Applications
+1007.1594 Superconductivity
+1007.2066 Analysis of PDEs
+1007.2152 Data Structures and Algorithms
+1007.2161 Classical Analysis and ODEs
+1007.2238 Optimization and Control
+1007.2290 Number Theory
+1007.2379 Probability
+1007.2597 Differential Geometry
+1007.2734
+1007.2774 Popular Physics
+1007.3035 Materials Science
+1007.3143 Solar and Stellar Astrophysics
+1007.3517 Quantum Algebra
+1007.3546 Combinatorics
+1007.3569 Logic in Computer Science
+1007.3689 Popular Physics
+1007.4052 Phenomenology
+1007.4065 Networking and Internet Architecture
+1007.4066 Networking and Internet Architecture
+1007.4068 Networking and Internet Architecture
+1007.4207 Phenomenology
+1007.4217 Astrophysics of Galaxies
+1007.4218 Differential Geometry
+1007.4220 Differential Geometry
+1007.4222 Metric Geometry
+1007.4224 Disordered Systems and Neural Networks
+1007.4227
+1007.4229 Materials Science
+1007.4231 Algebraic Topology
+1007.4232
+1007.4236 Information Theory
+1007.4238 Metric Geometry
+1007.4241 Instrumentation and Detectors
+1007.4248 Operator Algebras
+1007.4252
+1007.4254 Algebraic Topology
+1007.4261 Fluid Dynamics
+1007.4263 Combinatorics
+1007.4264 Probability
+1007.4268 Programming Languages
+1007.4270 Algebraic Geometry
+1007.4276
+1007.4283 Algebraic Geometry
+1007.4284 Number Theory
+1007.4286 Networking and Internet Architecture
+1007.4288 Functional Analysis
+1007.4301 Networking and Internet Architecture
+1007.4303 Software Engineering
+1007.4305 Representation Theory
+1007.4312 Probability
+1007.4314 Probability
+1007.4316 Analysis of PDEs
+1007.4319 Spectral Theory
+1007.4321
+1007.4324 Information Retrieval
+1007.4325
+1007.4330 Classical Analysis and ODEs
+1007.4332 Cosmology and Nongalactic Astrophysics
+1007.4334 Statistics Theory
+1007.4336 Solar and Stellar Astrophysics
+1007.4342 Analysis of PDEs
+1007.4343 Analysis of PDEs
+1007.4346
+1007.4354 Atomic Physics
+1007.4356 Complex Variables
+1007.4365 Algebraic Geometry
+1007.4371 Information Theory
+1007.4388
+1007.4392 Differential Geometry
+1007.4401 Materials Science
+1007.4416 Materials Science
+1007.4419 Biological Physics
+1007.4424 Dynamical Systems
+1007.4425 Atomic Physics
+1007.4427 Probability
+1007.4438 Distributed, Parallel, and Cluster Computing
+1007.4443
+1007.4445 Solar and Stellar Astrophysics
+1007.4448 Algebraic Geometry
+1007.4454 Experiment
+1007.4455 Functional Analysis
+1007.4457 Biomolecules
+1007.4459 Operator Algebras
+1007.4460 Computational Physics
+1007.4461 Biomolecules
+1007.4463 Group Theory
+1007.4465 Hardware Architecture
+1007.4467 Biomolecules
+1007.4471 Biomolecules
+1007.4475 Functional Analysis
+1007.4476 Logic in Computer Science
+1007.4477 Differential Geometry
+1007.4486 General Physics
+1007.4488 Complex Variables
+1007.4489 Operator Algebras
+1007.4490 Biomolecules
+1007.4495
+1007.4503 Mesoscale and Nanoscale Physics
+1007.4508 Probability
+1007.4515 Materials Science
+1007.4518 Numerical Analysis
+1007.4521 Biomolecules
+1007.4523 Multiagent Systems
+1007.4527 Molecular Networks
+1007.4528 Statistics Theory
+1007.4530 Soft Condensed Matter
+1007.4536 Statistical Mechanics
+1007.4540 Information Theory
+1007.4542 Information Theory
+astro-ph/0606169
+cond-mat/0012050
+cond-mat/0512467 Mesoscale and Nanoscale Physics
+cond-mat/9909434
+gr-qc/9504036
+math/0009139 Differential Geometry
+math/0403448 Geometric Topology
+math/0505461 Analysis of PDEs
+math/0507061 Classical Analysis and ODEs
+math/0606595 Probability
+math/0608400 Probability
+math/0612007 Number Theory
+nucl-ex/0604019
+physics/0703019 General Physics
+0804.1559 Differential Geometry
+0805.0126 Soft Condensed Matter
+0807.1949 Numerical Analysis
+0809.3160 Materials Science
+0810.3783 Numerical Analysis
+0811.1313 Algebraic Topology
+0812.0692 Statistical Mechanics
+0812.4901 Analysis of PDEs
+0902.2314 Analysis of PDEs
+0904.2957 Logic
+0905.1336 Analysis of PDEs
+0907.4282 Instrumentation and Methods for Astrophysics
+0908.1312 Disordered Systems and Neural Networks
+0908.1551 Probability
+0908.3729 Phenomenology
+0909.0045
+0909.0091
+0909.4767 Information Theory
+0910.2813 Soft Condensed Matter
+0911.0577 Data Structures and Algorithms
+0911.1166 Numerical Analysis
+0911.2443 Spectral Theory
+0911.5013 Biological Physics
+0911.5147 Analysis of PDEs
+0912.0139
+0912.0141
+0912.0398 Soft Condensed Matter
+0912.2081
+0912.3625 Disordered Systems and Neural Networks
+0912.4455
+1001.0503
+1001.1444 Theory
+1001.3348 Theory
+1002.2305 Optics
+1002.2712 Phenomenology
+1002.3212 Mesoscale and Nanoscale Physics
+1002.3771 Mesoscale and Nanoscale Physics
+1002.5042 Mesoscale and Nanoscale Physics
+1003.0600 Quantum Gases
+1003.2507 Materials Science
+1003.3805 Mesoscale and Nanoscale Physics
+1003.5127
+1004.0134 Dynamical Systems
+1004.0661 Soft Condensed Matter
+1004.2391 Disordered Systems and Neural Networks
+1004.2625 Statistical Mechanics
+1004.2855 Theory
+1004.3149
+1004.3719 Distributed, Parallel, and Cluster Computing
+1004.4099
+1004.4824 Physics and Society
+1004.4934
+1004.5266
+1005.0830 Symbolic Computation
+1005.1333 Strongly Correlated Electrons
+1005.1644 Phenomenology
+1005.2954 Differential Geometry
+1005.3534 Plasma Physics
+1005.3640 Metric Geometry
+1005.4578 Phenomenology
+1006.0980 Materials Science
+1006.2507 High Energy Astrophysical Phenomena
+1006.3052 Soft Condensed Matter
+1006.4213 Soft Condensed Matter
+1007.0555 Materials Science
+1007.0654 Materials Science
+1007.4109 Networking and Internet Architecture
+1007.4446 Programming Languages
+1007.5259 Optics
+1008.0996 Disordered Systems and Neural Networks
+1008.1237 Analysis of PDEs
+1008.4021 Algebraic Geometry
+1008.5186 Chaotic Dynamics
+1008.5364 Operator Algebras
+1009.0028 Number Theory
+1009.0423 Mesoscale and Nanoscale Physics
+1009.0895 Functional Analysis
+1009.0988 Superconductivity
+1009.1390 Other Condensed Matter
+1009.1391 Spectral Theory
+1009.1402 Cosmology and Nongalactic Astrophysics
+1009.1403
+1009.1404 Software Engineering
+1009.1407 Software Engineering
+1009.1408 Superconductivity
+1009.1412 Software Engineering
+1009.1416 Astrophysics of Galaxies
+1009.1427 Representation Theory
+1009.1429 Functional Analysis
+1009.1430 Commutative Algebra
+1009.1439 History and Overview
+1009.1441 Logic
+1009.1446 Trading and Market Microstructure
+1009.1447 Disordered Systems and Neural Networks
+1009.1449 Theory
+1009.1458 Analysis of PDEs
+1009.1460 Information Theory
+1009.1464 Probability
+1009.1466 Digital Libraries
+1009.1467 Probability
+1009.1469
+1009.1470 General Physics
+1009.1472 Commutative Algebra
+1009.1474 Soft Condensed Matter
+1009.1477 Phenomenology
+1009.1478 Multimedia
+1009.1480 Differential Geometry
+1009.1489 Analysis of PDEs
+1009.1495 Phenomenology
+1009.1498 Adaptation and Self-Organizing Systems
+1009.1500 Geometric Topology
+1009.1502 Analysis of PDEs
+1009.1504 Optics
+1009.1505 Operator Algebras
+1009.1512 Information Theory
+1009.1519 Phenomenology
+1009.1520 Materials Science
+1009.1522 Functional Analysis
+1009.1525 Earth and Planetary Astrophysics
+1009.1526 Networking and Internet Architecture
+1009.1533 Information Theory
+1009.1536 Fluid Dynamics
+1009.1541 Disordered Systems and Neural Networks
+1009.1543 Probability
+1009.1544 Cryptography and Security
+1009.1547 Differential Geometry
+1009.1555 Applications
+1009.1559 Superconductivity
+1009.1564 Strongly Correlated Electrons
+1009.1576 Analysis of PDEs
+1009.1578 Chemical Physics
+1009.1582 Plasma Physics
+1009.1585 Optimization and Control
+1009.1586 Materials Science
+1009.1588 Materials Science
+1009.1590 Geophysics
+1009.1591 Number Theory
+1009.1593
+1009.1594 Optimization and Control
+1009.1600 Analysis of PDEs
+1009.1601 Statistical Mechanics
+1009.1602 Biological Physics
+1009.1603 Statistical Mechanics
+1009.1604 Networking and Internet Architecture
+1009.1605 Combinatorics
+1009.1608 Analysis of PDEs
+cond-mat/0604256 Statistical Mechanics
+cond-mat/0611159 Statistical Mechanics
+hep-ph/0604221 Phenomenology
+math/0703045 Logic
+0704.1746 Theory
+0706.1922 Superconductivity
+0706.3976 Strongly Correlated Electrons
+0707.3604
+0709.2864 Accelerator Physics
+0710.4012 Materials Science
+0711.1418
+0711.3273
+0711.4451
+0712.3483
+0801.4474
+0803.3511 Phenomenology
+0803.4488
+0804.0626 Algebraic Geometry
+0804.1901
+0804.2827
+0804.3026 Other Condensed Matter
+0805.0501 Information Theory
+0806.2869 Phenomenology
+0806.2899
+0807.1230 Pattern Formation and Solitons
+0807.1381 Atomic Physics
+0807.1751 Chemical Physics
+0807.1914
+0807.2368
+0807.3348 Mesoscale and Nanoscale Physics
+0807.4317
+0809.0441
+0809.0731
+0809.1541 Algebraic Geometry
+0809.2447 Experiment
+0809.2654 Probability
+0810.0621
+0810.4511 Geometric Topology
+0810.5772
+0811.0163
+0811.0299
+0811.1427
+0812.2207
+0812.2804
+0812.4223 Phenomenology
+0901.1748 Solar and Stellar Astrophysics
+0901.2810 Astrophysics of Galaxies
+0902.0204 Probability
+0902.0426 Chemical Physics
+0903.1904
+0903.5164 Cosmology and Nongalactic Astrophysics
+0904.0401 Theory
+0904.2770 Molecular Networks
+0904.3198 Theory
+0904.3448 Statistical Mechanics
+0904.3709 Number Theory
+0905.0901
+0905.1324
+0905.4345 Experiment
+0905.4563 Theory
+0905.4933
+0906.0195 Combinatorics
+0906.0230 Phenomenology
+0906.1642 Phenomenology
+0906.2523 Phenomenology
+0906.3107 Geometric Topology
+0906.4365 Solar and Stellar Astrophysics
+0907.0485
+0907.1378
+0907.3235 Cosmology and Nongalactic Astrophysics
+0907.4341 Phenomenology
+0907.4917 Theory
+0907.5447
+0908.0212 Phenomenology
+0908.0407 Theory
+0908.1214
+0908.2759 Theory
+0908.2947 Phenomenology
+0908.3195 Solar and Stellar Astrophysics
+0908.3303 Theory
+0908.3439
+0908.3857 Cosmology and Nongalactic Astrophysics
+0909.0761 Quantum Gases
+0909.2251 Cosmology and Nongalactic Astrophysics
+0909.3964 Mesoscale and Nanoscale Physics
+0909.4236 Phenomenology
+0910.0017 High Energy Astrophysical Phenomena
+0910.0592 Algebraic Topology
+0910.0771 Phenomenology
+0910.1276
+0910.1802 Experiment
+0910.2387 Theory
+0910.3459 Atomic Physics
+0910.4184 High Energy Astrophysical Phenomena
+0910.4391 Phenomenology
+0910.4985 Cosmology and Nongalactic Astrophysics
+0910.5029 Phenomenology
+0910.5248 Cosmology and Nongalactic Astrophysics
+0910.5494 Representation Theory
+0910.5646 Strongly Correlated Electrons
+0910.5659
+0910.5784
+0911.0118 Plasma Physics
+0911.0139 Phenomenology
+0911.0394 Theory
+0911.0422 Phenomenology
+0911.0605 Phenomenology
+0911.0620 Phenomenology
+0911.0853
+0911.0896 Cosmology and Nongalactic Astrophysics
+0911.1232 Experiment
+0911.1733 Chaotic Dynamics
+0911.2215 Lattice
+0911.2464 Phenomenology
+0911.3287 Phenomenology
+0911.3329 Phenomenology
+0911.3575 Strongly Correlated Electrons
+0911.3690 Atomic Physics
+0911.3991
+0911.4171
+0911.4253 Soft Condensed Matter
+0911.5178 Cosmology and Nongalactic Astrophysics
+0911.5226 Phenomenology
+0912.0481
+0912.0495 Phenomenology
+0912.0646 Strongly Correlated Electrons
+0912.1106
+0912.1319 Phenomenology
+0912.1696 Atomic Physics
+0912.1762 Phenomenology
+0912.1779 Dynamical Systems
+0912.2101
+0912.2247 Optics
+0912.2406 Chaotic Dynamics
+0912.2650
+0912.2722 Spectral Theory
+0912.2724
+0912.2920
+0912.3070 Phenomenology
+0912.3149 Phenomenology
+0912.3492 Materials Science
+0912.4060 Subcellular Processes
+0912.4177 Cosmology and Nongalactic Astrophysics
+0912.4202
+0912.4453 Phenomenology
+0912.4727 Geometric Topology
+0912.4813 Phenomenology
+0912.4999 Phenomenology
+0912.5108 Phenomenology
+0912.5483 Lattice
+1001.0104 Phenomenology
+1001.0155 Theory
+1001.0395
+1001.0486 Phenomenology
+1001.1340 Phenomenology
+1001.1684 Plasma Physics
+1001.1875
+1001.3312
+1001.4469
+1001.4580 Cosmology and Nongalactic Astrophysics
+1001.5210 Instrumentation and Methods for Astrophysics
+1001.5315 Theory
+1001.5393 Mesoscale and Nanoscale Physics
+1001.5396 Phenomenology
+1002.0268
+1002.0534
+1002.1026 Phenomenology
+1002.1425
+1002.2035
+1002.2051
+1002.2308 Theory
+1002.2586 Information Theory
+1002.3193 Rings and Algebras
+1002.3240
+1002.3459 Experiment
+1002.3580 Mesoscale and Nanoscale Physics
+1002.3624
+1002.3924
+1002.4111 Number Theory
+1002.4426 Other Condensed Matter
+1003.0468
+1003.0571
+1003.1524 Plasma Physics
+1003.1791
+1003.3089 Physics and Society
+1003.3901 High Energy Astrophysical Phenomena
+1003.3998 Group Theory
+1003.4107 Probability
+1003.4258 Theory
+1003.4636 Dynamical Systems
+1003.4788
+1003.5668 Disordered Systems and Neural Networks
+1004.1414
+1004.1871
+1004.3473 Lattice
+1004.4277 Information Theory
+1004.4293 Combinatorics
+1004.4421 Learning
+1004.4428 Other Computer Science
+1004.4519
+1004.4603 Cosmology and Nongalactic Astrophysics
+1004.4901 Computational Geometry
+1004.4909 Computers and Society
+1004.4917 Information Theory
+1004.4926 Solar and Stellar Astrophysics
+1004.4940 Cryptography and Security
+1004.4949 Information Theory
+1004.4956 Portfolio Management
+1004.4972 Materials Science
+1004.4977 Phenomenology
+1004.4985 Lattice
+1004.4992 Biomolecules
+1004.4998 Logic in Computer Science
+1004.4999 General Physics
+1004.5012 Data Structures and Algorithms
+1004.5014 Trading and Market Microstructure
+1004.5015 Probability
+1004.5026 Information Theory
+1004.5031 Machine Learning
+1004.5032 Representation Theory
+1004.5034 Logic in Computer Science
+1004.5037 Computational Finance
+1004.5040 Metric Geometry
+1004.5057
+1004.5071 Digital Libraries
+1004.5075 Materials Science
+1004.5077
+1004.5079 Mesoscale and Nanoscale Physics
+1004.5080 Computational Complexity
+1004.5082 Strongly Correlated Electrons
+1004.5089 Computational Physics
+1004.5090
+1004.5091
+1004.5095 Materials Science
+1004.5107 Adaptation and Self-Organizing Systems
+1004.5115 High Energy Astrophysical Phenomena
+astro-ph/0008464
+astro-ph/0111233
+astro-ph/0204285
+astro-ph/0411247
+astro-ph/0602033
+astro-ph/0602353
+astro-ph/0603855
+astro-ph/0701006
+astro-ph/0703236
+astro-ph/9407005
+astro-ph/9501113
+astro-ph/9808076
+cond-mat/0609426 Superconductivity
+hep-ph/9901368 Phenomenology
+nucl-th/0306057
+physics/0511013 Instrumentation and Detectors
+physics/0609177 Classical Physics
+0705.3820 Computational Geometry
+0708.1608 Group Theory
+0710.4071 Mesoscale and Nanoscale Physics
+0712.3744 Computation
+0801.0091 Number Theory
+0803.3082 Mesoscale and Nanoscale Physics
+0804.4834 Biomolecules
+0805.0330 Logic in Computer Science
+0805.1971 Computation
+0805.2031 Logic
+0805.2033 Logic
+0805.2038 Functional Analysis
+0805.2043 Functional Analysis
+0805.2046 Functional Analysis
+0805.2205 Combinatorics
+0807.0375 Probability
+0807.3580 Representation Theory
+0810.0741
+0811.0600 Analysis of PDEs
+0811.1097 Probability
+0902.3744
+0902.3880
+0902.4843 Dynamical Systems
+0903.5072 Chemical Physics
+0904.1805 Risk Management
+0904.2706 Atomic and Molecular Clusters
+0904.3098 Cosmology and Nongalactic Astrophysics
+0904.4437 Strongly Correlated Electrons
+0904.4667
+0905.0971 Algebraic Geometry
+0905.3647 Computational Physics
+0906.1023 Commutative Algebra
+0906.3475 Numerical Analysis
+0907.0760
+0907.1702
+0907.4827 Analysis of PDEs
+0907.5286 Chemical Physics
+0908.0658 Biomolecules
+0908.0970 Soft Condensed Matter
+0908.1266 Phenomenology
+0909.2758 Cosmology and Nongalactic Astrophysics
+0909.2874 Disordered Systems and Neural Networks
+0909.3501 Quantum Gases
+0909.3758 Atomic and Molecular Clusters
+0909.4535 Cosmology and Nongalactic Astrophysics
+0910.0660
+0910.0792 Strongly Correlated Electrons
+0910.1340 Algebraic Geometry
+0911.2780 Cosmology and Nongalactic Astrophysics
+0911.3510 Phenomenology
+0911.3878 Superconductivity
+0911.4307
+0911.4870
+0912.1613 Theory
+0912.4009
+0912.5015
+0912.5083 Chaotic Dynamics
+0912.5091 Combinatorics
+1001.0015 Cosmology and Nongalactic Astrophysics
+1001.0434 Phenomenology
+1001.1474 Analysis of PDEs
+1001.1732
+1001.2050 Information Theory
+1001.2158 Chemical Physics
+1001.3269 Operator Algebras
+1001.3406 Cosmology and Nongalactic Astrophysics
+1001.3895 Methodology
+1001.5121 Statistical Mechanics
+1002.0614 Probability
+1002.2395 Combinatorics
+1002.2622 Theory
+1002.3978 Differential Geometry
+1002.4684
+1003.0120 Learning
+1003.0207 Atmospheric and Oceanic Physics
+1003.0213 Quantum Gases
+1003.1206 Materials Science
+1003.1406 Statistical Mechanics
+1003.1555 Theory
+1003.2743 Strongly Correlated Electrons
+1004.1063
+1004.1533 Geometric Topology
+1004.2138 Statistics Theory
+1004.4991 Statistical Mechanics
+1004.5517 Computational Geometry
+1005.0511 Cosmology and Nongalactic Astrophysics
+1005.2166 Materials Science
+1005.4562 Chaotic Dynamics
+1005.5185 Rings and Algebras
+1005.5341
+1005.5462 Learning
+1006.1710 Phenomenology
+1006.2290 Algebraic Geometry
+1006.2345 Differential Geometry
+1006.2367 Superconductivity
+1006.2403 Information Theory
+1006.2405
+1006.2406
+1006.2407 Cryptography and Security
+1006.2411 Cryptography and Security
+1006.2412 Functional Analysis
+1006.2416 Combinatorics
+1006.2418 Optimization and Control
+1006.2419 Astrophysics of Galaxies
+1006.2420 Quantitative Methods
+1006.2422 Distributed, Parallel, and Cluster Computing
+1006.2425 Optimization and Control
+1006.2428 Algebraic Geometry
+1006.2429 Analysis of PDEs
+1006.2430
+1006.2433 Distributed, Parallel, and Cluster Computing
+1006.2439 Analysis of PDEs
+1006.2442 Algebraic Geometry
+1006.2443 Numerical Analysis
+1006.2445 Cosmology and Nongalactic Astrophysics
+1006.2447 Operator Algebras
+1006.2449 Numerical Analysis
+1006.2453 Numerical Analysis
+1006.2462 Spectral Theory
+1006.2467 Logic
+1006.2477 Accelerator Physics
+1006.2485
+1006.2486 Algebraic Geometry
+1006.2488 Classical Analysis and ODEs
+1006.2491 Experiment
+1006.2493 Combinatorics
+1006.2494 Materials Science
+1006.2495 Logic in Computer Science
+1006.2496 Other Condensed Matter
+1006.2499 Rings and Algebras
+1006.2500 Number Theory
+1006.2501 Symplectic Geometry
+1006.2502
+1006.2503 Earth and Planetary Astrophysics
+1006.2505 Number Theory
+1006.2517 Solar and Stellar Astrophysics
+1006.2520 Popular Physics
+1006.2527 Cell Behavior
+1006.2531 Functional Analysis
+1006.2538 Cosmology and Nongalactic Astrophysics
+1006.2539 Instrumentation and Detectors
+1006.2541 Probability
+1006.2542 Chemical Physics
+1006.2547 Experiment
+1006.2551
+1006.2552 Networking and Internet Architecture
+1006.2553 Optics
+1006.2554 Analysis of PDEs
+1006.2560 Combinatorics
+1006.2561 Combinatorics
+1006.2566 Disordered Systems and Neural Networks
+1006.2567 Dynamical Systems
+1006.2569 Analysis of PDEs
+1006.2570 Group Theory
+1006.2571 Combinatorics
+1006.2574 Analysis of PDEs
+1006.2576 Analysis of PDEs
+1006.2579 Analysis of PDEs
+1006.2582 Algebraic Geometry
+1006.2585 Probability
+1006.2588 Learning
+1006.2590 Dynamical Systems
+1006.2593
+1006.2608 Dynamical Systems
+1006.2614 Optimization and Control
+1006.2617 Operating Systems
+1006.2629 Chaotic Dynamics
+1006.2630 Analysis of PDEs
+1006.2632 Number Theory
+1006.2635 High Energy Astrophysical Phenomena
+1006.2637 Operating Systems
+1006.2642 Theory
+1006.2645
+1006.2650 Distributed, Parallel, and Cluster Computing
+1006.2657 General Physics
+1006.2661 Biological Physics
+1006.2664 Atomic and Molecular Clusters
+1006.2665 Functional Analysis
+1006.2667 Atomic and Molecular Clusters
+1006.2673 Functional Analysis
+1006.2677 Functional Analysis
+1006.2678 Functional Analysis
+1006.2679 Discrete Mathematics
+1006.2680 Networking and Internet Architecture
+1006.2682 Networking and Internet Architecture
+1006.2684 Networking and Internet Architecture
+1006.2687 Combinatorics
+1006.2689 Networking and Internet Architecture
+1006.2690 Probability
+1006.2691 Networking and Internet Architecture
+1006.2693 Networking and Internet Architecture
+1006.2694 Probability
+1006.2695 Networking and Internet Architecture
+1006.2699 Networking and Internet Architecture
+1006.2700 Computer Vision and Pattern Recognition
+1006.2702 Networking and Internet Architecture
+1006.2712 Computational Finance
+1006.2718 Artificial Intelligence
+1006.2723 Algebraic Geometry
+1006.2734 Computer Vision and Pattern Recognition
+1006.2735 Mesoscale and Nanoscale Physics
+1006.2742 K-Theory and Homology
+1006.2743 Artificial Intelligence
+1006.2744
+1006.2747 Chemical Physics
+1006.2749 Representation Theory
+1006.2750 Phenomenology
+1006.2754 Experiment
+1006.2755
+1006.2760 Cosmology and Nongalactic Astrophysics
+1006.2764
+1006.2765 Cosmology and Nongalactic Astrophysics
+1006.2766 Probability
+1006.2772 Logic in Computer Science
+1006.2774 Commutative Algebra
+1006.2780 Spectral Theory
+1006.2786 Networking and Internet Architecture
+1006.2787 Classical Analysis and ODEs
+1006.2789 Dynamical Systems
+1006.2790 Materials Science
+1006.2792 General Mathematics
+1006.2794
+1006.2798 Networking and Internet Architecture
+1006.2802 Other Computer Science
+1006.2804 Computer Vision and Pattern Recognition
+1006.2805 Computational Engineering, Finance, and Science
+1006.2806 Computational Engineering, Finance, and Science
+1006.2807 Networking and Internet Architecture
+1006.2808 Probability
+1006.2809 Computation and Language
+1006.2811 Other Computer Science
+1006.2812 Software Engineering
+1006.2813 Computational Engineering, Finance, and Science
+1006.2816 Programming Languages
+1006.2819 Analysis of PDEs
+1006.2820 Other Computer Science
+1006.2822 Cryptography and Security
+cond-mat/0702074 Statistical Mechanics
+math/0202104 Combinatorics
+math/0310289 Representation Theory
+physics/0105008 General Physics
+physics/0702101 Physics Education
+1012.6024 General Mathematics
+0707.0046 K-Theory and Homology
+0712.1468
+0802.0922 Analysis of PDEs
+0803.0775 Quantum Algebra
+0803.1249 Differential Geometry
+0803.2621 Differential Geometry
+0805.1266 Statistical Mechanics
+0806.3280 History and Overview
+0808.2303 Probability
+0809.0147 Statistical Mechanics
+0901.1842 Optimization and Control
+0901.4423 Algebraic Topology
+0904.4182 Cosmology and Nongalactic Astrophysics
+0904.4185 Algebraic Topology
+0906.4286 Number Theory
+0906.4386 Strongly Correlated Electrons
+0907.0032 Probability
+0907.1462 Phenomenology
+0909.5090
+0910.0940 Physics and Society
+0911.2758 Mesoscale and Nanoscale Physics
+0911.2894 Rings and Algebras
+0911.4216 Optics
+0911.4944 Mesoscale and Nanoscale Physics
+0912.0466
+0912.3159 Rings and Algebras
+1001.2418 Strongly Correlated Electrons
+1001.2758
+1001.3950 Phenomenology
+1001.5457 Strongly Correlated Electrons
+1002.1605 Group Theory
+1002.2404 Strongly Correlated Electrons
+1002.4685 Mesoscale and Nanoscale Physics
+1003.4395 Theory
+1003.4714 Other Condensed Matter
+1003.5201 Disordered Systems and Neural Networks
+1004.0221 Cosmology and Nongalactic Astrophysics
+1004.1943 Superconductivity
+1004.5270 Dynamical Systems
+1004.5522
+1005.0012
+1005.0441 Optics
+1005.5669 Materials Science
+1006.1335 Instrumentation and Methods for Astrophysics
+1006.1594
+1006.1984
+1006.2061 Chemical Physics
+1006.5544
+1007.0353 Number Theory
+1007.0539 Phenomenology
+1007.3202 General Physics
+1008.0437 Mesoscale and Nanoscale Physics
+1008.0997 Solar and Stellar Astrophysics
+1008.3870 High Energy Astrophysical Phenomena
+1008.4536 Optimization and Control
+1008.4571 Distributed, Parallel, and Cluster Computing
+1008.4658 Information Retrieval
+1008.5331
+1009.1247 Algebraic Geometry
+1009.1542 Instrumentation and Methods for Astrophysics
+1009.1655 Combinatorics
+1009.1706 Statistics Theory
+1009.1869 Phenomenology
+1009.1883 General Physics
+1009.1892 Number Theory
+1009.1899 Algebraic Geometry
+1009.1904 Computational Geometry
+1009.1906 Cosmology and Nongalactic Astrophysics
+1009.1908 Instrumentation and Methods for Astrophysics
+1009.1917 Combinatorics
+1009.1922 Complex Variables
+1009.1925 Analysis of PDEs
+1009.1927 Phenomenology
+1009.1929 Group Theory
+1009.1938 Instrumentation and Methods for Astrophysics
+1009.1942 Phenomenology
+1009.1964 Materials Science
+1009.1966 Group Theory
+1009.1970 General Physics
+1009.1976 Logic in Computer Science
+1009.1983 Computer Vision and Pattern Recognition
+1009.1987 General Physics
+1009.1990 Computational Complexity
+1009.1994 High Energy Astrophysical Phenomena
+1009.2000 Other Computer Science
+1009.2002 Other Computer Science
+1009.2003 Artificial Intelligence
+1009.2009 Machine Learning
+1009.2016 High Energy Astrophysical Phenomena
+1009.2024 Cosmology and Nongalactic Astrophysics
+1009.2027 Mesoscale and Nanoscale Physics
+1009.2028 Functional Analysis
+1009.2032 Systems and Control
+1009.2034 Tissues and Organs
+1009.2043 Numerical Analysis
+1009.2044 Cellular Automata and Lattice Gases
+1009.2045 Numerical Analysis
+1009.2047 Numerical Analysis
+1009.2056 Atmospheric and Oceanic Physics
+1009.2058
+1009.2059 Combinatorics
+1009.2060 Combinatorics
+1009.2071
+1009.2074 Lattice
+1009.2077 Information Theory
+1009.2083 Statistical Mechanics
+1009.2084 Artificial Intelligence
+cond-mat/0511428 Materials Science
+math/0203273 Category Theory
+math/0205158 Algebraic Geometry
+math/0210202 Number Theory
+math/0401019 Analysis of PDEs
+math/0506434 Optimization and Control
+math/0606424 Algebraic Geometry
+math/0610446 Algebraic Geometry
+math/0610828 Algebraic Geometry
+math/0701782 Algebraic Geometry
+math/0703063 Algebraic Geometry
+quant-ph/0008037
+0705.2687 Algebraic Topology
+0706.2419 Mesoscale and Nanoscale Physics
+0707.0639 Materials Science
+0707.3881 Algebraic Geometry
+0710.3268 Physics and Society
+0711.4649 Probability
+0712.3229
+0801.1532 Functional Analysis
+0802.1320 Combinatorics
+0802.2918 Representation Theory
+0805.1156 Materials Science
+0807.1622 Statistical Mechanics
+0809.0073
+0809.2010 Neurons and Cognition
+0902.4205 Other Condensed Matter
+0906.1778 Combinatorics
+0907.0744 Complex Variables
+0908.0616 Instrumentation and Methods for Astrophysics
+0908.3037 Molecular Networks
+0909.0820
+0912.3842 Mesoscale and Nanoscale Physics
+1001.3961
+1001.4902
+1002.0305 Cellular Automata and Lattice Gases
+1002.1907
+1003.0044
+1003.0470 Learning
+1003.2318 Materials Science
+1003.3413 Mesoscale and Nanoscale Physics
+1003.5673 Physics and Society
+1004.0188 Probability
+1004.0541 Optimization and Control
+1004.1597 Statistical Mechanics
+1004.1802 Theory
+1004.2236 Superconductivity
+1004.3182
+1004.3234
+1004.4224 Commutative Algebra
+1004.5319 Materials Science
+1005.1262 Quantum Gases
+1005.4555
+1006.2456 Physics and Society
+1006.3168
+1007.2265 Physics and Society
+1007.2327 Networking and Internet Architecture
+1007.2967 Mesoscale and Nanoscale Physics
+1007.3124 Differential Geometry
+1007.3236 Chaotic Dynamics
+1007.3519 Cosmology and Nongalactic Astrophysics
+1007.3553 Data Analysis, Statistics and Probability
+1007.3660 Spectral Theory
+1007.3739 Statistical Mechanics
+1007.3746 Instrumentation and Methods for Astrophysics
+1007.3747 Data Structures and Algorithms
+1007.3755 Group Theory
+1007.3760 Numerical Analysis
+1007.3762 Probability
+1007.3764 Numerical Analysis
+1007.3765 Mesoscale and Nanoscale Physics
+1007.3767 Combinatorics
+1007.3772 Computer Vision and Pattern Recognition
+1007.3777 Data Analysis, Statistics and Probability
+1007.3781 Databases
+1007.3784 Statistics Theory
+1007.3789 Physics Education
+1007.3794 Logic in Computer Science
+1007.3796 Quantum Algebra
+1007.3799 Learning
+1007.3801 Computer Science and Game Theory
+1007.3803 Representation Theory
+1007.3808 Information Theory
+1007.3812 Experiment
+1007.3813 Materials Science
+1007.3815
+1007.3817 Strongly Correlated Electrons
+1007.3819 Logic in Computer Science
+1007.3820
+1007.3826 Analysis of PDEs
+1007.3827 Representation Theory
+1007.3829 Logic in Computer Science
+1007.3830 Probability
+1007.3833 Combinatorics
+1007.3835 Programming Languages
+1007.3836 Formal Languages and Automata Theory
+1007.3858 Programming Languages
+1007.3859 Materials Science
+1007.3863 Mesoscale and Nanoscale Physics
+1007.3869 Combinatorics
+1007.3875 Algebraic Geometry
+1007.3876
+1007.3885 Rings and Algebras
+1007.3888 Soft Condensed Matter
+1007.3889 Materials Science
+1007.3890 Analysis of PDEs
+1007.3892 Analysis of PDEs
+1007.3894 Operator Algebras
+1007.3896 Information Theory
+1007.3899 Analysis of PDEs
+1007.3905
+1007.3906 Genomics
+1007.3909 Phenomenology
+1007.3910 Probability
+1007.3912 Phenomenology
+1007.3924 Mesoscale and Nanoscale Physics
+1007.3925 Instrumentation and Methods for Astrophysics
+1007.3926 Computer Vision and Pattern Recognition
+1007.3931 Analysis of PDEs
+1007.3933 Number Theory
+1007.3940 Dynamical Systems
+1007.3945 Optics
+1007.3954 Soft Condensed Matter
+1007.3955 Algebraic Geometry
+1007.3960 Chaotic Dynamics
+1007.3961 Programming Languages
+1007.3963 Plasma Physics
+1007.3971 Plasma Physics
+1007.3977
+1007.3978 Operator Algebras
+cond-mat/0105157 Superconductivity
+cond-mat/0105159 Strongly Correlated Electrons
+cond-mat/0203019 Superconductivity
+cond-mat/0206172 Superconductivity
+cond-mat/0301302 Superconductivity
+cond-mat/0310261 Mesoscale and Nanoscale Physics
+cond-mat/0312297 Disordered Systems and Neural Networks
+cond-mat/0405028 Superconductivity
+cond-mat/0405542 Mesoscale and Nanoscale Physics
+cond-mat/0410672 Superconductivity
+cond-mat/0411136 Materials Science
+cond-mat/0412449 Superconductivity
+cond-mat/0503618 Other Condensed Matter
+cond-mat/0505155 Superconductivity
+cond-mat/0507636 Other Condensed Matter
+cond-mat/0606027 Materials Science
+cond-mat/0701754 Materials Science
+cond-mat/0702314 Statistical Mechanics
+cond-mat/9902087 Superconductivity
+cond-mat/9910402 Superconductivity
+cond-mat/9912063 Materials Science
+math/0504453 Number Theory
+math/0509426 Algebraic Geometry
+math/0602464 Combinatorics
+math/0602502 Differential Geometry
+math/0610399 Combinatorics
+0704.2901 Metric Geometry
+0708.3537 Algebraic Geometry
+0709.3995 Probability
+0711.1981 Differential Geometry
+0712.0291
+0801.4644 Fluid Dynamics
+0804.0368 Phenomenology
+0804.4206
+0805.2087 General Topology
+0806.1127 Numerical Analysis
+0806.3676 Number Theory
+0806.3787 Computation and Language
+0807.3035 General Physics
+0808.0832 Classical Analysis and ODEs
+0808.1813 Combinatorics
+0809.1257 Information Theory
+0809.1573 Complex Variables
+0809.2232 Materials Science
+0810.2149 Probability
+0810.3538 Probability
+0810.4609 Probability
+0810.4652 Soft Condensed Matter
+0811.4107 Complex Variables
+0811.4254 Accelerator Physics
+0812.2301 Information Theory
+0812.3071 Data Analysis, Statistics and Probability
+0901.4228 Fluid Dynamics
+0902.1621 Fluid Dynamics
+0902.2545 Chaotic Dynamics
+0903.0145 Dynamical Systems
+0903.2797 Number Theory
+0903.2992 Representation Theory
+0903.4070
+0903.4277 Theory
+0904.4864 Theory
+0905.2386 Discrete Mathematics
+0906.4596 Dynamical Systems
+0907.3471 Earth and Planetary Astrophysics
+0907.4610
+0907.4971 General Physics
+0907.5232 Number Theory
+0907.5549 Differential Geometry
+0908.0846 Algebraic Geometry
+0909.0686 Commutative Algebra
+0909.2477 Mesoscale and Nanoscale Physics
+0909.3311
+0909.3416
+0909.4676
+0909.5041 Soft Condensed Matter
+0910.0610 Learning
+0910.2979
+0910.3621 Numerical Analysis
+0911.1851 Programming Languages
+0911.3843
+0911.4124 Differential Geometry
+0911.5018 Logic in Computer Science
+0911.5419
+1001.0316 Cosmology and Nongalactic Astrophysics
+1001.5020 Differential Geometry
+1002.0085
+1002.0591 Superconductivity
+1002.0993 Statistical Mechanics
+1002.1514
+1002.2542 Earth and Planetary Astrophysics
+1002.4683 Strongly Correlated Electrons
+1002.4938 Disordered Systems and Neural Networks
+1003.1304 Populations and Evolution
+1003.2266 Superconductivity
+1003.3353 Materials Science
+1003.3531
+1003.5011 Mesoscale and Nanoscale Physics
+1003.5094 Chemical Physics
+1003.5544 Statistics Theory
+1004.0721 Analysis of PDEs
+1004.2451 Theory
+1004.2583 Algebraic Geometry
+1004.2843 High Energy Astrophysical Phenomena
+1004.3056 High Energy Astrophysical Phenomena
+1004.3066 Mesoscale and Nanoscale Physics
+1004.4129 Earth and Planetary Astrophysics
+1005.1153 Medical Physics
+1005.1172 Chaotic Dynamics
+1005.1416 Functional Analysis
+1005.2382 Combinatorics
+1005.3846 Atomic Physics
+1005.4809 Mesoscale and Nanoscale Physics
+1005.4917 Mesoscale and Nanoscale Physics
+1005.5450 Mesoscale and Nanoscale Physics
+1005.5673 Functional Analysis
+1006.0527 Number Theory
+1006.1242 Atomic Physics
+1006.1832 Strongly Correlated Electrons
+1006.2860 Information Theory
+1006.3210 Combinatorics
+1006.3385 Information Theory
+1006.3586 Strongly Correlated Electrons
+1006.3603 Materials Science
+1006.4526 Atomic Physics
+1006.4532
+1006.5635 Instrumentation and Methods for Astrophysics
+1006.5737 Biological Physics
+1007.1361 Data Structures and Algorithms
+1007.1469
+1007.2303 Number Theory
+1007.3579 Superconductivity
+1007.3881 Computer Vision and Pattern Recognition
+1007.4494 Statistical Mechanics
+1007.5393 Strongly Correlated Electrons
+1008.0006 Materials Science
+1008.0193 Number Theory
+1008.1135 Phenomenology
+1008.1375 Exactly Solvable and Integrable Systems
+1008.1595 Geometric Topology
+1008.1802 Strongly Correlated Electrons
+1008.2390 Cryptography and Security
+1008.2781 Mesoscale and Nanoscale Physics
+1008.2783 Statistical Mechanics
+1008.2788 Mesoscale and Nanoscale Physics
+1008.4037 Probability
+1008.4425 Mesoscale and Nanoscale Physics
+1009.1732 Other Statistics
+1009.2026 Mesoscale and Nanoscale Physics
+1009.4339 Cosmology and Nongalactic Astrophysics
+1009.4560 Chemical Physics
+1009.4843 Statistical Finance
+1010.0286 Algebraic Geometry
+1010.1836 Combinatorics
+1010.1915 Exactly Solvable and Integrable Systems
+1010.2208 High Energy Astrophysical Phenomena
+1010.2330 Phenomenology
+1010.2555 Differential Geometry
+1010.2603 Number Theory
+1010.3248 Fluid Dynamics
+1010.3259 High Energy Astrophysical Phenomena
+1010.3261 Theory
+1010.3263 Formal Languages and Automata Theory
+1010.3266 Physics Education
+1010.3269
+1010.3275 Fluid Dynamics
+1010.3277
+1010.3279 Fluid Dynamics
+1010.3281 Fluid Dynamics
+1010.3283 Fluid Dynamics
+1010.3284 Geometric Topology
+1010.3285 Fluid Dynamics
+1010.3286 Fluid Dynamics
+1010.3287 General Mathematics
+1010.3289
+1010.3290 Fluid Dynamics
+1010.3293 Fluid Dynamics
+1010.3295 Probability
+1010.3296 Fluid Dynamics
+1010.3297 Fluid Dynamics
+1010.3299 Numerical Analysis
+1010.3302 Experiment
+1010.3306 Fluid Dynamics
+1010.3308 Dynamical Systems
+1010.3310 Fluid Dynamics
+1010.3311 Fluid Dynamics
+1010.3312 Information Theory
+1010.3313 Differential Geometry
+1010.3314 Fluid Dynamics
+1010.3316 Fluid Dynamics
+1010.3317 Methodology
+1010.3322 Number Theory
+1010.3323 Plasma Physics
+1010.3325 Human-Computer Interaction
+1010.3328 Soft Condensed Matter
+1010.3332 Theory
+1010.3336 Algebraic Topology
+1010.3337 Information Theory
+1010.3338 Rings and Algebras
+1010.3339 Differential Geometry
+1010.3344 Solar and Stellar Astrophysics
+1010.3345 Solar and Stellar Astrophysics
+1010.3351 Strongly Correlated Electrons
+1010.3352 General Physics
+1010.3353 Probability
+1010.3355 Solar and Stellar Astrophysics
+1010.3356 Differential Geometry
+1010.3357 Fluid Dynamics
+1010.3363 Algebraic Geometry
+1010.3364 Fluid Dynamics
+1010.3365 Metric Geometry
+1010.3368 General Topology
+1010.3369 Strongly Correlated Electrons
+1010.3372 Dynamical Systems
+1010.3376 Solar and Stellar Astrophysics
+1010.3380 General Topology
+1010.3381 General Topology
+1010.3382 Astrophysics of Galaxies
+1010.3384 Phenomenology
+1010.3385 Quantum Algebra
+1010.3386 Functional Analysis
+1010.3387 Solar and Stellar Astrophysics
+1010.3391 Materials Science
+1010.3401 General Finance
+1010.3407 Rings and Algebras
+1010.3408 Rings and Algebras
+1010.3409 Differential Geometry
+1010.3410 Rings and Algebras
+1010.3411 Networking and Internet Architecture
+1010.3415 Combinatorics
+1010.3416
+1010.3417 Differential Geometry
+1010.3431
+1010.3432 Data Analysis, Statistics and Probability
+1010.3433 Analysis of PDEs
+1010.3435 Numerical Analysis
+1010.3446 Logic
+1010.3451 Classical Analysis and ODEs
+1010.3452 Plasma Physics
+1010.3454 Fluid Dynamics
+1010.3462 Plasma Physics
+1010.3464 Disordered Systems and Neural Networks
+1010.3467 Computer Vision and Pattern Recognition
+1010.3473
+1010.3475 Number Theory
+1010.3476 Mesoscale and Nanoscale Physics
+1010.3479 Materials Science
+1010.3480 Mesoscale and Nanoscale Physics
+1010.3482 Functional Analysis
+1010.3484 Learning
+1010.3485 General Physics
+1010.3496 Geometric Topology
+1010.3498 Astrophysics of Galaxies
+1010.3500 Group Theory
+1010.3501 Applications
+1010.3502 Rings and Algebras
+1010.3506 Differential Geometry
+1010.3507 Differential Geometry
+1010.3508 Differential Geometry
+1010.3510 Group Theory
+1010.3514 Statistical Mechanics
+1010.3515
+1010.3517 Cosmology and Nongalactic Astrophysics
+1010.3518 Atomic and Molecular Clusters
+1010.3519 Information Theory
+1010.3523 Instrumentation and Methods for Astrophysics
+1010.3524 Instrumentation and Detectors
+1010.3525 Physics and Society
+1010.3526 Fluid Dynamics
+1010.3531 Computational Physics
+1010.3533 Statistical Mechanics
+1010.3535 Dynamical Systems
+1010.3536 Group Theory
+1010.3538 Fluid Dynamics
+1010.3544 Number Theory
+1010.3551
+1010.3556 Strongly Correlated Electrons
+1010.3558 Phenomenology
+1010.3575 Applications
+1010.3577 Fluid Dynamics
+1010.3579 Probability
+1010.3582 Probability
+1010.3584
+1010.3586 Applications
+1010.3587 Strongly Correlated Electrons
+1010.3591 Geometric Topology
+1010.3594 Instrumentation and Methods for Astrophysics
+1010.3596 Probability
+1010.3598 Functional Analysis
+1010.3610 Metric Geometry
+1010.3613 Information Theory
+1010.3614 Analysis of PDEs
+1010.3615 Databases
+1010.3619 Distributed, Parallel, and Cluster Computing
+1010.3622 Algebraic Geometry
+1010.3624
+1010.3632 Optics
+1010.3636 Analysis of PDEs
+1010.3642 Differential Geometry
+1010.3645 Instrumentation and Methods for Astrophysics
+1010.3646 Fluid Dynamics
+1010.3650 General Physics
+1010.3655 Differential Geometry
+1010.3660 Cosmology and Nongalactic Astrophysics
+1010.3669 Atmospheric and Oceanic Physics
+1010.3671 Algebraic Geometry
+1010.3675 Experiment
+1010.3680 Probability
+1010.3681 Complex Variables
+1010.3683 Analysis of PDEs
+1010.3686 Dynamical Systems
+1010.3688 Dynamical Systems
+1010.3689 Fluid Dynamics
+1010.3692 Number Theory
+1010.3694 Plasma Physics
+1010.3696 Experiment
+cond-mat/0409539 Materials Science
+math/0412282 Commutative Algebra
+math/0612537 General Mathematics
+physics/0605058 Optics
+quant-ph/0009011
+quant-ph/0106084
+quant-ph/0206168
+quant-ph/0307193
+quant-ph/0408186
+0704.2430
+0705.4464 Materials Science
+0706.0591 Theory
+0706.2512 Algebraic Geometry
+0706.4240 Mesoscale and Nanoscale Physics
+0707.0727 Analysis of PDEs
+0708.2259
+0709.0036 Probability
+0709.1929
+0709.4367 Biological Physics
+0709.4370 Biological Physics
+0710.2375 Differential Geometry
+0710.4257 Other Condensed Matter
+0712.0073 Other Condensed Matter
+0712.0940 Chaotic Dynamics
+0712.2338 Probability
+0712.3657 Analysis of PDEs
+0712.3840 Analysis of PDEs
+0801.2814
+0803.3616 General Physics
+0804.2345 Probability
+0805.0502
+0805.3413
+0805.4320
+0806.0066 Analysis of PDEs
+0806.1700
+0806.3480 Discrete Mathematics
+0808.1113 Biological Physics
+0808.3026
+0809.0683 Probability
+0809.4947 Probability
+0810.0926 Mesoscale and Nanoscale Physics
+0810.1838
+0810.2006
+0810.2062 General Physics
+0810.4697 Classical Physics
+0810.5294
+0811.2180 Probability
+0812.0789 Probability
+0812.2735 Logic
+0901.0135 Machine Learning
+0901.2203 Adaptation and Self-Organizing Systems
+0901.2384 Statistical Finance
+0902.0294
+0902.2600 General Physics
+0902.3352 Analysis of PDEs
+0902.4179
+0903.3670 Classical Physics
+0903.3736 General Finance
+0904.0157 Probability
+0904.0174 Differential Geometry
+0904.2172 Statistical Mechanics
+0904.4060 Algebraic Geometry
+0905.1072 Solar and Stellar Astrophysics
+0905.2443 Astrophysics of Galaxies
+0905.2635 Computer Vision and Pattern Recognition
+0905.4759 Complex Variables
+0906.2756 Multiagent Systems
+0906.5077
+0906.5588
+0907.2261 Probability
+0907.2352 Phenomenology
+0908.1665 Mesoscale and Nanoscale Physics
+0908.4233
+0908.4288 Physics and Society
+0909.0049 Physics and Society
+0909.2108 Probability
+0910.2651 Superconductivity
+0910.3456 Differential Geometry
+0910.4433 Algebraic Geometry
+0910.4756
+0910.5073 Information Theory
+0911.2261 Algebraic Geometry
+0911.2534 Lattice
+0911.3523
+0911.5074 Theory
+0911.5568 Computation and Language
+0912.1243 Theory
+0912.2252 Theory
+0912.2422 Classical Physics
+0912.2556 Physics and Society
+0912.3725 Dynamical Systems
+0912.4081 Quantum Algebra
+0912.4242
+0912.5474 Cosmology and Nongalactic Astrophysics
+1001.0664 Phenomenology
+1001.1415
+1001.3322 Atomic Physics
+1001.4252 Number Theory
+1001.4754
+1002.3622 K-Theory and Homology
+1002.4313
+1002.4410 Physics and Society
+1002.4835 Neurons and Cognition
+1003.0542
+1003.1679
+1003.2855 Statistical Mechanics
+1003.4629 Numerical Analysis
+1003.5400 Logic
+1003.5637 Theory
+1004.1014 Dynamical Systems
+1004.3261 Cosmology and Nongalactic Astrophysics
+1004.3330 High Energy Astrophysical Phenomena
+1004.3779 Instrumentation and Detectors
+1004.4756 Cosmology and Nongalactic Astrophysics
+1005.1290
+1005.2726 Theory
+1005.3806 Probability
+1005.4750 Theory
+1005.5619 Representation Theory
+1006.0444 Combinatorics
+1006.0636 Quantum Gases
+1006.0734
+1006.0798 Chaotic Dynamics
+1006.2296 Dynamical Systems
+1006.2384 High Energy Astrophysical Phenomena
+1006.2459
+1006.3454
+1006.3928 Representation Theory
+1006.3962 Numerical Analysis
+1006.4008 Phenomenology
+1006.4380 Differential Geometry
+1006.4628
+1006.5039
+1006.5291 Theory
+1006.5574 Metric Geometry
+1006.5818 Geophysics
+1007.0189 Dynamical Systems
+1007.0408 Databases
+1007.0865 Phenomenology
+1007.1115 Phenomenology
+1007.1567 Theory
+1007.2008 Statistical Mechanics
+1007.2159 Group Theory
+1007.3040
+1007.3877 Statistical Mechanics
+1007.5116
+1008.0837 Materials Science
+1008.1528
+1008.1818 Soft Condensed Matter
+1008.1975 Data Structures and Algorithms
+1008.2307 Phenomenology
+1008.2611 Mesoscale and Nanoscale Physics
+1008.2924 Commutative Algebra
+1008.3402 Computers and Society
+1008.3624 Cosmology and Nongalactic Astrophysics
+1008.4245 Mesoscale and Nanoscale Physics
+1009.0753 Theory
+1009.0874 Theory
+1009.0990 Plasma Physics
+1009.2287 Biological Physics
+1009.2572 Group Theory
+1009.5639 Materials Science
+1010.0628 Combinatorics
+1010.1892 General Topology
+1010.1963 Metric Geometry
+1010.3394 Probability
+1010.3456 Symplectic Geometry
+1010.4265 Materials Science
+1010.4620 Differential Geometry
+1010.4739 Superconductivity
+1010.5310 Number Theory
+1010.5959 Differential Geometry
+1010.6079 Theory
+1011.0436 Astrophysics of Galaxies
+1011.0656 Rings and Algebras
+1011.0767 Strongly Correlated Electrons
+1011.1413 Instrumentation and Methods for Astrophysics
+1011.1503 Information Theory
+1011.1508 Computational Engineering, Finance, and Science
+1011.1515 Analysis of PDEs
+1011.1516 Differential Geometry
+1011.1519 Systems and Control
+1011.1520 Superconductivity
+1011.1526 Analysis of PDEs
+1011.1527 Statistical Mechanics
+1011.1528 Combinatorics
+1011.1529 Cryptography and Security
+1011.1532 Experiment
+1011.1535
+1011.1540 Differential Geometry
+1011.1543 Classical Analysis and ODEs
+1011.1544 Differential Geometry
+1011.1547 Social and Information Networks
+1011.1551 Software Engineering
+1011.1552 Other Condensed Matter
+1011.1553 Mesoscale and Nanoscale Physics
+1011.1558 Operator Algebras
+1011.1560 Human-Computer Interaction
+1011.1561 Numerical Analysis
+1011.1562 General Mathematics
+1011.1563 Disordered Systems and Neural Networks
+1011.1568 Optics
+1011.1575 Optics
+1011.1578 Symbolic Computation
+1011.1579 Astrophysics of Galaxies
+1011.1580 Cosmology and Nongalactic Astrophysics
+1011.1587 Group Theory
+1011.1588 Optics
+1011.1591 Algebraic Geometry
+1011.1596 Algebraic Geometry
+1011.1598 Optics
+1011.1600 Experiment
+1011.1602 Combinatorics
+1011.1605 Fluid Dynamics
+1011.1608 Differential Geometry
+1011.1609 Representation Theory
+1011.1613 Solar and Stellar Astrophysics
+1011.1616 Optics
+1011.1623 Exactly Solvable and Integrable Systems
+1011.1627 Optics
+1011.1629 Logic
+1011.1636 Representation Theory
+1011.1640 Soft Condensed Matter
+1011.1649 Cosmology and Nongalactic Astrophysics
+1011.1659 Solar and Stellar Astrophysics
+1011.1660 Artificial Intelligence
+1011.1662 Artificial Intelligence
+1011.1670 Materials Science
+1011.1672 Probability
+1011.1678 High Energy Astrophysical Phenomena
+1011.1679 Combinatorics
+1011.1682 Accelerator Physics
+1011.1684 Classical Physics
+1011.1689 Dynamical Systems
+1011.1692 Experiment
+1011.1694
+1011.1695 Lattice
+1011.1699 Analysis of PDEs
+1011.1704
+1011.1705 Algebraic Geometry
+1011.1710 Optimization and Control
+1011.1717 Applications
+1011.1724 Probability
+1011.1729 Representation Theory
+1011.1730 Mesoscale and Nanoscale Physics
+1011.1731 Rings and Algebras
+1011.1735 Operating Systems
+1011.1737 Exactly Solvable and Integrable Systems
+1011.1738 Systems and Control
+1011.1740 Theory
+1011.1742 Other Computer Science
+1011.1743 Soft Condensed Matter
+1011.1745 Computation
+1011.1753 Applications
+1011.1763 Differential Geometry
+1011.1766 Applications
+1011.1767 Classical Analysis and ODEs
+1011.1768 Analysis of PDEs
+1011.1772 Cosmology and Nongalactic Astrophysics
+1011.1776 Analysis of PDEs
+1011.1778 Solar and Stellar Astrophysics
+1011.1780 Lattice
+1011.1785 Classical Analysis and ODEs
+1011.1788 Applications
+1011.1790 Probability
+1011.1792 Lattice
+1011.1793 Cryptography and Security
+1011.1797 Combinatorics
+1011.1798 Applications
+1011.1799 Probability
+1011.1801 Algebraic Geometry
+1011.1804 Differential Geometry
+1011.1808 Quantum Algebra
+1011.1809 Theory
+1011.1813 Applications
+1011.1814 Probability
+1011.1815 Atmospheric and Oceanic Physics
+1011.1816 Instrumentation and Methods for Astrophysics
+1011.1820 Rings and Algebras
+1011.1824 Probability
+1011.1828 Optimization and Control
+1011.1833
+1011.1839 Optimization and Control
+1011.1841 Robotics
+1011.1846 Representation Theory
+1011.1851 Phenomenology
+1011.1863 Materials Science
+1011.1864 Solar and Stellar Astrophysics
+1011.1869 General Topology
+1011.1871 Theory
+1011.1872 High Energy Astrophysical Phenomena
+1011.1874 Other Computer Science
+1011.1875
+1011.1876 Disordered Systems and Neural Networks
+1011.1880 General Physics
+1011.1882 Materials Science
+1011.1887 Number Theory
+1011.1888 Analysis of PDEs
+1011.1892 Networking and Internet Architecture
+1011.1893 Solar and Stellar Astrophysics
+1011.1901 Analysis of PDEs
+astro-ph/0001040
+astro-ph/0011016
+astro-ph/0103071
+astro-ph/0205194
+astro-ph/0504140
+astro-ph/9507067
+cond-mat/0008402 Mesoscale and Nanoscale Physics
+cond-mat/0510120 Other Condensed Matter
+cond-mat/0511524 Strongly Correlated Electrons
+cond-mat/0608236 Strongly Correlated Electrons
+cond-mat/9610030 Strongly Correlated Electrons
+cond-mat/9907247 Superconductivity
+cs/0603097 Information Theory
+gr-qc/0603059
+hep-ph/0010193 Phenomenology
+hep-ph/9512378 Phenomenology
+hep-th/0109138 Theory
+hep-th/0111193 Theory
+math-ph/0608045
+math-ph/0703090
+math/0601667 Analysis of PDEs
+math/0608145 Combinatorics
+math/0702176 Analysis of PDEs
+math/0703741 Probability
+math/9907020 Algebraic Geometry
+quant-ph/0608222
+0704.2367 Algebraic Geometry
+0704.2393 Algebraic Geometry
+0704.3686 Methodology
+0705.0244
+0706.0063 Theory
+0706.2764
+0708.0775
+0710.2964 Number Theory
+0710.3572 Mesoscale and Nanoscale Physics
+0710.4884
+0806.1360 Exactly Solvable and Integrable Systems
+0807.2346 Phenomenology
+0809.0660 Methodology
+0809.2904
+0810.2850
+0811.3758 Number Theory
+0812.2925 Statistical Mechanics
+0904.0390 Analysis of PDEs
+0905.0377 Combinatorics
+0905.0572 Functional Analysis
+0906.2997 Dynamical Systems
+0906.3492 Combinatorics
+0908.2332 Combinatorics
+0909.0302 Theory
+0910.0695 Discrete Mathematics
+0910.1308 Representation Theory
+0910.2823
+0911.0398 Commutative Algebra
+0911.2831 Theory
+0911.4320 Mesoscale and Nanoscale Physics
+0912.1807 Theory
+0912.4816
+0912.5434 Information Theory
+1001.3956 Materials Science
+1002.2727 Numerical Analysis
+1002.4759 Information Theory
+1002.4790 Operator Algebras
+1003.5410 Theory
+1004.0190
+1004.1680 Performance
+1004.1812 Theory
+1004.3463 Lattice
+1005.0375 Information Theory
+1005.0551
+1005.2360
+1005.3403
+1005.4734 Materials Science
+1005.5675 Statistical Finance
+1006.1148 Analysis of PDEs
+1006.1502 Phenomenology
+1006.1624
+1006.3333 Solar and Stellar Astrophysics
+1006.3923 General Finance
+1006.4958
+1006.4961 Materials Science
+1006.5652 Classical Analysis and ODEs
+1006.5825 Statistical Mechanics
+1007.0188 Soft Condensed Matter
+1007.0935 Mesoscale and Nanoscale Physics
+1007.2080 Group Theory
+1007.4640 Strongly Correlated Electrons
+1007.4923 Theory
+1007.4988 Mesoscale and Nanoscale Physics
+1007.5284 Theory
+1008.0845 Quantum Gases
+1008.2757 High Energy Astrophysical Phenomena
+1008.5124 High Energy Astrophysical Phenomena
+1008.5185 Instrumentation and Detectors
+1008.5210 Theory
+1008.5334
+1009.0601 Statistical Mechanics
+1009.1554 Materials Science
+1009.1988 Materials Science
+1009.2130 Solar and Stellar Astrophysics
+1009.2440 Representation Theory
+1009.4489 General Finance
+1009.5064 Theory
+1010.0960 Operator Algebras
+1010.2979
+1010.4406 Risk Management
+1010.4608
+1010.4711 Phenomenology
+1010.5252 Complex Variables
+1010.6211 Combinatorics
+1011.0338 Information Theory
+1011.0341 Astrophysics of Galaxies
+1011.0481 Lattice
+1011.0641 Complex Variables
+1011.0716
+1011.0729 High Energy Astrophysical Phenomena
+1011.0737 Astrophysics of Galaxies
+1011.0749 Analysis of PDEs
+1011.0751 Solar and Stellar Astrophysics
+1011.0752 Physics Education
+1011.0753 Optics
+1011.0755 Cryptography and Security
+1011.0756 Solar and Stellar Astrophysics
+1011.0760 Fluid Dynamics
+1011.0762 Functional Analysis
+1011.0766 Functional Analysis
+1011.0773 Instrumentation and Methods for Astrophysics
+1011.0774 Machine Learning
+1011.0775 Solar and Stellar Astrophysics
+1011.0777 Solar and Stellar Astrophysics
+1011.0779 Solar and Stellar Astrophysics
+1011.0784 Algebraic Geometry
+1011.0786 Information Theory
+1011.0794 Classical Analysis and ODEs
+1011.0796 Combinatorics
+1011.0800 Neural and Evolutionary Computing
+1011.0802 Group Theory
+1011.0803 Functional Analysis
+1011.0805 Lattice
+1011.0808 Phenomenology
+1011.0812 Complex Variables
+1011.0819 Methodology
+1011.0823
+1011.0828 Pricing of Securities
+1011.0830
+1011.0831 Solar and Stellar Astrophysics
+1011.0832
+1011.0834 Computation
+1011.0837 Atomic Physics
+1011.0844
+1011.0849 Algebraic Geometry
+1011.0853 High Energy Astrophysical Phenomena
+1011.0855 Commutative Algebra
+1011.0857 Astrophysics of Galaxies
+1011.0859 Theory
+1011.0860 Atomic Physics
+1011.0870 Algebraic Geometry
+1011.0878
+1011.0883 Algebraic Geometry
+1011.0886 Rings and Algebras
+1011.0890 Geometric Topology
+1011.0891 Plasma Physics
+1011.0895
+1011.0897 Numerical Analysis
+1011.0902 Differential Geometry
+1011.0907 Numerical Analysis
+1011.0911 Lattice
+1011.0913 Chemical Physics
+1011.0915 Analysis of PDEs
+1011.0923 Solar and Stellar Astrophysics
+1011.0927 Instrumentation and Detectors
+1011.0928 Representation Theory
+1011.0929 Combinatorics
+1011.0930 Soft Condensed Matter
+1011.0939 Strongly Correlated Electrons
+1011.0948 Solar and Stellar Astrophysics
+1011.0950 Artificial Intelligence
+1011.0951 Differential Geometry
+1011.0953 Computational Engineering, Finance, and Science
+1011.0954 Representation Theory
+1011.0957 Mesoscale and Nanoscale Physics
+1011.0961 Strongly Correlated Electrons
+1011.0967 Probability
+1011.0969 Optics
+1011.0970 Analysis of PDEs
+1011.0973 Numerical Analysis
+1011.0974 Numerical Analysis
+1011.0976 Algebraic Geometry
+1011.0978 Soft Condensed Matter
+1011.0983 Solar and Stellar Astrophysics
+1011.0984 Combinatorics
+astro-ph/0001276
+astro-ph/0006405
+astro-ph/0007205
+astro-ph/0011216
+astro-ph/0105074
+astro-ph/0105535
+astro-ph/0107237
+astro-ph/0205154
+astro-ph/0209419
+astro-ph/0307429
+astro-ph/0409134
+astro-ph/0411536
+astro-ph/0502170
+astro-ph/0506526
+astro-ph/0703338
+astro-ph/9803125
+astro-ph/9811160
+astro-ph/9812130
+astro-ph/9904050
+astro-ph/9904092
+astro-ph/9907062
+gr-qc/0609083
+hep-ph/0610143 Phenomenology
+hep-th/0408049 Theory
+hep-th/0408159 Theory
+math-ph/0510025
+math/0505203 Algebraic Geometry
+math/0608206 Number Theory
+0710.3706
+0801.2374 Phenomenology
+0804.4487 Theory
+0810.2365 Theory
+0810.2787
+0810.4148
+0903.0823 Theory
+0904.1098 Experiment
+0905.2146 Experiment
+0906.5355 Cosmology and Nongalactic Astrophysics
+0909.4356 Cosmology and Nongalactic Astrophysics
+0910.3016 Phenomenology
+0911.2933 Phenomenology
+0912.1313 Phenomenology
+1001.4714 Phenomenology
+1002.2999 Lattice
+1002.3153 High Energy Astrophysical Phenomena
+1003.3206 Theory
+1003.3219 Lattice
+1003.4549 Experiment
+1003.5601 Theory
+1004.0737
+1004.4550
+1004.5144 Theory
+1004.5455 Lattice
+1006.0133 Phenomenology
+1006.3873 Phenomenology
+1006.5720 Phenomenology
+1007.0254 Phenomenology
+1007.0573
+1007.0835
+1007.1057 Phenomenology
+1007.1917
+1007.2875 Theory
+1007.3496 Phenomenology
+1007.5518
+1008.0356
+1008.0603 Theory
+1008.1156 Phenomenology
+1008.1747 Phenomenology
+1008.2202 Phenomenology
+1008.2672 Experiment
+1008.3564 Experiment
+1008.3891 Experiment
+1008.4806
+1008.4865
+1008.5260
+1008.5280
+1009.0129 Solar and Stellar Astrophysics
+1009.0359 Phenomenology
+1009.0521
+1009.1537 Phenomenology
+1009.1735 Theory
+1009.1847
+1009.2520 Theory
+1009.2661
+1009.3047 Experiment
+1009.3487
+1009.4325 Phenomenology
+1009.4920
+1009.5385 Theory
+1010.1148 Statistical Mechanics
+1010.2613
+1010.3203 Phenomenology
+1010.3986
+1010.3999
+1010.4582 Experiment
+1010.5064
+1011.1886 Quantum Gases
+1011.3079 Cosmology and Nongalactic Astrophysics
+1011.3865
+1011.4968
+1011.4996 Cosmology and Nongalactic Astrophysics
+1011.5238 Cosmology and Nongalactic Astrophysics
+1011.5420
+1011.6406 Lattice
+1012.1159
+1012.1167
+1012.2163 Phenomenology
+1012.3097
+1012.4725
+nucl-th/9310014
+0704.0204 Superconductivity
+0704.2139 Popular Physics
+0704.2142 Statistical Mechanics
+0704.2552 Optics
+0705.4535 Number Theory
+0707.1246 Statistical Mechanics
+0708.3307 Number Theory
+0710.2169 Geometric Topology
+0710.3002 Analysis of PDEs
+0711.0094 Algebraic Geometry
+0712.2551 Rings and Algebras
+0801.1485 Optics
+0802.2519 Optics
+0802.3277 Number Theory
+0802.4278 Physics Education
+0804.0525 Algebraic Geometry
+0804.0638 Rings and Algebras
+0804.1839 Information Theory
+0804.3258 Symplectic Geometry
+0805.4280 Functional Analysis
+0806.4528 Mesoscale and Nanoscale Physics
+0807.0058 Differential Geometry
+0807.0675 Superconductivity
+0807.2542 Optics
+0807.4877 Number Theory
+0808.3593 Exactly Solvable and Integrable Systems
+0809.2361 Optics
+0810.3313 Statistical Mechanics
+0810.3539 Optics
+0811.0509
+0811.2548 Differential Geometry
+0901.3393 Algebraic Geometry
+0901.4211 Genomics
+0902.4494 Materials Science
+0903.0014 Pattern Formation and Solitons
+0904.1233 Mesoscale and Nanoscale Physics
+0906.1733
+0906.2965 Theory
+0906.4892
+0907.2083 Numerical Analysis
+0907.2143 Mesoscale and Nanoscale Physics
+0907.4570 Materials Science
+0908.0882 Number Theory
+0908.2524 Optics
+0908.2533 Optics
+0909.4556 Statistical Mechanics
+0909.4802 Algebraic Geometry
+0910.5846 Mesoscale and Nanoscale Physics
+0910.5885 Statistical Mechanics
+0911.4583
+0911.4908 Mesoscale and Nanoscale Physics
+0912.0056 Mesoscale and Nanoscale Physics
+0912.0271 Optics
+0912.0620 Number Theory
+0912.0680 Optics
+0912.1382 Phenomenology
+0912.2832 Mesoscale and Nanoscale Physics
+0912.2912 Statistical Mechanics
+0912.4288 Optics
+0912.4953 Dynamical Systems
+1001.3303 Optimization and Control
+1001.5053 Materials Science
+1002.1567
+1003.0512 Superconductivity
+1003.5235 Quantum Gases
+1003.5772 Differential Geometry
+1004.1905 Analysis of PDEs
+1005.0377
+1005.1312 Astrophysics of Galaxies
+1005.4915 Theory
+1006.0322 Optics
+1006.0452 Superconductivity
+1006.1794
+1006.2457 Differential Geometry
+1006.4018 Phenomenology
+1006.5830 Superconductivity
+1007.0792 Quantum Gases
+1007.1041 Quantum Gases
+1007.4406 Materials Science
+1007.5460 Superconductivity
+1008.0265 High Energy Astrophysical Phenomena
+1008.0601 Algebraic Geometry
+1008.2489 Physics and Society
+1008.3102 Strongly Correlated Electrons
+1008.3452 Hardware Architecture
+1008.4379 Number Theory
+1008.4966 Discrete Mathematics
+1008.5245 Mesoscale and Nanoscale Physics
+1008.5284 Astrophysics of Galaxies
+1009.0035 Algebraic Geometry
+1009.0051 Numerical Analysis
+1009.0077 Artificial Intelligence
+1009.0163 Spectral Theory
+1009.0170 Mesoscale and Nanoscale Physics
+1009.0193 Probability
+1009.0271 Superconductivity
+1009.0272 Representation Theory
+1009.0278 Cryptography and Security
+1009.0279 Cosmology and Nongalactic Astrophysics
+1009.0284 Number Theory
+1009.0293
+1009.0297 Geophysics
+1009.0298 Functional Analysis
+1009.0299 General Finance
+1009.0300 Computer Science and Game Theory
+1009.0305 Programming Languages
+1009.0306 Learning
+1009.0308 Number Theory
+1009.0309 Computer Science and Game Theory
+1009.0310 Chemical Physics
+1009.0313 Phenomenology
+1009.0315 Materials Science
+1009.0324 Mesoscale and Nanoscale Physics
+1009.0328 Analysis of PDEs
+1009.0343 Combinatorics
+1009.0347 Artificial Intelligence
+1009.0353 Combinatorics
+1009.0356 Statistical Mechanics
+1009.0358 Computational Complexity
+1009.0361 Mesoscale and Nanoscale Physics
+1009.0363 Number Theory
+1009.0368 Databases
+1009.0373 Information Theory
+1009.0374 Materials Science
+1009.0377 Computer Science and Game Theory
+1009.0379 Atomic and Molecular Clusters
+1009.0380 Materials Science
+1009.0381 Group Theory
+1009.0384 Databases
+1009.0386 Networking and Internet Architecture
+1009.0388 Algebraic Geometry
+1009.0389 Networking and Internet Architecture
+1009.0397 Databases
+1009.0401 Probability
+1009.0402 Social and Information Networks
+1009.0405 Applications
+1009.0407 Artificial Intelligence
+1009.0409 Functional Analysis
+1009.0410 Optimization and Control
+1009.0422 General Physics
+1009.0424 Analysis of PDEs
+1009.0425 Information Theory
+1009.0428 Probability
+1009.0433 Information Retrieval
+1009.0436 Numerical Analysis
+1009.0442 Materials Science
+1009.0443 Exactly Solvable and Integrable Systems
+1009.0444
+1009.0451 Artificial Intelligence
+1009.0456 Tissues and Organs
+1009.0457 Materials Science
+1009.0458 Materials Science
+1009.0459 Statistical Mechanics
+1009.0460 Instrumentation and Methods for Astrophysics
+1009.0465 Materials Science
+1009.0466 Complex Variables
+1009.0468 Dynamical Systems
+1009.0469 Functional Analysis
+1009.0471 Chaotic Dynamics
+1009.0474 Superconductivity
+1009.0475 Optics
+1009.0476 Phenomenology
+1009.0479 Algebraic Geometry
+1009.0481 Classical Analysis and ODEs
+1009.0484 Classical Analysis and ODEs
+1009.0486 Complex Variables
+1009.0487 Group Theory
+1009.0493 Fluid Dynamics
+1009.0494 Analysis of PDEs
+1009.0496 Cosmology and Nongalactic Astrophysics
+1009.0499 Learning
+1009.0501 Artificial Intelligence
+1009.0502 Group Theory
+1009.0509 Phenomenology
+1009.0510 Materials Science
+1009.0511 Materials Science
+1009.0519 Mesoscale and Nanoscale Physics
+cond-mat/0407164 Materials Science
+cond-mat/0503212 Other Condensed Matter
+cs/0408025 Programming Languages
+cs/0409038 Programming Languages
+cs/0512067 Programming Languages
+cs/0611009 Artificial Intelligence
+cs/0702072 Programming Languages
+hep-th/0612164 Theory
+math/0210076 Quantum Algebra
+math/0402264 Symplectic Geometry
+math/0410568 Symplectic Geometry
+math/0412237 Number Theory
+math/0412239 Number Theory
+math/0412240 Number Theory
+math/0412242 Number Theory
+math/0608085 Number Theory
+math/0703326 Number Theory
+physics/0105042 Optics
+quant-ph/0110101
+0704.0069 Dynamical Systems
+0705.2395 Theory
+0707.0808 Computer Vision and Pattern Recognition
+0709.1091 Complex Variables
+0709.4326 Quantum Algebra
+0802.2598 Phenomenology
+0804.3944
+0805.3531
+0806.1159 Commutative Algebra
+0807.0874 Differential Geometry
+0808.4151 Phenomenology
+0809.3242
+0810.5067 Representation Theory
+0811.3719 Phenomenology
+0811.4242 Phenomenology
+0812.0843 Phenomenology
+0812.0955 Phenomenology
+0812.2236 Phenomenology
+0812.2932
+0812.3270 Phenomenology
+0812.3438
+0812.4166 Statistics Theory
+0812.4870
+0812.5018
+0901.3612 Superconductivity
+0901.3844 Physics and Society
+0902.1237 Materials Science
+0902.2783 Sound
+0902.2788 Computer Vision and Pattern Recognition
+0903.0134 Computer Vision and Pattern Recognition
+0903.0535 Phenomenology
+0903.2165
+0903.2701 Phenomenology
+0904.0647 Phenomenology
+0905.1367
+0905.4016 Strongly Correlated Electrons
+0905.4668 Analysis of PDEs
+0905.4686 Mesoscale and Nanoscale Physics
+0906.1924 Representation Theory
+0906.3395 Complex Variables
+0906.3534 Materials Science
+0906.4728 Lattice
+0907.1473 Phenomenology
+0907.1645 Phenomenology
+0907.1861 Mesoscale and Nanoscale Physics
+0907.2194 Category Theory
+0907.2199 Category Theory
+0907.2256 Phenomenology
+0907.2637
+0907.2952 Astrophysics of Galaxies
+0907.3197 Quantum Gases
+0907.3334 Mesoscale and Nanoscale Physics
+0907.3617 Algebraic Geometry
+0907.4193 Phenomenology
+0908.0240 Phenomenology
+0908.1213 Phenomenology
+0908.1414 Operator Algebras
+0908.1664
+0908.1733 Probability
+0908.2004 Phenomenology
+0908.2525 Differential Geometry
+0908.4556 Phenomenology
+0909.0169 Phenomenology
+0909.0200 Phenomenology
+0909.0544 Theory
+0909.0674
+0909.0718 Strongly Correlated Electrons
+0909.1246 Materials Science
+0909.1313
+0909.1586 Phenomenology
+0909.2603 Combinatorics
+0909.2637 Cosmology and Nongalactic Astrophysics
+0909.2669 Phenomenology
+0909.3154 Lattice
+0909.3714 Theory
+0909.4181 Phenomenology
+0909.4538 Cosmology and Nongalactic Astrophysics
+0909.5086 Phenomenology
+0910.0981 Superconductivity
+0910.1529 Phenomenology
+0910.4244 Materials Science
+0910.5454 Computer Vision and Pattern Recognition
+0911.3471 Dynamical Systems
+0911.4653 Strongly Correlated Electrons
+0912.3610 Cosmology and Nongalactic Astrophysics
+0912.3944 High Energy Astrophysical Phenomena
+1001.0048 Analysis of PDEs
+1001.0404 Analysis of PDEs
+1001.0415 Discrete Mathematics
+1001.0484 Instrumentation and Methods for Astrophysics
+1001.0776 High Energy Astrophysical Phenomena
+1001.0961 Data Structures and Algorithms
+1001.0974
+1001.0981 Other Condensed Matter
+1001.0984 Optics
+1001.0985 Representation Theory
+1001.0989 Cosmology and Nongalactic Astrophysics
+1001.0994 Statistical Mechanics
+1001.0999 Mesoscale and Nanoscale Physics
+1001.1005 Solar and Stellar Astrophysics
+1001.1009 Networking and Internet Architecture
+1001.1012 Operator Algebras
+1001.1013 Multimedia
+1001.1017 Combinatorics
+1001.1019 Metric Geometry
+1001.1020 Learning
+1001.1022 Programming Languages
+1001.1026 Information Theory
+1001.1028 Probability
+1001.1031 Numerical Analysis
+1001.1037 Mesoscale and Nanoscale Physics
+1001.1040 General Physics
+1001.1043 Programming Languages
+1001.1061 Phenomenology
+1001.1062
+1001.1070 Computational Physics
+1001.1079 Learning
+1001.1083 Analysis of PDEs
+1001.1087 Analysis of PDEs
+1001.1093 Optimization and Control
+1001.1094 Statistical Mechanics
+1001.1097 Soft Condensed Matter
+1001.1098 Strongly Correlated Electrons
+1001.1099 Instrumentation and Methods for Astrophysics
+1001.1100 Number Theory
+1001.1105 Algebraic Geometry
+1001.1110 Networking and Internet Architecture
+1001.1117 Information Theory
+1001.1118 Quantum Algebra
+1001.1120 Quantum Algebra
+1001.1123 Complex Variables
+1001.1124 Mesoscale and Nanoscale Physics
+1001.1126 Algebraic Geometry
+1001.1128 Algebraic Geometry
+1001.1132
+1001.1134 Probability
+1001.1137 Popular Physics
+1001.1143 Information Retrieval
+1001.1144
+1001.1146 Functional Analysis
+cond-mat/0209418 Superconductivity
+cond-mat/0602375 Statistical Mechanics
+cond-mat/0607317 Materials Science
+gr-qc/9506018
+gr-qc/9507008
+gr-qc/9709075
+hep-ph/0402260 Phenomenology
+hep-ph/0404237 Phenomenology
+hep-ph/9504342 Phenomenology
+hep-ph/9505234 Phenomenology
+hep-ph/9506471 Phenomenology
+hep-th/0411160 Theory
+hep-th/0411190 Theory
+hep-th/9202002 Theory
+hep-th/9506085 Theory
+math/0701784 Numerical Analysis
+quant-ph/0504023
+0802.3230
+0809.3570
+0901.3863 General Physics
+0903.2686 Superconductivity
+0903.5181
+0905.4527 Dynamical Systems
+0906.2073 Strongly Correlated Electrons
+0906.3178 Subcellular Processes
+0907.0059 Complex Variables
+0907.0660 General Physics
+0908.3047 Chemical Physics
+0910.1189
+0910.4315 Algebraic Geometry
+1001.0265 General Finance
+1001.4260 Algebraic Geometry
+1002.0109 Classical Analysis and ODEs
+1002.0141 Group Theory
+0704.2560 Probability
+0704.3395 Artificial Intelligence
+0707.2393 Differential Geometry
+0707.2960
+0712.2750 Fluid Dynamics
+0802.0023 Functional Analysis
+0805.4671 Statistical Mechanics
+0808.0999 Geometric Topology
+0808.2476 Number Theory
+0808.2960 Logic
+0809.4423 Representation Theory
+0810.0924 Algebraic Geometry
+0812.0949 Statistical Mechanics
+0812.2372 Superconductivity
+0901.2532 Theory
+0902.2544 Statistics Theory
+0903.1660 Atomic Physics
+0903.3041 Cosmology and Nongalactic Astrophysics
+0903.4538 Other Condensed Matter
+0904.3561 Commutative Algebra
+0904.4397 Quantum Gases
+0905.4007 Physics and Society
+0906.0664 Cosmology and Nongalactic Astrophysics
+0906.2383
+0906.3609 Strongly Correlated Electrons
+0906.3845 Theory
+0906.4076 Mesoscale and Nanoscale Physics
+0907.1302 Mesoscale and Nanoscale Physics
+0908.1184 Data Analysis, Statistics and Probability
+0909.4745 Algebraic Geometry
+0910.0500 Statistical Mechanics
+0910.1799 Superconductivity
+0910.3299 Operator Algebras
+0910.4783 Materials Science
+0911.1171
+0911.2867 Operator Algebras
+0911.3669 Combinatorics
+0911.3870 Mesoscale and Nanoscale Physics
+0911.4282 Analysis of PDEs
+0911.5064 Quantum Algebra
+0912.0277 Superconductivity
+0912.3136 Combinatorics
+0912.3318 Quantum Gases
+0912.3667 Quantum Gases
+1001.0123 Mesoscale and Nanoscale Physics
+1001.1081 Algebraic Geometry
+1001.1133 Information Theory
+1001.1775 Classical Analysis and ODEs
+1001.3374 Materials Science
+1001.3385 Quantum Gases
+1002.0275 Other Condensed Matter
+1002.0717 Strongly Correlated Electrons
+1002.1210
+1002.1818
+1002.2410
+1002.4435 Combinatorics
+1002.4732 Instrumentation and Detectors
+1003.1018 Data Analysis, Statistics and Probability
+1003.1650 Operator Algebras
+1003.1674 Cosmology and Nongalactic Astrophysics
+1003.1946 Strongly Correlated Electrons
+1003.3624
+1003.3721 Phenomenology
+1003.5624 Soft Condensed Matter
+1004.4593 Space Physics
+1005.0108 Cryptography and Security
+1005.1069 Cosmology and Nongalactic Astrophysics
+1005.1443
+1005.1589 Subcellular Processes
+1005.1954 Rings and Algebras
+1005.2013 Superconductivity
+1005.2823 Dynamical Systems
+1005.3104 Statistical Mechanics
+1005.3107 Probability
+1005.3182 Human-Computer Interaction
+1005.3993 General Physics
+1005.5490 Other Computer Science
+1005.5534 Logic
+1006.0728 Algebraic Topology
+1006.0757 Experiment
+1006.0807 Algebraic Geometry
+1006.0933 Mesoscale and Nanoscale Physics
+1006.0951 High Energy Astrophysical Phenomena
+1006.0973 Phenomenology
+1006.0987 Algebraic Geometry
+1006.0991 Artificial Intelligence
+1006.0992 Logic
+1006.0995 Numerical Analysis
+1006.0997 Rings and Algebras
+1006.1007 Experiment
+1006.1011
+1006.1012 Popular Physics
+1006.1013 Popular Physics
+1006.1015 Applications
+1006.1017 Networking and Internet Architecture
+1006.1018 Networking and Internet Architecture
+1006.1028 Combinatorics
+1006.1029 Information Retrieval
+1006.1030 Artificial Intelligence
+1006.1033 Category Theory
+1006.1034 Experiment
+1006.1039 Theory
+1006.1041 Experiment
+1006.1042
+1006.1043 Numerical Analysis
+1006.1044
+1006.1046 Experiment
+1006.1047 Probability
+1006.1051 Metric Geometry
+1006.1053 Mesoscale and Nanoscale Physics
+1006.1055 Information Theory
+1006.1060 Statistical Mechanics
+1006.1061 Instrumentation and Detectors
+1006.1062 Methodology
+1006.1064 Group Theory
+1006.1067 Instrumentation and Methods for Astrophysics
+1006.1068 Solar and Stellar Astrophysics
+1006.1070 Representation Theory
+1006.1074 Distributed, Parallel, and Cluster Computing
+1006.1076 Combinatorics
+1006.1079 Physics and Society
+1006.1087 Commutative Algebra
+1006.1096 Cosmology and Nongalactic Astrophysics
+1006.1104 Data Structures and Algorithms
+1006.1106 Experiment
+1006.1108 Number Theory
+1006.1109 Complex Variables
+1006.1110 Number Theory
+1006.1117 Data Structures and Algorithms
+1006.1119 Probability
+1006.1123 Instrumentation and Detectors
+1006.1126 Computational Geometry
+1006.1142 Experiment
+1006.1143 Other Condensed Matter
+1006.1146 Methodology
+1006.1149 Information Theory
+1006.1154 Spectral Theory
+1006.1156 Algebraic Geometry
+1006.1157 Classical Analysis and ODEs
+1006.1158 Algebraic Geometry
+1006.1160
+1006.1165 Networking and Internet Architecture
+1006.1166 Group Theory
+1006.1167 Materials Science
+1006.1168 Analysis of PDEs
+1006.1171 Probability
+1006.1172 Information Theory
+1006.1173 Optics
+1006.1176 Operator Algebras
+1006.1196 Number Theory
+1006.1199
+1006.1201 Experiment
+1006.1207 Accelerator Physics
+1006.1209 Biomolecules
+1006.1211 Algebraic Geometry
+1006.1212 Biomolecules
+1006.1216 Materials Science
+1006.1218 Fluid Dynamics
+1006.1222 Networking and Internet Architecture
+1006.1229 Number Theory
+1006.1234
+1006.1236 Chaotic Dynamics
+1006.1238 Theory
+1006.1241 Experiment
+1006.1243 Software Engineering
+1006.1244 Software Engineering
+1006.1245 Experiment
+1006.1249 Discrete Mathematics
+1006.1251 Operator Algebras
+1006.1252 Phenomenology
+1006.1255 Probability
+1006.1264 Chemical Physics
+1006.1270 Cosmology and Nongalactic Astrophysics
+1006.1273 Formal Languages and Automata Theory
+1006.1274 Theory
+1006.1286 Number Theory
+1006.1296 Instrumentation and Methods for Astrophysics
+1006.1306 Algebraic Geometry
+1006.1307 Data Structures and Algorithms
+1006.1309 Databases
+1006.1321 Probability
+1006.1328 Learning
+1006.1329 Differential Geometry
+1006.1337 Classical Analysis and ODEs
+1006.1339 Differential Geometry
+1006.1340 Combinatorics
+1006.1341 Rings and Algebras
+1006.1343 Computation and Language
+1006.1345 Networking and Internet Architecture
+gr-qc/9810022
+math/0103176 Geometric Topology
+math/0312174 Algebraic Geometry
+math/0502467 Algebraic Geometry
+math/0508042 Number Theory
+math/0601273 Probability
+nlin/0501048 Chaotic Dynamics
+physics/0504193 Fluid Dynamics
+quant-ph/0310191
+quant-ph/0504115
+0712.4036 Complex Variables
+0807.4757 Fluid Dynamics
+0809.2175 Strongly Correlated Electrons
+0811.0404 Category Theory
+0812.2379 Information Theory
+0812.3231 Number Theory
+0812.4956 Mesoscale and Nanoscale Physics
+0901.2717 Exactly Solvable and Integrable Systems
+0902.0958 Numerical Analysis
+0906.1410 Exactly Solvable and Integrable Systems
+0906.5580 Representation Theory
+0907.1340 Strongly Correlated Electrons
+0907.1682 Algebraic Geometry
+0907.2729
+0907.5519
+0908.1447 Differential Geometry
+0908.1470 Theory
+0908.2751 Rings and Algebras
+0909.3375
+0909.3851 Quantum Gases
+0909.5130 Probability
+0910.1374
+0910.1506 Mesoscale and Nanoscale Physics
+0911.0857 Mesoscale and Nanoscale Physics
+0911.1131 Cosmology and Nongalactic Astrophysics
+0911.2684 Exactly Solvable and Integrable Systems
+0911.3555
+0911.3602 K-Theory and Homology
+0911.5585 Quantum Algebra
+0912.2745 Mesoscale and Nanoscale Physics
+1001.4813
+1001.5109 Statistics Theory
+1002.2830 Theory
+1002.3922 Metric Geometry
+1003.0381 Logic in Computer Science
+1003.0431 Logic in Computer Science
+1003.0617 Multiagent Systems
+1003.0634 Other Computer Science
+1003.0958 Distributed, Parallel, and Cluster Computing
+1003.2871 Programming Languages
+1003.4090 Logic in Computer Science
+1003.4127 Numerical Analysis
+1003.4149 Computation and Language
+1003.4155 Analysis of PDEs
+1003.4187 Digital Libraries
+1003.4191 Quantum Algebra
+1003.5807 Superconductivity
+1003.5904 Phenomenology
+1003.5910 General Physics
+1003.5939 Combinatorics
+1003.5943 Populations and Evolution
+1003.5947 Adaptation and Self-Organizing Systems
+1003.5953 Materials Science
+1003.5959 Cosmology and Nongalactic Astrophysics
+1003.5960 Symplectic Geometry
+1003.5965 Theory
+1003.5971 Complex Variables
+1003.5974 Complex Variables
+1003.5976
+1003.5978 Analysis of PDEs
+1003.5979 Networking and Internet Architecture
+1003.5981 Differential Geometry
+1003.5983 Logic
+1003.5991 Algebraic Geometry
+1003.5993 Discrete Mathematics
+1003.5997 Instrumentation and Methods for Astrophysics
+1003.5999 Optics
+1003.6006 Classical Analysis and ODEs
+1003.6014 Geometric Topology
+1003.6016 Analysis of PDEs
+1003.6028 History and Overview
+1003.6032 Physics and Society
+1003.6042 Pricing of Securities
+1003.6045 Atmospheric and Oceanic Physics
+1003.6048 Group Theory
+1003.6060 Probability
+1003.6064 Cosmology and Nongalactic Astrophysics
+1003.6065 Cosmology and Nongalactic Astrophysics
+1003.6068 General Physics
+1003.6069 Discrete Mathematics
+1003.6087 Physics and Society
+1003.6090 Differential Geometry
+1003.6096 Logic in Computer Science
+1003.6098 Analysis of PDEs
+1003.6103 Theory
+1003.6107 Algebraic Geometry
+1003.6110 Theory
+1003.6119 Statistics Theory
+1003.6121
+1003.6125 Complex Variables
+1003.6130 General Physics
+alg-geom/9404014 Algebraic Geometry
+astro-ph/0007315
+hep-lat/0209053 Lattice
+math/0411568 Combinatorics
+math/0506360 Combinatorics
+math/0604583 Algebraic Geometry
+math/0605519 Classical Analysis and ODEs
+0803.1479
+0803.3769 Quantum Algebra
+0807.5104 Classical Analysis and ODEs
+0808.0883 Geometric Topology
+0809.0622 Geometric Topology
+0809.3891
+0810.0640
+0812.3440 Representation Theory
+0906.2058 Dynamical Systems
+0907.4241 Commutative Algebra
+0908.0577 Differential Geometry
+0909.3789 Combinatorics
+0910.0162
+0910.5516 Physics and Society
+0911.2978 Operator Algebras
+0912.0306 Combinatorics
+0912.3400 Differential Geometry
+0912.4927 Phenomenology
+1001.2433 Theory
+1001.5327 Superconductivity
+1002.0195 Quantum Gases
+1002.4390 Operator Algebras
+1003.0039 Cosmology and Nongalactic Astrophysics
+1003.0202 Mesoscale and Nanoscale Physics
+1003.0883
+1003.1831 Functional Analysis
+1003.3012 Theory
+1004.2316 Learning
+1004.2807 Statistical Mechanics
+1004.5017
+1005.5189 Optics
+1005.5384 Instrumentation and Methods for Astrophysics
+1005.5645 Cosmology and Nongalactic Astrophysics
+1006.0289 Information Retrieval
+1006.2076 Mesoscale and Nanoscale Physics
+1006.2846 Superconductivity
+1006.3949 Strongly Correlated Electrons
+1006.4332 Instrumentation and Methods for Astrophysics
+1006.4511 Statistical Mechanics
+1007.0400 Strongly Correlated Electrons
+1007.2336 Numerical Analysis
+1007.3245 Atomic Physics
+1007.3254 Computation and Language
+1007.3308 Mesoscale and Nanoscale Physics
+1007.4945
+1008.0439 Mesoscale and Nanoscale Physics
+1008.2521 Biological Physics
+1008.2595 Exactly Solvable and Integrable Systems
+1008.5041 Physics Education
+1009.0289
+1009.0659 Fluid Dynamics
+1009.1231 Symplectic Geometry
+1009.1236 Computational Physics
+1009.1842 Differential Geometry
+1009.1960 Mesoscale and Nanoscale Physics
+1009.2623
+1009.6072 Number Theory
+1010.0522 Computational Complexity
+1010.0737 Strongly Correlated Electrons
+1010.2105 Populations and Evolution
+1010.2151 Superconductivity
+1010.2379 Digital Libraries
+1010.2595 Logic in Computer Science
+1010.2597 Logic in Computer Science
+1010.2759 Spectral Theory
+1010.2763 Superconductivity
+1010.2764 Experiment
+1010.2768 Dynamical Systems
+1010.2770 Machine Learning
+1010.2792 Fluid Dynamics
+1010.2795 Differential Geometry
+1010.2797 Fluid Dynamics
+1010.2807 Rings and Algebras
+1010.2808 Geometric Topology
+1010.2810 Differential Geometry
+1010.2811 Phenomenology
+1010.2812 Numerical Analysis
+1010.2813
+1010.2822 Software Engineering
+1010.2823 Software Engineering
+1010.2824 Distributed, Parallel, and Cluster Computing
+1010.2825 Software Engineering
+1010.2826 Software Engineering
+1010.2827 Software Engineering
+1010.2828 Distributed, Parallel, and Cluster Computing
+1010.2830 Information Theory
+1010.2831 Information Theory
+1010.2843
+1010.2846 Computation
+1010.2847 Computation
+1010.2850 Programming Languages
+1010.2852 Materials Science
+1010.2855 Rings and Algebras
+1010.2856 Cosmology and Nongalactic Astrophysics
+1010.2857 Combinatorics
+1010.2862 Plasma Physics
+1010.2863 Differential Geometry
+1010.2866 Superconductivity
+1010.2867 Probability
+1010.2870 Disordered Systems and Neural Networks
+1010.2872
+1010.2881 Distributed, Parallel, and Cluster Computing
+1010.2884 Materials Science
+1010.2885 Data Structures and Algorithms
+1010.2889 Differential Geometry
+1010.2890 Quantum Gases
+1010.2899 Soft Condensed Matter
+1010.2903 Commutative Algebra
+1010.2907 Solar and Stellar Astrophysics
+1010.2908 Rings and Algebras
+1010.2910 Group Theory
+1010.2912 Fluid Dynamics
+1010.2916 Geometric Topology
+1010.2922 Algebraic Topology
+1010.2926 Geometric Topology
+1010.2928 Other Condensed Matter
+1010.2933 Dynamical Systems
+1010.2938 Statistical Mechanics
+1010.2940 Strongly Correlated Electrons
+1010.2941 Analysis of PDEs
+1010.2942 Instrumentation and Detectors
+1010.2947 Analysis of PDEs
+1010.2953 Statistical Mechanics
+1010.2954 Solar and Stellar Astrophysics
+1010.2958 Computational Geometry
+1010.2960 Analysis of PDEs
+1010.2961 Optics
+1010.2962 Algebraic Geometry
+1010.2964 Combinatorics
+1010.2965 Other Condensed Matter
+1010.2967 Fluid Dynamics
+1010.2968 General Physics
+1010.2970 Optics
+1010.2974 Phenomenology
+1010.2975 Biomolecules
+1010.2983 Networking and Internet Architecture
+1010.2987 Probability
+1010.2989 Discrete Mathematics
+1010.2997 Combinatorics
+1010.3001 Genomics
+1010.3002 Fluid Dynamics
+1010.3005 Geometric Topology
+1010.3009 Neurons and Cognition
+1010.3012 Optics
+1010.3013 Dynamical Systems
+cond-mat/0612298 Strongly Correlated Electrons
+math/0405130 Metric Geometry
+math/0602105 Geometric Topology
+physics/0503130 Atomic Physics
+physics/0608083 Atomic Physics
+q-bio/0504022 Populations and Evolution
+q-bio/0602018 Populations and Evolution
+quant-ph/0109130
+0704.1395 Phenomenology
+0704.2519 Medical Physics
+0705.0248 Medical Physics
+0706.0627 Phenomenology
+0706.2531 Phenomenology
+0706.3065 Phenomenology
+0706.3498 Phenomenology
+0706.4188 Theory
+0707.0328
+0707.1543 Experiment
+0707.1675 Exactly Solvable and Integrable Systems
+0707.2233 Phenomenology
+0707.3538 Phenomenology
+0708.1301 Phenomenology
+0708.1691 Medical Physics
+0708.2011 Analysis of PDEs
+0709.1226 Phenomenology
+0709.1491 Theory
+0710.2731
+0802.4202 Complex Variables
+0803.1156
+0805.0751
+0805.2069 Algebraic Geometry
+0805.4061 Fluid Dynamics
+0806.0518
+0808.3807 Mesoscale and Nanoscale Physics
+0809.2506 Probability
+0809.2841 Superconductivity
+0810.0495 Soft Condensed Matter
+0811.2751 Soft Condensed Matter
+0811.3008
+0902.3421 Mesoscale and Nanoscale Physics
+0902.4311 Combinatorics
+0903.0961 Theory
+0904.1973 Superconductivity
+0905.2633 Superconductivity
+0907.4649 Analysis of PDEs
+0908.1505 Commutative Algebra
+0908.2159 Quantum Gases
+0908.2640
+0909.2088 Rings and Algebras
+0909.4370 Machine Learning
+0910.1184
+0910.3237 Mesoscale and Nanoscale Physics
+0910.5467 Phenomenology
+0910.5707 Statistical Mechanics
+0911.0591
+0911.1000
+0911.1581 Cosmology and Nongalactic Astrophysics
+0911.1848 Exactly Solvable and Integrable Systems
+0911.5276 Algebraic Geometry
+0912.0148 Soft Condensed Matter
+0912.1827 Mesoscale and Nanoscale Physics
+0912.1879 Portfolio Management
+0912.1907 Earth and Planetary Astrophysics
+0912.4630 Materials Science
+0912.4957 Phenomenology
+1001.3811 Soft Condensed Matter
+1001.4669
+1002.4666
+1003.0874
+1003.1468 Phenomenology
+1003.1787 Information Theory
+1003.2049
+1003.4012 Data Structures and Algorithms
+1003.5301 Combinatorics
+1003.5877
+1004.2266 Statistical Mechanics
+1004.2606 Cosmology and Nongalactic Astrophysics
+1004.3624
+1004.5426 Mesoscale and Nanoscale Physics
+1005.0779
+1005.2528 Strongly Correlated Electrons
+1005.3610 Statistical Mechanics
+1005.4477
+1005.4480
+1005.5136 Phenomenology
+1005.5536 Populations and Evolution
+1006.0076 Differential Geometry
+1006.0740 Phenomenology
+1006.1436 Commutative Algebra
+1006.2646 Quantum Gases
+1006.2947 Commutative Algebra
+1006.3280 Phenomenology
+1006.5211
+1006.5446 Cosmology and Nongalactic Astrophysics
+1007.0191 Theory
+1007.0755 Cosmology and Nongalactic Astrophysics
+1007.0922 Quantum Gases
+1007.2971 Theory
+1007.3436 Classical Analysis and ODEs
+1007.3937
+1007.4435 Cosmology and Nongalactic Astrophysics
+1007.4440 Physics and Society
+1007.4466 Soft Condensed Matter
+1007.4650 Strongly Correlated Electrons
+1007.5199 Theory
+1007.5303 Dynamical Systems
+1007.5504 Soft Condensed Matter
+1008.0032 Superconductivity
+1008.1691 General Physics
+1008.4399 Solar and Stellar Astrophysics
+1008.4434 Lattice
+1009.0495 Classical Physics
+1009.2495 Cosmology and Nongalactic Astrophysics
+1009.3809 Data Structures and Algorithms
+1009.5399 Solar and Stellar Astrophysics
+1010.0795 Plasma Physics
+1010.1953 Physics and Society
+1010.2540 Number Theory
+1010.2814 Geometric Topology
+1010.2869 Phenomenology
+1010.3370
+1010.3543 Analysis of PDEs
+1010.3828 Adaptation and Self-Organizing Systems
+1010.4329 Solar and Stellar Astrophysics
+1010.5269 Algebraic Topology
+1010.5943 Artificial Intelligence
+1010.6209 Statistics Theory
+1010.6227 Statistics Theory
+1011.0119 Theory
+1011.0340
+1011.0427 Cosmology and Nongalactic Astrophysics
+1011.0442 Fluid Dynamics
+1011.0444 Mesoscale and Nanoscale Physics
+1011.0449 Other Quantitative Biology
+1011.0451 History and Overview
+1011.0456 Theory
+1011.0459 High Energy Astrophysical Phenomena
+1011.0460 Representation Theory
+1011.0465 High Energy Astrophysical Phenomena
+1011.0470 Instrumentation and Methods for Astrophysics
+1011.0471 Methodology
+1011.0472 Learning
+1011.0474 Information Theory
+1011.0476 Solar and Stellar Astrophysics
+1011.0482
+1011.0485 Numerical Analysis
+1011.0487 Programming Languages
+1011.0488 Computational Engineering, Finance, and Science
+1011.0489 Computational Engineering, Finance, and Science
+1011.0490 Computational Engineering, Finance, and Science
+1011.0491 Logic in Computer Science
+1011.0492 Computational Engineering, Finance, and Science
+1011.0493 Computational Engineering, Finance, and Science
+1011.0494 Programming Languages
+1011.0495 Distributed, Parallel, and Cluster Computing
+1011.0496 Computational Engineering, Finance, and Science
+1011.0502 Information Retrieval
+1011.0506 Computation
+1011.0507 Other Computer Science
+1011.0519 Computation and Language
+1011.0525 Combinatorics
+1011.0527 Cryptography and Security
+1011.0528 Fluid Dynamics
+1011.0529 Dynamical Systems
+1011.0531 Data Structures and Algorithms
+1011.0532 Probability
+1011.0536
+1011.0539 Networking and Internet Architecture
+1011.0545 Classical Analysis and ODEs
+1011.0553
+1011.0555 Geometric Topology
+1011.0566 Representation Theory
+1011.0568 Cosmology and Nongalactic Astrophysics
+1011.0571 Lattice
+1011.0572 Cosmology and Nongalactic Astrophysics
+1011.0573 Algebraic Geometry
+1011.0577 Differential Geometry
+1011.0580 Combinatorics
+1011.0585 Phenomenology
+1011.0587 Cosmology and Nongalactic Astrophysics
+1011.0589 Theory
+1011.0590 Dynamical Systems
+1011.0592 Applications
+1011.0594 Software Engineering
+1011.0595 Methodology
+1011.0596 Computer Vision and Pattern Recognition
+1011.0601 Applications
+1011.0603 Differential Geometry
+1011.0605 Mesoscale and Nanoscale Physics
+1011.0608 Applications
+1011.0609
+1011.0610 Applications
+1011.0612 Geometric Topology
+1011.0613 Differential Geometry
+1011.0619 Applications
+1011.0626 Applications
+1011.0628 Artificial Intelligence
+1011.0629 Solar and Stellar Astrophysics
+1011.0636 Discrete Mathematics
+1011.0639 Lattice
+1011.0643 Lattice
+1011.0645
+1011.0646 Applications
+1011.0649 Algebraic Geometry
+1011.0650 Algebraic Geometry
+1011.0651 Algebraic Geometry
+1011.0652 Algebraic Geometry
+1011.0653 Discrete Mathematics
+1011.0657 Lattice
+1011.0658 Geometric Topology
+1011.0663 Physics Education
+1011.0670 Other Condensed Matter
+1011.0675 Probability
+1011.0677 Materials Science
+1011.0681 Phenomenology
+1011.0687 Physics Education
+1011.0692 Phenomenology
+1011.0699 Theory
+1011.0701 Chemical Physics
+1011.0703 Materials Science
+1011.0704 Phenomenology
+1011.0706 Metric Geometry
+1011.0719 Biological Physics
+cond-mat/0411317 Other Condensed Matter
+cond-mat/0601210 Statistical Mechanics
+hep-ex/0003034 Experiment
+hep-ph/0001250 Phenomenology
+hep-ph/0001281 Phenomenology
+hep-ph/0605065 Phenomenology
+hep-ph/0611310 Phenomenology
+hep-th/0605042 Theory
+math-ph/0207016
+math-ph/0207023
+math-ph/0611061
+math/0004053 Classical Analysis and ODEs
+math/0305385 Classical Analysis and ODEs
+math/0504456 Classical Analysis and ODEs
+math/0512306 Number Theory
+nucl-th/9911075
+0704.0935 Materials Science
+0707.1744 Probability
+0707.2380 Soft Condensed Matter
+0707.2595 Soft Condensed Matter
+0707.3255 Differential Geometry
+0709.3109 Statistical Mechanics
+0710.5050
+0711.1508 Mesoscale and Nanoscale Physics
+0712.3044 Strongly Correlated Electrons
+0712.3567 Statistical Mechanics
+0801.3103 Representation Theory
+0802.2887 Differential Geometry
+0803.0146 Computer Vision and Pattern Recognition
+0803.1018 Combinatorics
+0803.3322 Number Theory
+0803.4197 Molecular Networks
+0803.4494 Differential Geometry
+0804.3037 Probability
+0805.2188 Materials Science
+0807.0596
+0807.1534 Soft Condensed Matter
+0807.2017
+0808.3090 Disordered Systems and Neural Networks
+0809.2402 Statistics Theory
+0809.3363 Dynamical Systems
+0809.5061
+0810.0084 Quantum Algebra
+0810.0755 Soft Condensed Matter
+0810.3145 Lattice
+0810.3836 Distributed, Parallel, and Cluster Computing
+0810.4410 Mesoscale and Nanoscale Physics
+0812.1310 Molecular Networks
+0812.3672 Probability
+0901.2402 Cosmology and Nongalactic Astrophysics
+0902.1249 Numerical Analysis
+0902.3089 Statistical Mechanics
+0902.3243 Statistical Mechanics
+0902.3550 Combinatorics
+0902.3877 Algebraic Geometry
+0902.3882 Algebraic Geometry
+0903.0713
+0903.2841 Soft Condensed Matter
+0903.3616 Analysis of PDEs
+0904.1325 Algebraic Geometry
+0904.2913 General Finance
+0904.4676 Analysis of PDEs
+0905.1679 Algebraic Geometry
+0905.1891 Strongly Correlated Electrons
+0905.1961 Combinatorics
+0905.2068 Plasma Physics
+0905.2445
+0905.2496
+0905.2714 Molecular Networks
+0905.3701 Probability
+0906.1427 Metric Geometry
+0906.2859
+0906.3282 Information Theory
+0906.3491 Geometric Topology
+0906.3793 Algebraic Geometry
+0906.3912 Molecular Networks
+0907.0264 Mesoscale and Nanoscale Physics
+0907.0724 Combinatorics
+0907.1848
+0907.4598
+0908.0061 Strongly Correlated Electrons
+0908.0143 Optimization and Control
+0908.0186
+0908.4403 Computational Physics
+0909.1583 Biological Physics
+0909.2159
+0909.3713
+0910.0270 Biological Physics
+0910.2628 Soft Condensed Matter
+0910.3411 Plasma Physics
+0910.5538 Analysis of PDEs
+0911.0802
+0911.1414
+0911.1463 Fluid Dynamics
+0911.3082
+0911.3938 Mesoscale and Nanoscale Physics
+0911.4232
+0912.0587
+0912.1460 Cosmology and Nongalactic Astrophysics
+0912.1772 Fluid Dynamics
+0912.5307 Algebraic Topology
+1001.0136 Combinatorics
+1001.0543
+1001.5160 Probability
+1002.0232
+1002.0554 Number Theory
+1002.0765 Instrumentation and Methods for Astrophysics
+1002.1414 Combinatorics
+1002.2832
+1002.3027 Statistical Mechanics
+1002.4536 Combinatorics
+1003.0215 Differential Geometry
+1003.0811 Materials Science
+1003.1236 Number Theory
+1003.1773 Differential Geometry
+1003.2215 Differential Geometry
+1003.2933 Phenomenology
+1003.2994 Mesoscale and Nanoscale Physics
+1003.3048 Atomic Physics
+1003.3214 Cosmology and Nongalactic Astrophysics
+1003.3776 Metric Geometry
+1004.1187 Analysis of PDEs
+1004.1553 Disordered Systems and Neural Networks
+1004.1932 Soft Condensed Matter
+1004.2124 High Energy Astrophysical Phenomena
+1004.5316 Soft Condensed Matter
+1005.0472
+1005.0798
+1005.0868 Cosmology and Nongalactic Astrophysics
+1005.1015 Lattice
+1005.1318
+1005.3950 Accelerator Physics
+1005.4054 Cosmology and Nongalactic Astrophysics
+1005.4599 Phenomenology
+1005.5105 Portfolio Management
+1006.0281 Cosmology and Nongalactic Astrophysics
+1006.0547 Complex Variables
+1006.0674
+1006.0762 Mesoscale and Nanoscale Physics
+1006.0914 Optics
+1006.1001 Mesoscale and Nanoscale Physics
+1006.1107 Superconductivity
+1006.1271 Materials Science
+1006.3311 Superconductivity
+1006.5303
+1006.5312
+1006.5743 Soft Condensed Matter
+1007.0330 Soft Condensed Matter
+1007.0337 Soft Condensed Matter
+1007.0458 Chemical Physics
+1007.1340 Populations and Evolution
+1007.1498 Differential Geometry
+1007.1646 Strongly Correlated Electrons
+1007.2286 Superconductivity
+1007.2457 Cosmology and Nongalactic Astrophysics
+1007.3168 Mesoscale and Nanoscale Physics
+1007.3290 General Physics
+1007.3328 Lattice
+1007.3814
+1007.4153 Mesoscale and Nanoscale Physics
+1007.4277 Cosmology and Nongalactic Astrophysics
+1007.5388 Statistics Theory
+1008.1048 Discrete Mathematics
+1008.2129
+1008.2585 Solar and Stellar Astrophysics
+1008.4227 Disordered Systems and Neural Networks
+1008.4863 Solar and Stellar Astrophysics
+1009.0257
+1009.0714 Mesoscale and Nanoscale Physics
+1009.0792 Combinatorics
+1009.1102 Disordered Systems and Neural Networks
+1009.1456 General Physics
+1009.1771
+1009.2649
+1009.3869 Representation Theory
+1009.3975 Analysis of PDEs
+1009.4649 Numerical Analysis
+1009.5229 Phenomenology
+1009.5409 Differential Geometry
+1009.6135 Experiment
+1010.1399 Number Theory
+1010.1408
+1010.1454 High Energy Astrophysical Phenomena
+1010.1567 Instrumentation and Methods for Astrophysics
+1010.1615 Complex Variables
+1010.1784 Combinatorics
+1010.1785 Materials Science
+1010.1788 Operator Algebras
+1010.1795 Fluid Dynamics
+1010.1796 Mesoscale and Nanoscale Physics
+1010.1799 Statistics Theory
+1010.1800 Information Theory
+1010.1810 Category Theory
+1010.1817
+1010.1818 Superconductivity
+1010.1821 Theory
+1010.1823
+1010.1824 Information Retrieval
+1010.1826 Computation and Language
+1010.1828 Differential Geometry
+1010.1834 Discrete Mathematics
+1010.1843 Optimization and Control
+1010.1851 Experiment
+1010.1858 Mesoscale and Nanoscale Physics
+1010.1861
+1010.1862 Optimization and Control
+1010.1863 Differential Geometry
+1010.1866 Populations and Evolution
+1010.1868 Machine Learning
+1010.1877 Strongly Correlated Electrons
+1010.1881 Strongly Correlated Electrons
+1010.1882 Strongly Correlated Electrons
+1010.1888 Learning
+1010.1889
+1010.1890 Commutative Algebra
+1010.1891 Space Physics
+1010.1893 Theory
+1010.1896 Analysis of PDEs
+1010.1898 Strongly Correlated Electrons
+1010.1899 Information Theory
+1010.1900 Algebraic Geometry
+1010.1902 Probability
+1010.1908 Atmospheric and Oceanic Physics
+1010.1910 Solar and Stellar Astrophysics
+1010.1911 Information Theory
+1010.1916 Exactly Solvable and Integrable Systems
+1010.1917 Classical Physics
+1010.1923 Algebraic Geometry
+1010.1931 Phenomenology
+1010.1932 Exactly Solvable and Integrable Systems
+1010.1936 Operator Algebras
+1010.1944 Dynamical Systems
+1010.1945 Discrete Mathematics
+1010.1948 Data Structures and Algorithms
+1010.1955 Discrete Mathematics
+1010.1960 Disordered Systems and Neural Networks
+1010.1971 Phenomenology
+1010.1974 Experiment
+1010.1976 Algebraic Geometry
+1010.1978 Differential Geometry
+1010.1981 Number Theory
+1010.1982 Symbolic Computation
+1010.1988 Theory
+1010.1989
+1010.1990 Metric Geometry
+1010.1991 Operator Algebras
+1010.1998 Algebraic Geometry
+1010.2000 Distributed, Parallel, and Cluster Computing
+1010.2003 Differential Geometry
+1010.2007 Statistical Mechanics
+1010.2009
+1010.2028 Materials Science
+1010.2029 Accelerator Physics
+1010.2032 Metric Geometry
+1010.2036 Classical Analysis and ODEs
+1010.2043 Statistics Theory
+1010.2044 Fluid Dynamics
+1010.2046 Exactly Solvable and Integrable Systems
+1010.2047 Combinatorics
+1010.2051 Phenomenology
+1010.2056 Earth and Planetary Astrophysics
+1010.2060
+1010.2062
+1010.2064 Statistics Theory
+1010.2065 Space Physics
+1010.2066 Statistics Theory
+1010.2071 High Energy Astrophysical Phenomena
+1010.2073 Mesoscale and Nanoscale Physics
+1010.2074 Statistics Theory
+1010.2075 Classical Analysis and ODEs
+1010.2077 General Physics
+1010.2079 Theory
+1010.2082
+1010.2083 History and Overview
+1010.2090 Mesoscale and Nanoscale Physics
+1010.2091 Differential Geometry
+1010.2095 Solar and Stellar Astrophysics
+1010.2102 Artificial Intelligence
+1010.2106 Probability
+1010.2110 Portfolio Management
+1010.2111 Analysis of PDEs
+1010.2126 Classical Analysis and ODEs
+1010.2127 Analysis of PDEs
+1010.2128 Systems and Control
+1010.2132 Analysis of PDEs
+1010.2133 Theory
+1010.2136 Solar and Stellar Astrophysics
+1010.2137 Analysis of PDEs
+1010.2144 Fluid Dynamics
+1010.2145 Quantitative Methods
+1010.2155 Probability
+1010.2157 Information Theory
+1010.2158 Information Theory
+1010.2173 Physics and Society
+1010.2178 Solar and Stellar Astrophysics
+1010.2180
+1010.2181 Number Theory
+1010.2182 Solar and Stellar Astrophysics
+1010.2183 Analysis of PDEs
+1010.2184 Pricing of Securities
+1010.2188 Number Theory
+1010.2191 Fluid Dynamics
+1010.2193 Probability
+1010.2194 Differential Geometry
+1010.2197 Earth and Planetary Astrophysics
+cond-mat/0203039 Mesoscale and Nanoscale Physics
+cond-mat/0204192 Materials Science
+cond-mat/0212610 Mesoscale and Nanoscale Physics
+cond-mat/0301055 Mesoscale and Nanoscale Physics
+cond-mat/0302523 Mesoscale and Nanoscale Physics
+cond-mat/0303157 Mesoscale and Nanoscale Physics
+cond-mat/0303158 Mesoscale and Nanoscale Physics
+cond-mat/0309118
+cond-mat/0309513
+cond-mat/0309685 Mesoscale and Nanoscale Physics
+cond-mat/0311143 Mesoscale and Nanoscale Physics
+cond-mat/0401248 Mesoscale and Nanoscale Physics
+cond-mat/0403348 Mesoscale and Nanoscale Physics
+cond-mat/0403448 Mesoscale and Nanoscale Physics
+cond-mat/0403510 Mesoscale and Nanoscale Physics
+cond-mat/0406337 Mesoscale and Nanoscale Physics
+cond-mat/0504001 Mesoscale and Nanoscale Physics
+cond-mat/0506286 Mesoscale and Nanoscale Physics
+cond-mat/0508297 Mesoscale and Nanoscale Physics
+cond-mat/0511680 Mesoscale and Nanoscale Physics
+cond-mat/0512172 Strongly Correlated Electrons
+cond-mat/0605278 Mesoscale and Nanoscale Physics
+cond-mat/0606559 Materials Science
+cond-mat/0610756 Mesoscale and Nanoscale Physics
+cond-mat/0703311 Mesoscale and Nanoscale Physics
+cond-mat/0703351 Soft Condensed Matter
+cond-mat/9207001
+cond-mat/9207004
+cond-mat/9303009
+cond-mat/9304020
+cond-mat/9305030
+cond-mat/9306034
+cond-mat/9310079
+cond-mat/9401048
+cond-mat/9410103
+cond-mat/9503062
+cond-mat/9505141
+cond-mat/9602122
+cond-mat/9606224
+gr-qc/0603117
+gr-qc/9801035
+hep-ph/0505192 Phenomenology
+math/0312002 Numerical Analysis
+math/0408297 Dynamical Systems
+math/0507430 Algebraic Geometry
+math/0508245 Operator Algebras
+math/0512074 Algebraic Geometry
+math/0702618 Commutative Algebra
+math/9505214 Classical Analysis and ODEs
+physics/0602109 Atomic Physics
+physics/0609196 Atomic Physics
+physics/0610018 Physics and Society
+quant-ph/0205037
+quant-ph/0412141
+0708.4096 Phenomenology
+0710.2682 Representation Theory
+0711.2562 Number Theory
+0712.4103 Information Theory
+0802.0467 Geometric Topology
+0804.3759 Representation Theory
+0805.4539 Phenomenology
+0808.3462
+0810.4507
+0810.5282 Dynamical Systems
+0901.4588
+0904.1235 Algebraic Geometry
+0905.0269 Materials Science
+0906.5387
+0907.1278 Phenomenology
+0907.5035 Probability
+0908.4470 Phenomenology
+0909.4378 Superconductivity
+0910.2239 Theory
+0911.5174
+0912.3061
+0912.4157 Atomic and Molecular Clusters
+0912.5414 General Physics
+1001.1838
+1001.3240 Chaotic Dynamics
+1001.3601 Commutative Algebra
+math/0209316 Combinatorics
+math/0210052 Combinatorics
+math/0309330 Combinatorics
+math/0411245 Algebraic Geometry
+math/0605165 Algebraic Geometry
+math/0609047 Combinatorics
+math/0609048 Combinatorics
+math/0609051 Combinatorics
+0805.1024 Functional Analysis
+0805.2020 Functional Analysis
+0807.4406
+0808.2761 Number Theory
+0809.4209 Analysis of PDEs
+0810.2072 Spectral Theory
+0811.4170 Computers and Society
+0901.0936 Subcellular Processes
+0901.1910 Subcellular Processes
+0901.3797 Symplectic Geometry
+0902.4070 Functional Analysis
+0903.0977 Theory
+0903.4274
+0903.4450 High Energy Astrophysical Phenomena
+0904.1042 Statistical Finance
+0906.1820 Representation Theory
+0906.5014 Dynamical Systems
+0908.3192 Phenomenology
+0909.3837 Lattice
+0911.2370 Lattice
+0911.3863 Classical Analysis and ODEs
+0912.2036 Strongly Correlated Electrons
+0912.3076 Popular Physics
+1001.0177 Algebraic Geometry
+1001.2764 Rings and Algebras
+1002.2540
+1002.2623 Probability
+1002.3912 Cosmology and Nongalactic Astrophysics
+1004.0472 Mesoscale and Nanoscale Physics
+1004.1915 Soft Condensed Matter
+1004.2203 Quantum Gases
+1004.3941 Classical Analysis and ODEs
+1004.5006
+1004.5252
+1005.1182 Soft Condensed Matter
+1005.2185 Phenomenology
+1005.2894 Distributed, Parallel, and Cluster Computing
+1005.4840 Theory
+1005.5014 Mesoscale and Nanoscale Physics
+1005.5269 Complex Variables
+1005.5658 Theory
+1006.2311
+1006.4489 High Energy Astrophysical Phenomena
+1007.1407 Information Theory
+1007.1439 Mesoscale and Nanoscale Physics
+1007.3983
+1007.5349 Dynamical Systems
+1008.0876 Instrumentation and Detectors
+1008.1110 Experiment
+1008.1782 High Energy Astrophysical Phenomena
+1008.1960 General Finance
+1008.2016 Differential Geometry
+1008.2345 Cryptography and Security
+1008.2471 Statistics Theory
+1008.2497 Materials Science
+1008.2601 Materials Science
+1008.2762 Phenomenology
+1008.2764
+1008.2766 Phenomenology
+1008.2767 Distributed, Parallel, and Cluster Computing
+1008.2780 Statistics Theory
+1008.2784
+1008.2785 Algebraic Geometry
+1008.2787
+1008.2789 Logic
+1008.2795 Group Theory
+1008.2799 Distributed, Parallel, and Cluster Computing
+1008.2802 General Physics
+1008.2806
+1008.2813 Phenomenology
+1008.2819 Geometric Topology
+1008.2820 Superconductivity
+1008.2822 Superconductivity
+1008.2823 Group Theory
+1008.2824 Cryptography and Security
+1008.2831 General Physics
+1008.2836 Mesoscale and Nanoscale Physics
+1008.2841 Networking and Internet Architecture
+1008.2842 Astrophysics of Galaxies
+1008.2847 Spectral Theory
+1008.2848 Solar and Stellar Astrophysics
+1008.2851 Geometric Topology
+1008.2852 Cosmology and Nongalactic Astrophysics
+1008.2853 Statistical Mechanics
+1008.2855 Networking and Internet Architecture
+1008.2856 Algebraic Geometry
+1008.2859 Chaotic Dynamics
+1008.2866 General Physics
+1008.2867 Astrophysics of Galaxies
+1008.2869
+1008.2870 Methodology
+1008.2871 Instrumentation and Methods for Astrophysics
+1008.2872 Materials Science
+1008.2874 Optics
+1008.2876 Fluid Dynamics
+1008.2877 Data Analysis, Statistics and Probability
+1008.2879
+1008.2886 Statistics Theory
+1008.2897 Discrete Mathematics
+1008.2909 Data Structures and Algorithms
+1008.2913 Phenomenology
+1008.2917 Soft Condensed Matter
+1008.2919 Group Theory
+1008.2922 Quantum Gases
+1008.2925 Phenomenology
+1008.2927 Phenomenology
+1008.2931 Solar and Stellar Astrophysics
+1008.2933 Metric Geometry
+1008.2950 Combinatorics
+1008.2952 Computational Complexity
+astro-ph/0609543
+physics/0702098 Fluid Dynamics
+0704.2204
+0704.3030
+0704.3034
+0704.3288
+0705.0887
+0705.2862 Cryptography and Security
+0705.3069
+0706.0847
+0706.0864
+0706.1928 Probability
+0706.1997
+0706.2904
+0708.0329 Probability
+0709.1113
+0709.2227
+0710.0373
+0710.0385
+0710.1062
+0710.2250
+0710.2768 General Topology
+0710.4059
+0711.1617
+0711.2361
+0711.5027
+0801.1455
+0801.3297
+0803.0805
+0804.4492 Superconductivity
+0805.3507 Phenomenology
+0806.1060 Mesoscale and Nanoscale Physics
+0806.1146 Phenomenology
+0806.4631 Logic in Computer Science
+0807.0228
+0807.1681 Probability
+0808.0194
+0808.0466 Phenomenology
+0808.2976
+0809.3144
+0810.2368
+0810.3482
+0810.4333
+0812.0819 Strongly Correlated Electrons
+0902.0344 Other Condensed Matter
+0903.0750
+0903.5344 Probability
+0905.1375 Information Theory
+0905.4537 Combinatorics
+0906.5136 General Topology
+0907.0799 High Energy Astrophysical Phenomena
+0908.0564 Mesoscale and Nanoscale Physics
+0908.2768 Lattice
+0908.4454
+0909.0858 Lattice
+0909.1843 Lattice
+0909.2019 Lattice
+0909.2241 Lattice
+0909.2281 Lattice
+0909.2686 Lattice
+0909.2828 Combinatorics
+0909.2840 Lattice
+0909.2948 Combinatorics
+0909.3077 Lattice
+0909.4532 Lattice
+0909.5126 Lattice
+0910.0072 Astrophysics of Galaxies
+0910.0133 Lattice
+0910.0441 Lattice
+0910.0947 Lattice
+0910.1006 Lattice
+0910.1206 Lattice
+0910.1226 Lattice
+0910.1391 Lattice
+0910.1465 Lattice
+0910.1896 Lattice
+0910.2300 Lattice
+0910.2321 Lattice
+0910.2372 Lattice
+0910.2437 Lattice
+0910.2455 Lattice
+0910.2485 Lattice
+0910.2562 Phenomenology
+0910.2597 Lattice
+0910.2630 Lattice
+0910.2658 Lattice
+0910.2687 Lattice
+0910.2749 Lattice
+0910.2772 Lattice
+0910.2780 Lattice
+0910.2781 Lattice
+0910.2784 Lattice
+0910.2794 Lattice
+0910.2795 Lattice
+0910.2802 Lattice
+0910.2824 Lattice
+0910.2889 Lattice
+0910.2897 Lattice
+0910.2921 Lattice
+0910.2924 Lattice
+0910.2950 Lattice
+0910.3006 Lattice
+0910.3098 Lattice
+0910.3149 Lattice
+0910.3271 Lattice
+0910.3471 Lattice
+0910.3618 Lattice
+0910.3816 Lattice
+0910.3878 Lattice
+0910.3909 Quantum Gases
+0910.3919 Lattice
+0910.4063 General Topology
+0910.4131 Lattice
+0910.4138 Lattice
+0910.4190 Lattice
+0910.4196 Lattice
+0910.4218 Lattice
+0910.4255 Lattice
+0910.4682 Lattice
+0910.4828 Lattice
+0910.5036 Lattice
+0910.5148 Lattice
+0910.5168 Lattice
+0910.5284 Lattice
+0910.5573 Lattice
+0910.5586 Lattice
+0910.5617 Lattice
+0910.5686 Lattice
+0910.5785 Lattice
+0911.0254 Lattice
+0911.0361 Lattice
+0911.0592 Lattice
+0911.0646 Lattice
+0911.0755 Lattice
+0911.1071 Lattice
+0911.1238 Lattice
+0911.1348 Lattice
+0911.1541 Lattice
+0911.1568 Lattice
+0911.1825 Lattice
+0911.1831 Lattice
+0911.1852 Lattice
+0911.1931 Lattice
+0911.2038 Lattice
+0911.2044 Lattice
+0911.2133 Lattice
+0911.2174 Lattice
+0911.2207 Lattice
+0911.2305 Lattice
+0911.2407 Lattice
+0911.2463 Lattice
+0911.2520 Lattice
+0911.2542 Lattice
+0911.2550 Lattice
+0911.2596 Lattice
+0911.2609 Lattice
+0911.2934 Lattice
+0911.3127 Lattice
+0911.3204 Lattice
+0911.3254 Lattice
+0911.3373 Lattice
+0911.3609 Lattice
+0911.3756 Lattice
+0911.3757 Lattice
+0911.4099 Lattice
+0911.4164 Lattice
+0911.4493 High Energy Astrophysical Phenomena
+0911.4505 Lattice
+0911.4533 Lattice
+0911.4710 Instrumentation and Methods for Astrophysics
+0911.4723 Solar and Stellar Astrophysics
+0911.4869 Lattice
+0911.5244 Lattice
+0911.5362 Lattice
+0911.5366 Populations and Evolution
+0911.5432 Lattice
+0911.5532 Lattice
+0911.5688 Probability
+0912.0044 Lattice
+0912.0167 Lattice
+0912.0207 Lattice
+0912.0253 Lattice
+0912.0327 Lattice
+0912.0388 Lattice
+0912.0919 Lattice
+0912.1054 Number Theory
+0912.1144 Lattice
+0912.2249 Lattice
+0912.2268 Lattice
+0912.2448 Lattice
+0912.2524 Lattice
+0912.3238 Lattice
+0912.4119 Lattice
+0912.4919 Lattice
+0912.5037 Lattice
+0912.5188 Lattice
+1001.0563 Theory
+1001.0941 Lattice
+1001.1241 Lattice
+1001.1498 Lattice
+1001.3158 Theory
+1001.4390 Lattice
+1002.2919 Experiment
+1003.1877
+1003.3096 Quantum Gases
+1003.4046 Fluid Dynamics
+1004.2152
+1005.0166 Spectral Theory
+1005.3696
+1005.4102
+1005.4520 Dynamical Systems
+1005.5352 Lattice
+1006.1994
+1006.2372 Phenomenology
+1007.0589 Earth and Planetary Astrophysics
+1007.1070 Mesoscale and Nanoscale Physics
+1007.1674 Theory
+1007.1810 Theory
+1007.3076
+1007.3383 Strongly Correlated Electrons
+1007.4594 Mesoscale and Nanoscale Physics
+1008.0780 Functional Analysis
+1008.1944 Statistical Mechanics
+1008.2586 Superconductivity
+1008.2792
+1008.3697 Computational Physics
+1008.4074 Metric Geometry
+1009.0455
+1009.2645 Group Theory
+1009.3324 Theory
+1009.3391 Logic in Computer Science
+1009.3580 Group Theory
+1009.4479 Cosmology and Nongalactic Astrophysics
+1009.5251 Probability
+1009.5397 Data Structures and Algorithms
+1010.1284 Mesoscale and Nanoscale Physics
+1010.1428 Phenomenology
+1010.2196 Programming Languages
+1010.3083 Computer Science and Game Theory
+1010.3141 Instrumentation and Detectors
+1010.3778 Dynamical Systems
+1010.3820
+1010.4493 Theory
+1010.5153 Dynamical Systems
+1010.5768 Commutative Algebra
+1010.6082 Mesoscale and Nanoscale Physics
+1011.0233 Artificial Intelligence
+1011.0458 General Finance
+1011.0535 Complex Variables
+1011.0846 Commutative Algebra
+1011.0947 Theory
+1011.0977
+1011.0997 Numerical Analysis
+1011.1010 Combinatorics
+1011.1013 Cosmology and Nongalactic Astrophysics
+1011.1020
+1011.1021 Software Engineering
+1011.1023 Biological Physics
+1011.1026 Machine Learning
+1011.1027 Rings and Algebras
+1011.1034 Complex Variables
+1011.1041 Phenomenology
+1011.1044 Combinatorics
+1011.1046 Complex Variables
+1011.1047 Soft Condensed Matter
+1011.1049 Functional Analysis
+1011.1057 Combinatorics
+1011.1058 Discrete Mathematics
+1011.1061 Algebraic Geometry
+1011.1062 Numerical Analysis
+1011.1071 Mesoscale and Nanoscale Physics
+1011.1075 High Energy Astrophysical Phenomena
+1011.1076 General Physics
+1011.1077 Number Theory
+1011.1079 Methodology
+1011.1083 Algebraic Geometry
+1011.1085 Geophysics
+1011.1086 Analysis of PDEs
+1011.1087 Soft Condensed Matter
+1011.1092 Lattice
+1011.1097 Cosmology and Nongalactic Astrophysics
+1011.1098 Methodology
+1011.1102 Probability
+1011.1103 Probability
+1011.1104 Analysis of PDEs
+1011.1105 Mesoscale and Nanoscale Physics
+1011.1106 Theory
+1011.1115 Dynamical Systems
+1011.1119 Cryptography and Security
+1011.1120 General Physics
+1011.1121 Cryptography and Security
+1011.1123 Solar and Stellar Astrophysics
+1011.1126 Solar and Stellar Astrophysics
+1011.1127 Cryptography and Security
+1011.1128 Solar and Stellar Astrophysics
+1011.1131 Accelerator Physics
+1011.1132 Cryptography and Security
+1011.1133 Cryptography and Security
+1011.1139 Methodology
+1011.1147 High Energy Astrophysical Phenomena
+1011.1149 Analysis of PDEs
+1011.1160 Other Statistics
+1011.1163
+1011.1172 Logic in Computer Science
+1011.1173 Distributed, Parallel, and Cluster Computing
+1011.1174 Materials Science
+1011.1176
+1011.1186 General Mathematics
+1011.1189 Soft Condensed Matter
+1011.1193 Cosmology and Nongalactic Astrophysics
+1011.1194 Differential Geometry
+1011.1199 Probability
+1011.1202 Data Structures and Algorithms
+1011.1204 Complex Variables
+1011.1209 Instrumentation and Methods for Astrophysics
+1011.1210 Representation Theory
+1011.1211 Optics
+1011.1223 Fluid Dynamics
+1011.1227 Solar and Stellar Astrophysics
+1011.1231 Mesoscale and Nanoscale Physics
+1011.1241
+astro-ph/0202284
+astro-ph/0407288
+astro-ph/0408152
+astro-ph/0408192
+astro-ph/0410356
+astro-ph/0410431
+astro-ph/0411130
+astro-ph/0411218
+astro-ph/0411501
+astro-ph/0501613
+astro-ph/0507613
+astro-ph/0509415
+astro-ph/0509445
+astro-ph/0509450
+astro-ph/0509453
+astro-ph/0510352
+astro-ph/0510353
+astro-ph/0510482
+astro-ph/0511131
+astro-ph/0511243
+astro-ph/0511834
+astro-ph/0512359
+astro-ph/0601073
+astro-ph/0603526
+astro-ph/0606443
+astro-ph/0606651
+astro-ph/0608469
+astro-ph/0608470
+astro-ph/0609124
+astro-ph/0609639
+astro-ph/0609760
+astro-ph/0609784
+astro-ph/0610115
+astro-ph/0610670
+astro-ph/0610867
+astro-ph/0611198
+astro-ph/0611240
+astro-ph/0611370
+astro-ph/0611411
+astro-ph/0611635
+astro-ph/0612142
+astro-ph/0612199
+astro-ph/0612254
+astro-ph/0612383
+astro-ph/0612403
+astro-ph/0612410
+astro-ph/0612511
+astro-ph/0612617
+astro-ph/0612623
+astro-ph/0612692
+astro-ph/0701031
+astro-ph/0701153
+astro-ph/0701317
+astro-ph/0701510
+astro-ph/0702045
+astro-ph/0702050
+astro-ph/0702185
+astro-ph/0702270
+astro-ph/0702510
+astro-ph/0702586
+astro-ph/0702591
+astro-ph/0702655
+astro-ph/0702676
+astro-ph/0703009
+astro-ph/0703083
+astro-ph/0703090
+astro-ph/0703456
+astro-ph/0703484
+cond-mat/0511658 Statistical Mechanics
+cond-mat/0601077 Soft Condensed Matter
+cond-mat/0606308 Strongly Correlated Electrons
+gr-qc/0305095
+gr-qc/0311042
+gr-qc/0401041
+gr-qc/0409003
+gr-qc/0410148
+gr-qc/0411012
+gr-qc/0411132
+gr-qc/0412003
+gr-qc/0501002
+gr-qc/0501013
+gr-qc/0501043
+gr-qc/0502009
+gr-qc/0502064
+gr-qc/0503065
+gr-qc/0504129
+gr-qc/0506014
+gr-qc/0506089
+gr-qc/0508005
+gr-qc/0509106
+gr-qc/0510113
+gr-qc/0511054
+gr-qc/0511125
+gr-qc/0512055
+gr-qc/0512070
+gr-qc/0603012
+gr-qc/0603050
+gr-qc/0603070
+gr-qc/0604018
+gr-qc/0605155
+gr-qc/0606041
+gr-qc/0701131
+hep-ex/0409065 Experiment
+hep-ex/0410035 Experiment
+hep-ex/0410082 Experiment
+hep-ex/0411022 Experiment
+hep-ex/0411044 Experiment
+hep-ex/0412047 Experiment
+hep-ex/0501007 Experiment
+hep-ex/0503024 Experiment
+hep-ex/0510052 Experiment
+hep-ex/0511010 Experiment
+hep-ex/0605064 Experiment
+hep-ex/0606007 Experiment
+hep-lat/0410046 Lattice
+hep-lat/0509032 Lattice
+hep-lat/0509169 Lattice
+hep-lat/0510063 Lattice
+hep-ph/0301022 Phenomenology
+hep-ph/0310107 Phenomenology
+hep-ph/0401075 Phenomenology
+hep-ph/0406005 Phenomenology
+hep-ph/0407135 Phenomenology
+hep-ph/0407136 Phenomenology
+hep-ph/0407200 Phenomenology
+hep-ph/0407289 Phenomenology
+hep-ph/0408015 Phenomenology
+hep-ph/0409161 Phenomenology
+hep-ph/0409202 Phenomenology
+hep-ph/0409243 Phenomenology
+hep-ph/0409360 Phenomenology
+hep-ph/0410084 Phenomenology
+hep-ph/0410139 Phenomenology
+hep-ph/0410193 Phenomenology
+hep-ph/0410401 Phenomenology
+hep-ph/0411091 Phenomenology
+hep-ph/0411140 Phenomenology
+hep-ph/0411244 Phenomenology
+hep-ph/0411300 Phenomenology
+hep-ph/0412386 Phenomenology
+hep-ph/0501024 Phenomenology
+hep-ph/0501264 Phenomenology
+hep-ph/0502109 Phenomenology
+hep-ph/0504105 Phenomenology
+hep-ph/0505182 Phenomenology
+hep-ph/0505224 Phenomenology
+hep-ph/0506184 Phenomenology
+hep-ph/0506187 Phenomenology
+hep-ph/0507247 Phenomenology
+hep-ph/0508017 Phenomenology
+hep-ph/0508209 Phenomenology
+hep-ph/0509102 Phenomenology
+hep-ph/0509157 Phenomenology
+hep-ph/0509266 Phenomenology
+hep-ph/0509327 Phenomenology
+hep-ph/0510341 Phenomenology
+hep-ph/0511012 Phenomenology
+hep-ph/0512178 Phenomenology
+hep-ph/0512282 Phenomenology
+hep-ph/0512296 Phenomenology
+hep-ph/0512329 Phenomenology
+hep-ph/0512362 Phenomenology
+hep-ph/0603202 Phenomenology
+hep-ph/0603265 Phenomenology
+hep-ph/0604217 Phenomenology
+hep-ph/0605077 Phenomenology
+hep-ph/0607056 Phenomenology
+hep-ph/0610148 Phenomenology
+hep-th/0309105 Theory
+hep-th/0309233 Theory
+hep-th/0310075 Theory
+hep-th/0310266 Theory
+hep-th/0402002 Theory
+hep-th/0402005 Theory
+hep-th/0402123 Theory
+hep-th/0402170 Theory
+hep-th/0405046 Theory
+hep-th/0405088 Theory
+hep-th/0405163 Theory
+hep-th/0405174 Theory
+hep-th/0407054 Theory
+hep-th/0407151 Theory
+hep-th/0408096 Theory
+hep-th/0408213 Theory
+hep-th/0409239 Theory
+hep-th/0410082 Theory
+hep-th/0410199 Theory
+hep-th/0411015 Theory
+hep-th/0411108 Theory
+hep-th/0412172 Theory
+hep-th/0412292 Theory
+hep-th/0501218 Theory
+hep-th/0503054 Theory
+hep-th/0503112 Theory
+hep-th/0503174 Theory
+hep-th/0504064 Theory
+hep-th/0504185 Theory
+hep-th/0507038 Theory
+hep-th/0507060 Theory
+hep-th/0507277 Theory
+hep-th/0509006 Theory
+hep-th/0509110 Theory
+hep-th/0510117 Theory
+hep-th/0511097 Theory
+hep-th/0511116 Theory
+hep-th/0511123 Theory
+hep-th/0511185 Theory
+hep-th/0602115 Theory
+hep-th/0602127 Theory
+hep-th/0603050 Theory
+hep-th/0605044 Theory
+hep-th/0608183 Theory
+hep-th/0610034 Theory
+hep-th/0610181 Theory
+math/0312370 Representation Theory
+math/0409295 Representation Theory
+math/0410325 Representation Theory
+math/0605295 Representation Theory
+math/0606270 General Topology
+math/0606795 Commutative Algebra
+math/0607151 Representation Theory
+math/0607592 General Topology
+math/0611353 General Topology
+math/0701249 General Topology
+nlin/0506065 Cellular Automata and Lattice Gases
+nucl-ex/0410030
+nucl-ex/0411027
+nucl-th/0512023
+nucl-th/0512099
+physics/0511067 Popular Physics
+physics/0610083 Accelerator Physics
+quant-ph/0406036
+0705.1887 Materials Science
+0705.3785 Soft Condensed Matter
+0706.0817 Probability
+0706.3712 Fluid Dynamics
+0707.0330
+0709.3012 Probability
+0711.0206 Probability
+0711.3525 Optimization and Control
+0711.3632 Optimization and Control
+0801.1839 Mesoscale and Nanoscale Physics
+0802.0364 Strongly Correlated Electrons
+0802.1257 Materials Science
+0804.0706 Geometric Topology
+0807.3401 Operator Algebras
+0808.0168 Theory
+0809.2057 Classical Analysis and ODEs
+0809.4726 Combinatorics
+0810.0936 Mesoscale and Nanoscale Physics
+0810.4424 Soft Condensed Matter
+0811.2174 Mesoscale and Nanoscale Physics
+0902.3944 Optimization and Control
+0903.3854 Functional Analysis
+0904.0672 Soft Condensed Matter
+0904.3240 Probability
+0904.4648 Algebraic Geometry
+0905.2054 Algebraic Geometry
+0906.0577 Phenomenology
+0906.3113 Spectral Theory
+0907.3135 Data Structures and Algorithms
+0907.3585 Mesoscale and Nanoscale Physics
+0909.2294 Group Theory
+0909.3219 Pricing of Securities
+0909.3350 Algebraic Topology
+0911.2938
+0911.5297 Strongly Correlated Electrons
+0912.0053 Materials Science
+0912.1335 Materials Science
+0912.1606 Mesoscale and Nanoscale Physics
+0912.3613 Physics and Society
+0912.4867
+1001.1147 Superconductivity
+1001.2877
+1001.4056 Statistical Mechanics
+1001.4774 Earth and Planetary Astrophysics
+1001.4824 Quantum Algebra
+1002.1751 Data Structures and Algorithms
+1002.2731 Classical Analysis and ODEs
+1003.0021 Number Theory
+1003.0527 Statistical Mechanics
+1003.0946 Superconductivity
+1003.3512 Number Theory
+1003.4161 Fluid Dynamics
+1003.4362 Mesoscale and Nanoscale Physics
+1004.0965 Mesoscale and Nanoscale Physics
+1004.1632 Digital Libraries
+1004.1705 Statistical Mechanics
+1004.2721
+1004.3202 Combinatorics
+1004.3850 Analysis of PDEs
+1004.5197
+1005.0004
+1005.4529 Phenomenology
+1005.5148 Mesoscale and Nanoscale Physics
+1006.0170 Information Theory
+1006.1560 Soft Condensed Matter
+1006.1963
+1006.2927 Disordered Systems and Neural Networks
+1006.3034 Algebraic Geometry
+1006.3136 Mesoscale and Nanoscale Physics
+1006.3671
+1006.4107
+1006.4171 Classical Analysis and ODEs
+1006.4350
+1007.1894 Statistics Theory
+1007.2130 Algebraic Geometry
+1008.1623 Dynamical Systems
+1008.4997
+1009.0534 Chemical Physics
+1009.0789 General Mathematics
+1009.0796 Methodology
+1009.0977 Dynamical Systems
+1009.0979 Dynamical Systems
+1009.1153 Soft Condensed Matter
+1009.1168 Mesoscale and Nanoscale Physics
+1009.1170 Multimedia
+1009.1171 Solar and Stellar Astrophysics
+1009.1172
+1009.1184 Operator Algebras
+1009.1187 Geometric Topology
+1009.1188 Analysis of PDEs
+1009.1194 Networking and Internet Architecture
+1009.1205 Combinatorics
+1009.1206
+1009.1215 Differential Geometry
+1009.1222 Phenomenology
+1009.1225 Information Theory
+1009.1226 Rings and Algebras
+1009.1230 Commutative Algebra
+1009.1233 Cosmology and Nongalactic Astrophysics
+1009.1235 Probability
+1009.1238 Biological Physics
+1009.1239 Group Theory
+1009.1241 Probability
+1009.1244 Medical Physics
+1009.1246 Theory
+1009.1256 Instrumentation and Methods for Astrophysics
+1009.1257 Differential Geometry
+1009.1258 Analysis of PDEs
+1009.1259 Representation Theory
+1009.1261
+1009.1262 Complex Variables
+1009.1269 Risk Management
+1009.1272 Statistical Mechanics
+1009.1277 Analysis of PDEs
+1009.1286 Neurons and Cognition
+1009.1288 General Mathematics
+1009.1291 Combinatorics
+1009.1299 Experiment
+1009.1303 Phenomenology
+1009.1304 Classical Analysis and ODEs
+1009.1305 Hardware Architecture
+1009.1310 Probability
+1009.1317 Software Engineering
+1009.1318 Machine Learning
+1009.1330 Strongly Correlated Electrons
+1009.1333 Cosmology and Nongalactic Astrophysics
+1009.1334 Phenomenology
+1009.1335 Mesoscale and Nanoscale Physics
+1009.1336 Representation Theory
+1009.1342 Programming Languages
+1009.1346 Adaptation and Self-Organizing Systems
+1009.1348 Algebraic Geometry
+1009.1359 Classical Analysis and ODEs
+1009.1360 Astrophysics of Galaxies
+1009.1361 High Energy Astrophysical Phenomena
+1009.1362 Computer Vision and Pattern Recognition
+1009.1369
+1009.1378 Spectral Theory
+1009.1381 Data Structures and Algorithms
+1009.1383 Phenomenology
+cond-mat/0504298 Other Condensed Matter
+cond-mat/0601437 Other Condensed Matter
+cond-mat/0608208 Disordered Systems and Neural Networks
+cond-mat/0608426 Soft Condensed Matter
+cond-mat/0611404 Mesoscale and Nanoscale Physics
+cond-mat/0701220 Other Condensed Matter
+cond-mat/0701221 Statistical Mechanics
+math-ph/0505050
+math/0603709 Probability
+math/0611664 Probability
+nlin/0108036 Adaptation and Self-Organizing Systems
+physics/0105012 General Physics
+quant-ph/0506103
+0704.3783 History and Overview
+0706.1286 Category Theory
+0706.2874 Algebraic Topology
+0707.1934 Classical Analysis and ODEs
+0708.2828 Classical Analysis and ODEs
+0711.3878 Number Theory
+0801.3645 Number Theory
+0802.2110 Mesoscale and Nanoscale Physics
+0803.0353 Algebraic Geometry
+0803.1121 Number Theory
+0803.3063 Number Theory
+0804.0202 Algebraic Geometry
+0804.4370 Lattice
+0805.3554 Exactly Solvable and Integrable Systems
+0807.0658 Category Theory
+0808.2670 Information Retrieval
+0808.2950 Dynamical Systems
+0808.3143 Analysis of PDEs
+0809.0838 Representation Theory
+0809.2136 Computer Science and Game Theory
+0810.2313 Combinatorics
+0811.0309 Rings and Algebras
+0811.3583
+0811.3594 Algebraic Geometry
+0812.4246
+0901.3461 Number Theory
+0902.2495 Complex Variables
+0902.3261 Classical Physics
+0903.5240 Number Theory
+0904.3548 Algebraic Geometry
+0904.4862
+0905.2510 Rings and Algebras
+0905.2771 Materials Science
+0905.3705 Algebraic Geometry
+0905.4231 Exactly Solvable and Integrable Systems
+0905.4746 Exactly Solvable and Integrable Systems
+0906.0038 Mesoscale and Nanoscale Physics
+0906.0058 Number Theory
+0907.1825 Phenomenology
+0907.3664 Number Theory
+0907.3696
+0908.1321
+0908.2580 High Energy Astrophysical Phenomena
+0909.3439
+0910.2717 Algebraic Geometry
+0911.2395 Superconductivity
+0911.3470 Mesoscale and Nanoscale Physics
+0912.0079
+0912.0918 Fluid Dynamics
+0912.3326 Superconductivity
+0912.3900
+0912.4290 Soft Condensed Matter
+0912.4436 Mesoscale and Nanoscale Physics
+1001.1253 Quantum Gases
+1001.3452 Superconductivity
+1002.0752 Experiment
+1002.1107 Cosmology and Nongalactic Astrophysics
+1002.3936
+1002.4802 Learning
+1002.4805 Differential Geometry
+1003.0149 Theory
+1003.0478 Fluid Dynamics
+1003.1293 Group Theory
+1003.1889
+1003.2418 Earth and Planetary Astrophysics
+1003.2419 Theory
+1003.2424 Physics and Society
+1003.2425 Logic
+1003.2427 Populations and Evolution
+1003.2429 Physics and Society
+1003.2434 Strongly Correlated Electrons
+1003.2440 Cryptography and Security
+1003.2441 Sound
+1003.2448
+1003.2450
+1003.2452 High Energy Astrophysical Phenomena
+1003.2456 Human-Computer Interaction
+1003.2457 Phenomenology
+1003.2458 Information Retrieval
+1003.2465 Chaotic Dynamics
+1003.2469 Machine Learning
+1003.2471 Learning
+1003.2473 Geometric Topology
+1003.2475 Numerical Analysis
+1003.2476
+1003.2477 Logic
+1003.2479 Logic
+1003.2482
+1003.2483
+1003.2485 Quantum Algebra
+1003.2487 Dynamical Systems
+1003.2488 Statistical Mechanics
+1003.2489 Astrophysics of Galaxies
+1003.2490 Representation Theory
+1003.2496 Logic
+1003.2497 Instrumentation and Methods for Astrophysics
+1003.2501 Differential Geometry
+1003.2503 Atomic Physics
+1003.2508 Dynamical Systems
+1003.2511 Exactly Solvable and Integrable Systems
+1003.2513 Exactly Solvable and Integrable Systems
+1003.2521 Portfolio Management
+1003.2525
+1003.2528 Superconductivity
+1003.2529
+1003.2531
+1003.2532
+1003.2537 Numerical Analysis
+1003.2541 Dynamical Systems
+1003.2544 Combinatorics
+1003.2547 Programming Languages
+1003.2548 Accelerator Physics
+1003.2550 Astrophysics of Galaxies
+1003.2551 Digital Libraries
+1003.2555 Optics
+1003.2556 Optimization and Control
+1003.2558 Solar and Stellar Astrophysics
+1003.2562 Analysis of PDEs
+1003.2571 Algebraic Geometry
+1003.2582 High Energy Astrophysical Phenomena
+1003.2584 Group Theory
+1003.2586 Logic in Computer Science
+1003.2591
+1003.2592 Logic
+1003.2596 Strongly Correlated Electrons
+1003.2597 Data Analysis, Statistics and Probability
+1003.2603 Logic
+1003.2605 Dynamical Systems
+1003.2607 Mesoscale and Nanoscale Physics
+1003.2610 Mesoscale and Nanoscale Physics
+1003.2614 Cryptography and Security
+1003.2615 Mesoscale and Nanoscale Physics
+1003.2617
+1003.2620 Complex Variables
+1003.2622 Soft Condensed Matter
+math/0007099 Algebraic Geometry
+math/0104140 Dynamical Systems
+math/0202143 General Topology
+math/0205107 Classical Analysis and ODEs
+math/0205109 Classical Analysis and ODEs
+math/0205154 Classical Analysis and ODEs
+math/0210136 Functional Analysis
+math/0302156 Algebraic Geometry
+math/0302157 Algebraic Geometry
+math/0302158 Number Theory
+math/0302260 Algebraic Geometry
+math/0305214 Commutative Algebra
+math/0307042 Classical Analysis and ODEs
+math/0309229 Algebraic Geometry
+math/0311099 History and Overview
+math/0311217 Group Theory
+math/0311538 Classical Analysis and ODEs
+math/0501114 Classical Analysis and ODEs
+math/0501165 Classical Analysis and ODEs
+math/0502240 Algebraic Geometry
+math/0504030 Classical Analysis and ODEs
+math/0506577 Geometric Topology
+math/0508617 Group Theory
+math/0605086 Quantum Algebra
+math/0607059 Classical Analysis and ODEs
+math/0608183 Algebraic Geometry
+math/0608367 Rings and Algebras
+math/0610978 Quantum Algebra
+math/0612354 Analysis of PDEs
+math/0612752 Classical Analysis and ODEs
+math/0612754 Geometric Topology
+math/0703067 Classical Analysis and ODEs
+math/0703068 Classical Analysis and ODEs
+math/0703446 Geometric Topology
+math/9807170 Algebraic Geometry
+math/9912066 Algebraic Geometry
+0902.3948 General Physics
+math/9806039 Classical Analysis and ODEs
+0707.0075 Dynamical Systems
+0707.0078 Dynamical Systems
+0711.0501 Probability
+0711.3591 Neural and Evolutionary Computing
+0801.3209 Neural and Evolutionary Computing
+0801.3539 Neural and Evolutionary Computing
+0801.3547 Neural and Evolutionary Computing
+0801.3549 Neural and Evolutionary Computing
+0801.3550 Neural and Evolutionary Computing
+0801.3971 Neural and Evolutionary Computing
+0801.4119 Neural and Evolutionary Computing
+0801.4287 Neural and Evolutionary Computing
+0801.4312 Neural and Evolutionary Computing
+0801.4314 Neural and Evolutionary Computing
+0802.2001 Neural and Evolutionary Computing
+0802.4002 Neural and Evolutionary Computing
+0803.1568 Neural and Evolutionary Computing
+0803.1576 Neural and Evolutionary Computing
+0803.1596 Neural and Evolutionary Computing
+0803.1604 Neural and Evolutionary Computing
+0803.1621 Neural and Evolutionary Computing
+0803.1626 Neural and Evolutionary Computing
+0803.1728 Neural and Evolutionary Computing
+0803.1985 Neural and Evolutionary Computing
+0803.1993 Neural and Evolutionary Computing
+0803.1994 Neural and Evolutionary Computing
+0803.1997 Neural and Evolutionary Computing
+0803.2957 Neural and Evolutionary Computing
+0803.2965 Neural and Evolutionary Computing
+0803.2966 Neural and Evolutionary Computing
+0803.2967 Neural and Evolutionary Computing
+0803.2969 Neural and Evolutionary Computing
+0803.2970 Neural and Evolutionary Computing
+0803.2973 Neural and Evolutionary Computing
+0803.2975 Neural and Evolutionary Computing
+0803.2981 Neural and Evolutionary Computing
+0803.3900 Neural and Evolutionary Computing
+0803.3912 Neural and Evolutionary Computing
+0804.0524 Neural and Evolutionary Computing
+0804.0573 Neural and Evolutionary Computing
+0804.0580 Neural and Evolutionary Computing
+0804.1266 Neural and Evolutionary Computing
+0804.1281 Cryptography and Security
+0806.3728 Differential Geometry
+0808.3547 Algebraic Geometry
+0809.4287
+0811.1764 Operator Algebras
+0812.3144 Geometric Topology
+0812.4713 Algebraic Topology
+0901.3500 Strongly Correlated Electrons
+0901.3705 Strongly Correlated Electrons
+0903.5448 History and Overview
+0904.3632 Probability
+0904.4628 Theory
+0905.0158 Superconductivity
+0906.0332
+0907.3867 Artificial Intelligence
+0909.0279 Group Theory
+0909.3362 Quantum Algebra
+0910.2013 Numerical Analysis
+0910.2593 Artificial Intelligence
+0910.2874 Artificial Intelligence
+0910.3115 Artificial Intelligence
+0910.3117 Artificial Intelligence
+0910.3124 Artificial Intelligence
+0910.4899 Artificial Intelligence
+0910.4903 Artificial Intelligence
+0910.5405 Artificial Intelligence
+0911.1799 Strongly Correlated Electrons
+0911.3888
+0912.0380 Instrumentation and Methods for Astrophysics
+0912.2769 Strongly Correlated Electrons
+0912.4993 Networking and Internet Architecture
+1001.1889 Neural and Evolutionary Computing
+1001.2155 Artificial Intelligence
+1001.2170 Artificial Intelligence
+1001.2208 Artificial Intelligence
+1001.2405 Artificial Intelligence
+1001.2665 Artificial Intelligence
+1001.2733 Statistical Mechanics
+1002.0276 Artificial Intelligence
+1002.0432 Artificial Intelligence
+1002.0589
+1002.0696 Artificial Intelligence
+1002.1200 Cryptography and Security
+1002.2342 Mesoscale and Nanoscale Physics
+1002.2563 Rings and Algebras
+1002.2722 Distributed, Parallel, and Cluster Computing
+1002.2784 Algebraic Geometry
+1002.4409 Statistical Mechanics
+1003.0029 Theory
+1003.0319 Artificial Intelligence
+1003.0404 Artificial Intelligence
+1003.0789 Artificial Intelligence
+1003.1256 Artificial Intelligence
+1003.1598 Artificial Intelligence
+1003.2377 Phenomenology
+1003.3767 Artificial Intelligence
+1003.3775 Artificial Intelligence
+1003.3784 Multiagent Systems
+1003.4140 Neural and Evolutionary Computing
+1003.4141 Artificial Intelligence
+1003.4142 Artificial Intelligence
+1003.4145 Artificial Intelligence
+1003.4196 Artificial Intelligence
+1003.4250 High Energy Astrophysical Phenomena
+1004.2829 General Mathematics
+1004.2854 Artificial Intelligence
+1004.2860 Artificial Intelligence
+1004.2870 Artificial Intelligence
+1004.3147 Neural and Evolutionary Computing
+1004.3196 Artificial Intelligence
+1004.3708 Computer Vision and Pattern Recognition
+1004.3884 Artificial Intelligence
+1004.3887 Artificial Intelligence
+1004.3919 Artificial Intelligence
+1004.3932 Artificial Intelligence
+1004.3939 Artificial Intelligence
+1004.4089 Artificial Intelligence
+1004.4095 Artificial Intelligence
+1004.4419 Astrophysics of Galaxies
+1004.5051 Computational Engineering, Finance, and Science
+1004.5215 Artificial Intelligence
+1004.5222 Artificial Intelligence
+1005.0138 Classical Physics
+1005.1906 Quantum Gases
+1006.0410
+1006.1512 Artificial Intelligence
+1006.1518 Artificial Intelligence
+1006.1526 Artificial Intelligence
+1006.1563 Artificial Intelligence
+1006.1568 Artificial Intelligence
+1006.2945 Artificial Intelligence
+1006.3223 Rings and Algebras
+1006.3652 Artificial Intelligence
+1006.3654 Artificial Intelligence
+1006.4035 Artificial Intelligence
+1006.4814 Solar and Stellar Astrophysics
+1006.4949 Artificial Intelligence
+1006.5008 Artificial Intelligence
+1006.5587 General Finance
+1006.5709 General Physics
+1007.0047 Superconductivity
+1007.0246 Theory
+1007.0251 Number Theory
+1007.0257 Number Theory
+1007.0258 High Energy Astrophysical Phenomena
+1007.0259 Number Theory
+1007.0261 Probability
+1007.0262 Complex Variables
+1007.0266 Disordered Systems and Neural Networks
+1007.0267 Information Theory
+1007.0272 Solar and Stellar Astrophysics
+1007.0273 Solar and Stellar Astrophysics
+1007.0274 Materials Science
+1007.0275 Probability
+1007.0283 Probability
+1007.0284 Logic
+1007.0292 Computers and Society
+1007.0295 Distributed, Parallel, and Cluster Computing
+1007.0297 Analysis of PDEs
+1007.0298 Solar and Stellar Astrophysics
+1007.0299 Algebraic Geometry
+1007.0300 Biomolecules
+1007.0301 Algebraic Geometry
+1007.0302 Computers and Society
+1007.0312 Probability
+1007.0328 Distributed, Parallel, and Cluster Computing
+1007.0331 Classical Analysis and ODEs
+1007.0332 Number Theory
+1007.0334 Optics
+1007.0345 Accelerator Physics
+1007.0347 General Physics
+1007.0348 High Energy Astrophysical Phenomena
+1007.0355 Theory
+1007.0357 Chaotic Dynamics
+1007.0363 Operator Algebras
+1007.0365
+1007.0372 Data Structures and Algorithms
+1007.0374 Biomolecules
+1007.0376 Neural and Evolutionary Computing
+1007.0380 Numerical Analysis
+1007.0381 Discrete Mathematics
+1007.0382 Phenomenology
+1007.0392 Mesoscale and Nanoscale Physics
+1007.0407 Solar and Stellar Astrophysics
+1007.0409 Networking and Internet Architecture
+1007.0410 Networking and Internet Architecture
+1007.0411 Networking and Internet Architecture
+1007.0412 Artificial Intelligence
+1007.0413 Networking and Internet Architecture
+1007.0417 Neural and Evolutionary Computing
+1007.0418 Combinatorics
+1007.0426 High Energy Astrophysical Phenomena
+1007.0428 Instrumentation and Detectors
+1007.0430 Functional Analysis
+math/0703501 Differential Geometry
+quant-ph/0701229
+0705.2495 Differential Geometry
+0705.2822 Classical Analysis and ODEs
+0710.0989 Algebraic Geometry
+0710.1742 Phenomenology
+0711.4527 Superconductivity
+0712.1699 Numerical Analysis
+0801.2193
+0802.2953 Strongly Correlated Electrons
+0803.4476 Complex Variables
+0804.3647 Optimization and Control
+0809.3957 Geometric Topology
+0810.2358 Biomolecules
+0810.5738 Atomic Physics
+0811.0881
+0811.3485 Fluid Dynamics
+0812.0705 Optimization and Control
+0901.0094 Group Theory
+0901.3967 Logic
+0902.1608 Combinatorics
+0902.3776 Rings and Algebras
+0902.4197 Category Theory
+0903.0091 Algebraic Geometry
+0903.1479 Strongly Correlated Electrons
+0903.4508
+0907.0655 Mesoscale and Nanoscale Physics
+0907.3984 Functional Analysis
+0907.4766 Cosmology and Nongalactic Astrophysics
+0908.0668 Numerical Analysis
+0908.0782 Analysis of PDEs
+0908.1937 Disordered Systems and Neural Networks
+0910.2262 Operator Algebras
+0910.4949 Geometric Topology
+0910.5207 Differential Geometry
+0910.5335 Phenomenology
+0911.4358 Theory
+0911.4473 Representation Theory
+0911.4584 Superconductivity
+0912.2439 Chaotic Dynamics
+0912.3363
+0912.3881 Strongly Correlated Electrons
+0912.4168 Phenomenology
+1001.0968
+1001.2960
+1001.3024 Strongly Correlated Electrons
+1001.3860 Algebraic Topology
+1001.4662 Statistical Mechanics
+1001.5425 Materials Science
+1002.3722 Probability
+1002.4137 Phenomenology
+1002.4291 Mesoscale and Nanoscale Physics
+1002.4551 Quantum Gases
+1003.1960 Phenomenology
+1003.2065
+1003.2141 Phenomenology
+1003.2879 Neurons and Cognition
+1003.4497 Phenomenology
+1003.5530 Phenomenology
+1004.2278 Symplectic Geometry
+1004.2580 Pattern Formation and Solitons
+1004.3170 Disordered Systems and Neural Networks
+1004.4730 Statistical Mechanics
+1004.4930 Phenomenology
+1005.0144 Cosmology and Nongalactic Astrophysics
+1005.1380 Pattern Formation and Solitons
+1005.1573 Theory
+1005.1750
+1005.4018 Networking and Internet Architecture
+1005.4528 Number Theory
+1005.5250 Instrumentation and Methods for Astrophysics
+1006.0347 Mesoscale and Nanoscale Physics
+1006.1136 Mesoscale and Nanoscale Physics
+1006.1625 Strongly Correlated Electrons
+1006.1867 Cosmology and Nongalactic Astrophysics
+1006.2510 Phenomenology
+1006.3424 Distributed, Parallel, and Cluster Computing
+1006.3669 Optics
+1006.3811 Astrophysics of Galaxies
+1006.5256 Instrumentation and Methods for Astrophysics
+1007.0402
+1007.0873
+1007.1871 Biological Physics
+1007.2182 Strongly Correlated Electrons
+1007.2367 Astrophysics of Galaxies
+1008.0135 Instrumentation and Methods for Astrophysics
+1008.1185 Numerical Analysis
+1008.1224 Computational Geometry
+1008.1434 Operator Algebras
+1008.1502 High Energy Astrophysical Phenomena
+1008.3215 Theory
+1008.3962 Rings and Algebras
+1008.4454 Mesoscale and Nanoscale Physics
+1009.0276 Geometric Topology
+1009.0395 Statistical Mechanics
+1009.0513 Physics and Society
+1009.0572 Information Theory
+1009.1760 Cosmology and Nongalactic Astrophysics
+1009.1889 Information Theory
+1009.2086 Phenomenology
+1009.2560 Strongly Correlated Electrons
+1009.2949 Networking and Internet Architecture
+1009.2973 Analysis of PDEs
+1009.3502 Data Structures and Algorithms
+1009.3516 Applications
+1009.3518 Dynamical Systems
+1009.3525 Information Theory
+1009.3527 Computational Geometry
+1009.3531 Commutative Algebra
+1009.3534 Representation Theory
+1009.3539 Cryptography and Security
+1009.3542 Probability
+1009.3544 Probability
+1009.3545 Probability
+1009.3552 Networking and Internet Architecture
+1009.3556 Pricing of Securities
+1009.3558 Earth and Planetary Astrophysics
+1009.3559
+1009.3561 Geometric Topology
+1009.3567 Networking and Internet Architecture
+1009.3568 Theory
+1009.3574 Algebraic Topology
+1009.3576 Differential Geometry
+1009.3577 Solar and Stellar Astrophysics
+1009.3579 Solar and Stellar Astrophysics
+1009.3583 Functional Analysis
+1009.3588 Algebraic Geometry
+1009.3589 Learning
+1009.3591 Functional Analysis
+1009.3592 Solar and Stellar Astrophysics
+1009.3593 Information Theory
+1009.3597 Fluid Dynamics
+1009.3599 Formal Languages and Automata Theory
+1009.3601 Machine Learning
+1009.3602 Information Theory
+1009.3607 Biomolecules
+1009.3608 Combinatorics
+1009.3610 Phenomenology
+1009.3618 Materials Science
+1009.3619 Discrete Mathematics
+1009.3628 Instrumentation and Methods for Astrophysics
+1009.3629 Functional Analysis
+1009.3631 Fluid Dynamics
+1009.3636 Solar and Stellar Astrophysics
+1009.3640 Computational Complexity
+1009.3642 Information Theory
+1009.3645 Combinatorics
+1009.3646 Solar and Stellar Astrophysics
+1009.3649 Combinatorics
+1009.3650 Solar and Stellar Astrophysics
+1009.3652 Theory
+1009.3654 Solar and Stellar Astrophysics
+1009.3656 Neurons and Cognition
+1009.3657 Information Theory
+1009.3660 Quantum Algebra
+1009.3665 Distributed, Parallel, and Cluster Computing
+1009.3668 Complex Variables
+1009.3670 Mesoscale and Nanoscale Physics
+1009.3671 Mesoscale and Nanoscale Physics
+1009.3673 Category Theory
+1009.3677 Theory
+1009.3678 Operator Algebras
+1009.3679 High Energy Astrophysical Phenomena
+1009.3681 Networking and Internet Architecture
+1009.3690 Cosmology and Nongalactic Astrophysics
+1009.3694
+1009.3699 Materials Science
+1009.3700 Materials Science
+1009.3702 Learning
+1009.3703 Soft Condensed Matter
+1009.3705 Differential Geometry
+1009.3707
+1009.3708 Probability
+1009.3710 Software Engineering
+1009.3711 Software Engineering
+1009.3712 Software Engineering
+1009.3713 Software Engineering
+1009.3714 Software Engineering
+1009.3715 Software Engineering
+1009.3716 Software Engineering
+1009.3717 General Physics
+1009.3720 Cosmology and Nongalactic Astrophysics
+1009.3721 Combinatorics
+1009.3726 Spectral Theory
+1009.3733 Analysis of PDEs
+1009.3737 Classical Analysis and ODEs
+1009.3739 Algebraic Geometry
+1009.3742 Phenomenology
+1009.3747 Statistical Mechanics
+1009.3761 Mesoscale and Nanoscale Physics
+1009.3765 Logic in Computer Science
+1009.3766 Fluid Dynamics
+1009.3770 Logic in Computer Science
+1009.3771 Programming Languages
+1009.3773 Programming Languages
+1009.3775 Experiment
+1009.3779 Networking and Internet Architecture
+1009.3785 Multimedia
+1009.3786
+1009.3788
+1009.3796 Programming Languages
+1009.3797 Networking and Internet Architecture
+1009.3799 Metric Geometry
+1009.3800 Programming Languages
+1009.3806 Programming Languages
+1009.3810 Pricing of Securities
+1009.3811 Algebraic Geometry
+1009.3816
+1009.3821 Functional Analysis
+1009.3822 Logic in Computer Science
+1009.3823 Mesoscale and Nanoscale Physics
+1009.3836 Optics
+1009.3843 General Physics
+1009.3848 Soft Condensed Matter
+1009.3850 Materials Science
+1009.3852 Strongly Correlated Electrons
+1009.3855 Classical Analysis and ODEs
+1009.3856 Classical Analysis and ODEs
+1009.3857 Classical Analysis and ODEs
+1009.3865 Phenomenology
+1009.3866 Group Theory
+1009.3868 Numerical Analysis
+1009.3871 Phenomenology
+1009.3873 Disordered Systems and Neural Networks
+1009.3877 Phenomenology
+1009.3878 Soft Condensed Matter
+1009.3879 High Energy Astrophysical Phenomena
+1009.3881 Differential Geometry
+1009.3883 Classical Analysis and ODEs
+1009.3885 Probability
+1009.3886 Phenomenology
+1009.3890 Machine Learning
+1009.3892 Category Theory
+1009.3894
+1009.3897
+1009.3900 Combinatorics
+1009.3901 Differential Geometry
+1009.3908 Numerical Analysis
+1009.3910
+1009.3911 Software Engineering
+1009.3920
+1009.3923 Materials Science
+astro-ph/0505552
+cond-mat/0304694 Statistical Mechanics
+cond-mat/0504325 Mesoscale and Nanoscale Physics
+cond-mat/0703530 Materials Science
+cond-mat/9808163 Materials Science
+math/0406494 Algebraic Geometry
+math/0406596 Algebraic Geometry
+math/0512311 Representation Theory
+math/0609264 Combinatorics
+math/0701596 Algebraic Geometry
+quant-ph/0501108
+0707.1756 Number Theory
+0708.1601 Number Theory
+0801.4236 General Topology
+0801.4614 Algebraic Geometry
+0803.0132 Number Theory
+0804.0578 Algebraic Geometry
+0808.1629 Algebraic Geometry
+0809.3994 Number Theory
+0810.5091 Symplectic Geometry
+0902.4011 Combinatorics
+0904.0331 Quantum Algebra
+0906.1475 Algebraic Topology
+0906.3562 Geometric Topology
+0907.4727
+0910.2126 Cosmology and Nongalactic Astrophysics
+0910.3720 Mesoscale and Nanoscale Physics
+0910.5860 Cosmology and Nongalactic Astrophysics
+0911.0362 Disordered Systems and Neural Networks
+0912.0967 Phenomenology
+cs/0503089 Information Theory
+math/0207101 Number Theory
+math/0304471 Algebraic Geometry
+math/0308232 Differential Geometry
+math/0309376 Differential Geometry
+math/0403178 Number Theory
+math/0602650 Number Theory
+math/0604413 Number Theory
+math/0607515 Number Theory
+0704.2798 Phenomenology
+0705.2034
+0706.3781 Numerical Analysis
+0708.0707 Theory
+0710.1118 Lattice
+0710.1322 Lattice
+0710.2520 Lattice
+0710.3124 Lattice
+0711.0021 Lattice
+0803.0655 Materials Science
+0804.4618
+0807.1068 Phenomenology
+0807.1855 Theory
+0808.3279 Mesoscale and Nanoscale Physics
+0809.2385 Quantum Algebra
+0810.0870 Information Theory
+0810.1029 Phenomenology
+0811.0956 Phenomenology
+0812.0958 Phenomenology
+0812.3732 Strongly Correlated Electrons
+0901.3106 Phenomenology
+0902.0093
+0902.2525 Phenomenology
+0902.3362 Combinatorics
+0904.1580 Phenomenology
+0904.1827 Optimization and Control
+0905.3302 Phenomenology
+0905.3308 Phenomenology
+0905.3964 Computer Vision and Pattern Recognition
+0906.1139 Phenomenology
+0907.5056 Phenomenology
+0908.1103 Probability
+0908.1144 Applications
+0908.2333
+0908.2545
+0908.2908 Phenomenology
+0908.3735 Probability
+0909.0216 Dynamical Systems
+0909.0547 Mesoscale and Nanoscale Physics
+0909.1423 Combinatorics
+0909.2214 Probability
+0909.3346 Data Structures and Algorithms
+0910.2000 Phenomenology
+0910.3502 Materials Science
+0910.5102 General Physics
+0910.5280 Cosmology and Nongalactic Astrophysics
+0911.0848 Exactly Solvable and Integrable Systems
+0911.4054 Phenomenology
+0912.0110 Experiment
+0912.0111 Experiment
+0912.0235 General Physics
+0912.1102 Superconductivity
+0912.1181 Mesoscale and Nanoscale Physics
+0912.1191 Cosmology and Nongalactic Astrophysics
+0912.1293
+0912.1922 Group Theory
+0912.2271
+0912.2308 Cosmology and Nongalactic Astrophysics
+0912.2446 Experiment
+0912.2704 Experiment
+0912.4066 Mesoscale and Nanoscale Physics
+0912.4155 Strongly Correlated Electrons
+0912.4826 Instrumentation and Methods for Astrophysics
+0912.5253 Theory
+1001.0293 Phenomenology
+1001.0868 Experiment
+1001.0975
+1001.1273 Probability
+1001.3003 Pricing of Securities
+1001.3730 Phenomenology
+1002.0651 History and Overview
+1002.1591
+1002.1933 Combinatorics
+1002.3574 Theory
+1003.0316 Materials Science
+1003.1163 Phenomenology
+1003.1240 Instrumentation and Detectors
+1003.2669 Mesoscale and Nanoscale Physics
+1004.1505
+1004.2071 Theory
+1004.4745 Superconductivity
+1004.5101 Quantum Gases
+1005.1278 Cosmology and Nongalactic Astrophysics
+1005.1903
+1005.5321
+1006.0599
+1006.2225
+1006.2857 Phenomenology
+1006.3397 Statistical Mechanics
+1006.4270 Information Retrieval
+1006.4813 Materials Science
+1006.5349 Functional Analysis
+1007.0833 Mesoscale and Nanoscale Physics
+1007.1247 High Energy Astrophysical Phenomena
+1007.1805 Theory
+1007.1990 Phenomenology
+1007.2139 Theory
+1007.2163 Phenomenology
+1007.2798 Strongly Correlated Electrons
+1007.3745 Theory
+1007.4524 Mesoscale and Nanoscale Physics
+1007.4769 High Energy Astrophysical Phenomena
+1008.0544 Theory
+1008.0776 Theory
+1008.0948 Mesoscale and Nanoscale Physics
+1008.1453 Theory
+1008.1834 Phenomenology
+1008.2100
+1008.2316
+1008.4220 Learning
+1008.5071 Machine Learning
+1008.5379 Exactly Solvable and Integrable Systems
+1009.1209 Mesoscale and Nanoscale Physics
+1009.1487 Theory
+1009.1643 Theory
+1009.1714 Phenomenology
+1009.1827 Instrumentation and Detectors
+1009.1838
+1009.1864
+1009.2426
+1009.3550 General Finance
+1009.5430 Mesoscale and Nanoscale Physics
+1010.0643 Solar and Stellar Astrophysics
+1010.1254 Cosmology and Nongalactic Astrophysics
+1010.1412 Probability
+1010.1422 Soft Condensed Matter
+1010.3120
+1010.5797
+1011.1878 Atomic Physics
+1011.2537 Accelerator Physics
+1011.2606 Mesoscale and Nanoscale Physics
+1011.2613 Fluid Dynamics
+1011.2679 Probability
+1011.2758 Cosmology and Nongalactic Astrophysics
+1011.2769 Combinatorics
+1011.2771 Machine Learning
+1011.2773 High Energy Astrophysical Phenomena
+1011.2790 Logic in Computer Science
+1011.2791 General Physics
+1011.2795 Networking and Internet Architecture
+1011.2799 Theory
+1011.2800 Solar and Stellar Astrophysics
+1011.2801 Phenomenology
+1011.2803 Combinatorics
+1011.2806 Differential Geometry
+1011.2807 Databases
+1011.2819 Classical Analysis and ODEs
+1011.2822 Lattice
+1011.2829 Populations and Evolution
+1011.2831 Solar and Stellar Astrophysics
+1011.2835 Information Theory
+1011.2836 Networking and Internet Architecture
+1011.2838 Analysis of PDEs
+1011.2840 Materials Science
+1011.2844 Dynamical Systems
+1011.2845 Group Theory
+1011.2851 Applications
+1011.2852
+1011.2858 Applications
+1011.2860 Rings and Algebras
+1011.2868
+1011.2872 Probability
+1011.2877 Applications
+1011.2883 Lattice
+1011.2884 Lattice
+1011.2885
+1011.2889 Cosmology and Nongalactic Astrophysics
+1011.2890 Applications
+1011.2893 Networking and Internet Architecture
+1011.2895 Applications
+1011.2898 Logic in Computer Science
+1011.2899 Representation Theory
+1011.2901 Applications
+1011.2902 Optics
+1011.2905 Applications
+1011.2909 Probability
+1011.2910 Pattern Formation and Solitons
+1011.2911 Analysis of PDEs
+1011.2913 Other Condensed Matter
+1011.2916 Differential Geometry
+1011.2920 Algebraic Geometry
+1011.2921 Probability
+1011.2922 Computation and Language
+1011.2924 Applications
+1011.2929 Applications
+1011.2932 Computation
+1011.2933 Functional Analysis
+1011.2934 Astrophysics of Galaxies
+1011.2943 Materials Science
+1011.2944 Strongly Correlated Electrons
+1011.2948 Computation
+1011.2950 Algebraic Geometry
+1011.2953 Distributed, Parallel, and Cluster Computing
+1011.2960
+1011.2965 Algebraic Geometry
+1011.2968
+1011.2973 Logic in Computer Science
+1011.2983 Accelerator Physics
+1011.2989 Optimization and Control
+1011.2993 Phenomenology
+1011.3000 Exactly Solvable and Integrable Systems
+1011.3002 Rings and Algebras
+1011.3003 Mesoscale and Nanoscale Physics
+1011.3009 Rings and Algebras
+1011.3011 Superconductivity
+1011.3025 Probability
+1011.3028 Solar and Stellar Astrophysics
+1011.3034 Metric Geometry
+1011.3035 Differential Geometry
+acc-phys/9510002 Accelerator Physics
+astro-ph/0102366
+astro-ph/0102454
+astro-ph/0103022
+astro-ph/0111591
+astro-ph/0201509
+astro-ph/0206345
+astro-ph/0210638
+astro-ph/0212329
+astro-ph/0404076
+astro-ph/0405411
+astro-ph/0408310
+astro-ph/0410397
+cond-mat/0506645 Other Condensed Matter
+cond-mat/0611739 Other Condensed Matter
+hep-ex/0205077 Experiment
+hep-ex/0309028 Experiment
+hep-ex/0310061 Experiment
+hep-ex/0312019 Experiment
+hep-ex/0312039 Experiment
+hep-ex/0410026 Experiment
+hep-ex/9612012 Experiment
+hep-lat/0011004 Lattice
+hep-lat/0110124 Lattice
+hep-lat/0110171 Lattice
+hep-lat/0209069 Lattice
+hep-lat/0210034 Lattice
+hep-lat/0309096 Lattice
+hep-lat/0309122 Lattice
+hep-lat/0409143 Lattice
+hep-lat/0509053 Lattice
+hep-lat/0509137 Lattice
+hep-lat/0509176 Lattice
+hep-lat/0510025 Lattice
+hep-lat/0510072 Lattice
+hep-lat/0603031 Lattice
+hep-lat/0609043 Lattice
+hep-lat/0609053 Lattice
+hep-lat/0610006 Lattice
+hep-lat/0610017 Lattice
+hep-ph/0004191 Phenomenology
+hep-ph/0008066 Phenomenology
+hep-ph/0010075 Phenomenology
+hep-ph/0107217 Phenomenology
+hep-ph/0111102 Phenomenology
+hep-ph/0112321 Phenomenology
+hep-ph/0202231 Phenomenology
+hep-ph/0202271 Phenomenology
+hep-ph/0207135 Phenomenology
+hep-ph/0210028 Phenomenology
+hep-ph/0211141 Phenomenology
+hep-ph/0211216 Phenomenology
+hep-ph/0211344 Phenomenology
+hep-ph/0212056 Phenomenology
+hep-ph/0302233 Phenomenology
+hep-ph/0309334 Phenomenology
+hep-ph/0312266 Phenomenology
+hep-ph/0312278 Phenomenology
+hep-ph/0407094 Phenomenology
+hep-ph/0410393 Phenomenology
+hep-ph/0502043 Phenomenology
+hep-ph/0505055 Phenomenology
+hep-ph/0507005 Phenomenology
+hep-ph/0507064 Phenomenology
+hep-ph/0512111 Phenomenology
+hep-ph/0604090 Phenomenology
+hep-ph/9302280 Phenomenology
+hep-ph/9304221 Phenomenology
+hep-ph/9306240 Phenomenology
+hep-ph/9312333 Phenomenology
+hep-ph/9312363 Phenomenology
+hep-ph/9409214 Phenomenology
+hep-ph/9409265 Phenomenology
+hep-ph/9409393 Phenomenology
+hep-ph/9505355 Phenomenology
+hep-ph/9602280 Phenomenology
+hep-ph/9604357 Phenomenology
+hep-ph/9604396 Phenomenology
+hep-ph/9605245 Phenomenology
+hep-ph/9609460 Phenomenology
+hep-ph/9610282 Phenomenology
+hep-ph/9706285 Phenomenology
+hep-ph/9706487 Phenomenology
+hep-ph/9708239 Phenomenology
+hep-ph/9710557 Phenomenology
+hep-ph/9802327 Phenomenology
+hep-ph/9803250 Phenomenology
+hep-ph/9903328 Phenomenology
+hep-ph/9903396 Phenomenology
+hep-ph/9907305 Phenomenology
+hep-ph/9910563 Phenomenology
+hep-ph/9911284 Phenomenology
+hep-th/0002078 Theory
+hep-th/0002245 Theory
+hep-th/0005074 Theory
+hep-th/0009225 Theory
+hep-th/0010219 Theory
+hep-th/0201027 Theory
+hep-th/0210030 Theory
+hep-th/0301128 Theory
+hep-th/0309040 Theory
+hep-th/0410021 Theory
+hep-th/0410224 Theory
+hep-th/0410296 Theory
+hep-th/0411020 Theory
+hep-th/0501240 Theory
+hep-th/9205094 Theory
+hep-th/9410029 Theory
+hep-th/9503210 Theory
+hep-th/9610091 Theory
+hep-th/9709095 Theory
+hep-th/9711114 Theory
+hep-th/9802162 Theory
+hep-th/9806016 Theory
+hep-th/9809160 Theory
+hep-th/9811140 Theory
+hep-th/9901030 Theory
+hep-th/9905013 Theory
+hep-th/9911194 Theory
+math/0304289 Combinatorics
+math/0304290 Combinatorics
+math/0401313 Combinatorics
+math/0404298 Combinatorics
+math/0510463 Differential Geometry
+math/0604333 Representation Theory
+math/0611376 Statistics Theory
+math/0612360 Representation Theory
+nucl-ex/0305034
+nucl-ex/0403043
+nucl-ex/9911002
+nucl-th/0006002
+nucl-th/0006017
+nucl-th/0305083
+nucl-th/9802058
+nucl-th/9810044
+nucl-th/9907004
+physics/0008007 Accelerator Physics
+physics/0008131 Accelerator Physics
+physics/0008173 Accelerator Physics
+physics/0008217 Accelerator Physics
+physics/0108015 Accelerator Physics
+physics/0111180 Accelerator Physics
+physics/0111208 Accelerator Physics
+physics/0112043 Instrumentation and Detectors
+physics/0406145 Accelerator Physics
+quant-ph/0202084
+quant-ph/0202101
+0704.1577 Optics
+0711.1483 Other Condensed Matter
+0712.3430 Rings and Algebras
+0712.3495 Rings and Algebras
+0712.3523 Rings and Algebras
+0801.2369 Differential Geometry
+0802.0951
+0803.1276 Statistics Theory
+0803.3094 Dynamical Systems
+0805.1755 Group Theory
+0805.3792 Functional Analysis
+0807.4471 Soft Condensed Matter
+0809.0150 Dynamical Systems
+0810.2491
+0901.0597 Neural and Evolutionary Computing
+0901.4810 Atomic and Molecular Clusters
+0902.3506 Combinatorics
+0903.0724
+0903.1452 Quantum Algebra
+0903.3278 Networking and Internet Architecture
+0904.4837
+0905.4772 Cosmology and Nongalactic Astrophysics
+0906.0002 Cosmology and Nongalactic Astrophysics
+0908.2956 Other Condensed Matter
+0909.1059
+0909.1352 Probability
+0909.2813
+0909.3560 Probability
+0909.3868 Computational Complexity
+0910.1049 Analysis of PDEs
+0910.2042 Statistics Theory
+0910.3176 Differential Geometry
+0910.4287 Mesoscale and Nanoscale Physics
+0911.1418 Geometric Topology
+0911.4774 Probability
+0912.0475 Dynamical Systems
+0912.0487 Dynamical Systems
+0912.0795 Combinatorics
+0912.1430 Fluid Dynamics
+0912.1707 Mesoscale and Nanoscale Physics
+0912.4387 Statistics Theory
+0912.4465 Molecular Networks
+0912.4568 Quantum Gases
+0912.4873 Theory
+1001.0041 Metric Geometry
+1001.0644 Cosmology and Nongalactic Astrophysics
+1001.5200
+1002.0179 Information Theory
+1002.1826 Soft Condensed Matter
+1002.4192 Astrophysics of Galaxies
+1002.4642 Representation Theory
+1003.0641 Materials Science
+1003.0669 Phenomenology
+1003.0757
+1003.1890
+1003.2159 Probability
+1003.2285 Functional Analysis
+1003.2535 Mesoscale and Nanoscale Physics
+1003.3137 Mesoscale and Nanoscale Physics
+1003.3506
+1003.3787 Mesoscale and Nanoscale Physics
+1003.4652 Group Theory
+1003.5304 Cryptography and Security
+1003.5339 Strongly Correlated Electrons
+1003.5706 Functional Analysis
+1004.1285 Cosmology and Nongalactic Astrophysics
+1004.1343 Representation Theory
+1004.2753 Number Theory
+1004.3445
+1004.4268 Physics and Society
+1004.4627 Statistical Mechanics
+1004.5155 Instrumentation and Methods for Astrophysics
+1005.1059 Computer Science and Game Theory
+1005.1121 Computer Science and Game Theory
+1005.2796 Algebraic Geometry
+1005.3045 Computer Science and Game Theory
+1005.5737 Phenomenology
+1006.3075 Cosmology and Nongalactic Astrophysics
+1006.3258
+1006.3513 Cosmology and Nongalactic Astrophysics
+1006.3799 Quantum Gases
+1006.3935 Materials Science
+1006.3936 Superconductivity
+1006.4111 Quantitative Methods
+1006.4163 Cosmology and Nongalactic Astrophysics
+1006.4266
+1006.4397 Populations and Evolution
+1006.5169 Statistical Mechanics
+1006.5213 Astrophysics of Galaxies
+1007.1134 Mesoscale and Nanoscale Physics
+1007.3752 Mesoscale and Nanoscale Physics
+1007.5468 Mesoscale and Nanoscale Physics
+1008.0077 Chaotic Dynamics
+1008.0847
+1008.1849 Optics
+1008.2616 Optics
+1008.2882 Mesoscale and Nanoscale Physics
+1008.3014 Neurons and Cognition
+1008.4498 Phenomenology
+1008.4993 Experiment
+1009.0267 Networking and Internet Architecture
+1009.1511 Quantum Gases
+1009.1696 Other Condensed Matter
+1009.1785 Combinatorics
+1009.1924 Phenomenology
+1009.2092 Materials Science
+1009.2096
+1009.2098 Astrophysics of Galaxies
+1009.2101 Instrumentation and Methods for Astrophysics
+1009.2105 High Energy Astrophysical Phenomena
+1009.2110 Representation Theory
+1009.2112 Cosmology and Nongalactic Astrophysics
+1009.2113 Astrophysics of Galaxies
+1009.2114 Soft Condensed Matter
+1009.2115 Astrophysics of Galaxies
+1009.2134 Geometric Topology
+1009.2137 Optimization and Control
+1009.2142 Discrete Mathematics
+1009.2148 Rings and Algebras
+1009.2152 Probability
+1009.2158 Complex Variables
+1009.2160 Data Structures and Algorithms
+1009.2163 Differential Geometry
+1009.2166 Theory
+1009.2172 General Mathematics
+1009.2176 General Mathematics
+1009.2178 Programming Languages
+1009.2180 Physics and Society
+1009.2181 Number Theory
+1009.2184 Functional Analysis
+1009.2186 Medical Physics
+1009.2187 Medical Physics
+1009.2189 Logic in Computer Science
+1009.2190 Methodology
+1009.2195 Rings and Algebras
+1009.2204 Computer Science and Game Theory
+1009.2205 Computer Science and Game Theory
+1009.2206 Computers and Society
+1009.2207 Computer Science and Game Theory
+1009.2208 Computer Science and Game Theory
+1009.2209 Astrophysics of Galaxies
+1009.2211
+1009.2228 Statistical Mechanics
+1009.2233 Combinatorics
+1009.2235 Materials Science
+1009.2237 Operator Algebras
+1009.2243 Neurons and Cognition
+1009.2246 Fluid Dynamics
+1009.2252 Computational Geometry
+1009.2254 General Physics
+1009.2257 Geometric Topology
+1009.2259 Logic in Computer Science
+1009.2263 Instrumentation and Methods for Astrophysics
+1009.2267
+1009.2270 Databases
+1009.2279 Geometric Topology
+1009.2280 Fluid Dynamics
+1009.2282 Networking and Internet Architecture
+1009.2292 General Topology
+1009.2294 Molecular Networks
+1009.2295 Molecular Networks
+1009.2298 Plasma Physics
+1009.2300 Methodology
+1009.2302 Methodology
+1009.2309 Instrumentation and Detectors
+1009.2310 Algebraic Geometry
+1009.2314 Distributed, Parallel, and Cluster Computing
+1009.2322 Data Structures and Algorithms
+1009.2327 Mesoscale and Nanoscale Physics
+1009.2331 Category Theory
+1009.2335 Differential Geometry
+1009.2337 Group Theory
+1009.2343 Materials Science
+1009.2347 Probability
+1009.2348 Phenomenology
+1009.2350 Solar and Stellar Astrophysics
+1009.2353 Plasma Physics
+1009.2364 Number Theory
+1009.2365
+1009.2368 Networking and Internet Architecture
+1009.2369 Functional Analysis
+1009.2371 Phenomenology
+1009.2373 History and Overview
+1009.2374 Quantum Gases
+1009.2381 Earth and Planetary Astrophysics
+1009.2382 Instrumentation and Methods for Astrophysics
+1009.2384 Combinatorics
+1009.2389 Operator Algebras
+1009.2391 Representation Theory
+1009.2395 Statistical Mechanics
+1009.2399 Classical Analysis and ODEs
+1009.2402 Fluid Dynamics
+1009.2406 Cryptography and Security
+1009.2407
+1009.2411 Cryptography and Security
+1009.2413 Experiment
+1009.2421 High Energy Astrophysical Phenomena
+1009.2436 Phenomenology
+1009.2439 Statistics Theory
+1009.2443 Information Theory
+1009.2452 Data Structures and Algorithms
+1009.2457 Probability
+1009.2469 Representation Theory
+1009.2476 Cryptography and Security
+1009.2491 Cryptography and Security
+1009.2494 Strongly Correlated Electrons
+cond-mat/0504761 Materials Science
+cs/0408021 Artificial Intelligence
+math/0508282 Statistics Theory
+math/0508565 Category Theory
+math/0701206 Statistics Theory
+math/0702528 Rings and Algebras
+nucl-th/0702055
+physics/0101056 Optics
+physics/0604234 Optics
+physics/0612161 Computational Physics
+quant-ph/0603110
+0709.1423 Strongly Correlated Electrons
+0801.2071 Number Theory
+0801.4428 Soft Condensed Matter
+0804.0022
+0810.1405 Disordered Systems and Neural Networks
+0810.3179 Optics
+0811.0991 Differential Geometry
+0811.1092
+0901.0542 High Energy Astrophysical Phenomena
+0901.0993
+0901.1013 Superconductivity
+0902.0518 Representation Theory
+0903.3606 Mesoscale and Nanoscale Physics
+0903.4463 Atomic Physics
+0903.4543
+0904.1287 Strongly Correlated Electrons
+0905.1247 Quantum Gases
+0906.4786 Cosmology and Nongalactic Astrophysics
+0907.0789 Symplectic Geometry
+0907.0889 Theory
+0907.2125 Strongly Correlated Electrons
+0907.4102 Lattice
+0908.4268 Superconductivity
+0909.0826 Cosmology and Nongalactic Astrophysics
+0909.3403 Complex Variables
+0909.4878 Chemical Physics
+0910.1373 Theory
+0910.1417
+0910.1431 Atomic Physics
+0910.1652 Quantum Gases
+0910.1824 Combinatorics
+0910.2175 Cosmology and Nongalactic Astrophysics
+0910.4329 Mesoscale and Nanoscale Physics
+0910.5265 Mesoscale and Nanoscale Physics
+0911.1322 Physics and Society
+0911.1553 Soft Condensed Matter
+0911.1936 Quantum Gases
+0911.3838 Strongly Correlated Electrons
+0912.0316 Symplectic Geometry
+0912.1738 Statistical Mechanics
+0912.3401 Computational Physics
+0912.3679 Statistical Mechanics
+1001.0647 Quantitative Methods
+1001.2684 Soft Condensed Matter
+1001.3698 Quantum Gases
+1002.2461 Algebraic Geometry
+1002.2617 High Energy Astrophysical Phenomena
+1002.4026 Statistical Mechanics
+1002.4162 Dynamical Systems
+1002.4956 Representation Theory
+1003.3366 Analysis of PDEs
+1003.3543 Information Theory
+1003.4817 Representation Theory
+1003.4989 Geophysics
+1003.4991 Phenomenology
+1003.5001 Cosmology and Nongalactic Astrophysics
+1003.5002 Geometric Topology
+1003.5004 Optimization and Control
+1003.5007 Populations and Evolution
+1003.5013 Solar and Stellar Astrophysics
+1003.5016 General Physics
+1003.5022 Theory
+1003.5029 Number Theory
+1003.5030 Mesoscale and Nanoscale Physics
+1003.5033 High Energy Astrophysical Phenomena
+1003.5039 Superconductivity
+1003.5040 Theory
+1003.5041 Theory
+1003.5042 Information Retrieval
+1003.5045 Phenomenology
+1003.5050
+1003.5058
+1003.5062 General Physics
+1003.5065 Optics
+1003.5069 Optics
+1003.5080 Databases
+1003.5087 Metric Geometry
+1003.5088 Functional Analysis
+1003.5092 Cosmology and Nongalactic Astrophysics
+1003.5093 Superconductivity
+1003.5100 Phenomenology
+1003.5104 Networking and Internet Architecture
+1003.5112 Solar and Stellar Astrophysics
+1003.5113 Solar and Stellar Astrophysics
+1003.5114 Solar and Stellar Astrophysics
+1003.5124 Spectral Theory
+1003.5133 Strongly Correlated Electrons
+1003.5138 General Physics
+1003.5146 Differential Geometry
+1003.5151 Rings and Algebras
+1003.5154 Superconductivity
+1003.5166 Physics and Society
+1003.5168 Spectral Theory
+1003.5169 Optics
+1003.5170 Quantum Gases
+1003.5173 Artificial Intelligence
+1003.5174 Dynamical Systems
+1003.5177 Differential Geometry
+1003.5182
+1003.5184
+1003.5190 High Energy Astrophysical Phenomena
+1003.5192 Digital Libraries
+1003.5194 Theory
+1003.5196 Digital Libraries
+1003.5206 Statistical Mechanics
+1003.5209
+1003.5212 Information Theory
+cond-mat/0611593 Mesoscale and Nanoscale Physics
+cs/0608095 Information Theory
+math/0202090 Combinatorics
+math/0206099 Algebraic Geometry
+math/0206268 Algebraic Geometry
+math/0304346 Algebraic Geometry
+math/0306401 Metric Geometry
+math/0403101 Quantum Algebra
+math/0405475 Algebraic Geometry
+math/0405539 Combinatorics
+math/0406136 Functional Analysis
+math/0407412 Combinatorics
+math/0409022 Combinatorics
+math/0409219 Metric Geometry
+math/0409504 Algebraic Geometry
+math/0501146 Algebraic Geometry
+math/0502051 Algebraic Geometry
+math/0502109 Classical Analysis and ODEs
+math/0502564 Metric Geometry
+math/0506466 Combinatorics
+math/0507377 Algebraic Geometry
+math/0511660 Algebraic Geometry
+math/0602161 Algebraic Geometry
+math/0607669 Algebraic Geometry
+math/0609544 Algebraic Geometry
+math/0611960 General Mathematics
+0706.2081 Rings and Algebras
+0707.1289 Differential Geometry
+0707.3773 Differential Geometry
+0803.0211 Number Theory
+0803.3090 Superconductivity
+0803.3252 Quantum Algebra
+0803.4021 Combinatorics
+0809.1583 Superconductivity
+0809.1658 Phenomenology
+0810.4340
+0812.1269
+0902.2237 Commutative Algebra
+0903.0167
+0903.0267
+0903.0355 Phenomenology
+0903.0501
+0903.0505
+0903.0867
+0903.0878
+0903.1991 Lattice
+0903.3475
+0904.0067
+0904.0184
+0904.2190 Theory
+0904.2270 Theory
+0905.0733 Combinatorics
+0905.3402 Superconductivity
+0905.4497 Experiment
+0906.2601
+0906.2886 Plasma Physics
+0906.4922 Mesoscale and Nanoscale Physics
+0906.5562
+0907.0138 Discrete Mathematics
+0907.0954 Materials Science
+0907.0956 Other Condensed Matter
+0907.3596
+0908.3070 Analysis of PDEs
+0908.3674 Mesoscale and Nanoscale Physics
+0908.3955 Atomic Physics
+0909.1009 Superconductivity
+0909.2697 Soft Condensed Matter
+0909.4932 Quantum Gases
+0909.4980 Functional Analysis
+0909.5146 Data Structures and Algorithms
+0910.1036 Differential Geometry
+0910.2916 Theory
+0910.3073 Phenomenology
+0910.4045 Statistical Mechanics
+0910.4560 Theory
+0910.4657 Theory
+0910.5122 Theory
+0910.5132 Theory
+0910.5175 Materials Science
+0910.5360 Strongly Correlated Electrons
+0911.0884 Experiment
+0911.1012
+0911.2063 Experiment
+0911.2247 Mesoscale and Nanoscale Physics
+0911.2512 Strongly Correlated Electrons
+0911.4598 Theory
+0911.4605 Theory
+0911.4666 Theory
+0911.5069
+0912.1537 Optics
+0912.4865
+1001.0498
+1001.1893
+1001.2694 Number Theory
+1001.3042 Statistical Mechanics
+1001.3641 Data Analysis, Statistics and Probability
+1002.0808 Superconductivity
+1002.1499 Subcellular Processes
+1002.2367 Numerical Analysis
+1002.3367 Statistical Mechanics
+1002.4221 Biological Physics
+1003.0751
+1003.1766 Mesoscale and Nanoscale Physics
+1003.1915 Number Theory
+1003.2061
+1003.2115 Analysis of PDEs
+1003.2218 Learning
+1003.2219 Dynamical Systems
+1003.2220 Numerical Analysis
+1003.2222 Experiment
+1003.2224 Functional Analysis
+1003.2231
+1003.2240 Analysis of PDEs
+1003.2241 Analysis of PDEs
+1003.2242 Numerical Analysis
+1003.2243 Analysis of PDEs
+1003.2244 Analysis of PDEs
+1003.2245 Machine Learning
+1003.2247
+1003.2248 Number Theory
+1003.2255 Other Computer Science
+1003.2263 Solar and Stellar Astrophysics
+1003.2265 Mesoscale and Nanoscale Physics
+1003.2273 General Physics
+1003.2275 Analysis of PDEs
+1003.2276 Materials Science
+1003.2281 Computers and Society
+1003.2282 Computational Physics
+1003.2283 Statistical Mechanics
+1003.2291 Discrete Mathematics
+1003.2292 Operator Algebras
+1003.2298 Analysis of PDEs
+1003.2305 Analysis of PDEs
+1003.2307 Instrumentation and Methods for Astrophysics
+1003.2308 General Topology
+1003.2311
+1003.2314 Optics
+1003.2315 Differential Geometry
+1003.2321 General Finance
+1003.2327
+1003.2329 Biological Physics
+1003.2331 Mesoscale and Nanoscale Physics
+1003.2332 Representation Theory
+1003.2333 Solar and Stellar Astrophysics
+1003.2337
+1003.2338 Functional Analysis
+1003.2341 Materials Science
+1003.2349 Solar and Stellar Astrophysics
+1003.2357 Combinatorics
+1003.2361 Rings and Algebras
+1003.2366 Populations and Evolution
+1003.2372 Information Theory
+1003.2374 Analysis of PDEs
+1003.2375 Number Theory
+1003.2379
+1003.2394
+1003.2396 Theory
+1003.2398 High Energy Astrophysical Phenomena
+1003.2400 Strongly Correlated Electrons
+1003.2401 General Mathematics
+1003.2407 Number Theory
+1003.2411 Theory
+cond-mat/0001455 Mesoscale and Nanoscale Physics
+cond-mat/9601157
+hep-ph/0502086 Phenomenology
+math/0505278 Representation Theory
+physics/0510206 Physics Education
+quant-ph/0609202
+0707.1614 Dynamical Systems
+0707.4265 Analysis of PDEs
+0710.3379 Pattern Formation and Solitons
+0711.3798
+0712.0369
+0801.0012
+0801.0631 Trading and Market Microstructure
+0802.1261 Exactly Solvable and Integrable Systems
+0803.2235
+0803.2796 Statistical Mechanics
+0806.0920 Computational Geometry
+0807.2602 Other Condensed Matter
+0808.1822 Combinatorics
+0809.2494 Logic
+0809.2523 Analysis of PDEs
+0810.1869 General Physics
+0812.0061
+0812.0938
+0812.0941 General Physics
+0901.0615 Probability
+0901.0858 Discrete Mathematics
+0901.3815 Phenomenology
+0902.0740
+0903.2039 Combinatorics
+0903.3749 Number Theory
+0903.4172 Theory
+0905.0990 Number Theory
+0906.0612 Physics and Society
+0906.1624 Chemical Physics
+0907.0292 Probability
+0908.1062 Physics and Society
+0908.1960 Quantitative Methods
+0908.2925 Combinatorics
+0910.5765 Optimization and Control
+0911.0705 Strongly Correlated Electrons
+0911.1442
+0911.3223 Probability
+0912.1172 Metric Geometry
+0912.1378 Materials Science
+0912.1726 General Physics
+0912.1777 Discrete Mathematics
+0912.3148 Probability
+1001.0040
+1001.0312 Combinatorics
+1001.0477 Strongly Correlated Electrons
+1001.0869 Materials Science
+1001.3023 Disordered Systems and Neural Networks
+1001.3072 Phenomenology
+1001.3077 Phenomenology
+1001.3177 Analysis of PDEs
+1002.0610 Probability
+1002.1232 Cosmology and Nongalactic Astrophysics
+1002.2773 Theory
+1002.4078 Fluid Dynamics
+1003.1011 Statistical Mechanics
+1003.2118
+1003.4674 Populations and Evolution
+1003.5075 Statistical Mechanics
+1004.0219 Dynamical Systems
+1004.0740 Statistical Mechanics
+1004.2361
+1004.5394
+1005.0492 Strongly Correlated Electrons
+1005.3528 Functional Analysis
+1005.4376 Physics and Society
+1005.5093 Mesoscale and Nanoscale Physics
+1006.0523 Number Theory
+1006.3518 Mesoscale and Nanoscale Physics
+1007.1429 Functional Analysis
+1007.1440 Atomic Physics
+1007.3302 Classical Analysis and ODEs
+1007.3969
+1008.0914 Phenomenology
+1008.0998 Instrumentation and Methods for Astrophysics
+1008.2010 Strongly Correlated Electrons
+1008.2128
+1008.4450 Mesoscale and Nanoscale Physics
+1009.0236 Number Theory
+1009.1321 Materials Science
+1009.1344 Networking and Internet Architecture
+1009.2231 Geophysics
+1009.2464 Information Theory
+1009.2502 Astrophysics of Galaxies
+1009.2652 Quantum Algebra
+1009.3025 Solar and Stellar Astrophysics
+1009.3028 Solar and Stellar Astrophysics
+1009.3029 Computer Vision and Pattern Recognition
+1009.3035 Solar and Stellar Astrophysics
+1009.3037 Solar and Stellar Astrophysics
+1009.3042 Theory
+1009.3043 Instrumentation and Methods for Astrophysics
+1009.3044 Algebraic Topology
+1009.3045 Methodology
+1009.3048 Earth and Planetary Astrophysics
+1009.3050 Accelerator Physics
+1009.3053 History and Philosophy of Physics
+1009.3055 Solar and Stellar Astrophysics
+1009.3061 Differential Geometry
+1009.3063 Dynamical Systems
+1009.3064
+1009.3065 Category Theory
+1009.3068
+1009.3072 Computation
+1009.3075
+1009.3078 Computer Vision and Pattern Recognition
+1009.3092 Materials Science
+1009.3095 Operator Algebras
+1009.3097 Plasma Physics
+1009.3099 Physics and Society
+1009.3108 Algebraic Geometry
+1009.3113 Probability
+1009.3115 Analysis of PDEs
+1009.3117 Phenomenology
+1009.3118 Optics
+1009.3121
+1009.3123 Applications
+1009.3124 Computational Complexity
+1009.3128 Complex Variables
+1009.3131 Statistical Mechanics
+1009.3141 Classical Analysis and ODEs
+1009.3144 Algebraic Geometry
+1009.3147 Numerical Analysis
+1009.3148 Analysis of PDEs
+1009.3150 Populations and Evolution
+1009.3153 Differential Geometry
+1009.3155 Molecular Networks
+1009.3156 Molecular Networks
+1009.3158 Analysis of PDEs
+1009.3160 Logic
+1009.3161 Biomolecules
+1009.3162 Strongly Correlated Electrons
+1009.3166 Analysis of PDEs
+1009.3168 Statistics Theory
+1009.3174 Programming Languages
+1009.3176 Theory
+1009.3178 Pattern Formation and Solitons
+1009.3179 Differential Geometry
+1009.3184 Mesoscale and Nanoscale Physics
+1009.3190 Solar and Stellar Astrophysics
+1009.3197 Solar and Stellar Astrophysics
+1009.3198 Number Theory
+1009.3200 Representation Theory
+1009.3201 Geometric Topology
+1009.3203 Methodology
+1009.3207 Geometric Topology
+1009.3216 Combinatorics
+1009.3218 Plasma Physics
+1009.3219 Algebraic Geometry
+1009.3230 Algebraic Geometry
+1009.3235 K-Theory and Homology
+1009.3238 Computation and Language
+1009.3252 Fluid Dynamics
+1009.3253 Information Theory
+1009.3264 Theory
+cond-mat/0308058 Strongly Correlated Electrons
+cond-mat/0310569
+cond-mat/0602347 Strongly Correlated Electrons
+cond-mat/0603254 Mesoscale and Nanoscale Physics
+hep-th/0003202 Theory
+hep-th/0208118 Theory
+math/0206015 Differential Geometry
+nlin/0008007 Exactly Solvable and Integrable Systems
+nlin/0507029 Pattern Formation and Solitons
+physics/0201035 Classical Physics
+q-bio/0701011 Molecular Networks
+0705.2633 Chaotic Dynamics
+0708.0618 Probability
+0803.3652 Quantum Algebra
+0804.3134 Number Theory
+0805.0470 Strongly Correlated Electrons
+0810.2767 Representation Theory
+0812.4557 Probability
+0901.2044 Statistics Theory
+0901.4056 Combinatorics
+0903.2177 Logic in Computer Science
+0904.4871 Probability
+0905.0040 Differential Geometry
+0906.2094 Probability
+0907.2701 Combinatorics
+0907.3911
+0907.5344 Solar and Stellar Astrophysics
+0908.1124 Classical Physics
+0908.3298 Algebraic Topology
+0908.3863 Commutative Algebra
+0908.4305 Quantum Algebra
+0909.4023
+0910.3193 Combinatorics
+0911.2980
+0911.4265 Differential Geometry
+0911.4689 Differential Geometry
+0911.5180
+0912.4389 Data Analysis, Statistics and Probability
+1002.0164 Functional Analysis
+1002.0639 Functional Analysis
+1002.1544 Probability
+1002.2781 Probability
+1003.1161
+1003.1534 Mesoscale and Nanoscale Physics
+1003.5738 Mesoscale and Nanoscale Physics
+1004.1157
+1004.1658 Superconductivity
+1005.0001 Strongly Correlated Electrons
+1005.0003
+1005.0573 Superconductivity
+1005.1580 Mesoscale and Nanoscale Physics
+1005.1604
+1005.4646 Phenomenology
+1005.4775 Number Theory
+1005.5121 Mesoscale and Nanoscale Physics
+1006.2035 Phenomenology
+1006.4510 Analysis of PDEs
+1006.4573 Theory
+1007.1941
+1007.3097 Phenomenology
+1007.3828 Quantum Gases
+1007.3866 Superconductivity
+1007.3982
+1007.4740 Methodology
+1008.0252
+1008.1214 Theory
+1008.1776
+1008.2119
+1008.2267 Networking and Internet Architecture
+1008.2444 Quantum Gases
+1008.2687 Superconductivity
+1008.3331 Statistical Mechanics
+1008.3532 Superconductivity
+1009.0560
+1009.4539 Cosmology and Nongalactic Astrophysics
+1010.0138 Atomic Physics
+1010.0325 Networking and Internet Architecture
+1010.0478 Mesoscale and Nanoscale Physics
+1010.2020
+1010.2548
+1010.2709 Algebraic Geometry
+1010.3620
+1010.3777 Analysis of PDEs
+1010.3979 Group Theory
+1010.4305 Functional Analysis
+1010.4306 Cosmology and Nongalactic Astrophysics
+1010.4314 Computer Vision and Pattern Recognition
+1010.4316 Rings and Algebras
+1010.4320 General Mathematics
+1010.4328 Quantitative Methods
+1010.4331 History and Overview
+1010.4336 Phenomenology
+1010.4340 Group Theory
+1010.4343 Functional Analysis
+1010.4344 Differential Geometry
+1010.4346 Functional Analysis
+1010.4347 Instrumentation and Methods for Astrophysics
+1010.4349 Group Theory
+1010.4351 Analysis of PDEs
+1010.4362
+1010.4363 Data Analysis, Statistics and Probability
+1010.4368 Functional Analysis
+1010.4371 Other Condensed Matter
+1010.4375 Fluid Dynamics
+1010.4381 Statistics Theory
+1010.4383 Mesoscale and Nanoscale Physics
+1010.4385 Artificial Intelligence
+1010.4390 Superconductivity
+1010.4391 Superconductivity
+1010.4392 Differential Geometry
+1010.4393 Mesoscale and Nanoscale Physics
+1010.4399 Fluid Dynamics
+1010.4401 High Energy Astrophysical Phenomena
+1010.4404 Instrumentation and Methods for Astrophysics
+1010.4408 Learning
+1010.4410 Statistical Mechanics
+1010.4417 Materials Science
+1010.4421 Materials Science
+1010.4425 Number Theory
+1010.4432 Number Theory
+1010.4436 Combinatorics
+1010.4444 Analysis of PDEs
+1010.4445 Solar and Stellar Astrophysics
+1010.4447 Probability
+1010.4450 Combinatorics
+1010.4456 Mesoscale and Nanoscale Physics
+1010.4459 Biomolecules
+1010.4460 Category Theory
+1010.4466 Learning
+1010.4469 Number Theory
+1010.4475 Networking and Internet Architecture
+1010.4486 Representation Theory
+1010.4487 Complex Variables
+1010.4490 Biomolecules
+1010.4494 Mesoscale and Nanoscale Physics
+1010.4502 Data Structures and Algorithms
+1010.4503 Statistical Mechanics
+1010.4515 Probability
+1010.4522 Functional Analysis
+1010.4524 Disordered Systems and Neural Networks
+1010.4529 Logic in Computer Science
+1010.4530 Analysis of PDEs
+1010.4531 Statistical Mechanics
+1010.4533 Programming Languages
+1010.4534 Statistical Mechanics
+1010.4537 Statistical Mechanics
+1010.4539 Statistical Mechanics
+1010.4541 Statistical Mechanics
+1010.4545 Quantum Gases
+1010.4546 Quantum Algebra
+1010.4547 Strongly Correlated Electrons
+1010.4559 Phenomenology
+1010.4560 Mesoscale and Nanoscale Physics
+math/0202081 Algebraic Topology
+nlin/0601051 Chaotic Dynamics
+nucl-th/0412036
+0704.3284 Pattern Formation and Solitons
+0705.1324 Other Condensed Matter
+0706.3361 Other Condensed Matter
+0707.1205 Other Condensed Matter
+0709.2193 Other Condensed Matter
+0710.5921 Other Condensed Matter
+0711.0375 Other Condensed Matter
+0711.3102 Other Condensed Matter
+0711.3116
+0801.3428 Other Condensed Matter
+0805.0761 Other Condensed Matter
+0806.1087 Pattern Formation and Solitons
+0807.2981 Functional Analysis
+0809.3317 Spectral Theory
+0812.0662 Pattern Formation and Solitons
+0901.3727
+0904.0031 Group Theory
+0906.3076 Probability
+0906.4479 Symplectic Geometry
+0906.5560 Probability
+0907.2055 Dynamical Systems
+0908.4094 Information Theory
+0910.0663 Computational Engineering, Finance, and Science
+0911.0369 Analysis of PDEs
+0911.1446 Analysis of PDEs
+0911.4678 Quantum Gases
+0911.4727 Probability
+0912.1495 Metric Geometry
+0912.3139 Statistical Mechanics
+0912.3732 Probability
+1001.0341 Genomics
+1001.1813 Quantum Algebra
+1001.5258 Molecular Networks
+1002.0693 Cosmology and Nongalactic Astrophysics
+1002.2603 Other Condensed Matter
+1003.0390
+1003.2006
+1003.2725 Differential Geometry
+1003.5795 Differential Geometry
+1003.6037 Quantum Gases
+1004.0521 Commutative Algebra
+1004.1298 Formal Languages and Automata Theory
+1004.3130 Differential Geometry
+1004.3548 Cosmology and Nongalactic Astrophysics
+1005.4259 Representation Theory
+1005.4537 Probability
+1005.4818 Solar and Stellar Astrophysics
+1006.0877 Cosmology and Nongalactic Astrophysics
+1006.1219 Phenomenology
+1006.1283
+1006.4365 Astrophysics of Galaxies
+1006.4607 Data Structures and Algorithms
+1006.4982 Soft Condensed Matter
+1007.1451 High Energy Astrophysical Phenomena
+1007.1687
+1007.2833 Analysis of PDEs
+1007.4033 Atomic Physics
+1007.4713 Superconductivity
+1008.0650 Mesoscale and Nanoscale Physics
+1008.1249 Disordered Systems and Neural Networks
+1008.3249 Superconductivity
+1008.3871 Analysis of PDEs
+1008.4281 Classical Physics
+1009.2868 Chemical Physics
+1009.2878
+1010.1646 Statistical Mechanics
+1010.3739 Quantum Gases
+1010.4253 Learning
+1011.0654 Mesoscale and Nanoscale Physics
+1011.1362 Group Theory
+1011.1748 Classical Analysis and ODEs
+1011.3660 Lattice
+1011.4298 Astrophysics of Galaxies
+1012.1396
+1012.1622
+1012.1688 Group Theory
+1012.1807 Materials Science
+1012.1815 Theory
+1012.1845 Strongly Correlated Electrons
+1012.1856 Solar and Stellar Astrophysics
+1012.1857 Solar and Stellar Astrophysics
+1012.1875 Solar and Stellar Astrophysics
+1012.1878 Computational Finance
+1012.1879 Applications
+1012.1882 Multimedia
+1012.1883 Earth and Planetary Astrophysics
+1012.1884 Classical Analysis and ODEs
+1012.1889 Algebraic Geometry
+1012.1890 Statistics Theory
+1012.1894 Quantitative Methods
+1012.1898 Databases
+1012.1899 Artificial Intelligence
+1012.1907 Lattice
+1012.1909 Information Theory
+1012.1912 Information Theory
+1012.1921 Geometric Topology
+1012.1923 Group Theory
+1012.1933
+1012.1935
+1012.1943 Robotics
+1012.1944 Materials Science
+1012.1945 Optimization and Control
+1012.1946 Combinatorics
+1012.1948 Robotics
+1012.1949 Category Theory
+1012.1952 High Energy Astrophysical Phenomena
+1012.1953 Numerical Analysis
+1012.1956 Quantum Algebra
+1012.1974 Populations and Evolution
+1012.1979 Solar and Stellar Astrophysics
+1012.1980 Data Analysis, Statistics and Probability
+1012.1983 Disordered Systems and Neural Networks
+1012.1986 Differential Geometry
+1012.1993
+1012.2001 Differential Geometry
+1012.2014 Earth and Planetary Astrophysics
+1012.2017 Commutative Algebra
+1012.2019 Digital Libraries
+1012.2020 Complex Variables
+1012.2024 Materials Science
+1012.2025 Cell Behavior
+1012.2027
+1012.2031 Chaotic Dynamics
+1012.2034 Computational Complexity
+1012.2038 Probability
+1012.2040 Logic
+1012.2042 Computation and Language
+1012.2044 Lattice
+1012.2046 Logic
+1012.2049 Group Theory
+1012.2055 Differential Geometry
+1012.2056 Metric Geometry
+1012.2061 Functional Analysis
+1012.2064 High Energy Astrophysical Phenomena
+1012.2066
+1012.2071 Number Theory
+1012.2073 Information Theory
+1012.2081 Combinatorics
+1012.2082 Solar and Stellar Astrophysics
+1012.2086 Information Theory
+1012.2089 Combinatorics
+1012.2093 Algebraic Geometry
+1012.2096 Networking and Internet Architecture
+1012.2106 Lattice
+chao-dyn/9612016 Chaotic Dynamics
+cond-mat/0406729 Other Condensed Matter
+cond-mat/0501030 Other Condensed Matter
+cond-mat/0501031 Other Condensed Matter
+cond-mat/0501680 Soft Condensed Matter
+cond-mat/0503227 Other Condensed Matter
+cond-mat/0611487 Other Condensed Matter
+cond-mat/0611759 Mesoscale and Nanoscale Physics
+cond-mat/0701435 Soft Condensed Matter
+hep-ph/0306145 Phenomenology
+hep-ph/0306255 Phenomenology
+math/0510466 Spectral Theory
+math/0606153 Functional Analysis
+math/0607062 Functional Analysis
+nlin/0507048 Pattern Formation and Solitons
+nlin/0605048 Pattern Formation and Solitons
+nlin/0607063 Pattern Formation and Solitons
+0705.0315 Networking and Internet Architecture
+0707.1462 Probability
+0707.2383 Superconductivity
+0708.3157 Symplectic Geometry
+0805.0629 Metric Geometry
+0809.0932
+0810.3193 Probability
+0811.0066 General Physics
+0901.4349
+0902.0216 Probability
+0904.3289 Atomic Physics
+0905.0678 Superconductivity
+0905.1059
+0905.1060 Solar and Stellar Astrophysics
+0905.4318 Symplectic Geometry
+0906.0231 Information Retrieval
+0906.1631 Cosmology and Nongalactic Astrophysics
+0907.5183
+0908.0997
+0908.1567 Phenomenology
+0908.2597 Group Theory
+0909.0668 Optics
+0909.2545 Geometric Topology
+0909.3811 Disordered Systems and Neural Networks
+0909.5194 Machine Learning
+0910.1033 Geometric Topology
+0910.3796 Other Condensed Matter
+0910.4064 Optics
+0910.5337 Quantum Gases
+0910.5745 Cryptography and Security
+0911.1385 Theory
+0911.2283 Mesoscale and Nanoscale Physics
+0912.2559 Mesoscale and Nanoscale Physics
+0912.3198
+0912.4493 Quantum Gases
+1001.4717 Disordered Systems and Neural Networks
+1002.2030 Materials Science
+1002.3673 Earth and Planetary Astrophysics
+1002.3927 Optics
+1002.4367 Strongly Correlated Electrons
+1002.4699 Earth and Planetary Astrophysics
+1003.2319
+1003.3117
+1003.3495 Mesoscale and Nanoscale Physics
+1003.4790 Quantum Gases
+1004.1413 High Energy Astrophysical Phenomena
+1004.2339 Strongly Correlated Electrons
+1004.2956 Quantum Gases
+1004.4090 Phenomenology
+1004.4990 Strongly Correlated Electrons
+1005.0070 Materials Science
+1005.0428 Quantum Gases
+1005.1156 Number Theory
+1005.2791 Discrete Mathematics
+1005.2918 History and Philosophy of Physics
+1005.3544 Solar and Stellar Astrophysics
+1006.1032 Digital Libraries
+1006.2464 High Energy Astrophysical Phenomena
+1006.4263 Operator Algebras
+1006.4338 Optimization and Control
+1007.0068
+1007.1602 Metric Geometry
+1007.1736 Chemical Physics
+1007.2054 Number Theory
+1007.2089 Instrumentation and Methods for Astrophysics
+1007.2212 Robotics
+1007.2435 History and Philosophy of Physics
+1007.2439 Solar and Stellar Astrophysics
+1007.2440 Instrumentation and Detectors
+1007.2442 Computer Vision and Pattern Recognition
+1007.2443 Physics Education
+1007.2445 Mesoscale and Nanoscale Physics
+1007.2446 Differential Geometry
+1007.2449 Learning
+1007.2450 Machine Learning
+1007.2453 Combinatorics
+1007.2454 Combinatorics
+1007.2456 Combinatorics
+1007.2463 Materials Science
+1007.2464 Fluid Dynamics
+1007.2466 Fluid Dynamics
+1007.2469 Probability
+1007.2471 Instrumentation and Detectors
+1007.2477 Group Theory
+1007.2482 Analysis of PDEs
+1007.2485 Fluid Dynamics
+1007.2487 Cosmology and Nongalactic Astrophysics
+1007.2489 Differential Geometry
+1007.2493 Dynamical Systems
+1007.2503 Data Structures and Algorithms
+1007.2506 Fluid Dynamics
+1007.2508 Commutative Algebra
+1007.2516 Probability
+1007.2519 Dynamical Systems
+1007.2521 Geometric Topology
+1007.2522 Instrumentation and Detectors
+1007.2523 Differential Geometry
+1007.2525 Optics
+1007.2526 Phenomenology
+1007.2528 Optics
+1007.2530 Optics
+1007.2540 Solar and Stellar Astrophysics
+1007.2542 Algebraic Geometry
+1007.2545 Physics and Society
+1007.2553 Instrumentation and Detectors
+1007.2557 High Energy Astrophysical Phenomena
+1007.2558
+1007.2560 Theory
+1007.2569 Differential Geometry
+1007.2570 Complex Variables
+1007.2576 Quantitative Methods
+1007.2579 Quantum Algebra
+1007.2596
+1007.2600 Cosmology and Nongalactic Astrophysics
+1007.2603
+1007.2612 Statistics Theory
+1007.2627 Differential Geometry
+1007.2634 Instrumentation and Detectors
+1007.2636 Phenomenology
+1007.2639 Combinatorics
+1007.2640
+cond-mat/0305189 Strongly Correlated Electrons
+cond-mat/0402262 Strongly Correlated Electrons
+cond-mat/0403332 Strongly Correlated Electrons
+cond-mat/0505768 Other Condensed Matter
+cond-mat/0511298 Strongly Correlated Electrons
+cond-mat/0606001 Superconductivity
+cond-mat/0607137 Strongly Correlated Electrons
+cond-mat/0607398 Materials Science
+math-ph/0510081
+math/0610280 Differential Geometry
+math/0703905 Classical Analysis and ODEs
+0706.0128
+0706.3887
+0709.0998 Differential Geometry
+0711.1258 Probability
+0711.3784 General Mathematics
+0712.2741 Disordered Systems and Neural Networks
+0712.3318
+0804.2769 Strongly Correlated Electrons
+0804.4089 Classical Physics
+0805.1937 Mesoscale and Nanoscale Physics
+0805.2766 Quantum Algebra
+0806.1177 Strongly Correlated Electrons
+0806.2377 Algebraic Geometry
+0807.1960 Representation Theory
+0807.4319 Phenomenology
+0808.1148 Mesoscale and Nanoscale Physics
+0808.2608 Probability
+0810.0029 Neurons and Cognition
+0810.2456 Group Theory
+0810.3729 Information Theory
+0810.4046 Group Theory
+0811.1330 Algebraic Topology
+0811.2148
+0812.1603 Quantum Algebra
+0812.2623 Dynamical Systems
+0812.4942 Quantum Algebra
+0901.1924 Information Theory
+0901.2444
+0901.2684 Information Theory
+0901.3091 Strongly Correlated Electrons
+0901.3197 Information Theory
+0901.3956 Geometric Topology
+0901.4192 Information Theory
+0902.0762 Probability
+0902.1293 Dynamical Systems
+0902.2334 Algebraic Topology
+0902.4577 Information Theory
+0903.2536 Group Theory
+0903.3590 Mesoscale and Nanoscale Physics
+0903.5203
+0904.1493
+0904.4204 Algebraic Geometry
+0905.1304 Combinatorics
+0905.3448 Theory
+0906.1065 Number Theory
+0906.1682 Strongly Correlated Electrons
+0906.1740 Strongly Correlated Electrons
+0906.1745 Strongly Correlated Electrons
+0907.1261 Mesoscale and Nanoscale Physics
+0907.2587 Probability
+0908.1716 Cosmology and Nongalactic Astrophysics
+0908.1751 Functional Analysis
+0908.3928 Cosmology and Nongalactic Astrophysics
+0909.0769 Superconductivity
+0909.2016 Theory
+0909.4104 Mesoscale and Nanoscale Physics
+0909.5489 Superconductivity
+0910.1322 Strongly Correlated Electrons
+0910.2727 Mesoscale and Nanoscale Physics
+0910.4165 Quantum Gases
+0910.4672 Materials Science
+0910.5826 Lattice
+0911.1400 Mesoscale and Nanoscale Physics
+0911.2141 Strongly Correlated Electrons
+0911.4423 Probability
+0911.4465 Chaotic Dynamics
+0912.3300 Quantum Gases
+1001.1751 Superconductivity
+1001.2187 Methodology
+1001.4643 Cosmology and Nongalactic Astrophysics
+1001.5354 Dynamical Systems
+1002.0785 Optics
+1002.2407 Analysis of PDEs
+1002.3060 Solar and Stellar Astrophysics
+1002.4046 Learning
+1002.4047 Cryptography and Security
+1002.4048 Information Retrieval
+1002.4049 Multimedia
+1002.4879 Cosmology and Nongalactic Astrophysics
+1002.4942 Mesoscale and Nanoscale Physics
+1003.0889 Risk Management
+1003.1073 Cosmology and Nongalactic Astrophysics
+1003.1797 Representation Theory
+1003.2147
+1003.2279 Fluid Dynamics
+1003.2301 K-Theory and Homology
+1003.2616 Cryptography and Security
+1003.2812 Algebraic Geometry
+1003.3079 Numerical Analysis
+1003.3357 Computation
+1003.3507 Information Theory
+1003.3538 Phenomenology
+1003.3649 Discrete Mathematics
+1003.3728 Statistical Mechanics
+1003.3871 Algebraic Geometry
+1003.3876 Strongly Correlated Electrons
+1003.3881 Theory
+1003.3882 Astrophysics of Galaxies
+1003.3884 Cosmology and Nongalactic Astrophysics
+1003.3888 Solar and Stellar Astrophysics
+1003.3892 Mesoscale and Nanoscale Physics
+1003.3893 Cryptography and Security
+1003.3895 Optimization and Control
+1003.3906 Atomic Physics
+1003.3907
+1003.3908 Information Theory
+1003.3909 Networking and Internet Architecture
+1003.3911 High Energy Astrophysical Phenomena
+1003.3915 Combinatorics
+1003.3916 Biological Physics
+1003.3917 Chemical Physics
+1003.3920 Distributed, Parallel, and Cluster Computing
+1003.3921 Earth and Planetary Astrophysics
+1003.3928
+1003.3934 Differential Geometry
+1003.3937 Popular Physics
+1003.3939 Functional Analysis
+1003.3943 Phenomenology
+1003.3956 Combinatorics
+1003.3957 Probability
+1003.3958 Statistical Mechanics
+1003.3959 Group Theory
+1003.3960
+1003.3969 Earth and Planetary Astrophysics
+1003.3972 Commutative Algebra
+1003.3974 Commutative Algebra
+1003.3979
+1003.3980 Dynamical Systems
+1003.3981 Solar and Stellar Astrophysics
+1003.3982 Functional Analysis
+1003.3983 Fluid Dynamics
+1003.3985 Computer Vision and Pattern Recognition
+1003.3986 Combinatorics
+1003.3988 Methodology
+1003.3989 Differential Geometry
+1003.3996 Networking and Internet Architecture
+1003.4001 Combinatorics
+1003.4003 Probability
+1003.4009 Commutative Algebra
+1003.4011
+1003.4013 Metric Geometry
+1003.4016 Discrete Mathematics
+1003.4019 Optics
+1003.4021 Computer Vision and Pattern Recognition
+1003.4024 General Topology
+1003.4035 Symplectic Geometry
+1003.4036 Graphics
+1003.4037 Physics Education
+1003.4038 Experiment
+1003.4039 Number Theory
+1003.4041 Materials Science
+1003.4043 Theory
+1003.4049 Multimedia
+1003.4051 Classical Analysis and ODEs
+1003.4053 Computer Vision and Pattern Recognition
+1003.4056 Metric Geometry
+1003.4057 Information Theory
+1003.4058 Mesoscale and Nanoscale Physics
+1003.4062 Performance
+1003.4063 Networking and Internet Architecture
+1003.4064 Performance
+1003.4066 Distributed, Parallel, and Cluster Computing
+1003.4067 Information Retrieval
+1003.4068 Databases
+1003.4070 Networking and Internet Architecture
+1003.4071 Cryptography and Security
+1003.4072 Number Theory
+1003.4073 Networking and Internet Architecture
+1003.4074 Distributed, Parallel, and Cluster Computing
+1003.4075 Robotics
+1003.4076 Databases
+1003.4078 Networking and Internet Architecture
+1003.4080 Networking and Internet Architecture
+1003.4081 Neural and Evolutionary Computing
+1003.4083 Multimedia
+1003.4084 Multimedia
+1003.4085 Cryptography and Security
+1003.4086 Cryptography and Security
+1003.4087 Computer Vision and Pattern Recognition
+1003.4088 Operating Systems
+1003.4095 Group Theory
+1003.4099 Statistical Mechanics
+1003.4102 Logic
+1003.4103 Solar and Stellar Astrophysics
+1003.4104 Superconductivity
+1003.4105 Formal Languages and Automata Theory
+1003.4106 Algebraic Geometry
+1003.4110 Dynamical Systems
+1003.4111 Number Theory
+1003.4114 Chemical Physics
+1003.4117 Probability
+1003.4118 Computational Finance
+1003.4119 Cosmology and Nongalactic Astrophysics
+1003.4120
+1003.4121 Analysis of PDEs
+1003.4123
+1003.4124 High Energy Astrophysical Phenomena
+1003.4131 Physics and Society
+1003.4136 Group Theory
+1003.4137 Group Theory
+1003.4139 K-Theory and Homology
+1003.4156 Methodology
+1003.4157 Fluid Dynamics
+1003.4158 Cosmology and Nongalactic Astrophysics
+1003.4159
+1003.4162 Representation Theory
+1003.4167 Solar and Stellar Astrophysics
+1003.4172 Analysis of PDEs
+1003.4178 Differential Geometry
+1003.4179 Metric Geometry
+1003.4180 Medical Physics
+1003.4182 Analysis of PDEs
+1003.4183 Probability
+1003.4192 Earth and Planetary Astrophysics
+1003.4194 Solar and Stellar Astrophysics
+1003.4201 Algebraic Geometry
+1003.4207 Solar and Stellar Astrophysics
+1003.4208 Solar and Stellar Astrophysics
+1003.4210 Solar and Stellar Astrophysics
+1003.4212 Popular Physics
+1003.4220 Experiment
+1003.4228 Solar and Stellar Astrophysics
+1003.4235 Cosmology and Nongalactic Astrophysics
+1003.4236 Algebraic Topology
+1003.4239 Populations and Evolution
+1003.4242 Differential Geometry
+1003.4243 Solar and Stellar Astrophysics
+1003.4245
+1003.4247 Differential Geometry
+1003.4254 Statistics Theory
+cond-mat/0410041 Strongly Correlated Electrons
+cond-mat/0507157 Strongly Correlated Electrons
+cond-mat/0512023 Strongly Correlated Electrons
+cond-mat/0602524 Strongly Correlated Electrons
+cond-mat/0605200 Strongly Correlated Electrons
+cond-mat/0612100 Strongly Correlated Electrons
+gr-qc/0609054
+math-ph/0701043
+math/0204234 Classical Analysis and ODEs
+math/0503712 Statistics Theory
+math/0510489 Algebraic Geometry
+math/0605244 Number Theory
+math/0610144 Differential Geometry
+math/0610750 Probability
+math/0611119 Dynamical Systems
+nucl-ex/0703023
+physics/0604046 Chemical Physics
+q-bio/0612037 Tissues and Organs
+0706.2491 Rings and Algebras
+0706.2882 Superconductivity
+0707.2104 Superconductivity
+0707.3747 Number Theory
+0712.0869
+0803.2330
+0804.2332 Soft Condensed Matter
+0806.1951
+0808.3703 Theory
+0810.4255 Phenomenology
+0810.5685 Symbolic Computation
+0811.3478
+0812.3381 Computational Finance
+0901.0023 General Physics
+0901.2945 Quantum Gases
+0901.4808 Other Condensed Matter
+0902.0065 Classical Analysis and ODEs
+0902.1975 Group Theory
+0902.2664 Superconductivity
+0904.2640 Other Condensed Matter
+0906.1913 Complex Variables
+0907.3608
+0908.0090 Classical Physics
+0908.4151 Theory
+0908.4281
+0909.2207 Strongly Correlated Electrons
+0909.2359
+0909.2759 Phenomenology
+0909.3466 Computational Complexity
+0909.3755 Combinatorics
+0909.5631
+0910.1457 Phenomenology
+0910.3268 Quantum Gases
+0911.1636
+0911.3191 Lattice
+0911.3436
+0911.4962 Combinatorics
+0911.5634 Phenomenology
+0911.5727 Cosmology and Nongalactic Astrophysics
+0912.0036
+0912.0503
+0912.1946 Phenomenology
+0912.5213 Quantum Gases
+0912.5392 Differential Geometry
+1001.0014 Phenomenology
+1001.0112 Theory
+1001.3100 Fluid Dynamics
+1003.4316 Mesoscale and Nanoscale Physics
+1004.1448 Strongly Correlated Electrons
+1004.4014 Numerical Analysis
+1004.5577 Other Condensed Matter
+1005.0459 Theory
+1005.1550 Strongly Correlated Electrons
+1005.2431 Theory
+1005.3277 Mesoscale and Nanoscale Physics
+1005.4690 Theory
+1005.5403 Theory
+1005.5560
+1006.0232
+1006.1597 Probability
+1006.1797 Differential Geometry
+1006.2042 Quantum Gases
+1006.2448
+1006.2681
+1006.3117 Complex Variables
+1006.3189 Theory
+1006.3343 Statistical Mechanics
+1006.4090 Theory
+1006.5225 Functional Analysis
+1007.2357 Superconductivity
+1007.2662
+1007.2687 Mesoscale and Nanoscale Physics
+1007.3140
+1007.3265 Astrophysics of Galaxies
+1007.3679 Disordered Systems and Neural Networks
+1007.4142 Theory
+1007.4949 Theory
+1007.4966 Mesoscale and Nanoscale Physics
+1007.5416 Materials Science
+1008.0098 Phenomenology
+1008.0151 Instrumentation and Detectors
+1008.0800 Phenomenology
+1008.1070 Theory
+1008.1722
+1008.1741 Superconductivity
+1008.2212
+1008.2945 Quantum Gases
+1008.3393 Accelerator Physics
+1008.3453 Theory
+1008.3837 Phenomenology
+1008.4077 Instrumentation and Detectors
+1008.4961 Statistical Mechanics
+1009.0091 Materials Science
+1009.0974 Representation Theory
+1009.1129
+1009.1440
+1009.1552 Quantum Gases
+1009.2906
+1009.3317 Mesoscale and Nanoscale Physics
+1009.3399 Phenomenology
+1009.3548 Phenomenology
+1009.3641 Instrumentation and Detectors
+1009.3696 Theory
+1009.3783 Lattice
+1009.3851 Strongly Correlated Electrons
+1009.4762
+1009.4775 General Physics
+1009.4784 Theory
+1009.4805
+1009.6130
+1010.0611 Statistical Mechanics
+1010.1631 Statistical Mechanics
+1010.2601 Number Theory
+1010.2829 Populations and Evolution
+1010.5367
+1010.5955
+1010.6156
+1011.0024 Lattice
+1011.0827 Combinatorics
+1011.1022 Functional Analysis
+1011.2141 Superconductivity
+1011.6013 Optimization and Control
+1012.0024 Analysis of PDEs
+1012.0550 Representation Theory
+1012.0556 Computational Complexity
+1012.0585 History and Overview
+1012.0587 High Energy Astrophysical Phenomena
+1012.0607 Statistical Mechanics
+1012.0610 Cryptography and Security
+1012.0636 Probability
+1012.0637 Statistics Theory
+1012.0646 Astrophysics of Galaxies
+1012.0647
+1012.0657 Other Condensed Matter
+1012.0662 Computational Physics
+1012.0663 Databases
+1012.0672 Cellular Automata and Lattice Gases
+1012.0674 Cellular Automata and Lattice Gases
+1012.0679 Differential Geometry
+1012.0683 Phenomenology
+1012.0684 Systems and Control
+1012.0685 Differential Geometry
+1012.0687 Analysis of PDEs
+1012.0689 Analysis of PDEs
+1012.0696 Probability
+1012.0697 Computational Physics
+1012.0699
+1012.0701 Materials Science
+1012.0704 Spectral Theory
+1012.0707 Solar and Stellar Astrophysics
+1012.0723 Lattice
+1012.0729 Computational Complexity
+1012.0734 Biological Physics
+1012.0742 Artificial Intelligence
+1012.0743 Cosmology and Nongalactic Astrophysics
+1012.0756
+1012.0759 Cryptography and Security
+1012.0766 Mesoscale and Nanoscale Physics
+1012.0769 High Energy Astrophysical Phenomena
+1012.0776
+1012.0777
+1012.0785 Materials Science
+1012.0794 Analysis of PDEs
+1012.0795 Symplectic Geometry
+1012.0809 Theory
+1012.0817 Probability
+1012.0822 Quantum Algebra
+1012.0825 Strongly Correlated Electrons
+1012.0826 Probability
+1012.0829 Materials Science
+1012.0830 Artificial Intelligence
+1012.0837 Probability
+astro-ph/0509472
+astro-ph/0512123
+astro-ph/0606093
+astro-ph/0608136
+cond-mat/0003334 Superconductivity
+cond-mat/0404115 Superconductivity
+cond-mat/0505073 Superconductivity
+cond-mat/0506497 Other Condensed Matter
+gr-qc/0612063
+hep-th/0611132 Theory
+nlin/0511011 Chaotic Dynamics
+nucl-ex/0611010
+physics/0302071 Physics and Society
+0705.2676 Theory
+0707.0853 Differential Geometry
+0707.2071
+0708.1919 Combinatorics
+0710.2963
+0710.3392 Quantum Algebra
+0710.4952 Number Theory
+0711.2793 Exactly Solvable and Integrable Systems
+0712.0997
+0712.2480 Probability
+0712.3649 Combinatorics
+0801.1899 Complex Variables
+0803.0648
+0803.3486 Quantum Algebra
+0805.0067 Combinatorics
+0807.1590 Materials Science
+0807.1821
+0807.2406 Quantum Algebra
+0808.1667 Algebraic Topology
+0808.3146 Materials Science
+0809.4405
+0810.1544 Neurons and Cognition
+0811.2582
+0901.2091 Probability
+0901.2460 History and Overview
+0901.2806 Theory
+0901.4686 Metric Geometry
+0902.1699 Instrumentation and Detectors
+0902.1700 Discrete Mathematics
+0902.2245 Theory
+0903.3127 Artificial Intelligence
+0904.2016 Cosmology and Nongalactic Astrophysics
+0905.0380 Differential Geometry
+0905.3337
+0906.4532 Mesoscale and Nanoscale Physics
+0909.2337
+0910.0361 Plasma Physics
+0910.1659
+0910.3868
+0910.4898 Theory
+0910.5076 Information Theory
+0910.5252 Mesoscale and Nanoscale Physics
+0911.0204 Materials Science
+0911.1617 Theory
+0911.3230 Theory
+0911.4137 Mesoscale and Nanoscale Physics
+0912.0122
+0912.0576 Algebraic Geometry
+0912.3063 Superconductivity
+0912.3134 Computational Complexity
+0912.4049 General Mathematics
+0912.4132
+0912.4473 Learning
+0912.5502 Computer Vision and Pattern Recognition
+1001.0840 Plasma Physics
+1001.0918 Statistical Mechanics
+1001.3989
+1002.0628 Combinatorics
+1002.1501 Pattern Formation and Solitons
+1002.2150 Soft Condensed Matter
+1002.3124 Differential Geometry
+1002.3130 Functional Analysis
+1002.4101 Cosmology and Nongalactic Astrophysics
+1002.4218 Materials Science
+1002.4453 Information Theory
+1003.0873
+1003.2019 Complex Variables
+1003.2223 Number Theory
+1003.3061
+1003.4656
+1003.4859 Materials Science
+1004.0257 Soft Condensed Matter
+1004.0424 Data Structures and Algorithms
+1004.0584 Algebraic Geometry
+1004.1633
+1004.2315
+1004.3406 Combinatorics
+1004.3988 Cosmology and Nongalactic Astrophysics
+1005.0339
+1005.0357 Atomic Physics
+1005.0607
+1005.1850 Phenomenology
+1005.3992 Mathematical Software
+1005.4803 Physics and Society
+1005.4885 Analysis of PDEs
+1005.5417 Probability
+1006.0680 Materials Science
+1006.0745 Combinatorics
+1006.1555
+1006.2450 Combinatorics
+1006.2769 Information Theory
+1006.3025 Number Theory
+1006.4229 Algebraic Topology
+1006.4454 Optics
+1006.4750 Probability
+1006.4761
+1006.4775 Experiment
+1006.4819
+1006.5056 Plasma Physics
+1006.5059 Information Retrieval
+1006.5064 K-Theory and Homology
+1006.5072 Phenomenology
+1006.5074 Number Theory
+1006.5076 Lattice
+1006.5078 Optics
+1006.5079 Solar and Stellar Astrophysics
+1006.5081 Instrumentation and Methods for Astrophysics
+1006.5082 Instrumentation and Methods for Astrophysics
+1006.5083 Instrumentation and Methods for Astrophysics
+1006.5085 Materials Science
+1006.5086 Computation
+1006.5091 Functional Analysis
+1006.5092 Complex Variables
+1006.5094 Logic in Computer Science
+1006.5095 Performance
+1006.5096 Logic in Computer Science
+1006.5097 Computer Science and Game Theory
+1006.5098 Logic in Computer Science
+1006.5099 Computational Engineering, Finance, and Science
+1006.5100 Logic in Computer Science
+1006.5101 Logic in Computer Science
+1006.5102 Logic in Computer Science
+1006.5103 Formal Languages and Automata Theory
+1006.5104 Performance
+1006.5105 Number Theory
+1006.5107 Programming Languages
+1006.5111 Data Analysis, Statistics and Probability
+1006.5113 Networking and Internet Architecture
+1006.5120 Group Theory
+1006.5124 Algebraic Geometry
+1006.5127 Algebraic Geometry
+1006.5128 Quantum Algebra
+1006.5129 Combinatorics
+1006.5130 Numerical Analysis
+1006.5133
+1006.5140 Complex Variables
+1006.5141 Functional Analysis
+1006.5142 Number Theory
+1006.5143 Number Theory
+1006.5151 Cosmology and Nongalactic Astrophysics
+1006.5154 Astrophysics of Galaxies
+1006.5156 Algebraic Geometry
+1006.5161 Biological Physics
+1006.5170 Applications
+1006.5171 Mesoscale and Nanoscale Physics
+1006.5175 Representation Theory
+1006.5184 Astrophysics of Galaxies
+1006.5186 Quantum Gases
+1006.5188 Artificial Intelligence
+1006.5191 General Physics
+1006.5204 Group Theory
+1006.5207 Optimization and Control
+1006.5212 Representation Theory
+1006.5222 General Physics
+1006.5227
+1006.5229 Group Theory
+1006.5230 Trading and Market Microstructure
+1006.5233 Spectral Theory
+1006.5236 Representation Theory
+1006.5238 Chaotic Dynamics
+1006.5241
+1006.5252 Numerical Analysis
+1006.5253 Earth and Planetary Astrophysics
+1006.5255 Phenomenology
+1006.5259 Solar and Stellar Astrophysics
+1006.5261 Databases
+1006.5263 Multiagent Systems
+1006.5265 Information Theory
+1006.5266 Algebraic Geometry
+1006.5267 Differential Geometry
+1006.5268 Phenomenology
+1006.5272
+1006.5274 High Energy Astrophysical Phenomena
+1006.5279 Strongly Correlated Electrons
+1006.5280 Combinatorics
+1006.5285 General Topology
+1006.5290 Other Condensed Matter
+1006.5292 Mesoscale and Nanoscale Physics
+1006.5293 Physics and Society
+1006.5294 Differential Geometry
+1006.5295 Algebraic Geometry
+1006.5296 Cosmology and Nongalactic Astrophysics
+1006.5298 Complex Variables
+1006.5306 Algebraic Geometry
+1006.5309 Distributed, Parallel, and Cluster Computing
+1006.5310 Analysis of PDEs
+1006.5311 Numerical Analysis
+1006.5315 Algebraic Geometry
+1006.5316 Probability
+1006.5321 Cosmology and Nongalactic Astrophysics
+1006.5326 Differential Geometry
+1006.5327 Atmospheric and Oceanic Physics
+1006.5332 Superconductivity
+1006.5337 Instrumentation and Detectors
+1006.5342 General Physics
+1006.5344 Cosmology and Nongalactic Astrophysics
+1006.5346 Superconductivity
+1006.5350 Fluid Dynamics
+1006.5354 Data Structures and Algorithms
+1006.5357 K-Theory and Homology
+1006.5358 Theory
+1006.5360 Analysis of PDEs
+1006.5363
+1006.5374 General Physics
+1006.5375 Theory
+1006.5376 Distributed, Parallel, and Cluster Computing
+1006.5378 Operator Algebras
+1006.5381 Cryptography and Security
+1006.5383 Strongly Correlated Electrons
+1006.5384 Geometric Topology
+1006.5385 Optimization and Control
+1006.5388 Analysis of PDEs
+1006.5401 Phenomenology
+1006.5403 Geometric Topology
+1006.5405 Materials Science
+1006.5408 Medical Physics
+1006.5413 Number Theory
+1006.5414 Differential Geometry
+1006.5415 Classical Analysis and ODEs
+1006.5419 Theory
+1006.5424 Instrumentation and Detectors
+1006.5426 Experiment
+1006.5427 Combinatorics
+1006.5428 Numerical Analysis
+1006.5431 Dynamical Systems
+1006.5436 Networking and Internet Architecture
+1006.5437 Other Condensed Matter
+1006.5440 Data Structures and Algorithms
+1006.5445 Information Theory
+hep-th/0102107 Theory
+math/0010146 Geometric Topology
+math/0111270 Geometric Topology
+math/0301066 Quantum Algebra
+math/0311446 Number Theory
+math/0404297 Number Theory
+math/0406342 Rings and Algebras
+math/0502157 Quantum Algebra
+math/0505152 Algebraic Topology
+math/0506132 Algebraic Geometry
+math/0602497 Category Theory
+math/0608647 Quantum Algebra
+math/0608781 Quantum Algebra
+math/0612631 Number Theory
+math/0702559 Quantum Algebra
+math/0703924 Quantum Algebra
+physics/0703160 Data Analysis, Statistics and Probability
+quant-ph/0207035
+quant-ph/0209135
+quant-ph/0302019
+quant-ph/0308144
+quant-ph/0402077
+quant-ph/0411104
+quant-ph/0506198
+quant-ph/0508159
+quant-ph/0509220
+quant-ph/0611228
+0704.1554 Operator Algebras
+0710.4464 Representation Theory
+0712.2614 Representation Theory
+0801.2838 Discrete Mathematics
+0804.1254 Rings and Algebras
+0805.0481 Physics and Society
+0805.2954
+0806.0144
+0806.2329 Geophysics
+0806.2885 Data Analysis, Statistics and Probability
+0806.2929 Geophysics
+0807.1171 Phenomenology
+0808.1202 Classical Analysis and ODEs
+0808.4038 Differential Geometry
+0809.4041
+0811.0208 Analysis of PDEs
+0901.0969 Theory
+0901.2785 Phenomenology
+0901.4472
+0902.0629 Theory
+0902.1447 Physics and Society
+0902.2686 Dynamical Systems
+0903.1128 Differential Geometry
+0904.1104 Classical Analysis and ODEs
+0905.4051 Spectral Theory
+0906.0688 Mesoscale and Nanoscale Physics
+0906.2046 Physics and Society
+0906.2607
+0906.3881 Representation Theory
+0907.0670 Rings and Algebras
+0907.2755 Discrete Mathematics
+0907.3324 Algebraic Geometry
+0907.4842 Solar and Stellar Astrophysics
+0908.2281 Rings and Algebras
+0909.1962 Physics and Society
+0909.2372 Geophysics
+0909.3138 Probability
+0909.4492
+0910.3211 Astrophysics of Galaxies
+0910.5477 Algebraic Geometry
+0911.4041 Analysis of PDEs
+0912.4179 Experiment
+1001.1681 Quantitative Methods
+1001.1888
+1001.2227 Materials Science
+1001.4037 Analysis of PDEs
+1001.4212 Quantitative Methods
+1001.4506 Phenomenology
+1001.5340 Materials Science
+1001.5458 Materials Science
+1002.0792 Functional Analysis
+1002.1069 Materials Science
+1002.1284 Classical Physics
+1003.1275 High Energy Astrophysical Phenomena
+1003.5483 Phenomenology
+1003.5514 Pricing of Securities
+1004.0255
+1004.1332 Materials Science
+1004.1951 Probability
+1004.5366 Optimization and Control
+1005.0994 Phenomenology
+1005.3946 Phenomenology
+1006.2241 Quantum Gases
+1006.3045 Phenomenology
+1007.0229 Adaptation and Self-Organizing Systems
+1007.0423 Mesoscale and Nanoscale Physics
+1007.0739 Statistical Mechanics
+1007.0915
+1007.2529 Statistical Mechanics
+1007.3090 Theory
+1007.3147 Superconductivity
+1007.3630
+1007.4395 Phenomenology
+1007.4694 Earth and Planetary Astrophysics
+1007.5059 Statistical Mechanics
+1007.5451 Statistical Mechanics
+1008.0064 Distributed, Parallel, and Cluster Computing
+1008.0692
+1008.0971
+1008.2557 Combinatorics
+1008.2782 Materials Science
+1008.3459 Symbolic Computation
+1008.3906 Solar and Stellar Astrophysics
+1008.4006 Biomolecules
+1008.4065 Superconductivity
+1008.4704 Fluid Dynamics
+1009.0185 Rings and Algebras
+1009.0196 Rings and Algebras
+1009.0984
+1009.1606 Experiment
+1009.1875 Solar and Stellar Astrophysics
+1009.4035 Mesoscale and Nanoscale Physics
+1009.4111 Commutative Algebra
+1010.0069 Mesoscale and Nanoscale Physics
+1010.0782 Statistical Mechanics
+1010.0821 Representation Theory
+1010.1633 Mesoscale and Nanoscale Physics
+1010.2398 Mesoscale and Nanoscale Physics
+1010.2678 Materials Science
+1010.4863 Number Theory
+1010.5197 Data Structures and Algorithms
+1010.5595 Computer Science and Game Theory
+1011.1081 Physics and Society
+1011.1992 Statistical Mechanics
+1011.2576 Superconductivity
+1011.3327 Applications
+1011.4333
+1011.4370 Statistics Theory
+1011.4372 Atomic Physics
+1011.4391 Solar and Stellar Astrophysics
+1011.4399
+1011.4561 Pattern Formation and Solitons
+1011.4598 Information Theory
+1011.4650 Solar and Stellar Astrophysics
+1011.4783 Phenomenology
+1011.4829 Information Theory
+1011.4845
+1011.4881 Statistics Theory
+1011.4942 Phenomenology
+1011.4953 Phenomenology
+1011.4955 Computational Geometry
+1011.4960 Phenomenology
+1011.4961 Differential Geometry
+1011.4970 Cosmology and Nongalactic Astrophysics
+1011.4974 Logic
+1011.4980 Differential Geometry
+1011.4990 General Topology
+1011.4991 Portfolio Management
+1011.4993 Optics
+1011.4995 Astrophysics of Galaxies
+1011.5001 Combinatorics
+1011.5008 Combinatorics
+1011.5012
+1011.5018 Symplectic Geometry
+1011.5019 Quantum Gases
+1011.5021 Networking and Internet Architecture
+1011.5031 Classical Physics
+1011.5043 Statistics Theory
+1011.5045 Representation Theory
+1011.5048
+1011.5056 Symplectic Geometry
+1011.5062 Statistics Theory
+1011.5064 Distributed, Parallel, and Cluster Computing
+1011.5065 Information Theory
+1011.5069 Exactly Solvable and Integrable Systems
+1011.5072 Networking and Internet Architecture
+1011.5081 Algebraic Geometry
+1011.5083 Statistics Theory
+1011.5087 Statistics Theory
+1011.5100 Algebraic Geometry
+1011.5102 High Energy Astrophysical Phenomena
+1011.5113 Information Theory
+1011.5115 Information Theory
+1011.5119 Cellular Automata and Lattice Gases
+1011.5122 Information Theory
+1011.5123 Solar and Stellar Astrophysics
+1011.5124 Information Theory
+1011.5128 Instrumentation and Methods for Astrophysics
+1011.5130 Soft Condensed Matter
+1011.5133 Machine Learning
+1011.5136 Representation Theory
+1011.5141 Superconductivity
+1011.5142 Machine Learning
+1011.5146
+1011.5153 Commutative Algebra
+1011.5158 Cosmology and Nongalactic Astrophysics
+1011.5160 Differential Geometry
+1011.5164 Computers and Society
+1011.5167 Information Theory
+1011.5171 Functional Analysis
+1011.5178 Cosmology and Nongalactic Astrophysics
+1011.5183 Logic
+1011.5184 Plasma Physics
+1011.5193 Metric Geometry
+1011.5195
+1011.5197 Computational Physics
+1011.5199 Adaptation and Self-Organizing Systems
+1011.5203 Mesoscale and Nanoscale Physics
+1011.5208 Phenomenology
+1011.5213 Materials Science
+1011.5214 Solar and Stellar Astrophysics
+astro-ph/0309063
+astro-ph/0602284
+astro-ph/0610335
+astro-ph/9710272
+hep-ph/0007298 Phenomenology
+hep-ph/0504280 Phenomenology
+hep-ph/0702233 Phenomenology
+hep-ph/9912214 Phenomenology
+hep-th/0202023 Theory
+hep-th/0403277 Theory
+hep-th/0411223 Theory
+math-ph/0405065
+math/0204339 Operator Algebras
+math/0205292 Operator Algebras
+math/0312286 Operator Algebras
+math/0408020 Operator Algebras
+math/0502239 Operator Algebras
+math/0606378 Operator Algebras
+math/0609769 Representation Theory
+nucl-th/9511029
+q-bio/0703032 Quantitative Methods
+quant-ph/0506081
+0704.1972 Classical Analysis and ODEs
+0708.3415 Geometric Topology
+0708.3956 Classical Analysis and ODEs
+0709.1213 Classical Analysis and ODEs
+0710.2762 Materials Science
+0711.0173 Dynamical Systems
+0804.2564 Classical Analysis and ODEs
+0804.2685 Materials Science
+0805.1867
+0805.4089 K-Theory and Homology
+0811.1209
+0811.4203 Analysis of PDEs
+0812.0214 Combinatorics
+0901.1583 Logic
+0902.1058 Probability
+0902.2053 Data Analysis, Statistics and Probability
+0905.1738 Probability
+0906.1776 Superconductivity
+0907.4665 Mesoscale and Nanoscale Physics
+0908.2387 Astrophysics of Galaxies
+0910.3640 Analysis of PDEs
+0911.1789 Cosmology and Nongalactic Astrophysics
+0912.0618 Materials Science
+0912.1218 Phenomenology
+0912.4472 Populations and Evolution
+1002.1562 Mesoscale and Nanoscale Physics
+1002.1870 Algebraic Geometry
+1002.2510 Superconductivity
+1002.2680 Experiment
+1002.3671 Cryptography and Security
+1002.4600 Phenomenology
+1003.0609 Mesoscale and Nanoscale Physics
+1003.3315 Mesoscale and Nanoscale Physics
+1003.5282 Theory
+1004.1275 Superconductivity
+1004.2044
+1004.2221 Disordered Systems and Neural Networks
+1004.3765 Strongly Correlated Electrons
+1004.4497 Strongly Correlated Electrons
+1004.5093 Superconductivity
+1005.0904
+1005.1685 Strongly Correlated Electrons
+1005.4798 Programming Languages
+1006.0103 Materials Science
+1006.1927
+1006.4285 Geometric Topology
+1007.1310 Number Theory
+1007.1627
+1007.2293 Earth and Planetary Astrophysics
+1007.2296 Earth and Planetary Astrophysics
+1007.3330 Solar and Stellar Astrophysics
+1007.3337 Solar and Stellar Astrophysics
+1007.3349 Solar and Stellar Astrophysics
+1007.3884 Artificial Intelligence
+1007.3964 Populations and Evolution
+1007.4710 High Energy Astrophysical Phenomena
+1007.4928 Soft Condensed Matter
+1007.4967
+1007.4973 Solar and Stellar Astrophysics
+1007.5015 Optics
+1007.5016 Neurons and Cognition
+1007.5022 Neurons and Cognition
+1007.5062 Solar and Stellar Astrophysics
+1007.5072 Phenomenology
+1007.5079 Optics
+1007.5087 Optimization and Control
+1007.5088 Distributed, Parallel, and Cluster Computing
+1007.5089 Programming Languages
+1007.5090 Distributed, Parallel, and Cluster Computing
+1007.5091 Distributed, Parallel, and Cluster Computing
+1007.5092 Software Engineering
+1007.5093 Software Engineering
+1007.5094 Software Engineering
+1007.5095 Logic in Computer Science
+1007.5099 Category Theory
+1007.5104 Artificial Intelligence
+1007.5106 Mesoscale and Nanoscale Physics
+1007.5107 Statistics Theory
+1007.5108 General Physics
+1007.5110 Databases
+1007.5111 Mesoscale and Nanoscale Physics
+1007.5113 Biological Physics
+1007.5115 Software Engineering
+1007.5117 Software Engineering
+1007.5118 Phenomenology
+1007.5123 Software Engineering
+1007.5126 Software Engineering
+1007.5127 Software Engineering
+1007.5129 Computer Vision and Pattern Recognition
+1007.5130 Artificial Intelligence
+1007.5133 Learning
+1007.5136 Multimedia
+1007.5137 Information Retrieval
+1007.5139 Networking and Internet Architecture
+1007.5143 Disordered Systems and Neural Networks
+1007.5144 Chemical Physics
+1007.5147 Classical Analysis and ODEs
+1007.5149 Astrophysics of Galaxies
+1007.5151 Chemical Physics
+1007.5155 Chemical Physics
+1007.5158 Human-Computer Interaction
+1007.5160 Optimization and Control
+1007.5165 Networking and Internet Architecture
+1007.5167 Chemical Physics
+1007.5168 Networking and Internet Architecture
+1007.5169 Chemical Physics
+1007.5170 Networking and Internet Architecture
+1007.5171 Human-Computer Interaction
+1007.5190 Materials Science
+1007.5194
+1007.5195 Programming Languages
+1007.5209 Materials Science
+1007.5211
+1007.5212 Combinatorics
+1007.5219 Experiment
+1007.5224 Functional Analysis
+1007.5229 Complex Variables
+1007.5232 Phenomenology
+1007.5235 Biomolecules
+1007.5244 Algebraic Geometry
+1007.5245 Soft Condensed Matter
+1007.5255 Networking and Internet Architecture
+1007.5257 Number Theory
+1007.5263 Combinatorics
+1007.5264 General Mathematics
+1007.5266 Cosmology and Nongalactic Astrophysics
+1007.5269 Combinatorics
+1007.5271 Plasma Physics
+1007.5273 Differential Geometry
+1007.5274 Statistical Finance
+1007.5294 Theory
+1007.5304 High Energy Astrophysical Phenomena
+cond-mat/0103205 Superconductivity
+cond-mat/0203573
+cond-mat/0210597
+cond-mat/0212517 Materials Science
+cond-mat/0307771
+cond-mat/0405073 Superconductivity
+cond-mat/0503104 Materials Science
+cond-mat/0506375 Materials Science
+cond-mat/0609359 Superconductivity
+cond-mat/0609706 Other Condensed Matter
+hep-ph/0311297 Phenomenology
+math-ph/0412029
+math-ph/0501074
+math-ph/0508062
+math-ph/0602064
+math-ph/0701003
+math/0009140 Differential Geometry
+math/0010091 Differential Geometry
+math/0101207 Differential Geometry
+math/0508032 Number Theory
+math/0508431 K-Theory and Homology
+math/0508469 K-Theory and Homology
+math/0510278 Classical Analysis and ODEs
+math/0511470 Classical Analysis and ODEs
+math/0605201 Classical Analysis and ODEs
+math/0606111 Metric Geometry
+math/0606333 Operator Algebras
+math/0701923 Complex Variables
+physics/0504154 Atomic Physics
+0704.1249 Representation Theory
+0705.2284 Combinatorics
+0709.2217 Combinatorics
+0710.2987 Numerical Analysis
+0712.2962 Rings and Algebras
+0803.2841 Representation Theory
+0803.4442 Representation Theory
+0809.1681 Networking and Internet Architecture
+0809.1958 Algebraic Geometry
+0809.2685 Strongly Correlated Electrons
+0809.4897 Representation Theory
+0810.0608 Strongly Correlated Electrons
+0810.5017 Strongly Correlated Electrons
+0812.1061 Formal Languages and Automata Theory
+0812.2097 Numerical Analysis
+0812.2425
+0901.1490 Mesoscale and Nanoscale Physics
+0905.0204 Mesoscale and Nanoscale Physics
+0905.1039 Physics and Society
+0905.4414 Strongly Correlated Electrons
+0906.2817 Theory
+0906.4514 Probability
+0907.0547 Cosmology and Nongalactic Astrophysics
+0907.1863 Mesoscale and Nanoscale Physics
+0907.5138 Combinatorics
+0908.1830 Metric Geometry
+0909.0027 Solar and Stellar Astrophysics
+0909.1691 Phenomenology
+0909.2546 Phenomenology
+0909.5435
+0910.0985
+0910.3860 Phenomenology
+0911.0296 Phenomenology
+0911.0682 Theory
+0911.3428
+0911.5300
+1001.4485 Combinatorics
+1002.2270 Mesoscale and Nanoscale Physics
+1002.4607 Representation Theory
+1003.0335 Fluid Dynamics
+1003.3003
+1003.4340 Disordered Systems and Neural Networks
+1003.4918 History and Philosophy of Physics
+1004.0312 Quantum Gases
+1004.1464 Analysis of PDEs
+1005.1294 Theory
+1005.3671 Strongly Correlated Electrons
+1005.4608 Mesoscale and Nanoscale Physics
+1005.5581 Learning
+1006.0608 Classical Analysis and ODEs
+1006.0738 Superconductivity
+1006.0868 Computation
+1006.1080 Artificial Intelligence
+1006.2280
+1006.3309 Theory
+1006.3368 Data Structures and Algorithms
+1006.5146 Materials Science
+1007.0108 Classical Analysis and ODEs
+1007.0230 Analysis of PDEs
+1007.0397
+1007.0889
+1007.1779 Solar and Stellar Astrophysics
+1007.2039 Materials Science
+1007.2344 Quantum Gases
+1007.3766 Experiment
+1007.4775
+1007.5007 Phenomenology
+1008.1406 Theory
+1008.1457 Quantum Gases
+1008.1914 Cosmology and Nongalactic Astrophysics
+1008.2175 Materials Science
+1008.3472 Superconductivity
+1008.3482 Operator Algebras
+1008.4906 Phenomenology
+1008.4989 Phenomenology
+1009.1573 Materials Science
+1009.2755 Instrumentation and Methods for Astrophysics
+1009.3367 Mesoscale and Nanoscale Physics
+1009.5485 Mesoscale and Nanoscale Physics
+1009.5840 Superconductivity
+1010.1594 Dynamical Systems
+1010.3424 Group Theory
+1010.4145 Neurons and Cognition
+1010.4163 Algebraic Geometry
+1010.5583 Dynamical Systems
+1010.5725 Exactly Solvable and Integrable Systems
+1010.5854 Human-Computer Interaction
+1010.5922 Instrumentation and Methods for Astrophysics
+1010.5925
+1010.5951 Computer Science and Game Theory
+1010.5963 Combinatorics
+1010.5965 Group Theory
+1010.6024 Cosmology and Nongalactic Astrophysics
+1010.6040 K-Theory and Homology
+1010.6068 Cosmology and Nongalactic Astrophysics
+1010.6074 Theory
+1010.6080 Mesoscale and Nanoscale Physics
+1010.6081 Combinatorics
+1010.6083 General Physics
+1010.6089 Cosmology and Nongalactic Astrophysics
+1010.6090 Functional Analysis
+1010.6098 Computation
+1010.6104
+1010.6109 Instrumentation and Methods for Astrophysics
+1010.6112 Formal Languages and Automata Theory
+1010.6113 Computation
+1010.6114 Analysis of PDEs
+1010.6116 Differential Geometry
+1010.6121 Classical Analysis and ODEs
+1010.6122 Numerical Analysis
+1010.6123 Optimization and Control
+1010.6124 Materials Science
+1010.6129 Combinatorics
+1010.6130 Differential Geometry
+1010.6131 Combinatorics
+1010.6134 Theory
+1010.6136 Probability
+1010.6137 Strongly Correlated Electrons
+1010.6139 Combinatorics
+1010.6143 Soft Condensed Matter
+1010.6151 Superconductivity
+1010.6153 Mesoscale and Nanoscale Physics
+1010.6155 Software Engineering
+1010.6158 Cosmology and Nongalactic Astrophysics
+1010.6160 Functional Analysis
+1010.6161 Phenomenology
+1010.6163 Materials Science
+1010.6165 Functional Analysis
+1010.6166 Networking and Internet Architecture
+1010.6169 Lattice
+1010.6178 Neurons and Cognition
+1010.6181 Number Theory
+1010.6182 Algebraic Geometry
+1010.6185 Biological Physics
+1010.6187 Earth and Planetary Astrophysics
+1010.6199 Strongly Correlated Electrons
+1010.6202 Statistics Theory
+1010.6208 Cosmology and Nongalactic Astrophysics
+1010.6213 Cosmology and Nongalactic Astrophysics
+1010.6214 Robotics
+1010.6230
+1010.6234 Artificial Intelligence
+1010.6236 Geometric Topology
+1010.6239 Optimization and Control
+1010.6240 Representation Theory
+1010.6241 Chemical Physics
+1010.6242 Information Retrieval
+1010.6247 Information Theory
+1010.6252 Cosmology and Nongalactic Astrophysics
+1010.6255 Information Theory
+1010.6257 Geometric Topology
+1010.6261 Combinatorics
+1010.6262
+1010.6264 Soft Condensed Matter
+1010.6267 Strongly Correlated Electrons
+1010.6270 Solar and Stellar Astrophysics
+1010.6271 K-Theory and Homology
+1010.6279 Combinatorics
+1010.6281 Astrophysics of Galaxies
+1010.6285 Dynamical Systems
+1010.6298 Spectral Theory
+1010.6300
+astro-ph/9206001
+astro-ph/9211007
+astro-ph/9306019
+astro-ph/9307020
+astro-ph/9307036
+astro-ph/9310041
+astro-ph/9311062
+astro-ph/9402033
+astro-ph/9403006
+astro-ph/9403039
+astro-ph/9404023
+astro-ph/9404025
+astro-ph/9404078
+astro-ph/9407027
+astro-ph/9407064
+astro-ph/9408044
+astro-ph/9408103
+astro-ph/9409055
+astro-ph/9412019
+astro-ph/9412038
+astro-ph/9412079
+astro-ph/9412094
+astro-ph/9501040
+astro-ph/9501073
+astro-ph/9502010
+astro-ph/9503014
+astro-ph/9503092
+astro-ph/9504015
+cond-mat/0610544 Strongly Correlated Electrons
+cond-mat/9308007
+gr-qc/0008015
+gr-qc/0101075
+gr-qc/9207001
+gr-qc/9207002
+gr-qc/9209003
+gr-qc/9209007
+gr-qc/9209008
+gr-qc/9211022
+gr-qc/9211023
+gr-qc/9212009
+gr-qc/9301009
+gr-qc/9301013
+gr-qc/9302017
+gr-qc/9303016
+gr-qc/9304008
+gr-qc/9304030
+gr-qc/9304031
+gr-qc/9304041
+gr-qc/9305003
+gr-qc/9305014
+gr-qc/9306002
+gr-qc/9306016
+gr-qc/9306028
+gr-qc/9307004
+gr-qc/9307015
+gr-qc/9307018
+gr-qc/9307029
+gr-qc/9308021
+gr-qc/9308024
+gr-qc/9308028
+gr-qc/9309005
+gr-qc/9309013
+gr-qc/9309014
+gr-qc/9310007
+gr-qc/9310020
+gr-qc/9311011
+gr-qc/9311016
+gr-qc/9311017
+gr-qc/9311024
+gr-qc/9312008
+gr-qc/9312018
+gr-qc/9312025
+gr-qc/9401002
+gr-qc/9401007
+gr-qc/9401009
+gr-qc/9401010
+gr-qc/9401019
+gr-qc/9401028
+gr-qc/9401032
+gr-qc/9401033
+gr-qc/9402009
+gr-qc/9402019
+gr-qc/9402021
+gr-qc/9402028
+gr-qc/9402039
+gr-qc/9402040
+gr-qc/9403022
+gr-qc/9403052
+gr-qc/9404028
+gr-qc/9404032
+gr-qc/9404041
+gr-qc/9404058
+gr-qc/9405008
+gr-qc/9405014
+gr-qc/9405027
+gr-qc/9405030
+gr-qc/9405038
+gr-qc/9405050
+gr-qc/9405056
+gr-qc/9405057
+gr-qc/9405058
+gr-qc/9405060
+gr-qc/9405061
+gr-qc/9405074
+gr-qc/9406010
+gr-qc/9406018
+gr-qc/9406031
+gr-qc/9406045
+gr-qc/9407004
+gr-qc/9407037
+gr-qc/9408001
+gr-qc/9408004
+gr-qc/9408033
+gr-qc/9408040
+gr-qc/9409011
+gr-qc/9409029
+gr-qc/9409060
+gr-qc/9410007
+gr-qc/9410012
+gr-qc/9410027
+gr-qc/9410029
+gr-qc/9410034
+gr-qc/9410042
+gr-qc/9410043
+gr-qc/9411003
+gr-qc/9411007
+gr-qc/9411008
+gr-qc/9411026
+gr-qc/9411039
+gr-qc/9411042
+gr-qc/9411046
+gr-qc/9411057
+gr-qc/9411058
+gr-qc/9411066
+gr-qc/9412008
+gr-qc/9412010
+gr-qc/9412019
+gr-qc/9412039
+gr-qc/9412040
+gr-qc/9412044
+gr-qc/9412048
+gr-qc/9412051
+gr-qc/9412075
+gr-qc/9501011
+gr-qc/9501030
+gr-qc/9502006
+gr-qc/9502019
+gr-qc/9503016
+gr-qc/9503048
+gr-qc/9503049
+gr-qc/9503051
+gr-qc/9503056
+gr-qc/9503061
+gr-qc/9503064
+gr-qc/9503067
+gr-qc/9504004
+gr-qc/9504006
+gr-qc/9504018
+gr-qc/9504020
+gr-qc/9504021
+gr-qc/9504030
+gr-qc/9504037
+gr-qc/9504043
+gr-qc/9506008
+gr-qc/9910007
+gr-qc/9910097
+gr-qc/9910100
+hep-ex/9405002 Experiment
+hep-ex/9406003 Experiment
+hep-ex/9409001 Experiment
+hep-ex/9410006 Experiment
+hep-ex/9411002 Experiment
+hep-ex/9412001 Experiment
+hep-ex/9412003 Experiment
+hep-ex/9412005 Experiment
+hep-ex/9412010 Experiment
+hep-ex/9412011 Experiment
+hep-ex/9412012 Experiment
+hep-ex/9412015 Experiment
+hep-ex/9501002 Experiment
+hep-ex/9501004 Experiment
+hep-ex/9501007 Experiment
+hep-ex/9502001 Experiment
+hep-ex/9502006 Experiment
+hep-ex/9503006 Experiment
+hep-ex/9504003 Experiment
+hep-ex/9505004 Experiment
+hep-ex/9508015 Experiment
+hep-lat/9204006 Lattice
+hep-lat/9204012 Lattice
+hep-lat/9205006 Lattice
+hep-lat/9205007 Lattice
+hep-lat/9206009 Lattice
+hep-lat/9209018 Lattice
+hep-lat/9210042 Lattice
+hep-lat/9211004 Lattice
+hep-lat/9211033 Lattice
+hep-lat/9212018 Lattice
+hep-lat/9212033 Lattice
+hep-lat/9301005 Lattice
+hep-lat/9305001 Lattice
+hep-lat/9305003 Lattice
+hep-lat/9307020 Lattice
+hep-lat/9308003 Lattice
+hep-lat/9308021 Lattice
+hep-lat/9311034 Lattice
+hep-lat/9311043 Lattice
+hep-lat/9311063 Lattice
+hep-lat/9312001 Lattice
+hep-lat/9312038 Lattice
+hep-lat/9312062 Lattice
+hep-lat/9312088 Lattice
+hep-lat/9401007 Lattice
+hep-lat/9401025 Lattice
+hep-lat/9403020 Lattice
+hep-lat/9404014 Lattice
+hep-lat/9406002 Lattice
+hep-lat/9406015 Lattice
+hep-lat/9407029 Lattice
+hep-lat/9408010 Lattice
+hep-lat/9409010 Lattice
+hep-lat/9411066 Lattice
+hep-lat/9411086 Lattice
+hep-lat/9412002 Lattice
+hep-lat/9412017 Lattice
+hep-lat/9412063 Lattice
+hep-lat/9412075 Lattice
+hep-lat/9412102 Lattice
+hep-lat/9501002 Lattice
+hep-lat/9501013 Lattice
+hep-lat/9501028 Lattice
+hep-lat/9501029 Lattice
+hep-lat/9502009 Lattice
+hep-lat/9502012 Lattice
+hep-lat/9503002 Lattice
+hep-lat/9503010 Lattice
+hep-ph/0103230 Phenomenology
+hep-ph/0105093 Phenomenology
+hep-ph/0107294 Phenomenology
+hep-ph/0210263 Phenomenology
+hep-ph/0311293 Phenomenology
+hep-ph/0312336 Phenomenology
+hep-ph/9203206 Phenomenology
+hep-ph/9203212 Phenomenology
+hep-ph/9203216 Phenomenology
+hep-ph/9203219 Phenomenology
+hep-ph/9203221 Phenomenology
+hep-ph/9203222 Phenomenology
+hep-ph/9203225 Phenomenology
+hep-ph/9204205 Phenomenology
+hep-ph/9204206 Phenomenology
+hep-ph/9204215 Phenomenology
+hep-ph/9204219 Phenomenology
+hep-ph/9204229 Phenomenology
+hep-ph/9204232 Phenomenology
+hep-ph/9204237 Phenomenology
+hep-ph/9205202 Phenomenology
+hep-ph/9205221 Phenomenology
+hep-ph/9205228 Phenomenology
+hep-ph/9205233 Phenomenology
+hep-ph/9205241 Phenomenology
+hep-ph/9205246 Phenomenology
+hep-ph/9205247 Phenomenology
+hep-ph/9206216 Phenomenology
+hep-ph/9206217 Phenomenology
+hep-ph/9206241 Phenomenology
+hep-ph/9206262 Phenomenology
+hep-ph/9207208 Phenomenology
+hep-ph/9207222 Phenomenology
+hep-ph/9207223 Phenomenology
+hep-ph/9207225 Phenomenology
+hep-ph/9207248 Phenomenology
+hep-ph/9207250 Phenomenology
+hep-ph/9208205 Phenomenology
+hep-ph/9208206 Phenomenology
+hep-ph/9208219 Phenomenology
+hep-ph/9208227 Phenomenology
+hep-ph/9208256 Phenomenology
+hep-ph/9209210 Phenomenology
+hep-ph/9209215 Phenomenology
+hep-ph/9209234 Phenomenology
+hep-ph/9209235 Phenomenology
+hep-ph/9209245 Phenomenology
+hep-ph/9209247 Phenomenology
+hep-ph/9209250 Phenomenology
+hep-ph/9209256 Phenomenology
+hep-ph/9209260 Phenomenology
+hep-ph/9209271 Phenomenology
+hep-ph/9209277 Phenomenology
+hep-ph/9209279 Phenomenology
+hep-ph/9210251 Phenomenology
+hep-ph/9210267 Phenomenology
+hep-ph/9210270 Phenomenology
+hep-ph/9210277 Phenomenology
+hep-ph/9211222 Phenomenology
+hep-ph/9211256 Phenomenology
+hep-ph/9211272 Phenomenology
+hep-ph/9211274 Phenomenology
+hep-ph/9211288 Phenomenology
+hep-ph/9211293 Phenomenology
+hep-ph/9211298 Phenomenology
+hep-ph/9211311 Phenomenology
+hep-ph/9212203 Phenomenology
+hep-ph/9212228 Phenomenology
+hep-ph/9212236 Phenomenology
+hep-ph/9212248 Phenomenology
+hep-ph/9212255 Phenomenology
+hep-ph/9212267 Phenomenology
+hep-ph/9212273 Phenomenology
+hep-ph/9212274 Phenomenology
+hep-ph/9212279 Phenomenology
+hep-ph/9212299 Phenomenology
+hep-ph/9212302 Phenomenology
+hep-ph/9212313 Phenomenology
+hep-ph/9212318 Phenomenology
+hep-ph/9301208 Phenomenology
+hep-ph/9301212 Phenomenology
+hep-ph/9301217 Phenomenology
+hep-ph/9301225 Phenomenology
+hep-ph/9301227 Phenomenology
+hep-ph/9301228 Phenomenology
+hep-ph/9301272 Phenomenology
+hep-ph/9301273 Phenomenology
+hep-ph/9301289 Phenomenology
+hep-ph/9301291 Phenomenology
+hep-ph/9301292 Phenomenology
+hep-ph/9302207 Phenomenology
+hep-ph/9302230 Phenomenology
+hep-ph/9302231 Phenomenology
+hep-ph/9302255 Phenomenology
+hep-ph/9302256 Phenomenology
+hep-ph/9302274 Phenomenology
+hep-ph/9302298 Phenomenology
+hep-ph/9302300 Phenomenology
+hep-ph/9302315 Phenomenology
+hep-ph/9303203 Phenomenology
+hep-ph/9303204 Phenomenology
+hep-ph/9303210 Phenomenology
+hep-ph/9303216 Phenomenology
+hep-ph/9303222 Phenomenology
+hep-ph/9303224 Phenomenology
+hep-ph/9303268 Phenomenology
+hep-ph/9303282 Phenomenology
+hep-ph/9303284 Phenomenology
+hep-ph/9303294 Phenomenology
+hep-ph/9303296 Phenomenology
+hep-ph/9303301 Phenomenology
+hep-ph/9303303 Phenomenology
+hep-ph/9303305 Phenomenology
+hep-ph/9303310 Phenomenology
+hep-ph/9303320 Phenomenology
+hep-ph/9304211 Phenomenology
+hep-ph/9304218 Phenomenology
+hep-ph/9304236 Phenomenology
+hep-ph/9304246 Phenomenology
+hep-ph/9304251 Phenomenology
+hep-ph/9304252 Phenomenology
+hep-ph/9304265 Phenomenology
+hep-ph/9304274 Phenomenology
+hep-ph/9304280 Phenomenology
+hep-ph/9304289 Phenomenology
+hep-ph/9304299 Phenomenology
+hep-ph/9304316 Phenomenology
+hep-ph/9305214 Phenomenology
+hep-ph/9305234 Phenomenology
+hep-ph/9305263 Phenomenology
+hep-ph/9305267 Phenomenology
+hep-ph/9305271 Phenomenology
+hep-ph/9305272 Phenomenology
+hep-ph/9305274 Phenomenology
+hep-ph/9305275 Phenomenology
+hep-ph/9305290 Phenomenology
+hep-ph/9305301 Phenomenology
+hep-ph/9305304 Phenomenology
+hep-ph/9305324 Phenomenology
+hep-ph/9305333 Phenomenology
+hep-ph/9305338 Phenomenology
+hep-ph/9306202 Phenomenology
+hep-ph/9306234 Phenomenology
+hep-ph/9306235 Phenomenology
+hep-ph/9306250 Phenomenology
+hep-ph/9306257 Phenomenology
+hep-ph/9306292 Phenomenology
+hep-ph/9306301 Phenomenology
+hep-ph/9306318 Phenomenology
+hep-ph/9306320 Phenomenology
+hep-ph/9307212 Phenomenology
+hep-ph/9307218 Phenomenology
+hep-ph/9307223 Phenomenology
+hep-ph/9307238 Phenomenology
+hep-ph/9307264 Phenomenology
+hep-ph/9307272 Phenomenology
+hep-ph/9307273 Phenomenology
+hep-ph/9307279 Phenomenology
+hep-ph/9307289 Phenomenology
+hep-ph/9307298 Phenomenology
+hep-ph/9307303 Phenomenology
+hep-ph/9307318 Phenomenology
+hep-ph/9307329 Phenomenology
+hep-ph/9307344 Phenomenology
+hep-ph/9307351 Phenomenology
+hep-ph/9307353 Phenomenology
+hep-ph/9307356 Phenomenology
+hep-ph/9307360 Phenomenology
+hep-ph/9308225 Phenomenology
+hep-ph/9308226 Phenomenology
+hep-ph/9308241 Phenomenology
+hep-ph/9308245 Phenomenology
+hep-ph/9308246 Phenomenology
+hep-ph/9308267 Phenomenology
+hep-ph/9308273 Phenomenology
+hep-ph/9308280 Phenomenology
+hep-ph/9308287 Phenomenology
+hep-ph/9308308 Phenomenology
+hep-ph/9308314 Phenomenology
+hep-ph/9308315 Phenomenology
+hep-ph/9308318 Phenomenology
+hep-ph/9308319 Phenomenology
+hep-ph/9308328 Phenomenology
+hep-ph/9308333 Phenomenology
+hep-ph/9308334 Phenomenology
+hep-ph/9308348 Phenomenology
+hep-ph/9308369 Phenomenology
+hep-ph/9308371 Phenomenology
+hep-ph/9309202 Phenomenology
+hep-ph/9309203 Phenomenology
+hep-ph/9309228 Phenomenology
+hep-ph/9309249 Phenomenology
+hep-ph/9309272 Phenomenology
+hep-ph/9309274 Phenomenology
+hep-ph/9309287 Phenomenology
+hep-ph/9309330 Phenomenology
+hep-ph/9309332 Phenomenology
+hep-ph/9310206 Phenomenology
+hep-ph/9310216 Phenomenology
+hep-ph/9310240 Phenomenology
+hep-ph/9310243 Phenomenology
+hep-ph/9310248 Phenomenology
+hep-ph/9310260 Phenomenology
+hep-ph/9310307 Phenomenology
+hep-ph/9310310 Phenomenology
+hep-ph/9310312 Phenomenology
+hep-ph/9310326 Phenomenology
+hep-ph/9310330 Phenomenology
+hep-ph/9310335 Phenomenology
+hep-ph/9310341 Phenomenology
+hep-ph/9310342 Phenomenology
+hep-ph/9310346 Phenomenology
+hep-ph/9310370 Phenomenology
+hep-ph/9310380 Phenomenology
+hep-ph/9311209 Phenomenology
+hep-ph/9311227 Phenomenology
+hep-ph/9311239 Phenomenology
+hep-ph/9311243 Phenomenology
+hep-ph/9311249 Phenomenology
+hep-ph/9311256 Phenomenology
+hep-ph/9311265 Phenomenology
+hep-ph/9311271 Phenomenology
+hep-ph/9311272 Phenomenology
+hep-ph/9311284 Phenomenology
+hep-ph/9311291 Phenomenology
+hep-ph/9311293 Phenomenology
+hep-ph/9311303 Phenomenology
+hep-ph/9311312 Phenomenology
+hep-ph/9311313 Phenomenology
+hep-ph/9311318 Phenomenology
+hep-ph/9311320 Phenomenology
+hep-ph/9311323 Phenomenology
+hep-ph/9311325 Phenomenology
+hep-ph/9311335 Phenomenology
+hep-ph/9311337 Phenomenology
+hep-ph/9311347 Phenomenology
+hep-ph/9311349 Phenomenology
+hep-ph/9311352 Phenomenology
+hep-ph/9311369 Phenomenology
+hep-ph/9312208 Phenomenology
+hep-ph/9312233 Phenomenology
+hep-ph/9312238 Phenomenology
+hep-ph/9312252 Phenomenology
+hep-ph/9312258 Phenomenology
+hep-ph/9312262 Phenomenology
+hep-ph/9312263 Phenomenology
+hep-ph/9312266 Phenomenology
+hep-ph/9312267 Phenomenology
+hep-ph/9312271 Phenomenology
+hep-ph/9312277 Phenomenology
+hep-ph/9312279 Phenomenology
+hep-ph/9312280 Phenomenology
+hep-ph/9312298 Phenomenology
+hep-ph/9312311 Phenomenology
+hep-ph/9312312 Phenomenology
+hep-ph/9312317 Phenomenology
+hep-ph/9312318 Phenomenology
+hep-ph/9312319 Phenomenology
+hep-ph/9401228 Phenomenology
+hep-ph/9401249 Phenomenology
+hep-ph/9401253 Phenomenology
+hep-ph/9401255 Phenomenology
+hep-ph/9401256 Phenomenology
+hep-ph/9401257 Phenomenology
+hep-ph/9401270 Phenomenology
+hep-ph/9401277 Phenomenology
+hep-ph/9401281 Phenomenology
+hep-ph/9401283 Phenomenology
+hep-ph/9401284 Phenomenology
+hep-ph/9401310 Phenomenology
+hep-ph/9401311 Phenomenology
+hep-ph/9401319 Phenomenology
+hep-ph/9401330 Phenomenology
+hep-ph/9401331 Phenomenology
+hep-ph/9401347 Phenomenology
+hep-ph/9401352 Phenomenology
+hep-ph/9402204 Phenomenology
+hep-ph/9402224 Phenomenology
+hep-ph/9402227 Phenomenology
+hep-ph/9402249 Phenomenology
+hep-ph/9402263 Phenomenology
+hep-ph/9402289 Phenomenology
+hep-ph/9402317 Phenomenology
+hep-ph/9402325 Phenomenology
+hep-ph/9402326 Phenomenology
+hep-ph/9402340 Phenomenology
+hep-ph/9402347 Phenomenology
+hep-ph/9402356 Phenomenology
+hep-ph/9402358 Phenomenology
+hep-ph/9402360 Phenomenology
+hep-ph/9403205 Phenomenology
+hep-ph/9403207 Phenomenology
+hep-ph/9403215 Phenomenology
+hep-ph/9403225 Phenomenology
+hep-ph/9403242 Phenomenology
+hep-ph/9403249 Phenomenology
+hep-ph/9403253 Phenomenology
+hep-ph/9403257 Phenomenology
+hep-ph/9403269 Phenomenology
+hep-ph/9403274 Phenomenology
+hep-ph/9403285 Phenomenology
+hep-ph/9403301 Phenomenology
+hep-ph/9403313 Phenomenology
+hep-ph/9403335 Phenomenology
+hep-ph/9403346 Phenomenology
+hep-ph/9403349 Phenomenology
+hep-ph/9403389 Phenomenology
+hep-ph/9403407 Phenomenology
+hep-ph/9404249 Phenomenology
+hep-ph/9404259 Phenomenology
+hep-ph/9404261 Phenomenology
+hep-ph/9404276 Phenomenology
+hep-ph/9404283 Phenomenology
+hep-ph/9404302 Phenomenology
+hep-ph/9404319 Phenomenology
+hep-ph/9404330 Phenomenology
+hep-ph/9404336 Phenomenology
+hep-ph/9404343 Phenomenology
+hep-ph/9404349 Phenomenology
+hep-ph/9405208 Phenomenology
+hep-ph/9405240 Phenomenology
+hep-ph/9405242 Phenomenology
+hep-ph/9405263 Phenomenology
+hep-ph/9405270 Phenomenology
+hep-ph/9405288 Phenomenology
+hep-ph/9405296 Phenomenology
+hep-ph/9405307 Phenomenology
+hep-ph/9405314 Phenomenology
+hep-ph/9405322 Phenomenology
+hep-ph/9405348 Phenomenology
+hep-ph/9405349 Phenomenology
+hep-ph/9405356 Phenomenology
+hep-ph/9405361 Phenomenology
+hep-ph/9405368 Phenomenology
+hep-ph/9405379 Phenomenology
+hep-ph/9405410 Phenomenology
+hep-ph/9406210 Phenomenology
+hep-ph/9406251 Phenomenology
+hep-ph/9406268 Phenomenology
+hep-ph/9406288 Phenomenology
+hep-ph/9406289 Phenomenology
+hep-ph/9406291 Phenomenology
+hep-ph/9406292 Phenomenology
+hep-ph/9406313 Phenomenology
+hep-ph/9406335 Phenomenology
+hep-ph/9406368 Phenomenology
+hep-ph/9406391 Phenomenology
+hep-ph/9406416 Phenomenology
+hep-ph/9406421 Phenomenology
+hep-ph/9406422 Phenomenology
+hep-ph/9406424 Phenomenology
+hep-ph/9406429 Phenomenology
+hep-ph/9407206 Phenomenology
+hep-ph/9407211 Phenomenology
+hep-ph/9407213 Phenomenology
+hep-ph/9407214 Phenomenology
+hep-ph/9407226 Phenomenology
+hep-ph/9407238 Phenomenology
+hep-ph/9407241 Phenomenology
+hep-ph/9407242 Phenomenology
+hep-ph/9407255 Phenomenology
+hep-ph/9407259 Phenomenology
+hep-ph/9407260 Phenomenology
+hep-ph/9407288 Phenomenology
+hep-ph/9407306 Phenomenology
+hep-ph/9407311 Phenomenology
+hep-ph/9407313 Phenomenology
+hep-ph/9407323 Phenomenology
+hep-ph/9407338 Phenomenology
+hep-ph/9407374 Phenomenology
+hep-ph/9407380 Phenomenology
+hep-ph/9407406 Phenomenology
+hep-ph/9408212 Phenomenology
+hep-ph/9408229 Phenomenology
+hep-ph/9408240 Phenomenology
+hep-ph/9408284 Phenomenology
+hep-ph/9408290 Phenomenology
+hep-ph/9408294 Phenomenology
+hep-ph/9408296 Phenomenology
+hep-ph/9408307 Phenomenology
+hep-ph/9408311 Phenomenology
+hep-ph/9408314 Phenomenology
+hep-ph/9408316 Phenomenology
+hep-ph/9408331 Phenomenology
+hep-ph/9408332 Phenomenology
+hep-ph/9408339 Phenomenology
+hep-ph/9408350 Phenomenology
+hep-ph/9408358 Phenomenology
+hep-ph/9408390 Phenomenology
+hep-ph/9408401 Phenomenology
+hep-ph/9408404 Phenomenology
+hep-ph/9408407 Phenomenology
+hep-ph/9409206 Phenomenology
+hep-ph/9409207 Phenomenology
+hep-ph/9409220 Phenomenology
+hep-ph/9409224 Phenomenology
+hep-ph/9409229 Phenomenology
+hep-ph/9409234 Phenomenology
+hep-ph/9409243 Phenomenology
+hep-ph/9409244 Phenomenology
+hep-ph/9409254 Phenomenology
+hep-ph/9409281 Phenomenology
+hep-ph/9409287 Phenomenology
+hep-ph/9409310 Phenomenology
+hep-ph/9409313 Phenomenology
+hep-ph/9409316 Phenomenology
+hep-ph/9409317 Phenomenology
+hep-ph/9409318 Phenomenology
+hep-ph/9409348 Phenomenology
+hep-ph/9409366 Phenomenology
+hep-ph/9409377 Phenomenology
+hep-ph/9409382 Phenomenology
+hep-ph/9409395 Phenomenology
+hep-ph/9409396 Phenomenology
+hep-ph/9409418 Phenomenology
+hep-ph/9409421 Phenomenology
+hep-ph/9409427 Phenomenology
+hep-ph/9409428 Phenomenology
+hep-ph/9409430 Phenomenology
+hep-ph/9409434 Phenomenology
+hep-ph/9409437 Phenomenology
+hep-ph/9409444 Phenomenology
+hep-ph/9410213 Phenomenology
+hep-ph/9410218 Phenomenology
+hep-ph/9410222 Phenomenology
+hep-ph/9410225 Phenomenology
+hep-ph/9410228 Phenomenology
+hep-ph/9410236 Phenomenology
+hep-ph/9410249 Phenomenology
+hep-ph/9410253 Phenomenology
+hep-ph/9410267 Phenomenology
+hep-ph/9410269 Phenomenology
+hep-ph/9410297 Phenomenology
+hep-ph/9410337 Phenomenology
+hep-ph/9410346 Phenomenology
+hep-ph/9410357 Phenomenology
+hep-ph/9410363 Phenomenology
+hep-ph/9410373 Phenomenology
+hep-ph/9410375 Phenomenology
+hep-ph/9410400 Phenomenology
+hep-ph/9410413 Phenomenology
+hep-ph/9411216 Phenomenology
+hep-ph/9411218 Phenomenology
+hep-ph/9411221 Phenomenology
+hep-ph/9411235 Phenomenology
+hep-ph/9411252 Phenomenology
+hep-ph/9411273 Phenomenology
+hep-ph/9411274 Phenomenology
+hep-ph/9411288 Phenomenology
+hep-ph/9411290 Phenomenology
+hep-ph/9411292 Phenomenology
+hep-ph/9411293 Phenomenology
+hep-ph/9411303 Phenomenology
+hep-ph/9411304 Phenomenology
+hep-ph/9411328 Phenomenology
+hep-ph/9411335 Phenomenology
+hep-ph/9411340 Phenomenology
+hep-ph/9411342 Phenomenology
+hep-ph/9411366 Phenomenology
+hep-ph/9411374 Phenomenology
+hep-ph/9411381 Phenomenology
+hep-ph/9411386 Phenomenology
+hep-ph/9411398 Phenomenology
+hep-ph/9411400 Phenomenology
+hep-ph/9411406 Phenomenology
+hep-ph/9411427 Phenomenology
+hep-ph/9411429 Phenomenology
+hep-ph/9411433 Phenomenology
+hep-ph/9411442 Phenomenology
+hep-ph/9412214 Phenomenology
+hep-ph/9412223 Phenomenology
+hep-ph/9412227 Phenomenology
+hep-ph/9412238 Phenomenology
+hep-ph/9412242 Phenomenology
+hep-ph/9412254 Phenomenology
+hep-ph/9412255 Phenomenology
+hep-ph/9412265 Phenomenology
+hep-ph/9412266 Phenomenology
+hep-ph/9412268 Phenomenology
+hep-ph/9412293 Phenomenology
+hep-ph/9412300 Phenomenology
+hep-ph/9412302 Phenomenology
+hep-ph/9412314 Phenomenology
+hep-ph/9412324 Phenomenology
+hep-ph/9412340 Phenomenology
+hep-ph/9412344 Phenomenology
+hep-ph/9412355 Phenomenology
+hep-ph/9412373 Phenomenology
+hep-ph/9412390 Phenomenology
+hep-ph/9412398 Phenomenology
+hep-ph/9501263 Phenomenology
+hep-ph/9501265 Phenomenology
+hep-ph/9501269 Phenomenology
+hep-ph/9501275 Phenomenology
+hep-ph/9501287 Phenomenology
+hep-ph/9501295 Phenomenology
+hep-ph/9501299 Phenomenology
+hep-ph/9501314 Phenomenology
+hep-ph/9501317 Phenomenology
+hep-ph/9501339 Phenomenology
+hep-ph/9501347 Phenomenology
+hep-ph/9501363 Phenomenology
+hep-ph/9501373 Phenomenology
+hep-ph/9501387 Phenomenology
+hep-ph/9501388 Phenomenology
+hep-ph/9501389 Phenomenology
+hep-ph/9501394 Phenomenology
+hep-ph/9501404 Phenomenology
+hep-ph/9502209 Phenomenology
+hep-ph/9502219 Phenomenology
+hep-ph/9502248 Phenomenology
+hep-ph/9502283 Phenomenology
+hep-ph/9502286 Phenomenology
+hep-ph/9502290 Phenomenology
+hep-ph/9502293 Phenomenology
+hep-ph/9502294 Phenomenology
+hep-ph/9502297 Phenomenology
+hep-ph/9502300 Phenomenology
+hep-ph/9502302 Phenomenology
+hep-ph/9502327 Phenomenology
+hep-ph/9502337 Phenomenology
+hep-ph/9502339 Phenomenology
+hep-ph/9502346 Phenomenology
+hep-ph/9502366 Phenomenology
+hep-ph/9502373 Phenomenology
+hep-ph/9502376 Phenomenology
+hep-ph/9502378 Phenomenology
+hep-ph/9502382 Phenomenology
+hep-ph/9502386 Phenomenology
+hep-ph/9502404 Phenomenology
+hep-ph/9503207 Phenomenology
+hep-ph/9503208 Phenomenology
+hep-ph/9503223 Phenomenology
+hep-ph/9503224 Phenomenology
+hep-ph/9503233 Phenomenology
+hep-ph/9503243 Phenomenology
+hep-ph/9503262 Phenomenology
+hep-ph/9503273 Phenomenology
+hep-ph/9503274 Phenomenology
+hep-ph/9503278 Phenomenology
+hep-ph/9503282 Phenomenology
+hep-ph/9503304 Phenomenology
+hep-ph/9503307 Phenomenology
+hep-ph/9503313 Phenomenology
+hep-ph/9503335 Phenomenology
+hep-ph/9503338 Phenomenology
+hep-ph/9503355 Phenomenology
+hep-ph/9503376 Phenomenology
+hep-ph/9503383 Phenomenology
+hep-ph/9503385 Phenomenology
+hep-ph/9503394 Phenomenology
+hep-ph/9503407 Phenomenology
+hep-ph/9503450 Phenomenology
+hep-ph/9503456 Phenomenology
+hep-ph/9503458 Phenomenology
+hep-ph/9503464 Phenomenology
+hep-ph/9503484 Phenomenology
+hep-ph/9503492 Phenomenology
+hep-ph/9503495 Phenomenology
+hep-ph/9504205 Phenomenology
+hep-ph/9504209 Phenomenology
+hep-ph/9504222 Phenomenology
+hep-ph/9504224 Phenomenology
+hep-ph/9504235 Phenomenology
+hep-ph/9504242 Phenomenology
+hep-ph/9504249 Phenomenology
+hep-ph/9504260 Phenomenology
+hep-ph/9504263 Phenomenology
+hep-ph/9504265 Phenomenology
+hep-ph/9504306 Phenomenology
+hep-ph/9504326 Phenomenology
+hep-ph/9504327 Phenomenology
+hep-ph/9504343 Phenomenology
+hep-ph/9504364 Phenomenology
+hep-ph/9504387 Phenomenology
+hep-ph/9504410 Phenomenology
+hep-ph/9504411 Phenomenology
+hep-ph/9504415 Phenomenology
+hep-ph/9505201 Phenomenology
+hep-ph/9505213 Phenomenology
+hep-ph/9505222 Phenomenology
+hep-ph/9505233 Phenomenology
+hep-ph/9711351 Phenomenology
+hep-ph/9908362 Phenomenology
+hep-ph/9908363 Phenomenology
+hep-ph/9908364 Phenomenology
+hep-th/0101168 Theory
+hep-th/0703023 Theory
+hep-th/9110034 Theory
+hep-th/9110057 Theory
+hep-th/9110058 Theory
+hep-th/9111004 Theory
+hep-th/9111064 Theory
+hep-th/9112017 Theory
+hep-th/9112033 Theory
+hep-th/9112045 Theory
+hep-th/9112074 Theory
+hep-th/9201009 Theory
+hep-th/9201020 Theory
+hep-th/9201040 Theory
+hep-th/9201044 Theory
+hep-th/9201054 Theory
+hep-th/9201078 Theory
+hep-th/9202037 Theory
+hep-th/9202051 Theory
+hep-th/9202054 Theory
+hep-th/9202059 Theory
+hep-th/9202074 Theory
+hep-th/9202079 Theory
+hep-th/9202092 Theory
+hep-th/9203006 Theory
+hep-th/9203008 Theory
+hep-th/9203052 Theory
+hep-th/9203071 Theory
+hep-th/9203076 Theory
+hep-th/9204028 Theory
+hep-th/9204037 Theory
+hep-th/9204049 Theory
+hep-th/9204102 Theory
+hep-th/9205033 Theory
+hep-th/9205041 Theory
+hep-th/9205053 Theory
+hep-th/9205059 Theory
+hep-th/9205079 Theory
+hep-th/9205113 Theory
+hep-th/9206065 Theory
+hep-th/9206084 Theory
+hep-th/9206094 Theory
+hep-th/9207002 Theory
+hep-th/9207003 Theory
+hep-th/9207016 Theory
+hep-th/9207017 Theory
+hep-th/9207024 Theory
+hep-th/9207043 Theory
+hep-th/9207063 Theory
+hep-th/9207077 Theory
+hep-th/9207095 Theory
+hep-th/9207105 Theory
+hep-th/9207111 Theory
+hep-th/9208053 Theory
+hep-th/9208056 Theory
+hep-th/9209008 Theory
+hep-th/9209027 Theory
+hep-th/9209064 Theory
+hep-th/9209096 Theory
+hep-th/9209101 Theory
+hep-th/9209115 Theory
+hep-th/9210013 Theory
+hep-th/9210062 Theory
+hep-th/9210069 Theory
+hep-th/9210115 Theory
+hep-th/9210136 Theory
+hep-th/9210145 Theory
+hep-th/9211011 Theory
+hep-th/9211027 Theory
+hep-th/9211056 Theory
+hep-th/9211093 Theory
+hep-th/9211099 Theory
+hep-th/9211104 Theory
+hep-th/9212033 Theory
+hep-th/9212045 Theory
+hep-th/9212048 Theory
+hep-th/9212113 Theory
+hep-th/9212114 Theory
+hep-th/9212127 Theory
+hep-th/9301004 Theory
+hep-th/9301050 Theory
+hep-th/9301054 Theory
+hep-th/9301085 Theory
+hep-th/9301086 Theory
+hep-th/9301112 Theory
+hep-th/9301127 Theory
+hep-th/9302010 Theory
+hep-th/9302016 Theory
+hep-th/9302061 Theory
+hep-th/9302062 Theory
+hep-th/9302075 Theory
+hep-th/9302100 Theory
+hep-th/9302121 Theory
+hep-th/9302126 Theory
+hep-th/9303017 Theory
+hep-th/9303028 Theory
+hep-th/9303030 Theory
+hep-th/9303032 Theory
+hep-th/9303099 Theory
+hep-th/9303104 Theory
+hep-th/9303143 Theory
+hep-th/9303157 Theory
+hep-th/9303158 Theory
+hep-th/9304034 Theory
+hep-th/9304048 Theory
+hep-th/9304059 Theory
+hep-th/9304066 Theory
+hep-th/9304072 Theory
+hep-th/9304096 Theory
+hep-th/9304114 Theory
+hep-th/9304131 Theory
+hep-th/9304133 Theory
+hep-th/9304134 Theory
+hep-th/9304151 Theory
+hep-th/9304159 Theory
+hep-th/9305014 Theory
+hep-th/9305057 Theory
+hep-th/9305097 Theory
+hep-th/9305103 Theory
+hep-th/9305115 Theory
+hep-th/9305125 Theory
+hep-th/9305126 Theory
+hep-th/9305127 Theory
+hep-th/9305137 Theory
+hep-th/9306008 Theory
+hep-th/9306009 Theory
+hep-th/9306030 Theory
+hep-th/9306038 Theory
+hep-th/9306048 Theory
+hep-th/9306081 Theory
+hep-th/9306082 Theory
+hep-th/9306120 Theory
+hep-th/9306153 Theory
+hep-th/9307042 Theory
+hep-th/9307062 Theory
+hep-th/9307077 Theory
+hep-th/9307093 Theory
+hep-th/9307104 Theory
+hep-th/9307140 Theory
+hep-th/9307143 Theory
+hep-th/9307151 Theory
+hep-th/9307172 Theory
+hep-th/9307179 Theory
+hep-th/9307191 Theory
+hep-th/9307196 Theory
+hep-th/9308030 Theory
+hep-th/9308041 Theory
+hep-th/9308046 Theory
+hep-th/9308047 Theory
+hep-th/9308062 Theory
+hep-th/9308113 Theory
+hep-th/9308115 Theory
+hep-th/9308119 Theory
+hep-th/9308122 Theory
+hep-th/9308136 Theory
+hep-th/9308150 Theory
+hep-th/9308151 Theory
+hep-th/9309002 Theory
+hep-th/9309003 Theory
+hep-th/9309015 Theory
+hep-th/9309018 Theory
+hep-th/9309028 Theory
+hep-th/9309047 Theory
+hep-th/9309090 Theory
+hep-th/9309116 Theory
+hep-th/9309119 Theory
+hep-th/9309141 Theory
+hep-th/9310047 Theory
+hep-th/9310067 Theory
+hep-th/9310108 Theory
+hep-th/9310138 Theory
+hep-th/9310178 Theory
+hep-th/9310195 Theory
+hep-th/9311007 Theory
+hep-th/9311022 Theory
+hep-th/9311065 Theory
+hep-th/9311097 Theory
+hep-th/9311122 Theory
+hep-th/9311127 Theory
+hep-th/9311164 Theory
+hep-th/9311166 Theory
+hep-th/9311177 Theory
+hep-th/9311183 Theory
+hep-th/9312005 Theory
+hep-th/9312021 Theory
+hep-th/9312027 Theory
+hep-th/9312044 Theory
+hep-th/9312053 Theory
+hep-th/9312122 Theory
+hep-th/9312136 Theory
+hep-th/9312138 Theory
+hep-th/9312149 Theory
+hep-th/9312171 Theory
+hep-th/9312189 Theory
+hep-th/9312194 Theory
+hep-th/9401014 Theory
+hep-th/9401041 Theory
+hep-th/9401083 Theory
+hep-th/9401102 Theory
+hep-th/9401113 Theory
+hep-th/9401124 Theory
+hep-th/9401139 Theory
+hep-th/9401154 Theory
+hep-th/9402023 Theory
+hep-th/9402085 Theory
+hep-th/9402086 Theory
+hep-th/9402088 Theory
+hep-th/9402096 Theory
+hep-th/9402098 Theory
+hep-th/9402135 Theory
+hep-th/9402140 Theory
+hep-th/9402149 Theory
+hep-th/9403034 Theory
+hep-th/9403039 Theory
+hep-th/9403073 Theory
+hep-th/9403083 Theory
+hep-th/9403085 Theory
+hep-th/9403106 Theory
+hep-th/9403113 Theory
+hep-th/9403114 Theory
+hep-th/9403131 Theory
+hep-th/9403187 Theory
+hep-th/9404156 Theory
+hep-th/9404176 Theory
+hep-th/9405007 Theory
+hep-th/9405024 Theory
+hep-th/9405029 Theory
+hep-th/9405036 Theory
+hep-th/9405086 Theory
+hep-th/9405099 Theory
+hep-th/9405139 Theory
+hep-th/9405147 Theory
+hep-th/9405162 Theory
+hep-th/9405169 Theory
+hep-th/9405198 Theory
+hep-th/9406017 Theory
+hep-th/9406051 Theory
+hep-th/9406059 Theory
+hep-th/9406159 Theory
+hep-th/9406175 Theory
+hep-th/9406183 Theory
+hep-th/9406208 Theory
+hep-th/9406209 Theory
+hep-th/9407001 Theory
+hep-th/9407025 Theory
+hep-th/9407026 Theory
+hep-th/9407036 Theory
+hep-th/9407048 Theory
+hep-th/9407051 Theory
+hep-th/9407064 Theory
+hep-th/9407072 Theory
+hep-th/9407096 Theory
+hep-th/9407101 Theory
+hep-th/9407160 Theory
+hep-th/9407195 Theory
+hep-th/9408004 Theory
+hep-th/9408039 Theory
+hep-th/9408048 Theory
+hep-th/9408088 Theory
+hep-th/9408111 Theory
+hep-th/9408116 Theory
+hep-th/9408134 Theory
+hep-th/9408171 Theory
+hep-th/9409005 Theory
+hep-th/9409010 Theory
+hep-th/9409013 Theory
+hep-th/9409015 Theory
+hep-th/9409039 Theory
+hep-th/9409099 Theory
+hep-th/9409109 Theory
+hep-th/9409116 Theory
+hep-th/9409152 Theory
+hep-th/9409185 Theory
+hep-th/9409187 Theory
+hep-th/9410016 Theory
+hep-th/9410023 Theory
+hep-th/9410041 Theory
+hep-th/9410095 Theory
+hep-th/9410111 Theory
+hep-th/9410140 Theory
+hep-th/9410152 Theory
+hep-th/9410159 Theory
+hep-th/9410203 Theory
+hep-th/9410209 Theory
+hep-th/9410217 Theory
+hep-th/9410219 Theory
+hep-th/9410227 Theory
+hep-th/9410235 Theory
+hep-th/9411018 Theory
+hep-th/9411020 Theory
+hep-th/9411038 Theory
+hep-th/9411051 Theory
+hep-th/9411068 Theory
+hep-th/9411077 Theory
+hep-th/9411086 Theory
+hep-th/9411090 Theory
+hep-th/9411129 Theory
+hep-th/9411166 Theory
+hep-th/9411169 Theory
+hep-th/9411189 Theory
+hep-th/9412026 Theory
+hep-th/9412076 Theory
+hep-th/9412077 Theory
+hep-th/9412092 Theory
+hep-th/9412106 Theory
+hep-th/9412107 Theory
+hep-th/9412123 Theory
+hep-th/9412132 Theory
+hep-th/9412157 Theory
+hep-th/9412159 Theory
+hep-th/9412162 Theory
+hep-th/9501030 Theory
+hep-th/9501048 Theory
+hep-th/9501073 Theory
+hep-th/9501102 Theory
+hep-th/9501144 Theory
+hep-th/9501145 Theory
+hep-th/9502029 Theory
+hep-th/9502086 Theory
+hep-th/9502101 Theory
+hep-th/9502138 Theory
+hep-th/9503084 Theory
+hep-th/9503085 Theory
+hep-th/9503093 Theory
+hep-th/9503133 Theory
+hep-th/9503144 Theory
+hep-th/9503174 Theory
+hep-th/9503183 Theory
+hep-th/9503187 Theory
+hep-th/9503195 Theory
+hep-th/9503218 Theory
+hep-th/9503236 Theory
+hep-th/9504001 Theory
+hep-th/9504043 Theory
+hep-th/9504075 Theory
+hep-th/9504091 Theory
+hep-th/9504092 Theory
+hep-th/9504095 Theory
+hep-th/9504099 Theory
+hep-th/9504108 Theory
+hep-th/9504112 Theory
+hep-th/9504120 Theory
+hep-th/9504150 Theory
+hep-th/9504162 Theory
+hep-th/9505023 Theory
+hep-th/9505025 Theory
+hep-th/9505027 Theory
+hep-th/9506065 Theory
+hep-th/9612135 Theory
+hep-th/9612197 Theory
+math/0307392 Rings and Algebras
+math/0308010 Rings and Algebras
+math/0407052 Representation Theory
+math/0411631 Representation Theory
+math/0504282 Category Theory
+math/0604412 Category Theory
+math/0605136 Representation Theory
+math/0611542 Representation Theory
+math/0702492 Rings and Algebras
+nucl-th/9301003
+nucl-th/9304017
+nucl-th/9305005
+nucl-th/9307025
+nucl-th/9311018
+nucl-th/9404007
+nucl-th/9405031
+nucl-th/9406025
+nucl-th/9411015
+nucl-th/9412016
+nucl-th/9501009
+nucl-th/9504025
+quant-ph/0101104
+0705.1613 Statistics Theory
+0707.1072 Algebraic Geometry
+0709.1826 Complex Variables
+0801.0522 Complex Variables
+0801.0712 Statistics Theory
+0801.3747 Number Theory
+0801.4239 Complex Variables
+0802.2039 Theory
+0802.2069 Materials Science
+0805.0228 Statistics Theory
+0806.0907
+0806.2032 Theory
+0806.3380 Algebraic Geometry
+0807.1205 Probability
+0807.2637 Chaotic Dynamics
+0808.0091 Experiment
+0809.4097 Superconductivity
+0810.0055 Computational Finance
+0810.1674 Algebraic Geometry
+0810.3898 Functional Analysis
+0811.1902 Probability
+0811.4551 Algebraic Geometry
+0812.2724 Probability
+0901.4606 Materials Science
+0902.2705 Other Condensed Matter
+0904.3049 Materials Science
+0904.3123 Algebraic Topology
+0905.4825 Statistical Mechanics
+0906.2751 Solar and Stellar Astrophysics
+0906.3866 High Energy Astrophysical Phenomena
+0907.0931 Information Theory
+0907.3083
+0907.3689 Strongly Correlated Electrons
+0907.4657 Superconductivity
+0907.5112 Probability
+0909.2810 Numerical Analysis
+0910.1647
+0910.3469 Mesoscale and Nanoscale Physics
+0910.4947 Phenomenology
+0911.0587 Strongly Correlated Electrons
+0911.1897 Statistical Mechanics
+0911.5173 Atomic Physics
+0912.0809 Materials Science
+0912.2155 Exactly Solvable and Integrable Systems
+0912.5230 High Energy Astrophysical Phenomena
+1001.0570 Phenomenology
+1001.0874 Geometric Topology
+1001.1646 Number Theory
+1001.1868 Optics
+1001.1899 Operator Algebras
+1001.1929 Number Theory
+1001.1991 Databases
+1001.2013 Functional Analysis
+1001.2025 Phenomenology
+1001.2027 Dynamical Systems
+1001.2032 Algebraic Topology
+1001.2034 Computational Complexity
+1001.2043 Instrumentation and Methods for Astrophysics
+1001.2044 Number Theory
+1001.2046 Chemical Physics
+1001.2048 Instrumentation and Methods for Astrophysics
+1001.2049 Instrumentation and Methods for Astrophysics
+1001.2051 Number Theory
+1001.2052 Computational Complexity
+1001.2053 Solar and Stellar Astrophysics
+1001.2054 Differential Geometry
+1001.2055 Methodology
+1001.2056 Algebraic Topology
+1001.2057 Materials Science
+1001.2058 Methodology
+1001.2062 Information Theory
+1001.2064 Fluid Dynamics
+1001.2067 Information Theory
+1001.2068 Dynamical Systems
+1001.2070 Combinatorics
+1001.2073 Combinatorics
+1001.2075 Phenomenology
+1001.2076 Information Theory
+1001.2078 Combinatorics
+1001.2080 Geometric Topology
+1001.2082 Numerical Analysis
+1001.2086 Logic in Computer Science
+1001.2088 Geometric Topology
+1001.2089 Statistics Theory
+1001.2090 Classical Physics
+1001.2092 Algebraic Geometry
+1001.2093 Soft Condensed Matter
+1001.2094 Statistics Theory
+1001.2097 Neural and Evolutionary Computing
+1001.2099
+1001.2102 Statistics Theory
+1001.2105 Cosmology and Nongalactic Astrophysics
+1001.2108 Solar and Stellar Astrophysics
+1001.2117 Information Theory
+1001.2119 Functional Analysis
+1001.2121 Analysis of PDEs
+1001.2122 Statistics Theory
+1001.2125 Statistics Theory
+1001.2126 Cosmology and Nongalactic Astrophysics
+1001.2128 Experiment
+1001.2129 Differential Geometry
+1001.2131 Probability
+1001.2135
+1001.2137 Probability
+1001.2138 Statistics Theory
+1001.2144 Statistics Theory
+1001.2152 Statistics Theory
+1001.2156 Number Theory
+1001.2159 Exactly Solvable and Integrable Systems
+1001.2161 Combinatorics
+1001.2163 Probability
+1001.2164 Information Theory
+1001.2167 Astrophysics of Galaxies
+1001.2172 Physics and Society
+1001.2173 Probability
+1001.2174
+1001.2182 Probability
+1001.2185 Methodology
+1001.2186 Information Retrieval
+1001.2188 Programming Languages
+1001.2194 Rings and Algebras
+1001.2196 Rings and Algebras
+1001.2197 Fluid Dynamics
+1001.2198 Information Theory
+1001.2205 Information Theory
+1001.2209 Combinatorics
+1001.2210 Phenomenology
+1001.2212 Cosmology and Nongalactic Astrophysics
+1001.2217 Mesoscale and Nanoscale Physics
+1001.2225
+1001.2233 Number Theory
+1001.2234
+1001.2247 Geometric Topology
+1001.2249 Cryptography and Security
+1001.2250 Other Computer Science
+1001.2253 Other Computer Science
+1001.2259 Dynamical Systems
+1001.2261 Other Computer Science
+1001.2262 Distributed, Parallel, and Cluster Computing
+1001.2263 Computation and Language
+1001.2264 Other Computer Science
+1001.2267 Computation and Language
+1001.2268 Cryptography and Security
+1001.2270 Databases
+1001.2271 Materials Science
+1001.2272 Networking and Internet Architecture
+1001.2274 Information Theory
+1001.2275 Databases
+1001.2277 Artificial Intelligence
+1001.2279 Artificial Intelligence
+1001.2280 Networking and Internet Architecture
+1001.2283 Information Theory
+1001.2284 Information Theory
+1001.2288 Soft Condensed Matter
+1001.2297 Analysis of PDEs
+1001.2298 Information Theory
+cond-mat/0201070
+cond-mat/0201071
+cond-mat/0402542 Mesoscale and Nanoscale Physics
+cond-mat/0403228 Materials Science
+cond-mat/0411215 Materials Science
+cond-mat/0502163 Materials Science
+cond-mat/0603732 Other Condensed Matter
+cond-mat/0604192 Materials Science
+cs/0604079 Discrete Mathematics
+math/0301325 Group Theory
+math/0301328 Algebraic Topology
+math/0612009 Algebraic Geometry
+math/0702607 Algebraic Topology
+math/0703378 Optimization and Control
+physics/0512166 General Physics
+1003.4079 Computational Engineering, Finance, and Science
+0705.3953 Symplectic Geometry
+0707.1818 Logic
+0711.1859 Category Theory
+0712.0418 Category Theory
+0712.1864 Category Theory
+0712.3377 Superconductivity
+0801.1679 Phenomenology
+0801.4067 Quantum Algebra
+0801.4107 Category Theory
+0802.1593 Operator Algebras
+0803.0890
+0803.2581
+0805.3180
+0805.3330
+0806.2105
+0807.2891
+0808.1974 Algebraic Geometry
+0808.2910 Number Theory
+0809.3661
+0809.3962
+0810.1825
+0811.2782 Probability
+0811.4353 Superconductivity
+0901.1499 Logic
+0901.4134 Information Theory
+0901.4277 Algebraic Geometry
+0902.0224 Superconductivity
+0902.1142 Algebraic Geometry
+0902.2350 Strongly Correlated Electrons
+0904.1007 Cosmology and Nongalactic Astrophysics
+0904.4655
+0905.2405
+0905.3021 Logic
+0905.3989 Probability
+0905.4885 Strongly Correlated Electrons
+0905.4896 Strongly Correlated Electrons
+0906.0073
+0906.2097 Strongly Correlated Electrons
+0906.2276 Materials Science
+0907.0814 Combinatorics
+0907.1838 Phenomenology
+0907.2667
+0907.2810 Mesoscale and Nanoscale Physics
+0907.3240
+0907.4076 Phenomenology
+0907.4424 Theory
+0908.1299 Strongly Correlated Electrons
+0908.2485 Quantum Gases
+0908.3308
+0908.4096 Superconductivity
+0908.4134 Mesoscale and Nanoscale Physics
+0909.0457 Materials Science
+0909.3018 Mesoscale and Nanoscale Physics
+0909.4826 Biological Physics
+0910.3567 Strongly Correlated Electrons
+0910.4123 Quantum Gases
+0911.0353 Optimization and Control
+0911.0472 Lattice
+0911.1039 Experiment
+0911.1213 Theory
+0911.1323 Phenomenology
+0911.1758 Mesoscale and Nanoscale Physics
+0911.3195 Distributed, Parallel, and Cluster Computing
+0911.3491 Number Theory
+0911.4142 Phenomenology
+0911.4296 Theory
+0911.4778 Subcellular Processes
+0911.5417
+0912.1113
+0912.2713
+1001.0873 Soft Condensed Matter
+1001.0934
+1001.1336 Statistical Mechanics
+1001.3733 Phenomenology
+1002.0063 Formal Languages and Automata Theory
+1002.0338 Astrophysics of Galaxies
+1002.0648
+1002.0797 Data Analysis, Statistics and Probability
+1002.0799 Superconductivity
+1002.1581 Networking and Internet Architecture
+1002.1807 Lattice
+1002.1906 Theory
+1002.3961 Mesoscale and Nanoscale Physics
+1002.3976 Theory
+1002.4130 Number Theory
+1002.4284 Mesoscale and Nanoscale Physics
+1002.4937 Theory
+1003.0249 Theory
+1003.0441
+1003.0453 Cosmology and Nongalactic Astrophysics
+1003.0455 Instrumentation and Methods for Astrophysics
+1003.0459 Cosmology and Nongalactic Astrophysics
+1003.0461 Physics Education
+1003.0467 Mesoscale and Nanoscale Physics
+1003.0469 Computer Science and Game Theory
+1003.0476
+1003.0480 Computational Complexity
+1003.0486 Solar and Stellar Astrophysics
+1003.0487 Computer Vision and Pattern Recognition
+1003.0490 Representation Theory
+1003.0491 Physics Education
+1003.0493 General Physics
+1003.0495 Numerical Analysis
+1003.0497 Optics
+1003.0498 Phenomenology
+1003.0500
+1003.0504 Mesoscale and Nanoscale Physics
+1003.0505 General Physics
+1003.0511 Discrete Mathematics
+1003.0517 Mesoscale and Nanoscale Physics
+1003.0519 Instrumentation and Methods for Astrophysics
+1003.0521 Experiment
+1003.0522 Formal Languages and Automata Theory
+1003.0526 Commutative Algebra
+1003.0530 Lattice
+1003.0531 Plasma Physics
+1003.0536 Fluid Dynamics
+1003.0551 Numerical Analysis
+1003.0553 Strongly Correlated Electrons
+1003.0556 Astrophysics of Galaxies
+1003.0561
+1003.0563 Chemical Physics
+1003.0567 Algebraic Geometry
+1003.0568 Mesoscale and Nanoscale Physics
+1003.0569 Optimization and Control
+1003.0572 Optimization and Control
+1003.0573 Number Theory
+1003.0575 Other Quantitative Biology
+1003.0577 Cosmology and Nongalactic Astrophysics
+1003.0579 Functional Analysis
+1003.0583
+1003.0590 Artificial Intelligence
+1003.0591 Functional Analysis
+1003.0594
+1003.0595 Solar and Stellar Astrophysics
+1003.0596 Quantum Gases
+1003.0602 Representation Theory
+1003.0608 Solar and Stellar Astrophysics
+1003.0619 Mesoscale and Nanoscale Physics
+1003.0628 Computation and Language
+1003.0630 Phenomenology
+1003.0637 Combinatorics
+1003.0638 Optics
+1003.0652 Quantum Gases
+1003.0653
+1003.0659 Artificial Intelligence
+1003.0662 Computer Science and Game Theory
+1003.0664 Optimization and Control
+gr-qc/0702123
+gr-qc/9501002
+gr-qc/9802047
+hep-ph/0110035 Phenomenology
+math/0312422 Category Theory
+math/0403174 Spectral Theory
+math/0404286 Category Theory
+math/0701093 Number Theory
+math/0703713 Category Theory
+quant-ph/0310095
+quant-ph/0310096
+quant-ph/0412050
+0704.0492 Cryptography and Security
+0705.2004
+0706.4243 Theory
+0711.2443 Algebraic Geometry
+0803.0622 Algebraic Geometry
+0805.0172
+0809.3049 Numerical Analysis
+0810.3800
+0810.4052
+0812.2047 Spectral Theory
+0902.2594 Instrumentation and Methods for Astrophysics
+0903.5490 Cosmology and Nongalactic Astrophysics
+0903.5536 Theory
+0904.0830 Computational Finance
+0904.2055 Optics
+0904.3182 Mesoscale and Nanoscale Physics
+0904.3908 Number Theory
+0905.0472 Cosmology and Nongalactic Astrophysics
+0905.1492 Atomic Physics
+0905.2570 Cosmology and Nongalactic Astrophysics
+0905.3367 High Energy Astrophysical Phenomena
+0905.3577 Lattice
+0906.0659 Classical Analysis and ODEs
+0906.1868 Solar and Stellar Astrophysics
+0906.1933
+0906.4860
+0906.5501 Theory
+0907.0409 Cosmology and Nongalactic Astrophysics
+0907.2540 Mesoscale and Nanoscale Physics
+0907.3304 Physics and Society
+0908.0798 Chemical Physics
+0908.0875 Materials Science
+0908.1361 Phenomenology
+0908.1531 Phenomenology
+0908.3046 Quantum Gases
+0908.3416 Numerical Analysis
+0909.3839
+0909.5268 Information Theory
+0910.0764 Theory
+0910.1577 Molecular Networks
+0910.1703 Theory
+0910.2952 Optics
+0910.3089 Phenomenology
+0910.3167 Phenomenology
+0910.3181 Phenomenology
+0910.3184
+0910.3194 Lattice
+0910.3287 Theory
+0910.3405 Theory
+0910.3512 Phenomenology
+0910.3541 Lattice
+0910.3553 Instrumentation and Detectors
+0910.5292 Cosmology and Nongalactic Astrophysics
+0910.5557 Superconductivity
+0911.0738 Instrumentation and Methods for Astrophysics
+0911.1024 Phenomenology
+0911.2201
+0911.2592 Theory
+0911.3011 Phenomenology
+0912.0854
+0912.1048 General Physics
+0912.1444 Pattern Formation and Solitons
+0912.2097 Solar and Stellar Astrophysics
+0912.2622
+0912.2752 Superconductivity
+1001.1937 Multimedia
+1001.2661 Soft Condensed Matter
+1001.2762 Mesoscale and Nanoscale Physics
+1001.2943 Strongly Correlated Electrons
+1001.3481 Graphics
+1001.3483 Networking and Internet Architecture
+1002.0140 Machine Learning
+1002.0193 Phenomenology
+1002.0385 Theory
+1002.0389 Spectral Theory
+1002.0416 Computer Vision and Pattern Recognition
+1002.0569 Quantum Gases
+1002.0598 Fluid Dynamics
+1002.0603 Algebraic Geometry
+1002.0606 Spectral Theory
+1002.0607 Spectral Theory
+1002.0609 Statistical Finance
+1002.0611 Mesoscale and Nanoscale Physics
+1002.0616 Methodology
+1002.0620 Analysis of PDEs
+1002.0623 Phenomenology
+1002.0634 Mesoscale and Nanoscale Physics
+1002.0643 Astrophysics of Galaxies
+1002.0644 Networking and Internet Architecture
+1002.0654
+1002.0655 Superconductivity
+1002.0656 General Physics
+1002.0661 Combinatorics
+1002.0662 Earth and Planetary Astrophysics
+1002.0665 Differential Geometry
+1002.0666
+1002.0670 Number Theory
+1002.0678 Software Engineering
+1002.0680 Information Theory
+1002.0682 Networking and Internet Architecture
+1002.0685 Mesoscale and Nanoscale Physics
+1002.0686 Analysis of PDEs
+1002.0688 Analysis of PDEs
+1002.0694 Biomolecules
+1002.0709 Learning
+1002.0710 Dynamical Systems
+1002.0712 Distributed, Parallel, and Cluster Computing
+1002.0718 Astrophysics of Galaxies
+1002.0719 Materials Science
+1002.0720 Theory
+1002.0724 Mesoscale and Nanoscale Physics
+1002.0725 Optics
+1002.0729 Statistics Theory
+1002.0737 Astrophysics of Galaxies
+1002.0739 Symbolic Computation
+1002.0745 Neural and Evolutionary Computing
+1002.0746 Optics
+1002.0751 Statistical Mechanics
+1002.0754 High Energy Astrophysical Phenomena
+1002.0755 Fluid Dynamics
+1002.0757 Information Theory
+1002.0761 Representation Theory
+1002.0767 Algebraic Geometry
+1002.0773 Computation and Language
+1002.0781 Optics
+1002.0782 Pattern Formation and Solitons
+1002.0789 Dynamical Systems
+1002.0798
+1002.0802 Optics
+1002.0806 High Energy Astrophysical Phenomena
+1002.0810 Combinatorics
+1002.0813 Theory
+1002.0814 Differential Geometry
+1002.0826 Complex Variables
+cond-mat/0507480 Other Condensed Matter
+hep-ph/0006160 Phenomenology
+hep-ph/0012013 Phenomenology
+hep-ph/0012311 Phenomenology
+hep-ph/0103049 Phenomenology
+hep-ph/0107129 Phenomenology
+hep-ph/0201308 Phenomenology
+hep-ph/0404059 Phenomenology
+hep-ph/0409233 Phenomenology
+hep-ph/0512155 Phenomenology
+hep-ph/9707323 Phenomenology
+hep-ph/9804233 Phenomenology
+hep-ph/9807362 Phenomenology
+hep-ph/9811347 Phenomenology
+hep-ph/9903502 Phenomenology
+hep-ph/9908235 Phenomenology
+hep-ph/9910254 Phenomenology
+hep-th/0001022 Theory
+hep-th/0212305 Theory
+hep-th/0512010 Theory
+hep-th/0602245 Theory
+hep-th/9509047 Theory
+hep-th/9510089 Theory
+hep-th/9610220 Theory
+hep-th/9705217 Theory
+hep-th/9707123 Theory
+hep-th/9709002 Theory
+hep-th/9710063 Theory
+math-ph/0607048
+math/0107188 Category Theory
+math/0207284 Number Theory
+math/0212377 Category Theory
+math/0404016 Category Theory
+math/0404263 Number Theory
+math/0411343 Dynamical Systems
+math/0510147 Number Theory
+math/0610260 Category Theory
+math/0701346 Probability
+physics/0501164 Data Analysis, Statistics and Probability
+0704.1553 Operator Algebras
+0706.4068
+0707.2981 Experiment
+0708.3553
+0709.4458
+0709.4574 Lattice
+0710.3238 Dynamical Systems
+0711.2606 Experiment
+0801.2721 Phenomenology
+0801.3650
+0801.4020
+0801.4462
+0801.4555
+0801.4749
+0802.2641 Probability
+0802.4039 Other Condensed Matter
+0803.0224 Lattice
+0803.1481
+0803.2161 Phenomenology
+0803.4344 Classical Analysis and ODEs
+0804.1631
+0804.2260
+0804.2481 Differential Geometry
+0805.0705
+0805.0875
+0805.1369
+0805.2678 Statistical Mechanics
+0806.2145 Theory
+0806.3247 Phenomenology
+0807.0902 Theory
+0807.3961 Phenomenology
+0807.4920 Mesoscale and Nanoscale Physics
+0808.2840
+0808.3085
+0809.1230
+0809.1767 Phenomenology
+0809.4770 Statistical Mechanics
+0810.0039
+0810.0701 Experiment
+0810.1114 Quantum Algebra
+0810.2034
+0810.2314
+0810.2479 Commutative Algebra
+0810.2989 Theory
+0810.3941 Materials Science
+0810.5132
+0811.0989
+0811.1444
+0811.2059 Phenomenology
+0811.2667 Theory
+0812.0337
+0812.4780
+0901.2540 Theory
+0902.0131 High Energy Astrophysical Phenomena
+0902.0158
+0902.0575 Theory
+0902.2460 Cosmology and Nongalactic Astrophysics
+0902.3408 Theory
+0903.3037 High Energy Astrophysical Phenomena
+0903.4436
+0904.0700 Phenomenology
+0904.3957 Representation Theory
+0905.0524 High Energy Astrophysical Phenomena
+0905.2253 High Energy Astrophysical Phenomena
+0905.2763 Theory
+0905.4162 Information Retrieval
+0905.4490 Strongly Correlated Electrons
+0906.4562 Phenomenology
+0906.5012 Phenomenology
+0907.0764 High Energy Astrophysical Phenomena
+0907.1336 Representation Theory
+0907.4690 Phenomenology
+0908.0529 Earth and Planetary Astrophysics
+0908.1392 Theory
+0908.1785 Phenomenology
+0908.1840 Cosmology and Nongalactic Astrophysics
+0908.3084 Algebraic Topology
+0909.0244 Commutative Algebra
+0909.0696 Theory
+0909.0727 Theory
+0909.0994 Statistical Mechanics
+0909.1294 Theory
+0909.1883 Theory
+0909.2470 High Energy Astrophysical Phenomena
+0909.2615 Phenomenology
+0909.3598 Analysis of PDEs
+0909.4578 Theory
+0909.4943 Phenomenology
+0909.5529 Phenomenology
+0909.5683
+0910.0174 Phenomenology
+0910.1106 Phenomenology
+0910.1350 Phenomenology
+0910.2225 Theory
+0910.2527 Theory
+0910.2826 Classical Analysis and ODEs
+0910.4094 Chemical Physics
+0910.4526 Theory
+0910.4930
+0910.5159 Theory
+0911.0658 Theory
+0911.1107 Theory
+0911.1882 Phenomenology
+0911.2211 Theory
+0911.2790 Materials Science
+0911.2897 Phenomenology
+0911.2911 Phenomenology
+0911.2955 Phenomenology
+0911.3041
+0911.3128 Phenomenology
+0911.5264 Statistical Mechanics
+0912.0214 Lattice
+0912.0608 Algebraic Geometry
+0912.0658
+0912.1599 Phenomenology
+0912.3006 Theory
+0912.3068 Phenomenology
+0912.3109 Lattice
+0912.3343 Statistical Mechanics
+0912.3488 Numerical Analysis
+1001.2658
+1001.2759 Differential Geometry
+1001.4229 Statistical Mechanics
+1002.0258 Superconductivity
+1002.1743 Astrophysics of Galaxies
+1002.1896 Physics and Society
+1003.0347 Solar and Stellar Astrophysics
+1003.1654 Algebraic Geometry
+1003.1737 Theory
+1003.2747 Analysis of PDEs
+1003.3063 Experiment
+1003.3293
+1003.3365
+1003.3402
+1003.3457 Cryptography and Security
+1003.3469 Algebraic Geometry
+1003.3471 Commutative Algebra
+1003.3477 Discrete Mathematics
+1003.3485
+1003.3489
+1003.3490 Computational Geometry
+1003.3491
+1003.3492 Cryptography and Security
+1003.3493
+1003.3499 Computational Geometry
+1003.3500 Functional Analysis
+1003.3515 Probability
+1003.3523 Experiment
+1003.3524 Optics
+1003.3530 Digital Libraries
+1003.3533 Multimedia
+1003.3537 Earth and Planetary Astrophysics
+1003.3539 Statistics Theory
+1003.3541 Statistical Mechanics
+1003.3545
+1003.3546 Statistics Theory
+1003.3547 Representation Theory
+1003.3549 Materials Science
+1003.3554 Geometric Topology
+1003.3557 Logic
+1003.3567 Geometric Topology
+1003.3570 Machine Learning
+1003.3572 Materials Science
+1003.3574
+1003.3577
+1003.3578 Analysis of PDEs
+1003.3585 Analysis of PDEs
+1003.3586 Physics and Society
+1003.3596 Spectral Theory
+1003.3597 Spectral Theory
+1003.3603 Optics
+1003.3605 Algebraic Geometry
+1003.3606
+1003.3607 Analysis of PDEs
+1003.3619 Information Theory
+1003.3627 Analysis of PDEs
+1003.3628 Superconductivity
+1003.3629 Logic in Computer Science
+1003.3640 Rings and Algebras
+1003.3650
+1003.3652 Instrumentation and Methods for Astrophysics
+1003.3654 Computer Vision and Pattern Recognition
+1003.3659 History and Overview
+1003.3661 Digital Libraries
+1003.3662
+1003.3665 Combinatorics
+astro-ph/0006362
+astro-ph/0007155
+astro-ph/0101494
+astro-ph/0103185
+astro-ph/0106491
+astro-ph/0108404
+astro-ph/0111044
+astro-ph/0111407
+astro-ph/0308506
+astro-ph/0311609
+astro-ph/0312019
+astro-ph/0405233
+astro-ph/0503409
+astro-ph/0504331
+astro-ph/0505630
+astro-ph/0506029
+astro-ph/0506170
+astro-ph/0506443
+astro-ph/0507515
+astro-ph/0507534
+astro-ph/0508332
+astro-ph/0508340
+astro-ph/0509060
+astro-ph/0509144
+astro-ph/0509660
+astro-ph/0509766
+astro-ph/0510489
+astro-ph/0510566
+astro-ph/0510677
+astro-ph/0511576
+astro-ph/0511579
+astro-ph/0511750
+astro-ph/0511751
+astro-ph/0512358
+astro-ph/0512392
+astro-ph/0512615
+astro-ph/0601125
+astro-ph/0601173
+astro-ph/0601350
+astro-ph/0602060
+astro-ph/0602135
+astro-ph/0602142
+astro-ph/0602236
+astro-ph/0602490
+astro-ph/0602497
+astro-ph/0602541
+astro-ph/0603279
+astro-ph/0603730
+astro-ph/0604105
+astro-ph/0604177
+astro-ph/0605111
+astro-ph/0605256
+astro-ph/0605507
+astro-ph/0605607
+astro-ph/0605752
+astro-ph/0607110
+astro-ph/0607620
+astro-ph/0608257
+astro-ph/0608457
+astro-ph/0609825
+astro-ph/0610570
+astro-ph/0610635
+astro-ph/0610845
+astro-ph/0611081
+astro-ph/0611089
+astro-ph/0611148
+astro-ph/0611276
+astro-ph/0612031
+astro-ph/0702220
+astro-ph/0702319
+astro-ph/0703286
+astro-ph/0703447
+astro-ph/0703765
+astro-ph/9411061
+astro-ph/9803138
+astro-ph/9806270
+cond-mat/0408669 Statistical Mechanics
+cond-mat/0509281 Other Condensed Matter
+cond-mat/0511737 Other Condensed Matter
+cond-mat/9907288
+gr-qc/0405141
+gr-qc/0503037
+gr-qc/0510117
+gr-qc/0609059
+gr-qc/9708047
+gr-qc/9803060
+hep-ex/0312035 Experiment
+hep-ex/0503021 Experiment
+hep-ex/0503049 Experiment
+hep-ex/0504009 Experiment
+hep-ex/0504014 Experiment
+hep-ex/0504035 Experiment
+hep-ex/0504039 Experiment
+hep-ex/0504047 Experiment
+hep-ex/0504049 Experiment
+hep-ex/0505004 Experiment
+hep-ex/0505084 Experiment
+hep-ex/0505092 Experiment
+hep-ex/0505099 Experiment
+hep-ex/0506007 Experiment
+hep-ex/0506036 Experiment
+hep-ex/0506062 Experiment
+hep-ex/0506066 Experiment
+hep-ex/0506070 Experiment
+hep-ex/0506081 Experiment
+hep-ex/0506082 Experiment
+hep-ex/0507002 Experiment
+hep-ex/0507003 Experiment
+hep-ex/0507012 Experiment
+hep-ex/0507023 Experiment
+hep-ex/0507025 Experiment
+hep-ex/0507026 Experiment
+hep-ex/0507031 Experiment
+hep-ex/0507038 Experiment
+hep-ex/0507054 Experiment
+hep-ex/0507069 Experiment
+hep-ex/0507090 Experiment
+hep-ex/0508001 Experiment
+hep-ex/0508004 Experiment
+hep-ex/0508012 Experiment
+hep-ex/0508013 Experiment
+hep-ex/0508039 Experiment
+hep-ex/0509036 Experiment
+hep-ex/0509040 Experiment
+hep-ex/0510051 Experiment
+hep-ex/0510070 Experiment
+hep-ex/0511015 Experiment
+hep-ex/0512023 Experiment
+hep-ex/0512028 Experiment
+hep-ex/0512031 Experiment
+hep-ex/0512067 Experiment
+hep-ex/0601017 Experiment
+hep-ex/0601046 Experiment
+hep-ex/0602006 Experiment
+hep-ex/0602049 Experiment
+hep-ex/0603013 Experiment
+hep-ex/0603040 Experiment
+hep-ex/0603048 Experiment
+hep-ex/0603050 Experiment
+hep-ex/0603052 Experiment
+hep-ex/0603053 Experiment
+hep-ex/0603054 Experiment
+hep-ex/0604006 Experiment
+hep-ex/0604007 Experiment
+hep-ex/0604009 Experiment
+hep-ex/0604012 Experiment
+hep-ex/0604014 Experiment
+hep-ex/0604016 Experiment
+hep-ex/0604017 Experiment
+hep-ex/0604030 Experiment
+hep-ex/0604031 Experiment
+hep-ex/0604037 Experiment
+hep-ex/0605003 Experiment
+hep-ex/0605008 Experiment
+hep-ex/0605017 Experiment
+hep-ex/0605018 Experiment
+hep-ex/0605024 Experiment
+hep-ex/0605036 Experiment
+hep-ex/0605037 Experiment
+hep-ex/0605044 Experiment
+hep-ex/0605075 Experiment
+hep-ex/0606026 Experiment
+hep-ex/0606031 Experiment
+hep-ex/0606039 Experiment
+hep-ex/0606050 Experiment
+hep-ex/0606054 Experiment
+hep-ex/0607039 Experiment
+hep-ex/0607044 Experiment
+hep-ex/0607050 Experiment
+hep-ex/0607057 Experiment
+hep-ex/0607063 Experiment
+hep-ex/0607071 Experiment
+hep-ex/0607083 Experiment
+hep-ex/0607089 Experiment
+hep-ex/0607092 Experiment
+hep-ex/0607094 Experiment
+hep-ex/0607109 Experiment
+hep-ex/0607111 Experiment
+hep-ex/0607113 Experiment
+hep-ex/0608003 Experiment
+hep-ex/0608005 Experiment
+hep-ex/0608006 Experiment
+hep-ex/0608009 Experiment
+hep-ex/0608016 Experiment
+hep-ex/0608036 Experiment
+hep-ex/0608051 Experiment
+hep-ex/0608055 Experiment
+hep-ex/0609004 Experiment
+hep-ex/0609027 Experiment
+hep-ex/0609033 Experiment
+hep-ex/0609052 Experiment
+hep-ex/0610018 Experiment
+hep-ex/0610027 Experiment
+hep-ex/0610057 Experiment
+hep-ex/0610067 Experiment
+hep-ex/0610073 Experiment
+hep-ex/0611028 Experiment
+hep-ex/0611030 Experiment
+hep-ex/0611037 Experiment
+hep-ex/0612017 Experiment
+hep-ex/0612020 Experiment
+hep-ex/0612021 Experiment
+hep-ex/0612050 Experiment
+hep-ex/0701035 Experiment
+hep-ex/0702010 Experiment
+hep-ex/0703037 Experiment
+hep-lat/0005013 Lattice
+hep-lat/0011065 Lattice
+hep-lat/0110006 Lattice
+hep-lat/0110181 Lattice
+hep-lat/0110197 Lattice
+hep-lat/0209092 Lattice
+hep-lat/0209116 Lattice
+hep-lat/0209136 Lattice
+hep-lat/0211031 Lattice
+hep-lat/0306018 Lattice
+hep-lat/0309007 Lattice
+hep-lat/0309128 Lattice
+hep-lat/0310050 Lattice
+hep-lat/0406031 Lattice
+hep-lat/0407004 Lattice
+hep-lat/0409110 Lattice
+hep-lat/0504017 Lattice
+hep-lat/0506031 Lattice
+hep-lat/0507005 Lattice
+hep-lat/0509091 Lattice
+hep-lat/0509165 Lattice
+hep-lat/0510014 Lattice
+hep-lat/0510017 Lattice
+hep-lat/0511009 Lattice
+hep-lat/0605006 Lattice
+hep-lat/0610084 Lattice
+hep-lat/0610086 Lattice
+hep-lat/0701013 Lattice
+hep-lat/9208004 Lattice
+hep-lat/9211065 Lattice
+hep-lat/9308007 Lattice
+hep-lat/9311062 Lattice
+hep-lat/9312064 Lattice
+hep-lat/9402001 Lattice
+hep-lat/9411061 Lattice
+hep-lat/9501015 Lattice
+hep-lat/9503006 Lattice
+hep-lat/9503020 Lattice
+hep-lat/9507003 Lattice
+hep-lat/9509061 Lattice
+hep-lat/9608031 Lattice
+hep-lat/9706021 Lattice
+hep-lat/9710035 Lattice
+hep-lat/9710094 Lattice
+hep-lat/9807046 Lattice
+hep-lat/9809187 Lattice
+hep-lat/9811003 Lattice
+hep-ph/0003020 Phenomenology
+hep-ph/0008043 Phenomenology
+hep-ph/0101302 Phenomenology
+hep-ph/0110171 Phenomenology
+hep-ph/0203119 Phenomenology
+hep-ph/0506306 Phenomenology
+hep-ph/0604056 Phenomenology
+hep-ph/0702092 Phenomenology
+hep-ph/9810322 Phenomenology
+hep-ph/9810437 Phenomenology
+hep-ph/9903364 Phenomenology
+hep-ph/9910204 Phenomenology
+hep-th/0212018 Theory
+hep-th/9609218 Theory
+hep-th/9807181 Theory
+math/0701645 Operator Algebras
+physics/0005014 Atomic Physics
+physics/0605034 Atomic Physics
+physics/0703148 Atomic Physics
+quant-ph/0611053
+0704.3839
+0706.4176
+0708.0086
+0708.2855 History and Philosophy of Physics
+0803.4498
+0806.2390
+0809.0235
+0811.0821
+0811.2671 Phenomenology
+0812.1187 Materials Science
+0812.1356 Theory
+0812.2789 Group Theory
+0812.3315 Differential Geometry
+0901.1992
+0901.2252 Theory
+0902.1257 Programming Languages
+0902.1394 Performance
+0902.3900
+0903.5278 Mesoscale and Nanoscale Physics
+0904.1653 Risk Management
+0905.0352
+0905.0627 Astrophysics of Galaxies
+0905.0638 Astrophysics of Galaxies
+0905.0927 General Physics
+0905.1442 Statistical Mechanics
+0906.0553 Algebraic Geometry
+0906.2478 Experiment
+0906.3195
+0906.4021 Optics
+0906.4551 Phenomenology
+0906.4552 Cosmology and Nongalactic Astrophysics
+0906.4739
+0906.5170
+0907.1461 Strongly Correlated Electrons
+0907.2817 Statistical Mechanics
+0907.3050 Instrumentation and Detectors
+0907.4630 Theory
+0908.0514 Atomic and Molecular Clusters
+0908.1943 Operator Algebras
+0908.2235
+0908.2968
+0908.4132 Theory
+0909.1687 Physics and Society
+0909.3637 Data Structures and Algorithms
+0909.3686 Theory
+0909.3990 Plasma Physics
+0909.4106 Lattice
+0910.0111 Disordered Systems and Neural Networks
+0910.1164 Strongly Correlated Electrons
+0910.1525
+0910.2035 Geometric Topology
+0910.4303 Number Theory
+0910.4797 Operator Algebras
+0910.5105 Lattice
+0910.5468 Strongly Correlated Electrons
+0911.1999 Quantum Gases
+0911.3300 Analysis of PDEs
+0911.4582 Analysis of PDEs
+0911.4795
+0911.5675
+0912.0926 Operating Systems
+0912.4664 Theory
+1001.0690 Plasma Physics
+1001.0904
+1001.1337
+1001.1860 Performance
+1001.2330 Materials Science
+1001.2811 Logic in Computer Science
+1001.3543
+1001.4320 Theory
+1001.4480 Plasma Physics
+1001.4905 Phenomenology
+1001.4993
+1001.5272 Data Structures and Algorithms
+1001.5275 Multiagent Systems
+1001.5278 Solar and Stellar Astrophysics
+1001.5279 Functional Analysis
+1001.5280
+1001.5283 Solar and Stellar Astrophysics
+1001.5288 Instrumentation and Detectors
+1001.5294 Geometric Topology
+1001.5297 Geometric Topology
+1001.5301 Theory
+1001.5305 High Energy Astrophysical Phenomena
+1001.5306 Geometric Topology
+1001.5307
+1001.5309 Populations and Evolution
+1001.5310 Software Engineering
+1001.5313 Dynamical Systems
+1001.5329 Probability
+1001.5330 Mesoscale and Nanoscale Physics
+1001.5333
+1001.5337 Astrophysics of Galaxies
+1001.5338 Commutative Algebra
+1001.5341 High Energy Astrophysical Phenomena
+1001.5357 Probability
+1001.5364 Information Theory
+1001.5370 Experiment
+1001.5371 Group Theory
+1001.5372 Analysis of PDEs
+1001.5373 Analysis of PDEs
+1001.5377
+1001.5378
+1001.5381 Astrophysics of Galaxies
+1001.5383 General Physics
+1001.5389 Soft Condensed Matter
+1001.5391 General Physics
+1001.5397 Commutative Algebra
+1001.5400 General Topology
+1001.5406 Instrumentation and Detectors
+1001.5408 High Energy Astrophysical Phenomena
+1001.5411 Soft Condensed Matter
+1001.5413 Analysis of PDEs
+1001.5420 Neurons and Cognition
+1001.5430 Cosmology and Nongalactic Astrophysics
+1001.5439 Phenomenology
+1001.5447 Methodology
+1001.5452 Soft Condensed Matter
+1001.5460 Numerical Analysis
+1001.5466 Soft Condensed Matter
+1001.5469 Probability
+gr-qc/0502043
+gr-qc/0502061
+gr-qc/0505079
+gr-qc/0506062
+gr-qc/0509022
+gr-qc/0601070
+gr-qc/0606080
+gr-qc/0607011
+gr-qc/0611014
+gr-qc/0702047
+hep-th/9911044 Theory
+hep-th/9911048 Theory
+math/0604081 Probability
+math/0607147 Probability
+math/0702403 Probability
+physics/9810023 History and Philosophy of Physics
+physics/9812012 Classical Physics
+quant-ph/0511219
+0704.0642 Phenomenology
+0704.1608 Phenomenology
+0704.2404 Phenomenology
+0704.2628 Phenomenology
+0705.3047 Phenomenology
+0705.4577 Phenomenology
+0706.2357 Phenomenology
+0706.3488 Phenomenology
+0707.0831 Differential Geometry
+0707.1453 Phenomenology
+0707.3391 Phenomenology
+0707.3424 Phenomenology
+0708.0047 Phenomenology
+0708.1277 Phenomenology
+0708.1906 Phenomenology
+0710.1922 Phenomenology
+0710.3073 Phenomenology
+0710.3212 Phenomenology
+0710.3884 Rings and Algebras
+0711.1086 Phenomenology
+0711.4322 Operator Algebras
+0712.0048 Phenomenology
+0712.0848 Probability
+0802.0139 Phenomenology
+0802.0161 Phenomenology
+0802.1878 Phenomenology
+0802.2266 Phenomenology
+0802.3282 Phenomenology
+0802.4359 Combinatorics
+0803.0462 Phenomenology
+0803.2055
+0803.2768 Phenomenology
+0804.1922 Phenomenology
+0804.3755 Phenomenology
+0804.4443 Logic
+0804.4800 Logic
+0806.4757 Fluid Dynamics
+0807.1651 Quantum Algebra
+0807.4342 Theory
+0808.0201 Phenomenology
+0808.3737 Spectral Theory
+0809.3480 Optimization and Control
+0811.4326 Algebraic Geometry
+0812.0876 Theory
+0812.1962 Probability
+0812.1983 Quantum Algebra
+0812.4545 Differential Geometry
+0812.4787 Number Theory
+0901.1034 Superconductivity
+0901.4717 Optics
+0902.2735 Statistical Finance
+0903.1786 Materials Science
+0903.3078 Geophysics
+0903.4189 Materials Science
+0903.4732 Other Condensed Matter
+0905.2182
+0905.2974
+0905.3110
+0905.3847 Logic
+0906.0420
+0906.2559 Number Theory
+0907.0919 Lattice
+0907.0934
+0907.0950
+0907.1000 Analysis of PDEs
+0907.1717 Rings and Algebras
+0907.3896 Lattice
+0907.4303
+0907.4325
+0907.4686
+0907.5391
+0908.0198
+0908.0799
+0908.1165
+0908.1642 Lattice
+0908.1693
+0908.2648
+0908.3061
+0908.3726 Lattice
+0908.4568 Quantum Gases
+0909.0314
+0909.0316
+0909.0318 Superconductivity
+0909.0396 Strongly Correlated Electrons
+0909.0459
+0909.0650
+0909.1688
+0909.1898 Quantum Gases
+0909.2436
+0909.2564 Theory
+0909.3014
+0909.3033
+0909.3048
+0909.3343 Dynamical Systems
+0909.3412 Theory
+0909.3419 Theory
+0909.3502 Soft Condensed Matter
+0909.3531 Theory
+0909.3924
+0909.4066 Lattice
+0909.4791 Lattice
+0909.5429 Algebraic Geometry
+0910.0485
+0910.0980
+0910.1109
+0910.1198
+0910.2648
+0910.3003 Statistical Mechanics
+0910.5347 Theory
+0911.0029 Phenomenology
+0911.2047 Operator Algebras
+0912.0371 Algebraic Topology
+0912.1628 Information Theory
+0912.3019 Quantum Gases
+0912.4185
+1001.0942 Cosmology and Nongalactic Astrophysics
+1001.2739 Optics
+1001.2798 Materials Science
+1001.3477 Cryptography and Security
+1001.3478 Learning
+1001.3479 Cryptography and Security
+1001.3484 Computers and Society
+1001.3485 Computational Complexity
+1001.3487 Computer Vision and Pattern Recognition
+1001.3488 Databases
+1001.3489 Software Engineering
+1001.3491 Neural and Evolutionary Computing
+1001.3492 Chaotic Dynamics
+1001.3493 Data Structures and Algorithms
+1001.3494 Databases
+1001.3495 Computational Engineering, Finance, and Science
+1001.3496 Graphics
+1001.3498 Databases
+1001.3502 Computer Vision and Pattern Recognition
+1001.3503 Computer Vision and Pattern Recognition
+1001.3504 Cryptography and Security
+1002.3625 High Energy Astrophysical Phenomena
+1002.3909 Information Theory
+1002.3983 Other Computer Science
+1002.3984 Multimedia
+1002.3985 Computer Vision and Pattern Recognition
+1002.3992 Computers and Society
+1002.3994 Other Computer Science
+1002.3995 Other Computer Science
+1002.3997 Other Computer Science
+1002.3998 Computers and Society
+1002.3999 Networking and Internet Architecture
+1002.4000 Cryptography and Security
+1002.4002 Data Structures and Algorithms
+1002.4003 Distributed, Parallel, and Cluster Computing
+1002.4004 Neural and Evolutionary Computing
+1002.4005 Data Structures and Algorithms
+1002.4006 Graphics
+1002.4007 Learning
+1002.4040 Computer Vision and Pattern Recognition
+1002.4041 Information Retrieval
+1002.4045 Other Computer Science
+1003.0353
+1003.0784 Probability
+1003.0912 Biological Physics
+1003.3112 Dynamical Systems
+1003.4144
+1003.4504 Phenomenology
+1003.4507 Earth and Planetary Astrophysics
+1003.4524 Solar and Stellar Astrophysics
+1003.4535 Strongly Correlated Electrons
+1003.4541 Geometric Topology
+1003.4543 Mesoscale and Nanoscale Physics
+1003.4548 Geophysics
+1003.4555
+1003.4556 Analysis of PDEs
+1003.4564 Combinatorics
+1003.4566 Optics
+1003.4567 Complex Variables
+1003.4568 Solar and Stellar Astrophysics
+1003.4569 Number Theory
+1003.4577 Operator Algebras
+1003.4588 Numerical Analysis
+1003.4592 Classical Analysis and ODEs
+1003.4597 Classical Physics
+1003.4598 Medical Physics
+1003.4600 Classical Analysis and ODEs
+1003.4605 Algebraic Geometry
+1003.4610 Computational Geometry
+1003.4623 Probability
+1003.4624 Biomolecules
+1003.4627 Information Theory
+1003.4632 Logic
+1003.4635 Algebraic Geometry
+1003.4637 Multimedia
+1003.4645 Combinatorics
+1003.4646 Combinatorics
+1003.4647 Logic
+1003.4648 Algebraic Geometry
+1003.4649
+1003.4650 Probability
+1003.4651 Biological Physics
+1003.4657 Optimization and Control
+1003.4658 Geophysics
+1003.4666 Solar and Stellar Astrophysics
+1003.4668 Algebraic Geometry
+1003.4669 Astrophysics of Galaxies
+1003.4670 Logic
+1003.4671 High Energy Astrophysical Phenomena
+1003.4673 Classical Analysis and ODEs
+1003.4678
+1003.4679 Computational Complexity
+1003.4685 Materials Science
+1003.4691 Cosmology and Nongalactic Astrophysics
+1003.4696 Phenomenology
+1003.4697 Cosmology and Nongalactic Astrophysics
+1003.4698 Analysis of PDEs
+1003.4699 Combinatorics
+1003.4710 High Energy Astrophysical Phenomena
+1003.4712 Logic
+1003.4715 Probability
+astro-ph/0310899
+cond-mat/0007138 Strongly Correlated Electrons
+cond-mat/0411033 Superconductivity
+cond-mat/9304049
+cond-mat/9311011
+cond-mat/9505080
+cond-mat/9512147
+cond-mat/9706254 Statistical Mechanics
+cond-mat/9904169 Strongly Correlated Electrons
+hep-ex/0001022 Experiment
+hep-ex/0008069 Experiment
+hep-ex/0012053 Experiment
+hep-ex/0108035 Experiment
+hep-ex/9603004 Experiment
+hep-ex/9610006 Experiment
+hep-ex/9611017 Experiment
+hep-ex/9708016 Experiment
+hep-ex/9809028 Experiment
+hep-ex/9907030 Experiment
+hep-lat/0303005 Lattice
+hep-lat/0608008 Lattice
+hep-ph/0004056 Phenomenology
+hep-ph/0005096 Phenomenology
+hep-ph/0008067 Phenomenology
+hep-ph/0008275 Phenomenology
+hep-ph/0009037 Phenomenology
+hep-ph/0009101 Phenomenology
+hep-ph/0010015 Phenomenology
+hep-ph/0101198 Phenomenology
+hep-ph/0102093 Phenomenology
+hep-ph/0104082 Phenomenology
+hep-ph/0109010 Phenomenology
+hep-ph/0203258 Phenomenology
+hep-ph/0209315 Phenomenology
+hep-ph/0307188 Phenomenology
+hep-ph/0404293 Phenomenology
+hep-ph/0409313 Phenomenology
+hep-ph/0411040 Phenomenology
+hep-ph/0503019 Phenomenology
+hep-ph/0504132 Phenomenology
+hep-ph/0504263 Phenomenology
+hep-ph/0508140 Phenomenology
+hep-ph/0510179 Phenomenology
+hep-ph/0510319 Phenomenology
+hep-ph/0512013 Phenomenology
+hep-ph/0512237 Phenomenology
+hep-ph/0512358 Phenomenology
+hep-ph/0601049 Phenomenology
+hep-ph/0602228 Phenomenology
+hep-ph/0603208 Phenomenology
+hep-ph/0604146 Phenomenology
+hep-ph/0604177 Phenomenology
+hep-ph/0604189 Phenomenology
+hep-ph/0606067 Phenomenology
+hep-ph/0607024 Phenomenology
+hep-ph/0607276 Phenomenology
+hep-ph/0608028 Phenomenology
+hep-ph/0609066 Phenomenology
+hep-ph/0609083 Phenomenology
+hep-ph/0609283 Phenomenology
+hep-ph/0609291 Phenomenology
+hep-ph/0610035 Phenomenology
+hep-ph/0610205 Phenomenology
+hep-ph/0610282 Phenomenology
+hep-ph/0612217 Phenomenology
+hep-ph/0612261 Phenomenology
+hep-ph/0701174 Phenomenology
+hep-ph/0702195 Phenomenology
+hep-ph/0703281 Phenomenology
+hep-ph/9305315 Phenomenology
+hep-ph/9311376 Phenomenology
+hep-ph/9312281 Phenomenology
+hep-ph/9402352 Phenomenology
+hep-ph/9405400 Phenomenology
+hep-ph/9406252 Phenomenology
+hep-ph/9412341 Phenomenology
+hep-ph/9412363 Phenomenology
+hep-ph/9504336 Phenomenology
+hep-ph/9602286 Phenomenology
+hep-ph/9604345 Phenomenology
+hep-ph/9609293 Phenomenology
+hep-ph/9705264 Phenomenology
+hep-ph/9712301 Phenomenology
+hep-ph/9712345 Phenomenology
+hep-ph/9802230 Phenomenology
+hep-ph/9803464 Phenomenology
+hep-ph/9806482 Phenomenology
+hep-ph/9808454 Phenomenology
+hep-ph/9812304 Phenomenology
+hep-ph/9902277 Phenomenology
+hep-ph/9905321 Phenomenology
+hep-ph/9906276 Phenomenology
+hep-ph/9907409 Phenomenology
+hep-ph/9912445 Phenomenology
+math/0402034 Quantum Algebra
+math/0402145 Rings and Algebras
+math/0406426 Differential Geometry
+math/0503500 Differential Geometry
+math/0506033 Probability
+math/0507219 Group Theory
+math/0510222 Group Theory
+math/0612468 Combinatorics
+math/0612513 Combinatorics
+math/9810009 Quantum Algebra
+physics/0604020 Atomic Physics
+physics/0701187 Atomic Physics
+0708.3522 Algebraic Geometry
+0709.1899 Other Condensed Matter
+0712.2606 Cryptography and Security
+0803.1559 Optics
+0805.4112 Information Theory
+0806.3911 Geometric Topology
+0808.0298 Computer Science and Game Theory
+0808.3056 Quantum Algebra
+0809.0847
+0812.3001
+0812.3502 Statistics Theory
+0812.5087 Machine Learning
+0901.4407 Physics and Society
+0904.3035 Combinatorics
+0905.3905 General Physics
+0906.0656 Operator Algebras
+0907.1497 Theory
+0907.4385 Computer Science and Game Theory
+0907.5252 Algebraic Geometry
+0908.1871 High Energy Astrophysical Phenomena
+0909.0641 Information Theory
+0911.4539
+0912.1152 Optics
+0912.1625 Phenomenology
+0912.3782 Solar and Stellar Astrophysics
+1001.0637 Phenomenology
+1001.1557 Machine Learning
+1001.3463 Differential Geometry
+1001.5111 Algebraic Geometry
+1002.0235 Information Theory
+1002.1066
+1002.1469 Pattern Formation and Solitons
+1002.4086 Quantum Algebra
+1003.3667
+1003.3869 Phenomenology
+1003.4984 Cosmology and Nongalactic Astrophysics
+1003.5452 Analysis of PDEs
+1004.2020 Populations and Evolution
+1004.3348
+1004.5431 Strongly Correlated Electrons
+1005.2651 Chaotic Dynamics
+1005.4662 Statistical Mechanics
+1006.2119 Phenomenology
+1006.3301 Information Theory
+1006.5468 Superconductivity
+1007.2014 Statistical Mechanics
+1007.2496 Phenomenology
+1007.4743 Strongly Correlated Electrons
+1008.1026 Superconductivity
+1008.2075 Statistical Mechanics
+1008.3333
+1008.4229
+1009.1483
+1009.3760 Risk Management
+1010.2450 Computational Geometry
+1010.2845 Atomic Physics
+1010.3081 Fluid Dynamics
+1010.3503 Analysis of PDEs
+1010.3784
+1010.3801 Spectral Theory
+1010.4009 Combinatorics
+1010.4035 Complex Variables
+1010.4038
+1010.4049 Astrophysics of Galaxies
+1010.4050 Learning
+1010.4051 Algebraic Topology
+1010.4053 Pricing of Securities
+1010.4055 Computational Finance
+1010.4065 Systems and Control
+1010.4067 Earth and Planetary Astrophysics
+1010.4068 Atmospheric and Oceanic Physics
+1010.4069 Instrumentation and Methods for Astrophysics
+1010.4070 Discrete Mathematics
+1010.4073 Symplectic Geometry
+1010.4077 Space Physics
+1010.4082 Experiment
+1010.4083 Analysis of PDEs
+1010.4088 Social and Information Networks
+1010.4091 Solar and Stellar Astrophysics
+1010.4098 Physics and Society
+1010.4101 Geometric Topology
+1010.4108 Data Structures and Algorithms
+1010.4112 Commutative Algebra
+1010.4115 Statistics Theory
+1010.4123 Statistics Theory
+1010.4126 Geometric Topology
+1010.4131 Phenomenology
+1010.4132 Instrumentation and Detectors
+1010.4137 Probability
+1010.4141 Algebraic Geometry
+1010.4142 Instrumentation and Methods for Astrophysics
+1010.4146 Combinatorics
+1010.4149 Fluid Dynamics
+1010.4152 Mesoscale and Nanoscale Physics
+1010.4158 Classical Analysis and ODEs
+1010.4159 Solar and Stellar Astrophysics
+1010.4162 Statistics Theory
+1010.4166 Mesoscale and Nanoscale Physics
+1010.4169 Soft Condensed Matter
+1010.4173 Statistics Theory
+1010.4179 Probability
+1010.4182 Statistics Theory
+1010.4186 History and Overview
+1010.4195 Fluid Dynamics
+1010.4196 Fluid Dynamics
+1010.4197 Mesoscale and Nanoscale Physics
+1010.4202 Statistics Theory
+1010.4205 Computational Engineering, Finance, and Science
+1010.4206 Solar and Stellar Astrophysics
+1010.4218
+1010.4221
+1010.4222 Neurons and Cognition
+1010.4236 Machine Learning
+1010.4248 Probability
+1010.4251 Phenomenology
+1010.4256 Differential Geometry
+1010.4260 Solar and Stellar Astrophysics
+1010.4266 Fluid Dynamics
+1010.4271 Geometric Topology
+1010.4272 Dynamical Systems
+1010.4275 Analysis of PDEs
+1010.4278 Numerical Analysis
+1010.4280 Computer Science and Game Theory
+1010.4281 Computer Science and Game Theory
+1010.4282
+1010.4284 Mesoscale and Nanoscale Physics
+1010.4285 Analysis of PDEs
+1010.4287 Differential Geometry
+1010.4293 Physics and Society
+math/0211020 Probability
+math/0611394 Analysis of PDEs
+0704.1026 Theory
+0704.1146 Theory
+0704.3679 Theory
+0705.0232
+0705.2199
+0705.2539 Lattice
+0705.3481
+0705.4158
+0706.0489
+0706.0572 Theory
+0706.0726
+0706.2090 Lattice
+0706.2747 Phenomenology
+0706.3450 Theory
+0706.3628 Phenomenology
+0706.3806 Phenomenology
+0706.3928 Phenomenology
+0707.0908 Theory
+0707.2150 Theory
+0707.4026
+0707.4200 Phenomenology
+0708.2430 Phenomenology
+0709.0305
+0709.2041
+0710.0321
+0710.2152 Phenomenology
+0710.2255 Fluid Dynamics
+0710.3402 Theory
+0711.0524
+0712.3543
+0712.4261 Phenomenology
+0801.0210 Phenomenology
+0801.0840 Experiment
+0801.1762 Phenomenology
+0801.2711 Theory
+0801.4946 Theory
+0802.0311 Theory
+0803.0140 Phenomenology
+0803.3663 Number Theory
+0804.0026 Representation Theory
+0804.0553 Theory
+0804.1522 Algebraic Geometry
+0805.0762 Combinatorics
+0805.2012 Phenomenology
+0806.3093
+0806.3696
+0807.0273 Theory
+0807.4053 Dynamical Systems
+0808.2335
+0809.0141 Combinatorics
+0809.1820 Other Condensed Matter
+0810.1356
+0812.1547
+0901.3161 Theory
+0901.3786 Algebraic Geometry
+0903.3107 Phenomenology
+0903.4504 Classical Analysis and ODEs
+0904.3988 Differential Geometry
+0904.4258
+0904.4748 Theory
+0905.0553 Theory
+0906.1864
+0906.2433
+0907.0869
+0909.2323 Phenomenology
+0909.3334 Phenomenology
+0909.4240 Phenomenology
+0910.0126 Cosmology and Nongalactic Astrophysics
+0910.0282
+0910.2721 Analysis of PDEs
+0910.3724 Mesoscale and Nanoscale Physics
+0911.2185 Differential Geometry
+0911.4409 Phenomenology
+0911.5555 Lattice
+0912.0563 Algebraic Geometry
+0912.3864 Optics
+0912.4152 Lattice
+0912.5526
+1001.0391 Materials Science
+1001.1939 Phenomenology
+1001.2937 Theory
+1001.5068
+1001.5201 Mesoscale and Nanoscale Physics
+1002.0668 Molecular Networks
+1002.1042 Classical Analysis and ODEs
+1002.1350 Quantum Algebra
+1002.2221
+1002.3220 Statistical Mechanics
+1003.0056 Cosmology and Nongalactic Astrophysics
+1003.0413
+1003.0998
+1003.1954 Machine Learning
+1003.2246 Phenomenology
+1003.3483
+1003.3633 Representation Theory
+1003.3932 General Physics
+1003.5155 Quantum Gases
+1003.5480 Computer Science and Game Theory
+1003.5980 Phenomenology
+1003.6038 Plasma Physics
+1003.6039 Probability
+1004.0283 Quantum Gases
+1004.0635 Solar and Stellar Astrophysics
+1004.1023 Statistical Mechanics
+1004.2162 Phenomenology
+1004.2181 Theory
+1004.2432 Experiment
+1004.2652 Other Computer Science
+1004.2704 Cosmology and Nongalactic Astrophysics
+1004.3089 Cosmology and Nongalactic Astrophysics
+1004.3125 Chaotic Dynamics
+1004.3535 Phenomenology
+1004.3781 Phenomenology
+1004.3994 Theory
+1004.4053 Statistical Mechanics
+1004.5013
+1004.5109 Physics and Society
+1004.5113 Phenomenology
+1004.5384 Mesoscale and Nanoscale Physics
+1005.0388 Cosmology and Nongalactic Astrophysics
+1005.0477
+1005.1171 Cosmology and Nongalactic Astrophysics
+1005.1399 Quantum Gases
+1005.3608 Probability
+1005.4065 Phenomenology
+1005.4182
+1005.4276 Theory
+1005.4370 Phenomenology
+1005.4429
+1005.4966
+1005.5134 Phenomenology
+1005.5683 Phenomenology
+1006.0217 Cosmology and Nongalactic Astrophysics
+1006.0282
+1006.0388
+1006.0489
+1006.0895 Strongly Correlated Electrons
+1006.0963 Materials Science
+1006.1020
+1006.1289 Phenomenology
+1006.1366 Theory
+1006.2196
+1006.2444 Theory
+1006.2652 Other Condensed Matter
+1006.3165 Superconductivity
+1006.3324 Atomic Physics
+1006.3354 Theory
+1006.3418 Cosmology and Nongalactic Astrophysics
+1006.3718 Methodology
+1006.3747 Theory
+1006.3929 Phenomenology
+1006.3937 Biological Physics
+1006.4043 Instrumentation and Detectors
+1006.4181 Cosmology and Nongalactic Astrophysics
+1006.4399 Cosmology and Nongalactic Astrophysics
+1006.4478
+1006.5020 Commutative Algebra
+1006.5131 Geophysics
+1006.5148 Quantum Gases
+1006.5219 Algebraic Geometry
+1006.5276 Phenomenology
+1006.5425 Atomic Physics
+1006.5458 Phenomenology
+1006.5875 Phenomenology
+1006.5921 Physics and Society
+1007.0039 Phenomenology
+1007.0248 Phenomenology
+1007.0389
+1007.0658 Phenomenology
+1007.0689 Phenomenology
+1007.0708 Phenomenology
+1007.0886 Quantum Gases
+1007.0963
+1007.1034 Cosmology and Nongalactic Astrophysics
+1007.1364 Materials Science
+1007.1532 Phenomenology
+1007.1746
+1007.1825
+1007.1907 Phenomenology
+1007.2201 Superconductivity
+1007.2241 Phenomenology
+1007.2792
+1007.2848 High Energy Astrophysical Phenomena
+1007.3093 Fluid Dynamics
+1007.3141
+1007.3526 Experiment
+1007.3685 Phenomenology
+1007.3847 Theory
+1007.3922 Theory
+1007.4271 Mesoscale and Nanoscale Physics
+1007.4351
+1007.4420 Theory
+1007.4772 Theory
+1007.5001 Phenomenology
+1007.5002 Theory
+1007.5172 Phenomenology
+1007.5454 Superconductivity
+1008.0048 Theory
+1008.0168 Theory
+1008.0268 Phenomenology
+1008.0467 Phenomenology
+1008.0935
+1008.1871 Phenomenology
+1008.1918
+1008.2230 High Energy Astrophysical Phenomena
+1008.2617 Lattice
+1008.2694 Disordered Systems and Neural Networks
+1008.2710 Theory
+1008.2985
+1008.3325 Superconductivity
+1008.3392 Cosmology and Nongalactic Astrophysics
+1008.3684 Phenomenology
+1008.4738 Phenomenology
+1009.0624
+1009.1363 Phenomenology
+1009.2094 Cosmology and Nongalactic Astrophysics
+1009.2162
+1009.3355 Phenomenology
+1009.4097 Phenomenology
+1009.5376 Solar and Stellar Astrophysics
+1009.5437
+1009.5613
+1010.1289 Fluid Dynamics
+1010.1304 Solar and Stellar Astrophysics
+1010.1647 Accelerator Physics
+1010.2430 High Energy Astrophysical Phenomena
+1010.2568 Strongly Correlated Electrons
+1010.2783 Physics and Society
+1010.3300 Differential Geometry
+1010.3847
+1010.3910 Cosmology and Nongalactic Astrophysics
+1010.4047 Combinatorics
+1010.4058 Algebraic Geometry
+1010.4484 Information Theory
+1010.4602 Optics
+1010.4669 Analysis of PDEs
+1010.4740 Superconductivity
+1010.4786 Cryptography and Security
+1010.4849 Probability
+1010.5007 High Energy Astrophysical Phenomena
+1010.5154 General Finance
+1010.5187 Instrumentation and Methods for Astrophysics
+1010.5222 Statistics Theory
+1010.5256 Superconductivity
+1010.5259 Phenomenology
+1010.5263
+1010.5265 Computation
+1010.5274 Spectral Theory
+1010.5285 Differential Geometry
+1010.5286 Analysis of PDEs
+1010.5288 Combinatorics
+1010.5291 Information Theory
+1010.5296 Analysis of PDEs
+1010.5297 Statistical Mechanics
+1010.5308 Logic in Computer Science
+1010.5309 Combinatorics
+1010.5325 Cosmology and Nongalactic Astrophysics
+1010.5334 Theory
+1010.5336 Functional Analysis
+1010.5343 High Energy Astrophysical Phenomena
+1010.5344 Spectral Theory
+1010.5347 Solar and Stellar Astrophysics
+1010.5349 Probability
+1010.5350 Soft Condensed Matter
+1010.5351 Solar and Stellar Astrophysics
+1010.5362 Differential Geometry
+1010.5366 Probability
+1010.5370 Earth and Planetary Astrophysics
+1010.5372 Soft Condensed Matter
+1010.5377 Social and Information Networks
+1010.5381 General Physics
+1010.5382 Information Theory
+1010.5384
+1010.5388 Information Theory
+1010.5389 Methodology
+1010.5391 Formal Languages and Automata Theory
+1010.5393 Number Theory
+1010.5394 Biological Physics
+1010.5397 Algebraic Geometry
+1010.5400 Popular Physics
+1010.5403 Classical Analysis and ODEs
+1010.5404 Analysis of PDEs
+1010.5410 Analysis of PDEs
+1010.5411 Number Theory
+1010.5414 Functional Analysis
+1010.5423 Numerical Analysis
+1010.5424 Phenomenology
+1010.5425
+1010.5426 Artificial Intelligence
+1010.5427 Number Theory
+1010.5441 Statistical Mechanics
+1010.5445 Optimization and Control
+1010.5448 Metric Geometry
+1010.5452
+1010.5453 Analysis of PDEs
+1010.5455 Analysis of PDEs
+1010.5456 Formal Languages and Automata Theory
+1010.5458 Chemical Physics
+1010.5465 Theory
+1010.5469 Algebraic Geometry
+1010.5471 Computer Science and Game Theory
+1010.5478 Populations and Evolution
+1010.5480 Commutative Algebra
+1010.5481 Combinatorics
+1010.5484 Cosmology and Nongalactic Astrophysics
+1010.5486 History and Overview
+1010.5489 Dynamical Systems
+1010.5490 Dynamical Systems
+1010.5491 Dynamical Systems
+1010.5492 Dynamical Systems
+1010.5497 Information Theory
+astro-ph/0107316
+astro-ph/0603525
+astro-ph/0603589
+astro-ph/0604292
+astro-ph/0604477
+astro-ph/0606001
+astro-ph/0606572
+astro-ph/0606602
+astro-ph/0608034
+astro-ph/0608283
+astro-ph/0608287
+astro-ph/0608303
+astro-ph/0608365
+astro-ph/0608399
+astro-ph/0608421
+astro-ph/0608691
+astro-ph/0609075
+astro-ph/0609120
+astro-ph/0609241
+astro-ph/0609338
+astro-ph/0609657
+astro-ph/0609755
+astro-ph/0610064
+astro-ph/0610092
+astro-ph/0610110
+astro-ph/0610210
+astro-ph/0610296
+astro-ph/0610370
+astro-ph/0610377
+astro-ph/0610402
+astro-ph/0610864
+astro-ph/0611034
+astro-ph/0611227
+astro-ph/0611573
+astro-ph/0611645
+astro-ph/0611818
+astro-ph/0611872
+astro-ph/0612150
+astro-ph/0612179
+astro-ph/0612281
+astro-ph/0612288
+astro-ph/0612329
+astro-ph/0612381
+astro-ph/0612616
+astro-ph/0612653
+astro-ph/0612662
+astro-ph/0612733
+astro-ph/0612739
+astro-ph/0701009
+astro-ph/0701247
+astro-ph/0701302
+astro-ph/0701343
+astro-ph/0701495
+astro-ph/0701721
+astro-ph/0701856
+astro-ph/0702043
+astro-ph/0702554
+astro-ph/0703031
+astro-ph/0703114
+astro-ph/0703221
+astro-ph/0703251
+astro-ph/0703303
+astro-ph/0703563
+astro-ph/0703651
+astro-ph/9812329
+astro-ph/9903235
+cond-mat/0212216 Disordered Systems and Neural Networks
+cond-mat/0510407 Superconductivity
+cond-mat/0603816 Mesoscale and Nanoscale Physics
+cond-mat/0701115 Statistical Mechanics
+cond-mat/0702129 Strongly Correlated Electrons
+gr-qc/0307016
+gr-qc/0506108
+gr-qc/0508053
+gr-qc/0512002
+gr-qc/0604053
+gr-qc/0607093
+gr-qc/0609001
+gr-qc/0609017
+gr-qc/0609096
+gr-qc/0609101
+gr-qc/0610091
+gr-qc/0610148
+gr-qc/0610151
+gr-qc/0610156
+gr-qc/0611007
+gr-qc/0611008
+gr-qc/0611084
+gr-qc/0611127
+gr-qc/0611130
+gr-qc/0611151
+gr-qc/0612022
+gr-qc/0612048
+gr-qc/0612089
+gr-qc/0612091
+gr-qc/0612094
+gr-qc/0612108
+gr-qc/0701074
+gr-qc/0701120
+gr-qc/0702077
+gr-qc/0703012
+gr-qc/0703019
+gr-qc/0703050
+gr-qc/0703114
+gr-qc/0703126
+hep-ex/0405072 Experiment
+hep-ex/0608037 Experiment
+hep-ex/0609056 Experiment
+hep-lat/0607017 Lattice
+hep-lat/0611012 Lattice
+hep-lat/0611016 Lattice
+hep-lat/0611033 Lattice
+hep-lat/0611036 Lattice
+hep-lat/0612007 Lattice
+hep-lat/0612008 Lattice
+hep-lat/0612012 Lattice
+hep-lat/0612018 Lattice
+hep-lat/0612021 Lattice
+hep-lat/0612031 Lattice
+hep-lat/0701009 Lattice
+hep-lat/0701022 Lattice
+hep-lat/0702013 Lattice
+hep-lat/0702028 Lattice
+hep-lat/0703006 Lattice
+hep-lat/0703015 Lattice
+hep-ph/0312117 Phenomenology
+hep-ph/0411397 Phenomenology
+hep-ph/0412210 Phenomenology
+hep-ph/0503249 Phenomenology
+hep-ph/0506127 Phenomenology
+hep-ph/0507120 Phenomenology
+hep-ph/0508069 Phenomenology
+hep-ph/0512316 Phenomenology
+hep-ph/0602055 Phenomenology
+hep-ph/0602172 Phenomenology
+hep-ph/0603005 Phenomenology
+hep-ph/0603053 Phenomenology
+hep-ph/0603174 Phenomenology
+hep-ph/0603249 Phenomenology
+hep-ph/0604159 Phenomenology
+hep-ph/0604256 Phenomenology
+hep-ph/0605283 Phenomenology
+hep-ph/0605296 Phenomenology
+hep-ph/0606070 Phenomenology
+hep-ph/0606114 Phenomenology
+hep-ph/0606151 Phenomenology
+hep-ph/0606234 Phenomenology
+hep-ph/0607125 Phenomenology
+hep-ph/0607228 Phenomenology
+hep-ph/0607293 Phenomenology
+hep-ph/0607313 Phenomenology
+hep-ph/0607330 Phenomenology
+hep-ph/0608035 Phenomenology
+hep-ph/0608061 Phenomenology
+hep-ph/0608067 Phenomenology
+hep-ph/0608069 Phenomenology
+hep-ph/0608075 Phenomenology
+hep-ph/0608135 Phenomenology
+hep-ph/0608138 Phenomenology
+hep-ph/0608149 Phenomenology
+hep-ph/0608299 Phenomenology
+hep-ph/0609025 Phenomenology
+hep-ph/0609042 Phenomenology
+hep-ph/0609043 Phenomenology
+hep-ph/0609046 Phenomenology
+hep-ph/0609049 Phenomenology
+hep-ph/0609054 Phenomenology
+hep-ph/0609067 Phenomenology
+hep-ph/0609094 Phenomenology
+hep-ph/0609126 Phenomenology
+hep-ph/0609152 Phenomenology
+hep-ph/0609206 Phenomenology
+hep-ph/0609250 Phenomenology
+hep-ph/0609254 Phenomenology
+hep-ph/0610037 Phenomenology
+hep-ph/0610050 Phenomenology
+hep-ph/0610079 Phenomenology
+hep-ph/0610096 Phenomenology
+hep-ph/0610113 Phenomenology
+hep-ph/0610120 Phenomenology
+hep-ph/0610134 Phenomenology
+hep-ph/0610136 Phenomenology
+hep-ph/0610157 Phenomenology
+hep-ph/0610241 Phenomenology
+hep-ph/0610255 Phenomenology
+hep-ph/0610259 Phenomenology
+hep-ph/0610267 Phenomenology
+hep-ph/0610280 Phenomenology
+hep-ph/0610290 Phenomenology
+hep-ph/0610321 Phenomenology
+hep-ph/0610326 Phenomenology
+hep-ph/0610337 Phenomenology
+hep-ph/0611013 Phenomenology
+hep-ph/0611095 Phenomenology
+hep-ph/0611129 Phenomenology
+hep-ph/0611162 Phenomenology
+hep-ph/0611168 Phenomenology
+hep-ph/0611173 Phenomenology
+hep-ph/0611194 Phenomenology
+hep-ph/0611227 Phenomenology
+hep-ph/0611232 Phenomenology
+hep-ph/0611234 Phenomenology
+hep-ph/0611236 Phenomenology
+hep-ph/0611254 Phenomenology
+hep-ph/0611265 Phenomenology
+hep-ph/0611266 Phenomenology
+hep-ph/0611289 Phenomenology
+hep-ph/0611293 Phenomenology
+hep-ph/0611300 Phenomenology
+hep-ph/0611311 Phenomenology
+hep-ph/0611320 Phenomenology
+hep-ph/0611326 Phenomenology
+hep-ph/0611337 Phenomenology
+hep-ph/0611347 Phenomenology
+hep-ph/0611354 Phenomenology
+hep-ph/0611357 Phenomenology
+hep-ph/0611387 Phenomenology
+hep-ph/0611393 Phenomenology
+hep-ph/0612007 Phenomenology
+hep-ph/0612018 Phenomenology
+hep-ph/0612035 Phenomenology
+hep-ph/0612059 Phenomenology
+hep-ph/0612060 Phenomenology
+hep-ph/0612076 Phenomenology
+hep-ph/0612088 Phenomenology
+hep-ph/0612092 Phenomenology
+hep-ph/0612100 Phenomenology
+hep-ph/0612105 Phenomenology
+hep-ph/0612107 Phenomenology
+hep-ph/0612126 Phenomenology
+hep-ph/0612129 Phenomenology
+hep-ph/0612149 Phenomenology
+hep-ph/0612167 Phenomenology
+hep-ph/0612168 Phenomenology
+hep-ph/0612173 Phenomenology
+hep-ph/0612194 Phenomenology
+hep-ph/0612213 Phenomenology
+hep-ph/0612224 Phenomenology
+hep-ph/0612236 Phenomenology
+hep-ph/0612239 Phenomenology
+hep-ph/0612275 Phenomenology
+hep-ph/0612276 Phenomenology
+hep-ph/0612277 Phenomenology
+hep-ph/0612281 Phenomenology
+hep-ph/0612282 Phenomenology
+hep-ph/0612285 Phenomenology
+hep-ph/0612286 Phenomenology
+hep-ph/0612289 Phenomenology
+hep-ph/0612329 Phenomenology
+hep-ph/0612368 Phenomenology
+hep-ph/0612374 Phenomenology
+hep-ph/0701024 Phenomenology
+hep-ph/0701035 Phenomenology
+hep-ph/0701101 Phenomenology
+hep-ph/0701107 Phenomenology
+hep-ph/0701113 Phenomenology
+hep-ph/0701127 Phenomenology
+hep-ph/0701128 Phenomenology
+hep-ph/0701137 Phenomenology
+hep-ph/0701180 Phenomenology
+hep-ph/0701232 Phenomenology
+hep-ph/0701233 Phenomenology
+hep-ph/0701243 Phenomenology
+hep-ph/0701260 Phenomenology
+hep-ph/0701266 Phenomenology
+hep-ph/0701271 Phenomenology
+hep-ph/0702056 Phenomenology
+hep-ph/0702100 Phenomenology
+hep-ph/0702146 Phenomenology
+hep-ph/0702149 Phenomenology
+hep-ph/0702198 Phenomenology
+hep-ph/0702234 Phenomenology
+hep-ph/0702244 Phenomenology
+hep-ph/0702278 Phenomenology
+hep-ph/0702286 Phenomenology
+hep-ph/0702295 Phenomenology
+hep-ph/0703014 Phenomenology
+hep-ph/0703021 Phenomenology
+hep-ph/0703024 Phenomenology
+hep-ph/0703030 Phenomenology
+hep-ph/0703034 Phenomenology
+hep-ph/0703060 Phenomenology
+hep-ph/0703085 Phenomenology
+hep-ph/0703105 Phenomenology
+hep-ph/0703163 Phenomenology
+hep-ph/0703164 Phenomenology
+hep-ph/0703171 Phenomenology
+hep-ph/0703187 Phenomenology
+hep-ph/0703202 Phenomenology
+hep-ph/0703226 Phenomenology
+hep-ph/0703235 Phenomenology
+hep-ph/0703275 Phenomenology
+hep-ph/0703279 Phenomenology
+hep-ph/0703282 Phenomenology
+hep-ph/0703307 Phenomenology
+hep-ph/9610344 Phenomenology
+hep-th/0203139 Theory
+hep-th/0303139 Theory
+hep-th/0501215 Theory
+hep-th/0502105 Theory
+hep-th/0508024 Theory
+hep-th/0508089 Theory
+hep-th/0508178 Theory
+hep-th/0509125 Theory
+hep-th/0511284 Theory
+hep-th/0601127 Theory
+hep-th/0602078 Theory
+hep-th/0602273 Theory
+hep-th/0603037 Theory
+hep-th/0603132 Theory
+hep-th/0603254 Theory
+hep-th/0604023 Theory
+hep-th/0604040 Theory
+hep-th/0604051 Theory
+hep-th/0604196 Theory
+hep-th/0605085 Theory
+hep-th/0605103 Theory
+hep-th/0605123 Theory
+hep-th/0605205 Theory
+hep-th/0605214 Theory
+hep-th/0605241 Theory
+hep-th/0606024 Theory
+hep-th/0606038 Theory
+hep-th/0606088 Theory
+hep-th/0606109 Theory
+hep-th/0606112 Theory
+hep-th/0606142 Theory
+hep-th/0606150 Theory
+hep-th/0606190 Theory
+hep-th/0606222 Theory
+hep-th/0606246 Theory
+hep-th/0606287 Theory
+hep-th/0607015 Theory
+hep-th/0607094 Theory
+hep-th/0607111 Theory
+hep-th/0607138 Theory
+hep-th/0607147 Theory
+hep-th/0607204 Theory
+hep-th/0607223 Theory
+hep-th/0607243 Theory
+hep-th/0608017 Theory
+hep-th/0608049 Theory
+hep-th/0608116 Theory
+hep-th/0608118 Theory
+hep-th/0608123 Theory
+hep-th/0608137 Theory
+hep-th/0608171 Theory
+hep-th/0608174 Theory
+hep-th/0608178 Theory
+hep-th/0608193 Theory
+hep-th/0608195 Theory
+hep-th/0608198 Theory
+hep-th/0608202 Theory
+hep-th/0608215 Theory
+hep-th/0608219 Theory
+hep-th/0608222 Theory
+hep-th/0609015 Theory
+hep-th/0609032 Theory
+hep-th/0609038 Theory
+hep-th/0609047 Theory
+hep-th/0609075 Theory
+hep-th/0609087 Theory
+hep-th/0609117 Theory
+hep-th/0609135 Theory
+hep-th/0609137 Theory
+hep-th/0609142 Theory
+hep-th/0609149 Theory
+hep-th/0609161 Theory
+hep-th/0609183 Theory
+hep-th/0609203 Theory
+hep-th/0609208 Theory
+hep-th/0609209 Theory
+hep-th/0610002 Theory
+hep-th/0610006 Theory
+hep-th/0610007 Theory
+hep-th/0610022 Theory
+hep-th/0610027 Theory
+hep-th/0610041 Theory
+hep-th/0610042 Theory
+hep-th/0610045 Theory
+hep-th/0610055 Theory
+hep-th/0610068 Theory
+hep-th/0610070 Theory
+hep-th/0610078 Theory
+hep-th/0610084 Theory
+hep-th/0610107 Theory
+hep-th/0610114 Theory
+hep-th/0610115 Theory
+hep-th/0610117 Theory
+hep-th/0610124 Theory
+hep-th/0610127 Theory
+hep-th/0610129 Theory
+hep-th/0610132 Theory
+hep-th/0610163 Theory
+hep-th/0610171 Theory
+hep-th/0610188 Theory
+hep-th/0610191 Theory
+hep-th/0610195 Theory
+hep-th/0610196 Theory
+hep-th/0610199 Theory
+hep-th/0610230 Theory
+hep-th/0610232 Theory
+hep-th/0610254 Theory
+hep-th/0610259 Theory
+hep-th/0610264 Theory
+hep-th/0610266 Theory
+hep-th/0610275 Theory
+hep-th/0610281 Theory
+hep-th/0610282 Theory
+hep-th/0610294 Theory
+hep-th/0610295 Theory
+hep-th/0610297 Theory
+hep-th/0610298 Theory
+hep-th/0610299 Theory
+hep-th/0610300 Theory
+hep-th/0610304 Theory
+hep-th/0610320 Theory
+hep-th/0610321 Theory
+hep-th/0610330 Theory
+hep-th/0611002 Theory
+hep-th/0611003 Theory
+hep-th/0611005 Theory
+hep-th/0611018 Theory
+hep-th/0611019 Theory
+hep-th/0611033 Theory
+hep-th/0611035 Theory
+hep-th/0611036 Theory
+hep-th/0611045 Theory
+hep-th/0611046 Theory
+hep-th/0611053 Theory
+hep-th/0611062 Theory
+hep-th/0611065 Theory
+hep-th/0611075 Theory
+hep-th/0611078 Theory
+hep-th/0611085 Theory
+hep-th/0611099 Theory
+hep-th/0611105 Theory
+hep-th/0611106 Theory
+hep-th/0611111 Theory
+hep-th/0611112 Theory
+hep-th/0611122 Theory
+hep-th/0611130 Theory
+hep-th/0611134 Theory
+hep-th/0611139 Theory
+hep-th/0611145 Theory
+hep-th/0611151 Theory
+hep-th/0611155 Theory
+hep-th/0611156 Theory
+hep-th/0611169 Theory
+hep-th/0611171 Theory
+hep-th/0611177 Theory
+hep-th/0611185 Theory
+hep-th/0611190 Theory
+hep-th/0611200 Theory
+hep-th/0611218 Theory
+hep-th/0611229 Theory
+hep-th/0611242 Theory
+hep-th/0611245 Theory
+hep-th/0611249 Theory
+hep-th/0611271 Theory
+hep-th/0611277 Theory
+hep-th/0611278 Theory
+hep-th/0611279 Theory
+hep-th/0611281 Theory
+hep-th/0611288 Theory
+hep-th/0611294 Theory
+hep-th/0611296 Theory
+hep-th/0611311 Theory
+hep-th/0611314 Theory
+hep-th/0611316 Theory
+hep-th/0611327 Theory
+hep-th/0611331 Theory
+hep-th/0611332 Theory
+hep-th/0611338 Theory
+hep-th/0611351 Theory
+hep-th/0611353 Theory
+hep-th/0612007 Theory
+hep-th/0612012 Theory
+hep-th/0612015 Theory
+hep-th/0612019 Theory
+hep-th/0612022 Theory
+hep-th/0612023 Theory
+hep-th/0612029 Theory
+hep-th/0612030 Theory
+hep-th/0612032 Theory
+hep-th/0612034 Theory
+hep-th/0612039 Theory
+hep-th/0612041 Theory
+hep-th/0612044 Theory
+hep-th/0612046 Theory
+hep-th/0612050 Theory
+hep-th/0612054 Theory
+hep-th/0612057 Theory
+hep-th/0612066 Theory
+hep-th/0612070 Theory
+hep-th/0612072 Theory
+hep-th/0612086 Theory
+hep-th/0612095 Theory
+hep-th/0612101 Theory
+hep-th/0612108 Theory
+hep-th/0612109 Theory
+hep-th/0612118 Theory
+hep-th/0612131 Theory
+hep-th/0612141 Theory
+hep-th/0612149 Theory
+hep-th/0612157 Theory
+hep-th/0612168 Theory
+hep-th/0612169 Theory
+hep-th/0612171 Theory
+hep-th/0612174 Theory
+hep-th/0612188 Theory
+hep-th/0612190 Theory
+hep-th/0612196 Theory
+hep-th/0612207 Theory
+hep-th/0612212 Theory
+hep-th/0612222 Theory
+hep-th/0612225 Theory
+hep-th/0612229 Theory
+hep-th/0612230 Theory
+hep-th/0612231 Theory
+hep-th/0612234 Theory
+hep-th/0612236 Theory
+hep-th/0612237 Theory
+hep-th/0612240 Theory
+hep-th/0612253 Theory
+hep-th/0612262 Theory
+hep-th/0612267 Theory
+hep-th/0612269 Theory
+hep-th/0612286 Theory
+hep-th/0612287 Theory
+hep-th/0612289 Theory
+hep-th/0701005 Theory
+hep-th/0701013 Theory
+hep-th/0701035 Theory
+hep-th/0701039 Theory
+hep-th/0701044 Theory
+hep-th/0701055 Theory
+hep-th/0701066 Theory
+hep-th/0701075 Theory
+hep-th/0701099 Theory
+hep-th/0701103 Theory
+hep-th/0701108 Theory
+hep-th/0701123 Theory
+hep-th/0701127 Theory
+hep-th/0701145 Theory
+hep-th/0701154 Theory
+hep-th/0701167 Theory
+hep-th/0701168 Theory
+hep-th/0701173 Theory
+hep-th/0701176 Theory
+hep-th/0701179 Theory
+hep-th/0701186 Theory
+hep-th/0701187 Theory
+hep-th/0701199 Theory
+hep-th/0701200 Theory
+hep-th/0701205 Theory
+hep-th/0701212 Theory
+hep-th/0701214 Theory
+hep-th/0701227 Theory
+hep-th/0701228 Theory
+hep-th/0701240 Theory
+hep-th/0701241 Theory
+hep-th/0701242 Theory
+hep-th/0702006 Theory
+hep-th/0702072 Theory
+hep-th/0702073 Theory
+hep-th/0702076 Theory
+hep-th/0702079 Theory
+hep-th/0702088 Theory
+hep-th/0702097 Theory
+hep-th/0702107 Theory
+hep-th/0702109 Theory
+hep-th/0702118 Theory
+hep-th/0702120 Theory
+hep-th/0702156 Theory
+hep-th/0702163 Theory
+hep-th/0702170 Theory
+hep-th/0702176 Theory
+hep-th/0702203 Theory
+hep-th/0702217 Theory
+hep-th/0702223 Theory
+hep-th/0703001 Theory
+hep-th/0703012 Theory
+hep-th/0703021 Theory
+hep-th/0703024 Theory
+hep-th/0703026 Theory
+hep-th/0703038 Theory
+hep-th/0703039 Theory
+hep-th/0703040 Theory
+hep-th/0703044 Theory
+hep-th/0703045 Theory
+hep-th/0703054 Theory
+hep-th/0703061 Theory
+hep-th/0703067 Theory
+hep-th/0703071 Theory
+hep-th/0703078 Theory
+hep-th/0703087 Theory
+hep-th/0703089 Theory
+hep-th/0703093 Theory
+hep-th/0703094 Theory
+hep-th/0703101 Theory
+hep-th/0703118 Theory
+hep-th/0703131 Theory
+hep-th/0703146 Theory
+hep-th/0703150 Theory
+hep-th/0703152 Theory
+hep-th/0703153 Theory
+hep-th/0703172 Theory
+hep-th/0703187 Theory
+hep-th/0703190 Theory
+hep-th/0703209 Theory
+hep-th/0703216 Theory
+hep-th/0703222 Theory
+hep-th/0703223 Theory
+hep-th/0703227 Theory
+hep-th/0703229 Theory
+hep-th/0703230 Theory
+hep-th/0703231 Theory
+hep-th/0703241 Theory
+hep-th/0703244 Theory
+hep-th/0703245 Theory
+hep-th/0703246 Theory
+hep-th/0703251 Theory
+hep-th/0703256 Theory
+hep-th/0703261 Theory
+hep-th/0703269 Theory
+hep-th/0703271 Theory
+hep-th/0703272 Theory
+hep-th/0703285 Theory
+hep-th/0703286 Theory
+hep-th/0703287 Theory
+hep-th/9705062 Theory
+hep-th/9712078 Theory
+hep-th/9906010 Theory
+math-ph/0612018
+math/0508002 Probability
+math/0603728 Algebraic Geometry
+math/0605034 Logic
+math/9401222
+nucl-ex/0506012
+nucl-ex/0512040
+nucl-th/0603054
+nucl-th/0607049
+physics/0703188 Accelerator Physics
+solv-int/9310001 Exactly Solvable and Integrable Systems
+0707.2633
+0709.2181 Number Theory
+0710.4965 Combinatorics
+0711.4899
+0712.0353
+0801.3006 Chaotic Dynamics
+0802.1382 Combinatorics
+0802.3528 Computer Vision and Pattern Recognition
+0803.0473 Data Structures and Algorithms
+0804.3611 Combinatorics
+0805.2755 Geometric Topology
+0807.0261 Materials Science
+0807.1886 Strongly Correlated Electrons
+0810.0767 Disordered Systems and Neural Networks
+0811.3033 Materials Science
+0811.3263 Rings and Algebras
+0811.3274 Geometric Topology
+0812.0038 Information Theory
+0812.0490 Number Theory
+0812.4289
+0901.0368
+0901.2300
+0903.0011 Superconductivity
+0903.2738 Probability
+0904.1819 Superconductivity
+0904.1823 Probability
+0904.4658 Number Theory
+0904.4722 Probability
+0906.4722 Logic
+0906.4910 Theory
+0907.3459 Representation Theory
+0909.1234 Machine Learning
+0909.4398 Pattern Formation and Solitons
+0909.4706
+0909.4914 Number Theory
+0909.4916 Number Theory
+0910.3071 Metric Geometry
+0910.3603 Probability
+0910.3866
+0910.4621 Probability
+0911.2072
+0911.4801 Portfolio Management
+0912.2537 Algebraic Geometry
+0912.2890 Fluid Dynamics
+0912.4678
+1001.0096 Phenomenology
+1001.1379 Portfolio Management
+1001.2237 Chaotic Dynamics
+1001.4351 Data Analysis, Statistics and Probability
+1001.4728 Algebraic Geometry
+1002.1304 Superconductivity
+1002.2714 Probability
+1002.4350 Algebraic Geometry
+1002.4424
+1003.0580 Classical Analysis and ODEs
+1003.0779 Solar and Stellar Astrophysics
+1003.1748 Other Condensed Matter
+1003.1968 Algebraic Geometry
+1003.3412 Strongly Correlated Electrons
+1003.3647 Cosmology and Nongalactic Astrophysics
+1003.5281 Physics and Society
+1004.0668
+1004.1424 Phenomenology
+1004.1655
+1004.2122 Superconductivity
+1004.3651 Statistical Mechanics
+1005.0067 Optics
+1005.1413 Atomic Physics
+1005.2470
+1005.2509 Materials Science
+1005.4572
+1006.2739 Theory
+1006.2931 Populations and Evolution
+1006.3257 Statistical Mechanics
+1006.4571 Operator Algebras
+1007.0091 Mesoscale and Nanoscale Physics
+1007.0563 Machine Learning
+1007.1531 Disordered Systems and Neural Networks
+1007.2243 Optics
+1007.3057
+1007.4013 Methodology
+1007.4161 Statistical Mechanics
+1007.4636 Neural and Evolutionary Computing
+1008.0316 Statistical Mechanics
+1008.0774 Operator Algebras
+1008.0841 Differential Geometry
+1008.0849 Superconductivity
+1008.1496 Cosmology and Nongalactic Astrophysics
+1008.1626 Theory
+1008.2790
+1008.3098 Superconductivity
+1008.4181
+1008.4416 Information Theory
+1008.4775 Cosmology and Nongalactic Astrophysics
+1009.0972 Physics and Society
+1009.1755 Complex Variables
+1009.3181 Mesoscale and Nanoscale Physics
+1009.3340 Solar and Stellar Astrophysics
+1009.5770 General Physics
+1009.5772 General Physics
+1009.6146 Materials Science
+1010.0109
+1010.2623 Graphics
+1010.3425 Statistics Theory
+1010.3567 Instrumentation and Methods for Astrophysics
+1010.3572 Instrumentation and Methods for Astrophysics
+1010.3795 Fluid Dynamics
+1010.4458
+1010.4687 Computational Physics
+1010.5805 Number Theory
+1010.5839 Superconductivity
+1011.0207 Differential Geometry
+1011.1151 Cosmology and Nongalactic Astrophysics
+1011.1512 Probability
+1011.1903
+1011.2278 Lattice
+1011.2761 Phenomenology
+1011.3050 Astrophysics of Galaxies
+1011.3058 Probability
+1011.3062 Optimization and Control
+1011.3073 Probability
+1011.3074 Information Theory
+1011.3075
+1011.3077 Numerical Analysis
+1011.3083 Astrophysics of Galaxies
+1011.3084 Differential Geometry
+1011.3085 Probability
+1011.3095 Number Theory
+1011.3102 Rings and Algebras
+1011.3105 High Energy Astrophysical Phenomena
+1011.3106 Statistical Mechanics
+1011.3109 Materials Science
+1011.3115 Networking and Internet Architecture
+1011.3116 Networking and Internet Architecture
+1011.3118 Probability
+1011.3121 Astrophysics of Galaxies
+1011.3123 Differential Geometry
+1011.3125 Probability
+1011.3126
+1011.3131 Phenomenology
+1011.3135
+1011.3142 Representation Theory
+1011.3146 Metric Geometry
+1011.3159 Spectral Theory
+1011.3160 Operator Algebras
+1011.3164 Probability
+1011.3165 Dynamical Systems
+1011.3169 Analysis of PDEs
+1011.3170 Distributed, Parallel, and Cluster Computing
+1011.3171 Dynamical Systems
+1011.3175 Lattice
+1011.3185
+1011.3187
+1011.3188 Materials Science
+1011.3190 Other Condensed Matter
+1011.3192 Soft Condensed Matter
+1011.3195 Solar and Stellar Astrophysics
+1011.3196 Soft Condensed Matter
+1011.3197
+1011.3202 Phenomenology
+1011.3214 Differential Geometry
+1011.3215 Probability
+1011.3217 Dynamical Systems
+1011.3219 Theory
+1011.3221 Probability
+1011.3223 Probability
+1011.3226 Mesoscale and Nanoscale Physics
+1011.3227 Fluid Dynamics
+1011.3228 Probability
+1011.3242 Optimization and Control
+1011.3243 Algebraic Topology
+1011.3245
+1011.3246 Statistical Finance
+1011.3247 Computational Finance
+1011.3248 Complex Variables
+1011.3250 General Physics
+1011.3251 Dynamical Systems
+1011.3252 Differential Geometry
+1011.3254 Statistical Mechanics
+1011.3256 Software Engineering
+1011.3257 Human-Computer Interaction
+1011.3258 Computation and Language
+1011.3264 Strongly Correlated Electrons
+1011.3267 Representation Theory
+1011.3268 Computer Science and Game Theory
+1011.3279 Cryptography and Security
+1011.3289 Theory
+1011.3290
+1011.3293 Superconductivity
+1011.3303 Classical Analysis and ODEs
+1011.3307 Materials Science
+1011.3309 Applications
+1011.3313 Soft Condensed Matter
+1011.3318 Lattice
+1011.3319 Applications
+1011.3320 Probability
+1011.3326 Instrumentation and Methods for Astrophysics
+1011.3333 Applications
+1011.3334 Analysis of PDEs
+1011.3337 Disordered Systems and Neural Networks
+1011.3342 Combinatorics
+1011.3346 Solar and Stellar Astrophysics
+1011.3350 Number Theory
+1011.3351 Applications
+1011.3353 Algebraic Geometry
+1011.3355 Pricing of Securities
+1011.3359 Classical Analysis and ODEs
+1011.3360 Applications
+1011.3361 Combinatorics
+1011.3367 Applications
+1011.3369 Experiment
+1011.3370 Complex Variables
+1011.3371 Applications
+1011.3381 Combinatorics
+1011.3382 Hardware Architecture
+1011.3383 Group Theory
+1011.3384 Combinatorics
+1011.3387 Instrumentation and Detectors
+1011.3389 Instrumentation and Detectors
+1011.3392 Number Theory
+1011.3397 Multiagent Systems
+1011.3398 Materials Science
+1011.3402 Dynamical Systems
+1011.3407 Programming Languages
+1011.3410 Phenomenology
+1011.3411 Applications
+1011.3413 Lattice
+1011.3421 Combinatorics
+1011.3430 Cosmology and Nongalactic Astrophysics
+1011.3432 Algebraic Geometry
+1011.3435 Astrophysics of Galaxies
+1011.3436 Other Computer Science
+1011.3440
+1011.3442 Phenomenology
+1011.3448 Algebraic Geometry
+1011.3452 Solar and Stellar Astrophysics
+1011.3454 Dynamical Systems
+1011.3459 Statistical Mechanics
+1011.3463 Materials Science
+1011.3470 Biological Physics
+1011.3473 Representation Theory
+1011.3476 Astrophysics of Galaxies
+1011.3478 Metric Geometry
+1011.3480 Data Structures and Algorithms
+1011.3482 Networking and Internet Architecture
+1011.3494 Machine Learning
+1011.3496 General Mathematics
+1011.3504
+1011.3509 Materials Science
+cond-mat/0002234 Mesoscale and Nanoscale Physics
+cond-mat/0012168 Superconductivity
+cond-mat/0401307 Superconductivity
+cond-mat/0411430 Superconductivity
+cond-mat/0512404 Materials Science
+cond-mat/0601105 Disordered Systems and Neural Networks
+cond-mat/0609035 Mesoscale and Nanoscale Physics
+cond-mat/9610033 Superconductivity
+cond-mat/9710001 Superconductivity
+cond-mat/9712234 Superconductivity
+cond-mat/9805299 Superconductivity
+cond-mat/9806266 Superconductivity
+cond-mat/9902129 Superconductivity
+cond-mat/9910260 Superconductivity
+gr-qc/0501080
+gr-qc/0607031
+math/0310159 Number Theory
+math/0312215 Probability
+math/0406579 Number Theory
+math/0412063 Number Theory
+math/0506462 Number Theory
+math/0507450 Number Theory
+math/0508150 Number Theory
+math/0509698 Statistics Theory
+math/0512146 Probability
+math/0512444 Statistics Theory
+math/0601344 Probability
+nlin/0608064 Chaotic Dynamics
+physics/0404045 Optics
+quant-ph/0509182
+solv-int/9912009 Exactly Solvable and Integrable Systems
+0705.4125 Dynamical Systems
+0706.1101 Spectral Theory
+0707.4350 Mesoscale and Nanoscale Physics
+0708.3699
+0710.2634 Pattern Formation and Solitons
+0710.4128 Spectral Theory
+0710.4899 Plasma Physics
+0712.0031 Combinatorics
+0712.2627 Differential Geometry
+0802.3934 Probability
+0804.0783 Differential Geometry
+0809.0126 General Physics
+0812.2386 Combinatorics
+0812.3761 Theory
+0903.3074 Solar and Stellar Astrophysics
+0904.1175
+0905.2600 Quantum Gases
+0905.3354
+0906.5095 Classical Analysis and ODEs
+0908.0663
+0909.0440 Rings and Algebras
+0909.4673
+0909.5499 Phenomenology
+0909.5582 Differential Geometry
+0911.3783
+1001.3207 Phenomenology
+1002.2870 Atomic Physics
+1002.4443 Mesoscale and Nanoscale Physics
+1003.0100 Mesoscale and Nanoscale Physics
+1003.4631 Mesoscale and Nanoscale Physics
+1004.1497 Mesoscale and Nanoscale Physics
+1004.2887 Quantum Gases
+1004.4631 Materials Science
+1005.3307 Theory
+1005.4355 Soft Condensed Matter
+1006.1719 Theory
+1006.2432
+1007.1162
+1007.1666 General Topology
+1007.2518 Metric Geometry
+1007.2563 Materials Science
+1007.3288 High Energy Astrophysical Phenomena
+1008.1417 Logic in Computer Science
+1008.1564 Materials Science
+1008.1692 Category Theory
+1008.1789 Computational Complexity
+1008.1795 Differential Geometry
+1008.1804 Chaotic Dynamics
+1008.1805 Theory
+1008.1809 Logic in Computer Science
+1008.1811 General Physics
+1008.1812 Probability
+1008.1815 Physics and Society
+1008.1816 Mesoscale and Nanoscale Physics
+1008.1822
+1008.1825 Networking and Internet Architecture
+1008.1830 Quantum Algebra
+1008.1833 Phenomenology
+1008.1835 Strongly Correlated Electrons
+1008.1842 Networking and Internet Architecture
+1008.1848 Networking and Internet Architecture
+1008.1851 Networking and Internet Architecture
+1008.1853 Number Theory
+1008.1854 Number Theory
+1008.1863 Number Theory
+1008.1868 Group Theory
+1008.1872 Algebraic Geometry
+1008.1875 Differential Geometry
+1008.1876
+1008.1878 Data Analysis, Statistics and Probability
+1008.1879 Algebraic Geometry
+1008.1882 Mesoscale and Nanoscale Physics
+1008.1887 Populations and Evolution
+1008.1894 Number Theory
+1008.1895 Combinatorics
+1008.1900 Distributed, Parallel, and Cluster Computing
+1008.1903 Differential Geometry
+1008.1906 Logic in Computer Science
+1008.1912 Classical Analysis and ODEs
+1008.1916 Optimization and Control
+1008.1919 Soft Condensed Matter
+1008.1920 Pattern Formation and Solitons
+1008.1921 Phenomenology
+1008.1924 Methodology
+1008.1925 Differential Geometry
+1008.1927 Combinatorics
+1008.1933 Differential Geometry
+1008.1938 Instrumentation and Detectors
+1008.1939 Analysis of PDEs
+1008.1940 Category Theory
+1008.1942 Instrumentation and Methods for Astrophysics
+1008.1949 Combinatorics
+1008.1955 Biological Physics
+1008.1961 Probability
+1008.1964
+1008.1968 Number Theory
+1008.1969 Fluid Dynamics
+1008.1970 Information Theory
+1008.1971 Representation Theory
+1008.1976 Representation Theory
+1008.1977 Information Theory
+cond-mat/0310273 Mesoscale and Nanoscale Physics
+cond-mat/0411655 Materials Science
+cond-mat/0505755 Other Condensed Matter
+cond-mat/0609012 Materials Science
+cond-mat/0702019 Mesoscale and Nanoscale Physics
+cs/0308023 Computational Complexity
+math/0008030 Group Theory
+math/0008241 Dynamical Systems
+math/0109157 Quantum Algebra
+math/0201261 Group Theory
+math/0207223 Dynamical Systems
+math/0210280 Dynamical Systems
+math/0406443 Group Theory
+math/0407368 Dynamical Systems
+math/0504091 Group Theory
+math/0504121 Group Theory
+math/0505301 Metric Geometry
+math/0508300 Dynamical Systems
+math/0511004 Group Theory
+math/0512162 Group Theory
+math/0603059 Group Theory
+math/0603360 Dynamical Systems
+math/0605358 Dynamical Systems
+math/9604233 Dynamical Systems
+math/9703213 Dynamical Systems
+math/9704229 Dynamical Systems
+math/9906139 Dynamical Systems
+physics/0205047 Instrumentation and Detectors
+0705.0573 Exactly Solvable and Integrable Systems
+0707.4255 Computational Complexity
+0707.4487 Neurons and Cognition
+0708.1529 Computational Complexity
+0710.5543 Exactly Solvable and Integrable Systems
+0710.5820 Exactly Solvable and Integrable Systems
+0805.4276 Strongly Correlated Electrons
+0809.1746
+0901.0112 Exactly Solvable and Integrable Systems
+0901.1108
+0901.2953 Representation Theory
+0902.0891 Dynamical Systems
+0902.4657 Algebraic Geometry
+0903.0965 Algebraic Geometry
+0905.3484 Exactly Solvable and Integrable Systems
+0906.0415
+0906.1000 Exactly Solvable and Integrable Systems
+0906.2549 Digital Libraries
+0906.4502 Numerical Analysis
+0907.0062 Probability
+0907.2268 Information Retrieval
+0907.4275
+0907.4391 Number Theory
+0908.0720 Materials Science
+0908.1140 Materials Science
+0908.4490
+0909.3382 Information Theory
+0909.5599 Strongly Correlated Electrons
+0910.0165 Data Analysis, Statistics and Probability
+0911.2186 Strongly Correlated Electrons
+0911.2823
+0911.2826 Mesoscale and Nanoscale Physics
+0911.2895 Quantum Algebra
+0911.3561 Quantum Gases
+0911.4638 Probability
+0912.1975 Strongly Correlated Electrons
+1001.0011 Mesoscale and Nanoscale Physics
+1001.0107 Information Theory
+1001.0627 Human-Computer Interaction
+1001.1368 Materials Science
+1001.1680 Earth and Planetary Astrophysics
+1001.2222 Cosmology and Nongalactic Astrophysics
+1001.2444
+1001.2741 Chemical Physics
+1002.1636 Discrete Mathematics
+1002.2693 Populations and Evolution
+1002.3084 Networking and Internet Architecture
+1002.4659
+1003.1045 Mesoscale and Nanoscale Physics
+1003.1110 Statistical Mechanics
+1003.1398 Mesoscale and Nanoscale Physics
+1003.2099 Optics
+1003.2752 General Physics
+1003.4690 Complex Variables
+1003.5273 Solar and Stellar Astrophysics
+1003.5474 Data Structures and Algorithms
+1004.0383 Information Theory
+1004.1708 Software Engineering
+1004.1744 Networking and Internet Architecture
+1004.2563 Strongly Correlated Electrons
+1004.2565 Computer Science and Game Theory
+1004.2640 General Physics
+1004.2705 Phenomenology
+1004.2710 Combinatorics
+1004.2719 Information Retrieval
+1004.2723 Number Theory
+1004.2731 Physics Education
+1004.2735 Discrete Mathematics
+1004.2738 Superconductivity
+1004.2739 Solar and Stellar Astrophysics
+1004.2744 Probability
+1004.2747 Rings and Algebras
+1004.2749 Statistical Mechanics
+1004.2752 Optimization and Control
+1004.2754 Differential Geometry
+1004.2756 Differential Geometry
+1004.2758 Mesoscale and Nanoscale Physics
+1004.2759 Combinatorics
+1004.2761 Mesoscale and Nanoscale Physics
+1004.2767
+1004.2770 Phenomenology
+1004.2771 High Energy Astrophysical Phenomena
+1004.2773 Information Theory
+1004.2775 Analysis of PDEs
+1004.2786 Strongly Correlated Electrons
+1004.2787 Biological Physics
+1004.2792 Solar and Stellar Astrophysics
+1004.2793 Physics and Society
+1004.2805
+1004.2806 Rings and Algebras
+1004.2810 Formal Languages and Automata Theory
+1004.2811 Group Theory
+1004.2814 Algebraic Geometry
+1004.2819 Probability
+1004.2820 Rings and Algebras
+1004.2828
+1004.2837 Dynamical Systems
+1004.2848 Dynamical Systems
+1004.2865 Pricing of Securities
+1004.2866 Analysis of PDEs
+1004.2869 Solar and Stellar Astrophysics
+1004.2873 Logic in Computer Science
+1004.2878 Materials Science
+1004.2880 Artificial Intelligence
+1004.2881 General Mathematics
+1004.2882 Computational Complexity
+1004.2889 Software Engineering
+1004.2891 Computational Complexity
+1004.2895 Algebraic Topology
+1004.2898 Statistical Mechanics
+1004.2901 Popular Physics
+1004.2907 Group Theory
+1004.2911 Optics
+1004.2913 Symplectic Geometry
+1004.2914
+cs/0601002 Computational Geometry
+nlin/0504041 Exactly Solvable and Integrable Systems
+nlin/0611018 Exactly Solvable and Integrable Systems
+nlin/0701058 Exactly Solvable and Integrable Systems
+nlin/0701059 Exactly Solvable and Integrable Systems
+nlin/0701061 Exactly Solvable and Integrable Systems
+0709.1331 Differential Geometry
+0710.1243
+0710.5860 Differential Geometry
+0801.1734
+0802.0596 Number Theory
+0803.1957 Strongly Correlated Electrons
+0803.3787 History and Overview
+0804.0409 Cryptography and Security
+0804.4636 Differential Geometry
+0805.0323 Differential Geometry
+0805.4102
+0807.0767
+0807.1462 Analysis of PDEs
+0807.1823 General Finance
+0809.1173 Differential Geometry
+0809.3086
+0809.3975
+0811.0037 Computational Complexity
+0811.2181 Differential Geometry
+0811.4298
+0811.4307
+0812.1168 Statistical Mechanics
+0812.1914
+0812.4902 Exactly Solvable and Integrable Systems
+0812.5030 Computational Geometry
+0902.1613
+0902.3206 Other Condensed Matter
+0903.0321 Mesoscale and Nanoscale Physics
+0903.2956 Mesoscale and Nanoscale Physics
+0904.1812 Information Theory
+0904.3268 Functional Analysis
+0905.2812 Materials Science
+0905.4544 Mesoscale and Nanoscale Physics
+0906.0129 Instrumentation and Methods for Astrophysics
+0906.0858 Statistical Mechanics
+0906.1360 Information Theory
+0906.2272
+0906.2483 Strongly Correlated Electrons
+0906.2706
+0906.4251 Probability
+0906.5277 Algebraic Geometry
+0907.0056 Classical Analysis and ODEs
+0907.3353 Statistical Mechanics
+0907.4700
+0908.2771
+0908.3031
+0909.0822 Cosmology and Nongalactic Astrophysics
+0909.1665 Differential Geometry
+0910.2018 Statistical Mechanics
+0910.4599 Other Condensed Matter
+0911.0336
+0911.0838 Human-Computer Interaction
+0911.0851 Superconductivity
+0911.4809 Soft Condensed Matter
+0911.4953 Algebraic Topology
+0911.5280 Statistical Mechanics
+0912.0810 Materials Science
+0912.1464 Dynamical Systems
+0912.2908 Soft Condensed Matter
+0912.3195 Cosmology and Nongalactic Astrophysics
+0912.3616 Mesoscale and Nanoscale Physics
+0912.3876 Astrophysics of Galaxies
+0912.4003 Functional Analysis
+0912.4090 Materials Science
+0912.4944
+0912.5012 General Physics
+0912.5041 Classical Physics
+0912.5292 Networking and Internet Architecture
+0912.5508 General Physics
+0912.5519 Differential Geometry
+cond-mat/0611285 Other Condensed Matter
+hep-ph/0207285 Phenomenology
+hep-ph/0207298 Phenomenology
+math/0201223 Differential Geometry
+math/0201224 Differential Geometry
+math/0201242 Differential Geometry
+math/0201280 Differential Geometry
+math/0201281 Differential Geometry
+math/0202036 Differential Geometry
+math/0406292 Differential Geometry
+math/0511064 Differential Geometry
+math/0607145 Geometric Topology
+math/0610252 Differential Geometry
+math/0611282 Differential Geometry
+math/0611818 Analysis of PDEs
+nlin/0309069 Chaotic Dynamics
+physics/0204076 Atomic Physics
+quant-ph/0608118
+0712.0114 Functional Analysis
+0803.4428 Strongly Correlated Electrons
+0809.1973 Algebraic Geometry
+0809.3288 Classical Analysis and ODEs
+0809.3405 Pricing of Securities
+0810.2750 Functional Analysis
+0810.5645 Algebraic Geometry
+0812.4518 Algebraic Geometry
+0902.2622 Dynamical Systems
+0906.2646 Strongly Correlated Electrons
+0906.2649 Strongly Correlated Electrons
+0906.2894 Strongly Correlated Electrons
+0906.3544 Statistical Mechanics
+0906.4174 Geometric Topology
+0907.3147
+0907.3210
+0907.3726 Differential Geometry
+0908.0109
+0908.4036 Strongly Correlated Electrons
+0909.0549
+0909.1007 Statistical Finance
+0909.5070 Computational Physics
+0910.5608
+0911.3837
+0911.3839 Combinatorics
+0911.4024 Materials Science
+0911.4544 Data Structures and Algorithms
+0911.5496 Mesoscale and Nanoscale Physics
+0912.0390 Phenomenology
+0912.1468
+0912.2783 Strongly Correlated Electrons
+0912.4180
+0912.4257 Quantum Gases
+1001.0551 High Energy Astrophysical Phenomena
+1001.0553 High Energy Astrophysical Phenomena
+1001.0669 Soft Condensed Matter
+1001.1074 Superconductivity
+1001.2804 Superconductivity
+1001.3176 Statistical Finance
+1001.4361 Information Theory
+1001.4554 Physics and Society
+1001.4735 Mesoscale and Nanoscale Physics
+1002.0265 Quantum Gases
+1002.1484
+1002.1635 Strongly Correlated Electrons
+1002.1653 Statistical Finance
+1002.3360 Statistical Mechanics
+1002.4908 Learning
+1003.3044 Algebraic Geometry
+1003.4607
+1004.5298 Mesoscale and Nanoscale Physics
+1005.1117 Probability
+1006.0585 Analysis of PDEs
+1006.0998 Strongly Correlated Electrons
+1006.4294 Data Analysis, Statistics and Probability
+1006.4587
+1006.4626 Superconductivity
+1006.5404 Superconductivity
+1007.0255 Superconductivity
+1007.0817 Chaotic Dynamics
+1007.0829 Experiment
+1007.0911
+1007.0995 Computational Physics
+1007.1001 Analysis of PDEs
+1007.1009 Earth and Planetary Astrophysics
+1007.1012 Data Analysis, Statistics and Probability
+1007.1013
+1007.1015 Astrophysics of Galaxies
+1007.1016 Computer Vision and Pattern Recognition
+1007.1018 Number Theory
+1007.1020 Logic in Computer Science
+1007.1021 Logic in Computer Science
+1007.1022 Software Engineering
+1007.1023 Software Engineering
+1007.1024 Artificial Intelligence
+1007.1025 Computation and Language
+1007.1026 Cellular Automata and Lattice Gases
+1007.1027 Functional Analysis
+1007.1028 Superconductivity
+1007.1030 Strongly Correlated Electrons
+1007.1031
+1007.1032 Computation
+1007.1039 Probability
+1007.1050 Mesoscale and Nanoscale Physics
+1007.1054 Formal Languages and Automata Theory
+1007.1055 Mesoscale and Nanoscale Physics
+1007.1063 Disordered Systems and Neural Networks
+1007.1069 Information Theory
+1007.1072 Differential Geometry
+1007.1073 Computational Complexity
+1007.1075 Machine Learning
+1007.1077 Category Theory
+1007.1079 Information Retrieval
+1007.1083 Algebraic Geometry
+1007.1085 Operator Algebras
+1007.1086 Distributed, Parallel, and Cluster Computing
+1007.1087 Information Theory
+1007.1089
+1007.1092 Cell Behavior
+1007.1094 Other Statistics
+1007.1095 Combinatorics
+1007.1098 Representation Theory
+1007.1100 Networking and Internet Architecture
+1007.1105 Analysis of PDEs
+1007.1107 Superconductivity
+1007.1111 Analysis of PDEs
+1007.1113 Analysis of PDEs
+1007.1117 Algebraic Topology
+1007.1119 Functional Analysis
+1007.1132 Solar and Stellar Astrophysics
+1007.1135
+1007.1136 Optimization and Control
+1007.1140 Applications
+1007.1154 Optics
+1007.1156 Superconductivity
+1007.1161 Data Structures and Algorithms
+1007.1164 Optics
+1007.1165 Representation Theory
+1007.1168 Optics
+1007.1175 Geometric Topology
+1007.1178 Combinatorics
+1007.1185 Functional Analysis
+1007.1186 Functional Analysis
+1007.1192 Operator Algebras
+1007.1194 Networking and Internet Architecture
+1007.1201 Theory
+1007.1208 Mesoscale and Nanoscale Physics
+1007.1209 Information Theory
+1007.1210 Classical Analysis and ODEs
+1007.1217 Analysis of PDEs
+1007.1219 Metric Geometry
+1007.1220 Metric Geometry
+1007.1222 Computational Geometry
+1007.1228 Fluid Dynamics
+cond-mat/0506141 Strongly Correlated Electrons
+cond-mat/0609372 Strongly Correlated Electrons
+cond-mat/0610272 Strongly Correlated Electrons
+math/0507533 Classical Analysis and ODEs
+math/0611729 Functional Analysis
+math/0702754 Classical Analysis and ODEs
+math/0702758 Classical Analysis and ODEs
+math/0702806 Complex Variables
+0704.1975 Dynamical Systems
+0705.1156 Soft Condensed Matter
+0709.0416 Group Theory
+0709.4393 Group Theory
+0711.1662 Dynamical Systems
+0712.0018 Geophysics
+0803.4113 Algebraic Geometry
+0805.0448 General Physics
+0806.0167 Geophysics
+0806.1153
+0808.3525 General Physics
+0809.0008
+0809.3476 Combinatorics
+0809.4505
+0811.0805 Symplectic Geometry
+0811.2236 Dynamical Systems
+0811.2450 Statistical Mechanics
+0811.3127
+0811.4134
+0812.3414
+0901.4527 High Energy Astrophysical Phenomena
+0902.0144 Theory
+0902.1375 Differential Geometry
+0902.1553 Theory
+0904.1037 Materials Science
+0904.1039 Materials Science
+0904.1249 Materials Science
+0904.1251 Materials Science
+0904.3135 General Physics
+0904.3141 General Physics
+0907.1659 Cosmology and Nongalactic Astrophysics
+0907.3814 Quantum Gases
+0908.1138 Dynamical Systems
+0910.0008 Cosmology and Nongalactic Astrophysics
+0910.1351 Instrumentation and Methods for Astrophysics
+0910.5015 Probability
+0911.0142 Formal Languages and Automata Theory
+0911.4155 Phenomenology
+0911.4562 Fluid Dynamics
+0912.1915 Algebraic Geometry
+0912.5112
+0912.5381 Molecular Networks
+1001.1170 Cosmology and Nongalactic Astrophysics
+1001.1789 Dynamical Systems
+1001.4837 Materials Science
+1001.4842 Materials Science
+1002.2444 Quantum Gases
+1002.3509 Probability
+1002.3933 Dynamical Systems
+1003.0894 Strongly Correlated Electrons
+1003.1052 Statistical Mechanics
+1003.1296 Theory
+1003.4029 Computational Complexity
+1003.4342 Statistical Mechanics
+1003.5433 Strongly Correlated Electrons
+1003.5507 Commutative Algebra
+1003.5883 Dynamical Systems
+1004.0882
+1004.0920 Probability
+1004.1637 Cosmology and Nongalactic Astrophysics
+1004.1681 Mesoscale and Nanoscale Physics
+1004.2337 Materials Science
+1004.3628 Strongly Correlated Electrons
+1004.3638 Mesoscale and Nanoscale Physics
+1005.0073 Geometric Topology
+1005.0355 Phenomenology
+1005.2076 Phenomenology
+1005.3576 Quantum Gases
+1005.3577 Quantum Gases
+1005.4714 Databases
+1005.4718 Theory
+1005.4739 Mesoscale and Nanoscale Physics
+1005.5320 Disordered Systems and Neural Networks
+1005.5519 Classical Physics
+1005.5520 Combinatorics
+1006.1685 Quantum Gases
+1006.2768 Statistical Mechanics
+1006.3460 Strongly Correlated Electrons
+1006.3801 Mesoscale and Nanoscale Physics
+1006.5839 Quantum Gases
+1007.0681 Analysis of PDEs
+1007.1471 Mesoscale and Nanoscale Physics
+1007.1657 Quantum Gases
+1007.3531 Materials Science
+1007.3717 Theory
+1007.4723 Distributed, Parallel, and Cluster Computing
+1007.5076
+1008.1643 Artificial Intelligence
+1008.2024 Phenomenology
+1008.2409 Chaotic Dynamics
+1008.3636 Phenomenology
+1008.4154 Group Theory
+1008.5132 Theory
+1009.1674 Computational Physics
+1009.1854 Theory
+1009.1991 Theory
+1009.2767 Theory
+1009.2818 Phenomenology
+1009.2988 Mesoscale and Nanoscale Physics
+1009.4970 Discrete Mathematics
+1009.5354 Probability
+1009.5935 Lattice
+1010.0243 Phenomenology
+1010.0267 Cosmology and Nongalactic Astrophysics
+1010.0361 Exactly Solvable and Integrable Systems
+1010.1194 Classical Analysis and ODEs
+1010.1562 Phenomenology
+1010.2164 General Physics
+1010.2484 History and Overview
+1010.2976 Materials Science
+1010.3144 Analysis of PDEs
+1010.3863 Superconductivity
+1010.3950 Superconductivity
+1010.4135 Statistical Mechanics
+1010.4370 Functional Analysis
+1010.5814 Geometric Topology
+1010.5926
+1010.6126 Mesoscale and Nanoscale Physics
+1010.6210 Lattice
+1011.0347 Solar and Stellar Astrophysics
+1011.0669 Neurons and Cognition
+1011.0761 Lattice
+1011.0811 Chaotic Dynamics
+1011.1415 Symplectic Geometry
+1011.2816 Superconductivity
+1011.3938 Representation Theory
+1011.4693 Differential Geometry
+1011.5411 Rings and Algebras
+1011.6014 Materials Science
+1011.6594 Networking and Internet Architecture
+1012.0278 Algebraic Geometry
+1012.0457 Commutative Algebra
+1012.0910 Theory
+1012.1419
+1012.1444 Number Theory
+1012.1938 Computer Science and Game Theory
+1012.1981 Phenomenology
+1012.2018 Representation Theory
+1012.2138 Computer Vision and Pattern Recognition
+1012.2202 Data Structures and Algorithms
+1012.2386 Solar and Stellar Astrophysics
+1012.2389 Rings and Algebras
+1012.2394 Computational Complexity
+1012.2407 Pattern Formation and Solitons
+1012.2421 Symplectic Geometry
+1012.2423 General Physics
+1012.2434 Materials Science
+1012.2438 Analysis of PDEs
+1012.2440 Computational Complexity
+1012.2444 Biological Physics
+1012.2447 Mesoscale and Nanoscale Physics
+1012.2449 Experiment
+1012.2454 Algebraic Geometry
+1012.2460 Combinatorics
+1012.2461 Other Condensed Matter
+1012.2465 Pattern Formation and Solitons
+1012.2469 Software Engineering
+1012.2472 High Energy Astrophysical Phenomena
+1012.2477 Number Theory
+1012.2479 Complex Variables
+1012.2481 Algebraic Geometry
+1012.2482 Geometric Topology
+1012.2483 Analysis of PDEs
+1012.2491 Computer Vision and Pattern Recognition
+1012.2493 Experiment
+1012.2495 Mesoscale and Nanoscale Physics
+1012.2500 Lattice
+1012.2503 Probability
+1012.2505 Soft Condensed Matter
+1012.2507 Probability
+1012.2508 Probability
+1012.2509 Cryptography and Security
+1012.2510 Networking and Internet Architecture
+1012.2512 K-Theory and Homology
+1012.2514 Learning
+1012.2516 Cryptography and Security
+1012.2518 Networking and Internet Architecture
+1012.2519 Cryptography and Security
+1012.2520 Cryptography and Security
+1012.2524 Networking and Internet Architecture
+1012.2528 Cryptography and Security
+1012.2529 Cryptography and Security
+1012.2530
+1012.2532
+1012.2533
+1012.2534
+1012.2535 Solar and Stellar Astrophysics
+1012.2536
+1012.2537 Functional Analysis
+1012.2539 Rings and Algebras
+1012.2541 Optics
+1012.2545 Combinatorics
+1012.2546 Astrophysics of Galaxies
+1012.2547 Data Structures and Algorithms
+1012.2553 Logic in Computer Science
+1012.2557 Rings and Algebras
+1012.2558 Rings and Algebras
+1012.2559 Rings and Algebras
+1012.2563 Rings and Algebras
+1012.2568 Theory
+1012.2569
+1012.2570 Instrumentation and Methods for Astrophysics
+1012.2573 Data Structures and Algorithms
+1012.2579 Combinatorics
+1012.2581 Probability
+1012.2583 Algebraic Geometry
+1012.2584
+1012.2587 Instrumentation and Methods for Astrophysics
+1012.2588
+1012.2589 History and Philosophy of Physics
+1012.2591 Popular Physics
+1012.2593 Dynamical Systems
+1012.2596 Information Theory
+1012.2598 Information Theory
+1012.2599 Learning
+1012.2600 Theory
+1012.2602 General Mathematics
+1012.2603 Computer Vision and Pattern Recognition
+1012.2604
+1012.2613 Statistical Mechanics
+1012.2619 Materials Science
+1012.2621 Information Theory
+1012.2622 Information Theory
+1012.2624 Probability
+1012.2632 Combinatorics
+1012.2633 Databases
+1012.2635 Geometric Topology
+1012.2636 Geometric Topology
+1012.2640 Cell Behavior
+1012.2642 Solar and Stellar Astrophysics
+1012.2645 Lattice
+1012.2653 Phenomenology
+1012.2654 Superconductivity
+1012.2662 Robotics
+1012.2663 Cosmology and Nongalactic Astrophysics
+1012.2665 Cosmology and Nongalactic Astrophysics
+1012.2666 Robotics
+1012.2668 Robotics
+1012.2671 Cosmology and Nongalactic Astrophysics
+1012.2672 Solar and Stellar Astrophysics
+1012.2673 Information Theory
+1012.2678 History and Philosophy of Physics
+1012.2680
+1012.2687 Disordered Systems and Neural Networks
+1012.2689 Experiment
+1012.2694 Computational Geometry
+1012.2704
+1012.2705 Quantum Gases
+1012.2707 Theory
+1012.2709 Phenomenology
+1012.2713 Artificial Intelligence
+1012.2714 Chaotic Dynamics
+1012.2718 Probability
+1012.2720 Cryptography and Security
+1012.2722 High Energy Astrophysical Phenomena
+1012.2726 Physics and Society
+1012.2727 Lattice
+1012.2735 Optics
+1012.2738 Computational Complexity
+1012.2739 Differential Geometry
+1012.2741 Analysis of PDEs
+1012.2743 Probability
+1012.2746 Soft Condensed Matter
+1012.2749 Combinatorics
+1012.2752 Exactly Solvable and Integrable Systems
+1012.2756 Cosmology and Nongalactic Astrophysics
+1012.2757 Probability
+1012.2758 Functional Analysis
+1012.2762 Numerical Analysis
+1012.2763 Group Theory
+1012.2764 Strongly Correlated Electrons
+1012.2769 Mesoscale and Nanoscale Physics
+1012.2771 Formal Languages and Automata Theory
+1012.2773 Fluid Dynamics
+1012.2774 Social and Information Networks
+1012.2785 Dynamical Systems
+1012.2786 Lattice
+1012.2787 Robotics
+1012.2790
+1012.2791 Solar and Stellar Astrophysics
+1012.2793 Number Theory
+1012.2797 Sound
+1012.2805 Disordered Systems and Neural Networks
+1012.2806 Phenomenology
+1012.2808 Algebraic Geometry
+1012.2809 Representation Theory
+1012.2811 Probability
+1012.2813 Disordered Systems and Neural Networks
+1012.2815 Phenomenology
+1012.2820 High Energy Astrophysical Phenomena
+1012.2827 Analysis of PDEs
+1012.2828 Geometric Topology
+1012.2829 Analysis of PDEs
+1012.2830 Networking and Internet Architecture
+1012.2832 Human-Computer Interaction
+1012.2833 Mesoscale and Nanoscale Physics
+1012.2837 Superconductivity
+1012.2840 Group Theory
+1012.2844 Rings and Algebras
+1012.2845
+1012.2852 Number Theory
+astro-ph/0611782
+atom-ph/9510002 Atomic Physics
+cond-mat/0203325 Soft Condensed Matter
+cond-mat/0211103 Soft Condensed Matter
+gr-qc/0111098
+hep-lat/9804001 Lattice
+hep-lat/9812006 Lattice
+hep-ph/0610092 Phenomenology
+hep-th/0412108 Theory
+math/0506482 Group Theory
+math/0508192 Combinatorics
+math/0510353 Group Theory
+math/0603682 Group Theory
+math/0609147 Group Theory
+math/0701579 Dynamical Systems
+math/9810185 Geometric Topology
+nucl-th/0702067
+physics/0109073 Fluid Dynamics
+physics/9808053 General Physics
+quant-ph/0508233
+0708.1209 General Physics
+0708.1655 General Physics
+0709.0941 History and Philosophy of Physics
+0709.1183 History and Philosophy of Physics
+0709.1248 Physics Education
+0712.0437 Strongly Correlated Electrons
+0803.3042 Probability
+0804.3104 Dynamical Systems
+0805.4449 Commutative Algebra
+0810.3485 Analysis of PDEs
+0812.5073 Pattern Formation and Solitons
+0902.0774 Materials Science
+0902.1750 Category Theory
+0905.2459 Computer Vision and Pattern Recognition
+0908.1250 Category Theory
+0908.2392 Theory
+0909.1446 Probability
+0909.2054 Superconductivity
+0909.3759 Quantum Algebra
+0910.3630
+0910.4566 Dynamical Systems
+0911.2866 Probability
+0911.5401 Cosmology and Nongalactic Astrophysics
+0912.0532 Symplectic Geometry
+1001.0354 Geometric Topology
+1001.1425
+1001.1878
+1001.2976 Materials Science
+1001.4410
+1001.4786 Theory
+1001.4964
+cond-mat/0404497 Disordered Systems and Neural Networks
+cond-mat/9802126
+math-ph/0105036
+math-ph/0703081
+math/0703493 Logic
+physics/0505149 General Physics
+quant-ph/0106026
+quant-ph/0106027
+quant-ph/0202127
+quant-ph/0202174
+quant-ph/0206143
+quant-ph/0207030
+quant-ph/0210129
+quant-ph/0303161
+quant-ph/0310045
+quant-ph/0509032
+quant-ph/9906118
+quant-ph/9910111
+0708.0811
+0712.1321 Differential Geometry
+0801.2339 Quantum Algebra
+0805.3168 Theory
+0806.0170 Quantum Algebra
+0807.1878
+0809.2252
+0812.0468
+0812.4999 Theory
+0901.0093 Materials Science
+0902.3623 Artificial Intelligence
+0903.4010 Phenomenology
+0905.0101 Experiment
+0905.1239 Strongly Correlated Electrons
+0905.2272 Phenomenology
+0905.2658 Representation Theory
+0905.3634 Quantum Gases
+0905.4146 Cosmology and Nongalactic Astrophysics
+0906.0421 Number Theory
+0906.1193 Superconductivity
+0906.2390 Theory
+0906.4052 Phenomenology
+0906.5137 Rings and Algebras
+0907.2114
+0907.2876 Dynamical Systems
+0908.1157 Probability
+0909.2868 Theory
+0909.4833 Theory
+0909.5682 Theory
+0911.0594 Phenomenology
+0911.0918 Dynamical Systems
+0911.1719 Theory
+0911.2449 Lattice
+0911.3573 Theory
+0911.3963
+0911.5093 Instrumentation and Detectors
+0911.5643 Theory
+0912.1930 Theory
+0912.4675 Phenomenology
+1001.2982 Operator Algebras
+1001.3226 Number Theory
+1002.3854 Solar and Stellar Astrophysics
+1003.0597
+1003.4283 Theory
+1003.5396 Theory
+1003.5606
+1004.2798 Phenomenology
+1004.4117 Phenomenology
+1004.4390 Phenomenology
+1004.4472 Strongly Correlated Electrons
+1005.1241 Experiment
+1005.4295 Statistical Mechanics
+1005.4890
+1006.1140 Classical Analysis and ODEs
+1006.1500
+1006.1871 Theory
+1006.2174 Theory
+1006.2431 Phenomenology
+1006.2704 Phenomenology
+1006.3429 Experiment
+1006.4579 Quantum Gases
+1006.5816 Lattice
+1007.1053 Phenomenology
+1007.1376 Dynamical Systems
+1007.1515 Lattice
+1007.2619 Phenomenology
+1007.2733 Mesoscale and Nanoscale Physics
+1007.3616 Phenomenology
+1007.4484 Materials Science
+1007.4493
+1007.4526 Analysis of PDEs
+1007.4780 Disordered Systems and Neural Networks
+1007.5246
+1007.5482 Experiment
+1008.0152 Phenomenology
+1008.0280 Phenomenology
+1008.0476 Phenomenology
+1008.0846 Probability
+1008.1200 Theory
+1008.1226
+1008.2747 Statistical Mechanics
+1008.4337 Phenomenology
+1008.4575 Phenomenology
+1008.5335 Cosmology and Nongalactic Astrophysics
+1009.0752 Theory
+1009.1538 Mesoscale and Nanoscale Physics
+1009.3251 Theory
+1009.3438 Quantum Gases
+1009.3445 Theory
+1009.3633
+1009.3762 Phenomenology
+1009.3837
+1009.4190 Earth and Planetary Astrophysics
+1009.4233
+1009.5952 Atomic Physics
+1010.0101
+1010.1870 Phenomenology
+1010.2577 Algebraic Geometry
+1010.3114 Plasma Physics
+1010.5433 Lattice
+1010.6108
+1011.1143 Representation Theory
+1011.1399 Complex Variables
+1011.2267 Differential Geometry
+1011.2460 Geometric Topology
+1011.4516 Astrophysics of Galaxies
+1011.5262 Phenomenology
+1012.0306 Cosmology and Nongalactic Astrophysics
+1012.1455
+1012.2052 Cosmology and Nongalactic Astrophysics
+1012.2157 Earth and Planetary Astrophysics
+1012.2311
+1012.2393 Theory
+1012.2418
+1012.2441 Disordered Systems and Neural Networks
+1012.2480 Group Theory
+1012.2631 Data Analysis, Statistics and Probability
+1012.2641 Combinatorics
+1012.2648 Databases
+1012.2661 Computation and Language
+1012.2674 Numerical Analysis
+1012.2691
+1012.2693 Combinatorics
+1012.2781 Lattice
+1012.2877 Classical Analysis and ODEs
+1012.2881 Theory
+1012.2898 Differential Geometry
+1012.2904 Astrophysics of Galaxies
+1012.2906 Theory
+1012.2907
+1012.2909 Instrumentation and Methods for Astrophysics
+1012.2925 Solar and Stellar Astrophysics
+1012.2927 Materials Science
+1012.2929 Strongly Correlated Electrons
+1012.2931 Representation Theory
+1012.2932 Astrophysics of Galaxies
+1012.2933 Classical Analysis and ODEs
+1012.2934 Astrophysics of Galaxies
+1012.2936 Astrophysics of Galaxies
+1012.2937 Mesoscale and Nanoscale Physics
+1012.2944 Analysis of PDEs
+1012.2945 Materials Science
+1012.2947 Physics and Society
+1012.2948 Analysis of PDEs
+1012.2949 Mesoscale and Nanoscale Physics
+1012.2950 Combinatorics
+1012.2953 Lattice
+1012.2956 Probability
+1012.2957 Solar and Stellar Astrophysics
+1012.2961
+1012.2965 Multimedia
+1012.2966 High Energy Astrophysical Phenomena
+1012.2968 Solar and Stellar Astrophysics
+1012.2972 Earth and Planetary Astrophysics
+1012.2975 Experiment
+1012.2979 Cryptography and Security
+1012.2981 Lattice
+1012.2984 Number Theory
+1012.2987 Combinatorics
+1012.2990 Computational Physics
+1012.2992 Cosmology and Nongalactic Astrophysics
+1012.2995 Logic in Computer Science
+1012.2997 Solar and Stellar Astrophysics
+1012.3000 Computational Complexity
+1012.3006 Differential Geometry
+1012.3009 High Energy Astrophysical Phenomena
+1012.3011 Data Structures and Algorithms
+1012.3013 Solar and Stellar Astrophysics
+1012.3018 Artificial Intelligence
+1012.3019 Solar and Stellar Astrophysics
+1012.3024 Data Structures and Algorithms
+1012.3026 Mesoscale and Nanoscale Physics
+1012.3028 Mesoscale and Nanoscale Physics
+1012.3031 Cosmology and Nongalactic Astrophysics
+1012.3032 Cosmology and Nongalactic Astrophysics
+1012.3040 Logic in Computer Science
+1012.3044 Quantitative Methods
+1012.3047 Geometric Topology
+1012.3051 Cosmology and Nongalactic Astrophysics
+1012.3056 Probability
+1012.3058 Instrumentation and Methods for Astrophysics
+1012.3060
+1012.3065 Analysis of PDEs
+1012.3066 Strongly Correlated Electrons
+1012.3067 Phenomenology
+1012.3068 Analysis of PDEs
+1012.3071 Networking and Internet Architecture
+1012.3072 Solar and Stellar Astrophysics
+1012.3083
+1012.3084
+1012.3085
+1012.3087 Analysis of PDEs
+1012.3090
+1012.3092 Biological Physics
+1012.3094 Analysis of PDEs
+1012.3098 Neural and Evolutionary Computing
+1012.3099 Analysis of PDEs
+1012.3100 Cryptography and Security
+1012.3104 Analysis of PDEs
+1012.3107 Differential Geometry
+1012.3108 Analysis of PDEs
+1012.3109
+1012.3112 Materials Science
+1012.3116 Quantum Algebra
+1012.3126 Superconductivity
+1012.3131 Differential Geometry
+1012.3134 Differential Geometry
+1012.3136 Probability
+1012.3139
+1012.3140 Probability
+1012.3147
+1012.3148 Artificial Intelligence
+1012.3155 Strongly Correlated Electrons
+1012.3156 Networking and Internet Architecture
+hep-ex/0408074 Experiment
+hep-th/0609083 Theory
+math/0006221 Quantum Algebra
+math/0312158 Quantum Algebra
+math/0406421 Complex Variables
+math/0503315 Quantum Algebra
+math/0611764 Geometric Topology
+math/0703334 Dynamical Systems
+nucl-ex/0007014
+nucl-ex/0008008
+nucl-ex/9709007
+nucl-ex/9905009
+nucl-th/0309024
+nucl-th/0409032
+nucl-th/0411066
+nucl-th/0512024
+physics/0001023 Instrumentation and Detectors
+0705.2267 Number Theory
+0706.2328 Quantitative Methods
+0706.3211
+0707.1459 Number Theory
+0802.1516 Soft Condensed Matter
+0802.1520 Quantitative Methods
+0802.2327
+0804.0702 Mesoscale and Nanoscale Physics
+0805.4054 Soft Condensed Matter
+0806.3475
+0810.0901 Machine Learning
+0811.2664 Statistics Theory
+0811.4703 Algebraic Geometry
+0901.3084
+0902.2380 Operator Algebras
+0903.4494 Classical Analysis and ODEs
+0905.1368 Symplectic Geometry
+0906.1840 Combinatorics
+0908.1308 Commutative Algebra
+0908.4436 Probability
+0909.5208
+0910.1368 Operator Algebras
+0912.2241 Populations and Evolution
+0912.3376 Numerical Analysis
+1001.1490 General Mathematics
+1001.2768 Lattice
+1001.4319
+1002.2256
+1002.2953
+1002.3434 Cosmology and Nongalactic Astrophysics
+1002.3569 Number Theory
+1002.4033 Superconductivity
+1003.3462 Strongly Correlated Electrons
+1003.3794 Mesoscale and Nanoscale Physics
+1003.6025 History and Overview
+1004.0218 Quantum Gases
+1004.0461 Cosmology and Nongalactic Astrophysics
+1004.0876 Phenomenology
+1004.2504 Cosmology and Nongalactic Astrophysics
+1004.3252 Theory
+1004.3546 Cosmology and Nongalactic Astrophysics
+1004.4013 Representation Theory
+1004.4321 Materials Science
+1004.4823 Strongly Correlated Electrons
+1005.1373 Representation Theory
+1005.3660 Quantum Gases
+1005.4061 Strongly Correlated Electrons
+1006.0908 Mesoscale and Nanoscale Physics
+1006.3287 Soft Condensed Matter
+1006.3303 Number Theory
+1006.3305 Number Theory
+1006.4085 Materials Science
+1007.1285 Mesoscale and Nanoscale Physics
+1007.4113 Physics and Society
+1007.5174 Combinatorics
+1008.0247 Experiment
+1008.0502 Computer Vision and Pattern Recognition
+1008.1978 Number Theory
+1008.2015 Superconductivity
+1008.2136 Discrete Mathematics
+1008.2203 Mesoscale and Nanoscale Physics
+1008.2213 Solar and Stellar Astrophysics
+1008.2214 Differential Geometry
+1008.2217 Geometric Topology
+1008.2220 General Mathematics
+1008.2222
+1008.2223 Cryptography and Security
+1008.2226 Computational Finance
+1008.2228 Combinatorics
+1008.2231 Superconductivity
+1008.2234 Materials Science
+1008.2249 Networking and Internet Architecture
+1008.2251 Combinatorics
+1008.2256 Superconductivity
+1008.2266 Information Theory
+1008.2268 Number Theory
+1008.2271 Methodology
+1008.2274 Cosmology and Nongalactic Astrophysics
+1008.2275 Functional Analysis
+1008.2287 High Energy Astrophysical Phenomena
+1008.2291 Experiment
+1008.2292 Probability
+1008.2295 Number Theory
+1008.2296 Instrumentation and Detectors
+1008.2298 Plasma Physics
+1008.2300 Databases
+1008.2302 Theory
+1008.2312 Strongly Correlated Electrons
+1008.2314 Populations and Evolution
+1008.2320 Combinatorics
+1008.2321
+1008.2329 Dynamical Systems
+1008.2335 Subcellular Processes
+1008.2336 Plasma Physics
+1008.2340 Number Theory
+1008.2341 Mesoscale and Nanoscale Physics
+1008.2342 Mesoscale and Nanoscale Physics
+1008.2346 Solar and Stellar Astrophysics
+1008.2347 Optimization and Control
+1008.2350 Mesoscale and Nanoscale Physics
+1008.2357 Analysis of PDEs
+1008.2362 Biological Physics
+1008.2363 Probability
+1008.2366 Classical Analysis and ODEs
+1008.2369 Other Condensed Matter
+1008.2372 Classical Analysis and ODEs
+1008.2375 Combinatorics
+1008.2379 Phenomenology
+1008.2380 Rings and Algebras
+cond-mat/0410436 Soft Condensed Matter
+math/0309135 Combinatorics
+physics/0304100 Optics
+q-bio/0501029 Subcellular Processes
+q-bio/0502006 Subcellular Processes
+quant-ph/0610258
+0707.4585 Mesoscale and Nanoscale Physics
+0708.2961 Commutative Algebra
+0802.0275 Materials Science
+0802.4362
+0808.0112 Artificial Intelligence
+0808.2575 Theory
+0809.0947 Exactly Solvable and Integrable Systems
+0810.5009 Analysis of PDEs
+0812.4876 Analysis of PDEs
+0903.0995 Theory
+0905.1587 Discrete Mathematics
+0906.4561 Cosmology and Nongalactic Astrophysics
+0907.2529 Algebraic Geometry
+0907.2789 Soft Condensed Matter
+0907.4383 Cosmology and Nongalactic Astrophysics
+0909.1907 Superconductivity
+0909.4392 Analysis of PDEs
+0911.5000 Dynamical Systems
+0912.0590 Analysis of PDEs
+0912.2604 Optics
+0912.2789 Differential Geometry
+0912.3702 High Energy Astrophysical Phenomena
+1001.2063 Analysis of PDEs
+1002.1769 Exactly Solvable and Integrable Systems
+1002.4921 Algebraic Geometry
+1003.0371 Quantum Gases
+1003.0510 Superconductivity
+1003.1620 Phenomenology
+1003.1733 Optics
+1003.2274 Combinatorics
+1003.2909 Statistical Mechanics
+1003.5690
+1004.0160 Category Theory
+1004.1569 Data Structures and Algorithms
+1004.1839 Statistical Mechanics
+1004.2632 Theory
+1004.5447 Theory
+1005.0252 Optimization and Control
+1005.1046 Classical Analysis and ODEs
+1005.2229 Operator Algebras
+1005.2963 Superconductivity
+1005.4304 Materials Science
+1005.4742 Statistical Mechanics
+1005.5182
+1006.0311 Combinatorics
+1006.1085 Mesoscale and Nanoscale Physics
+1006.3255 Cosmology and Nongalactic Astrophysics
+1006.4075 Materials Science
+1006.5240 Numerical Analysis
+1007.0429 Soft Condensed Matter
+1007.2323 Phenomenology
+1007.3066
+1007.3946 Optimization and Control
+1007.4012 Phenomenology
+1007.4516
+1008.1141 Quantum Gases
+1008.1574 Theory
+1008.2382 Mesoscale and Nanoscale Physics
+1008.4162
+1009.3622 Algebraic Topology
+1009.4292 Strongly Correlated Electrons
+1009.4647 Phenomenology
+1009.5050 Superconductivity
+1009.5279 Representation Theory
+1010.0673 Cosmology and Nongalactic Astrophysics
+1010.2500 Cosmology and Nongalactic Astrophysics
+1010.4080 Plasma Physics
+1010.4782 Lattice
+1010.5275 Geometric Topology
+1010.5412 Robotics
+1010.5680 Solar and Stellar Astrophysics
+1010.5788 High Energy Astrophysical Phenomena
+1010.5791 Analysis of PDEs
+1010.5807 Analysis of PDEs
+1010.5816 Combinatorics
+1010.5817 Differential Geometry
+1010.5822
+1010.5823 Atmospheric and Oceanic Physics
+1010.5824 Materials Science
+1010.5825 Statistical Mechanics
+1010.5826
+1010.5832 Phenomenology
+1010.5847 Earth and Planetary Astrophysics
+1010.5849 Solar and Stellar Astrophysics
+1010.5851
+1010.5852 General Physics
+1010.5855
+1010.5857 Combinatorics
+1010.5858 Solar and Stellar Astrophysics
+1010.5864 Analysis of PDEs
+1010.5869 Dynamical Systems
+1010.5872 Operator Algebras
+1010.5875 Cryptography and Security
+1010.5882 Soft Condensed Matter
+1010.5886 General Physics
+1010.5891 Robotics
+1010.5900 Quantum Gases
+1010.5912 Cosmology and Nongalactic Astrophysics
+1010.5916 Spectral Theory
+1010.5918 Combinatorics
+1010.5919 Combinatorics
+1010.5928 Biological Physics
+1010.5932 Solar and Stellar Astrophysics
+1010.5934 Category Theory
+1010.5935 Digital Libraries
+1010.5936 Differential Geometry
+1010.5939 Digital Libraries
+1010.5952 Commutative Algebra
+1010.5954 Artificial Intelligence
+1010.5969 Phenomenology
+1010.5970 Strongly Correlated Electrons
+1010.5972 Cosmology and Nongalactic Astrophysics
+1010.5976 Phenomenology
+1010.5978 Superconductivity
+1010.5980 Phenomenology
+1010.5983 Mesoscale and Nanoscale Physics
+1010.5992 Accelerator Physics
+1010.5997 Phenomenology
+1010.6001 High Energy Astrophysical Phenomena
+1010.6006 Strongly Correlated Electrons
+1010.6007 Optimization and Control
+1010.6009 Number Theory
+1010.6010 Differential Geometry
+1010.6014 Mesoscale and Nanoscale Physics
+1010.6016 Probability
+1010.6019 Mesoscale and Nanoscale Physics
+1010.6020 Information Theory
+1010.6022 Group Theory
+1010.6025 Analysis of PDEs
+1010.6028 Dynamical Systems
+1010.6029
+1010.6034 Phenomenology
+1010.6041 Solar and Stellar Astrophysics
+1010.6045 Biological Physics
+1010.6048 Classical Analysis and ODEs
+1010.6050 General Finance
+1010.6052 Classical Analysis and ODEs
+1010.6055 Complex Variables
+1010.6057 Information Theory
+1010.6066 Number Theory
+cond-mat/0612465 Statistical Mechanics
+hep-ph/0703258 Phenomenology
+math/0606384 Dynamical Systems
+math/0610206 Numerical Analysis
+nlin/0510035 Exactly Solvable and Integrable Systems
+0706.4194 Mesoscale and Nanoscale Physics
+0708.2078 Optimization and Control
+0708.4327 Group Theory
+0710.3538 Complex Variables
+0802.1245 Quantum Algebra
+0802.4141 Risk Management
+0803.1083
+0803.3352
+0805.2915 Algebraic Geometry
+0809.2760
+0809.2925 Algebraic Geometry
+0809.4309 Algebraic Geometry
+0811.0759 Strongly Correlated Electrons
+0812.1247 Materials Science
+0812.5064 Learning
+0901.2863 Statistical Mechanics
+0902.1965 Materials Science
+0903.0688 Geophysics
+0903.3271 Atomic Physics
+0904.0210 Probability
+0905.3209
+0906.1634 Mesoscale and Nanoscale Physics
+0907.2438 Pattern Formation and Solitons
+0908.0453 Cosmology and Nongalactic Astrophysics
+0908.2288 Quantum Algebra
+0909.0527 Representation Theory
+0909.0790 Mesoscale and Nanoscale Physics
+0909.1705 Mesoscale and Nanoscale Physics
+0910.0712 Strongly Correlated Electrons
+0910.1154 Physics and Society
+0911.1476 Chaotic Dynamics
+0911.2103 Strongly Correlated Electrons
+0911.3562 Quantum Algebra
+0912.0393 Analysis of PDEs
+0912.0943 Strongly Correlated Electrons
+0912.2261 Chaotic Dynamics
+0912.5220 Analysis of PDEs
+1001.0175 Computation
+1001.0463 Cosmology and Nongalactic Astrophysics
+1001.5221 Analysis of PDEs
+1002.2472 High Energy Astrophysical Phenomena
+1002.3284 Mesoscale and Nanoscale Physics
+1003.0534
+1003.0539 Superconductivity
+1003.0651 Symplectic Geometry
+1003.0807 Soft Condensed Matter
+1003.2643 Digital Libraries
+1003.2667
+1003.3060 General Physics
+1003.3299 Information Theory
+1003.3478 Algebraic Geometry
+1003.3617 Solar and Stellar Astrophysics
+1003.3670 Theory
+1003.3672 Cryptography and Security
+1003.3673 Phenomenology
+1003.3674 Cosmology and Nongalactic Astrophysics
+1003.3684 Distributed, Parallel, and Cluster Computing
+1003.3685 Geometric Topology
+1003.3690 Functional Analysis
+1003.3708 Computers and Society
+1003.3709 Statistical Mechanics
+1003.3719 Operator Algebras
+1003.3725 Representation Theory
+1003.3731 Probability
+1003.3733 Probability
+1003.3734 Rings and Algebras
+1003.3736 Number Theory
+1003.3739 Operator Algebras
+1003.3751
+1003.3755 Quantum Gases
+1003.3758
+1003.3759 Algebraic Geometry
+1003.3763 Materials Science
+1003.3764 Analysis of PDEs
+1003.3765 Information Theory
+1003.3768 Analysis of PDEs
+1003.3772 Number Theory
+1003.3773 Solar and Stellar Astrophysics
+1003.3780 Number Theory
+1003.3789 Soft Condensed Matter
+1003.3792 Information Theory
+1003.3798 Superconductivity
+1003.3799 Analysis of PDEs
+1003.3800 Statistics Theory
+1003.3801 Group Theory
+1003.3802 Theory
+1003.3803 Plasma Physics
+1003.3818 General Physics
+1003.3819 Phenomenology
+1003.3820 Algebraic Topology
+1003.3821 Artificial Intelligence
+1003.3822 Complex Variables
+1003.3823 Algebraic Geometry
+1003.3830 Logic in Computer Science
+1003.3836 Instrumentation and Methods for Astrophysics
+1003.3837
+1003.3839
+1003.3841 Instrumentation and Methods for Astrophysics
+1003.3848 Solar and Stellar Astrophysics
+1003.3851 Quantum Gases
+1003.3860 Optics
+1003.3861 General Physics
+1003.3862 Analysis of PDEs
+cond-mat/0405193 Strongly Correlated Electrons
+cond-mat/0410341 Strongly Correlated Electrons
+cond-mat/0504373 Strongly Correlated Electrons
+math/0508444 Analysis of PDEs
+physics/0504117 Biological Physics
+quant-ph/0608085
+0901.4169 General Physics
+0901.4172 General Physics
+0704.3163 Algebraic Geometry
+0706.4326 Algebraic Topology
+0801.4701 Statistical Mechanics
+0806.2685 Quantitative Methods
+0806.2743 Exactly Solvable and Integrable Systems
+0806.3073 Functional Analysis
+0806.3256 Representation Theory
+0806.4469 Algebraic Geometry
+0808.1603 Atomic Physics
+0808.3534 Phenomenology
+0809.4246 Differential Geometry
+0810.2507 Atomic Physics
+0810.3033 Commutative Algebra
+0810.5629 Dynamical Systems
+0901.2703 Computational Complexity
+0902.3172 Geometric Topology
+0906.0794 Optics
+0906.0996 Mesoscale and Nanoscale Physics
+0908.0313 Algebraic Geometry
+0908.1196
+0908.1268 Group Theory
+0910.0670 Other Condensed Matter
+0910.1365
+0912.0383 High Energy Astrophysical Phenomena
+0912.4054
+1001.3326 Metric Geometry
+1001.3938 Dynamical Systems
+1001.5051 Strongly Correlated Electrons
+1002.2176 Optimization and Control
+1002.2979 Phenomenology
+1002.3219
+1003.0406 Other Condensed Matter
+1003.2515
+1003.4205 Soft Condensed Matter
+1003.5450 Phenomenology
+1004.2929 Cosmology and Nongalactic Astrophysics
+1004.3647 Phenomenology
+1004.4857 Quantum Gases
+1004.4860 Superconductivity
+1004.5418 Statistics Theory
+1005.0890
+1005.2690 Spectral Theory
+1005.4865
+1006.1327 Neurons and Cognition
+1006.1946 Disordered Systems and Neural Networks
+1006.2013
+1006.3478 Chaotic Dynamics
+1006.5769 Mesoscale and Nanoscale Physics
+1006.5813 Representation Theory
+1007.3489 Operator Algebras
+1007.4340 Materials Science
+1008.1068 High Energy Astrophysical Phenomena
+1008.1999 Optics
+1008.4476 Materials Science
+1008.4712 Instrumentation and Methods for Astrophysics
+1008.4965 Mesoscale and Nanoscale Physics
+1009.0892 Computer Vision and Pattern Recognition
+1009.1352 Earth and Planetary Astrophysics
+1009.1914 Methodology
+1009.2107 Geometric Topology
+1009.2671 Optimization and Control
+1009.2855 Neurons and Cognition
+1009.3011 Earth and Planetary Astrophysics
+1009.3282 Number Theory
+1009.3285 High Energy Astrophysical Phenomena
+1009.3286 Optics
+1009.3289 Statistical Mechanics
+1009.3291 Information Theory
+1009.3295 Representation Theory
+1009.3296 Physics Education
+1009.3297 Physics Education
+1009.3299 Fluid Dynamics
+1009.3302 Quantum Gases
+1009.3304 Combinatorics
+1009.3306 Software Engineering
+1009.3308 Numerical Analysis
+1009.3309 Superconductivity
+1009.3318 Metric Geometry
+1009.3323 Geometric Topology
+1009.3327 Pattern Formation and Solitons
+1009.3342 Group Theory
+1009.3343 Functional Analysis
+1009.3345 Information Theory
+1009.3346 Learning
+1009.3347
+1009.3352 Numerical Analysis
+1009.3353 Statistics Theory
+1009.3354 Information Theory
+1009.3356 Optimization and Control
+1009.3361 Pricing of Securities
+1009.3371 Statistical Mechanics
+1009.3386 Analysis of PDEs
+1009.3389 Mesoscale and Nanoscale Physics
+1009.3393 Instrumentation and Methods for Astrophysics
+1009.3396 Information Theory
+1009.3404 Phenomenology
+1009.3411 Geometric Topology
+1009.3415 Networking and Internet Architecture
+1009.3417 Statistical Mechanics
+1009.3419 Classical Analysis and ODEs
+1009.3420 Classical Analysis and ODEs
+1009.3421 Classical Analysis and ODEs
+1009.3430 Statistical Mechanics
+1009.3431 Classical Analysis and ODEs
+1009.3435 Combinatorics
+1009.3436 Number Theory
+1009.3439 Number Theory
+1009.3441
+1009.3443 Probability
+1009.3447 Disordered Systems and Neural Networks
+1009.3455 Systems and Control
+1009.3456 Representation Theory
+1009.3461 Functional Analysis
+1009.3462 Software Engineering
+1009.3467 Differential Geometry
+1009.3471 Experiment
+1009.3473 Mesoscale and Nanoscale Physics
+1009.3477 Theory
+1009.3478 Dynamical Systems
+1009.3481 Information Theory
+1009.3484 General Mathematics
+cond-mat/0701707 Statistical Mechanics
+math-ph/0101027
+math/0610159 Representation Theory
+0705.1484 Chemical Physics
+0705.3432 Operator Algebras
+0707.2551 Subcellular Processes
+0710.1103 Algebraic Geometry
+0712.3042 Biomolecules
+0801.4678 Analysis of PDEs
+0802.0264 Statistical Mechanics
+0802.0337 Geometric Topology
+0804.0571 Chaotic Dynamics
+0805.0249 Geophysics
+0805.0520
+0805.2263 Theory
+0807.2432 Differential Geometry
+0808.4049 Operator Algebras
+0810.4852
+0811.1969 Differential Geometry
+0812.3465 Learning
+0901.0819 Algebraic Topology
+0901.1136 Materials Science
+0903.2306 Group Theory
+0903.5132
+0903.5308 Earth and Planetary Astrophysics
+0904.0172 Chaotic Dynamics
+0904.0908 Complex Variables
+0904.3288 Differential Geometry
+0905.0480 Phenomenology
+0906.1231 Spectral Theory
+0906.3048 Solar and Stellar Astrophysics
+0906.3488 Mesoscale and Nanoscale Physics
+0906.3573 Logic
+0906.4465
+0906.4879 Soft Condensed Matter
+0907.2941 Phenomenology
+0907.4464
+0908.2371 Materials Science
+0908.3502 Materials Science
+0908.3679
+0908.4097 Superconductivity
+0908.4241 Algebraic Geometry
+0909.0526 Statistical Mechanics
+0909.1729 Strongly Correlated Electrons
+0909.3026 Phenomenology
+0909.3194 Strongly Correlated Electrons
+0910.0356
+0910.0807 Mesoscale and Nanoscale Physics
+0910.1201 Soft Condensed Matter
+0910.1916 Biomolecules
+0910.1992
+0910.2323 Materials Science
+0910.2934 Phenomenology
+0910.3166 High Energy Astrophysical Phenomena
+0910.4097
+0910.4363 Phenomenology
+0910.4408 Theory
+0910.4452
+0910.5212 Representation Theory
+0911.0450 Superconductivity
+0911.0514 Soft Condensed Matter
+0911.0868 Phenomenology
+0911.1200 Probability
+0911.1309 Lattice
+0911.3068 Strongly Correlated Electrons
+0911.3906 Phenomenology
+0911.3936
+0911.5520 Adaptation and Self-Organizing Systems
+0912.1893 Superconductivity
+0912.2171 Subcellular Processes
+0912.3385 Solar and Stellar Astrophysics
+0912.3706 Superconductivity
+0912.5164
+1001.0292
+1001.1171 Earth and Planetary Astrophysics
+1001.1201 Mesoscale and Nanoscale Physics
+1001.2276 Instrumentation and Detectors
+1001.4004 Symbolic Computation
+1001.4894
+1002.0205 Information Theory
+1002.0949 Mesoscale and Nanoscale Physics
+1002.1741
+1002.2757 Numerical Analysis
+1002.3821 Theory
+1002.3893 Computer Science and Game Theory
+1002.4194 High Energy Astrophysical Phenomena
+1002.4202 Number Theory
+1002.4204 Populations and Evolution
+1002.4205 Cosmology and Nongalactic Astrophysics
+1002.4211 Complex Variables
+1002.4213 High Energy Astrophysical Phenomena
+1002.4226
+1002.4233 Operator Algebras
+1002.4236 Soft Condensed Matter
+1002.4240 Disordered Systems and Neural Networks
+1002.4241 Theory
+1002.4242
+1002.4249 Optics
+1002.4250 Numerical Analysis
+1002.4254 Statistical Mechanics
+1002.4257 Statistics Theory
+1002.4258 Numerical Analysis
+1002.4260 Optimization and Control
+1002.4261 Statistics Theory
+1002.4264 Distributed, Parallel, and Cluster Computing
+1002.4269 Probability
+1002.4274 Solar and Stellar Astrophysics
+1002.4276 Statistics Theory
+1002.4281 Superconductivity
+1002.4283 Statistics Theory
+1002.4292 Geometric Topology
+1002.4295 Statistics Theory
+1002.4296 Phenomenology
+1002.4298 Computer Science and Game Theory
+1002.4303 Cryptography and Security
+1002.4308
+1002.4311 Information Theory
+1002.4312 Algebraic Topology
+1002.4318 Commutative Algebra
+1002.4321 Algebraic Geometry
+1002.4323 Materials Science
+1002.4327 Materials Science
+1002.4329 Statistics Theory
+1002.4330 Data Structures and Algorithms
+1002.4331 General Physics
+1002.4332 Combinatorics
+1002.4338 Methodology
+1002.4346 Functional Analysis
+1002.4348 Probability
+1002.4355 Solar and Stellar Astrophysics
+1002.4364 Computational Geometry
+1002.4368 Neurons and Cognition
+1002.4372 Algebraic Geometry
+1002.4377 Combinatorics
+1002.4380 Other Condensed Matter
+1002.4386 Populations and Evolution
+1002.4387 Differential Geometry
+1002.4389 Geometric Topology
+1002.4392 Formal Languages and Automata Theory
+1002.4394 Numerical Analysis
+1002.4396 Strongly Correlated Electrons
+math/0701439 Analysis of PDEs
+q-bio/0608007 Subcellular Processes
+0809.2168 Computer Science and Game Theory
+1005.4774 Computer Science and Game Theory
+0710.1252
+0710.5703 Physics and Society
+0712.2046 Algebraic Geometry
+0801.3434 Group Theory
+0804.2571 Optics
+0809.1845 Spectral Theory
+0809.4164 Differential Geometry
+0810.0717 Superconductivity
+0810.2525 Other Condensed Matter
+0810.4065
+0812.0853 Dynamical Systems
+0812.1005 Quantum Algebra
+0812.1395 Statistics Theory
+0902.2258 General Topology
+0903.1588 Information Theory
+0903.1989 K-Theory and Homology
+0903.2518 Spectral Theory
+0904.2677 Statistical Mechanics
+0905.1025 Statistical Mechanics
+0905.2877 Computational Physics
+0905.3571 Superconductivity
+0906.4829
+0907.0468 Theory
+0907.1176 Materials Science
+0907.4160 Computation
+0908.3387 Physics and Society
+0909.2066 Chemical Physics
+0909.5069 Disordered Systems and Neural Networks
+0910.2382 Chaotic Dynamics
+0910.3308 Optimization and Control
+0910.4942 Mesoscale and Nanoscale Physics
+0911.0941 Exactly Solvable and Integrable Systems
+0911.1763 Dynamical Systems
+0911.1902
+0911.3557
+0912.0790
+0912.2699 Dynamical Systems
+0912.3760 Other Condensed Matter
+0912.4573 Soft Condensed Matter
+1001.0621 Other Condensed Matter
+1001.0754 Fluid Dynamics
+1001.3199 Information Theory
+1001.4571 General Physics
+1002.0736 Fluid Dynamics
+1002.0990
+1002.1714 Cosmology and Nongalactic Astrophysics
+1002.3292 Other Quantitative Biology
+1002.4079 Strongly Correlated Electrons
+1003.0484
+1003.0934 Optimization and Control
+1003.2343 Algebraic Geometry
+1004.1661 Combinatorics
+1004.2064 Physics and Society
+1004.4753 Algebraic Topology
+1004.5219 Instrumentation and Methods for Astrophysics
+1004.5363 Cosmology and Nongalactic Astrophysics
+1004.5409
+1005.0244 Spectral Theory
+1005.0392 Instrumentation and Methods for Astrophysics
+1005.0397 Phenomenology
+1005.0401 Optics
+1005.0402 Probability
+1005.0404 Information Theory
+1005.0407 Operator Algebras
+1005.0410 Instrumentation and Detectors
+1005.0411 Cosmology and Nongalactic Astrophysics
+1005.0412 Instrumentation and Detectors
+1005.0416 Robotics
+1005.0418 Data Structures and Algorithms
+1005.0419 Information Theory
+1005.0420 Statistical Mechanics
+1005.0423 Solar and Stellar Astrophysics
+1005.0435 Strongly Correlated Electrons
+1005.0437 Machine Learning
+1005.0438 Differential Geometry
+1005.0445
+1005.0451 Classical Analysis and ODEs
+1005.0454 Classical Analysis and ODEs
+1005.0455 Classical Analysis and ODEs
+1005.0457 Commutative Algebra
+1005.0460 Other Condensed Matter
+1005.0462 Algebraic Geometry
+1005.0466 Numerical Analysis
+1005.0467 Soft Condensed Matter
+1005.0468 Algebraic Geometry
+1005.0478 Algebraic Geometry
+1005.0480 Materials Science
+1005.0486 Spectral Theory
+1005.0488 Combinatorics
+1005.0498 Information Theory
+1005.0502 Soft Condensed Matter
+1005.0510 Dynamical Systems
+1005.0512
+1005.0513 Data Structures and Algorithms
+1005.0521 Logic in Computer Science
+1005.0524 Logic in Computer Science
+1005.0530 Learning
+1005.0535
+1005.0538 Combinatorics
+1005.0543 Algebraic Geometry
+1005.0545 Information Theory
+1005.0549 Atomic Physics
+1005.0550 Fluid Dynamics
+1005.0555 Cosmology and Nongalactic Astrophysics
+1005.0567 Algebraic Topology
+1005.0568 Optics
+1005.0582 Combinatorics
+1005.0584 Differential Geometry
+1005.0587
+1005.0588
+1005.0592 Instrumentation and Detectors
+1005.0594 Algebraic Geometry
+1005.0595 Software Engineering
+1005.0600 Symbolic Computation
+1005.0601 Strongly Correlated Electrons
+1005.0602 Symbolic Computation
+1005.0605 Artificial Intelligence
+1005.0606 Geometric Topology
+1005.0608 Artificial Intelligence
+1005.0610 Algebraic Geometry
+1005.0615 Materials Science
+cond-mat/0008403 Disordered Systems and Neural Networks
+cond-mat/0402591 Other Condensed Matter
+cond-mat/9906419 Materials Science
+cond-mat/9907145 Statistical Mechanics
+math-ph/0404069
+math-ph/0608013
+math/0404431 Number Theory
+math/0605113 Differential Geometry
+math/0609287 Differential Geometry
+math/0610914 Differential Geometry
+math/0610917 Differential Geometry
+math/0701851 Classical Analysis and ODEs
+math/0701852 Complex Variables
+math/0702003 Classical Analysis and ODEs
+math/0703661 Differential Geometry
+math/0703761 Differential Geometry
+0704.1680 Materials Science
+0705.4153 Probability
+0708.4188 Algebraic Geometry
+0710.2003
+0711.1327 Algebraic Geometry
+0711.1641
+0712.0880 Other Condensed Matter
+0712.3746 Pricing of Securities
+0712.3833
+0802.3861 Complex Variables
+0804.1665 Complex Variables
+0804.1863 Functional Analysis
+0805.3376
+0805.3481
+0805.3810 Disordered Systems and Neural Networks
+0806.4696 Plasma Physics
+0807.0572 Other Condensed Matter
+0809.0379 Dynamical Systems
+0809.2230 Probability
+0809.2594 Optimization and Control
+0809.2710 Dynamical Systems
+0809.4027 Experiment
+0810.3895 General Topology
+0810.3952 Dynamical Systems
+0811.1068
+0811.1086
+0811.3584 Neurons and Cognition
+0811.4467 Theory
+0812.3336
+0812.3345
+0812.3585 Phenomenology
+0812.3594 Phenomenology
+0812.3622 Phenomenology
+0812.3661 Phenomenology
+0812.3668 Phenomenology
+0812.3686 Phenomenology
+0812.3703 Phenomenology
+0812.3727 Phenomenology
+0812.3799 Phenomenology
+0812.3834
+0812.3837 Phenomenology
+0812.3938
+0812.3967
+0812.3996
+0812.4200
+0812.4401
+0812.4441
+0812.4491
+0812.4552
+0812.4558 Statistical Mechanics
+0901.0173 Cosmology and Nongalactic Astrophysics
+0901.0439 Cosmology and Nongalactic Astrophysics
+0901.0668 Phenomenology
+0901.0720 Phenomenology
+0901.0783 Phenomenology
+0901.0790 Phenomenology
+0901.0863 Phenomenology
+0901.0923 Phenomenology
+0901.0946 Phenomenology
+0901.1074
+0901.1080 Phenomenology
+0901.1195 Lattice
+0901.1412 Phenomenology
+0901.1430 Phenomenology
+0901.1460 Phenomenology
+0901.1612 Geometric Topology
+0901.2099 Phenomenology
+0901.2353
+0901.2362
+0901.2400
+0901.2405
+0901.2437
+0901.2477 Phenomenology
+0901.2482
+0901.2619
+0901.2680
+0901.3207
+0901.3226
+0901.3258
+0901.4966
+0903.0270
+0903.1122
+0903.3133 Cosmology and Nongalactic Astrophysics
+0903.3256
+0903.3397
+0904.2368
+0904.3689 Theory
+0904.4379
+0904.4904
+0905.0124 Lattice
+0905.0178
+0905.0247
+0905.0661
+0905.0788 Probability
+0905.1681 Logic
+0905.2010
+0905.2334
+0905.2437
+0905.2781 Cosmology and Nongalactic Astrophysics
+0905.3112 Lattice
+0905.3641 Theory
+0905.3673
+0905.3821 Theory
+0906.0880
+0906.1327 Differential Geometry
+0906.3198 Experiment
+0906.3712
+0907.2457 Pattern Formation and Solitons
+0907.3226 Logic in Computer Science
+0907.3461
+0907.3775 Superconductivity
+0907.4322
+0907.4829 Cosmology and Nongalactic Astrophysics
+0907.5078 Biological Physics
+0907.5367 Phenomenology
+0908.0139 Phenomenology
+0908.0526 Cosmology and Nongalactic Astrophysics
+0908.2220
+0908.2598 Cosmology and Nongalactic Astrophysics
+0908.2881 Strongly Correlated Electrons
+0908.3452
+0909.0427 Pattern Formation and Solitons
+0909.0656 Phenomenology
+0909.1469
+0909.1875
+0909.1878 Phenomenology
+0909.2206
+0909.2601
+0909.3664
+0909.3728 Mesoscale and Nanoscale Physics
+0909.3977 Phenomenology
+0909.4731 Theory
+0909.4841
+0909.5050 Dynamical Systems
+0910.1057
+0910.1567 Phenomenology
+0910.1998 Theory
+0910.2112 Phenomenology
+0910.3090
+0910.3307
+0910.3381 Phenomenology
+0910.3636 Phenomenology
+0910.3637
+0910.3680 Theory
+0910.3838
+0910.4765 Cosmology and Nongalactic Astrophysics
+0910.5221 Cosmology and Nongalactic Astrophysics
+0911.0017 Cosmology and Nongalactic Astrophysics
+0911.0084 Theory
+0911.0217 Phenomenology
+0911.0517 Combinatorics
+0911.0677 Theory
+0911.1040
+0911.1160
+0911.1372
+0911.1597 Experiment
+0911.1766 Phenomenology
+0911.2164 Phenomenology
+0911.2244 Cosmology and Nongalactic Astrophysics
+0911.2397
+0911.3089
+0911.3450 Lattice
+0911.3793 Theory
+0911.3995
+0911.4096 Phenomenology
+0911.4632 Phenomenology
+0911.4696 Phenomenology
+0911.5041
+0911.5101 Lattice
+0911.5453 Instrumentation and Methods for Astrophysics
+0912.0244
+0912.0269 Cosmology and Nongalactic Astrophysics
+0912.0397 Cosmology and Nongalactic Astrophysics
+0912.0513 Cosmology and Nongalactic Astrophysics
+0912.0604
+0912.1192 Statistical Mechanics
+0912.1741 Theory
+0912.2478 Phenomenology
+0912.2850 Lattice
+0912.3106
+0912.3137 Phenomenology
+0912.3234
+0912.3244
+0912.3360 Lattice
+0912.3606
+0912.3692
+0912.3884
+0912.4079 Experiment
+0912.4186 Theory
+0912.4195
+0912.5422 Quantum Gases
+1001.2269 Phenomenology
+1001.2321 Cosmology and Nongalactic Astrophysics
+1001.2555 Phenomenology
+1001.3031
+1001.3832
+1001.3976 Geometric Topology
+1001.4067 Theory
+1001.4976
+1001.5034 Phenomenology
+1001.5052
+1001.5129
+1001.5237 Phenomenology
+1002.0237 Phenomenology
+1002.0283 Phenomenology
+1002.0299 Neurons and Cognition
+1002.0851 Theory
+1002.0896
+1002.1136 Theory
+1002.1608
+1002.1971 Phenomenology
+1002.2689 High Energy Astrophysical Phenomena
+1002.2880 Phenomenology
+1002.2975 Physics and Society
+1002.3578 Phenomenology
+1002.4032 Phenomenology
+1002.4543 Superconductivity
+1002.4552
+1002.4905
+1003.1006 Phenomenology
+1003.1229
+1003.1309
+1003.1356
+1003.1537
+1003.2131 Number Theory
+1003.3077 High Energy Astrophysical Phenomena
+1003.3460 High Energy Astrophysical Phenomena
+1003.3520
+1003.3580
+1003.4153
+1003.4311
+1003.4722 Group Theory
+1003.4792 Lattice
+1004.0120 Number Theory
+1004.0362 Soft Condensed Matter
+1004.0418 Phenomenology
+1004.0717 Analysis of PDEs
+1004.1804 Trading and Market Microstructure
+1004.1811 Combinatorics
+1004.1923 Probability
+1004.1937 Statistical Mechanics
+1004.2057 Statistical Mechanics
+1004.2062
+1004.2070 Materials Science
+1004.2072 Neurons and Cognition
+1004.2076 Statistical Mechanics
+1004.2077 Cosmology and Nongalactic Astrophysics
+1004.2078 Plasma Physics
+1004.2087 Geometric Topology
+1004.2098 Classical Analysis and ODEs
+1004.2101 Populations and Evolution
+1004.2106 Computational Finance
+1004.2107 Probability
+1004.2113 Theory
+1004.2116 Phenomenology
+1004.2134 Analysis of PDEs
+1004.2143
+1004.2146 Fluid Dynamics
+1004.2148 Algebraic Geometry
+1004.2150 Algebraic Geometry
+1004.2151 Functional Analysis
+1004.2153 Data Analysis, Statistics and Probability
+1004.2155 Databases
+1004.2168 Number Theory
+1004.2175 Probability
+1004.2178 Software Engineering
+1004.2189 Chaotic Dynamics
+1004.2192 Analysis of PDEs
+1004.2194 Strongly Correlated Electrons
+1004.2206 Probability
+1004.2210 Computer Science and Game Theory
+1004.2214 Geometric Topology
+1004.2215 Solar and Stellar Astrophysics
+1004.2222 Human-Computer Interaction
+1004.2226
+1004.2228 Category Theory
+1004.2231 Mesoscale and Nanoscale Physics
+1004.2233 Representation Theory
+1004.2235 Soft Condensed Matter
+1004.2237 Soft Condensed Matter
+1004.2238 Solar and Stellar Astrophysics
+1004.2239 Logic
+1004.2246 Analysis of PDEs
+1004.2248 Computational Finance
+1004.2249 Solar and Stellar Astrophysics
+1004.2250 Theory
+1004.2251 General Physics
+1004.2252 Probability
+cond-mat/0404160 Mesoscale and Nanoscale Physics
+cond-mat/0408381 Mesoscale and Nanoscale Physics
+cond-mat/0701210 Mesoscale and Nanoscale Physics
+cond-mat/0702577 Mesoscale and Nanoscale Physics
+cond-mat/0703612 Statistical Mechanics
+cs/0702148 Computational Engineering, Finance, and Science
+gr-qc/0309117
+hep-ph/9406256 Phenomenology
+hep-th/9412048 Theory
+math/0412486 Geometric Topology
+math/0503036 Dynamical Systems
+math/0701875 Probability
+math/9809129 Geometric Topology
+nucl-ex/0702036
+physics/0604211 Data Analysis, Statistics and Probability
+q-bio/0703003 Biomolecules
+quant-ph/0605008
+0712.0015
+0801.0748 Statistical Finance
+0802.1569 Atomic Physics
+0804.2240
+0804.2634
+0807.2478 Materials Science
+0807.4302 Algebraic Geometry
+0811.0702
+0812.2214
+0812.4676 Differential Geometry
+0901.0684 Applications
+0901.4497 Optimization and Control
+0905.1972 Materials Science
+0905.4647 Algebraic Geometry
+0907.1695 Statistical Mechanics
+0907.5309 Machine Learning
+0908.1467
+0909.4832 Disordered Systems and Neural Networks
+0910.0614 Probability
+0910.5281 Geometric Topology
+0911.0933 Popular Physics
+0911.2925 Superconductivity
+0912.0911 Combinatorics
+1001.4196 Popular Physics
+1001.4353 Quantum Algebra
+1001.4365 Representation Theory
+1001.5189 Phenomenology
+1001.5246 Theory
+astro-ph/0604084
+quant-ph/0206117
+0705.0379 Theory
+0705.2299 Phenomenology
+0705.3811 Theory
+0706.0446 Theory
+0706.4465 Phenomenology
+0707.0522 Superconductivity
+0709.1910 Theory
+0710.4488
+0711.3803 Theory
+0711.4820 Phenomenology
+0712.3512 Theory
+0801.1833 Phenomenology
+0801.2074 Phenomenology
+0802.1232 Theory
+0804.1423
+0805.1100
+0807.0461 Accelerator Physics
+0807.1595 Differential Geometry
+0807.1609 Differential Geometry
+0807.1908 Theory
+0807.4176 Phenomenology
+0808.1035
+0808.1893
+0809.2269
+0809.3479 Statistical Mechanics
+0809.3481 Statistical Mechanics
+0809.3581 Rings and Algebras
+0809.5074
+0810.1084
+0810.1263 Phenomenology
+0810.3201 Theory
+0810.3861 Theory
+0810.4445
+0811.2359 Theory
+0811.3678 Phenomenology
+0811.3905 Phenomenology
+0811.4367 Logic in Computer Science
+0812.0351 Theory
+0812.2470
+0812.2846
+0812.4805 Phenomenology
+0901.0015 Information Theory
+0901.4144 Theory
+0902.0738 Theory
+0902.3768 Lattice
+0903.5237 Quantum Algebra
+0904.0957 Phenomenology
+0904.1035 Theory
+0904.3108 Solar and Stellar Astrophysics
+0904.3732
+0905.0639 Lattice
+0905.2196 Cosmology and Nongalactic Astrophysics
+0905.2607 Theory
+0905.2970 Theory
+0906.1144 Instrumentation and Detectors
+0906.2366 Theory
+0906.2526 Theory
+0906.2963
+0906.5333
+0907.1399
+0907.1733 Analysis of PDEs
+0907.1852 Phenomenology
+0907.2662 Phenomenology
+0907.3662 Algebraic Geometry
+0907.4602
+0907.4763 Phenomenology
+0908.0360 Theory
+0908.0642 Probability
+0908.2228 General Topology
+0909.0377 Phenomenology
+0909.2040 Cosmology and Nongalactic Astrophysics
+0909.5327 Phenomenology
+0910.2789 Lattice
+0910.3722 Theory
+0910.4289
+0910.5295
+0910.5433 Functional Analysis
+0911.1360 Phenomenology
+0911.2130 Strongly Correlated Electrons
+0911.3578 Theory
+0911.5206 Solar and Stellar Astrophysics
+0912.0164
+0912.0548
+0912.0740 Geometric Topology
+0912.1995 Strongly Correlated Electrons
+0912.2692 Astrophysics of Galaxies
+0912.2726 Theory
+0912.3203 Optics
+0912.3320 Phenomenology
+0912.3466
+0912.4351 Superconductivity
+0912.4840 Strongly Correlated Electrons
+0912.5075 Theory
+0912.5297 Cosmology and Nongalactic Astrophysics
+0912.5378 Soft Condensed Matter
+1001.1222 Strongly Correlated Electrons
+1001.1576 Dynamical Systems
+1001.3161 Cosmology and Nongalactic Astrophysics
+1001.3221 Experiment
+1001.3302 Instrumentation and Methods for Astrophysics
+1001.3834
+1001.3922
+1001.4325 Instrumentation and Detectors
+1001.4917 Theory
+1001.5253 Quantum Gases
+1001.5349
+1002.0322 Theory
+1002.0340 Phenomenology
+1002.0895 Cosmology and Nongalactic Astrophysics
+1002.0983 Mesoscale and Nanoscale Physics
+1002.1429 Theory
+1002.1511 Instrumentation and Methods for Astrophysics
+1002.1560
+1002.2099 Theory
+1002.2669 Superconductivity
+1002.2967 Phenomenology
+1002.3000 Experiment
+1002.3141 Group Theory
+1002.3278 Cosmology and Nongalactic Astrophysics
+1002.3342 Information Retrieval
+1002.3911 Probability
+1002.3971 Theory
+1003.0067 Differential Geometry
+1003.0286 Differential Geometry
+1003.0314 Theory
+1003.0769 Theory
+1003.0962 Phenomenology
+1003.1128 Mesoscale and Nanoscale Physics
+1003.1134 Theory
+1003.1361 Lattice
+1003.3486
+1003.3899 Cosmology and Nongalactic Astrophysics
+1003.4184 Theory
+1003.4823 Cosmology and Nongalactic Astrophysics
+1003.4951 Theory
+1003.5225
+1003.5227 Theory
+1003.5317 Theory
+1004.0735
+1004.0800 Differential Geometry
+1004.1241 Phenomenology
+1004.2132 Cryptography and Security
+1004.2527 Mesoscale and Nanoscale Physics
+1004.3743 Solar and Stellar Astrophysics
+1005.1302 Algebraic Geometry
+1005.2600
+1005.3512 Geometric Topology
+1005.4170 Operator Algebras
+1005.4545
+1005.4695 Databases
+1005.4698 Solar and Stellar Astrophysics
+1005.4699 Cosmology and Nongalactic Astrophysics
+1005.4701 Probability
+1005.4702 Probability
+1005.4715 Dynamical Systems
+1005.4722 Algebraic Geometry
+1005.4724 Combinatorics
+1005.4725 Materials Science
+1005.4735
+1005.4737 Statistical Mechanics
+1005.4746 Representation Theory
+1005.4747 Representation Theory
+1005.4757 Probability
+1005.4758
+1005.4759
+1005.4762 Mathematical Software
+1005.4771 Number Theory
+1005.4776
+1005.4780 Mesoscale and Nanoscale Physics
+1005.4784 Quantum Gases
+1005.4787 Quantum Gases
+1005.4788
+1005.4790
+1005.4794 Numerical Analysis
+1005.4796 Superconductivity
+1005.4797 Computation
+1005.4806 Probability
+1005.4808 Numerical Analysis
+1005.4810 Algebraic Topology
+1005.4812 Genomics
+1005.4815 Multiagent Systems
+1005.4819 Superconductivity
+1005.4821 Materials Science
+1005.4822 Analysis of PDEs
+1005.4825 Number Theory
+1005.4826 Formal Languages and Automata Theory
+1005.4828 Dynamical Systems
+1005.4829 Theory
+1005.4833 Materials Science
+1005.4837
+1005.4838 Spectral Theory
+1005.4843 Algebraic Geometry
+1005.4846 Probability
+1005.4847 Statistical Mechanics
+1005.4848 Theory
+1005.4850 Operator Algebras
+1005.4852 Mesoscale and Nanoscale Physics
+1005.4861 Biological Physics
+1005.4866 Metric Geometry
+1005.4869 Other Condensed Matter
+1005.4871 Superconductivity
+1005.4874 Computational Complexity
+1005.4881 Algebraic Geometry
+1005.4882 Computers and Society
+1005.4889 Complex Variables
+1005.4892 Phenomenology
+1005.4893 Probability
+1005.4896 Adaptation and Self-Organizing Systems
+1005.4897 Combinatorics
+1005.4899 Space Physics
+1005.4902 Space Physics
+1005.4906 Digital Libraries
+1005.4911 Metric Geometry
+1005.4924 Logic
+astro-ph/0301420
+astro-ph/0301450
+astro-ph/0307546
+astro-ph/0308358
+astro-ph/0408168
+astro-ph/0410175
+astro-ph/0505589
+astro-ph/0606229
+astro-ph/0610029
+astro-ph/0703355
+cond-mat/0011291
+cond-mat/0107442 Statistical Mechanics
+cond-mat/0111166 Strongly Correlated Electrons
+cond-mat/0604452 Statistical Mechanics
+cond-mat/9805275 Strongly Correlated Electrons
+cs/0110065 Networking and Internet Architecture
+cs/0110066 Other Computer Science
+cs/0111001 Other Computer Science
+gr-qc/0206041
+gr-qc/0308017
+gr-qc/0610111
+gr-qc/9612006
+hep-ex/0203012 Experiment
+hep-ex/9907047 Experiment
+hep-lat/0101007 Lattice
+hep-lat/0106007 Lattice
+hep-lat/0111001 Lattice
+hep-lat/0112017 Lattice
+hep-lat/0207020 Lattice
+hep-lat/0406015 Lattice
+hep-lat/0502009 Lattice
+hep-lat/9211012 Lattice
+hep-lat/9303007 Lattice
+hep-lat/9305019 Lattice
+hep-lat/9312075 Lattice
+hep-lat/9401027 Lattice
+hep-lat/9501016 Lattice
+hep-lat/9608075 Lattice
+hep-lat/9704021 Lattice
+hep-lat/9710011 Lattice
+hep-lat/9804002 Lattice
+hep-lat/9805016 Lattice
+hep-lat/9807016 Lattice
+hep-lat/9809025 Lattice
+hep-lat/9809158 Lattice
+hep-lat/9810016 Lattice
+hep-lat/9810018 Lattice
+hep-ph/0007199 Phenomenology
+hep-ph/0208105 Phenomenology
+hep-ph/0307140 Phenomenology
+hep-ph/0308002 Phenomenology
+hep-ph/0503138 Phenomenology
+hep-ph/0509033 Phenomenology
+hep-ph/0511267 Phenomenology
+hep-ph/0610014 Phenomenology
+hep-ph/9506470 Phenomenology
+hep-ph/9611251 Phenomenology
+hep-ph/9804465 Phenomenology
+hep-ph/9905375 Phenomenology
+hep-ph/9912222 Phenomenology
+hep-th/0010260 Theory
+hep-th/0012250 Theory
+hep-th/0103222 Theory
+hep-th/0109023 Theory
+hep-th/0202172 Theory
+hep-th/0212293 Theory
+hep-th/0303047 Theory
+hep-th/0304267 Theory
+hep-th/0307287 Theory
+hep-th/0312257 Theory
+hep-th/0403149 Theory
+hep-th/0408235 Theory
+hep-th/0411075 Theory
+hep-th/0412082 Theory
+hep-th/0501211 Theory
+hep-th/0603134 Theory
+hep-th/0603236 Theory
+hep-th/0606060 Theory
+hep-th/0701040 Theory
+hep-th/0702102 Theory
+hep-th/9312091 Theory
+hep-th/9806153 Theory
+hep-th/9809018 Theory
+hep-th/9812112 Theory
+hep-th/9902023 Theory
+hep-th/9906243 Theory
+hep-th/9911099 Theory
+math/0601095 Probability
+math/0603186 Functional Analysis
+nucl-ex/0006002
+nucl-ex/0111010
+nucl-ex/0203012
+nucl-ex/0505024
+nucl-ex/0509004
+nucl-ex/9810012
+nucl-th/0106047
+nucl-th/0207065
+nucl-th/0208074
+nucl-th/0209065
+nucl-th/0212012
+nucl-th/0305078
+nucl-th/0410090
+nucl-th/9601012
+nucl-th/9708024
+physics/0008054 Accelerator Physics
+physics/0008095 Accelerator Physics
+physics/0504195 Instrumentation and Detectors
+physics/9909007 Atomic Physics
+quant-ph/9802007
+solv-int/9912012 Exactly Solvable and Integrable Systems
+0705.1023 Numerical Analysis
+0712.0405 Quantum Algebra
+0712.0775 Statistics Theory
+0712.1164 Mesoscale and Nanoscale Physics
+0801.3784 Statistical Mechanics
+0802.0837 Statistics Theory
+0803.0635 Molecular Networks
+0807.4046
+0809.1119
+0809.1872 General Topology
+0810.0573
+0810.0728 Algebraic Geometry
+0812.1532 Phenomenology
+0901.1161
+0901.3517 Strongly Correlated Electrons
+0902.2993 Differential Geometry
+0905.1073 Cosmology and Nongalactic Astrophysics
+0905.3588 General Topology
+0906.5321 Data Analysis, Statistics and Probability
+0908.1583
+0908.2521 Pattern Formation and Solitons
+0908.3757 Differential Geometry
+0908.3781 Analysis of PDEs
+0910.1743
+0910.2058
+0911.0145 General Topology
+0911.2497 Statistical Mechanics
+0911.4971 Cosmology and Nongalactic Astrophysics
+0912.0154 Mesoscale and Nanoscale Physics
+0912.5102 Fluid Dynamics
+1001.2039 Statistical Mechanics
+1001.4167 Quantum Gases
+1001.4596 Statistical Mechanics
+1002.0320 Group Theory
+1002.0463 Optics
+1002.0728 Mesoscale and Nanoscale Physics
+1002.1767 Differential Geometry
+1002.2711 Fluid Dynamics
+1002.3075
+1002.3736 Mesoscale and Nanoscale Physics
+1002.4352 Phenomenology
+1002.5048 High Energy Astrophysical Phenomena
+1003.0116
+1003.1560 Geometric Topology
+1003.4938 Optics
+1004.2293 Strongly Correlated Electrons
+1004.3018 Algebraic Geometry
+1005.0262 Materials Science
+1005.2833 Adaptation and Self-Organizing Systems
+1005.3488 Earth and Planetary Astrophysics
+1005.5050 Statistical Mechanics
+1005.5564 Instrumentation and Methods for Astrophysics
+1006.2350 Superconductivity
+1006.4520
+1006.4653 Cryptography and Security
+1006.5060 Machine Learning
+1006.5108 Statistical Mechanics
+1006.5454 Strongly Correlated Electrons
+1006.5687 General Topology
+1006.5878 Mesoscale and Nanoscale Physics
+1006.5963 Analysis of PDEs
+1007.0011 Solar and Stellar Astrophysics
+1007.0019 Phenomenology
+1007.0020 Experiment
+1007.0033 Algebraic Topology
+1007.0046 Materials Science
+1007.0048 Differential Geometry
+1007.0050 Distributed, Parallel, and Cluster Computing
+1007.0056 Solar and Stellar Astrophysics
+1007.0057 Cryptography and Security
+1007.0060 Cryptography and Security
+1007.0062 Popular Physics
+1007.0065 Optics
+1007.0069 Algebraic Topology
+1007.0081 Fluid Dynamics
+1007.0082 Fluid Dynamics
+1007.0083 Optics
+1007.0085 Computer Vision and Pattern Recognition
+1007.0087 Cryptography and Security
+1007.0089 Data Structures and Algorithms
+1007.0092 Geometric Topology
+1007.0094 Materials Science
+1007.0097 Information Theory
+1007.0101 Materials Science
+1007.0102 Chaotic Dynamics
+1007.0107 Distributed, Parallel, and Cluster Computing
+1007.0114 Dynamical Systems
+1007.0119 Materials Science
+1007.0121 Category Theory
+1007.0123 Networking and Internet Architecture
+1007.0126 Networking and Internet Architecture
+1007.0128 Networking and Internet Architecture
+1007.0134 Logic in Computer Science
+1007.0140
+1007.0141 Phenomenology
+1007.0143 Symbolic Computation
+1007.0144 Computer Science and Game Theory
+1007.0151 Solar and Stellar Astrophysics
+1007.0154 Analysis of PDEs
+1007.0159 Programming Languages
+1007.0162 Functional Analysis
+1007.0174 Numerical Analysis
+1007.0176 Functional Analysis
+1007.0177 Materials Science
+1007.0186 General Mathematics
+1007.0187 Plasma Physics
+1007.0201 Geophysics
+1007.0208 Phenomenology
+1007.0211 Instrumentation and Detectors
+1007.0216 Plasma Physics
+1007.0217 Data Structures and Algorithms
+1007.0221 Computational Geometry
+1007.0224 Algebraic Geometry
+1007.0225 Dynamical Systems
+1007.0235 Optimization and Control
+astro-ph/0211018
+hep-ex/0402028 Experiment
+math/0401232 Quantum Algebra
+nucl-ex/0303013
+nucl-th/0211066
+0801.1606 Differential Geometry
+0805.3589 Strongly Correlated Electrons
+0806.3526 Materials Science
+0807.0385 Rings and Algebras
+0810.1123 Differential Geometry
+0811.2475 Combinatorics
+0812.1080 Differential Geometry
+0901.0671
+0903.1907 Optics
+0905.1344 Phenomenology
+0905.3213 Statistical Mechanics
+0906.2906
+0906.4451 Statistical Mechanics
+0906.4462 Strongly Correlated Electrons
+0906.4469 Strongly Correlated Electrons
+0907.1946 Fluid Dynamics
+0908.2657 Theory
+0908.3877
+0909.1743 Theory
+0909.4620 Quantum Gases
+0909.5136 Materials Science
+0910.4036 Exactly Solvable and Integrable Systems
+0910.4906 Mesoscale and Nanoscale Physics
+0911.1140 Mesoscale and Nanoscale Physics
+0911.2206 Analysis of PDEs
+0911.5320
+0912.3502 Statistical Mechanics
+0912.4333 Phenomenology
+1001.0692 Phenomenology
+1001.2239
+1001.2942 Cryptography and Security
+1001.3145
+1001.3563 Statistical Mechanics
+1002.1278
+1002.2918
+1002.3034 Geometric Topology
+1002.3422 Number Theory
+1002.3522 Algebraic Geometry
+1002.4520 Statistical Mechanics
+1003.0300 Strongly Correlated Electrons
+1003.0387 Superconductivity
+1003.1137 Materials Science
+1003.1226 Atomic Physics
+1003.1859 Statistical Mechanics
+1003.2151 Materials Science
+1003.2209 Superconductivity
+1003.3936 Superconductivity
+1003.4904 Geometric Topology
+1003.6072
+1004.0757 Mesoscale and Nanoscale Physics
+1004.1728 Biological Physics
+1004.2031 Mesoscale and Nanoscale Physics
+1005.0036 Cosmology and Nongalactic Astrophysics
+1005.1656
+1005.1768 Optics
+1005.1904 Distributed, Parallel, and Cluster Computing
+1005.2099 Mesoscale and Nanoscale Physics
+1005.3160 General Topology
+1005.3539 Earth and Planetary Astrophysics
+1005.3547 Probability
+1005.3557 Other Condensed Matter
+1005.3569 Earth and Planetary Astrophysics
+1005.3570 Earth and Planetary Astrophysics
+1005.3572 Differential Geometry
+1005.3573 Applications
+1005.3575 Superconductivity
+1005.3578 Algebraic Geometry
+1005.3579 Machine Learning
+1005.3581 Theory
+1005.3582 Populations and Evolution
+1005.3595
+1005.3603
+1005.3605 Optimization and Control
+1005.3617 Chemical Physics
+1005.3618 Statistical Mechanics
+1005.3620 Information Theory
+1005.3621
+1005.3624 Number Theory
+1005.3632 Dynamical Systems
+1005.3634 Functional Analysis
+1005.3643 Solar and Stellar Astrophysics
+1005.3644 Phenomenology
+1005.3645 Atomic and Molecular Clusters
+1005.3652 Plasma Physics
+1005.3662 Strongly Correlated Electrons
+1005.3666
+1005.3668 Analysis of PDEs
+1005.3669 Strongly Correlated Electrons
+1005.3672 Lattice
+1005.3678
+1005.3679
+1005.3683 Algebraic Geometry
+1005.3684 Solar and Stellar Astrophysics
+1005.3688
+1005.3693 Other Condensed Matter
+1005.3695 Materials Science
+1005.3699 Cosmology and Nongalactic Astrophysics
+1005.3701 Number Theory
+1005.3710 Instrumentation and Detectors
+1005.3713 Mesoscale and Nanoscale Physics
+1005.3716 Cosmology and Nongalactic Astrophysics
+1005.3717 Experiment
+1005.3719 Earth and Planetary Astrophysics
+1005.3722
+1005.3723 Cosmology and Nongalactic Astrophysics
+1005.3727 Numerical Analysis
+1005.3729 Information Theory
+1005.3731 Logic in Computer Science
+1005.3732 Representation Theory
+1005.3733 Phenomenology
+1005.3737 Methodology
+1005.3739 Metric Geometry
+1005.3740 Differential Geometry
+1005.3741 Algebraic Geometry
+1005.3742 Plasma Physics
+1005.3748 Group Theory
+1005.3752 Algebraic Topology
+1005.3753 Algebraic Geometry
+1005.3758 Probability
+1005.3773 Databases
+1005.3776 General Physics
+1005.3780 Statistical Mechanics
+1005.3790 Classical Analysis and ODEs
+1005.3795 Experiment
+1005.3799 Pricing of Securities
+cond-mat/0412458 Other Condensed Matter
+cond-mat/0503173 Superconductivity
+gr-qc/0601089
+hep-ph/0508225 Phenomenology
+math-ph/0205043
+math/0310240 Number Theory
+math/0508643 Algebraic Topology
+math/0612740 Combinatorics
+math/0701024 Differential Geometry
+0801.0658 Combinatorics
+0804.0867 Probability
+0807.2677 Networking and Internet Architecture
+0904.3379 Classical Analysis and ODEs
+0909.1751 Quantum Gases
+0910.1883 Materials Science
+0910.5083 Superconductivity
+0911.3136 Superconductivity
+0912.0560 Materials Science
+0912.0850 Data Structures and Algorithms
+0912.4576 Computational Physics
+0912.5145 Atomic Physics
+1001.1141
+1001.1295
+1001.1984 Genomics
+1001.2835 Classical Analysis and ODEs
+1001.4304 History and Philosophy of Physics
+1001.5362 General Physics
+math/0603265 Combinatorics
+math/0610716 Probability
+0705.2576 Operator Algebras
+0706.0148
+0711.4232 General Physics
+0712.3056 Computation
+0802.0172 Statistical Mechanics
+0803.1430 Statistical Mechanics
+0804.3764 Functional Analysis
+0806.1746
+0807.0459
+0807.1292
+0809.0486 Phenomenology
+0809.2744
+0809.4741 Probability
+0810.0252 Operator Algebras
+0810.0417 Atomic Physics
+0810.3224 Probability
+0811.3987 Functional Analysis
+0811.4679
+0812.3919 Classical Analysis and ODEs
+0812.5107 Theory
+0902.0566 Astrophysics of Galaxies
+0902.2381 Theory
+0902.3642 Theory
+0903.3394 Analysis of PDEs
+0903.3561 K-Theory and Homology
+0904.0753
+0904.2724 Cosmology and Nongalactic Astrophysics
+0904.3360 Phenomenology
+0904.3426
+0904.4811
+0905.1534 Phenomenology
+0905.1694 Theory
+0905.2277 Cosmology and Nongalactic Astrophysics
+0905.2470 Cosmology and Nongalactic Astrophysics
+0905.2921 Strongly Correlated Electrons
+0905.4253 Quantum Algebra
+0905.4258 Quantum Algebra
+0906.0141
+0906.0793 Classical Analysis and ODEs
+0906.4787 Theory
+0907.0276 Phenomenology
+0907.0530 Phenomenology
+0907.0627 Materials Science
+0907.2154
+0907.2519 Theory
+0907.2991 Combinatorics
+0907.3960
+0907.5259 Theory
+0907.5580 Theory
+0908.0336 Theory
+0908.0738 Theory
+0908.2624 Solar and Stellar Astrophysics
+0908.2631 Phenomenology
+0908.2786 Phenomenology
+0908.4252 Theory
+0909.1336 Statistical Mechanics
+0909.1678 Numerical Analysis
+0909.1935 Molecular Networks
+0909.2248 Strongly Correlated Electrons
+0909.2333 Theory
+0909.2484 Phenomenology
+0909.2602
+0909.2771 Lattice
+0909.3134 Representation Theory
+0909.3830 Geophysics
+0909.3941 Strongly Correlated Electrons
+0909.4105 Phenomenology
+0909.4297 Theory
+0909.4461 Data Analysis, Statistics and Probability
+0909.4470 Mesoscale and Nanoscale Physics
+0909.4475 Phenomenology
+0909.4701 Theory
+0909.4782 Theory
+0909.5008 Numerical Analysis
+0909.5206 Theory
+0909.5481 Strongly Correlated Electrons
+0910.0020 Theory
+0910.0569 Functional Analysis
+0910.0645 Theory
+0910.2076 Theory
+0910.2110 Theory
+0910.2148
+0910.2413 Theory
+0910.3133
+0910.3362 Dynamical Systems
+0910.5657 Optics
+0911.4327 Strongly Correlated Electrons
+0912.0265 Computational Engineering, Finance, and Science
+0912.0414
+0912.0418
+0912.1234
+0912.3382 Materials Science
+0912.3487 Functional Analysis
+1001.2362 Information Theory
+1001.2500 Geometric Topology
+1001.2776 Theory
+1001.3316 Number Theory
+1001.3458
+1001.3459
+1001.3672 Astrophysics of Galaxies
+1001.3673 Networking and Internet Architecture
+1001.3685 Rings and Algebras
+1001.3689 Networking and Internet Architecture
+1001.3693
+1001.3694 Cosmology and Nongalactic Astrophysics
+1001.3695 High Energy Astrophysical Phenomena
+1001.3697 Information Theory
+1001.3708 Information Theory
+1001.3709 General Physics
+1001.3710 Optics
+1001.3712 Soft Condensed Matter
+1001.3713 Data Structures and Algorithms
+1001.3717 Information Theory
+1001.3720 Databases
+1001.3724 Mesoscale and Nanoscale Physics
+1001.3731 Physics and Society
+1001.3736 Operator Algebras
+1001.3752 Commutative Algebra
+1001.3753 Theory
+1001.3755 Strongly Correlated Electrons
+1001.3763 Algebraic Geometry
+1001.3764 Computational Physics
+1001.3766 Phenomenology
+1001.3769 Mesoscale and Nanoscale Physics
+1001.3772 Instrumentation and Methods for Astrophysics
+1001.3778 Cosmology and Nongalactic Astrophysics
+1001.3779 Group Theory
+1001.3780 Cryptography and Security
+1001.3782 Statistical Mechanics
+1001.3786 Phenomenology
+1001.3788 Statistical Mechanics
+1001.3791 Materials Science
+1001.3794 Materials Science
+1001.3795
+1001.3797
+1001.3799
+1001.3804 Mesoscale and Nanoscale Physics
+1001.3806 Experiment
+1001.3809 Mesoscale and Nanoscale Physics
+1001.3812 Accelerator Physics
+1001.3814 Classical Analysis and ODEs
+1001.3816 Computational Complexity
+1001.3823 Solar and Stellar Astrophysics
+1001.3824 Distributed, Parallel, and Cluster Computing
+1001.3825 Number Theory
+1001.3828
+1001.3831
+1001.3836 Group Theory
+1001.3840
+1001.3842
+1001.3844 Probability
+1001.3850 Combinatorics
+1001.3851
+1001.3861 Differential Geometry
+1001.3866 Strongly Correlated Electrons
+1001.3869 Materials Science
+1001.3872 Probability
+hep-ph/0702136 Phenomenology
+hep-ph/9402266 Phenomenology
+math/0607268 Number Theory
+math/9909092 Spectral Theory
+physics/0401030 Instrumentation and Detectors
+physics/0410282 Instrumentation and Detectors
+physics/0507072 General Physics
+quant-ph/0702013
+0706.3532
+0710.4410 Data Structures and Algorithms
+0711.1031 Statistical Mechanics
+0711.1733
+0712.2929 Probability
+0801.0113 Mesoscale and Nanoscale Physics
+0802.3361 Number Theory
+0802.3922 Optimization and Control
+0802.4167
+0803.2248
+0804.4835 Differential Geometry
+0806.1908 Strongly Correlated Electrons
+0807.2839 Combinatorics
+0807.4334 Algebraic Topology
+0808.1648
+0808.2264 Pattern Formation and Solitons
+0808.3104 Strongly Correlated Electrons
+0809.4805
+0811.4310
+0901.0518 Classical Analysis and ODEs
+0901.2679 Geometric Topology
+0902.0217
+0902.3157 Other Condensed Matter
+0903.0074 Optics
+0903.1536 Other Condensed Matter
+0903.2925 Algebraic Topology
+0904.0144 Probability
+0905.2610 Quantum Gases
+0906.0600 Algebraic Geometry
+0906.4582 Machine Learning
+0906.5202 Numerical Analysis
+0907.2590 Differential Geometry
+0907.4328 Quantum Gases
+0908.0418 Soft Condensed Matter
+0908.0633 Theory
+0908.1404 Phenomenology
+0908.2585 Number Theory
+0908.2673 Superconductivity
+0909.3170 Rings and Algebras
+0909.3543 Quantum Gases
+0909.5662 Strongly Correlated Electrons
+0910.0103 Statistical Mechanics
+0910.1111 Statistical Mechanics
+0910.1311
+0910.1312 Solar and Stellar Astrophysics
+0910.3688 Operator Algebras
+0910.5250 Optimization and Control
+0910.5782 Analysis of PDEs
+0911.0123 Category Theory
+0911.0556 Statistical Mechanics
+0911.0903 Rings and Algebras
+0911.1312 Atomic Physics
+0911.3622 Phenomenology
+0911.4015 Statistical Mechanics
+0911.4311 Mesoscale and Nanoscale Physics
+0911.5031 Data Structures and Algorithms
+0911.5664 Strongly Correlated Electrons
+0912.0405 Group Theory
+0912.1116 Statistical Mechanics
+0912.1195 Mesoscale and Nanoscale Physics
+0912.1545 Phenomenology
+0912.4843 Cosmology and Nongalactic Astrophysics
+0912.4888
+0912.4949 Classical Physics
+0912.5018 Analysis of PDEs
+0912.5406 Biological Physics
+1001.0248 Number Theory
+1001.0426 Quantum Gases
+1001.0432 Representation Theory
+1001.1941 Superconductivity
+1001.2897 Information Theory
+1001.4629 Chaotic Dynamics
+1002.2585 General Topology
+1002.3396 Other Condensed Matter
+1002.3790 Optimization and Control
+1002.4830 Other Computer Science
+1002.4953
+1003.1040 Theory
+1003.1389 Analysis of PDEs
+1003.3559 Disordered Systems and Neural Networks
+1003.4693 Phenomenology
+1003.4910 General Mathematics
+1004.0225 Mesoscale and Nanoscale Physics
+1004.0273 Optimization and Control
+1004.0933 Computer Science and Game Theory
+1004.1017
+1004.1068 Geometric Topology
+1004.1649 Experiment
+1004.1960 Number Theory
+1004.1981 Algebraic Geometry
+1004.2093 High Energy Astrophysical Phenomena
+1004.2920
+1004.2921
+1004.2926 Information Theory
+1004.2928 Solar and Stellar Astrophysics
+1004.2930 Numerical Analysis
+1004.2931 Human-Computer Interaction
+1004.2938 Analysis of PDEs
+1004.2945 Exactly Solvable and Integrable Systems
+1004.2950
+1004.2952
+1004.2957
+1004.2971 Chaotic Dynamics
+1004.2973 Analysis of PDEs
+1004.2982 Combinatorics
+1004.2983 Algebraic Geometry
+1004.2992 Geometric Topology
+1004.2993 Networking and Internet Architecture
+1004.2994 Probability
+1004.2996 Number Theory
+1004.2997 Algebraic Geometry
+1004.3001
+1004.3006 Functional Analysis
+1004.3010 Combinatorics
+1004.3011
+1004.3013 Analysis of PDEs
+1004.3016 Probability
+1004.3026 Combinatorics
+1004.3028 Rings and Algebras
+1004.3038 General Topology
+1004.3045 Analysis of PDEs
+1004.3051 Data Structures and Algorithms
+1004.3054 Phenomenology
+1004.3055 Phenomenology
+1004.3057 Cryptography and Security
+1004.3061 Probability
+1004.3067 General Finance
+1004.3068 Instrumentation and Detectors
+1004.3073 Phenomenology
+1004.3076 Functional Analysis
+1004.3080
+1004.3081 Quantum Algebra
+1004.3085 Information Theory
+1004.3090 Algebraic Geometry
+1004.3093 Optimization and Control
+1004.3101 Machine Learning
+1004.3106 Pricing of Securities
+1004.3109 Performance
+1004.3114 Data Structures and Algorithms
+1004.3115 Data Structures and Algorithms
+1004.3117 Geophysics
+1004.3119 Earth and Planetary Astrophysics
+1004.3128 Computational Physics
+1004.3136 Optimization and Control
+1004.3138 Molecular Networks
+1004.3139
+1004.3142 Phenomenology
+1004.3146 Statistics Theory
+1004.3153 Data Analysis, Statistics and Probability
+1004.3162 Biomolecules
+1004.3167 Cosmology and Nongalactic Astrophysics
+1004.3175 Biomolecules
+1004.3178 Networking and Internet Architecture
+1004.3189 Atmospheric and Oceanic Physics
+1004.3195 General Physics
+1004.3203 Atmospheric and Oceanic Physics
+1004.3211 Number Theory
+1004.3220 Combinatorics
+1004.3228 Other Quantitative Biology
+1004.3229 Physics and Society
+1004.3232 Numerical Analysis
+1004.3233
+1004.3235
+1004.3237 Optimization and Control
+1004.3241 Programming Languages
+1004.3248 General Topology
+1004.3250 Cryptography and Security
+1004.3254 Performance
+1004.3255 Mesoscale and Nanoscale Physics
+1004.3256 Networking and Internet Architecture
+1004.3257 Computer Vision and Pattern Recognition
+1004.3258 Software Engineering
+1004.3260 Artificial Intelligence
+1004.3263 Software Engineering
+1004.3265 Other Computer Science
+1004.3267 Other Computer Science
+1004.3268 Networking and Internet Architecture
+1004.3270 Software Engineering
+1004.3271 Other Computer Science
+1004.3272 Databases
+1004.3274 Information Retrieval
+1004.3275 Multimedia
+1004.3276 Computer Vision and Pattern Recognition
+1004.3277 Software Engineering
+1004.3280
+1004.3281 Combinatorics
+1004.3282 Information Theory
+cond-mat/0105600
+cond-mat/0212314 Mesoscale and Nanoscale Physics
+cond-mat/0505098 Statistical Mechanics
+cond-mat/0703022 Statistical Mechanics
+math/0002086 Geometric Topology
+math/0009019 Algebraic Geometry
+math/0405078 Algebraic Geometry
+math/0608356 Symplectic Geometry
+math/0609551 Algebraic Geometry
+nlin/0601057 Exactly Solvable and Integrable Systems
+quant-ph/0103103
+0801.0917
+0802.2432 Computational Complexity
+0804.1861 Algebraic Geometry
+0804.1962
+0804.2102 Phenomenology
+0804.3068 Chaotic Dynamics
+0805.0198
+0806.3367
+0809.4907 Theory
+0810.0743 Probability
+0810.3186 Superconductivity
+0810.5620
+0812.2686 Classical Physics
+0901.4802 Superconductivity
+0902.4069 Algebraic Geometry
+0903.1296
+0903.2475 Phenomenology
+0903.3481 Algebraic Geometry
+0903.3604 Group Theory
+0903.5032 Phenomenology
+0904.0090
+0904.0092
+0905.1666 Adaptation and Self-Organizing Systems
+0905.4070
+0906.0736 Phenomenology
+0906.2221 Cosmology and Nongalactic Astrophysics
+0906.2798 Cosmology and Nongalactic Astrophysics
+0906.3992 Phenomenology
+0907.0820 Functional Analysis
+0907.2721
+0908.2336 Accelerator Physics
+0908.2467 Information Theory
+0908.2805 Strongly Correlated Electrons
+0908.4266 High Energy Astrophysical Phenomena
+0909.0214 Fluid Dynamics
+0909.2639 Theory
+0909.3047 Phenomenology
+0909.3696 Data Structures and Algorithms
+0909.4699 Cosmology and Nongalactic Astrophysics
+0910.0082 Statistical Mechanics
+0910.0241 Cosmology and Nongalactic Astrophysics
+0910.1988 Probability
+0910.2101 Soft Condensed Matter
+0910.2969 Phenomenology
+0910.3225 Theory
+0910.4466 Mesoscale and Nanoscale Physics
+0910.4470 Materials Science
+0910.4475 Theory
+0910.5294 Biological Physics
+0911.0886 Lattice
+0911.5175 Classical Physics
+0911.5458 Commutative Algebra
+0912.0236 Probability
+0912.0890 Mesoscale and Nanoscale Physics
+0912.1993 Materials Science
+0912.3147 General Physics
+0912.3405 Rings and Algebras
+0912.4674
+0912.5055 Information Theory
+0912.5464 Dynamical Systems
+1001.0337 Cosmology and Nongalactic Astrophysics
+1001.0581 Earth and Planetary Astrophysics
+1001.0882 Theory
+1001.3016 General Physics
+1001.4131 Materials Science
+1001.4372 Mesoscale and Nanoscale Physics
+1001.4394
+1001.4522 History and Philosophy of Physics
+1001.4534 Number Theory
+1001.4541 Number Theory
+1001.4542 Cosmology and Nongalactic Astrophysics
+1001.4543 Solar and Stellar Astrophysics
+1001.4546 Mesoscale and Nanoscale Physics
+1001.4552 Functional Analysis
+1001.4556 Group Theory
+1001.4557 Materials Science
+1001.4563 Soft Condensed Matter
+1001.4565 Functional Analysis
+1001.4568 Geometric Topology
+1001.4573 Programming Languages
+1001.4586 History and Philosophy of Physics
+1001.4589 Instrumentation and Methods for Astrophysics
+1001.4591 Materials Science
+1001.4602 Algebraic Geometry
+1001.4606 Quantum Algebra
+1001.4608 Instrumentation and Methods for Astrophysics
+1001.4610 Instrumentation and Methods for Astrophysics
+1001.4620 Chaotic Dynamics
+1001.4621 Phenomenology
+1001.4624 Astrophysics of Galaxies
+1001.4627 Phenomenology
+1001.4628 Instrumentation and Methods for Astrophysics
+1001.4633 Instrumentation and Methods for Astrophysics
+1001.4636 Strongly Correlated Electrons
+1001.4637 Astrophysics of Galaxies
+1001.4638 Functional Analysis
+1001.4642 Instrumentation and Methods for Astrophysics
+1001.4644 Instrumentation and Methods for Astrophysics
+1001.4645 Theory
+1001.4646 Instrumentation and Methods for Astrophysics
+1001.4648 Instrumentation and Methods for Astrophysics
+1001.4649 Computational Complexity
+1001.4652 Dynamical Systems
+1001.4653 Instrumentation and Methods for Astrophysics
+1001.4657 Numerical Analysis
+1001.4658 Dynamical Systems
+1001.4659 Instrumentation and Methods for Astrophysics
+1001.4660
+1001.4661 Instrumentation and Methods for Astrophysics
+1001.4663 Algebraic Topology
+1001.4672 Phenomenology
+1001.4673 Differential Geometry
+1001.4676 Soft Condensed Matter
+1001.4681 Optics
+1001.4685
+1001.4687 Computational Complexity
+1001.4689 Information Theory
+1001.4694 Hardware Architecture
+1001.4696 Instrumentation and Methods for Astrophysics
+1001.4697
+1001.4698 Numerical Analysis
+1001.4699 Instrumentation and Methods for Astrophysics
+1001.4701
+1001.4702 Probability
+1001.4703 Information Theory
+1001.4709 Phenomenology
+1001.4711 Instrumentation and Methods for Astrophysics
+1001.4713 Phenomenology
+1001.4718 High Energy Astrophysical Phenomena
+1001.4725 Materials Science
+1001.4727 Phenomenology
+1001.4730 Instrumentation and Methods for Astrophysics
+1001.4733
+1001.4736 Statistical Mechanics
+1001.4737 Instrumentation and Methods for Astrophysics
+1001.4738 Computers and Society
+1001.4739 Information Theory
+1001.4743 Instrumentation and Methods for Astrophysics
+1001.4746 Phenomenology
+1001.4749 Phenomenology
+1001.4751 Algebraic Topology
+1001.4753 Networking and Internet Architecture
+1001.4760 Algebraic Topology
+1001.4762 General Finance
+1001.4764 Computational Geometry
+1001.4765 Representation Theory
+1001.4770 High Energy Astrophysical Phenomena
+1001.4771 Instrumentation and Methods for Astrophysics
+1001.4778 Instrumentation and Methods for Astrophysics
+1001.4781 Algebraic Geometry
+1001.4787 Instrumentation and Methods for Astrophysics
+1001.4788 Algebraic Geometry
+cond-mat/0407564 Other Condensed Matter
+gr-qc/0212058
+gr-qc/0510105
+hep-ph/0102341 Phenomenology
+hep-ph/0508154 Phenomenology
+hep-th/0002022 Theory
+hep-th/0309065 Theory
+math/0604564 Quantum Algebra
+physics/0512227 Instrumentation and Detectors
+physics/0702210 Physics and Society
+0708.0397 Geometric Topology
+0711.2054 General Mathematics
+0803.3574 Superconductivity
+0808.1551 Symplectic Geometry
+0809.0174
+0810.1126 Dynamical Systems
+0810.1613 Phenomenology
+0812.3718 Other Condensed Matter
+0901.3913 Superconductivity
+0905.3514 Metric Geometry
+0905.3646
+0907.0496 Theory
+0908.2049 Astrophysics of Galaxies
+0908.3313 Cosmology and Nongalactic Astrophysics
+0909.0057 Algebraic Topology
+0909.2074 Information Theory
+0909.3973 Algebraic Geometry
+0910.2645
+0911.2121 Materials Science
+0911.3521 Differential Geometry
+0911.3850 Classical Analysis and ODEs
+0911.5547 Number Theory
+0912.1278
+0912.3835 Disordered Systems and Neural Networks
+0912.4353 Strongly Correlated Electrons
+1001.0128 Materials Science
+1001.5268 Instrumentation and Methods for Astrophysics
+1002.0133 Differential Geometry
+1002.2173 Solar and Stellar Astrophysics
+1002.3605
+1002.4602
+1003.4820 Strongly Correlated Electrons
+1003.5147 General Mathematics
+1003.5477 Strongly Correlated Electrons
+1004.0624 Mesoscale and Nanoscale Physics
+1004.1124
+1005.0632 Probability
+1005.0839 Digital Libraries
+1005.1609 Number Theory
+1005.5567 Optics
+1006.1971
+1006.2489 Statistical Finance
+1006.4803 Solar and Stellar Astrophysics
+1006.4902
+1007.0132 Geometric Topology
+1007.1207 Combinatorics
+1007.1480 Atomic Physics
+1007.1653 Materials Science
+1007.2938 Disordered Systems and Neural Networks
+1007.5321 Superconductivity
+1008.2233 Differential Geometry
+1008.3576 Numerical Analysis
+1009.3089 Metric Geometry
+1009.4918 Combinatorics
+1010.0156 Operator Algebras
+1010.1880 Physics and Society
+1010.2078
+1010.2539 Cosmology and Nongalactic Astrophysics
+1010.2734 High Energy Astrophysical Phenomena
+1010.3912 Materials Science
+1010.3966 Optics
+1010.4395 Cosmology and Nongalactic Astrophysics
+1010.4563 Numerical Analysis
+1010.4578 Combinatorics
+1010.4586 Astrophysics of Galaxies
+1010.4588 Pattern Formation and Solitons
+1010.4590
+1010.4597 Statistical Mechanics
+1010.4607 Dynamical Systems
+1010.4609 Artificial Intelligence
+1010.4610 History and Philosophy of Physics
+1010.4613 Combinatorics
+1010.4615 Numerical Analysis
+1010.4617 Probability
+1010.4619 Quantum Algebra
+1010.4621 Methodology
+1010.4629 Methodology
+1010.4633 Phenomenology
+1010.4634 Algebraic Geometry
+1010.4637 Methodology
+1010.4638 Soft Condensed Matter
+1010.4639 Distributed, Parallel, and Cluster Computing
+1010.4644 Materials Science
+1010.4645 Theory
+1010.4646 Solar and Stellar Astrophysics
+1010.4649 Phenomenology
+1010.4651 Solar and Stellar Astrophysics
+1010.4654 Complex Variables
+1010.4655 Complex Variables
+1010.4659 Methodology
+1010.4664 Complex Variables
+1010.4665 Complex Variables
+1010.4668 Algebraic Topology
+1010.4670 Methodology
+1010.4671 Probability
+1010.4674 Lattice
+1010.4675
+1010.4681 Methodology
+1010.4682 Functional Analysis
+1010.4683 Neurons and Cognition
+1010.4686 Methodology
+1010.4688 Phenomenology
+1010.4689 Phenomenology
+1010.4690 Information Theory
+1010.4692 Commutative Algebra
+1010.4693 Optics
+1010.4700 Methodology
+1010.4702 Statistical Mechanics
+1010.4703 Materials Science
+1010.4704 Group Theory
+1010.4705
+1010.4709 Algebraic Geometry
+1010.4710 Methodology
+1010.4715 Mesoscale and Nanoscale Physics
+1010.4726 Other Quantitative Biology
+1010.4727 Computer Science and Game Theory
+1010.4731 Materials Science
+1010.4736 Theory
+1010.4751 Information Theory
+1010.4755 Analysis of PDEs
+1010.4756 Analysis of PDEs
+1010.4758 Functional Analysis
+1010.4763 Materials Science
+1010.4764 Numerical Analysis
+1010.4765 Rings and Algebras
+1010.4775 Superconductivity
+1010.4783 Statistics Theory
+1010.4784 Artificial Intelligence
+1010.4789 Analysis of PDEs
+1010.4790 Computational Physics
+cond-mat/0612158 Superconductivity
+math/0412205 Quantum Algebra
+math/0508168 Quantum Algebra
+math/0603598 Optimization and Control
+math/0610583 Probability
+quant-ph/0605241
+0704.1031 Experiment
+0706.1801
+0709.0946
+0710.0578 Lattice
+0710.0746 Lattice
+0710.1263 Lattice
+0710.2271 Phenomenology
+0710.4538 Lattice
+0711.1891 Experiment
+0711.2535
+0801.1828
+0801.3568 Dynamical Systems
+0803.2393 Phenomenology
+0804.4710 Plasma Physics
+0804.4890 Phenomenology
+0805.4349
+0806.1073
+0806.1317
+0806.1590
+0806.2070
+0807.0920
+0807.0934
+0807.1465
+0808.0710
+0808.0898
+0808.2034
+0808.3866 Logic
+0809.0180 Algebraic Geometry
+0809.2309
+0809.2488 Theory
+0809.4634
+0809.5145 Networking and Internet Architecture
+0810.0536
+0810.1294
+0810.1438
+0811.2875 Numerical Analysis
+0812.2883
+0812.3486 Instrumentation and Detectors
+0812.4802
+0812.4945
+0901.1252 Instrumentation and Methods for Astrophysics
+0901.1545 High Energy Astrophysical Phenomena
+0901.2525 High Energy Astrophysical Phenomena
+0901.2661 Instrumentation and Methods for Astrophysics
+0901.2835 Instrumentation and Methods for Astrophysics
+0901.3138 High Energy Astrophysical Phenomena
+0901.3405 Astrophysics of Galaxies
+0901.4699 High Energy Astrophysical Phenomena
+0902.0994 High Energy Astrophysical Phenomena
+0902.3156 High Energy Astrophysical Phenomena
+0902.3290 High Energy Astrophysical Phenomena
+0902.4459 Representation Theory
+0902.4594 High Energy Astrophysical Phenomena
+0903.1285 Solar and Stellar Astrophysics
+0903.1328 High Energy Astrophysical Phenomena
+0903.1507 Instrumentation and Methods for Astrophysics
+0903.1540 Instrumentation and Methods for Astrophysics
+0903.1543 High Energy Astrophysical Phenomena
+0903.1549 High Energy Astrophysical Phenomena
+0903.1784 High Energy Astrophysical Phenomena
+0903.2386 Astrophysics of Galaxies
+0903.3598 Lattice
+0904.0754 Phenomenology
+0904.2348 High Energy Astrophysical Phenomena
+0905.4269 Cosmology and Nongalactic Astrophysics
+0906.2764 High Energy Astrophysical Phenomena
+0906.3243 Solar and Stellar Astrophysics
+0908.1558 Theory
+0909.4606
+0910.4709 Group Theory
+0910.5726 High Energy Astrophysical Phenomena
+0911.4686 Phenomenology
+0912.0198 Group Theory
+0912.0746
+0912.4638 Phenomenology
+0912.4952 Numerical Analysis
+1001.2235
+1001.2626 Materials Science
+1001.4665 Instrumentation and Detectors
+1002.0380
+1002.1797 Phenomenology
+1002.2255 Mesoscale and Nanoscale Physics
+1002.3384 Atomic Physics
+1003.1102 Theory
+1003.1705 Cosmology and Nongalactic Astrophysics
+1003.4193 Theory
+1003.4892
+1003.5572 Quantitative Methods
+1004.1928 Phenomenology
+1004.2736 Theory
+1004.3469 Phenomenology
+1004.4078 Theory
+1004.4160 Phenomenology
+1004.4638 Theory
+1005.0993 Phenomenology
+1005.1219 Cosmology and Nongalactic Astrophysics
+1005.2286
+1005.3505 Phenomenology
+1005.3728 Phenomenology
+1005.3841 Classical Physics
+1005.4313 Representation Theory
+1005.4367 Theory
+1005.4444 Phenomenology
+1005.4710 Phenomenology
+1005.5142 Logic in Computer Science
+1005.5298 Mesoscale and Nanoscale Physics
+1005.5408 Theory
+1005.5605
+1006.0579 Phenomenology
+1006.1113 Phenomenology
+1006.1589 Optics
+1006.1849 Phenomenology
+1006.1904 Theory
+1006.2100 Phenomenology
+1006.2216 Experiment
+1006.2400 Theory
+1006.2653 Phenomenology
+1006.3129 Theory
+1006.4099
+1006.4487 Superconductivity
+1006.4512 Phenomenology
+1006.4609 Phenomenology
+1006.4680 Phenomenology
+1006.4682 Phenomenology
+1006.4728 Phenomenology
+1006.4797
+1006.5208 Group Theory
+1006.5513 Phenomenology
+1006.5694 Cosmology and Nongalactic Astrophysics
+1006.5773 Phenomenology
+1007.0104 Optics
+1007.0206 Phenomenology
+1007.0213 Phenomenology
+1007.0237 Theory
+1007.0260 Phenomenology
+1007.0341 Theory
+1007.0478 Phenomenology
+1007.0624 Phenomenology
+1007.0956 Phenomenology
+1007.1176 Phenomenology
+1007.1223 Phenomenology
+1007.1359 Analysis of PDEs
+1007.2024
+1007.2026 Theory
+1007.2256 Phenomenology
+1007.2437 Phenomenology
+1007.3364 Theory
+1007.3389 Phenomenology
+1007.3438 Theory
+1007.3492 Phenomenology
+1007.3524 Materials Science
+1007.3580 Phenomenology
+1007.3810 Phenomenology
+1007.3893 Phenomenology
+1007.4067 Phenomenology
+1007.4297 Theory
+1007.4449 Phenomenology
+1007.4711 Strongly Correlated Electrons
+1007.4809 Cosmology and Nongalactic Astrophysics
+1007.4827 Superconductivity
+1007.4918 Phenomenology
+1007.5198 Phenomenology
+1007.5268 Strongly Correlated Electrons
+1008.0017 Phenomenology
+1008.0079 Cosmology and Nongalactic Astrophysics
+1008.0398 Phenomenology
+1008.0571 Theory
+1008.0784 Lattice
+1008.0848 Cosmology and Nongalactic Astrophysics
+1008.0952 Phenomenology
+1008.1591 Phenomenology
+1008.1596 Numerical Analysis
+1008.2476 Theory
+1008.2652 Phenomenology
+1008.2684 Phenomenology
+1008.2705 Theory
+1008.3371 Superconductivity
+1008.3583
+1008.3935 Chaotic Dynamics
+1008.3945 Phenomenology
+1008.3988 Phenomenology
+1008.4039 Discrete Mathematics
+1008.4336 Phenomenology
+1008.4456 Cosmology and Nongalactic Astrophysics
+1008.4479 Phenomenology
+1008.5077 Experiment
+1008.5147 Cosmology and Nongalactic Astrophysics
+1009.0677 Theory
+1009.1211 Theory
+1009.2144 Phenomenology
+1009.2433 Instrumentation and Detectors
+1009.2836
+1009.2915 Strongly Correlated Electrons
+1009.3687 Computational Complexity
+1009.3827 Strongly Correlated Electrons
+1009.4081 Classical Analysis and ODEs
+1009.4600 Group Theory
+1009.4938 Combinatorics
+1009.5011 Experiment
+1009.5522 Superconductivity
+1009.5544 Atmospheric and Oceanic Physics
+1009.5605
+1009.5859 Theory
+1010.0229 Statistical Mechanics
+1010.1218
+1010.1392 Phenomenology
+1010.1434 Theory
+1010.2058 Cosmology and Nongalactic Astrophysics
+1010.2284
+1010.2892 Analysis of PDEs
+1010.5247 High Energy Astrophysical Phenomena
+1010.6017 Experiment
+1011.0559 Theory
+1011.2866 Lattice
+1011.2946 Cryptography and Security
+1011.3024 Astrophysics of Galaxies
+1011.3137 Cosmology and Nongalactic Astrophysics
+1011.3148 Cryptography and Security
+1011.4395 Superconductivity
+1011.5117 Information Theory
+1011.5384 Computer Science and Game Theory
+1011.5523 Instrumentation and Methods for Astrophysics
+1011.5677 Computer Science and Game Theory
+1011.5937 Plasma Physics
+1011.6019
+1011.6279 Rings and Algebras
+1012.0220 Biomolecules
+1012.0688 Analysis of PDEs
+1012.0781 Probability
+1012.0882 Soft Condensed Matter
+1012.1264 Algebraic Topology
+1012.1545 Solar and Stellar Astrophysics
+1012.1757 High Energy Astrophysical Phenomena
+1012.1939 Digital Libraries
+1012.1947 Probability
+1012.2021 Algebraic Geometry
+1012.2124 Computer Science and Game Theory
+1012.2125 Tissues and Organs
+1012.2135 Fluid Dynamics
+1012.2141 Mesoscale and Nanoscale Physics
+1012.2142 Computational Complexity
+1012.2144 Theory
+1012.2147 Theory
+1012.2155 Neurons and Cognition
+1012.2160 Trading and Market Microstructure
+1012.2161 Cosmology and Nongalactic Astrophysics
+1012.2164 Information Theory
+1012.2167 General Topology
+1012.2171 Distributed, Parallel, and Cluster Computing
+1012.2172 Experiment
+1012.2173 Differential Geometry
+1012.2185 Classical Physics
+1012.2186 Algebraic Geometry
+1012.2195 Representation Theory
+1012.2197 Robotics
+1012.2198 Theory
+1012.2199 Robotics
+1012.2203 Formal Languages and Automata Theory
+1012.2206 Combinatorics
+1012.2207 Other Condensed Matter
+1012.2210 Metric Geometry
+1012.2213 Solar and Stellar Astrophysics
+1012.2216
+1012.2217 Solar and Stellar Astrophysics
+1012.2221 Mesoscale and Nanoscale Physics
+1012.2222 Lattice
+1012.2226 Quantum Gases
+1012.2228 Geometric Topology
+1012.2229 Astrophysics of Galaxies
+1012.2231 Lattice
+1012.2239 Spectral Theory
+1012.2241 Chaotic Dynamics
+1012.2243 Mesoscale and Nanoscale Physics
+1012.2251 Discrete Mathematics
+1012.2256 Networking and Internet Architecture
+1012.2260 Cosmology and Nongalactic Astrophysics
+1012.2266 Instrumentation and Methods for Astrophysics
+1012.2270 Distributed, Parallel, and Cluster Computing
+1012.2273 Distributed, Parallel, and Cluster Computing
+1012.2282 Experiment
+1012.2283 Physics and Society
+1012.2289 Data Structures and Algorithms
+1012.2290 Experiment
+1012.2292 High Energy Astrophysical Phenomena
+1012.2295 Materials Science
+1012.2299 Logic in Computer Science
+1012.2301 Group Theory
+1012.2304 Superconductivity
+1012.2307 Metric Geometry
+1012.2312
+1012.2316 Optimization and Control
+1012.2318 High Energy Astrophysical Phenomena
+1012.2319 Experiment
+1012.2322 Cell Behavior
+1012.2328 Experiment
+1012.2335 Cosmology and Nongalactic Astrophysics
+1012.2342 Combinatorics
+1012.2347 Solar and Stellar Astrophysics
+1012.2350 Information Theory
+1012.2357 Solar and Stellar Astrophysics
+1012.2360 Solar and Stellar Astrophysics
+1012.2362 Solar and Stellar Astrophysics
+1012.2364 Strongly Correlated Electrons
+1012.2369 Fluid Dynamics
+1012.2377 Computational Complexity
+1012.2379 Materials Science
+astro-ph/0002505
+astro-ph/0003282
+astro-ph/0007453
+astro-ph/0010396
+astro-ph/0104245
+astro-ph/0108320
+astro-ph/0108515
+astro-ph/0109229
+astro-ph/0109330
+astro-ph/0109343
+astro-ph/0109509
+astro-ph/0110266
+astro-ph/0111508
+astro-ph/0203365
+astro-ph/0203427
+astro-ph/0205262
+astro-ph/0401099
+astro-ph/0408494
+astro-ph/0506081
+astro-ph/0508673
+astro-ph/0602445
+astro-ph/0603595
+astro-ph/0603624
+astro-ph/0610765
+astro-ph/9312046
+astro-ph/9409046
+astro-ph/9411107
+astro-ph/9706283
+astro-ph/9707172
+astro-ph/9709179
+astro-ph/9804268
+astro-ph/9807218
+astro-ph/9807219
+astro-ph/9811266
+astro-ph/9902237
+astro-ph/9903290
+astro-ph/9904135
+astro-ph/9904201
+astro-ph/9905024
+astro-ph/9907050
+astro-ph/9907248
+astro-ph/9912102
+astro-ph/9912337
+astro-ph/9912474
+cs/0603130 Multimedia
+gr-qc/0505099
+gr-qc/9303007
+gr-qc/9904065
+hep-ex/0506029 Experiment
+hep-ex/9506008 Experiment
+hep-ex/9507007 Experiment
+hep-ex/9709025 Experiment
+hep-ex/9912036 Experiment
+hep-lat/0509090 Lattice
+hep-lat/0509094 Lattice
+hep-lat/0510031 Lattice
+hep-lat/9912010 Lattice
+hep-ph/0001116 Phenomenology
+hep-ph/0004077 Phenomenology
+hep-ph/0005057 Phenomenology
+hep-ph/0204309 Phenomenology
+hep-ph/0503040 Phenomenology
+hep-ph/0504028 Phenomenology
+hep-ph/0509167 Phenomenology
+hep-ph/0609243 Phenomenology
+hep-ph/0701067 Phenomenology
+hep-ph/9411425 Phenomenology
+hep-ph/9508415 Phenomenology
+hep-ph/9512260 Phenomenology
+hep-ph/9712422 Phenomenology
+hep-ph/9903317 Phenomenology
+hep-ph/9903536 Phenomenology
+hep-ph/9905319 Phenomenology
+hep-ph/9906509 Phenomenology
+hep-ph/9907313 Phenomenology
+hep-ph/9908331 Phenomenology
+hep-ph/9908354 Phenomenology
+hep-ph/9908370 Phenomenology
+hep-ph/9908430 Phenomenology
+hep-ph/9909553 Phenomenology
+hep-ph/9910203 Phenomenology
+hep-ph/9910554 Phenomenology
+hep-ph/9911387 Phenomenology
+hep-ph/9912256 Phenomenology
+hep-ph/9912371 Phenomenology
+hep-ph/9912381 Phenomenology
+hep-th/0605159 Theory
+hep-th/0608204 Theory
+hep-th/9701157 Theory
+hep-th/9801065 Theory
+hep-th/9807215 Theory
+hep-th/9808021 Theory
+hep-th/9808136 Theory
+hep-th/9808167 Theory
+hep-th/9809073 Theory
+hep-th/9809120 Theory
+hep-th/9809156 Theory
+hep-th/9811016 Theory
+hep-th/9903244 Theory
+hep-th/9908195 Theory
+hep-th/9909200 Theory
+hep-th/9909208 Theory
+hep-th/9910014 Theory
+hep-th/9910222 Theory
+math/0409544 Dynamical Systems
+math/9807052 Quantum Algebra
+math/9809056 Quantum Algebra
+nucl-ex/0601011
+nucl-ex/0604002
+nucl-ex/0607032
+nucl-ex/0611029
+nucl-ex/9804005
+nucl-th/0101002
+nucl-th/0410055
+nucl-th/9908015
+nucl-th/9908038
+nucl-th/9909016
+nucl-th/9911023
+nucl-th/9911045
+physics/0408139 Classical Physics
+physics/0612089 Optics
+quant-ph/0603245
+0704.3364 Superconductivity
+0705.1562 Combinatorics
+0706.2434 Information Theory
+0708.0711 Statistics Theory
+0801.2725
+0801.3513 Computation
+0801.3887 Computation
+0803.1652
+0804.3173 Statistics Theory
+0805.2256 Computation
+0807.2859 Information Theory
+0810.4897
+0811.2800 Combinatorics
+0811.4032 Geometric Topology
+0812.2548 Probability
+0901.2552 Analysis of PDEs
+0903.1557 Tissues and Organs
+0903.2003 Applications
+0903.3989 Other Condensed Matter
+0904.1444 Information Theory
+0906.2809 Combinatorics
+0909.1008 Methodology
+0909.1966 Geometric Topology
+0910.1452 Statistics Theory
+0910.4850 Complex Variables
+0911.0953 Mesoscale and Nanoscale Physics
+0911.4643 Classical Analysis and ODEs
+0912.0215 Materials Science
+0912.2595 Pricing of Securities
+0912.2678 Cosmology and Nongalactic Astrophysics
+1001.1803
+1002.0196
+1002.1918 Materials Science
+1002.2266 Cosmology and Nongalactic Astrophysics
+1002.4481 Materials Science
+1002.4729 Theory
+1003.1327 Theory
+1003.1408 Mesoscale and Nanoscale Physics
+1003.2451 Algebraic Geometry
+1003.3274 Classical Analysis and ODEs
+1003.4756 Tissues and Organs
+1003.5675 Rings and Algebras
+1004.0369 Mesoscale and Nanoscale Physics
+1005.1367 Theory
+1005.3061 Theory
+1005.3111 Optimization and Control
+1005.3762 Mesoscale and Nanoscale Physics
+1005.3803 Chaotic Dynamics
+1006.1330 Mesoscale and Nanoscale Physics
+1006.1836 Materials Science
+1006.3274
+1007.0590 Theory
+1007.1010 Mesoscale and Nanoscale Physics
+1007.3751 Superconductivity
+1007.4136
+1007.5102 Statistical Mechanics
+1008.2812 Other Condensed Matter
+1008.2998 Materials Science
+1009.0002 Cosmology and Nongalactic Astrophysics
+1009.1677 Statistical Mechanics
+1009.1894 Data Analysis, Statistics and Probability
+1009.1898 Algebraic Geometry
+1009.1949
+1009.3802 Computer Vision and Pattern Recognition
+1009.4912 Solar and Stellar Astrophysics
+1009.4960 Atomic Physics
+1010.0279 Disordered Systems and Neural Networks
+1010.0967 Operator Algebras
+1010.1314 Algebraic Geometry
+1010.1317 Information Theory
+1010.1405 Experiment
+1010.1416 Discrete Mathematics
+1010.1478 Solar and Stellar Astrophysics
+1010.1540 Algebraic Geometry
+1010.1543 Algebraic Geometry
+1010.1544 High Energy Astrophysical Phenomena
+1010.1549 Optimization and Control
+1010.1554 Analysis of PDEs
+1010.1556 Computational Physics
+1010.1569 Phenomenology
+1010.1572 Probability
+1010.1575 Number Theory
+1010.1582 Number Theory
+1010.1586 Probability
+1010.1590 Statistical Mechanics
+1010.1591 General Physics
+1010.1593 Optics
+1010.1597 Combinatorics
+1010.1604 Applications
+1010.1605 Information Theory
+1010.1606 Commutative Algebra
+1010.1607 Metric Geometry
+1010.1608 Analysis of PDEs
+1010.1609 Data Structures and Algorithms
+1010.1613 Applications
+1010.1617 Computational Finance
+1010.1620 Complex Variables
+1010.1623 Disordered Systems and Neural Networks
+1010.1625 Statistics Theory
+1010.1629 Mesoscale and Nanoscale Physics
+1010.1636 Applications
+1010.1638 Geometric Topology
+1010.1639 Statistics Theory
+1010.1641
+1010.1645 Differential Geometry
+1010.1651
+1010.1653 Differential Geometry
+1010.1654 Representation Theory
+1010.1655 Solar and Stellar Astrophysics
+1010.1656 Quantum Algebra
+1010.1666 Statistics Theory
+1010.1670 Instrumentation and Detectors
+1010.1672 Statistics Theory
+1010.1674 Accelerator Physics
+1010.1676
+1010.1678
+1010.1679
+1010.1681 Analysis of PDEs
+1010.1685 Phenomenology
+1010.1688 Statistics Theory
+1010.1689 Computational Finance
+1010.1691 Instrumentation and Detectors
+1010.1697 Programming Languages
+1010.1699 Metric Geometry
+1010.1703 Analysis of PDEs
+1010.1706 Classical Analysis and ODEs
+1010.1713
+1010.1714 Neurons and Cognition
+1010.1724 Dynamical Systems
+1010.1725 Optimization and Control
+1010.1731 Algebraic Geometry
+1010.1732
+1010.1743 Molecular Networks
+1010.1746 Databases
+1010.1748 Algebraic Topology
+1010.1749 Probability
+1010.1754 Number Theory
+1010.1755 Quantitative Methods
+1010.1758 High Energy Astrophysical Phenomena
+1010.1760 Representation Theory
+1010.1765 Analysis of PDEs
+1010.1768 Analysis of PDEs
+cond-mat/0101410 Superconductivity
+cond-mat/0102155 Strongly Correlated Electrons
+cond-mat/0105280 Superconductivity
+cond-mat/0206013 Mesoscale and Nanoscale Physics
+math-ph/0609062
+math/0404460 Probability
+math/0405455 Probability
+math/0503251 Probability
+math/0505533 Probability
+math/0505643 Probability
+quant-ph/0611293
+0705.2668 Mesoscale and Nanoscale Physics
+0706.0531 K-Theory and Homology
+0706.4217 Chemical Physics
+0709.0347 Statistical Mechanics
+0802.1869 Statistical Mechanics
+0805.2099 Dynamical Systems
+0807.4072 Statistical Mechanics
+0809.2249 Group Theory
+0809.4351 Number Theory
+0811.4522 Number Theory
+0812.3852 Chemical Physics
+0901.1249 Statistical Mechanics
+0902.0429 Cosmology and Nongalactic Astrophysics
+0904.2667 Complex Variables
+0905.1863 Probability
+0905.2935 Neurons and Cognition
+0905.3271 Chemical Physics
+0907.2108 Cosmology and Nongalactic Astrophysics
+0907.3110 Chemical Physics
+0907.4037 Statistical Mechanics
+0908.1995 Quantum Algebra
+0908.2595 Statistical Mechanics
+0908.2971 Cosmology and Nongalactic Astrophysics
+0909.1545
+0910.1555 Classical Analysis and ODEs
+0911.0844 Information Theory
+0912.0351 Phenomenology
+1001.1457 Functional Analysis
+1002.0274 Phenomenology
+1004.2558
+1004.5054 Other Condensed Matter
+1005.2814 Superconductivity
+1005.3180 Mesoscale and Nanoscale Physics
+1005.4697 Computation and Language
+1006.0900 Classical Analysis and ODEs
+1006.2366 Mesoscale and Nanoscale Physics
+1006.4966 Computers and Society
+1007.4322 General Physics
+1007.4761 Theory
+1008.0547 Theory
+1008.0716 Information Retrieval
+1008.1338 Human-Computer Interaction
+1008.1721
+1008.2339 Cosmology and Nongalactic Astrophysics
+1008.2568 High Energy Astrophysical Phenomena
+1008.3062 Group Theory
+1008.3618 Information Theory
+1008.3771 Quantum Algebra
+1008.3915 Instrumentation and Methods for Astrophysics
+1008.3966 Instrumentation and Methods for Astrophysics
+1008.3991 Physics and Society
+1008.4049 Neural and Evolutionary Computing
+1008.4144 Quantum Algebra
+1008.4147 Theory
+1008.4153 Information Theory
+1008.4157 Information Theory
+1008.4159 Instrumentation and Methods for Astrophysics
+1008.4160 Instrumentation and Methods for Astrophysics
+1008.4161 Information Theory
+1008.4167 Combinatorics
+1008.4169 Experiment
+1008.4172 Analysis of PDEs
+1008.4174 Software Engineering
+1008.4176 Data Analysis, Statistics and Probability
+1008.4178 Astrophysics of Galaxies
+1008.4179 Astrophysics of Galaxies
+1008.4180 Number Theory
+1008.4184 Information Theory
+1008.4185 Information Theory
+1008.4194 Exactly Solvable and Integrable Systems
+1008.4197 Phenomenology
+1008.4198 Exactly Solvable and Integrable Systems
+1008.4202 Soft Condensed Matter
+1008.4203 Methodology
+1008.4205 Algebraic Geometry
+1008.4206 Computer Vision and Pattern Recognition
+1008.4207 Optics
+1008.4208 Astrophysics of Galaxies
+1008.4213 General Physics
+1008.4214 Rings and Algebras
+1008.4219 Analysis of PDEs
+1008.4221 Information Theory
+1008.4225 Phenomenology
+1008.4230 Materials Science
+1008.4231 Spectral Theory
+1008.4232 Learning
+1008.4233 Probability
+1008.4239 History and Philosophy of Physics
+1008.4244 Computational Geometry
+1008.4248 Numerical Analysis
+1008.4249 Information Retrieval
+1008.4256 Optics
+1008.4257 Artificial Intelligence
+1008.4261
+1008.4264 Information Theory
+1008.4265 Combinatorics
+1008.4267 Instrumentation and Methods for Astrophysics
+1008.4268 Software Engineering
+1008.4270 Mesoscale and Nanoscale Physics
+1008.4271 Differential Geometry
+1008.4276 Statistical Mechanics
+1008.4278 Differential Geometry
+1008.4279 Biological Physics
+1008.4282 Optics
+1008.4285 Metric Geometry
+1008.4289 Dynamical Systems
+1008.4300 Instrumentation and Methods for Astrophysics
+1008.4301 Dynamical Systems
+1008.4302 Algebraic Geometry
+1008.4303 Quantum Gases
+1008.4304 Functional Analysis
+1008.4310 Artificial Intelligence
+1008.4311 Differential Geometry
+1008.4313 High Energy Astrophysical Phenomena
+1008.4316 Methodology
+1008.4318 Complex Variables
+1008.4326 Artificial Intelligence
+1008.4328 Artificial Intelligence
+1008.4329 Optimization and Control
+1008.4338 History and Philosophy of Physics
+1008.4341 Probability
+1008.4343 Solar and Stellar Astrophysics
+1008.4344 Cosmology and Nongalactic Astrophysics
+1008.4349 Functional Analysis
+cond-mat/0003153 Statistical Mechanics
+cond-mat/0008126 Statistical Mechanics
+cond-mat/0111168 Statistical Mechanics
+cond-mat/9911138 Statistical Mechanics
+cs/0702079 Computational Geometry
+cs/0702090 Computational Geometry
+cs/0703037 Computational Geometry
+math/0412562 Logic
+math/0508155 Representation Theory
+nlin/0507042 Chaotic Dynamics
+0705.3985 Strongly Correlated Electrons
+0708.0841 Operator Algebras
+0711.3256 Classical Physics
+0711.3428
+0712.2721 Representation Theory
+0802.1985 Soft Condensed Matter
+0802.2438 Differential Geometry
+0803.3213 Operator Algebras
+0803.4361 Operator Algebras
+0804.1883 Probability
+0805.3902 Functional Analysis
+0807.4779 Mesoscale and Nanoscale Physics
+0808.0263
+0811.3066 Quantum Algebra
+0811.3422 Group Theory
+0811.4542
+0812.3479 Mesoscale and Nanoscale Physics
+0902.0491 Materials Science
+0902.2518 Optimization and Control
+0902.3080 Superconductivity
+0903.1130 Mesoscale and Nanoscale Physics
+0903.2587 Strongly Correlated Electrons
+0903.2764
+0903.2837 Mesoscale and Nanoscale Physics
+0904.4510
+0905.4701 Mesoscale and Nanoscale Physics
+0906.2302 Classical Analysis and ODEs
+0906.2667 Multiagent Systems
+0906.3858 Cosmology and Nongalactic Astrophysics
+0906.5378
+0907.2600 Numerical Analysis
+0907.4958 Rings and Algebras
+0908.0078 Information Theory
+0908.1515 Molecular Networks
+0908.3574 Data Structures and Algorithms
+0909.0248
+0909.0681 Pattern Formation and Solitons
+0909.2450 Human-Computer Interaction
+0909.2691
+0909.5181 Statistical Mechanics
+0910.2676 Algebraic Geometry
+0910.4677
+0910.5107 Computational Complexity
+0910.5302 Materials Science
+0911.0411
+0911.0944 Soft Condensed Matter
+0911.1552 Differential Geometry
+0911.1705 Quantitative Methods
+0911.2900 Multiagent Systems
+0912.2702 Mesoscale and Nanoscale Physics
+0912.2971 Representation Theory
+0912.4313 Mesoscale and Nanoscale Physics
+1001.2223
+1001.2436 Geometric Topology
+1001.2785 Distributed, Parallel, and Cluster Computing
+1001.2962 Classical Analysis and ODEs
+1001.3132 Phenomenology
+1001.3134 Quantum Algebra
+1001.3150 Human-Computer Interaction
+1001.3154 Theory
+1001.3156 Phenomenology
+1001.3157 Theory
+1001.3167 Superconductivity
+1001.3168 Materials Science
+1001.3171 Networking and Internet Architecture
+1001.3175 Combinatorics
+1001.3178 Information Theory
+1001.3180
+1001.3185 Superconductivity
+1001.3190 Numerical Analysis
+1001.3191 Numerical Analysis
+1001.3204 Optics
+1001.3210
+1001.3215 Cryptography and Security
+1001.3216 Phenomenology
+1001.3217 Optimization and Control
+1001.3218 Probability
+1001.3219 Logic in Computer Science
+1001.3225 Networking and Internet Architecture
+1001.3229
+1001.3231 General Topology
+1001.3234 Instrumentation and Methods for Astrophysics
+1001.3242 Data Structures and Algorithms
+1001.3248
+1001.3252 Probability
+1001.3253 Methodology
+1001.3255
+1001.3257 Distributed, Parallel, and Cluster Computing
+1001.3258 Numerical Analysis
+1001.3259 Distributed, Parallel, and Cluster Computing
+1001.3262 Probability
+1001.3263 Logic in Computer Science
+1001.3266 Materials Science
+1001.3271 Theory
+1001.3272 Methodology
+1001.3273 Superconductivity
+1001.3279
+1001.3280 Soft Condensed Matter
+1001.3283 Physics and Society
+1001.3287 Strongly Correlated Electrons
+1001.3288 Analysis of PDEs
+1001.3291 Strongly Correlated Electrons
+1001.3297 Information Theory
+1001.3299 Mesoscale and Nanoscale Physics
+1001.3307 Cosmology and Nongalactic Astrophysics
+1001.3308 Pricing of Securities
+1001.3319 Biological Physics
+1001.3324 Number Theory
+1001.3325 Strongly Correlated Electrons
+1001.3327 Chaotic Dynamics
+1001.3328 Functional Analysis
+1001.3331 Cryptography and Security
+1001.3332 Data Structures and Algorithms
+1001.3333 Optics
+1001.3336 Statistical Mechanics
+1001.3342 Soft Condensed Matter
+1001.3343 Superconductivity
+1001.3349 Earth and Planetary Astrophysics
+1001.3352 Atmospheric and Oceanic Physics
+1001.3353 Materials Science
+1001.3356 Combinatorics
+1001.3357 Soft Condensed Matter
+1001.3358 Superconductivity
+1001.3359 Statistical Mechanics
+1001.3361 Solar and Stellar Astrophysics
+1001.3363 Commutative Algebra
+1001.3364 Distributed, Parallel, and Cluster Computing
+1001.3366 Materials Science
+1001.3376
+1001.3384
+1001.3391 Popular Physics
+1001.3392 Networking and Internet Architecture
+1001.3395 Networking and Internet Architecture
+1001.3397 Disordered Systems and Neural Networks
+1001.3398 Differential Geometry
+1001.3400 Number Theory
+math/0701590 Algebraic Geometry
+math/0701750 Algebraic Geometry
+0705.0256 Representation Theory
+0711.4264
+0803.0049 Classical Analysis and ODEs
+0805.0180 Representation Theory
+0806.1688 Other Condensed Matter
+0808.0530 Theory
+0809.3521 Dynamical Systems
+0810.4151 Soft Condensed Matter
+0812.4610 General Mathematics
+0901.3850 Other Condensed Matter
+0901.4233 Solar and Stellar Astrophysics
+0902.1433 Astrophysics of Galaxies
+0902.2229 Atomic Physics
+0902.4136 Solar and Stellar Astrophysics
+0902.4445 Theory
+0903.0092 Solar and Stellar Astrophysics
+0903.1021
+0903.1258 Cosmology and Nongalactic Astrophysics
+0904.1122 Theory
+0904.1458 Geometric Topology
+0904.1743 Phenomenology
+0904.4875 Phenomenology
+0905.0177 Solar and Stellar Astrophysics
+0905.0730 Cosmology and Nongalactic Astrophysics
+0905.1162 High Energy Astrophysical Phenomena
+0905.1179 Theory
+0905.2746 Representation Theory
+0905.4426
+0906.0011 Theory
+0906.1819 Theory
+0906.1937 Quantum Gases
+0906.1987 Theory
+0906.1988 Theory
+0906.4999 Theory
+0906.5290 Differential Geometry
+0907.0093 Theory
+0907.2433 High Energy Astrophysical Phenomena
+0907.3643 Atmospheric and Oceanic Physics
+0907.4069 Phenomenology
+0907.5257 Formal Languages and Automata Theory
+0907.5422 Phenomenology
+0907.5488 Networking and Internet Architecture
+0908.0076 Networking and Internet Architecture
+0908.0352
+0908.2014 Theory
+0908.2836
+0908.2927 Theory
+0908.3026 Differential Geometry
+0908.3949 Theory
+0908.4102
+0909.0840 Combinatorics
+0909.1105 Theory
+0909.2062 Databases
+0909.2289 Representation Theory
+0909.2565 Phenomenology
+0909.2655 Strongly Correlated Electrons
+0909.2757 Physics and Society
+0909.4653 Statistical Mechanics
+0909.5059 Soft Condensed Matter
+0909.5207 Group Theory
+0909.5298 Theory
+0909.5405 Theory
+0910.0466 Theory
+0910.0668 Learning
+0910.1100 Phenomenology
+0910.1245 Theory
+0910.1602 Phenomenology
+0910.2571 Theory
+0910.2576 Theory
+0910.2612 Phenomenology
+0910.2863
+0910.2975
+0910.3721 Lattice
+0910.4021
+0910.4028
+0910.4392 Phenomenology
+0910.4602 Theory
+0910.4745 High Energy Astrophysical Phenomena
+0910.4982 Chaotic Dynamics
+0910.5514 Phenomenology
+0910.5536 Theory
+0910.5576 Lattice
+0910.5578 Lattice
+0910.5581 Lattice
+0910.5583 Lattice
+0910.5591
+0911.0228 Lattice
+0911.1358 Phenomenology
+0911.2340
+0911.3785 Cosmology and Nongalactic Astrophysics
+0911.4209
+0911.5160
+0912.0354
+0912.0647 Representation Theory
+0912.1073 Mesoscale and Nanoscale Physics
+0912.1111
+0912.4295
+1001.0562 Analysis of PDEs
+1001.0780 Cosmology and Nongalactic Astrophysics
+1001.2470 Solar and Stellar Astrophysics
+1001.3249 Algebraic Geometry
+1001.3715 Astrophysics of Galaxies
+1001.4952 Optics
+1001.5318 Cosmology and Nongalactic Astrophysics
+1002.0715
+1002.1237
+1002.3129 Algebraic Topology
+1002.3317 Networking and Internet Architecture
+1002.3822 Analysis of PDEs
+1002.3828 Phenomenology
+1002.3829 Soft Condensed Matter
+1002.3830 Cosmology and Nongalactic Astrophysics
+1002.3835 General Topology
+1002.3837 Populations and Evolution
+1002.3839
+1002.3840 Number Theory
+1002.3841 Functional Analysis
+1002.3845 Materials Science
+1002.3850 Materials Science
+1002.3851 Functional Analysis
+1002.3852 Exactly Solvable and Integrable Systems
+1002.3859 Probability
+1002.3862 Mesoscale and Nanoscale Physics
+1002.3863 Algebraic Geometry
+1002.3867 Cosmology and Nongalactic Astrophysics
+1002.3875 Functional Analysis
+1002.3880 General Physics
+1002.3883 Number Theory
+1002.3885 Differential Geometry
+1002.3889 Instrumentation and Methods for Astrophysics
+1002.3890 Representation Theory
+1002.3894 Classical Analysis and ODEs
+1002.3896 Probability
+1002.3897 Differential Geometry
+1002.3898 Differential Geometry
+1002.3902 Functional Analysis
+1002.3903 Theory
+1002.3904 Combinatorics
+1002.3910 Combinatorics
+1002.3913
+1002.3916 Geophysics
+1002.3919
+1002.3920
+1002.3923 Complex Variables
+1002.3937 Computational Complexity
+1002.3939 Geometric Topology
+1002.3940 Probability
+1002.3942 Dynamical Systems
+1002.3956 Popular Physics
+1002.3959 Operator Algebras
+1002.3962 Functional Analysis
+1002.3968 General Physics
+1002.3990 Hardware Architecture
+1002.4001
+1002.4016 Number Theory
+1002.4019 Machine Learning
+1002.4020 Information Theory
+1002.4021 Cosmology and Nongalactic Astrophysics
+1002.4022 Information Theory
+1002.4025 Instrumentation and Methods for Astrophysics
+1002.4034 Data Structures and Algorithms
+1002.4053
+1002.4054 Analysis of PDEs
+1002.4057 Mathematical Software
+1002.4061 Computational Engineering, Finance, and Science
+1002.4062 Computational Engineering, Finance, and Science
+1002.4063 Computational Engineering, Finance, and Science
+1002.4064 Computational Engineering, Finance, and Science
+1002.4065 Computational Engineering, Finance, and Science
+1002.4066 Computational Engineering, Finance, and Science
+1002.4067 Computational Engineering, Finance, and Science
+1002.4069 Materials Science
+1002.4071 Materials Science
+1002.4074 Combinatorics
+1002.4075 Mesoscale and Nanoscale Physics
+1002.4080 Algebraic Geometry
+1002.4084 Computational Complexity
+1002.4095 Dynamical Systems
+1002.4098 History and Overview
+1002.4102 Mesoscale and Nanoscale Physics
+1002.4103
+1002.4104 Operator Algebras
+1002.4105 History and Overview
+1002.4106 Differential Geometry
+1002.4108 Accelerator Physics
+1002.4121 Statistics Theory
+1002.4128 Analysis of PDEs
+1002.4135 Probability
+1002.4143 Metric Geometry
+1002.4146 Combinatorics
+1002.4150 Dynamical Systems
+1002.4154 General Physics
+1002.4156 Differential Geometry
+1002.4165 Numerical Analysis
+1002.4166 Complex Variables
+1002.4174 Number Theory
+1002.4175 Number Theory
+1002.4181 Algebraic Geometry
+1002.4182 Distributed, Parallel, and Cluster Computing
+1002.4186 Dynamical Systems
+astro-ph/0510468
+astro-ph/0702528
+astro-ph/0702635
+astro-ph/9908070
+gr-qc/0007073
+gr-qc/0210109
+gr-qc/0307072
+gr-qc/9406028
+hep-ph/0109098 Phenomenology
+hep-ph/0112262 Phenomenology
+hep-ph/0308026 Phenomenology
+hep-th/0602105 Theory
+math-ph/0602046
+math/0210062 Symplectic Geometry
+math/0212279 Algebraic Geometry
+math/0308281 Quantum Algebra
+math/0506171 Algebraic Geometry
+physics/0112086 Accelerator Physics
+physics/0205083 Optics
+physics/0210001 Optics
+0706.0023 Theory
+0707.3043 Other Quantitative Biology
+0711.0599
+0711.3494
+0806.4865 Phenomenology
+0809.3669
+0809.3727 Disordered Systems and Neural Networks
+0901.2315 Probability
+0902.3135
+0904.1304 Phenomenology
+0904.3529 Earth and Planetary Astrophysics
+0905.3688 Theory
+0906.0528 Logic
+0906.1978 Strongly Correlated Electrons
+0906.4534
+0907.2021 Mesoscale and Nanoscale Physics
+0907.3583 Software Engineering
+0907.4422 Commutative Algebra
+0907.5242
+0907.5316 Phenomenology
+0908.1219 Combinatorics
+0908.3668 Statistics Theory
+0910.2293 Rings and Algebras
+0910.3698 Cosmology and Nongalactic Astrophysics
+0910.4956 Instrumentation and Detectors
+0910.5669 Soft Condensed Matter
+0911.2172 Combinatorics
+0911.3601 Symplectic Geometry
+0912.0541 Cosmology and Nongalactic Astrophysics
+0912.2105 Theory
+0912.2886
+0912.3585 Cosmology and Nongalactic Astrophysics
+1001.0308
+1001.2457 Group Theory
+1001.2711 Phenomenology
+1001.3148 Theory
+1001.3519
+1002.1700 Cosmology and Nongalactic Astrophysics
+1002.2126 Phenomenology
+1002.2339 Phenomenology
+1002.2437 Theory
+1002.2549 Theory
+1002.2995 Phenomenology
+1002.3697 Phenomenology
+1002.3846 Theory
+1002.4416 Theory
+1002.4798 Phenomenology
+1002.4863 Category Theory
+1002.5029 Theory
+1002.5046 Subcellular Processes
+1003.0548 Differential Geometry
+1003.0797 Theory
+1003.1105
+1003.2080 Combinatorics
+1003.2204 Phenomenology
+1003.2354 Astrophysics of Galaxies
+1003.2608 Quantum Gases
+1003.2864 Theory
+1003.2949 Representation Theory
+1003.2970 Classical Physics
+1003.4222
+1003.4240 Classical Analysis and ODEs
+1003.4303 Theory
+1003.4831 Robotics
+1003.4952 Theory
+1004.1640 Theory
+1004.1799 Theory
+1004.2824 Theory
+1004.4056 Accelerator Physics
+1004.4249 High Energy Astrophysical Phenomena
+1004.4283 Theory
+1004.4735 Theory
+1004.5502 Phenomenology
+1005.0210 Theory
+1005.0389 Astrophysics of Galaxies
+1005.1530 Probability
+1005.1661 Cosmology and Nongalactic Astrophysics
+1005.2978 Phenomenology
+1005.3380
+1005.3663 Plasma Physics
+1005.4458 Cosmology and Nongalactic Astrophysics
+1005.5078
+1005.5252 High Energy Astrophysical Phenomena
+1005.5575 Number Theory
+1006.0423 Discrete Mathematics
+1006.0736 Astrophysics of Galaxies
+1006.0899 High Energy Astrophysical Phenomena
+1006.3110 Cosmology and Nongalactic Astrophysics
+1006.3114 General Physics
+1006.4554 General Physics
+1006.5751 Cosmology and Nongalactic Astrophysics
+1007.0178 Materials Science
+1007.0344 Optics
+1007.1200
+1007.1426 Cosmology and Nongalactic Astrophysics
+1007.1852 Numerical Analysis
+1007.2571 Cosmology and Nongalactic Astrophysics
+1007.4505 Solar and Stellar Astrophysics
+1007.5490 Strongly Correlated Electrons
+1008.3299 Statistical Mechanics
+1008.3845 Numerical Analysis
+1009.0254 Soft Condensed Matter
+1009.1114 Data Structures and Algorithms
+1009.2127 Statistical Mechanics
+1009.2357 Theory
+1009.3584 General Physics
+1009.3966 Theory
+1009.3968 Classical Physics
+1009.4011 Phenomenology
+1009.4459 Theory
+1009.5592 High Energy Astrophysical Phenomena
+1009.5621 Discrete Mathematics
+1010.0103
+1010.0158 Cosmology and Nongalactic Astrophysics
+1010.0823
+1010.1146 High Energy Astrophysical Phenomena
+1010.1997 High Energy Astrophysical Phenomena
+1010.2119 Theory
+1010.2634 Physics and Society
+1010.2977 Phenomenology
+1010.4212 Combinatorics
+1010.4313 Probability
+1010.4327 Social and Information Networks
+1010.4568
+1010.4714 Mesoscale and Nanoscale Physics
+1010.5258 Phenomenology
+1010.5785 High Energy Astrophysical Phenomena
+1010.6145 Superconductivity
+1010.6175
+1011.0635 Strongly Correlated Electrons
+1011.0709
+1011.0909 Phenomenology
+1011.1345 Instrumentation and Detectors
+1011.1834
+1011.2308 Probability
+1011.3064 Cosmology and Nongalactic Astrophysics
+1011.3662
+1011.4694 Fluid Dynamics
+1011.4799 Differential Geometry
+1011.4919
+1011.5255
+1011.5270 Machine Learning
+1011.5496 Information Theory
+1011.5714 General Physics
+1011.5715 General Physics
+1011.5716 General Physics
+1011.5881 Cosmology and Nongalactic Astrophysics
+1011.6039 Statistics Theory
+1011.6074 Mesoscale and Nanoscale Physics
+1011.6275
+1011.6284 Trading and Market Microstructure
+1011.6376 Earth and Planetary Astrophysics
+1011.6377 Phenomenology
+1011.6381 High Energy Astrophysical Phenomena
+1011.6384 Theory
+1011.6393 Number Theory
+1011.6407 Strongly Correlated Electrons
+1011.6409 Computation
+1011.6415 Number Theory
+1011.6418 Fluid Dynamics
+1011.6420 Analysis of PDEs
+1011.6428
+1011.6430 Logic in Computer Science
+1011.6433 Logic in Computer Science
+1011.6435 Logic in Computer Science
+1011.6436 Distributed, Parallel, and Cluster Computing
+1011.6437 Logic in Computer Science
+1011.6438 Logic in Computer Science
+1011.6439 Instrumentation and Methods for Astrophysics
+1011.6447 Statistics Theory
+1011.6455 Experiment
+1011.6457 Instrumentation and Detectors
+1011.6458 Statistics Theory
+1011.6462 Commutative Algebra
+1011.6465 Number Theory
+1011.6470 Phenomenology
+1011.6472 Data Analysis, Statistics and Probability
+1011.6473
+1011.6476 Number Theory
+1011.6478 Probability
+1011.6481 Computational Geometry
+1011.6484 Soft Condensed Matter
+1011.6486 Probability
+1011.6489 Soft Condensed Matter
+1011.6494 Methodology
+1011.6496 Logic in Computer Science
+1011.6498 Computational Geometry
+1011.6501 Geophysics
+1011.6505 Symbolic Computation
+1011.6506 Solar and Stellar Astrophysics
+1011.6509 Methodology
+1011.6512 Solar and Stellar Astrophysics
+1011.6513 Probability
+1011.6514 Phenomenology
+1011.6515
+1011.6516 Soft Condensed Matter
+1011.6517 Other Statistics
+1011.6520 Quantum Algebra
+1011.6524 Pattern Formation and Solitons
+1011.6526 Computers and Society
+1011.6527 High Energy Astrophysical Phenomena
+1011.6533 Group Theory
+1011.6537 Phenomenology
+1011.6539 Differential Geometry
+1011.6544 Complex Variables
+1011.6545 High Energy Astrophysical Phenomena
+1011.6546 Dynamical Systems
+1011.6550 Phenomenology
+1011.6551 Rings and Algebras
+1011.6552 Dynamical Systems
+1011.6555 Experiment
+1011.6559 Operator Algebras
+1011.6561 Number Theory
+1011.6563 Solar and Stellar Astrophysics
+1011.6566 Mesoscale and Nanoscale Physics
+1011.6570 Theory
+1011.6573 Lattice
+1011.6575 Solar and Stellar Astrophysics
+1011.6580 Lattice
+1011.6589
+1011.6590 Other Computer Science
+1011.6596 Distributed, Parallel, and Cluster Computing
+1011.6598 Representation Theory
+1011.6601 Computational Physics
+1011.6603
+1011.6604 Instrumentation and Methods for Astrophysics
+1011.6612 Combinatorics
+1011.6617 Analysis of PDEs
+1011.6620
+1011.6621 Representation Theory
+1011.6623
+1011.6624 Classical Physics
+1011.6625 Numerical Analysis
+1011.6627 Statistics Theory
+1011.6628
+1011.6630
+1011.6632 Phenomenology
+1011.6636 Representation Theory
+1011.6637 Materials Science
+1011.6638 Materials Science
+1011.6640 Statistics Theory
+1011.6643 Strongly Correlated Electrons
+1011.6646 Combinatorics
+1011.6648 Commutative Algebra
+1011.6649 Methodology
+1011.6652 Cosmology and Nongalactic Astrophysics
+1011.6659 Algebraic Geometry
+1011.6664 Optimization and Control
+1011.6670 Other Computer Science
+1011.6671 Other Computer Science
+1011.6674 Phenomenology
+astro-ph/0108187
+astro-ph/0210131
+astro-ph/0212177
+astro-ph/0308448
+astro-ph/0308450
+astro-ph/0401279
+astro-ph/0411004
+astro-ph/0509323
+astro-ph/0606522
+astro-ph/0609721
+cond-mat/0109327
+cs/0604037 Data Structures and Algorithms
+gr-qc/0210067
+hep-lat/9408019 Lattice
+hep-th/0210032 Theory
+hep-th/0301200 Theory
+hep-th/0302025 Theory
+hep-th/0302089 Theory
+hep-th/0302097 Theory
+hep-th/9112055 Theory
+hep-th/9310183 Theory
+math-ph/0302024
+math/0001097 Metric Geometry
+q-bio/0607018 Genomics
+0707.3728
+0802.2581 Computation
+0806.1495 Phenomenology
+0806.1968 Differential Geometry
+0808.4134 Data Structures and Algorithms
+0811.0723
+0812.4137 Fluid Dynamics
+0903.1056
+0904.4577
+0906.2867 Strongly Correlated Electrons
+0907.4051 Cosmology and Nongalactic Astrophysics
+0908.2026 Quantum Gases
+0908.4461 Statistics Theory
+0910.0385 Materials Science
+0910.1553
+0910.1568
+0910.2242 Astrophysics of Galaxies
+0910.4941 Pricing of Securities
+0911.1661 Probability
+0911.3616 General Physics
+0911.5511 Fluid Dynamics
+0912.3829 Theory
+0912.4315 Cosmology and Nongalactic Astrophysics
+1001.1138
+1001.1432 Instrumentation and Methods for Astrophysics
+1001.2662 Information Theory
+1002.1524 Complex Variables
+1003.0489 Materials Science
+1003.1978 Mesoscale and Nanoscale Physics
+1003.2618 Mesoscale and Nanoscale Physics
+1003.3355
+1004.0375 Mesoscale and Nanoscale Physics
+1004.2545 Fluid Dynamics
+1004.4615 Phenomenology
+1005.2485
+1005.2719 Statistics Theory
+1005.2826 Cosmology and Nongalactic Astrophysics
+1005.3563 Mesoscale and Nanoscale Physics
+1005.4466 Algebraic Geometry
+1005.5472 Dynamical Systems
+1005.5528 Algebraic Geometry
+1006.1131 Quantum Gases
+1006.1401 Distributed, Parallel, and Cluster Computing
+1006.2397 High Energy Astrophysical Phenomena
+1006.3490 Superconductivity
+1006.4190 Complex Variables
+1006.4620 Soft Condensed Matter
+1007.0643 Mesoscale and Nanoscale Physics
+1007.3442 Group Theory
+1007.3457 Mesoscale and Nanoscale Physics
+1007.3493 Astrophysics of Galaxies
+1007.3504 Mesoscale and Nanoscale Physics
+1007.3512 Cosmology and Nongalactic Astrophysics
+1007.3514 Instrumentation and Methods for Astrophysics
+1007.3520 Mesoscale and Nanoscale Physics
+1007.3522 Other Condensed Matter
+1007.3525 Functional Analysis
+1007.3535 Optimization and Control
+1007.3536 Strongly Correlated Electrons
+1007.3537 Materials Science
+1007.3554 Optics
+1007.3555 Optics
+1007.3557 High Energy Astrophysical Phenomena
+1007.3561 Computational Physics
+1007.3565 Molecular Networks
+1007.3566
+1007.3567 Molecular Networks
+1007.3572 Group Theory
+1007.3583 Classical Physics
+1007.3585 Soft Condensed Matter
+1007.3586 Fluid Dynamics
+1007.3589 Software Engineering
+1007.3593 Analysis of PDEs
+1007.3596 Classical Physics
+1007.3607 Computational Geometry
+1007.3612 Numerical Analysis
+1007.3615 Symbolic Computation
+1007.3619 Numerical Analysis
+1007.3620 Cosmology and Nongalactic Astrophysics
+1007.3629 Logic in Computer Science
+1007.3631 Distributed, Parallel, and Cluster Computing
+1007.3633 Human-Computer Interaction
+1007.3638 Chaotic Dynamics
+1007.3640 Distributed, Parallel, and Cluster Computing
+1007.3644 Networking and Internet Architecture
+1007.3649 Distributed, Parallel, and Cluster Computing
+1007.3654 Applications
+1007.3661 Information Theory
+1007.3663 Artificial Intelligence
+1007.3667 Differential Geometry
+1007.3671 Instrumentation and Detectors
+1007.3674 Number Theory
+1007.3676 Information Theory
+1007.3680 Physics and Society
+1007.3688
+1007.3690 Algebraic Geometry
+1007.3700 Artificial Intelligence
+1007.3709 Cosmology and Nongalactic Astrophysics
+1007.3712 Logic in Computer Science
+1007.3720 Materials Science
+1007.3726 Computational Physics
+1007.3731 General Physics
+cs/0702113 Distributed, Parallel, and Cluster Computing
+math/0611080 Symplectic Geometry
+physics/0504178 Optics
+physics/0603217 Optics
+physics/0603272 Optics
+quant-ph/0101011
+quant-ph/0207075
+quant-ph/0408017
+0708.2092 Materials Science
+0801.4783 Materials Science
+0806.3023 Distributed, Parallel, and Cluster Computing
+0807.0682 Strongly Correlated Electrons
+0808.2079 Materials Science
+0809.4858 Classical Analysis and ODEs
+0809.4893 Algebraic Topology
+0812.3676 Strongly Correlated Electrons
+0901.3830 Atomic and Molecular Clusters
+0901.4163
+0902.0028 Geometric Topology
+0903.3827
+0904.1118 Classical Analysis and ODEs
+0905.4447 Theory
+0907.3810 Statistical Mechanics
+0909.1589
+0910.0245 Cosmology and Nongalactic Astrophysics
+0910.1510 Statistical Mechanics
+0910.3002 Geometric Topology
+0910.5069 Probability
+0911.1793 Probability
+0911.1824 Data Analysis, Statistics and Probability
+0911.3045 Statistical Finance
+0911.4580 Metric Geometry
+0912.1097 Soft Condensed Matter
+0912.3795 Strongly Correlated Electrons
+0912.5236 Cosmology and Nongalactic Astrophysics
+1001.0218 General Physics
+1001.1045 Quantum Gases
+1002.1957 Instrumentation and Methods for Astrophysics
+1002.3093 Operator Algebras
+1003.0481 Cosmology and Nongalactic Astrophysics
+1003.0785 Superconductivity
+1003.2048 Differential Geometry
+1003.2444
+1003.4365 Metric Geometry
+1003.4728 Combinatorics
+1004.1399 Information Theory
+1004.2435 Group Theory
+1004.3063
+1004.3103 Operator Algebras
+1004.4218 Phenomenology
+1004.5284 Lattice
+1005.0761 Phenomenology
+1005.1210 Number Theory
+1005.1400 Statistical Mechanics
+1005.1411 Superconductivity
+1005.5366 Chaotic Dynamics
+1006.3475 Theory
+1006.3640 Machine Learning
+1006.4312 Superconductivity
+1007.0373 Combinatorics
+1007.0461 Physics and Society
+1007.1337 Optics
+1007.1490 Probability
+1007.1608 Spectral Theory
+1007.1756 Information Theory
+1007.1773 Statistical Mechanics
+1007.1868 Computational Complexity
+1007.1980 Cosmology and Nongalactic Astrophysics
+1007.1992 Statistical Mechanics
+1007.2001 Dynamical Systems
+1007.2004 Commutative Algebra
+1007.2005 Analysis of PDEs
+1007.2007 Complex Variables
+1007.2010
+1007.2011 Analysis of PDEs
+1007.2018 Cosmology and Nongalactic Astrophysics
+1007.2022 Mesoscale and Nanoscale Physics
+1007.2025 Materials Science
+1007.2027 Quantum Gases
+1007.2029 Combinatorics
+1007.2031 Phenomenology
+1007.2036 Differential Geometry
+1007.2037 Differential Geometry
+1007.2042 Optics
+1007.2043 Algebraic Geometry
+1007.2046 Algebraic Topology
+1007.2048 Solar and Stellar Astrophysics
+1007.2050 Number Theory
+1007.2055 Probability
+1007.2060 Differential Geometry
+1007.2064 High Energy Astrophysical Phenomena
+1007.2071 Information Theory
+1007.2081 Classical Physics
+1007.2082 Classical Physics
+1007.2084
+1007.2091 Classical Analysis and ODEs
+1007.2097 Materials Science
+1007.2099 Earth and Planetary Astrophysics
+1007.2103 Combinatorics
+1007.2106
+1007.2110 Materials Science
+1007.2111 Soft Condensed Matter
+1007.2120 Computational Geometry
+1007.2122 Classical Analysis and ODEs
+1007.2127
+1007.2138 Mesoscale and Nanoscale Physics
+1007.2142 Materials Science
+1007.2153 Fluid Dynamics
+1007.2173 Optimization and Control
+1007.2176 Theory
+1007.2178 Classical Analysis and ODEs
+1007.2180 Geophysics
+math/0608618 Differential Geometry
+math/0702077 Differential Geometry
+physics/0312082 General Physics
+physics/0407133 General Physics
+physics/0408097 General Physics
+0705.0396
+0705.3024
+0707.3238
+0707.4581
+0802.3564 Theory
+0803.2548 Physics and Society
+0803.3456
+0803.3998 Theory
+0805.0148 Strongly Correlated Electrons
+0806.3357
+0806.4273
+0806.4368
+0807.0486 Theory
+0807.3358
+0807.4152 Theory
+0808.1040 Phenomenology
+0808.3923 Materials Science
+0809.0429
+0809.2647 Theory
+0809.3564
+0809.4033
+0809.5052 Analysis of PDEs
+0810.0087
+0810.0388 Complex Variables
+0810.1495 Lattice
+0810.1502 Phenomenology
+0810.1759 Lattice
+0810.1875 Phenomenology
+0810.1920 Phenomenology
+0810.1952 Phenomenology
+0810.2155 Phenomenology
+0810.2157 Rings and Algebras
+0810.5128 Theory
+0810.5212 Phenomenology
+0810.5396 Phenomenology
+0810.5397 Phenomenology
+0810.5443 Phenomenology
+0810.5510 Phenomenology
+0810.5557 Phenomenology
+0810.5609 Phenomenology
+0810.5628 Phenomenology
+0810.5651 Phenomenology
+0810.5680 Phenomenology
+0811.0243 Phenomenology
+0811.0298 Phenomenology
+0811.0326 Phenomenology
+0811.0345 Phenomenology
+0811.0527 Materials Science
+0811.0567 Phenomenology
+0811.1835 Phenomenology
+0811.1941 Phenomenology
+0811.2216 Phenomenology
+0811.2226 Phenomenology
+0811.2400 Phenomenology
+0811.2440 Lattice
+0811.2727 Phenomenology
+0811.2762 Phenomenology
+0811.2839 Phenomenology
+0812.0552 Theory
+0812.2570 Materials Science
+0812.3878
+0812.4347
+0812.4435
+0901.1363 Phenomenology
+0901.2375 Geometric Topology
+0902.1532
+0902.2270
+0902.4202 Phenomenology
+0902.4212 Phenomenology
+0903.1115 Phenomenology
+0903.1118 Phenomenology
+0903.1696 Phenomenology
+0903.1708 Phenomenology
+0903.2632 Phenomenology
+0903.2688 Geophysics
+0904.1024 Algebraic Topology
+0904.2039 Lattice
+0904.3309 Phenomenology
+0904.3566
+0904.4640 Algebraic Geometry
+0904.4697 Cosmology and Nongalactic Astrophysics
+0904.4906 High Energy Astrophysical Phenomena
+0905.0003 Cosmology and Nongalactic Astrophysics
+0905.0107 Phenomenology
+0905.0173 Cosmology and Nongalactic Astrophysics
+0905.0240 Cosmology and Nongalactic Astrophysics
+0905.0289 Cosmology and Nongalactic Astrophysics
+0905.0308 Cosmology and Nongalactic Astrophysics
+0905.0328 Theory
+0905.0643 Cosmology and Nongalactic Astrophysics
+0905.0672 Cosmology and Nongalactic Astrophysics
+0905.2719
+0905.3500 Cosmology and Nongalactic Astrophysics
+0905.3616 Lattice
+0905.3676 Phenomenology
+0905.3947 Lattice
+0906.2384 Theory
+0906.3601 Strongly Correlated Electrons
+0906.4220
+0906.5272 Cosmology and Nongalactic Astrophysics
+0907.2027 Mesoscale and Nanoscale Physics
+0907.3286 Mesoscale and Nanoscale Physics
+0907.3660 Dynamical Systems
+0907.3968 Statistical Mechanics
+0908.0594 Phenomenology
+0908.1031 Analysis of PDEs
+0908.1084 Number Theory
+0908.1627 Solar and Stellar Astrophysics
+0908.3575 Cosmology and Nongalactic Astrophysics
+0908.4399
+0909.1174
+0909.1193 Mesoscale and Nanoscale Physics
+0909.1220 Mesoscale and Nanoscale Physics
+0909.4081 Theory
+0909.4568 Mesoscale and Nanoscale Physics
+0909.4997 Phenomenology
+0910.0374
+0910.3450 Strongly Correlated Electrons
+0910.3952
+0910.4352
+0910.5303
+0910.5554 Phenomenology
+0911.1083 Theory
+0911.2110
+0911.2168 Combinatorics
+0911.2803 Classical Analysis and ODEs
+0911.4555 Lattice
+0911.4825 History and Philosophy of Physics
+0911.4969 Theory
+0912.0657 Representation Theory
+0912.0940 Phenomenology
+0912.2256 Mesoscale and Nanoscale Physics
+0912.3503 General Physics
+0912.4424
+0912.4544
+0912.5066 Theory
+1001.0231 Phenomenology
+1001.0327
+1001.1669 Materials Science
+1001.2359
+1001.4277 Computation and Language
+1001.4539 Astrophysics of Galaxies
+1001.5182 Plasma Physics
+1002.4335 Superconductivity
+1003.0072 Number Theory
+1003.0855 Quantum Gases
+1003.0949
+1003.1172
+1003.1445
+1003.1450 Learning
+1003.1456 Software Engineering
+1003.1460 Information Retrieval
+1003.1470 Cryptography and Security
+1003.1473 Numerical Analysis
+1003.1476 Software Engineering
+1003.1479 Networking and Internet Architecture
+1003.1493 Artificial Intelligence
+1003.1500 Databases
+1003.1504 Artificial Intelligence
+1003.1509 Other Computer Science
+1003.1510 Learning
+1003.1511 Computer Vision and Pattern Recognition
+1003.1514 Cryptography and Security
+1003.1515 Cryptography and Security
+1003.1714 Materials Science
+1003.1803 Computer Vision and Pattern Recognition
+1003.1959 Disordered Systems and Neural Networks
+1003.4559 Soft Condensed Matter
+1004.0319 Cosmology and Nongalactic Astrophysics
+1004.0548 Materials Science
+1004.2396 Theory
+1004.3478 Information Retrieval
+1004.4128 Other Computer Science
+1004.4286 Performance
+1004.4301
+1004.4516 Computational Physics
+1004.4643 Pattern Formation and Solitons
+1004.4646 Cosmology and Nongalactic Astrophysics
+1004.4648 Materials Science
+1004.4653 Data Analysis, Statistics and Probability
+1004.4654 Materials Science
+1004.4655 Theory
+1004.4659
+1004.4663 Information Theory
+1004.4667 Earth and Planetary Astrophysics
+1004.4670 Plasma Physics
+1004.4682
+1004.4687 Fluid Dynamics
+1004.4690 Networking and Internet Architecture
+1004.4691
+1004.4694 Optics
+1004.4698 Group Theory
+1004.4703 Materials Science
+1004.4705 Number Theory
+1004.4713 Information Theory
+1004.4722 General Physics
+1004.4729 Computational Complexity
+1004.4752 Differential Geometry
+1004.4754
+1004.4757 Cosmology and Nongalactic Astrophysics
+1004.4758 Information Theory
+1004.4759 Networking and Internet Architecture
+1004.4765 Cosmology and Nongalactic Astrophysics
+1004.4766 Instrumentation and Methods for Astrophysics
+1004.4769 Numerical Analysis
+1004.4775
+1004.4776 Cosmology and Nongalactic Astrophysics
+1004.4780 Pattern Formation and Solitons
+1004.4791 Data Analysis, Statistics and Probability
+1004.4793 Computer Vision and Pattern Recognition
+1004.4802 Algebraic Geometry
+1004.4809 Networking and Internet Architecture
+1004.4815 Information Theory
+1004.4817 Phenomenology
+1004.4821 Networking and Internet Architecture
+1004.4826 Information Theory
+1004.4830 Other Computer Science
+1004.4839 Algebraic Geometry
+1004.4843
+1004.4846 Instrumentation and Detectors
+1004.4847 Solar and Stellar Astrophysics
+1004.4865 Materials Science
+1004.4869 Cosmology and Nongalactic Astrophysics
+1004.4872 Combinatorics
+1004.4873 Probability
+1004.4878 Materials Science
+1004.4882 Information Theory
+astro-ph/0304182
+astro-ph/0507433
+astro-ph/0611670
+astro-ph/0701037
+astro-ph/0702015
+astro-ph/9808021
+cs/0305058 Distributed, Parallel, and Cluster Computing
+cs/0306004 Distributed, Parallel, and Cluster Computing
+gr-qc/0005017
+gr-qc/0103100
+gr-qc/0108040
+gr-qc/0203001
+gr-qc/0209014
+gr-qc/0306054
+gr-qc/0310002
+gr-qc/0403060
+gr-qc/0501033
+gr-qc/0503022
+gr-qc/0508072
+gr-qc/0510056
+gr-qc/0601041
+gr-qc/0701017
+gr-qc/0702107
+gr-qc/9209011
+gr-qc/9301006
+gr-qc/9309002
+gr-qc/9311007
+gr-qc/9406006
+gr-qc/9409052
+gr-qc/9410021
+gr-qc/9411031
+gr-qc/9503024
+gr-qc/9504033
+gr-qc/9506079
+gr-qc/9606043
+gr-qc/9702017
+gr-qc/9708026
+gr-qc/9710114
+gr-qc/9807087
+gr-qc/9906126
+gr-qc/9909087
+gr-qc/9912118
+hep-th/0207238 Theory
+hep-th/0209249 Theory
+hep-th/0212085 Theory
+hep-th/0311090 Theory
+hep-th/0408123 Theory
+hep-th/0703115 Theory
+hep-th/9110005 Theory
+hep-th/9205022 Theory
+hep-th/9206103 Theory
+hep-th/9304081 Theory
+hep-th/9806026 Theory
+hep-th/9812013 Theory
+hep-th/9910247 Theory
+hep-th/9911007 Theory
+quant-ph/0312156
+quant-ph/0411074
+quant-ph/0507055
+quant-ph/0510083
+quant-ph/0603030
+0705.0709 Algebraic Geometry
+0705.2549
+0705.3249 Algebraic Topology
+0707.0913 Algebraic Geometry
+0707.1435 General Mathematics
+0710.5827
+0711.3401
+0712.1700 Optics
+0712.2084
+0801.3124 Phenomenology
+0803.2609
+0804.4023 Materials Science
+0805.1605 Metric Geometry
+0805.1805 Metric Geometry
+0805.3759 Analysis of PDEs
+0806.0646
+0807.1479 Materials Science
+0807.3923
+0808.3086
+0810.1024 Tissues and Organs
+0810.2126 Materials Science
+0811.0926 Representation Theory
+0811.1908 Analysis of PDEs
+0812.0852 Computational Complexity
+0901.4449 Theory
+0902.4719 Algebraic Topology
+0904.0281
+0904.0709 Fluid Dynamics
+0904.2306 Discrete Mathematics
+0905.1900
+0905.3965 Mesoscale and Nanoscale Physics
+0906.5534 Materials Science
+0907.1513 Materials Science
+0907.4068 Computational Geometry
+0909.2175 Mesoscale and Nanoscale Physics
+0909.2744 Combinatorics
+0909.3853 Cosmology and Nongalactic Astrophysics
+0909.5185 Theory
+0909.5685 Exactly Solvable and Integrable Systems
+0910.0616 Combinatorics
+0910.1709 Soft Condensed Matter
+0910.5143 Strongly Correlated Electrons
+0910.5436 Optics
+0911.1876
+0911.2579 Quantum Algebra
+0911.3208 Representation Theory
+0911.5326 Phenomenology
+0911.5505 Number Theory
+0912.0078 Optics
+0912.0534 Optics
+0912.0794 Plasma Physics
+0912.3152 Strongly Correlated Electrons
+0912.4607 Quantum Gases
+1001.0701 Classical Analysis and ODEs
+1001.1463 Quantum Gases
+1001.3192 Rings and Algebras
+1001.3389
+1001.3470 Theory
+1001.5107 Astrophysics of Galaxies
+1002.3207 Optics
+1003.0195
+1003.0642 Computer Vision and Pattern Recognition
+1003.0829 Cosmology and Nongalactic Astrophysics
+1003.0869
+1003.1262 Theory
+1003.1370 Solar and Stellar Astrophysics
+1003.1599 Optimization and Control
+1003.1727 Methodology
+1003.1728 Theory
+1003.1731 Cosmology and Nongalactic Astrophysics
+1003.1740 Analysis of PDEs
+1003.1746 Algebraic Geometry
+1003.1755 Materials Science
+1003.1761 Mesoscale and Nanoscale Physics
+1003.1767 Algebraic Geometry
+1003.1771 Computation
+1003.1775 Computers and Society
+1003.1784 Fluid Dynamics
+1003.1785 Combinatorics
+1003.1792 Multiagent Systems
+1003.1794 Numerical Analysis
+1003.1795 Learning
+1003.1796 Cryptography and Security
+1003.1799 Cryptography and Security
+1003.1802 Populations and Evolution
+1003.1805 Algebraic Geometry
+1003.1806 Cryptography and Security
+1003.1807 Other Computer Science
+1003.1809 Other Computer Science
+1003.1811 Other Computer Science
+1003.1813 Operator Algebras
+1003.1817 Functional Analysis
+1003.1818 Analysis of PDEs
+1003.1819 Computer Vision and Pattern Recognition
+1003.1824 Analysis of PDEs
+1003.1828 Pattern Formation and Solitons
+1003.1830 Algebraic Geometry
+1003.1833 Networking and Internet Architecture
+1003.1836 Statistical Mechanics
+1003.1838 Phenomenology
+1003.1839 Combinatorics
+1003.1848 Computational Finance
+1003.1849 Differential Geometry
+1003.1855 Materials Science
+1003.1874
+1003.1879 Combinatorics
+1003.1887 Materials Science
+1003.1888 Optimization and Control
+1003.1891 Computer Vision and Pattern Recognition
+1003.1892 Instrumentation and Methods for Astrophysics
+1003.1894 Computer Vision and Pattern Recognition
+1003.1895 Populations and Evolution
+1003.1896 Populations and Evolution
+1003.1905 General Mathematics
+1003.1907 Experiment
+1003.1910 Other Computer Science
+1003.1914
+1003.1921 Phenomenology
+1003.1924 Optics
+1003.1925 General Mathematics
+1003.1930 Other Computer Science
+1003.1935 Algebraic Geometry
+1003.1940 Data Structures and Algorithms
+1003.1948 Differential Geometry
+1003.1950 Probability
+1003.1952 Strongly Correlated Electrons
+1003.1957 K-Theory and Homology
+1003.1958 Combinatorics
+1003.1969 Complex Variables
+1003.1974 Materials Science
+1003.1976 Materials Science
+cs/0605107 Logic in Computer Science
+cs/0610165 Artificial Intelligence
+cs/0703124 Artificial Intelligence
+quant-ph/0510078
+quant-ph/0612149
+quant-ph/0701187
+0706.0614 Probability
+0708.0245 Operator Algebras
+0708.0275 Trading and Market Microstructure
+0709.1801 Statistics Theory
+0712.0798
+0802.1031
+0805.2788 Number Theory
+0806.0782 Operator Algebras
+0808.0402
+0809.2445
+0809.3577 Probability
+0809.5136 Phenomenology
+0811.2927 Statistical Mechanics
+0812.1302 Probability
+0901.1571 Statistical Mechanics
+0902.1832 Phenomenology
+0902.4169 Number Theory
+0903.2125 Theory
+0903.3400 Statistics Theory
+0905.1924 Statistical Mechanics
+0905.4218 Numerical Analysis
+0906.2656 Cosmology and Nongalactic Astrophysics
+0906.3181 Strongly Correlated Electrons
+0906.4063 Mesoscale and Nanoscale Physics
+0906.4289 Mesoscale and Nanoscale Physics
+0906.4290 Combinatorics
+0906.4590 Optics
+0906.5374 Rings and Algebras
+0907.0544 Soft Condensed Matter
+0907.1858 Dynamical Systems
+0907.2245 Atomic Physics
+0907.3169 Mesoscale and Nanoscale Physics
+0907.3505
+0907.5092 Atomic Physics
+0908.1394 Cosmology and Nongalactic Astrophysics
+0908.1577 Superconductivity
+0908.3496 Superconductivity
+0908.3926
+0908.3982 Information Theory
+0908.4369 Superconductivity
+0909.2213 Phenomenology
+0909.3228 Quantum Gases
+0909.4658 Statistical Mechanics
+0909.4750 Plasma Physics
+0910.0722 Statistics Theory
+0910.0813 Analysis of PDEs
+0910.1626 Plasma Physics
+0910.1775 Fluid Dynamics
+0910.3063 Optics
+0910.5019 Group Theory
+0911.2646
+0911.4523 Mesoscale and Nanoscale Physics
+0911.4556
+0912.0358 Materials Science
+0912.1532 Mesoscale and Nanoscale Physics
+0912.2434 Commutative Algebra
+0912.3303 Operator Algebras
+0912.3678 Numerical Analysis
+0912.4771 Dynamical Systems
+0912.5076 Mesoscale and Nanoscale Physics
+0912.5309 Experiment
+1001.0629 General Mathematics
+1001.1021 Information Theory
+1001.1192 Instrumentation and Methods for Astrophysics
+1001.1386 Information Theory
+1001.1604 Differential Geometry
+1001.1730 Information Theory
+1001.1733 Optics
+1001.1746 Disordered Systems and Neural Networks
+1001.1760 High Energy Astrophysical Phenomena
+1001.1761 Analysis of PDEs
+1001.1768 Information Theory
+1001.1770 Solar and Stellar Astrophysics
+1001.1774 Optimization and Control
+1001.1776 Quantum Algebra
+1001.1779 Operator Algebras
+1001.1781 Information Theory
+1001.1782 Statistics Theory
+1001.1786 Lattice
+1001.1787 Analysis of PDEs
+1001.1792 Mesoscale and Nanoscale Physics
+1001.1794 Multimedia
+1001.1800 Mesoscale and Nanoscale Physics
+1001.1804 Numerical Analysis
+1001.1805 Complex Variables
+1001.1806 Information Theory
+1001.1807 Complex Variables
+1001.1808 Information Theory
+1001.1809 Rings and Algebras
+1001.1810 Statistics Theory
+1001.1812 Rings and Algebras
+1001.1814 Mesoscale and Nanoscale Physics
+1001.1820 Statistics Theory
+1001.1821 Statistics Theory
+1001.1822 Probability
+1001.1825 Statistics Theory
+1001.1828 Statistics Theory
+1001.1829 Statistics Theory
+1001.1830 Statistics Theory
+1001.1831 Statistics Theory
+1001.1833 Probability
+1001.1836 Artificial Intelligence
+1001.1839 Dynamical Systems
+1001.1840 Experiment
+1001.1841 Methodology
+1001.1842
+1001.1843 Materials Science
+1001.1844 Cryptography and Security
+1001.1845 Probability
+1001.1846 Differential Geometry
+1001.1850
+1001.1855 High Energy Astrophysical Phenomena
+1001.1856 Computational Physics
+1001.1858 Statistics Theory
+1001.1864 Solar and Stellar Astrophysics
+1001.1866 General Mathematics
+1001.1867 Risk Management
+1001.1869 Number Theory
+1001.1870 Phenomenology
+1001.1872 Information Theory
+1001.1879 Instrumentation and Methods for Astrophysics
+1001.1882 Theory
+1001.1886 Statistics Theory
+1001.1891 Number Theory
+1001.1892 Cosmology and Nongalactic Astrophysics
+1001.1896 Information Theory
+1001.1901 Computer Science and Game Theory
+1001.1907 General Finance
+1001.1908 Risk Management
+1001.1909 Computational Finance
+1001.1911 Dynamical Systems
+1001.1912 Information Theory
+1001.1914 Portfolio Management
+1001.1915 Information Theory
+1001.1916 Statistical Finance
+1001.1917 Information Theory
+1001.1920 Solar and Stellar Astrophysics
+1001.1921 General Finance
+1001.1922 General Finance
+1001.1923 Chemical Physics
+1001.1927
+1001.1930 Strongly Correlated Electrons
+1001.1931 Analysis of PDEs
+1001.1936 Cryptography and Security
+1001.1947
+1001.1948 Information Theory
+1001.1949 Algebraic Topology
+1001.1960 Logic in Computer Science
+1001.1962 Cryptography and Security
+1001.1963 Probability
+1001.1966 Computer Vision and Pattern Recognition
+1001.1967 Networking and Internet Architecture
+1001.1968 Computer Vision and Pattern Recognition
+1001.1970 Software Engineering
+1001.1972 Multimedia
+1001.1974 Multimedia
+1001.1975 Cryptography and Security
+1001.1976 Other Computer Science
+1001.1979 Artificial Intelligence
+1001.1985 Neural and Evolutionary Computing
+1001.1986 Other Computer Science
+1001.1988 Computer Vision and Pattern Recognition
+1001.1989 Materials Science
+1001.1990
+1001.1992 Networking and Internet Architecture
+1001.1993 Cryptography and Security
+1001.1994 Differential Geometry
+1001.1998 Classical Analysis and ODEs
+1001.1999 Biological Physics
+cond-mat/0601464 Materials Science
+cond-mat/0601515 Materials Science
+math/0202159 Number Theory
+math/9808070 Differential Geometry
+0704.1538 Statistical Mechanics
+0706.4138 Optimization and Control
+0707.3053 Operator Algebras
+0707.3861 Operator Algebras
+0711.2613
+0803.2617 Disordered Systems and Neural Networks
+0803.2660 Computational Physics
+0805.2006 Statistical Mechanics
+0807.3272
+0807.3298 Dynamical Systems
+0807.3502 Algebraic Geometry
+0809.4237 Superconductivity
+0906.1555 Algebraic Geometry
+0907.4097
+0909.2527 Theory
+0909.3425 Superconductivity
+0910.0213 Instrumentation and Detectors
+0910.4591
+0911.1511 Networking and Internet Architecture
+0911.5009 Materials Science
+0912.1782 Superconductivity
+0912.3713 Mesoscale and Nanoscale Physics
+1001.1111 Populations and Evolution
+1001.1613 Probability
+1001.1652 Phenomenology
+1001.2346 Group Theory
+1001.2963 Materials Science
+1001.3868 Algebraic Geometry
+1001.4124 Physics and Society
+1001.4317 Superconductivity
+1002.2471 Phenomenology
+1002.4991 Cosmology and Nongalactic Astrophysics
+1003.2128 Quantum Algebra
+1003.6017 Theory
+1004.1521
+1004.1529 Algebraic Geometry
+1004.1864 Distributed, Parallel, and Cluster Computing
+1004.3223 Chemical Physics
+1005.0273 Mesoscale and Nanoscale Physics
+1005.3708 Strongly Correlated Electrons
+1006.2138 Statistical Mechanics
+1006.2874 Superconductivity
+1006.3232 Superconductivity
+1006.4197
+1006.4485 Soft Condensed Matter
+1006.5109 Superconductivity
+1006.5495 Classical Analysis and ODEs
+1006.5508
+1007.1138 Solar and Stellar Astrophysics
+1007.3358 Statistical Mechanics
+1007.3518 Information Theory
+1007.4795 Chemical Physics
+1008.0899 Probability
+1008.1057 Cosmology and Nongalactic Astrophysics
+1008.1061 Astrophysics of Galaxies
+1008.1079 Information Theory
+1008.1080 Combinatorics
+1008.1096 Physics and Society
+1008.1098
+1008.1100 Chemical Physics
+1008.1113 Rings and Algebras
+1008.1114 Number Theory
+1008.1119 Disordered Systems and Neural Networks
+1008.1121 Quantitative Methods
+1008.1125 Materials Science
+1008.1131 Programming Languages
+1008.1133 Phenomenology
+1008.1134 Algebraic Topology
+1008.1139 Mesoscale and Nanoscale Physics
+1008.1154 Materials Science
+1008.1155 Fluid Dynamics
+1008.1167 Cosmology and Nongalactic Astrophysics
+1008.1169 Phenomenology
+1008.1176 High Energy Astrophysical Phenomena
+1008.1186 Metric Geometry
+1008.1188 Graphics
+1008.1197 Materials Science
+1008.1202 Numerical Analysis
+1008.1209 Combinatorics
+1008.1215 Spectral Theory
+1008.1221 Cryptography and Security
+1008.1225 Strongly Correlated Electrons
+1008.1227 Instrumentation and Methods for Astrophysics
+1008.1228 Mesoscale and Nanoscale Physics
+1008.1229
+1008.1233 Biological Physics
+1008.1234 Complex Variables
+1008.1238 Mesoscale and Nanoscale Physics
+1008.1239 Instrumentation and Methods for Astrophysics
+1008.1241 Geophysics
+1008.1247
+1008.1251 Superconductivity
+1008.1253 Computers and Society
+1008.1260 Discrete Mathematics
+cond-mat/0504666 Statistical Mechanics
+cond-mat/0511203 Statistical Mechanics
+cond-mat/0607366 Statistical Mechanics
+cond-mat/0610110 Statistical Mechanics
+hep-th/0408217 Theory
+math/0203170 Group Theory
+math/0505484 General Topology
+0707.2534
+0708.2365
+0709.0254
+0710.2466 Group Theory
+0712.1716
+0712.2171 Phenomenology
+0801.1115
+0801.1947 Strongly Correlated Electrons
+0802.0147
+0802.4109 Atomic Physics
+0805.1910 Superconductivity
+0806.3801 Theory
+0808.1497
+0808.3109 Artificial Intelligence
+0808.4066
+0809.2200
+0810.1826 Statistical Mechanics
+0810.3991
+0810.5073
+0810.5560
+0811.0262 Probability
+0811.1418 Algebraic Topology
+0811.2741 Statistics Theory
+0811.3317 Biological Physics
+0812.4515
+0901.0325 Phenomenology
+0901.0850
+0901.2322 Theory
+0901.4365
+0902.0346
+0902.1507 Phenomenology
+0903.0200 Computers and Society
+0903.0346 Cosmology and Nongalactic Astrophysics
+0903.4258 Networking and Internet Architecture
+0903.5049 Combinatorics
+0904.1027 Astrophysics of Galaxies
+0904.2019 Differential Geometry
+0904.4243 Representation Theory
+0905.1959 High Energy Astrophysical Phenomena
+0905.2045 Mesoscale and Nanoscale Physics
+0905.3992 Differential Geometry
+0906.1066 Phenomenology
+0906.2150 Quantum Gases
+0906.2406 Theory
+0906.3073 Astrophysics of Galaxies
+0906.3115 Mesoscale and Nanoscale Physics
+0906.5240 Materials Science
+0907.1787 Statistics Theory
+0907.3074 Phenomenology
+0907.3238 Theory
+0907.4195 Theory
+0907.4261
+0907.4585 Phenomenology
+0907.4972 Theory
+0908.0312 Phenomenology
+0908.0737 Theory
+0908.1774 Optimization and Control
+0908.2644 Data Analysis, Statistics and Probability
+0908.3582 Statistical Mechanics
+0909.0086 Combinatorics
+0909.2154 Phenomenology
+0909.3290 Phenomenology
+0910.0685 Superconductivity
+0910.1993 Theory
+0910.2479 Phenomenology
+0910.2639 Phenomenology
+0910.3116 Accelerator Physics
+0910.3926 Combinatorics
+0910.5394 Probability
+0910.5539 Analysis of PDEs
+0911.1691 Databases
+0911.2903 Rings and Algebras
+0912.5386 Statistical Mechanics
+1001.0866
+1001.3022 Solar and Stellar Astrophysics
+1002.1024 Atmospheric and Oceanic Physics
+1002.1833 Logic in Computer Science
+1002.1836 Logic in Computer Science
+1002.1841 Cosmology and Nongalactic Astrophysics
+1002.2644 Quantitative Methods
+1002.2645 General Physics
+1002.2652 Algebraic Geometry
+1002.2654 Computer Vision and Pattern Recognition
+1002.2656
+1002.2657 Functional Analysis
+1002.2658 Group Theory
+1002.2664 Cosmology and Nongalactic Astrophysics
+1002.2667 Cosmology and Nongalactic Astrophysics
+1002.2671 Number Theory
+1002.2674 Rings and Algebras
+1002.2677 Applications
+1002.2678 Materials Science
+1002.2683 Lattice
+1002.2691 Cosmology and Nongalactic Astrophysics
+1002.2692 Materials Science
+1002.2696 Spectral Theory
+1002.2697
+1002.2702 Computation
+1002.2706 Computation
+1002.2707 Algebraic Geometry
+1002.2709 Experiment
+1002.2710 Operator Algebras
+1002.2713 Number Theory
+1002.2721 Discrete Mathematics
+1002.2723 Discrete Mathematics
+1002.2724 Discrete Mathematics
+1002.2725 Analysis of PDEs
+1002.2733 Functional Analysis
+1002.2739
+1002.2740 General Finance
+1002.2741 General Finance
+1002.2749 Applications
+1002.2755 Computer Vision and Pattern Recognition
+1002.2756 Number Theory
+1002.2759 Soft Condensed Matter
+1002.2761 Combinatorics
+1002.2768 Combinatorics
+1002.2770 Optimization and Control
+1002.2776 Optics
+1002.2777 Strongly Correlated Electrons
+1002.2778 Quantum Gases
+1002.2779 Dynamical Systems
+1002.2780 Learning
+1002.2782 Strongly Correlated Electrons
+1002.2790 Complex Variables
+1002.2794 Materials Science
+1002.2796 Combinatorics
+1002.2803 Number Theory
+1002.2808 Dynamical Systems
+1002.2820
+1002.2825 Materials Science
+1002.2826
+1002.2833 Space Physics
+1002.2835 Phenomenology
+1002.2837 Algebraic Topology
+1002.2838 Phenomenology
+1002.2840 Representation Theory
+1002.2847 Functional Analysis
+1002.2854 Algebraic Geometry
+1002.2855 Phenomenology
+1002.2856 Analysis of PDEs
+1002.2859 Phenomenology
+1002.2860 Differential Geometry
+1002.2861 Earth and Planetary Astrophysics
+1002.2863 High Energy Astrophysical Phenomena
+1002.2864 Logic in Computer Science
+1002.2867 Logic in Computer Science
+1002.2868 Logic in Computer Science
+1002.2869 Logic in Computer Science
+1002.2871 Logic in Computer Science
+1002.2872 Programming Languages
+1002.2873 Logic in Computer Science
+1002.2875 Chaotic Dynamics
+1002.2882 Analysis of PDEs
+1002.2885 Astrophysics of Galaxies
+1002.2887 Probability
+1002.2891 Experiment
+1002.2896 Experiment
+1002.2897 Artificial Intelligence
+1002.2899 Number Theory
+1002.2901 Classical Physics
+1002.2906
+1002.2911 Classical Analysis and ODEs
+1002.2912 Dynamical Systems
+1002.2916 Cosmology and Nongalactic Astrophysics
+1002.2917
+1002.2925 Numerical Analysis
+1002.2927 Earth and Planetary Astrophysics
+1002.2930
+1002.2932 General Physics
+1002.2935 Group Theory
+1002.2940 Cosmology and Nongalactic Astrophysics
+1002.2942 Dynamical Systems
+cond-mat/0005197 Statistical Mechanics
+cond-mat/0107124 Statistical Mechanics
+hep-lat/9610032 Lattice
+hep-ph/0010173 Phenomenology
+hep-ph/0010177 Phenomenology
+hep-ph/0204343 Phenomenology
+hep-ph/0209353 Phenomenology
+hep-ph/0302165 Phenomenology
+hep-ph/0307325 Phenomenology
+hep-ph/0408052 Phenomenology
+hep-ph/0509206 Phenomenology
+hep-ph/0509226 Phenomenology
+hep-ph/0608012 Phenomenology
+hep-ph/9204228 Phenomenology
+hep-ph/9211334 Phenomenology
+hep-ph/9302258 Phenomenology
+hep-ph/9408276 Phenomenology
+hep-ph/9508280 Phenomenology
+hep-ph/9609481 Phenomenology
+hep-ph/9610226 Phenomenology
+hep-ph/9610447 Phenomenology
+hep-ph/9610448 Phenomenology
+hep-ph/9709449 Phenomenology
+hep-ph/9810216 Phenomenology
+hep-ph/9901304 Phenomenology
+hep-ph/9912208 Phenomenology
+hep-ph/9912209 Phenomenology
+hep-ph/9912305 Phenomenology
+hep-ph/9912306 Phenomenology
+hep-ph/9912307 Phenomenology
+hep-th/0505130 Theory
+math/0611163 Analysis of PDEs
+math/0611218 Analysis of PDEs
+math/0701126 Analysis of PDEs
+physics/0411245 Classical Physics
+physics/0512162 Atomic Physics
+physics/0512175 Atomic Physics
+physics/0608286 Atomic Physics
+0704.3319 Materials Science
+0705.2079
+0801.1095 Statistics Theory
+0802.2263
+0806.2678 Other Condensed Matter
+0810.2077 Plasma Physics
+0811.2139
+0811.3331 Analysis of PDEs
+0812.4710 Networking and Internet Architecture
+0901.1403 Functional Analysis
+0902.3314 Superconductivity
+0902.3415 Algebraic Geometry
+0903.1142 Mesoscale and Nanoscale Physics
+0903.1747 Theory
+0903.5136 Probability
+0904.4281 Mesoscale and Nanoscale Physics
+0905.0315 Networking and Internet Architecture
+0905.0316 Networking and Internet Architecture
+0905.0317 Networking and Internet Architecture
+0905.3463 Methodology
+0906.3465 Applications
+0907.2459 Operator Algebras
+0907.5373
+0909.1022 Other Condensed Matter
+0909.1216 Functional Analysis
+0910.1460 Statistical Mechanics
+0910.1702 Soft Condensed Matter
+0910.2046 Fluid Dynamics
+0910.4583 High Energy Astrophysical Phenomena
+0910.4782 Atomic Physics
+0911.1669 Statistical Mechanics
+0911.1673 Statistical Mechanics
+0911.4823 Combinatorics
+0912.4402
+1001.2666 Theory
+1001.3164 Representation Theory
+1001.4033 Statistical Mechanics
+1002.0894 General Topology
+1002.1697 Materials Science
+1002.1845 Materials Science
+1003.0209 Theory
+1003.1442
+1003.3810
+1004.2853 Solar and Stellar Astrophysics
+1004.3944
+1004.5406 Materials Science
+1005.4856 Superconductivity
+1005.4946 Functional Analysis
+1006.1310 Plasma Physics
+1006.1361 Statistical Mechanics
+1006.1754
+1006.2198 Theory
+1006.3138 Physics and Society
+1006.3569 Soft Condensed Matter
+1006.5012 Mesoscale and Nanoscale Physics
+1006.5762 Information Theory
+1007.1303
+1007.1762 Theory
+1007.1925 High Energy Astrophysical Phenomena
+1007.3238 Materials Science
+1007.3687 Materials Science
+1007.5252 Superconductivity
+1008.0746 Quantitative Methods
+1008.1494 Mesoscale and Nanoscale Physics
+1008.2516 Mesoscale and Nanoscale Physics
+1008.2979 Strongly Correlated Electrons
+1008.3214 Plasma Physics
+1008.4911 Classical Analysis and ODEs
+1009.0623 Computer Vision and Pattern Recognition
+1009.2156 Mesoscale and Nanoscale Physics
+1009.3193 Solar and Stellar Astrophysics
+1010.1460 Soft Condensed Matter
+1010.4234 Disordered Systems and Neural Networks
+1010.4474 Category Theory
+1010.5626 Statistics Theory
+1010.5776 Popular Physics
+1010.5808 Probability
+1010.5996 High Energy Astrophysical Phenomena
+1011.0078 Data Structures and Algorithms
+1011.1328 Statistics Theory
+1011.1330 Logic in Computer Science
+1011.1510 Soft Condensed Matter
+1011.1663 Commutative Algebra
+1011.1905 Astrophysics of Galaxies
+1011.1906 Cosmology and Nongalactic Astrophysics
+1011.1919 Algebraic Geometry
+1011.1920
+1011.1936 Learning
+1011.1941 Computer Science and Game Theory
+1011.1943
+1011.1944 Space Physics
+1011.1954 Other Condensed Matter
+1011.1955 Number Theory
+1011.1956 Networking and Internet Architecture
+1011.1957 Number Theory
+1011.1958 Geometric Topology
+1011.1983 Dynamical Systems
+1011.1986 Solar and Stellar Astrophysics
+1011.1987 Applications
+1011.1989 Probability
+1011.1990 Analysis of PDEs
+1011.1995 Analysis of PDEs
+1011.1996 Applications
+1011.1997 Solar and Stellar Astrophysics
+1011.1999 Applications
+1011.2003
+1011.2005 Applications
+1011.2009 Information Theory
+1011.2011 High Energy Astrophysical Phenomena
+1011.2017 Complex Variables
+1011.2021 High Energy Astrophysical Phenomena
+1011.2023 Algebraic Geometry
+1011.2029 High Energy Astrophysical Phenomena
+1011.2034 Probability
+1011.2035 Complex Variables
+1011.2037 Applications
+1011.2042 Human-Computer Interaction
+1011.2046 Cosmology and Nongalactic Astrophysics
+1011.2048 Statistics Theory
+1011.2049 Spectral Theory
+1011.2050 Dynamical Systems
+1011.2052
+1011.2054 Solar and Stellar Astrophysics
+1011.2064 Solar and Stellar Astrophysics
+1011.2065 Applications
+1011.2066
+1011.2068 Solar and Stellar Astrophysics
+1011.2070 Solar and Stellar Astrophysics
+1011.2071 Quantitative Methods
+1011.2072 Quantum Algebra
+1011.2073 High Energy Astrophysical Phenomena
+1011.2074 Lattice
+1011.2077 Applications
+1011.2080 Statistical Mechanics
+1011.2081 Functional Analysis
+1011.2084 Combinatorics
+1011.2086 Neurons and Cognition
+1011.2087 Applications
+1011.2092 Solar and Stellar Astrophysics
+1011.2100 High Energy Astrophysical Phenomena
+1011.2103 Networking and Internet Architecture
+1011.2104 Applications
+1011.2105 Other Computer Science
+1011.2107 Other Computer Science
+1011.2109 Information Theory
+1011.2111 Geophysics
+1011.2119 Functional Analysis
+1011.2123 Functional Analysis
+1011.2124 Optics
+1011.2128 Differential Geometry
+1011.2132 Optics
+1011.2134 Algebraic Geometry
+1011.2135 Theory
+1011.2136 Data Structures and Algorithms
+1011.2139 Probability
+1011.2140 Functional Analysis
+1011.2142 Functional Analysis
+1011.2146 Disordered Systems and Neural Networks
+1011.2153 Computation
+1011.2157 Commutative Algebra
+1011.2160 Strongly Correlated Electrons
+1011.2163 Software Engineering
+1011.2164
+1011.2167 Commutative Algebra
+1011.2170 Materials Science
+1011.2175
+1011.2180 Information Theory
+1011.2181 Cosmology and Nongalactic Astrophysics
+1011.2184 Algebraic Geometry
+1011.2187 Data Structures and Algorithms
+1011.2194 Lattice
+1011.2196 Information Theory
+cond-mat/0612621 Mesoscale and Nanoscale Physics
+math/0612778 Dynamical Systems
+math/0701131 Probability
+math/0701781 Probability
+math/9911205 Probability
+math/9911213 Probability
+physics/0209004 Optics
+0705.3496 Probability
+0706.3733 Mesoscale and Nanoscale Physics
+0708.3747 Algebraic Geometry
+0711.4217 Programming Languages
+0712.3407 Statistical Mechanics
+0801.0633 General Mathematics
+0803.3802 Materials Science
+0806.2663
+0807.4957 Category Theory
+0808.0708 Superconductivity
+0809.2007
+0810.2604 Superconductivity
+0810.5043 Functional Analysis
+0812.3156 Quantum Algebra
+0812.4338
+0901.1651 Rings and Algebras
+0903.1358 Materials Science
+0904.0056
+0904.0219
+0904.3982 Commutative Algebra
+0906.0714 Atomic Physics
+0906.1619 Lattice
+0906.1659
+0906.1794 Materials Science
+0906.3271 Space Physics
+0906.5146 Logic
+0907.0050
+0907.2565 Mesoscale and Nanoscale Physics
+0907.3331 Other Condensed Matter
+0907.4768 Superconductivity
+0908.0915 Phenomenology
+0908.2326 Disordered Systems and Neural Networks
+0909.0130 Mesoscale and Nanoscale Physics
+0909.2649 Cosmology and Nongalactic Astrophysics
+0909.4893 Data Structures and Algorithms
+0910.2541 Solar and Stellar Astrophysics
+0910.2543 Solar and Stellar Astrophysics
+0910.2865 Instrumentation and Methods for Astrophysics
+0911.1246 Classical Analysis and ODEs
+0911.3102 Cosmology and Nongalactic Astrophysics
+0911.3659 Cosmology and Nongalactic Astrophysics
+0911.3849 Theory
+0911.4824 General Mathematics
+0912.2479 Human-Computer Interaction
+0912.4316 Solar and Stellar Astrophysics
+0912.4987 Analysis of PDEs
+0912.5372 Phenomenology
+0912.5438
+0912.5524 Category Theory
+1001.0905 Category Theory
+1001.1277 Rings and Algebras
+1001.1350 Numerical Analysis
+1001.1353 Numerical Analysis
+1001.1355 High Energy Astrophysical Phenomena
+1001.1357 Analysis of PDEs
+1001.1362 Numerical Analysis
+1001.1364 Numerical Analysis
+1001.1366
+1001.1367 Numerical Analysis
+1001.1369 Numerical Analysis
+1001.1370 Numerical Analysis
+1001.1371 Analysis of PDEs
+1001.1372 Optics
+1001.1373 Information Theory
+1001.1374 Information Theory
+1001.1382 Numerical Analysis
+1001.1384 Functional Analysis
+1001.1388 Statistical Mechanics
+1001.1390
+1001.1392 Rings and Algebras
+1001.1394 Geometric Topology
+1001.1396 Probability
+1001.1400 Spectral Theory
+1001.1402 Exactly Solvable and Integrable Systems
+1001.1403 Instrumentation and Detectors
+1001.1406 Number Theory
+1001.1407 Theory
+1001.1408 Numerical Analysis
+1001.1409 Cosmology and Nongalactic Astrophysics
+1001.1412 Functional Analysis
+1001.1416 Algebraic Geometry
+1001.1422
+1001.1427
+1001.1428 Astrophysics of Galaxies
+1001.1438 Dynamical Systems
+1001.1442 Materials Science
+1001.1446 Portfolio Management
+1001.1450 General Finance
+1001.1451 Networking and Internet Architecture
+1001.1452 Theory
+1001.1454 Computational Geometry
+1001.1456 Accelerator Physics
+1001.1468 Information Theory
+1001.1470 Data Structures and Algorithms
+1001.1477 Instrumentation and Methods for Astrophysics
+1001.1478 Information Theory
+1001.1480 Theory
+1001.1485 General Mathematics
+1001.1487 General Mathematics
+1001.1491 Geophysics
+1001.1494 General Mathematics
+1001.1499 General Mathematics
+1001.1501 General Physics
+1001.1516 Functional Analysis
+1001.1517 Differential Geometry
+1001.1519 Plasma Physics
+1001.1521 High Energy Astrophysical Phenomena
+1001.1525 Materials Science
+1001.1526 Data Structures and Algorithms
+1001.1534 Number Theory
+1001.1537 Instrumentation and Methods for Astrophysics
+1001.1539 Strongly Correlated Electrons
+1001.1544 Analysis of PDEs
+1001.1546 Solar and Stellar Astrophysics
+1001.1550
+1001.1551 Optics
+1001.1558 Statistical Mechanics
+1001.1559 Geometric Topology
+1001.1560 Probability
+1001.1562 Combinatorics
+1001.1563 Cosmology and Nongalactic Astrophysics
+1001.1566 Cosmology and Nongalactic Astrophysics
+1001.1568 Classical Analysis and ODEs
+1001.1569 Combinatorics
+1001.1572 Solar and Stellar Astrophysics
+1001.1573 Number Theory
+1001.1574 Mesoscale and Nanoscale Physics
+1001.1575 Logic
+1001.1579
+1001.1580
+1001.1581 Analysis of PDEs
+1001.1582 Fluid Dynamics
+1001.1587 Fluid Dynamics
+1001.1589
+1001.1593 Computational Complexity
+1001.1594 Fluid Dynamics
+1001.1599
+1001.1602 Materials Science
+1001.1608 Mesoscale and Nanoscale Physics
+1001.1609 Statistics Theory
+1001.1615 Statistics Theory
+1001.1616 Pricing of Securities
+1001.1621 Number Theory
+1001.1623 Probability
+1001.1625 Information Theory
+1001.1627 Analysis of PDEs
+1001.1632 Classical Analysis and ODEs
+1001.1634 Cosmology and Nongalactic Astrophysics
+1001.1648 Astrophysics of Galaxies
+1001.1650 Mesoscale and Nanoscale Physics
+1001.1651 Operator Algebras
+1001.1653 Statistics Theory
+1001.1660 High Energy Astrophysical Phenomena
+1001.1663 Logic
+1001.1664
+1001.1667 Statistics Theory
+1001.1679 Information Theory
+1001.1685 Human-Computer Interaction
+1001.1688 General Mathematics
+1001.1690 General Mathematics
+1001.1692 Chemical Physics
+1001.1693 Probability
+1001.1694 Commutative Algebra
+1001.1702 Rings and Algebras
+1001.1703 Classical Analysis and ODEs
+1001.1705 Information Theory
+1001.1708 Plasma Physics
+1001.1710 General Physics
+1001.1711 Cryptography and Security
+1001.1714 Materials Science
+1001.1718 Distributed, Parallel, and Cluster Computing
+1001.1719 Algebraic Geometry
+1001.1720 Group Theory
+1001.1722
+1001.1725 Materials Science
+1001.1726 Optics
+cond-mat/0208251 Materials Science
+cond-mat/0401162 Materials Science
+cond-mat/0606187 Superconductivity
+cond-mat/0612012 Materials Science
+cond-mat/9205003
+cond-mat/9901153 Soft Condensed Matter
+hep-th/0612210 Theory
+math-ph/0407073
+math/0502382 Algebraic Geometry
+math/0602100 Dynamical Systems
+math/0607476 Algebraic Geometry
+0707.1608
+0708.2614 Analysis of PDEs
+0801.4835 Combinatorics
+0802.0992
+0804.3014 Functional Analysis
+0805.0957 Materials Science
+0806.0284 Operator Algebras
+0806.2025 Algebraic Geometry
+0806.2490 Number Theory
+0807.1585 Statistical Mechanics
+0809.1848 Probability
+0810.0266
+0811.0882 Chaotic Dynamics
+0811.3395 Geometric Topology
+0811.3854 Algebraic Geometry
+0811.4570
+0812.0033 Portfolio Management
+0903.0280 Spectral Theory
+0903.1911 Solar and Stellar Astrophysics
+0904.0676 Rings and Algebras
+0904.4114 Materials Science
+0905.1805 Superconductivity
+0905.4165 Information Theory
+0906.0972 Strongly Correlated Electrons
+0907.1869 Fluid Dynamics
+0907.2939 Theory
+0907.5582
+0908.2932
+0908.4226 Soft Condensed Matter
+0909.1709 Other Computer Science
+0909.1945 Populations and Evolution
+0909.2444 Group Theory
+0910.0561 Strongly Correlated Electrons
+0910.1966 Strongly Correlated Electrons
+0910.3958 Operator Algebras
+0911.0401 Theory
+0911.1751 Physics and Society
+0911.3549 Physics and Society
+0911.3751 Statistical Mechanics
+0911.5677 Strongly Correlated Electrons
+0912.0894 Plasma Physics
+0912.1119 Theory
+0912.1146 Strongly Correlated Electrons
+0912.1942 Phenomenology
+0912.1980 Theory
+0912.2396 Phenomenology
+0912.2924 Theory
+0912.3151 Phenomenology
+0912.3837 Theory
+1001.2257
+1001.2954 Phenomenology
+1001.3362 Phenomenology
+1001.5135 Information Theory
+1003.0060 Machine Learning
+1003.2925
+1003.2952 Materials Science
+1003.3472 Strongly Correlated Electrons
+1003.4033 Experiment
+1003.4261 Metric Geometry
+1003.4262 Solar and Stellar Astrophysics
+1003.4270 Information Theory
+1003.4278 High Energy Astrophysical Phenomena
+1003.4281 Solar and Stellar Astrophysics
+1003.4287 Computer Vision and Pattern Recognition
+1003.4289 Solar and Stellar Astrophysics
+1003.4297 Statistical Mechanics
+1003.4298 Analysis of PDEs
+1003.4301 Number Theory
+1003.4309 Dynamical Systems
+1003.4322 Computational Physics
+1003.4323
+1003.4326 Logic in Computer Science
+1003.4327 Earth and Planetary Astrophysics
+1003.4328 Information Theory
+1003.4329
+1003.4331 Fluid Dynamics
+1003.4334 Metric Geometry
+1003.4336 Solar and Stellar Astrophysics
+1003.4348 Mesoscale and Nanoscale Physics
+1003.4352 Geometric Topology
+1003.4355 Information Theory
+1003.4366 Data Structures and Algorithms
+1003.4369 Logic in Computer Science
+1003.4382 General Finance
+1003.4390 Mesoscale and Nanoscale Physics
+1003.4391 Discrete Mathematics
+1003.4394 Computation and Language
+1003.4396 Differential Geometry
+1003.4399 Instrumentation and Methods for Astrophysics
+1003.4402 Theory
+1003.4411 Analysis of PDEs
+1003.4418 Databases
+1003.4421 Number Theory
+1003.4422 Combinatorics
+1003.4425 K-Theory and Homology
+1003.4427 Solar and Stellar Astrophysics
+1003.4433 Number Theory
+1003.4439 Complex Variables
+1003.4440 High Energy Astrophysical Phenomena
+1003.4441 Fluid Dynamics
+1003.4446 Superconductivity
+1003.4452 Mesoscale and Nanoscale Physics
+1003.4458
+1003.4463 Dynamical Systems
+1003.4466 Applications
+1003.4470 Algebraic Geometry
+1003.4478 Probability
+1003.4484 Probability
+1003.4489 Logic
+1003.4496 Analysis of PDEs
+1003.4503 Analysis of PDEs
+1003.4506 Phenomenology
+gr-qc/0412049
+quant-ph/0411087
+quant-ph/0502098
+0708.3644
+0802.1508
+0802.3620 Superconductivity
+0803.2937 Optics
+0803.3350
+0804.2679
+0806.0192 Theory
+0808.2348
+0808.2388 General Physics
+0808.3060
+0809.2356 Algebraic Geometry
+0809.3673
+0809.4951 Phenomenology
+0901.2306
+0902.0677
+0903.2806 Cosmology and Nongalactic Astrophysics
+0904.1091 High Energy Astrophysical Phenomena
+0905.4641
+0907.0108
+0907.3466 History and Philosophy of Physics
+0908.0620
+0908.0639
+0909.3358 Superconductivity
+0909.4218 Superconductivity
+0910.2666
+0910.3383 Logic in Computer Science
+0910.5678 Chaotic Dynamics
+0911.0384 Logic
+0911.2128 Algebraic Geometry
+0911.3345 Statistical Mechanics
+0911.4775
+0912.0993
+0912.2509
+0912.3552 Theory
+0912.3748
+1001.0221 Phenomenology
+1001.2066 Materials Science
+1001.3593 Computational Geometry
+1002.1064 Optics
+1002.1602 Representation Theory
+1002.1895 Cosmology and Nongalactic Astrophysics
+1002.2666
+1003.1091 Phenomenology
+1003.1093
+1003.1107
+1003.2129
+1003.2133 History and Philosophy of Physics
+1003.2574 Differential Geometry
+1004.0212 Theory
+1004.0310 Phenomenology
+1004.1255
+1004.3500 Theory
+1004.5206
+1005.3043 Lattice
+1005.3406 Superconductivity
+1005.4161
+1005.4637 Chaotic Dynamics
+1005.4648 Numerical Analysis
+1005.5034
+1005.5380
+1006.1595
+1006.4321
+1006.5705
+1006.5937 Statistical Mechanics
+1007.0697
+1007.1748 Classical Physics
+1007.2126
+1007.2857 Mesoscale and Nanoscale Physics
+1007.2900 Group Theory
+1007.3420 Quantum Gases
+1007.3966 Lattice
+1007.5428 Probability
+1008.0324 Theory
+1008.1045
+1008.1088 Phenomenology
+1008.1726 Biological Physics
+1008.3030
+1008.3120 Phenomenology
+1008.3543 Phenomenology
+1008.3978 Mesoscale and Nanoscale Physics
+1008.4170
+1008.4657 Phenomenology
+1008.4995
+1009.0399
+1009.0668 Theory
+1009.1669
+1009.2286
+1009.2879 Materials Science
+1009.3452
+1009.4248 Solar and Stellar Astrophysics
+1009.4277 Instrumentation and Detectors
+1009.4422 Theory
+1009.4454 Combinatorics
+1009.4815 Algebraic Geometry
+1009.5045 High Energy Astrophysical Phenomena
+1009.5452
+1009.6231 Differential Geometry
+1010.1464
+1010.1856
+1010.4580
+1010.4850 Databases
+1010.5196
+1010.5856
+1011.3321 Computational Physics
+1011.4678 Geometric Topology
+1011.5527 Solar and Stellar Astrophysics
+1012.0011 Information Theory
+1012.0014 Algebraic Geometry
+1012.0016 Networking and Internet Architecture
+1012.0017 Networking and Internet Architecture
+1012.0018 Information Theory
+1012.0020 Geophysics
+1012.0023 Formal Languages and Automata Theory
+1012.0025 Numerical Analysis
+1012.0027 Networking and Internet Architecture
+1012.0037 Networking and Internet Architecture
+1012.0044 Group Theory
+1012.0047 Other Computer Science
+1012.0056
+1012.0061 Solar and Stellar Astrophysics
+1012.0066 Algebraic Geometry
+1012.0068 Cosmology and Nongalactic Astrophysics
+1012.0072 Theory
+1012.0084 Artificial Intelligence
+1012.0089 Operator Algebras
+1012.0091 Quantitative Methods
+1012.0092 Analysis of PDEs
+1012.0093 Probability
+1012.0103 Phenomenology
+1012.0107 Differential Geometry
+1012.0108 Commutative Algebra
+1012.0110 Algebraic Topology
+1012.0111 Cosmology and Nongalactic Astrophysics
+1012.0114 Differential Geometry
+1012.0115
+1012.0118 Probability
+1012.0120 Solar and Stellar Astrophysics
+1012.0122 Discrete Mathematics
+1012.0126 Networking and Internet Architecture
+1012.0129 Group Theory
+1012.0130 Computational Physics
+1012.0134 Computational Physics
+1012.0135 High Energy Astrophysical Phenomena
+1012.0137 Lattice
+1012.0139 Computational Physics
+1012.0140 Superconductivity
+1012.0148 Analysis of PDEs
+1012.0159 Experiment
+1012.0160 Digital Libraries
+1012.0172 Cosmology and Nongalactic Astrophysics
+1012.0173 Phenomenology
+1012.0184 High Energy Astrophysical Phenomena
+1012.0186 Phenomenology
+1012.0192 Lattice
+1012.0195 Statistical Mechanics
+1012.0200 Lattice
+1012.0206 Data Analysis, Statistics and Probability
+1012.0207 Number Theory
+1012.0208 Complex Variables
+1012.0211 General Mathematics
+1012.0214 Phenomenology
+1012.0217 High Energy Astrophysical Phenomena
+1012.0223 Computer Vision and Pattern Recognition
+1012.0230 Computational Geometry
+1012.0231 Astrophysics of Galaxies
+1012.0236 Quantum Gases
+1012.0239 Quantum Gases
+1012.0242 Solar and Stellar Astrophysics
+1012.0247 General Physics
+1012.0248 Phenomenology
+1012.0251 Strongly Correlated Electrons
+1012.0253 Lattice
+1012.0255 Data Structures and Algorithms
+1012.0257 Analysis of PDEs
+1012.0258 Phenomenology
+1012.0259 Data Structures and Algorithms
+1012.0260 Networking and Internet Architecture
+1012.0266 Earth and Planetary Astrophysics
+1012.0273 Instrumentation and Methods for Astrophysics
+1012.0283 Theory
+1012.0284 Discrete Mathematics
+1012.0285 Phenomenology
+1012.0289 History and Philosophy of Physics
+astro-ph/0506150
+astro-ph/0507629
+astro-ph/0609388
+astro-ph/9809164
+cond-mat/0510110 Mesoscale and Nanoscale Physics
+cond-mat/0512537 Other Condensed Matter
+cond-mat/0610614 Superconductivity
+cond-mat/0701052 Superconductivity
+hep-ph/9501357 Phenomenology
+hep-ph/9602390 Phenomenology
+hep-ph/9906465 Phenomenology
+hep-th/0102118 Theory
+hep-th/9410244 Theory
+math-ph/0104010
+physics/0702121 Classical Physics
+0705.0622 Mesoscale and Nanoscale Physics
+0711.3021 Statistical Mechanics
+0806.3371 Statistics Theory
+0808.1732 Statistical Mechanics
+0809.2568 Physics and Society
+0809.2615 Statistical Mechanics
+0810.0725 Algebraic Geometry
+0810.0729 Algebraic Geometry
+0811.3709 Optimization and Control
+0903.4610
+0903.4615 Logic in Computer Science
+0903.5150 Differential Geometry
+0904.2540 Computer Science and Game Theory
+0908.3392 Statistics Theory
+0908.3563 Mesoscale and Nanoscale Physics
+0908.4301 Quantum Algebra
+0909.3192 Statistical Mechanics
+0909.4058 Group Theory
+0909.4803 Number Theory
+0910.1215 Superconductivity
+0911.4593 Representation Theory
+0912.0092 Atomic Physics
+0912.2657 Statistical Mechanics
+0912.4508 Strongly Correlated Electrons
+1001.0748 Materials Science
+1001.2349 Theory
+1001.2608 Astrophysics of Galaxies
+1001.3820 Representation Theory
+1002.4826
+1003.2180 Lattice
+1003.4578 Representation Theory
+1004.1532 Disordered Systems and Neural Networks
+1004.3448 Soft Condensed Matter
+1004.3468 Theory
+1004.3770 Cryptography and Security
+1005.0353 Operator Algebras
+1005.0520 Superconductivity
+1005.0914 Statistical Mechanics
+1005.1149 Group Theory
+1005.2000 Fluid Dynamics
+1005.3694 Disordered Systems and Neural Networks
+1005.3712 Disordered Systems and Neural Networks
+1005.5157 Atomic Physics
+1006.0251 Superconductivity
+1006.0525 Number Theory
+1006.1559 Strongly Correlated Electrons
+1006.2703 Earth and Planetary Astrophysics
+1006.3532 Strongly Correlated Electrons
+1006.4422 Statistical Mechanics
+1006.5434 Materials Science
+1007.0063 Dynamical Systems
+1007.0853 Mesoscale and Nanoscale Physics
+1007.1406 Superconductivity
+1007.3391
+1008.4330 High Energy Astrophysical Phenomena
+1008.4626 Analysis of PDEs
+1008.5175 Astrophysics of Galaxies
+1009.0369 Algebraic Geometry
+1009.0412 Disordered Systems and Neural Networks
+1009.1125 Algebraic Topology
+1009.1673 Mesoscale and Nanoscale Physics
+1009.2017 Atomic Physics
+1009.2041 Artificial Intelligence
+1009.2851 Statistical Mechanics
+1009.2978 Analysis of PDEs
+1009.3242 Logic
+1009.3414 Logic
+1009.3494 Cosmology and Nongalactic Astrophysics
+1009.3980 Data Analysis, Statistics and Probability
+1009.4214 Data Structures and Algorithms
+1009.5323 Phenomenology
+1009.5829 Information Theory
+1009.5832 Mesoscale and Nanoscale Physics
+1009.5862 General Physics
+1009.5995 Statistical Mechanics
+1009.5996 High Energy Astrophysical Phenomena
+1009.5999 Theory
+1009.6014 General Physics
+1009.6017
+1009.6019 Classical Analysis and ODEs
+1009.6021 Data Analysis, Statistics and Probability
+1009.6022 Classical Analysis and ODEs
+1009.6027 Instrumentation and Methods for Astrophysics
+1009.6032 Theory
+1009.6033 Strongly Correlated Electrons
+1009.6034 Numerical Analysis
+1009.6036 Optimization and Control
+1009.6040 Quantum Algebra
+1009.6045 Networking and Internet Architecture
+1009.6046 Combinatorics
+1009.6050 Multiagent Systems
+1009.6052 Networking and Internet Architecture
+1009.6055 Complex Variables
+1009.6057 Networking and Internet Architecture
+1009.6058
+1009.6062 Cosmology and Nongalactic Astrophysics
+1009.6069 Quantum Algebra
+1009.6070 Analysis of PDEs
+1009.6073
+1009.6077
+1009.6078
+1009.6088 Analysis of PDEs
+1009.6089 Soft Condensed Matter
+1009.6093 Classical Physics
+1009.6094 Classical Physics
+1009.6105 Computational Complexity
+1009.6106 Instrumentation and Methods for Astrophysics
+1009.6107 Algebraic Geometry
+1009.6111 Plasma Physics
+1009.6112 Numerical Analysis
+1009.6113 Statistical Mechanics
+1009.6114 Data Structures and Algorithms
+1009.6124 Dynamical Systems
+1009.6127 Artificial Intelligence
+1009.6132 Hardware Architecture
+1009.6133 Experiment
+1009.6138 Classical Analysis and ODEs
+1009.6139 Number Theory
+1009.6152 Spectral Theory
+1009.6154 Dynamical Systems
+1009.6157 Statistical Finance
+1009.6158 Combinatorics
+1009.6162 Metric Geometry
+1009.6164 Molecular Networks
+1009.6166 Probability
+1009.6168 Differential Geometry
+1009.6171 Logic in Computer Science
+1009.6177 Strongly Correlated Electrons
+1009.6193
+1009.6197 Information Theory
+1009.6199 Phenomenology
+1009.6200 Information Theory
+1009.6205 Information Theory
+1009.6206 Information Theory
+1009.6208 Group Theory
+1009.6209 Differential Geometry
+1009.6210 Materials Science
+1009.6211 Mesoscale and Nanoscale Physics
+1009.6215 Computational Geometry
+1009.6218 Performance
+1009.6219 Functional Analysis
+1009.6225 Complex Variables
+1009.6230 Representation Theory
+math/0304105 Dynamical Systems
+math/0304106 Geometric Topology
+math/0504399 Representation Theory
+0706.0058 Representation Theory
+0711.1319 Quantum Algebra
+0712.1865 Differential Geometry
+0803.3354 Analysis of PDEs
+0804.1048 K-Theory and Homology
+0805.0267
+0807.3737 Superconductivity
+0809.2059 Dynamical Systems
+0811.0359 Logic in Computer Science
+0811.3158 Disordered Systems and Neural Networks
+0904.3986 Optimization and Control
+0904.4405
+0905.2850 Operator Algebras
+0905.4617 Materials Science
+0905.4904 Statistical Mechanics
+0907.2347 Geophysics
+0907.3863 Operator Algebras
+0908.2173 Analysis of PDEs
+0908.2650 High Energy Astrophysical Phenomena
+0908.3335 Geometric Topology
+0909.3611 Analysis of PDEs
+0909.4033 Computational Physics
+0910.0547 Probability
+0910.3075
+0910.5760 Mesoscale and Nanoscale Physics
+0911.4468 Quantum Gases
+0911.5049 Metric Geometry
+0912.1734 Materials Science
+0912.2809
+0912.3319 Materials Science
+0912.5073 Artificial Intelligence
+1001.0133 Exactly Solvable and Integrable Systems
+1001.2028 Quantum Gases
+1001.3184 Group Theory
+1001.4017 Superconductivity
+1002.0713 Combinatorics
+1002.1586 Classical Physics
+1002.1885 Theory
+1002.2406 Phenomenology
+1002.3734 Mesoscale and Nanoscale Physics
+1002.4454 Soft Condensed Matter
+1002.5037 Astrophysics of Galaxies
+1003.0026 Theory
+1003.2527 Superconductivity
+1003.4619 Strongly Correlated Electrons
+1003.4683 Theory
+1005.0621 Mesoscale and Nanoscale Physics
+1005.2350 History and Philosophy of Physics
+1005.4327 Materials Science
+1005.4360 Dynamical Systems
+1005.4700 Number Theory
+1005.5516 Information Retrieval
+1006.1037 Experiment
+1006.1116 Algebraic Geometry
+1006.1374 Classical Analysis and ODEs
+1006.1791 Statistical Finance
+1006.1812
+1006.1956 Networking and Internet Architecture
+1006.1967 High Energy Astrophysical Phenomena
+1006.1996 Numerical Analysis
+1006.2010 Statistical Finance
+1006.2057 General Finance
+1006.2079 Cosmology and Nongalactic Astrophysics
+1006.2142 Phenomenology
+1006.2143 Superconductivity
+1006.2145
+1006.2148
+1006.2152 Classical Analysis and ODEs
+1006.2154
+1006.2155 Software Engineering
+1006.2156 Learning
+1006.2167 Classical Physics
+1006.2168 Instrumentation and Methods for Astrophysics
+1006.2180 Optics
+1006.2182 Cosmology and Nongalactic Astrophysics
+1006.2185 Probability
+1006.2197 Logic
+1006.2204 Artificial Intelligence
+1006.2205 Other Condensed Matter
+1006.2212 Optimization and Control
+1006.2215
+1006.2218 Computational Complexity
+1006.2242 High Energy Astrophysical Phenomena
+1006.2244 Accelerator Physics
+1006.2249 Discrete Mathematics
+1006.2253
+1006.2256 Analysis of PDEs
+1006.2258 Geometric Topology
+1006.2259 Complex Variables
+1006.2263 Algebraic Topology
+1006.2266 High Energy Astrophysical Phenomena
+1006.2276 Representation Theory
+1006.2286 Spectral Theory
+1006.2291 Representation Theory
+1006.2292 Analysis of PDEs
+1006.2295 General Physics
+1006.2298 Rings and Algebras
+1006.2310 Spectral Theory
+1006.2312 Physics and Society
+1006.2318 Numerical Analysis
+1006.2320 General Physics
+1006.2321 Cosmology and Nongalactic Astrophysics
+1006.2326 Cosmology and Nongalactic Astrophysics
+1006.2332 Physics and Society
+1006.2338 Experiment
+1006.2349 Statistical Mechanics
+1006.2351 Superconductivity
+1006.2352
+1006.2353 Superconductivity
+1006.2354 Analysis of PDEs
+1006.2356 Cryptography and Security
+1006.2360 Dynamical Systems
+1006.2368 Computer Vision and Pattern Recognition
+cond-mat/9911420 Statistical Mechanics
+math/0201166 Differential Geometry
+math/0407153 Differential Geometry
+math/0511412 Algebraic Topology
+math/0602053 Logic
+0709.1210
+0804.1428 Representation Theory
+0804.1999 Group Theory
+0804.2000 K-Theory and Homology
+0804.3581 Group Theory
+0804.3639 Combinatorics
+0805.0723 Rings and Algebras
+0809.3308
+0812.1359 Group Theory
+0812.2114 Complex Variables
+0901.0295 Representation Theory
+0901.0763 Information Theory
+0901.3297 Probability
+0902.0747 Cosmology and Nongalactic Astrophysics
+0904.0398 Representation Theory
+0904.2828 Theory
+0906.0162 Mesoscale and Nanoscale Physics
+0906.3948 Superconductivity
+0908.2738
+0908.3580 Algebraic Topology
+0909.1227 Representation Theory
+0909.2781
+0909.4945 Combinatorics
+0909.5583 Computational Engineering, Finance, and Science
+0910.1170
+0911.0890 Quantum Gases
+0911.0987
+0911.1657 Classical Analysis and ODEs
+0911.1688 Superconductivity
+0911.4735 Statistical Mechanics
+0912.1773 Statistical Mechanics
+0912.2485
+0912.4362
+1001.1996 Popular Physics
+1001.2334 Information Theory
+1001.3447 Cosmology and Nongalactic Astrophysics
+1001.4523
+1002.4199 Mesoscale and Nanoscale Physics
+1002.4899 Other Condensed Matter
+1003.0232 Cosmology and Nongalactic Astrophysics
+1003.0913 Superconductivity
+1003.2010 Probability
+1003.3261 Number Theory
+1003.5670 Differential Geometry
+1004.0303 Disordered Systems and Neural Networks
+1004.2510 Mesoscale and Nanoscale Physics
+1004.4335 Mesoscale and Nanoscale Physics
+1004.4385 Mesoscale and Nanoscale Physics
+1004.4407 Probability
+1004.4476 Combinatorics
+1004.4658 Cosmology and Nongalactic Astrophysics
+1005.1112
+1005.1130 Dynamical Systems
+1005.1610
+1005.2711 Mesoscale and Nanoscale Physics
+1005.3838 Analysis of PDEs
+1005.4004 Atomic and Molecular Clusters
+1005.4118 Computer Vision and Pattern Recognition
+1005.4305 Phenomenology
+1005.5283 Probability
+1005.5288 Exactly Solvable and Integrable Systems
+1006.0188 Mesoscale and Nanoscale Physics
+1006.1019 Computer Science and Game Theory
+1006.1989 Mesoscale and Nanoscale Physics
+1006.2880 Data Structures and Algorithms
+1006.3420 Statistical Mechanics
+1006.3489 Theory
+1006.3566 Materials Science
+1006.3965 Functional Analysis
+1006.4140 Strongly Correlated Electrons
+1007.0175 Plasma Physics
+1007.0215 Cosmology and Nongalactic Astrophysics
+1007.1876 High Energy Astrophysical Phenomena
+1007.1914 Physics and Society
+1007.4901 Spectral Theory
+1008.0314 Quantum Gases
+1008.1898 Materials Science
+1008.2381 Number Theory
+1008.2440 Formal Languages and Automata Theory
+1008.2854 Fluid Dynamics
+1008.2980 General Topology
+1008.4584 Cosmology and Nongalactic Astrophysics
+1008.4886 Statistics Theory
+1008.4950 Optics
+1008.5160 Strongly Correlated Electrons
+1008.5163 Artificial Intelligence
+1008.5165 Dynamical Systems
+1008.5168 Mesoscale and Nanoscale Physics
+1008.5169
+1008.5170 Networking and Internet Architecture
+1008.5177 Optics
+1008.5182
+1008.5184 Number Theory
+1008.5189 Artificial Intelligence
+1008.5206 Astrophysics of Galaxies
+1008.5207 Number Theory
+1008.5211 Machine Learning
+1008.5212 Classical Physics
+1008.5216 Algebraic Geometry
+1008.5218 Numerical Analysis
+1008.5219
+1008.5226 Strongly Correlated Electrons
+1008.5228 Phenomenology
+1008.5234 Superconductivity
+1008.5236 Chemical Physics
+1008.5238 Functional Analysis
+1008.5239 Number Theory
+1008.5241 Functional Analysis
+1008.5246 Computation
+1008.5249 Operator Algebras
+1008.5250 Materials Science
+1008.5251 Biological Physics
+1008.5252 Functional Analysis
+1008.5253
+1008.5261 Materials Science
+1008.5263
+1008.5266 Instrumentation and Detectors
+1008.5270 Complex Variables
+1008.5271 Materials Science
+1008.5272 Materials Science
+1008.5276 Differential Geometry
+1008.5277 Phenomenology
+1008.5279
+1008.5283 Cosmology and Nongalactic Astrophysics
+1008.5287 Computation and Language
+1008.5290 History and Overview
+1008.5291 Combinatorics
+1008.5292 Atomic Physics
+1008.5305 Other Condensed Matter
+1008.5308 Materials Science
+1008.5312 General Physics
+1008.5315 Probability
+1008.5317 Atomic Physics
+1008.5321 Materials Science
+1008.5323 Materials Science
+1008.5330
+1008.5339 Complex Variables
+1008.5340 Computer Science and Game Theory
+1008.5346
+1008.5355 Dynamical Systems
+1008.5356 Data Structures and Algorithms
+1008.5357 Databases
+1008.5358 Materials Science
+1008.5360 Combinatorics
+1008.5361 Combinatorics
+1008.5370 Combinatorics
+1008.5374 Statistics Theory
+1008.5375 Solar and Stellar Astrophysics
+1008.5383 Combinatorics
+1008.5386 Machine Learning
+1008.5389 General Physics
+1008.5392 Optics
+math-ph/0208006
+math-ph/0608023
+math/0101228 General Mathematics
+0704.3650 Combinatorics
+0705.4411
+0808.0426 Probability
+0811.2798 Other Condensed Matter
+0901.3158 Theory
+0905.0486 Geometric Topology
+0905.0768 Data Structures and Algorithms
+0906.2391 Phenomenology
+0907.0497 Differential Geometry
+0907.2420 Optics
+0908.1631 Differential Geometry
+0909.1667 Adaptation and Self-Organizing Systems
+0910.0948 Classical Analysis and ODEs
+0911.4601 Phenomenology
+0911.5650 Optimization and Control
+0912.0961 Quantum Algebra
+1001.5471 Formal Languages and Automata Theory
+1002.0861 Statistical Mechanics
+1002.2145 Cosmology and Nongalactic Astrophysics
+1002.4148 Probability
+1003.1614 Mesoscale and Nanoscale Physics
+1003.1750 Cosmology and Nongalactic Astrophysics
+1004.2832 Biological Physics
+1004.2875 Optics
+1004.3757 Mesoscale and Nanoscale Physics
+1004.3805 Cosmology and Nongalactic Astrophysics
+1004.4693 Optics
+1005.1096 Experiment
+1005.2114
+1005.4050 Earth and Planetary Astrophysics
+1005.4108 Soft Condensed Matter
+1005.4402 Strongly Correlated Electrons
+1005.5373 Optics
+1006.3573 Information Theory
+1007.0377 Optics
+1007.4871 Lattice
+1008.0487 Phenomenology
+1008.0956 Geometric Topology
+1008.2593 Superconductivity
+1008.2893 Solar and Stellar Astrophysics
+1008.3254 Strongly Correlated Electrons
+1008.4443 Geometric Topology
+1008.4765 Cosmology and Nongalactic Astrophysics
+1008.4805
+1009.1117 Computation and Language
+1009.1680 Superconductivity
+1009.2388 Phenomenology
+1009.2404 General Physics
+1009.4429 Analysis of PDEs
+1009.4574 Neural and Evolutionary Computing
+1009.4582 Learning
+1009.4586 Artificial Intelligence
+1009.4590 Hardware Architecture
+1009.4641 Combinatorics
+1009.4702 Cosmology and Nongalactic Astrophysics
+1009.4710 Instrumentation and Methods for Astrophysics
+1009.4711 Combinatorics
+1009.4716 High Energy Astrophysical Phenomena
+1009.4717 Phenomenology
+1009.4719 Sound
+1009.4721 Superconductivity
+1009.4734 Atomic and Molecular Clusters
+1009.4739 Computer Vision and Pattern Recognition
+1009.4742 Astrophysics of Galaxies
+1009.4746
+1009.4753 History and Philosophy of Physics
+1009.4754
+1009.4755
+1009.4758
+1009.4759
+1009.4761
+1009.4766 Learning
+1009.4767 Biological Physics
+1009.4768 Analysis of PDEs
+1009.4769 Cosmology and Nongalactic Astrophysics
+1009.4770 Disordered Systems and Neural Networks
+1009.4773 Information Theory
+1009.4774 Combinatorics
+1009.4777 Differential Geometry
+1009.4779 Differential Geometry
+1009.4787 Robotics
+1009.4801 Biomolecules
+1009.4802 Combinatorics
+1009.4804 Algebraic Geometry
+1009.4809 Mesoscale and Nanoscale Physics
+1009.4812 Representation Theory
+1009.4813 Complex Variables
+1009.4817 K-Theory and Homology
+1009.4818 Computational Finance
+1009.4821 Functional Analysis
+1009.4823 Computer Vision and Pattern Recognition
+1009.4825 Networking and Internet Architecture
+1009.4827 Algebraic Geometry
+1009.4834 Theory
+1009.4841 Distributed, Parallel, and Cluster Computing
+1009.4847 Distributed, Parallel, and Cluster Computing
+1009.4850 Phenomenology
+1009.4858 Materials Science
+1009.4859 Combinatorics
+1009.4862 Probability
+1009.4863 Accelerator Physics
+1009.4870 Distributed, Parallel, and Cluster Computing
+1009.4874 Soft Condensed Matter
+1009.4877 Robotics
+1009.4880 Data Structures and Algorithms
+1009.4883 Algebraic Geometry
+1009.4893 Algebraic Topology
+1009.4897 Statistical Mechanics
+1009.4902 High Energy Astrophysical Phenomena
+1009.4909 Superconductivity
+1009.4911 Superconductivity
+1009.4913 Probability
+1009.4922 Complex Variables
+1009.4927 Analysis of PDEs
+math-ph/0410008
+math-ph/0412097
+math/0304161 Algebraic Topology
+math/0701833 Algebraic Topology
+math/0702275 Classical Analysis and ODEs
+quant-ph/0211014
+0704.0923 Statistics Theory
+0704.0927 Number Theory
+0704.2127 Algebraic Geometry
+0707.0434 Number Theory
+0707.2337 Quantum Algebra
+0707.3417 Number Theory
+0710.5652 Theory
+0712.1842 Operator Algebras
+0801.2857 Materials Science
+0802.1839 Statistical Mechanics
+0805.4208 Number Theory
+0805.4226 Probability
+0806.3472 Representation Theory
+0806.3484 Combinatorics
+0806.4446 Algebraic Geometry
+0807.1288 Soft Condensed Matter
+0807.2443
+0808.3874 Other Condensed Matter
+0809.0136 Statistical Mechanics
+0809.4621 Number Theory
+0810.1715 Number Theory
+0810.5495 Combinatorics
+0811.2989 Probability
+0811.3750 Probability
+0811.3752 Probability
+0903.0783 Mesoscale and Nanoscale Physics
+0904.1105 Materials Science
+0905.0104 Geometric Topology
+0906.5419
+0907.0465 Operator Algebras
+0907.1092 Mesoscale and Nanoscale Physics
+0907.1617 Quantum Algebra
+0907.2355 Soft Condensed Matter
+0908.0058 Mesoscale and Nanoscale Physics
+0909.0653 Algebraic Geometry
+0910.1668 Mesoscale and Nanoscale Physics
+0911.0710 Phenomenology
+0911.0934 Disordered Systems and Neural Networks
+0911.1239
+0911.2871 Number Theory
+0912.2589 Mesoscale and Nanoscale Physics
+1001.2026 Functional Analysis
+1001.2556 Materials Science
+1001.3228 Mesoscale and Nanoscale Physics
+1001.4265 Algebraic Geometry
+1001.4583 Materials Science
+1001.4763
+1001.5244 Neural and Evolutionary Computing
+1001.5324 Theory
+1002.2536 Mesoscale and Nanoscale Physics
+1002.3135
+1002.4501 Combinatorics
+1002.4875 Earth and Planetary Astrophysics
+1003.1541 Quantum Gases
+1003.2978 Number Theory
+1003.3329 Combinatorics
+1004.0207 Cosmology and Nongalactic Astrophysics
+1004.0974 Cosmology and Nongalactic Astrophysics
+1004.1076 Quantum Gases
+1004.1367 Combinatorics
+1004.1594
+1004.1970 Materials Science
+1004.2114
+1004.3113 Optimization and Control
+1004.4679 Statistical Mechanics
+1005.4130 Classical Analysis and ODEs
+1005.4315 Phenomenology
+1006.3181 Superconductivity
+1006.5603 Analysis of PDEs
+1007.0832 Machine Learning
+1007.2593 Trading and Market Microstructure
+1008.0399 Cosmology and Nongalactic Astrophysics
+1008.1769 Mesoscale and Nanoscale Physics
+1008.2502 Superconductivity
+1008.2773 Mesoscale and Nanoscale Physics
+1008.2991 Cryptography and Security
+1008.3628 Numerical Analysis
+1008.3796 Soft Condensed Matter
+1008.5332 Data Structures and Algorithms
+1009.1022 Logic
+1009.1997 Combinatorics
+1009.2014 Group Theory
+1009.2054 Social and Information Networks
+1009.2192
+1009.2437 Representation Theory
+1009.2466 Analysis of PDEs
+1009.2474 Quantum Algebra
+1009.2511 Phenomenology
+1009.2514 Solar and Stellar Astrophysics
+1009.2521 Computational Geometry
+1009.2528 Information Theory
+1009.2529
+1009.2535 Group Theory
+1009.2536
+1009.2538 Commutative Algebra
+1009.2540 Complex Variables
+1009.2544 Atomic Physics
+1009.2548
+1009.2550 Classical Physics
+1009.2552 Superconductivity
+1009.2555 Phenomenology
+1009.2565 Combinatorics
+1009.2566 Learning
+1009.2568 Group Theory
+1009.2570 General Mathematics
+1009.2591 Data Structures and Algorithms
+1009.2592 Operator Algebras
+1009.2593
+1009.2594 Combinatorics
+1009.2595 Analysis of PDEs
+1009.2597 Earth and Planetary Astrophysics
+1009.2601 Classical Analysis and ODEs
+1009.2602 Information Theory
+1009.2609 Other Condensed Matter
+1009.2611 Instrumentation and Methods for Astrophysics
+1009.2612 Optimization and Control
+1009.2613 General Mathematics
+1009.2617 Computer Science and Game Theory
+1009.2622 Hardware Architecture
+1009.2625 Differential Geometry
+1009.2634 History and Philosophy of Physics
+1009.2639 Earth and Planetary Astrophysics
+1009.2640 Combinatorics
+1009.2644 Functional Analysis
+1009.2651 Information Theory
+1009.2654
+1009.2657 Superconductivity
+1009.2662 Mesoscale and Nanoscale Physics
+1009.2673 Differential Geometry
+1009.2677 Differential Geometry
+1009.2678 Phenomenology
+1009.2679
+1009.2680 Phenomenology
+1009.2695 Differential Geometry
+1009.2696 Statistical Finance
+1009.2705 Solar and Stellar Astrophysics
+1009.2706 Formal Languages and Automata Theory
+1009.2712 Differential Geometry
+1009.2718 Machine Learning
+1009.2720 Phenomenology
+1009.2721 Trading and Market Microstructure
+1009.2722 Machine Learning
+1009.2723 Other Statistics
+1009.2726
+1009.2730 Group Theory
+1009.2732 Probability
+1009.2734 Group Theory
+1009.2737
+1009.2739 Instrumentation and Methods for Astrophysics
+1009.2745 Differential Geometry
+1009.2747 Soft Condensed Matter
+1009.2748 Numerical Analysis
+math/0304081 General Mathematics
+math/0506461 Number Theory
+math/0603740 Quantum Algebra
+math/0607686 Probability
+math/0607817 Quantum Algebra
+math/0611649 Combinatorics
+math/0702554 Algebraic Geometry
+math/0702670 Quantum Algebra
+physics/0702142 Instrumentation and Detectors
+0704.3918 Theory
+0705.2915 Combinatorics
+0708.2413 Theory
+0710.1866
+0710.3830 Strongly Correlated Electrons
+0710.4394 Probability
+0711.0115
+0711.0117
+0712.3764 Representation Theory
+0712.4133 Rings and Algebras
+0801.1328 Symplectic Geometry
+0802.0412
+0802.1172 Rings and Algebras
+0802.3987
+0803.1100 Soft Condensed Matter
+0804.2211 Strongly Correlated Electrons
+0806.2133
+0806.3288
+0807.0944 Phenomenology
+0807.2948 Experiment
+0808.3427 Superconductivity
+0808.4039 Disordered Systems and Neural Networks
+0809.0168
+0809.0839 Phenomenology
+0809.1904
+0809.2441 Phenomenology
+0810.0123 Materials Science
+0810.1754
+0810.3504
+0810.5070 Experiment
+0810.5304 Phenomenology
+0810.5401 Phenomenology
+0811.0271 Phenomenology
+0811.1478
+0811.2640 Phenomenology
+0811.2767
+0811.2884 Experiment
+0811.2922
+0811.3497 Lattice
+0811.3526
+0811.3942
+0811.3995 Phenomenology
+0811.4171
+0811.4172
+0811.4356 Phenomenology
+0811.4759 Instrumentation and Detectors
+0812.0091
+0812.0681 Instrumentation and Detectors
+0812.1501 Theory
+0812.2738 Algebraic Topology
+0812.2853
+0812.3161 Phenomenology
+0812.3307 Lattice
+0901.0471 Theory
+0901.0904
+0901.4574 Cosmology and Nongalactic Astrophysics
+0901.4578 Cosmology and Nongalactic Astrophysics
+0902.0697
+0902.2847
+0902.4253 Instrumentation and Methods for Astrophysics
+0902.4858 Instrumentation and Methods for Astrophysics
+0903.0796 Cosmology and Nongalactic Astrophysics
+0903.2018
+0903.2034 Phenomenology
+0903.3643 Phenomenology
+0903.5330 Cosmology and Nongalactic Astrophysics
+0903.5404 Instrumentation and Methods for Astrophysics
+0903.5514 Superconductivity
+0904.0187
+0904.2807
+0904.4045
+0905.2508
+0905.2543 Cosmology and Nongalactic Astrophysics
+0905.2589 General Physics
+0905.2943 Theory
+0905.2992
+0905.3122 Mesoscale and Nanoscale Physics
+0905.3612 Theory
+0905.4335 Cosmology and Nongalactic Astrophysics
+0905.4425
+0905.4570 Artificial Intelligence
+0906.1301
+0906.3216
+0907.0372
+0907.0593 Theory
+0907.1972 Phenomenology
+0907.2145 Statistical Mechanics
+0907.3862 Theory
+0908.0305 Theory
+0908.0537 Solar and Stellar Astrophysics
+0908.2074
+0908.3150 Phenomenology
+0908.3609 Geometric Topology
+0909.0025 Strongly Correlated Electrons
+0909.0373 Superconductivity
+0909.0629 Phenomenology
+0909.1922
+0909.2070
+0909.2237
+0909.3226 Information Theory
+0909.4579 Strongly Correlated Electrons
+0909.5690 Analysis of PDEs
+0910.0112 Data Structures and Algorithms
+0910.0683 Logic
+0910.0709
+0910.0834 Theory
+0910.0873 Optics
+0910.1341
+0910.1789 Phenomenology
+0910.2339 Mesoscale and Nanoscale Physics
+0910.2588 Soft Condensed Matter
+0910.2713
+0910.3049 Phenomenology
+0910.3216 Lattice
+0910.3300 Mesoscale and Nanoscale Physics
+0910.3472 Superconductivity
+0910.3477 Phenomenology
+0910.3496
+0910.3507
+0910.4047 Phenomenology
+0910.4575 Mesoscale and Nanoscale Physics
+0911.0647 Cosmology and Nongalactic Astrophysics
+0911.1600 Materials Science
+0911.1674
+0911.1721 Lattice
+0911.1857 Phenomenology
+0911.1909 Phenomenology
+0911.2678 Materials Science
+0911.4168
+0912.0492 Differential Geometry
+0912.4352 Physics and Society
+0912.4383 Atomic and Molecular Clusters
+0912.5427 Pricing of Securities
+1001.1090 Quantum Gases
+1001.3677 Mesoscale and Nanoscale Physics
+1001.5076 Data Structures and Algorithms
+1001.5374 Phenomenology
+1002.1397
+1002.1508 Logic
+1002.2515
+1002.2764 Functional Analysis
+1002.2766
+1002.2789 Algebraic Geometry
+1002.2950 Analysis of PDEs
+1002.2954 Logic in Computer Science
+1002.2955 Combinatorics
+1002.2959 Information Theory
+1002.2961 Chaotic Dynamics
+1002.2966 Information Theory
+1002.2968 Phenomenology
+1002.2976
+1002.2978 Logic in Computer Science
+1002.2985 History and Philosophy of Physics
+1002.2993 Differential Geometry
+1002.3001 Complex Variables
+1002.3012 High Energy Astrophysical Phenomena
+1002.3014 Superconductivity
+1002.3017 Functional Analysis
+1002.3021 Logic
+1002.3023 Artificial Intelligence
+1002.3024 Information Theory
+1002.3025 Complex Variables
+1002.3026 Algebraic Geometry
+1002.3028 Materials Science
+1002.3036 Experiment
+1002.3040 Representation Theory
+1002.3043 Strongly Correlated Electrons
+1002.3045 Statistics Theory
+1002.3052 Experiment
+1002.3054 Space Physics
+1002.3055 Analysis of PDEs
+1002.3057
+1002.3062 Functional Analysis
+1002.3069 Optics
+1002.3078 Artificial Intelligence
+1002.3079 Statistical Mechanics
+1002.3082 Algebraic Geometry
+1002.3083 Logic in Computer Science
+1002.3086 Artificial Intelligence
+1002.3090 Dynamical Systems
+1002.3092 Classical Physics
+1002.3096 Theory
+1002.3103 Statistical Mechanics
+1002.3105 Cosmology and Nongalactic Astrophysics
+1002.3107 Solar and Stellar Astrophysics
+1002.3116 Probability
+1002.3120 General Topology
+1002.3122 General Topology
+1002.3123 Functional Analysis
+1002.3127 Analysis of PDEs
+1002.3134 Geometric Topology
+1002.3138 Combinatorics
+1002.3148 Strongly Correlated Electrons
+1002.3150 Number Theory
+astro-ph/0503115
+astro-ph/0703586
+cond-mat/0303124 Superconductivity
+cond-mat/0503334 Strongly Correlated Electrons
+cond-mat/0505311 Superconductivity
+cond-mat/0508605 Superconductivity
+cond-mat/0512014 Strongly Correlated Electrons
+hep-ex/0111031 Experiment
+hep-ex/0204007 Experiment
+hep-ex/0311029 Experiment
+hep-lat/0001007 Lattice
+hep-lat/0004006 Lattice
+hep-lat/0008018 Lattice
+hep-lat/0111053 Lattice
+hep-lat/0205017 Lattice
+hep-lat/0208023 Lattice
+hep-lat/0209024 Lattice
+hep-lat/0212031 Lattice
+hep-lat/0302008 Lattice
+hep-lat/0302020 Lattice
+hep-lat/0308024 Lattice
+hep-lat/0309187 Lattice
+hep-lat/0311038 Lattice
+hep-lat/0406001 Lattice
+hep-lat/0406004 Lattice
+hep-lat/0501028 Lattice
+hep-lat/0502002 Lattice
+hep-lat/0504022 Lattice
+hep-lat/0507028 Lattice
+hep-lat/0510070 Lattice
+hep-lat/0510078 Lattice
+hep-lat/0511004 Lattice
+hep-lat/0511020 Lattice
+hep-lat/0511022 Lattice
+hep-lat/0601025 Lattice
+hep-lat/9810005 Lattice
+hep-lat/9912052 Lattice
+hep-ph/0002056 Phenomenology
+hep-ph/0002081 Phenomenology
+hep-ph/0008064 Phenomenology
+hep-ph/0009042 Phenomenology
+hep-ph/0009312 Phenomenology
+hep-ph/0011214 Phenomenology
+hep-ph/0101211 Phenomenology
+hep-ph/0102133 Phenomenology
+hep-ph/0105022 Phenomenology
+hep-ph/0106080 Phenomenology
+hep-ph/0106160 Phenomenology
+hep-ph/0109069 Phenomenology
+hep-ph/0112040 Phenomenology
+hep-ph/0203023 Phenomenology
+hep-ph/0208198 Phenomenology
+hep-ph/0210394 Phenomenology
+hep-ph/0211003 Phenomenology
+hep-ph/0301147 Phenomenology
+hep-ph/0303155 Phenomenology
+hep-ph/0307201 Phenomenology
+hep-ph/0312083 Phenomenology
+hep-ph/0411392 Phenomenology
+hep-ph/0503276 Phenomenology
+hep-ph/0504229 Phenomenology
+hep-ph/0507024 Phenomenology
+hep-ph/0507029 Phenomenology
+hep-ph/0507237 Phenomenology
+hep-ph/0601264 Phenomenology
+hep-ph/9305322 Phenomenology
+hep-ph/9310306 Phenomenology
+hep-ph/9604446 Phenomenology
+hep-ph/9604448 Phenomenology
+hep-ph/9609277 Phenomenology
+hep-ph/9708459 Phenomenology
+hep-ph/9804410 Phenomenology
+hep-ph/9805331 Phenomenology
+hep-ph/9805332 Phenomenology
+hep-ph/9806249 Phenomenology
+hep-ph/9806510 Phenomenology
+hep-ph/9810220 Phenomenology
+hep-ph/9812264 Phenomenology
+hep-ph/9902372 Phenomenology
+hep-ph/9907370 Phenomenology
+hep-ph/9907433 Phenomenology
+hep-ph/9908260 Phenomenology
+hep-ph/9909413 Phenomenology
+hep-ph/9911527 Phenomenology
+hep-th/0110155 Theory
+hep-th/9811231 Theory
+math/0502144 Algebraic Geometry
+math/0510487 Combinatorics
+math/0601514 Combinatorics
+math/0606760 Probability
+math/0607740 Group Theory
+math/0608276 Algebraic Geometry
+nucl-ex/0102004
+nucl-ex/0105001
+nucl-ex/0604010
+nucl-ex/9811008
+nucl-th/0004008
+nucl-th/0004011
+nucl-th/0005003
+nucl-th/0005041
+nucl-th/0005065
+nucl-th/0007032
+nucl-th/0007058
+nucl-th/0008017
+nucl-th/0012081
+nucl-th/0103042
+nucl-th/0105022
+nucl-th/0110024
+nucl-th/0201084
+nucl-th/0202082
+nucl-th/0203073
+nucl-th/0210067
+nucl-th/0304020
+nucl-th/0308083
+nucl-th/0312097
+nucl-th/0402064
+nucl-th/0404079
+nucl-th/0407057
+nucl-th/0409073
+nucl-th/0411014
+nucl-th/0502079
+nucl-th/0503022
+nucl-th/0504019
+nucl-th/0504020
+nucl-th/0506014
+nucl-th/0508049
+nucl-th/0602014
+nucl-th/0603044
+nucl-th/0605061
+nucl-th/9403015
+nucl-th/9405009
+nucl-th/9507007
+nucl-th/9509034
+nucl-th/9603021
+nucl-th/9605031
+nucl-th/9606020
+nucl-th/9608029
+nucl-th/9701047
+nucl-th/9707005
+nucl-th/9707022
+nucl-th/9709040
+nucl-th/9710069
+nucl-th/9711028
+nucl-th/9712027
+nucl-th/9712036
+nucl-th/9712044
+nucl-th/9804009
+nucl-th/9804015
+nucl-th/9806043
+nucl-th/9807028
+nucl-th/9807074
+nucl-th/9810016
+nucl-th/9810023
+nucl-th/9810070
+nucl-th/9904015
+nucl-th/9904016
+nucl-th/9904055
+nucl-th/9904070
+nucl-th/9907101
+nucl-th/9909041
+nucl-th/9911065
+physics/0401134 Accelerator Physics
+physics/0504168 Physics and Society
+0704.2244 Portfolio Management
+0803.1441
+0808.2756 Mesoscale and Nanoscale Physics
+0808.3043 Strongly Correlated Electrons
+0902.0193 Classical Analysis and ODEs
+0902.0710 Optics
+0902.2052 Plasma Physics
+0902.2135 Differential Geometry
+0903.2101 Symbolic Computation
+0903.3060 Data Analysis, Statistics and Probability
+0903.4525 Superconductivity
+0904.2077 Theory
+0906.4754 Methodology
+0908.0718 Astrophysics of Galaxies
+0908.2108 Superconductivity
+0908.2145 Atomic and Molecular Clusters
+0908.2348
+0908.3693 Materials Science
+0908.4489 Methodology
+0910.3904 Phenomenology
+0911.1116 Algebraic Topology
+0911.1571
+0911.1771 Cosmology and Nongalactic Astrophysics
+0911.4204 Combinatorics
+1002.0287 Quantum Gases
+1002.3430 Operator Algebras
+1003.1747 Phenomenology
+1003.1909 Strongly Correlated Electrons
+1003.2027 Group Theory
+1003.4204 Strongly Correlated Electrons
+1003.4571
+1003.5106 High Energy Astrophysical Phenomena
+1004.0356 Applications
+1004.2291 Data Structures and Algorithms
+1004.2373 Strongly Correlated Electrons
+1004.3678 Mesoscale and Nanoscale Physics
+1005.1523 Statistical Mechanics
+1005.3452 Geometric Topology
+1005.4144 Atomic Physics
+1005.4581 Optimization and Control
+1005.5242 Logic
+1006.0535 Probability
+1006.5422 Quantum Algebra
+1006.5501 Operator Algebras
+1007.3314 Statistical Mechanics
+1007.3355 Algebraic Topology
+1007.3883 Strongly Correlated Electrons
+1007.3904 Strongly Correlated Electrons
+1007.5132 Plasma Physics
+1007.5503 Number Theory
+1008.0182 Strongly Correlated Electrons
+1008.0287 Metric Geometry
+1008.2272 Soft Condensed Matter
+1008.4242 Cosmology and Nongalactic Astrophysics
+1008.4306 Popular Physics
+1008.4401 Computational Complexity
+1008.4592 Exactly Solvable and Integrable Systems
+1008.4594 Exactly Solvable and Integrable Systems
+1008.4598 Combinatorics
+1008.4601 Physics Education
+1008.4608 Dynamical Systems
+1008.4611 Probability
+1008.4613 Analysis of PDEs
+1008.4614 Analysis of PDEs
+1008.4617 Operator Algebras
+1008.4620 Cosmology and Nongalactic Astrophysics
+1008.4627 Databases
+1008.4629 Optimization and Control
+1008.4632
+1008.4635 Strongly Correlated Electrons
+1008.4637 Solar and Stellar Astrophysics
+1008.4640 Astrophysics of Galaxies
+1008.4642 Instrumentation and Methods for Astrophysics
+1008.4654 Learning
+1008.4659 Algebraic Geometry
+1008.4661 Mesoscale and Nanoscale Physics
+1008.4663
+1008.4667 Statistical Mechanics
+1008.4668 Hardware Architecture
+1008.4669 Information Retrieval
+1008.4670 Dynamical Systems
+1008.4671 Phenomenology
+1008.4672 Materials Science
+1008.4673 Geometric Topology
+1008.4674 Dynamical Systems
+1008.4685 Combinatorics
+1008.4686 Instrumentation and Methods for Astrophysics
+1008.4688 Phenomenology
+1008.4693 Instrumentation and Methods for Astrophysics
+1008.4695 Soft Condensed Matter
+1008.4696 Fluid Dynamics
+1008.4698 Soft Condensed Matter
+1008.4701 Category Theory
+1008.4705 Physics and Society
+1008.4707 Combinatorics
+1008.4713 Probability
+1008.4723 Superconductivity
+1008.4725 Strongly Correlated Electrons
+1008.4726 Phenomenology
+1008.4737 Numerical Analysis
+1008.4739 Logic
+1008.4740 Combinatorics
+1008.4754 Logic in Computer Science
+1008.4756 Phenomenology
+1008.4758 Soft Condensed Matter
+1008.4761 Theory
+1008.4762 High Energy Astrophysical Phenomena
+1008.4768 Statistical Mechanics
+1008.4776 Computer Science and Game Theory
+1008.4781 Number Theory
+1008.4786 Mesoscale and Nanoscale Physics
+gr-qc/0701069
+math/0411493 Dynamical Systems
+math/0607771 Dynamical Systems
+nlin/0004035 Pattern Formation and Solitons
+0704.3829 Strongly Correlated Electrons
+0707.2268 Phenomenology
+0709.3723 Analysis of PDEs
+0709.4586 Differential Geometry
+0710.0381
+0710.1602
+0711.1780 Atomic Physics
+0711.2711 Pattern Formation and Solitons
+0712.0836 Artificial Intelligence
+0712.1833 Atmospheric and Oceanic Physics
+0801.4324 Phenomenology
+0802.0235
+0802.3875 Neural and Evolutionary Computing
+0803.1393 Combinatorics
+0804.2036 Robotics
+0804.3020 Differential Geometry
+0804.3501
+0805.4756
+0806.0524 Combinatorics
+0806.2998 Representation Theory
+0807.0160
+0808.1056
+0810.0349
+0810.0353
+0810.1899
+0810.3002
+0811.1602
+0812.0140 Rings and Algebras
+0812.2272
+0812.2357 Quantum Algebra
+0812.4508 Differential Geometry
+0901.0774 Physics and Society
+0901.1305 Materials Science
+0901.4466 Robotics
+0901.4556 Adaptation and Self-Organizing Systems
+0902.0085 Cellular Automata and Lattice Gases
+0902.0098
+0902.0587 Pattern Formation and Solitons
+0902.1576 General Finance
+0902.2203 Cellular Automata and Lattice Gases
+0902.2474 Dynamical Systems
+0902.3272 Cosmology and Nongalactic Astrophysics
+0902.4040 Solar and Stellar Astrophysics
+0903.1074 Statistical Mechanics
+0904.0365 Applications
+0904.1017 Cosmology and Nongalactic Astrophysics
+0904.2218 Cosmology and Nongalactic Astrophysics
+0904.2587 Information Theory
+0904.3164 Functional Analysis
+0905.0306 Dynamical Systems
+0905.1882 Pricing of Securities
+0905.4006
+0906.0786 Combinatorics
+0906.1297
+0906.5379 Analysis of PDEs
+0907.0126
+0907.0569
+0907.3020 Theory
+0907.4736
+0907.5518 Phenomenology
+0908.0357 Theory
+0908.0853 Formal Languages and Automata Theory
+0908.1844
+0908.4362 Computational Physics
+0909.0085
+0909.0179
+0909.2533 Complex Variables
+0909.2997 High Energy Astrophysical Phenomena
+0909.3009 Functional Analysis
+0910.1780
+0910.2082
+0910.2704 Cosmology and Nongalactic Astrophysics
+0910.3434 Phenomenology
+0910.3481 Astrophysics of Galaxies
+0910.4057
+0910.4236
+0910.4573 Combinatorics
+0911.0191 Classical Physics
+0911.2111 Theory
+0911.2543 Lattice
+0911.2926
+0911.4663 Data Analysis, Statistics and Probability
+0911.5508 Information Theory
+0912.0007 Phenomenology
+0912.0432
+0912.0498 Differential Geometry
+0912.0857 General Finance
+0912.1182 Combinatorics
+0912.1586 Methodology
+0912.4460
+0912.4483 Metric Geometry
+1001.0301 Atomic Physics
+1001.1108 Quantum Algebra
+1001.1113 Quantum Algebra
+1001.1461 Functional Analysis
+1001.1946 Phenomenology
+1001.2916 Statistics Theory
+1001.3318 Algebraic Geometry
+1001.4614 Mesoscale and Nanoscale Physics
+1002.0549 Dynamical Systems
+1002.0997 Materials Science
+1002.1713 Cosmology and Nongalactic Astrophysics
+1002.2156 Materials Science
+1002.3595 Analysis of PDEs
+1002.4817 Risk Management
+1002.5027 Differential Geometry
+1003.0147 Materials Science
+1003.0279 Functional Analysis
+1003.0546 Differential Geometry
+1003.1992 Statistical Mechanics
+1003.4330 Analysis of PDEs
+1003.5265 Optics
+1003.5354 Phenomenology
+1003.5556
+1003.5615
+1003.5765
+1004.0443
+1004.0688 Theory
+1004.0792 Phenomenology
+1004.1183 Algebraic Geometry
+1004.1287 Representation Theory
+1005.0066 Phenomenology
+1005.1481 Phenomenology
+1005.1811 Statistics Theory
+1005.2042 Lattice
+1005.2241 Lattice
+1005.2372 Populations and Evolution
+1005.3418
+1005.3709 Algebraic Topology
+1005.3724 Phenomenology
+1005.3734 High Energy Astrophysical Phenomena
+1005.3967 Number Theory
+1005.4445 Theory
+1006.0567 Mesoscale and Nanoscale Physics
+1006.1452
+1006.1466 Algebraic Geometry
+1006.1643 Earth and Planetary Astrophysics
+1006.2358 Quantum Gases
+1006.2618
+1006.3081
+1006.3964 Optics
+1006.3995
+1006.4736 Mesoscale and Nanoscale Physics
+1006.4907
+1006.5216 Phenomenology
+1006.5246 Cosmology and Nongalactic Astrophysics
+1006.5614 Phenomenology
+1007.0027 Theory
+1007.0054 Cellular Automata and Lattice Gases
+1007.0329 Materials Science
+1007.0401 Theory
+1007.0705
+1007.1887 Phenomenology
+1007.2047 Theory
+1007.2447 Theory
+1007.2624 Phenomenology
+1007.2797
+1007.2890 Quantum Gases
+1007.2905 Optimization and Control
+1007.3433 Probability
+1007.4215
+1007.4580 Computation
+1007.4695 Differential Geometry
+1007.4829 Theory
+1007.5145 Theory
+1007.5254 Theory
+1007.5509 Theory
+1008.0580 Phenomenology
+1008.0702 Theory
+1008.0742 Phenomenology
+1008.0902 Theory
+1008.1190 Theory
+1008.1556 Data Structures and Algorithms
+1008.2643
+1008.2830 Metric Geometry
+1008.2944 Theory
+1008.3539 Solar and Stellar Astrophysics
+1008.3980 Theory
+1008.4030 Mesoscale and Nanoscale Physics
+1008.4464
+1008.4577 Materials Science
+1009.0418 Chaotic Dynamics
+1009.0642 Mesoscale and Nanoscale Physics
+1009.0727 Theory
+1009.1071
+1009.1250 High Energy Astrophysical Phenomena
+1009.2360 Mesoscale and Nanoscale Physics
+1009.2905 Mesoscale and Nanoscale Physics
+1009.4267 Phenomenology
+1009.4359 Functional Analysis
+1009.4507 Representation Theory
+1009.4728 Probability
+1009.4844 Quantum Gases
+1009.5171 Phenomenology
+1010.0273 Materials Science
+1010.1156 Dynamical Systems
+1010.1292 Complex Variables
+1010.2397 High Energy Astrophysical Phenomena
+1010.2422 Geometric Topology
+1010.2456 Solar and Stellar Astrophysics
+1010.2559 Geometric Topology
+1010.3439 Differential Geometry
+1010.3537 Neurons and Cognition
+1010.5295
+1010.5859
+1010.5962 Phenomenology
+1011.0554 Algebraic Topology
+1011.0979 Algebraic Geometry
+1011.1346 Solar and Stellar Astrophysics
+1011.1390 Algebraic Geometry
+1011.1418 Exactly Solvable and Integrable Systems
+1011.1557 Group Theory
+1011.1582 Operator Algebras
+1011.1817 Group Theory
+1011.2843 Data Structures and Algorithms
+1011.2935 Dynamical Systems
+1011.3015 Combinatorics
+1011.3124 Experiment
+1011.3213 Differential Geometry
+1011.3532 Cosmology and Nongalactic Astrophysics
+1011.3554 Representation Theory
+1011.3701 Data Structures and Algorithms
+1011.3739 Operator Algebras
+1011.3854 Information Theory
+1011.3962 General Mathematics
+1011.3974 Mesoscale and Nanoscale Physics
+1011.4007 Mesoscale and Nanoscale Physics
+1011.4086 Algebraic Geometry
+1011.4089 Rings and Algebras
+1011.4094 Metric Geometry
+1011.4119 Differential Geometry
+1011.4532 Data Structures and Algorithms
+1011.4540
+1011.4544 Algebraic Geometry
+1011.4546 Classical Analysis and ODEs
+1011.4547 Pricing of Securities
+1011.4549 Numerical Analysis
+1011.4550 Discrete Mathematics
+1011.4556 Theory
+1011.4560 General Physics
+1011.4564 Chemical Physics
+1011.4573 Phenomenology
+1011.4575 General Physics
+1011.4580 Numerical Analysis
+1011.4581 Combinatorics
+1011.4582 Number Theory
+1011.4586 Cosmology and Nongalactic Astrophysics
+1011.4590 Phenomenology
+1011.4591 Algebraic Geometry
+1011.4593 Astrophysics of Galaxies
+1011.4594 Chemical Physics
+1011.4602 Information Theory
+1011.4603 Optics
+1011.4604 Computation
+1011.4606 Exactly Solvable and Integrable Systems
+1011.4609 Information Theory
+1011.4610 Pattern Formation and Solitons
+1011.4612 Pattern Formation and Solitons
+1011.4613 Functional Analysis
+1011.4616 Analysis of PDEs
+1011.4621 Materials Science
+1011.4623 Computation and Language
+1011.4636 Functional Analysis
+1011.4637 Functional Analysis
+1011.4647 Differential Geometry
+1011.4648 Medical Physics
+1011.4657 Dynamical Systems
+1011.4666 Combinatorics
+1011.4671 Combinatorics
+1011.4674 Materials Science
+1011.4675 Discrete Mathematics
+1011.4676 Mesoscale and Nanoscale Physics
+1011.4680 Other Condensed Matter
+1011.4681 Differential Geometry
+1011.4682 Neural and Evolutionary Computing
+1011.4685 Algebraic Geometry
+1011.4686 Category Theory
+1011.4689 Algebraic Geometry
+1011.4692 Dynamical Systems
+1011.4695 High Energy Astrophysical Phenomena
+1011.4698 Algebraic Geometry
+1011.4702
+1011.4704 Numerical Analysis
+1011.4715 Numerical Analysis
+1011.4717 Differential Geometry
+1011.4718 Logic in Computer Science
+1011.4722 Computation
+1011.4723 General Physics
+1011.4725 Information Theory
+1011.4731 Theory
+1011.4732 Computational Finance
+1011.4736 Mesoscale and Nanoscale Physics
+1011.4740
+1011.4742 Chemical Physics
+1011.4744 Computational Complexity
+1011.4745 Algebraic Geometry
+1011.4747 Lattice
+1011.4748 Optimization and Control
+1011.4751 Algebraic Geometry
+1011.4752 Optimization and Control
+1011.4765 Instrumentation and Detectors
+1011.4768 Algebraic Geometry
+1011.4770 Astrophysics of Galaxies
+1011.4774 Analysis of PDEs
+1011.4777 Number Theory
+1011.4785 Functional Analysis
+1011.4788 Cosmology and Nongalactic Astrophysics
+1011.4792 Information Theory
+1011.4795 Risk Management
+1011.4800 Solar and Stellar Astrophysics
+1011.4802 Category Theory
+1011.4803
+1011.4812 Experiment
+1011.4821 Astrophysics of Galaxies
+1011.4825 High Energy Astrophysical Phenomena
+1011.4831 High Energy Astrophysical Phenomena
+1011.4833 Logic in Computer Science
+1011.4835 Group Theory
+1011.4844 Differential Geometry
+1011.4855 Cosmology and Nongalactic Astrophysics
+1011.4857 Number Theory
+1011.4870 K-Theory and Homology
+1011.4880 Classical Analysis and ODEs
+1011.4890 Solar and Stellar Astrophysics
+1011.4894 Exactly Solvable and Integrable Systems
+1011.4895
+1011.4898
+1011.4904 Materials Science
+1011.4911 Geophysics
+1011.4935 Computational Complexity
+astro-ph/0003261
+astro-ph/0004032
+astro-ph/0007238
+astro-ph/0012224
+astro-ph/0101446
+astro-ph/0108461
+astro-ph/0207562
+astro-ph/0402185
+astro-ph/0404133
+astro-ph/0512301
+astro-ph/0607438
+astro-ph/0701597
+astro-ph/9612117
+astro-ph/9803251
+astro-ph/9904370
+cond-mat/0602368 Soft Condensed Matter
+cond-mat/0605618 Soft Condensed Matter
+cond-mat/0703653 Soft Condensed Matter
+cs/0502092 Numerical Analysis
+cs/0703128 Hardware Architecture
+gr-qc/0607090
+hep-ex/0003025 Experiment
+hep-ex/0008066 Experiment
+hep-ex/0010039 Experiment
+hep-ex/0011100 Experiment
+hep-ex/0101004 Experiment
+hep-ex/0101033 Experiment
+hep-ex/0101054 Experiment
+hep-ex/0111037 Experiment
+hep-ex/0111041 Experiment
+hep-ex/0111097 Experiment
+hep-ex/0112013 Experiment
+hep-ex/0112026 Experiment
+hep-ex/0201026 Experiment
+hep-ex/0212059 Experiment
+hep-ex/0307020 Experiment
+hep-ex/0307045 Experiment
+hep-ex/0307053 Experiment
+hep-ex/0307060 Experiment
+hep-ex/0307065 Experiment
+hep-ex/0307067 Experiment
+hep-ex/0307076 Experiment
+hep-ex/0308062 Experiment
+hep-ex/0308072 Experiment
+hep-ex/0309001 Experiment
+hep-ex/0309005 Experiment
+hep-ex/0312024 Experiment
+hep-ex/0402018 Experiment
+hep-ex/0408014 Experiment
+hep-ex/0408150 Experiment
+hep-ex/0409041 Experiment
+hep-ex/0409050 Experiment
+hep-ex/9902004 Experiment
+hep-ex/9903063 Experiment
+hep-ex/9910067 Experiment
+hep-ex/9912012 Experiment
+hep-ex/9912038 Experiment
+hep-lat/0410051 Lattice
+hep-ph/0001253 Phenomenology
+hep-ph/0002038 Phenomenology
+hep-ph/0002059 Phenomenology
+hep-ph/0002161 Phenomenology
+hep-ph/0002216 Phenomenology
+hep-ph/0003015 Phenomenology
+hep-ph/0003321 Phenomenology
+hep-ph/0004255 Phenomenology
+hep-ph/0007059 Phenomenology
+hep-ph/0007085 Phenomenology
+hep-ph/0007105 Phenomenology
+hep-ph/0007360 Phenomenology
+hep-ph/0008021 Phenomenology
+hep-ph/0010157 Phenomenology
+hep-ph/0010304 Phenomenology
+hep-ph/0011184 Phenomenology
+hep-ph/0011269 Phenomenology
+hep-ph/0012215 Phenomenology
+hep-ph/0101330 Phenomenology
+hep-ph/0102295 Phenomenology
+hep-ph/0110093 Phenomenology
+hep-ph/0110255 Phenomenology
+hep-ph/0110278 Phenomenology
+hep-ph/0111111 Phenomenology
+hep-ph/0111376 Phenomenology
+hep-ph/0112135 Phenomenology
+hep-ph/0112218 Phenomenology
+hep-ph/0112257 Phenomenology
+hep-ph/0112264 Phenomenology
+hep-ph/0201147 Phenomenology
+hep-ph/0202062 Phenomenology
+hep-ph/0204255 Phenomenology
+hep-ph/0205011 Phenomenology
+hep-ph/0205100 Phenomenology
+hep-ph/0205239 Phenomenology
+hep-ph/0207101 Phenomenology
+hep-ph/0207327 Phenomenology
+hep-ph/0208080 Phenomenology
+hep-ph/0208083 Phenomenology
+hep-ph/0208144 Phenomenology
+hep-ph/0208243 Phenomenology
+hep-ph/0209194 Phenomenology
+hep-ph/0209293 Phenomenology
+hep-ph/0209349 Phenomenology
+hep-ph/0209350 Phenomenology
+hep-ph/0210323 Phenomenology
+hep-ph/0210360 Phenomenology
+hep-ph/0211401 Phenomenology
+hep-ph/0212029 Phenomenology
+hep-ph/0212059 Phenomenology
+hep-ph/0212128 Phenomenology
+hep-ph/0212195 Phenomenology
+hep-ph/0212230 Phenomenology
+hep-ph/0301098 Phenomenology
+hep-ph/0301255 Phenomenology
+hep-ph/0301256 Phenomenology
+hep-ph/0302063 Phenomenology
+hep-ph/0302229 Phenomenology
+hep-ph/0302241 Phenomenology
+hep-ph/0302262 Phenomenology
+hep-ph/0304003 Phenomenology
+hep-ph/0304038 Phenomenology
+hep-ph/0304183 Phenomenology
+hep-ph/0304237 Phenomenology
+hep-ph/0305263 Phenomenology
+hep-ph/0305267 Phenomenology
+hep-ph/0305315 Phenomenology
+hep-ph/0306270 Phenomenology
+hep-ph/0306271 Phenomenology
+hep-ph/0306273 Phenomenology
+hep-ph/0306286 Phenomenology
+hep-ph/0306290 Phenomenology
+hep-ph/0307032 Phenomenology
+hep-ph/0307033 Phenomenology
+hep-ph/0307082 Phenomenology
+hep-ph/0307107 Phenomenology
+hep-ph/0307154 Phenomenology
+hep-ph/0307195 Phenomenology
+hep-ph/0307202 Phenomenology
+hep-ph/0307371 Phenomenology
+hep-ph/0308224 Phenomenology
+hep-ph/0308269 Phenomenology
+hep-ph/0309081 Phenomenology
+hep-ph/0310081 Phenomenology
+hep-ph/0310265 Phenomenology
+hep-ph/0310313 Phenomenology
+hep-ph/0310317 Phenomenology
+hep-ph/0311040 Phenomenology
+hep-ph/0311041 Phenomenology
+hep-ph/0311047 Phenomenology
+hep-ph/0311104 Phenomenology
+hep-ph/0312366 Phenomenology
+hep-ph/0402063 Phenomenology
+hep-ph/0402290 Phenomenology
+hep-ph/0403275 Phenomenology
+hep-ph/0404291 Phenomenology
+hep-ph/0406151 Phenomenology
+hep-ph/0407015 Phenomenology
+hep-ph/0408142 Phenomenology
+hep-ph/0408339 Phenomenology
+hep-ph/0409031 Phenomenology
+hep-ph/0409281 Phenomenology
+hep-ph/0409356 Phenomenology
+hep-ph/0410015 Phenomenology
+hep-ph/0410192 Phenomenology
+hep-ph/0410309 Phenomenology
+hep-ph/0412120 Phenomenology
+hep-ph/0502133 Phenomenology
+hep-ph/0503174 Phenomenology
+hep-ph/0504071 Phenomenology
+hep-ph/0504161 Phenomenology
+hep-ph/0508083 Phenomenology
+hep-ph/9505362 Phenomenology
+hep-ph/9511462 Phenomenology
+hep-ph/9601222 Phenomenology
+hep-ph/9603393 Phenomenology
+hep-ph/9604208 Phenomenology
+hep-ph/9604225 Phenomenology
+hep-ph/9604233 Phenomenology
+hep-ph/9604336 Phenomenology
+hep-ph/9605344 Phenomenology
+hep-ph/9606219 Phenomenology
+hep-ph/9607392 Phenomenology
+hep-ph/9607469 Phenomenology
+hep-ph/9608207 Phenomenology
+hep-ph/9608450 Phenomenology
+hep-ph/9611364 Phenomenology
+hep-ph/9703437 Phenomenology
+hep-ph/9704213 Phenomenology
+hep-ph/9704277 Phenomenology
+hep-ph/9704278 Phenomenology
+hep-ph/9704287 Phenomenology
+hep-ph/9704423 Phenomenology
+hep-ph/9705214 Phenomenology
+hep-ph/9706311 Phenomenology
+hep-ph/9706520 Phenomenology
+hep-ph/9707222 Phenomenology
+hep-ph/9708447 Phenomenology
+hep-ph/9709243 Phenomenology
+hep-ph/9709266 Phenomenology
+hep-ph/9709369 Phenomenology
+hep-ph/9709441 Phenomenology
+hep-ph/9710245 Phenomenology
+hep-ph/9711469 Phenomenology
+hep-ph/9712224 Phenomenology
+hep-ph/9712225 Phenomenology
+hep-ph/9712306 Phenomenology
+hep-ph/9802315 Phenomenology
+hep-ph/9802356 Phenomenology
+hep-ph/9802420 Phenomenology
+hep-ph/9802433 Phenomenology
+hep-ph/9803248 Phenomenology
+hep-ph/9804222 Phenomenology
+hep-ph/9804319 Phenomenology
+hep-ph/9805454 Phenomenology
+hep-ph/9808238 Phenomenology
+hep-ph/9808493 Phenomenology
+hep-ph/9809311 Phenomenology
+hep-ph/9810333 Phenomenology
+hep-ph/9811488 Phenomenology
+hep-ph/9812444 Phenomenology
+hep-ph/9812501 Phenomenology
+hep-ph/9901418 Phenomenology
+hep-ph/9902313 Phenomenology
+hep-ph/9902395 Phenomenology
+hep-ph/9902482 Phenomenology
+hep-ph/9903455 Phenomenology
+hep-ph/9903456 Phenomenology
+hep-ph/9903535 Phenomenology
+hep-ph/9904286 Phenomenology
+hep-ph/9904475 Phenomenology
+hep-ph/9905397 Phenomenology
+hep-ph/9906313 Phenomenology
+hep-ph/9907243 Phenomenology
+hep-ph/9907363 Phenomenology
+hep-ph/9907521 Phenomenology
+hep-ph/9908306 Phenomenology
+hep-ph/9909564 Phenomenology
+hep-ph/9910245 Phenomenology
+hep-ph/9911418 Phenomenology
+hep-th/0410209 Theory
+hep-th/0608138 Theory
+hep-th/9807131 Theory
+hep-th/9807212 Theory
+math-ph/0507038
+math/0703208 Geometric Topology
+nucl-ex/0202006
+nucl-th/0412050
+nucl-th/9812036
+q-alg/9709016 Quantum Algebra
+quant-ph/9807048
+quant-ph/9909078
+0712.3553 Chaotic Dynamics
+0802.1088 Group Theory
+0802.1752 Statistical Mechanics
+0803.3868 Group Theory
+0806.2763 Molecular Networks
+0809.1889 Methodology
+0809.1894 Methodology
+0809.2703 Methodology
+0809.3344 Instrumentation and Detectors
+0809.5101
+0810.5740
+0811.3051 Fluid Dynamics
+0812.3204 Group Theory
+0812.3343 Quantum Algebra
+0812.4472 Representation Theory
+0901.2314 Algebraic Geometry
+0902.0782 Networking and Internet Architecture
+0903.1880 Methodology
+0904.3463 Cosmology and Nongalactic Astrophysics
+0905.0143 Phenomenology
+0905.1361 Probability
+0905.2100 Strongly Correlated Electrons
+0906.0690 Information Theory
+0906.0698 Representation Theory
+0906.3217 Differential Geometry
+0906.4305 Differential Geometry
+0907.0534
+0907.3977 Networking and Internet Architecture
+0908.2479 Mesoscale and Nanoscale Physics
+0908.2532 Data Analysis, Statistics and Probability
+0909.0044 Differential Geometry
+0909.4445 Algebraic Geometry
+0909.4754 Differential Geometry
+0911.1266 Probability
+0911.1317 Mesoscale and Nanoscale Physics
+0911.1929 Number Theory
+0912.4498 Phenomenology
+0912.4849 Mesoscale and Nanoscale Physics
+0912.5498 Phenomenology
+1001.3338 Quantum Gases
+1001.3370 Mesoscale and Nanoscale Physics
+1002.0282 Probability
+1002.0487
+1002.1904 Phenomenology
+1002.2858 Information Retrieval
+1002.3108 Quantum Gases
+1002.4371 Functional Analysis
+1003.2167 Digital Libraries
+1003.3933 Plasma Physics
+1003.4870
+1003.5158 Rings and Algebras
+1003.5159
+1003.5255 Materials Science
+1003.5815 Statistical Mechanics
+1003.5824 Dynamical Systems
+1003.6054
+1004.0730 Disordered Systems and Neural Networks
+1004.1200 Other Condensed Matter
+1004.1245 Group Theory
+1004.2097 Other Condensed Matter
+1004.2874 General Topology
+1004.2940 Superconductivity
+1004.3587 Mesoscale and Nanoscale Physics
+1004.5420 Atomic Physics
+1005.0557 Theory
+1005.0774 Spectral Theory
+1005.1238 Group Theory
+1005.1445
+1005.2247 Functional Analysis
+1005.2411 Cosmology and Nongalactic Astrophysics
+1005.3003 Number Theory
+1005.3243 Algebraic Geometry
+1006.1050 Algebraic Topology
+1006.4078 Superconductivity
+1007.1649 Functional Analysis
+1007.2714 Earth and Planetary Astrophysics
+1007.3152 Superconductivity
+1007.3180 Quantum Gases
+1007.3182 Quantum Gases
+1007.3842
+1007.5040 Representation Theory
+1008.0053 Networking and Internet Architecture
+1008.0879 Differential Geometry
+1008.1437 Materials Science
+1008.1461 Earth and Planetary Astrophysics
+1008.1846 Trading and Market Microstructure
+1008.2031 Combinatorics
+1008.2170 Discrete Mathematics
+1008.2337
+1008.2348
+1008.2387 Chaotic Dynamics
+1008.2388 Rings and Algebras
+1008.2389 Materials Science
+1008.2391 Solar and Stellar Astrophysics
+1008.2401 Representation Theory
+1008.2407 Phenomenology
+1008.2410 Computational Engineering, Finance, and Science
+1008.2416 Mesoscale and Nanoscale Physics
+1008.2417
+1008.2420 Probability
+1008.2426 Probability
+1008.2427 Mesoscale and Nanoscale Physics
+1008.2429 Mesoscale and Nanoscale Physics
+1008.2433 Representation Theory
+1008.2436 Differential Geometry
+1008.2437 Human-Computer Interaction
+1008.2439 Differential Geometry
+1008.2443 Analysis of PDEs
+1008.2445 Materials Science
+1008.2447 Probability
+1008.2452 Cryptography and Security
+1008.2453 Applications
+1008.2455 Statistical Mechanics
+1008.2457 Classical Analysis and ODEs
+1008.2459 Classical Analysis and ODEs
+1008.2462 Representation Theory
+1008.2467 Classical Analysis and ODEs
+1008.2470 Numerical Analysis
+1008.2472 Probability
+1008.2473
+1008.2474 Fluid Dynamics
+1008.2477
+1008.2479 Number Theory
+1008.2488 Algebraic Geometry
+1008.2501 Combinatorics
+1008.2510
+1008.2514 Artificial Intelligence
+1008.2515 Strongly Correlated Electrons
+1008.2517 Exactly Solvable and Integrable Systems
+1008.2518 Dynamical Systems
+1008.2526 Information Theory
+1008.2527 Populations and Evolution
+1008.2528 Dynamical Systems
+1008.2530 Chaotic Dynamics
+1008.2533 High Energy Astrophysical Phenomena
+1008.2534 Populations and Evolution
+1008.2536 Mesoscale and Nanoscale Physics
+1008.2538 Chaotic Dynamics
+1008.2539 Plasma Physics
+1008.2541 Phenomenology
+1008.2542 Software Engineering
+1008.2551 Instrumentation and Methods for Astrophysics
+1008.2552 Optimization and Control
+1008.2555 Genomics
+1008.2563 Dynamical Systems
+1008.2566 Mesoscale and Nanoscale Physics
+1008.2570 Phenomenology
+1008.2574 Networking and Internet Architecture
+1008.2575 Logic
+1008.2577 Functional Analysis
+1008.2579 Computer Vision and Pattern Recognition
+1008.2587 Optics
+1008.2588 Discrete Mathematics
+1008.2591 Genomics
+1008.2599 Optimization and Control
+1008.2602 Computational Physics
+1008.2605 Combinatorics
+1008.2609 Differential Geometry
+1008.2610 Combinatorics
+1008.2612 Plasma Physics
+1008.2613 Information Theory
+1008.2618 Mesoscale and Nanoscale Physics
+1008.2626 Databases
+1008.2629 Mesoscale and Nanoscale Physics
+1008.2632 Probability
+1008.2633 Analysis of PDEs
+1008.2637 Classical Analysis and ODEs
+1008.2638 Combinatorics
+1008.2647 Software Engineering
+1008.2651 Functional Analysis
+1008.2655 Functional Analysis
+1008.2665 General Mathematics
+1008.2668 General Physics
+1008.2669 History and Overview
+1008.2676 Materials Science
+1008.2677 General Physics
+1008.2680 Geometric Topology
+1008.2682 Probability
+1008.2686
+1008.2692 Representation Theory
+1008.2701 Classical Analysis and ODEs
+1008.2709 Astrophysics of Galaxies
+1008.2711 Algebraic Geometry
+1008.2712 Analysis of PDEs
+1008.2714 Populations and Evolution
+1008.2715 Numerical Analysis
+1008.2723 Rings and Algebras
+1008.2726 Biological Physics
+1008.2727 Representation Theory
+1008.2728 Rings and Algebras
+1008.2729 Hardware Architecture
+1008.2733 Algebraic Geometry
+1008.2743 Machine Learning
+gr-qc/9906012
+math/0506294 Group Theory
+math/0507400 Probability
+math/0509207 Combinatorics
+math/0602125 Group Theory
+math/0602156 Group Theory
+math/0602672 Combinatorics
+math/0603560 Group Theory
+math/0603647 Probability
+math/0611826 Combinatorics
+q-bio/0701046 Subcellular Processes
+0704.1472 Strongly Correlated Electrons
+0707.2889 Probability
+0710.3362 Strongly Correlated Electrons
+0710.4442
+0804.4624 Operator Algebras
+0805.3914 Probability
+0808.0408 Strongly Correlated Electrons
+0809.0112 Other Condensed Matter
+0809.3258 Representation Theory
+0812.1543 Chemical Physics
+0903.0070 Probability
+0903.1481 Theory
+0903.4304 Soft Condensed Matter
+0904.0563
+0906.0675 Computation and Language
+0907.4181 Chaotic Dynamics
+0907.5478 Statistical Mechanics
+0908.0740 Strongly Correlated Electrons
+0908.3056 Representation Theory
+0909.3907
+0910.1585 Distributed, Parallel, and Cluster Computing
+0911.2249 Representation Theory
+0912.5274 Phenomenology
+1001.2004 Analysis of PDEs
+1001.2301 Cosmology and Nongalactic Astrophysics
+1001.4811 Cosmology and Nongalactic Astrophysics
+1001.4822 Differential Geometry
+1002.0104 Chaotic Dynamics
+1002.1015
+1002.1657 Strongly Correlated Electrons
+1002.4417 Chemical Physics
+1002.4745 Cosmology and Nongalactic Astrophysics
+1002.4792 Representation Theory
+1003.1101 Commutative Algebra
+1003.1973
+1003.4933 Strongly Correlated Electrons
+1004.0776
+1004.2696 Soft Condensed Matter
+1004.5314 Strongly Correlated Electrons
+1005.0623 Superconductivity
+1005.1099 Probability
+1005.4280 Phenomenology
+1006.0631 Phenomenology
+1006.1736 Statistical Mechanics
+1006.3228 Superconductivity
+1006.3400 Algebraic Geometry
+1006.3748 Mesoscale and Nanoscale Physics
+1006.3806 Cosmology and Nongalactic Astrophysics
+1007.0149 Earth and Planetary Astrophysics
+1007.1291 Earth and Planetary Astrophysics
+1007.1386 Materials Science
+1007.1609 Superconductivity
+1007.2605 Mesoscale and Nanoscale Physics
+1007.3013 Analysis of PDEs
+1008.2285 Probability
+1008.2498 Disordered Systems and Neural Networks
+1008.4100 Combinatorics
+1008.5122
+1009.0296 Strongly Correlated Electrons
+1009.1192 Theory
+1009.3109 Mesoscale and Nanoscale Physics
+1009.3451 Soft Condensed Matter
+1009.4108 Strongly Correlated Electrons
+1009.5447 Theory
+1010.1117 Functional Analysis
+1010.1297 Theory
+1010.1445 Statistics Theory
+1010.1812 Distributed, Parallel, and Cluster Computing
+1010.1914 Space Physics
+1010.1930 Combinatorics
+1010.2027 Solar and Stellar Astrophysics
+1010.2049
+1010.2200 Solar and Stellar Astrophysics
+1010.2219 Logic
+1010.2223 Analysis of PDEs
+1010.2230 Logic
+1010.2241 Optimization and Control
+1010.2243 Logic
+1010.2245 Solar and Stellar Astrophysics
+1010.2247 Optimization and Control
+1010.2249
+1010.2253 Combinatorics
+1010.2257 Dynamical Systems
+1010.2258 Mesoscale and Nanoscale Physics
+1010.2259 Solar and Stellar Astrophysics
+1010.2264 Mesoscale and Nanoscale Physics
+1010.2272 Algebraic Geometry
+1010.2278 Analysis of PDEs
+1010.2286 Information Theory
+1010.2287 Logic in Computer Science
+1010.2288 Combinatorics
+1010.2289 Analysis of PDEs
+1010.2294 Materials Science
+1010.2298
+1010.2306 Optimization and Control
+1010.2307 Probability
+1010.2314 Methodology
+1010.2318 Applications
+1010.2320 Functional Analysis
+1010.2326 Other Statistics
+1010.2327 Differential Geometry
+1010.2332 Mesoscale and Nanoscale Physics
+1010.2333 Probability
+1010.2335
+1010.2336 High Energy Astrophysical Phenomena
+1010.2337 Software Engineering
+1010.2339 Mesoscale and Nanoscale Physics
+1010.2345 Digital Libraries
+1010.2356 Probability
+1010.2358 Data Structures and Algorithms
+1010.2368 Cryptography and Security
+1010.2371 Data Structures and Algorithms
+1010.2378
+1010.2380 Group Theory
+1010.2381 Materials Science
+1010.2383 Superconductivity
+1010.2384 Computation and Language
+1010.2386 Algebraic Geometry
+1010.2387
+1010.2388 Analysis of PDEs
+1010.2393 Experiment
+1010.2395 High Energy Astrophysical Phenomena
+1010.2396 Logic
+1010.2401 General Topology
+1010.2407 Differential Geometry
+1010.2410 General Physics
+1010.2412 Numerical Analysis
+1010.2416 General Topology
+1010.2419 Rings and Algebras
+1010.2423 Rings and Algebras
+1010.2424 Theory
+1010.2425 General Physics
+1010.2426
+1010.2428 General Physics
+1010.2432 Multimedia
+1010.2435
+1010.2436 Information Theory
+1010.2437 Information Theory
+1010.2446 Metric Geometry
+1010.2447 Cryptography and Security
+1010.2448 Experiment
+1010.2464 Combinatorics
+1010.2465 Digital Libraries
+1010.2467 Combinatorics
+1010.2468 General Mathematics
+1010.2469 General Mathematics
+1010.2474 General Topology
+1010.2475 Fluid Dynamics
+1010.2487 General Physics
+cond-mat/0309257 Statistical Mechanics
+gr-qc/0501073
+0704.2702 Mesoscale and Nanoscale Physics
+0710.4579 Differential Geometry
+0803.0112 Differential Geometry
+0803.3490 Learning
+0806.0185 Physics and Society
+0806.3424 Analysis of PDEs
+0808.3955 Materials Science
+0809.1014 Representation Theory
+0809.2357 Strongly Correlated Electrons
+0811.1729 Statistics Theory
+0812.2431 Theory
+0812.4765 Analysis of PDEs
+0901.0575
+0901.0842 Phenomenology
+0901.0915 Astrophysics of Galaxies
+0901.1373 Phenomenology
+0901.1588
+0901.1949 Phenomenology
+0901.1972 Phenomenology
+0901.2103 Lattice
+0901.2316
+0901.2371 Experiment
+0901.2436 Experiment
+0901.2505 Phenomenology
+0901.2720 Experiment
+0901.3057 Disordered Systems and Neural Networks
+0901.3249
+0901.3745
+0902.0470 Phenomenology
+0902.0563 Experiment
+0902.0581
+0902.1377
+0902.1677 Experiment
+0902.2488
+0902.2585
+0902.2672
+0902.2749 Phenomenology
+0902.3231
+0902.3431 Phenomenology
+0903.1474
+0903.1941 Phenomenology
+0903.4024 Probability
+0903.4285 Phenomenology
+0904.1162 Number Theory
+0904.1419 Phenomenology
+0904.1522 Disordered Systems and Neural Networks
+0904.3885 Theory
+0905.3165
+0905.4607 Phenomenology
+0905.4765 Plasma Physics
+0906.0620 Quantum Algebra
+0906.1181 Cosmology and Nongalactic Astrophysics
+0906.1269 Strongly Correlated Electrons
+0906.2042
+0906.2129 Numerical Analysis
+0906.4069 Cosmology and Nongalactic Astrophysics
+0906.4215 Phenomenology
+0906.4817 Cosmology and Nongalactic Astrophysics
+0907.1316 Probability
+0907.4192 Cosmology and Nongalactic Astrophysics
+0908.0977 Mesoscale and Nanoscale Physics
+0908.2401
+0909.0156 Soft Condensed Matter
+0909.0415 Strongly Correlated Electrons
+0909.0779 Strongly Correlated Electrons
+0909.1257 Cryptography and Security
+0909.3142 Strongly Correlated Electrons
+0909.4840 Group Theory
+0910.0762
+0910.1162 Quantum Gases
+0910.1416 Other Computer Science
+0910.1437
+0910.1582 Biological Physics
+0910.1705 Mesoscale and Nanoscale Physics
+0910.3716 Theory
+0910.3933 Theory
+0910.4224 Computational Complexity
+0911.0366
+0911.0471
+0911.1628 Superconductivity
+0911.2647 Strongly Correlated Electrons
+0911.2959 Superconductivity
+0911.4490 Statistical Mechanics
+0911.4559 Mesoscale and Nanoscale Physics
+0912.1507 Strongly Correlated Electrons
+0912.1937 Mesoscale and Nanoscale Physics
+0912.2176 Classical Analysis and ODEs
+0912.2767
+0912.2875 Disordered Systems and Neural Networks
+0912.4846
+0912.4861 Disordered Systems and Neural Networks
+1001.1276 Databases
+1001.2021 Strongly Correlated Electrons
+1001.2541 Analysis of PDEs
+1001.2682 Materials Science
+1001.2713 Superconductivity
+1001.2742 Phenomenology
+1001.3239 Mesoscale and Nanoscale Physics
+1001.3626 Experiment
+1001.3940 Materials Science
+1001.4108 Distributed, Parallel, and Cluster Computing
+1001.5409 Materials Science
+1002.0681 Cosmology and Nongalactic Astrophysics
+1002.1113 Geophysics
+1002.1427 Chemical Physics
+1002.2684 Computation
+1002.2922 Complex Variables
+1002.2936 Number Theory
+1002.3311 Algebraic Geometry
+1002.3661
+1002.4096 Phenomenology
+1002.4404 Differential Geometry
+1002.4413 Cosmology and Nongalactic Astrophysics
+1002.4419 General Topology
+1002.4429 Geometric Topology
+1002.4430 Number Theory
+1002.4431 Theory
+1002.4433 General Mathematics
+1002.4436
+1002.4438 Genomics
+1002.4440 Soft Condensed Matter
+1002.4445 Combinatorics
+1002.4451 Metric Geometry
+1002.4462 Representation Theory
+1002.4463 Commutative Algebra
+1002.4464 Distributed, Parallel, and Cluster Computing
+1002.4465 Commutative Algebra
+1002.4466 Commutative Algebra
+1002.4467 Algebraic Geometry
+1002.4468 Combinatorics
+1002.4472 Instrumentation and Methods for Astrophysics
+1002.4473 Information Theory
+1002.4480 High Energy Astrophysical Phenomena
+1002.4482 Distributed, Parallel, and Cluster Computing
+1002.4486 Statistics Theory
+1002.4487 Discrete Mathematics
+1002.4489 Optimization and Control
+1002.4491 General Physics
+1002.4494 Statistics Theory
+1002.4496 Statistics Theory
+1002.4500 Geometric Topology
+1002.4504 Combinatorics
+1002.4505 Atomic Physics
+1002.4507
+1002.4508 General Topology
+1002.4509 Statistics Theory
+1002.4510 Information Theory
+1002.4511 Functional Analysis
+1002.4515 Statistics Theory
+1002.4522 Artificial Intelligence
+1002.4526 Data Analysis, Statistics and Probability
+1002.4528 Cosmology and Nongalactic Astrophysics
+1002.4530 Cryptography and Security
+1002.4533 Statistics Theory
+1002.4534 Numerical Analysis
+1002.4535 Logic in Computer Science
+1002.4537 Algebraic Geometry
+1002.4541 Mesoscale and Nanoscale Physics
+1002.4545 Statistics Theory
+1002.4546 Probability
+1002.4547 Statistics Theory
+1002.4554 Statistics Theory
+1002.4558 Complex Variables
+1002.4561 Distributed, Parallel, and Cluster Computing
+1002.4570 Probability
+1002.4579 Populations and Evolution
+1002.4581 History and Overview
+1002.4587 Information Theory
+1002.4590
+1002.4591 Probability
+1002.4596
+1002.4599 Molecular Networks
+1002.4605 Cosmology and Nongalactic Astrophysics
+1002.4609 Exactly Solvable and Integrable Systems
+1002.4614 Dynamical Systems
+chao-dyn/9807015 Chaotic Dynamics
+cond-mat/0210424 Strongly Correlated Electrons
+cond-mat/9611235 Disordered Systems and Neural Networks
+cs/0611010 Information Theory
+hep-ex/0308031 Experiment
+hep-ph/0006114 Phenomenology
+hep-ph/0604052 Phenomenology
+hep-th/0506124 Theory
+math/0512285 Algebraic Geometry
+0711.1943 Spectral Theory
+0802.2792 Spectral Theory
+0804.0358 Operator Algebras
+0805.1612 Classical Analysis and ODEs
+0805.1614 Classical Analysis and ODEs
+0805.1618 Classical Analysis and ODEs
+0807.3753 Quantum Algebra
+0902.2099 Combinatorics
+0902.3825
+0907.2487 Functional Analysis
+0907.2709 High Energy Astrophysical Phenomena
+0908.1390 Logic in Computer Science
+0908.3281 Algebraic Geometry
+0908.3774 Symplectic Geometry
+0908.3779 Phenomenology
+0909.1842 Theory
+0909.5594 Representation Theory
+0910.5549 Physics and Society
+0911.1341 Group Theory
+0912.0241
+0912.0451 Symplectic Geometry
+0912.0728 Superconductivity
+0912.4551 Category Theory
+1001.2471 Probability
+1001.4269 Analysis of PDEs
+1001.4597 Information Retrieval
+1003.0859
+1003.1609
+1003.4774
+1004.2280 Neural and Evolutionary Computing
+1004.3479 Probability
+1004.3818
+1004.3942 Materials Science
+1004.5261
+1005.0532 Optics
+1005.1258
+1005.4940 Functional Analysis
+1005.5733 Adaptation and Self-Organizing Systems
+1006.0901 Mesoscale and Nanoscale Physics
+1006.1462 Atmospheric and Oceanic Physics
+1006.1510 Disordered Systems and Neural Networks
+1006.1976 Mesoscale and Nanoscale Physics
+1006.5598 Materials Science
+1006.5877 Distributed, Parallel, and Cluster Computing
+1007.0384 Other Condensed Matter
+1007.1171 Mesoscale and Nanoscale Physics
+1007.4001 Theory
+1008.1449 Cosmology and Nongalactic Astrophysics
+1008.2247 Computational Complexity
+1008.3922 Strongly Correlated Electrons
+1008.5307 Theory
+1008.5343 Soft Condensed Matter
+1009.3213 Number Theory
+1009.3575 Experiment
+1009.3815 Phenomenology
+1009.4465 Mesoscale and Nanoscale Physics
+1009.4467 Materials Science
+1009.4468 Solar and Stellar Astrophysics
+1009.4469 Physics Education
+1009.4471 Combinatorics
+1009.4472
+1009.4474 Molecular Networks
+1009.4477 Solar and Stellar Astrophysics
+1009.4478 Molecular Networks
+1009.4481 Probability
+1009.4483 Instrumentation and Methods for Astrophysics
+1009.4485 Solar and Stellar Astrophysics
+1009.4487
+1009.4490 Biological Physics
+1009.4491
+1009.4495 Neural and Evolutionary Computing
+1009.4499 Networking and Internet Architecture
+1009.4500 Soft Condensed Matter
+1009.4501 Analysis of PDEs
+1009.4503 Information Theory
+1009.4505 Cosmology and Nongalactic Astrophysics
+1009.4506 Rings and Algebras
+1009.4513 Cosmology and Nongalactic Astrophysics
+1009.4519 General Topology
+1009.4524 Networking and Internet Architecture
+1009.4525 Earth and Planetary Astrophysics
+1009.4526 Quantum Algebra
+1009.4527 Solar and Stellar Astrophysics
+1009.4528 Number Theory
+1009.4529 Data Structures and Algorithms
+1009.4535 Combinatorics
+1009.4538 Analysis of PDEs
+1009.4542 Phenomenology
+1009.4544
+1009.4547 Mesoscale and Nanoscale Physics
+1009.4552 Representation Theory
+1009.4554 Algebraic Geometry
+1009.4556 Robotics
+1009.4557 Materials Science
+1009.4558 General Physics
+1009.4563 Networking and Internet Architecture
+1009.4569 Information Theory
+1009.4571 Analysis of PDEs
+1009.4576 Phenomenology
+1009.4581 Computer Vision and Pattern Recognition
+1009.4583 Instrumentation and Methods for Astrophysics
+1009.4585
+1009.4587 Pricing of Securities
+1009.4591 Analysis of PDEs
+1009.4595 Information Theory
+1009.4601 Logic in Computer Science
+1009.4602 Graphics
+1009.4607 Solar and Stellar Astrophysics
+1009.4608 K-Theory and Homology
+1009.4613 Analysis of PDEs
+1009.4615 Materials Science
+1009.4617 Plasma Physics
+1009.4621 Number Theory
+1009.4626 Combinatorics
+1009.4630 Number Theory
+1009.4635 Phenomenology
+1009.4638 Information Theory
+1009.4642 Distributed, Parallel, and Cluster Computing
+1009.4658 Soft Condensed Matter
+1009.4659 Quantum Algebra
+1009.4661 Superconductivity
+1009.4664 Algebraic Geometry
+1009.4672 Networking and Internet Architecture
+1009.4675
+1009.4682 Strongly Correlated Electrons
+1009.4683 Computational Engineering, Finance, and Science
+1009.4684 Classical Analysis and ODEs
+1009.4685 Analysis of PDEs
+1009.4691 Dynamical Systems
+1009.4694 Analysis of PDEs
+cond-mat/0311293
+math-ph/0506038
+math-ph/0612070
+math/0102005 Rings and Algebras
+math/0504240 Classical Analysis and ODEs
+math/0601044 Classical Analysis and ODEs
+0802.3792 Symplectic Geometry
+0803.3488 Mesoscale and Nanoscale Physics
+0902.2206 Artificial Intelligence
+0904.4299 Theory
+0906.3862 Materials Science
+0907.2135 Methodology
+0910.4517
+0911.1224 Dynamical Systems
+0912.0349 High Energy Astrophysical Phenomena
+0912.4012 Probability
+1001.4127 Cosmology and Nongalactic Astrophysics
+1002.4766 Physics and Society
+hep-ph/0512168 Phenomenology
+physics/0609216 General Physics
+0704.3720 Classical Analysis and ODEs
+0803.1370 General Physics
+0805.1292 Computational Physics
+0807.3877 Commutative Algebra
+0810.0705 Superconductivity
+0810.2938 Mesoscale and Nanoscale Physics
+0812.3013
+0901.4102 Mesoscale and Nanoscale Physics
+0903.2774 Information Theory
+0903.3187
+0903.3441
+0903.4109
+0904.3278 Differential Geometry
+0904.3612 Artificial Intelligence
+0905.2531 Functional Analysis
+0906.0640 Exactly Solvable and Integrable Systems
+0906.4191
+0906.5200 Algebraic Geometry
+0907.3836 Materials Science
+0909.0925 Populations and Evolution
+0909.3123 Computer Vision and Pattern Recognition
+0909.4056 Quantum Gases
+0910.0032 Earth and Planetary Astrophysics
+0910.1011 Statistical Mechanics
+0910.4074
+0910.4670
+0911.0974 Algebraic Geometry
+0911.1444 Mesoscale and Nanoscale Physics
+0911.1767 Computer Science and Game Theory
+0911.2651 Data Analysis, Statistics and Probability
+0911.4886 Mesoscale and Nanoscale Physics
+0911.5448 Optics
+0912.4763 Other Condensed Matter
+1001.0944 Atomic Physics
+1001.2030 Complex Variables
+1002.0578 Quantum Gases
+1002.2107 Cosmology and Nongalactic Astrophysics
+1003.1701 Commutative Algebra
+1003.2054
+1003.5358 Biological Physics
+1004.0429 Probability
+1004.1237 Cryptography and Security
+1004.1585 Biological Physics
+1004.2196 Mesoscale and Nanoscale Physics
+1004.3952 Cell Behavior
+1004.4604 Biological Physics
+1005.0855 Information Theory
+1005.0909 Numerical Analysis
+1005.1079 Other Condensed Matter
+1005.1083 Algebraic Geometry
+1005.1094 Analysis of PDEs
+1005.1100 Cosmology and Nongalactic Astrophysics
+1005.1103 Mesoscale and Nanoscale Physics
+1005.1104 Number Theory
+1005.1105 Cosmology and Nongalactic Astrophysics
+1005.1109 Biological Physics
+1005.1115 Materials Science
+1005.1118 Mesoscale and Nanoscale Physics
+1005.1119
+1005.1126
+1005.1135 Combinatorics
+1005.1139 Superconductivity
+1005.1145 Combinatorics
+1005.1148 Astrophysics of Galaxies
+1005.1159 Biomolecules
+1005.1166 Complex Variables
+1005.1167 Classical Analysis and ODEs
+1005.1189
+1005.1190
+1005.1192 Experiment
+1005.1204 High Energy Astrophysical Phenomena
+1005.1206 Data Structures and Algorithms
+1005.1209 Lattice
+1005.1226
+1005.1227
+1005.1229 Phenomenology
+1005.1231 Probability
+1005.1240 Number Theory
+1005.1247
+1005.1250 Algebraic Geometry
+1005.1252 Numerical Analysis
+1005.1256 Commutative Algebra
+1005.1272 Algebraic Geometry
+1005.1275 Representation Theory
+cs/0501024 Logic in Computer Science
+cs/0508069 Logic in Computer Science
+gr-qc/0505148
+math/0204159 Group Theory
+math/0402332 Differential Geometry
+math/0405369 Differential Geometry
+math/0501487 Geometric Topology
+math/0508550 Geometric Topology
+math/0605623 Statistics Theory
+math/0606243 Statistics Theory
+math/0701640 Functional Analysis
+math/0703498 Quantum Algebra
+physics/0509182 Plasma Physics
+quant-ph/0410141
+0707.0137 Logic
+0707.1096 General Physics
+0707.3377
+0707.3378
+0711.4187 Symplectic Geometry
+0801.0876 General Physics
+0803.0008 Representation Theory
+0803.1270 Dynamical Systems
+0803.2028 Phenomenology
+0803.4279 Operator Algebras
+0803.4280 Operator Algebras
+0804.3548 Geometric Topology
+0805.0040
+0805.1584 Functional Analysis
+0805.4430 Algebraic Geometry
+0805.4432 Algebraic Geometry
+0807.3336
+0807.3357 Algebraic Topology
+0807.4201 Phenomenology
+0808.0509 Discrete Mathematics
+0809.2918 Representation Theory
+0810.2081
+0810.2082 Phenomenology
+0810.2454 Phenomenology
+0810.2969
+0811.0227 Dynamical Systems
+0812.2151
+0812.3794 Phenomenology
+0812.4071
+0902.4818
+0903.0336
+0903.0669
+0903.3412 Cosmology and Nongalactic Astrophysics
+0904.0859 Data Structures and Algorithms
+0904.1376 Phenomenology
+0904.1439 General Literature
+0904.1671 Phenomenology
+0905.0523
+0905.2230 Atomic Physics
+0906.0440 Group Theory
+0906.1705 Theory
+0907.1148 Optics
+0907.4805
+0908.2458 Combinatorics
+0908.2652 Strongly Correlated Electrons
+0909.4319
+0909.4387 Fluid Dynamics
+0910.3106 Mesoscale and Nanoscale Physics
+0910.4589 Phenomenology
+0910.4595 Lattice
+0910.4630 Theory
+0911.1951 Phenomenology
+0911.3117 Portfolio Management
+0911.3788 Functional Analysis
+0911.4748
+0912.0310 Phenomenology
+0912.2423 Statistics Theory
+1001.0656 Trading and Market Microstructure
+1001.1024 Statistical Mechanics
+1001.1088
+1001.1924 Solar and Stellar Astrophysics
+1001.2035 Phenomenology
+1001.2358 General Physics
+1001.2979
+1001.3062 Combinatorics
+1001.4417 Chaotic Dynamics
+1001.4656 Methodology
+1002.0145 Computational Complexity
+1002.0768 Pattern Formation and Solitons
+1002.0787 Pattern Formation and Solitons
+1002.0989 Exactly Solvable and Integrable Systems
+1002.1312 Statistics Theory
+1002.1313 Information Theory
+1002.1314 Mesoscale and Nanoscale Physics
+1002.1318
+1002.1324 Representation Theory
+1002.1329 Differential Geometry
+1002.1332 Physics and Society
+1002.1333 Strongly Correlated Electrons
+1002.1335 Other Computer Science
+1002.1338
+1002.1344
+1002.1347 Information Theory
+1002.1357 Analysis of PDEs
+1002.1362 Theory
+1002.1363 Computer Science and Game Theory
+1002.1370 General Physics
+1002.1372 Category Theory
+1002.1378 General Physics
+1002.1383 Number Theory
+1002.1384 Probability
+1002.1385 Rings and Algebras
+1002.1386 Astrophysics of Galaxies
+1002.1387 Numerical Analysis
+1002.1392
+1002.1395
+1002.1396 Numerical Analysis
+1002.1398 Mesoscale and Nanoscale Physics
+1002.1403 General Physics
+1002.1404 Mesoscale and Nanoscale Physics
+1002.1408 Programming Languages
+1002.1410
+1002.1411 Cell Behavior
+1002.1415 Instrumentation and Detectors
+1002.1422 Programming Languages
+1002.1424 Populations and Evolution
+1002.1430 Superconductivity
+1002.1432 Classical Analysis and ODEs
+1002.1436 Information Theory
+1002.1437 Experiment
+1002.1445 Cosmology and Nongalactic Astrophysics
+1002.1447 Information Theory
+1002.1449 Algebraic Topology
+1002.1451 Probability
+1002.1455 Logic
+1002.1457 Materials Science
+1002.1458 Combinatorics
+1002.1460 General Topology
+1002.1462 Theory
+1002.1471
+1002.1480 Artificial Intelligence
+1002.1482 Solar and Stellar Astrophysics
+1002.1485 Dynamical Systems
+1002.1486 Cosmology and Nongalactic Astrophysics
+1002.1487
+1002.1489
+1002.1492 Combinatorics
+1002.1493 Statistics Theory
+1002.1496 Computational Complexity
+1002.1498 Functional Analysis
+1002.1505 Instrumentation and Methods for Astrophysics
+1002.1520 Operator Algebras
+1002.1523 History and Overview
+1002.1529 Superconductivity
+1002.1537 Statistics Theory
+1002.1538 Statistics Theory
+1002.1540 Probability
+1002.1548 Geophysics
+1002.1549 Programming Languages
+1002.1558 Cell Behavior
+1002.1566
+1002.1568
+1002.1569 Other Quantitative Biology
+1002.1570 Earth and Planetary Astrophysics
+1002.1571 Optics
+1002.1575 Cosmology and Nongalactic Astrophysics
+1002.1577 Phenomenology
+1002.1584 Information Theory
+1002.1588 Optics
+1002.1589 Phenomenology
+1002.1594 Quantum Algebra
+1002.1599 General Topology
+1002.1604 Probability
+1002.1607 Strongly Correlated Electrons
+1002.1615 General Physics
+1002.1616 Number Theory
+1002.1617 Superconductivity
+1002.1622 Instrumentation and Detectors
+1002.1630 General Physics
+1002.1631 Analysis of PDEs
+1002.1632 Atmospheric and Oceanic Physics
+1002.1637 Materials Science
+1002.1642 Phenomenology
+1002.1644 Optics
+1002.1649 Theory
+1002.1654 Experiment
+1002.1660 Symplectic Geometry
+1002.1677 Materials Science
+1002.1678 Cryptography and Security
+1002.1680 Mesoscale and Nanoscale Physics
+1002.1681 Cryptography and Security
+1002.1682 General Mathematics
+1002.1683 Other Computer Science
+1002.1687 Networking and Internet Architecture
+1002.1689 Networking and Internet Architecture
+1002.1691 Networking and Internet Architecture
+1002.1692 Software Engineering
+1002.1698
+1002.1699 Materials Science
+1002.1704 Solar and Stellar Astrophysics
+cond-mat/0512688 Strongly Correlated Electrons
+cond-mat/0606653 Strongly Correlated Electrons
+hep-ph/9506467 Phenomenology
+hep-ph/9705281 Phenomenology
+hep-th/9607213 Theory
+math/0402035 Geometric Topology
+math/0509335 Geometric Topology
+math/0510534 Geometric Topology
+math/0605176 Quantum Algebra
+math/0607116 Geometric Topology
+quant-ph/0606029
+0704.2106 Category Theory
+0704.2998 General Physics
+0706.2675 Optics
+0707.3360 Differential Geometry
+0709.3745 Spectral Theory
+0710.2719 Differential Geometry
+0804.0059 Symplectic Geometry
+0807.4875 Differential Geometry
+0812.1804 Probability
+0902.2980 Mesoscale and Nanoscale Physics
+0902.4794 Optics
+0904.3531 Statistical Mechanics
+0905.1080 Solar and Stellar Astrophysics
+0906.0644 General Physics
+0906.0646 General Physics
+0906.4533
+0907.1130
+0907.1551 Soft Condensed Matter
+0907.4126 General Topology
+0909.1392 Cryptography and Security
+0909.2165 Chaotic Dynamics
+0910.0114 Algebraic Geometry
+0910.0284 Information Theory
+0910.0662 Algebraic Geometry
+0910.3187 Algebraic Topology
+0911.4484 Cosmology and Nongalactic Astrophysics
+0911.5443 Disordered Systems and Neural Networks
+0912.0633 Superconductivity
+0912.3230
+0912.5093 Operator Algebras
+1001.4478
+1001.4789 Cosmology and Nongalactic Astrophysics
+1002.3646
+1002.4471 Superconductivity
+1002.4890 Biological Physics
+1003.1116 Group Theory
+1003.3584 Other Condensed Matter
+1003.4408 Optics
+1003.5970 Statistical Mechanics
+1004.0150 Theory
+1004.0492
+1004.1724 Combinatorics
+1004.3053 Lattice
+1004.5557 Superconductivity
+1005.3845 Differential Geometry
+1005.4058 Cosmology and Nongalactic Astrophysics
+1005.4736 Group Theory
+1006.0770 Combinatorics
+1006.3515 Group Theory
+1006.5249 Phenomenology
+1007.0313 Computer Vision and Pattern Recognition
+1007.0857 Superconductivity
+1007.1794
+1007.2345 Biological Physics
+1007.2710 Phenomenology
+1007.2846 Cosmology and Nongalactic Astrophysics
+1007.3053 Experiment
+1007.3117 Group Theory
+1007.3249 Programming Languages
+1007.3261 Solar and Stellar Astrophysics
+1007.3268 General Physics
+1007.3275 Databases
+1007.3282 Representation Theory
+1007.3292 Data Structures and Algorithms
+1007.3295 Probability
+1007.3297 Algebraic Geometry
+1007.3298 Mesoscale and Nanoscale Physics
+1007.3303 Logic in Computer Science
+1007.3311 Populations and Evolution
+1007.3316 Pricing of Securities
+1007.3317 Number Theory
+1007.3320 General Physics
+1007.3333 Geometric Topology
+1007.3339 Combinatorics
+1007.3340 Commutative Algebra
+1007.3343 Earth and Planetary Astrophysics
+1007.3344 Number Theory
+1007.3345 Number Theory
+1007.3346 Analysis of PDEs
+1007.3347 Statistical Finance
+1007.3348 General Physics
+1007.3356 Materials Science
+1007.3357 Populations and Evolution
+1007.3361 Rings and Algebras
+1007.3366 Astrophysics of Galaxies
+1007.3371 Solar and Stellar Astrophysics
+1007.3372
+1007.3377 Solar and Stellar Astrophysics
+1007.3378 Statistical Mechanics
+1007.3395 Analysis of PDEs
+1007.3398 Statistical Mechanics
+1007.3400 Exactly Solvable and Integrable Systems
+1007.3402 Differential Geometry
+1007.3409 High Energy Astrophysical Phenomena
+1007.3414 Logic
+1007.3415 Data Structures and Algorithms
+1007.3416 Analysis of PDEs
+1007.3422 Materials Science
+1007.3423 Materials Science
+1007.3424 Genomics
+1007.3426 K-Theory and Homology
+1007.3428 Representation Theory
+1007.3429 Analysis of PDEs
+1007.3435 Optimization and Control
+1007.3440 General Mathematics
+1007.3441 Solar and Stellar Astrophysics
+1007.3444 Cosmology and Nongalactic Astrophysics
+1007.3446 Solar and Stellar Astrophysics
+1007.3449 Plasma Physics
+1007.3452 Quantum Gases
+1007.3454 Phenomenology
+1007.3460 Classical Analysis and ODEs
+1007.3463 Differential Geometry
+1007.3466 Cosmology and Nongalactic Astrophysics
+1007.3467 Combinatorics
+1007.3485 Differential Geometry
+1007.3486 Operator Algebras
+math/0506519 Number Theory
+0704.2666 Theory
+0705.4561 Analysis of PDEs
+0706.1249 General Mathematics
+0711.3919 Functional Analysis
+0801.2449
+0801.4043 Analysis of PDEs
+0804.2151
+0804.2378 Probability
+0805.0830
+0806.0651 General Mathematics
+0806.0653 General Mathematics
+0806.0655 General Mathematics
+0806.2535 Classical Physics
+0809.0589
+0810.2279 Discrete Mathematics
+0810.3966 Popular Physics
+0812.0562
+0812.3322
+0902.3398 Analysis of PDEs
+0902.4461 Phenomenology
+0903.1219 Phenomenology
+0903.5037 General Physics
+0904.2443 Analysis of PDEs
+0904.2693 Algebraic Geometry
+0904.3290 Analysis of PDEs
+0904.4151 Strongly Correlated Electrons
+0905.0412 Combinatorics
+0905.1003 Probability
+0905.3759 Adaptation and Self-Organizing Systems
+0905.3928 Risk Management
+0906.1764 Strongly Correlated Electrons
+0908.2647 Strongly Correlated Electrons
+0908.2887 Materials Science
+0908.4377
+0908.4539 Materials Science
+0909.1052 Phenomenology
+0909.2086
+0909.3401
+0910.5166 Atmospheric and Oceanic Physics
+0910.5568
+0912.0685 Discrete Mathematics
+0912.1162
+0912.3014 Superconductivity
+0912.5532
+1001.0105 Strongly Correlated Electrons
+1001.0450 Algebraic Topology
+1001.0896 Cosmology and Nongalactic Astrophysics
+1001.3798
+1002.1128 Cosmology and Nongalactic Astrophysics
+1002.1129
+1002.1130 Cosmology and Nongalactic Astrophysics
+1002.1132 Theory
+1002.1534
+1002.2703 Commutative Algebra
+1002.3004 Algebraic Topology
+1003.0393
+1003.0562 Probability
+1003.0722 Data Structures and Algorithms
+1003.0901 Strongly Correlated Electrons
+1003.0902 Genomics
+1003.0906 Phenomenology
+1003.0918 Logic
+1003.0924 Algebraic Topology
+1003.0926 Statistical Mechanics
+1003.0927 Algebraic Geometry
+1003.0929 Networking and Internet Architecture
+1003.0931 Physics Education
+1003.0935 Operator Algebras
+1003.0950 Differential Geometry
+1003.0953 Information Theory
+1003.0954 Strongly Correlated Electrons
+1003.0959 Distributed, Parallel, and Cluster Computing
+1003.0963 Differential Geometry
+1003.0980 Geometric Topology
+1003.0981 Combinatorics
+1003.0982 Group Theory
+1003.0988 Optimization and Control
+1003.0993 Optimization and Control
+1003.0997 High Energy Astrophysical Phenomena
+1003.1002 Methodology
+1003.1008 Optimization and Control
+1003.1010 Databases
+1003.1015
+1003.1021 Functional Analysis
+1003.1022 Algebraic Geometry
+1003.1026 General Physics
+1003.1028 Quantum Algebra
+1003.1031 Instrumentation and Detectors
+1003.1034 Geometric Topology
+1003.1036 Plasma Physics
+1003.1038 Classical Analysis and ODEs
+1003.1048 Information Retrieval
+1003.1053 Cell Behavior
+1003.1057 Logic in Computer Science
+1003.1059 Analysis of PDEs
+1003.1066 Biomolecules
+1003.1068 Analysis of PDEs
+1003.1070 Phenomenology
+1003.1079 Optimization and Control
+1003.1081 Analysis of PDEs
+1003.1087 Functional Analysis
+1003.1096 Group Theory
+1003.1103 Solar and Stellar Astrophysics
+1003.1117 Functional Analysis
+1003.1118 Statistical Mechanics
+1003.1120 Combinatorics
+1003.1123 Chemical Physics
+cs/0610157 Networking and Internet Architecture
+math/0702025 Differential Geometry
+math/9910021 Algebraic Geometry
+0705.1629
+0707.2445
+0708.3453 Probability
+0710.3724 Theory
+0801.0461 Methodology
+0805.1696 Neural and Evolutionary Computing
+0806.3904 Algebraic Topology
+0806.4965 Algebraic Geometry
+0809.0726 Numerical Analysis
+0809.4824 Probability
+0810.1840 Representation Theory
+0812.0159 Statistics Theory
+0812.1682 Algebraic Geometry
+0901.1378 Computation
+0902.3845 Representation Theory
+0903.3299 Probability
+0903.4514 Rings and Algebras
+0906.0792 Probability
+0908.2844 Probability
+0909.4132 Spectral Theory
+0910.3198
+0910.4478 Superconductivity
+0911.1137 Medical Physics
+0911.2952 Information Theory
+0911.4428 Quantum Algebra
+0911.4430 Quantum Algebra
+0912.4251 Phenomenology
+1001.1033 Representation Theory
+1001.2840 Numerical Analysis
+1001.3550 Information Theory
+1001.4598 Computer Science and Game Theory
+1002.2110 Quantum Gases
+1002.2751 Probability
+1003.0684 Theory
+1003.0923
+1003.3378 Mesoscale and Nanoscale Physics
+1003.3786 Soft Condensed Matter
+1005.2712 Number Theory
+1005.5098 Earth and Planetary Astrophysics
+1006.0989 Pattern Formation and Solitons
+1006.1896
+1006.2984 Soft Condensed Matter
+1006.3040 Statistical Mechanics
+1006.4873 Group Theory
+1007.0710 Algebraic Topology
+1007.0908 Populations and Evolution
+1007.1402 Superconductivity
+1007.1404 Chaotic Dynamics
+1007.2929 Phenomenology
+1007.4682 Phenomenology
+1008.0858 Cosmology and Nongalactic Astrophysics
+1008.1765 Superconductivity
+1008.2092 Materials Science
+1008.5047 Algebraic Topology
+1008.5205 Operator Algebras
+1009.5633 Combinatorics
+1010.0035 Probability
+1010.0172 Geometric Topology
+1010.0200 Information Theory
+1010.2835 Fluid Dynamics
+1010.2894 Probability
+1010.3020 Cosmology and Nongalactic Astrophysics
+1010.3026 General Physics
+1010.3028 Representation Theory
+1010.3039 Logic
+1010.3043 Numerical Analysis
+1010.3044
+1010.3045 Software Engineering
+1010.3047 Probability
+1010.3053 Distributed, Parallel, and Cluster Computing
+1010.3055 Probability
+1010.3064
+1010.3067 Fluid Dynamics
+1010.3068 Fluid Dynamics
+1010.3070 Number Theory
+1010.3071 Information Theory
+1010.3072 Fluid Dynamics
+1010.3076 Fluid Dynamics
+1010.3080 Phenomenology
+1010.3086 Superconductivity
+1010.3089 Functional Analysis
+1010.3092 Probability
+1010.3100 Software Engineering
+1010.3102 Differential Geometry
+1010.3103 Fluid Dynamics
+1010.3106 Soft Condensed Matter
+1010.3108 Experiment
+1010.3112 Probability
+1010.3113 Analysis of PDEs
+1010.3117 Classical Analysis and ODEs
+1010.3124 Solar and Stellar Astrophysics
+1010.3126 Analysis of PDEs
+1010.3128 Probability
+1010.3129 Algebraic Geometry
+1010.3139 Fluid Dynamics
+1010.3142 Probability
+1010.3143 Algebraic Geometry
+1010.3146 Fluid Dynamics
+1010.3149 Fluid Dynamics
+1010.3150 Information Theory
+1010.3153 Fluid Dynamics
+1010.3156 Number Theory
+1010.3157 Fluid Dynamics
+1010.3159 Materials Science
+1010.3160
+1010.3162 Probability
+1010.3163 Cryptography and Security
+1010.3172 Instrumentation and Methods for Astrophysics
+1010.3174 Geometric Topology
+1010.3176 Quantum Algebra
+1010.3177 Artificial Intelligence
+1010.3183 Fluid Dynamics
+1010.3186 Fluid Dynamics
+1010.3191 Probability
+1010.3192 Analysis of PDEs
+1010.3193 Pattern Formation and Solitons
+1010.3194 Commutative Algebra
+1010.3195 Theory
+1010.3196 Fluid Dynamics
+1010.3197 Computer Science and Game Theory
+1010.3202 Fluid Dynamics
+1010.3204 Dynamical Systems
+1010.3205 Fluid Dynamics
+1010.3206 Solar and Stellar Astrophysics
+1010.3209 Instrumentation and Methods for Astrophysics
+1010.3214 Solar and Stellar Astrophysics
+1010.3216
+1010.3220 Geometric Topology
+1010.3221 Fluid Dynamics
+1010.3224 Instrumentation and Methods for Astrophysics
+1010.3226 Statistical Mechanics
+1010.3227 Fluid Dynamics
+1010.3228 Cosmology and Nongalactic Astrophysics
+1010.3231 Combinatorics
+1010.3233 Distributed, Parallel, and Cluster Computing
+1010.3235
+1010.3236 Fluid Dynamics
+1010.3242
+1010.3249 Fluid Dynamics
+1010.3254
+1010.3255 Fluid Dynamics
+1010.3256 Fluid Dynamics
+1010.3257 Dynamical Systems
+1010.3258 Fluid Dynamics
+q-bio/0611051 Biomolecules
+quant-ph/0401049
+0711.0020 Theory
+0801.2852 Theory
+0806.1466 Quantum Algebra
+0806.3034 Soft Condensed Matter
+0806.3135 Theory
+0811.2495
+0901.0057 Representation Theory
+0901.0243
+0901.3170 Information Theory
+0902.2541 Differential Geometry
+0903.1313 Theory
+0903.2933 Theory
+0903.2997 Populations and Evolution
+0903.5407 Theory
+0903.5527
+0904.0062 Theory
+0904.0241 Theory
+0904.0246 Instrumentation and Detectors
+0904.0277 Theory
+0904.0375 Lattice
+0904.0381 Theory
+0904.0559 Theory
+0904.0668 Theory
+0904.0680
+0904.0705 Phenomenology
+0904.0786 Experiment
+0904.0910 Theory
+0904.0954 Lattice
+0904.1165 Phenomenology
+0904.1366 Databases
+0904.1622 Phenomenology
+0904.2991 Instrumentation and Detectors
+0904.3037 Phenomenology
+0904.3298 Theory
+0904.3313 Theory
+0904.3730
+0906.4642 Combinatorics
+0907.0584 Algebraic Geometry
+0907.2800 Geometric Topology
+0907.3336
+0908.0604 Logic
+0908.0675 Phenomenology
+0909.3515 Cosmology and Nongalactic Astrophysics
+0910.0148
+0910.1917 Theory
+0910.4336 Information Theory
+0910.4437 Algebraic Geometry
+0911.0887 High Energy Astrophysical Phenomena
+0911.2337 Mesoscale and Nanoscale Physics
+0911.3497 Soft Condensed Matter
+0912.0197 Number Theory
+0912.2117 Superconductivity
+0912.5126
+1001.0499 Earth and Planetary Astrophysics
+1001.2700 Strongly Correlated Electrons
+1002.0482 Differential Geometry
+1002.0512 Soft Condensed Matter
+1002.0672 Functional Analysis
+1002.1009 Number Theory
+1002.4576 Disordered Systems and Neural Networks
+1003.0111 Strongly Correlated Electrons
+1003.5335 Number Theory
+1003.5646 Complex Variables
+1003.5661 Theory
+1004.0558 Computational Geometry
+1004.0716 General Physics
+1004.0828 Mesoscale and Nanoscale Physics
+1004.1246 Phenomenology
+1004.1447 Adaptation and Self-Organizing Systems
+1004.3005
+1004.4343 Algebraic Geometry
+1005.0295 Cosmology and Nongalactic Astrophysics
+1005.3173 Phenomenology
+1005.3567
+1005.3952 Theory
+1005.3955 Phenomenology
+1005.4244 Computer Science and Game Theory
+1005.4378 Superconductivity
+1005.4936 Theory
+1006.0412 Strongly Correlated Electrons
+1006.0956 Theory
+1006.1100 Phenomenology
+1006.2725
+1006.2903 Populations and Evolution
+1006.2908 Populations and Evolution
+1006.3292 High Energy Astrophysical Phenomena
+1006.5118
+1006.5206 Group Theory
+1006.5393 Phenomenology
+1006.5465 Phenomenology
+1007.0629 Phenomenology
+1007.1204 Theory
+1007.1510
+1007.2136 Atomic Physics
+1007.2277
+1007.2287 Symplectic Geometry
+1007.2416 Quantum Gases
+1007.3411 Biological Physics
+1007.3681 Materials Science
+1007.4341 Phenomenology
+1007.4439
+1007.4662
+1007.4944 Theory
+1007.5238 Quantum Gases
+1007.5472 Theory
+1008.0482
+1008.1126 Mesoscale and Nanoscale Physics
+1008.2624
+1008.2648 Theory
+1008.2838
+1008.3338 Chaotic Dynamics
+1008.4482 Theory
+1008.5247 Phenomenology
+1009.0003 Phenomenology
+1009.0664 Probability
+1009.0759 Quantum Gases
+1009.1622 Solar and Stellar Astrophysics
+1009.1821 Optics
+1009.5127 Theory
+1009.5985 Theory
+1010.0607 Functional Analysis
+1010.1994 General Finance
+1010.2563 Statistical Mechanics
+1010.5316 Rings and Algebras
+1011.1280 Genomics
+1011.1408 Mesoscale and Nanoscale Physics
+1011.3909 Quantum Gases
+1011.4305 Combinatorics
+1011.4739 Group Theory
+1012.2097 Theory
+1012.3412 Complex Variables
+1012.3439 Information Theory
+1012.3467 Materials Science
+1012.3473 Theory
+1012.3476 Machine Learning
+1012.3483 Combinatorics
+1012.3486
+1012.3487 Phenomenology
+1012.3492 Cosmology and Nongalactic Astrophysics
+1012.3495 Complex Variables
+1012.3497
+1012.3504 Combinatorics
+1012.3505 Solar and Stellar Astrophysics
+1012.3513 Number Theory
+1012.3514 Differential Geometry
+1012.3517 Differential Geometry
+1012.3520
+1012.3521
+1012.3528 Spectral Theory
+1012.3530 Algebraic Geometry
+1012.3532
+1012.3536 Theory
+1012.3538 Experiment
+1012.3539
+1012.3540 Commutative Algebra
+1012.3541 Combinatorics
+1012.3546
+1012.3551 Phenomenology
+1012.3553 Representation Theory
+1012.3558 Representation Theory
+1012.3573 Lattice
+1012.3574 Space Physics
+1012.3575 Mesoscale and Nanoscale Physics
+1012.3578 High Energy Astrophysical Phenomena
+1012.3579 Optimization and Control
+1012.3582 Differential Geometry
+1012.3583 Computational Physics
+1012.3584 Machine Learning
+1012.3585 Geophysics
+1012.3586 Strongly Correlated Electrons
+1012.3588 Geophysics
+1012.3589 Data Analysis, Statistics and Probability
+1012.3590 Strongly Correlated Electrons
+1012.3592 Optimization and Control
+1012.3597 Chaotic Dynamics
+1012.3602 Strongly Correlated Electrons
+1012.3608 Differential Geometry
+1012.3614 Probability
+1012.3617 Accelerator Physics
+1012.3622 Classical Analysis and ODEs
+1012.3623 Neurons and Cognition
+1012.3625 Neurons and Cognition
+1012.3626 Quantum Algebra
+1012.3636 Probability
+1012.3640 Solar and Stellar Astrophysics
+1012.3642 History and Philosophy of Physics
+1012.3643 Geometric Topology
+1012.3644 Symplectic Geometry
+1012.3648 Solar and Stellar Astrophysics
+1012.3649 Solar and Stellar Astrophysics
+1012.3654 Combinatorics
+1012.3655 Mesoscale and Nanoscale Physics
+1012.3656 Neural and Evolutionary Computing
+1012.3662 High Energy Astrophysical Phenomena
+1012.3663 High Energy Astrophysical Phenomena
+1012.3669 Astrophysics of Galaxies
+1012.3673 Analysis of PDEs
+1012.3677 Optics
+1012.3682 Number Theory
+1012.3683
+1012.3693 Solar and Stellar Astrophysics
+1012.3694 Mesoscale and Nanoscale Physics
+1012.3698 Phenomenology
+1012.3699 Disordered Systems and Neural Networks
+1012.3700 Classical Analysis and ODEs
+1012.3705 Neural and Evolutionary Computing
+1012.3707 Theory
+1012.3715 Analysis of PDEs
+1012.3720 Combinatorics
+1012.3721 Formal Languages and Automata Theory
+1012.3724 Neural and Evolutionary Computing
+1012.3731 Algebraic Geometry
+1012.3732 Solar and Stellar Astrophysics
+1012.3741 Classical Analysis and ODEs
+astro-ph/0110606
+astro-ph/0202224
+astro-ph/0303146
+astro-ph/0503142
+astro-ph/0605232
+astro-ph/9411053
+astro-ph/9605168
+cond-mat/0001416 Strongly Correlated Electrons
+cond-mat/0008065 Strongly Correlated Electrons
+cond-mat/0012106 Statistical Mechanics
+cond-mat/0206585 Statistical Mechanics
+cond-mat/0210168 Strongly Correlated Electrons
+cond-mat/0305026 Statistical Mechanics
+cond-mat/0412481 Statistical Mechanics
+cond-mat/0507617 Superconductivity
+cond-mat/0607057 Superconductivity
+cond-mat/0703712 Other Condensed Matter
+cond-mat/9208008
+cond-mat/9209003
+cond-mat/9210004
+cond-mat/9302029
+cond-mat/9509157
+cond-mat/9705228 Superconductivity
+cond-mat/9802195 Disordered Systems and Neural Networks
+cond-mat/9808097 Superconductivity
+cond-mat/9906199 Superconductivity
+cond-mat/9909250 Statistical Mechanics
+cond-mat/9912307 Disordered Systems and Neural Networks
+gr-qc/0201005
+gr-qc/0211029
+gr-qc/0211052
+gr-qc/0301068
+gr-qc/0304105
+gr-qc/0310020
+hep-lat/0002012 Lattice
+hep-lat/0402003 Lattice
+hep-lat/9205018 Lattice
+hep-lat/9304010 Lattice
+hep-lat/9305009 Lattice
+hep-lat/9711049 Lattice
+hep-ph/0007121 Phenomenology
+hep-ph/0103169 Phenomenology
+hep-ph/0104017 Phenomenology
+hep-ph/0104152 Phenomenology
+hep-ph/0105018 Phenomenology
+hep-ph/0110328 Phenomenology
+hep-ph/0111225 Phenomenology
+hep-ph/0202161 Phenomenology
+hep-ph/0207146 Phenomenology
+hep-ph/0210295 Phenomenology
+hep-ph/0212174 Phenomenology
+hep-ph/0305019 Phenomenology
+hep-ph/0411197 Phenomenology
+hep-ph/0411315 Phenomenology
+hep-ph/0605107 Phenomenology
+hep-ph/0605229 Phenomenology
+hep-ph/9302247 Phenomenology
+hep-ph/9310377 Phenomenology
+hep-ph/9406231 Phenomenology
+hep-ph/9406401 Phenomenology
+hep-ph/9603208 Phenomenology
+hep-ph/9604262 Phenomenology
+hep-ph/9606253 Phenomenology
+hep-ph/9709344 Phenomenology
+hep-ph/9808331 Phenomenology
+hep-ph/9812365 Phenomenology
+hep-ph/9902414 Phenomenology
+hep-ph/9904223 Phenomenology
+hep-ph/9905466 Phenomenology
+hep-ph/9905484 Phenomenology
+hep-ph/9911226 Phenomenology
+hep-ph/9911540 Phenomenology
+hep-th/0002041 Theory
+hep-th/0004047 Theory
+hep-th/0006218 Theory
+hep-th/0111065 Theory
+hep-th/0111132 Theory
+hep-th/0204113 Theory
+hep-th/0207231 Theory
+hep-th/0207239 Theory
+hep-th/0212114 Theory
+hep-th/0212120 Theory
+hep-th/0310207 Theory
+hep-th/9207079 Theory
+hep-th/9211117 Theory
+hep-th/9212021 Theory
+hep-th/9303075 Theory
+hep-th/9303139 Theory
+hep-th/9304014 Theory
+hep-th/9312010 Theory
+hep-th/9503074 Theory
+hep-th/9505001 Theory
+hep-th/9505042 Theory
+hep-th/9505094 Theory
+hep-th/9508061 Theory
+hep-th/9508106 Theory
+hep-th/9603163 Theory
+hep-th/9603179 Theory
+hep-th/9604132 Theory
+hep-th/9606143 Theory
+hep-th/9701109 Theory
+hep-th/9710002 Theory
+hep-th/9803022 Theory
+nucl-ex/0608017
+nucl-th/0002065
+nucl-th/0203006
+nucl-th/0212088
+nucl-th/0302078
+nucl-th/0304061
+nucl-th/9711041
+physics/9911027 Accelerator Physics
+quant-ph/0602115
+quant-ph/0610026
+quant-ph/9501001
+quant-ph/9610004
+quant-ph/9612004
+quant-ph/9706017
+quant-ph/9709023
+quant-ph/9811087
+quant-ph/9812017
+quant-ph/9901056
+quant-ph/9904097
+0705.4130 Logic
+0709.4678 Probability
+0711.3030 Logic
+0803.2700 Physics and Society
+0804.3293 Probability
+0805.0987 Probability
+0805.4744 Statistical Mechanics
+0806.3471 Distributed, Parallel, and Cluster Computing
+0807.0155 Representation Theory
+0810.1121 Statistical Mechanics
+0810.4857 Superconductivity
+0810.5703 Atomic Physics
+0812.4589 Geometric Topology
+0812.4855 Quantum Algebra
+0905.0098 Strongly Correlated Electrons
+0905.0767 General Physics
+0905.2486 Superconductivity
+0906.0026 Group Theory
+0906.1092 Analysis of PDEs
+0906.1095 Solar and Stellar Astrophysics
+0906.3849 Information Theory
+0907.0353
+0907.2388
+0907.3638
+0908.0872 Astrophysics of Galaxies
+0908.1210 Number Theory
+0908.2503 Methodology
+0909.5306 Statistical Mechanics
+0910.0827 Probability
+0910.1442 Phenomenology
+0910.3088 Statistics Theory
+0910.5392 Solar and Stellar Astrophysics
+0910.5667 Number Theory
+0911.4474
+0912.0645
+0912.0786 Statistics Theory
+0912.3563 Disordered Systems and Neural Networks
+1001.1051 Numerical Analysis
+1001.1225 Statistical Mechanics
+1001.2193 Algebraic Geometry
+1001.2428 Biomolecules
+1001.4431 Information Theory
+1001.4569 Differential Geometry
+1001.4873 Disordered Systems and Neural Networks
+1002.2886 General Topology
+1002.3114 Mesoscale and Nanoscale Physics
+1003.0133 Superconductivity
+1003.0800 Cosmology and Nongalactic Astrophysics
+1003.1871 Number Theory
+1003.2748 Disordered Systems and Neural Networks
+1003.2966 Group Theory
+1003.3431 Probability
+1003.3748 Soft Condensed Matter
+1003.4770 Rings and Algebras
+1004.0935 Soft Condensed Matter
+1004.1537 Disordered Systems and Neural Networks
+1004.2284 Statistical Mechanics
+1004.2897 Soft Condensed Matter
+1004.3984 Superconductivity
+1004.4898 Strongly Correlated Electrons
+1005.0829 Statistics Theory
+1005.1214 Methodology
+1005.2450 Group Theory
+1005.4156 Combinatorics
+1005.5097 Strongly Correlated Electrons
+1006.1497 Logic in Computer Science
+1006.2302 Applications
+1006.2722 Phenomenology
+1006.2835 Computation and Language
+1006.2838 Networking and Internet Architecture
+1006.2840 Software Engineering
+1006.2842 Other Condensed Matter
+1006.2844 Cryptography and Security
+1006.2852 Algebraic Geometry
+1006.2853 Optimization and Control
+1006.2859 Statistics Theory
+1006.2864 Dynamical Systems
+1006.2868
+1006.2881 Combinatorics
+1006.2885 Theory
+1006.2888 Logic
+1006.2890
+1006.2891 Classical Analysis and ODEs
+1006.2892 Superconductivity
+1006.2895 Digital Libraries
+1006.2896 Digital Libraries
+1006.2898 Functional Analysis
+1006.2906
+1006.2907 Materials Science
+1006.2914 Analysis of PDEs
+1006.2918 Solar and Stellar Astrophysics
+1006.2921 Logic in Computer Science
+1006.2923 Populations and Evolution
+1006.2924 Combinatorics
+1006.2930
+1006.2937 Atmospheric and Oceanic Physics
+1006.2938 History and Overview
+1006.2940 Methodology
+1006.2942 Analysis of PDEs
+1006.2943 Strongly Correlated Electrons
+1006.2952 Commutative Algebra
+1006.2953 Phenomenology
+1006.2958 Discrete Mathematics
+1006.2960 Populations and Evolution
+1006.2961 Algebraic Geometry
+1006.2964 Superconductivity
+1006.2965 Probability
+1006.2966 Complex Variables
+1006.2967 Phenomenology
+1006.2968 Analysis of PDEs
+1006.2971 Solar and Stellar Astrophysics
+1006.2976 Statistical Mechanics
+1006.2977 Information Theory
+1006.2988 Differential Geometry
+1006.2990
+1006.2991 Numerical Analysis
+1006.2993 Logic in Computer Science
+1006.3002 Computation
+1006.3003 High Energy Astrophysical Phenomena
+1006.3010
+1006.3013 Combinatorics
+1006.3014 Quantum Algebra
+1006.3015
+1006.3017 Networking and Internet Architecture
+1006.3018 Networking and Internet Architecture
+1006.3021 Artificial Intelligence
+1006.3022 Biological Physics
+1006.3023 General Topology
+1006.3030 Discrete Mathematics
+1006.3036 Algebraic Geometry
+1006.3046 Computational Complexity
+1006.3047 Instrumentation and Detectors
+1006.3055 Algebraic Topology
+1006.3056 Computer Vision and Pattern Recognition
+1006.3060 Solar and Stellar Astrophysics
+1006.3065 Spectral Theory
+cond-mat/0307177 Superconductivity
+cond-mat/0401578 Superconductivity
+cond-mat/0601382 Strongly Correlated Electrons
+cs/0605047 Information Theory
+math/0606531 Number Theory
+math/0701177 Number Theory
+nlin/0601048 Adaptation and Self-Organizing Systems
+0704.1043 Computational Complexity
+0704.1654
+0704.3693 Algebraic Geometry
+0706.0770
+0708.0777 Other Condensed Matter
+0711.4484 Complex Variables
+0801.0486
+0803.2226
+0804.2398
+0804.4046
+0807.4857 Analysis of PDEs
+0809.2290
+0810.2435
+0811.1649
+0812.3162 Phenomenology
+0901.2915 Optimization and Control
+0902.2535 Differential Geometry
+0902.2699 Strongly Correlated Electrons
+0903.5318 Complex Variables
+0904.0223 Probability
+0904.3041 Geometric Topology
+0907.2399 Fluid Dynamics
+0907.5283 Geometric Topology
+0909.4414 Phenomenology
+0909.5406 Number Theory
+0910.4531 Differential Geometry
+0912.0920 Numerical Analysis
+0912.3313
+0912.3700 Superconductivity
+1001.0018
+1001.1292 Statistical Mechanics
+1001.4106 Phenomenology
+1002.3682 Probability
+1002.3861 Data Analysis, Statistics and Probability
+1002.4874 High Energy Astrophysical Phenomena
+1003.1988 Disordered Systems and Neural Networks
+1003.5084 Symplectic Geometry
+1003.5486
+1004.5125 Phenomenology
+1004.5532 Mesoscale and Nanoscale Physics
+1005.1235 Superconductivity
+1005.4628 Algebraic Geometry
+1006.1069 Biological Physics
+1006.3534 Phenomenology
+1006.5812 Combinatorics
+1007.5221
+1008.1521
+1008.2349 Analysis of PDEs
+1008.2492 Strongly Correlated Electrons
+1009.0839 Classical Analysis and ODEs
+1009.4204 Quantum Gases
+1009.5678 Theory
+1010.0159 Strongly Correlated Electrons
+1010.0550 High Energy Astrophysical Phenomena
+1010.5001 Analysis of PDEs
+1011.1025 Solar and Stellar Astrophysics
+1011.1971 Algebraic Geometry
+1011.2258 Algebraic Topology
+1011.2937 Classical Analysis and ODEs
+1011.5922 Exactly Solvable and Integrable Systems
+1011.6508 Networking and Internet Architecture
+1012.2296 Phenomenology
+1012.2551 Solar and Stellar Astrophysics
+1012.3337 Theory
+1012.3472 Theory
+1012.3567 Optics
+1012.3613 Number Theory
+1012.3704 Logic in Computer Science
+1012.3733 Experiment
+1012.3734 Experiment
+1012.3754 Instrumentation and Methods for Astrophysics
+1012.3755 Astrophysics of Galaxies
+1012.3761 Phenomenology
+1012.3765 General Physics
+1012.3766 Solar and Stellar Astrophysics
+1012.3770 Algebraic Geometry
+1012.3779 Instrumentation and Methods for Astrophysics
+1012.3785 Analysis of PDEs
+1012.3796 Solar and Stellar Astrophysics
+1012.3799 Fluid Dynamics
+1012.3801 Neurons and Cognition
+1012.3802 Computer Vision and Pattern Recognition
+1012.3803 Neurons and Cognition
+1012.3805 Information Retrieval
+1012.3807 Phenomenology
+1012.3808 Geometric Topology
+1012.3809 Number Theory
+1012.3814 Lattice
+1012.3823
+1012.3826 Classical Analysis and ODEs
+1012.3833 Number Theory
+1012.3835 Numerical Analysis
+1012.3838 Geophysics
+1012.3852 Statistical Mechanics
+1012.3853 Artificial Intelligence
+1012.3854 Symplectic Geometry
+1012.3861 Lattice
+1012.3864 Classical Analysis and ODEs
+1012.3868 Statistical Mechanics
+1012.3869 Superconductivity
+1012.3871
+1012.3877 Learning
+1012.3878
+1012.3880 Machine Learning
+1012.3883 Phenomenology
+1012.3888 Rings and Algebras
+1012.3889 Computer Science and Game Theory
+1012.3891
+1012.3892 Combinatorics
+1012.3903 Statistical Mechanics
+1012.3912 Instrumentation and Methods for Astrophysics
+1012.3918 Combinatorics
+1012.3919 Number Theory
+1012.3924 K-Theory and Homology
+1012.3925
+1012.3926 Cosmology and Nongalactic Astrophysics
+1012.3928 Optics
+1012.3931 Plasma Physics
+1012.3932 Data Structures and Algorithms
+1012.3934 Combinatorics
+1012.3935 Lattice
+1012.3942 Combinatorics
+1012.3945 Materials Science
+1012.3946 Accelerator Physics
+1012.3947 Logic in Computer Science
+1012.3949 Analysis of PDEs
+1012.3952 Algebraic Topology
+1012.3953 Computational Engineering, Finance, and Science
+1012.3954 Functional Analysis
+1012.3956 Computational Engineering, Finance, and Science
+1012.3957 Neurons and Cognition
+1012.3959
+1012.3962 Formal Languages and Automata Theory
+1012.3963 Statistics Theory
+1012.3967 Algebraic Geometry
+1012.3970
+1012.3977 Classical Analysis and ODEs
+1012.3979 Differential Geometry
+1012.3980 Symplectic Geometry
+astro-ph/0611228
+cond-mat/0702120 Statistical Mechanics
+cs/0608094 Computational Complexity
+gr-qc/0605063
+hep-th/9611206 Theory
+0704.0993
+0704.1058
+0706.4070 Theory
+0707.4135 Dynamical Systems
+0710.0642 Classical Analysis and ODEs
+0710.1865
+0712.1807
+0802.0237 Accelerator Physics
+0802.3422
+0803.1058
+0804.1700 Phenomenology
+0804.1912
+0805.0068
+0805.2108
+0805.2599 Differential Geometry
+0805.3018 Representation Theory
+0805.4069 Phenomenology
+0806.0010 Differential Geometry
+0806.3327 Spectral Theory
+0806.4390
+0807.0231
+0807.2461
+0807.3520 Optimization and Control
+0807.4254
+0808.0192
+0808.0385
+0808.1081 Popular Physics
+0808.2880 Phenomenology
+0809.1975 Theory
+0809.2895
+0809.3607
+0809.4135
+0810.0269 Theory
+0810.0277
+0810.2992
+0810.3088 Other Condensed Matter
+0810.3915
+0810.4170
+0810.5321 Theory
+0810.5376 Geometric Topology
+0811.0814 Theory
+0811.1261
+0811.1639
+0811.2622
+0811.3966 Analysis of PDEs
+0812.0247
+0812.0616 Theory
+0812.1613
+0812.1705
+0812.2013
+0812.2074
+0812.2143 Quantum Algebra
+0812.2816
+0812.3018
+0812.3154
+0812.3179 Representation Theory
+0812.4751
+0901.1086
+0901.1768 Theory
+0901.2205 Earth and Planetary Astrophysics
+0901.4443 Theory
+0901.4712 High Energy Astrophysical Phenomena
+0901.4899 Solar and Stellar Astrophysics
+0902.0229 Cosmology and Nongalactic Astrophysics
+0902.0415 Instrumentation and Methods for Astrophysics
+0902.0785 Instrumentation and Methods for Astrophysics
+0902.0964 Classical Analysis and ODEs
+0902.1160 Astrophysics of Galaxies
+0902.1631 Cosmology and Nongalactic Astrophysics
+0902.1688 Instrumentation and Methods for Astrophysics
+0902.1793 Other Condensed Matter
+0902.2013 Cosmology and Nongalactic Astrophysics
+0902.2959 High Energy Astrophysical Phenomena
+0902.3209 Theory
+0902.4068 Cosmology and Nongalactic Astrophysics
+0902.4204 Cosmology and Nongalactic Astrophysics
+0902.4772 Optics
+0903.0168 Optics
+0903.0235 Phenomenology
+0903.0556 Solar and Stellar Astrophysics
+0903.0950 Cosmology and Nongalactic Astrophysics
+0903.1069 Strongly Correlated Electrons
+0903.1209 Astrophysics of Galaxies
+0903.2090 Atomic Physics
+0903.2308
+0903.3695 Cosmology and Nongalactic Astrophysics
+0903.4300 Dynamical Systems
+0903.4670 Theory
+0903.4929 Cosmology and Nongalactic Astrophysics
+0903.5355 Instrumentation and Methods for Astrophysics
+0903.5473 Cosmology and Nongalactic Astrophysics
+0904.0551
+0904.0638 Solar and Stellar Astrophysics
+0904.0789 Cosmology and Nongalactic Astrophysics
+0904.1044
+0904.1371 High Energy Astrophysical Phenomena
+0904.1507 High Energy Astrophysical Phenomena
+0904.1642 Cosmology and Nongalactic Astrophysics
+0904.1919 General Physics
+0904.2535 Solar and Stellar Astrophysics
+0904.2979 Earth and Planetary Astrophysics
+0904.3248 Cosmology and Nongalactic Astrophysics
+0904.3308 Populations and Evolution
+0905.0324
+0905.1793 Popular Physics
+0905.1853 Cosmology and Nongalactic Astrophysics
+0905.2178 Solar and Stellar Astrophysics
+0905.2344 Earth and Planetary Astrophysics
+0905.2752 Cosmology and Nongalactic Astrophysics
+0905.3238 High Energy Astrophysical Phenomena
+0905.3482
+0905.4389 Cosmology and Nongalactic Astrophysics
+0905.4477 High Energy Astrophysical Phenomena
+0905.4697 Cosmology and Nongalactic Astrophysics
+0905.4742 Cosmology and Nongalactic Astrophysics
+0906.0293 Analysis of PDEs
+0906.0668
+0906.0893 Cosmology and Nongalactic Astrophysics
+0906.0903 Phenomenology
+0906.0962
+0906.1050 Solar and Stellar Astrophysics
+0906.1060 Instrumentation and Methods for Astrophysics
+0906.1130 Theory
+0906.1629 K-Theory and Homology
+0906.1818 Solar and Stellar Astrophysics
+0906.2647 Cosmology and Nongalactic Astrophysics
+0906.2942
+0906.2956 Instrumentation and Detectors
+0906.3161 Solar and Stellar Astrophysics
+0906.3429 Solar and Stellar Astrophysics
+0906.3709
+0906.3759 Phenomenology
+0906.3934 Phenomenology
+0906.4252 Operator Algebras
+0906.4304
+0906.4550 Cosmology and Nongalactic Astrophysics
+0906.4574 Earth and Planetary Astrophysics
+0906.5139 Theory
+0906.5495 Earth and Planetary Astrophysics
+0907.0213 Cosmology and Nongalactic Astrophysics
+0907.0641 High Energy Astrophysical Phenomena
+0907.1608 Cosmology and Nongalactic Astrophysics
+0907.2978 Instrumentation and Detectors
+0907.3106 Solar and Stellar Astrophysics
+0908.1713
+0908.2867
+0908.3099 Phenomenology
+0908.4255 Theory
+0908.4529 High Energy Astrophysical Phenomena
+0909.0132 Cosmology and Nongalactic Astrophysics
+0909.0308 Atomic Physics
+0909.0454
+0909.1119 Instrumentation and Methods for Astrophysics
+0909.1194 Solar and Stellar Astrophysics
+0909.1622 Strongly Correlated Electrons
+0909.4327 Solar and Stellar Astrophysics
+0909.4444 Phenomenology
+0909.5027 Phenomenology
+0909.5285
+0909.5564 Solar and Stellar Astrophysics
+0910.0474 Phenomenology
+0910.0511 Cosmology and Nongalactic Astrophysics
+0910.0673
+0910.0707 Solar and Stellar Astrophysics
+0910.0823 Phenomenology
+0910.0864 Earth and Planetary Astrophysics
+0910.1165 Theory
+0910.1271 Earth and Planetary Astrophysics
+0910.1481 Phenomenology
+0910.1489 Solar and Stellar Astrophysics
+0910.1521 Phenomenology
+0910.1796 Solar and Stellar Astrophysics
+0910.1855
+0910.1867 Phenomenology
+0910.2193 Cosmology and Nongalactic Astrophysics
+0910.2809 Phenomenology
+0910.3122
+0910.3147 Phenomenology
+0910.3585
+0910.3684 Astrophysics of Galaxies
+0910.3710 Phenomenology
+0910.4023
+0910.4078
+0910.4326 Phenomenology
+0910.4375 Phenomenology
+0910.4413 Mesoscale and Nanoscale Physics
+0910.4463
+0910.4876 Phenomenology
+0910.4944 High Energy Astrophysical Phenomena
+0910.4966 Cosmology and Nongalactic Astrophysics
+0910.5031 Phenomenology
+0910.5234 Accelerator Physics
+0910.5365 Cosmology and Nongalactic Astrophysics
+0910.5407 Phenomenology
+0910.5600 Phenomenology
+0911.0022
+0911.0265 Cosmology and Nongalactic Astrophysics
+0911.0526 Phenomenology
+0911.0993 Theory
+0911.1522
+0911.1534 Phenomenology
+0911.2278 Dynamical Systems
+0911.2333 Phenomenology
+0911.2744
+0911.3339 Phenomenology
+0911.3518 General Physics
+0911.3847
+0911.3879 Astrophysics of Galaxies
+0911.4470 Phenomenology
+0911.5164 Solar and Stellar Astrophysics
+0912.0077 High Energy Astrophysical Phenomena
+0912.0311 Instrumentation and Methods for Astrophysics
+0912.0665 Cosmology and Nongalactic Astrophysics
+0912.1642 Strongly Correlated Electrons
+0912.2166 Strongly Correlated Electrons
+0912.3096 Cosmology and Nongalactic Astrophysics
+0912.4619 Earth and Planetary Astrophysics
+0912.5128
+0912.5329 Instrumentation and Methods for Astrophysics
+0912.5481 Theory
+0912.5534 High Energy Astrophysical Phenomena
+1001.0389 Phenomenology
+1001.0471 Phenomenology
+1001.0906 Theory
+1001.2568 Disordered Systems and Neural Networks
+1001.4062
+1002.1923
+1002.2598
+1002.3064
+1002.4933
+1003.1486 Combinatorics
+1003.1569 Materials Science
+1003.1692 Phenomenology
+1003.5643
+1004.0895
+1004.0900
+1004.2399 Theory
+1004.2745
+1004.3302 Cosmology and Nongalactic Astrophysics
+1004.4125 Phenomenology
+1005.0337 Phenomenology
+1005.1983
+1005.2670 Algebraic Geometry
+1005.3533 Theory
+1005.3884
+1005.4224
+1005.5219 Mesoscale and Nanoscale Physics
+1005.5553 Cryptography and Security
+1006.0341 Strongly Correlated Electrons
+1006.1605 Strongly Correlated Electrons
+1006.2095 Phenomenology
+1006.3208 Strongly Correlated Electrons
+1006.3401 Optics
+1006.3551 Experiment
+1006.3897 High Energy Astrophysical Phenomena
+1006.4317 Plasma Physics
+1007.0780
+1007.1447 Superconductivity
+1007.1968 Superconductivity
+1007.2919 Phenomenology
+1007.4422 Quantum Gases
+1008.0496 Theory
+1008.1207 Number Theory
+1008.1413 Data Analysis, Statistics and Probability
+1008.1472 Superconductivity
+1008.2531 Solar and Stellar Astrophysics
+1008.2967 Superconductivity
+1008.4002 Spectral Theory
+1008.4284 Experiment
+1008.4424 Combinatorics
+1009.0168
+1009.0400 Materials Science
+1009.0807 Number Theory
+1009.0889 Atomic Physics
+1009.2396 Combinatorics
+1009.4606 Computer Science and Game Theory
+1009.4760
+1009.4791 Learning
+1009.5371 Algebraic Geometry
+1009.5757 Strongly Correlated Electrons
+1010.0666 Quantum Gases
+1010.3755 Algebraic Geometry
+1010.3881 Combinatorics
+1010.4587
+1010.4913
+1010.5769 Number Theory
+1010.6064 Differential Geometry
+1011.0005 High Energy Astrophysical Phenomena
+1011.0010 Numerical Analysis
+1011.0016 Analysis of PDEs
+1011.0020
+1011.0031 Quantum Gases
+1011.0035 Superconductivity
+1011.0038 Commutative Algebra
+1011.0048 Differential Geometry
+1011.0051 Logic in Computer Science
+1011.0053 Algebraic Topology
+1011.0054 Algebraic Topology
+1011.0057 Computation
+1011.0061
+1011.0069 Populations and Evolution
+1011.0072 Combinatorics
+1011.0077 Phenomenology
+1011.0079 General Topology
+1011.0080 K-Theory and Homology
+1011.0087 Soft Condensed Matter
+1011.0092 Analysis of PDEs
+1011.0093 Computer Vision and Pattern Recognition
+1011.0096 Machine Learning
+1011.0097 Learning
+1011.0098 Artificial Intelligence
+1011.0106 Mesoscale and Nanoscale Physics
+1011.0116 Geometric Topology
+1011.0124 Numerical Analysis
+1011.0138 Optimization and Control
+1011.0140 Quantum Algebra
+1011.0143 Earth and Planetary Astrophysics
+1011.0146 Optics
+1011.0148 Discrete Mathematics
+1011.0149 Optics
+1011.0152 Phenomenology
+1011.0158 Experiment
+1011.0160 Theory
+1011.0164 Experiment
+1011.0171 Analysis of PDEs
+1011.0174 Applications
+1011.0175 Computation
+1011.0177 Superconductivity
+1011.0178 Dynamical Systems
+1011.0192 Computers and Society
+1011.0194 Earth and Planetary Astrophysics
+1011.0195
+1011.0197
+1011.0200 Genomics
+1011.0205 Quantum Gases
+1011.0210 High Energy Astrophysical Phenomena
+1011.0211 Representation Theory
+1011.0212 Classical Analysis and ODEs
+1011.0214
+1011.0217 Formal Languages and Automata Theory
+1011.0218 Formal Languages and Automata Theory
+1011.0219 Formal Languages and Automata Theory
+1011.0220 Formal Languages and Automata Theory
+1011.0221 Formal Languages and Automata Theory
+1011.0222 Formal Languages and Automata Theory
+1011.0223 Formal Languages and Automata Theory
+1011.0227 Instrumentation and Methods for Astrophysics
+1011.0229 Number Theory
+1011.0235 Distributed, Parallel, and Cluster Computing
+1011.0238 Mesoscale and Nanoscale Physics
+1011.0239 Materials Science
+1011.0241 Neurons and Cognition
+1011.0244 Populations and Evolution
+1011.0247 Geometric Topology
+1011.0248 Pricing of Securities
+1011.0250 Computational Engineering, Finance, and Science
+1011.0257 Lattice
+1011.0262 Functional Analysis
+1011.0264 Cosmology and Nongalactic Astrophysics
+1011.0265 Algebraic Topology
+1011.0267 Disordered Systems and Neural Networks
+1011.0268 Computer Science and Game Theory
+1011.0271 Disordered Systems and Neural Networks
+1011.0273
+1011.0278 Software Engineering
+1011.0279 Computational Engineering, Finance, and Science
+1011.0280 Software Engineering
+1011.0282 Analysis of PDEs
+1011.0285 Geometric Topology
+1011.0291 Lattice
+1011.0293 Representation Theory
+1011.0295 Astrophysics of Galaxies
+1011.0305 Commutative Algebra
+1011.0307 Pattern Formation and Solitons
+1011.0309 Probability
+1011.0310 Lattice
+1011.0313 Discrete Mathematics
+1011.0316 Algebraic Geometry
+1011.0318 Geometric Topology
+1011.0324 Materials Science
+1011.0326 Mesoscale and Nanoscale Physics
+1011.0328 Databases
+1011.0331 Physics Education
+1011.0332 Mesoscale and Nanoscale Physics
+1011.0335 Analysis of PDEs
+1011.0342 Instrumentation and Methods for Astrophysics
+1011.0346 Algebraic Geometry
+1011.0350 Learning
+1011.0351 Combinatorics
+1011.0352 Instrumentation and Detectors
+1011.0354 Computational Complexity
+1011.0355 Probability
+1011.0361 Rings and Algebras
+1011.0363 Cryptography and Security
+1011.0365 Metric Geometry
+1011.0370 Cell Behavior
+1011.0378
+1011.0389 Mesoscale and Nanoscale Physics
+1011.0391 Geophysics
+1011.0396 Mesoscale and Nanoscale Physics
+1011.0399 Logic in Computer Science
+1011.0404 Information Retrieval
+1011.0413 Data Structures and Algorithms
+1011.0422 Algebraic Topology
+1011.0423 General Finance
+astro-ph/0504130
+cond-mat/0305351
+cond-mat/0307155 Statistical Mechanics
+cond-mat/0308044
+cond-mat/0406015 Other Condensed Matter
+cond-mat/0703641 Other Condensed Matter
+cs/0112014 Cryptography and Security
+cs/0207027 Cryptography and Security
+cs/0508133 Computational Complexity
+cs/0509059 Cryptography and Security
+gr-qc/0608133
+gr-qc/0610018
+gr-qc/0610130
+gr-qc/0612193
+gr-qc/0701127
+gr-qc/0703058
+hep-th/0610216 Theory
+hep-th/9211121 Theory
+hep-th/9307109 Theory
+math-ph/0506017
+math/0112262 Logic
+math/0208224 Logic
+math/0209267 Group Theory
+math/0212312 Logic
+math/0301085 General Topology
+math/0304019 Logic
+math/0304024 General Topology
+math/0307225 General Topology
+math/0312182 General Topology
+math/0407487 Logic
+math/0409068 General Topology
+math/0409069 General Topology
+math/0504537 Symplectic Geometry
+math/0507043 General Topology
+math/0508146 General Topology
+math/0510680 General Topology
+math/0601153 General Topology
+math/0601556 Functional Analysis
+math/0604451 General Topology
+math/0604536 Logic
+math/0606285 General Topology
+math/0611918 Group Theory
+math/0612617 Dynamical Systems
+quant-ph/0411185
+quant-ph/0507003
+0708.2798 Theory
+0708.3331
+0712.3212
+0802.1937 Phenomenology
+0803.0003
+0803.1821
+0805.1136
+0805.1849
+0805.4154 Statistics Theory
+0806.2740
+0806.2938 Theory
+0806.3420 Phenomenology
+0806.3427 Phenomenology
+0806.3450 Phenomenology
+0806.4602 Theory
+0807.0597 Theory
+0807.0687 Probability
+0807.1723 Chaotic Dynamics
+0807.1921
+0807.2211 Phenomenology
+0807.2446
+0807.2774
+0807.2926
+0807.3033 Phenomenology
+0807.3124 Phenomenology
+0807.4287 Phenomenology
+0807.4551 Phenomenology
+0807.5059 Statistics Theory
+0809.1398 Physics and Society
+0809.2280
+0809.2331
+0809.3717 Phenomenology
+0809.4591
+0809.4646
+0809.4729
+0810.0248 Experiment
+0810.0646
+0810.0714 Phenomenology
+0810.1786 Theory
+0810.1987 Phenomenology
+0810.3022
+0810.3262 Number Theory
+0810.3378
+0810.5243
+0810.5446
+0810.5463
+0811.0446
+0811.0904
+0811.1070
+0811.1072
+0811.1087
+0811.1099
+0811.1114
+0811.1797
+0811.2100
+0811.2520
+0811.3519
+0811.3731 Phenomenology
+0811.3845 Lattice
+0811.4141 Lattice
+0811.4237
+0811.4370
+0811.4487
+0811.4492
+0811.4493
+0811.4574
+0811.4638 Phenomenology
+0811.4661 Phenomenology
+0811.4683 Phenomenology
+0811.4689 Phenomenology
+0811.4708 Phenomenology
+0812.0082 Phenomenology
+0812.0084 Phenomenology
+0812.0087 Phenomenology
+0812.0120 Phenomenology
+0812.0187 Phenomenology
+0812.0219 Phenomenology
+0812.0342 Phenomenology
+0812.0344 Phenomenology
+0812.0360
+0812.0807
+0812.0818
+0812.1174
+0812.1253
+0812.1346
+0812.1459
+0812.1590
+0812.1605 Phenomenology
+0812.1731 Theory
+0812.2371 Phenomenology
+0812.2374 Phenomenology
+0812.2397 Phenomenology
+0812.2477 Phenomenology
+0812.2489 Phenomenology
+0812.2601 Phenomenology
+0812.2653 Phenomenology
+0812.3532
+0812.3560 Theory
+0901.0321 Instrumentation and Methods for Astrophysics
+0901.1332 Phenomenology
+0901.4416 Instrumentation and Methods for Astrophysics
+0902.0245 High Energy Astrophysical Phenomena
+0902.0730 Instrumentation and Methods for Astrophysics
+0902.1988 High Energy Astrophysical Phenomena
+0902.3033 Cosmology and Nongalactic Astrophysics
+0902.4485 Theory
+0902.4791 High Energy Astrophysical Phenomena
+0903.0227
+0903.0832 High Energy Astrophysical Phenomena
+0903.0838 High Energy Astrophysical Phenomena
+0903.1547 Phenomenology
+0903.1670 Materials Science
+0903.1986 Lattice
+0903.2298 Lattice
+0903.2497 Phenomenology
+0903.2729 Phenomenology
+0903.2941 Phenomenology
+0903.2990 Lattice
+0903.4318 Phenomenology
+0904.0110
+0904.1114 Cosmology and Nongalactic Astrophysics
+0904.1309 High Energy Astrophysical Phenomena
+0904.2103 Experiment
+0904.2175 Theory
+0904.2774
+0904.3405 Mesoscale and Nanoscale Physics
+0904.3406
+0904.3609 Cosmology and Nongalactic Astrophysics
+0904.4570 Phenomenology
+0905.1266 High Energy Astrophysical Phenomena
+0905.1776
+0905.3226
+0905.3357
+0905.3391 Theory
+0905.3444
+0905.3492
+0905.3517
+0905.3622
+0905.3807 Theory
+0905.3836 Cosmology and Nongalactic Astrophysics
+0905.4001
+0905.4082
+0905.4097
+0905.4142
+0905.4179
+0905.4182
+0905.4184 Cosmology and Nongalactic Astrophysics
+0905.4188
+0905.4483 Theory
+0906.1503 High Energy Astrophysical Phenomena
+0906.1643 Cosmology and Nongalactic Astrophysics
+0906.1660 Theory
+0906.3808
+0906.3826
+0906.3906 Lattice
+0906.3913
+0906.3941 Lattice
+0906.3957 Lattice
+0907.0494 Lattice
+0907.0529 Lattice
+0907.3000 Phenomenology
+0907.3011 Phenomenology
+0907.3062 Phenomenology
+0907.3369 Statistics Theory
+0907.5091
+0907.5146
+0907.5195
+0907.5403
+0907.5408 Phenomenology
+0907.5491 Lattice
+0907.5591
+0907.5602
+0908.0034
+0908.0138
+0908.0166 Lattice
+0908.0196
+0908.0219
+0908.0283
+0908.0308
+0908.0329
+0908.0354
+0908.0451 Lattice
+0908.0745
+0908.0901 Phenomenology
+0908.0998
+0908.1265
+0908.1451 Lattice
+0908.1568 Cosmology and Nongalactic Astrophysics
+0908.1570 Phenomenology
+0908.1763 Phenomenology
+0908.1764 Phenomenology
+0908.1768 Phenomenology
+0908.2067 Phenomenology
+0908.2104 Mesoscale and Nanoscale Physics
+0908.2187 Phenomenology
+0908.2305 Cosmology and Nongalactic Astrophysics
+0908.2362 Cosmology and Nongalactic Astrophysics
+0908.2391 Phenomenology
+0908.2395 Phenomenology
+0908.2430 Cosmology and Nongalactic Astrophysics
+0908.2436 Phenomenology
+0908.2466 Lattice
+0908.2646 Phenomenology
+0908.2686 Phenomenology
+0908.3663 Phenomenology
+0908.3854
+0908.4379
+0908.4476
+0908.4518
+0909.1559 Phenomenology
+0909.1580 Theory
+0909.2202 Lattice
+0909.2270
+0909.2272
+0909.2394 Lattice
+0909.2411
+0909.2597
+0909.2717
+0909.2807 Theory
+0909.3063
+0909.3918 Theory
+0909.3948 Theory
+0909.4133
+0909.4408
+0909.4413
+0909.4759
+0909.4824 Phenomenology
+0909.4862
+0909.4886 Theory
+0909.4940
+0909.4998
+0909.5585 Lattice
+0909.5611 Theory
+0910.0431 Theory
+0910.0554 Theory
+0910.0607 Theory
+0910.0611
+0910.0686 Lattice
+0910.0926
+0910.2079 Theory
+0910.2390
+0910.2515 Materials Science
+0910.2552 Other Condensed Matter
+0910.3155 Theory
+0910.5192 Phenomenology
+0910.5926 Mesoscale and Nanoscale Physics
+0911.0843 Functional Analysis
+0911.0913
+0911.3233
+0911.3340
+0911.3356 Phenomenology
+0911.3397 Cosmology and Nongalactic Astrophysics
+0911.4127 Theory
+0911.4379 Theory
+0911.5288 Quantum Gases
+0912.0267 Phenomenology
+0912.0477 Phenomenology
+0912.0522 Cosmology and Nongalactic Astrophysics
+0912.0805 Cosmology and Nongalactic Astrophysics
+0912.1026
+0912.1342 Phenomenology
+0912.1352 Phenomenology
+0912.1385 Phenomenology
+0912.1472
+0912.1536
+0912.1541
+0912.2663 Phenomenology
+0912.2876 Phenomenology
+0912.2994 Cosmology and Nongalactic Astrophysics
+0912.3997 Phenomenology
+0912.4144 Theory
+0912.4329 Phenomenology
+0912.4345 Phenomenology
+0912.4484 Phenomenology
+0912.4589 Statistical Mechanics
+0912.4704 Theory
+0912.5087 Theory
+0912.5139 Theory
+0912.5216 High Energy Astrophysical Phenomena
+0912.5463 Phenomenology
+0912.5476 Theory
+0912.5503 Theory
+1001.0019
+1001.0022 Phenomenology
+1001.0031
+1001.0060 Theory
+1001.0220 Theory
+1001.0362
+1001.0369 Phenomenology
+1001.0526 Mesoscale and Nanoscale Physics
+1001.0743
+1001.1535 Atomic Physics
+1001.2091 Number Theory
+1001.2572 Logic in Computer Science
+1001.2640 Theory
+1001.2833 Theory
+1001.2854 Data Analysis, Statistics and Probability
+1001.2855 Data Analysis, Statistics and Probability
+1001.2902 Theory
+1001.2990
+1001.4228
+1001.4296 Strongly Correlated Electrons
+1001.4356 Theory
+1001.4466 Theory
+1001.4877 Phenomenology
+1001.5236 Theory
+1001.5256 Atomic Physics
+1002.0218 Phenomenology
+1002.0659 Phenomenology
+1002.0903 Theory
+1002.1349 Theory
+1002.1696 Lattice
+1002.1944 Phenomenology
+1002.2112 Strongly Correlated Electrons
+1002.2430 Phenomenology
+1002.2963 Solar and Stellar Astrophysics
+1002.2974 High Energy Astrophysical Phenomena
+1002.3378 Cosmology and Nongalactic Astrophysics
+1002.3650 Earth and Planetary Astrophysics
+1002.4773 Probability
+1003.0084 Theory
+1003.0263 Solar and Stellar Astrophysics
+1003.1151 Theory
+1003.1194
+1003.2786
+1003.3622
+1003.4749 Solar and Stellar Astrophysics
+1004.0692 Earth and Planetary Astrophysics
+1004.1048 General Physics
+1004.1596 Probability
+1004.2578 Number Theory
+1004.3352 Theory
+1004.4964 Analysis of PDEs
+1004.4965 Machine Learning
+1004.5127
+1004.5128
+1004.5136 Dynamical Systems
+1004.5148
+1004.5161 General Physics
+1004.5165 Digital Libraries
+1004.5176 Physics and Society
+1004.5181 Information Theory
+1004.5183 Combinatorics
+1004.5186 Data Structures and Algorithms
+1004.5188 General Mathematics
+1004.5189 Information Theory
+1004.5195 Information Theory
+1004.5198
+1004.5200 Solar and Stellar Astrophysics
+1004.5201 Classical Physics
+1004.5205 Materials Science
+1004.5208 Combinatorics
+1004.5209
+1004.5210
+1004.5214 Information Theory
+1004.5217 Information Theory
+1004.5220
+1004.5223
+1004.5225 Data Analysis, Statistics and Probability
+1004.5233 Optimization and Control
+1004.5251 Cosmology and Nongalactic Astrophysics
+1004.5254 Dynamical Systems
+1004.5256 Distributed, Parallel, and Cluster Computing
+1004.5257 Computer Science and Game Theory
+1004.5259 Atomic Physics
+1004.5262 Neural and Evolutionary Computing
+1004.5268 Experiment
+1004.5273 Combinatorics
+1004.5278 Atomic Physics
+1004.5282 Mesoscale and Nanoscale Physics
+1004.5295 Materials Science
+1004.5297 Analysis of PDEs
+1004.5299 Phenomenology
+1004.5309 Superconductivity
+1004.5311
+1004.5317
+1004.5326 Disordered Systems and Neural Networks
+1004.5332 Populations and Evolution
+1004.5336 Soft Condensed Matter
+1004.5338 Probability
+1004.5345 Dynamical Systems
+1004.5352 Soft Condensed Matter
+1004.5353 Mesoscale and Nanoscale Physics
+1004.5354 Computers and Society
+1004.5365 Classical Physics
+1004.5368 Experiment
+1004.5370 Information Retrieval
+astro-ph/0603392
+astro-ph/0701244
+astro-ph/9910138
+gr-qc/0005057
+gr-qc/0205096
+gr-qc/0511138
+gr-qc/0701146
+gr-qc/9208004
+gr-qc/9310013
+gr-qc/9604002
+hep-lat/0501004 Lattice
+hep-lat/0606016 Lattice
+hep-th/0207147 Theory
+hep-th/0304026 Theory
+hep-th/0401045 Theory
+hep-th/0406160 Theory
+hep-th/0409001 Theory
+hep-th/0611230 Theory
+math/0702349 Geometric Topology
+nucl-th/0306072
+physics/0510020 Atomic Physics
+physics/0702232 General Physics
+0708.1381 Other Condensed Matter
+0809.1552 Logic in Computer Science
+0810.4896 Algebraic Geometry
+0902.2667 Superconductivity
+0906.2173 Instrumentation and Methods for Astrophysics
+0907.0381 Lattice
+0908.3291 Theory
+0909.0463 Mesoscale and Nanoscale Physics
+0909.2966 Materials Science
+0909.4828 Information Theory
+0911.1168 Theory
+0911.2599 Probability
+0912.0709 High Energy Astrophysical Phenomena
+0912.1384 Mesoscale and Nanoscale Physics
+0912.2182 Classical Analysis and ODEs
+0912.2774 Populations and Evolution
+0912.4991 Computational Engineering, Finance, and Science
+1001.1951 Algebraic Geometry
+1001.4446
+1002.1875 Solar and Stellar Astrophysics
+1003.1757 Quantum Gases
+1004.0598 Networking and Internet Architecture
+1004.1817
+1004.2023
+1004.2463 Materials Science
+1004.4696 Astrophysics of Galaxies
+1004.5129 Quantum Gases
+1005.0458 Quantum Gases
+1005.4064 Statistical Mechanics
+1006.1414 Logic in Computer Science
+1006.2235 Mesoscale and Nanoscale Physics
+1006.4225 Networking and Internet Architecture
+1006.5177 Differential Geometry
+1007.0209 Solar and Stellar Astrophysics
+1007.0718
+1007.1206 Dynamical Systems
+1007.1541
+1007.1969 Cosmology and Nongalactic Astrophysics
+1007.2116 Theory
+1007.2994 Functional Analysis
+1007.3052 Analysis of PDEs
+1007.5376 Risk Management
+1008.1153 Pattern Formation and Solitons
+1008.1586 Instrumentation and Methods for Astrophysics
+1008.1597 Statistical Mechanics
+1008.1598
+1008.1602 Number Theory
+1008.1608 Combinatorics
+1008.1610 Information Theory
+1008.1611 Information Theory
+1008.1612 Statistical Mechanics
+1008.1616 Computer Science and Game Theory
+1008.1617 Computational Complexity
+1008.1619 Algebraic Geometry
+1008.1629 Networking and Internet Architecture
+1008.1633 Group Theory
+1008.1634
+1008.1637 Commutative Algebra
+1008.1638 Functional Analysis
+1008.1639 Physics and Society
+1008.1647 Methodology
+1008.1648 Formal Languages and Automata Theory
+1008.1649 Computational Complexity
+1008.1650 Formal Languages and Automata Theory
+1008.1651 Formal Languages and Automata Theory
+1008.1652 Formal Languages and Automata Theory
+1008.1653 Formal Languages and Automata Theory
+1008.1654 Formal Languages and Automata Theory
+1008.1655 Formal Languages and Automata Theory
+1008.1656 Formal Languages and Automata Theory
+1008.1657 Formal Languages and Automata Theory
+1008.1658 Formal Languages and Automata Theory
+1008.1659 Formal Languages and Automata Theory
+1008.1660 Formal Languages and Automata Theory
+1008.1661 Formal Languages and Automata Theory
+1008.1662 Formal Languages and Automata Theory
+1008.1663 Formal Languages and Automata Theory
+1008.1664 Graphics
+1008.1665 Formal Languages and Automata Theory
+1008.1666 Computational Complexity
+1008.1667 Formal Languages and Automata Theory
+1008.1668 Formal Languages and Automata Theory
+1008.1669 Number Theory
+1008.1670 Cryptography and Security
+1008.1671 Software Engineering
+1008.1672 Theory
+1008.1675 Complex Variables
+1008.1677 Soft Condensed Matter
+1008.1687 Data Structures and Algorithms
+1008.1690 Chemical Physics
+1008.1693 Materials Science
+1008.1694 Geometric Topology
+1008.1695 Computer Vision and Pattern Recognition
+1008.1697 Mesoscale and Nanoscale Physics
+1008.1701 Probability
+1008.1702 Probability
+1008.1708 Probability
+1008.1710 Artificial Intelligence
+1008.1712 Algebraic Topology
+1008.1713
+1008.1714 Category Theory
+1008.1717 Plasma Physics
+1008.1723 Artificial Intelligence
+1008.1746 Phenomenology
+1008.1750 Metric Geometry
+1008.1752 Analysis of PDEs
+1008.1754 Probability
+1008.1757 Differential Geometry
+1008.1760 Classical Physics
+1008.1764 Earth and Planetary Astrophysics
+1008.1773 Group Theory
+cond-mat/0603390 Other Condensed Matter
+cs/0106057 Digital Libraries
+math/0301183 Representation Theory
+math/0302108 Dynamical Systems
+math/0303018 Dynamical Systems
+math/0510022 Dynamical Systems
+math/0610350 Dynamical Systems
+0801.4877 Rings and Algebras
+0802.3356 Probability
+0806.4860 Mesoscale and Nanoscale Physics
+0808.0881
+0810.0478
+0810.2650 Representation Theory
+0811.2214
+0811.3450 Rings and Algebras
+0812.1099 Probability
+0901.0527 High Energy Astrophysical Phenomena
+0901.4017 Mesoscale and Nanoscale Physics
+0902.3980 Statistical Mechanics
+0903.4734 Theory
+0904.1153 Probability
+0904.3790 Functional Analysis
+0905.2460 Mesoscale and Nanoscale Physics
+0905.2626 Probability
+0905.3026 Operator Algebras
+0905.3818 High Energy Astrophysical Phenomena
+0906.0245 Algebraic Topology
+0907.2572 Probability
+0907.4872 Dynamical Systems
+0908.0208 Geometric Topology
+0908.2907 Probability
+0909.2743
+0910.0870 Functional Analysis
+0910.3451 Probability
+0910.5544 Phenomenology
+0911.3169 Theory
+0912.1985 General Finance
+0912.4517 Phenomenology
+1002.1207 Mesoscale and Nanoscale Physics
+1003.2098 Astrophysics of Galaxies
+1003.2647 Cosmology and Nongalactic Astrophysics
+1003.3484 Strongly Correlated Electrons
+1003.4538 K-Theory and Homology
+1004.4880 Information Theory
+1005.0694
+1005.1499 Theory
+1005.2793 Mesoscale and Nanoscale Physics
+1005.4303 Functional Analysis
+1005.4459 Solar and Stellar Astrophysics
+1005.5102 Solar and Stellar Astrophysics
+1006.1151 Phenomenology
+1006.1790 Mesoscale and Nanoscale Physics
+1006.3095 Strongly Correlated Electrons
+1006.3326 Instrumentation and Methods for Astrophysics
+1006.3422 Superconductivity
+1006.4087
+1006.4981 Theory
+1006.5090 Learning
+1007.0540
+1007.1554 Classical Analysis and ODEs
+1007.2281 Phenomenology
+1007.2672 Phenomenology
+1007.3621 Cosmology and Nongalactic Astrophysics
+1007.3714 Theory
+1007.4171 Phenomenology
+1007.4813 Theory
+1007.5307 Cosmology and Nongalactic Astrophysics
+1007.5318 Data Structures and Algorithms
+1008.0535
+1008.0870 Phenomenology
+1008.2235 Strongly Correlated Electrons
+1008.2441 Phenomenology
+1008.2670 Statistical Mechanics
+1008.2976 Strongly Correlated Electrons
+1008.4224 Analysis of PDEs
+1008.4744 Theory
+1009.0887 Phenomenology
+1009.0930
+1009.0956 Atomic Physics
+1009.1025 Phenomenology
+1009.1099 Phenomenology
+1009.1807 Materials Science
+1009.3070 Cosmology and Nongalactic Astrophysics
+1009.5582
+1010.4723 Mesoscale and Nanoscale Physics
+1010.5225 Statistical Mechanics
+1010.6219 Probability
+1011.0498 Computational Engineering, Finance, and Science
+1011.0689 Classical Analysis and ODEs
+1011.0935 Artificial Intelligence
+1011.0942 Theory
+1011.1117 Analysis of PDEs
+1011.1124 Adaptation and Self-Organizing Systems
+1011.1175 Pricing of Securities
+1011.1255 Cosmology and Nongalactic Astrophysics
+1011.1266 Theory
+1011.1269
+1011.1270 Theory
+1011.1284 Theory
+1011.1285 Algebraic Geometry
+1011.1290 Earth and Planetary Astrophysics
+1011.1298 Geometric Topology
+1011.1299 Quantum Algebra
+1011.1307 Number Theory
+1011.1309 Mesoscale and Nanoscale Physics
+1011.1316 Atomic and Molecular Clusters
+1011.1320 Fluid Dynamics
+1011.1321 Logic in Computer Science
+1011.1325
+1011.1326
+1011.1329 Risk Management
+1011.1331 Optimization and Control
+1011.1332 Combinatorics
+1011.1335 Logic in Computer Science
+1011.1337 Data Structures and Algorithms
+1011.1340
+1011.1341 Accelerator Physics
+1011.1343
+1011.1347 Optics
+1011.1350 Computational Complexity
+1011.1352 Information Theory
+1011.1355 Combinatorics
+1011.1364 Group Theory
+1011.1367 Group Theory
+1011.1368 Information Retrieval
+1011.1377 Information Theory
+1011.1379 Methodology
+1011.1381 Probability
+1011.1384 Statistics Theory
+1011.1394 Spectral Theory
+1011.1395
+1011.1398 Phenomenology
+1011.1403 Number Theory
+1011.1412 Materials Science
+1011.1414 Algebraic Topology
+1011.1419 Group Theory
+1011.1422 Solar and Stellar Astrophysics
+1011.1425 Numerical Analysis
+1011.1426 Classical Physics
+1011.1430 Algebraic Geometry
+1011.1432
+1011.1436 Superconductivity
+1011.1449 Analysis of PDEs
+1011.1454 Soft Condensed Matter
+1011.1470 Quantitative Methods
+1011.1482 Chemical Physics
+1011.1484 Algebraic Geometry
+1011.1491 Theory
+1011.1494 Fluid Dynamics
+astro-ph/0702236
+math-ph/0502019
+math/0611500 Probability
+physics/0512182 Classical Physics
+0705.3017
+0705.3425 Logic
+0706.3223 Differential Geometry
+0707.1656 Mesoscale and Nanoscale Physics
+0707.4528 Algebraic Geometry
+0708.4310 Algebraic Topology
+0710.1435 Data Structures and Algorithms
+0710.4231 Artificial Intelligence
+0710.4975 Artificial Intelligence
+0711.1466 Artificial Intelligence
+0712.0058 Classical Analysis and ODEs
+0712.0483
+0801.4647
+0803.4074 Artificial Intelligence
+0804.2906 Operator Algebras
+0805.1760 Algebraic Geometry
+0805.2769 Combinatorics
+0805.3412 Strongly Correlated Electrons
+0806.4746 Programming Languages
+0807.2358 Computational Geometry
+0807.2531 Disordered Systems and Neural Networks
+0807.3245 Mesoscale and Nanoscale Physics
+0807.4311 Fluid Dynamics
+0808.3265 Algebraic Geometry
+0808.3774
+0809.1474 Superconductivity
+0811.2821 Dynamical Systems
+0811.3728 Strongly Correlated Electrons
+0812.5050
+0901.0096 Materials Science
+0903.0930 Biological Physics
+0903.1384 Logic
+0904.1617 General Physics
+0904.3911
+0904.4744 K-Theory and Homology
+0904.4891 Methodology
+0905.1617 Algebraic Geometry
+0905.1794 Analysis of PDEs
+0906.3120 Logic
+0906.4874 Theory
+0906.5496 Disordered Systems and Neural Networks
+0906.5498 Materials Science
+0907.0957 Soft Condensed Matter
+0907.3018
+0908.0018 Cosmology and Nongalactic Astrophysics
+0908.3220 Algebraic Geometry
+0908.4238 Optics
+0909.2770 Combinatorics
+0909.3593 Learning
+0909.4212
+0910.0074
+0910.4569 Group Theory
+0910.4844
+0910.5296 Chaotic Dynamics
+0910.5899 Metric Geometry
+0911.1196 Strongly Correlated Electrons
+0911.3307 Logic
+0911.3577 Mesoscale and Nanoscale Physics
+0911.3755 Probability
+0912.1115 Logic
+0912.2098
+0912.3190 Differential Geometry
+1002.1519 Combinatorics
+1002.2701 Superconductivity
+1002.3221 Number Theory
+1002.3520 Algebraic Geometry
+1002.4425
+1003.0964 Experiment
+1003.1199 Complex Variables
+1003.4015 Number Theory
+1003.4361 Phenomenology
+1003.5711 Theory
+1004.0106 Optics
+1004.0636 Quantum Gases
+1004.0801 Superconductivity
+1004.2193 Number Theory
+1004.3037 Cryptography and Security
+1004.3954 Quantum Gases
+1004.4251 Functional Analysis
+1004.4797 Atomic Physics
+1004.4842
+1004.5110 Atomic Physics
+1004.5242 Theory
+1005.0024 Mesoscale and Nanoscale Physics
+1005.0069 Optimization and Control
+1005.0365
+1005.0516 Strongly Correlated Electrons
+1005.1299 Statistical Mechanics
+1005.2483 Quantum Gases
+1005.2707 Strongly Correlated Electrons
+1005.3711 Atomic Physics
+1005.3718 Superconductivity
+1005.4738 Quantum Gases
+1005.5231 Mesoscale and Nanoscale Physics
+1006.0212 Phenomenology
+1006.0611 Biological Physics
+1006.2111 High Energy Astrophysical Phenomena
+1006.2274
+1006.3575 Experiment
+1006.3768 Cosmology and Nongalactic Astrophysics
+1006.4346 Solar and Stellar Astrophysics
+1006.4351 Operator Algebras
+1006.4604 Strongly Correlated Electrons
+1006.5692 Atomic and Molecular Clusters
+1007.0777
+1007.1703 Mesoscale and Nanoscale Physics
+1007.3980 Superconductivity
+1008.0323
+1008.0389 Cosmology and Nongalactic Astrophysics
+1008.1466 Algebraic Geometry
+1008.1522
+1008.1934 Materials Science
+1008.2029 Superconductivity
+1008.2631 Mesoscale and Nanoscale Physics
+1008.2902 Mesoscale and Nanoscale Physics
+1008.3247 Other Condensed Matter
+1008.3788 Discrete Mathematics
+1008.4455 Analysis of PDEs
+1008.5099 Statistical Mechanics
+1008.5294
+1008.5309 Biological Physics
+1009.0180 Group Theory
+1009.0365 Theory
+1009.0842 Social and Information Networks
+1009.0919 Networking and Internet Architecture
+1009.2109 Data Structures and Algorithms
+1009.2198 Analysis of PDEs
+1009.2266
+1009.2646 Machine Learning
+1009.2744
+1009.3088 Distributed, Parallel, and Cluster Computing
+1009.3818
+1009.4455 Combinatorics
+1009.4509 Cellular Automata and Lattice Gases
+1009.4520 Networking and Internet Architecture
+1009.4521 Networking and Internet Architecture
+1009.4564 Neural and Evolutionary Computing
+1009.4566 Neural and Evolutionary Computing
+1009.4570 Neural and Evolutionary Computing
+1009.4572 Neural and Evolutionary Computing
+1009.4648 High Energy Astrophysical Phenomena
+1009.4718 Experiment
+1009.4765 Statistical Mechanics
+1009.4937 Cosmology and Nongalactic Astrophysics
+1009.4946 Materials Science
+1009.4949 Optimization and Control
+1009.4950 Dynamical Systems
+1009.4951 Solar and Stellar Astrophysics
+1009.4962 Neural and Evolutionary Computing
+1009.4964 Information Retrieval
+1009.4971 Information Theory
+1009.4972 Learning
+1009.4973 Information Theory
+1009.4974 Computer Vision and Pattern Recognition
+1009.4975 Numerical Analysis
+1009.4976 Information Retrieval
+1009.4977 Hardware Architecture
+1009.4978 Neural and Evolutionary Computing
+1009.4979 Human-Computer Interaction
+1009.4980 Human-Computer Interaction
+1009.4981 Information Theory
+1009.4982 Artificial Intelligence
+1009.4983 Neural and Evolutionary Computing
+1009.4984 Neural and Evolutionary Computing
+1009.4987 Information Retrieval
+1009.4988 Neural and Evolutionary Computing
+1009.4989 Soft Condensed Matter
+1009.4990
+1009.4991 Neural and Evolutionary Computing
+1009.4992 Human-Computer Interaction
+1009.4994 Information Retrieval
+1009.4995 Combinatorics
+1009.5000
+1009.5001
+1009.5003 Information Retrieval
+1009.5004 Robotics
+1009.5007 Quantum Gases
+1009.5009
+1009.5012 Networking and Internet Architecture
+1009.5013 Mesoscale and Nanoscale Physics
+1009.5014 Commutative Algebra
+1009.5016 Combinatorics
+1009.5019 Computational Complexity
+1009.5026 Computer Science and Game Theory
+1009.5027
+1009.5028 Group Theory
+1009.5029 Computational Complexity
+1009.5030 Computational Complexity
+1009.5031 Neural and Evolutionary Computing
+1009.5040 Differential Geometry
+1009.5048 Artificial Intelligence
+1009.5054 Phenomenology
+1009.5057 Metric Geometry
+1009.5060 Mesoscale and Nanoscale Physics
+1009.5062 Solar and Stellar Astrophysics
+1009.5072 Statistics Theory
+1009.5074 Probability
+1009.5076 Dynamical Systems
+1009.5078 Geophysics
+1009.5082
+1009.5087 Software Engineering
+1009.5088 Software Engineering
+1009.5090 Solar and Stellar Astrophysics
+1009.5091 Analysis of PDEs
+1009.5092 Number Theory
+1009.5097 Logic
+1009.5098 Other Computer Science
+1009.5100
+1009.5104
+1009.5106 Combinatorics
+1009.5116 General Physics
+1009.5122 Solar and Stellar Astrophysics
+1009.5125 Exactly Solvable and Integrable Systems
+1009.5128
+1009.5135 Group Theory
+1009.5137 Phenomenology
+1009.5141 Probability
+1009.5157 Earth and Planetary Astrophysics
+1009.5162 Combinatorics
+1009.5174
+1009.5176 Algebraic Topology
+1009.5183 Graphics
+1009.5187 Classical Analysis and ODEs
+1009.5188 Astrophysics of Galaxies
+1009.5191 Phenomenology
+1009.5192 Astrophysics of Galaxies
+1009.5193 Materials Science
+1009.5194 Astrophysics of Galaxies
+1009.5203 Rings and Algebras
+1009.5212
+1009.5220
+1009.5244 Logic
+1009.5248 Statistical Mechanics
+1009.5257 Information Theory
+1009.5258 Solar and Stellar Astrophysics
+1009.5268 Artificial Intelligence
+1009.5275 Functional Analysis
+1009.5277 Dynamical Systems
+1009.5282 Medical Physics
+1009.5286 Differential Geometry
+1009.5289 Physics Education
+1009.5290 Artificial Intelligence
+1009.5291 High Energy Astrophysical Phenomena
+1009.5296 Combinatorics
+1009.5298 Algebraic Geometry
+1009.5302 Analysis of PDEs
+1009.5304 Differential Geometry
+1009.5306 Earth and Planetary Astrophysics
+1009.5313 General Physics
+1009.5321 Networking and Internet Architecture
+1009.5322 Soft Condensed Matter
+1009.5326 Spectral Theory
+1009.5332 Popular Physics
+1009.5334 Classical Analysis and ODEs
+1009.5335 Spectral Theory
+1009.5338 Computers and Society
+1009.5339 Rings and Algebras
+1009.5342 General Physics
+1009.5343 Mesoscale and Nanoscale Physics
+1009.5346 Multiagent Systems
+1009.5347 Other Computer Science
+1009.5349 High Energy Astrophysical Phenomena
+1009.5352 Digital Libraries
+1009.5355 Neurons and Cognition
+1009.5357 Number Theory
+1009.5360 Number Theory
+1009.5363 General Physics
+1009.5365 Geometric Topology
+1009.5366 Classical Analysis and ODEs
+1009.5369 Differential Geometry
+1009.5370 Analysis of PDEs
+atom-ph/9509005 Atomic Physics
+cs/0608061 Distributed, Parallel, and Cluster Computing
+gr-qc/0407096
+math/0303263 Combinatorics
+math/0309279 Classical Analysis and ODEs
+math/0405414 K-Theory and Homology
+math/9712265 Combinatorics
+nucl-th/9505009
+q-alg/9604003 Quantum Algebra
+q-alg/9604004 Quantum Algebra
+q-alg/9607003 Quantum Algebra
+0707.4567 Algebraic Geometry
+0709.1615 Combinatorics
+0709.3415 Symplectic Geometry
+0711.0235 General Mathematics
+0804.3667 Combinatorics
+0805.2761
+0805.2770
+0807.1579 Differential Geometry
+0812.0127 Statistical Mechanics
+0901.4057 Experiment
+0903.5053 Combinatorics
+0905.2188 High Energy Astrophysical Phenomena
+0905.2609 Superconductivity
+0907.0909
+0908.3109 Geometric Topology
+0909.1095 Atomic Physics
+0910.2444
+0910.5912 Mesoscale and Nanoscale Physics
+1002.2041
+math/0402273 Differential Geometry
+math/0606629 Geometric Topology
+math/0702890 Algebraic Geometry
+0706.1033 Quantum Algebra
+0706.2563
+0706.4103 Analysis of PDEs
+0707.1700
+0708.0435 General Physics
+0710.1213 Other Condensed Matter
+0802.2451 Information Theory
+0803.2193 Other Condensed Matter
+0804.3623 Exactly Solvable and Integrable Systems
+0805.2048 Algebraic Geometry
+0807.5124 Operator Algebras
+0811.4205 Exactly Solvable and Integrable Systems
+0812.4502
+0906.3247 Algebraic Topology
+0906.5575 Algebraic Topology
+0908.1589 Atmospheric and Oceanic Physics
+0908.2586 Cosmology and Nongalactic Astrophysics
+0908.4071 Combinatorics
+0910.0039 Analysis of PDEs
+0910.2363 Statistical Mechanics
+0911.1162 Algebraic Geometry
+0911.1722 Quantum Gases
+0911.3547 Mesoscale and Nanoscale Physics
+0912.0182 Strongly Correlated Electrons
+0912.0485
+0912.4414 Strongly Correlated Electrons
+0912.4752 General Physics
+0912.5346 Superconductivity
+1001.1466 Rings and Algebras
+1001.1488 Statistical Mechanics
+1001.2007 Theory
+1001.2765 Statistical Mechanics
+1002.0351 General Physics
+1002.2443 Number Theory
+1002.2588 Cosmology and Nongalactic Astrophysics
+1002.2698 Algebraic Geometry
+1003.2045 Differential Geometry
+1003.3430 Strongly Correlated Electrons
+1003.3451 Cosmology and Nongalactic Astrophysics
+1003.3782
+1003.4026 Atomic Physics
+1003.5632 Analysis of PDEs
+1004.1273 Mesoscale and Nanoscale Physics
+1004.2862 Complex Variables
+1004.3216 Atomic Physics
+1004.5003
+1005.3245 Theory
+1005.4330 Complex Variables
+1005.4513 Dynamical Systems
+1005.5049 Theory
+1005.5303 Geophysics
+1006.0782 Earth and Planetary Astrophysics
+1006.0787 Superconductivity
+1006.1155
+1006.1162 Information Theory
+1006.1357 Phenomenology
+1006.1522 Plasma Physics
+1006.1661 Information Theory
+1006.1704 Other Computer Science
+1006.1870 Biomolecules
+1006.1893 Mesoscale and Nanoscale Physics
+1006.1910 Mesoscale and Nanoscale Physics
+1006.1912 Superconductivity
+1006.1913 Computational Physics
+1006.1914 Methodology
+1006.1916 Cryptography and Security
+1006.1918 Cryptography and Security
+1006.1919 Cryptography and Security
+1006.1921 Computational Geometry
+1006.1922 Theory
+1006.1923 Data Structures and Algorithms
+1006.1926 Distributed, Parallel, and Cluster Computing
+1006.1932
+1006.1935
+1006.1948 Cryptography and Security
+1006.1951 Software Engineering
+1006.1955 Software Engineering
+1006.1957 Analysis of PDEs
+1006.1960 Functional Analysis
+1006.1965 Medical Physics
+1006.1972 Algebraic Geometry
+1006.1974 Algebraic Geometry
+1006.1977 Experiment
+1006.1980 Differential Geometry
+1006.1987 Functional Analysis
+1006.1993 Digital Libraries
+1006.2011 Rings and Algebras
+1006.2017 Strongly Correlated Electrons
+1006.2022 Information Theory
+1006.2023 Accelerator Physics
+1006.2029 History and Philosophy of Physics
+1006.2030 Optimization and Control
+1006.2031 Cosmology and Nongalactic Astrophysics
+1006.2033 Number Theory
+1006.2037
+1006.2038 Disordered Systems and Neural Networks
+1006.2044 Combinatorics
+1006.2045 Accelerator Physics
+1006.2048 Networking and Internet Architecture
+1006.2050 Probability
+1006.2053 Metric Geometry
+1006.2062 Representation Theory
+1006.2063 Computational Complexity
+1006.2070 Methodology
+1006.2074 Other Computer Science
+1006.2077 Databases
+1006.2078 Phenomenology
+1006.2082 Computers and Society
+1006.2084 Cosmology and Nongalactic Astrophysics
+1006.2085 Other Computer Science
+1006.2086 Information Theory
+1006.2088 Databases
+1006.2097 Cosmology and Nongalactic Astrophysics
+1006.2098 Cosmology and Nongalactic Astrophysics
+1006.2102 Instrumentation and Methods for Astrophysics
+1006.2104 Operating Systems
+1006.2106 Algebraic Geometry
+1006.2107 Other Computer Science
+1006.2114 Group Theory
+1006.2115 Complex Variables
+1006.2120 Probability
+1006.2121 Functional Analysis
+1006.2128 Mesoscale and Nanoscale Physics
+1006.2130
+math/0504426 General Mathematics
+math/0602283 Algebraic Topology
+math/0602376 Numerical Analysis
+math/0702018 Quantum Algebra
+physics/0109060 General Physics
+physics/0612149 Optics
+quant-ph/0512034
+0706.4037
+0707.0938 Classical Physics
+0708.2318 Strongly Correlated Electrons
+0708.3194 Classical Physics
+0709.1253 K-Theory and Homology
+0709.3457 Classical Physics
+0710.2488 Algebraic Geometry
+0711.2403 Analysis of PDEs
+0807.0350 Representation Theory
+0807.1654 Commutative Algebra
+0807.2290 Strongly Correlated Electrons
+0901.1969 Mesoscale and Nanoscale Physics
+0902.0213 Mesoscale and Nanoscale Physics
+0902.0323 Algebraic Geometry
+0903.4397
+0904.0462 Functional Analysis
+0904.2872 Combinatorics
+0907.1558 Physics and Society
+0908.3542 Spectral Theory
+0908.3747 Strongly Correlated Electrons
+0910.1859 Quantum Gases
+0910.5062 Quantum Gases
+0911.0578 Representation Theory
+0911.3334 Statistical Mechanics
+0911.5463 Superconductivity
+0912.1567 Physics and Society
+0912.2129 Complex Variables
+1001.0324 Algebraic Geometry
+1001.3924 K-Theory and Homology
+1001.4274 Digital Libraries
+1001.4276 Digital Libraries
+1002.1867 Statistical Mechanics
+1002.4784 Symbolic Computation
+1003.0382 Statistical Mechanics
+1003.3880 Software Engineering
+1003.4721 Analysis of PDEs
+1003.5447 Logic in Computer Science
+1004.1175
+1004.1897 Algebraic Geometry
+1004.4254 Strongly Correlated Electrons
+1004.4634 Representation Theory
+1004.4732 Information Theory
+1004.5410 Cosmology and Nongalactic Astrophysics
+1005.1125 Cosmology and Nongalactic Astrophysics
+1005.2364 Learning
+1005.2400 Computational Complexity
+1005.2415 Cosmology and Nongalactic Astrophysics
+1005.2430 Operator Algebras
+1005.2436
+1005.2440 Earth and Planetary Astrophysics
+1005.2442 Optimization and Control
+1005.2448
+1005.2449
+1005.2468 Materials Science
+1005.2471
+1005.2474 Probability
+1005.2477 Probability
+1005.2479 Analysis of PDEs
+1005.2481 Cosmology and Nongalactic Astrophysics
+1005.2487 Optimization and Control
+1005.2491
+1005.2494 Probability
+1005.2496 Quantum Algebra
+1005.2499 Other Computer Science
+1005.2500 Probability
+1005.2511 Analysis of PDEs
+1005.2514 Combinatorics
+1005.2525 Phenomenology
+1005.2535 Metric Geometry
+1005.2539 Representation Theory
+1005.2545 Analysis of PDEs
+1005.2546 Representation Theory
+1005.2547 Analysis of PDEs
+1005.2549 Differential Geometry
+1005.2553 Combinatorics
+1005.2557 Differential Geometry
+1005.2564 Experiment
+1005.2565 Rings and Algebras
+1005.2566 Combinatorics
+1005.2567 Distributed, Parallel, and Cluster Computing
+1005.2568 Combinatorics
+1005.2569 Experiment
+1005.2572 Cosmology and Nongalactic Astrophysics
+1005.2573 Plasma Physics
+1005.2574 Mesoscale and Nanoscale Physics
+1005.2577 Chemical Physics
+1005.2578 Mesoscale and Nanoscale Physics
+1005.2585 Experiment
+1005.2588 Quantitative Methods
+1005.2590 Logic
+1005.2595 Theory
+1005.2598 Probability
+1005.2602 Analysis of PDEs
+1005.2605 Algebraic Geometry
+astro-ph/0008465
+cond-mat/0607027 Strongly Correlated Electrons
+math-ph/0411041
+math/0409149 Group Theory
+math/0608139 Functional Analysis
+math/0703775 Differential Geometry
+physics/0411034 Classical Physics
+physics/0501134 Classical Physics
+physics/0506181 Classical Physics
+physics/0605003 Classical Physics
+quant-ph/0306032
+quant-ph/0409138
+0706.0008 History and Philosophy of Physics
+0707.3408 Probability
+0803.3321 Differential Geometry
+0805.3502
+0903.3688 Complex Variables
+0905.1142 Analysis of PDEs
+0906.5217 Theory
+0908.1915 Soft Condensed Matter
+0909.0586 Number Theory
+0909.0795
+0909.2096 Plasma Physics
+0909.2361 Data Analysis, Statistics and Probability
+0909.4254 Statistical Mechanics
+0909.5317 Mesoscale and Nanoscale Physics
+0910.1633
+0911.0726 General Physics
+0912.0827 Differential Geometry
+0912.4210 Statistical Mechanics
+0912.4764
+0912.5106 Theory
+0912.5247 Analysis of PDEs
+0912.5515 Logic in Computer Science
+cond-mat/0703582 Statistical Mechanics
+0705.0426 Group Theory
+0707.2212 Soft Condensed Matter
+0707.2917 Strongly Correlated Electrons
+0711.3821 Dynamical Systems
+0711.5010 Theory
+0712.2490
+0803.2592 Group Theory
+0804.1267 Algebraic Topology
+0806.4067 Disordered Systems and Neural Networks
+0807.0354
+0807.1689
+0807.1804
+0808.3215 Mesoscale and Nanoscale Physics
+0810.0278 Soft Condensed Matter
+0810.2695
+0810.4656 Rings and Algebras
+0811.1089 Dynamical Systems
+0811.1713
+0811.2575 Phenomenology
+0811.2950 Atomic Physics
+0812.2389 Analysis of PDEs
+0812.3242 Other Condensed Matter
+0901.0608 Information Theory
+0901.1512 Functional Analysis
+0902.1810 Representation Theory
+0903.2545 K-Theory and Homology
+0903.2704 Functional Analysis
+0904.1078 Pricing of Securities
+0904.2705
+0904.2867 Statistical Mechanics
+0904.3238
+0904.4677 Theory
+0905.0888 Instrumentation and Methods for Astrophysics
+0905.3260 Disordered Systems and Neural Networks
+0905.3502 Cell Behavior
+0906.2818 Phenomenology
+0907.0428 Mesoscale and Nanoscale Physics
+0907.1934
+0907.2495 Theory
+0907.3994 Astrophysics of Galaxies
+0907.5050 Phenomenology
+0909.1992 Functional Analysis
+0909.3663 General Topology
+0909.5328 Superconductivity
+0910.1231 Disordered Systems and Neural Networks
+0910.1573 Superconductivity
+0910.2999 Materials Science
+0910.4048 Number Theory
+0910.4288
+0910.4593
+0910.5082 Earth and Planetary Astrophysics
+0911.2090 Statistical Mechanics
+0911.2295 Optics
+0911.2796 Earth and Planetary Astrophysics
+0912.0705 Mesoscale and Nanoscale Physics
+0912.2127
+0912.2456 Exactly Solvable and Integrable Systems
+1001.1518 Materials Science
+1001.3983 Spectral Theory
+1001.4238 Astrophysics of Galaxies
+1001.4960
+1001.5031 Theory
+1001.5035 Cosmology and Nongalactic Astrophysics
+1001.5044 Lattice
+1001.5046 High Energy Astrophysical Phenomena
+1001.5050 Software Engineering
+1001.5059 Solar and Stellar Astrophysics
+1001.5060 High Energy Astrophysical Phenomena
+1001.5061
+1001.5067 Strongly Correlated Electrons
+1001.5072 Functional Analysis
+1001.5073 Information Theory
+1001.5074 Information Theory
+1001.5078 Solar and Stellar Astrophysics
+1001.5079 Information Theory
+1001.5086 Solar and Stellar Astrophysics
+1001.5092 Solar and Stellar Astrophysics
+1001.5093 Complex Variables
+1001.5095 Combinatorics
+1001.5097 Solar and Stellar Astrophysics
+1001.5100 Information Theory
+1001.5101 Complex Variables
+1001.5102 Spectral Theory
+1001.5104 Combinatorics
+1001.5112 Algebraic Geometry
+1001.5123 Cosmology and Nongalactic Astrophysics
+1001.5125 Group Theory
+1001.5126 Materials Science
+1001.5127 Geometric Topology
+1001.5130 Genomics
+1001.5140 Dynamical Systems
+1001.5143 Solar and Stellar Astrophysics
+1001.5144 Astrophysics of Galaxies
+1001.5146 Theory
+1001.5155 Phenomenology
+1001.5156
+1001.5158 Analysis of PDEs
+1001.5163
+1001.5170 Astrophysics of Galaxies
+1001.5173 Phenomenology
+1001.5175
+1001.5181 Number Theory
+1001.5186 Differential Geometry
+1001.5187 Astrophysics of Galaxies
+1001.5194 Networking and Internet Architecture
+1001.5198 Differential Geometry
+1001.5199 Mesoscale and Nanoscale Physics
+1001.5202 Pricing of Securities
+1001.5203 Lattice
+1001.5207 Lattice
+1001.5209 Space Physics
+1001.5214 Number Theory
+1001.5220 Commutative Algebra
+1001.5223 Differential Geometry
+1001.5224 Commutative Algebra
+1001.5228 Probability
+1001.5247 Mesoscale and Nanoscale Physics
+1001.5249 Statistical Mechanics
+1001.5252 High Energy Astrophysical Phenomena
+1001.5254 Classical Analysis and ODEs
+astro-ph/0605213
+cond-mat/0207101 Soft Condensed Matter
+hep-th/0606177 Theory
+hep-th/0607043 Theory
+hep-th/0703274 Theory
+math/0605483 Algebraic Geometry
+0709.1971 Quantum Algebra
+0711.3669 Functional Analysis
+0712.1534
+0809.5181 Superconductivity
+0810.2270 Logic
+0812.0960 Materials Science
+0812.3564 Theory
+0903.4518 Probability
+0906.3368 Theory
+0907.0419 Mesoscale and Nanoscale Physics
+0909.1683 Quantum Gases
+1001.2350 Statistical Mechanics
+math/0609450 Functional Analysis
+nlin/0703050 Cellular Automata and Lattice Gases
+0704.3439 Superconductivity
+0705.0078 Disordered Systems and Neural Networks
+0710.4971 Quantum Algebra
+0711.4814 Space Physics
+0711.4951
+0712.2724
+0801.1959
+0803.0100
+0803.2800 Rings and Algebras
+0803.3446
+0806.0224 General Physics
+0806.0523 Phenomenology
+0806.3525
+0806.4262
+0807.0894 Theory
+0807.1521 Probability
+0807.2125 Dynamical Systems
+0808.1203 Materials Science
+0808.2016 Phenomenology
+0808.2450 Theory
+0809.0069 Other Condensed Matter
+0810.0658 Operator Algebras
+0810.5076
+0811.0552 Strongly Correlated Electrons
+0811.3862 Phenomenology
+0811.4128 Operator Algebras
+0812.1989 Theory
+0812.2050 Classical Analysis and ODEs
+0812.2851 Data Structures and Algorithms
+0901.4223 Theory
+0902.1194
+0903.1992
+0903.2267
+0903.2644 Theory
+0903.3153
+0903.4859 Other Condensed Matter
+0904.1849 Phenomenology
+0905.1346 Materials Science
+0905.1801
+0905.3751 Physics and Society
+0905.3931 Phenomenology
+0905.4413 Astrophysics of Galaxies
+0906.0501 Computational Physics
+0906.1237 Theory
+0906.2634 High Energy Astrophysical Phenomena
+0906.2825
+0906.3219 Theory
+0906.3272 Theory
+0906.3555 Phenomenology
+0906.3594 Fluid Dynamics
+0906.3789 Phenomenology
+0906.4651 Probability
+0906.4971 Cosmology and Nongalactic Astrophysics
+0906.5309 Phenomenology
+0906.5593 Phenomenology
+0907.2314 Quantum Gases
+0907.2357 Phenomenology
+0907.2583
+0907.3501 Functional Analysis
+0907.3519 Phenomenology
+0908.0050 Machine Learning
+0908.0878 Theory
+0908.1443
+0908.1658 Materials Science
+0908.1750 Phenomenology
+0908.2041 Materials Science
+0908.2071 Quantum Gases
+0908.2309
+0908.2730 Materials Science
+0908.3116 Phenomenology
+0908.3296 Phenomenology
+0909.0410 Theory
+0909.1609 Phenomenology
+0909.2992 Mesoscale and Nanoscale Physics
+0909.3411 Theory
+0909.4748 Phenomenology
+0909.5098 Phenomenology
+0909.5125 Molecular Networks
+0909.5264 Theory
+0909.5410 Phenomenology
+0909.5537 Classical Analysis and ODEs
+0909.5602 Mesoscale and Nanoscale Physics
+0910.0203 Phenomenology
+0910.0637 Theory
+0910.0648 Quantum Gases
+0910.0934 Theory
+0910.1798 Materials Science
+0910.1801 Cosmology and Nongalactic Astrophysics
+0910.2650 Instrumentation and Detectors
+0910.2810 Phenomenology
+0910.3032 Phenomenology
+0910.3354 Analysis of PDEs
+0910.3571
+0910.3594 Theory
+0910.3651 Phenomenology
+0910.3664
+0910.4431 Theory
+0910.4525 Phenomenology
+0910.4821
+0910.4829 Phenomenology
+0910.4925 Theory
+0911.1016 Superconductivity
+0911.1839 Disordered Systems and Neural Networks
+0912.0050 Atomic Physics
+0912.2918 Instrumentation and Methods for Astrophysics
+1001.3915 Materials Science
+1001.4489 Analysis of PDEs
+1001.4839 Representation Theory
+1002.1467 Strongly Correlated Electrons
+1002.1478 Disordered Systems and Neural Networks
+1002.1583 Statistics Theory
+1002.1966 Mesoscale and Nanoscale Physics
+1002.1969 Solar and Stellar Astrophysics
+1002.1970 Instrumentation and Detectors
+1002.1981
+1002.1985 Computers and Society
+1002.1990 Superconductivity
+1002.1992 Accelerator Physics
+1002.1995 Computational Finance
+1002.1997 Phenomenology
+1002.1999 Optics
+1002.2001 Numerical Analysis
+1002.2002 Physics Education
+1002.2006 Astrophysics of Galaxies
+1002.2007 Physics and Society
+1002.2012 Neural and Evolutionary Computing
+1002.2017 Computation
+1002.2023 Algebraic Geometry
+1002.2024 Algebraic Geometry
+1002.2026 Statistical Mechanics
+1002.2031 Materials Science
+1002.2032 Algebraic Topology
+1002.2033
+1002.2034 Artificial Intelligence
+1002.2036 Dynamical Systems
+1002.2044 Learning
+1002.2045 Commutative Algebra
+1002.2046 Astrophysics of Galaxies
+1002.2050 Computer Vision and Pattern Recognition
+1002.2059 Data Analysis, Statistics and Probability
+1002.2060 Classical Analysis and ODEs
+1002.2080 Methodology
+1002.2082 Numerical Analysis
+1002.2084 Data Structures and Algorithms
+1002.2090 Geometric Topology
+1002.2094 Analysis of PDEs
+1002.2097 Algebraic Geometry
+1002.2098 Number Theory
+1002.2100 Atmospheric and Oceanic Physics
+1002.2102 Mesoscale and Nanoscale Physics
+1002.2105 Optimization and Control
+1002.2109 Earth and Planetary Astrophysics
+1002.2115 Combinatorics
+1002.2118 Soft Condensed Matter
+1002.2124 Probability
+1002.2127 Materials Science
+1002.2131 Fluid Dynamics
+1002.2134 Computers and Society
+1002.2135 Optimization and Control
+1002.2137 Analysis of PDEs
+1002.2138 Phenomenology
+1002.2140 Phenomenology
+1002.2147 Data Structures and Algorithms
+1002.2148
+1002.2152 Soft Condensed Matter
+1002.2154 Analysis of PDEs
+1002.2159 Materials Science
+1002.2160 Cosmology and Nongalactic Astrophysics
+1002.2162 Geophysics
+1002.2163 Probability
+1002.2171 Trading and Market Microstructure
+1002.2178
+1002.2182 Computer Vision and Pattern Recognition
+1002.2184 Multimedia
+1002.2185 Functional Analysis
+1002.2186 Networking and Internet Architecture
+1002.2187 Networking and Internet Architecture
+1002.2189 Networking and Internet Architecture
+1002.2191 Human-Computer Interaction
+1002.2192 Logic
+1002.2193 Multimedia
+1002.2194 Networking and Internet Architecture
+1002.2195 Neural and Evolutionary Computing
+1002.2196 Neural and Evolutionary Computing
+1002.2197 Software Engineering
+1002.2199 Other Computer Science
+1002.2202 Artificial Intelligence
+1002.2203 Formal Languages and Automata Theory
+1002.2204 Atomic Physics
+1002.2208 Number Theory
+1002.2210 Number Theory
+cond-mat/0512602 Strongly Correlated Electrons
+cond-mat/0702294 Materials Science
+math/0506463 Logic
+math/0605644 Dynamical Systems
+physics/0505072 Computational Physics
+0801.2030 Chaotic Dynamics
+0801.3845
+0804.2985 Algebraic Geometry
+0806.1690 Theory
+0807.1925
+0807.2630 Theory
+0809.2035 Analysis of PDEs
+0809.2436 Differential Geometry
+0810.2524
+0901.1652
+0901.2079 Dynamical Systems
+0902.4889
+0904.0536 Optics
+0904.2351 Mesoscale and Nanoscale Physics
+0907.0391 Strongly Correlated Electrons
+0907.1643 Solar and Stellar Astrophysics
+0907.2158 Exactly Solvable and Integrable Systems
+0907.4525 Probability
+0909.0672 Algebraic Geometry
+0909.3217 Instrumentation and Detectors
+0909.3574 Theory
+0909.3584 Cosmology and Nongalactic Astrophysics
+0909.4305 Cosmology and Nongalactic Astrophysics
+0909.4520 Dynamical Systems
+0909.5079 Numerical Analysis
+0910.1158 Phenomenology
+0910.1326 Phenomenology
+0910.1499 Biological Physics
+0910.2258 Strongly Correlated Electrons
+0910.2311 Differential Geometry
+0910.3130 Phenomenology
+0910.4006 Atomic and Molecular Clusters
+0911.0124 Materials Science
+0911.2554
+0911.2821 Theory
+0911.3632 Theory
+0912.1426 Analysis of PDEs
+0912.2984
+1001.1361 Phenomenology
+1001.3418 Cosmology and Nongalactic Astrophysics
+1001.5090 Analysis of PDEs
+1001.5161
+1002.0855 Networking and Internet Architecture
+1002.1352 Experiment
+1002.1629 Networking and Internet Architecture
+1002.3768 Experiment
+1002.4167 Experiment
+1002.4594 Experiment
+1003.0079 Learning
+1003.0565 Superconductivity
+1003.0801 Quantum Gases
+1003.1156
+1003.1427 Phenomenology
+1003.4282 Cosmology and Nongalactic Astrophysics
+1003.4763 Cosmology and Nongalactic Astrophysics
+1003.5352
+1004.0481 Atomic Physics
+1004.0509
+1004.1648 Superconductivity
+1004.2410 Cosmology and Nongalactic Astrophysics
+1004.3453 Mesoscale and Nanoscale Physics
+1004.4598 Networking and Internet Architecture
+1005.0447 Analysis of PDEs
+1005.0787 Strongly Correlated Electrons
+1005.1446 Strongly Correlated Electrons
+1005.2724 Data Structures and Algorithms
+1005.2798
+1005.3141 Quantum Gases
+1005.3297 Fluid Dynamics
+1005.3763 Statistical Mechanics
+1005.4226
+1005.4923 Disordered Systems and Neural Networks
+1005.5301 Solar and Stellar Astrophysics
+1005.5492 Combinatorics
+1006.0305
+1006.2184 Superconductivity
+1006.3750
+1006.3765 Optimization and Control
+1006.4201 Experiment
+1006.4589 Phenomenology
+1006.4723 Quantum Gases
+1006.4792 Theory
+1006.4950 Quantum Gases
+1006.5126 Cosmology and Nongalactic Astrophysics
+1006.5165 Theory
+1006.5330 Phenomenology
+1007.0304 Analysis of PDEs
+1007.0543 Cosmology and Nongalactic Astrophysics
+1007.0584 Optimization and Control
+1007.0594 Optimization and Control
+1007.1239 Phenomenology
+1007.2330 Theory
+1007.2667 Number Theory
+1007.3480 Theory
+1007.3934 Information Theory
+1007.4498
+1007.4888
+1007.5360 Accelerator Physics
+1007.5438 Theory
+1008.1843 Computer Science and Game Theory
+1008.2394 Number Theory
+1008.2424 Astrophysics of Galaxies
+1008.2671
+1008.2739 Theory
+1008.3232 Exactly Solvable and Integrable Systems
+1008.3519 Optimization and Control
+1008.4314 Theory
+1008.5384
+1009.1014 Number Theory
+1009.1913 Earth and Planetary Astrophysics
+1009.2449 Analysis of PDEs
+1009.2883 Strongly Correlated Electrons
+1009.3122 Strongly Correlated Electrons
+1009.3515 Learning
+1009.4052 Superconductivity
+1010.1546 Phenomenology
+1010.2369 Mesoscale and Nanoscale Physics
+1010.2883 Earth and Planetary Astrophysics
+1010.4226 Trading and Market Microstructure
+1010.4884
+1010.5189 Quantum Algebra
+1010.5232 Experiment
+1010.5501 Cosmology and Nongalactic Astrophysics
+1010.5502 Phenomenology
+1010.5504 Social and Information Networks
+1010.5507 Cosmology and Nongalactic Astrophysics
+1010.5510 Analysis of PDEs
+1010.5514 Theory
+1010.5520 Materials Science
+1010.5523 Lattice
+1010.5524 Information Theory
+1010.5526 Information Theory
+1010.5528 High Energy Astrophysical Phenomena
+1010.5529 Information Theory
+1010.5532 Information Theory
+1010.5535 Analysis of PDEs
+1010.5541 Materials Science
+1010.5548 Materials Science
+1010.5553 Quantum Gases
+1010.5562 Computational Engineering, Finance, and Science
+1010.5565 Logic in Computer Science
+1010.5566 Programming Languages
+1010.5567 Cryptography and Security
+1010.5568 Cryptography and Security
+1010.5569 Programming Languages
+1010.5570 Programming Languages
+1010.5571 Logic in Computer Science
+1010.5572 Logic in Computer Science
+1010.5573 Distributed, Parallel, and Cluster Computing
+1010.5576 Solar and Stellar Astrophysics
+1010.5582 Programming Languages
+1010.5584 Information Retrieval
+1010.5586 Methodology
+1010.5587 Probability
+1010.5590 Analysis of PDEs
+1010.5593 Differential Geometry
+1010.5596 Differential Geometry
+1010.5598 Chemical Physics
+1010.5601 Representation Theory
+1010.5602 Neurons and Cognition
+1010.5605 Probability
+1010.5610 Computer Vision and Pattern Recognition
+1010.5614 Combinatorics
+1010.5623 Networking and Internet Architecture
+1010.5633 Algebraic Topology
+1010.5636 Lattice
+1010.5639 Disordered Systems and Neural Networks
+1010.5642 Computer Science and Game Theory
+1010.5646 General Topology
+1010.5653 General Finance
+1010.5654 Astrophysics of Galaxies
+1010.5660 Lattice
+1010.5665 Logic in Computer Science
+1010.5668 Metric Geometry
+1010.5671 Fluid Dynamics
+1010.5673 Combinatorics
+1010.5681 Differential Geometry
+1010.5687 Lattice
+1010.5688 Functional Analysis
+1010.5690 General Physics
+1010.5694 Programming Languages
+1010.5697 Other Condensed Matter
+1010.5700 Phenomenology
+1010.5702 Classical Analysis and ODEs
+1010.5706 Combinatorics
+1010.5707 Phenomenology
+1010.5710 Plasma Physics
+1010.5717 Data Structures and Algorithms
+1010.5719 Geometric Topology
+1010.5720 Information Theory
+1010.5721 Experiment
+1010.5724 Lattice
+1010.5730 Numerical Analysis
+1010.5731 Mesoscale and Nanoscale Physics
+1010.5735 Dynamical Systems
+1010.5736 Dynamical Systems
+1010.5738 Differential Geometry
+1010.5739 Operator Algebras
+1010.5744 Strongly Correlated Electrons
+1010.5749 Computer Science and Game Theory
+1010.5753 Atmospheric and Oceanic Physics
+1010.5759 Solar and Stellar Astrophysics
+1010.5760 Optics
+1010.5762
+1010.5770 High Energy Astrophysical Phenomena
+1010.5772 Combinatorics
+1010.5774 Popular Physics
+1010.5775 Dynamical Systems
+astro-ph/0003071
+astro-ph/0009227
+astro-ph/0212327
+astro-ph/0404576
+astro-ph/0405278
+astro-ph/0406275
+astro-ph/0408363
+astro-ph/0411241
+astro-ph/0412250
+astro-ph/0609175
+astro-ph/0702400
+astro-ph/9705155
+astro-ph/9802186
+astro-ph/9903140
+astro-ph/9911068
+cond-mat/0408241 Other Condensed Matter
+cond-mat/0505020 Other Condensed Matter
+cond-mat/0511127 Statistical Mechanics
+cond-mat/0703047 Other Condensed Matter
+hep-lat/0605002 Lattice
+hep-ph/0401073 Phenomenology
+0802.2225 Differential Geometry
+0805.1234 Geometric Topology
+0809.2477 Probability
+0810.2970
+0810.2975
+0810.2979
+0811.2696 Algebraic Geometry
+0901.1907 Disordered Systems and Neural Networks
+0904.2350 Mesoscale and Nanoscale Physics
+0905.0072 Pricing of Securities
+0906.1917 Disordered Systems and Neural Networks
+0906.3094
+0907.2230 Functional Analysis
+0907.2286 Algebraic Geometry
+0907.2544 General Physics
+0908.0886
+0908.2000 Materials Science
+0908.2921
+0908.4398
+0909.2197 Mesoscale and Nanoscale Physics
+0909.4975 General Physics
+0909.5605
+0909.5616 Astrophysics of Galaxies
+0910.0108 Astrophysics of Galaxies
+0910.0479 Atomic Physics
+0910.2711 Quantum Gases
+0911.1551 Disordered Systems and Neural Networks
+0911.2070 Statistical Mechanics
+0911.3324 Atomic Physics
+0911.3438 Disordered Systems and Neural Networks
+0911.4519 Optics
+0911.5252
+0912.4854 Number Theory
+1002.0560
+1002.3345 Learning
+1002.4252 Phenomenology
+1002.4593 Disordered Systems and Neural Networks
+1002.4761 Soft Condensed Matter
+1003.0891 Strongly Correlated Electrons
+1003.1251 Data Structures and Algorithms
+1003.2524
+1003.3579 Mesoscale and Nanoscale Physics
+1003.3756 Strongly Correlated Electrons
+1003.4618 Quantum Gases
+1004.1082 Differential Geometry
+1004.1543 General Physics
+1004.1666 Computational Geometry
+1004.2623 Dynamical Systems
+1005.2812 Geometric Topology
+1005.2866 Algebraic Geometry
+1005.3153 Number Theory
+1005.3819 Optics
+1005.3833 Popular Physics
+1005.3834 Solar and Stellar Astrophysics
+1005.3836 Metric Geometry
+1005.3842 K-Theory and Homology
+1005.3851 High Energy Astrophysical Phenomena
+1005.3856 Geometric Topology
+1005.3859
+1005.3860 Mesoscale and Nanoscale Physics
+1005.3863 Statistical Mechanics
+1005.3871 Number Theory
+1005.3873 Information Theory
+1005.3879 Mesoscale and Nanoscale Physics
+1005.3882 Analysis of PDEs
+1005.3883 Numerical Analysis
+1005.3885 Solar and Stellar Astrophysics
+1005.3888 Cosmology and Nongalactic Astrophysics
+1005.3891 Populations and Evolution
+1005.3893 Experiment
+1005.3894 Phenomenology
+1005.3903 History and Philosophy of Physics
+1005.3904 Materials Science
+1005.3907 Atmospheric and Oceanic Physics
+1005.3910 Analysis of PDEs
+1005.3911 High Energy Astrophysical Phenomena
+1005.3913 Complex Variables
+1005.3916 Disordered Systems and Neural Networks
+1005.3920 Applications
+1005.3922 Analysis of PDEs
+1005.3928 Strongly Correlated Electrons
+1005.3929 Fluid Dynamics
+1005.3931 Strongly Correlated Electrons
+1005.3934 Functional Analysis
+1005.3943 General Physics
+1005.3956 Computational Finance
+1005.3957 Probability
+1005.3959 Earth and Planetary Astrophysics
+1005.3960 Theory
+1005.3971
+1005.3972 Theory
+1005.3973
+1005.3977 Plasma Physics
+1005.3982 Algebraic Geometry
+1005.3986 Logic
+1005.3988 Algebraic Geometry
+1005.3990 Algebraic Geometry
+1005.3997 Quantum Gases
+1005.4002 Numerical Analysis
+1005.4005 Computational Engineering, Finance, and Science
+1005.4008 Digital Libraries
+1005.4009 Networking and Internet Architecture
+1005.4012 Cryptography and Security
+1005.4013 Networking and Internet Architecture
+1005.4014 Multimedia
+1005.4015 Networking and Internet Architecture
+1005.4016 Computers and Society
+1005.4017 Networking and Internet Architecture
+1005.4019 Cosmology and Nongalactic Astrophysics
+1005.4020 Computer Vision and Pattern Recognition
+1005.4022 Programming Languages
+1005.4023 Cryptography and Security
+1005.4025 Artificial Intelligence
+1005.4026 Digital Libraries
+1005.4029 Other Computer Science
+1005.4030 Computers and Society
+1005.4031 Networking and Internet Architecture
+1005.4033 Data Structures and Algorithms
+1005.4043 Rings and Algebras
+1005.4045 Classical Analysis and ODEs
+1005.4047 Statistical Mechanics
+1005.4048 Cosmology and Nongalactic Astrophysics
+1005.4052 Number Theory
+cond-mat/0101147 Strongly Correlated Electrons
+cond-mat/0109435 Strongly Correlated Electrons
+cond-mat/0109520 Mesoscale and Nanoscale Physics
+cond-mat/0201059 Strongly Correlated Electrons
+cond-mat/0203472 Strongly Correlated Electrons
+cond-mat/0307470 Superconductivity
+cond-mat/0308072 Strongly Correlated Electrons
+cond-mat/0404023 Strongly Correlated Electrons
+cond-mat/0404024 Strongly Correlated Electrons
+cond-mat/9412092
+cond-mat/9501065
+cond-mat/9502034
+cond-mat/9801015 Strongly Correlated Electrons
+math/0411456 Algebraic Topology
+quant-ph/0410043
+quant-ph/0603136
+0705.2409
+0706.2030 Experiment
+0710.0282
+0710.1211 Experiment
+0802.3510 Theory
+0803.2067
+0804.0298 Analysis of PDEs
+0804.3096
+0805.2197
+0805.2378
+0805.3438 Theory
+0806.2874 Phenomenology
+0807.2126 Phenomenology
+0807.3239
+0807.3305 Theory
+0808.1079 Theory
+0808.2201 Phenomenology
+0808.2289
+0809.1275
+0809.3649
+0810.1017 Commutative Algebra
+0810.3437
+0810.4578 Differential Geometry
+0811.0279
+0812.0433 Algebraic Geometry
+0812.1482
+0812.2370
+0812.2406
+0812.5091 Theory
+0901.0470
+0901.0545
+0901.2591 Representation Theory
+0901.2614 Theory
+0901.3372 Cosmology and Nongalactic Astrophysics
+0901.3777 Phenomenology
+0901.3992 Representation Theory
+0901.4325 Solar and Stellar Astrophysics
+0902.0619 Cosmology and Nongalactic Astrophysics
+0902.0746 Networking and Internet Architecture
+0902.1696
+0902.1748 Cosmology and Nongalactic Astrophysics
+0902.3507 Mesoscale and Nanoscale Physics
+0902.4249 Cosmology and Nongalactic Astrophysics
+0902.4654
+0903.2609
+0904.0085 Theory
+0904.1058
+0904.1393 Classical Analysis and ODEs
+0904.1495 Dynamical Systems
+0904.2037 Learning
+0904.2708 Experiment
+0904.3487 Experiment
+0904.3936 Earth and Planetary Astrophysics
+0904.3943 Instrumentation and Methods for Astrophysics
+0904.4691 Theory
+0905.0934 Theory
+0905.1029 Phenomenology
+0905.1715 Cosmology and Nongalactic Astrophysics
+0905.3182 Solar and Stellar Astrophysics
+0905.3379 Theory
+0905.3419
+0905.4071 High Energy Astrophysical Phenomena
+0906.0232 Cosmology and Nongalactic Astrophysics
+0906.0257 Theory
+0906.0460 Phenomenology
+0906.0486 Fluid Dynamics
+0906.0556 Fluid Dynamics
+0906.0797 Phenomenology
+0906.1026 Astrophysics of Galaxies
+0906.2039
+0906.2120
+0906.2655
+0906.3022 Cosmology and Nongalactic Astrophysics
+0906.3347 Cosmology and Nongalactic Astrophysics
+0906.3427 Combinatorics
+0906.3745 Phenomenology
+0906.4224 High Energy Astrophysical Phenomena
+0906.4335 Phenomenology
+0906.4342 High Energy Astrophysical Phenomena
+0906.4437 Operator Algebras
+0906.5358 Astrophysics of Galaxies
+0907.0021 Theory
+0907.0054 Astrophysics of Galaxies
+0907.0106 Theory
+0907.0277 Superconductivity
+0907.0451 Phenomenology
+0907.1174 Theory
+0907.1626
+0907.1979 Phenomenology
+0907.2244 Theory
+0907.2896 Information Theory
+0907.2973 Phenomenology
+0907.4047 Phenomenology
+0907.4658 Theory
+0907.4790 Phenomenology
+0907.5359
+0908.0730 Phenomenology
+0908.1088 Strongly Correlated Electrons
+0908.1463
+0908.1530 Commutative Algebra
+0908.2246 Theory
+0908.2621 Theory
+0908.3263 Theory
+0908.3570
+0908.3937 Superconductivity
+0909.0005 Theory
+0909.1160
+0909.1197 Theory
+0909.2790 High Energy Astrophysical Phenomena
+0909.3084 Strongly Correlated Electrons
+0909.4217
+0909.4523 Theory
+0909.5145
+0909.5460 Computer Vision and Pattern Recognition
+0910.0267 Group Theory
+0910.0350
+0910.0469
+0910.0510 Theory
+0910.0558
+0910.4029 Statistical Mechanics
+0911.0172 Rings and Algebras
+0911.0584 Algebraic Geometry
+0911.2779 Superconductivity
+0911.3063 Solar and Stellar Astrophysics
+0911.4252 High Energy Astrophysical Phenomena
+0912.4228 Soft Condensed Matter
+0912.4996 Algebraic Geometry
+0912.5353 Information Theory
+0912.5408 Analysis of PDEs
+0912.5450 Biomolecules
+1001.0179 Symplectic Geometry
+1001.0353 Solar and Stellar Astrophysics
+1001.0567 High Energy Astrophysical Phenomena
+1001.0600 Combinatorics
+1001.0601 Group Theory
+1001.0603 Strongly Correlated Electrons
+1001.0607 Algebraic Geometry
+1001.0610 Probability
+1001.0613 Phenomenology
+1001.0615 Pricing of Securities
+1001.0618 Algebraic Geometry
+1001.0620 Strongly Correlated Electrons
+1001.0622 Complex Variables
+1001.0623 Phenomenology
+1001.0630 General Physics
+1001.0632 Analysis of PDEs
+1001.0634 Rings and Algebras
+1001.0641 Logic in Computer Science
+1001.0642 Human-Computer Interaction
+1001.0643 Superconductivity
+1001.0649 Symbolic Computation
+1001.0651 Mesoscale and Nanoscale Physics
+1001.0653 Biomolecules
+1001.0654 Differential Geometry
+1001.0660 Mesoscale and Nanoscale Physics
+1001.0675
+1001.0680 Symplectic Geometry
+1001.0683 Software Engineering
+1001.0685 Quantitative Methods
+1001.0686 Other Condensed Matter
+1001.0689 Chaotic Dynamics
+1001.0697 Other Condensed Matter
+1001.0700 Learning
+1001.0704 Cosmology and Nongalactic Astrophysics
+1001.0708 History and Overview
+1001.0714 Functional Analysis
+1001.0722
+1001.0736 Statistics Theory
+1001.0739 Solar and Stellar Astrophysics
+1001.0740 Biomolecules
+1001.0745 General Physics
+1001.0755 Functional Analysis
+1001.0758 Category Theory
+astro-ph/0510293
+astro-ph/9308048
+astro-ph/9410083
+astro-ph/9504071
+astro-ph/9505041
+astro-ph/9602116
+astro-ph/9604007
+astro-ph/9605152
+astro-ph/9607066
+astro-ph/9607150
+astro-ph/9707115
+astro-ph/9804177
+astro-ph/9806156
+astro-ph/9808133
+astro-ph/9809142
+astro-ph/9910568
+gr-qc/0201078
+gr-qc/9210017
+gr-qc/9211025
+gr-qc/9301021
+gr-qc/9305023
+gr-qc/9306015
+gr-qc/9306030
+gr-qc/9311004
+gr-qc/9402029
+gr-qc/9403017
+gr-qc/9404035
+gr-qc/9407022
+gr-qc/9411043
+gr-qc/9503043
+gr-qc/9505041
+gr-qc/9506023
+gr-qc/9511028
+gr-qc/9511083
+gr-qc/9602018
+gr-qc/9612015
+gr-qc/9703087
+gr-qc/9709024
+gr-qc/9801012
+gr-qc/9803040
+gr-qc/9805078
+gr-qc/9901075
+gr-qc/9903101
+gr-qc/9903113
+hep-ex/0607041 Experiment
+hep-ex/0701032 Experiment
+hep-lat/9802001 Lattice
+hep-ph/9205240 Phenomenology
+hep-ph/9301224 Phenomenology
+hep-ph/9309283 Phenomenology
+hep-ph/9310327 Phenomenology
+hep-ph/9310367 Phenomenology
+hep-ph/9311341 Phenomenology
+hep-ph/9406379 Phenomenology
+hep-ph/9408246 Phenomenology
+hep-ph/9408248 Phenomenology
+hep-ph/9408352 Phenomenology
+hep-ph/9411315 Phenomenology
+hep-ph/9411357 Phenomenology
+hep-ph/9511382 Phenomenology
+hep-ph/9601216 Phenomenology
+hep-ph/9604277 Phenomenology
+hep-ph/9604404 Phenomenology
+hep-ph/9605456 Phenomenology
+hep-ph/9609307 Phenomenology
+hep-ph/9611439 Phenomenology
+hep-ph/9702352 Phenomenology
+hep-ph/9703363 Phenomenology
+hep-ph/9708295 Phenomenology
+hep-ph/9709438 Phenomenology
+hep-ph/9806364 Phenomenology
+hep-ph/9808306 Phenomenology
+hep-ph/9809508 Phenomenology
+hep-ph/9809574 Phenomenology
+hep-ph/9811485 Phenomenology
+hep-ph/9812473 Phenomenology
+hep-ph/9812476 Phenomenology
+hep-ph/9812505 Phenomenology
+hep-ph/9906205 Phenomenology
+hep-th/0104093 Theory
+hep-th/9204069 Theory
+hep-th/9209116 Theory
+hep-th/9307177 Theory
+hep-th/9310094 Theory
+hep-th/9409104 Theory
+hep-th/9505058 Theory
+hep-th/9610046 Theory
+hep-th/9611162 Theory
+hep-th/9708154 Theory
+hep-th/9710087 Theory
+hep-th/9803084 Theory
+hep-th/9805043 Theory
+hep-th/9812162 Theory
+math/0111005 Quantum Algebra
+physics/0306082 Computational Physics
+quant-ph/0702171
+0704.1952 Physics and Society
+0705.1112 Dynamical Systems
+0706.2570 Differential Geometry
+0708.0967
+0801.1411
+0802.2390 Geometric Topology
+0803.1722 Materials Science
+0804.1667 Logic in Computer Science
+0804.3976
+0805.1566 Operator Algebras
+0807.4803
+0808.1666
+0808.3799 Algebraic Topology
+0809.1774 Mesoscale and Nanoscale Physics
+0809.4178 Computation
+0810.1673 Dynamical Systems
+0810.3232 Combinatorics
+0810.3956 Dynamical Systems
+0811.1225 Mesoscale and Nanoscale Physics
+0811.1612 Functional Analysis
+0811.4602 Dynamical Systems
+0812.1496 Other Condensed Matter
+0812.3922
+0901.2689 Cryptography and Security
+0901.3949 Logic
+0902.0066 Chaotic Dynamics
+0902.0540 Symplectic Geometry
+0902.1667 Representation Theory
+0902.3052 Algebraic Geometry
+0902.3527 Optimization and Control
+0903.2724
+0903.3548 Theory
+0904.0295
+0904.0679 Combinatorics
+0904.1074 Pricing of Securities
+0904.3753 Optics
+0905.0404 Algebraic Geometry
+0905.1206 Materials Science
+0905.1279
+0905.2357 Geometric Topology
+0905.3262 Populations and Evolution
+0906.5226 Algebraic Geometry
+0906.5475 Computational Complexity
+0907.2857 Commutative Algebra
+0908.3073 Combinatorics
+0909.2764 Statistical Mechanics
+0909.4076 Strongly Correlated Electrons
+0909.4801
+0909.5150 General Physics
+0909.5340 Statistical Mechanics
+0910.0563 Optics
+0910.1560
+0910.1948 Statistical Mechanics
+0910.2575
+0910.3673 Statistical Mechanics
+0910.5459 Strongly Correlated Electrons
+0911.2674 Classical Analysis and ODEs
+0911.4922 Soft Condensed Matter
+0911.5609 Materials Science
+0911.5669 Materials Science
+0912.0497 General Topology
+0912.0965 Information Theory
+0912.1094 Dynamical Systems
+0912.1142 Spectral Theory
+0912.1244 Complex Variables
+0912.2617 Strongly Correlated Electrons
+0912.2780 Differential Geometry
+0912.3551
+0912.4312 Pricing of Securities
+1001.0051 Cosmology and Nongalactic Astrophysics
+1001.1431 Disordered Systems and Neural Networks
+1001.1748 Spectral Theory
+1001.2613 Data Structures and Algorithms
+1001.2984 Disordered Systems and Neural Networks
+1001.4428 Strongly Correlated Electrons
+1001.4982 Statistical Mechanics
+1002.0561 Computers and Society
+1002.1407 Information Theory
+1002.2021
+1002.2356 Phenomenology
+1002.3059
+1002.3777 Lattice
+1002.3973 General Mathematics
+1002.4643 Chemical Physics
+1002.4645 Numerical Analysis
+1003.0496 Cosmology and Nongalactic Astrophysics
+1003.0616
+1003.1899
+1003.2035 General Physics
+1003.2226 Information Theory
+1003.3105
+1003.3526 Mesoscale and Nanoscale Physics
+1003.4551 Mesoscale and Nanoscale Physics
+1004.0232 Optimization and Control
+1004.0406 Cosmology and Nongalactic Astrophysics
+1004.1861 General Physics
+1004.2319 Materials Science
+1004.3091 Soft Condensed Matter
+1004.3331 General Physics
+1004.3513 Number Theory
+1004.3636 Lattice
+1004.4894 Phenomenology
+1004.4969 Physics and Society
+1004.5231 Dynamical Systems
+1004.5595 Strongly Correlated Electrons
+1005.0019 Superconductivity
+1005.0023 Probability
+1005.0026 Solar and Stellar Astrophysics
+1005.0034
+1005.0047 Learning
+1005.0051 General Finance
+1005.0080 Artificial Intelligence
+1005.0084 General Mathematics
+1005.0085 Computational Geometry
+1005.0086 Cryptography and Security
+1005.0087 Cryptography and Security
+1005.0088 Strongly Correlated Electrons
+1005.0089 Artificial Intelligence
+1005.0093 Quantum Gases
+1005.0095 Cryptography and Security
+1005.0097 Cosmology and Nongalactic Astrophysics
+1005.0099 High Energy Astrophysical Phenomena
+1005.0104 Artificial Intelligence
+1005.0106 Cryptography and Security
+1005.0107 Fluid Dynamics
+1005.0115 Mesoscale and Nanoscale Physics
+1005.0120 Statistical Mechanics
+1005.0124 Computational Physics
+1005.0125 Learning
+1005.0137 Strongly Correlated Electrons
+1005.0139 Cryptography and Security
+1005.0143
+1005.0146 Digital Libraries
+1005.0151 Combinatorics
+1005.0158 Geophysics
+1005.0160 Probability
+1005.0164 Theory
+1005.0169 Software Engineering
+1005.0176 Popular Physics
+1005.0184 Differential Geometry
+1005.0188 Learning
+1005.0190 Superconductivity
+1005.0195 Astrophysics of Galaxies
+1005.0197 Analysis of PDEs
+1005.0202 Information Theory
+1005.0207 Analysis of PDEs
+1005.0211 Pricing of Securities
+1005.0217 Databases
+1005.0228 Other Quantitative Biology
+1005.0239 Data Structures and Algorithms
+1005.0240 Mesoscale and Nanoscale Physics
+1005.0241 Analysis of PDEs
+1005.0248 Complex Variables
+1005.0264 Materials Science
+1005.0267 Information Theory
+1005.0268 Information Retrieval
+1005.0276 Representation Theory
+1005.0284 Mesoscale and Nanoscale Physics
+1005.0288 Algebraic Geometry
+1005.0293 Earth and Planetary Astrophysics
+1005.0298 Optimization and Control
+1005.0299 Materials Science
+1005.0305 Soft Condensed Matter
+1005.0308 Geometric Topology
+1005.0311 Quantitative Methods
+1005.0313 Portfolio Management
+1005.0318 Analysis of PDEs
+1005.0322 Metric Geometry
+1005.0325 Commutative Algebra
+1005.0332 Populations and Evolution
+1005.0333
+1005.0334
+1005.0344 Cosmology and Nongalactic Astrophysics
+1005.0347 Phenomenology
+1005.0349 Logic in Computer Science
+1005.0350 Strongly Correlated Electrons
+1005.0352 Data Structures and Algorithms
+1005.0354 Operator Algebras
+1005.0371 Materials Science
+1005.0379 Algebraic Topology
+cond-mat/0104305 Statistical Mechanics
+cond-mat/0105114 Disordered Systems and Neural Networks
+cond-mat/0212001 Statistical Mechanics
+cond-mat/0508391 Materials Science
+cond-mat/0508632 Statistical Mechanics
+cond-mat/9707153 Materials Science
+cond-mat/9808085
+cond-mat/9909055 Disordered Systems and Neural Networks
+math/0102090 Algebraic Geometry
+math/0104251 Algebraic Geometry
+math/0312012 Algebraic Geometry
+math/0404203 Number Theory
+math/0405097 Classical Analysis and ODEs
+math/0409494 Complex Variables
+math/0605435 Algebraic Geometry
+math/9810097 Algebraic Geometry
+math/9901004 Algebraic Geometry
+math/9912111 Algebraic Geometry
+quant-ph/0605166
+quant-ph/0608006
+quant-ph/0609033
+quant-ph/0610256
+quant-ph/0611080
+quant-ph/0702068
+solv-int/9810001 Exactly Solvable and Integrable Systems
+0705.0692 Phenomenology
+0710.2514 Materials Science
+0710.4481 Quantitative Methods
+0712.3149 Materials Science
+0802.0362 Other Condensed Matter
+0803.2151 Atomic Physics
+0806.3286 Methodology
+0807.1066 Functional Analysis
+0808.1493 Classical Analysis and ODEs
+0808.3819
+0810.2773 Commutative Algebra
+0810.3102 Commutative Algebra
+0812.0957 Commutative Algebra
+0904.2110 Physics and Society
+0906.2576 K-Theory and Homology
+0907.4515 Mesoscale and Nanoscale Physics
+0909.1930 Optics
+0909.3422 Optics
+0910.1688 Information Theory
+0910.2585 Methodology
+0910.2938 Molecular Networks
+0911.1926
+0911.2140
+0911.2515
+0911.5051
+0911.5250 Atomic Physics
+0912.1090 Theory
+0912.2435 Theory
+1001.3923 Metric Geometry
+1001.5055 Classical Analysis and ODEs
+1001.5069 Group Theory
+1002.0778 Phenomenology
+1003.0248 Information Theory
+1003.5205 Strongly Correlated Electrons
+1004.1834
+1004.3230
+1004.5303 Chemical Physics
+1005.0586 Statistical Mechanics
+1005.1397 Statistical Mechanics
+1005.2630 Superconductivity
+1005.5596 Computation and Language
+1006.0134 Superconductivity
+1006.4933 Commutative Algebra
+1006.5319 Other Condensed Matter
+1007.1127 Materials Science
+1007.1919 Strongly Correlated Electrons
+1007.2300 Astrophysics of Galaxies
+1007.3294
+1007.3609 Discrete Mathematics
+1008.1962
+1008.3171 Distributed, Parallel, and Cluster Computing
+1008.3463 Statistical Mechanics
+1009.0555 Disordered Systems and Neural Networks
+1009.2329 Statistical Finance
+1009.2460 Number Theory
+1009.5316 Physics and Society
+1009.5356 Dynamical Systems
+1009.5455 Phenomenology
+1009.5563 Astrophysics of Galaxies
+1009.6076 Group Theory
+1009.6194 Fluid Dynamics
+1010.0017 Instrumentation and Detectors
+1010.0076 Operator Algebras
+1010.0077 Operator Algebras
+1010.0078 Operator Algebras
+1010.0137 High Energy Astrophysical Phenomena
+1010.0148 Experiment
+1010.1007 Cosmology and Nongalactic Astrophysics
+1010.1026 Solar and Stellar Astrophysics
+1010.1055 Rings and Algebras
+1010.1105 Materials Science
+1010.1253 Lattice
+1010.1255 High Energy Astrophysical Phenomena
+1010.1265 Differential Geometry
+1010.1270 Analysis of PDEs
+1010.1275 Complex Variables
+1010.1276 Complex Variables
+1010.1278 Commutative Algebra
+1010.1279 Combinatorics
+1010.1280
+1010.1281 Complex Variables
+1010.1285 Complex Variables
+1010.1286 Information Theory
+1010.1295 Information Theory
+1010.1299 Instrumentation and Methods for Astrophysics
+1010.1303 Information Theory
+1010.1305 Combinatorics
+1010.1311 Algebraic Geometry
+1010.1313 Algebraic Geometry
+1010.1315 Complex Variables
+1010.1321
+1010.1322 Information Theory
+1010.1323 Group Theory
+1010.1324 Rings and Algebras
+1010.1330 Classical Analysis and ODEs
+1010.1331 Information Theory
+1010.1332 Group Theory
+1010.1336 Mesoscale and Nanoscale Physics
+1010.1337 Instrumentation and Detectors
+1010.1340
+1010.1341 Differential Geometry
+1010.1343 Phenomenology
+1010.1346 Group Theory
+1010.1347 Representation Theory
+1010.1351 Fluid Dynamics
+1010.1356 Probability
+1010.1365 Data Structures and Algorithms
+1010.1377 Superconductivity
+1010.1378 Representation Theory
+1010.1380 Geometric Topology
+1010.1382 Other Condensed Matter
+1010.1386 Mathematical Software
+1010.1389 Materials Science
+1010.1391 Information Theory
+1010.1393 Astrophysics of Galaxies
+1010.1397 Applications
+1010.1398 Strongly Correlated Electrons
+1010.1401 Phenomenology
+1010.1402 Applications
+1010.1404 Atomic and Molecular Clusters
+1010.1406 Applications
+1010.1410 Applications
+1010.1413 Physics and Society
+1010.1424
+1010.1425 Applications
+1010.1426 Popular Physics
+1010.1430 Applications
+1010.1435 Applications
+1010.1437 Machine Learning
+1010.1438 Information Theory
+1010.1439 Instrumentation and Methods for Astrophysics
+1010.1440 General Physics
+1010.1441 Algebraic Topology
+1010.1442 Optimization and Control
+1010.1443 Analysis of PDEs
+1010.1446 Combinatorics
+1010.1455 Combinatorics
+1010.1456 Computational Engineering, Finance, and Science
+1010.1459 Numerical Analysis
+1010.1462 Soft Condensed Matter
+1010.1463 Materials Science
+1010.1472 Numerical Analysis
+1010.1473 Commutative Algebra
+1010.1481 Computational Complexity
+1010.1483 Instrumentation and Detectors
+1010.1487 Chemical Physics
+1010.1493 Instrumentation and Detectors
+1010.1494
+1010.1496 Computer Vision and Pattern Recognition
+1010.1503 Phenomenology
+1010.1508 Applications
+1010.1522 Earth and Planetary Astrophysics
+1010.1524 Networking and Internet Architecture
+1010.1527 Mesoscale and Nanoscale Physics
+1010.1528 High Energy Astrophysical Phenomena
+cond-mat/0309481 Materials Science
+cond-mat/0406192 Materials Science
+cond-mat/0504574 Statistical Mechanics
+cs/0702059 Information Theory
+math/0412058 Dynamical Systems
+math/0611518 Representation Theory
+math/0703868 Combinatorics
+0707.1637 K-Theory and Homology
+0708.4301
+0801.1382 Statistical Mechanics
+0801.3010 Algebraic Topology
+0802.1454 Combinatorics
+0804.0119 Probability
+0805.1146 Soft Condensed Matter
+0806.1289 Statistical Mechanics
+0811.0523 Algebraic Geometry
+0812.0607 Computational Geometry
+0812.4846 Atmospheric and Oceanic Physics
+0812.5033 Group Theory
+0902.3471 Probability
+0902.4528 Rings and Algebras
+0903.2106
+0906.2695 Disordered Systems and Neural Networks
+0907.1054 Learning
+0907.4436 Rings and Algebras
+0909.2594 Subcellular Processes
+0909.2621 Quantum Gases
+0909.4505 Probability
+0909.4528 Dynamical Systems
+0910.1888 Dynamical Systems
+0910.2427
+0911.0555 Soft Condensed Matter
+0912.1755 Statistical Mechanics
+0912.3378 Mesoscale and Nanoscale Physics
+1001.0777
+1002.0943 Mesoscale and Nanoscale Physics
+1002.1782 Learning
+1002.2284 General Finance
+1002.2535 Classical Analysis and ODEs
+1002.4658 Machine Learning
+1003.3866 Distributed, Parallel, and Cluster Computing
+1004.4914 Cryptography and Security
+1005.0159 Materials Science
+1005.0805 Materials Science
+1005.0838 Cosmology and Nongalactic Astrophysics
+1005.1702 Instrumentation and Methods for Astrophysics
+1005.2201 Numerical Analysis
+1005.2206 Dynamical Systems
+1005.2223 Digital Libraries
+1005.2224
+1005.2233 Cosmology and Nongalactic Astrophysics
+1005.2267 Information Theory
+1005.2268 Physics and Society
+1005.2269 Information Theory
+1005.2270 Information Theory
+1005.2271 Algebraic Topology
+1005.2273 Cryptography and Security
+1005.2277 Cryptography and Security
+1005.2278 Solar and Stellar Astrophysics
+1005.2279 Analysis of PDEs
+1005.2280 Cryptography and Security
+1005.2281 Discrete Mathematics
+1005.2282 K-Theory and Homology
+1005.2304 Superconductivity
+1005.2312 Earth and Planetary Astrophysics
+1005.2314 Mathematical Software
+1005.2321 Information Theory
+1005.2329 Formal Languages and Automata Theory
+1005.2335 Statistics Theory
+1005.2342 Astrophysics of Galaxies
+1005.2349
+1005.2354 Atmospheric and Oceanic Physics
+1005.2355 Computation
+1005.2369 Probability
+1005.2373 Rings and Algebras
+1005.2380 Soft Condensed Matter
+1005.2383 Mesoscale and Nanoscale Physics
+1005.2398 Algebraic Geometry
+1005.2399 Mesoscale and Nanoscale Physics
+cond-mat/0605700 Materials Science
+cond-mat/0701388 Soft Condensed Matter
+cond-mat/9707020
+hep-th/0601143 Theory
+hep-th/0608117 Theory
+hep-th/0701084 Theory
+math-ph/0701073
+math/0410197 Geometric Topology
+math/0611316 Analysis of PDEs
+nlin/0611024 Pattern Formation and Solitons
+physics/0102039 Popular Physics
+physics/0505118 Popular Physics
+physics/0611111 Atmospheric and Oceanic Physics
+0704.0565 Analysis of PDEs
+0709.1500 Combinatorics
+0710.2509 Category Theory
+0710.5935 Statistics Theory
+0711.1828 Other Condensed Matter
+0711.4258
+0712.3886 Algebraic Topology
+0804.4240
+0806.3344 Statistical Mechanics
+0808.3438
+0810.5335 Commutative Algebra
+0810.5610
+0812.1809
+0902.3891 Biological Physics
+0903.0646 General Mathematics
+0903.2053 Spectral Theory
+0906.3973 Disordered Systems and Neural Networks
+0907.4732 Geometric Topology
+0908.0498 Algebraic Geometry
+0908.3838 Mesoscale and Nanoscale Physics
+0908.3850 Combinatorics
+0909.0970
+0909.1845 Disordered Systems and Neural Networks
+0909.3765 Representation Theory
+0909.5048 Mesoscale and Nanoscale Physics
+0910.0005 Mesoscale and Nanoscale Physics
+0910.0595 Analysis of PDEs
+0910.0596 Analysis of PDEs
+0910.0597 Analysis of PDEs
+0910.2521 Algebraic Geometry
+0910.5290 Analysis of PDEs
+0911.0325 Solar and Stellar Astrophysics
+0911.3187 Classical Analysis and ODEs
+0911.4191 Optimization and Control
+0912.0411 Strongly Correlated Electrons
+0912.2941 Superconductivity
+0912.5328
+1001.1047 Superconductivity
+1001.1206 Quantum Gases
+1001.1472 Theory
+1001.1701 Superconductivity
+1002.1345 Differential Geometry
+1002.3121 Strongly Correlated Electrons
+1002.4804 Other Condensed Matter
+1003.0282 Computational Physics
+1003.1576 Analysis of PDEs
+1003.5376 Superconductivity
+1004.4005 Formal Languages and Automata Theory
+1004.4684 Statistical Mechanics
+1005.0932 Strongly Correlated Electrons
+1005.1091
+1005.1918 Learning
+1005.2516 Other Condensed Matter
+1005.2752 Number Theory
+1005.3738 Solar and Stellar Astrophysics
+1005.4010 Networking and Internet Architecture
+1005.4321 Rings and Algebras
+1005.4485 High Energy Astrophysical Phenomena
+1005.4751 Functional Analysis
+1005.5346 Lattice
+1006.0664 Algebraic Geometry
+1006.0685 Populations and Evolution
+1006.0712 Materials Science
+1006.0735 Classical Analysis and ODEs
+1006.0742 Atomic Physics
+1006.0747
+1006.0753 Functional Analysis
+1006.0756 Instrumentation and Detectors
+1006.0767 Experiment
+1006.0768 Computational Finance
+1006.0784 Optimization and Control
+1006.0788 Metric Geometry
+1006.0793 Solar and Stellar Astrophysics
+1006.0795 Information Theory
+1006.0799 Optics
+1006.0806 Cryptography and Security
+1006.0808 Combinatorics
+1006.0811
+1006.0813 Operating Systems
+1006.0816 Mesoscale and Nanoscale Physics
+1006.0820
+1006.0823 Accelerator Physics
+1006.0824 Number Theory
+1006.0826 Statistics Theory
+1006.0831 Sound
+1006.0834 Networking and Internet Architecture
+1006.0836 Other Computer Science
+1006.0839 Other Computer Science
+1006.0840 Networking and Internet Architecture
+1006.0841 Networking and Internet Architecture
+1006.0843 Networking and Internet Architecture
+1006.0844 Other Computer Science
+1006.0845 Networking and Internet Architecture
+1006.0846 Computers and Society
+1006.0848 Networking and Internet Architecture
+1006.0849 Data Structures and Algorithms
+1006.0850 Networking and Internet Architecture
+1006.0851 Differential Geometry
+1006.0854 Quantum Gases
+1006.0855 Cosmology and Nongalactic Astrophysics
+1006.0856 Other Computer Science
+1006.0857 Differential Geometry
+1006.0859 Other Computer Science
+1006.0860 Networking and Internet Architecture
+1006.0862 Instrumentation and Detectors
+1006.0863 Risk Management
+1006.0870 Optics
+1006.0875 Probability
+1006.0888 Information Theory
+1006.0896
+1006.0902 Discrete Mathematics
+1006.0906 Complex Variables
+1006.0907 Strongly Correlated Electrons
+1006.0922 Cosmology and Nongalactic Astrophysics
+1006.0923 Accelerator Physics
+1006.0936 Algebraic Geometry
+1006.0941 Geometric Topology
+1006.0942
+1006.0945 Soft Condensed Matter
+1006.0950 Solar and Stellar Astrophysics
+1006.0955 High Energy Astrophysical Phenomena
+1006.0960
+1006.0964 Information Theory
+1006.0965 Probability
+1006.0970 Quantitative Methods
+cond-mat/0301411 Mesoscale and Nanoscale Physics
+cond-mat/0303339 Mesoscale and Nanoscale Physics
+cond-mat/0411331 Mesoscale and Nanoscale Physics
+math/0305378 Representation Theory
+math/0502550 Category Theory
+math/0505108 Representation Theory
+math/0512176 Representation Theory
+math/0602047 Quantum Algebra
+math/0606331 Geometric Topology
+math/0609467 Statistics Theory
+math/0609780 Probability
+math/0612772 Group Theory
+math/0702307 Complex Variables
+math/0702436 Number Theory
+physics/0509265 Atomic Physics
+0709.4107 Rings and Algebras
+0808.3132 Rings and Algebras
+0809.4250 Combinatorics
+0810.1148 Algebraic Geometry
+0812.4667
+0901.0326 Differential Geometry
+0902.2465 General Mathematics
+0902.4099
+0903.0821
+0904.0580 Probability
+0904.3953 Artificial Intelligence
+0908.0660 Information Theory
+0909.2250
+0909.2825 Mesoscale and Nanoscale Physics
+0910.0781 General Physics
+0910.3410 Mesoscale and Nanoscale Physics
+0910.4576 Mesoscale and Nanoscale Physics
+0911.2228 High Energy Astrophysical Phenomena
+0911.3255 Instrumentation and Detectors
+0911.3550 Cosmology and Nongalactic Astrophysics
+0912.0716 Other Condensed Matter
+0912.5065 Phenomenology
+1001.2423 Phenomenology
+1002.1500 Algebraic Geometry
+1002.1542 Quantum Gases
+1002.2388 Commutative Algebra
+math/0610597 Differential Geometry
+physics/0701286 General Physics
+0705.0734 Artificial Intelligence
+0707.0556 Logic in Computer Science
+0707.0666 Dynamical Systems
+0711.1330 Algebraic Topology
+0711.3142 Quantum Algebra
+0801.4962 Number Theory
+0802.1968 Other Condensed Matter
+0804.1729 Logic in Computer Science
+0805.3323 Dynamical Systems
+0806.0936 Logic in Computer Science
+0806.4009 General Topology
+0808.0497 Phenomenology
+0808.2679 Number Theory
+0809.0058 Complex Variables
+0809.1858 Disordered Systems and Neural Networks
+0810.4205 Dynamical Systems
+0810.5441 Other Condensed Matter
+0812.1694 Mesoscale and Nanoscale Physics
+0812.5077 Other Condensed Matter
+0901.1703 Information Theory
+0903.0106 Algebraic Geometry
+0903.0543
+0903.1546 Functional Analysis
+0904.1005 Probability
+0904.1422
+0904.2076 Logic in Computer Science
+0904.3547 Phenomenology
+0906.4400 Probability
+0907.3798
+0908.0561 Mesoscale and Nanoscale Physics
+0908.3206 Cosmology and Nongalactic Astrophysics
+0908.3594 Statistical Mechanics
+0909.0138 Artificial Intelligence
+0909.3736 Mesoscale and Nanoscale Physics
+0910.0486 Mesoscale and Nanoscale Physics
+0910.4093 Mesoscale and Nanoscale Physics
+0910.4655 Materials Science
+0910.5393 Statistical Mechanics
+0910.5638 Cosmology and Nongalactic Astrophysics
+0910.5770 Soft Condensed Matter
+0911.2872
+0911.3871 Chemical Physics
+0911.4905 Theory
+0911.5245 Probability
+0912.0524 Cosmology and Nongalactic Astrophysics
+0912.1538 Fluid Dynamics
+0912.3646 Quantum Gases
+1001.1349 Materials Science
+1002.2117 Other Condensed Matter
+1002.4550 Experiment
+1003.0372
+1003.0593
+1003.1912 Phenomenology
+1003.1996 Statistical Mechanics
+1003.2059 Superconductivity
+1003.3592 Statistical Mechanics
+1004.0084 Symbolic Computation
+1004.0701 Quantum Gases
+1004.1726 Optimization and Control
+1004.2095 Probability
+1004.2408 Quantum Gases
+1004.2777 Mesoscale and Nanoscale Physics
+1004.4431 Distributed, Parallel, and Cluster Computing
+1004.4875 Phenomenology
+1005.0440 Optimization and Control
+1005.4032 Computer Vision and Pattern Recognition
+1005.4034 Computer Vision and Pattern Recognition
+1005.4035 Computer Vision and Pattern Recognition
+1005.4044 Computer Vision and Pattern Recognition
+1006.1727 Information Theory
+1006.2458 Cosmology and Nongalactic Astrophysics
+1006.3435 Theory
+1006.4084 Number Theory
+1006.5117 Applications
+1006.5547 Cosmology and Nongalactic Astrophysics
+1006.5610 Cosmology and Nongalactic Astrophysics
+1006.5712 Astrophysics of Galaxies
+1006.5715 Materials Science
+1006.5718 Classical Analysis and ODEs
+1006.5719 History and Philosophy of Physics
+1006.5725 Operator Algebras
+1006.5736 Astrophysics of Galaxies
+1006.5739 Numerical Analysis
+1006.5741 Experiment
+1006.5745 Cryptography and Security
+1006.5746 Astrophysics of Galaxies
+1006.5749 Other Computer Science
+1006.5750 Cosmology and Nongalactic Astrophysics
+1006.5753 Differential Geometry
+1006.5754
+1006.5756 Algebraic Geometry
+1006.5758 Materials Science
+1006.5759 Strongly Correlated Electrons
+1006.5761 Software Engineering
+1006.5768 Symbolic Computation
+1006.5771 Dynamical Systems
+1006.5774 Theory
+1006.5775 Superconductivity
+1006.5777 Cosmology and Nongalactic Astrophysics
+1006.5786 High Energy Astrophysical Phenomena
+1006.5790 General Mathematics
+1006.5792 Differential Geometry
+1006.5794 Databases
+1006.5797 Algebraic Topology
+1006.5801 Algebraic Geometry
+1006.5803 Functional Analysis
+1006.5804 Software Engineering
+1006.5809 Materials Science
+1006.5810 Functional Analysis
+1006.5817 Superconductivity
+1006.5826 General Physics
+1006.5827 Robotics
+1006.5828 Solar and Stellar Astrophysics
+1006.5836 Analysis of PDEs
+1006.5838 Strongly Correlated Electrons
+1006.5847 Statistical Finance
+1006.5848
+1006.5851 Probability
+1006.5856 Phenomenology
+1006.5857 Algebraic Geometry
+1006.5858 Group Theory
+1006.5861 Probability
+1006.5862 Functional Analysis
+1006.5865 Analysis of PDEs
+1006.5870 Algebraic Geometry
+1006.5876 Optimization and Control
+1006.5880 Computation and Language
+1006.5883 Metric Geometry
+1006.5884 Popular Physics
+1006.5885
+1006.5892 Computational Complexity
+1006.5896 Artificial Intelligence
+1006.5898 Solar and Stellar Astrophysics
+1006.5901 Information Theory
+1006.5902 Computer Vision and Pattern Recognition
+1006.5906 Formal Languages and Automata Theory
+1006.5908 Computer Vision and Pattern Recognition
+1006.5911 Computer Vision and Pattern Recognition
+1006.5913 Computer Vision and Pattern Recognition
+1006.5920 Computer Vision and Pattern Recognition
+1006.5923 Theory
+1006.5924 Computer Vision and Pattern Recognition
+1006.5927 Computer Vision and Pattern Recognition
+1006.5928 Combinatorics
+1006.5931 Optimization and Control
+1006.5936 Cosmology and Nongalactic Astrophysics
+1006.5938 Information Theory
+1006.5940 Distributed, Parallel, and Cluster Computing
+1006.5941 Distributed, Parallel, and Cluster Computing
+1006.5942 Computer Vision and Pattern Recognition
+1006.5944 General Physics
+1006.5947 Operator Algebras
+1006.5949 Earth and Planetary Astrophysics
+1006.5950 Phenomenology
+1006.5954
+cond-mat/0010194
+cond-mat/0109434
+cond-mat/0308126 Materials Science
+cond-mat/0504565 Other Condensed Matter
+quant-ph/0006036
+quant-ph/0011015
+quant-ph/0306164
+quant-ph/0306165
+0704.3329 Phenomenology
+0705.0007 Strongly Correlated Electrons
+0705.4527 Mesoscale and Nanoscale Physics
+0707.1239 Phenomenology
+0707.2675
+0707.3395
+0708.0071
+0712.3952 Probability
+0801.2262
+0802.1240 Probability
+0802.1267
+0802.3827
+0803.1277 Theory
+0803.1609
+0804.1831 Theory
+0805.1056
+0805.2570 Theory
+0805.3700 Theory
+0805.4393 Phenomenology
+0806.0232
+0806.0354 Theory
+0806.0558 Theory
+0806.1042 Spectral Theory
+0806.4245
+0806.4448
+0806.4604
+0807.2140 Algebraic Geometry
+0807.2633
+0807.2642
+0807.4031
+0807.4984
+0808.0430
+0808.0961
+0808.1477 Rings and Algebras
+0808.1691 Phenomenology
+0808.3150
+0808.3299
+0809.0720
+0809.1338 Theory
+0809.2562
+0809.2885 Lattice
+0809.2953 Lattice
+0809.4303 Theory
+0809.4490
+0809.5172
+0810.2932
+0810.2972
+0810.4257
+0810.4470
+0810.4541 Theory
+0810.5003
+0810.5300
+0810.5542 Phenomenology
+0811.0666 Phenomenology
+0811.0737 Phenomenology
+0811.1338
+0811.2423 Theory
+0811.2443
+0811.2795
+0811.2804 Theory
+0811.3458 Phenomenology
+0811.3467 Phenomenology
+0811.3470 Phenomenology
+0811.3937
+0811.4111 Superconductivity
+0812.0366
+0812.0578 Phenomenology
+0812.0589 Phenomenology
+0812.1342
+0812.1471 Phenomenology
+0812.1549 Theory
+0812.1722 Phenomenology
+0812.2283
+0812.2536 Phenomenology
+0812.2834
+0812.2985 Phenomenology
+0812.3106
+0812.3267 Phenomenology
+0812.3511 Phenomenology
+0812.3635
+0812.3809
+0812.3829 Phenomenology
+0812.3839 Phenomenology
+0812.3850 Phenomenology
+0812.3885
+0812.3902 Theory
+0812.4080
+0812.4099
+0812.4125
+0812.4138 Phenomenology
+0812.4157
+0812.4274
+0812.4415
+0812.4576
+0812.4651
+0812.4724
+0812.5084 Phenomenology
+0901.0009 Theory
+0901.0133 Astrophysics of Galaxies
+0901.0221
+0901.0313
+0901.0458 Cosmology and Nongalactic Astrophysics
+0901.0535
+0901.0693 Experiment
+0901.0838
+0901.0958 Cosmology and Nongalactic Astrophysics
+0901.0989 Cosmology and Nongalactic Astrophysics
+0901.1079
+0901.1647 Phenomenology
+0901.1818 Cosmology and Nongalactic Astrophysics
+0901.1984
+0901.2058 Theory
+0901.2168 Phenomenology
+0901.2217 Phenomenology
+0901.2309 Solar and Stellar Astrophysics
+0901.2462
+0901.2485
+0901.2609 Phenomenology
+0901.2642 Theory
+0901.2818 Phenomenology
+0901.2819 Phenomenology
+0901.2860 Phenomenology
+0901.2925 Phenomenology
+0901.3044 Theory
+0901.3254
+0901.3362 Experiment
+0901.3503 General Physics
+0901.3746 Phenomenology
+0901.4178
+0901.4653
+0901.4674
+0902.0351
+0902.0729 Theory
+0902.0831 Theory
+0902.1082
+0902.1170
+0902.1188 Cosmology and Nongalactic Astrophysics
+0902.1427 Theory
+0902.1440 Solar and Stellar Astrophysics
+0902.1619 Cosmology and Nongalactic Astrophysics
+0902.1798 Theory
+0902.2084 High Energy Astrophysical Phenomena
+0902.2272 Solar and Stellar Astrophysics
+0902.2840 High Energy Astrophysical Phenomena
+0902.2882 Cosmology and Nongalactic Astrophysics
+0902.2907 Cosmology and Nongalactic Astrophysics
+0902.3177 Theory
+0902.3217 Phenomenology
+0902.3416
+0902.3494 Phenomenology
+0902.3595 Information Theory
+0902.3633
+0902.3676 Theory
+0902.4024 Earth and Planetary Astrophysics
+0902.4027 Solar and Stellar Astrophysics
+0902.4029 Solar and Stellar Astrophysics
+0902.4434
+0902.4444 Cosmology and Nongalactic Astrophysics
+0902.4601 Phenomenology
+0902.4664 Phenomenology
+0902.4696 Theory
+0902.4701 Cosmology and Nongalactic Astrophysics
+0902.4712 Cosmology and Nongalactic Astrophysics
+0902.4742 Solar and Stellar Astrophysics
+0902.4814 Theory
+0902.4824 Optics
+0903.0060 Phenomenology
+0903.0102 Cosmology and Nongalactic Astrophysics
+0903.0273
+0903.0335 Cosmology and Nongalactic Astrophysics
+0903.0366
+0903.0390 Theory
+0903.0477 High Energy Astrophysical Phenomena
+0903.0504 Astrophysics of Galaxies
+0903.0665 Cosmology and Nongalactic Astrophysics
+0903.0690 Solar and Stellar Astrophysics
+0903.0844 Astrophysics of Galaxies
+0903.0866 Cosmology and Nongalactic Astrophysics
+0903.0934 Astrophysics of Galaxies
+0903.0940
+0903.1108 Astrophysics of Galaxies
+0903.1144 Solar and Stellar Astrophysics
+0903.1158 Phenomenology
+0903.1288 Solar and Stellar Astrophysics
+0903.1376 Algebraic Topology
+0903.1440 Astrophysics of Galaxies
+0903.1730 Theory
+0903.1763 High Energy Astrophysical Phenomena
+0903.1810 Astrophysics of Galaxies
+0903.1997 Earth and Planetary Astrophysics
+0903.2002 Solar and Stellar Astrophysics
+0903.2044 Cosmology and Nongalactic Astrophysics
+0903.2127
+0903.2302 Astrophysics of Galaxies
+0903.2422 Astrophysics of Galaxies
+0903.2805 Cosmology and Nongalactic Astrophysics
+0903.2878 Cosmology and Nongalactic Astrophysics
+0903.3046 Cosmology and Nongalactic Astrophysics
+0903.3424 Theory
+0903.3757 High Energy Astrophysical Phenomena
+0903.3988 Cosmology and Nongalactic Astrophysics
+0903.4039 Solar and Stellar Astrophysics
+0903.4184 Cosmology and Nongalactic Astrophysics
+0903.4193 Solar and Stellar Astrophysics
+0903.4245 Theory
+0903.4466 Instrumentation and Methods for Astrophysics
+0903.4500 Theory
+0903.4623 Phenomenology
+0903.4849 Phenomenology
+0903.4871 Theory
+0903.4877 Cosmology and Nongalactic Astrophysics
+0903.5329 High Energy Astrophysical Phenomena
+0904.0007 Solar and Stellar Astrophysics
+0904.0026 Astrophysics of Galaxies
+0904.0279 Astrophysics of Galaxies
+0904.0470 Differential Geometry
+0904.0686
+0904.0809 Cosmology and Nongalactic Astrophysics
+0904.1151
+0904.1597 Astrophysics of Galaxies
+0904.1626 Astrophysics of Galaxies
+0904.1693 High Energy Astrophysical Phenomena
+0904.1722
+0904.1745 Phenomenology
+0904.1896 Astrophysics of Galaxies
+0904.1938 Solar and Stellar Astrophysics
+0904.2450 Phenomenology
+0904.2873 Theory
+0904.2990
+0904.3023 Quantum Gases
+0904.3102 High Energy Astrophysical Phenomena
+0904.3121 Cosmology and Nongalactic Astrophysics
+0904.3186 Experiment
+0904.3334 Cosmology and Nongalactic Astrophysics
+0904.3581
+0904.3799 Phenomenology
+0904.3801 Phenomenology
+0904.4084 Solar and Stellar Astrophysics
+0904.4087 Theory
+0904.4300 High Energy Astrophysical Phenomena
+0904.4481 Astrophysics of Galaxies
+0904.4505 Cosmology and Nongalactic Astrophysics
+0904.4565 Theory
+0904.4761 Instrumentation and Detectors
+0905.0007 Solar and Stellar Astrophysics
+0905.0030 Earth and Planetary Astrophysics
+0905.0538
+0905.1196 Algebraic Geometry
+0905.1644
+0905.1946 Cosmology and Nongalactic Astrophysics
+0905.2300 Theory
+0905.2744 Theory
+0905.2846
+0905.3461 Theory
+0905.4123 Theory
+0905.4136
+0905.4590 Theory
+0905.4594 Phenomenology
+0905.4691 Applications
+0906.0102 Theory
+0906.0321
+0906.0506
+0906.1008 Experiment
+0906.1476 Phenomenology
+0906.1516
+0906.1571 Phenomenology
+0906.2012 Cosmology and Nongalactic Astrophysics
+0906.2013 High Energy Astrophysical Phenomena
+0906.2193 Earth and Planetary Astrophysics
+0906.2200 High Energy Astrophysical Phenomena
+0906.2260
+0906.2431 Experiment
+0906.2435 Phenomenology
+0906.2670 Phenomenology
+0906.2873
+0906.2922 Theory
+0906.2957 Phenomenology
+0906.2976 Phenomenology
+0906.3144
+0906.3305 Theory
+0906.3402 Phenomenology
+0906.3773 Phenomenology
+0906.3786 Experiment
+0906.4110 Cosmology and Nongalactic Astrophysics
+0906.4275 Theory
+0906.4331 Experiment
+0906.4463
+0906.4937 Astrophysics of Galaxies
+0906.5005 Phenomenology
+0906.5008 Phenomenology
+0906.5084 Cosmology and Nongalactic Astrophysics
+0906.5165 Phenomenology
+0906.5313
+0906.5399 Fluid Dynamics
+0906.5414 Theory
+0906.5505
+0907.0090
+0907.0134 Theory
+0907.0188
+0907.0239 Lattice
+0907.0244
+0907.0296 Phenomenology
+0907.0704 Cosmology and Nongalactic Astrophysics
+0907.0718 Data Structures and Algorithms
+0907.0797
+0907.1163 Phenomenology
+0907.1355 Experiment
+0907.1475
+0907.1581
+0907.1680 Earth and Planetary Astrophysics
+0907.1886 Phenomenology
+0907.1949 Cosmology and Nongalactic Astrophysics
+0907.2006 Phenomenology
+0907.2288
+0907.2353
+0907.2422 Solar and Stellar Astrophysics
+0907.2435 Computer Science and Game Theory
+0907.2737 Phenomenology
+0907.3151 Phenomenology
+0907.3159 Phenomenology
+0907.3290 Phenomenology
+0907.3523 Phenomenology
+0907.3838
+0907.3872
+0907.3916 Phenomenology
+0907.3943 Theory
+0907.4029 Instrumentation and Detectors
+0907.4124 Phenomenology
+0907.4125 Phenomenology
+0907.4142 Phenomenology
+0907.4206 Phenomenology
+0907.4421 Theory
+0907.4611
+0907.4671
+0907.4916
+0907.4930
+0907.5277 Phenomenology
+0907.5470
+0908.0011 Theory
+0908.0167
+0908.0298
+0908.0299
+0908.0326 Cosmology and Nongalactic Astrophysics
+0908.0469 Phenomenology
+0908.0507 Phenomenology
+0908.0535 Experiment
+0908.1204
+0908.1246
+0908.1283 Lattice
+0908.1388 Phenomenology
+0908.1858
+0908.1974 Theory
+0908.2114 Theory
+0908.2157 Experiment
+0908.2242 Experiment
+0908.2778 Populations and Evolution
+0908.2785 Phenomenology
+0908.3290 Theory
+0908.3461 Theory
+0908.3507
+0908.3809 Phenomenology
+0908.3896 Phenomenology
+0908.4314 Theory
+0909.0428 Phenomenology
+0909.0503 Theory
+0909.0563
+0909.1487 Phenomenology
+0909.1492 Experiment
+0909.2667 Phenomenology
+0909.2939 Lattice
+0909.3121 Phenomenology
+0909.3505
+0909.3538
+0909.3873 Instrumentation and Detectors
+0909.4358 Experiment
+0909.4473 Experiment
+0909.4618 Quantum Algebra
+0909.5374 Theory
+0909.5427 Superconductivity
+0909.5434 Phenomenology
+0909.5485 Theory
+0910.0024
+0910.0139
+0910.0276 Lattice
+0910.0897 Phenomenology
+0910.0972
+0910.1009 Phenomenology
+0910.1385 High Energy Astrophysical Phenomena
+0910.1777
+0910.1886 Phenomenology
+0910.2161 Strongly Correlated Electrons
+0910.4913 Statistical Mechanics
+0911.2547 Phenomenology
+0911.2694 Differential Geometry
+0911.3231
+0912.1791 Solar and Stellar Astrophysics
+0912.3204 Quantum Gases
+0912.3614 Mesoscale and Nanoscale Physics
+0912.3860 High Energy Astrophysical Phenomena
+0912.4116 Functional Analysis
+0912.4336 Mesoscale and Nanoscale Physics
+1001.0008 Theory
+1001.0979 Cosmology and Nongalactic Astrophysics
+1001.1159 Cosmology and Nongalactic Astrophysics
+1001.1287 Phenomenology
+1001.2299 Geometric Topology
+1001.2314 Computational Complexity
+1001.2320 Computers and Society
+1001.2323 Optics
+1001.2326 Cryptography and Security
+1001.2328 Computational Physics
+1001.2329 Instrumentation and Methods for Astrophysics
+1001.2340 Functional Analysis
+1001.2342
+1001.2344 Numerical Analysis
+1001.2347 Dynamical Systems
+1001.2352 Other Condensed Matter
+1001.2353 Fluid Dynamics
+1001.2360 High Energy Astrophysical Phenomena
+1001.2363 Information Theory
+1001.2373
+1001.2375 General Physics
+1001.2376 Information Theory
+1001.2377 Statistical Mechanics
+1001.2379 Algebraic Geometry
+1001.2381 Probability
+1001.2382 General Physics
+1001.2383 Analysis of PDEs
+1001.2384 Cosmology and Nongalactic Astrophysics
+1001.2385
+1001.2386 Software Engineering
+1001.2388 Astrophysics of Galaxies
+1001.2390 Analysis of PDEs
+1001.2396 Phenomenology
+1001.2397 Phenomenology
+1001.2407 High Energy Astrophysical Phenomena
+1001.2408 Geometric Topology
+1001.2414 General Physics
+1001.2420 Cosmology and Nongalactic Astrophysics
+1001.2426 Functional Analysis
+1001.2427 Phenomenology
+1001.2431 Complex Variables
+1001.2432 Functional Analysis
+1001.2434 Solar and Stellar Astrophysics
+1001.2435 Differential Geometry
+1001.2437 Combinatorics
+1001.2439 High Energy Astrophysical Phenomena
+1001.2451 Classical Analysis and ODEs
+1001.2452 Phenomenology
+1001.2463 Information Theory
+1001.2465 Atomic Physics
+1001.2468 Phenomenology
+1001.2472 Materials Science
+1001.2473 Dynamical Systems
+1001.2474 Probability
+1001.2477 Statistics Theory
+1001.2479 Theory
+1001.2480 Cosmology and Nongalactic Astrophysics
+1001.2487 Instrumentation and Detectors
+1001.2492 Mesoscale and Nanoscale Physics
+1001.2496 Differential Geometry
+1001.2497 Instrumentation and Detectors
+1001.2498 Mesoscale and Nanoscale Physics
+1001.2499 Quantitative Methods
+1001.2501 Differential Geometry
+1001.2503 Information Theory
+1001.2506 Differential Geometry
+1001.2511 Number Theory
+1001.2518
+1001.2525 Number Theory
+1001.2528 Strongly Correlated Electrons
+1001.2529 Strongly Correlated Electrons
+1001.2530 Theory
+1001.2537 Phenomenology
+1001.2543 Cosmology and Nongalactic Astrophysics
+1001.2544 Soft Condensed Matter
+1001.2545 Information Theory
+1001.2547 Information Theory
+1001.2548 Number Theory
+1001.2550
+1001.2551 Combinatorics
+1001.2554 Information Theory
+astro-ph/0006071
+astro-ph/0006142
+astro-ph/0006154
+astro-ph/9502052
+astro-ph/9506015
+astro-ph/9508106
+astro-ph/9901104
+cond-mat/0201149
+cond-mat/0303349 Mesoscale and Nanoscale Physics
+cond-mat/0305627 Statistical Mechanics
+cond-mat/0311122 Statistical Mechanics
+cond-mat/0503599 Strongly Correlated Electrons
+cond-mat/0508341 Statistical Mechanics
+cond-mat/0611445 Superconductivity
+gr-qc/0402017
+gr-qc/0603065
+gr-qc/9407034
+gr-qc/9412031
+hep-ex/0106046 Experiment
+hep-ex/0312017 Experiment
+hep-ex/0602007 Experiment
+hep-ex/9702005 Experiment
+hep-lat/0611004 Lattice
+hep-ph/0006108 Phenomenology
+hep-ph/0011097 Phenomenology
+hep-ph/0104114 Phenomenology
+hep-ph/0111181 Phenomenology
+hep-ph/0206072 Phenomenology
+hep-ph/0206233 Phenomenology
+hep-ph/0308306 Phenomenology
+hep-ph/0310337 Phenomenology
+hep-ph/0311178 Phenomenology
+hep-ph/0405102 Phenomenology
+hep-ph/0407020 Phenomenology
+hep-ph/0408048 Phenomenology
+hep-ph/0507076 Phenomenology
+hep-ph/0703254 Phenomenology
+hep-ph/9204239 Phenomenology
+hep-ph/9208211 Phenomenology
+hep-ph/9403322 Phenomenology
+hep-ph/9404270 Phenomenology
+hep-ph/9407301 Phenomenology
+hep-ph/9411394 Phenomenology
+hep-ph/9506256 Phenomenology
+hep-ph/9510409 Phenomenology
+hep-ph/9511204 Phenomenology
+hep-ph/9712360 Phenomenology
+hep-th/0308118 Theory
+hep-th/0308127 Theory
+hep-th/0404018 Theory
+hep-th/0407006 Theory
+hep-th/0408110 Theory
+hep-th/0503189 Theory
+hep-th/0504182 Theory
+hep-th/0507007 Theory
+hep-th/0507148 Theory
+hep-th/0507234 Theory
+hep-th/0602189 Theory
+hep-th/0607122 Theory
+hep-th/9604016 Theory
+hep-th/9709069 Theory
+math-ph/0601021
+math/0311027 Analysis of PDEs
+math/0311028 Analysis of PDEs
+math/0609733 Number Theory
+math/0611930 Category Theory
+nucl-ex/9608005
+nucl-th/0002023
+nucl-th/0008006
+nucl-th/0008056
+nucl-th/0212090
+nucl-th/0612050
+nucl-th/9404005
+nucl-th/9712076
+nucl-th/9805052
+physics/0102083 Instrumentation and Detectors
+physics/0111005 Accelerator Physics
+physics/0111144 Accelerator Physics
+physics/0111147 Accelerator Physics
+physics/0111150 Accelerator Physics
+physics/0503137 Physics and Society
+physics/0603186 Data Analysis, Statistics and Probability
+0708.2861 Theory
+0802.1254 Atomic Physics
+0804.1597 Functional Analysis
+0806.4734 Theory
+0808.3156
+0808.3283
+0810.2107
+0811.4549 Representation Theory
+0903.3580 Analysis of PDEs
+0906.0368 Phenomenology
+0907.0081
+0907.0335 Populations and Evolution
+0907.4198
+0907.4684 Dynamical Systems
+0908.2513 Analysis of PDEs
+0908.3805 Operator Algebras
+0909.0441 Strongly Correlated Electrons
+0909.1985
+0909.5262 Computation
+0910.1179 Theory
+0910.2237 Cosmology and Nongalactic Astrophysics
+0910.2909 Statistical Finance
+0910.4649
+0911.0939 Biological Physics
+0912.0831 Optics
+1001.3102 Information Theory
+1002.0301 Superconductivity
+1002.1017
+1002.1158 Mesoscale and Nanoscale Physics
+1002.2908 Fluid Dynamics
+1002.3879 Group Theory
+1002.5011 Algebraic Geometry
+1003.1379
+1004.1126 Biological Physics
+1004.5056 Soft Condensed Matter
+1006.0383 Statistical Mechanics
+1006.0873 Number Theory
+1006.4426 Quantum Gases
+1006.5491 Group Theory
+1007.0320 Superconductivity
+1007.0487 Instrumentation and Detectors
+1007.0671 Physics and Society
+1007.0688 History and Overview
+1007.0704 Cosmology and Nongalactic Astrophysics
+1007.0761 Materials Science
+1007.0762 Materials Science
+1007.0764 Strongly Correlated Electrons
+1007.0767 Cryptography and Security
+1007.0769 History and Philosophy of Physics
+1007.0770 Soft Condensed Matter
+1007.0771 Solar and Stellar Astrophysics
+1007.0773 Analysis of PDEs
+1007.0779 Logic in Computer Science
+1007.0788 Logic in Computer Science
+1007.0789 Fluid Dynamics
+1007.0791 Rings and Algebras
+1007.0795 Combinatorics
+1007.0797 Combinatorics
+1007.0803 Multiagent Systems
+1007.0818 Materials Science
+1007.0830
+1007.0831 Logic in Computer Science
+1007.0837 Chemical Physics
+1007.0838 Spectral Theory
+1007.0839 Solar and Stellar Astrophysics
+1007.0841 Geometric Topology
+1007.0843 Experiment
+1007.0844 Logic
+1007.0847 Other Condensed Matter
+1007.0858 Neurons and Cognition
+1007.0859 Artificial Intelligence
+1007.0864 Biological Physics
+1007.0868 Functional Analysis
+1007.0874 Functional Analysis
+1007.0877 Differential Geometry
+1007.0878 Number Theory
+1007.0879 Functional Analysis
+1007.0880 Discrete Mathematics
+1007.0891 Algebraic Geometry
+1007.0896 Probability
+1007.0906 Combinatorics
+1007.0909 Mesoscale and Nanoscale Physics
+1007.0913 Quantum Gases
+1007.0917 Cryptography and Security
+1007.0918 Cryptography and Security
+1007.0920 Distributed, Parallel, and Cluster Computing
+1007.0921 Probability
+1007.0923 Fluid Dynamics
+1007.0926 Number Theory
+1007.0929 Number Theory
+1007.0931 Information Theory
+1007.0936 Computation and Language
+1007.0941 Functional Analysis
+1007.0944 General Physics
+1007.0946 Popular Physics
+1007.0948 Geometric Topology
+1007.0952 Probability
+1007.0958 Materials Science
+1007.0960 Networking and Internet Architecture
+1007.0965 Metric Geometry
+1007.0971 Superconductivity
+1007.0975 Solar and Stellar Astrophysics
+1007.0976 Fluid Dynamics
+1007.0979 Analysis of PDEs
+hep-th/0507050 Theory
+hep-th/0511179 Theory
+math/0309106 Algebraic Topology
+math/0309236 Functional Analysis
+math/0312046 Algebraic Topology
+math/0607743 Complex Variables
+math/0612249 Analysis of PDEs
+math/0703385 Operator Algebras
+q-bio/0411032 Quantitative Methods
+0707.0619
+0707.1791 Mesoscale and Nanoscale Physics
+0801.2825 Strongly Correlated Electrons
+0802.0932 Analysis of PDEs
+0802.4367
+0803.2480 Analysis of PDEs
+0803.3070 Theory
+0803.3785 Probability
+0804.2163
+0806.0108 Genomics
+0806.1890 Analysis of PDEs
+0806.4770
+0808.1644 Differential Geometry
+0810.1419 Functional Analysis
+0810.2236 Theory
+0810.5249 Differential Geometry
+0811.3318 Strongly Correlated Electrons
+0812.2528 Analysis of PDEs
+0812.2656 Probability
+0901.1324 Probability
+0901.1333
+0901.2301
+0901.4835 Discrete Mathematics
+0902.3711
+0904.2938 Materials Science
+0904.3617
+0905.1903 Phenomenology
+0905.2926 Pricing of Securities
+0906.4467 Materials Science
+0907.0384 High Energy Astrophysical Phenomena
+0907.2105 Algebraic Topology
+0907.5039 Superconductivity
+0907.5317 Statistical Mechanics
+0908.2898 Phenomenology
+0909.0201 Statistical Mechanics
+0909.0667 Exactly Solvable and Integrable Systems
+0909.2429
+0909.2727 General Physics
+0909.3315
+0909.3392 Computational Complexity
+0909.4231 Mesoscale and Nanoscale Physics
+0909.4834
+0909.5095 Cosmology and Nongalactic Astrophysics
+0909.5348
+0910.1003 Materials Science
+0910.2567 Phenomenology
+0910.2716
+0910.3497 Instrumentation and Detectors
+0910.4813 Mesoscale and Nanoscale Physics
+0910.4838 Lattice
+0910.4845 Lattice
+0910.5231 Statistical Mechanics
+0911.0600 Combinatorics
+0911.2052 Operator Algebras
+0911.4732 Discrete Mathematics
+0912.1360 Probability
+0912.1866 Number Theory
+0912.2010 Quantum Gases
+0912.2124 Group Theory
+0912.4823 Strongly Correlated Electrons
+1001.1142 Statistical Mechanics
+1001.2179 Differential Geometry
+1002.0353 Number Theory
+1002.0876 Populations and Evolution
+1002.1156 Learning
+1002.1473
+1002.1530 Information Theory
+1002.1532 Information Theory
+1002.1624 Formal Languages and Automata Theory
+1002.1715 Earth and Planetary Astrophysics
+1002.1718 Computer Science and Game Theory
+1002.1720 Superconductivity
+1002.1723 Differential Geometry
+1002.1726
+1002.1729 Astrophysics of Galaxies
+1002.1730 Soft Condensed Matter
+1002.1736 Biomolecules
+1002.1742 Astrophysics of Galaxies
+1002.1744 Information Theory
+1002.1745 Operator Algebras
+1002.1746 Algebraic Topology
+1002.1748 Combinatorics
+1002.1749 Combinatorics
+1002.1753 Commutative Algebra
+1002.1755 Experiment
+1002.1756 Analysis of PDEs
+1002.1758
+1002.1759 Astrophysics of Galaxies
+1002.1764 Materials Science
+1002.1768 Representation Theory
+1002.1773 Robotics
+1002.1774 Robotics
+1002.1775 Astrophysics of Galaxies
+1002.1780 Mesoscale and Nanoscale Physics
+1002.1783 Cosmology and Nongalactic Astrophysics
+1002.1785 Analysis of PDEs
+1002.1786 Analysis of PDEs
+1002.1787 Fluid Dynamics
+1002.1788 Analysis of PDEs
+1002.1791 Statistical Mechanics
+1002.1796 Logic in Computer Science
+1002.1800 Astrophysics of Galaxies
+1002.1802 Physics and Society
+1002.1812 Optimization and Control
+1002.1816 Analysis of PDEs
+1002.1825 Materials Science
+1002.1828 Discrete Mathematics
+1002.1834 Networking and Internet Architecture
+1002.1835 Phenomenology
+1002.1837 Differential Geometry
+1002.1843 Computational Geometry
+1002.1848 Solar and Stellar Astrophysics
+1002.1852 Algebraic Topology
+1002.1858 General Physics
+1002.1860 Space Physics
+1002.1866 Group Theory
+1002.1868 Logic
+1002.1874 Networking and Internet Architecture
+1002.1876
+1002.1878 Probability
+1002.1881 Hardware Architecture
+1002.1886 Number Theory
+1002.1890 Soft Condensed Matter
+1002.1898 High Energy Astrophysical Phenomena
+1002.1901 Mesoscale and Nanoscale Physics
+1002.1905 Metric Geometry
+1002.1915 High Energy Astrophysical Phenomena
+1002.1916 Information Theory
+1002.1921 Combinatorics
+1002.1925 Combinatorics
+1002.1931 Mesoscale and Nanoscale Physics
+1002.1932 Theory
+1002.1936 General Literature
+1002.1937 Computational Geometry
+1002.1940 Computation
+1002.1950 Cryptography and Security
+1002.1951 Multimedia
+1002.1953 Hardware Architecture
+1002.1954 Networking and Internet Architecture
+1002.1955 Networking and Internet Architecture
+hep-ph/0202074 Phenomenology
+hep-ph/0309033 Phenomenology
+hep-th/0203048 Theory
+math/0401209 Number Theory
+math/0507236 Group Theory
+math/0601663 Number Theory
+math/0604586 Rings and Algebras
+q-bio/0601035 Populations and Evolution
+0704.3086 Probability
+0704.3788 Other Condensed Matter
+0705.1414 Theory
+0708.4306
+0709.2648
+0709.4152
+0712.0627 Theory
+0712.3238 Spectral Theory
+0712.3954 Number Theory
+0802.1027 Other Condensed Matter
+0803.2618 Statistical Mechanics
+0804.0855 Theory
+0807.1248 Phenomenology
+0807.1635
+0807.2845 Disordered Systems and Neural Networks
+0808.2814 Phenomenology
+0810.3423 Phenomenology
+0811.0877
+0811.1967 Theory
+0812.0223 Disordered Systems and Neural Networks
+0812.0678
+0812.2085 Theory
+0812.4250
+0812.4830 Experiment
+0901.0609 Phenomenology
+0901.4005 Cosmology and Nongalactic Astrophysics
+0902.0367 Lattice
+0902.2384
+0902.2729 Theory
+0902.4490 Phenomenology
+0902.4770 Phenomenology
+0904.1581 Probability
+0904.2106
+0904.3813 Phenomenology
+0904.4329
+0906.3316 Quantum Gases
+0907.4672
+0907.5176 Phenomenology
+0908.0428 Combinatorics
+0908.2186 Phenomenology
+0908.2412 Atomic Physics
+0909.2173 Theory
+0910.2905 Lattice
+0910.3631 Mesoscale and Nanoscale Physics
+0911.2326 Theory
+0911.3032
+0911.3237 Phenomenology
+0911.3333
+0911.3454 Physics and Society
+0912.0381 Plasma Physics
+0912.2734 Theory
+0912.2744 Quantum Gases
+0912.4800 High Energy Astrophysical Phenomena
+1001.0939 Phenomenology
+1001.1268 Operator Algebras
+1001.1387
+1001.1541 Theory
+1001.2808 Theory
+1001.3075 Phenomenology
+1001.3468 Phenomenology
+1001.4207 Phenomenology
+1001.4248 Phenomenology
+1001.4931 Phenomenology
+1001.5118 Theory
+1001.5166 Theory
+1002.0893 Experiment
+1002.1850 Experiment
+1002.2503 Phenomenology
+1002.2818 Theory
+1002.2991
+1002.3547 Theory
+1002.3857 Theory
+1002.4191 Theory
+1002.4601 Phenomenology
+1003.0097
+1003.0289 Phenomenology
+1003.1857 Phenomenology
+1003.1883 Statistical Mechanics
+1003.2363
+1003.2388 Phenomenology
+1003.3129 Phenomenology
+1003.3657
+1003.4052 Theory
+1003.4363
+1003.4603 Theory
+1003.4717 Theory
+1003.5165 Statistics Theory
+1003.6084 Cosmology and Nongalactic Astrophysics
+1004.0011 Algebraic Geometry
+1004.2040
+1004.2779 Theory
+1004.2849 Theory
+1004.2980 Phenomenology
+1004.3060 Quantum Gases
+1004.3691 Theory
+1004.3752 Theory
+1004.4220 Theory
+1004.4353 Strongly Correlated Electrons
+1004.5138 Theory
+1005.0234 Phenomenology
+1005.0559 Phenomenology
+1005.1354 Phenomenology
+1005.1374 Superconductivity
+1005.1632 Phenomenology
+1005.3482 Phenomenology
+1005.3840 Theory
+1005.4334 Theory
+1005.4345 Cosmology and Nongalactic Astrophysics
+1005.4731 Phenomenology
+1005.5177 Experiment
+1005.5330
+1006.1185 Theory
+1006.3284 Phenomenology
+1006.3999 Cosmology and Nongalactic Astrophysics
+1006.4629 High Energy Astrophysical Phenomena
+1006.5806 Theory
+1007.1428 Theory
+1007.2321 Mesoscale and Nanoscale Physics
+1007.2419 Phenomenology
+1007.2500
+1007.2604 Phenomenology
+1007.2933 Phenomenology
+1007.3022 Statistical Mechanics
+1007.3354 Theory
+1007.3973
+1007.4269 Theory
+1007.4430 Complex Variables
+1007.4596
+1007.5054 Phenomenology
+1007.5208 Phenomenology
+1007.5312 Phenomenology
+1008.0157 Materials Science
+1008.0337 Superconductivity
+1008.0521 Computational Complexity
+1008.0925 Phenomenology
+1008.1577
+1008.1889 Theory
+1008.1943 Cosmology and Nongalactic Astrophysics
+1008.2062 Theory
+1008.2265 Mesoscale and Nanoscale Physics
+1008.2306
+1008.2485 Theory
+1008.2608 Combinatorics
+1008.2956 Phenomenology
+1008.2963 Theory
+1008.2984 Phenomenology
+1008.3263 Phenomenology
+1008.3676 Cosmology and Nongalactic Astrophysics
+1008.4283 Phenomenology
+1008.4579 Theory
+1008.4715 Materials Science
+1008.4783 Phenomenology
+1008.4801
+1008.5096 Theory
+1008.5202 Accelerator Physics
+1009.0265 Phenomenology
+1009.0647
+1009.0987 Number Theory
+1009.0992 Theory
+1009.1135 Theory
+1009.1425
+1009.1730 Phenomenology
+1009.1780 Theory
+1009.2225 Theory
+1009.2276 Phenomenology
+1009.2318 Theory
+1009.2505 Cosmology and Nongalactic Astrophysics
+1009.2580
+1009.2774 Lattice
+1009.2813 Phenomenology
+1009.3320 High Energy Astrophysical Phenomena
+1009.3530 Phenomenology
+1009.3674
+1009.3776 Cosmology and Nongalactic Astrophysics
+1009.4665
+1009.5387 Theory
+1009.5486 Theory
+1009.5724 Statistical Mechanics
+1010.0525 Phenomenology
+1010.0541 Data Analysis, Statistics and Probability
+1010.0755 Classical Analysis and ODEs
+1010.1362
+1010.1364 Phenomenology
+1010.1458 Phenomenology
+1010.3906 Phenomenology
+1010.4187 Phenomenology
+1010.4219 General Mathematics
+1010.4317 Phenomenology
+1010.4373 Phenomenology
+1010.4478 Phenomenology
+1010.4794 Solar and Stellar Astrophysics
+1010.4843 Instrumentation and Methods for Astrophysics
+1011.1434 Phenomenology
+1011.1619 Theory
+1011.1969 Phenomenology
+1011.2263 Phenomenology
+1011.2714 Materials Science
+1011.3975 Pricing of Securities
+1011.4535 Networking and Internet Architecture
+1011.5132 Physics and Society
+1011.6062 Quantitative Methods
+1011.6209 Functional Analysis
+1011.6318 Materials Science
+1011.6449 Cosmology and Nongalactic Astrophysics
+1012.0814 Quantum Algebra
+1012.0867 Analysis of PDEs
+1012.1015 Differential Geometry
+1012.1161 Methodology
+1012.1197 Commutative Algebra
+1012.1294 Mesoscale and Nanoscale Physics
+1012.1336 Computational Complexity
+1012.1609 Information Retrieval
+1012.1615 Computational Engineering, Finance, and Science
+1012.1617 Information Retrieval
+1012.1619 Artificial Intelligence
+1012.1620 Other Computer Science
+1012.1621 Databases
+1012.1628
+1012.1632 Databases
+1012.1633 High Energy Astrophysical Phenomena
+1012.1636 Other Computer Science
+1012.1637 Number Theory
+1012.1638 Digital Libraries
+1012.1641 Programming Languages
+1012.1643 Artificial Intelligence
+1012.1645 Databases
+1012.1646 Artificial Intelligence
+1012.1647 Accelerator Physics
+1012.1648 Artificial Intelligence
+1012.1650 Digital Libraries
+1012.1653 Group Theory
+1012.1659 Artificial Intelligence
+1012.1660 Databases
+1012.1661 Artificial Intelligence
+1012.1663 Information Retrieval
+1012.1664 Other Computer Science
+1012.1665 Cryptography and Security
+1012.1666 Information Retrieval
+1012.1667 Artificial Intelligence
+1012.1671 Human-Computer Interaction
+1012.1672 Computer Science and Game Theory
+1012.1673 Computer Science and Game Theory
+1012.1675 Functional Analysis
+1012.1687 Earth and Planetary Astrophysics
+1012.1689 Networking and Internet Architecture
+1012.1691 Numerical Analysis
+1012.1695
+1012.1699 Metric Geometry
+1012.1705
+1012.1715 Computational Physics
+1012.1718 Computational Physics
+1012.1719
+1012.1725 Fluid Dynamics
+1012.1726 Analysis of PDEs
+1012.1731 Materials Science
+1012.1733 Analysis of PDEs
+1012.1734 Numerical Analysis
+1012.1741 Materials Science
+1012.1742 Group Theory
+1012.1743 Artificial Intelligence
+1012.1744 Algebraic Topology
+1012.1745 Artificial Intelligence
+1012.1750 Cosmology and Nongalactic Astrophysics
+1012.1754 Rings and Algebras
+1012.1759 Probability
+1012.1765 Algebraic Geometry
+1012.1767 Statistical Mechanics
+1012.1771 Superconductivity
+1012.1776 Information Theory
+1012.1777 Representation Theory
+1012.1785 Group Theory
+1012.1788 Biological Physics
+1012.1796 Combinatorics
+1012.1800 General Physics
+1012.1801 Representation Theory
+1012.1805 General Topology
+1012.1814 Statistical Mechanics
+1012.1817 Solar and Stellar Astrophysics
+1012.1824 Data Structures and Algorithms
+1012.1825 Number Theory
+1012.1830 Experiment
+1012.1842 Probability
+1012.1843 Probability
+1012.1850 Data Structures and Algorithms
+astro-ph/0002131
+astro-ph/0002308
+astro-ph/0003388
+astro-ph/0011475
+astro-ph/0104464
+astro-ph/0109199
+astro-ph/0110404
+astro-ph/0201405
+astro-ph/0208103
+astro-ph/0208219
+astro-ph/0208567
+astro-ph/0209093
+astro-ph/0303089
+astro-ph/0303227
+astro-ph/0305033
+astro-ph/0305035
+astro-ph/0305126
+astro-ph/0305211
+astro-ph/0312080
+astro-ph/0402045
+astro-ph/0402210
+astro-ph/0406194
+astro-ph/0407646
+astro-ph/0409275
+astro-ph/0409479
+astro-ph/0409523
+astro-ph/0409629
+astro-ph/0410419
+astro-ph/0411475
+astro-ph/0501643
+astro-ph/0502465
+astro-ph/0503033
+astro-ph/0503196
+astro-ph/0503612
+astro-ph/0504465
+astro-ph/0507476
+astro-ph/0509319
+astro-ph/0509344
+astro-ph/0509377
+astro-ph/0509390
+astro-ph/0509397
+astro-ph/0509428
+astro-ph/0509444
+astro-ph/0509449
+astro-ph/0509451
+astro-ph/0509485
+astro-ph/0509523
+astro-ph/0509543
+astro-ph/0509569
+astro-ph/0509618
+astro-ph/0509666
+astro-ph/0509688
+astro-ph/0509691
+astro-ph/0509714
+astro-ph/0509724
+astro-ph/0509842
+astro-ph/0510033
+astro-ph/0510036
+astro-ph/0510073
+astro-ph/0510076
+astro-ph/0510139
+astro-ph/0510140
+astro-ph/0510273
+astro-ph/0510506
+astro-ph/0510514
+astro-ph/0510521
+astro-ph/0510617
+astro-ph/0510644
+astro-ph/0510779
+astro-ph/0510832
+astro-ph/0511024
+astro-ph/0511208
+astro-ph/0511460
+astro-ph/0511524
+astro-ph/0601237
+astro-ph/0602117
+astro-ph/0603019
+astro-ph/0605353
+astro-ph/9308017
+astro-ph/9309049
+astro-ph/9309054
+astro-ph/9311041
+astro-ph/9403037
+astro-ph/9502034
+astro-ph/9704099
+astro-ph/9812370
+astro-ph/9910222
+chao-dyn/9501009 Chaotic Dynamics
+chao-dyn/9604018 Chaotic Dynamics
+chao-dyn/9612015 Chaotic Dynamics
+cond-mat/0610242 Soft Condensed Matter
+gr-qc/0304058
+gr-qc/0504141
+gr-qc/9802051
+hep-ex/0102033 Experiment
+hep-ex/0210039 Experiment
+hep-ex/0412012 Experiment
+hep-lat/0210012 Lattice
+hep-ph/0106187 Phenomenology
+hep-ph/0201178 Phenomenology
+hep-ph/0203019 Phenomenology
+hep-ph/0206168 Phenomenology
+hep-ph/0208222 Phenomenology
+hep-ph/0208264 Phenomenology
+hep-ph/0209362 Phenomenology
+hep-ph/0210440 Phenomenology
+hep-ph/0211316 Phenomenology
+hep-ph/0305009 Phenomenology
+hep-ph/0309229 Phenomenology
+hep-ph/0405067 Phenomenology
+hep-ph/0604027 Phenomenology
+hep-ph/0611336 Phenomenology
+hep-ph/9211201 Phenomenology
+hep-ph/9305208 Phenomenology
+hep-ph/9405385 Phenomenology
+hep-ph/9412216 Phenomenology
+hep-ph/9801208 Phenomenology
+hep-ph/9810315 Phenomenology
+hep-ph/9811442 Phenomenology
+hep-th/0110019 Theory
+hep-th/0210293 Theory
+hep-th/0211186 Theory
+math/0509280 Statistics Theory
+math/0602511 Combinatorics
+nucl-ex/0206007
+nucl-ex/0302022
+physics/0305009 General Physics
+physics/0403115 History and Philosophy of Physics
+0804.1333 General Topology
+0811.2815 Theory
+0901.0130 Theory
+0910.2768 Differential Geometry
+1001.2443 Materials Science
+1001.4112 Materials Science
+1002.1798
+0706.0730 Disordered Systems and Neural Networks
+0709.2201 Discrete Mathematics
+0709.2525 Discrete Mathematics
+0709.3590 Discrete Mathematics
+0804.4679 Number Theory
+0806.4616
+0810.0191 Analysis of PDEs
+0810.2336 Metric Geometry
+0811.1016 General Topology
+0905.0802
+0906.3937 Statistical Mechanics
+0907.1890 Fluid Dynamics
+0908.1503 Number Theory
+0908.1862 Geometric Topology
+0908.3006 Materials Science
+0909.0035 Geometric Topology
+0909.2613 Combinatorics
+0909.5549 Differential Geometry
+0910.0136 Disordered Systems and Neural Networks
+0910.3142 Number Theory
+0910.4539 Differential Geometry
+0911.0812 Atomic Physics
+0911.0858 Experiment
+0912.1456 Theory
+0912.4592 Optics
+1001.0393 Computer Science and Game Theory
+1001.2255 Optimization and Control
+1002.0011 Phenomenology
+1002.2219
+1002.2817 Statistical Mechanics
+1002.4337 Optics
+1003.4819 Quantum Gases
+1004.2326 Phenomenology
+1004.2713 Number Theory
+1004.2976 Solar and Stellar Astrophysics
+1004.2986 Theory
+1004.3168 Quantum Gases
+1004.4960 Computational Complexity
+1005.0515 Disordered Systems and Neural Networks
+1005.0631 Phenomenology
+1005.3747 High Energy Astrophysical Phenomena
+1005.4576 Quantum Algebra
+1005.4999 High Energy Astrophysical Phenomena
+1005.5090 Metric Geometry
+1006.0889 Strongly Correlated Electrons
+1006.1054 Functional Analysis
+1006.1621 Solar and Stellar Astrophysics
+1006.2052 Functional Analysis
+1006.4072
+1006.4281 Populations and Evolution
+1006.5336 High Energy Astrophysical Phenomena
+1007.0240 Mesoscale and Nanoscale Physics
+1007.1325 Materials Science
+1007.1557 Materials Science
+1007.3081 Strongly Correlated Electrons
+1007.4732 Number Theory
+1007.4956 Phenomenology
+1007.5180 Artificial Intelligence
+1007.5196 Astrophysics of Galaxies
+1007.5314 Algebraic Geometry
+1007.5319 Numerical Analysis
+1007.5334 Combinatorics
+1007.5335 Numerical Analysis
+1007.5336 Information Theory
+1007.5338 Accelerator Physics
+1007.5340 Superconductivity
+1007.5344 Combinatorics
+1007.5346 Combinatorics
+1007.5347 Atmospheric and Oceanic Physics
+1007.5350 Combinatorics
+1007.5353 Pricing of Securities
+1007.5367 Optics
+1007.5372 Materials Science
+1007.5386 General Physics
+1007.5389 Atomic Physics
+1007.5392 Materials Science
+1007.5394 Group Theory
+1007.5400 Combinatorics
+1007.5404 High Energy Astrophysical Phenomena
+1007.5406 Data Structures and Algorithms
+1007.5408 Information Theory
+1007.5410 Materials Science
+1007.5413 Statistical Finance
+1007.5417 Fluid Dynamics
+1007.5421 Artificial Intelligence
+1007.5425 Networking and Internet Architecture
+1007.5433 Risk Management
+1007.5434 Combinatorics
+1007.5440 Algebraic Geometry
+1007.5445 Analysis of PDEs
+1007.5450 Data Structures and Algorithms
+1007.5452 Materials Science
+1007.5453 Quantum Gases
+1007.5462 Probability
+1007.5465 Disordered Systems and Neural Networks
+1007.5467 Differential Geometry
+1007.5471 Neurons and Cognition
+1007.5474 Plasma Physics
+1007.5475 Data Structures and Algorithms
+1007.5478 Differential Geometry
+1007.5485 Number Theory
+1007.5489 Phenomenology
+1007.5491 Logic in Computer Science
+1007.5495 Analysis of PDEs
+1007.5496 Analysis of PDEs
+1007.5511 Materials Science
+1007.5514 Information Theory
+1007.5519 Populations and Evolution
+cs/0304010 Cryptography and Security
+cs/0505082 Cryptography and Security
+cs/0507063 Cryptography and Security
+cs/0607079 Cryptography and Security
+math/0009070 Differential Geometry
+math/0105045 Logic
+math/0208057 Logic
+math/0212009 Logic
+math/0302322 General Topology
+math/0304028 Numerical Analysis
+math/0304489 Number Theory
+math/0307226 Logic
+math/0311228 Metric Geometry
+math/0401154 Combinatorics
+math/0404076 Group Theory
+math/0505458 Algebraic Geometry
+math/0507041 Group Theory
+math/0511059 Commutative Algebra
+math/0703039 Representation Theory
+math/9705209 Logic
+0712.1869 Combinatorics
+0712.3378 Probability
+0802.1915 Representation Theory
+0805.0612 Combinatorics
+0810.2322 Atomic Physics
+0811.3099 Phenomenology
+0901.3425 Materials Science
+0901.4724 Theory
+0902.1919 Differential Geometry
+0904.2753 K-Theory and Homology
+0906.4602 Information Theory
+0907.0798 Differential Geometry
+0907.4230 Discrete Mathematics
+0908.3868 Symplectic Geometry
+0909.4624 Phenomenology
+0909.5591 Lattice
+0910.2513 Cosmology and Nongalactic Astrophysics
+0910.3197
+0911.2797
+0911.3315 Space Physics
+0911.4023 Dynamical Systems
+0911.4223 Data Analysis, Statistics and Probability
+1001.4267 Information Theory
+1001.4470 Group Theory
+1001.4823 Theory
+1002.0422 Materials Science
+1002.1081 Theory
+1002.1846 Theory
+1002.2213 Phenomenology
+1002.2752 Rings and Algebras
+1003.1672 Geometric Topology
+1003.3420 Theory
+1004.0284
+1004.0976
+1004.1001 Data Structures and Algorithms
+1004.3637 Phenomenology
+1004.3803 Theory
+1004.4197
+1004.4697
+1004.5531 Quantum Gases
+1005.0127 Theory
+1005.0910 Phenomenology
+1005.1529
+1005.1673 Phenomenology
+1005.1827 Phenomenology
+1005.2908 Optimization and Control
+1005.3751 Lattice
+1005.3808 Cosmology and Nongalactic Astrophysics
+1005.4171 Theory
+1005.4296 Statistical Mechanics
+1006.0002 Phenomenology
+1006.0467 Phenomenology
+1006.0661 Phenomenology
+1006.0717 Theory
+1006.0913 Phenomenology
+1006.0938 Lattice
+1006.1121
+1006.2357 Phenomenology
+1006.2379 Phenomenology
+1006.2399 Astrophysics of Galaxies
+1006.3444 Classical Physics
+1006.4158 Astrophysics of Galaxies
+1006.4199 Phenomenology
+1007.0319
+1007.0468 Theory
+1007.0871 Phenomenology
+1007.0964 Phenomenology
+1007.1005 Phenomenology
+1007.1493
+1007.2385 Theory
+1007.2498 Theory
+1007.2583 Theory
+1007.3484 Theory
+1007.3737 Theory
+1007.4138 Category Theory
+1007.4199 Cosmology and Nongalactic Astrophysics
+1007.4242 Cosmology and Nongalactic Astrophysics
+1007.4496 Phenomenology
+1007.4610
+1007.4789
+1007.4880 Symplectic Geometry
+1007.4996
+1007.5066
+1007.5201 High Energy Astrophysical Phenomena
+1007.5286 Mesoscale and Nanoscale Physics
+1007.5343
+1007.5443 Phenomenology
+1008.0117 Phenomenology
+1008.0636 Phenomenology
+1008.0747
+1008.1798 Phenomenology
+1008.1810 Theory
+1008.1997 Phenomenology
+1008.2332
+1008.3175 Phenomenology
+1008.3198 Cosmology and Nongalactic Astrophysics
+1008.3297
+1008.3455 Cosmology and Nongalactic Astrophysics
+1008.3536 Phenomenology
+1008.4018 Lattice
+1008.4404 Experiment
+1008.4432 Phenomenology
+1008.4445 Phenomenology
+1008.4523 Quantum Algebra
+1008.4562 Lattice
+1008.4619 Phenomenology
+1008.4750 Phenomenology
+1008.4778 Theory
+1008.4869 Phenomenology
+1008.4921 Theory
+1008.5297 Theory
+1009.0014 Phenomenology
+1009.0067
+1009.0076 Mesoscale and Nanoscale Physics
+1009.0277 Cosmology and Nongalactic Astrophysics
+1009.0307 Phenomenology
+1009.1570 Phenomenology
+1009.2068 Phenomenology
+1009.2226
+1009.2461 Cosmology and Nongalactic Astrophysics
+1009.2783
+1009.2841 Strongly Correlated Electrons
+1009.3077 Phenomenology
+1009.3521 Phenomenology
+1009.3557 Phenomenology
+1009.3813
+1009.4193 Cosmology and Nongalactic Astrophysics
+1009.4670 Phenomenology
+1009.4697 Cosmology and Nongalactic Astrophysics
+1009.4811 Phenomenology
+1009.5024
+1009.5377 Phenomenology
+1009.5901 Mesoscale and Nanoscale Physics
+1010.1208
+1010.1217
+1010.1961 Portfolio Management
+1010.2328 Theory
+1010.2402 Phenomenology
+1010.2776 Theory
+1010.3769 Cosmology and Nongalactic Astrophysics
+1010.4096 High Energy Astrophysical Phenomena
+1010.5998 Theory
+1011.1749 Phenomenology
+1011.2774 Cosmology and Nongalactic Astrophysics
+1011.3065
+1011.3781 Optimization and Control
+1011.3902 Instrumentation and Methods for Astrophysics
+1011.4097
+1011.4572 Combinatorics
+1011.5401 Instrumentation and Methods for Astrophysics
+1011.5554 Cosmology and Nongalactic Astrophysics
+1011.5946
+1011.6269 History and Philosophy of Physics
+1012.3491
+1012.3973 Functional Analysis
+1012.4207
+1012.5003 Combinatorics
+1012.5012 Dynamical Systems
+1012.5066 Methodology
+1012.5101 High Energy Astrophysical Phenomena
+1012.5106 Numerical Analysis
+1012.5108 Materials Science
+1012.5113 Systems and Control
+1012.5120 General Physics
+1012.5122 Group Theory
+1012.5123 Programming Languages
+1012.5124 Mesoscale and Nanoscale Physics
+1012.5127 Materials Science
+1012.5130 Computational Complexity
+1012.5133 Theory
+1012.5135 Chemical Physics
+1012.5137 Instrumentation and Methods for Astrophysics
+1012.5140 Computational Physics
+1012.5142 Materials Science
+1012.5143
+1012.5147 Materials Science
+1012.5148 Classical Physics
+1012.5149 Optimization and Control
+1012.5151 Fluid Dynamics
+1012.5154 Accelerator Physics
+1012.5160 Physics and Society
+1012.5163 Strongly Correlated Electrons
+1012.5168 Lattice
+1012.5169 Experiment
+1012.5173 Computer Science and Game Theory
+1012.5174 Networking and Internet Architecture
+1012.5178
+1012.5185
+1012.5189 Materials Science
+1012.5191 Algebraic Geometry
+1012.5196 Operator Algebras
+1012.5198 Functional Analysis
+1012.5199 Digital Libraries
+1012.5201 Dynamical Systems
+1012.5203 Number Theory
+1012.5204 Cosmology and Nongalactic Astrophysics
+1012.5208 Computer Vision and Pattern Recognition
+1012.5210 Commutative Algebra
+1012.5214 K-Theory and Homology
+1012.5217 Analysis of PDEs
+1012.5219 Experiment
+1012.5233
+1012.5238 Algebraic Geometry
+1012.5240 Computational Geometry
+1012.5248 Formal Languages and Automata Theory
+1012.5250 Space Physics
+1012.5253 Computational Geometry
+1012.5258 Experiment
+1012.5259 Computational Geometry
+1012.5261
+1012.5262 Operator Algebras
+1012.5267 Superconductivity
+1012.5270 Other Condensed Matter
+1012.5274 Probability
+1012.5279 Chemical Physics
+1012.5281 Earth and Planetary Astrophysics
+1012.5283
+1012.5286 General Physics
+1012.5292 Probability
+1012.5295 Spectral Theory
+cond-mat/0607671 Superconductivity
+cond-mat/0607714 Superconductivity
+gr-qc/0611091
+math/0509559 Number Theory
+math/0606796 Algebraic Geometry
+0706.1482 General Mathematics
+0707.1687 Strongly Correlated Electrons
+0707.2447 Dynamical Systems
+0708.3657 Other Condensed Matter
+0712.0624 Strongly Correlated Electrons
+0802.4108 Superconductivity
+0802.4113 Strongly Correlated Electrons
+0803.3207
+0804.0989 Numerical Analysis
+0804.1543 Other Condensed Matter
+0805.1046 Classical Analysis and ODEs
+0807.0701 Optics
+0809.1621 Strongly Correlated Electrons
+0809.4833
+0810.1571 Distributed, Parallel, and Cluster Computing
+0812.1435 Physics and Society
+0901.4544 Disordered Systems and Neural Networks
+0902.3701 Strongly Correlated Electrons
+0902.4119 Statistical Mechanics
+0902.4707 Other Condensed Matter
+0905.0826 Soft Condensed Matter
+0905.2737 Number Theory
+0905.3692 Algebraic Geometry
+0906.2814 Earth and Planetary Astrophysics
+0907.0145 Classical Analysis and ODEs
+0907.0383 Superconductivity
+0907.1332 Quantum Gases
+0907.1380 Atomic Physics
+0907.1653 Earth and Planetary Astrophysics
+0907.2011 Superconductivity
+0908.2691 Materials Science
+0908.3855 Information Theory
+0909.0041 Algebraic Geometry
+0909.0223
+0909.1136 Superconductivity
+0909.2409 Algebraic Topology
+0909.3886 Mesoscale and Nanoscale Physics
+0910.1174 Statistical Mechanics
+0910.4127 Materials Science
+0910.5519 Differential Geometry
+0911.0001 Phenomenology
+0911.0019 Theory
+0911.0597 Theory
+0911.1148 Phenomenology
+0911.1156 Phenomenology
+0911.2372 Optimization and Control
+0911.2886 Strongly Correlated Electrons
+0911.3478 Mesoscale and Nanoscale Physics
+0911.4509 Soft Condensed Matter
+0911.4681 Probability
+0911.5308
+0911.5488 Superconductivity
+0912.0992 Strongly Correlated Electrons
+0912.4850 Strongly Correlated Electrons
+1001.0536 Superconductivity
+1001.1489 Cosmology and Nongalactic Astrophysics
+1001.2504 Group Theory
+1001.3596 Theory
+1001.5335 Quantum Gases
+1002.1086 Mesoscale and Nanoscale Physics
+1002.2022 Earth and Planetary Astrophysics
+1002.2769 Digital Libraries
+1002.3265 Materials Science
+1002.4382 Algebraic Geometry
+1003.0225 Combinatorics
+1003.0312 Phenomenology
+1003.1508 Atmospheric and Oceanic Physics
+1003.1678 Chemical Physics
+1003.1810 Multiagent Systems
+1003.1814 Information Retrieval
+1003.1816 Databases
+1003.1826 Computer Vision and Pattern Recognition
+1003.1827 Computer Vision and Pattern Recognition
+1003.1980 Statistical Mechanics
+1003.1983 Cellular Automata and Lattice Gases
+1003.1984 Combinatorics
+1003.1986 Astrophysics of Galaxies
+1003.1997 Number Theory
+1003.1998 Theory
+1003.2009 Functional Analysis
+1003.2011
+1003.2015 Combinatorics
+1003.2021
+1003.2025
+1003.2028 Combinatorics
+1003.2030
+1003.2032 Soft Condensed Matter
+1003.2057 Analysis of PDEs
+1003.2062 Plasma Physics
+1003.2063 High Energy Astrophysical Phenomena
+1003.2068 Strongly Correlated Electrons
+1003.2074 Probability
+1003.2076 Operator Algebras
+1003.2079 Strongly Correlated Electrons
+1003.2081 Quantum Algebra
+1003.2082 Superconductivity
+1003.2095 Algebraic Geometry
+1003.2097 Operator Algebras
+1003.2104 Dynamical Systems
+1003.2105
+1003.2107 Differential Geometry
+1003.2109 Number Theory
+1003.2110 Quantitative Methods
+1003.2113 Digital Libraries
+1003.2114 Differential Geometry
+1003.2116 Differential Geometry
+1003.2121 Theory
+1003.2122 Probability
+1003.2123 Cryptography and Security
+1003.2124 Combinatorics
+1003.2135 Representation Theory
+1003.2138 Information Theory
+1003.2142 Information Theory
+1003.2143 Strongly Correlated Electrons
+1003.2145 Phenomenology
+1003.2149 Commutative Algebra
+1003.2155 Medical Physics
+1003.2157 Phenomenology
+1003.2160 Solar and Stellar Astrophysics
+1003.2176 Mesoscale and Nanoscale Physics
+1003.2179 Representation Theory
+1003.2181 Solar and Stellar Astrophysics
+1003.2182 Lattice
+1003.2184 Differential Geometry
+1003.2185 Cosmology and Nongalactic Astrophysics
+1003.2195 Complex Variables
+1003.2196
+1003.2197 Representation Theory
+1003.2198 Digital Libraries
+cond-mat/0410541 Materials Science
+cond-mat/9912144 Mesoscale and Nanoscale Physics
+math-ph/0407043
+math-ph/0504082
+math/0410429 Combinatorics
+math/0604091 Quantum Algebra
+math/0609232 General Mathematics
+nlin/0204060 Chaotic Dynamics
+q-bio/0410024 Molecular Networks
+q-bio/0702019 Neurons and Cognition
+0705.3136 Mesoscale and Nanoscale Physics
+0705.3145 Mesoscale and Nanoscale Physics
+0706.3621 General Physics
+0712.2723 General Physics
+0803.3262
+0804.1786
+0805.2528 Mesoscale and Nanoscale Physics
+0807.0614 Differential Geometry
+0810.4756 Probability
+0810.5571 Dynamical Systems
+0811.2422
+0812.4797 General Physics
+0901.0834 Information Theory
+0901.4923 Combinatorics
+0903.1621 Disordered Systems and Neural Networks
+0904.1403 Dynamical Systems
+0904.1474 Symplectic Geometry
+0904.3427 Strongly Correlated Electrons
+0906.4745 Data Analysis, Statistics and Probability
+0906.4774 Combinatorics
+0907.1222 Differential Geometry
+0907.4478
+0908.0466 Mesoscale and Nanoscale Physics
+0909.3665 Quantum Algebra
+0911.1516 Computation and Language
+0911.1517 Computation and Language
+0911.4270
+0912.3486 Differential Geometry
+0912.4220 Cosmology and Nongalactic Astrophysics
+0912.5361 Phenomenology
+1001.1944 Molecular Networks
+1001.4323 Geometric Topology
+1002.0464 Mesoscale and Nanoscale Physics
+1002.1453 Analysis of PDEs
+1002.1935 Analysis of PDEs
+1002.1987 Quantum Gases
+1002.3977 Statistical Mechanics
+1002.4767 Mesoscale and Nanoscale Physics
+1003.0799
+1003.1147 Quantum Gases
+1003.3211 Phenomenology
+1003.4662
+1003.4777 Theory
+1004.1032 Theory
+1004.1838 Strongly Correlated Electrons
+1004.1900 Strongly Correlated Electrons
+1004.2681
+1004.3720 Number Theory
+1004.4165 Optimization and Control
+1004.4170 Optimization and Control
+1005.0303 Strongly Correlated Electrons
+1005.0473 Quantum Gases
+1005.3426 Superconductivity
+1005.4153 Fluid Dynamics
+1005.4223 Plasma Physics
+1005.4511 Solar and Stellar Astrophysics
+1006.0897 Mesoscale and Nanoscale Physics
+1006.3498 Information Retrieval
+1006.5656
+1007.2861
+1007.2948 Instrumentation and Detectors
+1007.3832 Phenomenology
+1007.4409 Algebraic Geometry
+1007.4581 Theory
+1007.4663 Discrete Mathematics
+1007.4737 Solar and Stellar Astrophysics
+1007.4811 Combinatorics
+1007.4816 Experiment
+1007.4821 Number Theory
+1007.4822 Combinatorics
+1007.4823 Number Theory
+1007.4830 Biological Physics
+1007.4837 Strongly Correlated Electrons
+1007.4838 Materials Science
+1007.4845 Group Theory
+1007.4855 Rings and Algebras
+1007.4857 Distributed, Parallel, and Cluster Computing
+1007.4860 High Energy Astrophysical Phenomena
+1007.4863 High Energy Astrophysical Phenomena
+1007.4866 General Physics
+1007.4868 Artificial Intelligence
+1007.4873 Superconductivity
+1007.4878 Materials Science
+1007.4881 Cosmology and Nongalactic Astrophysics
+1007.4884
+1007.4885 Lattice
+1007.4887 General Topology
+1007.4892 Statistical Mechanics
+1007.4902 Rings and Algebras
+1007.4903 Quantitative Methods
+1007.4908 Logic in Computer Science
+1007.4909 Statistics Theory
+1007.4916 Statistical Mechanics
+1007.4921 Experiment
+1007.4922 Differential Geometry
+1007.4927 Other Condensed Matter
+1007.4931 Theory
+1007.4932 Probability
+1007.4934 Numerical Analysis
+1007.4938 Computational Physics
+1007.4946 Theory
+1007.4959 Solar and Stellar Astrophysics
+1007.4969 Applications
+1007.4971 Logic in Computer Science
+1007.4975 Rings and Algebras
+1007.4982 Functional Analysis
+1007.4983 Rings and Algebras
+1007.4986 Programming Languages
+1007.4987 Probability
+1007.4990 High Energy Astrophysical Phenomena
+1007.4991 Astrophysics of Galaxies
+1007.4993 Software Engineering
+1007.4997
+1007.4999 Theory
+1007.5000 Algebraic Geometry
+1007.5004
+1007.5008 Phenomenology
+1007.5009 Cosmology and Nongalactic Astrophysics
+1007.5011 Strongly Correlated Electrons
+1007.5014 Atomic Physics
+1007.5017 Combinatorics
+1007.5019 Combinatorics
+1007.5024 Artificial Intelligence
+1007.5025 Optics
+1007.5026 Theory
+1007.5027 Optics
+1007.5028
+1007.5030 Probability
+1007.5036 Algebraic Geometry
+1007.5041 Superconductivity
+1007.5043 Fluid Dynamics
+1007.5049 Phenomenology
+1007.5055 Mesoscale and Nanoscale Physics
+1007.5056 Mesoscale and Nanoscale Physics
+math-ph/0204006
+math-ph/0408041
+math/0009049 Differential Geometry
+math/0009069 Differential Geometry
+math/0009071 Differential Geometry
+math/0009117 Differential Geometry
+math/0009138 Differential Geometry
+math/0011233 Differential Geometry
+math/0011262 Differential Geometry
+math/0111163 Differential Geometry
+math/0204248 Classical Analysis and ODEs
+math/0205175 Classical Analysis and ODEs
+math/0301037 Classical Analysis and ODEs
+math/0310204 Complex Variables
+math/0402031 Classical Analysis and ODEs
+math/0406616 Classical Analysis and ODEs
+math/0602432 Combinatorics
+math/0606601 Probability
+math/0607291 Analysis of PDEs
+math/0607347 Dynamical Systems
+math/0703598 Combinatorics
+0706.0482 Portfolio Management
+0706.0499 Algebraic Geometry
+0708.1068 Phenomenology
+0708.1478 Experiment
+0708.2586
+0709.0595 Phenomenology
+0709.1793
+0709.1798
+0709.1802
+0711.4499 K-Theory and Homology
+0712.1357 Group Theory
+0801.2049 Materials Science
+0801.4459 Number Theory
+0802.3115
+0803.0134 Discrete Mathematics
+0803.2140 Plasma Physics
+0805.0031 Experiment
+0805.0371 Phenomenology
+0805.2018 Instrumentation and Detectors
+0806.1214 General Mathematics
+0807.3170 Operator Algebras
+0809.5046
+0810.0878 Other Condensed Matter
+0810.1686
+0810.5220 Theory
+0810.5615 Geometric Topology
+0810.5734 Quantum Algebra
+0811.1569 Representation Theory
+0811.2543
+0811.2623 Optimization and Control
+0811.3753 Theory
+0812.0369 Theory
+0812.2508
+0812.2519 K-Theory and Homology
+0812.3464 Theory
+0812.5055
+0901.4844 Plasma Physics
+0902.0242 Chaotic Dynamics
+0902.3573
+0903.0869 Combinatorics
+0903.1855 Cosmology and Nongalactic Astrophysics
+0903.3330 Statistics Theory
+0903.4965 Number Theory
+0904.3305 Probability
+0906.1113 Cosmology and Nongalactic Astrophysics
+0906.1737 Theory
+0906.3325 Analysis of PDEs
+0906.3563 Experiment
+0907.1171 Cosmology and Nongalactic Astrophysics
+0907.1597 Information Theory
+0907.1976 Symplectic Geometry
+0908.0719 Chemical Physics
+0908.1227 Analysis of PDEs
+0909.0144 Statistical Mechanics
+0909.0702 Strongly Correlated Electrons
+0910.0066 Mesoscale and Nanoscale Physics
+0910.0417
+0910.0681 Chaotic Dynamics
+0910.3474 Theory
+0910.3714 Phenomenology
+0910.3996
+0910.5388 Theory
+0911.0264 Theory
+0911.0387 Statistical Mechanics
+0911.2267 Mesoscale and Nanoscale Physics
+0911.3818
+0912.0504 Theory
+0912.1358 Theory
+0912.1814 Theory
+0912.2264
+0912.3925 Data Structures and Algorithms
+0912.3947
+0912.5017 Phenomenology
+0912.5179 Populations and Evolution
+1001.0340 Numerical Analysis
+1001.0694
+1002.0722 Information Theory
+1002.1169 Networking and Internet Architecture
+1002.1854 Optics
+1002.1919 Computation and Language
+1002.3166 Quantum Algebra
+1002.4089 Biological Physics
+1002.4344 Number Theory
+1002.4697 Phenomenology
+1002.5016 Cosmology and Nongalactic Astrophysics
+1003.1850 Differential Geometry
+1003.1870 Theory
+1003.2228 Statistical Mechanics
+1003.2493 Commutative Algebra
+1003.3010 Theory
+1003.3024 Probability
+1003.3026 Cosmology and Nongalactic Astrophysics
+1003.3035 Algebraic Geometry
+1003.3036 Biological Physics
+1003.3040 Commutative Algebra
+1003.3041 High Energy Astrophysical Phenomena
+1003.3046 Commutative Algebra
+1003.3052 K-Theory and Homology
+1003.3056 Information Theory
+1003.3058 General Physics
+1003.3062 Algebraic Topology
+1003.3064 Representation Theory
+1003.3068 Analysis of PDEs
+1003.3080 Multimedia
+1003.3081 Neurons and Cognition
+1003.3082 Artificial Intelligence
+1003.3084 Physics and Society
+1003.3085 Combinatorics
+1003.3086 Mesoscale and Nanoscale Physics
+1003.3094 Computers and Society
+1003.3095 Statistical Mechanics
+1003.3097 Computers and Society
+1003.3103 Logic in Computer Science
+1003.3111 Differential Geometry
+1003.3113 Differential Geometry
+1003.3123 Operator Algebras
+1003.3126 Accelerator Physics
+1003.3127 Optimization and Control
+1003.3131 Computer Science and Game Theory
+1003.3138 Probability
+1003.3142
+1003.3143 Number Theory
+1003.3144 Experiment
+1003.3150 Analysis of PDEs
+1003.3151
+1003.3154 Phenomenology
+1003.3158 Superconductivity
+1003.3159 Instrumentation and Methods for Astrophysics
+1003.3160 Number Theory
+1003.3166 Functional Analysis
+1003.3169 Probability
+1003.3172 Spectral Theory
+1003.3175 Group Theory
+1003.3181 Symbolic Computation
+1003.3182 Statistical Mechanics
+1003.3185 Popular Physics
+1003.3187 Mesoscale and Nanoscale Physics
+1003.3189 General Topology
+1003.3192
+1003.3197 Spectral Theory
+1003.3199 Algebraic Geometry
+1003.3201 Computation
+1003.3202 Differential Geometry
+1003.3209 Symplectic Geometry
+1003.3210 Algebraic Geometry
+1003.3213 Analysis of PDEs
+1003.3220 Differential Geometry
+1003.3221 Category Theory
+1003.3223 History and Philosophy of Physics
+1003.3225 Phenomenology
+1003.3227 Group Theory
+1003.3228
+1003.3229 Superconductivity
+1003.3231 Quantum Algebra
+astro-ph/0410031
+gr-qc/0408086
+hep-ph/9304267 Phenomenology
+math/0104131 Combinatorics
+math/0205271 Algebraic Geometry
+math/0207195 Representation Theory
+math/0502100 Representation Theory
+math/0702816 Functional Analysis
+math/9505203 Logic
+math/9605211 Logic
+math/9712271 Logic
+physics/0611032 Plasma Physics
+physics/0611069 Plasma Physics
+quant-ph/0510079
+quant-ph/0610060
+quant-ph/9412004
+0807.1883 Soft Condensed Matter
+0810.2542
+0811.3452 Number Theory
+0812.1410 Combinatorics
+0901.1726
+0901.2514 Number Theory
+0904.2223 Biological Physics
+0906.2475 Differential Geometry
+0907.1263 Physics and Society
+0907.2609 Probability
+0907.3827
+0909.3648 Artificial Intelligence
+0910.3518 Differential Geometry
+0910.5227 Cosmology and Nongalactic Astrophysics
+0911.4435 Space Physics
+0912.4571 Optimization and Control
+1002.0545 Mesoscale and Nanoscale Physics
+1002.2610 Strongly Correlated Electrons
+1002.4616 Logic in Computer Science
+1003.3161 Statistical Mechanics
+1003.5223 Instrumentation and Methods for Astrophysics
+1004.0353
+1004.1288 Phenomenology
+1004.3029 Geometric Topology
+1004.3030 Theory
+1004.3127 Statistical Mechanics
+1004.5461 Mesoscale and Nanoscale Physics
+1005.3375 Superconductivity
+1005.4674 Geometric Topology
+1006.0094
+1006.0262 Cosmology and Nongalactic Astrophysics
+1006.0408 Quantitative Methods
+1006.0426 Mesoscale and Nanoscale Physics
+1006.3166
+1006.3773 Phenomenology
+1007.0645 Atomic Physics
+1007.1526 Number Theory
+1007.2262 Statistical Mechanics
+1007.3534 Algebraic Geometry
+1007.5222 Materials Science
+1008.0495 Solar and Stellar Astrophysics
+1008.0708 Quantum Gases
+1008.0864 Superconductivity
+1008.1217 Representation Theory
+1008.1696 Statistical Mechanics
+1008.2435 Differential Geometry
+1008.2681 Biological Physics
+1009.0429 Strongly Correlated Electrons
+1009.2004 Combinatorics
+1009.4402 Analysis of PDEs
+1009.4562 Mesoscale and Nanoscale Physics
+1009.4924 Statistical Mechanics
+1009.5372 Analysis of PDEs
+1010.0931 Phenomenology
+1010.1063 Solar and Stellar Astrophysics
+1010.1200 Strongly Correlated Electrons
+1010.1262 Astrophysics of Galaxies
+1010.1938 Cryptography and Security
+1010.2100 Pattern Formation and Solitons
+1010.2206 High Energy Astrophysical Phenomena
+1010.2246 Numerical Analysis
+1010.2357 Experiment
+1010.2439 Computer Science and Game Theory
+1010.2499 Complex Variables
+1010.2508 Molecular Networks
+1010.2512 Geophysics
+1010.2513 Mesoscale and Nanoscale Physics
+1010.2515 Solar and Stellar Astrophysics
+1010.2517 Statistical Mechanics
+1010.2519 Statistical Mechanics
+1010.2520 Theory
+1010.2521 Physics and Society
+1010.2529 Fluid Dynamics
+1010.2530 Neurons and Cognition
+1010.2537 Functional Analysis
+1010.2541 History and Overview
+1010.2546 Combinatorics
+1010.2547 Differential Geometry
+1010.2549 Combinatorics
+1010.2551 Information Theory
+1010.2552 Logic
+1010.2562 Soft Condensed Matter
+1010.2564 Fluid Dynamics
+1010.2569 Fluid Dynamics
+1010.2573 Fluid Dynamics
+1010.2575 Earth and Planetary Astrophysics
+1010.2579 Rings and Algebras
+1010.2586 Phenomenology
+1010.2588
+1010.2590 Differential Geometry
+1010.2591 Complex Variables
+1010.2594 General Physics
+1010.2598 Geophysics
+1010.2600 Number Theory
+1010.2604 Formal Languages and Automata Theory
+1010.2606 Combinatorics
+1010.2608 Geophysics
+1010.2610 Geophysics
+1010.2611 Fluid Dynamics
+1010.2612 Fluid Dynamics
+1010.2615 Combinatorics
+1010.2620 Statistical Mechanics
+1010.2621 Cryptography and Security
+1010.2624 Materials Science
+1010.2627 Mesoscale and Nanoscale Physics
+1010.2628 Mesoscale and Nanoscale Physics
+1010.2631 Mesoscale and Nanoscale Physics
+1010.2635 Theory
+1010.2640
+1010.2643 Materials Science
+1010.2644 Earth and Planetary Astrophysics
+1010.2647 Phenomenology
+1010.2649
+1010.2652 Analysis of PDEs
+1010.2653 Combinatorics
+1010.2658 Popular Physics
+1010.2666 Phenomenology
+1010.2667 Information Theory
+1010.2669 Algebraic Geometry
+1010.2675
+1010.2680 Superconductivity
+1010.2686 Information Theory
+1010.2687 Fluid Dynamics
+1010.2695 Analysis of PDEs
+1010.2702 High Energy Astrophysical Phenomena
+1010.2705 Cryptography and Security
+1010.2706 Human-Computer Interaction
+1010.2707 Geometric Topology
+1010.2708 High Energy Astrophysical Phenomena
+1010.2711 Combinatorics
+1010.2718 Numerical Analysis
+1010.2719 History and Overview
+1010.2721 Algebraic Topology
+1010.2722 Plasma Physics
+1010.2725 Experiment
+1010.2726 Group Theory
+1010.2735 Earth and Planetary Astrophysics
+1010.2736 Geometric Topology
+1010.2737 Statistics Theory
+1010.2742 Fluid Dynamics
+cond-mat/0503421 Other Condensed Matter
+cs/0501021 Distributed, Parallel, and Cluster Computing
+0704.2913 Probability
+0706.0358 Probability
+0707.0750 Analysis of PDEs
+0709.1678 Analysis of PDEs
+0709.3044 Combinatorics
+0710.3446
+0711.0393 Group Theory
+0711.1893 Probability
+0711.2138 Analysis of PDEs
+0712.3035 Combinatorics
+0712.4336
+0801.2994 Superconductivity
+0802.1928 K-Theory and Homology
+0805.0361 Materials Science
+0805.1892
+0806.3845 Subcellular Processes
+0806.3959
+0807.1555 Materials Science
+0807.4711 Materials Science
+0808.1549 Statistical Mechanics
+0808.2853 Theory
+0810.1895 Differential Geometry
+0811.2933 Probability
+0901.0498 Human-Computer Interaction
+0901.3839 Human-Computer Interaction
+0901.3918 Representation Theory
+0901.4689 Complex Variables
+0902.0524 Computer Science and Game Theory
+0902.1162 Geometric Topology
+0902.1844 Solar and Stellar Astrophysics
+0902.3009 Soft Condensed Matter
+0902.3953 Number Theory
+0902.4579 Statistical Mechanics
+0903.1132 Differential Geometry
+0903.1856 Neurons and Cognition
+0904.2539 Experiment
+0904.4172
+0905.2693 Exactly Solvable and Integrable Systems
+0905.3613 Combinatorics
+0905.4289 Algebraic Geometry
+0906.0693 Combinatorics
+0906.3330 Category Theory
+0907.0280
+0907.2961 Strongly Correlated Electrons
+0907.3695 Analysis of PDEs
+0908.3807 Astrophysics of Galaxies
+0908.4432
+0909.3271 Combinatorics
+0909.4942
+0909.5167 Theory
+0910.0268 Superconductivity
+0910.1759 Differential Geometry
+0910.2192 Plasma Physics
+0910.2196 Plasma Physics
+0910.2564 Quantum Gases
+0910.2569 Analysis of PDEs
+0910.4225 Quantum Gases
+0910.5697 Information Theory
+0911.0057 Trading and Market Microstructure
+0911.1314
+0911.1610 Pricing of Securities
+0911.2401 Probability
+0911.3259 Mesoscale and Nanoscale Physics
+0911.4101 Mesoscale and Nanoscale Physics
+0911.4166 Strongly Correlated Electrons
+0911.4787 Theory
+0912.1101 Representation Theory
+0912.1534 Neural and Evolutionary Computing
+0912.1570 Chemical Physics
+0912.2879
+0912.4234 Phenomenology
+1001.2482 Strongly Correlated Electrons
+1001.3441 Superconductivity
+1001.3500 Computational Engineering, Finance, and Science
+1001.3585 Mesoscale and Nanoscale Physics
+1001.3714 Networking and Internet Architecture
+1001.4954 Representation Theory
+1001.5241 Populations and Evolution
+1002.0374 Combinatorics
+1002.0441 Mesoscale and Nanoscale Physics
+1002.0764 Plasma Physics
+1002.1109 High Energy Astrophysical Phenomena
+1002.1428 Cell Behavior
+1002.2831 Complex Variables
+1002.3724 Computational Engineering, Finance, and Science
+1003.0085 Functional Analysis
+1003.1454 Combinatorics
+1003.2210 Materials Science
+1003.2294 Methodology
+1003.3241 Number Theory
+1003.4462 Statistical Mechanics
+1004.1031 Strongly Correlated Electrons
+1004.1722 Operator Algebras
+1004.2068 Strongly Correlated Electrons
+1004.2112 General Physics
+1004.2344 Theory
+1004.2349 Representation Theory
+1004.3242 Functional Analysis
+1004.3259 Algebraic Geometry
+1004.3580 Digital Libraries
+1004.3695 Algebraic Geometry
+1004.3730
+1004.4041 Computation
+1004.4216 Databases
+1004.4221 Functional Analysis
+1004.4223 Learning
+1004.4225 Commutative Algebra
+1004.4226 Theory
+1004.4232 Optics
+1004.4233 Populations and Evolution
+1004.4238 Popular Physics
+1004.4239 Discrete Mathematics
+1004.4241 Multimedia
+1004.4245 Mesoscale and Nanoscale Physics
+1004.4258 Statistics Theory
+1004.4260 Algebraic Geometry
+1004.4262 Probability
+1004.4264 Probability
+1004.4267 Probability
+1004.4269 Number Theory
+1004.4271 Analysis of PDEs
+1004.4272 Portfolio Management
+1004.4273 Combinatorics
+1004.4275 Other Computer Science
+1004.4278 Strongly Correlated Electrons
+1004.4279 Instrumentation and Methods for Astrophysics
+1004.4281 Mesoscale and Nanoscale Physics
+1004.4288 Differential Geometry
+1004.4289 Mesoscale and Nanoscale Physics
+1004.4291 Mesoscale and Nanoscale Physics
+1004.4296 Digital Libraries
+1004.4297 Networking and Internet Architecture
+1004.4299 Information Theory
+1004.4302 Geometric Topology
+1004.4311 Combinatorics
+1004.4313
+1004.4316 General Physics
+1004.4322 Neurons and Cognition
+1004.4325 Geometric Topology
+1004.4326 Networking and Internet Architecture
+1004.4329 Numerical Analysis
+1004.4330 Phenomenology
+1004.4332 General Physics
+1004.4334 Information Theory
+1004.4341 High Energy Astrophysical Phenomena
+1004.4349 Dynamical Systems
+1004.4355 Complex Variables
+1004.4356 Networking and Internet Architecture
+1004.4357 Cryptography and Security
+1004.4358 Cryptography and Security
+1004.4359 Cryptography and Security
+1004.4361 Cellular Automata and Lattice Gases
+1004.4369 Commutative Algebra
+1004.4372 Optics
+1004.4373 Computer Vision and Pattern Recognition
+1004.4375 Phenomenology
+1004.4377 Mesoscale and Nanoscale Physics
+1004.4378 Materials Science
+1004.4379 Algebraic Geometry
+1004.4380 Rings and Algebras
+1004.4386 Numerical Analysis
+1004.4387 Molecular Networks
+1004.4388 Tissues and Organs
+1004.4391 Methodology
+1004.4392 Phenomenology
+1004.4394 Biological Physics
+1004.4400 Pricing of Securities
+1004.4404 Rings and Algebras
+1004.4408 Probability
+1004.4410 Phenomenology
+1004.4412 Representation Theory
+1004.4413 Probability
+1004.4416 Metric Geometry
+1004.4422
+1004.4423 Algebraic Topology
+1004.4430 Instrumentation and Methods for Astrophysics
+1004.4432 Information Theory
+1004.4438 Information Theory
+1004.4439 Cosmology and Nongalactic Astrophysics
+1004.4444 Networking and Internet Architecture
+1004.4445 Cryptography and Security
+1004.4447 Software Engineering
+1004.4448 Computer Vision and Pattern Recognition
+1004.4449 Other Computer Science
+1004.4450 Multiagent Systems
+1004.4451 Solar and Stellar Astrophysics
+1004.4454 Multiagent Systems
+1004.4457 Multimedia
+1004.4458 Other Computer Science
+1004.4459 Multimedia
+1004.4460 Information Retrieval
+1004.4462 Information Retrieval
+1004.4463 Software Engineering
+1004.4464 Information Retrieval
+1004.4465 Networking and Internet Architecture
+1004.4466 Networking and Internet Architecture
+1004.4467 Computer Vision and Pattern Recognition
+1004.4469 Computers and Society
+1004.4474 Instrumentation and Detectors
+1004.4477 Cryptography and Security
+1004.4478 Sound
+1004.4480 Other Computer Science
+1004.4481 Networking and Internet Architecture
+1004.4482 Instrumentation and Detectors
+1004.4484 Discrete Mathematics
+1004.4485 Graphics
+1004.4490 Information Theory
+1004.4504 Classical Physics
+1004.4507 Mesoscale and Nanoscale Physics
+1004.4511 Chaotic Dynamics
+1004.4512 Representation Theory
+1004.4520 Information Theory
+1004.4521 Algebraic Geometry
+1004.4526 Risk Management
+1004.4528 Populations and Evolution
+1004.4533 Superconductivity
+1004.4535 Fluid Dynamics
+1004.4536 Cosmology and Nongalactic Astrophysics
+1004.4539 Optimization and Control
+1004.4541 Distributed, Parallel, and Cluster Computing
+1004.4542
+1004.4545 Solar and Stellar Astrophysics
+1004.4548 Symbolic Computation
+1004.4552 Combinatorics
+1004.4556 Mesoscale and Nanoscale Physics
+1004.4559 Distributed, Parallel, and Cluster Computing
+1004.4560 Discrete Mathematics
+1004.4561
+1004.4564 Geometric Topology
+1004.4571 Combinatorics
+1004.4575 Theory
+1004.4580 Computers and Society
+1004.4583 Networking and Internet Architecture
+1004.4586 Networking and Internet Architecture
+1004.4587 General Physics
+1004.4588 Networking and Internet Architecture
+1004.4592 Trading and Market Microstructure
+1004.4594 Other Computer Science
+1004.4595 Other Computer Science
+1004.4600 Networking and Internet Architecture
+1004.4601 Information Theory
+1004.4602 Cosmology and Nongalactic Astrophysics
+1004.4605 Other Computer Science
+1004.4609
+1004.4610 Neural and Evolutionary Computing
+1004.4612 Other Computer Science
+1004.4614 Networking and Internet Architecture
+1004.4616 Networking and Internet Architecture
+1004.4621 Analysis of PDEs
+cs/0509077 Information Theory
+math/0204324 Probability
+math/0204325 Probability
+math/0212165 Combinatorics
+math/0606509 Probability
+nucl-ex/0307008
+nucl-th/0309011
+physics/0504053 Classical Physics
+physics/0607212 Computational Physics
+physics/0608293 Physics and Society
+0707.3185 Group Theory
+0709.2962 Logic in Computer Science
+0803.0141 Geometric Topology
+0808.2381 Group Theory
+0810.4879 Differential Geometry
+0902.4397
+0903.0135
+0904.1370 Geometric Topology
+0905.4732 Cosmology and Nongalactic Astrophysics
+0907.1607 Phenomenology
+0907.1927 Cosmology and Nongalactic Astrophysics
+0909.1901 Physics and Society
+0910.0815 Algebraic Geometry
+0910.2977 Rings and Algebras
+0910.4927 Probability
+0911.0408 Molecular Networks
+0912.1393
+0912.2094 Cosmology and Nongalactic Astrophysics
+0912.2845
+0912.4921 Mesoscale and Nanoscale Physics
+0912.5275 Quantum Gases
+1001.4875
+1002.0376 Materials Science
+1002.0774 Strongly Correlated Electrons
+1002.2449 Strongly Correlated Electrons
+1003.0377 Chaotic Dynamics
+1003.2873 Algebraic Geometry
+1003.2983 Mesoscale and Nanoscale Physics
+1003.4814 Superconductivity
+1004.0169 Classical Analysis and ODEs
+1004.1231 General Mathematics
+1004.1437 Data Structures and Algorithms
+1004.1507 Cosmology and Nongalactic Astrophysics
+1005.1120 Data Structures and Algorithms
+1005.2052 Classical Analysis and ODEs
+1005.2203 Quantum Gases
+1005.2886
+1006.0178 Classical Analysis and ODEs
+1006.0500
+1006.1439 Biomolecules
+1006.1858
+1006.2615 Optimization and Control
+1006.3337 Pricing of Securities
+1006.3370 Instrumentation and Detectors
+1006.3461
+1006.3583 Dynamical Systems
+1006.3592 Analysis of PDEs
+1006.3599 Instrumentation and Detectors
+1006.3601 Optimization and Control
+1006.3621 Atmospheric and Oceanic Physics
+1006.3623 Instrumentation and Detectors
+1006.3624 Phenomenology
+1006.3625 Atmospheric and Oceanic Physics
+1006.3626 Instrumentation and Detectors
+1006.3630 Numerical Analysis
+1006.3636 Phenomenology
+1006.3638 Formal Languages and Automata Theory
+1006.3642 Analysis of PDEs
+1006.3643 Analysis of PDEs
+1006.3651
+1006.3661 Chaotic Dynamics
+1006.3662 Instrumentation and Detectors
+1006.3674 Instrumentation and Detectors
+1006.3676 Astrophysics of Galaxies
+1006.3678 Logic in Computer Science
+1006.3679 Computer Vision and Pattern Recognition
+1006.3683 Number Theory
+1006.3685 General Physics
+1006.3687 Pattern Formation and Solitons
+1006.3688 Human-Computer Interaction
+1006.3690 Methodology
+1006.3693 Differential Geometry
+1006.3695 Quantum Gases
+1006.3697 General Physics
+1006.3699 Dynamical Systems
+1006.3701 Physics and Society
+1006.3706 Complex Variables
+1006.3707 Methodology
+1006.3708 General Finance
+1006.3712 Instrumentation and Detectors
+1006.3715 Data Structures and Algorithms
+1006.3719 Materials Science
+1006.3724 Distributed, Parallel, and Cluster Computing
+1006.3727 Earth and Planetary Astrophysics
+1006.3728 Distributed, Parallel, and Cluster Computing
+1006.3730 Group Theory
+1006.3732 Distributed, Parallel, and Cluster Computing
+1006.3734 Instrumentation and Detectors
+1006.3739 Distributed, Parallel, and Cluster Computing
+1006.3742 Distributed, Parallel, and Cluster Computing
+1006.3743
+1006.3755 Formal Languages and Automata Theory
+1006.3760 Classical Physics
+1006.3764 Applications
+1006.3770 Plasma Physics
+1006.3771
+1006.3775
+1006.3777 Lattice
+1006.3780 Information Theory
+1006.3781 Numerical Analysis
+1006.3788
+alg-geom/9507008 Algebraic Geometry
+alg-geom/9711005 Algebraic Geometry
+cond-mat/0408340 Mesoscale and Nanoscale Physics
+cond-mat/0502508 Mesoscale and Nanoscale Physics
+math/0006071 Algebraic Geometry
+math/0105232 Number Theory
+math/9901048 Algebraic Geometry
+math/9901120 Geometric Topology
+math/9912002 Algebraic Geometry
+quant-ph/0302142
+quant-ph/0602006
+1005.0238 General Physics
+0710.1419 Rings and Algebras
+0711.4102 Quantum Algebra
+0802.0946 Differential Geometry
+0807.1048 Chemical Physics
+0807.1712 Biological Physics
+0808.1419 Theory
+0808.2307 Combinatorics
+0809.1383
+0810.2985 Classical Physics
+0812.2232 Representation Theory
+0901.0650 Cosmology and Nongalactic Astrophysics
+0901.2234 Methodology
+0901.3683 Cosmology and Nongalactic Astrophysics
+0902.2745
+0902.3014 Materials Science
+0902.3347 Machine Learning
+0902.4380 Methodology
+0905.0603 Methodology
+0905.2773 Differential Geometry
+0906.3565
+0906.4258 Machine Learning
+0906.5141
+0909.0519 High Energy Astrophysical Phenomena
+0910.1523 Probability
+0910.1850 Analysis of PDEs
+0910.2533 Classical Analysis and ODEs
+0911.3460
+0911.4459 Discrete Mathematics
+0912.1177 Numerical Analysis
+1001.2784 Theory
+1001.4747 Analysis of PDEs
+1003.1020 Disordered Systems and Neural Networks
+1003.3612 Superconductivity
+1003.4608 Optimization and Control
+1004.4531 Statistical Mechanics
+1004.4577 Atomic Physics
+1005.0818 Phenomenology
+1005.4816 Quantum Gases
+1006.0250 Plasma Physics
+1006.0564 Materials Science
+1006.1969 Soft Condensed Matter
+1006.4721 Algebraic Geometry
+1007.0685 Quantum Gases
+1007.1717 Discrete Mathematics
+1007.3974 Statistical Mechanics
+1007.4042 Differential Geometry
+1008.1600 Mesoscale and Nanoscale Physics
+1008.1829 Combinatorics
+1008.1909 Methodology
+1008.1986 Computation and Language
+1008.1987 Rings and Algebras
+1008.1989 Optimization and Control
+1008.1990
+1008.1994 Rings and Algebras
+1008.1998 Rings and Algebras
+1008.2006 Rings and Algebras
+1008.2009 Rings and Algebras
+1008.2014 Rings and Algebras
+1008.2021 Logic in Computer Science
+1008.2027 Statistical Mechanics
+1008.2028 Machine Learning
+1008.2034 Algebraic Geometry
+1008.2036 Networking and Internet Architecture
+1008.2040 Metric Geometry
+1008.2047 Geometric Topology
+1008.2058 Other Condensed Matter
+1008.2059 Number Theory
+1008.2066 Neurons and Cognition
+1008.2067 Physics and Society
+1008.2071 Statistical Mechanics
+1008.2084 Representation Theory
+1008.2091 Earth and Planetary Astrophysics
+1008.2093 Information Theory
+1008.2095 Cosmology and Nongalactic Astrophysics
+1008.2103 General Physics
+1008.2104 Pricing of Securities
+1008.2108 Logic in Computer Science
+1008.2109 Logic in Computer Science
+1008.2110 Logic in Computer Science
+1008.2111 Logic in Computer Science
+1008.2112 Logic in Computer Science
+1008.2113
+1008.2116 Mesoscale and Nanoscale Physics
+1008.2122 Information Theory
+1008.2124 General Physics
+1008.2134 Combinatorics
+1008.2144 High Energy Astrophysical Phenomena
+1008.2149 Commutative Algebra
+1008.2152 Soft Condensed Matter
+1008.2160 Multiagent Systems
+1008.2163 Rings and Algebras
+1008.2164 Earth and Planetary Astrophysics
+1008.2167 Metric Geometry
+1008.2169 Methodology
+1008.2176 Biological Physics
+1008.2181 Computer Science and Game Theory
+1008.2184 General Physics
+1008.2185 General Physics
+1008.2186 Databases
+1008.2190 Optics
+1008.2194 Combinatorics
+cond-mat/0208537 Soft Condensed Matter
+cond-mat/0501582 Statistical Mechanics
+hep-th/0503240 Theory
+math-ph/0609014
+math/0601581 Quantum Algebra
+math/0608576 Statistics Theory
+math/0701193 Quantum Algebra
+0706.3081 Differential Geometry
+0708.2725 K-Theory and Homology
+0710.4510 Quantum Algebra
+0711.1605 Information Theory
+0804.0816 Quantum Algebra
+0809.5082 Algebraic Geometry
+0901.4934 Distributed, Parallel, and Cluster Computing
+0902.4745 Superconductivity
+0903.1680 Databases
+0904.0584 Machine Learning
+0904.1882 Physics and Society
+0905.2646 Computation
+0905.2895 Algebraic Topology
+0905.4923 Formal Languages and Automata Theory
+0906.0423 Statistics Theory
+0907.4803 Physics and Society
+0908.4394 Theory
+0909.2730 Theory
+0910.1657 History and Philosophy of Physics
+0911.1391 Strongly Correlated Electrons
+0912.0800 Optics
+0912.2628 Chemical Physics
+0912.4307 Physics and Society
+0912.4732 Materials Science
+1001.1197 Information Theory
+1002.0182 Information Theory
+1002.0215 Information Retrieval
+1002.1547
+1002.3444 Cosmology and Nongalactic Astrophysics
+1002.3445 Astrophysics of Galaxies
+1002.3827 High Energy Astrophysical Phenomena
+1003.1261
+1003.2013 Chaotic Dynamics
+1003.3663 Theory
+1004.2669 Differential Geometry
+1004.3978 Lattice
+1004.4925 Disordered Systems and Neural Networks
+1004.5552 Disordered Systems and Neural Networks
+1005.0110
+1005.0485 Chaotic Dynamics
+1005.2156 Mesoscale and Nanoscale Physics
+1005.2645 Quantum Gases
+1005.2960 High Energy Astrophysical Phenomena
+1005.5374 Experiment
+1006.0132 Algebraic Geometry
+1006.1600 Mesoscale and Nanoscale Physics
+1006.2839
+1006.4060 Mesoscale and Nanoscale Physics
+1006.4596 General Physics
+1006.4808 Quantum Algebra
+1006.5245 Superconductivity
+1007.0502 Strongly Correlated Electrons
+1007.2937 Optimization and Control
+1007.5469
+1008.4518 Algebraic Geometry
+1009.0375 Algebraic Geometry
+1009.1514 Statistical Mechanics
+1009.4328 Materials Science
+1009.4353 High Energy Astrophysical Phenomena
+1009.4447 Computational Complexity
+1010.0597 Solar and Stellar Astrophysics
+1010.0686 Theory
+1010.0696 Systems and Control
+1010.0699 Chemical Physics
+1010.0702
+1010.0716 Combinatorics
+1010.0718 Phenomenology
+1010.0720 Representation Theory
+1010.0722 Combinatorics
+1010.0723 Instrumentation and Methods for Astrophysics
+1010.0745 Statistics Theory
+1010.0750 Computer Science and Game Theory
+1010.0766
+1010.0772 Machine Learning
+1010.0775 Dynamical Systems
+1010.0777 Quantum Algebra
+1010.0785 Mesoscale and Nanoscale Physics
+1010.0796 Statistics Theory
+1010.0797
+1010.0801 History and Philosophy of Physics
+1010.0804 Methodology
+1010.0807 Methodology
+1010.0808 Medical Physics
+1010.0809 Data Structures and Algorithms
+1010.0810 Methodology
+1010.0812 Category Theory
+1010.0814 Methodology
+1010.0815 Functional Analysis
+1010.0817 Analysis of PDEs
+1010.0819 Phenomenology
+1010.0825 Applications
+1010.0828 Applications
+1010.0836 Applications
+1010.0838 Applications
+1010.0839 Applications
+1010.0844 Applications
+1010.0848
+1010.0851 Optimization and Control
+1010.0859 Materials Science
+1010.0865 Analysis of PDEs
+1010.0868 Classical Analysis and ODEs
+1010.0876 Classical Analysis and ODEs
+1010.0879 Operator Algebras
+1010.0883 Phenomenology
+1010.0885 Soft Condensed Matter
+1010.0888 Molecular Networks
+1010.0891 Applications
+1010.0898 Probability
+1010.0905 Discrete Mathematics
+1010.0919 Quantitative Methods
+1010.0920 Differential Geometry
+1010.0923 Functional Analysis
+1010.0924 Databases
+1010.0933 Information Theory
+1010.0937 Information Theory
+1010.0943 Phenomenology
+1010.0944
+1010.0947 Combinatorics
+1010.0958 Distributed, Parallel, and Cluster Computing
+1010.0959 Statistics Theory
+1010.0964 Phenomenology
+1010.0969 Probability
+1010.0971 Experiment
+1010.0979 Neural and Evolutionary Computing
+1010.0980 Neural and Evolutionary Computing
+math/0310351 General Mathematics
+physics/0605140 Data Analysis, Statistics and Probability
+0711.4149
+0802.2414
+0802.4114
+0808.1331 Commutative Algebra
+0901.0073 Solar and Stellar Astrophysics
+0905.2208 Superconductivity
+0906.1485 High Energy Astrophysical Phenomena
+0906.4270 General Topology
+0907.3227 Soft Condensed Matter
+0907.3887
+0907.5143 History and Overview
+0908.3607 Mesoscale and Nanoscale Physics
+0909.4144 Phenomenology
+0909.4510 Statistical Mechanics
+0910.1685 Phenomenology
+0911.1845
+0911.4200 Group Theory
+0912.2297 Symplectic Geometry
+1001.4605 Cosmology and Nongalactic Astrophysics
+1001.5120
+math/0610236 Algebraic Topology
+quant-ph/0412092
+0801.3954 Other Condensed Matter
+0810.5622
+0812.3807 Commutative Algebra
+0902.4886 Algebraic Geometry
+0904.0732 Fluid Dynamics
+0904.4617 Materials Science
+0906.2852 Chaotic Dynamics
+0907.4497 Statistical Mechanics
+0909.0141 Combinatorics
+0910.0071 Solar and Stellar Astrophysics
+0910.1835 Solar and Stellar Astrophysics
+0910.1973 Atomic Physics
+0910.2710 Cosmology and Nongalactic Astrophysics
+0910.4833 Disordered Systems and Neural Networks
+0911.0335 Superconductivity
+0911.0969 Solar and Stellar Astrophysics
+0911.3352 Discrete Mathematics
+0912.5245
+hep-th/0601099 Theory
+math/0409181 Spectral Theory
+math/0411109 Analysis of PDEs
+0710.3801 Complex Variables
+0711.0064 Atomic Physics
+0711.0067 Atomic Physics
+0804.0101 Combinatorics
+0810.2780
+0901.4566 Cosmology and Nongalactic Astrophysics
+0902.3521
+0903.5038 Classical Analysis and ODEs
+0905.1524 Probability
+0905.3915 Atomic Physics
+0906.4109 Theory
+0907.0481 Atomic Physics
+0908.0217 Optics
+0908.1248 Biological Physics
+0909.5553 Other Condensed Matter
+0910.5075 Atomic Physics
+0911.3687
+0911.5535 Differential Geometry
+0911.5584 Cosmology and Nongalactic Astrophysics
+0912.1150 Combinatorics
+0912.2993 Theory
+0912.3520 Theory
+0912.5513 Cosmology and Nongalactic Astrophysics
+1001.0160 Machine Learning
+1001.0451 Functional Analysis
+1001.1018 Functional Analysis
+1001.1597 Information Theory
+1001.4011 Functional Analysis
+1002.0191 Statistical Mechanics
+1002.0984
+1002.2401 Solar and Stellar Astrophysics
+1002.2989 Materials Science
+1002.3364 Superconductivity
+1002.4918 Quantum Gases
+1003.0177 Differential Geometry
+1003.0854 Atomic Physics
+1003.0909
+1003.0965 Cosmology and Nongalactic Astrophysics
+1003.1495
+1003.3045 Discrete Mathematics
+1003.4437
+1004.4037
+1005.0013 Disordered Systems and Neural Networks
+1005.0261 Differential Geometry
+1005.4663 Number Theory
+1006.2068 Superconductivity
+1006.2355 Superconductivity
+1006.5721 Atomic Physics
+1007.0437 Solar and Stellar Astrophysics
+1007.5476 Social and Information Networks
+1008.0781 Cryptography and Security
+1008.1819 Disordered Systems and Neural Networks
+1008.3166 Molecular Networks
+1008.3170
+1008.3174 Superconductivity
+1008.3185 Astrophysics of Galaxies
+1008.3187 Data Structures and Algorithms
+1008.3190 Combinatorics
+1008.3199 Information Theory
+1008.3204 Number Theory
+1008.3208 Discrete Mathematics
+1008.3210 Operator Algebras
+1008.3211 Representation Theory
+1008.3213 Combinatorics
+1008.3216 Data Structures and Algorithms
+1008.3217 Discrete Mathematics
+1008.3219 Strongly Correlated Electrons
+1008.3220 K-Theory and Homology
+1008.3221 Probability
+1008.3222 Systems and Control
+1008.3223 Optics
+1008.3231 Optics
+1008.3234 Superconductivity
+1008.3241 Rings and Algebras
+1008.3244
+1008.3250 Metric Geometry
+1008.3252 Analysis of PDEs
+1008.3253 Cryptography and Security
+1008.3258 Physics Education
+1008.3260 Category Theory
+1008.3266 Combinatorics
+1008.3269 Superconductivity
+1008.3271 Functional Analysis
+1008.3274 Analysis of PDEs
+1008.3275 Number Theory
+1008.3282 Information Retrieval
+1008.3283 Complex Variables
+1008.3284 Spectral Theory
+1008.3285 Probability
+1008.3288 Hardware Architecture
+1008.3289 Social and Information Networks
+1008.3290 Strongly Correlated Electrons
+1008.3301 Computational Engineering, Finance, and Science
+1008.3303 Formal Languages and Automata Theory
+1008.3304 Computational Engineering, Finance, and Science
+1008.3305 Data Structures and Algorithms
+1008.3306 Multiagent Systems
+1008.3307
+1008.3311 Hardware Architecture
+1008.3314 Artificial Intelligence
+1008.3320 Other Computer Science
+1008.3321 Software Engineering
+1008.3340 Hardware Architecture
+1008.3344 Hardware Architecture
+1008.3346 Computer Vision and Pattern Recognition
+1008.3352 Hardware Architecture
+1008.3357 Hardware Architecture
+1008.3360 Optimization and Control
+1008.3364 Classical Analysis and ODEs
+1008.3366 Computer Science and Game Theory
+1008.3374 Analysis of PDEs
+1008.3379 Materials Science
+math/0403065 Differential Geometry
+0711.4139 Differential Geometry
+0804.0470 Differential Geometry
+0901.0852 Logic
+0902.2497 Quantum Algebra
+0902.4585 Group Theory
+0903.5291
+0904.4846 Mesoscale and Nanoscale Physics
+0908.2368 Optimization and Control
+0908.2664 Instrumentation and Methods for Astrophysics
+0910.0085 Optimization and Control
+0911.4759 Differential Geometry
+0912.0304 Theory
+0912.2582
+0912.4775 Differential Geometry
+1001.1145 Exactly Solvable and Integrable Systems
+1001.1414 Computer Science and Game Theory
+1001.1861 Accelerator Physics
+math/0603320 Differential Geometry
+0704.0437 Experiment
+0704.0629 Experiment
+0704.2766 Experiment
+0704.2773 Experiment
+0704.3063 Experiment
+0704.3954 Experiment
+0705.1798 Experiment
+0705.2788 Experiment
+0705.4276 Experiment
+0706.0458 Experiment
+0706.2317 Experiment
+0706.2813 Experiment
+0707.0653
+0707.1601 Experiment
+0707.1810 Experiment
+0707.2864 Experiment
+0707.3829 Probability
+0708.0139 Experiment
+0708.1568 Pricing of Securities
+0708.1741 Category Theory
+0708.2743 Theory
+0709.3702 Algebraic Topology
+0709.3783 Experiment
+0710.0867
+0711.0716
+0711.1463 Experiment
+0711.4063 Differential Geometry
+0711.4688 Quantum Algebra
+0712.0998 Experiment
+0712.1020 Experiment
+0712.1175 Experiment
+0712.2758 Other Quantitative Biology
+0712.2875
+0712.2879
+0712.2884
+0801.0680 Experiment
+0801.3418 Experiment
+0802.1332 Combinatorics
+0802.2264 Experiment
+0802.2664 Experiment
+0802.3885 Combinatorics
+0802.4214 Experiment
+0802.4222 Experiment
+0803.0793 Experiment
+0803.1118 Experiment
+0803.2869 Experiment
+0804.0413
+0804.1369 Theory
+0804.2176
+0804.3846 Algebraic Geometry
+0804.4432 Experiment
+0805.1308
+0805.2719 Strongly Correlated Electrons
+0805.4599 Experiment
+0806.0671 Experiment
+0806.1227 Experiment
+0806.1715 Experiment
+0806.1801
+0806.2112 Experiment
+0806.2344 Experiment
+0806.3027 Experiment
+0807.1427 Experiment
+0807.2695 Experiment
+0807.3718 Experiment
+0807.3757 Experiment
+0807.4545 Experiment
+0808.0933 Experiment
+0809.1110 Experiment
+0809.1773 Rings and Algebras
+0809.2587 Experiment
+0809.2633 Space Physics
+0810.0695 Geometric Topology
+0810.1675 Theory
+0810.2105 Probability
+0810.2289 Probability
+0810.3878 Experiment
+0811.0586 Experiment
+0812.1768 Dynamical Systems
+0812.2005
+0812.2147
+0812.3520 Accelerator Physics
+0901.0739 Experiment
+0901.1147 Experiment
+0901.1216 Experiment
+0901.3805 Combinatorics
+0902.0911
+0902.1171 Cosmology and Nongalactic Astrophysics
+0903.0601 Experiment
+0903.1023
+0903.1301 Experiment
+0903.1505 Phenomenology
+0903.1681 Experiment
+0903.1748 Experiment
+0903.4853 Experiment
+0903.5525 Experiment
+0904.0673 Experiment
+0904.1394 Experiment
+0904.2029
+0904.2417 Experiment
+0904.3072 Dynamical Systems
+0904.3920 Solar and Stellar Astrophysics
+0904.4507 Probability
+0905.1478 Experiment
+0905.2849 Lattice
+0905.3381 Experiment
+0905.4086 Experiment
+0906.0663
+0906.1172 Experiment
+0906.1787 Experiment
+0906.2138 Experiment
+0906.2983 Experiment
+0906.3304
+0906.3605
+0906.5267 Mesoscale and Nanoscale Physics
+0906.5326 Experiment
+0907.1048 Experiment
+0907.1443 Phenomenology
+0907.1915 Lattice
+0907.2616 Statistical Mechanics
+0907.3201 Experiment
+0907.4398 Experiment
+0907.4669 Commutative Algebra
+0908.0273 Mesoscale and Nanoscale Physics
+0908.1811 Experiment
+0908.3909 Theory
+0908.4532 Optics
+0909.0193 Experiment
+0909.0364 Strongly Correlated Electrons
+0909.1056 Strongly Correlated Electrons
+0909.2144 Quantum Gases
+0909.2342
+0909.4779 Differential Geometry
+0909.4814 Experiment
+0909.5474 Experiment
+0910.0516
+0910.1090 Phenomenology
+0910.1324 Experiment
+0910.2004 Distributed, Parallel, and Cluster Computing
+0910.5674 Strongly Correlated Electrons
+0911.0043 Theory
+0911.0586 Theory
+0911.0962 Theory
+0911.2189
+0911.2499 Mesoscale and Nanoscale Physics
+0911.2710 Experiment
+0911.3402 Theory
+0911.3544 Theory
+0911.4463 Phenomenology
+0911.4767 Plasma Physics
+0911.5537 Commutative Algebra
+0911.5623 Mesoscale and Nanoscale Physics
+0912.0500 Phenomenology
+0912.0715 Experiment
+0912.2270 Theory
+0912.2988 Theory
+0912.3404 Theory
+0912.3607 Mesoscale and Nanoscale Physics
+0912.4330
+0912.4853
+0912.5244 Statistical Mechanics
+1001.0628 Probability
+1001.1377 Strongly Correlated Electrons
+1001.1798 Information Theory
+1001.2667
+1001.2867
+1001.4088 Cosmology and Nongalactic Astrophysics
+1001.4462 Information Theory
+1002.0864 Pricing of Securities
+1002.1587 Geophysics
+1002.2579 Materials Science
+1003.0069 Mesoscale and Nanoscale Physics
+1003.0158 Materials Science
+1003.1288
+1003.1658 Artificial Intelligence
+1003.2261 Chemical Physics
+1003.4562 Logic in Computer Science
+1003.4563 Logic in Computer Science
+1003.4800 Logic in Computer Science
+1003.4827 Databases
+1003.4828 Databases
+1003.4830 Databases
+1003.4837 Optimization and Control
+1003.4890 Methodology
+1003.4894 Computation and Language
+1003.4898 Computation and Language
+1003.4903 Analysis of PDEs
+1003.4908 Sound
+1003.4920 Probability
+1003.4924 Human-Computer Interaction
+1003.5056 Databases
+1003.5063 Functional Analysis
+1003.5067 Complex Variables
+1003.5070 Algebraic Geometry
+1003.5076 Analysis of PDEs
+1003.5105 Networking and Internet Architecture
+1003.5199 Soft Condensed Matter
+1003.5513 Logic in Computer Science
+1003.5518 Logic in Computer Science
+1003.5746 Networking and Internet Architecture
+1003.5758 Programming Languages
+1003.5770 Mesoscale and Nanoscale Physics
+1004.0204 Networking and Internet Architecture
+1004.0682 General Finance
+1004.0778 Category Theory
+1004.0835 Analysis of PDEs
+1004.0930 Networking and Internet Architecture
+1004.0952 High Energy Astrophysical Phenomena
+1004.0972 Strongly Correlated Electrons
+1004.0973 Biological Physics
+1004.0975 Phenomenology
+1004.0980
+1004.0986 Number Theory
+1004.0988 Superconductivity
+1004.0991 Exactly Solvable and Integrable Systems
+1004.0992 Computational Complexity
+1004.0993 Category Theory
+1004.0999 Mesoscale and Nanoscale Physics
+1004.1003 Information Theory
+1004.1007 Differential Geometry
+1004.1009 Algebraic Geometry
+1004.1019 Mesoscale and Nanoscale Physics
+1004.1020 Superconductivity
+1004.1021 Pattern Formation and Solitons
+1004.1025 Numerical Analysis
+1004.1041
+1004.1042 Networking and Internet Architecture
+1004.1043 Differential Geometry
+1004.1044 Commutative Algebra
+1004.1045 Information Theory
+1004.1049 Exactly Solvable and Integrable Systems
+1004.1050 Commutative Algebra
+1004.1051 Physics and Society
+1004.1053 Portfolio Management
+1004.1056 Combinatorics
+1004.1058 Networking and Internet Architecture
+1004.1061 Learning
+1004.1065 Number Theory
+1004.1067 Number Theory
+1004.1072 Number Theory
+1004.1078 Number Theory
+1004.1083 Number Theory
+1004.1084 Number Theory
+1004.1085 Number Theory
+1004.1089 General Mathematics
+1004.1090 Statistical Mechanics
+1004.1091 Earth and Planetary Astrophysics
+1004.1095 Optimization and Control
+1004.1096 Analysis of PDEs
+1004.1098 Probability
+1004.1100 Superconductivity
+1004.1123 High Energy Astrophysical Phenomena
+1004.1125 Rings and Algebras
+1004.1128 Logic
+1004.1145 Differential Geometry
+1004.1148 Plasma Physics
+1004.1152 Functional Analysis
+1004.1155 Information Theory
+1004.1158 Information Theory
+1004.1163 Algebraic Geometry
+astro-ph/0008314
+astro-ph/0012195
+astro-ph/0103249
+astro-ph/0106079
+astro-ph/0107573
+astro-ph/0211570
+astro-ph/0301050
+astro-ph/0302204
+astro-ph/0302572
+astro-ph/0303479
+astro-ph/0309007
+astro-ph/0312276
+astro-ph/0403276
+astro-ph/0412438
+astro-ph/0501506
+astro-ph/0508630
+astro-ph/0511075
+astro-ph/0511228
+astro-ph/0603274
+astro-ph/0608269
+astro-ph/9303001
+astro-ph/9505030
+astro-ph/9511042
+astro-ph/9605047
+astro-ph/9707129
+astro-ph/9711121
+astro-ph/9711336
+astro-ph/9804283
+astro-ph/9808269
+astro-ph/9811018
+astro-ph/9908061
+astro-ph/9908085
+cond-mat/9411085
+gr-qc/9408023
+hep-ex/0001013 Experiment
+hep-ex/0001060 Experiment
+hep-ex/0002026 Experiment
+hep-ex/0003004 Experiment
+hep-ex/0004001 Experiment
+hep-ex/0004002 Experiment
+hep-ex/0004028 Experiment
+hep-ex/0004032 Experiment
+hep-ex/0004033 Experiment
+hep-ex/0005013 Experiment
+hep-ex/0006002 Experiment
+hep-ex/0006008 Experiment
+hep-ex/0006026 Experiment
+hep-ex/0007012 Experiment
+hep-ex/0007041 Experiment
+hep-ex/0007042 Experiment
+hep-ex/0007057 Experiment
+hep-ex/0008015 Experiment
+hep-ex/0009011 Experiment
+hep-ex/0009044 Experiment
+hep-ex/0010025 Experiment
+hep-ex/0010035 Experiment
+hep-ex/0010036 Experiment
+hep-ex/0010047 Experiment
+hep-ex/0010075 Experiment
+hep-ex/0010080 Experiment
+hep-ex/0011049 Experiment
+hep-ex/0011065 Experiment
+hep-ex/0011073 Experiment
+hep-ex/0012020 Experiment
+hep-ex/0012054 Experiment
+hep-ex/0101006 Experiment
+hep-ex/0101029 Experiment
+hep-ex/0101032 Experiment
+hep-ex/0101051 Experiment
+hep-ex/0102034 Experiment
+hep-ex/0102036 Experiment
+hep-ex/0102038 Experiment
+hep-ex/0102041 Experiment
+hep-ex/0102044 Experiment
+hep-ex/0102045 Experiment
+hep-ex/0103004 Experiment
+hep-ex/0103005 Experiment
+hep-ex/0103006 Experiment
+hep-ex/0103013 Experiment
+hep-ex/0103014 Experiment
+hep-ex/0103015 Experiment
+hep-ex/0103020 Experiment
+hep-ex/0103022 Experiment
+hep-ex/0103025 Experiment
+hep-ex/0103026 Experiment
+hep-ex/0103031 Experiment
+hep-ex/0103035 Experiment
+hep-ex/0103044 Experiment
+hep-ex/0104007 Experiment
+hep-ex/0104020 Experiment
+hep-ex/0104027 Experiment
+hep-ex/0105050 Experiment
+hep-ex/0105052 Experiment
+hep-ex/0105054 Experiment
+hep-ex/0105077 Experiment
+hep-ex/0105084 Experiment
+hep-ex/0106063 Experiment
+hep-ex/0108013 Experiment
+hep-ex/0108024 Experiment
+hep-ex/0108032 Experiment
+hep-ex/0108033 Experiment
+hep-ex/0108043 Experiment
+hep-ex/0110055 Experiment
+hep-ex/0110058 Experiment
+hep-ex/0110071 Experiment
+hep-ex/0111024 Experiment
+hep-ex/0111095 Experiment
+hep-ex/0112033 Experiment
+hep-ex/0201005 Experiment
+hep-ex/0201023 Experiment
+hep-ex/0202019 Experiment
+hep-ex/0202033 Experiment
+hep-ex/0203030 Experiment
+hep-ex/0203032 Experiment
+hep-ex/0204017 Experiment
+hep-ex/0204019 Experiment
+hep-ex/0206024 Experiment
+hep-ex/0206030 Experiment
+hep-ex/0207067 Experiment
+hep-ex/0207078 Experiment
+hep-ex/0208006 Experiment
+hep-ex/0208019 Experiment
+hep-ex/0210040 Experiment
+hep-ex/0210048 Experiment
+hep-ex/0211029 Experiment
+hep-ex/0212045 Experiment
+hep-ex/0212051 Experiment
+hep-ex/0301028 Experiment
+hep-ex/0302028 Experiment
+hep-ex/0303009 Experiment
+hep-ex/0304015 Experiment
+hep-ex/0304019 Experiment
+hep-ex/0305005 Experiment
+hep-ex/0305017 Experiment
+hep-ex/0307034 Experiment
+hep-ex/0309020 Experiment
+hep-ex/0309065 Experiment
+hep-ex/0311033 Experiment
+hep-ex/0312058 Experiment
+hep-ex/0401005 Experiment
+hep-ex/0402040 Experiment
+hep-ex/0403052 Experiment
+hep-ex/0403053 Experiment
+hep-ex/0404021 Experiment
+hep-ex/0405011 Experiment
+hep-ex/0407028 Experiment
+hep-ex/0407030 Experiment
+hep-ex/0407035 Experiment
+hep-ex/0408011 Experiment
+hep-ex/0408133 Experiment
+hep-ex/0409027 Experiment
+hep-ex/0409068 Experiment
+hep-ex/0410038 Experiment
+hep-ex/0410088 Experiment
+hep-ex/0411050 Experiment
+hep-ex/0411068 Experiment
+hep-ex/0501002 Experiment
+hep-ex/0501026 Experiment
+hep-ex/0501042 Experiment
+hep-ex/0502012 Experiment
+hep-ex/0503027 Experiment
+hep-ex/0503028 Experiment
+hep-ex/0503045 Experiment
+hep-ex/0504003 Experiment
+hep-ex/0505057 Experiment
+hep-ex/0505073 Experiment
+hep-ex/0505101 Experiment
+hep-ex/0506052 Experiment
+hep-ex/0506053 Experiment
+hep-ex/0508023 Experiment
+hep-ex/0508031 Experiment
+hep-ex/0508037 Experiment
+hep-ex/0508047 Experiment
+hep-ex/0508057 Experiment
+hep-ex/0509011 Experiment
+hep-ex/0509030 Experiment
+hep-ex/0509046 Experiment
+hep-ex/0510005 Experiment
+hep-ex/0510015 Experiment
+hep-ex/0510033 Experiment
+hep-ex/0510034 Experiment
+hep-ex/0511019 Experiment
+hep-ex/0512003 Experiment
+hep-ex/0512046 Experiment
+hep-ex/0512056 Experiment
+hep-ex/0512061 Experiment
+hep-ex/0512063 Experiment
+hep-ex/0601027 Experiment
+hep-ex/0601044 Experiment
+hep-ex/0602034 Experiment
+hep-ex/0603020 Experiment
+hep-ex/0604043 Experiment
+hep-ex/0604044 Experiment
+hep-ex/0605070 Experiment
+hep-ex/0606010 Experiment
+hep-ex/0606045 Experiment
+hep-ex/0607019 Experiment
+hep-ex/0607072 Experiment
+hep-ex/0607078 Experiment
+hep-ex/0607082 Experiment
+hep-ex/0610008 Experiment
+hep-ex/0610035 Experiment
+hep-ex/0611013 Experiment
+hep-ex/0611021 Experiment
+hep-ex/0612019 Experiment
+hep-ex/0612051 Experiment
+hep-ex/0701016 Experiment
+hep-ex/0703041 Experiment
+hep-ex/0703042 Experiment
+hep-ex/9504005 Experiment
+hep-ex/9611020 Experiment
+hep-ex/9701006 Experiment
+hep-ex/9701008 Experiment
+hep-ex/9701012 Experiment
+hep-ex/9701013 Experiment
+hep-ex/9702007 Experiment
+hep-ex/9702013 Experiment
+hep-ex/9703006 Experiment
+hep-ex/9703009 Experiment
+hep-ex/9703013 Experiment
+hep-ex/9704010 Experiment
+hep-ex/9704014 Experiment
+hep-ex/9705005 Experiment
+hep-ex/9705006 Experiment
+hep-ex/9705009 Experiment
+hep-ex/9705019 Experiment
+hep-ex/9706005 Experiment
+hep-ex/9706019 Experiment
+hep-ex/9706020 Experiment
+hep-ex/9707018 Experiment
+hep-ex/9707027 Experiment
+hep-ex/9707029 Experiment
+hep-ex/9707031 Experiment
+hep-ex/9708033 Experiment
+hep-ex/9708035 Experiment
+hep-ex/9709012 Experiment
+hep-ex/9710003 Experiment
+hep-ex/9710023 Experiment
+hep-ex/9710028 Experiment
+hep-ex/9711010 Experiment
+hep-ex/9711011 Experiment
+hep-ex/9712008 Experiment
+hep-ex/9712010 Experiment
+hep-ex/9712014 Experiment
+hep-ex/9712023 Experiment
+hep-ex/9801010 Experiment
+hep-ex/9801012 Experiment
+hep-ex/9802022 Experiment
+hep-ex/9802023 Experiment
+hep-ex/9802024 Experiment
+hep-ex/9803010 Experiment
+hep-ex/9803018 Experiment
+hep-ex/9803022 Experiment
+hep-ex/9803031 Experiment
+hep-ex/9804018 Experiment
+hep-ex/9805027 Experiment
+hep-ex/9805033 Experiment
+hep-ex/9807031 Experiment
+hep-ex/9808008 Experiment
+hep-ex/9809012 Experiment
+hep-ex/9810026 Experiment
+hep-ex/9810036 Experiment
+hep-ex/9810043 Experiment
+hep-ex/9811005 Experiment
+hep-ex/9811006 Experiment
+hep-ex/9811007 Experiment
+hep-ex/9811027 Experiment
+hep-ex/9811042 Experiment
+hep-ex/9902005 Experiment
+hep-ex/9902011 Experiment
+hep-ex/9902022 Experiment
+hep-ex/9903071 Experiment
+hep-ex/9903072 Experiment
+hep-ex/9903073 Experiment
+hep-ex/9903074 Experiment
+hep-ex/9905056 Experiment
+hep-ex/9906013 Experiment
+hep-ex/9906015 Experiment
+hep-ex/9907046 Experiment
+hep-ex/9907057 Experiment
+hep-ex/9908009 Experiment
+hep-ex/9908014 Experiment
+hep-ex/9908024 Experiment
+hep-ex/9908030 Experiment
+hep-ex/9909050 Experiment
+hep-ex/9910046 Experiment
+hep-ex/9910060 Experiment
+hep-ph/0111080 Phenomenology
+hep-ph/0604035 Phenomenology
+hep-ph/9905367 Phenomenology
+hep-th/0105261 Theory
+hep-th/0405270 Theory
+hep-th/0502113 Theory
+hep-th/9309051 Theory
+hep-th/9404066 Theory
+hep-th/9410042 Theory
+hep-th/9510095 Theory
+hep-th/9807219 Theory
+math/0007122 Differential Geometry
+math/0205127 Classical Analysis and ODEs
+math/0205153 Classical Analysis and ODEs
+math/0501113 Classical Analysis and ODEs
+math/0604117 Analysis of PDEs
+math/0604207 Analysis of PDEs
+math/0610298 Combinatorics
+math/0702506 Analysis of PDEs
+nlin/0104062 Exactly Solvable and Integrable Systems
+nlin/0407006 Exactly Solvable and Integrable Systems
+nlin/0504060 Exactly Solvable and Integrable Systems
+nlin/0608063 Exactly Solvable and Integrable Systems
+quant-ph/0307097
+0710.1304 Theory
+0802.4304 General Topology
+0803.1207 Artificial Intelligence
+0809.3471 Analysis of PDEs
+0812.3084 Probability
+0901.4617 Probability
+0902.2853 Symbolic Computation
+0904.1167 Probability
+0905.4072 Analysis of PDEs
+0906.0957 Phenomenology
+0906.3915 Analysis of PDEs
+0907.0013 Cosmology and Nongalactic Astrophysics
+0907.3991 Algebraic Geometry
+0908.0344 Analysis of PDEs
+0910.3687 Dynamical Systems
+0911.1908 Statistical Mechanics
+0911.2808 Combinatorics
+0911.2861 K-Theory and Homology
+0911.4389 Probability
+0911.4821 Combinatorics
+0912.3094 Mesoscale and Nanoscale Physics
+0912.5114
+0912.5495 Strongly Correlated Electrons
+1001.0926 Geometric Topology
+1001.2934 Cosmology and Nongalactic Astrophysics
+1001.3927
+1001.4209 High Energy Astrophysical Phenomena
+1001.4934 Mesoscale and Nanoscale Physics
+1002.1739 Mesoscale and Nanoscale Physics
+1002.2166 Discrete Mathematics
+1003.1210 Operator Algebras
+1003.1729 Mesoscale and Nanoscale Physics
+1003.2086 History and Overview
+1003.2634 Quantum Gases
+1003.3194 Mesoscale and Nanoscale Physics
+1003.3459 Theory
+1004.1489 Portfolio Management
+1004.2205
+1005.0196 Theory
+1005.3363 Superconductivity
+1006.0028 Superconductivity
+1006.2869 Statistical Mechanics
+1006.2951 Chaotic Dynamics
+1006.5368 Statistical Mechanics
+1007.1049 Distributed, Parallel, and Cluster Computing
+1007.1362 Functional Analysis
+1007.1721 Soft Condensed Matter
+1007.1899
+1007.2145 Mesoscale and Nanoscale Physics
+1007.2987
+1007.3342 Materials Science
+1007.3967 Differential Geometry
+1007.5192 Applications
+1008.0850 Dynamical Systems
+1008.3816 Atomic and Molecular Clusters
+1008.4790 Numerical Analysis
+1008.4791 Numerical Analysis
+1008.5055 Pricing of Securities
+1009.0497 Mesoscale and Nanoscale Physics
+1009.1853 High Energy Astrophysical Phenomena
+1009.1965 Probability
+1009.2446 Combinatorics
+1009.2856 Statistical Mechanics
+1009.3756 Optics
+1009.4161
+1009.5246 Algebraic Geometry
+1009.5503 Experiment
+1009.5619 Analysis of PDEs
+1009.5635 Representation Theory
+1009.5684 Logic
+1009.5692 Classical Analysis and ODEs
+1009.5693 Solar and Stellar Astrophysics
+1009.5694 Solar and Stellar Astrophysics
+1009.5695 Combinatorics
+1009.5698 Software Engineering
+1009.5699 Analysis of PDEs
+1009.5701 Human-Computer Interaction
+1009.5702 Mesoscale and Nanoscale Physics
+1009.5705 Software Engineering
+1009.5713 Dynamical Systems
+1009.5718 Networking and Internet Architecture
+1009.5730 Functional Analysis
+1009.5731 Combinatorics
+1009.5734 Data Structures and Algorithms
+1009.5735 Cosmology and Nongalactic Astrophysics
+1009.5738 Algebraic Geometry
+1009.5740 Combinatorics
+1009.5741 Applications
+1009.5742 Applications
+1009.5743 Applications
+1009.5744 Applications
+1009.5745 Applications
+1009.5746 Probability
+1009.5747 Probability
+1009.5748 Probability
+1009.5749 Probability
+1009.5750 Applications
+1009.5755 Algebraic Geometry
+1009.5758 Computer Vision and Pattern Recognition
+1009.5761 Sound
+1009.5762 Information Theory
+1009.5766 Materials Science
+1009.5775 Materials Science
+1009.5777 Classical Analysis and ODEs
+1009.5778 Applications
+1009.5785 Applications
+1009.5791 Data Structures and Algorithms
+1009.5793 Soft Condensed Matter
+1009.5794 Rings and Algebras
+1009.5796 Dynamical Systems
+1009.5801 Algebraic Geometry
+1009.5802 Cryptography and Security
+1009.5803 Solar and Stellar Astrophysics
+1009.5806 Computational Finance
+1009.5809 Operator Algebras
+1009.5812 Algebraic Geometry
+1009.5813 Solar and Stellar Astrophysics
+1009.5818 Applications
+1009.5821 Solar and Stellar Astrophysics
+1009.5824 Solar and Stellar Astrophysics
+1009.5826 Analysis of PDEs
+1009.5828 Instrumentation and Methods for Astrophysics
+1009.5835 Combinatorics
+1009.5839 Statistics Theory
+1009.5841 Differential Geometry
+1009.5842 Operator Algebras
+1009.5850
+1009.5851 Earth and Planetary Astrophysics
+1009.5852 Algebraic Topology
+1009.5853 Distributed, Parallel, and Cluster Computing
+1009.5854 Applications
+1009.5856 Phenomenology
+1009.5860 Earth and Planetary Astrophysics
+1009.5861 Applications
+1009.5863 Data Structures and Algorithms
+1009.5864 Analysis of PDEs
+1009.5869 Applications
+1009.5871 Phenomenology
+1009.5878 Performance
+1009.5882
+1009.5885 Solar and Stellar Astrophysics
+1009.5886 Soft Condensed Matter
+1009.5887 Dynamical Systems
+1009.5898 Algebraic Geometry
+1009.5899 Materials Science
+1009.5900 Information Theory
+1009.5902 Experiment
+1009.5903 Strongly Correlated Electrons
+1009.5905 Earth and Planetary Astrophysics
+1009.5916 Probability
+1009.5918 Human-Computer Interaction
+1009.5919 Dynamical Systems
+1009.5938 Fluid Dynamics
+1009.5940
+1009.5943 Chemical Physics
+1009.5944 Information Theory
+1009.5947 Earth and Planetary Astrophysics
+1009.5948 Probability
+1009.5949 Information Theory
+1009.5951
+1009.5954 Fluid Dynamics
+1009.5956 Genomics
+1009.5957 Space Physics
+1009.5962 Quantitative Methods
+1009.5965 Solar and Stellar Astrophysics
+1009.5969 Fluid Dynamics
+1009.5970 Number Theory
+1009.5972 Learning
+1009.5974 Mesoscale and Nanoscale Physics
+cond-mat/0308404 Strongly Correlated Electrons
+math/0611882 Probability
+0704.1282 History and Overview
+0709.2383 Probability
+0802.0367 Exactly Solvable and Integrable Systems
+0808.4067 Probability
+0810.3431 Geometric Topology
+0811.1527 Soft Condensed Matter
+0811.2608 Group Theory
+0812.1242 Physics and Society
+0903.1486 Representation Theory
+0903.2749 Information Theory
+0904.2271 Number Theory
+0904.2904
+0905.0094 Representation Theory
+0905.2163 Probability
+0905.4793 Trading and Market Microstructure
+0906.1767 Theory
+0907.1113 Probability
+0907.1708
+0908.0869 Differential Geometry
+0909.0531
+0909.4331 Applications
+0909.5302 Combinatorics
+0910.1822
+0910.3391 Number Theory
+0910.3966 Analysis of PDEs
+0910.5196 Statistical Mechanics
+0910.5297
+0911.1748 Algebraic Geometry
+0912.0945
+0912.1425 Dynamical Systems
+0912.3295 Statistics Theory
+1001.0640 Algebraic Geometry
+1002.0259 Rings and Algebras
+1002.0285 Analysis of PDEs
+1002.0948 Optimization and Control
+1002.4400 Commutative Algebra
+1002.4506 Mesoscale and Nanoscale Physics
+1002.4664 Analysis of PDEs
+1003.1254 Algebraic Geometry
+1003.1517 Data Structures and Algorithms
+1003.3660 Plasma Physics
+1003.4432 Algebraic Geometry
+1004.0937 Phenomenology
+1004.3193 Statistical Mechanics
+1004.4664 Superconductivity
+1004.4678 Materials Science
+1005.3837
+1005.3839
+1005.5187 Mesoscale and Nanoscale Physics
+1006.0302
+1006.1716 Materials Science
+1006.2264 Materials Science
+1006.3793 Disordered Systems and Neural Networks
+1007.1929 Statistical Mechanics
+1007.2942 Earth and Planetary Astrophysics
+1007.4478 Theory
+1007.5432 Superconductivity
+1008.0057 Materials Science
+1008.1132 Fluid Dynamics
+1008.3310 Optimization and Control
+1008.5333 Symplectic Geometry
+1009.1005
+1009.1036 Experiment
+1009.3840
+1009.4067 Solar and Stellar Astrophysics
+1009.4426
+1009.4604 Solar and Stellar Astrophysics
+1009.5109 Algebraic Geometry
+1009.5114 Optics
+1010.0180 Superconductivity
+1010.0259 Statistical Mechanics
+1010.0297 Applications
+1010.0303 Methodology
+1010.1009 Number Theory
+1010.1011 Phenomenology
+1010.1012 Group Theory
+1010.1014 Phenomenology
+1010.1018
+1010.1020 Instrumentation and Detectors
+1010.1022 Materials Science
+1010.1023 Experiment
+1010.1024 Data Structures and Algorithms
+1010.1030
+1010.1032 Earth and Planetary Astrophysics
+1010.1036 Mesoscale and Nanoscale Physics
+1010.1045 Operator Algebras
+1010.1046 Fluid Dynamics
+1010.1049 Statistics Theory
+1010.1052 Information Theory
+1010.1053 Rings and Algebras
+1010.1059 Biological Physics
+1010.1070
+1010.1081 Solar and Stellar Astrophysics
+1010.1085 Differential Geometry
+1010.1086 Probability
+1010.1088 High Energy Astrophysical Phenomena
+1010.1091 Instrumentation and Detectors
+1010.1092 Applications
+1010.1093 Chemical Physics
+1010.1095 Quantum Algebra
+1010.1098 Superconductivity
+1010.1099 Quantitative Methods
+1010.1100 Quantitative Methods
+1010.1101 Computational Complexity
+1010.1107 Differential Geometry
+1010.1108 Applications
+1010.1110 Mesoscale and Nanoscale Physics
+1010.1113 Combinatorics
+1010.1118 Mesoscale and Nanoscale Physics
+1010.1126 Applications
+1010.1129 Representation Theory
+1010.1133 Metric Geometry
+1010.1138 Theory
+1010.1141 Mesoscale and Nanoscale Physics
+1010.1144 Rings and Algebras
+1010.1147 Databases
+1010.1151 Mesoscale and Nanoscale Physics
+1010.1157 Applications
+1010.1161 Plasma Physics
+1010.1163 Information Theory
+1010.1170 Materials Science
+1010.1171 Earth and Planetary Astrophysics
+1010.1172 Astrophysics of Galaxies
+1010.1175 Soft Condensed Matter
+1010.1181
+1010.1182 High Energy Astrophysical Phenomena
+1010.1188 Biological Physics
+1010.1189 Plasma Physics
+1010.1190
+1010.1191 Populations and Evolution
+1010.1209 Theory
+1010.1212 Pricing of Securities
+1010.1213 Instrumentation and Methods for Astrophysics
+1010.1215 Mesoscale and Nanoscale Physics
+1010.1222 Quantum Algebra
+1010.1223
+1010.1225 General Mathematics
+1010.1226 Logic
+1010.1228
+1010.1235
+1010.1251 Numerical Analysis
+cond-mat/0206388 Materials Science
+cond-mat/0701196 Strongly Correlated Electrons
+nlin/0608014 Chaotic Dynamics
+physics/0210040 General Physics
+physics/0505214 Fluid Dynamics
+0704.0062 Data Structures and Algorithms
+0706.3294
+0708.0620
+0709.2358
+0709.4191
+0710.5588 Representation Theory
+0711.1439 Probability
+0712.2290 Algebraic Geometry
+0802.1203
+0802.2108 Computational Geometry
+0803.1507
+0806.2702
+0807.0415 Spectral Theory
+0807.2363 Complex Variables
+0809.4337 Commutative Algebra
+0810.4941 Superconductivity
+0810.5623 Superconductivity
+0811.0219
+0812.4327 Strongly Correlated Electrons
+0812.4867 Strongly Correlated Electrons
+0812.4879 Mesoscale and Nanoscale Physics
+0812.4975 Mesoscale and Nanoscale Physics
+0902.0724 Physics and Society
+0902.2303 Theory
+0902.2839
+0903.0641 Rings and Algebras
+0903.2405 Probability
+0903.2408 Probability
+0904.1676 Mesoscale and Nanoscale Physics
+0904.2204 Statistical Mechanics
+0905.0887
+0905.2651 High Energy Astrophysical Phenomena
+0905.3025 Algebraic Geometry
+0906.0203 Analysis of PDEs
+0906.2105 Classical Analysis and ODEs
+0906.2635 Learning
+0906.3528 Strongly Correlated Electrons
+0906.4917 Symbolic Computation
+0906.5251 Mesoscale and Nanoscale Physics
+0906.5545 Group Theory
+0907.0423 Quantum Gases
+0907.0501 Materials Science
+0907.1439 Spectral Theory
+0907.1442 Spectral Theory
+0907.2918 Phenomenology
+0907.3875 Superconductivity
+0907.5006 Pattern Formation and Solitons
+0908.2374 Cosmology and Nongalactic Astrophysics
+0908.3351
+0908.3878 Soft Condensed Matter
+0908.3987
+0909.0183 Statistical Mechanics
+0909.0717 Computational Geometry
+0909.0976 Quantum Gases
+0909.3368 Solar and Stellar Astrophysics
+0910.0573
+0910.0852 Data Analysis, Statistics and Probability
+0910.1767 Materials Science
+0910.3911 Strongly Correlated Electrons
+0910.4977 Quantum Gases
+0911.1289 Probability
+0911.4734 Algebraic Geometry
+0912.2363 Functional Analysis
+0912.3338
+1001.0661
+1001.1504 Number Theory
+1001.2485 Theory
+1001.3006 Statistics Theory
+1001.3289 Portfolio Management
+1001.3644 Risk Management
+1001.3728 Pricing of Securities
+1001.3746 Materials Science
+1001.3876 Cosmology and Nongalactic Astrophysics
+1001.3885 Information Theory
+1001.3886 Methodology
+1001.3887
+1001.3891 Cosmology and Nongalactic Astrophysics
+1001.3894 Number Theory
+1001.3899 Combinatorics
+1001.3903 Superconductivity
+1001.3912 Classical Analysis and ODEs
+1001.3916 Information Theory
+1001.3917 Differential Geometry
+1001.3925 Instrumentation and Methods for Astrophysics
+1001.3926 Geometric Topology
+1001.3933 Instrumentation and Detectors
+1001.3936 Solar and Stellar Astrophysics
+1001.3937
+1001.3941 Materials Science
+1001.3942 General Physics
+1001.3954 Phenomenology
+1001.3955 Atomic Physics
+1001.3963 Instrumentation and Methods for Astrophysics
+1001.3964
+1001.3967 Human-Computer Interaction
+1001.3968 Phenomenology
+1001.3971
+1001.3972 Probability
+1001.3974 Graphics
+1001.3979 Phenomenology
+1001.3980 Strongly Correlated Electrons
+1001.3984 Rings and Algebras
+1001.3985 Statistical Mechanics
+1001.3986 Representation Theory
+1001.3987 Phenomenology
+1001.3990 Probability
+1001.3991 Astrophysics of Galaxies
+1001.3993
+1001.3994 Phenomenology
+1001.3996
+1001.3997
+1001.4001 Representation Theory
+1001.4005 Strongly Correlated Electrons
+1001.4007 Classical Analysis and ODEs
+1001.4010 Classical Analysis and ODEs
+1001.4012 Analysis of PDEs
+1001.4014 High Energy Astrophysical Phenomena
+1001.4016 Popular Physics
+1001.4019 Machine Learning
+1001.4021 Logic in Computer Science
+1001.4025 Differential Geometry
+1001.4029
+1001.4040 Classical Analysis and ODEs
+1001.4061 Instrumentation and Detectors
+1001.4064 Complex Variables
+1001.4070 Methodology
+1001.4071 Category Theory
+1001.4072 Information Theory
+1001.4073
+1001.4075 Functional Analysis
+astro-ph/0007103
+cond-mat/0605096 Strongly Correlated Electrons
+math/0005254 Differential Geometry
+math/0503373 Classical Analysis and ODEs
+math/0605077 Algebraic Geometry
+math/0606548 Algebraic Geometry
+math/0612090 Combinatorics
+0708.3385 Dynamical Systems
+0709.0549 Algebraic Geometry
+0710.1000
+0710.4569 Geometric Topology
+0802.1283 Differential Geometry
+0802.3366 Other Quantitative Biology
+0803.1858 General Finance
+0804.4508 History and Overview
+0805.0829 Phenomenology
+0806.3590 Number Theory
+0806.3667 General Physics
+0806.4838 Biomolecules
+0807.1606 Differential Geometry
+0807.4988 Operator Algebras
+0808.0183 Differential Geometry
+0809.0473 Logic
+0809.3081
+0810.0622 Strongly Correlated Electrons
+0810.4669 Algebraic Topology
+0810.5399 Statistical Mechanics
+0811.2168
+0812.0147 Probability
+0812.4775
+0901.1335 Number Theory
+0901.1604 Symplectic Geometry
+0902.2471 Analysis of PDEs
+0903.0405 Optimization and Control
+0903.0942 History and Overview
+0903.5292 Computation
+0904.3380 Chemical Physics
+0905.0436 Methodology
+0905.0453 Differential Geometry
+0905.1767 Strongly Correlated Electrons
+0905.2250 Computational Physics
+0906.1176 Commutative Algebra
+0906.1626
+0907.0132
+0907.0746 Artificial Intelligence
+0907.1477 Probability
+0907.4913 Combinatorics
+0908.0489 Materials Science
+0908.1941 Differential Geometry
+0908.2126 Materials Science
+0908.2982 Computational Finance
+0909.0801 Artificial Intelligence
+0909.1478 Computational Finance
+0909.2426 Differential Geometry
+0909.4588 Probability
+0910.3338 Probability
+0910.4619 Statistical Mechanics
+0911.2932 Number Theory
+0911.3007 Differential Geometry
+0911.5105 Theory
+0911.5274 Atomic Physics
+0912.0989 Materials Science
+0912.5150
+1001.0024 Computational Finance
+1001.2852 Analysis of PDEs
+1001.4864 Complex Variables
+1002.1057 Probability
+1002.1666 Algebraic Geometry
+1002.1920
+1002.1982 Geometric Topology
+1002.3534 Cryptography and Security
+1002.4979 Analysis of PDEs
+1003.0083 Functional Analysis
+1003.0115 Probability
+1003.1025 General Physics
+1003.1157 Number Theory
+1003.1489 Combinatorics
+1003.1804
+1003.5059 Functional Analysis
+1003.5745 Quantum Gases
+1004.0287 Mesoscale and Nanoscale Physics
+1004.2084 Geometric Topology
+1004.3844 Atmospheric and Oceanic Physics
+1004.4035 Mesoscale and Nanoscale Physics
+1004.4739
+1004.5102 Solar and Stellar Astrophysics
+1005.0828 Statistical Mechanics
+1005.2967 Optimization and Control
+1005.3451 Probability
+1005.3598 Combinatorics
+1005.4391 Quantum Gases
+1005.5131 Phenomenology
+1006.0725 Mesoscale and Nanoscale Physics
+1006.2404 Materials Science
+1006.2823 Cosmology and Nongalactic Astrophysics
+1006.3016 Materials Science
+1006.3270 Statistical Mechanics
+1006.3446 Biological Physics
+1006.3680
+1006.4844 Strongly Correlated Electrons
+1006.5299 Symbolic Computation
+1007.0846 Phenomenology
+1007.1634 Solar and Stellar Astrophysics
+1007.2249 Cosmology and Nongalactic Astrophysics
+1007.3459 Discrete Mathematics
+1007.3659 General Mathematics
+1007.3668 Theory
+1007.4182
+1007.4345 Phenomenology
+1007.4994 Strongly Correlated Electrons
+1007.5275 Theory
+1008.0198 Mesoscale and Nanoscale Physics
+1008.0672 Quantum Algebra
+1008.0885 Information Theory
+1008.1464 Representation Theory
+1008.2048
+1008.2845 Phenomenology
+1008.3154 Lattice
+1008.3993 Optics
+1008.4393 Earth and Planetary Astrophysics
+1008.4743 Theory
+1008.5262 Materials Science
+1009.0030 Astrophysics of Galaxies
+1009.1409 Quantum Gases
+1009.1503 Materials Science
+1009.1809 Statistical Mechanics
+1009.2872
+1009.3476 Combinatorics
+1009.4238 Mesoscale and Nanoscale Physics
+1009.4420 Quantum Gases
+1009.4917 Superconductivity
+1009.5151 Mesoscale and Nanoscale Physics
+1009.6207 Theory
+1010.0604 Materials Science
+1010.1756 Theory
+1010.2445
+1010.4309 Phenomenology
+1010.4622 Mesoscale and Nanoscale Physics
+1010.5195 High Energy Astrophysical Phenomena
+1010.5956 Mesoscale and Nanoscale Physics
+1011.2027
+1011.4122 Metric Geometry
+1011.5348
+1011.5525 Quantum Gases
+1011.5694 Computer Vision and Pattern Recognition
+1012.0365 Numerical Analysis
+1012.1334 Discrete Mathematics
+1012.2439 Materials Science
+1012.3559 Theory
+1012.3717 Analysis of PDEs
+1012.4054 Algebraic Geometry
+1012.4696 Differential Geometry
+1012.4767 Discrete Mathematics
+1012.4770 Functional Analysis
+1012.5009 General Physics
+1012.5071 Information Theory
+1012.5103 Functional Analysis
+1012.5361
+1012.5425 Symbolic Computation
+1012.5435 Atomic Physics
+1012.5442 Algebraic Geometry
+1012.5443 Quantum Algebra
+1012.5444 Computational Physics
+1012.5445 Number Theory
+1012.5447 Combinatorics
+1012.5449 Algebraic Geometry
+1012.5450 Theory
+1012.5458 Classical Analysis and ODEs
+1012.5463 Quantum Gases
+1012.5465 Atomic Physics
+1012.5467 Other Condensed Matter
+1012.5468 Combinatorics
+1012.5469 Other Condensed Matter
+1012.5470 Other Condensed Matter
+1012.5472 Other Condensed Matter
+1012.5473 Other Condensed Matter
+1012.5475 Other Condensed Matter
+1012.5478
+1012.5481 Optics
+1012.5484 Numerical Analysis
+1012.5486 Combinatorics
+1012.5488 Mesoscale and Nanoscale Physics
+1012.5489 Analysis of PDEs
+1012.5493 Dynamical Systems
+1012.5498 Information Theory
+1012.5503 Materials Science
+1012.5505 Rings and Algebras
+1012.5506 Artificial Intelligence
+1012.5507 Combinatorics
+1012.5508 Instrumentation and Detectors
+1012.5518 Analysis of PDEs
+1012.5519 Cosmology and Nongalactic Astrophysics
+1012.5520 Analysis of PDEs
+1012.5522 Cosmology and Nongalactic Astrophysics
+1012.5524 Soft Condensed Matter
+1012.5526 Analysis of PDEs
+1012.5533 Statistics Theory
+1012.5534 Group Theory
+1012.5535 Classical Analysis and ODEs
+1012.5537 Classical Analysis and ODEs
+1012.5538 Classical Analysis and ODEs
+1012.5542 Functional Analysis
+1012.5546 Databases
+1012.5551 Commutative Algebra
+1012.5555 Phenomenology
+1012.5556
+1012.5560 Programming Languages
+1012.5561 Computers and Society
+1012.5562 Logic in Computer Science
+1012.5563 Logic in Computer Science
+1012.5565 Superconductivity
+1012.5566 Materials Science
+1012.5571 Symplectic Geometry
+1012.5572 Chemical Physics
+1012.5573 Multimedia
+1012.5582
+1012.5588 Soft Condensed Matter
+1012.5590 Cryptography and Security
+1012.5594 Artificial Intelligence
+1012.5597 Networking and Internet Architecture
+1012.5598 Group Theory
+1012.5599 Superconductivity
+1012.5603
+1012.5607
+1012.5610
+1012.5611 Analysis of PDEs
+1012.5612 Analysis of PDEs
+1012.5613 Classical Analysis and ODEs
+1012.5614 Materials Science
+1012.5620 Phenomenology
+1012.5623
+1012.5625 Computers and Society
+1012.5626
+1012.5628 Group Theory
+1012.5629
+1012.5630 Algebraic Geometry
+1012.5635 Geophysics
+1012.5641 Differential Geometry
+1012.5644 Atomic Physics
+1012.5650 Probability
+1012.5656 Analysis of PDEs
+1012.5659 Computational Complexity
+1012.5660 Analysis of PDEs
+1012.5662 Analysis of PDEs
+1012.5663 Analysis of PDEs
+1012.5668 Analysis of PDEs
+1012.5670 Analysis of PDEs
+1012.5672 Analysis of PDEs
+1012.5682 Chemical Physics
+1012.5685 Lattice
+1012.5686 Probability
+1012.5687 Probability
+1012.5689 Probability
+1012.5693 Networking and Internet Architecture
+1012.5695 Operating Systems
+1012.5696 Databases
+1012.5697 Optics
+1012.5698 Probability
+1012.5700 High Energy Astrophysical Phenomena
+1012.5702
+1012.5704 Phenomenology
+1012.5705 Artificial Intelligence
+1012.5706 Solar and Stellar Astrophysics
+1012.5710 Combinatorics
+1012.5713 General Topology
+1012.5717 Strongly Correlated Electrons
+1012.5726 Statistical Mechanics
+1012.5732 Number Theory
+1012.5733 Instrumentation and Methods for Astrophysics
+1012.5739 Software Engineering
+1012.5743 Materials Science
+1012.5744 Numerical Analysis
+1012.5752 Social and Information Networks
+1012.5753 Phenomenology
+1012.5754 Software Engineering
+1012.5755 Software Engineering
+1012.5757 Cosmology and Nongalactic Astrophysics
+1012.5763 General Physics
+1012.5765 Differential Geometry
+1012.5767 Algebraic Topology
+1012.5769 Functional Analysis
+1012.5775 Populations and Evolution
+1012.5779
+1012.5781 Cosmology and Nongalactic Astrophysics
+1012.5788 Differential Geometry
+1012.5792 Combinatorics
+1012.5793 Combinatorics
+1012.5794 Astrophysics of Galaxies
+1012.5795 Combinatorics
+1012.5798 Experiment
+1012.5799 Combinatorics
+1012.5802 Cosmology and Nongalactic Astrophysics
+1012.5806 Probability
+1012.5809 Materials Science
+1012.5810
+1012.5811 Instrumentation and Methods for Astrophysics
+1012.5822 Classical Analysis and ODEs
+1012.5836 Numerical Analysis
+1012.5841 Other Computer Science
+1012.5843 Algebraic Geometry
+1012.5845 Group Theory
+1012.5846 Information Theory
+1012.5850 Probability
+1012.5855 Phenomenology
+1012.5856 Statistics Theory
+1012.5858 Theory
+1012.5861 Analysis of PDEs
+1012.5866 History and Overview
+1012.5870 Discrete Mathematics
+1012.5872
+1012.5878 Optics
+1012.5879 Representation Theory
+1012.5882 Populations and Evolution
+1012.5887 Populations and Evolution
+1012.5896 General Finance
+1012.5897 Instrumentation and Detectors
+1012.5899 Cosmology and Nongalactic Astrophysics
+1012.5901 Classical Analysis and ODEs
+1012.5905 Cosmology and Nongalactic Astrophysics
+1012.5908 Strongly Correlated Electrons
+1012.5909 Genomics
+1012.5910
+1012.5915 Astrophysics of Galaxies
+1012.5919 Phenomenology
+1012.5921 Combinatorics
+1012.5925 General Physics
+1012.5929 Operating Systems
+1012.5933 Computer Vision and Pattern Recognition
+1012.5936 Computer Vision and Pattern Recognition
+1012.5942 Probability
+1012.5946 Differential Geometry
+1012.5952 Chaotic Dynamics
+1012.5956 Information Theory
+1012.5958 Neurons and Cognition
+1012.5960 Artificial Intelligence
+1012.5984 Optics
+1012.5987 Neurons and Cognition
+1012.5988 Optics
+1012.5989 Optics
+1012.5990 Dynamical Systems
+1012.5994 Social and Information Networks
+1012.5995 Discrete Mathematics
+1012.5997 Information Theory
+1012.5998 Materials Science
+1012.6001 Category Theory
+1012.6002 Probability
+1012.6003 Representation Theory
+1012.6004 Chemical Physics
+1012.6008 Combinatorics
+1012.6009 Databases
+1012.6011
+1012.6014 Representation Theory
+1012.6016 Theory
+1012.6018 Artificial Intelligence
+1012.6023 Lattice
+1012.6034 Lattice
+1012.6036 General Physics
+1012.6039 Cosmology and Nongalactic Astrophysics
+cond-mat/0310200 Mesoscale and Nanoscale Physics
+cond-mat/0312074 Mesoscale and Nanoscale Physics
+cond-mat/0410271 Statistical Mechanics
+cond-mat/0412047 Mesoscale and Nanoscale Physics
+cond-mat/0501484 Superconductivity
+cond-mat/0507532 Strongly Correlated Electrons
+cond-mat/0703473 Materials Science
+cs/0508007 Computer Vision and Pattern Recognition
+math/0411396 Differential Geometry
+math/0504161 Differential Geometry
+math/0512167 Differential Geometry
+math/0602414 Differential Geometry
+math/0607154 Differential Geometry
+math/0701581 Differential Geometry
+physics/0501010 Data Analysis, Statistics and Probability
+physics/0605057 Physics Education
+quant-ph/0109094
+quant-ph/0505180
+quant-ph/0507206
+quant-ph/0510080
+quant-ph/0510082
+quant-ph/0607051
+0705.1867 Algebraic Geometry
+0708.0941 Complex Variables
+0708.3949 Representation Theory
+0709.0922 Disordered Systems and Neural Networks
+0709.4230 Analysis of PDEs
+0709.4341 Group Theory
+0710.0644 Classical Analysis and ODEs
+0710.1972 Representation Theory
+0710.2545 Classical Analysis and ODEs
+0712.3117 Representation Theory
+0803.2749 Algebraic Topology
+0805.0563 Number Theory
+0806.3290 Complex Variables
+0807.0901 Representation Theory
+0807.2174 Chemical Physics
+0807.4263 Algebraic Topology
+0810.0845 Group Theory
+0810.3479 Representation Theory
+0811.1379 Strongly Correlated Electrons
+0812.0962 Combinatorics
+0812.1577 Mesoscale and Nanoscale Physics
+0901.3152 Quantum Gases
+0902.0708 Functional Analysis
+0903.0704 Data Analysis, Statistics and Probability
+0903.1294 Chemical Physics
+0903.4412 Geometric Topology
+0905.0780 Mesoscale and Nanoscale Physics
+0905.1893 Quantitative Methods
+0905.2331 Quantum Gases
+0906.1320
+0906.2855 Probability
+0907.2417 Superconductivity
+0908.2292
+0908.4183 Differential Geometry
+0908.4222 Differential Geometry
+0908.4343 Fluid Dynamics
+0908.4344 Fluid Dynamics
+0909.2004 Mesoscale and Nanoscale Physics
+0909.2729 Representation Theory
+0910.5743 Atomic Physics
+0911.1362
+0911.3073 Operator Algebras
+0912.1530 Superconductivity
+0912.2819 Theory
+0912.3931 Materials Science
+0912.4194
+1001.2695 Superconductivity
+1001.4511 Complex Variables
+1001.5172 Theory
+1002.0330 Superconductivity
+1002.1421 General Physics
+1002.2477 Computer Science and Game Theory
+1002.3876 Theory
+1003.0473 Chaotic Dynamics
+1003.1371 Mesoscale and Nanoscale Physics
+1003.1922 Algebraic Geometry
+1003.2530 Materials Science
+1003.2619 Statistics Theory
+1003.5038 Superconductivity
+1003.5215
+1003.5292 Cosmology and Nongalactic Astrophysics
+1004.0004 General Topology
+1004.0016 Spectral Theory
+1004.0025 History and Overview
+1004.0027 Information Theory
+1004.0033 Numerical Analysis
+1004.0035 Dynamical Systems
+1004.0036 Analysis of PDEs
+1004.0038 Astrophysics of Galaxies
+1004.0041 Instrumentation and Detectors
+1004.0046 Algebraic Geometry
+1004.0052
+1004.0058
+1004.0062 Cryptography and Security
+1004.0080 Representation Theory
+1004.0086 Dynamical Systems
+1004.0092 Information Retrieval
+1004.0096 Algebraic Topology
+1004.0101
+1004.0105 Computational Complexity
+1004.0113 Probability
+1004.0116 Solar and Stellar Astrophysics
+1004.0125 Pricing of Securities
+1004.0142 Differential Geometry
+1004.0153
+1004.0161 Analysis of PDEs
+1004.0167 Complex Variables
+1004.0181 Logic
+1004.0186 Chemical Physics
+1004.0197 Group Theory
+1004.0200 Numerical Analysis
+1004.0203 Functional Analysis
+1004.0206
+1004.0213 Statistical Finance
+1004.0216 Theory
+cond-mat/0212451 Disordered Systems and Neural Networks
+cond-mat/0606583 Mesoscale and Nanoscale Physics
+hep-ph/0606054 Phenomenology
+math-ph/0601054
+math/0411528 Representation Theory
+math/0411548 Group Theory
+math/0411646 Representation Theory
+math/0412301 Representation Theory
+math/0501220 Representation Theory
+math/0502238 Representation Theory
+math/0503489 Group Theory
+math/0504041 Representation Theory
+math/0507195 Representation Theory
+math/0510372 Group Theory
+math/0510622 Group Theory
+math/0510624 Group Theory
+math/0511374 Group Theory
+math/0511431 Combinatorics
+math/0511730 Group Theory
+math/0603179 Representation Theory
+math/0603475 Representation Theory
+math/0603490 Analysis of PDEs
+math/0603679 Group Theory
+math/0605520 Number Theory
+math/0605522 Classical Analysis and ODEs
+math/0605523 Number Theory
+math/0605524 Classical Analysis and ODEs
+math/0607589 Representation Theory
+math/0610730 Group Theory
+math/0611286 Classical Analysis and ODEs
+math/0611304 Number Theory
+math/0701796 Analysis of PDEs
+math/0702811 Representation Theory
+math/0702864 Representation Theory
+physics/0509091 Plasma Physics
+0704.0537 Algebraic Geometry
+0706.0469
+0707.3528 Dynamical Systems
+0712.2314 Materials Science
+0712.4305 Combinatorics
+0801.0172 Spectral Theory
+0802.1255 Algebraic Geometry
+0802.2909
+0805.1762 Commutative Algebra
+0807.3882 Phenomenology
+0808.3792 Materials Science
+0809.0228 Populations and Evolution
+0809.1994 Theory
+0810.5663 Information Theory
+0811.3539
+0901.4282 Chaotic Dynamics
+0902.0872 Cosmology and Nongalactic Astrophysics
+0902.2786 Statistical Mechanics
+0902.4799
+0903.0281 Theory
+0903.2489 Algebraic Geometry
+0904.0208 Theory
+0904.0283 Symplectic Geometry
+0906.0978
+0906.0990
+0906.2880 Atomic Physics
+0906.3183 Information Theory
+0906.5129 Commutative Algebra
+0906.5563
+0907.2423 Computational Geometry
+0907.2898 Cosmology and Nongalactic Astrophysics
+0908.2277 Information Theory
+0908.3437 Statistics Theory
+0908.3515 Optics
+0909.3069 Dynamical Systems
+0910.1055 Probability
+0910.2180
+0910.4862
+0910.5845 Solar and Stellar Astrophysics
+0911.0637 Representation Theory
+0911.0733 Probability
+0911.2199 Soft Condensed Matter
+0911.3969 Combinatorics
+0912.0096 Earth and Planetary Astrophysics
+0912.0375 Solar and Stellar Astrophysics
+0912.1100 Representation Theory
+0912.2016 Statistical Finance
+0912.4230 Soft Condensed Matter
+0912.4530 Optics
+1002.0370 Materials Science
+1002.3104 Mesoscale and Nanoscale Physics
+1002.3620 Solar and Stellar Astrophysics
+1002.4265 Quantum Gases
+1003.0550 Differential Geometry
+1003.0687 Cosmology and Nongalactic Astrophysics
+1003.1929 Lattice
+1003.1995
+1003.2348
+1003.3668
+1003.5211 Plasma Physics
+1004.2507
+1005.4141 Mesoscale and Nanoscale Physics
+1005.5053 Theory
+1006.0658
+1006.1304 Operator Algebras
+1006.2626
+1006.3904 Algebraic Topology
+1006.4601
+1006.5042 Chaotic Dynamics
+1007.1253 Data Structures and Algorithms
+1007.1718 Phenomenology
+1007.2278 Strongly Correlated Electrons
+1007.2386 Superconductivity
+1007.3133 Programming Languages
+1007.3227 Optics
+1007.3250 Programming Languages
+1007.4139 Analysis of PDEs
+1007.5412 Functional Analysis
+1008.1392 Soft Condensed Matter
+1008.1838 Rings and Algebras
+1008.2030 Superconductivity
+1008.2628
+1008.3348 Quantum Gases
+1008.3375 Theory
+1009.0329 Optics
+1009.1032 Representation Theory
+1009.1986 Soft Condensed Matter
+1009.2530 Statistical Mechanics
+1009.2934 General Physics
+1009.3139 Theory
+1009.3344
+1009.3844 Experiment
+1009.3845 Phenomenology
+1009.4037 Operator Algebras
+1009.4358 Soft Condensed Matter
+1009.4687 Plasma Physics
+1009.4794 Theory
+1009.5216
+1009.5551 Phenomenology
+1010.1741 Optics
+1010.2654
+1010.5033 General Mathematics
+1010.5608 Information Theory
+1011.0226 Instrumentation and Detectors
+1011.3549 Theory
+1011.3838 Phenomenology
+1011.4106 Theory
+1011.4294 Cosmology and Nongalactic Astrophysics
+1011.4303 Materials Science
+1011.4304
+1011.4312 Solar and Stellar Astrophysics
+1011.4316
+1011.4323 Strongly Correlated Electrons
+1011.4330 Logic in Computer Science
+1011.4343 Materials Science
+1011.4344 Computational Physics
+1011.4345
+1011.4349 Probability
+1011.4350 Solar and Stellar Astrophysics
+1011.4352 Geophysics
+1011.4353 Algebraic Geometry
+1011.4356 Quantum Algebra
+1011.4359 Combinatorics
+1011.4361 Optics
+1011.4362 Artificial Intelligence
+1011.4363 Networking and Internet Architecture
+1011.4365 Optics
+1011.4366 Computer Science and Game Theory
+1011.4367 Analysis of PDEs
+1011.4368 Group Theory
+1011.4369 Mesoscale and Nanoscale Physics
+1011.4375 Algebraic Topology
+1011.4377 Logic in Computer Science
+1011.4382 Biomolecules
+1011.4383 Soft Condensed Matter
+1011.4387 Solar and Stellar Astrophysics
+1011.4398 Earth and Planetary Astrophysics
+1011.4401 Data Structures and Algorithms
+1011.4402
+1011.4406 High Energy Astrophysical Phenomena
+1011.4415 Optics
+1011.4419 Earth and Planetary Astrophysics
+1011.4424 Numerical Analysis
+1011.4434 Combinatorics
+1011.4435 Analysis of PDEs
+1011.4437 Theory
+1011.4442 Earth and Planetary Astrophysics
+1011.4443 Fluid Dynamics
+1011.4448 Earth and Planetary Astrophysics
+1011.4451 Complex Variables
+1011.4457 Computation
+1011.4464 Solar and Stellar Astrophysics
+1011.4465 Data Structures and Algorithms
+1011.4466 Strongly Correlated Electrons
+1011.4470 Optics
+1011.4472 Complex Variables
+1011.4473 Plasma Physics
+1011.4475 Solar and Stellar Astrophysics
+1011.4476 Combinatorics
+1011.4480 Functional Analysis
+1011.4482 Algebraic Geometry
+1011.4485 Metric Geometry
+1011.4490 Number Theory
+1011.4492 Number Theory
+1011.4499 Probability
+1011.4502 Analysis of PDEs
+1011.4505 Representation Theory
+1011.4507 Number Theory
+1011.4508 Cosmology and Nongalactic Astrophysics
+gr-qc/9901085
+hep-th/9508104 Theory
+hep-th/9508136 Theory
+math/0501233 Rings and Algebras
+math/0702510 Rings and Algebras
+nlin/0609056 Chaotic Dynamics
+0711.4347 Group Theory
+0712.2432 Algebraic Topology
+0801.1658 Physics and Society
+0802.2333 Group Theory
+0802.2617 Superconductivity
+0802.4137
+0806.0162 Operator Algebras
+0808.0739 Algebraic Topology
+0808.3884 Computational Complexity
+0810.0979 Differential Geometry
+0810.2458 Materials Science
+0810.4112 Algebraic Geometry
+0812.0764 Combinatorics
+0812.1179 Lattice
+0904.1838 Materials Science
+0904.4895
+0905.2311 Algebraic Geometry
+0906.2172
+0907.3512 Symplectic Geometry
+0907.5562
+0908.3068 Statistical Mechanics
+0908.3911 Computational Geometry
+0909.0562 Strongly Correlated Electrons
+0909.0946
+0909.4340 Logic
+0910.0497
+0910.5123 Cosmology and Nongalactic Astrophysics
+0911.0694 Data Analysis, Statistics and Probability
+0912.0175 Superconductivity
+0912.0216 Commutative Algebra
+0912.1269 Instrumentation and Detectors
+0912.2667 Astrophysics of Galaxies
+0912.3192 Quantum Gases
+0912.3196 Quantum Gases
+0912.4394 Mesoscale and Nanoscale Physics
+0912.4485 Soft Condensed Matter
+0912.4945 Superconductivity
+1001.0149 Numerical Analysis
+1001.0575
+1001.0677 Superconductivity
+1001.1153 Strongly Correlated Electrons
+1001.2707 Astrophysics of Galaxies
+1001.3455 Optimization and Control
+1001.3547
+1002.0369 Cosmology and Nongalactic Astrophysics
+1002.2075 Algebraic Geometry
+1002.2188
+1002.2464 Theory
+1002.2648 Symplectic Geometry
+1002.4737 Analysis of PDEs
+1002.4744 Portfolio Management
+1002.4986 Algebraic Geometry
+1003.1884 Optimization and Control
+1003.1926 Superconductivity
+1003.4476 General Physics
+1004.0780
+1004.2188 Phenomenology
+1004.2375 Combinatorics
+1005.0494 Superconductivity
+1005.1288 Strongly Correlated Electrons
+1005.1448 Superconductivity
+1005.3082 Representation Theory
+1005.3721 Classical Analysis and ODEs
+1005.4516 Theory
+1005.4558 Analysis of PDEs
+1005.5530
+1006.0224 Theory
+1006.0415 Functional Analysis
+1006.1091 Phenomenology
+1006.1866 Mesoscale and Nanoscale Physics
+1006.1897 Mesoscale and Nanoscale Physics
+1006.2331 Mesoscale and Nanoscale Physics
+1006.4928 Combinatorics
+1006.5673 Mesoscale and Nanoscale Physics
+1007.0560
+1007.1681 Instrumentation and Methods for Astrophysics
+1007.1737 History and Overview
+1007.3009 Instrumentation and Detectors
+1007.3532 Functional Analysis
+1008.0237 Biomolecules
+1008.0240 Quantum Gases
+1008.1189 Theory
+1008.1458 Symplectic Geometry
+1008.1606 Geometric Topology
+1008.2322
+1008.2438 Group Theory
+1008.3517 Functional Analysis
+1008.3560
+1008.3563 Instrumentation and Methods for Astrophysics
+1008.3568 Rings and Algebras
+1008.3572 Geometric Topology
+1008.3575 Theory
+1008.3581 Analysis of PDEs
+1008.3585 Logic in Computer Science
+1008.3589 Theory
+1008.3593 Quantum Algebra
+1008.3595 Analysis of PDEs
+1008.3596 Algebraic Geometry
+1008.3597 Information Theory
+1008.3600 Mesoscale and Nanoscale Physics
+1008.3603 Mesoscale and Nanoscale Physics
+1008.3608 Information Theory
+1008.3610 Operator Algebras
+1008.3614 Networking and Internet Architecture
+1008.3617 Complex Variables
+1008.3623 Chemical Physics
+1008.3625 Cryptography and Security
+1008.3627 High Energy Astrophysical Phenomena
+1008.3629 Information Theory
+1008.3634 Differential Geometry
+1008.3635 Analysis of PDEs
+1008.3638 Phenomenology
+1008.3639 Materials Science
+1008.3641 Information Theory
+1008.3647 Lattice
+1008.3648 Algebraic Topology
+1008.3649 Number Theory
+1008.3652 Discrete Mathematics
+1008.3653 Discrete Mathematics
+1008.3661
+1008.3667 Symbolic Computation
+1008.3670
+1008.3674 Number Theory
+1008.3679 Geometric Topology
+1008.3681 Networking and Internet Architecture
+1008.3685 Algebraic Geometry
+1008.3692 Probability
+1008.3693 Solar and Stellar Astrophysics
+1008.3694 Hardware Architecture
+1008.3695 Medical Physics
+1008.3699 Numerical Analysis
+1008.3700 Differential Geometry
+1008.3708
+1008.3711 Commutative Algebra
+1008.3718 Portfolio Management
+1008.3724 Combinatorics
+1008.3725 Computers and Society
+1008.3742 Computer Vision and Pattern Recognition
+1008.3743 Databases
+1008.3748 Operator Algebras
+1008.3751 Databases
+1008.3758 Networking and Internet Architecture
+1008.3759 Networking and Internet Architecture
+1008.3760 Robotics
+1008.3769 Probability
+1008.3773 Data Structures and Algorithms
+1008.3775 Networking and Internet Architecture
+1008.3776 Information Theory
+1008.3782 Strongly Correlated Electrons
+1008.3786 Data Structures and Algorithms
+1008.3789 Pattern Formation and Solitons
+1008.3792 Probability
+1008.3793 Chaotic Dynamics
+1008.3795 Information Retrieval
+1008.3798 Computer Vision and Pattern Recognition
+1008.3799 Strongly Correlated Electrons
+1008.3800 Adaptation and Self-Organizing Systems
+1008.3806 Instrumentation and Methods for Astrophysics
+1008.3819 Phenomenology
+1008.3820 Other Condensed Matter
+1008.3821 Metric Geometry
+1008.3824 Differential Geometry
+1008.3825 Algebraic Geometry
+1008.3830 Superconductivity
+1008.3840 Physics and Society
+1008.3848 Astrophysics of Galaxies
+1008.3849 Probability
+1008.3851 Disordered Systems and Neural Networks
+1008.3855 Probability
+1008.3860 Cosmology and Nongalactic Astrophysics
+1008.3863 Logic in Computer Science
+1008.3867 Logic in Computer Science
+1008.3872 Statistical Mechanics
+1008.3880 Computational Finance
+1008.3884
+1008.3888 Plasma Physics
+1008.3889 Computational Geometry
+1008.3895 Computational Physics
+1008.3896
+cs/0701043 Information Theory
+hep-th/0703111 Theory
+math/0510540 Group Theory
+math/0511735 Algebraic Topology
+0704.0852
+0704.1710 Phenomenology
+0705.2895
+0706.0382
+0706.3468 Phenomenology
+0707.2690
+0708.2246 Lattice
+0711.2504
+0711.3144
+0712.0173
+0712.0180
+0712.0181
+0712.0191
+0712.0199
+0712.0555
+0712.0771
+0712.0800
+0712.0809
+0712.1117
+0712.1340
+0801.2738
+0801.4484
+0803.3844
+0805.1871 Phenomenology
+0807.3125 Phenomenology
+0808.2387 Theory
+0809.3497
+0809.3734
+0902.2737 Cosmology and Nongalactic Astrophysics
+0902.3791 Astrophysics of Galaxies
+0903.3094
+0906.1926 Experiment
+0906.2340 Solar and Stellar Astrophysics
+0906.4282 Theory
+0906.5036 Cosmology and Nongalactic Astrophysics
+0907.1660 Cosmology and Nongalactic Astrophysics
+0909.3255 Lattice
+0910.0048 Lattice
+0910.1330 Astrophysics of Galaxies
+0910.4552 Theory
+0912.3299 Theory
+1001.3678 Cosmology and Nongalactic Astrophysics
+1004.0498
+1004.0502
+1004.1510 Theory
+1005.2902 Phenomenology
+1005.4207
+1005.4393 Populations and Evolution
+1005.5563 Phenomenology
+1006.2314 Phenomenology
+1006.5251
+1007.2260 General Physics
+1007.3639 Theory
+1007.4451 Theory
+1007.4670
+1008.0436 Phenomenology
+1008.0820 Phenomenology
+1008.1278
+1008.4061
+1008.4773 Theory
+1008.5153 Phenomenology
+1008.5203 Theory
+1009.0080
+1009.1094 Phenomenology
+1009.1139 Theory
+1009.1453 Phenomenology
+1009.3497 Theory
+1009.3572
+1009.3667
+1009.3745
+1011.5332 Programming Languages
+astro-ph/0203091
+astro-ph/0511240
+gr-qc/0404118
+gr-qc/0501078
+gr-qc/0506008
+gr-qc/0508087
+gr-qc/0702097
+hep-ph/0503154 Phenomenology
+hep-ph/0510340 Phenomenology
+hep-ph/0604158 Phenomenology
+hep-ph/0702082 Phenomenology
+hep-ph/0702206 Phenomenology
+hep-ph/0702253 Phenomenology
+hep-ph/0703026 Phenomenology
+hep-ph/0703037 Phenomenology
+hep-th/0003215 Theory
+hep-th/0005276 Theory
+hep-th/0309200 Theory
+hep-th/0506113 Theory
+hep-th/0511069 Theory
+hep-th/9811013 Theory
+hep-th/9811228 Theory
+hep-th/9812008 Theory
+hep-th/9903123 Theory
+hep-th/9905006 Theory
+math-ph/0506013
+math/0405132 Geometric Topology
+nucl-ex/0412034
+nucl-ex/0501033
+nucl-ex/0510017
+nucl-ex/0702040
+nucl-ex/0702045
+nucl-ex/0703042
+nucl-th/0204006
+nucl-th/0303070
+nucl-th/0702076
+nucl-th/0702084
+nucl-th/0703100
+physics/0412010 Classical Physics
+physics/0703097 Instrumentation and Detectors
+quant-ph/9502015
+0706.2153 Computational Geometry
+0709.4421 Combinatorics
+0709.4681 Analysis of PDEs
+0712.1376 Strongly Correlated Electrons
+0801.3040 Algebraic Geometry
+0803.1108 Geometric Topology
+0803.2262 Information Theory
+0804.0550 Strongly Correlated Electrons
+0810.0103 Probability
+0810.0369 Materials Science
+0810.1113 Mesoscale and Nanoscale Physics
+0811.4163 Information Theory
+0901.3246 Probability
+0902.1199 Probability
+0902.4030 Analysis of PDEs
+0902.4036
+0904.0376 Other Quantitative Biology
+0907.1764
+0907.3825
+0907.4056 Classical Analysis and ODEs
+0907.4340 Group Theory
+0907.5497 Statistical Mechanics
+0908.0229 Mesoscale and Nanoscale Physics
+0908.2179 Rings and Algebras
+0908.3285 Superconductivity
+0909.3693 Strongly Correlated Electrons
+0909.4185 Disordered Systems and Neural Networks
+0909.5094 Statistical Mechanics
+0910.1717 Quantum Gases
+0910.2438
+0911.1097
+0911.2737 Optics
+0911.3832 Mesoscale and Nanoscale Physics
+0911.4487 Quantum Gases
+0911.4680
+0911.5202 Strongly Correlated Electrons
+0912.0631 Statistical Mechanics
+0912.3334 Superconductivity
+1001.2231 Lattice
+1001.4389 Mesoscale and Nanoscale Physics
+1002.0998 Superconductivity
+1002.3411 Differential Geometry
+1003.0529 Learning
+1003.1670 Functional Analysis
+1003.3432 Cosmology and Nongalactic Astrophysics
+1003.3997 Algebraic Geometry
+1003.4054
+1003.4465 Number Theory
+1003.4480 Algebraic Geometry
+1003.4613 Dynamical Systems
+1003.4628 Numerical Analysis
+1003.5350 Databases
+1003.5543
+1003.5569 Algebraic Geometry
+1003.5588 Combinatorics
+1003.5623 Sound
+1003.5627 Sound
+1003.5676 Functional Analysis
+1003.5681 Commutative Algebra
+1003.5683 Commutative Algebra
+1003.5685 Commutative Algebra
+1003.5686 Commutative Algebra
+1003.5688 Combinatorics
+1003.5691 Metric Geometry
+1003.5693 Information Theory
+1003.5701 Superconductivity
+1003.5712 General Finance
+1003.5715 High Energy Astrophysical Phenomena
+1003.5716 Logic in Computer Science
+1003.5719 Plasma Physics
+1003.5723 Phenomenology
+1003.5730
+1003.5747 Classical Analysis and ODEs
+1003.5748 Classical Analysis and ODEs
+1003.5749 Learning
+1003.5750 Soft Condensed Matter
+1003.5753 Instrumentation and Methods for Astrophysics
+1003.5759 High Energy Astrophysical Phenomena
+1003.5764 Number Theory
+1003.5769
+1003.5781 Probability
+1003.5782 Discrete Mathematics
+1003.5787 Cryptography and Security
+1003.5789 Metric Geometry
+1003.5790
+1003.5798 Differential Geometry
+1003.5803 Networking and Internet Architecture
+1003.5804 Biological Physics
+1003.5811 Representation Theory
+1003.5817 Combinatorics
+1003.5818 Astrophysics of Galaxies
+1003.5819 Optimization and Control
+1003.5828 Populations and Evolution
+1003.5829 High Energy Astrophysical Phenomena
+1003.5832 Soft Condensed Matter
+1003.5837 Algebraic Geometry
+1003.5839 Populations and Evolution
+1003.5844 Probability
+1003.5845 Analysis of PDEs
+1003.5856 Number Theory
+1003.5861 Computer Vision and Pattern Recognition
+1003.5865 Computer Vision and Pattern Recognition
+1003.5866 Functional Analysis
+1003.5870 Materials Science
+1003.5874 Computational Geometry
+1003.5879 Quantum Algebra
+1003.5882 Quantum Algebra
+1003.5884 Digital Libraries
+1003.5886 Computer Vision and Pattern Recognition
+1003.5887 Dynamical Systems
+1003.5888 Fluid Dynamics
+1003.5890
+1003.5891 Computer Vision and Pattern Recognition
+1003.5893 Computer Vision and Pattern Recognition
+1003.5897 Computer Vision and Pattern Recognition
+1003.5898 Computer Vision and Pattern Recognition
+1003.5901 Quantum Gases
+1003.5905 Phenomenology
+math-ph/0609018
+math/0509271 Combinatorics
+math/0510124 Quantum Algebra
+math/0601076 Probability
+math/0608640 Analysis of PDEs
+math/0702392 Analysis of PDEs
+nlin/0301025 Chaotic Dynamics
+physics/0004023 General Physics
+quant-ph/0508190
+0704.2701 Quantum Algebra
+0806.4842 Phenomenology
+0903.0017 Superconductivity
+1009.5482 Phenomenology
+1011.3023 Computer Vision and Pattern Recognition
+1012.3055
+1102.2650 Probability
+1104.0206
+1105.1599
+1106.2814 Phenomenology
+1106.4746
+1108.2283 Artificial Intelligence
+1110.5093 Materials Science
+1110.5373
+1110.6588 Materials Science
+1112.1183 Dynamical Systems
+1202.3276 Group Theory
+1203.4919 Number Theory
+1204.0420 Quantum Algebra
+1204.2108 Statistics Theory
+1204.6296 Phenomenology
+1205.0628 Representation Theory
+1205.3025 Neurons and Cognition
+1206.1096 Superconductivity
+1207.5942 High Energy Astrophysical Phenomena
+1207.5943 High Energy Astrophysical Phenomena
+1207.5945 High Energy Astrophysical Phenomena
+1207.6466 Dynamical Systems
+1208.3285 Numerical Analysis
+1208.3341 Solar and Stellar Astrophysics
+1208.4131 Astrophysics of Galaxies
+1210.2602 Analysis of PDEs
+1210.6637 Solar and Stellar Astrophysics
+1211.2839 Soft Condensed Matter
+1211.3317 Quantum Gases
+1212.0923 Number Theory
+1212.1845
+1212.4679 Classical Analysis and ODEs
+1212.5106 Formal Languages and Automata Theory
+1212.5332 Machine Learning
+1301.1719
+1301.2240 Quantum Algebra
+1301.3374 Functional Analysis
+1301.6072 Dynamical Systems
+1302.6185 Theory
+1303.2236 Statistics Theory
+1303.4891 Phenomenology
+1303.5010 Dynamical Systems
+1304.2294 Classical Physics
+1304.3321 Number Theory
+1304.4427
+1304.4641 Dynamical Systems
+1304.5995
+1304.6028
+1304.6064 Mesoscale and Nanoscale Physics
+1304.6688
+1304.8095 Quantum Gases
+1305.0563 Cosmology and Nongalactic Astrophysics
+1305.0632 Optimization and Control
+1305.1378 Quantum Gases
+1305.1796 Information Theory
+1305.3438
+1305.4842 High Energy Astrophysical Phenomena
+1305.4875
+1305.5520 Data Structures and Algorithms
+1305.6161 Information Theory
+1305.6185 Quantum Algebra
+1305.6413 Quantum Gases
+1305.7085 Optimization and Control
+1306.1019
+1306.2603 Strongly Correlated Electrons
+1306.3144
+1306.3247 Computational Physics
+1306.3467 High Energy Astrophysical Phenomena
+1306.3865
+1306.5896 Cosmology and Nongalactic Astrophysics
+1307.0132 Materials Science
+1307.0270 Probability
+1307.1298 Strongly Correlated Electrons
+1307.1504
+1307.1690 Data Structures and Algorithms
+1307.2896 Cosmology and Nongalactic Astrophysics
+1307.3109 Numerical Analysis
+1307.3115 Theory
+1307.3784 Theory
+1307.4194 Phenomenology
+1307.6180 Strongly Correlated Electrons
+1307.6364
+1307.7366 Soft Condensed Matter
+1307.8169 Materials Science
+1308.0100
+1308.0532 Instrumentation and Detectors
+1308.0687
+1308.1070 Probability
+1308.3831 Social and Information Networks
+1308.3975 Analysis of PDEs
+1308.4097 Phenomenology
+1308.4123 Probability
+1308.4213
+1308.4361 Analysis of PDEs
+1309.1789 Materials Science
+1309.2347 Disordered Systems and Neural Networks
+1309.2945 Materials Science
+1309.3065 Phenomenology
+1309.4209
+1309.4575 High Energy Astrophysical Phenomena
+1309.5833
+1310.1926 Solar and Stellar Astrophysics
+1310.2997 Learning
+1310.3404 Programming Languages
+1310.3867 Statistical Mechanics
+1310.4357 Atomic Physics
+1310.5371 Analysis of PDEs
+1310.5566 Mesoscale and Nanoscale Physics
+1310.6721 Number Theory
+1310.6974 Dynamical Systems
+1310.7969 Materials Science
+1310.8153 Theory
+1311.0259
+1311.0901 Analysis of PDEs
+1311.1443 Theory
+1311.1718 Lattice
+1311.1953
+1311.2021 Mesoscale and Nanoscale Physics
+1311.2113 Representation Theory
+1311.2531 Artificial Intelligence
+1311.2694 Machine Learning
+1311.2787
+1311.3859 Machine Learning
+1311.4118 Probability
+1311.4262 Geometric Topology
+1311.4376 Logic in Computer Science
+1311.4516 Theory
+1311.4600 Number Theory
+1311.4625 Optimization and Control
+1311.4629 Differential Geometry
+1311.4650 Theory
+1311.4756 K-Theory and Homology
+1311.4775 Statistical Mechanics
+1311.4855 Representation Theory
+1311.4894 Multiagent Systems
+1311.4897 Probability
+1311.4899 Combinatorics
+1311.4900 Information Retrieval
+1311.4906 Neurons and Cognition
+1311.4908 Mesoscale and Nanoscale Physics
+1311.4911
+1311.4915 Formal Languages and Automata Theory
+1311.4916 Lattice
+1311.4918 Phenomenology
+1311.4920 Number Theory
+1311.4921 Populations and Evolution
+1311.4922 Information Theory
+1311.4925 Combinatorics
+1311.4931 K-Theory and Homology
+1311.4933 Geometric Topology
+1311.4939
+1311.4948 Analysis of PDEs
+1311.4951 Functional Analysis
+1311.4952 Distributed, Parallel, and Cluster Computing
+1311.4959 Lattice
+1311.4967 Probability
+1311.4968 Cell Behavior
+1311.4969 Pricing of Securities
+1311.4973 Pricing of Securities
+1311.4976 Statistics Theory
+1311.4977 Statistical Finance
+1311.4979 Phenomenology
+1311.4980 Mesoscale and Nanoscale Physics
+1311.4981 Statistics Theory
+1311.4986 Instrumentation and Methods for Astrophysics
+1311.4987 Artificial Intelligence
+1311.4988 Astrophysics of Galaxies
+1311.4990 Superconductivity
+1311.4992 Phenomenology
+1311.4996 Probability
+1311.4998 Lattice
+1311.4999 Probability
+1311.5006 Logic in Computer Science
+1311.5010 Lattice
+1311.5011 Functional Analysis
+1311.5013 Information Retrieval
+1311.5016 History and Philosophy of Physics
+1311.5018 Graphics
+1311.5019 Strongly Correlated Electrons
+1311.5024 Statistics Theory
+1311.5025 Phenomenology
+1311.5026 Lattice
+1311.5027 Combinatorics
+1311.5033
+1311.5046 Combinatorics
+1311.5047 Materials Science
+1311.5049 Logic
+1311.5056 Combinatorics
+1311.5058 Formal Languages and Automata Theory
+1311.5064 Discrete Mathematics
+1311.5065 Operator Algebras
+1311.5068 Learning
+1311.5072 Physics and Society
+1311.5074 Instrumentation and Detectors
+1311.5075 Instrumentation and Detectors
+1311.5076 Instrumentation and Detectors
+1311.5077 Plasma Physics
+1311.5078 Instrumentation and Detectors
+1311.5079
+1311.5080 High Energy Astrophysical Phenomena
+1311.5081 Data Structures and Algorithms
+1311.5083 Dynamical Systems
+1311.5084 Computers and Society
+1311.5085 Phenomenology
+1311.5089 Lattice
+1311.5090 Computational Complexity
+1311.5091
+1311.5100 Quantum Gases
+1311.5102 Computational Complexity
+1311.5107 Commutative Algebra
+1311.5108 Multiagent Systems
+1311.5115 Optimization and Control
+1311.5123 Social and Information Networks
+1311.5126 Programming Languages
+1311.5127 Functional Analysis
+1311.5133 Computers and Society
+1311.5137 Optics
+1311.5141 Algebraic Geometry
+1311.5142 Number Theory
+1311.5143 Systems and Control
+1311.5147
+1311.5148 Instrumentation and Methods for Astrophysics
+1311.5150 Computational Physics
+1311.5153 Computational Physics
+1311.5155 Computational Physics
+1311.5160 Strongly Correlated Electrons
+1311.5161 High Energy Astrophysical Phenomena
+1311.5162 K-Theory and Homology
+1311.5163 Number Theory
+1311.5167 Complex Variables
+1311.5169 Functional Analysis
+1311.5171 Complex Variables
+1311.5172 Fluid Dynamics
+1311.5175 Complex Variables
+1311.5177 Lattice
+1311.5178 Analysis of PDEs
+1311.5183 Geometric Topology
+1311.5185 Chemical Physics
+1311.5187 Statistics Theory
+1311.5191 Phenomenology
+1311.5193 Data Structures and Algorithms
+1311.5194
+1311.5195 Complex Variables
+1311.5196 Analysis of PDEs
+1311.5198 Lattice
+1311.5204 Databases
+1311.5205 Superconductivity
+1311.5208 Lattice
+1311.5215
+math/9909136 Complex Variables
+1312.4731 Other Statistics
+1312.6838 Data Structures and Algorithms
+0906.5469 Geometric Topology
+1008.0590 Applications
+0811.1720 Superconductivity
+0903.3807
+0905.2784
+0910.2870 Statistical Mechanics
+0911.1420 Superconductivity
+1002.2231 Statistical Mechanics
+1002.2234 Statistical Mechanics
+1003.5028 General Mathematics
+1005.4813 Mesoscale and Nanoscale Physics
+1008.3731 Dynamical Systems
+1011.0242 Quantum Gases
+1101.1806 Analysis of PDEs
+1104.1516 Mesoscale and Nanoscale Physics
+1106.3757
+1107.2215 Mesoscale and Nanoscale Physics
+1107.2387 Statistics Theory
+1108.1704 Mesoscale and Nanoscale Physics
+1108.3804
+1108.4991
+1109.0265 Algebraic Topology
+1112.5032 Optimization and Control
+1201.1699 Experiment
+1201.3420 Statistical Mechanics
+1201.5416 Atomic Physics
+1201.6095 Information Retrieval
+1202.5289 Multimedia
+1202.5465 Differential Geometry
+1202.5494 High Energy Astrophysical Phenomena
+1203.1479 Statistical Mechanics
+1203.5095
+1205.3649 Spectral Theory
+1205.6943 Analysis of PDEs
+1207.3067 Mesoscale and Nanoscale Physics
+1207.3707 Quantum Gases
+1208.1427
+1208.1874
+1208.2020 Theory
+1208.3041 Differential Geometry
+1208.5641 Cryptography and Security
+1209.2361 Dynamical Systems
+1209.4232
+1209.4376 Theory
+1209.5680 Geometric Topology
+1210.2001 Number Theory
+1210.4717
+1210.5210 Phenomenology
+1211.2000 Phenomenology
+1211.2250 Dynamical Systems
+1211.3364 Phenomenology
+1211.4022
+1211.4495 Analysis of PDEs
+1211.4646 Complex Variables
+1211.5183 Cryptography and Security
+1211.5749 Mesoscale and Nanoscale Physics
+1212.3594
+1212.5096 Phenomenology
+1212.5783 Atmospheric and Oceanic Physics
+1212.6262 Mesoscale and Nanoscale Physics
+1301.2937 Experiment
+1301.3068 Strongly Correlated Electrons
+1301.4462
+1301.5849 Cosmology and Nongalactic Astrophysics
+1301.5901 Cosmology and Nongalactic Astrophysics
+1301.6028 Quantum Gases
+1301.6286 Commutative Algebra
+1301.7240
+1302.0337 Databases
+1302.6361 Phenomenology
+1302.6711 Chemical Physics
+1303.0467 Optics
+1303.2747 Phenomenology
+1303.4339 Mesoscale and Nanoscale Physics
+1303.4379
+1303.4395 Phenomenology
+1303.4794 Optics
+1303.4968 Functional Analysis
+1303.5892 Optics
+1303.6096 Theory
+1303.6250
+1304.2298 Geometric Topology
+1304.3789 Biological Physics
+1304.3821 Symplectic Geometry
+1304.3822 Algebraic Geometry
+1304.3868 Data Structures and Algorithms
+1304.4606 Phenomenology
+1304.4668 Mesoscale and Nanoscale Physics
+1304.5316 Geometric Topology
+1304.5675
+1304.6445 Combinatorics
+1304.7162 Information Theory
+1304.7249 Phenomenology
+1304.8094 Atomic Physics
+1305.0052 Group Theory
+1305.0468 Statistical Mechanics
+1305.1210 Quantum Gases
+1305.2284 Experiment
+1305.4269
+1305.4507 Phenomenology
+1305.4862 Soft Condensed Matter
+1305.5561 Computational Complexity
+1305.6849
+1306.1441 Strongly Correlated Electrons
+1306.1683 Superconductivity
+1306.3245 Phenomenology
+1306.4739
+1306.5450 Atomic Physics
+1307.1330 Physics and Society
+1307.2703 Mesoscale and Nanoscale Physics
+1307.2832 Instrumentation and Detectors
+1307.3076 Soft Condensed Matter
+1307.3697 Mesoscale and Nanoscale Physics
+1307.4199 Materials Science
+1307.4550 Instrumentation and Methods for Astrophysics
+1307.5538 Instrumentation and Detectors
+1307.6071 Populations and Evolution
+1307.6170 Computer Vision and Pattern Recognition
+1307.6716 Systems and Control
+1307.6767 Disordered Systems and Neural Networks
+1307.7124 General Physics
+1307.7149 Experiment
+1307.7225 Experiment
+1307.7325 Differential Geometry
+1307.7332 Information Retrieval
+1307.7344 Instrumentation and Methods for Astrophysics
+1307.7429 Computers and Society
+1307.7432 Computers and Society
+1307.7466 Artificial Intelligence
+1307.7557 Commutative Algebra
+1307.7600 Atmospheric and Oceanic Physics
+1307.7620 Phenomenology
+1307.7661 Logic in Computer Science
+1307.7705 General Physics
+1307.7706 Combinatorics
+1307.7720 Artificial Intelligence
+1307.7727 High Energy Astrophysical Phenomena
+1307.7734 Fluid Dynamics
+1307.7736 Statistical Mechanics
+1307.7737 Probability
+1307.7741 Phenomenology
+1307.7744 History and Philosophy of Physics
+1307.7749 Combinatorics
+1307.7750 Phenomenology
+1307.7752 Computational Geometry
+1307.7753 Solar and Stellar Astrophysics
+1307.7761 Statistical Mechanics
+1307.7770 Information Theory
+1307.7772 Solar and Stellar Astrophysics
+1307.7777 Instrumentation and Detectors
+1307.7782
+1307.7783 Materials Science
+1307.7784 Methodology
+1307.7786 Cryptography and Security
+1307.7787 Other Computer Science
+1307.7788 Computers and Society
+1307.7789 Computers and Society
+1307.7790 Software Engineering
+1307.7796 Physics and Society
+1307.7797 Complex Variables
+1307.7798 Quantitative Methods
+1307.7800 Computer Vision and Pattern Recognition
+1307.7803 Quantitative Methods
+1307.7805 Quantitative Methods
+1307.7806 Data Structures and Algorithms
+1307.7807 Discrete Mathematics
+1307.7808 Artificial Intelligence
+1307.7809 Artificial Intelligence
+1307.7812 High Energy Astrophysical Phenomena
+1307.7814 Networking and Internet Architecture
+1307.7817 Quantitative Methods
+1307.7818 Materials Science
+1307.7819 Classical Analysis and ODEs
+1307.7829
+1307.7832 Cosmology and Nongalactic Astrophysics
+1307.7833 Cryptography and Security
+1307.7837 Analysis of PDEs
+1307.7841 Methodology
+1307.7844 Quantitative Methods
+1307.7847 Quantitative Methods
+1307.7848 Computer Vision and Pattern Recognition
+1307.7849 Programming Languages
+1307.7851 Computer Vision and Pattern Recognition
+1307.7852 Computer Vision and Pattern Recognition
+1307.7853 Instrumentation and Detectors
+1307.7854 Differential Geometry
+1307.7856 Plasma Physics
+1307.7857 Rings and Algebras
+1307.7858 Discrete Mathematics
+1307.7860 Applications
+1307.7861 Quantitative Methods
+1307.7862 Quantitative Methods
+1307.7863 Complex Variables
+1307.7868 Materials Science
+1307.7875 Phenomenology
+1307.7881 Solar and Stellar Astrophysics
+1307.7883 Cosmology and Nongalactic Astrophysics
+1307.7884 Differential Geometry
+1307.7889 Data Analysis, Statistics and Probability
+1307.7890 Analysis of PDEs
+1307.7891 Rings and Algebras
+1307.7892 Instrumentation and Methods for Astrophysics
+1307.7895 Systems and Control
+1307.7897 Neural and Evolutionary Computing
+1307.7900
+1307.7901 Probability
+1307.7905 High Energy Astrophysical Phenomena
+1307.7912 Medical Physics
+1307.7913
+1307.7914 Soft Condensed Matter
+1307.7915 Numerical Analysis
+1307.7916 Quantitative Methods
+1307.7917 Probability
+1307.7919 Quantitative Methods
+1307.7920 Number Theory
+1307.7921 Experiment
+1307.7930 Analysis of PDEs
+1307.7931
+1307.7932 Probability
+1307.7933 Quantitative Methods
+1307.7934 Dynamical Systems
+1307.7941 Quantitative Methods
+1307.7942 Optics
+1307.7943 Performance
+1307.7944 Superconductivity
+1307.7945 Algebraic Geometry
+1307.7948 Methodology
+1307.7949
+1307.7951 Other Computer Science
+1307.7955 Functional Analysis
+1307.7957 Classical Analysis and ODEs
+1307.7958 Functional Analysis
+1307.7962 General Physics
+1307.7968 Combinatorics
+1307.7969 Phenomenology
+1307.7971 Classical Analysis and ODEs
+1307.7972
+1307.7974 Information Retrieval
+1307.7975 Methodology
+1307.7979 Representation Theory
+1307.7981 Machine Learning
+1307.7982 Physics and Society
+1307.7983 High Energy Astrophysical Phenomena
+1307.7988
+1307.7993 Learning
+1307.7994 Algebraic Topology
+1307.7998 Symplectic Geometry
+1307.8004 Logic
+1307.8008 Mesoscale and Nanoscale Physics
+1307.8013 Performance
+1307.8015 Analysis of PDEs
+1307.8017 Biological Physics
+1307.8025 History and Overview
+1307.8026 Genomics
+1307.8029 Symbolic Computation
+1307.8031 Solar and Stellar Astrophysics
+1307.8032 Complex Variables
+1307.8033 Complex Variables
+1307.8034 Strongly Correlated Electrons
+1307.8046 Applications
+1307.8049 Learning
+1307.8051 Instrumentation and Detectors
+1307.8052 Computational Physics
+1307.8055 Dynamical Systems
+1307.8056 Mesoscale and Nanoscale Physics
+1307.8067 Digital Libraries
+1307.8070 High Energy Astrophysical Phenomena
+1307.8071 Combinatorics
+1307.8073 Functional Analysis
+1307.8074 Algebraic Geometry
+1307.8079 Number Theory
+1307.8082 Probability
+1307.8087 Fluid Dynamics
+1307.8088 Functional Analysis
+1307.8091 High Energy Astrophysical Phenomena
+1307.8102 Experiment
+1307.8104 Neural and Evolutionary Computing
+1307.8111 Geometric Topology
+hep-th/0512322 Theory
+hep-th/9502031 Theory
+0705.2628 Classical Analysis and ODEs
+0711.0605 Analysis of PDEs
+0711.3858
+0803.3401
+0807.0104
+0902.1262 Number Theory
+0903.2216 Dynamical Systems
+0905.0605
+0905.3850 Classical Analysis and ODEs
+0906.1537 Classical Analysis and ODEs
+0906.2016
+0907.0683
+0910.2622
+0911.0628 Group Theory
+0911.3212 Differential Geometry
+0912.3155
+0912.3357
+1001.0145 Solar and Stellar Astrophysics
+1001.0188 Statistics Theory
+1001.4472 Group Theory
+1001.4474 Geometric Topology
+1003.4667 Differential Geometry
+1003.5131 Probability
+1004.2970 K-Theory and Homology
+1005.2774 Probability
+1007.0041
+1009.4025 Probability
+1010.0295 Dynamical Systems
+1010.1374 Materials Science
+1010.5049
+1011.5478 Representation Theory
+1012.2751 Information Theory
+1103.1512 Materials Science
+1103.1610 Group Theory
+1103.5431 Optimization and Control
+1106.0261
+1106.3288 Analysis of PDEs
+1108.0312
+1108.6133 Probability
+1109.0494
+1109.4226 Number Theory
+1110.2574 Emerging Technologies
+1111.2803 Theory
+1111.3895 Differential Geometry
+1111.4576 Optimization and Control
+1112.5754 Theory
+1201.1265 Optimization and Control
+1202.0417 Information Theory
+1202.4842 Combinatorics
+1202.5429 Probability
+1202.5603 Cosmology and Nongalactic Astrophysics
+1203.4873 Probability
+1203.5781
+1204.1706 Neural and Evolutionary Computing
+1204.1840 Other Computer Science
+1204.1850
+1204.3285 Materials Science
+1204.6164 Cosmology and Nongalactic Astrophysics
+1205.3353 Mesoscale and Nanoscale Physics
+1205.6553 Group Theory
+1206.1202
+1206.2598 Experiment
+1206.2790 Statistics Theory
+1206.4071 Instrumentation and Detectors
+1206.5829 Cryptography and Security
+1206.5961 Theory
+1206.6680 Materials Science
+1206.6991 Probability
+1207.0065 Experiment
+1207.0402 Strongly Correlated Electrons
+1207.1275
+1207.2392 Experiment
+1207.2573 Statistical Mechanics
+1207.2666 Experiment
+1207.3674 Algebraic Topology
+1207.4324 Cosmology and Nongalactic Astrophysics
+1207.5988 Cosmology and Nongalactic Astrophysics
+1208.0957 Experiment
+1208.2826
+1208.4154
+1208.4210 Cosmology and Nongalactic Astrophysics
+1208.4887
+1208.5444 Theory
+1209.0016 Machine Learning
+1209.2710 Phenomenology
+1209.2785 Geometric Topology
+1209.3882 Functional Analysis
+1209.4397 Experiment
+1209.6096 Complex Variables
+1209.6259 Phenomenology
+1209.6479
+1210.1098 Theory
+1210.2326 Analysis of PDEs
+1210.2860
+1210.3111 Analysis of PDEs
+1210.3799 Combinatorics
+1210.4937 Logic
+1210.5140 Instrumentation and Methods for Astrophysics
+1210.5346 Soft Condensed Matter
+1210.5482
+1210.5826 Combinatorics
+1210.5955 Data Structures and Algorithms
+1210.6873 Phenomenology
+1210.7404 Numerical Analysis
+1210.7487 Cosmology and Nongalactic Astrophysics
+1210.8190 Phenomenology
+1211.0812 Functional Analysis
+1211.1985 Mesoscale and Nanoscale Physics
+1211.2080 Superconductivity
+1211.2815 Theory
+1211.4042 Materials Science
+1211.4209 Soft Condensed Matter
+1211.4233 Fluid Dynamics
+1211.4443 Geometric Topology
+1211.6506 Phenomenology
+1211.6924 Strongly Correlated Electrons
+1211.7178 Probability
+1212.0675 Fluid Dynamics
+1212.2085 Instrumentation and Methods for Astrophysics
+1212.2742 Superconductivity
+1212.4831 Theory
+1212.5117 Probability
+1301.1524
+1301.3577 Learning
+1301.3666 Computer Vision and Pattern Recognition
+1301.4058 Experiment
+1301.5517 Superconductivity
+1302.1502 Lattice
+1302.2544 General Finance
+1302.4631 Applications
+1302.4643 Materials Science
+1302.5229 Materials Science
+1302.5641 Theory
+1302.6407
+1302.6721 General Finance
+1303.0288 Strongly Correlated Electrons
+1303.0444 Statistical Mechanics
+1303.0680 Combinatorics
+1303.1714 Differential Geometry
+1303.2188 Statistical Mechanics
+1303.2220 Phenomenology
+1303.2733 High Energy Astrophysical Phenomena
+1303.3491 Combinatorics
+1303.3868 Populations and Evolution
+1303.4002 Geometric Topology
+1303.4072 Superconductivity
+1303.4374 Group Theory
+1303.4532 Discrete Mathematics
+1303.4610
+1303.4667 Experiment
+1303.4729
+1303.4734 Theory
+1303.4748 Quantum Algebra
+1303.4754 Superconductivity
+1303.4757 Accelerator Physics
+1303.4762 Information Theory
+1303.4764 Quantum Gases
+1303.4767 Statistics Theory
+1303.4769 Functional Analysis
+1303.4770 Statistical Mechanics
+1303.4771 Networking and Internet Architecture
+1303.4776 Information Theory
+1303.4782 Information Theory
+1303.4785
+1303.4788 Digital Libraries
+1303.4790
+1303.4791 Theory
+1303.4796 Mesoscale and Nanoscale Physics
+1303.4797 Representation Theory
+1303.4799 Mesoscale and Nanoscale Physics
+1303.4801 Combinatorics
+1303.4803 Computer Vision and Pattern Recognition
+1303.4807 Dynamical Systems
+1303.4810 Superconductivity
+1303.4813 Classical Analysis and ODEs
+1303.4814 Cryptography and Security
+1303.4815
+1303.4818 Number Theory
+1303.4820
+1303.4822 Materials Science
+1303.4826 Number Theory
+1303.4827
+1303.4830
+1303.4833
+1303.4836 Dynamical Systems
+1303.4838
+1303.4839 Computer Vision and Pattern Recognition
+1303.4840 Computer Vision and Pattern Recognition
+1303.4841
+1303.4842 Operator Algebras
+1303.4844 Functional Analysis
+1303.4849 Pricing of Securities
+1303.4853 Solar and Stellar Astrophysics
+1303.4854 Discrete Mathematics
+1303.4855 Materials Science
+1303.4860 Medical Physics
+1303.4861 Differential Geometry
+1303.4865 Materials Science
+1303.4866 Computer Vision and Pattern Recognition
+1303.4868
+1303.4869 Databases
+1303.4871 Statistics Theory
+1303.4873 Soft Condensed Matter
+1303.4875 Statistics Theory
+1303.4883 General Topology
+1303.4884 Theory
+1303.4886 Disordered Systems and Neural Networks
+1303.4888 Disordered Systems and Neural Networks
+1303.4890 Statistics Theory
+1303.4892 Hardware Architecture
+1303.4897 Discrete Mathematics
+1303.4898 Materials Science
+1303.4902 Logic
+1303.4903 Astrophysics of Galaxies
+1303.4907 Rings and Algebras
+1303.4910 Materials Science
+1303.4911 Statistics Theory
+1303.4912 Differential Geometry
+1303.4913 Statistical Mechanics
+1303.4917 Statistics Theory
+1303.4921 Lattice
+1303.4931 Space Physics
+1303.4938 Number Theory
+1303.4940 Number Theory
+1303.4941 Algebraic Geometry
+1303.4942 Numerical Analysis
+1303.4948 Superconductivity
+1303.4949 Emerging Technologies
+1303.4953 Instrumentation and Methods for Astrophysics
+1303.4956 Applications
+1303.4960 Algebraic Geometry
+1303.4961 Theory
+1303.4966 Group Theory
+1303.4972 Functional Analysis
+1303.4981 Molecular Networks
+1303.4983 Phenomenology
+1303.4986 Social and Information Networks
+1303.4988 Rings and Algebras
+1303.4994 Other Computer Science
+1303.4999 Algebraic Geometry
+1303.5002 Number Theory
+1303.5003 Information Theory
+1303.5008 Differential Geometry
+1303.5009 Social and Information Networks
+1303.5011 Strongly Correlated Electrons
+1303.5013 Instrumentation and Methods for Astrophysics
+1303.5014 Materials Science
+1303.5017 Differential Geometry
+1303.5018 Materials Science
+1303.5019 Geometric Topology
+1303.5023 Classical Physics
+1303.5027 Theory
+1303.5030 Classical Analysis and ODEs
+1303.5031 Probability
+1303.5033
+1303.5037 Logic
+1303.5043
+1303.5045 Dynamical Systems
+1303.5047 Classical Analysis and ODEs
+math/0303043 Number Theory
+math/0612583 Probability
+0709.0852 Pattern Formation and Solitons
+0712.4009 Combinatorics
+0901.4098
+0903.2785 Number Theory
+0910.4604 Materials Science
+1002.3151 Instrumentation and Methods for Astrophysics
+1004.4004 Statistical Mechanics
+1004.4946 Experiment
+1006.1391 Mesoscale and Nanoscale Physics
+1011.2850 Mesoscale and Nanoscale Physics
+1012.0579 Differential Geometry
+1103.0868 Combinatorics
+1104.1795 Exactly Solvable and Integrable Systems
+1104.5217 Pattern Formation and Solitons
+1107.3208 Materials Science
+1108.2649 Number Theory
+1109.1259 Chemical Physics
+1109.5980
+1202.2408 Statistics Theory
+1203.2980 Analysis of PDEs
+1205.2006 Materials Science
+1205.3405 Probability
+1205.4904
+1206.4073 Probability
+1207.1698 Functional Analysis
+1207.6055
+1208.1024 Probability
+1208.2076 Information Theory
+1209.0958 Phenomenology
+1209.2079 Information Theory
+1210.5646
+1210.7682 Mesoscale and Nanoscale Physics
+1211.0826 Strongly Correlated Electrons
+1211.4141
+1211.5087 Theory
+1212.2383 Probability
+1212.3267 Methodology
+1212.4172 Theory
+1212.6019 Algebraic Geometry
+1301.1027 Information Theory
+1301.2235 Quantum Algebra
+1301.6981 Soft Condensed Matter
+1301.6982 Soft Condensed Matter
+1302.0704 Materials Science
+1302.2970 Atomic Physics
+1302.4279 Statistical Mechanics
+1302.5804 Adaptation and Self-Organizing Systems
+1302.6261 Number Theory
+1302.6432 Mesoscale and Nanoscale Physics
+1303.2165 Materials Science
+1303.6432 Optics
+1303.6657 Mesoscale and Nanoscale Physics
+1303.6965 Mesoscale and Nanoscale Physics
+1303.7476 Popular Physics
+1304.0008
+1304.0039 Mesoscale and Nanoscale Physics
+1304.0445 Popular Physics
+1304.0866 Mesoscale and Nanoscale Physics
+1304.1275 Materials Science
+1304.1547 Superconductivity
+1304.2160 Mesoscale and Nanoscale Physics
+1304.2493 Instrumentation and Detectors
+1304.2633 High Energy Astrophysical Phenomena
+1304.3663 Robotics
+1304.4551 Analysis of PDEs
+1304.4917
+1304.5737 Phenomenology
+1304.6110 Theory
+1304.7471 Combinatorics
+1304.7486 Strongly Correlated Electrons
+1305.0421 Instrumentation and Methods for Astrophysics
+1305.2871 Materials Science
+1305.5115 Optics
+1305.5817 Theory
+1306.1305 Astrophysics of Galaxies
+1306.1673 Materials Science
+1306.1892 Strongly Correlated Electrons
+1306.2535
+1306.2632 Astrophysics of Galaxies
+1307.0930 Numerical Analysis
+1307.1479 Group Theory
+1307.2878 Soft Condensed Matter
+1307.3153 Materials Science
+1307.3185 Physics and Society
+1307.4612 Information Theory
+1307.5291 Quantum Gases
+1307.7086 Theory
+1307.8094 Theory
+1308.0465 Experiment
+1308.0482 Data Structures and Algorithms
+1308.0886 Cosmology and Nongalactic Astrophysics
+1308.2348
+1308.3110 Optics
+1308.4843 Cosmology and Nongalactic Astrophysics
+1308.6458 Number Theory
+1309.1147 Metric Geometry
+1309.1705 Atomic Physics
+1309.2204 Theory
+1309.2393 Functional Analysis
+1309.2492 Superconductivity
+1309.3343 Functional Analysis
+1309.3440 Soft Condensed Matter
+1309.6165
+1310.0245
+1310.1054 Dynamical Systems
+1310.2013 Theory
+1310.2290 Multiagent Systems
+1310.2297 Solar and Stellar Astrophysics
+1310.2755 Plasma Physics
+1310.3725 Physics Education
+1310.3821 High Energy Astrophysical Phenomena
+1310.3927 Probability
+1310.5026 Number Theory
+1310.5402 Algebraic Geometry
+1310.7108 Probability
+1310.7401 Probability
+1310.7422
+1310.8579
+1310.8633 Methodology
+1311.0053 Computer Vision and Pattern Recognition
+1311.1168 Theory
+1311.3234
+1311.3276 Analysis of PDEs
+1311.3489 Optics
+1311.4356 Experiment
+1311.4469 Populations and Evolution
+1311.4505 Probability
+1311.5000 Statistics Theory
+1311.5151 Computational Physics
+1311.5296 Differential Geometry
+1311.5395 Statistical Mechanics
+1311.5398 Phenomenology
+1311.5422 Learning
+1311.5435 Soft Condensed Matter
+1311.5479 Machine Learning
+1311.5550 Software Engineering
+1311.5567 Formal Languages and Automata Theory
+1311.5568 Formal Languages and Automata Theory
+1311.5571 Formal Languages and Automata Theory
+1311.5572 Formal Languages and Automata Theory
+1311.5573 Databases
+1311.5578 Number Theory
+1311.5579 Lattice
+1311.5581 High Energy Astrophysical Phenomena
+1311.5584 Analysis of PDEs
+1311.5587 Software Engineering
+1311.5590 Computer Vision and Pattern Recognition
+1311.5595 Computer Vision and Pattern Recognition
+1311.5596 Analysis of PDEs
+1311.5597 Lattice
+1311.5599 Machine Learning
+1311.5601 Materials Science
+1311.5603 Computer Science and Game Theory
+1311.5604 Methodology
+1311.5610 Probability
+1311.5611 Differential Geometry
+1311.5612 Cryptography and Security
+1311.5614 Numerical Analysis
+1311.5618 Representation Theory
+1311.5621 Optics
+1311.5627
+1311.5629 Information Theory
+1311.5631
+1311.5632 Combinatorics
+1311.5634 Combinatorics
+1311.5635 Algebraic Geometry
+1311.5636 Learning
+1311.5639 Other Computer Science
+1311.5642 Group Theory
+1311.5643 Group Theory
+1311.5647 Astrophysics of Galaxies
+1311.5650 Quantum Algebra
+1311.5654 Dynamical Systems
+1311.5656 Algebraic Geometry
+1311.5658 Geometric Topology
+1311.5661 Trading and Market Microstructure
+1311.5663 Databases
+1311.5665 Applications
+1311.5669 Complex Variables
+1311.5671 Algebraic Geometry
+1311.5672 Algebraic Geometry
+1311.5674 Mesoscale and Nanoscale Physics
+1311.5677 Other Computer Science
+1311.5679 Analysis of PDEs
+1311.5680 Mesoscale and Nanoscale Physics
+1311.5681 Information Theory
+1311.5684
+1311.5685 Distributed, Parallel, and Cluster Computing
+1311.5686 Distributed, Parallel, and Cluster Computing
+1311.5688 Earth and Planetary Astrophysics
+1311.5690 Computational Complexity
+1311.5693 Differential Geometry
+1311.5694 Symbolic Computation
+1311.5707 Lattice
+1311.5711 High Energy Astrophysical Phenomena
+1311.5715 Number Theory
+1311.5719
+1311.5726 Number Theory
+1311.5727 Methodology
+1311.5728 Computer Science and Game Theory
+1311.5730
+1311.5731 Mesoscale and Nanoscale Physics
+1311.5733 Phenomenology
+1311.5735 Optimization and Control
+1311.5736 Classical Analysis and ODEs
+1311.5737 Solar and Stellar Astrophysics
+1311.5739 Number Theory
+1311.5740 Distributed, Parallel, and Cluster Computing
+1311.5741 Rings and Algebras
+1311.5745 Experiment
+1311.5746 Phenomenology
+1311.5748 Geometric Topology
+1311.5752
+1311.5754 Strongly Correlated Electrons
+1311.5757 Human-Computer Interaction
+1311.5763 Neural and Evolutionary Computing
+1311.5768 Statistics Theory
+1311.5769 Quantitative Methods
+1311.5771 Optics
+1311.5774 Statistics Theory
+1311.5775 Analysis of PDEs
+1311.5777 Methodology
+1311.5781 Accelerator Physics
+1311.5783 High Energy Astrophysical Phenomena
+1311.5786 Probability
+1311.5791 Accelerator Physics
+1311.5792 Accelerator Physics
+1311.5793 Accelerator Physics
+1311.5794 Chemical Physics
+1311.5795 Neurons and Cognition
+1311.5797 Adaptation and Self-Organizing Systems
+1311.5803 Representation Theory
+1311.5810 Programming Languages
+1311.5811 Phenomenology
+1311.5813 High Energy Astrophysical Phenomena
+1311.5816 Social and Information Networks
+1311.5825 Programming Languages
+1311.5826 Analysis of PDEs
+1311.5828 Methodology
+1311.5829 Computer Vision and Pattern Recognition
+1311.5832 Statistics Theory
+1311.5834 Multimedia
+1311.5835 History and Philosophy of Physics
+1311.5836 Computation and Language
+1311.5838 Numerical Analysis
+1311.5843 Emerging Technologies
+1311.5844 Materials Science
+1311.5845 Algebraic Geometry
+1311.5853 Physics and Society
+1311.5857 Differential Geometry
+1311.5860 Phenomenology
+1311.5862 Differential Geometry
+1311.5865 Analysis of PDEs
+1311.5868 Analysis of PDEs
+1311.5870 Analysis of PDEs
+1311.5873 Probability
+1311.5875 Optics
+1311.5876 Optics
+1311.5880 Human-Computer Interaction
+1311.5881 Numerical Analysis
+cond-mat/0701392 Statistical Mechanics
+0903.2906 Probability
+0903.3663 Exactly Solvable and Integrable Systems
+0909.1818 Complex Variables
+0909.1824 Functional Analysis
+0909.1828 Complex Variables
+0911.5373 Probability
+0912.5462 Optics
+1002.4458 Information Theory
+1003.0592 Superconductivity
+1004.4574 Soft Condensed Matter
+1005.3768 Tissues and Organs
+1005.5409 Functional Analysis
+1006.0729 Statistical Mechanics
+1006.3068 Cosmology and Nongalactic Astrophysics
+1007.0899 Probability
+1008.2456 Symplectic Geometry
+1009.2746 Symplectic Geometry
+1009.4144 Functional Analysis
+1010.0715 Functional Analysis
+1011.5395 Machine Learning
+1101.5551 Classical Analysis and ODEs
+1104.2415 Theory
+1104.3621 Machine Learning
+1105.5520 Number Theory
+1106.2197 Solar and Stellar Astrophysics
+1107.0072 Classical Analysis and ODEs
+1107.0456 Differential Geometry
+1107.4824 Data Structures and Algorithms
+1108.1258 Probability
+1108.3140 Superconductivity
+1109.2029 Dynamical Systems
+1109.3429 Functional Analysis
+1109.3979 Solar and Stellar Astrophysics
+1109.4774 Differential Geometry
+1110.1512 Differential Geometry
+1110.1626 Exactly Solvable and Integrable Systems
+1110.1653 Quantum Gases
+1110.2063 Numerical Analysis
+1110.2758 Operator Algebras
+1110.3816 Cosmology and Nongalactic Astrophysics
+1110.5592 Probability
+1110.6526 Geometric Topology
+1111.2355
+1112.2864 Formal Languages and Automata Theory
+1112.5435 Cosmology and Nongalactic Astrophysics
+1201.0141 Probability
+1201.1762 Theory
+1201.3609 Cosmology and Nongalactic Astrophysics
+1201.6658 Cosmology and Nongalactic Astrophysics
+1203.1005 Computer Vision and Pattern Recognition
+1203.2869
+1203.3364 Soft Condensed Matter
+1203.3384 Numerical Analysis
+1203.3591 Theory
+1203.3666 Analysis of PDEs
+1203.4734
+1203.4847 Lattice
+1203.5022
+1203.6069 Cosmology and Nongalactic Astrophysics
+1204.0401 Probability
+1204.0937 Mesoscale and Nanoscale Physics
+1204.1579 Strongly Correlated Electrons
+1204.3109
+1204.3818 Information Theory
+1204.4735 Materials Science
+1204.4830
+1204.6096 Data Analysis, Statistics and Probability
+1205.2689 General Physics
+1205.2815 Phenomenology
+1205.3301 Strongly Correlated Electrons
+1205.6426 Statistical Mechanics
+1206.0064
+1206.0704 Optics
+1206.2628 Mesoscale and Nanoscale Physics
+1206.3352 Functional Analysis
+1206.3547 Soft Condensed Matter
+1206.4138 Combinatorics
+1206.5963
+1206.6498
+1206.6935
+1207.0388 Computational Physics
+1207.1205 Mesoscale and Nanoscale Physics
+1207.2544 Programming Languages
+1207.3534 Instrumentation and Methods for Astrophysics
+1207.4331 Classical Analysis and ODEs
+1207.5169 Number Theory
+1207.6386 Experiment
+1207.6651 General Physics
+1208.1484 Mesoscale and Nanoscale Physics
+1208.2911
+1208.3174 Optics
+1208.5192 Superconductivity
+1208.5716 Dynamical Systems
+1208.6549 Complex Variables
+1209.2704 Instrumentation and Methods for Astrophysics
+1209.3317 Quantum Gases
+1209.3816 Statistical Mechanics
+1209.3830 Quantum Gases
+1209.4174 Functional Analysis
+1209.5779 Optimization and Control
+1209.6255 Materials Science
+1209.6314 Mesoscale and Nanoscale Physics
+1210.0480 Probability
+1210.1398 Strongly Correlated Electrons
+1210.2717 Cosmology and Nongalactic Astrophysics
+1210.3136
+1210.3348 Materials Science
+1210.4218
+1210.5763 Theory
+1210.7241 Mesoscale and Nanoscale Physics
+1210.8430
+1211.0094 Chemical Physics
+1211.1735 Strongly Correlated Electrons
+1211.2006 Statistical Mechanics
+1211.2016 Cosmology and Nongalactic Astrophysics
+1211.2992 Accelerator Physics
+1211.4708 Phenomenology
+1211.5205 Mesoscale and Nanoscale Physics
+1211.5300 Cosmology and Nongalactic Astrophysics
+1211.6110 Cosmology and Nongalactic Astrophysics
+1212.0009 Cosmology and Nongalactic Astrophysics
+1212.0162 Soft Condensed Matter
+1212.0927 Computation and Language
+1212.0983 Operator Algebras
+1212.1410 Algebraic Geometry
+1212.1656 Phenomenology
+1212.2377 Geophysics
+1212.3947
+1212.4066 Phenomenology
+1212.4107 Disordered Systems and Neural Networks
+1212.4259 Optics
+1212.5087 Strongly Correlated Electrons
+1212.6129 Mesoscale and Nanoscale Physics
+1212.6301 Geometric Topology
+1301.0955 Data Structures and Algorithms
+1301.1021 General Physics
+1301.1112 High Energy Astrophysical Phenomena
+1301.1523 High Energy Astrophysical Phenomena
+1301.1931 Chemical Physics
+1301.2060 Physics and Society
+1301.4088 Representation Theory
+1301.4138 Materials Science
+1301.4177 Information Theory
+1301.4990 General Physics
+1301.6310 Atomic Physics
+1301.6436 Superconductivity
+1302.0115 Statistics Theory
+1302.0395 Tissues and Organs
+1302.0723 Learning
+1302.0799 Algebraic Geometry
+1302.0835
+1302.0837 High Energy Astrophysical Phenomena
+1302.0838 Plasma Physics
+1302.0839 General Physics
+1302.0842 Astrophysics of Galaxies
+1302.0854 Theory
+1302.0860
+1302.0862 History and Philosophy of Physics
+1302.0864
+1302.0869 High Energy Astrophysical Phenomena
+1302.0870 Machine Learning
+1302.0874 Lattice
+1302.0878 High Energy Astrophysical Phenomena
+1302.0881 Classical Analysis and ODEs
+1302.0882
+1302.0886 Optics
+1302.0892 Data Structures and Algorithms
+1302.0895 Machine Learning
+1302.0899 Strongly Correlated Electrons
+1302.0902 Probability
+1302.0905 Lattice
+1302.0908 Optimization and Control
+1302.0917 Number Theory
+1302.0925 Analysis of PDEs
+1302.0926 Applications
+1302.0930 Algebraic Geometry
+1302.0931 Group Theory
+1302.0933 Group Theory
+1302.0935 Optimization and Control
+1302.0936 Probability
+1302.0937 Numerical Analysis
+1302.0938 Optimization and Control
+1302.0939 Cryptography and Security
+1302.0940 Analysis of PDEs
+1302.0944 Differential Geometry
+1302.0946 Dynamical Systems
+1302.0952 Information Theory
+1302.0956 Probability
+1302.0961 Fluid Dynamics
+1302.0962 Neural and Evolutionary Computing
+1302.0963 Learning
+1302.0965 Networking and Internet Architecture
+1302.0966 Soft Condensed Matter
+1302.0967 Mesoscale and Nanoscale Physics
+1302.0968 Probability
+1302.0972 Geometric Topology
+1302.0973 Computational Complexity
+1302.0974 Learning
+1302.0975 Logic in Computer Science
+1302.0976 Statistical Mechanics
+1302.0977 Methodology
+1302.0978
+1302.0982 Group Theory
+1302.0986 Other Condensed Matter
+1302.0988 Analysis of PDEs
+1302.0991 Classical Analysis and ODEs
+1302.0992 Statistical Mechanics
+1302.0993 Mesoscale and Nanoscale Physics
+1302.0994 Other Condensed Matter
+1302.0995 Optics
+1302.0997 Superconductivity
+1302.1001 Accelerator Physics
+1302.1002
+1302.1005 Other Computer Science
+1302.1007 Computer Vision and Pattern Recognition
+1302.1008 Information Theory
+1302.1010 Other Computer Science
+1302.1011
+1302.1012 Commutative Algebra
+1302.1017 Probability
+1302.1019 Numerical Analysis
+1302.1020 Information Theory
+1302.1021 Symplectic Geometry
+1302.1022 Superconductivity
+1302.1026 Statistics Theory
+1302.1027 Optics
+1302.1028 Analysis of PDEs
+1302.1032 Optics
+1302.1033 Dynamical Systems
+1302.1036 Optics
+1302.1037 Numerical Analysis
+1302.1044 Phenomenology
+1302.1047 Methodology
+1302.1048 Solar and Stellar Astrophysics
+1302.1051
+1302.1053 Analysis of PDEs
+1302.1057 Mesoscale and Nanoscale Physics
+1302.1058 Rings and Algebras
+1302.1067 Soft Condensed Matter
+1302.1077 Strongly Correlated Electrons
+1302.1078 Performance
+1302.1082 Quantum Gases
+1302.1084 General Physics
+1302.1085
+1302.1086 General Physics
+1302.1087 Mesoscale and Nanoscale Physics
+1302.1089 Computational Geometry
+1302.1090 Classical Analysis and ODEs
+1302.1093 Theory
+1302.1095 Computation
+1302.1096 Number Theory
+1302.1104 Algebraic Geometry
+1302.1105 Digital Libraries
+1302.1109 Computational Complexity
+1302.1111 Cryptography and Security
+1302.1116 Exactly Solvable and Integrable Systems
+1302.1123 Computation and Language
+1302.1128 Optimization and Control
+1302.1129 Methodology
+1302.1131 Networking and Internet Architecture
+1302.1133 Differential Geometry
+1302.1134 Cryptography and Security
+1302.1140 Mesoscale and Nanoscale Physics
+1302.1142 Analysis of PDEs
+1302.1147 Analysis of PDEs
+1302.1153 Software Engineering
+1302.1155 Artificial Intelligence
+1302.1158 Statistics Theory
+1302.1163 Number Theory
+1302.1166 Dynamical Systems
+1302.1167 History and Overview
+1302.1170 Formal Languages and Automata Theory
+1302.1174 Metric Geometry
+1302.1176 Combinatorics
+1302.1178 Information Retrieval
+1302.1181 Biological Physics
+1302.1183 Geophysics
+1302.1184 Numerical Analysis
+1302.1190
+1302.1194
+astro-ph/0312114
+astro-ph/0703785
+gr-qc/9903041
+math/0512452 Complex Variables
+0710.3575 Optics
+0803.3750 Probability
+0805.1027 Functional Analysis
+0807.3090 Phenomenology
+0906.2766 Geometric Topology
+0907.4945 Functional Analysis
+0908.3188 Statistical Mechanics
+0911.2734 Mesoscale and Nanoscale Physics
+1003.4932 Logic
+1004.3714 Information Theory
+1009.4160 Analysis of PDEs
+1009.4828 Discrete Mathematics
+1010.0590 Metric Geometry
+1012.2682 Algebraic Geometry
+1101.2601 Analysis of PDEs
+1101.4209 Dynamical Systems
+1109.0896 Quantum Gases
+1109.5086 Probability
+1109.5398 Combinatorics
+1110.1921 Geometric Topology
+1110.2856 Dynamical Systems
+1110.5200
+1111.0545 Algebraic Geometry
+1111.3942 Materials Science
+1111.5446 Mesoscale and Nanoscale Physics
+1112.3467 Statistical Mechanics
+1201.4408 Logic
+1203.1533 Superconductivity
+1203.5207 Logic
+1204.0850
+1204.3934 Statistical Mechanics
+1204.4524
+1204.6254 Algebraic Geometry
+1204.6738
+1205.0496 Quantum Gases
+1205.4550
+1205.4698 Learning
+1205.5782 Strongly Correlated Electrons
+1206.1497 Pattern Formation and Solitons
+1206.2381 Phenomenology
+1206.2724 Commutative Algebra
+1206.3017
+1206.3345 Atmospheric and Oceanic Physics
+1206.3833 Applications
+1206.4553
+1207.0466 Rings and Algebras
+1207.1644
+1207.2004 Optics
+1207.2880 Mesoscale and Nanoscale Physics
+1207.3957 Strongly Correlated Electrons
+1207.5776 Cosmology and Nongalactic Astrophysics
+1207.7174
+1208.1061 Atmospheric and Oceanic Physics
+1208.1271 Number Theory
+1208.1466 Mesoscale and Nanoscale Physics
+1208.3271 Algebraic Geometry
+1209.0628 Number Theory
+1209.1356
+1209.1534 Analysis of PDEs
+1209.2117 Cosmology and Nongalactic Astrophysics
+1209.2232 Mesoscale and Nanoscale Physics
+1209.3125 Analysis of PDEs
+1209.3450 Dynamical Systems
+1209.4534 Optics
+1209.4570 Cosmology and Nongalactic Astrophysics
+1209.5641 Quantum Gases
+1209.6054 Phenomenology
+1210.2506 Software Engineering
+1210.2547 Phenomenology
+1210.2735 Mesoscale and Nanoscale Physics
+1210.3461 Cosmology and Nongalactic Astrophysics
+1210.3617
+1210.4273
+1210.4326 Classical Analysis and ODEs
+1210.6708 Theory
+1211.1072 Mesoscale and Nanoscale Physics
+1211.1195 Strongly Correlated Electrons
+1211.1486 Optics
+1211.1853 Soft Condensed Matter
+1211.2321 Statistical Mechanics
+1211.3008 General Physics
+1211.3471 Strongly Correlated Electrons
+1211.4910
+1211.5295 Phenomenology
+1211.5302
+1211.6430 Mesoscale and Nanoscale Physics
+1212.0469 Human-Computer Interaction
+1212.0776 Cosmology and Nongalactic Astrophysics
+1212.0902
+1212.1786
+1212.2387 Quantum Gases
+1212.5460 High Energy Astrophysical Phenomena
+1212.6067 Group Theory
+1301.1397 Superconductivity
+1301.5079 Quantum Algebra
+1301.6296 Combinatorics
+1302.0439 Computer Vision and Pattern Recognition
+1302.0586 Dynamical Systems
+1302.0603 Mesoscale and Nanoscale Physics
+1302.0664
+1302.0722 Phenomenology
+1302.0813 Optimization and Control
+1302.1185 Cryptography and Security
+1302.1243 Mesoscale and Nanoscale Physics
+1302.1366 Cosmology and Nongalactic Astrophysics
+1302.1385 Mesoscale and Nanoscale Physics
+1302.1402 Discrete Mathematics
+1302.1413 Algebraic Geometry
+1302.1493 Networking and Internet Architecture
+1302.1519 Learning
+1302.1520 Artificial Intelligence
+1302.1521 Artificial Intelligence
+1302.1522 Artificial Intelligence
+1302.1523 Artificial Intelligence
+1302.1524 Artificial Intelligence
+1302.1525 Artificial Intelligence
+1302.1526 Artificial Intelligence
+1302.1527 Artificial Intelligence
+1302.1529 Artificial Intelligence
+1302.1530 Artificial Intelligence
+1302.1531 Artificial Intelligence
+1302.1532 Artificial Intelligence
+1302.1533 Artificial Intelligence
+1302.1534 Artificial Intelligence
+1302.1535 Artificial Intelligence
+1302.1536 Artificial Intelligence
+1302.1537 Artificial Intelligence
+1302.1538 Artificial Intelligence
+1302.1539 Computer Vision and Pattern Recognition
+1302.1540 Artificial Intelligence
+1302.1541 Artificial Intelligence
+1302.1542 Artificial Intelligence
+1302.1543 Artificial Intelligence
+1302.1544 Artificial Intelligence
+1302.1545 Learning
+1302.1546 Artificial Intelligence
+1302.1547 Artificial Intelligence
+1302.1548 Artificial Intelligence
+1302.1549 Artificial Intelligence
+1302.1550 Artificial Intelligence
+1302.1551 Artificial Intelligence
+1302.1552 Learning
+1302.1553 Artificial Intelligence
+1302.1554 Artificial Intelligence
+1302.1555 Artificial Intelligence
+1302.1556 Artificial Intelligence
+1302.1557 Artificial Intelligence
+1302.1558 Artificial Intelligence
+1302.1559 Robotics
+1302.1560 Artificial Intelligence
+1302.1562 Artificial Intelligence
+1302.1563 Artificial Intelligence
+1302.1564 Artificial Intelligence
+1302.1565 Artificial Intelligence
+1302.1566 Methodology
+1302.1567 Artificial Intelligence
+1302.1568 Computer Science and Game Theory
+1302.1569 Artificial Intelligence
+1302.1570 Artificial Intelligence
+1302.1571 Methodology
+1302.1572 Computation and Language
+1302.1573 Artificial Intelligence
+1302.1574 Artificial Intelligence
+1302.1575 Artificial Intelligence
+1302.1591 Software Engineering
+1302.1595 Solar and Stellar Astrophysics
+1302.1599 Combinatorics
+1302.1603 Analysis of PDEs
+1302.1612 Information Retrieval
+1302.1615 Biological Physics
+1302.1616 Optimization and Control
+1302.1618 Geometric Topology
+1302.1623 Instrumentation and Methods for Astrophysics
+1302.1624
+1302.1625 Cryptography and Security
+1302.1627 Differential Geometry
+1302.1635
+1302.1638 Databases
+1302.1641 Biological Physics
+1302.1642 Networking and Internet Architecture
+1302.1643 Commutative Algebra
+1302.1649 Human-Computer Interaction
+1302.1650 Analysis of PDEs
+1302.1653
+1302.1654 Classical Analysis and ODEs
+1302.1658 Statistics Theory
+1302.1668 Materials Science
+1302.1669 Computer Science and Game Theory
+1302.1670 Probability
+1302.1671 Optics
+1302.1672 Representation Theory
+1302.1674 Statistics Theory
+1302.1675 Soft Condensed Matter
+1302.1676 Networking and Internet Architecture
+1302.1677 Analysis of PDEs
+1302.1685
+1302.1687 Combinatorics
+1302.1690 Computer Vision and Pattern Recognition
+1302.1693 High Energy Astrophysical Phenomena
+1302.1695 Complex Variables
+1302.1697 Networking and Internet Architecture
+1302.1698
+1302.1699 Probability
+1302.1702 High Energy Astrophysical Phenomena
+1302.1703 Algebraic Geometry
+1302.1704 Space Physics
+1302.1706 Superconductivity
+1302.1708 Materials Science
+1302.1710
+1302.1712 Geometric Topology
+1302.1716 Analysis of PDEs
+1302.1721 Instrumentation and Methods for Astrophysics
+1302.1727 Social and Information Networks
+1302.1728 Operator Algebras
+1302.1729 Category Theory
+1302.1730 Representation Theory
+1302.1733 Quantitative Methods
+1302.1736 Functional Analysis
+1302.1737 Logic in Computer Science
+1302.1738 Functional Analysis
+1302.1747 Operating Systems
+1302.1750
+1302.1751 Group Theory
+1302.1753 Atomic Physics
+1302.1756 Networking and Internet Architecture
+1302.1759 Optimization and Control
+1302.1762
+1302.1772 Learning
+1302.1776 Optics
+1302.1782 Algebraic Topology
+1302.1784 Materials Science
+1302.1789 Computer Vision and Pattern Recognition
+1302.1794 Optimization and Control
+1302.1795 Analysis of PDEs
+1302.1798 Functional Analysis
+1302.1804 Astrophysics of Galaxies
+1302.1808 Probability
+1302.1810
+1302.1813 Differential Geometry
+1302.1823
+1302.1828 Statistical Mechanics
+1302.1829 Mesoscale and Nanoscale Physics
+1302.1830
+1302.1837 Information Theory
+1302.1839 Algebraic Topology
+1302.1843 Mesoscale and Nanoscale Physics
+1302.1844
+1302.1845
+1302.1863 Phenomenology
+math/0406213 Differential Geometry
+physics/0006052 General Physics
+0710.4218
+0711.0591 Analysis of PDEs
+0712.1781 Analysis of PDEs
+0804.0563 Analysis of PDEs
+0805.0638 Materials Science
+0809.0522 Physics and Society
+0911.4433 Number Theory
+1002.4640 Functional Analysis
+1011.6676 Number Theory
+1012.2234 Earth and Planetary Astrophysics
+1102.3573
+1106.3316 Mesoscale and Nanoscale Physics
+1106.4957 Statistical Finance
+1108.0013 Networking and Internet Architecture
+1108.0338 Algebraic Geometry
+1108.5605 Symplectic Geometry
+1109.4623 Artificial Intelligence
+1111.2897 Combinatorics
+1111.5683
+1111.6100 Rings and Algebras
+1111.6797 Category Theory
+1112.1050 Differential Geometry
+1201.2440 Quantum Gases
+1204.0222 Number Theory
+1205.1421 Analysis of PDEs
+1205.5336
+1205.5523 Algebraic Geometry
+1206.1530 Computational Complexity
+1206.2543 Experiment
+1206.6635 Probability
+1207.4072
+1207.5766 Number Theory
+1208.1434 Number Theory
+1209.0654 Computer Vision and Pattern Recognition
+1209.1046 Phenomenology
+1209.1429 Representation Theory
+1209.5323 Earth and Planetary Astrophysics
+1210.2811 Chaotic Dynamics
+1210.3134 Strongly Correlated Electrons
+1210.3555 Neurons and Cognition
+1210.3815 Mesoscale and Nanoscale Physics
+1211.2704 Quantum Gases
+1211.3182 Optics
+1211.4075 Phenomenology
+1211.6477 Mesoscale and Nanoscale Physics
+1211.6780 Dynamical Systems
+1212.1138
+1212.1186 Cryptography and Security
+1212.1923 Cosmology and Nongalactic Astrophysics
+1301.2539 Functional Analysis
+1301.2570
+1301.2668 Superconductivity
+1301.4815 Theory
+1301.6002 Phenomenology
+1301.6275 Mesoscale and Nanoscale Physics
+1302.2262
+1302.5301 Number Theory
+1303.0032 Soft Condensed Matter
+1303.0364 Analysis of PDEs
+1303.0436
+1303.2226 Materials Science
+1303.2228 Materials Science
+1303.2732 Popular Physics
+1303.5779 Cosmology and Nongalactic Astrophysics
+1304.1184 Phenomenology
+1304.3655 Phenomenology
+1304.6374
+1304.6700 Phenomenology
+1304.8119 Materials Science
+1305.1816
+1305.3839 Soft Condensed Matter
+1305.3902 Quantitative Methods
+1305.4606 Statistical Mechanics
+1305.5097 Quantum Gases
+1305.6102 Atomic Physics
+1305.6391 Phenomenology
+1306.0423 Disordered Systems and Neural Networks
+1306.0604 Learning
+1306.0739 Earth and Planetary Astrophysics
+1306.4113 Phenomenology
+1306.5181 Atomic Physics
+1307.1866
+1307.1912 Phenomenology
+1307.2138 Superconductivity
+1307.2854 Quantum Gases
+1307.2870 Strongly Correlated Electrons
+1307.3800 Optics
+1307.4096 Mesoscale and Nanoscale Physics
+1307.4506 Mesoscale and Nanoscale Physics
+1307.4656 Biomolecules
+1307.5496 Solar and Stellar Astrophysics
+1307.6150 Cosmology and Nongalactic Astrophysics
+1307.8080 Physics and Society
+1308.0900 Machine Learning
+1308.2381 Phenomenology
+1308.5320 Classical Analysis and ODEs
+1308.5711 Earth and Planetary Astrophysics
+1308.6106
+1308.6324 Learning
+1309.0817 Cosmology and Nongalactic Astrophysics
+1309.0851
+1309.1181 Optics
+1309.1376 Mesoscale and Nanoscale Physics
+1309.2294 Solar and Stellar Astrophysics
+1309.2770 Soft Condensed Matter
+1309.3297 Combinatorics
+1309.5102 Strongly Correlated Electrons
+1309.5177 Materials Science
+1309.5200 Materials Science
+1309.6665 Instrumentation and Methods for Astrophysics
+1309.7901 Information Theory
+1310.0691 Mesoscale and Nanoscale Physics
+1310.1604 Instrumentation and Methods for Astrophysics
+1310.2107 Solar and Stellar Astrophysics
+1310.2392 Statistical Mechanics
+1310.2782 Algebraic Geometry
+1310.2863
+1310.4529 Instrumentation and Detectors
+1310.5064
+1310.5125 Networking and Internet Architecture
+1310.5602 Phenomenology
+1310.6934 Neurons and Cognition
+1310.7054 Instrumentation and Detectors
+1310.7397 Distributed, Parallel, and Cluster Computing
+1310.7623 Number Theory
+1310.7783 Materials Science
+1310.7950 Systems and Control
+1310.7951 Multiagent Systems
+1310.7955 Populations and Evolution
+1310.7957 Information Retrieval
+1310.7961 Neural and Evolutionary Computing
+1310.7962 Other Computer Science
+1310.7964 Combinatorics
+1310.7968 Geometric Topology
+1310.7980 Number Theory
+1310.7981 Neurons and Cognition
+1310.7983 Popular Physics
+1310.7984 Commutative Algebra
+1310.7986 Analysis of PDEs
+1310.7987 Earth and Planetary Astrophysics
+1310.7988 Earth and Planetary Astrophysics
+1310.7994 Learning
+1310.7995 Probability
+1310.7996 Mesoscale and Nanoscale Physics
+1310.7999 Theory
+1310.8004 Learning
+1310.8005 Algebraic Geometry
+1310.8018 Strongly Correlated Electrons
+1310.8019 Plasma Physics
+1310.8021 Probability
+1310.8022 Lattice
+1310.8025 Number Theory
+1310.8027 Differential Geometry
+1310.8036 Dynamical Systems
+1310.8039 Materials Science
+1310.8040 Social and Information Networks
+1310.8044 Mesoscale and Nanoscale Physics
+1310.8052 Materials Science
+1310.8053
+1310.8054 Algebraic Geometry
+1310.8058 Representation Theory
+1310.8059 Computation and Language
+1310.8060 Differential Geometry
+1310.8063 Cryptography and Security
+1310.8066 Materials Science
+1310.8068
+1310.8071 Number Theory
+1310.8073 Phenomenology
+1310.8074 Analysis of PDEs
+1310.8076 High Energy Astrophysical Phenomena
+1310.8084 Numerical Analysis
+1310.8085 Superconductivity
+1310.8092 Statistics Theory
+1310.8098 Instrumentation and Detectors
+1310.8100 Rings and Algebras
+1310.8102 Metric Geometry
+1310.8106 Solar and Stellar Astrophysics
+1310.8108 Combinatorics
+1310.8109 Theory
+1310.8110 Statistics Theory
+1310.8111 Software Engineering
+1310.8113 Chemical Physics
+1310.8115 Human-Computer Interaction
+1310.8120 Artificial Intelligence
+1310.8122 Dynamical Systems
+1310.8123 Statistics Theory
+1310.8125 Networking and Internet Architecture
+1310.8138 General Mathematics
+1310.8139 Neurons and Cognition
+1310.8143 Quantum Algebra
+1310.8146 Optimization and Control
+1310.8151 Algebraic Geometry
+1310.8158 Applications
+1310.8159 Accelerator Physics
+1310.8160 Superconductivity
+1310.8164 Theory
+1310.8166 Lattice
+1310.8172 Materials Science
+1310.8183 Experiment
+1310.8184 Theory
+1310.8186 Discrete Mathematics
+1310.8187 Networking and Internet Architecture
+1310.8189 Strongly Correlated Electrons
+1310.8192 Computation
+1310.8199
+1310.8202 Lattice
+1310.8204 Computers and Society
+1310.8206 Lattice
+1310.8209 Analysis of PDEs
+1310.8212 Analysis of PDEs
+1310.8221
+1310.8228
+1310.8230 High Energy Astrophysical Phenomena
+1310.8231 Lattice
+1310.8232 Distributed, Parallel, and Cluster Computing
+1310.8234
+1310.8236 Applications
+1310.8242 Instrumentation and Detectors
+1310.8243 Learning
+1310.8245 Computer Science and Game Theory
+1310.8248 Numerical Analysis
+1310.8255 Theory
+1310.8256 Functional Analysis
+1310.8258 Networking and Internet Architecture
+1310.8259 Chemical Physics
+1310.8260 Algebraic Geometry
+1310.8262 Fluid Dynamics
+1310.8269
+1310.8277 General Mathematics
+1310.8278 Logic in Computer Science
+1310.8280 Algebraic Topology
+1310.8283 Strongly Correlated Electrons
+1310.8292 General Mathematics
+cond-mat/0205384
+cond-mat/0302490
+math/0605769 Analysis of PDEs
+math/0611313 Analysis of PDEs
+math/0612198 Analysis of PDEs
+0812.0340 Computer Vision and Pattern Recognition
+1002.3698 Chemical Physics
+1003.4805
+1102.0673 Statistics Theory
+1102.4511 Analysis of PDEs
+1104.0018
+1105.5131 Computational Complexity
+1109.0643
+1110.3110 Differential Geometry
+1111.0495 Optimization and Control
+1112.1391 Populations and Evolution
+1201.3205 General Physics
+1202.5258 Computational Complexity
+1203.3162 Algebraic Geometry
+1203.5146
+1206.0868 Optics
+1206.2028 Superconductivity
+1208.0514 Mesoscale and Nanoscale Physics
+1208.1284 Mesoscale and Nanoscale Physics
+1208.4473
+1209.4142 Populations and Evolution
+1209.4382 Mesoscale and Nanoscale Physics
+1209.4650 Statistical Mechanics
+1210.3481 Superconductivity
+1210.3916 Fluid Dynamics
+1210.5077 Algebraic Geometry
+1211.2093 Quantum Gases
+1211.2338 Cryptography and Security
+1211.4699 Optics
+1211.5209 Logic
+1212.0661 Quantitative Methods
+1212.2334 Networking and Internet Architecture
+1212.3601 Optics
+1212.4786 Quantitative Methods
+1212.5009 Phenomenology
+1301.0737 Representation Theory
+1301.3660 Materials Science
+1301.5299 Combinatorics
+1301.6633
+1301.6925 Materials Science
+1301.7329 Strongly Correlated Electrons
+1302.0419 Numerical Analysis
+1302.0801 Representation Theory
+1302.2424 High Energy Astrophysical Phenomena
+1302.3095 General Mathematics
+1302.4968 Artificial Intelligence
+1303.0726 Data Structures and Algorithms
+1303.1467 Artificial Intelligence
+1303.1852 Materials Science
+1303.5307 General Physics
+1303.5451 Cosmology and Nongalactic Astrophysics
+1303.6860 Superconductivity
+1304.0626 Statistical Mechanics
+1304.0762 Theory
+1304.1193 Phenomenology
+1304.1427 Instrumentation and Methods for Astrophysics
+1304.1811 Cosmology and Nongalactic Astrophysics
+1304.1943 Statistical Mechanics
+1304.4039 Materials Science
+1304.4155 Mesoscale and Nanoscale Physics
+1304.6355
+1304.7147 Numerical Analysis
+1304.7565 Quantum Gases
+1305.0492 Probability
+1305.2506 Theory
+1305.3030
+1305.6223 Optics
+1305.6481 Mesoscale and Nanoscale Physics
+1305.6760 Genomics
+1305.6816 Statistical Mechanics
+1305.7391 Phenomenology
+1306.3208 Cosmology and Nongalactic Astrophysics
+1306.3553
+1307.1753 Statistical Mechanics
+1307.3587 Combinatorics
+1307.4500 Physics and Society
+1307.4703 Fluid Dynamics
+1307.6529 Theory
+1308.0368 Quantum Algebra
+1308.0492 High Energy Astrophysical Phenomena
+1308.1040 Superconductivity
+1308.1271 Subcellular Processes
+1308.1572 Number Theory
+1308.1601 Mesoscale and Nanoscale Physics
+1308.1666 Solar and Stellar Astrophysics
+1308.1733 Computers and Society
+1308.1866 Optics
+1308.1948
+1308.1949 Geophysics
+1308.1961 Quantum Gases
+1308.1963 Networking and Internet Architecture
+1308.1965 Optics
+1308.1966 Plasma Physics
+1308.1971 Data Structures and Algorithms
+1308.1976 Group Theory
+1308.1978 Formal Languages and Automata Theory
+1308.1985 Genomics
+1308.1986 Computational Geometry
+1308.1994 Experiment
+1308.1996 High Energy Astrophysical Phenomena
+1308.2001 Materials Science
+1308.2003 Networking and Internet Architecture
+1308.2006 Cosmology and Nongalactic Astrophysics
+1308.2007 Genomics
+1308.2012 Genomics
+1308.2013 Information Theory
+1308.2018 Probability
+1308.2024 Cosmology and Nongalactic Astrophysics
+1308.2026 Classical Analysis and ODEs
+1308.2027 Information Theory
+1308.2035 Operator Algebras
+1308.2039 Chaotic Dynamics
+1308.2043 Complex Variables
+1308.2049 Strongly Correlated Electrons
+1308.2050 Materials Science
+1308.2057 Materials Science
+1308.2058 Distributed, Parallel, and Cluster Computing
+1308.2059 High Energy Astrophysical Phenomena
+1308.2060 Dynamical Systems
+1308.2064 Materials Science
+1308.2066 Distributed, Parallel, and Cluster Computing
+1308.2069 Information Theory
+1308.2072 Materials Science
+1308.2079
+1308.2081 Soft Condensed Matter
+1308.2086 High Energy Astrophysical Phenomena
+1308.2091 Number Theory
+1308.2096 Combinatorics
+1308.2098 High Energy Astrophysical Phenomena
+1308.2101 Discrete Mathematics
+1308.2107 Other Quantitative Biology
+1308.2108 Combinatorics
+1308.2115 Number Theory
+1308.2119 Artificial Intelligence
+1308.2121 Mesoscale and Nanoscale Physics
+1308.2123 Tissues and Organs
+1308.2124 Artificial Intelligence
+1308.2127 Differential Geometry
+1308.2135 Populations and Evolution
+1308.2143 Phenomenology
+1308.2145 Molecular Networks
+1308.2147 Databases
+1308.2154 Probability
+1308.2160 Combinatorics
+1308.2163 Combinatorics
+1308.2164
+1308.2166 Databases
+1308.2172 Pricing of Securities
+1308.2176 Combinatorics
+1308.2177 Theory
+1308.2184 Solar and Stellar Astrophysics
+1308.2185
+1308.2188 Discrete Mathematics
+1308.2190 Populations and Evolution
+1308.2195 Physics and Society
+1308.2196 Other Computer Science
+1308.2197 Strongly Correlated Electrons
+1308.2198 Differential Geometry
+1308.2200 Superconductivity
+1308.2207 Atomic Physics
+1308.2210 Phenomenology
+1308.2212
+1308.2214 Functional Analysis
+1308.2218 Learning
+nucl-ex/0410027
+0710.3510
+0903.4836 Differential Geometry
+0907.5473 Operator Algebras
+0908.0752
+0910.1319 Operator Algebras
+0912.5417
+1002.0368
+1003.1970 Theory
+1004.2648 Information Theory
+1004.4007
+1005.3900 Operator Algebras
+1005.4210 Complex Variables
+1008.0177 Representation Theory
+1008.3677 Combinatorics
+1009.0707 Statistical Mechanics
+1009.1510 Probability
+1011.4849 Astrophysics of Galaxies
+1012.0770 Soft Condensed Matter
+1012.4730
+1101.2875 Combinatorics
+1102.5620 Probability
+1103.1709 Probability
+1104.0914 Probability
+1104.2382 Complex Variables
+1104.3526 Soft Condensed Matter
+1104.4224 Strongly Correlated Electrons
+1105.3344 Probability
+1105.3802 Representation Theory
+1106.3910 Statistical Mechanics
+1107.0233 Probability
+1107.2069 Soft Condensed Matter
+1107.2990 Distributed, Parallel, and Cluster Computing
+1107.3874 Probability
+1107.5849
+1108.0296 Theory
+1108.3048 Data Structures and Algorithms
+1108.5142 Statistical Mechanics
+1108.5286 K-Theory and Homology
+1109.0610 Mesoscale and Nanoscale Physics
+1109.6643 Data Structures and Algorithms
+1110.1669
+1111.4988 Number Theory
+1111.6833 Statistical Mechanics
+1111.6921 Space Physics
+1112.1079 Statistical Mechanics
+1112.2043 Materials Science
+1112.4397 Materials Science
+1201.1727 Chaotic Dynamics
+1201.2040 Quantum Algebra
+1201.4127 Space Physics
+1201.5387 Solar and Stellar Astrophysics
+1201.5922 Theory
+1202.1012 Logic
+1202.4267 Probability
+1202.4756 Phenomenology
+1203.0661 Chaotic Dynamics
+1203.0771 Statistical Mechanics
+1203.1237 Representation Theory
+1203.6596 Space Physics
+1204.0923 Functional Analysis
+1204.1257
+1204.2620 Optics
+1205.1488 Category Theory
+1206.0577 Theory
+1206.6750 Combinatorics
+1207.0060 Space Physics
+1207.2872 Dynamical Systems
+1207.6850 Combinatorics
+1208.0677
+1209.0047 Information Theory
+1209.1374 Geometric Topology
+1210.7608 Trading and Market Microstructure
+1210.8322 Representation Theory
+1211.0215
+1211.1915 Disordered Systems and Neural Networks
+1212.2007
+1212.3437 Experiment
+1212.5233
+1212.6757 Statistics Theory
+1301.0717 Theory
+1301.1813 Differential Geometry
+1301.3168 Astrophysics of Galaxies
+1301.5731 Materials Science
+1301.5888 Superconductivity
+1302.4498 Combinatorics
+1302.4905 Instrumentation and Detectors
+1302.5908 Strongly Correlated Electrons
+1303.1535
+1303.3409 Cosmology and Nongalactic Astrophysics
+1303.4927
+1304.0667 Representation Theory
+1304.1549
+1304.5887 Strongly Correlated Electrons
+1305.0458 Physics and Society
+1305.3157 Theory
+1305.3187 Disordered Systems and Neural Networks
+1305.3268 Computational Complexity
+1305.3602 General Physics
+1305.4362 Phenomenology
+1305.4467
+1305.4665 Mesoscale and Nanoscale Physics
+1305.5214 Spectral Theory
+1305.5487 Quantum Gases
+1305.5895
+1305.6428 Algebraic Geometry
+1305.6480
+1306.0398 Quantum Gases
+1306.0452 Phenomenology
+1306.0656 Numerical Analysis
+1306.1539
+1306.2155 Strongly Correlated Electrons
+1306.2279
+1306.2307 High Energy Astrophysical Phenomena
+1306.2389 Dynamical Systems
+1306.3155 Phenomenology
+1306.3469 Group Theory
+1306.3621 Theory
+1306.4097 Optics
+1306.5110 Populations and Evolution
+1306.5530 Software Engineering
+1306.5535 Software Engineering
+1306.6128 Chaotic Dynamics
+1306.6825 Phenomenology
+1306.6925
+1307.0984 Materials Science
+1307.2059 Phenomenology
+1307.2539
+1307.3347 Strongly Correlated Electrons
+1307.3567 Quantum Algebra
+1307.3594 Mesoscale and Nanoscale Physics
+1307.4711 Phenomenology
+1307.4969 Theory
+1307.5505 Algebraic Geometry
+1307.6385 Probability
+1307.6573 Dynamical Systems
+1307.6668 Phenomenology
+1307.6697 Representation Theory
+1307.6861 Phenomenology
+1307.7100 Phenomenology
+1307.7457 Experiment
+1307.7614 Theory
+1307.7728 Mesoscale and Nanoscale Physics
+1308.0605 Theory
+1308.0606 Theory
+1308.1100 Disordered Systems and Neural Networks
+1308.1781 Metric Geometry
+1308.1960 Theory
+1308.2417 Statistical Mechanics
+1308.3175 Lattice
+1308.3371 Experiment
+1308.3393 Cosmology and Nongalactic Astrophysics
+1308.3527 Chaotic Dynamics
+1308.4342 Populations and Evolution
+1308.4552
+1308.5012 Mesoscale and Nanoscale Physics
+1308.5668 Neurons and Cognition
+1308.6101 Statistical Mechanics
+1308.6349 Quantum Gases
+1309.0258 Quantum Gases
+1309.0298 Materials Science
+1309.0774 Phenomenology
+1309.1034 Statistical Mechanics
+1309.1485 Software Engineering
+1309.2203 Phenomenology
+1309.4240 Materials Science
+1309.4382
+1309.4905 Strongly Correlated Electrons
+1309.5063
+1309.5926 Astrophysics of Galaxies
+1309.6237 Materials Science
+1309.6322 Astrophysics of Galaxies
+1309.6595 Superconductivity
+1310.0036 Computer Vision and Pattern Recognition
+1310.1040 Strongly Correlated Electrons
+1310.1081 Phenomenology
+1310.1176 Phenomenology
+1310.1822 Information Theory
+1310.1917 Phenomenology
+1310.1935
+1310.2120 Instrumentation and Methods for Astrophysics
+1310.3028 Theory
+1310.4080 Strongly Correlated Electrons
+1310.4316 Probability
+1310.5112
+1310.5336 Methodology
+1310.6309 Cosmology and Nongalactic Astrophysics
+1310.6748 Astrophysics of Galaxies
+1310.7889 Astrophysics of Galaxies
+1311.0492 Superconductivity
+1311.0603 Discrete Mathematics
+1311.1492
+1311.1526 Fluid Dynamics
+1311.2876 Analysis of PDEs
+1311.3586 Neurons and Cognition
+1311.4404 History and Overview
+1311.4811
+1311.4835
+1311.4841 Number Theory
+1311.5598
+1311.6671 Computational Complexity
+1311.6750 Earth and Planetary Astrophysics
+1311.6861 Mesoscale and Nanoscale Physics
+1311.6983 History and Overview
+1311.7017 Phenomenology
+1311.7071 Artificial Intelligence
+1311.7158 Optics
+1311.7287 Chaotic Dynamics
+1311.7426 Group Theory
+1312.0029 High Energy Astrophysical Phenomena
+1312.0128 Pricing of Securities
+1312.0139 Optimization and Control
+1312.0367 Superconductivity
+1312.0488 Lattice
+1312.0587 Metric Geometry
+1312.0594 Applications
+1312.0596 Software Engineering
+1312.0601 Theory
+1312.0603 Astrophysics of Galaxies
+1312.0617 Emerging Technologies
+1312.0629 Networking and Internet Architecture
+1312.0638 Computers and Society
+1312.0649 Social and Information Networks
+1312.0650 Social and Information Networks
+1312.0651 Commutative Algebra
+1312.0652 Methodology
+1312.0654 Analysis of PDEs
+1312.0655 Cryptography and Security
+1312.0656 Mesoscale and Nanoscale Physics
+1312.0658 Programming Languages
+1312.0669 Dynamical Systems
+1312.0670 Logic
+1312.0677 Software Engineering
+1312.0681 Chemical Physics
+1312.0683 Materials Science
+1312.0685 Information Theory
+1312.0693 Combinatorics
+1312.0696 Number Theory
+1312.0697 Logic
+1312.0698 Classical Analysis and ODEs
+1312.0700 Information Theory
+1312.0704 Earth and Planetary Astrophysics
+1312.0713 Software Engineering
+1312.0714 Logic in Computer Science
+1312.0715 Theory
+1312.0720 Networking and Internet Architecture
+1312.0727 Complex Variables
+1312.0728 Systems and Control
+1312.0732 Combinatorics
+1312.0735 Artificial Intelligence
+1312.0736 Artificial Intelligence
+1312.0737 Materials Science
+1312.0738
+1312.0742 Distributed, Parallel, and Cluster Computing
+1312.0747 Differential Geometry
+1312.0750 Artificial Intelligence
+1312.0756 Strongly Correlated Electrons
+1312.0759 Dynamical Systems
+1312.0760 Computer Vision and Pattern Recognition
+1312.0768 Software Engineering
+1312.0771 Materials Science
+1312.0772 Combinatorics
+1312.0781 Computation
+1312.0783 Differential Geometry
+1312.0789 Commutative Algebra
+1312.0791 Lattice
+1312.0792 Metric Geometry
+1312.0796 Mesoscale and Nanoscale Physics
+1312.0801 Computers and Society
+1312.0804 Computers and Society
+1312.0809 Computers and Society
+1312.0816 Computational Physics
+1312.0818 Probability
+1312.0819 Mesoscale and Nanoscale Physics
+1312.0822 Soft Condensed Matter
+1312.0824 Representation Theory
+1312.0828 Lattice
+1312.0833 Classical Analysis and ODEs
+1312.0836 Statistics Theory
+1312.0837 Phenomenology
+1312.0838 Quantum Algebra
+1312.0841 Artificial Intelligence
+1312.0844 Disordered Systems and Neural Networks
+1312.0846
+1312.0849 Differential Geometry
+1312.0858 Commutative Algebra
+1312.0859 Methodology
+1312.0860 Social and Information Networks
+1312.0864 Strongly Correlated Electrons
+1312.0867 Biomolecules
+1312.0874 Phenomenology
+1312.0876 Probability
+1312.0877 Commutative Algebra
+1312.0882 Information Theory
+1312.0883 Networking and Internet Architecture
+1312.0884 Computational Geometry
+1312.0888
+1312.0890 Materials Science
+1312.0892 Biological Physics
+1312.0895 Theory
+1312.0899 Materials Science
+1312.0903 Combinatorics
+1312.0906 Methodology
+1312.0911 Algebraic Geometry
+1312.0912 Social and Information Networks
+1312.0916 General Physics
+1312.0926 Algebraic Topology
+1312.0929 Dynamical Systems
+1312.0930 Number Theory
+math/0404080 Probability
+physics/9904018 General Physics
+0805.2900 Probability
+0805.3943 Materials Science
+0812.0800 Probability
+0812.3939 Algebraic Geometry
+0902.4305 Classical Analysis and ODEs
+0904.0951 Methodology
+0906.1417 Probability
+0906.1823 Superconductivity
+0907.1020 Optimization and Control
+0907.1424 Materials Science
+0907.2456 Materials Science
+0910.5431 Probability
+1001.5445 Theory
+1002.4478 Probability
+1003.5072 Probability
+1004.2327 Operator Algebras
+1004.3456 Probability
+1005.0098 Number Theory
+1008.4367 High Energy Astrophysical Phenomena
+1009.4386 Networking and Internet Architecture
+1010.4864 Number Theory
+1011.3275 Superconductivity
+1103.3240 Artificial Intelligence
+1107.4511 Number Theory
+1107.5610 Quantum Algebra
+1108.0762 High Energy Astrophysical Phenomena
+1108.3260 Artificial Intelligence
+1108.4870 Strongly Correlated Electrons
+1108.6032 Statistics Theory
+1109.1869 Optics
+1109.6787 Combinatorics
+1110.0286 Number Theory
+1111.0391
+1112.0560 Category Theory
+1112.1127 Analysis of PDEs
+1112.4400 Discrete Mathematics
+1203.0829 Phenomenology
+1204.1276 Machine Learning
+1204.3070 Statistics Theory
+1205.0209
+1205.0260 Number Theory
+1205.1551 Analysis of PDEs
+1205.1780 Functional Analysis
+1205.4427 Strongly Correlated Electrons
+1207.7131 Quantum Gases
+1208.3179 Number Theory
+1208.3220 Chemical Physics
+1208.4059 Lattice
+1208.5978 Combinatorics
+1208.6424 Representation Theory
+1209.1099 Astrophysics of Galaxies
+1209.1407 Phenomenology
+1209.5045 Data Structures and Algorithms
+1209.5650 Phenomenology
+1210.0494 Rings and Algebras
+1210.1152 Dynamical Systems
+1210.2490 Number Theory
+1210.2516 Plasma Physics
+1210.4696
+1210.8049 Geometric Topology
+1211.0209 Strongly Correlated Electrons
+1211.0246 Combinatorics
+1211.0796 Statistical Mechanics
+1211.1225
+1211.3275 Materials Science
+1211.6959 Strongly Correlated Electrons
+1212.1072 Analysis of PDEs
+1212.1527 Learning
+1212.3268 Computer Vision and Pattern Recognition
+1212.3623
+1212.3796 Strongly Correlated Electrons
+1212.4372 Computational Complexity
+1212.5821
+1301.2549 Analysis of PDEs
+1301.2555 Instrumentation and Methods for Astrophysics
+1301.2557 High Energy Astrophysical Phenomena
+1301.3573 Mesoscale and Nanoscale Physics
+1301.4389 Phenomenology
+1301.6412 Information Theory
+1301.6847 Computer Vision and Pattern Recognition
+1301.7524
+1302.0923 Algebraic Topology
+1302.1731 Analysis of PDEs
+1302.2595 Materials Science
+1302.3706
+1302.5131 Optimization and Control
+1302.5543 Plasma Physics
+1302.5574 Statistical Mechanics
+1302.6901 Quantum Gases
+1302.6946 Category Theory
+1303.0135 Functional Analysis
+1303.1263 Complex Variables
+1303.3273
+1303.5893 Theory
+1303.6608 Phenomenology
+1304.0066 Disordered Systems and Neural Networks
+1304.3052 Number Theory
+1304.3761
+1304.4234 High Energy Astrophysical Phenomena
+1304.4483 Plasma Physics
+1304.5674 Neurons and Cognition
+1305.1095 Analysis of PDEs
+1305.1292 Analysis of PDEs
+1305.2640
+1305.3651 Cosmology and Nongalactic Astrophysics
+1305.3987 High Energy Astrophysical Phenomena
+1305.5522 Artificial Intelligence
+1305.5554 Disordered Systems and Neural Networks
+1305.6013 Atomic Physics
+1305.7292 Theory
+1305.7398
+1305.7462 Algebraic Geometry
+1306.4885 Cosmology and Nongalactic Astrophysics
+1306.6533 Physics and Society
+1307.0034
+1307.0295 Soft Condensed Matter
+1307.0476 Phenomenology
+1307.1087 Mesoscale and Nanoscale Physics
+1307.1707 Strongly Correlated Electrons
+1307.1843 Phenomenology
+1307.4241 Atomic and Molecular Clusters
+1307.4622 Phenomenology
+1307.5964 Physics and Society
+1307.6474
+1307.8231 Quantum Gases
+1308.0694 Superconductivity
+1308.1582 Theory
+1308.3438 Social and Information Networks
+1308.3572 Materials Science
+1308.4201 Information Theory
+1308.4556 Plasma Physics
+1308.4727 Astrophysics of Galaxies
+1308.5128 Combinatorics
+1308.5894 Cosmology and Nongalactic Astrophysics
+1308.6247 Plasma Physics
+1309.1981 Data Structures and Algorithms
+1309.2163 Combinatorics
+1309.2564 High Energy Astrophysical Phenomena
+1309.3681 Strongly Correlated Electrons
+1309.3721 Portfolio Management
+1309.4170 Instrumentation and Detectors
+1309.4275 Cryptography and Security
+1309.4408 Artificial Intelligence
+1309.4413 Graphics
+1309.4444
+1309.4445 Theory
+1309.4448 Instrumentation and Methods for Astrophysics
+1309.4463 High Energy Astrophysical Phenomena
+1309.4473 Strongly Correlated Electrons
+1309.4474 History and Philosophy of Physics
+1309.4475 Spectral Theory
+1309.4479 Phenomenology
+1309.4481 Combinatorics
+1309.4482 Optics
+1309.4495 Solar and Stellar Astrophysics
+1309.4496 Computers and Society
+1309.4499 Cryptography and Security
+1309.4501 Artificial Intelligence
+1309.4503 Materials Science
+1309.4504 Networking and Internet Architecture
+1309.4505 Analysis of PDEs
+1309.4507 Distributed, Parallel, and Cluster Computing
+1309.4508 Human-Computer Interaction
+1309.4510 Representation Theory
+1309.4511 Networking and Internet Architecture
+1309.4512 Probability
+1309.4514 Group Theory
+1309.4515
+1309.4516 Functional Analysis
+1309.4518 Combinatorics
+1309.4519 Group Theory
+1309.4520 Combinatorics
+1309.4521 Combinatorics
+1309.4522
+1309.4524 Materials Science
+1309.4529
+1309.4531 Information Theory
+1309.4532
+1309.4535 Statistical Mechanics
+1309.4537 Lattice
+1309.4540 Materials Science
+1309.4541 Experiment
+1309.4542 Combinatorics
+1309.4545 Robotics
+1309.4546 Probability
+1309.4550 Robotics
+1309.4553
+1309.4554 Optics
+1309.4555 Chaotic Dynamics
+1309.4557 Programming Languages
+1309.4568 Classical Analysis and ODEs
+1309.4569 Materials Science
+1309.4572 Group Theory
+1309.4573 Computer Vision and Pattern Recognition
+1309.4577 Computer Vision and Pattern Recognition
+1309.4579 Analysis of PDEs
+1309.4581 High Energy Astrophysical Phenomena
+1309.4582 Computer Vision and Pattern Recognition
+1309.4585 Classical Analysis and ODEs
+1309.4587 Physics and Society
+1309.4589 Populations and Evolution
+1309.4594 Spectral Theory
+1309.4595 Analysis of PDEs
+1309.4600 Analysis of PDEs
+1309.4602 Data Structures and Algorithms
+1309.4604 Solar and Stellar Astrophysics
+1309.4605 Analysis of PDEs
+1309.4606 Analysis of PDEs
+1309.4607
+1309.4608 Number Theory
+1309.4610 Lattice
+1309.4613 Statistical Mechanics
+1309.4615 Statistical Mechanics
+1309.4617 Solar and Stellar Astrophysics
+1309.4626 Mesoscale and Nanoscale Physics
+1309.4628 Computation and Language
+1309.4630 Cosmology and Nongalactic Astrophysics
+1309.4637 Algebraic Topology
+1309.4639 Solar and Stellar Astrophysics
+1309.4640 Combinatorics
+1309.4641 Superconductivity
+1309.4644 Plasma Physics
+1309.4645 Software Engineering
+1309.4646 Instrumentation and Methods for Astrophysics
+1309.4647 History and Philosophy of Physics
+1309.4651 Information Theory
+1309.4653 Mesoscale and Nanoscale Physics
+1309.4654 Accelerator Physics
+1309.4658 Accelerator Physics
+1309.4660 Space Physics
+1309.4661 Biomolecules
+1309.4663 Accelerator Physics
+1309.4668 Accelerator Physics
+1309.4670 Classical Analysis and ODEs
+1309.4671 Theory
+1309.4675 Materials Science
+1309.4678
+1309.4680 Theory
+1309.4682 Optics
+1309.4688 Phenomenology
+1309.4689 Rings and Algebras
+1309.4691 Analysis of PDEs
+1309.4692 Neurons and Cognition
+1309.4699 Atmospheric and Oceanic Physics
+1309.4707 Superconductivity
+1309.4710 Representation Theory
+1309.4712 Populations and Evolution
+1309.4713 Data Structures and Algorithms
+1309.4714 Artificial Intelligence
+1309.4716 Superconductivity
+1309.4730 Dynamical Systems
+1309.4734 Numerical Analysis
+1309.4741 Combinatorics
+1309.4744 Neurons and Cognition
+1309.4749 Solar and Stellar Astrophysics
+1309.4752
+1309.4753 Dynamical Systems
+1309.4761 Genomics
+math/0503123 Probability
+math/0504136 Analysis of PDEs
+math/0505536 Probability
+math/0511752 Probability
+quant-ph/0702153
+0710.2405 Dynamical Systems
+0907.2541 Pricing of Securities
+0911.4852
+1002.0519 Metric Geometry
+1002.0675 Probability
+1002.1618 Algebraic Geometry
+1004.0415 Metric Geometry
+1006.3868 Statistics Theory
+1006.5520 Combinatorics
+1009.5583 Materials Science
+1011.1001 Metric Geometry
+1012.2798 Probability
+1012.2799 Probability
+1102.1151 Mesoscale and Nanoscale Physics
+1102.1432 Number Theory
+1103.2968 Combinatorics
+1104.0943 Number Theory
+1105.5493 Quantum Gases
+1107.0545 Group Theory
+1107.2080 Cellular Automata and Lattice Gases
+1108.4585 Physics and Society
+1108.4934 Group Theory
+1109.0373 Probability
+1109.2932 Algebraic Geometry
+1109.3006 Number Theory
+1110.4183 Materials Science
+1111.2378 Dynamical Systems
+1111.7126 History and Philosophy of Physics
+1112.0737 Superconductivity
+1112.0825
+1112.3680 Computer Science and Game Theory
+1112.6000 Networking and Internet Architecture
+1201.0454 Materials Science
+1201.1510
+1201.2374 Computational Complexity
+1201.4470
+1201.4948 Algebraic Geometry
+1201.5168 Combinatorics
+1203.2389 Quantum Gases
+1203.2541 Number Theory
+1204.2483
+1204.5128 Strongly Correlated Electrons
+1204.6635 Phenomenology
+1205.0204 Dynamical Systems
+1205.2079 Group Theory
+1205.3360 Disordered Systems and Neural Networks
+1205.3638 Mesoscale and Nanoscale Physics
+1205.6209 Superconductivity
+1206.0051 Databases
+1206.0156 Probability
+1206.1456 Symbolic Computation
+1206.2227 Probability
+1206.6176 Optics
+1207.6679 Cosmology and Nongalactic Astrophysics
+1207.6689 Phenomenology
+1208.0706 Strongly Correlated Electrons
+1208.2427 Group Theory
+1208.4317
+1209.0564 Phenomenology
+1209.0709 Superconductivity
+1209.1267 Materials Science
+1209.1486 Theory
+1209.1689 Mesoscale and Nanoscale Physics
+1209.1791 Pricing of Securities
+1209.2486 Applications
+1209.2851 Statistical Mechanics
+1209.3506 Atomic Physics
+1209.4730 Mesoscale and Nanoscale Physics
+1210.0333 Computation
+1210.2095 Theory
+1210.2874 Mesoscale and Nanoscale Physics
+1210.4590 Disordered Systems and Neural Networks
+1210.4794 Algebraic Geometry
+1210.5586 Cosmology and Nongalactic Astrophysics
+1210.6105 Mesoscale and Nanoscale Physics
+1210.7698 Phenomenology
+1210.8435 Phenomenology
+1211.0797 Lattice
+1211.0855 Optics
+1211.1038 General Physics
+1211.1953 Geometric Topology
+1211.3290 Soft Condensed Matter
+1211.3911
+1211.5109
+1211.5587 Theory
+1211.6905 High Energy Astrophysical Phenomena
+1211.7220 Atomic Physics
+1212.0635 Lattice
+1212.0826 Geometric Topology
+1212.1221 Phenomenology
+1212.1852 Probability
+1212.4399
+1212.4485 Strongly Correlated Electrons
+1212.6896 Theory
+1301.3255 Cosmology and Nongalactic Astrophysics
+1302.0388 Probability
+1302.0391
+1302.0578 Strongly Correlated Electrons
+1302.1293
+1302.1848 Digital Libraries
+1302.3109 Formal Languages and Automata Theory
+1302.3930
+1302.4510 Cryptography and Security
+1302.4549 Learning
+1302.4659 Applications
+1302.4722 Functional Analysis
+1302.4755 Information Theory
+1302.4757 Functional Analysis
+1302.4761 Optimization and Control
+1302.4765 Social and Information Networks
+1302.4766 Commutative Algebra
+1302.4767 Information Theory
+1302.4774 Multiagent Systems
+1302.4777 Mesoscale and Nanoscale Physics
+1302.4778 Algebraic Geometry
+1302.4779 Distributed, Parallel, and Cluster Computing
+1302.4780 Software Engineering
+1302.4784 Multimedia
+1302.4785 Information Theory
+1302.4789 Computational Physics
+1302.4791 Strongly Correlated Electrons
+1302.4796 Programming Languages
+1302.4798 Software Engineering
+1302.4805 Information Theory
+1302.4811 Computation and Language
+1302.4813 Computation and Language
+1302.4814 Computation and Language
+1302.4817 Analysis of PDEs
+1302.4818 Complex Variables
+1302.4819
+1302.4820
+1302.4821 Materials Science
+1302.4824 Numerical Analysis
+1302.4825 Group Theory
+1302.4827 Superconductivity
+1302.4831
+1302.4838 Atomic Physics
+1302.4840 Information Theory
+1302.4845 Algebraic Geometry
+1302.4847 High Energy Astrophysical Phenomena
+1302.4852 Phenomenology
+1302.4858 Optimization and Control
+1302.4859 Probability
+1302.4861 Mesoscale and Nanoscale Physics
+1302.4864 Digital Libraries
+1302.4866
+1302.4869 Materials Science
+1302.4870 Discrete Mathematics
+1302.4873 Algebraic Geometry
+1302.4874 Computation and Language
+1302.4876 High Energy Astrophysical Phenomena
+1302.4881 Methodology
+1302.4882 Cryptography and Security
+1302.4892 Phenomenology
+1302.4896 Superconductivity
+1302.4902 Complex Variables
+1302.4906 Differential Geometry
+1302.4907 Methodology
+1302.4912 Cosmology and Nongalactic Astrophysics
+1302.4916 Information Retrieval
+1302.4918 Mesoscale and Nanoscale Physics
+1302.4921 Number Theory
+1302.4928 Artificial Intelligence
+1302.4929 Artificial Intelligence
+1302.4930 Artificial Intelligence
+1302.4931 Artificial Intelligence
+1302.4932 Artificial Intelligence
+1302.4933 Artificial Intelligence
+1302.4934 Artificial Intelligence
+1302.4935 Artificial Intelligence
+1302.4936 Artificial Intelligence
+1302.4937 Artificial Intelligence
+1302.4938 Artificial Intelligence
+1302.4939 Artificial Intelligence
+1302.4940 Artificial Intelligence
+1302.4941 Artificial Intelligence
+1302.4942 Artificial Intelligence
+1302.4943 Artificial Intelligence
+1302.4944 Artificial Intelligence
+1302.4945 Artificial Intelligence
+1302.4946 Artificial Intelligence
+1302.4947 Artificial Intelligence
+1302.4948 Artificial Intelligence
+1302.4949 Artificial Intelligence
+1302.4950 Artificial Intelligence
+1302.4951 Artificial Intelligence
+1302.4952 Artificial Intelligence
+1302.4953 Artificial Intelligence
+1302.4954 Artificial Intelligence
+1302.4955 Artificial Intelligence
+1302.4957 Artificial Intelligence
+1302.4959 Artificial Intelligence
+1302.4960 Artificial Intelligence
+1302.4961 Artificial Intelligence
+1302.4962 Artificial Intelligence
+1302.4963 Artificial Intelligence
+1302.4964 Learning
+1302.4966 Artificial Intelligence
+1302.4967 Artificial Intelligence
+1302.4969 Artificial Intelligence
+1302.4970 Artificial Intelligence
+1302.4971 Artificial Intelligence
+1302.4972 Artificial Intelligence
+1302.4973 Artificial Intelligence
+1302.4974 Artificial Intelligence
+1302.4975 Artificial Intelligence
+1302.4976 Artificial Intelligence
+1302.4977 Artificial Intelligence
+1302.4978 Artificial Intelligence
+1302.4979 Artificial Intelligence
+1302.4980 Artificial Intelligence
+1302.4981 Artificial Intelligence
+1302.4982 Artificial Intelligence
+1302.4983 Artificial Intelligence
+1302.4984 Artificial Intelligence
+1302.4985 Artificial Intelligence
+1302.4986 Artificial Intelligence
+1302.4987 Artificial Intelligence
+1302.4988 Artificial Intelligence
+1302.4989 Artificial Intelligence
+1302.4990 Artificial Intelligence
+1302.4991 Artificial Intelligence
+1302.4992 Artificial Intelligence
+1302.4993 Artificial Intelligence
+1302.4997 Statistical Mechanics
+1302.4999 Analysis of PDEs
+1302.5000
+1302.5009 Statistical Mechanics
+1302.5012
+1302.5015 Algebraic Geometry
+1302.5020 Combinatorics
+1302.5025 Soft Condensed Matter
+1302.5031 Phenomenology
+1302.5032 Number Theory
+1302.5035 Atomic Physics
+1302.5037 High Energy Astrophysical Phenomena
+1302.5038 Combinatorics
+1302.5039 Information Theory
+1302.5042 Instrumentation and Methods for Astrophysics
+1302.5046 General Physics
+1302.5051 Mesoscale and Nanoscale Physics
+1302.5053 Functional Analysis
+1302.5055 Neurons and Cognition
+1302.5056 Computer Vision and Pattern Recognition
+1302.5058 Experiment
+1302.5060 Theory
+1302.5062 Cryptography and Security
+1302.5063 Analysis of PDEs
+1302.5064 Statistical Mechanics
+1302.5066 General Physics
+1302.5072 Numerical Analysis
+1302.5075 Differential Geometry
+1302.5082 Robotics
+1302.5083 Quantum Gases
+1302.5085 Robotics
+1302.5091
+1302.5095 Probability
+1302.5097 Materials Science
+1302.5100 Mesoscale and Nanoscale Physics
+1302.5102 Numerical Analysis
+1302.5104 Populations and Evolution
+cs/0005015 Computation and Language
+hep-th/0510040 Theory
+0704.0275 Metric Geometry
+0711.0674 Category Theory
+0801.0751 Rings and Algebras
+0806.0607 Number Theory
+0806.1750 Rings and Algebras
+0810.0611 Theory
+0812.3709 Information Theory
+0902.1095
+0910.5181 Rings and Algebras
+0910.5183 Rings and Algebras
+1001.1391 Rings and Algebras
+1001.2927 Symplectic Geometry
+1004.2177 Analysis of PDEs
+1004.5226 Analysis of PDEs
+1005.2104 Analysis of PDEs
+1006.0431
+1006.5596 Combinatorics
+1007.3952 Operator Algebras
+1008.2386 Information Theory
+1009.5505 Atomic Physics
+1012.5029 Atomic Physics
+1102.5056
+1103.1339 Rings and Algebras
+1104.3173 Rings and Algebras
+1104.3827 Group Theory
+1106.4702
+1108.0233 Analysis of PDEs
+1108.0958 Category Theory
+1108.1827 Atomic Physics
+1108.2520 Rings and Algebras
+1108.4641 Chemical Physics
+1108.4802 Biological Physics
+1109.1139 Quantum Gases
+1110.1199 Rings and Algebras
+1111.3054 Statistics Theory
+1111.6087 Distributed, Parallel, and Cluster Computing
+1112.2405 Analysis of PDEs
+1112.2751 Probability
+1112.4702 Algebraic Topology
+1202.1372 Systems and Control
+1202.6435 Mesoscale and Nanoscale Physics
+1203.5809 Probability
+1205.4508 Probability
+1205.5473 Statistics Theory
+1206.6072 Chemical Physics
+1207.2386 Statistics Theory
+1207.4819 Statistics Theory
+1207.5847 Physics and Society
+1207.5849 Physics and Society
+1207.5983 Probability
+1208.0749
+1208.2588 Optimization and Control
+1208.2818 Superconductivity
+1208.3252 Physics and Society
+1208.4721 Mathematical Software
+1208.5796 Combinatorics
+1209.4004 Biological Physics
+1209.4618 Phenomenology
+1209.6013 Formal Languages and Automata Theory
+1210.2447 Analysis of PDEs
+1210.4194 Experiment
+1210.4227 Materials Science
+1210.6852 Phenomenology
+1211.0598 Probability
+1211.0987 Dynamical Systems
+1211.1155 Strongly Correlated Electrons
+1211.1275 Machine Learning
+1211.1645 Statistical Mechanics
+1211.4217
+1211.6809 Probability
+1212.1797 Phenomenology
+1212.4173 Quantum Gases
+1212.5290 Chemical Physics
+1212.5567 Physics and Society
+1212.5763 Mesoscale and Nanoscale Physics
+1212.6012 Strongly Correlated Electrons
+1301.1666 Soft Condensed Matter
+1301.2828 Probability
+1301.3025 Statistical Mechanics
+1301.6648 Information Theory
+1302.4122
+1302.4900
+1302.5240
+1303.1548 Pattern Formation and Solitons
+1303.1556
+1303.1772 Statistical Mechanics
+1303.1775 Mesoscale and Nanoscale Physics
+1303.1835
+1303.3316 Mesoscale and Nanoscale Physics
+1303.4129
+1303.4446 Chemical Physics
+1303.5474 Mesoscale and Nanoscale Physics
+1304.3940 Human-Computer Interaction
+1304.5749 Number Theory
+1304.7321 General Mathematics
+1305.0579 Classical Analysis and ODEs
+1305.0849 Chemical Physics
+1305.1288 Physics and Society
+1305.1364 Materials Science
+1305.1589 Mesoscale and Nanoscale Physics
+1305.1631 Cosmology and Nongalactic Astrophysics
+1305.1925 Human-Computer Interaction
+1305.1929 Theory
+1305.1930
+1305.1936 Phenomenology
+1305.1946 Artificial Intelligence
+1305.1958 Artificial Intelligence
+1305.1959 High Energy Astrophysical Phenomena
+1305.1960 Differential Geometry
+1305.1961 Artificial Intelligence
+1305.1962 Combinatorics
+1305.1966 Classical Analysis and ODEs
+1305.1972 Quantum Gases
+1305.1973 Phenomenology
+1305.1980 Physics and Society
+1305.1982 Complex Variables
+1305.1983 Complex Variables
+1305.1988 Atomic Physics
+1305.1991 Artificial Intelligence
+1305.1992 Software Engineering
+1305.1994 Analysis of PDEs
+1305.1998 Machine Learning
+1305.2003 Soft Condensed Matter
+1305.2010 General Topology
+1305.2015 Combinatorics
+1305.2017 Combinatorics
+1305.2018 Quantum Gases
+1305.2022
+1305.2024 Superconductivity
+1305.2028 Number Theory
+1305.2031 Analysis of PDEs
+1305.2035 Instrumentation and Detectors
+1305.2036 Dynamical Systems
+1305.2038 Machine Learning
+1305.2043 Probability
+1305.2045 Superconductivity
+1305.2055
+1305.2059 Combinatorics
+1305.2061 Populations and Evolution
+1305.2064 Dynamical Systems
+1305.2067 Solar and Stellar Astrophysics
+1305.2073 Statistics Theory
+1305.2075 Statistics Theory
+1305.2078 Combinatorics
+1305.2087
+1305.2089 Strongly Correlated Electrons
+1305.2099 Solar and Stellar Astrophysics
+1305.2100
+1305.2107 Statistical Mechanics
+1305.2108 Data Structures and Algorithms
+1305.2111 Materials Science
+1305.2115 Rings and Algebras
+1305.2116 Combinatorics
+1305.2120 Geometric Topology
+1305.2122 Theory
+1305.2127 Materials Science
+1305.2136 Cryptography and Security
+1305.2139 Phenomenology
+1305.2140 Cosmology and Nongalactic Astrophysics
+1305.2147 Spectral Theory
+1305.2153 Probability
+1305.2154 Combinatorics
+1305.2155 Logic
+1305.2158 Geophysics
+1305.2170 Geophysics
+1305.2173 Information Theory
+1305.2174 Number Theory
+1305.2177
+1305.2180 Mesoscale and Nanoscale Physics
+1305.2185 Analysis of PDEs
+1305.2190 Networking and Internet Architecture
+math/0003009 Algebraic Geometry
+math/0606407 Rings and Algebras
+0807.1640
+0808.3544 Number Theory
+0901.0929 Combinatorics
+0906.2262 Metric Geometry
+1101.3402 Superconductivity
+1102.0647 Metric Geometry
+1108.4875 Superconductivity
+1109.1078 Combinatorics
+1109.2034 Neural and Evolutionary Computing
+1110.4700 Statistics Theory
+1202.5337 Combinatorics
+1203.1561 Fluid Dynamics
+1204.1684
+1204.3062
+1204.5192 Combinatorics
+1204.6322 Earth and Planetary Astrophysics
+1205.4356 Combinatorics
+1205.4888 Analysis of PDEs
+1205.6431 Disordered Systems and Neural Networks
+1206.1816 Superconductivity
+1207.1872 Information Theory
+1207.2296 Methodology
+1207.3611 Quantum Algebra
+1207.3829 Spectral Theory
+1207.6137 Information Theory
+1208.1578 Differential Geometry
+1208.3487
+1208.3816 K-Theory and Homology
+1208.3973 Superconductivity
+1208.4049
+1208.4245 Accelerator Physics
+1208.4821 Quantum Algebra
+1209.2949 Strongly Correlated Electrons
+1210.3589 Commutative Algebra
+1210.4142
+1210.7321 Theory
+1211.0857 Materials Science
+1211.5256 Logic in Computer Science
+1211.5259 Logic in Computer Science
+1212.0147
+1212.1881 Data Structures and Algorithms
+1212.2031 Mesoscale and Nanoscale Physics
+1212.2429 Superconductivity
+1212.4460
+1212.5524 Systems and Control
+1301.0264 Machine Learning
+1301.0811
+1301.3229 Geometric Topology
+1301.7681 Strongly Correlated Electrons
+1302.2301
+1302.2471
+1302.3687 Cosmology and Nongalactic Astrophysics
+1302.4210 Number Theory
+1302.4247
+1302.4574 Biomolecules
+1303.0080 Quantum Gases
+1303.1088 Algebraic Geometry
+1303.1271 Learning
+1303.3833 Phenomenology
+1303.4608 Statistical Mechanics
+1303.4678 Cosmology and Nongalactic Astrophysics
+1303.5138 Superconductivity
+1303.5514
+1303.6270 Phenomenology
+1303.6292 Lattice
+1304.0939 K-Theory and Homology
+1304.2322
+1304.4301 Mesoscale and Nanoscale Physics
+1305.2196 Mesoscale and Nanoscale Physics
+1305.3756
+1305.4520 Optics
+1306.0425 Statistical Mechanics
+1306.1395 Plasma Physics
+1306.2299
+1306.2412 Soft Condensed Matter
+1306.2723 Mesoscale and Nanoscale Physics
+1306.3454 Probability
+1306.3863
+1306.3871
+1306.4252
+1306.4538 Instrumentation and Detectors
+1307.0030 Soft Condensed Matter
+1307.1306 Materials Science
+1307.2295 Information Theory
+1307.4062 Software Engineering
+1307.5079 Phenomenology
+1307.5778 Materials Science
+1307.6284 Phenomenology
+1307.7375 Information Theory
+1307.7454 Data Structures and Algorithms
+1308.0022 Symplectic Geometry
+1308.0088 Phenomenology
+1308.0686 Networking and Internet Architecture
+1308.1328 Subcellular Processes
+1308.2055 Programming Languages
+1308.2409 Computational Complexity
+1308.3761 Rings and Algebras
+1308.4214 Machine Learning
+1308.4267 Instrumentation and Methods for Astrophysics
+1308.4272
+1308.4313
+1308.4391 Distributed, Parallel, and Cluster Computing
+1308.4677
+1308.4678 History and Overview
+1308.4686 Phenomenology
+1308.4690 Applications
+1308.4695 Probability
+1308.4696 Materials Science
+1308.4701 General Physics
+1308.4702 Soft Condensed Matter
+1308.4703 Solar and Stellar Astrophysics
+1308.4706 Neurons and Cognition
+1308.4707 Neurons and Cognition
+1308.4715 Combinatorics
+1308.4716 Combinatorics
+1308.4718 Functional Analysis
+1308.4719 Accelerator Physics
+1308.4721 General Topology
+1308.4726 Instrumentation and Methods for Astrophysics
+1308.4733 Logic
+1308.4735 Analysis of PDEs
+1308.4737 Plasma Physics
+1308.4738 Quantum Algebra
+1308.4741 Strongly Correlated Electrons
+1308.4743 Rings and Algebras
+1308.4744 Operator Algebras
+1308.4746 Strongly Correlated Electrons
+1308.4749 Soft Condensed Matter
+1308.4750 Experiment
+1308.4751 Networking and Internet Architecture
+1308.4758 Molecular Networks
+1308.4761 Artificial Intelligence
+1308.4762
+1308.4767 Logic in Computer Science
+1308.4768 General Physics
+1308.4784 Mesoscale and Nanoscale Physics
+1308.4786 Systems and Control
+1308.4787 Optimization and Control
+1308.4792 Materials Science
+1308.4793 Combinatorics
+1308.4795 Mesoscale and Nanoscale Physics
+1308.4801 Computational Engineering, Finance, and Science
+1308.4807 Populations and Evolution
+1308.4809 Information Theory
+1308.4816 Networking and Internet Architecture
+1308.4821 Atmospheric and Oceanic Physics
+1308.4822 Rings and Algebras
+1308.4828 Learning
+1308.4832
+1308.4839 Information Retrieval
+1308.4846 Artificial Intelligence
+1308.4849 Instrumentation and Methods for Astrophysics
+1308.4862 Computers and Society
+1308.4864
+1308.4865 Pattern Formation and Solitons
+1308.4868 Accelerator Physics
+1308.4869 Popular Physics
+1308.4871 Computation
+1308.4872
+1308.4875 Theory
+1308.4878 High Energy Astrophysical Phenomena
+1308.4885 High Energy Astrophysical Phenomena
+1308.4888 Algebraic Geometry
+1308.4889 Chemical Physics
+1308.4894 Other Computer Science
+1308.4895 Cryptography and Security
+1308.4897 Analysis of PDEs
+1308.4898 Optics
+1308.4903 Pattern Formation and Solitons
+1308.4904 Systems and Control
+1308.4905 Analysis of PDEs
+1308.4907 General Physics
+1308.4908 Computer Vision and Pattern Recognition
+1308.4910 Materials Science
+1308.4912 High Energy Astrophysical Phenomena
+1308.4914 Theory
+1308.4916 Lattice
+1308.4921 Operator Algebras
+1308.4923 Theory
+1308.4924 Chemical Physics
+1308.4927 Number Theory
+1308.4928 Representation Theory
+1308.4931
+1308.4934 Group Theory
+1308.4938 Analysis of PDEs
+1308.4944 Probability
+1308.4949 Combinatorics
+1308.4951 Populations and Evolution
+1308.4954 Instrumentation and Methods for Astrophysics
+1308.4965 Human-Computer Interaction
+1308.4967 Probability
+1308.4969 Physics and Society
+0802.4295 Numerical Analysis
+0805.0245 General Mathematics
+0910.1283 Disordered Systems and Neural Networks
+0910.5863 Numerical Analysis
+0911.1245 Numerical Analysis
+0912.3312 Commutative Algebra
+1001.4312 Representation Theory
+1002.4928
+1003.1377 Data Analysis, Statistics and Probability
+1004.1493 Cosmology and Nongalactic Astrophysics
+1005.5336 Functional Analysis
+1010.5838 Operator Algebras
+1012.1477 Algebraic Geometry
+1101.1775 Numerical Analysis
+1101.2018 Computational Complexity
+1102.1311 Algebraic Topology
+1102.3825 Optics
+1103.0321 Mesoscale and Nanoscale Physics
+1104.1265 Group Theory
+1105.1864 Cosmology and Nongalactic Astrophysics
+1105.5104 Differential Geometry
+1106.1005 Theory
+1106.3297
+1106.5421 Optimization and Control
+1108.2552
+1109.2958 Functional Analysis
+1111.3546 Dynamical Systems
+1111.5983 Algebraic Geometry
+1112.5842
+1112.6028 Statistical Mechanics
+1112.6125 Group Theory
+1201.3548 Metric Geometry
+1202.5665 Systems and Control
+1202.5810 Commutative Algebra
+1203.2746 Differential Geometry
+1204.0972 Analysis of PDEs
+1204.2010 Classical Analysis and ODEs
+1204.3927 Analysis of PDEs
+1205.1732 Algebraic Geometry
+1205.4778 Networking and Internet Architecture
+1205.4875 Information Theory
+1205.5422 Materials Science
+1205.7089 Quantum Algebra
+1206.0444
+1206.4882 Representation Theory
+1207.3404 Complex Variables
+1207.7136 Classical Physics
+1208.2847 Combinatorics
+1208.4045 Geometric Topology
+1208.6151 Differential Geometry
+1209.1325 Differential Geometry
+1209.3942 Quantum Gases
+1209.6093 Phenomenology
+1209.6465 Analysis of PDEs
+1210.0741 Number Theory
+1210.0802
+1210.2029 Statistics Theory
+1210.2840 Quantum Algebra
+1210.3859 Cosmology and Nongalactic Astrophysics
+1210.5817 Optics
+1210.7581 Operator Algebras
+1210.7988
+1210.8290 Optimization and Control
+1211.1089 Probability
+1211.2923 Combinatorics
+1211.3266 Operator Algebras
+1211.3804
+1211.4644 Strongly Correlated Electrons
+1211.4996 Pattern Formation and Solitons
+1211.5405 Information Theory
+1211.6451 Methodology
+1211.7354 Probability
+1212.0702 Theory
+1212.1458 Cosmology and Nongalactic Astrophysics
+1212.2336 Representation Theory
+1212.2354
+1212.4733 Biomolecules
+1212.5398 Algebraic Topology
+1212.6128 Theory
+1212.6231 Materials Science
+1212.6505 Representation Theory
+1301.0191 Numerical Analysis
+1301.0353 Optics
+1301.0791 Dynamical Systems
+1301.2639 Mesoscale and Nanoscale Physics
+1301.2827 Fluid Dynamics
+1301.6109 Optics
+1302.2373 Methodology
+1302.3174
+1302.3500 Group Theory
+1302.3543 Statistics Theory
+1302.4834 Mesoscale and Nanoscale Physics
+1302.5216 Quantum Algebra
+1302.6375 Classical Analysis and ODEs
+1303.0209 Superconductivity
+1303.0998 Statistical Mechanics
+1303.1004 Statistical Mechanics
+1303.1323 Representation Theory
+1303.3040 Phenomenology
+1303.3070 Quantum Algebra
+1303.3311 Quantum Algebra
+1303.3729 Differential Geometry
+1303.4128 Information Theory
+1303.4798 Optics
+1303.5457 Optimization and Control
+1303.5900 Experiment
+1303.6746 Machine Learning
+1303.7306 Mesoscale and Nanoscale Physics
+1304.0119 Disordered Systems and Neural Networks
+1304.2168 Lattice
+1304.3139 Computational Complexity
+1304.4672 Machine Learning
+1304.5921 Spectral Theory
+1304.6238 Mesoscale and Nanoscale Physics
+1304.6806 Computer Science and Game Theory
+1305.0200 Classical Analysis and ODEs
+1305.0408 Statistical Mechanics
+1305.0810
+1305.3026 Optics
+1305.3044 Cosmology and Nongalactic Astrophysics
+1305.3811 Materials Science
+1305.3998 Optics
+1305.4140 Materials Science
+1305.4179 Phenomenology
+1305.6021 Information Theory
+1305.6663 Learning
+1305.7389 Experiment
+1306.0158 Social and Information Networks
+1306.0360 Statistical Mechanics
+1306.0917 Cosmology and Nongalactic Astrophysics
+1306.1321 Phenomenology
+1306.1433 Learning
+1306.2142
+1306.2778 Analysis of PDEs
+1306.3576 Physics and Society
+1306.3855 Computer Vision and Pattern Recognition
+1306.5085 Combinatorics
+1306.5106 Theory
+1306.5673 Materials Science
+1306.5689 Spectral Theory
+1306.6269 Computer Vision and Pattern Recognition
+1306.6610 Quantum Gases
+1306.6757
+1306.6884 Chemical Physics
+1307.0002 Quantum Gases
+1307.0330 Theory
+1307.0450 Portfolio Management
+1307.1089 Instrumentation and Detectors
+1307.3187 Chemical Physics
+1307.3794 Computer Science and Game Theory
+1307.6186 Statistical Mechanics
+1307.7011 Materials Science
+1307.7343 Chemical Physics
+1307.7354 General Physics
+1307.7742 Disordered Systems and Neural Networks
+1307.7992 Mesoscale and Nanoscale Physics
+1307.8006 Representation Theory
+1308.0295 Phenomenology
+1308.0655 Quantitative Methods
+1308.0665 Computational Finance
+1308.1580 Phenomenology
+1308.1843
+1308.2670 Cosmology and Nongalactic Astrophysics
+1308.2999 Phenomenology
+1308.4212 Phenomenology
+1308.5205 Atomic Physics
+1308.5490 Combinatorics
+1308.5613 Statistical Mechanics
+1308.5629 Statistical Mechanics
+1308.5892 High Energy Astrophysical Phenomena
+1308.6559 Probability
+1309.0250 Experiment
+1309.0953 Dynamical Systems
+1309.1816 Theory
+1309.3684 Mesoscale and Nanoscale Physics
+1309.3789
+1309.4415 Rings and Algebras
+1309.4552 Mesoscale and Nanoscale Physics
+1309.4580 Theory
+1309.4793 Number Theory
+1309.5698 Populations and Evolution
+1309.5705 Experiment
+1309.5739 High Energy Astrophysical Phenomena
+1309.7885 Spectral Theory
+1309.7972 Phenomenology
+1310.0278 Strongly Correlated Electrons
+1310.1042 Discrete Mathematics
+1310.2083 Spectral Theory
+1310.3118 Pattern Formation and Solitons
+1310.4209 Chaotic Dynamics
+1310.5101 Materials Science
+1310.5306 Social and Information Networks
+1310.5775 Number Theory
+1310.5778 Biomolecules
+1310.5988 Software Engineering
+1310.6007 Learning
+1310.6356 Solar and Stellar Astrophysics
+1310.6911 Cosmology and Nongalactic Astrophysics
+1310.7411 Mesoscale and Nanoscale Physics
+1310.7785 Analysis of PDEs
+1310.7809 Algebraic Geometry
+1310.8149 General Mathematics
+1311.0561 Superconductivity
+1311.0986 Experiment
+1311.1007 Analysis of PDEs
+1311.1289 Number Theory
+1311.1392 Functional Analysis
+1311.1478 Number Theory
+1311.1523
+1311.1565 Information Theory
+1311.1576 Analysis of PDEs
+1311.1884 Distributed, Parallel, and Cluster Computing
+1311.1895 Software Engineering
+1311.1907 Distributed, Parallel, and Cluster Computing
+1311.1934 Lattice
+1311.2070 Instrumentation and Detectors
+1311.2078 Phenomenology
+1311.2079 Social and Information Networks
+1311.2086 Analysis of PDEs
+1311.2087 Quantum Gases
+1311.2088 Analysis of PDEs
+1311.2091
+1311.2096 Experiment
+1311.2100 Databases
+1311.2102 Computer Vision and Pattern Recognition
+1311.2103 Information Retrieval
+1311.2105 Methodology
+1311.2106 Data Structures and Algorithms
+1311.2110 Data Structures and Algorithms
+1311.2111 Optimization and Control
+1311.2117 Combinatorics
+1311.2118 Representation Theory
+1311.2119 Materials Science
+1311.2121 Spectral Theory
+1311.2123 Information Theory
+1311.2124 Combinatorics
+1311.2125 Quantitative Methods
+1311.2127 Analysis of PDEs
+1311.2131 Cosmology and Nongalactic Astrophysics
+1311.2133 Classical Analysis and ODEs
+1311.2134 Networking and Internet Architecture
+1311.2137 Learning
+1311.2139 Learning
+1311.2142 Mesoscale and Nanoscale Physics
+1311.2144 Mesoscale and Nanoscale Physics
+1311.2150 Information Theory
+1311.2154 Number Theory
+1311.2156 Atomic Physics
+1311.2163
+1311.2164 Mesoscale and Nanoscale Physics
+1311.2165 Atmospheric and Oceanic Physics
+1311.2169 Biological Physics
+1311.2171 Functional Analysis
+1311.2172
+1311.2176 Statistical Mechanics
+1311.2177 Functional Analysis
+1311.2178 Logic
+1311.2181 Dynamical Systems
+1311.2190 Analysis of PDEs
+1311.2193
+1311.2194 Analysis of PDEs
+1311.2198 Phenomenology
+1311.2200 Neurons and Cognition
+1311.2207 Numerical Analysis
+1311.2211 Algebraic Geometry
+1311.2213 Mesoscale and Nanoscale Physics
+1311.2215
+1311.2217 Soft Condensed Matter
+1311.2219 Algebraic Topology
+1311.2222 Human-Computer Interaction
+1311.2225 Logic
+1311.2232 Group Theory
+1311.2235 History and Overview
+1311.2238 Neurons and Cognition
+1311.2241 Learning
+1311.2248 Experiment
+1311.2251 Lattice
+1311.2252 Computation and Language
+1311.2256 Symplectic Geometry
+1311.2258 Experiment
+1311.2259 Strongly Correlated Electrons
+1311.2263
+1311.2265 Materials Science
+1311.2267 Phenomenology
+1311.2269 Optics
+1311.2270 Functional Analysis
+1311.2271 Learning
+1311.2276 Learning
+1311.2278 Data Analysis, Statistics and Probability
+1311.2280
+1311.2283 Dynamical Systems
+1311.2284 Algebraic Geometry
+1311.2289
+1311.2290 Logic in Computer Science
+1311.2291
+1311.2292 Classical Analysis and ODEs
+1311.2293 Phenomenology
+1311.2294 Combinatorics
+1311.2295 Classical Analysis and ODEs
+1311.2303 Fluid Dynamics
+1311.2307 Analysis of PDEs
+1311.2308 Phenomenology
+1311.2309 Data Structures and Algorithms
+1311.2311 Optimization and Control
+1311.2312 Theory
+1311.2314 Differential Geometry
+1311.2316
+1311.2320 Complex Variables
+1311.2321 Information Theory
+1311.2327 Symplectic Geometry
+1311.2329 Networking and Internet Architecture
+1311.2330 General Topology
+1311.2332 Algebraic Geometry
+1311.2335 Computation
+1311.2336 Statistics Theory
+1311.2338 Cosmology and Nongalactic Astrophysics
+1311.2339 Quantum Algebra
+1311.2341 Statistics Theory
+1311.2342 Databases
+1311.2345 Analysis of PDEs
+1311.2346 Information Theory
+1311.2347 Phenomenology
+1311.2349 Social and Information Networks
+1311.2358 Computational Complexity
+1311.2361 Functional Analysis
+1311.2362 Logic in Computer Science
+1311.2364 Networking and Internet Architecture
+1311.2366 Medical Physics
+1311.2367 Optimization and Control
+1311.2378 Learning
+1311.2379
+1311.2385 Functional Analysis
+1311.2387 Physics and Society
+1311.2390 Theory
+1311.2392 Theory
+1311.2393 Mesoscale and Nanoscale Physics
+1311.2401 Phenomenology
+1311.2405 Algebraic Geometry
+1311.2406 Exactly Solvable and Integrable Systems
+1311.2410 Mesoscale and Nanoscale Physics
+1311.2411 Solar and Stellar Astrophysics
+1311.2412 Software Engineering
+1311.2414 Dynamical Systems
+1311.2415 Probability
+1311.2418 Spectral Theory
+1311.2420 Strongly Correlated Electrons
+1311.2422 Methodology
+1311.2423 Cell Behavior
+1311.2425
+1311.2427 Combinatorics
+1311.2437 General Topology
+1311.2441 Instrumentation and Methods for Astrophysics
+1311.2442 Networking and Internet Architecture
+1311.2443 Classical Analysis and ODEs
+1311.2444 Distributed, Parallel, and Cluster Computing
+1311.2445 Statistics Theory
+1311.2446 Mesoscale and Nanoscale Physics
+1311.2447 Instrumentation and Detectors
+1311.2448 Numerical Analysis
+1311.2452 Molecular Networks
+1311.2454
+1311.2457 High Energy Astrophysical Phenomena
+1311.2461 Plasma Physics
+1311.2465 Geometric Topology
+1311.2468 Cosmology and Nongalactic Astrophysics
+1311.2473 Phenomenology
+1311.2474 Instrumentation and Detectors
+1311.2478 Experiment
+1311.2483 Statistics Theory
+1311.2484 Fluid Dynamics
+1311.2490
+1311.2492 Computer Vision and Pattern Recognition
+1311.2496 Cosmology and Nongalactic Astrophysics
+1311.2503 Learning
+1311.2504 Digital Libraries
+1311.2508 Differential Geometry
+1311.2515 Differential Geometry
+1311.2517 Cryptography and Security
+1311.2518 Classical Analysis and ODEs
+1311.2527 Number Theory
+1311.2535 Software Engineering
+1311.2538 Solar and Stellar Astrophysics
+1311.2539
+1311.2545 Biological Physics
+1311.2546 Numerical Analysis
+1311.2551 Social and Information Networks
+1311.2554 Molecular Networks
+1311.2562 Theory
+1311.2566 Algebraic Geometry
+1311.2567 Computational Physics
+1311.2568 Tissues and Organs
+1311.2571 Optimization and Control
+1311.2575 Solar and Stellar Astrophysics
+1311.2578 Data Structures and Algorithms
+gr-qc/0101030
+gr-qc/0105014
+gr-qc/9703083
+gr-qc/9910085
+math/0606320 Numerical Analysis
+physics/0411189 Geophysics
+0806.0346 Plasma Physics
+0812.3313 Physics and Society
+0906.5472 Symplectic Geometry
+0911.4906 Quantum Gases
+0911.4916 Quantum Gases
+0912.1276
+0912.3009 Statistical Mechanics
+0912.4318 Quantum Gases
+0912.4420 Quantum Gases
+1007.0310 Number Theory
+1007.2773 Statistical Mechanics
+1010.2021
+1011.2870
+1012.0870 Mesoscale and Nanoscale Physics
+1012.1988 Statistical Mechanics
+1101.0797
+1102.3236 Number Theory
+1105.0405 Algebraic Topology
+1105.1839 Geometric Topology
+1105.2052 Theory
+1105.5317 Statistical Mechanics
+1105.5376 Biological Physics
+1106.4062 Geometric Topology
+1107.2590 Group Theory
+1109.4091 Differential Geometry
+1110.0421 Statistical Mechanics
+1112.3455 Logic
+1112.5640 Computer Vision and Pattern Recognition
+1201.0298
+1201.3861 Combinatorics
+1202.2882 Probability
+1204.6181 Cellular Automata and Lattice Gases
+1206.0048 Analysis of PDEs
+1206.0264 Phenomenology
+1206.2203 Statistical Mechanics
+1206.2821
+1206.6648 Optimization and Control
+1207.0244 Commutative Algebra
+1207.0650 Optics
+1207.3204 Lattice
+1207.6163 Mesoscale and Nanoscale Physics
+1208.0354 Theory
+1208.0530 Statistical Mechanics
+1208.1065 Computation
+1208.2223 Discrete Mathematics
+1208.2984
+1208.3046 Group Theory
+1208.3429 Complex Variables
+1208.6104 Algebraic Geometry
+1209.1001
+1209.2773 Algebraic Topology
+1209.3891 Phenomenology
+1209.4201
+1209.4393 High Energy Astrophysical Phenomena
+1209.5109
+1209.5529 Materials Science
+1209.6136 Phenomenology
+1209.6197 Quantum Gases
+1210.0141 Phenomenology
+1210.0278 Dynamical Systems
+1210.0588 Functional Analysis
+1210.1605 Mesoscale and Nanoscale Physics
+1210.2072 Strongly Correlated Electrons
+1210.3446
+1210.3524 Probability
+1210.5035 Optimization and Control
+1210.5431 Phenomenology
+1210.6935
+1211.1124 Number Theory
+1211.2683
+1211.3425 Theory
+1211.3953
+1211.4177 Differential Geometry
+1211.6523
+1211.6927 Theory
+1211.6960 Materials Science
+1212.1241 Cell Behavior
+1212.4467 Probability
+1212.4755 Experiment
+1212.5055 Lattice
+1301.1251 Representation Theory
+1301.4231 Optimization and Control
+1301.7201
+1301.7236 Information Theory
+1301.7338 Theory
+1302.1211 Systems and Control
+1302.1422 Computation and Language
+1302.4491 Experiment
+1302.5576 Phenomenology
+1302.6021 Number Theory
+1302.6183 Discrete Mathematics
+1303.1540
+1303.2483 Disordered Systems and Neural Networks
+1303.2520
+1303.2684 Phenomenology
+1303.5511 Theory
+1303.5644
+1303.6633 Solar and Stellar Astrophysics
+1304.3672 Mesoscale and Nanoscale Physics
+1304.6638 Earth and Planetary Astrophysics
+1304.6784 Materials Science
+1304.7185 Discrete Mathematics
+1305.0420 Algebraic Topology
+1305.2182 Accelerator Physics
+1305.2305
+1305.2623 Information Theory
+1305.3595 Information Theory
+1305.3882 Computation and Language
+1305.3910 Soft Condensed Matter
+1305.3916 High Energy Astrophysical Phenomena
+1305.3923 Theory
+1305.3928 Probability
+1305.3930 Dynamical Systems
+1305.3931 Information Theory
+1305.3934 Information Theory
+1305.3936 Mesoscale and Nanoscale Physics
+1305.3939 Computer Vision and Pattern Recognition
+1305.3940 Algebraic Geometry
+1305.3944 Computational Complexity
+1305.3948 Strongly Correlated Electrons
+1305.3952 Cosmology and Nongalactic Astrophysics
+1305.3961 Combinatorics
+1305.3969 Information Theory
+1305.3971 Graphics
+1305.3972 Number Theory
+1305.3973 Rings and Algebras
+1305.3978 Computers and Society
+1305.3981 Computation and Language
+1305.3983 Optics
+1305.3985 Phenomenology
+1305.3988 Pricing of Securities
+1305.3989 Data Analysis, Statistics and Probability
+1305.3991 High Energy Astrophysical Phenomena
+1305.3992
+1305.3994 Materials Science
+1305.4000 Computer Science and Game Theory
+1305.4002 Computer Science and Game Theory
+1305.4005 Combinatorics
+1305.4008 Information Theory
+1305.4012 Probability
+1305.4017 Cosmology and Nongalactic Astrophysics
+1305.4018 Social and Information Networks
+1305.4019 Analysis of PDEs
+1305.4021 Molecular Networks
+1305.4023 Exactly Solvable and Integrable Systems
+1305.4025 Functional Analysis
+1305.4028 Analysis of PDEs
+1305.4034 Category Theory
+1305.4035 Strongly Correlated Electrons
+1305.4038 Networking and Internet Architecture
+1305.4041
+1305.4043
+1305.4045 Cryptography and Security
+1305.4047 Information Theory
+1305.4048 Soft Condensed Matter
+1305.4054 Digital Libraries
+1305.4055 Group Theory
+1305.4057 Statistical Mechanics
+1305.4058 Probability
+1305.4062 Medical Physics
+1305.4064 Computer Vision and Pattern Recognition
+1305.4067 Accelerator Physics
+1305.4068 Number Theory
+1305.4071 Numerical Analysis
+1305.4081 Learning
+1305.4084 Astrophysics of Galaxies
+1305.4086 Instrumentation and Methods for Astrophysics
+1305.4089 Analysis of PDEs
+1305.4093 Number Theory
+1305.4095 Networking and Internet Architecture
+1305.4096 Systems and Control
+1305.4098 High Energy Astrophysical Phenomena
+1305.4100
+1305.4101 Numerical Analysis
+1305.4102 Multimedia
+1305.4103 Systems and Control
+1305.4104 Representation Theory
+1305.4110 Differential Geometry
+1305.4119 Software Engineering
+1305.4121 Dynamical Systems
+1305.4122 Dynamical Systems
+1305.4130 Artificial Intelligence
+1305.4131 Algebraic Geometry
+1305.4133 Social and Information Networks
+1305.4137 Solar and Stellar Astrophysics
+1305.4144 History and Philosophy of Physics
+1305.4147 Combinatorics
+1305.4148 Human-Computer Interaction
+1305.4153 Machine Learning
+1305.4160 Neurons and Cognition
+1305.4163 Networking and Internet Architecture
+1305.4167 Analysis of PDEs
+1305.4168 Computer Vision and Pattern Recognition
+1305.4171 Functional Analysis
+cond-mat/0411272 Mesoscale and Nanoscale Physics
+hep-th/0303147 Theory
+math/0406337 Classical Analysis and ODEs
+0706.2159
+0707.2582 Statistical Mechanics
+0711.2786 Soft Condensed Matter
+0802.3769 Statistical Mechanics
+0807.4257 Superconductivity
+0810.4146 Soft Condensed Matter
+0903.1629 Statistical Mechanics
+0907.3564 Superconductivity
+0908.3935 Mesoscale and Nanoscale Physics
+0909.1192 Quantum Gases
+1003.2306 Group Theory
+1003.5073 Probability
+1004.4248 Quantum Algebra
+1006.1239 Computational Physics
+1006.5399 K-Theory and Homology
+1007.4588 Statistical Mechanics
+1009.1438 Probability
+1009.4786 Probability
+1102.5239 Numerical Analysis
+1103.0012
+1103.0951 Algebraic Geometry
+1103.3242 Probability
+1104.1276
+1104.3314 Formal Languages and Automata Theory
+1104.4572 Earth and Planetary Astrophysics
+1105.5254 Mesoscale and Nanoscale Physics
+1106.0470 Probability
+1106.0873 Differential Geometry
+1106.3776
+1106.3950 Algebraic Geometry
+1106.6065 Superconductivity
+1106.6085 Biological Physics
+1107.1039 Quantum Algebra
+1107.1482 Chemical Physics
+1107.1655 Chemical Physics
+1107.1658 Chemical Physics
+1108.1667 Chemical Physics
+1109.1714
+1109.6489 Number Theory
+1110.2049 Computational Engineering, Finance, and Science
+1110.5682 Classical Analysis and ODEs
+1111.1538 Logic
+1112.2352 Probability
+1112.5924 Superconductivity
+1201.3672
+1201.4049 Numerical Analysis
+1201.4249
+1202.1150 Information Theory
+1202.6187 Pricing of Securities
+1203.2482 Differential Geometry
+1203.2765 Dynamical Systems
+1203.5401 Materials Science
+1203.5783 Theory
+1203.6372 Genomics
+1204.1729 Algebraic Geometry
+1204.2291 Theory
+1204.2708 Soft Condensed Matter
+1204.4570
+1204.5611 Algebraic Geometry
+1204.5863 Rings and Algebras
+1204.6056
+1204.6268 Theory
+1205.0847 Cosmology and Nongalactic Astrophysics
+1205.1829 Materials Science
+1205.2674
+1205.3962 Superconductivity
+1205.5505 Probability
+1206.2817 Analysis of PDEs
+1206.3311 Theory
+1206.5135 Digital Libraries
+1206.5145
+1206.6660 Superconductivity
+1206.6944 Strongly Correlated Electrons
+1207.1796 Superconductivity
+1207.3737
+1207.3833 Optics
+1207.3942
+1207.4219 Combinatorics
+1207.5437 Learning
+1207.5540 Popular Physics
+1207.7211 Numerical Analysis
+1208.1297 Solar and Stellar Astrophysics
+1208.2968 Mesoscale and Nanoscale Physics
+1208.5216 Information Theory
+1209.2028 Instrumentation and Methods for Astrophysics
+1209.2319 Experiment
+1209.2977 Mesoscale and Nanoscale Physics
+1209.3264 Biomolecules
+1209.3489 Experiment
+1209.3845
+1209.4073 Dynamical Systems
+1209.4480 Materials Science
+1209.4533 Experiment
+1209.4598 History and Overview
+1209.4965 Information Theory
+1209.5100 Strongly Correlated Electrons
+1209.5691 Metric Geometry
+1209.6349
+1209.6454 Fluid Dynamics
+1209.6620 Experiment
+1210.0198 Algebraic Geometry
+1210.1270 Strongly Correlated Electrons
+1210.1825
+1210.1866 Statistics Theory
+1210.1992 Dynamical Systems
+1210.2052 Experiment
+1210.2546 Superconductivity
+1210.3666
+1210.3775
+1210.3977 Phenomenology
+1210.5279 Phenomenology
+1210.5304 Data Analysis, Statistics and Probability
+1210.6164 Theory
+1210.6333 Solar and Stellar Astrophysics
+1210.6539 Neural and Evolutionary Computing
+1210.6841 High Energy Astrophysical Phenomena
+1210.6866 Instrumentation and Methods for Astrophysics
+1210.7544 Experiment
+1210.8368 Computational Complexity
+1211.0134
+1211.0321 Statistical Mechanics
+1211.0389 Probability
+1211.0416 Materials Science
+1211.0823
+1211.1726 Theory
+1211.2029 Superconductivity
+1211.2180 Dynamical Systems
+1211.2963 Distributed, Parallel, and Cluster Computing
+1211.3037
+1211.3362 Astrophysics of Galaxies
+1211.3405
+1211.3407
+1211.3524 Probability
+1211.4082 Statistical Mechanics
+1211.4883 Experiment
+1211.4890 Experiment
+1211.5257 Information Theory
+1211.6011 Quantum Gases
+1211.6221 Quantum Gases
+1211.6721 Cosmology and Nongalactic Astrophysics
+1211.7101
+1212.0052 Formal Languages and Automata Theory
+1212.0955 Lattice
+1212.1577
+1212.1653
+1212.2307
+1212.2322 Statistical Mechanics
+1212.3062 Theory
+1212.3941 Statistical Mechanics
+1212.4157 Cosmology and Nongalactic Astrophysics
+1212.4720 Combinatorics
+1212.5297
+1212.5912 Strongly Correlated Electrons
+1212.6263 Rings and Algebras
+1212.6682 Experiment
+1212.6782 Strongly Correlated Electrons
+1301.0095 Combinatorics
+1301.0174 Representation Theory
+1301.0682 Spectral Theory
+1301.0700 Information Theory
+1301.0895
+1301.1475 Disordered Systems and Neural Networks
+1301.2534 Statistics Theory
+1301.2642 General Topology
+1301.2803 Quantum Gases
+1301.2843
+1301.3323 Computer Vision and Pattern Recognition
+1301.3389 Numerical Analysis
+1301.3545 Learning
+1301.3616
+1301.3618 Computation and Language
+1301.3704 Optics
+1301.4168 Learning
+1301.4333 Phenomenology
+1301.5158
+1301.5268
+1301.5347 Experiment
+1301.5969 Combinatorics
+1301.6170 Cosmology and Nongalactic Astrophysics
+1301.6316 Learning
+1302.0091 Cosmology and Nongalactic Astrophysics
+1302.0221 Optimization and Control
+1302.1914 Physics and Society
+1302.1922 Algebraic Geometry
+1302.2553 Learning
+1302.2760 Physics and Society
+1302.3073 Optics
+1302.3546 Physics and Society
+1302.3674 Materials Science
+1302.3960 Earth and Planetary Astrophysics
+1302.5846 Phenomenology
+1302.6274 Cryptography and Security
+1302.6543 Differential Geometry
+1302.7118 Complex Variables
+1303.0172 Plasma Physics
+1303.0181 Classical Physics
+1303.0591 Neurons and Cognition
+1303.1049 Soft Condensed Matter
+1303.1073 Phenomenology
+1303.1239 Algebraic Geometry
+1303.1276 Materials Science
+1303.1578 Algebraic Geometry
+1303.1608 Instrumentation and Detectors
+1303.2142 High Energy Astrophysical Phenomena
+1303.2203 Functional Analysis
+1303.3101 Combinatorics
+1303.3385 Number Theory
+1303.3416 Materials Science
+1303.3664 Machine Learning
+1303.3698 General Physics
+1303.3884 Materials Science
+1303.3897
+1303.3900 Optics
+1303.3903 Differential Geometry
+1303.3904 Information Theory
+1303.3907 Dynamical Systems
+1303.3910 Plasma Physics
+1303.3913 Combinatorics
+1303.3920 Populations and Evolution
+1303.3921 Information Theory
+1303.3922 Phenomenology
+1303.3923 Theory
+1303.3924 Rings and Algebras
+1303.3927 Computational Physics
+1303.3930 Cosmology and Nongalactic Astrophysics
+1303.3931 Discrete Mathematics
+1303.3933 Optimization and Control
+1303.3941
+1303.3943 Information Theory
+1303.3944 Fluid Dynamics
+1303.3945 Data Structures and Algorithms
+1303.3948 Computation and Language
+1303.3950 Soft Condensed Matter
+1303.3954 Emerging Technologies
+1303.3956 Portfolio Management
+1303.3959 K-Theory and Homology
+1303.3960 Computational Physics
+1303.3962 Networking and Internet Architecture
+1303.3964 Information Retrieval
+1303.3965 Information Theory
+1303.3970 Strongly Correlated Electrons
+1303.3978 Classical Analysis and ODEs
+1303.3979 Classical Analysis and ODEs
+1303.3980 Classical Analysis and ODEs
+1303.3981 Classical Analysis and ODEs
+1303.3984 Social and Information Networks
+1303.3985 Phenomenology
+1303.3987 Learning
+1303.3991 Quantum Algebra
+1303.3993 Classical Analysis and ODEs
+1303.3998 Analysis of PDEs
+1303.4004 Cosmology and Nongalactic Astrophysics
+1303.4005 Probability
+1303.4011
+1303.4012 Optimization and Control
+1303.4017 Artificial Intelligence
+1303.4018 Algebraic Topology
+1303.4020 Optics
+1303.4023 Instrumentation and Methods for Astrophysics
+1303.4025 Discrete Mathematics
+1303.4028 Algebraic Geometry
+1303.4029 Algebraic Topology
+1303.4030 Combinatorics
+1303.4031 Data Structures and Algorithms
+1303.4036 Information Theory
+1303.4039 Algebraic Geometry
+1303.4042 Probability
+1303.4043 Algebraic Geometry
+1303.4044 Group Theory
+1303.4047 Numerical Analysis
+1303.4049 Statistical Mechanics
+1303.4051 Discrete Mathematics
+1303.4052 Earth and Planetary Astrophysics
+1303.4053 Genomics
+1303.4054 High Energy Astrophysical Phenomena
+1303.4056 Software Engineering
+1303.4062 Materials Science
+1303.4065 Combinatorics
+1303.4066 Solar and Stellar Astrophysics
+1303.4078 Cryptography and Security
+1303.4082 Pricing of Securities
+1303.4085 Information Theory
+1303.4087 Information Retrieval
+1303.4094 High Energy Astrophysical Phenomena
+1303.4100
+1303.4101 Differential Geometry
+1303.4104
+1303.4105
+1303.4108 Optics
+1303.4109 Dynamical Systems
+1303.4110 Graphics
+1303.4111 Optics
+1303.4112 Strongly Correlated Electrons
+1303.4115 Numerical Analysis
+1303.4116 Numerical Analysis
+1303.4120 Information Theory
+1303.4121 Methodology
+1303.4122 Complex Variables
+1303.4124
+1303.4127
+1303.4133 Algebraic Geometry
+1303.4137 Number Theory
+1303.4145 Analysis of PDEs
+1303.4158 Dynamical Systems
+1303.4160 Computer Vision and Pattern Recognition
+1303.4163 Superconductivity
+1303.4164 Neurons and Cognition
+1303.4165 Differential Geometry
+1303.4169 Learning
+1303.4170 Mesoscale and Nanoscale Physics
+1303.4172 Learning
+1303.4175 Optimization and Control
+1303.4177 Data Structures and Algorithms
+1303.4178 Algebraic Geometry
+1303.4179 Statistics Theory
+1303.4181 Probability
+1303.4182 Strongly Correlated Electrons
+1303.4183 Artificial Intelligence
+1303.4185 Representation Theory
+1303.4187 Mesoscale and Nanoscale Physics
+1303.4188
+1303.4189 Optics
+1303.4196 Superconductivity
+1303.4199 Computer Science and Game Theory
+1303.4201 Populations and Evolution
+1303.4202 Functional Analysis
+1303.4205 Superconductivity
+1303.4206 Superconductivity
+1303.4208 Superconductivity
+1303.4210 Medical Physics
+1303.4213 Combinatorics
+1303.4214 Optics
+1303.4216 Analysis of PDEs
+1303.4217 General Topology
+1303.4219 Experiment
+1303.4220 Algebraic Geometry
+1303.4223 Numerical Analysis
+1303.4224 Information Theory
+1303.4225 Analysis of PDEs
+1303.4227 Information Theory
+1303.4228 Materials Science
+1303.4231 Computer Science and Game Theory
+1303.4232 Earth and Planetary Astrophysics
+1303.4235 Superconductivity
+1303.4238 Probability
+1303.4239 Group Theory
+1303.4241 Algebraic Geometry
+1303.4243 Probability
+1303.4245 Dynamical Systems
+1303.4246 Analysis of PDEs
+1303.4247 Physics and Society
+1303.4248 Dynamical Systems
+1303.4257 Logic in Computer Science
+1303.4260 Space Physics
+1303.4262 Cryptography and Security
+1303.4263 Classical Analysis and ODEs
+1303.4264 Multimedia
+1303.4273 Statistical Mechanics
+1303.4274 Probability
+1303.4275 Combinatorics
+1303.4276 Quantum Algebra
+1303.4278 Differential Geometry
+1303.4281 Analysis of PDEs
+1303.4283 Astrophysics of Galaxies
+1303.4285 Strongly Correlated Electrons
+1303.4287 Experiment
+1303.4289 Information Theory
+1303.4295 Dynamical Systems
+1303.4296 Robotics
+1303.4299 Analysis of PDEs
+1303.4308
+1303.4311
+1303.4315 Computational Complexity
+1303.4316
+1303.4321
+1303.4334 Solar and Stellar Astrophysics
+1303.4335 Number Theory
+1303.4340 Solar and Stellar Astrophysics
+1303.4341 Algebraic Geometry
+1303.4345 Functional Analysis
+1303.4347 Networking and Internet Architecture
+1303.4352 Information Theory
+1303.4354 Analysis of PDEs
+1303.4356
+1303.4358 Analysis of PDEs
+1303.4373 Classical Analysis and ODEs
+1303.4375 Information Theory
+1303.4378 Numerical Analysis
+1303.4380 Materials Science
+astro-ph/0511127
+cond-mat/0107581 Soft Condensed Matter
+cond-mat/0203043 Soft Condensed Matter
+cond-mat/0203062 Soft Condensed Matter
+cond-mat/0510146 Soft Condensed Matter
+cond-mat/0512038 Statistical Mechanics
+cond-mat/0608387 Statistical Mechanics
+math-ph/0312048
+math/0102144 Spectral Theory
+math/0408047 Classical Analysis and ODEs
+math/0408203 Classical Analysis and ODEs
+math/0504545 Classical Analysis and ODEs
+math/0607473 Number Theory
+math/0703893 Quantum Algebra
+physics/0504153 Physics and Society
+physics/0506028 Physics and Society
+physics/0608174 Physics and Society
+0707.3898 Probability
+0710.0429 Rings and Algebras
+0710.0433 Rings and Algebras
+0801.2778 Number Theory
+0803.4462 Number Theory
+0806.4291 Chaotic Dynamics
+0807.2266 Rings and Algebras
+0809.3413 Number Theory
+0811.2745 Geometric Topology
+0902.1684
+0902.3561 Probability
+0905.0223 Dynamical Systems
+0905.1992 Combinatorics
+0907.3359 Probability
+0909.0319 Differential Geometry
+0909.2479 Physics and Society
+0910.3261 Rings and Algebras
+0910.4205 Probability
+0911.3721 Probability
+0912.4433
+0912.4884 Computational Complexity
+1001.0402 Number Theory
+1001.3394 Number Theory
+1002.2446 Probability
+1003.1224 Combinatorics
+1003.1724 High Energy Astrophysical Phenomena
+1003.5009 Probability
+1003.5024 Dynamical Systems
+1004.1478 Probability
+1005.1500 Theory
+1008.3504
+1008.4426 Atomic Physics
+1009.1082 Number Theory
+1009.1166 Databases
+1009.5105 Combinatorics
+1010.0741
+1010.3493 Complex Variables
+1011.1569 Earth and Planetary Astrophysics
+1011.3734 Strongly Correlated Electrons
+1012.5768
+1101.0417 Probability
+1101.1856 Operator Algebras
+1101.4792 Number Theory
+1101.5083 Combinatorics
+1102.2218 Strongly Correlated Electrons
+1102.4580
+1103.2992 Group Theory
+1104.1104 Statistical Mechanics
+1104.4577 Atomic Physics
+1105.0980 Mesoscale and Nanoscale Physics
+1105.3853 Logic in Computer Science
+1106.0412 Algebraic Topology
+1106.3705 Logic in Computer Science
+1106.6080 Quantum Algebra
+1106.6185 Neural and Evolutionary Computing
+1107.0471 Combinatorics
+1107.5033 Combinatorics
+1108.1657
+1108.1673
+1108.1783 Machine Learning
+1108.1807
+1108.2132 Probability
+1108.5916
+1109.1041 Information Theory
+1109.1110 Complex Variables
+1109.1346 Combinatorics
+1109.4022
+1109.6164 Classical Analysis and ODEs
+1110.0721 Methodology
+1110.2164 General Physics
+1110.2455 Differential Geometry
+1110.2456 Differential Geometry
+1110.3052 Solar and Stellar Astrophysics
+1110.5168
+1110.5349 Experiment
+1110.6638 Number Theory
+1111.1823 Discrete Mathematics
+1111.5847 Operator Algebras
+1111.6128 Rings and Algebras
+1112.1874 Superconductivity
+1112.4412
+1112.5828
+1112.6105
+1112.6149 Cosmology and Nongalactic Astrophysics
+1201.4767 Combinatorics
+1202.3674
+1202.5912 Biological Physics
+1203.3411 Soft Condensed Matter
+1203.4082 Soft Condensed Matter
+1203.5605 Theory
+1203.6492 Dynamical Systems
+1204.1220 Optimization and Control
+1204.2329 Dynamical Systems
+1204.5598 Atomic Physics
+1204.5738 Mesoscale and Nanoscale Physics
+1205.1881
+1205.3154 Plasma Physics
+1205.3407
+1205.3848 Dynamical Systems
+1205.5457 Optics
+1205.5946 Combinatorics
+1205.6504 Numerical Analysis
+1205.6509 Mesoscale and Nanoscale Physics
+1206.0025
+1206.0600 Analysis of PDEs
+1206.0852 Optics
+1206.1270 Optimization and Control
+1206.2669 Cryptography and Security
+1206.4757 Mesoscale and Nanoscale Physics
+1206.6959 Strongly Correlated Electrons
+1207.0256
+1207.0662 Statistics Theory
+1207.1308 Exactly Solvable and Integrable Systems
+1207.2328 Learning
+1207.2366
+1207.2730 Mesoscale and Nanoscale Physics
+1207.6195 Phenomenology
+1207.6204 Mesoscale and Nanoscale Physics
+1208.0030 Materials Science
+1208.0098
+1208.0102
+1208.3688 Physics and Society
+1208.5079
+1208.6415
+1209.1920 Dynamical Systems
+1209.3135 Optimization and Control
+1209.4286 Optics
+1209.6252 Statistical Mechanics
+1209.6285 Strongly Correlated Electrons
+1210.0634
+1210.1567 Phenomenology
+1210.1838 Trading and Market Microstructure
+1210.2859 Mesoscale and Nanoscale Physics
+1210.3846 Logic in Computer Science
+1210.4604 Strongly Correlated Electrons
+1210.4626
+1210.5208 Symplectic Geometry
+1210.5789
+1210.5972 Superconductivity
+1210.6830
+1210.6894 Mesoscale and Nanoscale Physics
+1210.8221 Cosmology and Nongalactic Astrophysics
+1211.0423 Combinatorics
+1211.0949 Analysis of PDEs
+1211.1932 Information Theory
+1211.3584 Superconductivity
+1211.4222 Superconductivity
+1211.4270
+1211.4903 Strongly Correlated Electrons
+1211.6815 Materials Science
+1212.1111
+1212.1765
+1212.3139 Computation and Language
+1212.3498 Number Theory
+1212.3984 Superconductivity
+1212.4378 Astrophysics of Galaxies
+1212.5602 Disordered Systems and Neural Networks
+1301.0298 Lattice
+1301.0720 Representation Theory
+1301.0850 Quantum Algebra
+1301.2765
+1301.4291 Methodology
+1301.4306 Mesoscale and Nanoscale Physics
+1301.4351 Information Retrieval
+1301.4881 General Finance
+1301.5216 Computational Complexity
+1301.5310
+1301.5692 Biological Physics
+1301.6232 Analysis of PDEs
+1301.6235 Analysis of PDEs
+1301.7207 Materials Science
+1301.7225 Instrumentation and Detectors
+1301.7498 Theory
+1301.7526 History and Philosophy of Physics
+1301.7569 Analysis of PDEs
+1301.7719 High Energy Astrophysical Phenomena
+1302.0202
+1302.0246 Differential Geometry
+1302.0283 Instrumentation and Detectors
+1302.0284 Materials Science
+1302.0285 Astrophysics of Galaxies
+1302.0286 Optimization and Control
+1302.0304 Computational Geometry
+1302.0307 Phenomenology
+1302.0311 Biological Physics
+1302.0313 Theory
+1302.0315 Learning
+1302.0318 Combinatorics
+1302.0321 Information Theory
+1302.0324 Neural and Evolutionary Computing
+1302.0326 Analysis of PDEs
+1302.0329 Astrophysics of Galaxies
+1302.0334 Artificial Intelligence
+1302.0340 Superconductivity
+1302.0341
+1302.0345 Mesoscale and Nanoscale Physics
+1302.0348 Number Theory
+1302.0352 Number Theory
+1302.0355 Methodology
+1302.0356 Methodology
+1302.0359 Group Theory
+1302.0360 Applications
+1302.0361 Pricing of Securities
+1302.0363 Exactly Solvable and Integrable Systems
+1302.0366
+1302.0368 Commutative Algebra
+1302.0370 Materials Science
+1302.0371 Materials Science
+1302.0373 Statistical Mechanics
+1302.0379 Rings and Algebras
+1302.0383 Rings and Algebras
+1302.0385 Differential Geometry
+1302.0389 Experiment
+1302.0390 Rings and Algebras
+1302.0394 Information Theory
+1302.0400
+1302.0406 Learning
+1302.0407 Analysis of PDEs
+1302.0409 Number Theory
+1302.0411 Cosmology and Nongalactic Astrophysics
+1302.0413 Information Retrieval
+1302.0414 Solar and Stellar Astrophysics
+1302.0415 Phenomenology
+1302.0418 Computational Complexity
+1302.0422 Information Theory
+1302.0424
+1302.0426 Operator Algebras
+1302.0431 Atomic Physics
+1302.0443 Rings and Algebras
+1302.0446 Computer Vision and Pattern Recognition
+1302.0451 Theory
+1302.0453 Superconductivity
+1302.0454 Logic
+1302.0459 Information Theory
+1302.0461 Statistical Mechanics
+1302.0464
+1302.0465 Pricing of Securities
+1302.0469 Statistical Mechanics
+1302.0470 Quantum Gases
+1302.0472 Differential Geometry
+1302.0473 Analysis of PDEs
+1302.0474 Optics
+1302.0475 Operator Algebras
+1302.0476 Neurons and Cognition
+1302.0483 Disordered Systems and Neural Networks
+1302.0486 Geophysics
+1302.0487 Computational Complexity
+1302.0488 Multiagent Systems
+1302.0495 High Energy Astrophysical Phenomena
+1302.0503 Quantitative Methods
+1302.0504 Representation Theory
+1302.0505 Dynamical Systems
+1302.0512 Theory
+1302.0513 Number Theory
+1302.0515 Statistical Mechanics
+1302.0517 Functional Analysis
+1302.0519 Statistical Mechanics
+1302.0523
+1302.0524 Differential Geometry
+1302.0526 Exactly Solvable and Integrable Systems
+1302.0533 Information Theory
+1302.0535 Theory
+1302.0538 General Finance
+1302.0540 Learning
+1302.0542 Analysis of PDEs
+1302.0543 Dynamical Systems
+1302.0545
+1302.0546 Functional Analysis
+1302.0547
+1302.0552 Probability
+1302.0560 High Energy Astrophysical Phenomena
+1302.0564 Quantum Algebra
+1302.0567 Space Physics
+1302.0569 Information Theory
+1302.0574 Pricing of Securities
+1302.0587 Geometric Topology
+1302.0589 Rings and Algebras
+1302.0591 Analysis of PDEs
+1302.0595
+1302.0597 Functional Analysis
+1302.0602 Rings and Algebras
+1302.0604
+1302.0605 Soft Condensed Matter
+1302.0606 Popular Physics
+1302.0608 Digital Libraries
+1302.0616 Classical Analysis and ODEs
+1302.0618 Analysis of PDEs
+1302.0622 Phenomenology
+1302.0628 Combinatorics
+1302.0629 Cryptography and Security
+1302.0630
+1302.0631 Phenomenology
+1302.0639 Commutative Algebra
+1302.0641 History and Philosophy of Physics
+1302.0647 Differential Geometry
+1302.0652 Functional Analysis
+1302.0656 Phenomenology
+1302.0657 Analysis of PDEs
+1302.0658 Group Theory
+1302.0661 Phenomenology
+1302.0667
+1302.0668 Number Theory
+1302.0675 Lattice
+1302.0679 Probability
+1302.0681 Methodology
+1302.0685 Complex Variables
+1302.0689 Computer Vision and Pattern Recognition
+1302.0696 Cosmology and Nongalactic Astrophysics
+1302.0698 Numerical Analysis
+1302.0707 Networking and Internet Architecture
+1302.0710 Computational Engineering, Finance, and Science
+1302.0714 High Energy Astrophysical Phenomena
+1302.0717 Astrophysics of Galaxies
+1302.0718 Plasma Physics
+1302.0720 Statistical Mechanics
+1302.0721 Combinatorics
+1302.0725 Solar and Stellar Astrophysics
+1302.0731
+1302.0732 Analysis of PDEs
+1302.0736 Other Condensed Matter
+1302.0739 Social and Information Networks
+1302.0741 Optimization and Control
+1302.0742 Number Theory
+1302.0745 Logic in Computer Science
+1302.0748 Differential Geometry
+1302.0749 Information Theory
+1302.0750 Formal Languages and Automata Theory
+1302.0753 Information Theory
+1302.0758 Phenomenology
+1302.0759 Dynamical Systems
+1302.0762 Differential Geometry
+1302.0763 Experiment
+1302.0764 Other Condensed Matter
+1302.0765 Popular Physics
+1302.0769 Combinatorics
+1302.0777 Differential Geometry
+1302.0778 Geometric Topology
+1302.0779 Phenomenology
+1302.0780 Systems and Control
+1302.0783 Phenomenology
+1302.0785 Emerging Technologies
+1302.0786 Optics
+1302.0787 Geometric Topology
+1302.0789 Complex Variables
+1302.0791 Complex Variables
+1302.0797 Neural and Evolutionary Computing
+1302.0803 Algebraic Geometry
+1302.0805 Classical Physics
+1302.0806 Information Theory
+1302.0807 Complex Variables
+1302.0809 Probability
+1302.0810 Dynamical Systems
+1302.0811
+1302.0812 Combinatorics
+1302.0815 Optimization and Control
+1302.0817 Methodology
+1302.0818 Probability
+1302.0819 Probability
+1302.0820 Computers and Society
+1302.0823 Functional Analysis
+1302.0825 Rings and Algebras
+1302.0826 Quantitative Methods
+1302.0828 Logic
+1302.0833 Strongly Correlated Electrons
+cs/0609038 Networking and Internet Architecture
+hep-th/0407078 Theory
+math/0510266 Rings and Algebras
+math/0602449 Rings and Algebras
+0707.0606 Probability
+0804.0444 Differential Geometry
+0804.4362 Probability
+0806.1837 Probability
+0807.3533
+0902.0513
+0904.2043 Data Analysis, Statistics and Probability
+0905.3628 Probability
+0907.1536 Complex Variables
+0911.3494 Other Condensed Matter
+0911.5493 Phenomenology
+1002.4740 Cosmology and Nongalactic Astrophysics
+1003.4014 Differential Geometry
+1005.1743 Analysis of PDEs
+1005.1795
+1005.5284
+1006.4272
+1007.1378 Discrete Mathematics
+1007.1882 Probability
+1008.4186 Geometric Topology
+1008.4541 High Energy Astrophysical Phenomena
+1009.3137 Geometric Topology
+1009.5180
+1009.5218
+1101.3464 Materials Science
+1101.3957 Strongly Correlated Electrons
+1103.0082
+1103.3027 Classical Analysis and ODEs
+1103.5852 Differential Geometry
+1106.1506 Statistical Mechanics
+1108.2278 Theory
+1108.6076 Differential Geometry
+1109.2431 Computational Physics
+1109.3250 Statistics Theory
+1109.4782 Quantum Gases
+1110.0610 Logic
+1110.5659 Classical Analysis and ODEs
+1111.1781
+1111.2942 Computational Geometry
+1111.5506 Number Theory
+1111.6939 Phenomenology
+1201.0491 Logic
+1201.5792 Commutative Algebra
+1201.6148 Differential Geometry
+1202.0804 Cosmology and Nongalactic Astrophysics
+1202.1175 Operator Algebras
+1202.4601 Optics
+1202.6285 Group Theory
+1203.6584
+1204.3635 Cosmology and Nongalactic Astrophysics
+1204.3985 Analysis of PDEs
+1204.4494 Methodology
+1204.4802
+1204.6014 Classical Analysis and ODEs
+1205.1775 Logic
+1205.5825 Mesoscale and Nanoscale Physics
+1205.6252 Computational Geometry
+1206.2462 Strongly Correlated Electrons
+1206.6125 Materials Science
+1206.7053 Cell Behavior
+1207.0366 Analysis of PDEs
+1207.1550 Robotics
+1207.1553 Robotics
+1207.2601
+1207.3408 Superconductivity
+1207.6196 Superconductivity
+1207.6929 Theory
+1208.0461 Mesoscale and Nanoscale Physics
+1208.0697 Strongly Correlated Electrons
+1208.0719 Theory
+1208.0897
+1208.1053 Geometric Topology
+1208.1132 Dynamical Systems
+1208.1337 Number Theory
+1208.3201 Solar and Stellar Astrophysics
+1208.3302 Algebraic Geometry
+1208.4007 Analysis of PDEs
+1208.4413 Theory
+1208.4720
+1208.5356 Instrumentation and Methods for Astrophysics
+1208.6049
+1208.6279 Information Theory
+1208.6442 Superconductivity
+1208.6551 Probability
+1209.0510
+1209.1090 Cosmology and Nongalactic Astrophysics
+1209.1411 Physics and Society
+1209.2706 Cosmology and Nongalactic Astrophysics
+1209.2897 Quantum Gases
+1209.4828 Optics
+1209.5223 Numerical Analysis
+1209.5997 Algebraic Geometry
+1210.0013 Quantum Gases
+1210.0591 Probability
+1210.0912 Phenomenology
+1210.1122
+1210.1380 Operator Algebras
+1210.1716 Phenomenology
+1210.2351 Superconductivity
+1210.3388
+1210.3487 Mesoscale and Nanoscale Physics
+1210.5382
+1210.6318 Theory
+1210.6818 Mesoscale and Nanoscale Physics
+1210.7590 Strongly Correlated Electrons
+1210.8361 Statistical Mechanics
+1211.1662 Theory
+1211.2140 Phenomenology
+1211.2506
+1211.3186
+1211.3778 Differential Geometry
+1211.4025 Phenomenology
+1211.4631
+1211.4693 Algebraic Geometry
+1211.5330 Differential Geometry
+1211.5653 Materials Science
+1211.5969 Numerical Analysis
+1211.6130 Strongly Correlated Electrons
+1211.7156
+1211.7295 Theory
+1212.0593 Strongly Correlated Electrons
+1212.1285
+1212.1288 Phenomenology
+1212.1404 Representation Theory
+1212.1827 Strongly Correlated Electrons
+1212.1959 Theory
+1212.2117 Chaotic Dynamics
+1212.2698 Strongly Correlated Electrons
+1212.3124 Populations and Evolution
+1212.3272 Phenomenology
+1212.3344 Theory
+1212.4067 Instrumentation and Detectors
+1212.5224 Theory
+1301.0518 Theory
+1301.0527 Fluid Dynamics
+1301.0708 Phenomenology
+1301.1419 Astrophysics of Galaxies
+1301.1651 Phenomenology
+1301.3224 Learning
+1301.3624 Cosmology and Nongalactic Astrophysics
+1301.4132 Theory
+1301.4391 Numerical Analysis
+1301.4892 Phenomenology
+1301.4894 Analysis of PDEs
+1301.5283 Phenomenology
+1301.5631 Phenomenology
+1301.5719 Strongly Correlated Electrons
+1301.5822 Mesoscale and Nanoscale Physics
+1301.6234 Analysis of PDEs
+1301.6608 Phenomenology
+1301.7036 History and Philosophy of Physics
+1302.0308 Superconductivity
+1302.0550 Strongly Correlated Electrons
+1302.1069 Phenomenology
+1302.1226
+1302.1509
+1302.1915 High Energy Astrophysical Phenomena
+1302.2159 Phenomenology
+1302.4854 Computational Finance
+1302.5278 Strongly Correlated Electrons
+1302.5799 Cosmology and Nongalactic Astrophysics
+1302.6515 Hardware Architecture
+1302.6635 Materials Science
+1303.0178 Theory
+1303.2853 Differential Geometry
+1303.3151
+1303.3676 Phenomenology
+1303.4411 Physics and Society
+1303.4540 Combinatorics
+1303.4760 Analysis of PDEs
+1303.4928 Mathematical Software
+1303.5861 Materials Science
+1303.6457 Differential Geometry
+1303.7063
+1303.7396 Superconductivity
+1304.0827 Number Theory
+1304.1027 History and Overview
+1304.1245 Computational Complexity
+1304.1612 Differential Geometry
+1304.1670 Materials Science
+1304.1709 Materials Science
+1304.1796 Computational Complexity
+1304.1874
+1304.1985 Populations and Evolution
+1304.1995 Computer Vision and Pattern Recognition
+1304.2111 Theory
+1304.2339 Artificial Intelligence
+1304.2340 Artificial Intelligence
+1304.2341 Artificial Intelligence
+1304.2342 Artificial Intelligence
+1304.2343 Artificial Intelligence
+1304.2344 Artificial Intelligence
+1304.2345 Artificial Intelligence
+1304.2346 Artificial Intelligence
+1304.2347 Artificial Intelligence
+1304.2348 Artificial Intelligence
+1304.2349 Artificial Intelligence
+1304.2350 Artificial Intelligence
+1304.2351 Artificial Intelligence
+1304.2352 Artificial Intelligence
+1304.2353 Artificial Intelligence
+1304.2354 Artificial Intelligence
+1304.2355 Artificial Intelligence
+1304.2356 Artificial Intelligence
+1304.2358 Artificial Intelligence
+1304.2359 Artificial Intelligence
+1304.2360 Artificial Intelligence
+1304.2361 Artificial Intelligence
+1304.2362 Artificial Intelligence
+1304.2363 Learning
+1304.2364 Artificial Intelligence
+1304.2366 Artificial Intelligence
+1304.2367 Computer Vision and Pattern Recognition
+1304.2368 Artificial Intelligence
+1304.2369 Artificial Intelligence
+1304.2370 Artificial Intelligence
+1304.2371 Artificial Intelligence
+1304.2372 Artificial Intelligence
+1304.2373 Artificial Intelligence
+1304.2374 Artificial Intelligence
+1304.2375 Artificial Intelligence
+1304.2376 Artificial Intelligence
+1304.2377 Artificial Intelligence
+1304.2378 Artificial Intelligence
+1304.2379 Artificial Intelligence
+1304.2380 Artificial Intelligence
+1304.2381 Artificial Intelligence
+1304.2382 Systems and Control
+1304.2383 Artificial Intelligence
+1304.2384 Artificial Intelligence
+1304.2387 Information Theory
+1304.2388 Information Theory
+1304.2390 Theory
+1304.2401 Information Retrieval
+1304.2408 Cosmology and Nongalactic Astrophysics
+1304.2409
+1304.2410 Earth and Planetary Astrophysics
+1304.2412 Logic in Computer Science
+1304.2413 Atomic Physics
+1304.2415 Analysis of PDEs
+1304.2422 Analysis of PDEs
+1304.2426 Soft Condensed Matter
+1304.2427 High Energy Astrophysical Phenomena
+1304.2430 Phenomenology
+1304.2431 Experiment
+1304.2441 Complex Variables
+1304.2442
+1304.2448 Combinatorics
+1304.2449 Analysis of PDEs
+1304.2450 Functional Analysis
+1304.2451 Rings and Algebras
+1304.2452 Functional Analysis
+1304.2456 Probability
+1304.2458 Combinatorics
+1304.2460 Statistics Theory
+1304.2465 Materials Science
+1304.2467 Neural and Evolutionary Computing
+1304.2468 Tissues and Organs
+1304.2472 Number Theory
+1304.2473 Analysis of PDEs
+1304.2474 Instrumentation and Methods for Astrophysics
+1304.2479 Statistics Theory
+1304.2481 Biological Physics
+1304.2483 Combinatorics
+1304.2484 Combinatorics
+1304.2485 Combinatorics
+1304.2486 Combinatorics
+1304.2487 Solar and Stellar Astrophysics
+1304.2488 Probability
+1304.2489 High Energy Astrophysical Phenomena
+1304.2490 Computer Vision and Pattern Recognition
+1304.2495 Optimization and Control
+1304.2497
+1304.2498 Metric Geometry
+1304.2512 Functional Analysis
+1304.2514 Information Retrieval
+1304.2515 Commutative Algebra
+1304.2517 Commutative Algebra
+1304.2522 Statistical Mechanics
+1304.2524 Physics and Society
+1304.2525 Statistical Mechanics
+1304.2534
+1304.2536
+1304.2537 General Topology
+1304.2538 Artificial Intelligence
+1304.2539 Functional Analysis
+1304.2540 Classical Analysis and ODEs
+1304.2544 Group Theory
+1304.2545 Neural and Evolutionary Computing
+1304.2546 Phenomenology
+1304.2547 High Energy Astrophysical Phenomena
+1304.2548 Other Condensed Matter
+1304.2551 Algebraic Geometry
+1304.2559
+1304.2560 Cosmology and Nongalactic Astrophysics
+1304.2563 Group Theory
+1304.2565 Algebraic Geometry
+1304.2566 Phenomenology
+1304.2567 Instrumentation and Methods for Astrophysics
+1304.2570 Solar and Stellar Astrophysics
+1304.2574 Networking and Internet Architecture
+1304.2579 Exactly Solvable and Integrable Systems
+1304.2580 Networking and Internet Architecture
+1304.2585 Classical Analysis and ODEs
+1304.2586 Accelerator Physics
+1304.2588
+1304.2596 Strongly Correlated Electrons
+1304.2599 Mesoscale and Nanoscale Physics
+1304.2602 Materials Science
+1304.2603 Strongly Correlated Electrons
+1304.2604 Computational Geometry
+1304.2606 Geometric Topology
+1304.2607 Differential Geometry
+1304.2609
+1304.2614 Phenomenology
+1304.2616 Populations and Evolution
+1304.2617 Distributed, Parallel, and Cluster Computing
+1304.2618 Combinatorics
+1304.2619 Analysis of PDEs
+1304.2620 Rings and Algebras
+1304.2621 Functional Analysis
+1304.2622 Differential Geometry
+1304.2623 Disordered Systems and Neural Networks
+1304.2625 History and Philosophy of Physics
+1304.2631 Numerical Analysis
+1304.2632 Phenomenology
+1304.2636 Representation Theory
+1304.2639 Formal Languages and Automata Theory
+1304.2646 Soft Condensed Matter
+1304.2648
+1304.2650 Operator Algebras
+1304.2651 Differential Geometry
+1304.2652 Dynamical Systems
+1304.2664 Functional Analysis
+1304.2665 Algebraic Geometry
+1304.2671 Multimedia
+1304.2676 Computational Geometry
+1304.2677 Functional Analysis
+1304.2678 Number Theory
+1304.2681 Information Retrieval
+1304.2683 Computer Vision and Pattern Recognition
+1304.2688 Networking and Internet Architecture
+1304.2691 Group Theory
+1304.2692 Representation Theory
+1304.2694 Artificial Intelligence
+1304.2696 Statistics Theory
+1304.2697 Differential Geometry
+1304.2698 Physics and Society
+1304.2700 Solar and Stellar Astrophysics
+1304.2702
+1304.2704 Theory
+1304.2705 Geometric Topology
+1304.2707 Information Theory
+math-ph/0401043
+math/0510492 Analysis of PDEs
+1004.2582 Group Theory
+1011.5333 Group Theory
+1011.5412 Soft Condensed Matter
+1101.4443
+1103.0700 Chaotic Dynamics
+1103.4483 Computational Finance
+1104.2420 Probability
+1106.2199 Symplectic Geometry
+1106.4773 Group Theory
+1106.5799 Probability
+1108.2056 Combinatorics
+1108.4814 Representation Theory
+1109.3894
+1110.2474 Geometric Topology
+1111.0029 Group Theory
+1111.6013 Metric Geometry
+1112.1548 Combinatorics
+1201.2332 Superconductivity
+1201.3952 Soft Condensed Matter
+1201.5289
+1202.3119 Digital Libraries
+1202.4069 Algebraic Topology
+1202.5750
+1203.1428 Number Theory
+1204.5577 Mathematical Software
+1205.1176 Differential Geometry
+1205.1966 Pricing of Securities
+1205.3614 Optimization and Control
+1206.0449 Group Theory
+1206.1488 Operator Algebras
+1206.1548 Number Theory
+1206.2643 High Energy Astrophysical Phenomena
+1207.4316 Theory
+1208.0026 Phenomenology
+1209.2251 Cosmology and Nongalactic Astrophysics
+1209.2729
+1209.4530
+1210.5520 Cosmology and Nongalactic Astrophysics
+1210.7428 Theory
+1210.7919 Data Structures and Algorithms
+1211.2359 Statistics Theory
+1212.1139 Information Theory
+1212.2323 Classical Physics
+1212.3548 Probability
+1212.4026 Numerical Analysis
+1301.0149 Theory
+1301.2106 Strongly Correlated Electrons
+1301.3063 Functional Analysis
+1301.3629 Earth and Planetary Astrophysics
+1301.6102 Phenomenology
+1302.0420 Digital Libraries
+1302.1278 High Energy Astrophysical Phenomena
+1302.1936 Representation Theory
+1302.4698 Mesoscale and Nanoscale Physics
+1303.1738 Social and Information Networks
+1303.1818 Cosmology and Nongalactic Astrophysics
+1303.1925
+1303.2528 Materials Science
+1304.0129 Theory
+1304.1385 Biomolecules
+1304.1702
+1304.2129 Applications
+1304.3578 Probability
+1304.4470 Materials Science
+1304.5583 Computer Vision and Pattern Recognition
+1304.5936 Phenomenology
+1304.6752 Strongly Correlated Electrons
+1304.7284 Learning
+1305.1315 Soft Condensed Matter
+1305.2476 Statistics Theory
+1305.2525 Chemical Physics
+1305.4116 Differential Geometry
+1305.4146
+1305.4850 Spectral Theory
+1305.5434 Biological Physics
+1306.2681 High Energy Astrophysical Phenomena
+1306.4391 Information Theory
+1307.1096 Phenomenology
+1307.4907 Algebraic Geometry
+1307.6801 Biomolecules
+1308.0617
+1308.0876 Solar and Stellar Astrophysics
+1308.1548 High Energy Astrophysical Phenomena
+1308.2225 Phenomenology
+1308.2733 Materials Science
+1308.3515 High Energy Astrophysical Phenomena
+1308.3969 Mesoscale and Nanoscale Physics
+1308.4799
+1309.0168
+1309.1042 Mesoscale and Nanoscale Physics
+1309.1862 Physics and Society
+1309.3166 Materials Science
+1309.3467 Information Theory
+1309.4248 Materials Science
+1309.5860 Phenomenology
+1309.7160 Number Theory
+1310.0386 Logic
+1310.0395 Data Structures and Algorithms
+1310.1056 Dynamical Systems
+1310.1599
+1310.2220 General Finance
+1310.2298 Artificial Intelligence
+1310.2913 Numerical Analysis
+1310.2971 Fluid Dynamics
+1310.3243 General Physics
+1310.3314 Databases
+1310.3460 Differential Geometry
+1310.3916 Mesoscale and Nanoscale Physics
+1310.4181 Theory
+1310.4186 Fluid Dynamics
+1310.4190 Solar and Stellar Astrophysics
+1310.4192 Disordered Systems and Neural Networks
+1310.4195 Methodology
+1310.4196 Theory
+1310.4199 Complex Variables
+1310.4200 Solar and Stellar Astrophysics
+1310.4203 Solar and Stellar Astrophysics
+1310.4205 Complex Variables
+1310.4207 Cosmology and Nongalactic Astrophysics
+1310.4211 Complex Variables
+1310.4212 Algebraic Geometry
+1310.4213 Experiment
+1310.4217 Computer Vision and Pattern Recognition
+1310.4218 Distributed, Parallel, and Cluster Computing
+1310.4219 Neurons and Cognition
+1310.4223 Biomolecules
+1310.4226 Metric Geometry
+1310.4227 Learning
+1310.4230 Solar and Stellar Astrophysics
+1310.4231 Hardware Architecture
+1310.4237 Number Theory
+1310.4238 Mesoscale and Nanoscale Physics
+1310.4245 Algebraic Geometry
+1310.4251 Numerical Analysis
+1310.4252 Machine Learning
+1310.4254 Probability
+1310.4259 Probability
+1310.4260 Instrumentation and Methods for Astrophysics
+1310.4268 Functional Analysis
+1310.4269 Lattice
+1310.4270 Other Computer Science
+1310.4273 Superconductivity
+1310.4276 Plasma Physics
+1310.4279 Mesoscale and Nanoscale Physics
+1310.4280 Solar and Stellar Astrophysics
+1310.4282 Computer Science and Game Theory
+1310.4286 Earth and Planetary Astrophysics
+1310.4288 Numerical Analysis
+1310.4290 Data Structures and Algorithms
+1310.4295 Mesoscale and Nanoscale Physics
+1310.4297
+1310.4299 Probability
+1310.4301 Information Theory
+1310.4303 Discrete Mathematics
+1310.4305 Experiment
+1310.4306 Logic in Computer Science
+1310.4309 Soft Condensed Matter
+1310.4310 Logic in Computer Science
+1310.4315 Phenomenology
+1310.4321 Atmospheric and Oceanic Physics
+1310.4323 Differential Geometry
+1310.4326 Analysis of PDEs
+1310.4327 Soft Condensed Matter
+1310.4336 Number Theory
+1310.4339 Analysis of PDEs
+1310.4340 Experiment
+1310.4343 Dynamical Systems
+1310.4347 Information Theory
+1310.4350 Astrophysics of Galaxies
+1310.4355 Optimization and Control
+1310.4356 Complex Variables
+1310.4360 Spectral Theory
+1310.4362 Machine Learning
+1310.4369 Phenomenology
+1310.4370 Optics
+1310.4371 Methodology
+1310.4381 Combinatorics
+1310.4386 Algebraic Geometry
+1310.4388
+1310.4392 Human-Computer Interaction
+1310.4409 Experiment
+1310.4411 Computation
+1310.4418 Combinatorics
+1310.4421 Number Theory
+1310.4426 Lattice
+1310.4428 Phenomenology
+1310.4429 Networking and Internet Architecture
+1310.4433 Strongly Correlated Electrons
+1310.4436 Rings and Algebras
+1310.4438 Functional Analysis
+1310.4440 Group Theory
+1310.4442 Materials Science
+1310.4444 Applications
+1310.4450
+1310.4453 Functional Analysis
+1310.4454 Representation Theory
+1310.4456 Machine Learning
+1310.4458 Number Theory
+1310.4459 Graphics
+1310.4465
+1310.4466 Instrumentation and Detectors
+1310.4467 Representation Theory
+1310.4470 General Physics
+1310.4473
+1310.4474 Probability
+1310.4479 Accelerator Physics
+1310.4480 Medical Physics
+1310.4483 Differential Geometry
+1310.4485 Cryptography and Security
+1310.4487 Instrumentation and Detectors
+1310.4488 Solar and Stellar Astrophysics
+1310.4492
+math/0311061 Metric Geometry
+physics/0005017 General Physics
+physics/0006006 General Physics
+0707.0805 Statistics Theory
+0707.0878 Optimization and Control
+0711.2801 Statistics Theory
+0712.1638 Mesoscale and Nanoscale Physics
+0801.4099 Symplectic Geometry
+0807.3154 Differential Geometry
+0809.1241 Statistics Theory
+0809.3170 Statistics Theory
+0810.4727 Statistics Theory
+0810.5551 Statistics Theory
+0811.4634 Materials Science
+0904.1910 Information Theory
+0907.1320 Materials Science
+0907.1707 Classical Physics
+0908.1454
+0908.3041
+0910.2510
+0910.5801 Phenomenology
+0912.0415
+0912.2500 Symplectic Geometry
+1001.1945 Commutative Algebra
+1002.2267 General Mathematics
+1002.4119
+1003.0625 Analysis of PDEs
+1004.0305 Group Theory
+1006.4590 Phenomenology
+1010.0260 Differential Geometry
+1010.2143 Commutative Algebra
+1011.0088 Probability
+1012.0065 Information Theory
+1012.0999 Chaotic Dynamics
+1102.2918 Soft Condensed Matter
+1102.4328 General Topology
+1103.5364 Combinatorics
+1104.3830 Numerical Analysis
+1105.1566 Classical Analysis and ODEs
+1107.0118 Discrete Mathematics
+1108.1483 Machine Learning
+1108.3969 Phenomenology
+1108.5935 Number Theory
+1109.0422 Probability
+1109.4363 Probability
+1110.4531 Machine Learning
+1111.1169 Experiment
+1111.6736 Algebraic Topology
+1112.5209 Theory
+1201.3298 Computational Physics
+1201.4765 Probability
+1202.5672
+1203.0862 Probability
+1203.1146 Differential Geometry
+1203.4431 Superconductivity
+1203.4510 Data Analysis, Statistics and Probability
+1204.0383 Number Theory
+1204.0432 Dynamical Systems
+1204.2729
+1204.2966 Mesoscale and Nanoscale Physics
+1204.3212 Statistics Theory
+1204.4688 Data Structures and Algorithms
+1205.0462
+1205.2081 Optimization and Control
+1205.2210 Superconductivity
+1205.3315
+1205.4140 Fluid Dynamics
+1205.4542 Fluid Dynamics
+1205.6406 Information Theory
+1205.6550 Algebraic Geometry
+1206.0892 Metric Geometry
+1206.3131 Algebraic Geometry
+1206.4218 Algebraic Topology
+1206.5174 Logic in Computer Science
+1206.6133 Statistical Mechanics
+1207.0511
+1207.4707 Information Theory
+1207.5222 Classical Analysis and ODEs
+1208.1056 Statistics Theory
+1208.1093 Number Theory
+1208.2031 Differential Geometry
+1209.3947 Strongly Correlated Electrons
+1209.4396 Number Theory
+1209.5609 Phenomenology
+1209.6366
+1210.2134
+1210.3056 Differential Geometry
+1210.3384 Learning
+1210.6817 Optimization and Control
+1211.0820 Lattice
+1211.2176
+1211.2473 Combinatorics
+1211.4468 Number Theory
+1211.5203 General Physics
+1211.5540 Materials Science
+1211.7358 Statistical Mechanics
+1212.0616 Networking and Internet Architecture
+1212.2436 Theory
+1212.2901
+1212.3245
+1301.1399 Phenomenology
+1301.3115 Group Theory
+1301.3642 Quantum Gases
+1301.5666 Differential Geometry
+1301.6492 Metric Geometry
+1301.6652 Operator Algebras
+1301.7223 Operator Algebras
+1302.0735 Fluid Dynamics
+1302.1198 Theory
+1302.1577 Theory
+1302.1811 Quantum Gases
+1302.1963 Optics
+1302.2767 Learning
+1302.2873
+1302.3162 Symplectic Geometry
+1302.3225 Theory
+1302.3447 Statistics Theory
+1302.4788 Information Theory
+1302.7031 Phenomenology
+1303.0231 Disordered Systems and Neural Networks
+1303.0451 Algebraic Geometry
+1303.0603 Mesoscale and Nanoscale Physics
+1303.0663 Learning
+1303.2842 Phenomenology
+1303.3610 Superconductivity
+1303.4015 Learning
+1303.4867
+1303.5290 General Finance
+1303.5308 Algebraic Geometry
+1303.6153 Functional Analysis
+1303.6792 Probability
+1303.6930 Complex Variables
+1304.0149 Biological Physics
+1304.1206 Discrete Mathematics
+1304.1567 Social and Information Networks
+1304.3142 Instrumentation and Methods for Astrophysics
+1304.3286 Quantum Gases
+1304.3391 Instrumentation and Methods for Astrophysics
+1304.3656 Statistics Theory
+1304.4574
+1304.4936 Phenomenology
+1304.5002 Mesoscale and Nanoscale Physics
+1304.5866 Classical Analysis and ODEs
+1304.7041
+1304.7469
+1304.7731 Quantum Gases
+1305.0112 Number Theory
+1305.0866 Networking and Internet Architecture
+1305.0894 Quantum Gases
+1305.1438 Functional Analysis
+1305.1743 Materials Science
+1305.2117 Cosmology and Nongalactic Astrophysics
+1305.2372 Chaotic Dynamics
+1305.2541 Algebraic Geometry
+1305.2845 Materials Science
+1305.4394 Analysis of PDEs
+1305.4499
+1305.4583 Graphics
+1305.4717 Dynamical Systems
+1305.5727 Optics
+1305.6010 Other Computer Science
+1305.6011 Other Computer Science
+1305.6143 Computation and Language
+1305.6482 Combinatorics
+1305.6874 General Physics
+1305.6879
+1305.7395 Chaotic Dynamics
+1306.0072 Populations and Evolution
+1306.0272 Analysis of PDEs
+1306.0811 Learning
+1306.0864 Combinatorics
+1306.1422
+1306.1691 Operator Algebras
+1306.1959 Graphics
+1306.2834 Methodology
+1306.2956 Phenomenology
+1306.3308 Quantum Gases
+1306.3578 Cosmology and Nongalactic Astrophysics
+1306.3654
+1306.4511 Phenomenology
+1306.4949 Systems and Control
+1306.5850 Information Theory
+1306.6893 Plasma Physics
+1307.0147 Graphics
+1307.0266 Theory
+1307.0283 Phenomenology
+1307.0500 Materials Science
+1307.0775 Optimization and Control
+1307.1700 Statistical Mechanics
+1307.1739 Computer Vision and Pattern Recognition
+1307.2529
+1307.2532 Probability
+1307.2754 Algebraic Geometry
+1307.3106 Theory
+1307.3561 Phenomenology
+1307.3889 Instrumentation and Methods for Astrophysics
+1307.4361 Mesoscale and Nanoscale Physics
+1307.4448
+1307.5227 Statistical Mechanics
+1307.5948
+1307.6754 Functional Analysis
+1307.6983 Optics
+1307.7725
+1307.8134 Phenomenology
+1308.0424
+1308.0598 Phenomenology
+1308.1034 Logic in Computer Science
+1308.1583 Disordered Systems and Neural Networks
+1308.1848 High Energy Astrophysical Phenomena
+1308.2806 Data Analysis, Statistics and Probability
+1308.4074 Chaotic Dynamics
+1308.4876 Quantum Gases
+1308.5930 Superconductivity
+1309.0003 Probability
+1309.0679 Cosmology and Nongalactic Astrophysics
+1309.1531 Strongly Correlated Electrons
+1309.1687 Theory
+1309.2553 Astrophysics of Galaxies
+1309.2710 Computational Physics
+1309.2994 Statistical Mechanics
+1309.4106 Strongly Correlated Electrons
+1309.4820 Numerical Analysis
+1309.5081 Analysis of PDEs
+1309.5678 Data Analysis, Statistics and Probability
+1309.6057
+1309.7352 Cosmology and Nongalactic Astrophysics
+1309.7572 Information Theory
+1309.7767 Strongly Correlated Electrons
+1310.0319 Computer Vision and Pattern Recognition
+1310.0381 Category Theory
+1310.1373 Materials Science
+1310.1646 Combinatorics
+1310.1705 Algebraic Geometry
+1310.2479 Physics and Society
+1310.2573 Probability
+1310.3358 Systems and Control
+1310.3371 Strongly Correlated Electrons
+1310.3634 Phenomenology
+1310.3794
+1310.4159 Combinatorics
+1310.5259 Statistical Mechanics
+1310.5846 Experiment
+1310.5987
+1310.6324 Number Theory
+1310.6326 Differential Geometry
+1310.6526 Computational Finance
+1310.7222 Category Theory
+1310.7669
+1310.7682 Neurons and Cognition
+1310.7745 Lattice
+1310.7852 Information Theory
+1310.8268 Quantitative Methods
+1310.8327 Experiment
+1311.0072 Machine Learning
+1311.0080 Mesoscale and Nanoscale Physics
+1311.0114 Lattice
+1311.0124 Computer Vision and Pattern Recognition
+1311.0283 Phenomenology
+1311.0287 High Energy Astrophysical Phenomena
+1311.0289 Differential Geometry
+1311.0291 Methodology
+1311.0293 Computational Complexity
+1311.0299 Experiment
+1311.0303 Logic
+1311.0306
+1311.0315 Classical Physics
+1311.0317 Methodology
+1311.0319 Phenomenology
+1311.0322 Lattice
+1311.0324 Information Theory
+1311.0328 Optimization and Control
+1311.0332 Number Theory
+1311.0333 Number Theory
+1311.0335 Logic in Computer Science
+1311.0336 Soft Condensed Matter
+1311.0339 Information Retrieval
+1311.0342 Strongly Correlated Electrons
+1311.0343 Data Analysis, Statistics and Probability
+1311.0350 Databases
+1311.0352 Robotics
+1311.0353 Mesoscale and Nanoscale Physics
+1311.0354 Risk Management
+1311.0357
+1311.0359 Networking and Internet Architecture
+1311.0360 Machine Learning
+1311.0361 Theory
+1311.0365 Classical Analysis and ODEs
+1311.0366 Data Structures and Algorithms
+1311.0374 Strongly Correlated Electrons
+1311.0375 Functional Analysis
+1311.0377 Representation Theory
+1311.0378 Distributed, Parallel, and Cluster Computing
+1311.0382
+1311.0386 Optics
+1311.0388 Robotics
+1311.0390 Computers and Society
+1311.0391 Information Theory
+1311.0392 Optics
+1311.0394 Optics
+1311.0397 Phenomenology
+1311.0399 Populations and Evolution
+1311.0401 Dynamical Systems
+1311.0407 Applications
+1311.0408 High Energy Astrophysical Phenomena
+1311.0409 Solar and Stellar Astrophysics
+1311.0410 Symplectic Geometry
+1311.0411 Pattern Formation and Solitons
+1311.0412 Statistics Theory
+1311.0413 Artificial Intelligence
+1311.0414 General Finance
+1311.0416 Applications
+1311.0423 Numerical Analysis
+1311.0425 Superconductivity
+1311.0426
+1311.0428 Differential Geometry
+1311.0433 Information Theory
+1311.0434 Geometric Topology
+1311.0437
+1311.0441 Quantum Gases
+1311.0443
+1311.0444 Algebraic Topology
+1311.0447 Algebraic Topology
+1311.0452 Combinatorics
+1311.0453 Functional Analysis
+1311.0454 Differential Geometry
+1311.0455 Number Theory
+1311.0460 Neural and Evolutionary Computing
+1311.0461 Information Theory
+1311.0462 Computational Physics
+1311.0465 Computational Physics
+1311.0466 Machine Learning
+1311.0468 Machine Learning
+1311.0469 Lattice
+1311.0471 Lattice
+1311.0473 Lattice
+1311.0475 Combinatorics
+1311.0476 General Topology
+1311.0478 High Energy Astrophysical Phenomena
+1311.0479 Combinatorics
+1311.0480 Probability
+1311.0481 Quantum Algebra
+1311.0485 Materials Science
+1311.0486 Performance
+1311.0487 Theory
+1311.0488
+1311.0494 Combinatorics
+1311.0495 Exactly Solvable and Integrable Systems
+1311.0497 Functional Analysis
+1311.0499 Logic
+1311.0500 Algebraic Geometry
+1311.0501 Classical Analysis and ODEs
+1311.0503 Geometric Topology
+1311.0504 Representation Theory
+1311.0505 Databases
+1311.0506 Mesoscale and Nanoscale Physics
+1311.0510 Applications
+1311.0516 Optics
+1311.0518 Geometric Topology
+1311.0519 Materials Science
+1311.0521 Molecular Networks
+1311.0522 Combinatorics
+1311.0523 Biological Physics
+1311.0524 Methodology
+1311.0526 Geometric Topology
+1311.0527 Human-Computer Interaction
+1311.0528 Symplectic Geometry
+1311.0529 Human-Computer Interaction
+1311.0530 Computational Finance
+1311.0531 Number Theory
+1311.0534 Computational Engineering, Finance, and Science
+1311.0535 Dynamical Systems
+1311.0539 Combinatorics
+1311.0540 Probability
+1311.0541 Robotics
+1311.0543 Quantum Gases
+1311.0545 History and Overview
+1311.0546 Chaotic Dynamics
+1311.0547 Symplectic Geometry
+1311.0548 Optics
+1311.0550 Phenomenology
+1311.0551 Representation Theory
+1311.0554 Representation Theory
+1311.0558 Combinatorics
+1311.0564 Probability
+1311.0569
+1311.0572
+1311.0574 Discrete Mathematics
+1311.0578 Instrumentation and Methods for Astrophysics
+1311.0581 Combinatorics
+1311.0583 Numerical Analysis
+1311.0587 Statistics Theory
+1311.0590 Computational Physics
+1311.0591 Experiment
+1311.0593 Phenomenology
+1311.0594 Statistics Theory
+1311.0595
+1311.0596
+1311.0598 Neural and Evolutionary Computing
+1311.0599 Combinatorics
+1311.0606 Probability
+1311.0608 Quantum Algebra
+1311.0611 Superconductivity
+1311.0617 Geometric Topology
+1311.0621 Geometric Topology
+1311.0622 Machine Learning
+1311.0624 Functional Analysis
+1311.0627 Differential Geometry
+1311.0628 Earth and Planetary Astrophysics
+1311.0631 Superconductivity
+1311.0632 Formal Languages and Automata Theory
+1311.0634 Methodology
+1311.0636 Learning
+1311.0637 Group Theory
+1311.0640 Numerical Analysis
+1311.0643 Phenomenology
+1311.0645 Analysis of PDEs
+1311.0646 Computer Vision and Pattern Recognition
+1311.0651 Populations and Evolution
+1311.0652 Lattice
+1311.0653 Other Computer Science
+1311.0654 Statistical Mechanics
+1311.0660 Applications
+1311.0663 Human-Computer Interaction
+1311.0664 Materials Science
+1311.0666
+1311.0667 Information Retrieval
+1311.0671 Differential Geometry
+1311.0677 Complex Variables
+1311.0681 Mathematical Software
+1311.0682 Combinatorics
+1311.0685 Instrumentation and Methods for Astrophysics
+1311.0690 Optimization and Control
+1311.0692
+1311.0694 Analysis of PDEs
+1311.0695 Probability
+1311.0696 Fluid Dynamics
+1311.0697 Group Theory
+1311.0702 Lattice
+1311.0704 Instrumentation and Methods for Astrophysics
+1311.0713 Data Structures and Algorithms
+1311.0715 Phenomenology
+1311.0716 Artificial Intelligence
+1311.0717 Number Theory
+1311.0721 Probability
+1311.0722 Analysis of PDEs
+1311.0723 Analysis of PDEs
+1311.0724 Logic
+1311.0728 Programming Languages
+1311.0731 Programming Languages
+1311.0735
+1311.0741 Classical Physics
+1311.0742 Mesoscale and Nanoscale Physics
+1311.0749 Optics
+1311.0751 Optics
+1311.0753 Neurons and Cognition
+1311.0755 Theory
+1311.0756 Instrumentation and Detectors
+1311.0758 Multiagent Systems
+1311.0759 Popular Physics
+1311.0761 Optimization and Control
+1311.0762 Experiment
+1311.0770 Materials Science
+1311.0773 Group Theory
+1311.0777
+1311.0778 Neurons and Cognition
+1311.0787 Networking and Internet Architecture
+1311.0795 Analysis of PDEs
+1311.0796 Algebraic Topology
+1311.0798 Distributed, Parallel, and Cluster Computing
+1311.0799
+1311.0800 Learning
+1311.0802 Genomics
+1311.0804 Computers and Society
+1311.0806 Computers and Society
+1311.0819 Sound
+1311.0820 Representation Theory
+1311.0821 Soft Condensed Matter
+1311.0822 Chaotic Dynamics
+1311.0832 Differential Geometry
+1311.0833 Computation and Language
+1311.0835 Methodology
+1311.0838 Materials Science
+1311.0839 Instrumentation and Methods for Astrophysics
+1311.0842 Sound
+1311.0843 Networking and Internet Architecture
+1311.0854 Computational Physics
+1311.0855 Group Theory
+1311.0856 Cosmology and Nongalactic Astrophysics
+astro-ph/0509538
+math-ph/0102026
+0711.0790 Operator Algebras
+0711.1688 Superconductivity
+0804.0911 Superconductivity
+0807.3934 Analysis of PDEs
+0910.2656 Group Theory
+1002.2514
+1005.5687 Group Theory
+1009.0856 Algebraic Geometry
+1103.2452 Experiment
+1104.2953 Functional Analysis
+1105.3419
+1105.6115 Information Theory
+1106.0286 Physics and Society
+1106.1688 Probability
+1107.1572 Number Theory
+1107.4279 Superconductivity
+1107.4660 Networking and Internet Architecture
+1109.4154
+1110.1826 Combinatorics
+1110.6039 Representation Theory
+1111.4572 Optimization and Control
+1112.2541
+1112.3837 Category Theory
+1112.6141 Quantum Gases
+1112.6358 Quantum Gases
+1201.4930
+1202.5470 Information Theory
+1203.1453 Classical Analysis and ODEs
+1203.2220
+1203.3802 Cosmology and Nongalactic Astrophysics
+1204.1612
+1204.4724 Cosmology and Nongalactic Astrophysics
+1204.6656 Theory
+1205.0219 Fluid Dynamics
+1205.0444 Logic
+1205.1183 Computational Complexity
+1205.2589 Superconductivity
+1205.6218 Computational Complexity
+1206.1129 Superconductivity
+1206.5898 Adaptation and Self-Organizing Systems
+1207.1630 Computational Finance
+1208.1384 High Energy Astrophysical Phenomena
+1208.3777 Classical Analysis and ODEs
+1208.3881 Mesoscale and Nanoscale Physics
+1209.0957 Mesoscale and Nanoscale Physics
+1209.1138 Strongly Correlated Electrons
+1209.2413 Cosmology and Nongalactic Astrophysics
+1209.2921
+1209.3068
+1209.4108 Solar and Stellar Astrophysics
+1209.5447 Superconductivity
+1210.0236 High Energy Astrophysical Phenomena
+1210.2535 Mesoscale and Nanoscale Physics
+1210.4731 Disordered Systems and Neural Networks
+1210.7206
+1211.0996 Learning
+1211.2315 Machine Learning
+1211.2390 Algebraic Geometry
+1211.3517 Mesoscale and Nanoscale Physics
+1211.3721 Earth and Planetary Astrophysics
+1211.4791
+1211.6328
+1212.0562 Quantum Gases
+1212.2951
+1212.4548 Computational Complexity
+1212.4810
+1212.4830 Strongly Correlated Electrons
+1301.0233 Statistical Mechanics
+1301.1016
+1301.2065 Quantum Gases
+1301.3916 Probability
+1301.4025 Geometric Topology
+1301.5728 Information Theory
+1301.6088 Materials Science
+1301.6853
+1301.7048 Experiment
+1302.1197 Cosmology and Nongalactic Astrophysics
+1302.1633 K-Theory and Homology
+1302.1849 Analysis of PDEs
+1302.4265 Dynamical Systems
+1302.5693 Quantum Gases
+1302.6981 Astrophysics of Galaxies
+1302.7115
+1303.0272 Theory
+1303.0312 Algebraic Topology
+1303.1893 High Energy Astrophysical Phenomena
+1303.1898 High Energy Astrophysical Phenomena
+1303.2304 Combinatorics
+1303.3324 Superconductivity
+1303.3475 Information Theory
+1303.5020 Cosmology and Nongalactic Astrophysics
+1303.5091 Solar and Stellar Astrophysics
+1303.6050
+1303.6775 Data Structures and Algorithms
+1303.7407 Materials Science
+1304.0103 Metric Geometry
+1304.0970 Geometric Topology
+1304.1959 Mesoscale and Nanoscale Physics
+1304.2105
+1304.3024 High Energy Astrophysical Phenomena
+1304.3054
+1304.3312 Numerical Analysis
+1304.3750 Classical Physics
+1304.3993 Differential Geometry
+1304.4032 Superconductivity
+1304.4055 Neural and Evolutionary Computing
+1304.4093
+1304.4110 Theory
+1304.4114 Lattice
+1304.4203 High Energy Astrophysical Phenomena
+1304.4256 Cosmology and Nongalactic Astrophysics
+1304.4349 Statistical Mechanics
+1304.4654 Methodology
+1304.4680 Data Structures and Algorithms
+1304.4731 Systems and Control
+1304.4733
+1304.4780
+1304.4819 Combinatorics
+1304.4856 Populations and Evolution
+1304.4857
+1304.4858 Dynamical Systems
+1304.4948 Data Structures and Algorithms
+1304.4958 Algebraic Geometry
+1304.4960 Analysis of PDEs
+1304.4963 Physics and Society
+1304.4965 Artificial Intelligence
+1304.4971 Fluid Dynamics
+1304.4974 Graphics
+1304.4976 Numerical Analysis
+1304.4989 Optics
+1304.4994 Computer Vision and Pattern Recognition
+1304.5015 Networking and Internet Architecture
+1304.5019 Fluid Dynamics
+1304.5020 Number Theory
+1304.5022 Cryptography and Security
+1304.5023 Solar and Stellar Astrophysics
+1304.5024 Differential Geometry
+1304.5026 Symplectic Geometry
+1304.5027 Geometric Topology
+1304.5028 Differential Geometry
+1304.5031 Cell Behavior
+1304.5045 Distributed, Parallel, and Cluster Computing
+1304.5047 Phenomenology
+1304.5048 Complex Variables
+1304.5049 Combinatorics
+1304.5051 Artificial Intelligence
+1304.5052 Group Theory
+1304.5053 Group Theory
+1304.5055 Instrumentation and Detectors
+1304.5057 Materials Science
+1304.5059 Phenomenology
+1304.5062 Cosmology and Nongalactic Astrophysics
+1304.5068 Multimedia
+1304.5069 Information Theory
+1304.5072 Dynamical Systems
+1304.5073 Information Theory
+1304.5075 Information Theory
+1304.5078 Statistical Mechanics
+1304.5080 Phenomenology
+1304.5081 Hardware Architecture
+1304.5083 Number Theory
+1304.5084 Systems and Control
+1304.5085 Phenomenology
+1304.5089 Commutative Algebra
+1304.5093 Algebraic Geometry
+1304.5098 Instrumentation and Methods for Astrophysics
+1304.5099 Computational Engineering, Finance, and Science
+1304.5100 Networking and Internet Architecture
+1304.5101 Digital Libraries
+1304.5102
+1304.5105 Probability
+1304.5107 Digital Libraries
+1304.5108 Representation Theory
+1304.5109 Discrete Mathematics
+1304.5110 Digital Libraries
+1304.5113 Probability
+1304.5114 Statistical Mechanics
+1304.5118 Quantum Gases
+1304.5124 Functional Analysis
+1304.5132 Chaotic Dynamics
+1304.5134
+1304.5137 Geometric Topology
+1304.5139 Materials Science
+1304.5142 Probability
+1304.5145 Fluid Dynamics
+1304.5152 Logic
+1304.5155
+1304.5156 Pricing of Securities
+1304.5158 Quantum Algebra
+1304.5159 Artificial Intelligence
+1304.5162 Experiment
+1304.5163 Other Quantitative Biology
+1304.5166 Earth and Planetary Astrophysics
+1304.5168 Information Retrieval
+1304.5178 Cosmology and Nongalactic Astrophysics
+1304.5181 Networking and Internet Architecture
+1304.5189 Networking and Internet Architecture
+1304.5190 Networking and Internet Architecture
+1304.5194 Algebraic Topology
+1304.5199 Logic in Computer Science
+1304.5201 Analysis of PDEs
+1304.5205
+1304.5207
+1304.5209 Probability
+1304.5212 Computer Vision and Pattern Recognition
+1304.5213 Information Retrieval
+1304.5217 Statistics Theory
+1304.5222 Materials Science
+1304.5224 Differential Geometry
+1304.5225 Phenomenology
+1304.5228 Dynamical Systems
+1304.5236 Analysis of PDEs
+nucl-th/0007056
+nucl-th/0210066
+0711.2345 Methodology
+0803.0399 Quantum Algebra
+0804.1355 Geometric Topology
+0806.3068 Geometric Topology
+0903.4089 Other Condensed Matter
+0903.4563 Soft Condensed Matter
+0904.1301 Quantum Algebra
+0907.2429 Soft Condensed Matter
+0908.0005 Geometric Topology
+0911.3845 Algebraic Geometry
+1003.1853
+1004.1130
+1004.3501 Computational Physics
+1004.4420 Data Structures and Algorithms
+1006.2949 Earth and Planetary Astrophysics
+1009.3239 Strongly Correlated Electrons
+1009.4168 Spectral Theory
+1011.4735 Algebraic Topology
+1102.4534
+1102.5457 Trading and Market Microstructure
+1105.1546 Physics and Society
+1108.4378
+1109.5478
+1110.1371 Geometric Topology
+1112.4254 Probability
+1204.1504 Cosmology and Nongalactic Astrophysics
+1204.6709
+1205.3881 Mesoscale and Nanoscale Physics
+1206.4965 Differential Geometry
+1207.3551 Probability
+1207.5449 Theory
+1208.5213 Combinatorics
+1209.3087
+1210.0765 Materials Science
+1210.2639 Differential Geometry
+1210.3780 Algebraic Geometry
+1210.5523 Phenomenology
+1210.6934 Geometric Topology
+1211.3057 Lattice
+1211.3295 Machine Learning
+1211.4050
+1211.6519 Mesoscale and Nanoscale Physics
+1211.7004 Phenomenology
+1212.2070
+1212.5890 Number Theory
+1301.3931 Formal Languages and Automata Theory
+1301.5048 Algebraic Geometry
+1301.5080 Combinatorics
+1301.7220 Theory
+1301.7627 Optimization and Control
+1301.7750
+1302.0241
+1302.0945 Mesoscale and Nanoscale Physics
+1302.1592 Information Theory
+1302.2821 Mesoscale and Nanoscale Physics
+1302.3527 Theory
+1302.3627 Mesoscale and Nanoscale Physics
+1303.1138
+1303.1570 Mesoscale and Nanoscale Physics
+1303.1622 Phenomenology
+1303.1878 Quantum Algebra
+1303.2823 Learning
+1303.3041 Strongly Correlated Electrons
+1303.3471 Numerical Analysis
+1303.3792 Materials Science
+1303.7408 Instrumentation and Methods for Astrophysics
+1304.0608 Information Theory
+1304.0968 Quantum Algebra
+1304.4763 Populations and Evolution
+1304.5160 Combinatorics
+1304.5498 Data Structures and Algorithms
+1304.5950 Superconductivity
+1304.6060 Optics
+1305.1342
+1305.4351
+1305.5808
+1305.6510 Atomic Physics
+1306.3148 Phenomenology
+1306.4172 Atomic Physics
+1306.4448 Phenomenology
+1306.4986 Statistical Mechanics
+1306.5223 Mesoscale and Nanoscale Physics
+1306.5697
+1306.5772
+1306.6797 Mesoscale and Nanoscale Physics
+1307.0400
+1307.1716 Optics
+1307.1734 Theory
+1307.4398 Cosmology and Nongalactic Astrophysics
+1307.5175 Quantum Gases
+1307.5487 Experiment
+1307.6069 Cosmology and Nongalactic Astrophysics
+1307.6121 Superconductivity
+1307.6723 Mesoscale and Nanoscale Physics
+1307.7135 Experiment
+1308.0474 Phenomenology
+1308.0816 Phenomenology
+1308.1161 Combinatorics
+1308.1788 Neurons and Cognition
+1308.1836 Phenomenology
+1308.4151 Strongly Correlated Electrons
+1308.5834 Theory
+1308.6460 Strongly Correlated Electrons
+1308.6655 Soft Condensed Matter
+1309.0575 Experiment
+1309.2423 Multimedia
+1309.3695 Dynamical Systems
+1309.4257 Superconductivity
+1309.5921 Mesoscale and Nanoscale Physics
+1309.5936 Statistics Theory
+1309.6301 Computer Vision and Pattern Recognition
+1309.6683 Social and Information Networks
+1309.6979 High Energy Astrophysical Phenomena
+1309.7001 Numerical Analysis
+1309.7006 High Energy Astrophysical Phenomena
+1309.7007 High Energy Astrophysical Phenomena
+1309.7008 High Energy Astrophysical Phenomena
+1309.7010 High Energy Astrophysical Phenomena
+1309.7040 Classical Analysis and ODEs
+1309.7051 Strongly Correlated Electrons
+1309.7063 Computers and Society
+1309.7072 Genomics
+1309.7073 Soft Condensed Matter
+1309.7075 Phenomenology
+1309.7076 Representation Theory
+1309.7079 Optics
+1309.7080 High Energy Astrophysical Phenomena
+1309.7081 High Energy Astrophysical Phenomena
+1309.7082 Hardware Architecture
+1309.7083 Instrumentation and Detectors
+1309.7084 Data Structures and Algorithms
+1309.7085 Phenomenology
+1309.7087 Soft Condensed Matter
+1309.7091
+1309.7092
+1309.7093
+1309.7095 Instrumentation and Methods for Astrophysics
+1309.7101 Classical Analysis and ODEs
+1309.7102 Information Theory
+1309.7105 Materials Science
+1309.7109 Information Theory
+1309.7113 Group Theory
+1309.7115 Quantum Algebra
+1309.7116 Mesoscale and Nanoscale Physics
+1309.7117 Combinatorics
+1309.7122 Computational Engineering, Finance, and Science
+1309.7124 Pattern Formation and Solitons
+1309.7126 Solar and Stellar Astrophysics
+1309.7129 Cosmology and Nongalactic Astrophysics
+1309.7130 Complex Variables
+1309.7137 High Energy Astrophysical Phenomena
+1309.7140 Networking and Internet Architecture
+1309.7141 Data Structures and Algorithms
+1309.7145 Artificial Intelligence
+1309.7146 Statistical Mechanics
+1309.7147 Soft Condensed Matter
+1309.7150 Analysis of PDEs
+1309.7152 Functional Analysis
+1309.7153 Representation Theory
+1309.7157 Genomics
+1309.7158 Exactly Solvable and Integrable Systems
+1309.7159 Mesoscale and Nanoscale Physics
+1309.7165 Analysis of PDEs
+1309.7166 Materials Science
+1309.7170 Computer Vision and Pattern Recognition
+1309.7171 Optics
+1309.7174
+1309.7176 Functional Analysis
+1309.7177 Exactly Solvable and Integrable Systems
+1309.7184 Optics
+1309.7186
+1309.7190 Optics
+1309.7191 Classical Physics
+1309.7195 Materials Science
+1309.7196 Analysis of PDEs
+1309.7198 Computational Complexity
+1309.7203 Probability
+1309.7206
+1309.7208 Fluid Dynamics
+1309.7214
+1309.7217
+1309.7228 Combinatorics
+1309.7230 Analysis of PDEs
+1309.7236 K-Theory and Homology
+1309.7237 Algebraic Geometry
+1309.7249 Solar and Stellar Astrophysics
+1309.7250 Solar and Stellar Astrophysics
+1309.7253 Theory
+1309.7254 Materials Science
+1309.7255 Soft Condensed Matter
+1309.7261 Computers and Society
+1309.7262 Computers and Society
+1309.7264 Optimization and Control
+1309.7266 Computers and Society
+1309.7270 Information Retrieval
+1309.7276 Computer Vision and Pattern Recognition
+1309.7277 Analysis of PDEs
+1309.7280 Numerical Analysis
+1309.7285 Phenomenology
+1309.7288 Computational Complexity
+1309.7289 Social and Information Networks
+1309.7291 Analysis of PDEs
+1309.7294
+1309.7295 Group Theory
+1309.7299 Rings and Algebras
+1309.7308 Strongly Correlated Electrons
+1309.7309
+1309.7312 Computation and Language
+1309.7315 Systems and Control
+1309.7316 Representation Theory
+1309.7321 Hardware Architecture
+1309.7322 Mesoscale and Nanoscale Physics
+1309.7330 Phenomenology
+1309.7334 Networking and Internet Architecture
+1309.7338 Phenomenology
+1309.7341 Software Engineering
+math/0106001 Quantum Algebra
+math/0111082 Algebraic Geometry
+math/0211389 Category Theory
+math/0309320 Quantum Algebra
+math/0503380 Quantum Algebra
+math/0505410 Quantum Algebra
+math/0601312 Quantum Algebra
+math/0612419 Geometric Topology
+0704.0200 Phenomenology
+0706.0650 Soft Condensed Matter
+0712.1417 Phenomenology
+0803.1074 Phenomenology
+0805.3991 General Physics
+0810.4486
+0902.3348 Representation Theory
+0903.4917 Representation Theory
+0905.4363 Phenomenology
+0910.4397 Machine Learning
+1001.0500 Phenomenology
+1005.5019 Materials Science
+1008.3726 Classical Analysis and ODEs
+1008.3897 Representation Theory
+1101.4763 Algebraic Geometry
+1102.3864 Superconductivity
+1104.3721 Phenomenology
+1106.1015 Phenomenology
+1108.1539 Representation Theory
+1108.1970 Operator Algebras
+1109.2402 Representation Theory
+1109.2892 Dynamical Systems
+1110.5402 Analysis of PDEs
+1110.6228 Machine Learning
+1111.3244 Data Structures and Algorithms
+1111.4518 Mesoscale and Nanoscale Physics
+1111.5020 Quantum Gases
+1112.4576 Exactly Solvable and Integrable Systems
+1112.4960 Functional Analysis
+1201.1662 Probability
+1201.6008
+1203.5169 Combinatorics
+1205.0101 Category Theory
+1205.2346
+1205.3253 Combinatorics
+1205.5018 Mesoscale and Nanoscale Physics
+1206.1401 Populations and Evolution
+1206.1517 Biomolecules
+1207.5192 Theory
+1207.6435
+1208.0334 Cosmology and Nongalactic Astrophysics
+1209.0009 Theory
+1209.2169 Disordered Systems and Neural Networks
+1209.3307 Physics and Society
+1209.3431 Machine Learning
+1209.5099 Strongly Correlated Electrons
+1209.5220 Number Theory
+1209.5658 Phenomenology
+1210.2263 Phenomenology
+1210.3578 Instrumentation and Methods for Astrophysics
+1210.3763 Phenomenology
+1210.7118 Phenomenology
+1210.7598 Algebraic Geometry
+1210.8339
+1211.0634 History and Philosophy of Physics
+1211.3705 Strongly Correlated Electrons
+1211.6056
+1211.6325 Cosmology and Nongalactic Astrophysics
+1211.6478 Cosmology and Nongalactic Astrophysics
+1211.6776 Theory
+1212.0556
+1212.2439 Physics and Society
+1212.2522 Functional Analysis
+1212.3043 Plasma Physics
+1212.3300
+1212.3856 Soft Condensed Matter
+1212.3892
+1212.4668 Lattice
+1212.4893 General Physics
+1212.5699
+1212.6656 Representation Theory
+1212.6764 Strongly Correlated Electrons
+1301.0632 Theory
+1301.1114 Lattice
+1301.1567 Phenomenology
+1301.2991
+1301.4679 Machine Learning
+1301.4906 Atomic Physics
+1301.6281 Phenomenology
+1301.6897 Functional Analysis
+1301.7640 Lattice
+1302.2491 Strongly Correlated Electrons
+1302.2877 Statistical Mechanics
+1302.2987 Lattice
+1302.3055
+1302.3896 Strongly Correlated Electrons
+1302.5434 Theory
+1302.5640 Mesoscale and Nanoscale Physics
+1302.6145 Chaotic Dynamics
+1302.6456
+1302.6473 Chemical Physics
+1302.7009 Soft Condensed Matter
+1302.7027 Statistical Mechanics
+1302.7147 Fluid Dynamics
+1303.0758 Phenomenology
+1303.1268
+1303.1281 Strongly Correlated Electrons
+1303.1542 Mesoscale and Nanoscale Physics
+1303.1760
+1303.1776 Cosmology and Nongalactic Astrophysics
+1303.2335 Cosmology and Nongalactic Astrophysics
+1303.3091
+1303.4153 Distributed, Parallel, and Cluster Computing
+1303.4357
+1303.4458 Functional Analysis
+1303.5060 Cosmology and Nongalactic Astrophysics
+1303.5843 High Energy Astrophysical Phenomena
+1303.5975 Superconductivity
+1303.6750 Machine Learning
+1303.6918 Phenomenology
+1303.6949 Cosmology and Nongalactic Astrophysics
+1303.7210 Phenomenology
+1303.7278 Theory
+1304.0381 Phenomenology
+1304.0464 Strongly Correlated Electrons
+1304.1078 Astrophysics of Galaxies
+1304.1195 Statistical Mechanics
+1304.1431
+1304.1457 Statistical Mechanics
+1304.1685 Mesoscale and Nanoscale Physics
+1304.1806 Theory
+1304.1817 Cosmology and Nongalactic Astrophysics
+1304.2067 Theory
+1304.2594 Phenomenology
+1304.2836
+1304.3046 Materials Science
+1304.3205 Experiment
+1304.3403
+1304.4166
+1304.4297
+1304.4875 Atomic Physics
+1304.4920 Methodology
+1304.5577 Statistical Mechanics
+1304.6943 Number Theory
+1304.7706 Phenomenology
+1305.0695
+1305.1279 Lattice
+1305.1417 Phenomenology
+1305.1457 Phenomenology
+1305.1513 Theory
+1305.1714 Atomic Physics
+1305.1782 Experiment
+1305.3093 Phenomenology
+1305.3922
+1305.4142 Superconductivity
+1305.5098 Analysis of PDEs
+1305.5643 Superconductivity
+1305.5801 Materials Science
+1305.5960 Information Theory
+1306.1220
+1306.1553 Artificial Intelligence
+1306.2934 History and Overview
+1306.3048
+1306.3657 Strongly Correlated Electrons
+1306.3856 Risk Management
+1306.3860 Learning
+1306.4053 High Energy Astrophysical Phenomena
+1306.4866
+1306.5169 Phenomenology
+1306.5213 Analysis of PDEs
+1306.5365
+1306.5417 Applications
+1306.5424 Computational Complexity
+1306.5491 Theory
+1306.5737 History and Philosophy of Physics
+1306.5738 Soft Condensed Matter
+1306.5740 Experiment
+1306.5742 Classical Analysis and ODEs
+1306.5767 Phenomenology
+1306.5769 History and Philosophy of Physics
+1306.5771 Instrumentation and Methods for Astrophysics
+1306.5773 Phenomenology
+1306.5777 Chaotic Dynamics
+1306.5779 Algebraic Geometry
+1306.5782 Distributed, Parallel, and Cluster Computing
+1306.5786 Statistics Theory
+1306.5789 Medical Physics
+1306.5791 Analysis of PDEs
+1306.5793 Systems and Control
+1306.5801
+1306.5803
+1306.5811 Number Theory
+1306.5815 Data Structures and Algorithms
+1306.5818
+1306.5821 Atomic Physics
+1306.5822 Adaptation and Self-Organizing Systems
+1306.5824 Computation
+1306.5826 Solar and Stellar Astrophysics
+1306.5831 Soft Condensed Matter
+1306.5832 Geometric Topology
+1306.5836 Systems and Control
+1306.5840 Theory
+1306.5846 Instrumentation and Methods for Astrophysics
+1306.5847 Materials Science
+1306.5851 Analysis of PDEs
+1306.5855 Computer Science and Game Theory
+1306.5857 Analysis of PDEs
+1306.5858 Artificial Intelligence
+1306.5860 Machine Learning
+1306.5862 Probability
+1306.5866 Complex Variables
+1306.5868 Complex Variables
+1306.5869
+1306.5872 Complex Variables
+1306.5873 Complex Variables
+1306.5875 Complex Variables
+1306.5882 Representation Theory
+1306.5883 Statistics Theory
+1306.5893 History and Philosophy of Physics
+1306.5902 Atomic and Molecular Clusters
+1306.5904 Solar and Stellar Astrophysics
+1306.5906 Analysis of PDEs
+1306.5910 Differential Geometry
+1306.5911 History and Overview
+1306.5913 Optimization and Control
+1306.5914 Neurons and Cognition
+1306.5925 Materials Science
+1306.5928 Computational Physics
+1306.5929 Number Theory
+1306.5930 Programming Languages
+1306.5937 Solar and Stellar Astrophysics
+1306.5939 Dynamical Systems
+1306.5944 Accelerator Physics
+1306.5950
+1306.5956 Complex Variables
+1306.5959 Dynamical Systems
+1306.5960 Artificial Intelligence
+1306.5962 Astrophysics of Galaxies
+1306.5964 Probability
+1306.5967 Rings and Algebras
+1306.5970 Logic
+1306.5972 Databases
+1306.5973 History and Overview
+1306.5978 High Energy Astrophysical Phenomena
+1306.5981 Accelerator Physics
+1306.5982 Artificial Intelligence
+1306.5984 Numerical Analysis
+1306.5987 Phenomenology
+1306.5997
+1306.6004 Logic
+1306.6006 Superconductivity
+1306.6010 Other Quantitative Biology
+1306.6012 Algebraic Geometry
+1306.6015 Combinatorics
+1306.6017 Networking and Internet Architecture
+1306.6020 Cryptography and Security
+1306.6021 Chaotic Dynamics
+1306.6028 Computation
+1306.6032 Programming Languages
+1306.6033 Probability
+1306.6036 General Physics
+1306.6039 Cosmology and Nongalactic Astrophysics
+1306.6041 Neural and Evolutionary Computing
+1306.6050 Group Theory
+1306.6051 Mesoscale and Nanoscale Physics
+1306.6054 Logic in Computer Science
+1306.6056 Information Theory
+1306.6057 Number Theory
+1306.6059 Phenomenology
+1306.6060 Phenomenology
+1306.6062
+1306.6063 Algebraic Geometry
+1306.6065 Algebraic Topology
+1306.6070 Optimization and Control
+1306.6072 Algebraic Topology
+1306.6074 Earth and Planetary Astrophysics
+hep-ph/0501167 Phenomenology
+hep-ph/0511193 Phenomenology
+hep-ph/0609040 Phenomenology
+math/0408384 General Mathematics
+nucl-ex/0102003
+nucl-ex/0109013
+nucl-ex/0112015
+nucl-ex/0201015
+nucl-ex/0210020
+nucl-ex/0211011
+nucl-ex/0309010
+nucl-ex/0310028
+nucl-ex/0411048
+nucl-ex/9907020
+quant-ph/0512123
+0709.2678 General Physics
+0810.5257 Representation Theory
+0810.5724 Soft Condensed Matter
+0812.4088 Superconductivity
+0903.5167 Complex Variables
+1002.3469 Earth and Planetary Astrophysics
+1004.3916 Classical Analysis and ODEs
+1006.4623 Classical Analysis and ODEs
+1010.1841 Mesoscale and Nanoscale Physics
+1011.4858 Earth and Planetary Astrophysics
+1012.0276 Populations and Evolution
+1012.4053 Algebraic Geometry
+1101.1810 Probability
+1101.2824 Cosmology and Nongalactic Astrophysics
+1103.0959 Representation Theory
+1105.1921
+1106.0036 Classical Analysis and ODEs
+1107.0315
+1107.2122 Earth and Planetary Astrophysics
+1108.0066 Cosmology and Nongalactic Astrophysics
+1109.5760 Representation Theory
+1110.6501 Representation Theory
+1110.6502 Representation Theory
+1111.0979 Number Theory
+1111.2382 Mesoscale and Nanoscale Physics
+1112.1931 Classical Analysis and ODEs
+1112.2919 Soft Condensed Matter
+1112.3506 Data Structures and Algorithms
+1201.2617 Statistics Theory
+1202.2898 Classical Analysis and ODEs
+1204.4910 Algebraic Geometry
+1204.5163 Complex Variables
+1205.4040 Disordered Systems and Neural Networks
+1206.3613 Representation Theory
+1207.0521 Earth and Planetary Astrophysics
+1207.0772 Medical Physics
+1207.1619 Optics
+1208.1759 Earth and Planetary Astrophysics
+1209.3129 Emerging Technologies
+1209.3885 Analysis of PDEs
+1209.6557 Metric Geometry
+1210.0110 Quantum Gases
+1210.7449
+1210.8260 Chaotic Dynamics
+1211.1642 Machine Learning
+1211.2613
+1211.5639 Dynamical Systems
+1211.6119 Phenomenology
+1212.0896 Representation Theory
+1212.4761 Spectral Theory
+1212.5142 Data Analysis, Statistics and Probability
+1212.5146
+1212.6828 Phenomenology
+1301.1925 Quantum Gases
+1301.4720 General Physics
+1301.5307
+1301.6452 Materials Science
+1301.7277 Populations and Evolution
+1301.7693 Information Theory
+1302.1192 Cryptography and Security
+1302.2353 Materials Science
+1302.3326
+1302.3757 Populations and Evolution
+1302.5244 Optimization and Control
+1302.5515 Phenomenology
+1303.3806 Superconductivity
+1303.5029 Multiagent Systems
+1304.5246 Mesoscale and Nanoscale Physics
+1304.5259 Representation Theory
+1304.7176 Fluid Dynamics
+1305.0716 Functional Analysis
+1305.1102 Robotics
+1305.2842 Phenomenology
+1305.6488 Strongly Correlated Electrons
+1305.6607 Earth and Planetary Astrophysics
+1305.6665 Optics
+1306.2357 Experiment
+1306.2585 Geometric Topology
+1306.2756 Statistical Mechanics
+1306.3882 Software Engineering
+1306.4408 Statistics Theory
+1306.4552 Information Theory
+1306.4636 Formal Languages and Automata Theory
+1306.5093 Information Theory
+1306.6242 Quantum Algebra
+1307.0304 High Energy Astrophysical Phenomena
+1307.1274 Biological Physics
+1307.1315 Optics
+1307.3644 Phenomenology
+1307.6243 Theory
+1307.6641 Theory
+1307.7005 Molecular Networks
+1308.0566 Quantum Algebra
+1308.0681 Atomic Physics
+1308.1569
+1308.2244 Phenomenology
+1308.2531 Cosmology and Nongalactic Astrophysics
+1308.3735 Phenomenology
+1308.5288 Phenomenology
+1309.1466 Earth and Planetary Astrophysics
+1309.3221 Solar and Stellar Astrophysics
+1309.3447
+1309.3502 Analysis of PDEs
+1309.3658 Genomics
+1309.3856
+1309.5111 Dynamical Systems
+1309.5646 High Energy Astrophysical Phenomena
+1309.7138 Logic
+1309.7168 Optimization and Control
+1309.7744 K-Theory and Homology
+1309.7923 Lattice
+1310.0767 Strongly Correlated Electrons
+1310.1290
+1310.1802 Theory
+1310.1821 Dynamical Systems
+1310.1991 Geometric Topology
+1310.2211 Earth and Planetary Astrophysics
+1310.3695 Information Theory
+1310.3770 Computational Geometry
+1310.5390 Populations and Evolution
+1310.6570 Optics
+1310.7151 Analysis of PDEs
+1310.7225 Biological Physics
+1310.7230 Medical Physics
+1310.7975 Analysis of PDEs
+1310.8524 Quantum Gases
+1310.8538 Differential Geometry
+1311.0344 Strongly Correlated Electrons
+1311.0562 Statistics Theory
+1311.0809 Numerical Analysis
+1311.0830 Information Theory
+1311.0949
+1311.0979 Materials Science
+1311.1107 Plasma Physics
+1311.1213 Computers and Society
+1311.1220 Algebraic Topology
+1311.1223 Computer Vision and Pattern Recognition
+1311.1224 Numerical Analysis
+1311.1230 Analysis of PDEs
+1311.1232 Phenomenology
+1311.1241 Genomics
+1311.1245 Analysis of PDEs
+1311.1247 Information Retrieval
+1311.1249 Data Structures and Algorithms
+1311.1255 Geometric Topology
+1311.1259 Information Theory
+1311.1270 Cosmology and Nongalactic Astrophysics
+1311.1273 Strongly Correlated Electrons
+1311.1274 Experiment
+1311.1275 Optics
+1311.1277 Analysis of PDEs
+1311.1279 Computer Vision and Pattern Recognition
+1311.1280 Superconductivity
+1311.1285
+1311.1288 Information Theory
+1311.1291 Information Theory
+1311.1292 Methodology
+1311.1296 Representation Theory
+1311.1298 Data Structures and Algorithms
+1311.1303 Superconductivity
+1311.1308 Atmospheric and Oceanic Physics
+1311.1309 Optimization and Control
+1311.1312 Information Theory
+1311.1314 Information Theory
+1311.1315 Information Theory
+1311.1316 Materials Science
+1311.1321 Statistical Mechanics
+1311.1323 Software Engineering
+1311.1325 Lattice
+1311.1326
+1311.1332 Astrophysics of Galaxies
+1311.1333 Functional Analysis
+1311.1334 Software Engineering
+1311.1335 Phenomenology
+1311.1338 Data Structures and Algorithms
+1311.1341
+1311.1343 Software Engineering
+1311.1345 Neurons and Cognition
+1311.1349 Probability
+1311.1361 Materials Science
+1311.1362 Materials Science
+1311.1367 Lattice
+1311.1372 Information Theory
+1311.1377 Soft Condensed Matter
+1311.1378 Networking and Internet Architecture
+1311.1382
+1311.1394 Functional Analysis
+1311.1397 Statistical Mechanics
+1311.1400 Statistics Theory
+1311.1401 Dynamical Systems
+1311.1403 Instrumentation and Methods for Astrophysics
+1311.1406 Computer Vision and Pattern Recognition
+1311.1407 Classical Analysis and ODEs
+1311.1409 Combinatorics
+1311.1410
+1311.1412 Differential Geometry
+1311.1413 Materials Science
+1311.1417 Quantitative Methods
+1311.1419 Multimedia
+1311.1420 Complex Variables
+1311.1423 Other Computer Science
+1311.1428 Materials Science
+1311.1430 Materials Science
+1311.1432 Commutative Algebra
+1311.1433 Soft Condensed Matter
+1311.1435 Networking and Internet Architecture
+1311.1436 Networking and Internet Architecture
+1311.1438 Methodology
+1311.1439 Mesoscale and Nanoscale Physics
+1311.1446 Cryptography and Security
+1311.1450 Probability
+1311.1451 Number Theory
+1311.1452 Dynamical Systems
+1311.1453 Lattice
+1311.1464 Rings and Algebras
+1311.1466
+1311.1475 Group Theory
+1311.1479 Combinatorics
+1311.1484 Physics and Society
+1311.1487 Number Theory
+1311.1489 Cosmology and Nongalactic Astrophysics
+1311.1494 Analysis of PDEs
+1311.1495 Chemical Physics
+cond-mat/0203381 Disordered Systems and Neural Networks
+cond-mat/0411178 Disordered Systems and Neural Networks
+cond-mat/0412470 Disordered Systems and Neural Networks
+math/0602467 Dynamical Systems
+math/0609486 General Mathematics
+physics/0703204 Classical Physics
+0710.5874 Statistics Theory
+0808.3219
+0810.1070 Differential Geometry
+0812.1383 Group Theory
+0909.2678 Classical Physics
+0911.3488 Functional Analysis
+1002.1740 Quantum Gases
+1005.4708 Number Theory
+1009.4720 Geometric Topology
+1011.4256 General Physics
+1012.0681
+1012.3969 Strongly Correlated Electrons
+1102.2619
+1102.3907 Classical Analysis and ODEs
+1105.1805 Symplectic Geometry
+1105.3541 Dynamical Systems
+1108.1776 Combinatorics
+1108.2948 Metric Geometry
+1108.5082 Differential Geometry
+1109.3403 Probability
+1109.4089 Strongly Correlated Electrons
+1109.6031 K-Theory and Homology
+1111.2966 Combinatorics
+1111.6807 Functional Analysis
+1112.0768 Symplectic Geometry
+1112.2603 Optimization and Control
+1112.3304 Probability
+1202.3521
+1202.4485 Dynamical Systems
+1202.5989 Differential Geometry
+1202.6565 Complex Variables
+1203.1400 Differential Geometry
+1203.2257 Dynamical Systems
+1203.6494 Metric Geometry
+1204.0174 Classical Analysis and ODEs
+1204.3235 Methodology
+1205.1031
+1205.1156 Differential Geometry
+1206.4940 Probability
+1207.1764 Physics Education
+1207.2346 Computer Vision and Pattern Recognition
+1207.2580 Quantum Gases
+1207.3048
+1207.5143 Theory
+1207.5789 Cosmology and Nongalactic Astrophysics
+1208.0916 Algebraic Geometry
+1208.5456
+1209.1352
+1209.1515 Optics
+1209.3606 Category Theory
+1209.6039 Theory
+1210.0404 Logic
+1210.6124 Lattice
+1210.6922 Strongly Correlated Electrons
+1210.7266 Lattice
+1211.0257 Superconductivity
+1211.0290 Information Theory
+1211.5522 Strongly Correlated Electrons
+1211.6006 Number Theory
+1212.0592 Neurons and Cognition
+1212.1876 Theory
+1212.2935 Superconductivity
+1212.2936 Pattern Formation and Solitons
+1212.4210 Information Theory
+1212.4757 Numerical Analysis
+1212.4925 Optics
+1212.5027 Analysis of PDEs
+1212.5468 Combinatorics
+1212.6739 Materials Science
+1301.1153 Computer Science and Game Theory
+1301.1422 Statistical Mechanics
+1301.3960
+1301.5207 Algebraic Geometry
+1301.5820 Analysis of PDEs
+1301.6827 Statistical Mechanics
+1301.7435 Quantum Gases
+1301.7595
+1302.0757 Quantum Gases
+1302.1000 Solar and Stellar Astrophysics
+1302.1370 Phenomenology
+1302.1515 Data Structures and Algorithms
+1302.1974 Optimization and Control
+1302.2194 Phenomenology
+1302.2261 Information Theory
+1302.2473 Soft Condensed Matter
+1302.2830 Statistical Mechanics
+1302.2911
+1302.3238 Statistics Theory
+1302.5034 Optimization and Control
+1303.0597 Computers and Society
+1303.0653 Phenomenology
+1303.0948 Phenomenology
+1303.1356 Phenomenology
+1303.1386 Mesoscale and Nanoscale Physics
+1303.1527 Theory
+1303.3332 Genomics
+1303.3556 Number Theory
+1303.6334 Theory
+1303.6857 Phenomenology
+1303.7216 Theory
+1304.0963 Mesoscale and Nanoscale Physics
+1304.2978 Theory
+1304.3728 Atomic Physics
+1304.3903 Theory
+1304.4358 Cosmology and Nongalactic Astrophysics
+1304.4423 Lattice
+1304.4937 Astrophysics of Galaxies
+1304.5699
+1304.6016 Theory
+1304.6335 Experiment
+1304.6757 Soft Condensed Matter
+1304.7298 Strongly Correlated Electrons
+1304.7382
+1304.7686
+1304.7715 Populations and Evolution
+1304.7811 Solar and Stellar Astrophysics
+1305.1629 Cosmology and Nongalactic Astrophysics
+1305.2172 Phenomenology
+1305.3446 Information Theory
+1305.3674 Theory
+1305.3984 Lattice
+1305.4184 Cosmology and Nongalactic Astrophysics
+1305.4702 Theory
+1306.2447 Strongly Correlated Electrons
+1306.3716 Number Theory
+1306.3721 Learning
+1306.4011
+1306.4368 Atomic Physics
+1306.6222 Statistics Theory
+1307.0684 Risk Management
+1307.0969 Neurons and Cognition
+1307.1009 Molecular Networks
+1307.1195 General Physics
+1307.1460 Theory
+1307.1811 Materials Science
+1307.1968 Differential Geometry
+1307.2203 Physics and Society
+1307.2515 Differential Geometry
+1307.2579 Learning
+1307.2581 Optics
+1307.2583 General Physics
+1307.2586 Materials Science
+1307.2588 Biological Physics
+1307.2599 Information Theory
+1307.2601 Optimization and Control
+1307.2603 Databases
+1307.2605 Number Theory
+1307.2607 Number Theory
+1307.2611 Machine Learning
+1307.2612 Rings and Algebras
+1307.2614 Methodology
+1307.2617 Exactly Solvable and Integrable Systems
+1307.2621
+1307.2623
+1307.2624
+1307.2626
+1307.2634 Classical Analysis and ODEs
+1307.2638 Cosmology and Nongalactic Astrophysics
+1307.2643 Instrumentation and Methods for Astrophysics
+1307.2654 Atomic Physics
+1307.2660 Cosmology and Nongalactic Astrophysics
+1307.2665 Numerical Analysis
+1307.2668 Computation
+1307.2669 Information Retrieval
+1307.2670 Complex Variables
+1307.2671 Materials Science
+1307.2673 Mesoscale and Nanoscale Physics
+1307.2674 Machine Learning
+1307.2679 Differential Geometry
+1307.2683
+1307.2684 Probability
+1307.2686 Probability
+1307.2690 Networking and Internet Architecture
+1307.2691 Theory
+1307.2704 Artificial Intelligence
+1307.2708 Discrete Mathematics
+1307.2712 Optimization and Control
+1307.2713 Logic in Computer Science
+1307.2714 Differential Geometry
+1307.2715 Machine Learning
+1307.2716 Differential Geometry
+1307.2720 Differential Geometry
+1307.2723 Instrumentation and Methods for Astrophysics
+1307.2724 Data Structures and Algorithms
+1307.2728 Commutative Algebra
+1307.2730 Neurons and Cognition
+1307.2732 Atomic Physics
+1307.2737 Biomolecules
+1307.2738 Representation Theory
+1307.2741 Atmospheric and Oceanic Physics
+1307.2744 Mesoscale and Nanoscale Physics
+1307.2745 Materials Science
+1307.2746 Quantum Gases
+1307.2751 Operator Algebras
+1307.2755 Probability
+1307.2756 Cryptography and Security
+1307.2758 Experiment
+1307.2759 Experiment
+1307.2761 High Energy Astrophysical Phenomena
+1307.2763 Computer Science and Game Theory
+1307.2766 Plasma Physics
+1307.2769 Accelerator Physics
+1307.2770 K-Theory and Homology
+1307.2773 Instrumentation and Methods for Astrophysics
+1307.2780 Phenomenology
+1307.2786 Optimization and Control
+1307.2789 Computational Engineering, Finance, and Science
+1307.2790 Optimization and Control
+1307.2791 Optimization and Control
+1307.2794 Analysis of PDEs
+1307.2795 Number Theory
+1307.2796 Group Theory
+1307.2798 Neurons and Cognition
+1307.2799 Information Theory
+1307.2801 Mesoscale and Nanoscale Physics
+1307.2804 Atmospheric and Oceanic Physics
+1307.2806 Data Structures and Algorithms
+1307.2807 Instrumentation and Methods for Astrophysics
+1307.2809 Medical Physics
+1307.2811 Information Theory
+1307.2815 Strongly Correlated Electrons
+1307.2816 Theory
+1307.2817 Other Computer Science
+1307.2818 Multimedia
+1307.2826 Information Theory
+1307.2829 Solar and Stellar Astrophysics
+1307.2830 Classical Physics
+1307.2833 K-Theory and Homology
+1307.2838 Solar and Stellar Astrophysics
+1307.2842
+1307.2845 Geometric Topology
+1307.2850 Algebraic Topology
+1307.2856 Fluid Dynamics
+1307.2858 Algebraic Topology
+1307.2859 Experiment
+1307.2860 Molecular Networks
+1307.2861 Mesoscale and Nanoscale Physics
+1307.2863 Data Structures and Algorithms
+1307.2865 Complex Variables
+1307.2866 Computational Physics
+1307.2867 Artificial Intelligence
+1307.2875
+1307.2882
+1307.2885
+1307.2887 Probability
+1307.2888
+cond-mat/0307749 Materials Science
+math/0103119 Differential Geometry
+math/0506048 Number Theory
+0804.3741 Fluid Dynamics
+0903.0664 Computation
+0912.4814 Dynamical Systems
+0912.5284 Fluid Dynamics
+1001.0017
+1003.5060 Classical Analysis and ODEs
+1103.0250 High Energy Astrophysical Phenomena
+1105.0118 Analysis of PDEs
+1107.1357 Operator Algebras
+1202.1880 Algebraic Topology
+1202.5442 Geometric Topology
+1204.0544 Optimization and Control
+1205.2421
+1208.0197 History and Overview
+1208.2841 Methodology
+1208.6076 Phenomenology
+1210.2105 Functional Analysis
+1210.2466 Strongly Correlated Electrons
+1210.4010 Number Theory
+1210.7740 Dynamical Systems
+1210.7799 Theory
+1211.1086 Group Theory
+1211.3413 Soft Condensed Matter
+1211.4701 Statistical Mechanics
+1211.4946 Risk Management
+1211.4958 Optimization and Control
+1212.1721 Cosmology and Nongalactic Astrophysics
+1212.4766
+1212.5837 General Mathematics
+1212.6166 Probability
+1301.1508 Analysis of PDEs
+1301.1764
+1301.3702 Statistical Mechanics
+1301.6496 Functional Analysis
+1301.7664 Systems and Control
+1302.0075 Analysis of PDEs
+1302.0211 Quantum Gases
+1302.2177
+1302.4880 Analysis of PDEs
+1303.0150 Classical Analysis and ODEs
+1303.1069 Statistical Mechanics
+1303.1446 Superconductivity
+1303.1755 Soft Condensed Matter
+1303.3275 Strongly Correlated Electrons
+1303.4149 Strongly Correlated Electrons
+1303.4421 Physics and Society
+1303.6697 Representation Theory
+1303.6853 Theory
+1304.2463
+1304.3925
+1304.3984 Optics
+1304.4071 Information Theory
+1304.4136 Strongly Correlated Electrons
+1304.4906 High Energy Astrophysical Phenomena
+1304.5282 Optimization and Control
+1304.6139 Optimization and Control
+1304.7052 Mesoscale and Nanoscale Physics
+1305.0986
+1305.1999 Phenomenology
+1305.3299 Methodology
+1305.5623 Quantum Gases
+1305.6711 Statistical Mechanics
+1305.7092 Pricing of Securities
+1306.0043 Mesoscale and Nanoscale Physics
+1306.0568 Phenomenology
+1306.1412 Mesoscale and Nanoscale Physics
+1306.2384 Lattice
+1306.2479 Astrophysics of Galaxies
+1306.2804
+1306.3243 Theory
+1306.4953
+1307.1421 Mesoscale and Nanoscale Physics
+1307.1492 Lattice
+1307.1701 Theory
+1307.2554 Databases
+1307.2783 Distributed, Parallel, and Cluster Computing
+1307.3422 Superconductivity
+1307.4495 Materials Science
+1307.4664 Materials Science
+1307.6317 Optics
+1307.7509 Materials Science
+1308.0843 Experiment
+1308.0927 Strongly Correlated Electrons
+1308.1004 Computation and Language
+1308.1584
+1308.1636 Experiment
+1308.1952 Mesoscale and Nanoscale Physics
+1308.3605 Medical Physics
+1308.4075 Experiment
+1308.4159 Theory
+1308.5779
+1308.5893 Statistical Mechanics
+1308.5950 Superconductivity
+1309.0123 Computer Vision and Pattern Recognition
+1309.0788 Experiment
+1309.1888 Phenomenology
+1309.1936 Superconductivity
+1309.2260 Solar and Stellar Astrophysics
+1309.3317 Optimization and Control
+1309.4224 Instrumentation and Methods for Astrophysics
+1309.5249 Disordered Systems and Neural Networks
+1309.5275 Sound
+1309.5484 General Topology
+1309.7665 Information Theory
+1309.7899
+1309.7977 Theory
+1309.7989 Phenomenology
+1309.7991 Experiment
+1310.0076 Experiment
+1310.0292 Experiment
+1310.0364 Methodology
+1310.0392 Probability
+1310.0428 Experiment
+1310.0454 Fluid Dynamics
+1310.0472
+1310.0473 Experiment
+1310.0479 Neurons and Cognition
+1310.0480 Number Theory
+1310.0481 Combinatorics
+1310.0483 Populations and Evolution
+1310.0485 Solar and Stellar Astrophysics
+1310.0498 Populations and Evolution
+1310.0505 Social and Information Networks
+1310.0507 Quantitative Methods
+1310.0511 Atmospheric and Oceanic Physics
+1310.0515 Experiment
+1310.0517 Probability
+1310.0519 Neurons and Cognition
+1310.0520 Experiment
+1310.0523 Algebraic Geometry
+1310.0524 Multimedia
+1310.0525 Chaotic Dynamics
+1310.0527 Symplectic Geometry
+1310.0531 Numerical Analysis
+1310.0533 Solar and Stellar Astrophysics
+1310.0534 Solar and Stellar Astrophysics
+1310.0535 Solar and Stellar Astrophysics
+1310.0536 Instrumentation and Methods for Astrophysics
+1310.0537 Solar and Stellar Astrophysics
+1310.0539 Solar and Stellar Astrophysics
+1310.0540 Instrumentation and Methods for Astrophysics
+1310.0541 Number Theory
+1310.0542 Solar and Stellar Astrophysics
+1310.0543 Solar and Stellar Astrophysics
+1310.0544 Solar and Stellar Astrophysics
+1310.0545 Quantum Algebra
+1310.0548 Computer Science and Game Theory
+1310.0549 Solar and Stellar Astrophysics
+1310.0550 Solar and Stellar Astrophysics
+1310.0553 Solar and Stellar Astrophysics
+1310.0554 High Energy Astrophysical Phenomena
+1310.0555 Combinatorics
+1310.0558 Populations and Evolution
+1310.0565 Fluid Dynamics
+1310.0571 Mesoscale and Nanoscale Physics
+1310.0573 Computation and Language
+1310.0576 Learning
+1310.0578 Computation and Language
+1310.0579 High Energy Astrophysical Phenomena
+1310.0580 Solar and Stellar Astrophysics
+1310.0581 Computation and Language
+1310.0584 Commutative Algebra
+1310.0585 Exactly Solvable and Integrable Systems
+1310.0587 Solar and Stellar Astrophysics
+1310.0589 Exactly Solvable and Integrable Systems
+1310.0590 Solar and Stellar Astrophysics
+1310.0591 Operator Algebras
+1310.0594 Solar and Stellar Astrophysics
+1310.0595 Methodology
+1310.0600 Quantum Gases
+1310.0602 Artificial Intelligence
+1310.0610 Experiment
+1310.0611 Information Theory
+1310.0612 Information Theory
+1310.0614 Mesoscale and Nanoscale Physics
+1310.0616 Spectral Theory
+1310.0617 Exactly Solvable and Integrable Systems
+1310.0618 Combinatorics
+1310.0620 Mesoscale and Nanoscale Physics
+1310.0621 Computers and Society
+1310.0624 Optics
+1310.0628 Methodology
+1310.0629 Numerical Analysis
+1310.0631 Differential Geometry
+1310.0635 Soft Condensed Matter
+1310.0636 Group Theory
+1310.0637 Pattern Formation and Solitons
+1310.0638 Differential Geometry
+1310.0645 Lattice
+1310.0646 Strongly Correlated Electrons
+1310.0647 High Energy Astrophysical Phenomena
+1310.0648 Adaptation and Self-Organizing Systems
+1310.0652 Soft Condensed Matter
+1310.0654 Dynamical Systems
+1310.0656 Biological Physics
+1310.0657 Computation
+1310.0660 Instrumentation and Detectors
+1310.0661 Methodology
+1310.0662 Phenomenology
+1310.0664 Solar and Stellar Astrophysics
+1310.0665 Probability
+1310.0672 Chaotic Dynamics
+1310.0676 Optimization and Control
+1310.0677 Networking and Internet Architecture
+1310.0679 Analysis of PDEs
+1310.0681 General Mathematics
+1310.0687 Materials Science
+1310.0689 Numerical Analysis
+1310.0699
+1310.0703 Dynamical Systems
+1310.0706
+1310.0707 Optimization and Control
+1310.0708 Differential Geometry
+1310.0710 Computational Geometry
+1310.0715
+1310.0716 Fluid Dynamics
+1310.0718 Phenomenology
+1310.0721 Information Theory
+1310.0725 Optics
+1310.0726 Probability
+1310.0728 Materials Science
+1310.0729 Populations and Evolution
+1310.0730 Molecular Networks
+1310.0732 Optimization and Control
+1310.0736 Neurons and Cognition
+1310.0737 Digital Libraries
+1310.0742 Group Theory
+1310.0748 Earth and Planetary Astrophysics
+1310.0749
+1310.0754 Computation and Language
+1310.0755 Differential Geometry
+1310.0760 Geometric Topology
+1310.0766 Mesoscale and Nanoscale Physics
+1310.0768 Logic in Computer Science
+1310.0769 Solar and Stellar Astrophysics
+1310.0770 Exactly Solvable and Integrable Systems
+1310.0772 Solar and Stellar Astrophysics
+1310.0779 Exactly Solvable and Integrable Systems
+1310.0781 Experiment
+1310.0782 Representation Theory
+1310.0784
+1310.0795 Functional Analysis
+1310.0797 Fluid Dynamics
+1310.0798 Statistical Mechanics
+1310.0802 Software Engineering
+1310.0804 Accelerator Physics
+cond-mat/0407553 Strongly Correlated Electrons
+hep-ph/9907330 Phenomenology
+0710.0885
+0801.4722 Soft Condensed Matter
+0805.2979 Probability
+0812.3540 Quantum Algebra
+0812.4090 Superconductivity
+0904.3436 Combinatorics
+0909.3090 Phenomenology
+0912.0651 Symplectic Geometry
+1003.6050 Probability
+1005.4755 Superconductivity
+1006.1928 Dynamical Systems
+1009.0970 Statistical Mechanics
+1009.2305 Information Theory
+1011.1082
+1012.2544 Probability
+1102.1194 Metric Geometry
+1102.1198 Metric Geometry
+1103.1755 Probability
+1103.5711 Differential Geometry
+1103.6049 Data Structures and Algorithms
+1104.1773 Risk Management
+1104.2011 Rings and Algebras
+1104.4693 Superconductivity
+1105.0270 Probability
+1105.3703
+1105.3704
+1105.3705
+1105.3706
+1105.3708
+1105.3709
+1105.3710
+1105.3932
+1106.1884 Algebraic Geometry
+1106.1959 Strongly Correlated Electrons
+1107.0949
+1107.4428 Combinatorics
+1108.3271 Adaptation and Self-Organizing Systems
+1109.5524 Theory
+1110.2535 Metric Geometry
+1110.4299 Commutative Algebra
+1111.3092 Metric Geometry
+1111.3519 Combinatorics
+1111.5163
+1112.0650 Differential Geometry
+1112.1346 Differential Geometry
+1112.3427 Statistics Theory
+1112.4832 Group Theory
+1112.5938 Differential Geometry
+1201.6315 Statistical Mechanics
+1201.6664 Soft Condensed Matter
+1203.2678 Solar and Stellar Astrophysics
+1203.5591 Metric Geometry
+1204.3496 Probability
+1205.3131 Theory
+1205.4273 Complex Variables
+1206.2664 Mesoscale and Nanoscale Physics
+1206.2889 Theory
+1206.5453 Populations and Evolution
+1206.6033 Rings and Algebras
+1207.0001
+1207.1812
+1207.4220
+1207.6993 Algebraic Geometry
+1208.2190 Superconductivity
+1208.3424 Phenomenology
+1208.5349 Strongly Correlated Electrons
+1208.5473 Mesoscale and Nanoscale Physics
+1209.1612 Representation Theory
+1209.3946 Theory
+1209.5208 Cryptography and Security
+1209.5439 Tissues and Organs
+1209.6531 Analysis of PDEs
+1210.1001 Strongly Correlated Electrons
+1210.3004
+1210.4007 Social and Information Networks
+1210.7948 Chaotic Dynamics
+1210.8332 High Energy Astrophysical Phenomena
+1211.0574 Mesoscale and Nanoscale Physics
+1211.0578 Instrumentation and Detectors
+1211.0766
+1211.0814 Theory
+1211.1237 Phenomenology
+1211.1381 Theory
+1211.1686
+1211.3596 Fluid Dynamics
+1211.4597 Number Theory
+1211.6203 Statistical Mechanics
+1211.6342 Quantum Gases
+1212.1886 Mesoscale and Nanoscale Physics
+1212.3222 High Energy Astrophysical Phenomena
+1212.5830 General Physics
+1212.5944 High Energy Astrophysical Phenomena
+1212.6022 Cosmology and Nongalactic Astrophysics
+1212.6547 Soft Condensed Matter
+1301.0492 Statistical Mechanics
+1301.0831 High Energy Astrophysical Phenomena
+1301.1477 Algebraic Geometry
+1301.1742 Analysis of PDEs
+1301.3390 Cosmology and Nongalactic Astrophysics
+1301.5756 Astrophysics of Galaxies
+1302.0456
+1302.1611 Statistics Theory
+1302.1663 Networking and Internet Architecture
+1302.1752 Populations and Evolution
+1302.1901 Social and Information Networks
+1302.2269 Adaptation and Self-Organizing Systems
+1302.2308 Formal Languages and Automata Theory
+1302.2395 Cryptography and Security
+1302.2422 Functional Analysis
+1302.2432 Earth and Planetary Astrophysics
+1302.2456 Theory
+1302.2617 Analysis of PDEs
+1302.2620 Phenomenology
+1302.2643 Cosmology and Nongalactic Astrophysics
+1302.2649 Solar and Stellar Astrophysics
+1302.2654 Databases
+1302.2656 Cryptography and Security
+1302.2657 Software Engineering
+1302.2658 Optics
+1302.2660 Optics
+1302.2664 Number Theory
+1302.2665 Biological Physics
+1302.2667 Strongly Correlated Electrons
+1302.2668 Numerical Analysis
+1302.2672 Machine Learning
+1302.2687
+1302.2690 Instrumentation and Detectors
+1302.2692 Programming Languages
+1302.2693 Solar and Stellar Astrophysics
+1302.2694
+1302.2696
+1302.2701
+1302.2704 Dynamical Systems
+1302.2707 Numerical Analysis
+1302.2717 Optimization and Control
+1302.2720 Representation Theory
+1302.2722 Instrumentation and Methods for Astrophysics
+1302.2723 Statistical Mechanics
+1302.2725 Rings and Algebras
+1302.2731
+1302.2734 Exactly Solvable and Integrable Systems
+1302.2735 Soft Condensed Matter
+1302.2740 Analysis of PDEs
+1302.2741 Biological Physics
+1302.2742 Populations and Evolution
+1302.2747 Software Engineering
+1302.2748 Software Engineering
+1302.2751 Differential Geometry
+1302.2753
+1302.2755 Classical Analysis and ODEs
+1302.2757 Distributed, Parallel, and Cluster Computing
+1302.2759 Human-Computer Interaction
+1302.2764 Analysis of PDEs
+1302.2765 Exactly Solvable and Integrable Systems
+1302.2766 Classical Analysis and ODEs
+1302.2769 Probability
+1302.2770 Fluid Dynamics
+1302.2773 Analysis of PDEs
+1302.2774 Category Theory
+1302.2776 Plasma Physics
+1302.2777 Mesoscale and Nanoscale Physics
+1302.2779 Mesoscale and Nanoscale Physics
+1302.2780 Mesoscale and Nanoscale Physics
+1302.2784 Numerical Analysis
+1302.2790 Classical Analysis and ODEs
+1302.2791 Solar and Stellar Astrophysics
+1302.2795 Plasma Physics
+1302.2799 Data Analysis, Statistics and Probability
+1302.2803 Functional Analysis
+1302.2804 Differential Geometry
+1302.2810 Theory
+1302.2811
+1302.2814 Networking and Internet Architecture
+1302.2816 Optics
+1302.2819 Group Theory
+1302.2820 Information Theory
+1302.2828 Robotics
+1302.2829
+1302.2831 Geometric Topology
+1302.2832 Operator Algebras
+1302.2838 Materials Science
+1302.2839 Information Theory
+1302.2840 Discrete Mathematics
+1302.2842 Combinatorics
+1302.2843 High Energy Astrophysical Phenomena
+1302.2844 Cosmology and Nongalactic Astrophysics
+1302.2848 Chemical Physics
+1302.2849 History and Philosophy of Physics
+1302.2850
+1302.2855 Information Theory
+1302.2856 Information Theory
+1302.2863 Physics Education
+1302.2865 Analysis of PDEs
+1302.2871 Quantum Gases
+1302.2880 Differential Geometry
+1302.2881 Algebraic Geometry
+1302.2888 Phenomenology
+1302.2889 Accelerator Physics
+1302.2898 History and Overview
+cond-mat/0609680 Statistical Mechanics
+math/0309380 Combinatorics
+nucl-th/0502031
+0704.1223 Probability
+0903.3099 Number Theory
+0909.0122 Artificial Intelligence
+1005.5354 Algebraic Geometry
+1008.1127
+1008.5227 Computation
+1009.5055 Optimization and Control
+1011.2782 Fluid Dynamics
+1012.2935 Number Theory
+1101.1411 Differential Geometry
+1101.4604 Commutative Algebra
+1104.1762 Number Theory
+1106.5850 Computation
+1110.2644 Solar and Stellar Astrophysics
+1111.1889 High Energy Astrophysical Phenomena
+1111.3386 Cosmology and Nongalactic Astrophysics
+1111.3991 Probability
+1111.4144 Mathematical Software
+1201.2557 Algebraic Geometry
+1203.0493 Differential Geometry
+1205.6578 Combinatorics
+1206.0153 Computational Finance
+1207.0520 Applications
+1207.1866 Physics Education
+1207.4664 Numerical Analysis
+1207.6678 Information Theory
+1207.6748
+1208.1725 Applications
+1208.3052 Group Theory
+1208.3679 Cosmology and Nongalactic Astrophysics
+1208.4818 Computation
+1209.5027 Optimization and Control
+1210.5687 Algebraic Geometry
+1210.8277 Mesoscale and Nanoscale Physics
+1211.3840 Optics
+1211.6302 Learning
+1212.1544 Geophysics
+1212.1705 Superconductivity
+1212.4065
+1212.4511 Geometric Topology
+1301.0178 Information Theory
+1301.1468 Commutative Algebra
+1301.4685 Functional Analysis
+1301.5673 Algebraic Geometry
+1301.7298 Superconductivity
+1301.7703 Methodology
+1302.1484 Information Theory
+1302.2565
+1302.2901 Superconductivity
+1302.6241 Cosmology and Nongalactic Astrophysics
+1302.6560 Number Theory
+1303.1054
+1303.3749 Mesoscale and Nanoscale Physics
+1303.3812 Quantum Gases
+1303.4954 Materials Science
+1303.4955 Materials Science
+1303.5102 High Energy Astrophysical Phenomena
+1303.6202
+1303.6262 Classical Analysis and ODEs
+1303.6800 Soft Condensed Matter
+1303.7040 Materials Science
+1304.1564 Functional Analysis
+1304.1999 Probability
+1304.2829 Optics
+1304.3034 Optics
+1304.4764 Mesoscale and Nanoscale Physics
+1304.6081 Mesoscale and Nanoscale Physics
+1304.6931 Experiment
+1304.7636 Strongly Correlated Electrons
+1305.0681
+1305.1762 Optics
+1305.3862 Computational Physics
+1305.4525 Learning
+1305.4671
+1305.6006 Lattice
+1306.0794 Classical Analysis and ODEs
+1306.1249 Mesoscale and Nanoscale Physics
+1306.2233 Mesoscale and Nanoscale Physics
+1306.2366 Physics and Society
+1306.3166 Earth and Planetary Astrophysics
+1306.4790
+1306.6280 Atomic Physics
+1306.6340 Strongly Correlated Electrons
+1307.2086 Theory
+1307.2587 Materials Science
+1307.4638 Soft Condensed Matter
+1307.6260 Mesoscale and Nanoscale Physics
+1307.6920 Fluid Dynamics
+1307.7237 Chemical Physics
+1307.7564 Cosmology and Nongalactic Astrophysics
+1308.0983 Mesoscale and Nanoscale Physics
+1308.1132 Soft Condensed Matter
+1308.2982 Materials Science
+1308.5001 Statistical Mechanics
+1308.5546 Machine Learning
+1309.0716 Strongly Correlated Electrons
+1309.1889 Numerical Analysis
+1309.3124 Soft Condensed Matter
+1309.4179 Superconductivity
+1309.6419 Other Condensed Matter
+1309.6563 Superconductivity
+1309.6619 Phenomenology
+1309.6889 Mesoscale and Nanoscale Physics
+1309.7510 Fluid Dynamics
+1310.1201 Phenomenology
+1310.1878 Methodology
+1310.1983 Superconductivity
+1310.2226 Experiment
+1310.2232 Discrete Mathematics
+1310.2700 Data Analysis, Statistics and Probability
+1310.2783 Combinatorics
+1310.2934 Combinatorics
+1310.3163 Instrumentation and Methods for Astrophysics
+1310.3308 Software Engineering
+1310.3359 Group Theory
+1310.4012 Mesoscale and Nanoscale Physics
+1310.4156 Artificial Intelligence
+1310.4354 Lattice
+1310.4365 Classical Analysis and ODEs
+1310.4711 Geometric Topology
+1310.4753 Multiagent Systems
+1310.4808 Mesoscale and Nanoscale Physics
+1310.4832 Cosmology and Nongalactic Astrophysics
+1310.4837 Lattice
+1310.4839 Optics
+1310.4842 Cosmology and Nongalactic Astrophysics
+1310.4843 Data Structures and Algorithms
+1310.4845 Algebraic Topology
+1310.4846 Analysis of PDEs
+1310.4848 Data Analysis, Statistics and Probability
+1310.4851 Classical Analysis and ODEs
+1310.4856 Formal Languages and Automata Theory
+1310.4862 Operator Algebras
+1310.4865 Representation Theory
+1310.4871 Complex Variables
+1310.4872 Complex Variables
+1310.4874 Computer Science and Game Theory
+1310.4876 Soft Condensed Matter
+1310.4882 Group Theory
+1310.4885 Cosmology and Nongalactic Astrophysics
+1310.4888 Materials Science
+1310.4890
+1310.4891 Computer Vision and Pattern Recognition
+1310.4892 Logic
+1310.4894 Systems and Control
+1310.4895 Mesoscale and Nanoscale Physics
+1310.4898 Chaotic Dynamics
+1310.4899 Social and Information Networks
+1310.4900 Digital Libraries
+1310.4903 Differential Geometry
+1310.4904 Digital Libraries
+1310.4905 Combinatorics
+1310.4906 Distributed, Parallel, and Cluster Computing
+1310.4907 Distributed, Parallel, and Cluster Computing
+1310.4908 Distributed, Parallel, and Cluster Computing
+1310.4909 Digital Libraries
+1310.4912 Geophysics
+1310.4914 Statistics Theory
+1310.4915 Commutative Algebra
+1310.4919 Distributed, Parallel, and Cluster Computing
+1310.4921 Fluid Dynamics
+1310.4922
+1310.4924 Theory
+1310.4933
+1310.4934 Superconductivity
+1310.4935 Distributed, Parallel, and Cluster Computing
+1310.4938 Computation and Language
+1310.4942 Dynamical Systems
+1310.4943 Information Theory
+1310.4949 Networking and Internet Architecture
+1310.4952 Functional Analysis
+1310.4953 Optimization and Control
+1310.4963
+1310.4965 Phenomenology
+1310.4976 Algebraic Geometry
+1310.4977 Learning
+1310.4978 Dynamical Systems
+1310.4980 Cosmology and Nongalactic Astrophysics
+1310.4985 Representation Theory
+1310.4991 Algebraic Geometry
+1310.4997 Mesoscale and Nanoscale Physics
+1310.4998 Mesoscale and Nanoscale Physics
+1310.4999 Disordered Systems and Neural Networks
+1310.5001
+1310.5005 General Physics
+1310.5007 Learning
+1310.5008 Learning
+1310.5010
+1310.5013 Number Theory
+1310.5016 Group Theory
+1310.5017 Neurons and Cognition
+1310.5022 Computational Engineering, Finance, and Science
+1310.5025 Computational Engineering, Finance, and Science
+1310.5027 Number Theory
+1310.5030 Experiment
+1310.5031 Instrumentation and Methods for Astrophysics
+1310.5032 Formal Languages and Automata Theory
+1310.5042 Learning
+1310.5046 Instrumentation and Methods for Astrophysics
+1310.5053 Analysis of PDEs
+1310.5057 Fluid Dynamics
+1310.5060
+1310.5062 Physics and Society
+1310.5063 Probability
+1310.5065 Instrumentation and Detectors
+1310.5066 Differential Geometry
+1310.5067 Cosmology and Nongalactic Astrophysics
+1310.5070 Experiment
+1310.5082 Computer Vision and Pattern Recognition
+1310.5083 Functional Analysis
+1310.5089 Machine Learning
+1310.5093 Numerical Analysis
+1310.5094 Analysis of PDEs
+1310.5095 Machine Learning
+1310.5096 Physics and Society
+1310.5099 Combinatorics
+1310.5103 Methodology
+1310.5120 Differential Geometry
+1310.5121 Differential Geometry
+1310.5122 Functional Analysis
+1310.5127 Representation Theory
+1310.5132 Algebraic Geometry
+1310.5134 Representation Theory
+1310.5137 Optics
+1310.5138 Operator Algebras
+cond-mat/0002096 Superconductivity
+math/0703423 Probability
+0704.2396 Classical Physics
+0709.2972
+0809.2069 Classical Physics
+0811.4167 Methodology
+0903.0473 Number Theory
+0908.3961 Computation
+0910.3064 Analysis of PDEs
+0911.0203 Atomic Physics
+1001.1797 Geometric Topology
+1010.1505 Atomic Physics
+1010.3654
+1101.2843
+1102.1798 Plasma Physics
+1102.2810 Probability
+1104.0868 Soft Condensed Matter
+1105.4507 Statistics Theory
+1109.4775 Combinatorics
+1110.0741 Atomic Physics
+1110.4042 Mesoscale and Nanoscale Physics
+1111.2125 Physics and Society
+1111.6671 Analysis of PDEs
+1112.1791 Group Theory
+1112.5380 Probability
+1202.1149 Combinatorics
+1202.6589 Number Theory
+1203.0329 Phenomenology
+1203.1329 Theory
+1203.1619 Theory
+1203.4146
+1205.3484
+1205.3558 Mesoscale and Nanoscale Physics
+1205.3658 Probability
+1206.0895 Probability
+1206.1101 Differential Geometry
+1206.1224
+1206.4484 Experiment
+1207.1454
+1207.4095
+1207.5475 Statistical Mechanics
+1208.0531
+1208.2030 Phenomenology
+1208.2222 Statistical Mechanics
+1208.2366
+1208.2553
+1208.3708 Mesoscale and Nanoscale Physics
+1209.3571 Algebraic Geometry
+1209.5273
+1210.0844 Phenomenology
+1210.3842 Analysis of PDEs
+1210.3889 Applications
+1210.4177 Probability
+1210.5147
+1210.5510 Lattice
+1210.6219 Strongly Correlated Electrons
+1210.6906 Mesoscale and Nanoscale Physics
+1211.2164 Differential Geometry
+1211.5145 Quantum Gases
+1211.5614 Cryptography and Security
+1211.6161 Algebraic Geometry
+1211.6622 Functional Analysis
+1211.6966 Lattice
+1212.1280
+1212.2972 Strongly Correlated Electrons
+1212.3611 Theory
+1212.5330 Strongly Correlated Electrons
+1212.5797 Probability
+1212.6213 Logic
+1301.1234 Mesoscale and Nanoscale Physics
+1301.1274 Superconductivity
+1301.2614 Quantum Gases
+1301.2969
+1301.5461 Statistical Mechanics
+1301.6661 Materials Science
+1301.7682 Populations and Evolution
+1302.0060 Atomic Physics
+1302.2317 Mesoscale and Nanoscale Physics
+1302.2461 Strongly Correlated Electrons
+1302.3388 High Energy Astrophysical Phenomena
+1302.3515 General Physics
+1302.5718
+1302.6204 Materials Science
+1303.3574 Applications
+1303.4234 Commutative Algebra
+1303.6409 Information Theory
+1303.6922 Analysis of PDEs
+1303.6967 Cosmology and Nongalactic Astrophysics
+1303.7345 Solar and Stellar Astrophysics
+1303.7471 Spectral Theory
+1304.0079
+1304.0632 Physics and Society
+1304.1179 Mesoscale and Nanoscale Physics
+1304.1189 Space Physics
+1304.2165 Solar and Stellar Astrophysics
+1304.2332
+1304.2443 Optics
+1304.3220 Differential Geometry
+1304.3405 Social and Information Networks
+1304.3685 Phenomenology
+1304.3768 Chemical Physics
+1304.3932 Functional Analysis
+1304.4370 Representation Theory
+1304.4586 Exactly Solvable and Integrable Systems
+1304.4587 Probability
+1304.4588 History and Philosophy of Physics
+1304.4590 General Finance
+1304.4591 Solar and Stellar Astrophysics
+1304.4600 Astrophysics of Galaxies
+1304.4602 Social and Information Networks
+1304.4604 Materials Science
+1304.4611 Cosmology and Nongalactic Astrophysics
+1304.4613 Cryptography and Security
+1304.4619 Computers and Society
+1304.4620 Genomics
+1304.4621 Information Theory
+1304.4623 Probability
+1304.4624 Information Theory
+1304.4627 Information Theory
+1304.4632 Group Theory
+1304.4633 Data Structures and Algorithms
+1304.4634 Information Theory
+1304.4635 Combinatorics
+1304.4637 Methodology
+1304.4638 Fluid Dynamics
+1304.4639 Phenomenology
+1304.4640 Probability
+1304.4648 Information Theory
+1304.4651 Cryptography and Security
+1304.4652 Computer Vision and Pattern Recognition
+1304.4653 Analysis of PDEs
+1304.4657 Social and Information Networks
+1304.4661 Data Structures and Algorithms
+1304.4662 Computer Vision and Pattern Recognition
+1304.4666 Information Theory
+1304.4669 Mesoscale and Nanoscale Physics
+1304.4677 Computational Geometry
+1304.4679 Social and Information Networks
+1304.4681 Exactly Solvable and Integrable Systems
+1304.4684 Geometric Topology
+1304.4685 Optimization and Control
+1304.4687 Group Theory
+1304.4688 Pricing of Securities
+1304.4690 Pricing of Securities
+1304.4691 Symbolic Computation
+1304.4694 Differential Geometry
+1304.4696 Combinatorics
+1304.4700 Phenomenology
+1304.4701 Analysis of PDEs
+1304.4702 Numerical Analysis
+1304.4703 Numerical Analysis
+1304.4706 Accelerator Physics
+1304.4711 Computer Vision and Pattern Recognition
+1304.4712 Strongly Correlated Electrons
+1304.4716 Number Theory
+1304.4721
+1304.4724 Functional Analysis
+1304.4727 Differential Geometry
+1304.4729 Instrumentation and Detectors
+1304.4736 History and Philosophy of Physics
+1304.4737 Theory
+1304.4738 Numerical Analysis
+1304.4740
+1304.4747 Phenomenology
+1304.4748 Applications
+1304.4749 Strongly Correlated Electrons
+1304.4750 Networking and Internet Architecture
+1304.4751 Dynamical Systems
+1304.4755 Materials Science
+1304.4759 Algebraic Topology
+1304.4765 Computer Vision and Pattern Recognition
+1304.4766 Genomics
+1304.4767 Analysis of PDEs
+1304.4770 Mesoscale and Nanoscale Physics
+1304.4773 Applications
+1304.4782 Classical Analysis and ODEs
+1304.4784 Group Theory
+1304.4785 Logic
+1304.4786 Statistics Theory
+1304.4787 Logic
+1304.4791 Combinatorics
+1304.4795 Databases
+1304.4799 Applications
+1304.4801
+1304.4807 General Finance
+1304.4808 Differential Geometry
+1304.4809 Soft Condensed Matter
+1304.4812 Superconductivity
+1304.4813 Combinatorics
+1304.4815 General Physics
+1304.4816 Numerical Analysis
+1304.4817 Number Theory
+1304.4818 Differential Geometry
+1304.4820 Theory
+1304.4830 Theory
+1304.4837 Social and Information Networks
+1304.4838 Probability
+1304.4839 Group Theory
+1304.4841 Solar and Stellar Astrophysics
+1304.4842 Number Theory
+1304.4847 Probability
+1304.4848 Statistics Theory
+1304.4851 Methodology
+1304.4852 General Finance
+1304.4853 Probability
+1304.4864 Dynamical Systems
+1304.4868
+1304.4873 Chaotic Dynamics
+1304.4876 Applications
+1304.4877 Metric Geometry
+1304.4882 Phenomenology
+1304.4884 Dynamical Systems
+1304.4886 Solar and Stellar Astrophysics
+1304.4887 Atomic Physics
+1304.4888 Analysis of PDEs
+1304.4890 Methodology
+1304.4891 High Energy Astrophysical Phenomena
+1304.4898 Group Theory
+1304.4900 Lattice
+1304.4908 Statistical Mechanics
+1304.4915 Computers and Society
+1304.4916 Chaotic Dynamics
+1304.4922 Classical Analysis and ODEs
+1304.4924 Differential Geometry
+1304.4927 Information Theory
+hep-th/0003274 Theory
+math/0507522 Probability
+math/0610175 Differential Geometry
+physics/0405122 Physics Education
+physics/0603244 Classical Physics
+quant-ph/0301021
+0705.1667
+0710.0716 Dynamical Systems
+0802.3544 Group Theory
+0804.2620 Spectral Theory
+0804.4712 Exactly Solvable and Integrable Systems
+0807.4386 Disordered Systems and Neural Networks
+0901.0101 Number Theory
+1005.4342 Populations and Evolution
+1008.0309 Earth and Planetary Astrophysics
+1008.3068 Soft Condensed Matter
+1009.2126 Number Theory
+1009.5549 Optics
+1011.3292 Operator Algebras
+1011.4128 Algebraic Geometry
+1012.1290 Number Theory
+1101.0305 Statistics Theory
+1101.1134 Quantum Gases
+1101.2642 Algebraic Geometry
+1101.5697 Rings and Algebras
+1102.5694 Populations and Evolution
+1103.0314 Differential Geometry
+1103.2283
+1103.3928 Number Theory
+1103.5803 Algebraic Geometry
+1104.2775 Disordered Systems and Neural Networks
+1104.3366 Complex Variables
+1105.2402 Strongly Correlated Electrons
+1105.3657 Statistical Mechanics
+1106.4490 Methodology
+1106.4772 Strongly Correlated Electrons
+1107.0609
+1107.5364 Numerical Analysis
+1108.5345 Spectral Theory
+1108.6160 Statistical Mechanics
+1108.6239 Information Theory
+1109.6622 Numerical Analysis
+1110.3909 Commutative Algebra
+1111.2914 Exactly Solvable and Integrable Systems
+1111.5349 Theory
+1112.1119
+1112.4002 Social and Information Networks
+1112.4712 Biological Physics
+1201.0153 Genomics
+1201.0749 Data Structures and Algorithms
+1201.1609 Analysis of PDEs
+1201.2592 Numerical Analysis
+1201.2610 Spectral Theory
+1201.3275 Soft Condensed Matter
+1201.4779 Numerical Analysis
+1201.4913 Strongly Correlated Electrons
+1201.6005 Logic
+1201.6128 Logic
+1202.2106 Dynamical Systems
+1202.4711 Spectral Theory
+1202.5056
+1203.2692 Fluid Dynamics
+1203.6681 Adaptation and Self-Organizing Systems
+1204.1113 Number Theory
+1204.1251 Analysis of PDEs
+1204.2321 Neural and Evolutionary Computing
+1205.0788 Lattice
+1205.1754 Differential Geometry
+1205.5450 Analysis of PDEs
+1206.1941 Spectral Theory
+1206.3826 Number Theory
+1206.6780 Group Theory
+1208.4607 Phenomenology
+1208.5682 Cosmology and Nongalactic Astrophysics
+1208.5871 Superconductivity
+1209.2219 Algebraic Topology
+1209.5156 Cosmology and Nongalactic Astrophysics
+1210.5372 Mesoscale and Nanoscale Physics
+1210.6615 Classical Analysis and ODEs
+1210.6622 Combinatorics
+1210.8282 Superconductivity
+1211.0874 Phenomenology
+1211.1458 Statistical Mechanics
+1211.1533 K-Theory and Homology
+1211.2228
+1211.2716 Number Theory
+1211.2947 Combinatorics
+1211.3630 Probability
+1212.0436 Algebraic Geometry
+1212.2543 Phenomenology
+1212.3436 Applications
+1212.3574 Number Theory
+1212.4879
+1212.5537 Number Theory
+1212.6377 Statistical Mechanics
+1301.0060 Cosmology and Nongalactic Astrophysics
+1301.0290 Differential Geometry
+1301.1094
+1301.1337 Mesoscale and Nanoscale Physics
+1301.3487 Chaotic Dynamics
+1301.3626
+1301.4638 Differential Geometry
+1301.5644 Cosmology and Nongalactic Astrophysics
+1302.0553 Quantum Gases
+1302.0672 Phenomenology
+1302.0770 Mesoscale and Nanoscale Physics
+1302.1870 Phenomenology
+1302.2739
+1302.3869 Neurons and Cognition
+1302.4716 Geometric Topology
+1302.5557 Mesoscale and Nanoscale Physics
+1302.6146 Chemical Physics
+1303.0503 Information Theory
+1303.0903 Materials Science
+1303.2504 Complex Variables
+1303.3196 Operator Algebras
+1303.3218 Optics
+1303.3741 Social and Information Networks
+1303.3843 Quantum Gases
+1303.4626 Cosmology and Nongalactic Astrophysics
+1303.4856
+1304.0343 Phenomenology
+1304.2243 Solar and Stellar Astrophysics
+1304.4383 Networking and Internet Architecture
+1304.4517 Numerical Analysis
+1304.4854 Statistical Mechanics
+1304.5350 Learning
+1304.6191
+1304.6778 Number Theory
+1305.1502 Social and Information Networks
+1305.1777 Algebraic Geometry
+1305.3504 Pattern Formation and Solitons
+1305.3562 Dynamical Systems
+1305.3909 Experiment
+1305.3960 Combinatorics
+1305.4094
+1305.4627
+1305.4923 Mesoscale and Nanoscale Physics
+1305.4969 Theory
+1305.5130 Superconductivity
+1305.5517 Fluid Dynamics
+1305.5745 Statistical Mechanics
+1305.6317 Cosmology and Nongalactic Astrophysics
+1306.0349
+1306.0402 Atomic Physics
+1306.0623 Statistics Theory
+1306.1306
+1306.1732 Phenomenology
+1306.1998 Probability
+1306.3339 Materials Science
+1306.3868 Theory
+1306.4138 Phenomenology
+1306.4223 Digital Libraries
+1306.5514
+1306.6131 Statistical Mechanics
+1306.6172
+1306.6474 Phenomenology
+1307.0114 Statistical Finance
+1307.0420 Number Theory
+1307.1590
+1307.2081 Analysis of PDEs
+1307.2213
+1307.2388 Algebraic Geometry
+1307.3317 Solar and Stellar Astrophysics
+1307.3415
+1307.3744 Quantum Gases
+1307.4236 Category Theory
+1308.0535 Solar and Stellar Astrophysics
+1308.0667 Operator Algebras
+1308.1532 Category Theory
+1308.1779 Computer Science and Game Theory
+1308.1799 Materials Science
+1308.2636 Plasma Physics
+1308.2770
+1308.2925 Theory
+1308.3283 Strongly Correlated Electrons
+1308.3734 Statistical Mechanics
+1308.4246 Analysis of PDEs
+1308.4820 Computers and Society
+1308.5150 Algebraic Geometry
+1308.6059 Representation Theory
+1308.6183 Strongly Correlated Electrons
+1308.6234 Algebraic Geometry
+1308.6303 Methodology
+1308.6411 Number Theory
+1308.6472 Astrophysics of Galaxies
+1308.6709 Systems and Control
+1308.6833 Optimization and Control
+1309.0009 Astrophysics of Galaxies
+1309.0019 Number Theory
+1309.0021 Phenomenology
+1309.0022 Materials Science
+1309.0024 Statistics Theory
+1309.0030 Algebraic Geometry
+1309.0032 Superconductivity
+1309.0039 Rings and Algebras
+1309.0042 Medical Physics
+1309.0043 Geometric Topology
+1309.0053 Commutative Algebra
+1309.0057
+1309.0058
+1309.0062 Theory
+1309.0063 Applications
+1309.0066 Disordered Systems and Neural Networks
+1309.0072 Analysis of PDEs
+1309.0073 Cryptography and Security
+1309.0075 Algebraic Geometry
+1309.0078 Materials Science
+1309.0079 Adaptation and Self-Organizing Systems
+1309.0081 Data Structures and Algorithms
+1309.0082 Data Structures and Algorithms
+1309.0083 Phenomenology
+1309.0088 Information Theory
+1309.0089
+1309.0092 Differential Geometry
+1309.0095 Materials Science
+1309.0097 Biological Physics
+1309.0098
+1309.0101 High Energy Astrophysical Phenomena
+1309.0106 Strongly Correlated Electrons
+1309.0113 Optimization and Control
+1309.0118
+1309.0119 Combinatorics
+1309.0121 High Energy Astrophysical Phenomena
+1309.0124 Combinatorics
+1309.0126 Classical Physics
+1309.0127 Mesoscale and Nanoscale Physics
+1309.0130 Theory
+1309.0131 Functional Analysis
+1309.0132
+1309.0133 Combinatorics
+1309.0135 Commutative Algebra
+1309.0138 Differential Geometry
+1309.0140
+1309.0141 Information Theory
+1309.0143
+1309.0144 History and Philosophy of Physics
+1309.0146 Theory
+1309.0150 Functional Analysis
+1309.0151 Probability
+1309.0152 Functional Analysis
+1309.0154 Functional Analysis
+1309.0156 Strongly Correlated Electrons
+1309.0165 Systems and Control
+1309.0181 Quantum Gases
+1309.0184 Experiment
+1309.0185 Human-Computer Interaction
+1309.0186 Networking and Internet Architecture
+1309.0187 Functional Analysis
+1309.0188 Computers and Society
+1309.0189 Computers and Society
+1309.0193 Information Theory
+1309.0195 Networking and Internet Architecture
+1309.0196 Logic
+1309.0199 Discrete Mathematics
+1309.0201 Functional Analysis
+1309.0205 Materials Science
+1309.0209 Optimization and Control
+1309.0210 Differential Geometry
+1309.0212 Numerical Analysis
+1309.0215 Distributed, Parallel, and Cluster Computing
+1309.0218 Statistical Finance
+1309.0220 Methodology
+1309.0221 Theory
+1309.0225 Combinatorics
+1309.0229 Analysis of PDEs
+1309.0231 Theory
+1309.0232 Spectral Theory
+1309.0233 Analysis of PDEs
+1309.0238 Learning
+1309.0240 Functional Analysis
+1309.0241 Functional Analysis
+1309.0242 Physics and Society
+1309.0244 Optics
+1309.0245 Cryptography and Security
+1309.0246 Materials Science
+1309.0248 Populations and Evolution
+1309.0249 Computational Complexity
+1309.0251 Data Structures and Algorithms
+1309.0252 Combinatorics
+1309.0254 Combinatorics
+1309.0255 Probability
+1309.0256 Probability
+1309.0261 Computer Vision and Pattern Recognition
+1309.0262 Computer Science and Game Theory
+1309.0264 Analysis of PDEs
+1309.0267 Molecular Networks
+1309.0268 Combinatorics
+1309.0275 Analysis of PDEs
+1309.0277 Digital Libraries
+1309.0279 Complex Variables
+1309.0281 Metric Geometry
+1309.0282 Theory
+1309.0284 Representation Theory
+1309.0287 Instrumentation and Detectors
+1309.0288 Fluid Dynamics
+1309.0289 Soft Condensed Matter
+1309.0294 Materials Science
+1309.0296 Computational Complexity
+1309.0302 Machine Learning
+1309.0309 Computer Vision and Pattern Recognition
+1309.0320 Number Theory
+1309.0325 Fluid Dynamics
+1309.0328 Functional Analysis
+1309.0332 Metric Geometry
+1309.0335 Mesoscale and Nanoscale Physics
+1309.0337 Machine Learning
+1309.0341 Instrumentation and Detectors
+1309.0343 Cosmology and Nongalactic Astrophysics
+1309.0344 Superconductivity
+1309.0345 Dynamical Systems
+1309.0346 Data Structures and Algorithms
+1309.0348 Physics and Society
+1309.0354 Space Physics
+1309.0356 Soft Condensed Matter
+1309.0359 Mesoscale and Nanoscale Physics
+1309.0361 Category Theory
+1309.0365 Systems and Control
+1309.0367 Operator Algebras
+1309.0373 Databases
+1309.0379 Analysis of PDEs
+1309.0385 Materials Science
+1309.0387 Phenomenology
+1309.0389 Logic
+1309.0390 Mesoscale and Nanoscale Physics
+1309.0392 Distributed, Parallel, and Cluster Computing
+1309.0394 Algebraic Geometry
+1309.0397 High Energy Astrophysical Phenomena
+1309.0401 Soft Condensed Matter
+1309.0405 Fluid Dynamics
+1309.0406 Algebraic Geometry
+1309.0407
+1309.0416 Combinatorics
+1309.0417 Solar and Stellar Astrophysics
+1309.0418 Representation Theory
+1309.0428 Computation
+1309.0430
+1309.0431 Commutative Algebra
+1309.0434 Combinatorics
+1309.0435 Discrete Mathematics
+1309.0436
+1309.0438 Combinatorics
+1309.0441 Number Theory
+1309.0442 Robotics
+1309.0443 Number Theory
+1309.0444 Accelerator Physics
+1309.0453
+1309.0454 High Energy Astrophysical Phenomena
+1309.0455 Populations and Evolution
+1309.0456 Software Engineering
+1309.0458 Information Theory
+1309.0460 Combinatorics
+1309.0465 Optics
+1309.0471
+1309.0472 Optics
+1309.0476 Analysis of PDEs
+1309.0479 Number Theory
+1309.0481 Chemical Physics
+1309.0483 Rings and Algebras
+1309.0484 Algebraic Geometry
+1309.0486 Number Theory
+1309.0490 Theory
+1309.0498 Operator Algebras
+cond-mat/0501421 Soft Condensed Matter
+cond-mat/0508243 Statistical Mechanics
+cond-mat/0601007 Statistical Mechanics
+math/0703812 Analysis of PDEs
+quant-ph/9907021
+0709.4631 Soft Condensed Matter
+0801.3923 Chaotic Dynamics
+0801.3931
+0809.0830 Algebraic Geometry
+0809.4318 Algebraic Topology
+0911.2752 K-Theory and Homology
+0912.5013 Methodology
+1001.0883 Geometric Topology
+1006.5341 Chaotic Dynamics
+1007.4412 Analysis of PDEs
+1008.0966 Solar and Stellar Astrophysics
+1008.2745 Differential Geometry
+1008.2750 Information Theory
+1009.5683 Group Theory
+1010.2609
+1010.4956 Category Theory
+1011.0028 Probability
+1012.1799 Information Theory
+1012.2525 Phenomenology
+1012.3373 Instrumentation and Detectors
+1012.4926
+1102.5730 Geometric Topology
+1103.1336 Mesoscale and Nanoscale Physics
+1103.2582 Combinatorics
+1103.2594 Theory
+1106.0879 Metric Geometry
+1106.2024 Atmospheric and Oceanic Physics
+1106.2174 Mesoscale and Nanoscale Physics
+1106.4795 Phenomenology
+1107.3773 Classical Analysis and ODEs
+1108.5651
+1109.2290
+1109.4402 Group Theory
+1109.5136 Geometric Topology
+1110.0551 Cosmology and Nongalactic Astrophysics
+1110.2678 General Physics
+1110.3938 Superconductivity
+1110.6794
+1110.6813 Commutative Algebra
+1111.2821 General Physics
+1112.1508 Lattice
+1112.2122 Analysis of PDEs
+1112.6132 Representation Theory
+1201.4129 Statistics Theory
+1202.0019 Probability
+1202.1133 Functional Analysis
+1202.3209 Atmospheric and Oceanic Physics
+1202.5920 Earth and Planetary Astrophysics
+1203.1315
+1203.5794
+1204.0836 Mesoscale and Nanoscale Physics
+1204.1451 Logic
+1204.1514 Group Theory
+1204.1517 Operator Algebras
+1204.1584 Materials Science
+1204.1819 Probability
+1204.3659 Astrophysics of Galaxies
+1204.4497 Physics and Society
+1204.5603 Number Theory
+1204.6235 Number Theory
+1205.1711 Statistical Finance
+1205.2749 Pattern Formation and Solitons
+1205.3197
+1205.3816 Discrete Mathematics
+1205.4067 Information Theory
+1205.4755 Phenomenology
+1205.5528 Instrumentation and Detectors
+1205.6025 Number Theory
+1206.0327 Group Theory
+1206.0717
+1206.4091 Statistics Theory
+1206.6389 Learning
+1206.6729 Materials Science
+1207.0906 Phenomenology
+1207.1594 Mesoscale and Nanoscale Physics
+1207.2276
+1207.4484 Phenomenology
+1207.4636 Classical Physics
+1207.5046 Theory
+1207.6190 Statistical Mechanics
+1207.6968 Phenomenology
+1208.0413 Analysis of PDEs
+1208.0880 Statistical Mechanics
+1208.2732 Phenomenology
+1208.3742 Strongly Correlated Electrons
+1208.4508 Information Theory
+1208.5174
+1209.0875 Cryptography and Security
+1209.1782 Numerical Analysis
+1209.1893 Computational Finance
+1209.2547
+1209.2980 Probability
+1209.3551 Strongly Correlated Electrons
+1209.4572 Statistical Mechanics
+1209.5624 Atomic Physics
+1209.5720 Lattice
+1209.5931 Other Computer Science
+1209.6184 Optics
+1210.0861 Rings and Algebras
+1210.1441 Physics and Society
+1210.1466 Quantum Gases
+1210.1746 Dynamical Systems
+1210.2010 Optics
+1210.2373 Number Theory
+1210.3325 Fluid Dynamics
+1210.3426
+1210.3662 Probability
+1210.3737 Statistical Mechanics
+1210.3795 Probability
+1210.5089 Instrumentation and Detectors
+1210.5357 Materials Science
+1210.6071 Representation Theory
+1210.6358 Cosmology and Nongalactic Astrophysics
+1210.7143
+1210.7774 Programming Languages
+1210.8247 Optics
+1210.8403 Strongly Correlated Electrons
+1211.0239 Operator Algebras
+1211.0256 Optics
+1211.0358 Machine Learning
+1211.0491 Mesoscale and Nanoscale Physics
+1211.0800 Materials Science
+1211.0877 Data Structures and Algorithms
+1211.0944 Solar and Stellar Astrophysics
+1211.2218 Theory
+1211.2242 Quantum Gases
+1211.2712 Operator Algebras
+1211.3396 Soft Condensed Matter
+1211.4432 Rings and Algebras
+1211.5174 Theory
+1211.5921
+1211.6258 Software Engineering
+1212.0409
+1212.0515 Commutative Algebra
+1212.1101 Mesoscale and Nanoscale Physics
+1212.1491 Mesoscale and Nanoscale Physics
+1212.2369 Solar and Stellar Astrophysics
+1212.2530 Combinatorics
+1212.2819 Phenomenology
+1212.3016 Phenomenology
+1212.3734 Quantum Gases
+1212.4033 Theory
+1212.4803 Exactly Solvable and Integrable Systems
+1212.5559 Phenomenology
+1212.6095
+1212.6283 Category Theory
+1212.6370 Theory
+1212.6424 Exactly Solvable and Integrable Systems
+1212.6519 Artificial Intelligence
+1212.6867 Exactly Solvable and Integrable Systems
+1301.0484 Quantum Algebra
+1301.0515 Instrumentation and Detectors
+1301.1036 Chemical Physics
+1301.3268 Theory
+1301.3344 Number Theory
+1301.3652 Instrumentation and Methods for Astrophysics
+1301.3741 Numerical Analysis
+1301.3745 Numerical Analysis
+1301.3979 Discrete Mathematics
+1301.5057 Theory
+1301.5061 Information Theory
+1301.6202 Spectral Theory
+1301.6497 Superconductivity
+1302.0601 Phenomenology
+1302.1209 Numerical Analysis
+1302.2258 Quantum Gases
+1302.2321 Solar and Stellar Astrophysics
+1302.2689 Numerical Analysis
+1302.3775
+1302.5235 Social and Information Networks
+1302.5382 Emerging Technologies
+1302.5676 Logic
+1303.0085 High Energy Astrophysical Phenomena
+1303.0096 Experiment
+1303.0101 Experiment
+1303.0277 Optics
+1303.0642 Machine Learning
+1303.3724 Algebraic Geometry
+1303.4569 Functional Analysis
+1303.4772 Strongly Correlated Electrons
+1303.4905 Digital Libraries
+1303.4920 Combinatorics
+1303.5025
+1303.5093 High Energy Astrophysical Phenomena
+1303.5153 Statistics Theory
+1303.5282 Theory
+1303.5345 Solar and Stellar Astrophysics
+1303.5364 Networking and Internet Architecture
+1303.5365 Networking and Internet Architecture
+1303.5387 Optimization and Control
+1303.5456 Combinatorics
+1303.5703 Artificial Intelligence
+1303.5704 Artificial Intelligence
+1303.5705 Artificial Intelligence
+1303.5706 Artificial Intelligence
+1303.5707 Artificial Intelligence
+1303.5708 Artificial Intelligence
+1303.5709 Artificial Intelligence
+1303.5710 Artificial Intelligence
+1303.5711 Artificial Intelligence
+1303.5712 Artificial Intelligence
+1303.5713 Artificial Intelligence
+1303.5714 Artificial Intelligence
+1303.5715 Artificial Intelligence
+1303.5716 Artificial Intelligence
+1303.5717 Artificial Intelligence
+1303.5719 Artificial Intelligence
+1303.5721 Artificial Intelligence
+1303.5722 Artificial Intelligence
+1303.5723 Artificial Intelligence
+1303.5724 Artificial Intelligence
+1303.5725 Artificial Intelligence
+1303.5726 Artificial Intelligence
+1303.5727 Artificial Intelligence
+1303.5728 Artificial Intelligence
+1303.5729 Artificial Intelligence
+1303.5730 Artificial Intelligence
+1303.5731 Artificial Intelligence
+1303.5732 Artificial Intelligence
+1303.5733 Artificial Intelligence
+1303.5734 Artificial Intelligence
+1303.5735 Artificial Intelligence
+1303.5736 Artificial Intelligence
+1303.5737 Artificial Intelligence
+1303.5738 Artificial Intelligence
+1303.5739 Artificial Intelligence
+1303.5740 Artificial Intelligence
+1303.5741 Artificial Intelligence
+1303.5742 Artificial Intelligence
+1303.5743 Artificial Intelligence
+1303.5744 Artificial Intelligence
+1303.5745 Artificial Intelligence
+1303.5746 Artificial Intelligence
+1303.5747 Artificial Intelligence
+1303.5748 Artificial Intelligence
+1303.5749 Artificial Intelligence
+1303.5750 Artificial Intelligence
+1303.5751 Artificial Intelligence
+1303.5752 Artificial Intelligence
+1303.5753 Artificial Intelligence
+1303.5754 Artificial Intelligence
+1303.5755 Artificial Intelligence
+1303.5756 Artificial Intelligence
+1303.5757 Artificial Intelligence
+1303.5758 Artificial Intelligence
+1303.5759 Artificial Intelligence
+1303.5760 Artificial Intelligence
+1303.5761 Artificial Intelligence
+1303.5763 Probability
+1303.5764 Rings and Algebras
+1303.5768 Programming Languages
+1303.5772 Quantum Gases
+1303.5778 Neural and Evolutionary Computing
+1303.5783 Number Theory
+1303.5791 Strongly Correlated Electrons
+1303.5793 Spectral Theory
+1303.5795 Representation Theory
+1303.5798 General Topology
+1303.5800 Data Structures and Algorithms
+1303.5803 Computer Science and Game Theory
+1303.5804 Phenomenology
+1303.5806 Combinatorics
+1303.5809 Statistical Finance
+1303.5816 Functional Analysis
+1303.5819 Phenomenology
+1303.5822 Algebraic Geometry
+1303.5829 Dynamical Systems
+1303.5835 Probability
+1303.5837 Distributed, Parallel, and Cluster Computing
+1303.5839 Networking and Internet Architecture
+1303.5851 Optics
+1303.5853 Solar and Stellar Astrophysics
+1303.5856 Phenomenology
+1303.5859 Cosmology and Nongalactic Astrophysics
+1303.5863 Theory
+1303.5867 Information Retrieval
+1303.5870 Digital Libraries
+1303.5872 Group Theory
+1303.5874 Software Engineering
+1303.5875 Functional Analysis
+1303.5876 Classical Analysis and ODEs
+1303.5878 Numerical Analysis
+1303.5881 Rings and Algebras
+1303.5882 General Finance
+1303.5884 Differential Geometry
+1303.5886 Optics
+1303.5890 Soft Condensed Matter
+1303.5891 Distributed, Parallel, and Cluster Computing
+1303.5895 Earth and Planetary Astrophysics
+1303.5896 Soft Condensed Matter
+1303.5897 Phenomenology
+1303.5902 Mesoscale and Nanoscale Physics
+1303.5903 Social and Information Networks
+1303.5904
+1303.5905 Algebraic Geometry
+1303.5906 Earth and Planetary Astrophysics
+1303.5907 Distributed, Parallel, and Cluster Computing
+1303.5909 Social and Information Networks
+1303.5910 Social and Information Networks
+1303.5912 Social and Information Networks
+1303.5913 Computer Vision and Pattern Recognition
+1303.5914 Phenomenology
+1303.5915 Theory
+1303.5916 Algebraic Geometry
+1303.5919 Artificial Intelligence
+1303.5924 Phenomenology
+1303.5926 Software Engineering
+1303.5927
+1303.5928
+1303.5929 Artificial Intelligence
+1303.5930 Numerical Analysis
+1303.5931 Exactly Solvable and Integrable Systems
+1303.5933 Mesoscale and Nanoscale Physics
+1303.5934 Optimization and Control
+1303.5936 Combinatorics
+1303.5938 Software Engineering
+1303.5940 Category Theory
+1303.5941 Analysis of PDEs
+1303.5943 Networking and Internet Architecture
+1303.5948 Algebraic Geometry
+1303.5950 Software Engineering
+1303.5951 Phenomenology
+1303.5958 Computational Geometry
+1303.5961 Cosmology and Nongalactic Astrophysics
+1303.5970 Probability
+1303.5972 Multimedia
+1303.5976 Machine Learning
+1303.5981
+1303.5982 Classical Analysis and ODEs
+1303.5983 Numerical Analysis
+1303.5984 Machine Learning
+1303.5988 Information Retrieval
+1303.5990 Probability
+1303.5992 Dynamical Systems
+1303.6001 Learning
+1303.6005 Analysis of PDEs
+1303.6006 Superconductivity
+1303.6007 History and Philosophy of Physics
+1303.6013 Algebraic Geometry
+1303.6021 Computer Vision and Pattern Recognition
+1303.6022 Computers and Society
+1303.6025
+1303.6026
+1303.6029 Analysis of PDEs
+1303.6030 Commutative Algebra
+1303.6036 Phenomenology
+1303.6037 Exactly Solvable and Integrable Systems
+1303.6038 Experiment
+1303.6042 Statistics Theory
+1303.6045 Statistical Mechanics
+1303.6046 Information Theory
+1303.6047
+1303.6051 Soft Condensed Matter
+1303.6054 Dynamical Systems
+1303.6057
+1303.6059 Analysis of PDEs
+1303.6061 Soft Condensed Matter
+1303.6063 Numerical Analysis
+1303.6064 Analysis of PDEs
+1303.6065 Phenomenology
+1303.6069 Materials Science
+1303.6076 Networking and Internet Architecture
+1303.6078 Functional Analysis
+1303.6086 Learning
+1303.6089 Classical Analysis and ODEs
+1303.6090 Pricing of Securities
+1303.6093 Number Theory
+1303.6094 Social and Information Networks
+1303.6095
+1303.6100 Probability
+1303.6102 High Energy Astrophysical Phenomena
+1303.6105
+1303.6107 Logic in Computer Science
+1303.6108 High Energy Astrophysical Phenomena
+1303.6111 Chemical Physics
+1303.6112 Superconductivity
+1303.6113 Algebraic Geometry
+1303.6114 Differential Geometry
+1303.6115
+1303.6117 Atomic Physics
+1303.6118 High Energy Astrophysical Phenomena
+1303.6119 Number Theory
+1303.6120 Physics and Society
+1303.6127 Computational Geometry
+1303.6128 Algebraic Geometry
+1303.6134 Quantum Algebra
+1303.6135 Information Theory
+1303.6138 Social and Information Networks
+1303.6140 Analysis of PDEs
+1303.6141 Numerical Analysis
+1303.6151 Analysis of PDEs
+1303.6152 Applications
+1303.6154 Phenomenology
+1303.6158 Cosmology and Nongalactic Astrophysics
+1303.6160 Cosmology and Nongalactic Astrophysics
+1303.6165 Methodology
+1303.6169 Applications
+1303.6171 Statistics Theory
+1303.6172 Analysis of PDEs
+1303.6173 Phenomenology
+1303.6192 General Finance
+1303.6198 Dynamical Systems
+1303.6199 Methodology
+1303.6200 Computer Science and Game Theory
+1303.6206
+1303.6210 Analysis of PDEs
+1303.6213
+1303.6214 Commutative Algebra
+1303.6218 High Energy Astrophysical Phenomena
+1303.6220 Analysis of PDEs
+1303.6221 Soft Condensed Matter
+1303.6224 Systems and Control
+1303.6229
+1303.6230 Instrumentation and Methods for Astrophysics
+1303.6233 Strongly Correlated Electrons
+1303.6245 Quantum Gases
+1303.6251 Analysis of PDEs
+1303.6259 Number Theory
+astro-ph/0506530
+astro-ph/9912347
+math/0508591 Numerical Analysis
+physics/0505040 General Physics
+quant-ph/0212001
+quant-ph/0610081
+0710.3423 Operator Algebras
+0803.2501 Dynamical Systems
+0808.1246 Data Structures and Algorithms
+0808.1416 Statistics Theory
+0812.0184 Operator Algebras
+0902.3886 Operator Algebras
+0903.3225 Differential Geometry
+0904.0371 Earth and Planetary Astrophysics
+0905.2472 Materials Science
+0908.2360 Mesoscale and Nanoscale Physics
+0909.1274
+0909.3398 Differential Geometry
+0911.0086 Data Structures and Algorithms
+0911.0328 Earth and Planetary Astrophysics
+1002.3934 Differential Geometry
+1003.0295
+1005.5081 Methodology
+1007.0699
+1008.0656 Combinatorics
+1008.2043 Combinatorics
+1009.0762 Phenomenology
+1009.4141 Quantitative Methods
+1010.5183 Statistical Mechanics
+1011.2553 Methodology
+1012.3340 Cryptography and Security
+1012.4506 Data Analysis, Statistics and Probability
+1101.4925 Optimization and Control
+1102.1888 Probability
+1102.2512 Algebraic Topology
+1102.3365
+1103.1652 General Finance
+1103.2623 Differential Geometry
+1103.3626 Combinatorics
+1103.4564 Analysis of PDEs
+1103.6220 General Physics
+1104.0554 Statistics Theory
+1104.4315 Differential Geometry
+1106.4315 Theory
+1106.5787 Theory
+1107.4468 Statistics Theory
+1107.4813
+1107.5846
+1108.3655 Combinatorics
+1108.3731 Algebraic Geometry
+1108.4216 Optimization and Control
+1108.4496 Combinatorics
+1109.2869 Phenomenology
+1109.3084 Geometric Topology
+1109.5233
+1109.6641 Phenomenology
+1110.0220 Pricing of Securities
+1110.3646
+1110.4388 Superconductivity
+1110.4594 Differential Geometry
+1110.4629 General Physics
+1110.5794 Cryptography and Security
+1111.1671
+1111.6517 Differential Geometry
+1112.0607 Phenomenology
+1112.2960 Representation Theory
+1112.5352 Discrete Mathematics
+1112.5416 Cosmology and Nongalactic Astrophysics
+1112.5791 Chaotic Dynamics
+1201.0567 Chaotic Dynamics
+1201.0733 Statistical Mechanics
+1201.1610 Group Theory
+1201.2035 Optimization and Control
+1201.2210 Analysis of PDEs
+1201.4589 Number Theory
+1201.6025 Soft Condensed Matter
+1202.0604 Theory
+1202.2404 Classical Physics
+1202.2572 Software Engineering
+1202.5595 Theory
+1202.5871
+1202.5895 Probability
+1203.0920 Logic in Computer Science
+1203.1203 Formal Languages and Automata Theory
+1203.2202 Information Theory
+1203.4406 Materials Science
+1203.5325 Information Theory
+1203.6668 Combinatorics
+1204.1290 Systems and Control
+1204.2297 Classical Analysis and ODEs
+1204.2892 Probability
+1204.4258 Combinatorics
+1204.5548 Classical Analysis and ODEs
+1205.0596 Social and Information Networks
+1205.3074 Combinatorics
+1205.3502 Astrophysics of Galaxies
+1205.3749 Statistical Mechanics
+1205.4327 Metric Geometry
+1205.4637 Complex Variables
+1205.5075 Learning
+1205.5553 Strongly Correlated Electrons
+1205.6148 Algebraic Geometry
+1206.0315 Chaotic Dynamics
+1206.1599 Phenomenology
+1206.2024 Materials Science
+1206.2302 Physics Education
+1206.2983 Theory
+1206.3744 Rings and Algebras
+1206.4107 Combinatorics
+1206.5315 Theory
+1206.6052 Mesoscale and Nanoscale Physics
+1207.0612 Commutative Algebra
+1207.1139
+1207.2509
+1207.3754
+1207.4417 Computer Vision and Pattern Recognition
+1207.4650 Group Theory
+1207.5494 Theory
+1207.5934 Atomic Physics
+1207.6201 Optics
+1208.0024 Combinatorics
+1208.0299 Soft Condensed Matter
+1208.0600 Cosmology and Nongalactic Astrophysics
+1208.1034 Number Theory
+1208.1121 Statistical Mechanics
+1208.1777 Algebraic Topology
+1208.2112 Learning
+1208.2934
+1208.3142 Superconductivity
+1208.4211 Earth and Planetary Astrophysics
+1208.5430 Soft Condensed Matter
+1208.6113 Mesoscale and Nanoscale Physics
+1208.6211 Analysis of PDEs
+1208.6491 Disordered Systems and Neural Networks
+1209.0038 Representation Theory
+1209.0602 Earth and Planetary Astrophysics
+1209.0749 Theory
+1209.1155 Quantum Algebra
+1209.1445 Populations and Evolution
+1209.3863 Quantum Gases
+1209.4426 Quantum Gases
+1209.5563 Cosmology and Nongalactic Astrophysics
+1210.2512 Disordered Systems and Neural Networks
+1210.2818 Theory
+1210.2923 Earth and Planetary Astrophysics
+1210.3651 Phenomenology
+1210.3869 Differential Geometry
+1210.4748 Fluid Dynamics
+1210.5932 Information Theory
+1210.5942 Optics
+1210.6647 Medical Physics
+1210.7308
+1210.8349
+1211.0249 Neurons and Cognition
+1211.0880 Biological Physics
+1211.1718
+1211.2325 Differential Geometry
+1211.2518
+1211.2571 Digital Libraries
+1211.2623 Disordered Systems and Neural Networks
+1211.2775
+1211.3329 Mesoscale and Nanoscale Physics
+1211.5213 Cosmology and Nongalactic Astrophysics
+1211.7297 Disordered Systems and Neural Networks
+1212.0512 Complex Variables
+1212.1266 Combinatorics
+1212.1405 Quantum Gases
+1212.2410 Solar and Stellar Astrophysics
+1212.2998 Theory
+1212.3918 Analysis of PDEs
+1212.4648 Optimization and Control
+1212.4696 Combinatorics
+1212.4946 Strongly Correlated Electrons
+1212.5399 Operator Algebras
+1212.6017
+1212.6681 Optics
+1212.6699 Fluid Dynamics
+1212.6850 Algebraic Geometry
+1212.6895 Strongly Correlated Electrons
+1301.0302 Artificial Intelligence
+1301.2342 Data Structures and Algorithms
+1301.2522 Digital Libraries
+1301.2565 Lattice
+1301.2868 Statistical Mechanics
+1301.2986 Number Theory
+1301.3027 Applications
+1301.3067 Phenomenology
+1301.3110 Populations and Evolution
+1301.3614 Computation and Language
+1301.3753 Learning
+1301.3776 Theory
+1301.3821 Biomolecules
+1301.3907 Cosmology and Nongalactic Astrophysics
+1301.4066 Materials Science
+1301.4147 Commutative Algebra
+1301.4251 Physics and Society
+1301.4269 Computational Complexity
+1301.4506 Optimization and Control
+1301.4515 Lattice
+1301.4518 Representation Theory
+1301.4519 Pricing of Securities
+1301.4530 Number Theory
+1301.4537
+1301.4538 Algebraic Geometry
+1301.4539 Distributed, Parallel, and Cluster Computing
+1301.4550 Combinatorics
+1301.4551 Networking and Internet Architecture
+1301.4555 Phenomenology
+1301.4561 Algebraic Geometry
+1301.4562 Mesoscale and Nanoscale Physics
+1301.4564 Biomolecules
+1301.4569
+1301.4574 Functional Analysis
+1301.4582 Classical Physics
+1301.4583 Combinatorics
+1301.4584 Classical Physics
+1301.4585 Operator Algebras
+1301.4587 Systems and Control
+1301.4588 Classical Physics
+1301.4589 Classical Physics
+1301.4590 Spectral Theory
+1301.4591 Algebraic Geometry
+1301.4593 Algebraic Geometry
+1301.4594 Algebraic Geometry
+1301.4596 Algebraic Geometry
+1301.4600 Software Engineering
+1301.4609 Functional Analysis
+1301.4610 Spectral Theory
+1301.4612 Quantum Algebra
+1301.4614 Pricing of Securities
+1301.4615 Experiment
+1301.4616 Representation Theory
+1301.4617 Solar and Stellar Astrophysics
+1301.4619 Quantum Gases
+1301.4622 Lattice
+1301.4623 Combinatorics
+1301.4626 Functional Analysis
+1301.4630 Algebraic Geometry
+1301.4634 Physics and Society
+1301.4639 Combinatorics
+1301.4640 Populations and Evolution
+1301.4644 Astrophysics of Galaxies
+1301.4648 Data Analysis, Statistics and Probability
+1301.4650 Programming Languages
+1301.4651 Solar and Stellar Astrophysics
+1301.4654 Networking and Internet Architecture
+1301.4656 Differential Geometry
+1301.4659 Artificial Intelligence
+1301.4660 Statistics Theory
+1301.4661 Atomic and Molecular Clusters
+1301.4662 Neural and Evolutionary Computing
+1301.4665 Classical Analysis and ODEs
+1301.4667 Optimization and Control
+1301.4671 Classical Analysis and ODEs
+1301.4674 Applications
+1301.4675 Atomic Physics
+1301.4678 General Physics
+1301.4683 Strongly Correlated Electrons
+1301.4686 Experiment
+1301.4690 Experiment
+1301.4691 Emerging Technologies
+1301.4700 Optics
+1301.4701 Representation Theory
+1301.4702 Logic
+1301.4704 Statistical Mechanics
+1301.4706 Operator Algebras
+1301.4710 Rings and Algebras
+1301.4717 Numerical Analysis
+1301.4723 Cryptography and Security
+1301.4726
+1301.4737 Exactly Solvable and Integrable Systems
+1301.4741 Astrophysics of Galaxies
+1301.4745 Symplectic Geometry
+1301.4746
+1301.4749 Numerical Analysis
+1301.4752 Geometric Topology
+1301.4756 Materials Science
+1301.4760 Optics
+1301.4763 Optimization and Control
+1301.4764 Combinatorics
+1301.4765 Information Theory
+1301.4768 Operator Algebras
+1301.4774 Numerical Analysis
+1301.4777 Optimization and Control
+1301.4780 Computational Geometry
+1301.4781 Information Retrieval
+1301.4782 High Energy Astrophysical Phenomena
+1301.4783 Computational Geometry
+1301.4784 Phenomenology
+1301.4788 Dynamical Systems
+1301.4790 Combinatorics
+1301.4792
+1301.4793 Information Theory
+1301.4795 Networking and Internet Architecture
+1301.4800 Operating Systems
+1301.4803 Combinatorics
+1301.4809 Computational Geometry
+1301.4811 Experiment
+1301.4814 Number Theory
+1301.4819 Functional Analysis
+1301.4820 Astrophysics of Galaxies
+1301.4826 Instrumentation and Methods for Astrophysics
+1301.4828 Materials Science
+1301.4829 High Energy Astrophysical Phenomena
+1301.4832 Risk Management
+1301.4834 Optics
+1301.4839 Distributed, Parallel, and Cluster Computing
+1301.4840 Materials Science
+1301.4844 Functional Analysis
+1301.4847 Analysis of PDEs
+1301.4848 Computational Geometry
+1301.4849 Phenomenology
+1301.4855 Cosmology and Nongalactic Astrophysics
+1301.4857
+1301.4858 Programming Languages
+1301.4861 Fluid Dynamics
+1301.4866 Optimization and Control
+1301.4867
+1301.4869 Pricing of Securities
+1301.4873 Statistics Theory
+1301.4875 Functional Analysis
+1301.4876 Computers and Society
+1301.4877 Number Theory
+1301.4878 Algebraic Geometry
+1301.4880 Experiment
+1301.4883 Fluid Dynamics
+1301.4884 Metric Geometry
+1301.4886 Spectral Theory
+1301.4889 Spectral Theory
+1301.4900 Functional Analysis
+1301.4902
+1301.4905 Phenomenology
+1301.4909 Networking and Internet Architecture
+1301.4910 Logic in Computer Science
+1301.4914 Analysis of PDEs
+1301.4915
+1301.4916 Information Retrieval
+1301.4917 Learning
+1301.4921 Phenomenology
+1301.4925 Logic
+1301.4928 Number Theory
+1301.4930 Phenomenology
+1301.4932 Pattern Formation and Solitons
+1301.4933 Digital Libraries
+1301.4936 Materials Science
+1301.4943 Analysis of PDEs
+1301.4944 Machine Learning
+1301.4948 Fluid Dynamics
+1301.4950 Methodology
+1301.4954 Statistics Theory
+1301.4955 Combinatorics
+1301.4958 Computer Science and Game Theory
+1301.4963 Classical Analysis and ODEs
+1301.4967 Combinatorics
+1301.4968 Methodology
+1301.4971
+1301.4973 Logic in Computer Science
+1301.4979 Analysis of PDEs
+1301.4983 Symbolic Computation
+cs/0202039 Data Structures and Algorithms
+cs/0308011 Data Structures and Algorithms
+cs/0310049 Data Structures and Algorithms
+math-ph/0002038
+math/0701565 Algebraic Topology
+math/9901005 Spectral Theory
+quant-ph/0002031
+quant-ph/0005042
+quant-ph/0104140
+quant-ph/0107127
+quant-ph/0201077
+quant-ph/0410064
+quant-ph/0507118
+quant-ph/0702021
+quant-ph/9807041
+quant-ph/9901072
+0707.4175 Combinatorics
+0709.1160
+0810.2496 Statistical Mechanics
+0902.3047 Representation Theory
+0910.5260 Numerical Analysis
+1001.2409 Classical Analysis and ODEs
+1001.4142 Exactly Solvable and Integrable Systems
+1006.3190 Spectral Theory
+1006.3832 Symplectic Geometry
+1009.5525 Probability
+1010.1600 Logic
+1011.3979 Differential Geometry
+1011.4166 Probability
+1012.4048 Analysis of PDEs
+1012.4347 Soft Condensed Matter
+1102.1358 Materials Science
+1103.6149 Information Theory
+1104.2554 Analysis of PDEs
+1105.4672 Analysis of PDEs
+1106.4647 Soft Condensed Matter
+1107.0376 Materials Science
+1107.3392 K-Theory and Homology
+1107.5500 Complex Variables
+1109.2052 Phenomenology
+1109.2964 Information Theory
+1109.5859 Number Theory
+1110.2335 Mesoscale and Nanoscale Physics
+1111.4428 Number Theory
+1111.5094 Numerical Analysis
+1111.6745 Computational Complexity
+1111.7135 Chaotic Dynamics
+1112.2896 Logic
+1112.5164 Statistical Mechanics
+1112.5505 Distributed, Parallel, and Cluster Computing
+1201.0342 Strongly Correlated Electrons
+1201.1266 Differential Geometry
+1201.1695 Distributed, Parallel, and Cluster Computing
+1201.3131 Materials Science
+1201.3580 Trading and Market Microstructure
+1202.1378 Differential Geometry
+1202.1950 Probability
+1202.2607 Differential Geometry
+1202.2687 Information Theory
+1202.4168 Disordered Systems and Neural Networks
+1202.5342 Mesoscale and Nanoscale Physics
+1202.6235 Digital Libraries
+1203.2249 Disordered Systems and Neural Networks
+1203.3219 Mesoscale and Nanoscale Physics
+1203.3913 Instrumentation and Detectors
+1203.5056 Biological Physics
+1204.3392 Mesoscale and Nanoscale Physics
+1204.4543 Mesoscale and Nanoscale Physics
+1204.4760 Theory
+1205.1955 Strongly Correlated Electrons
+1205.1958 Quantum Gases
+1205.2220 Phenomenology
+1205.3516 Mesoscale and Nanoscale Physics
+1205.4377 Computer Vision and Pattern Recognition
+1205.5351 Computer Vision and Pattern Recognition
+1205.5729
+1206.0188 Statistical Mechanics
+1206.1097 Materials Science
+1206.1302 Strongly Correlated Electrons
+1206.2016 Distributed, Parallel, and Cluster Computing
+1206.3687 Quantum Gases
+1206.6578
+1206.6730 Number Theory
+1207.0305
+1207.4721 Commutative Algebra
+1207.5313 Statistics Theory
+1207.7056 Materials Science
+1208.2215 Mesoscale and Nanoscale Physics
+1208.5262 History and Philosophy of Physics
+1208.5321 Optics
+1208.6430
+1209.0471 Experiment
+1209.1190
+1209.1339 Solar and Stellar Astrophysics
+1209.1571 Quantum Gases
+1209.2725 Physics and Society
+1209.3937 Experiment
+1210.0108 Dynamical Systems
+1210.0875 Experiment
+1210.1140 Cosmology and Nongalactic Astrophysics
+1210.1246 Cosmology and Nongalactic Astrophysics
+1210.1797 Experiment
+1210.2402 Experiment
+1210.3299 Number Theory
+1210.4108
+1210.4704 Theory
+1210.4960 Symbolic Computation
+1210.6545
+1210.6618 Phenomenology
+1210.7993 Quantum Gases
+1210.8189 Discrete Mathematics
+1211.0287 Cosmology and Nongalactic Astrophysics
+1211.2018 Strongly Correlated Electrons
+1211.2350 Number Theory
+1211.2559 Group Theory
+1211.2829
+1211.3573 Mesoscale and Nanoscale Physics
+1211.4365
+1211.4551 Mesoscale and Nanoscale Physics
+1211.5784 Optimization and Control
+1211.6377 Materials Science
+1211.6527 Solar and Stellar Astrophysics
+1212.0300 Cosmology and Nongalactic Astrophysics
+1212.2186 High Energy Astrophysical Phenomena
+1212.2977 Phenomenology
+1212.3496 Distributed, Parallel, and Cluster Computing
+1212.4012 Experiment
+1212.4039 Superconductivity
+1212.4360 High Energy Astrophysical Phenomena
+1212.4635 Quantum Gases
+1212.5192 Space Physics
+1301.1136 Physics and Society
+1301.1296 Optics
+1301.1840 Mesoscale and Nanoscale Physics
+1301.1847 Solar and Stellar Astrophysics
+1301.2416
+1301.3153 Superconductivity
+1301.4135 Superconductivity
+1301.4181 Theory
+1301.4412 Experiment
+1301.4753 Distributed, Parallel, and Cluster Computing
+1301.5304 Logic
+1301.5492 Statistics Theory
+1301.5754
+1301.5949
+1301.6359 Artificial Intelligence
+1301.6362 Information Theory
+1301.6372 Number Theory
+1301.6466 Cell Behavior
+1301.6509 Combinatorics
+1301.6511 Complex Variables
+1301.6576 Combinatorics
+1301.6583 Optics
+1301.6647 Probability
+1301.6675 Artificial Intelligence
+1301.6676 Learning
+1301.6677 Learning
+1301.6678 Software Engineering
+1301.6679 Artificial Intelligence
+1301.6680 Artificial Intelligence
+1301.6681 Artificial Intelligence
+1301.6682 Artificial Intelligence
+1301.6683 Artificial Intelligence
+1301.6684 Learning
+1301.6686 Artificial Intelligence
+1301.6687 Artificial Intelligence
+1301.6688 Artificial Intelligence
+1301.6689 Artificial Intelligence
+1301.6690 Artificial Intelligence
+1301.6691 Artificial Intelligence
+1301.6692 Artificial Intelligence
+1301.6693 Computers and Society
+1301.6694 Artificial Intelligence
+1301.6695 Learning
+1301.6696 Learning
+1301.6698 Artificial Intelligence
+1301.6699 Artificial Intelligence
+1301.6700 Artificial Intelligence
+1301.6701 Artificial Intelligence
+1301.6702 Artificial Intelligence
+1301.6703 Artificial Intelligence
+1301.6704 Artificial Intelligence
+1301.6705 Learning
+1301.6706 Artificial Intelligence
+1301.6707 Artificial Intelligence
+1301.6708 Artificial Intelligence
+1301.6709 Artificial Intelligence
+1301.6710 Learning
+1301.6711 Artificial Intelligence
+1301.6712 Artificial Intelligence
+1301.6713 Artificial Intelligence
+1301.6714 Computer Science and Game Theory
+1301.6715 Artificial Intelligence
+1301.6716 Artificial Intelligence
+1301.6717 Artificial Intelligence
+1301.6718 Artificial Intelligence
+1301.6719 Artificial Intelligence
+1301.6720 Artificial Intelligence
+1301.6721 Artificial Intelligence
+1301.6722 Artificial Intelligence
+1301.6723 Learning
+1301.6724 Artificial Intelligence
+1301.6725 Artificial Intelligence
+1301.6726 Artificial Intelligence
+1301.6727 Artificial Intelligence
+1301.6728 Information Retrieval
+1301.6729 Artificial Intelligence
+1301.6730 Learning
+1301.6731 Learning
+1301.6732 Artificial Intelligence
+1301.6733 Artificial Intelligence
+1301.6734 Artificial Intelligence
+1301.6735 Artificial Intelligence
+1301.6736 Artificial Intelligence
+1301.6737 Artificial Intelligence
+1301.6738 Learning
+1301.6739 Artificial Intelligence
+1301.6740 Artificial Intelligence
+1301.6741 Artificial Intelligence
+1301.6742 Artificial Intelligence
+1301.6743 Artificial Intelligence
+1301.6744 Artificial Intelligence
+1301.6745 Artificial Intelligence
+1301.6746 Artificial Intelligence
+1301.6747 Artificial Intelligence
+1301.6748 Artificial Intelligence
+1301.6749 Artificial Intelligence
+1301.6750 Artificial Intelligence
+1301.6751 Artificial Intelligence
+1301.6752 Optimization and Control
+1301.6753 Cosmology and Nongalactic Astrophysics
+1301.6765 Accelerator Physics
+1301.6766 High Energy Astrophysical Phenomena
+1301.6770 Information Retrieval
+1301.6772 Number Theory
+1301.6774 Accelerator Physics
+1301.6780 Databases
+1301.6786 Accelerator Physics
+1301.6787 Information Theory
+1301.6788 Rings and Algebras
+1301.6789 Artificial Intelligence
+1301.6790 Instrumentation and Methods for Astrophysics
+1301.6793 Information Theory
+1301.6795
+1301.6797 Group Theory
+1301.6800 Accelerator Physics
+1301.6801 Combinatorics
+1301.6802 Physics and Society
+1301.6804 Cryptography and Security
+1301.6807 Number Theory
+1301.6808 Instrumentation and Methods for Astrophysics
+1301.6816 Operator Algebras
+1301.6817 Algebraic Topology
+1301.6821 Statistical Mechanics
+1301.6822 Information Retrieval
+1301.6834 Materials Science
+1301.6836 Programming Languages
+1301.6839 Plasma Physics
+1301.6843 Computers and Society
+1301.6844 Geometric Topology
+1301.6862 Numerical Analysis
+1301.6863 Operator Algebras
+1301.6867 Analysis of PDEs
+1301.6868 Soft Condensed Matter
+1301.6870 Social and Information Networks
+1301.6873 Cosmology and Nongalactic Astrophysics
+1301.6874 Analysis of PDEs
+1301.6877 Phenomenology
+1301.6883 Operator Algebras
+1301.6885
+1301.6886 Commutative Algebra
+1301.6887 Phenomenology
+1301.6890 Commutative Algebra
+1301.6893 Analysis of PDEs
+1301.6894 Materials Science
+1301.6896 Spectral Theory
+1301.6899 Social and Information Networks
+1301.6901 Functional Analysis
+1301.6904 Mesoscale and Nanoscale Physics
+1301.6910 Phenomenology
+1301.6916 Data Structures and Algorithms
+1301.6918 Phenomenology
+1301.6919 Theory
+1301.6921 Statistics Theory
+1301.6923 Information Theory
+1301.6932 Social and Information Networks
+1301.6935
+1301.6938 Information Theory
+1301.6943 Earth and Planetary Astrophysics
+1301.6944 Machine Learning
+1301.6948 Chaotic Dynamics
+1301.6949
+1301.6952 Databases
+1301.6953 Phenomenology
+1301.6955
+1301.6958 Physics and Society
+1301.6959 Solar and Stellar Astrophysics
+1301.6960 Materials Science
+1301.6965 Geophysics
+1301.6972 Cryptography and Security
+1301.6976 Phenomenology
+1301.6977 Group Theory
+1301.6985 Accelerator Physics
+1301.6986 Soft Condensed Matter
+1301.6989 Accelerator Physics
+1301.6993 Accelerator Physics
+1301.6994 Complex Variables
+1301.6995 Accelerator Physics
+1301.7008 Optics
+1301.7011 Astrophysics of Galaxies
+1301.7012
+1301.7018 Mesoscale and Nanoscale Physics
+1301.7024 Number Theory
+1301.7025 Mesoscale and Nanoscale Physics
+1301.7026 Methodology
+1301.7031 Information Theory
+1301.7032 Accelerator Physics
+1301.7033 Materials Science
+1301.7038 Optics
+1301.7039 Accelerator Physics
+1301.7043 Spectral Theory
+1301.7047 Machine Learning
+1301.7051
+1301.7053
+1301.7054 Information Theory
+1301.7055 Solar and Stellar Astrophysics
+1301.7056 Symplectic Geometry
+1301.7057 Classical Analysis and ODEs
+1301.7058 History and Overview
+cond-mat/0511263 Statistical Mechanics
+math/0510119 Quantum Algebra
+math/9806063 Quantum Algebra
+0803.0726 Data Structures and Algorithms
+0907.5228
+0909.5642 Mesoscale and Nanoscale Physics
+0912.0020 Rings and Algebras
+1002.4208 Mesoscale and Nanoscale Physics
+1007.0223 Rings and Algebras
+1009.3006 Computational Geometry
+1011.1238
+1101.2403 Theory
+1103.3916 Number Theory
+1106.5539 Differential Geometry
+1108.1267 Number Theory
+1108.3769
+1109.0368 Dynamical Systems
+1110.0657
+1111.1148
+1111.3995
+1111.6201 Learning
+1112.6085 Trading and Market Microstructure
+1202.1781 Phenomenology
+1202.6477 Atomic and Molecular Clusters
+1203.1849 Combinatorics
+1203.3915 Combinatorics
+1203.6692
+1204.0565
+1204.3227 K-Theory and Homology
+1205.2914 Differential Geometry
+1206.1714 Formal Languages and Automata Theory
+1206.3926 Analysis of PDEs
+1206.4145
+1207.1486
+1208.0436 Plasma Physics
+1208.1197 Strongly Correlated Electrons
+1208.2133 Metric Geometry
+1208.2662 Experiment
+1208.4290 Learning
+1208.5881
+1209.0393 Phenomenology
+1209.0422 Mesoscale and Nanoscale Physics
+1209.1535 Mesoscale and Nanoscale Physics
+1209.3131 Chaotic Dynamics
+1209.4695 Pricing of Securities
+1209.5736
+1210.0488
+1210.1856 Theory
+1210.5509 Geometric Topology
+1210.6844 Atmospheric and Oceanic Physics
+1211.0370
+1211.0644 Phenomenology
+1211.0920 Symplectic Geometry
+1211.1057 Differential Geometry
+1211.1166
+1211.2427 Phenomenology
+1211.3458
+1211.3624 Logic in Computer Science
+1211.4538
+1211.4587 Theory
+1211.5162 Quantum Gases
+1211.5632
+1211.6297 Plasma Physics
+1211.6707 Superconductivity
+1212.0513 Cosmology and Nongalactic Astrophysics
+1212.1415 Plasma Physics
+1212.2199 Exactly Solvable and Integrable Systems
+1212.3012
+1212.3735 Complex Variables
+1212.5386 Probability
+1212.5848
+1212.5928 Geometric Topology
+1212.6212 Quantum Gases
+1301.0881 Phenomenology
+1301.1381
+1301.3226 Learning
+1301.5152 Mesoscale and Nanoscale Physics
+1301.5525 Dynamical Systems
+1301.6236 Information Theory
+1301.6951 Quantum Gases
+1301.7551
+1301.7601
+1302.1412 Probability
+1302.1590 Mesoscale and Nanoscale Physics
+1302.2280 Statistical Mechanics
+1302.2545 General Physics
+1302.4034 Phenomenology
+1302.4672 Statistical Mechanics
+1302.6129
+1302.6165 General Physics
+1302.6341 Atomic Physics
+1302.6480 Superconductivity
+1302.7257 Earth and Planetary Astrophysics
+1303.0360
+1303.0892 Probability
+1303.1155 Statistical Mechanics
+1303.1353 Mesoscale and Nanoscale Physics
+1303.2196
+1303.5117 Optimization and Control
+1303.5841 Systems and Control
+1303.5842 Optimization and Control
+1303.6074 Differential Geometry
+1303.6613 Chemical Physics
+1303.6779 Soft Condensed Matter
+1304.0318 Disordered Systems and Neural Networks
+1304.0358
+1304.0756 Metric Geometry
+1304.3291 Mesoscale and Nanoscale Physics
+1304.3373 Commutative Algebra
+1304.4463 Representation Theory
+1304.4774 Mesoscale and Nanoscale Physics
+1304.6496 Networking and Internet Architecture
+1305.1478 Information Theory
+1305.3686 Materials Science
+1305.3962
+1305.4454
+1305.4475
+1305.5264 Optics
+1305.6756 Algebraic Topology
+1305.6800 Digital Libraries
+1305.6850 Statistical Mechanics
+1305.6940 History and Philosophy of Physics
+1305.6945 Combinatorics
+1305.6947
+1305.6950
+1305.6951 Symplectic Geometry
+1305.6954 Information Theory
+1305.6957 Commutative Algebra
+1305.6958 Category Theory
+1305.6962
+1305.6963 Astrophysics of Galaxies
+1305.6969 Classical Physics
+1305.6970 Combinatorics
+1305.6973
+1305.6974 Physics and Society
+1305.6976 Numerical Analysis
+1305.6978 Space Physics
+1305.6979 Social and Information Networks
+1305.6980 Solar and Stellar Astrophysics
+1305.6986
+1305.6990 Materials Science
+1305.6991
+1305.6992 Networking and Internet Architecture
+1305.6993 Systems and Control
+1305.6995 Other Statistics
+1305.6996 Representation Theory
+1305.7000 Optics
+1305.7003 Probability
+1305.7004 Commutative Algebra
+1305.7006 Databases
+1305.7010 Applications
+1305.7011 Number Theory
+1305.7012 Optimization and Control
+1305.7013 Materials Science
+1305.7014 Information Retrieval
+1305.7015 Optimization and Control
+1305.7016 High Energy Astrophysical Phenomena
+1305.7017 Soft Condensed Matter
+1305.7018 Strongly Correlated Electrons
+1305.7019 Soft Condensed Matter
+1305.7023 Phenomenology
+1305.7024 Analysis of PDEs
+1305.7029 Optics
+1305.7030 Biological Physics
+1305.7036 Accelerator Physics
+1305.7038 Cryptography and Security
+1305.7040 Symplectic Geometry
+1305.7043 Differential Geometry
+1305.7044
+1305.7048 Materials Science
+1305.7050 Logic in Computer Science
+1305.7053 Computer Vision and Pattern Recognition
+1305.7056 Neural and Evolutionary Computing
+1305.7064 Complex Variables
+1305.7066 Number Theory
+1305.7068 Quantitative Methods
+1305.7070 Strongly Correlated Electrons
+1305.7075
+1305.7077 Complex Variables
+1305.7080 Logic
+1305.7090 Solar and Stellar Astrophysics
+1305.7093 Pattern Formation and Solitons
+1305.7098 Solar and Stellar Astrophysics
+1305.7100 Functional Analysis
+1305.7102
+1305.7103 Networking and Internet Architecture
+1305.7109 Functional Analysis
+1305.7111 Learning
+1305.7121 Systems and Control
+1305.7122 Analysis of PDEs
+1305.7127 Functional Analysis
+1305.7128 Cryptography and Security
+1305.7129
+1305.7130 Artificial Intelligence
+1305.7131 Atomic Physics
+1305.7133 Optics
+1305.7143 Phenomenology
+1305.7144 Cryptography and Security
+1305.7145 Artificial Intelligence
+1305.7146 Social and Information Networks
+1305.7148 Analysis of PDEs
+1305.7150 Complex Variables
+1305.7155 Earth and Planetary Astrophysics
+1305.7159 Operator Algebras
+1305.7164 Dynamical Systems
+1305.7182 Systems and Control
+1305.7185 Artificial Intelligence
+1305.7186 Logic
+1305.7187 History and Overview
+1305.7194 Populations and Evolution
+1305.7195 Plasma Physics
+1305.7196 Digital Libraries
+1305.7200 Digital Libraries
+1305.7212 Number Theory
+1305.7213 Number Theory
+1305.7214 Information Theory
+1305.7218 Algebraic Geometry
+math/0506059 K-Theory and Homology
+math/0611171 Functional Analysis
+0707.4379
+0709.1768 Representation Theory
+0802.0545 Phenomenology
+0802.4452
+0807.0630
+0911.2769 Representation Theory
+0912.5070 Representation Theory
+1002.4134 High Energy Astrophysical Phenomena
+1003.1536 Dynamical Systems
+1004.1700 Representation Theory
+1006.2484 Cosmology and Nongalactic Astrophysics
+1009.0325 Analysis of PDEs
+1011.3238 Operator Algebras
+1012.0967 Materials Science
+1012.2911
+1012.2916
+1012.2917
+1102.3591 High Energy Astrophysical Phenomena
+1104.0329 High Energy Astrophysical Phenomena
+1105.1011 Statistics Theory
+1105.5218 Group Theory
+1107.1584 Algebraic Geometry
+1107.2521 Neurons and Cognition
+1108.1822 Differential Geometry
+1108.5844 Analysis of PDEs
+1109.0918 Emerging Technologies
+1110.2448 Analysis of PDEs
+1110.6723 Representation Theory
+1111.2511
+1111.2547 Theory
+1111.5537 Soft Condensed Matter
+1112.2318 Optimization and Control
+1112.3921 Classical Analysis and ODEs
+1112.4580
+1112.6007 Computational Complexity
+1201.0087 Group Theory
+1201.3632 Materials Science
+1201.4089 Artificial Intelligence
+1201.5653 Logic in Computer Science
+1202.4572 General Physics
+1202.4807
+1203.0386 High Energy Astrophysical Phenomena
+1203.0854 Differential Geometry
+1203.2793 Spectral Theory
+1203.2807
+1203.5276 Classical Analysis and ODEs
+1203.6106 Experiment
+1203.6829 Differential Geometry
+1204.0192 Materials Science
+1204.2438 General Topology
+1204.2970 High Energy Astrophysical Phenomena
+1204.4473 Classical Analysis and ODEs
+1204.5961
+1205.1558 Combinatorics
+1205.4407 Differential Geometry
+1206.2418
+1206.5094 Algebraic Topology
+1206.5098 Functional Analysis
+1206.6925 Phenomenology
+1207.2800 Combinatorics
+1207.4788 Phenomenology
+1207.5189 Number Theory
+1207.6461 Statistics Theory
+1208.1126 Physics Education
+1208.4295
+1208.4931 Quantum Gases
+1209.0583 Theory
+1209.2713
+1209.3073 Theory
+1209.3120 Strongly Correlated Electrons
+1209.4046
+1209.4694 Theory
+1209.5171
+1210.0091 Artificial Intelligence
+1210.0534 Theory
+1210.0787
+1210.1273 Dynamical Systems
+1210.1299 Combinatorics
+1210.5421 Fluid Dynamics
+1210.5638 Differential Geometry
+1210.7113 Materials Science
+1210.7550 Experiment
+1211.0417 Mesoscale and Nanoscale Physics
+1211.0494 High Energy Astrophysical Phenomena
+1211.2357
+1211.2512 Artificial Intelligence
+1211.2525 Group Theory
+1211.3673 Superconductivity
+1211.4221 Probability
+1211.5234 Analysis of PDEs
+1211.5746 Classical Analysis and ODEs
+1211.6486 Probability
+1212.1470 Strongly Correlated Electrons
+1212.2729
+1212.2954 Functional Analysis
+1212.3185 Learning
+1212.4691 Mesoscale and Nanoscale Physics
+1212.4883 Strongly Correlated Electrons
+1212.5994 Functional Analysis
+1212.6036 Computational Geometry
+1212.6038 Computational Geometry
+1212.6637 Theory
+1212.6688 Soft Condensed Matter
+1301.0117 Biomolecules
+1301.0327 Strongly Correlated Electrons
+1301.0355 High Energy Astrophysical Phenomena
+1301.0798 Statistical Mechanics
+1301.1869 Quantum Gases
+1301.2226 Mesoscale and Nanoscale Physics
+1301.2352 Combinatorics
+1301.2370
+1301.3041 Classical Analysis and ODEs
+1301.3084 Materials Science
+1301.4577 Phenomenology
+1301.5245 Soft Condensed Matter
+1301.5484 Cosmology and Nongalactic Astrophysics
+1301.6265 Neural and Evolutionary Computing
+1301.6764 Phenomenology
+1301.7246 Mesoscale and Nanoscale Physics
+1301.7686 Materials Science
+1302.0875 High Energy Astrophysical Phenomena
+1302.1041 Mesoscale and Nanoscale Physics
+1302.1127 General Physics
+1302.2277 Learning
+1302.3081 Combinatorics
+1302.3285 Superconductivity
+1302.3299 Physics and Society
+1302.4035
+1302.4387 Learning
+1302.5217
+1302.5348 Learning
+1302.5743 Plasma Physics
+1302.6502 Atomic Physics
+1302.6758 Solar and Stellar Astrophysics
+1303.0054 Probability
+1303.0111 Superconductivity
+1303.0167 Optimization and Control
+1303.0230 Phenomenology
+1303.0309 Machine Learning
+1303.1733 Learning
+1303.2888 Strongly Correlated Electrons
+1303.3156 Phenomenology
+1303.3371 Logic in Computer Science
+1303.3968 Number Theory
+1303.4016 Strongly Correlated Electrons
+1303.5700 Phenomenology
+1303.6247
+1303.6258 Superconductivity
+1303.6443 Materials Science
+1303.6547 Complex Variables
+1303.6917
+1304.0166 Discrete Mathematics
+1304.0849 Superconductivity
+1304.2018 Neurons and Cognition
+1304.2246
+1304.2591 Experiment
+1304.2880 Classical Analysis and ODEs
+1304.4010 Solar and Stellar Astrophysics
+1304.4525 General Finance
+1304.4928 Populations and Evolution
+1304.5076 Optics
+1304.5312 Experiment
+1304.6525 Materials Science
+1304.7717 Machine Learning
+1304.7948 Computer Vision and Pattern Recognition
+1305.0978 Systems and Control
+1305.1860 Classical Analysis and ODEs
+1305.1990 Optimization and Control
+1305.3057 Classical Physics
+1305.3251 Other Computer Science
+1305.3282 Physics and Society
+1305.3461 Complex Variables
+1305.4226 Dynamical Systems
+1305.4268 Methodology
+1305.4456 Representation Theory
+1305.4734 Chemical Physics
+1305.4808 Phenomenology
+1305.5534 Instrumentation and Methods for Astrophysics
+1305.6190
+1305.6207 Mesoscale and Nanoscale Physics
+1305.6210 Mesoscale and Nanoscale Physics
+1305.6452 Mesoscale and Nanoscale Physics
+1305.6505 Classical Physics
+1305.6541 Optimization and Control
+1305.7033 Instrumentation and Detectors
+1305.7057 Learning
+1305.7058 Artificial Intelligence
+1305.7175 Algebraic Geometry
+1305.7177 Algebraic Geometry
+1306.0002 Theory
+1306.0006 Phenomenology
+1306.0008 Cosmology and Nongalactic Astrophysics
+1306.0017 Theory
+1306.0018 Cryptography and Security
+1306.0019 Discrete Mathematics
+1306.0020
+1306.0022 Phenomenology
+1306.0025 Genomics
+1306.0029 Information Theory
+1306.0031 Group Theory
+1306.0033 Group Theory
+1306.0040 Computation
+1306.0047 Cosmology and Nongalactic Astrophysics
+1306.0048 Atomic Physics
+1306.0055 Dynamical Systems
+1306.0057 Optimization and Control
+1306.0060 Dynamical Systems
+1306.0061 Physics and Society
+1306.0065 Instrumentation and Methods for Astrophysics
+1306.0066 Logic
+1306.0068 Number Theory
+1306.0069 Quantitative Methods
+1306.0071 Populations and Evolution
+1306.0073 Representation Theory
+1306.0077 Distributed, Parallel, and Cluster Computing
+1306.0079 Functional Analysis
+1306.0080 Analysis of PDEs
+1306.0082 Analysis of PDEs
+1306.0083 Quantum Algebra
+1306.0085 Astrophysics of Galaxies
+1306.0087 Statistical Mechanics
+1306.0089 Hardware Architecture
+1306.0090 Neural and Evolutionary Computing
+1306.0092 Experiment
+1306.0093 Combinatorics
+1306.0094 Information Theory
+1306.0095 Artificial Intelligence
+1306.0098
+1306.0099 Analysis of PDEs
+1306.0103 Numerical Analysis
+1306.0105 Dynamical Systems
+1306.0106
+1306.0113 Methodology
+1306.0115 Dynamical Systems
+1306.0118
+1306.0122 Analysis of PDEs
+1306.0123 Probability
+1306.0124 Dynamical Systems
+1306.0125 Learning
+1306.0127
+1306.0128 Artificial Intelligence
+1306.0132 Numerical Analysis
+1306.0138 Differential Geometry
+1306.0139 Computer Vision and Pattern Recognition
+1306.0140 Combinatorics
+1306.0143 Optimization and Control
+1306.0152 Computer Vision and Pattern Recognition
+1306.0153 Computational Complexity
+1306.0154 Mesoscale and Nanoscale Physics
+1306.0155 Learning
+1306.0156 Methodology
+1306.0161 Materials Science
+1306.0162 Information Theory
+1306.0163 Algebraic Geometry
+1306.0164 Optics
+1306.0165 Information Retrieval
+1306.0173 Computer Science and Game Theory
+1306.0174 Group Theory
+1306.0177 Atomic Physics
+1306.0180 Biological Physics
+1306.0183 Networking and Internet Architecture
+1306.0188 High Energy Astrophysical Phenomena
+1306.0189 Soft Condensed Matter
+1306.0190 Soft Condensed Matter
+1306.0192 Soft Condensed Matter
+1306.0194 Computational Engineering, Finance, and Science
+1306.0195 Computers and Society
+1306.0198 Soft Condensed Matter
+1306.0199 Biomolecules
+1306.0200 Soft Condensed Matter
+1306.0201 Statistical Mechanics
+1306.0202 Machine Learning
+1306.0203 Optimization and Control
+1306.0207 Data Structures and Algorithms
+1306.0208 Probability
+1306.0209 Complex Variables
+1306.0212 Probability
+1306.0213 General Physics
+1306.0217 Spectral Theory
+1306.0219 Differential Geometry
+1306.0221 Multimedia
+1306.0222 Networking and Internet Architecture
+1306.0227 Numerical Analysis
+1306.0232 Dynamical Systems
+1306.0233 Social and Information Networks
+1306.0234 Algebraic Geometry
+1306.0235
+1306.0236 Analysis of PDEs
+1306.0238 General Physics
+1306.0244 Combinatorics
+1306.0246 Functional Analysis
+1306.0248 Number Theory
+1306.0250 Computational Physics
+1306.0252 Phenomenology
+1306.0253 Cellular Automata and Lattice Gases
+1306.0254 Statistics Theory
+1306.0255 Probability
+1306.0256 Statistics Theory
+1306.0258 Emerging Technologies
+1306.0259 Classical Analysis and ODEs
+1306.0261
+1306.0271 Learning
+1306.0277 Soft Condensed Matter
+1306.0281 Computational Complexity
+1306.0286 Mesoscale and Nanoscale Physics
+1306.0289 Accelerator Physics
+1306.0290 Statistics Theory
+1306.0291 Information Theory
+1306.0292 Materials Science
+1306.0296 K-Theory and Homology
+1306.0301 Materials Science
+1306.0302 Instrumentation and Detectors
+1306.0303 Probability
+1306.0306 Differential Geometry
+1306.0310
+1306.0312 Networking and Internet Architecture
+1306.0315 Cryptography and Security
+1306.0318 Complex Variables
+1306.0321 Number Theory
+1306.0323 Spectral Theory
+1306.0324 Accelerator Physics
+1306.0326 Distributed, Parallel, and Cluster Computing
+1306.0327 Chemical Physics
+1306.0329 Numerical Analysis
+1306.0332 Soft Condensed Matter
+1306.0334 Networking and Internet Architecture
+1306.0342 Combinatorics
+1306.0343 Solar and Stellar Astrophysics
+1306.0345 Pricing of Securities
+1306.0348 Instrumentation and Methods for Astrophysics
+1306.0351
+1306.0352 Functional Analysis
+1306.0357 Numerical Analysis
+1306.0359 Analysis of PDEs
+1306.0361 Computers and Society
+1306.0362 Operator Algebras
+1306.0369 Emerging Technologies
+1306.0371 Dynamical Systems
+1306.0375 Mesoscale and Nanoscale Physics
+1306.0376 Analysis of PDEs
+1306.0379 Mesoscale and Nanoscale Physics
+1306.0380 Mesoscale and Nanoscale Physics
+1306.0381 Analysis of PDEs
+1306.0382 Functional Analysis
+1306.0383 Theory
+1306.0384 Dynamical Systems
+1306.0388 Computer Science and Game Theory
+1306.0399
+1306.0406 Data Structures and Algorithms
+1306.0417 Analysis of PDEs
+1306.0418
+1306.0424 Social and Information Networks
+1306.0426 Plasma Physics
+1306.0428 Computer Science and Game Theory
+1306.0433 Dynamical Systems
+1306.0436 Dynamical Systems
+1306.0438 Combinatorics
+1306.0440
+1306.0441 Distributed, Parallel, and Cluster Computing
+1306.0442 Neural and Evolutionary Computing
+1306.0448 Distributed, Parallel, and Cluster Computing
+1306.0451 General Physics
+1306.0459 Materials Science
+1306.0460 Operator Algebras
+1306.0461 Combinatorics
+1306.0467
+1306.0468 General Finance
+1306.0474 Differential Geometry
+1306.0475
+1306.0478 Computers and Society
+1306.0485 Rings and Algebras
+1306.0493 Physics and Society
+1306.0497 Cryptography and Security
+1306.0499 Functional Analysis
+1306.0500 Cosmology and Nongalactic Astrophysics
+1306.0505 Data Analysis, Statistics and Probability
+1306.0522 Mesoscale and Nanoscale Physics
+1306.0524 Discrete Mathematics
+1306.0525
+1306.0530 Information Theory
+1306.0535 K-Theory and Homology
+1306.0536 Numerical Analysis
+1306.0539 Artificial Intelligence
+1306.0541 Learning
+1306.0542 Commutative Algebra
+1306.0544 Functional Analysis
+1306.0545 History and Philosophy of Physics
+1306.0549 Cryptography and Security
+math-ph/0312073
+math/0106114 Probability
+math/0211254 Functional Analysis
+math/0301207 Analysis of PDEs
+math/0702712 Representation Theory
+q-bio/0510005 Populations and Evolution
+quant-ph/0112037
+0705.4122 Group Theory
+0807.4034 Geometric Topology
+0812.1676 Differential Geometry
+0812.4839
+0901.0104 Astrophysics of Galaxies
+0905.3897 Classical Analysis and ODEs
+1003.0732 Mesoscale and Nanoscale Physics
+1007.0981 Phenomenology
+1007.1163
+1007.3730 Rings and Algebras
+1010.1294 Probability
+1010.5116 Analysis of PDEs
+1011.6034 Operator Algebras
+1102.4963 Mesoscale and Nanoscale Physics
+1103.6242
+1104.0110 Mesoscale and Nanoscale Physics
+1104.2512 Quantum Gases
+1104.3994 Probability
+1104.4917 Probability
+1104.5218 Probability
+1105.3251 Metric Geometry
+1107.2940 Theory
+1107.4144 Strongly Correlated Electrons
+1108.2646 Materials Science
+1110.1172 Cosmology and Nongalactic Astrophysics
+1110.4058
+1110.5663 Complex Variables
+1111.6580 Theory
+1201.4898 Cosmology and Nongalactic Astrophysics
+1201.6020
+1202.6357 Mesoscale and Nanoscale Physics
+1203.0270 Differential Geometry
+1203.0946 Optimization and Control
+1203.3868 Combinatorics
+1205.3489 Differential Geometry
+1205.5400 Materials Science
+1205.6742 Group Theory
+1206.2120 Probability
+1206.3693 Optimization and Control
+1206.5318 Earth and Planetary Astrophysics
+1207.0609 Phenomenology
+1207.2810 Quantum Gases
+1207.5122 Combinatorics
+1208.4428 Spectral Theory
+1209.3203 Networking and Internet Architecture
+1210.7468 Networking and Internet Architecture
+1211.1946 Algebraic Geometry
+1211.3722 Programming Languages
+1212.0304 Digital Libraries
+1212.0705 Analysis of PDEs
+1212.1228 Materials Science
+1212.2166 Cosmology and Nongalactic Astrophysics
+1212.4550 Cosmology and Nongalactic Astrophysics
+1212.6194 Experiment
+1301.4134 Exactly Solvable and Integrable Systems
+1301.5559 Cosmology and Nongalactic Astrophysics
+1301.7132 Statistical Mechanics
+1302.0020 Strongly Correlated Electrons
+1302.1499 Strongly Correlated Electrons
+1302.2428 Phenomenology
+1302.3165 Quantum Gases
+1302.4341 Mesoscale and Nanoscale Physics
+1303.0496 Optics
+1303.0515 Solar and Stellar Astrophysics
+1303.1169 Materials Science
+1303.2778
+1303.2780
+1303.2790 Analysis of PDEs
+1303.2839
+1303.4843
+1303.5237 Numerical Analysis
+1303.5555 Statistical Mechanics
+1303.5567 Soft Condensed Matter
+1303.6004 Quantum Gases
+1303.6124 Cosmology and Nongalactic Astrophysics
+1303.6226
+1303.7271
+1304.0461 Theory
+1304.0817 Genomics
+1304.1155 Theory
+1304.1468
+1304.2264
+1304.3285 Machine Learning
+1304.4466
+1304.5211 Theory
+1304.5786
+1304.6219
+1304.6423 Optics
+1304.6424 Superconductivity
+1304.6446 Computational Physics
+1304.6687 Strongly Correlated Electrons
+1304.7362
+1305.1065 Analysis of PDEs
+1305.3621 Theory
+1305.3786 Mesoscale and Nanoscale Physics
+1305.3814 Information Retrieval
+1305.3870 Phenomenology
+1305.4132 Pricing of Securities
+1305.4612 Mesoscale and Nanoscale Physics
+1305.7277 Cosmology and Nongalactic Astrophysics
+1305.7298 Strongly Correlated Electrons
+1305.7425 Cosmology and Nongalactic Astrophysics
+1306.0295 Lattice
+1306.1150 Cosmology and Nongalactic Astrophysics
+1306.3480 Discrete Mathematics
+1306.4084 Mesoscale and Nanoscale Physics
+1307.0425 Mesoscale and Nanoscale Physics
+1307.0647 Soft Condensed Matter
+1307.0860 Commutative Algebra
+1307.1956 Commutative Algebra
+1307.3027
+1307.3107 Information Theory
+1307.3672 Portfolio Management
+1307.4633 Materials Science
+1307.5078 Number Theory
+1307.5169 Lattice
+1307.5819 Strongly Correlated Electrons
+1307.6026 High Energy Astrophysical Phenomena
+1307.6080 Information Retrieval
+1307.6116 Instrumentation and Methods for Astrophysics
+1307.6143 Machine Learning
+1307.6163 Computation and Language
+1307.6216 Cosmology and Nongalactic Astrophysics
+1307.6229
+1307.6236 Analysis of PDEs
+1307.6246 Computer Science and Game Theory
+1307.6250 Computer Science and Game Theory
+1307.6254 Applications
+1307.6255
+1307.6257 Solar and Stellar Astrophysics
+1307.6258 Applications
+1307.6262 High Energy Astrophysical Phenomena
+1307.6267 Statistical Mechanics
+1307.6269 Superconductivity
+1307.6273 Number Theory
+1307.6275 Methodology
+1307.6277 Phenomenology
+1307.6278
+1307.6285 Information Theory
+1307.6290 Applications
+1307.6291 Artificial Intelligence
+1307.6292 Complex Variables
+1307.6293 Analysis of PDEs
+1307.6302 Accelerator Physics
+1307.6303 Computer Vision and Pattern Recognition
+1307.6305 Numerical Analysis
+1307.6307 Digital Libraries
+1307.6309 Mesoscale and Nanoscale Physics
+1307.6311 Materials Science
+1307.6313 Instrumentation and Methods for Astrophysics
+1307.6314 Fluid Dynamics
+1307.6315 Mesoscale and Nanoscale Physics
+1307.6319 Plasma Physics
+1307.6321 Information Theory
+1307.6324 Materials Science
+1307.6328 Multimedia
+1307.6330 Soft Condensed Matter
+1307.6332 Pricing of Securities
+1307.6333 Logic in Computer Science
+1307.6334 High Energy Astrophysical Phenomena
+1307.6338 Statistics Theory
+1307.6342 Solar and Stellar Astrophysics
+1307.6343 Networking and Internet Architecture
+1307.6344 Combinatorics
+1307.6345 Information Theory
+1307.6347 High Energy Astrophysical Phenomena
+1307.6349 Networking and Internet Architecture
+1307.6350 Networking and Internet Architecture
+1307.6353 Fluid Dynamics
+1307.6354 Cryptography and Security
+1307.6360 Graphics
+1307.6366 Applications
+1307.6369 Human-Computer Interaction
+1307.6370
+1307.6372 Human-Computer Interaction
+1307.6376 Classical Analysis and ODEs
+1307.6378 Human-Computer Interaction
+1307.6380 Commutative Algebra
+1307.6387 Dynamical Systems
+1307.6389 Probability
+1307.6391 Combinatorics
+1307.6393 Analysis of PDEs
+1307.6400 Phenomenology
+1307.6405 Mesoscale and Nanoscale Physics
+1307.6406 Hardware Architecture
+1307.6409 Cryptography and Security
+1307.6410 Neural and Evolutionary Computing
+1307.6411 Instrumentation and Detectors
+1307.6414 Computational Complexity
+1307.6416 Operator Algebras
+1307.6420 Fluid Dynamics
+1307.6422 Information Retrieval
+1307.6423 Classical Analysis and ODEs
+1307.6430 K-Theory and Homology
+1307.6431 Metric Geometry
+1307.6435 Number Theory
+1307.6438
+1307.6441 Logic
+1307.6443 Combinatorics
+1307.6448 Phenomenology
+1307.6452
+1307.6453 Superconductivity
+1307.6454 Solar and Stellar Astrophysics
+1307.6455 Number Theory
+1307.6461 Instrumentation and Methods for Astrophysics
+1307.6462 Data Structures and Algorithms
+1307.6464 Analysis of PDEs
+1307.6465 Accelerator Physics
+1307.6466 Soft Condensed Matter
+1307.6468 Other Computer Science
+1307.6469 Algebraic Geometry
+1307.6471 Biological Physics
+1307.6472 Soft Condensed Matter
+1307.6475
+1307.6476 Information Theory
+1307.6477 Information Theory
+1307.6481 Strongly Correlated Electrons
+1307.6482 Analysis of PDEs
+1307.6486 Pricing of Securities
+1307.6488 Computational Physics
+1307.6489 Instrumentation and Methods for Astrophysics
+1307.6490 Theory
+1307.6494 High Energy Astrophysical Phenomena
+1307.6495
+1307.6496 Representation Theory
+1307.6502 Combinatorics
+1307.6508 Materials Science
+1307.6509 Representation Theory
+1307.6512 Information Theory
+1307.6515 Machine Learning
+1307.6517 Analysis of PDEs
+1307.6518 Cosmology and Nongalactic Astrophysics
+1307.6520 Strongly Correlated Electrons
+1307.6521 General Physics
+1307.6522 Statistics Theory
+1307.6523 Combinatorics
+1307.6524 Fluid Dynamics
+1307.6525
+1307.6526 Strongly Correlated Electrons
+1307.6528 Computer Science and Game Theory
+1307.6535 Complex Variables
+1307.6537 High Energy Astrophysical Phenomena
+1307.6539 Applications
+1307.6541
+1307.6542 Computer Vision and Pattern Recognition
+1307.6544 Computer Vision and Pattern Recognition
+1307.6547 Number Theory
+1307.6548 Networking and Internet Architecture
+1307.6549 Computer Vision and Pattern Recognition
+math/0407413 Representation Theory
+0707.3835 Geometric Topology
+0912.5031 Dynamical Systems
+1003.2792 Group Theory
+1004.5067 Metric Geometry
+1005.3647
+1007.4672 Quantum Gases
+1009.2459
+1010.3158 Probability
+1012.0971 Theory
+1103.1286 Optimization and Control
+1103.3925 Probability
+1104.1813 Probability
+1104.2206 Metric Geometry
+1105.0499 Atomic Physics
+1105.3839 Probability
+1105.4283 Probability
+1105.4548 Analysis of PDEs
+1105.4841 Probability
+1105.4842 Probability
+1105.5535 Probability
+1106.0176 Biological Physics
+1106.0318 Dynamical Systems
+1106.6132 Probability
+1108.2554 Logic
+1109.2844
+1109.3522 Number Theory
+1109.5668 Probability
+1110.6155 Operator Algebras
+1111.2090 Rings and Algebras
+1112.6347 Group Theory
+1201.1027 Dynamical Systems
+1201.3850 Classical Analysis and ODEs
+1205.1451
+1205.7079 Combinatorics
+1206.7033 Statistical Mechanics
+1207.0668 Materials Science
+1208.2045 Analysis of PDEs
+1209.2376 Cryptography and Security
+1209.3168 Classical Analysis and ODEs
+1209.3329 Fluid Dynamics
+1209.3509 Representation Theory
+1211.3938 Optimization and Control
+1211.5112 Differential Geometry
+1211.6333 Strongly Correlated Electrons
+1212.0670 Phenomenology
+1212.2019
+1212.3324 Mesoscale and Nanoscale Physics
+1212.4769 Algebraic Geometry
+1212.4900 Mesoscale and Nanoscale Physics
+1212.6227 Differential Geometry
+1301.1881 Metric Geometry
+1301.3142 Statistical Mechanics
+1301.4912 Quantum Algebra
+1301.5043 Theory
+1302.0192 Soft Condensed Matter
+1302.0367 Materials Science
+1302.0754
+1302.3279 Chaotic Dynamics
+1302.3437 Data Structures and Algorithms
+1302.6410 Materials Science
+1302.7073 Superconductivity
+1303.2977
+1303.2982 Superconductivity
+1303.4320 Mesoscale and Nanoscale Physics
+1303.4616 Materials Science
+1303.4939
+1303.5879 Quantum Algebra
+1303.6053 Theory
+1303.7449 Mesoscale and Nanoscale Physics
+1304.0719 General Mathematics
+1304.2008
+1304.4939
+1304.6342 Other Condensed Matter
+1304.7059
+1305.1566 Theory
+1305.2126
+1305.2631
+1305.3082 Databases
+1305.3516 Cosmology and Nongalactic Astrophysics
+1305.3938 Strongly Correlated Electrons
+1305.4357 Cosmology and Nongalactic Astrophysics
+1305.4657 Instrumentation and Detectors
+1305.5092 Algebraic Geometry
+1305.5857 Optics
+1305.5887 Experiment
+1305.6182 Algebraic Geometry
+1305.6333 Atomic Physics
+1306.1020 Number Theory
+1306.1332 Networking and Internet Architecture
+1306.1453
+1306.1883
+1306.1896
+1306.1901 Programming Languages
+1306.2198 High Energy Astrophysical Phenomena
+1306.3123 Formal Languages and Automata Theory
+1306.3315 Number Theory
+1306.3751
+1306.5101 Soft Condensed Matter
+1306.6076 Cosmology and Nongalactic Astrophysics
+1306.6871 Strongly Correlated Electrons
+1307.1206 Mesoscale and Nanoscale Physics
+1307.1328 Mesoscale and Nanoscale Physics
+1307.1641
+1307.1861 Superconductivity
+1307.1894
+1307.2595 Operator Algebras
+1307.3653 Data Analysis, Statistics and Probability
+1307.3972 Differential Geometry
+1307.4113 Logic
+1307.4652 Materials Science
+1307.4767 Materials Science
+1307.5474 Metric Geometry
+1307.5495 Instrumentation and Detectors
+1307.6228 Algebraic Geometry
+1307.6264
+1307.6348 Databases
+1307.6371 High Energy Astrophysical Phenomena
+1307.6413 High Energy Astrophysical Phenomena
+1307.6564 Cosmology and Nongalactic Astrophysics
+1307.6570 High Energy Astrophysical Phenomena
+1307.6571 High Energy Astrophysical Phenomena
+1307.6572 High Energy Astrophysical Phenomena
+1307.6574 Distributed, Parallel, and Cluster Computing
+1307.6582 Differential Geometry
+1307.6583 Quantitative Methods
+1307.6590 Logic in Computer Science
+1307.6598 Quantum Algebra
+1307.6599 Logic
+1307.6604 General Physics
+1307.6605 Instrumentation and Detectors
+1307.6614 Algebraic Geometry
+1307.6615 Mesoscale and Nanoscale Physics
+1307.6616 Learning
+1307.6618 Probability
+1307.6620 Differential Geometry
+1307.6621 Chemical Physics
+1307.6622 Networking and Internet Architecture
+1307.6623 Rings and Algebras
+1307.6627 Data Structures and Algorithms
+1307.6628 Computational Geometry
+1307.6638 Mathematical Software
+1307.6642 Combinatorics
+1307.6644 Solar and Stellar Astrophysics
+1307.6649 Distributed, Parallel, and Cluster Computing
+1307.6652
+1307.6656
+1307.6660
+1307.6661
+1307.6662 Group Theory
+1307.6665 Networking and Internet Architecture
+1307.6673 Information Theory
+1307.6677 Probability
+1307.6680
+1307.6684 Statistical Mechanics
+1307.6685 Statistics Theory
+1307.6686 Classical Physics
+1307.6687 Biological Physics
+1307.6688 Analysis of PDEs
+1307.6693 Combinatorics
+1307.6704 Materials Science
+1307.6705 Numerical Analysis
+1307.6713 Instrumentation and Methods for Astrophysics
+1307.6714
+1307.6718 Materials Science
+1307.6720 Solar and Stellar Astrophysics
+1307.6721 Combinatorics
+1307.6726 Computation and Language
+1307.6727 Pricing of Securities
+1307.6730 Analysis of PDEs
+1307.6731 Chaotic Dynamics
+1307.6733 Fluid Dynamics
+1307.6737 Superconductivity
+1307.6738 Computational Complexity
+1307.6741 Functional Analysis
+1307.6743 Analysis of PDEs
+1307.6747 Distributed, Parallel, and Cluster Computing
+1307.6749 Probability
+1307.6753 Materials Science
+1307.6756 General Mathematics
+1307.6757 Astrophysics of Galaxies
+1307.6758 Instrumentation and Detectors
+1307.6759 Astrophysics of Galaxies
+1307.6760 Digital Libraries
+1307.6761 Optics
+1307.6762 Phenomenology
+1307.6765 Digital Libraries
+1307.6766 Symplectic Geometry
+1307.6770 Digital Libraries
+1307.6771 Accelerator Physics
+1307.6773 Digital Libraries
+1307.6774 Phenomenology
+1307.6777 Accelerator Physics
+1307.6778 Digital Libraries
+1307.6785 Materials Science
+1307.6787 Accelerator Physics
+1307.6790 Mesoscale and Nanoscale Physics
+1307.6791 Digital Libraries
+1307.6797 Digital Libraries
+1307.6798 High Energy Astrophysical Phenomena
+1307.6803 Analysis of PDEs
+1307.6804 Digital Libraries
+1307.6808
+1307.6811 Instrumentation and Detectors
+1307.6812 Group Theory
+1307.6814 Learning
+1307.6821 Atmospheric and Oceanic Physics
+1307.6825 Dynamical Systems
+1307.6827 Analysis of PDEs
+1307.6830 Probability
+1307.6835 Statistics Theory
+1307.6836 Statistics Theory
+1307.6837 Applications
+1307.6841 Combinatorics
+1307.6844 Materials Science
+1307.6849 Dynamical Systems
+1307.6855 Solar and Stellar Astrophysics
+astro-ph/0202314
+0905.2349 Probability
+1302.2362 Probability
+1306.6588 Probability
+0705.0070 Algebraic Geometry
+0707.0861 Statistics Theory
+0806.1663 Superconductivity
+0807.3350 Populations and Evolution
+0812.1528 Combinatorics
+0812.2727 Theory
+1002.2334 Computer Science and Game Theory
+1003.4855 Combinatorics
+1006.5959 Algebraic Geometry
+1008.3444 Representation Theory
+1009.2586 Combinatorics
+1010.1612 General Physics
+1010.6286 Group Theory
+1012.5089 Numerical Analysis
+1101.0686 Atomic Physics
+1102.4811 Statistics Theory
+1102.4996 Probability
+1102.5014 Statistics Theory
+1106.3287 Number Theory
+1108.1738 Algebraic Geometry
+1109.0903 Geometric Topology
+1109.2251 Number Theory
+1109.6705 Algebraic Geometry
+1110.0543 Computational Physics
+1110.3667 Other Condensed Matter
+1110.3908 Differential Geometry
+1110.3912 Differential Geometry
+1110.5254 Applications
+1111.4835 Data Analysis, Statistics and Probability
+1111.6832 Machine Learning
+1201.3084 Phenomenology
+1201.3869 Networking and Internet Architecture
+1202.2798
+1204.0495 Combinatorics
+1204.1871 Geometric Topology
+1204.1908 Experiment
+1204.2023 Phenomenology
+1205.0178 Formal Languages and Automata Theory
+1205.2885 Materials Science
+1206.2123 Information Retrieval
+1206.2126 Information Retrieval
+1206.2727 High Energy Astrophysical Phenomena
+1206.3332 Biological Physics
+1206.4569 High Energy Astrophysical Phenomena
+1206.4801 Optics
+1207.1691 Optimization and Control
+1207.4852 Algebraic Topology
+1207.5001 Classical Analysis and ODEs
+1207.5120 Algebraic Geometry
+1208.1751 Optimization and Control
+1208.2807 Theory
+1208.3782 Biomolecules
+1208.5647 Optics
+1209.0899 Statistics Theory
+1210.0670 Computational Finance
+1210.0799 Quantum Gases
+1210.2279 History and Overview
+1210.4358 Materials Science
+1210.5003 Combinatorics
+1210.5029 Applications
+1210.5316 Mesoscale and Nanoscale Physics
+1211.0882 Methodology
+1211.2020 Combinatorics
+1211.2144 Algebraic Topology
+1211.5425 Information Theory
+1211.6590
+1212.5714 Algebraic Geometry
+1301.0883 Number Theory
+1301.0903 Number Theory
+1301.3269 Numerical Analysis
+1301.4978 Geometric Topology
+1301.6446 Quantum Gases
+1301.6529 Information Theory
+1301.6957 Soft Condensed Matter
+1301.7037
+1302.2475
+1302.2618 Cosmology and Nongalactic Astrophysics
+1302.3036
+1302.5161 Distributed, Parallel, and Cluster Computing
+1302.5266
+1302.5440 Mesoscale and Nanoscale Physics
+1302.6022 Computational Physics
+1302.6447 Dynamical Systems
+1303.0375 Mesoscale and Nanoscale Physics
+1303.0804 Mesoscale and Nanoscale Physics
+1303.1028 Statistical Mechanics
+1303.1287
+1303.1348 Cosmology and Nongalactic Astrophysics
+1303.1602
+1303.4284
+1303.5973 Methodology
+1303.6092 Systems and Control
+1303.6405 Statistical Mechanics
+1303.7313 Combinatorics
+1304.0545
+1304.0973 Disordered Systems and Neural Networks
+1304.1775
+1304.2403 Optics
+1304.4024
+1304.5393 Mesoscale and Nanoscale Physics
+1304.6136 Computational Physics
+1304.7431 Theory
+1304.7583
+1304.7633 Biomolecules
+1305.0314 Mesoscale and Nanoscale Physics
+1305.3897 Statistics Theory
+1305.3967 Data Analysis, Statistics and Probability
+1305.4073
+1305.4170 Computational Geometry
+1305.7063 Plasma Physics
+1305.7108 Statistical Mechanics
+1305.7188
+1306.0957 Information Theory
+1306.2006
+1306.2280
+1306.2568 Number Theory
+1306.4796 Quantum Gases
+1306.4820 Group Theory
+1306.4931 Phenomenology
+1306.6879 Phenomenology
+1307.0338
+1307.0344 Strongly Correlated Electrons
+1307.1291 Strongly Correlated Electrons
+1307.1347 Phenomenology
+1307.3359
+1307.3646 Methodology
+1307.3980 Optics
+1307.4021
+1307.4609 Theory
+1307.5189 Probability
+1307.5642 Classical Analysis and ODEs
+1307.6870 Quantitative Methods
+1308.1513
+1308.1693 Theory
+1308.2071 Computational Physics
+1308.2082 Strongly Correlated Electrons
+1308.3199 Theory
+1308.3695 Theory
+1308.5298
+1308.5410 Cosmology and Nongalactic Astrophysics
+1308.5904 Mesoscale and Nanoscale Physics
+1308.6714 Mesoscale and Nanoscale Physics
+1309.0969 Materials Science
+1309.1058
+1309.2115 Differential Geometry
+1309.2468 Mesoscale and Nanoscale Physics
+1309.3324 Distributed, Parallel, and Cluster Computing
+1309.3889
+1309.3966 Phenomenology
+1309.4598 Phenomenology
+1309.4746 Cosmology and Nongalactic Astrophysics
+1309.5022
+1309.5409 Statistical Mechanics
+1309.6982
+1309.7193 Phenomenology
+1310.0501 Materials Science
+1310.0814 Astrophysics of Galaxies
+1310.1053 Phenomenology
+1310.1075
+1310.1339 History and Philosophy of Physics
+1310.1628 Applications
+1310.2288 Probability
+1310.2438 Numerical Analysis
+1310.2506 Probability
+1310.2790
+1310.3410 Geometric Topology
+1310.3580 Data Structures and Algorithms
+1310.6573 Numerical Analysis
+1310.6791 Mesoscale and Nanoscale Physics
+1310.7589 Instrumentation and Methods for Astrophysics
+1310.8574 Applications
+1311.0037 Solar and Stellar Astrophysics
+1311.0098 Methodology
+1311.0150
+1311.0152 Exactly Solvable and Integrable Systems
+1311.0619 Accelerator Physics
+1311.1243 Strongly Correlated Electrons
+1311.1808 Theory
+1311.2011 General Topology
+1311.2047 Atomic Physics
+1311.2901 Computer Vision and Pattern Recognition
+1311.3109 Rings and Algebras
+1311.3748 Strongly Correlated Electrons
+1311.3793 Plasma Physics
+1311.3876 Phenomenology
+1311.5372 Dynamical Systems
+1311.5638 Mesoscale and Nanoscale Physics
+1311.6030 High Energy Astrophysical Phenomena
+1311.6168 Number Theory
+1311.6211 Learning
+1311.6220 Lattice
+1311.6412
+1311.6564 Instrumentation and Detectors
+1311.6651 Earth and Planetary Astrophysics
+1311.6771 Biological Physics
+1311.6919 Algebraic Geometry
+1311.7030 Numerical Analysis
+1311.7082 Combinatorics
+1311.7086 Materials Science
+1311.7135 High Energy Astrophysical Phenomena
+1311.7138 Biological Physics
+1311.7139 Artificial Intelligence
+1311.7140 Genomics
+1311.7141 Solar and Stellar Astrophysics
+1311.7142 Disordered Systems and Neural Networks
+1311.7145 Theory
+1311.7156 Algebraic Geometry
+1311.7159 Classical Physics
+1311.7161 Combinatorics
+1311.7162 Number Theory
+1311.7166
+1311.7168 Complex Variables
+1311.7175 Solar and Stellar Astrophysics
+1311.7177 History and Overview
+1311.7178 Computational Complexity
+1311.7181 Logic in Computer Science
+1311.7182 Cryptography and Security
+1311.7184 Machine Learning
+1311.7186 Computer Vision and Pattern Recognition
+1311.7194 Graphics
+1311.7195 Experiment
+1311.7197 Analysis of PDEs
+1311.7198 Learning
+1311.7200 Information Retrieval
+1311.7201 Data Structures and Algorithms
+1311.7202 Data Structures and Algorithms
+1311.7203 Programming Languages
+1311.7204 Information Retrieval
+1311.7207 Cosmology and Nongalactic Astrophysics
+1311.7209 Cosmology and Nongalactic Astrophysics
+1311.7210 Distributed, Parallel, and Cluster Computing
+1311.7212 Materials Science
+1311.7213 Social and Information Networks
+1311.7215 Artificial Intelligence
+1311.7220 Atomic Physics
+1311.7222 Theory
+1311.7224 Medical Physics
+1311.7229 Computational Complexity
+1311.7230 Numerical Analysis
+1311.7232 Probability
+1311.7233 Functional Analysis
+1311.7235 Atmospheric and Oceanic Physics
+1311.7242 Programming Languages
+1311.7244 Applications
+1311.7246 High Energy Astrophysical Phenomena
+1311.7247 Materials Science
+1311.7250 Combinatorics
+1311.7251 Computer Vision and Pattern Recognition
+1311.7255 Dynamical Systems
+1311.7256 Programming Languages
+1311.7257 Applications
+1311.7258
+1311.7259 Other Computer Science
+1311.7261 Applications
+1311.7265 Applications
+1311.7267 Combinatorics
+1311.7273 Chemical Physics
+1311.7279 Applications
+1311.7285 Materials Science
+1311.7291 Differential Geometry
+1311.7292 Geometric Topology
+1311.7295 Robotics
+1311.7296 Analysis of PDEs
+1311.7297 Mesoscale and Nanoscale Physics
+1311.7301 Complex Variables
+1311.7304 Lattice
+1311.7305 Experiment
+1311.7306 Fluid Dynamics
+1311.7308 Phenomenology
+1311.7311 Probability
+1311.7314 Optics
+1311.7316 Combinatorics
+1311.7319 Applications
+1311.7326 Applications
+1311.7327 Computer Vision and Pattern Recognition
+1311.7328 Genomics
+1311.7329 Mesoscale and Nanoscale Physics
+1311.7333 Applications
+1311.7337 Phenomenology
+1311.7343 Complex Variables
+1311.7349 Algebraic Geometry
+1311.7353 Superconductivity
+1311.7354 Phenomenology
+1311.7362 Experiment
+1311.7364 Experiment
+1311.7365 Medical Physics
+1311.7369 Data Structures and Algorithms
+1311.7373 Information Theory
+1311.7374 Phenomenology
+1311.7375 Analysis of PDEs
+1311.7376 Theory
+1311.7378
+1311.7382
+1311.7386 Metric Geometry
+1311.7388 Information Retrieval
+1311.7393 Lattice
+1311.7396 Algebraic Geometry
+1311.7397 Lattice
+1311.7398 Symplectic Geometry
+1311.7399 Phenomenology
+1311.7400 Networking and Internet Architecture
+1311.7401 Applications
+1311.7402 Atomic Physics
+1311.7403 Formal Languages and Automata Theory
+1311.7405
+1311.7406 Phenomenology
+1311.7408 Numerical Analysis
+1311.7414 Materials Science
+1311.7415 Atomic Physics
+1311.7416 Differential Geometry
+1311.7419 Portfolio Management
+1311.7420 Functional Analysis
+1311.7421 Networking and Internet Architecture
+1311.7422 Distributed, Parallel, and Cluster Computing
+1311.7424 Mesoscale and Nanoscale Physics
+1311.7425 Phenomenology
+1311.7427 Analysis of PDEs
+1311.7428 Accelerator Physics
+1311.7429 Atomic Physics
+1311.7430 Graphics
+1311.7433 Subcellular Processes
+1311.7435 Distributed, Parallel, and Cluster Computing
+1311.7437 Probability
+1311.7440 Lattice
+1311.7441 Rings and Algebras
+1311.7443 Strongly Correlated Electrons
+1311.7445 Algebraic Topology
+1311.7446 Geometric Topology
+1311.7447 Dynamical Systems
+1311.7448 Probability
+1311.7449 Probability
+1311.7453 Exactly Solvable and Integrable Systems
+1311.7455 Methodology
+1311.7457 Solar and Stellar Astrophysics
+1311.7458 Networking and Internet Architecture
+1311.7462 Graphics
+1311.7466 Information Theory
+1311.7467 Phenomenology
+1311.7468 Number Theory
+1311.7472 Applications
+1311.7475 Differential Geometry
+1311.7478 Applications
+1311.7480 Applications
+1311.7482 Applications
+1311.7483 Combinatorics
+1311.7485 Applications
+1311.7489 Physics Education
+1311.7490 Experiment
+1311.7492 Combinatorics
+1311.7494 Mesoscale and Nanoscale Physics
+1311.7496 Biological Physics
+1311.7497 Instrumentation and Methods for Astrophysics
+1311.7503 Algebraic Geometry
+1311.7504 Cosmology and Nongalactic Astrophysics
+1311.7508
+1311.7514 Atomic and Molecular Clusters
+1311.7515 Combinatorics
+1311.7518 Information Theory
+1311.7519 Analysis of PDEs
+1311.7520 Complex Variables
+1311.7522 Complex Variables
+1311.7523 Rings and Algebras
+1311.7525 Numerical Analysis
+1311.7530 Experiment
+1311.7531 Experiment
+1311.7535 Graphics
+1311.7536 Software Engineering
+1311.7540 Numerical Analysis
+1311.7541 Differential Geometry
+1311.7548 Chaotic Dynamics
+1311.7553 High Energy Astrophysical Phenomena
+1311.7562 Systems and Control
+1311.7564 Symplectic Geometry
+1311.7569 Analysis of PDEs
+1311.7572 Dynamical Systems
+1311.7575 Functional Analysis
+1311.7577 Soft Condensed Matter
+1311.7582 Methodology
+1311.7590 Information Theory
+1311.7591 Phenomenology
+1311.7594 Experiment
+1311.7595 Probability
+1311.7597 Experiment
+1311.7598 Materials Science
+1311.7599 Chaotic Dynamics
+1311.7601 Experiment
+1311.7602 Numerical Analysis
+1311.7608 Number Theory
+1311.7609 Differential Geometry
+1311.7616 Applications
+1311.7617 Fluid Dynamics
+1311.7621 Algebraic Geometry
+1311.7623 Solar and Stellar Astrophysics
+1311.7625 General Topology
+1311.7627 Materials Science
+1311.7636 Combinatorics
+1311.7639 Lattice
+1311.7642 Category Theory
+1311.7643 Analysis of PDEs
+1311.7650 Applications
+1311.7652 Mesoscale and Nanoscale Physics
+1311.7654 Phenomenology
+1311.7656 Machine Learning
+1311.7662 Learning
+1311.7663 Mesoscale and Nanoscale Physics
+1311.7672 Combinatorics
+1311.7674
+1311.7677
+1311.7678 Functional Analysis
+1311.7679 Learning
+1311.7682 Theory
+1311.7689 Genomics
+1311.7690 Probability
+hep-ph/0210023 Phenomenology
+math/0505337 Algebraic Geometry
+math/0602428 Combinatorics
+math/0701325 Category Theory
+0704.3662 Human-Computer Interaction
+0803.3461
+0901.3880 Information Theory
+0903.2928 Chaotic Dynamics
+0907.1186 Combinatorics
+0907.2510 Information Theory
+0909.1247 Geometric Topology
+0909.1557
+0909.1994 Operator Algebras
+0911.5130 Differential Geometry
+0912.0195
+0912.1022 Geometric Topology
+1007.1927 General Topology
+1009.0323 Strongly Correlated Electrons
+1012.0355 Mesoscale and Nanoscale Physics
+1012.0659 Differential Geometry
+1103.2731 Combinatorics
+1105.0132 Strongly Correlated Electrons
+1107.0789 Learning
+1107.1074 Probability
+1107.1555 Strongly Correlated Electrons
+1107.4644 Differential Geometry
+1108.1762 Computer Science and Game Theory
+1108.4147
+1108.4243 Probability
+1109.0611 Probability
+1110.6170 Computational Finance
+1110.6628 Geometric Topology
+1111.3552
+1111.3591 Cosmology and Nongalactic Astrophysics
+1111.5390 Mesoscale and Nanoscale Physics
+1112.5740 Geometric Topology
+1201.4995 Computational Complexity
+1201.5666 Cryptography and Security
+1201.5760 Mesoscale and Nanoscale Physics
+1201.5833 Probability
+1202.5013 Complex Variables
+1202.5365 Algebraic Geometry
+1203.4001 Numerical Analysis
+1203.4266 Strongly Correlated Electrons
+1203.4594 Geometric Topology
+1203.6866 Chaotic Dynamics
+1205.0041 Mesoscale and Nanoscale Physics
+1205.0119 Representation Theory
+1205.3178 Strongly Correlated Electrons
+1206.1107 Combinatorics
+1206.4097 Analysis of PDEs
+1206.5425 Statistical Mechanics
+1207.0818 Earth and Planetary Astrophysics
+1207.4860 Data Analysis, Statistics and Probability
+1207.5021 Statistical Mechanics
+1207.5634 Complex Variables
+1208.1878 Information Theory
+1208.2974 Algebraic Geometry
+1208.4248 Algebraic Geometry
+1208.4964
+1208.5519 Number Theory
+1208.6108 Algebraic Geometry
+1209.1533 Combinatorics
+1209.2849 Dynamical Systems
+1209.4144 Quantum Gases
+1209.6372 Commutative Algebra
+1210.0196 Algebraic Topology
+1210.2154 Superconductivity
+1210.2188 Strongly Correlated Electrons
+1210.4094 Group Theory
+1210.5119 Metric Geometry
+1211.0906 Artificial Intelligence
+1211.1469 Chemical Physics
+1211.1680 Information Theory
+1211.2507 Probability
+1211.3528 Mesoscale and Nanoscale Physics
+1211.4580 Phenomenology
+1211.7043 Soft Condensed Matter
+1212.0273 Representation Theory
+1212.1381 Probability
+1212.1439 Representation Theory
+1212.1877 Portfolio Management
+1212.4640 Statistical Mechanics
+1212.5385 Statistical Mechanics
+1212.5953 Mesoscale and Nanoscale Physics
+1212.6926 Strongly Correlated Electrons
+1301.0209 Cell Behavior
+1301.3132 Cosmology and Nongalactic Astrophysics
+1301.4230 Strongly Correlated Electrons
+1301.6857 Numerical Analysis
+1302.1356 Logic
+1302.2736 Superconductivity
+1302.3719 Mesoscale and Nanoscale Physics
+1302.3782 Mesoscale and Nanoscale Physics
+1302.5546 Analysis of PDEs
+1302.5769 Mesoscale and Nanoscale Physics
+1302.6263 Experiment
+1302.6544 Statistical Mechanics
+1303.0021 Mesoscale and Nanoscale Physics
+1303.3044 Theory
+1303.5776 Phenomenology
+1303.6478 Algebraic Geometry
+1303.7385 Plasma Physics
+1304.0772 Strongly Correlated Electrons
+1304.1556 Theory
+1304.2088 Combinatorics
+1304.2454 Networking and Internet Architecture
+1304.2459
+1304.3238 Strongly Correlated Electrons
+1304.6848 Rings and Algebras
+1305.0600 Theory
+1305.0649 Data Structures and Algorithms
+1305.1535 Discrete Mathematics
+1305.1875 Mesoscale and Nanoscale Physics
+1305.1923
+1305.3301 Strongly Correlated Electrons
+1305.4984 Strongly Correlated Electrons
+1305.5062
+1305.6438 K-Theory and Homology
+1305.6907 Phenomenology
+1306.0005 Cosmology and Nongalactic Astrophysics
+1306.1466 Quantum Algebra
+1306.1780 Optics
+1306.2462 Data Analysis, Statistics and Probability
+1306.2952 Statistical Mechanics
+1306.2967 Computer Vision and Pattern Recognition
+1306.3430 Chemical Physics
+1306.3983 High Energy Astrophysical Phenomena
+1306.4526 High Energy Astrophysical Phenomena
+1306.6769 Theory
+1306.6815 Information Theory
+1307.0331 Rings and Algebras
+1307.1788 Geometric Topology
+1307.2065 Analysis of PDEs
+1307.2304 Soft Condensed Matter
+1307.2398 Analysis of PDEs
+1307.2549 Combinatorics
+1307.2908 Computer Science and Game Theory
+1307.3631 Mesoscale and Nanoscale Physics
+1307.4442 Metric Geometry
+1307.5060
+1307.5490 Algebraic Geometry
+1307.5522 Algebraic Geometry
+1307.5900 Combinatorics
+1307.6763 Lattice
+1307.7046 Mesoscale and Nanoscale Physics
+1307.7423 Theory
+1307.7754
+1308.0516 Algebraic Geometry
+1308.1585 Earth and Planetary Astrophysics
+1308.1588 Analysis of PDEs
+1308.1945 Atomic Physics
+1308.1999 Algebraic Topology
+1308.2545 Lattice
+1308.2873 Representation Theory
+1308.3777
+1308.5311 Mesoscale and Nanoscale Physics
+1308.5456 Instrumentation and Methods for Astrophysics
+1308.6734 Superconductivity
+1309.1395 Soft Condensed Matter
+1309.1828 Computational Engineering, Finance, and Science
+1309.2768
+1309.3281 Cosmology and Nongalactic Astrophysics
+1309.3419 Probability
+1309.3774 Methodology
+1309.4747 Numerical Analysis
+1309.4899 Classical Analysis and ODEs
+1309.5074 Mesoscale and Nanoscale Physics
+1309.5330 Instrumentation and Detectors
+1309.5717 Biomolecules
+1309.6408 Symplectic Geometry
+1310.0088 Classical Analysis and ODEs
+1310.0607 Systems and Control
+1310.0933 Group Theory
+1310.2333 Superconductivity
+1310.3206
+1310.3402 Algebraic Geometry
+1310.4160 Probability
+1310.4614 Phenomenology
+1310.4624 Computation
+1310.4638 Information Theory
+1310.5086 Chemical Physics
+1310.5426 Learning
+1310.5496 Group Theory
+1310.5964 Group Theory
+1310.6086 Mesoscale and Nanoscale Physics
+1310.6107 Number Theory
+1310.6405 Logic in Computer Science
+1310.6406 Logic in Computer Science
+1310.6407 Logic in Computer Science
+1310.6409 Logic in Computer Science
+1310.6410 Logic in Computer Science
+1310.6414 Logic in Computer Science
+1310.6423 Logic in Computer Science
+1310.6424 Logic in Computer Science
+1310.6429 Artificial Intelligence
+1310.6430 Logic in Computer Science
+1310.6432 Artificial Intelligence
+1310.6439 Logic in Computer Science
+1310.6440 Logic in Computer Science
+1310.6441 Cryptography and Security
+1310.6814 Soft Condensed Matter
+1310.6831 Numerical Analysis
+1310.6901 Networking and Internet Architecture
+1310.6939 High Energy Astrophysical Phenomena
+1310.7013 Analysis of PDEs
+1310.7015 Differential Geometry
+1310.7019 Mesoscale and Nanoscale Physics
+1310.7033 Machine Learning
+1310.7039 Cosmology and Nongalactic Astrophysics
+1310.7040 High Energy Astrophysical Phenomena
+1310.7042 Optimization and Control
+1310.7044 Experiment
+1310.7045 Operator Algebras
+1310.7046 Optics
+1310.7047 Experiment
+1310.7048 Learning
+1310.7056 Statistics Theory
+1310.7058 Analysis of PDEs
+1310.7060 Geophysics
+1310.7062 Systems and Control
+1310.7064 Cosmology and Nongalactic Astrophysics
+1310.7065 Algebraic Geometry
+1310.7066 Combinatorics
+1310.7072
+1310.7077 Medical Physics
+1310.7080 Exactly Solvable and Integrable Systems
+1310.7081 Probability
+1310.7083 Molecular Networks
+1310.7086 Quantum Gases
+1310.7087 Lattice
+1310.7089 Analysis of PDEs
+1310.7091 Phenomenology
+1310.7093 Formal Languages and Automata Theory
+1310.7100 Numerical Analysis
+1310.7102 Analysis of PDEs
+1310.7103 Number Theory
+1310.7104 Cosmology and Nongalactic Astrophysics
+1310.7106 Optics
+1310.7112 Information Theory
+1310.7114 Computer Vision and Pattern Recognition
+1310.7115 Artificial Intelligence
+1310.7117 Combinatorics
+1310.7125 Probability
+1310.7128 Risk Management
+1310.7131 Populations and Evolution
+1310.7135 Optimization and Control
+1310.7137 Formal Languages and Automata Theory
+1310.7141 Other Statistics
+1310.7143 Geometric Topology
+1310.7147 Analysis of PDEs
+1310.7148 Applications
+1310.7154 Mesoscale and Nanoscale Physics
+1310.7158 Information Theory
+1310.7163 Learning
+1310.7164 Probability
+1310.7165 Functional Analysis
+1310.7168 Numerical Analysis
+1310.7172 Phenomenology
+1310.7173 Geophysics
+1310.7174 Strongly Correlated Electrons
+1310.7175 Materials Science
+1310.7179 Theory
+1310.7184 Strongly Correlated Electrons
+1310.7186 Astrophysics of Galaxies
+1310.7187 Astrophysics of Galaxies
+1310.7189 Astrophysics of Galaxies
+1310.7197 Computational Geometry
+1310.7204 Combinatorics
+1310.7205 Distributed, Parallel, and Cluster Computing
+1310.7206 Cell Behavior
+1310.7211 Methodology
+1310.7214 Group Theory
+1310.7217 Information Theory
+1310.7219 Spectral Theory
+1310.7221 Solar and Stellar Astrophysics
+1310.7224 Geometric Topology
+1310.7228 Optics
+1310.7232 Data Structures and Algorithms
+1310.7234 Analysis of PDEs
+1310.7235 Quantum Algebra
+1310.7237 High Energy Astrophysical Phenomena
+1310.7242 Spectral Theory
+1310.7246 Soft Condensed Matter
+1310.7247 Computer Science and Game Theory
+1310.7248 Functional Analysis
+1310.7250
+1310.7255 Group Theory
+1310.7257
+1310.7262 Systems and Control
+1310.7265 Optimization and Control
+1310.7268 History and Overview
+1310.7275 Neurons and Cognition
+1310.7282 Information Theory
+1310.7285 Materials Science
+1310.7288 Combinatorics
+1310.7290
+1310.7292 Optimization and Control
+1310.7293 Earth and Planetary Astrophysics
+1310.7294
+1310.7295
+1310.7296
+1310.7297 Databases
+1310.7308 Combinatorics
+1310.7309
+1310.7311 Information Theory
+1310.7313 Combinatorics
+1310.7314 Geometric Topology
+1310.7321 Computational Complexity
+1310.7331 Algebraic Geometry
+1310.7332 Probability
+1310.7335 Spectral Theory
+1310.7337 Rings and Algebras
+1310.7339 Complex Variables
+1310.7340 Experiment
+1310.7341 Experiment
+1310.7343 Instrumentation and Detectors
+1310.7346 Physics and Society
+1310.7348 Strongly Correlated Electrons
+1310.7351 Functional Analysis
+1310.7352 Functional Analysis
+1310.7353 Computers and Society
+1310.7354 Number Theory
+1310.7355 Analysis of PDEs
+1310.7357 Soft Condensed Matter
+1310.7359 Combinatorics
+1310.7366 Experiment
+1310.7367 Artificial Intelligence
+1310.7368 Systems and Control
+1310.7371 Materials Science
+1310.7372 Lattice
+1310.7373 Probability
+1310.7374 Accelerator Physics
+1310.7376 Distributed, Parallel, and Cluster Computing
+1310.7378 Digital Libraries
+1310.7382 Combinatorics
+1310.7385 Theory
+1310.7387 Theory
+1310.7388 Cosmology and Nongalactic Astrophysics
+1310.7391 Analysis of PDEs
+1310.7393 Differential Geometry
+1310.7396 Experiment
+1310.7402 Probability
+1310.7403 Combinatorics
+1310.7404 Analysis of PDEs
+1310.7405 Mesoscale and Nanoscale Physics
+1310.7407 Differential Geometry
+1310.7408 Experiment
+1310.7409 Data Structures and Algorithms
+1310.7412 Lattice
+1310.7416 Phenomenology
+1310.7418 Cryptography and Security
+1310.7420 Optics
+1310.7421
+1310.7423 Cryptography and Security
+1310.7424 Superconductivity
+1310.7428 Information Retrieval
+1310.7429
+1310.7431 Probability
+1310.7434 Strongly Correlated Electrons
+1310.7440 Computer Vision and Pattern Recognition
+1310.7442 Artificial Intelligence
+1310.7443 Computer Vision and Pattern Recognition
+1310.7444 Networking and Internet Architecture
+1310.7445 Group Theory
+1310.7447 Computer Vision and Pattern Recognition
+1310.7448 Computer Vision and Pattern Recognition
+1310.7449 Programming Languages
+1310.7461 Chemical Physics
+1310.7466 Lattice
+1310.7468 Dynamical Systems
+1310.7469 Software Engineering
+1310.7475 Plasma Physics
+1310.7479 Statistics Theory
+1310.7480 Combinatorics
+1310.7485 Cosmology and Nongalactic Astrophysics
+1310.7492 Solar and Stellar Astrophysics
+1310.7502 Earth and Planetary Astrophysics
+1310.7505 Applications
+1310.7508 Mesoscale and Nanoscale Physics
+1310.7509 Theory
+1310.7510 Chemical Physics
+1310.7511
+1310.7512
+1310.7521 Instrumentation and Detectors
+1310.7530 Algebraic Topology
+1310.7531 Combinatorics
+1310.7538 Number Theory
+1310.7539 Quantum Algebra
+1310.7544
+1310.7554 Atmospheric and Oceanic Physics
+1310.7559 Probability
+1310.7563 Mesoscale and Nanoscale Physics
+alg-geom/9507010 Algebraic Geometry
+alg-geom/9507014 Algebraic Geometry
+math/0602296 Numerical Analysis
+math/0703109 Geometric Topology
+q-bio/0703007 Quantitative Methods
+0806.2181 Populations and Evolution
+0806.3372
+0902.4785 Statistical Mechanics
+0909.2454 Populations and Evolution
+0910.0334 Analysis of PDEs
+0910.1892 Populations and Evolution
+0911.2742 Mesoscale and Nanoscale Physics
+0912.3723 Algebraic Topology
+1005.0317 Classical Analysis and ODEs
+1008.2639 Statistics Theory
+1009.3704 Soft Condensed Matter
+1010.0771 Neural and Evolutionary Computing
+1011.1391 Number Theory
+1011.3997 Number Theory
+1101.5696 Functional Analysis
+1103.3815 General Physics
+1103.6273 Complex Variables
+1104.1863
+1105.6341 Number Theory
+1106.0516 Number Theory
+1106.4388 Populations and Evolution
+1107.0103 Phenomenology
+1107.1880 Cryptography and Security
+1109.4624 Combinatorics
+1110.0305 Physics and Society
+1110.1342 Mesoscale and Nanoscale Physics
+1110.4488 Strongly Correlated Electrons
+1110.5064
+1111.4110 Strongly Correlated Electrons
+1111.6470 Strongly Correlated Electrons
+1201.1656 Information Theory
+1201.5663 Quantum Gases
+1202.3874 Materials Science
+1202.5543 Strongly Correlated Electrons
+1202.6287 Algebraic Geometry
+1203.1632 General Physics
+1204.4999 Algebraic Topology
+1205.2485 Theory
+1205.4533 Mesoscale and Nanoscale Physics
+1205.5276 Mesoscale and Nanoscale Physics
+1206.3025
+1206.5798 Instrumentation and Methods for Astrophysics
+1206.6982 Data Structures and Algorithms
+1207.0003 Mesoscale and Nanoscale Physics
+1207.0196
+1207.1561 Instrumentation and Detectors
+1207.5907 Mesoscale and Nanoscale Physics
+1207.6552
+1207.6681
+1208.1036 Spectral Theory
+1208.1160 Theory
+1208.1211 Methodology
+1208.1275 Social and Information Networks
+1208.1624 Strongly Correlated Electrons
+1208.4575
+1208.4586 Cryptography and Security
+1208.4834 Strongly Correlated Electrons
+1208.4861 High Energy Astrophysical Phenomena
+1208.5841 Quantum Gases
+1208.5931 Cosmology and Nongalactic Astrophysics
+1209.0213
+1209.1684
+1209.1758
+1209.2519 Instrumentation and Detectors
+1209.2705 Astrophysics of Galaxies
+1209.4769 Cosmology and Nongalactic Astrophysics
+1209.5644 Mesoscale and Nanoscale Physics
+1210.2405 Cosmology and Nongalactic Astrophysics
+1210.4787 Systems and Control
+1210.5338 Disordered Systems and Neural Networks
+1210.5351 Analysis of PDEs
+1210.6449 Phenomenology
+1210.7831 Numerical Analysis
+1211.1201 Strongly Correlated Electrons
+1211.1359 Theory
+1211.2644
+1211.2659 Quantum Gases
+1211.2739 Mesoscale and Nanoscale Physics
+1211.3040
+1211.3067 Mesoscale and Nanoscale Physics
+1211.6518
+1211.7147 Optics
+1212.2974 Phenomenology
+1212.3379
+1212.3397 Operator Algebras
+1212.3655
+1212.4408 Phenomenology
+1212.4577 Mesoscale and Nanoscale Physics
+1301.0157 Networking and Internet Architecture
+1301.0840 High Energy Astrophysical Phenomena
+1301.1779 Mesoscale and Nanoscale Physics
+1301.2333 Number Theory
+1301.2959 Adaptation and Self-Organizing Systems
+1301.4099 Biological Physics
+1301.5503 Atomic Physics
+1301.5613 Algebraic Geometry
+1301.5831 Molecular Networks
+1301.6470 Populations and Evolution
+1301.6814 Optics
+1301.6824 High Energy Astrophysical Phenomena
+1301.7188 Group Theory
+1301.7219
+1301.7729 Accelerator Physics
+1301.7749 Phenomenology
+1302.0011 Cosmology and Nongalactic Astrophysics
+1302.0017 Systems and Control
+1302.0030
+1302.0031 Experiment
+1302.0033 Information Theory
+1302.0034 Representation Theory
+1302.0036
+1302.0038 Numerical Analysis
+1302.0040
+1302.0042 Representation Theory
+1302.0043
+1302.0044 Geometric Topology
+1302.0053 Experiment
+1302.0057 Optics
+1302.0059 Information Theory
+1302.0064 Space Physics
+1302.0067 Computational Complexity
+1302.0070 Data Analysis, Statistics and Probability
+1302.0072 Data Structures and Algorithms
+1302.0077 Computer Vision and Pattern Recognition
+1302.0078 Algebraic Geometry
+1302.0081 Computational Physics
+1302.0082 Machine Learning
+1302.0083 Phenomenology
+1302.0086 Mesoscale and Nanoscale Physics
+1302.0087 Materials Science
+1302.0088 Quantum Gases
+1302.0089 Phenomenology
+1302.0098 Statistics Theory
+1302.0100 Solar and Stellar Astrophysics
+1302.0101 Solar and Stellar Astrophysics
+1302.0104 Solar and Stellar Astrophysics
+1302.0105
+1302.0109 Soft Condensed Matter
+1302.0110 Statistics Theory
+1302.0111 Phenomenology
+1302.0114 Statistics Theory
+1302.0118 Analysis of PDEs
+1302.0119 Analysis of PDEs
+1302.0120 Optimization and Control
+1302.0121 Representation Theory
+1302.0122 Statistics Theory
+1302.0124 Astrophysics of Galaxies
+1302.0126 Programming Languages
+1302.0131
+1302.0132 Optimization and Control
+1302.0136 Sound
+1302.0138 High Energy Astrophysical Phenomena
+1302.0141 Analysis of PDEs
+1302.0142 Optimization and Control
+1302.0144 Functional Analysis
+1302.0145 Instrumentation and Methods for Astrophysics
+1302.0146 Analysis of PDEs
+1302.0151 Statistics Theory
+1302.0153 Optimization and Control
+1302.0154
+1302.0158 Probability
+1302.0161 Analysis of PDEs
+1302.0163 Statistics Theory
+1302.0171 Cosmology and Nongalactic Astrophysics
+1302.0172 Cosmology and Nongalactic Astrophysics
+1302.0173 Optics
+1302.0174 Experiment
+1302.0176 Analysis of PDEs
+1302.0181 Statistics Theory
+1302.0188 Combinatorics
+1302.0190 Analysis of PDEs
+1302.0196 Numerical Analysis
+1302.0201 Cosmology and Nongalactic Astrophysics
+1302.0209 Analysis of PDEs
+1302.0210 Distributed, Parallel, and Cluster Computing
+1302.0212 Information Theory
+1302.0224 Group Theory
+1302.0226 Systems and Control
+1302.0227 Experiment
+1302.0231 Solar and Stellar Astrophysics
+1302.0234 Networking and Internet Architecture
+1302.0236 Cosmology and Nongalactic Astrophysics
+1302.0239
+1302.0240 History and Philosophy of Physics
+1302.0244 Mesoscale and Nanoscale Physics
+1302.0247 High Energy Astrophysical Phenomena
+1302.0250 Physics and Society
+1302.0256 Machine Learning
+1302.0257 High Energy Astrophysical Phenomena
+1302.0264 Data Structures and Algorithms
+1302.0265 Information Theory
+1302.0271 Combinatorics
+1302.0272 Computers and Society
+1302.0274 Physics and Society
+1302.0276 Analysis of PDEs
+1302.0279
+1302.0282 Differential Geometry
+math-ph/0209063
+math-ph/0601028
+nlin/0503009 Pattern Formation and Solitons
+0706.0879 Probability
+0905.2767 Optimization and Control
+0910.0701 Symplectic Geometry
+1005.4766 Materials Science
+1008.3947 Probability
+1102.0027 General Physics
+1103.2982
+1103.2983
+1105.0781
+1105.4493 Differential Geometry
+1105.5456 Statistical Mechanics
+1106.3234 Statistical Mechanics
+1106.5422 Phenomenology
+1109.0241 Numerical Analysis
+1109.4452 Algebraic Geometry
+1110.0799 Numerical Analysis
+1110.1520 Algebraic Topology
+1111.1709
+1111.2228 Data Structures and Algorithms
+1111.2481 Phenomenology
+1112.5153 Data Structures and Algorithms
+1202.4876 Analysis of PDEs
+1203.1346 Representation Theory
+1203.5760 Functional Analysis
+1204.2076
+1204.3083 Representation Theory
+1204.6551 Strongly Correlated Electrons
+1205.3696
+1205.4630
+1205.4790 Risk Management
+1205.6254 General Finance
+1206.6521 Algebraic Geometry
+1207.3261
+1207.4577 Logic in Computer Science
+1208.3376
+1208.5390
+1209.1058 Spectral Theory
+1209.5089 Commutative Algebra
+1210.0902 Dynamical Systems
+1210.1222 Differential Geometry
+1210.3063 Combinatorics
+1210.4225 Phenomenology
+1210.8165 Multimedia
+1211.1635 Number Theory
+1211.1895
+1211.4054 Strongly Correlated Electrons
+1211.4368 Optimization and Control
+1211.4391 Optimization and Control
+1211.5289 Mesoscale and Nanoscale Physics
+1211.5368 Soft Condensed Matter
+1211.6547 Metric Geometry
+1212.0812 Numerical Analysis
+1212.3140 Mesoscale and Nanoscale Physics
+1212.6934 Quantum Gases
+1301.0731 Rings and Algebras
+1301.1087 Materials Science
+1301.1455 Optics
+1301.1778 Cosmology and Nongalactic Astrophysics
+1301.2238 Theory
+1301.2386 Cosmology and Nongalactic Astrophysics
+1301.3163 Quantum Gases
+1301.3223 Distributed, Parallel, and Cluster Computing
+1301.5407 Instrumentation and Methods for Astrophysics
+1301.5640 Cosmology and Nongalactic Astrophysics
+1301.7154 Computational Geometry
+1301.7457 Computers and Society
+1302.0351 Databases
+1302.0637 Exactly Solvable and Integrable Systems
+1302.0876 Cosmology and Nongalactic Astrophysics
+1302.0953 Cosmology and Nongalactic Astrophysics
+1302.1126 Computational Physics
+1302.1469
+1302.2464
+1302.3342 Representation Theory
+1302.3632 Classical Analysis and ODEs
+1302.3843 Strongly Correlated Electrons
+1302.4575 Disordered Systems and Neural Networks
+1302.4704 Statistical Mechanics
+1302.6193 Analysis of PDEs
+1302.6235 High Energy Astrophysical Phenomena
+1302.6905 Strongly Correlated Electrons
+1302.7294
+1303.2342 Statistical Mechanics
+1303.2695 Superconductivity
+1303.3732 Information Theory
+1303.5053 Mesoscale and Nanoscale Physics
+1304.1018 Learning
+1304.3476 Mesoscale and Nanoscale Physics
+1304.4167
+1304.6186 Cosmology and Nongalactic Astrophysics
+1304.7255 Strongly Correlated Electrons
+1305.0645 Quantum Gases
+1305.1341 Strongly Correlated Electrons
+1305.1795 Soft Condensed Matter
+1305.1799 Soft Condensed Matter
+1305.5103 Other Quantitative Biology
+1305.7224 Phenomenology
+1305.7367 Medical Physics
+1305.7450 Mesoscale and Nanoscale Physics
+1306.0401 Popular Physics
+1306.0795 General Mathematics
+1306.1143 General Physics
+1306.1449 Analysis of PDEs
+1306.1937 History and Philosophy of Physics
+1306.1939 History and Philosophy of Physics
+1306.1973 Functional Analysis
+1306.2240 Geometric Topology
+1306.2442 Chemical Physics
+1306.2524
+1306.2649 Group Theory
+1306.2651 Solar and Stellar Astrophysics
+1306.2652 Exactly Solvable and Integrable Systems
+1306.2654 Earth and Planetary Astrophysics
+1306.2655 Instrumentation and Detectors
+1306.2663 Learning
+1306.2668 Phenomenology
+1306.2669 Number Theory
+1306.2674 Probability
+1306.2675 Category Theory
+1306.2678 Earth and Planetary Astrophysics
+1306.2684 Superconductivity
+1306.2689 Group Theory
+1306.2691 Databases
+1306.2692 Programming Languages
+1306.2693 Cryptography and Security
+1306.2694 Logic in Computer Science
+1306.2695 Logic in Computer Science
+1306.2696 Logic in Computer Science
+1306.2697 Logic in Computer Science
+1306.2704 Analysis of PDEs
+1306.2707 Geometric Topology
+1306.2709 Geophysics
+1306.2710 Populations and Evolution
+1306.2714 Cosmology and Nongalactic Astrophysics
+1306.2718
+1306.2721 Mesoscale and Nanoscale Physics
+1306.2726 History and Philosophy of Physics
+1306.2727 Computer Vision and Pattern Recognition
+1306.2728 Methodology
+1306.2729 Number Theory
+1306.2730 Phenomenology
+1306.2731 Materials Science
+1306.2734 Populations and Evolution
+1306.2735 Information Theory
+1306.2736 Dynamical Systems
+1306.2738 Medical Physics
+1306.2743 Programming Languages
+1306.2747
+1306.2753 Atmospheric and Oceanic Physics
+1306.2758 Analysis of PDEs
+1306.2759 Learning
+1306.2765 Plasma Physics
+1306.2770 Solar and Stellar Astrophysics
+1306.2771 Phenomenology
+1306.2774 Rings and Algebras
+1306.2775 Mesoscale and Nanoscale Physics
+1306.2777 Soft Condensed Matter
+1306.2782 Numerical Analysis
+1306.2785 Mesoscale and Nanoscale Physics
+1306.2786 Materials Science
+1306.2787 Mesoscale and Nanoscale Physics
+1306.2791 Methodology
+1306.2795 Computer Vision and Pattern Recognition
+1306.2798 Phenomenology
+1306.2806 Logic in Computer Science
+1306.2811
+1306.2812 Methodology
+1306.2815 Data Structures and Algorithms
+1306.2816
+1306.2821 Numerical Analysis
+1306.2822 Numerical Analysis
+1306.2823 Analysis of PDEs
+1306.2826 Atomic Physics
+1306.2827 Computational Geometry
+1306.2830 High Energy Astrophysical Phenomena
+1306.2833 Cryptography and Security
+1306.2837 Functional Analysis
+1306.2840 Materials Science
+1306.2841 Phenomenology
+1306.2844 General Physics
+1306.2845 History and Overview
+1306.2848 Atomic Physics
+1306.2852 Biomolecules
+1306.2856 Optics
+1306.2857 Commutative Algebra
+1306.2859 History and Overview
+1306.2860 Rings and Algebras
+1306.2862 Combinatorics
+1306.2863 Artificial Intelligence
+1306.2864 Artificial Intelligence
+1306.2867 Numerical Analysis
+1306.2871
+1306.2877 Cosmology and Nongalactic Astrophysics
+1306.2879
+1306.2882 Cryptography and Security
+1306.2885 Cryptography and Security
+1306.2891 Materials Science
+1306.2898 Computational Engineering, Finance, and Science
+1306.2899 Phenomenology
+1306.2900 Soft Condensed Matter
+1306.2903 Phenomenology
+1306.2904 Numerical Analysis
+1306.2905 Physics Education
+1306.2906 Learning
+1306.2907 Numerical Analysis
+1306.2917 Probability
+1306.2918 Computer Science and Game Theory
+1306.2920 Phenomenology
+1306.2922 Other Condensed Matter
+1306.2926 Phenomenology
+1306.2931 Data Structures and Algorithms
+1306.2935 Emerging Technologies
+hep-ph/9601207 Phenomenology
+math/0605272 Classical Analysis and ODEs
+nlin/0407045 Pattern Formation and Solitons
+nlin/0504046 Pattern Formation and Solitons
+0805.2187 Category Theory
+0808.1519 Category Theory
+0808.1972 Category Theory
+0811.3547 Category Theory
+0812.2107 Materials Science
+0905.1418 Algebraic Geometry
+0906.5482 Theory
+0907.2361 Category Theory
+0912.1404 Category Theory
+1002.3089 General Topology
+1006.3900 Statistical Mechanics
+1006.4253 Combinatorics
+1006.4960 Strongly Correlated Electrons
+1007.5045 Statistical Mechanics
+1008.1517 Algebraic Topology
+1008.2434 Statistical Mechanics
+1011.3574 General Topology
+1012.0165 Soft Condensed Matter
+1101.2698 Soft Condensed Matter
+1104.1818 Materials Science
+1104.2391 Statistical Mechanics
+1105.1148 Numerical Analysis
+1106.4685 Combinatorics
+1107.2261 Statistics Theory
+1107.3910 Algebraic Geometry
+1108.5985 Symbolic Computation
+1109.2662
+1109.6556 Differential Geometry
+1110.3403 Superconductivity
+1110.4363
+1110.4776 Probability
+1111.0472 Metric Geometry
+1111.4920 Functional Analysis
+1112.2542 Category Theory
+1112.2883 Quantum Algebra
+1202.2805 Optimization and Control
+1203.5354 Materials Science
+1204.0631 Superconductivity
+1204.5415 Number Theory
+1205.0202 Geometric Topology
+1205.2041 K-Theory and Homology
+1205.3954 Probability
+1205.5920 Machine Learning
+1206.1376 Combinatorics
+1206.5926 Combinatorics
+1206.6501 Cosmology and Nongalactic Astrophysics
+1207.2715 Functional Analysis
+1207.5982
+1207.6451 Representation Theory
+1207.6858 Theory
+1208.0469 Strongly Correlated Electrons
+1208.2211 Quantum Gases
+1208.5613 Analysis of PDEs
+1209.1331 Theory
+1209.2365 Mesoscale and Nanoscale Physics
+1209.2815
+1210.0459 Earth and Planetary Astrophysics
+1210.1323 Phenomenology
+1210.3095
+1210.4136 Cosmology and Nongalactic Astrophysics
+1210.6212 Quantum Gases
+1211.1918 Statistical Mechanics
+1211.2217
+1211.3555
+1211.3917 Mesoscale and Nanoscale Physics
+1211.4473 Other Computer Science
+1211.6050 Cosmology and Nongalactic Astrophysics
+1211.6228 Mesoscale and Nanoscale Physics
+1211.6833 Algebraic Topology
+1212.0728 Cosmology and Nongalactic Astrophysics
+1212.6160 Functional Analysis
+1301.0328 Phenomenology
+1301.0922 Mesoscale and Nanoscale Physics
+1301.0968 Earth and Planetary Astrophysics
+1301.1257 Mesoscale and Nanoscale Physics
+1301.1637 Dynamical Systems
+1301.2389 Materials Science
+1301.2840 Computer Vision and Pattern Recognition
+1301.3116
+1301.3574 Soft Condensed Matter
+1301.4645
+1301.4740 Strongly Correlated Electrons
+1302.0268
+1302.2112 Cryptography and Security
+1302.2372 Phenomenology
+1302.2551 Data Structures and Algorithms
+1302.3090 Materials Science
+1302.3778 Theory
+1302.6073 Methodology
+1302.6446 Experiment
+1303.0226 Instrumentation and Methods for Astrophysics
+1303.0415 Information Theory
+1303.5241 Soft Condensed Matter
+1303.6015
+1303.6574 Phenomenology
+1303.6661 Algebraic Geometry
+1303.6914 Algebraic Geometry
+1303.7066 Soft Condensed Matter
+1303.7116 Populations and Evolution
+1304.1763 General Physics
+1304.4896 Theory
+1304.5575 Learning
+1304.5804
+1304.6005
+1304.6367 High Energy Astrophysical Phenomena
+1304.6528 Information Theory
+1304.6647 Mesoscale and Nanoscale Physics
+1304.6663 Optimization and Control
+1304.6721 Theory
+1304.6728 History and Philosophy of Physics
+1304.6733 Theory
+1304.6734 Formal Languages and Automata Theory
+1304.6740 Data Structures and Algorithms
+1304.6745 Soft Condensed Matter
+1304.6748 Soft Condensed Matter
+1304.6751 Soft Condensed Matter
+1304.6756 Combinatorics
+1304.6759 Computer Vision and Pattern Recognition
+1304.6764 High Energy Astrophysical Phenomena
+1304.6765 Optimization and Control
+1304.6771 Algebraic Topology
+1304.6780 Instrumentation and Methods for Astrophysics
+1304.6783 Applications
+1304.6788 Optics
+1304.6789 Statistics Theory
+1304.6792 Information Theory
+1304.6795 Biological Physics
+1304.6798 Algebraic Geometry
+1304.6802 Algebraic Topology
+1304.6805 Fluid Dynamics
+1304.6809 Distributed, Parallel, and Cluster Computing
+1304.6813 Computational Geometry
+1304.6815
+1304.6817 Mesoscale and Nanoscale Physics
+1304.6818 Soft Condensed Matter
+1304.6822 Information Theory
+1304.6825 Numerical Analysis
+1304.6826 Soft Condensed Matter
+1304.6833 Mesoscale and Nanoscale Physics
+1304.6837 Strongly Correlated Electrons
+1304.6838 Number Theory
+1304.6839 Spectral Theory
+1304.6847 Dynamical Systems
+1304.6850
+1304.6855 Statistical Mechanics
+1304.6857 Other Condensed Matter
+1304.6858 Information Theory
+1304.6859 History and Overview
+1304.6862 General Topology
+1304.6863 Probability
+1304.6868 Phenomenology
+1304.6870 Logic in Computer Science
+1304.6872 Multimedia
+1304.6873 Numerical Analysis
+1304.6875 High Energy Astrophysical Phenomena
+1304.6885
+1304.6887 Number Theory
+1304.6892 Earth and Planetary Astrophysics
+1304.6893 Commutative Algebra
+1304.6895 Experiment
+1304.6897 Data Structures and Algorithms
+1304.6898 Systems and Control
+1304.6899 Learning
+1304.6906 Data Structures and Algorithms
+1304.6907 High Energy Astrophysical Phenomena
+1304.6911 Optics
+1304.6914 Chemical Physics
+1304.6926 Numerical Analysis
+1304.6928
+1304.6941 Classical Analysis and ODEs
+1304.6945 Digital Libraries
+1304.6947 Materials Science
+1304.6955 Dynamical Systems
+1304.6958 Statistics Theory
+1304.6963 Commutative Algebra
+1304.6964 Materials Science
+1304.6965 Statistical Mechanics
+1304.6969 Information Theory
+1304.6970 Quantum Algebra
+1304.6973 Combinatorics
+1304.6974 Category Theory
+1304.6980 Quantum Gases
+1304.6986 Probability
+1304.6988 Analysis of PDEs
+1304.6990 Computer Vision and Pattern Recognition
+1304.6991 Numerical Analysis
+1304.6992 Mesoscale and Nanoscale Physics
+1304.6994 Distributed, Parallel, and Cluster Computing
+1304.6996 Numerical Analysis
+1304.6997 Probability
+1304.6999 Probability
+gr-qc/0610079
+math/0203047 Differential Geometry
+math/0506404 Probability
+q-bio/0501026 Quantitative Methods
+0710.3842 Analysis of PDEs
+0805.4130 Exactly Solvable and Integrable Systems
+0807.3939
+0808.0854 Symplectic Geometry
+0812.1293 Mesoscale and Nanoscale Physics
+0902.0500
+0904.4408 Theory
+0907.2101 Dynamical Systems
+0911.3789 General Finance
+0912.3912
+1002.3810
+1005.2053
+1008.3829 Computer Science and Game Theory
+1012.5734 Theory
+1101.5089 Theory
+1103.5724
+1104.0880
+1104.3104 Mesoscale and Nanoscale Physics
+1105.0808 Differential Geometry
+1105.3321
+1106.2564 Statistical Mechanics
+1106.5277 Combinatorics
+1106.5914 Dynamical Systems
+1107.2677 Information Theory
+1109.5346
+1110.5773 Dynamical Systems
+1110.6255
+1111.0772 Number Theory
+1111.4865 Exactly Solvable and Integrable Systems
+1111.7020 Algebraic Geometry
+1201.0579 Materials Science
+1202.3411 Combinatorics
+1202.5264 Analysis of PDEs
+1202.5808 Theory
+1203.4988
+1203.5317 Superconductivity
+1204.0269 Algebraic Geometry
+1204.4540 Number Theory
+1205.0135 Theory
+1205.5050 Methodology
+1206.4315 Solar and Stellar Astrophysics
+1207.1082 Algebraic Geometry
+1207.1625 Soft Condensed Matter
+1207.2160 Cosmology and Nongalactic Astrophysics
+1207.5762 Statistics Theory
+1208.2419 Number Theory
+1208.3834 Functional Analysis
+1208.3913 Geometric Topology
+1209.2073 Dynamical Systems
+1209.3539
+1209.3765 General Physics
+1209.4541 Metric Geometry
+1210.0120 Populations and Evolution
+1210.1532
+1210.1604 Genomics
+1210.5790
+1210.7596 Theory
+1211.1090 Probability
+1211.1860 Computer Science and Game Theory
+1211.4019 Optics
+1211.5349 Phenomenology
+1211.5497 Functional Analysis
+1211.6094 Mesoscale and Nanoscale Physics
+1211.6685 Theory
+1211.7150 Instrumentation and Detectors
+1212.0049 Phenomenology
+1212.2489 Mesoscale and Nanoscale Physics
+1212.5404 Physics and Society
+1301.0892 Plasma Physics
+1301.0918 Theory
+1301.0993 Probability
+1301.1344
+1301.1500
+1301.3336 Materials Science
+1301.5723 Combinatorics
+1301.7678 Solar and Stellar Astrophysics
+1302.0237 Algebraic Geometry
+1302.1866
+1302.1869 Theory
+1302.2754 Theory
+1302.3078 Commutative Algebra
+1302.3208 Optics
+1302.5628
+1302.6154 Discrete Mathematics
+1302.6269 Experiment
+1303.0132
+1303.0800 Phenomenology
+1303.2878 Algebraic Geometry
+1303.3508 Cosmology and Nongalactic Astrophysics
+1303.6497
+1304.0603 Commutative Algebra
+1304.1162 Theory
+1304.2637 Databases
+1304.2813
+1304.4289 Mesoscale and Nanoscale Physics
+1304.4667 Differential Geometry
+1304.6706 Fluid Dynamics
+1304.7596 Materials Science
+1305.1278 Theory
+1305.2197 Solar and Stellar Astrophysics
+1305.2220 Differential Geometry
+1305.2894 Earth and Planetary Astrophysics
+1305.3687 Instrumentation and Detectors
+1305.3693 Number Theory
+1305.4531 Analysis of PDEs
+1305.4748 Superconductivity
+1306.1080 Probability
+1306.1411 Astrophysics of Galaxies
+1306.2537 Physics and Society
+1306.3724 Functional Analysis
+1306.4308 Software Engineering
+1306.4309 Analysis of PDEs
+1306.4310 General Physics
+1306.4311 General Physics
+1306.4327 Cosmology and Nongalactic Astrophysics
+1306.4342 Rings and Algebras
+1306.4344 Number Theory
+1306.4345 Computer Vision and Pattern Recognition
+1306.4359 Computational Geometry
+1306.4361 Networking and Internet Architecture
+1306.4363 Social and Information Networks
+1306.4373 Differential Geometry
+1306.4375 Probability
+1306.4378 Materials Science
+1306.4380 Plasma Physics
+1306.4382 Complex Variables
+1306.4383 Geophysics
+1306.4395 Spectral Theory
+1306.4397 Methodology
+1306.4402 Biomolecules
+1306.4409 Networking and Internet Architecture
+1306.4416 Classical Analysis and ODEs
+1306.4418 Artificial Intelligence
+1306.4419 Cellular Automata and Lattice Gases
+1306.4420 Biomolecules
+1306.4424 Algebraic Geometry
+1306.4426
+1306.4427 Information Retrieval
+1306.4430 High Energy Astrophysical Phenomena
+1306.4438 Methodology
+1306.4440
+1306.4446 Instrumentation and Methods for Astrophysics
+1306.4447 Cryptography and Security
+1306.4449 Analysis of PDEs
+1306.4450 Software Engineering
+1306.4452 Commutative Algebra
+1306.4453 Mesoscale and Nanoscale Physics
+1306.4455 Numerical Analysis
+1306.4457 Probability
+1306.4460 Artificial Intelligence
+1306.4462 Solar and Stellar Astrophysics
+1306.4472 Phenomenology
+1306.4475 Dynamical Systems
+1306.4476 Dynamical Systems
+1306.4477 Analysis of PDEs
+1306.4479 Systems and Control
+1306.4480
+1306.4481 Complex Variables
+1306.4486 Solar and Stellar Astrophysics
+1306.4491 Number Theory
+1306.4493 Logic in Computer Science
+1306.4499 Mesoscale and Nanoscale Physics
+1306.4507
+1306.4508 Computation
+1306.4509 Methodology
+1306.4514 Information Theory
+1306.4517 Phenomenology
+1306.4519 Probability
+1306.4521 Data Structures and Algorithms
+1306.4527 Solar and Stellar Astrophysics
+1306.4529 Applications
+1306.4534 Social and Information Networks
+1306.4535 Biological Physics
+1306.4536 Combinatorics
+1306.4537 Solar and Stellar Astrophysics
+1306.4539 Differential Geometry
+1306.4542 Networking and Internet Architecture
+1306.4543 Algebraic Geometry
+1306.4545 Algebraic Geometry
+1306.4546 Software Engineering
+1306.4547 Algebraic Geometry
+1306.4549 Information Theory
+1306.4551 General Physics
+1306.4557 Plasma Physics
+1306.4560 Soft Condensed Matter
+1306.4565 Strongly Correlated Electrons
+1306.4566 Soft Condensed Matter
+1306.4569 Plasma Physics
+1306.4572 Chemical Physics
+1306.4575 Chemical Physics
+1306.4577 Chemical Physics
+1306.4578 Probability
+1306.4582 Probability
+1306.4583 Superconductivity
+1306.4592 Neural and Evolutionary Computing
+1306.4593 Theory
+1306.4594 Algebraic Topology
+1306.4595 Cryptography and Security
+1306.4596 Numerical Analysis
+1306.4598 Social and Information Networks
+1306.4599 Algebraic Geometry
+1306.4600 Soft Condensed Matter
+1306.4602 Biological Physics
+1306.4603 Biological Physics
+1306.4606 Information Retrieval
+1306.4607 Optics
+1306.4608 Information Retrieval
+1306.4609 Popular Physics
+1306.4612 Algebraic Geometry
+1306.4614 Dynamical Systems
+1306.4620 General Physics
+1306.4621 Neural and Evolutionary Computing
+1306.4622 Neural and Evolutionary Computing
+1306.4627 Data Structures and Algorithms
+1306.4631 Learning
+1306.4633 Learning
+1306.4634 Strongly Correlated Electrons
+1306.4635 Artificial Intelligence
+1306.4640 Statistical Mechanics
+1306.4642 Biological Physics
+1306.4647 Geophysics
+1306.4649 Combinatorics
+1306.4652 Cryptography and Security
+1306.4654 Probability
+1306.4657 Methodology
+1306.4660 Cryptography and Security
+1306.4664 Data Structures and Algorithms
+1306.4666 Cryptography and Security
+cond-mat/0104533 Strongly Correlated Electrons
+cond-mat/0309015 Disordered Systems and Neural Networks
+cond-mat/0409530 Strongly Correlated Electrons
+cond-mat/0508484 Superconductivity
+nlin/0604070 Exactly Solvable and Integrable Systems
+nlin/0610065 Exactly Solvable and Integrable Systems
+quant-ph/0308062
+quant-ph/0512114
+0810.2744 Algebraic Geometry
+0812.4076 Symplectic Geometry
+0910.2618 Differential Geometry
+1006.0049 Symplectic Geometry
+1009.3921 Functional Analysis
+1011.4946 Algebraic Geometry
+1101.1896 Algebraic Topology
+1101.5603 Dynamical Systems
+1102.1474 Symplectic Geometry
+1103.0151 Algebraic Geometry
+1106.3607 Combinatorics
+1108.3438 Probability
+1109.0700 General Physics
+1109.0898 Statistics Theory
+1110.3279 Differential Geometry
+1112.3720 Soft Condensed Matter
+1201.5005
+1205.6059 Cosmology and Nongalactic Astrophysics
+1205.6121
+1205.6935 Information Theory
+1206.1472 Probability
+1206.3313 Mesoscale and Nanoscale Physics
+1208.6303 Mesoscale and Nanoscale Physics
+1209.4146 Algebraic Geometry
+1210.6729 Commutative Algebra
+1211.1956
+1211.3296 Combinatorics
+1211.4362 Phenomenology
+1211.5622 Representation Theory
+1211.6246 Combinatorics
+1211.6847 History and Overview
+1212.2920 General Physics
+1212.4402 Theory
+1212.4468 General Physics
+1212.6648 Combinatorics
+1301.0020 Atmospheric and Oceanic Physics
+1301.2028 High Energy Astrophysical Phenomena
+1301.6582 High Energy Astrophysical Phenomena
+1302.1872 Phenomenology
+1302.3629 Combinatorics
+1302.5096 Theory
+1302.6735 Rings and Algebras
+1302.7260 Phenomenology
+1303.1954 Lattice
+1303.4159 Cosmology and Nongalactic Astrophysics
+1303.7412
+1304.0920 Information Theory
+1304.3896 Algebraic Geometry
+1304.5173 Combinatorics
+1304.7501 Functional Analysis
+1304.7732 Strongly Correlated Electrons
+1305.1097 Quantum Gases
+1305.1330 Data Structures and Algorithms
+1305.2083 Molecular Networks
+1305.5412
+1305.6710 Space Physics
+1305.7171 Mesoscale and Nanoscale Physics
+1306.2072 Category Theory
+1306.2894 Phenomenology
+1307.0149 Optics
+1307.0177 Representation Theory
+1307.2253 Phenomenology
+1307.2504 Analysis of PDEs
+1307.3963 Probability
+1307.4583 Data Analysis, Statistics and Probability
+1307.7399 Cosmology and Nongalactic Astrophysics
+1307.7598 Atomic Physics
+1308.0086
+1308.0230 Phenomenology
+1308.0316 Strongly Correlated Electrons
+1308.2251 Statistical Mechanics
+1308.3289 Chaotic Dynamics
+1308.3523 Strongly Correlated Electrons
+1309.1001 Dynamical Systems
+1309.2466 Phenomenology
+1309.3302 Chaotic Dynamics
+1309.4244 Theory
+1309.4883 Materials Science
+1309.5113
+1309.6222 Representation Theory
+1309.6652 Phenomenology
+1311.0302 Functional Analysis
+1311.1518 Astrophysics of Galaxies
+1311.2204 Analysis of PDEs
+1311.3936 Lattice
+1311.5116 Solar and Stellar Astrophysics
+1311.7392 Phenomenology
+1312.0672
+1312.0989 Cosmology and Nongalactic Astrophysics
+1312.1573
+1312.3474 Solar and Stellar Astrophysics
+1312.4353 Artificial Intelligence
+1312.4454 Programming Languages
+1312.4874 Software Engineering
+1312.5020 History and Overview
+1312.5045 Computer Vision and Pattern Recognition
+1312.5129 Computation and Language
+1312.5284 Soft Condensed Matter
+1312.5320 Cosmology and Nongalactic Astrophysics
+1312.5321 Cosmology and Nongalactic Astrophysics
+1312.5334 Instrumentation and Methods for Astrophysics
+1312.5345 Information Theory
+1312.5348 Category Theory
+1312.5351 Lattice
+1312.5355 Neural and Evolutionary Computing
+1312.5362 Classical Analysis and ODEs
+1312.5367 Soft Condensed Matter
+1312.5369 Combinatorics
+1312.5370 Machine Learning
+1312.5375
+1312.5376 Biomolecules
+1312.5383 Strongly Correlated Electrons
+1312.5384 Dynamical Systems
+1312.5385 Lattice
+1312.5386 Machine Learning
+1312.5388 Geometric Topology
+1312.5390 Space Physics
+1312.5393 Functional Analysis
+1312.5394 Neural and Evolutionary Computing
+1312.5395 Differential Geometry
+1312.5396 Theory
+1312.5399 Atomic and Molecular Clusters
+1312.5400 Differential Geometry
+1312.5402 Computer Vision and Pattern Recognition
+1312.5403 Populations and Evolution
+1312.5406 Phenomenology
+1312.5411 Logic
+1312.5413 Cosmology and Nongalactic Astrophysics
+1312.5416 Phenomenology
+1312.5417 Cryptography and Security
+1312.5418
+1312.5420 Logic in Computer Science
+1312.5421 Materials Science
+1312.5423 Statistics Theory
+1312.5427 Analysis of PDEs
+1312.5429 Programming Languages
+1312.5433
+1312.5435 Experiment
+1312.5437 Optimization and Control
+1312.5440 Optimization and Control
+1312.5442 Statistics Theory
+1312.5447 Biological Physics
+1312.5448 Statistics Theory
+1312.5450 Metric Geometry
+1312.5453 Optimization and Control
+1312.5458 Computation
+1312.5461
+1312.5463 Analysis of PDEs
+1312.5464 Solar and Stellar Astrophysics
+1312.5466 Algebraic Topology
+1312.5469 Distributed, Parallel, and Cluster Computing
+1312.5472 Algebraic Geometry
+1312.5476 Analysis of PDEs
+1312.5480 Networking and Internet Architecture
+1312.5481 Computers and Society
+1312.5483 History and Overview
+1312.5486 Molecular Networks
+1312.5488 Spectral Theory
+1312.5490 Cosmology and Nongalactic Astrophysics
+1312.5493 Phenomenology
+1312.5494 Theory
+1312.5499 Representation Theory
+1312.5500 Phenomenology
+1312.5501 Algebraic Topology
+1312.5502 Number Theory
+1312.5506 Fluid Dynamics
+1312.5507 Computational Physics
+1312.5509 Commutative Algebra
+1312.5515 Artificial Intelligence
+1312.5516 Theory
+1312.5519 Analysis of PDEs
+1312.5520 Data Structures and Algorithms
+1312.5528 Populations and Evolution
+1312.5530 Methodology
+1312.5539 Representation Theory
+1312.5543 Computational Physics
+1312.5546 Classical Analysis and ODEs
+1312.5548 Neural and Evolutionary Computing
+1312.5550 Strongly Correlated Electrons
+1312.5551 Networking and Internet Architecture
+1312.5560 Chaotic Dynamics
+1312.5561 Numerical Analysis
+1312.5562
+1312.5564 Chaotic Dynamics
+1312.5566 Molecular Networks
+1312.5568 Computer Vision and Pattern Recognition
+1312.5569 Chaotic Dynamics
+1312.5570 Analysis of PDEs
+1312.5572 Cryptography and Security
+1312.5574
+1312.5575 Plasma Physics
+1312.5586 Geometric Topology
+1312.5587 Functional Analysis
+1312.5590 Number Theory
+1312.5600 Combinatorics
+1312.5602 Learning
+1312.5603 Phenomenology
+1312.5608 Phenomenology
+1312.5609 Lattice
+1312.5611 Physics Education
+1312.5612 Exactly Solvable and Integrable Systems
+1312.5613
+1312.5620 Discrete Mathematics
+1312.5625 Molecular Networks
+1312.5626 Combinatorics
+1312.5627 Combinatorics
+1312.5629 Plasma Physics
+1312.5635
+1312.5636 General Physics
+1312.5638 Instrumentation and Methods for Astrophysics
+1312.5639 Biomolecules
+1312.5649 Data Analysis, Statistics and Probability
+1312.5652 Probability
+1312.5653 Numerical Analysis
+1312.5654 Group Theory
+1312.5665
+1312.5667 Optimization and Control
+1312.5670 Digital Libraries
+1312.5671 Operator Algebras
+1312.5672 Phenomenology
+1312.5673 Optimization and Control
+1312.5688 Algebraic Geometry
+1312.5691 Distributed, Parallel, and Cluster Computing
+1312.5692 Computers and Society
+1312.5693 Computational Finance
+1312.5694 Experiment
+1312.5702 Number Theory
+1312.5704 Systems and Control
+1312.5708
+1312.5709 Probability
+1312.5715 Optimization and Control
+1312.5734 Machine Learning
+1312.5737 High Energy Astrophysical Phenomena
+1312.5739 Networking and Internet Architecture
+math/0409025 Operator Algebras
+0704.1976 Pricing of Securities
+0706.2806 Dynamical Systems
+0707.4577 Physics and Society
+0710.2775 Pricing of Securities
+0802.1820 Physics and Society
+0802.1959
+0803.3931 Group Theory
+0805.2000 Physics and Society
+0806.4054 Group Theory
+0807.1102 Theory
+0807.1253 Trading and Market Microstructure
+0807.1494 Artificial Intelligence
+0809.3528 Data Structures and Algorithms
+0811.3567
+0901.0312 Analysis of PDEs
+0901.2700 Analysis of PDEs
+0903.4960 Physics and Society
+0910.5605 Combinatorics
+1003.1452
+1004.4858 Theory
+1005.2892 Quantum Algebra
+1007.3122 Neurons and Cognition
+1009.1920 Materials Science
+1009.5936
+1010.0341 Algebraic Geometry
+1012.2617 Mesoscale and Nanoscale Physics
+1101.0183 Plasma Physics
+1101.3743 Disordered Systems and Neural Networks
+1102.1964 Experiment
+1102.2999 Differential Geometry
+1102.3627 Symplectic Geometry
+1105.2429 Functional Analysis
+1107.2584 Complex Variables
+1107.2967 Statistical Mechanics
+1108.5396 General Physics
+1109.0535
+1109.2317 Distributed, Parallel, and Cluster Computing
+1110.0295 Materials Science
+1110.4487 Materials Science
+1110.4860 Data Structures and Algorithms
+1111.3167
+1111.6056
+1112.0591 Theory
+1112.1807 Functional Analysis
+1112.4258 Information Theory
+1201.3042 Mesoscale and Nanoscale Physics
+1202.3861 Applications
+1202.4605 Data Analysis, Statistics and Probability
+1202.4928 Spectral Theory
+1203.0481 Dynamical Systems
+1203.1926 High Energy Astrophysical Phenomena
+1203.3229
+1203.4824 Atomic Physics
+1203.5927 Information Theory
+1204.1025 Data Structures and Algorithms
+1204.5054
+1204.5466
+1204.6552 Computer Science and Game Theory
+1205.1869 Superconductivity
+1205.3124 Populations and Evolution
+1205.4054 Probability
+1205.4731 Mesoscale and Nanoscale Physics
+1205.5438 Probability
+1206.1928
+1206.2446 Numerical Analysis
+1206.3617 Theory
+1206.5191 Phenomenology
+1206.6684 Statistical Mechanics
+1207.0459 Quantum Gases
+1207.1100 High Energy Astrophysical Phenomena
+1207.3335 Theory
+1207.4853 Atomic Physics
+1207.5785
+1207.6702 Mesoscale and Nanoscale Physics
+1208.2341
+1208.3067 Combinatorics
+1208.4299
+1208.5112 Probability
+1208.5588 Materials Science
+1208.5620 Distributed, Parallel, and Cluster Computing
+1208.6263 Phenomenology
+1209.1530 Optimization and Control
+1209.2524 Statistical Mechanics
+1209.4693 Strongly Correlated Electrons
+1210.0337 Statistical Mechanics
+1210.1177 Classical Analysis and ODEs
+1210.1240 Molecular Networks
+1210.2238 Atomic Physics
+1210.2778 High Energy Astrophysical Phenomena
+1210.2966 Materials Science
+1210.2995 Number Theory
+1210.3003
+1210.3049 Materials Science
+1210.3686 Phenomenology
+1210.3706 Materials Science
+1210.4812 Metric Geometry
+1210.5588 Theory
+1210.6493 Analysis of PDEs
+1210.6529 Solar and Stellar Astrophysics
+1210.7320 Combinatorics
+1211.0317 Algebraic Geometry
+1211.2231 Phenomenology
+1211.2756 Quantitative Methods
+1211.5404 Cosmology and Nongalactic Astrophysics
+1211.5833 Algebraic Geometry
+1211.5848 Quantum Gases
+1212.0988 Optimization and Control
+1212.4376 Solar and Stellar Astrophysics
+1212.6364
+1212.6677 Solar and Stellar Astrophysics
+1301.0698
+1301.2035
+1301.3962 Quantum Algebra
+1301.4040 Materials Science
+1301.4483
+1301.4771 Classical Analysis and ODEs
+1301.5212
+1301.5262 Accelerator Physics
+1301.5808 Chemical Physics
+1301.6143 Functional Analysis
+1301.6835 Differential Geometry
+1301.6939 Computation and Language
+1301.6945 Space Physics
+1301.6991 Geometric Topology
+1301.7061
+1301.7064 Instrumentation and Methods for Astrophysics
+1301.7075 Dynamical Systems
+1301.7077 Dynamical Systems
+1301.7078 Pricing of Securities
+1301.7081 High Energy Astrophysical Phenomena
+1301.7085 Pattern Formation and Solitons
+1301.7089
+1301.7090 Discrete Mathematics
+1301.7093 Mesoscale and Nanoscale Physics
+1301.7094 Dynamical Systems
+1301.7101 Networking and Internet Architecture
+1301.7103 Number Theory
+1301.7108 Operator Algebras
+1301.7111 Soft Condensed Matter
+1301.7112 Formal Languages and Automata Theory
+1301.7118 Methodology
+1301.7124 Number Theory
+1301.7126
+1301.7137 Lattice
+1301.7139
+1301.7141 Analysis of PDEs
+1301.7147 Functional Analysis
+1301.7148 Probability
+1301.7152 Commutative Algebra
+1301.7153 Formal Languages and Automata Theory
+1301.7159 Dynamical Systems
+1301.7160 Disordered Systems and Neural Networks
+1301.7168 Number Theory
+1301.7169 Cosmology and Nongalactic Astrophysics
+1301.7170 Networking and Internet Architecture
+1301.7172
+1301.7173 Physics and Society
+1301.7175 Number Theory
+1301.7177 Combinatorics
+1301.7178 Information Theory
+1301.7179 Probability
+1301.7180 Probability
+1301.7183 Data Structures and Algorithms
+1301.7184 Cosmology and Nongalactic Astrophysics
+1301.7190 Robotics
+1301.7197 Phenomenology
+1301.7199 High Energy Astrophysical Phenomena
+1301.7200 Materials Science
+1301.7202 Lattice
+1301.7203 Lattice
+1301.7204 Lattice
+1301.7205 Earth and Planetary Astrophysics
+1301.7206
+1301.7208 Solar and Stellar Astrophysics
+1301.7216
+1301.7218 Experiment
+1301.7228 Soft Condensed Matter
+1301.7229 Analysis of PDEs
+1301.7231 Other Computer Science
+1301.7232 Information Theory
+1301.7233 Disordered Systems and Neural Networks
+1301.7235 Algebraic Geometry
+1301.7237 Soft Condensed Matter
+1301.7238 Theory
+1301.7241 Differential Geometry
+1301.7243 Optics
+1301.7251 Artificial Intelligence
+1301.7259 Instrumentation and Methods for Astrophysics
+1301.7262 Algebraic Geometry
+1301.7265 Information Theory
+1301.7267 Geometric Topology
+1301.7269 Earth and Planetary Astrophysics
+1301.7270 Algebraic Geometry
+1301.7272 Complex Variables
+1301.7274 Disordered Systems and Neural Networks
+1301.7276 Numerical Analysis
+1301.7281 Number Theory
+1301.7283 Optimization and Control
+1301.7286 History and Philosophy of Physics
+1301.7292 Functional Analysis
+1301.7294 History and Philosophy of Physics
+1301.7301 Quantum Algebra
+1301.7304 Dynamical Systems
+1301.7306
+1301.7308 Algebraic Topology
+1301.7309 Phenomenology
+1301.7312
+1301.7314 Data Structures and Algorithms
+1301.7316 Dynamical Systems
+1301.7320 Discrete Mathematics
+1301.7322 Differential Geometry
+1301.7330 General Physics
+1301.7331 History and Philosophy of Physics
+1301.7340 Mesoscale and Nanoscale Physics
+1301.7342 Accelerator Physics
+1301.7344 Accelerator Physics
+1301.7347 Operator Algebras
+1301.7350 Accelerator Physics
+1301.7351
+1301.7353 Accelerator Physics
+1301.7356 Combinatorics
+cond-mat/0003073 Disordered Systems and Neural Networks
+math/0111137 Geometric Topology
+math/0702842 Metric Geometry
+quant-ph/0604196
+quant-ph/0702167
+0710.5711 Combinatorics
+0806.1413 Logic in Computer Science
+0810.2113 Number Theory
+0812.0080 Rings and Algebras
+0812.2605 Differential Geometry
+0901.2561 Geometric Topology
+0907.4236 Solar and Stellar Astrophysics
+1001.0895 Probability
+1001.3163 Combinatorics
+1003.0507
+1005.0548 Group Theory
+1005.4973 Mathematical Software
+1006.2281 Probability
+1006.4785 Algebraic Geometry
+1007.2779 Solar and Stellar Astrophysics
+1007.3701 Rings and Algebras
+1008.2131 Solar and Stellar Astrophysics
+1009.2523 Probability
+1010.3371 General Mathematics
+1101.2239 Rings and Algebras
+1101.4219 Cosmology and Nongalactic Astrophysics
+1101.4884 Algebraic Geometry
+1102.4041 Atomic Physics
+1104.1473 Mesoscale and Nanoscale Physics
+1104.4021 Dynamical Systems
+1105.4737 Optimization and Control
+1105.5932
+1107.0703 Solar and Stellar Astrophysics
+1108.4936 Biological Physics
+1109.5010 Probability
+1110.0296 Representation Theory
+1110.1572 General Physics
+1110.3788
+1110.3796 Phenomenology
+1110.5471 Phenomenology
+1111.0155 Soft Condensed Matter
+1111.0661 Complex Variables
+1111.1977 Information Theory
+1111.5488
+1111.5509 Instrumentation and Methods for Astrophysics
+1112.0719 Quantum Gases
+1112.2307
+1112.2458 Superconductivity
+1201.0468 Quantum Gases
+1201.2029 Cosmology and Nongalactic Astrophysics
+1201.2858 Cosmology and Nongalactic Astrophysics
+1202.1993 Optics
+1202.2601 Probability
+1202.4289 Instrumentation and Methods for Astrophysics
+1202.4574 Analysis of PDEs
+1202.6297 Algebraic Geometry
+1203.1494 Theory
+1203.3641 Experiment
+1203.4360 Mesoscale and Nanoscale Physics
+1204.0425
+1204.2444 Rings and Algebras
+1204.2913 Soft Condensed Matter
+1204.3816 Mesoscale and Nanoscale Physics
+1204.5351
+1204.6261 Probability
+1205.0603 Algebraic Geometry
+1205.1712
+1205.1723 Solar and Stellar Astrophysics
+1205.1725 Solar and Stellar Astrophysics
+1205.1889 Superconductivity
+1205.2882
+1205.3871 Differential Geometry
+1205.6595 Networking and Internet Architecture
+1205.7052 Theory
+1206.0014
+1206.0080 Lattice
+1206.0485 Phenomenology
+1206.0884
+1206.1037 Exactly Solvable and Integrable Systems
+1206.1759 Solar and Stellar Astrophysics
+1206.2441 Mesoscale and Nanoscale Physics
+1206.3525 Experiment
+1206.3590 Strongly Correlated Electrons
+1206.4442
+1206.5219 Lattice
+1206.5869 Phenomenology
+1206.6218 Strongly Correlated Electrons
+1206.6598
+1206.7087
+1207.0232 Number Theory
+1207.0476 Phenomenology
+1207.1065 Phenomenology
+1207.1467
+1207.2712 Optics
+1207.3143 Statistics Theory
+1207.4201 Strongly Correlated Electrons
+1207.4527 Dynamical Systems
+1207.4580 Computational Physics
+1207.4872 High Energy Astrophysical Phenomena
+1207.5025 Biological Physics
+1207.6110 Theory
+1207.6996 Phenomenology
+1207.7102 Mesoscale and Nanoscale Physics
+1208.0009 Phenomenology
+1208.0375 Phenomenology
+1208.0559 Cosmology and Nongalactic Astrophysics
+1208.0580
+1208.1038 Mesoscale and Nanoscale Physics
+1208.1467 High Energy Astrophysical Phenomena
+1208.1547 Statistical Mechanics
+1208.2132
+1208.2482 Cosmology and Nongalactic Astrophysics
+1208.2776
+1208.3010 Symplectic Geometry
+1208.3243 Materials Science
+1208.3388
+1208.3562 Phenomenology
+1208.3599 Phenomenology
+1208.4054 Theory
+1208.4965 Phenomenology
+1208.5774 Phenomenology
+1208.6348
+1208.6422 Probability
+1209.0795 Strongly Correlated Electrons
+1209.1006 Quantum Gases
+1209.1845 Theory
+1209.3058 Strongly Correlated Electrons
+1209.3700 Quantitative Methods
+1209.3712
+1209.3807 Experiment
+1209.4216 Strongly Correlated Electrons
+1209.4360 Machine Learning
+1209.5320
+1209.5973 Phenomenology
+1209.5992 Phenomenology
+1209.6009 Theory
+1209.6034 Theory
+1209.6061 Theory
+1209.6194 Solar and Stellar Astrophysics
+1210.0022 High Energy Astrophysical Phenomena
+1210.0134 Statistical Mechanics
+1210.0209
+1210.0287 Experiment
+1210.0486
+1210.0514 Combinatorics
+1210.0519
+1210.0524 Combinatorics
+1210.0896 Phenomenology
+1210.0964 Phenomenology
+1210.1056 Optics
+1210.1313 Phenomenology
+1210.1330 Phenomenology
+1210.1340 Strongly Correlated Electrons
+1210.1495 Disordered Systems and Neural Networks
+1210.1737 Phenomenology
+1210.1759 Phenomenology
+1210.1965
+1210.2100 Phenomenology
+1210.2671 Optics
+1210.2788 Probability
+1210.4284 Lattice
+1210.4338 Quantum Gases
+1210.4488
+1210.4774 Strongly Correlated Electrons
+1210.4926 Strongly Correlated Electrons
+1210.4940 Theory
+1210.5388
+1210.5629 Experiment
+1210.5707 Statistical Mechanics
+1210.5792 Phenomenology
+1210.6014 Instrumentation and Methods for Astrophysics
+1210.6069 Mesoscale and Nanoscale Physics
+1210.6230 Neurons and Cognition
+1210.6331 Cosmology and Nongalactic Astrophysics
+1210.6337 Phenomenology
+1210.6439 Theory
+1210.6444 Populations and Evolution
+1210.6899 Cosmology and Nongalactic Astrophysics
+1210.6968
+1210.7155 Phenomenology
+1210.7181 Theory
+1210.7202 Phenomenology
+1210.7406 Strongly Correlated Electrons
+1210.7822 Phenomenology
+1210.8166 Phenomenology
+1210.8208 Mesoscale and Nanoscale Physics
+1210.8304
+1211.0010 Theory
+1211.0240 Strongly Correlated Electrons
+1211.0293 Strongly Correlated Electrons
+1211.0386
+1211.0478 Statistical Mechanics
+1211.0563 Theory
+1211.0993 Statistical Mechanics
+1211.1191 Phenomenology
+1211.1549 Phenomenology
+1211.1811 Analysis of PDEs
+1211.1864 Phenomenology
+1211.1962 Phenomenology
+1211.2307 Superconductivity
+1211.2466 Experiment
+1211.2472 Experiment
+1211.2531 Statistical Mechanics
+1211.3406 Strongly Correlated Electrons
+1211.3675 Lattice
+1211.3892 Materials Science
+1211.3990 Lattice
+1211.4402
+1211.4648 Phenomenology
+1211.4757 Cosmology and Nongalactic Astrophysics
+1211.5021 Lattice
+1211.5143 Phenomenology
+1211.5177 Statistical Mechanics
+1211.5185 Statistical Mechanics
+1211.5186
+1211.5563
+1211.5690 Disordered Systems and Neural Networks
+1211.5779 Experiment
+1211.5863 Strongly Correlated Electrons
+1211.6387 Phenomenology
+1211.6577 Lattice
+1211.6589 Cosmology and Nongalactic Astrophysics
+1211.6692
+1211.6987 Phenomenology
+1212.0158 Materials Science
+1212.0223 Statistical Mechanics
+1212.0542 Phenomenology
+1212.0631
+1212.1164 Theory
+1212.1193 Quantum Gases
+1212.1336
+1212.1761 Phenomenology
+1212.1776 Experiment
+1212.1856 Experiment
+1212.1866 Phenomenology
+1212.1878 Phenomenology
+1212.1930
+1212.2082 Quantum Gases
+1212.2175 Phenomenology
+1212.2290
+1212.2304 Theory
+1212.2886 Phenomenology
+1212.2904 Theory
+1212.3167 Phenomenology
+1212.3608 Cosmology and Nongalactic Astrophysics
+1212.3784 Phenomenology
+1212.4003 Phenomenology
+1212.4102 Theory
+1212.4896 Lattice
+1212.5036
+1212.5160 Cosmology and Nongalactic Astrophysics
+1212.5167 Astrophysics of Galaxies
+1212.5429 Statistics Theory
+1212.5458 Cosmology and Nongalactic Astrophysics
+1212.6007 Cosmology and Nongalactic Astrophysics
+1212.6486 Phenomenology
+1212.6653 Mesoscale and Nanoscale Physics
+1212.6836 Strongly Correlated Electrons
+1212.6880
+1301.0090 Phenomenology
+1301.0665 Geometric Topology
+1301.1476 Experiment
+1301.1587 Phenomenology
+1301.1631 Theory
+1301.1997
+1301.3089 Lattice
+1301.3124
+1301.3402 Data Structures and Algorithms
+1301.4345 Materials Science
+1301.4440 Experiment
+1301.5105 Classical Analysis and ODEs
+1301.5455 Materials Science
+1301.5858 Classical Analysis and ODEs
+1301.6990 Soft Condensed Matter
+1302.1281 Statistics Theory
+1302.1792 Quantum Gases
+1302.3359 Mesoscale and Nanoscale Physics
+1302.3641 Mesoscale and Nanoscale Physics
+1302.4286 High Energy Astrophysical Phenomena
+1302.6059 Theory
+1302.6179
+1302.6431 Optimization and Control
+1303.0232
+1303.0378 Solar and Stellar Astrophysics
+1303.0713
+1303.1023 Sound
+1303.1050 Statistical Mechanics
+1303.1621 Numerical Analysis
+1303.2073 General Mathematics
+1303.2514 Data Structures and Algorithms
+1303.2716
+1303.3007 Astrophysics of Galaxies
+1303.3012 Instrumentation and Detectors
+1303.3019 Dynamical Systems
+1303.3020 Instrumentation and Methods for Astrophysics
+1303.3021 Mesoscale and Nanoscale Physics
+1303.3023 Earth and Planetary Astrophysics
+1303.3026 Performance
+1303.3029 Probability
+1303.3030 High Energy Astrophysical Phenomena
+1303.3034 Dynamical Systems
+1303.3035 Symplectic Geometry
+1303.3039 Earth and Planetary Astrophysics
+1303.3043 Materials Science
+1303.3046 Materials Science
+1303.3047 Cryptography and Security
+1303.3048 Statistical Mechanics
+1303.3049 Optimization and Control
+1303.3052 Data Analysis, Statistics and Probability
+1303.3055 Learning
+1303.3056 Differential Geometry
+1303.3057 Molecular Networks
+1303.3058 Information Theory
+1303.3059 Differential Geometry
+1303.3061 Probability
+1303.3065 Complex Variables
+1303.3066
+1303.3067 Computer Vision and Pattern Recognition
+1303.3071 Cryptography and Security
+1303.3072 Systems and Control
+1303.3076 Algebraic Geometry
+1303.3078 Biological Physics
+1303.3090 Experiment
+1303.3094 Experiment
+1303.3095 Numerical Analysis
+1303.3099 Dynamical Systems
+1303.3100 Information Theory
+1303.3102 Functional Analysis
+1303.3103 Algebraic Geometry
+1303.3104 Analysis of PDEs
+1303.3109 Quantitative Methods
+1303.3110 Other Computer Science
+1303.3113 Soft Condensed Matter
+1303.3116
+1303.3117 Materials Science
+1303.3134 Human-Computer Interaction
+1303.3137 Theory
+1303.3138 Theory
+1303.3141 High Energy Astrophysical Phenomena
+1303.3142 Plasma Physics
+1303.3147 Materials Science
+1303.3152 Computer Vision and Pattern Recognition
+1303.3164 Information Retrieval
+1303.3166 Computational Complexity
+1303.3170 Computation and Language
+1303.3171 Materials Science
+1303.3173 Rings and Algebras
+1303.3175 Optics
+1303.3176 Cellular Automata and Lattice Gases
+1303.3180 General Physics
+1303.3181 Systems and Control
+1303.3182 Numerical Analysis
+1303.3184 Classical Analysis and ODEs
+1303.3193 Superconductivity
+1303.3194 Information Theory
+1303.3204 General Physics
+1303.3206 Statistical Mechanics
+1303.3210 Chemical Physics
+1303.3211 Astrophysics of Galaxies
+1303.3222 Combinatorics
+1303.3227 Phenomenology
+1303.3228 Strongly Correlated Electrons
+1303.3229 Information Retrieval
+1303.3233 Databases
+1303.3238
+1303.3242 Lattice
+1303.3254 Analysis of PDEs
+1303.3258 Theory
+math/0302334 Rings and Algebras
+nucl-th/0310069
+0804.2583 Materials Science
+0906.3471 Rings and Algebras
+1009.4738 Mesoscale and Nanoscale Physics
+1010.6200 Geometric Topology
+1012.2946 Geometric Topology
+1101.4646
+1105.4906 Probability
+1105.4999 Information Theory
+1106.0605 Combinatorics
+1106.3964 Differential Geometry
+1106.4754
+1108.5086
+1108.6068 Analysis of PDEs
+1110.1030 Representation Theory
+1110.1835 Phenomenology
+1110.3361 Probability
+1110.6451 Methodology
+1112.0512 Statistical Mechanics
+1112.2305 Analysis of PDEs
+1201.2987 Cosmology and Nongalactic Astrophysics
+1201.3600 Differential Geometry
+1201.4447 Logic
+1201.5260 Group Theory
+1201.5590
+1201.6467 Mesoscale and Nanoscale Physics
+1202.0157
+1202.1987 Numerical Analysis
+1203.1054 Theory
+1203.5024
+1204.0077 Formal Languages and Automata Theory
+1204.0993 Biomolecules
+1204.2129 Mesoscale and Nanoscale Physics
+1204.3740 Information Theory
+1204.5531 Group Theory
+1204.6174 Optimization and Control
+1205.3782
+1205.6074 Biological Physics
+1205.6113 Numerical Analysis
+1205.6805 Theory
+1206.1466 Phenomenology
+1206.5229
+1206.6241
+1206.6377 Probability
+1206.7109 Mesoscale and Nanoscale Physics
+1207.0904 Geometric Topology
+1207.1653
+1207.3018 Information Theory
+1207.3027 Information Theory
+1207.3035 Information Theory
+1207.3040 Information Theory
+1207.3552 Statistical Mechanics
+1207.5692 Materials Science
+1207.5768
+1207.6357 Logic
+1208.0896 High Energy Astrophysical Phenomena
+1208.3113 Strongly Correlated Electrons
+1208.6008 Superconductivity
+1209.0112
+1209.0584 Rings and Algebras
+1209.0585 Rings and Algebras
+1209.0840 Quantum Gases
+1209.1119 Machine Learning
+1209.1836
+1209.5619 Mesoscale and Nanoscale Physics
+1209.5886 Differential Geometry
+1209.6091 Strongly Correlated Electrons
+1209.6528 Data Structures and Algorithms
+1210.0172 Numerical Analysis
+1210.0499 Superconductivity
+1210.1138
+1210.1437 Statistical Mechanics
+1210.2920
+1210.2988
+1210.3844 Experiment
+1210.4200 Solar and Stellar Astrophysics
+1210.4709 Spectral Theory
+1210.6393 Mesoscale and Nanoscale Physics
+1210.6418 General Physics
+1210.7098 Mesoscale and Nanoscale Physics
+1210.7693 Strongly Correlated Electrons
+1210.8283 Materials Science
+1211.0329
+1211.0636 Strongly Correlated Electrons
+1211.1656 Computer Vision and Pattern Recognition
+1211.1954 Disordered Systems and Neural Networks
+1211.3145 Mesoscale and Nanoscale Physics
+1211.3328 Soft Condensed Matter
+1211.3983 Mesoscale and Nanoscale Physics
+1211.4297
+1211.4476 Mesoscale and Nanoscale Physics
+1211.5480 Differential Geometry
+1211.6690 Optics
+1212.0608 Materials Science
+1212.4576 Astrophysics of Galaxies
+1212.4954 Superconductivity
+1212.6376 Mesoscale and Nanoscale Physics
+1301.1451
+1301.5480 General Physics
+1301.5545 Networking and Internet Architecture
+1302.0916
+1302.1156 Neural and Evolutionary Computing
+1302.1850 Pricing of Securities
+1302.1865 General Physics
+1302.1890 Materials Science
+1302.2015 Computational Geometry
+1302.2990 Classical Physics
+1302.3013 Cosmology and Nongalactic Astrophysics
+1302.3318 Accelerator Physics
+1302.3440 Networking and Internet Architecture
+1302.3471 Algebraic Geometry
+1302.3494 Computational Complexity
+1302.3496 Computational Complexity
+1302.3549 Artificial Intelligence
+1302.3550 Artificial Intelligence
+1302.3551 Artificial Intelligence
+1302.3552 Artificial Intelligence
+1302.3553 Artificial Intelligence
+1302.3554 Artificial Intelligence
+1302.3555 Artificial Intelligence
+1302.3556 Computer Vision and Pattern Recognition
+1302.3557 Artificial Intelligence
+1302.3558 Data Structures and Algorithms
+1302.3559 Artificial Intelligence
+1302.3560 Artificial Intelligence
+1302.3561 Computer Science and Game Theory
+1302.3562 Artificial Intelligence
+1302.3564 Artificial Intelligence
+1302.3565 Artificial Intelligence
+1302.3566 Artificial Intelligence
+1302.3568 Artificial Intelligence
+1302.3569 Artificial Intelligence
+1302.3571 Artificial Intelligence
+1302.3572 Artificial Intelligence
+1302.3573 Artificial Intelligence
+1302.3574 Artificial Intelligence
+1302.3575 Artificial Intelligence
+1302.3576 Artificial Intelligence
+1302.3577 Artificial Intelligence
+1302.3578 Artificial Intelligence
+1302.3579 Learning
+1302.3581 Artificial Intelligence
+1302.3582 Artificial Intelligence
+1302.3583 Artificial Intelligence
+1302.3584 Artificial Intelligence
+1302.3585 Artificial Intelligence
+1302.3586 Artificial Intelligence
+1302.3587 Artificial Intelligence
+1302.3589 Artificial Intelligence
+1302.3590 Learning
+1302.3591 Artificial Intelligence
+1302.3592 Artificial Intelligence
+1302.3593 Computer Science and Game Theory
+1302.3594 Artificial Intelligence
+1302.3595 Artificial Intelligence
+1302.3596 Artificial Intelligence
+1302.3597 Artificial Intelligence
+1302.3598 Artificial Intelligence
+1302.3599 Artificial Intelligence
+1302.3600 Artificial Intelligence
+1302.3601 Artificial Intelligence
+1302.3602 Artificial Intelligence
+1302.3603 Artificial Intelligence
+1302.3604 Artificial Intelligence
+1302.3605 Artificial Intelligence
+1302.3606 Artificial Intelligence
+1302.3607 Artificial Intelligence
+1302.3608 Artificial Intelligence
+1302.3609 Artificial Intelligence
+1302.3610 Artificial Intelligence
+1302.3611 Artificial Intelligence
+1302.3612 Artificial Intelligence
+1302.3620 Instrumentation and Methods for Astrophysics
+1302.3621 Instrumentation and Methods for Astrophysics
+1302.3622 High Energy Astrophysical Phenomena
+1302.3624 Soft Condensed Matter
+1302.3625 Pattern Formation and Solitons
+1302.3634 Differential Geometry
+1302.3635
+1302.3636 Combinatorics
+1302.3642 General Finance
+1302.3646
+1302.3651 Neurons and Cognition
+1302.3653 Theory
+1302.3659 Differential Geometry
+1302.3663 Numerical Analysis
+1302.3664 Strongly Correlated Electrons
+1302.3665 General Topology
+1302.3668 Learning
+1302.3670 Operator Algebras
+1302.3675 Earth and Planetary Astrophysics
+1302.3676 Number Theory
+1302.3678 Number Theory
+1302.3681 Information Theory
+1302.3683 Cosmology and Nongalactic Astrophysics
+1302.3686 Logic
+1302.3693 Combinatorics
+1302.3696 Superconductivity
+1302.3698 Experiment
+1302.3700 Machine Learning
+1302.3702 Cryptography and Security
+1302.3705 Information Theory
+1302.3708 High Energy Astrophysical Phenomena
+1302.3711 Algebraic Topology
+1302.3712 Statistical Mechanics
+1302.3720 Data Structures and Algorithms
+1302.3721 Learning
+1302.3722 Combinatorics
+1302.3723 Information Theory
+1302.3735 Space Physics
+1302.3737 Dynamical Systems
+1302.3738 Probability
+1302.3740 Probability
+1302.3742 Phenomenology
+1302.3745 Accelerator Physics
+1302.3749 Computers and Society
+1302.3751 Functional Analysis
+1302.3754 High Energy Astrophysical Phenomena
+1302.3758
+1302.3759 Dynamical Systems
+1302.3762 Optimization and Control
+1302.3763 Data Structures and Algorithms
+1302.3764 Fluid Dynamics
+1302.3770 Probability
+1302.3771 Pricing of Securities
+1302.3772 Space Physics
+1302.3774 Atmospheric and Oceanic Physics
+1302.3776
+1302.3779 Geophysics
+1302.3783 Combinatorics
+1302.3784 Networking and Internet Architecture
+1302.3787
+1302.3789 Space Physics
+1302.3793 Computer Science and Game Theory
+1302.3797 Biological Physics
+1302.3798 Formal Languages and Automata Theory
+1302.3799 Physics and Society
+1302.3800 Information Theory
+1302.3801 Mesoscale and Nanoscale Physics
+1302.3809 Discrete Mathematics
+1302.3813 Algebraic Geometry
+1302.3816 Functional Analysis
+1302.3820 Human-Computer Interaction
+1302.3821 Earth and Planetary Astrophysics
+1302.3826 Information Theory
+1302.3827 Solar and Stellar Astrophysics
+1302.3830 Dynamical Systems
+1302.3835 General Topology
+1302.3838
+1302.3840 Combinatorics
+1302.3841 Differential Geometry
+1302.3846 Analysis of PDEs
+1302.3855 Quantitative Methods
+1302.3859 Functional Analysis
+1302.3860 Databases
+1302.3861 Tissues and Organs
+1302.3862 Human-Computer Interaction
+1302.3863 Geometric Topology
+1302.3866 Analysis of PDEs
+1302.3868 Optimization and Control
+1302.3870 Statistical Finance
+1302.3872 Combinatorics
+1302.3875
+1302.3879 Analysis of PDEs
+0803.3710
+0901.4910
+0905.0498 Differential Geometry
+0906.0747 Soft Condensed Matter
+0907.3503 Statistics Theory
+0912.0820 Operator Algebras
+0912.2408
+0912.3897 High Energy Astrophysical Phenomena
+1001.2020 Geometric Topology
+1005.3550 K-Theory and Homology
+1005.4559 Geometric Topology
+1007.2683 Algebraic Topology
+1007.3247 Rings and Algebras
+1007.5179
+1009.4553 Statistical Mechanics
+1010.3267 Classical Analysis and ODEs
+1010.3346 Classical Analysis and ODEs
+1101.3499 Analysis of PDEs
+1102.1569 Statistical Mechanics
+1102.3614 Analysis of PDEs
+1104.1804
+1104.5080 Analysis of PDEs
+1106.0766 Cosmology and Nongalactic Astrophysics
+1106.3087 Cosmology and Nongalactic Astrophysics
+1108.5554 Analysis of PDEs
+1109.2991 Operator Algebras
+1110.0840 Quantum Gases
+1110.4699 Classical Analysis and ODEs
+1110.6674 Geometric Topology
+1111.3586 Analysis of PDEs
+1112.3495 Statistical Mechanics
+1112.3587 Dynamical Systems
+1201.2880 Combinatorics
+1201.3271 Combinatorics
+1201.4828 Fluid Dynamics
+1202.0701 Statistical Mechanics
+1202.6668 Computational Complexity
+1203.2500 Strongly Correlated Electrons
+1203.2804 General Physics
+1204.5305 Materials Science
+1205.4937 Soft Condensed Matter
+1205.6735 Analysis of PDEs
+1206.0144
+1206.0593 Optimization and Control
+1206.2072 Group Theory
+1206.2293 Soft Condensed Matter
+1206.4836
+1206.6238 Biological Physics
+1207.2229 Computational Complexity
+1208.0343 Strongly Correlated Electrons
+1208.4127 Quantitative Methods
+1208.4698 Numerical Analysis
+1208.5559 Phenomenology
+1209.3639 Functional Analysis
+1209.3990 Applications
+1210.2839 Soft Condensed Matter
+1210.3210 Neural and Evolutionary Computing
+1210.3902 Fluid Dynamics
+1210.6306 Statistical Mechanics
+1211.0772 Mesoscale and Nanoscale Physics
+1211.3243 Mesoscale and Nanoscale Physics
+1211.3685 General Physics
+1211.4722 Algebraic Geometry
+1212.0760 Rings and Algebras
+1212.1532 Dynamical Systems
+1212.2202 Theory
+1212.2599 Theory
+1212.2966 Theory
+1212.3691 Cosmology and Nongalactic Astrophysics
+1212.3927
+1212.4655 Strongly Correlated Electrons
+1301.0254 Neural and Evolutionary Computing
+1301.1391 Logic in Computer Science
+1301.3433 Analysis of PDEs
+1301.3581 Statistics Theory
+1301.4060
+1301.4159 Mesoscale and Nanoscale Physics
+1301.4424 Strongly Correlated Electrons
+1301.4652 Phenomenology
+1301.5538
+1301.5539
+1301.5834 Soft Condensed Matter
+1302.0050 Information Theory
+1302.0248 Strongly Correlated Electrons
+1302.0921 Fluid Dynamics
+1302.1049
+1302.1100 Disordered Systems and Neural Networks
+1302.2749 Distributed, Parallel, and Cluster Computing
+1302.2995 Cosmology and Nongalactic Astrophysics
+1302.3467 Cosmology and Nongalactic Astrophysics
+1302.3484 Mesoscale and Nanoscale Physics
+1302.4036 Analysis of PDEs
+1302.4868 Statistical Mechanics
+1302.6067 Mesoscale and Nanoscale Physics
+1302.6155 Superconductivity
+1302.6507 Theory
+1303.1149 Strongly Correlated Electrons
+1303.1882 Networking and Internet Architecture
+1303.2297 Classical Analysis and ODEs
+1303.2589 Materials Science
+1303.3036 Logic in Computer Science
+1303.3125 Phenomenology
+1303.3188 Group Theory
+1303.5584 Theory
+1303.6348 Atmospheric and Oceanic Physics
+1303.6546 Soft Condensed Matter
+1303.6704 Formal Languages and Automata Theory
+1304.0303 Analysis of PDEs
+1304.1336 Phenomenology
+1304.1588 Analysis of PDEs
+1304.1594 Mesoscale and Nanoscale Physics
+1304.1754 Mesoscale and Nanoscale Physics
+1304.1790 Information Theory
+1304.2071
+1304.3486 Atomic Physics
+1304.4351 Exactly Solvable and Integrable Systems
+1304.4541 Strongly Correlated Electrons
+1304.4726 Mesoscale and Nanoscale Physics
+1304.5171 Phenomenology
+1304.5691
+1304.6113 Probability
+1304.6341 Lattice
+1304.6775
+1304.7832 Phenomenology
+1305.0234 Cosmology and Nongalactic Astrophysics
+1305.0385
+1305.0403 Fluid Dynamics
+1305.0566 Theory
+1305.0569 Soft Condensed Matter
+1305.0577 Combinatorics
+1305.0580 Materials Science
+1305.0582 Plasma Physics
+1305.0586 Optics
+1305.0590 Experiment
+1305.0595 Algebraic Geometry
+1305.0597 Computer Science and Game Theory
+1305.0598 Computer Science and Game Theory
+1305.0601 Combinatorics
+1305.0603 Combinatorics
+1305.0604 Number Theory
+1305.0606 Cryptography and Security
+1305.0610 Probability
+1305.0611 Geometric Topology
+1305.0612 Probability
+1305.0613 Other Quantitative Biology
+1305.0618 Differential Geometry
+1305.0619 Information Theory
+1305.0620 Classical Analysis and ODEs
+1305.0625 Human-Computer Interaction
+1305.0626 Learning
+1305.0630 Statistics Theory
+1305.0637 Statistical Mechanics
+1305.0638 Learning
+1305.0639 Statistical Mechanics
+1305.0640 Combinatorics
+1305.0641 Cosmology and Nongalactic Astrophysics
+1305.0642 Algebraic Geometry
+1305.0644 Rings and Algebras
+1305.0651 Combinatorics
+1305.0657 Quantum Gases
+1305.0668 Other Computer Science
+1305.0669 Data Structures and Algorithms
+1305.0670 Astrophysics of Galaxies
+1305.0673 Computers and Society
+1305.0674 Data Structures and Algorithms
+1305.0675
+1305.0678 Dynamical Systems
+1305.0679 Quantum Algebra
+1305.0682 Soft Condensed Matter
+1305.0683 Optics
+1305.0694 Accelerator Physics
+1305.0698 Learning
+1305.0699 Information Retrieval
+1305.0701 Plasma Physics
+1305.0711 Distributed, Parallel, and Cluster Computing
+1305.0713 Probability
+1305.0722 Probability
+1305.0725 Probability
+1305.0728 History and Overview
+1305.0731 Analysis of PDEs
+1305.0732 Complex Variables
+1305.0734 Differential Geometry
+1305.0741 General Finance
+1305.0742 History and Philosophy of Physics
+1305.0746 Rings and Algebras
+1305.0754 Phenomenology
+1305.0757 Data Structures and Algorithms
+1305.0764 Statistics Theory
+1305.0767 Phenomenology
+1305.0769 High Energy Astrophysical Phenomena
+1305.0778 Representation Theory
+1305.0780 Optimization and Control
+1305.0781 Soft Condensed Matter
+1305.0790 Phenomenology
+1305.0791 Operator Algebras
+1305.0792 Instrumentation and Methods for Astrophysics
+1305.0794 General Finance
+1305.0797 Quantum Gases
+1305.0799 Operator Algebras
+1305.0803 Earth and Planetary Astrophysics
+1305.0807 Cryptography and Security
+1305.0811 Solar and Stellar Astrophysics
+math/0005301 Algebraic Topology
+math/0507536 Classical Analysis and ODEs
+q-bio/0608028 Quantitative Methods
+0705.0800 Atomic Physics
+0707.1596 Computational Physics
+0710.1787 Phenomenology
+0710.1864 Phenomenology
+0711.0824
+0712.3112 Combinatorics
+0802.1630 Mesoscale and Nanoscale Physics
+0810.4216 Classical Analysis and ODEs
+0812.0639 Combinatorics
+0812.1364 Logic in Computer Science
+0812.4147 Combinatorics
+0901.1858
+0906.4675 Physics and Society
+0907.3308 Algebraic Geometry
+0907.5420 Combinatorics
+0907.5495 Logic
+0908.2029 History and Overview
+1001.4313
+1003.2004 Probability
+1008.2013 Differential Geometry
+1008.2948 Superconductivity
+1008.3094 Combinatorics
+1009.4597 Computational Complexity
+1009.5358 Machine Learning
+1010.4696 Quantum Algebra
+1011.1525 Dynamical Systems
+1011.1632 Complex Variables
+1012.2724 Representation Theory
+1012.3909 Probability
+1101.2532 Combinatorics
+1101.3507 Combinatorics
+1101.3798 Algebraic Topology
+1101.5001 Combinatorics
+1101.5395 Algebraic Topology
+1101.5693 Fluid Dynamics
+1102.1555 Number Theory
+1103.3930 Algebraic Geometry
+1104.1322 Physics and Society
+1104.4814 Group Theory
+1105.0160 Quantum Algebra
+1105.0189 Group Theory
+1105.5893 Soft Condensed Matter
+1106.1350 Group Theory
+1106.4582 Probability
+1107.3410 Neurons and Cognition
+1107.5845 Solar and Stellar Astrophysics
+1108.1768 Materials Science
+1109.2022
+1109.6710 Dynamical Systems
+1110.1587
+1110.2014 Combinatorics
+1111.0699 Superconductivity
+1111.1475
+1111.2634 Number Theory
+1112.3830
+1201.0103 Superconductivity
+1201.1317 Number Theory
+1201.3924
+1201.6217 Number Theory
+1202.3639 Data Structures and Algorithms
+1203.0693 Cosmology and Nongalactic Astrophysics
+1203.1232 Solar and Stellar Astrophysics
+1203.5002 General Mathematics
+1203.5096 Probability
+1203.5498 Analysis of PDEs
+1203.5657 Representation Theory
+1203.5963 Phenomenology
+1204.3961 Dynamical Systems
+1205.1185 Functional Analysis
+1205.4130 Combinatorics
+1205.4640
+1205.6063 Combinatorics
+1205.6625 Lattice
+1206.1196 Geometric Topology
+1206.1734 Number Theory
+1206.3780 Materials Science
+1206.4020 Algebraic Geometry
+1206.5815 Theory
+1207.1597 Group Theory
+1207.1791 Physics and Society
+1207.3199 Statistical Mechanics
+1207.6189 Number Theory
+1207.6838 Operator Algebras
+1207.6861 Classical Analysis and ODEs
+1207.7002 Combinatorics
+1207.7142 Fluid Dynamics
+1208.0427 High Energy Astrophysical Phenomena
+1208.1705 Number Theory
+1208.3235 Information Theory
+1208.3330 Combinatorics
+1208.3558 Differential Geometry
+1208.5878 Combinatorics
+1208.5971 Theory
+1208.6592 Soft Condensed Matter
+1209.0033 Materials Science
+1209.0035 Soft Condensed Matter
+1209.1715
+1209.2579 Combinatorics
+1209.3385
+1209.3552 Theory
+1209.3983 Analysis of PDEs
+1209.4347 Differential Geometry
+1209.5229 Group Theory
+1210.0697 Logic
+1210.0898 General Finance
+1210.2677
+1210.3229 Neurons and Cognition
+1210.4030 Algebraic Topology
+1210.4278 Statistical Mechanics
+1210.5601 Strongly Correlated Electrons
+1211.2820 Molecular Networks
+1211.3445 Commutative Algebra
+1211.5501 Fluid Dynamics
+1211.5538 Theory
+1211.5985
+1211.7007 Cosmology and Nongalactic Astrophysics
+1212.0199 Group Theory
+1301.0096 Combinatorics
+1301.0750 Probability
+1301.0889 Neurons and Cognition
+1301.1951 Representation Theory
+1301.2504 Biological Physics
+1301.3248 Information Theory
+1301.3549 Optics
+1301.3564 Strongly Correlated Electrons
+1301.3781 Computation and Language
+1301.5758
+1301.6973 Phenomenology
+1301.7022 Biological Physics
+1302.0347 Cryptography and Security
+1302.0861 Phenomenology
+1302.3121 Strongly Correlated Electrons
+1302.3682 Strongly Correlated Electrons
+1302.4314
+1302.6920
+1302.7074 Information Theory
+1302.7226
+1303.0281 Populations and Evolution
+1303.0838 Mesoscale and Nanoscale Physics
+1303.0994 Theory
+1303.1528
+1303.1942 Logic in Computer Science
+1303.2596 Dynamical Systems
+1303.2631
+1303.2815 Phenomenology
+1303.3256 Systems and Control
+1303.4139 Combinatorics
+1303.4645 Optimization and Control
+1303.5372 Mesoscale and Nanoscale Physics
+1303.7254 Theory
+1304.0765 Cosmology and Nongalactic Astrophysics
+1304.0780 Strongly Correlated Electrons
+1304.0862 Dynamical Systems
+1304.1469 Strongly Correlated Electrons
+1304.2862 Combinatorics
+1304.3468 Phenomenology
+1304.3611 Representation Theory
+1304.3639 Optics
+1304.3900 Soft Condensed Matter
+1304.4498 Soft Condensed Matter
+1304.5071 Statistical Mechanics
+1304.5111 Soft Condensed Matter
+1304.5274
+1304.5445 Theory
+1304.6303 Quantum Gases
+1304.6682 Mesoscale and Nanoscale Physics
+1304.7240
+1304.7526 Commutative Algebra
+1304.7689 Cosmology and Nongalactic Astrophysics
+1305.1013 Theory
+1305.1087 Solar and Stellar Astrophysics
+1305.1659 Classical Analysis and ODEs
+1305.1869 History and Overview
+1305.3941 Information Theory
+1305.4182 Phenomenology
+1305.4325 Disordered Systems and Neural Networks
+1305.5026 Statistical Mechanics
+1305.5313 Differential Geometry
+1305.5689
+1305.6127
+1305.6454 Soft Condensed Matter
+1305.6759
+1305.7001 Phenomenology
+1306.0086 Theory
+1306.0278 History and Philosophy of Physics
+1306.3085 Lattice
+1306.3401 Physics and Society
+1306.3472 Strongly Correlated Electrons
+1306.4003 Strongly Correlated Electrons
+1306.5304 Symplectic Geometry
+1306.5610 Mesoscale and Nanoscale Physics
+1306.5961 Physics and Society
+1306.6399 Information Theory
+1307.0007 Phenomenology
+1307.0259 Number Theory
+1307.0778 Rings and Algebras
+1307.1186
+1307.2928 High Energy Astrophysical Phenomena
+1307.3849 Plasma Physics
+1307.4308 Computational Complexity
+1307.4908 Soft Condensed Matter
+1307.5160 Differential Geometry
+1307.5365 Operator Algebras
+1307.5575
+1307.6126 Rings and Algebras
+1307.6750 Group Theory
+1307.7266 Algebraic Geometry
+1307.7277
+1307.7653
+1308.0101 Quantitative Methods
+1308.0343 Strongly Correlated Electrons
+1308.1800 Materials Science
+1308.2724 Theory
+1308.3548 Networking and Internet Architecture
+1308.3773 Combinatorics
+1308.4567 High Energy Astrophysical Phenomena
+1308.4797 High Energy Astrophysical Phenomena
+1308.5091 Cryptography and Security
+1308.5427 Statistics Theory
+1308.5805 Quantum Gases
+1308.5872 Analysis of PDEs
+1308.6795 Atomic Physics
+1309.0050 Algebraic Geometry
+1309.0162 Instrumentation and Detectors
+1309.0172 Materials Science
+1309.0214 Popular Physics
+1309.0449 Combinatorics
+1309.1045 Probability
+1309.1087 Theory
+1309.1390 Differential Geometry
+1309.1428 Software Engineering
+1309.1757 General Finance
+1309.1760 Dynamical Systems
+1309.1761 Learning
+1309.1766 Algebraic Geometry
+1309.1768 Other Quantitative Biology
+1309.1775 Molecular Networks
+1309.1776 Data Structures and Algorithms
+1309.1787
+1309.1788 Systems and Control
+1309.1790 Dynamical Systems
+1309.1792 Human-Computer Interaction
+1309.1794 Dynamical Systems
+1309.1796 Software Engineering
+1309.1806 Software Engineering
+1309.1807 Computational Geometry
+1309.1809 Numerical Analysis
+1309.1810 Software Engineering
+1309.1811 Networking and Internet Architecture
+1309.1813 Software Engineering
+1309.1817 Software Engineering
+1309.1818 Networking and Internet Architecture
+1309.1821 Algebraic Geometry
+1309.1824 Optimization and Control
+1309.1825 Digital Libraries
+1309.1826 Complex Variables
+1309.1829 Cryptography and Security
+1309.1832 Other Computer Science
+1309.1833 Earth and Planetary Astrophysics
+1309.1839 Probability
+1309.1840 Differential Geometry
+1309.1842 Discrete Mathematics
+1309.1847 Mesoscale and Nanoscale Physics
+1309.1849 Dynamical Systems
+1309.1851 Combinatorics
+1309.1853 Learning
+1309.1855 Dynamical Systems
+1309.1858
+1309.1859 Group Theory
+1309.1860 Atmospheric and Oceanic Physics
+1309.1863 Software Engineering
+1309.1864 Systems and Control
+1309.1866 Geometric Topology
+1309.1881
+1309.1882 Computational Physics
+1309.1885 Optics
+1309.1892 Quantitative Methods
+1309.1894 Performance
+1309.1895 Genomics
+1309.1901 Methodology
+1309.1902 Atmospheric and Oceanic Physics
+1309.1904 Dynamical Systems
+1309.1906 Computation
+1309.1908 Functional Analysis
+1309.1909 Mesoscale and Nanoscale Physics
+1309.1910 Molecular Networks
+1309.1915 Methodology
+1309.1916
+1309.1917 Graphics
+1309.1919 Analysis of PDEs
+1309.1920 Number Theory
+1309.1921 Other Computer Science
+1309.1922 Numerical Analysis
+1309.1926 Combinatorics
+1309.1928 Systems and Control
+1309.1929 Classical Physics
+1309.1931 Analysis of PDEs
+1309.1935 Probability
+1309.1937 Logic
+1309.1940 Functional Analysis
+1309.1943 Optimization and Control
+1309.1951 General Physics
+1309.1954 High Energy Astrophysical Phenomena
+1309.1958 Quantum Algebra
+1309.1963 Algebraic Geometry
+1309.1965 Functional Analysis
+1309.1966
+1309.1971 Instrumentation and Detectors
+1309.1973 Artificial Intelligence
+1309.1989 Differential Geometry
+1309.1990
+1309.1994 Combinatorics
+1309.1999 Geometric Topology
+1309.2001 Atomic Physics
+1309.2002 Systems and Control
+1309.2003 Combinatorics
+1309.2005 Combinatorics
+1309.2008 Metric Geometry
+1309.2010 Mesoscale and Nanoscale Physics
+1309.2012
+1309.2014 Cosmology and Nongalactic Astrophysics
+1309.2016 Materials Science
+1309.2017 Statistical Mechanics
+1309.2020 Functional Analysis
+1309.2024 Systems and Control
+1309.2031 Information Theory
+1309.2032 Molecular Networks
+1309.2035 Analysis of PDEs
+1309.2044
+1309.2047 Metric Geometry
+1309.2048 Phenomenology
+1309.2051 Phenomenology
+1309.2055 Neurons and Cognition
+1309.2056
+1309.2057 Computer Vision and Pattern Recognition
+1309.2059 Theory
+1309.2062 Solar and Stellar Astrophysics
+1309.2065 Number Theory
+1309.2067 Phenomenology
+1309.2068 Methodology
+1309.2070 High Energy Astrophysical Phenomena
+1309.2071 Probability
+1309.2072 Instrumentation and Methods for Astrophysics
+1309.2076
+1309.2077 Robotics
+1309.2078 Robotics
+1309.2079 Robotics
+1309.2081 Robotics
+1309.2082 Classical Analysis and ODEs
+1309.2085 Representation Theory
+1309.2086 Robotics
+1309.2089 Robotics
+1309.2090 Robotics
+1309.2091 Strongly Correlated Electrons
+1309.2093 Robotics
+1309.2096 Instrumentation and Detectors
+1309.2099 Earth and Planetary Astrophysics
+1309.2100 Spectral Theory
+1309.2101 Numerical Analysis
+1309.2102 Phenomenology
+1309.2103 Cryptography and Security
+1309.2109 Number Theory
+1309.2113 Combinatorics
+1309.2114 Solar and Stellar Astrophysics
+1309.2116 Dynamical Systems
+1309.2121 Optimization and Control
+1309.2125 Probability
+1309.2132 Computers and Society
+1309.2137 Discrete Mathematics
+1309.2139 Networking and Internet Architecture
+1309.2146 Theory
+1309.2152 Human-Computer Interaction
+1309.2156 Computational Complexity
+1309.2167 Complex Variables
+1309.2173 Populations and Evolution
+1309.2178 Statistics Theory
+1309.2183 Neural and Evolutionary Computing
+1309.2188 Instrumentation and Methods for Astrophysics
+1309.2193 Optimization and Control
+1309.2197 Algebraic Geometry
+1309.2199 Social and Information Networks
+1309.2202 Atomic Physics
+1309.2208 Networking and Internet Architecture
+1309.2211 Pricing of Securities
+1309.2221
+1309.2224
+1309.2227 Analysis of PDEs
+1309.2232 Quantitative Methods
+1309.2233 Networking and Internet Architecture
+1309.2236 Social and Information Networks
+1309.2240 Differential Geometry
+1309.2244 Optics
+1309.2246 Theory
+1309.2249 Optimization and Control
+1309.2250 Information Theory
+1309.2251 Optimization and Control
+1309.2252 General Physics
+1309.2254 Information Theory
+1309.2259 Number Theory
+1309.2266 Combinatorics
+1309.2267 Soft Condensed Matter
+1309.2269 Disordered Systems and Neural Networks
+1309.2270 Cosmology and Nongalactic Astrophysics
+1309.2273 Probability
+cond-mat/0302067 Materials Science
+math/0306414 Algebraic Geometry
+math/0501059 Classical Analysis and ODEs
+physics/0508232 Atomic Physics
+physics/0612251 Atomic Physics
+quant-ph/0305049
+quant-ph/0501136
+quant-ph/0501137
+0706.0377 Number Theory
+0706.2991 Theory
+0706.3087 Number Theory
+0708.1864
+0710.3858 Number Theory
+0711.1187
+0802.0900
+0802.1629 Strongly Correlated Electrons
+0804.0870 Functional Analysis
+0807.2625
+0808.2588 Number Theory
+0904.3059
+0905.4382 Number Theory
+0907.2432
+0908.0922 Classical Physics
+1001.0829 Numerical Analysis
+1001.1852 Solar and Stellar Astrophysics
+1001.4256 Group Theory
+1002.4280 Rings and Algebras
+1004.0006 Algebraic Topology
+1004.0314 Machine Learning
+1006.3436 Methodology
+1007.5248 Functional Analysis
+1009.3016 Strongly Correlated Electrons
+1010.1186 Functional Analysis
+1010.4024 Solar and Stellar Astrophysics
+1101.4312 Group Theory
+1102.4753 Mesoscale and Nanoscale Physics
+1102.4760 Mesoscale and Nanoscale Physics
+1103.1594 Mesoscale and Nanoscale Physics
+1103.5982 Number Theory
+1104.5243 Performance
+1105.3175 High Energy Astrophysical Phenomena
+1106.4448 Mathematical Software
+1108.3181 Analysis of PDEs
+1109.2660 Mesoscale and Nanoscale Physics
+1110.2566 Materials Science
+1111.2066 Instrumentation and Methods for Astrophysics
+1111.5493 Social and Information Networks
+1112.0856 Combinatorics
+1112.3369 General Physics
+1112.4126
+1112.5588 Distributed, Parallel, and Cluster Computing
+1112.6179 Discrete Mathematics
+1201.0279 Algebraic Geometry
+1201.2076
+1201.3640 Mesoscale and Nanoscale Physics
+1202.3033 History and Overview
+1202.4852 Phenomenology
+1203.1733 Algebraic Geometry
+1203.2776 Algebraic Geometry
+1204.3947 Metric Geometry
+1205.2347
+1206.0936
+1206.4362 Theory
+1206.7059 Pattern Formation and Solitons
+1207.1800
+1207.4226
+1207.6288 High Energy Astrophysical Phenomena
+1208.0255 Chaotic Dynamics
+1208.0438 Atmospheric and Oceanic Physics
+1208.0991 Quantum Gases
+1208.2296
+1208.3514
+1208.3719 Learning
+1208.5873 Superconductivity
+1209.0064 Phenomenology
+1209.0069 Strongly Correlated Electrons
+1209.0282 Experiment
+1209.2168
+1209.2315 Number Theory
+1209.2544 Statistics Theory
+1209.2962
+1209.4745 Soft Condensed Matter
+1209.4834 Lattice
+1209.4898 Atmospheric and Oceanic Physics
+1209.5922 Databases
+1209.6508 Operator Algebras
+1210.0443
+1210.2470 Mesoscale and Nanoscale Physics
+1210.5131 Accelerator Physics
+1210.5622 Phenomenology
+1210.5684 Mesoscale and Nanoscale Physics
+1210.6570 Plasma Physics
+1210.8303 Data Structures and Algorithms
+1211.1400
+1211.1774 Strongly Correlated Electrons
+1211.2167 Theory
+1211.2201 Mesoscale and Nanoscale Physics
+1211.2597 Representation Theory
+1211.3802 Mesoscale and Nanoscale Physics
+1211.3831 Learning
+1211.5014 Quantum Gases
+1211.6272
+1211.6884
+1212.1760 Mesoscale and Nanoscale Physics
+1212.2357 Phenomenology
+1212.3243 Quantum Gases
+1212.5388
+1212.5540 Soft Condensed Matter
+1212.6163
+1212.6174 Strongly Correlated Electrons
+1301.2779 Statistical Mechanics
+1301.4400 Mesoscale and Nanoscale Physics
+1301.4556 Disordered Systems and Neural Networks
+1301.4676 Optics
+1301.5709 Mesoscale and Nanoscale Physics
+1301.6237 Analysis of PDEs
+1302.0654 Statistics Theory
+1302.0751 Solar and Stellar Astrophysics
+1302.1391 Strongly Correlated Electrons
+1302.1447 Earth and Planetary Astrophysics
+1302.3004
+1302.3828 Discrete Mathematics
+1302.4033 Mesoscale and Nanoscale Physics
+1302.4689 Other Computer Science
+1302.4795 Probability
+1302.5114 Cosmology and Nongalactic Astrophysics
+1302.6729 Optics
+1302.6886 Materials Science
+1302.7008 Computer Science and Game Theory
+1303.0298 Optimization and Control
+1303.1454 Artificial Intelligence
+1303.1455 Artificial Intelligence
+1303.1456 Artificial Intelligence
+1303.1457 Artificial Intelligence
+1303.1458 Artificial Intelligence
+1303.1459 Artificial Intelligence
+1303.1460 Artificial Intelligence
+1303.1461 Artificial Intelligence
+1303.1462 Artificial Intelligence
+1303.1464 Artificial Intelligence
+1303.1465 Artificial Intelligence
+1303.1466 Artificial Intelligence
+1303.1469 Artificial Intelligence
+1303.1470 Artificial Intelligence
+1303.1471 Artificial Intelligence
+1303.1472 Artificial Intelligence
+1303.1473 Artificial Intelligence
+1303.1474 Artificial Intelligence
+1303.1475 Artificial Intelligence
+1303.1476 Artificial Intelligence
+1303.1477 Artificial Intelligence
+1303.1478 Artificial Intelligence
+1303.1479 Artificial Intelligence
+1303.1480 Artificial Intelligence
+1303.1481 Artificial Intelligence
+1303.1482 Artificial Intelligence
+1303.1483 Artificial Intelligence
+1303.1484 Artificial Intelligence
+1303.1485 Artificial Intelligence
+1303.1486 Artificial Intelligence
+1303.1487 Artificial Intelligence
+1303.1488 Artificial Intelligence
+1303.1489 Artificial Intelligence
+1303.1490 Artificial Intelligence
+1303.1491 Artificial Intelligence
+1303.1492 Artificial Intelligence
+1303.1494 Artificial Intelligence
+1303.1495 Artificial Intelligence
+1303.1496 Artificial Intelligence
+1303.1497 Artificial Intelligence
+1303.1498 Artificial Intelligence
+1303.1499 Artificial Intelligence
+1303.1500 Artificial Intelligence
+1303.1501 Artificial Intelligence
+1303.1502 Artificial Intelligence
+1303.1503 Artificial Intelligence
+1303.1504 Artificial Intelligence
+1303.1505 Artificial Intelligence
+1303.1506 Artificial Intelligence
+1303.1507 Artificial Intelligence
+1303.1508 Artificial Intelligence
+1303.1509 Artificial Intelligence
+1303.1510 Artificial Intelligence
+1303.1511 Artificial Intelligence
+1303.1512 Artificial Intelligence
+1303.1513 Artificial Intelligence
+1303.1514 Artificial Intelligence
+1303.1515 Artificial Intelligence
+1303.1516 Artificial Intelligence
+1303.1517 Artificial Intelligence
+1303.1518 Artificial Intelligence
+1303.1519 Artificial Intelligence
+1303.1543 Algebraic Geometry
+1303.1547 Phenomenology
+1303.1549 High Energy Astrophysical Phenomena
+1303.1551 Combinatorics
+1303.1558 Phenomenology
+1303.1561 Performance
+1303.1564 High Energy Astrophysical Phenomena
+1303.1567 Analysis of PDEs
+1303.1571 Information Theory
+1303.1580 Mesoscale and Nanoscale Physics
+1303.1581 Atmospheric and Oceanic Physics
+1303.1585 Computational Geometry
+1303.1597 Networking and Internet Architecture
+1303.1600 Probability
+1303.1603 Phenomenology
+1303.1607 Strongly Correlated Electrons
+1303.1610 Quantitative Methods
+1303.1611 Exactly Solvable and Integrable Systems
+1303.1617 Soft Condensed Matter
+1303.1619 High Energy Astrophysical Phenomena
+1303.1632
+1303.1635 Networking and Internet Architecture
+1303.1640 Data Structures and Algorithms
+1303.1643 Data Structures and Algorithms
+1303.1653 Algebraic Geometry
+1303.1654
+1303.1655 Analysis of PDEs
+1303.1661 Number Theory
+1303.1663 General Finance
+1303.1667 Computer Vision and Pattern Recognition
+1303.1668 Dynamical Systems
+1303.1669
+1303.1671 Data Structures and Algorithms
+1303.1672 Risk Management
+1303.1674 Classical Analysis and ODEs
+1303.1675 Solar and Stellar Astrophysics
+1303.1676 Combinatorics
+1303.1682 Combinatorics
+1303.1683 Optics
+1303.1684 Representation Theory
+1303.1691 Computer Science and Game Theory
+1303.1695 Information Retrieval
+1303.1697 Multimedia
+1303.1700 Artificial Intelligence
+1303.1701 Differential Geometry
+1303.1703 Information Retrieval
+1303.1707 Optimization and Control
+1303.1709 Numerical Analysis
+1303.1712 Solar and Stellar Astrophysics
+1303.1716 Programming Languages
+1303.1718 General Physics
+1303.1720 Analysis of PDEs
+1303.1721 Functional Analysis
+1303.1724 Computational Engineering, Finance, and Science
+1303.1728 Other Computer Science
+1303.1731 Materials Science
+1303.1732 Other Computer Science
+1303.1734 Other Computer Science
+1303.1735
+1303.1736 Analysis of PDEs
+1303.1740 Networking and Internet Architecture
+1303.1741 Social and Information Networks
+1303.1743 Statistics Theory
+1303.1744 Probability
+1303.1746 Optimization and Control
+1303.1747 Social and Information Networks
+1303.1748 Numerical Analysis
+1303.1750 Algebraic Geometry
+1303.1751 Networking and Internet Architecture
+1303.1752 Classical Analysis and ODEs
+1303.1761 Computer Vision and Pattern Recognition
+1303.1762
+1303.1764 Classical Analysis and ODEs
+1303.1765 Algebraic Geometry
+1303.1768 Physics Education
+1303.1774 Superconductivity
+1303.1777
+1303.1789 Analysis of PDEs
+1303.1790 Analysis of PDEs
+1303.1796 Earth and Planetary Astrophysics
+1303.1798 High Energy Astrophysical Phenomena
+1303.1802
+1303.1804 Complex Variables
+1303.1805 Group Theory
+1303.1810 Complex Variables
+1303.1813 Solar and Stellar Astrophysics
+cond-mat/9811341 Strongly Correlated Electrons
+math-ph/0502010
+math/0505227 Geometric Topology
+math/0703426 Number Theory
+0809.1486 Other Condensed Matter
+0811.2914 Mesoscale and Nanoscale Physics
+0901.3102 Number Theory
+0903.5052 Superconductivity
+0908.4502 Algebraic Geometry
+0910.0575 Probability
+0911.5546 Representation Theory
+1001.2370 Chemical Physics
+1003.5526 Operator Algebras
+1004.0741 Logic
+1004.2947 Computational Finance
+1004.3947 Complex Variables
+1005.1754 Commutative Algebra
+1005.5628 Networking and Internet Architecture
+1007.0546 Artificial Intelligence
+1007.4824 Popular Physics
+1009.2229 Commutative Algebra
+1011.1154 Differential Geometry
+1101.5503 Differential Geometry
+1102.1592
+1103.1456 Representation Theory
+1103.3437 Representation Theory
+1104.3264 Number Theory
+1106.3115 Cosmology and Nongalactic Astrophysics
+1106.3430 Algebraic Geometry
+1107.2873 Probability
+1108.3976 Algebraic Geometry
+1109.6081 Accelerator Physics
+1111.2727 Quantum Gases
+1111.2762 Commutative Algebra
+1111.3499 Numerical Analysis
+1112.1199
+1112.2385 Quantum Algebra
+1112.4137
+1201.3041
+1202.0875 Differential Geometry
+1202.2447 Trading and Market Microstructure
+1202.4219 Solar and Stellar Astrophysics
+1202.4673 Quantum Algebra
+1202.5293 Fluid Dynamics
+1203.1233 Group Theory
+1203.2902 Algebraic Geometry
+1204.3436 Neural and Evolutionary Computing
+1204.3444 Plasma Physics
+1204.5055 General Finance
+1204.5314 Social and Information Networks
+1204.6470
+1205.3388 Plasma Physics
+1205.3706
+1205.6821 Plasma Physics
+1205.6859 Dynamical Systems
+1206.0038 Systems and Control
+1206.0250 Number Theory
+1206.0303 Computational Geometry
+1206.0440 Algebraic Geometry
+1206.2199 Physics and Society
+1206.2825 Statistical Mechanics
+1206.4505 Differential Geometry
+1206.5202 Mesoscale and Nanoscale Physics
+1206.5336 Data Structures and Algorithms
+1207.0788 Systems and Control
+1207.3094 Information Theory
+1207.4883 Numerical Analysis
+1207.5786 Differential Geometry
+1207.5830 Numerical Analysis
+1207.5935 Algebraic Geometry
+1207.6481 Differential Geometry
+1207.6754 Differential Geometry
+1208.0034
+1208.2801 Plasma Physics
+1208.3290 Physics and Society
+1208.5314 Exactly Solvable and Integrable Systems
+1209.0147 Number Theory
+1209.0977 Solar and Stellar Astrophysics
+1209.3297 Quantum Gases
+1209.4237 Superconductivity
+1209.5115 Superconductivity
+1209.6412 Information Theory
+1210.0065 Databases
+1210.0332 Biological Physics
+1210.0868 Mesoscale and Nanoscale Physics
+1210.1245
+1210.2262 Theory
+1210.2679 Representation Theory
+1210.3447 Probability
+1210.3800 Probability
+1210.5976 Phenomenology
+1210.6896 Optimization and Control
+1210.6955 Theory
+1210.7725
+1211.0117 Solar and Stellar Astrophysics
+1211.0479 Data Structures and Algorithms
+1211.1512 Quantum Gases
+1211.1525
+1211.1753 Mesoscale and Nanoscale Physics
+1211.2195 Phenomenology
+1211.2702
+1211.6004
+1211.6013 Learning
+1211.6733 Number Theory
+1211.6919 Quantum Gases
+1212.0715 Operator Algebras
+1212.3092 Probability
+1212.3334
+1212.3503
+1212.3700 Chemical Physics
+1212.4500 Cosmology and Nongalactic Astrophysics
+1301.0400 Dynamical Systems
+1301.0509 Superconductivity
+1301.0866 Statistical Mechanics
+1301.1355 Lattice
+1301.1661 Information Theory
+1301.1673
+1301.1923 Populations and Evolution
+1301.2056
+1301.2187
+1301.2784 Strongly Correlated Electrons
+1301.3217 General Physics
+1301.3726 Quantum Gases
+1301.4083 Learning
+1301.4598 Data Analysis, Statistics and Probability
+1301.4868 Analysis of PDEs
+1301.5119 Analysis of PDEs
+1301.6460 Mesoscale and Nanoscale Physics
+1302.0416 Phenomenology
+1302.0676 Plasma Physics
+1302.0782 Optics
+1302.1692 Theory
+1302.1781
+1302.2512 Information Theory
+1302.3386 Statistical Mechanics
+1302.3390
+1302.3518 Information Theory
+1302.4686
+1302.5094 Materials Science
+1302.5746 Materials Science
+1302.6136 Strongly Correlated Electrons
+1302.6977 Genomics
+1303.0139 Solar and Stellar Astrophysics
+1303.0782 Statistical Mechanics
+1303.0874
+1303.1616 Quantum Gases
+1303.1623
+1303.1832 Theory
+1303.2871 Superconductivity
+1303.4351 Statistical Finance
+1303.4534 Theory
+1303.4978
+1303.5245 Strongly Correlated Electrons
+1303.5889 Genomics
+1303.6130 Phenomenology
+1303.6253 Cosmology and Nongalactic Astrophysics
+1303.7207 Chemical Physics
+1304.2912
+1304.3959 High Energy Astrophysical Phenomena
+1304.4017
+1304.4084 Mesoscale and Nanoscale Physics
+1304.4088 Materials Science
+1304.4396 Logic
+1304.4454 Mesoscale and Nanoscale Physics
+1304.5518 Data Structures and Algorithms
+1304.6039 Symbolic Computation
+1304.7177 Theory
+1305.0858 Atomic Physics
+1305.1693
+1305.2135 Numerical Analysis
+1305.3164 Data Structures and Algorithms
+1305.3578 Statistical Mechanics
+1305.3901 Quantum Gases
+1305.4090 Analysis of PDEs
+1305.4782
+1305.5165 High Energy Astrophysical Phenomena
+1305.5185 Optics
+1305.5466
+1305.6151 Information Theory
+1305.6211 Computation and Language
+1305.6401 Phenomenology
+1306.0480 Statistics Theory
+1306.1049 Operator Algebras
+1306.1443
+1306.2755 High Energy Astrophysical Phenomena
+1306.3360 Optics
+1306.3626 Number Theory
+1306.3903 Networking and Internet Architecture
+1306.4370 Theory
+1306.4846 Atomic Physics
+1306.5024 Accelerator Physics
+1306.5476 Statistical Mechanics
+1306.5932
+1306.6791 Cosmology and Nongalactic Astrophysics
+1306.6868 Superconductivity
+1307.0245 Differential Geometry
+1307.0799 Phenomenology
+1307.1023 Classical Physics
+1307.1334 Metric Geometry
+1307.2348 Discrete Mathematics
+1307.2413 Optics
+1307.3022 Materials Science
+1307.3061 Databases
+1307.3241 Instrumentation and Detectors
+1307.3259 Probability
+1307.3549 Computational Engineering, Finance, and Science
+1307.3550 Distributed, Parallel, and Cluster Computing
+1307.3565 Chemical Physics
+1307.3573 Information Retrieval
+1307.3575
+1307.3576 Superconductivity
+1307.3582 Combinatorics
+1307.3585 Artificial Intelligence
+1307.3590 Number Theory
+1307.3593
+1307.3595
+1307.3596 Classical Physics
+1307.3597 Portfolio Management
+1307.3600
+1307.3604
+1307.3608 Information Theory
+1307.3609 Soft Condensed Matter
+1307.3610 Theory
+1307.3611 Chemical Physics
+1307.3612 Astrophysics of Galaxies
+1307.3615 Soft Condensed Matter
+1307.3616 Digital Libraries
+1307.3620 Probability
+1307.3621 Data Structures and Algorithms
+1307.3624 Materials Science
+1307.3626 Social and Information Networks
+1307.3635 High Energy Astrophysical Phenomena
+1307.3637 Combinatorics
+1307.3638 Networking and Internet Architecture
+1307.3639 Solar and Stellar Astrophysics
+1307.3643 Superconductivity
+1307.3645 Information Theory
+1307.3647 Analysis of PDEs
+1307.3662 Analysis of PDEs
+1307.3663 Geometric Topology
+1307.3666 Analysis of PDEs
+1307.3669 History and Overview
+1307.3673 Learning
+1307.3675 Learning
+1307.3677 Instrumentation and Methods for Astrophysics
+1307.3678 Classical Analysis and ODEs
+1307.3682 Computational Complexity
+1307.3685 Complex Variables
+1307.3686 Solar and Stellar Astrophysics
+1307.3687 Social and Information Networks
+1307.3688 Analysis of PDEs
+1307.3690 Hardware Architecture
+1307.3691
+1307.3692 Data Structures and Algorithms
+1307.3695 Classical Analysis and ODEs
+1307.3699 Cryptography and Security
+1307.3701 Information Theory
+1307.3702 Analysis of PDEs
+1307.3703 Statistical Mechanics
+1307.3705 Cosmology and Nongalactic Astrophysics
+1307.3706 Geophysics
+1307.3707
+1307.3722 Software Engineering
+1307.3724 Information Theory
+1307.3725 Number Theory
+1307.3726
+1307.3729 Chemical Physics
+1307.3731 Logic
+1307.3732 Mesoscale and Nanoscale Physics
+1307.3736 Data Structures and Algorithms
+1307.3740
+1307.3741 Number Theory
+1307.3743 Algebraic Topology
+1307.3747 Number Theory
+1307.3748 Number Theory
+1307.3749 Analysis of PDEs
+1307.3752 Algebraic Geometry
+1307.3753 Cryptography and Security
+1307.3754 Earth and Planetary Astrophysics
+1307.3755 Genomics
+1307.3760 Computers and Society
+1307.3762 Theory
+1307.3766 Cryptography and Security
+1307.3774 Mesoscale and Nanoscale Physics
+1307.3777 Phenomenology
+1307.3779 Phenomenology
+1307.3780 Information Theory
+1307.3783 Solar and Stellar Astrophysics
+1307.3785 Machine Learning
+1307.3787 Superconductivity
+1307.3791 Networking and Internet Architecture
+1307.3797 Systems and Control
+1307.3799 Systems and Control
+1307.3803
+1307.3809 Geometric Topology
+1307.3814 Mesoscale and Nanoscale Physics
+1307.3815 Rings and Algebras
+1307.3816 Rings and Algebras
+1307.3818 Systems and Control
+1307.3819 Accelerator Physics
+1307.3820 Statistical Mechanics
+1307.3823 Dynamical Systems
+1307.3824 Neural and Evolutionary Computing
+1307.3826 Statistical Mechanics
+1307.3830 Probability
+1307.3832 Logic in Computer Science
+1307.3834
+1307.3836 Analysis of PDEs
+1307.3838 Analysis of PDEs
+1307.3839 Group Theory
+1307.3840 Theory
+1307.3843 Numerical Analysis
+1307.3846 Machine Learning
+1307.3850 Dynamical Systems
+1307.3851 Number Theory
+1307.3853 Hardware Architecture
+1307.3855 Information Retrieval
+1307.3857 Biomolecules
+1307.3860 Probability
+1307.3862 Numerical Analysis
+1307.3865 Statistical Mechanics
+1307.3866 Statistical Mechanics
+1307.3867 Statistical Mechanics
+1307.3868 Soft Condensed Matter
+1307.3869 Statistical Mechanics
+1307.3872 Information Theory
+1307.3875 Materials Science
+1307.3877 Data Structures and Algorithms
+1307.3880 Instrumentation and Methods for Astrophysics
+1307.3881 Combinatorics
+1307.3883 Superconductivity
+1307.3887 Phenomenology
+1307.3888 Other Computer Science
+1307.3890 High Energy Astrophysical Phenomena
+1307.3891 Accelerator Physics
+1307.3893 Accelerator Physics
+1307.3895 High Energy Astrophysical Phenomena
+1307.3896 Solar and Stellar Astrophysics
+1307.3901 Information Theory
+1307.3902 Number Theory
+1307.3903 Differential Geometry
+1307.3907 Instrumentation and Methods for Astrophysics
+1307.3911 Computers and Society
+1307.3912 Instrumentation and Methods for Astrophysics
+1307.3915 Accelerator Physics
+1307.3918 Instrumentation and Methods for Astrophysics
+1307.3919 Differential Geometry
+1307.3924 Representation Theory
+1307.3925 Methodology
+1307.3926 Probability
+1307.3927
+1307.3938 Geophysics
+1307.3940 Information Theory
+1307.3945 Probability
+1307.3947
+1307.3956 High Energy Astrophysical Phenomena
+1307.3958 Materials Science
+1307.3959 Materials Science
+1307.3962 Phenomenology
+1307.3964 Artificial Intelligence
+1307.3965 Algebraic Geometry
+1307.3968 Differential Geometry
+1307.3969 Differential Geometry
+1307.3970 Theory
+1307.3971 Differential Geometry
+1307.3973 Optimization and Control
+1307.3974 Analysis of PDEs
+1307.3975 Computational Complexity
+1307.3976 Formal Languages and Automata Theory
+1307.3978 Phenomenology
+1307.3984
+1307.3986 Materials Science
+1307.3992 Instrumentation and Methods for Astrophysics
+1307.3994 Algebraic Geometry
+1307.3997 Disordered Systems and Neural Networks
+1307.4004 Quantum Gases
+1307.4005 K-Theory and Homology
+1307.4010
+1307.4013 Accelerator Physics
+1307.4024 Probability
+1307.4028 Operator Algebras
+1307.4031 Atomic Physics
+1307.4034 Probability
+1307.4043 High Energy Astrophysical Phenomena
+1307.4047 Optimization and Control
+1307.4049 Theory
+1307.4050 High Energy Astrophysical Phenomena
+1307.4055 Theory
+1307.4061 Materials Science
+1307.4063 Information Retrieval
+1307.4067 Analysis of PDEs
+1307.4068 Phenomenology
+1307.4070 Phenomenology
+1307.4073
+cond-mat/9612130 Disordered Systems and Neural Networks
+hep-ph/0307017 Phenomenology
+math/0512416 Complex Variables
+0810.4508 Classical Analysis and ODEs
+0810.5544 Number Theory
+0811.1637
+0910.5039 Differential Geometry
+1003.5321 Functional Analysis
+1006.0621 Methodology
+1008.4017 Functional Analysis
+1009.2614 Complex Variables
+1010.0349 Number Theory
+1103.5590 Materials Science
+1105.6132 Materials Science
+1105.6274 Cosmology and Nongalactic Astrophysics
+1109.0363 Probability
+1110.0682 Differential Geometry
+1110.2945 Combinatorics
+1112.2004 Spectral Theory
+1112.3453 Algebraic Geometry
+1112.5012 Fluid Dynamics
+1202.1377 Methodology
+1203.4613 Algebraic Geometry
+1203.6548 Theory
+1205.0299 Phenomenology
+1205.0583 Statistical Mechanics
+1205.5119 Representation Theory
+1205.5955 Spectral Theory
+1207.0487 Classical Analysis and ODEs
+1208.1460 Dynamical Systems
+1208.2735 Experiment
+1209.1662 Representation Theory
+1209.2173 Cosmology and Nongalactic Astrophysics
+1209.2175 Cosmology and Nongalactic Astrophysics
+1209.4129 Machine Learning
+1210.5742 Atomic Physics
+1211.0985 Information Theory
+1211.2576 Operator Algebras
+1211.5338 Combinatorics
+1211.6319
+1211.6837 Strongly Correlated Electrons
+1212.0018 Social and Information Networks
+1212.5571
+1212.6463 Strongly Correlated Electrons
+1212.6591
+1301.6791 Information Theory
+1302.1035
+1302.3638
+1302.4431 Analysis of PDEs
+1302.4432 Analysis of PDEs
+1302.5204 Representation Theory
+1302.6992 Earth and Planetary Astrophysics
+1302.7137 Theory
+1303.1145 Statistical Mechanics
+1303.4075 Optimization and Control
+1303.6139 Analysis of PDEs
+1303.7055 Phenomenology
+1303.7188 Strongly Correlated Electrons
+1304.0227 Algebraic Topology
+1304.0858 Exactly Solvable and Integrable Systems
+1304.6707 Data Structures and Algorithms
+1304.7499 Theory
+1304.7817 Methodology
+1305.0422 Optics
+1305.0556 Computation and Language
+1305.1090 Superconductivity
+1305.2312 Analysis of PDEs
+1305.3443
+1305.4530 Cosmology and Nongalactic Astrophysics
+1305.4569 Phenomenology
+1305.5559 Instrumentation and Detectors
+1305.5562 Instrumentation and Detectors
+1305.7278
+1305.7279
+1306.0422 Quantum Gases
+1306.1030 Superconductivity
+1306.1509 Accelerator Physics
+1306.1918 Pattern Formation and Solitons
+1306.5289 Computation
+1306.5327 Instrumentation and Detectors
+1307.1004 Mesoscale and Nanoscale Physics
+1307.3092 Phenomenology
+1307.4428 Soft Condensed Matter
+1308.0107 Mesoscale and Nanoscale Physics
+1308.2179 Statistical Mechanics
+1308.2257 Astrophysics of Galaxies
+1308.3817 Materials Science
+1308.4585
+1308.4648 Information Retrieval
+1308.5436 Materials Science
+1309.1962
+1309.2206 Cosmology and Nongalactic Astrophysics
+1309.2356 Theory
+1309.2465 Functional Analysis
+1309.2598 Functional Analysis
+1309.3665 Combinatorics
+1309.5024 Instrumentation and Detectors
+1309.5598
+1309.6144 Computational Complexity
+1309.6232 Materials Science
+1309.6349 Soft Condensed Matter
+1310.0759 Theory
+1310.0848 Differential Geometry
+1310.0899 Optimization and Control
+1310.2840 Cosmology and Nongalactic Astrophysics
+1310.2872 Commutative Algebra
+1310.2905 Methodology
+1310.2936 Classical Physics
+1310.2942 Phenomenology
+1310.2946 Experiment
+1310.2953 High Energy Astrophysical Phenomena
+1310.2955 Artificial Intelligence
+1310.2960 Information Theory
+1310.2961 Emerging Technologies
+1310.2962 Optics
+1310.2964 General Finance
+1310.2966 Earth and Planetary Astrophysics
+1310.2969 Symplectic Geometry
+1310.2975 Fluid Dynamics
+1310.2981 Quantum Algebra
+1310.2985 Phenomenology
+1310.2989 Cosmology and Nongalactic Astrophysics
+1310.2991 Instrumentation and Methods for Astrophysics
+1310.2992 Instrumentation and Methods for Astrophysics
+1310.2995 Experiment
+1310.2998 Fluid Dynamics
+1310.2999
+1310.3000 Soft Condensed Matter
+1310.3002 Differential Geometry
+1310.3004 Machine Learning
+1310.3006 Differential Geometry
+1310.3008 High Energy Astrophysical Phenomena
+1310.3009 Space Physics
+1310.3010 Neurons and Cognition
+1310.3011 Neurons and Cognition
+1310.3012 Phenomenology
+1310.3015 Information Theory
+1310.3017 Combinatorics
+1310.3018 Other Condensed Matter
+1310.3030 Geometric Topology
+1310.3035 General Physics
+1310.3043 Strongly Correlated Electrons
+1310.3045 Phenomenology
+1310.3050
+1310.3054 Probability
+1310.3055 Superconductivity
+1310.3063 Classical Analysis and ODEs
+1310.3067 Analysis of PDEs
+1310.3069
+1310.3070 Human-Computer Interaction
+1310.3072 Materials Science
+1310.3073 Data Analysis, Statistics and Probability
+1310.3075 Classical Analysis and ODEs
+1310.3077 Trading and Market Microstructure
+1310.3083 General Finance
+1310.3087 Astrophysics of Galaxies
+1310.3088 Instrumentation and Methods for Astrophysics
+1310.3089
+1310.3091 Logic
+1310.3094 Fluid Dynamics
+1310.3096 Plasma Physics
+1310.3098 Probability
+1310.3107 Distributed, Parallel, and Cluster Computing
+1310.3109 Optics
+1310.3110 Algebraic Geometry
+1310.3111 Human-Computer Interaction
+1310.3113 Pricing of Securities
+1310.3114 Probability
+1310.3115 Human-Computer Interaction
+1310.3119 Computational Engineering, Finance, and Science
+1310.3123 Geometric Topology
+1310.3124
+1310.3129 Fluid Dynamics
+1310.3133 Differential Geometry
+1310.3137 Logic
+1310.3138 Social and Information Networks
+1310.3140 Human-Computer Interaction
+1310.3141 Cosmology and Nongalactic Astrophysics
+1310.3145 Human-Computer Interaction
+1310.3150 Fluid Dynamics
+1310.3151 Astrophysics of Galaxies
+1310.3152 Experiment
+1310.3153 Computer Science and Game Theory
+1310.3154 Experiment
+1310.3160 Phenomenology
+1310.3161 Classical Analysis and ODEs
+1310.3162 Plasma Physics
+1310.3165 Human-Computer Interaction
+1310.3169 Strongly Correlated Electrons
+1310.3170 Instrumentation and Detectors
+1310.3173 Physics Education
+1310.3178 Instrumentation and Detectors
+1310.3179 Instrumentation and Detectors
+1310.3180 Molecular Networks
+1310.3181 Fluid Dynamics
+1310.3182 Fluid Dynamics
+1310.3184 Theory
+1310.3186 Soft Condensed Matter
+1310.3190 Experiment
+1310.3192 Analysis of PDEs
+1310.3194 Optimization and Control
+1310.3195 Formal Languages and Automata Theory
+1310.3197 Genomics
+1310.3199 Fluid Dynamics
+1310.3200 Biological Physics
+1310.3201 Numerical Analysis
+1310.3204 Combinatorics
+1310.3207 Lattice
+1310.3209 Earth and Planetary Astrophysics
+1310.3211 Cosmology and Nongalactic Astrophysics
+1310.3217 Neurons and Cognition
+1310.3218 Analysis of PDEs
+1310.3220 Earth and Planetary Astrophysics
+1310.3221 Cryptography and Security
+1310.3223 Applications
+1310.3224 Fluid Dynamics
+1310.3230 Other Computer Science
+1310.3232 Statistical Mechanics
+1310.3233 Computer Vision and Pattern Recognition
+1310.3234 Populations and Evolution
+1310.3235
+1310.3245 Logic
+1310.3247 Superconductivity
+1310.3250 Logic
+1310.3251 Quantum Algebra
+1310.3252 Data Structures and Algorithms
+1310.3261 High Energy Astrophysical Phenomena
+astro-ph/0401192
+astro-ph/0405245
+astro-ph/0505525
+astro-ph/0603747
+0705.2108
+0712.3504 Probability
+0801.0042 Operator Algebras
+0804.1864 Operator Algebras
+0804.2169 Operator Algebras
+0811.3978 Computer Science and Game Theory
+0812.0077 Operator Algebras
+0812.0089 Probability
+0901.1754 Operator Algebras
+0910.3148 Data Structures and Algorithms
+0910.3931 Algebraic Geometry
+0911.3286 Theory
+0912.0368 Data Structures and Algorithms
+1001.1210 Computational Engineering, Finance, and Science
+1002.2804 Functional Analysis
+1002.4139
+1003.2253 Methodology
+1005.1396 Operator Algebras
+1006.2211 Operator Algebras
+1006.2746 Operator Algebras
+1006.5523 Analysis of PDEs
+1007.0113 Operator Algebras
+1007.1561
+1101.6071 Adaptation and Self-Organizing Systems
+1106.4945 Numerical Analysis
+1107.0875 Metric Geometry
+1107.3279 Discrete Mathematics
+1107.3724 Data Structures and Algorithms
+1109.2313 Information Theory
+1109.4359 Probability
+1111.0833 Atomic Physics
+1111.1880 Materials Science
+1111.2363 Earth and Planetary Astrophysics
+1111.4536 Lattice
+1202.0263 Geometric Topology
+1202.0792 Soft Condensed Matter
+1202.2712 Cosmology and Nongalactic Astrophysics
+1202.3628
+1202.4239 Algebraic Geometry
+1203.5718 Number Theory
+1204.4526 Data Structures and Algorithms
+1204.4823
+1205.3445 Computational Physics
+1205.5113
+1206.4183 Materials Science
+1207.4078 Algebraic Geometry
+1208.0462
+1208.1110 Soft Condensed Matter
+1208.5189
+1208.6371
+1209.0632 Cosmology and Nongalactic Astrophysics
+1209.2809 Analysis of PDEs
+1209.3537 Soft Condensed Matter
+1209.3725 Algebraic Geometry
+1209.5037 Systems and Control
+1210.3305 Materials Science
+1210.5139 Mesoscale and Nanoscale Physics
+1210.8408 Functional Analysis
+1211.0779 Systems and Control
+1211.0849 Instrumentation and Detectors
+1211.1085 Chemical Physics
+1211.4040 Methodology
+1211.4813 Probability
+1212.0601
+1212.1168 Strongly Correlated Electrons
+1212.1172 Theory
+1212.2368 Earth and Planetary Astrophysics
+1212.4130
+1212.4652 Phenomenology
+1212.4894 Probability
+1212.4943 History and Philosophy of Physics
+1212.5623 Theory
+1301.0131 Number Theory
+1301.1488 Strongly Correlated Electrons
+1301.1566 Group Theory
+1301.1665 Quantum Algebra
+1301.1720 Soft Condensed Matter
+1301.1814 Numerical Analysis
+1301.1819 Dynamical Systems
+1301.3492 Phenomenology
+1301.4831 Cosmology and Nongalactic Astrophysics
+1301.4934 Functional Analysis
+1301.5296 Combinatorics
+1301.6228 Distributed, Parallel, and Cluster Computing
+1301.7685 Analysis of PDEs
+1302.0455
+1302.1597 Materials Science
+1302.1824
+1302.3439 Populations and Evolution
+1302.3717 Algebraic Geometry
+1302.5146 Materials Science
+1303.1072 Cosmology and Nongalactic Astrophysics
+1303.2604
+1303.3437
+1303.4658 Superconductivity
+1303.6863
+1304.1463 General Physics
+1304.1715
+1304.1734 Mesoscale and Nanoscale Physics
+1304.1807 Phenomenology
+1304.3785 Superconductivity
+1304.4515 Genomics
+1304.4973
+1304.5883 Plasma Physics
+1304.6100
+1304.6187 Materials Science
+1304.6299 Quantum Gases
+1304.7008 Statistical Mechanics
+1304.7866 Phenomenology
+1304.7961 Experiment
+1304.7965 Functional Analysis
+1305.1205 Plasma Physics
+1305.2641 Phenomenology
+1305.3069
+1305.4196 Computational Physics
+1305.4327 Theory
+1305.4579 Superconductivity
+1305.4994 Operator Algebras
+1305.5333 Experiment
+1305.5438 Phenomenology
+1305.5657
+1305.6039 Strongly Correlated Electrons
+1305.6282 Atomic Physics
+1305.6297 Lattice
+1305.6476 Plasma Physics
+1306.1262 Cosmology and Nongalactic Astrophysics
+1306.3032 Computer Vision and Pattern Recognition
+1306.3232 Theory
+1306.4952 Classical Physics
+1306.4959 Classical Analysis and ODEs
+1306.5402 Phenomenology
+1306.5543
+1306.6504
+1307.0268 Quantum Gases
+1307.0715 Biological Physics
+1307.0883 Probability
+1307.3941 Neurons and Cognition
+1307.3967 Atomic Physics
+1307.4619 Phenomenology
+1307.4670 Spectral Theory
+1307.4740 Theory
+1307.4896 Phenomenology
+1307.5218 Probability
+1307.5893
+1307.5958 Lattice
+1307.6241
+1307.7357 Number Theory
+1307.8403 Probability
+1308.0559 Phenomenology
+1308.0928 Mesoscale and Nanoscale Physics
+1308.0988
+1308.1242 Phenomenology
+1308.1428 Experiment
+1308.1630 Mesoscale and Nanoscale Physics
+1308.2575 Phenomenology
+1308.3076 Theory
+1308.3488 Theory
+1308.4003
+1308.4216 Physics and Society
+1308.4645
+1308.5815
+1308.5967 Theory
+1308.6080
+1308.6170 Superconductivity
+1308.6498 Dynamical Systems
+1308.6771
+1309.0301 Phenomenology
+1309.0464 Statistical Mechanics
+1309.0820 Theory
+1309.2136 Statistics Theory
+1309.2195 Theory
+1309.2258 Phenomenology
+1309.2655 Databases
+1309.2914 Materials Science
+1309.3402 Phenomenology
+1309.3651 Quantum Gases
+1309.4391 Phenomenology
+1309.4447 Phenomenology
+1309.4731 Biological Physics
+1309.4980 High Energy Astrophysical Phenomena
+1309.5114
+1309.5622 Quantum Gases
+1309.7335 Phenomenology
+1309.7340 Social and Information Networks
+1309.7459 Quantum Gases
+1310.0086 Experiment
+1310.1787 Mesoscale and Nanoscale Physics
+1310.2698 Theory
+1310.6076 Theory
+1310.6451 Strongly Correlated Electrons
+1310.6930 Superconductivity
+1310.7006 Lattice
+1310.7474 Representation Theory
+1310.8127 Lattice
+1311.0396 Systems and Control
+1311.0422 Number Theory
+1311.0565 Rings and Algebras
+1311.0638 Statistical Mechanics
+1311.0889 Theory
+1311.1201 Earth and Planetary Astrophysics
+1311.2099 Numerical Analysis
+1311.2506 Methodology
+1311.2550 Portfolio Management
+1311.2992 Theory
+1311.3717 Genomics
+1311.3829 Artificial Intelligence
+1311.4017 Phenomenology
+1311.4042
+1311.4210 Methodology
+1311.4237 Statistical Mechanics
+1311.4249 Computational Finance
+1311.4395 Classical Physics
+1311.4538 Theory
+1311.4546 Theory
+1311.4547
+1311.4548 Statistics Theory
+1311.4552 Data Structures and Algorithms
+1311.4558
+1311.4560 Analysis of PDEs
+1311.4563 Data Structures and Algorithms
+1311.4564 Artificial Intelligence
+1311.4566 Digital Libraries
+1311.4568 Lattice
+1311.4570 Computational Engineering, Finance, and Science
+1311.4572 Robotics
+1311.4573 Robotics
+1311.4580 Experiment
+1311.4581
+1311.4586 Phenomenology
+1311.4592 Rings and Algebras
+1311.4593 Soft Condensed Matter
+1311.4596 Computational Physics
+1311.4601 Information Theory
+1311.4602
+1311.4603
+1311.4604 Materials Science
+1311.4606 Social and Information Networks
+1311.4609 Data Structures and Algorithms
+1311.4611 Strongly Correlated Electrons
+1311.4612 Medical Physics
+1311.4613 Accelerator Physics
+1311.4615 Software Engineering
+1311.4616
+1311.4617 Logic in Computer Science
+1311.4620 Commutative Algebra
+1311.4627 Instrumentation and Methods for Astrophysics
+1311.4631 Differential Geometry
+1311.4632 Data Analysis, Statistics and Probability
+1311.4633 Mesoscale and Nanoscale Physics
+1311.4634 Information Theory
+1311.4639 Artificial Intelligence
+1311.4640 Lattice
+1311.4643 Learning
+1311.4644 Information Retrieval
+1311.4646 Lattice
+1311.4647 Geometric Topology
+1311.4648
+1311.4651 Dynamical Systems
+1311.4658 Human-Computer Interaction
+1311.4659 Medical Physics
+1311.4668 Fluid Dynamics
+1311.4670 Lattice
+1311.4676 Number Theory
+1311.4680 Rings and Algebras
+1311.4683 Number Theory
+1311.4685 Functional Analysis
+1311.4686 Earth and Planetary Astrophysics
+1311.4688 Disordered Systems and Neural Networks
+1311.4692
+1311.4693 Quantum Gases
+1311.4695 Number Theory
+1311.4698 Computational Finance
+1311.4699 Lattice
+1311.4705 Dynamical Systems
+1311.4707 Commutative Algebra
+1311.4715 Information Theory
+1311.4717 Complex Variables
+1311.4723 Information Theory
+1311.4726 Lattice
+1311.4729 Experiment
+1311.4731 Digital Libraries
+1311.4733 Programming Languages
+1311.4734 Dynamical Systems
+1311.4735 Earth and Planetary Astrophysics
+1311.4737 Optics
+1311.4738 Optics
+1311.4740 Lattice
+1311.4747 Genomics
+1311.4753 Astrophysics of Galaxies
+1311.4754 Phenomenology
+1311.4760 History and Philosophy of Physics
+1311.4763 Strongly Correlated Electrons
+1311.4766 Combinatorics
+1311.4771 Statistical Finance
+1311.4773 Optics
+1311.4774 Classical Analysis and ODEs
+1311.4778 Computational Geometry
+1311.4782 Information Theory
+1311.4783 Analysis of PDEs
+1311.4784 Number Theory
+1311.4786 Soft Condensed Matter
+1311.4787 Data Analysis, Statistics and Probability
+1311.4788 Combinatorics
+1311.4798 General Finance
+1311.4799 Networking and Internet Architecture
+1311.4800 Experiment
+1311.4801 Solar and Stellar Astrophysics
+1311.4805 Probability
+1311.4807 Probability
+1311.4809 Information Theory
+1311.4815 Probability
+1311.4816 Superconductivity
+1311.4822 Dynamical Systems
+1311.4836 Combinatorics
+1311.4837 Optimization and Control
+1311.4847 Mesoscale and Nanoscale Physics
+1311.4848 Lattice
+1311.4850 Probability
+1311.4851 Cell Behavior
+1311.4858 Lattice
+1311.4859 Computational Geometry
+1311.4860 Computational Geometry
+1311.4861 Information Theory
+1311.4862 Number Theory
+1311.4864 Information Theory
+1311.4866 Optimization and Control
+1311.4873 Metric Geometry
+1311.4874 Materials Science
+cond-mat/0512639 Disordered Systems and Neural Networks
+math/0412231 Operator Algebras
+math/0502241 Operator Algebras
+math/0507081 Analysis of PDEs
+math/0509323 Operator Algebras
+math/0510677 Operator Algebras
+math/0511661 Operator Algebras
+math/0601228 Operator Algebras
+math/0602459 Operator Algebras
+math/0605480 Operator Algebras
+math/0607132 Operator Algebras
+math/0607362 Operator Algebras
+math/0611097 Operator Algebras
+math/0703001 Operator Algebras
+math/0703798 Operator Algebras
+nlin/0109011 Chaotic Dynamics
+0708.2928 Number Theory
+0801.0667 Group Theory
+0807.2835
+0808.3658 Superconductivity
+0904.3515 Earth and Planetary Astrophysics
+0904.3919 Mesoscale and Nanoscale Physics
+0905.2946 Strongly Correlated Electrons
+0907.5467 Analysis of PDEs
+0908.4342 Operator Algebras
+0910.1199 Probability
+0911.3161 Earth and Planetary Astrophysics
+1005.4884 Dynamical Systems
+1006.2748 Materials Science
+1007.2670
+1007.2850 Cosmology and Nongalactic Astrophysics
+1009.4879 Group Theory
+1010.3486 Fluid Dynamics
+1011.3183 Classical Analysis and ODEs
+1012.0210 Probability
+1012.5692 Combinatorics
+1101.2363 Category Theory
+1101.2531 Group Theory
+1101.3503 Analysis of PDEs
+1102.0195 Number Theory
+1102.0346 Portfolio Management
+1102.0741 Phenomenology
+1102.2493 Rings and Algebras
+1102.4388 Differential Geometry
+1104.2811 Mesoscale and Nanoscale Physics
+1104.3504 Symplectic Geometry
+1104.3874 Phenomenology
+1104.4416 K-Theory and Homology
+1105.4056 Other Condensed Matter
+1105.6047 Probability
+1106.1456 Number Theory
+1106.3518 Mesoscale and Nanoscale Physics
+1107.1639 Optimization and Control
+1107.2447
+1109.0180 Probability
+1109.1162 Dynamical Systems
+1109.4043 Analysis of PDEs
+1109.5002 Probability
+1110.1819 Analysis of PDEs
+1111.5423 Numerical Analysis
+1111.5587 Chemical Physics
+1201.0931 Number Theory
+1201.1271 Quantum Algebra
+1201.2878 Numerical Analysis
+1201.2977 Combinatorics
+1201.3581 Numerical Analysis
+1201.4309 Strongly Correlated Electrons
+1201.6669 Functional Analysis
+1202.3783 Cosmology and Nongalactic Astrophysics
+1202.4896 Complex Variables
+1202.5753 Differential Geometry
+1202.6114 General Physics
+1203.6306 Numerical Analysis
+1203.6567 Strongly Correlated Electrons
+1204.0120 Probability
+1204.1287
+1204.4886 Category Theory
+1204.5277 Functional Analysis
+1205.0773 Geophysics
+1205.1467 Geometric Topology
+1205.4581 Combinatorics
+1205.6500 Quantum Gases
+1205.6682 Phenomenology
+1205.6858 General Physics
+1206.0191 Quantum Gases
+1206.2463 Superconductivity
+1206.4890 Disordered Systems and Neural Networks
+1206.5920 Materials Science
+1206.6797 Strongly Correlated Electrons
+1207.0231 Rings and Algebras
+1207.0357 Statistical Mechanics
+1207.1595
+1207.4513 Theory
+1208.2109
+1208.2504 Geometric Topology
+1208.2816
+1208.3401 Materials Science
+1208.4682 Computers and Society
+1209.0063
+1209.0987
+1209.2255 Strongly Correlated Electrons
+1209.3376
+1209.3693 Algebraic Geometry
+1209.4580 Functional Analysis
+1209.5051 Commutative Algebra
+1209.5578 Disordered Systems and Neural Networks
+1209.6010
+1210.0928 Theory
+1210.1554 Chemical Physics
+1210.1769 Strongly Correlated Electrons
+1210.2276 Distributed, Parallel, and Cluster Computing
+1210.3079
+1210.4126 Probability
+1210.4569 Instrumentation and Methods for Astrophysics
+1210.4778 Multiagent Systems
+1210.6094 Rings and Algebras
+1210.6382 Robotics
+1210.7867 Strongly Correlated Electrons
+1211.0034 Mesoscale and Nanoscale Physics
+1211.0139 Materials Science
+1211.1260 Strongly Correlated Electrons
+1211.2328
+1211.2643
+1211.3147 Cryptography and Security
+1211.4411 Mesoscale and Nanoscale Physics
+1211.5324 Soft Condensed Matter
+1211.6677 Functional Analysis
+1212.0748 Classical Physics
+1212.1588 Statistical Mechanics
+1212.2023 Statistical Mechanics
+1212.2109 Atomic Physics
+1212.4384 Quantum Gases
+1212.4887 Phenomenology
+1212.5530
+1212.6112 Experiment
+1212.6807 Materials Science
+1301.1432 Exactly Solvable and Integrable Systems
+1301.1537 Analysis of PDEs
+1301.3508
+1301.3533 Neural and Evolutionary Computing
+1301.3826 Portfolio Management
+1301.4294 Mesoscale and Nanoscale Physics
+1301.4711 General Physics
+1301.4712 General Physics
+1301.4911 Geometric Topology
+1301.5803
+1301.7321 Logic in Computer Science
+1302.0294 Experiment
+1302.0303 General Physics
+1302.1253 Earth and Planetary Astrophysics
+1302.2628 Earth and Planetary Astrophysics
+1302.3151 Analysis of PDEs
+1302.3198 Phenomenology
+1302.4520 Theory
+1302.5089 Algebraic Geometry
+1302.5133 Emerging Technologies
+1302.5139 Cosmology and Nongalactic Astrophysics
+1302.5162 Cosmology and Nongalactic Astrophysics
+1302.5163
+1302.5417 Artificial Intelligence
+1302.5418
+1302.5445 Data Structures and Algorithms
+1302.5448 Analysis of PDEs
+1302.5449 Learning
+1302.5450 Optics
+1302.5454 Software Engineering
+1302.5457 Strongly Correlated Electrons
+1302.5460 Mesoscale and Nanoscale Physics
+1302.5463
+1302.5464 Theory
+1302.5468 Statistics Theory
+1302.5472 Geometric Topology
+1302.5475 Methodology
+1302.5476 Rings and Algebras
+1302.5477 Exactly Solvable and Integrable Systems
+1302.5479 Materials Science
+1302.5481 Distributed, Parallel, and Cluster Computing
+1302.5484 Quantitative Methods
+1302.5487 Functional Analysis
+1302.5489 Computational Physics
+1302.5490 Human-Computer Interaction
+1302.5495 Computers and Society
+1302.5497 Human-Computer Interaction
+1302.5499 Computers and Society
+1302.5502 Operating Systems
+1302.5503 Combinatorics
+1302.5506 Differential Geometry
+1302.5508 Plasma Physics
+1302.5521 Robotics
+1302.5522 Phenomenology
+1302.5523 Analysis of PDEs
+1302.5531 Classical Analysis and ODEs
+1302.5535 Numerical Analysis
+1302.5536 Complex Variables
+1302.5538 Mesoscale and Nanoscale Physics
+1302.5539 Phenomenology
+1302.5540 Optimization and Control
+1302.5542 Dynamical Systems
+1302.5544 Digital Libraries
+1302.5548 Pricing of Securities
+1302.5549 Databases
+1302.5551 Analysis of PDEs
+1302.5555 Metric Geometry
+1302.5556 Applications
+1302.5562 Differential Geometry
+1302.5565 Learning
+1302.5566 Group Theory
+1302.5567 Analysis of PDEs
+1302.5579 Algebraic Geometry
+1302.5581 Materials Science
+1302.5583 Phenomenology
+1302.5586 Programming Languages
+1302.5588 Geometric Topology
+1302.5589 Methodology
+1302.5591 Combinatorics
+1302.5593 Operator Algebras
+1302.5595 Lattice
+1302.5598 Functional Analysis
+1302.5601 Computational Physics
+1302.5603 High Energy Astrophysical Phenomena
+1302.5606 Probability
+1302.5608 Machine Learning
+1302.5609 Logic
+1302.5611 Data Structures and Algorithms
+1302.5624 Computation
+1302.5627 Cosmology and Nongalactic Astrophysics
+1302.5633 Cosmology and Nongalactic Astrophysics
+1302.5637 Optics
+1302.5639 Mesoscale and Nanoscale Physics
+1302.5644 Methodology
+1302.5645 Computation and Language
+1302.5646 Distributed, Parallel, and Cluster Computing
+1302.5648 Representation Theory
+1302.5657 Information Theory
+1302.5662 Information Theory
+1302.5665 Analysis of PDEs
+1302.5666 Medical Physics
+1302.5673 Combinatorics
+1302.5675 Computation and Language
+1302.5677 Computers and Society
+1302.5678
+1302.5679 Distributed, Parallel, and Cluster Computing
+1302.5680 Materials Science
+1302.5684 Phenomenology
+1302.5696 Information Theory
+1302.5697 Group Theory
+astro-ph/0508580
+astro-ph/0609179
+astro-ph/0609242
+cond-mat/0702422 Materials Science
+gr-qc/0611028
+math/0003061 Operator Algebras
+math/0004052 Operator Algebras
+math/0011191 Operator Algebras
+math/0011192 Operator Algebras
+math/0301181 Complex Variables
+math/0407266 Operator Algebras
+math/0411121 Differential Geometry
+math/0501122 Group Theory
+math/0501330 K-Theory and Homology
+math/0504362 Operator Algebras
+math/0505520 Differential Geometry
+math/0511447 K-Theory and Homology
+0801.2293 Mesoscale and Nanoscale Physics
+0805.2909 Theory
+0907.5449
+1008.1753 Cosmology and Nongalactic Astrophysics
+1010.2190 Analysis of PDEs
+1011.0461 Geometric Topology
+1103.0463 Networking and Internet Architecture
+1107.2109
+1108.0345 Theory
+1108.5755 Spectral Theory
+1108.6267 Algebraic Geometry
+1110.0570
+1110.3415 Phenomenology
+1110.6431 Mesoscale and Nanoscale Physics
+1111.1965 Statistics Theory
+1111.4885 Computational Physics
+1112.2812 Superconductivity
+1201.3190
+1202.4009 Probability
+1203.4910 Probability
+1206.0768 Analysis of PDEs
+1206.1721 Strongly Correlated Electrons
+1206.2255 Analysis of PDEs
+1206.2751 Functional Analysis
+1207.2993 Mesoscale and Nanoscale Physics
+1208.1457 Classical Analysis and ODEs
+1208.4107
+1209.3594 Computational Geometry
+1209.5712 Combinatorics
+1210.5395 Superconductivity
+1210.6396 Quantum Algebra
+1210.6523 Optimization and Control
+1210.7967 Quantitative Methods
+1211.4550 Theory
+1211.6373 Phenomenology
+1212.0886 Soft Condensed Matter
+1212.1267 Atomic Physics
+1212.1299
+1212.1868 Strongly Correlated Electrons
+1212.2151 Cosmology and Nongalactic Astrophysics
+1212.2431
+1212.3281 Biomolecules
+1212.5293 Phenomenology
+1212.5435 Mesoscale and Nanoscale Physics
+1212.5500
+1212.6961 Experiment
+1301.1645 Physics and Society
+1301.1948 Optimization and Control
+1301.4166 Theory
+1301.4647 Phenomenology
+1301.5647 Theory
+1301.5790 Lattice
+1301.6833
+1302.1883 Combinatorics
+1302.2071 Mesoscale and Nanoscale Physics
+1302.5545
+1303.0871
+1303.1599 Physics and Society
+1303.2621 Cosmology and Nongalactic Astrophysics
+1303.3314 Functional Analysis
+1303.3758 Experiment
+1303.3858 Instrumentation and Methods for Astrophysics
+1303.3871 Instrumentation and Methods for Astrophysics
+1303.4141 Strongly Correlated Electrons
+1303.4268 Pricing of Securities
+1303.4353 Cosmology and Nongalactic Astrophysics
+1303.4516
+1303.4749 Materials Science
+1303.5054 Theory
+1303.5176
+1303.5775 High Energy Astrophysical Phenomena
+1304.0792 Theory
+1304.1323 Strongly Correlated Electrons
+1304.1413 Statistical Mechanics
+1304.2685
+1304.3001 Popular Physics
+1304.3042 Functional Analysis
+1304.5318
+1304.5524 High Energy Astrophysical Phenomena
+1304.5716 Quantum Gases
+1304.5858
+1304.5901 Theory
+1304.5960 Soft Condensed Matter
+1304.6534 Cosmology and Nongalactic Astrophysics
+1304.6685 Computational Complexity
+1304.6779
+1304.6905
+1304.6948 Theory
+1304.7104 Theory
+1304.7220 Lattice
+1305.1441 Algebraic Geometry
+1305.1524
+1305.2063 Strongly Correlated Electrons
+1305.2929 Theory
+1305.3276 Cosmology and Nongalactic Astrophysics
+1305.3501 General Physics
+1305.3836 Theory
+1305.3881
+1305.4582 Theory
+1305.4619
+1305.4625 Phenomenology
+1305.4704 Optimization and Control
+1305.5164
+1305.5236 Cryptography and Security
+1305.5490 Classical Analysis and ODEs
+1305.5620 Plasma Physics
+1305.6538 Strongly Correlated Electrons
+1305.6806
+1305.7008 Phenomenology
+1306.1244 Superconductivity
+1306.1532 Theory
+1306.1697 Superconductivity
+1306.1965 Quantum Gases
+1306.2342 Phenomenology
+1306.2507 Data Analysis, Statistics and Probability
+1306.4065
+1306.4680 Mesoscale and Nanoscale Physics
+1306.5509 Phenomenology
+1306.6000 Instrumentation and Detectors
+1306.6875 Mesoscale and Nanoscale Physics
+1306.6917
+1307.0216 Phenomenology
+1307.0291 Phenomenology
+1307.0356 Phenomenology
+1307.0392 Theory
+1307.0474 Experiment
+1307.0694
+1307.0980
+1307.2797 Phenomenology
+1307.2847
+1307.2857 Phenomenology
+1307.4000 Instrumentation and Methods for Astrophysics
+1307.4284 Instrumentation and Methods for Astrophysics
+1307.5335 Populations and Evolution
+1307.5526 Algebraic Geometry
+1307.5658 Commutative Algebra
+1307.5794 Strongly Correlated Electrons
+1307.6035 Astrophysics of Galaxies
+1307.6581 Phenomenology
+1307.6900 Phenomenology
+1307.8086
+1308.1085 Strongly Correlated Electrons
+1308.1880 Superconductivity
+1308.2034 Commutative Algebra
+1308.2262
+1308.3611 Mesoscale and Nanoscale Physics
+1308.3618 Materials Science
+1308.4902 Computer Vision and Pattern Recognition
+1308.4932 Combinatorics
+1308.4945 Combinatorics
+1308.5239 Information Theory
+1308.5631 Populations and Evolution
+1308.5678 Populations and Evolution
+1308.5687
+1308.5690
+1308.5693 Cosmology and Nongalactic Astrophysics
+1308.5697 Numerical Analysis
+1308.5700 Experiment
+1308.5712 Machine Learning
+1308.5715 Materials Science
+1308.5717 Computation
+1308.5721 Materials Science
+1308.5722 Numerical Analysis
+1308.5723 Operator Algebras
+1308.5724 Computational Engineering, Finance, and Science
+1308.5726 Analysis of PDEs
+1308.5728
+1308.5731 Phenomenology
+1308.5733 High Energy Astrophysical Phenomena
+1308.5734 Superconductivity
+1308.5737 Information Theory
+1308.5745
+1308.5751 Instrumentation and Detectors
+1308.5752 Physics and Society
+1308.5754 Metric Geometry
+1308.5757 Dynamical Systems
+1308.5761
+1308.5764 Geometric Topology
+1308.5767 Applications
+1308.5771 Statistics Theory
+1308.5773 Statistics Theory
+1308.5775 Theory
+1308.5777 Solar and Stellar Astrophysics
+1308.5780 Optics
+1308.5785 Optics
+1308.5786 Information Theory
+1308.5791 Soft Condensed Matter
+1308.5796 Classical Analysis and ODEs
+1308.5799 Probability
+1308.5800 Disordered Systems and Neural Networks
+1308.5807 Networking and Internet Architecture
+1308.5809 Information Theory
+1308.5813
+1308.5818 Numerical Analysis
+1308.5819 Materials Science
+1308.5820 Systems and Control
+1308.5821 High Energy Astrophysical Phenomena
+1308.5830 Applications
+1308.5839 Mesoscale and Nanoscale Physics
+1308.5841 Human-Computer Interaction
+1308.5842 Applications
+1308.5843 Graphics
+1308.5846 Geophysics
+1308.5847 Graphics
+1308.5849 Combinatorics
+1308.5854 Probability
+1308.5858 Formal Languages and Automata Theory
+1308.5861 Analysis of PDEs
+1308.5865 Social and Information Networks
+1308.5871 Functional Analysis
+1308.5874 Experiment
+1308.5885 Information Theory
+1308.5886 Phenomenology
+1308.5887 Functional Analysis
+1308.5890 Algebraic Geometry
+1308.5895 Dynamical Systems
+1308.5896 Logic in Computer Science
+1308.5899 Statistical Mechanics
+1308.5900 Phenomenology
+1308.5903 Fluid Dynamics
+1308.5906 Computational Engineering, Finance, and Science
+1308.5910 Optics
+1308.5913 Numerical Analysis
+1308.5915 Numerical Analysis
+1308.5920 Number Theory
+1308.5927
+1308.5929 Instrumentation and Detectors
+1308.5933 Databases
+1308.5938 Information Theory
+1308.5939 Instrumentation and Detectors
+1308.5941 Metric Geometry
+1308.5945 Commutative Algebra
+1308.5955 Analysis of PDEs
+1308.5956 Physics Education
+1308.5958 Materials Science
+1308.5962 Differential Geometry
+1308.5964 Systems and Control
+1308.5965
+alg-geom/9604011 Algebraic Geometry
+cond-mat/0309255 Statistical Mechanics
+cond-mat/0601645 Strongly Correlated Electrons
+math/0412277 Number Theory
+quant-ph/0605180
+quant-ph/0607167
+quant-ph/0702136
+0705.2007 Phenomenology
+0708.2157
+0711.2920
+0809.2738 Algebraic Geometry
+0903.4692 Algebraic Geometry
+0905.3095 Strongly Correlated Electrons
+0905.4810 Adaptation and Self-Organizing Systems
+0907.3212
+0910.0119 Strongly Correlated Electrons
+0911.4883 Differential Geometry
+0912.4932 Cosmology and Nongalactic Astrophysics
+1002.0588 Combinatorics
+1002.2728
+1004.0043 Combinatorics
+1004.1684 Algebraic Geometry
+1006.2498 Information Theory
+1010.0850 Complex Variables
+1010.0985 Quantum Algebra
+1101.4210 Operator Algebras
+1102.1625 Dynamical Systems
+1102.1765
+1102.2583 Statistics Theory
+1103.1533 Cosmology and Nongalactic Astrophysics
+1103.5179 Combinatorics
+1104.1731 Operator Algebras
+1105.1897
+1105.2341 Representation Theory
+1105.4725 Formal Languages and Automata Theory
+1106.1342 Classical Analysis and ODEs
+1106.6351 Mesoscale and Nanoscale Physics
+1107.3918 Theory
+1108.1761
+1109.2408 Statistics Theory
+1109.3962 Superconductivity
+1109.4492 Cosmology and Nongalactic Astrophysics
+1109.6147 Combinatorics
+1109.6205 Optics
+1110.2060 General Physics
+1110.4476 Operator Algebras
+1110.5810
+1111.0806
+1111.3458 Complex Variables
+1111.4159 Probability
+1112.2172 Discrete Mathematics
+1112.2464 Neurons and Cognition
+1112.3394 Materials Science
+1112.4817 Atomic Physics
+1201.3798 General Finance
+1201.6661 Cosmology and Nongalactic Astrophysics
+1202.0668
+1202.2721 Theory
+1202.4637 Mesoscale and Nanoscale Physics
+1202.5191
+1203.2513 Logic
+1203.3362 Instrumentation and Methods for Astrophysics
+1203.3867 Earth and Planetary Astrophysics
+1203.5370 Classical Analysis and ODEs
+1203.5531 Numerical Analysis
+1204.0872
+1204.2232 Cosmology and Nongalactic Astrophysics
+1204.3014 Instrumentation and Detectors
+1204.5941 Molecular Networks
+1204.6501 Theory
+1205.2091 Strongly Correlated Electrons
+1205.5831 Spectral Theory
+1206.3984 Quantum Gases
+1206.6034 Other Condensed Matter
+1207.0735 Phenomenology
+1207.1804 Statistical Mechanics
+1207.4380 Materials Science
+1207.6083 Machine Learning
+1207.6484 Fluid Dynamics
+1208.0063 Information Theory
+1208.0319 Mesoscale and Nanoscale Physics
+1208.0507 Atomic and Molecular Clusters
+1208.2804 Mesoscale and Nanoscale Physics
+1208.4235 Lattice
+1208.5845 Mesoscale and Nanoscale Physics
+1208.5916 Phenomenology
+1209.0212
+1209.0506 Mesoscale and Nanoscale Physics
+1209.1029
+1209.1637 Theory
+1209.1995 Optics
+1209.2055 Mesoscale and Nanoscale Physics
+1209.2745 Materials Science
+1209.3247 Statistical Mechanics
+1209.3309 Cosmology and Nongalactic Astrophysics
+1209.4578 Fluid Dynamics
+1209.5592 Atomic and Molecular Clusters
+1209.6350 Materials Science
+1210.0763 Strongly Correlated Electrons
+1210.1076 Optics
+1210.1331 Fluid Dynamics
+1210.2171 Fluid Dynamics
+1210.3576 Strongly Correlated Electrons
+1210.3915 Cosmology and Nongalactic Astrophysics
+1210.6544
+1210.7643 Materials Science
+1210.7929 Strongly Correlated Electrons
+1210.8078 Instrumentation and Detectors
+1210.8182 Social and Information Networks
+1211.0253 Lattice
+1211.0562 Strongly Correlated Electrons
+1211.1702 Strongly Correlated Electrons
+1211.2097 Quantum Gases
+1211.4513 Differential Geometry
+1211.6405 High Energy Astrophysical Phenomena
+1212.0037 Phenomenology
+1212.0973 High Energy Astrophysical Phenomena
+1212.1819 Computer Vision and Pattern Recognition
+1212.1896 Performance
+1212.3079 Computer Science and Game Theory
+1212.3459 Analysis of PDEs
+1212.3674 Other Condensed Matter
+1212.4723 Phenomenology
+1212.4989 Social and Information Networks
+1212.5720 Computer Vision and Pattern Recognition
+1212.5781 Soft Condensed Matter
+1301.0521 Superconductivity
+1301.1518 Algebraic Topology
+1301.1733 Quantum Algebra
+1301.1818 Logic in Computer Science
+1301.1857 Quantum Algebra
+1301.1889
+1301.1970
+1301.1971 History and Philosophy of Physics
+1301.1972 History and Philosophy of Physics
+1301.1979 Superconductivity
+1301.1981 Differential Geometry
+1301.1983 Cosmology and Nongalactic Astrophysics
+1301.1990 Earth and Planetary Astrophysics
+1301.1994
+1301.1995
+1301.1996 Quantum Algebra
+1301.1999 Data Structures and Algorithms
+1301.2001 Metric Geometry
+1301.2003 Numerical Analysis
+1301.2007 Machine Learning
+1301.2010 Cryptography and Security
+1301.2011 Algebraic Geometry
+1301.2012 Learning
+1301.2015 Machine Learning
+1301.2017 Theory
+1301.2018
+1301.2019 Materials Science
+1301.2020 Data Analysis, Statistics and Probability
+1301.2021 Probability
+1301.2031 Number Theory
+1301.2032 Computer Vision and Pattern Recognition
+1301.2033 Experiment
+1301.2034 Mesoscale and Nanoscale Physics
+1301.2037 Complex Variables
+1301.2043 Rings and Algebras
+1301.2046 Data Structures and Algorithms
+1301.2047 Soft Condensed Matter
+1301.2048 Earth and Planetary Astrophysics
+1301.2052 Materials Science
+1301.2054 Plasma Physics
+1301.2057 Theory
+1301.2058 Materials Science
+1301.2062 Analysis of PDEs
+1301.2068 Superconductivity
+1301.2072 Materials Science
+1301.2075 Experiment
+1301.2077
+1301.2082 Complex Variables
+1301.2085
+1301.2086 Software Engineering
+1301.2088 Experiment
+1301.2089 Strongly Correlated Electrons
+1301.2090
+1301.2091
+1301.2092 Formal Languages and Automata Theory
+1301.2097
+1301.2112 Group Theory
+1301.2115 Machine Learning
+1301.2122
+1301.2125 Spectral Theory
+1301.2131 Representation Theory
+1301.2134 Logic
+1301.2136 Chemical Physics
+1301.2137 Artificial Intelligence
+1301.2138 Information Theory
+1301.2140
+1301.2146 Artificial Intelligence
+1301.2147 Rings and Algebras
+1301.2151 Analysis of PDEs
+1301.2153 Astrophysics of Galaxies
+1301.2157 Algebraic Geometry
+1301.2161 Mesoscale and Nanoscale Physics
+1301.2162 Soft Condensed Matter
+1301.2163 Instrumentation and Detectors
+1301.2164 Materials Science
+1301.2169 General Finance
+1301.2172 Multimedia
+1301.2173 Multimedia
+1301.2176 Solar and Stellar Astrophysics
+1301.2181 Formal Languages and Automata Theory
+1301.2183 Chemical Physics
+1301.2190
+1301.2191 Earth and Planetary Astrophysics
+1301.2192 Representation Theory
+1301.2193 Dynamical Systems
+1301.2194 Machine Learning
+1301.2195 Combinatorics
+1301.2196 General Finance
+1301.2200 Multimedia
+1301.2201
+1301.2202 Differential Geometry
+1301.2203 High Energy Astrophysical Phenomena
+1301.2205 Geometric Topology
+1301.2206 Phenomenology
+1301.2209
+1301.2211 Materials Science
+1301.2215 Artificial Intelligence
+1301.2220 Networking and Internet Architecture
+1301.2221 Functional Analysis
+1301.2223 Physics and Society
+1301.2224 Instrumentation and Methods for Astrophysics
+1301.2227 Quantum Algebra
+1301.2229 Strongly Correlated Electrons
+1301.2236 Databases
+1301.2237 Information Theory
+1301.2247 Physics and Society
+cond-mat/0610268 Strongly Correlated Electrons
+math-ph/0507068
+nucl-th/0703021
+0803.1981
+0808.2380
+0810.4795 Algebraic Geometry
+0901.2025
+0903.5261
+0907.2910 Classical Analysis and ODEs
+0910.1082 Strongly Correlated Electrons
+1004.0597 Other Condensed Matter
+1004.4208 Commutative Algebra
+1107.4983 Materials Science
+1107.5301 Combinatorics
+1109.5068
+1110.5253 Solar and Stellar Astrophysics
+1201.3295
+1201.6233 General Physics
+1203.0261
+1203.5631 Materials Science
+1203.5690 Algebraic Geometry
+1204.0125
+1204.1742
+1208.1851 Theory
+1208.2874
+1208.2879 Solar and Stellar Astrophysics
+1208.4092 Mesoscale and Nanoscale Physics
+1208.6020 Atomic Physics
+1209.5559 Neurons and Cognition
+1210.1364 Materials Science
+1210.1435 Combinatorics
+1210.1884 Phenomenology
+1210.2974 Materials Science
+1210.4512 Superconductivity
+1210.6878
+1210.7752 Information Theory
+1211.0746 Differential Geometry
+1211.5331 Mesoscale and Nanoscale Physics
+1211.5902 Probability
+1212.0130 High Energy Astrophysical Phenomena
+1212.3005 Logic
+1212.4356 Phenomenology
+1212.4522 Computer Vision and Pattern Recognition
+1212.4968 Information Theory
+1212.6423 Cosmology and Nongalactic Astrophysics
+1301.1110
+1301.1692
+1301.2329 Statistical Mechanics
+1301.4365 Superconductivity
+1301.5920 Mesoscale and Nanoscale Physics
+1301.7130 Phenomenology
+1302.2305 Mesoscale and Nanoscale Physics
+1302.2518 Physics and Society
+1302.3124 Optics
+1302.3396 Materials Science
+1302.3648 Statistical Mechanics
+1302.4641 Methodology
+1302.5005 Combinatorics
+1302.7296 Superconductivity
+1303.1650 Optics
+1303.1710 Theory
+1303.1919
+1303.2940 Mesoscale and Nanoscale Physics
+1303.3600 Combinatorics
+1303.4752
+1303.5094 Cosmology and Nongalactic Astrophysics
+1303.7102 Phenomenology
+1304.0750 Mesoscale and Nanoscale Physics
+1304.1296 Physics and Society
+1304.2086
+1304.2203
+1304.2557 Computational Complexity
+1304.4715 Mesoscale and Nanoscale Physics
+1304.4790 Materials Science
+1304.7551 Soft Condensed Matter
+1305.0317 Optics
+1305.0658
+1305.1396 Computer Vision and Pattern Recognition
+1305.1701
+1305.2588
+1305.2818
+1305.2890 Functional Analysis
+1305.4052 Phenomenology
+1305.4366 Quantitative Methods
+1305.4819 Physics and Society
+1305.4956 Optics
+1305.6060 Functional Analysis
+1305.6318 Cosmology and Nongalactic Astrophysics
+1305.6349 Combinatorics
+1305.6590 Biological Physics
+1306.0044 Logic
+1306.0450 Statistical Mechanics
+1306.0991 General Physics
+1306.1440 Lattice
+1306.2063 Materials Science
+1306.2076
+1306.2398 Theory
+1306.3946 Information Theory
+1306.4142 Atomic Physics
+1306.4292 Mesoscale and Nanoscale Physics
+1306.4556 Atomic Physics
+1306.6470 Group Theory
+1307.2400 Phenomenology
+1307.2904 Cosmology and Nongalactic Astrophysics
+1307.4337 Phenomenology
+1307.5091 Optics
+1307.7372
+1308.0303
+1308.2227 Astrophysics of Galaxies
+1308.2715 Group Theory
+1308.4712 Soft Condensed Matter
+1308.5672 Materials Science
+1308.6302 Phenomenology
+1308.6610 Mesoscale and Nanoscale Physics
+1308.6698 High Energy Astrophysical Phenomena
+1309.0402 Strongly Correlated Electrons
+1309.0616 Phenomenology
+1309.1371 Cosmology and Nongalactic Astrophysics
+1309.1924 Experiment
+1309.1977 Analysis of PDEs
+1309.2422 Logic
+1309.2795 Combinatorics
+1309.2820 Algebraic Topology
+1309.2850 Lattice
+1309.2860 Probability
+1309.2880 Optics
+1309.2931
+1309.2933
+1309.2958 Combinatorics
+1309.2959 Adaptation and Self-Organizing Systems
+1309.2961 Methodology
+1309.2963 Social and Information Networks
+1309.2964 Theory
+1309.2965 Mesoscale and Nanoscale Physics
+1309.2966 Software Engineering
+1309.2970 Pattern Formation and Solitons
+1309.2971 Geometric Topology
+1309.2972 Complex Variables
+1309.2978 Methodology
+1309.2981 Populations and Evolution
+1309.2985 Adaptation and Self-Organizing Systems
+1309.2989 Soft Condensed Matter
+1309.2993 Fluid Dynamics
+1309.2997 Combinatorics
+1309.3000 Optimization and Control
+1309.3007 Optics
+1309.3011 Combinatorics
+1309.3013 Optics
+1309.3014 Probability
+1309.3019 Solar and Stellar Astrophysics
+1309.3022 Optimization and Control
+1309.3023
+1309.3028 Combinatorics
+1309.3030 Mesoscale and Nanoscale Physics
+1309.3032 Statistics Theory
+1309.3033 Commutative Algebra
+1309.3034 Statistics Theory
+1309.3035 Pricing of Securities
+1309.3038 Probability
+1309.3041 Materials Science
+1309.3042 Instrumentation and Methods for Astrophysics
+1309.3046 Number Theory
+1309.3049 General Physics
+1309.3051 Phenomenology
+1309.3056 Mesoscale and Nanoscale Physics
+1309.3061 Materials Science
+1309.3062 Phenomenology
+1309.3067 Mesoscale and Nanoscale Physics
+1309.3074 Complex Variables
+1309.3075 Populations and Evolution
+1309.3082 Exactly Solvable and Integrable Systems
+1309.3085 Differential Geometry
+1309.3086 Exactly Solvable and Integrable Systems
+1309.3091 Materials Science
+1309.3092 Strongly Correlated Electrons
+1309.3094 Classical Analysis and ODEs
+1309.3097 Atomic Physics
+1309.3098 Mesoscale and Nanoscale Physics
+1309.3100
+1309.3101 Complex Variables
+1309.3103 Machine Learning
+1309.3104 Analysis of PDEs
+1309.3106 Instrumentation and Methods for Astrophysics
+1309.3108 General Physics
+1309.3109 Group Theory
+1309.3111 Numerical Analysis
+1309.3112 Optimization and Control
+1309.3113 Logic
+1309.3116 Probability
+1309.3117 Learning
+1309.3127 Materials Science
+1309.3128 Programming Languages
+1309.3130 Solar and Stellar Astrophysics
+1309.3136 Cosmology and Nongalactic Astrophysics
+1309.3137 Dynamical Systems
+1309.3146 Functional Analysis
+1309.3148 Solar and Stellar Astrophysics
+1309.3149 Accelerator Physics
+1309.3151 Optimization and Control
+1309.3153 Rings and Algebras
+1309.3155 Data Analysis, Statistics and Probability
+1309.3167 Group Theory
+1309.3173 Information Theory
+1309.3175 Probability
+1309.3178 Combinatorics
+1309.3179 Theory
+1309.3181 Astrophysics of Galaxies
+1309.3182 Materials Science
+1309.3187 Distributed, Parallel, and Cluster Computing
+1309.3191 Lattice
+1309.3193 Computational Geometry
+1309.3195 Information Theory
+1309.3196 Dynamical Systems
+1309.3209 Optimization and Control
+1309.3211 Popular Physics
+1309.3213
+1309.3214 Neural and Evolutionary Computing
+1309.3216 Experiment
+1309.3225 Quantum Gases
+1309.3227
+1309.3231 Differential Geometry
+1309.3232 Materials Science
+1309.3233 Machine Learning
+1309.3235 Software Engineering
+1309.3238 Space Physics
+1309.3243 Probability
+1309.3246 Chemical Physics
+1309.3249 Probability
+1309.3251 Combinatorics
+1309.3260 Networking and Internet Architecture
+1309.3265 Probability
+cond-mat/0101255 Mesoscale and Nanoscale Physics
+quant-ph/0103157
+quant-ph/0604164
+0801.4103 Theory
+0902.3099 Mesoscale and Nanoscale Physics
+0908.3078 Materials Science
+0911.4002 Solar and Stellar Astrophysics
+1006.5380 Optics
+1008.4742 Operator Algebras
+1009.5834 Phenomenology
+1011.2926 K-Theory and Homology
+1012.2094 Numerical Analysis
+1101.2075 Representation Theory
+1102.0306 Theory
+1103.1546
+1103.2701 Theory
+1103.4636 High Energy Astrophysical Phenomena
+1104.0003 Combinatorics
+1105.1332 Phenomenology
+1107.2398 Phenomenology
+1107.3250 Analysis of PDEs
+1108.3690 Statistical Mechanics
+1109.4750 Logic in Computer Science
+1110.3490 Combinatorics
+1111.2047 Phenomenology
+1112.0414 Astrophysics of Galaxies
+1112.6245 Rings and Algebras
+1201.4775 Representation Theory
+1202.2030
+1203.1813
+1203.2119 Superconductivity
+1203.4544 Algebraic Geometry
+1204.4313 Optimization and Control
+1204.5700 Materials Science
+1204.5917 Mesoscale and Nanoscale Physics
+1205.0521 Phenomenology
+1205.0894 Analysis of PDEs
+1205.3188 Physics and Society
+1206.1058 Phenomenology
+1207.0409 General Mathematics
+1207.0493 Phenomenology
+1207.1602 Statistical Mechanics
+1207.1861 Strongly Correlated Electrons
+1208.0476 Mesoscale and Nanoscale Physics
+1208.3101 Digital Libraries
+1208.3211 Strongly Correlated Electrons
+1208.3282 Astrophysics of Galaxies
+1208.5594 Combinatorics
+1209.0926 Disordered Systems and Neural Networks
+1209.2051 Quantum Gases
+1209.2336 Algebraic Geometry
+1209.3566 Materials Science
+1209.5476 Theory
+1210.1251 Analysis of PDEs
+1210.1439 Number Theory
+1210.1870 High Energy Astrophysical Phenomena
+1210.3290 Phenomenology
+1210.3908 Probability
+1210.4250 Optics
+1210.4792 Machine Learning
+1210.4973 General Finance
+1210.5223
+1210.7366
+1211.4869 Phenomenology
+1211.5397 Atomic Physics
+1211.5935 Strongly Correlated Electrons
+1212.1552 Materials Science
+1212.1950 Mesoscale and Nanoscale Physics
+1212.3266
+1212.5659 Plasma Physics
+1301.1868 Phenomenology
+1301.3342 Learning
+1301.3432 Statistical Mechanics
+1301.3605 Learning
+1301.6663 Atomic Physics
+1301.7334 Populations and Evolution
+1302.0402
+1302.1842 Information Theory
+1302.1847 Information Theory
+1302.1853 Biological Physics
+1302.1857 Information Theory
+1302.2045 Earth and Planetary Astrophysics
+1302.3191 Dynamical Systems
+1302.3657 Combinatorics
+1302.5866 Neurons and Cognition
+1302.6060 Cosmology and Nongalactic Astrophysics
+1303.0084 Computational Complexity
+1303.1249 Experiment
+1303.1645 Other Computer Science
+1303.1725 Computational Engineering, Finance, and Science
+1303.1814 History and Philosophy of Physics
+1303.1815 Phenomenology
+1303.1816
+1303.1821 Phenomenology
+1303.1824 Instrumentation and Methods for Astrophysics
+1303.1825 Solar and Stellar Astrophysics
+1303.1826 High Energy Astrophysical Phenomena
+1303.1828 Applications
+1303.1829 Computer Vision and Pattern Recognition
+1303.1833 Instrumentation and Methods for Astrophysics
+1303.1834 Materials Science
+1303.1836 Optics
+1303.1838 Number Theory
+1303.1840 Discrete Mathematics
+1303.1841 Complex Variables
+1303.1842 Operator Algebras
+1303.1845 Other Quantitative Biology
+1303.1847 Information Theory
+1303.1848 Information Theory
+1303.1851 Solar and Stellar Astrophysics
+1303.1855 High Energy Astrophysical Phenomena
+1303.1862 Differential Geometry
+1303.1866 Analysis of PDEs
+1303.1868 Neural and Evolutionary Computing
+1303.1869 Other Computer Science
+1303.1871 Exactly Solvable and Integrable Systems
+1303.1872 Data Structures and Algorithms
+1303.1873 Mesoscale and Nanoscale Physics
+1303.1874 Cosmology and Nongalactic Astrophysics
+1303.1875 Cosmology and Nongalactic Astrophysics
+1303.1891
+1303.1894
+1303.1901 Soft Condensed Matter
+1303.1902 Soft Condensed Matter
+1303.1908 Strongly Correlated Electrons
+1303.1912 Data Structures and Algorithms
+1303.1913 Neural and Evolutionary Computing
+1303.1920 High Energy Astrophysical Phenomena
+1303.1927 Statistics Theory
+1303.1929 Computation and Language
+1303.1930 Computation and Language
+1303.1931 Computation and Language
+1303.1932 Computation and Language
+1303.1933 Strongly Correlated Electrons
+1303.1939 Neurons and Cognition
+1303.1943 Classical Analysis and ODEs
+1303.1948 Cryptography and Security
+1303.1951 Databases
+1303.1952 Networking and Internet Architecture
+1303.1958
+1303.1960 Combinatorics
+1303.1961 Solar and Stellar Astrophysics
+1303.1967 Analysis of PDEs
+1303.1969 Computational Complexity
+1303.1971 Software Engineering
+1303.1975 Instrumentation and Methods for Astrophysics
+1303.1976 Complex Variables
+1303.1979 Analysis of PDEs
+1303.1980 Solar and Stellar Astrophysics
+1303.1983 Numerical Analysis
+1303.1988 Optimization and Control
+1303.1998 Cryptography and Security
+1303.2000 Dynamical Systems
+1303.2003 Formal Languages and Automata Theory
+1303.2006 Biological Physics
+1303.2009
+1303.2013 Artificial Intelligence
+1303.2016 Solar and Stellar Astrophysics
+1303.2017 Cryptography and Security
+1303.2019 Number Theory
+1303.2022 Earth and Planetary Astrophysics
+1303.2028 Probability
+1303.2034
+1303.2039 High Energy Astrophysical Phenomena
+1303.2043 Distributed, Parallel, and Cluster Computing
+1303.2047 High Energy Astrophysical Phenomena
+1303.2048 Information Theory
+1303.2049 High Energy Astrophysical Phenomena
+1303.2050 Strongly Correlated Electrons
+1303.2054 Computational Engineering, Finance, and Science
+1303.2059 Logic in Computer Science
+1303.2062 Networking and Internet Architecture
+1303.2063 Astrophysics of Galaxies
+1303.2065 Dynamical Systems
+1303.2066
+1303.2068 Algebraic Geometry
+1303.2069 Number Theory
+1303.2072 Networking and Internet Architecture
+1303.2078 Theory
+1303.2085 Physics and Society
+1303.2087 Information Theory
+1303.2089 Mesoscale and Nanoscale Physics
+1303.2092 Probability
+1303.2093 High Energy Astrophysical Phenomena
+1303.2095 High Energy Astrophysical Phenomena
+1303.2102 High Energy Astrophysical Phenomena
+1303.2104 Learning
+1303.2106 Analysis of PDEs
+astro-ph/0312024
+gr-qc/9704009
+hep-th/0405109 Theory
+0802.1350 Mesoscale and Nanoscale Physics
+0807.4003 Applications
+0809.3572 Geometric Topology
+0902.1332 Metric Geometry
+0906.0117 Differential Geometry
+0906.5250 Differential Geometry
+0911.4760 Mesoscale and Nanoscale Physics
+0912.0904 Symplectic Geometry
+1001.0181
+1001.4257 Group Theory
+1002.2064 Differential Geometry
+1007.3476 Other Computer Science
+1008.2691 General Physics
+1008.5220 Theory
+1009.2293 General Physics
+1009.4514 Quantum Gases
+1010.0822 Applications
+1010.2561 Number Theory
+1010.2636 Cosmology and Nongalactic Astrophysics
+1011.3977 Differential Geometry
+1011.6541 Differential Geometry
+1012.2504 Biomolecules
+1101.0495 Differential Geometry
+1101.2568
+1101.5931 Algebraic Geometry
+1102.4156 Differential Geometry
+1103.3019
+1103.4815 Differential Geometry
+1104.1807 Methodology
+1105.4126
+1106.2218 Category Theory
+1106.3059 Computational Complexity
+1107.3457 Statistical Mechanics
+1107.4104 Biomolecules
+1107.5246 Physics and Society
+1107.5890 Algebraic Geometry
+1109.3473 Cosmology and Nongalactic Astrophysics
+1110.1128 Adaptation and Self-Organizing Systems
+1110.3419 Operator Algebras
+1111.0802
+1111.2365 Dynamical Systems
+1111.2962 Algebraic Geometry
+1111.3664 History and Overview
+1201.0873 Phenomenology
+1201.4531 Algebraic Geometry
+1203.3168 Commutative Algebra
+1203.5297 Cosmology and Nongalactic Astrophysics
+1204.0727 Quantum Gases
+1204.0777
+1204.2036
+1204.5143 History and Overview
+1205.3300 Combinatorics
+1205.4313 Group Theory
+1205.5324 Information Theory
+1205.5477 Optics
+1205.6548 Optimization and Control
+1205.6718 Group Theory
+1206.3421 Computation
+1206.6531 Theory
+1207.0101 Earth and Planetary Astrophysics
+1207.0479
+1207.2457 Superconductivity
+1207.4896 Soft Condensed Matter
+1207.5688 Physics and Society
+1207.5931 Physics and Society
+1208.1234
+1208.2254
+1208.4348 Algebraic Geometry
+1209.3278 Experiment
+1209.3283
+1209.6139 Networking and Internet Architecture
+1210.0882 Functional Analysis
+1210.1326 Information Theory
+1210.1881 Soft Condensed Matter
+1210.3469 Quantum Algebra
+1210.5155 Commutative Algebra
+1211.0531 Theory
+1211.0604
+1211.2493 Instrumentation and Detectors
+1211.3106 Combinatorics
+1211.4017
+1211.4532 Combinatorics
+1211.5498 Physics and Society
+1211.5965 Differential Geometry
+1211.6184
+1212.0216 Dynamical Systems
+1212.5123 Category Theory
+1301.1828
+1301.2875 Data Structures and Algorithms
+1301.3769 Mesoscale and Nanoscale Physics
+1301.3782 Superconductivity
+1301.3996 Distributed, Parallel, and Cluster Computing
+1301.4392 Mesoscale and Nanoscale Physics
+1301.4689 Medical Physics
+1301.5169
+1301.6980 Networking and Internet Architecture
+1301.7245 Networking and Internet Architecture
+1301.7248 Differential Geometry
+1301.7452 Combinatorics
+1302.0730 Methodology
+1302.3014 Mesoscale and Nanoscale Physics
+1303.0913 Phenomenology
+1303.1918 Differential Geometry
+1303.1947 Mesoscale and Nanoscale Physics
+1303.2098 Phenomenology
+1303.2481 Exactly Solvable and Integrable Systems
+1303.3537 Quantum Gases
+1303.6264 Mesoscale and Nanoscale Physics
+1303.6402
+1304.3410
+1304.4143
+1304.5703 Soft Condensed Matter
+1304.6012 Strongly Correlated Electrons
+1304.6939 Superconductivity
+1304.7224 Digital Libraries
+1304.7398 Classical Analysis and ODEs
+1304.7765
+1304.7899 Phenomenology
+1305.0102 Differential Geometry
+1305.0293
+1305.0484 Materials Science
+1305.1209 Statistical Mechanics
+1305.1276 Optimization and Control
+1305.1448 Mesoscale and Nanoscale Physics
+1305.2049 Optics
+1305.3765 Lattice
+1305.4127 Strongly Correlated Electrons
+1305.4636 Phenomenology
+1305.4999 Multimedia
+1305.5439 Fluid Dynamics
+1305.5516
+1305.5973 Materials Science
+1305.6878 Numerical Analysis
+1305.6984 Quantum Gases
+1306.0572 Phenomenology
+1306.1420
+1306.3428 Chaotic Dynamics
+1306.4580 Materials Science
+1306.4738 Materials Science
+1306.5117 Group Theory
+1306.5147 Statistical Mechanics
+1306.6693 Phenomenology
+1306.6786 Functional Analysis
+1307.0139
+1307.0598 Mesoscale and Nanoscale Physics
+1307.0730
+1307.0820 Cosmology and Nongalactic Astrophysics
+1307.0856 Cosmology and Nongalactic Astrophysics
+1307.0964 Functional Analysis
+1307.1813 History and Philosophy of Physics
+1307.2551 Theory
+1307.3471 Materials Science
+1307.3510 Quantum Gases
+1307.3863 Computational Complexity
+1307.4360
+1307.4684 Mesoscale and Nanoscale Physics
+1307.4784
+1308.0301 Materials Science
+1308.0533 Phenomenology
+1308.0841 Networking and Internet Architecture
+1308.0939
+1308.1294 Superconductivity
+1308.2930 Systems and Control
+1308.2958 Solar and Stellar Astrophysics
+1308.4187 Biomolecules
+1308.4464 Representation Theory
+1308.4970 Theory
+1308.5480 Information Theory
+1308.5706 Information Theory
+1308.6047 Solar and Stellar Astrophysics
+1308.6566 Information Theory
+1309.0100 Instrumentation and Methods for Astrophysics
+1309.1720 Chaotic Dynamics
+1309.1765 Strongly Correlated Electrons
+1309.1814 Mesoscale and Nanoscale Physics
+1309.2292 Mesoscale and Nanoscale Physics
+1309.2875 Group Theory
+1309.3010 Functional Analysis
+1309.3025 Strongly Correlated Electrons
+1309.4782 Theory
+1309.4867 Strongly Correlated Electrons
+1309.4996 Astrophysics of Galaxies
+1309.5227
+1309.5869 Quantum Gases
+1309.6167 Optics
+1309.6329 Strongly Correlated Electrons
+1309.7192 Algebraic Geometry
+1309.7494 Theory
+1310.0982 Classical Analysis and ODEs
+1310.1072 Experiment
+1310.1541 Dynamical Systems
+1310.3097 Geometric Topology
+1310.3742
+1310.3822 Cosmology and Nongalactic Astrophysics
+1310.4148 Strongly Correlated Electrons
+1310.4750 Optics
+1310.5860 Group Theory
+1310.5891 Instrumentation and Methods for Astrophysics
+1310.6064 Strongly Correlated Electrons
+1310.6122 Phenomenology
+1310.6527 Experiment
+1310.6538 Atomic and Molecular Clusters
+1310.6909 Theory
+1310.7170 Computer Vision and Pattern Recognition
+1310.7998 Fluid Dynamics
+1310.8145 Lattice
+1310.8178 Solar and Stellar Astrophysics
+1311.0507 Algebraic Geometry
+1311.0853
+1311.0955 Graphics
+1311.1066 Phenomenology
+1311.1076 Experiment
+1311.2048 Earth and Planetary Astrophysics
+1311.2549 Information Theory
+1311.3165 Atomic Physics
+1311.3287 Learning
+1311.3335 Theory
+1311.3644 Rings and Algebras
+1311.4038 Complex Variables
+1311.4065 Classical Analysis and ODEs
+1311.4472 Machine Learning
+1311.4743 Analysis of PDEs
+1311.5037
+1311.5349
+1311.5623 High Energy Astrophysical Phenomena
+1311.5624 Superconductivity
+1311.6060 Algebraic Geometry
+1311.6151 Group Theory
+1311.6817 Cosmology and Nongalactic Astrophysics
+1311.7076 Metric Geometry
+1311.7149 Mesoscale and Nanoscale Physics
+1311.7360
+1311.7379 Theory
+1312.0057 Optics
+1312.0268
+1312.0744 Materials Science
+1312.0956 Theory
+1312.1104 Neurons and Cognition
+1312.1288 Analysis of PDEs
+1312.1299 Computational Complexity
+1312.1325 Number Theory
+1312.1830 Information Theory
+1312.2004 General Finance
+1312.2006 Cosmology and Nongalactic Astrophysics
+1312.2016 Number Theory
+1312.2027 Combinatorics
+1312.2028
+1312.2029 Mesoscale and Nanoscale Physics
+1312.2030 Networking and Internet Architecture
+1312.2033 Phenomenology
+1312.2036 Combinatorics
+1312.2037 Probability
+1312.2038 Numerical Analysis
+1312.2040 Number Theory
+1312.2046 Probability
+1312.2047 Systems and Control
+1312.2049 Optics
+1312.2051 Combinatorics
+1312.2052 Networking and Internet Architecture
+1312.2059
+1312.2060 Systems and Control
+1312.2061 Computer Vision and Pattern Recognition
+1312.2062 Networking and Internet Architecture
+1312.2063 Information Theory
+1312.2064 Logic
+1312.2065 Databases
+1312.2069 Databases
+1312.2072 Phenomenology
+1312.2073 Phenomenology
+1312.2076 Differential Geometry
+1312.2078 Differential Geometry
+1312.2079 Methodology
+1312.2080 Combinatorics
+1312.2083 Software Engineering
+1312.2085 Statistical Mechanics
+1312.2087 Computation and Language
+1312.2091 Networking and Internet Architecture
+1312.2094 Social and Information Networks
+1312.2096 Social and Information Networks
+1312.2097 Quantum Algebra
+1312.2098 Methodology
+1312.2099 History and Overview
+1312.2100 History and Overview
+1312.2103 General Topology
+1312.2104 Analysis of PDEs
+1312.2105 Astrophysics of Galaxies
+1312.2107 Superconductivity
+1312.2108 Networking and Internet Architecture
+1312.2113 Combinatorics
+1312.2114 Combinatorics
+1312.2115 Theory
+1312.2116 Functional Analysis
+1312.2121 Software Engineering
+1312.2125 History and Overview
+1312.2126 Analysis of PDEs
+1312.2128 Probability
+1312.2129 Applications
+1312.2130 Optimization and Control
+1312.2131 Optimization and Control
+1312.2132 Systems and Control
+1312.2133 History and Overview
+1312.2136 Analysis of PDEs
+1312.2137 Learning
+1312.2138 Classical Analysis and ODEs
+1312.2140 Computational Engineering, Finance, and Science
+1312.2141 Computational Complexity
+1312.2143 Computational Complexity
+1312.2151 Probability
+1312.2153 Probability
+1312.2154 Social and Information Networks
+1312.2156 Geometric Topology
+1312.2161 Symplectic Geometry
+1312.2163 Information Theory
+1312.2165 Number Theory
+1312.2166 Probability
+1312.2168 Algebraic Geometry
+1312.2170 Combinatorics
+1312.2172 Classical Analysis and ODEs
+1312.2179 General Finance
+1312.2180 Fluid Dynamics
+1312.2181 Strongly Correlated Electrons
+1312.2182 Other Computer Science
+1312.2184 Analysis of PDEs
+1312.2185 Computational Geometry
+1312.2186 Differential Geometry
+1312.2188 Networking and Internet Architecture
+1312.2193 Lattice
+1312.2194 Computational Geometry
+1312.2196 Spectral Theory
+1312.2201 Probability
+1312.2203 Computational Engineering, Finance, and Science
+1312.2206 Classical Analysis and ODEs
+1312.2209 Discrete Mathematics
+1312.2216 Computers and Society
+1312.2218 Programming Languages
+1312.2219 Spectral Theory
+1312.2223 Rings and Algebras
+1312.2225 Networking and Internet Architecture
+1312.2230 Geometric Topology
+1312.2232 Information Theory
+1312.2233 Combinatorics
+1312.2237 Social and Information Networks
+1312.2239 Probability
+1312.2241 Networking and Internet Architecture
+1312.2242 Artificial Intelligence
+1312.2243 Software Engineering
+1312.2245 Combinatorics
+1312.2246 Computers and Society
+1312.2247 Combinatorics
+1312.2248 Methodology
+1312.2249 Computer Vision and Pattern Recognition
+1312.2254 Logic
+1312.2258 Materials Science
+1312.2260
+1312.2270 Fluid Dynamics
+1312.2271
+1312.2278 Fluid Dynamics
+1312.2287 Information Theory
+1312.2293 Geometric Topology
+1312.2296 Solar and Stellar Astrophysics
+1312.2302 Trading and Market Microstructure
+1312.2306 Performance
+1312.2309 Numerical Analysis
+1312.2314 Lattice
+1312.2318 Combinatorics
+1312.2319 Software Engineering
+1312.2323 Software Engineering
+1312.2324 Probability
+1312.2325 Software Engineering
+1312.2327 Software Engineering
+1312.2328 Metric Geometry
+1312.2329 Mesoscale and Nanoscale Physics
+1312.2331 Accelerator Physics
+1312.2332 History and Philosophy of Physics
+1312.2336 Disordered Systems and Neural Networks
+1312.2337 Algebraic Topology
+1312.2338 Information Theory
+1312.2344 Software Engineering
+1312.2350 Lattice
+1312.2351 Optimization and Control
+1312.2353 Databases
+1312.2355 Databases
+1312.2356 Optimization and Control
+1312.2362 General Finance
+1312.2363 Applications
+1312.2364 Applications
+1312.2365
+1312.2366 Neural and Evolutionary Computing
+1312.2367 Computational Complexity
+1312.2368 Optimization and Control
+1312.2374 Lattice
+1312.2375 Information Retrieval
+1312.2378 Databases
+1312.2381 Data Structures and Algorithms
+1312.2382 Probability
+1312.2383 Computer Vision and Pattern Recognition
+1312.2386 Populations and Evolution
+1312.2387 Analysis of PDEs
+1312.2393 Applications
+1312.2395 Functional Analysis
+1312.2398 Probability
+1312.2399 Astrophysics of Galaxies
+1312.2401 Other Condensed Matter
+1312.2403 Instrumentation and Methods for Astrophysics
+1312.2406 Computers and Society
+1312.2414 Instrumentation and Methods for Astrophysics
+1312.2425 Numerical Analysis
+1312.2426
+1312.2433 Probability
+1312.2439 Astrophysics of Galaxies
+1312.2443 Representation Theory
+1312.2447 General Literature
+1312.2450 Solar and Stellar Astrophysics
+1312.2451 Learning
+1312.2457 Information Theory
+1312.2461 Analysis of PDEs
+1312.2463 Analysis of PDEs
+1312.2464 Solar and Stellar Astrophysics
+1312.2466 Networking and Internet Architecture
+1312.2467 Phenomenology
+1312.2468 Algebraic Geometry
+1312.2474 Algebraic Topology
+1312.2476 Analysis of PDEs
+1312.2485 Combinatorics
+1312.2489 Accelerator Physics
+1312.2492 Superconductivity
+1312.2493 Probability
+1312.2495 Quantum Algebra
+1312.2498 General Mathematics
+1312.2500 Metric Geometry
+1312.2501 Distributed, Parallel, and Cluster Computing
+1312.2509 Analysis of PDEs
+1312.2510 Dynamical Systems
+1312.2513 Solar and Stellar Astrophysics
+1312.2516 Analysis of PDEs
+1312.2518 Classical Analysis and ODEs
+1312.2519 Numerical Analysis
+1312.2521 Probability
+1312.2525 High Energy Astrophysical Phenomena
+1312.2526 Robotics
+1312.2527 Superconductivity
+1312.2530 Computers and Society
+1312.2531 Metric Geometry
+1312.2534 Strongly Correlated Electrons
+1312.2539 Cryptography and Security
+1312.2540 Number Theory
+1312.2541 Theory
+1312.2549 Computational Geometry
+1312.2556 Computation
+1312.2558
+1312.2560 Medical Physics
+1312.2563 Quantum Gases
+1312.2569 Number Theory
+1312.2570 Distributed, Parallel, and Cluster Computing
+1312.2572 Algebraic Geometry
+math/0406397 Differential Geometry
+math/9803114 Geometric Topology
+0706.2965 Superconductivity
+0712.4037 Commutative Algebra
+0803.3930
+0807.4490
+0808.1770
+0901.4676 Theory
+0903.0354 Analysis of PDEs
+0905.0851 Differential Geometry
+0906.0189 Differential Geometry
+0909.0561 Group Theory
+0909.0807 Differential Geometry
+0909.2851 Differential Geometry
+0912.0630 Physics and Society
+0912.3948 Dynamical Systems
+1001.0126
+1001.3467 Phenomenology
+1003.5639 Commutative Algebra
+1003.5674 Commutative Algebra
+1003.5677 Commutative Algebra
+1003.5678 Commutative Algebra
+1003.5689 Commutative Algebra
+1005.5523 Commutative Algebra
+1007.3089 Classical Analysis and ODEs
+1010.5941 Probability
+1012.4921 Methodology
+1101.0626 Algebraic Geometry
+1101.1594 Number Theory
+1102.5645 Mesoscale and Nanoscale Physics
+1104.4571 Statistical Mechanics
+1105.4014
+1105.4278 Cellular Automata and Lattice Gases
+1106.0781 Cosmology and Nongalactic Astrophysics
+1106.1754 Classical Analysis and ODEs
+1106.2033 Functional Analysis
+1106.4956 Algebraic Geometry
+1107.1066 Combinatorics
+1107.2223 Populations and Evolution
+1107.3686 Algebraic Topology
+1107.4067 Machine Learning
+1108.1471 Functional Analysis
+1108.3441 Number Theory
+1109.1900 Analysis of PDEs
+1109.3523 Quantum Algebra
+1109.4429
+1110.3187
+1110.3647 Analysis of PDEs
+1111.3112 Functional Analysis
+1111.3885 Probability
+1111.4373 Strongly Correlated Electrons
+1112.1302 Functional Analysis
+1112.3319 Phenomenology
+1112.6012 Logic
+1201.0714 Quantum Gases
+1201.4137 Differential Geometry
+1201.4856 Logic in Computer Science
+1202.1365 Geometric Topology
+1202.2428
+1202.5898 Materials Science
+1203.4650 Geometric Topology
+1203.4672 Geometric Topology
+1203.5177 Probability
+1203.5300 Functional Analysis
+1203.5430 Fluid Dynamics
+1203.6341 Phenomenology
+1204.0072 Information Theory
+1204.0521
+1204.1800 Learning
+1204.3133 Dynamical Systems
+1204.4710 Learning
+1205.0165
+1205.0835 Information Theory
+1205.3068 Networking and Internet Architecture
+1205.3299 Superconductivity
+1205.3532 Populations and Evolution
+1205.3619 Classical Analysis and ODEs
+1205.3804 Theory
+1205.3852 Functional Analysis
+1205.4535
+1205.5175
+1205.5980
+1206.0466 Phenomenology
+1206.2232 Quantum Gases
+1206.2384 Discrete Mathematics
+1206.3315 Strongly Correlated Electrons
+1206.3637 Probability
+1206.4359 Physics and Society
+1207.0277
+1207.0805 Computer Vision and Pattern Recognition
+1207.1022 Soft Condensed Matter
+1207.1585
+1207.2380 Algebraic Geometry
+1207.2516 Phenomenology
+1207.4761 Dynamical Systems
+1207.4797 Chemical Physics
+1207.5128 Quantum Gases
+1207.5259 Learning
+1207.6270 Statistical Mechanics
+1208.1043 Popular Physics
+1208.2324 Theory
+1208.4099 Strongly Correlated Electrons
+1208.4542 Materials Science
+1208.5306 Superconductivity
+1208.5705
+1208.6397 Combinatorics
+1209.0921
+1209.1351 Physics and Society
+1209.3319 Statistical Mechanics
+1209.3671
+1209.4724 Physics and Society
+1209.4788 Strongly Correlated Electrons
+1209.5623 Analysis of PDEs
+1210.0113
+1210.1798 Lattice
+1210.2861 Accelerator Physics
+1210.2909 Cosmology and Nongalactic Astrophysics
+1210.3002 Superconductivity
+1210.3162
+1210.3476 Phenomenology
+1210.3500 Probability
+1210.3919 Strongly Correlated Electrons
+1210.4946
+1210.5379 Atomic Physics
+1210.5505
+1210.5882 Commutative Algebra
+1210.6327 Experiment
+1210.6701 Quantum Gases
+1210.8002
+1211.0192 Functional Analysis
+1211.0384 Mesoscale and Nanoscale Physics
+1211.1687 Strongly Correlated Electrons
+1211.1703 Computer Science and Game Theory
+1211.4244 History and Philosophy of Physics
+1211.4301 Commutative Algebra
+1211.5228 Phenomenology
+1212.0720 Commutative Algebra
+1212.1163 Mesoscale and Nanoscale Physics
+1212.1190
+1212.1328 Discrete Mathematics
+1212.1553 Dynamical Systems
+1212.1768 Algebraic Geometry
+1212.3376 Information Theory
+1212.3882
+1212.4374 Materials Science
+1212.5079 Phenomenology
+1212.5210 Programming Languages
+1212.5363 Mesoscale and Nanoscale Physics
+1212.5454 Computer Vision and Pattern Recognition
+1212.5798 Classical Analysis and ODEs
+1212.6035 Quantum Gases
+1212.6093 Combinatorics
+1212.6187
+1301.0077
+1301.0394 Complex Variables
+1301.2706 Physics and Society
+1301.2737
+1301.2836 High Energy Astrophysical Phenomena
+1301.3052 Mesoscale and Nanoscale Physics
+1301.3057 Algebraic Geometry
+1301.5139 Logic in Computer Science
+1301.6031 Mesoscale and Nanoscale Physics
+1301.6108 Mesoscale and Nanoscale Physics
+1301.7257 Cryptography and Security
+1301.7302 Phenomenology
+1302.0492 Medical Physics
+1302.1470 Mesoscale and Nanoscale Physics
+1302.1814 Analysis of PDEs
+1302.2335 Operator Algebras
+1302.2726
+1302.4163 Rings and Algebras
+1302.4235 Combinatorics
+1302.4312 Superconductivity
+1302.4729 Mesoscale and Nanoscale Physics
+1302.5176
+1302.5337 Machine Learning
+1302.7001 Mesoscale and Nanoscale Physics
+1303.0087 Analysis of PDEs
+1303.0491
+1303.0512 Complex Variables
+1303.2332 Differential Geometry
+1303.2727 Strongly Correlated Electrons
+1303.2927 Experiment
+1303.4061 Combinatorics
+1303.4088 Rings and Algebras
+1303.4211 Statistical Mechanics
+1303.4348 Information Theory
+1303.4464 Rings and Algebras
+1303.5581 Theory
+1303.5920
+1303.6017 Information Theory
+1303.6079 Analysis of PDEs
+1303.6393 Statistical Mechanics
+1303.6445 Numerical Analysis
+1303.6502 Geometric Topology
+1303.6677
+1303.6873 Probability
+1303.7085 Cryptography and Security
+1303.7190 Materials Science
+1303.7310 Computation and Language
+1303.7430 Artificial Intelligence
+1304.0001 Information Theory
+1304.0002 Information Theory
+1304.0003 Information Theory
+1304.0012 Distributed, Parallel, and Cluster Computing
+1304.0013
+1304.0019 Computer Vision and Pattern Recognition
+1304.0025
+1304.0026 Algebraic Geometry
+1304.0030 Optimization and Control
+1304.0031 Neurons and Cognition
+1304.0032 Differential Geometry
+1304.0038 Popular Physics
+1304.0041 Operator Algebras
+1304.0042
+1304.0048 Analysis of PDEs
+1304.0051
+1304.0054
+1304.0055 Optimization and Control
+1304.0059 Soft Condensed Matter
+1304.0061 Combinatorics
+1304.0063 Commutative Algebra
+1304.0064 Mesoscale and Nanoscale Physics
+1304.0067 Complex Variables
+1304.0069 Probability
+1304.0070 Combinatorics
+1304.0072 Materials Science
+1304.0074 Mesoscale and Nanoscale Physics
+1304.0076 Networking and Internet Architecture
+1304.0078 Mesoscale and Nanoscale Physics
+1304.0080 Phenomenology
+1304.0081 Combinatorics
+1304.0083 Combinatorics
+1304.0085 Solar and Stellar Astrophysics
+1304.0088 Algebraic Geometry
+1304.0089 Combinatorics
+1304.0090 Neural and Evolutionary Computing
+1304.0091 Algebraic Geometry
+1304.0092 Algebraic Geometry
+1304.0093 Algebraic Geometry
+1304.0094 Algebraic Geometry
+1304.0096 Combinatorics
+1304.0098 Algebraic Geometry
+1304.0099 Algebraic Geometry
+1304.0106 Logic
+1304.0107 Superconductivity
+1304.0110 Information Theory
+1304.0111 Instrumentation and Detectors
+1304.0112 Geometric Topology
+1304.0116 Software Engineering
+1304.0122 Quantitative Methods
+1304.0124 Mesoscale and Nanoscale Physics
+1304.0125 Combinatorics
+1304.0131 Mesoscale and Nanoscale Physics
+1304.0132 Populations and Evolution
+1304.0134 Operator Algebras
+1304.0140 Networking and Internet Architecture
+1304.0144 Materials Science
+1304.0145 Artificial Intelligence
+1304.0148 Numerical Analysis
+1304.0151 Computation
+1304.0161 Dynamical Systems
+1304.0162 Algebraic Geometry
+1304.0167 Algebraic Geometry
+1304.0168 Classical Analysis and ODEs
+1304.0170 Probability
+1304.0172 Algebraic Geometry
+1304.0174 Algebraic Geometry
+1304.0175 Probability
+1304.0176 Functional Analysis
+1304.0177 Algebraic Geometry
+1304.0178 Algebraic Geometry
+1304.0179 Metric Geometry
+1304.0180 Algebraic Geometry
+1304.0181 Algebraic Geometry
+1304.0184 Differential Geometry
+1304.0185 Discrete Mathematics
+1304.0186
+1304.0189 Probability
+1304.0192 Mesoscale and Nanoscale Physics
+1304.0196 Commutative Algebra
+1304.0197 Differential Geometry
+1304.0198 Commutative Algebra
+1304.0200 Commutative Algebra
+1304.0201 Commutative Algebra
+1304.0203 Number Theory
+1304.0205
+1304.0206 Classical Analysis and ODEs
+1304.0207 Information Theory
+1304.0208 History and Philosophy of Physics
+1304.0210
+1304.0221 Combinatorics
+1304.0223 Algebraic Geometry
+1304.0224 Algebraic Geometry
+1304.0225 Differential Geometry
+1304.0226 Algebraic Geometry
+1304.0228 Algebraic Geometry
+1304.0229 Rings and Algebras
+1304.0230 Algebraic Geometry
+1304.0231 Algebraic Geometry
+1304.0232 Rings and Algebras
+1304.0233 Differential Geometry
+1304.0234
+1304.0235 Instrumentation and Methods for Astrophysics
+1304.0237 Complex Variables
+1304.0240 Earth and Planetary Astrophysics
+1304.0241 Space Physics
+1304.0242 Combinatorics
+1304.0243 Optics
+1304.0244 Probability
+1304.0245 Strongly Correlated Electrons
+1304.0247 Computational Geometry
+1304.0249 Algebraic Geometry
+1304.0250 Probability
+1304.0251 Phenomenology
+1304.0252 Complex Variables
+1304.0254 Computers and Society
+1304.0260 Information Theory
+1304.0263 Information Theory
+1304.0267 Distributed, Parallel, and Cluster Computing
+1304.0270 Information Theory
+1304.0272 Logic
+1304.0280 Algebraic Geometry
+1304.0283
+1304.0284 Analysis of PDEs
+1304.0288 Materials Science
+1304.0289 Phenomenology
+1304.0293 Phenomenology
+1304.0294 Probability
+1304.0295 Functional Analysis
+1304.0296 Functional Analysis
+1304.0301
+1304.0306 Lattice
+1304.0307
+1304.0310 General Physics
+1304.0311 Accelerator Physics
+1304.0312 Lattice
+1304.0321 Systems and Control
+1304.0324 High Energy Astrophysical Phenomena
+1304.0326 Algebraic Geometry
+1304.0327 Astrophysics of Galaxies
+1304.0328 Numerical Analysis
+1304.0329 Numerical Analysis
+1304.0331 Algebraic Geometry
+1304.0334 Analysis of PDEs
+1304.0336 Materials Science
+1304.0338 Optimization and Control
+1304.0340 Optimization and Control
+1304.0341 Experiment
+1304.0342 Molecular Networks
+1304.0348 High Energy Astrophysical Phenomena
+1304.0350 Algebraic Geometry
+1304.0352 Algebraic Topology
+1304.0355 Information Theory
+1304.0366 Theory
+1304.0367 Geometric Topology
+1304.0370 Instrumentation and Methods for Astrophysics
+1304.0373 Instrumentation and Methods for Astrophysics
+1304.0374 Software Engineering
+1304.0375 Optimization and Control
+1304.0376 Functional Analysis
+1304.0377 Number Theory
+1304.0379 Mesoscale and Nanoscale Physics
+1304.0384 Solar and Stellar Astrophysics
+1304.0385
+1304.0390
+1304.0394 Differential Geometry
+1304.0395 Solar and Stellar Astrophysics
+1304.0396 Cosmology and Nongalactic Astrophysics
+1304.0401 Instrumentation and Methods for Astrophysics
+1304.0402 Instrumentation and Detectors
+1304.0404 Theory
+1304.0405 General Physics
+1304.0411 Commutative Algebra
+1304.0412 Physics Education
+1304.0414 Solar and Stellar Astrophysics
+1304.0419 Social and Information Networks
+1304.0420 General Mathematics
+1304.0421 Computer Vision and Pattern Recognition
+1304.0422 Information Theory
+1304.0423 Statistics Theory
+1304.0427
+1304.0432
+cond-mat/0406520 Superconductivity
+cond-mat/0505033 Statistical Mechanics
+cond-mat/0506262 Superconductivity
+cs/0403041 Logic in Computer Science
+gr-qc/0605138
+math-ph/0612044
+math/0108121 Combinatorics
+math/0304159 Algebraic Geometry
+math/0410373 Combinatorics
+math/0505255 Combinatorics
+math/0507497 Combinatorics
+math/0609071 Combinatorics
+math/0610977 Combinatorics
+math/0702856 Algebraic Geometry
+math/9708212 Commutative Algebra
+math/9807186 Rings and Algebras
+physics/0505137 Physics and Society
+q-bio/0505007 Molecular Networks
+quant-ph/0605218
+0712.4188 Phenomenology
+0808.1165 Phenomenology
+0903.2383 Number Theory
+0907.0632 Superconductivity
+0909.5002 Geometric Topology
+1002.1010 Statistical Finance
+1003.0908 Operator Algebras
+1004.5325
+1007.3911
+1009.1044 Optics
+1011.0139 Phenomenology
+1012.1959 Probability
+1012.3255
+1012.5429
+1102.2717
+1102.3519 Representation Theory
+1102.4475 Representation Theory
+1103.1884 Rings and Algebras
+1103.3963 Cosmology and Nongalactic Astrophysics
+1103.4555 Combinatorics
+1104.5330 Computational Physics
+1105.1527
+1105.5948 Algebraic Topology
+1106.0087
+1106.0717 Cosmology and Nongalactic Astrophysics
+1106.5073 High Energy Astrophysical Phenomena
+1106.5770
+1107.2840 Strongly Correlated Electrons
+1107.2907 Strongly Correlated Electrons
+1108.2336 Geometric Topology
+1108.3024 Classical Analysis and ODEs
+1109.3631 General Physics
+1110.0229 Quantum Algebra
+1110.6563 Logic
+1111.0756 Atmospheric and Oceanic Physics
+1111.0781
+1111.4365 Mesoscale and Nanoscale Physics
+1111.5210
+1112.1028 Phenomenology
+1112.2530 Strongly Correlated Electrons
+1112.3708 Representation Theory
+1112.5367
+1201.0603 Atmospheric and Oceanic Physics
+1201.2966 Superconductivity
+1201.3387
+1201.6088 Phenomenology
+1201.6286
+1201.6391 Differential Geometry
+1203.2913 Algebraic Geometry
+1203.3054
+1203.6156 Analysis of PDEs
+1203.6325 Strongly Correlated Electrons
+1204.1098 Data Structures and Algorithms
+1204.1161 Dynamical Systems
+1204.1666 Classical Analysis and ODEs
+1204.2207
+1204.2745 Lattice
+1204.2751
+1204.5848
+1205.0604 Superconductivity
+1205.0907 Analysis of PDEs
+1205.1247 Operator Algebras
+1205.1281 Data Structures and Algorithms
+1205.1328
+1205.1372
+1205.2123 Statistics Theory
+1205.2401
+1205.3578 Analysis of PDEs
+1205.4862
+1205.5876 Combinatorics
+1205.5929 Adaptation and Self-Organizing Systems
+1206.0319 Optimization and Control
+1206.0458 Geometric Topology
+1206.2045 Superconductivity
+1206.2401 Functional Analysis
+1206.3536 Artificial Intelligence
+1206.4358 Data Analysis, Statistics and Probability
+1206.5734
+1207.0146 Soft Condensed Matter
+1207.0172 Number Theory
+1207.0726 Mesoscale and Nanoscale Physics
+1207.2012 Numerical Analysis
+1207.3511
+1207.4574 Subcellular Processes
+1207.4856 Representation Theory
+1207.5234 Strongly Correlated Electrons
+1207.6948 Theory
+1207.7124 Strongly Correlated Electrons
+1207.7247 Functional Analysis
+1208.2829 General Topology
+1208.3392
+1208.3990
+1208.5133 Mesoscale and Nanoscale Physics
+1208.6486 Pricing of Securities
+1209.0424 Dynamical Systems
+1209.0722 Lattice
+1209.1634 High Energy Astrophysical Phenomena
+1209.1674 Superconductivity
+1209.1861 Representation Theory
+1209.1984 Mesoscale and Nanoscale Physics
+1209.2120 Cosmology and Nongalactic Astrophysics
+1209.2150 High Energy Astrophysical Phenomena
+1209.2155 Theory
+1209.2316 Numerical Analysis
+1209.3960 Algebraic Geometry
+1209.4696
+1209.5190 Statistical Finance
+1209.5550 Algebraic Geometry
+1209.5643
+1210.0133 Strongly Correlated Electrons
+1210.0770 Applications
+1210.1043 Experiment
+1210.1242 Strongly Correlated Electrons
+1210.1591 Theory
+1210.1731
+1210.4117 Cosmology and Nongalactic Astrophysics
+1210.4546 High Energy Astrophysical Phenomena
+1210.5723 Analysis of PDEs
+1210.6121 Strongly Correlated Electrons
+1210.6551 Algebraic Geometry
+1210.6920
+1210.7053 Machine Learning
+1210.7063 Analysis of PDEs
+1210.7080 Phenomenology
+1210.7264
+1211.0030 Theory
+1211.0719 Physics and Society
+1211.0805 Atmospheric and Oceanic Physics
+1211.2094 Soft Condensed Matter
+1211.2413 Theory
+1211.2622 Analysis of PDEs
+1211.2942 Combinatorics
+1211.4183
+1211.4616 Physics and Society
+1211.4761 Superconductivity
+1211.4821 Disordered Systems and Neural Networks
+1211.4889 Social and Information Networks
+1211.6356 Statistical Mechanics
+1211.6357 Number Theory
+1212.1688 Solar and Stellar Astrophysics
+1212.2590
+1212.2625 Theory
+1212.2942 Materials Science
+1212.3078 Biological Physics
+1212.3099 Mesoscale and Nanoscale Physics
+1212.4393 Optics
+1212.5252 Computational Engineering, Finance, and Science
+1212.5918 Mesoscale and Nanoscale Physics
+1301.0070 Combinatorics
+1301.0661 Theory
+1301.0677 Metric Geometry
+1301.1004 Classical Analysis and ODEs
+1301.1252 Disordered Systems and Neural Networks
+1301.1478 Mesoscale and Nanoscale Physics
+1301.2818 Mesoscale and Nanoscale Physics
+1301.3013 Phenomenology
+1301.3065 Theory
+1301.3184 Mesoscale and Nanoscale Physics
+1301.3360
+1301.4360 Probability
+1301.5315 Cosmology and Nongalactic Astrophysics
+1301.5372 Geometric Topology
+1301.5688 Strongly Correlated Electrons
+1301.5816 Phenomenology
+1301.6173
+1302.0175
+1302.0494 Computer Vision and Pattern Recognition
+1302.1330
+1302.1352 Mesoscale and Nanoscale Physics
+1302.1757 Phenomenology
+1302.1767 Pattern Formation and Solitons
+1302.1917 Cosmology and Nongalactic Astrophysics
+1302.2209 Cosmology and Nongalactic Astrophysics
+1302.3058 Dynamical Systems
+1302.3939 Phenomenology
+1302.4356
+1302.4487 Numerical Analysis
+1302.5239
+1302.5597 Analysis of PDEs
+1302.7157 Instrumentation and Methods for Astrophysics
+1303.0044 Logic in Computer Science
+1303.2939 General Physics
+1303.3136 Cosmology and Nongalactic Astrophysics
+1303.3946 Mesoscale and Nanoscale Physics
+1303.4424 Classical Analysis and ODEs
+1303.5246 Number Theory
+1303.5964 Probability
+1303.6077 Medical Physics
+1303.6299 Strongly Correlated Electrons
+1303.6820 Combinatorics
+1303.7092 Statistics Theory
+1303.7459 Logic in Computer Science
+1304.0258 Theory
+1304.0300 Materials Science
+1304.0406 Analysis of PDEs
+1304.1352
+1304.1724 Analysis of PDEs
+1304.1733 Statistics Theory
+1304.1813 Differential Geometry
+1304.2002
+1304.2194 Phenomenology
+1304.2218 Mesoscale and Nanoscale Physics
+1304.2297 Analysis of PDEs
+1304.3200 Neural and Evolutionary Computing
+1304.3577 Genomics
+1304.3687 K-Theory and Homology
+1304.3721 Atomic Physics
+1304.3722 General Finance
+1304.3729 Probability
+1304.3731 Complex Variables
+1304.3738 Populations and Evolution
+1304.3740 Algebraic Geometry
+1304.3741 Probability
+1304.3742 Computers and Society
+1304.3745 Learning
+1304.3747 Social and Information Networks
+1304.3748 Biological Physics
+1304.3751 Combinatorics
+1304.3755 Astrophysics of Galaxies
+1304.3758 Multimedia
+1304.3762 Artificial Intelligence
+1304.3763 Artificial Intelligence
+1304.3767 Performance
+1304.3769 Methodology
+1304.3771 Operating Systems
+1304.3774 Combinatorics
+1304.3778 Systems and Control
+1304.3779 Neural and Evolutionary Computing
+1304.3786 Probability
+1304.3787 Phenomenology
+1304.3790 Analysis of PDEs
+1304.3792 Neural and Evolutionary Computing
+1304.3795 Information Theory
+1304.3802 K-Theory and Homology
+1304.3804 Performance
+1304.3806 Differential Geometry
+1304.3811 Number Theory
+1304.3813 Differential Geometry
+1304.3816 Computational Complexity
+1304.3819 Social and Information Networks
+1304.3826 Information Theory
+1304.3827 Biological Physics
+1304.3828 Fluid Dynamics
+1304.3831 Phenomenology
+1304.3834 Functional Analysis
+1304.3836 Rings and Algebras
+1304.3837 Rings and Algebras
+1304.3840 Learning
+1304.3846 Artificial Intelligence
+1304.3849 Artificial Intelligence
+1304.3850 Information Theory
+1304.3851 Artificial Intelligence
+1304.3852 Artificial Intelligence
+1304.3853 Artificial Intelligence
+1304.3855 Artificial Intelligence
+1304.3856 Artificial Intelligence
+1304.3857 Artificial Intelligence
+1304.3859 Artificial Intelligence
+1304.3860 Artificial Intelligence
+1304.3864
+1304.3865 Information Theory
+1304.3866 History and Overview
+1304.3867 Representation Theory
+1304.3874 Information Theory
+1304.3877 Systems and Control
+1304.3879 Artificial Intelligence
+1304.3880 Neurons and Cognition
+1304.3886 Information Theory
+1304.3890 History and Philosophy of Physics
+1304.3891
+1304.3892 Neural and Evolutionary Computing
+1304.3894 Number Theory
+1304.3897 Classical Analysis and ODEs
+1304.3904 Networking and Internet Architecture
+1304.3905 Phenomenology
+1304.3906 Commutative Algebra
+1304.3907 Phenomenology
+1304.3908 Molecular Networks
+1304.3910 Functional Analysis
+1304.3911 Information Theory
+1304.3912 Software Engineering
+1304.3915 Computer Vision and Pattern Recognition
+1304.3918 Statistics Theory
+1304.3919 Numerical Analysis
+1304.3924 Digital Libraries
+1304.3931 Systems and Control
+1304.3944 Emerging Technologies
+1304.3948 Combinatorics
+1304.3951 Analysis of PDEs
+1304.3960 Plasma Physics
+1304.3966 Representation Theory
+1304.3972 Systems and Control
+1304.3974 Chaotic Dynamics
+1304.3977 Networking and Internet Architecture
+1304.3978 Distributed, Parallel, and Cluster Computing
+1304.3980 Distributed, Parallel, and Cluster Computing
+1304.3992 Distributed, Parallel, and Cluster Computing
+1304.3999 Artificial Intelligence
+1304.4001 Phenomenology
+1304.4002 Distributed, Parallel, and Cluster Computing
+1304.4003 Information Theory
+1304.4006 Molecular Networks
+1304.4011 Group Theory
+1304.4015 Optimization and Control
+1304.4019 History and Philosophy of Physics
+1304.4027 Solar and Stellar Astrophysics
+1304.4041 Computer Vision and Pattern Recognition
+1304.4045 Computers and Society
+1304.4047 Computers and Society
+1304.4048
+1304.4049 Solar and Stellar Astrophysics
+1304.4050 Materials Science
+1304.4051 Multiagent Systems
+1304.4058 Social and Information Networks
+1304.4066 Applications
+1304.4069
+1304.4073 Data Structures and Algorithms
+1304.4075 Fluid Dynamics
+1304.4079 Category Theory
+1304.4080 Fluid Dynamics
+1304.4090 Optimization and Control
+1304.4091 Logic in Computer Science
+1304.4105 Superconductivity
+1304.4108 Combinatorics
+1304.4112 Computer Vision and Pattern Recognition
+1304.4113 Statistical Mechanics
+1304.4117 Operator Algebras
+1304.4119 Digital Libraries
+1304.4120 Biological Physics
+1304.4121 Earth and Planetary Astrophysics
+1304.4137 Social and Information Networks
+1304.4140 Operator Algebras
+1304.4142 Operator Algebras
+1304.4149 Mesoscale and Nanoscale Physics
+1304.4153 High Energy Astrophysical Phenomena
+1304.4158 Statistical Mechanics
+1304.4159 Logic in Computer Science
+1304.4162 Numerical Analysis
+1304.4163 Solar and Stellar Astrophysics
+1304.4170 Chaotic Dynamics
+1304.4172 Cosmology and Nongalactic Astrophysics
+1304.4175 Solar and Stellar Astrophysics
+1304.4177
+1304.4178 Analysis of PDEs
+1304.4179 Differential Geometry
+1304.4183 Statistical Mechanics
+1304.4184 Databases
+1304.4185
+1304.4187 Databases
+1304.4189 Algebraic Geometry
+1304.4190 General Physics
+1304.4191 Numerical Analysis
+1304.4193 Phenomenology
+1304.4199 Information Theory
+1304.4205
+1304.4207 Discrete Mathematics
+1304.4210 Representation Theory
+1304.4216 Biomolecules
+cond-mat/9810376 Mesoscale and Nanoscale Physics
+math/0703858 Statistics Theory
+quant-ph/0008124
+quant-ph/0105114
+quant-ph/0109038
+0806.1617 Strongly Correlated Electrons
+0810.5185 Representation Theory
+0810.5190 Representation Theory
+0903.0958 Representation Theory
+0903.2917 Operator Algebras
+0904.0541 Operator Algebras
+0904.2519 Differential Geometry
+0910.1902 Strongly Correlated Electrons
+1005.4166 Complex Variables
+1006.1095 Metric Geometry
+1006.1101 Representation Theory
+1006.2745 Analysis of PDEs
+1006.2784 Complex Variables
+1006.5691 Probability
+1007.0642 Cryptography and Security
+1008.1729 Probability
+1009.5221 Differential Geometry
+1011.3492 Complex Variables
+1011.5642 Combinatorics
+1012.1686 Differential Geometry
+1012.3210 Theory
+1101.0539 Strongly Correlated Electrons
+1101.5192 High Energy Astrophysical Phenomena
+1102.0589
+1105.0301 Statistical Mechanics
+1106.2820 Materials Science
+1106.3622 Combinatorics
+1106.5800 Algebraic Geometry
+1106.6302 Geometric Topology
+1107.2116 Theory
+1107.3865 Representation Theory
+1109.1636
+1109.3113
+1109.4073 Operator Algebras
+1110.4331
+1110.6338 Algebraic Geometry
+1111.1294 Commutative Algebra
+1111.2433 Mesoscale and Nanoscale Physics
+1112.2150 Phenomenology
+1112.3748 History and Philosophy of Physics
+1201.1095 Formal Languages and Automata Theory
+1202.0401 Combinatorics
+1202.5685 Information Theory
+1202.6396 Experiment
+1203.3618 Combinatorics
+1203.3959 Analysis of PDEs
+1203.3976 Experiment
+1203.4986 Phenomenology
+1204.0696 Experiment
+1204.0821 Experiment
+1204.1088 Experiment
+1204.1411 Experiment
+1204.1643 Experiment
+1204.1724 Atomic Physics
+1204.5268 Metric Geometry
+1204.5479 Strongly Correlated Electrons
+1205.0227
+1205.0884
+1205.2013 Pricing of Securities
+1205.2477 Materials Science
+1205.3563 Metric Geometry
+1205.4916 History and Philosophy of Physics
+1206.1516 Strongly Correlated Electrons
+1206.3388 Other Condensed Matter
+1206.4906 Optics
+1206.5921 Atomic Physics
+1206.6127 Theory
+1207.1186 Soft Condensed Matter
+1207.1984 Theory
+1208.0483 Commutative Algebra
+1208.2421 Mesoscale and Nanoscale Physics
+1208.3023 Mesoscale and Nanoscale Physics
+1208.3064 Soft Condensed Matter
+1209.0415 High Energy Astrophysical Phenomena
+1209.0826 Mesoscale and Nanoscale Physics
+1209.4181 Cosmology and Nongalactic Astrophysics
+1209.4366 High Energy Astrophysical Phenomena
+1209.5277 Functional Analysis
+1209.6411 Strongly Correlated Electrons
+1210.0921 Strongly Correlated Electrons
+1210.3449 Information Theory
+1210.3911 Instrumentation and Methods for Astrophysics
+1210.6174 Algebraic Geometry
+1210.6289 Experiment
+1210.6462 Optics
+1210.6961 Mesoscale and Nanoscale Physics
+1210.7015 Theory
+1210.7243 Theory
+1210.7583 Populations and Evolution
+1211.0289 Phenomenology
+1211.2771 Cosmology and Nongalactic Astrophysics
+1211.3006 Networking and Internet Architecture
+1211.5419 Mesoscale and Nanoscale Physics
+1211.5512 Lattice
+1212.1308 Superconductivity
+1212.2520 Disordered Systems and Neural Networks
+1212.3354 Theory
+1212.4589 Networking and Internet Architecture
+1212.5686 Classical Analysis and ODEs
+1301.0292 Group Theory
+1301.1035 High Energy Astrophysical Phenomena
+1301.1173 High Energy Astrophysical Phenomena
+1301.2428 Strongly Correlated Electrons
+1301.2833 Mesoscale and Nanoscale Physics
+1301.4085 Representation Theory
+1301.4452 Lattice
+1301.4571 Differential Geometry
+1301.4670 Atomic Physics
+1301.5046 Symbolic Computation
+1301.5073 Spectral Theory
+1301.5189 Cosmology and Nongalactic Astrophysics
+1301.5277 Genomics
+1301.5317 Materials Science
+1301.5326 Theory
+1301.5331 Probability
+1301.5332 Machine Learning
+1301.5334 Information Theory
+1301.5336 Group Theory
+1301.5338 Rings and Algebras
+1301.5342 Theory
+1301.5343 Group Theory
+1301.5346 Instrumentation and Methods for Astrophysics
+1301.5349 Computational Geometry
+1301.5363 Software Engineering
+1301.5366 Computational Physics
+1301.5371
+1301.5375 Digital Libraries
+1301.5377 Materials Science
+1301.5379 Digital Libraries
+1301.5380 Digital Libraries
+1301.5381 Digital Libraries
+1301.5383 Digital Libraries
+1301.5384 Digital Libraries
+1301.5385 Digital Libraries
+1301.5386 Digital Libraries
+1301.5387 Digital Libraries
+1301.5388 Dynamical Systems
+1301.5392 Digital Libraries
+1301.5393 Mesoscale and Nanoscale Physics
+1301.5394
+1301.5395 Materials Science
+1301.5397 Lattice
+1301.5398 Human-Computer Interaction
+1301.5399 Networking and Internet Architecture
+1301.5400 Digital Libraries
+1301.5402
+1301.5409 Dynamical Systems
+1301.5410 Algebraic Geometry
+1301.5413 Dynamical Systems
+1301.5418 Subcellular Processes
+1301.5419
+1301.5428
+1301.5431 Mesoscale and Nanoscale Physics
+1301.5434 Information Theory
+1301.5437 Soft Condensed Matter
+1301.5438 Software Engineering
+1301.5443 Probability
+1301.5445 Astrophysics of Galaxies
+1301.5446
+1301.5449 Functional Analysis
+1301.5450 Probability
+1301.5453 Algebraic Geometry
+1301.5457 Phenomenology
+1301.5458
+1301.5466 Superconductivity
+1301.5467 Pricing of Securities
+1301.5470 Software Engineering
+1301.5476
+1301.5483 Optimization and Control
+1301.5486 Algebraic Geometry
+1301.5488 Learning
+1301.5489 Representation Theory
+1301.5490 Materials Science
+1301.5491 Computer Vision and Pattern Recognition
+1301.5493 Differential Geometry
+1301.5495
+1301.5496 Theory
+1301.5504 General Finance
+1301.5512 Populations and Evolution
+1301.5513 Mesoscale and Nanoscale Physics
+1301.5515 Metric Geometry
+1301.5516 Phenomenology
+1301.5522 Information Theory
+1301.5528
+1301.5535 Information Theory
+1301.5537
+1301.5544
+1301.5549 Soft Condensed Matter
+1301.5550 Soft Condensed Matter
+1301.5560 Rings and Algebras
+1301.5561 Accelerator Physics
+1301.5563 Analysis of PDEs
+1301.5565 Algebraic Geometry
+1301.5566 Analysis of PDEs
+1301.5569 Mesoscale and Nanoscale Physics
+1301.5574
+1301.5577 Geometric Topology
+1301.5578 Accelerator Physics
+1301.5579 Probability
+1301.5582 Computer Vision and Pattern Recognition
+1301.5584 Data Structures and Algorithms
+1301.5585 Formal Languages and Automata Theory
+1301.5586 Social and Information Networks
+1301.5591 Cosmology and Nongalactic Astrophysics
+1301.5593 Systems and Control
+1301.5595 Computational Engineering, Finance, and Science
+1301.5596 Information Theory
+1301.5598 Phenomenology
+1301.5601 Solar and Stellar Astrophysics
+1301.5606 Algebraic Geometry
+1301.5608 Accelerator Physics
+1301.5611 Probability
+1301.5617 Earth and Planetary Astrophysics
+1301.5618 Accelerator Physics
+1301.5619 Accelerator Physics
+1301.5625 Representation Theory
+1301.5628 Phenomenology
+cond-mat/0011292 Strongly Correlated Electrons
+cond-mat/0105423 Strongly Correlated Electrons
+cond-mat/0107499 Statistical Mechanics
+cond-mat/0108134 Strongly Correlated Electrons
+cond-mat/0110164 Statistical Mechanics
+cond-mat/0110266 Statistical Mechanics
+cond-mat/0206133
+cond-mat/0301533
+cond-mat/0509345 Superconductivity
+cond-mat/0702341 Strongly Correlated Electrons
+math-ph/0503069
+math/0301344 Differential Geometry
+0705.1067 Dynamical Systems
+0707.3283 Fluid Dynamics
+0801.2082 Dynamical Systems
+0804.1961 Mesoscale and Nanoscale Physics
+0804.2142 Number Theory
+0806.2675
+0810.5255
+0811.3236 Mesoscale and Nanoscale Physics
+0903.2580 Fluid Dynamics
+0906.2077 Differential Geometry
+0906.2954 Category Theory
+0906.4660 Differential Geometry
+1001.0390 Dynamical Systems
+1001.4996 Pattern Formation and Solitons
+1002.4035
+1002.4829 Number Theory
+1003.4537 Rings and Algebras
+1003.4595 Logic
+1003.5141 Algebraic Geometry
+1005.0315 Number Theory
+1006.4936 Probability
+1006.5200 Astrophysics of Galaxies
+1008.2199 Combinatorics
+1009.0834 Fluid Dynamics
+1010.1707 Algebraic Geometry
+1010.2334 Statistics Theory
+1012.2346 Probability
+1101.1479 Probability
+1104.5602 Representation Theory
+1105.5059 Representation Theory
+1105.5918 Algebraic Geometry
+1106.0124 Algebraic Geometry
+1106.0407 Mesoscale and Nanoscale Physics
+1106.2231 Chaotic Dynamics
+1107.0318 Theory
+1108.4246
+1109.6155 Logic
+1110.2813 Social and Information Networks
+1110.2894 Computation
+1110.6617 Statistical Mechanics
+1111.4611 Logic in Computer Science
+1112.0923 Logic in Computer Science
+1201.1212
+1201.4503 Dynamical Systems
+1201.4680 Operator Algebras
+1202.0904 Logic in Computer Science
+1202.0943 Statistics Theory
+1202.4522 Atomic Physics
+1202.5243 Soft Condensed Matter
+1203.1764 Exactly Solvable and Integrable Systems
+1203.4181 Statistical Mechanics
+1203.5732 Exactly Solvable and Integrable Systems
+1203.6833 Cosmology and Nongalactic Astrophysics
+1204.1883 K-Theory and Homology
+1204.3349 Mesoscale and Nanoscale Physics
+1204.4405 Materials Science
+1204.6730 Dynamical Systems
+1205.0793 Genomics
+1205.1217
+1205.1390
+1205.1440 Logic
+1205.2413 Probability
+1205.2952 Adaptation and Self-Organizing Systems
+1205.4399
+1206.0486 Number Theory
+1206.0626 General Topology
+1206.6054
+1207.0312 Combinatorics
+1207.0804
+1207.2085 Algebraic Geometry
+1207.2113 Category Theory
+1207.2886 Probability
+1207.4104 Information Theory
+1207.4564 Other Condensed Matter
+1207.4866 Optimization and Control
+1207.6592 Differential Geometry
+1208.0661
+1208.0761 Lattice
+1208.0785 Chaotic Dynamics
+1208.1602 Mesoscale and Nanoscale Physics
+1208.1729 Strongly Correlated Electrons
+1208.2311 Information Theory
+1208.2319 General Topology
+1208.2987 Mesoscale and Nanoscale Physics
+1208.3024 Information Theory
+1208.3058 General Topology
+1208.6337 Operator Algebras
+1209.0204 Phenomenology
+1209.1577 Earth and Planetary Astrophysics
+1209.2222 Statistical Mechanics
+1209.3116 Earth and Planetary Astrophysics
+1209.4089 Statistics Theory
+1209.4323 Probability
+1209.4690 Machine Learning
+1210.0721 Theory
+1210.1615
+1210.2430 Phenomenology
+1210.2661 Differential Geometry
+1210.3466 Earth and Planetary Astrophysics
+1210.3989 Combinatorics
+1210.4252 Other Condensed Matter
+1210.6283 Optics
+1210.7696 Quantum Gases
+1210.7898 Algebraic Geometry
+1211.0204 Geometric Topology
+1211.0843 Disordered Systems and Neural Networks
+1211.1632 Cosmology and Nongalactic Astrophysics
+1211.1756 Materials Science
+1211.2494 Combinatorics
+1211.2498 Mesoscale and Nanoscale Physics
+1211.3455 Fluid Dynamics
+1211.4268 Algebraic Geometry
+1211.4311 Mesoscale and Nanoscale Physics
+1212.0164 Probability
+1212.0488 Cosmology and Nongalactic Astrophysics
+1212.1240 Mesoscale and Nanoscale Physics
+1212.1840 Instrumentation and Detectors
+1212.2061 Analysis of PDEs
+1212.2622
+1212.3214 Genomics
+1212.3648 Cryptography and Security
+1212.5358 Rings and Algebras
+1212.5503 Algebraic Geometry
+1212.5539 Category Theory
+1212.6796 Mesoscale and Nanoscale Physics
+1301.0493 Phenomenology
+1301.0770 Earth and Planetary Astrophysics
+1301.0777 Optics
+1301.0899 Solar and Stellar Astrophysics
+1301.0989 Number Theory
+1301.1170
+1301.1536 Theory
+1301.1737 Materials Science
+1301.4775 Group Theory
+1301.4786 Information Theory
+1301.5909 Superconductivity
+1301.6631 Other Condensed Matter
+1301.7510 Phenomenology
+1302.0744 Information Theory
+1302.1072 Experiment
+1302.1598 Symplectic Geometry
+1302.1801
+1302.2700
+1302.3188 Materials Science
+1302.3210 Instrumentation and Detectors
+1302.5653 Geometric Topology
+1302.5668 Phenomenology
+1302.5948 Soft Condensed Matter
+1302.6472
+1303.0124 Earth and Planetary Astrophysics
+1303.0533 Mesoscale and Nanoscale Physics
+1303.1092 Experiment
+1303.1630 Mesoscale and Nanoscale Physics
+1303.2686 Instrumentation and Detectors
+1303.3209 Atomic Physics
+1303.3623 Optics
+1303.3705 Earth and Planetary Astrophysics
+1303.3963 Molecular Networks
+1303.3997 Genomics
+1303.4089 Functional Analysis
+1303.4267 Fluid Dynamics
+1303.6018 Representation Theory
+1303.6876 Mesoscale and Nanoscale Physics
+1303.7317 Mesoscale and Nanoscale Physics
+1304.1604 Adaptation and Self-Organizing Systems
+1304.2818 Instrumentation and Methods for Astrophysics
+1304.3956 Algebraic Geometry
+1304.4106 Statistical Mechanics
+1304.4169 Probability
+1304.4419 Optics
+1304.4579 Phenomenology
+1304.4810 Earth and Planetary Astrophysics
+1304.6061 Cosmology and Nongalactic Astrophysics
+1304.6284 Programming Languages
+1304.7002 High Energy Astrophysical Phenomena
+1304.7674 Atomic Physics
+1304.7721 Instrumentation and Detectors
+1304.7854 Databases
+1305.1149
+1305.1773 Medical Physics
+1305.2041 Numerical Analysis
+1305.2314 Astrophysics of Galaxies
+1305.2374 Phenomenology
+1305.2550 Neurons and Cognition
+1305.2637 Group Theory
+1305.2674 Solar and Stellar Astrophysics
+1305.2809 Theory
+1305.4233 Fluid Dynamics
+1305.4372 Optimization and Control
+1305.4478 Differential Geometry
+1305.4573 Computational Geometry
+1305.4626 Functional Analysis
+1305.5363 Populations and Evolution
+1305.5386 Theory
+1305.5389 Instrumentation and Methods for Astrophysics
+1305.5428 Biological Physics
+1305.5493 Methodology
+1305.5572 Accelerator Physics
+1305.5839 Classical Physics
+1305.5846 High Energy Astrophysical Phenomena
+1305.5848 Disordered Systems and Neural Networks
+1305.5852 Functional Analysis
+1305.5854 K-Theory and Homology
+1305.5856 Optimization and Control
+1305.5858 Logic
+1305.5860 Biological Physics
+1305.5867 Optics
+1305.5873 Algebraic Geometry
+1305.5886 Cryptography and Security
+1305.5891 Classical Analysis and ODEs
+1305.5894 Methodology
+1305.5897 Instrumentation and Detectors
+1305.5898 Group Theory
+1305.5900 Operator Algebras
+1305.5902 Astrophysics of Galaxies
+1305.5904 Analysis of PDEs
+1305.5905 Computer Vision and Pattern Recognition
+1305.5906 Logic
+1305.5912 Geometric Topology
+1305.5913 Information Theory
+1305.5918 Computation and Language
+1305.5919 Cryptography and Security
+1305.5922 Tissues and Organs
+1305.5927 Molecular Networks
+1305.5928 Geometric Topology
+1305.5929 Biological Physics
+1305.5931
+1305.5937 Optics
+1305.5948 Logic
+1305.5949 Analysis of PDEs
+1305.5950 Human-Computer Interaction
+1305.5951 Soft Condensed Matter
+1305.5955 Metric Geometry
+1305.5958 Statistical Finance
+1305.5961 Logic
+1305.5977 Numerical Analysis
+1305.5981 Information Retrieval
+1305.5985
+1305.5986
+1305.5987 Probability
+1305.5990 Probability
+1305.5992 Information Theory
+1305.6000 Statistics Theory
+1305.6002 Optimization and Control
+1305.6003 Networking and Internet Architecture
+1305.6004 Operator Algebras
+1305.6012 Information Theory
+1305.6024 Algebraic Geometry
+1305.6026 Digital Libraries
+1305.6034 Probability
+1305.6036 Probability
+1305.6037 Artificial Intelligence
+1305.6044
+1305.6045 Software Engineering
+1305.6046 Learning
+1305.6056 Optimization and Control
+1305.6057 Optimization and Control
+1305.6058 Dynamical Systems
+1305.6062 Astrophysics of Galaxies
+1305.6065 Logic
+1305.6067 Other Computer Science
+1305.6069 Functional Analysis
+1305.6071 Analysis of PDEs
+1305.6074 Formal Languages and Automata Theory
+1305.6079 High Energy Astrophysical Phenomena
+1305.6080 Logic
+1305.6084 Optics
+1305.6086
+1305.6091 Information Theory
+1305.6095 Data Structures and Algorithms
+1305.6104 Numerical Analysis
+1305.6106 Optimization and Control
+1305.6109 Materials Science
+1305.6110 Logic in Computer Science
+1305.6111 Logic in Computer Science
+1305.6112 Software Engineering
+1305.6113 Logic in Computer Science
+1305.6114 Software Engineering
+1305.6115 Logic in Computer Science
+1305.6118 Rings and Algebras
+1305.6123 Distributed, Parallel, and Cluster Computing
+1305.6124 Spectral Theory
+1305.6126 Information Theory
+1305.6128 Differential Geometry
+1305.6129 Learning
+1305.6130 Classical Analysis and ODEs
+1305.6139 Earth and Planetary Astrophysics
+1305.6147 Spectral Theory
+1305.6148 General Finance
+1305.6153 Phenomenology
+1305.6157 Analysis of PDEs
+1305.6158 Combinatorics
+1305.6164 Combinatorics
+1305.6166 Atomic Physics
+1305.6170 Optics
+1305.6177 Geometric Topology
+1305.6181
+1305.6184 Logic in Computer Science
+1305.6186 Algebraic Topology
+1305.6191 Experiment
+1305.6194 Superconductivity
+1305.6196 Combinatorics
+1305.6203 Distributed, Parallel, and Cluster Computing
+1305.6206 Logic
+1305.6209 Mesoscale and Nanoscale Physics
+1305.6213 Information Theory
+1305.6215 Information Theory
+1305.6219
+1305.6221 Probability
+1305.6222 Probability
+1305.6224 Classical Analysis and ODEs
+1305.6227 Theory
+1305.6229 Networking and Internet Architecture
+1305.6235 Functional Analysis
+1305.6236 Analysis of PDEs
+1305.6237 Number Theory
+1305.6238 Computation and Language
+1305.6239 Statistics Theory
+1305.6240 Mesoscale and Nanoscale Physics
+1305.6241 Number Theory
+1305.6242 Number Theory
+1305.6243 Astrophysics of Galaxies
+1305.6244
+1305.6248 Materials Science
+1305.6251 Analysis of PDEs
+1305.6258 Biological Physics
+1305.6265 Materials Science
+1305.6268 Algebraic Geometry
+1305.6274 Representation Theory
+1305.6278 Statistical Mechanics
+1305.6286 Operator Algebras
+1305.6287 Commutative Algebra
+1305.6289 Number Theory
+1305.6290 Analysis of PDEs
+1305.6294 Phenomenology
+1305.6295 Probability
+1305.6303 Analysis of PDEs
+1305.6304 Commutative Algebra
+astro-ph/0401360
+math/0105225 Representation Theory
+math/0412079 Number Theory
+0709.3006 Disordered Systems and Neural Networks
+0801.3220 Differential Geometry
+0803.2745 Algebraic Topology
+0803.3972 General Physics
+0807.1026
+0807.1035
+0809.3718
+0810.2131 Algebraic Topology
+0810.2393 Quantum Algebra
+0905.4614 Artificial Intelligence
+1003.3027 Chemical Physics
+1003.4865 Combinatorics
+1005.0658 Number Theory
+1006.2814 Combinatorics
+1006.4493 Strongly Correlated Electrons
+1007.2304 Phenomenology
+1007.3283 Combinatorics
+1009.1499 Metric Geometry
+1009.3360 Algebraic Geometry
+1010.2312 Optimization and Control
+1010.5580 Algebraic Geometry
+1011.4691 Analysis of PDEs
+1101.4156 Algebraic Geometry
+1101.4806 Number Theory
+1103.4187 Algebraic Topology
+1104.3205 Functional Analysis
+1105.0492 General Physics
+1105.1349 Dynamical Systems
+1106.2798 Cosmology and Nongalactic Astrophysics
+1106.3374 Geometric Topology
+1107.0834 Solar and Stellar Astrophysics
+1107.5638 Software Engineering
+1108.0133 Probability
+1108.2258
+1108.2263
+1108.5846 Complex Variables
+1109.4967 Rings and Algebras
+1109.6097 Phenomenology
+1110.0003 General Physics
+1110.0353 Strongly Correlated Electrons
+1110.2453 Spectral Theory
+1110.3006 Strongly Correlated Electrons
+1110.5959 Number Theory
+1111.3563 Statistics Theory
+1111.5291 Geometric Topology
+1111.6869 Disordered Systems and Neural Networks
+1112.4393 K-Theory and Homology
+1112.4911 Number Theory
+1201.1997 Information Theory
+1201.4437 General Physics
+1201.5503 Strongly Correlated Electrons
+1202.0005 Cosmology and Nongalactic Astrophysics
+1202.0628 Portfolio Management
+1202.2543 Operator Algebras
+1202.4053
+1203.3831
+1203.5852 Phenomenology
+1204.0322
+1204.1843 Analysis of PDEs
+1204.2347
+1204.5435
+1205.2579 Fluid Dynamics
+1205.3102 Optimization and Control
+1205.3263
+1205.3877
+1205.4548 Strongly Correlated Electrons
+1205.5926 Analysis of PDEs
+1206.0818
+1206.1899 Distributed, Parallel, and Cluster Computing
+1206.2869 Mesoscale and Nanoscale Physics
+1206.4571 Cosmology and Nongalactic Astrophysics
+1206.5897 Theory
+1206.6011
+1206.6012
+1206.6811 Information Theory
+1207.2292 Instrumentation and Detectors
+1207.3716 Quantum Gases
+1207.3852 Superconductivity
+1207.4068 Quantum Gases
+1207.5697 Differential Geometry
+1207.6007
+1207.6554
+1207.6667 Networking and Internet Architecture
+1207.7333 Differential Geometry
+1208.1007 Number Theory
+1208.1013 Statistical Mechanics
+1208.1349 Digital Libraries
+1208.1805 Combinatorics
+1208.2525
+1208.2616 Classical Analysis and ODEs
+1208.3124 Computational Geometry
+1208.4341 Optimization and Control
+1208.4677 Spectral Theory
+1208.4763
+1208.5147 Statistical Mechanics
+1208.6474 Phenomenology
+1209.0142 Chaotic Dynamics
+1209.2044 General Physics
+1209.2388 Learning
+1209.2424 Strongly Correlated Electrons
+1209.4490 Theory
+1209.4906 Theory
+1210.0249 Cosmology and Nongalactic Astrophysics
+1210.0498 Populations and Evolution
+1210.0667 Analysis of PDEs
+1210.1214 High Energy Astrophysical Phenomena
+1210.2205 Superconductivity
+1210.5943 Number Theory
+1210.7714 Spectral Theory
+1210.7954 Distributed, Parallel, and Cluster Computing
+1211.1616 Statistical Mechanics
+1211.1676 Strongly Correlated Electrons
+1211.3645 Differential Geometry
+1211.3658 Phenomenology
+1211.3868 Probability
+1211.4953 Functional Analysis
+1211.5390 Adaptation and Self-Organizing Systems
+1211.6592 Instrumentation and Methods for Astrophysics
+1212.0208
+1212.0397 Probability
+1212.0398 Probability
+1212.1094 Computational Geometry
+1212.1117 Populations and Evolution
+1212.1897 Phenomenology
+1212.2029
+1212.2063 Mesoscale and Nanoscale Physics
+1212.2231 Superconductivity
+1212.2233 Quantum Gases
+1212.2902 Artificial Intelligence
+1212.2934 Computational Physics
+1212.3842 Classical Analysis and ODEs
+1212.3880
+1212.4345 Theory
+1212.4451 Statistical Mechanics
+1212.4501
+1212.4731 Symbolic Computation
+1212.5779
+1212.5786 Probability
+1212.5916 Mesoscale and Nanoscale Physics
+1212.6548 Representation Theory
+1301.0427 Information Theory
+1301.1022
+1301.1033
+1301.2016
+1301.2038 Strongly Correlated Electrons
+1301.2159 Quantum Gases
+1301.2794 Statistical Mechanics
+1301.3169 Strongly Correlated Electrons
+1301.3763 Quantum Gases
+1301.4222 Strongly Correlated Electrons
+1301.4407 Disordered Systems and Neural Networks
+1301.6163 High Energy Astrophysical Phenomena
+1301.7198
+1301.7345 Information Theory
+1301.7653 Materials Science
+1302.0401
+1302.0516 Probability
+1302.1328 High Energy Astrophysical Phenomena
+1302.1864
+1302.2061 Differential Geometry
+1302.2340 Combinatorics
+1302.2808 Superconductivity
+1302.3372 Functional Analysis
+1302.3640
+1302.3656 Phenomenology
+1302.3741 Logic in Computer Science
+1302.4484 Optics
+1302.4603 Materials Science
+1302.5443 Dynamical Systems
+1302.5510 Cosmology and Nongalactic Astrophysics
+1302.5573 Symplectic Geometry
+1302.5592 Multiagent Systems
+1302.5709 Mesoscale and Nanoscale Physics
+1302.5756 Algebraic Topology
+1302.6938 Phenomenology
+1302.6955
+1303.0070 Information Theory
+1303.0094 Superconductivity
+1303.0114 High Energy Astrophysical Phenomena
+1303.0555 Cosmology and Nongalactic Astrophysics
+1303.1388 Quantum Gases
+1303.1895 Differential Geometry
+1303.2287 Theory
+1303.2979 Classical Analysis and ODEs
+1303.4733 Functional Analysis
+1303.4933 Atmospheric and Oceanic Physics
+1303.6787 Solar and Stellar Astrophysics
+1303.6865 Strongly Correlated Electrons
+1304.0279 Numerical Analysis
+1304.1274 Group Theory
+1304.1541 Cosmology and Nongalactic Astrophysics
+1304.1672 Artificial Intelligence
+1304.2267 Materials Science
+1304.2337 Cosmology and Nongalactic Astrophysics
+1304.2922 Statistical Mechanics
+1304.2981 Distributed, Parallel, and Cluster Computing
+1304.4127 Solar and Stellar Astrophysics
+1304.4339 Exactly Solvable and Integrable Systems
+1304.4472 Networking and Internet Architecture
+1304.4771
+1304.5128 Chemical Physics
+1304.5197 Programming Languages
+1304.5785 Symplectic Geometry
+1304.5823 Logic
+1304.5980 Soft Condensed Matter
+1304.6166
+1304.6553 Statistical Mechanics
+1304.7268 General Physics
+1304.7280 Instrumentation and Methods for Astrophysics
+1304.7282 Computation and Language
+1304.7286 Cosmology and Nongalactic Astrophysics
+1304.7288 Theory
+1304.7289 Computation and Language
+1304.7291 Functional Analysis
+1304.7292
+1304.7294 Networking and Internet Architecture
+1304.7297 History and Philosophy of Physics
+1304.7300 Digital Libraries
+1304.7308 Information Theory
+1304.7312 Symplectic Geometry
+1304.7313 Atmospheric and Oceanic Physics
+1304.7315 Optics
+1304.7318 Computational Geometry
+1304.7319
+1304.7320
+1304.7324 Multimedia
+1304.7330 General Finance
+1304.7339 Optics
+1304.7345 Software Engineering
+1304.7347
+1304.7350 Disordered Systems and Neural Networks
+1304.7356 Instrumentation and Detectors
+1304.7367 Combinatorics
+1304.7368
+1304.7373 Data Structures and Algorithms
+1304.7375 Information Theory
+1304.7376 Probability
+1304.7378 Group Theory
+1304.7380 Symbolic Computation
+1304.7383 Materials Science
+1304.7384 Classical Analysis and ODEs
+1304.7385 Optimization and Control
+1304.7386 Cryptography and Security
+1304.7387 Earth and Planetary Astrophysics
+1304.7391 Group Theory
+1304.7392 Information Theory
+1304.7393 Subcellular Processes
+1304.7397 Computational Engineering, Finance, and Science
+1304.7399 Computer Vision and Pattern Recognition
+1304.7401 Social and Information Networks
+1304.7402 Information Theory
+1304.7403 Data Structures and Algorithms
+1304.7405
+1304.7407 Materials Science
+1304.7412
+1304.7414 Analysis of PDEs
+1304.7415 Cosmology and Nongalactic Astrophysics
+1304.7416 Superconductivity
+1304.7418 Strongly Correlated Electrons
+1304.7429 Networking and Internet Architecture
+1304.7430 Differential Geometry
+1304.7434 Information Theory
+1304.7435 Information Theory
+1304.7436 Analysis of PDEs
+1304.7437 Accelerator Physics
+1304.7439
+1304.7441 Biomolecules
+1304.7443 Numerical Analysis
+1304.7449 Algebraic Topology
+1304.7451 Cryptography and Security
+1304.7453 Operator Algebras
+1304.7456 Data Structures and Algorithms
+1304.7465 Learning
+1304.7466 K-Theory and Homology
+1304.7484 Differential Geometry
+1304.7485 Mesoscale and Nanoscale Physics
+1304.7490 Representation Theory
+1304.7491 Rings and Algebras
+1304.7494
+1304.7496 Tissues and Organs
+1304.7500 Theory
+1304.7505 Data Structures and Algorithms
+1304.7507 Computation and Language
+1304.7508 Combinatorics
+1304.7512 Computational Geometry
+1304.7516 Emerging Technologies
+1304.7517 Information Theory
+1304.7518 Rings and Algebras
+1304.7519 Optics
+1304.7520 Probability
+1304.7523 Algebraic Geometry
+1304.7528 Learning
+1304.7530 Data Structures and Algorithms
+1304.7536 Analysis of PDEs
+1304.7541 Commutative Algebra
+1304.7542 Commutative Algebra
+1304.7543 Combinatorics
+1304.7544 Distributed, Parallel, and Cluster Computing
+1304.7547 Computers and Society
+1304.7548 Information Theory
+1304.7552 Information Theory
+1304.7558 Data Structures and Algorithms
+1304.7559 Phenomenology
+1304.7560 Mesoscale and Nanoscale Physics
+1304.7561 Geometric Topology
+1304.7562 Portfolio Management
+1304.7571 Data Structures and Algorithms
+1304.7574 Combinatorics
+1304.7576 Learning
+1304.7577 Learning
+1304.7578 Networking and Internet Architecture
+1304.7585 Quantum Algebra
+1304.7586 Popular Physics
+1304.7590 Logic in Computer Science
+1304.7593 Statistical Mechanics
+1304.7600 Programming Languages
+1304.7601 Dynamical Systems
+1304.7604 Data Structures and Algorithms
+1304.7605 Computers and Society
+1304.7610 Astrophysics of Galaxies
+1304.7615 Distributed, Parallel, and Cluster Computing
+1304.7616 Operator Algebras
+1304.7617 Operator Algebras
+1304.7619 Pattern Formation and Solitons
+1304.7621 Probability
+1304.7623
+1304.7627 Phenomenology
+1304.7630 Theory
+1304.7631 Mesoscale and Nanoscale Physics
+1304.7632 Data Structures and Algorithms
+1304.7634 Phenomenology
+1304.7639 Analysis of PDEs
+1304.7641 Disordered Systems and Neural Networks
+1304.7642 Computer Science and Game Theory
+1304.7643 Quantum Algebra
+1304.7647 Phenomenology
+1304.7652 Solar and Stellar Astrophysics
+1304.7654 Distributed, Parallel, and Cluster Computing
+1304.7659 Algebraic Geometry
+1304.7665 Optimization and Control
+1304.7669 Geometric Topology
+1304.7678 Statistics Theory
+1304.7680 Materials Science
+1304.7693 Data Structures and Algorithms
+1304.7694 Optimization and Control
+1304.7695 Experiment
+1304.7701 Medical Physics
+1304.7704 Quantum Gases
+1304.7705 Computational Complexity
+1304.7707 Rings and Algebras
+1304.7710 Systems and Control
+1304.7713 Computer Vision and Pattern Recognition
+1304.7714 Logic
+1304.7718 Computer Science and Game Theory
+1304.7726 Algebraic Geometry
+1304.7728 Computation and Language
+1304.7736 High Energy Astrophysical Phenomena
+1304.7745 Information Theory
+1304.7748 Optimization and Control
+1304.7749 Analysis of PDEs
+1304.7754 Materials Science
+1304.7759 Classical Analysis and ODEs
+cond-mat/0006188 Disordered Systems and Neural Networks
+cond-mat/0607789 Other Condensed Matter
+hep-th/0503040 Theory
+math/0012169 Combinatorics
+math/9712257 Combinatorics
+0906.3422 Representation Theory
+0912.2665 Differential Geometry
+0912.2895 Differential Geometry
+0912.3436 Differential Geometry
+1004.1558 Classical Analysis and ODEs
+1005.2720 Probability
+1006.1338 Probability
+1006.1587 Discrete Mathematics
+1007.4667 Cosmology and Nongalactic Astrophysics
+1009.2687
+1011.2283 Probability
+1011.4592 Probability
+1102.2741 Mesoscale and Nanoscale Physics
+1103.2928
+1103.4817 Group Theory
+1106.4057 Combinatorics
+1106.5637 Probability
+1107.5701 Analysis of PDEs
+1108.2828 Numerical Analysis
+1109.1850
+1109.2501
+1109.5142 Analysis of PDEs
+1109.5987
+1110.6084 Statistics Theory
+1112.1588 Quantum Algebra
+1112.2432 Statistics Theory
+1112.5223 Combinatorics
+1201.2423 Experiment
+1202.3311 Data Structures and Algorithms
+1202.3817
+1202.5148
+1203.5116
+1204.1685 Statistics Theory
+1204.4559 Neurons and Cognition
+1205.0460
+1205.1026 Theory
+1205.3377 Theory
+1206.1137 Probability
+1206.2111 Computer Science and Game Theory
+1206.2536
+1207.0589
+1207.3571 Optics
+1207.4607 Data Structures and Algorithms
+1208.0032 Phenomenology
+1208.6195 Dynamical Systems
+1209.2022 Quantum Algebra
+1209.3083 Biomolecules
+1209.3276
+1209.5350 Machine Learning
+1209.5604 Probability
+1210.0680
+1210.3665 Mesoscale and Nanoscale Physics
+1210.5078 Theory
+1210.7548 Phenomenology
+1210.8342
+1212.0088 Mesoscale and Nanoscale Physics
+1212.0734
+1212.2623
+1301.4023 Probability
+1301.6440 Theory
+1302.0697 Theory
+1302.0989 Theory
+1302.2105 Theory
+1302.3304 Quantum Gases
+1302.6421 Logic in Computer Science
+1302.6512 Mesoscale and Nanoscale Physics
+1302.7297 Theory
+1303.0049 Cosmology and Nongalactic Astrophysics
+1303.1020 Accelerator Physics
+1303.1053 High Energy Astrophysical Phenomena
+1303.1420 Software Engineering
+1303.3215
+1303.3308 Chemical Physics
+1303.3550
+1303.6987 Strongly Correlated Electrons
+1304.1428 Information Theory
+1304.5210 Disordered Systems and Neural Networks
+1304.5361 Optics
+1304.5570 High Energy Astrophysical Phenomena
+1305.0758 Molecular Networks
+1305.1498 Theory
+1305.2211 Earth and Planetary Astrophysics
+1305.2748 Instrumentation and Detectors
+1305.3445 Methodology
+1305.4551 Experiment
+1305.4809
+1305.5329 K-Theory and Homology
+1305.5387
+1305.5410 Theory
+1305.5422 Instrumentation and Methods for Astrophysics
+1305.5425 Instrumentation and Methods for Astrophysics
+1305.5429 Probability
+1305.5531 Rings and Algebras
+1305.5543 Solar and Stellar Astrophysics
+1305.5545 Combinatorics
+1305.5551 Data Structures and Algorithms
+1305.5564 Phenomenology
+1305.5565 Number Theory
+1305.5568 Probability
+1305.5575 Pricing of Securities
+1305.5581 Biomolecules
+1305.5582 Mesoscale and Nanoscale Physics
+1305.5583
+1305.5585 Information Theory
+1305.5586 Instrumentation and Methods for Astrophysics
+1305.5587 Earth and Planetary Astrophysics
+1305.5588 Networking and Internet Architecture
+1305.5589 Mesoscale and Nanoscale Physics
+1305.5592 Information Theory
+1305.5593 Solar and Stellar Astrophysics
+1305.5594 Methodology
+1305.5602 Solar and Stellar Astrophysics
+1305.5604 Solar and Stellar Astrophysics
+1305.5605
+1305.5606 Solar and Stellar Astrophysics
+1305.5607 Numerical Analysis
+1305.5608 Distributed, Parallel, and Cluster Computing
+1305.5609 Commutative Algebra
+1305.5610 Artificial Intelligence
+1305.5615 Computational Physics
+1305.5617 Data Structures and Algorithms
+1305.5618 Statistics Theory
+1305.5619 Spectral Theory
+1305.5622 Combinatorics
+1305.5626 Information Theory
+1305.5634 Software Engineering
+1305.5637 Artificial Intelligence
+1305.5639 Instrumentation and Methods for Astrophysics
+1305.5646 Statistics Theory
+1305.5650 Other Quantitative Biology
+1305.5652 History and Philosophy of Physics
+1305.5653 Databases
+1305.5661 Algebraic Geometry
+1305.5663 Rings and Algebras
+1305.5665 Artificial Intelligence
+1305.5666 Probability
+1305.5667 Phenomenology
+1305.5669 Classical Analysis and ODEs
+1305.5671 Phenomenology
+1305.5673 Statistics Theory
+1305.5682 Applications
+1305.5683 Instrumentation and Methods for Astrophysics
+1305.5687 Chaotic Dynamics
+1305.5688 Functional Analysis
+1305.5692 Combinatorics
+1305.5695 Applications
+1305.5698 Mesoscale and Nanoscale Physics
+1305.5699
+1305.5703 Computers and Society
+1305.5704 Phenomenology
+1305.5708
+1305.5709 Cosmology and Nongalactic Astrophysics
+1305.5710 Mathematical Software
+1305.5712 Methodology
+1305.5713 Computational Complexity
+1305.5715 Phenomenology
+1305.5717 Strongly Correlated Electrons
+1305.5720 Cosmology and Nongalactic Astrophysics
+1305.5722 Algebraic Geometry
+1305.5723 Soft Condensed Matter
+1305.5724 Digital Libraries
+1305.5725 Probability
+1305.5728 Computer Vision and Pattern Recognition
+1305.5731 Other Condensed Matter
+1305.5732 Other Condensed Matter
+1305.5734 Machine Learning
+1305.5737 Numerical Analysis
+1305.5744
+1305.5746
+1305.5747 Probability
+1305.5749
+1305.5754 Materials Science
+1305.5755 Analysis of PDEs
+1305.5756 Computer Vision and Pattern Recognition
+1305.5757 Data Structures and Algorithms
+1305.5758 Lattice
+1305.5760 Classical Physics
+1305.5764 Information Theory
+1305.5766 Accelerator Physics
+1305.5774 Strongly Correlated Electrons
+1305.5778 Group Theory
+1305.5781 Complex Variables
+1305.5782 Machine Learning
+1305.5783 Logic
+1305.5785 Computation and Language
+1305.5794 Optimization and Control
+1305.5800 Distributed, Parallel, and Cluster Computing
+1305.5802 Analysis of PDEs
+1305.5803 Molecular Networks
+1305.5805 Rings and Algebras
+1305.5810 Optimization and Control
+1305.5811 Combinatorics
+1305.5820 Logic in Computer Science
+1305.5821 Materials Science
+1305.5823 Data Structures and Algorithms
+1305.5824 Databases
+1305.5826 Machine Learning
+1305.5827 Information Retrieval
+1305.5829 Numerical Analysis
+1305.5831
+1305.5837
+math/0304064 Category Theory
+0810.3063 Algebraic Topology
+0905.4895 Strongly Correlated Electrons
+0911.4387 Functional Analysis
+0912.1414 Number Theory
+1001.4243 Earth and Planetary Astrophysics
+1005.3251 Category Theory
+1005.3927 Metric Geometry
+1005.5273 Symbolic Computation
+1006.0223 Algebraic Geometry
+1007.1081 Algebraic Geometry
+1009.3067 Mesoscale and Nanoscale Physics
+1009.5530 Differential Geometry
+1010.1132 Classical Analysis and ODEs
+1010.2630 Metric Geometry
+1010.4699
+1101.2069 Differential Geometry
+1102.3240 Category Theory
+1102.3615 Logic in Computer Science
+1103.1623 General Topology
+1104.0221 Probability
+1104.5148 Strongly Correlated Electrons
+1105.1275 Cell Behavior
+1105.3196 Strongly Correlated Electrons
+1106.4598
+1107.2063 Theory
+1107.4274 Strongly Correlated Electrons
+1107.5270 Statistical Mechanics
+1108.0063 Dynamical Systems
+1108.1524 Number Theory
+1108.2965 Differential Geometry
+1108.4294 Differential Geometry
+1109.0908 Information Theory
+1109.1739 Differential Geometry
+1109.4147
+1109.5582
+1109.6239 Methodology
+1110.0162 Combinatorics
+1110.1499 Phenomenology
+1110.1980 Computer Science and Game Theory
+1111.0317 Methodology
+1111.2219 Space Physics
+1111.3921
+1111.4076 Mesoscale and Nanoscale Physics
+1112.3045 Strongly Correlated Electrons
+1112.4310 Statistics Theory
+1201.1415 Soft Condensed Matter
+1201.3266 Algebraic Geometry
+1202.3020 Strongly Correlated Electrons
+1202.5411 Probability
+1203.0932 Strongly Correlated Electrons
+1203.3029 Rings and Algebras
+1203.5080 Strongly Correlated Electrons
+1204.2871
+1204.5019 Mesoscale and Nanoscale Physics
+1205.2052 Chemical Physics
+1205.3240
+1205.3907 Number Theory
+1206.0125 Lattice
+1206.1584 Functional Analysis
+1206.2793 Phenomenology
+1206.4491 Theory
+1206.5211 Strongly Correlated Electrons
+1206.6775 Theory
+1206.6990 Analysis of PDEs
+1206.7021 Differential Geometry
+1207.1478 Populations and Evolution
+1207.3054 Theory
+1207.4726 Combinatorics
+1207.5429 Quantum Gases
+1207.6034 Functional Analysis
+1207.6149 Statistical Mechanics
+1207.6608 Strongly Correlated Electrons
+1207.7081 Mesoscale and Nanoscale Physics
+1208.1693 High Energy Astrophysical Phenomena
+1208.3203
+1208.3595 Phenomenology
+1208.4247 Numerical Analysis
+1208.4727 Strongly Correlated Electrons
+1208.5701 Strongly Correlated Electrons
+1208.5924 Phenomenology
+1209.0767 Cosmology and Nongalactic Astrophysics
+1209.0775 Cosmology and Nongalactic Astrophysics
+1209.1643 Strongly Correlated Electrons
+1209.1658 Analysis of PDEs
+1209.3044 Computational Physics
+1209.3327 Mesoscale and Nanoscale Physics
+1209.4684 Data Analysis, Statistics and Probability
+1209.4752 Computational Physics
+1209.4804 Theory
+1210.0402 Optimization and Control
+1210.0686 Statistics Theory
+1210.1126 Solar and Stellar Astrophysics
+1210.1426 Quantum Gases
+1210.1443
+1210.1842
+1210.2039 Logic in Computer Science
+1210.2879 Statistics Theory
+1210.4727 Earth and Planetary Astrophysics
+1210.5373
+1210.7603 Representation Theory
+1210.7746 Materials Science
+1210.7806 Phenomenology
+1210.7907
+1211.0901 Differential Geometry
+1211.1643 Systems and Control
+1211.1763 Soft Condensed Matter
+1211.2848
+1211.4171 Differential Geometry
+1211.4893 Physics Education
+1211.6433 Solar and Stellar Astrophysics
+1211.7098 Cosmology and Nongalactic Astrophysics
+1211.7291 Differential Geometry
+1212.1546 Superconductivity
+1212.3252 Soft Condensed Matter
+1212.3446 Instrumentation and Methods for Astrophysics
+1212.4719 Theory
+1212.6303 Hardware Architecture
+1212.6846 Data Structures and Algorithms
+1301.0241 Functional Analysis
+1301.0443 Accelerator Physics
+1301.1326 Solar and Stellar Astrophysics
+1301.2061 Probability
+1301.2252 Computer Vision and Pattern Recognition
+1301.2253 Data Structures and Algorithms
+1301.2254 Artificial Intelligence
+1301.2255 Artificial Intelligence
+1301.2256 Artificial Intelligence
+1301.2257 Artificial Intelligence
+1301.2258 Artificial Intelligence
+1301.2259 Artificial Intelligence
+1301.2260 Artificial Intelligence
+1301.2261 Methodology
+1301.2262 Artificial Intelligence
+1301.2263 Artificial Intelligence
+1301.2264 Artificial Intelligence
+1301.2265 Artificial Intelligence
+1301.2266 Learning
+1301.2267 Artificial Intelligence
+1301.2268 Artificial Intelligence
+1301.2269 Learning
+1301.2270 Learning
+1301.2271 Artificial Intelligence
+1301.2272 Artificial Intelligence
+1301.2273 Artificial Intelligence
+1301.2274 Artificial Intelligence
+1301.2275 Artificial Intelligence
+1301.2276 Computer Science and Game Theory
+1301.2277 Artificial Intelligence
+1301.2278 Learning
+1301.2279 Artificial Intelligence
+1301.2280 Learning
+1301.2282 Artificial Intelligence
+1301.2283 Learning
+1301.2284 Learning
+1301.2285 Artificial Intelligence
+1301.2286 Learning
+1301.2287 Artificial Intelligence
+1301.2288 Artificial Intelligence
+1301.2289 Artificial Intelligence
+1301.2290 Artificial Intelligence
+1301.2291 Artificial Intelligence
+1301.2292 Artificial Intelligence
+1301.2293 Artificial Intelligence
+1301.2294 Artificial Intelligence
+1301.2295 Artificial Intelligence
+1301.2296 Artificial Intelligence
+1301.2297 Artificial Intelligence
+1301.2298 Artificial Intelligence
+1301.2299 Artificial Intelligence
+1301.2300 Artificial Intelligence
+1301.2301 Artificial Intelligence
+1301.2302 Artificial Intelligence
+1301.2303 Information Retrieval
+1301.2304 Artificial Intelligence
+1301.2305 Artificial Intelligence
+1301.2306 Artificial Intelligence
+1301.2307 Artificial Intelligence
+1301.2308 Artificial Intelligence
+1301.2309 Information Retrieval
+1301.2310 Artificial Intelligence
+1301.2311 Learning
+1301.2312 Artificial Intelligence
+1301.2313 Artificial Intelligence
+1301.2314 Artificial Intelligence
+1301.2315 Learning
+1301.2316 Learning
+1301.2317 Artificial Intelligence
+1301.2318 Learning
+1301.2319 Artificial Intelligence
+1301.2320 Information Retrieval
+1301.2335 Cryptography and Security
+1301.2338 Solar and Stellar Astrophysics
+1301.2341 Group Theory
+1301.2343 Artificial Intelligence
+1301.2345 Phenomenology
+1301.2346 Analysis of PDEs
+1301.2349 Soft Condensed Matter
+1301.2351 Computer Vision and Pattern Recognition
+1301.2353 Analysis of PDEs
+1301.2355 Group Theory
+1301.2356 Dynamical Systems
+1301.2357
+1301.2362 Databases
+1301.2366 Molecular Networks
+1301.2367 Numerical Analysis
+1301.2368 Software Engineering
+1301.2371 Analysis of PDEs
+1301.2373 Lattice
+1301.2375 Databases
+1301.2377 Statistical Mechanics
+1301.2378 Databases
+1301.2379 Chemical Physics
+1301.2380 Superconductivity
+1301.2390 Data Structures and Algorithms
+1301.2392 Materials Science
+1301.2393 Classical Physics
+1301.2399 Applications
+1301.2402 Instrumentation and Detectors
+1301.2408 Mesoscale and Nanoscale Physics
+1301.2409 Mesoscale and Nanoscale Physics
+1301.2410 Applications
+1301.2411 Applications
+1301.2414 Space Physics
+1301.2415 Space Physics
+1301.2418 Commutative Algebra
+1301.2419 Commutative Algebra
+1301.2420 Applications
+1301.2422 Mesoscale and Nanoscale Physics
+1301.2425 Analysis of PDEs
+1301.2426 Exactly Solvable and Integrable Systems
+1301.2429 Applications
+1301.2430
+1301.2435 Applications
+1301.2436 Astrophysics of Galaxies
+1301.2439 Algebraic Geometry
+1301.2443 Software Engineering
+1301.2445 Combinatorics
+1301.2447 Software Engineering
+1301.2448 Phenomenology
+1301.2450 Optimization and Control
+1301.2456 Combinatorics
+1301.2457 Optimization and Control
+1301.2459 Applications
+1301.2462 Experiment
+1301.2464 Physics and Society
+1301.2466 Computation and Language
+1301.2467 Applications
+1301.2472 Mesoscale and Nanoscale Physics
+1301.2473 Applications
+1301.2475 Solar and Stellar Astrophysics
+1301.2478 General Physics
+1301.2480 Theory
+1301.2481 Numerical Analysis
+1301.2482 Optics
+1301.2483 Differential Geometry
+1301.2486 Symbolic Computation
+1301.2490 Applications
+1301.2494 Instrumentation and Detectors
+1301.2495 Data Structures and Algorithms
+1301.2496 Solar and Stellar Astrophysics
+1301.2497 Information Theory
+1301.2499 Solar and Stellar Astrophysics
+1301.2501
+1301.2502 Probability
+1301.2503 Applications
+1301.2505 Phenomenology
+1301.2506 Data Structures and Algorithms
+1301.2510 Theory
+1301.2511 Algebraic Topology
+1301.2515
+1301.2520 Quantitative Methods
+1301.2521 Experiment
+1301.2524 Differential Geometry
+1301.2527 Probability
+1301.2528 Molecular Networks
+1301.2532 Number Theory
+1301.2533 Computer Science and Game Theory
+1301.2535 Statistical Finance
+1301.2540
+1301.2542 Computer Vision and Pattern Recognition
+1301.2544 Mesoscale and Nanoscale Physics
+1301.2547 Dynamical Systems
+1301.2558 Algebraic Geometry
+1301.2561 Social and Information Networks
+1301.2567 Optimization and Control
+1301.2571
+1301.2572 Mesoscale and Nanoscale Physics
+1301.2573 Analysis of PDEs
+1301.2575 Solar and Stellar Astrophysics
+1301.2579 Differential Geometry
+1301.2584 Classical Analysis and ODEs
+1301.2585
+1301.2594 Mesoscale and Nanoscale Physics
+math-ph/0212031
+quant-ph/0304042
+0710.5885 Representation Theory
+0711.3879 Number Theory
+0803.0148 Algebraic Geometry
+0811.2783 Analysis of PDEs
+0902.2349 Representation Theory
+0904.4854 Combinatorics
+0905.4014
+0911.2059 Algebraic Geometry
+0912.2829 Number Theory
+0912.3362 Portfolio Management
+1003.4704 Representation Theory
+1006.3474 Combinatorics
+1007.3641 Materials Science
+1010.5227
+1011.3323 Combinatorics
+1101.3538 Materials Science
+1101.5067 Combinatorics
+1101.5071 Combinatorics
+1103.4602
+1104.4990 Solar and Stellar Astrophysics
+1104.5049 Cosmology and Nongalactic Astrophysics
+1105.0010 Classical Analysis and ODEs
+1105.0545 Distributed, Parallel, and Cluster Computing
+1105.5971 Superconductivity
+1106.2081 Analysis of PDEs
+1106.2901
+1107.1657 Quantum Algebra
+1108.4906
+1109.3638 Strongly Correlated Electrons
+1110.4576 Superconductivity
+1110.5899
+1111.1041 Information Theory
+1111.2465 Dynamical Systems
+1111.3795 Probability
+1111.5266
+1111.6633 Portfolio Management
+1112.3507 Computational Physics
+1201.3738 Dynamical Systems
+1202.4463 Astrophysics of Galaxies
+1203.1072 Optimization and Control
+1203.3282 Information Theory
+1203.5034 Theory
+1203.5063 Operator Algebras
+1204.3085 Mesoscale and Nanoscale Physics
+1204.4471 Strongly Correlated Electrons
+1204.4844
+1204.6253
+1205.1379
+1205.3034
+1205.3396 Probability
+1205.3494 Cosmology and Nongalactic Astrophysics
+1205.4097 Applications
+1205.4588 Portfolio Management
+1205.6830 Operator Algebras
+1206.0234
+1206.0237 Quantum Gases
+1206.1736 Mesoscale and Nanoscale Physics
+1206.2156
+1206.2515 Superconductivity
+1206.2685 Strongly Correlated Electrons
+1206.4579 Superconductivity
+1206.4716 Dynamical Systems
+1207.0432 Combinatorics
+1207.1286 Cosmology and Nongalactic Astrophysics
+1207.1870 Cosmology and Nongalactic Astrophysics
+1207.2717 Materials Science
+1207.2788 Physics and Society
+1208.1005
+1208.1823 Statistics Theory
+1208.3257 Materials Science
+1208.3422 Machine Learning
+1208.4040
+1208.4125 Combinatorics
+1208.4201
+1208.5255 Phenomenology
+1208.5307 Superconductivity
+1208.5605
+1208.6207 Superconductivity
+1208.6550 Commutative Algebra
+1209.1028 Physics and Society
+1209.2263 Mesoscale and Nanoscale Physics
+1209.4387 Optimization and Control
+1209.4840
+1209.6246 Atomic and Molecular Clusters
+1210.0439 Cosmology and Nongalactic Astrophysics
+1210.1521 Cosmology and Nongalactic Astrophysics
+1210.2569
+1210.3243 Cosmology and Nongalactic Astrophysics
+1210.4931 Cosmology and Nongalactic Astrophysics
+1210.5982 Superconductivity
+1210.7314 Earth and Planetary Astrophysics
+1210.7425 Optimization and Control
+1210.7946 Phenomenology
+1211.0539 Mesoscale and Nanoscale Physics
+1211.1963
+1211.2168 Cosmology and Nongalactic Astrophysics
+1211.3062
+1211.3292 Statistics Theory
+1211.3772
+1211.4119 Statistical Mechanics
+1211.5149 Solar and Stellar Astrophysics
+1212.0447 Genomics
+1212.2916 Combinatorics
+1212.3645
+1212.5832 Representation Theory
+1212.5937 Combinatorics
+1212.6642 Algebraic Geometry
+1212.6793 Exactly Solvable and Integrable Systems
+1301.0393 Combinatorics
+1301.0711 Plasma Physics
+1301.0768 Statistics Theory
+1301.1058 Numerical Analysis
+1301.1194 Phenomenology
+1301.1222 Accelerator Physics
+1301.1306 Differential Geometry
+1301.1332 Databases
+1301.1336 Numerical Analysis
+1301.1339 Astrophysics of Galaxies
+1301.1351 Solar and Stellar Astrophysics
+1301.1353 Quantum Gases
+1301.1354 Atomic Physics
+1301.1356 Combinatorics
+1301.1358
+1301.1360 Probability
+1301.1364 General Physics
+1301.1366 Functional Analysis
+1301.1373 Information Theory
+1301.1374 Computer Vision and Pattern Recognition
+1301.1383 Phenomenology
+1301.1384 Phenomenology
+1301.1385 Artificial Intelligence
+1301.1386 Programming Languages
+1301.1387 Artificial Intelligence
+1301.1388 Artificial Intelligence
+1301.1389 Artificial Intelligence
+1301.1390 Logic in Computer Science
+1301.1392 Artificial Intelligence
+1301.1393 Logic in Computer Science
+1301.1394 Logic in Computer Science
+1301.1395 Logic in Computer Science
+1301.1396
+1301.1398 Geometric Topology
+1301.1401 Number Theory
+1301.1404 Group Theory
+1301.1408 Combinatorics
+1301.1410 Phenomenology
+1301.1412
+1301.1413 Instrumentation and Methods for Astrophysics
+1301.1420 Computer Science and Game Theory
+1301.1424 Number Theory
+1301.1426 Populations and Evolution
+1301.1428 Applications
+1301.1429 Physics and Society
+1301.1431 Mesoscale and Nanoscale Physics
+1301.1433 Materials Science
+1301.1434 Number Theory
+1301.1445 Analysis of PDEs
+1301.1446 Applications
+1301.1452 Combinatorics
+1301.1453 Group Theory
+1301.1456 Analysis of PDEs
+1301.1457 Phenomenology
+1301.1460 Pattern Formation and Solitons
+1301.1463 Applications
+1301.1464 Data Analysis, Statistics and Probability
+1301.1466 Probability
+1301.1471 Risk Management
+1301.1473 Optics
+1301.1474 Cosmology and Nongalactic Astrophysics
+1301.1479
+1301.1481 Probability
+1301.1490 Analysis of PDEs
+1301.1492 Solar and Stellar Astrophysics
+1301.1493 Discrete Mathematics
+1301.1494 Experiment
+1301.1497 Solar and Stellar Astrophysics
+1301.1499 Probability
+1301.1502 Artificial Intelligence
+1301.1503 Disordered Systems and Neural Networks
+1301.1505 Methodology
+1301.1509
+1301.1510 Earth and Planetary Astrophysics
+1301.1514 Formal Languages and Automata Theory
+1301.1517 Data Structures and Algorithms
+1301.1522 Analysis of PDEs
+1301.1525 Applications
+1301.1527 Applications
+1301.1528 Data Analysis, Statistics and Probability
+1301.1530 Applications
+1301.1533 Dynamical Systems
+1301.1534 Social and Information Networks
+1301.1543 Differential Geometry
+1301.1545 Solar and Stellar Astrophysics
+1301.1546
+1301.1549 Information Theory
+1301.1551 Computer Vision and Pattern Recognition
+1301.1556 Theory
+1301.1558 Analysis of PDEs
+1301.1562 Solar and Stellar Astrophysics
+1301.1563 Digital Libraries
+1301.1569 Populations and Evolution
+1301.1571 Statistical Mechanics
+1301.1572 Algebraic Topology
+1301.1575 Databases
+1301.1577
+1301.1578 Cryptography and Security
+1301.1580 Differential Geometry
+1301.1581
+1301.1584 Numerical Analysis
+1301.1585 Dynamical Systems
+1301.1586 Statistical Mechanics
+1301.1590 Biomolecules
+1301.1593 Biomolecules
+1301.1596 Fluid Dynamics
+1301.1603 Phenomenology
+1301.1604 Combinatorics
+1301.1608 Biomolecules
+1301.1610 Mesoscale and Nanoscale Physics
+1301.1611 Complex Variables
+1301.1614 Materials Science
+1301.1616 Strongly Correlated Electrons
+1301.1617 Materials Science
+1301.1622 Differential Geometry
+1301.1623 Materials Science
+1301.1629 Logic in Computer Science
+1301.1633 Materials Science
+1301.1636 General Physics
+1301.1638 Formal Languages and Automata Theory
+1301.1647 General Physics
+1301.1650 Computation
+1301.1656 Popular Physics
+1301.1657 Biomolecules
+1301.1660 High Energy Astrophysical Phenomena
+1301.1664 Probability
+1301.1671 Computer Vision and Pattern Recognition
+astro-ph/0503296
+cond-mat/0009430 Materials Science
+cond-mat/0408256 Disordered Systems and Neural Networks
+math/0411179 Differential Geometry
+math/0609029 Representation Theory
+1308.1017 General Physics
+0801.2800 Applications
+0802.1684
+0807.0053 Methodology
+0903.3302 Group Theory
+0903.5492 Materials Science
+0910.1377
+0912.3759 Cosmology and Nongalactic Astrophysics
+0912.3769 Cosmology and Nongalactic Astrophysics
+1001.1538 Geometric Topology
+1002.1375 Strongly Correlated Electrons
+1006.1002 Number Theory
+1006.2599 Group Theory
+1010.5647 Classical Analysis and ODEs
+1012.3691 Strongly Correlated Electrons
+1104.3071 Metric Geometry
+1105.2079 Materials Science
+1106.0983 K-Theory and Homology
+1106.2790 Statistics Theory
+1106.6293 Materials Science
+1108.3954 Optics
+1109.2077
+1109.4622 Combinatorics
+1110.0367 Distributed, Parallel, and Cluster Computing
+1110.2942 Dynamical Systems
+1110.5332
+1111.3549 Analysis of PDEs
+1111.3882
+1112.0040 Algebraic Topology
+1112.2216 Combinatorics
+1112.6069 Operator Algebras
+1201.4512 Combinatorics
+1201.6675 Distributed, Parallel, and Cluster Computing
+1202.6233 Materials Science
+1204.2576 Phenomenology
+1204.5448 Algebraic Geometry
+1205.2051 Distributed, Parallel, and Cluster Computing
+1205.3294
+1205.4605 Distributed, Parallel, and Cluster Computing
+1207.2587 Mesoscale and Nanoscale Physics
+1207.4330 Dynamical Systems
+1207.5111 Classical Analysis and ODEs
+1207.6558
+1208.0181 Superconductivity
+1208.1936 Geometric Topology
+1208.2703 Geometric Topology
+1209.0059 Symplectic Geometry
+1209.0605 Materials Science
+1209.1415 Numerical Analysis
+1209.4429
+1209.5557 Combinatorics
+1210.6943 Geometric Topology
+1211.0079
+1211.1313 Dynamical Systems
+1211.2370 Phenomenology
+1211.4536
+1211.6355 Commutative Algebra
+1212.0248
+1212.0269 Algebraic Geometry
+1212.0655 Algebraic Topology
+1212.1302 Probability
+1212.2568 Cosmology and Nongalactic Astrophysics
+1212.4016 Data Structures and Algorithms
+1212.4475
+1212.5931 Lattice
+1212.6561 Optimization and Control
+1301.0122
+1301.0672 Probability
+1301.0983 Cosmology and Nongalactic Astrophysics
+1301.4150 Optics
+1301.4441
+1301.4613 Exactly Solvable and Integrable Systems
+1301.4695 Classical Physics
+1301.4897 Operator Algebras
+1301.4927
+1301.5948 Genomics
+1302.2570 Distributed, Parallel, and Cluster Computing
+1302.2792 Differential Geometry
+1302.5453
+1302.6381
+1302.7149 Methodology
+1302.7165
+1303.0053 Combinatorics
+1303.0530 High Energy Astrophysical Phenomena
+1303.0753 Theory
+1303.3032 Algebraic Geometry
+1303.4024 Superconductivity
+1303.4041 Optics
+1303.6058 Cosmology and Nongalactic Astrophysics
+1303.7184 Functional Analysis
+1304.1403 Functional Analysis
+1304.2418 Artificial Intelligence
+1304.2693 Representation Theory
+1304.3697 Mesoscale and Nanoscale Physics
+1304.4213 Mesoscale and Nanoscale Physics
+1304.4938 Strongly Correlated Electrons
+1304.6793 Commutative Algebra
+1304.7285 Databases
+1304.7592 Strongly Correlated Electrons
+1304.8036 Probability
+1305.1859 Optimization and Control
+1305.2304 Functional Analysis
+1305.3092 Symplectic Geometry
+1305.6029 Strongly Correlated Electrons
+1305.7026
+1305.7388 Statistics Theory
+1306.0636 Numerical Analysis
+1306.0925
+1306.1221 Other Condensed Matter
+1306.2666 Strongly Correlated Electrons
+1306.3082 Combinatorics
+1306.3366
+1306.3424 Chemical Physics
+1306.4810 Analysis of PDEs
+1306.5290 Mesoscale and Nanoscale Physics
+1306.6290 Functional Analysis
+1306.6342 Phenomenology
+1306.6343 Mesoscale and Nanoscale Physics
+1306.6750 Astrophysics of Galaxies
+1307.1841 Spectral Theory
+1307.3625 Social and Information Networks
+1307.3811 Multimedia
+1307.4647 Optics
+1307.4774 Atomic Physics
+1307.6592 Strongly Correlated Electrons
+1307.6793
+1307.6850 Theory
+1307.8098 Phenomenology
+1308.0324 Combinatorics
+1308.0803
+1308.1410 Superconductivity
+1308.2215 Superconductivity
+1308.2660
+1308.3286 Complex Variables
+1308.5005
+1309.0729 Materials Science
+1309.1170 Mesoscale and Nanoscale Physics
+1309.1470 Strongly Correlated Electrons
+1309.3036 Theory
+1309.3050 Theory
+1309.3417 Atomic Physics
+1309.3739 Group Theory
+1309.3819
+1309.4137 Strongly Correlated Electrons
+1309.4635
+1309.4709 Optimization and Control
+1309.6594 Phenomenology
+1309.7222 Risk Management
+1310.0186 Algebraic Geometry
+1310.0427 Earth and Planetary Astrophysics
+1310.0792 Materials Science
+1310.1607 Statistics Theory
+1310.1925 Theory
+1310.2910 Disordered Systems and Neural Networks
+1310.4961 Strongly Correlated Electrons
+1310.5098 Solar and Stellar Astrophysics
+1310.5273 Atmospheric and Oceanic Physics
+1310.5437 Differential Geometry
+1310.5951 Methodology
+1310.6271 Discrete Mathematics
+1310.6635 Networking and Internet Architecture
+1310.7643 Statistics Theory
+1310.7829 Databases
+1311.1447 Soft Condensed Matter
+1311.1449 Differential Geometry
+1311.1874 Complex Variables
+1311.2844 Combinatorics
+1311.4413 Phenomenology
+1311.4519 Theory
+1311.4641
+1311.5990 Biological Physics
+1311.6004
+1312.0413 Rings and Algebras
+1312.0734
+1312.1313 Numerical Analysis
+1312.1674 Computational Complexity
+1312.1853 Number Theory
+1312.2595 Astrophysics of Galaxies
+1312.3033 Materials Science
+1312.3069 Combinatorics
+1312.3626 Logic
+1312.3744 Functional Analysis
+1312.4119 Dynamical Systems
+1312.4222 Symplectic Geometry
+1312.4552 Robotics
+1312.4641
+1312.4740 Computer Vision and Pattern Recognition
+1312.4851 Computers and Society
+1312.4870 Statistical Mechanics
+1312.5272 Experiment
+1312.5283 Number Theory
+1312.5497 Phenomenology
+1312.5674
+1312.5906 Complex Variables
+1312.5988 Analysis of PDEs
+1312.6102 Statistics Theory
+1312.6118 Mesoscale and Nanoscale Physics
+1312.6119 Systems and Control
+1312.6122 Physics and Society
+1312.6125 Theory
+1312.6130 Artificial Intelligence
+1312.6134 Artificial Intelligence
+1312.6138 Artificial Intelligence
+1312.6140 Artificial Intelligence
+1312.6143 Artificial Intelligence
+1312.6146 Artificial Intelligence
+1312.6147 Dynamical Systems
+1312.6149 Artificial Intelligence
+1312.6150 Computer Vision and Pattern Recognition
+1312.6151 Artificial Intelligence
+1312.6156 Artificial Intelligence
+1312.6159 Computer Vision and Pattern Recognition
+1312.6160
+1312.6162 Combinatorics
+1312.6164
+1312.6170 Distributed, Parallel, and Cluster Computing
+1312.6175 Classical Analysis and ODEs
+1312.6180 Learning
+1312.6182 Mathematical Software
+1312.6185 Populations and Evolution
+1312.6186 Computer Vision and Pattern Recognition
+1312.6193 Classical Analysis and ODEs
+1312.6196 Theory
+1312.6198 Logic
+1312.6200
+1312.6201 Software Engineering
+1312.6218 Number Theory
+1312.6221 Optics
+1312.6228 Experiment
+1312.6231 Fluid Dynamics
+1312.6233 Analysis of PDEs
+1312.6235 Analysis of PDEs
+1312.6237 Tissues and Organs
+1312.6241 Theory
+1312.6243 Analysis of PDEs
+1312.6244 Optics
+1312.6245 Mesoscale and Nanoscale Physics
+1312.6246 Distributed, Parallel, and Cluster Computing
+1312.6253
+1312.6254 Biomolecules
+1312.6255 Number Theory
+1312.6256
+1312.6258 Physics Education
+1312.6259 Computers and Society
+1312.6260 Data Structures and Algorithms
+1312.6262 Analysis of PDEs
+1312.6263 Rings and Algebras
+1312.6265 Functional Analysis
+1312.6273 Distributed, Parallel, and Cluster Computing
+1312.6276 Classical Analysis and ODEs
+1312.6277 Classical Analysis and ODEs
+1312.6278 Classical Analysis and ODEs
+1312.6282 Learning
+1312.6285 Differential Geometry
+1312.6286 Analysis of PDEs
+1312.6288 Optics
+1312.6291 Probability
+1312.6292 Differential Geometry
+1312.6293 Distributed, Parallel, and Cluster Computing
+1312.6295 Differential Geometry
+1312.6298 Mesoscale and Nanoscale Physics
+1312.6301 Mesoscale and Nanoscale Physics
+1312.6303 Chemical Physics
+1312.6305 Computational Geometry
+1312.6306 Materials Science
+1312.6311 Differential Geometry
+1312.6312 Mesoscale and Nanoscale Physics
+1312.6314 Metric Geometry
+1312.6316 Materials Science
+1312.6319 Numerical Analysis
+1312.6325 Mesoscale and Nanoscale Physics
+1312.6327 Algebraic Topology
+1312.6329 Combinatorics
+1312.6331 Commutative Algebra
+1312.6332 Number Theory
+1312.6335 Physics and Society
+1312.6336 Neurons and Cognition
+1312.6337 Combinatorics
+1312.6339 Adaptation and Self-Organizing Systems
+1312.6341 Methodology
+1312.6349 Cryptography and Security
+1312.6350 Portfolio Management
+1312.6354 Statistics Theory
+1312.6357
+1312.6361
+1312.6366 Probability
+1312.6370 Computer Vision and Pattern Recognition
+1312.6371 Number Theory
+1312.6374 Theory
+1312.6386 Numerical Analysis
+1312.6393 Cryptography and Security
+1312.6394 Operator Algebras
+1312.6396 Dynamical Systems
+1312.6397 Methodology
+1312.6410 Computer Vision and Pattern Recognition
+1312.6412 Quantum Algebra
+1312.6414 Methodology
+1312.6417 Fluid Dynamics
+1312.6420 Spectral Theory
+1312.6421 Systems and Control
+1312.6422 Geophysics
+1312.6423 Differential Geometry
+1312.6424 Algebraic Topology
+1312.6426 Cryptography and Security
+1312.6436 Symplectic Geometry
+1312.6437
+1312.6446 Differential Geometry
+1312.6448 Superconductivity
+1312.6452 Quantum Gases
+1312.6453 Strongly Correlated Electrons
+1312.6459 Superconductivity
+1312.6460 Numerical Analysis
+1312.6466 Statistics Theory
+1312.6470
+1312.6471 Methodology
+1312.6479
+1312.6480 Phenomenology
+1312.6481 Applications
+1312.6485 Distributed, Parallel, and Cluster Computing
+1312.6492 Optimization and Control
+1312.6495 Analysis of PDEs
+1312.6497 Multimedia
+1312.6498 Analysis of PDEs
+1312.6500 Optimization and Control
+1312.6501 Networking and Internet Architecture
+1312.6502 Functional Analysis
+1312.6505 Experiment
+1312.6508 Optimization and Control
+1312.6509 Materials Science
+1312.6511 Soft Condensed Matter
+1312.6512 Symplectic Geometry
+1312.6513 Mesoscale and Nanoscale Physics
+1312.6517 Atomic Physics
+1312.6524 Probability
+1312.6532 Cryptography and Security
+1312.6536 Methodology
+1312.6537 Combinatorics
+1312.6541 Number Theory
+1312.6547 Algebraic Geometry
+1312.6549 Cryptography and Security
+1312.6552 Social and Information Networks
+1312.6556 Physics Education
+1312.6557 Physics Education
+1312.6558 Artificial Intelligence
+1312.6559 Theory
+1312.6560 Representation Theory
+1312.6564 Cryptography and Security
+1312.6565 Information Retrieval
+1312.6568 Programming Languages
+1312.6569 Functional Analysis
+1312.6571
+1312.6573 Robotics
+1312.6584
+1312.6590 Fluid Dynamics
+1312.6598 Analysis of PDEs
+1312.6599 Computer Vision and Pattern Recognition
+1312.6602 General Mathematics
+1312.6605 Superconductivity
+1312.6606 Physics and Society
+1312.6609 Neural and Evolutionary Computing
+1312.6612 Rings and Algebras
+1312.6615 Computer Vision and Pattern Recognition
+1312.6618 Accelerator Physics
+1312.6622 Superconductivity
+1312.6623 Number Theory
+1312.6628 Materials Science
+1312.6631 Numerical Analysis
+1312.6633 Biomolecules
+1312.6635 Social and Information Networks
+1312.6641 Rings and Algebras
+1312.6642 Superconductivity
+1312.6647 Dynamical Systems
+1312.6648 Cosmology and Nongalactic Astrophysics
+1312.6652 Data Structures and Algorithms
+1312.6653 History and Philosophy of Physics
+1312.6655
+1312.6660 Neurons and Cognition
+1312.6666 Atomic Physics
+1312.6670 Strongly Correlated Electrons
+1312.6674 Differential Geometry
+math/0508602 Statistics Theory
+math/0601354 Dynamical Systems
+quant-ph/0407006
+quant-ph/0407180
+quant-ph/0407196
+quant-ph/0501068
+0705.1806 Combinatorics
+0806.0872 Symplectic Geometry
+0906.1554 Statistical Mechanics
+1004.2476 Geometric Topology
+1007.5426 Combinatorics
+1009.2990 Representation Theory
+1102.2689 Combinatorics
+1102.3901 Formal Languages and Automata Theory
+1103.1483 Algebraic Topology
+1103.4151 Cosmology and Nongalactic Astrophysics
+1103.5099 Mesoscale and Nanoscale Physics
+1104.0274 Superconductivity
+1104.1192 Probability
+1105.5588 Algebraic Geometry
+1105.6049 Logic
+1106.2647 Artificial Intelligence
+1107.0146 Representation Theory
+1109.3065 Quantum Algebra
+1109.5009
+1111.0288 Superconductivity
+1111.4705 Symplectic Geometry
+1112.1864 Superconductivity
+1112.3264 Astrophysics of Galaxies
+1201.3531 Functional Analysis
+1203.2385 Differential Geometry
+1203.3757 Optimization and Control
+1203.5526 Materials Science
+1204.0400 Theory
+1204.1082 Data Structures and Algorithms
+1204.1310 Dynamical Systems
+1204.1877 General Physics
+1204.5440 Rings and Algebras
+1204.5492 Cosmology and Nongalactic Astrophysics
+1205.6007 Disordered Systems and Neural Networks
+1206.0406 Combinatorics
+1206.0931 General Physics
+1206.1183 Strongly Correlated Electrons
+1206.2397
+1206.4188 Cosmology and Nongalactic Astrophysics
+1206.4819 Materials Science
+1206.5078 General Physics
+1206.6209 Distributed, Parallel, and Cluster Computing
+1206.6219 Distributed, Parallel, and Cluster Computing
+1207.0725 Disordered Systems and Neural Networks
+1207.3336 Numerical Analysis
+1207.3835 Strongly Correlated Electrons
+1207.4844 Classical Analysis and ODEs
+1207.5057 Superconductivity
+1207.5272 Physics and Society
+1207.6184 Statistics Theory
+1207.6563 Adaptation and Self-Organizing Systems
+1208.3961 Algebraic Topology
+1208.5554 Artificial Intelligence
+1208.5775 Algebraic Geometry
+1208.5819 Complex Variables
+1209.0125 Digital Libraries
+1209.0399 Optics
+1209.3688 Solar and Stellar Astrophysics
+1210.0642
+1210.0665 Mesoscale and Nanoscale Physics
+1210.0687 Quantum Gases
+1210.0851 Number Theory
+1210.3146 Combinatorics
+1210.4217 Number Theory
+1210.4502 Neural and Evolutionary Computing
+1210.5698 Mesoscale and Nanoscale Physics
+1211.0495 Materials Science
+1211.4136 Materials Science
+1211.4792
+1211.7195 Analysis of PDEs
+1212.0996 Algebraic Geometry
+1212.1989
+1212.4117 Mesoscale and Nanoscale Physics
+1212.4316 Theory
+1212.4351 Differential Geometry
+1212.4767 Methodology
+1212.5422 Mesoscale and Nanoscale Physics
+1212.6714 Differential Geometry
+1212.6876 Theory
+1301.0165
+1301.0782 Combinatorics
+1301.1683 Phenomenology
+1301.1834
+1301.3247 Phenomenology
+1301.3369 Information Theory
+1301.3429
+1301.3481 Mesoscale and Nanoscale Physics
+1301.6439 Strongly Correlated Electrons
+1302.0090
+1302.4113 Algebraic Geometry
+1302.5261 Classical Analysis and ODEs
+1302.5874 Phenomenology
+1302.6032 Theory
+1302.6139
+1302.6742 Physics and Society
+1303.1076 Functional Analysis
+1303.1545 Geometric Topology
+1303.3415 Statistical Mechanics
+1303.3519 Strongly Correlated Electrons
+1303.3768
+1303.6733 Experiment
+1303.7447 Mesoscale and Nanoscale Physics
+1304.0937 Algebraic Geometry
+1304.1194 Phenomenology
+1304.1255 Probability
+1304.1799 Mesoscale and Nanoscale Physics
+1304.1937 Soft Condensed Matter
+1304.2782 Mesoscale and Nanoscale Physics
+1304.3870 Earth and Planetary Astrophysics
+1304.4268 Superconductivity
+1304.5322
+1304.7417 Genomics
+1304.8041 Cosmology and Nongalactic Astrophysics
+1305.0362 Materials Science
+1305.0446 Populations and Evolution
+1305.0744 Group Theory
+1305.2009 Combinatorics
+1305.2195 Instrumentation and Methods for Astrophysics
+1305.2255 Strongly Correlated Electrons
+1305.2692 Analysis of PDEs
+1305.3121 Symplectic Geometry
+1305.3273 Cosmology and Nongalactic Astrophysics
+1305.3339 Experiment
+1305.3341
+1305.3457 Symplectic Geometry
+1305.3484 Soft Condensed Matter
+1305.4011 Complex Variables
+1305.5614 Theory
+1305.5759
+1306.0075 Cryptography and Security
+1306.0447
+1306.1881 Multiagent Systems
+1306.2631 Materials Science
+1306.2801 Neural and Evolutionary Computing
+1306.4051 Phenomenology
+1306.4283 Algebraic Geometry
+1306.4942 Biological Physics
+1306.4956 Distributed, Parallel, and Cluster Computing
+1306.6274 Materials Science
+1306.6275
+1306.6642 Cosmology and Nongalactic Astrophysics
+1307.0091 Superconductivity
+1307.1297 Dynamical Systems
+1307.1372 Neural and Evolutionary Computing
+1307.2003 Earth and Planetary Astrophysics
+1307.2511 Theory
+1307.2792 Mesoscale and Nanoscale Physics
+1307.3652
+1307.6096 Mesoscale and Nanoscale Physics
+1307.7503 Algebraic Geometry
+1307.7556 Materials Science
+1308.0186 Theory
+1308.0211 Computational Complexity
+1308.1477 Phenomenology
+1308.1704 Pricing of Securities
+1308.1922 Soft Condensed Matter
+1308.2450 Computational Complexity
+1308.2617 Computational Complexity
+1308.2655 Learning
+1308.2804 Astrophysics of Galaxies
+1308.3298 Functional Analysis
+1308.3387 Soft Condensed Matter
+1308.3703 Solar and Stellar Astrophysics
+1308.3710 Representation Theory
+1308.3711 Soft Condensed Matter
+1308.3718 Fluid Dynamics
+1308.3720 Cosmology and Nongalactic Astrophysics
+1308.3722 Fluid Dynamics
+1308.3724 Superconductivity
+1308.3725 Geometric Topology
+1308.3726 Accelerator Physics
+1308.3727 Physics Education
+1308.3728 Statistics Theory
+1308.3729 Physics Education
+1308.3730 Operator Algebras
+1308.3733 Atomic Physics
+1308.3740 Applications
+1308.3744 Chemical Physics
+1308.3745 Human-Computer Interaction
+1308.3750 Learning
+1308.3752 Astrophysics of Galaxies
+1308.3754 Number Theory
+1308.3755 Probability
+1308.3756 Probability
+1308.3757 Phenomenology
+1308.3759 Probability
+1308.3763 Cryptography and Security
+1308.3769 Combinatorics
+1308.3772 Information Theory
+1308.3775
+1308.3776 Statistical Mechanics
+1308.3778 Computer Science and Game Theory
+1308.3780 Computer Science and Game Theory
+1308.3783 Dynamical Systems
+1308.3784 Artificial Intelligence
+1308.3785 Computation and Language
+1308.3788 Differential Geometry
+1308.3790 Logic
+1308.3793 Physics and Society
+1308.3796
+1308.3797 Phenomenology
+1308.3804 Number Theory
+1308.3806 Number Theory
+1308.3807
+1308.3811 Mesoscale and Nanoscale Physics
+1308.3816 Rings and Algebras
+1308.3818 Learning
+1308.3821 Combinatorics
+1308.3823 Combinatorics
+1308.3824 Biomolecules
+1308.3826 Rings and Algebras
+1308.3830 Computation and Language
+1308.3834 Representation Theory
+1308.3835 Mesoscale and Nanoscale Physics
+1308.3837 Mesoscale and Nanoscale Physics
+1308.3842 Networking and Internet Architecture
+1308.3844 Theory
+1308.3846 Networking and Internet Architecture
+1308.3855 Performance
+1308.3856 Solar and Stellar Astrophysics
+1308.3857 Cosmology and Nongalactic Astrophysics
+1308.3861 Statistics Theory
+1308.3863 Theory
+1308.3864 Algebraic Geometry
+1308.3866 Materials Science
+1308.3867 Combinatorics
+1308.3872 Computational Geometry
+1308.3873 Materials Science
+1308.3874 Multiagent Systems
+1308.3876 Social and Information Networks
+1308.3883 Numerical Analysis
+1308.3885 Networking and Internet Architecture
+1308.3894 Numerical Analysis
+1308.3897 Logic
+1308.3898 Optimization and Control
+1308.3900 Artificial Intelligence
+1308.3902 Rings and Algebras
+1308.3905 Classical Physics
+1308.3906 Classical Physics
+1308.3909 Analysis of PDEs
+1308.3915 Methodology
+1308.3916 Systems and Control
+1308.3917 Graphics
+1308.3918 Geophysics
+1308.3924 Human-Computer Interaction
+1308.3937 Programming Languages
+1308.3938 Programming Languages
+1308.3939 Programming Languages
+1308.3940 Programming Languages
+1308.3941 Programming Languages
+1308.3945 Representation Theory
+1308.3946 Data Structures and Algorithms
+1308.3949 Algebraic Topology
+1308.3950 Chemical Physics
+1308.3954 Classical Analysis and ODEs
+1308.3955 Group Theory
+1308.3957 Information Theory
+1308.3958 Astrophysics of Galaxies
+1308.3959 Probability
+1308.3966 Statistical Finance
+1308.3976 Instrumentation and Methods for Astrophysics
+1308.3981 Optics
+1308.3985 Information Theory
+1308.3986 Phenomenology
+1308.3991 Soft Condensed Matter
+1308.3999 Combinatorics
+1308.4000 Analysis of PDEs
+1308.4001 Soft Condensed Matter
+1308.4008 Artificial Intelligence
+1308.4011 Software Engineering
+1308.4018 Numerical Analysis
+1308.4019 General Topology
+1308.4021
+1308.4024 Combinatorics
+1308.4035 Group Theory
+1308.4038 Physics and Society
+1308.4040 General Mathematics
+1308.4042 Materials Science
+1308.4045 Software Engineering
+1308.4047 Algebraic Topology
+1308.4048 Databases
+1308.4056 Representation Theory
+1308.4062 Analysis of PDEs
+1308.4065 Mesoscale and Nanoscale Physics
+1308.4066 Disordered Systems and Neural Networks
+1308.4067 Combinatorics
+1308.4070 Materials Science
+1308.4073 Analysis of PDEs
+1308.4078 Spectral Theory
+1308.4079 Applications
+1308.4081 Combinatorics
+1308.4086 Solar and Stellar Astrophysics
+1308.4087 Rings and Algebras
+1308.4089 Quantum Gases
+1308.4090 Quantum Gases
+1308.4095 Differential Geometry
+1308.4098 Populations and Evolution
+1308.4101 Computer Science and Game Theory
+1308.4102 Genomics
+1308.4108 Combinatorics
+1308.4109 Analysis of PDEs
+1308.4110 Numerical Analysis
+1308.4111 Category Theory
+1308.4113 Logic in Computer Science
+1308.4115 High Energy Astrophysical Phenomena
+1308.4116 Differential Geometry
+1308.4120 Combinatorics
+gr-qc/9908023
+0901.0722 Phenomenology
+0903.1126 Phenomenology
+1005.3736
+1006.2523 Information Theory
+1101.4565 Analysis of PDEs
+1106.2007 Physics and Society
+1109.4698 Number Theory
+1110.1683 Statistical Mechanics
+1111.2105 Metric Geometry
+1112.4720
+1112.5765 Phenomenology
+1202.3560
+1202.4330 General Topology
+1202.6228 Machine Learning
+1203.6796 Commutative Algebra
+1204.4665 Phenomenology
+1206.0839 Optimization and Control
+1206.0957 Quantum Gases
+1206.3969 Representation Theory
+1206.5056 Cosmology and Nongalactic Astrophysics
+1207.3929 Solar and Stellar Astrophysics
+1207.4699 Quantum Gases
+1207.4749 Portfolio Management
+1207.5381 Combinatorics
+1208.2625 Cosmology and Nongalactic Astrophysics
+1208.6324 Formal Languages and Automata Theory
+1209.0545 Phenomenology
+1209.5657 Numerical Analysis
+1210.2714
+1210.4663 Databases
+1210.6073 Statistical Mechanics
+1210.6298 Logic
+1210.8377 Strongly Correlated Electrons
+1211.1579 Optics
+1211.6209 Phenomenology
+1211.6957 Differential Geometry
+1211.7052 Statistical Mechanics
+1212.4370 Number Theory
+1301.3161 Mesoscale and Nanoscale Physics
+1301.4696 Superconductivity
+1301.5729 Geometric Topology
+1301.6617
+1301.6754 Phenomenology
+1302.0157 Strongly Correlated Electrons
+1302.2034 Analysis of PDEs
+1302.2081
+1302.3322 Optics
+1302.7279 Cosmology and Nongalactic Astrophysics
+1303.2020 Mesoscale and Nanoscale Physics
+1303.5462 Plasma Physics
+1303.6255 Cosmology and Nongalactic Astrophysics
+1303.6713 Materials Science
+1304.3584
+1304.5889 Strongly Correlated Electrons
+1304.7188 Quantum Gases
+1305.0655 Statistical Mechanics
+1305.1915 Dynamical Systems
+1305.3218 Computational Complexity
+1305.5833 Mesoscale and Nanoscale Physics
+1305.6339 Digital Libraries
+1305.6988 Pricing of Securities
+1306.0641 Materials Science
+1306.0731 Lattice
+1306.1113 Analysis of PDEs
+1306.1154 Information Theory
+1306.1268
+1306.2478 Differential Geometry
+1306.2802 Portfolio Management
+1306.4057
+1306.4100 Numerical Analysis
+1306.4324 Theory
+1306.5426 Phenomenology
+1306.5449 Algebraic Topology
+1306.6164 Number Theory
+1306.6456 Phenomenology
+1307.1378
+1307.2995 Instrumentation and Methods for Astrophysics
+1307.3191 Mesoscale and Nanoscale Physics
+1307.3757 Data Structures and Algorithms
+1307.4119 Phenomenology
+1307.4404
+1307.4704 High Energy Astrophysical Phenomena
+1307.5273
+1307.5514 Theory
+1307.6115 Mesoscale and Nanoscale Physics
+1307.6613 Strongly Correlated Electrons
+1307.8160
+1308.1013 Materials Science
+1308.1193 Chemical Physics
+1308.2687 Mesoscale and Nanoscale Physics
+1308.3425 Mesoscale and Nanoscale Physics
+1308.4297 Phenomenology
+1308.4339 Superconductivity
+1308.5392 Representation Theory
+1309.0578
+1309.0727 Quantum Gases
+1309.3197 Multiagent Systems
+1309.4226 Number Theory
+1309.5510
+1310.0583 Experiment
+1310.0830 Biological Physics
+1310.0842
+1310.0935 Materials Science
+1310.3219 Dynamical Systems
+1310.3583 Fluid Dynamics
+1310.3839 Experiment
+1310.4475 Networking and Internet Architecture
+1310.4503 Earth and Planetary Astrophysics
+1310.4800 Analysis of PDEs
+1310.4867 Quantum Algebra
+1310.5054 Geometric Topology
+1310.5163 Optimization and Control
+1310.5168 Optimization and Control
+1310.5257 Statistics Theory
+1310.5322 Differential Geometry
+1310.5385 Number Theory
+1310.5411 Emerging Technologies
+1310.5596 History and Overview
+1310.5598 Commutative Algebra
+1310.5692 Phenomenology
+1310.5694
+1310.5697 Other Computer Science
+1310.5698 Information Retrieval
+1310.5705 Experiment
+1310.5714 Computational Complexity
+1310.5719 Chemical Physics
+1310.5724 Soft Condensed Matter
+1310.5725 Phenomenology
+1310.5730 Optimization and Control
+1310.5736 Optics
+1310.5738 Machine Learning
+1310.5743 Statistics Theory
+1310.5745 Cosmology and Nongalactic Astrophysics
+1310.5751 Probability
+1310.5754 Theory
+1310.5755 Computer Vision and Pattern Recognition
+1310.5757 Analysis of PDEs
+1310.5765 Cosmology and Nongalactic Astrophysics
+1310.5766 Probability
+1310.5767 Computer Vision and Pattern Recognition
+1310.5777 Digital Libraries
+1310.5781 Robotics
+1310.5782 Algebraic Geometry
+1310.5786 Data Structures and Algorithms
+1310.5792 Logic
+1310.5793 Artificial Intelligence
+1310.5794 Networking and Internet Architecture
+1310.5797 Lattice
+1310.5799 Materials Science
+1310.5801 Complex Variables
+1310.5804 Solar and Stellar Astrophysics
+1310.5805 Networking and Internet Architecture
+1310.5806 Physics and Society
+1310.5810 Soft Condensed Matter
+1310.5812 Digital Libraries
+1310.5813 Materials Science
+1310.5814 Digital Libraries
+1310.5815 Digital Libraries
+1310.5816 Digital Libraries
+1310.5819
+1310.5821 Probability
+1310.5824 Algebraic Topology
+1310.5827 Analysis of PDEs
+1310.5831 Analysis of PDEs
+1310.5838 Numerical Analysis
+1310.5839 Distributed, Parallel, and Cluster Computing
+1310.5841 Databases
+1310.5843 Phenomenology
+1310.5845 Probability
+1310.5848 Networking and Internet Architecture
+1310.5849 Probability
+1310.5858 Phenomenology
+1310.5869 Algebraic Topology
+1310.5871 Solar and Stellar Astrophysics
+1310.5880 Numerical Analysis
+1310.5882 Combinatorics
+1310.5886 Group Theory
+1310.5888 Optics
+1310.5892 Digital Libraries
+1310.5895 Information Theory
+1310.5896 Cryptography and Security
+1310.5897 Differential Geometry
+1310.5902 Cryptography and Security
+1310.5903 Analysis of PDEs
+1310.5905 Numerical Analysis
+1310.5907 Analysis of PDEs
+1310.5908 Analysis of PDEs
+1310.5909 Group Theory
+1310.5910 Populations and Evolution
+1310.5911 High Energy Astrophysical Phenomena
+1310.5916 Logic
+1310.5922 Lattice
+1310.5925 Analysis of PDEs
+1310.5931 Functional Analysis
+1310.5936 Chaotic Dynamics
+1310.5937 Pattern Formation and Solitons
+1310.5941
+1310.5944 Algebraic Geometry
+1310.5947 Chaotic Dynamics
+1310.5948 Adaptation and Self-Organizing Systems
+1310.5956 Optics
+1310.5957 Information Theory
+1310.5960 Networking and Internet Architecture
+1310.5962 Software Engineering
+1310.5965 Computer Vision and Pattern Recognition
+1310.5968 Neurons and Cognition
+1310.5969 Optics
+1310.5972 Optics
+1310.5974 Phenomenology
+1310.5980 Networking and Internet Architecture
+1310.5981 Algebraic Geometry
+1310.5985 Networking and Internet Architecture
+1310.5990
+1310.5993 Operator Algebras
+1310.5999 Computer Vision and Pattern Recognition
+1310.6004 Optimization and Control
+1310.6008 Computational Complexity
+1310.6009 Computational Complexity
+1310.6013 Combinatorics
+1310.6018 Soft Condensed Matter
+1310.6019 Data Structures and Algorithms
+1310.6023 Probability
+math-ph/0606029
+math/0102227 Probability
+0711.1928 Number Theory
+0801.3974 Algebraic Geometry
+0807.3127 Theory
+0810.2516
+0903.3559 Mesoscale and Nanoscale Physics
+0909.2184 Algebraic Geometry
+0911.3480 Phenomenology
+1004.4500 Mesoscale and Nanoscale Physics
+1005.2056 Complex Variables
+1008.3390 Phenomenology
+1010.4540 Soft Condensed Matter
+1011.0319 Probability
+1012.3856 Mesoscale and Nanoscale Physics
+1012.4650 Mesoscale and Nanoscale Physics
+1103.3889 Probability
+1104.5088 Tissues and Organs
+1107.0587 Adaptation and Self-Organizing Systems
+1107.2101 Information Theory
+1107.2829 Differential Geometry
+1107.3762 Mesoscale and Nanoscale Physics
+1107.5703 Superconductivity
+1108.3556 Data Structures and Algorithms
+1108.5121 Strongly Correlated Electrons
+1109.5128
+1109.6437 Information Theory
+1109.6803 Dynamical Systems
+1110.2345 Statistics Theory
+1110.2679 Strongly Correlated Electrons
+1110.4685 Strongly Correlated Electrons
+1110.4935 Mesoscale and Nanoscale Physics
+1110.6164
+1111.1780 Optimization and Control
+1111.4921
+1111.5387 Chemical Physics
+1111.6314 Operator Algebras
+1111.6583 Numerical Analysis
+1112.5795 Dynamical Systems
+1201.0536 Algebraic Geometry
+1201.0644 Algebraic Geometry
+1201.2328 Soft Condensed Matter
+1201.3035 Numerical Analysis
+1201.4463 Phenomenology
+1202.0747 Information Theory
+1203.3810 Materials Science
+1203.5653 Lattice
+1204.1570 Theory
+1204.5048 Differential Geometry
+1204.5242
+1204.6735 Applications
+1205.0224 Soft Condensed Matter
+1205.0511 Strongly Correlated Electrons
+1205.0852 Cryptography and Security
+1205.1396 Metric Geometry
+1205.1690 Information Theory
+1205.2114 Social and Information Networks
+1205.4861 Superconductivity
+1205.5487 Computational Physics
+1206.0063 Cosmology and Nongalactic Astrophysics
+1206.1084
+1206.1150 Mesoscale and Nanoscale Physics
+1206.1521 Phenomenology
+1206.2455 Mesoscale and Nanoscale Physics
+1207.1679
+1207.2342 Solar and Stellar Astrophysics
+1207.2719 Probability
+1207.3020 Mesoscale and Nanoscale Physics
+1207.4096 Systems and Control
+1207.4299 Mesoscale and Nanoscale Physics
+1207.4745 Mesoscale and Nanoscale Physics
+1207.5349 Soft Condensed Matter
+1207.6881
+1207.7112 Superconductivity
+1208.0100 Theory
+1208.1371 Mesoscale and Nanoscale Physics
+1208.1441
+1208.2630 Phenomenology
+1208.3298 Phenomenology
+1208.3390 Information Theory
+1208.3408 Cosmology and Nongalactic Astrophysics
+1208.4277 Cosmology and Nongalactic Astrophysics
+1208.4574 Mesoscale and Nanoscale Physics
+1208.4749 Rings and Algebras
+1208.6547 Cosmology and Nongalactic Astrophysics
+1209.0196 Geophysics
+1209.0426 Neurons and Cognition
+1209.2157
+1209.4644 Strongly Correlated Electrons
+1209.4863
+1209.5134 Phenomenology
+1210.0944
+1210.0969 Theory
+1210.2645 Experiment
+1210.3539 Logic in Computer Science
+1210.3760 Theory
+1210.4138 Optics
+1210.5963 Lattice
+1211.1758 Algebraic Geometry
+1211.2871 Superconductivity
+1211.4165 Rings and Algebras
+1211.4215 Number Theory
+1211.4831 Experiment
+1211.5050 Symplectic Geometry
+1211.5102 Experiment
+1211.7119 Astrophysics of Galaxies
+1212.0610 Databases
+1212.0627 Phenomenology
+1212.5362
+1212.6097
+1301.0787 Theory
+1301.0839 Chemical Physics
+1301.0938 Probability
+1301.1011 Spectral Theory
+1301.1229 Differential Geometry
+1301.1442 Differential Geometry
+1301.1589 Statistical Mechanics
+1301.1613 Analysis of PDEs
+1301.1619 Materials Science
+1301.1620 Materials Science
+1301.1635 Materials Science
+1301.1676
+1301.1679 Cosmology and Nongalactic Astrophysics
+1301.1686 Cosmology and Nongalactic Astrophysics
+1301.1699
+1301.1700 Experiment
+1301.1701 Information Theory
+1301.1704 Mathematical Software
+1301.1707 Numerical Analysis
+1301.1709 Analysis of PDEs
+1301.1710 Populations and Evolution
+1301.1711 Optimization and Control
+1301.1712 Information Theory
+1301.1721 Accelerator Physics
+1301.1722 Learning
+1301.1730 Quantitative Methods
+1301.1734 Superconductivity
+1301.1739 Cryptography and Security
+1301.1741 Superconductivity
+1301.1746 Cryptography and Security
+1301.1749 Classical Analysis and ODEs
+1301.1751 Data Structures and Algorithms
+1301.1752 Combinatorics
+1301.1759
+1301.1761
+1301.1765 Lattice
+1301.1767
+1301.1770 Rings and Algebras
+1301.1773 Phenomenology
+1301.1775 Combinatorics
+1301.1781 Dynamical Systems
+1301.1785 Algebraic Topology
+1301.1790 Combinatorics
+1301.1794 Combinatorics
+1301.1799 Digital Libraries
+1301.1802 Functional Analysis
+1301.1805 Statistical Mechanics
+1301.1815 Number Theory
+1301.1817 Applications
+1301.1821 Solar and Stellar Astrophysics
+1301.1822 Algebraic Geometry
+1301.1827 Dynamical Systems
+1301.1829 Biological Physics
+1301.1830 Astrophysics of Galaxies
+1301.1831
+1301.1832 Materials Science
+1301.1835 Biological Physics
+1301.1838 Statistical Mechanics
+1301.1843 Quantum Algebra
+1301.1846 Algebraic Geometry
+1301.1849 Optics
+1301.1851 Mesoscale and Nanoscale Physics
+1301.1865 Algebraic Geometry
+1301.1866 Algebraic Geometry
+1301.1870 Combinatorics
+1301.1873 Discrete Mathematics
+1301.1877 Lattice
+1301.1886 Software Engineering
+1301.1888 Algebraic Geometry
+1301.1892 Popular Physics
+1301.1893 Statistical Finance
+1301.1894 Multimedia
+1301.1897 Computer Vision and Pattern Recognition
+1301.1899 General Physics
+1301.1902 Materials Science
+1301.1903 Materials Science
+1301.1907 Instrumentation and Methods for Astrophysics
+1301.1908 Astrophysics of Galaxies
+1301.1912 Cryptography and Security
+1301.1914 Lattice
+1301.1915 Statistical Mechanics
+1301.1917 Systems and Control
+1301.1918 Information Theory
+1301.1919 Machine Learning
+1301.1920 Solar and Stellar Astrophysics
+1301.1921 Solar and Stellar Astrophysics
+1301.1922 Solar and Stellar Astrophysics
+1301.1929 Solar and Stellar Astrophysics
+1301.1932 Sound
+1301.1933
+1301.1935 Optimization and Control
+1301.1936 Learning
+1301.1937 History and Overview
+1301.1938 Quantum Gases
+1301.1939 Mesoscale and Nanoscale Physics
+1301.1940 Representation Theory
+1301.1945 Materials Science
+1301.1946 Phenomenology
+1301.1947 Analysis of PDEs
+1301.1950 Computation and Language
+1301.1957 High Energy Astrophysical Phenomena
+1301.1958 Atomic and Molecular Clusters
+1301.1962 Optics
+1301.1965
+math/0407113 Algebraic Geometry
+math/9904014 Algebraic Geometry
+0801.1348 Other Condensed Matter
+1002.0541 Theory
+1002.0759 Complex Variables
+1002.3877 Theory
+1011.1567 Probability
+1103.0558 Phenomenology
+1103.1371 Probability
+1104.2762 Probability
+1105.5156 Instrumentation and Methods for Astrophysics
+1106.6066 Theory
+1107.5504 Theory
+1108.4662 Complex Variables
+1108.5627 Complex Variables
+1109.5199 Dynamical Systems
+1109.6607 Differential Geometry
+1110.3528 Dynamical Systems
+1111.0914 Geometric Topology
+1112.2632 Geometric Topology
+1201.2661
+1201.3569 Probability
+1202.6423 Information Theory
+1204.5353
+1205.1355 Phenomenology
+1206.0650
+1207.0691 Strongly Correlated Electrons
+1209.0699 Operator Algebras
+1209.0864 Systems and Control
+1209.1409 Theory
+1209.4349 Strongly Correlated Electrons
+1210.3948 Classical Physics
+1210.5640 Representation Theory
+1210.8063
+1212.1006
+1212.2316 Information Theory
+1212.4672
+1301.5327 Spectral Theory
+1301.5564 Materials Science
+1302.2853
+1302.3406 Theory
+1302.4295 Combinatorics
+1302.4508 Strongly Correlated Electrons
+1302.6414 Atomic Physics
+1302.7220 Machine Learning
+1303.3805 Physics and Society
+1303.4478 Mesoscale and Nanoscale Physics
+1304.0335 Quantum Gases
+1304.0483 Phenomenology
+1304.3012 Quantum Gases
+1304.5094 Cosmology and Nongalactic Astrophysics
+1304.6278
+1304.6606 Geometric Topology
+1305.3180 Mesoscale and Nanoscale Physics
+1305.3260
+1305.3644 Materials Science
+1305.4272 Operator Algebras
+1305.4547 General Mathematics
+1305.4549 Algebraic Geometry
+1305.5625 Information Theory
+1305.6570 Atomic Physics
+1305.6944 Plasma Physics
+1305.7296 Adaptation and Self-Organizing Systems
+1305.7479 Theory
+1306.0026 Logic in Computer Science
+1306.1496 Theory
+1306.1873 Materials Science
+1306.3249 Symplectic Geometry
+1306.3881 Lattice
+1306.4002 Mesoscale and Nanoscale Physics
+1306.4585 High Energy Astrophysical Phenomena
+1306.5389 High Energy Astrophysical Phenomena
+1306.5665
+1306.6034
+1306.6536
+1307.0519 Strongly Correlated Electrons
+1307.0617 Mesoscale and Nanoscale Physics
+1307.0829 Strongly Correlated Electrons
+1307.4020
+1307.6439 Spectral Theory
+1307.7999 Phenomenology
+1308.2199 Cosmology and Nongalactic Astrophysics
+1308.2502 Strongly Correlated Electrons
+1308.2548 Probability
+1308.2880 Superconductivity
+1308.4137 Cosmology and Nongalactic Astrophysics
+1308.4315 Chemical Physics
+1308.6206 Artificial Intelligence
+1308.6305 Atomic Physics
+1308.6753 Methodology
+1309.0881 Solar and Stellar Astrophysics
+1309.1791 Functional Analysis
+1309.4237 Combinatorics
+1309.4829 Superconductivity
+1309.6948 Phenomenology
+1309.7351 Phenomenology
+1309.7990 Populations and Evolution
+1310.1169 Functional Analysis
+1310.1671 Mesoscale and Nanoscale Physics
+1310.1700 Plasma Physics
+1310.2513 Geometric Topology
+1310.3618 Optics
+1310.4337 Combinatorics
+1310.4502 Instrumentation and Methods for Astrophysics
+1310.4512 Functional Analysis
+1310.4513 Astrophysics of Galaxies
+1310.4516 Solar and Stellar Astrophysics
+1310.4518 Phenomenology
+1310.4524 Analysis of PDEs
+1310.4526 Statistics Theory
+1310.4531
+1310.4533 Logic
+1310.4534
+1310.4537 Geometric Topology
+1310.4541 Data Structures and Algorithms
+1310.4542 Instrumentation and Detectors
+1310.4543 Plasma Physics
+1310.4545 Optimization and Control
+1310.4546 Computation and Language
+1310.4547 Molecular Networks
+1310.4550 Optimization and Control
+1310.4552
+1310.4553 Astrophysics of Galaxies
+1310.4558 Analysis of PDEs
+1310.4561 Computational Geometry
+1310.4567 Solar and Stellar Astrophysics
+1310.4571 Logic in Computer Science
+1310.4572 Logic in Computer Science
+1310.4573 Logic in Computer Science
+1310.4574 Software Engineering
+1310.4575 Distributed, Parallel, and Cluster Computing
+1310.4577 Cryptography and Security
+1310.4578 Solar and Stellar Astrophysics
+1310.4579 Learning
+1310.4580 Strongly Correlated Electrons
+1310.4581
+1310.4582 Strongly Correlated Electrons
+1310.4583 Information Theory
+1310.4587 Classical Analysis and ODEs
+1310.4588 Computational Complexity
+1310.4589 Astrophysics of Galaxies
+1310.4594 Commutative Algebra
+1310.4595 Distributed, Parallel, and Cluster Computing
+1310.4596 Information Theory
+1310.4599 Optics
+1310.4606 Combinatorics
+1310.4609
+1310.4617 Numerical Analysis
+1310.4618 Differential Geometry
+1310.4619 Medical Physics
+1310.4622 Solar and Stellar Astrophysics
+1310.4623 Superconductivity
+1310.4625 Group Theory
+1310.4631 Materials Science
+1310.4632 Networking and Internet Architecture
+1310.4635 Group Theory
+1310.4637 Number Theory
+1310.4639 Operator Algebras
+1310.4640 Cryptography and Security
+1310.4643 Differential Geometry
+1310.4645 Distributed, Parallel, and Cluster Computing
+1310.4647 Databases
+1310.4648
+1310.4652 Cryptography and Security
+1310.4653 Commutative Algebra
+1310.4654 Commutative Algebra
+1310.4655 Dynamical Systems
+1310.4657 Phenomenology
+1310.4658 Classical Analysis and ODEs
+1310.4659 Soft Condensed Matter
+1310.4660 Phenomenology
+1310.4663 Functional Analysis
+1310.4666 Combinatorics
+1310.4667 Applications
+1310.4668 Superconductivity
+1310.4671 Materials Science
+1310.4674 Astrophysics of Galaxies
+1310.4675 Phenomenology
+1310.4676 Probability
+1310.4680 Quantum Algebra
+1310.4681 Number Theory
+1310.4683 Algebraic Geometry
+1310.4688 Optimization and Control
+1310.4689 Geophysics
+1310.4694 Analysis of PDEs
+1310.4697 Analysis of PDEs
+1310.4702 Distributed, Parallel, and Cluster Computing
+1310.4706 Optimization and Control
+1310.4708 Analysis of PDEs
+1310.4710 Analysis of PDEs
+1310.4713 Computer Vision and Pattern Recognition
+1310.4716 Optimization and Control
+1310.4717 Combinatorics
+1310.4718 Materials Science
+1310.4720 Mesoscale and Nanoscale Physics
+1310.4724 Dynamical Systems
+1310.4725 Analysis of PDEs
+1310.4727 Commutative Algebra
+1310.4732 Analysis of PDEs
+1310.4734 Numerical Analysis
+1310.4735 Rings and Algebras
+1310.4736 Group Theory
+1310.4738 Optics
+1310.4739 History and Overview
+1310.4742 Classical Physics
+1310.4743 Formal Languages and Automata Theory
+1310.4748 Solar and Stellar Astrophysics
+1310.4756 Logic in Computer Science
+1310.4759 Computer Vision and Pattern Recognition
+1310.4760 Analysis of PDEs
+1310.4761 Information Theory
+1310.4769 Numerical Analysis
+1310.4772 Numerical Analysis
+1310.4774 Information Retrieval
+1310.4781 Optimization and Control
+1310.4784 Probability
+1310.4785 Numerical Analysis
+1310.4787 Probability
+1310.4792 Applications
+1310.4797 Algebraic Topology
+1310.4802 Databases
+1310.4805 Mesoscale and Nanoscale Physics
+1310.4807 Numerical Analysis
+1310.4811
+1310.4813
+1310.4814 Fluid Dynamics
+1310.4816 Probability
+1310.4821 Theory
+0711.1602 Statistical Mechanics
+0802.0154 Accelerator Physics
+0806.4511 Artificial Intelligence
+0807.4188 Algebraic Geometry
+0905.2229 Algebraic Geometry
+1004.0377
+1005.3759 Combinatorics
+1101.5961 Operator Algebras
+1103.4540 Combinatorics
+1104.4089 Combinatorics
+1104.4747 Algebraic Geometry
+1106.0792 Commutative Algebra
+1107.1262 Algebraic Geometry
+1110.2933 Combinatorics
+1110.4458 Representation Theory
+1111.0524 Materials Science
+1111.0728 Algebraic Geometry
+1111.5177 Atmospheric and Oceanic Physics
+1111.5580 Solar and Stellar Astrophysics
+1111.6032 Strongly Correlated Electrons
+1111.6327 Algebraic Geometry
+1201.4545
+1201.5071 Rings and Algebras
+1203.3397 Representation Theory
+1203.6252 Phenomenology
+1203.6563 Accelerator Physics
+1203.6615 Algebraic Geometry
+1204.0470 Number Theory
+1205.2956 Geometric Topology
+1205.4322 Combinatorics
+1206.0835 Analysis of PDEs
+1206.2063 Algebraic Geometry
+1206.2836 Commutative Algebra
+1206.3701 Theory
+1207.4640 Representation Theory
+1207.4867 Phenomenology
+1207.6138 Strongly Correlated Electrons
+1209.4254 Genomics
+1209.5408 Theory
+1210.2804
+1211.0688 Mesoscale and Nanoscale Physics
+1211.1495 Functional Analysis
+1211.2139 Quantum Gases
+1211.3903 Operator Algebras
+1211.5189 Artificial Intelligence
+1212.3388 Theory
+1212.4416 Functional Analysis
+1301.7165 Algebraic Topology
+1302.0500 High Energy Astrophysical Phenomena
+1302.1877 Mesoscale and Nanoscale Physics
+1302.2136 Numerical Analysis
+1302.2319 Materials Science
+1302.2375 Theory
+1302.4676 Computational Finance
+1302.5529 Functional Analysis
+1302.6587 Phenomenology
+1302.7125 Theory
+1303.2311 Statistical Mechanics
+1303.2358 Optimization and Control
+1303.2825 Classical Analysis and ODEs
+1303.3008 Cosmology and Nongalactic Astrophysics
+1303.4444 Cosmology and Nongalactic Astrophysics
+1303.4566 Dynamical Systems
+1303.4976
+1303.5359 Superconductivity
+1303.6048 Quantum Gases
+1303.6122 Geometric Topology
+1303.6950 Mesoscale and Nanoscale Physics
+1304.0514 Number Theory
+1304.1158 Statistical Mechanics
+1304.2176 Popular Physics
+1304.2613 Biomolecules
+1304.4219 Phenomenology
+1304.4296 Analysis of PDEs
+1304.6220
+1304.6890 Strongly Correlated Electrons
+1304.7406 Methodology
+1305.0066
+1305.0259 Physics Education
+1305.0315 Mesoscale and Nanoscale Physics
+1305.0557 Mesoscale and Nanoscale Physics
+1305.0705 Mesoscale and Nanoscale Physics
+1305.1043 Optimization and Control
+1305.1968 Cosmology and Nongalactic Astrophysics
+1305.4398 Number Theory
+1305.4855 Instrumentation and Detectors
+1305.5500 Computational Complexity
+1305.6174 Mesoscale and Nanoscale Physics
+1305.6484 Mesoscale and Nanoscale Physics
+1306.0415
+1306.0865 Information Theory
+1306.1565
+1306.2238 Strongly Correlated Electrons
+1306.5948 Strongly Correlated Electrons
+1307.0405 Algebraic Geometry
+1307.2258
+1307.3236 Statistical Mechanics
+1307.3856 Molecular Networks
+1307.6907 High Energy Astrophysical Phenomena
+1308.0553 Theory
+1308.2174 Quantum Gases
+1308.2245 Strongly Correlated Electrons
+1308.3134 Chemical Physics
+1308.4295 Statistics Theory
+1308.4713 Theory
+1308.5424
+1308.5922 Quantum Gases
+1308.5931 Chemical Physics
+1309.0280 Differential Geometry
+1309.1141
+1309.1597 Dynamical Systems
+1309.2440 High Energy Astrophysical Phenomena
+1309.2624 Analysis of PDEs
+1309.3594 Solar and Stellar Astrophysics
+1309.3763 Superconductivity
+1309.6122 Classical Physics
+1309.6808 Physics Education
+1309.7607 Operator Algebras
+1310.1439 Optimization and Control
+1310.1487 Algebraic Geometry
+1310.1676 Neurons and Cognition
+1310.2503 Experiment
+1310.3064 Superconductivity
+1310.3226 Fluid Dynamics
+1310.3343 Fluid Dynamics
+1310.3560 Differential Geometry
+1310.3720 Statistics Theory
+1310.3803
+1310.4142 Computational Finance
+1310.4349 Information Theory
+1310.4427
+1310.4722 Probability
+1310.4986 Artificial Intelligence
+1310.5661 Soft Condensed Matter
+1310.5669 Number Theory
+1310.5852 Optics
+1310.5963 Information Retrieval
+1310.6030 Strongly Correlated Electrons
+1310.6054 Quantum Gases
+1310.6055 Numerical Analysis
+1310.6057 Number Theory
+1310.6059 Chemical Physics
+1310.6062 Machine Learning
+1310.6063 Computer Vision and Pattern Recognition
+1310.6066 Computer Vision and Pattern Recognition
+1310.6067 Machine Learning
+1310.6071 Superconductivity
+1310.6072 Materials Science
+1310.6073 Combinatorics
+1310.6075 Lattice
+1310.6078 Emerging Technologies
+1310.6079 Numerical Analysis
+1310.6084 Computational Geometry
+1310.6085 Mesoscale and Nanoscale Physics
+1310.6092 Computer Vision and Pattern Recognition
+1310.6094 Other Condensed Matter
+1310.6096 Analysis of PDEs
+1310.6098 Optimization and Control
+1310.6106 Classical Analysis and ODEs
+1310.6108 Materials Science
+1310.6110 Information Retrieval
+1310.6120 Mesoscale and Nanoscale Physics
+1310.6124 Lattice
+1310.6129 Computers and Society
+1310.6132 Optics
+1310.6134 Physics Education
+1310.6139 Information Theory
+1310.6140
+1310.6142 Experiment
+1310.6146 Numerical Analysis
+1310.6147 Experiment
+1310.6151 Spectral Theory
+1310.6152 Combinatorics
+1310.6159 Phenomenology
+1310.6160 Fluid Dynamics
+1310.6162 Digital Libraries
+1310.6164 Accelerator Physics
+1310.6165 Superconductivity
+1310.6166 Dynamical Systems
+1310.6167 Analysis of PDEs
+1310.6168 Probability
+1310.6169 Probability
+1310.6171 Networking and Internet Architecture
+1310.6172 Logic
+1310.6173 Networking and Internet Architecture
+1310.6174 Optics
+1310.6178 Phenomenology
+1310.6179 Optimization and Control
+1310.6181 Probability
+1310.6186 Lattice
+1310.6188
+1310.6190 Atomic Physics
+1310.6193 Strongly Correlated Electrons
+1310.6195 Experiment
+1310.6208 Combinatorics
+1310.6210 Lattice
+1310.6211 Representation Theory
+1310.6212 Algebraic Topology
+1310.6215 Strongly Correlated Electrons
+1310.6216
+1310.6222 Analysis of PDEs
+1310.6223 High Energy Astrophysical Phenomena
+1310.6224 Methodology
+1310.6232 Functional Analysis
+1310.6233 Materials Science
+1310.6234 Mesoscale and Nanoscale Physics
+1310.6243
+1310.6244 Number Theory
+1310.6247 Algebraic Topology
+1310.6252
+1310.6254 Phenomenology
+1310.6259 Other Computer Science
+1310.6260 Lattice
+1310.6265 Information Theory
+1310.6268 Classical Analysis and ODEs
+1310.6273 Analysis of PDEs
+1310.6277 Numerical Analysis
+1310.6279 Probability
+1310.6284 Representation Theory
+1310.6286 Probability
+1310.6291 Algebraic Geometry
+1310.6298 Operating Systems
+1310.6300
+1310.6301 Operating Systems
+1310.6303 Formal Languages and Automata Theory
+1310.6306 Solar and Stellar Astrophysics
+1310.6311 Computers and Society
+1310.6314 Molecular Networks
+1310.6320 Populations and Evolution
+1310.6333
+1310.6342 Multiagent Systems
+1310.6344 Metric Geometry
+1310.6346 Superconductivity
+1310.6347
+1310.6348
+cond-mat/0402389 Statistical Mechanics
+cond-mat/0411732 Disordered Systems and Neural Networks
+cs/0608012 Networking and Internet Architecture
+cs/0703014 Networking and Internet Architecture
+gr-qc/0508112
+math-ph/0505035
+math/0611306 Probability
+0709.1420 Functional Analysis
+0709.1431 Functional Analysis
+0709.1435 Functional Analysis
+0709.1436 Functional Analysis
+0709.1443 Functional Analysis
+0803.0538 Combinatorics
+0804.3434 Logic in Computer Science
+0808.2223 Theory
+0809.2910 Other Condensed Matter
+0903.3614 Logic
+0904.4630 Dynamical Systems
+0910.2752 Geometric Topology
+0910.3776 Other Condensed Matter
+0911.0318 Complex Variables
+0911.3856 Networking and Internet Architecture
+1005.4257 Materials Science
+1005.5391 Theory
+1008.0775 Systems and Control
+1011.2108 Analysis of PDEs
+1011.5437 Classical Analysis and ODEs
+1012.2224 Superconductivity
+1102.1872 Number Theory
+1103.3121 Theory
+1103.3213
+1104.1543 Symplectic Geometry
+1104.2610 Theory
+1105.2020 Functional Analysis
+1107.0134 Artificial Intelligence
+1108.0117 Metric Geometry
+1108.0293 Algebraic Topology
+1110.6077 Theory
+1111.3145 Classical Analysis and ODEs
+1111.5864 Combinatorics
+1111.6188 Optimization and Control
+1112.0579 Computational Physics
+1112.4854 Theory
+1201.1850 Solar and Stellar Astrophysics
+1201.2339
+1201.3277 Classical Analysis and ODEs
+1201.6274 Strongly Correlated Electrons
+1202.3538 Logic in Computer Science
+1203.6574 Probability
+1204.4648 Complex Variables
+1205.1336 Metric Geometry
+1205.2886 Theory
+1205.6791 Computer Science and Game Theory
+1206.1793 Mesoscale and Nanoscale Physics
+1206.1854
+1206.3649 Optimization and Control
+1206.4325 Phenomenology
+1207.2167 Phenomenology
+1207.3456 Probability
+1207.4696 Analysis of PDEs
+1208.0023
+1208.2063
+1210.3236 Quantum Algebra
+1210.3411 Chaotic Dynamics
+1210.5185 Lattice
+1211.0206 Theory
+1211.1116 Operator Algebras
+1211.1538 Mesoscale and Nanoscale Physics
+1211.5064 Astrophysics of Galaxies
+1211.7268 Algebraic Geometry
+1211.7330 Populations and Evolution
+1212.2006 Computation and Language
+1212.2294
+1301.1916 Atomic Physics
+1301.4344 Solar and Stellar Astrophysics
+1301.6111 Information Theory
+1302.4049 Applications
+1302.4826 Quantum Algebra
+1302.4841 Logic
+1302.5002 Information Theory
+1302.5951
+1302.6256 Social and Information Networks
+1302.6650 Strongly Correlated Electrons
+1303.0314 Adaptation and Self-Organizing Systems
+1303.1267 Phenomenology
+1303.1334 Computational Finance
+1303.1727 Cosmology and Nongalactic Astrophysics
+1303.4067 Theory
+1303.5496 Complex Variables
+1303.5985 Numerical Analysis
+1303.7020
+1304.0160 Learning
+1304.2471 Materials Science
+1304.4904
+1304.5405 Superconductivity
+1304.6853 Analysis of PDEs
+1304.7205 Populations and Evolution
+1304.7810 Numerical Analysis
+1305.1138 Earth and Planetary Astrophysics
+1305.1511 Differential Geometry
+1305.2942 Experiment
+1305.4231
+1305.5136 Social and Information Networks
+1305.5460 Commutative Algebra
+1305.5952 Analysis of PDEs
+1305.5956 Computers and Society
+1306.0595 Fluid Dynamics
+1306.0783 Logic in Computer Science
+1306.0940 Machine Learning
+1306.3417 High Energy Astrophysical Phenomena
+1307.0845 Artificial Intelligence
+1307.1714
+1307.5350 Complex Variables
+1307.6540
+1307.6634 Mesoscale and Nanoscale Physics
+1307.6653 Phenomenology
+1307.7495 Information Theory
+1307.7756 Populations and Evolution
+1307.7780 Phenomenology
+1308.0043 Mesoscale and Nanoscale Physics
+1308.0320 Phenomenology
+1308.0940 Fluid Dynamics
+1308.2669 Astrophysics of Galaxies
+1308.3225 Multimedia
+1308.3303 Information Theory
+1308.6230 Cosmology and Nongalactic Astrophysics
+1309.0293 Theory
+1309.0719 Neural and Evolutionary Computing
+1309.1861 Superconductivity
+1309.4745 Theory
+1309.5267 Exactly Solvable and Integrable Systems
+1309.5403 Analysis of PDEs
+1309.5603 Probability
+1310.0214 Cosmology and Nongalactic Astrophysics
+1310.1653 Genomics
+1310.1675 Strongly Correlated Electrons
+1310.1831
+1310.1952
+1310.2334 Superconductivity
+1310.2449 Discrete Mathematics
+1310.4790
+1310.5009 Materials Science
+1310.7941 Phenomenology
+1311.2148
+1311.4282 Dynamical Systems
+1311.6124 Algebraic Geometry
+1311.6192 Computational Complexity
+1311.6202 Dynamical Systems
+1311.6392 Learning
+1311.6794
+1312.0562 Experiment
+1312.1218
+1312.1780 Symbolic Computation
+1312.2877 Neural and Evolutionary Computing
+1312.2987 Algebraic Geometry
+1312.3386 Machine Learning
+1312.3914 Materials Science
+1312.4306 Metric Geometry
+1312.4372 Quantum Algebra
+1312.4410 Other Computer Science
+1312.4777 Strongly Correlated Electrons
+1312.4826 Systems and Control
+1312.6063 Solar and Stellar Astrophysics
+1312.6219 Computer Vision and Pattern Recognition
+1312.6403
+1312.6456 Probability
+1312.6506 Computer Vision and Pattern Recognition
+1312.6692 Earth and Planetary Astrophysics
+1312.6767 Number Theory
+1312.6891 Theory
+1312.6892 Optics
+1312.6895 Biological Physics
+1312.6897 Probability
+1312.6899 Combinatorics
+1312.6905 Numerical Analysis
+1312.6906 Analysis of PDEs
+1312.6908 Optics
+1312.6913
+1312.6914 Theory
+1312.6915 Geometric Topology
+1312.6917 Geometric Topology
+1312.6919 Number Theory
+1312.6926 Probability
+1312.6929
+1312.6934 Systems and Control
+1312.6935 Graphics
+1312.6936 Networking and Internet Architecture
+1312.6937 Experiment
+1312.6938
+1312.6939 Software Engineering
+1312.6945
+1312.6946 Group Theory
+1312.6948 Computation and Language
+1312.6949 Information Theory
+1312.6954 Digital Libraries
+1312.6956 Machine Learning
+1312.6964 General Topology
+1312.6965 Machine Learning
+1312.6966 Methodology
+1312.6967 Methodology
+1312.6968 Methodology
+1312.6969 Methodology
+1312.6973 Combinatorics
+1312.6977 Number Theory
+1312.6978 Statistics Theory
+1312.6981 Commutative Algebra
+1312.6991 Cosmology and Nongalactic Astrophysics
+1312.6992
+1312.6993 Solar and Stellar Astrophysics
+1312.6994 Methodology
+1312.6998 Analysis of PDEs
+1312.6999 Mesoscale and Nanoscale Physics
+1312.7000 Chemical Physics
+1312.7001 Methodology
+1312.7003 Machine Learning
+1312.7007 Methodology
+1312.7009 Functional Analysis
+1312.7011 Machine Learning
+1312.7013 Cryptography and Security
+1312.7018 Methodology
+1312.7024 Machine Learning
+1312.7035 Probability
+1312.7036 Social and Information Networks
+1312.7042 Computational Complexity
+1312.7045 Optics
+1312.7046 Atomic Physics
+1312.7047 Symplectic Geometry
+1312.7048 Metric Geometry
+1312.7051 Chemical Physics
+1312.7056 Computers and Society
+1312.7062 Data Structures and Algorithms
+1312.7070 Adaptation and Self-Organizing Systems
+1312.7072 Numerical Analysis
+1312.7082 Phenomenology
+1312.7083 Atomic and Molecular Clusters
+1312.7085 Computer Vision and Pattern Recognition
+1312.7088 Optimization and Control
+1312.7094 Combinatorics
+1312.7095 Chaotic Dynamics
+1312.7096 Rings and Algebras
+1312.7099 Chaotic Dynamics
+1312.7101 Soft Condensed Matter
+1312.7102 Earth and Planetary Astrophysics
+1312.7103 Classical Analysis and ODEs
+1312.7105 Complex Variables
+1312.7106 Statistical Mechanics
+1312.7107 Materials Science
+1312.7115 Number Theory
+1312.7116
+1312.7118 Computers and Society
+1312.7120 Phenomenology
+1312.7123 Computers and Society
+1312.7124 Chaotic Dynamics
+1312.7126 Networking and Internet Architecture
+1312.7128 Popular Physics
+1312.7130 Classical Physics
+1312.7135 Information Theory
+1312.7139 Probability
+1312.7142 Probability
+1312.7143 Materials Science
+1312.7144 Algebraic Geometry
+1312.7146
+1312.7150 Statistics Theory
+1312.7151 Number Theory
+1312.7152 Networking and Internet Architecture
+1312.7154 Number Theory
+1312.7155 Algebraic Topology
+1312.7156 Disordered Systems and Neural Networks
+1312.7157 Materials Science
+1312.7162 Algebraic Geometry
+1312.7164 Algebraic Geometry
+1312.7165 Physics and Society
+1312.7167 Machine Learning
+1312.7170 Combinatorics
+1312.7171 Number Theory
+1312.7172 Optimization and Control
+1312.7177 Rings and Algebras
+1312.7179 Learning
+1312.7187 Networking and Internet Architecture
+1312.7188 Quantum Algebra
+1312.7191 Information Theory
+1312.7194 Lattice
+1312.7200 Number Theory
+1312.7201 Networking and Internet Architecture
+1312.7202 Number Theory
+1312.7203 Number Theory
+1312.7204 Number Theory
+1312.7205 Number Theory
+1312.7210 Optimization and Control
+1312.7213 Dynamical Systems
+1312.7217 Data Structures and Algorithms
+1312.7223 Computation and Language
+1312.7226
+1312.7230 Lattice
+1312.7231 Functional Analysis
+1312.7233 Combinatorics
+1312.7239 Representation Theory
+1312.7240 Numerical Analysis
+1312.7245 Experiment
+1312.7248 Functional Analysis
+1312.7249 Social and Information Networks
+1312.7253 Discrete Mathematics
+1312.7260 Methodology
+1312.7265 Analysis of PDEs
+1312.7267 Differential Geometry
+1312.7268 Quantum Algebra
+1312.7269 Phenomenology
+1312.7270 Phenomenology
+1312.7272 General Mathematics
+1312.7277 Analysis of PDEs
+1312.7278 Medical Physics
+1312.7289
+1312.7290 Materials Science
+1312.7294 Group Theory
+1312.7296 Data Structures and Algorithms
+1312.7298 Mesoscale and Nanoscale Physics
+1312.7299 Exactly Solvable and Integrable Systems
+1312.7300 Materials Science
+1312.7306 Computational Complexity
+1312.7308 Machine Learning
+1312.7309 Phenomenology
+1312.7313 Theory
+1312.7314
+1312.7317 Mesoscale and Nanoscale Physics
+1312.7320 Algebraic Geometry
+1312.7322
+1312.7326 Artificial Intelligence
+1312.7327 Complex Variables
+1312.7328 Probability
+1312.7330 Instrumentation and Methods for Astrophysics
+1312.7331 Neurons and Cognition
+1312.7333 Number Theory
+1312.7334 Symplectic Geometry
+1312.7338 Optimization and Control
+1312.7339 Number Theory
+cs/0202020 Computer Vision and Pattern Recognition
+math/0112212 Logic
+math/0503723 Functional Analysis
+0710.0618 Differential Geometry
+0803.2017 Optics
+1102.2677 Information Theory
+1102.3571 Combinatorics
+1102.4674 Statistics Theory
+1105.1746 Differential Geometry
+1105.2879 Statistics Theory
+1105.3464 Combinatorics
+1107.3013 Graphics
+1108.4340 Theory
+1109.4711 Complex Variables
+1111.6704 General Physics
+1111.7046 Superconductivity
+1112.1115 Social and Information Networks
+1112.3403 Theory
+1112.5863 Biological Physics
+1201.5983 Materials Science
+1202.6036 Differential Geometry
+1203.5220
+1204.2361 Strongly Correlated Electrons
+1204.2632 Theory
+1204.5731 Analysis of PDEs
+1205.2392 Differential Geometry
+1205.3079 Materials Science
+1205.5466 Rings and Algebras
+1205.6398 Quantum Gases
+1206.5562 Superconductivity
+1207.0198 Number Theory
+1207.2751
+1207.2821 Quantum Gases
+1207.6804 Quantum Gases
+1208.0869 Algebraic Geometry
+1208.2348 Soft Condensed Matter
+1208.3115 Phenomenology
+1208.3910 Quantum Algebra
+1209.2332 Phenomenology
+1209.2646 Instrumentation and Detectors
+1209.3137 Information Theory
+1209.6146
+1210.0225 Adaptation and Self-Organizing Systems
+1210.1129 Materials Science
+1210.1489 Materials Science
+1210.2749 Biological Physics
+1210.3980 Algebraic Geometry
+1210.5993 Algebraic Geometry
+1211.0472 Phenomenology
+1211.0718 Materials Science
+1211.1476 Number Theory
+1211.1497 Mesoscale and Nanoscale Physics
+1211.2157 Theory
+1211.3952 Other Condensed Matter
+1211.4717 Quantum Gases
+1211.4916 Theory
+1211.5117 Mesoscale and Nanoscale Physics
+1211.5290 Computation
+1211.7164 Physics and Society
+1211.7248 Chaotic Dynamics
+1212.3178 Theory
+1212.4184 Complex Variables
+1212.4749 Statistical Mechanics
+1212.4825 Phenomenology
+1212.5900 Operator Algebras
+1301.0437 Soft Condensed Matter
+1301.1285 Mesoscale and Nanoscale Physics
+1301.1698 Earth and Planetary Astrophysics
+1301.3608 Number Theory
+1301.3795 Mesoscale and Nanoscale Physics
+1301.4442 Pricing of Securities
+1301.6273 Biological Physics
+1301.6878
+1302.1287 Analysis of PDEs
+1302.2073 Computer Vision and Pattern Recognition
+1302.2325 Optimization and Control
+1302.2351 Plasma Physics
+1302.5748 Mesoscale and Nanoscale Physics
+1302.7154 Statistical Mechanics
+1303.1427 Combinatorics
+1303.4845 Computer Vision and Pattern Recognition
+1303.5508 Computer Vision and Pattern Recognition
+1303.6529 Computation
+1303.6592 Solar and Stellar Astrophysics
+1303.6700 Quantitative Methods
+1303.6729 Computational Complexity
+1303.6769 Complex Variables
+1303.6840 Instrumentation and Detectors
+1303.6946 Classical Analysis and ODEs
+1303.6947 Classical Analysis and ODEs
+1303.6948 Classical Analysis and ODEs
+1303.6955 Theory
+1303.6964 Phenomenology
+1303.6976 Computer Science and Game Theory
+1303.6979 Optimization and Control
+1303.6982 Optimization and Control
+1303.6985 Combinatorics
+1303.6986 Materials Science
+1303.6988 Computational Physics
+1303.6991 Optimization and Control
+1303.6993 Molecular Networks
+1303.6997 Optics
+1303.7000 Information Theory
+1303.7002 Methodology
+1303.7005 Numerical Analysis
+1303.7008 Phenomenology
+1303.7012 Cryptography and Security
+1303.7016 Optics
+1303.7024 Representation Theory
+1303.7025 Physics Education
+1303.7026 Information Theory
+1303.7027 Metric Geometry
+1303.7031 Mesoscale and Nanoscale Physics
+1303.7033 General Physics
+1303.7034 Information Theory
+1303.7036 Superconductivity
+1303.7037 Computational Geometry
+1303.7041 Optimization and Control
+1303.7046 Category Theory
+1303.7048 Numerical Analysis
+1303.7049 Representation Theory
+1303.7050 Applications
+1303.7051 Logic
+1303.7053
+1303.7064 Exactly Solvable and Integrable Systems
+1303.7065 Biological Physics
+1303.7067 Materials Science
+1303.7068 High Energy Astrophysical Phenomena
+1303.7070 Instrumentation and Methods for Astrophysics
+1303.7072 Dynamical Systems
+1303.7073 Plasma Physics
+1303.7075 Cryptography and Security
+1303.7076 Algebraic Geometry
+1303.7077 Logic in Computer Science
+1303.7080 High Energy Astrophysical Phenomena
+1303.7082 Algebraic Geometry
+1303.7086 History and Philosophy of Physics
+1303.7089 History and Overview
+1303.7094 Metric Geometry
+1303.7100 Analysis of PDEs
+1303.7103 Distributed, Parallel, and Cluster Computing
+1303.7105 Statistical Mechanics
+1303.7107 Instrumentation and Detectors
+1303.7115 Computers and Society
+1303.7118 Cosmology and Nongalactic Astrophysics
+1303.7123 Analysis of PDEs
+1303.7124 Cosmology and Nongalactic Astrophysics
+1303.7126 Algebraic Geometry
+1303.7129 Lattice
+1303.7136 Logic in Computer Science
+1303.7137 Artificial Intelligence
+1303.7141 Superconductivity
+1303.7142 Cosmology and Nongalactic Astrophysics
+1303.7144 Social and Information Networks
+1303.7155
+1303.7157 Materials Science
+1303.7158 High Energy Astrophysical Phenomena
+1303.7161 Mesoscale and Nanoscale Physics
+1303.7179 Geometric Topology
+1303.7180 Classical Analysis and ODEs
+1303.7186 Neurons and Cognition
+1303.7189 Biomolecules
+1303.7191 Atmospheric and Oceanic Physics
+1303.7195 Distributed, Parallel, and Cluster Computing
+1303.7200 Artificial Intelligence
+1303.7201 Artificial Intelligence
+1303.7205 Combinatorics
+1303.7208 Populations and Evolution
+1303.7217 Computational Geometry
+1303.7220 Emerging Technologies
+1303.7221 Theory
+1303.7226 Social and Information Networks
+cond-mat/0702222 Materials Science
+0903.3576
+0909.5665 Complex Variables
+1004.3212
+1006.1841 Complex Variables
+1006.3954 K-Theory and Homology
+1101.5185 Theory
+1102.3502
+1103.5233 Classical Analysis and ODEs
+1109.1415 Theory
+1110.0909 Metric Geometry
+1112.0041 Rings and Algebras
+1112.0339
+1202.6344 Commutative Algebra
+1203.3111 Analysis of PDEs
+1205.3069 Theory
+1206.5491 Differential Geometry
+1206.5743 Strongly Correlated Electrons
+1207.0749 Functional Analysis
+1207.2382 Algebraic Geometry
+1209.0697 Pricing of Securities
+1209.0986 Solar and Stellar Astrophysics
+1209.1760 Operator Algebras
+1210.0063 Physics and Society
+1210.1917
+1210.3339 Algebraic Geometry
+1210.4361
+1211.5560 Phenomenology
+1212.0818 Theory
+1212.1209 Plasma Physics
+1212.2788 Physics and Society
+1212.3240 Superconductivity
+1301.2476 Formal Languages and Automata Theory
+1302.0712 Probability
+1302.0915 Chaotic Dynamics
+1302.2001 Phenomenology
+1302.2598 Phenomenology
+1302.4244 Statistics Theory
+1302.5447 High Energy Astrophysical Phenomena
+1303.0108 Phenomenology
+1303.0183 Physics and Society
+1303.0588 Symplectic Geometry
+1303.1541 Mesoscale and Nanoscale Physics
+1303.1974 Superconductivity
+1303.2331 Number Theory
+1303.6203
+1303.7235 Strongly Correlated Electrons
+1304.0314 Mesoscale and Nanoscale Physics
+1304.0345 Phenomenology
+1304.1891 Phenomenology
+1304.2090 Theory
+1304.2778 Quantum Gases
+1304.2800 Phenomenology
+1304.3711 Theory
+1304.3922 Number Theory
+1304.4605 Strongly Correlated Electrons
+1304.5260 Physics and Society
+1304.5810 Artificial Intelligence
+1304.6310 Experiment
+1304.6661 Molecular Networks
+1305.0887 Probability
+1305.1636 Operator Algebras
+1305.1671 Materials Science
+1306.5251
+1307.0070 Geometric Topology
+1307.0109 Analysis of PDEs
+1307.0183 Experiment
+1307.0339 Artificial Intelligence
+1307.0433 Distributed, Parallel, and Cluster Computing
+1307.0438 Materials Science
+1307.0483 Numerical Analysis
+1307.0507 Disordered Systems and Neural Networks
+1307.0515 Earth and Planetary Astrophysics
+1307.0518 Algebraic Topology
+1307.0520 Geophysics
+1307.0522 Methodology
+1307.0528
+1307.0531 Data Structures and Algorithms
+1307.0533 Dynamical Systems
+1307.0537 General Physics
+1307.0540 Theory
+1307.0541 Genomics
+1307.0548 Instrumentation and Methods for Astrophysics
+1307.0554 Dynamical Systems
+1307.0555 Dynamical Systems
+1307.0571 Data Structures and Algorithms
+1307.0578 Machine Learning
+1307.0580 Mesoscale and Nanoscale Physics
+1307.0581 Superconductivity
+1307.0582
+1307.0583 Accelerator Physics
+1307.0584 Data Analysis, Statistics and Probability
+1307.0587 Soft Condensed Matter
+1307.0589 Learning
+1307.0593 Commutative Algebra
+1307.0594
+1307.0596 Computation and Language
+1307.0606 Representation Theory
+1307.0607 Populations and Evolution
+1307.0610 Statistical Mechanics
+1307.0611
+1307.0613 Group Theory
+1307.0616 Networking and Internet Architecture
+1307.0618 Solar and Stellar Astrophysics
+1307.0619 Analysis of PDEs
+1307.0620 Astrophysics of Galaxies
+1307.0621 Soft Condensed Matter
+1307.0623 Functional Analysis
+1307.0624 Data Structures and Algorithms
+1307.0626 Systems and Control
+1307.0628 Rings and Algebras
+1307.0631 Classical Analysis and ODEs
+1307.0632
+1307.0633 Classical Analysis and ODEs
+1307.0634 Classical Analysis and ODEs
+1307.0635 Formal Languages and Automata Theory
+1307.0637 Cosmology and Nongalactic Astrophysics
+1307.0638 Classical Analysis and ODEs
+1307.0639 Algebraic Geometry
+1307.0642 Multimedia
+1307.0643 Information Theory
+1307.0644 Biological Physics
+1307.0648 Number Theory
+1307.0650 Classical Analysis and ODEs
+1307.0653 Classical Analysis and ODEs
+1307.0654 Functional Analysis
+1307.0655 Classical Analysis and ODEs
+1307.0656 Classical Analysis and ODEs
+1307.0657 Classical Analysis and ODEs
+1307.0658 Soft Condensed Matter
+1307.0663 Logic
+1307.0664 Classical Analysis and ODEs
+1307.0666 Classical Analysis and ODEs
+1307.0670 Pattern Formation and Solitons
+1307.0677 Solar and Stellar Astrophysics
+1307.0687 Networking and Internet Architecture
+1307.0689
+1307.0693 Analysis of PDEs
+1307.0701 Phenomenology
+1307.0706 Instrumentation and Detectors
+1307.0720 Probability
+1307.0721 Experiment
+1307.0724 Algebraic Geometry
+1307.0739 Chaotic Dynamics
+1307.0747 Computational Engineering, Finance, and Science
+1307.0749 Computational Engineering, Finance, and Science
+1307.0750 Functional Analysis
+1307.0753
+1307.0757 Quantitative Methods
+1307.0762 Materials Science
+1307.0763 Dynamical Systems
+1307.0764 Materials Science
+1307.0772 Other Computer Science
+1307.0774 Phenomenology
+1307.0777 Cosmology and Nongalactic Astrophysics
+1307.0779 Number Theory
+1307.0781 Learning
+1307.0785 General Finance
+1307.0789 Solar and Stellar Astrophysics
+1307.0793 Operator Algebras
+1307.0797 Metric Geometry
+1307.0806 Strongly Correlated Electrons
+1207.5236
+0705.2746 Strongly Correlated Electrons
+0801.1316 Mesoscale and Nanoscale Physics
+0803.2567 Adaptation and Self-Organizing Systems
+0803.2568 Adaptation and Self-Organizing Systems
+0811.2551 Multiagent Systems
+0909.2531 Algebraic Geometry
+0912.2255 Commutative Algebra
+1001.1399 Neurons and Cognition
+1001.1401 Artificial Intelligence
+1005.1516 Multiagent Systems
+1009.0053 Strongly Correlated Electrons
+1009.2297 Mesoscale and Nanoscale Physics
+1011.1401
+1012.0565 Mesoscale and Nanoscale Physics
+1012.0706 Algebraic Geometry
+1102.5154
+1103.4272 Phenomenology
+1105.3004
+1106.3278
+1110.4884 Mesoscale and Nanoscale Physics
+1111.2323 Biomolecules
+1111.2621 Data Structures and Algorithms
+1111.3275 Information Theory
+1111.5378
+1201.1223 Computational Complexity
+1201.6070 Geometric Topology
+1202.1412 Probability
+1202.2893
+1202.3199 Differential Geometry
+1202.3544
+1202.4667
+1203.3932 Soft Condensed Matter
+1204.0155 Solar and Stellar Astrophysics
+1204.5890
+1205.0675 Mesoscale and Nanoscale Physics
+1205.4577 Algebraic Geometry
+1207.2441 Theory
+1207.3349 Statistical Mechanics
+1207.5581
+1207.6783
+1208.1426 Solar and Stellar Astrophysics
+1208.4090 Dynamical Systems
+1208.6214 Strongly Correlated Electrons
+1209.5445 Mesoscale and Nanoscale Physics
+1210.2552 Logic
+1210.4106
+1210.6960 Algebraic Geometry
+1210.8444
+1211.0395 Theory
+1211.1060
+1211.1646 Computational Physics
+1211.4520 Neural and Evolutionary Computing
+1212.0899 Geometric Topology
+1212.1250 Materials Science
+1212.1300 Combinatorics
+1212.2344 Theory
+1212.5960 Combinatorics
+1212.6242
+1301.1555 Neural and Evolutionary Computing
+1301.1640 Plasma Physics
+1301.1811 Analysis of PDEs
+1301.3321 Statistics Theory
+1301.4340 Rings and Algebras
+1301.5241 Mesoscale and Nanoscale Physics
+1301.6024 Probability
+1301.7282 Phenomenology
+1302.0123 Strongly Correlated Electrons
+1302.0216 Artificial Intelligence
+1302.0596 Rings and Algebras
+1302.1488 Logic
+1302.2097 Soft Condensed Matter
+1302.3727 Differential Geometry
+1302.4069 Strongly Correlated Electrons
+1303.0561 Machine Learning
+1303.2402 Phenomenology
+1303.4303 Quantitative Methods
+1303.4607 Statistical Mechanics
+1303.5821 Plasma Physics
+1303.6237 Probability
+1304.1854 Materials Science
+1304.2213 Materials Science
+1304.2281 Materials Science
+1304.3023 Optics
+1304.5291 Disordered Systems and Neural Networks
+1304.6119 Phenomenology
+1304.6705 Theory
+1304.7241 Biological Physics
+1304.7612
+1305.0381 Superconductivity
+1305.1177 Quantum Gases
+1305.2020
+1305.3060 Chemical Physics
+1305.4608 Geophysics
+1305.6171 Plasma Physics
+1306.0479
+1306.0908
+1306.2178 Theory
+1306.2250 Applications
+1306.2876 Representation Theory
+1306.2988 Data Structures and Algorithms
+1306.3071 Theory
+1306.4226 Mesoscale and Nanoscale Physics
+1306.5152 Probability
+1306.6344 Phenomenology
+1306.6669 Operator Algebras
+1307.1130 Quantum Gases
+1307.1458 Mesoscale and Nanoscale Physics
+1307.1732
+1307.3030 Algebraic Geometry
+1307.4017
+1307.6323 Phenomenology
+1307.6663 Discrete Mathematics
+1308.0253 Materials Science
+1308.0468 Quantum Gases
+1308.1384 Materials Science
+1308.4241 Neurons and Cognition
+1308.4347 Differential Geometry
+1308.4476 Superconductivity
+1308.4589 Applications
+1308.4815 Programming Languages
+1308.4937 Instrumentation and Detectors
+1308.4978 Software Engineering
+1308.4985
+1308.4987 High Energy Astrophysical Phenomena
+1308.4993 Lattice
+1308.4994 Information Theory
+1308.4995 Functional Analysis
+1308.4996 Computational Geometry
+1308.4997 Differential Geometry
+1308.4999 Social and Information Networks
+1308.5002 Geometric Topology
+1308.5006 Solar and Stellar Astrophysics
+1308.5009
+1308.5010 Physics and Society
+1308.5014 Operator Algebras
+1308.5019 Computational Finance
+1308.5020 Combinatorics
+1308.5021
+1308.5025 Accelerator Physics
+1308.5028 Functional Analysis
+1308.5029 Symbolic Computation
+1308.5030 Optics
+1308.5032 Neural and Evolutionary Computing
+1308.5033 Neural and Evolutionary Computing
+1308.5034 Neurons and Cognition
+1308.5036 Methodology
+1308.5037 Neurons and Cognition
+1308.5039
+1308.5041 Number Theory
+1308.5042 Optimization and Control
+1308.5044 Optimization and Control
+1308.5045 Optimization and Control
+1308.5046 Artificial Intelligence
+1308.5047 Theory
+1308.5049 Number Theory
+1308.5050 Neurons and Cognition
+1308.5053 Emerging Technologies
+1308.5057 Probability
+1308.5063 Computer Vision and Pattern Recognition
+1308.5065 Functional Analysis
+1308.5067 Atmospheric and Oceanic Physics
+1308.5079 Computational Geometry
+1308.5080 Algebraic Geometry
+1308.5081 Classical Analysis and ODEs
+1308.5085 Commutative Algebra
+1308.5086 Optics
+1308.5089 Mesoscale and Nanoscale Physics
+1308.5092 Networking and Internet Architecture
+1308.5094 Populations and Evolution
+1308.5095 Instrumentation and Methods for Astrophysics
+1308.5096 Probability
+1308.5101 Metric Geometry
+1308.5103 Operator Algebras
+1308.5104 Rings and Algebras
+1308.5106 Analysis of PDEs
+1308.5107 Mesoscale and Nanoscale Physics
+1308.5108 Representation Theory
+1308.5110 Theory
+1308.5111 Astrophysics of Galaxies
+1308.5112 Probability
+1308.5118
+1308.5124 Cell Behavior
+1308.5125 Social and Information Networks
+1308.5137 Artificial Intelligence
+1308.5138 Neural and Evolutionary Computing
+1308.5147 Functional Analysis
+1308.5152 Risk Management
+1308.5157 High Energy Astrophysical Phenomena
+1308.5158 Computational Complexity
+1308.5160 Algebraic Geometry
+1308.5161 Chemical Physics
+1308.5162 Strongly Correlated Electrons
+1308.5163 Cell Behavior
+1308.5166 Phenomenology
+1308.5168 Social and Information Networks
+1308.5171 Functional Analysis
+1308.5177 Distributed, Parallel, and Cluster Computing
+1308.5180 Dynamical Systems
+1308.5181 Earth and Planetary Astrophysics
+1308.5189 Probability
+1308.5194 Number Theory
+1308.5195 Astrophysics of Galaxies
+1308.5199 Solar and Stellar Astrophysics
+1308.5202 Information Theory
+1308.5206 Combinatorics
+1308.5208 Computational Physics
+1308.5212
+1308.5213 Computational Physics
+1308.5214 Medical Physics
+1308.5215 Computational Physics
+1308.5217 Differential Geometry
+cond-mat/0608229 Materials Science
+math/0507404 Algebraic Geometry
+math/0512190 Algebraic Geometry
+math/0601131 Number Theory
+nlin/0512025 Adaptation and Self-Organizing Systems
+q-bio/0402002 Populations and Evolution
+quant-ph/0007044
+0704.0444 Theory
+0704.0570 Mesoscale and Nanoscale Physics
+0704.2352
+0704.2431 Superconductivity
+0704.2746 Materials Science
+0704.3045 Phenomenology
+0705.0532 Mesoscale and Nanoscale Physics
+0705.0872 Plasma Physics
+0705.1292 Data Analysis, Statistics and Probability
+0705.2393
+0705.2782 Other Condensed Matter
+0705.2937 Strongly Correlated Electrons
+0705.3539 Soft Condensed Matter
+0705.3791 Strongly Correlated Electrons
+0705.4055 Chaotic Dynamics
+0705.4222 Superconductivity
+0705.4235 Atomic and Molecular Clusters
+0706.1058 Strongly Correlated Electrons
+0706.1746 Superconductivity
+0706.2582 Strongly Correlated Electrons
+0706.2671 Statistical Mechanics
+0706.3129 Disordered Systems and Neural Networks
+0706.3371 Strongly Correlated Electrons
+0706.3821
+0706.4003 Strongly Correlated Electrons
+0706.4422 Statistical Mechanics
+0707.0384 Materials Science
+0707.0529
+0707.0695 Statistical Mechanics
+0707.0776 Other Condensed Matter
+0707.1497
+0707.1963 Disordered Systems and Neural Networks
+0707.2415 Materials Science
+0707.2535 Mesoscale and Nanoscale Physics
+0707.2611
+0707.2765 Other Condensed Matter
+0707.3031
+0707.3242 Phenomenology
+0707.3428 Physics and Society
+0708.0384 Mesoscale and Nanoscale Physics
+0708.0710 Strongly Correlated Electrons
+0708.1094
+0708.1886 Optics
+0708.2953 Statistical Mechanics
+0708.3102 Statistical Mechanics
+0708.3231 Mesoscale and Nanoscale Physics
+0708.3855 Materials Science
+0709.2059 Materials Science
+0709.2164 Phenomenology
+0709.2170 Theory
+0709.2231 Disordered Systems and Neural Networks
+0709.2323 Statistical Mechanics
+0709.2454
+0709.2548 Mesoscale and Nanoscale Physics
+0709.2643
+0709.2698 Disordered Systems and Neural Networks
+0709.3381 Quantum Gases
+0709.4059
+0709.4379 Strongly Correlated Electrons
+0710.0391 Statistical Mechanics
+0710.0478 Mesoscale and Nanoscale Physics
+0710.1015
+0710.3086
+0710.3100 Phenomenology
+0710.3420 Populations and Evolution
+0710.3962 Mesoscale and Nanoscale Physics
+0710.4183
+0710.4391 Other Condensed Matter
+0710.5441 Physics and Society
+0710.5606 Statistical Mechanics
+0710.5943
+0711.0333 Strongly Correlated Electrons
+0711.0337 Atomic Physics
+0711.1275
+0711.1331 Materials Science
+0711.1563 Superconductivity
+0711.1879 Theory
+0711.2538 Soft Condensed Matter
+0711.2661 Mesoscale and Nanoscale Physics
+0711.3391 Statistical Mechanics
+0711.3531 Experiment
+0711.3567 Mesoscale and Nanoscale Physics
+0711.3767 Strongly Correlated Electrons
+0711.4154 Superconductivity
+0712.0320
+0712.0403 Theory
+0712.1431 Disordered Systems and Neural Networks
+0712.1561 Statistical Mechanics
+0712.1772 Soft Condensed Matter
+0712.1908 Mesoscale and Nanoscale Physics
+0712.2838 Strongly Correlated Electrons
+0712.3216
+0712.3341 Superconductivity
+0712.3431 Strongly Correlated Electrons
+0712.4280 Superconductivity
+0801.0229 Mesoscale and Nanoscale Physics
+0801.0253 Neurons and Cognition
+0801.0475 Atomic Physics
+0801.1194 Atomic Physics
+0801.1573 Physics and Society
+0801.1756 Disordered Systems and Neural Networks
+0801.3566 Materials Science
+0801.4084 Superconductivity
+0802.0472
+0802.0485 Soft Condensed Matter
+0802.0828 Atomic Physics
+0802.1436 Materials Science
+0802.2007 Materials Science
+0802.2584 Phenomenology
+0802.4329 Mesoscale and Nanoscale Physics
+0803.0971 Other Condensed Matter
+0803.1037 Materials Science
+0803.1039 Atomic Physics
+0803.1044 Superconductivity
+0803.1142 Disordered Systems and Neural Networks
+0803.1196 Mesoscale and Nanoscale Physics
+0803.2465 Mesoscale and Nanoscale Physics
+0803.2515 Superconductivity
+0803.2860 Subcellular Processes
+0803.3052 Superconductivity
+0803.3374 Soft Condensed Matter
+0803.3614 Superconductivity
+0803.3649 Materials Science
+0803.3978 Superconductivity
+0803.4028 Theory
+0804.0367
+0804.1136
+0804.1436 Disordered Systems and Neural Networks
+0804.1512 Strongly Correlated Electrons
+0804.2099 Mesoscale and Nanoscale Physics
+0804.2919
+0804.3043 Strongly Correlated Electrons
+0804.3366 Mesoscale and Nanoscale Physics
+0804.4306 Materials Science
+0804.4822 Superconductivity
+0805.0220 Soft Condensed Matter
+0805.0624 Strongly Correlated Electrons
+0805.0847 Other Condensed Matter
+0805.1393 Strongly Correlated Electrons
+0805.1490 Chaotic Dynamics
+0805.1543 Strongly Correlated Electrons
+0805.3145 Strongly Correlated Electrons
+0805.3191 Other Condensed Matter
+0805.3265 Statistical Mechanics
+0805.3292 Materials Science
+0805.3343 Superconductivity
+0805.3745 Soft Condensed Matter
+0805.4151 Mesoscale and Nanoscale Physics
+0805.4155 Phenomenology
+0805.4164
+0805.4193 Superconductivity
+0805.4284 Mesoscale and Nanoscale Physics
+0805.4463 Superconductivity
+0805.4825
+0806.0420 Materials Science
+0806.0869 Mesoscale and Nanoscale Physics
+0806.0996 Pattern Formation and Solitons
+0806.1352 Superconductivity
+0806.1449 Experiment
+0806.1552 Disordered Systems and Neural Networks
+0806.1660
+0806.1853 Strongly Correlated Electrons
+0806.2699
+0806.3474
+0806.4692 Theory
+0807.0067
+0807.0413 Soft Condensed Matter
+0807.0466 Theory
+0807.0797 Mesoscale and Nanoscale Physics
+0807.0955 Mesoscale and Nanoscale Physics
+0807.1040 Superconductivity
+0807.1110 Lattice
+0807.1118
+0807.1123 Strongly Correlated Electrons
+0807.1137 Mesoscale and Nanoscale Physics
+0807.1492 Theory
+0807.1736 Number Theory
+0807.1909 Optics
+0807.1981 Mesoscale and Nanoscale Physics
+0807.2031 Physics and Society
+0807.2158
+0807.2202
+0807.2498 Superconductivity
+0807.2854 Strongly Correlated Electrons
+0807.2977 Strongly Correlated Electrons
+0807.3610
+0807.3645
+0807.3683 Other Condensed Matter
+0807.3800 Statistical Finance
+0807.3809 Neurons and Cognition
+0807.3938
+0807.3977
+0807.4079 Statistical Mechanics
+0807.4169 Operator Algebras
+0807.4566 Superconductivity
+0807.4659
+0807.4851 Atomic Physics
+0807.4905 Superconductivity
+0807.4922 Phenomenology
+0807.5026 Mesoscale and Nanoscale Physics
+0808.0144 Phenomenology
+0808.0302 Superconductivity
+0808.0336 Strongly Correlated Electrons
+0808.0478
+0808.0479 Mesoscale and Nanoscale Physics
+0808.0927 Phenomenology
+0808.0944
+0808.1513 Chaotic Dynamics
+0808.1768
+0808.1861 Other Condensed Matter
+0808.2010
+0808.2145 Computational Physics
+0808.2185 Superconductivity
+0808.2224 Mesoscale and Nanoscale Physics
+0808.2445 Experiment
+0808.2501
+0808.2738 Superconductivity
+0808.2809 Statistical Mechanics
+0808.3217 Disordered Systems and Neural Networks
+0808.3339 Statistical Finance
+0808.3380 Atomic Physics
+0808.3491 Strongly Correlated Electrons
+0808.3827 Materials Science
+0808.3862
+0808.3996 Neurons and Cognition
+0809.0036 Theory
+0809.0041 Superconductivity
+0809.0051 Mesoscale and Nanoscale Physics
+0809.0075 Strongly Correlated Electrons
+0809.0244 Superconductivity
+0809.0481 Trading and Market Microstructure
+0809.0798 Strongly Correlated Electrons
+0809.1072 Number Theory
+0809.1392 Mesoscale and Nanoscale Physics
+0809.1406 Statistical Mechanics
+0809.1697 Pattern Formation and Solitons
+0809.2049
+0809.2264
+0809.2900 Soft Condensed Matter
+0809.2959 Superconductivity
+0809.3426 Other Condensed Matter
+0809.3505 Theory
+0809.3882
+0809.3988 Disordered Systems and Neural Networks
+0809.4266 Theory
+0809.4706 Materials Science
+0809.5076 Phenomenology
+0810.0279 Strongly Correlated Electrons
+0810.0358 Experiment
+0810.0454
+0810.0523 Strongly Correlated Electrons
+0810.0552 Materials Science
+0810.0636 Mesoscale and Nanoscale Physics
+0810.0642 Materials Science
+0810.0932
+0810.0977
+0810.1414
+0810.1428 Disordered Systems and Neural Networks
+0810.1911 Mesoscale and Nanoscale Physics
+0810.1955 Mesoscale and Nanoscale Physics
+0810.2110
+0810.2425 Mesoscale and Nanoscale Physics
+0810.2484 Soft Condensed Matter
+0810.2760 Populations and Evolution
+0810.2801 Materials Science
+0810.2820 Physics and Society
+0810.2882
+0810.2901 Neurons and Cognition
+0810.3407 Soft Condensed Matter
+0810.3872 Strongly Correlated Electrons
+0810.3949 Statistical Mechanics
+0810.3953 Strongly Correlated Electrons
+0810.4113 Disordered Systems and Neural Networks
+0810.4163 Strongly Correlated Electrons
+0810.4274 Phenomenology
+0810.4296 Theory
+0810.4335
+0810.4488 Mesoscale and Nanoscale Physics
+0810.4743 Physics and Society
+0810.5105 Mesoscale and Nanoscale Physics
+0810.5114 Mesoscale and Nanoscale Physics
+0810.5232 Mesoscale and Nanoscale Physics
+0810.5580
+0810.5653 Materials Science
+0810.5715 Soft Condensed Matter
+0811.0026 Strongly Correlated Electrons
+0811.0059 Mesoscale and Nanoscale Physics
+0811.0156 Pattern Formation and Solitons
+0811.0368 Phenomenology
+0811.0395 Strongly Correlated Electrons
+0811.0510 Chaotic Dynamics
+0811.0590 Strongly Correlated Electrons
+0811.0838
+0811.0870 Mesoscale and Nanoscale Physics
+0811.0879 Strongly Correlated Electrons
+0811.0911 Strongly Correlated Electrons
+0811.1006 Lattice
+0811.1118 Atomic Physics
+0811.1119 Phenomenology
+0811.1207 Experiment
+0811.1258 Mesoscale and Nanoscale Physics
+0811.1288
+0811.1464 Physics and Society
+0811.1499 Atomic and Molecular Clusters
+0811.1537 Other Condensed Matter
+0811.1869
+0811.1962
+0811.2050
+0811.2188 Mesoscale and Nanoscale Physics
+0811.2208 Materials Science
+0811.2209 Molecular Networks
+0811.2218 Strongly Correlated Electrons
+0811.2511 Materials Science
+0811.2538 Plasma Physics
+0811.2676 Other Condensed Matter
+0811.2677 Strongly Correlated Electrons
+0811.2858 Materials Science
+0811.3000 Strongly Correlated Electrons
+0811.3100
+0811.3135
+0811.3270 Superconductivity
+0811.3394 Atomic Physics
+0811.3407 Molecular Networks
+0811.3435 Disordered Systems and Neural Networks
+0811.3454 Strongly Correlated Electrons
+0811.3578 Other Condensed Matter
+0811.3814
+0811.4003
+0811.4072 Mesoscale and Nanoscale Physics
+0811.4201 Mesoscale and Nanoscale Physics
+0811.4417 Strongly Correlated Electrons
+0811.4605
+0811.4695
+0811.4696 Superconductivity
+0812.0015 Superconductivity
+0812.0056 Superconductivity
+0812.0226 Soft Condensed Matter
+0812.0244 Materials Science
+0812.0401 Plasma Physics
+0812.0460 Chaotic Dynamics
+0812.0507
+0812.0661 Superconductivity
+0812.0701
+0812.1068 Superconductivity
+0812.1182 Strongly Correlated Electrons
+0812.1248 Neurons and Cognition
+0812.1452 Materials Science
+0812.1491 Mesoscale and Nanoscale Physics
+0812.1572
+0812.1617
+0812.1851 Mesoscale and Nanoscale Physics
+0812.2066 Subcellular Processes
+0812.2385
+0812.2414 Mesoscale and Nanoscale Physics
+0812.2456 Strongly Correlated Electrons
+0812.2595 Strongly Correlated Electrons
+0812.2691 Mesoscale and Nanoscale Physics
+0812.2798
+0812.2923 Materials Science
+0812.3015
+0812.3121 Other Condensed Matter
+0812.3158 Strongly Correlated Electrons
+0812.3247 Theory
+0812.3274 Statistical Mechanics
+0812.3346 Materials Science
+0812.3351 Superconductivity
+0812.3417 Disordered Systems and Neural Networks
+0812.3490 Statistical Mechanics
+0812.3498 Optics
+0812.3509 Atomic Physics
+0812.3515 Mesoscale and Nanoscale Physics
+0812.3575 Strongly Correlated Electrons
+0812.3597
+0812.3599 Statistical Mechanics
+0812.3630 Other Condensed Matter
+0812.3654 Statistical Mechanics
+0812.3689
+0812.3819
+0812.3824 Strongly Correlated Electrons
+0812.3889 Statistical Mechanics
+0812.3896 Mesoscale and Nanoscale Physics
+0812.3945 Superconductivity
+0812.4067
+0812.4116 Materials Science
+0812.4133 Mesoscale and Nanoscale Physics
+0812.4139 Strongly Correlated Electrons
+0812.4195 Other Condensed Matter
+0812.4215 Materials Science
+0812.4351 Materials Science
+0812.4578
+0812.4635
+0812.4823 Chaotic Dynamics
+0812.4863
+0812.4899 Soft Condensed Matter
+0812.4967 Mesoscale and Nanoscale Physics
+0812.5110 Mesoscale and Nanoscale Physics
+0901.0078 Optics
+0901.0255 Fluid Dynamics
+0901.0284 Disordered Systems and Neural Networks
+0901.0420 Strongly Correlated Electrons
+0901.0533
+0901.0754 Statistical Mechanics
+0901.0812
+0901.1009 Mesoscale and Nanoscale Physics
+0901.1160 Theory
+0901.1299 Superconductivity
+0901.1386
+0901.1419 Superconductivity
+0901.1498 Strongly Correlated Electrons
+0901.1557 Mesoscale and Nanoscale Physics
+0901.1669
+0901.2019 Strongly Correlated Electrons
+0901.2542
+0901.2663
+0901.2772 Other Condensed Matter
+0901.2791 Strongly Correlated Electrons
+0901.2824
+0901.2837
+0901.3113 Phenomenology
+0901.3128 Pattern Formation and Solitons
+0901.3133 Superconductivity
+0901.3208 Optics
+0901.3264
+0901.3280 Phenomenology
+0901.3409 Mesoscale and Nanoscale Physics
+0901.3567 Materials Science
+0901.3767 Other Condensed Matter
+0901.3930 Soft Condensed Matter
+0901.4008 Atomic Physics
+0901.4159 Mesoscale and Nanoscale Physics
+0901.4166 Soft Condensed Matter
+0901.4237
+0901.4274 Other Condensed Matter
+0901.4303 Other Condensed Matter
+0901.4615 Optics
+0901.4695
+0901.4706 Materials Science
+0901.4867 Strongly Correlated Electrons
+0901.4878 Materials Science
+0901.4949 Phenomenology
+0902.0002 Theory
+0902.0341 Mesoscale and Nanoscale Physics
+0902.0459 Phenomenology
+0902.0531 Materials Science
+0902.0594 Disordered Systems and Neural Networks
+0902.0756 Superconductivity
+0902.0843 Strongly Correlated Electrons
+0902.0984 Other Condensed Matter
+0902.1100 Superconductivity
+0902.1111 Strongly Correlated Electrons
+0902.1209 Statistical Mechanics
+0902.1303 Phenomenology
+0902.1317 Other Condensed Matter
+0902.1371 Strongly Correlated Electrons
+0902.1575
+0902.1580
+0902.1584 Materials Science
+0902.1752 Strongly Correlated Electrons
+0902.1861 Phenomenology
+0902.1969
+0902.2167 Atomic Physics
+0902.2175 Physics and Society
+0902.2414 Materials Science
+0902.2457 Mesoscale and Nanoscale Physics
+0902.2653 Mesoscale and Nanoscale Physics
+0902.2658
+0902.2703
+0902.2803 Phenomenology
+0902.2908 Superconductivity
+0902.2957
+0902.2960
+0902.3118 Other Condensed Matter
+0902.3244 Materials Science
+0902.3386 Phenomenology
+0902.3605
+0902.3890
+0902.3964
+0902.3969 Other Condensed Matter
+0902.4210 Strongly Correlated Electrons
+0902.4276 Other Condensed Matter
+0902.4412 Strongly Correlated Electrons
+0902.4432
+0902.4442 Statistical Mechanics
+0902.4475 Strongly Correlated Electrons
+0902.4548 Chemical Physics
+0902.4797
+0902.4861 Strongly Correlated Electrons
+0903.0057 Pattern Formation and Solitons
+0903.0396 Phenomenology
+0903.0497 Materials Science
+0903.0524 Atomic Physics
+0903.0564 Phenomenology
+0903.0586
+0903.0597 Physics and Society
+0903.0751
+0903.0794 Strongly Correlated Electrons
+0903.0854 Other Condensed Matter
+0903.0861 Materials Science
+0903.0870 Strongly Correlated Electrons
+0903.1072 Physics and Society
+0903.1089 Theory
+0903.1171
+0903.1269 Other Condensed Matter
+0903.1309 Other Condensed Matter
+0903.1340
+0903.1415
+0903.1607 Strongly Correlated Electrons
+0903.1653 Soft Condensed Matter
+0903.1662 Superconductivity
+0903.1993
+0903.2025 Superconductivity
+0903.2082 Biomolecules
+0903.2102 Disordered Systems and Neural Networks
+0903.2111 Other Condensed Matter
+0903.2276 Strongly Correlated Electrons
+0903.2287 Phenomenology
+0903.2303 Soft Condensed Matter
+0903.2359 Statistical Mechanics
+0903.2377 Materials Science
+0903.2404 Materials Science
+0903.2501 Lattice
+0903.2568 Other Condensed Matter
+0903.2681 Mesoscale and Nanoscale Physics
+0903.2833 Superconductivity
+0903.2838
+0903.2865 Strongly Correlated Electrons
+0903.2881 Superconductivity
+0903.2976 Materials Science
+0903.2989 Strongly Correlated Electrons
+0903.3033 Mesoscale and Nanoscale Physics
+0903.3168 Strongly Correlated Electrons
+0903.3380
+0903.3408 Strongly Correlated Electrons
+0903.3414 Statistical Mechanics
+0903.3427 Mesoscale and Nanoscale Physics
+0903.3454 Superconductivity
+0903.3459 Atomic Physics
+0903.3740 Statistical Mechanics
+0903.3858 Superconductivity
+0903.3909 Chemical Physics
+0903.3916
+0903.4114 Theory
+0903.4145 Atomic Physics
+0903.4222 Statistical Mechanics
+0903.4273
+0903.4308
+0903.4621 Superconductivity
+0903.4630 Theory
+0903.4653 Strongly Correlated Electrons
+0903.5153 Statistical Mechanics
+0903.5159 Other Condensed Matter
+0903.5226 Other Condensed Matter
+0903.5233
+0903.5260 Superconductivity
+0903.5343 Quantum Gases
+0903.5348 Theory
+0903.5541 Soft Condensed Matter
+0904.0060
+0904.0493
+0904.0505 Strongly Correlated Electrons
+0904.0550 Strongly Correlated Electrons
+0904.0795 Strongly Correlated Electrons
+0904.0804 Statistical Mechanics
+0904.0844
+0904.0864 Lattice
+0904.0947 Molecular Networks
+0904.1046 Mesoscale and Nanoscale Physics
+0904.1123 Disordered Systems and Neural Networks
+0904.1387
+0904.1396 Mesoscale and Nanoscale Physics
+0904.1433 Strongly Correlated Electrons
+0904.1634 Superconductivity
+0904.1751 Mesoscale and Nanoscale Physics
+0904.1780 Superconductivity
+0904.1844 Atomic and Molecular Clusters
+0904.1899 Soft Condensed Matter
+0904.1908 Mesoscale and Nanoscale Physics
+0904.2085 Fluid Dynamics
+0904.2118 Materials Science
+0904.2135 Biological Physics
+0904.2197 Strongly Correlated Electrons
+0904.2211
+0904.2267
+0904.2391 Superconductivity
+0904.2397 Superconductivity
+0904.2420
+0904.2459
+0904.2504
+0904.2538 Soft Condensed Matter
+0904.2614
+0904.2638 Logic in Computer Science
+0904.2713 Soft Condensed Matter
+0904.2783
+0904.2835 Theory
+0904.2881 Quantum Gases
+0904.3150 Materials Science
+0904.3158 Chaotic Dynamics
+0904.3242 Strongly Correlated Electrons
+0904.3315 Materials Science
+0904.3359 Superconductivity
+0904.3402 Strongly Correlated Electrons
+0904.3455 Superconductivity
+0904.3522
+0904.3544 Theory
+0904.3699 Disordered Systems and Neural Networks
+0904.3708 Superconductivity
+0904.3738 Quantum Gases
+0904.3784 Superconductivity
+0904.3843 Statistical Mechanics
+0904.3883 Strongly Correlated Electrons
+0904.3945
+0904.4055 Soft Condensed Matter
+0904.4069 Biological Physics
+0904.4128
+0904.4165
+0904.4435
+0904.4444 Other Condensed Matter
+0904.4603 Strongly Correlated Electrons
+0904.4681 Strongly Correlated Electrons
+0904.4815 Quantum Gases
+0904.4818
+0904.4841 Theory
+0904.4870
+0905.0052
+0905.0089 Statistical Mechanics
+0905.0222 Quantum Gases
+0905.0291 Phenomenology
+0905.0424 Mesoscale and Nanoscale Physics
+0905.0560
+0905.0598 Quantum Gases
+0905.0625 Superconductivity
+0905.0717 Cosmology and Nongalactic Astrophysics
+0905.0734 Superconductivity
+0905.0807 Category Theory
+0905.0827 Mesoscale and Nanoscale Physics
+0905.0912 Quantum Gases
+0905.0933
+0905.0970
+0905.1052 Quantum Gases
+0905.1063 Quantum Gases
+0905.1083 Populations and Evolution
+0905.1085
+0905.1094
+0905.1156 Strongly Correlated Electrons
+0905.1232 Strongly Correlated Electrons
+0905.1407
+0905.1408
+0905.1481 Superconductivity
+0905.1501
+0905.1515 Quantum Gases
+0905.1704 Strongly Correlated Electrons
+0905.2003 Phenomenology
+0905.2058 Theory
+0905.2072 Atomic Physics
+0905.2145 Subcellular Processes
+0905.2199
+0905.2593
+0905.2682 Statistical Mechanics
+0905.2716 Optics
+0905.2741
+0905.2817 Disordered Systems and Neural Networks
+0905.2859 Statistical Mechanics
+0905.2928 Theory
+0905.2932 Other Quantitative Biology
+0905.2971 Strongly Correlated Electrons
+0905.2995 Theory
+0905.2998
+0905.3183 Theory
+0905.3225 Strongly Correlated Electrons
+0905.3231 Strongly Correlated Electrons
+0905.3288 Soft Condensed Matter
+0905.3289 Superconductivity
+0905.3301
+0905.3523 Chaotic Dynamics
+0905.3575 Materials Science
+0905.3645 Mesoscale and Nanoscale Physics
+0905.3679 Disordered Systems and Neural Networks
+0905.3721 Strongly Correlated Electrons
+0905.3722
+0905.3729
+0905.3758 Statistical Mechanics
+0905.3782 Materials Science
+0905.3893 Theory
+0905.3974
+0905.4049 Symplectic Geometry
+0905.4111 Disordered Systems and Neural Networks
+0905.4112 Strongly Correlated Electrons
+0905.4515 Strongly Correlated Electrons
+0905.4520 Mesoscale and Nanoscale Physics
+0905.4529
+0905.4556
+0905.4568 Theory
+0905.4573 Materials Science
+0905.4699 Mesoscale and Nanoscale Physics
+0905.4722 Mesoscale and Nanoscale Physics
+0905.4752 Theory
+0905.4755
+0905.4794
+0905.4817 Quantum Gases
+0905.4844 Superconductivity
+0905.4878 Disordered Systems and Neural Networks
+0906.0042 Theory
+0906.0310 Mesoscale and Nanoscale Physics
+0906.0337 Mesoscale and Nanoscale Physics
+0906.0356 Mesoscale and Nanoscale Physics
+0906.0357 Strongly Correlated Electrons
+0906.0459 Statistical Mechanics
+0906.0489 Theory
+0906.0503 Classical Physics
+0906.0507 Cosmology and Nongalactic Astrophysics
+0906.0524
+0906.0597 Mesoscale and Nanoscale Physics
+0906.0637
+0906.0689
+0906.0699 Phenomenology
+0906.0811 Strongly Correlated Electrons
+0906.0894 Strongly Correlated Electrons
+0906.0955 Quantum Gases
+0906.1140 Phenomenology
+0906.1179 Strongly Correlated Electrons
+0906.1387 Trading and Market Microstructure
+0906.1523 Phenomenology
+0906.1594 Materials Science
+0906.1719
+0906.1908 Disordered Systems and Neural Networks
+0906.1909
+0906.1945
+0906.2049 Theory
+0906.2146 Materials Science
+0906.2167 Soft Condensed Matter
+0906.2282 Mesoscale and Nanoscale Physics
+0906.2389 Superconductivity
+0906.2394 Pattern Formation and Solitons
+0906.2396 Theory
+0906.2469 Theory
+0906.2640 Statistical Mechanics
+0906.2690
+0906.2731
+0906.2735
+0906.2964 Theory
+0906.2990
+0906.3003
+0906.3040 Strongly Correlated Electrons
+0906.3459 Statistical Mechanics
+0906.3651 Plasma Physics
+0906.3692
+0906.3714 Theory
+0906.3752 Cosmology and Nongalactic Astrophysics
+0906.3753 Quantum Gases
+0906.3756
+0906.3833 High Energy Astrophysical Phenomena
+0906.3837 Theory
+0906.3872 Mesoscale and Nanoscale Physics
+0906.4067 Chaotic Dynamics
+0906.4086 Statistical Mechanics
+0906.4099 Phenomenology
+0906.4344
+0906.4657 Phenomenology
+0906.4681
+0906.4720 Lattice
+0906.4723
+0906.4810 Theory
+0906.4832
+0906.4988 Statistical Mechanics
+0906.5015 Theory
+0906.5044 Theory
+0906.5072 Phenomenology
+0906.5108
+0906.5184 Superconductivity
+0906.5384 Mesoscale and Nanoscale Physics
+0906.5420 Mesoscale and Nanoscale Physics
+0906.5457 Materials Science
+0906.5492 Theory
+0906.5614 Phenomenology
+0907.0078 Data Analysis, Statistics and Probability
+0907.0118 Materials Science
+0907.0186 Superconductivity
+0907.0444
+0907.0463
+0907.0473 Theory
+0907.0474 Phenomenology
+0907.0556
+0907.0564 Quantum Gases
+0907.0679 Quantum Gases
+0907.0844 Strongly Correlated Electrons
+0907.0874
+0907.0983 Phenomenology
+0907.1111 Materials Science
+0907.1362 Theory
+0907.1478 Statistical Mechanics
+0907.1560 Phenomenology
+0907.1673
+0907.1818
+0907.1876 Other Condensed Matter
+0907.1909 Mesoscale and Nanoscale Physics
+0907.2038
+0907.2187 Statistical Mechanics
+0907.2369
+0907.2591 Fluid Dynamics
+0907.2592 Atomic Physics
+0907.2678 Mesoscale and Nanoscale Physics
+0907.2713 Phenomenology
+0907.2743 Quantum Gases
+0907.2842 Phenomenology
+0907.2847 Statistical Mechanics
+0907.2867 Materials Science
+0907.2893 Strongly Correlated Electrons
+0907.2948 Soft Condensed Matter
+0907.2980 Lattice
+0907.3040 Optics
+0907.3093 Theory
+0907.3107 Statistical Mechanics
+0907.3167 Phenomenology
+0907.3233 Theory
+0907.3421 Plasma Physics
+0907.3462 Theory
+0907.3618 Cosmology and Nongalactic Astrophysics
+0907.3630 Superconductivity
+0907.3727 Atomic Physics
+0907.3737 Phenomenology
+0907.4201
+0907.4537 Strongly Correlated Electrons
+0907.4595 Quantum Gases
+0907.4797
+0907.5052 Phenomenology
+0907.5053 Disordered Systems and Neural Networks
+0907.5104
+0907.5164 Quantitative Methods
+0907.5167
+0907.5189 Phenomenology
+0907.5379 Strongly Correlated Electrons
+0907.5404
+0907.5405 Atomic Physics
+0907.5431 Materials Science
+0907.5513 Strongly Correlated Electrons
+0907.5523 Quantum Gases
+0907.5576 Strongly Correlated Electrons
+0908.0001 Cosmology and Nongalactic Astrophysics
+0908.0012 Statistical Mechanics
+0908.0033 Superconductivity
+0908.0068 Strongly Correlated Electrons
+0908.0071 Mesoscale and Nanoscale Physics
+0908.0119
+0908.0144 Statistical Mechanics
+0908.0236 Quantum Gases
+0908.0243
+0908.0291
+0908.0359 Computational Physics
+0908.0543 Cosmology and Nongalactic Astrophysics
+0908.0579
+0908.0590 Mesoscale and Nanoscale Physics
+0908.0702
+0908.0715 Theory
+0908.0836
+0908.0844 Strongly Correlated Electrons
+0908.0947 Strongly Correlated Electrons
+0908.0950
+0908.0991 Cosmology and Nongalactic Astrophysics
+0908.1048
+0908.1096
+0908.1225 Strongly Correlated Electrons
+0908.1418 Materials Science
+0908.1456
+0908.1641
+0908.1846
+0908.1900 Mesoscale and Nanoscale Physics
+0908.1954 Theory
+0908.1970 Mesoscale and Nanoscale Physics
+0908.1972 Theory
+0908.2019 Strongly Correlated Electrons
+0908.2176 Disordered Systems and Neural Networks
+0908.2209 Superconductivity
+0908.2343 Mesoscale and Nanoscale Physics
+0908.2394 Theory
+0908.2477 Theory
+0908.2490 Mesoscale and Nanoscale Physics
+0908.2520
+0908.2620 Strongly Correlated Electrons
+0908.2666 Atomic Physics
+0908.2723 Theory
+0908.2728 Superconductivity
+0908.2893
+0908.3011 Superconductivity
+0908.3012
+0908.3074 Quantum Gases
+0908.3144
+0908.3168 Superconductivity
+0908.3199 Strongly Correlated Electrons
+0908.3203 Optics
+0908.3481 Mesoscale and Nanoscale Physics
+0908.3639 Strongly Correlated Electrons
+0908.3654 Mesoscale and Nanoscale Physics
+0908.3793 Mesoscale and Nanoscale Physics
+0908.3867
+0908.3932
+0908.4058 Strongly Correlated Electrons
+0908.4118 Data Analysis, Statistics and Probability
+0908.4196
+0908.4237 Phenomenology
+0908.4365 Mesoscale and Nanoscale Physics
+0908.4409 Theory
+0908.4434 Mesoscale and Nanoscale Physics
+0908.4504 Optics
+0909.0047 Strongly Correlated Electrons
+0909.0064
+0909.0234 Other Condensed Matter
+0909.0256
+0909.0542 Theory
+0909.0812 Mesoscale and Nanoscale Physics
+0909.0813 Soft Condensed Matter
+0909.0867 Strongly Correlated Electrons
+0909.0931
+0909.0959 Theory
+0909.1080
+0909.1365 Theory
+0909.1394 Plasma Physics
+0909.1561 Quantum Gases
+0909.1575 Chaotic Dynamics
+0909.1577
+0909.1822 Materials Science
+0909.1837 Cosmology and Nongalactic Astrophysics
+0909.1885 Disordered Systems and Neural Networks
+0909.1954 Other Condensed Matter
+0909.1956 Mesoscale and Nanoscale Physics
+0909.1972 Strongly Correlated Electrons
+0909.2155 Strongly Correlated Electrons
+0909.2238 Phenomenology
+0909.2553 Phenomenology
+0909.2633 Other Condensed Matter
+0909.2654 Strongly Correlated Electrons
+0909.2661 Statistical Mechanics
+0909.2707 Statistical Mechanics
+0909.2748
+0909.2788 Materials Science
+0909.2846
+0909.2857 Mesoscale and Nanoscale Physics
+0909.2890 Superconductivity
+0909.3005
+0909.3096 Strongly Correlated Electrons
+0909.3341
+0909.3497 Mesoscale and Nanoscale Physics
+0909.3557
+0909.3716 Soft Condensed Matter
+0909.3749 Mesoscale and Nanoscale Physics
+0909.3812 Pattern Formation and Solitons
+0909.3824 Chemical Physics
+0909.3896
+0909.4098
+0909.4209 Disordered Systems and Neural Networks
+0909.4321 Superconductivity
+0909.4483
+0909.4546 Strongly Correlated Electrons
+0909.4608
+0909.4773 Strongly Correlated Electrons
+0909.4837 Mesoscale and Nanoscale Physics
+0909.4979 Materials Science
+0909.5081 Atomic Physics
+0909.5134 Mesoscale and Nanoscale Physics
+0909.5172 Mesoscale and Nanoscale Physics
+0909.5239 Strongly Correlated Electrons
+0909.5330 Phenomenology
+0909.5399 Statistical Mechanics
+0909.5440 Phenomenology
+0909.5443
+0909.5515 Theory
+0909.5522 Theory
+0909.5543
+0909.5620 Quantum Gases
+0910.0034 Classical Physics
+0910.0182 Quantum Gases
+0910.0564 Atomic Physics
+0910.0756 Mesoscale and Nanoscale Physics
+0910.0912 Mesoscale and Nanoscale Physics
+0910.1001
+0910.1221 Optics
+0910.1382 Quantum Gases
+0910.1530 Statistical Mechanics
+0910.1750
+0910.1793 Strongly Correlated Electrons
+0910.1800 Artificial Intelligence
+0910.1829
+0910.1873 Quantum Gases
+0910.1891
+0910.1978 Biological Physics
+0910.2019 Complex Variables
+0910.2056 Strongly Correlated Electrons
+0910.2204 Strongly Correlated Electrons
+0910.2286 Strongly Correlated Electrons
+0910.2299
+0910.2412 Atomic Physics
+0910.2488 Strongly Correlated Electrons
+0910.2492 Cosmology and Nongalactic Astrophysics
+0910.2610 Quantum Gases
+0910.2806 Superconductivity
+0910.2844 Mesoscale and Nanoscale Physics
+0910.3305 Optics
+0910.3488 Theory
+0910.3617 Plasma Physics
+0910.3699 Quantum Gases
+0910.3790 Phenomenology
+0910.3837 Atomic Physics
+0910.3988 Strongly Correlated Electrons
+0910.3995 Mesoscale and Nanoscale Physics
+0910.4061
+0910.4121 Materials Science
+0910.4311
+0910.4577 Superconductivity
+0910.5085 Statistical Mechanics
+0910.5214 Atomic Physics
+0910.5235 Mesoscale and Nanoscale Physics
+0910.5254
+0910.5351 Theory
+0910.5458 Strongly Correlated Electrons
+0910.5663 Materials Science
+0910.5708 Strongly Correlated Electrons
+0910.5852 Theory
+0910.5921 Superconductivity
+0910.5942
+0911.0146 Theory
+0911.0153 Theory
+0911.0192 Soft Condensed Matter
+0911.0527 Chaotic Dynamics
+0911.0655
+0911.0823 Mesoscale and Nanoscale Physics
+0911.1537 Quantum Gases
+0911.1559 Mesoscale and Nanoscale Physics
+0911.1704 Quantum Gases
+0911.1730 Soft Condensed Matter
+0911.1769 Theory
+0911.1850 Superconductivity
+0911.2055 Statistical Mechanics
+0911.2146 Phenomenology
+0911.2239 Superconductivity
+0911.2379 Quantum Gases
+0911.2417 Theory
+0911.2514 Statistical Mechanics
+0911.2702 Strongly Correlated Electrons
+0911.2961
+0911.3029 Statistical Mechanics
+0911.3171 Mesoscale and Nanoscale Physics
+0911.3548 Theory
+0911.3579
+0911.3606
+0911.3630 Mesoscale and Nanoscale Physics
+0911.3680 Materials Science
+0911.3691
+0911.4084 Mesoscale and Nanoscale Physics
+0911.4087 Soft Condensed Matter
+0911.4094 Strongly Correlated Electrons
+0911.4123
+0911.4174 Soft Condensed Matter
+0911.4316 Strongly Correlated Electrons
+0911.4499 Physics and Society
+0911.4527
+0911.4682
+0911.4965 Quantum Gases
+0911.5536 Quantum Gases
+0911.5560
+0911.5729
+0912.0008 Strongly Correlated Electrons
+0912.0069 Strongly Correlated Electrons
+0912.0080 Materials Science
+0912.0089
+0912.0747 Atomic Physics
+0912.0843 Experiment
+0912.0949 Cosmology and Nongalactic Astrophysics
+0912.0963
+0912.1032 Superconductivity
+0912.1049 Mesoscale and Nanoscale Physics
+0912.1060 Disordered Systems and Neural Networks
+0912.1259
+0912.1282 Strongly Correlated Electrons
+0912.1305 Quantum Gases
+0912.1522
+0912.1633 Quantum Gases
+0912.1714 Other Condensed Matter
+0912.1811 Superconductivity
+0912.1870
+0912.1894 Soft Condensed Matter
+0912.2004 Mesoscale and Nanoscale Physics
+0912.2115 Strongly Correlated Electrons
+0912.2133 Atomic Physics
+0912.2334 Strongly Correlated Electrons
+0912.2348 Phenomenology
+0912.2453 Experiment
+0912.2848 Statistical Mechanics
+0912.3046 Materials Science
+0912.3177 Strongly Correlated Electrons
+0912.3197 Strongly Correlated Electrons
+0912.3294 Superconductivity
+0912.3386
+0912.3422 Statistical Mechanics
+0912.3476 Quantum Gases
+0912.3615
+0912.3658 Biological Physics
+0912.3684 Statistical Mechanics
+0912.3744
+0912.3750 Strongly Correlated Electrons
+0912.4237 Superconductivity
+0912.4513 Quantum Gases
+0912.4629 Other Condensed Matter
+0912.4746 Optics
+0912.4762 Quantum Gases
+0912.4893 Quantum Gases
+0912.5049 Superconductivity
+0912.5050
+0912.5204 Strongly Correlated Electrons
+0912.5383 Phenomenology
+0912.5401
+0912.5429 Accelerator Physics
+0912.5470 Atomic Physics
+0912.5500 Molecular Networks
+1001.0089
+1001.0098 Quantum Gases
+1001.0121 Materials Science
+1001.0170 Populations and Evolution
+1001.0343
+1001.0445
+1001.0663 Disordered Systems and Neural Networks
+1001.0671 Superconductivity
+1001.0693 Statistical Mechanics
+1001.0715 Disordered Systems and Neural Networks
+1001.0893 Disordered Systems and Neural Networks
+1001.1001 Solar and Stellar Astrophysics
+1001.1006
+1001.1015 Statistical Mechanics
+1001.1119 Strongly Correlated Electrons
+1001.1127 Superconductivity
+1001.1505 Superconductivity
+1001.1689 Superconductivity
+1001.1762 Soft Condensed Matter
+1001.1942 Statistical Mechanics
+1001.2251 Physics and Society
+1001.2260 Atomic Physics
+1001.2322 Materials Science
+1001.2462 Strongly Correlated Electrons
+1001.2592 Quantum Gases
+1001.2845 Other Condensed Matter
+1001.2883 Phenomenology
+1001.2993 Statistical Mechanics
+1001.3021 Phenomenology
+1001.3220 Mesoscale and Nanoscale Physics
+1001.3334 Statistical Mechanics
+1001.3423 Strongly Correlated Electrons
+1001.3584 Mesoscale and Nanoscale Physics
+1001.3707 Mesoscale and Nanoscale Physics
+1001.3738
+1001.3837
+1001.3878 Physics and Society
+1001.4024 Mesoscale and Nanoscale Physics
+1001.4242 Materials Science
+1001.4989 Strongly Correlated Electrons
+1001.5185
+1002.0206 Theory
+1002.0537
+1002.0776 Mesoscale and Nanoscale Physics
+1002.0825 Statistical Mechanics
+1002.0975 Materials Science
+1002.1035 Theory
+1002.1258 Atomic Physics
+1002.1390
+1002.1405 Strongly Correlated Electrons
+1002.1419
+1002.1477 Materials Science
+1002.1671 Strongly Correlated Electrons
+1002.2513 Mesoscale and Nanoscale Physics
+1002.2616 Atomic Physics
+1002.2647 Mesoscale and Nanoscale Physics
+1002.2846 Theory
+1002.2892 Superconductivity
+1002.3016 Quantum Gases
+1002.3140 Mesoscale and Nanoscale Physics
+1002.3295 Materials Science
+1002.3321 Optics
+1002.3733 Accelerator Physics
+1002.3743 Soft Condensed Matter
+1002.3819 Materials Science
+1002.4499 Statistical Mechanics
+1002.4638 Superconductivity
+1002.4673
+1003.0104 Molecular Networks
+1003.0210
+1003.0296 Materials Science
+1003.0432
+1003.0450 Statistical Mechanics
+1003.0649
+1003.0726
+1003.0819 Strongly Correlated Electrons
+1003.0845 Mesoscale and Nanoscale Physics
+1003.0846 Optics
+1003.0871 Adaptation and Self-Organizing Systems
+1003.0882
+1003.0944 Soft Condensed Matter
+1003.0992 Strongly Correlated Electrons
+1003.1050
+1003.1221
+1003.1533 Mesoscale and Nanoscale Physics
+1003.1591 Disordered Systems and Neural Networks
+1003.1634 Physics and Society
+1003.1774 Strongly Correlated Electrons
+1003.1885 Statistical Mechanics
+1003.2172
+1003.2194 Superconductivity
+1003.2233 Strongly Correlated Electrons
+1003.2258
+1003.2271 Strongly Correlated Electrons
+1003.2277 Strongly Correlated Electrons
+1003.2409 Theory
+1003.2414 Mesoscale and Nanoscale Physics
+1003.3331
+1003.3334 Statistical Mechanics
+1003.3638 Soft Condensed Matter
+1003.3675
+1003.4055
+1003.4200 Phenomenology
+1003.4233 Theory
+1003.4284
+1003.4290
+1003.4295
+1003.4456 Quantum Gases
+1003.5135 Molecular Networks
+1003.5224 Disordered Systems and Neural Networks
+1003.5243 Mesoscale and Nanoscale Physics
+1003.5599 Disordered Systems and Neural Networks
+1003.5880 Phenomenology
+1003.5902 Theory
+1004.0013 Phenomenology
+1004.0135 Optics
+1004.0229 Theory
+1004.0335 Quantum Gases
+1004.0434
+1004.0510 Strongly Correlated Electrons
+1004.0708 Strongly Correlated Electrons
+1004.1119 Strongly Correlated Electrons
+1004.1443
+1004.1536 Mesoscale and Nanoscale Physics
+1004.1849 Materials Science
+1004.1913 Optics
+1004.2121 Quantum Gases
+1004.2282
+1004.2318
+1004.2925 Quantum Gases
+1004.3050 Soft Condensed Matter
+1004.3112
+1004.3570 Strongly Correlated Electrons
+1004.3657 Strongly Correlated Electrons
+1004.3768
+1004.3787
+1004.3812 Atomic Physics
+1004.3860 Theory
+1004.4042 Mesoscale and Nanoscale Physics
+1004.4054
+1004.4066 Soft Condensed Matter
+1004.4201 Theory
+1004.4486 Statistical Mechanics
+1004.4501 Soft Condensed Matter
+1004.4581 Quantum Gases
+1004.4585 Mesoscale and Nanoscale Physics
+1004.4811 Mesoscale and Nanoscale Physics
+1004.4983 Statistical Mechanics
+1004.5083 Mesoscale and Nanoscale Physics
+1005.0018 Mesoscale and Nanoscale Physics
+1005.0152 Materials Science
+1005.0266 Disordered Systems and Neural Networks
+1005.0561 Disordered Systems and Neural Networks
+1005.0583 Mesoscale and Nanoscale Physics
+1005.0687
+1005.1076 Strongly Correlated Electrons
+1005.1270 Quantum Gases
+1005.1493
+1005.1654 Mesoscale and Nanoscale Physics
+1005.1872 Strongly Correlated Electrons
+1005.2020 Statistical Mechanics
+1005.2446
+1005.2597 Superconductivity
+1005.2617
+1005.3100 Strongly Correlated Electrons
+1005.3474 Materials Science
+1005.3475 Strongly Correlated Electrons
+1005.4273 Materials Science
+1005.4311 Statistical Mechanics
+1005.4339 Materials Science
+1005.4424 Biological Physics
+1005.4468 Superconductivity
+1005.4476 Strongly Correlated Electrons
+1005.4612 Statistical Mechanics
+1005.5295
+1005.5328
+1006.0012 Quantum Gases
+1006.0242 Mesoscale and Nanoscale Physics
+1006.0417 Materials Science
+1006.0550 Statistical Mechanics
+1006.0943 Quantum Gases
+1006.0947
+1006.1141 Disordered Systems and Neural Networks
+1006.1316 Chaotic Dynamics
+1006.1317
+1006.1358
+1006.1645
+1006.1650 Phenomenology
+1006.1804 Optics
+1006.1813
+1006.1934
+1006.1961
+1006.2133
+1006.2378 Strongly Correlated Electrons
+1006.2395 Disordered Systems and Neural Networks
+1006.2426 Mesoscale and Nanoscale Physics
+1006.2627
+1006.2752 Molecular Networks
+1006.2775
+1006.3032
+1006.3059
+1006.3516 Strongly Correlated Electrons
+1006.3702
+1006.3774 Mesoscale and Nanoscale Physics
+1006.3843 Materials Science
+1006.3940 Soft Condensed Matter
+1006.3990 Materials Science
+1006.4348 Strongly Correlated Electrons
+1006.4483 General Mathematics
+1006.4497 Statistical Mechanics
+1006.4859
+1006.4881 Materials Science
+1006.4924 Mesoscale and Nanoscale Physics
+1006.5010 Mesoscale and Nanoscale Physics
+1006.5046 Materials Science
+1006.5084 Mesoscale and Nanoscale Physics
+1006.5144 Mesoscale and Nanoscale Physics
+1006.5199 Materials Science
+1006.5203 Strongly Correlated Electrons
+1006.5257 Strongly Correlated Electrons
+1006.5435 Strongly Correlated Electrons
+1006.5517
+1006.5767 Superconductivity
+1006.5872 Mesoscale and Nanoscale Physics
+1007.0271 Materials Science
+1007.0433 Fluid Dynamics
+1007.0591
+1007.0597 Theory
+1007.0869
+1007.1173 Statistical Mechanics
+1007.1316 Mesoscale and Nanoscale Physics
+1007.1322
+1007.1494 Strongly Correlated Electrons
+1007.1566
+1007.1682 Materials Science
+1007.2165
+1007.2200 Mesoscale and Nanoscale Physics
+1007.2209
+1007.2219
+1007.2400 Atomic Physics
+1007.2632 Statistical Mechanics
+1007.2643 Strongly Correlated Electrons
+1007.2766 Materials Science
+1007.2965 Superconductivity
+1007.2978 Plasma Physics
+1007.3251 Superconductivity
+1007.3334 Strongly Correlated Electrons
+1007.3374 Disordered Systems and Neural Networks
+1007.3529 Quantum Gases
+1007.3577 Materials Science
+1007.3594 Statistical Mechanics
+1007.3600 Materials Science
+1007.3774 Data Analysis, Statistics and Probability
+1007.3864 Materials Science
+1007.3895 Quantum Gases
+1007.3907 Mesoscale and Nanoscale Physics
+1007.3929 Atomic Physics
+1007.4104 Physics and Society
+1007.4274 Soft Condensed Matter
+1007.4296
+1007.4363 Optics
+1007.4690 Statistical Mechanics
+1007.4742
+1007.4755
+1007.4773 Mesoscale and Nanoscale Physics
+1007.4798
+1007.4802 Mesoscale and Nanoscale Physics
+1007.5013 Strongly Correlated Electrons
+1007.5486 Atomic Physics
+1008.0179
+1008.0241 Statistical Mechanics
+1008.0333 Adaptation and Self-Organizing Systems
+1008.0372
+1008.0428 Quantum Gases
+1008.0442 Mesoscale and Nanoscale Physics
+1008.0572 Superconductivity
+1008.0594
+1008.0676
+1008.0814 Mesoscale and Nanoscale Physics
+1008.0817 Data Analysis, Statistics and Probability
+1008.1019 Experiment
+1008.1029
+1008.1066
+1008.1211 Mesoscale and Nanoscale Physics
+1008.1258 Quantum Gases
+1008.1292
+1008.1369
+1008.1759 Theory
+1008.1777 Materials Science
+1008.1831
+1008.1867
+1008.2012
+1008.2060 Mesoscale and Nanoscale Physics
+1008.2096 Quantum Gases
+1008.2147
+1008.2239 Quantum Gases
+1008.2240 Quantum Gases
+1008.2370
+1008.2525 Soft Condensed Matter
+1008.2619 Superconductivity
+1008.2642 Superconductivity
+1008.2916
+1008.3089 Mesoscale and Nanoscale Physics
+1008.3139
+1008.3177
+1008.3224 Atomic Physics
+1008.3277
+1008.3302 Pattern Formation and Solitons
+1008.3406 Quantum Gases
+1008.3447
+1008.3454 Mesoscale and Nanoscale Physics
+1008.3473 Superconductivity
+1008.3492 Materials Science
+1008.3612
+1008.3668 Soft Condensed Matter
+1008.3749 Mesoscale and Nanoscale Physics
+1008.3876 Quantum Gases
+1008.3997 Soft Condensed Matter
+1008.4003 Materials Science
+1008.4106 Strongly Correlated Electrons
+1008.4138 Strongly Correlated Electrons
+1008.4369 Superconductivity
+1008.4392 Atomic Physics
+1008.4430
+1008.4858 Mesoscale and Nanoscale Physics
+1008.4959 Plasma Physics
+1008.5144 Mesoscale and Nanoscale Physics
+1008.5158 Mesoscale and Nanoscale Physics
+1008.5195 Mesoscale and Nanoscale Physics
+1008.5222
+1008.5282 Strongly Correlated Electrons
+1008.5380
+1009.0263 Superconductivity
+1009.0294 Phenomenology
+1009.0336 Mesoscale and Nanoscale Physics
+1009.0653
+1009.0709 Materials Science
+1009.0740 Superconductivity
+1009.0940
+1009.1148 Phenomenology
+1009.1176 General Mathematics
+1009.1201 Theory
+1009.1471 Quantum Gases
+1009.1776 Quantum Gases
+1009.2203
+1009.2358 Phenomenology
+1009.2626 Mesoscale and Nanoscale Physics
+1009.2708 Optics
+1009.2842 Mesoscale and Nanoscale Physics
+1009.2884 Statistical Mechanics
+1009.2956
+1009.2967 Strongly Correlated Electrons
+1009.3003 Statistical Mechanics
+1009.3379 Statistical Mechanics
+1009.3437 Mesoscale and Nanoscale Physics
+1009.3482
+1009.3814 Statistical Mechanics
+1009.4054
+1009.4228 Mesoscale and Nanoscale Physics
+1009.4255
+1009.4315 Physics and Society
+1009.4492 Mesoscale and Nanoscale Physics
+1009.4737 Quantum Gases
+1009.4888
+1009.5393 Strongly Correlated Electrons
+1009.5405 Phenomenology
+1009.5591 Optics
+1009.5637 Mesoscale and Nanoscale Physics
+1010.0508 Mesoscale and Nanoscale Physics
+1010.0664 Superconductivity
+1010.0669
+1010.0972 Mesoscale and Nanoscale Physics
+1010.1268 Statistical Mechanics
+1010.1449 Statistical Mechanics
+1010.1598 Plasma Physics
+1010.2012
+1010.2717
+1010.2753 Phenomenology
+1010.2794 Fluid Dynamics
+1010.3090 Materials Science
+1010.3419
+1010.3571
+1010.3970 Phenomenology
+1010.3975
+1010.4330 Mesoscale and Nanoscale Physics
+1010.4428 Theory
+1010.4508 Mesoscale and Nanoscale Physics
+1010.4554 Classical Analysis and ODEs
+1010.4661
+1010.4766 Operator Algebras
+1010.4881 Statistical Mechanics
+1010.4906 Other Condensed Matter
+1010.4943 Classical Physics
+1010.5055 Strongly Correlated Electrons
+1010.5135 Mesoscale and Nanoscale Physics
+1010.5191
+1010.5198 Materials Science
+1010.5641 Data Analysis, Statistics and Probability
+1010.5897 Mesoscale and Nanoscale Physics
+1010.6094 Strongly Correlated Electrons
+1010.6266 Atomic Physics
+1011.0081 General Mathematics
+1011.0388 Quantum Gases
+1011.0563 Materials Science
+1011.0872 Phenomenology
+1011.0873 Atomic Physics
+1011.1003 Algebraic Geometry
+1011.1055 Materials Science
+1011.1118 Statistical Mechanics
+1011.1674 Data Analysis, Statistics and Probability
+1011.1711 Materials Science
+1011.1894 Superconductivity
+1011.1934
+1011.2041
+1011.2125 Quantum Gases
+1011.2247 Mesoscale and Nanoscale Physics
+1011.2371 Mesoscale and Nanoscale Physics
+1011.2629 Materials Science
+1011.3117 Theory
+1011.3207 Quantum Gases
+1011.3311
+1011.3646 Mesoscale and Nanoscale Physics
+1011.3700 Optics
+1011.3851
+1011.3895 Probability
+1011.3949 Materials Science
+1011.4051 Theory
+1011.4115
+1011.4486 Materials Science
+1011.4493 Chaotic Dynamics
+1011.4534
+1011.4543 Strongly Correlated Electrons
+1011.4563 Statistical Mechanics
+1011.4626 Soft Condensed Matter
+1011.4767 Lattice
+1011.4769 Phenomenology
+1011.4775 Astrophysics of Galaxies
+1011.4790 Lattice
+1011.4807 Statistical Mechanics
+1011.4972 Phenomenology
+1011.4973 Phenomenology
+1011.4986 Phenomenology
+1011.5109 Materials Science
+1011.5206
+1011.5239 Disordered Systems and Neural Networks
+1011.5426 Quantum Gases
+1011.5489 Atomic Physics
+1011.5609 Quantum Gases
+1011.5749 Theory
+1011.5806 Lattice
+1011.6052 Materials Science
+1011.6115 Materials Science
+1011.6119 Statistical Mechanics
+1011.6205 Strongly Correlated Electrons
+1011.6334
+1011.6448
+1011.6529 Mesoscale and Nanoscale Physics
+1012.0188 Mesoscale and Nanoscale Physics
+1012.0316 Strongly Correlated Electrons
+1012.0423 Statistical Mechanics
+1012.0515 Strongly Correlated Electrons
+1012.1011 Strongly Correlated Electrons
+1012.1961 Algebraic Geometry
+1012.2084 Other Condensed Matter
+1012.2238 Optics
+1012.2263 Adaptation and Self-Organizing Systems
+1012.2378 Cosmology and Nongalactic Astrophysics
+1012.2384 Physics and Society
+1012.2402
+1012.2432 Disordered Systems and Neural Networks
+1012.2794
+1012.2866 Phenomenology
+1012.2869 Theory
+1012.3204
+1012.3887 Mesoscale and Nanoscale Physics
+1012.4153 Biological Physics
+1012.4266
+1012.4363 Theory
+1012.4380 Atomic Physics
+1012.4431 Statistical Mechanics
+1012.4463 Theory
+1012.4545 Mesoscale and Nanoscale Physics
+1012.4664 Quantum Gases
+1012.4700 Quantum Algebra
+1012.4936 Mesoscale and Nanoscale Physics
+1012.5017
+1012.5039
+1012.5042 Statistical Mechanics
+1012.5341 High Energy Astrophysical Phenomena
+1012.5436 Strongly Correlated Electrons
+1012.5456 Mesoscale and Nanoscale Physics
+1101.0153 Experiment
+1101.0283 General Mathematics
+1101.0290
+1101.0667 Materials Science
+1101.0789 Superconductivity
+1101.2059 Superconductivity
+1101.2099 Materials Science
+1101.2282 Superconductivity
+1101.2469 Quantum Gases
+1101.2492 Quantum Gases
+1101.2541 Optics
+1101.2747 Quantum Gases
+1101.3002 Phenomenology
+1101.3235 Statistical Mechanics
+1101.3239 Atomic Physics
+1101.3277 Mesoscale and Nanoscale Physics
+1101.3541 Mesoscale and Nanoscale Physics
+1101.4246 Fluid Dynamics
+1101.4456 Phenomenology
+1101.5189 Mesoscale and Nanoscale Physics
+1101.5430
+1101.5869 Mesoscale and Nanoscale Physics
+1101.5951 Theory
+1101.5965 Phenomenology
+1102.0290 Theory
+1102.0307
+1102.0349 Mesoscale and Nanoscale Physics
+1102.0487
+1102.0786
+1102.0997 Quantum Gases
+1102.1007 Theory
+1102.1427 Mesoscale and Nanoscale Physics
+1102.1649 Phenomenology
+1102.1757 Theory
+1102.2676 Materials Science
+1102.2777 Phenomenology
+1102.2796 Chaotic Dynamics
+1102.2816
+1102.2941 Strongly Correlated Electrons
+1102.2973 Statistical Mechanics
+1102.3022
+1102.3073
+1102.3098
+1102.3189 Phenomenology
+1102.3391 Strongly Correlated Electrons
+1102.3480 Phenomenology
+1102.3672 Phenomenology
+1102.3884 Statistical Mechanics
+1102.3899
+1102.4040 Theory
+1102.4074 Strongly Correlated Electrons
+1102.4110 Machine Learning
+1102.4266
+1102.4284 Other Condensed Matter
+1102.4307 Soft Condensed Matter
+1102.4363 Phenomenology
+1102.4560
+1102.4565 Experiment
+1102.4751 Quantum Gases
+1102.4903 Quantum Gases
+1102.4919
+1102.4945 Optics
+1102.5152
+1102.5300 Lattice
+1102.5379
+1102.5526 Materials Science
+1102.5562 Logic
+1102.5614
+1103.0312 Theory
+1103.0454 Strongly Correlated Electrons
+1103.0613 Classical Physics
+1103.0768 Theory
+1103.0855
+1103.0919 Statistical Mechanics
+1103.1142 Statistical Mechanics
+1103.1206
+1103.1279 Theory
+1103.1329 Phenomenology
+1103.1558 Theory
+1103.1794 Accelerator Physics
+1103.1852
+1103.1864 Experiment
+1103.2054 Cosmology and Nongalactic Astrophysics
+1103.2134 Cosmology and Nongalactic Astrophysics
+1103.2142 Mesoscale and Nanoscale Physics
+1103.2159 Phenomenology
+1103.2653 Phenomenology
+1103.2668 Computational Physics
+1103.2746 Mesoscale and Nanoscale Physics
+1103.3219 Cosmology and Nongalactic Astrophysics
+1103.3260 Theory
+1103.3265 Mesoscale and Nanoscale Physics
+1103.3271 Phenomenology
+1103.3290 Superconductivity
+1103.3294 Biomolecules
+1103.3297 Disordered Systems and Neural Networks
+1103.3323 Strongly Correlated Electrons
+1103.3368 Disordered Systems and Neural Networks
+1103.3579 Phenomenology
+1103.3681 Data Analysis, Statistics and Probability
+1103.3728 Disordered Systems and Neural Networks
+1103.3740
+1103.3818
+1103.4021
+1103.4024 Phenomenology
+1103.4110 Strongly Correlated Electrons
+1103.4490 Biological Physics
+1103.4500
+1103.4509 Phenomenology
+1103.4519 Phenomenology
+1103.4617 Phenomenology
+1103.4618 Phenomenology
+1103.4662 Quantum Gases
+1103.4818 Lattice
+1103.4824
+1103.4869 Statistical Mechanics
+1103.4969 Strongly Correlated Electrons
+1103.5145 Cosmology and Nongalactic Astrophysics
+1103.5206 Materials Science
+1103.5253
+1103.5506 Lattice
+1103.5548 Strongly Correlated Electrons
+1103.5769
+1103.5784
+1103.5858 Other Condensed Matter
+1103.5997 Classical Analysis and ODEs
+1103.6040 Mesoscale and Nanoscale Physics
+1103.6076 Phenomenology
+1104.0002 Theory
+1104.0100 Quantum Gases
+1104.0227 Materials Science
+1104.0256 Strongly Correlated Electrons
+1104.0382 Cosmology and Nongalactic Astrophysics
+1104.0710 Statistical Mechanics
+1104.1063 Lattice
+1104.1181 Cosmology and Nongalactic Astrophysics
+1104.1292 Strongly Correlated Electrons
+1104.1318
+1104.1332 Superconductivity
+1104.1421 Biological Physics
+1104.1467 Materials Science
+1104.1629 Theory
+1104.1719 Soft Condensed Matter
+1104.2019 Theory
+1104.2176 Strongly Correlated Electrons
+1104.2226 Materials Science
+1104.2237 Other Condensed Matter
+1104.2587
+1104.2830 Theory
+1104.2838 Optics
+1104.3126
+1104.3139 Phenomenology
+1104.3193 Theory
+1104.3267 Materials Science
+1104.3315 Cosmology and Nongalactic Astrophysics
+1104.3982 Materials Science
+1104.4014
+1104.4031 Phenomenology
+1104.4072 Mesoscale and Nanoscale Physics
+1104.4125 Mesoscale and Nanoscale Physics
+1104.4127 Phenomenology
+1104.4600 Lattice
+1104.4956 Atomic Physics
+1104.5028 Theory
+1104.5138 Materials Science
+1104.5149 Quantum Gases
+1104.5172 High Energy Astrophysical Phenomena
+1104.5187 High Energy Astrophysical Phenomena
+1104.5241 Theory
+1104.5314 Phenomenology
+1104.5323 Fluid Dynamics
+1104.5352 Phenomenology
+1104.5371 Phenomenology
+1104.5442
+1104.5505 Lattice
+1104.5556 Theory
+1104.5635
+1104.5650
+1104.5664 Lattice
+1104.5681 Theory
+1105.0039 Phenomenology
+1105.0166 General Mathematics
+1105.0225 Phenomenology
+1105.0246 Theory
+1105.0289 Strongly Correlated Electrons
+1105.0340
+1105.0358
+1105.0418 Theory
+1105.0460 Statistical Mechanics
+1105.0607 Lattice
+1105.0676
+1105.0945
+1105.1098 Statistical Mechanics
+1105.1195 Phenomenology
+1105.1352 Disordered Systems and Neural Networks
+1105.1418 Lattice
+1105.1748 Quantum Gases
+1105.1766
+1105.1772 Theory
+1105.1778 Quantum Gases
+1105.1919
+1105.1925 Phenomenology
+1105.1994
+1105.2011 Theory
+1105.2085 Phenomenology
+1105.2285 Phenomenology
+1105.2475 Theory
+1105.2490 Theory
+1105.2521 Mesoscale and Nanoscale Physics
+1105.2558 Theory
+1105.2581 Theory
+1105.2864 Information Theory
+1105.2977 Phenomenology
+1105.3010 Theory
+1105.3017 Strongly Correlated Electrons
+1105.3109
+1105.3160 Optics
+1105.3193 Theory
+1105.3240 High Energy Astrophysical Phenomena
+1105.3279 Theory
+1105.3371 Theory
+1105.3602 Superconductivity
+1105.3608 Superconductivity
+1105.3628 Cosmology and Nongalactic Astrophysics
+1105.3728 Phenomenology
+1105.3743 Phenomenology
+1105.3744 Theory
+1105.3749 Lattice
+1105.3873 Quantum Gases
+1105.3910
+1105.3998 Theory
+1105.4422 Mesoscale and Nanoscale Physics
+1105.4473 Phenomenology
+1105.4664 Phenomenology
+1105.4844 Phenomenology
+1105.4886 Quantum Gases
+1105.4900 Strongly Correlated Electrons
+1105.4957 Other Condensed Matter
+1105.5113 High Energy Astrophysical Phenomena
+1105.5118 Other Condensed Matter
+1105.5122 Phenomenology
+1105.5138 Mesoscale and Nanoscale Physics
+1105.5165 Theory
+1105.5200 Phenomenology
+1105.5391
+1105.5392 Theory
+1105.5417 Phenomenology
+1105.5437 Phenomenology
+1105.5829 Phenomenology
+1105.5842
+1105.5848 Theory
+1105.5937 Optics
+1105.6005
+1105.6050
+1105.6088 Theory
+1105.6095 Phenomenology
+1105.6139 Mesoscale and Nanoscale Physics
+1105.6229 Lattice
+1105.6230 Cosmology and Nongalactic Astrophysics
+1105.6244 Phenomenology
+1105.6273 Theory
+1105.6360 Theory
+1105.6364 Phenomenology
+1106.0126 Theory
+1106.0527 Theory
+1106.0536 Cosmology and Nongalactic Astrophysics
+1106.0546 Theory
+1106.0623 Mesoscale and Nanoscale Physics
+1106.0650 Cosmology and Nongalactic Astrophysics
+1106.0747 Phenomenology
+1106.0861 Experiment
+1106.0862 General Mathematics
+1106.0922 Statistical Mechanics
+1106.1021
+1106.1066 Phenomenology
+1106.1069 Phenomenology
+1106.1093
+1106.1118
+1106.1267 Solar and Stellar Astrophysics
+1106.1374 Theory
+1106.1416 Theory
+1106.1483
+1106.1490
+1106.1775 Statistical Mechanics
+1106.1798 Theory
+1106.1870 Theory
+1106.1941 Other Condensed Matter
+1106.1956 Phenomenology
+1106.2101 Strongly Correlated Electrons
+1106.2132 Lattice
+1106.2339 Theory
+1106.2423
+1106.2433 Phenomenology
+1106.2485 Atomic Physics
+1106.2511 Phenomenology
+1106.2569 Phenomenology
+1106.2598 Strongly Correlated Electrons
+1106.2700 Phenomenology
+1106.2760 Phenomenology
+1106.2991 Experiment
+1106.3074 Phenomenology
+1106.3075 Other Condensed Matter
+1106.3082 Phenomenology
+1106.3103 Experiment
+1106.3133 Phenomenology
+1106.3171
+1106.3210 Theory
+1106.3240 Theory
+1106.3364 Atomic Physics
+1106.3404 Experiment
+1106.3427 Phenomenology
+1106.3557
+1106.3580 Lattice
+1106.3687 Mesoscale and Nanoscale Physics
+1106.3916 Phenomenology
+1106.3965 Mesoscale and Nanoscale Physics
+1106.3980 Soft Condensed Matter
+1106.4016 Cosmology and Nongalactic Astrophysics
+1106.4039 Phenomenology
+1106.4044 Phenomenology
+1106.4055 Experiment
+1106.4220
+1106.4268 Phenomenology
+1106.4298 Theory
+1106.4306 Phenomenology
+1106.4338 Phenomenology
+1106.4545 Phenomenology
+1106.4553 Phenomenology
+1106.4621 High Energy Astrophysical Phenomena
+1106.4694 Theory
+1106.4767
+1106.4978 Theory
+1106.5005
+1106.5075 Phenomenology
+1106.5151 Mesoscale and Nanoscale Physics
+1106.5210
+1106.5368
+1106.5418 Theory
+1106.5452 Theory
+1106.5477 Phenomenology
+1106.5515 Phenomenology
+1106.5528 Phenomenology
+1106.5748 Mesoscale and Nanoscale Physics
+1106.5879 Analysis of PDEs
+1106.5983 Cosmology and Nongalactic Astrophysics
+1106.6003 Strongly Correlated Electrons
+1106.6025 Theory
+1106.6026
+1106.6028 Phenomenology
+1106.6051 Phenomenology
+1106.6166 Theory
+1106.6172 Theory
+1106.6199 Phenomenology
+1106.6306 Statistical Mechanics
+1106.6355
+1107.0163 Experiment
+1107.0262 Numerical Analysis
+1107.0286 Phenomenology
+1107.0288 Mesoscale and Nanoscale Physics
+1107.0507
+1107.0574
+1107.0602
+1107.0669 Solar and Stellar Astrophysics
+1107.0730 Theory
+1107.0750 Quantum Gases
+1107.0754 Phenomenology
+1107.0771 Phenomenology
+1107.0941 Phenomenology
+1107.0952 Theory
+1107.0978 Phenomenology
+1107.1064 Other Condensed Matter
+1107.1103 Quantum Gases
+1107.1164 Phenomenology
+1107.1181
+1107.1268 Experiment
+1107.1372
+1107.1412 Phenomenology
+1107.1452 Phenomenology
+1107.1614 Phenomenology
+1107.1849 Experiment
+1107.1852
+1107.1935 Theory
+1107.2029 Mesoscale and Nanoscale Physics
+1107.2134 Theory
+1107.2150 Atomic Physics
+1107.2163 Phenomenology
+1107.2293 Theory
+1107.2301 Theory
+1107.2354 Optics
+1107.2517 Strongly Correlated Electrons
+1107.2606 Phenomenology
+1107.2731 Strongly Correlated Electrons
+1107.2738 Phenomenology
+1107.2838 Phenomenology
+1107.2917 Theory
+1107.2919 Phenomenology
+1107.2969 Strongly Correlated Electrons
+1107.3003 Cosmology and Nongalactic Astrophysics
+1107.3011 Theory
+1107.3048 Theory
+1107.3063 Dynamical Systems
+1107.3078 Phenomenology
+1107.3080 Phenomenology
+1107.3149 Phenomenology
+1107.3247 Phenomenology
+1107.3339
+1107.3533 Theory
+1107.3556 Theory
+1107.3642 Phenomenology
+1107.3713 Phenomenology
+1107.3830 Strongly Correlated Electrons
+1107.3906
+1107.3968 Phenomenology
+1107.4031
+1107.4060 Phenomenology
+1107.4087 Phenomenology
+1107.4131 Phenomenology
+1107.4232
+1107.4267 Phenomenology
+1107.4339 Chemical Physics
+1107.4342 Phenomenology
+1107.4354 Phenomenology
+1107.4370 Theory
+1107.4441 Soft Condensed Matter
+1107.4465 Experiment
+1107.4477 Mesoscale and Nanoscale Physics
+1107.4535 Phenomenology
+1107.4551 Theory
+1107.4564 Phenomenology
+1107.4589 Theory
+1107.4639 Theory
+1107.4642 Theory
+1107.4693 Phenomenology
+1107.4701
+1107.4739 Theory
+1107.4740
+1107.4767 Phenomenology
+1107.4780 Strongly Correlated Electrons
+1107.5063 Experiment
+1107.5131 Phenomenology
+1107.5160 Quantum Gases
+1107.5162
+1107.5163
+1107.5318 Theory
+1107.5489 Phenomenology
+1107.5547 Experiment
+1107.5631 Phenomenology
+1107.5727
+1107.5755 Phenomenology
+1107.5769 Phenomenology
+1107.5864 Statistical Mechanics
+1107.5879 Phenomenology
+1107.5955
+1107.5979
+1107.6033 Theory
+1108.0050 Phenomenology
+1108.0058 Theory
+1108.0139 Strongly Correlated Electrons
+1108.0147 Phenomenology
+1108.0275 Statistical Mechanics
+1108.0398 Phenomenology
+1108.0400 Theory
+1108.0421 Theory
+1108.0423 Phenomenology
+1108.0570 Phenomenology
+1108.0640 Soft Condensed Matter
+1108.0670 Phenomenology
+1108.0700 Mesoscale and Nanoscale Physics
+1108.0783 Statistical Mechanics
+1108.0881 Mesoscale and Nanoscale Physics
+1108.0998 Phenomenology
+1108.1191 Phenomenology
+1108.1196 Phenomenology
+1108.1261 Phenomenology
+1108.1338 Phenomenology
+1108.1391 Phenomenology
+1108.1509 Experiment
+1108.1745
+1108.1802 Phenomenology
+1108.1825 Cosmology and Nongalactic Astrophysics
+1108.1835
+1108.1849 Theory
+1108.1932 Strongly Correlated Electrons
+1108.1946 Strongly Correlated Electrons
+1108.1964 Theory
+1108.1973 Phenomenology
+1108.2029 Theory
+1108.2042
+1108.2071
+1108.2231 Phenomenology
+1108.2410
+1108.2440 Strongly Correlated Electrons
+1108.2504 Materials Science
+1108.2702 Phenomenology
+1108.2847 Phenomenology
+1108.2891 Theory
+1108.3031 Theory
+1108.3071 Phenomenology
+1108.3091 Experiment
+1108.3114
+1108.3123
+1108.3156
+1108.3326 Materials Science
+1108.3528 Atomic Physics
+1108.3549 Experiment
+1108.3663
+1108.3764 Phenomenology
+1108.3814
+1108.3816
+1108.3972 Phenomenology
+1108.3983 Phenomenology
+1108.4000 Phenomenology
+1108.4025 Phenomenology
+1108.4064 High Energy Astrophysical Phenomena
+1108.4164 Materials Science
+1108.4212 Quantum Gases
+1108.4291 Phenomenology
+1108.4351
+1108.4401 Theory
+1108.4646 Physics and Society
+1108.4661 Phenomenology
+1108.4734 Phenomenology
+1108.4755 Experiment
+1108.4782 Theory
+1108.4785 Statistical Mechanics
+1108.4877 Phenomenology
+1108.4954 Strongly Correlated Electrons
+1108.5034 Experiment
+1108.5132 Materials Science
+1108.5207 Superconductivity
+1108.5231 Theory
+1108.5320 Phenomenology
+1108.5371 Lattice
+1108.5649
+1108.5744 Statistical Mechanics
+1108.5765 Experiment
+1108.5874 Experiment
+1108.5888 Theory
+1108.6122 Other Condensed Matter
+1108.6259 Statistical Mechanics
+1108.6320
+1109.0014 Cosmology and Nongalactic Astrophysics
+1109.0147
+1109.0238 Phenomenology
+1109.0347 Phenomenology
+1109.0361 Theory
+1109.0448 Theory
+1109.0518 Phenomenology
+1109.0533 Theory
+1109.0549 Cosmology and Nongalactic Astrophysics
+1109.1065 Theory
+1109.1069 Phenomenology
+1109.1237 Lattice
+1109.1354 Phenomenology
+1109.1621 Experiment
+1109.1707
+1109.1730
+1109.2073 Phenomenology
+1109.2188 Phenomenology
+1109.2273
+1109.2292 Algebraic Geometry
+1109.2364 Strongly Correlated Electrons
+1109.2393 Theory
+1109.2455
+1109.2500 Phenomenology
+1109.2554 Phenomenology
+1109.2646 Other Condensed Matter
+1109.2709 Phenomenology
+1109.2719
+1109.2767 Cosmology and Nongalactic Astrophysics
+1109.2846 Cosmology and Nongalactic Astrophysics
+1109.3180 Combinatorics
+1109.3197 Phenomenology
+1109.3801 Superconductivity
+1109.3846
+1109.4033 Phenomenology
+1109.4140 Biological Physics
+1109.4159 Theory
+1109.4415 Cosmology and Nongalactic Astrophysics
+1109.4585
+1109.4636 Phenomenology
+1109.4794 Quantum Gases
+1109.4827 Theory
+1109.4839
+1109.4872 Phenomenology
+1109.4899
+1109.4947 Cosmology and Nongalactic Astrophysics
+1109.5140 Phenomenology
+1109.5360 Statistical Mechanics
+1109.5361 Theory
+1109.5607
+1109.5694 Theory
+1109.5847 Commutative Algebra
+1109.5930 Phenomenology
+1109.6002
+1109.6183 Phenomenology
+1109.6217 Materials Science
+1109.6260 Statistical Mechanics
+1109.6300
+1109.6562 Phenomenology
+1109.6796 Mesoscale and Nanoscale Physics
+1110.0006 High Energy Astrophysical Phenomena
+1110.0628 Classical Physics
+1110.0669 Solar and Stellar Astrophysics
+1110.0771 Statistical Mechanics
+1110.0832
+1110.1089 Mesoscale and Nanoscale Physics
+1110.1127 Phenomenology
+1110.1133
+1110.1321
+1110.1373 Theory
+1110.2113 Phenomenology
+1110.2313 Phenomenology
+1110.2460 Theory
+1110.2587 Cosmology and Nongalactic Astrophysics
+1110.2698
+1110.3928
+1110.4132
+1110.4295 Optics
+1110.4806
+1110.5023 Phenomenology
+1110.5047 Phenomenology
+1110.6381
+1110.6569 Mesoscale and Nanoscale Physics
+1111.0517 Quantum Gases
+1111.3570 Cosmology and Nongalactic Astrophysics
+1111.5996 Symplectic Geometry
+1112.3512
+1112.5561 Functional Analysis
+1201.1419 Materials Science
+1202.2027 Spectral Theory
+1202.3901 Probability
+1203.2219
+1203.2370 Materials Science
+1203.2391 Rings and Algebras
+1203.4852 Physics and Society
+1204.0001 Classical Physics
+1204.4622
+1205.6460 Combinatorics
+1206.1280 Biological Physics
+1206.3523 Programming Languages
+1207.2489 Classical Analysis and ODEs
+1207.2560 Operator Algebras
+1207.6594 Statistical Mechanics
+1208.0802
+1208.1761 Cosmology and Nongalactic Astrophysics
+1208.3454
+1208.3732 Analysis of PDEs
+1209.0560 Quantum Gases
+1209.1569 Phenomenology
+1209.2057 Analysis of PDEs
+1209.4544 Phenomenology
+1209.5948 Plasma Physics
+1209.6625
+1210.0647 High Energy Astrophysical Phenomena
+1210.2876 Mesoscale and Nanoscale Physics
+1210.4044 Populations and Evolution
+1210.6926
+1210.7978 Theory
+1211.1454 Theory
+1211.3225 Differential Geometry
+1211.3602 Methodology
+1211.4449 Statistical Mechanics
+1211.5351 Mesoscale and Nanoscale Physics
+1211.5786
+1211.6397 Tissues and Organs
+1211.6540
+1211.6629 Superconductivity
+1211.6806 Soft Condensed Matter
+1211.6867
+1212.0166 Phenomenology
+1212.1122
+1212.1442 Statistical Mechanics
+1212.2811
+1212.2992
+1212.3398 Lattice
+1212.4473
+1212.4774 Strongly Correlated Electrons
+1212.4797 Computer Science and Game Theory
+1212.5000 Theory
+1212.5459 Mesoscale and Nanoscale Physics
+1212.5673 Soft Condensed Matter
+1212.5886 Mesoscale and Nanoscale Physics
+1212.6557 Algebraic Geometry
+1301.0110 Materials Science
+1301.1148 Differential Geometry
+1301.1177 Mesoscale and Nanoscale Physics
+1301.2525 Classical Analysis and ODEs
+1301.2975 Computation
+1301.3033 Phenomenology
+1301.3918
+1301.4618
+1301.4743 Lattice
+1301.5337
+1301.5707 Theory
+1301.5990
+1301.5992 Physics and Society
+1301.7062 Theory
+1301.7592 Computer Science and Game Theory
+1301.7732 Theory
+1302.0404 Combinatorics
+1302.0496 Quantum Gases
+1302.0802 Theory
+1302.3099 Number Theory
+1302.3383
+1302.3808 Strongly Correlated Electrons
+1302.4204
+1302.4240 Materials Science
+1302.4290 Theory
+1302.4914 Solar and Stellar Astrophysics
+1302.5153 Information Theory
+1302.6505 Phenomenology
+1303.0143 Cosmology and Nongalactic Astrophysics
+1303.0336 Lattice
+1303.1003
+1303.1250 Mesoscale and Nanoscale Physics
+1303.1745
+1303.2269 Statistical Mechanics
+1303.2936
+1303.4253 Theory
+1303.5888
+1303.6360 Experiment
+1304.0467
+1304.0647
+1304.1876 Computer Vision and Pattern Recognition
+1304.3607
+1304.4874 Soft Condensed Matter
+1304.6104 Earth and Planetary Astrophysics
+1304.6144 Dynamical Systems
+1304.6290
+1304.6396
+1305.0500 Numerical Analysis
+1305.0647 Analysis of PDEs
+1305.1214
+1305.1561 Differential Geometry
+1305.2366 Materials Science
+1305.2512 Mesoscale and Nanoscale Physics
+1305.3051 Information Theory
+1305.3505 Dynamical Systems
+1305.3788 Dynamical Systems
+1305.4712 Phenomenology
+1305.4839 Theory
+1305.5497 Mesoscale and Nanoscale Physics
+1305.5872 Cosmology and Nongalactic Astrophysics
+1305.6146 Databases
+1305.6263 Group Theory
+1305.6308 Physics and Society
+1305.6320 Neurons and Cognition
+1305.6326 Differential Geometry
+1305.6328 Algebraic Geometry
+1305.6331
+1305.6332 Human-Computer Interaction
+1305.6336 Information Theory
+1305.6337
+1305.6350 Cryptography and Security
+1305.6352 Phenomenology
+1305.6356 Number Theory
+1305.6357 Functional Analysis
+1305.6358 Computers and Society
+1305.6360 Computers and Society
+1305.6362 Experiment
+1305.6368 Instrumentation and Detectors
+1305.6370 Solar and Stellar Astrophysics
+1305.6372 Applications
+1305.6376 Computational Complexity
+1305.6379 Systems and Control
+1305.6380 Group Theory
+1305.6381 Soft Condensed Matter
+1305.6390 Networking and Internet Architecture
+1305.6396 Astrophysics of Galaxies
+1305.6402 Systems and Control
+1305.6404 Logic
+1305.6407 Representation Theory
+1305.6409 Probability
+1305.6410 Spectral Theory
+1305.6417 Algebraic Geometry
+1305.6419 Mesoscale and Nanoscale Physics
+1305.6425 Dynamical Systems
+1305.6426 Numerical Analysis
+1305.6436 Differential Geometry
+1305.6439 Quantum Algebra
+1305.6441 Combinatorics
+1305.6442 High Energy Astrophysical Phenomena
+1305.6450 Analysis of PDEs
+1305.6456 Phenomenology
+1305.6458
+1305.6459 Instrumentation and Methods for Astrophysics
+1305.6461 Optimization and Control
+1305.6462 Classical Analysis and ODEs
+1305.6466 Number Theory
+1305.6474 Distributed, Parallel, and Cluster Computing
+1305.6479 Probability
+1305.6487 Statistical Mechanics
+1305.6491 Probability
+1305.6495 Mesoscale and Nanoscale Physics
+1305.6497 Computational Physics
+1305.6498 Accelerator Physics
+1305.6499 Cosmology and Nongalactic Astrophysics
+1305.6500 Optics
+1305.6501 Number Theory
+1305.6503 Group Theory
+1305.6506 Databases
+1305.6516 Differential Geometry
+1305.6517 Computational Physics
+1305.6518 Strongly Correlated Electrons
+1305.6525 Classical Analysis and ODEs
+1305.6528 Representation Theory
+1305.6533 Cellular Automata and Lattice Gases
+1305.6535 Phenomenology
+1305.6537 Neural and Evolutionary Computing
+1305.6542 Geometric Topology
+1305.6543 Programming Languages
+1305.6547 Functional Analysis
+1305.6549
+1305.6551 Statistical Mechanics
+1305.6552 Analysis of PDEs
+1305.6553 General Physics
+1305.6555 Data Structures and Algorithms
+1305.6561 Materials Science
+1305.6562 Classical Analysis and ODEs
+1305.6565
+1305.6568 Learning
+1305.6573 Algebraic Topology
+1305.6575 Atmospheric and Oceanic Physics
+1305.6578 Mesoscale and Nanoscale Physics
+1305.6585 Instrumentation and Methods for Astrophysics
+1305.6593 History and Overview
+1305.6596 Geometric Topology
+1305.6599 Phenomenology
+1305.6600 Differential Geometry
+astro-ph/0012086
+astro-ph/0410451
+astro-ph/0411285
+astro-ph/0505033
+astro-ph/0506692
+astro-ph/0507622
+astro-ph/0507717
+astro-ph/0510052
+astro-ph/0608138
+astro-ph/0610292
+cond-mat/0004264 Soft Condensed Matter
+cond-mat/0005121 Superconductivity
+cond-mat/0005288 Superconductivity
+cond-mat/0005391 Strongly Correlated Electrons
+cond-mat/0007064 Superconductivity
+cond-mat/0009166 Strongly Correlated Electrons
+cond-mat/0009379 Materials Science
+cond-mat/0010041 Strongly Correlated Electrons
+cond-mat/0010087 Statistical Mechanics
+cond-mat/0010232 Soft Condensed Matter
+cond-mat/0010386 Strongly Correlated Electrons
+cond-mat/0011098 Strongly Correlated Electrons
+cond-mat/0012304 Disordered Systems and Neural Networks
+cond-mat/0012450 Superconductivity
+cond-mat/0101296 Disordered Systems and Neural Networks
+cond-mat/0102217 Soft Condensed Matter
+cond-mat/0102330 Statistical Mechanics
+cond-mat/0102469 Statistical Mechanics
+cond-mat/0103066 Materials Science
+cond-mat/0103245 Superconductivity
+cond-mat/0103277 Superconductivity
+cond-mat/0103549 Statistical Mechanics
+cond-mat/0104032 Statistical Mechanics
+cond-mat/0104126 Strongly Correlated Electrons
+cond-mat/0104398 Statistical Mechanics
+cond-mat/0104421 Materials Science
+cond-mat/0104507 Materials Science
+cond-mat/0104552 Materials Science
+cond-mat/0104584 Statistical Mechanics
+cond-mat/0105038 Strongly Correlated Electrons
+cond-mat/0105042 Materials Science
+cond-mat/0105284 Strongly Correlated Electrons
+cond-mat/0105587 Statistical Mechanics
+cond-mat/0106038 Superconductivity
+cond-mat/0106358 Mesoscale and Nanoscale Physics
+cond-mat/0106515 Soft Condensed Matter
+cond-mat/0106554 Disordered Systems and Neural Networks
+cond-mat/0106648 Superconductivity
+cond-mat/0107076 Statistical Mechanics
+cond-mat/0107152
+cond-mat/0107441 Statistical Mechanics
+cond-mat/0107476 Materials Science
+cond-mat/0107622 Mesoscale and Nanoscale Physics
+cond-mat/0108125
+cond-mat/0108368 Superconductivity
+cond-mat/0108396 Materials Science
+cond-mat/0109036 Strongly Correlated Electrons
+cond-mat/0110372
+cond-mat/0110390 Superconductivity
+cond-mat/0111191 Soft Condensed Matter
+cond-mat/0111361
+cond-mat/0112422 Statistical Mechanics
+cond-mat/0201080 Mesoscale and Nanoscale Physics
+cond-mat/0202072 Soft Condensed Matter
+cond-mat/0202358 Mesoscale and Nanoscale Physics
+cond-mat/0202538 Soft Condensed Matter
+cond-mat/0203014
+cond-mat/0203159 Disordered Systems and Neural Networks
+cond-mat/0203382
+cond-mat/0203407 Mesoscale and Nanoscale Physics
+cond-mat/0203593 Statistical Mechanics
+cond-mat/0204035 Materials Science
+cond-mat/0204062 Mesoscale and Nanoscale Physics
+cond-mat/0204373 Strongly Correlated Electrons
+cond-mat/0204393 Strongly Correlated Electrons
+cond-mat/0204542 Strongly Correlated Electrons
+cond-mat/0205271 Materials Science
+cond-mat/0205626 Strongly Correlated Electrons
+cond-mat/0206018 Strongly Correlated Electrons
+cond-mat/0206074 Strongly Correlated Electrons
+cond-mat/0206125 Mesoscale and Nanoscale Physics
+cond-mat/0207248 Materials Science
+cond-mat/0207352 Statistical Mechanics
+cond-mat/0207677
+cond-mat/0208233 Mesoscale and Nanoscale Physics
+cond-mat/0208266 Superconductivity
+cond-mat/0208286 Soft Condensed Matter
+cond-mat/0208299 Materials Science
+cond-mat/0208361 Strongly Correlated Electrons
+cond-mat/0209209 Statistical Mechanics
+cond-mat/0209211 Statistical Mechanics
+cond-mat/0209247 Statistical Mechanics
+cond-mat/0209292
+cond-mat/0209451 Statistical Mechanics
+cond-mat/0209676 Soft Condensed Matter
+cond-mat/0210030 Soft Condensed Matter
+cond-mat/0210103 Strongly Correlated Electrons
+cond-mat/0210335 Materials Science
+cond-mat/0210695 Mesoscale and Nanoscale Physics
+cond-mat/0211163
+cond-mat/0211701 Soft Condensed Matter
+cond-mat/0212230 Disordered Systems and Neural Networks
+cond-mat/0212232 Disordered Systems and Neural Networks
+cond-mat/0212347
+cond-mat/0212429 Strongly Correlated Electrons
+cond-mat/0212461 Superconductivity
+cond-mat/0212511 Materials Science
+cond-mat/0212602 Statistical Mechanics
+cond-mat/0301052 Mesoscale and Nanoscale Physics
+cond-mat/0301375 Superconductivity
+cond-mat/0301451 Disordered Systems and Neural Networks
+cond-mat/0302300
+cond-mat/0303073 Statistical Mechanics
+cond-mat/0303298 Statistical Mechanics
+cond-mat/0303341 Superconductivity
+cond-mat/0303360 Strongly Correlated Electrons
+cond-mat/0303438 Statistical Mechanics
+cond-mat/0304136 Mesoscale and Nanoscale Physics
+cond-mat/0304513 Mesoscale and Nanoscale Physics
+cond-mat/0304563 Disordered Systems and Neural Networks
+cond-mat/0305050 Statistical Mechanics
+cond-mat/0305582
+cond-mat/0305673
+cond-mat/0306456 Superconductivity
+cond-mat/0306497
+cond-mat/0306646 Soft Condensed Matter
+cond-mat/0306711 Statistical Mechanics
+cond-mat/0307064 Mesoscale and Nanoscale Physics
+cond-mat/0307161 Mesoscale and Nanoscale Physics
+cond-mat/0307446 Strongly Correlated Electrons
+cond-mat/0307626 Statistical Mechanics
+cond-mat/0307645 Statistical Mechanics
+cond-mat/0308133 Mesoscale and Nanoscale Physics
+cond-mat/0308150
+cond-mat/0308262 Strongly Correlated Electrons
+cond-mat/0308305 Soft Condensed Matter
+cond-mat/0308602 Materials Science
+cond-mat/0309072 Statistical Mechanics
+cond-mat/0309563 Superconductivity
+cond-mat/0310654 Mesoscale and Nanoscale Physics
+cond-mat/0311014 Strongly Correlated Electrons
+cond-mat/0311082 Strongly Correlated Electrons
+cond-mat/0311203 Disordered Systems and Neural Networks
+cond-mat/0311612 Mesoscale and Nanoscale Physics
+cond-mat/0312305 Mesoscale and Nanoscale Physics
+cond-mat/0312337 Materials Science
+cond-mat/0312353 Statistical Mechanics
+cond-mat/0312475 Materials Science
+cond-mat/0312674 Disordered Systems and Neural Networks
+cond-mat/0402089 Soft Condensed Matter
+cond-mat/0403131 Materials Science
+cond-mat/0403592 Statistical Mechanics
+cond-mat/0404537 Strongly Correlated Electrons
+cond-mat/0405034 Superconductivity
+cond-mat/0405040 Disordered Systems and Neural Networks
+cond-mat/0405170 Superconductivity
+cond-mat/0405177 Statistical Mechanics
+cond-mat/0405540 Superconductivity
+cond-mat/0407358 Other Condensed Matter
+cond-mat/0407384 Strongly Correlated Electrons
+cond-mat/0407465 Other Condensed Matter
+cond-mat/0407607 Strongly Correlated Electrons
+cond-mat/0407790 Disordered Systems and Neural Networks
+cond-mat/0408042 Mesoscale and Nanoscale Physics
+cond-mat/0408437 Mesoscale and Nanoscale Physics
+cond-mat/0408494 Mesoscale and Nanoscale Physics
+cond-mat/0409210 Materials Science
+cond-mat/0410157 Soft Condensed Matter
+cond-mat/0410486 Mesoscale and Nanoscale Physics
+cond-mat/0410654 Strongly Correlated Electrons
+cond-mat/0410703 Superconductivity
+cond-mat/0411169 Superconductivity
+cond-mat/0411593 Materials Science
+cond-mat/0411652 Soft Condensed Matter
+cond-mat/0411753 Strongly Correlated Electrons
+cond-mat/0412361 Soft Condensed Matter
+cond-mat/0412609 Mesoscale and Nanoscale Physics
+cond-mat/0412616 Materials Science
+cond-mat/0412686 Strongly Correlated Electrons
+cond-mat/0502063 Disordered Systems and Neural Networks
+cond-mat/0502164 Strongly Correlated Electrons
+cond-mat/0502224 Superconductivity
+cond-mat/0502385 Mesoscale and Nanoscale Physics
+cond-mat/0502422 Soft Condensed Matter
+cond-mat/0503331 Soft Condensed Matter
+cond-mat/0503573 Soft Condensed Matter
+cond-mat/0503603 Soft Condensed Matter
+cond-mat/0503659 Strongly Correlated Electrons
+cond-mat/0503681 Strongly Correlated Electrons
+cond-mat/0504016 Disordered Systems and Neural Networks
+cond-mat/0504179 Other Condensed Matter
+cond-mat/0504311 Other Condensed Matter
+cond-mat/0504371 Statistical Mechanics
+cond-mat/0504582 Superconductivity
+cond-mat/0504739 Superconductivity
+cond-mat/0504787 Mesoscale and Nanoscale Physics
+cond-mat/0505066 Other Condensed Matter
+cond-mat/0505094 Superconductivity
+cond-mat/0505132 Mesoscale and Nanoscale Physics
+cond-mat/0505455 Soft Condensed Matter
+cond-mat/0505745 Statistical Mechanics
+cond-mat/0505754 Statistical Mechanics
+cond-mat/0506085 Soft Condensed Matter
+cond-mat/0506233 Other Condensed Matter
+cond-mat/0506345 Statistical Mechanics
+cond-mat/0506455 Mesoscale and Nanoscale Physics
+cond-mat/0506472 Other Condensed Matter
+cond-mat/0506493 Disordered Systems and Neural Networks
+cond-mat/0506514 Disordered Systems and Neural Networks
+cond-mat/0506527 Soft Condensed Matter
+cond-mat/0507107 Disordered Systems and Neural Networks
+cond-mat/0507108 Strongly Correlated Electrons
+cond-mat/0507149 Mesoscale and Nanoscale Physics
+cond-mat/0507223 Mesoscale and Nanoscale Physics
+cond-mat/0507256 Other Condensed Matter
+cond-mat/0507392 Disordered Systems and Neural Networks
+cond-mat/0507458 Disordered Systems and Neural Networks
+cond-mat/0508151 Superconductivity
+cond-mat/0508242 Strongly Correlated Electrons
+cond-mat/0508271 Soft Condensed Matter
+cond-mat/0508295 Materials Science
+cond-mat/0508498 Soft Condensed Matter
+cond-mat/0508563 Other Condensed Matter
+cond-mat/0509073 Strongly Correlated Electrons
+cond-mat/0509735 Mesoscale and Nanoscale Physics
+cond-mat/0509748 Mesoscale and Nanoscale Physics
+cond-mat/0510199 Other Condensed Matter
+cond-mat/0510302 Soft Condensed Matter
+cond-mat/0510395 Statistical Mechanics
+cond-mat/0510436 Statistical Mechanics
+cond-mat/0510523 Soft Condensed Matter
+cond-mat/0510597 Strongly Correlated Electrons
+cond-mat/0510689 Mesoscale and Nanoscale Physics
+cond-mat/0510840 Disordered Systems and Neural Networks
+cond-mat/0511183 Other Condensed Matter
+cond-mat/0511186 Statistical Mechanics
+cond-mat/0511545 Disordered Systems and Neural Networks
+cond-mat/0511634 Materials Science
+cond-mat/0511679 Materials Science
+cond-mat/0512059 Materials Science
+cond-mat/0512101 Materials Science
+cond-mat/0512123 Soft Condensed Matter
+cond-mat/0512158 Strongly Correlated Electrons
+cond-mat/0512344 Statistical Mechanics
+cond-mat/0512606 Disordered Systems and Neural Networks
+cond-mat/0512667 Materials Science
+cond-mat/0601177 Superconductivity
+cond-mat/0601360 Materials Science
+cond-mat/0601679 Soft Condensed Matter
+cond-mat/0601685 Soft Condensed Matter
+cond-mat/0601703 Statistical Mechanics
+cond-mat/0602087 Statistical Mechanics
+cond-mat/0602092 Materials Science
+cond-mat/0602255 Soft Condensed Matter
+cond-mat/0602280 Strongly Correlated Electrons
+cond-mat/0602417 Mesoscale and Nanoscale Physics
+cond-mat/0602437 Other Condensed Matter
+cond-mat/0602588 Strongly Correlated Electrons
+cond-mat/0602616 Other Condensed Matter
+cond-mat/0602644 Materials Science
+cond-mat/0603042 Strongly Correlated Electrons
+cond-mat/0603088 Materials Science
+cond-mat/0603234 Strongly Correlated Electrons
+cond-mat/0603347 Materials Science
+cond-mat/0603501 Materials Science
+cond-mat/0603576 Statistical Mechanics
+cond-mat/0604106 Strongly Correlated Electrons
+cond-mat/0604309 Materials Science
+cond-mat/0604361 Superconductivity
+cond-mat/0604432 Statistical Mechanics
+cond-mat/0604455 Other Condensed Matter
+cond-mat/0604529 Superconductivity
+cond-mat/0604575 Statistical Mechanics
+cond-mat/0604613 Mesoscale and Nanoscale Physics
+cond-mat/0605161 Strongly Correlated Electrons
+cond-mat/0605203 Strongly Correlated Electrons
+cond-mat/0605420 Superconductivity
+cond-mat/0605541 Soft Condensed Matter
+cond-mat/0606074 Strongly Correlated Electrons
+cond-mat/0606078 Superconductivity
+cond-mat/0606091 Mesoscale and Nanoscale Physics
+cond-mat/0606160 Disordered Systems and Neural Networks
+cond-mat/0606203 Superconductivity
+cond-mat/0606332 Mesoscale and Nanoscale Physics
+cond-mat/0606371 Strongly Correlated Electrons
+cond-mat/0606595 Statistical Mechanics
+cond-mat/0606635 Materials Science
+cond-mat/0606691 Strongly Correlated Electrons
+cond-mat/0607053 Strongly Correlated Electrons
+cond-mat/0607055 Other Condensed Matter
+cond-mat/0607066 Statistical Mechanics
+cond-mat/0607089 Disordered Systems and Neural Networks
+cond-mat/0607130 Strongly Correlated Electrons
+cond-mat/0607139 Strongly Correlated Electrons
+cond-mat/0607185 Soft Condensed Matter
+cond-mat/0607218 Mesoscale and Nanoscale Physics
+cond-mat/0607314 Mesoscale and Nanoscale Physics
+cond-mat/0607346 Mesoscale and Nanoscale Physics
+cond-mat/0607417 Statistical Mechanics
+cond-mat/0607430 Soft Condensed Matter
+cond-mat/0607431 Mesoscale and Nanoscale Physics
+cond-mat/0607459 Superconductivity
+cond-mat/0607570 Strongly Correlated Electrons
+cond-mat/0607652 Materials Science
+cond-mat/0607656 Statistical Mechanics
+cond-mat/0607814 Mesoscale and Nanoscale Physics
+cond-mat/0607819 Disordered Systems and Neural Networks
+cond-mat/0608028 Mesoscale and Nanoscale Physics
+cond-mat/0608039 Materials Science
+cond-mat/0608040 Strongly Correlated Electrons
+cond-mat/0608042 Strongly Correlated Electrons
+cond-mat/0608099 Statistical Mechanics
+cond-mat/0608156 Statistical Mechanics
+cond-mat/0608166 Mesoscale and Nanoscale Physics
+cond-mat/0608218 Statistical Mechanics
+cond-mat/0608302 Materials Science
+cond-mat/0608376 Mesoscale and Nanoscale Physics
+cond-mat/0608378 Mesoscale and Nanoscale Physics
+cond-mat/0608543 Strongly Correlated Electrons
+cond-mat/0608567 Strongly Correlated Electrons
+cond-mat/0608620 Other Condensed Matter
+cond-mat/0608670 Statistical Mechanics
+cond-mat/0608701 Superconductivity
+cond-mat/0608707 Strongly Correlated Electrons
+cond-mat/0609051 Strongly Correlated Electrons
+cond-mat/0609110 Mesoscale and Nanoscale Physics
+cond-mat/0609182 Materials Science
+cond-mat/0609211 Statistical Mechanics
+cond-mat/0609282 Soft Condensed Matter
+cond-mat/0609325 Strongly Correlated Electrons
+cond-mat/0609332 Mesoscale and Nanoscale Physics
+cond-mat/0609439 Strongly Correlated Electrons
+cond-mat/0609457 Strongly Correlated Electrons
+cond-mat/0609460 Mesoscale and Nanoscale Physics
+cond-mat/0609531 Other Condensed Matter
+cond-mat/0609546 Statistical Mechanics
+cond-mat/0609624 Soft Condensed Matter
+cond-mat/0609648 Materials Science
+cond-mat/0609717 Strongly Correlated Electrons
+cond-mat/0609760 Materials Science
+cond-mat/0610097 Disordered Systems and Neural Networks
+cond-mat/0610217 Strongly Correlated Electrons
+cond-mat/0610364 Other Condensed Matter
+cond-mat/0610401 Strongly Correlated Electrons
+cond-mat/0610463 Statistical Mechanics
+cond-mat/0610530 Strongly Correlated Electrons
+cond-mat/0610602 Materials Science
+cond-mat/0610650 Statistical Mechanics
+cond-mat/0610679 Mesoscale and Nanoscale Physics
+cond-mat/0610703 Other Condensed Matter
+cond-mat/0610704 Superconductivity
+cond-mat/0610715 Soft Condensed Matter
+cond-mat/0610776 Mesoscale and Nanoscale Physics
+cond-mat/0610795 Mesoscale and Nanoscale Physics
+cond-mat/0610850 Other Condensed Matter
+cond-mat/0610870 Materials Science
+cond-mat/0611023 Disordered Systems and Neural Networks
+cond-mat/0611025 Materials Science
+cond-mat/0611026 Materials Science
+cond-mat/0611046 Other Condensed Matter
+cond-mat/0611114 Strongly Correlated Electrons
+cond-mat/0611165 Materials Science
+cond-mat/0611225 Superconductivity
+cond-mat/0611228 Mesoscale and Nanoscale Physics
+cond-mat/0611246 Disordered Systems and Neural Networks
+cond-mat/0611347 Strongly Correlated Electrons
+cond-mat/0611468 Mesoscale and Nanoscale Physics
+cond-mat/0611500 Superconductivity
+cond-mat/0611510 Statistical Mechanics
+cond-mat/0611522 Other Condensed Matter
+cond-mat/0611747 Strongly Correlated Electrons
+cond-mat/0611761 Strongly Correlated Electrons
+cond-mat/0612005 Superconductivity
+cond-mat/0612046 Mesoscale and Nanoscale Physics
+cond-mat/0612081 Materials Science
+cond-mat/0612094 Superconductivity
+cond-mat/0612161 Strongly Correlated Electrons
+cond-mat/0612209 Soft Condensed Matter
+cond-mat/0612282 Other Condensed Matter
+cond-mat/0612288 Superconductivity
+cond-mat/0612327 Mesoscale and Nanoscale Physics
+cond-mat/0612470 Mesoscale and Nanoscale Physics
+cond-mat/0612552 Statistical Mechanics
+cond-mat/0612610 Mesoscale and Nanoscale Physics
+cond-mat/0701120 Other Condensed Matter
+cond-mat/0701441 Statistical Mechanics
+cond-mat/0701598 Strongly Correlated Electrons
+cond-mat/0701691 Strongly Correlated Electrons
+cond-mat/0702052 Other Condensed Matter
+cond-mat/0702267 Strongly Correlated Electrons
+cond-mat/0702382 Soft Condensed Matter
+cond-mat/0702434 Mesoscale and Nanoscale Physics
+cond-mat/0703034 Mesoscale and Nanoscale Physics
+cond-mat/0703112 Superconductivity
+cond-mat/0703463 Superconductivity
+cond-mat/0703777 Statistical Mechanics
+cond-mat/9612099 Materials Science
+cond-mat/9906097 Statistical Mechanics
+cond-mat/9909048 Disordered Systems and Neural Networks
+cond-mat/9911296
+cond-mat/9912452 Mesoscale and Nanoscale Physics
+gr-qc/0101009
+gr-qc/0111109
+gr-qc/0305087
+gr-qc/0305091
+gr-qc/0311006
+gr-qc/0311090
+gr-qc/0406009
+gr-qc/0409002
+gr-qc/0409065
+gr-qc/0501040
+gr-qc/0502036
+gr-qc/0505085
+gr-qc/0505100
+gr-qc/0505135
+gr-qc/0506073
+gr-qc/0507017
+gr-qc/0508015
+gr-qc/0508026
+gr-qc/0508064
+gr-qc/0508096
+gr-qc/0508111
+gr-qc/0509048
+gr-qc/0607051
+gr-qc/0610101
+gr-qc/0612130
+gr-qc/9912115
+hep-ex/0311009 Experiment
+hep-ex/0409009 Experiment
+hep-ex/0412030 Experiment
+hep-ex/0502022 Experiment
+hep-ex/0505005 Experiment
+hep-ex/0609023 Experiment
+hep-ex/0611032 Experiment
+hep-ex/9908025 Experiment
+hep-lat/0002021 Lattice
+hep-lat/0107018 Lattice
+hep-lat/0210045 Lattice
+hep-lat/0401015 Lattice
+hep-lat/0403021 Lattice
+hep-lat/0609067 Lattice
+hep-ph/0001011 Phenomenology
+hep-ph/0010339 Phenomenology
+hep-ph/0012380 Phenomenology
+hep-ph/0101327 Phenomenology
+hep-ph/0105050 Phenomenology
+hep-ph/0106142 Phenomenology
+hep-ph/0107034 Phenomenology
+hep-ph/0107216 Phenomenology
+hep-ph/0108122 Phenomenology
+hep-ph/0108182 Phenomenology
+hep-ph/0109268 Phenomenology
+hep-ph/0110046 Phenomenology
+hep-ph/0201035 Phenomenology
+hep-ph/0204071 Phenomenology
+hep-ph/0205142 Phenomenology
+hep-ph/0205183 Phenomenology
+hep-ph/0206201 Phenomenology
+hep-ph/0206222 Phenomenology
+hep-ph/0210046 Phenomenology
+hep-ph/0212019 Phenomenology
+hep-ph/0301175 Phenomenology
+hep-ph/0305301 Phenomenology
+hep-ph/0311086 Phenomenology
+hep-ph/0312293 Phenomenology
+hep-ph/0404235 Phenomenology
+hep-ph/0405276 Phenomenology
+hep-ph/0408017 Phenomenology
+hep-ph/0408061 Phenomenology
+hep-ph/0409109 Phenomenology
+hep-ph/0412223 Phenomenology
+hep-ph/0502094 Phenomenology
+hep-ph/0502177 Phenomenology
+hep-ph/0503256 Phenomenology
+hep-ph/0505090 Phenomenology
+hep-ph/0505133 Phenomenology
+hep-ph/0506045 Phenomenology
+hep-ph/0506186 Phenomenology
+hep-ph/0506216 Phenomenology
+hep-ph/0506279 Phenomenology
+hep-ph/0507034 Phenomenology
+hep-ph/0507047 Phenomenology
+hep-ph/0507107 Phenomenology
+hep-ph/0507161 Phenomenology
+hep-ph/0507219 Phenomenology
+hep-ph/0507289 Phenomenology
+hep-ph/0508050 Phenomenology
+hep-ph/0508214 Phenomenology
+hep-ph/0508219 Phenomenology
+hep-ph/0509032 Phenomenology
+hep-ph/0509048 Phenomenology
+hep-ph/0509079 Phenomenology
+hep-ph/0509111 Phenomenology
+hep-ph/0509148 Phenomenology
+hep-ph/0509213 Phenomenology
+hep-ph/0509278 Phenomenology
+hep-ph/0509359 Phenomenology
+hep-ph/0510049 Phenomenology
+hep-ph/0510103 Phenomenology
+hep-ph/0510272 Phenomenology
+hep-ph/0511079 Phenomenology
+hep-ph/0512153 Phenomenology
+hep-ph/0601183 Phenomenology
+hep-ph/0604062 Phenomenology
+hep-ph/0605157 Phenomenology
+hep-ph/0605210 Phenomenology
+hep-ph/0605216 Phenomenology
+hep-ph/0607009 Phenomenology
+hep-ph/0607065 Phenomenology
+hep-ph/0608268 Phenomenology
+hep-ph/9909459 Phenomenology
+hep-ph/9910337 Phenomenology
+hep-th/0108240 Theory
+hep-th/0111074 Theory
+hep-th/0203261 Theory
+hep-th/0205058 Theory
+hep-th/0404167 Theory
+hep-th/0405171 Theory
+hep-th/0405223 Theory
+hep-th/0407169 Theory
+hep-th/0408234 Theory
+hep-th/0409070 Theory
+hep-th/0409156 Theory
+hep-th/0410286 Theory
+hep-th/0412017 Theory
+hep-th/0412118 Theory
+hep-th/0412334 Theory
+hep-th/0502172 Theory
+hep-th/0504028 Theory
+hep-th/0505155 Theory
+hep-th/0505230 Theory
+hep-th/0506025 Theory
+hep-th/0506139 Theory
+hep-th/0506242 Theory
+hep-th/0507145 Theory
+hep-th/0507210 Theory
+hep-th/0507245 Theory
+hep-th/0508028 Theory
+hep-th/0508161 Theory
+hep-th/0508171 Theory
+hep-th/0508209 Theory
+hep-th/0509074 Theory
+hep-th/0509151 Theory
+hep-th/0509177 Theory
+hep-th/0509180 Theory
+hep-th/0601174 Theory
+hep-th/0609185 Theory
+hep-th/0612042 Theory
+math/0106037 Probability
+math/9810083 Differential Geometry
+math/9901050 Classical Analysis and ODEs
+nlin/0003027 Chaotic Dynamics
+nlin/0012041 Pattern Formation and Solitons
+nlin/0111044 Chaotic Dynamics
+nlin/0204010 Chaotic Dynamics
+nlin/0309004 Chaotic Dynamics
+nlin/0309029 Pattern Formation and Solitons
+nlin/0311006 Chaotic Dynamics
+nlin/0402050 Pattern Formation and Solitons
+nlin/0412047 Adaptation and Self-Organizing Systems
+nlin/0502008 Pattern Formation and Solitons
+nlin/0508010 Pattern Formation and Solitons
+nlin/0508026 Chaotic Dynamics
+nlin/0607039 Adaptation and Self-Organizing Systems
+nlin/0608006 Pattern Formation and Solitons
+nlin/0609066 Chaotic Dynamics
+nlin/0610024 Chaotic Dynamics
+nlin/0610059 Pattern Formation and Solitons
+nucl-ex/0203018
+nucl-ex/0204010
+nucl-ex/0303001
+nucl-ex/0406019
+nucl-ex/0410037
+nucl-ex/0607020
+nucl-th/0011044
+nucl-th/0011058
+nucl-th/0011059
+nucl-th/0101014
+nucl-th/0103030
+nucl-th/0111060
+nucl-th/0210055
+nucl-th/0304059
+nucl-th/0403022
+nucl-th/0406039
+nucl-th/0407024
+nucl-th/0411052
+nucl-th/0505025
+nucl-th/0506070
+nucl-th/0508008
+nucl-th/0509010
+nucl-th/0512030
+nucl-th/0602024
+nucl-th/0608054
+nucl-th/0612018
+nucl-th/0702050
+patt-sol/9704003 Pattern Formation and Solitons
+physics/0005047 Geophysics
+physics/0005048 Geophysics
+physics/0005049 Geophysics
+physics/0011023 Computational Physics
+physics/0101086 Atomic Physics
+physics/0105029 Medical Physics
+physics/0108010 Atomic Physics
+physics/0111204 Biological Physics
+physics/0207110 Biological Physics
+physics/0212003 Atomic Physics
+physics/0301061 Biological Physics
+physics/0307150 Computational Physics
+physics/0402019 Optics
+physics/0403009 Atomic Physics
+physics/0404089 Biological Physics
+physics/0408011 Atomic Physics
+physics/0408088 Atomic Physics
+physics/0412177 Atomic Physics
+physics/0502036 Fluid Dynamics
+physics/0505211 Optics
+physics/0508082 Atomic Physics
+physics/0511046 Atomic Physics
+physics/0512120 Fluid Dynamics
+physics/0602011 Atomic Physics
+physics/0603181 Optics
+physics/0606018 Fluid Dynamics
+physics/0606190 Physics and Society
+physics/0607060 Fluid Dynamics
+physics/0608116 Optics
+physics/0608153 Physics and Society
+physics/0609001 Data Analysis, Statistics and Probability
+physics/0609145 Atomic Physics
+physics/0609166 Atomic Physics
+physics/0610015 Atomic and Molecular Clusters
+physics/0610032 Atomic Physics
+physics/0610273 Atmospheric and Oceanic Physics
+physics/0611065 Physics and Society
+physics/0611085 Atomic and Molecular Clusters
+physics/0611121 Atomic Physics
+physics/0611237 Atomic Physics
+physics/0611254 Atomic Physics
+physics/0701018 Atomic Physics
+physics/9909062 Accelerator Physics
+q-bio/0310039 Neurons and Cognition
+q-bio/0402036 Biomolecules
+q-bio/0406008 Molecular Networks
+q-bio/0412029 Populations and Evolution
+q-bio/0502025 Neurons and Cognition
+q-bio/0505047 Biomolecules
+q-bio/0510049 Biomolecules
+q-bio/0607044 Biomolecules
+q-bio/0608016 Populations and Evolution
+q-bio/0611044 Biomolecules
+q-bio/0703037 Neurons and Cognition
+quant-ph/0009090
+quant-ph/0010097
+quant-ph/0012078
+quant-ph/0012082
+quant-ph/0012111
+quant-ph/0012136
+quant-ph/0101034
+quant-ph/0101084
+quant-ph/0103074
+quant-ph/0103131
+quant-ph/0103170
+quant-ph/0104058
+quant-ph/0104068
+quant-ph/0104072
+quant-ph/0104117
+quant-ph/0105072
+quant-ph/0105122
+quant-ph/0106058
+quant-ph/0107068
+quant-ph/0109053
+quant-ph/0109087
+quant-ph/0110117
+quant-ph/0110144
+quant-ph/0111093
+quant-ph/0111124
+quant-ph/0112042
+quant-ph/0112073
+quant-ph/0201097
+quant-ph/0202009
+quant-ph/0203064
+quant-ph/0204116
+quant-ph/0204121
+quant-ph/0205088
+quant-ph/0205091
+quant-ph/0206181
+quant-ph/0208002
+quant-ph/0208013
+quant-ph/0208123
+quant-ph/0208144
+quant-ph/0208182
+quant-ph/0209074
+quant-ph/0211062
+quant-ph/0211093
+quant-ph/0212086
+quant-ph/0212098
+quant-ph/0301018
+quant-ph/0302101
+quant-ph/0303110
+quant-ph/0306019
+quant-ph/0306139
+quant-ph/0307003
+quant-ph/0308033
+quant-ph/0310015
+quant-ph/0311014
+quant-ph/0311174
+quant-ph/0312207
+quant-ph/0402169
+quant-ph/0404006
+quant-ph/0404033
+quant-ph/0404058
+quant-ph/0404138
+quant-ph/0405011
+quant-ph/0405146
+quant-ph/0406231
+quant-ph/0408035
+quant-ph/0409042
+quant-ph/0409094
+quant-ph/0410107
+quant-ph/0410118
+quant-ph/0410123
+quant-ph/0410168
+quant-ph/0411071
+quant-ph/0411147
+quant-ph/0412036
+quant-ph/0412084
+quant-ph/0412134
+quant-ph/0501152
+quant-ph/0501166
+quant-ph/0502164
+quant-ph/0502170
+quant-ph/0503036
+quant-ph/0503092
+quant-ph/0503194
+quant-ph/0503205
+quant-ph/0504142
+quant-ph/0505008
+quant-ph/0505125
+quant-ph/0505138
+quant-ph/0506045
+quant-ph/0506069
+quant-ph/0506270
+quant-ph/0507059
+quant-ph/0507063
+quant-ph/0507173
+quant-ph/0507249
+quant-ph/0508231
+quant-ph/0509140
+quant-ph/0510029
+quant-ph/0510210
+quant-ph/0511044
+quant-ph/0511205
+quant-ph/0601099
+quant-ph/0601160
+quant-ph/0602022
+quant-ph/0602138
+quant-ph/0602169
+quant-ph/0603014
+quant-ph/0603142
+quant-ph/0603268
+quant-ph/0604125
+quant-ph/0605048
+quant-ph/0605079
+quant-ph/0605224
+quant-ph/0606073
+quant-ph/0606142
+quant-ph/0606217
+quant-ph/0607028
+quant-ph/0607031
+quant-ph/0607082
+quant-ph/0607102
+quant-ph/0607139
+quant-ph/0607150
+quant-ph/0607152
+quant-ph/0608108
+quant-ph/0608122
+quant-ph/0608145
+quant-ph/0608164
+quant-ph/0608215
+quant-ph/0608236
+quant-ph/0609006
+quant-ph/0609020
+quant-ph/0609044
+quant-ph/0609111
+quant-ph/0609158
+quant-ph/0609162
+quant-ph/0609171
+quant-ph/0610025
+quant-ph/0610031
+quant-ph/0610043
+quant-ph/0610125
+quant-ph/0610134
+quant-ph/0610223
+quant-ph/0611017
+quant-ph/0611050
+quant-ph/0611058
+quant-ph/0611093
+quant-ph/0611171
+quant-ph/0611172
+quant-ph/0611201
+quant-ph/0612020
+quant-ph/0612050
+quant-ph/0612081
+quant-ph/0612121
+quant-ph/0612169
+quant-ph/0612188
+quant-ph/0612191
+quant-ph/0701160
+quant-ph/0701224
+quant-ph/0702031
+quant-ph/0702187
+quant-ph/0703219
+quant-ph/9903078
+quant-ph/9908035
+0910.3589 Complex Variables
+1005.5048 Classical Analysis and ODEs
+1005.5092
+1006.5355
+1007.3653 Classical Analysis and ODEs
+1008.2544
+1011.3680 Numerical Analysis
+1102.5536 Probability
+1103.2568 Differential Geometry
+1104.1039 Probability
+1104.2169 Cosmology and Nongalactic Astrophysics
+1105.1701 Theory
+1105.1866 Theory
+1106.2945 Numerical Analysis
+1107.4601
+1108.3335 Phenomenology
+1108.3587 Exactly Solvable and Integrable Systems
+1110.0983 Biological Physics
+1112.3464 Representation Theory
+1112.4036
+1112.6126 Logic
+1112.6129 Logic
+1202.0894 Algebraic Geometry
+1203.6212 Dynamical Systems
+1204.2448 Theory
+1207.6519
+1208.2244 General Mathematics
+1208.2524 Statistical Mechanics
+1208.4969 Chemical Physics
+1208.6318 Networking and Internet Architecture
+1209.3866 Algebraic Topology
+1210.0654 Optics
+1210.2167 Symplectic Geometry
+1210.2365 Cosmology and Nongalactic Astrophysics
+1211.4152 Algebraic Geometry
+1212.0299 Strongly Correlated Electrons
+1212.4239 Neurons and Cognition
+1212.5482 Chaotic Dynamics
+1301.1467 Logic
+1301.3138
+1301.3188 Combinatorics
+1301.3521 Probability
+1301.3830 Group Theory
+1301.5107 Networking and Internet Architecture
+1301.6203 Optics
+1301.6378 Probability
+1301.7226 Quantum Gases
+1301.7234 High Energy Astrophysical Phenomena
+1302.1169 Probability
+1302.2151
+1302.5990 Systems and Control
+1302.6869 Rings and Algebras
+1302.7166 Statistical Mechanics
+1303.1759 Geometric Topology
+1303.2227 Number Theory
+1304.1329 Disordered Systems and Neural Networks
+1304.1739 Medical Physics
+1304.3646 Disordered Systems and Neural Networks
+1304.5115 Instrumentation and Detectors
+1304.5532 Cosmology and Nongalactic Astrophysics
+1304.5632
+1304.7454 Functional Analysis
+1305.0538 Logic in Computer Science
+1305.2944 Functional Analysis
+1305.5145 Combinatorics
+1305.6270
+1305.7071 Biological Physics
+1305.7072 Biological Physics
+1305.7387 Algebraic Geometry
+1306.0270 Instrumentation and Detectors
+1306.0723 Theory
+1306.4445 Phenomenology
+1306.4850 Metric Geometry
+1307.0695 Soft Condensed Matter
+1307.1198 Mesoscale and Nanoscale Physics
+1307.1500 Commutative Algebra
+1307.1780
+1307.5536 Theory
+1307.5618
+1307.6361 Strongly Correlated Electrons
+1307.7285 Mesoscale and Nanoscale Physics
+1307.7299 Analysis of PDEs
+1307.7699 Lattice
+1307.8173 Phenomenology
+1308.0414 Chemical Physics
+1308.1407 Strongly Correlated Electrons
+1308.2321 Physics and Society
+1308.2335 Combinatorics
+1308.3256 Strongly Correlated Electrons
+1308.4776
+1308.5972 Cosmology and Nongalactic Astrophysics
+1308.6115 Soft Condensed Matter
+1308.6124 Statistical Mechanics
+1309.0621
+1309.1061 Soft Condensed Matter
+1309.2176 Mesoscale and Nanoscale Physics
+1309.2939 Theory
+1309.4012 Materials Science
+1309.5428 Logic
+1309.6807 Superconductivity
+1309.6927 Discrete Mathematics
+1310.0253 Theory
+1310.0722 General Physics
+1310.1424 Pattern Formation and Solitons
+1310.1911 Theory
+1310.2019 Probability
+1310.3136 Strongly Correlated Electrons
+1310.3660 Mesoscale and Nanoscale Physics
+1310.4496 Phenomenology
+1310.6028
+1310.7714 Applications
+1310.7827 Phenomenology
+1310.8432 Solar and Stellar Astrophysics
+1311.2914 Artificial Intelligence
+1311.3945 Mesoscale and Nanoscale Physics
+1311.5159 Solar and Stellar Astrophysics
+1311.5899 Materials Science
+1311.7185 High Energy Astrophysical Phenomena
+1311.7294 Representation Theory
+1311.7442 Information Theory
+1312.0144 Artificial Intelligence
+1312.0800 Symplectic Geometry
+1312.2279
+1312.2359 Software Engineering
+1312.2789 Learning
+1312.2829 Combinatorics
+1312.2841 Computational Engineering, Finance, and Science
+1312.2853 Computational Engineering, Finance, and Science
+1312.2859 Computational Engineering, Finance, and Science
+1312.2861 Computational Engineering, Finance, and Science
+1312.2867 Computational Engineering, Finance, and Science
+1312.2976 Hardware Architecture
+1312.3158 Optimization and Control
+1312.3289 Metric Geometry
+1312.3318 Analysis of PDEs
+1312.3341 Materials Science
+1312.3343 Mesoscale and Nanoscale Physics
+1312.3344 Materials Science
+1312.3346 Theory
+1312.3347 Distributed, Parallel, and Cluster Computing
+1312.3349 Trading and Market Microstructure
+1312.3350 Genomics
+1312.3352 Optimization and Control
+1312.3355 Optics
+1312.3371 Theory
+1312.3372 Logic in Computer Science
+1312.3374 Group Theory
+1312.3376 Pattern Formation and Solitons
+1312.3379 Information Theory
+1312.3381 Differential Geometry
+1312.3383 Classical Physics
+1312.3387 Social and Information Networks
+1312.3388 Learning
+1312.3389 Information Theory
+1312.3390 Mesoscale and Nanoscale Physics
+1312.3391 Mesoscale and Nanoscale Physics
+1312.3394 Computer Science and Game Theory
+1312.3396 Combinatorics
+1312.3399 Systems and Control
+1312.3403 Phenomenology
+1312.3404
+1312.3406 Phenomenology
+1312.3407 Accelerator Physics
+1312.3409 Mesoscale and Nanoscale Physics
+1312.3411 Group Theory
+1312.3412 Logic in Computer Science
+1312.3414 Phenomenology
+1312.3416 Logic in Computer Science
+1312.3418 Information Theory
+1312.3420 Cryptography and Security
+1312.3423 Combinatorics
+1312.3425 Plasma Physics
+1312.3432 Analysis of PDEs
+1312.3434 Earth and Planetary Astrophysics
+1312.3441 Social and Information Networks
+1312.3447 Populations and Evolution
+1312.3450 Biological Physics
+1312.3452 Dynamical Systems
+1312.3460 Functional Analysis
+1312.3463
+1312.3472 Soft Condensed Matter
+1312.3473 Symplectic Geometry
+1312.3477 Optics
+1312.3478 Computer Science and Game Theory
+1312.3481 Algebraic Geometry
+1312.3482 Methodology
+1312.3483 High Energy Astrophysical Phenomena
+1312.3486 Optics
+1312.3489 Classical Analysis and ODEs
+1312.3491 Numerical Analysis
+1312.3495 Lattice
+1312.3503 Statistical Mechanics
+1312.3504 Distributed, Parallel, and Cluster Computing
+1312.3505
+1312.3506 Theory
+1312.3510
+1312.3511 Number Theory
+1312.3512 Theory
+1312.3518 Geometric Topology
+1312.3525 Statistics Theory
+1312.3526 Symplectic Geometry
+1312.3530 Differential Geometry
+1312.3531 Number Theory
+1312.3532 Social and Information Networks
+1312.3534 Lattice
+1312.3535 Lattice
+1312.3538 Computational Geometry
+1312.3543 Systems and Control
+1312.3544 High Energy Astrophysical Phenomena
+1312.3546 Probability
+1312.3547 Soft Condensed Matter
+1312.3548
+1312.3550 Formal Languages and Automata Theory
+1312.3552 Data Structures and Algorithms
+1312.3557 Analysis of PDEs
+1312.3565 Fluid Dynamics
+1312.3566 Phenomenology
+1312.3569 Analysis of PDEs
+1312.3570 Materials Science
+1312.3573 Soft Condensed Matter
+1312.3575 Analysis of PDEs
+1312.3580 Probability
+1312.3581 Complex Variables
+1312.3583 Adaptation and Self-Organizing Systems
+1312.3590
+1312.3591 Lattice
+1312.3592
+1312.3593 Phenomenology
+1312.3594
+1312.3598
+1312.3602 Statistical Mechanics
+1312.3604 Computational Geometry
+1312.3607 Instrumentation and Methods for Astrophysics
+1312.3608 Functional Analysis
+1312.3612
+1312.3614
+1312.3616 Rings and Algebras
+1312.3618 Numerical Analysis
+1312.3621 Spectral Theory
+1312.3632 Superconductivity
+0710.1549 Other Condensed Matter
+0801.3424 Other Condensed Matter
+1001.0935
+1001.1874 Optics
+1003.1410 Graphics
+1003.5831 Logic
+1006.2557 Commutative Algebra
+1006.4853 Group Theory
+1006.5802 Combinatorics
+1012.2375 Earth and Planetary Astrophysics
+1106.3066 Theory
+1108.3189 Optics
+1108.3660 Numerical Analysis
+1109.0763
+1109.0868 Superconductivity
+1110.0775
+1110.3176 Earth and Planetary Astrophysics
+1111.2767
+1111.6136 Theory
+1112.0497 Probability
+1112.2304 Analysis of PDEs
+1112.3339 Strongly Correlated Electrons
+1202.1568 Computation and Language
+1202.2795
+1202.6341 Numerical Analysis
+1204.1449 Exactly Solvable and Integrable Systems
+1204.2511
+1204.3042 Algebraic Geometry
+1204.4053 Mesoscale and Nanoscale Physics
+1204.4718 Earth and Planetary Astrophysics
+1204.5304
+1204.6734 Computational Physics
+1205.4272 Optics
+1205.4843 Optimization and Control
+1205.6481 Phenomenology
+1205.6834 Materials Science
+1206.0979 Strongly Correlated Electrons
+1206.1478 Cosmology and Nongalactic Astrophysics
+1206.6205 Phenomenology
+1207.0253
+1207.1452 Lattice
+1207.2251
+1207.2812 Machine Learning
+1207.3106 Computation
+1207.4236 Differential Geometry
+1207.4444 Mesoscale and Nanoscale Physics
+1207.5221 Phenomenology
+1207.5660 Information Theory
+1207.6322 Cosmology and Nongalactic Astrophysics
+1207.6915 Experiment
+1207.7314 Solar and Stellar Astrophysics
+1208.0015 Strongly Correlated Electrons
+1208.0517 Solar and Stellar Astrophysics
+1208.1348 Probability
+1208.2994 Mesoscale and Nanoscale Physics
+1208.3969 Statistical Mechanics
+1208.4538 Fluid Dynamics
+1208.5657 Fluid Dynamics
+1209.0718
+1209.2369 Theory
+1209.4011 Phenomenology
+1209.4681 Theory
+1209.4933 Mesoscale and Nanoscale Physics
+1209.5602 Phenomenology
+1209.5913 Phenomenology
+1209.6483 Number Theory
+1210.3059 Number Theory
+1210.3141 Computer Science and Game Theory
+1210.4742 Phenomenology
+1210.5499 Statistical Mechanics
+1210.5631 Machine Learning
+1210.6646 Emerging Technologies
+1211.0199 Quantum Gases
+1211.0566 Materials Science
+1211.0643 Statistical Mechanics
+1211.0929 Lattice
+1211.1384 Mesoscale and Nanoscale Physics
+1211.1981 Phenomenology
+1211.3616 Neurons and Cognition
+1211.4202
+1211.4340 Combinatorics
+1211.4341 Phenomenology
+1211.5032 Cosmology and Nongalactic Astrophysics
+1211.6001 Theory
+1211.7005 Atomic Physics
+1211.7285 Phenomenology
+1212.0405 Probability
+1212.0868 Cosmology and Nongalactic Astrophysics
+1212.1393 Exactly Solvable and Integrable Systems
+1212.1457 High Energy Astrophysical Phenomena
+1212.1493 Quantum Gases
+1212.2626 Solar and Stellar Astrophysics
+1212.2631 Strongly Correlated Electrons
+1212.2655 Phenomenology
+1212.2747 Logic in Computer Science
+1212.3337 Theory
+1212.3414 Statistical Mechanics
+1212.3921 Mesoscale and Nanoscale Physics
+1212.4075 High Energy Astrophysical Phenomena
+1212.4077 Solar and Stellar Astrophysics
+1212.4344
+1212.4487 Theory
+1212.5237
+1212.5775 Quantum Algebra
+1212.6297 Mesoscale and Nanoscale Physics
+1212.6625
+1212.6941 Mesoscale and Nanoscale Physics
+1301.0153 Chemical Physics
+1301.0453 Phenomenology
+1301.1300
+1301.1642 Theory
+1301.2598 Theory
+1301.3204 Theory
+1301.3786
+1301.3820 High Energy Astrophysical Phenomena
+1301.5323
+1301.5324 Strongly Correlated Electrons
+1301.5546 Mesoscale and Nanoscale Physics
+1301.5652 Optics
+1301.6051
+1301.6501 Strongly Correlated Electrons
+1301.6570
+1301.6620 Cosmology and Nongalactic Astrophysics
+1301.7042 High Energy Astrophysical Phenomena
+1301.7135 Quantum Gases
+1301.7250 Data Structures and Algorithms
+1301.7303 Phenomenology
+1301.7343 Cosmology and Nongalactic Astrophysics
+1301.7548 Phenomenology
+1301.7671 Theory
+1302.0427 High Energy Astrophysical Phenomena
+1302.0460 Phenomenology
+1302.0840 Theory
+1302.1119
+1302.1735 Phenomenology
+1302.1745 Phenomenology
+1302.1862 Phenomenology
+1302.2594 Mesoscale and Nanoscale Physics
+1302.2732 Theory
+1302.3137 Adaptation and Self-Organizing Systems
+1302.3532 Lattice
+1302.3710 Phenomenology
+1302.4306
+1302.4600 Phenomenology
+1302.4801
+1302.4924 Theory
+1302.5047 Phenomenology
+1302.5250 Phenomenology
+1302.5390
+1302.5458 Plasma Physics
+1302.5533 Optics
+1302.5572 Atomic Physics
+1302.6300
+1302.6463 Cosmology and Nongalactic Astrophysics
+1302.6535 Strongly Correlated Electrons
+1303.0207
+1303.0743 Theory
+1303.0759 Theory
+1303.0781 Physics and Society
+1303.1140 Phenomenology
+1303.1811 Phenomenology
+1303.1981
+1303.2053 Disordered Systems and Neural Networks
+1303.2210 Lattice
+1303.2281
+1303.2384 Phenomenology
+1303.2676 Fluid Dynamics
+1303.3186
+1303.3342 Phenomenology
+1303.3343 Quantum Gases
+1303.3367
+1303.3411 Optics
+1303.3571
+1303.3580 Theory
+1303.3673 Optics
+1303.3719 Experiment
+1303.3762 Materials Science
+1303.4034 Theory
+1303.4192 Mesoscale and Nanoscale Physics
+1303.4390 Theory
+1303.4428 Theory
+1303.4633 Phenomenology
+1303.4642 Solar and Stellar Astrophysics
+1303.4806
+1303.4967
+1303.5586 Cosmology and Nongalactic Astrophysics
+1303.5979 Lattice
+1303.6145 Neural and Evolutionary Computing
+1303.6244 Cosmology and Nongalactic Astrophysics
+1303.6488 Theory
+1303.6550 Cosmology and Nongalactic Astrophysics
+1303.6575 Phenomenology
+1303.6816 Lattice
+1303.6939 Theory
+1303.7004 Cosmology and Nongalactic Astrophysics
+1303.7056 Phenomenology
+1303.7356 Phenomenology
+1304.0033 Phenomenology
+1304.0142 Algebraic Geometry
+1304.0382 Theory
+1304.0473 Digital Libraries
+1304.0711 Phenomenology
+1304.0966 Phenomenology
+1304.1439 Lattice
+1304.2139 Theory
+1304.2402 Statistical Mechanics
+1304.2417 Phenomenology
+1304.2445 Cosmology and Nongalactic Astrophysics
+1304.2541
+1304.2615 Mesoscale and Nanoscale Physics
+1304.2654 Phenomenology
+1304.2657 Cosmology and Nongalactic Astrophysics
+1304.2783 Phenomenology
+1304.2938 Theory
+1304.3176
+1304.3399 Statistical Mechanics
+1304.3407 Mesoscale and Nanoscale Physics
+1304.3416 Mesoscale and Nanoscale Physics
+1304.3503 Experiment
+1304.3558 Phenomenology
+1304.3633 Plasma Physics
+1304.3737 Atomic Physics
+1304.3917 Phenomenology
+1304.4128 High Energy Astrophysical Phenomena
+1304.4154 Phenomenology
+1304.4196 Mesoscale and Nanoscale Physics
+1304.4197 Mesoscale and Nanoscale Physics
+1304.4200 Applications
+1304.4230 Phenomenology
+1304.4251 Phenomenology
+1304.4310 Physics and Society
+1304.4533 Mesoscale and Nanoscale Physics
+1304.4614 Lattice
+1304.4670 Phenomenology
+1304.4717 Cosmology and Nongalactic Astrophysics
+1304.5082 Dynamical Systems
+1304.5119 Phenomenology
+1304.5237 Phenomenology
+1304.5353 Phenomenology
+1304.5638 Phenomenology
+1304.5820
+1304.5888
+1304.5927
+1304.6018 Soft Condensed Matter
+1304.6129 Soft Condensed Matter
+1304.6145 Lattice
+1304.6162 Phenomenology
+1304.6217 Cosmology and Nongalactic Astrophysics
+1304.6230 Experiment
+1304.6307
+1304.6372 High Energy Astrophysical Phenomena
+1304.6433 Phenomenology
+1304.7100 Theory
+1304.7645 Phenomenology
+1304.7698
+1304.7761 Lattice
+1304.7812 Lattice
+1304.7877
+1304.8021
+1304.8027 Phenomenology
+1304.8049 Cosmology and Nongalactic Astrophysics
+1304.8101 Phenomenology
+1304.8113 Phenomenology
+1305.0181 Cosmology and Nongalactic Astrophysics
+1305.0214 Strongly Correlated Electrons
+1305.0279 Theory
+1305.0888 Phenomenology
+1305.1066 Phenomenology
+1305.1304 Theory
+1305.1479 Phenomenology
+1305.1507 Chaotic Dynamics
+1305.1521 Strongly Correlated Electrons
+1305.1599 Optics
+1305.1624 Phenomenology
+1305.1845 Solar and Stellar Astrophysics
+1305.2037 Mesoscale and Nanoscale Physics
+1305.2047 Phenomenology
+1305.2184
+1305.2763
+1305.2814 Theory
+1305.2850 Phenomenology
+1305.3214 Phenomenology
+1305.3378 Optics
+1305.3487 Superconductivity
+1305.3522 Phenomenology
+1305.3813
+1305.4115 Phenomenology
+1305.4202 Phenomenology
+1305.4280 Theory
+1305.4453 Atomic Physics
+1305.4563 Materials Science
+1305.4682 Information Theory
+1305.4779 Cosmology and Nongalactic Astrophysics
+1305.4940 Mesoscale and Nanoscale Physics
+1305.5279 Algebraic Geometry
+1305.5292 Mesoscale and Nanoscale Physics
+1305.5320 Phenomenology
+1305.5539 Phenomenology
+1305.5600
+1305.5718 Phenomenology
+1305.5850 Theory
+1305.6134 Analysis of PDEs
+1305.6253 Lattice
+1305.6514
+1305.6774 Phenomenology
+1305.7310 Phenomenology
+1306.0102 Phenomenology
+1306.1322 Statistics Theory
+1306.1331 Phenomenology
+1306.1384 Phenomenology
+1306.1523 Theory
+1306.1610
+1306.1911 Phenomenology
+1306.2207 Theory
+1306.2275 Phenomenology
+1306.2315 Phenomenology
+1306.2510 Quantum Gases
+1306.2703 Phenomenology
+1306.3310 Materials Science
+1306.3725
+1306.3985 Cosmology and Nongalactic Astrophysics
+1306.4861
+1306.5333 Earth and Planetary Astrophysics
+1306.5954 Mesoscale and Nanoscale Physics
+1306.6014 Phenomenology
+1306.6297 Materials Science
+1307.5306 Experiment
+1307.5923 Numerical Analysis
+1307.7476
+1307.7963 Methodology
+1307.8133 Soft Condensed Matter
+1308.0520
+1308.0556 Statistical Mechanics
+1308.0740 Experiment
+1308.1153 Materials Science
+1308.1536 Distributed, Parallel, and Cluster Computing
+1308.1576 Numerical Analysis
+1308.1671 High Energy Astrophysical Phenomena
+1308.1677 High Energy Astrophysical Phenomena
+1308.1679 High Energy Astrophysical Phenomena
+1308.1681 High Energy Astrophysical Phenomena
+1308.1683
+1308.1684 High Energy Astrophysical Phenomena
+1308.1685
+1308.1694 Rings and Algebras
+1308.1696 Logic
+1308.1698 Instrumentation and Methods for Astrophysics
+1308.1699
+1308.1701
+1308.1702 Dynamical Systems
+1308.1705 Lattice
+1308.1706 Functional Analysis
+1308.1715 Phenomenology
+1308.1720 Superconductivity
+1308.1721 Quantum Algebra
+1308.1722 Classical Physics
+1308.1723 Analysis of PDEs
+1308.1724 Algebraic Topology
+1308.1725 Optimization and Control
+1308.1730
+1308.1734 Dynamical Systems
+1308.1735 Strongly Correlated Electrons
+1308.1736 Earth and Planetary Astrophysics
+1308.1738 Probability
+1308.1742 Phenomenology
+1308.1744 Systems and Control
+1308.1745 Information Theory
+1308.1747 Optimization and Control
+1308.1748
+1308.1749 Statistical Finance
+1308.1751 Mesoscale and Nanoscale Physics
+1308.1752 Metric Geometry
+1308.1754 Astrophysics of Galaxies
+1308.1756 Representation Theory
+1308.1759 Phenomenology
+1308.1761 Information Theory
+1308.1763 Distributed, Parallel, and Cluster Computing
+1308.1764
+1308.1767 Networking and Internet Architecture
+1308.1769 Materials Science
+1308.1771
+1308.1773
+1308.1774 High Energy Astrophysical Phenomena
+1308.1776 Physics and Society
+1308.1777 Optics
+1308.1783
+1308.1792 Learning
+1308.1798 Theory
+1308.1801 Computer Vision and Pattern Recognition
+1308.1806 Distributed, Parallel, and Cluster Computing
+1308.1808 Popular Physics
+1308.1809 Networking and Internet Architecture
+1308.1815 Statistics Theory
+1308.1817 Multimedia
+1308.1826 Number Theory
+1308.1829 Combinatorics
+1308.1831 Superconductivity
+1308.1832 Computer Science and Game Theory
+1308.1837
+1308.1838 Digital Libraries
+1308.1849 General Physics
+1308.1855 Solar and Stellar Astrophysics
+1308.1857 Social and Information Networks
+1308.1858 High Energy Astrophysical Phenomena
+1308.1864 Optics
+1308.1865 Quantitative Methods
+1308.1869 Optimization and Control
+1308.1876 Information Theory
+1308.1878 Logic
+1308.1884 Astrophysics of Galaxies
+1308.1888 Cryptography and Security
+1308.1890 Geometric Topology
+1308.1895 Space Physics
+1308.1897 Functional Analysis
+1308.1899 Metric Geometry
+1308.1901 Software Engineering
+1308.1907 Superconductivity
+1308.1911 Networking and Internet Architecture
+1308.1912 Quantitative Methods
+1308.1915 Cosmology and Nongalactic Astrophysics
+1308.1924 Optics
+1308.1925 Physics and Society
+1308.1926 Analysis of PDEs
+1308.1930 Optimization and Control
+1308.1932 Phenomenology
+1308.1936 Solar and Stellar Astrophysics
+1308.1938 Tissues and Organs
+1308.1946 Digital Libraries
+cond-mat/0607721 Other Condensed Matter
+math/0110227 Geometric Topology
+math/0111173 Algebraic Geometry
+0804.2356 Representation Theory
+0811.3687 Statistical Mechanics
+0903.3857 Complex Variables
+0903.3872 Complex Variables
+0903.4394 Complex Variables
+0908.1152 Probability
+1006.3620 Strongly Correlated Electrons
+1007.3116 Analysis of PDEs
+1008.3995 Dynamical Systems
+1012.5892 Analysis of PDEs
+1103.0422 Number Theory
+1106.6160 General Physics
+1107.0144 General Physics
+1107.1476 General Physics
+1107.3776 Number Theory
+1108.5469 Analysis of PDEs
+1109.0245 Superconductivity
+1110.4198 Learning
+1112.0925 Mesoscale and Nanoscale Physics
+1112.6123 Algebraic Geometry
+1202.0587 Pricing of Securities
+1202.1344 Mesoscale and Nanoscale Physics
+1202.4973 Cosmology and Nongalactic Astrophysics
+1204.0751 Biological Physics
+1205.1750 Superconductivity
+1205.2224
+1206.1668 Optics
+1206.3427 Superconductivity
+1207.2928 Adaptation and Self-Organizing Systems
+1207.3576 Computer Vision and Pattern Recognition
+1207.6556 Phenomenology
+1208.1101 Superconductivity
+1208.6461
+1209.0228 Materials Science
+1209.0237 Classical Analysis and ODEs
+1209.0593 Fluid Dynamics
+1209.5707 Materials Science
+1209.5710 Materials Science
+1209.6562 Theory
+1209.6563 Theory
+1210.0146 Materials Science
+1210.0148 Materials Science
+1211.1178 Atomic Physics
+1211.1858 Systems and Control
+1211.2440 Materials Science
+1211.2524 Materials Science
+1211.4408 Analysis of PDEs
+1211.4912 Differential Geometry
+1211.5060 Systems and Control
+1211.6936 Quantum Gases
+1212.0735 Mesoscale and Nanoscale Physics
+1212.2119 Optimization and Control
+1212.3374 Information Theory
+1212.5054 Adaptation and Self-Organizing Systems
+1301.1483
+1301.2869 Quantum Gases
+1301.4907 Quantum Gases
+1301.5054 Populations and Evolution
+1301.5553 Mesoscale and Nanoscale Physics
+1301.6828 Statistical Mechanics
+1301.6850 Strongly Correlated Electrons
+1302.0205
+1302.0599 Phenomenology
+1302.2200 Mesoscale and Nanoscale Physics
+1302.3363 Discrete Mathematics
+1302.3365 Systems and Control
+1302.5194 Algebraic Geometry
+1302.6107 Atomic Physics
+1302.6727 Probability
+1302.7276 Genomics
+1303.1679 Chemical Physics
+1303.1723 Soft Condensed Matter
+1303.1991 Statistical Mechanics
+1303.2114 Superconductivity
+1303.6551
+1303.6653 Phenomenology
+1303.6943 Probability
+1304.1196 Rings and Algebras
+1304.2121
+1304.2274 Probability
+1304.3044
+1304.3651 Phenomenology
+1304.5356 High Energy Astrophysical Phenomena
+1304.6082 High Energy Astrophysical Phenomena
+1304.6930 Phenomenology
+1304.7098 Experiment
+1304.7870 Combinatorics
+1305.0151 Dynamical Systems
+1305.0581 Phenomenology
+1305.0609
+1305.0715 Numerical Analysis
+1305.1499 Materials Science
+1305.1975
+1305.2145 Optimization and Control
+1305.2606 Phenomenology
+1305.5711 Phenomenology
+1305.5979 Phenomenology
+1305.6038 Solar and Stellar Astrophysics
+1305.6125 Strongly Correlated Electrons
+1305.6769
+1305.7451 Chemical Physics
+1306.0134 Cosmology and Nongalactic Astrophysics
+1306.1102 Physics and Society
+1306.2437 Computer Science and Game Theory
+1306.2457 Solar and Stellar Astrophysics
+1306.2584 Quantitative Methods
+1306.4643 Rings and Algebras
+1306.6675 Computational Engineering, Finance, and Science
+1307.0015 Disordered Systems and Neural Networks
+1307.0591 Mesoscale and Nanoscale Physics
+1307.0890 Materials Science
+1307.1034 History and Overview
+1307.2331 Genomics
+1307.2380 Distributed, Parallel, and Cluster Computing
+1307.2639
+1307.2916 General Physics
+1307.2946 Atmospheric and Oceanic Physics
+1307.2991 Databases
+1307.3198 Materials Science
+1307.3243 Rings and Algebras
+1307.3265 Classical Analysis and ODEs
+1307.3266
+1307.3270 Materials Science
+1307.3271 Computer Vision and Pattern Recognition
+1307.3272 Computational Geometry
+1307.3274 Materials Science
+1307.3278 Materials Science
+1307.3279 Statistical Mechanics
+1307.3283 Computation
+1307.3284 Information Retrieval
+1307.3286 Methodology
+1307.3293 Combinatorics
+1307.3294 Multimedia
+1307.3295 Networking and Internet Architecture
+1307.3297 Combinatorics
+1307.3304 General Physics
+1307.3305 Cosmology and Nongalactic Astrophysics
+1307.3306 Distributed, Parallel, and Cluster Computing
+1307.3310 Computation and Language
+1307.3312 Combinatorics
+1307.3315 Differential Geometry
+1307.3321 Computers and Society
+1307.3323
+1307.3324 Hardware Architecture
+1307.3325 Computers and Society
+1307.3327 Classical Analysis and ODEs
+1307.3329 Molecular Networks
+1307.3331 Optics
+1307.3332 Information Theory
+1307.3336 Computation and Language
+1307.3337 Computational Engineering, Finance, and Science
+1307.3341 Cryptography and Security
+1307.3342 Functional Analysis
+1307.3343 Functional Analysis
+1307.3345 Rings and Algebras
+1307.3346 Information Theory
+1307.3349 Probability
+1307.3352 Theory
+1307.3355 Dynamical Systems
+1307.3356 Software Engineering
+1307.3357 Plasma Physics
+1307.3364 Solar and Stellar Astrophysics
+1307.3365 Optimization and Control
+1307.3366
+1307.3367 Optics
+1307.3369 Statistics Theory
+1307.3371 Algebraic Geometry
+1307.3372 Analysis of PDEs
+1307.3375 Statistics Theory
+1307.3377 Materials Science
+1307.3382 Analysis of PDEs
+1307.3384
+1307.3386 Instrumentation and Methods for Astrophysics
+1307.3388 Computational Engineering, Finance, and Science
+1307.3391 Superconductivity
+1307.3394 Optics
+1307.3395 Combinatorics
+1307.3396 Distributed, Parallel, and Cluster Computing
+1307.3398 Software Engineering
+1307.3399 Social and Information Networks
+1307.3400 Machine Learning
+1307.3401 General Physics
+1307.3402 Networking and Internet Architecture
+1307.3404 Optimization and Control
+1307.3406 Instrumentation and Methods for Astrophysics
+1307.3407 Experiment
+1307.3409 Instrumentation and Methods for Astrophysics
+1307.3410 Differential Geometry
+1307.3411 Networking and Internet Architecture
+1307.3425 Materials Science
+1307.3427 Soft Condensed Matter
+1307.3431 Commutative Algebra
+1307.3433 Probability
+1307.3434 Populations and Evolution
+1307.3439 Computer Vision and Pattern Recognition
+1307.3441 Earth and Planetary Astrophysics
+1307.3445 Optics
+1307.3446 Biomolecules
+1307.3447 Cosmology and Nongalactic Astrophysics
+1307.3448 Databases
+1307.3449 Algebraic Geometry
+1307.3450 Instrumentation and Methods for Astrophysics
+1307.3452 Instrumentation and Methods for Astrophysics
+1307.3454 Phenomenology
+1307.3455 Probability
+1307.3457 Learning
+1307.3459 History and Overview
+1307.3466 Statistical Mechanics
+1307.3470 Pattern Formation and Solitons
+1307.3477 General Mathematics
+1307.3481 Dynamical Systems
+1307.3488 Accelerator Physics
+1307.3489 Computation and Language
+1307.3490 Computation
+1307.3494 Strongly Correlated Electrons
+1307.3497 Solar and Stellar Astrophysics
+1307.3500 Experiment
+1307.3502 Solar and Stellar Astrophysics
+1307.3507 Solar and Stellar Astrophysics
+1307.3515 Genomics
+1307.3521 Soft Condensed Matter
+1307.3522 Optimization and Control
+1307.3525 General Physics
+1307.3529 Numerical Analysis
+1307.3532 Commutative Algebra
+1307.3535 Number Theory
+1307.3539 High Energy Astrophysical Phenomena
+1307.3540 Analysis of PDEs
+1307.3548 Networking and Internet Architecture
+cond-mat/0603382 Statistical Mechanics
+hep-ph/9510298 Phenomenology
+nlin/0007008 Chaotic Dynamics
+nlin/0210060 Chaotic Dynamics
+0809.4847
+0906.1030
+1003.1842 Symplectic Geometry
+1004.3561
+1004.3573
+1005.4089
+1009.4945
+1011.2735 K-Theory and Homology
+1101.0019 Quantum Gases
+1101.4789 Cryptography and Security
+1102.2213
+1102.3658 Rings and Algebras
+1105.2508 Strongly Correlated Electrons
+1106.1785
+1107.1083
+1107.1851 Distributed, Parallel, and Cluster Computing
+1107.2148
+1108.0352 Rings and Algebras
+1108.0649 Probability
+1108.2471 Applications
+1109.6779 Computation
+1110.6810 Materials Science
+1111.4030 Algebraic Geometry
+1111.4307 Differential Geometry
+1112.2049 Logic
+1112.4795
+1201.4487
+1201.4723 Operator Algebras
+1202.0966
+1202.1342 Probability
+1202.2750
+1202.4406 Computational Complexity
+1204.3054
+1205.3755
+1205.4192 Number Theory
+1205.6350 Differential Geometry
+1206.1850 Methodology
+1206.3317
+1206.3675
+1207.4678 Probability
+1207.5809 Probability
+1207.7230 Probability
+1208.1980 Quantum Gases
+1208.2499 High Energy Astrophysical Phenomena
+1208.3608 Quantum Gases
+1208.4724
+1208.6588 K-Theory and Homology
+1209.4185 Algebraic Geometry
+1209.4375 Rings and Algebras
+1209.4632 Functional Analysis
+1209.5976 Pricing of Securities
+1209.6504 Dynamical Systems
+1210.2378 Symplectic Geometry
+1210.4090 Numerical Analysis
+1210.5747
+1210.5915 Adaptation and Self-Organizing Systems
+1210.6430
+1210.7474 Superconductivity
+1211.0533 Mesoscale and Nanoscale Physics
+1211.4436 Rings and Algebras
+1212.2613 Operator Algebras
+1212.3551 Number Theory
+1212.4055 Phenomenology
+1212.4882 Operator Algebras
+1212.5431 Classical Analysis and ODEs
+1212.6584 Number Theory
+1212.6947 Statistical Mechanics
+1301.0130 Probability
+1301.0133
+1301.5123 Differential Geometry
+1301.5540 Soft Condensed Matter
+1301.5713 Probability
+1302.0410 Number Theory
+1302.1320 Symplectic Geometry
+1302.1684 Combinatorics
+1302.6610 Atomic Physics
+1303.1401 Differential Geometry
+1303.2235
+1303.2893 Superconductivity
+1303.2976
+1303.3608 Number Theory
+1303.6992 Applications
+1304.4249 Strongly Correlated Electrons
+1304.5146 Algebraic Geometry
+1304.5179
+1304.7628 Analysis of PDEs
+1305.3033 Dynamical Systems
+1305.3227 General Mathematics
+1305.3852 Strongly Correlated Electrons
+1305.3929 Experiment
+1305.4462 Lattice
+1305.5224 General Physics
+1305.5349 Algebraic Geometry
+1305.5613 Differential Geometry
+1305.6540 Analysis of PDEs
+1305.7203 Strongly Correlated Electrons
+1306.1950
+1306.2162 Quantum Gases
+1306.2484 Computational Complexity
+1306.6315 Strongly Correlated Electrons
+1307.0734 Mesoscale and Nanoscale Physics
+1307.2273 Strongly Correlated Electrons
+1307.4130
+1307.5600 Numerical Analysis
+1307.7550 Mesoscale and Nanoscale Physics
+1308.1561 Chaotic Dynamics
+1308.1789
+1308.2459 General Topology
+1308.3919 Superconductivity
+1308.4463 Mesoscale and Nanoscale Physics
+1309.0173 Group Theory
+1309.0767 Mesoscale and Nanoscale Physics
+1309.2453 Physics and Society
+1309.2538
+1309.2835 Category Theory
+1309.3309 Materials Science
+1309.4414 Theory
+1309.4847
+1309.5323 Statistical Mechanics
+1309.7993 Group Theory
+1310.0255 Mesoscale and Nanoscale Physics
+1310.0619 Mesoscale and Nanoscale Physics
+1310.1321 Theory
+1310.1412
+1310.2685 Atomic Physics
+1310.2711 Computational Complexity
+1310.2754 Dynamical Systems
+1310.3102 Materials Science
+1310.3517 Superconductivity
+1310.5012 Solar and Stellar Astrophysics
+1310.5253 Analysis of PDEs
+1310.6262 Group Theory
+1310.7721 Plasma Physics
+1310.7907 Analysis of PDEs
+1311.0320 Databases
+1311.0451 Dynamical Systems
+1311.0827 Phenomenology
+1311.1844
+1311.2026 Strongly Correlated Electrons
+1311.2643 Neurons and Cognition
+1311.3547 Experiment
+1311.3599
+1311.4236
+1311.5270 Software Engineering
+1311.5808
+1311.6369 Phenomenology
+1311.7102 Differential Geometry
+1311.7276 Mesoscale and Nanoscale Physics
+1311.7313 Software Engineering
+1311.7524 Phenomenology
+1312.0543 Algebraic Geometry
+1312.0556 Populations and Evolution
+1312.0641 Information Theory
+1312.0695 Classical Analysis and ODEs
+1312.0795
+1312.0852 Computer Vision and Pattern Recognition
+1312.1037 Information Theory
+1312.1069 Lattice
+1312.1148 Other Computer Science
+1312.1308 Metric Geometry
+1312.1330 Commutative Algebra
+1312.1340 Cosmology and Nongalactic Astrophysics
+1312.1345
+1312.1356
+1312.1359 Functional Analysis
+1312.1361 Lattice
+1312.1362 Functional Analysis
+1312.1368
+1312.1369 Computational Geometry
+1312.1371 Functional Analysis
+1312.1373 Fluid Dynamics
+1312.1376 Theory
+1312.1379 Combinatorics
+1312.1382 Data Structures and Algorithms
+1312.1385 Digital Libraries
+1312.1389 Numerical Analysis
+1312.1392 Materials Science
+1312.1397 Systems and Control
+1312.1398 Optimization and Control
+1312.1402 Rings and Algebras
+1312.1406 Metric Geometry
+1312.1413 Computational Geometry
+1312.1417 Lattice
+1312.1418 Materials Science
+1312.1419 Phenomenology
+1312.1422 Group Theory
+1312.1423 Neural and Evolutionary Computing
+1312.1425 Mesoscale and Nanoscale Physics
+1312.1427 Group Theory
+1312.1429 Group Theory
+1312.1437 Networking and Internet Architecture
+1312.1445 Category Theory
+1312.1446 Physics Education
+1312.1447 Information Theory
+1312.1448 Information Retrieval
+1312.1452 Software Engineering
+1312.1453 Accelerator Physics
+1312.1454
+1312.1457 Dynamical Systems
+1312.1460 Cryptography and Security
+1312.1461 Computer Vision and Pattern Recognition
+1312.1462 Computer Vision and Pattern Recognition
+1312.1463 Physics Education
+1312.1469
+1312.1473 Methodology
+1312.1475 Accelerator Physics
+1312.1476 Computation
+1312.1477 Phenomenology
+1312.1481 Analysis of PDEs
+1312.1482 Information Theory
+1312.1483 Complex Variables
+1312.1484 Materials Science
+1312.1489 Experiment
+1312.1490 Materials Science
+1312.1494 Computational Geometry
+1312.1497 Quantum Algebra
+1312.1500 Classical Analysis and ODEs
+1312.1502 Number Theory
+1312.1506 Group Theory
+1312.1509 Statistics Theory
+1312.1511 Group Theory
+1312.1512 Computer Vision and Pattern Recognition
+1312.1515 Theory
+1312.1516 Functional Analysis
+1312.1517 Computer Vision and Pattern Recognition
+1312.1518 Soft Condensed Matter
+1312.1522 Machine Learning
+1312.1523 Discrete Mathematics
+1312.1524 Numerical Analysis
+1312.1525 Experiment
+1312.1526 Computational Complexity
+1312.1528 Formal Languages and Automata Theory
+1312.1529 Programming Languages
+1312.1540 Complex Variables
+1312.1543 Lattice
+1312.1544 Combinatorics
+1312.1548 Applications
+1312.1552 Analysis of PDEs
+1312.1553 Numerical Analysis
+1312.1554 Combinatorics
+1312.1555 Solar and Stellar Astrophysics
+1312.1556 Lattice
+1312.1557 Atomic Physics
+1312.1560 Applications
+1312.1561 Popular Physics
+1312.1563 Probability
+1312.1570 Soft Condensed Matter
+1312.1574 Exactly Solvable and Integrable Systems
+1312.1575 Analysis of PDEs
+1312.1576 Materials Science
+1312.1577 Information Theory
+1312.1578 Portfolio Management
+1312.1580
+1312.1582 Analysis of PDEs
+1312.1583 Information Theory
+1312.1593 Information Theory
+1312.1597 Classical Analysis and ODEs
+1312.1598 Soft Condensed Matter
+1312.1601 Experiment
+1312.1603 Instrumentation and Methods for Astrophysics
+1312.1604 Classical Analysis and ODEs
+1312.1606 Dynamical Systems
+1312.1607 General Physics
+1312.1608 Category Theory
+1312.1611 Information Retrieval
+1312.1613 Machine Learning
+1312.1617 Dynamical Systems
+1312.1622 Methodology
+1312.1626 Accelerator Physics
+1312.1627 Phenomenology
+1312.1629 Cryptography and Security
+1312.1630 Mesoscale and Nanoscale Physics
+1312.1632 Neurons and Cognition
+1312.1633 Phenomenology
+1312.1635 Chemical Physics
+1312.1636 Analysis of PDEs
+1312.1643 Astrophysics of Galaxies
+1312.1646 Mesoscale and Nanoscale Physics
+1312.1647 Statistical Mechanics
+1312.1652 Analysis of PDEs
+1312.1653 Statistics Theory
+1312.1654 Group Theory
+1312.1656 Probability
+1312.1662 Soft Condensed Matter
+1312.1663 Rings and Algebras
+1312.1668 Analysis of PDEs
+1312.1670 Applications
+1312.1679 Optics
+astro-ph/0408038
+astro-ph/0408050
+gr-qc/0601064
+quant-ph/0502031
+0709.0189 Materials Science
+0801.0761
+0805.1254 Theory
+0812.0290 Superconductivity
+0901.1801
+0902.4558 Differential Geometry
+0909.4087 Mesoscale and Nanoscale Physics
+1005.2607 Theory
+1006.3507 Materials Science
+1006.3785 Algebraic Geometry
+1007.2371 Numerical Analysis
+1007.3837 Theory
+1007.4849 Mesoscale and Nanoscale Physics
+1008.0022 Disordered Systems and Neural Networks
+1009.5487 Differential Geometry
+1011.4047
+1101.4887 Probability
+1102.0422 Quantum Algebra
+1102.1561 Data Analysis, Statistics and Probability
+1102.4031 Algebraic Geometry
+1103.3738 Computation
+1105.0772 High Energy Astrophysical Phenomena
+1107.0940 Programming Languages
+1107.3388
+1108.4221 Theory
+1108.5563 Representation Theory
+1109.1153 Analysis of PDEs
+1109.2078
+1109.2111 Spectral Theory
+1109.5681 Genomics
+1109.5861 Lattice
+1110.2585 Probability
+1110.3156 Probability
+1110.5228
+1111.2696
+1111.3121
+1112.3051 Lattice
+1112.3978 Lattice
+1112.4027 Portfolio Management
+1201.0419 Theory
+1201.4909 General Topology
+1201.5218 Optics
+1203.0974 Analysis of PDEs
+1203.2592 Representation Theory
+1203.2605 Mesoscale and Nanoscale Physics
+1203.3209 Methodology
+1203.4004 Probability
+1204.1063
+1204.1741 Dynamical Systems
+1204.3331 Methodology
+1204.3861 Disordered Systems and Neural Networks
+1204.4923 Phenomenology
+1205.1422 Superconductivity
+1205.2137 Probability
+1205.3832 Physics and Society
+1205.3890 Algebraic Geometry
+1205.4172 Probability
+1205.4464 Group Theory
+1205.5210 Analysis of PDEs
+1205.6631 Probability
+1206.0435 Differential Geometry
+1206.0898 Geometric Topology
+1206.1522 Distributed, Parallel, and Cluster Computing
+1206.1975 Functional Analysis
+1206.6189 Algebraic Geometry
+1207.0711 General Physics
+1207.1263 Phenomenology
+1207.2221 Superconductivity
+1207.3506 Networking and Internet Architecture
+1207.5200 Data Structures and Algorithms
+1207.5350
+1207.6039
+1207.6599 Mesoscale and Nanoscale Physics
+1208.1333 Functional Analysis
+1209.0084 Commutative Algebra
+1209.0483 Analysis of PDEs
+1209.1112 Adaptation and Self-Organizing Systems
+1209.2801 Data Analysis, Statistics and Probability
+1209.4542
+1209.6159 Probability
+1210.0536 Astrophysics of Galaxies
+1210.2380 Computer Vision and Pattern Recognition
+1210.2780
+1210.4936 Phenomenology
+1210.5271 Theory
+1210.6253 Mesoscale and Nanoscale Physics
+1210.7460 Algebraic Geometry
+1210.8095 Phenomenology
+1211.0211 Analysis of PDEs
+1211.1175 Physics and Society
+1211.1697 Optics
+1211.1920
+1211.2460
+1211.6048 Functional Analysis
+1211.6510 Numerical Analysis
+1211.6989 Mathematical Software
+1211.7027 Earth and Planetary Astrophysics
+1212.0660 Number Theory
+1212.1422 Analysis of PDEs
+1212.1626 Differential Geometry
+1212.4514 Dynamical Systems
+1212.5411 Representation Theory
+1212.6197 Theory
+1212.6918 Theory
+1301.0215 Optimization and Control
+1301.0387 Information Theory
+1301.0756 High Energy Astrophysical Phenomena
+1301.0912 Statistical Mechanics
+1301.0940 Theory
+1301.1226 Algebraic Geometry
+1301.1504
+1301.1684 Cosmology and Nongalactic Astrophysics
+1301.1724
+1301.1949
+1301.2228 Optics
+1301.2952 Physics and Society
+1301.3471 Computational Geometry
+1301.3717 Phenomenology
+1301.4728 Optimization and Control
+1301.4830 Functional Analysis
+1301.5106 Theory
+1301.6971 Lattice
+1302.1314 Numerical Analysis
+1302.1464 Algebraic Geometry
+1302.3802
+1302.4057
+1302.4747 Quantum Gases
+1302.5961 Fluid Dynamics
+1303.0220 Mesoscale and Nanoscale Physics
+1303.0428 Phenomenology
+1303.1295 Instrumentation and Methods for Astrophysics
+1303.2083 Representation Theory
+1303.2130 Learning
+1303.3140 Mesoscale and Nanoscale Physics
+1303.4226 Cosmology and Nongalactic Astrophysics
+1303.4916 Computational Physics
+1303.4980 Optics
+1303.7078 Optics
+1303.7154
+1304.0146 Optimization and Control
+1304.0553 Information Theory
+1304.1377 Probability
+1304.1992 Phenomenology
+1304.3569 Statistical Mechanics
+1304.6676
+1304.6744 Probability
+1304.7371 Superconductivity
+1304.8004 Phenomenology
+1305.0122 Exactly Solvable and Integrable Systems
+1305.1186 High Energy Astrophysical Phenomena
+1305.1345 Probability
+1305.2910 Superconductivity
+1305.4197
+1305.4470 Phenomenology
+1305.4651 Information Theory
+1305.5871 Mesoscale and Nanoscale Physics
+1305.6670 Optics
+1305.6678
+1305.6868 Pricing of Securities
+1305.7289
+1306.0012 Theory
+1306.0078 Solar and Stellar Astrophysics
+1306.0774 High Energy Astrophysical Phenomena
+1306.1459 Quantum Algebra
+1306.1781 Applications
+1306.2046 Classical Analysis and ODEs
+1306.2173 Strongly Correlated Electrons
+1306.2242
+1306.2423 Functional Analysis
+1306.2438 Numerical Analysis
+1306.2439 Numerical Analysis
+1306.2540 Combinatorics
+1306.2612 Group Theory
+1306.4191
+1306.4984 Cosmology and Nongalactic Astrophysics
+1306.5317 Representation Theory
+1306.6168 Discrete Mathematics
+1306.6435 Statistical Mechanics
+1306.6551 Statistical Mechanics
+1306.6558 Mesoscale and Nanoscale Physics
+1306.6724
+1306.6735 Information Theory
+1307.0248
+1307.0532
+1307.0622 Analysis of PDEs
+1307.0808 Theory
+1307.1477 Phenomenology
+1307.2884 Mesoscale and Nanoscale Physics
+1307.2981
+1307.2987 Optimization and Control
+1307.3541
+1307.4878 Superconductivity
+1307.5148 Plasma Physics
+1307.5670 Mesoscale and Nanoscale Physics
+1307.6178 Phenomenology
+1307.6203 Materials Science
+1307.6675 Mesoscale and Nanoscale Physics
+1307.6860 Strongly Correlated Electrons
+1307.6933 Astrophysics of Galaxies
+1307.7226 Information Theory
+1308.0634 Pattern Formation and Solitons
+1308.0673 Theory
+1308.1163 Theory
+1308.1302 Experiment
+1308.2851 Metric Geometry
+1308.3295
+1308.3376 Solar and Stellar Astrophysics
+1308.5254 Genomics
+1308.5362 Optics
+1308.5375 Phenomenology
+1308.5853 Logic
+1308.6004 Cell Behavior
+1308.6110 High Energy Astrophysical Phenomena
+1308.6269 Strongly Correlated Electrons
+1309.0366 Mesoscale and Nanoscale Physics
+1309.0833 Populations and Evolution
+1309.1647 Pricing of Securities
+1309.1748 General Topology
+1309.1878 Biological Physics
+1309.2018 Systems and Control
+1309.2816 Disordered Systems and Neural Networks
+1309.4631 Logic
+1309.5588 Combinatorics
+1309.5752 Populations and Evolution
+1309.7290 Operator Algebras
+1310.0147 Experiment
+1310.0197
+1310.0928 Experiment
+1310.0954 Phenomenology
+1310.1000 Instrumentation and Detectors
+1310.1949 Learning
+1310.2119 Experiment
+1310.2302
+1310.3395 Number Theory
+1310.3447 Computer Vision and Pattern Recognition
+1310.3455 Phenomenology
+1310.4293 Materials Science
+1310.4611 Probability
+1310.4695
+1310.4771
+1310.4875 Classical Physics
+1310.4954 Databases
+1310.4989 Software Engineering
+1310.5133 Logic
+1310.5141 Probability
+1310.5142 Computers and Society
+1310.5155 Functional Analysis
+1310.5156 Numerical Analysis
+1310.5159 Phenomenology
+1310.5161 Probability
+1310.5169 Statistics Theory
+1310.5175 Probability
+1310.5178 Analysis of PDEs
+1310.5183 Instrumentation and Methods for Astrophysics
+1310.5184 Mesoscale and Nanoscale Physics
+1310.5187 Information Theory
+1310.5189 Phenomenology
+1310.5193 Geometric Topology
+1310.5195 Algebraic Geometry
+1310.5196 Fluid Dynamics
+1310.5197
+1310.5198 Number Theory
+1310.5203 Group Theory
+1310.5205 Physics and Society
+1310.5213 Algebraic Geometry
+1310.5214 Materials Science
+1310.5215 Analysis of PDEs
+1310.5216 Materials Science
+1310.5219 Geometric Topology
+1310.5220 Software Engineering
+1310.5221 Software Engineering
+1310.5222 Software Engineering
+1310.5225 Information Theory
+1310.5227 Methodology
+1310.5228 Materials Science
+1310.5229
+1310.5230 Information Theory
+1310.5232 Chaotic Dynamics
+1310.5236 Algebraic Geometry
+1310.5237 Populations and Evolution
+1310.5239 Mesoscale and Nanoscale Physics
+1310.5240 Combinatorics
+1310.5241 Group Theory
+1310.5244 Classical Analysis and ODEs
+1310.5249 Learning
+1310.5250 Number Theory
+1310.5252 Classical Physics
+1310.5254 Databases
+1310.5255 Distributed, Parallel, and Cluster Computing
+1310.5260 Probability
+1310.5261 Group Theory
+1310.5262 Probability
+1310.5266 Solar and Stellar Astrophysics
+1310.5267 Analysis of PDEs
+1310.5269 Mesoscale and Nanoscale Physics
+1310.5271 Atmospheric and Oceanic Physics
+1310.5274 Classical Analysis and ODEs
+1310.5285 Phenomenology
+1310.5286
+1310.5289 Analysis of PDEs
+1310.5292 Combinatorics
+1310.5293 Strongly Correlated Electrons
+1310.5294 Combinatorics
+1310.5295 Algebraic Geometry
+1310.5301 Lattice
+1310.5303 Commutative Algebra
+1310.5305 Atmospheric and Oceanic Physics
+1310.5308
+1310.5309
+1310.5313 Combinatorics
+1310.5316 Instrumentation and Methods for Astrophysics
+1310.5327 Experiment
+1310.5332 High Energy Astrophysical Phenomena
+1310.5339
+1310.5341 Materials Science
+1310.5345 Classical Analysis and ODEs
+1310.5346 Number Theory
+1310.5347 Machine Learning
+1310.5348
+1310.5351 Dynamical Systems
+1310.5352 Numerical Analysis
+1310.5354 Disordered Systems and Neural Networks
+1310.5357 Category Theory
+1310.5364 Dynamical Systems
+1310.5366 Chemical Physics
+1310.5367 Discrete Mathematics
+1310.5368 Experiment
+1310.5369 Solar and Stellar Astrophysics
+1310.5376 Information Theory
+1310.5379 Statistical Mechanics
+1310.5382 High Energy Astrophysical Phenomena
+1310.5383 Algebraic Topology
+1310.5384 Analysis of PDEs
+1310.5386 Mesoscale and Nanoscale Physics
+1310.5389 Accelerator Physics
+1310.5392 Optics
+1310.5393 Learning
+1310.5397 Earth and Planetary Astrophysics
+1310.5398 Soft Condensed Matter
+1310.5406 Rings and Algebras
+1310.5407 Distributed, Parallel, and Cluster Computing
+1310.5413 Populations and Evolution
+1310.5423 Rings and Algebras
+1310.5428 Probability
+1310.5430 Social and Information Networks
+1310.5431
+1310.5435 Optics
+1310.5436 Differential Geometry
+1310.5443 Optics
+1310.5444 Analysis of PDEs
+1310.5445 Materials Science
+1310.5446 Networking and Internet Architecture
+1310.5447 Cosmology and Nongalactic Astrophysics
+1310.5448 Probability
+1310.5451 Probability
+1310.5452
+1310.5455 Rings and Algebras
+1310.5466 Populations and Evolution
+1310.5468 Information Theory
+1310.5469 Data Structures and Algorithms
+1310.5472 Computers and Society
+1310.5473
+1310.5474 Computers and Society
+1310.5478 Other Computer Science
+1310.5479 Information Theory
+1310.5484 Group Theory
+1310.5487 Combinatorics
+1310.5488 Instrumentation and Methods for Astrophysics
+1310.5493 Discrete Mathematics
+1310.5497 Other Computer Science
+1310.5500
+1310.5504 Combinatorics
+1310.5506 Analysis of PDEs
+1310.5509 Group Theory
+1310.5511 Fluid Dynamics
+1310.5512 Group Theory
+1310.5513 Lattice
+1310.5516 Combinatorics
+1310.5522 High Energy Astrophysical Phenomena
+1310.5523 Statistics Theory
+1310.5528 Accelerator Physics
+1310.5532
+1310.5536 Theory
+1310.5538 Programming Languages
+1310.5539 Combinatorics
+1310.5544 Differential Geometry
+1310.5547 Materials Science
+1310.5551 Symbolic Computation
+1310.5556 Statistical Mechanics
+1310.5557 Networking and Internet Architecture
+1310.5560 Statistics Theory
+1310.5561 Algebraic Geometry
+1310.5564 Other Computer Science
+1310.5565 Mesoscale and Nanoscale Physics
+1310.5567 Combinatorics
+1310.5568 Computational Engineering, Finance, and Science
+1310.5573 Numerical Analysis
+1310.5574 Probability
+1310.5576 Computational Complexity
+1310.5577 Phenomenology
+1310.5583 Instrumentation and Detectors
+1310.5590 Logic
+1310.5595 Operator Algebras
+1310.5599 History and Overview
+1310.5603 Distributed, Parallel, and Cluster Computing
+1310.5609 Operator Algebras
+1310.5610 Classical Analysis and ODEs
+1310.5611 History and Overview
+1310.5612 General Mathematics
+1310.5615 Fluid Dynamics
+1310.5618 Complex Variables
+1310.5619 Computer Vision and Pattern Recognition
+1310.5625 Fluid Dynamics
+1310.5632 Number Theory
+1310.5636 Analysis of PDEs
+1310.5647 Computational Geometry
+1310.5648 Algebraic Geometry
+1310.5649 Algebraic Geometry
+1310.5653 Multimedia
+1310.5655 Analysis of PDEs
+1310.5658 Soft Condensed Matter
+1310.5660 Computer Science and Game Theory
+1310.5664
+1310.5666 Machine Learning
+1310.5671 Complex Variables
+1310.5675 Probability
+1310.5677 Methodology
+1310.5678 Mesoscale and Nanoscale Physics
+1310.5679 Differential Geometry
+1310.5687 Astrophysics of Galaxies
+1310.5688 Other Condensed Matter
+cond-mat/0607410 Mesoscale and Nanoscale Physics
+math/0208153 Geometric Topology
+math/9201243 Logic
+nucl-th/0502070
+0710.5239
+0807.4794 Mesoscale and Nanoscale Physics
+0809.2773 Classical Analysis and ODEs
+0901.4891 Complex Variables
+0906.1315 Experiment
+1001.2986 Classical Analysis and ODEs
+1001.4272 Symplectic Geometry
+1006.4898 Number Theory
+1011.2592 Statistics Theory
+1012.6038
+1102.0369 Methodology
+1103.5069 Analysis of PDEs
+1105.5876 Geometric Topology
+1106.0215 Mesoscale and Nanoscale Physics
+1106.2611 Theory
+1106.4204 Instrumentation and Detectors
+1106.4785
+1108.2098
+1108.4546 Spectral Theory
+1108.5851 Space Physics
+1109.2883 Category Theory
+1109.6732
+1110.5876
+1110.5991 Atomic Physics
+1111.2200 Materials Science
+1111.2297
+1111.2710 Statistical Mechanics
+1111.5534 Physics and Society
+1111.6498 Soft Condensed Matter
+1111.6570 Functional Analysis
+1111.6724 Mesoscale and Nanoscale Physics
+1112.2429 Soft Condensed Matter
+1112.2517 Fluid Dynamics
+1112.2669 Phenomenology
+1112.2909 Quantum Algebra
+1112.4471 Optics
+1201.1589 Social and Information Networks
+1201.2922 Algebraic Geometry
+1201.4489 Soft Condensed Matter
+1202.2048 Experiment
+1202.3298 Materials Science
+1202.6096
+1202.6664 Algebraic Geometry
+1203.2250 General Finance
+1204.0248 Combinatorics
+1204.0955 Atomic Physics
+1204.1841 Operator Algebras
+1205.1095 Operator Algebras
+1205.3017 Superconductivity
+1205.3576 Software Engineering
+1205.6189 Quantum Gases
+1206.0757 Mesoscale and Nanoscale Physics
+1206.1562
+1206.3973 Mesoscale and Nanoscale Physics
+1206.6063 Phenomenology
+1206.6773
+1206.6906 Mesoscale and Nanoscale Physics
+1207.3730 Phenomenology
+1207.4828 Strongly Correlated Electrons
+1207.5034 Cosmology and Nongalactic Astrophysics
+1207.5115 Probability
+1207.6660 Mesoscale and Nanoscale Physics
+1207.7289 Mesoscale and Nanoscale Physics
+1208.0609
+1208.1368 Logic in Computer Science
+1208.1508 Solar and Stellar Astrophysics
+1208.1971 Probability
+1208.2281 Strongly Correlated Electrons
+1208.3034
+1208.5083 Data Structures and Algorithms
+1208.5747 Superconductivity
+1208.6317 Quantum Gases
+1209.0020 Statistical Mechanics
+1209.0163 Soft Condensed Matter
+1209.0362
+1209.3154 Earth and Planetary Astrophysics
+1209.3448 Materials Science
+1209.4940 Mesoscale and Nanoscale Physics
+1210.0388 Lattice
+1210.0433
+1210.1389 Probability
+1210.2607 Statistical Mechanics
+1210.3402
+1210.4827 Earth and Planetary Astrophysics
+1210.5575 Numerical Analysis
+1210.5661 Statistical Mechanics
+1210.5673 Probability
+1210.7008 Strongly Correlated Electrons
+1210.7196 Statistical Mechanics
+1210.7846 Materials Science
+1210.7983 Statistical Mechanics
+1210.8068 Number Theory
+1210.8324 Mesoscale and Nanoscale Physics
+1211.1627 Statistical Mechanics
+1211.3153 Phenomenology
+1211.4118
+1211.5028 Cosmology and Nongalactic Astrophysics
+1211.5083
+1211.5340 Statistical Mechanics
+1211.6260 Fluid Dynamics
+1211.6554
+1211.6676 Mesoscale and Nanoscale Physics
+1212.0411 Phenomenology
+1212.0612 Phenomenology
+1212.0701 Cosmology and Nongalactic Astrophysics
+1212.1253
+1212.2419 Theory
+1212.2816 Instrumentation and Methods for Astrophysics
+1212.6143 Theory
+1212.6496 Strongly Correlated Electrons
+1301.0801 Digital Libraries
+1301.0946 Theory
+1301.1714 Computational Engineering, Finance, and Science
+1301.1872 Analysis of PDEs
+1301.4888 Number Theory
+1301.6375 Populations and Evolution
+1301.6379 Differential Geometry
+1301.6449 Information Theory
+1301.6851 Dynamical Systems
+1301.6963 Cryptography and Security
+1301.7358 Artificial Intelligence
+1301.7359 Artificial Intelligence
+1301.7360 Artificial Intelligence
+1301.7362 Artificial Intelligence
+1301.7363 Information Retrieval
+1301.7364 Information Retrieval
+1301.7365 Artificial Intelligence
+1301.7366 Artificial Intelligence
+1301.7367 Artificial Intelligence
+1301.7368 Artificial Intelligence
+1301.7369 Artificial Intelligence
+1301.7370 Artificial Intelligence
+1301.7371 Artificial Intelligence
+1301.7372 Artificial Intelligence
+1301.7373 Learning
+1301.7374 Artificial Intelligence
+1301.7375 Learning
+1301.7376 Learning
+1301.7377 Artificial Intelligence
+1301.7378 Learning
+1301.7379 Artificial Intelligence
+1301.7380 Artificial Intelligence
+1301.7381 Artificial Intelligence
+1301.7383 Artificial Intelligence
+1301.7384 Artificial Intelligence
+1301.7385 Artificial Intelligence
+1301.7386 Artificial Intelligence
+1301.7387 Artificial Intelligence
+1301.7388 Computer Science and Game Theory
+1301.7389 Artificial Intelligence
+1301.7390 Learning
+1301.7391 Artificial Intelligence
+1301.7392 Learning
+1301.7393 Learning
+1301.7394 Artificial Intelligence
+1301.7395 Artificial Intelligence
+1301.7396 Artificial Intelligence
+1301.7397 Artificial Intelligence
+1301.7398 Artificial Intelligence
+1301.7399 Artificial Intelligence
+1301.7400 Applications
+1301.7402 Artificial Intelligence
+1301.7403 Artificial Intelligence
+1301.7404 Artificial Intelligence
+1301.7405 Artificial Intelligence
+1301.7406 Artificial Intelligence
+1301.7407 Artificial Intelligence
+1301.7408 Artificial Intelligence
+1301.7409 Artificial Intelligence
+1301.7410 Artificial Intelligence
+1301.7411 Learning
+1301.7412 Artificial Intelligence
+1301.7413 Portfolio Management
+1301.7414 Artificial Intelligence
+1301.7416 Artificial Intelligence
+1301.7417 Artificial Intelligence
+1301.7418 Artificial Intelligence
+1301.7423
+1301.7425 Astrophysics of Galaxies
+1301.7430 Mesoscale and Nanoscale Physics
+1301.7436 Lattice
+1301.7439 Accelerator Physics
+1301.7442 Accelerator Physics
+1301.7443 Digital Libraries
+1301.7445 Analysis of PDEs
+1301.7446 Accelerator Physics
+1301.7448 Soft Condensed Matter
+1301.7450 Probability
+1301.7455 Social and Information Networks
+1301.7458 Accelerator Physics
+1301.7460 Accelerator Physics
+1301.7461 Mesoscale and Nanoscale Physics
+1301.7462 Logic in Computer Science
+1301.7466
+1301.7468 Analysis of PDEs
+1301.7474 Number Theory
+1301.7477 Superconductivity
+1301.7478 Theory
+1301.7482 Robotics
+1301.7484 Functional Analysis
+1301.7485
+1301.7491 Information Theory
+1301.7496 Networking and Internet Architecture
+1301.7501 Cosmology and Nongalactic Astrophysics
+1301.7509 History and Philosophy of Physics
+1301.7516
+1301.7517 Networking and Internet Architecture
+1301.7520 Number Theory
+1301.7530 Numerical Analysis
+1301.7531 Logic in Computer Science
+1301.7533 Logic in Computer Science
+1301.7534 Software Engineering
+1301.7539
+1301.7540 General Physics
+1301.7541
+1301.7544 Combinatorics
+1301.7550 Experiment
+1301.7554 Theory
+1301.7556 Dynamical Systems
+1301.7557 Lattice
+1301.7559 Materials Science
+1301.7560
+1301.7564 Information Theory
+1301.7565 Combinatorics
+1301.7567 Statistics Theory
+1301.7570 Numerical Analysis
+1301.7571 Biological Physics
+1301.7572 Experiment
+1301.7574 High Energy Astrophysical Phenomena
+1301.7576 Chemical Physics
+1301.7587
+1301.7589 Algebraic Geometry
+1301.7596
+1301.7598 Astrophysics of Galaxies
+1301.7603 Quantum Algebra
+1301.7606 Probability
+1301.7610
+1301.7621 Accelerator Physics
+1301.7622 Rings and Algebras
+1301.7624 Metric Geometry
+1301.7625 Statistics Theory
+1301.7626 Phenomenology
+1301.7628 Applications
+1301.7632 Algebraic Geometry
+1301.7633 Algebraic Geometry
+1301.7637 Combinatorics
+1301.7642 Geophysics
+1301.7645 Phenomenology
+1301.7649 Spectral Theory
+1301.7656 History and Philosophy of Physics
+1301.7661 Computer Vision and Pattern Recognition
+1301.7662 Number Theory
+1301.7663 Number Theory
+1301.7665 Rings and Algebras
+1301.7667 Superconductivity
+1301.7669 Programming Languages
+1301.7673 Programming Languages
+1301.7674 High Energy Astrophysical Phenomena
+1301.7676 Artificial Intelligence
+1301.7679 Accelerator Physics
+1301.7680 Programming Languages
+1301.7684 Accelerator Physics
+1301.7688
+1301.7689 Geometric Topology
+1301.7690 Programming Languages
+1301.7694 Programming Languages
+1301.7695 Operator Algebras
+1301.7696
+1301.7698 Accelerator Physics
+1301.7702 Programming Languages
+1301.7714 Combinatorics
+1301.7715 Statistical Mechanics
+1301.7716 Materials Science
+1301.7718 Number Theory
+1301.7720 Applications
+1301.7723 Experiment
+1301.7725 Algebraic Geometry
+1301.7726
+1301.7731 Accelerator Physics
+1301.7733 Materials Science
+1301.7734 Biomolecules
+1301.7735 Accelerator Physics
+1301.7740 Probability
+1301.7742
+cond-mat/0105156 Mesoscale and Nanoscale Physics
+cond-mat/0606740 Disordered Systems and Neural Networks
+0704.1418 Dynamical Systems
+0711.2666 Information Theory
+0804.1053
+0806.4680 Phenomenology
+0807.2367 Dynamical Systems
+0811.2268 Superconductivity
+0905.0045 Differential Geometry
+0907.0607 Algebraic Geometry
+0912.0594
+1001.4773 Dynamical Systems
+1003.0951 Distributed, Parallel, and Cluster Computing
+1003.1487 Algebraic Geometry
+1004.5267 High Energy Astrophysical Phenomena
+1005.2800 Group Theory
+1007.4167
+1008.0153 Populations and Evolution
+1008.4646 High Energy Astrophysical Phenomena
+1009.3173 Analysis of PDEs
+1009.6161
+1010.0343 Group Theory
+1101.0278 Algebraic Geometry
+1101.0776 Neural and Evolutionary Computing
+1101.2380 Analysis of PDEs
+1102.3739 Molecular Networks
+1102.4507 Differential Geometry
+1103.2058 Probability
+1103.2207 Number Theory
+1103.2859 Analysis of PDEs
+1104.2585
+1104.5459 Phenomenology
+1105.2735 Classical Analysis and ODEs
+1107.2656 Cosmology and Nongalactic Astrophysics
+1107.4073 Combinatorics
+1107.4169 Combinatorics
+1108.0206 Algebraic Geometry
+1108.0654 Populations and Evolution
+1108.1278 Biological Physics
+1108.2974 Dynamical Systems
+1109.1509 Superconductivity
+1110.0751 Physics and Society
+1110.0841 Materials Science
+1110.2819 High Energy Astrophysical Phenomena
+1111.5430 Mesoscale and Nanoscale Physics
+1112.3647 Phenomenology
+1201.1392 Quantum Algebra
+1201.1886 Superconductivity
+1201.1999 Dynamical Systems
+1201.5578 Molecular Networks
+1202.0251 Complex Variables
+1202.0341 Superconductivity
+1202.4378 Populations and Evolution
+1203.1435
+1204.0080 Phenomenology
+1204.0891
+1204.2171
+1204.5203 Dynamical Systems
+1204.6247 Other Quantitative Biology
+1204.6463 Materials Science
+1205.3963 Experiment
+1205.4367
+1206.2485 Probability
+1206.2858 Statistical Mechanics
+1206.3802 Mesoscale and Nanoscale Physics
+1206.6280
+1206.6937
+1207.0325 Dynamical Systems
+1207.0773 Data Structures and Algorithms
+1207.2289 Number Theory
+1207.3332 Phenomenology
+1207.4947 Algebraic Topology
+1207.6018 Dynamical Systems
+1207.7288 Superconductivity
+1208.1604 Biomolecules
+1208.2300
+1208.3761 Representation Theory
+1209.3142 Cosmology and Nongalactic Astrophysics
+1209.3490
+1209.4555 Soft Condensed Matter
+1209.4698
+1210.0280 Materials Science
+1210.0805 Machine Learning
+1210.1602 Materials Science
+1210.4027 Cosmology and Nongalactic Astrophysics
+1210.4380 Statistical Mechanics
+1210.4515
+1210.6623 Phenomenology
+1210.6680
+1210.7439 History and Philosophy of Physics
+1210.8236 Optics
+1211.0261
+1211.1399
+1211.2270 Quantum Gases
+1211.5447
+1211.6172 Atomic Physics
+1211.6431 Cosmology and Nongalactic Astrophysics
+1211.6432 Solar and Stellar Astrophysics
+1212.1340 Information Theory
+1212.1600 Statistical Mechanics
+1212.3319 Materials Science
+1212.3659
+1212.3849 Computational Complexity
+1212.6294 Soft Condensed Matter
+1212.6464 Mesoscale and Nanoscale Physics
+1212.6758 Experiment
+1301.0158 Symplectic Geometry
+1301.0379 Computational Complexity
+1301.0931 Optimization and Control
+1301.1167 Phenomenology
+1301.2945 Analysis of PDEs
+1301.3162 Superconductivity
+1301.3548 Experiment
+1301.3699 History and Overview
+1301.3832 Artificial Intelligence
+1301.3833 Learning
+1301.3834 Artificial Intelligence
+1301.3835 Artificial Intelligence
+1301.3836 Artificial Intelligence
+1301.3837 Learning
+1301.3838 Learning
+1301.3839 Artificial Intelligence
+1301.3840 Artificial Intelligence
+1301.3841 Artificial Intelligence
+1301.3842 Artificial Intelligence
+1301.3843 Learning
+1301.3844 Artificial Intelligence
+1301.3845 Artificial Intelligence
+1301.3846 Artificial Intelligence
+1301.3847 Artificial Intelligence
+1301.3848 Artificial Intelligence
+1301.3849 Learning
+1301.3850 Learning
+1301.3851 Learning
+1301.3852 Learning
+1301.3853 Learning
+1301.3854 Computer Vision and Pattern Recognition
+1301.3855 Artificial Intelligence
+1301.3856 Learning
+1301.3857 Artificial Intelligence
+1301.3858 Artificial Intelligence
+1301.3859 Artificial Intelligence
+1301.3860 Artificial Intelligence
+1301.3861 Artificial Intelligence
+1301.3862 Artificial Intelligence
+1301.3863 Artificial Intelligence
+1301.3864 Artificial Intelligence
+1301.3865 Learning
+1301.3866 Artificial Intelligence
+1301.3867 Computer Science and Game Theory
+1301.3868 Artificial Intelligence
+1301.3869 Artificial Intelligence
+1301.3870 Computer Science and Game Theory
+1301.3871 Artificial Intelligence
+1301.3872 Artificial Intelligence
+1301.3873 Artificial Intelligence
+1301.3874 Artificial Intelligence
+1301.3875 Learning
+1301.3876 Artificial Intelligence
+1301.3877 Learning
+1301.3878 Artificial Intelligence
+1301.3879 Artificial Intelligence
+1301.3880 Artificial Intelligence
+1301.3881 Artificial Intelligence
+1301.3882 Artificial Intelligence
+1301.3883 Artificial Intelligence
+1301.3884 Artificial Intelligence
+1301.3885 Information Retrieval
+1301.3886 Computer Science and Game Theory
+1301.3887 Artificial Intelligence
+1301.3888 Artificial Intelligence
+1301.3889 Artificial Intelligence
+1301.3890 Learning
+1301.3891 Learning
+1301.3892 Computer Science and Game Theory
+1301.3893 Artificial Intelligence
+1301.3894 Artificial Intelligence
+1301.3895 Learning
+1301.3896 Learning
+1301.3897 Artificial Intelligence
+1301.3898 Artificial Intelligence
+1301.3899 Learning
+1301.3900 Artificial Intelligence
+1301.3901 Learning
+1301.3902 Artificial Intelligence
+1301.3903 Artificial Intelligence
+1301.3904 Analysis of PDEs
+1301.3911 Astrophysics of Galaxies
+1301.3921 Materials Science
+1301.3926 Instrumentation and Methods for Astrophysics
+1301.3928 Computation
+1301.3932 Superconductivity
+1301.3936 Pattern Formation and Solitons
+1301.3944 Pattern Formation and Solitons
+1301.3947 Methodology
+1301.3948 Differential Geometry
+1301.3949 Methodology
+1301.3951 Pattern Formation and Solitons
+1301.3953 Cosmology and Nongalactic Astrophysics
+1301.3964 Computer Vision and Pattern Recognition
+1301.3966 Learning
+1301.3969 Strongly Correlated Electrons
+1301.3970 Theory
+1301.3971 Physics and Society
+1301.3973 Plasma Physics
+1301.3975 High Energy Astrophysical Phenomena
+1301.3983 Representation Theory
+1301.3985 Complex Variables
+1301.3987 Combinatorics
+1301.3988 Combinatorics
+1301.3989 Combinatorics
+1301.3991 Symbolic Computation
+1301.3997 Networking and Internet Architecture
+1301.3998 Algebraic Geometry
+1301.3999 Networking and Internet Architecture
+1301.4004 Phenomenology
+1301.4008 Combinatorics
+1301.4009 Theory
+1301.4011 Phenomenology
+1301.4012 Analysis of PDEs
+1301.4016 Algebraic Geometry
+1301.4017 Combinatorics
+1301.4018 Materials Science
+1301.4026 Strongly Correlated Electrons
+1301.4028 Physics and Society
+1301.4029 Group Theory
+1301.4034
+1301.4035 Phenomenology
+1301.4043 Strongly Correlated Electrons
+1301.4044 Cosmology and Nongalactic Astrophysics
+1301.4045
+1301.4047 Representation Theory
+1301.4048 Materials Science
+1301.4049
+1301.4050 Information Theory
+1301.4051 Theory
+1301.4052 Materials Science
+1301.4053 Classical Analysis and ODEs
+1301.4054 Materials Science
+1301.4056 Materials Science
+1301.4057 Phenomenology
+1301.4061 Phenomenology
+1301.4062 Materials Science
+1301.4064 Materials Science
+1301.4065 Differential Geometry
+1301.4068 Materials Science
+1301.4069 Materials Science
+1301.4070 Materials Science
+1301.4071 Analysis of PDEs
+1301.4075 Exactly Solvable and Integrable Systems
+1301.4077 Materials Science
+1301.4086 Functional Analysis
+1301.4087 Accelerator Physics
+1301.4093 Group Theory
+1301.4094 Lattice
+1301.4096 Neural and Evolutionary Computing
+1301.4097 High Energy Astrophysical Phenomena
+1301.4101 Algebraic Geometry
+1301.4104 Astrophysics of Galaxies
+1301.4115 Optics
+1301.4117 Information Theory
+1301.4119 Quantum Gases
+1301.4124 Instrumentation and Methods for Astrophysics
+1301.4133 Experiment
+1301.4136 Group Theory
+1301.4141 Lattice
+1301.4142 Mesoscale and Nanoscale Physics
+1301.4152 Quantum Algebra
+1301.4153
+1301.4157 Learning
+1301.4158 Theory
+1301.4162 Mesoscale and Nanoscale Physics
+1301.4164 Materials Science
+1301.4167 Methodology
+1301.4171 Information Retrieval
+1301.4174 Theory
+1301.4175 Instrumentation and Methods for Astrophysics
+1301.4178
+1301.4179 Cosmology and Nongalactic Astrophysics
+1301.4184 Information Theory
+1301.4185 Information Theory
+1301.4193 Populations and Evolution
+1301.4195 Numerical Analysis
+1301.4198
+1301.4200 Databases
+1301.4203
+1301.4204 Networking and Internet Architecture
+1301.4208 Materials Science
+1301.4209 Combinatorics
+1301.4211 Data Analysis, Statistics and Probability
+astro-ph/0503443
+cs/0702018 Information Theory
+physics/0606055 Optics
+0810.3589 Phenomenology
+0811.3283 Quantitative Methods
+0903.4976
+0904.1347 Metric Geometry
+0908.1545 History and Philosophy of Physics
+0910.4653 Analysis of PDEs
+0912.2591 Logic
+1001.0388 Algebraic Geometry
+1003.1436 Instrumentation and Methods for Astrophysics
+1003.1643 Phenomenology
+1004.3874 Cosmology and Nongalactic Astrophysics
+1005.0471 Combinatorics
+1005.1588 Numerical Analysis
+1005.5338 Phenomenology
+1010.2992 Information Theory
+1012.1125
+1012.3610 Number Theory
+1103.2924 General Topology
+1103.4404 Differential Geometry
+1105.0714 Category Theory
+1105.5153 Number Theory
+1106.6029 Solar and Stellar Astrophysics
+1108.2967 Complex Variables
+1108.3201 Probability
+1108.5841 Algebraic Geometry
+1109.0939 Differential Geometry
+1109.1077 Machine Learning
+1109.3732 Statistics Theory
+1109.6411 Cosmology and Nongalactic Astrophysics
+1110.3846 Analysis of PDEs
+1110.5709 Numerical Analysis
+1111.2483 Number Theory
+1111.3869 Algebraic Geometry
+1111.6894 Solar and Stellar Astrophysics
+1112.2835 Solar and Stellar Astrophysics
+1201.3327 Number Theory
+1202.0067 Representation Theory
+1202.6604 K-Theory and Homology
+1203.0089
+1203.1364
+1203.1999
+1203.3961 Combinatorics
+1204.0329 Metric Geometry
+1204.1848 Logic in Computer Science
+1204.1900
+1204.3840
+1205.2855 Soft Condensed Matter
+1205.4415 Algebraic Geometry
+1205.4719 Solar and Stellar Astrophysics
+1206.1679 Number Theory
+1206.2456 Number Theory
+1206.2663 Number Theory
+1206.4039 Algebraic Geometry
+1206.6616 Phenomenology
+1207.0844 Physics Education
+1207.1078 Solar and Stellar Astrophysics
+1207.1972 Algebraic Geometry
+1207.3452 Cosmology and Nongalactic Astrophysics
+1208.1718 Computer Science and Game Theory
+1208.3918
+1208.5435 Optimization and Control
+1209.5568
+1209.5821 Data Structures and Algorithms
+1209.5929 Analysis of PDEs
+1210.0104 Molecular Networks
+1210.0953 Differential Geometry
+1210.5477 Strongly Correlated Electrons
+1210.6988 Astrophysics of Galaxies
+1211.6767 Theory
+1211.7134
+1212.0115 Metric Geometry
+1212.2146 Commutative Algebra
+1212.2418
+1212.2702 Optimization and Control
+1212.3357 Logic in Computer Science
+1212.3764
+1212.3993 Mesoscale and Nanoscale Physics
+1212.5024 Information Theory
+1212.5894 Quantum Gases
+1301.0057 Number Theory
+1301.1425 Computational Complexity
+1301.2595 Solar and Stellar Astrophysics
+1301.2801
+1301.3598 Networking and Internet Architecture
+1301.4434 Cosmology and Nongalactic Astrophysics
+1301.7609
+1302.0556 Differential Geometry
+1302.2466 Optics
+1302.2606 Neural and Evolutionary Computing
+1302.2756
+1302.2902 Theory
+1302.3130 Materials Science
+1302.4499
+1302.6419 Lattice
+1302.6548 Molecular Networks
+1303.1127
+1303.1803 Theory
+1303.5505 Combinatorics
+1303.6646 Dynamical Systems
+1303.6825 Computational Physics
+1304.0052 Biomolecules
+1304.0636 Popular Physics
+1304.0652 Phenomenology
+1304.1829 Combinatorics
+1304.2161 Computer Science and Game Theory
+1304.2389 Superconductivity
+1304.4023 High Energy Astrophysical Phenomena
+1304.4321 Information Theory
+1304.5626
+1304.6347
+1304.6718 High Energy Astrophysical Phenomena
+1304.6913
+1304.7758 High Energy Astrophysical Phenomena
+1305.0197 Chaotic Dynamics
+1305.0199 Accelerator Physics
+1305.1365 Numerical Analysis
+1305.2026 Applications
+1305.3430 Differential Geometry
+1305.3932 Social and Information Networks
+1305.4440
+1305.4460 Functional Analysis
+1305.4828 Phenomenology
+1305.4902
+1305.4908 Optics
+1305.5385 Probability
+1306.0175
+1306.0237 Learning
+1306.0807
+1306.1579 Theory
+1306.2919 Lattice
+1306.4021 Populations and Evolution
+1306.4146
+1306.4305 Materials Science
+1306.4601 Theory
+1306.4645
+1306.4687 Quantum Gases
+1306.4975 Statistical Finance
+1306.6389
+1307.0219 Social and Information Networks
+1307.0468 Social and Information Networks
+1307.0516 Social and Information Networks
+1307.0597 Biological Physics
+1307.0609 Superconductivity
+1307.1485 Quantum Gases
+1307.1897 Metric Geometry
+1307.2347 Data Structures and Algorithms
+1307.2672 Information Theory
+1307.3738 Statistical Mechanics
+1307.3995 High Energy Astrophysical Phenomena
+1307.4854
+1307.6536 Cosmology and Nongalactic Astrophysics
+1307.6639 Cosmology and Nongalactic Astrophysics
+1307.7206 Mesoscale and Nanoscale Physics
+1307.7308 Superconductivity
+1307.7935 Phenomenology
+1307.7954 Theory
+1307.8063 Lattice
+1308.0570 Analysis of PDEs
+1308.0750 Quantum Gases
+1308.1766 Statistics Theory
+1308.1813 Mesoscale and Nanoscale Physics
+1308.1973 Theory
+1308.2150 Quantitative Methods
+1308.2168
+1308.2376
+1308.2686 Soft Condensed Matter
+1308.3232 Cosmology and Nongalactic Astrophysics
+1308.4395 Strongly Correlated Electrons
+1308.4436 Superconductivity
+1308.4622 Superconductivity
+1308.4658 Theory
+1308.5405 Medical Physics
+1308.5457 Materials Science
+1308.5789
+1309.0038 Combinatorics
+1309.0363 Artificial Intelligence
+1309.0520 Cosmology and Nongalactic Astrophysics
+1309.0552
+1309.0613
+1309.1405 Materials Science
+1309.1719
+1309.2038 Data Structures and Algorithms
+1309.2478 Differential Geometry
+1309.2863 Mesoscale and Nanoscale Physics
+1309.2998 Number Theory
+1309.3003 Phenomenology
+1309.3682 Phenomenology
+1309.3813 Materials Science
+1309.4044 Symbolic Computation
+1309.4136 Information Theory
+1309.4217 Phenomenology
+1309.4261
+1309.4417
+1309.4548
+1309.5483 Analysis of PDEs
+1309.5584 Group Theory
+1309.7326 Quantum Gases
+1310.0267
+1310.0686
+1310.1770 Phenomenology
+1310.2344
+1310.2370 Algebraic Geometry
+1310.3193 Analysis of PDEs
+1310.3884 Solar and Stellar Astrophysics
+1310.4642 Representation Theory
+1310.4883 Mesoscale and Nanoscale Physics
+1310.5639 High Energy Astrophysical Phenomena
+1310.6126 Commutative Algebra
+1310.6973 Logic
+1310.7821
+1310.8188
+1310.8428 Learning
+1310.8655
+1311.0079 Lattice
+1311.0484 Data Structures and Algorithms
+1311.0745 History and Philosophy of Physics
+1311.0805 Databases
+1311.0970 Phenomenology
+1311.1137 Theory
+1311.1724 Phenomenology
+1311.2147 Data Structures and Algorithms
+1311.2210 Combinatorics
+1311.2502 Dynamical Systems
+1311.2661 Numerical Analysis
+1311.2981 Probability
+1311.3411 Experiment
+1311.3472 Instrumentation and Methods for Astrophysics
+1311.3811 Mesoscale and Nanoscale Physics
+1311.3863
+1311.3978
+1311.3982 Artificial Intelligence
+1311.3986 Plasma Physics
+1311.3987 Computation and Language
+1311.3988 Fluid Dynamics
+1311.3989 Functional Analysis
+1311.3992 Representation Theory
+1311.3994 Materials Science
+1311.3996 Geometric Topology
+1311.3997 Populations and Evolution
+1311.3998 Statistics Theory
+1311.4000 Chemical Physics
+1311.4003 Group Theory
+1311.4005 Superconductivity
+1311.4013 Physics and Society
+1311.4015 Information Theory
+1311.4016 Differential Geometry
+1311.4018 Computational Physics
+1311.4021 Data Structures and Algorithms
+1311.4027 Materials Science
+1311.4032 Analysis of PDEs
+1311.4033 Computer Vision and Pattern Recognition
+1311.4036 Networking and Internet Architecture
+1311.4037 Cryptography and Security
+1311.4040 Databases
+1311.4046 Logic in Computer Science
+1311.4050 Superconductivity
+1311.4053 Logic
+1311.4055 Data Structures and Algorithms
+1311.4056 Artificial Intelligence
+1311.4057 Portfolio Management
+1311.4058 Probability
+1311.4062 Group Theory
+1311.4064 Artificial Intelligence
+1311.4066 Commutative Algebra
+1311.4067 Instrumentation and Methods for Astrophysics
+1311.4068 Statistical Finance
+1311.4069 High Energy Astrophysical Phenomena
+1311.4074 Pricing of Securities
+1311.4076 Experiment
+1311.4077 High Energy Astrophysical Phenomena
+1311.4078 Statistical Finance
+1311.4083 Dynamical Systems
+1311.4084 Instrumentation and Methods for Astrophysics
+1311.4085
+1311.4086 Artificial Intelligence
+1311.4087 Superconductivity
+1311.4088 Databases
+1311.4092 Classical Analysis and ODEs
+1311.4101 Phenomenology
+1311.4103 Medical Physics
+1311.4105 Strongly Correlated Electrons
+1311.4110 Theory
+1311.4112 Distributed, Parallel, and Cluster Computing
+1311.4116 Biological Physics
+1311.4117 Computation
+1311.4119 Dynamical Systems
+1311.4121 Databases
+1311.4122
+1311.4124 Optics
+1311.4125 Atmospheric and Oceanic Physics
+1311.4126 Physics and Society
+1311.4127 Earth and Planetary Astrophysics
+1311.4131 Representation Theory
+1311.4133 Number Theory
+1311.4137 Analysis of PDEs
+1311.4142 Analysis of PDEs
+1311.4143 Algebraic Geometry
+1311.4150 Learning
+1311.4151 Information Retrieval
+1311.4153 Lattice
+1311.4155 Lattice
+1311.4159 Phenomenology
+1311.4160 Trading and Market Microstructure
+1311.4167 Emerging Technologies
+1311.4168 Networking and Internet Architecture
+1311.4174 Functional Analysis
+1311.4178 Numerical Analysis
+1311.4182 Differential Geometry
+1311.4185
+1311.4188 Numerical Analysis
+1311.4190 Tissues and Organs
+1311.4191 Mesoscale and Nanoscale Physics
+1311.4192 Lattice
+1311.4194 Fluid Dynamics
+1311.4196 Methodology
+1311.4198 Programming Languages
+1311.4201 Programming Languages
+1311.4203 Geophysics
+1311.4209 Dynamical Systems
+1311.4216 Number Theory
+1311.4223 Formal Languages and Automata Theory
+1311.4226
+1311.4227 Multimedia
+1311.4230 Statistical Finance
+1311.4231 Programming Languages
+1311.4235 Learning
+1311.4238 Fluid Dynamics
+1311.4239 Space Physics
+1311.4248 Differential Geometry
+1311.4250 Optics
+1311.4252 Computational Physics
+1311.4256 Algebraic Topology
+1311.4257 Numerical Analysis
+1311.4261 Dynamical Systems
+1311.4266 Risk Management
+1311.4271 Fluid Dynamics
+1311.4275 History and Philosophy of Physics
+1311.4281 Differential Geometry
+1311.4288 Instrumentation and Methods for Astrophysics
+1311.4289 Logic in Computer Science
+1311.4290 Cell Behavior
+1311.4293 Networking and Internet Architecture
+1311.4296 Learning
+1311.4301
+1311.4305 Distributed, Parallel, and Cluster Computing
+1311.4306 Systems and Control
+1311.4307 Lattice
+1311.4308 Combinatorics
+1311.4309 Combinatorics
+1311.4314 Group Theory
+1311.4316 Algebraic Geometry
+1311.4318 Materials Science
+1311.4319 Artificial Intelligence
+1311.4324 Lattice
+1311.4326 Optics
+1311.4332 Rings and Algebras
+1311.4333 Cosmology and Nongalactic Astrophysics
+1311.4337 Astrophysics of Galaxies
+1311.4344 Number Theory
+1311.4347 Physics Education
+1311.4349 Human-Computer Interaction
+1311.4350 Optics
+1311.4354 Lattice
+1311.4355 Combinatorics
+1311.4364 Analysis of PDEs
+1311.4369 Systems and Control
+1311.4372 Combinatorics
+1311.4374 Operator Algebras
+1311.4379 Strongly Correlated Electrons
+1311.4384 Tissues and Organs
+1311.4386 Lattice
+1311.4387 Numerical Analysis
+1311.4389 Computers and Society
+1311.4393 Chemical Physics
+1311.4394 Data Structures and Algorithms
+1311.4396 Earth and Planetary Astrophysics
+1311.4397 Plasma Physics
+1311.4402 Optimization and Control
+1311.4406 History and Philosophy of Physics
+1311.4407 Physics and Society
+1311.4409 Lattice
+1311.4410 Phenomenology
+1311.4411 Quantitative Methods
+1311.4415 Optimization and Control
+1311.4417 Lattice
+1311.4419 Systems and Control
+1311.4420 Information Retrieval
+1311.4422 Mesoscale and Nanoscale Physics
+1311.4424 Lattice
+1311.4428 Probability
+1311.4430 Statistical Mechanics
+1311.4431 Information Theory
+1311.4435 Analysis of PDEs
+1311.4438 Algebraic Geometry
+1311.4439 Information Theory
+1311.4440 Lattice
+1311.4442 Classical Analysis and ODEs
+1311.4444
+1311.4448 Formal Languages and Automata Theory
+1311.4450 Group Theory
+1311.4452
+1311.4456
+1311.4458 Lattice
+1311.4462 Lattice
+1311.4463 Differential Geometry
+1311.4471 Atomic and Molecular Clusters
+1311.4473 Algebraic Geometry
+1311.4474
+1311.4476 Combinatorics
+1311.4477 Dynamical Systems
+1311.4487 Theory
+1311.4495 Analysis of PDEs
+1311.4502 Combinatorics
+1311.4503 Probability
+1311.4504 Superconductivity
+1311.4510 Probability
+1311.4513 Operator Algebras
+1311.4514 Molecular Networks
+1311.4517 Optics
+1311.4521 Lattice
+1311.4522 Lattice
+1311.4527 Artificial Intelligence
+1311.4534 Plasma Physics
+cond-mat/0306040 Materials Science
+math/0110120 Algebraic Geometry
+math/0203246 Algebraic Geometry
+math/0301261 Algebraic Geometry
+math/0401394 Algebraic Geometry
+math/0412134 Algebraic Geometry
+math/0506057 Algebraic Geometry
+math/0607509 Geometric Topology
+math/0609107 Algebraic Geometry
+1308.4687 Databases
+1308.4774 Software Engineering
+0705.3763 Mesoscale and Nanoscale Physics
+0710.1309 Mesoscale and Nanoscale Physics
+0710.2723 Mesoscale and Nanoscale Physics
+0801.2913 Representation Theory
+0806.4889 Mesoscale and Nanoscale Physics
+0811.4179 Computational Physics
+0902.3971 Cosmology and Nongalactic Astrophysics
+0903.2299 Learning
+0906.2214 Optimization and Control
+0907.0833 Cosmology and Nongalactic Astrophysics
+0907.3408
+0907.4232 Cosmology and Nongalactic Astrophysics
+0908.0881 Mesoscale and Nanoscale Physics
+0910.1203
+0912.3937 Superconductivity
+1001.0373 Strongly Correlated Electrons
+1002.0521 Cosmology and Nongalactic Astrophysics
+1002.0817 Mesoscale and Nanoscale Physics
+1002.3570 Mesoscale and Nanoscale Physics
+1003.0943 Combinatorics
+1003.1082
+1005.0531 Algebraic Geometry
+1006.5183
+1009.3728 Information Theory
+1009.3936 Cosmology and Nongalactic Astrophysics
+1009.5542 Mesoscale and Nanoscale Physics
+1010.0123 Dynamical Systems
+1011.4927 Algebraic Geometry
+1101.0604 Mesoscale and Nanoscale Physics
+1101.1749 Mesoscale and Nanoscale Physics
+1102.1782 Information Theory
+1102.1826 Numerical Analysis
+1102.4403
+1102.5180 Combinatorics
+1102.5367 Quantum Gases
+1103.0241 Differential Geometry
+1103.0935 Probability
+1103.4825 Probability
+1104.0969
+1104.1768 Group Theory
+1104.5000 Differential Geometry
+1105.2206 Differential Geometry
+1105.2295 Cosmology and Nongalactic Astrophysics
+1106.2462 Phenomenology
+1106.3779 History and Overview
+1106.5563 Soft Condensed Matter
+1107.2649 Cosmology and Nongalactic Astrophysics
+1108.4929 Cosmology and Nongalactic Astrophysics
+1109.0884 Mesoscale and Nanoscale Physics
+1110.4280 Mesoscale and Nanoscale Physics
+1111.2600 Other Condensed Matter
+1111.2867
+1111.5006 Cosmology and Nongalactic Astrophysics
+1111.6001 Mesoscale and Nanoscale Physics
+1111.6137 Theory
+1111.6507 Theory
+1201.3518 Symplectic Geometry
+1201.6459 Information Theory
+1202.0050 Analysis of PDEs
+1203.0503 Networking and Internet Architecture
+1203.6046 Theory
+1204.0226 Optics
+1204.1870
+1204.2600 Computational Physics
+1204.4684 Instrumentation and Methods for Astrophysics
+1204.4947 Solar and Stellar Astrophysics
+1205.1967
+1205.3408 Superconductivity
+1205.4318 Networking and Internet Architecture
+1205.4853 Optimization and Control
+1205.5991 Number Theory
+1206.2847 Cryptography and Security
+1206.5517
+1207.1817 Mesoscale and Nanoscale Physics
+1207.2819 Formal Languages and Automata Theory
+1207.2823 Quantum Algebra
+1207.3897 Chemical Physics
+1208.0899 Differential Geometry
+1208.1766 Cosmology and Nongalactic Astrophysics
+1208.2515 Information Theory
+1208.4197
+1208.6434
+1209.1492 Functional Analysis
+1209.1938 Superconductivity
+1209.3206 Phenomenology
+1209.3636 Phenomenology
+1209.4243 Phenomenology
+1209.5262 Mesoscale and Nanoscale Physics
+1210.0158
+1210.2442 Differential Geometry
+1210.3088 Statistical Mechanics
+1210.4424 Soft Condensed Matter
+1210.4650 Probability
+1210.5040 Theory
+1210.6744
+1211.1705
+1211.1974 High Energy Astrophysical Phenomena
+1211.2729 Phenomenology
+1211.2797 Cosmology and Nongalactic Astrophysics
+1211.3648 Medical Physics
+1211.4036 Analysis of PDEs
+1211.5872 Disordered Systems and Neural Networks
+1211.6239 Information Theory
+1211.6571 Materials Science
+1212.3237
+1212.3618 Artificial Intelligence
+1212.4506 Materials Science
+1212.4764 Theory
+1212.4815 Statistical Mechanics
+1212.5465
+1212.6083 Atomic Physics
+1212.6504 Soft Condensed Matter
+1212.6763 Differential Geometry
+1301.0816 Cosmology and Nongalactic Astrophysics
+1301.3990 Phenomenology
+1301.4091 Theory
+1301.4395 Superconductivity
+1301.5695 Information Theory
+1301.5815 Optimization and Control
+1301.6478 Theory
+1301.6622 Theory
+1301.6903 Symplectic Geometry
+1301.6907 Atomic Physics
+1301.6941 Cosmology and Nongalactic Astrophysics
+1302.0670 Theory
+1302.0947
+1302.2869 Computer Science and Game Theory
+1302.3654 Pricing of Securities
+1302.4016 Data Structures and Algorithms
+1302.4148 Analysis of PDEs
+1302.4250 Plasma Physics
+1302.4815 Statistics Theory
+1302.5303 Algebraic Topology
+1302.5873
+1303.1102 Cosmology and Nongalactic Astrophysics
+1303.1546 Quantum Gases
+1303.2141
+1303.2186 Spectral Theory
+1303.2852
+1303.2961 Superconductivity
+1303.3723 Phenomenology
+1303.4055
+1303.4191 Distributed, Parallel, and Cluster Computing
+1303.4601 Theory
+1303.4698
+1303.6356
+1303.6505 Number Theory
+1303.6580
+1303.6822 Superconductivity
+1303.7047
+1304.0455 Cosmology and Nongalactic Astrophysics
+1304.0790 Phenomenology
+1304.0955 Materials Science
+1304.2419 Accelerator Physics
+1304.2428 Materials Science
+1304.3298 Atomic Physics
+1304.4131 Theory
+1304.4612 Statistical Mechanics
+1304.4883 Analysis of PDEs
+1304.5041 Quantum Gases
+1304.5088 Emerging Technologies
+1304.6092 Phenomenology
+1304.6714 Instrumentation and Detectors
+1304.6902
+1304.7739 Strongly Correlated Electrons
+1304.7939 Theory
+1305.0555 Optics
+1305.1817 Phenomenology
+1305.2844 Phenomenology
+1305.4308 Data Structures and Algorithms
+1305.4932 Astrophysics of Galaxies
+1305.5163 General Physics
+1305.5566 Physics and Society
+1306.0900 High Energy Astrophysical Phenomena
+1306.1199 Mesoscale and Nanoscale Physics
+1306.2260 Computational Geometry
+1306.3590 Optimization and Control
+1306.3603 Chemical Physics
+1306.3920 Computation and Language
+1306.3929 Phenomenology
+1306.4520 Optimization and Control
+1306.4555 Earth and Planetary Astrophysics
+1306.4653 Learning
+1306.4939
+1306.5182 Strongly Correlated Electrons
+1306.5219 Information Theory
+1306.5726 Logic in Computer Science
+1306.5919
+1306.6145 Optimization and Control
+1307.0084 Networking and Internet Architecture
+1307.0220 Other Computer Science
+1307.0811 Instrumentation and Detectors
+1307.1254 Algebraic Geometry
+1307.1370 Computers and Society
+1307.1408 Robotics
+1307.1597 Computational Engineering, Finance, and Science
+1307.1698 Instrumentation and Detectors
+1307.1709 Instrumentation and Methods for Astrophysics
+1307.1715
+1307.1719 Software Engineering
+1307.1722 Algebraic Topology
+1307.1728 Data Structures and Algorithms
+1307.1730 Networking and Internet Architecture
+1307.1737 Dynamical Systems
+1307.1738 Logic in Computer Science
+1307.1743 Performance
+1307.1746 Information Theory
+1307.1748 Methodology
+1307.1752 Strongly Correlated Electrons
+1307.1756 Networking and Internet Architecture
+1307.1763 Fluid Dynamics
+1307.1767 Instrumentation and Methods for Astrophysics
+1307.1768 Combinatorics
+1307.1769 Machine Learning
+1307.1772 Data Structures and Algorithms
+1307.1774 Data Structures and Algorithms
+1307.1777 Analysis of PDEs
+1307.1783 Rings and Algebras
+1307.1785
+1307.1786 Information Theory
+1307.1787
+1307.1789 Analysis of PDEs
+1307.1790 Artificial Intelligence
+1307.1793 Number Theory
+1307.1794 Dynamical Systems
+1307.1795
+1307.1800 Number Theory
+1307.1806 Operator Algebras
+1307.1824 Cosmology and Nongalactic Astrophysics
+1307.1825 Differential Geometry
+1307.1828 Differential Geometry
+1307.1830 Astrophysics of Galaxies
+1307.1832 Solar and Stellar Astrophysics
+1307.1833 Algebraic Geometry
+1307.1834 Physics and Society
+1307.1835 Materials Science
+1307.1836 Pattern Formation and Solitons
+1307.1840 Number Theory
+1307.1842 Soft Condensed Matter
+1307.1847 General Physics
+1307.1851 General Physics
+1307.1854 Number Theory
+1307.1855 Quantum Gases
+1307.1857 Probability
+1307.1863 Combinatorics
+1307.1870 Robotics
+1307.1872 Computation and Language
+1307.1874 Differential Geometry
+1307.1875 Differential Geometry
+1307.1876 Analysis of PDEs
+1307.1877 Differential Geometry
+1307.1879 Optimization and Control
+1307.1881 Analysis of PDEs
+1307.1887
+1307.1888 Mesoscale and Nanoscale Physics
+1307.1890 Artificial Intelligence
+1307.1891 Artificial Intelligence
+1307.1893 Artificial Intelligence
+1307.1895 Artificial Intelligence
+1307.1900 Artificial Intelligence
+1307.1903 Artificial Intelligence
+1307.1904 Phenomenology
+1307.1905 Artificial Intelligence
+1307.1908 Superconductivity
+1307.1914
+1307.1921 Fluid Dynamics
+1307.1924 Spectral Theory
+1307.1926 Networking and Internet Architecture
+1307.1927 Databases
+1307.1928 High Energy Astrophysical Phenomena
+1307.1932 Group Theory
+1307.1934 Biomolecules
+1307.1936 Differential Geometry
+1307.1937 Algebraic Geometry
+1307.1940 Optimization and Control
+1307.1942 Logic in Computer Science
+1307.1943 Human-Computer Interaction
+1307.1944 Logic in Computer Science
+1307.1945 Mathematical Software
+1307.1946 Analysis of PDEs
+1307.1948
+1307.1950 Accelerator Physics
+1307.1952 Statistics Theory
+1307.1953
+1307.1961 Information Theory
+1307.1962 Statistics Theory
+1307.1963 Space Physics
+1307.1964 History and Philosophy of Physics
+1307.1966
+1307.1969 Plasma Physics
+1307.1971 Soft Condensed Matter
+1307.1972 Probability
+1307.1977 Soft Condensed Matter
+1307.1978 Analysis of PDEs
+1307.1979 Phenomenology
+1307.1981 Combinatorics
+1307.1984 Materials Science
+1307.1989 General Topology
+1307.1990 Quantum Gases
+1307.1994 Networking and Internet Architecture
+1307.1996 Methodology
+1307.1997 Number Theory
+1307.1998 Learning
+1307.2001 Computational Engineering, Finance, and Science
+1307.2004 Logic in Computer Science
+1307.2005 Quantum Gases
+1307.2008 Mesoscale and Nanoscale Physics
+1307.2011 Statistical Mechanics
+1307.2012 Earth and Planetary Astrophysics
+1307.2013 Soft Condensed Matter
+1307.2015 Information Retrieval
+1307.2020 Astrophysics of Galaxies
+1307.2022 Experiment
+1307.2027 Statistical Mechanics
+1307.2029 Instrumentation and Methods for Astrophysics
+1307.2030 Statistical Mechanics
+1307.2032
+1307.2034 Experiment
+1307.2039 Probability
+1307.2042 Logic
+1307.2043 Computational Geometry
+1307.2045 Experiment
+1307.2046 Phenomenology
+1307.2049 Superconductivity
+1307.2051 Computer Science and Game Theory
+1307.2054 Algebraic Geometry
+1307.2057 Statistical Mechanics
+1307.2058 Materials Science
+1307.2062 Logic in Computer Science
+1307.2063 General Physics
+1307.2066 Number Theory
+1307.2071 Space Physics
+1307.2076 Number Theory
+1307.2078 Materials Science
+1307.2080 Number Theory
+1307.2084 Social and Information Networks
+1307.2087 Optimization and Control
+1307.2091 Dynamical Systems
+1307.2093 Commutative Algebra
+1307.2095 History and Philosophy of Physics
+1307.2098 Combinatorics
+1307.2099 Solar and Stellar Astrophysics
+1307.2100 Mathematical Software
+1307.2105 Information Theory
+1307.2107
+1307.2111 Learning
+1307.2112
+1307.2113 Complex Variables
+1307.2117 Information Theory
+1307.2118 Learning
+1307.2120 Materials Science
+1307.2122 Materials Science
+1307.2128 Theory
+1307.2129 Dynamical Systems
+1307.2131 General Topology
+1307.2132 History and Philosophy of Physics
+1307.2134 General Physics
+1307.2136 Information Theory
+1307.2139 Combinatorics
+1307.2141 Commutative Algebra
+1307.2143 Rings and Algebras
+1307.2145 Logic in Computer Science
+1307.2149 Phenomenology
+1307.2150 Neurons and Cognition
+1307.2151 Quantum Gases
+1307.2156 Materials Science
+1307.2161 Rings and Algebras
+1307.2164 Discrete Mathematics
+1307.2166 Chaotic Dynamics
+1307.2167
+1307.2176 General Finance
+1307.2177 General Finance
+1307.2180 General Finance
+1307.2181 General Finance
+1307.2182 Solar and Stellar Astrophysics
+1307.2183 Differential Geometry
+1307.2189 Social and Information Networks
+1307.2191 Human-Computer Interaction
+1307.2196 Neurons and Cognition
+1307.2198 Combinatorics
+1307.2200 Artificial Intelligence
+1307.2202 Information Theory
+1307.2204 Number Theory
+1307.2210 Operator Algebras
+1307.2217 Statistics Theory
+1307.2218 Probability
+1307.2220 Analysis of PDEs
+1307.2223 Statistics Theory
+astro-ph/0102311
+cond-mat/0007363 Disordered Systems and Neural Networks
+cond-mat/0509582 Statistical Mechanics
+cond-mat/0610508 Mesoscale and Nanoscale Physics
+cond-mat/0612698 Mesoscale and Nanoscale Physics
+math/0405159 Logic
+quant-ph/0702035
+0708.2994 Materials Science
+0805.2376 Differential Geometry
+0809.0644 Materials Science
+0902.4600 Theory
+0907.3517 Analysis of PDEs
+0909.3179 Symplectic Geometry
+0910.2182 Mesoscale and Nanoscale Physics
+1002.1367 Mesoscale and Nanoscale Physics
+1003.4274 Computer Science and Game Theory
+1003.4277 Computer Science and Game Theory
+1004.0401 Differential Geometry
+1007.3618
+1101.3737 Algebraic Geometry
+1102.0874 Discrete Mathematics
+1102.4370 Algebraic Geometry
+1104.5007 Combinatorics
+1105.0171 Mesoscale and Nanoscale Physics
+1106.0729
+1107.4142 Probability
+1107.4754 Probability
+1108.4150 Geometric Topology
+1109.2806 Robotics
+1109.4050 Materials Science
+1110.4225 Combinatorics
+1110.5661 Algebraic Geometry
+1111.1938 Probability
+1111.3100 Theory
+1111.6732 Quantum Gases
+1112.4788 Information Theory
+1201.3876 Cosmology and Nongalactic Astrophysics
+1202.0136 Information Theory
+1202.3049
+1202.4200 Algebraic Geometry
+1203.2642 Theory
+1203.2685 Dynamical Systems
+1203.5066 Computation and Language
+1204.0435
+1204.2589 Combinatorics
+1204.4764 Experiment
+1204.5341 Experiment
+1204.5741 General Physics
+1205.0206
+1205.0272 Experiment
+1205.0537 Physics and Society
+1205.2068
+1205.5413 Materials Science
+1206.0460
+1206.1042 Information Retrieval
+1206.4542 Functional Analysis
+1206.6649 Phenomenology
+1206.6720 Cryptography and Security
+1207.0832 Physics and Society
+1207.2766 Theory
+1207.3995 Materials Science
+1207.4556 Probability
+1207.5628 Functional Analysis
+1207.7054
+1207.7122 Superconductivity
+1208.4080 Information Theory
+1208.4790 Information Theory
+1208.5237
+1208.5240 Strongly Correlated Electrons
+1208.5760 Lattice
+1208.5830 Materials Science
+1209.0666 Functional Analysis
+1209.0938 Combinatorics
+1209.0992 Mesoscale and Nanoscale Physics
+1209.1770 Mesoscale and Nanoscale Physics
+1209.2603 Quantum Gases
+1209.3623
+1209.4114 Category Theory
+1209.4907 Phenomenology
+1209.4970 Systems and Control
+1209.5017 Mesoscale and Nanoscale Physics
+1209.6389 General Physics
+1210.2166 Fluid Dynamics
+1210.2721 Cosmology and Nongalactic Astrophysics
+1210.4104
+1210.5531
+1210.7545 Soft Condensed Matter
+1210.7594 Strongly Correlated Electrons
+1211.0414 Functional Analysis
+1211.0771 Quantum Gases
+1211.1273 Theory
+1211.2004 High Energy Astrophysical Phenomena
+1211.5367 Theory
+1211.5807 Populations and Evolution
+1211.6798 Cosmology and Nongalactic Astrophysics
+1211.6863 Differential Geometry
+1211.7317 Dynamical Systems
+1212.2142 Physics and Society
+1212.3215 Statistical Mechanics
+1212.4865 Analysis of PDEs
+1301.0219 History and Philosophy of Physics
+1301.0276 Solar and Stellar Astrophysics
+1301.0370 Operator Algebras
+1301.1716 Fluid Dynamics
+1301.2835 Rings and Algebras
+1301.3493 Phenomenology
+1301.3578 Information Theory
+1301.4116 Number Theory
+1301.4151 Solar and Stellar Astrophysics
+1301.4289 Cryptography and Security
+1301.4542 Number Theory
+1301.4824 Information Theory
+1301.4997 High Energy Astrophysical Phenomena
+1301.5468 Data Structures and Algorithms
+1301.5506 Atmospheric and Oceanic Physics
+1301.5542 Superconductivity
+1301.5649 Accelerator Physics
+1301.5654 Rings and Algebras
+1301.5657 Accelerator Physics
+1301.5658 General Topology
+1301.5659 Differential Geometry
+1301.5668 Experiment
+1301.5671 Space Physics
+1301.5675 Classical Physics
+1301.5679 Differential Geometry
+1301.5680 Analysis of PDEs
+1301.5683 Computer Science and Game Theory
+1301.5691 Probability
+1301.5693 Geometric Topology
+1301.5694 Commutative Algebra
+1301.5703 Number Theory
+1301.5718 Rings and Algebras
+1301.5722 Statistics Theory
+1301.5724 Dynamical Systems
+1301.5730 Instrumentation and Methods for Astrophysics
+1301.5732 Soft Condensed Matter
+1301.5734 Optimization and Control
+1301.5738 Computer Science and Game Theory
+1301.5742 Computational Physics
+1301.5744 Optimization and Control
+1301.5745 Combinatorics
+1301.5748 Optics
+1301.5751 High Energy Astrophysical Phenomena
+1301.5753 Instrumentation and Methods for Astrophysics
+1301.5768 Geometric Topology
+1301.5770 Optimization and Control
+1301.5772 Differential Geometry
+1301.5774 Differential Geometry
+1301.5777 Rings and Algebras
+1301.5782 Digital Libraries
+1301.5784 Phenomenology
+1301.5785 High Energy Astrophysical Phenomena
+1301.5793 Multimedia
+1301.5797 Materials Science
+1301.5798 Symbolic Computation
+1301.5800 Solar and Stellar Astrophysics
+1301.5804 Symbolic Computation
+1301.5805 Strongly Correlated Electrons
+1301.5806 Atmospheric and Oceanic Physics
+1301.5811 Analysis of PDEs
+1301.5813 Solar and Stellar Astrophysics
+1301.5818 Analysis of PDEs
+1301.5821 Risk Management
+1301.5823
+1301.5825 Quantum Gases
+1301.5826 Lattice
+1301.5833 Quantum Algebra
+1301.5836 Combinatorics
+1301.5837 Mesoscale and Nanoscale Physics
+1301.5840 Soft Condensed Matter
+1301.5841 Rings and Algebras
+1301.5850 Logic
+1301.5860 Analysis of PDEs
+1301.5863 Analysis of PDEs
+1301.5864 Solar and Stellar Astrophysics
+1301.5866
+1301.5871 Databases
+1301.5872 Solar and Stellar Astrophysics
+1301.5874 Statistics Theory
+1301.5877 Pricing of Securities
+1301.5878 Software Engineering
+1301.5882 Algebraic Topology
+1301.5886
+1301.5892 Plasma Physics
+1301.5894 Classical Analysis and ODEs
+1301.5896 Data Structures and Algorithms
+cs/0612019 Information Theory
+math/0310395 Functional Analysis
+math/0504571 Spectral Theory
+math/0607616 Spectral Theory
+physics/0204008 Optics
+physics/0205074 Optics
+0709.2337
+0709.3095
+0709.3108
+0709.3112
+0709.3116
+0709.3238
+0709.3242
+0709.3581 Rings and Algebras
+0909.0339 Combinatorics
+0909.5332 Solar and Stellar Astrophysics
+0911.1084 Physics and Society
+1004.4677 K-Theory and Homology
+1010.4252 Geometric Topology
+1102.1995 Differential Geometry
+1103.1958 Information Theory
+1104.0192 Analysis of PDEs
+1108.3373 Group Theory
+1108.3947 Quantum Algebra
+1109.6821 Rings and Algebras
+1201.3699 Combinatorics
+1203.3982 Dynamical Systems
+1203.6858 Differential Geometry
+1204.0110 Number Theory
+1204.1982 Theory
+1205.2038 Chemical Physics
+1205.3132 K-Theory and Homology
+1205.3926
+1205.4683 Physics and Society
+1205.6286 Analysis of PDEs
+1206.2955 Combinatorics
+1206.3474 Mesoscale and Nanoscale Physics
+1206.7107 Optics
+1207.1005 Numerical Analysis
+1207.6165 Probability
+1208.0737 Differential Geometry
+1208.0859 Dynamical Systems
+1208.0918 Group Theory
+1208.4041 Programming Languages
+1208.4646
+1208.5332 Analysis of PDEs
+1208.5737 Cosmology and Nongalactic Astrophysics
+1209.1917 Phenomenology
+1209.6499
+1210.1173
+1210.5892 Solar and Stellar Astrophysics
+1210.6735 Statistical Mechanics
+1210.7442 Superconductivity
+1210.7820 Astrophysics of Galaxies
+1211.3791 Superconductivity
+1211.4557
+1211.5172 Theory
+1211.5608 Information Theory
+1211.7086 High Energy Astrophysical Phenomena
+1212.0294 Number Theory
+1212.0930 Mesoscale and Nanoscale Physics
+1212.3161 Differential Geometry
+1212.4781
+1212.5338
+1212.6100 Probability
+1301.0030 Plasma Physics
+1301.0855
+1301.0976 Superconductivity
+1301.2064 Earth and Planetary Astrophysics
+1301.3038
+1301.3207 Strongly Correlated Electrons
+1301.3540 Strongly Correlated Electrons
+1301.4718 Quantum Gases
+1301.5629 Superconductivity
+1301.6013 Metric Geometry
+1301.6276
+1301.6304 Combinatorics
+1302.0116 Commutative Algebra
+1302.1043 Learning
+1302.2801 Theory
+1302.3334 Strongly Correlated Electrons
+1302.4321 Theory
+1302.4568 Logic
+1303.0661 Mesoscale and Nanoscale Physics
+1303.0961 Cosmology and Nongalactic Astrophysics
+1303.1916 Representation Theory
+1303.2476
+1303.6685 Theory
+1303.6754 Mesoscale and Nanoscale Physics
+1303.7122 Computer Science and Game Theory
+1303.7450 Phenomenology
+1304.0572 Mesoscale and Nanoscale Physics
+1304.2099 Strongly Correlated Electrons
+1304.2207 Phenomenology
+1304.2216 Mesoscale and Nanoscale Physics
+1304.3069 Theory
+1304.3601 Mesoscale and Nanoscale Physics
+1304.4645 Representation Theory
+1304.4710
+1304.4985 Algebraic Topology
+1304.5339
+1304.5999 Classical Analysis and ODEs
+1304.7222 Symbolic Computation
+1304.7223 Mathematical Software
+1304.7603 Symbolic Computation
+1304.7978 Theory
+1305.0779 Computational Complexity
+1305.1058 Superconductivity
+1305.1317 Superconductivity
+1305.1337 Cosmology and Nongalactic Astrophysics
+1305.1517
+1305.3965 Mesoscale and Nanoscale Physics
+1305.4195 Databases
+1305.5515 Superconductivity
+1305.5776
+1305.6949 Operator Algebras
+1306.0469 Mesoscale and Nanoscale Physics
+1306.1943
+1306.2504 Theory
+1306.2520 Mesoscale and Nanoscale Physics
+1306.2854 Probability
+1306.3896 Information Theory
+1306.4516
+1306.4794 Plasma Physics
+1306.5467 Materials Science
+1306.5678 Logic in Computer Science
+1306.5716 Analysis of PDEs
+1306.6123 Differential Geometry
+1307.0047 Analysis of PDEs
+1307.0422 Mesoscale and Nanoscale Physics
+1307.0542 Superconductivity
+1307.0900 Rings and Algebras
+1307.1332 Distributed, Parallel, and Cluster Computing
+1307.1539 Analysis of PDEs
+1307.1742 Biological Physics
+1307.1959 Differential Geometry
+1307.2092 Combinatorics
+1307.2228 Information Theory
+1307.2230 Soft Condensed Matter
+1307.2231 Chemical Physics
+1307.2255 Differential Geometry
+1307.2260 Rings and Algebras
+1307.2261 Phenomenology
+1307.2272 Materials Science
+1307.2274 Data Structures and Algorithms
+1307.2275 Analysis of PDEs
+1307.2282 Strongly Correlated Electrons
+1307.2284 Earth and Planetary Astrophysics
+1307.2289 History and Philosophy of Physics
+1307.2290
+1307.2292
+1307.2293 Solar and Stellar Astrophysics
+1307.2296 Astrophysics of Galaxies
+1307.2301 Analysis of PDEs
+1307.2303 Solar and Stellar Astrophysics
+1307.2307 Machine Learning
+1307.2312 Machine Learning
+1307.2316 Algebraic Geometry
+1307.2319 Number Theory
+1307.2320 Information Theory
+1307.2322 Phenomenology
+1307.2324
+1307.2326 Differential Geometry
+1307.2328 Programming Languages
+1307.2330 Differential Geometry
+1307.2332 Probability
+1307.2335 Instrumentation and Detectors
+1307.2338 Probability
+1307.2341 Earth and Planetary Astrophysics
+1307.2344 Optics
+1307.2345 Instrumentation and Methods for Astrophysics
+1307.2349
+1307.2353
+1307.2363 Superconductivity
+1307.2365 Phenomenology
+1307.2368 Materials Science
+1307.2370 Phenomenology
+1307.2374
+1307.2376 Combinatorics
+1307.2381 Systems and Control
+1307.2391 Plasma Physics
+1307.2396 Commutative Algebra
+1307.2397 Physics and Society
+1307.2401 Algebraic Topology
+1307.2402 High Energy Astrophysical Phenomena
+1307.2409 Materials Science
+1307.2410 Solar and Stellar Astrophysics
+1307.2415 Data Structures and Algorithms
+1307.2416 Analysis of PDEs
+1307.2418 General Mathematics
+1307.2419 Probability
+1307.2427 Systems and Control
+1307.2428 Probability
+1307.2429 Analysis of PDEs
+1307.2430 Information Theory
+1307.2432 Probability
+1307.2434 Computer Vision and Pattern Recognition
+1307.2437 Functional Analysis
+1307.2440 Computer Vision and Pattern Recognition
+1307.2441 Number Theory
+1307.2443 Optimization and Control
+1307.2448 Phenomenology
+1307.2449 Computation
+1307.2451 Phenomenology
+1307.2456 Strongly Correlated Electrons
+1307.2457 Computer Vision and Pattern Recognition
+1307.2458 Classical Analysis and ODEs
+1307.2461 Populations and Evolution
+1307.2465 Risk Management
+1307.2467 Discrete Mathematics
+1307.2468 Chemical Physics
+1307.2470 Geometric Topology
+1307.2471 Atomic Physics
+1307.2472
+1307.2473 Programming Languages
+1307.2474 Numerical Analysis
+1307.2478 Spectral Theory
+1307.2484 Atmospheric and Oceanic Physics
+1307.2487 Experiment
+1307.2488 Solar and Stellar Astrophysics
+1307.2489 Materials Science
+1307.2490 Algebraic Geometry
+1307.2491 Numerical Analysis
+1307.2493 Pricing of Securities
+1307.2501 High Energy Astrophysical Phenomena
+1307.2502 Materials Science
+1307.2507 Materials Science
+1307.2508 Functional Analysis
+1307.2513 Phenomenology
+1307.2520 Data Structures and Algorithms
+1307.2521 Data Structures and Algorithms
+1307.2527 Group Theory
+1307.2530 Classical Physics
+1307.2531 Data Structures and Algorithms
+1307.2534
+1307.2536 Data Structures and Algorithms
+1307.2537 Computer Science and Game Theory
+1307.2543
+1307.2545 Geometric Topology
+1307.2546 Statistics Theory
+1307.2548 Medical Physics
+1307.2555 Information Theory
+1307.2557 Representation Theory
+1307.2559 Neural and Evolutionary Computing
+1307.2560 Distributed, Parallel, and Cluster Computing
+1307.2563 Instrumentation and Detectors
+1307.2567 Differential Geometry
+cond-mat/0409171 Strongly Correlated Electrons
+quant-ph/0510106
+quant-ph/0510203
+0804.0057 Number Theory
+0811.2580 Algebraic Topology
+0903.0150 Probability
+0910.1061 Probability
+1004.0816 Information Retrieval
+1005.4006 Numerical Analysis
+1009.4653 Probability
+1010.1786 Functional Analysis
+1012.5913 Social and Information Networks
+1101.5973 Probability
+1102.5046 Social and Information Networks
+1105.5742 Group Theory
+1109.5997 Probability
+1110.1135 Probability
+1110.1695 Probability
+1111.2865
+1112.2414 Numerical Analysis
+1201.1858 Probability
+1201.2901
+1203.1426 Disordered Systems and Neural Networks
+1203.2950 Chemical Physics
+1203.3061
+1203.5546 Probability
+1204.6140 Chemical Physics
+1205.0616 Functional Analysis
+1205.1137 Differential Geometry
+1205.2925 Metric Geometry
+1206.6621
+1207.1138
+1208.3109 Atomic Physics
+1208.3494 General Topology
+1209.1940 Number Theory
+1209.4469 Biomolecules
+1209.5055 Commutative Algebra
+1210.3361 Astrophysics of Galaxies
+1210.7908 Group Theory
+1210.8317
+1212.0102 Logic
+1212.0341
+1212.1217 Group Theory
+1212.5168 Operator Algebras
+1301.0269
+1301.1644
+1301.2912 Statistical Mechanics
+1301.4405 High Energy Astrophysical Phenomena
+1301.7289 Probability
+1301.7711
+1302.0624 Phenomenology
+1302.2011
+1302.3377 Dynamical Systems
+1302.4272 Representation Theory
+1302.4422 Mesoscale and Nanoscale Physics
+1302.5689 Quantum Algebra
+1302.6632 Functional Analysis
+1303.3364 Atomic Physics
+1303.7045 Quantum Gases
+1303.7172 Mesoscale and Nanoscale Physics
+1304.2149 Neurons and Cognition
+1304.2231 Algebraic Geometry
+1304.3326 Atomic Physics
+1304.4231 Cosmology and Nongalactic Astrophysics
+1304.4270
+1304.6708 Phenomenology
+1304.7338 Rings and Algebras
+1304.7945 Neurons and Cognition
+1305.1828
+1305.3746 Mesoscale and Nanoscale Physics
+1305.4522 Statistical Mechanics
+1305.4628 General Physics
+1305.4691 Strongly Correlated Electrons
+1305.5197 Earth and Planetary Astrophysics
+1305.6049 Chemical Physics
+1305.6266 Phenomenology
+1305.6899 Solar and Stellar Astrophysics
+1305.7005 Soft Condensed Matter
+1305.7345 Artificial Intelligence
+1306.0851 Statistical Mechanics
+1306.3314 Algebraic Geometry
+1306.3938 Theory
+1306.5401
+1306.6246 Phenomenology
+1307.2227
+1307.2533 Physics Education
+1307.3043 Computer Vision and Pattern Recognition
+1308.3285 Strongly Correlated Electrons
+1308.4962 Instrumentation and Detectors
+1308.5980 Number Theory
+1309.0166 Computational Physics
+1309.0414 Instrumentation and Detectors
+1309.0696 Chemical Physics
+1309.0863 Differential Geometry
+1309.0956 Theory
+1309.1235 Optimization and Control
+1309.1603 Cosmology and Nongalactic Astrophysics
+1309.2235
+1309.2923
+1309.2934 General Physics
+1309.3047
+1309.3268 Methodology
+1309.3283 Earth and Planetary Astrophysics
+1309.3284 Networking and Internet Architecture
+1309.3285 Artificial Intelligence
+1309.3286 Optics
+1309.3288 Geometric Topology
+1309.3291 Analysis of PDEs
+1309.3292 Rings and Algebras
+1309.3296 Classical Analysis and ODEs
+1309.3298 Algebraic Geometry
+1309.3300 Experiment
+1309.3304 Metric Geometry
+1309.3305 Materials Science
+1309.3306 Disordered Systems and Neural Networks
+1309.3307 Information Theory
+1309.3314 Graphics
+1309.3316 Materials Science
+1309.3319 Networking and Internet Architecture
+1309.3327 Populations and Evolution
+1309.3329 Tissues and Organs
+1309.3332 Tissues and Organs
+1309.3333 Complex Variables
+1309.3334 Differential Geometry
+1309.3342 Analysis of PDEs
+1309.3347 Rings and Algebras
+1309.3349 Representation Theory
+1309.3352 Rings and Algebras
+1309.3354 Combinatorics
+1309.3356
+1309.3357
+1309.3358 Materials Science
+1309.3360 High Energy Astrophysical Phenomena
+1309.3363 Materials Science
+1309.3364 Mesoscale and Nanoscale Physics
+1309.3365 Probability
+1309.3367 History and Philosophy of Physics
+1309.3369 Adaptation and Self-Organizing Systems
+1309.3370 Statistics Theory
+1309.3373 Mesoscale and Nanoscale Physics
+1309.3381 Group Theory
+1309.3385
+1309.3386 Computation
+1309.3387 Methodology
+1309.3390 Astrophysics of Galaxies
+1309.3391 Instrumentation and Methods for Astrophysics
+1309.3392 Dynamical Systems
+1309.3393
+1309.3396 Neurons and Cognition
+1309.3397 Mesoscale and Nanoscale Physics
+1309.3399 Applications
+1309.3405 Probability
+1309.3407
+1309.3418 Computer Vision and Pattern Recognition
+1309.3420 Mesoscale and Nanoscale Physics
+1309.3425 Computer Vision and Pattern Recognition
+1309.3427 Optics
+1309.3431 Analysis of PDEs
+1309.3433 Functional Analysis
+1309.3434 Materials Science
+1309.3438 Atomic Physics
+1309.3439 Databases
+1309.3446 Information Theory
+1309.3455 Number Theory
+1309.3460
+1309.3462 Phenomenology
+1309.3466 Data Analysis, Statistics and Probability
+1309.3468 Atomic Physics
+1309.3469
+1309.3475 Chaotic Dynamics
+1309.3477 Strongly Correlated Electrons
+1309.3479 Portfolio Management
+1309.3482 Mesoscale and Nanoscale Physics
+1309.3493 Quantum Algebra
+1309.3496 Analysis of PDEs
+1309.3501 Metric Geometry
+1309.3504 Fluid Dynamics
+1309.3505 Solar and Stellar Astrophysics
+1309.3510 Combinatorics
+1309.3513 Discrete Mathematics
+1309.3515 Cryptography and Security
+1309.3518 Analysis of PDEs
+1309.3520 Methodology
+1309.3521 Populations and Evolution
+1309.3523
+1309.3524 Fluid Dynamics
+1309.3525 Optics
+1309.3527 Number Theory
+1309.3529 Optimization and Control
+1309.3530 Number Theory
+1309.3533 Methodology
+1309.3534 Phenomenology
+1309.3536 High Energy Astrophysical Phenomena
+1309.3550 Operator Algebras
+1309.3552 Phenomenology
+1309.3558 Symplectic Geometry
+0904.2040 Numerical Analysis
+0909.1428
+0910.5012 Mesoscale and Nanoscale Physics
+0912.1654 Differential Geometry
+1001.2642 Theory
+1001.3056 Discrete Mathematics
+1002.0695 Mesoscale and Nanoscale Physics
+1005.1144 Quantum Algebra
+1006.3246 Probability
+1007.2402 Algebraic Topology
+1008.0836 Computational Finance
+1009.2873 Algebraic Geometry
+1102.3347 Differential Geometry
+1103.4970 Symplectic Geometry
+1104.2578 Rings and Algebras
+1104.4135 Methodology
+1105.0327 Differential Geometry
+1105.5181 Spectral Theory
+1105.5255 Computer Science and Game Theory
+1105.6017 Metric Geometry
+1106.4418 Mesoscale and Nanoscale Physics
+1107.0400 Combinatorics
+1108.0679 Information Theory
+1108.1588
+1108.1756 Classical Analysis and ODEs
+1109.2776 Probability
+1111.4234 Quantum Algebra
+1111.4630
+1111.5130
+1112.3932 Geometric Topology
+1201.4569 Theory
+1201.6660 Materials Science
+1202.2398 Functional Analysis
+1202.2690 Dynamical Systems
+1202.5922 Algebraic Geometry
+1202.5993 Theory
+1204.0461 Experiment
+1204.1086 Discrete Mathematics
+1204.2717 Trading and Market Microstructure
+1204.3735 Symbolic Computation
+1204.5045 Number Theory
+1204.5332 Analysis of PDEs
+1204.5504 Instrumentation and Detectors
+1205.1203 Networking and Internet Architecture
+1205.3875 Fluid Dynamics
+1206.1126 Geometric Topology
+1206.1857 Theory
+1206.4077 Commutative Algebra
+1206.6275 Superconductivity
+1206.6580 Solar and Stellar Astrophysics
+1207.0275
+1207.3915 Combinatorics
+1207.4043 High Energy Astrophysical Phenomena
+1208.0525 Performance
+1208.0782 Information Retrieval
+1208.0787 Information Retrieval
+1208.0788 Applications
+1208.1139 Analysis of PDEs
+1208.1575 Superconductivity
+1208.3568 Combinatorics
+1208.4491
+1208.5030 Earth and Planetary Astrophysics
+1209.4710 Strongly Correlated Electrons
+1209.5332
+1209.5789 Algebraic Geometry
+1209.6065 Theory
+1210.0195 Phenomenology
+1210.0791
+1210.2631 Experiment
+1210.3909 Analysis of PDEs
+1210.3940
+1210.4407 Number Theory
+1210.4409
+1210.6106 Classical Physics
+1210.6143 Superconductivity
+1210.6375
+1210.7589 Dynamical Systems
+1210.8075 Mesoscale and Nanoscale Physics
+1211.0098 Materials Science
+1211.0180 Representation Theory
+1211.0450 Mesoscale and Nanoscale Physics
+1211.1087 Instrumentation and Detectors
+1211.2452 Solar and Stellar Astrophysics
+1211.2898
+1211.3469 Quantum Gases
+1211.4242 Analysis of PDEs
+1211.4653 Phenomenology
+1211.6453 Phenomenology
+1211.6614 Theory
+1211.7029
+1211.7269
+1211.7312 Plasma Physics
+1212.0926 Strongly Correlated Electrons
+1212.1277 Cosmology and Nongalactic Astrophysics
+1212.1645 Adaptation and Self-Organizing Systems
+1212.2129 Computational Finance
+1212.2258 Superconductivity
+1212.2796 Differential Geometry
+1212.5689 Classical Physics
+1212.5936 Theory
+1301.0331 Plasma Physics
+1301.1272 Dynamical Systems
+1301.1706 Theory
+1301.3348 Soft Condensed Matter
+1301.4438 Numerical Analysis
+1301.5655 Information Theory
+1301.5684 Information Theory
+1301.6223 Materials Science
+1301.6339 Information Theory
+1301.6340 Information Theory
+1301.6465 Information Theory
+1301.7083 Theory
+1301.7136 Quantum Gases
+1302.0027 Mesoscale and Nanoscale Physics
+1302.0047 Mesoscale and Nanoscale Physics
+1302.1205
+1302.2107 Physics and Society
+1302.2157 Learning
+1302.3268 Learning
+1302.3509
+1302.3819 Soft Condensed Matter
+1302.4054 Functional Analysis
+1302.4231 Strongly Correlated Electrons
+1302.4715 Probability
+1302.5218 Mesoscale and Nanoscale Physics
+1302.5725 Phenomenology
+1302.5762 Computer Vision and Pattern Recognition
+1302.6162 Phenomenology
+1302.6354 Experiment
+1303.0289 Phenomenology
+1303.0386 Fluid Dynamics
+1303.1093 Information Theory
+1303.1098 Information Theory
+1303.1187 Mesoscale and Nanoscale Physics
+1303.2021 Soft Condensed Matter
+1303.3489 Information Theory
+1303.3846 Mesoscale and Nanoscale Physics
+1303.3851 Mesoscale and Nanoscale Physics
+1303.4022 Cosmology and Nongalactic Astrophysics
+1303.4194 Computational Engineering, Finance, and Science
+1303.4369 Mesoscale and Nanoscale Physics
+1303.5055 High Energy Astrophysical Phenomena
+1303.6040 Representation Theory
+1303.6211 Theory
+1303.7160 Probability
+1304.0058
+1304.1865 Neurons and Cognition
+1304.1969 Information Theory
+1304.6904 Theory
+1304.8060 Solar and Stellar Astrophysics
+1304.8088 Applications
+1305.0177 Combinatorics
+1305.0247 Applications
+1305.0961 Discrete Mathematics
+1305.1350 Rings and Algebras
+1305.1409 Computational Complexity
+1305.1563 Phenomenology
+1305.1683 Superconductivity
+1305.1805 Discrete Mathematics
+1305.2205 Algebraic Geometry
+1305.2797 Theory
+1305.2980 Molecular Networks
+1305.3345 Operating Systems
+1305.4003 Representation Theory
+1305.4004
+1305.4186 Functional Analysis
+1305.4188 Number Theory
+1305.4189 Experiment
+1305.4199 Information Theory
+1305.4200 Cosmology and Nongalactic Astrophysics
+1305.4204 Learning
+1305.4205
+1305.4207
+1305.4208 Phenomenology
+1305.4210 Cryptography and Security
+1305.4211 Astrophysics of Galaxies
+1305.4214 Complex Variables
+1305.4216 Populations and Evolution
+1305.4217 Complex Variables
+1305.4218 Experiment
+1305.4223 Theory
+1305.4225 Analysis of PDEs
+1305.4228 Distributed, Parallel, and Cluster Computing
+1305.4229 Cryptography and Security
+1305.4230 K-Theory and Homology
+1305.4232 Differential Geometry
+1305.4234 Strongly Correlated Electrons
+1305.4237 Discrete Mathematics
+1305.4240 Information Theory
+1305.4244 Soft Condensed Matter
+1305.4245 Phenomenology
+1305.4246 Chemical Physics
+1305.4247 Logic in Computer Science
+1305.4250
+1305.4251 Theory
+1305.4254
+1305.4255 Formal Languages and Automata Theory
+1305.4259
+1305.4260 Rings and Algebras
+1305.4263 Distributed, Parallel, and Cluster Computing
+1305.4266 Phenomenology
+1305.4271 Logic
+1305.4273 Methodology
+1305.4276 Algebraic Geometry
+1305.4277 Combinatorics
+1305.4279
+1305.4281 Superconductivity
+1305.4286
+1305.4287 Spectral Theory
+1305.4291 Geometric Topology
+1305.4293 Algebraic Topology
+1305.4294 Differential Geometry
+1305.4295 Functional Analysis
+1305.4296 Optimization and Control
+1305.4297 Analysis of PDEs
+1305.4300 Optimization and Control
+1305.4303 Dynamical Systems
+1305.4304 Differential Geometry
+1305.4305 History and Overview
+1305.4307 Classical Analysis and ODEs
+1305.4310 Number Theory
+1305.4311 Networking and Internet Architecture
+1305.4312 Soft Condensed Matter
+1305.4313 Number Theory
+1305.4314 Information Theory
+1305.4315 Combinatorics
+1305.4317 Combinatorics
+1305.4318 Methodology
+1305.4319 Neurons and Cognition
+1305.4321 Computational Finance
+1305.4324 Learning
+1305.4333 Quantitative Methods
+1305.4334 Optics
+1305.4339 Quantitative Methods
+1305.4342 Combinatorics
+1305.4344 Theory
+1305.4345 Learning
+1305.4348 Networking and Internet Architecture
+1305.4356 Strongly Correlated Electrons
+1305.4359 Computers and Society
+1305.4364 Instrumentation and Methods for Astrophysics
+1305.4365 Distributed, Parallel, and Cluster Computing
+1305.4367 Distributed, Parallel, and Cluster Computing
+1305.4373 Differential Geometry
+1305.4375 Computers and Society
+1305.4376 Distributed, Parallel, and Cluster Computing
+1305.4378 Software Engineering
+1305.4382 Analysis of PDEs
+1305.4383 Optics
+1305.4386 Complex Variables
+1305.4387 Complex Variables
+1305.4388 Analysis of PDEs
+1305.4389 Data Structures and Algorithms
+1305.4392 Analysis of PDEs
+1305.4395 Number Theory
+1305.4396 Probability
+1305.4400
+1305.4404 Analysis of PDEs
+1305.4408 Probability
+1305.4413 Methodology
+1305.4414
+1305.4420 Mesoscale and Nanoscale Physics
+1305.4423 Rings and Algebras
+1305.4426 Analysis of PDEs
+1305.4428 Materials Science
+1305.4429 Social and Information Networks
+1305.4432 Chemical Physics
+1305.4433 Learning
+1305.4443 Computers and Society
+1305.4444 Cryptography and Security
+1305.4445 Numerical Analysis
+1305.4447 Combinatorics
+1305.4449
+1305.4451 Differential Geometry
+1305.4455 Digital Libraries
+1305.4457
+1305.4468 Optimization and Control
+1305.4469 Disordered Systems and Neural Networks
+1305.4474 Representation Theory
+1305.4480 Instrumentation and Methods for Astrophysics
+1305.4481 Mesoscale and Nanoscale Physics
+1305.4484 Metric Geometry
+1305.4491 Category Theory
+1305.4492 Dynamical Systems
+1305.4495 Functional Analysis
+1305.4500 Complex Variables
+1305.4502 High Energy Astrophysical Phenomena
+1305.4504 Instrumentation and Detectors
+1305.4505 Number Theory
+1305.4506 Populations and Evolution
+1305.4512
+1305.4513
+1305.4514 Fluid Dynamics
+1305.4515 General Topology
+1305.4517 Materials Science
+1305.4523 Algebraic Geometry
+1305.4524
+1305.4532 Logic
+1305.4534
+1305.4544 Computer Vision and Pattern Recognition
+1305.4546 Rings and Algebras
+1305.4553 Commutative Algebra
+1305.4558 Information Theory
+1305.4565 Geometric Topology
+1305.4568
+1305.4570 Logic
+1305.4572 Phenomenology
+1305.4576 Physics Education
+1305.4580 Information Theory
+1305.4581 Computational Complexity
+1305.4584 Programming Languages
+1305.4587 Phenomenology
+1305.4589 Operator Algebras
+1305.4591
+1305.4599 Dynamical Systems
+1305.4607 Category Theory
+1305.4610 Information Theory
+1305.4618 Number Theory
+1305.4621 Dynamical Systems
+1305.4623 History and Overview
+1305.4624
+cond-mat/0604595 Disordered Systems and Neural Networks
+math/0102013 Algebraic Geometry
+0712.0444 Algebraic Geometry
+0809.2490 Metric Geometry
+0903.0679 Algebraic Geometry
+0907.4592 Probability
+0907.4641 Differential Geometry
+0910.5445 Mesoscale and Nanoscale Physics
+1002.3805 Theory
+1102.3667
+1105.0559 Group Theory
+1105.5310 Probability
+1107.4214 Statistical Mechanics
+1107.6032 Category Theory
+1108.0114 Algebraic Topology
+1108.1175 Cosmology and Nongalactic Astrophysics
+1108.5288 Computational Complexity
+1110.2979 Algebraic Geometry
+1112.0728 Cosmology and Nongalactic Astrophysics
+1112.1112 Superconductivity
+1112.5101 Combinatorics
+1201.2206 Analysis of PDEs
+1202.0183 Differential Geometry
+1202.5229 Computational Physics
+1203.0126 Mesoscale and Nanoscale Physics
+1203.4075 Metric Geometry
+1205.1540 Theory
+1205.1572 Disordered Systems and Neural Networks
+1205.5231
+1205.6999
+1206.2517 Social and Information Networks
+1207.0214
+1207.0930 Algebraic Geometry
+1207.4826 Quantum Gases
+1207.4877
+1208.1478
+1209.1881 Statistical Mechanics
+1209.2124 Instrumentation and Methods for Astrophysics
+1209.2236 Probability
+1209.2648 Chemical Physics
+1209.2971
+1209.4620 Distributed, Parallel, and Cluster Computing
+1210.3410 Physics Education
+1210.5160 Superconductivity
+1210.6057 Theory
+1210.8299
+1211.0488 Group Theory
+1211.1115 Cosmology and Nongalactic Astrophysics
+1211.1556 Mesoscale and Nanoscale Physics
+1211.4310 Mesoscale and Nanoscale Physics
+1212.1583 Probability
+1212.2670 Algebraic Geometry
+1212.3689 Information Theory
+1212.4073 Theory
+1212.4409 Exactly Solvable and Integrable Systems
+1212.6127 Fluid Dynamics
+1212.6511 Differential Geometry
+1212.6663 Information Theory
+1301.2562 Theory
+1301.3599 Networking and Internet Architecture
+1302.0342
+1302.0906 Phenomenology
+1302.5057 Superconductivity
+1302.5568 Analysis of PDEs
+1302.6713 Phenomenology
+1302.7161 Cosmology and Nongalactic Astrophysics
+1302.7172 Systems and Control
+1303.0962 Combinatorics
+1303.1766 Mesoscale and Nanoscale Physics
+1303.2077 Theory
+1303.2122 Rings and Algebras
+1303.2918 Superconductivity
+1303.3739 Materials Science
+1303.4251 Classical Analysis and ODEs
+1303.6419
+1304.0546 Metric Geometry
+1304.0679 Chemical Physics
+1304.1486 Theory
+1304.5515 Plasma Physics
+1304.6370 Pattern Formation and Solitons
+1305.0974 Cosmology and Nongalactic Astrophysics
+1305.3083
+1305.3667 Statistical Mechanics
+1305.4238 Commutative Algebra
+1305.4898 Superconductivity
+1305.6447 Cosmology and Nongalactic Astrophysics
+1305.6910 Phenomenology
+1305.7227 Theory
+1306.0004 Theory
+1306.1989
+1306.2409
+1306.4894 Experiment
+1306.4935 Number Theory
+1306.6162 Superconductivity
+1306.6912
+1306.6916 Materials Science
+1307.1118 Materials Science
+1307.1416 Lattice
+1307.2205 Data Structures and Algorithms
+1307.2246 High Energy Astrophysical Phenomena
+1307.3996 Materials Science
+1307.4825 Phenomenology
+1307.4828
+1307.6095
+1307.7073
+1307.7125 Theory
+1307.8298 Biological Physics
+1308.0010
+1308.0095 Optics
+1308.0618 Phenomenology
+1308.2799 Algebraic Topology
+1308.3081 Chaotic Dynamics
+1308.3812 Quantum Gases
+1308.4504
+1308.6088 Solar and Stellar Astrophysics
+1308.6623 Exactly Solvable and Integrable Systems
+1309.1514 Phenomenology
+1309.2289 Earth and Planetary Astrophysics
+1309.3415 Lattice
+1309.4536 Materials Science
+1309.5041 Phenomenology
+1309.5161 Cosmology and Nongalactic Astrophysics
+1309.5183 Materials Science
+1309.7666 Robotics
+1310.0869 Cosmology and Nongalactic Astrophysics
+1310.1548 Strongly Correlated Electrons
+1310.1845 Discrete Mathematics
+1310.1867 Machine Learning
+1310.2459 Phenomenology
+1310.2608 Phenomenology
+1310.2830 Computers and Society
+1310.4029 High Energy Astrophysical Phenomena
+1310.4641 Soft Condensed Matter
+1310.4700 Chaotic Dynamics
+1310.4881 Materials Science
+1310.5270 K-Theory and Homology
+1310.5543 Machine Learning
+1310.5850 Human-Computer Interaction
+1310.6087 Lattice
+1310.6088 Algebraic Geometry
+1310.6304 Learning
+1310.6325 Numerical Analysis
+1310.6336 Phenomenology
+1310.6343 Learning
+1310.6349 Operating Systems
+1310.6366 Cosmology and Nongalactic Astrophysics
+1310.6368 Cosmology and Nongalactic Astrophysics
+1310.6370 Theory
+1310.6374 Number Theory
+1310.6376 Computer Vision and Pattern Recognition
+1310.6377 Multimedia
+1310.6378 Representation Theory
+1310.6380 Materials Science
+1310.6382 Computer Science and Game Theory
+1310.6385 Strongly Correlated Electrons
+1310.6387 Phenomenology
+1310.6391 Probability
+1310.6396 Complex Variables
+1310.6397 Networking and Internet Architecture
+1310.6404 Geometric Topology
+1310.6412 Differential Geometry
+1310.6415 Differential Geometry
+1310.6421 Probability
+1310.6426 Commutative Algebra
+1310.6428 Materials Science
+1310.6442 Analysis of PDEs
+1310.6443 Networking and Internet Architecture
+1310.6444 Algebraic Geometry
+1310.6445 Algebraic Geometry
+1310.6455 Differential Geometry
+1310.6461 Lattice
+1310.6462 Solar and Stellar Astrophysics
+1310.6463 Functional Analysis
+1310.6464 Solar and Stellar Astrophysics
+1310.6465 Atomic Physics
+1310.6467 Number Theory
+1310.6471 Analysis of PDEs
+1310.6473 Algebraic Geometry
+1310.6474 History and Philosophy of Physics
+1310.6476 Strongly Correlated Electrons
+1310.6477 Combinatorics
+1310.6481 Systems and Control
+1310.6483 Materials Science
+1310.6484 Mesoscale and Nanoscale Physics
+1310.6486 Computational Engineering, Finance, and Science
+1310.6488 Solar and Stellar Astrophysics
+1310.6494 Materials Science
+1310.6504 Lattice
+1310.6516 Social and Information Networks
+1310.6523 Analysis of PDEs
+1310.6529 Combinatorics
+1310.6531 Dynamical Systems
+1310.6534 Metric Geometry
+1310.6536 Learning
+1310.6539 Rings and Algebras
+1310.6540 Plasma Physics
+1310.6541 History and Philosophy of Physics
+1310.6544 Experiment
+1310.6547 Neurons and Cognition
+1310.6556 Molecular Networks
+1310.6557 Instrumentation and Methods for Astrophysics
+1310.6559 Optics
+1310.6561 Materials Science
+1310.6562
+1310.6564 Software Engineering
+1310.6566 Theory
+1310.6577 Analysis of PDEs
+1310.6578 Instrumentation and Detectors
+1310.6585 Operator Algebras
+1310.6587 Differential Geometry
+1310.6588 Mesoscale and Nanoscale Physics
+1310.6589 Number Theory
+1310.6590 Populations and Evolution
+1310.6591 Number Theory
+1310.6593 Instrumentation and Detectors
+1310.6595 Superconductivity
+1310.6596 Chemical Physics
+1310.6597 Number Theory
+1310.6600 Algebraic Geometry
+1310.6605 Number Theory
+1310.6606 Number Theory
+1310.6607 Number Theory
+1310.6608 Number Theory
+1310.6609 Atomic Physics
+1310.6613 Instrumentation and Methods for Astrophysics
+1310.6618 Numerical Analysis
+1310.6619 Functional Analysis
+1310.6622
+1310.6623
+1310.6624 Representation Theory
+1310.6629
+1310.6632 Materials Science
+1310.6633 Analysis of PDEs
+1310.6634 Materials Science
+1310.6637 Information Retrieval
+1310.6639 Rings and Algebras
+1310.6640 Solar and Stellar Astrophysics
+1310.6641 Fluid Dynamics
+1310.6644 Combinatorics
+1310.6648 Rings and Algebras
+1310.6649 Phenomenology
+1310.6654 Computer Vision and Pattern Recognition
+1310.6656 Phenomenology
+1310.6657 Information Theory
+1310.6658 Number Theory
+1310.6665 General Topology
+1310.6669 Information Theory
+1310.6676
+1310.6683 Analysis of PDEs
+1310.6686 Software Engineering
+1310.6687 Mesoscale and Nanoscale Physics
+1310.6688 Instrumentation and Methods for Astrophysics
+1310.6691 Number Theory
+1310.6692 Probability
+1310.6693 Materials Science
+1310.6697 Earth and Planetary Astrophysics
+1310.6700 Instrumentation and Methods for Astrophysics
+1310.6702 History and Philosophy of Physics
+1310.6703 Functional Analysis
+1310.6704 Multiagent Systems
+1310.6708 Phenomenology
+1310.6711 Analysis of PDEs
+1310.6714 Strongly Correlated Electrons
+1310.6720 Soft Condensed Matter
+1310.6724 Phenomenology
+1310.6726 Combinatorics
+1310.6727 Number Theory
+1310.6730 Strongly Correlated Electrons
+gr-qc/0501094
+hep-ex/9610008 Experiment
+math/0106079 Representation Theory
+math/0602490 Geometric Topology
+math/0610242 Probability
+0710.4424 Combinatorics
+0711.2735 Representation Theory
+0711.3129
+0803.1095
+0803.2239
+0806.0264 Quantum Algebra
+0807.3663
+0808.0203
+0903.4288 Cosmology and Nongalactic Astrophysics
+0907.1190
+0912.1272 Discrete Mathematics
+1004.2471 Symplectic Geometry
+1004.4950 Combinatorics
+1005.0833 Analysis of PDEs
+1007.2306 Number Theory
+1010.1096 Cosmology and Nongalactic Astrophysics
+1010.2310 Methodology
+1011.5300 Dynamical Systems
+1101.4584 Cosmology and Nongalactic Astrophysics
+1101.4769 Cosmology and Nongalactic Astrophysics
+1102.3329 Superconductivity
+1103.4186 Earth and Planetary Astrophysics
+1105.1502 Chaotic Dynamics
+1105.2643 History and Philosophy of Physics
+1106.1976 Probability
+1107.1656 Cosmology and Nongalactic Astrophysics
+1108.5410 Algebraic Geometry
+1109.4130 Combinatorics
+1111.1749 Theory
+1111.4735
+1111.5273 Mesoscale and Nanoscale Physics
+1112.4088 Operator Algebras
+1112.4450 Superconductivity
+1112.5134 Combinatorics
+1201.1515 Differential Geometry
+1201.2112 Quantum Gases
+1202.0469 General Physics
+1202.3513 Commutative Algebra
+1202.5362 Molecular Networks
+1203.0585
+1203.0938 Analysis of PDEs
+1203.6786 Computational Geometry
+1204.0393 Optics
+1204.1238 Quantum Gases
+1204.4554 Probability
+1205.1420 Analysis of PDEs
+1205.2897
+1205.6447 Algebraic Geometry
+1206.0046
+1206.0412 Strongly Correlated Electrons
+1206.1005 Solar and Stellar Astrophysics
+1206.1649 Algebraic Geometry
+1206.3663 General Physics
+1206.3798 Classical Analysis and ODEs
+1206.5182 Probability
+1206.5661 Strongly Correlated Electrons
+1206.6277 Strongly Correlated Electrons
+1206.7103 Combinatorics
+1207.2869 Theory
+1207.3000 Cosmology and Nongalactic Astrophysics
+1207.3401 Quantum Algebra
+1207.4547 Strongly Correlated Electrons
+1207.5304 Strongly Correlated Electrons
+1208.3565 Cosmology and Nongalactic Astrophysics
+1208.4223
+1208.5057 Theory
+1208.5120 Operator Algebras
+1209.0303 Chemical Physics
+1209.2459 Theory
+1209.2936 High Energy Astrophysical Phenomena
+1209.3595 Algebraic Geometry
+1209.3862 Fluid Dynamics
+1209.5005 Mesoscale and Nanoscale Physics
+1209.5824 Quantum Gases
+1210.1535
+1210.4354
+1210.6886
+1210.7306 Cosmology and Nongalactic Astrophysics
+1210.7930 Computational Physics
+1210.8028 Chaotic Dynamics
+1211.0318 Adaptation and Self-Organizing Systems
+1211.2261 Lattice
+1211.2302
+1211.2376 Computational Complexity
+1211.2680 Quantum Gases
+1211.4030 Theory
+1211.6334 Dynamical Systems
+1212.1783 Materials Science
+1212.1888 Chemical Physics
+1212.2392 High Energy Astrophysical Phenomena
+1212.3102
+1212.3396
+1212.3862 Superconductivity
+1212.4104 Superconductivity
+1212.4111 Theory
+1212.4780
+1212.4820 Theory
+1212.6138 Chemical Physics
+1212.6189 Quantum Gases
+1212.6249 Theory
+1212.6639 Experiment
+1301.0685 Statistical Mechanics
+1301.0803 Social and Information Networks
+1301.2908 Probability
+1301.3259 Algebraic Geometry
+1301.5183 Phenomenology
+1301.5558
+1301.6763 Earth and Planetary Astrophysics
+1302.0640 Atomic Physics
+1302.0645 Atomic Physics
+1302.0650 Atomic Physics
+1302.0651 Atomic Physics
+1302.0760 Differential Geometry
+1302.1739 Atomic Physics
+1302.1743 Atomic Physics
+1302.1988 Atomic Physics
+1302.2042 Atomic Physics
+1302.2092 Atomic Physics
+1302.2465 Artificial Intelligence
+1302.3688 Chaotic Dynamics
+1302.3845 Algebraic Topology
+1302.6319 Dynamical Systems
+1302.6528 Digital Libraries
+1302.6630 Soft Condensed Matter
+1302.6931 Disordered Systems and Neural Networks
+1303.0014 Complex Variables
+1303.0017 Probability
+1303.0035 Data Structures and Algorithms
+1303.0315 Mesoscale and Nanoscale Physics
+1303.0714 Optimization and Control
+1303.0941 Group Theory
+1303.0979 High Energy Astrophysical Phenomena
+1303.1099 Complex Variables
+1303.1179 High Energy Astrophysical Phenomena
+1303.1209 Data Structures and Algorithms
+1303.1212 Fluid Dynamics
+1303.1214 Numerical Analysis
+1303.1219 Methodology
+1303.1220 Information Theory
+1303.1232 Computation and Language
+1303.1233
+1303.1238 Software Engineering
+1303.1240 Probability
+1303.1241 Numerical Analysis
+1303.1243 Neural and Evolutionary Computing
+1303.1247 Computers and Society
+1303.1248 Portfolio Management
+1303.1252 Plasma Physics
+1303.1257 Probability
+1303.1259 Exactly Solvable and Integrable Systems
+1303.1261 Plasma Physics
+1303.1264 Learning
+1303.1269
+1303.1277 Combinatorics
+1303.1279 Computational Geometry
+1303.1280 Learning
+1303.1283 Soft Condensed Matter
+1303.1285 Information Theory
+1303.1286 Category Theory
+1303.1289 Experiment
+1303.1290 Combinatorics
+1303.1291 Materials Science
+1303.1293 Functional Analysis
+1303.1300 Classical Analysis and ODEs
+1303.1302 Biomolecules
+1303.1306 Representation Theory
+1303.1312 Machine Learning
+1303.1314
+1303.1316 High Energy Astrophysical Phenomena
+1303.1319 Solar and Stellar Astrophysics
+1303.1320 Number Theory
+1303.1326 Quantitative Methods
+1303.1327 Statistical Mechanics
+1303.1331 Quantum Algebra
+1303.1335 Rings and Algebras
+1303.1342 Solar and Stellar Astrophysics
+1303.1344 Logic
+1303.1350 Complex Variables
+1303.1354 Networking and Internet Architecture
+1303.1355 Accelerator Physics
+1303.1358 Accelerator Physics
+1303.1360 Accelerator Physics
+1303.1365 Accelerator Physics
+1303.1370 High Energy Astrophysical Phenomena
+1303.1372 Materials Science
+1303.1373 Biological Physics
+1303.1378 Logic
+1303.1379 Distributed, Parallel, and Cluster Computing
+1303.1381 Materials Science
+1303.1384 Distributed, Parallel, and Cluster Computing
+1303.1387 Analysis of PDEs
+1303.1389 Theory
+1303.1391 Solar and Stellar Astrophysics
+1303.1392 Accelerator Physics
+1303.1395 Combinatorics
+1303.1402 Plasma Physics
+1303.1405 Soft Condensed Matter
+1303.1406 High Energy Astrophysical Phenomena
+1303.1416 Classical Analysis and ODEs
+1303.1417 Cryptography and Security
+1303.1418 Other Computer Science
+1303.1419 Software Engineering
+1303.1422 Materials Science
+1303.1423 Soft Condensed Matter
+1303.1425
+1303.1428
+1303.1433 Solar and Stellar Astrophysics
+1303.1435 Statistics Theory
+1303.1436 Methodology
+1303.1438 Strongly Correlated Electrons
+1303.1442 Populations and Evolution
+1303.1444 General Physics
+astro-ph/0301132
+astro-ph/0310613
+astro-ph/0407089
+astro-ph/0407090
+astro-ph/0502208
+astro-ph/0602406
+1308.3932 General Physics
+0903.1960 Theory
+0905.4244 Number Theory
+0905.4245 Number Theory
+1001.1610 Software Engineering
+1001.4499 Data Structures and Algorithms
+1003.4521 Phenomenology
+1005.3199 Logic in Computer Science
+1005.3200 Logic in Computer Science
+1008.0852 General Mathematics
+1008.2269 Representation Theory
+1010.4190 Symplectic Geometry
+1010.5022
+1011.3776 Phenomenology
+1011.5485 Functional Analysis
+1012.4959 Algebraic Geometry
+1101.5790 Probability
+1102.2126 Phenomenology
+1104.3968 Complex Variables
+1105.4872 Algebraic Geometry
+1106.2242 Group Theory
+1107.1287
+1107.3079 Instrumentation and Methods for Astrophysics
+1109.2315 Representation Theory
+1110.3702 General Physics
+1110.6548 Superconductivity
+1111.1952 Quantum Gases
+1112.0106 Astrophysics of Galaxies
+1112.6160 Computational Geometry
+1201.0703 Astrophysics of Galaxies
+1201.4887 Differential Geometry
+1201.5238 Metric Geometry
+1201.5565 Differential Geometry
+1201.5737 Fluid Dynamics
+1202.0152 Accelerator Physics
+1202.3949 Computational Complexity
+1202.5585 Materials Science
+1203.1249 Mesoscale and Nanoscale Physics
+1203.3693
+1203.5845 Optimization and Control
+1203.6084
+1204.2686 Astrophysics of Galaxies
+1205.0197 Mesoscale and Nanoscale Physics
+1205.1223 Symbolic Computation
+1205.3133
+1206.0701 Numerical Analysis
+1206.2501 Probability
+1206.4238 Metric Geometry
+1206.5665 General Physics
+1206.6128 Statistics Theory
+1207.1203
+1207.3333 Atomic Physics
+1208.0257 Computational Complexity
+1208.2049 Algebraic Geometry
+1208.2280 Rings and Algebras
+1208.3710 Experiment
+1208.4873 Numerical Analysis
+1208.5087 Probability
+1208.5728
+1209.0900 Statistical Finance
+1209.3360
+1209.6031 Theory
+1210.3777 Materials Science
+1210.4303 Mesoscale and Nanoscale Physics
+1210.5625
+1210.5863 Discrete Mathematics
+1210.7029 Astrophysics of Galaxies
+1210.7793 Optics
+1211.0969 Dynamical Systems
+1211.1973 Astrophysics of Galaxies
+1211.5801
+1212.2025
+1212.2320 Strongly Correlated Electrons
+1212.4232 Superconductivity
+1212.5059
+1212.5335 Mesoscale and Nanoscale Physics
+1212.5464 Astrophysics of Galaxies
+1212.5670 Strongly Correlated Electrons
+1301.0005 General Physics
+1301.0127 Computer Vision and Pattern Recognition
+1301.0182 Group Theory
+1301.2417 Biomolecules
+1301.2460 Analysis of PDEs
+1301.2686 Theory
+1301.3740 High Energy Astrophysical Phenomena
+1301.4110 Fluid Dynamics
+1301.4182 Mesoscale and Nanoscale Physics
+1301.7067 Experiment
+1301.7222 Atomic Physics
+1302.0417
+1302.1106 Mesoscale and Nanoscale Physics
+1302.2123 Logic in Computer Science
+1302.2584 Logic in Computer Science
+1302.2932 Optics
+1302.3753 Populations and Evolution
+1302.4217 Optics
+1302.6041 Astrophysics of Galaxies
+1303.1369 Physics and Society
+1303.2416 Data Structures and Algorithms
+1303.3016 Biological Physics
+1303.3271 Phenomenology
+1303.3767 Combinatorics
+1303.4144 Superconductivity
+1303.4668 Numerical Analysis
+1303.5380 High Energy Astrophysical Phenomena
+1303.5628 Mesoscale and Nanoscale Physics
+1303.5770
+1303.6254 Phenomenology
+1303.6971
+1303.6994 Mesoscale and Nanoscale Physics
+1303.7054 Information Theory
+1304.0029
+1304.0150 Methodology
+1304.0542 Quantitative Methods
+1304.0769 Phenomenology
+1304.1068
+1304.1742 Quantum Gases
+1304.1893 Mesoscale and Nanoscale Physics
+1304.2291
+1304.3039 Strongly Correlated Electrons
+1304.3047 Analysis of PDEs
+1304.4781 Cosmology and Nongalactic Astrophysics
+1304.7034 Physics and Society
+1304.7279 Statistical Mechanics
+1304.7964 Chemical Physics
+1305.0010 Cosmology and Nongalactic Astrophysics
+1305.0561 Cosmology and Nongalactic Astrophysics
+1305.1158
+1305.1844 Soft Condensed Matter
+1305.2025 Instrumentation and Methods for Astrophysics
+1305.2272 Mesoscale and Nanoscale Physics
+1305.2820 Mesoscale and Nanoscale Physics
+1305.2888 Mesoscale and Nanoscale Physics
+1305.2907 Classical Physics
+1305.2963
+1305.3439 High Energy Astrophysical Phenomena
+1305.4187 Mesoscale and Nanoscale Physics
+1305.4602 Optics
+1305.4670 Superconductivity
+1305.5651 Operator Algebras
+1305.5925 Mesoscale and Nanoscale Physics
+1305.6052 Logic in Computer Science
+1305.6108 Programming Languages
+1306.1106 High Energy Astrophysical Phenomena
+1306.1344 General Physics
+1306.1446 Instrumentation and Methods for Astrophysics
+1306.1614 General Physics
+1306.1616 General Physics
+1306.2618 Theory
+1306.3078 Optics
+1306.3333 Materials Science
+1306.3737 Exactly Solvable and Integrable Systems
+1306.4697 Algebraic Geometry
+1306.5257 Number Theory
+1306.5364
+1306.6604 Phenomenology
+1307.0131 Biological Physics
+1307.1812
+1307.2073 Atomic Physics
+1307.2618 Optics
+1307.4716 Distributed, Parallel, and Cluster Computing
+1307.5089 Differential Geometry
+1307.5916 Earth and Planetary Astrophysics
+1307.6883 Computational Engineering, Finance, and Science
+1307.6995 Neural and Evolutionary Computing
+1307.7004 Soft Condensed Matter
+1307.7016 Superconductivity
+1307.7414 Rings and Algebras
+1307.7462 Superconductivity
+1307.8027 Phenomenology
+1307.8092 Theory
+1307.8177 Algebraic Geometry
+1308.0075 Applications
+1308.0130 Chaotic Dynamics
+1308.0207
+1308.0323 Theory
+1308.0425 Analysis of PDEs
+1308.0469 Applications
+1308.0601 Superconductivity
+1308.0608 Information Theory
+1308.0610 High Energy Astrophysical Phenomena
+1308.0621 Combinatorics
+1308.0622 Soft Condensed Matter
+1308.0625 Networking and Internet Architecture
+1308.0626 Data Structures and Algorithms
+1308.0628 Differential Geometry
+1308.0631 Rings and Algebras
+1308.0632 Information Theory
+1308.0633 Mesoscale and Nanoscale Physics
+1308.0636 Soft Condensed Matter
+1308.0638 Strongly Correlated Electrons
+1308.0644 Solar and Stellar Astrophysics
+1308.0645 Solar and Stellar Astrophysics
+1308.0647 Solar and Stellar Astrophysics
+1308.0650 Information Theory
+1308.0657 Methodology
+1308.0658 Computation and Language
+1308.0663 Dynamical Systems
+1308.0668 Populations and Evolution
+1308.0672 Instrumentation and Detectors
+1308.0675 Combinatorics
+1308.0676 Operator Algebras
+1308.0679 Cryptography and Security
+1308.0690 Networking and Internet Architecture
+1308.0691 Methodology
+1308.0692 Fluid Dynamics
+1308.0693 Instrumentation and Detectors
+1308.0699 Biomolecules
+1308.0700 Phenomenology
+1308.0701 Information Retrieval
+1308.0702 Artificial Intelligence
+1308.0703 Chemical Physics
+1308.0705 Strongly Correlated Electrons
+1308.0706 Fluid Dynamics
+1308.0709 Geometric Topology
+1308.0716 Popular Physics
+1308.0717 Optimization and Control
+1308.0719 Differential Geometry
+1308.0721 Combinatorics
+1308.0722 Space Physics
+1308.0725 Computers and Society
+1308.0726 Physics and Society
+1308.0727 Commutative Algebra
+1308.0729 Logic
+1308.0733 Representation Theory
+1308.0735 Accelerator Physics
+1308.0741 Number Theory
+1308.0743 Information Theory
+1308.0746 Analysis of PDEs
+1308.0748 Number Theory
+1308.0749 Digital Libraries
+1308.0753 Numerical Analysis
+1308.0755 Exactly Solvable and Integrable Systems
+1308.0756 Statistical Mechanics
+1308.0758 Rings and Algebras
+1308.0761 Artificial Intelligence
+1308.0762 Human-Computer Interaction
+1308.0763 Superconductivity
+1308.0765 Physics and Society
+1308.0766 Optics
+1308.0767 Materials Science
+1308.0768 Networking and Internet Architecture
+1308.0769 Databases
+1308.0772 Experiment
+1308.0775 Optimization and Control
+1308.0780 Logic
+1308.0787 Algebraic Geometry
+1308.0789 Metric Geometry
+1308.0791 Metric Geometry
+1308.0794 Materials Science
+1308.0795 Networking and Internet Architecture
+1308.0800 Biological Physics
+1308.0804
+1308.0805 Fluid Dynamics
+1308.0807 Artificial Intelligence
+1308.0811 Mesoscale and Nanoscale Physics
+1308.0818 Software Engineering
+1308.0820 High Energy Astrophysical Phenomena
+1308.0822 Physics Education
+1308.0824 Cryptography and Security
+1308.0827 Combinatorics
+1308.0830 Solar and Stellar Astrophysics
+1308.0833
+1308.0840 Hardware Architecture
+1308.0844 Combinatorics
+1308.0845 Phenomenology
+1308.0847 Cosmology and Nongalactic Astrophysics
+1308.0852 Fluid Dynamics
+1308.0855 Number Theory
+1308.0858
+1308.0859 Number Theory
+1308.0860
+1308.0863 Combinatorics
+1308.0864 Systems and Control
+1308.0867 Graphics
+1308.0869 Graphics
+1308.0870 Information Theory
+1308.0873 Materials Science
+1308.0880 Number Theory
+1308.0881 Analysis of PDEs
+1308.0882 Earth and Planetary Astrophysics
+1308.0883 Plasma Physics
+1308.0890 Computer Vision and Pattern Recognition
+1308.0892 History and Overview
+1308.0893 Soft Condensed Matter
+1308.0895 Group Theory
+1308.0897 Computation and Language
+1308.0907 Data Structures and Algorithms
+1308.0909 Algebraic Geometry
+1308.0910 Instrumentation and Methods for Astrophysics
+1308.0911
+1308.0914 Optics
+1308.0916 Information Theory
+1308.0917 Instrumentation and Methods for Astrophysics
+1308.0920
+1308.0926 Pattern Formation and Solitons
+1308.0930 Optics
+1308.0932 History and Philosophy of Physics
+1308.0933 Probability
+1308.0941 Soft Condensed Matter
+1308.0953 Optics
+1308.0955 Algebraic Geometry
+1308.0960 Phenomenology
+1308.0963 Analysis of PDEs
+1308.0965 Mesoscale and Nanoscale Physics
+1308.0969 Materials Science
+1308.0975 Soft Condensed Matter
+1308.0978
+1308.0980 Analysis of PDEs
+1308.0981 Quantum Algebra
+1308.0982 Theory
+1308.0984 Superconductivity
+1308.0990 Computer Science and Game Theory
+1308.1001 High Energy Astrophysical Phenomena
+1308.1007
+1308.1009 Learning
+1308.1012
+1308.1016 General Mathematics
+1308.1022 Number Theory
+1308.1028 Social and Information Networks
+1308.1029 Phenomenology
+1308.1030 Chemical Physics
+1308.1031 Distributed, Parallel, and Cluster Computing
+1308.1039 Group Theory
+1308.1041 Discrete Mathematics
+1308.1042 Computers and Society
+1308.1044 Group Theory
+1308.1045 Analysis of PDEs
+1308.1049 Multiagent Systems
+1308.1053 Chemical Physics
+1308.1056 Discrete Mathematics
+1308.1059 Group Theory
+1308.1064 Analysis of PDEs
+1308.1066 Applications
+1308.1068 Data Structures and Algorithms
+1308.1074 Algebraic Geometry
+1308.1075 Group Theory
+1308.1076
+1308.1077 Phenomenology
+math-ph/0611033
+0811.4613 Optimization and Control
+0903.5535 Optimization and Control
+0908.4455
+0909.2895 Analysis of PDEs
+1003.5267 Materials Science
+1004.3008 Materials Science
+1006.1231 Data Structures and Algorithms
+1007.1202 Theory
+1010.2985 Discrete Mathematics
+1012.4515 Phenomenology
+1102.4276
+1105.3788 Optimization and Control
+1108.3094 Materials Science
+1109.1628 Differential Geometry
+1109.2192 Analysis of PDEs
+1109.4991 Algebraic Geometry
+1110.4085 Analysis of PDEs
+1111.2922 High Energy Astrophysical Phenomena
+1111.5759 Theory
+1112.5779
+1112.6037 Dynamical Systems
+1201.2975
+1201.3006 Statistical Mechanics
+1202.0001 Computational Physics
+1202.1855 Optics
+1202.1998 Methodology
+1206.0298 High Energy Astrophysical Phenomena
+1206.1963 Analysis of PDEs
+1207.0577 Machine Learning
+1207.1648 Quantum Gases
+1207.2159 Phenomenology
+1207.2205 Disordered Systems and Neural Networks
+1208.5818 Soft Condensed Matter
+1209.3917
+1209.5943 Probability
+1210.2085 Machine Learning
+1210.3087 Methodology
+1210.3783 Number Theory
+1210.5420 Analysis of PDEs
+1211.1451 Networking and Internet Architecture
+1211.3152 Phenomenology
+1211.5558
+1212.0370 Number Theory
+1212.2855 Group Theory
+1212.3254 Theory
+1212.5840
+1212.6737
+1301.1117 Differential Geometry
+1301.4202 Number Theory
+1301.6758 Strongly Correlated Electrons
+1301.7348
+1302.3468
+1302.4414 Distributed, Parallel, and Cluster Computing
+1302.6196 Classical Analysis and ODEs
+1303.2194 Strongly Correlated Electrons
+1303.3575 Exactly Solvable and Integrable Systems
+1303.5114
+1303.5699 Phenomenology
+1303.5784 Mesoscale and Nanoscale Physics
+1303.6375 Analysis of PDEs
+1303.6522
+1304.1599 Numerical Analysis
+1304.2973 Classical Analysis and ODEs
+1304.3587 Dynamical Systems
+1304.7688 Biological Physics
+1305.2351
+1305.2918 Strongly Correlated Electrons
+1305.4069 Atomic Physics
+1305.6433
+1305.7319 Optimization and Control
+1306.0046 Solar and Stellar Astrophysics
+1306.0776 Optics
+1306.0909 Phenomenology
+1306.5088 Logic in Computer Science
+1306.5576
+1307.0458 Cosmology and Nongalactic Astrophysics
+1307.0667 Digital Libraries
+1307.2779 Discrete Mathematics
+1307.3117 Quantum Gases
+1307.3577 Cosmology and Nongalactic Astrophysics
+1307.7306 Methodology
+1307.8023 Solar and Stellar Astrophysics
+1307.8096 Strongly Correlated Electrons
+1307.8101 Instrumentation and Detectors
+1307.8434 Solar and Stellar Astrophysics
+1308.1686
+1308.1741 Strongly Correlated Electrons
+1308.2431
+1308.4118 Atomic Physics
+1308.4818 Superconductivity
+1308.6077
+1308.6499
+1309.0955
+1309.1913 Optimization and Control
+1309.4215 Materials Science
+1309.5897 Plasma Physics
+1309.6257 Dynamical Systems
+1309.6365 Solar and Stellar Astrophysics
+1309.6782 Analysis of PDEs
+1309.6965 General Mathematics
+1309.7180 Exactly Solvable and Integrable Systems
+1309.7189 Optimization and Control
+1310.0280 Experiment
+1310.2206 Information Theory
+1310.2208 Information Theory
+1310.2293 Medical Physics
+1310.2305 Information Theory
+1310.2433 Differential Geometry
+1310.2500 Mesoscale and Nanoscale Physics
+1310.2547 Social and Information Networks
+1310.2579 Phenomenology
+1310.2598 Methodology
+1310.2599 Numerical Analysis
+1310.2602
+1310.2620 Instrumentation and Detectors
+1310.2624 Analysis of PDEs
+1310.2625 Representation Theory
+1310.2629 Probability
+1310.2631 Formal Languages and Automata Theory
+1310.2635 Fluid Dynamics
+1310.2636 Physics and Society
+1310.2641 Probability
+1310.2646 Learning
+1310.2649 Instrumentation and Detectors
+1310.2650 Fluid Dynamics
+1310.2654 Instrumentation and Detectors
+1310.2658 Optimization and Control
+1310.2660
+1310.2662 Fluid Dynamics
+1310.2666 Functional Analysis
+1310.2667 Cosmology and Nongalactic Astrophysics
+1310.2668 Dynamical Systems
+1310.2670 Fluid Dynamics
+1310.2682 Algebraic Geometry
+1310.2686 Information Theory
+1310.2691 Number Theory
+1310.2692 Accelerator Physics
+1310.2694 Atomic Physics
+1310.2699 Analysis of PDEs
+1310.2701 Optimization and Control
+1310.2705 Instrumentation and Methods for Astrophysics
+1310.2706
+1310.2707 Complex Variables
+1310.2708
+1310.2710 Materials Science
+1310.2713 Metric Geometry
+1310.2715 Number Theory
+1310.2716 Disordered Systems and Neural Networks
+1310.2719 Statistical Mechanics
+1310.2721
+1310.2727 Analysis of PDEs
+1310.2732 Optics
+1310.2736 Chemical Physics
+1310.2738 Optimization and Control
+1310.2740 Dynamical Systems
+1310.2741 Programming Languages
+1310.2742 Analysis of PDEs
+1310.2743 Artificial Intelligence
+1310.2745 Computational Geometry
+1310.2751 Materials Science
+1310.2752 Analysis of PDEs
+1310.2759 Phenomenology
+1310.2763 Solar and Stellar Astrophysics
+1310.2775 Discrete Mathematics
+1310.2777 Representation Theory
+1310.2778 Symbolic Computation
+1310.2780 Cosmology and Nongalactic Astrophysics
+1310.2785 Rings and Algebras
+1310.2787 Analysis of PDEs
+1310.2796 Solar and Stellar Astrophysics
+1310.2797 Artificial Intelligence
+1310.2798 General Finance
+1310.2804 Statistical Mechanics
+1310.2805 Artificial Intelligence
+1310.2809 Information Theory
+1310.2810 Algebraic Geometry
+1310.2812 Statistical Mechanics
+1310.2814 Distributed, Parallel, and Cluster Computing
+1310.2816 Machine Learning
+1310.2823 Formal Languages and Automata Theory
+1310.2826 Materials Science
+1310.2827 Numerical Analysis
+1310.2829 High Energy Astrophysical Phenomena
+1310.2832 Computers and Society
+1310.2833 Functional Analysis
+1310.2835 Solar and Stellar Astrophysics
+1310.2838 Theory
+1310.2842 Numerical Analysis
+1310.2843 Phenomenology
+1310.2844
+1310.2846 Exactly Solvable and Integrable Systems
+1310.2847 Numerical Analysis
+1310.2851 Differential Geometry
+1310.2857 Optics
+1310.2859 Analysis of PDEs
+1310.2860 Information Theory
+1310.2861 Networking and Internet Architecture
+1310.2862
+1310.2864 Computers and Society
+1310.2873 Applications
+1310.2876 Fluid Dynamics
+1310.2881 Experiment
+1310.2882 Information Theory
+1310.2883 Fluid Dynamics
+1310.2886 Other Computer Science
+1310.2890 History and Philosophy of Physics
+1310.2899 Differential Geometry
+1310.2903 Commutative Algebra
+1310.2906 Neurons and Cognition
+1310.2907 Geometric Topology
+1310.2909 Numerical Analysis
+1310.2911 Group Theory
+1310.2914 Mesoscale and Nanoscale Physics
+1310.2915 Numerical Analysis
+1310.2922 Astrophysics of Galaxies
+1310.2923 Graphics
+1310.2925 Fluid Dynamics
+1310.2928 Discrete Mathematics
+1310.2930 Combinatorics
+physics/0309078 Optics
+physics/0309125 Optics
+0710.4778 Number Theory
+0803.4469 Other Condensed Matter
+0904.2826 Phenomenology
+0911.3060 Number Theory
+1005.2316 Group Theory
+1005.2666 Category Theory
+1006.2516 Quantum Algebra
+1008.2351 Quantum Algebra
+1010.5444
+1012.3687 Quantum Algebra
+1012.4719
+1101.2319 Symplectic Geometry
+1102.1225 Operator Algebras
+1103.6002 Strongly Correlated Electrons
+1105.2217 Theory
+1105.4554 Differential Geometry
+1106.1619 Group Theory
+1109.2367 Quantum Algebra
+1109.3786 Number Theory
+1109.5334
+1109.6853 Differential Geometry
+1110.2269 Combinatorics
+1112.2666 Geometric Topology
+1201.1750
+1203.0659 Combinatorics
+1203.3187 Combinatorics
+1203.3371 Number Theory
+1204.6312 High Energy Astrophysical Phenomena
+1205.0886 Materials Science
+1205.5151 Cosmology and Nongalactic Astrophysics
+1205.7086 Number Theory
+1206.2618
+1207.0111 Commutative Algebra
+1207.1896 Commutative Algebra
+1207.7059 Number Theory
+1208.1562 Strongly Correlated Electrons
+1208.2410 Strongly Correlated Electrons
+1208.2683 Combinatorics
+1208.3862 Statistics Theory
+1208.4329 Number Theory
+1210.0121 Chemical Physics
+1210.4951 Rings and Algebras
+1210.6098 Mesoscale and Nanoscale Physics
+1210.6506 Category Theory
+1210.7800 Cosmology and Nongalactic Astrophysics
+1211.4175 General Topology
+1211.5666 Statistical Mechanics
+1211.6991
+1212.3515 History and Overview
+1301.0281
+1301.3048
+1301.5933 Networking and Internet Architecture
+1301.6643 Information Theory
+1302.0579
+1302.1717 Optimization and Control
+1302.2497 Representation Theory
+1302.2981 Phenomenology
+1303.3265 Machine Learning
+1303.5674 Theory
+1303.5898 Disordered Systems and Neural Networks
+1303.6186 Logic in Computer Science
+1303.6511 Materials Science
+1304.2801 Differential Geometry
+1304.5569
+1304.6425
+1304.7611 Strongly Correlated Electrons
+1305.0389 Combinatorics
+1305.2943 Probability
+1305.4919 Theory
+1305.5260 Cosmology and Nongalactic Astrophysics
+1305.6272
+1305.7045 Phenomenology
+1306.0320 Quantum Gases
+1306.0869 Atomic Physics
+1306.1541 Rings and Algebras
+1306.1786 Mesoscale and Nanoscale Physics
+1306.2605 Cell Behavior
+1306.2683 Cosmology and Nongalactic Astrophysics
+1306.3580 Theory
+1306.3891 Lattice
+1306.3899 Information Theory
+1306.4626 Physics and Society
+1306.4783
+1306.5638 Chemical Physics
+1306.6854 Differential Geometry
+1307.0805 Information Theory
+1307.2675 Strongly Correlated Electrons
+1307.3073 Data Structures and Algorithms
+1307.3311 Phenomenology
+1307.5979
+1307.7188 Quantum Gases
+1307.7693 General Mathematics
+1308.4278 Mesoscale and Nanoscale Physics
+1309.0779 Soft Condensed Matter
+1309.1136 Cosmology and Nongalactic Astrophysics
+1309.1804 Populations and Evolution
+1309.2110 Mesoscale and Nanoscale Physics
+1309.2219
+1309.5189 Combinatorics
+1309.7448 Phenomenology
+1310.1207 Lattice
+1310.1741 Experiment
+1310.1755 Materials Science
+1310.2141 Analysis of PDEs
+1310.2496 Commutative Algebra
+1310.2935 Computer Science and Game Theory
+1310.2967 Fluid Dynamics
+1310.3267 Astrophysics of Galaxies
+1310.3399 Computer Vision and Pattern Recognition
+1310.4775
+1310.5243 Statistical Mechanics
+1310.5432
+1310.5807
+1310.6520 Lattice
+1310.6680 Solar and Stellar Astrophysics
+1310.7384
+1310.7394 Differential Geometry
+1310.7514
+1310.7905 Representation Theory
+1310.8050 Algebraic Geometry
+1310.8124 Numerical Analysis
+1310.8222 Soft Condensed Matter
+1310.8293 Social and Information Networks
+1310.8294 Social and Information Networks
+1310.8295 Social and Information Networks
+1310.8301 Astrophysics of Galaxies
+1310.8309
+1310.8317 Computational Complexity
+1310.8319 Lattice
+1310.8320 Learning
+1310.8325 Algebraic Geometry
+1310.8326 Lattice
+1310.8328 Dynamical Systems
+1310.8330
+1310.8333 Atomic Physics
+1310.8335 Lattice
+1310.8339 Methodology
+1310.8340 Complex Variables
+1310.8342 Other Computer Science
+1310.8353 Probability
+1310.8357 Neurons and Cognition
+1310.8369 Number Theory
+1310.8371 Rings and Algebras
+1310.8375 Superconductivity
+1310.8377 Adaptation and Self-Organizing Systems
+1310.8378 Combinatorics
+1310.8381 Data Structures and Algorithms
+1310.8383 Computers and Society
+1310.8388 Social and Information Networks
+1310.8390 Differential Geometry
+1310.8391 Probability
+1310.8392 Distributed, Parallel, and Cluster Computing
+1310.8393 Superconductivity
+1310.8394 Mesoscale and Nanoscale Physics
+1310.8395 Soft Condensed Matter
+1310.8397 Numerical Analysis
+1310.8398 Differential Geometry
+1310.8399 Rings and Algebras
+1310.8400 Probability
+1310.8401 Group Theory
+1310.8402 Strongly Correlated Electrons
+1310.8405 Symplectic Geometry
+1310.8406 Combinatorics
+1310.8411 Optimization and Control
+1310.8413 Group Theory
+1310.8417 Solar and Stellar Astrophysics
+1310.8421 Classical Analysis and ODEs
+1310.8423 Lattice
+1310.8425 Classical Analysis and ODEs
+1310.8431 Trading and Market Microstructure
+1310.8433 Plasma Physics
+1310.8434 Mesoscale and Nanoscale Physics
+1310.8436 Mesoscale and Nanoscale Physics
+1310.8437 Plasma Physics
+1310.8440 Classical Analysis and ODEs
+1310.8442 Combinatorics
+1310.8444 Atomic and Molecular Clusters
+1310.8445 Plasma Physics
+1310.8448 Phenomenology
+1310.8450 Plasma Physics
+1310.8453 Algebraic Geometry
+1310.8456 Distributed, Parallel, and Cluster Computing
+1310.8457
+1310.8458 Numerical Analysis
+1310.8460 Astrophysics of Galaxies
+1310.8462 Databases
+1310.8467 Networking and Internet Architecture
+1310.8468 Information Theory
+1310.8469 Other Quantitative Biology
+1310.8472 Algebraic Geometry
+1310.8473 Theory
+1310.8474 Analysis of PDEs
+1310.8477 High Energy Astrophysical Phenomena
+1310.8486 Distributed, Parallel, and Cluster Computing
+1310.8489 Computers and Society
+1310.8491 Metric Geometry
+1310.8493 Classical Analysis and ODEs
+1310.8494 Hardware Architecture
+1310.8495
+1310.8502 Classical Analysis and ODEs
+1310.8504 Spectral Theory
+1310.8506 Solar and Stellar Astrophysics
+1310.8512 Exactly Solvable and Integrable Systems
+1310.8514 Theory
+1310.8520 Materials Science
+1310.8521 Lattice
+1310.8525 Theory
+1310.8526
+1310.8527 Applications
+1310.8532 Information Theory
+1310.8533 Combinatorics
+1310.8535 Lattice
+1310.8539 History and Philosophy of Physics
+1310.8540 Information Theory
+1310.8542 Dynamical Systems
+1310.8547 Experiment
+1310.8548 Materials Science
+1310.8556 Combinatorics
+1310.8559 Spectral Theory
+1310.8560 Dynamical Systems
+1310.8565 Soft Condensed Matter
+1310.8568 Logic in Computer Science
+1310.8571
+1310.8572 Number Theory
+1310.8575 Earth and Planetary Astrophysics
+1310.8583 Computational Engineering, Finance, and Science
+1310.8585 Human-Computer Interaction
+1310.8587 Group Theory
+1310.8588 Artificial Intelligence
+1310.8593 Experiment
+1310.8595 Complex Variables
+1310.8597 Phenomenology
+1310.8598 Quantitative Methods
+1310.8600
+1310.8604 Risk Management
+1310.8612 Machine Learning
+1310.8614 High Energy Astrophysical Phenomena
+1310.8618 Machine Learning
+1310.8619 Other Quantitative Biology
+1310.8621 Phenomenology
+1310.8624 Atomic Physics
+1310.8631 Computer Science and Game Theory
+1310.8639 Numerical Analysis
+1310.8642 Phenomenology
+1310.8649 Spectral Theory
+1310.8650 Plasma Physics
+1310.8657 Theory
+cond-mat/0601204 Other Condensed Matter
+math/0609598 Classical Analysis and ODEs
+nlin/0111060 Exactly Solvable and Integrable Systems
+0707.0082 Statistics Theory
+0711.3659 Category Theory
+0805.1679 Symplectic Geometry
+0808.0595 Superconductivity
+0808.1916
+0809.0928 Materials Science
+0810.0794 Representation Theory
+0812.1408 Dynamical Systems
+0812.4346 Discrete Mathematics
+0904.1099 Category Theory
+0904.3160 Pattern Formation and Solitons
+0904.4167 Category Theory
+0905.2499 Exactly Solvable and Integrable Systems
+0906.2680 Phenomenology
+0907.3635 Cosmology and Nongalactic Astrophysics
+0909.1486 Category Theory
+0911.1689 Category Theory
+0912.5178 General Topology
+1001.0303 Rings and Algebras
+1001.1459 Rings and Algebras
+1001.4650 Algebraic Topology
+1003.4116 Number Theory
+1003.5872 Algebraic Geometry
+1004.4124
+1005.2008 Representation Theory
+1005.2036 Probability
+1006.4476 Geometric Topology
+1006.4776 Rings and Algebras
+1008.2279 Probability
+1008.4515 Phenomenology
+1009.0803 Category Theory
+1009.2217
+1009.3972 Algebraic Topology
+1009.4242 Logic
+1009.4892 Rings and Algebras
+1011.1212 Quantitative Methods
+1012.0691 Probability
+1012.1430 Algebraic Topology
+1012.2630
+1012.5041 Information Theory
+1101.1627 Functional Analysis
+1102.0216 Theory
+1102.0715 Algebraic Topology
+1102.2413 Information Theory
+1102.3176 Information Theory
+1102.3354
+1104.0360 Classical Analysis and ODEs
+1104.3344 Artificial Intelligence
+1104.3345 Artificial Intelligence
+1104.4874 Distributed, Parallel, and Cluster Computing
+1105.1812 Physics and Society
+1105.1814 Physics and Society
+1106.5467 Quantum Algebra
+1106.5611 Number Theory
+1106.6098 Medical Physics
+1107.3878
+1107.3991 Probability
+1108.0065 Discrete Mathematics
+1108.5116 Statistics Theory
+1108.5713 Number Theory
+1109.1973 Theory
+1109.2419 Functional Analysis
+1109.4448 Geophysics
+1109.6747
+1110.3741 Learning
+1110.5350 General Finance
+1110.6285 Computational Physics
+1111.2177
+1111.6615 Number Theory
+1111.6792 Instrumentation and Methods for Astrophysics
+1111.6793 Instrumentation and Methods for Astrophysics
+1111.7228 K-Theory and Homology
+1112.0867 Probability
+1112.0951
+1112.3839 Optimization and Control
+1112.4528 Phenomenology
+1112.5462 Mesoscale and Nanoscale Physics
+1112.6234 Information Theory
+1201.0794 Machine Learning
+1201.1107 Cell Behavior
+1201.1849 Differential Geometry
+1201.3230
+1201.3558 Algebraic Geometry
+1201.4097
+1201.5348 Optics
+1201.5965 Metric Geometry
+1202.0124 Data Analysis, Statistics and Probability
+1202.1285 Theory
+1202.2483 Combinatorics
+1202.2547 Complex Variables
+1202.3461 Databases
+1202.6674 Phenomenology
+1203.0719 Algebraic Geometry
+1203.1220 Quantum Gases
+1203.2625 Astrophysics of Galaxies
+1203.2669 Superconductivity
+1203.3102 Algebraic Geometry
+1203.3865 Number Theory
+1203.4000
+1203.4446
+1203.4525
+1203.4956 Operator Algebras
+1203.6417
+1204.1320 Strongly Correlated Electrons
+1204.3465 Algebraic Topology
+1204.4845
+1204.4901
+1204.4914 Artificial Intelligence
+1204.5144
+1204.5334 Other Statistics
+1204.5822 Operator Algebras
+1204.6652 Probability
+1205.1209 Number Theory
+1205.1431 Combinatorics
+1205.1765 Systems and Control
+1205.3373 Number Theory
+1205.3458
+1205.3936 Materials Science
+1205.5503 Atomic Physics
+1205.5770 Numerical Analysis
+1205.5795 Mesoscale and Nanoscale Physics
+1205.6393 Operator Algebras
+1206.0090 Theory
+1206.1326 Superconductivity
+1206.1542
+1206.3428 Optics
+1206.4563 Phenomenology
+1206.5650 Rings and Algebras
+1206.5667 Space Physics
+1206.5858 Optics
+1207.0175 Analysis of PDEs
+1207.0601
+1207.2294 Cosmology and Nongalactic Astrophysics
+1207.3533 Mesoscale and Nanoscale Physics
+1207.3717 Theory
+1207.4204 Theory
+1207.6038 Data Analysis, Statistics and Probability
+1207.6231 Cryptography and Security
+1207.6756 Probability
+1207.6913 Strongly Correlated Electrons
+1207.7171 Theory
+1208.0136 Dynamical Systems
+1208.0439 Statistical Mechanics
+1208.0654 Mesoscale and Nanoscale Physics
+1208.0687 Statistics Theory
+1208.0959 Learning
+1208.1300 Quantum Gases
+1208.1361 Combinatorics
+1208.1415
+1208.1448 Information Retrieval
+1208.1669 Differential Geometry
+1208.2354 Physics and Society
+1208.2362 Artificial Intelligence
+1208.2464 Dynamical Systems
+1208.2901 Mesoscale and Nanoscale Physics
+1208.2904 Pattern Formation and Solitons
+1208.4156
+1208.4267 Functional Analysis
+1208.5671
+1208.6043
+1208.6540 Quantum Gases
+1209.0770 Superconductivity
+1209.0774 Optics
+1209.2757
+1209.2814 Statistical Mechanics
+1209.3265
+1209.3874 Strongly Correlated Electrons
+1209.5057
+1209.5087 Analysis of PDEs
+1209.5232
+1209.5694 Dynamical Systems
+1209.5963 Statistical Mechanics
+1209.6072
+1210.1106 Lattice
+1210.2685 Strongly Correlated Electrons
+1210.3611 Atomic Physics
+1210.4368 Strongly Correlated Electrons
+1210.4375 Classical Physics
+1210.4406
+1210.5265 Exactly Solvable and Integrable Systems
+1210.5385 Astrophysics of Galaxies
+1210.5412 Superconductivity
+1210.5996 Mesoscale and Nanoscale Physics
+1210.6198 Systems and Control
+1210.7288 Superconductivity
+1210.7977 Phenomenology
+1210.8197 Systems and Control
+1211.0522
+1211.0593 Mesoscale and Nanoscale Physics
+1211.1150 Experiment
+1211.1222 Mesoscale and Nanoscale Physics
+1211.1501 Operator Algebras
+1211.2108 Solar and Stellar Astrophysics
+1211.2798 Quantitative Methods
+1211.2988 Number Theory
+1211.3740 General Physics
+1211.4316 Phenomenology
+1211.5713 Soft Condensed Matter
+1211.6174 Instrumentation and Methods for Astrophysics
+1211.6885 Fluid Dynamics
+1211.6890 Soft Condensed Matter
+1212.1189 Cosmology and Nongalactic Astrophysics
+1212.1655 Mesoscale and Nanoscale Physics
+1212.1798 Robotics
+1212.2009 Superconductivity
+1212.4195 Cryptography and Security
+1212.4775 Cryptography and Security
+1212.4793 General Topology
+1212.5755 Combinatorics
+1212.5988 Rings and Algebras
+1212.6177 Digital Libraries
+1212.6216 Artificial Intelligence
+1212.6471 Classical Analysis and ODEs
+1301.0680 Instrumentation and Methods for Astrophysics
+1301.0766 Solar and Stellar Astrophysics
+1301.0827
+1301.0828 Rings and Algebras
+1301.0833 Combinatorics
+1301.0834 Data Structures and Algorithms
+1301.0836 Experiment
+1301.0844 High Energy Astrophysical Phenomena
+1301.0848 Geometric Topology
+1301.0849 Programming Languages
+1301.0860 Instrumentation and Methods for Astrophysics
+1301.0861 Strongly Correlated Electrons
+1301.0862 Computational Complexity
+1301.0867 Differential Geometry
+1301.0868 Theory
+1301.0869 Materials Science
+1301.0872 K-Theory and Homology
+1301.0884 Networking and Internet Architecture
+1301.0886 Networking and Internet Architecture
+1301.0891 Statistics Theory
+1301.0902 Data Structures and Algorithms
+1301.0907 Portfolio Management
+1301.0909 Analysis of PDEs
+1301.0917 Symbolic Computation
+1301.0920 Algebraic Geometry
+1301.0921 Dynamical Systems
+1301.0923
+1301.0926 Information Theory
+1301.0927 Analysis of PDEs
+1301.0928 Optimization and Control
+1301.0929 Neural and Evolutionary Computing
+1301.0930 Systems and Control
+1301.0932 Social and Information Networks
+1301.0934 Data Analysis, Statistics and Probability
+1301.0935 Information Theory
+1301.0936
+1301.0937 Optimization and Control
+1301.0939 Neural and Evolutionary Computing
+1301.0944 Materials Science
+1301.0945 Differential Geometry
+1301.0947 Rings and Algebras
+1301.0948 Number Theory
+1301.0951 Analysis of PDEs
+1301.0952 Phenomenology
+1301.0953 Other Quantitative Biology
+1301.0957 Information Theory
+1301.0960 Populations and Evolution
+1301.0961 Rings and Algebras
+1301.0962 Phenomenology
+1301.0963 Computers and Society
+1301.0964 High Energy Astrophysical Phenomena
+1301.0966 Mesoscale and Nanoscale Physics
+1301.0977 Databases
+1301.0978 Metric Geometry
+1301.0984 Cell Behavior
+1301.0986 Optimization and Control
+1301.0990 Exactly Solvable and Integrable Systems
+1301.0995 Data Structures and Algorithms
+1301.0996 Neurons and Cognition
+1301.0997 Discrete Mathematics
+1301.0998 Computer Vision and Pattern Recognition
+1301.1001 Functional Analysis
+1301.1003 Databases
+1301.1009
+1301.1014 Differential Geometry
+1301.1017 Quantitative Methods
+1301.1019 Data Analysis, Statistics and Probability
+1301.1020 Optimization and Control
+1301.1025 Classical Analysis and ODEs
+1301.1026 Cryptography and Security
+1301.1031 Neurons and Cognition
+1301.1044
+1301.1048 Analysis of PDEs
+1301.1049 Lattice
+1301.1056 Earth and Planetary Astrophysics
+1301.1060 Instrumentation and Methods for Astrophysics
+1301.1071 Distributed, Parallel, and Cluster Computing
+1301.1072
+1301.1073
+1301.1077 Populations and Evolution
+1301.1080 Classical Analysis and ODEs
+1301.1083 Molecular Networks
+1301.1085 Software Engineering
+1301.1088 Chemical Physics
+1301.1089 Algebraic Geometry
+1301.1095 Complex Variables
+1301.1096
+1301.1097 Combinatorics
+1301.1103 Instrumentation and Detectors
+1301.1108 Mesoscale and Nanoscale Physics
+1301.1111 Populations and Evolution
+1301.1121 Theory
+1301.1122 Soft Condensed Matter
+1301.1124 Number Theory
+1301.1125 Differential Geometry
+1301.1133 Differential Geometry
+1301.1134 Networking and Internet Architecture
+1301.1135 Trading and Market Microstructure
+1301.1142 Algebraic Geometry
+1301.1143 Atomic Physics
+1301.1145 Quantum Gases
+1301.1149 Rings and Algebras
+1301.1152 General Topology
+1301.1154 Commutative Algebra
+1301.1155 Subcellular Processes
+1301.1157 Combinatorics
+1301.1158 Experiment
+1301.1160
+1301.1161 Instrumentation and Methods for Astrophysics
+1301.1162
+1301.1164 Materials Science
+1301.1165 Probability
+1301.1166
+1301.1168 Algebraic Geometry
+1301.1169 Biological Physics
+1301.1171 Numerical Analysis
+1301.1172 Materials Science
+1301.1176 Commutative Algebra
+1301.1178 High Energy Astrophysical Phenomena
+1301.1179 Experiment
+1301.1182 Probability
+1301.1183 Quantum Gases
+1301.1184 Methodology
+1301.1191 Applications
+1301.1195 Cryptography and Security
+1301.1197 Logic
+1301.1199 Probability
+1301.1206 Solar and Stellar Astrophysics
+1301.1208 Methodology
+1301.1221 Probability
+1301.1227 Phenomenology
+1301.1232 Group Theory
+1301.1238 Differential Geometry
+1301.1246 Instrumentation and Methods for Astrophysics
+1301.1248 Number Theory
+1301.1249 Solar and Stellar Astrophysics
+1301.1253 Cosmology and Nongalactic Astrophysics
+1301.1254 Machine Learning
+1301.1260 Analysis of PDEs
+1301.1261 Other Computer Science
+1301.1262 Cryptography and Security
+1301.1266 Chemical Physics
+1301.1268 Networking and Internet Architecture
+1301.1271
+1301.1278 Materials Science
+1301.1279 Networking and Internet Architecture
+1301.1281 Materials Science
+1301.1282 Analysis of PDEs
+1301.1283 High Energy Astrophysical Phenomena
+1301.1284
+1301.1293 Probability
+1301.1295 Geophysics
+1301.1297 Mesoscale and Nanoscale Physics
+1301.1299 Machine Learning
+1301.1302 Mesoscale and Nanoscale Physics
+1301.1308 Phenomenology
+1301.1313 Optics
+1301.1315 Differential Geometry
+1301.1319 Materials Science
+1301.1320 Complex Variables
+1301.1324 Combinatorics
+1301.1328 Dynamical Systems
+1301.1333 Optimization and Control
+cond-mat/0411059 Other Condensed Matter
+cond-mat/0605092 Statistical Mechanics
+cond-mat/0609339 Superconductivity
+math/0405430 Symplectic Geometry
+math/0510523 Symplectic Geometry
+math/0601085 Algebraic Topology
+math/0605360 Differential Geometry
+math/0612214 Commutative Algebra
+nlin/0505004 Exactly Solvable and Integrable Systems
+0708.3220 Multiagent Systems
+0710.3972 Data Analysis, Statistics and Probability
+0802.1740 Other Condensed Matter
+0809.3105 General Mathematics
+0812.1811 Physics and Society
+0905.2345 Algebraic Geometry
+0907.1813 Functional Analysis
+0911.4978 Operator Algebras
+1006.1344
+1101.4603 Information Theory
+1101.5720 Materials Science
+1102.0204 Information Theory
+1102.0400 Materials Science
+1102.5430 Operator Algebras
+1103.1917 Data Structures and Algorithms
+1104.3973 Complex Variables
+1105.4172 Probability
+1106.1977 Category Theory
+1107.3054 Cosmology and Nongalactic Astrophysics
+1110.2860 Optimization and Control
+1110.3756 Classical Analysis and ODEs
+1111.4674
+1111.6232 Statistics Theory
+1112.1215 Combinatorics
+1201.1684 Information Theory
+1201.2198 Probability
+1201.2388 History and Overview
+1201.4715 Programming Languages
+1201.4740 Materials Science
+1202.2373
+1203.4822 Data Structures and Algorithms
+1203.4888 Strongly Correlated Electrons
+1204.3134 Mesoscale and Nanoscale Physics
+1204.3866 Lattice
+1204.6178 Systems and Control
+1205.0133
+1205.2862 Operator Algebras
+1206.0123 Molecular Networks
+1206.3985 Computation
+1207.0477 Mesoscale and Nanoscale Physics
+1207.0748 Theory
+1207.2933
+1208.0042 High Energy Astrophysical Phenomena
+1208.0099 Instrumentation and Methods for Astrophysics
+1208.1764
+1208.3163 Spectral Theory
+1208.5941 Materials Science
+1208.6556 Statistical Mechanics
+1209.2776 Category Theory
+1209.3987 Rings and Algebras
+1210.0271 Information Theory
+1210.1846 Numerical Analysis
+1210.2352 Metric Geometry
+1210.2725 Cosmology and Nongalactic Astrophysics
+1210.5449
+1210.7267 Probability
+1211.0226 Optics
+1211.0294 Strongly Correlated Electrons
+1211.0673 Networking and Internet Architecture
+1211.0933
+1211.1748 Strongly Correlated Electrons
+1211.1831 Quantum Gases
+1211.2946 Networking and Internet Architecture
+1211.4417 Space Physics
+1211.5387 High Energy Astrophysical Phenomena
+1211.5918 Probability
+1211.6067 Strongly Correlated Electrons
+1211.6504 Classical Analysis and ODEs
+1211.7070 Theory
+1212.2979 Theory
+1212.3710
+1212.5510 Quantitative Methods
+1301.1316
+1301.3079 General Physics
+1301.6909 Spectral Theory
+1302.3633 Lattice
+1302.3854 Mesoscale and Nanoscale Physics
+1302.5049 Mesoscale and Nanoscale Physics
+1302.6579 Phenomenology
+1303.0105 Mesoscale and Nanoscale Physics
+1303.0916 Computer Science and Game Theory
+1303.2372 Cosmology and Nongalactic Astrophysics
+1303.2510 Mesoscale and Nanoscale Physics
+1303.2912 Artificial Intelligence
+1303.4682 Phenomenology
+1303.5198 Experiment
+1303.5249 Strongly Correlated Electrons
+1303.6638 Phenomenology
+1303.7185 Theory
+1303.7198 Metric Geometry
+1304.0266
+1304.1376
+1304.1580 Probability
+1304.2038 Algebraic Geometry
+1304.2279
+1304.2521 Plasma Physics
+1304.3616 Phenomenology
+1304.4402 Exactly Solvable and Integrable Systems
+1304.5368 Phenomenology
+1304.5870 Data Structures and Algorithms
+1304.6279 Logic in Computer Science
+1304.7030
+1304.7598 Phenomenology
+1304.7618
+1304.7702 Mesoscale and Nanoscale Physics
+1304.7913 Mesoscale and Nanoscale Physics
+1304.7949
+1305.1247 Theory
+1305.1326
+1305.2095 Statistical Mechanics
+1305.3132 Theory
+1305.3298 Atomic Physics
+1305.3322
+1305.3452 Phenomenology
+1305.3560 Instrumentation and Detectors
+1305.3598 Phenomenology
+1305.3750 Category Theory
+1305.3854 Phenomenology
+1305.4575 Phenomenology
+1305.4777 Theory
+1305.5315 Populations and Evolution
+1305.6155 Cosmology and Nongalactic Astrophysics
+1305.7049 Phenomenology
+1305.7327
+1306.0220 Theory
+1306.0346 Solar and Stellar Astrophysics
+1306.0358 Functional Analysis
+1306.0531 Combinatorics
+1306.0744 Theory
+1306.0903
+1306.0912 Atomic Physics
+1306.0960 Quantum Gases
+1306.1700 Cosmology and Nongalactic Astrophysics
+1306.2512 Theory
+1306.2657 Phenomenology
+1306.3029 Phenomenology
+1306.3106
+1306.3371 Molecular Networks
+1306.3848 Statistical Mechanics
+1306.3995
+1306.4008 Strongly Correlated Electrons
+1306.4454 Digital Libraries
+1306.4563 Statistical Mechanics
+1306.5059 Theory
+1306.5544 Cosmology and Nongalactic Astrophysics
+1306.5546 Phenomenology
+1306.5753 Disordered Systems and Neural Networks
+1306.6364 General Physics
+1306.6831 Materials Science
+1307.0004 Strongly Correlated Electrons
+1307.0144 Quantum Gases
+1307.1290 Theory
+1307.1533 Optics
+1307.1534 Optics
+1307.2090 Physics and Society
+1307.2238 Phenomenology
+1307.4228 Computer Science and Game Theory
+1307.4723 Soft Condensed Matter
+1307.5499
+1307.5766 Phenomenology
+1307.6781 Phenomenology
+1307.7274 Phenomenology
+1307.7623 Cosmology and Nongalactic Astrophysics
+1307.7685
+1307.8258 Mesoscale and Nanoscale Physics
+1308.0249 General Physics
+1308.0420 Differential Geometry
+1308.0442 Solar and Stellar Astrophysics
+1308.1112 Phenomenology
+1308.1137 Dynamical Systems
+1308.2106 Earth and Planetary Astrophysics
+1308.2158
+1308.6256 Pricing of Securities
+1309.0283 Mesoscale and Nanoscale Physics
+1309.1409
+1309.2028
+1309.2278 Solar and Stellar Astrophysics
+1309.2967 Differential Geometry
+1309.3731 Analysis of PDEs
+1309.3758
+1309.3851 Probability
+1309.4073 Methodology
+1309.4085 Artificial Intelligence
+1309.4107 Materials Science
+1309.4109 Computational Geometry
+1309.4111 Machine Learning
+1309.4116 Physics and Society
+1309.4123
+1309.4124
+1309.4128 Analysis of PDEs
+1309.4133 Theory
+1309.4134 Number Theory
+1309.4140 Computational Complexity
+1309.4141 Information Theory
+1309.4142 Operator Algebras
+1309.4145 Algebraic Geometry
+1309.4150 Lattice
+1309.4151 Applications
+1309.4152 Functional Analysis
+1309.4153 Probability
+1309.4154 Combinatorics
+1309.4157 Social and Information Networks
+1309.4163
+1309.4164 Accelerator Physics
+1309.4168 Computation and Language
+1309.4175 Geometric Topology
+1309.4176 Chemical Physics
+1309.4186 Combinatorics
+1309.4190 Phenomenology
+1309.4192 Algebraic Topology
+1309.4193 Statistics Theory
+1309.4194 Number Theory
+1309.4196 Functional Analysis
+1309.4199 Methodology
+1309.4200 History and Philosophy of Physics
+1309.4204 Analysis of PDEs
+1309.4205 Mesoscale and Nanoscale Physics
+1309.4207
+1309.4210 Experiment
+1309.4214 Materials Science
+1309.4216 Mesoscale and Nanoscale Physics
+1309.4218 Materials Science
+1309.4222 Materials Science
+1309.4230 Algebraic Geometry
+1309.4233
+1309.4234 Fluid Dynamics
+1309.4236 Analysis of PDEs
+1309.4247 Theory
+1309.4249 Solar and Stellar Astrophysics
+1309.4258 Probability
+1309.4260
+1309.4266 Combinatorics
+1309.4267
+1309.4286 Quantitative Methods
+1309.4290 Fluid Dynamics
+1309.4298 Quantum Algebra
+1309.4310 Phenomenology
+1309.4316
+1309.4317 Instrumentation and Methods for Astrophysics
+1309.4328 Probability
+1309.4333
+1309.4334 Programming Languages
+1309.4338 Phenomenology
+1309.4341 Group Theory
+1309.4345 Information Retrieval
+1309.4347 Number Theory
+1309.4349 Distributed, Parallel, and Cluster Computing
+1309.4351 Combinatorics
+1309.4356 Networking and Internet Architecture
+1309.4358 Functional Analysis
+1309.4365 Differential Geometry
+1309.4367 Cryptography and Security
+1309.4373 Networking and Internet Architecture
+1309.4374 Networking and Internet Architecture
+1309.4375 Functional Analysis
+1309.4376 Analysis of PDEs
+1309.4379 Networking and Internet Architecture
+1309.4386 Networking and Internet Architecture
+1309.4387 Probability
+1309.4389 Networking and Internet Architecture
+1309.4396 Data Structures and Algorithms
+1309.4398 Plasma Physics
+1309.4400 Materials Science
+1309.4402 Computation
+1309.4405 Data Structures and Algorithms
+1309.4406 Algebraic Topology
+1309.4410 Materials Science
+1309.4416 Logic in Computer Science
+1309.4426 Computer Vision and Pattern Recognition
+1309.4429 Computational Engineering, Finance, and Science
+1309.4431 Instrumentation and Methods for Astrophysics
+1309.4432 Instrumentation and Methods for Astrophysics
+cond-mat/0412637 Mesoscale and Nanoscale Physics
+0806.2524 Mesoscale and Nanoscale Physics
+0809.2606 Algebraic Geometry
+1009.2772 Dynamical Systems
+1009.4371 Algebraic Geometry
+1009.4372 Algebraic Geometry
+1012.0675 Number Theory
+1104.3118 Algebraic Geometry
+1104.3307 Algebraic Geometry
+1104.3950 Combinatorics
+1104.4237 Analysis of PDEs
+1105.1118 Probability
+1106.2429 Learning
+1106.5573 Algebraic Geometry
+1107.5079 Commutative Algebra
+1108.4932 Phenomenology
+1110.1472 Operator Algebras
+1112.4378 Functional Analysis
+1201.2616 Pricing of Securities
+1201.4299 Algebraic Geometry
+1201.5506 Representation Theory
+1202.3833 Superconductivity
+1202.3907 Probability
+1202.4968 Algebraic Geometry
+1203.0793 Functional Analysis
+1204.1313 Quantum Gases
+1205.3433 Algebraic Geometry
+1205.4571 Probability
+1206.6685 Combinatorics
+1207.4955 Superconductivity
+1207.6223 Cosmology and Nongalactic Astrophysics
+1209.0221 Geometric Topology
+1209.0343 Cosmology and Nongalactic Astrophysics
+1209.0934 Number Theory
+1209.0936 Number Theory
+1210.7323 Strongly Correlated Electrons
+1211.0441 Theory
+1211.5654
+1211.5825
+1211.6849 Experiment
+1212.0903 Quantum Gases
+1212.1741 Soft Condensed Matter
+1212.4712 Analysis of PDEs
+1212.5943 Computers and Society
+1212.6772 Mesoscale and Nanoscale Physics
+1301.2455
+1301.2895 Statistical Mechanics
+1302.1783
+1302.2059
+1302.3274 Populations and Evolution
+1302.3389 Lattice
+1302.5004 Algebraic Geometry
+1303.2993
+1303.3114 Functional Analysis
+1303.3444 Quantum Algebra
+1303.4599 Quantum Gases
+1303.6599 Mesoscale and Nanoscale Physics
+1303.6952 Phenomenology
+1304.0220 Theory
+1304.0429
+1304.0484 Theory
+1304.0936 Geometric Topology
+1304.2068 Strongly Correlated Electrons
+1304.2991 Materials Science
+1304.4949 Theory
+1304.5766
+1304.6547
+1304.6989 Quantum Gases
+1304.7974 Lattice
+1305.0931 Commutative Algebra
+1305.2780 Phenomenology
+1305.7317 Experiment
+1306.0210 Theory
+1306.0405 Quantum Gases
+1306.0449 Logic
+1306.0547 Astrophysics of Galaxies
+1306.1556 Information Theory
+1306.1757 High Energy Astrophysical Phenomena
+1306.2949 Statistical Mechanics
+1306.3413 Materials Science
+1306.4795 Statistical Mechanics
+1306.4970 Phenomenology
+1306.4981 Theory
+1306.5776 Information Theory
+1306.5940
+1306.6013
+1306.6371 History and Philosophy of Physics
+1307.1470 Solar and Stellar Astrophysics
+1307.2106
+1307.2194
+1307.2577 Mesoscale and Nanoscale Physics
+1307.3512 Mesoscale and Nanoscale Physics
+1307.4060 Disordered Systems and Neural Networks
+1307.4107 Cryptography and Security
+1307.4143 Optimization and Control
+1308.0505 Probability
+1308.1184 Solar and Stellar Astrophysics
+1308.2834 Mesoscale and Nanoscale Physics
+1308.3075 Phenomenology
+1308.3261 Optics
+1308.5061 Mesoscale and Nanoscale Physics
+1308.6307 Experiment
+1309.0295 Algebraic Geometry
+1309.0558 High Energy Astrophysical Phenomena
+1309.1007 Probability
+1309.1029 Systems and Control
+1309.1805 Software Engineering
+1309.2061 Quantum Gases
+1309.2635 Cosmology and Nongalactic Astrophysics
+1309.2637 Cosmology and Nongalactic Astrophysics
+1309.2643
+1309.2646 General Physics
+1309.2648 Information Retrieval
+1309.2649 Numerical Analysis
+1309.2650 Optics
+1309.2661 Analysis of PDEs
+1309.2663 Fluid Dynamics
+1309.2668 Fluid Dynamics
+1309.2672 Phenomenology
+1309.2675 Databases
+1309.2678 Superconductivity
+1309.2679 Social and Information Networks
+1309.2683 Quantitative Methods
+1309.2685 Discrete Mathematics
+1309.2686 Cell Behavior
+1309.2687 Databases
+1309.2690 Information Theory
+1309.2693 Artificial Intelligence
+1309.2696 Fluid Dynamics
+1309.2697 Combinatorics
+1309.2699 Fluid Dynamics
+1309.2700 Probability
+1309.2701 Probability
+1309.2702 Probability
+1309.2706 Fluid Dynamics
+1309.2709 Mesoscale and Nanoscale Physics
+1309.2717 Mesoscale and Nanoscale Physics
+1309.2722 Popular Physics
+1309.2731 Numerical Analysis
+1309.2735 Networking and Internet Architecture
+1309.2736
+1309.2737 Instrumentation and Methods for Astrophysics
+1309.2738
+1309.2739 Materials Science
+1309.2740 Analysis of PDEs
+1309.2741 Classical Physics
+1309.2742 Complex Variables
+1309.2745 Instrumentation and Detectors
+1309.2747 Artificial Intelligence
+1309.2758 History and Philosophy of Physics
+1309.2760 Mesoscale and Nanoscale Physics
+1309.2762 Mesoscale and Nanoscale Physics
+1309.2764 Mesoscale and Nanoscale Physics
+1309.2765 Learning
+1309.2767 Analysis of PDEs
+1309.2771 Mesoscale and Nanoscale Physics
+1309.2773
+1309.2779 Statistics Theory
+1309.2780 Phenomenology
+1309.2781 Probability
+1309.2788 Digital Libraries
+1309.2789 Networking and Internet Architecture
+1309.2797 Physics and Society
+1309.2801 Number Theory
+1309.2802 Logic in Computer Science
+1309.2809 Mesoscale and Nanoscale Physics
+1309.2811 Medical Physics
+1309.2817 Cell Behavior
+1309.2818 Chemical Physics
+1309.2821 Differential Geometry
+1309.2823
+1309.2824 History and Overview
+1309.2828 Optics
+1309.2836 Superconductivity
+1309.2837 Dynamical Systems
+1309.2840 Analysis of PDEs
+1309.2841 Data Analysis, Statistics and Probability
+1309.2842 Formal Languages and Automata Theory
+1309.2845 Adaptation and Self-Organizing Systems
+1309.2848 Quantitative Methods
+1309.2853 Computation and Language
+1309.2854 Fluid Dynamics
+1309.2856
+1309.2869 Computers and Society
+1309.2870 Information Theory
+1309.2874 Probability
+1309.2877 Symbolic Computation
+1309.2881 Superconductivity
+1309.2882 Phenomenology
+1309.2885 Complex Variables
+1309.2891 Analysis of PDEs
+1309.2892 Materials Science
+1309.2895 Machine Learning
+1309.2900 Social and Information Networks
+1309.2901 Medical Physics
+1309.2903 Functional Analysis
+1309.2904 Networking and Internet Architecture
+1309.2907 Classical Physics
+1309.2908 Instrumentation and Detectors
+1309.2912
+1309.2916 Materials Science
+1309.2921 Theory
+1309.2922 Computer Science and Game Theory
+1309.2925 Materials Science
+1309.2928 Theory
+math/0306162 Algebraic Geometry
+math/0409030 Algebraic Geometry
+math/0411541 Algebraic Geometry
+math/0512039 Algebraic Geometry
+math/0604150 Algebraic Geometry
+math/0608430 Algebraic Geometry
+0808.2214
+0905.3439 Solar and Stellar Astrophysics
+0908.0443 Algebraic Geometry
+0909.0685 Databases
+0909.3183 Solar and Stellar Astrophysics
+0910.2997 Number Theory
+1002.1551 Mesoscale and Nanoscale Physics
+1005.1343 Soft Condensed Matter
+1005.4194 Algebraic Geometry
+1006.1718 Phenomenology
+1010.5464
+1102.4530 Lattice
+1104.5264
+1105.0684 Number Theory
+1105.4230 Cosmology and Nongalactic Astrophysics
+1106.0854 Algebraic Geometry
+1107.0863 Metric Geometry
+1107.5705 Theory
+1108.2652 Mesoscale and Nanoscale Physics
+1108.6132 Networking and Internet Architecture
+1109.2301 Mesoscale and Nanoscale Physics
+1109.5720 Social and Information Networks
+1110.1171 Algebraic Geometry
+1111.0512 Group Theory
+1112.0127 Combinatorics
+1201.0379 Probability
+1201.2323 Classical Analysis and ODEs
+1202.2127 Strongly Correlated Electrons
+1202.2465 Social and Information Networks
+1203.4735 Chaotic Dynamics
+1203.6886 Materials Science
+1204.0178 Statistical Mechanics
+1204.0421 Mesoscale and Nanoscale Physics
+1204.1895 Probability
+1204.5989
+1205.1519 Biological Physics
+1205.4117 Theory
+1205.4416 Number Theory
+1206.3366 Phenomenology
+1206.3775
+1206.4186 Representation Theory
+1206.6164 Cosmology and Nongalactic Astrophysics
+1206.6718 General Physics
+1207.1606 Solar and Stellar Astrophysics
+1207.3666
+1207.5375 Functional Analysis
+1209.1082 Data Structures and Algorithms
+1209.1934 Strongly Correlated Electrons
+1210.3569 Neural and Evolutionary Computing
+1210.4248
+1210.4270 Quantum Gases
+1210.4607
+1210.5851
+1210.6780 Cryptography and Security
+1210.7333
+1210.7864 Phenomenology
+1210.7961 Algebraic Geometry
+1210.8345
+1211.2469
+1211.2745 Differential Geometry
+1211.2906 Exactly Solvable and Integrable Systems
+1211.3156 Lattice
+1211.3178
+1211.3379 Optics
+1211.4052 Materials Science
+1211.4576 Theory
+1211.5411 Phenomenology
+1211.6489 Functional Analysis
+1212.0359 Rings and Algebras
+1212.1702 Phenomenology
+1212.3591 Phenomenology
+1212.4471 Phenomenology
+1212.4743 Space Physics
+1212.5184 Cosmology and Nongalactic Astrophysics
+1212.6164 Phenomenology
+1301.0052 Mesoscale and Nanoscale Physics
+1301.0982 Phenomenology
+1301.1591
+1301.2322 Theory
+1301.4226 Soft Condensed Matter
+1301.4563 Phenomenology
+1301.5032 Analysis of PDEs
+1301.5963 Strongly Correlated Electrons
+1301.6105 Cosmology and Nongalactic Astrophysics
+1301.6253 Phenomenology
+1301.6349 Rings and Algebras
+1301.6557 Instrumentation and Detectors
+1301.7029 Theory
+1302.0055 Experiment
+1302.0150 Lattice
+1302.0191 Experiment
+1302.0331 Geometric Topology
+1302.0980
+1302.1108 Strongly Correlated Electrons
+1302.1256 Information Theory
+1302.1471 Phenomenology
+1302.1662
+1302.1740 Analysis of PDEs
+1302.2956
+1302.3089 Statistical Mechanics
+1302.3161 Materials Science
+1302.3231 Phenomenology
+1302.3730 Statistical Mechanics
+1302.3810
+1302.4416 Mesoscale and Nanoscale Physics
+1302.4922 Machine Learning
+1302.5113 Strongly Correlated Electrons
+1302.5317 Strongly Correlated Electrons
+1302.5865 Mesoscale and Nanoscale Physics
+1303.0332 Phenomenology
+1303.0868 Social and Information Networks
+1303.1120 Phenomenology
+1303.2014
+1303.2174 High Energy Astrophysical Phenomena
+1303.2379 Information Theory
+1303.3747 Superconductivity
+1303.3761 Logic in Computer Science
+1303.3837
+1303.5811 Soft Condensed Matter
+1303.6335 Phenomenology
+1303.6709
+1304.0056 Rings and Algebras
+1304.1269 Pattern Formation and Solitons
+1304.1548 Social and Information Networks
+1304.1680 Combinatorics
+1304.1786 High Energy Astrophysical Phenomena
+1304.3394 Probability
+1304.3532
+1304.5834
+1304.5874
+1304.6800 Computational Complexity
+1304.7887 Differential Geometry
+1305.0417 Atomic Physics
+1305.1213
+1305.1492 Probability
+1305.1746 Optimization and Control
+1305.2006 Social and Information Networks
+1305.2141 Number Theory
+1305.2565 Applications
+1305.2618 Classical Analysis and ODEs
+1305.2659 Populations and Evolution
+1305.2713 Computer Vision and Pattern Recognition
+1305.2908
+1305.2939 Solar and Stellar Astrophysics
+1305.2945 Cosmology and Nongalactic Astrophysics
+1305.2952 Numerical Analysis
+1305.2954 Molecular Networks
+1305.2956 General Physics
+1305.2959 Sound
+1305.2961 Category Theory
+1305.2965
+1305.2966 Networking and Internet Architecture
+1305.2972 Probability
+1305.2974 Information Theory
+1305.2976 Superconductivity
+1305.2978 Computers and Society
+1305.2979 Computer Science and Game Theory
+1305.2981 Computers and Society
+1305.2982 Learning
+1305.2983 Geometric Topology
+1305.2984 Cosmology and Nongalactic Astrophysics
+1305.2985 Information Theory
+1305.2988 Phenomenology
+1305.2999 Information Theory
+1305.3000 Differential Geometry
+1305.3001 Number Theory
+1305.3004 Differential Geometry
+1305.3008 Quantum Algebra
+1305.3010 Instrumentation and Detectors
+1305.3011 Computer Science and Game Theory
+1305.3013 Computer Vision and Pattern Recognition
+1305.3014 Learning
+1305.3017 Cosmology and Nongalactic Astrophysics
+1305.3019 Combinatorics
+1305.3022 Classical Physics
+1305.3024 Rings and Algebras
+1305.3029 Algebraic Topology
+1305.3031 Distributed, Parallel, and Cluster Computing
+1305.3035 Probability
+1305.3038 Hardware Architecture
+1305.3040 Information Theory
+1305.3043 Populations and Evolution
+1305.3046 Systems and Control
+1305.3054 Information Theory
+1305.3058 Databases
+1305.3061 Plasma Physics
+1305.3066 Phenomenology
+1305.3068 Statistics Theory
+1305.3070 Metric Geometry
+1305.3071
+1305.3077
+1305.3080 Methodology
+1305.3084 Experiment
+1305.3086 Statistical Mechanics
+1305.3087 Number Theory
+1305.3089 Instrumentation and Methods for Astrophysics
+1305.3090 Optics
+1305.3094 Pattern Formation and Solitons
+1305.3095 Statistics Theory
+1305.3101 Materials Science
+1305.3102 Computational Complexity
+1305.3103 Programming Languages
+1305.3104 Methodology
+1305.3105 Distributed, Parallel, and Cluster Computing
+1305.3107 Social and Information Networks
+1305.3111 Phenomenology
+1305.3114 Analysis of PDEs
+1305.3119 Combinatorics
+1305.3120 Machine Learning
+1305.3122 Numerical Analysis
+1305.3123 Distributed, Parallel, and Cluster Computing
+1305.3126 Experiment
+1305.3128 Chaotic Dynamics
+1305.3129 General Physics
+1305.3131 Logic in Computer Science
+1305.3134 Optics
+1305.3137 Differential Geometry
+1305.3144 Plasma Physics
+1305.3145 Differential Geometry
+1305.3146 Social and Information Networks
+1305.3149 Computational Engineering, Finance, and Science
+1305.3155 Differential Geometry
+1305.3161 Number Theory
+1305.3167
+1305.3168 Instrumentation and Detectors
+1305.3169 Experiment
+1305.3170
+1305.3177 Combinatorics
+1305.3178 Systems and Control
+1305.3179 Commutative Algebra
+1305.3186 Classical Analysis and ODEs
+1305.3189 Computer Vision and Pattern Recognition
+1305.3191
+1305.3193 Classical Analysis and ODEs
+1305.3194 High Energy Astrophysical Phenomena
+1305.3195
+1305.3199 Cryptography and Security
+1305.3203 Networking and Internet Architecture
+1305.3207 Learning
+1305.3210 Strongly Correlated Electrons
+1305.3212 Computers and Society
+1305.3213 Computers and Society
+1305.3219 Phenomenology
+1305.3220 Classical Analysis and ODEs
+1305.3226 Probability
+1305.3233 Representation Theory
+1305.3237 Rings and Algebras
+1305.3238 Number Theory
+1305.3240 Optimization and Control
+1305.3244 Quantitative Methods
+1305.3245 Geophysics
+1305.3249 Materials Science
+1305.3253 Networking and Internet Architecture
+1305.3254 Logic
+1305.3255 Software Engineering
+1305.3256 General Physics
+1305.3259 Combinatorics
+1305.3262 Optics
+cond-mat/0002379 Soft Condensed Matter
+cond-mat/0109250 Statistical Mechanics
+cond-mat/0309689 Statistical Mechanics
+0804.3153
+0905.2663 General Physics
+0910.3256 Quantum Gases
+0911.2566 Number Theory
+1003.3676 Data Structures and Algorithms
+1007.0808 Phenomenology
+1009.1118 Optimization and Control
+1011.2564 Optimization and Control
+1101.3958 Probability
+1105.5926 Theory
+1106.1603 Optics
+1107.3058 Probability
+1109.0721 Combinatorics
+1109.3563 Computational Engineering, Finance, and Science
+1112.1859 Numerical Analysis
+1112.2227 Probability
+1201.1319 Combinatorics
+1201.5490 Number Theory
+1202.1969 Number Theory
+1202.2564 Methodology
+1204.0659 Spectral Theory
+1204.1539 Commutative Algebra
+1204.6224 Theory
+1205.1161 Quantum Gases
+1206.0007 Cosmology and Nongalactic Astrophysics
+1206.2380 Statistics Theory
+1206.4853 Dynamical Systems
+1206.5299 Number Theory
+1206.6356 Information Theory
+1207.4036 Analysis of PDEs
+1208.1463
+1208.2919
+1209.3664 Strongly Correlated Electrons
+1209.4523 Information Retrieval
+1209.4951 Machine Learning
+1209.5028
+1211.0474 Soft Condensed Matter
+1211.0564 Statistical Mechanics
+1211.3297 Graphics
+1211.4435
+1211.6742 Theory
+1212.1099 Functional Analysis
+1212.1494 Physics Education
+1212.2783
+1212.3607 Theory
+1212.4684 General Physics
+1212.4995 Materials Science
+1301.0857 Algebraic Geometry
+1301.2382 Probability
+1301.4408 Mesoscale and Nanoscale Physics
+1301.5715 Probability
+1302.0255 Populations and Evolution
+1302.1688 Theory
+1302.2975 Logic
+1302.3263 Physics and Society
+1302.3435 Materials Science
+1302.3667 Phenomenology
+1302.4571
+1303.0056
+1303.1270
+1303.1970 Group Theory
+1303.2450 Superconductivity
+1303.2851 Statistical Mechanics
+1303.4394 Phenomenology
+1303.6031
+1304.2283 Quantum Gases
+1304.2706 Analysis of PDEs
+1304.2975
+1304.3049 Analysis of PDEs
+1304.3962 Information Theory
+1304.4509
+1304.6551 Artificial Intelligence
+1304.6766 Mesoscale and Nanoscale Physics
+1304.7432 Computer Science and Game Theory
+1305.0692 Phenomenology
+1305.3792 Theory
+1305.3830 Quantitative Methods
+1305.4939 Phenomenology
+1305.5943 Mesoscale and Nanoscale Physics
+1305.6175 Cryptography and Security
+1305.6216 Information Theory
+1306.0129 Biological Physics
+1306.0228
+1306.1186 Strongly Correlated Electrons
+1306.2550 Information Theory
+1306.3300 High Energy Astrophysical Phenomena
+1306.4027 Theory
+1306.4149 Physics and Society
+1307.0855 Optimization and Control
+1307.1300 Mesoscale and Nanoscale Physics
+1307.1758 Phenomenology
+1307.2302 Machine Learning
+1307.2637
+1307.2940
+1307.2980 Strongly Correlated Electrons
+1307.3852 Phenomenology
+1307.4064
+1307.6404 Materials Science
+1307.6503 Strongly Correlated Electrons
+1307.6789 Data Structures and Algorithms
+1307.6927 Cryptography and Security
+1307.7218 Category Theory
+1307.7292 Experiment
+1307.7351 Artificial Intelligence
+1307.7406 Experiment
+1307.7469 Cosmology and Nongalactic Astrophysics
+1307.7510 Representation Theory
+1307.7584 Performance
+1307.7793 Learning
+1307.7795 Quantitative Methods
+1307.7810 Quantitative Methods
+1307.7811 Quantitative Methods
+1307.7813 Quantitative Methods
+1307.7820 Quantitative Methods
+1307.7824 Data Structures and Algorithms
+1307.7825 Quantitative Methods
+1307.7828 Discrete Mathematics
+1307.7831 Quantitative Methods
+1307.7840 Quantitative Methods
+1307.7842 Data Structures and Algorithms
+1307.7925 Data Structures and Algorithms
+1307.7973 Computation and Language
+1307.8042 Superconductivity
+1307.8043 Computers and Society
+1307.8057 Computation and Language
+1307.8060 Information Retrieval
+1307.8198 Computers and Society
+1307.8205 Logic in Computer Science
+1307.8213 Logic in Computer Science
+1307.8438
+1308.0001
+1308.0002 Systems and Control
+1308.0003 Other Condensed Matter
+1308.0005
+1308.0006
+1308.0007
+1308.0008
+1308.0019
+1308.0030
+1308.0033 Number Theory
+1308.0044 Instrumentation and Methods for Astrophysics
+1308.0046 Instrumentation and Methods for Astrophysics
+1308.0047 Information Theory
+1308.0048 History and Philosophy of Physics
+1308.0049 Methodology
+1308.0050 High Energy Astrophysical Phenomena
+1308.0053 Instrumentation and Methods for Astrophysics
+1308.0055 High Energy Astrophysical Phenomena
+1308.0056 Networking and Internet Architecture
+1308.0058 Quantum Gases
+1308.0059 Instrumentation and Methods for Astrophysics
+1308.0060 Number Theory
+1308.0062 Complex Variables
+1308.0065 Number Theory
+1308.0067 Phenomenology
+1308.0069
+1308.0071 Mesoscale and Nanoscale Physics
+1308.0072 Applications
+1308.0073 Analysis of PDEs
+1308.0080 Experiment
+1308.0081 Combinatorics
+1308.0083 Distributed, Parallel, and Cluster Computing
+1308.0085 Data Structures and Algorithms
+1308.0087 Quantum Algebra
+1308.0089 Experiment
+1308.0097 Complex Variables
+1308.0099 Networking and Internet Architecture
+1308.0102 Systems and Control
+1308.0103
+1308.0105 Algebraic Geometry
+1308.0106 Experiment
+1308.0108 Astrophysics of Galaxies
+1308.0113 Category Theory
+1308.0116 Accelerator Physics
+1308.0119
+1308.0120 Information Theory
+1308.0122 Optimization and Control
+1308.0123 Mesoscale and Nanoscale Physics
+1308.0124 Phenomenology
+1308.0125 Accelerator Physics
+1308.0126 Accelerator Physics
+1308.0129 Atomic Physics
+1308.0132 Classical Analysis and ODEs
+1308.0135 Algebraic Geometry
+1308.0136 Discrete Mathematics
+1308.0140 Atmospheric and Oceanic Physics
+1308.0141 Instrumentation and Methods for Astrophysics
+1308.0146 Number Theory
+1308.0148 Distributed, Parallel, and Cluster Computing
+1308.0156 Logic
+1308.0157 Functional Analysis
+1308.0158 Databases
+1308.0161 High Energy Astrophysical Phenomena
+1308.0163 Chemical Physics
+1308.0165 Commutative Algebra
+1308.0167
+1308.0168 Logic
+1308.0172 Accelerator Physics
+1308.0180 Computational Complexity
+1308.0183 Data Structures and Algorithms
+1308.0185 Strongly Correlated Electrons
+1308.0191 Optimization and Control
+1308.0194 Instrumentation and Methods for Astrophysics
+1308.0200 Exactly Solvable and Integrable Systems
+1308.0209 Logic in Computer Science
+1308.0212 Optics
+1308.0214 Probability
+1308.0215 Probability
+1308.0217 Probability
+1308.0218 Operator Algebras
+1308.0220 Representation Theory
+1308.0221
+1308.0222 Phenomenology
+1308.0223 Networking and Internet Architecture
+1308.0236 Differential Geometry
+1308.0245 Space Physics
+1308.0248 Probability
+1308.0251 Category Theory
+1308.0252 Solar and Stellar Astrophysics
+1308.0254 Phenomenology
+1308.0256 Computational Geometry
+1308.0257 Functional Analysis
+1308.0260 Solar and Stellar Astrophysics
+1308.0261 Solar and Stellar Astrophysics
+1308.0262 Mesoscale and Nanoscale Physics
+1308.0268 Logic in Computer Science
+1308.0273 Computer Vision and Pattern Recognition
+1308.0275 Computer Vision and Pattern Recognition
+1308.0287 High Energy Astrophysical Phenomena
+1308.0288 Differential Geometry
+1308.0290 Computer Vision and Pattern Recognition
+1308.0292 Physics and Society
+1308.0307
+1308.0315 Multimedia
+1308.0317 Molecular Networks
+1308.0322 Human-Computer Interaction
+nlin/0407033 Chaotic Dynamics
+nlin/0508025 Chaotic Dynamics
+0803.0160 Commutative Algebra
+0807.1422 Theory
+0807.2497 Representation Theory
+0807.2952 Probability
+0808.0208 Mesoscale and Nanoscale Physics
+0808.2952 Dynamical Systems
+0809.1128 Commutative Algebra
+0809.2750 Disordered Systems and Neural Networks
+0901.2565 Geometric Topology
+0907.4079 Combinatorics
+0908.0067 Applications
+0908.1984 Mesoscale and Nanoscale Physics
+0910.2229 Phenomenology
+0912.5525 Lattice
+1001.2065 Strongly Correlated Electrons
+1004.0298 Rings and Algebras
+1004.5485 Statistics Theory
+1005.0042 Representation Theory
+1006.5778 Spectral Theory
+1006.5943 Mesoscale and Nanoscale Physics
+1008.1533 Atomic Physics
+1008.4933 Dynamical Systems
+1009.1509 Cosmology and Nongalactic Astrophysics
+1009.2665 Theory
+1009.3859 Group Theory
+1011.2900 Phenomenology
+1011.3081 Mesoscale and Nanoscale Physics
+1011.4617 Analysis of PDEs
+1011.4937 Astrophysics of Galaxies
+1012.0201 Data Analysis, Statistics and Probability
+1012.0676 Probability
+1101.2592 Applications
+1102.0816 Quantum Algebra
+1103.2105 Representation Theory
+1104.0855 Geometric Topology
+1104.5365 Commutative Algebra
+1105.1500 Number Theory
+1105.2974 Statistical Mechanics
+1107.2213 Cosmology and Nongalactic Astrophysics
+1107.2426 Mesoscale and Nanoscale Physics
+1107.2576 Statistics Theory
+1107.3398
+1107.4623 Numerical Analysis
+1108.0148 Differential Geometry
+1108.0830 Number Theory
+1108.1305
+1109.0862 Quantum Algebra
+1109.1684 Materials Science
+1109.3108 Phenomenology
+1109.3965 Strongly Correlated Electrons
+1109.5855 Chemical Physics
+1109.6464 Strongly Correlated Electrons
+1110.1674 Algebraic Geometry
+1110.2207 Data Structures and Algorithms
+1110.3893 Cosmology and Nongalactic Astrophysics
+1110.4872
+1111.0456 Solar and Stellar Astrophysics
+1111.3501 Optimization and Control
+1111.3828 Differential Geometry
+1112.0240 Materials Science
+1112.0717 Geometric Topology
+1112.1237 Solar and Stellar Astrophysics
+1112.1679 Populations and Evolution
+1112.2767
+1112.4726 Number Theory
+1112.5663 Analysis of PDEs
+1201.4029 Mesoscale and Nanoscale Physics
+1202.1196 Cosmology and Nongalactic Astrophysics
+1202.5896 Dynamical Systems
+1202.6093 Mesoscale and Nanoscale Physics
+1203.0776
+1203.0890 Mesoscale and Nanoscale Physics
+1203.1307 Representation Theory
+1203.1354 Chaotic Dynamics
+1203.2575 Algebraic Geometry
+1203.3668 Numerical Analysis
+1203.5829 Statistics Theory
+1203.6734 Theory
+1204.2567 Analysis of PDEs
+1204.2716 Trading and Market Microstructure
+1204.2775 Information Theory
+1204.4356 Soft Condensed Matter
+1204.6448 Numerical Analysis
+1204.6487 Fluid Dynamics
+1205.0241 Statistics Theory
+1205.0477 Data Structures and Algorithms
+1205.2115 Mesoscale and Nanoscale Physics
+1206.0307 Superconductivity
+1206.1978 Functional Analysis
+1206.3776 Applications
+1206.5155 Algebraic Geometry
+1206.5844 Mesoscale and Nanoscale Physics
+1207.0262 Artificial Intelligence
+1207.2972 Mesoscale and Nanoscale Physics
+1207.3230 Algebraic Geometry
+1207.4188 Strongly Correlated Electrons
+1207.5952 Strongly Correlated Electrons
+1207.6422 Populations and Evolution
+1208.0736
+1208.1141 Soft Condensed Matter
+1208.2317
+1208.3185 Populations and Evolution
+1208.3638 Combinatorics
+1208.3644 Phenomenology
+1208.4289 Software Engineering
+1209.0752
+1209.0883 Theory
+1209.1243 Analysis of PDEs
+1209.1737
+1209.2161 Mesoscale and Nanoscale Physics
+1209.2525 Materials Science
+1209.2764
+1209.2961 Cosmology and Nongalactic Astrophysics
+1209.3086 Astrophysics of Galaxies
+1209.3621 Statistical Mechanics
+1209.3659 Mesoscale and Nanoscale Physics
+1209.4192 Differential Geometry
+1209.5985 Materials Science
+1210.0376 Probability
+1210.0734 Machine Learning
+1210.0907 Strongly Correlated Electrons
+1210.1042 Differential Geometry
+1210.1356 Adaptation and Self-Organizing Systems
+1210.1616 Instrumentation and Methods for Astrophysics
+1210.1890 Data Structures and Algorithms
+1210.2568 Rings and Algebras
+1210.2659 Superconductivity
+1210.3282 Mesoscale and Nanoscale Physics
+1210.3579 Representation Theory
+1210.4167 Strongly Correlated Electrons
+1210.6084 Plasma Physics
+1211.0397 Atomic and Molecular Clusters
+1211.2461 Classical Analysis and ODEs
+1211.3350 Logic
+1211.3358 Cosmology and Nongalactic Astrophysics
+1211.3475 Analysis of PDEs
+1211.4652 Atomic Physics
+1211.5493 Number Theory
+1211.6032 Algebraic Geometry
+1211.6745 Cosmology and Nongalactic Astrophysics
+1211.6869 Accelerator Physics
+1212.0210 Strongly Correlated Electrons
+1212.0379 Phenomenology
+1212.0921 Quantum Gases
+1212.1712 Instrumentation and Detectors
+1212.2153 Physics and Society
+1212.3271
+1212.4036 Mesoscale and Nanoscale Physics
+1212.4071
+1212.4298 Combinatorics
+1212.4662 Phenomenology
+1212.4985 Phenomenology
+1212.5531 Superconductivity
+1212.6673
+1212.6675 Dynamical Systems
+1212.6679
+1212.6768 Atomic Physics
+1212.6822 Logic
+1301.0080 Information Theory
+1301.0822 Cosmology and Nongalactic Astrophysics
+1301.0943 Plasma Physics
+1301.1146 Atmospheric and Oceanic Physics
+1301.1255 Statistical Mechanics
+1301.3468 Machine Learning
+1301.4170 Atomic Physics
+1301.4341
+1301.5118 Combinatorics
+1301.5368 Solar and Stellar Astrophysics
+1301.7015 Databases
+1301.7604 Soft Condensed Matter
+1302.1758 Neurons and Cognition
+1302.1947 Multimedia
+1302.1994 Strongly Correlated Electrons
+1302.1995 Functional Analysis
+1302.2528 Algebraic Geometry
+1302.3021 Geophysics
+1302.3028 Lattice
+1302.3690 Phenomenology
+1302.4043 Computer Vision and Pattern Recognition
+1302.4156
+1302.4184 Cosmology and Nongalactic Astrophysics
+1302.4739 Logic in Computer Science
+1302.5399 Phenomenology
+1302.5414 Networking and Internet Architecture
+1302.5882 High Energy Astrophysical Phenomena
+1302.5903 Networking and Internet Architecture
+1302.6398
+1302.6525 Instrumentation and Methods for Astrophysics
+1302.6558 Combinatorics
+1302.6856 Combinatorics
+1302.6950 Combinatorics
+1302.7051 Neural and Evolutionary Computing
+1302.7112 Cosmology and Nongalactic Astrophysics
+1302.7130 Classical Analysis and ODEs
+1303.0058 Information Theory
+1303.0217
+1303.0279
+1303.0282
+1303.0284 Social and Information Networks
+1303.0294 Computational Physics
+1303.0296 Information Theory
+1303.0297 Mesoscale and Nanoscale Physics
+1303.0301 Differential Geometry
+1303.0302 Classical Analysis and ODEs
+1303.0303 Instrumentation and Methods for Astrophysics
+1303.0307 Solar and Stellar Astrophysics
+1303.0311 Solar and Stellar Astrophysics
+1303.0319 Mesoscale and Nanoscale Physics
+1303.0322 Functional Analysis
+1303.0325 Combinatorics
+1303.0327 Functional Analysis
+1303.0330 Fluid Dynamics
+1303.0333 Quantum Gases
+1303.0339 Learning
+1303.0340 Category Theory
+1303.0345 Solar and Stellar Astrophysics
+1303.0346 Cryptography and Security
+1303.0348 Materials Science
+1303.0349 Solar and Stellar Astrophysics
+1303.0350 Computation and Language
+1303.0351 Distributed, Parallel, and Cluster Computing
+1303.0352 Superconductivity
+1303.0353 Numerical Analysis
+1303.0354 Differential Geometry
+1303.0357 Solar and Stellar Astrophysics
+1303.0361 Probability
+1303.0363 Complex Variables
+1303.0367 Analysis of PDEs
+1303.0368
+1303.0369 Combinatorics
+1303.0370 Metric Geometry
+1303.0372 Rings and Algebras
+1303.0376 Category Theory
+1303.0379 Software Engineering
+1303.0382 Logic in Computer Science
+1303.0387 Operator Algebras
+1303.0388 Systems and Control
+1303.0390 Rings and Algebras
+1303.0392 Biological Physics
+1303.0394 Analysis of PDEs
+1303.0395 Software Engineering
+1303.0396 Populations and Evolution
+1303.0398 Number Theory
+1303.0402 Neurons and Cognition
+1303.0405 Networking and Internet Architecture
+1303.0407 Information Retrieval
+1303.0408 Physics Education
+1303.0410 Representation Theory
+1303.0411 Combinatorics
+1303.0412 Logic
+1303.0416 Numerical Analysis
+1303.0418 Databases
+1303.0422 Data Structures and Algorithms
+1303.0423 Number Theory
+1303.0424 Quantitative Methods
+1303.0425 Systems and Control
+1303.0426 Methodology
+1303.0427 Programming Languages
+1303.0430
+1303.0434 Space Physics
+1303.0438 Optics
+1303.0439 Methodology
+1303.0445 Information Retrieval
+1303.0446 Computation and Language
+1303.0447 Databases
+1303.0449 Methodology
+1303.0454 Analysis of PDEs
+1303.0457 Analysis of PDEs
+1303.0458 Statistics Theory
+1303.0459 Cryptography and Security
+1303.0460 Computer Vision and Pattern Recognition
+1303.0462 Neural and Evolutionary Computing
+1303.0463 Information Theory
+1303.0464 Networking and Internet Architecture
+1303.0468 Computers and Society
+1303.0469 High Energy Astrophysical Phenomena
+1303.0470 Theory
+1303.0473 Combinatorics
+1303.0474 Combinatorics
+1303.0475 Chaotic Dynamics
+1303.0476 Chaotic Dynamics
+1303.0477 Algebraic Topology
+1303.0480 High Energy Astrophysical Phenomena
+1303.0484 Information Retrieval
+1303.0487 Plasma Physics
+1303.0489 Computation and Language
+1303.0490 Computers and Society
+1303.0492 Optics
+1303.0497 Dynamical Systems
+1303.0498 Quantum Algebra
+1303.0499 Complex Variables
+1303.0500 Superconductivity
+1303.0501 Complex Variables
+1303.0502 Complex Variables
+1303.0504 Complex Variables
+1303.0506 Complex Variables
+1303.0508 Complex Variables
+1303.0510 Complex Variables
+1303.0511 Complex Variables
+1303.0513 Complex Variables
+1303.0514 Complex Variables
+1303.0520 Computers and Society
+1303.0525 Networking and Internet Architecture
+1303.0535 Fluid Dynamics
+1303.0539 Computational Engineering, Finance, and Science
+1303.0540 Disordered Systems and Neural Networks
+1303.0543
+1303.0545 Number Theory
+1303.0553 Phenomenology
+1303.0557 Cryptography and Security
+1303.0558 Soft Condensed Matter
+1303.0560 Soft Condensed Matter
+1303.0565 Soft Condensed Matter
+1303.0566 Information Retrieval
+1303.0568 Number Theory
+1303.0570 History and Overview
+1303.0572 Information Theory
+1303.0575 Group Theory
+1303.0583 Atomic Physics
+1303.0586 Symplectic Geometry
+1303.0593 Analysis of PDEs
+1303.0595 Analysis of PDEs
+1303.0598 Distributed, Parallel, and Cluster Computing
+1303.0604
+1303.0605 Number Theory
+1303.0608 Pattern Formation and Solitons
+1303.0609 Data Structures and Algorithms
+1303.0620 Optics
+1303.0621
+1303.0622 Theory
+1303.0626 Complex Variables
+1303.0628 Differential Geometry
+1303.0629 Experiment
+1303.0631 Physics and Society
+1303.0633 Computer Vision and Pattern Recognition
+1303.0634 Computer Vision and Pattern Recognition
+1303.0635 Computer Vision and Pattern Recognition
+1303.0639 Cosmology and Nongalactic Astrophysics
+1303.0644 Computer Vision and Pattern Recognition
+1303.0645 Computer Vision and Pattern Recognition
+1303.0646 Social and Information Networks
+1303.0647 Computer Vision and Pattern Recognition
+1303.0648 Analysis of PDEs
+1303.0651 Rings and Algebras
+1303.0654 Applications
+1303.0656 Functional Analysis
+1303.0658 Differential Geometry
+1303.0666
+1303.0667 Information Retrieval
+1303.0669 Information Theory
+1303.0670 Methodology
+1303.0671 Cell Behavior
+1303.0673 Populations and Evolution
+1303.0675
+1303.0681 Solar and Stellar Astrophysics
+1303.0683 General Topology
+1303.0686 Applications
+1303.0688 Theory
+1303.0692 Algebraic Geometry
+1303.0695 Information Theory
+1303.0696 Information Theory
+1303.0699 Information Theory
+1303.0701 Algebraic Topology
+1303.0702 Representation Theory
+1303.0706
+1303.0711 Metric Geometry
+1303.0712 High Energy Astrophysical Phenomena
+1303.0718 Spectral Theory
+1303.0722 Programming Languages
+1303.0724 Differential Geometry
+1303.0725 Other Computer Science
+1303.0729 Commutative Algebra
+1303.0735 Commutative Algebra
+1303.0736 Solar and Stellar Astrophysics
+1303.0738 Symbolic Computation
+1303.0739 Functional Analysis
+1303.0741 Statistical Mechanics
+1303.0744 Quantum Algebra
+1303.0746
+1303.0751 Materials Science
+1303.0752
+1303.0757 Mesoscale and Nanoscale Physics
+1303.0762
+1303.0765 Number Theory
+1303.0767 General Physics
+1303.0771 Materials Science
+1303.0780 Logic in Computer Science
+1303.0785 General Physics
+1303.0786 Computer Science and Game Theory
+1303.0787 Artificial Intelligence
+1303.0788 Computer Science and Game Theory
+1303.0789 Logic in Computer Science
+1303.0790 Logic in Computer Science
+1303.0791 Computer Science and Game Theory
+1303.0792 Logic in Computer Science
+1303.0793 Logic in Computer Science
+1303.0794 Logic in Computer Science
+1303.0795 Logic in Computer Science
+1303.0796 Logic in Computer Science
+1303.0797 Logic in Computer Science
+1303.0798 Computer Science and Game Theory
+1303.0799 Computer Science and Game Theory
+1303.0801 Mesoscale and Nanoscale Physics
+1303.0802 Quantum Algebra
+1303.0807
+1303.0811 Group Theory
+1303.0812 Group Theory
+1303.0814
+1303.0821 Computational Geometry
+1303.0825 Instrumentation and Detectors
+1303.0827 Differential Geometry
+cond-mat/0201215 Superconductivity
+cond-mat/0203426 Strongly Correlated Electrons
+cond-mat/0212621 Strongly Correlated Electrons
+cond-mat/0610665 Mesoscale and Nanoscale Physics
+physics/0612233 Atomic Physics
+quant-ph/0307159
+0809.2409 Phenomenology
+0809.5123 Combinatorics
+0901.1441
+1001.0028 Combinatorics
+1001.3768 Populations and Evolution
+1004.4544 Differential Geometry
+1005.2692 Number Theory
+1008.0038 Number Theory
+1010.4618 Populations and Evolution
+1103.1070 Number Theory
+1106.0877 Probability
+1108.4885 Algebraic Geometry
+1109.3353 Combinatorics
+1109.3667 Quantum Algebra
+1110.6154 Combinatorics
+1110.6705 Symplectic Geometry
+1112.3103 Operator Algebras
+1201.0022 Applications
+1201.2212 Combinatorics
+1202.2468 Probability
+1203.0654 Combinatorics
+1203.2338 Algebraic Geometry
+1203.3359 Strongly Correlated Electrons
+1205.1197 Dynamical Systems
+1206.1551 Combinatorics
+1206.2260 Combinatorics
+1207.1123 Strongly Correlated Electrons
+1207.2910 Mesoscale and Nanoscale Physics
+1207.3256 Soft Condensed Matter
+1207.5285 Analysis of PDEs
+1208.1876 Classical Analysis and ODEs
+1210.1669 Quantum Algebra
+1210.5745 Quantum Gases
+1211.2039 Combinatorics
+1211.4427 Analysis of PDEs
+1211.4546 Theory
+1212.0571 Classical Analysis and ODEs
+1212.3251 Logic in Computer Science
+1212.3326 Computational Physics
+1212.4813 Dynamical Systems
+1301.1458 Analysis of PDEs
+1301.1896 Theory
+1301.3019 Probability
+1301.6860 Numerical Analysis
+1301.7420 Mesoscale and Nanoscale Physics
+1302.0012 Phenomenology
+1302.0013 Statistical Mechanics
+1302.2963 Computational Physics
+1302.4234
+1302.4396 Functional Analysis
+1303.3810 Dynamical Systems
+1303.4013 Instrumentation and Detectors
+1303.4531 Cosmology and Nongalactic Astrophysics
+1303.5096 Differential Geometry
+1303.5911
+1303.6052 High Energy Astrophysical Phenomena
+1303.6162 Statistical Mechanics
+1304.0214 Dynamical Systems
+1304.0426 Logic
+1304.0592 Optimization and Control
+1304.0786 Physics and Society
+1304.0834 Analysis of PDEs
+1304.1824 Statistical Mechanics
+1304.4803 Materials Science
+1304.5808 Computational Complexity
+1304.6587
+1304.6610 Number Theory
+1304.6662
+1305.1155 Discrete Mathematics
+1305.4866
+1305.5945 Mesoscale and Nanoscale Physics
+1305.6016 Experiment
+1305.6195 Combinatorics
+1305.6832 High Energy Astrophysical Phenomena
+1306.1763 Combinatorics
+1306.2016 Experiment
+1306.2505 Mesoscale and Nanoscale Physics
+1306.2895 Experiment
+1306.4013 Cosmology and Nongalactic Astrophysics
+1306.4022 Computer Science and Game Theory
+1306.4374 Quantitative Methods
+1306.4915 Solar and Stellar Astrophysics
+1306.6423 Cosmology and Nongalactic Astrophysics
+1307.1829 Physics and Society
+1307.2298 Quantitative Methods
+1307.3579
+1307.4092 Disordered Systems and Neural Networks
+1307.5542 Number Theory
+1307.6007 Mesoscale and Nanoscale Physics
+1308.2907 Networking and Internet Architecture
+1308.3318
+1308.5004 Materials Science
+1308.6369 Analysis of PDEs
+1308.6516 Earth and Planetary Astrophysics
+1309.3150 Networking and Internet Architecture
+1309.3180 Fluid Dynamics
+1309.5121 Statistical Mechanics
+1309.7819 Optimization and Control
+1310.0159
+1310.0270 Cosmology and Nongalactic Astrophysics
+1310.0486 Experiment
+1310.0561 High Energy Astrophysical Phenomena
+1310.0572 Networking and Internet Architecture
+1310.0800 Probability
+1310.0873 Information Theory
+1310.1083 Phenomenology
+1310.1098 Instrumentation and Detectors
+1310.1102 Pricing of Securities
+1310.1103 Trading and Market Microstructure
+1310.1105 Information Theory
+1310.1107 Phenomenology
+1310.1108 Earth and Planetary Astrophysics
+1310.1111 Biological Physics
+1310.1113
+1310.1115 Analysis of PDEs
+1310.1120 Functional Analysis
+1310.1121 Lattice
+1310.1123
+1310.1124 Lattice
+1310.1126 Biomolecules
+1310.1127 Methodology
+1310.1129 Networking and Internet Architecture
+1310.1130 Analysis of PDEs
+1310.1134 Solar and Stellar Astrophysics
+1310.1137 Cryptography and Security
+1310.1141 Numerical Analysis
+1310.1143 Superconductivity
+1310.1149 Analysis of PDEs
+1310.1152 Optimization and Control
+1310.1153 Information Theory
+1310.1161 Databases
+1310.1167 Computers and Society
+1310.1171
+1310.1180 Optimization and Control
+1310.1181 Probability
+1310.1182 Functional Analysis
+1310.1190 Databases
+1310.1192
+1310.1193 Rings and Algebras
+1310.1199 Probability
+1310.1200 Instrumentation and Methods for Astrophysics
+1310.1204 Functional Analysis
+1310.1206 Optics
+1310.1210 Materials Science
+1310.1214 High Energy Astrophysical Phenomena
+1310.1215 Dynamical Systems
+1310.1221 Information Theory
+1310.1226 Algebraic Geometry
+1310.1227 Neural and Evolutionary Computing
+1310.1231 Mesoscale and Nanoscale Physics
+1310.1232 Mesoscale and Nanoscale Physics
+1310.1233 Materials Science
+1310.1234 Mesoscale and Nanoscale Physics
+1310.1235 Materials Science
+1310.1236 Statistical Mechanics
+1310.1237 Mesoscale and Nanoscale Physics
+1310.1239 Number Theory
+1310.1240 Graphics
+1310.1243 High Energy Astrophysical Phenomena
+1310.1244 Probability
+1310.1249 Social and Information Networks
+1310.1250 Neural and Evolutionary Computing
+1310.1255 Fluid Dynamics
+1310.1256 Phenomenology
+1310.1257 Computer Vision and Pattern Recognition
+1310.1258 General Topology
+1310.1262 Computational Physics
+1310.1273 Combinatorics
+1310.1274 Probability
+1310.1276 Materials Science
+1310.1277 Number Theory
+1310.1279
+1310.1280
+1310.1282 Methodology
+1310.1283 High Energy Astrophysical Phenomena
+1310.1284 Data Analysis, Statistics and Probability
+1310.1287 Instrumentation and Methods for Astrophysics
+1310.1291 Chemical Physics
+1310.1292 Analysis of PDEs
+1310.1295
+1310.1296 Phenomenology
+1310.1301 Quantum Gases
+1310.1304 Chaotic Dynamics
+1310.1309 Geometric Topology
+1310.1314 Information Theory
+1310.1316 Logic in Computer Science
+1310.1317 Analysis of PDEs
+1310.1319
+1310.1326 Strongly Correlated Electrons
+1310.1328 Artificial Intelligence
+1310.1331 Soft Condensed Matter
+1310.1333 Analysis of PDEs
+1310.1336 Instrumentation and Methods for Astrophysics
+1310.1342 General Finance
+1310.1344 Classical Physics
+1310.1346 Geometric Topology
+1310.1347 Instrumentation and Detectors
+1310.1348
+1310.1355 Probability
+1310.1356 Numerical Analysis
+1310.1357 Combinatorics
+1310.1365
+1310.1368 Combinatorics
+1310.1370 Mesoscale and Nanoscale Physics
+1310.1378 Discrete Mathematics
+1310.1383 Rings and Algebras
+1310.1384 Systems and Control
+cond-mat/9701124 Soft Condensed Matter
+gr-qc/0404101
+hep-th/0402212 Theory
+1004.2616 Information Theory
+1005.3561 Information Theory
+1009.6008 Information Theory
+1102.3410 Information Theory
+1102.3413 Information Theory
+1107.1839 Information Theory
+1207.3050 Information Theory
+0801.3878 Information Theory
+0802.0123 Differential Geometry
+0905.1612 Optics
+0906.1004 Computation
+0909.4415 Logic
+1004.0802 Optics
+1006.5271 Information Theory
+1010.2796 Algebraic Geometry
+1010.4883 Number Theory
+1011.4034 Soft Condensed Matter
+1101.5642 Superconductivity
+1103.4405 Mesoscale and Nanoscale Physics
+1104.3614 Probability
+1105.2625 Optics
+1105.5348 Strongly Correlated Electrons
+1106.5337 Group Theory
+1107.1811 Methodology
+1108.0975 Fluid Dynamics
+1108.4900 Group Theory
+1108.5538 Spectral Theory
+1108.5924 Fluid Dynamics
+1110.2922 Materials Science
+1111.1156 Analysis of PDEs
+1112.1866 Superconductivity
+1112.5939 Atomic Physics
+1202.5464 Metric Geometry
+1203.0894 Quantum Gases
+1203.2069 Experiment
+1203.2445 Numerical Analysis
+1203.4944 Atomic and Molecular Clusters
+1204.1793 Theory
+1204.3335 Number Theory
+1204.4225
+1204.4737
+1204.5660
+1204.6245 Strongly Correlated Electrons
+1204.6602 Group Theory
+1205.0212 Superconductivity
+1205.0594 Experiment
+1205.1191 Exactly Solvable and Integrable Systems
+1205.1411 Phenomenology
+1205.2920 General Physics
+1205.3624 Fluid Dynamics
+1205.5872
+1205.6251 Materials Science
+1205.6615 Experiment
+1206.0433 Experiment
+1206.0973 Populations and Evolution
+1206.1744 Mesoscale and Nanoscale Physics
+1206.1849 Experiment
+1206.3430 Quantum Gases
+1206.5492 Strongly Correlated Electrons
+1206.5707 Rings and Algebras
+1206.6201 Discrete Mathematics
+1207.1829 Mesoscale and Nanoscale Physics
+1207.4698 Materials Science
+1207.6211
+1207.6359 Strongly Correlated Electrons
+1207.6633 Algebraic Geometry
+1207.6680
+1208.1279
+1208.2970
+1208.3427 Theory
+1208.5419 Quantum Gases
+1209.1814 Logic
+1209.3341 Complex Variables
+1209.3368 Superconductivity
+1209.4685 Strongly Correlated Electrons
+1209.4728 Atomic Physics
+1209.5703
+1210.1813 Quantum Gases
+1210.2324 Functional Analysis
+1210.5231 Functional Analysis
+1210.5462 Phenomenology
+1210.6177 Solar and Stellar Astrophysics
+1210.7212 Optics
+1210.8150 Cosmology and Nongalactic Astrophysics
+1211.0050
+1211.2417 Neurons and Cognition
+1211.2513
+1211.2845 Mesoscale and Nanoscale Physics
+1211.2931 Atomic Physics
+1211.4007 Dynamical Systems
+1211.5741 Algebraic Topology
+1212.0576 Statistical Mechanics
+1212.1265
+1212.1841 Algebraic Geometry
+1212.2239 Cosmology and Nongalactic Astrophysics
+1212.3203 Statistical Mechanics
+1212.4638 Information Theory
+1212.5159 Cosmology and Nongalactic Astrophysics
+1212.5925 Superconductivity
+1301.0284 Experiment
+1301.1034 Quantitative Methods
+1301.1860 Earth and Planetary Astrophysics
+1301.2406
+1301.3030 Materials Science
+1301.3530 Neural and Evolutionary Computing
+1301.3803 Geometric Topology
+1301.4560 Analysis of PDEs
+1301.4924
+1301.5179 Statistical Mechanics
+1301.5364
+1301.5609 Analysis of PDEs
+1301.5653 Accelerator Physics
+1301.5910 Algebraic Geometry
+1301.5911 Materials Science
+1301.5912 Information Theory
+1301.5915 Information Theory
+1301.5916 Physics and Society
+1301.5918 Probability
+1301.5919 Physics and Society
+1301.5924 Theory
+1301.5934 Differential Geometry
+1301.5935 Solar and Stellar Astrophysics
+1301.5943 Artificial Intelligence
+1301.5946 Artificial Intelligence
+1301.5947 Populations and Evolution
+1301.5950
+1301.5953 Data Structures and Algorithms
+1301.5954 Information Theory
+1301.5956
+1301.5960 Optics
+1301.5962 Numerical Analysis
+1301.5964 Software Engineering
+1301.5972 Algebraic Geometry
+1301.5973 Information Theory
+1301.5978 Functional Analysis
+1301.5980 Combinatorics
+1301.5985 Rings and Algebras
+1301.5988 Numerical Analysis
+1301.5989 Soft Condensed Matter
+1301.5993 Distributed, Parallel, and Cluster Computing
+1301.5995 Optics
+1301.5997 Analysis of PDEs
+1301.6001 Cosmology and Nongalactic Astrophysics
+1301.6005
+1301.6006 Soft Condensed Matter
+1301.6007 Graphics
+1301.6008 Graphics
+1301.6011 Artificial Intelligence
+1301.6021 Symbolic Computation
+1301.6022 Robotics
+1301.6027 Quantitative Methods
+1301.6029 Cosmology and Nongalactic Astrophysics
+1301.6030 Earth and Planetary Astrophysics
+1301.6032 Phenomenology
+1301.6034 Strongly Correlated Electrons
+1301.6037
+1301.6040
+1301.6043 Classical Physics
+1301.6047 Analysis of PDEs
+1301.6056 Category Theory
+1301.6058 Learning
+1301.6059 Combinatorics
+1301.6060
+1301.6061
+1301.6074 Phenomenology
+1301.6075 Differential Geometry
+1301.6077 Materials Science
+1301.6078 Quantum Algebra
+1301.6079 Analysis of PDEs
+1301.6081 High Energy Astrophysical Phenomena
+1301.6083 Materials Science
+1301.6086 Statistics Theory
+1301.6087 Materials Science
+1301.6091 History and Philosophy of Physics
+1301.6092 Combinatorics
+1301.6096 Combinatorics
+1301.6099 Genomics
+1301.6100 Accelerator Physics
+1301.6104 Commutative Algebra
+1301.6106 Mesoscale and Nanoscale Physics
+1301.6113 Instrumentation and Detectors
+1301.6115 Risk Management
+1301.6116 Statistical Mechanics
+1301.6117 Information Theory
+1301.6119 Earth and Planetary Astrophysics
+1301.6124 Earth and Planetary Astrophysics
+1301.6125 Information Theory
+1301.6126 Earth and Planetary Astrophysics
+1301.6130 Earth and Planetary Astrophysics
+1301.6132 Earth and Planetary Astrophysics
+1301.6134
+1301.6135 Quantum Algebra
+1301.6144 Functional Analysis
+1301.6145 Atomic Physics
+1301.6149 Numerical Analysis
+1301.6152 Operator Algebras
+1301.6158 Number Theory
+1301.6159 Superconductivity
+1302.0365 Logic
+0711.4396 Operator Algebras
+0812.2987 Statistics Theory
+0904.2624 Group Theory
+0904.2626 Group Theory
+0909.0143 Number Theory
+0909.0570 Representation Theory
+1003.5343 Group Theory
+1009.1675 Phenomenology
+1011.1240 Algebraic Geometry
+1104.1733 Theory
+1106.0767
+1106.2676 Algebraic Geometry
+1106.4751 Number Theory
+1107.5493 Combinatorics
+1111.6185 Combinatorics
+1112.4102
+1112.5550 Risk Management
+1201.5555 Algebraic Geometry
+1202.2453 Algebraic Geometry
+1203.0132 Combinatorics
+1203.2552 Number Theory
+1203.6857
+1204.3272
+1204.5965 Soft Condensed Matter
+1205.0980 Statistical Mechanics
+1205.3386
+1205.4283 Combinatorics
+1205.6160 Portfolio Management
+1205.6184 Algebraic Geometry
+1206.2492 Analysis of PDEs
+1206.2634 Phenomenology
+1206.5851 Social and Information Networks
+1207.3481
+1208.4665 Cosmology and Nongalactic Astrophysics
+1208.5601 Experiment
+1209.0597 Strongly Correlated Electrons
+1209.0742
+1209.1564 Algebraic Geometry
+1209.1716 Information Theory
+1209.5987 Statistical Mechanics
+1209.6111 Combinatorics
+1209.6333 Statistical Mechanics
+1211.0344
+1211.2722 Mesoscale and Nanoscale Physics
+1211.5559 Differential Geometry
+1211.5834 Complex Variables
+1212.0415 Algebraic Geometry
+1212.2115 Theory
+1212.2399
+1212.3403 Data Structures and Algorithms
+1212.5909 Probability
+1212.6957 Numerical Analysis
+1301.0414 Exactly Solvable and Integrable Systems
+1301.2104 Materials Science
+1301.4599 History and Overview
+1301.4601 History and Overview
+1301.4879 Theory
+1301.6257 Differential Geometry
+1301.6399 Theory
+1301.6830 Phenomenology
+1301.7580 Fluid Dynamics
+1302.3286 Soft Condensed Matter
+1302.3482 Soft Condensed Matter
+1302.5700 Solar and Stellar Astrophysics
+1302.5901 Mesoscale and Nanoscale Physics
+1302.6652 Combinatorics
+1303.1121 Data Analysis, Statistics and Probability
+1303.1396 Theory
+1303.2120 Cosmology and Nongalactic Astrophysics
+1303.2788 Cosmology and Nongalactic Astrophysics
+1303.3380 Cosmology and Nongalactic Astrophysics
+1303.4716 Mesoscale and Nanoscale Physics
+1303.6010 Experiment
+1303.6954 Mesoscale and Nanoscale Physics
+1304.1973 Experiment
+1304.2661 Plasma Physics
+1304.3754 Data Structures and Algorithms
+1304.4065
+1304.4160 Strongly Correlated Electrons
+1304.4293 Statistical Mechanics
+1304.5116 Materials Science
+1304.5693 Materials Science
+1304.6735 Superconductivity
+1304.6976 Phenomenology
+1304.7266 Atomic Physics
+1304.7791 Cosmology and Nongalactic Astrophysics
+1304.7924
+1305.0545
+1305.0568 Statistical Mechanics
+1305.1185 Optics
+1305.1313 Phenomenology
+1305.1334 Algebraic Geometry
+1305.1366 Group Theory
+1305.1870 Lattice
+1305.3018 Materials Science
+1305.3293 Spectral Theory
+1305.4046 Phenomenology
+1305.5806 Phenomenology
+1305.5878 Lattice
+1305.6415 Superconductivity
+1305.6841 Quantum Gases
+1305.6982 Cosmology and Nongalactic Astrophysics
+1305.7197 Solar and Stellar Astrophysics
+1305.7236 Phenomenology
+1306.0378
+1306.0574 Phenomenology
+1306.0937 Optics
+1306.2222 Mesoscale and Nanoscale Physics
+1306.2286
+1306.2289 Fluid Dynamics
+1306.2364 Theory
+1306.3164
+1306.3600 Experiment
+1306.4318
+1306.4356 Phenomenology
+1306.4522 Theory
+1306.4906 Materials Science
+1306.4978 Numerical Analysis
+1306.5017 Mesoscale and Nanoscale Physics
+1306.5448 Statistical Mechanics
+1306.5625
+1306.5915 Mesoscale and Nanoscale Physics
+1306.6061
+1306.6079 Phenomenology
+1306.6080 Strongly Correlated Electrons
+1306.6136 Materials Science
+1306.6228 Phenomenology
+1306.6396 Theory
+1306.6630 Phenomenology
+1306.6745 Soft Condensed Matter
+1307.0888 Numerical Analysis
+1307.1147 Quantum Gases
+1307.1273 Phenomenology
+1307.2075 Software Engineering
+1307.2550 Phenomenology
+1307.2852 Optimization and Control
+1307.3894
+1307.4157 Superconductivity
+1307.4595 Quantum Gases
+1307.5200 Probability
+1307.5445 Atomic Physics
+1307.5469 Theory
+1307.5593 Quantum Gases
+1307.5597 Probability
+1307.6004 Quantum Gases
+1307.7488
+1307.8267 Materials Science
+1308.0160 Materials Science
+1308.0188 Cosmology and Nongalactic Astrophysics
+1308.0642 Statistics Theory
+1308.1143
+1308.1223 Materials Science
+1308.2527
+1308.3180 Group Theory
+1308.3974 Computational Physics
+1308.4218 Cryptography and Security
+1308.4630 Atmospheric and Oceanic Physics
+1308.4739 Analysis of PDEs
+1308.4990 Analysis of PDEs
+1308.5538 Accelerator Physics
+1308.5739 Functional Analysis
+1308.6776 Geometric Topology
+1309.0071 Mesoscale and Nanoscale Physics
+1309.0170 Combinatorics
+1309.0213 Computer Vision and Pattern Recognition
+1309.0216 Chemical Physics
+1309.0230 Number Theory
+1309.0276 Networking and Internet Architecture
+1309.0432 Chemical Physics
+1309.0480 Accelerator Physics
+1309.0502
+1309.0521 Cryptography and Security
+1309.0522 Cryptography and Security
+1309.0532 Functional Analysis
+1309.0533 Spectral Theory
+1309.0534 Software Engineering
+1309.0539 Functional Analysis
+1309.0540
+1309.0545 Representation Theory
+1309.0548 Solar and Stellar Astrophysics
+1309.0549 Atomic Physics
+1309.0551 Computational Engineering, Finance, and Science
+1309.0553 Combinatorics
+1309.0557 Pricing of Securities
+1309.0562
+1309.0565
+1309.0577 Number Theory
+1309.0582 Statistical Finance
+1309.0585 Symplectic Geometry
+1309.0589 Other Computer Science
+1309.0592 Algebraic Geometry
+1309.0593 Number Theory
+1309.0594 Representation Theory
+1309.0598 Networking and Internet Architecture
+1309.0601 Materials Science
+1309.0602 Methodology
+1309.0604 Networking and Internet Architecture
+1309.0607 Information Theory
+1309.0608 Astrophysics of Galaxies
+1309.0609 Statistics Theory
+1309.0612 High Energy Astrophysical Phenomena
+1309.0614 Physics and Society
+1309.0619 Probability
+1309.0623 Probability
+1309.0628
+1309.0631 Differential Geometry
+1309.0632 Networking and Internet Architecture
+1309.0633 Computational Complexity
+1309.0634 Databases
+1309.0636 Group Theory
+1309.0642 Instrumentation and Methods for Astrophysics
+1309.0643 Combinatorics
+1309.0644 Combinatorics
+1309.0652
+1309.0653 Instrumentation and Methods for Astrophysics
+1309.0654 Instrumentation and Methods for Astrophysics
+1309.0659 Artificial Intelligence
+1309.0662 Rings and Algebras
+1309.0663 Analysis of PDEs
+1309.0669 Algebraic Topology
+1309.0671 Robotics
+1309.0672 Instrumentation and Detectors
+1309.0676
+1309.0680 Combinatorics
+1309.0681 Logic
+1309.0683 Computational Geometry
+1309.0685 Probability
+1309.0686 Algebraic Topology
+1309.0687 Algebraic Topology
+1309.0689 Functional Analysis
+1309.0699 General Physics
+1309.0700 Data Structures and Algorithms
+1309.0702 Solar and Stellar Astrophysics
+1309.0707 Information Theory
+1309.0709 Soft Condensed Matter
+1309.0711 Lattice
+1309.0714 Computers and Society
+1309.0715
+1309.0718 Networking and Internet Architecture
+1309.0721 Phenomenology
+1309.0723 Fluid Dynamics
+1309.0724 History and Philosophy of Physics
+1309.0725 Combinatorics
+1309.0731 Solar and Stellar Astrophysics
+1309.0734 Physics Education
+1309.0735 Plasma Physics
+1309.0737 Solar and Stellar Astrophysics
+1309.0738 Experiment
+1309.0739 Classical Physics
+1309.0740 Solar and Stellar Astrophysics
+1309.0741 Solar and Stellar Astrophysics
+1309.0744 Number Theory
+1309.0747 Functional Analysis
+1309.0750 Information Theory
+1309.0752 Networking and Internet Architecture
+1309.0754 Spectral Theory
+1309.0758 Medical Physics
+1309.0760 Dynamical Systems
+1309.0764 Phenomenology
+1309.0766 Robotics
+1309.0775 Information Theory
+1309.0778 Superconductivity
+1309.0781 Computational Engineering, Finance, and Science
+1309.0796 Group Theory
+1309.0800
+math/0406042 Group Theory
+math/0406046 Group Theory
+math/0501082 Group Theory
+math/0501086 Category Theory
+math/0609115 Algebraic Geometry
+math/9507205 Group Theory
+math/9705205 Group Theory
+math/9708202 Group Theory
+0807.2309
+0905.3377 Dynamical Systems
+0912.1207 Statistics Theory
+1009.4003 Analysis of PDEs
+1102.1453 Representation Theory
+1104.2646 Mesoscale and Nanoscale Physics
+1106.3089
+1107.2016
+1110.3432 Solar and Stellar Astrophysics
+1111.5168 Operator Algebras
+1111.6908
+1112.0771 Operator Algebras
+1112.4982
+1201.2379
+1202.1376
+1202.6159 Computation
+1203.0402
+1206.1698 Discrete Mathematics
+1207.0188 Computation
+1207.1250 Algebraic Geometry
+1208.2253 Applications
+1208.5591 Atomic Physics
+1209.6183 Algebraic Geometry
+1210.0365 Classical Physics
+1210.5734 Logic in Computer Science
+1211.3794
+1212.3975 Statistical Mechanics
+1212.6735 Combinatorics
+1301.0288 Phenomenology
+1301.0723
+1301.1052 Optics
+1301.5295 General Physics
+1301.7069 Astrophysics of Galaxies
+1302.1838
+1302.2009 Probability
+1302.2817 Quantum Gases
+1302.4404 Methodology
+1302.7123 Mesoscale and Nanoscale Physics
+1303.6609 Databases
+1304.0034 Optics
+1304.2709
+1304.3871 Classical Analysis and ODEs
+1304.6654 Combinatorics
+1304.7835 Phenomenology
+1305.0523 Instrumentation and Methods for Astrophysics
+1305.2398 Software Engineering
+1305.3615 Theory
+1305.4330 Cryptography and Security
+1305.6798 Strongly Correlated Electrons
+1305.7116 Theory
+1306.1859 Mesoscale and Nanoscale Physics
+1306.2526
+1306.4713 Programming Languages
+1306.5996 Probability
+1306.6367 Symplectic Geometry
+1307.1993 Differential Geometry
+1307.5151 Optimization and Control
+1307.5913
+1307.6081 Methodology
+1308.0510 Molecular Networks
+1308.0671 Mesoscale and Nanoscale Physics
+1308.0924 Cosmology and Nongalactic Astrophysics
+1308.1700 Discrete Mathematics
+1308.2674 Phenomenology
+1308.3096
+1308.3125
+1308.3153
+1308.3576
+1308.3612 Superconductivity
+1308.4866 Strongly Correlated Electrons
+1308.5848 Rings and Algebras
+1308.6007 Computational Complexity
+1309.0541
+1309.1501 Learning
+1309.1508 Learning
+1309.2033
+1309.2106 Classical Analysis and ODEs
+1309.2406 Strongly Correlated Electrons
+1309.2449
+1309.3706 Superconductivity
+1309.4764 Solar and Stellar Astrophysics
+1310.0773 High Energy Astrophysical Phenomena
+1310.1532 Cosmology and Nongalactic Astrophysics
+1310.1961
+1310.2748 Networking and Internet Architecture
+1310.4124 Phenomenology
+1310.6797 Soft Condensed Matter
+1310.6876 Computational Engineering, Finance, and Science
+1310.8350 Dynamical Systems
+1310.8415 Soft Condensed Matter
+1311.3438 Cosmology and Nongalactic Astrophysics
+1311.5099 Cosmology and Nongalactic Astrophysics
+1311.5496 Strongly Correlated Electrons
+1311.5749 Dynamical Systems
+1311.6664 Combinatorics
+1311.6799 Computer Vision and Pattern Recognition
+1311.7350 Theory
+1312.0004
+1312.0827 Dynamical Systems
+1312.0891 Solar and Stellar Astrophysics
+1312.1442 High Energy Astrophysical Phenomena
+1312.2018 Data Structures and Algorithms
+1312.2175 Networking and Internet Architecture
+1312.2389
+1312.2431 Solar and Stellar Astrophysics
+1312.2581 Networking and Internet Architecture
+1312.2583 Astrophysics of Galaxies
+1312.2585 Computers and Society
+1312.2604
+1312.2606 Learning
+1312.2612 Other Computer Science
+1312.2613 Combinatorics
+1312.2614 Number Theory
+1312.2616 Lattice
+1312.2617 Algebraic Geometry
+1312.2622
+1312.2624 Phenomenology
+1312.2625 Networking and Internet Architecture
+1312.2628 Distributed, Parallel, and Cluster Computing
+1312.2629 Systems and Control
+1312.2630 Strongly Correlated Electrons
+1312.2631 Optimization and Control
+1312.2632 Systems and Control
+1312.2634
+1312.2641 Trading and Market Microstructure
+1312.2644
+1312.2648
+1312.2649 Group Theory
+1312.2656 Classical Physics
+1312.2658 Computers and Society
+1312.2660 Superconductivity
+1312.2663 Functional Analysis
+1312.2669 Databases
+1312.2670
+1312.2674 Numerical Analysis
+1312.2675 Populations and Evolution
+1312.2678 Databases
+1312.2679 High Energy Astrophysical Phenomena
+1312.2681 Information Theory
+1312.2686 Applications
+1312.2687 Applications
+1312.2689 Complex Variables
+1312.2691 High Energy Astrophysical Phenomena
+1312.2693 General Finance
+1312.2696 Programming Languages
+1312.2698 Programming Languages
+1312.2699 Programming Languages
+1312.2700 Logic in Computer Science
+1312.2701 Distributed, Parallel, and Cluster Computing
+1312.2702 Programming Languages
+1312.2703 Distributed, Parallel, and Cluster Computing
+1312.2704 Programming Languages
+1312.2705 Distributed, Parallel, and Cluster Computing
+1312.2706 Logic in Computer Science
+1312.2707 Programming Languages
+1312.2709 Artificial Intelligence
+1312.2710 Learning
+1312.2715 Atomic Physics
+1312.2718
+1312.2720 High Energy Astrophysical Phenomena
+1312.2722 General Finance
+1312.2723
+1312.2725 Differential Geometry
+1312.2726 Statistics Theory
+1312.2728 High Energy Astrophysical Phenomena
+1312.2731 Numerical Analysis
+1312.2733 High Energy Astrophysical Phenomena
+1312.2736 Differential Geometry
+1312.2737 Solar and Stellar Astrophysics
+1312.2739 Solar and Stellar Astrophysics
+1312.2741
+1312.2742 Popular Physics
+1312.2748 Mesoscale and Nanoscale Physics
+1312.2750 Quantum Gases
+1312.2753 Methodology
+1312.2755 Probability
+1312.2762 Analysis of PDEs
+1312.2763
+1312.2767 Combinatorics
+1312.2773 Dynamical Systems
+1312.2774 Analysis of PDEs
+1312.2778 Combinatorics
+1312.2780 Statistics Theory
+1312.2782 Rings and Algebras
+1312.2785 Information Theory
+1312.2787 Fluid Dynamics
+1312.2788 Statistics Theory
+1312.2790 Disordered Systems and Neural Networks
+1312.2791 Digital Libraries
+1312.2794 Statistics Theory
+1312.2797 Optics
+1312.2798 Artificial Intelligence
+1312.2799 Statistics Theory
+1312.2800 Applications
+1312.2801
+1312.2804 Software Engineering
+1312.2805 Lattice
+1312.2806 Networking and Internet Architecture
+1312.2807 Distributed, Parallel, and Cluster Computing
+1312.2808 Other Computer Science
+1312.2809 Statistics Theory
+1312.2811
+1312.2813 Distributed, Parallel, and Cluster Computing
+1312.2814 Solar and Stellar Astrophysics
+1312.2815 Soft Condensed Matter
+1312.2816 Discrete Mathematics
+1312.2817 Mesoscale and Nanoscale Physics
+1312.2819 Discrete Mathematics
+1312.2820 Analysis of PDEs
+1312.2822 Robotics
+1312.2825 Dynamical Systems
+1312.2828 Cryptography and Security
+1312.2834 Analysis of PDEs
+1312.2835 Mesoscale and Nanoscale Physics
+1312.2838 Molecular Networks
+1312.2842 Cosmology and Nongalactic Astrophysics
+1312.2843 Phenomenology
+1312.2844 Information Retrieval
+1312.2855 Numerical Analysis
+1312.2856 Tissues and Organs
+1312.2857 Geometric Topology
+1312.2863 Probability
+1312.2864 Solar and Stellar Astrophysics
+1312.2865 Other Computer Science
+1312.2866
+1312.2868 Other Computer Science
+1312.2874 Lattice
+1312.2875
+1312.2879 Probability
+1312.2880 Numerical Analysis
+1312.2883 Functional Analysis
+1312.2884 Networking and Internet Architecture
+1312.2886
+1312.2889 Data Structures and Algorithms
+1312.2894 Logic in Computer Science
+1312.2897 Chemical Physics
+1312.2899 Theory
+1312.2903 Probability
+1312.2906
+1312.2908 Materials Science
+1312.2909 Instrumentation and Methods for Astrophysics
+1312.2912 Classical Physics
+1312.2915 Computational Complexity
+1312.2919 Databases
+1312.2920 Representation Theory
+1312.2924 Algebraic Topology
+1312.2927 Earth and Planetary Astrophysics
+1312.2930 Phenomenology
+1312.2931 Dynamical Systems
+1312.2936 Learning
+1312.2943 Astrophysics of Galaxies
+1312.2945 Materials Science
+gr-qc/0105088
+1305.6876
+1203.2115 Probability
+0706.2807 Number Theory
+0706.4297 Numerical Analysis
+0708.0046 Portfolio Management
+0709.3716 Materials Science
+0710.4082 Numerical Analysis
+0807.2700
+0808.0399 Theory
+0808.2847 Differential Geometry
+0810.0812
+0902.4424 Numerical Analysis
+0903.1576 Spectral Theory
+0904.0260 History and Philosophy of Physics
+0904.1897 Information Theory
+0912.2450 Superconductivity
+0912.2844 Chaotic Dynamics
+1002.1341 Mesoscale and Nanoscale Physics
+1002.3905 General Physics
+1006.3440 Functional Analysis
+1006.5757 General Physics
+1008.0525 Space Physics
+1008.2983 Number Theory
+1009.3039 Statistical Mechanics
+1009.5121 Information Theory
+1009.5830 General Finance
+1010.1396 Optics
+1012.1985 Analysis of PDEs
+1012.4686 Experiment
+1012.5979 Algebraic Geometry
+1101.3074 Combinatorics
+1101.3795 Operator Algebras
+1102.0667 Combinatorics
+1102.1091 Materials Science
+1102.3048 Theory
+1102.3973
+1102.5624 Statistical Mechanics
+1103.0154 Rings and Algebras
+1103.1158 Superconductivity
+1103.3983 Combinatorics
+1103.5379 Statistical Mechanics
+1105.0213
+1105.0703 Information Theory
+1105.2029 Algebraic Geometry
+1105.2661 Classical Analysis and ODEs
+1105.3300 Probability
+1106.1525 General Physics
+1106.1879 Information Theory
+1106.5839 Differential Geometry
+1107.4118 Data Analysis, Statistics and Probability
+1107.5762 Representation Theory
+1108.0919 Instrumentation and Methods for Astrophysics
+1108.1648 Strongly Correlated Electrons
+1108.4110
+1108.4184 Combinatorics
+1108.4552 Algebraic Geometry
+1108.5860 Optimization and Control
+1108.6090 Differential Geometry
+1109.1070 Methodology
+1109.1682 Analysis of PDEs
+1109.1866
+1109.4596 Analysis of PDEs
+1109.5083 Information Theory
+1109.5120 Information Theory
+1110.2109 Quantum Gases
+1111.1748 Analysis of PDEs
+1111.3019 Earth and Planetary Astrophysics
+1111.4139 Superconductivity
+1111.4669 Algebraic Topology
+1111.4701 Number Theory
+1111.5734 Combinatorics
+1111.5817
+1111.6578 Classical Analysis and ODEs
+1111.7123 Functional Analysis
+1112.0333
+1112.1716
+1112.4062 Logic
+1112.4085 Differential Geometry
+1112.4189 Logic
+1112.4610 Combinatorics
+1112.5860 Exactly Solvable and Integrable Systems
+1201.0272 Rings and Algebras
+1201.1780 Theory
+1201.6096 Cosmology and Nongalactic Astrophysics
+1201.6435 Superconductivity
+1202.0095 Quantum Algebra
+1202.2183 Complex Variables
+1202.2266 Chemical Physics
+1202.4062 Geometric Topology
+1202.5909 Physics and Society
+1202.6539 Theory
+1203.0123 Classical Analysis and ODEs
+1203.0857 Operator Algebras
+1203.2067 Medical Physics
+1203.2655 Physics and Society
+1203.3047 Other Condensed Matter
+1203.3055 Computational Engineering, Finance, and Science
+1203.3113 Neurons and Cognition
+1203.3235 Functional Analysis
+1203.3891 Theory
+1203.5390 Other Condensed Matter
+1203.5599 Optimization and Control
+1204.0076 Analysis of PDEs
+1204.2050 Dynamical Systems
+1204.4767 Probability
+1204.5720 Algebraic Topology
+1204.6338 Phenomenology
+1205.2098
+1205.2245 Strongly Correlated Electrons
+1205.2994 Group Theory
+1205.3104
+1205.3321 Databases
+1205.4463 Computer Vision and Pattern Recognition
+1205.5792 Strongly Correlated Electrons
+1205.6725
+1205.6853 Fluid Dynamics
+1206.1441 Strongly Correlated Electrons
+1206.2031
+1206.2313 Superconductivity
+1206.2550 Statistical Mechanics
+1206.3164 Dynamical Systems
+1206.3688 Probability
+1206.4331 Theory
+1206.4962 Quantum Gases
+1206.5397 Combinatorics
+1207.1252
+1207.1690 Systems and Control
+1207.2210 Mesoscale and Nanoscale Physics
+1207.3402 Mesoscale and Nanoscale Physics
+1207.4344 Mesoscale and Nanoscale Physics
+1207.4969 Number Theory
+1207.6124 Mesoscale and Nanoscale Physics
+1207.6277 Materials Science
+1207.6528 Numerical Analysis
+1207.6538 Instrumentation and Detectors
+1207.6607 Networking and Internet Architecture
+1207.6924 Mesoscale and Nanoscale Physics
+1207.6943 Mesoscale and Nanoscale Physics
+1207.7040 Data Structures and Algorithms
+1208.0064 Mesoscale and Nanoscale Physics
+1208.0444 Cosmology and Nongalactic Astrophysics
+1208.0649 Mesoscale and Nanoscale Physics
+1208.0746
+1208.0981 Theory
+1208.1694 Populations and Evolution
+1208.1697 Information Theory
+1208.1731 Strongly Correlated Electrons
+1208.2363 Optimization and Control
+1208.2612 Populations and Evolution
+1208.2740 Mesoscale and Nanoscale Physics
+1208.2848 Atomic Physics
+1208.3843 Strongly Correlated Electrons
+1208.3864 Plasma Physics
+1208.4480 Mesoscale and Nanoscale Physics
+1208.4495 Phenomenology
+1208.4971
+1208.5000 Superconductivity
+1208.5118 Other Condensed Matter
+1208.5704 Phenomenology
+1209.0435
+1209.1593 Materials Science
+1209.2235 Strongly Correlated Electrons
+1209.2781 Adaptation and Self-Organizing Systems
+1209.2972
+1209.3175 Materials Science
+1209.3386 Phenomenology
+1209.3593 Materials Science
+1209.3620 Group Theory
+1209.3887
+1209.4955 Numerical Analysis
+1209.5452
+1210.0111
+1210.0777
+1210.0807 Statistics Theory
+1210.1305 Superconductivity
+1210.2340 Number Theory
+1210.2994 Optics
+1210.3458 Phenomenology
+1210.3661 Phenomenology
+1210.4825 Phenomenology
+1210.5010
+1210.5619
+1210.5791 Plasma Physics
+1210.6156 Biological Physics
+1210.6925 Combinatorics
+1210.6973 Materials Science
+1210.7108 Strongly Correlated Electrons
+1210.7465 Phenomenology
+1210.7541 Mesoscale and Nanoscale Physics
+1211.0082
+1211.0116 Lattice
+1211.0129 Number Theory
+1211.0599 Number Theory
+1211.0606 Computational Complexity
+1211.1509 Classical Physics
+1211.1541 Experiment
+1211.1970 Mesoscale and Nanoscale Physics
+1211.3343 Data Analysis, Statistics and Probability
+1211.4884 Chemical Physics
+1211.5164 Probability
+1211.5224 Statistical Mechanics
+1211.5516 Experiment
+1211.5730 Genomics
+1211.5768 Accelerator Physics
+1211.6003 Genomics
+1211.6503 Phenomenology
+1212.0745
+1212.1543 Pattern Formation and Solitons
+1212.1824 Learning
+1212.1908 Representation Theory
+1212.2435 Plasma Physics
+1212.2786 Mesoscale and Nanoscale Physics
+1212.2832 Genomics
+1212.3017 Classical Physics
+1212.3295 Distributed, Parallel, and Cluster Computing
+1212.3690 Information Theory
+1212.3772 Quantum Algebra
+1212.4253 Algebraic Geometry
+1212.4303 Social and Information Networks
+1212.4916 Statistical Mechanics
+1212.5121 Strongly Correlated Electrons
+1212.5125 Differential Geometry
+1212.5182 Information Theory
+1212.5242
+1212.5280 Group Theory
+1212.5340
+1212.5476
+1212.5663 Information Theory
+1212.5815 Systems and Control
+1212.5846
+1212.5946 Metric Geometry
+1212.6258
+1212.6259 Cryptography and Security
+1212.6260 Plasma Physics
+1212.6268 Complex Variables
+1212.6269 Instrumentation and Methods for Astrophysics
+1212.6273 Robotics
+1212.6274
+1212.6278 Instrumentation and Methods for Astrophysics
+1212.6285
+1212.6286 Differential Geometry
+1212.6287 Numerical Analysis
+1212.6289
+1212.6296 Computers and Society
+1212.6298 Multiagent Systems
+1212.6299 Other Computer Science
+1212.6302 Chemical Physics
+1212.6305 Geometric Topology
+1212.6306 Number Theory
+1212.6307 Combinatorics
+1212.6308 Strongly Correlated Electrons
+1212.6309 Optimization and Control
+1212.6310 Solar and Stellar Astrophysics
+1212.6311 Phenomenology
+1212.6313
+1212.6317 Combinatorics
+1212.6323 Social and Information Networks
+1212.6325 Systems and Control
+1212.6327 Data Structures and Algorithms
+1212.6330 Mesoscale and Nanoscale Physics
+1212.6333 Lattice
+1212.6335
+1212.6339 Other Statistics
+1212.6340
+1212.6341 Experiment
+1212.6344
+1212.6346 Other Condensed Matter
+1212.6349 Biological Physics
+1212.6350 Sound
+1212.6352 Experiment
+1212.6353 Probability
+1212.6354 Networking and Internet Architecture
+1212.6355 Computer Science and Game Theory
+1212.6356 Data Analysis, Statistics and Probability
+1212.6357 Chemical Physics
+1212.6358 Soft Condensed Matter
+1212.6359 Soft Condensed Matter
+1212.6360 Numerical Analysis
+1212.6366 Probability
+1212.6367 History and Philosophy of Physics
+1212.6368 Rings and Algebras
+1212.6369 Statistical Mechanics
+1212.6372 Other Computer Science
+1212.6375 Computer Science and Game Theory
+1212.6384 Physics and Society
+1212.6385 Numerical Analysis
+1212.6388 Systems and Control
+1212.6390 Probability
+1212.6391 Analysis of PDEs
+1212.6393
+1212.6394 Geophysics
+1212.6399 Cosmology and Nongalactic Astrophysics
+1212.6402 Probability
+1212.6403 Soft Condensed Matter
+1212.6404 Experiment
+1212.6405
+1212.6407 Instrumentation and Methods for Astrophysics
+1212.6410 Analysis of PDEs
+1212.6412
+1212.6413 Materials Science
+1212.6414 Combinatorics
+1212.6417 Atomic Physics
+1212.6420 Algebraic Geometry
+1212.6425 Operator Algebras
+1212.6429 Commutative Algebra
+1212.6433
+1212.6436 Representation Theory
+1212.6437 Information Theory
+1212.6439
+1212.6449 Theory
+1212.6450 Optimization and Control
+1212.6452
+1212.6453 Combinatorics
+1212.6455
+1212.6456 Physics and Society
+1212.6459 Rings and Algebras
+1212.6460 Materials Science
+1212.6461 Numerical Analysis
+1212.6467 Geometric Topology
+1212.6468 Combinatorics
+1212.6469 Analysis of PDEs
+1212.6473 Representation Theory
+1212.6474 Optics
+1212.6475 Classical Analysis and ODEs
+1212.6476 Superconductivity
+1212.6478 Information Theory
+1212.6480 Strongly Correlated Electrons
+1212.6482 Atomic Physics
+1212.6483 Materials Science
+1212.6484 Superconductivity
+1212.6487 Representation Theory
+1212.6488 Cosmology and Nongalactic Astrophysics
+1212.6489
+1212.6490 Cosmology and Nongalactic Astrophysics
+1212.6492 Numerical Analysis
+1212.6499 High Energy Astrophysical Phenomena
+1212.6500 Logic in Computer Science
+1212.6503 Operator Algebras
+1212.6508
+1212.6510 Other Computer Science
+1212.6513 Number Theory
+1212.6514 Mesoscale and Nanoscale Physics
+1212.6516 Differential Geometry
+1212.6520 Instrumentation and Methods for Astrophysics
+1212.6521 Artificial Intelligence
+1212.6522 Atmospheric and Oceanic Physics
+1212.6525 Representation Theory
+1212.6531 Computers and Society
+1212.6533 Algebraic Geometry
+1212.6535 Differential Geometry
+1212.6538 Disordered Systems and Neural Networks
+1212.6542 Software Engineering
+1212.6544 Functional Analysis
+1212.6545 Numerical Analysis
+1212.6546 Methodology
+1212.6549 Statistics Theory
+1212.6550 Artificial Intelligence
+1212.6551 Metric Geometry
+1212.6552 Experiment
+1212.6553 Number Theory
+1212.6554 Phenomenology
+1212.6555
+1212.6558 Differential Geometry
+1212.6560 Differential Geometry
+1212.6564 Superconductivity
+1212.6565 Cosmology and Nongalactic Astrophysics
+1212.6571 Group Theory
+1212.6572 Differential Geometry
+1212.6574 Logic in Computer Science
+1212.6579 Commutative Algebra
+1212.6581 Differential Geometry
+1212.6583 Soft Condensed Matter
+1212.6585 Optics
+1212.6586 Fluid Dynamics
+1212.6592 Information Theory
+1212.6594 Solar and Stellar Astrophysics
+1212.6598 Representation Theory
+1212.6602 Information Theory
+1212.6603 Analysis of PDEs
+1212.6604 Dynamical Systems
+1212.6605 Optics
+1212.6606 Phenomenology
+1212.6607 Optimization and Control
+1212.6610 Optimization and Control
+1212.6611 Group Theory
+1212.6616 Astrophysics of Galaxies
+1212.6620 Mesoscale and Nanoscale Physics
+1212.6621 Number Theory
+1212.6622
+1212.6627 Information Theory
+1212.6633 Materials Science
+1212.6640 Databases
+1212.6646 Information Theory
+1212.6647 Strongly Correlated Electrons
+1212.6650 Theory
+1212.6657 Classical Analysis and ODEs
+1212.6659 Machine Learning
+1212.6661
+1212.6671 Spectral Theory
+1212.6678 Populations and Evolution
+1212.6683 Group Theory
+1212.6684 Pattern Formation and Solitons
+1212.6686 Information Theory
+1212.6691 Quantum Gases
+1212.6692 Combinatorics
+1212.6694 Optimization and Control
+1212.6695 Number Theory
+1212.6704 Materials Science
+1212.6707 Astrophysics of Galaxies
+1212.6708 Astrophysics of Galaxies
+1212.6709 Analysis of PDEs
+1212.6711 Data Analysis, Statistics and Probability
+1212.6712 Solar and Stellar Astrophysics
+1212.6717 Complex Variables
+1212.6718 Experiment
+1212.6719 Analysis of PDEs
+1212.6722
+1212.6723
+1212.6724 Solar and Stellar Astrophysics
+1212.6725 Computational Complexity
+1212.6731
+1212.6738 Solar and Stellar Astrophysics
+1212.6741 Solar and Stellar Astrophysics
+1212.6744 Probability
+1212.6750 Operator Algebras
+1212.6751 Logic
+1212.6752 Phenomenology
+1212.6754 Disordered Systems and Neural Networks
+1212.6756 Combinatorics
+1212.6762 Differential Geometry
+1212.6771 Quantum Algebra
+1212.6776 Physics Education
+1212.6778 Disordered Systems and Neural Networks
+1212.6780 Group Theory
+1212.6781 Data Structures and Algorithms
+1212.6784
+1212.6787 Theory
+1212.6790 Algebraic Geometry
+1212.6791 Trading and Market Microstructure
+1212.6795 General Finance
+1212.6799 Algebraic Geometry
+1212.6802 Differential Geometry
+1212.6805
+1212.6806 Social and Information Networks
+1212.6808 Social and Information Networks
+1212.6810 Social and Information Networks
+1212.6811 Operator Algebras
+1212.6813 Logic in Computer Science
+1212.6817 Systems and Control
+1212.6820 Genomics
+1212.6827 Biological Physics
+1212.6830 Analysis of PDEs
+1212.6831 Data Structures and Algorithms
+1212.6834 Phenomenology
+1212.6835 Mesoscale and Nanoscale Physics
+1212.6837 Robotics
+1212.6838 Cosmology and Nongalactic Astrophysics
+1212.6839 Solar and Stellar Astrophysics
+1212.6841
+1212.6845 Combinatorics
+1212.6849 Lattice
+1212.6851 Probability
+1212.6856 Computer Science and Game Theory
+1212.6857 Databases
+1212.6858 Strongly Correlated Electrons
+1212.6861 Combinatorics
+1212.6863
+1212.6866 Materials Science
+1212.6870
+1212.6871 Representation Theory
+1212.6874
+1212.6877 Theory
+1212.6887
+1212.6889 Analysis of PDEs
+1212.6892 Classical Physics
+1212.6897 Dynamical Systems
+1212.6898 Experiment
+1212.6899 Populations and Evolution
+1212.6903 Sound
+1212.6904 Rings and Algebras
+1212.6907 Networking and Internet Architecture
+1212.6908 Probability
+1212.6909 Combinatorics
+1212.6913 General Mathematics
+1212.6919 Theory
+1212.6921 Phenomenology
+1212.6922 Neural and Evolutionary Computing
+1212.6923 Graphics
+1212.6928 Functional Analysis
+1212.6930 Information Theory
+1212.6935 Computational Complexity
+1212.6936 Machine Learning
+1212.6958 Learning
+1212.6960 Cosmology and Nongalactic Astrophysics
+1212.6971 Phenomenology
+1212.6972 Theory
+1212.6974 Theory
+cond-mat/0504241 Disordered Systems and Neural Networks
+cond-mat/0512555 Disordered Systems and Neural Networks
+cond-mat/0603824 Disordered Systems and Neural Networks
+cond-mat/0609609 Statistical Mechanics
+math/0412347 Numerical Analysis
+math/0502140 Group Theory
+physics/0501140 History and Philosophy of Physics
+physics/0510044 History and Philosophy of Physics
+physics/0606023 Physics and Society
+quant-ph/0211019
+0705.1707
+0806.2611
+0806.4561 Probability
+0809.4984 Analysis of PDEs
+0812.4763 General Mathematics
+0901.1076
+0902.0753 Mesoscale and Nanoscale Physics
+0904.0817 Logic
+0905.1341 Algebraic Geometry
+0905.2281 Cosmology and Nongalactic Astrophysics
+0907.4060 Analysis of PDEs
+1003.1858
+1004.4256 Cosmology and Nongalactic Astrophysics
+1005.1092 Optics
+1005.1093 Optics
+1007.0984 Complex Variables
+1008.0204 Statistics Theory
+1010.1946 Algebraic Geometry
+1010.2067
+1011.6522 Phenomenology
+1103.3418 Differential Geometry
+1104.5016 Theory
+1107.1302
+1107.2188 Data Structures and Algorithms
+1107.5923 Rings and Algebras
+1108.1810 Differential Geometry
+1109.2344 Computational Physics
+1110.0373 Biological Physics
+1110.1243 Functional Analysis
+1110.3551
+1111.0156 Discrete Mathematics
+1111.3419 Combinatorics
+1111.3471 Phenomenology
+1112.4275
+1201.2947
+1202.3660 Number Theory
+1202.4547 Quantum Gases
+1203.2037
+1203.2268 Social and Information Networks
+1204.2000
+1204.2394 Commutative Algebra
+1204.3035 Optimization and Control
+1204.5380 Optics
+1204.5444 Analysis of PDEs
+1204.6266 Statistical Mechanics
+1205.0231 Metric Geometry
+1205.3020 Information Theory
+1205.3220 Probability
+1205.5985 Commutative Algebra
+1206.1805 Statistical Mechanics
+1206.3544 Functional Analysis
+1206.5353 Phenomenology
+1207.1952
+1207.5093 Representation Theory
+1208.0061
+1208.0620 Probability
+1208.2947 Phenomenology
+1208.4452 Geometric Topology
+1209.2112 Solar and Stellar Astrophysics
+1209.2719 Strongly Correlated Electrons
+1209.3831
+1209.4049 Theory
+1209.4494
+1209.6051 Superconductivity
+1210.0695
+1210.0891 Information Theory
+1210.1004
+1210.1141 Phenomenology
+1210.1623 Number Theory
+1210.2555 Applications
+1210.3961 Statistical Mechanics
+1210.4817 Mesoscale and Nanoscale Physics
+1210.5074 Phenomenology
+1210.5174 Mesoscale and Nanoscale Physics
+1210.6596 Cosmology and Nongalactic Astrophysics
+1210.6936 Phenomenology
+1210.7457 Representation Theory
+1210.8107 Phenomenology
+1210.8366 Phenomenology
+1211.0105 Dynamical Systems
+1211.2147 Number Theory
+1211.2225 Theory
+1211.2867 Functional Analysis
+1211.3468 Statistical Mechanics
+1211.3600 Experiment
+1211.3806 Soft Condensed Matter
+1211.3863 Experiment
+1211.4004 Phenomenology
+1211.4829 Chemical Physics
+1211.4830 Functional Analysis
+1211.6280 Mesoscale and Nanoscale Physics
+1211.7037 Optics
+1211.7063 Cosmology and Nongalactic Astrophysics
+1212.0643 Statistical Mechanics
+1212.0917
+1212.1503 Quantum Gases
+1212.2122
+1212.2197
+1212.2990 Atomic Physics
+1212.4412
+1212.5611
+1212.6175 Experiment
+1301.0076 Phenomenology
+1301.0388 Analysis of PDEs
+1301.0519
+1301.0829 Phenomenology
+1301.1486 Phenomenology
+1301.1777 Materials Science
+1301.1839 Phenomenology
+1301.2719 Strongly Correlated Electrons
+1301.3314
+1301.4114 Applications
+1301.4281 Statistical Mechanics
+1301.4570 Phenomenology
+1301.5706
+1301.5832
+1301.5846
+1301.6900 Social and Information Networks
+1301.7327 Optimization and Control
+1302.0964 Materials Science
+1302.2237 Optics
+1302.2356 High Energy Astrophysical Phenomena
+1302.2640 Theory
+1302.3069 Probability
+1302.3108 Mesoscale and Nanoscale Physics
+1302.4047 Atomic Physics
+1302.4242 Learning
+1302.4692 Differential Geometry
+1302.5425 Theory
+1302.5455 Social and Information Networks
+1302.5635 Computational Geometry
+1302.5848 Numerical Analysis
+1302.5928 Number Theory
+1302.6089
+1302.6210 Neural and Evolutionary Computing
+1302.6230 Group Theory
+1302.6243 Discrete Mathematics
+1302.6252 Cosmology and Nongalactic Astrophysics
+1302.6258 Cellular Automata and Lattice Gases
+1302.6259 Information Theory
+1302.6260 Mesoscale and Nanoscale Physics
+1302.6262
+1302.6267 Cryptography and Security
+1302.6279 Combinatorics
+1302.6287 Optics
+1302.6290 Representation Theory
+1302.6291 Rings and Algebras
+1302.6292 Information Theory
+1302.6293 Algebraic Geometry
+1302.6294 Populations and Evolution
+1302.6296 Solar and Stellar Astrophysics
+1302.6299 Solar and Stellar Astrophysics
+1302.6308 Materials Science
+1302.6310 Neural and Evolutionary Computing
+1302.6312 Distributed, Parallel, and Cluster Computing
+1302.6315 Information Theory
+1302.6320 Methodology
+1302.6321 Materials Science
+1302.6322 Optimization and Control
+1302.6324 Networking and Internet Architecture
+1302.6326 Numerical Analysis
+1302.6327 Materials Science
+1302.6328 Programming Languages
+1302.6329 Distributed, Parallel, and Cluster Computing
+1302.6330 Logic in Computer Science
+1302.6331 Programming Languages
+1302.6332 Programming Languages
+1302.6333 Programming Languages
+1302.6334 Computation and Language
+1302.6335 Logic in Computer Science
+1302.6336 Logic in Computer Science
+1302.6337 Programming Languages
+1302.6338 Logic in Computer Science
+1302.6339 Logic in Computer Science
+1302.6340 Information Retrieval
+1302.6342 General Physics
+1302.6345 Analysis of PDEs
+1302.6347 Materials Science
+1302.6348 Theory
+1302.6351 Number Theory
+1302.6356 Mesoscale and Nanoscale Physics
+1302.6357 Quantum Algebra
+1302.6358 Astrophysics of Galaxies
+1302.6360 Quantum Algebra
+1302.6364 Computers and Society
+1302.6367 Solar and Stellar Astrophysics
+1302.6368 Materials Science
+1302.6370 General Topology
+1302.6371 Instrumentation and Detectors
+1302.6377 Analysis of PDEs
+1302.6378 Algebraic Geometry
+1302.6379 Computer Vision and Pattern Recognition
+1302.6380 Analysis of PDEs
+1302.6383 Commutative Algebra
+1302.6385 Soft Condensed Matter
+1302.6390 Methodology
+1302.6393 Plasma Physics
+1302.6397 Differential Geometry
+1302.6399 Pricing of Securities
+1302.6400 Classical Analysis and ODEs
+1302.6401 Symbolic Computation
+1302.6406 Number Theory
+1302.6411 Formal Languages and Automata Theory
+1302.6412 Instrumentation and Detectors
+1302.6417 Materials Science
+1302.6420 Cosmology and Nongalactic Astrophysics
+1302.6424 Cryptography and Security
+1302.6425 Earth and Planetary Astrophysics
+1302.6426 Neural and Evolutionary Computing
+1302.6427 Methodology
+1302.6429 Plasma Physics
+1302.6430 Materials Science
+1302.6436 Robotics
+1302.6437 Mesoscale and Nanoscale Physics
+1302.6442 Artificial Intelligence
+1302.6444 Atomic Physics
+1302.6452 Machine Learning
+1302.6454 Other Computer Science
+1302.6455 Analysis of PDEs
+1302.6461 High Energy Astrophysical Phenomena
+1302.6466 Geophysics
+1302.6467 Mesoscale and Nanoscale Physics
+1302.6474
+1302.6476 Strongly Correlated Electrons
+1302.6485 Number Theory
+1302.6493 High Energy Astrophysical Phenomena
+1302.6496 Dynamical Systems
+1302.6501 Probability
+1302.6503 Classical Physics
+1302.6504 High Energy Astrophysical Phenomena
+1302.6506
+1302.6510 Phenomenology
+1302.6517 Combinatorics
+1302.6519 Instrumentation and Detectors
+1302.6522 Mesoscale and Nanoscale Physics
+1302.6523 Learning
+1302.6536 Geometric Topology
+1302.6539 Probability
+1302.6552 Commutative Algebra
+1302.6561 Combinatorics
+1302.6563 Numerical Analysis
+1302.6568 Mesoscale and Nanoscale Physics
+1302.6570 Information Theory
+1302.6575
+1302.6580 Information Retrieval
+hep-th/0112195 Theory
+quant-ph/9706036
+quant-ph/9810027
+0708.0269 Analysis of PDEs
+0805.2865 Algebraic Topology
+0807.2936 Chemical Physics
+0905.4285 Strongly Correlated Electrons
+0908.3342 Strongly Correlated Electrons
+1002.2008 Strongly Correlated Electrons
+1008.0134 Strongly Correlated Electrons
+1010.2232 Group Theory
+1010.5077 Operator Algebras
+1101.1478 Strongly Correlated Electrons
+1103.0856 Group Theory
+1103.4339 Populations and Evolution
+1104.3906 Differential Geometry
+1105.5074 Theory
+1107.0637 Pattern Formation and Solitons
+1108.2811 Strongly Correlated Electrons
+1109.4000 Mesoscale and Nanoscale Physics
+1109.4627 Networking and Internet Architecture
+1109.5827 Cryptography and Security
+1110.3946
+1110.4052 Data Structures and Algorithms
+1110.5054 Theory
+1110.5947 Complex Variables
+1111.1788 Machine Learning
+1111.4298 Pricing of Securities
+1111.5483 Information Theory
+1111.6178 Differential Geometry
+1111.6289 Information Theory
+1112.2442 Symplectic Geometry
+1112.5138 Complex Variables
+1112.5916 Strongly Correlated Electrons
+1201.0181 Classical Analysis and ODEs
+1201.4197 Networking and Internet Architecture
+1202.0995
+1203.1570 Multiagent Systems
+1203.3826 Strongly Correlated Electrons
+1204.0105 Methodology
+1204.2506
+1204.4647 Networking and Internet Architecture
+1204.5438 Differential Geometry
+1204.6157 General Physics
+1204.6421 Representation Theory
+1204.6537 Information Theory
+1205.0920 Differential Geometry
+1205.2414 Classical Analysis and ODEs
+1205.4961 Statistical Mechanics
+1205.5933 Superconductivity
+1206.0540
+1206.1990 Algebraic Geometry
+1206.2291 Optimization and Control
+1206.5160 Experiment
+1206.6790 Differential Geometry
+1207.0221 Complex Variables
+1207.1762 Numerical Analysis
+1207.4670 High Energy Astrophysical Phenomena
+1207.5585 Mesoscale and Nanoscale Physics
+1207.6341
+1207.6828 Geometric Topology
+1207.7116 Representation Theory
+1208.0815 Dynamical Systems
+1208.0863 Populations and Evolution
+1208.3266
+1208.3796
+1208.3806 Information Theory
+1208.4043 Networking and Internet Architecture
+1208.4242 Algebraic Geometry
+1209.0345 Optimization and Control
+1209.0960 Numerical Analysis
+1209.1923 Materials Science
+1209.3459 Operator Algebras
+1210.0244 General Physics
+1210.0254 Analysis of PDEs
+1210.1569 General Physics
+1210.1993
+1210.2314 Statistics Theory
+1210.3546 Probability
+1210.3742 Numerical Analysis
+1210.4415 Strongly Correlated Electrons
+1210.4687 Mesoscale and Nanoscale Physics
+1210.7061 Phenomenology
+1211.0140 Solar and Stellar Astrophysics
+1211.0353 Geometric Topology
+1211.0354 Geometric Topology
+1211.1214 Lattice
+1211.1328 Machine Learning
+1211.2269 Mesoscale and Nanoscale Physics
+1211.3702 Combinatorics
+1211.4909 Information Theory
+1211.5623 Mesoscale and Nanoscale Physics
+1211.6462 Disordered Systems and Neural Networks
+1211.6950 Networking and Internet Architecture
+1212.2700
+1212.3789 Optimization and Control
+1212.3822 Combinatorics
+1212.3824 Probability
+1212.4557
+1212.6589
+1301.0027 Computational Complexity
+1301.4127 Representation Theory
+1301.4236 High Energy Astrophysical Phenomena
+1301.4937 Geometric Topology
+1301.5708 Materials Science
+1301.5870 Cosmology and Nongalactic Astrophysics
+1301.7619 Information Theory
+1302.0734 Commutative Algebra
+1302.1118 Soft Condensed Matter
+1302.2220 Complex Variables
+1302.2977 Mesoscale and Nanoscale Physics
+1302.3491 Phenomenology
+1302.3725 Statistical Mechanics
+1302.4268 Information Theory
+1302.4627 Combinatorics
+1302.6249
+1303.0384 Cosmology and Nongalactic Astrophysics
+1303.0968 Analysis of PDEs
+1303.2616 Cosmology and Nongalactic Astrophysics
+1303.2894
+1303.3808 Cosmology and Nongalactic Astrophysics
+1303.4517 Combinatorics
+1303.4726 Cosmology and Nongalactic Astrophysics
+1303.5327 Phenomenology
+1303.5602
+1303.5826 Mesoscale and Nanoscale Physics
+1303.5850 Combinatorics
+1303.6196 Mesoscale and Nanoscale Physics
+1303.6324 Phenomenology
+1303.6536
+1303.6869 Molecular Networks
+1304.1061 Soft Condensed Matter
+1304.2595 Statistical Mechanics
+1304.2817 Numerical Analysis
+1304.4307 Geometric Topology
+1304.4709
+1304.5141 Mesoscale and Nanoscale Physics
+1304.5603 Medical Physics
+1304.5977
+1304.6023 Information Retrieval
+1304.6026 Information Theory
+1304.6920 Information Retrieval
+1305.0253 High Energy Astrophysical Phenomena
+1305.0605 Superconductivity
+1305.2176
+1305.2761 High Energy Astrophysical Phenomena
+1305.2783
+1305.3503 Soft Condensed Matter
+1305.3538 Disordered Systems and Neural Networks
+1305.6048 Theory
+1305.6250
+1305.6782
+1305.6828 Representation Theory
+1305.6921 Phenomenology
+1305.7412 Soft Condensed Matter
+1306.0400 Computational Complexity
+1306.1039 Phenomenology
+1306.1617 Differential Geometry
+1306.1698 Statistical Mechanics
+1306.1718 Computation
+1306.2300 Materials Science
+1306.3010 Statistical Mechanics
+1306.3093 Information Theory
+1306.3384 Mesoscale and Nanoscale Physics
+1306.3902
+1306.4108 Phenomenology
+1306.4465 Mesoscale and Nanoscale Physics
+1306.5041 Data Structures and Algorithms
+1306.5286 Pattern Formation and Solitons
+1306.5511 Physics and Society
+1306.5539 Logic in Computer Science
+1306.5634
+1306.6843 Machine Learning
+1307.0115 Analysis of PDEs
+1307.1138 Differential Geometry
+1307.1168 Instrumentation and Detectors
+1307.1190 Accelerator Physics
+1307.1432 Experiment
+1307.1438 Rings and Algebras
+1307.1486 Strongly Correlated Electrons
+1307.1991 Statistical Mechanics
+1307.2002 Cosmology and Nongalactic Astrophysics
+1307.2025
+1307.2110
+1307.2558
+1307.4226 Phenomenology
+1307.4314 Pattern Formation and Solitons
+1307.4351 Number Theory
+1307.4378 Experiment
+1307.4418
+1307.4997 Phenomenology
+1307.5288 Experiment
+1307.6507 Instrumentation and Detectors
+1307.6978 Soft Condensed Matter
+1307.7280 Experiment
+1307.8076 Phenomenology
+1307.8444 Phenomenology
+1308.1145 Accelerator Physics
+1308.1174 Optimization and Control
+1308.1394 Computational Complexity
+1308.2757 Computational Geometry
+1308.3346 Solar and Stellar Astrophysics
+1308.4221 Strongly Correlated Electrons
+1308.5174 Performance
+1308.5485 Materials Science
+1308.5555 Superconductivity
+1308.5619
+1309.0400
+1309.0491 Statistical Finance
+1309.0706 Logic
+1309.1384 Atomic Physics
+1309.2384 Functional Analysis
+1309.4055 Formal Languages and Automata Theory
+1309.4737 Commutative Algebra
+1309.4794 Optics
+1309.5079 Superconductivity
+1309.5594 Computer Vision and Pattern Recognition
+1309.5883 Combinatorics
+1309.5884 Optimization and Control
+1309.5895 Number Theory
+1309.6025 Combinatorics
+1309.6134 Physics and Society
+1309.6199 Analysis of PDEs
+1309.6351 Commutative Algebra
+1309.6646 Analysis of PDEs
+1309.6660 Materials Science
+1309.6712 Rings and Algebras
+1309.6769 Dynamical Systems
+1309.6837
+1309.7181
+1309.7226 Chaotic Dynamics
+1309.7342 Phenomenology
+1309.7356 Algebraic Geometry
+1309.7357
+1309.7363 Algebraic Geometry
+1309.7364 Analysis of PDEs
+1309.7365 Probability
+1309.7370 Cosmology and Nongalactic Astrophysics
+1309.7371 Solar and Stellar Astrophysics
+1309.7373 Instrumentation and Detectors
+1309.7376 Statistics Theory
+1309.7379 Combinatorics
+1309.7380
+1309.7385 Plasma Physics
+1309.7386 Number Theory
+1309.7390 Rings and Algebras
+1309.7391 Computers and Society
+1309.7393 Information Retrieval
+1309.7397 Phenomenology
+1309.7398 Accelerator Physics
+1309.7399 Materials Science
+1309.7405 Populations and Evolution
+1309.7406 Superconductivity
+1309.7407 Neurons and Cognition
+1309.7409 Representation Theory
+1309.7411
+1309.7413 Theory
+1309.7414 Neurons and Cognition
+1309.7415 Optimization and Control
+1309.7421 Optimization and Control
+1309.7425 Combinatorics
+1309.7426 Analysis of PDEs
+1309.7429 Distributed, Parallel, and Cluster Computing
+1309.7433 Complex Variables
+1309.7434 Computer Vision and Pattern Recognition
+1309.7438 Strongly Correlated Electrons
+1309.7439 Networking and Internet Architecture
+1309.7443 Theory
+1309.7445 Other Statistics
+1309.7447 Phenomenology
+1309.7450 Analysis of PDEs
+1309.7451 Information Theory
+1309.7452 Computational Physics
+1309.7453 Physics and Society
+1309.7456 Analysis of PDEs
+1309.7457 Computational Complexity
+1309.7461 Networking and Internet Architecture
+1309.7462
+1309.7465 Strongly Correlated Electrons
+1309.7468 Phenomenology
+1309.7469 Functional Analysis
+1309.7472 Graphics
+1309.7478 Information Theory
+1309.7482 Number Theory
+1309.7484 Computer Vision and Pattern Recognition
+1309.7488 Optics
+1309.7491 Geometric Topology
+1309.7495
+1309.7497 Optimization and Control
+1309.7498 Optimization and Control
+1309.7499 Analysis of PDEs
+1309.7501 Methodology
+1309.7503 Methodology
+1309.7504 Numerical Analysis
+1309.7506 Number Theory
+1309.7507 Pricing of Securities
+1309.7508 Data Structures and Algorithms
+1309.7511 Rings and Algebras
+1309.7513 Number Theory
+1309.7514 Geometric Topology
+1309.7515 Soft Condensed Matter
+1309.7517 Information Retrieval
+1309.7518 Information Theory
+1309.7520
+1309.7522 Neural and Evolutionary Computing
+1309.7524 Multiagent Systems
+1309.7525 Rings and Algebras
+1309.7527 Networking and Internet Architecture
+1309.7531 Analysis of PDEs
+1309.7537 Number Theory
+1309.7545 Atomic Physics
+1309.7547 Astrophysics of Galaxies
+1309.7549 Populations and Evolution
+1309.7550 Probability
+1309.7551 Complex Variables
+1309.7552
+1309.7555 Fluid Dynamics
+1309.7558
+1309.7559 General Physics
+1309.7562 Algebraic Geometry
+1309.7564 Information Theory
+1309.7565 Data Structures and Algorithms
+1309.7567 Combinatorics
+1309.7569 Classical Analysis and ODEs
+1309.7571 Solar and Stellar Astrophysics
+1309.7573 Solar and Stellar Astrophysics
+1309.7579 Number Theory
+1309.7582
+1309.7584 Formal Languages and Automata Theory
+1309.7586 Popular Physics
+1309.7587 Materials Science
+1309.7593 Dynamical Systems
+1309.7597 K-Theory and Homology
+1309.7598 Learning
+1309.7609 Computer Vision and Pattern Recognition
+1309.7610 Probability
+1309.7611 Learning
+1309.7613 Chaotic Dynamics
+1309.7615 Computer Vision and Pattern Recognition
+1309.7619 Optimization and Control
+1309.7621 Probability
+1309.7622 Statistics Theory
+1309.7624 Probability
+1309.7625 Analysis of PDEs
+1309.7628 Phenomenology
+1309.7630 Combinatorics
+1309.7631 Statistical Mechanics
+1309.7632
+1309.7633 Numerical Analysis
+1309.7635 Probability
+1309.7636 Solar and Stellar Astrophysics
+1309.7639 Phenomenology
+1309.7648 Differential Geometry
+1309.7653 Phenomenology
+1309.7658 High Energy Astrophysical Phenomena
+1309.7661 Metric Geometry
+1309.7663 Rings and Algebras
+1309.7669
+1309.7673 Combinatorics
+1309.7675 Number Theory
+1309.7676 Learning
+1309.7678 Physics Education
+1309.7679 Instrumentation and Detectors
+1309.7682 Mesoscale and Nanoscale Physics
+1309.7684 Experiment
+1309.7686 Computational Engineering, Finance, and Science
+1309.7687 Computational Engineering, Finance, and Science
+1309.7688 Computational Engineering, Finance, and Science
+1309.7689 Computational Engineering, Finance, and Science
+1309.7691 Computational Engineering, Finance, and Science
+1309.7692 Computational Engineering, Finance, and Science
+1309.7693 Computational Engineering, Finance, and Science
+1309.7694 Computational Engineering, Finance, and Science
+1309.7695 Computational Engineering, Finance, and Science
+1309.7696 Computational Engineering, Finance, and Science
+1309.7697 Software Engineering
+1309.7698 Social and Information Networks
+1309.7701 Functional Analysis
+1309.7702 Social and Information Networks
+1309.7704 Operator Algebras
+1309.7706 Optics
+1309.7708 General Topology
+1309.7710 Differential Geometry
+1309.7715
+1309.7716 Algebraic Geometry
+1309.7718
+1309.7719 Combinatorics
+1309.7720 Distributed, Parallel, and Cluster Computing
+1309.7721 Applications
+1309.7723 Information Theory
+1309.7729 Group Theory
+1309.7734 Information Theory
+1309.7737 Mesoscale and Nanoscale Physics
+1309.7738 Geophysics
+1309.7739 Computational Complexity
+1309.7740 Physics and Society
+1309.7741 Theory
+1309.7742 Mesoscale and Nanoscale Physics
+1309.7745 Functional Analysis
+1309.7747 Computers and Society
+1309.7751 Number Theory
+1309.7752 Statistics Theory
+1309.7753 Classical Analysis and ODEs
+1309.7754 Statistics Theory
+1309.7758 Cosmology and Nongalactic Astrophysics
+1309.7759 Pricing of Securities
+1309.7763 Phenomenology
+1309.7765 Cosmology and Nongalactic Astrophysics
+1309.7770 Cosmology and Nongalactic Astrophysics
+1309.7771 Cosmology and Nongalactic Astrophysics
+1309.7776 Information Theory
+1309.7777 Other Condensed Matter
+1309.7781 Methodology
+1309.7791 Phenomenology
+1309.7792 Astrophysics of Galaxies
+1309.7796 Differential Geometry
+1309.7797 Quantum Gases
+1309.7798 Molecular Networks
+1309.7799 Astrophysics of Galaxies
+1309.7801 Statistics Theory
+1309.7802 Phenomenology
+1309.7803 Computational Geometry
+1309.7804 Machine Learning
+1309.7807 Statistics Theory
+1309.7809 Fluid Dynamics
+1309.7810 Experiment
+1309.7811 Algebraic Geometry
+1309.7813 Phenomenology
+1309.7815 Statistical Mechanics
+1309.7816 Statistics Theory
+1309.7820 Combinatorics
+1309.7824 Computer Science and Game Theory
+1309.7826 Number Theory
+1309.7830 Group Theory
+1309.7832 Combinatorics
+1309.7837 Statistics Theory
+1309.7842 Combinatorics
+1309.7845 Computational Physics
+1309.7846 Analysis of PDEs
+1309.7847 Phenomenology
+1309.7856 Operator Algebras
+1309.7862 Cosmology and Nongalactic Astrophysics
+1309.7864
+1309.7865 Dynamical Systems
+1309.7867 High Energy Astrophysical Phenomena
+1309.7868 Experiment
+1309.7874 Combinatorics
+1309.7875 Pattern Formation and Solitons
+1309.7881 Networking and Internet Architecture
+1309.7883 Phenomenology
+1309.7887 Superconductivity
+1309.7889 Classical Physics
+1309.7890 Phenomenology
+1309.7891 Data Structures and Algorithms
+1309.7898 Instrumentation and Detectors
+1309.7900 High Energy Astrophysical Phenomena
+1309.7903 Group Theory
+1309.7905 Cosmology and Nongalactic Astrophysics
+1309.7906 Soft Condensed Matter
+1309.7907 Mesoscale and Nanoscale Physics
+1309.7909 Probability
+1309.7912 Computer Vision and Pattern Recognition
+1309.7914 Functional Analysis
+1309.7918 General Physics
+1309.7922 Optimization and Control
+1309.7927 Metric Geometry
+1309.7928 Experiment
+1309.7934 Dynamical Systems
+1309.7935 Networking and Internet Architecture
+1309.7942 Lattice
+1309.7945
+1309.7950 Software Engineering
+1309.7955 Computer Science and Game Theory
+1309.7956 Materials Science
+1309.7958 Computers and Society
+1309.7959 Learning
+1309.7961 Experiment
+1309.7962 Experiment
+1309.7964 Information Theory
+1309.7968 High Energy Astrophysical Phenomena
+1309.7981 Analysis of PDEs
+1309.7982 Learning
+1309.7995 Phenomenology
+gr-qc/9809054
+hep-ph/0406213 Phenomenology
+nlin/0001023 Chaotic Dynamics
+0712.0473 Phenomenology
+0808.0887 Algebraic Geometry
+0906.0710
+0907.0733 Statistical Mechanics
+0910.0808 Mesoscale and Nanoscale Physics
+0910.1910
+1004.1028 Populations and Evolution
+1004.2018 Differential Geometry
+1007.1577 Mesoscale and Nanoscale Physics
+1008.2821 Probability
+1008.4243
+1009.4296 Mesoscale and Nanoscale Physics
+1010.4811 High Energy Astrophysical Phenomena
+1011.0874 Strongly Correlated Electrons
+1101.1880 Solar and Stellar Astrophysics
+1102.2814 Solar and Stellar Astrophysics
+1103.5020 Rings and Algebras
+1104.4103 Functional Analysis
+1107.5835 Dynamical Systems
+1108.0617
+1108.0797 Algebraic Geometry
+1108.4603 Differential Geometry
+1108.5400
+1108.5539 Strongly Correlated Electrons
+1109.2786 Strongly Correlated Electrons
+1109.3480 Experiment
+1110.2179 Statistical Mechanics
+1110.2903 Quantum Gases
+1110.3280 Information Theory
+1110.3755 Mesoscale and Nanoscale Physics
+1111.1277
+1111.5946
+1112.5611 Strongly Correlated Electrons
+1201.2109 Combinatorics
+1201.2160 Probability
+1201.5106 Strongly Correlated Electrons
+1202.3988 Theory
+1202.5499 Mesoscale and Nanoscale Physics
+1202.6217 Mesoscale and Nanoscale Physics
+1203.1696 Algebraic Topology
+1203.2405 Analysis of PDEs
+1203.2956
+1203.2983 Mesoscale and Nanoscale Physics
+1203.5161 Physics and Society
+1203.5720 Cosmology and Nongalactic Astrophysics
+1204.1889 Statistical Mechanics
+1204.1938 Number Theory
+1204.4129 Materials Science
+1204.4187 Superconductivity
+1204.5031 Probability
+1204.5923 Combinatorics
+1204.6246 Superconductivity
+1205.0138
+1205.0752 Phenomenology
+1205.6089
+1205.6143 Chaotic Dynamics
+1206.3169 Superconductivity
+1206.3819 Information Theory
+1206.4153
+1206.4223
+1206.4714
+1206.4867
+1206.6082 Analysis of PDEs
+1206.6195 Probability
+1207.0171 Theory
+1207.0853 Geophysics
+1207.1631 Quantitative Methods
+1207.1996 Combinatorics
+1207.2150 Strongly Correlated Electrons
+1207.4103 Phenomenology
+1207.7270 Logic
+1208.4276 Phenomenology
+1208.4366 Cosmology and Nongalactic Astrophysics
+1208.4738 Materials Science
+1208.6297 Phenomenology
+1209.1186 Materials Science
+1209.1264 Mesoscale and Nanoscale Physics
+1209.1649 Analysis of PDEs
+1209.2007 History and Overview
+1209.2675 Mesoscale and Nanoscale Physics
+1209.3177 Strongly Correlated Electrons
+1209.5310 Strongly Correlated Electrons
+1210.1337 Materials Science
+1210.2530 Materials Science
+1210.2772
+1210.4166 Strongly Correlated Electrons
+1210.6235 Superconductivity
+1210.6643 Soft Condensed Matter
+1210.6876
+1210.7582 Analysis of PDEs
+1210.8287
+1211.0507 Optimization and Control
+1211.0585 Cosmology and Nongalactic Astrophysics
+1211.0845
+1211.0916 Materials Science
+1211.1101 Lattice
+1211.1106 Lattice
+1211.1773
+1211.3992 Strongly Correlated Electrons
+1211.4342 Superconductivity
+1212.0730 Superconductivity
+1212.1667 Biological Physics
+1212.2024 Group Theory
+1212.4513 Solar and Stellar Astrophysics
+1212.4683 Phenomenology
+1212.5050 High Energy Astrophysical Phenomena
+1212.5896 Analysis of PDEs
+1212.6314 Analysis of PDEs
+1212.6381 Phenomenology
+1212.6900 Materials Science
+1212.6933 Computer Vision and Pattern Recognition
+1301.0537 Theory
+1301.0630 Strongly Correlated Electrons
+1301.0745 Data Structures and Algorithms
+1301.0865 General Physics
+1301.1174
+1301.1236 Quantum Gases
+1301.1745 Materials Science
+1301.1848 Multiagent Systems
+1301.2354 Computational Engineering, Finance, and Science
+1301.2656 Machine Learning
+1301.2741 Earth and Planetary Astrophysics
+1301.2753
+1301.2847 Complex Variables
+1301.2887
+1301.2915 Probability
+1301.3017 Statistics Theory
+1301.3051 Differential Geometry
+1301.3062 Phenomenology
+1301.3090 Plasma Physics
+1301.3093 Data Structures and Algorithms
+1301.3103 Neurons and Cognition
+1301.3154
+1301.3156 Instrumentation and Methods for Astrophysics
+1301.3159 Materials Science
+1301.3166 Methodology
+1301.3172 Commutative Algebra
+1301.3175 Numerical Analysis
+1301.3176 Dynamical Systems
+1301.3179 Dynamical Systems
+1301.3181 Atomic Physics
+1301.3185 Networking and Internet Architecture
+1301.3186 Experiment
+1301.3187 Computers and Society
+1301.3190 Statistics Theory
+1301.3192 Learning
+1301.3198 Optics
+1301.3201 Group Theory
+1301.3202 Solar and Stellar Astrophysics
+1301.3210
+1301.3213 Other Condensed Matter
+1301.3214 Computation and Language
+1301.3215 Other Condensed Matter
+1301.3218
+1301.3220 Information Theory
+1301.3221 Mesoscale and Nanoscale Physics
+1301.3222 Commutative Algebra
+1301.3228 Other Condensed Matter
+1301.3231 Lattice
+1301.3232 Number Theory
+1301.3236 Astrophysics of Galaxies
+1301.3237 Functional Analysis
+1301.3239 Functional Analysis
+1301.3241 Functional Analysis
+1301.3243 Probability
+1301.3245 Earth and Planetary Astrophysics
+1301.3252 Data Structures and Algorithms
+1301.3254 Superconductivity
+1301.3257 High Energy Astrophysical Phenomena
+1301.3258 Cryptography and Security
+1301.3262 Functional Analysis
+1301.3263 Materials Science
+1301.3273 General Physics
+1301.3278
+1301.3281 Hardware Architecture
+1301.3283 Experiment
+1301.3286
+1301.3288 Probability
+1301.3289 Statistics Theory
+1301.3291
+1301.3292 Algebraic Geometry
+1301.3293 Materials Science
+1301.3295 Solar and Stellar Astrophysics
+1301.3298 Astrophysics of Galaxies
+1301.3299 Logic in Computer Science
+1301.3300 Phenomenology
+1301.3303 Number Theory
+1301.3304 Dynamical Systems
+1301.3305 Algebraic Geometry
+1301.3306 Astrophysics of Galaxies
+1301.3315 Astrophysics of Galaxies
+1301.3316 Formal Languages and Automata Theory
+1301.3318 Molecular Networks
+1301.3320 Operator Algebras
+1301.3324 Mesoscale and Nanoscale Physics
+1301.3327 Materials Science
+1301.3335 Numerical Analysis
+1301.3338 Optics
+1301.3339 Phenomenology
+1301.3341 Optics
+1301.3345 Phenomenology
+1301.3347 Multiagent Systems
+1301.3351 Mesoscale and Nanoscale Physics
+1301.3353 Theory
+1301.3356 Probability
+1301.3358 Cosmology and Nongalactic Astrophysics
+1301.3359 Theory
+1301.3364
+1301.3365 Astrophysics of Galaxies
+1301.3367 Lattice
+1301.3373 High Energy Astrophysical Phenomena
+1301.3380 Earth and Planetary Astrophysics
+1301.3382 Mesoscale and Nanoscale Physics
+1301.3384 Plasma Physics
+1301.3388 Data Structures and Algorithms
+1301.3392 Logic
+1301.3393 Logic in Computer Science
+1301.3394 Differential Geometry
+1301.3397 Lattice
+1301.3400 Combinatorics
+1301.3403 Metric Geometry
+1301.3405 Experiment
+1301.3407
+1301.3410 Soft Condensed Matter
+1301.3413 Quantum Algebra
+1301.3418 Materials Science
+1301.3425 Dynamical Systems
+1301.3428 Mesoscale and Nanoscale Physics
+1301.3430 Phenomenology
+1301.3442
+1301.3443 Logic
+1301.3447 Functional Analysis
+1301.3449 Phenomenology
+1301.3454 Solar and Stellar Astrophysics
+1301.3458 Soft Condensed Matter
+1301.3460 Lattice
+1301.3462 Soft Condensed Matter
+1301.3465
+1301.3466 Soft Condensed Matter
+1301.3472 Tissues and Organs
+1301.3477 Number Theory
+1301.3482 Data Structures and Algorithms
+1301.3488 Data Structures and Algorithms
+chao-dyn/9709032 Chaotic Dynamics
+chao-dyn/9907033 Chaotic Dynamics
+chao-dyn/9912009 Chaotic Dynamics
+cond-mat/0606157 Strongly Correlated Electrons
+cond-mat/0612009 Strongly Correlated Electrons
+cond-mat/9703106 Disordered Systems and Neural Networks
+hep-ph/9809419 Phenomenology
+math/0106243 Representation Theory
+0704.1861 Analysis of PDEs
+0704.1862 Analysis of PDEs
+0707.4612
+0808.2163
+0811.4537
+0909.2295 Optics
+1001.1565 Data Structures and Algorithms
+1006.1610
+1009.2143 Dynamical Systems
+1012.2131 Dynamical Systems
+1102.0240 Logic
+1103.5026
+1107.0627 Quantum Gases
+1109.0975 Differential Geometry
+1110.1187 Materials Science
+1111.4647
+1112.4975 Lattice
+1201.0121 Number Theory
+1201.1786 Optimization and Control
+1201.3180 Mesoscale and Nanoscale Physics
+1201.5371 Cosmology and Nongalactic Astrophysics
+1202.3146 Superconductivity
+1202.6156 Analysis of PDEs
+1203.5125 Cosmology and Nongalactic Astrophysics
+1203.5712 Number Theory
+1203.5994
+1204.2145 Numerical Analysis
+1204.2674 Rings and Algebras
+1204.3599
+1204.3709 Combinatorics
+1205.3481
+1206.1013 Mesoscale and Nanoscale Physics
+1206.1691
+1206.3715 Number Theory
+1206.6493 Astrophysics of Galaxies
+1207.0865 Statistics Theory
+1207.2216 Algebraic Topology
+1207.5742 Information Theory
+1207.5910 Statistics Theory
+1207.6367 Rings and Algebras
+1208.0833 Phenomenology
+1208.6535
+1209.2899 Commutative Algebra
+1209.4573 Quantum Gases
+1209.4814 Phenomenology
+1209.6056 Theory
+1209.6505 Analysis of PDEs
+1210.1254 Mesoscale and Nanoscale Physics
+1210.1571
+1210.1980
+1210.3638 Strongly Correlated Electrons
+1210.4483 Disordered Systems and Neural Networks
+1210.4954 Optimization and Control
+1210.5669 Experiment
+1210.6309 Other Condensed Matter
+1210.6576 Algebraic Geometry
+1210.7086 Optics
+1211.0207 Theory
+1211.0937 Populations and Evolution
+1211.2102 Optimization and Control
+1211.4314
+1211.5482 Theory
+1211.5672 Fluid Dynamics
+1211.6700 Group Theory
+1212.1003 Theory
+1212.2772 Probability
+1212.3285 Mesoscale and Nanoscale Physics
+1212.4478 Quantum Gases
+1212.4694 Analysis of PDEs
+1212.5649 Networking and Internet Architecture
+1301.1405 General Physics
+1301.2170
+1301.2922
+1301.3386 Statistical Mechanics
+1301.4081 Mesoscale and Nanoscale Physics
+1301.4145 Cosmology and Nongalactic Astrophysics
+1301.4470 Phenomenology
+1301.4923
+1301.5042 Cosmology and Nongalactic Astrophysics
+1301.5059 Atmospheric and Oceanic Physics
+1301.5382 Fluid Dynamics
+1301.5690
+1301.5941 Probability
+1301.6166 Statistical Mechanics
+1301.7295 Materials Science
+1302.0701 Quantum Gases
+1302.0784 Genomics
+1302.0846 Phenomenology
+1302.0912 Computational Physics
+1302.0957
+1302.2012 Mesoscale and Nanoscale Physics
+1302.2641 Theory
+1302.4093 Analysis of PDEs
+1302.5944 Cosmology and Nongalactic Astrophysics
+1302.6415 Cosmology and Nongalactic Astrophysics
+1302.7238 General Topology
+1303.1305 Theory
+1303.1313
+1303.1524 Mesoscale and Nanoscale Physics
+1303.1592 Phenomenology
+1303.1903
+1303.2353 Mesoscale and Nanoscale Physics
+1303.2985 Experiment
+1303.3687
+1303.3891
+1303.4117 Combinatorics
+1303.5099 Statistical Mechanics
+1303.6266 Lattice
+1303.6630 Cosmology and Nongalactic Astrophysics
+1303.6692
+1303.7009 Phenomenology
+1303.7320 Phenomenology
+1304.0333 Plasma Physics
+1304.0516 Optics
+1304.0570 Materials Science
+1304.1409
+1304.2081 Phenomenology
+1304.2108 Statistical Mechanics
+1304.2196 Cosmology and Nongalactic Astrophysics
+1304.2252 Soft Condensed Matter
+1304.2593 Cosmology and Nongalactic Astrophysics
+1304.3226 Differential Geometry
+1304.3331
+1304.3356 Phenomenology
+1304.3464 Phenomenology
+1304.3982
+1304.4331
+1304.5454 Quantum Gases
+1304.6732 Phenomenology
+1304.6874 Theory
+1304.7143 Analysis of PDEs
+1304.7400 Cosmology and Nongalactic Astrophysics
+1304.7467 Phenomenology
+1304.7676 Strongly Correlated Electrons
+1305.0048 Lattice
+1305.0131 Mesoscale and Nanoscale Physics
+1305.0298 Strongly Correlated Electrons
+1305.0394
+1305.0813 Cosmology and Nongalactic Astrophysics
+1305.0830 High Energy Astrophysical Phenomena
+1305.1226
+1305.1981
+1305.2011 Theory
+1305.2084 Materials Science
+1305.2179 Atomic Physics
+1305.2194 Cosmology and Nongalactic Astrophysics
+1305.2335 Solar and Stellar Astrophysics
+1305.2578 Theory
+1305.2917 Cosmology and Nongalactic Astrophysics
+1305.2947 Phenomenology
+1305.3098
+1305.4145 Strongly Correlated Electrons
+1305.4239
+1305.5042 Phenomenology
+1305.5555
+1305.5560
+1305.6397 Phenomenology
+1305.6464 Phenomenology
+1305.6610 Phenomenology
+1305.6776
+1305.6862 Computers and Society
+1305.6961 Theory
+1305.7151 Cosmology and Nongalactic Astrophysics
+1306.0114 Physics and Society
+1306.0249 Instrumentation and Detectors
+1306.0487 Statistical Mechanics
+1306.0861
+1306.0899 Phenomenology
+1306.1389
+1306.1738
+1306.2368
+1306.2591 Statistical Mechanics
+1306.2642 Phenomenology
+1306.2677
+1306.2739 Phenomenology
+1306.2941 Phenomenology
+1306.3138 Optics
+1306.3269
+1306.3565 Theory
+1306.3758 Mesoscale and Nanoscale Physics
+1306.3901
+1306.3918 Theory
+1306.3992 Theory
+1306.4182 Phenomenology
+1306.4210 Theory
+1306.4346 Strongly Correlated Electrons
+1306.4662 Cosmology and Nongalactic Astrophysics
+1306.4699 Soft Condensed Matter
+1306.4730 Strongly Correlated Electrons
+1306.4976 Strongly Correlated Electrons
+1306.5012 Materials Science
+1306.5125 Mesoscale and Nanoscale Physics
+1306.5315 Atomic Physics
+1306.5395
+1306.5477 Materials Science
+1306.5640 Statistical Mechanics
+1306.5792 Theory
+1306.5820
+1306.5833 Statistical Mechanics
+1306.5947 Experiment
+1306.5969
+1306.6349 Cosmology and Nongalactic Astrophysics
+1306.6579
+1306.6667 Statistical Mechanics
+1307.0039 Theory
+1307.0308 Cosmology and Nongalactic Astrophysics
+1307.0377
+1307.0825 Phenomenology
+1307.0826 Phenomenology
+1307.0832
+1307.0975 Strongly Correlated Electrons
+1307.1129 Phenomenology
+1307.1146 Strongly Correlated Electrons
+1307.1314 Theory
+1307.1607 Quantum Gases
+1307.1657 Atomic Physics
+1307.1668 Strongly Correlated Electrons
+1307.1711 Phenomenology
+1307.1802 Theory
+1307.2245 Theory
+1307.2423
+1307.2439 Quantum Gases
+1307.2464 Phenomenology
+1307.2734 Atomic Physics
+1307.2793 High Energy Astrophysical Phenomena
+1307.2873 Phenomenology
+1307.2938 Materials Science
+1307.3111 Theory
+1307.3383 Phenomenology
+1307.3551 Astrophysics of Galaxies
+1307.3619 Plasma Physics
+1307.4054
+1307.4159 Plasma Physics
+1307.4411
+1307.4501 Atomic Physics
+1307.4571
+1307.4640 Theory
+1307.4701 Lattice
+1307.4706 Theory
+1307.4849 Phenomenology
+1307.5275
+1307.5317 Geometric Topology
+1307.5366 Superconductivity
+1307.5635 Plasma Physics
+1307.5830 Cosmology and Nongalactic Astrophysics
+1307.5935 Experiment
+1307.5949 Cosmology and Nongalactic Astrophysics
+1307.6120 Lattice
+1307.6295 Phenomenology
+1307.6932 Theory
+1307.6996
+1307.7320 Analysis of PDEs
+1307.7492 Accelerator Physics
+1307.7571 Cosmology and Nongalactic Astrophysics
+1307.7610 Theory
+1307.7611 Phenomenology
+1307.7723 Phenomenology
+1307.7967 Instrumentation and Detectors
+1307.8195 Instrumentation and Methods for Astrophysics
+1307.8368 Mesoscale and Nanoscale Physics
+1308.0011 Phenomenology
+1308.0286 Cosmology and Nongalactic Astrophysics
+1308.0341 Theory
+1308.0523
+1308.0819 Theory
+1308.0947 Phenomenology
+1308.0951 Phenomenology
+1308.1080 Solar and Stellar Astrophysics
+1308.1094 Phenomenology
+1308.1120 Experiment
+1308.1256 Mesoscale and Nanoscale Physics
+1308.1397 Instrumentation and Methods for Astrophysics
+1308.1478 Theory
+1308.1598 Analysis of PDEs
+1308.1760 Experiment
+1308.1830 Experiment
+1308.1906 Theory
+1308.1995 Social and Information Networks
+1308.2112
+1308.2386 Theory
+1308.2493
+1308.2589 Experiment
+1308.2637 Atomic and Molecular Clusters
+1308.2657 Phenomenology
+1308.2665 Theory
+1308.3044
+1308.3195 Quantum Gases
+1308.3218 Geometric Topology
+1308.3463 Strongly Correlated Electrons
+1308.3794
+1308.3907
+1308.3965 Strongly Correlated Electrons
+1308.4025 Phenomenology
+1308.4146 Phenomenology
+1308.4445 Atomic Physics
+1308.4494 Theory
+1308.4763
+1308.5072
+1308.5186 Lattice
+1308.6463 Instrumentation and Methods for Astrophysics
+1308.6555 Functional Analysis
+1309.0777
+1309.1690
+1309.2499
+1309.2525 Data Structures and Algorithms
+1309.2611
+1309.2756 High Energy Astrophysical Phenomena
+1309.3454 Superconductivity
+1309.3764 Theory
+1309.4318 Theory
+1309.4786 Operator Algebras
+1309.5776 Superconductivity
+1309.7359 Atomic Physics
+1310.0279 Quantum Algebra
+1310.0615 Instrumentation and Methods for Astrophysics
+1310.1629 Materials Science
+1310.1804 Geometric Topology
+1310.1969 Methodology
+1310.3103
+1310.3494 General Mathematics
+1310.4262
+1310.4673 Dynamical Systems
+1310.5933
+1310.6394 Lattice
+1310.6510 Analysis of PDEs
+1310.6836 Mesoscale and Nanoscale Physics
+1310.7195 Number Theory
+1310.7249 Genomics
+1310.7566 Instrumentation and Methods for Astrophysics
+1310.7567
+1310.7568 Quantitative Methods
+1310.7569 History and Philosophy of Physics
+1310.7575 Cosmology and Nongalactic Astrophysics
+1310.7592 Theory
+1310.7595 Functional Analysis
+1310.7604 Cellular Automata and Lattice Gases
+1310.7607 Numerical Analysis
+1310.7610 Distributed, Parallel, and Cluster Computing
+1310.7611 Numerical Analysis
+1310.7613 Mesoscale and Nanoscale Physics
+1310.7614 Biological Physics
+1310.7615
+1310.7617 Strongly Correlated Electrons
+1310.7626 Functional Analysis
+1310.7628 Analysis of PDEs
+1310.7634 Computational Physics
+1310.7635 Pattern Formation and Solitons
+1310.7649 Functional Analysis
+1310.7651 Dynamical Systems
+1310.7653 Theory
+1310.7658 Numerical Analysis
+1310.7661 Atomic Physics
+1310.7662 Neurons and Cognition
+1310.7666
+1310.7668
+1310.7670 Optics
+1310.7672 Neurons and Cognition
+1310.7675
+1310.7677 Numerical Analysis
+1310.7679 Systems and Control
+1310.7680 Strongly Correlated Electrons
+1310.7683 Algebraic Geometry
+1310.7686 Differential Geometry
+1310.7689 Number Theory
+1310.7695 Representation Theory
+1310.7704
+1310.7707 Space Physics
+1310.7709 Algebraic Geometry
+1310.7716 Number Theory
+1310.7722
+1310.7726 Analysis of PDEs
+1310.7727 Materials Science
+1310.7728 Analysis of PDEs
+1310.7729 Systems and Control
+1310.7730 High Energy Astrophysical Phenomena
+1310.7732 Experiment
+1310.7734 Analysis of PDEs
+1310.7737 Geometric Topology
+1310.7738 Rings and Algebras
+1310.7740 Mesoscale and Nanoscale Physics
+1310.7741 Data Structures and Algorithms
+1310.7743 Analysis of PDEs
+1310.7753 Group Theory
+1310.7759 Combinatorics
+1310.7762 Accelerator Physics
+1310.7763 Phenomenology
+1310.7765 Plasma Physics
+1310.7768
+1310.7770 Probability
+1310.7774 Programming Languages
+1310.7778 Lattice
+1310.7781 Number Theory
+1310.7789 Number Theory
+1310.7791 Solar and Stellar Astrophysics
+1310.7792 Hardware Architecture
+1310.7798 Phenomenology
+1310.7800 Instrumentation and Methods for Astrophysics
+1310.7802 Genomics
+1310.7815 Applications
+1310.7816 Experiment
+1310.7817 Mesoscale and Nanoscale Physics
+1310.7818 Lattice
+1310.7822 Plasma Physics
+1310.7824 Materials Science
+1310.7826 Numerical Analysis
+1310.7828 Artificial Intelligence
+1310.7832 Lattice
+1310.7838 Statistics Theory
+1310.7844 Classical Analysis and ODEs
+1310.7846
+1310.7849
+1310.7850 Applications
+1310.7851 General Physics
+1310.7855 Machine Learning
+1310.7859 Experiment
+1310.7864 Classical Analysis and ODEs
+1310.7868 Instrumentation and Methods for Astrophysics
+1310.7869 Probability
+1310.7880 Operator Algebras
+1310.7883 Populations and Evolution
+1310.7887 Lattice
+1310.7890 Data Structures and Algorithms
+1310.7898 Data Structures and Algorithms
+1310.7902 Solar and Stellar Astrophysics
+1310.7904 Classical Analysis and ODEs
+1310.7909 Geometric Topology
+1310.7918 Statistics Theory
+1310.7919 Probability
+1310.7920 Astrophysics of Galaxies
+1310.7929 Theory
+1310.7930
+gr-qc/9508004
+math-ph/0603019
+math-ph/0604015
+0905.2302 Solar and Stellar Astrophysics
+0907.4577 Group Theory
+1001.3407
+1001.4259 Geometric Topology
+1004.0267 Cosmology and Nongalactic Astrophysics
+1006.3221
+1010.5099
+1012.2484 Probability
+1101.2202 Theory
+1101.4056 Probability
+1101.5838 Computation
+1103.0171 Information Theory
+1104.0856 Algebraic Geometry
+1105.2516 Classical Analysis and ODEs
+1106.5124 Logic
+1107.3673 Quantum Gases
+1107.5015 Theory
+1110.2871 Geometric Topology
+1111.0515 Quantum Algebra
+1111.2546 Statistics Theory
+1111.5529 General Physics
+1111.6305 Cosmology and Nongalactic Astrophysics
+1111.7274 Analysis of PDEs
+1112.1288 Differential Geometry
+1112.1456 Differential Geometry
+1112.3841 Geometric Topology
+1112.5692 Probability
+1201.2300 Functional Analysis
+1201.5489 General Physics
+1201.5832 Theory
+1202.1597 Combinatorics
+1202.3742 Learning
+1202.4850 Statistics Theory
+1202.6364 Theory
+1202.6506 Classical Physics
+1203.3396
+1204.1226 Statistics Theory
+1204.2614
+1204.3073 Theory
+1204.6586 Cosmology and Nongalactic Astrophysics
+1204.6664
+1205.0453 Biological Physics
+1205.0487
+1205.2211 Statistical Mechanics
+1205.2247 Algebraic Topology
+1205.3835 Cosmology and Nongalactic Astrophysics
+1205.4539 Differential Geometry
+1205.6154 Optics
+1205.6665 Soft Condensed Matter
+1206.0070 Soft Condensed Matter
+1206.1707 Fluid Dynamics
+1206.2342 Strongly Correlated Electrons
+1206.2524 Biomolecules
+1206.2729 Statistics Theory
+1206.3850 Quantum Algebra
+1206.4225 Combinatorics
+1207.5263 Quantum Gases
+1207.5390 Optimization and Control
+1207.7263
+1208.0241 Mesoscale and Nanoscale Physics
+1208.5721 Fluid Dynamics
+1208.5761 Theory
+1208.6438 Phenomenology
+1209.0673 Phenomenology
+1209.1108 Soft Condensed Matter
+1209.2678 Social and Information Networks
+1209.3532 Cosmology and Nongalactic Astrophysics
+1209.3724
+1209.3768 Theory
+1209.3984 Theory
+1209.4427 High Energy Astrophysical Phenomena
+1210.0106 Other Condensed Matter
+1210.1271 Phenomenology
+1210.2370 Differential Geometry
+1210.3342 Phenomenology
+1210.3586 Soft Condensed Matter
+1210.5518 Quantum Gases
+1210.7257 Statistics Theory
+1210.7304 Statistical Mechanics
+1211.0120
+1211.1440 Number Theory
+1211.3048 Phenomenology
+1211.3579 Phenomenology
+1211.5453 Differential Geometry
+1211.6407
+1212.0249 Numerical Analysis
+1212.2809 Superconductivity
+1212.3104 Optics
+1212.3791 Soft Condensed Matter
+1212.3963 Strongly Correlated Electrons
+1301.1092 Mesoscale and Nanoscale Physics
+1301.3177 Cosmology and Nongalactic Astrophysics
+1301.4468 Statistical Mechanics
+1302.1076 Mesoscale and Nanoscale Physics
+1302.1146 Geometric Topology
+1302.1585 Cosmology and Nongalactic Astrophysics
+1302.1972
+1302.2906 Populations and Evolution
+1302.2945 Superconductivity
+1302.3071 Statistics Theory
+1302.4419 Probability
+1302.4804 Algebraic Geometry
+1302.4919 Metric Geometry
+1302.5107 Mesoscale and Nanoscale Physics
+1302.6192 Optimization and Control
+1302.6423 Molecular Networks
+1302.6434 Machine Learning
+1302.6542 Metric Geometry
+1302.6567 Physics Education
+1302.6582 Physics and Society
+1302.6583 Combinatorics
+1302.6589 High Energy Astrophysical Phenomena
+1302.6595 Artificial Intelligence
+1302.6602 Artificial Intelligence
+1302.6613 Learning
+1302.6617 Learning
+1302.6618 Phenomenology
+1302.6625 Applications
+1302.6629 Pricing of Securities
+1302.6633 Analysis of PDEs
+1302.6634 Information Theory
+1302.6639
+1302.6649 Cosmology and Nongalactic Astrophysics
+1302.6651 Methodology
+1302.6653 Computational Geometry
+1302.6655 Differential Geometry
+1302.6659 Statistics Theory
+1302.6660 Number Theory
+1302.6666 Data Structures and Algorithms
+1302.6669 Portfolio Management
+1302.6670 Analysis of PDEs
+1302.6674
+1302.6677 Learning
+1302.6680 Geophysics
+1302.6683 Systems and Control
+1302.6689 Materials Science
+1302.6691 Dynamical Systems
+1302.6692 Chemical Physics
+1302.6699 Theory
+1302.6700 Computer Science and Game Theory
+1302.6701
+1302.6702 Combinatorics
+1302.6704 Systems and Control
+1302.6707 Theory
+1302.6719 Cosmology and Nongalactic Astrophysics
+1302.6722 Cosmology and Nongalactic Astrophysics
+1302.6725 Cosmology and Nongalactic Astrophysics
+1302.6730 Classical Analysis and ODEs
+1302.6733
+1302.6738 Social and Information Networks
+1302.6745 Classical Analysis and ODEs
+1302.6746 Statistics Theory
+1302.6747 Algebraic Geometry
+1302.6748 Statistics Theory
+1302.6750 High Energy Astrophysical Phenomena
+1302.6752 Numerical Analysis
+1302.6754 Mesoscale and Nanoscale Physics
+1302.6756 Materials Science
+1302.6757 Computational Finance
+1302.6759 Mesoscale and Nanoscale Physics
+1302.6767 Soft Condensed Matter
+1302.6776
+1302.6777 Computation and Language
+1302.6778
+1302.6779 Artificial Intelligence
+1302.6780 Artificial Intelligence
+1302.6781 Artificial Intelligence
+1302.6782 Artificial Intelligence
+1302.6783 Artificial Intelligence
+1302.6784 Artificial Intelligence
+1302.6786 Artificial Intelligence
+1302.6787 Artificial Intelligence
+1302.6788 Artificial Intelligence
+1302.6789 Artificial Intelligence
+1302.6790 Computer Science and Game Theory
+1302.6791 Artificial Intelligence
+1302.6792 Artificial Intelligence
+1302.6793 Artificial Intelligence
+1302.6794 Artificial Intelligence
+1302.6795 Artificial Intelligence
+1302.6796 Artificial Intelligence
+1302.6797 Artificial Intelligence
+1302.6798 Artificial Intelligence
+1302.6799 Artificial Intelligence
+1302.6800 Artificial Intelligence
+1302.6801 Artificial Intelligence
+1302.6802 Artificial Intelligence
+1302.6803 Artificial Intelligence
+1302.6804 Artificial Intelligence
+1302.6805 Artificial Intelligence
+1302.6806 Artificial Intelligence
+1302.6807 Artificial Intelligence
+1302.6808 Artificial Intelligence
+1302.6809 Artificial Intelligence
+1302.6810 Artificial Intelligence
+1302.6811 Artificial Intelligence
+1302.6812 Artificial Intelligence
+1302.6813 Logic in Computer Science
+1302.6817 Artificial Intelligence
+1302.6818 Artificial Intelligence
+1302.6819 Artificial Intelligence
+1302.6820 Artificial Intelligence
+1302.6821 Artificial Intelligence
+1302.6822 Artificial Intelligence
+1302.6823 Artificial Intelligence
+1302.6824 Artificial Intelligence
+1302.6825 Artificial Intelligence
+1302.6826 Artificial Intelligence
+1302.6827 Artificial Intelligence
+1302.6828 Learning
+1302.6829 Artificial Intelligence
+1302.6830 Artificial Intelligence
+1302.6831 Artificial Intelligence
+1302.6832 Artificial Intelligence
+1302.6833 Artificial Intelligence
+1302.6834 Multiagent Systems
+1302.6835 Artificial Intelligence
+1302.6836 Artificial Intelligence
+1302.6837 Artificial Intelligence
+1302.6839 Artificial Intelligence
+1302.6840 Artificial Intelligence
+1302.6841 Artificial Intelligence
+1302.6842 Artificial Intelligence
+1302.6843 Artificial Intelligence
+1302.6844 Artificial Intelligence
+1302.6845 Artificial Intelligence
+1302.6846 Artificial Intelligence
+1302.6847 Artificial Intelligence
+1302.6848 Artificial Intelligence
+1302.6849 Artificial Intelligence
+1302.6850 Artificial Intelligence
+1302.6851 Artificial Intelligence
+1302.6852 Artificial Intelligence
+1302.6853 Artificial Intelligence
+1302.6854 Artificial Intelligence
+1302.6855 Artificial Intelligence
+1302.6862 Dynamical Systems
+1302.6864 Symplectic Geometry
+1302.6865 Lattice
+1302.6866 Information Theory
+1302.6875 Mesoscale and Nanoscale Physics
+1302.6877 Superconductivity
+1302.6879
+1302.6894 Atomic Physics
+1302.6898 High Energy Astrophysical Phenomena
+1302.6899 Optimization and Control
+1302.6903 Complex Variables
+1302.6906 Physics and Society
+1302.6910 History and Philosophy of Physics
+1302.6911 Distributed, Parallel, and Cluster Computing
+1302.6912 Materials Science
+1302.6914 Data Structures and Algorithms
+1302.6915 Instrumentation and Methods for Astrophysics
+1302.6916 Complex Variables
+1302.6921 Geometric Topology
+1302.6926 Statistics Theory
+1302.6927 Learning
+1302.6934 Information Theory
+1302.6939 Instrumentation and Methods for Astrophysics
+1302.6941 Probability
+1302.6954 Dynamical Systems
+1302.6957 Computer Vision and Pattern Recognition
+1302.6959 K-Theory and Homology
+1302.6961
+1302.6982 Cosmology and Nongalactic Astrophysics
+1302.6985 Mesoscale and Nanoscale Physics
+1302.6988 Quantitative Methods
+math/0409345 Group Theory
+q-alg/9607021 Quantum Algebra
+0809.4555 Classical Analysis and ODEs
+0906.0539 Complex Variables
+1004.4540 Representation Theory
+1008.2699 Physics and Society
+1010.2476 Disordered Systems and Neural Networks
+1010.5435
+1105.1658 Information Theory
+1105.4010 Algebraic Topology
+1106.2971 Probability
+1106.6014 Algebraic Geometry
+1109.4309 Quantum Algebra
+1109.4314 Information Theory
+1109.5752 Numerical Analysis
+1109.5802 Algebraic Geometry
+1110.5020 Algebraic Topology
+1111.5498
+1112.0425 Algebraic Geometry
+1201.2315 Information Theory
+1201.2931 Combinatorics
+1201.4802 Fluid Dynamics
+1201.6247
+1202.3614 Symplectic Geometry
+1203.5222 Functional Analysis
+1204.0502 Number Theory
+1204.6331 Quantum Gases
+1206.1648 Quantum Gases
+1206.5465 Metric Geometry
+1206.6332 Soft Condensed Matter
+1206.6536 Statistics Theory
+1207.1677 Theory
+1207.5870
+1207.6172
+1208.1317 Rings and Algebras
+1208.2185 Rings and Algebras
+1208.3727 Group Theory
+1209.3495 Number Theory
+1210.3749
+1210.6096 Mesoscale and Nanoscale Physics
+1210.7382 Algebraic Geometry
+1210.7619 Experiment
+1210.8316 Algebraic Geometry
+1211.0661 Statistical Mechanics
+1211.1342
+1212.0658 Quantitative Methods
+1212.0689 Physics and Society
+1212.6281 Phenomenology
+1212.6973 Analysis of PDEs
+1301.2519 Materials Science
+1301.4350 Materials Science
+1301.6584 Algebraic Geometry
+1302.1468 Superconductivity
+1302.2548
+1302.5257
+1302.5318 Mesoscale and Nanoscale Physics
+1302.5480 Theory
+1302.5881 Algebraic Geometry
+1302.5883 Algebraic Geometry
+1302.6557 Computer Vision and Pattern Recognition
+1303.0734 Soft Condensed Matter
+1303.4319 Analysis of PDEs
+1303.6598 Methodology
+1304.3050 Dynamical Systems
+1304.6835 Phenomenology
+1304.7196
+1304.8111 Quantum Gases
+1305.0075 Strongly Correlated Electrons
+1305.1840 Distributed, Parallel, and Cluster Computing
+1305.1842 Distributed, Parallel, and Cluster Computing
+1305.2119 Phenomenology
+1305.3558 Strongly Correlated Electrons
+1305.4965 Biological Physics
+1305.5441 Earth and Planetary Astrophysics
+1305.5480 Atomic Physics
+1305.6299 Mesoscale and Nanoscale Physics
+1305.6334 Mesoscale and Nanoscale Physics
+1305.6773
+1306.2825
+1306.3109 Hardware Architecture
+1306.3217 Phenomenology
+1307.0013 Phenomenology
+1307.0223 Materials Science
+1307.0348
+1307.1431 Optics
+1307.1935 Metric Geometry
+1307.3899 Fluid Dynamics
+1307.5421 Statistical Mechanics
+1308.0118 Atomic and Molecular Clusters
+1308.1378
+1308.1450 Analysis of PDEs
+1308.1632 Solar and Stellar Astrophysics
+1308.2701 Probability
+1308.2774 Symplectic Geometry
+1308.3409 Experiment
+1308.4544 Experiment
+1308.4649 Superconductivity
+1308.4736 Phenomenology
+1308.4989 Instrumentation and Methods for Astrophysics
+1308.6282 Earth and Planetary Astrophysics
+1309.0650 Theory
+1309.0991 Phenomenology
+1309.1011 Phenomenology
+1309.1088 Representation Theory
+1309.4291 Optimization and Control
+1309.4879 History and Overview
+1309.5609 Instrumentation and Methods for Astrophysics
+1310.1165
+1310.2117 Materials Science
+1310.2151 Representation Theory
+1310.2283 Classical Analysis and ODEs
+1310.2731 Superconductivity
+1310.3142 Astrophysics of Galaxies
+1310.3212 Fluid Dynamics
+1310.4367 Logic in Computer Science
+1310.5079
+1310.5746 Computational Complexity
+1310.5879 Phenomenology
+1310.6156 Representation Theory
+1310.6543 Combinatorics
+1310.6889 Chemical Physics
+1310.7159 Information Theory
+1310.7775 Probability
+1310.8632 Theory
+1311.0038 Differential Geometry
+1311.0141 Superconductivity
+1311.0171
+1311.1454 Methodology
+1311.1498 Analysis of PDEs
+1311.1570 High Energy Astrophysical Phenomena
+1311.1626 Databases
+1311.1680 Lattice
+1311.1728
+1311.1772 Phenomenology
+1311.1777 Atmospheric and Oceanic Physics
+1311.1813 Combinatorics
+1311.1814 Solar and Stellar Astrophysics
+1311.1815 Quantitative Methods
+1311.1827 Phenomenology
+1311.1833 Complex Variables
+1311.1834 Analysis of PDEs
+1311.1835 Statistics Theory
+1311.1842 Functional Analysis
+1311.1846 Optics
+1311.1847 Experiment
+1311.1848 Algebraic Geometry
+1311.1850 Populations and Evolution
+1311.1852 Category Theory
+1311.1859 Data Structures and Algorithms
+1311.1860 Atmospheric and Oceanic Physics
+1311.1862 Optics
+1311.1865 Logic
+1311.1868 Quantum Algebra
+1311.1869 Learning
+1311.1870 Genomics
+1311.1872 Optimization and Control
+1311.1878 Soft Condensed Matter
+1311.1879 Instrumentation and Methods for Astrophysics
+1311.1881 Materials Science
+1311.1885 Systems and Control
+1311.1887 Systems and Control
+1311.1893 Statistics Theory
+1311.1894 Statistics Theory
+1311.1897 Logic
+1311.1900 Probability
+1311.1902 Analysis of PDEs
+1311.1903 Learning
+1311.1905 Exactly Solvable and Integrable Systems
+1311.1910 Genomics
+1311.1912 Logic
+1311.1913 Experiment
+1311.1915 Logic
+1311.1922 Plasma Physics
+1311.1923 Numerical Analysis
+1311.1925 Computational Physics
+1311.1935 Artificial Intelligence
+1311.1939 Computer Vision and Pattern Recognition
+1311.1945
+1311.1949 Solar and Stellar Astrophysics
+1311.1950 Materials Science
+1311.1955 Combinatorics
+1311.1956
+1311.1957 Earth and Planetary Astrophysics
+1311.1959 Statistics Theory
+1311.1960 Experiment
+1311.1961 Differential Geometry
+1311.1962 Differential Geometry
+1311.1966 Lattice
+1311.1967 Complex Variables
+1311.1970 Lattice
+1311.1976 Computational Geometry
+1311.1986 Chemical Physics
+1311.1987 Combinatorics
+1311.1988 Commutative Algebra
+1311.1994 Combinatorics
+1311.1999 Algebraic Geometry
+1311.2000 Probability
+1311.2004 Materials Science
+1311.2005 Numerical Analysis
+1311.2007 Superconductivity
+1311.2014 Computer Vision and Pattern Recognition
+1311.2016 Probability
+1311.2017 Soft Condensed Matter
+1311.2018 Number Theory
+1311.2019 Distributed, Parallel, and Cluster Computing
+1311.2022 Combinatorics
+1311.2025 Soft Condensed Matter
+1311.2028 Phenomenology
+1311.2029 Analysis of PDEs
+1311.2039 High Energy Astrophysical Phenomena
+1311.2056 Other Computer Science
+1311.2060 Theory
+1311.2064 Systems and Control
+gr-qc/0203025
+math/0406344 Differential Geometry
+physics/0008012 History and Philosophy of Physics
+1312.6781 Cosmology and Nongalactic Astrophysics
+0901.3972
+0903.2212
+0903.3939
+1007.0052 Number Theory
+1101.3936 Materials Science
+1105.4888 Materials Science
+1111.0915 Logic
+1111.1399 Materials Science
+1111.1401 Materials Science
+1111.1403 Materials Science
+1111.4603 Classical Analysis and ODEs
+1112.5580
+1112.6203 Combinatorics
+1112.6329
+1201.2230 Astrophysics of Galaxies
+1201.3102 Statistics Theory
+1201.4669 Combinatorics
+1201.5268 Materials Science
+1201.5865 Logic
+1202.2500 Materials Science
+1204.1487
+1204.6139 Mesoscale and Nanoscale Physics
+1206.2170 Mesoscale and Nanoscale Physics
+1209.1157 Phenomenology
+1210.2979 Experiment
+1210.7414 Neurons and Cognition
+1211.6063
+1211.7342
+1301.0088
+1301.2360 Materials Science
+1301.3668 Phenomenology
+1302.1313
+1302.2686 Methodology
+1302.4267 Molecular Networks
+1302.4888 Information Retrieval
+1302.6715 Algebraic Geometry
+1303.0115 Algebraic Geometry
+1303.0851 Strongly Correlated Electrons
+1303.5529 Other Condensed Matter
+1304.2969
+1304.6334
+1304.7328
+1305.0212
+1305.1475 Combinatorics
+1305.4911 Group Theory
+1306.0998 Strongly Correlated Electrons
+1306.1979 Optics
+1306.2571
+1306.5078 Mesoscale and Nanoscale Physics
+1306.5131 Cosmology and Nongalactic Astrophysics
+1306.5374 Data Analysis, Statistics and Probability
+1306.6622 Strongly Correlated Electrons
+1307.1678
+1307.2287 Strongly Correlated Electrons
+1307.2727
+1307.3642 Representation Theory
+1307.5093
+1307.5516 Soft Condensed Matter
+1307.5517 Soft Condensed Matter
+1307.5595 Optics
+1308.0524 Phenomenology
+1308.0674 Algebraic Geometry
+1308.0821 Neurons and Cognition
+1308.1709
+1308.2726 Soft Condensed Matter
+1308.2795 Physics and Society
+1308.2959 Theory
+1308.4968 Earth and Planetary Astrophysics
+1308.5676 Populations and Evolution
+1308.5949 Superconductivity
+1308.6094 Strongly Correlated Electrons
+1308.6660 Phenomenology
+1309.0011 Earth and Planetary Astrophysics
+1309.0080 Optics
+1309.0495 Cosmology and Nongalactic Astrophysics
+1309.1883 Instrumentation and Methods for Astrophysics
+1309.4135 Phenomenology
+1309.4437
+1309.5468 Statistical Mechanics
+1309.6977 Mesoscale and Nanoscale Physics
+1309.7866 Chemical Physics
+1310.0623 Strongly Correlated Electrons
+1310.1222 Theory
+1310.2137 Materials Science
+1310.7052 Phenomenology
+1310.8046 Mesoscale and Nanoscale Physics
+1311.6847 Algebraic Geometry
+1312.5666 Phenomenology
+1312.6189 Systems and Control
+1312.6317 Machine Learning
+1312.6445 Numerical Analysis
+1312.6449
+1312.6488 Distributed, Parallel, and Cluster Computing
+1312.6681 Dynamical Systems
+1312.6682 General Physics
+1312.6683
+1312.6689 Theory
+1312.6693 Instrumentation and Methods for Astrophysics
+1312.6697 Pattern Formation and Solitons
+1312.6700 Formal Languages and Automata Theory
+1312.6707 General Physics
+1312.6710 Instrumentation and Methods for Astrophysics
+1312.6711 Number Theory
+1312.6714 Numerical Analysis
+1312.6715 Social and Information Networks
+1312.6723 Instrumentation and Methods for Astrophysics
+1312.6726 Artificial Intelligence
+1312.6727 Statistical Mechanics
+1312.6730 Operator Algebras
+1312.6734 Algebraic Geometry
+1312.6740 Networking and Internet Architecture
+1312.6744
+1312.6745 Dynamical Systems
+1312.6746 Strongly Correlated Electrons
+1312.6749 Analysis of PDEs
+1312.6751
+1312.6756 Social and Information Networks
+1312.6757 Statistics Theory
+1312.6758 Phenomenology
+1312.6762
+1312.6764 Artificial Intelligence
+1312.6768
+1312.6771 Strongly Correlated Electrons
+1312.6773 Numerical Analysis
+1312.6774 Exactly Solvable and Integrable Systems
+1312.6777 Functional Analysis
+1312.6791 Cryptography and Security
+1312.6794 Cryptography and Security
+1312.6798 Quantum Algebra
+1312.6799 Commutative Algebra
+1312.6801
+1312.6802 Information Retrieval
+1312.6805 Networking and Internet Architecture
+1312.6806
+1312.6807 Learning
+1312.6811 Algebraic Geometry
+1312.6820 Data Structures and Algorithms
+1312.6823 Networking and Internet Architecture
+1312.6824 Computational Geometry
+1312.6826 Computer Vision and Pattern Recognition
+1312.6827 Networking and Internet Architecture
+1312.6829 Networking and Internet Architecture
+1312.6832 Artificial Intelligence
+1312.6833 Networking and Internet Architecture
+1312.6834 Computer Vision and Pattern Recognition
+1312.6836 Software Engineering
+1312.6837 Networking and Internet Architecture
+1312.6839 Number Theory
+1312.6845 Dynamical Systems
+1312.6847 Lattice
+1312.6848
+1312.6851 Materials Science
+1312.6854 Phenomenology
+1312.6859 Earth and Planetary Astrophysics
+1312.6869 Geometric Topology
+1312.6872 Numerical Analysis
+1312.6873 Experiment
+1312.6875 Information Theory
+1312.6879 Populations and Evolution
+1312.6883
+1312.6885 Computer Vision and Pattern Recognition
+cond-mat/0307697 Materials Science
+cond-mat/0407512 Materials Science
+cond-mat/0511047 Materials Science
+cond-mat/0512654 Materials Science
+cond-mat/0610391 Materials Science
+math/0702292 Logic
+quant-ph/0412156
+quant-ph/0611186
+0711.2120
+0803.0364 Strongly Correlated Electrons
+0812.1142 Mesoscale and Nanoscale Physics
+0907.4786 Phenomenology
+0911.1275 Information Theory
+1002.0838 Cosmology and Nongalactic Astrophysics
+1004.3145 Differential Geometry
+1005.3654 Differential Geometry
+1006.4863 Phenomenology
+1008.3176 Superconductivity
+1009.4434 Probability
+1011.5780 Representation Theory
+1103.1201 Differential Geometry
+1104.2596 Cosmology and Nongalactic Astrophysics
+1104.4279 Data Structures and Algorithms
+1105.0797 Probability
+1106.0878 Probability
+1106.4238 Algebraic Geometry
+1107.4442 Combinatorics
+1109.6738 Probability
+1110.4833
+1110.5628 Theory
+1110.6694
+1111.3151
+1111.3319 General Physics
+1111.7149
+1112.2300 Group Theory
+1112.3234 Mesoscale and Nanoscale Physics
+1201.2677 Genomics
+1201.4580 Trading and Market Microstructure
+1202.0677 Probability
+1202.1823 Mesoscale and Nanoscale Physics
+1202.2684 Social and Information Networks
+1202.3358 Superconductivity
+1202.3447 Quantum Gases
+1202.5032 Mesoscale and Nanoscale Physics
+1202.5607
+1202.5709 Mesoscale and Nanoscale Physics
+1203.3846
+1204.3505
+1204.4298 Combinatorics
+1205.4969 Cosmology and Nongalactic Astrophysics
+1206.0026 Statistical Finance
+1206.1229 Probability
+1206.1709 Probability
+1206.2558 Geometric Topology
+1206.3372 Quantum Gases
+1206.4557 Physics and Society
+1206.5181 Materials Science
+1206.5417 Materials Science
+1206.6754 Solar and Stellar Astrophysics
+1207.0163 Networking and Internet Architecture
+1207.2079 Information Theory
+1207.6424 Number Theory
+1208.0134
+1208.0449 Cosmology and Nongalactic Astrophysics
+1208.0641
+1208.1978 Accelerator Physics
+1208.3273 Phenomenology
+1208.3839 Computer Vision and Pattern Recognition
+1208.3845 Learning
+1209.2994 Phenomenology
+1209.3789 Differential Geometry
+1209.3809 Optics
+1209.3825 Astrophysics of Galaxies
+1209.4102 Phenomenology
+1209.4115 Machine Learning
+1209.4457 K-Theory and Homology
+1209.5743 Strongly Correlated Electrons
+1210.0240 Logic
+1210.0960 Mesoscale and Nanoscale Physics
+1210.0974
+1210.0991
+1210.1547 Applications
+1210.2155
+1210.2318
+1210.2933 General Mathematics
+1210.3289 Strongly Correlated Electrons
+1210.3976 Statistical Mechanics
+1210.6834
+1211.1594 Superconductivity
+1211.2379 Numerical Analysis
+1211.3639 Materials Science
+1211.4456
+1211.4756 Cosmology and Nongalactic Astrophysics
+1211.4838 Instrumentation and Detectors
+1212.0459 Phenomenology
+1212.0477 Quantum Gases
+1212.1237 Mesoscale and Nanoscale Physics
+1212.2353 Mesoscale and Nanoscale Physics
+1212.4018 Classical Analysis and ODEs
+1212.4109 Statistical Mechanics
+1212.4262
+1212.4267 Mesoscale and Nanoscale Physics
+1212.5584 Quantum Gases
+1212.5630 Statistical Mechanics
+1212.5731
+1212.5785 Quantum Algebra
+1301.0429 Theory
+1301.0461
+1301.1190 Phenomenology
+1301.1450 Plasma Physics
+1301.1489 Soft Condensed Matter
+1301.2714 Systems and Control
+1301.2963 Phenomenology
+1301.3406 Quantum Gases
+1301.4032 Atmospheric and Oceanic Physics
+1301.4595 Algebraic Geometry
+1301.4794 Numerical Analysis
+1301.5063 Computer Vision and Pattern Recognition
+1301.5070 Data Structures and Algorithms
+1301.6512 Information Theory
+1301.6530 Experiment
+1302.0137
+1302.1308 Quantum Gases
+1302.1423 Statistical Mechanics
+1302.1451 Number Theory
+1302.2014 Mesoscale and Nanoscale Physics
+1302.4205 Formal Languages and Automata Theory
+1302.6396 Physics and Society
+1302.6521 Information Theory
+1303.0479 Computer Vision and Pattern Recognition
+1303.1258 High Energy Astrophysical Phenomena
+1303.3129
+1303.3693 Physics and Society
+1303.3770 Theory
+1303.4422 Materials Science
+1303.5162 Number Theory
+1303.6207 Operator Algebras
+1303.7265 Strongly Correlated Electrons
+1303.7440 Soft Condensed Matter
+1303.7470 Materials Science
+1304.0073 High Energy Astrophysical Phenomena
+1304.0239 Algebraic Geometry
+1304.0256
+1304.0305 Commutative Algebra
+1304.0543 High Energy Astrophysical Phenomena
+1304.0683 Other Quantitative Biology
+1304.0760 Logic
+1304.0761 Logic
+1304.0776
+1304.0781 Complex Variables
+1304.0785 Logic
+1304.0788 Physics and Society
+1304.0789 Dynamical Systems
+1304.0791 Networking and Internet Architecture
+1304.0793 Multimedia
+1304.0796 Methodology
+1304.0797 Probability
+1304.0798 High Energy Astrophysical Phenomena
+1304.0805 Probability
+1304.0807 Cryptography and Security
+1304.0810 Data Structures and Algorithms
+1304.0816 Dynamical Systems
+1304.0818 Probability
+1304.0823 Computer Vision and Pattern Recognition
+1304.0825 Systems and Control
+1304.0830 Mesoscale and Nanoscale Physics
+1304.0831 Cosmology and Nongalactic Astrophysics
+1304.0832 Analysis of PDEs
+1304.0835 Hardware Architecture
+1304.0837 Group Theory
+1304.0839 Computer Vision and Pattern Recognition
+1304.0842 Space Physics
+1304.0843
+1304.0844 Artificial Intelligence
+1304.0845
+1304.0846 Phenomenology
+1304.0847 Combinatorics
+1304.0848 Information Theory
+1304.0851 Differential Geometry
+1304.0853 Differential Geometry
+1304.0859 Information Theory
+1304.0861 Applications
+1304.0863 Networking and Internet Architecture
+1304.0864 Programming Languages
+1304.0868 Dynamical Systems
+1304.0870 Instrumentation and Detectors
+1304.0871 Combinatorics
+1304.0873 Combinatorics
+1304.0876
+1304.0880 Analysis of PDEs
+1304.0883 Logic
+1304.0884 Dynamical Systems
+1304.0886 Computer Vision and Pattern Recognition
+1304.0888 Dynamical Systems
+1304.0892 Computer Science and Game Theory
+1304.0896 Combinatorics
+1304.0897 Artificial Intelligence
+1304.0899 Experiment
+1304.0900 Probability
+1304.0903 Algebraic Geometry
+1304.0907 Algebraic Geometry
+1304.0909 Biological Physics
+1304.0912 Formal Languages and Automata Theory
+1304.0913 Artificial Intelligence
+1304.0924 Biological Physics
+1304.0925 Methodology
+1304.0929 Solar and Stellar Astrophysics
+1304.0931 Cosmology and Nongalactic Astrophysics
+1304.0932 Plasma Physics
+1304.0933 Analysis of PDEs
+1304.0940
+1304.0943 Statistics Theory
+1304.0944 Phenomenology
+1304.0947 Algebraic Geometry
+1304.0953 Materials Science
+1304.0956 Differential Geometry
+1304.0958 Logic
+1304.0959 Databases
+1304.0960 Accelerator Physics
+1304.0969 Sound
+1304.0975 Analysis of PDEs
+1304.0978 Theory
+1304.0980 Cryptography and Security
+1304.0984 Networking and Internet Architecture
+1304.0985 Analysis of PDEs
+1304.0990
+1304.0992 Computer Science and Game Theory
+1304.0994 Complex Variables
+1304.0995 Fluid Dynamics
+1304.1000 Discrete Mathematics
+1304.1001 Chaotic Dynamics
+1304.1002 Software Engineering
+1304.1005 Computational Complexity
+1304.1007 Distributed, Parallel, and Cluster Computing
+1304.1008 Phenomenology
+1304.1009 Phenomenology
+1304.1019 Mesoscale and Nanoscale Physics
+1304.1020 Information Theory
+1304.1022 Computer Vision and Pattern Recognition
+1304.1023 Complex Variables
+1304.1026 Mesoscale and Nanoscale Physics
+1304.1030 Statistics Theory
+1304.1032 Phenomenology
+1304.1033 Optimization and Control
+1304.1035 Optimization and Control
+1304.1038 Statistical Mechanics
+1304.1041 Earth and Planetary Astrophysics
+1304.1043 Number Theory
+1304.1045 Networking and Internet Architecture
+1304.1047 Networking and Internet Architecture
+1304.1051 Classical Physics
+1304.1052 Functional Analysis
+1304.1054 Tissues and Organs
+1304.1056 Analysis of PDEs
+1304.1057 Analysis of PDEs
+1304.1059 Networking and Internet Architecture
+1304.1066 Information Theory
+1304.1067 Physics and Society
+1304.1070 Rings and Algebras
+1304.1072 Biomolecules
+1304.1075 Computer Science and Game Theory
+astro-ph/0511368
+cond-mat/0412226 Mesoscale and Nanoscale Physics
+cond-mat/0512047 Mesoscale and Nanoscale Physics
+cond-mat/0512610 Mesoscale and Nanoscale Physics
+0806.3915 Probability
+0902.3169 Representation Theory
+1002.2285
+1003.3853 Group Theory
+1004.2301 Functional Analysis
+1008.1319 Differential Geometry
+1008.1917 Theory
+1009.1323 Analysis of PDEs
+1009.2312 Analysis of PDEs
+1011.0085 Dynamical Systems
+1011.2291 Theory
+1011.5473 Dynamical Systems
+1105.1116 Soft Condensed Matter
+1106.3311 Mesoscale and Nanoscale Physics
+1106.4432 Methodology
+1107.1145 General Physics
+1107.2833 Representation Theory
+1109.6665 Information Theory
+1110.1504 Experiment
+1111.1942 Phenomenology
+1111.6676 Solar and Stellar Astrophysics
+1112.0485 Atomic Physics
+1201.4376 Cryptography and Security
+1201.5426 Artificial Intelligence
+1203.0079 Differential Geometry
+1203.0911
+1203.1905 Networking and Internet Architecture
+1203.2627 Mesoscale and Nanoscale Physics
+1204.3214 Dynamical Systems
+1204.3243 Lattice
+1204.3828 Phenomenology
+1204.5926 Numerical Analysis
+1205.1539 Rings and Algebras
+1205.4890
+1205.5338 Cosmology and Nongalactic Astrophysics
+1205.5916 Mesoscale and Nanoscale Physics
+1205.7024 Strongly Correlated Electrons
+1206.1278 Analysis of PDEs
+1206.4865 Algebraic Geometry
+1207.0605 Algebraic Geometry
+1207.1758 Applications
+1207.3446 Combinatorics
+1207.3908 Mesoscale and Nanoscale Physics
+1208.1344 Phenomenology
+1208.1748 Soft Condensed Matter
+1208.2408 Operator Algebras
+1208.5448 Soft Condensed Matter
+1208.5901 Mesoscale and Nanoscale Physics
+1208.5979 Theory
+1209.0138 Experiment
+1209.1545 Quantum Gases
+1209.3170 Tissues and Organs
+1209.4770 Mesoscale and Nanoscale Physics
+1209.4969
+1209.6580 Distributed, Parallel, and Cluster Computing
+1210.0410 Strongly Correlated Electrons
+1210.0657 Quantum Gases
+1210.0801 Geometric Topology
+1210.0823 Phenomenology
+1210.1829 Mesoscale and Nanoscale Physics
+1210.2743 Number Theory
+1210.2747
+1210.2896 Mesoscale and Nanoscale Physics
+1210.3187 Information Theory
+1210.4240 Mesoscale and Nanoscale Physics
+1210.6374
+1210.7419
+1211.1990 Neurons and Cognition
+1211.4778 Materials Science
+1211.6447 Phenomenology
+1212.2206 Biological Physics
+1212.3212 Mesoscale and Nanoscale Physics
+1212.3273 Earth and Planetary Astrophysics
+1212.4006 Quantum Gases
+1212.4275 Optimization and Control
+1212.5853 Category Theory
+1212.6434 Phenomenology
+1301.2022
+1301.2244 Experiment
+1301.2593 Materials Science
+1301.4188 Statistical Mechanics
+1301.5514 High Energy Astrophysical Phenomena
+1301.6630 Social and Information Networks
+1301.7357 Probability
+1301.7643 Human-Computer Interaction
+1302.0278 Instrumentation and Detectors
+1302.0330 Solar and Stellar Astrophysics
+1302.0541 Differential Geometry
+1302.0583 Methodology
+1302.1701
+1302.1744 Optics
+1302.1880
+1302.1882 Cryptography and Security
+1302.1887
+1302.1888 Number Theory
+1302.1898 Experiment
+1302.1899 Astrophysics of Galaxies
+1302.1900 Number Theory
+1302.1902 Information Theory
+1302.1904 Quantitative Methods
+1302.1909 Molecular Networks
+1302.1912 Software Engineering
+1302.1913 Networking and Internet Architecture
+1302.1916 Statistics Theory
+1302.1919 Combinatorics
+1302.1920 Systems and Control
+1302.1921 Networking and Internet Architecture
+1302.1923 Databases
+1302.1930 Fluid Dynamics
+1302.1938 Plasma Physics
+1302.1939 Distributed, Parallel, and Cluster Computing
+1302.1940 Mesoscale and Nanoscale Physics
+1302.1942 Computer Vision and Pattern Recognition
+1302.1944 Biomolecules
+1302.1945 Numerical Analysis
+1302.1948 Data Structures and Algorithms
+1302.1950 Statistics Theory
+1302.1952 Number Theory
+1302.1954 Distributed, Parallel, and Cluster Computing
+1302.1955
+1302.1957 Distributed, Parallel, and Cluster Computing
+1302.1960 Superconductivity
+1302.1961 Soft Condensed Matter
+1302.1964 Statistical Mechanics
+1302.1965 Pricing of Securities
+1302.1966 Numerical Analysis
+1302.1967 Superconductivity
+1302.1968 Combinatorics
+1302.1971 Computers and Society
+1302.1975 Pattern Formation and Solitons
+1302.1980 Dynamical Systems
+1302.1989 Theory
+1302.1990 Phenomenology
+1302.1991 Phenomenology
+1302.1996 Atomic and Molecular Clusters
+1302.2003 Biomolecules
+1302.2005 Mesoscale and Nanoscale Physics
+1302.2017 Systems and Control
+1302.2019 Probability
+1302.2022 Materials Science
+1302.2024 Graphics
+1302.2025 Combinatorics
+1302.2026 Accelerator Physics
+1302.2027 Applications
+1302.2028 Cryptography and Security
+1302.2030 Soft Condensed Matter
+1302.2033 Cosmology and Nongalactic Astrophysics
+1302.2036 Operator Algebras
+1302.2038 Cosmology and Nongalactic Astrophysics
+1302.2041 Genomics
+1302.2047 Genomics
+1302.2048 Information Theory
+1302.2050 Theory
+1302.2054 Algebraic Geometry
+1302.2056 Artificial Intelligence
+1302.2057
+1302.2062 Rings and Algebras
+1302.2065 High Energy Astrophysical Phenomena
+1302.2066 Probability
+1302.2076 Metric Geometry
+1302.2078
+1302.2079 Numerical Analysis
+1302.2080
+1302.2084 Statistical Mechanics
+1302.2090 High Energy Astrophysical Phenomena
+1302.2091 Materials Science
+1302.2093 Optimization and Control
+1302.2096 Materials Science
+1302.2101 Numerical Analysis
+1302.2102 Computation
+1302.2104 Analysis of PDEs
+1302.2115 Group Theory
+1302.2122
+1302.2126 Statistics Theory
+1302.2131 Social and Information Networks
+1302.2134 Astrophysics of Galaxies
+1302.2135 Probability
+1302.2137 Data Structures and Algorithms
+1302.2142 Computation
+math/0611022 Commutative Algebra
+0906.1837 Atomic Physics
+0910.1745
+1001.4464 Algebraic Geometry
+1011.4432 Algebraic Geometry
+1102.4055 Probability
+1103.0114 Algebraic Geometry
+1103.0430 Optimization and Control
+1103.0486 Optimization and Control
+1103.5050 Probability
+1103.6156 Probability
+1104.0338 Statistics Theory
+1105.3804 Strongly Correlated Electrons
+1106.2250 Neurons and Cognition
+1106.3716 Algebraic Geometry
+1107.4356 Theory
+1109.1541 Phenomenology
+1109.1724 Artificial Intelligence
+1110.3526 Commutative Algebra
+1110.4276
+1111.0257 Algebraic Geometry
+1111.1851 Probability
+1111.4311 General Physics
+1112.2078
+1201.0408 Classical Analysis and ODEs
+1204.0646 Pricing of Securities
+1204.3805 Statistical Mechanics
+1205.0332 Statistical Finance
+1205.0865
+1205.1719 Representation Theory
+1205.4567 Spectral Theory
+1205.4918 Atomic Physics
+1206.1072 Strongly Correlated Electrons
+1206.1602 Cosmology and Nongalactic Astrophysics
+1206.1931
+1206.2718
+1206.4846 Combinatorics
+1206.5408 Atomic Physics
+1206.7002 Statistical Mechanics
+1207.2550 Phenomenology
+1207.3750 Combinatorics
+1207.5941 Statistical Mechanics
+1207.7272
+1208.0460 Discrete Mathematics
+1208.2638 Applications
+1208.5603 Functional Analysis
+1209.0457 Cosmology and Nongalactic Astrophysics
+1209.1754 Complex Variables
+1209.1991
+1209.2381 Biological Physics
+1209.4560 Data Structures and Algorithms
+1210.3135 Data Structures and Algorithms
+1210.4442 Strongly Correlated Electrons
+1210.4805 Dynamical Systems
+1210.5712 Soft Condensed Matter
+1211.1781 Mesoscale and Nanoscale Physics
+1211.1907
+1211.3088 Cosmology and Nongalactic Astrophysics
+1211.7078 Strongly Correlated Electrons
+1212.2815
+1212.3032 Computational Engineering, Finance, and Science
+1212.5301 Methodology
+1212.6852 Theory
+1301.0036 Phenomenology
+1301.0627 High Energy Astrophysical Phenomena
+1301.2391
+1301.2552 Phenomenology
+1301.3485 Learning
+1301.3630 Learning
+1301.5298 Algebraic Geometry
+1301.6212 Phenomenology
+1302.0182 Group Theory
+1302.0682
+1302.0733 Materials Science
+1302.0898 Complex Variables
+1302.3167 Dynamical Systems
+1302.4687 Superconductivity
+1302.4884 Materials Science
+1302.5362 Theory
+1302.6173 Information Theory
+1302.6736 Theory
+1303.0742 Learning
+1303.3205 Mesoscale and Nanoscale Physics
+1303.4081 Logic in Computer Science
+1303.4543 Cosmology and Nongalactic Astrophysics
+1303.4816 Performance
+1303.4879 Rings and Algebras
+1303.4971 Combinatorics
+1303.5050 Neural and Evolutionary Computing
+1303.5056 Phenomenology
+1303.5061 Computers and Society
+1303.5095 High Energy Astrophysical Phenomena
+1303.5097 Information Theory
+1303.5101 Classical Analysis and ODEs
+1303.5103 Numerical Analysis
+1303.5106 Group Theory
+1303.5107 Information Theory
+1303.5111 Neurons and Cognition
+1303.5112 Materials Science
+1303.5116 Chemical Physics
+1303.5118 Optimization and Control
+1303.5120 Optimization and Control
+1303.5121 Information Theory
+1303.5123 Biological Physics
+1303.5127 Optimization and Control
+1303.5131 Geometric Topology
+1303.5132 Artificial Intelligence
+1303.5134 Information Theory
+1303.5141 Representation Theory
+1303.5144 Analysis of PDEs
+1303.5146 Phenomenology
+1303.5147 Combinatorics
+1303.5148 Computation and Language
+1303.5150 Algebraic Geometry
+1303.5151 Algebraic Geometry
+1303.5159 Algebraic Topology
+1303.5164 Distributed, Parallel, and Cluster Computing
+1303.5168
+1303.5169 Phenomenology
+1303.5171 Combinatorics
+1303.5172 Statistics Theory
+1303.5173 Superconductivity
+1303.5175 Databases
+1303.5177 Artificial Intelligence
+1303.5180 Statistics Theory
+1303.5185 Analysis of PDEs
+1303.5186
+1303.5188 Representation Theory
+1303.5189 Differential Geometry
+1303.5190 Networking and Internet Architecture
+1303.5193 Differential Geometry
+1303.5199 Systems and Control
+1303.5200 Instrumentation and Methods for Astrophysics
+1303.5203 Classical Analysis and ODEs
+1303.5206 Statistical Mechanics
+1303.5211 Statistical Mechanics
+1303.5213 Combinatorics
+1303.5216 Complex Variables
+1303.5220 Complex Variables
+1303.5223 Systems and Control
+1303.5224 Soft Condensed Matter
+1303.5226 Cryptography and Security
+1303.5227 Rings and Algebras
+1303.5228 Methodology
+1303.5230
+1303.5233 Atomic Physics
+1303.5235 Materials Science
+1303.5238
+1303.5239 Group Theory
+1303.5240 Networking and Internet Architecture
+1303.5244 Computer Vision and Pattern Recognition
+1303.5250 Information Retrieval
+1303.5251 Populations and Evolution
+1303.5252 Probability
+1303.5255 Phenomenology
+1303.5259 Computational Geometry
+1303.5260 Networking and Internet Architecture
+1303.5266
+1303.5268 Networking and Internet Architecture
+1303.5270 Number Theory
+1303.5274 Networking and Internet Architecture
+1303.5276 History and Philosophy of Physics
+1303.5279 Probability
+1303.5285 Networking and Internet Architecture
+1303.5286 Complex Variables
+1303.5287 Rings and Algebras
+1303.5288 Solar and Stellar Astrophysics
+1303.5293 Rings and Algebras
+1303.5294 Computation
+1303.5295
+1303.5298 Materials Science
+1303.5300 Soft Condensed Matter
+1303.5301 Systems and Control
+1303.5302 Networking and Internet Architecture
+1303.5303 Geophysics
+1303.5304 Geophysics
+1303.5306 Combinatorics
+1303.5309 General Physics
+1303.5313 Databases
+1303.5320 Strongly Correlated Electrons
+1303.5321 Information Theory
+1303.5334 Algebraic Geometry
+1303.5342 Complex Variables
+1303.5344 Algebraic Geometry
+1303.5347 Geophysics
+1303.5348 Geophysics
+1303.5349 Complex Variables
+1303.5350 Combinatorics
+1303.5356 Popular Physics
+1303.5358 Combinatorics
+1303.5361 Cosmology and Nongalactic Astrophysics
+1303.5362 Analysis of PDEs
+1303.5363
+1303.5369 History and Overview
+1303.5378 Medical Physics
+math/0310367 Classical Analysis and ODEs
+math/0605157 Geometric Topology
+physics/0511172 General Physics
+physics/0703075 Atomic Physics
+0704.0963 History and Philosophy of Physics
+0710.3810 Combinatorics
+0710.4109 Combinatorics
+0801.3697 Combinatorics
+0807.2272 Analysis of PDEs
+0807.4482
+0901.0402
+0901.3003 General Finance
+0905.1374 Algebraic Geometry
+0906.3898 Theory
+0907.3344 Representation Theory
+0912.2444 Probability
+1003.2352 Rings and Algebras
+1004.5567 History and Philosophy of Physics
+1006.3597 Statistical Mechanics
+1008.3318 Metric Geometry
+1008.5391 Distributed, Parallel, and Cluster Computing
+1009.0576 Strongly Correlated Electrons
+1009.1866 Computational Geometry
+1010.3091 Learning
+1105.0014 Statistics Theory
+1105.0568 Mesoscale and Nanoscale Physics
+1106.4641 Mesoscale and Nanoscale Physics
+1106.5626 Optimization and Control
+1107.3102 Commutative Algebra
+1107.4689 Dynamical Systems
+1108.0431 Rings and Algebras
+1108.4999 Representation Theory
+1109.3238 Algebraic Geometry
+1109.5494 Probability
+1110.3544 Probability
+1110.4821 Probability
+1110.5099 Group Theory
+1110.5872 Probability
+1110.6930 Algebraic Geometry
+1111.1027 Probability
+1111.4772 Geometric Topology
+1112.3989 Theory
+1112.5886 Mesoscale and Nanoscale Physics
+1201.0378 Dynamical Systems
+1201.4533 Algebraic Geometry
+1201.5726 Instrumentation and Methods for Astrophysics
+1201.6473 Representation Theory
+1202.0907 Combinatorics
+1202.2600 Discrete Mathematics
+1203.0294
+1203.6576
+1203.6880 Combinatorics
+1204.1490 Computational Physics
+1204.3563 Combinatorics
+1204.4875 Exactly Solvable and Integrable Systems
+1204.4961 Algebraic Geometry
+1206.4424 Soft Condensed Matter
+1206.5871 Cryptography and Security
+1207.0224 Theory
+1207.1797 Representation Theory
+1207.2843
+1207.4604 Strongly Correlated Electrons
+1208.6196 Differential Geometry
+1208.6391 Operating Systems
+1208.6428 Operating Systems
+1209.3006 Probability
+1209.3289
+1209.3881 Strongly Correlated Electrons
+1209.5567 Artificial Intelligence
+1210.0123 Representation Theory
+1210.2243 Theory
+1210.4987 Mesoscale and Nanoscale Physics
+1210.6352 Mesoscale and Nanoscale Physics
+1210.8168 Analysis of PDEs
+1211.0506
+1211.0739
+1211.0919 Machine Learning
+1211.2162 Information Theory
+1211.4087 Strongly Correlated Electrons
+1212.1586 Theory
+1212.2733 Superconductivity
+1212.2738 Superconductivity
+1212.3472 Theory
+1212.4634 Optimization and Control
+1212.4645 Quantum Gases
+1212.6862 Representation Theory
+1301.0456 Logic
+1301.1824 Trading and Market Microstructure
+1301.3235
+1301.3328 Theory
+1301.3743 Earth and Planetary Astrophysics
+1301.4993 Cosmology and Nongalactic Astrophysics
+1301.6093 Probability
+1301.7171 Cosmology and Nongalactic Astrophysics
+1302.0189 Information Theory
+1302.0771 Materials Science
+1302.2342 Algebraic Topology
+1302.2412
+1302.3015 Materials Science
+1302.3726 Data Structures and Algorithms
+1302.4915 Exactly Solvable and Integrable Systems
+1302.7268 Soft Condensed Matter
+1303.1343
+1303.1885 Theory
+1303.3541 Representation Theory
+1303.3633 Statistical Mechanics
+1303.3990 Physics and Society
+1303.4386 Disordered Systems and Neural Networks
+1303.5686 Atomic Physics
+1303.7011 Materials Science
+1304.0297
+1304.1267 Physics and Society
+1304.3073 Methodology
+1304.4895 Soft Condensed Matter
+1304.5202 Phenomenology
+1304.5836 Molecular Networks
+1304.6021 Theory
+1304.6107 Group Theory
+1305.0006 Strongly Correlated Electrons
+1305.0008 Cosmology and Nongalactic Astrophysics
+1305.0139 Probability
+1305.0663 Phenomenology
+1305.1776 Soft Condensed Matter
+1305.2060 Adaptation and Self-Organizing Systems
+1305.2702 Methodology
+1305.3968 Disordered Systems and Neural Networks
+1305.4165 K-Theory and Homology
+1305.6231 Populations and Evolution
+1305.6819 Phenomenology
+1305.7216 Phenomenology
+1305.7343 Phenomenology
+1305.7446
+1306.0540 Disordered Systems and Neural Networks
+1306.0647 Theory
+1306.1970 Methodology
+1306.3390 Algebraic Geometry
+1306.3596 Mesoscale and Nanoscale Physics
+1306.3658 Materials Science
+1306.4121 Disordered Systems and Neural Networks
+1306.4719 Cosmology and Nongalactic Astrophysics
+1306.5675 Instrumentation and Detectors
+1306.5743 Theory
+1306.5838 Computational Geometry
+1307.0228 Mesoscale and Nanoscale Physics
+1307.0491 Numerical Analysis
+1307.0501 Strongly Correlated Electrons
+1307.0788 Physics and Society
+1307.0828 Quantum Gases
+1307.1804 Rings and Algebras
+1307.1992
+1307.2404 Populations and Evolution
+1307.2460 Chemical Physics
+1307.2541 Artificial Intelligence
+1307.3416 Mesoscale and Nanoscale Physics
+1307.3717 Quantum Gases
+1307.4262 Cosmology and Nongalactic Astrophysics
+1307.4839 Numerical Analysis
+1307.4976 Analysis of PDEs
+1307.6382 Theory
+1307.7918 Earth and Planetary Astrophysics
+1307.8268 Computational Geometry
+1308.0311 Discrete Mathematics
+1308.0451 Classical Analysis and ODEs
+1308.0660 Statistical Mechanics
+1308.0966 Computational Physics
+1308.0997 Algebraic Geometry
+1308.1361 Analysis of PDEs
+1308.1929 Theory
+1308.2186 Phenomenology
+1308.2353 Number Theory
+1308.3450
+1308.3457 Quantum Gases
+1308.3671 Optics
+1308.3879 Experiment
+1308.4012 Mesoscale and Nanoscale Physics
+1308.5302
+1308.6142 Cosmology and Nongalactic Astrophysics
+1308.6261 Optics
+1308.6420 Functional Analysis
+1309.0649 Operator Algebras
+1309.0692 Theory
+1309.1055 Cosmology and Nongalactic Astrophysics
+1309.1349 Systems and Control
+1309.1558 Probability
+1309.1736 Disordered Systems and Neural Networks
+1309.1784 Software Engineering
+1309.2707
+1309.3138 Astrophysics of Galaxies
+1309.3218 Disordered Systems and Neural Networks
+1309.3222 Strongly Correlated Electrons
+1309.3516
+1309.3989 Probability
+1309.4697 Quantum Algebra
+1309.5222 Combinatorics
+1309.5870 Atomic Physics
+1309.6451 Mesoscale and Nanoscale Physics
+1309.7169 Cosmology and Nongalactic Astrophysics
+1309.7410 Phenomenology
+1309.7724 Data Structures and Algorithms
+1310.0137 Strongly Correlated Electrons
+1310.0762 Trading and Market Microstructure
+1310.1349 Experiment
+1310.1593 Neurons and Cognition
+1310.1734
+1310.2328 Applications
+1310.2554
+1310.2653 Mesoscale and Nanoscale Physics
+1310.3254
+1310.3556 Numerical Analysis
+1310.3923 Mesoscale and Nanoscale Physics
+1310.4364 Materials Science
+1310.4554 Experiment
+1310.4692 Instrumentation and Detectors
+1310.4936 Astrophysics of Galaxies
+1310.5333
+1310.6916
+1310.7291 Experiment
+1310.7597 Cosmology and Nongalactic Astrophysics
+1310.7892 Metric Geometry
+1310.8078 Combinatorics
+1310.8563 Algebraic Geometry
+1311.0976 Soft Condensed Matter
+1311.1917 Logic
+1311.1927 Earth and Planetary Astrophysics
+1311.1944 Mesoscale and Nanoscale Physics
+1311.2094 Rings and Algebras
+1311.4526 Strongly Correlated Electrons
+1311.5915
+1311.6032 Lattice
+1311.6352 Algebraic Geometry
+1311.6969 Atomic Physics
+1311.7228 Combinatorics
+1312.0083 Classical Physics
+1312.0086 Neural and Evolutionary Computing
+1312.0330 Geometric Topology
+1312.1126
+1312.2043 Dynamical Systems
+1312.2134 Superconductivity
+1312.2494 Logic
+1312.2507 Optics
+1312.2579
+1312.3126 Analysis of PDEs
+1312.3309 Experiment
+1312.3429 Computer Vision and Pattern Recognition
+1312.3435 Disordered Systems and Neural Networks
+1312.3620 Number Theory
+1312.3687 Materials Science
+1312.3765
+1312.3860 Cryptography and Security
+1312.3945 High Energy Astrophysical Phenomena
+1312.3955 Combinatorics
+1312.3957 Materials Science
+1312.3965 Probability
+1312.3970 Learning
+1312.3971 Artificial Intelligence
+1312.3973 Plasma Physics
+1312.3974
+1312.3975
+1312.3976 Dynamical Systems
+1312.3978 Phenomenology
+1312.3981 Geophysics
+1312.3989 Computer Vision and Pattern Recognition
+1312.3991 Subcellular Processes
+1312.3993 Number Theory
+1312.3994 Analysis of PDEs
+1312.3996 Instrumentation and Methods for Astrophysics
+1312.3997 Instrumentation and Methods for Astrophysics
+1312.3999 Atomic and Molecular Clusters
+1312.4000
+1312.4001 Statistics Theory
+1312.4002 Algebraic Topology
+1312.4008 Spectral Theory
+1312.4011 Quantum Gases
+1312.4012 Databases
+1312.4013 Theory
+1312.4014 Sound
+1312.4015 Representation Theory
+1312.4020
+1312.4022 Rings and Algebras
+1312.4023 Rings and Algebras
+1312.4024 Rings and Algebras
+1312.4026 Artificial Intelligence
+1312.4030 Classical Analysis and ODEs
+1312.4032 Numerical Analysis
+1312.4033 Analysis of PDEs
+1312.4036 Information Retrieval
+1312.4037 Number Theory
+1312.4038 Genomics
+1312.4039 Atomic Physics
+1312.4040 Soft Condensed Matter
+1312.4042 Cryptography and Security
+1312.4044 Neural and Evolutionary Computing
+1312.4045 Solar and Stellar Astrophysics
+1312.4048 Multiagent Systems
+1312.4050 Differential Geometry
+1312.4052 Number Theory
+1312.4053 Number Theory
+1312.4054 Dynamical Systems
+1312.4058 Methodology
+1312.4062 Functional Analysis
+1312.4064 Optimization and Control
+1312.4066 Discrete Mathematics
+1312.4067 Mesoscale and Nanoscale Physics
+1312.4069 Algebraic Geometry
+1312.4070 Mesoscale and Nanoscale Physics
+1312.4071 Networking and Internet Architecture
+1312.4072 Functional Analysis
+1312.4075 Computational Complexity
+1312.4076 Information Theory
+1312.4078 Neural and Evolutionary Computing
+1312.4080 Fluid Dynamics
+1312.4082 Networking and Internet Architecture
+1312.4085 Lattice
+1312.4088 Probability
+1312.4092 Computation and Language
+1312.4093 Rings and Algebras
+1312.4096 Combinatorics
+1312.4098 Instrumentation and Methods for Astrophysics
+1312.4099 Instrumentation and Methods for Astrophysics
+1312.4100 Phenomenology
+1312.4101 Discrete Mathematics
+1312.4103
+1312.4106 Neurons and Cognition
+1312.4107 Algebraic Geometry
+1312.4108 Learning
+1312.4109 Commutative Algebra
+1312.4110 Combinatorics
+1312.4114 Computer Science and Game Theory
+1312.4115 Theory
+1312.4122 Pattern Formation and Solitons
+1312.4123 Probability
+1312.4124 Computer Vision and Pattern Recognition
+1312.4125 Databases
+1312.4127 Sound
+1312.4132 Neural and Evolutionary Computing
+1312.4134 Discrete Mathematics
+1312.4135 Combinatorics
+1312.4136 Soft Condensed Matter
+1312.4137
+1312.4139 Emerging Technologies
+1312.4141 Geometric Topology
+1312.4142 Statistical Mechanics
+1312.4143 Phenomenology
+1312.4146 Biological Physics
+1312.4149 Neural and Evolutionary Computing
+1312.4159 Number Theory
+1312.4161 Materials Science
+1312.4162 Robotics
+1312.4163 Optimization and Control
+1312.4168 Analysis of PDEs
+1312.4177 Networking and Internet Architecture
+1312.4181 Optimization and Control
+1312.4183 Solar and Stellar Astrophysics
+1312.4185 Statistical Mechanics
+1312.4187 Computer Science and Game Theory
+1312.4188 Distributed, Parallel, and Cluster Computing
+1312.4189 Emerging Technologies
+1312.4192 Algebraic Topology
+1312.4193 Optimization and Control
+1312.4195
+1312.4204 Phenomenology
+1312.4206 Soft Condensed Matter
+1312.4208 Algebraic Geometry
+1312.4209 Learning
+1312.4217 Analysis of PDEs
+1312.4220 Phenomenology
+1312.4223 Numerical Analysis
+1312.4229 Group Theory
+1312.4233 Numerical Analysis
+1312.4235 Molecular Networks
+1312.4239 Spectral Theory
+1312.4240
+1312.4244 Probability
+1312.4252 Information Theory
+1312.4253 High Energy Astrophysical Phenomena
+1312.4254 Phenomenology
+1312.4256 Chaotic Dynamics
+1312.4259 Multiagent Systems
+1312.4261 Geophysics
+1312.4265 Cryptography and Security
+1312.4279 Differential Geometry
+1312.4280 Information Theory
+1312.4283 Databases
+1312.4287 Logic in Computer Science
+1312.4288 Number Theory
+1312.4289 Number Theory
+1312.4295
+1312.4302 Analysis of PDEs
+1312.4308 High Energy Astrophysical Phenomena
+1312.4315 Combinatorics
+1312.4317 Logic
+1312.4322 Human-Computer Interaction
+1312.4323 Applications
+1312.4326 Group Theory
+1312.4328 Programming Languages
+1312.4329 Earth and Planetary Astrophysics
+1312.4333 Distributed, Parallel, and Cluster Computing
+1312.4335 Classical Analysis and ODEs
+1312.4337 Analysis of PDEs
+1312.4339 Phenomenology
+1312.4345 Discrete Mathematics
+1312.4346 Robotics
+1312.4349 Statistics Theory
+1312.4358 Algebraic Geometry
+1312.4361 Numerical Analysis
+1312.4363 Cryptography and Security
+1312.4366 Statistics Theory
+1312.4371 Optics
+1312.4373 Astrophysics of Galaxies
+1312.4374 Materials Science
+1312.4375 Lattice
+1312.4377 Classical Analysis and ODEs
+1312.4379
+1312.4381 Logic
+1312.4382 Neurons and Cognition
+1312.4383 Applications
+1312.4384 Computer Vision and Pattern Recognition
+1312.4386 Astrophysics of Galaxies
+1312.4387 Algebraic Topology
+1312.4388 Solar and Stellar Astrophysics
+1312.4391 Analysis of PDEs
+1312.4394 Astrophysics of Galaxies
+1312.4397 Classical Analysis and ODEs
+1312.4398 Discrete Mathematics
+1312.4402 Classical Analysis and ODEs
+1312.4405 Learning
+1312.4407 Phenomenology
+1312.4408 Other Condensed Matter
+1312.4409 Statistical Mechanics
+1312.4414 Formal Languages and Automata Theory
+1312.4416 Soft Condensed Matter
+1312.4421 Algebraic Geometry
+1312.4422 Materials Science
+1312.4423 Information Theory
+1312.4425 Information Retrieval
+1312.4426 Machine Learning
+1312.4437 Materials Science
+1312.4440 Cell Behavior
+1312.4443 Pricing of Securities
+1312.4450 Earth and Planetary Astrophysics
+1312.4455
+1312.4456
+1312.4457
+1312.4459 Superconductivity
+1312.4466 Superconductivity
+1312.4467
+1312.4468 Information Theory
+1312.4471 Analysis of PDEs
+1312.4472 Applications
+1312.4473 Soft Condensed Matter
+1312.4474 Solar and Stellar Astrophysics
+1312.4477 Databases
+1312.4479 Machine Learning
+1312.4480 Analysis of PDEs
+1312.4482 Soft Condensed Matter
+1312.4486
+1312.4488 Soft Condensed Matter
+1312.4490 Molecular Networks
+1312.4492 Classical Analysis and ODEs
+1312.4495 Soft Condensed Matter
+1312.4497 Statistics Theory
+1312.4501 Mesoscale and Nanoscale Physics
+1312.4502 Geometric Topology
+1312.4503 Instrumentation and Methods for Astrophysics
+1312.4505 Computational Physics
+1312.4508 Distributed, Parallel, and Cluster Computing
+1312.4509 Operating Systems
+1312.4512 Soft Condensed Matter
+1312.4521 Information Theory
+gr-qc/0404060
+hep-th/0610074 Theory
+math/0010105 Algebraic Geometry
+math/0503443 Combinatorics
+math/0512497 Algebraic Topology
+math/0701392 Combinatorics
+math/0703799 Group Theory
+0901.0232 Operator Algebras
+0901.1004 Operator Algebras
+0901.4459 Analysis of PDEs
+0907.3801 Discrete Mathematics
+0912.4357 Classical Analysis and ODEs
+1001.2157 Dynamical Systems
+1002.3952 Cosmology and Nongalactic Astrophysics
+1006.4021 Differential Geometry
+1007.0181 Number Theory
+1007.0379 Information Theory
+1007.5494 Optimization and Control
+1009.5242 Combinatorics
+1102.2842 Plasma Physics
+1103.1041 Representation Theory
+1103.5832 Theory
+1105.3283 Analysis of PDEs
+1105.5257 Algebraic Topology
+1107.1988 Phenomenology
+1107.3064
+1108.0601 Algebraic Topology
+1108.0634 Logic
+1108.4754 Materials Science
+1110.5082 Number Theory
+1111.0454 Phenomenology
+1111.1638 General Physics
+1112.3992
+1201.5449 Classical Analysis and ODEs
+1202.0399 Superconductivity
+1202.1311 Representation Theory
+1203.3278 Methodology
+1203.3358 Algebraic Topology
+1203.6753 Networking and Internet Architecture
+1204.1171 General Physics
+1205.2004 Atomic Physics
+1205.2380 Quantum Gases
+1205.2494 General Physics
+1205.5067 High Energy Astrophysical Phenomena
+1206.2261 Theory
+1207.2565 Analysis of PDEs
+1207.2720 Dynamical Systems
+1207.5973 Phenomenology
+1207.6041 Theory
+1208.2495 Geometric Topology
+1208.6298 Mesoscale and Nanoscale Physics
+1209.0908
+1209.2580 Mesoscale and Nanoscale Physics
+1209.3559 Theory
+1209.3754
+1209.4739 Materials Science
+1209.4850
+1209.4929 Quantum Gases
+1210.0289
+1210.0573 Strongly Correlated Electrons
+1210.1100 Logic in Computer Science
+1210.1900 Operator Algebras
+1210.4039
+1210.4342 Combinatorics
+1210.5169 High Energy Astrophysical Phenomena
+1210.5387 Materials Science
+1210.8177 High Energy Astrophysical Phenomena
+1211.0576 Probability
+1211.1699 Computer Science and Game Theory
+1211.2099 Phenomenology
+1211.3436 Lattice
+1211.4350 Quantum Gases
+1211.4537 Atomic Physics
+1211.5906 Pattern Formation and Solitons
+1211.6230 Phenomenology
+1212.1201 Instrumentation and Methods for Astrophysics
+1212.2299 Quantum Gases
+1212.2989 Materials Science
+1212.3329 Theory
+1212.4329 Rings and Algebras
+1212.5029 Phenomenology
+1212.5236 Phenomenology
+1212.5806
+1301.0277 Number Theory
+1301.0826
+1301.1008 Algebraic Geometry
+1301.1771 Strongly Correlated Electrons
+1301.2968 Mesoscale and Nanoscale Physics
+1301.3909 Cosmology and Nongalactic Astrophysics
+1301.3919 Phenomenology
+1301.4904 Chemical Physics
+1301.5530 Algebraic Geometry
+1301.7324 Lattice
+1301.7707 Mesoscale and Nanoscale Physics
+1302.0694 Mesoscale and Nanoscale Physics
+1302.1713 Instrumentation and Detectors
+1302.2884 Phenomenology
+1302.4273 Chaotic Dynamics
+1302.5070
+1302.5550 Differential Geometry
+1302.5763 Solar and Stellar Astrophysics
+1303.0240 Analysis of PDEs
+1303.2243
+1303.2467 Logic in Computer Science
+1303.2567 General Physics
+1303.3356
+1303.3392 Operator Algebras
+1303.3424 Classical Analysis and ODEs
+1303.3492 Mesoscale and Nanoscale Physics
+1303.3813 Metric Geometry
+1303.3880 Metric Geometry
+1303.3906
+1303.4102
+1303.4304
+1303.5827 Phenomenology
+1304.1168 Probability
+1304.1188 Data Structures and Algorithms
+1304.1797 Mesoscale and Nanoscale Physics
+1304.2060 Data Structures and Algorithms
+1304.2786
+1304.2822 Accelerator Physics
+1304.3043 Number Theory
+1304.3075 Artificial Intelligence
+1304.3076 Artificial Intelligence
+1304.3077 Artificial Intelligence
+1304.3078 Artificial Intelligence
+1304.3079 Artificial Intelligence
+1304.3080 Artificial Intelligence
+1304.3081 Artificial Intelligence
+1304.3082 Artificial Intelligence
+1304.3083 Artificial Intelligence
+1304.3084 Artificial Intelligence
+1304.3085 Artificial Intelligence
+1304.3086 Artificial Intelligence
+1304.3087 Artificial Intelligence
+1304.3088 Systems and Control
+1304.3089 Artificial Intelligence
+1304.3090 Artificial Intelligence
+1304.3091 Artificial Intelligence
+1304.3092 Artificial Intelligence
+1304.3093 Artificial Intelligence
+1304.3094 Artificial Intelligence
+1304.3095 Artificial Intelligence
+1304.3096 Artificial Intelligence
+1304.3097 Artificial Intelligence
+1304.3098 Artificial Intelligence
+1304.3099 Artificial Intelligence
+1304.3100 Artificial Intelligence
+1304.3101 Artificial Intelligence
+1304.3102 Artificial Intelligence
+1304.3103 Artificial Intelligence
+1304.3104 Artificial Intelligence
+1304.3105 Artificial Intelligence
+1304.3106 Artificial Intelligence
+1304.3107 Artificial Intelligence
+1304.3108 Artificial Intelligence
+1304.3109 Artificial Intelligence
+1304.3110 Artificial Intelligence
+1304.3111 Artificial Intelligence
+1304.3112 Artificial Intelligence
+1304.3113 Artificial Intelligence
+1304.3114 Artificial Intelligence
+1304.3115 Artificial Intelligence
+1304.3116 Artificial Intelligence
+1304.3117 Artificial Intelligence
+1304.3118 Artificial Intelligence
+1304.3119 Artificial Intelligence
+1304.3120 Databases
+1304.3121 Logic in Computer Science
+1304.3133 Astrophysics of Galaxies
+1304.3134 Distributed, Parallel, and Cluster Computing
+1304.3135 Computer Science and Game Theory
+1304.3140 Programming Languages
+1304.3141 Optics
+1304.3144 Artificial Intelligence
+1304.3145 Data Structures and Algorithms
+1304.3146 Molecular Networks
+1304.3149 Probability
+1304.3150 Probability
+1304.3151 Solar and Stellar Astrophysics
+1304.3155 General Physics
+1304.3157 Computers and Society
+1304.3158 Number Theory
+1304.3163 Algebraic Topology
+1304.3173 Plasma Physics
+1304.3180 Classical Analysis and ODEs
+1304.3183 Networking and Internet Architecture
+1304.3184 Differential Geometry
+1304.3187 Combinatorics
+1304.3188 Instrumentation and Detectors
+1304.3189 Statistical Mechanics
+1304.3190
+1304.3192 Computer Vision and Pattern Recognition
+1304.3193 Spectral Theory
+1304.3195 Phenomenology
+1304.3196 Optics
+1304.3207 Optics
+1304.3208 Artificial Intelligence
+1304.3210 Artificial Intelligence
+1304.3211 Analysis of PDEs
+1304.3213 Instrumentation and Methods for Astrophysics
+1304.3216 Analysis of PDEs
+1304.3219 Algebraic Geometry
+1304.3222 Statistical Mechanics
+1304.3227 Materials Science
+1304.3233 Combinatorics
+1304.3234 Mesoscale and Nanoscale Physics
+1304.3236 Solar and Stellar Astrophysics
+1304.3239 Solar and Stellar Astrophysics
+1304.3242 Instrumentation and Detectors
+1304.3243
+1304.3245 Lattice
+1304.3246 Optimization and Control
+1304.3249 Logic in Computer Science
+1304.3256 Networking and Internet Architecture
+1304.3258 Networking and Internet Architecture
+1304.3259 Networking and Internet Architecture
+1304.3260 Software Engineering
+1304.3265 Computation and Language
+1304.3266 Quantitative Methods
+1304.3267
+1304.3268 Information Retrieval
+1304.3271 Physics and Society
+1304.3273 Networking and Internet Architecture
+1304.3276 Dynamical Systems
+1304.3278 Lattice
+1304.3280 Information Theory
+1304.3288 Numerical Analysis
+1304.3289 Theory
+1304.3297 Phenomenology
+1304.3302 Analysis of PDEs
+1304.3304 Chemical Physics
+1304.3305 Dynamical Systems
+1304.3307 Formal Languages and Automata Theory
+1304.3309 Cryptography and Security
+1304.3310
+1304.3313 Cryptography and Security
+1304.3319 Number Theory
+1304.3324 Experiment
+1304.3327 Dynamical Systems
+1304.3329 Classical Analysis and ODEs
+1304.3342 Differential Geometry
+1304.3344 Theory
+1304.3345 Learning
+1304.3347 Methodology
+1304.3349 Optics
+1304.3350 General Finance
+1304.3357 Networking and Internet Architecture
+1304.3359 Metric Geometry
+1304.3365 Data Structures and Algorithms
+1304.3366 Representation Theory
+1304.3377 Dynamical Systems
+1304.3381 General Physics
+1304.3383 Phenomenology
+1304.3392 Classical Analysis and ODEs
+1304.3396 Distributed, Parallel, and Cluster Computing
+1304.3402 Computational Geometry
+1304.3404 Phenomenology
+1304.3406 Computer Vision and Pattern Recognition
+1304.3417 Algebraic Geometry
+0710.5279 Algebraic Geometry
+0801.1963 Functional Analysis
+0809.4908 Differential Geometry
+0811.0354
+0902.3979 Multimedia
+0902.4614 Materials Science
+0905.3801
+0906.0587 Theory
+0906.4982 Artificial Intelligence
+0907.2715 Theory
+0908.2542 Networking and Internet Architecture
+0908.2571 Statistical Mechanics
+0910.1181
+1001.1042
+1001.1479 Statistical Mechanics
+1001.5418 Materials Science
+1002.0744 Probability
+1003.2851 Discrete Mathematics
+1004.1373 Plasma Physics
+1006.3407 Algebraic Geometry
+1007.0759 Statistical Mechanics
+1007.3684 Statistical Mechanics
+1008.0172 Materials Science
+1008.2814 Optimization and Control
+1008.3812 Algebraic Geometry
+1009.4075
+1010.2526 Algebraic Geometry
+1010.5137
+1011.4103 Logic
+1011.5672 Theory
+1011.6057 Algebraic Geometry
+1012.3837 Materials Science
+1012.4577 Complex Variables
+1012.4585 Complex Variables
+1107.2526 Optimization and Control
+1107.4696 Logic
+1107.5662 Probability
+1108.2375 Astrophysics of Galaxies
+1108.4772 Symbolic Computation
+1108.4886 Optimization and Control
+1109.3174 Materials Science
+1109.5932 Solar and Stellar Astrophysics
+1110.6135 Applications
+1111.3736 Probability
+1112.0052 Information Retrieval
+1112.0054 Information Retrieval
+1112.2986 Probability
+1112.4318
+1201.3673 Phenomenology
+1201.5295 Number Theory
+1201.5709 Logic
+1202.2892 Artificial Intelligence
+1202.2895 Artificial Intelligence
+1202.6406 Strongly Correlated Electrons
+1203.0013 Earth and Planetary Astrophysics
+1203.1243 Statistics Theory
+1203.1505 Optimization and Control
+1203.1907 Theory
+1203.3617 Group Theory
+1204.1102 Quantum Gases
+1205.2459 Analysis of PDEs
+1205.2593 Accelerator Physics
+1206.3364 Exactly Solvable and Integrable Systems
+1206.5995 Classical Physics
+1206.6904 Combinatorics
+1207.1330 Rings and Algebras
+1207.5289 Genomics
+1207.6718
+1208.0463 Methodology
+1208.3288 Analysis of PDEs
+1208.5132
+1209.0209 Theory
+1209.4441 Optics
+1209.4782 Plasma Physics
+1209.6380 Statistical Mechanics
+1210.0492 Statistical Mechanics
+1210.6284 Programming Languages
+1211.1740
+1211.1828
+1211.4345 Cosmology and Nongalactic Astrophysics
+1211.5104 Strongly Correlated Electrons
+1211.5212 Statistical Mechanics
+1211.5866 Analysis of PDEs
+1211.5878
+1211.7160 Algebraic Geometry
+1211.7361 Cosmology and Nongalactic Astrophysics
+1212.1048 Optimization and Control
+1212.1112 K-Theory and Homology
+1212.1611 Information Theory
+1212.1743 Geometric Topology
+1212.2648
+1212.4123 Distributed, Parallel, and Cluster Computing
+1212.4176 Theory
+1212.6153 Cosmology and Nongalactic Astrophysics
+1212.6430
+1301.2175 Experiment
+1301.4796
+1301.5819 Symplectic Geometry
+1301.5880 Metric Geometry
+1302.0548 Number Theory
+1302.0614 Information Theory
+1302.1476 Materials Science
+1302.1586 High Energy Astrophysical Phenomena
+1302.2046 Quantum Algebra
+1302.2140 Cosmology and Nongalactic Astrophysics
+1302.2647 Mesoscale and Nanoscale Physics
+1302.3510 Number Theory
+1302.4794 Experiment
+1302.5656 Geometric Topology
+1303.0672 Phenomenology
+1303.1141 Cosmology and Nongalactic Astrophysics
+1303.2295 Analysis of PDEs
+1303.3657
+1303.4198 Lattice
+1303.4738 Earth and Planetary Astrophysics
+1304.2122 Probability
+1304.4910 Machine Learning
+1304.5671 Optics
+1304.5747 Methodology
+1304.5848 Populations and Evolution
+1304.6149 Instrumentation and Detectors
+1304.6441 Materials Science
+1304.6573 Soft Condensed Matter
+1304.6901 Combinatorics
+1304.6975 Optics
+1304.7498 Experiment
+1304.8116 Astrophysics of Galaxies
+1305.0714 Materials Science
+1305.1015 Functional Analysis
+1305.1079 Optimization and Control
+1305.1987 Materials Science
+1305.2595
+1305.2774 Differential Geometry
+1305.2795 Phenomenology
+1305.3192 Cosmology and Nongalactic Astrophysics
+1305.4747 Data Structures and Algorithms
+1305.5851 Strongly Correlated Electrons
+1305.6035 Rings and Algebras
+1305.6133
+1305.6275 Fluid Dynamics
+1305.6869 Chemical Physics
+1306.0148 High Energy Astrophysical Phenomena
+1306.1035
+1306.1126 Experiment
+1306.2698
+1306.2886 Number Theory
+1306.2929 Theory
+1306.3889 Quantum Gases
+1306.4456 Number Theory
+1306.5360 Materials Science
+1306.6620 Theory
+1307.1465 Theory
+1307.2594
+1307.4606 Mesoscale and Nanoscale Physics
+1307.5245 Operator Algebras
+1308.0243 Optics
+1308.0284 Statistical Mechanics
+1308.0371 Computer Vision and Pattern Recognition
+1308.0942 Group Theory
+1308.1105 Phenomenology
+1308.2132 Theory
+1308.2258 Materials Science
+1308.2264 Information Theory
+1308.2303 Materials Science
+1308.2574 Networking and Internet Architecture
+1308.3163 Number Theory
+1308.3490 Phenomenology
+1308.4020
+1308.4303 Phenomenology
+1308.6248 Superconductivity
+1308.6742 Cosmology and Nongalactic Astrophysics
+1309.0194 Statistical Mechanics
+1309.0322 Materials Science
+1309.0369 Software Engineering
+1309.1117 Experiment
+1309.1417 Materials Science
+1309.1831 High Energy Astrophysical Phenomena
+1309.2122 Statistical Mechanics
+1309.2750 Representation Theory
+1309.3081 Quantum Gases
+1309.3503
+1309.3635
+1309.4228 Statistical Mechanics
+1309.6204 Social and Information Networks
+1309.6328 High Energy Astrophysical Phenomena
+1309.6677 Rings and Algebras
+1309.6853
+1309.6928 Physics and Society
+1309.7234 Accelerator Physics
+1310.0077 Phenomenology
+1310.1032 Hardware Architecture
+1310.1457 Materials Science
+1310.2048 Differential Geometry
+1310.2463 Strongly Correlated Electrons
+1310.3688
+1310.4202 Theory
+1310.4366 Information Retrieval
+1310.4398 Earth and Planetary Astrophysics
+1310.8380 Strongly Correlated Electrons
+1310.8607 High Energy Astrophysical Phenomena
+1311.0122
+1311.0405 Lattice
+1311.0876 Statistical Mechanics
+1311.1739
+1311.2485
+1311.2584 Cosmology and Nongalactic Astrophysics
+1311.2724 Cosmology and Nongalactic Astrophysics
+1311.2783 Combinatorics
+1311.2867 Algebraic Geometry
+1311.3131
+1311.4019 Number Theory
+1311.4043 Applications
+1311.4106 Analysis of PDEs
+1311.4114 Experiment
+1311.4251
+1311.4524 Dynamical Systems
+1311.5188
+1311.5644 Cosmology and Nongalactic Astrophysics
+1311.5831 Information Theory
+1311.5858 Algebraic Geometry
+1311.5945 Probability
+1311.6041 Learning
+1311.6364 Number Theory
+1311.6532 Materials Science
+1311.6667 Optics
+1311.6695 Number Theory
+1311.6856 Combinatorics
+1311.7013 Data Analysis, Statistics and Probability
+1311.7084 Information Theory
+1311.7095 Optics
+1311.7387 Solar and Stellar Astrophysics
+1311.7391 Theory
+1311.7456 Representation Theory
+1311.7585 Experiment
+1312.0001 Databases
+1312.0002 Optics
+1312.0015 Instrumentation and Methods for Astrophysics
+1312.0018 Programming Languages
+1312.0020 Statistics Theory
+1312.0023
+1312.0024 Algebraic Geometry
+1312.0026 Algebraic Geometry
+1312.0028 Experiment
+1312.0032 Artificial Intelligence
+1312.0035 Lattice
+1312.0036 Computational Complexity
+1312.0042 Data Structures and Algorithms
+1312.0043 Differential Geometry
+1312.0045 Networking and Internet Architecture
+1312.0048 Learning
+1312.0050 Analysis of PDEs
+1312.0052
+1312.0053 Theory
+1312.0059 Probability
+1312.0060 Information Theory
+1312.0061 Superconductivity
+1312.0066 Probability
+1312.0067 Earth and Planetary Astrophysics
+1312.0068
+1312.0069 Operator Algebras
+1312.0072 Computer Vision and Pattern Recognition
+1312.0074 Dynamical Systems
+1312.0078 Programming Languages
+1312.0081 Functional Analysis
+1312.0085 Solar and Stellar Astrophysics
+1312.0094 Solar and Stellar Astrophysics
+1312.0100 Strongly Correlated Electrons
+1312.0102 Lattice
+1312.0106 Group Theory
+1312.0107 Cosmology and Nongalactic Astrophysics
+1312.0108 Number Theory
+1312.0110 Materials Science
+1312.0112
+1312.0113 Phenomenology
+1312.0114 Distributed, Parallel, and Cluster Computing
+1312.0115 Statistical Mechanics
+1312.0118
+1312.0119 Lattice
+1312.0121 Logic in Computer Science
+1312.0122 Differential Geometry
+1312.0124 Phenomenology
+1312.0126 Cosmology and Nongalactic Astrophysics
+1312.0131 Strongly Correlated Electrons
+1312.0133 Networking and Internet Architecture
+1312.0135 Complex Variables
+1312.0136 Phenomenology
+1312.0137 Computer Science and Game Theory
+1312.0138 Programming Languages
+1312.0140 Differential Geometry
+1312.0143 Lattice
+1312.0146 Information Theory
+1312.0148 Systems and Control
+1312.0149 Lattice
+1312.0152 Materials Science
+1312.0154 Methodology
+1312.0155 Lattice
+1312.0156 Databases
+1312.0161 Physics and Society
+1312.0162 Computers and Society
+1312.0165
+1312.0167 Spectral Theory
+1312.0168 Chemical Physics
+1312.0170 Geometric Topology
+1312.0174 Materials Science
+1312.0176 Theory
+1312.0178 Rings and Algebras
+1312.0180 Geometric Topology
+1312.0182 Information Retrieval
+1312.0183 Symplectic Geometry
+1312.0186 Data Structures and Algorithms
+1312.0187 Experiment
+1312.0189 Databases
+1312.0190 Formal Languages and Automata Theory
+1312.0192 Combinatorics
+1312.0194 Data Structures and Algorithms
+1312.0195 Computational Physics
+1312.0196 Materials Science
+1312.0197 Analysis of PDEs
+1312.0198 Statistical Mechanics
+1312.0200 Logic in Computer Science
+1312.0202 Information Theory
+1312.0203 Chaotic Dynamics
+1312.0208 Phenomenology
+1312.0210 Combinatorics
+1312.0216 Numerical Analysis
+1312.0218 Differential Geometry
+1312.0221 Instrumentation and Detectors
+1312.0223 Materials Science
+1312.0229 Networking and Internet Architecture
+1312.0236 Chemical Physics
+1312.0237 Cosmology and Nongalactic Astrophysics
+1312.0239 Algebraic Geometry
+1312.0240 Commutative Algebra
+1312.0241 Algebraic Topology
+1312.0242 Materials Science
+1312.0245
+1312.0247 K-Theory and Homology
+1312.0249 Distributed, Parallel, and Cluster Computing
+1312.0251 Number Theory
+1312.0257 Phenomenology
+1312.0263 Optimization and Control
+1312.0274 Combinatorics
+1312.0281 Dynamical Systems
+1312.0283 Risk Management
+1312.0284 Fluid Dynamics
+1312.0285 Databases
+1312.0291 Lattice
+1312.0295 General Physics
+1312.0298 Dynamical Systems
+1312.0299 Combinatorics
+1312.0300 Mesoscale and Nanoscale Physics
+1312.0302 Methodology
+1312.0306 Lattice
+1312.0308 Statistics Theory
+1312.0309 Emerging Technologies
+1312.0313 Group Theory
+1312.0318 Optics
+1312.0320 Combinatorics
+1312.0321 Commutative Algebra
+1312.0324 Commutative Algebra
+1312.0325 Commutative Algebra
+1312.0327 Commutative Algebra
+1312.0329 Quantitative Methods
+1312.0333 Networking and Internet Architecture
+1312.0336 Systems and Control
+1312.0337 High Energy Astrophysical Phenomena
+1312.0339 Analysis of PDEs
+1312.0340 General Physics
+1312.0341 Software Engineering
+1312.0342 Programming Languages
+1312.0343 Software Engineering
+1312.0344 Software Engineering
+1312.0345 Dynamical Systems
+1312.0346 Software Engineering
+1312.0347 Software Engineering
+1312.0348 Software Engineering
+1312.0349 Software Engineering
+1312.0350 Logic in Computer Science
+1312.0351 Software Engineering
+1312.0352 Software Engineering
+1312.0353 Populations and Evolution
+1312.0354 Software Engineering
+1312.0355 Computational Complexity
+1312.0356 Software Engineering
+1312.0359 Accelerator Physics
+1312.0361 Combinatorics
+1312.0368 Complex Variables
+1312.0372 Information Theory
+1312.0375 Lattice
+1312.0382 High Energy Astrophysical Phenomena
+1312.0383 Experiment
+1312.0389 Computational Geometry
+1312.0390 Applications
+1312.0393 Algebraic Geometry
+1312.0394
+1312.0397 Probability
+1312.0401 Applications
+1312.0403 Information Theory
+1312.0411 Instrumentation and Detectors
+1312.0412 Learning
+1312.0420
+1312.0421 Analysis of PDEs
+1312.0423
+1312.0424 Risk Management
+1312.0432 Category Theory
+1312.0433 Materials Science
+1312.0435
+1312.0440 Atmospheric and Oceanic Physics
+1312.0441 Combinatorics
+1312.0442 Solar and Stellar Astrophysics
+1312.0443 Functional Analysis
+1312.0445 Complex Variables
+1312.0446 Atomic Physics
+1312.0447 Theory
+1312.0454 Phenomenology
+1312.0459 Analysis of PDEs
+1312.0461 Software Engineering
+1312.0462 Symbolic Computation
+1312.0465 Computational Engineering, Finance, and Science
+1312.0470 Representation Theory
+1312.0473 Materials Science
+1312.0477 Lattice
+1312.0482 Computation and Language
+1312.0483 Atmospheric and Oceanic Physics
+1312.0484 Numerical Analysis
+1312.0485 Information Theory
+1312.0489 Systems and Control
+1312.0492 Phenomenology
+1312.0493 Learning
+1312.0495 Chemical Physics
+1312.0497 Data Structures and Algorithms
+1312.0501 Geometric Topology
+1312.0506 Risk Management
+1312.0514 Trading and Market Microstructure
+1312.0518 Methodology
+1312.0519 Probability
+1312.0520 Other Computer Science
+1312.0522 Networking and Internet Architecture
+1312.0524 Optics
+1312.0526 Data Structures and Algorithms
+1312.0530 Cosmology and Nongalactic Astrophysics
+1312.0534 Optimization and Control
+1312.0539 Probability
+1312.0541 Theory
+1312.0542 Combinatorics
+1312.0553 Number Theory
+1312.0554 Phenomenology
+1312.0558 High Energy Astrophysical Phenomena
+1312.0559 Phenomenology
+1312.0565 Earth and Planetary Astrophysics
+1312.0567 Analysis of PDEs
+1312.0568 Number Theory
+1312.0569 Statistics Theory
+1312.0577
+1312.0579 Learning
+1312.0583 Combinatorics
+1312.0586 Logic
+1312.0588
+1312.0591 High Energy Astrophysical Phenomena
+1312.0592 Phenomenology
+math/0310237 Algebraic Topology
+math/0503614 Complex Variables
+physics/0701091 General Physics
+0811.2128 Phenomenology
+0908.4121 Algebraic Geometry
+0910.5077 Representation Theory
+1010.3007
+1010.5906 Algebraic Geometry
+1012.1557 Geometric Topology
+1102.3453 Physics Education
+1105.5416 Computational Finance
+1106.5834 Statistics Theory
+1107.5658 Applications
+1110.3772 Data Analysis, Statistics and Probability
+1111.4601 Data Analysis, Statistics and Probability
+1201.0905 Applications
+1202.2262
+1203.5396
+1204.2176 Probability
+1205.3138 Cosmology and Nongalactic Astrophysics
+1205.6300 Probability
+1205.6310 Methodology
+1206.4748 Representation Theory
+1207.3734 Phenomenology
+1209.0082
+1209.0500
+1210.0309
+1210.1563 Statistics Theory
+1210.1868 Cosmology and Nongalactic Astrophysics
+1210.2433 Group Theory
+1211.2123
+1211.4155 Analysis of PDEs
+1211.4702 Representation Theory
+1211.6755 Logic
+1212.0867 Materials Science
+1212.0898 Phenomenology
+1212.2947 Quantum Gases
+1212.3750 Number Theory
+1212.4984 Theory
+1212.5316
+1212.5696 Materials Science
+1301.1444 Artificial Intelligence
+1301.3742 Earth and Planetary Astrophysics
+1302.0398
+1302.0452 Populations and Evolution
+1302.1723 Optimization and Control
+1303.1521 Cosmology and Nongalactic Astrophysics
+1303.2099 Strongly Correlated Electrons
+1303.4894 Chemical Physics
+1303.6477 Instrumentation and Detectors
+1303.7428 Combinatorics
+1304.1552 Optics
+1304.2336
+1304.2972 Analysis of PDEs
+1304.3981 Geophysics
+1304.3983 Earth and Planetary Astrophysics
+1304.3985 Geophysics
+1304.5614 High Energy Astrophysical Phenomena
+1304.6108 Computational Geometry
+1304.7097 Theory
+1305.0036 Computational Physics
+1305.0207 Strongly Correlated Electrons
+1305.3313
+1305.3895 Analysis of PDEs
+1305.4248
+1305.5178 Cosmology and Nongalactic Astrophysics
+1305.5375 Operator Algebras
+1305.5939 Populations and Evolution
+1305.6489 Social and Information Networks
+1305.7411 Other Quantitative Biology
+1306.2772 Populations and Evolution
+1306.3068
+1306.3656 Physics and Society
+1306.5484 History and Philosophy of Physics
+1307.0271 High Energy Astrophysical Phenomena
+1307.0962 Networking and Internet Architecture
+1307.2044
+1307.2610 Instrumentation and Detectors
+1307.2699 Quantum Gases
+1307.3419 Databases
+1307.4334 Optimization and Control
+1307.4720
+1307.5705 Soft Condensed Matter
+1307.5707 Chaotic Dynamics
+1307.6953 Cosmology and Nongalactic Astrophysics
+1307.7060 Probability
+1307.8406 Mesoscale and Nanoscale Physics
+1307.8433
+1308.2406
+1308.4043 Chemical Physics
+1308.4329 Statistical Mechanics
+1308.6718 Optimization and Control
+1309.0033 Solar and Stellar Astrophysics
+1309.0134 Phenomenology
+1309.0411
+1309.0415 Atomic Physics
+1309.1182 Cosmology and Nongalactic Astrophysics
+1309.2316 Phenomenology
+1309.3223 Data Structures and Algorithms
+1309.3379
+1309.3561 Phenomenology
+1309.4464 Strongly Correlated Electrons
+1310.0354 Computer Vision and Pattern Recognition
+1310.0453 Theory
+1310.0559 Mesoscale and Nanoscale Physics
+1310.2837 Differential Geometry
+1310.3562
+1310.5462 Dynamical Systems
+1310.6500
+1310.6663 Materials Science
+1311.1632 Artificial Intelligence
+1311.2223 Fluid Dynamics
+1311.2707 Molecular Networks
+1311.5511 General Finance
+1311.6668 Combinatorics
+1311.7547 Soft Condensed Matter
+1312.0254
+1312.0834 Representation Theory
+1312.1378 Networking and Internet Architecture
+1312.1610 General Physics
+1312.1623 Analysis of PDEs
+1312.1681 Computer Vision and Pattern Recognition
+1312.1683 Computer Vision and Pattern Recognition
+1312.1684 Computer Vision and Pattern Recognition
+1312.1685 Computer Vision and Pattern Recognition
+1312.1709 Algebraic Topology
+1312.1714 Classical Analysis and ODEs
+1312.1717 Numerical Analysis
+1312.1718 Computational Complexity
+1312.1722 Mesoscale and Nanoscale Physics
+1312.1725 Computational Geometry
+1312.1727 Information Theory
+1312.1737 Learning
+1312.1745 Analysis of PDEs
+1312.1747
+1312.1748 Algebraic Geometry
+1312.1749 Phenomenology
+1312.1750 Combinatorics
+1312.1752 Neural and Evolutionary Computing
+1312.1755 Data Structures and Algorithms
+1312.1760 Neural and Evolutionary Computing
+1312.1761 Phenomenology
+1312.1764 Data Structures and Algorithms
+1312.1765 Genomics
+1312.1770
+1312.1773 Biological Physics
+1312.1774 High Energy Astrophysical Phenomena
+1312.1776 Numerical Analysis
+1312.1778 Mesoscale and Nanoscale Physics
+1312.1781 Astrophysics of Galaxies
+1312.1788 Physics Education
+1312.1789 Instrumentation and Methods for Astrophysics
+1312.1793 Number Theory
+1312.1795 Applications
+1312.1796 Phenomenology
+1312.1797 Applications
+1312.1801 Applications
+1312.1806 Functional Analysis
+1312.1809 Applications
+1312.1810 Operating Systems
+1312.1813 Experiment
+1312.1814 Optimization and Control
+1312.1816 Applications
+1312.1817 Software Engineering
+1312.1818 Applications
+1312.1819 Data Structures and Algorithms
+1312.1821
+1312.1822 Operating Systems
+1312.1824 Graphics
+1312.1825
+1312.1826 Computational Complexity
+1312.1833
+1312.1837 Quantum Algebra
+1312.1838 Instrumentation and Detectors
+1312.1839 Disordered Systems and Neural Networks
+1312.1840 Applications
+1312.1841 Number Theory
+1312.1842 Dynamical Systems
+1312.1850 Optics
+1312.1851 Analysis of PDEs
+1312.1855 Group Theory
+1312.1856 Applications
+1312.1860 Information Retrieval
+1312.1865 Solar and Stellar Astrophysics
+1312.1866 Complex Variables
+1312.1869 Methodology
+1312.1872 Representation Theory
+1312.1873 Applications
+1312.1876 Neurons and Cognition
+1312.1877 Superconductivity
+1312.1880 Combinatorics
+1312.1882 Information Theory
+1312.1883 Tissues and Organs
+1312.1884 Instrumentation and Methods for Astrophysics
+1312.1885 Mesoscale and Nanoscale Physics
+1312.1887 Artificial Intelligence
+1312.1888 Optics
+1312.1889 Other Computer Science
+1312.1890 Fluid Dynamics
+1312.1893 Dynamical Systems
+1312.1895 Computation
+1312.1896 Complex Variables
+1312.1897 Information Retrieval
+1312.1901 Functional Analysis
+1312.1902
+1312.1904 Systems and Control
+1312.1907 Functional Analysis
+1312.1909 Neural and Evolutionary Computing
+1312.1910 Numerical Analysis
+1312.1913 Information Retrieval
+1312.1915 Robotics
+1312.1917 Number Theory
+1312.1920 Networking and Internet Architecture
+1312.1927 Classical Analysis and ODEs
+1312.1928 Materials Science
+1312.1933 Chaotic Dynamics
+1312.1938 Statistics Theory
+1312.1939 Probability
+1312.1940
+1312.1941 Differential Geometry
+1312.1946 Probability
+1312.1949 Lattice
+1312.1951 Combinatorics
+1312.1955 Computer Science and Game Theory
+1312.1960 Representation Theory
+1312.1964 Analysis of PDEs
+1312.1969 Social and Information Networks
+1312.1970 Machine Learning
+1312.1971 Artificial Intelligence
+1312.1973 Networking and Internet Architecture
+1312.1976
+1312.1987 Combinatorics
+1312.1995 Experiment
+1312.1996 Soft Condensed Matter
+hep-ex/0406009 Experiment
+0704.3417 Representation Theory
+0803.1122 Number Theory
+0803.2326 Algebraic Geometry
+0901.1917 Statistical Mechanics
+0907.2733
+0910.0986
+0911.3923 Group Theory
+0912.2151 Commutative Algebra
+1004.0639 Chaotic Dynamics
+1004.5344 Geometric Topology
+1006.3939 Strongly Correlated Electrons
+1007.1529 Group Theory
+1007.1740 Fluid Dynamics
+1008.1930 Statistical Mechanics
+1009.0029 Representation Theory
+1009.5389 Number Theory
+1010.1061 Commutative Algebra
+1010.1062 Commutative Algebra
+1010.1850 Data Analysis, Statistics and Probability
+1010.2664
+1011.0672 Dynamical Systems
+1101.4704 Functional Analysis
+1105.1101 Fluid Dynamics
+1105.2528 Probability
+1106.3546 Probability
+1106.3945 Fluid Dynamics
+1106.6061 Discrete Mathematics
+1107.1520 Combinatorics
+1107.1760 Probability
+1107.3224
+1107.4198
+1108.2328 Quantum Gases
+1108.2615 Theory
+1108.5063 Probability
+1109.2194 Analysis of PDEs
+1110.1532 Operator Algebras
+1110.6433
+1111.0395
+1111.0568 Probability
+1112.2557 Dynamical Systems
+1112.2645
+1112.2682 Methodology
+1112.4782 Representation Theory
+1112.6133 Classical Analysis and ODEs
+1201.0222
+1201.1408 Functional Analysis
+1201.1669 Algebraic Geometry
+1201.2806 General Physics
+1201.3837 Quantum Gases
+1201.5941
+1202.2223 Information Theory
+1202.3122 Symplectic Geometry
+1203.1908 Number Theory
+1203.2212 Classical Analysis and ODEs
+1203.4623 Analysis of PDEs
+1203.5616 Algebraic Geometry
+1203.6546 Number Theory
+1204.0556 Information Theory
+1204.1518
+1204.1711 Algebraic Geometry
+1204.5529 Optics
+1205.1167 Statistical Mechanics
+1205.4486 Commutative Algebra
+1205.5052 Analysis of PDEs
+1205.6988 Theory
+1206.1735 Commutative Algebra
+1206.2810 Combinatorics
+1207.4337 Optics
+1208.0712 Distributed, Parallel, and Cluster Computing
+1208.1091
+1208.2514 Quantum Gases
+1208.2544 Differential Geometry
+1208.4566 Digital Libraries
+1208.6088 Metric Geometry
+1209.2408 Computational Complexity
+1209.4871
+1209.5239
+1209.5709
+1209.6044 Dynamical Systems
+1210.4305 Strongly Correlated Electrons
+1210.5423 Quantum Algebra
+1210.5571 Superconductivity
+1210.6249 Strongly Correlated Electrons
+1210.7137 History and Overview
+1210.8401 Analysis of PDEs
+1211.0722 Information Theory
+1211.0961 Phenomenology
+1211.1247 Probability
+1211.2874 Physics and Society
+1211.3720 Applications
+1211.4741 Strongly Correlated Electrons
+1211.5081 Statistical Mechanics
+1211.5477 Differential Geometry
+1211.6807 Social and Information Networks
+1211.7054 Cosmology and Nongalactic Astrophysics
+1211.7215
+1211.7349 Fluid Dynamics
+1212.1413 General Mathematics
+1212.2044 Neural and Evolutionary Computing
+1212.3232 Theory
+1212.5075 Algebraic Geometry
+1301.1018 Information Theory
+1301.1104 Analysis of PDEs
+1301.1359 Number Theory
+1301.2117 Strongly Correlated Electrons
+1301.2973
+1301.3372
+1301.4463 Probability
+1301.4776 Quantum Gases
+1301.4926 Information Theory
+1301.5485 Rings and Algebras
+1302.0085 Statistical Mechanics
+1302.1628
+1302.5041 Superconductivity
+1302.5312 Functional Analysis
+1302.5803 Populations and Evolution
+1302.6058 Statistics Theory
+1302.6637 Cosmology and Nongalactic Astrophysics
+1302.7212 Cryptography and Security
+1303.0823 Experiment
+1303.1926 Materials Science
+1303.3088 Rings and Algebras
+1303.3631 Algebraic Geometry
+1303.4218 Combinatorics
+1303.4694 Numerical Analysis
+1303.6430 Astrophysics of Galaxies
+1304.1181 Cosmology and Nongalactic Astrophysics
+1304.2338 Data Structures and Algorithms
+1304.3223
+1304.3630
+1304.5501 Mesoscale and Nanoscale Physics
+1304.5751 Fluid Dynamics
+1304.6205 Algebraic Topology
+1304.7271
+1304.7555 Strongly Correlated Electrons
+1304.8063 Optics
+1305.0244 Phenomenology
+1305.0302 High Energy Astrophysical Phenomena
+1305.0911 Formal Languages and Automata Theory
+1305.1148 Biological Physics
+1305.1948 Soft Condensed Matter
+1305.2610 Dynamical Systems
+1305.2651 Optimization and Control
+1305.3427
+1305.4450 Combinatorics
+1305.4577
+1305.5065 High Energy Astrophysical Phenomena
+1305.5726 General Mathematics
+1305.5991
+1305.6527 Mesoscale and Nanoscale Physics
+1305.7220
+1306.0267 Applications
+1306.0319 Analysis of PDEs
+1306.0354 Strongly Correlated Electrons
+1306.1521 Number Theory
+1306.2606 Quantum Gases
+1306.2790 Probability
+1306.3230 Strongly Correlated Electrons
+1306.4056 Algebraic Geometry
+1306.4136 Physics and Society
+1306.4306
+1306.4559 Complex Variables
+1306.5504 Soft Condensed Matter
+1307.0043 Disordered Systems and Neural Networks
+1307.0056 Methodology
+1307.0478 Phenomenology
+1307.1261 Mesoscale and Nanoscale Physics
+1307.1623 Mesoscale and Nanoscale Physics
+1307.1805 Data Structures and Algorithms
+1307.1925
+1307.2426 Phenomenology
+1307.3193 Quantum Gases
+1307.4026 Quantum Gases
+1307.4433 Materials Science
+1307.5918 Instrumentation and Detectors
+1307.6551 Classical Analysis and ODEs
+1308.0267 Formal Languages and Automata Theory
+1308.1235
+1308.2192 Number Theory
+1308.3142 Phenomenology
+1308.4068 Instrumentation and Methods for Astrophysics
+1308.5272 Computer Science and Game Theory
+1308.6569 Cosmology and Nongalactic Astrophysics
+1309.0463 Algebraic Geometry
+1309.0573
+1309.1448
+1309.1537 Algebraic Geometry
+1309.1835 Combinatorics
+1309.1960 Discrete Mathematics
+1309.2222 Fluid Dynamics
+1309.2721 Information Theory
+1309.3073 History and Overview
+1309.3077 Analysis of PDEs
+1309.3338 Theory
+1309.3398 Symplectic Geometry
+1309.3435
+1309.3601 Differential Geometry
+1309.3642 Discrete Mathematics
+1309.3655 Networking and Internet Architecture
+1309.3822 Mesoscale and Nanoscale Physics
+1309.3927 Optics
+1309.4148 Atomic Physics
+1309.4538 Commutative Algebra
+1309.4750 Strongly Correlated Electrons
+1309.4797 Functional Analysis
+1309.4799 Dynamical Systems
+1309.4896
+1309.5208 Classical Analysis and ODEs
+1309.5367 Physics and Society
+1309.5372 Digital Libraries
+1309.5376 Combinatorics
+1309.5377 Software Engineering
+1309.5378 Dynamical Systems
+1309.5380 Cosmology and Nongalactic Astrophysics
+1309.5390 Systems and Control
+1309.5391 Computation and Language
+1309.5392 Instrumentation and Detectors
+1309.5393 Cryptography and Security
+1309.5394 Atomic Physics
+1309.5397
+1309.5398 Mesoscale and Nanoscale Physics
+1309.5399 Cosmology and Nongalactic Astrophysics
+1309.5401 Robotics
+1309.5404 Analysis of PDEs
+1309.5407 Analysis of PDEs
+1309.5419 Phenomenology
+1309.5420 Rings and Algebras
+1309.5423 Number Theory
+1309.5427 Learning
+1309.5432 Materials Science
+1309.5434 Operator Algebras
+1309.5435 Operator Algebras
+1309.5440 Information Theory
+1309.5441 Analysis of PDEs
+1309.5442 Distributed, Parallel, and Cluster Computing
+1309.5443 Mesoscale and Nanoscale Physics
+1309.5450 Data Analysis, Statistics and Probability
+1309.5457 Distributed, Parallel, and Cluster Computing
+1309.5458 Biomolecules
+1309.5459 Hardware Architecture
+1309.5460 Space Physics
+1309.5466 Statistical Finance
+1309.5469 Discrete Mathematics
+1309.5470 Chaotic Dynamics
+1309.5473 Statistical Mechanics
+1309.5475 Functional Analysis
+1309.5476 Mesoscale and Nanoscale Physics
+1309.5481 Optics
+1309.5482
+1309.5486 Methodology
+1309.5487 Functional Analysis
+1309.5488 Social and Information Networks
+1309.5489 Computation
+1309.5490 Functional Analysis
+1309.5493 Numerical Analysis
+1309.5496 Mesoscale and Nanoscale Physics
+1309.5497 Solar and Stellar Astrophysics
+1309.5498 Mathematical Software
+1309.5499 Solar and Stellar Astrophysics
+1309.5500 Programming Languages
+1309.5501 Solar and Stellar Astrophysics
+1309.5503 Digital Libraries
+1309.5507 Hardware Architecture
+1309.5509 Differential Geometry
+1309.5511 Systems and Control
+1309.5513 Fluid Dynamics
+1309.5514 Materials Science
+1309.5515 Optimization and Control
+1309.5518 Materials Science
+1309.5520 Algebraic Geometry
+1309.5521 Classical Analysis and ODEs
+1309.5522 Distributed, Parallel, and Cluster Computing
+1309.5533 Experiment
+1309.5541 Strongly Correlated Electrons
+1309.5545 Probability
+1309.5547 Optimization and Control
+1309.5548 Optimization and Control
+1309.5551 Hardware Architecture
+1309.5558 Dynamical Systems
+1309.5559 Mesoscale and Nanoscale Physics
+1309.5560 Numerical Analysis
+1309.5562 Algebraic Geometry
+1309.5563 Probability
+1309.5564 Probability
+1309.5565 Pricing of Securities
+1309.5566 Probability
+1309.5568 Networking and Internet Architecture
+1309.5570 Rings and Algebras
+1309.5572 Rings and Algebras
+1309.5574 Computational Engineering, Finance, and Science
+1309.5576 Analysis of PDEs
+1309.5577 Group Theory
+1309.5579 Optics
+1309.5580 Materials Science
+1309.5585 Group Theory
+1309.5591 Mesoscale and Nanoscale Physics
+1309.5593 Strongly Correlated Electrons
+1309.5597 Number Theory
+1309.5601 Cryptography and Security
+1309.5605 Learning
+1309.5607 Astrophysics of Galaxies
+1309.5610 Mesoscale and Nanoscale Physics
+1309.5614 Populations and Evolution
+1309.5616 Computation
+1309.5617 Instrumentation and Methods for Astrophysics
+1309.5618 Data Structures and Algorithms
+1309.5623 Analysis of PDEs
+1309.5626 Superconductivity
+1309.5629 Group Theory
+1309.5636 Probability
+1309.5637
+1309.5647 Hardware Architecture
+1309.5649 K-Theory and Homology
+1309.5651 Probability
+1309.5652 Computation and Language
+1309.5653 Representation Theory
+1309.5656 Analysis of PDEs
+1309.5657 Computation and Language
+1309.5658 Classical Analysis and ODEs
+1309.5660 Neural and Evolutionary Computing
+1309.5661 Probability
+1309.5663 Physics and Society
+1309.5664 Optics
+1309.5667 Populations and Evolution
+1309.5668 Computational Complexity
+1309.5670 Adaptation and Self-Organizing Systems
+1309.5673 Neurons and Cognition
+1309.5677 Computational Engineering, Finance, and Science
+1309.5682 Number Theory
+1309.5686 Networking and Internet Architecture
+1309.5687 Data Structures and Algorithms
+1309.5688 Software Engineering
+1309.5689 Software Engineering
+1309.5690 Materials Science
+1309.5696 Mesoscale and Nanoscale Physics
+1309.5697 Data Structures and Algorithms
+1309.5702 Systems and Control
+1309.5703 Statistical Finance
+1309.5704 Algebraic Geometry
+1309.5711 Probability
+1309.5712 Combinatorics
+1309.5725 Networking and Internet Architecture
+1309.5726 Materials Science
+1309.5734 Analysis of PDEs
+1309.5735 Human-Computer Interaction
+1309.5738 Cosmology and Nongalactic Astrophysics
+1309.5740 Statistics Theory
+1309.5742 Logic in Computer Science
+1309.5744 Differential Geometry
+1309.5745
+1309.5749 Information Theory
+1309.5751 Logic
+1309.5754 Number Theory
+1309.5755 Analysis of PDEs
+1309.5759 Combinatorics
+1309.5763 Phenomenology
+1309.5768 Geophysics
+1309.5770 Rings and Algebras
+1309.5771
+1309.5772 Mesoscale and Nanoscale Physics
+1309.5774
+1309.5779 Probability
+1309.5780
+1309.5781 Data Structures and Algorithms
+1309.5783 Experiment
+1309.5787 Discrete Mathematics
+1309.5788 Superconductivity
+1309.5795 Numerical Analysis
+1309.5800 Optimization and Control
+1309.5801 Fluid Dynamics
+1309.5803 Learning
+1309.5804 Group Theory
+1309.5805 General Mathematics
+1309.5808 Computation
+1309.5813 High Energy Astrophysical Phenomena
+1309.5815
+1309.5818 K-Theory and Homology
+1309.5820
+1309.5821 Databases
+1309.5823 Learning
+1309.5826 Distributed, Parallel, and Cluster Computing
+1309.5828 History and Overview
+1309.5830 Optics
+1309.5832 Optimization and Control
+1309.5834 Atomic and Molecular Clusters
+1309.5836 Information Theory
+1309.5840 Neurons and Cognition
+1309.5842 Rings and Algebras
+1309.5843 Computation and Language
+1309.5844 Instrumentation and Methods for Astrophysics
+1309.5845 Number Theory
+1309.5848
+1309.5854 Other Computer Science
+1309.5856 Classical Analysis and ODEs
+1309.5859 Physics and Society
+1309.5861 Molecular Networks
+1309.5862 Computational Complexity
+1309.5864 Chemical Physics
+1309.5871 Algebraic Geometry
+1309.5874 High Energy Astrophysical Phenomena
+1309.5882 Biological Physics
+1309.5885 Distributed, Parallel, and Cluster Computing
+1309.5890 Phenomenology
+1309.5891 Functional Analysis
+1309.5893 Algebraic Geometry
+1309.5894 Statistical Mechanics
+1309.5896 Neural and Evolutionary Computing
+1309.5899 Geometric Topology
+1309.5900 Optimization and Control
+1309.5902 Number Theory
+1309.5904 Learning
+1309.5909 Computation and Language
+1309.5918 Soft Condensed Matter
+1309.5919 Phenomenology
+1309.5923 Methodology
+1309.5924 High Energy Astrophysical Phenomena
+1309.5927 Data Structures and Algorithms
+1309.5930 Earth and Planetary Astrophysics
+1309.5931 Neural and Evolutionary Computing
+math-ph/0611008
+math/0509286 Number Theory
+math/0604308 Operator Algebras
+1210.1848 Functional Analysis
+1308.0068 Classical Analysis and ODEs
+1308.0090 Emerging Technologies
+0712.3915
+0909.0061 Analysis of PDEs
+1006.3159 Programming Languages
+1012.1096 Functional Analysis
+1103.2898 Group Theory
+1105.1801 Mesoscale and Nanoscale Physics
+1110.6398 Combinatorics
+1111.1468 Analysis of PDEs
+1111.6404 Combinatorics
+1112.3678 Functional Analysis
+1112.6282 Metric Geometry
+1112.6284 Metric Geometry
+1201.0533 Probability
+1201.1405 Number Theory
+1201.1412 Functional Analysis
+1201.2952 Functional Analysis
+1202.6579 Experiment
+1203.1308 Combinatorics
+1203.5540 Mesoscale and Nanoscale Physics
+1205.3206 Mesoscale and Nanoscale Physics
+1205.4281 Number Theory
+1206.2023 Logic
+1208.1332 Strongly Correlated Electrons
+1208.2444 Operator Algebras
+1209.0533 Number Theory
+1209.1033 Information Theory
+1209.2663 Phenomenology
+1209.2997 Mesoscale and Nanoscale Physics
+1209.5478 Logic
+1210.5852 Theory
+1210.6277 Combinatorics
+1210.7210 Phenomenology
+1210.7325 Mathematical Software
+1210.8016 Cosmology and Nongalactic Astrophysics
+1210.8203 Commutative Algebra
+1211.1112 Phenomenology
+1211.2431 Symplectic Geometry
+1211.3655 Analysis of PDEs
+1211.5168 Phenomenology
+1211.5218 Classical Analysis and ODEs
+1211.5546 Exactly Solvable and Integrable Systems
+1211.5567 Exactly Solvable and Integrable Systems
+1211.5611 Optimization and Control
+1211.5652 Analysis of PDEs
+1212.1652 Materials Science
+1212.1973
+1212.3866 Statistics Theory
+1212.4818 Theory
+1212.5897 Mesoscale and Nanoscale Physics
+1212.6715 Phenomenology
+1301.3470 Strongly Correlated Electrons
+1301.3568 Machine Learning
+1301.3641 Learning
+1301.4080 Soft Condensed Matter
+1301.6294 Statistical Mechanics
+1301.6587 Information Theory
+1301.7747 Neurons and Cognition
+1302.1785 Superconductivity
+1302.4332 Distributed, Parallel, and Cluster Computing
+1302.4710 Other Condensed Matter
+1302.5351 Dynamical Systems
+1302.5691 Chemical Physics
+1303.1125
+1303.2312 Atomic Physics
+1303.2657 Strongly Correlated Electrons
+1303.2884 Strongly Correlated Electrons
+1303.3425 Strongly Correlated Electrons
+1303.4539 Biological Physics
+1303.5195 Applications
+1303.5535
+1303.5922 Strongly Correlated Electrons
+1303.6458 Mesoscale and Nanoscale Physics
+1304.0313 Commutative Algebra
+1304.0353 Statistical Finance
+1304.2005 Combinatorics
+1304.2104 Materials Science
+1304.2272 Computational Engineering, Finance, and Science
+1304.3596 Programming Languages
+1304.6069 Materials Science
+1304.6618
+1304.7084 Analysis of PDEs
+1304.7355 Data Structures and Algorithms
+1304.7804 Data Structures and Algorithms
+1304.7840 Combinatorics
+1304.7996 High Energy Astrophysical Phenomena
+1304.8020 Learning
+1304.8034 Software Engineering
+1304.8108 Data Structures and Algorithms
+1305.0001 Graphics
+1305.0015 Machine Learning
+1305.0019 Superconductivity
+1305.0020 Computer Vision and Pattern Recognition
+1305.0021 Phenomenology
+1305.0022 High Energy Astrophysical Phenomena
+1305.0026 Exactly Solvable and Integrable Systems
+1305.0029 Cosmology and Nongalactic Astrophysics
+1305.0032 Information Theory
+1305.0034 Computer Science and Game Theory
+1305.0035 Number Theory
+1305.0040 Pricing of Securities
+1305.0044 Theory
+1305.0045 Operator Algebras
+1305.0051 Social and Information Networks
+1305.0053
+1305.0061 Information Theory
+1305.0063 Superconductivity
+1305.0064 Logic
+1305.0073 Cosmology and Nongalactic Astrophysics
+1305.0076 Astrophysics of Galaxies
+1305.0077 Analysis of PDEs
+1305.0078 Analysis of PDEs
+1305.0080 Group Theory
+1305.0083
+1305.0085 Computer Science and Game Theory
+1305.0089 Numerical Analysis
+1305.0093 Commutative Algebra
+1305.0097 Number Theory
+1305.0099 Analysis of PDEs
+1305.0101 Computer Science and Game Theory
+1305.0103 Learning
+1305.0104 Probability
+1305.0105 Trading and Market Microstructure
+1305.0106 Mesoscale and Nanoscale Physics
+1305.0109 Phenomenology
+1305.0110 Data Structures and Algorithms
+1305.0111 Operator Algebras
+1305.0115 Soft Condensed Matter
+1305.0126 Atomic Physics
+1305.0129 Combinatorics
+1305.0132
+1305.0134 Combinatorics
+1305.0142 Algebraic Topology
+1305.0145 Materials Science
+1305.0146 Cosmology and Nongalactic Astrophysics
+1305.0148 Atomic Physics
+1305.0149 Solar and Stellar Astrophysics
+1305.0152 Software Engineering
+1305.0153 Systems and Control
+1305.0159 Genomics
+1305.0160 Data Structures and Algorithms
+1305.0169
+1305.0170 Phenomenology
+1305.0171 Pattern Formation and Solitons
+1305.0172 Computational Geometry
+1305.0174 Classical Physics
+1305.0184 Complex Variables
+1305.0187 Artificial Intelligence
+1305.0189 Software Engineering
+1305.0190 Software Engineering
+1305.0195 Software Engineering
+1305.0196 Information Retrieval
+1305.0198 Strongly Correlated Electrons
+1305.0201 Combinatorics
+1305.0203 Numerical Analysis
+1305.0216 Number Theory
+1305.0218 Computer Vision and Pattern Recognition
+1305.0220 Methodology
+1305.0221 Analysis of PDEs
+1305.0223 Chemical Physics
+1305.0224 Experiment
+1305.0225
+1305.0226 Functional Analysis
+1305.0229 Cosmology and Nongalactic Astrophysics
+1305.0233 Space Physics
+1305.0235 Astrophysics of Galaxies
+1305.0238 Strongly Correlated Electrons
+1305.0239 Statistical Finance
+1305.0240 Materials Science
+1305.0241 Probability
+1305.0243 Metric Geometry
+1305.0245 Cryptography and Security
+1305.0252 High Energy Astrophysical Phenomena
+1305.0254 Probability
+1305.0255 Differential Geometry
+0710.5474 Other Condensed Matter
+0802.2295 Mesoscale and Nanoscale Physics
+0806.3995
+0903.2389 Superconductivity
+0904.4465 General Topology
+0907.2660 Mesoscale and Nanoscale Physics
+0910.0060 Chaotic Dynamics
+0910.0917
+0911.4856 Strongly Correlated Electrons
+0912.5148 Cosmology and Nongalactic Astrophysics
+1004.1327 Mesoscale and Nanoscale Physics
+1006.5956 Superconductivity
+1007.2602 Materials Science
+1007.5365 Strongly Correlated Electrons
+1008.0369
+1008.0505
+1008.0875 Classical Physics
+1008.3312 Theory
+1012.4500 Cosmology and Nongalactic Astrophysics
+1103.1423
+1103.2068 Learning
+1104.1738 Logic in Computer Science
+1104.3409
+1105.2382
+1105.6148 Artificial Intelligence
+1106.6147 Methodology
+1107.3396 Algebraic Topology
+1107.3489
+1107.5886 Logic in Computer Science
+1108.2420
+1108.4256
+1109.0926 Phenomenology
+1109.4148 Astrophysics of Galaxies
+1110.3802
+1111.1862
+1111.3029 Statistics Theory
+1111.4906 Chaotic Dynamics
+1112.0461
+1112.1898
+1201.2666 Phenomenology
+1201.2667
+1202.1066 Algebraic Geometry
+1202.1142
+1202.5066 Atmospheric and Oceanic Physics
+1202.5554 Earth and Planetary Astrophysics
+1202.6526 Disordered Systems and Neural Networks
+1203.0207 Phenomenology
+1204.0150 Strongly Correlated Electrons
+1204.1024 Probability
+1205.1811 Strongly Correlated Electrons
+1205.4248 Strongly Correlated Electrons
+1206.0173
+1206.0445 Theory
+1206.5224 Statistical Finance
+1206.5699
+1206.5980
+1206.6204 Combinatorics
+1207.0227
+1207.1064 Biological Physics
+1207.1626 Soft Condensed Matter
+1207.3483 Classical Analysis and ODEs
+1207.5131
+1207.7125 Social and Information Networks
+1208.2118
+1208.2407 Computational Physics
+1208.2435 Representation Theory
+1208.3359 Soft Condensed Matter
+1208.6383 Theory
+1208.6476 Group Theory
+1209.0779 Earth and Planetary Astrophysics
+1209.1884
+1209.5035
+1209.5957 Cosmology and Nongalactic Astrophysics
+1210.0160 Information Theory
+1210.0793 Earth and Planetary Astrophysics
+1210.1191 Complex Variables
+1210.1510 Analysis of PDEs
+1210.1556
+1210.1687 Symplectic Geometry
+1210.2078 Optimization and Control
+1210.3537 Soft Condensed Matter
+1210.5116 Complex Variables
+1210.5922
+1210.6887 Theory
+1210.7987 Phenomenology
+1211.1165
+1211.1789 Superconductivity
+1211.2283 Experiment
+1211.3727 Theory
+1211.4737 Mesoscale and Nanoscale Physics
+1211.5114
+1211.5201
+1211.5584 Phenomenology
+1211.5737 History and Overview
+1211.6263 Numerical Analysis
+1212.0195
+1212.2380
+1212.2958 Neural and Evolutionary Computing
+1212.3484 Chemical Physics
+1212.4046 Mesoscale and Nanoscale Physics
+1212.4377
+1212.5776 Artificial Intelligence
+1301.1263 Earth and Planetary Astrophysics
+1301.2413 Superconductivity
+1301.3536 Analysis of PDEs
+1301.3647 Rings and Algebras
+1301.5932 Phenomenology
+1301.6082 Computational Physics
+1301.6221 Earth and Planetary Astrophysics
+1301.6410 Information Theory
+1301.6578 Strongly Correlated Electrons
+1301.7599
+1302.0738 Solar and Stellar Astrophysics
+1302.1621 Probability
+1302.1777 Information Theory
+1302.3009 Combinatorics
+1302.3967 Mesoscale and Nanoscale Physics
+1302.4305 Phenomenology
+1302.5086 Cosmology and Nongalactic Astrophysics
+1302.5145 Social and Information Networks
+1302.5227 Statistical Mechanics
+1302.6010 Exactly Solvable and Integrable Systems
+1302.6014 Algebraic Topology
+1302.6172 Number Theory
+1302.6599 Combinatorics
+1302.6984 Numerical Analysis
+1303.0356 Computer Science and Game Theory
+1303.0578
+1303.0774 Optics
+1303.0831 Rings and Algebras
+1303.0832 General Physics
+1303.0834 Cosmology and Nongalactic Astrophysics
+1303.0837 High Energy Astrophysical Phenomena
+1303.0848 Geometric Topology
+1303.0854 Combinatorics
+1303.0855
+1303.0859 Rings and Algebras
+1303.0861 Social and Information Networks
+1303.0862 Logic
+1303.0866 Databases
+1303.0867 Algebraic Geometry
+1303.0875 Neurons and Cognition
+1303.0887
+1303.0890 Information Theory
+1303.0895 Algebraic Topology
+1303.0898 Rings and Algebras
+1303.0908 Programming Languages
+1303.0910 Cryptography and Security
+1303.0912
+1303.0915 Optics
+1303.0918 Materials Science
+1303.0920 Rings and Algebras
+1303.0921 Superconductivity
+1303.0923
+1303.0927 Numerical Analysis
+1303.0929 Superconductivity
+1303.0930 Cryptography and Security
+1303.0934 Learning
+1303.0935 Phenomenology
+1303.0936 Group Theory
+1303.0937 Probability
+1303.0939
+1303.0940 Computational Physics
+1303.0943 Information Theory
+1303.0947 Quantum Gases
+1303.0953 Pattern Formation and Solitons
+1303.0954
+1303.0955 Logic
+1303.0957 Analysis of PDEs
+1303.0958 Phenomenology
+1303.0963 Group Theory
+1303.0964 Computer Vision and Pattern Recognition
+1303.0966 Formal Languages and Automata Theory
+1303.0967 Classical Analysis and ODEs
+1303.0969 Formal Languages and Automata Theory
+1303.0970 Social and Information Networks
+1303.0972 Atomic Physics
+1303.0975 Numerical Analysis
+1303.0982 Complex Variables
+1303.0983 Phenomenology
+1303.0984 Group Theory
+1303.0985 Biological Physics
+1303.0986 Materials Science
+1303.0990 Combinatorics
+1303.0991 Combinatorics
+1303.0992 Analysis of PDEs
+1303.0995 Astrophysics of Galaxies
+1303.0997 Functional Analysis
+1303.1006 Software Engineering
+1303.1007 Software Engineering
+1303.1008 Software Engineering
+1303.1009 Software Engineering
+1303.1010 Software Engineering
+1303.1011 Software Engineering
+1303.1014 Optics
+1303.1018 Neurons and Cognition
+1303.1019 Numerical Analysis
+1303.1021 Mesoscale and Nanoscale Physics
+1303.1025 Analysis of PDEs
+1303.1036 Classical Analysis and ODEs
+1303.1039 Combinatorics
+1303.1046
+1303.1048 Cryptography and Security
+1303.1051 Neural and Evolutionary Computing
+1303.1056 Metric Geometry
+1303.1060 Analysis of PDEs
+1303.1063 Geometric Topology
+1303.1064 Portfolio Management
+1303.1067 Mesoscale and Nanoscale Physics
+1303.1070 Materials Science
+1303.1071
+1303.1081 Dynamical Systems
+1303.1085 Spectral Theory
+1303.1089 High Energy Astrophysical Phenomena
+1303.1090 Systems and Control
+1303.1095 Information Theory
+1303.1097 Probability
+1303.1103 High Energy Astrophysical Phenomena
+1303.1116 Commutative Algebra
+1303.1117 Analysis of PDEs
+1303.1118
+1303.1119 Networking and Internet Architecture
+1303.1134 Pricing of Securities
+1303.1142 Phenomenology
+1303.1143
+1303.1144 Information Theory
+1303.1159 Functional Analysis
+1303.1163 Functional Analysis
+1303.1165
+1303.1167 Analysis of PDEs
+1303.1170 Applications
+1303.1171 Classical Physics
+astro-ph/9807310
+cond-mat/9908099 Mesoscale and Nanoscale Physics
+0804.3165
+0805.1141 Chaotic Dynamics
+0806.1818 Combinatorics
+0806.3964
+0810.2863 Chaotic Dynamics
+0906.4650 Mesoscale and Nanoscale Physics
+0907.0490 Materials Science
+1008.0421 Fluid Dynamics
+1008.3145 Logic
+1012.5087 Number Theory
+1012.5437 Algebraic Geometry
+1108.4206 Geometric Topology
+1109.0699 Logic
+1109.2064
+1109.6398 Number Theory
+1111.2952 Category Theory
+1112.1921 Solar and Stellar Astrophysics
+1112.2324 Geometric Topology
+1201.4239 Applications
+1203.3048 Mesoscale and Nanoscale Physics
+1203.4286
+1203.5649 K-Theory and Homology
+1204.3362 Information Retrieval
+1206.0402 Strongly Correlated Electrons
+1206.6690 Combinatorics
+1207.2428 Mesoscale and Nanoscale Physics
+1207.4106 Statistical Mechanics
+1207.5756
+1208.2781
+1208.3556
+1208.5648 Soft Condensed Matter
+1209.1370
+1209.3340 Phenomenology
+1209.6503 Statistics Theory
+1210.3827
+1210.4989 Fluid Dynamics
+1210.5526 Analysis of PDEs
+1211.0552 Phenomenology
+1211.1320 Phenomenology
+1211.2698 Strongly Correlated Electrons
+1211.4606 Populations and Evolution
+1212.0062 Biological Physics
+1212.5824 Cosmology and Nongalactic Astrophysics
+1301.0800 Quantum Gases
+1301.1144 Strongly Correlated Electrons
+1301.7697 Statistical Mechanics
+1302.0198 Quantum Gases
+1302.0433 Strongly Correlated Electrons
+1302.0983 Mesoscale and Nanoscale Physics
+1302.4262 Atomic Physics
+1302.6667 Quantitative Methods
+1303.1443 Theory
+1303.2390 Mesoscale and Nanoscale Physics
+1303.3068 Statistical Mechanics
+1303.3446 Differential Geometry
+1303.4683 Information Theory
+1303.4923 Functional Analysis
+1303.6977 Machine Learning
+1304.0555
+1304.1174 Mesoscale and Nanoscale Physics
+1304.3214 Mesoscale and Nanoscale Physics
+1304.3586 Optics
+1304.3712 Cosmology and Nongalactic Astrophysics
+1304.4486 Strongly Correlated Electrons
+1304.4855
+1304.5042
+1304.5153 Systems and Control
+1304.5912 Biological Physics
+1304.6469 Superconductivity
+1305.0257
+1305.1997 Phenomenology
+1305.3221 Phenomenology
+1305.3250 Computer Vision and Pattern Recognition
+1305.4176 Astrophysics of Galaxies
+1305.4274 Probability
+1305.4871
+1305.5125 Mesoscale and Nanoscale Physics
+1305.5630 Solar and Stellar Astrophysics
+1306.0242 Combinatorics
+1306.0463 Materials Science
+1306.1886 Numerical Analysis
+1306.2296 Physics and Society
+1306.2908 Phenomenology
+1306.2932 Combinatorics
+1306.3692 Computation and Language
+1306.4054 Mesoscale and Nanoscale Physics
+1306.4272 Solar and Stellar Astrophysics
+1306.4789 Earth and Planetary Astrophysics
+1306.5319 Phenomenology
+1306.5409 Theory
+1306.6366
+1306.6405 General Physics
+1306.6439 Combinatorics
+1306.6529 High Energy Astrophysical Phenomena
+1306.6548 Combinatorics
+1306.6647 Solar and Stellar Astrophysics
+1306.6649 Artificial Intelligence
+1306.6655 Functional Analysis
+1306.6656 Populations and Evolution
+1306.6657 Logic in Computer Science
+1306.6665 Disordered Systems and Neural Networks
+1306.6666 Mesoscale and Nanoscale Physics
+1306.6668 Combinatorics
+1306.6670 Databases
+1306.6671 Information Theory
+1306.6672 Analysis of PDEs
+1306.6673 Analysis of PDEs
+1306.6674 Analysis of PDEs
+1306.6678 Functional Analysis
+1306.6679 Analysis of PDEs
+1306.6681 Dynamical Systems
+1306.6682 Operator Algebras
+1306.6684 Computation
+1306.6689 Mesoscale and Nanoscale Physics
+1306.6697 Number Theory
+1306.6703 Data Analysis, Statistics and Probability
+1306.6705 Probability
+1306.6706 Popular Physics
+1306.6707 Geometric Topology
+1306.6708 Algebraic Topology
+1306.6711 Plasma Physics
+1306.6713 Phenomenology
+1306.6714 Probability
+1306.6715 Risk Management
+1306.6718 Chemical Physics
+1306.6721 Cosmology and Nongalactic Astrophysics
+1306.6726 Computer Vision and Pattern Recognition
+1306.6728 Discrete Mathematics
+1306.6729 Cryptography and Security
+1306.6734 Databases
+1306.6736
+1306.6737 Cryptography and Security
+1306.6738 Instrumentation and Methods for Astrophysics
+1306.6739 Numerical Analysis
+1306.6744 Combinatorics
+1306.6746 Probability
+1306.6749 Symbolic Computation
+1306.6752 Optics
+1306.6755 Computation and Language
+1306.6758
+1306.6760 Logic
+1306.6763 Differential Geometry
+1306.6764 Plasma Physics
+1306.6765 Theory
+1306.6766 Cosmology and Nongalactic Astrophysics
+1306.6767 Number Theory
+1306.6770 Probability
+1306.6774 Plasma Physics
+1306.6776 Plasma Physics
+1306.6777 Plasma Physics
+1306.6778 Plasma Physics
+1306.6779 Instrumentation and Detectors
+1306.6780 Mesoscale and Nanoscale Physics
+1306.6781 Statistical Mechanics
+1306.6782 Analysis of PDEs
+1306.6789 Category Theory
+1306.6793 Other Quantitative Biology
+1306.6795 Astrophysics of Galaxies
+1306.6799 Dynamical Systems
+1306.6800 Differential Geometry
+1306.6803 Mesoscale and Nanoscale Physics
+1306.6804 Quantum Gases
+1306.6805 Databases
+1306.6807 Optimization and Control
+1306.6808 Phenomenology
+1306.6809 Classical Analysis and ODEs
+1306.6810 Differential Geometry
+1306.6811 Commutative Algebra
+1306.6812 Social and Information Networks
+1306.6819 Phenomenology
+1306.6820 Commutative Algebra
+1306.6822 Analysis of PDEs
+1306.6823 Phenomenology
+1306.6826
+1306.6827 Phenomenology
+1306.6832 Classical Analysis and ODEs
+1306.6833 High Energy Astrophysical Phenomena
+1306.6834 Social and Information Networks
+1306.6836 General Physics
+1306.6837 Phenomenology
+1306.6839 Cryptography and Security
+1306.6840 Materials Science
+1306.6842 Computer Vision and Pattern Recognition
+1306.6846
+1306.6849 High Energy Astrophysical Phenomena
+1306.6850 High Energy Astrophysical Phenomena
+1306.6856 Programming Languages
+1306.6858 Soft Condensed Matter
+1306.6861 High Energy Astrophysical Phenomena
+1306.6863 Plasma Physics
+1306.6867 High Energy Astrophysical Phenomena
+1306.6877 Earth and Planetary Astrophysics
+1306.6878 Spectral Theory
+1306.6880 Chaotic Dynamics
+1306.6885 High Energy Astrophysical Phenomena
+1306.6886 High Energy Astrophysical Phenomena
+1306.6890 Astrophysics of Galaxies
+1306.6891 General Physics
+1306.6892
+1306.6895 Number Theory
+1306.6897 Instrumentation and Methods for Astrophysics
+1306.6900 Classical Analysis and ODEs
+1306.6901 Number Theory
+1306.6902 Numerical Analysis
+1306.6908 Experiment
+1306.6913 Materials Science
+1306.6920 Multimedia
+1306.6924 Information Theory
+1306.6926 History and Overview
+1306.6928 Methodology
+1306.6929 Computer Science and Game Theory
+1306.6930 Classical Analysis and ODEs
+1306.6933 Solar and Stellar Astrophysics
+1306.6940 Mesoscale and Nanoscale Physics
+1306.6944 Computation and Language
+0705.1595 Geometric Topology
+0712.2505 Geometric Topology
+0804.0645 Number Theory
+0901.0152 Chemical Physics
+0901.1744 Rings and Algebras
+0903.4047
+0906.5573 Combinatorics
+0910.0534 Strongly Correlated Electrons
+1009.3624 Geometric Topology
+1009.6009 Disordered Systems and Neural Networks
+1012.2941 Analysis of PDEs
+1102.5587
+1103.0079
+1106.0090 Numerical Analysis
+1106.2191
+1108.5931
+1111.4179 Differential Geometry
+1112.4335
+1112.6345 General Physics
+1202.1261 Algebraic Geometry
+1202.2967 K-Theory and Homology
+1205.2517 Number Theory
+1206.2824 Theory
+1206.3538 Discrete Mathematics
+1206.6081 Numerical Analysis
+1207.0416 Theory
+1207.3864 Dynamical Systems
+1208.1017 Phenomenology
+1209.1659 Representation Theory
+1209.4149
+1210.0923 Combinatorics
+1210.8334
+1211.0255 Dynamical Systems
+1211.0876 Theory
+1211.3995
+1211.4745 Mesoscale and Nanoscale Physics
+1211.6320 Computational Complexity
+1211.6382
+1211.6770 Cosmology and Nongalactic Astrophysics
+1212.1185 Combinatorics
+1212.2598 Classical Analysis and ODEs
+1212.3658 Strongly Correlated Electrons
+1212.5757 Plasma Physics
+1212.5961 Combinatorics
+1301.4779 Programming Languages
+1301.5842 Data Structures and Algorithms
+1301.5845 Phenomenology
+1301.6502 Complex Variables
+1302.1386 Combinatorics
+1302.2730 Phenomenology
+1302.3101 Social and Information Networks
+1302.3539 Theory
+1302.5553
+1302.6198 Theory
+1302.7142
+1303.4146 Phenomenology
+1303.4550 Cosmology and Nongalactic Astrophysics
+1303.7279 Group Theory
+1304.0304
+1304.2529
+1304.7080 Phenomenology
+1304.8132 Data Structures and Algorithms
+1305.1482 Strongly Correlated Electrons
+1305.2843 Operator Algebras
+1305.3867
+1305.5677 Phenomenology
+1305.6271 Optimization and Control
+1305.6576
+1306.0028 Number Theory
+1306.2711 Quantum Gases
+1306.3686 Superconductivity
+1306.5266 Probability
+1306.5909 Probability
+1307.2505 Mesoscale and Nanoscale Physics
+1307.2777 Mesoscale and Nanoscale Physics
+1307.5728 Neurons and Cognition
+1307.6968 Theory
+1308.1886 Classical Analysis and ODEs
+1308.2140 Social and Information Networks
+1308.2153 Phenomenology
+1308.2221 Cosmology and Nongalactic Astrophysics
+1308.2411 Probability
+1308.2650
+1308.3491 Cosmology and Nongalactic Astrophysics
+1308.5727 Mesoscale and Nanoscale Physics
+1308.5829 Phenomenology
+1308.6351 Phenomenology
+1309.0259 Combinatorics
+1309.0704 Experiment
+1309.2761
+1309.4018 Computational Physics
+1309.4336 Analysis of PDEs
+1309.5033 Biomolecules
+1309.5321 Probability
+1309.5612 High Energy Astrophysical Phenomena
+1309.7275 Populations and Evolution
+1310.3046
+1310.3240 Information Theory
+1310.3800 Phenomenology
+1310.6093 High Energy Astrophysical Phenomena
+1310.7839 Information Theory
+1310.8347
+1311.0189 Fluid Dynamics
+1311.0950 Information Theory
+1311.0983 Materials Science
+1311.1019
+1311.1227 Solar and Stellar Astrophysics
+1311.1490 Cryptography and Security
+1311.1499 Solar and Stellar Astrophysics
+1311.1500 Analysis of PDEs
+1311.1512 Theory
+1311.1524 History and Overview
+1311.1527
+1311.1529 Cosmology and Nongalactic Astrophysics
+1311.1532 Networking and Internet Architecture
+1311.1533
+1311.1534
+1311.1535 Trading and Market Microstructure
+1311.1539 Computation and Language
+1311.1546 Rings and Algebras
+1311.1547 Phenomenology
+1311.1548 Materials Science
+1311.1551
+1311.1555 Tissues and Organs
+1311.1558 Combinatorics
+1311.1560 Number Theory
+1311.1561 Algebraic Geometry
+1311.1566
+1311.1568 Optimization and Control
+1311.1572 Materials Science
+1311.1573 Commutative Algebra
+1311.1585 Mesoscale and Nanoscale Physics
+1311.1586 Optics
+1311.1587 Other Computer Science
+1311.1589 Complex Variables
+1311.1592 Combinatorics
+1311.1594 Combinatorics
+1311.1596 Classical Analysis and ODEs
+1311.1597 Exactly Solvable and Integrable Systems
+1311.1602 Logic in Computer Science
+1311.1608
+1311.1610 Computer Science and Game Theory
+1311.1615 Solar and Stellar Astrophysics
+1311.1618 Software Engineering
+1311.1625 Algebraic Geometry
+1311.1630 Computational Physics
+1311.1641 Combinatorics
+1311.1642 Numerical Analysis
+1311.1644 Learning
+1311.1648 Probability
+1311.1650 Materials Science
+1311.1651 Populations and Evolution
+1311.1660 Algebraic Geometry
+1311.1665 Number Theory
+1311.1667 Hardware Architecture
+1311.1670 Rings and Algebras
+1311.1671
+1311.1672
+1311.1673 Differential Geometry
+1311.1674 Plasma Physics
+1311.1679 Number Theory
+1311.1681 Lattice
+1311.1682 Logic
+1311.1684 Materials Science
+1311.1687 Statistics Theory
+1311.1688 Instrumentation and Detectors
+1311.1689 Disordered Systems and Neural Networks
+1311.1694 Computer Vision and Pattern Recognition
+1311.1695 Numerical Analysis
+1311.1698 Software Engineering
+1311.1700 Multimedia
+1311.1709 Number Theory
+1311.1712 Information Theory
+1311.1715 Portfolio Management
+1311.1719 General Topology
+1311.1722 Programming Languages
+1311.1725 Physics Education
+1311.1727
+1311.1729 Software Engineering
+1311.1732 Analysis of PDEs
+1311.1737 Analysis of PDEs
+1311.1742 Superconductivity
+1311.1749 Classical Physics
+1311.1752 Analysis of PDEs
+1311.1754 Analysis of PDEs
+1311.1758 Mesoscale and Nanoscale Physics
+1311.1761 Learning
+1311.1762 Data Structures and Algorithms
+1311.1764 Databases
+1311.1765 Combinatorics
+1311.1768 Experiment
+1311.1770 Lattice
+1311.1771 Geometric Topology
+1311.1779 Algebraic Geometry
+1311.1787 Quantum Algebra
+1311.1788 Analysis of PDEs
+1311.1798
+1311.1800 Algebraic Geometry
+hep-ph/0511065 Phenomenology
+math/0702476 Quantum Algebra
+0901.4400 Algebraic Geometry
+0904.2227
+0904.3294 Materials Science
+0908.1358 Strongly Correlated Electrons
+0911.4438
+0912.3863 Strongly Correlated Electrons
+1001.4490 Differential Geometry
+1006.0607 Algebraic Geometry
+1009.3194 Differential Geometry
+1010.0880 Exactly Solvable and Integrable Systems
+1011.3965
+1101.2307 Analysis of PDEs
+1103.1526 Trading and Market Microstructure
+1105.3565
+1105.5419 Information Theory
+1106.3837
+1107.1632 Group Theory
+1107.2988 Portfolio Management
+1107.3171 General Finance
+1109.1316 Strongly Correlated Electrons
+1109.6075 Probability
+1110.4689 Number Theory
+1111.4508 Strongly Correlated Electrons
+1201.4058 Statistics Theory
+1205.0618 Information Theory
+1206.3212
+1207.2661 Instrumentation and Methods for Astrophysics
+1207.2820 Group Theory
+1207.5938 Statistics Theory
+1207.6843 Strongly Correlated Electrons
+1208.4863 Combinatorics
+1208.6414 Disordered Systems and Neural Networks
+1209.1280 Materials Science
+1209.5942 Lattice
+1210.0269 Number Theory
+1210.0296 Analysis of PDEs
+1210.1860 Materials Science
+1210.2420 Dynamical Systems
+1210.3292 Distributed, Parallel, and Cluster Computing
+1211.4752 Numerical Analysis
+1211.5166 Materials Science
+1212.0944 Chemical Physics
+1212.5105 Algebraic Geometry
+1212.6932
+1301.0007 Trading and Market Microstructure
+1301.2093 Methodology
+1301.4381 Mesoscale and Nanoscale Physics
+1302.0918 Strongly Correlated Electrons
+1302.1145 Combinatorics
+1302.1933 Mesoscale and Nanoscale Physics
+1302.5074 Materials Science
+1303.0899 Phenomenology
+1303.0996 Statistical Mechanics
+1303.3942 Strongly Correlated Electrons
+1303.4427 Statistical Mechanics
+1304.1585
+1304.2884 Cosmology and Nongalactic Astrophysics
+1304.3643 Strongly Correlated Electrons
+1304.3695 Atomic Physics
+1304.4068
+1304.5628
+1304.6195 Mesoscale and Nanoscale Physics
+1304.6316 Discrete Mathematics
+1304.8099
+1305.0710 Representation Theory
+1305.0798
+1305.1336
+1305.2787 Earth and Planetary Astrophysics
+1305.3565 Optics
+1305.4464 Cosmology and Nongalactic Astrophysics
+1305.6183
+1305.6418 Strongly Correlated Electrons
+1305.6449 Quantitative Methods
+1305.6754
+1305.7505 Soft Condensed Matter
+1306.0579
+1306.0682 Information Theory
+1306.0787 Algebraic Geometry
+1306.6160 Phenomenology
+1306.6616 Phenomenology
+1307.1035 Theory
+1307.3933
+1307.5651 Theory
+1307.6840 Phenomenology
+1307.7167 Mesoscale and Nanoscale Physics
+1307.7515 Superconductivity
+1308.0277 Statistical Mechanics
+1308.0875 Mesoscale and Nanoscale Physics
+1308.1615
+1308.2095 Quantum Gases
+1308.2583 Quantum Algebra
+1308.2615 Materials Science
+1308.3610 Phenomenology
+1308.3858 Superconductivity
+1308.4206 Methodology
+1308.4714 Classical Physics
+1308.5066 Superconductivity
+1308.5218 Discrete Mathematics
+1308.5381 Geometric Topology
+1308.5618 Combinatorics
+1308.5675
+1308.6570 Probability
+1309.0234 Instrumentation and Detectors
+1309.0818
+1309.1006 Materials Science
+1309.1056 Materials Science
+1309.1194 Machine Learning
+1309.1204 Mathematical Software
+1309.1273 Emerging Technologies
+1309.1313 Phenomenology
+1309.1351 Theory
+1309.1363 Statistical Mechanics
+1309.1365 Performance
+1309.1463 Differential Geometry
+1309.1479 Strongly Correlated Electrons
+1309.1484
+1309.1489 Theory
+1309.1490
+1309.1492 Statistical Finance
+1309.1493 Chemical Physics
+1309.1497 Number Theory
+1309.1498
+1309.1499 Earth and Planetary Astrophysics
+1309.1506 Number Theory
+1309.1509 Instrumentation and Detectors
+1309.1510 Classical Analysis and ODEs
+1309.1513 Materials Science
+1309.1515 Networking and Internet Architecture
+1309.1517 Information Theory
+1309.1519 Astrophysics of Galaxies
+1309.1520 Earth and Planetary Astrophysics
+1309.1521 Emerging Technologies
+1309.1523
+1309.1526 Number Theory
+1309.1527 Classical Analysis and ODEs
+1309.1529 Analysis of PDEs
+1309.1530 Representation Theory
+1309.1532 High Energy Astrophysical Phenomena
+1309.1535 Classical Analysis and ODEs
+1309.1541 Learning
+1309.1543 Learning
+1309.1551 Probability
+1309.1556 Databases
+1309.1559 Data Structures and Algorithms
+1309.1566 Probability
+1309.1575 Logic
+1309.1578 Probability
+1309.1583 Representation Theory
+1309.1584 Solar and Stellar Astrophysics
+1309.1594 Dynamical Systems
+1309.1595 Materials Science
+1309.1601 Differential Geometry
+1309.1605 Soft Condensed Matter
+1309.1609 Physics and Society
+1309.1610 Optimization and Control
+1309.1611 Materials Science
+1309.1613 Performance
+1309.1615 Materials Science
+1309.1616 Quantum Algebra
+1309.1617 Numerical Analysis
+1309.1621 Information Theory
+1309.1623 Information Theory
+1309.1625 Cryptography and Security
+1309.1626 Soft Condensed Matter
+1309.1630 Distributed, Parallel, and Cluster Computing
+1309.1631 Combinatorics
+1309.1645 Data Structures and Algorithms
+1309.1650 High Energy Astrophysical Phenomena
+1309.1651 Quantum Algebra
+1309.1652 Pattern Formation and Solitons
+1309.1664
+1309.1669 Solar and Stellar Astrophysics
+1309.1677 Cryptography and Security
+1309.1678 Geometric Topology
+1309.1682 Atmospheric and Oceanic Physics
+1309.1684 High Energy Astrophysical Phenomena
+1309.1685
+1309.1686 Operator Algebras
+1309.1688 Phenomenology
+1309.1691 High Energy Astrophysical Phenomena
+1309.1694 Analysis of PDEs
+1309.1697 Numerical Analysis
+1309.1700 Computer Science and Game Theory
+1309.1706 Superconductivity
+1309.1712 Analysis of PDEs
+1309.1714 Operating Systems
+1309.1718 High Energy Astrophysical Phenomena
+1309.1725 Dynamical Systems
+1309.1726 Number Theory
+1309.1728 Fluid Dynamics
+1309.1729 Mesoscale and Nanoscale Physics
+1309.1732 Data Structures and Algorithms
+1309.1740 Instrumentation and Detectors
+1309.1741 Popular Physics
+1309.1742 Tissues and Organs
+1309.1743 Phenomenology
+1309.1747 Social and Information Networks
+1309.1751 Spectral Theory
+nlin/0602001 Exactly Solvable and Integrable Systems
+nlin/0606055 Exactly Solvable and Integrable Systems
+1307.1011 Quantum Algebra
+0809.2161 Category Theory
+0712.3247 Materials Science
+0804.1903 Materials Science
+0809.0246 Analysis of PDEs
+0901.2969 Materials Science
+0901.2973 Materials Science
+0904.0707 Probability
+1003.3409 Optimization and Control
+1007.1296 Algebraic Geometry
+1007.2584
+1011.2731 Analysis of PDEs
+1102.0178 Materials Science
+1107.1249 Representation Theory
+1107.2205 Methodology
+1107.3136 Analysis of PDEs
+1108.2582 Materials Science
+1108.5069 Superconductivity
+1109.6214 Dynamical Systems
+1112.1169 Phenomenology
+1112.3252
+1112.6140 Computer Science and Game Theory
+1201.0632 Dynamical Systems
+1201.4568 Number Theory
+1201.5874 Strongly Correlated Electrons
+1202.6590 Computation
+1203.0957 Quantum Algebra
+1204.3041 Classical Analysis and ODEs
+1205.2187
+1205.3024 Algebraic Topology
+1206.0353 Cosmology and Nongalactic Astrophysics
+1208.6401 Optimization and Control
+1210.3485 Phenomenology
+1210.5727 Number Theory
+1210.7207
+1211.3386 Functional Analysis
+1212.2679 Strongly Correlated Electrons
+1212.3587 Methodology
+1212.5749 General Topology
+1301.1653 General Physics
+1301.2050 Probability
+1301.2325 Theory
+1301.4540 Optimization and Control
+1302.1604
+1302.2172
+1302.3331 Phenomenology
+1303.3666 Populations and Evolution
+1303.6357
+1303.6929 Phenomenology
+1303.7204 Lattice
+1304.0991 Dynamical Systems
+1304.1151 Phenomenology
+1304.1613 Strongly Correlated Electrons
+1304.1998 Optimization and Control
+1304.4843 Analysis of PDEs
+1304.6170 Experiment
+1304.7725
+1304.7740 Statistical Mechanics
+1305.0186 Astrophysics of Galaxies
+1305.0470 Dynamical Systems
+1305.2714 Information Theory
+1305.2975 Lattice
+1305.5426 Superconductivity
+1305.5577 Mesoscale and Nanoscale Physics
+1305.6117 Phenomenology
+1305.6427 Mesoscale and Nanoscale Physics
+1306.0325 Statistics Theory
+1306.0370
+1306.1161
+1306.1688 Other Condensed Matter
+1306.1995 Phenomenology
+1306.2301
+1306.2685 Machine Learning
+1306.2713
+1306.5141 Disordered Systems and Neural Networks
+1306.6384 Earth and Planetary Astrophysics
+1307.2306 Differential Geometry
+1307.3698
+1307.4185 Mesoscale and Nanoscale Physics
+1307.7262 Atomic Physics
+1308.0276 Theory
+1308.0977 Physics Education
+1308.1239 Materials Science
+1308.1942 Soft Condensed Matter
+1308.2141 Strongly Correlated Electrons
+1308.3408 Algebraic Geometry
+1308.4306
+1308.4343
+1308.4507 Strongly Correlated Electrons
+1308.4536 Mesoscale and Nanoscale Physics
+1308.5319 Mesoscale and Nanoscale Physics
+1308.5776 Probability
+1308.5823 Superconductivity
+1309.1090
+1309.2013 Strongly Correlated Electrons
+1309.2996 Theory
+1309.3157 Optics
+1309.3312 Populations and Evolution
+1309.3691 Differential Geometry
+1309.5338
+1309.5536
+1309.5602 Soft Condensed Matter
+1310.0569 Cryptography and Security
+1310.1218 Optics
+1310.1271
+1310.1464 Materials Science
+1310.1980 Earth and Planetary Astrophysics
+1310.2077
+1310.2100 Soft Condensed Matter
+1310.2768 Algebraic Topology
+1310.2772 Theory
+1310.2983 Optics
+1310.3066 Algebraic Topology
+1310.4007 Phenomenology
+1310.5334 Theory
+1310.5337 Theory
+1310.5395 Differential Geometry
+1310.5771 Earth and Planetary Astrophysics
+1310.6446
+1310.7776
+1311.0154
+1311.0367 Analysis of PDEs
+1311.1012 Lattice
+1311.1014 Materials Science
+1311.1161 Number Theory
+1311.1699
+1311.1797 Applications
+1311.2243 Materials Science
+1311.2370 Phenomenology
+1311.2676 Lattice
+1311.2885 Strongly Correlated Electrons
+1311.3000
+1311.3013 Logic
+1311.3076 Computer Vision and Pattern Recognition
+1311.3088 Computer Science and Game Theory
+1311.3188 K-Theory and Homology
+1311.3293 Programming Languages
+1311.3299 Strongly Correlated Electrons
+1311.3310 Instrumentation and Detectors
+1311.3312 Databases
+1311.3318 Computer Vision and Pattern Recognition
+1311.3319 Other Computer Science
+1311.3322 Operating Systems
+1311.3323 Combinatorics
+1311.3329 Analysis of PDEs
+1311.3332 Combinatorics
+1311.3333 Lattice
+1311.3334 Analysis of PDEs
+1311.3336 Networking and Internet Architecture
+1311.3339 K-Theory and Homology
+1311.3346 Solar and Stellar Astrophysics
+1311.3348 Networking and Internet Architecture
+1311.3350 Methodology
+1311.3351 Strongly Correlated Electrons
+1311.3355 Artificial Intelligence
+1311.3356 Phenomenology
+1311.3358 Numerical Analysis
+1311.3362 Group Theory
+1311.3367 Differential Geometry
+1311.3368 Machine Learning
+1311.3370 Experiment
+1311.3373 Superconductivity
+1311.3382 Materials Science
+1311.3386 Exactly Solvable and Integrable Systems
+1311.3392
+1311.3394 Social and Information Networks
+1311.3397 Accelerator Physics
+1311.3399 Complex Variables
+1311.3402 Materials Science
+1311.3403
+1311.3404 Phenomenology
+1311.3407 Materials Science
+1311.3409 Probability
+1311.3410 Materials Science
+1311.3414 Software Engineering
+1311.3415 Materials Science
+1311.3423 Soft Condensed Matter
+1311.3426
+1311.3429 Fluid Dynamics
+1311.3437
+1311.3440 Chemical Physics
+1311.3443 Analysis of PDEs
+1311.3444 Astrophysics of Galaxies
+1311.3447 Materials Science
+1311.3451 Category Theory
+1311.3452 Materials Science
+1311.3454 Analysis of PDEs
+1311.3456 Analysis of PDEs
+1311.3459 Analysis of PDEs
+1311.3463
+1311.3465 Lattice
+1311.3469 Number Theory
+1311.3473 Classical Analysis and ODEs
+1311.3474 Analysis of PDEs
+1311.3475 Physics and Society
+1311.3480 Materials Science
+1311.3483 Networking and Internet Architecture
+1311.3484 Solar and Stellar Astrophysics
+1311.3485 Information Theory
+1311.3487 Lattice
+1311.3488 Metric Geometry
+1311.3490 Geometric Topology
+1311.3491 Geometric Topology
+1311.3492 Machine Learning
+1311.3495
+1311.3496 Experiment
+1311.3506 Group Theory
+1311.3508 Social and Information Networks
+1311.3511 Geometric Topology
+1311.3513 Lattice
+1311.3514 Classical Analysis and ODEs
+1311.3515 Systems and Control
+1311.3517 Geometric Topology
+1311.3518 Geometric Topology
+1311.3520 Dynamical Systems
+1311.3522 Number Theory
+1311.3525 Algebraic Geometry
+1311.3528
+1311.3530 Logic in Computer Science
+1311.3534 Information Theory
+1311.3543 Combinatorics
+1311.3546 Logic
+1311.3548 Other Computer Science
+1311.3549 Analysis of PDEs
+1311.3555 Materials Science
+1311.3556 Materials Science
+1311.3557 Materials Science
+1311.3558 Materials Science
+1311.3560 Materials Science
+1311.3561
+1311.3562 Other Computer Science
+1311.3565 Number Theory
+1311.3566 Information Theory
+1311.3567 Chaotic Dynamics
+1311.3577 Atomic Physics
+1311.3582 Functional Analysis
+1311.3583 Phenomenology
+1311.3590 Cellular Automata and Lattice Gases
+1311.3593 Analysis of PDEs
+1311.3596 Systems and Control
+1311.3602 General Physics
+1311.3608 Materials Science
+1311.3609 Phenomenology
+1311.3610
+1311.3611 Materials Science
+1311.3613 Information Theory
+1311.3620 Analysis of PDEs
+1311.3621 Phenomenology
+1311.3622 Physics Education
+1311.3626 Software Engineering
+1311.3627 Software Engineering
+1311.3628 Software Engineering
+1311.3629 Software Engineering
+1311.3630 Software Engineering
+1311.3631 Software Engineering
+1311.3632 Software Engineering
+1311.3634 Phenomenology
+1311.3638 Networking and Internet Architecture
+1311.3642 Analysis of PDEs
+1311.3643 Lattice
+1311.3647 Lattice
+1311.3649 Analysis of PDEs
+1311.3657 Differential Geometry
+1311.3658 Geometric Topology
+cond-mat/0002450 Materials Science
+cond-mat/0007502 Materials Science
+cond-mat/0401208 Statistical Mechanics
+cs/0601014 Logic in Computer Science
+hep-th/0702160 Theory
+math/0008185 Geometric Topology
+math/0106008 Analysis of PDEs
+math/0401395 Analysis of PDEs
+math/9910118 Algebraic Geometry
+quant-ph/0311022
+0708.0946 Classical Analysis and ODEs
+0804.0959 Group Theory
+0805.2209
+0903.5067 Soft Condensed Matter
+0905.3815 Mesoscale and Nanoscale Physics
+0908.2577 Group Theory
+1003.1903 Symplectic Geometry
+1005.4434 Algebraic Geometry
+1008.4195 Number Theory
+1009.6150 Soft Condensed Matter
+1012.1914 Group Theory
+1102.1936 Strongly Correlated Electrons
+1104.3778 Classical Analysis and ODEs
+1104.5303 Number Theory
+1105.5909
+1107.3604 Algebraic Geometry
+1108.5654 Phenomenology
+1110.0091 Functional Analysis
+1111.2340 Quantum Gases
+1112.1986
+1201.3946 Geometric Topology
+1202.2779
+1202.6470 Differential Geometry
+1203.1572 Combinatorics
+1203.2884 Atomic Physics
+1203.5192 High Energy Astrophysical Phenomena
+1205.4953 Atomic Physics
+1206.5120 Computer Science and Game Theory
+1207.6299 Algebraic Geometry
+1207.7133 K-Theory and Homology
+1209.1189 Number Theory
+1209.3102 Numerical Analysis
+1209.3391 Operator Algebras
+1209.5313 Combinatorics
+1209.5384
+1209.5385
+1210.0378
+1211.2400 Methodology
+1212.0010 High Energy Astrophysical Phenomena
+1212.4052 Materials Science
+1212.5883 Number Theory
+1301.1876 Subcellular Processes
+1301.1928 Algebraic Geometry
+1301.5008 Strongly Correlated Electrons
+1301.6602 History and Overview
+1301.6654 Optics
+1301.7651 Number Theory
+1302.0336 Statistics Theory
+1302.1926
+1302.3240
+1302.4618 Functional Analysis
+1302.4646
+1302.4661 Functional Analysis
+1302.5730 Biological Physics
+1302.5805 Disordered Systems and Neural Networks
+1302.5964 Neurons and Cognition
+1302.6597 Number Theory
+1303.0100 Theory
+1303.0803 Mesoscale and Nanoscale Physics
+1303.2582 Soft Condensed Matter
+1303.6184 Superconductivity
+1304.0602 Materials Science
+1304.1723 Dynamical Systems
+1304.2206 Theory
+1304.3723 Strongly Correlated Electrons
+1304.3953
+1304.5486 Populations and Evolution
+1304.5842 Metric Geometry
+1304.6640 Analysis of PDEs
+1304.6660 Analysis of PDEs
+1304.6938 Theory
+1304.7609
+1305.0844 Superconductivity
+1305.1458 Atomic Physics
+1305.2495 K-Theory and Homology
+1305.3708 Quantum Gases
+1305.3808 Optics
+1305.5144 Theory
+1305.5201
+1305.6300 Superconductivity
+1305.6733
+1305.6937 Statistical Mechanics
+1306.1205 Theory
+1306.1472
+1306.3385 Representation Theory
+1306.3501 Phenomenology
+1306.4933 Methodology
+1306.5174 Superconductivity
+1307.0512 Mesoscale and Nanoscale Physics
+1307.0568 Cosmology and Nongalactic Astrophysics
+1307.1608 Superconductivity
+1307.1620 Chemical Physics
+1307.1822 Earth and Planetary Astrophysics
+1307.1889
+1307.2234 Theory
+1307.2382 Superconductivity
+1307.3214 Computation
+1307.3432 Mesoscale and Nanoscale Physics
+1307.4327 Populations and Evolution
+1307.4801 Information Theory
+1307.5222
+1307.5292 Classical Physics
+1307.7540 Optics
+1307.7582 Strongly Correlated Electrons
+1307.7773 Theory
+1307.7952 Probability
+1308.1370 Theory
+1308.1780 Logic in Computer Science
+1308.2109 Soft Condensed Matter
+1308.2813 Phenomenology
+1308.3049
+1308.3170 Soft Condensed Matter
+1308.4925 Cosmology and Nongalactic Astrophysics
+1309.0052 Performance
+1309.1017 Strongly Correlated Electrons
+1309.5333 Computational Engineering, Finance, and Science
+1309.5709 Fluid Dynamics
+1309.7099 Digital Libraries
+1309.7100 Superconductivity
+1309.7281
+1310.0499 Probability
+1310.1164 Combinatorics
+1310.2994 Distributed, Parallel, and Cluster Computing
+1310.3022 Superconductivity
+1310.3049 Cryptography and Security
+1310.3269 Earth and Planetary Astrophysics
+1310.3338
+1310.3397 Portfolio Management
+1310.3433 Fluid Dynamics
+1310.3466 Phenomenology
+1310.3550 Optics
+1310.3816 Complex Variables
+1310.3818 Fluid Dynamics
+1310.3825 Phenomenology
+1310.3833 Cosmology and Nongalactic Astrophysics
+1310.3835 Chemical Physics
+1310.3845 Algebraic Geometry
+1310.3847 Fluid Dynamics
+1310.3848 Geometric Topology
+1310.3849 Human-Computer Interaction
+1310.3850 Human-Computer Interaction
+1310.3851 Earth and Planetary Astrophysics
+1310.3859 Instrumentation and Methods for Astrophysics
+1310.3865 Classical Analysis and ODEs
+1310.3871 Geometric Topology
+1310.3873 Analysis of PDEs
+1310.3875 Multiagent Systems
+1310.3882 Soft Condensed Matter
+1310.3888 Combinatorics
+1310.3891 Experiment
+1310.3896 Analysis of PDEs
+1310.3898
+1310.3900 Accelerator Physics
+1310.3905 Soft Condensed Matter
+1310.3915 Materials Science
+1310.3919 Populations and Evolution
+1310.3924
+1310.3926 Numerical Analysis
+1310.3939 Databases
+1310.3940 Representation Theory
+1310.3945 Formal Languages and Automata Theory
+1310.3946 Information Theory
+1310.3952
+1310.3954 Information Theory
+1310.3955 Analysis of PDEs
+1310.3959 Numerical Analysis
+1310.3966
+1310.3970 Information Theory
+1310.3971 Logic in Computer Science
+1310.3972 Phenomenology
+1310.3973 Systems and Control
+1310.3975 Information Theory
+1310.3981 Commutative Algebra
+1310.3982 Commutative Algebra
+1310.3986 Numerical Analysis
+1310.3990 Distributed, Parallel, and Cluster Computing
+1310.3992 Combinatorics
+1310.3995 Differential Geometry
+1310.3996 Probability
+1310.4000 Cryptography and Security
+1310.4002
+1310.4005 Probability
+1310.4008 Differential Geometry
+1310.4009 Cosmology and Nongalactic Astrophysics
+1310.4010 Neurons and Cognition
+1310.4013 Computational Physics
+1310.4016 Representation Theory
+1310.4017 Disordered Systems and Neural Networks
+1310.4019 Programming Languages
+1310.4028 Analysis of PDEs
+1310.4030 Dynamical Systems
+1310.4031 Differential Geometry
+1310.4032 Dynamical Systems
+1310.4036 Metric Geometry
+1310.4037 High Energy Astrophysical Phenomena
+1310.4038 Networking and Internet Architecture
+1310.4039 Phenomenology
+1310.4040 Algebraic Geometry
+1310.4041 Probability
+1310.4042 Logic
+1310.4046 Numerical Analysis
+1310.4052 Networking and Internet Architecture
+1310.4053 Astrophysics of Galaxies
+1310.4058 Biomolecules
+1310.4059 High Energy Astrophysical Phenomena
+1310.4060 Information Theory
+1310.4062 Dynamical Systems
+1310.4063 Algebraic Geometry
+1310.4064 Analysis of PDEs
+1310.4066 Methodology
+1310.4072 Solar and Stellar Astrophysics
+1310.4076
+1310.4077 Plasma Physics
+1310.4083 Representation Theory
+1310.4084 Analysis of PDEs
+1310.4086 Artificial Intelligence
+1310.4089 Mesoscale and Nanoscale Physics
+1310.4092 Instrumentation and Methods for Astrophysics
+1310.4098 Computer Science and Game Theory
+1310.4102 Fluid Dynamics
+1310.4104 Materials Science
+1310.4106 Logic in Computer Science
+1310.4109 Experiment
+1310.4110 Analysis of PDEs
+1310.4114 Number Theory
+1310.4120
+1310.4123 K-Theory and Homology
+1310.4128 Symbolic Computation
+1310.4132 Statistics Theory
+1310.4134 Optics
+1310.4136 Distributed, Parallel, and Cluster Computing
+1310.4146 Experiment
+1310.4147 Cosmology and Nongalactic Astrophysics
+1310.4149 Information Theory
+1310.4161 Differential Geometry
+1310.4164 Statistics Theory
+1310.4166 Physics and Society
+1310.4168 Robotics
+cs/0412102 Computational Complexity
+math/0101188 Classical Analysis and ODEs
+math/0512320 Geometric Topology
+math/0603282 Symplectic Geometry
+math/0609094 Classical Analysis and ODEs
+math/9307215 Classical Analysis and ODEs
+math/9307220 Classical Analysis and ODEs
+nlin/0502011 Chaotic Dynamics
+quant-ph/0611234
+0705.1442 Computational Complexity
+0705.1627
+0706.0631 Superconductivity
+0710.5041 Differential Geometry
+0712.1257 Other Condensed Matter
+0807.0064
+0903.3003 General Physics
+0909.3639 Group Theory
+0910.1610 Commutative Algebra
+1002.1134 Phenomenology
+1002.3966 Cosmology and Nongalactic Astrophysics
+1004.0840 Commutative Algebra
+1004.1238 Mesoscale and Nanoscale Physics
+1006.0971 Statistics Theory
+1009.1316 Metric Geometry
+1009.4089 Lattice
+1010.5432 Mesoscale and Nanoscale Physics
+1011.3443 Numerical Analysis
+1012.4193 Quantum Algebra
+1012.4259 Operator Algebras
+1012.5245 Exactly Solvable and Integrable Systems
+1012.5708 Differential Geometry
+1101.5113 General Physics
+1103.3695 Functional Analysis
+1103.4048
+1104.0091
+1105.3038 Representation Theory
+1105.5418 Statistical Mechanics
+1106.4292
+1107.1495 General Topology
+1108.3803
+1109.2586 Classical Physics
+1110.0675 General Physics
+1110.1264 Rings and Algebras
+1110.6328 Quantum Gases
+1111.0519 Probability
+1111.0537 Statistics Theory
+1111.0577 Group Theory
+1111.1285 Analysis of PDEs
+1111.1407 Probability
+1111.3308 Statistics Theory
+1112.3563
+1201.0477
+1201.6003
+1202.1263 Analysis of PDEs
+1202.2137
+1202.4230 Statistical Mechanics
+1203.0575 Optics
+1203.4492 Mesoscale and Nanoscale Physics
+1204.0600 Popular Physics
+1204.5322
+1204.5875 Analysis of PDEs
+1204.5993 Differential Geometry
+1205.0338 Superconductivity
+1205.2490
+1205.2713 Popular Physics
+1205.2935 Representation Theory
+1205.4220 Multiagent Systems
+1205.4591 Methodology
+1205.5426 Number Theory
+1205.5983 Representation Theory
+1205.6755
+1206.5081 Classical Analysis and ODEs
+1206.5082 Combinatorics
+1207.4018 Analysis of PDEs
+1208.0538 Rings and Algebras
+1208.1534
+1208.3310 Representation Theory
+1208.3456 Phenomenology
+1208.5962 Number Theory
+1208.6249
+1209.3641
+1209.5653 Representation Theory
+1209.5681 Chaotic Dynamics
+1209.5847
+1209.6403 Phenomenology
+1210.0024 Quantitative Methods
+1210.1207 Robotics
+1210.1700
+1210.2489 Statistics Theory
+1210.3053 Cosmology and Nongalactic Astrophysics
+1210.3216
+1210.3338 Cosmology and Nongalactic Astrophysics
+1210.3493 Analysis of PDEs
+1210.3825 Theory
+1210.4068 Algebraic Topology
+1210.5319 Algebraic Topology
+1210.5715 Phenomenology
+1210.6183 Geometric Topology
+1210.6332 Solar and Stellar Astrophysics
+1210.6621 Computers and Society
+1210.7681 Cosmology and Nongalactic Astrophysics
+1210.8173
+1211.0529 Quantum Algebra
+1211.0889 Machine Learning
+1211.1003 Experiment
+1211.1644 Strongly Correlated Electrons
+1211.2058 Algebraic Geometry
+1211.3207 Group Theory
+1211.3248 Combinatorics
+1211.3923
+1211.4012 Chaotic Dynamics
+1211.5360 Instrumentation and Detectors
+1211.5579 Statistics Theory
+1211.5939
+1211.6932 Computational Physics
+1211.7154 Soft Condensed Matter
+1212.0384
+1212.0557 Strongly Correlated Electrons
+1212.0937 Mesoscale and Nanoscale Physics
+1212.1855
+1212.2278 Computer Vision and Pattern Recognition
+1212.2867 Analysis of PDEs
+1212.2911 Quantum Gases
+1212.2945
+1212.3134 Functional Analysis
+1212.3636
+1212.3805 Phenomenology
+1212.4148 Phenomenology
+1212.5741 Fluid Dynamics
+1301.0488 Representation Theory
+1301.1691 Quantum Gases
+1301.1985 Materials Science
+1301.5612 Symbolic Computation
+1301.6568 Combinatorics
+1301.7354
+1301.7469 Phenomenology
+1302.0079 Phenomenology
+1302.0766 Cosmology and Nongalactic Astrophysics
+1302.1175 Functional Analysis
+1302.1217 Analysis of PDEs
+1302.1700 Computer Vision and Pattern Recognition
+1302.1953
+1302.3056 Cosmology and Nongalactic Astrophysics
+1302.3062 Strongly Correlated Electrons
+1302.3893 Strongly Correlated Electrons
+1302.4104 Materials Science
+1302.4354 Astrophysics of Galaxies
+1302.4397 Strongly Correlated Electrons
+1302.4614 Theory
+1302.4887 Statistics Theory
+1302.5202 Statistics Theory
+1302.5623 Mesoscale and Nanoscale Physics
+1302.5911 Solar and Stellar Astrophysics
+1302.6482 Combinatorics
+1302.6723
+1302.7218
+1303.0617 Chemical Physics
+1303.0864 Earth and Planetary Astrophysics
+1303.1245 Mesoscale and Nanoscale Physics
+1303.1651 Performance
+1303.1854 Analysis of PDEs
+1303.2717 Optics
+1303.4259 Mesoscale and Nanoscale Physics
+1303.6306 Computational Physics
+1303.6340 Pricing of Securities
+1303.6968 High Energy Astrophysical Phenomena
+1303.7225 Physics and Society
+1303.7239 Cosmology and Nongalactic Astrophysics
+1303.7290 Mesoscale and Nanoscale Physics
+1304.0691 Chemical Physics
+1304.1953 High Energy Astrophysical Phenomena
+1304.2304 Solar and Stellar Astrophysics
+1304.2455 Strongly Correlated Electrons
+1304.3764 Accelerator Physics
+1304.3955 Logic
+1304.3964 Optimization and Control
+1304.4565 Analysis of PDEs
+1304.4981
+1304.5235
+1304.6003 Representation Theory
+1304.6138
+1304.6345 K-Theory and Homology
+1304.6834 Astrophysics of Galaxies
+1304.6894 Optimization and Control
+1304.6956 Geometric Topology
+1304.7346 Software Engineering
+1304.7395 Experiment
+1304.7685 Number Theory
+1304.7820 Social and Information Networks
+1305.0039
+1305.0121 Materials Science
+1305.0303 Analysis of PDEs
+1305.0312 High Energy Astrophysical Phenomena
+1305.0386 Soft Condensed Matter
+1305.0392 Number Theory
+1305.0489 Algebraic Geometry
+1305.0552 Physics and Society
+1305.0593 Accelerator Physics
+1305.0687
+1305.0690 Statistical Mechanics
+1305.0762 Dynamical Systems
+1305.0832 General Topology
+1305.0837 Analysis of PDEs
+1305.0839 Probability
+1305.0840 Commutative Algebra
+1305.0841 Theory
+1305.0853 Optimization and Control
+1305.0854 Cryptography and Security
+1305.0855 Machine Learning
+1305.0859 Instrumentation and Detectors
+1305.0860 Information Theory
+1305.0861
+1305.0863 Plasma Physics
+1305.0864 Complex Variables
+1305.0865 History and Overview
+1305.0872 Differential Geometry
+1305.0876 Cryptography and Security
+1305.0881 History and Philosophy of Physics
+1305.0891 Rings and Algebras
+1305.0896 Networking and Internet Architecture
+1305.0897 Soft Condensed Matter
+1305.0898 Materials Science
+1305.0900 Social and Information Networks
+1305.0903 Instrumentation and Detectors
+1305.0904 Social and Information Networks
+1305.0905 Analysis of PDEs
+1305.0906 Mesoscale and Nanoscale Physics
+1305.0907 Networking and Internet Architecture
+1305.0908 Mesoscale and Nanoscale Physics
+1305.0909 Information Theory
+1305.0910 Mesoscale and Nanoscale Physics
+1305.0913 Mesoscale and Nanoscale Physics
+1305.0914 Optimization and Control
+1305.0916 Quantitative Methods
+1305.0918 Information Theory
+1305.0919 Analysis of PDEs
+1305.0920 Phenomenology
+1305.0921 Analysis of PDEs
+1305.0922 Neural and Evolutionary Computing
+1305.0923 Probability
+1305.0929 Chemical Physics
+1305.0933 Statistical Mechanics
+1305.0936 Software Engineering
+1305.0939 Information Retrieval
+1305.0941 Number Theory
+1305.0943 Computer Science and Game Theory
+1305.0952
+1305.0955 Analysis of PDEs
+1305.0956 Group Theory
+1305.0958 Networking and Internet Architecture
+1305.0964 Optics
+1305.0969 Cellular Automata and Lattice Gases
+1305.0987 Representation Theory
+1305.0988 Optics
+1305.0992 Optimization and Control
+1305.1000
+1305.1002 Learning
+1305.1003 Analysis of PDEs
+1305.1005
+1305.1006 Phenomenology
+1305.1010 Computer Science and Game Theory
+1305.1018 Algebraic Geometry
+1305.1021
+1305.1024 Algebraic Geometry
+1305.1025 Functional Analysis
+1305.1026 Algebraic Geometry
+1305.1040 Machine Learning
+1305.1046
+1305.1051
+1305.1052 Computer Vision and Pattern Recognition
+1305.1059 Numerical Analysis
+1305.1060 Artificial Intelligence
+1305.1062 Dynamical Systems
+1305.1068 Accelerator Physics
+1305.1070 Numerical Analysis
+1305.1072 Combinatorics
+1305.1074 Number Theory
+1305.1075 Number Theory
+1305.1080 Operator Algebras
+1305.1082 Information Theory
+1305.1084 Numerical Analysis
+1305.1086 Superconductivity
+1305.1091 Information Theory
+1305.1101 Accelerator Physics
+1305.1106 Numerical Analysis
+1305.1109 Dynamical Systems
+1305.1111 Differential Geometry
+1305.1112 Computational Engineering, Finance, and Science
+1305.1114 Information Retrieval
+1305.1116 Superconductivity
+1305.1118 Statistics Theory
+1305.1120 Physics and Society
+1305.1121 Distributed, Parallel, and Cluster Computing
+1305.1122
+1305.1124 Strongly Correlated Electrons
+1305.1125 Optimization and Control
+1305.1127 Functional Analysis
+1305.1128 Analysis of PDEs
+1305.1129 Analysis of PDEs
+1305.1132 Solar and Stellar Astrophysics
+1305.1133 Analysis of PDEs
+1305.1136 Differential Geometry
+1305.1137 Methodology
+1305.1139 Combinatorics
+1305.1141 Sound
+1305.1143 Commutative Algebra
+1305.1144 Functional Analysis
+1305.1145 Sound
+1305.1146 Cryptography and Security
+1305.1152 Populations and Evolution
+1305.1156 Mesoscale and Nanoscale Physics
+1305.1157 Data Structures and Algorithms
+1305.1161 Superconductivity
+1305.1163 Computer Vision and Pattern Recognition
+1305.1165 Algebraic Topology
+1305.1166 Mesoscale and Nanoscale Physics
+1305.1167 Statistical Mechanics
+1305.1169 Artificial Intelligence
+1305.1172 Computational Geometry
+1305.1173 Classical Analysis and ODEs
+1305.1174 Rings and Algebras
+1305.1178 Algebraic Topology
+1305.1193 Information Theory
+1305.1200 Number Theory
+1305.1206 Computer Vision and Pattern Recognition
+1305.1207 Probability
+1305.1208 Probability
+1305.1211 Probability
+1305.1215 Algebraic Geometry
+1305.1219 Algebraic Geometry
+1305.1221 Information Theory
+1305.1228
+1305.1230 Information Theory
+1305.1231 Molecular Networks
+1305.1232 Computation
+1305.1235 Phenomenology
+1305.1249 Chaotic Dynamics
+1305.1255 Atmospheric and Oceanic Physics
+1305.1259 Networking and Internet Architecture
+1305.1260 Rings and Algebras
+1305.1262
+1305.1264
+1305.1268 Optimization and Control
+1305.1269 Superconductivity
+1305.1270 Cryptography and Security
+1305.1272 Materials Science
+1305.1282 Materials Science
+1305.1285
+1305.1286 Genomics
+1305.1289 Probability
+gr-qc/0409054
+quant-ph/0604064
+1001.1953 Symplectic Geometry
+1003.5603 Quantum Algebra
+1009.0732 Category Theory
+1010.5606 Theory
+1011.2867 Solar and Stellar Astrophysics
+1011.5261
+1101.0064
+1101.0973 Data Analysis, Statistics and Probability
+1102.1652 Dynamical Systems
+1103.5528 Algebraic Topology
+1104.4645 Number Theory
+1104.5581 Algebraic Geometry
+1105.5095 Mesoscale and Nanoscale Physics
+1107.4082
+1108.5957 Rings and Algebras
+1109.0003 Cosmology and Nongalactic Astrophysics
+1109.1528 Computer Science and Game Theory
+1109.3304 Functional Analysis
+1110.0652 Category Theory
+1110.3028 Algebraic Geometry
+1110.3567 Algebraic Topology
+1110.3571 Algebraic Topology
+1112.0875
+1202.3621 Dynamical Systems
+1203.2152 Functional Analysis
+1203.6768 Functional Analysis
+1205.1020 Statistical Mechanics
+1205.1933 Spectral Theory
+1205.2163 Quantum Algebra
+1205.2848 Instrumentation and Detectors
+1207.1939 Soft Condensed Matter
+1207.5007 Computer Vision and Pattern Recognition
+1207.5081 Phenomenology
+1207.6070 Biological Physics
+1208.6241 Cosmology and Nongalactic Astrophysics
+1209.0241 Superconductivity
+1209.0409 Instrumentation and Detectors
+1209.1061
+1209.1290 Combinatorics
+1209.1667 Representation Theory
+1209.5164 Numerical Analysis
+1210.2104 Chaotic Dynamics
+1210.5323 Information Theory
+1210.6937 Algebraic Geometry
+1211.0437 Methodology
+1211.4681 Superconductivity
+1211.5332 Lattice
+1212.0351 Strongly Correlated Electrons
+1212.0621 Neurons and Cognition
+1212.1018 Quantum Algebra
+1212.2210 Theory
+1212.2895 Atomic Physics
+1212.3002 Quantum Gases
+1212.5279 Quantum Algebra
+1212.5817 General Physics
+1301.2680 Soft Condensed Matter
+1301.3683 Optimization and Control
+1301.4165 Theory
+1301.5288 Machine Learning
+1301.6342 Superconductivity
+1301.6500
+1301.7441 Mesoscale and Nanoscale Physics
+1301.7593 Phenomenology
+1302.0462
+1302.1091 Optics
+1302.1426 Phenomenology
+1302.2500 Biological Physics
+1302.4368
+1302.4663 Superconductivity
+1302.5934
+1302.6891 Soft Condensed Matter
+1303.0022 Lattice
+1303.0677 Statistical Mechanics
+1303.1562 Fluid Dynamics
+1303.2482 Instrumentation and Detectors
+1304.1779 Probability
+1304.1805 High Energy Astrophysical Phenomena
+1304.2659
+1304.3229 Superconductivity
+1304.4935 Phenomenology
+1304.5407 Atmospheric and Oceanic Physics
+1304.5438 Logic in Computer Science
+1304.5753 Digital Libraries
+1304.5940 Information Theory
+1304.6199 Classical Analysis and ODEs
+1304.6285 Number Theory
+1304.6438 Mesoscale and Nanoscale Physics
+1304.6541 Rings and Algebras
+1305.0818 Mesoscale and Nanoscale Physics
+1305.2246 Solar and Stellar Astrophysics
+1305.3125 Optics
+1305.4288 Logic
+1305.4630 General Physics
+1305.5050 Computer Science and Game Theory
+1305.5342 Optics
+1305.7240
+1306.1497 Number Theory
+1306.2023 Astrophysics of Galaxies
+1306.3525 Data Structures and Algorithms
+1306.3791
+1306.4025 Physics and Society
+1306.4255 Atomic Physics
+1306.4782 Physics and Society
+1306.5998 Neural and Evolutionary Computing
+1306.6101 Statistical Mechanics
+1306.6792 Strongly Correlated Electrons
+1307.0218 Optics
+1307.0246 Theory
+1307.0645 Superconductivity
+1307.1499 Molecular Networks
+1307.1537 Information Theory
+1307.2224 Metric Geometry
+1307.2463 Algebraic Geometry
+1307.2819 Classical Analysis and ODEs
+1307.3822 Data Structures and Algorithms
+1307.4046 Cryptography and Security
+1307.4352 Strongly Correlated Electrons
+1307.4369
+1307.4407
+1307.4410 Commutative Algebra
+1307.4415 Populations and Evolution
+1307.4416 Analysis of PDEs
+1307.4422 Probability
+1307.4423 Numerical Analysis
+1307.4424 Probability
+1307.4430 Information Theory
+1307.4431 Probability
+1307.4436 Computers and Society
+1307.4440 Artificial Intelligence
+1307.4444 Number Theory
+1307.4446
+1307.4449
+1307.4452
+1307.4454 Soft Condensed Matter
+1307.4458 Operator Algebras
+1307.4460
+1307.4462 Information Theory
+1307.4465 Logic in Computer Science
+1307.4466 Computer Science and Game Theory
+1307.4468 Logic in Computer Science
+1307.4469 Logic in Computer Science
+1307.4470 Logic in Computer Science
+1307.4471 Formal Languages and Automata Theory
+1307.4472 Logic in Computer Science
+1307.4473 Data Structures and Algorithms
+1307.4474 Programming Languages
+1307.4475 Programming Languages
+1307.4476 Computer Science and Game Theory
+1307.4477 Multiagent Systems
+1307.4478 Logic in Computer Science
+1307.4479 Logic in Computer Science
+1307.4489 Solar and Stellar Astrophysics
+1307.4490
+1307.4491 Strongly Correlated Electrons
+1307.4505 Information Theory
+1307.4508 Disordered Systems and Neural Networks
+1307.4509 Dynamical Systems
+1307.4512 Accelerator Physics
+1307.4516 Computer Vision and Pattern Recognition
+1307.4519 Databases
+1307.4520 Soft Condensed Matter
+1307.4523
+1307.4530 Functional Analysis
+1307.4531 Computers and Society
+1307.4537 Instrumentation and Detectors
+1307.4540 Instrumentation and Methods for Astrophysics
+1307.4543 Data Structures and Algorithms
+1307.4545 Instrumentation and Methods for Astrophysics
+1307.4554 Symbolic Computation
+1307.4555 High Energy Astrophysical Phenomena
+1307.4557 Instrumentation and Methods for Astrophysics
+1307.4563 Instrumentation and Methods for Astrophysics
+1307.4564 Learning
+1307.4565 Instrumentation and Methods for Astrophysics
+1307.4573 Symplectic Geometry
+1307.4574 Fluid Dynamics
+1307.4575 Fluid Dynamics
+1307.4580 Instrumentation and Methods for Astrophysics
+1307.4585 Programming Languages
+1307.4588 Optics
+1307.4591 Pricing of Securities
+1307.4592 Computer Vision and Pattern Recognition
+1307.4596 Soft Condensed Matter
+1307.4601 Optics
+1307.4602 Statistics Theory
+1307.4604 Differential Geometry
+1307.4605 Differential Geometry
+1307.4607 Complex Variables
+1307.4608 Instrumentation and Detectors
+1307.4610 Information Theory
+1307.4616 Solar and Stellar Astrophysics
+1307.4625 Methodology
+1307.4626 Methodology
+1307.4627 Analysis of PDEs
+1307.4628 Populations and Evolution
+1307.4629 Combinatorics
+1307.4630
+1307.4639 High Energy Astrophysical Phenomena
+1307.4641 Programming Languages
+1307.4642 Programming Languages
+1307.4644 Programming Languages
+1307.4648 Programming Languages
+1307.4653 Learning
+1307.4655 Programming Languages
+1307.4657
+1307.4659 Optimization and Control
+1307.4660 Fluid Dynamics
+1307.4662 Number Theory
+1307.4674 General Mathematics
+1307.4676
+1307.4691 Probability
+1307.4695 Software Engineering
+1307.4696 Operator Algebras
+1307.4707 Statistical Mechanics
+1307.4708 Classical Analysis and ODEs
+1307.4717 Computer Vision and Pattern Recognition
+1307.4721 Analysis of PDEs
+1307.4722 Combinatorics
+1307.4724 Combinatorics
+1307.4725 Statistical Mechanics
+1307.4731 Distributed, Parallel, and Cluster Computing
+1307.4736 Materials Science
+1307.4743 Analysis of PDEs
+1307.4746 Differential Geometry
+hep-ph/0510080 Phenomenology
+math/0512181 Statistics Theory
+physics/0610157 Atmospheric and Oceanic Physics
+0709.0188 Quantum Algebra
+0812.1733 Geophysics
+0911.0216 Quantum Algebra
+1009.4270 Spectral Theory
+1012.0957 Quantum Algebra
+1101.1912
+1102.3024 Phenomenology
+1104.1137 Cosmology and Nongalactic Astrophysics
+1107.0532 Experiment
+1107.0622 Optimization and Control
+1109.4059 Optimization and Control
+1110.4168 Other Statistics
+1111.1272 Probability
+1111.1682 Probability
+1112.0801 Functional Analysis
+1112.1241 Probability
+1112.6278 Soft Condensed Matter
+1201.1738
+1204.1885 General Physics
+1204.3210 Numerical Analysis
+1205.4219 Statistics Theory
+1205.5405 Combinatorics
+1205.5449 Probability
+1206.1435 Algebraic Geometry
+1206.2656 Information Theory
+1207.1172 Probability
+1207.5067 Optimization and Control
+1207.6023 Optimization and Control
+1208.3021
+1208.3452 Lattice
+1208.3878 Lattice
+1209.4641 Theory
+1210.5748
+1210.6006 Optics
+1211.7021 Theory
+1301.5020 Commutative Algebra
+1301.5603 Optics
+1301.7652
+1302.5265
+1302.5828 Analysis of PDEs
+1303.3262 Cryptography and Security
+1304.0430 Materials Science
+1304.1384 Methodology
+1304.1461 Representation Theory
+1304.1954
+1304.2263 Information Theory
+1304.2877 Chemical Physics
+1304.4698 Representation Theory
+1304.5239 Cosmology and Nongalactic Astrophysics
+1304.5433
+1304.6827
+1305.0437 Soft Condensed Matter
+1305.3248 Cryptography and Security
+1305.4128 Phenomenology
+1305.4787 Emerging Technologies
+1305.5496 Quantum Gases
+1305.5784 Molecular Networks
+1305.5946 Computer Science and Game Theory
+1305.6053 Probability
+1306.2105 Dynamical Systems
+1306.2204 Mesoscale and Nanoscale Physics
+1306.2861 Machine Learning
+1306.3805
+1306.3984 Phenomenology
+1306.5013 Numerical Analysis
+1306.5341
+1306.6437 Cosmology and Nongalactic Astrophysics
+1306.6531 Cryptography and Security
+1307.0712 Astrophysics of Galaxies
+1307.2038 Instrumentation and Methods for Astrophysics
+1307.2774 Theory
+1307.3979 Statistical Mechanics
+1307.4037 Phenomenology
+1307.4209 Dynamical Systems
+1307.5206 Mesoscale and Nanoscale Physics
+1307.5418 Algebraic Geometry
+1307.5442 Networking and Internet Architecture
+1307.6533 Group Theory
+1307.7680 Phenomenology
+1307.8324 Pattern Formation and Solitons
+1307.8420
+1308.0397 Strongly Correlated Electrons
+1308.1018 General Mathematics
+1308.1521
+1308.1622 History and Philosophy of Physics
+1308.1786 Statistical Mechanics
+1308.2246
+1308.3017 Optics
+1308.3609 Analysis of PDEs
+1308.4093
+1308.4394 Phenomenology
+1308.4691 Strongly Correlated Electrons
+1308.6236 Instrumentation and Detectors
+1309.0076 Statistical Mechanics
+1309.0114 Astrophysics of Galaxies
+1309.3546 Information Theory
+1309.4076 Quantum Gases
+1309.4089 Theory
+1309.4288
+1309.4443
+1309.5708 Mesoscale and Nanoscale Physics
+1309.7728 Mesoscale and Nanoscale Physics
+1310.0366 Soft Condensed Matter
+1310.1748 Theory
+1310.2292 Statistical Mechanics
+1310.5374 Combinatorics
+1310.6752 Phenomenology
+1310.7645 Optics
+1310.7691 Rings and Algebras
+1310.8233
+1310.8553
+1311.0429
+1311.0573 Discrete Mathematics
+1311.2858 History and Overview
+1311.3391 Number Theory
+1311.3486 Instrumentation and Methods for Astrophysics
+1311.3878
+1311.5132 Phenomenology
+1311.5238 High Energy Astrophysical Phenomena
+1311.5246 Cosmology and Nongalactic Astrophysics
+1311.6072 Optics
+1311.6324 History and Philosophy of Physics
+1311.7106 Mesoscale and Nanoscale Physics
+1312.0166 Astrophysics of Galaxies
+1312.0953 Instrumentation and Detectors
+1312.1180 Differential Geometry
+1312.2991 Number Theory
+1312.3265 Lattice
+1312.3286 Lattice
+1312.3345 Data Structures and Algorithms
+1312.3393 Learning
+1312.3462
+1312.3715
+1312.4111 Instrumentation and Detectors
+1312.4154 High Energy Astrophysical Phenomena
+1312.4428 Computational Complexity
+1312.4513 Classical Analysis and ODEs
+1312.4527 Learning
+1312.4528 General Physics
+1312.4534 Astrophysics of Galaxies
+1312.4545 Solar and Stellar Astrophysics
+1312.4548 Instrumentation and Methods for Astrophysics
+1312.4551 Machine Learning
+1312.4557 Soft Condensed Matter
+1312.4559 Soft Condensed Matter
+1312.4562 Soft Condensed Matter
+1312.4566 Soft Condensed Matter
+1312.4568 Information Theory
+1312.4571 Astrophysics of Galaxies
+1312.4575
+1312.4580 Materials Science
+1312.4585 Space Physics
+1312.4587 Computational Engineering, Finance, and Science
+1312.4592 Astrophysics of Galaxies
+1312.4593 Cosmology and Nongalactic Astrophysics
+1312.4598 Systems and Control
+1312.4599 Learning
+1312.4600 Analysis of PDEs
+1312.4601 Robotics
+1312.4602 Instrumentation and Methods for Astrophysics
+1312.4606
+1312.4607 Group Theory
+1312.4608 Complex Variables
+1312.4622 Trading and Market Microstructure
+1312.4624 Instrumentation and Methods for Astrophysics
+1312.4626 Machine Learning
+1312.4628 Computational Geometry
+1312.4630 Lattice
+1312.4634 Robotics
+1312.4635 Rings and Algebras
+1312.4639 Combinatorics
+1312.4640 Human-Computer Interaction
+1312.4649 Probability
+1312.4658 Algebraic Topology
+1312.4660 Genomics
+1312.4663 Statistics Theory
+1312.4666 Data Structures and Algorithms
+1312.4670
+1312.4672 Number Theory
+1312.4674 Statistics Theory
+1312.4676 Social and Information Networks
+1312.4682 Quantum Algebra
+1312.4684 Astrophysics of Galaxies
+1312.4685 Rings and Algebras
+1312.4690
+1312.4691 Statistics Theory
+1312.4699 Populations and Evolution
+1312.4701 Materials Science
+1312.4702
+1312.4704 Digital Libraries
+1312.4707 Social and Information Networks
+1312.4708 Chemical Physics
+1312.4710 Machine Learning
+1312.4717 Machine Learning
+1312.4719 Machine Learning
+1312.4723 Phenomenology
+1312.4726 Number Theory
+1312.4727 Classical Analysis and ODEs
+1312.4729 Classical Physics
+1312.4730 Chaotic Dynamics
+1312.4732
+1312.4734 Materials Science
+1312.4735
+1312.4738
+1312.4742 Software Engineering
+1312.4744 Quantitative Methods
+1312.4746 Computer Vision and Pattern Recognition
+1312.4748 Biomolecules
+1312.4751
+1312.4752 Computer Vision and Pattern Recognition
+1312.4754 Group Theory
+1312.4756 Experiment
+1312.4761 Classical Analysis and ODEs
+1312.4764 Soft Condensed Matter
+1312.4767 Classical Analysis and ODEs
+1312.4769 Representation Theory
+1312.4771 Differential Geometry
+1312.4772 Functional Analysis
+1312.4773 Materials Science
+1312.4780
+1312.4783 Materials Science
+1312.4790 High Energy Astrophysical Phenomena
+1312.4791 Phenomenology
+1312.4793 Cryptography and Security
+1312.4794 Digital Libraries
+1312.4797 Methodology
+1312.4798 Information Theory
+1312.4800 Databases
+1312.4801 Instrumentation and Methods for Astrophysics
+1312.4802 Data Structures and Algorithms
+1312.4812 Analysis of PDEs
+1312.4813 Experiment
+1312.4814 Cryptography and Security
+1312.4815 Experiment
+1312.4818 Software Engineering
+1312.4820 Classical Physics
+1312.4825 Differential Geometry
+1312.4828 Cryptography and Security
+1312.4830 Phenomenology
+1312.4833 Cryptography and Security
+1312.4839 Artificial Intelligence
+1312.4840 Logic in Computer Science
+1312.4843 Astrophysics of Galaxies
+1312.4848 Solar and Stellar Astrophysics
+1312.4852 Machine Learning
+1312.4853 Distributed, Parallel, and Cluster Computing
+1312.4857 Cell Behavior
+1312.4858 Number Theory
+1312.4868 Soft Condensed Matter
+1312.4872 Soft Condensed Matter
+1312.4878 Solar and Stellar Astrophysics
+1312.4880 Solar and Stellar Astrophysics
+1312.4885 Optimization and Control
+1312.4886
+1312.4888 Phenomenology
+1312.4892 Optimization and Control
+1312.4895 Machine Learning
+1312.4897 Dynamical Systems
+1312.4898 Dynamical Systems
+1312.4901 Analysis of PDEs
+1312.4902 Other Quantitative Biology
+1312.4905 Soft Condensed Matter
+1312.4912
+1312.4914
+1312.4918 Materials Science
+1312.4919 Numerical Analysis
+1312.4927 Other Quantitative Biology
+1312.4928 Number Theory
+1312.4931 Operating Systems
+math/0501312 Quantum Algebra
+math/0508175 Quantum Algebra
+math/0608717 Complex Variables
+nucl-ex/0502016
+quant-ph/0511117
+0709.0824
+0810.2725 Group Theory
+0812.4516
+0902.1107 Metric Geometry
+0906.4925 Metric Geometry
+0907.1049 Representation Theory
+0908.4215
+0910.3008 Soft Condensed Matter
+1005.4996 General Mathematics
+1006.5264
+1007.0167 Probability
+1007.0556 Theory
+1011.3822 Theory
+1012.0288
+1012.5266 Phenomenology
+1102.0762
+1103.4101 Theory
+1105.4998 Rings and Algebras
+1106.3198 Rings and Algebras
+1106.5352 Quantum Algebra
+1106.5959 Phenomenology
+1110.6128
+1111.0522 Computation
+1111.2273 Functional Analysis
+1111.6753 Materials Science
+1112.1432 Quantum Algebra
+1112.1893 Probability
+1112.3417 Materials Science
+1112.3869 Rings and Algebras
+1201.4829
+1201.5498
+1201.5634 Theory
+1201.6509 Rings and Algebras
+1202.1857 Atomic Physics
+1203.3096
+1203.3821 Dynamical Systems
+1203.5088 Theory
+1203.5475 Computation
+1203.6525
+1204.6443 Algebraic Geometry
+1205.0711 Probability
+1205.0983
+1205.1366 Information Theory
+1205.1810 Functional Analysis
+1205.3403
+1205.4946 Strongly Correlated Electrons
+1205.5944 Analysis of PDEs
+1205.6902
+1206.2042
+1206.6495 Cosmology and Nongalactic Astrophysics
+1207.1755 Probability
+1207.4257 Rings and Algebras
+1207.6731
+1208.0575 Materials Science
+1208.1012
+1208.1335 Theory
+1208.1593 Information Theory
+1208.3367 Theory
+1208.3399 Phenomenology
+1208.6493 Functional Analysis
+1209.0105 Statistical Mechanics
+1209.0430 Learning
+1209.0644 Geometric Topology
+1209.1269 Rings and Algebras
+1209.2671 Quantum Gases
+1209.3373 Differential Geometry
+1209.3798 Dynamical Systems
+1209.4662 Combinatorics
+1210.0867 Experiment
+1210.2180 Computational Physics
+1210.6272 Databases
+1210.6718 Experiment
+1210.7551 Mesoscale and Nanoscale Physics
+1210.7995 Materials Science
+1211.1283 Statistical Mechanics
+1211.1675 Mesoscale and Nanoscale Physics
+1211.4661 Analysis of PDEs
+1211.4784 Experiment
+1211.5483
+1212.0067 Mesoscale and Nanoscale Physics
+1212.1571
+1212.5093 Quantum Gases
+1212.5407 Experiment
+1212.6562 Optics
+1212.6632 Computer Science and Game Theory
+1301.3107 Strongly Correlated Electrons
+1301.3139 Statistical Mechanics
+1301.3494 Strongly Correlated Electrons
+1301.3737 Phenomenology
+1301.3927
+1301.4169 Quantum Gases
+1301.4286
+1301.4554 Other Condensed Matter
+1301.4698 Experiment
+1301.5293 Data Structures and Algorithms
+1301.5518 Atomic Physics
+1301.6461 Phenomenology
+1302.0092 Algebraic Geometry
+1302.1180
+1302.1578 Astrophysics of Galaxies
+1302.2454 Strongly Correlated Electrons
+1302.2691
+1302.3815
+1302.5027 Mesoscale and Nanoscale Physics
+1302.5210 Combinatorics
+1302.5316 Phenomenology
+1302.5917 Neurons and Cognition
+1302.6775 Mesoscale and Nanoscale Physics
+1303.0061 Quantum Gases
+1303.0355 Materials Science
+1303.0754 Experiment
+1303.1963 Materials Science
+1303.2973 Algebraic Geometry
+1303.6438 Phenomenology
+1304.1065 Phenomenology
+1304.1747 Biological Physics
+1304.2162 Mesoscale and Nanoscale Physics
+1304.2210 Strongly Correlated Electrons
+1304.2576 Data Structures and Algorithms
+1304.2911 Materials Science
+1304.3203 Distributed, Parallel, and Cluster Computing
+1304.3382 Theory
+1304.3797 Analysis of PDEs
+1304.4139 Optics
+1304.4428 Information Theory
+1304.4966 Theory
+1304.5043 Superconductivity
+1304.5121 Phenomenology
+1304.5351 Number Theory
+1304.5378 Discrete Mathematics
+1304.6014
+1304.6027 Information Theory
+1304.6071 Superconductivity
+1304.6265 Soft Condensed Matter
+1304.6382 Quantum Algebra
+1304.6402 Statistical Mechanics
+1304.6420 Social and Information Networks
+1304.6426 Probability
+1304.6429 Cosmology and Nongalactic Astrophysics
+1304.6432 Combinatorics
+1304.6434 Materials Science
+1304.6439 History and Philosophy of Physics
+1304.6442 Artificial Intelligence
+1304.6443
+1304.6444 Theory
+1304.6447 Phenomenology
+1304.6448 Combinatorics
+1304.6449 Analysis of PDEs
+1304.6450 Discrete Mathematics
+1304.6454 Analysis of PDEs
+1304.6455 Strongly Correlated Electrons
+1304.6460 Digital Libraries
+1304.6461 Optimization and Control
+1304.6463 Molecular Networks
+1304.6465 Combinatorics
+1304.6466 Combinatorics
+1304.6467 Logic
+1304.6468 Information Theory
+1304.6470 Information Theory
+1304.6473 Computers and Society
+1304.6478 Learning
+1304.6480 Learning
+1304.6481 Numerical Analysis
+1304.6486 Networking and Internet Architecture
+1304.6488 Combinatorics
+1304.6489 Networking and Internet Architecture
+1304.6490 Instrumentation and Methods for Astrophysics
+1304.6491 Networking and Internet Architecture
+1304.6493 Optics
+1304.6494 Systems and Control
+1304.6497 Instrumentation and Methods for Astrophysics
+1304.6498 Software Engineering
+1304.6499 Human-Computer Interaction
+1304.6501 Computers and Society
+1304.6505 Software Engineering
+1304.6506 Software Engineering
+1304.6507 Soft Condensed Matter
+1304.6508 Numerical Analysis
+1304.6510 Combinatorics
+1304.6518 Rings and Algebras
+1304.6522 Cosmology and Nongalactic Astrophysics
+1304.6526 Analysis of PDEs
+1304.6530 Instrumentation and Methods for Astrophysics
+1304.6532 Rings and Algebras
+1304.6536 Statistics Theory
+1304.6538 Combinatorics
+1304.6542
+1304.6543 Mesoscale and Nanoscale Physics
+1304.6552 Commutative Algebra
+1304.6554 Social and Information Networks
+1304.6561 Differential Geometry
+1304.6562 Classical Analysis and ODEs
+1304.6563 Combinatorics
+1304.6566
+1304.6569 Instrumentation and Detectors
+1304.6572 Cryptography and Security
+1304.6575 Cryptography and Security
+1304.6577 Functional Analysis
+1304.6578 Mesoscale and Nanoscale Physics
+1304.6584 Cryptography and Security
+1304.6588 Data Structures and Algorithms
+1304.6591 Information Theory
+1304.6598 Chemical Physics
+1304.6605 Complex Variables
+1304.6608 History and Overview
+1304.6611 Analysis of PDEs
+1304.6614 Information Theory
+1304.6615 Instrumentation and Methods for Astrophysics
+1304.6617 Information Theory
+1304.6619 Mesoscale and Nanoscale Physics
+1304.6620 Symplectic Geometry
+1304.6621 Classical Analysis and ODEs
+1304.6624 Mesoscale and Nanoscale Physics
+1304.6626 Human-Computer Interaction
+1304.6627 Information Theory
+1304.6629 Probability
+1304.6642 Combinatorics
+1304.6650 Analysis of PDEs
+1304.6652 Medical Physics
+1304.6653 Strongly Correlated Electrons
+1304.6655 Optimization and Control
+1304.6656 Software Engineering
+1304.6657 Superconductivity
+1304.6659 Data Analysis, Statistics and Probability
+1304.6669 Applications
+1304.6670 Applications
+1304.6671 Classical Analysis and ODEs
+1304.6672 Cryptography and Security
+1304.6677 Phenomenology
+1304.6678
+1304.6686 Algebraic Geometry
+1304.6692 Soft Condensed Matter
+1304.6694 Computers and Society
+1304.6695 Instrumentation and Detectors
+1304.6701 Probability
+1304.6703 Probability
+1304.6704 Probability
+1304.6709 Digital Libraries
+1304.6710 Phenomenology
+cs/0608104 Programming Languages
+math/0511583 Metric Geometry
+math/0701094 Metric Geometry
+quant-ph/0109155
+0705.0313 Molecular Networks
+0709.4209 Molecular Networks
+0712.1852 Molecular Networks
+0808.0851 Differential Geometry
+0809.3746
+0903.2554 Formal Languages and Automata Theory
+0903.4491 Molecular Networks
+1006.5234 Computational Complexity
+1007.2787 Neurons and Cognition
+1007.4955 Information Theory
+1008.3127 Mesoscale and Nanoscale Physics
+1010.6231 Computational Complexity
+1011.2470 Number Theory
+1101.0114 Software Engineering
+1102.0817 Neurons and Cognition
+1103.3439
+1104.1352 Numerical Analysis
+1105.4590 Classical Analysis and ODEs
+1107.3623 Materials Science
+1110.1813 Accelerator Physics
+1110.3583 Combinatorics
+1110.3841
+1110.4619 Differential Geometry
+1111.6328 K-Theory and Homology
+1112.1664 Atomic Physics
+1112.5026 Molecular Networks
+1201.6236 Optimization and Control
+1202.0436 Computational Engineering, Finance, and Science
+1202.2638 Digital Libraries
+1202.2709 Data Analysis, Statistics and Probability
+1202.3527 Chemical Physics
+1202.6091 Information Theory
+1203.6841 Number Theory
+1205.3195
+1205.5306 Optimization and Control
+1205.6747 Instrumentation and Detectors
+1206.4181 Optimization and Control
+1207.6103 Computer Science and Game Theory
+1207.6198 Pattern Formation and Solitons
+1208.0634 Populations and Evolution
+1208.2699 Superconductivity
+1208.5337
+1208.5538 Probability
+1209.0097 Geometric Topology
+1209.0232 Quantum Gases
+1209.2399 Number Theory
+1209.3790 Cosmology and Nongalactic Astrophysics
+1209.6561 Artificial Intelligence
+1209.6572
+1210.0356 Materials Science
+1210.1206 Classical Analysis and ODEs
+1210.2608 Number Theory
+1210.4667 Geometric Topology
+1210.5655 Theory
+1210.6772
+1210.7675 Mesoscale and Nanoscale Physics
+1210.8201 Cosmology and Nongalactic Astrophysics
+1211.0791
+1211.1460 Probability
+1211.1728 Information Theory
+1211.2536 Statistical Mechanics
+1211.3484 Information Theory
+1211.4343 Probability
+1211.5433 Data Structures and Algorithms
+1211.6045 Chaotic Dynamics
+1212.0615 Rings and Algebras
+1212.0618 Rings and Algebras
+1212.3808 Phenomenology
+1212.5939 Phenomenology
+1301.0381 Portfolio Management
+1301.1245 Phenomenology
+1301.1609 Information Theory
+1301.2053 Methodology
+1301.2988
+1301.5743 Materials Science
+1301.5844 Computer Science and Game Theory
+1301.6046 Atomic Physics
+1301.6591 Digital Libraries
+1301.6656
+1301.6940 Solar and Stellar Astrophysics
+1301.7138 Mesoscale and Nanoscale Physics
+1301.7214 Differential Geometry
+1302.0261 Statistics Theory
+1302.0338 Other Computer Science
+1302.0971 Databases
+1302.1437 Strongly Correlated Electrons
+1302.1935 Mesoscale and Nanoscale Physics
+1302.3250 Networking and Internet Architecture
+1302.5187 Representation Theory
+1302.5511 Other Computer Science
+1302.6993 Theory
+1302.7126 Physics and Society
+1303.0204 Plasma Physics
+1303.0993
+1303.4309 High Energy Astrophysical Phenomena
+1303.5292 Optics
+1303.5636 Algebraic Geometry
+1304.0216 Plasma Physics
+1304.0977
+1304.1156 Theory
+1304.1842 Adaptation and Self-Organizing Systems
+1304.2628 Quantum Gases
+1304.3803 Theory
+1304.4893 Systems and Control
+1304.5035 Mesoscale and Nanoscale Physics
+1304.5079 Disordered Systems and Neural Networks
+1304.6058 Phenomenology
+1304.8075
+1305.0487 Statistical Mechanics
+1305.0616 Differential Geometry
+1305.0765 Atomic Physics
+1305.2331 Phenomenology
+1305.3632 Strongly Correlated Electrons
+1305.4370
+1305.4543 General Physics
+1305.5690 Algebraic Geometry
+1305.5809 Theory
+1305.6504 Atomic Physics
+1306.0119 Dynamical Systems
+1306.1385 Statistical Mechanics
+1306.1807
+1306.2039 Optimization and Control
+1306.2553 Algebraic Geometry
+1306.3461 Atomic Physics
+1306.5187 High Energy Astrophysical Phenomena
+1306.5367 Instrumentation and Methods for Astrophysics
+1306.5373 Populations and Evolution
+1306.5564
+1306.6625 Solar and Stellar Astrophysics
+1307.0375 Instrumentation and Methods for Astrophysics
+1307.0725 Formal Languages and Automata Theory
+1307.1012 Analysis of PDEs
+1307.1304 Analysis of PDEs
+1307.2197 Materials Science
+1307.3042 Complex Variables
+1307.3287 Classical Analysis and ODEs
+1307.3655 Atomic Physics
+1307.3750 Combinatorics
+1307.4821 Adaptation and Self-Organizing Systems
+1307.6225 Phenomenology
+1307.7040 Strongly Correlated Electrons
+1307.7172 Digital Libraries
+1307.7350 Differential Geometry
+1307.7381 Commutative Algebra
+1307.7437 General Physics
+1307.7649 Functional Analysis
+1307.7766 Cryptography and Security
+1307.7976 Distributed, Parallel, and Cluster Computing
+1307.8020 Risk Management
+1307.8103 Materials Science
+1307.8107 Number Theory
+1307.8112 Computers and Society
+1307.8136 Methodology
+1307.8138 Combinatorics
+1307.8139 Computational Geometry
+1307.8143 Populations and Evolution
+1307.8145 Plasma Physics
+1307.8151 Analysis of PDEs
+1307.8152 Cosmology and Nongalactic Astrophysics
+1307.8154 Instrumentation and Detectors
+1307.8156 Materials Science
+1307.8158 Solar and Stellar Astrophysics
+1307.8161 Combinatorics
+1307.8162 Commutative Algebra
+1307.8163 Mesoscale and Nanoscale Physics
+1307.8165 Mesoscale and Nanoscale Physics
+1307.8167 Fluid Dynamics
+1307.8168 Analysis of PDEs
+1307.8172 Other Computer Science
+1307.8178
+1307.8179 Software Engineering
+1307.8181 Phenomenology
+1307.8182 Artificial Intelligence
+1307.8184 Logic
+1307.8186 Cryptography and Security
+1307.8191 Other Computer Science
+1307.8194 Strongly Correlated Electrons
+1307.8201 Information Theory
+1307.8202 Logic in Computer Science
+1307.8203 Software Engineering
+1307.8204 Programming Languages
+1307.8207 Programming Languages
+1307.8208 Logic in Computer Science
+1307.8209 Cryptography and Security
+1307.8210 Cryptography and Security
+1307.8211 Logic in Computer Science
+1307.8212 Logic in Computer Science
+1307.8214 Logic in Computer Science
+1307.8217 Methodology
+1307.8218 Earth and Planetary Astrophysics
+1307.8222 Phenomenology
+1307.8223 Probability
+1307.8225 Information Retrieval
+1307.8226 Differential Geometry
+1307.8228 Distributed, Parallel, and Cluster Computing
+1307.8230 Information Theory
+1307.8233 Computer Vision and Pattern Recognition
+1307.8237 Number Theory
+1307.8239 Digital Libraries
+1307.8247 Rings and Algebras
+1307.8254 Optimization and Control
+1307.8256 Distributed, Parallel, and Cluster Computing
+1307.8259 Group Theory
+1307.8261 Risk Management
+1307.8263 Populations and Evolution
+1307.8269 Databases
+1307.8270 Computation
+1307.8271 Statistics Theory
+1307.8272 Fluid Dynamics
+1307.8273 Instrumentation and Methods for Astrophysics
+1307.8275 Solar and Stellar Astrophysics
+1307.8276 Computational Physics
+1307.8279 Artificial Intelligence
+1307.8286 Accelerator Physics
+1307.8289 Representation Theory
+1307.8290 Optimization and Control
+1307.8291 Classical Analysis and ODEs
+1307.8293 Complex Variables
+1307.8297 Group Theory
+1307.8300 Statistics Theory
+1307.8301 Accelerator Physics
+1307.8304 Accelerator Physics
+1307.8305 Learning
+1307.8306
+1307.8307 Category Theory
+1307.8309
+1307.8311
+1307.8313 Mesoscale and Nanoscale Physics
+1307.8315 Dynamical Systems
+1307.8318
+1307.8319 Hardware Architecture
+1307.8321 Complex Variables
+1307.8322 Cryptography and Security
+1307.8326
+1307.8327 Information Theory
+1307.8330 Accelerator Physics
+1307.8331
+1307.8332 Analysis of PDEs
+1307.8333 Machine Learning
+1307.8335 Computers and Society
+1307.8340 Differential Geometry
+1307.8341 Algebraic Geometry
+1307.8343 Geometric Topology
+1307.8344 High Energy Astrophysical Phenomena
+1307.8346 Experiment
+1307.8347 Metric Geometry
+1307.8350 Phenomenology
+1307.8352 Phenomenology
+1307.8353 Algebraic Geometry
+1307.8354 Combinatorics
+1307.8355 Instrumentation and Methods for Astrophysics
+1307.8358 Instrumentation and Methods for Astrophysics
+1307.8360 Instrumentation and Methods for Astrophysics
+1307.8361 Instrumentation and Methods for Astrophysics
+1307.8362 Accelerator Physics
+1307.8364 Complex Variables
+1307.8366 Applications
+1307.8367 High Energy Astrophysical Phenomena
+1307.8369 Statistics Theory
+1307.8376 Instrumentation and Detectors
+1307.8379 General Physics
+1307.8382 High Energy Astrophysical Phenomena
+1307.8385 Multimedia
+1307.8389 Programming Languages
+1307.8390 Phenomenology
+1307.8391 Statistical Mechanics
+1307.8394 High Energy Astrophysical Phenomena
+1307.8399 Optics
+1307.8400 Operator Algebras
+1307.8401 Hardware Architecture
+1307.8405 Computer Vision and Pattern Recognition
+1307.8407 Genomics
+1307.8408 Classical Analysis and ODEs
+1307.8410 Networking and Internet Architecture
+1307.8411 Numerical Analysis
+1307.8412 Probability
+1307.8413 Solar and Stellar Astrophysics
+1307.8415 Rings and Algebras
+1307.8416 Quantum Gases
+1307.8423 Combinatorics
+1307.8426 Probability
+1307.8430 Learning
+1307.8442 Classical Analysis and ODEs
+astro-ph/0011367
+astro-ph/9806254
+astro-ph/9806359
+cond-mat/0609603 Disordered Systems and Neural Networks
+q-bio/0701002 Molecular Networks
+0904.2010 Materials Science
+1010.3775 Neurons and Cognition
+1101.4681 Learning
+1102.4520 Numerical Analysis
+1103.1302 Distributed, Parallel, and Cluster Computing
+1104.0106 Theory
+1105.0876 Probability
+1106.3822 Group Theory
+1107.2419 Solar and Stellar Astrophysics
+1108.3109 Classical Analysis and ODEs
+1109.1942
+1109.2240 Combinatorics
+1110.4525 Earth and Planetary Astrophysics
+1110.4788 Instrumentation and Methods for Astrophysics
+1111.0928 Superconductivity
+1112.0354 Logic
+1112.1449 K-Theory and Homology
+1112.4652
+1201.1594
+1201.3087 Physics and Society
+1201.5567
+1202.3148 Strongly Correlated Electrons
+1202.6200 Number Theory
+1204.2006 Strongly Correlated Electrons
+1204.4224 Software Engineering
+1204.5963 Computer Science and Game Theory
+1204.6477 Phenomenology
+1205.1996 Phenomenology
+1205.5078
+1205.5958 Portfolio Management
+1207.0020 Populations and Evolution
+1207.2089 High Energy Astrophysical Phenomena
+1207.3462 Combinatorics
+1207.3883 Statistical Mechanics
+1207.6757 Optics
+1208.0037 Strongly Correlated Electrons
+1208.3889
+1208.6374 Analysis of PDEs
+1209.0729 Neurons and Cognition
+1209.1276 Strongly Correlated Electrons
+1209.3657 History and Overview
+1209.4819 Cryptography and Security
+1209.5112 Probability
+1210.6538 Logic
+1210.7435 High Energy Astrophysical Phenomena
+1211.2694 Statistical Mechanics
+1211.3083
+1211.6935 Soft Condensed Matter
+1212.0120
+1212.0289 Fluid Dynamics
+1212.0669 Materials Science
+1212.0673 Chaotic Dynamics
+1212.1813 Algebraic Geometry
+1212.2634 Quantum Gases
+1212.2665 Mesoscale and Nanoscale Physics
+1212.2946 Other Condensed Matter
+1212.5487 Astrophysics of Galaxies
+1212.6180
+1212.6315 Quantum Gases
+1212.6328 Algebraic Geometry
+1301.0259 Physics and Society
+1301.2168 Strongly Correlated Electrons
+1301.3272 Probability
+1301.3828 Instrumentation and Methods for Astrophysics
+1301.4205 Mesoscale and Nanoscale Physics
+1301.4206 Combinatorics
+1301.4268 Phenomenology
+1301.4697 Materials Science
+1301.6231 Information Theory
+1301.6535 Strongly Correlated Electrons
+1302.0298 Algebraic Geometry
+1302.0621 Distributed, Parallel, and Cluster Computing
+1302.1083 Probability
+1302.1415 Experiment
+1302.2361 Theory
+1302.2404 Quantum Gases
+1302.2929 Experiment
+1302.3694 Experiment
+1303.0400 Combinatorics
+1303.0471 Materials Science
+1303.0614
+1303.1044 Statistical Mechanics
+1303.2273 Geometric Topology
+1303.2605 Analysis of PDEs
+1303.2615
+1303.2810 Disordered Systems and Neural Networks
+1303.3396 Superconductivity
+1303.4131 Mesoscale and Nanoscale Physics
+1303.4331
+1303.5694
+1303.5959 Functional Analysis
+1303.6024 Cosmology and Nongalactic Astrophysics
+1303.6297 Strongly Correlated Electrons
+1303.6623 Physics and Society
+1303.6791 Quantum Gases
+1304.0253
+1304.0965 Statistical Mechanics
+1304.1668 Optics
+1304.1838 Databases
+1304.3598
+1304.3605 Quantum Gases
+1304.3631 Mesoscale and Nanoscale Physics
+1304.3743 Fluid Dynamics
+1304.4087 Phenomenology
+1304.4192 Strongly Correlated Electrons
+1304.5342 Algebraic Geometry
+1304.5430
+1304.6073 Optimization and Control
+1304.6140 Probability
+1304.6515 Materials Science
+1305.0140 Solar and Stellar Astrophysics
+1305.0275 Mesoscale and Nanoscale Physics
+1305.0709 Applications
+1305.1310 Statistical Mechanics
+1305.2138 High Energy Astrophysical Phenomena
+1305.2217 Mesoscale and Nanoscale Physics
+1305.3796 Phenomenology
+1305.4135 Computational Physics
+1305.4955 Artificial Intelligence
+1305.5094 Biological Physics
+1305.5442 Optimization and Control
+1305.6075
+1305.6515 High Energy Astrophysical Phenomena
+1305.6935 Phenomenology
+1306.0763 Analysis of PDEs
+1306.2499 Information Retrieval
+1306.2824 Mesoscale and Nanoscale Physics
+1306.4364
+1306.5054 Spectral Theory
+1306.5463 General Topology
+1306.5503 Combinatorics
+1306.5577 Cellular Automata and Lattice Gases
+1306.5907 High Energy Astrophysical Phenomena
+1306.6044 Number Theory
+1306.6149 Superconductivity
+1306.6302 Artificial Intelligence
+1306.6327 Accelerator Physics
+1306.6328 Accelerator Physics
+1306.6329 Instrumentation and Detectors
+1306.6333 Cosmology and Nongalactic Astrophysics
+1306.6346 Phenomenology
+1306.6348 Solar and Stellar Astrophysics
+1306.6352 Phenomenology
+1306.6353 Accelerator Physics
+1306.6355 Functional Analysis
+1306.6358 Functional Analysis
+1306.6365 Differential Geometry
+1306.6369 Group Theory
+1306.6375 Artificial Intelligence
+1306.6376 Adaptation and Self-Organizing Systems
+1306.6377 Quantum Gases
+1306.6378 Information Theory
+1306.6381
+1306.6382
+1306.6385 Probability
+1306.6394
+1306.6397 Distributed, Parallel, and Cluster Computing
+1306.6398 Functional Analysis
+1306.6400 Optics
+1306.6402 Computational Finance
+1306.6403
+1306.6408 Computation
+1306.6411 Analysis of PDEs
+1306.6412 Software Engineering
+1306.6413 Networking and Internet Architecture
+1306.6414 Optics
+1306.6417 Solar and Stellar Astrophysics
+1306.6419 Optimization and Control
+1306.6420 Phenomenology
+1306.6428 Networking and Internet Architecture
+1306.6444 Classical Analysis and ODEs
+1306.6450
+1306.6453
+1306.6457 Classical Analysis and ODEs
+1306.6463 Number Theory
+1306.6473 Atomic Physics
+1306.6476 Plasma Physics
+1306.6477 Mesoscale and Nanoscale Physics
+1306.6478 Mesoscale and Nanoscale Physics
+1306.6479 Applications
+1306.6480 Phenomenology
+1306.6483 Phenomenology
+1306.6484 Materials Science
+1306.6485 Materials Science
+1306.6489 Artificial Intelligence
+1306.6499 Plasma Physics
+1306.6502 Geometric Topology
+1306.6503 Functional Analysis
+1306.6505 Plasma Physics
+1306.6506 High Energy Astrophysical Phenomena
+1306.6509 High Energy Astrophysical Phenomena
+1306.6513 Phenomenology
+1306.6517
+1306.6527
+1306.6542 Computer Science and Game Theory
+1306.6543 Number Theory
+1306.6546 Atomic Physics
+1306.6550 Geophysics
+1306.6557 Machine Learning
+1306.6566 Statistics Theory
+1306.6568 Phenomenology
+1306.6574 Chemical Physics
+1306.6577 Chemical Physics
+1306.6581 Representation Theory
+1306.6583 Computational Finance
+1306.6595 Digital Libraries
+1306.6598 Computational Complexity
+1306.6601 Analysis of PDEs
+1306.6611 Experiment
+1306.6613 Geometric Topology
+1306.6614 Strongly Correlated Electrons
+math/0411227 Logic
+math/0703076 Optimization and Control
+0707.2183 Other Condensed Matter
+0709.3835
+0803.2751 Geometric Topology
+0804.1143 Methodology
+0808.3767
+0904.3951 Biological Physics
+0906.4382 Operator Algebras
+0909.1671 Probability
+1002.3003
+1004.2330 Strongly Correlated Electrons
+1005.1607 Phenomenology
+1006.2513 Information Theory
+1007.5395 Dynamical Systems
+1012.1888 Differential Geometry
+1012.5863 Metric Geometry
+1101.0481 Phenomenology
+1102.2469 Statistical Mechanics
+1102.2564 Analysis of PDEs
+1103.2387 Classical Physics
+1104.2622 Mesoscale and Nanoscale Physics
+1104.4767 Differential Geometry
+1106.1703 Systems and Control
+1107.4290 Cosmology and Nongalactic Astrophysics
+1108.2022 General Physics
+1109.0134 Combinatorics
+1109.0875 Differential Geometry
+1109.1779
+1110.5585 Algebraic Geometry
+1111.0047 Algebraic Geometry
+1111.4087 Computational Finance
+1111.4649 Data Structures and Algorithms
+1111.5003 Information Theory
+1111.5577 Symplectic Geometry
+1112.0975 Algebraic Geometry
+1112.1089 Theory
+1112.6272 Optimization and Control
+1112.6279 Theory
+1201.0365 Discrete Mathematics
+1201.0887 Combinatorics
+1201.4302 Theory
+1202.3479 Computational Complexity
+1203.0075
+1203.0492 Algebraic Geometry
+1203.0565 Machine Learning
+1203.0714 Multiagent Systems
+1203.6332 Mesoscale and Nanoscale Physics
+1203.6365
+1204.0757 Methodology
+1204.6692 Dynamical Systems
+1205.0293
+1205.0784 Theory
+1205.1177 Differential Geometry
+1205.4652
+1206.2999
+1207.0560 Data Structures and Algorithms
+1207.2586 Spectral Theory
+1207.4222 Computational Physics
+1207.4535
+1208.1341 Logic
+1209.0803 Materials Science
+1209.1064 Machine Learning
+1209.1576 Instrumentation and Methods for Astrophysics
+1209.3847 Cosmology and Nongalactic Astrophysics
+1209.4797 Combinatorics
+1210.0349 Theory
+1210.0467 Solar and Stellar Astrophysics
+1210.0957 Differential Geometry
+1210.1136 Probability
+1210.1738 Functional Analysis
+1210.2576 Computational Physics
+1210.3227 Mesoscale and Nanoscale Physics
+1210.4192 Phenomenology
+1210.4594 Data Structures and Algorithms
+1210.5626 Information Theory
+1210.6693 Strongly Correlated Electrons
+1210.7808 Cosmology and Nongalactic Astrophysics
+1211.0391 Data Structures and Algorithms
+1211.0775
+1211.4380
+1212.0711
+1212.0906 Number Theory
+1212.2276 General Physics
+1212.2753 Phenomenology
+1212.5557 Phenomenology
+1212.5576 Functional Analysis
+1212.6192 Operator Algebras
+1301.0263 Instrumentation and Methods for Astrophysics
+1301.0704
+1301.1064 Systems and Control
+1301.1978 Cosmology and Nongalactic Astrophysics
+1301.2041 Information Theory
+1301.3150 Astrophysics of Galaxies
+1301.5198 High Energy Astrophysical Phenomena
+1301.5554
+1301.7074
+1302.0463 Physics and Society
+1302.1289 Classical Physics
+1302.2349 Optimization and Control
+1302.3890 Phenomenology
+1302.4810 Superconductivity
+1302.5474 Neural and Evolutionary Computing
+1303.0365 Phenomenology
+1303.1336 Representation Theory
+1303.1830 Astrophysics of Galaxies
+1303.1843 Mesoscale and Nanoscale Physics
+1303.2613 Instrumentation and Methods for Astrophysics
+1303.3305 Analysis of PDEs
+1303.4324 Data Structures and Algorithms
+1303.4361 Earth and Planetary Astrophysics
+1303.4500 High Energy Astrophysical Phenomena
+1303.5773 Materials Science
+1303.5868
+1303.6594 Optics
+1303.7175 Mesoscale and Nanoscale Physics
+1304.0388
+1304.0474 Materials Science
+1304.2256 Theory
+1304.2850 Disordered Systems and Neural Networks
+1304.3181 Theory
+1304.3485
+1304.3817 Soft Condensed Matter
+1304.4395 Materials Science
+1304.4487 Mesoscale and Nanoscale Physics
+1304.4526 Phenomenology
+1304.5947 Biomolecules
+1304.5959 Strongly Correlated Electrons
+1304.6193 Group Theory
+1304.6590 Mesoscale and Nanoscale Physics
+1304.6593 Data Structures and Algorithms
+1304.6884 High Energy Astrophysical Phenomena
+1304.6910 Combinatorics
+1304.7489 Rings and Algebras
+1305.0488 Mesoscale and Nanoscale Physics
+1305.1812 Theory
+1305.2841 Algebraic Geometry
+1305.3864 Mesoscale and Nanoscale Physics
+1305.4916 Phenomenology
+1305.6043 Populations and Evolution
+1306.0546
+1306.1013
+1306.1132
+1306.1184
+1306.1808 High Energy Astrophysical Phenomena
+1306.1839 Materials Science
+1306.2040 Systems and Control
+1306.2309 High Energy Astrophysical Phenomena
+1306.2519 Mesoscale and Nanoscale Physics
+1306.4659 Phenomenology
+1306.4727 Information Theory
+1306.5601 Artificial Intelligence
+1306.6111 Social and Information Networks
+1306.6370 Social and Information Networks
+1307.0020 Cosmology and Nongalactic Astrophysics
+1307.0395 Mesoscale and Nanoscale Physics
+1307.1349 Phenomenology
+1307.1613 Cosmology and Nongalactic Astrophysics
+1307.2175 Group Theory
+1307.2187 Data Structures and Algorithms
+1307.2641 Systems and Control
+1307.2701 Superconductivity
+1307.3157 Atomic Physics
+1307.3658 Instrumentation and Detectors
+1307.4738 Instrumentation and Methods for Astrophysics
+1307.5176 Cosmology and Nongalactic Astrophysics
+1307.5623
+1307.6557 Earth and Planetary Astrophysics
+1307.6595 Logic
+1307.6699 Phenomenology
+1307.6711 Cryptography and Security
+1307.7067 Numerical Analysis
+1307.7317 General Mathematics
+1307.8439 Classical Analysis and ODEs
+1308.0192 Materials Science
+1308.1396 General Physics
+1308.1610 Strongly Correlated Electrons
+1308.2191 General Finance
+1308.2238 Algebraic Geometry
+1308.2446 Instrumentation and Detectors
+1308.2469 Algebraic Geometry
+1308.3668 General Finance
+1308.3678 Number Theory
+1308.4366 General Physics
+1308.4434 Computational Geometry
+1308.4505 Solar and Stellar Astrophysics
+1308.4565 Learning
+1308.4607 Rings and Algebras
+1308.4625 Soft Condensed Matter
+1308.4873 Solar and Stellar Astrophysics
+1308.4874 Solar and Stellar Astrophysics
+1308.5008
+1308.5132 Statistical Mechanics
+1308.5222
+1308.5227 Mesoscale and Nanoscale Physics
+1308.5232 Cosmology and Nongalactic Astrophysics
+1308.5235 Solar and Stellar Astrophysics
+1308.5237 Instrumentation and Methods for Astrophysics
+1308.5240
+1308.5242 Phenomenology
+1308.5245 Solar and Stellar Astrophysics
+1308.5256 Data Structures and Algorithms
+1308.5259 Algebraic Geometry
+1308.5262 Representation Theory
+1308.5263 Fluid Dynamics
+1308.5267 Numerical Analysis
+1308.5268 Functional Analysis
+1308.5273 Social and Information Networks
+1308.5275 Learning
+1308.5276 Functional Analysis
+1308.5277 Materials Science
+1308.5278 Geometric Topology
+1308.5279 Differential Geometry
+1308.5281 Learning
+1308.5284 Materials Science
+1308.5285 Commutative Algebra
+1308.5291 Atomic and Molecular Clusters
+1308.5293 Functional Analysis
+1308.5294 Optimization and Control
+1308.5300 History and Overview
+1308.5306 Exactly Solvable and Integrable Systems
+1308.5310 Networking and Internet Architecture
+1308.5314 Numerical Analysis
+1308.5316 Chemical Physics
+1308.5317 Physics and Society
+1308.5318 Probability
+1308.5321 Artificial Intelligence
+1308.5323 Spectral Theory
+1308.5326 Cryptography and Security
+1308.5329 Logic in Computer Science
+1308.5330 Systems and Control
+1308.5331 Systems and Control
+1308.5332 Systems and Control
+1308.5333 Systems and Control
+1308.5334 Systems and Control
+1308.5335 Formal Languages and Automata Theory
+1308.5336 Logic in Computer Science
+1308.5337 Software Engineering
+1308.5338 Learning
+1308.5339 Systems and Control
+1308.5340 Spectral Theory
+1308.5343 Statistics Theory
+1308.5344 Theory
+1308.5347 Phenomenology
+1308.5350 Materials Science
+1308.5352 Combinatorics
+1308.5355 Algebraic Geometry
+1308.5358 Populations and Evolution
+1308.5360 Networking and Internet Architecture
+1308.5366 Differential Geometry
+1308.5368 Materials Science
+1308.5373 Information Theory
+1308.5374 Artificial Intelligence
+1308.5378
+1308.5379 Phenomenology
+1308.5383 Exactly Solvable and Integrable Systems
+1308.5384
+1308.5390 Methodology
+1308.5391
+1308.5394 Number Theory
+1308.5395 Digital Libraries
+1308.5399 Combinatorics
+1308.5400 Commutative Algebra
+1308.5402
+1308.5409 Logic in Computer Science
+1308.5414 Solar and Stellar Astrophysics
+1308.5415 Plasma Physics
+1308.5416 Functional Analysis
+1308.5421 Cryptography and Security
+1308.5423 Computation and Language
+1308.5425 Numerical Analysis
+1308.5431 Physics Education
+1308.5437 Combinatorics
+1308.5440
+1308.5441 Classical Analysis and ODEs
+1308.5442 High Energy Astrophysical Phenomena
+1308.5443 Representation Theory
+1308.5444 Data Structures and Algorithms
+1308.5445 Algebraic Geometry
+1308.5449 Soft Condensed Matter
+1308.5458 Theory
+1308.5462 Cosmology and Nongalactic Astrophysics
+1308.5463 High Energy Astrophysical Phenomena
+1308.5464 Experiment
+1308.5466 Combinatorics
+1308.5470 Physics and Society
+1308.5472
+1308.5473 Exactly Solvable and Integrable Systems
+1308.5476 Statistical Mechanics
+1308.5479 Soft Condensed Matter
+1308.5488
+1308.5489 Experiment
+1308.5492 Number Theory
+1308.5494 Classical Physics
+1308.5495 Materials Science
+1308.5496 Accelerator Physics
+1308.5499 Computation and Language
+1308.5500 Number Theory
+1308.5505 Strongly Correlated Electrons
+1308.5506 Computational Complexity
+1308.5508 Algebraic Geometry
+1308.5511 Probability
+1308.5515 Logic
+1308.5516 Probability
+1308.5517 Logic
+1308.5518 Solar and Stellar Astrophysics
+1308.5520 High Energy Astrophysical Phenomena
+1308.5523 Physics Education
+1308.5524 Accelerator Physics
+1308.5525 Cosmology and Nongalactic Astrophysics
+1308.5526 Dynamical Systems
+1308.5530 Fluid Dynamics
+1308.5534 Statistics Theory
+1308.5536 Optimization and Control
+1308.5540 Commutative Algebra
+1308.5541 Probability
+1308.5542 Analysis of PDEs
+1308.5547 Representation Theory
+1308.5550 Computational Geometry
+1308.5551 Number Theory
+1308.5557 Functional Analysis
+1308.5561 Probability
+1308.5572 Data Analysis, Statistics and Probability
+1308.5576 Machine Learning
+1308.5580 Number Theory
+1308.5582 Optics
+1308.5584 Metric Geometry
+1308.5585 Databases
+1308.5586 Group Theory
+1308.5587 Computational Physics
+1308.5589
+1308.5597 Information Theory
+1308.5598 Lattice
+1308.5603 Algebraic Geometry
+1308.5606 Probability
+1308.5612 Functional Analysis
+1308.5617 Analysis of PDEs
+1308.5620 Combinatorics
+1308.5625 Numerical Analysis
+1308.5638 Geometric Topology
+1308.5639 Plasma Physics
+1308.5641 Experiment
+1308.5643 Analysis of PDEs
+1308.5644 Complex Variables
+1308.5651 High Energy Astrophysical Phenomena
+1308.5652 Materials Science
+1308.5661 Computer Vision and Pattern Recognition
+cond-mat/0703083 Mesoscale and Nanoscale Physics
+gr-qc/9710001
+quant-ph/0505121
+quant-ph/0510132
+0707.3374 Fluid Dynamics
+0712.2556 Atomic Physics
+0802.3488 Quantum Algebra
+0803.2839 Statistics Theory
+0804.4415 Computational Geometry
+0804.4464 Combinatorics
+0805.2619 Atomic Physics
+0806.0678 Differential Geometry
+0806.4131 Soft Condensed Matter
+0807.0484 Discrete Mathematics
+0809.3537 Atomic Physics
+0811.2918 Fluid Dynamics
+0812.5039 Combinatorics
+0903.5515 Algebraic Geometry
+0907.4375 Geometric Topology
+0911.3931 Classical Analysis and ODEs
+1001.0296 Probability
+1002.3823 Strongly Correlated Electrons
+1003.1189 Statistics Theory
+1007.1970 Solar and Stellar Astrophysics
+1010.0774 Differential Geometry
+1010.1394 Classical Analysis and ODEs
+1010.2920 Fluid Dynamics
+1010.4558 Atomic Physics
+1012.3894
+1012.4930 Atomic Physics
+1012.5591 Analysis of PDEs
+1102.3250 Theory
+1104.3969 Statistics Theory
+1105.2995 Analysis of PDEs
+1106.1176
+1106.4293 Statistics Theory
+1108.2727 Differential Geometry
+1111.1421 Phenomenology
+1111.2977 Functional Analysis
+1111.2980 Operator Algebras
+1111.4642 Probability
+1111.5080 Networking and Internet Architecture
+1111.6260 Differential Geometry
+1201.1802 Computational Physics
+1202.1688 Fluid Dynamics
+1202.2674 Analysis of PDEs
+1202.5992 Statistical Mechanics
+1203.3305
+1203.3369 Materials Science
+1203.5190 Numerical Analysis
+1204.3954 Strongly Correlated Electrons
+1204.6506 Group Theory
+1205.2932 Cosmology and Nongalactic Astrophysics
+1206.0407 Number Theory
+1206.0798 Strongly Correlated Electrons
+1206.0902 Soft Condensed Matter
+1206.1846 Machine Learning
+1206.3960 Statistical Mechanics
+1206.6036 Physics and Society
+1206.7035 Materials Science
+1207.1043
+1207.1266 Computational Geometry
+1207.2047 Analysis of PDEs
+1207.6019 Optics
+1207.6656 Neural and Evolutionary Computing
+1207.6781 Biological Physics
+1208.0455
+1208.2742 Mesoscale and Nanoscale Physics
+1208.4796 Phenomenology
+1208.4917 Superconductivity
+1208.6127 Soft Condensed Matter
+1209.1008 Soft Condensed Matter
+1209.3251 Group Theory
+1209.3313 Disordered Systems and Neural Networks
+1210.0429 Mesoscale and Nanoscale Physics
+1210.1171
+1210.1748 Cosmology and Nongalactic Astrophysics
+1210.2018 Social and Information Networks
+1210.2097 Numerical Analysis
+1210.4752 Social and Information Networks
+1210.6822 Classical Analysis and ODEs
+1211.0123 Materials Science
+1211.2090 Computer Science and Game Theory
+1211.2241
+1211.2361 Neural and Evolutionary Computing
+1211.2647 Systems and Control
+1211.3695 Strongly Correlated Electrons
+1211.4715 Number Theory
+1211.5824 Phenomenology
+1211.7218 Phenomenology
+1211.7320 Quantitative Methods
+1212.2776 Theory
+1212.3701 Earth and Planetary Astrophysics
+1212.4180 Experiment
+1212.4204 Experiment
+1212.4677 Mesoscale and Nanoscale Physics
+1212.6322 Strongly Correlated Electrons
+1301.0395
+1301.0646 Cosmology and Nongalactic Astrophysics
+1301.4390 Optics
+1301.6133
+1301.6927 Differential Geometry
+1301.7192 Digital Libraries
+1302.0544 Mesoscale and Nanoscale Physics
+1302.5225 Instrumentation and Detectors
+1302.5310
+1302.6574 Information Theory
+1302.6672 Analysis of PDEs
+1303.1292 Systems and Control
+1303.3815 Earth and Planetary Astrophysics
+1303.4787 Instrumentation and Methods for Astrophysics
+1303.5317 Numerical Analysis
+1303.5328 Cosmology and Nongalactic Astrophysics
+1303.5341 Cosmology and Nongalactic Astrophysics
+1303.5391 Artificial Intelligence
+1303.5392 Artificial Intelligence
+1303.5393 Artificial Intelligence
+1303.5394 Artificial Intelligence
+1303.5395 Artificial Intelligence
+1303.5396 Artificial Intelligence
+1303.5397 Artificial Intelligence
+1303.5398 Artificial Intelligence
+1303.5399 Artificial Intelligence
+1303.5400 Artificial Intelligence
+1303.5401 Artificial Intelligence
+1303.5402 Artificial Intelligence
+1303.5403 Learning
+1303.5404 Artificial Intelligence
+1303.5405 Artificial Intelligence
+1303.5406 Artificial Intelligence
+1303.5407 Artificial Intelligence
+1303.5408 Artificial Intelligence
+1303.5409 Artificial Intelligence
+1303.5410 Artificial Intelligence
+1303.5411 Artificial Intelligence
+1303.5412 Artificial Intelligence
+1303.5413 Artificial Intelligence
+1303.5414 Artificial Intelligence
+1303.5415 Artificial Intelligence
+1303.5416 Artificial Intelligence
+1303.5417 Artificial Intelligence
+1303.5418 Artificial Intelligence
+1303.5419 Artificial Intelligence
+1303.5420 Artificial Intelligence
+1303.5421 Artificial Intelligence
+1303.5422 Artificial Intelligence
+1303.5423 Artificial Intelligence
+1303.5424 Artificial Intelligence
+1303.5425 Artificial Intelligence
+1303.5426 Artificial Intelligence
+1303.5427 Artificial Intelligence
+1303.5428 Artificial Intelligence
+1303.5429 Artificial Intelligence
+1303.5430 Artificial Intelligence
+1303.5431 Artificial Intelligence
+1303.5432 Artificial Intelligence
+1303.5433 Artificial Intelligence
+1303.5434 Artificial Intelligence
+1303.5435 Artificial Intelligence
+1303.5436 Artificial Intelligence
+1303.5437 Artificial Intelligence
+1303.5438 Artificial Intelligence
+1303.5439 Artificial Intelligence
+1303.5440 Artificial Intelligence
+1303.5442 Systems and Control
+1303.5448 Mesoscale and Nanoscale Physics
+1303.5450 Probability
+1303.5454 Solar and Stellar Astrophysics
+1303.5455 Fluid Dynamics
+1303.5464 Information Theory
+1303.5467 Probability
+1303.5472 Exactly Solvable and Integrable Systems
+1303.5473 Computational Geometry
+1303.5476 Mesoscale and Nanoscale Physics
+1303.5481 Data Structures and Algorithms
+1303.5485 Phenomenology
+1303.5494 Soft Condensed Matter
+1303.5497 Algebraic Geometry
+1303.5502
+1303.5503 Numerical Analysis
+1303.5513 Computation and Language
+1303.5515 Computation and Language
+1303.5517
+1303.5518 Analysis of PDEs
+1303.5519 Atmospheric and Oceanic Physics
+1303.5521 Analysis of PDEs
+1303.5526 Information Theory
+1303.5527 Combinatorics
+1303.5532 Commutative Algebra
+1303.5536 Methodology
+1303.5537 Statistical Mechanics
+1303.5538 Combinatorics
+1303.5539 Statistical Mechanics
+1303.5540 Materials Science
+1303.5541 Software Engineering
+1303.5544 Materials Science
+1303.5545 Operator Algebras
+1303.5550 Dynamical Systems
+1303.5552 Risk Management
+1303.5553 Phenomenology
+1303.5558 Functional Analysis
+1303.5559 Representation Theory
+1303.5561 Analysis of PDEs
+1303.5563 Materials Science
+1303.5571 Classical Analysis and ODEs
+1303.5572 Functional Analysis
+1303.5573
+1303.5574 Algebraic Geometry
+1303.5578 Algebraic Geometry
+1303.5580 Materials Science
+1303.5582 Materials Science
+1303.5583 Analysis of PDEs
+1303.5585 Statistical Mechanics
+1303.5588 Optimization and Control
+1303.5589 Atomic Physics
+1303.5592 Soft Condensed Matter
+1303.5594
+1303.5597 Solar and Stellar Astrophysics
+1303.5600 Classical Analysis and ODEs
+1303.5601 Combinatorics
+1303.5603 Combinatorics
+1303.5609 Algebraic Geometry
+1303.5613 Social and Information Networks
+1303.5616 Neurons and Cognition
+1303.5620 Materials Science
+1303.5622 Combinatorics
+1303.5624 Probability
+1303.5629 Optics
+1303.5631 General Topology
+1303.5633 Adaptation and Self-Organizing Systems
+1303.5634 General Physics
+1303.5635 Functional Analysis
+1303.5637 Quantum Gases
+1303.5647 Statistics Theory
+1303.5649 Earth and Planetary Astrophysics
+1303.5653 Analysis of PDEs
+1303.5655 Information Theory
+1303.5657 Fluid Dynamics
+1303.5663 Theory
+1303.5664 Differential Geometry
+1303.5669
+1303.5670 Optimization and Control
+1303.5671
+1303.5672 High Energy Astrophysical Phenomena
+1303.5673 Social and Information Networks
+1303.5675 Social and Information Networks
+1303.5676 Dynamical Systems
+1303.5677 Functional Analysis
+1303.5680 Medical Physics
+1303.5683 Optics
+1303.5684 History and Philosophy of Physics
+1303.5691 Computer Vision and Pattern Recognition
+1303.5692 Numerical Analysis
+1303.5693 Algebraic Geometry
+1303.5697 Operator Algebras
+1303.5698 Networking and Internet Architecture
+hep-th/0107133 Theory
+patt-sol/9908008 Pattern Formation and Solitons
+physics/0509260 Fluid Dynamics
+physics/0603057 Fluid Dynamics
+physics/0611122 Atomic Physics
+0708.2769 Logic
+0709.0959 Algebraic Topology
+0710.2254 Algebraic Topology
+0801.1962 Functional Analysis
+0801.4217 Representation Theory
+0806.4922 Rings and Algebras
+0807.1107 Theory
+0809.1232 Algebraic Topology
+0904.2060 Computer Science and Game Theory
+0905.0706
+0908.2607
+0909.5138 Experiment
+0910.0749 Combinatorics
+1006.0047 Theory
+1007.2865
+1008.3710 Geometric Topology
+1010.3010
+1101.5741 Rings and Algebras
+1103.0717 Risk Management
+1103.4982 Algebraic Geometry
+1103.5594 Probability
+1104.0820 Quantum Gases
+1104.3767 Lattice
+1105.5186 Category Theory
+1110.6598 Functional Analysis
+1111.2604 Phenomenology
+1112.1868 Methodology
+1201.0498
+1201.1428 Materials Science
+1201.2247
+1201.2384 Computer Science and Game Theory
+1201.2691 High Energy Astrophysical Phenomena
+1203.2780 Algebraic Geometry
+1204.2519 Discrete Mathematics
+1204.2710 Discrete Mathematics
+1204.6109 High Energy Astrophysical Phenomena
+1205.0122 Biological Physics
+1205.3595
+1205.6088
+1206.0049 Theory
+1206.1872 Phenomenology
+1206.4533
+1206.4534
+1207.0606 Phenomenology
+1207.0687
+1207.1193 Cosmology and Nongalactic Astrophysics
+1207.1218
+1207.1237 Mesoscale and Nanoscale Physics
+1207.4054 Strongly Correlated Electrons
+1207.6063
+1207.6325 Trading and Market Microstructure
+1207.6587 Phenomenology
+1208.1737 Phenomenology
+1208.2208 Plasma Physics
+1208.2825 Networking and Internet Architecture
+1208.4941 Quantum Gases
+1208.5564
+1208.5954 Populations and Evolution
+1208.6004 Superconductivity
+1208.6402 Statistics Theory
+1209.0375 Data Structures and Algorithms
+1209.1260 Computers and Society
+1209.2372 Lattice
+1209.3023 Phenomenology
+1209.3124 Representation Theory
+1209.3182 Atomic Physics
+1209.4686
+1209.4979 Algebraic Geometry
+1209.5742 Theory
+1209.6296 Theory
+1210.0495 Biomolecules
+1210.2366 Experiment
+1210.3680 Statistics Theory
+1210.3806 Materials Science
+1210.4066 High Energy Astrophysical Phenomena
+1210.4335 Phenomenology
+1210.4776 Materials Science
+1210.5413 Materials Science
+1210.5611 Mesoscale and Nanoscale Physics
+1210.6310 Superconductivity
+1210.6676 High Energy Astrophysical Phenomena
+1210.8278
+1211.0573
+1211.0654 Discrete Mathematics
+1211.0778 Soft Condensed Matter
+1211.2542
+1211.2894 Combinatorics
+1211.3096 Mesoscale and Nanoscale Physics
+1211.3130 Cosmology and Nongalactic Astrophysics
+1211.4258 Networking and Internet Architecture
+1211.5131 Cosmology and Nongalactic Astrophysics
+1212.0550 Mesoscale and Nanoscale Physics
+1212.0936 Chaotic Dynamics
+1212.3087 K-Theory and Homology
+1212.3343 High Energy Astrophysical Phenomena
+1212.3702
+1212.3712 Methodology
+1212.4094
+1212.4735 Number Theory
+1212.5329 Analysis of PDEs
+1212.5660 Logic
+1212.5723 Phenomenology
+1301.0301 Theory
+1301.0314
+1301.0315 Cryptography and Security
+1301.0330 Strongly Correlated Electrons
+1301.0335 Instrumentation and Detectors
+1301.0339 Numerical Analysis
+1301.0344 Multimedia
+1301.0346 Phenomenology
+1301.0347 Strongly Correlated Electrons
+1301.0348 Cosmology and Nongalactic Astrophysics
+1301.0351
+1301.0352 History and Overview
+1301.0363 Computational Engineering, Finance, and Science
+1301.0366 History and Philosophy of Physics
+1301.0369 Information Theory
+1301.0373 Information Theory
+1301.0382 Soft Condensed Matter
+1301.0384 Information Theory
+1301.0386 Dynamical Systems
+1301.0391 Geometric Topology
+1301.0392
+1301.0397 Superconductivity
+1301.0401 Computer Science and Game Theory
+1301.0402 Analysis of PDEs
+1301.0403 Atomic and Molecular Clusters
+1301.0405 Materials Science
+1301.0406 Experiment
+1301.0411 Differential Geometry
+1301.0412 Atomic and Molecular Clusters
+1301.0413 Machine Learning
+1301.0415 Atomic and Molecular Clusters
+1301.0419 Materials Science
+1301.0422 Rings and Algebras
+1301.0428 Analysis of PDEs
+1301.0430 Combinatorics
+1301.0431 Atomic Physics
+1301.0432 Computer Vision and Pattern Recognition
+1301.0433 Atomic and Molecular Clusters
+1301.0435 Computer Vision and Pattern Recognition
+1301.0438 Exactly Solvable and Integrable Systems
+1301.0441 Instrumentation and Methods for Astrophysics
+1301.0444 Differential Geometry
+1301.0446 Cosmology and Nongalactic Astrophysics
+1301.0451 Optimization and Control
+1301.0452 Solar and Stellar Astrophysics
+1301.0455
+1301.0459
+1301.0460 Combinatorics
+1301.0463 Methodology
+1301.0464 Phenomenology
+1301.0468 Experiment
+1301.0470 Differential Geometry
+1301.0471 Analysis of PDEs
+1301.0472 Algebraic Geometry
+1301.0473 Analysis of PDEs
+1301.0474 Algebraic Geometry
+1301.0476 Networking and Internet Architecture
+1301.0480 Geometric Topology
+1301.0482 Physics and Society
+1301.0483 Atomic Physics
+1301.0486 Optimization and Control
+1301.0502
+1301.0503 Information Retrieval
+1301.0504 Experiment
+1301.0505 Classical Analysis and ODEs
+1301.0512 Astrophysics of Galaxies
+1301.0513 Neurons and Cognition
+1301.0516 Representation Theory
+1301.0517 Number Theory
+1301.0523 Software Engineering
+1301.0526 Representation Theory
+1301.0528 Systems and Control
+1301.0538 Strongly Correlated Electrons
+math/0404146 Logic
+math/0404542 Operator Algebras
+math/0406612 Logic
+math/0503626 Operator Algebras
+math/0507519 Logic
+math/0508272 Logic
+math/0509392 Logic
+math/0605067 Logic
+math/0605734 Algebraic Geometry
+math/0607218 Logic
+math/0607614 Representation Theory
+math/0610291 Algebraic Topology
+math/0611131 Logic
+math/0612316 Algebraic Topology
+math/9808104 Logic
+math/9810179 Logic
+math/9811011 Classical Analysis and ODEs
+math/9904163 Logic
+math/9906024 Logic
+math/9909115 Logic
+0801.3316 Fluid Dynamics
+0804.2405 Operator Algebras
+0805.1116
+0807.0527
+0903.4493 Representation Theory
+0904.4272 Combinatorics
+0907.0978 Category Theory
+0908.1506 Combinatorics
+0910.1933
+0911.1433 Numerical Analysis
+0911.2608 Algebraic Topology
+0911.4068
+0911.5153 Networking and Internet Architecture
+0912.4350 Quantum Algebra
+1001.2153 Quantum Algebra
+1002.2921 Superconductivity
+1004.0824 Operator Algebras
+1006.2278 Operator Algebras
+1006.2454 Phenomenology
+1012.1922 Algebraic Geometry
+1012.1964 K-Theory and Homology
+1101.4512 Algebraic Geometry
+1102.2544
+1102.4990 Quantum Algebra
+1104.0040 Statistics Theory
+1104.0972 Representation Theory
+1104.5282 Superconductivity
+1105.3410 Algebraic Geometry
+1106.3118 Dynamical Systems
+1108.3810 Category Theory
+1108.4562 Theory
+1111.0360 Populations and Evolution
+1111.5346 Theory
+1112.0091 Phenomenology
+1112.2975 Analysis of PDEs
+1112.3276 Biological Physics
+1201.4244 Analysis of PDEs
+1201.4789 Probability
+1201.6375 Materials Science
+1201.6448
+1202.1879
+1202.4816 Representation Theory
+1202.6444 Computational Complexity
+1203.3381 Solar and Stellar Astrophysics
+1203.4049 Optimization and Control
+1203.4296
+1204.1621 Dynamical Systems
+1204.1692 Symplectic Geometry
+1204.4581 Phenomenology
+1204.6036
+1205.1984 Statistics Theory
+1206.0157 Phenomenology
+1206.0889 Populations and Evolution
+1206.1954
+1206.2041 Metric Geometry
+1206.2259 Symplectic Geometry
+1206.2575
+1206.2853 Superconductivity
+1206.4419 Disordered Systems and Neural Networks
+1206.4745 Populations and Evolution
+1206.5213
+1206.6290 History and Philosophy of Physics
+1206.6610 Operator Algebras
+1207.1158 Experiment
+1207.1489 History and Philosophy of Physics
+1207.1635 History and Philosophy of Physics
+1207.1825 General Physics
+1207.3600 Category Theory
+1207.5977
+1208.1447 Experiment
+1208.3597 Algebraic Geometry
+1208.3653 Social and Information Networks
+1208.5596 Superconductivity
+1208.6130 Mesoscale and Nanoscale Physics
+1209.1599
+1209.3296 Representation Theory
+1210.3565 Analysis of PDEs
+1210.5473 Theory
+1210.5836 Materials Science
+1210.6405 Superconductivity
+1210.7520 Analysis of PDEs
+1211.0452 Solar and Stellar Astrophysics
+1211.1205 Mesoscale and Nanoscale Physics
+1211.4680 Materials Science
+1211.4907 Computer Vision and Pattern Recognition
+1211.5495
+1211.7144 Phenomenology
+1212.0203 Phenomenology
+1212.0605 Group Theory
+1212.0990 Phenomenology
+1212.1887 Combinatorics
+1212.1907 Spectral Theory
+1212.3191 Combinatorics
+1212.4089 Materials Science
+1212.4141 Statistical Mechanics
+1212.4146 Phenomenology
+1212.4653 Information Theory
+1212.5067 Phenomenology
+1212.6320 Superconductivity
+1212.6746
+1301.0137 Analysis of PDEs
+1301.0880
+1301.3238 Adaptation and Self-Organizing Systems
+1301.3978 Phenomenology
+1301.4265 Mesoscale and Nanoscale Physics
+1301.4491 Accelerator Physics
+1301.5141 Probability
+1301.6183 Experiment
+1301.7212 Methodology
+1301.7573 Mesoscale and Nanoscale Physics
+1302.0950 Phenomenology
+1302.2920 Cosmology and Nongalactic Astrophysics
+1302.3410 Phenomenology
+1302.3530 Statistical Mechanics
+1302.3650 Differential Geometry
+1302.4772 Molecular Networks
+1302.5381 Phenomenology
+1302.6251
+1302.6373 Phenomenology
+1302.6953
+1303.0028 Instrumentation and Methods for Astrophysics
+1303.0358 Materials Science
+1303.0632 Machine Learning
+1303.2090 Theory
+1303.2446 Digital Libraries
+1303.4293 Computation and Language
+1303.5034 Accelerator Physics
+1303.5318 Mesoscale and Nanoscale Physics
+1303.5656 Computer Science and Game Theory
+1303.6041 Strongly Correlated Electrons
+1303.6679 Instrumentation and Detectors
+1304.1692 Information Theory
+1304.1815 Number Theory
+1304.1840 High Energy Astrophysical Phenomena
+1304.1894 Astrophysics of Galaxies
+1304.2212
+1304.5298 Symplectic Geometry
+1304.5355 Superconductivity
+1304.5589 Mesoscale and Nanoscale Physics
+1304.5953 Statistical Mechanics
+1304.5957
+1305.0335 Mesoscale and Nanoscale Physics
+1305.0729 Group Theory
+1305.1142 Plasma Physics
+1305.1761 Strongly Correlated Electrons
+1305.1877 Statistical Mechanics
+1305.1907 Theory
+1305.2056 Mesoscale and Nanoscale Physics
+1305.2165
+1305.2816
+1305.3323 Superconductivity
+1305.3343 Mesoscale and Nanoscale Physics
+1305.3475
+1305.3818 Phenomenology
+1305.4974 Social and Information Networks
+1305.6121
+1305.6341
+1305.6385 Analysis of PDEs
+1305.6524 Phenomenology
+1305.6835 Superconductivity
+1306.1364 Cosmology and Nongalactic Astrophysics
+1306.1390 Quantitative Methods
+1306.1550 Atomic Physics
+1306.2665 Information Theory
+1306.3258 Strongly Correlated Electrons
+1306.5163 Cosmology and Nongalactic Astrophysics
+1307.1624 Representation Theory
+1307.2007 Combinatorics
+1307.3183 Statistical Mechanics
+1307.3758 Functional Analysis
+1307.5109 Statistical Mechanics
+1307.6098 Solar and Stellar Astrophysics
+1307.6456 Differential Geometry
+1307.6784 Digital Libraries
+1307.6845 Phenomenology
+1307.6888 Other Condensed Matter
+1307.7098 Algebraic Topology
+1307.7122 Computer Science and Game Theory
+1307.7634 Algebraic Geometry
+1307.7879 Phenomenology
+1307.8224 Materials Science
+1308.0179 Commutative Algebra
+1308.0678 Networking and Internet Architecture
+1308.0682 Cryptography and Security
+1308.0684 Solar and Stellar Astrophysics
+1308.0698 Programming Languages
+1308.0786 Social and Information Networks
+1308.0878 Instrumentation and Detectors
+1308.1006 Data Structures and Algorithms
+1308.1160 Social and Information Networks
+1308.1166 Information Retrieval
+1308.1214 Networking and Internet Architecture
+1308.1245
+1308.1247 Experiment
+1308.1281 Computers and Society
+1308.1292 Digital Libraries
+1308.1383
+1308.1391
+1308.1415
+1308.1719 Analysis of PDEs
+1308.1846 Computers and Society
+1308.1874 Soft Condensed Matter
+1308.1887 Information Theory
+1308.1947 Physics and Society
+1308.2144 Data Structures and Algorithms
+1308.2220 Superconductivity
+1308.2232 Phenomenology
+1308.2233
+1308.2234 Artificial Intelligence
+1308.2236 Artificial Intelligence
+1308.2239 Phenomenology
+1308.2240 Artificial Intelligence
+1308.2243 Lattice
+1308.2248 Systems and Control
+1308.2249 Strongly Correlated Electrons
+1308.2252 Earth and Planetary Astrophysics
+1308.2256 Experiment
+1308.2259 Classical Analysis and ODEs
+1308.2260 Software Engineering
+1308.2261 Number Theory
+1308.2265 Mesoscale and Nanoscale Physics
+1308.2268 Classical Analysis and ODEs
+1308.2270 Quantum Algebra
+1308.2271 Algebraic Topology
+1308.2272 Systems and Control
+1308.2274 Differential Geometry
+1308.2280 Mesoscale and Nanoscale Physics
+1308.2281 Combinatorics
+1308.2284 Geophysics
+1308.2285 Classical Physics
+1308.2292 Computer Vision and Pattern Recognition
+1308.2299 Information Theory
+1308.2300 Chemical Physics
+1308.2307 Computational Engineering, Finance, and Science
+1308.2309 Artificial Intelligence
+1308.2310 Databases
+1308.2312 Strongly Correlated Electrons
+1308.2313 Optics
+1308.2316 Complex Variables
+1308.2322 Quantum Gases
+1308.2325 Accelerator Physics
+1308.2327 Strongly Correlated Electrons
+1308.2329 Methodology
+1308.2330 Strongly Correlated Electrons
+1308.2331 Strongly Correlated Electrons
+1308.2334 Representation Theory
+1308.2338 Information Theory
+1308.2345
+1308.2346 Solar and Stellar Astrophysics
+1308.2350 Neural and Evolutionary Computing
+1308.2354 Information Retrieval
+1308.2356 Chaotic Dynamics
+1308.2357 Information Theory
+1308.2359 Computation and Language
+1308.2360 Rings and Algebras
+1308.2361 Quantum Algebra
+1308.2362 Computers and Society
+1308.2363 Probability
+1308.2364 Number Theory
+1308.2365 Number Theory
+1308.2366
+1308.2370
+1308.2371 Symbolic Computation
+1308.2372 Information Theory
+1308.2373 Functional Analysis
+1308.2375 Neural and Evolutionary Computing
+1308.2378 Mesoscale and Nanoscale Physics
+1308.2380 Biological Physics
+1308.2388 Biological Physics
+1308.2390 Systems and Control
+1308.2392 Numerical Analysis
+1308.2393 Multimedia
+1308.2394 Logic
+1308.2396 Rings and Algebras
+1308.2400 Data Structures and Algorithms
+1308.2403 Methodology
+1308.2410 Software Engineering
+1308.2412 Differential Geometry
+1308.2415 Functional Analysis
+1308.2416
+1308.2418 Probability
+1308.2420 Representation Theory
+1308.2421 Rings and Algebras
+1308.2426 Systems and Control
+1308.2433 Digital Libraries
+1308.2434 Physics Education
+1308.2435 Cryptography and Security
+1308.2436
+1308.2437 Materials Science
+1308.2438 Theory
+1308.2439 Algebraic Topology
+1308.2441 Quantum Algebra
+1308.2444 Probability
+1308.2445 Materials Science
+1308.2449 Numerical Analysis
+1308.2451 Social and Information Networks
+1308.2454 Networking and Internet Architecture
+1308.2456 Earth and Planetary Astrophysics
+1308.2460 Superconductivity
+1308.2464 Computer Vision and Pattern Recognition
+1308.2465 Representation Theory
+1308.2466 Analysis of PDEs
+1308.2468 Software Engineering
+1308.2471 Combinatorics
+1308.2472 Phenomenology
+1308.2473 Distributed, Parallel, and Cluster Computing
+1308.2474 Metric Geometry
+1308.2476 Solar and Stellar Astrophysics
+1308.2480 Distributed, Parallel, and Cluster Computing
+1308.2482 Materials Science
+1308.2484 Dynamical Systems
+1308.2491 Category Theory
+1308.2492 Algebraic Geometry
+1308.2495 Metric Geometry
+1308.2497 Computer Science and Game Theory
+1308.2499 Analysis of PDEs
+1308.2501 Differential Geometry
+1308.2505 Optimization and Control
+1308.2508 Superconductivity
+1308.2509 Computational Geometry
+1308.2510 Functional Analysis
+1308.2512 Instrumentation and Methods for Astrophysics
+1308.2513
+1308.2514 Differential Geometry
+1308.2523 Instrumentation and Methods for Astrophysics
+1308.2530 Analysis of PDEs
+1308.2534 Cosmology and Nongalactic Astrophysics
+1308.2535 Mesoscale and Nanoscale Physics
+1308.2537 Populations and Evolution
+1308.2538 Complex Variables
+1308.2541 Discrete Mathematics
+1308.2542 Pattern Formation and Solitons
+1308.2551 Cosmology and Nongalactic Astrophysics
+1308.2553 Experiment
+1308.2556 Materials Science
+1308.2563 Instrumentation and Detectors
+1308.2566 Superconductivity
+1308.2570 General Physics
+1308.2571 Metric Geometry
+1308.2573 High Energy Astrophysical Phenomena
+1308.2576 Computer Science and Game Theory
+1308.2584 Commutative Algebra
+1308.2585 Instrumentation and Detectors
+1308.2588 K-Theory and Homology
+1308.2591 Social and Information Networks
+1308.2593 Plasma Physics
+1308.2600 Networking and Internet Architecture
+1308.2605 Materials Science
+1308.2606 Optics
+1308.2607 Dynamical Systems
+1308.2610 Experiment
+1308.2611 Pattern Formation and Solitons
+1308.2614 Physics Education
+1308.2621 Solar and Stellar Astrophysics
+1308.2626 General Mathematics
+1308.2629 Accelerator Physics
+1308.2633 Combinatorics
+1308.2638 Operator Algebras
+1308.2644 Combinatorics
+1308.2648 Probability
+1308.2652 Algebraic Geometry
+1308.2654 Computer Vision and Pattern Recognition
+1308.2658 Complex Variables
+1308.2659 Numerical Analysis
+1308.2662 Complex Variables
+cond-mat/0306212 Superconductivity
+dg-ga/9602007 Differential Geometry
+math/0204099 Quantum Algebra
+math/0309066 Quantum Algebra
+math/0406475 Category Theory
+math/0408120 Category Theory
+math/0606472 Category Theory
+nucl-th/0607006
+0803.3894 Number Theory
+0806.4436 Chaotic Dynamics
+0807.3369
+0809.0134 Algebraic Geometry
+0809.0287 Algebraic Geometry
+0809.0682
+0809.4793 General Physics
+0810.0368 Metric Geometry
+0810.2291 Optics
+0812.2467
+0903.1456 Functional Analysis
+0905.2191 Algebraic Geometry
+0908.3426 Complex Variables
+0910.5430 Differential Geometry
+0910.5660
+0911.5137 Representation Theory
+0912.0010 Theory
+0912.0593 Algebraic Geometry
+0912.2382 Combinatorics
+1001.1460 Group Theory
+1004.0732 Representation Theory
+1004.0934 Group Theory
+1007.1738 Probability
+1007.2796 High Energy Astrophysical Phenomena
+1007.3538 Probability
+1010.1621 Phenomenology
+1010.6111 Probability
+1012.0537 Group Theory
+1101.0703 K-Theory and Homology
+1101.3501 Machine Learning
+1101.4323 Number Theory
+1101.5783 Statistics Theory
+1101.5940 Discrete Mathematics
+1102.2877 Theory
+1102.3362 General Mathematics
+1103.0520 Theory
+1103.0773 Mesoscale and Nanoscale Physics
+1103.3670 Rings and Algebras
+1103.4543 High Energy Astrophysical Phenomena
+1103.4580 Representation Theory
+1103.5685 Populations and Evolution
+1105.1251 Instrumentation and Methods for Astrophysics
+1105.5294 Physics and Society
+1106.0009 Solar and Stellar Astrophysics
+1106.1967 Differential Geometry
+1106.2493 Analysis of PDEs
+1106.2670 Discrete Mathematics
+1106.4778 Combinatorics
+1106.5575
+1106.6183 Representation Theory
+1109.0001 Combinatorics
+1109.0469 Dynamical Systems
+1109.0733 Mesoscale and Nanoscale Physics
+1109.1080 Solar and Stellar Astrophysics
+1109.4613
+1109.5890 Numerical Analysis
+1110.0356 Statistics Theory
+1110.0502 Cosmology and Nongalactic Astrophysics
+1110.2484 Cosmology and Nongalactic Astrophysics
+1110.2800 Soft Condensed Matter
+1110.3454 Theory
+1110.4961 Statistics Theory
+1110.4985 Statistics Theory
+1111.2176 Mesoscale and Nanoscale Physics
+1111.2637 Combinatorics
+1111.3113 Mesoscale and Nanoscale Physics
+1111.3210 Statistics Theory
+1112.2509 Statistics Theory
+1112.2977 Plasma Physics
+1112.3761 Cellular Automata and Lattice Gases
+1112.4624 Adaptation and Self-Organizing Systems
+1112.5469 Classical Analysis and ODEs
+1201.1472 Logic
+1201.5143
+1201.5410
+1202.0909 Probability
+1202.0990 Probability
+1202.1461 Functional Analysis
+1202.1606 Classical Analysis and ODEs
+1202.2025 Combinatorics
+1202.2032 Probability
+1202.4982 Group Theory
+1202.5423 Strongly Correlated Electrons
+1202.5604
+1203.0418 Mesoscale and Nanoscale Physics
+1203.0607 Materials Science
+1203.1132 Statistical Mechanics
+1203.2618 Astrophysics of Galaxies
+1203.3777
+1203.3818 Probability
+1203.5119
+1203.5959 Astrophysics of Galaxies
+1204.0562 Information Theory
+1204.0617
+1204.1972 Theory
+1204.2454 Logic
+1204.2762 Statistics Theory
+1204.4687 Differential Geometry
+1204.5833 Differential Geometry
+1204.6033
+1205.0932 Cosmology and Nongalactic Astrophysics
+1205.0937 Theory
+1205.1270 Combinatorics
+1205.2542 Classical Analysis and ODEs
+1205.2559 Cosmology and Nongalactic Astrophysics
+1205.2594
+1205.4225 Strongly Correlated Electrons
+1205.5068 Biological Physics
+1205.6144 Classical Analysis and ODEs
+1205.6411 Populations and Evolution
+1205.6432 Learning
+1205.6499
+1206.1060 Strongly Correlated Electrons
+1206.1106 Machine Learning
+1206.2143 High Energy Astrophysical Phenomena
+1206.3422 Statistics Theory
+1206.4910 Computation
+1207.0950 Cosmology and Nongalactic Astrophysics
+1207.1227
+1207.1277 Data Structures and Algorithms
+1207.4474 Software Engineering
+1207.4752 Strongly Correlated Electrons
+1207.4763 Information Theory
+1207.5028 Combinatorics
+1207.5249 Astrophysics of Galaxies
+1207.5612
+1207.6419 Probability
+1207.6732 Distributed, Parallel, and Cluster Computing
+1207.7173 Probability
+1208.0500 Superconductivity
+1208.0624
+1208.1084 Group Theory
+1208.2235 Strongly Correlated Electrons
+1208.2608 Complex Variables
+1208.3620 Materials Science
+1208.4475 Social and Information Networks
+1208.4993 Logic in Computer Science
+1208.5445 Chaotic Dynamics
+1209.0516 Logic in Computer Science
+1209.2105 Algebraic Topology
+1209.3669 Mesoscale and Nanoscale Physics
+1209.6121 Phenomenology
+1209.6334
+1210.1065 Rings and Algebras
+1210.1783
+1210.1804 Distributed, Parallel, and Cluster Computing
+1210.1945 Soft Condensed Matter
+1210.1987 Statistical Mechanics
+1210.2545 Dynamical Systems
+1210.3704 Soft Condensed Matter
+1210.4124
+1210.4382 Dynamical Systems
+1210.4810 Biological Physics
+1210.5033 Experiment
+1210.5278 High Energy Astrophysical Phenomena
+1210.5680 Quantum Algebra
+1210.6564 Plasma Physics
+1210.6681 Geometric Topology
+1210.6767 Quantum Gases
+1210.6776 Phenomenology
+1211.0306 Theory
+1211.0422 Geometric Topology
+1211.0444
+1211.1025 Phenomenology
+1211.1304
+1211.2274 Cosmology and Nongalactic Astrophysics
+1211.3139 Mesoscale and Nanoscale Physics
+1211.3341 Combinatorics
+1211.3387 Differential Geometry
+1211.5063 Learning
+1211.5135 High Energy Astrophysical Phenomena
+1211.5229 Instrumentation and Detectors
+1211.5616 Pattern Formation and Solitons
+1211.6081 Mesoscale and Nanoscale Physics
+1211.6168 Differential Geometry
+1211.6389 Statistical Mechanics
+1211.6613 Quantum Gases
+1212.0139 Learning
+1212.0338 Mesoscale and Nanoscale Physics
+1212.0823 Digital Libraries
+1212.1394
+1212.1443
+1212.1524 Neural and Evolutionary Computing
+1212.1700 Operator Algebras
+1212.2052 Differential Geometry
+1212.2126 Machine Learning
+1212.2787 Data Analysis, Statistics and Probability
+1212.3588 Number Theory
+1212.3839
+1212.3846 Mesoscale and Nanoscale Physics
+1212.6716 Combinatorics
+1301.0334 Experiment
+1301.0878 Numerical Analysis
+1301.1854
+1301.3368
+1301.3974 Strongly Correlated Electrons
+1301.4558 Computer Vision and Pattern Recognition
+1301.5796
+1301.5809 Social and Information Networks
+1301.5958 Strongly Correlated Electrons
+1301.5965 Solar and Stellar Astrophysics
+1301.6245 Fluid Dynamics
+1301.6859 Classical Analysis and ODEs
+1301.6979 Commutative Algebra
+1301.7318 Cosmology and Nongalactic Astrophysics
+1301.7494
+1301.7614 Commutative Algebra
+1301.7730 Mesoscale and Nanoscale Physics
+1302.0619
+1302.1793 Applications
+1302.2316 Algebraic Geometry
+1302.2719 Analysis of PDEs
+1302.2895 Probability
+1302.2985 Geometric Topology
+1302.3100 Geophysics
+1302.3160 Information Theory
+1302.3261 Neurons and Cognition
+1302.3352 Algebraic Geometry
+1302.3371 Solar and Stellar Astrophysics
+1302.3731 Classical Analysis and ODEs
+1302.3790 Applications
+1302.3791
+1302.3849
+1302.3882 Representation Theory
+1302.3889 Data Structures and Algorithms
+1302.3891
+1302.3894 Mathematical Software
+1302.3899 Complex Variables
+1302.3900 Computer Vision and Pattern Recognition
+1302.3904 Number Theory
+1302.3905 Functional Analysis
+1302.3912 Human-Computer Interaction
+1302.3919 Methodology
+1302.3920 Differential Geometry
+1302.3922 Mesoscale and Nanoscale Physics
+1302.3927 Functional Analysis
+1302.3928 Astrophysics of Galaxies
+1302.3929 Physics Education
+1302.3932 Systems and Control
+1302.3943 Neurons and Cognition
+1302.3946 Data Structures and Algorithms
+1302.3947 Mesoscale and Nanoscale Physics
+1302.3948 Analysis of PDEs
+1302.3952 Phenomenology
+1302.3953 Materials Science
+1302.3956 Learning
+1302.3958 Dynamical Systems
+1302.3961 Analysis of PDEs
+1302.3963
+1302.3965 Functional Analysis
+1302.3969 Systems and Control
+1302.3974 Algebraic Geometry
+1302.3977
+1302.3978
+1302.3979 Methodology
+1302.3981 Classical Physics
+1302.3982 Computational Geometry
+1302.3984 Earth and Planetary Astrophysics
+1302.3991 Phenomenology
+1302.3993 Plasma Physics
+1302.3995 Instrumentation and Methods for Astrophysics
+1302.3996 Soft Condensed Matter
+1302.3997 Other Quantitative Biology
+1302.3999 Biological Physics
+1302.4001
+1302.4010 Cryptography and Security
+1302.4011 Probability
+1302.4015 Algebraic Geometry
+1302.4018 Lattice
+1302.4020 Information Theory
+1302.4029 Fluid Dynamics
+1302.4032
+1302.4040 Number Theory
+1302.4044 Plasma Physics
+1302.4045 Analysis of PDEs
+1302.4046 Networking and Internet Architecture
+1302.4048 Plasma Physics
+1302.4050 Statistical Mechanics
+1302.4051 Neurons and Cognition
+1302.4052 Chaotic Dynamics
+1302.4053 Digital Libraries
+1302.4055 Algebraic Geometry
+1302.4059 Distributed, Parallel, and Cluster Computing
+1302.4060 Superconductivity
+1302.4063 Combinatorics
+1302.4064 Data Structures and Algorithms
+1302.4066 Chaotic Dynamics
+1302.4067 Chaotic Dynamics
+1302.4068 Chaotic Dynamics
+1302.4071 Optimization and Control
+1302.4073 Chaotic Dynamics
+1302.4076 Chaotic Dynamics
+1302.4078 Chaotic Dynamics
+1302.4080 Chaotic Dynamics
+1302.4082 Chaotic Dynamics
+1302.4083 Strongly Correlated Electrons
+1302.4084 Probability
+1302.4085 Distributed, Parallel, and Cluster Computing
+1302.4086 Classical Analysis and ODEs
+1302.4087 Probability
+1302.4088 Cosmology and Nongalactic Astrophysics
+1302.4089 Solar and Stellar Astrophysics
+1302.4090 Populations and Evolution
+1302.4092 Physics and Society
+1302.4095 Physics and Society
+1302.4098
+1302.4099 Physics and Society
+1302.4102 Biological Physics
+1302.4106 Complex Variables
+1302.4107 Physics and Society
+1302.4111 Biomolecules
+1302.4119 Differential Geometry
+1302.4120 Differential Geometry
+1302.4123 Combinatorics
+1302.4124 Geometric Topology
+1302.4127 Information Theory
+1302.4129 Information Theory
+1302.4130 Information Theory
+1302.4133 Cryptography and Security
+1302.4134 Algebraic Geometry
+1302.4136 Computational Engineering, Finance, and Science
+1302.4141 Neural and Evolutionary Computing
+1302.4142
+1302.4145 Mesoscale and Nanoscale Physics
+1302.4146 Information Theory
+1302.4149 Materials Science
+1302.4151 Commutative Algebra
+1302.4160 Atomic Physics
+1302.4162 Atomic Physics
+1302.4164 Classical Analysis and ODEs
+1302.4165 Analysis of PDEs
+1302.4167 Phenomenology
+1302.4168 Databases
+1302.4170 Number Theory
+1302.4171 Solar and Stellar Astrophysics
+1302.4172 Hardware Architecture
+1302.4173 Optimization and Control
+1302.4174 Group Theory
+1302.4175 Biological Physics
+1302.4177 Materials Science
+1302.4179 Solar and Stellar Astrophysics
+1302.4181 Pricing of Securities
+1302.4185 Mesoscale and Nanoscale Physics
+1302.4187 Logic in Computer Science
+1302.4188 Optimization and Control
+1302.4190 General Topology
+1302.4192 General Topology
+1302.4193 General Topology
+1302.4194 High Energy Astrophysical Phenomena
+1302.4195 High Energy Astrophysical Phenomena
+1302.4197 Strongly Correlated Electrons
+1302.4198 Statistics Theory
+1302.4199 Analysis of PDEs
+1302.4200 General Topology
+1302.4207 Computational Complexity
+1302.4208 Phenomenology
+1302.4209 Combinatorics
+1302.4211 Statistics Theory
+1302.4213 Data Structures and Algorithms
+1302.4214 Combinatorics
+1302.4218 Analysis of PDEs
+1302.4219 Combinatorics
+1302.4220 Materials Science
+1302.4221 Differential Geometry
+1302.4223 Atmospheric and Oceanic Physics
+1302.4224 Analysis of PDEs
+1302.4225 Information Theory
+1302.4228
+1302.4230 Chemical Physics
+1302.4233 Multimedia
+1302.4239 Combinatorics
+1302.4241 Spectral Theory
+1302.4243 Optics
+1302.4249 Combinatorics
+1302.4251 Number Theory
+1302.4253 Analysis of PDEs
+1302.4255 Representation Theory
+1302.4257 Neurons and Cognition
+1302.4258 Information Theory
+1302.4269 Numerical Analysis
+1302.4280 Distributed, Parallel, and Cluster Computing
+1302.4293 Materials Science
+1302.4294 Instrumentation and Detectors
+1302.4299 Mesoscale and Nanoscale Physics
+1302.4307 Differential Geometry
+1302.4309 Dynamical Systems
+1302.4315 Differential Geometry
+1302.4317 Numerical Analysis
+1302.4324 Instrumentation and Detectors
+1302.4327 Analysis of PDEs
+1302.4334 Solar and Stellar Astrophysics
+1302.4335 Analysis of PDEs
+1302.4338 Algebraic Geometry
+1302.4339 Probability
+1302.4342 High Energy Astrophysical Phenomena
+1302.4343 Functional Analysis
+1302.4347 Data Structures and Algorithms
+1302.4355 Optimization and Control
+1302.4358 Functional Analysis
+1302.4359 Combinatorics
+1302.4361 Algebraic Geometry
+1302.4364 Superconductivity
+1302.4370 Category Theory
+1302.4373 Applications
+1302.4380 History and Philosophy of Physics
+1302.4388 Differential Geometry
+1302.4390 Methodology
+1302.4392 Statistical Mechanics
+1302.4400 Computational Geometry
+1302.4401 Combinatorics
+1302.4405 Information Theory
+1302.4406 Formal Languages and Automata Theory
+1302.4409 Combinatorics
+1302.4413 Analysis of PDEs
+1302.4426 Data Structures and Algorithms
+cond-mat/0503580 Materials Science
+gr-qc/0504118
+math-ph/0411055
+math-ph/0702070
+math/0602011 Combinatorics
+math/0605492 Number Theory
+math/0611756 Group Theory
+math/0611758 Group Theory
+physics/0503174 Classical Physics
+physics/0503204 Classical Physics
+0708.1878
+0712.1482 Other Condensed Matter
+0801.0668 Soft Condensed Matter
+0801.2564
+0804.0529
+0906.3177 Numerical Analysis
+0909.1618 Materials Science
+0910.5575 Soft Condensed Matter
+0911.3988 Probability
+1002.2174 Analysis of PDEs
+1002.2175 Analysis of PDEs
+1008.3276 Computational Finance
+1008.4373 Computation
+1009.0976
+1011.5468 Analysis of PDEs
+1101.5364 Hardware Architecture
+1102.1600 Networking and Internet Architecture
+1102.2871 Analysis of PDEs
+1102.5678 Probability
+1103.4117 Spectral Theory
+1105.6064 Phenomenology
+1106.2387 Probability
+1106.3701 Mesoscale and Nanoscale Physics
+1106.5922 Theory
+1107.2365
+1107.4472 Rings and Algebras
+1108.0967 Differential Geometry
+1108.5160 Spectral Theory
+1111.3316 Algebraic Geometry
+1111.3940 General Physics
+1112.1590 Analysis of PDEs
+1112.2613
+1201.1280 Dynamical Systems
+1201.2186 Algebraic Geometry
+1201.2386 Information Theory
+1201.2686 Algebraic Topology
+1201.2907 Analysis of PDEs
+1202.0058 Cosmology and Nongalactic Astrophysics
+1202.0580 Dynamical Systems
+1202.1305 Algebraic Topology
+1202.4290 Chaotic Dynamics
+1203.1127
+1204.0086 Numerical Analysis
+1204.0601 Quantum Algebra
+1204.5005 Dynamical Systems
+1205.0062 Combinatorics
+1205.3186 Combinatorics
+1205.4611 Distributed, Parallel, and Cluster Computing
+1205.6195
+1206.0024
+1206.1765
+1207.0542 Mesoscale and Nanoscale Physics
+1207.1706 Theory
+1207.6056 Probability
+1207.6073 Optimization and Control
+1207.6245 Statistical Mechanics
+1208.1964 Superconductivity
+1208.4020 Quantum Gases
+1208.4717 Superconductivity
+1208.5047 General Physics
+1208.5625 Commutative Algebra
+1208.6036 Dynamical Systems
+1209.0148 Mesoscale and Nanoscale Physics
+1209.1069 Medical Physics
+1209.1921 Experiment
+1209.2661
+1209.2928 Disordered Systems and Neural Networks
+1209.2963 Solar and Stellar Astrophysics
+1209.2969 Solar and Stellar Astrophysics
+1209.3158 Optics
+1209.5132 Mesoscale and Nanoscale Physics
+1210.1096 Quantum Gases
+1210.1113
+1210.3519 Disordered Systems and Neural Networks
+1210.3533 Materials Science
+1210.3623 Quantum Gases
+1210.4755 Phenomenology
+1210.4780 Statistical Mechanics
+1210.4979 Soft Condensed Matter
+1210.5107
+1210.5409
+1210.5994 Soft Condensed Matter
+1210.6982 Phenomenology
+1210.7454 Theory
+1210.7591 General Mathematics
+1210.7803 Phenomenology
+1210.7905 Other Condensed Matter
+1210.8027 Materials Science
+1210.8136 Astrophysics of Galaxies
+1211.0068 Dynamical Systems
+1211.0190 Materials Science
+1211.0612 Optics
+1211.1158 Cryptography and Security
+1211.1886
+1211.1976 Phenomenology
+1211.2232 Cosmology and Nongalactic Astrophysics
+1211.3723 Optics
+1211.4465 Disordered Systems and Neural Networks
+1211.6552 Operator Algebras
+1211.7189 Mesoscale and Nanoscale Physics
+1212.0260 Phenomenology
+1212.0302 Materials Science
+1212.0638 Digital Libraries
+1212.0641
+1212.2581 Mesoscale and Nanoscale Physics
+1212.3301 Theory
+1212.3413 Operator Algebras
+1212.3901 Strongly Correlated Electrons
+1212.4205 Functional Analysis
+1212.5629 Mesoscale and Nanoscale Physics
+1212.5724 General Topology
+1212.6009 Information Theory
+1301.0642 Functional Analysis
+1301.1913 Materials Science
+1301.3111
+1301.6049 Solar and Stellar Astrophysics
+1301.6057 Fluid Dynamics
+1301.7215 Representation Theory
+1302.0197 Strongly Correlated Electrons
+1302.0577 Algebraic Geometry
+1302.1332 Materials Science
+1302.1691
+1302.2458 Solar and Stellar Astrophysics
+1302.2746 Atomic Physics
+1302.3490 Mesoscale and Nanoscale Physics
+1302.4283 Networking and Internet Architecture
+1302.4554 Rings and Algebras
+1302.4910 Analysis of PDEs
+1302.5050 General Physics
+1302.5054 Algebraic Geometry
+1302.5105 Soft Condensed Matter
+1302.5109 Operating Systems
+1302.5120 Cryptography and Security
+1302.5121 Combinatorics
+1302.5125 Machine Learning
+1302.5128 Subcellular Processes
+1302.5130 Information Theory
+1302.5134 Machine Learning
+1302.5140 Strongly Correlated Electrons
+1302.5141 High Energy Astrophysical Phenomena
+1302.5142 Tissues and Organs
+1302.5155 Superconductivity
+1302.5157 Mesoscale and Nanoscale Physics
+1302.5158 Cryptography and Security
+1302.5166 Information Theory
+1302.5167 Cosmology and Nongalactic Astrophysics
+1302.5168 Information Theory
+1302.5169 Software Engineering
+1302.5170 Software Engineering
+1302.5171 Performance
+1302.5173 Networking and Internet Architecture
+1302.5174 Logic in Computer Science
+1302.5175 Software Engineering
+1302.5177 Human-Computer Interaction
+1302.5178 Cosmology and Nongalactic Astrophysics
+1302.5179 Differential Geometry
+1302.5180 Numerical Analysis
+1302.5181 Formal Languages and Automata Theory
+1302.5189 Computer Vision and Pattern Recognition
+1302.5195 Computers and Society
+1302.5196 Computers and Society
+1302.5199 Computers and Society
+1302.5200 Computers and Society
+1302.5205 Information Theory
+1302.5206 Methodology
+1302.5211 High Energy Astrophysical Phenomena
+1302.5213 Chemical Physics
+1302.5214 Optics
+1302.5215 Artificial Intelligence
+1302.5219 Lattice
+1302.5220 Soft Condensed Matter
+1302.5221 Statistics Theory
+1302.5223 Commutative Algebra
+1302.5233 Methodology
+1302.5237 Methodology
+1302.5241 Materials Science
+1302.5243 Materials Science
+1302.5245 Functional Analysis
+1302.5247 Earth and Planetary Astrophysics
+1302.5249
+1302.5252 Phenomenology
+1302.5254 Logic in Computer Science
+1302.5255 Phenomenology
+1302.5256 Experiment
+1302.5258 Dynamical Systems
+1302.5264 Accelerator Physics
+1302.5267 Number Theory
+1302.5269
+1302.5272 Optics
+1302.5274 Analysis of PDEs
+1302.5275 Solar and Stellar Astrophysics
+1302.5281
+1302.5286 Mesoscale and Nanoscale Physics
+1302.5287 General Topology
+1302.5293 Materials Science
+1302.5295 Classical Analysis and ODEs
+1302.5296
+1302.5297 Algebraic Geometry
+1302.5299 Number Theory
+1302.5302 Information Retrieval
+1302.5304 Combinatorics
+1302.5305 Numerical Analysis
+1302.5306 Accelerator Physics
+1302.5307 Complex Variables
+1302.5311
+1302.5322 Functional Analysis
+1302.5331 Neurons and Cognition
+1302.5332 Computer Science and Game Theory
+1302.5333 Dynamical Systems
+1302.5334 Combinatorics
+1302.5335 Statistical Mechanics
+1302.5339 Portfolio Management
+1302.5340 Instrumentation and Detectors
+1302.5342 Discrete Mathematics
+1302.5345 Number Theory
+1302.5347 High Energy Astrophysical Phenomena
+1302.5350 Optics
+1302.5359 High Energy Astrophysical Phenomena
+1302.5361 Chaotic Dynamics
+1302.5363 Analysis of PDEs
+1302.5370 Group Theory
+1302.5372 Commutative Algebra
+1302.5373 Classical Analysis and ODEs
+1302.5377 Earth and Planetary Astrophysics
+1302.5379 Mesoscale and Nanoscale Physics
+1302.5384 Information Theory
+1302.5386 Analysis of PDEs
+1302.5393 Logic
+1302.5395 Differential Geometry
+1302.5397 Physics Education
+1302.5401 Data Structures and Algorithms
+1302.5402 Differential Geometry
+1302.5406 Complex Variables
+1302.5410 Algebraic Geometry
+1302.5411 Rings and Algebras
+1302.5412
+1302.5415 Optimization and Control
+cond-mat/0307466 Soft Condensed Matter
+cond-mat/0507129 Other Condensed Matter
+1311.6839 Computational Geometry
+1311.6868 Molecular Networks
+0709.3026 Differential Geometry
+0710.2026 Analysis of PDEs
+0712.0377 Soft Condensed Matter
+0712.2827 Soft Condensed Matter
+0805.1673 Analysis of PDEs
+0806.2771 Group Theory
+0806.3452 Geometric Topology
+0807.0837 Differential Geometry
+0812.0650 Representation Theory
+0812.0655 Representation Theory
+0901.2104 Soft Condensed Matter
+0902.3039 Classical Analysis and ODEs
+0903.1996 Classical Analysis and ODEs
+0903.3423
+0904.4922 Soft Condensed Matter
+0905.1318 Geometric Topology
+0905.3497 Soft Condensed Matter
+0906.0025 Soft Condensed Matter
+0908.0688 Analysis of PDEs
+0909.0605 Statistical Mechanics
+1001.1080 Combinatorics
+1002.1280 Statistics Theory
+1003.2938
+1005.4676 Theory
+1006.0315 Symplectic Geometry
+1006.4582 Statistics Theory
+1007.1443 Differential Geometry
+1007.3935 Probability
+1007.5456
+1008.2079 Soft Condensed Matter
+1008.2801 Instrumentation and Methods for Astrophysics
+1009.0507 Probability
+1009.3573 Analysis of PDEs
+1009.4785 Statistical Finance
+1010.2955 Information Theory
+1011.0215 Analysis of PDEs
+1011.5810 Statistical Finance
+1011.6414 Dynamical Systems
+1012.1116 Soft Condensed Matter
+1012.2194 Geometric Topology
+1012.3447 Soft Condensed Matter
+1012.3449 Soft Condensed Matter
+1012.4224 Phenomenology
+1101.1194 Logic
+1101.2480 Geometric Topology
+1101.4850 Analysis of PDEs
+1102.1895 Probability
+1102.2818 Statistics Theory
+1106.1437 Strongly Correlated Electrons
+1106.1741 Soft Condensed Matter
+1106.2930 Cosmology and Nongalactic Astrophysics
+1106.4698 General Physics
+1107.3440 Analysis of PDEs
+1107.4143 Representation Theory
+1108.2306 Representation Theory
+1108.3180 Applications
+1108.5857
+1109.0856 Computational Physics
+1110.0697
+1110.1840 Algebraic Geometry
+1110.4433 Phenomenology
+1111.5272 Information Theory
+1112.4250 Formal Languages and Automata Theory
+1112.5187 Complex Variables
+1112.6328 High Energy Astrophysical Phenomena
+1201.2224 Classical Physics
+1201.3120 Numerical Analysis
+1201.4366 Probability
+1201.4605 Symplectic Geometry
+1201.5058
+1201.5109 Optics
+1201.5991 Numerical Analysis
+1201.6480 Classical Analysis and ODEs
+1202.2701 Algebraic Geometry
+1202.2858 Cosmology and Nongalactic Astrophysics
+1202.3796 Soft Condensed Matter
+1202.3975 Strongly Correlated Electrons
+1202.5310 Astrophysics of Galaxies
+1202.5416 Accelerator Physics
+1202.5780 Geometric Topology
+1202.5980 Probability
+1203.3068 Functional Analysis
+1203.5302
+1203.5346 Applications
+1203.5465 Differential Geometry
+1203.6225 Superconductivity
+1203.6228 Statistical Mechanics
+1204.0223 General Physics
+1204.1117 Theory
+1204.1329 Statistical Mechanics
+1204.1986 Rings and Algebras
+1204.5713
+1205.2024
+1205.2514
+1205.3358
+1205.3598 Probability
+1205.3884 Superconductivity
+1205.4358 Probability
+1205.4585
+1205.5278 Strongly Correlated Electrons
+1205.5957 Experiment
+1206.2326
+1206.2504 Strongly Correlated Electrons
+1206.3921 Experiment
+1206.4416 Differential Geometry
+1206.4721
+1206.5173 Solar and Stellar Astrophysics
+1206.6007 Soft Condensed Matter
+1206.6059 Mesoscale and Nanoscale Physics
+1206.6960 Atomic and Molecular Clusters
+1206.7036
+1207.1067 Number Theory
+1207.1130 Experiment
+1207.1509
+1207.1548 Logic
+1207.1898 Experiment
+1207.2485
+1207.3028 Mesoscale and Nanoscale Physics
+1207.3486 Superconductivity
+1207.4321 Cosmology and Nongalactic Astrophysics
+1207.4724 Experiment
+1207.4879
+1207.7235 Experiment
+1208.0743 Strongly Correlated Electrons
+1208.1661 Computer Science and Game Theory
+1208.1972 Representation Theory
+1208.2283 Phenomenology
+1208.2672 Theory
+1208.2923
+1208.3647 Theory
+1208.4540 Adaptation and Self-Organizing Systems
+1208.4859 Experiment
+1208.4920
+1208.5674 Plasma Physics
+1208.6184 Classical Analysis and ODEs
+1208.6418 Instrumentation and Methods for Astrophysics
+1209.0441
+1209.1402 Information Theory
+1209.2417 Theory
+1209.2975 Populations and Evolution
+1209.3576 Spectral Theory
+1209.4564 Phenomenology
+1209.5071 Information Theory
+1209.5510
+1209.5952
+1209.6171 Statistical Mechanics
+1209.6391 Classical Analysis and ODEs
+1210.0061 Cryptography and Security
+1210.0136 Theory
+1210.0137 Computers and Society
+1210.0811 Statistical Mechanics
+1210.1531 Materials Science
+1210.1786 Lattice
+1210.2718 Theory
+1210.3306
+1210.5400 Statistical Mechanics
+1210.7121 Mesoscale and Nanoscale Physics
+1210.8021 Combinatorics
+1210.8442 Artificial Intelligence
+1211.0922 Superconductivity
+1211.0955 Theory
+1211.1278 Cosmology and Nongalactic Astrophysics
+1211.1730 Group Theory
+1211.1927
+1211.2203
+1211.2276 Quantum Gases
+1211.3822 Probability
+1211.4170 Dynamical Systems
+1211.4410 Learning
+1211.4608 Algebraic Geometry
+1211.4669 Differential Geometry
+1211.4836 Solar and Stellar Astrophysics
+1211.5735 Information Theory
+1211.5775 Mesoscale and Nanoscale Physics
+1211.7040 Cosmology and Nongalactic Astrophysics
+1212.1150 Dynamical Systems
+1212.4083 Numerical Analysis
+1212.5314 Chaotic Dynamics
+1212.5667 Information Theory
+1301.0101 Distributed, Parallel, and Cluster Computing
+1301.0159 Computers and Society
+1301.0293 Combinatorics
+1301.0615 Popular Physics
+1301.1013 Digital Libraries
+1301.2044
+1301.2076 General Finance
+1301.2128 Strongly Correlated Electrons
+1301.3144 Astrophysics of Galaxies
+1301.4293 Learning
+1301.4657 Combinatorics
+1301.4931 Number Theory
+1301.5027 History and Overview
+1301.5127 Optics
+1301.5246 Rings and Algebras
+1301.5436 Algebraic Geometry
+1301.5475 Physics and Society
+1301.5607 Information Theory
+1301.5685 Instrumentation and Detectors
+1301.5686 Computation and Language
+1301.5928 Networking and Internet Architecture
+1301.5937 Information Theory
+1301.5942 Information Theory
+1301.6178 Instrumentation and Detectors
+1301.6179 Distributed, Parallel, and Cluster Computing
+1301.6180 Distributed, Parallel, and Cluster Computing
+1301.6181 Materials Science
+1301.6184 Cosmology and Nongalactic Astrophysics
+1301.6187 Geometric Topology
+1301.6188 Lattice
+1301.6191 Information Retrieval
+1301.6193
+1301.6195 Distributed, Parallel, and Cluster Computing
+1301.6198 Information Theory
+1301.6200
+1301.6201 Probability
+1301.6209 Information Theory
+1301.6213 Theory
+1301.6214
+1301.6215 Materials Science
+1301.6218 Strongly Correlated Electrons
+1301.6222 Number Theory
+1301.6224 Combinatorics
+1301.6225 Disordered Systems and Neural Networks
+1301.6226 Functional Analysis
+1301.6229 Analysis of PDEs
+1301.6230 Optimization and Control
+1301.6239 Complex Variables
+1301.6240 Group Theory
+1301.6241 Solar and Stellar Astrophysics
+1301.6243 Astrophysics of Galaxies
+1301.6244 Solar and Stellar Astrophysics
+1301.6247 Fluid Dynamics
+1301.6249 Fluid Dynamics
+1301.6250 Functional Analysis
+1301.6254 Materials Science
+1301.6255 Information Theory
+1301.6258 Cellular Automata and Lattice Gases
+1301.6260 Programming Languages
+1301.6262 Artificial Intelligence
+1301.6263 Cryptography and Security
+1301.6266
+1301.6269
+1301.6270 Methodology
+1301.6274 Phenomenology
+1301.6277 Social and Information Networks
+1301.6278 Methodology
+1301.6279 Strongly Correlated Electrons
+1301.6282 Computation
+1301.6285 Number Theory
+1301.6288 Adaptation and Self-Organizing Systems
+1301.6291 Information Theory
+1301.6293 Metric Geometry
+1301.6299 Data Structures and Algorithms
+1301.6302 Information Theory
+1301.6306 Fluid Dynamics
+1301.6311
+1301.6313 Analysis of PDEs
+1301.6315 Information Theory
+1301.6319 Other Computer Science
+1301.6321 Optimization and Control
+1301.6322
+1301.6324 Computer Vision and Pattern Recognition
+1301.6328 Group Theory
+1301.6329 Probability
+1301.6331 Information Theory
+1301.6336 Computational Geometry
+1301.6338 Algebraic Geometry
+1301.6341 Statistical Mechanics
+1301.6343
+1301.6345 Information Theory
+1301.6347 Cosmology and Nongalactic Astrophysics
+1301.6348 Information Theory
+1301.6354 Probability
+1301.6355 Strongly Correlated Electrons
+1301.6365 Computation
+1301.6366 Differential Geometry
+1301.6373 Cosmology and Nongalactic Astrophysics
+1301.6376 Methodology
+1301.6385 Probability
+1301.6386 Systems and Control
+1301.6387 Probability
+1301.6388 Information Theory
+1301.6389 Probability
+1301.6390 Probability
+1301.6391 History and Overview
+1301.6392 Statistics Theory
+1301.6394 Probability
+1301.6397 Information Theory
+1301.6398 Information Theory
+1301.6400 Multiagent Systems
+1301.6404 Optics
+1301.6406 Information Theory
+1301.6408 Information Theory
+1301.6409 Optimization and Control
+1301.6415 General Finance
+1301.6418 Chemical Physics
+1301.6420 Analysis of PDEs
+1301.6421 Phenomenology
+1301.6424 Combinatorics
+1301.6426 Information Theory
+1301.6427 Information Theory
+1301.6428 Data Structures and Algorithms
+1301.6433 Information Theory
+1301.6434 Instrumentation and Methods for Astrophysics
+1301.6443 Optimization and Control
+1301.6447 Data Structures and Algorithms
+1301.6448 Dynamical Systems
+1301.6453 Information Theory
+1301.6457 Commutative Algebra
+1301.6458 Mesoscale and Nanoscale Physics
+1301.6463 Differential Geometry
+1301.6468 Probability
+1301.6469 Classical Analysis and ODEs
+1301.6472 Classical Physics
+1301.6473 Information Theory
+1301.6475 Combinatorics
+1301.6482
+1301.6483 Theory
+1301.6484 Information Theory
+1301.6487
+1301.6488 Numerical Analysis
+1301.6493 Metric Geometry
+1301.6506 Statistical Finance
+1301.6510 Probability
+1301.6513 Metric Geometry
+1301.6514 Differential Geometry
+1301.6515 Phenomenology
+1301.6516 Number Theory
+1301.6517 Mesoscale and Nanoscale Physics
+1301.6519 General Finance
+1301.6522 Information Theory
+1301.6523
+1301.6526 Lattice
+1301.6537 Materials Science
+1301.6539 Phenomenology
+1301.6540 Combinatorics
+1301.6551
+1301.6553 Computers and Society
+1301.6558 Theory
+1301.6559 Computation
+1301.6564 Optics
+1301.6572 Logic in Computer Science
+1301.6574 Social and Information Networks
+1301.6575 Experiment
+1301.6581 Analysis of PDEs
+1301.6586 Classical Analysis and ODEs
+1301.6590 Lattice
+1301.6593 Fluid Dynamics
+1301.6595 K-Theory and Homology
+1301.6596 General Mathematics
+1301.6598 History and Overview
+1301.6601 Materials Science
+1301.6603 Fluid Dynamics
+1301.6604 Classical Analysis and ODEs
+1301.6605 Rings and Algebras
+1301.6606 History and Overview
+1301.6609 Probability
+1301.6612 Combinatorics
+1301.6616 Optimization and Control
+1301.6621 Dynamical Systems
+1301.6626 Learning
+1301.6628 Data Structures and Algorithms
+1301.6638 Trading and Market Microstructure
+1301.6641 Combinatorics
+1301.6644 Networking and Internet Architecture
+1301.6649 Materials Science
+1301.6653 Theory
+1301.6657 Cosmology and Nongalactic Astrophysics
+1301.6658
+1301.6662 Optimization and Control
+1301.6665 Representation Theory
+1301.6666 Accelerator Physics
+1301.6667 Metric Geometry
+1301.6671 Accelerator Physics
+1301.6673 Instrumentation and Methods for Astrophysics
+astro-ph/0505369
+cond-mat/0109357 Strongly Correlated Electrons
+cond-mat/0411334 Soft Condensed Matter
+cond-mat/0612029 Soft Condensed Matter
+math/0103172 Analysis of PDEs
+math/0410215 Differential Geometry
+math/0504137 Analysis of PDEs
+math/0605682 Analysis of PDEs
+0804.1688
+0807.3498 Dynamical Systems
+0812.2291 Data Structures and Algorithms
+0910.2137 Complex Variables
+0910.2213 Chaotic Dynamics
+0912.0081 Plasma Physics
+1007.2215 Chaotic Dynamics
+1007.2444 Medical Physics
+1101.5231 Rings and Algebras
+1103.0843 Networking and Internet Architecture
+1103.5189 Statistical Finance
+1104.0595 Rings and Algebras
+1107.0541 General Physics
+1107.2549 Algebraic Geometry
+1108.6312 Information Theory
+1110.4547 Operator Algebras
+1112.2738 Machine Learning
+1112.5964 Mesoscale and Nanoscale Physics
+1201.1521
+1202.3983 Strongly Correlated Electrons
+1202.6141 Information Theory
+1203.1119 Geometric Topology
+1203.2498 Computation and Language
+1204.0025 Earth and Planetary Astrophysics
+1204.2282 Classical Analysis and ODEs
+1204.6697 Number Theory
+1205.0154 Phenomenology
+1205.0188 Differential Geometry
+1206.2345 Plasma Physics
+1206.3075 Physics and Society
+1206.5986 Information Theory
+1206.6008 Theory
+1206.6095
+1206.6907 Algebraic Geometry
+1207.1819
+1207.3886 Materials Science
+1208.0317 Statistical Finance
+1208.1903 Combinatorics
+1208.2667
+1208.3996 Strongly Correlated Electrons
+1208.4656 Information Theory
+1208.5001 Mesoscale and Nanoscale Physics
+1209.2520 Statistical Mechanics
+1209.2716 Phenomenology
+1209.2878 Differential Geometry
+1209.4139
+1209.4950 Physics and Society
+1209.5752 Cosmology and Nongalactic Astrophysics
+1209.5903 Logic in Computer Science
+1210.0920 Algebraic Geometry
+1210.1761 Cosmology and Nongalactic Astrophysics
+1210.2057 Functional Analysis
+1210.2311 Experiment
+1210.2759 Group Theory
+1210.3419
+1210.4205
+1210.5315
+1210.5519 Strongly Correlated Electrons
+1210.5657
+1210.8321 Astrophysics of Galaxies
+1210.8373 Quantum Gases
+1211.1100 Algebraic Geometry
+1211.1940 Optimization and Control
+1211.2371 Phenomenology
+1211.3435 Dynamical Systems
+1211.4111 Phenomenology
+1211.4710 Combinatorics
+1211.5445
+1211.5977 Optics
+1211.6880 Superconductivity
+1211.7365 Probability
+1212.0400 Chemical Physics
+1212.1640
+1212.2615 Cosmology and Nongalactic Astrophysics
+1212.2673 Superconductivity
+1212.3545 Mesoscale and Nanoscale Physics
+1212.4415 Functional Analysis
+1212.4927
+1212.5034 Optics
+1212.5366
+1212.5521 Phenomenology
+1212.6660 Experiment
+1301.1066
+1301.1312 Cosmology and Nongalactic Astrophysics
+1301.2233 Experiment
+1301.2344 Mesoscale and Nanoscale Physics
+1301.2788
+1301.3551 Learning
+1301.3992 Mesoscale and Nanoscale Physics
+1301.3995 Mesoscale and Nanoscale Physics
+1301.5286 Experiment
+1301.5879 Materials Science
+1301.7355 Strongly Correlated Electrons
+1301.7419 Cosmology and Nongalactic Astrophysics
+1302.1221
+1302.1886 Physics and Society
+1302.2644 Lattice
+1302.2872
+1302.3038
+1302.3970
+1302.4588 Metric Geometry
+1302.5655 Cosmology and Nongalactic Astrophysics
+1302.5877 Analysis of PDEs
+1302.6048 Phenomenology
+1302.6470 Mesoscale and Nanoscale Physics
+1302.6499 Phenomenology
+1302.7018 Phenomenology
+1303.0465 Strongly Correlated Electrons
+1303.1255 Strongly Correlated Electrons
+1303.1849 Learning
+1303.1982
+1303.2057 Optics
+1303.2949 Phenomenology
+1303.3093 Atomic Physics
+1303.3158 Phenomenology
+1303.3279 Lattice
+1303.3497 Theory
+1303.3845 Phenomenology
+1303.4154 Theory
+1303.4405 Phenomenology
+1303.4720 Soft Condensed Matter
+1303.5191 Theory
+1303.5810 Phenomenology
+1303.5923 High Energy Astrophysical Phenomena
+1303.6097 Phenomenology
+1303.7354
+1303.7360 Experiment
+1304.0015 Algebraic Geometry
+1304.0040 Mesoscale and Nanoscale Physics
+1304.0117
+1304.0364
+1304.0380 Phenomenology
+1304.0511 Theory
+1304.0576 Phenomenology
+1304.0822 Theory
+1304.1572 Computer Vision and Pattern Recognition
+1304.2682 Phenomenology
+1304.2841
+1304.3255 Phenomenology
+1304.3290 Materials Science
+1304.4326 Distributed, Parallel, and Cluster Computing
+1304.4414 Phenomenology
+1304.6635
+1305.0091
+1305.0369 Phenomenology
+1305.0622 Analysis of PDEs
+1305.3357
+1305.3769
+1305.3844 Number Theory
+1305.4731 Other Computer Science
+1305.5040
+1305.5202 Accelerator Physics
+1305.5345 Metric Geometry
+1305.6369 Number Theory
+1305.6465 Algebraic Geometry
+1305.7390 Genomics
+1306.0178 Information Retrieval
+1306.0477 Fluid Dynamics
+1306.0515 Theory
+1306.0516 Theory
+1306.0523 Instrumentation and Detectors
+1306.0554 Numerical Analysis
+1306.0556
+1306.0558 Populations and Evolution
+1306.0566 Earth and Planetary Astrophysics
+1306.0575 Solar and Stellar Astrophysics
+1306.0578 Earth and Planetary Astrophysics
+1306.0584 Mesoscale and Nanoscale Physics
+1306.0587 Information Theory
+1306.0589
+1306.0593 Mesoscale and Nanoscale Physics
+1306.0596 Geometric Topology
+1306.0612 Numerical Analysis
+1306.0616 Combinatorics
+1306.0625 Differential Geometry
+1306.0626 Learning
+1306.0627 Chaotic Dynamics
+1306.0628 Plasma Physics
+1306.0630 Computational Complexity
+1306.0632 Functional Analysis
+1306.0633 Chemical Physics
+1306.0634 Combinatorics
+1306.0635 Optics
+1306.0638 Mesoscale and Nanoscale Physics
+1306.0649 Computational Complexity
+1306.0651 History and Philosophy of Physics
+1306.0660 Optics
+1306.0661 High Energy Astrophysical Phenomena
+1306.0662 Systems and Control
+1306.0663 Geophysics
+1306.0665 Artificial Intelligence
+1306.0673 Experiment
+1306.0688 Chaotic Dynamics
+1306.0692
+1306.0693 Probability
+1306.0694 Optimization and Control
+1306.0695 Phenomenology
+1306.0697 Chaotic Dynamics
+1306.0698
+1306.0699
+1306.0701 Populations and Evolution
+1306.0702
+1306.0704 Solar and Stellar Astrophysics
+1306.0708 Rings and Algebras
+1306.0710 Information Theory
+1306.0712 Information Theory
+1306.0714 Complex Variables
+1306.0717 Complex Variables
+1306.0720 Functional Analysis
+1306.0724 Functional Analysis
+1306.0727 Digital Libraries
+1306.0728 Dynamical Systems
+1306.0730 Functional Analysis
+1306.0733 Learning
+1306.0737 Instrumentation and Detectors
+1306.0740 Number Theory
+1306.0741 Logic in Computer Science
+1306.0742
+1306.0743 Materials Science
+1306.0745 Number Theory
+1306.0748 Analysis of PDEs
+1306.0750 Networking and Internet Architecture
+1306.0751 Artificial Intelligence
+1306.0754 Number Theory
+1306.0755 Networking and Internet Architecture
+1306.0757 Networking and Internet Architecture
+1306.0758 Number Theory
+1306.0760 Software Engineering
+1306.0761 Networking and Internet Architecture
+1306.0762 Software Engineering
+1306.0768 Accelerator Physics
+1306.0770 Data Analysis, Statistics and Probability
+1306.0771 Data Structures and Algorithms
+1306.0773 Soft Condensed Matter
+1306.0778 Logic
+1306.0781 Quantum Algebra
+1306.0786 Instrumentation and Detectors
+1306.0790 Experiment
+1306.0792 Instrumentation and Methods for Astrophysics
+1306.0804 Accelerator Physics
+1306.0808 Physics and Society
+1306.0809 Materials Science
+1306.0810 Logic in Computer Science
+1306.0813 Social and Information Networks
+1306.0814 Logic in Computer Science
+1306.0815 General Physics
+1306.0816 Computer Science and Game Theory
+1306.0817 Methodology
+1306.0818 Computation
+1306.0822 Differential Geometry
+1306.0827 High Energy Astrophysical Phenomena
+1306.0829 High Energy Astrophysical Phenomena
+1306.0830 General Physics
+1306.0844 Atomic Physics
+1306.0853 Fluid Dynamics
+1306.0854 Number Theory
+1306.0856 Number Theory
+1306.0858 Instrumentation and Detectors
+1306.0859 Differential Geometry
+1306.0867 Representation Theory
+1306.0870 Commutative Algebra
+1306.0874 Classical Physics
+1306.0876 Algebraic Geometry
+1306.0879
+1306.0886 Learning
+math/0201296 Analysis of PDEs
+math/0605017 Differential Geometry
+0705.1283 Atomic Physics
+0806.0901 Representation Theory
+0903.3260 High Energy Astrophysical Phenomena
+0905.2310 Probability
+0905.3832 Differential Geometry
+0908.2279 Optics
+1001.4611 Classical Analysis and ODEs
+1002.4088 Information Theory
+1003.1317 Representation Theory
+1008.1046
+1009.2483 Algebraic Geometry
+1010.4685 Algebraic Geometry
+1011.2722
+1102.2047 Quantum Algebra
+1102.3462
+1103.2777 Algebraic Geometry
+1106.1257 General Mathematics
+1106.2200 General Mathematics
+1108.1219 Representation Theory
+1109.2676 Networking and Internet Architecture
+1111.6331 Probability
+1112.2845 Quantum Gases
+1201.6461 Probability
+1201.6597
+1202.3922
+1202.5221 Algebraic Geometry
+1203.0151
+1203.4423 Disordered Systems and Neural Networks
+1204.2484 Representation Theory
+1204.2578 Geophysics
+1205.1817 Strongly Correlated Electrons
+1206.0499 Spectral Theory
+1206.3071 Strongly Correlated Electrons
+1207.1511 General Mathematics
+1207.3303 Theory
+1207.4651
+1207.5420
+1207.5629 Optics
+1207.6638 Algebraic Geometry
+1208.1720 Computation
+1208.2741 Materials Science
+1209.2216 Algebraic Geometry
+1209.3849 Computational Complexity
+1210.3276 Strongly Correlated Electrons
+1210.6246 Number Theory
+1210.6251
+1210.6644
+1210.8001
+1210.8411 Superconductivity
+1211.3026 Phenomenology
+1211.4691
+1211.7044 Operator Algebras
+1212.1575
+1212.4353 Mesoscale and Nanoscale Physics
+1301.2578
+1301.3331 Number Theory
+1301.3695 Solar and Stellar Astrophysics
+1301.5376
+1301.5401 Probability
+1301.5733
+1301.7189 Machine Learning
+1302.1003 Mesoscale and Nanoscale Physics
+1302.1290
+1302.1617 Cosmology and Nongalactic Astrophysics
+1302.1860
+1302.2984
+1302.4074
+1302.5069
+1302.5437 Phenomenology
+1302.5442 Networking and Internet Architecture
+1302.7063 Mesoscale and Nanoscale Physics
+1302.7171 Mesoscale and Nanoscale Physics
+1303.0010 Algebraic Geometry
+1303.0347 Physics and Society
+1303.3525 Information Theory
+1304.1447 Strongly Correlated Electrons
+1304.2610 Human-Computer Interaction
+1304.3274 Phenomenology
+1304.3937
+1304.3939 Superconductivity
+1304.3957 Materials Science
+1304.4411 Theory
+1304.5993 Other Condensed Matter
+1305.0158
+1305.0370
+1305.1229 Statistics Theory
+1305.1529 Metric Geometry
+1305.2030 Complex Variables
+1305.5612 High Energy Astrophysical Phenomena
+1306.1162 Differential Geometry
+1306.1658 Mesoscale and Nanoscale Physics
+1306.2388 Atmospheric and Oceanic Physics
+1306.2945 Instrumentation and Methods for Astrophysics
+1306.3892 Representation Theory
+1306.4062
+1306.4950 Strongly Correlated Electrons
+1306.5331 Functional Analysis
+1306.5663
+1306.5693 Number Theory
+1306.5731 Pattern Formation and Solitons
+1306.6436 Combinatorics
+1306.6936 Materials Science
+1307.0079 Combinatorics
+1307.0284 Multiagent Systems
+1307.0423 Differential Geometry
+1307.0794 Networking and Internet Architecture
+1307.0807 Experiment
+1307.0814 Social and Information Networks
+1307.0815 Biological Physics
+1307.0816 Classical Analysis and ODEs
+1307.0824 Cosmology and Nongalactic Astrophysics
+1307.0830 Algebraic Geometry
+1307.0837 Symplectic Geometry
+1307.0838 Materials Science
+1307.0841 Neural and Evolutionary Computing
+1307.0842 History and Philosophy of Physics
+1307.0844 Databases
+1307.0846 Machine Learning
+1307.0848 Differential Geometry
+1307.0849 Networking and Internet Architecture
+1307.0851 Phenomenology
+1307.0852 Soft Condensed Matter
+1307.0857 Quantitative Methods
+1307.0862 Disordered Systems and Neural Networks
+1307.0863 Number Theory
+1307.0864 Instrumentation and Detectors
+1307.0866 Instrumentation and Detectors
+1307.0867 Number Theory
+1307.0871 Statistical Mechanics
+1307.0876 Numerical Analysis
+1307.0879 Number Theory
+1307.0885 Information Theory
+1307.0892 Mesoscale and Nanoscale Physics
+1307.0898 Applications
+1307.0903 Statistical Mechanics
+1307.0904 Accelerator Physics
+1307.0913 Probability
+1307.0915 Applications
+1307.0920 Information Theory
+1307.0921 Solar and Stellar Astrophysics
+1307.0926 Mesoscale and Nanoscale Physics
+1307.0927 Information Theory
+1307.0929 Strongly Correlated Electrons
+1307.0932 Mesoscale and Nanoscale Physics
+1307.0934
+1307.0937 Computer Vision and Pattern Recognition
+1307.0939 Algebraic Geometry
+1307.0944 Statistical Mechanics
+1307.0951 Human-Computer Interaction
+1307.0952 Other Computer Science
+1307.0954 Phenomenology
+1307.0956 Materials Science
+1307.0960 Algebraic Geometry
+1307.0961 Classical Analysis and ODEs
+1307.0966 Cryptography and Security
+1307.0974 Information Theory
+1307.0977 Dynamical Systems
+1307.0986 Analysis of PDEs
+1307.0989 Theory
+1307.0993 Rings and Algebras
+1307.0994 Theory
+1307.0995 Learning
+1307.1000 Functional Analysis
+1307.1008 Number Theory
+1307.1016 Logic
+1307.1019 Software Engineering
+1307.1020 Quantum Algebra
+1307.1024 Information Retrieval
+1307.1025 Instrumentation and Methods for Astrophysics
+1307.1026
+1307.1029 Geometric Topology
+1307.1030 Differential Geometry
+1307.1036 Differential Geometry
+1307.1039
+1307.1049 Cosmology and Nongalactic Astrophysics
+1307.1050 Physics Education
+1307.1051 Distributed, Parallel, and Cluster Computing
+1307.1052 Other Condensed Matter
+1307.1053
+1307.1055 Operator Algebras
+1307.1057 Analysis of PDEs
+1307.1060 Phenomenology
+1307.1061 Robotics
+1307.1062 Combinatorics
+1307.1065 Metric Geometry
+1307.1066 Strongly Correlated Electrons
+1307.1067 Statistics Theory
+1307.1068 Numerical Analysis
+1307.1071 Materials Science
+1307.1073 Computational Engineering, Finance, and Science
+1307.1074 Atomic Physics
+1307.1078 Computational Engineering, Finance, and Science
+1307.1079 Computational Engineering, Finance, and Science
+1307.1088 Software Engineering
+1307.1090 Classical Analysis and ODEs
+1307.1091 Chemical Physics
+1307.1092 Materials Science
+1307.1098 General Physics
+1307.1103 Solar and Stellar Astrophysics
+1307.1107 Theory
+1307.1116 Algebraic Geometry
+1307.1119 Analysis of PDEs
+1307.1120 Operator Algebras
+1307.1121 Geophysics
+math/0204232 Differential Geometry
+math/0703267 Algebraic Geometry
+0711.0570
+0802.4121 Data Analysis, Statistics and Probability
+0809.2967 Number Theory
+0811.3663 Number Theory
+0904.1971
+0904.2726 Differential Geometry
+0908.1582 Metric Geometry
+1001.3742 Statistics Theory
+1004.5191 Probability
+1005.4041 Differential Geometry
+1007.1955 Classical Analysis and ODEs
+1011.1655 Logic
+1011.3198 Number Theory
+1101.4313 Optimization and Control
+1101.4841 Analysis of PDEs
+1102.3602 Probability
+1103.0169 Dynamical Systems
+1103.1940 Phenomenology
+1104.4456 Fluid Dynamics
+1106.0017 Combinatorics
+1107.1960 Superconductivity
+1107.4646
+1108.0473 Theory
+1109.3336 Statistics Theory
+1109.5160 Probability
+1110.2977 Algebraic Topology
+1110.3304 Algebraic Topology
+1110.3556 Statistics Theory
+1110.6631 Applications
+1111.1986
+1111.4664 Algebraic Geometry
+1112.2492
+1201.2032 Symplectic Geometry
+1201.3810 Cosmology and Nongalactic Astrophysics
+1201.4315 Optics
+1201.5882 Phenomenology
+1202.0976 Methodology
+1202.4292 Strongly Correlated Electrons
+1203.4632 Geometric Topology
+1203.5359 Quantum Gases
+1203.6776 Cosmology and Nongalactic Astrophysics
+1204.0877 Number Theory
+1204.6017 Optimization and Control
+1205.2967 Strongly Correlated Electrons
+1205.3969 High Energy Astrophysical Phenomena
+1205.4692 Statistics Theory
+1205.6314 Combinatorics
+1206.0255 Number Theory
+1206.0619 Strongly Correlated Electrons
+1206.1432
+1206.2188 Programming Languages
+1206.2282 Differential Geometry
+1206.4434 Populations and Evolution
+1206.5175 Quantum Gases
+1207.1958 Optimization and Control
+1207.3250 Phenomenology
+1207.5031 Phenomenology
+1207.5372 Materials Science
+1208.0226 Strongly Correlated Electrons
+1208.1289 Strongly Correlated Electrons
+1208.1353 Materials Science
+1208.1600 Data Analysis, Statistics and Probability
+1208.6399 Probability
+1209.0739 Combinatorics
+1209.1532 Lattice
+1209.2367 Experiment
+1209.2990 Mesoscale and Nanoscale Physics
+1209.4395
+1210.0034 Strongly Correlated Electrons
+1210.1169 Theory
+1210.3675 Superconductivity
+1210.6672 Mesoscale and Nanoscale Physics
+1210.8241 Phenomenology
+1211.1331 Phenomenology
+1211.1851
+1211.1852 Theory
+1211.2133
+1211.3113 Theory
+1211.3619 Chaotic Dynamics
+1211.4530 Statistical Mechanics
+1211.5337 Cosmology and Nongalactic Astrophysics
+1211.6542 Analysis of PDEs
+1211.7359
+1212.0406 Mesoscale and Nanoscale Physics
+1212.0837
+1212.1045 Experiment
+1212.1079 High Energy Astrophysical Phenomena
+1212.2123 Atmospheric and Oceanic Physics
+1212.3210
+1212.3433 High Energy Astrophysical Phenomena
+1212.5296 Classical Analysis and ODEs
+1212.5902 Theory
+1212.6631 Optimization and Control
+1301.0169 Networking and Internet Architecture
+1301.0356 Operator Algebras
+1301.2825 Solar and Stellar Astrophysics
+1301.3914 Statistical Mechanics
+1301.4813 Cosmology and Nongalactic Astrophysics
+1301.5357 Populations and Evolution
+1301.5424 Differential Geometry
+1301.5447 Functional Analysis
+1301.5746 Mesoscale and Nanoscale Physics
+1301.6937 Molecular Networks
+1302.0909 Astrophysics of Galaxies
+1302.1268 Lattice
+1302.1982 Materials Science
+1302.2088
+1302.2156
+1302.2221 Superconductivity
+1302.2384 Optimization and Control
+1302.2391 Fluid Dynamics
+1302.2909 Numerical Analysis
+1302.2910 Differential Geometry
+1302.2918 Theory
+1302.2922 Strongly Correlated Electrons
+1302.2923 Cosmology and Nongalactic Astrophysics
+1302.2927 Space Physics
+1302.2930 Cosmology and Nongalactic Astrophysics
+1302.2937 Physics and Society
+1302.2938
+1302.2946 Functional Analysis
+1302.2949 Strongly Correlated Electrons
+1302.2950 Spectral Theory
+1302.2954 Complex Variables
+1302.2958 Biological Physics
+1302.2959 Materials Science
+1302.2960 Materials Science
+1302.2961 Biological Physics
+1302.2962 Materials Science
+1302.2966 Databases
+1302.2971 Probability
+1302.2973 Exactly Solvable and Integrable Systems
+1302.2974 Data Analysis, Statistics and Probability
+1302.2976 Exactly Solvable and Integrable Systems
+1302.2986 Combinatorics
+1302.2989 Strongly Correlated Electrons
+1302.2991 Algebraic Geometry
+1302.2992 Differential Geometry
+1302.2994 Information Theory
+1302.2996 Materials Science
+1302.2997 Fluid Dynamics
+1302.2999 Mesoscale and Nanoscale Physics
+1302.3005
+1302.3007 Probability
+1302.3008 Dynamical Systems
+1302.3010 Materials Science
+1302.3012 Combinatorics
+1302.3016 Mesoscale and Nanoscale Physics
+1302.3022 Tissues and Organs
+1302.3024 Dynamical Systems
+1302.3027 Phenomenology
+1302.3030 Statistics Theory
+1302.3032 Category Theory
+1302.3033 Social and Information Networks
+1302.3035 Data Structures and Algorithms
+1302.3037 Logic
+1302.3043 Logic
+1302.3044 Algebraic Geometry
+1302.3048
+1302.3054 Instrumentation and Detectors
+1302.3057 Computation and Language
+1302.3059 Group Theory
+1302.3060 Representation Theory
+1302.3064 Combinatorics
+1302.3067 High Energy Astrophysical Phenomena
+1302.3068 Analysis of PDEs
+1302.3074 Optimization and Control
+1302.3075 Dynamical Systems
+1302.3079 Number Theory
+1302.3082 Statistics Theory
+1302.3084 High Energy Astrophysical Phenomena
+1302.3086 Social and Information Networks
+1302.3091 Computational Geometry
+1302.3096 Materials Science
+1302.3097 Probability
+1302.3098 Optimization and Control
+1302.3103 Optimization and Control
+1302.3104 Number Theory
+1302.3105 Logic in Computer Science
+1302.3106 Instrumentation and Detectors
+1302.3107 Analysis of PDEs
+1302.3110
+1302.3111 History and Overview
+1302.3115 Classical Analysis and ODEs
+1302.3117
+1302.3119 Computer Vision and Pattern Recognition
+1302.3123 Computer Vision and Pattern Recognition
+1302.3126 Physics and Society
+1302.3128 Astrophysics of Galaxies
+1302.3129 Optimization and Control
+1302.3132 High Energy Astrophysical Phenomena
+1302.3136 Optimization and Control
+1302.3139 Materials Science
+1302.3142 Algebraic Geometry
+1302.3143
+1302.3144 Probability
+1302.3147 Probability
+1302.3150 Differential Geometry
+1302.3155 Computer Vision and Pattern Recognition
+1302.3156 Differential Geometry
+1302.3157 Combinatorics
+1302.3163
+1302.3166 Information Theory
+1302.3169 Statistical Finance
+1302.3170 Strongly Correlated Electrons
+1302.3178 Programming Languages
+1302.3180 Solar and Stellar Astrophysics
+1302.3183 Theory
+1302.3184 Differential Geometry
+1302.3185 Superconductivity
+1302.3186
+1302.3187 Mesoscale and Nanoscale Physics
+1302.3189 Algebraic Geometry
+1302.3192 Rings and Algebras
+1302.3193 Analysis of PDEs
+1302.3195 Populations and Evolution
+1302.3201 Functional Analysis
+1302.3202 Probability
+1302.3204 Functional Analysis
+1302.3205 General Topology
+1302.3209 Human-Computer Interaction
+1302.3216 Soft Condensed Matter
+1302.3217 Materials Science
+astro-ph/9912213
+cs/0508123 Programming Languages
+gr-qc/0407092
+q-bio/0402019 Populations and Evolution
+q-bio/0402042 Populations and Evolution
+0705.0466 Probability
+0705.2110 Pricing of Securities
+0706.4450 Probability
+0801.0726 Probability
+0802.3761 Probability
+0810.3176 Probability
+0902.2563 Probability
+0907.2337 Machine Learning
+0908.3644 Combinatorics
+0910.5655 Computational Finance
+0912.4339 Probability
+1001.0527
+1001.4100 Computational Physics
+1003.0848 Statistics Theory
+1003.5086 General Mathematics
+1005.0700 Classical Analysis and ODEs
+1005.0750 Classical Analysis and ODEs
+1005.1438 General Mathematics
+1005.3268 Mesoscale and Nanoscale Physics
+1009.0131 Probability
+1009.3973 Combinatorics
+1009.5093 Probability
+1011.0208 Social and Information Networks
+1012.1252 Superconductivity
+1102.2250 Information Theory
+1103.2596 Physics and Society
+1106.0159 Distributed, Parallel, and Cluster Computing
+1107.5311 Cosmology and Nongalactic Astrophysics
+1108.4793 Superconductivity
+1108.6280 Combinatorics
+1111.3366 Theory
+1111.5933 Operator Algebras
+1112.3813 Functional Analysis
+1201.3314 Geometric Topology
+1201.6326 Analysis of PDEs
+1202.1665 Superconductivity
+1202.4131 Probability
+1203.2280 Classical Analysis and ODEs
+1203.2282 Classical Analysis and ODEs
+1203.2543 Data Structures and Algorithms
+1203.4591 Functional Analysis
+1203.6149
+1204.2234 Dynamical Systems
+1204.3567 Astrophysics of Galaxies
+1204.5830 High Energy Astrophysical Phenomena
+1205.2207
+1205.6575 Materials Science
+1206.4253 Theory
+1206.4988
+1207.0563 Systems and Control
+1207.1936 Information Theory
+1207.4702
+1207.6878 Mesoscale and Nanoscale Physics
+1208.0504 Accelerator Physics
+1208.1799 Combinatorics
+1208.3087 Statistical Finance
+1208.4435 Combinatorics
+1208.4509 Theory
+1208.5570 Theory
+1209.0164 Phenomenology
+1209.2453 Cosmology and Nongalactic Astrophysics
+1209.3364 Theory
+1209.3818 Artificial Intelligence
+1209.3844 Fluid Dynamics
+1209.5714 Analysis of PDEs
+1209.6206 Superconductivity
+1210.1473 Methodology
+1210.2249
+1210.2895 Superconductivity
+1210.3868 Classical Analysis and ODEs
+1210.4317 Phenomenology
+1210.4464 Lattice
+1210.5206 Representation Theory
+1210.6273 Theory
+1210.7048
+1210.7492
+1210.8188 Optimization and Control
+1211.1065 Medical Physics
+1211.1317 Theory
+1211.1691 Strongly Correlated Electrons
+1211.1814 Probability
+1211.1987 Mesoscale and Nanoscale Physics
+1211.2040
+1211.4804 Phenomenology
+1211.5169 Disordered Systems and Neural Networks
+1211.5853 Phenomenology
+1211.5950 Materials Science
+1211.6390 Phenomenology
+1212.0142 Computer Vision and Pattern Recognition
+1212.0486 Optics
+1212.0506
+1212.2010 Mesoscale and Nanoscale Physics
+1212.2411 Phenomenology
+1212.3127
+1212.4508 Phenomenology
+1212.4704
+1212.4747 Phenomenology
+1212.5098 Computational Geometry
+1212.5162 Theory
+1212.5369 Lattice
+1212.5520
+1212.5700
+1212.5825
+1301.0640 Operator Algebras
+1301.0815 Strongly Correlated Electrons
+1301.0933 Phenomenology
+1301.1216 Superconductivity
+1301.1267 Strongly Correlated Electrons
+1301.1350 Phenomenology
+1301.2113 Atomic Physics
+1301.2608 Strongly Correlated Electrons
+1301.2709 Phenomenology
+1301.3250 Optics
+1301.3450
+1301.3509 Data Structures and Algorithms
+1301.3758 Robotics
+1301.3819 Phenomenology
+1301.4597 Digital Libraries
+1301.4941 Digital Libraries
+1301.6377 Phenomenology
+1301.6831 Mesoscale and Nanoscale Physics
+1301.7654 Phenomenology
+1302.0052 Phenomenology
+1302.0642
+1302.0900
+1302.1681 Mesoscale and Nanoscale Physics
+1302.2826 Statistical Mechanics
+1302.4161
+1302.4287 Astrophysics of Galaxies
+1302.4395
+1302.7066 Complex Variables
+1303.0068 Complex Variables
+1303.0517 Lattice
+1303.1574 Cosmology and Nongalactic Astrophysics
+1303.2024 Instrumentation and Methods for Astrophysics
+1303.2349 Algebraic Geometry
+1303.3595 Numerical Analysis
+1303.5155 Representation Theory
+1303.5999 Combinatorics
+1303.7098 Theory
+1303.7177 Trading and Market Microstructure
+1303.7302 Superconductivity
+1304.0219 Category Theory
+1304.0393 Computational Geometry
+1304.0437 Adaptation and Self-Organizing Systems
+1304.0439
+1304.0440 General Physics
+1304.0441 Applications
+1304.0450 Solar and Stellar Astrophysics
+1304.0466 Physics and Society
+1304.0469 Phenomenology
+1304.0470 Physics and Society
+1304.0475 Theory
+1304.0480 Information Theory
+1304.0488 Number Theory
+1304.0489 Number Theory
+1304.0490 Risk Management
+1304.0492
+1304.0494 Data Structures and Algorithms
+1304.0501 Information Theory
+1304.0508
+1304.0518 Operator Algebras
+1304.0520 K-Theory and Homology
+1304.0524 Computational Geometry
+1304.0528 Data Structures and Algorithms
+1304.0530 Rings and Algebras
+1304.0534 Numerical Analysis
+1304.0536 Algebraic Geometry
+1304.0537 Methodology
+1304.0538 Programming Languages
+1304.0539 Computer Science and Game Theory
+1304.0540 Symplectic Geometry
+1304.0541 General Topology
+1304.0547 Instrumentation and Detectors
+1304.0557 Algebraic Geometry
+1304.0559 Number Theory
+1304.0561
+1304.0563 Numerical Analysis
+1304.0564 Methodology
+1304.0567 Databases
+1304.0568 Theory
+1304.0573 Optics
+1304.0574 Materials Science
+1304.0575 Soft Condensed Matter
+1304.0578 Instrumentation and Methods for Astrophysics
+1304.0580 Statistics Theory
+1304.0583 History and Overview
+1304.0589 Software Engineering
+1304.0590
+1304.0591 Pattern Formation and Solitons
+1304.0593 Statistics Theory
+1304.0594
+1304.0596 Machine Learning
+1304.0600 Graphics
+1304.0606 Cryptography and Security
+1304.0611 Logic
+1304.0612 Logic
+1304.0613 Algebraic Topology
+1304.0619 K-Theory and Homology
+1304.0620 Artificial Intelligence
+1304.0621 Numerical Analysis
+1304.0627 Physics and Society
+1304.0630 Functional Analysis
+1304.0637 Networking and Internet Architecture
+1304.0639 Superconductivity
+1304.0640 Neural and Evolutionary Computing
+1304.0641 Cosmology and Nongalactic Astrophysics
+1304.0644
+1304.0646 Networking and Internet Architecture
+1304.0648 Classical Analysis and ODEs
+1304.0649 Classical Analysis and ODEs
+1304.0653 Algebraic Geometry
+1304.0654 Mesoscale and Nanoscale Physics
+1304.0660 Programming Languages
+1304.0662 Computational Geometry
+1304.0663 Functional Analysis
+1304.0664 Computational Geometry
+1304.0666
+1304.0676
+1304.0677 Number Theory
+1304.0681 Genomics
+1304.0684 Number Theory
+1304.0685 Solar and Stellar Astrophysics
+1304.0687 Rings and Algebras
+1304.0690 Optimization and Control
+1304.0693 Number Theory
+1304.0694 Number Theory
+1304.0697 Instrumentation and Methods for Astrophysics
+1304.0704 Numerical Analysis
+1304.0706
+1304.0707 Logic
+1304.0712 Logic
+1304.0713 Computational Complexity
+1304.0714 Logic
+1304.0715 Artificial Intelligence
+1304.0716 Optimization and Control
+1304.0718 Trading and Market Microstructure
+1304.0722 Networking and Internet Architecture
+1304.0724 Logic
+1304.0725 Learning
+1304.0726 Computers and Society
+1304.0727 Other Computer Science
+1304.0728 Combinatorics
+1304.0729 Networking and Internet Architecture
+1304.0730 Learning
+1304.0731 Superconductivity
+1304.0732 Networking and Internet Architecture
+1304.0734 Popular Physics
+1304.0740 Learning
+1304.0743 Rings and Algebras
+1304.0744 Combinatorics
+1304.0745 Commutative Algebra
+1304.0747 Soft Condensed Matter
+1304.0749 Quantum Algebra
+1304.0751 Neural and Evolutionary Computing
+1304.0753 Number Theory
+cond-mat/0412664 Mesoscale and Nanoscale Physics
+hep-ph/9706266 Phenomenology
+hep-th/0410150 Theory
+hep-th/0607225 Theory
+math/0511208 Probability
+math/0601774 Probability
+math/0612523 Probability
+quant-ph/0406142
+quant-ph/0508176
+0804.3215 Information Theory
+0805.3429
+0808.3788 Strongly Correlated Electrons
+0909.0885 Data Analysis, Statistics and Probability
+0910.4415 Mesoscale and Nanoscale Physics
+1002.2011 Functional Analysis
+1012.5821 Phenomenology
+1101.2422 General Physics
+1102.0974 Differential Geometry
+1109.0409 Phenomenology
+1110.4637 Solar and Stellar Astrophysics
+1110.6330 Solar and Stellar Astrophysics
+1111.5922 Functional Analysis
+1203.5857 Complex Variables
+1204.0585 Methodology
+1204.2165 Algebraic Geometry
+1204.3218 Rings and Algebras
+1204.5776 Geometric Topology
+1205.0347 Fluid Dynamics
+1206.1920 Phenomenology
+1208.1596 Superconductivity
+1211.0046 Probability
+1211.1817
+1211.3582 Phenomenology
+1211.4947 Phenomenology
+1212.0337
+1212.0534 Computation
+1301.1098 Soft Condensed Matter
+1301.1294 Networking and Internet Architecture
+1301.3622 Data Analysis, Statistics and Probability
+1301.4419 Quantum Gases
+1301.4872 Mesoscale and Nanoscale Physics
+1301.6137 Subcellular Processes
+1302.1908 Lattice
+1302.5485 High Energy Astrophysical Phenomena
+1302.6152 Soft Condensed Matter
+1303.2140 Software Engineering
+1303.2592 Quantum Gases
+1303.3715 Solar and Stellar Astrophysics
+1303.5587 Strongly Correlated Electrons
+1303.6009
+1303.6712 Dynamical Systems
+1304.0182 Theory
+1304.0657 Instrumentation and Methods for Astrophysics
+1304.1039 Physics and Society
+1304.2416 Data Structures and Algorithms
+1304.4671 Fluid Dynamics
+1304.4909
+1305.0591 Phenomenology
+1305.2938 Physics and Society
+1305.3264 Analysis of PDEs
+1305.3834 Solar and Stellar Astrophysics
+1305.4191
+1305.4510 Phenomenology
+1305.6659 Learning
+1305.7221
+1306.1325 Metric Geometry
+1306.1867 Differential Geometry
+1306.2589 Probability
+1306.4231 Methodology
+1306.4692 Fluid Dynamics
+1306.6268 Mesoscale and Nanoscale Physics
+1307.0941 Mesoscale and Nanoscale Physics
+1307.1442 Mesoscale and Nanoscale Physics
+1307.1493 Machine Learning
+1307.2952 High Energy Astrophysical Phenomena
+1307.4022 Strongly Correlated Electrons
+1307.4935 Phenomenology
+1307.6168 Phenomenology
+1307.7648 Experiment
+1308.0615 Representation Theory
+1308.0888 Geometric Topology
+1308.1277 Experiment
+1308.2282 Probability
+1308.3795 Computational Physics
+1308.4401 Quantum Gases
+1308.4611 Strongly Correlated Electrons
+1308.5512 Instrumentation and Detectors
+1308.5605 Phenomenology
+1309.2462 Quantitative Methods
+1310.3191 Algebraic Geometry
+1310.3775 Classical Physics
+1310.4258 Populations and Evolution
+1310.4319 Theory
+1310.6943 Probability
+1310.7319 Lattice
+1310.7885
+1310.8055 Functional Analysis
+1310.8443 Solar and Stellar Astrophysics
+1310.8615 Systems and Control
+1311.0002
+1311.0004 Strongly Correlated Electrons
+1311.0017
+1311.0023 Probability
+1311.0028 Numerical Analysis
+1311.0029 Phenomenology
+1311.0030 Operator Algebras
+1311.0035 Information Theory
+1311.0042 Optimization and Control
+1311.0044 Cryptography and Security
+1311.0056 Algebraic Geometry
+1311.0059 Databases
+1311.0061
+1311.0069 Probability
+1311.0071 Atomic Physics
+1311.0074 Plasma Physics
+1311.0076 History and Philosophy of Physics
+1311.0081 Methodology
+1311.0084 Lattice
+1311.0086 Analysis of PDEs
+1311.0090 Social and Information Networks
+1311.0092 Instrumentation and Methods for Astrophysics
+1311.0101 Theory
+1311.0103 Theory
+1311.0105 Combinatorics
+1311.0113 Combinatorics
+1311.0115 Classical Physics
+1311.0119 Computer Vision and Pattern Recognition
+1311.0120 Cosmology and Nongalactic Astrophysics
+1311.0125 Analysis of PDEs
+1311.0128 Probability
+1311.0130 Strongly Correlated Electrons
+1311.0132 Dynamical Systems
+1311.0136 Optimization and Control
+1311.0137 Combinatorics
+1311.0138 Group Theory
+1311.0140 Functional Analysis
+1311.0142 Classical Analysis and ODEs
+1311.0144 History and Philosophy of Physics
+1311.0145 Materials Science
+1311.0153 Functional Analysis
+1311.0155 Functional Analysis
+1311.0160 Probability
+1311.0162 Computer Vision and Pattern Recognition
+1311.0167 Superconductivity
+1311.0170 Hardware Architecture
+1311.0172 Discrete Mathematics
+1311.0176 Analysis of PDEs
+1311.0186 Theory
+1311.0187 Symplectic Geometry
+1311.0188
+1311.0190 Statistical Mechanics
+1311.0192 Classical Analysis and ODEs
+1311.0193 Plasma Physics
+1311.0198 Computer Science and Game Theory
+1311.0199 Differential Geometry
+1311.0205
+1311.0207 Instrumentation and Methods for Astrophysics
+1311.0210
+1311.0213 Dynamical Systems
+1311.0216 Experiment
+1311.0218 Lattice
+1311.0226 Dynamical Systems
+1311.0228 Software Engineering
+1311.0232 Algebraic Geometry
+1311.0236 Pricing of Securities
+1311.0240 Strongly Correlated Electrons
+1311.0252 History and Philosophy of Physics
+1311.0253 Atomic Physics
+1311.0257 Cryptography and Security
+1311.0260 Differential Geometry
+1311.0265 Solar and Stellar Astrophysics
+1311.0266 Theory
+1311.0270 Methodology
+1311.0271 Quantum Algebra
+1311.0274 Statistics Theory
+1311.0277
+1311.0278 Quantum Algebra
+gr-qc/0405053
+0706.0061 Mesoscale and Nanoscale Physics
+0803.0928 Superconductivity
+0810.0547
+0907.3688
+1006.0265 Algebraic Geometry
+1009.0367 Logic
+1010.4599
+1011.1794 Representation Theory
+1101.0453
+1102.2100 History and Overview
+1105.1941 Space Physics
+1107.1783 Chaotic Dynamics
+1108.0343 Analysis of PDEs
+1108.2400 Mesoscale and Nanoscale Physics
+1108.4395 Differential Geometry
+1108.6261 Logic in Computer Science
+1109.1427 Classical Analysis and ODEs
+1109.5388 Cryptography and Security
+1111.3434 High Energy Astrophysical Phenomena
+1112.4625 Information Theory
+1201.3726
+1201.4472 Discrete Mathematics
+1202.0326 Representation Theory
+1202.5961 Logic
+1203.0871 Logic
+1204.0579 Number Theory
+1204.1405 Phenomenology
+1204.4065 Information Theory
+1204.4941 Classical Physics
+1204.6417 Probability
+1205.4163 Methodology
+1205.6622 Metric Geometry
+1206.3763 Probability
+1206.6602 Theory
+1207.0255 Computational Complexity
+1207.0419 Theory
+1208.1800
+1208.4162 Plasma Physics
+1208.5300 Materials Science
+1209.0540 Representation Theory
+1209.1332 Fluid Dynamics
+1209.1783 Number Theory
+1209.4217 Probability
+1209.4271 Materials Science
+1209.4726 Mesoscale and Nanoscale Physics
+1209.5436 Materials Science
+1209.5596 Dynamical Systems
+1209.5601 Artificial Intelligence
+1210.1921 Algebraic Geometry
+1211.0580 Symplectic Geometry
+1211.1459 Superconductivity
+1211.3459 Materials Science
+1211.4927 Computational Geometry
+1211.5600 Theory
+1212.1474 Lattice
+1212.1693 Theory
+1212.2106 Phenomenology
+1212.2441 Superconductivity
+1212.2603 Superconductivity
+1212.2641 Cosmology and Nongalactic Astrophysics
+1212.3081 Tissues and Organs
+1212.3299 Mesoscale and Nanoscale Physics
+1212.3375
+1212.3456 Rings and Algebras
+1212.4661 Cosmology and Nongalactic Astrophysics
+1212.5424 Analysis of PDEs
+1212.5453 Quantum Algebra
+1212.6537 Phenomenology
+1301.0004 Populations and Evolution
+1301.0225 Phenomenology
+1301.0307 History and Philosophy of Physics
+1301.0819 Phenomenology
+1301.1576 Optimization and Control
+1301.1702 Logic in Computer Science
+1301.1900 Mesoscale and Nanoscale Physics
+1301.3097 History and Philosophy of Physics
+1301.3943 Lattice
+1301.3963 Metric Geometry
+1301.4316 Theory
+1301.4942 Superconductivity
+1301.5411 Mesoscale and Nanoscale Physics
+1301.5926 Theory
+1301.6301 Information Theory
+1301.6571 Materials Science
+1302.0269 Strongly Correlated Electrons
+1302.1295 Phenomenology
+1302.2089
+1302.2651 Data Analysis, Statistics and Probability
+1302.4042 Algebraic Geometry
+1302.5473
+1302.5739 Strongly Correlated Electrons
+1302.6095 Theory
+1302.6311
+1302.6925
+1302.6972 Materials Science
+1302.7055 Combinatorics
+1302.7278 Data Structures and Algorithms
+1303.0236
+1303.0278 Phenomenology
+1303.0461 Phenomenology
+1303.0747 Quantum Gases
+1303.1111 Theory
+1303.1185
+1303.1452 Phenomenology
+1303.2799 Information Theory
+1303.2917 Phenomenology
+1303.5261 Atomic Physics
+1303.6216 Superconductivity
+1303.6942 Mesoscale and Nanoscale Physics
+1303.7010 Theory
+1304.1200 Space Physics
+1304.1390 Statistics Theory
+1304.1704 Complex Variables
+1304.1974 Group Theory
+1304.2154 Space Physics
+1304.2228
+1304.2833
+1304.4407 Information Theory
+1304.6045 Mesoscale and Nanoscale Physics
+1304.6080 Cosmology and Nongalactic Astrophysics
+1304.7245 High Energy Astrophysical Phenomena
+1305.0107 Chemical Physics
+1305.1791 Materials Science
+1305.2432 Computer Science and Game Theory
+1305.2553 Operating Systems
+1305.3468 Experiment
+1305.3718 Experiment
+1305.4198 Instrumentation and Methods for Astrophysics
+1305.4407 Group Theory
+1305.4622 Tissues and Organs
+1305.4629 Differential Geometry
+1305.4633 Cosmology and Nongalactic Astrophysics
+1305.4635 Phenomenology
+1305.4645 Analysis of PDEs
+1305.4649 Materials Science
+1305.4659
+1305.4661 Group Theory
+1305.4662 Combinatorics
+1305.4664
+1305.4675 Data Structures and Algorithms
+1305.4677 Physics and Society
+1305.4679 Statistical Mechanics
+1305.4683 Metric Geometry
+1305.4686 Cryptography and Security
+1305.4688 Quantum Gases
+1305.4692 Analysis of PDEs
+1305.4696 Data Structures and Algorithms
+1305.4697 Algebraic Geometry
+1305.4701 Instrumentation and Detectors
+1305.4703 Information Theory
+1305.4705 Biological Physics
+1305.4710 High Energy Astrophysical Phenomena
+1305.4711 Discrete Mathematics
+1305.4714 Analysis of PDEs
+1305.4720 Dynamical Systems
+1305.4723 Optimization and Control
+1305.4728 Solar and Stellar Astrophysics
+1305.4729 Combinatorics
+1305.4732 Other Computer Science
+1305.4736 Soft Condensed Matter
+1305.4738 Networking and Internet Architecture
+1305.4742 Instrumentation and Detectors
+1305.4743
+1305.4744 Artificial Intelligence
+1305.4745 Computational Complexity
+1305.4749 Rings and Algebras
+1305.4750 Atomic Physics
+1305.4753 Instrumentation and Methods for Astrophysics
+1305.4754 Cosmology and Nongalactic Astrophysics
+1305.4756 Phenomenology
+1305.4757 Learning
+1305.4760 Social and Information Networks
+1305.4762 Probability
+1305.4763 Fluid Dynamics
+1305.4766 Probability
+1305.4771 Phenomenology
+1305.4776 Software Engineering
+1305.4781 Distributed, Parallel, and Cluster Computing
+1305.4786 Networking and Internet Architecture
+1305.4798 Soft Condensed Matter
+1305.4801 Information Retrieval
+1305.4810 General Physics
+1305.4813 Differential Geometry
+1305.4814 Differential Geometry
+1305.4820 Information Retrieval
+1305.4821 History and Philosophy of Physics
+1305.4824 Astrophysics of Galaxies
+1305.4826 General Topology
+1305.4827 Phenomenology
+1305.4830 Differential Geometry
+1305.4831 Materials Science
+1305.4832 Cryptography and Security
+1305.4833 Phenomenology
+1305.4834 Strongly Correlated Electrons
+1305.4835 Plasma Physics
+1305.4836 Statistics Theory
+1305.4838 Theory
+1305.4849 Differential Geometry
+1305.4851
+1305.4853 Theory
+1305.4854 Differential Geometry
+1305.4856 Geophysics
+1305.4857 Phenomenology
+1305.4858 Molecular Networks
+1305.4863 Solar and Stellar Astrophysics
+1305.4864 Mesoscale and Nanoscale Physics
+1305.4869
+1305.4874 Computer Science and Game Theory
+1305.4877 Combinatorics
+1305.4883 Combinatorics
+1305.4885 Solar and Stellar Astrophysics
+1305.4890 Digital Libraries
+1305.4892 Probability
+1305.4893 Machine Learning
+1305.4899 Phenomenology
+1305.4900 Phenomenology
+1305.4904
+1305.4905 Information Theory
+1305.4910
+1305.4917 Artificial Intelligence
+1305.4918 Experiment
+1305.4920 Phenomenology
+1305.4925 Geometric Topology
+1305.4926 Phenomenology
+1305.4928 Plasma Physics
+hep-th/0304193 Theory
+math/0505202 Classical Analysis and ODEs
+0712.2978 General Physics
+0804.2696 Populations and Evolution
+0810.4593
+0907.1127 Populations and Evolution
+1001.1624 Computational Geometry
+1004.5192 Computational Finance
+1006.0411 Differential Geometry
+1009.1728 Probability
+1011.2055 Optimization and Control
+1011.6287 Operator Algebras
+1012.1337
+1012.3152
+1012.5038 Symplectic Geometry
+1101.4216
+1103.1826 Differential Geometry
+1105.1905 Group Theory
+1108.2490 Statistical Mechanics
+1108.4381 Functional Analysis
+1108.5970
+1109.0152 Methodology
+1109.1101 Rings and Algebras
+1109.4134 Mesoscale and Nanoscale Physics
+1112.2718 Theory
+1112.4691 Dynamical Systems
+1112.5082 Strongly Correlated Electrons
+1201.2523 Information Theory
+1201.5258
+1201.5557 Populations and Evolution
+1201.6543 Metric Geometry
+1203.6322 Optics
+1204.4295 Optics
+1204.4967 Number Theory
+1205.3808
+1205.5952 Differential Geometry
+1205.6289 Soft Condensed Matter
+1206.0598 Combinatorics
+1206.2435 Combinatorics
+1207.4347 Metric Geometry
+1207.4668 Quantum Gases
+1207.5732 Solar and Stellar Astrophysics
+1207.6365 Data Structures and Algorithms
+1207.7117 Cosmology and Nongalactic Astrophysics
+1207.7287 Phenomenology
+1208.3756 Phenomenology
+1208.3822 Computer Vision and Pattern Recognition
+1208.5038
+1208.5258 Cryptography and Security
+1208.6353 Strongly Correlated Electrons
+1209.0497 Strongly Correlated Electrons
+1209.1479 Physics and Society
+1209.2736 Optimization and Control
+1209.3280 Mesoscale and Nanoscale Physics
+1209.4705 Materials Science
+1209.4964 Materials Science
+1209.5133
+1210.1372 Mesoscale and Nanoscale Physics
+1210.2410 Materials Science
+1210.3028 Theory
+1210.3201
+1210.4367 Combinatorics
+1210.5340
+1210.5730 Optics
+1210.6369 Phenomenology
+1210.6526 Exactly Solvable and Integrable Systems
+1210.6687 Strongly Correlated Electrons
+1210.6689 Strongly Correlated Electrons
+1210.7083 Neurons and Cognition
+1210.7879 Materials Science
+1211.1379 Cosmology and Nongalactic Astrophysics
+1211.2602 Other Condensed Matter
+1211.3491 Superconductivity
+1211.3761
+1211.6021 Theory
+1212.0375 High Energy Astrophysical Phenomena
+1212.1211 Cosmology and Nongalactic Astrophysics
+1212.3186 Statistical Mechanics
+1212.3489 Analysis of PDEs
+1212.4182 Materials Science
+1212.4725 Strongly Correlated Electrons
+1212.4827 Lattice
+1212.4923 Dynamical Systems
+1212.5970 Strongly Correlated Electrons
+1212.6251 Mesoscale and Nanoscale Physics
+1212.6276 Neural and Evolutionary Computing
+1301.1628 Optics
+1301.2321 Solar and Stellar Astrophysics
+1301.3958 Computational Physics
+1301.4707 Numerical Analysis
+1301.6103 Optics
+1301.6527 High Energy Astrophysical Phenomena
+1301.6556 Instrumentation and Methods for Astrophysics
+1302.0525 Soft Condensed Matter
+1302.0981 Instrumentation and Methods for Astrophysics
+1302.4166 Optics
+1302.5884
+1302.6075
+1302.6353 Strongly Correlated Electrons
+1303.0893 Strongly Correlated Electrons
+1303.2007 High Energy Astrophysical Phenomena
+1303.5000 Phenomenology
+1303.5208 Materials Science
+1304.0397 High Energy Astrophysical Phenomena
+1304.1201 Dynamical Systems
+1304.1309 Logic in Computer Science
+1304.1491 Artificial Intelligence
+1304.1492 Artificial Intelligence
+1304.1493 Artificial Intelligence
+1304.1494 Artificial Intelligence
+1304.1495 Artificial Intelligence
+1304.1496 Artificial Intelligence
+1304.1497 Artificial Intelligence
+1304.1498 Artificial Intelligence
+1304.1499 Artificial Intelligence
+1304.1500 Artificial Intelligence
+1304.1501 Artificial Intelligence
+1304.1502 Artificial Intelligence
+1304.1503 Artificial Intelligence
+1304.1504 Artificial Intelligence
+1304.1505 Artificial Intelligence
+1304.1506 Artificial Intelligence
+1304.1507 Artificial Intelligence
+1304.1508 Artificial Intelligence
+1304.1509 Artificial Intelligence
+1304.1510 Artificial Intelligence
+1304.1511 Artificial Intelligence
+1304.1512 Artificial Intelligence
+1304.1513 Artificial Intelligence
+1304.1514 Artificial Intelligence
+1304.1515 Artificial Intelligence
+1304.1516 Artificial Intelligence
+1304.1517 Computer Vision and Pattern Recognition
+1304.1518 Artificial Intelligence
+1304.1519 Artificial Intelligence
+1304.1520 Artificial Intelligence
+1304.1521 Artificial Intelligence
+1304.1522 Artificial Intelligence
+1304.1523 Artificial Intelligence
+1304.1524 Artificial Intelligence
+1304.1525 Artificial Intelligence
+1304.1526 Artificial Intelligence
+1304.1527 Artificial Intelligence
+1304.1528 Artificial Intelligence
+1304.1529 Artificial Intelligence
+1304.1530 Artificial Intelligence
+1304.1531 Artificial Intelligence
+1304.1532 Artificial Intelligence
+1304.1533 Artificial Intelligence
+1304.1534 Artificial Intelligence
+1304.1535 Artificial Intelligence
+1304.1536 Artificial Intelligence
+1304.1537 Logic
+1304.1538 Logic
+1304.1562 Analysis of PDEs
+1304.1563 Earth and Planetary Astrophysics
+1304.1565 Neurons and Cognition
+1304.1568 Computer Vision and Pattern Recognition
+1304.1571 Multimedia
+1304.1574 Learning
+1304.1575 Computer Science and Game Theory
+1304.1576 Logic
+1304.1577 Data Structures and Algorithms
+1304.1579 Rings and Algebras
+1304.1584 Logic in Computer Science
+1304.1589 Phenomenology
+1304.1598 Statistics Theory
+1304.1600 Methodology
+1304.1601 Physics and Society
+1304.1608 Computational Physics
+1304.1609 Cellular Automata and Lattice Gases
+1304.1611 Materials Science
+1304.1616 Differential Geometry
+1304.1617 Superconductivity
+1304.1618 Astrophysics of Galaxies
+1304.1622 Functional Analysis
+1304.1623 Materials Science
+1304.1624 Soft Condensed Matter
+1304.1625 Computational Engineering, Finance, and Science
+1304.1627 Information Theory
+1304.1628 Artificial Intelligence
+1304.1629 Materials Science
+1304.1630 High Energy Astrophysical Phenomena
+1304.1636 Digital Libraries
+1304.1637 Discrete Mathematics
+1304.1640
+1304.1647 Logic in Computer Science
+1304.1649 Networking and Internet Architecture
+1304.1652 Differential Geometry
+1304.1656 Statistical Mechanics
+1304.1658 Adaptation and Self-Organizing Systems
+1304.1659 Commutative Algebra
+1304.1662 Algebraic Topology
+1304.1663 Materials Science
+1304.1665 General Finance
+1304.1674 Differential Geometry
+1304.1676 Software Engineering
+1304.1677 Software Engineering
+1304.1683 Cryptography and Security
+1304.1684 Artificial Intelligence
+1304.1686 Materials Science
+1304.1688 Probability
+1304.1697 Software Engineering
+1304.1705 Networking and Internet Architecture
+1304.1706 High Energy Astrophysical Phenomena
+1304.1707 Materials Science
+1304.1712 Physics and Society
+1304.1717 Solar and Stellar Astrophysics
+1304.1718 Discrete Mathematics
+1304.1720 Methodology
+1304.1721 General Topology
+1304.1722 Accelerator Physics
+1304.1729 Algebraic Geometry
+1304.1730
+1304.1743 Superconductivity
+1304.1746 Physics and Society
+1304.1755 Numerical Analysis
+1304.1756 Applications
+1304.1757 Optimization and Control
+1304.1759 Phenomenology
+1304.1760 Numerical Analysis
+1304.1764 High Energy Astrophysical Phenomena
+1304.1771 Metric Geometry
+1304.1772 Combinatorics
+1304.1773 Differential Geometry
+1304.1777 Instrumentation and Detectors
+1304.1781 Mesoscale and Nanoscale Physics
+1304.1782 Group Theory
+1304.1785 Networking and Internet Architecture
+1304.1793 Soft Condensed Matter
+1304.1794 Rings and Algebras
+cond-mat/0009061 Disordered Systems and Neural Networks
+cond-mat/0111505 Mesoscale and Nanoscale Physics
+cond-mat/0310199 Mesoscale and Nanoscale Physics
+cond-mat/0406127 Mesoscale and Nanoscale Physics
+cond-mat/0512611 Mesoscale and Nanoscale Physics
+cond-mat/9403033
+cond-mat/9607036
+cond-mat/9907027 Mesoscale and Nanoscale Physics
+cond-mat/9909293 Mesoscale and Nanoscale Physics
+hep-th/9301076 Theory
+hep-th/9405085 Theory
+quant-ph/9808066
+0705.1899 Number Theory
+0709.2852 Number Theory
+0712.3899 Materials Science
+0802.4027 Number Theory
+0906.1815 Number Theory
+0907.1100 Computation
+0910.4588 Number Theory
+1002.3313 Number Theory
+1005.0712 Cryptography and Security
+1006.5752 Group Theory
+1011.0896 Representation Theory
+1102.4209 Representation Theory
+1104.0178 Phenomenology
+1104.0354 Information Theory
+1104.2381 Algebraic Geometry
+1104.4986 Algebraic Geometry
+1104.5031 Number Theory
+1106.0101 Soft Condensed Matter
+1107.0566 K-Theory and Homology
+1109.2706 Logic
+1111.5062 Cryptography and Security
+1111.5501 Combinatorics
+1112.0381 Representation Theory
+1112.5537
+1201.1309 Number Theory
+1203.1254 Operator Algebras
+1204.2997 Optimization and Control
+1204.3873 Spectral Theory
+1205.0354 Experiment
+1205.5319 Rings and Algebras
+1205.6842 Number Theory
+1206.0087 Number Theory
+1206.2226 Geometric Topology
+1206.2522 Functional Analysis
+1206.4841 Biological Physics
+1207.2850 Commutative Algebra
+1207.2998 Optics
+1207.3517 Probability
+1207.6134 Number Theory
+1208.5405 Group Theory
+1208.6250 Theory
+1209.1414 Number Theory
+1210.1735 Metric Geometry
+1210.2644 Numerical Analysis
+1210.6674 High Energy Astrophysical Phenomena
+1211.1179
+1211.2181 Statistical Mechanics
+1211.5914 Information Theory
+1211.6978 Number Theory
+1212.1191 High Energy Astrophysical Phenomena
+1212.1996 Functional Analysis
+1212.2922 Theory
+1212.4220 Algebraic Geometry
+1212.6082 Strongly Correlated Electrons
+1212.6477 Optics
+1301.1270 Combinatorics
+1301.3496
+1301.4367 Number Theory
+1301.6140 Cosmology and Nongalactic Astrophysics
+1301.6561 Populations and Evolution
+1301.6670 Phenomenology
+1302.0312 Commutative Algebra
+1302.1182
+1302.3040 Quantum Gases
+1302.4389 Machine Learning
+1302.6718 Atomic and Molecular Clusters
+1303.0216 Genomics
+1303.0305 Strongly Correlated Electrons
+1303.4416 Superconductivity
+1304.4603 Phenomenology
+1304.5631 Theory
+1304.6156 Mesoscale and Nanoscale Physics
+1304.6280 Discrete Mathematics
+1304.6957 Analysis of PDEs
+1305.0890 General Physics
+1305.1016 Phenomenology
+1305.1639 Number Theory
+1305.3745 Mesoscale and Nanoscale Physics
+1305.3880 Mesoscale and Nanoscale Physics
+1305.6880 Quantum Gases
+1306.0414
+1306.1125 Superconductivity
+1306.1279
+1306.1755 Chemical Physics
+1306.2763 Analysis of PDEs
+1306.4740 Theory
+1307.0226 Instrumentation and Methods for Astrophysics
+1307.1281
+1307.2408 Statistical Mechanics
+1307.2697
+1307.3335
+1307.3370 Statistical Mechanics
+1307.3990 Probability
+1307.4603 Solar and Stellar Astrophysics
+1307.4685 Physics and Society
+1307.4937 Phenomenology
+1307.5152 Algebraic Geometry
+1307.5259 Theory
+1307.6556 High Energy Astrophysical Phenomena
+1307.6819 Soft Condensed Matter
+1307.7309 Networking and Internet Architecture
+1308.0635 Theory
+1308.1522 Neurons and Cognition
+1308.1712 Phenomenology
+1308.2926 Theory
+1308.3084 Experiment
+1308.3521 Information Theory
+1308.6509 Data Structures and Algorithms
+1309.1659 Rings and Algebras
+1309.2455
+1309.2866 Fluid Dynamics
+1309.3836 Spectral Theory
+1309.3973 High Energy Astrophysical Phenomena
+1309.4113 History and Philosophy of Physics
+1309.4419
+1309.4468 Solar and Stellar Astrophysics
+1309.4632 Statistics Theory
+1309.4919 Data Structures and Algorithms
+1309.4927 Logic
+1309.4946 Functional Analysis
+1309.4989 Phenomenology
+1309.5083 Discrete Mathematics
+1309.5094 Risk Management
+1309.5095 Number Theory
+1309.5096 Quantum Algebra
+1309.5099 Differential Geometry
+1309.5101 Symplectic Geometry
+1309.5110 Artificial Intelligence
+1309.5115 Phenomenology
+1309.5116 Combinatorics
+1309.5117 Computation
+1309.5122 Computation
+1309.5125 Group Theory
+1309.5126 Information Theory
+1309.5127 Solar and Stellar Astrophysics
+1309.5128 Programming Languages
+1309.5129 Logic in Computer Science
+1309.5130 Programming Languages
+1309.5131 Programming Languages
+1309.5132 Programming Languages
+1309.5133 Programming Languages
+1309.5134 Other Computer Science
+1309.5135 Programming Languages
+1309.5137 Programming Languages
+1309.5138 Programming Languages
+1309.5139 Programming Languages
+1309.5140 Logic in Computer Science
+1309.5141 Programming Languages
+1309.5142 Programming Languages
+1309.5143 Software Engineering
+1309.5144 Programming Languages
+1309.5145 Computational Engineering, Finance, and Science
+1309.5146 Logic in Computer Science
+1309.5147 Programming Languages
+1309.5148 Programming Languages
+1309.5149 Programming Languages
+1309.5150 Logic in Computer Science
+1309.5151 Logic in Computer Science
+1309.5152 Programming Languages
+1309.5158 General Finance
+1309.5164 Atmospheric and Oceanic Physics
+1309.5165 Chemical Physics
+1309.5169 Materials Science
+1309.5171 Exactly Solvable and Integrable Systems
+1309.5172 Data Structures and Algorithms
+1309.5174 Computer Vision and Pattern Recognition
+1309.5181 Representation Theory
+1309.5184 Logic in Computer Science
+1309.5187 Commutative Algebra
+1309.5190 Commutative Algebra
+1309.5192 Methodology
+1309.5193 Commutative Algebra
+1309.5195 Functional Analysis
+1309.5198 Strongly Correlated Electrons
+1309.5199 History and Philosophy of Physics
+1309.5202 Solar and Stellar Astrophysics
+1309.5203 History and Philosophy of Physics
+1309.5204 Rings and Algebras
+1309.5205 History and Philosophy of Physics
+1309.5206 Computational Complexity
+1309.5211 Genomics
+1309.5215 Group Theory
+1309.5217 Materials Science
+1309.5219 Group Theory
+1309.5220 Networking and Internet Architecture
+1309.5223 Computation and Language
+1309.5226 Computation and Language
+1309.5230 Disordered Systems and Neural Networks
+1309.5242 Analysis of PDEs
+1309.5247 Information Theory
+1309.5252 Complex Variables
+1309.5255 Cryptography and Security
+1309.5256 Digital Libraries
+1309.5259 Mesoscale and Nanoscale Physics
+1309.5260 Combinatorics
+1309.5269 Optics
+1309.5271 Metric Geometry
+1309.5282 Commutative Algebra
+1309.5285 Optimization and Control
+1309.5287 Materials Science
+1309.5290 Computation and Language
+1309.5292 Cryptography and Security
+1309.5296 Number Theory
+1309.5299 Theory
+1309.5303 Numerical Analysis
+1309.5304 Systems and Control
+1309.5307 Experiment
+1309.5309 Number Theory
+1309.5312 Combinatorics
+1309.5313 Representation Theory
+1309.5315 Materials Science
+1309.5316 Artificial Intelligence
+1309.5319 Computation and Language
+1309.5340 Disordered Systems and Neural Networks
+1309.5342 Algebraic Geometry
+1309.5348 Commutative Algebra
+1309.5351 Other Computer Science
+1309.5353 Soft Condensed Matter
+1309.5355 Soft Condensed Matter
+1309.5356 Numerical Analysis
+1309.5357 Computer Vision and Pattern Recognition
+1309.5361 High Energy Astrophysical Phenomena
+math/0207280 Number Theory
+math/0307322 Number Theory
+math/0405040 Algebraic Geometry
+math/0510533 Number Theory
+math/0511514 Algebraic Geometry
+math/0604149 Number Theory
+math/0610290 Number Theory
+math/0612054 Number Theory
+0712.0202 Algebraic Geometry
+0901.0088 General Physics
+0908.1714 Differential Geometry
+0909.5368 Data Analysis, Statistics and Probability
+0909.5403 Geophysics
+1003.3212
+1005.2998 Number Theory
+1005.3005 Algebraic Geometry
+1005.3008 Algebraic Geometry
+1007.5461 Complex Variables
+1101.4114 Algebraic Geometry
+1104.0701 Cosmology and Nongalactic Astrophysics
+1107.3549 Number Theory
+1108.4571 Mesoscale and Nanoscale Physics
+1109.1718 Data Analysis, Statistics and Probability
+1109.4892 Theory
+1111.2013 Representation Theory
+1112.5634 Statistics Theory
+1112.5904 Computational Geometry
+1201.2265 Probability
+1203.0391 Theory
+1203.2538 Data Structures and Algorithms
+1204.0768
+1204.2876 Theory
+1204.3036 Quantum Gases
+1204.6610 Learning
+1205.2192 Operator Algebras
+1205.5524
+1205.6438 Neurons and Cognition
+1205.6598 Neurons and Cognition
+1206.3051 Mesoscale and Nanoscale Physics
+1206.3176 Differential Geometry
+1206.4857 Materials Science
+1206.5719 Statistical Mechanics
+1207.1568 History and Philosophy of Physics
+1207.3069 Group Theory
+1207.6580 Mesoscale and Nanoscale Physics
+1208.1095
+1208.1501 Theory
+1208.3601
+1208.5467 Statistics Theory
+1209.0288 Mesoscale and Nanoscale Physics
+1209.1473 Optics
+1209.3153
+1209.3198 Computation
+1209.5327
+1209.5551 Quantum Algebra
+1209.6436 Strongly Correlated Electrons
+1210.1670 Materials Science
+1210.3928 Optics
+1210.4656 Mesoscale and Nanoscale Physics
+1211.1911 Group Theory
+1211.1997 Cosmology and Nongalactic Astrophysics
+1211.3165 High Energy Astrophysical Phenomena
+1211.3534 Dynamical Systems
+1211.4711 Mesoscale and Nanoscale Physics
+1211.4773 Statistical Mechanics
+1211.5254 Mesoscale and Nanoscale Physics
+1212.0832
+1212.1631 Algebraic Geometry
+1212.2214
+1212.2282 Differential Geometry
+1212.5018 Cosmology and Nongalactic Astrophysics
+1212.5295 Atomic Physics
+1212.5485 Mesoscale and Nanoscale Physics
+1212.5730 Mesoscale and Nanoscale Physics
+1212.5851
+1301.1068 Mesoscale and Nanoscale Physics
+1301.2184 Data Analysis, Statistics and Probability
+1301.2960 Metric Geometry
+1301.3325 Populations and Evolution
+1301.5294 Cosmology and Nongalactic Astrophysics
+1301.5477 Cosmology and Nongalactic Astrophysics
+1301.5610
+1302.2311 Cosmology and Nongalactic Astrophysics
+1302.2897
+1302.3824 Mesoscale and Nanoscale Physics
+1302.4284
+1302.4633 Optics
+1302.4753 Cosmology and Nongalactic Astrophysics
+1302.4792
+1302.5694 Phenomenology
+1303.0246 Strongly Correlated Electrons
+1303.0371
+1303.0616 Strongly Correlated Electrons
+1303.1157 Phenomenology
+1303.1193 Theory
+1303.2360
+1303.2599 Geometric Topology
+1303.3108 Experiment
+1303.3163 Artificial Intelligence
+1303.5557 Operator Algebras
+1303.7418
+1304.0007 Theory
+1304.1542 High Energy Astrophysical Phenomena
+1304.2132 Systems and Control
+1304.2550 Distributed, Parallel, and Cluster Computing
+1304.3467 Molecular Networks
+1304.3621 Cosmology and Nongalactic Astrophysics
+1304.3820 Functional Analysis
+1304.3825 Classical Physics
+1304.4496 Theory
+1304.4945 Earth and Planetary Astrophysics
+1304.5090 Populations and Evolution
+1304.5437 Phenomenology
+1304.5578
+1304.5684 Number Theory
+1304.5748 Phenomenology
+1304.6256 Biological Physics
+1305.1620 High Energy Astrophysical Phenomena
+1305.1652
+1305.1667 Analysis of PDEs
+1305.1672 Algebraic Topology
+1305.2148 Statistical Mechanics
+1305.2318
+1305.3303 Astrophysics of Galaxies
+1305.3500 Mesoscale and Nanoscale Physics
+1305.3804 Functional Analysis
+1305.3833 Atomic Physics
+1305.4206 Genomics
+1305.4415 Cosmology and Nongalactic Astrophysics
+1305.4844
+1305.5228 Computer Science and Game Theory
+1305.5842 Cosmology and Nongalactic Astrophysics
+1305.7095 Mesoscale and Nanoscale Physics
+1306.0142 Geophysics
+1306.0923 Chaotic Dynamics
+1306.1204 Statistical Mechanics
+1306.1667 Statistical Mechanics
+1306.2285 Analysis of PDEs
+1306.2516 Optimization and Control
+1306.2792 Optics
+1306.2942 Dynamical Systems
+1306.2957 Mesoscale and Nanoscale Physics
+1306.2963
+1306.2964 Phenomenology
+1306.2966 Superconductivity
+1306.2972 Optimization and Control
+1306.2975 Theory
+1306.2977 Algebraic Geometry
+1306.2978 Computational Geometry
+1306.2981 Numerical Analysis
+1306.2984 Exactly Solvable and Integrable Systems
+1306.2989 Probability
+1306.2990 Statistical Mechanics
+1306.2998 Spectral Theory
+1306.2999 Social and Information Networks
+1306.3000 Data Structures and Algorithms
+1306.3002 Machine Learning
+1306.3003 Learning
+1306.3018 Neural and Evolutionary Computing
+1306.3026 Number Theory
+1306.3028
+1306.3033 Methodology
+1306.3034 Numerical Analysis
+1306.3036 Neural and Evolutionary Computing
+1306.3039 Methodology
+1306.3042 Superconductivity
+1306.3043 Earth and Planetary Astrophysics
+1306.3044 Analysis of PDEs
+1306.3046 Category Theory
+1306.3054 Cryptography and Security
+1306.3055 Cryptography and Security
+1306.3058 Learning
+1306.3062 Symbolic Computation
+1306.3063 Populations and Evolution
+1306.3070
+1306.3073 General Topology
+1306.3074
+1306.3076
+1306.3079 Analysis of PDEs
+1306.3080 Numerical Analysis
+1306.3083 Software Engineering
+1306.3084 Computer Vision and Pattern Recognition
+1306.3087 Group Theory
+1306.3098 Dynamical Systems
+1306.3110 Statistical Finance
+1306.3111 Information Theory
+1306.3116 Solar and Stellar Astrophysics
+1306.3117 Phenomenology
+1306.3118 Popular Physics
+1306.3119 Optimization and Control
+1306.3120 Number Theory
+1306.3126 Accelerator Physics
+1306.3128 Theory
+1306.3131 Functional Analysis
+1306.3135 Mesoscale and Nanoscale Physics
+1306.3140 Lattice
+1306.3141 Rings and Algebras
+1306.3145 Statistical Mechanics
+1306.3146 Quantum Algebra
+1306.3150
+1306.3157 Earth and Planetary Astrophysics
+1306.3160 Networking and Internet Architecture
+1306.3163 Statistical Mechanics
+1306.3170 Geometric Topology
+1306.3172 Applications
+1306.3175 Accelerator Physics
+1306.3177 Networking and Internet Architecture
+1306.3181 Data Structures and Algorithms
+1306.3182
+1306.3184 Data Analysis, Statistics and Probability
+1306.3190 Analysis of PDEs
+1306.3193 Combinatorics
+1306.3198 Logic in Computer Science
+1306.3199 Logic in Computer Science
+1306.3200
+1306.3201 Classical Analysis and ODEs
+1306.3202
+1306.3204 Instrumentation and Methods for Astrophysics
+1306.3205 Spectral Theory
+1306.3210 Cosmology and Nongalactic Astrophysics
+1306.3212 Learning
+1306.3213 Combinatorics
+1306.3215 Category Theory
+math/0110066 Algebraic Geometry
+math/0110067 Algebraic Geometry
+math/0110068 Algebraic Geometry
+math/0110069 Algebraic Geometry
+math/0110070 Algebraic Geometry
+math/0110071 Number Theory
+math/0402380 Algebraic Geometry
+math/0408424 Classical Analysis and ODEs
+math/9809106 Algebraic Geometry
+0811.0883 Number Theory
+0903.1885 Number Theory
+0911.0255 Theory
+0911.1696
+1003.1320 Discrete Mathematics
+1008.0897 Number Theory
+1009.5932 Algebraic Geometry
+1009.5981 Methodology
+1010.3399 Differential Geometry
+1010.4596 Number Theory
+1103.5316 Representation Theory
+1104.4161 Optics
+1107.0091 Analysis of PDEs
+1107.1981 Representation Theory
+1107.2266 Number Theory
+1107.4620 Category Theory
+1109.1030 Geometric Topology
+1111.2935 Solar and Stellar Astrophysics
+1201.0050 Combinatorics
+1201.0553 Physics Education
+1201.1333 Physics Education
+1201.2064 Number Theory
+1201.3008 Physics Education
+1202.1213 Dynamical Systems
+1202.5108 Spectral Theory
+1203.2739 Numerical Analysis
+1203.4357 Optics
+1204.3127 Operator Algebras
+1204.6359 Cosmology and Nongalactic Astrophysics
+1205.1106 Rings and Algebras
+1205.4106 Strongly Correlated Electrons
+1205.6256 Discrete Mathematics
+1207.0744 Statistical Mechanics
+1207.2870
+1207.6094 Strongly Correlated Electrons
+1208.5846 Number Theory
+1209.3662 Cosmology and Nongalactic Astrophysics
+1210.2375 Materials Science
+1210.3751 Phenomenology
+1210.4621 Strongly Correlated Electrons
+1210.8391 Commutative Algebra
+1211.1040 Solar and Stellar Astrophysics
+1211.2897 Information Theory
+1211.4917 Number Theory
+1211.7049 Phenomenology
+1212.1384 Statistics Theory
+1301.3486 Probability
+1301.4388 Lattice
+1301.6251 Commutative Algebra
+1301.6599 Information Theory
+1302.1441 Commutative Algebra
+1302.3931 Neural and Evolutionary Computing
+1302.3985 Analysis of PDEs
+1302.4013 General Topology
+1302.4304 Number Theory
+1302.5690
+1302.6554 Analysis of PDEs
+1303.2766 Information Theory
+1303.3440 Information Theory
+1303.5257
+1303.6070 Number Theory
+1303.6331 Instrumentation and Methods for Astrophysics
+1304.0387 Quantum Gases
+1304.2496
+1304.4739 Experiment
+1304.5872 Data Structures and Algorithms
+1304.6767
+1304.7003 Cosmology and Nongalactic Astrophysics
+1304.7267 Theory
+1305.2928 Quantum Gases
+1305.2962 Theory
+1305.3222
+1305.4155 Theory
+1305.4331 Probability
+1305.4951 Mesoscale and Nanoscale Physics
+1305.5964
+1305.7141
+1306.0170 Instrumentation and Detectors
+1306.0279 Phenomenology
+1306.1555 Mesoscale and Nanoscale Physics
+1306.3337 Mesoscale and Nanoscale Physics
+1306.4295 Complex Variables
+1306.6363 Mesoscale and Nanoscale Physics
+1306.6418 Statistical Mechanics
+1307.1069 Materials Science
+1307.2241 Phenomenology
+1307.3769 Materials Science
+1307.3786 Statistical Mechanics
+1307.4687
+1307.4727 Statistical Finance
+1307.5073 Phenomenology
+1307.6320 Functional Analysis
+1307.6924 Category Theory
+1307.7873 Superconductivity
+1308.0242 Mesoscale and Nanoscale Physics
+1308.0358 High Energy Astrophysical Phenomena
+1308.1238 Theory
+1308.1433
+1308.2820 Theory
+1308.3111 Mesoscale and Nanoscale Physics
+1308.3848 Solar and Stellar Astrophysics
+1308.5447 Information Theory
+1308.5812 Quantum Gases
+1308.6241 Accelerator Physics
+1308.6415 Artificial Intelligence
+1309.0936 Subcellular Processes
+1309.1193 Machine Learning
+1309.2889 Experiment
+1309.3070 Complex Variables
+1309.7164 Fluid Dynamics
+1310.0575 Computation and Language
+1310.1581 Numerical Analysis
+1310.1989 Biological Physics
+1310.1998 Number Theory
+1310.2002 Plasma Physics
+1310.2041 Computational Physics
+1310.2128 Lattice
+1310.2160
+1310.2252 Statistical Mechanics
+1310.2261 Number Theory
+1310.2262 Functional Analysis
+1310.2268 Combinatorics
+1310.2274 Distributed, Parallel, and Cluster Computing
+1310.2276
+1310.2277 Number Theory
+1310.2279 Robotics
+1310.2287 Geometric Topology
+1310.2291 Information Theory
+1310.2296 Information Theory
+1310.2299 Experiment
+1310.2300 Programming Languages
+1310.2304 Algebraic Geometry
+1310.2306 Systems and Control
+1310.2312 Functional Analysis
+1310.2315 Commutative Algebra
+1310.2320 Logic in Computer Science
+1310.2323 Computer Science and Game Theory
+1310.2329 Number Theory
+1310.2331 Mesoscale and Nanoscale Physics
+1310.2332 Symbolic Computation
+1310.2335 Exactly Solvable and Integrable Systems
+1310.2337 Classical Analysis and ODEs
+1310.2339 Probability
+1310.2342 Computers and Society
+1310.2343 Probability
+1310.2345 Probability
+1310.2346 Logic
+1310.2347 Probability
+1310.2348 Dynamical Systems
+1310.2349 Probability
+1310.2350 Artificial Intelligence
+1310.2351 Cryptography and Security
+1310.2352 Probability
+1310.2353 Combinatorics
+1310.2354 Networking and Internet Architecture
+1310.2355 Combinatorics
+1310.2356 Classical Analysis and ODEs
+1310.2358 Probability
+1310.2360 Statistical Mechanics
+1310.2361 Computational Engineering, Finance, and Science
+1310.2363 Materials Science
+1310.2365 Software Engineering
+1310.2366 Materials Science
+1310.2367 Databases
+1310.2368 Computers and Society
+1310.2369 Software Engineering
+1310.2371 Functional Analysis
+1310.2375 Databases
+1310.2383
+1310.2385 Information Theory
+1310.2387 Data Structures and Algorithms
+1310.2388 Numerical Analysis
+1310.2390 Number Theory
+1310.2394 Atomic Physics
+1310.2396 Artificial Intelligence
+1310.2397 Classical Analysis and ODEs
+1310.2398 Dynamical Systems
+1310.2400 Solar and Stellar Astrophysics
+1310.2403 Representation Theory
+1310.2404 Numerical Analysis
+1310.2407
+1310.2408 Learning
+1310.2409 Learning
+1310.2412 Solar and Stellar Astrophysics
+1310.2413 Phenomenology
+1310.2416 Number Theory
+1310.2421 Mesoscale and Nanoscale Physics
+1310.2423 Differential Geometry
+1310.2425 Solar and Stellar Astrophysics
+1310.2429
+1310.2431 Logic in Computer Science
+1310.2432 Astrophysics of Galaxies
+1310.2437 General Topology
+1310.2439 Analysis of PDEs
+1310.2440 Analysis of PDEs
+1310.2441 Social and Information Networks
+1310.2442 Other Statistics
+1310.2443 Analysis of PDEs
+1310.2448 Analysis of PDEs
+1310.2452 Cryptography and Security
+1310.2456 Information Theory
+1310.2457 Analysis of PDEs
+1310.2458 Probability
+1310.2464 Software Engineering
+1310.2466 Medical Physics
+1310.2468 Networking and Internet Architecture
+1310.2473 Information Theory
+1310.2477 Systems and Control
+1310.2481 High Energy Astrophysical Phenomena
+1310.2485 Analysis of PDEs
+1310.2488 Computers and Society
+1310.2491 Logic in Computer Science
+1310.2493 Artificial Intelligence
+1310.2494 Distributed, Parallel, and Cluster Computing
+1310.2498 Numerical Analysis
+1310.2501 Analysis of PDEs
+1310.2511 Analysis of PDEs
+1310.2517 Analysis of PDEs
+1310.2520 Biological Physics
+1310.2522 Strongly Correlated Electrons
+1310.2524 Operator Algebras
+1310.2527 Computation and Language
+1310.2530 Atomic Physics
+1310.2532 Statistics Theory
+1310.2533 Analysis of PDEs
+1310.2542 Quantitative Methods
+1310.2543
+1310.2550 Fluid Dynamics
+1310.2553 Solar and Stellar Astrophysics
+1310.2556 Phenomenology
+1310.2557 Applications
+1310.2564 Probability
+1310.2565
+1310.2567 Adaptation and Self-Organizing Systems
+1310.2568 Rings and Algebras
+1310.2571 Combinatorics
+1310.2582 Algebraic Geometry
+1310.2584 Functional Analysis
+1310.2586 Computational Geometry
+1310.2588 Experiment
+1310.2592 Systems and Control
+1310.2593 Experiment
+1310.2596 Solar and Stellar Astrophysics
+0812.0961 Exactly Solvable and Integrable Systems
+0904.0442 Materials Science
+1003.1290 Instrumentation and Detectors
+1003.2893 Materials Science
+1005.3867 Materials Science
+1006.3242 Instrumentation and Detectors
+1008.4436
+1010.3623
+1012.3115 Mesoscale and Nanoscale Physics
+1102.1701 Number Theory
+1106.1762 Combinatorics
+1107.0132 Probability
+1108.1294 Materials Science
+1108.1949 Analysis of PDEs
+1110.1567 General Finance
+1112.1309 Atomic Physics
+1202.3787 Cosmology and Nongalactic Astrophysics
+1202.5213
+1203.0758 Number Theory
+1203.1425 Optics
+1203.4548 Algebraic Geometry
+1206.0003 Classical Physics
+1206.5385 Materials Science
+1207.3530 Algebraic Geometry
+1208.1063 Group Theory
+1208.4430 Algebraic Topology
+1208.4881
+1208.5768 Physics and Society
+1209.1945
+1209.2036
+1209.4779 Theory
+1209.5958 Statistical Mechanics
+1210.2346 Learning
+1210.4427 Cosmology and Nongalactic Astrophysics
+1210.7876 Analysis of PDEs
+1211.4982 Operator Algebras
+1211.5782 Strongly Correlated Electrons
+1212.3781
+1212.4834 Cosmology and Nongalactic Astrophysics
+1212.6043 Computational Geometry
+1212.6045 Computational Geometry
+1212.6048 Graphics
+1212.6662 Numerical Analysis
+1301.2407
+1301.2964 Risk Management
+1301.7076 Combinatorics
+1301.7583 Theory
+1302.4865 Analysis of PDEs
+1302.5147 Mesoscale and Nanoscale Physics
+1302.6222 Statistical Mechanics
+1302.7188
+1303.1231
+1303.3501 Mesoscale and Nanoscale Physics
+1303.4035 Statistics Theory
+1303.5596 Physics and Society
+1303.5774 Earth and Planetary Astrophysics
+1303.6209 Strongly Correlated Electrons
+1304.3009 Logic
+1304.3209 Instrumentation and Detectors
+1304.4831 Materials Science
+1304.4914 Atomic Physics
+1304.4972 Quantum Gases
+1304.5750 Mesoscale and Nanoscale Physics
+1304.6340 Strongly Correlated Electrons
+1304.6457 Cosmology and Nongalactic Astrophysics
+1304.7119 Cosmology and Nongalactic Astrophysics
+1304.7233 Spectral Theory
+1305.0805
+1305.1195 Superconductivity
+1305.1298 Earth and Planetary Astrophysics
+1305.2253
+1305.2528 Statistical Mechanics
+1305.2563 Strongly Correlated Electrons
+1305.2949 Computer Vision and Pattern Recognition
+1305.2951 Phenomenology
+1305.3480
+1305.3588 Phenomenology
+1305.5154 Strongly Correlated Electrons
+1305.5409
+1305.7380 Materials Science
+1306.0637 Materials Science
+1306.0721 Chemical Physics
+1306.0877 Phenomenology
+1306.1551 Statistical Mechanics
+1306.2541 Mesoscale and Nanoscale Physics
+1306.2953 Computational Physics
+1306.3718 Mesoscale and Nanoscale Physics
+1306.3738 Social and Information Networks
+1306.4170 Materials Science
+1306.4524 Number Theory
+1306.4574 Experiment
+1306.4800 Statistical Mechanics
+1306.5280
+1306.5281
+1306.5456 Mesoscale and Nanoscale Physics
+1306.6401
+1307.0673 Probability
+1307.2814 Strongly Correlated Electrons
+1307.5058 Rings and Algebras
+1307.6506 Accelerator Physics
+1307.7184 Superconductivity
+1307.7625 Phenomenology
+1307.7745 Strongly Correlated Electrons
+1308.0496 Materials Science
+1308.0872 Dynamical Systems
+1308.1913 Theory
+1308.3086 Differential Geometry
+1308.3315 Combinatorics
+1308.3516 Optics
+1308.4398 Physics and Society
+1308.4880 Physics and Society
+1308.5327 Materials Science
+1308.5741 Computational Geometry
+1308.5891 Exactly Solvable and Integrable Systems
+1308.5901 Algebraic Geometry
+1308.6526 Distributed, Parallel, and Cluster Computing
+1308.6582 High Energy Astrophysical Phenomena
+1308.6595
+1308.6597 Dynamical Systems
+1308.6598 Space Physics
+1308.6602 Rings and Algebras
+1308.6607 Probability
+1308.6608 Cosmology and Nongalactic Astrophysics
+1308.6609 Optics
+1308.6612 Accelerator Physics
+1308.6614 Classical Analysis and ODEs
+1308.6616 Geophysics
+1308.6621 Combinatorics
+1308.6624 Algebraic Geometry
+1308.6627 Data Structures and Algorithms
+1308.6629 Fluid Dynamics
+1308.6633 Systems and Control
+1308.6634 Numerical Analysis
+1308.6635 Data Structures and Algorithms
+1308.6636 Biological Physics
+1308.6637 Phenomenology
+1308.6641 Systems and Control
+1308.6643 Numerical Analysis
+1308.6645 Biological Physics
+1308.6646 Information Theory
+1308.6648 Dynamical Systems
+1308.6654 Materials Science
+1308.6658 Analysis of PDEs
+1308.6663 Networking and Internet Architecture
+1308.6664 Materials Science
+1308.6667 Analysis of PDEs
+1308.6668 Fluid Dynamics
+1308.6669 Classical Analysis and ODEs
+1308.6670 Number Theory
+1308.6672 Fluid Dynamics
+1308.6677
+1308.6680 Number Theory
+1308.6682 Databases
+1308.6683 Databases
+1308.6684 Algebraic Topology
+1308.6685 Algebraic Topology
+1308.6686 Analysis of PDEs
+1308.6687 Computer Vision and Pattern Recognition
+1308.6688 Materials Science
+1308.6693 Computational Geometry
+1308.6694 Formal Languages and Automata Theory
+1308.6695 Exactly Solvable and Integrable Systems
+1308.6696 Combinatorics
+1308.6697 Computational Engineering, Finance, and Science
+1308.6701 Databases
+1308.6705 Social and Information Networks
+1308.6708 Exactly Solvable and Integrable Systems
+1308.6711 Data Structures and Algorithms
+1308.6713 Optics
+1308.6717 Combinatorics
+1308.6719 Optics
+1308.6721 Computer Vision and Pattern Recognition
+1308.6727 Plasma Physics
+1308.6730 Data Structures and Algorithms
+1308.6735 Classical Physics
+1308.6737 Biological Physics
+1308.6743 Phenomenology
+1308.6744 Cryptography and Security
+1308.6745 Cryptography and Security
+1308.6749 Phenomenology
+1308.6754 Functional Analysis
+1308.6758 Optics
+1308.6760 Computers and Society
+1308.6761 Statistics Theory
+1308.6762 Probability
+1308.6766 Atomic Physics
+1308.6770 Quantum Algebra
+1308.6772 Number Theory
+1308.6773
+1308.6774 Optimization and Control
+1308.6781 Differential Geometry
+1308.6782 Mesoscale and Nanoscale Physics
+1308.6784 Instrumentation and Methods for Astrophysics
+1308.6785 Instrumentation and Methods for Astrophysics
+1308.6792 K-Theory and Homology
+1308.6796 Algebraic Geometry
+1308.6798 Pattern Formation and Solitons
+1308.6801 Computational Geometry
+1308.6803 Combinatorics
+1308.6805 Networking and Internet Architecture
+1308.6807 Networking and Internet Architecture
+1308.6811 Commutative Algebra
+1308.6812 Group Theory
+1308.6813 Number Theory
+1308.6814 Classical Analysis and ODEs
+1308.6815 Representation Theory
+1308.6816 History and Overview
+1308.6820 Dynamical Systems
+1308.6821 Complex Variables
+1308.6826 Optics
+1308.6827 Differential Geometry
+dg-ga/9610002 Differential Geometry
+gr-qc/0105023
+math/0112207 Geometric Topology
+math/0510387 Combinatorics
+0708.4250 Group Theory
+0711.2657 Materials Science
+0803.3969 Rings and Algebras
+0806.0699 General Physics
+1004.3129 Geometric Topology
+1007.0147
+1008.2158 High Energy Astrophysical Phenomena
+1102.1401
+1103.5422 Strongly Correlated Electrons
+1104.4769 Theory
+1105.3665 Probability
+1106.1223 Strongly Correlated Electrons
+1106.3856 Theory
+1106.5311 Superconductivity
+1107.3654 Algebraic Geometry
+1107.4383 Commutative Algebra
+1107.5338 Quantitative Methods
+1109.0807 Information Theory
+1110.3839 Differential Geometry
+1112.1412 Strongly Correlated Electrons
+1112.2684 Geometric Topology
+1112.5303 Strongly Correlated Electrons
+1201.1168 Dynamical Systems
+1202.1901 High Energy Astrophysical Phenomena
+1204.2257 Probability
+1204.2946 Probability
+1204.3779
+1204.4296 Fluid Dynamics
+1205.0813 Quantum Gases
+1205.0833 Materials Science
+1205.3833
+1205.6547 Number Theory
+1206.4189 Applications
+1206.4530 Analysis of PDEs
+1206.6974 Atmospheric and Oceanic Physics
+1207.0723
+1207.1299 Representation Theory
+1207.2083 Information Theory
+1207.2370 Applications
+1207.5932 Solar and Stellar Astrophysics
+1207.6047 High Energy Astrophysical Phenomena
+1207.6723 Mesoscale and Nanoscale Physics
+1207.6906
+1208.2015 Learning
+1208.3134 Superconductivity
+1209.1163 High Energy Astrophysical Phenomena
+1209.6433 Methodology
+1210.0645 Learning
+1210.0962 Other Statistics
+1210.1561 Theory
+1210.1816 Theory
+1210.5656
+1210.5979 Number Theory
+1210.6025
+1210.8427
+1211.1682 Strongly Correlated Electrons
+1211.1769 Representation Theory
+1211.1829 Strongly Correlated Electrons
+1211.3610 Number Theory
+1211.6896
+1211.6929 Superconductivity
+1212.1068 Information Retrieval
+1212.1622 High Energy Astrophysical Phenomena
+1212.2658 Populations and Evolution
+1212.3394 Materials Science
+1212.3476 Statistical Mechanics
+1212.4241 Mesoscale and Nanoscale Physics
+1212.4845 Materials Science
+1212.5508 Materials Science
+1301.1626 Genomics
+1301.3441 Commutative Algebra
+1301.3925 Numerical Analysis
+1301.5861 Mesoscale and Nanoscale Physics
+1301.6094 Rings and Algebras
+1302.0229
+1302.0666
+1302.0705 Algebraic Geometry
+1302.1171 Statistics Theory
+1302.1429 Superconductivity
+1302.1622 Lattice
+1302.1943 Superconductivity
+1302.2168 Information Theory
+1302.2249 Lattice
+1302.3063 Optics
+1302.3182 Statistical Mechanics
+1302.3190 Geometric Topology
+1302.3275
+1302.3413 Mesoscale and Nanoscale Physics
+1302.4301 Quantum Gases
+1302.4394 Phenomenology
+1302.4408 Superconductivity
+1302.5486 Phenomenology
+1302.6044 Data Analysis, Statistics and Probability
+1302.6897 Solar and Stellar Astrophysics
+1302.7036 Statistical Finance
+1303.0772 Strongly Correlated Electrons
+1303.1618 General Physics
+1303.3212 Atomic Physics
+1303.3975 Cosmology and Nongalactic Astrophysics
+1303.4637
+1303.5831 Strongly Correlated Electrons
+1304.0371 Computational Complexity
+1304.1209 Data Analysis, Statistics and Probability
+1304.1434
+1304.2299 Cosmology and Nongalactic Astrophysics
+1304.2984 Analysis of PDEs
+1304.4597 Astrophysics of Galaxies
+1304.4912 Algebraic Topology
+1304.5025 Mesoscale and Nanoscale Physics
+1304.5648 Algebraic Topology
+1304.7515 Geometric Topology
+1304.7912
+1305.0284 Geometric Topology
+1305.1794 General Topology
+1305.2090 Accelerator Physics
+1305.2227 Methodology
+1305.3252 Systems and Control
+1305.3794 Neural and Evolutionary Computing
+1305.4037 Classical Analysis and ODEs
+1305.4338 Materials Science
+1305.4533 Solar and Stellar Astrophysics
+1305.4733 Soft Condensed Matter
+1305.4896 Methodology
+1305.4929 Mesoscale and Nanoscale Physics
+1305.4934 Cosmology and Nongalactic Astrophysics
+1305.4938 Cosmology and Nongalactic Astrophysics
+1305.4945 Representation Theory
+1305.4946 Mesoscale and Nanoscale Physics
+1305.4947 Neural and Evolutionary Computing
+1305.4970 Logic
+1305.4971 Dynamical Systems
+1305.4975 Numerical Analysis
+1305.4981 Methodology
+1305.4982 Methodology
+1305.4990
+1305.5001 Instrumentation and Detectors
+1305.5006 Operator Algebras
+1305.5011 Instrumentation and Detectors
+1305.5017 Computation
+1305.5020 Phenomenology
+1305.5021
+1305.5022 Numerical Analysis
+1305.5024 Robotics
+1305.5025 Robotics
+1305.5028 Differential Geometry
+1305.5030 Artificial Intelligence
+1305.5032 Combinatorics
+1305.5033 Atomic Physics
+1305.5044 Classical Analysis and ODEs
+1305.5045
+1305.5054 Analysis of PDEs
+1305.5061 Superconductivity
+1305.5063 Analysis of PDEs
+1305.5066 Numerical Analysis
+1305.5067 Probability
+1305.5074 Soft Condensed Matter
+1305.5077 Mesoscale and Nanoscale Physics
+1305.5081
+1305.5085 Combinatorics
+1305.5091 Materials Science
+1305.5101 Phenomenology
+1305.5102 Algebraic Geometry
+1305.5113 History and Overview
+1305.5116 Computational Physics
+1305.5120 Distributed, Parallel, and Cluster Computing
+1305.5121 Rings and Algebras
+1305.5133 Disordered Systems and Neural Networks
+1305.5137 Materials Science
+1305.5140 Mesoscale and Nanoscale Physics
+1305.5146 Probability
+1305.5151 Logic
+1305.5156 Classical Analysis and ODEs
+1305.5160 Computer Vision and Pattern Recognition
+1305.5170 Computer Science and Game Theory
+1305.5173 History and Overview
+1305.5174 Algebraic Geometry
+1305.5176 Computer Science and Game Theory
+1305.5179 Distributed, Parallel, and Cluster Computing
+1305.5181 Classical Analysis and ODEs
+1305.5183 Instrumentation and Methods for Astrophysics
+1305.5184
+1305.5186 Geometric Topology
+1305.5189 Physics and Society
+1305.5203
+1305.5208 Metric Geometry
+1305.5209 Computational Geometry
+1305.5210 General Physics
+1305.5211 Numerical Analysis
+1305.5215 Medical Physics
+1305.5218 Materials Science
+1305.5220 Pricing of Securities
+1305.5225 Computational Physics
+1305.5230 Complex Variables
+1305.5232 Statistics Theory
+1305.5233 Combinatorics
+1305.5234 Logic
+1305.5235 Physics and Society
+1305.5237 Accelerator Physics
+1305.5238 Risk Management
+1305.5240 Logic in Computer Science
+1305.5241 Number Theory
+1305.5242
+1305.5246 Phenomenology
+1305.5248 Instrumentation and Methods for Astrophysics
+0804.2313 Analysis of PDEs
+0811.0596
+0901.3577 Dynamical Systems
+0903.3465
+0903.5503 Geometric Topology
+0912.0194 Operator Algebras
+1001.1130 Computational Physics
+1003.4133
+1003.4177
+1005.2764 Algebraic Topology
+1007.1415
+1008.1896 Materials Science
+1008.5301 Algebraic Geometry
+1010.2427 Numerical Analysis
+1010.3374 General Mathematics
+1011.6066 Spectral Theory
+1012.4727
+1102.0006 Algebraic Geometry
+1103.4722 Optimization and Control
+1105.2151 Strongly Correlated Electrons
+1106.1569 Cosmology and Nongalactic Astrophysics
+1107.2965
+1107.4462
+1108.2808 Combinatorics
+1109.4907 Combinatorics
+1110.4962 Functional Analysis
+1112.4256 Formal Languages and Automata Theory
+1112.4315 Category Theory
+1201.2883 Differential Geometry
+1201.5615 Atomic Physics
+1201.6631 Atomic Physics
+1202.0117 Adaptation and Self-Organizing Systems
+1202.3819 Methodology
+1203.3265
+1203.3649 Cosmology and Nongalactic Astrophysics
+1203.4169 Atomic Physics
+1204.2357 Probability
+1204.2741 Computer Vision and Pattern Recognition
+1204.2801 Computer Vision and Pattern Recognition
+1204.3442 Commutative Algebra
+1204.3964 Atomic Physics
+1204.6369 Mesoscale and Nanoscale Physics
+1205.0990 Statistics Theory
+1205.4608 Symplectic Geometry
+1205.5895 Atomic Physics
+1205.6487 Combinatorics
+1206.0158 Functional Analysis
+1206.2341 Lattice
+1206.4812 Neurons and Cognition
+1207.1975 Chaotic Dynamics
+1207.5470 Analysis of PDEs
+1207.5571 Chaotic Dynamics
+1207.5580
+1207.5588 Superconductivity
+1207.5639 Earth and Planetary Astrophysics
+1207.6315 Representation Theory
+1207.6834 Superconductivity
+1208.0126 Earth and Planetary Astrophysics
+1208.0382 Physics and Society
+1208.1630
+1208.3656
+1208.6015 Spectral Theory
+1208.6224 Phenomenology
+1209.3293 Materials Science
+1209.4915 Chaotic Dynamics
+1209.5149 Theory
+1210.0771 Statistics Theory
+1210.1194
+1210.6070 Physics and Society
+1210.6778 Functional Analysis
+1210.7739 Theory
+1211.0999 Phenomenology
+1211.1848 Analysis of PDEs
+1211.3669 Cosmology and Nongalactic Astrophysics
+1211.5619 Cosmology and Nongalactic Astrophysics
+1211.5799 Statistical Mechanics
+1211.6307 Strongly Correlated Electrons
+1212.0081 Materials Science
+1212.0093 Theory
+1212.1043 Theory
+1212.1303 Mesoscale and Nanoscale Physics
+1212.1596 Group Theory
+1212.1769
+1212.1860 Plasma Physics
+1212.3364 Classical Analysis and ODEs
+1212.3366 Statistical Mechanics
+1212.4121 Chemical Physics
+1212.4611 Phenomenology
+1212.5831 Theory
+1212.6395 Strongly Correlated Electrons
+1212.6734 Information Theory
+1212.6833 Phenomenology
+1212.6927 Theory
+1301.1130 Statistical Mechanics
+1301.1697 Mesoscale and Nanoscale Physics
+1301.1803 Theory
+1301.2042 Mesoscale and Nanoscale Physics
+1301.2427 Information Theory
+1301.2834 Cosmology and Nongalactic Astrophysics
+1301.3495 Strongly Correlated Electrons
+1301.3632 Cryptography and Security
+1301.5677 Theory
+1301.6176 Cryptography and Security
+1301.6566 Quantum Gases
+1301.6811 Phenomenology
+1301.7030
+1301.7107
+1301.7191 Functional Analysis
+1302.1815 Strongly Correlated Electrons
+1302.2055
+1302.2276 Mesoscale and Nanoscale Physics
+1302.3856 Phenomenology
+1302.3898 Phenomenology
+1302.4495 Atomic Physics
+1302.4572 Physics and Society
+1302.4899 Mesoscale and Nanoscale Physics
+1302.5193 Classical Analysis and ODEs
+1302.5664 Materials Science
+1302.6284
+1302.6553 Cosmology and Nongalactic Astrophysics
+1303.0435 Lattice
+1303.0610 Phenomenology
+1303.0619 Strongly Correlated Electrons
+1303.0775 Information Theory
+1303.0931 Atomic Physics
+1303.1172 Phenomenology
+1303.1525 Theory
+1303.1687
+1303.2005 Data Analysis, Statistics and Probability
+1303.2867
+1303.3146 Cosmology and Nongalactic Astrophysics
+1303.4403 Phenomenology
+1303.4583 Phenomenology
+1303.4602 Optics
+1303.4887 Phenomenology
+1303.4896 Lattice
+1303.5459 Theory
+1303.5463 Phenomenology
+1303.5479 Data Structures and Algorithms
+1303.5510
+1303.6087 Phenomenology
+1303.6178 Phenomenology
+1303.6193
+1303.6437 Computational Complexity
+1303.7199
+1303.7465 Experiment
+1304.1988 Strongly Correlated Electrons
+1304.2048 Methodology
+1304.3130 Theory
+1304.4309 Combinatorics
+1304.5003 Statistical Mechanics
+1304.5061 Group Theory
+1304.5514 Numerical Analysis
+1304.5741 Lattice
+1304.6596 Optics
+1304.6866 Phenomenology
+1304.7488 Theory
+1304.7971 Information Theory
+1305.4466 Soft Condensed Matter
+1305.5446
+1305.5735 General Physics
+1305.5765 Information Theory
+1305.5959 Information Retrieval
+1305.6179 Solar and Stellar Astrophysics
+1305.6618 Soft Condensed Matter
+1305.6698
+1305.6712
+1305.6829 Cryptography and Security
+1306.0689 Earth and Planetary Astrophysics
+1306.1513 Logic
+1306.1601
+1306.1898 Biological Physics
+1306.1972 Functional Analysis
+1306.1974 Functional Analysis
+1306.2177
+1306.2189 Materials Science
+1306.2208 Combinatorics
+1306.2295 Artificial Intelligence
+1306.2305 Optimization and Control
+1306.2308 Earth and Planetary Astrophysics
+1306.2319 High Energy Astrophysical Phenomena
+1306.2322 High Energy Astrophysical Phenomena
+1306.2323 High Energy Astrophysical Phenomena
+1306.2324 High Energy Astrophysical Phenomena
+1306.2325 High Energy Astrophysical Phenomena
+1306.2328 High Energy Astrophysical Phenomena
+1306.2330 High Energy Astrophysical Phenomena
+1306.2331 High Energy Astrophysical Phenomena
+1306.2332 High Energy Astrophysical Phenomena
+1306.2333 High Energy Astrophysical Phenomena
+1306.2334 High Energy Astrophysical Phenomena
+1306.2335 High Energy Astrophysical Phenomena
+1306.2336 High Energy Astrophysical Phenomena
+1306.2340 Dynamical Systems
+1306.2346 Metric Geometry
+1306.2351 Optics
+1306.2353 Genomics
+1306.2360 Networking and Internet Architecture
+1306.2361 Information Theory
+1306.2362 Information Theory
+1306.2363 Biological Physics
+1306.2369 Accelerator Physics
+1306.2373 Dynamical Systems
+1306.2374 Combinatorics
+1306.2375
+1306.2377 Combinatorics
+1306.2378 Optics
+1306.2379
+1306.2380 Metric Geometry
+1306.2382 Probability
+1306.2383 Differential Geometry
+1306.2385 Group Theory
+1306.2387 Combinatorics
+1306.2390 Complex Variables
+1306.2394 Group Theory
+1306.2396 Algebraic Geometry
+1306.2397 Functional Analysis
+1306.2399 Information Theory
+1306.2400 Combinatorics
+1306.2404 Human-Computer Interaction
+1306.2405 Discrete Mathematics
+1306.2407 Cosmology and Nongalactic Astrophysics
+1306.2414 Software Engineering
+1306.2416 History and Philosophy of Physics
+1306.2421 Classical Analysis and ODEs
+1306.2425 Networking and Internet Architecture
+1306.2427 Methodology
+1306.2430 Probability
+1306.2431 Optics
+1306.2432 Phenomenology
+1306.2433 Physics and Society
+1306.2434 Information Theory
+1306.2435 Subcellular Processes
+1306.2440 Rings and Algebras
+1306.2444 Strongly Correlated Electrons
+1306.2448 Mesoscale and Nanoscale Physics
+1306.2449 Populations and Evolution
+1306.2450 Functional Analysis
+1306.2453 Distributed, Parallel, and Cluster Computing
+1306.2456 Algebraic Geometry
+1306.2459 Databases
+1306.2460 Databases
+1306.2464 Optics
+1306.2466 Numerical Analysis
+1306.2467 Group Theory
+1306.2476 Cryptography and Security
+1306.2477 Cryptography and Security
+1306.2486 Phenomenology
+1306.2490 Mesoscale and Nanoscale Physics
+1306.2502 Software Engineering
+1306.2503 Methodology
+1306.2509 Dynamical Systems
+1306.2513 Optimization and Control
+1306.2523 Commutative Algebra
+1306.2528 Earth and Planetary Astrophysics
+1306.2529 Number Theory
+1306.2536
+1306.2538 Cell Behavior
+1306.2539 Geophysics
+1306.2548 Formal Languages and Automata Theory
+1306.2554 Networking and Internet Architecture
+1306.2555 Differential Geometry
+1306.2556 Other Computer Science
+1306.2558 Artificial Intelligence
+1306.2562 History and Overview
+1306.2563 Functional Analysis
+1306.2565 Analysis of PDEs
+1306.2579 Experiment
+1306.2593 Sound
+1306.2596 Classical Analysis and ODEs
+1306.2597 Information Retrieval
+1306.2599 Computer Vision and Pattern Recognition
+1306.2610 Fluid Dynamics
+1306.2611 Strongly Correlated Electrons
+1306.2623 Logic
+1306.2624 Computer Vision and Pattern Recognition
+1306.2627 Materials Science
+physics/0104035 Chemical Physics
+1111.2331 General Physics
+0805.0439 Representation Theory
+0902.2068
+1003.2168 Probability
+1004.0234 Statistics Theory
+1004.2568 Dynamical Systems
+1005.5692 Probability
+1007.1112 Probability
+1007.2669 Probability
+1007.2869
+1007.3199 Probability
+1008.2697 Probability
+1008.3839 Probability
+1009.4464
+1010.6118 Probability
+1011.4142 Theory
+1012.1634 K-Theory and Homology
+1012.4148 General Physics
+1103.5161 Analysis of PDEs
+1104.2841
+1104.3353 Discrete Mathematics
+1104.3552 Theory
+1107.0310 Quantum Algebra
+1108.2023 General Physics
+1111.4913 Statistical Mechanics
+1111.5481 Physics and Society
+1112.2034
+1201.2502 Combinatorics
+1201.3503
+1202.1303 Algebraic Geometry
+1203.3554 Adaptation and Self-Organizing Systems
+1203.5758 Probability
+1203.6237 Combinatorics
+1204.0567
+1204.1159 Analysis of PDEs
+1204.4211 Mesoscale and Nanoscale Physics
+1204.4757 Strongly Correlated Electrons
+1205.2955 Phenomenology
+1205.5039 Statistics Theory
+1205.5647
+1205.5868 Methodology
+1206.4179 Algebraic Geometry
+1207.3021 Atomic Physics
+1207.5248 Superconductivity
+1207.5397 Functional Analysis
+1207.6923 Operator Algebras
+1208.3412 Superconductivity
+1208.4813
+1208.5470 Phenomenology
+1208.5905 Atomic Physics
+1208.6115
+1209.2428 Theory
+1209.2993 Probability
+1209.5312 Dynamical Systems
+1209.6152 Information Theory
+1210.1388 Computation
+1210.4275
+1210.5082
+1210.8250 Lattice
+1211.0591 Materials Science
+1211.0726 Materials Science
+1211.1215 Phenomenology
+1211.2511 Numerical Analysis
+1211.2788 Theory
+1211.3467 Solar and Stellar Astrophysics
+1211.3746 Optics
+1211.4523 Experiment
+1211.4593 Superconductivity
+1211.4995 Mesoscale and Nanoscale Physics
+1211.5531 Representation Theory
+1212.0475 Disordered Systems and Neural Networks
+1212.0495 Pattern Formation and Solitons
+1212.3637 Numerical Analysis
+1212.3945 Soft Condensed Matter
+1212.4217
+1212.5069
+1212.5213 Fluid Dynamics
+1212.5601 Solar and Stellar Astrophysics
+1212.5835 Theory
+1212.6566 History and Philosophy of Physics
+1212.6859 Strongly Correlated Electrons
+1301.0958 Probability
+1301.1808
+1301.1956 Soft Condensed Matter
+1301.2387
+1301.3541 Learning
+1301.3583 Learning
+1301.3993 Representation Theory
+1301.5705 Strongly Correlated Electrons
+1301.5959 Differential Geometry
+1301.6368 Theory
+1302.3307 High Energy Astrophysical Phenomena
+1302.5749 Statistics Theory
+1302.7263 Learning
+1303.1357 Mesoscale and Nanoscale Physics
+1303.1713 High Energy Astrophysical Phenomena
+1303.1910 Algebraic Geometry
+1303.1934 Materials Science
+1303.2302 Combinatorics
+1303.2624 Superconductivity
+1303.2906 Number Theory
+1303.3145 Neural and Evolutionary Computing
+1303.3250 Social and Information Networks
+1303.3282 Phenomenology
+1303.3303 Geometric Topology
+1303.3421 Combinatorics
+1303.3427 Networking and Internet Architecture
+1303.3573 Probability
+1303.3577 Chaotic Dynamics
+1303.3578 Computational Geometry
+1303.3579 General Physics
+1303.3581
+1303.3582
+1303.3591 Atomic Physics
+1303.3593 Materials Science
+1303.3596 Algebraic Geometry
+1303.3603 Classical Analysis and ODEs
+1303.3604 Analysis of PDEs
+1303.3605 Robotics
+1303.3606 Accelerator Physics
+1303.3607 Number Theory
+1303.3614 Computational Engineering, Finance, and Science
+1303.3618 Mesoscale and Nanoscale Physics
+1303.3619 Combinatorics
+1303.3620 Classical Analysis and ODEs
+1303.3624 Networking and Internet Architecture
+1303.3628 Cosmology and Nongalactic Astrophysics
+1303.3630 Instrumentation and Detectors
+1303.3632 Distributed, Parallel, and Cluster Computing
+1303.3635 Cosmology and Nongalactic Astrophysics
+1303.3636 Information Theory
+1303.3638 Information Theory
+1303.3642 Solar and Stellar Astrophysics
+1303.3643 Networking and Internet Architecture
+1303.3645 Logic in Computer Science
+1303.3647
+1303.3648 Algebraic Geometry
+1303.3651 Information Theory
+1303.3653 Cosmology and Nongalactic Astrophysics
+1303.3655 Probability
+1303.3656 Information Theory
+1303.3660 Networking and Internet Architecture
+1303.3665 Information Theory
+1303.3667 Analysis of PDEs
+1303.3671 Algebraic Topology
+1303.3674 Combinatorics
+1303.3675 Combinatorics
+1303.3679 Robotics
+1303.3682
+1303.3685 Complex Variables
+1303.3697 Functional Analysis
+1303.3703 Commutative Algebra
+1303.3704 Rings and Algebras
+1303.3709 Algebraic Geometry
+1303.3714 Lattice
+1303.3716 Information Theory
+1303.3717 Numerical Analysis
+1303.3718 Algebraic Topology
+1303.3721 Analysis of PDEs
+1303.3733 Information Theory
+1303.3737 Information Theory
+1303.3738 Statistics Theory
+1303.3742 Phenomenology
+1303.3751 Social and Information Networks
+1303.3754 Learning
+1303.3759 Instrumentation and Detectors
+1303.3760 Materials Science
+1303.3763 Theory
+1303.3769 Numerical Analysis
+1303.3772 Materials Science
+1303.3773 Probability
+1303.3774 Materials Science
+1303.3775 Computation
+1303.3779 Populations and Evolution
+1303.3784 Group Theory
+1303.3785 Combinatorics
+1303.3788 Theory
+1303.3789 Commutative Algebra
+1303.3791 Numerical Analysis
+1303.3794 Combinatorics
+1303.3801 General Physics
+1303.3802 Analysis of PDEs
+1303.3804
+1303.3807 Information Theory
+1303.3811 Materials Science
+1303.3814 Optics
+1303.3817 Networking and Internet Architecture
+1303.3818 General Physics
+1303.3822 Phenomenology
+1303.3826 Earth and Planetary Astrophysics
+1303.3827 Multiagent Systems
+1303.3828 Multiagent Systems
+1303.3830 Solar and Stellar Astrophysics
+1303.3838 Mesoscale and Nanoscale Physics
+1303.3840 Quantum Gases
+1303.3842 Populations and Evolution
+1303.3844 Information Theory
+1303.3849 Information Theory
+1303.3854 Phenomenology
+1303.3857 Combinatorics
+1303.3861
+1303.3866 Data Analysis, Statistics and Probability
+1303.3869 Materials Science
+1303.3873 Geometric Topology
+1303.3875 Digital Libraries
+1303.3877 Numerical Analysis
+1303.3878 Materials Science
+0709.2537
+0711.0280 Materials Science
+0809.2083 Metric Geometry
+0903.0443 Information Theory
+0904.1852 Functional Analysis
+0905.2674 Group Theory
+0907.1902
+0907.3567 Materials Science
+0911.4957 Geometric Topology
+1002.4662 Group Theory
+1007.0079 Analysis of PDEs
+1008.1284 Number Theory
+1010.2837 Statistical Mechanics
+1010.2844 Soft Condensed Matter
+1011.5723 Differential Geometry
+1107.5615 Systems and Control
+1109.5705 Combinatorics
+1111.3281 Computer Vision and Pattern Recognition
+1112.1557
+1112.3728 Analysis of PDEs
+1201.0596 Mesoscale and Nanoscale Physics
+1201.2342 Analysis of PDEs
+1201.3801 General Physics
+1201.4895 Computer Vision and Pattern Recognition
+1202.2689
+1202.2813 Representation Theory
+1202.3655 Numerical Analysis
+1202.4512 Analysis of PDEs
+1203.0816 Mesoscale and Nanoscale Physics
+1203.5094 Quantum Gases
+1203.6117 Statistical Mechanics
+1204.2893
+1205.1375 Geometric Topology
+1205.3548 Classical Analysis and ODEs
+1205.6079
+1205.6486 Statistical Mechanics
+1206.0328 Experiment
+1206.1554
+1206.2328 Analysis of PDEs
+1206.2850 Analysis of PDEs
+1207.3331
+1207.5857 Information Theory
+1208.0122
+1208.3533 Databases
+1208.4810 Optics
+1209.1406 Numerical Analysis
+1209.3027 Instrumentation and Methods for Astrophysics
+1210.0039 Classical Analysis and ODEs
+1210.2239 Statistical Mechanics
+1210.3245 Earth and Planetary Astrophysics
+1210.3821 Analysis of PDEs
+1210.3938 Strongly Correlated Electrons
+1210.6759 Theory
+1210.8035 Quantum Gases
+1211.0057
+1211.3500 Numerical Analysis
+1211.3604 Combinatorics
+1211.4154 Analysis of PDEs
+1211.5634
+1211.5798 Representation Theory
+1211.7241 Quantum Gases
+1212.0043 Analysis of PDEs
+1212.3581 Statistical Mechanics
+1212.4558 Soft Condensed Matter
+1212.4641 Probability
+1212.4858 Phenomenology
+1212.5157 Statistical Mechanics
+1212.5622 Group Theory
+1212.5889 Number Theory
+1212.6136
+1212.6818 Phenomenology
+1301.1615 Disordered Systems and Neural Networks
+1301.1690 Mesoscale and Nanoscale Physics
+1301.3939 Instrumentation and Methods for Astrophysics
+1301.4267 Strongly Correlated Electrons
+1301.5403 Quantum Gases
+1301.6498 Statistical Mechanics
+1301.6565 Strongly Correlated Electrons
+1301.7631
+1302.1460 High Energy Astrophysical Phenomena
+1302.1806 Strongly Correlated Electrons
+1302.3305
+1302.4925 Strongly Correlated Electrons
+1302.5192 Distributed, Parallel, and Cluster Computing
+1303.0623 Statistical Mechanics
+1303.1413 Theory
+1303.2025 Social and Information Networks
+1303.3208 Strongly Correlated Electrons
+1303.3456
+1303.4300 Strongly Correlated Electrons
+1303.4689 Statistical Mechanics
+1303.4885 Phenomenology
+1303.5038 Optics
+1303.6427 Analysis of PDEs
+1303.7101
+1303.7420 Superconductivity
+1304.0957 Soft Condensed Matter
+1304.2837 Statistical Mechanics
+1304.3800 Computation
+1304.4722 Algebraic Topology
+1304.4754 Mesoscale and Nanoscale Physics
+1304.5143 Quantum Gases
+1304.5612 History and Philosophy of Physics
+1304.6200 Mesoscale and Nanoscale Physics
+1304.7247 Theory
+1304.7985 Theory
+1305.1389 Rings and Algebras
+1305.1780 Mesoscale and Nanoscale Physics
+1305.2092 Phenomenology
+1305.2114 High Energy Astrophysical Phenomena
+1305.3866 Chemical Physics
+1305.4164 Superconductivity
+1305.4213 Cosmology and Nongalactic Astrophysics
+1305.4822
+1305.7452 Cosmology and Nongalactic Astrophysics
+1305.7490
+1306.1608 High Energy Astrophysical Phenomena
+1306.2183 Mesoscale and Nanoscale Physics
+1306.2829 Quantum Gases
+1306.2924 Classical Physics
+1306.2973 Computational Physics
+1306.3173 Statistical Mechanics
+1306.3493 Phenomenology
+1306.3640 Cosmology and Nongalactic Astrophysics
+1306.4473 Programming Languages
+1306.4869 Theory
+1306.4909
+1306.5845 Adaptation and Self-Organizing Systems
+1306.5879 Dynamical Systems
+1306.6058 Computer Vision and Pattern Recognition
+1306.6078 Computation and Language
+1306.6086 General Topology
+1306.6090 High Energy Astrophysical Phenomena
+1306.6091 Popular Physics
+1306.6092 Metric Geometry
+1306.6094 Superconductivity
+1306.6098
+1306.6105 Algebraic Geometry
+1306.6107 Operator Algebras
+1306.6113 Cosmology and Nongalactic Astrophysics
+1306.6115 Software Engineering
+1306.6120 Representation Theory
+1306.6122 Information Theory
+1306.6124 Genomics
+1306.6127 Functional Analysis
+1306.6129 Populations and Evolution
+1306.6130 Computation and Language
+1306.6137 Applications
+1306.6138 High Energy Astrophysical Phenomena
+1306.6146 Geometric Topology
+1306.6153 History and Philosophy of Physics
+1306.6157 Methodology
+1306.6163 Populations and Evolution
+1306.6165 Mesoscale and Nanoscale Physics
+1306.6169 Information Theory
+1306.6170 Complex Variables
+1306.6173 Complex Variables
+1306.6174 Fluid Dynamics
+1306.6175 Instrumentation and Methods for Astrophysics
+1306.6176 Analysis of PDEs
+1306.6177 Analysis of PDEs
+1306.6178 Analysis of PDEs
+1306.6181 Complex Variables
+1306.6182 Complex Variables
+1306.6185 Analysis of PDEs
+1306.6189 Learning
+1306.6192 Distributed, Parallel, and Cluster Computing
+1306.6193 Data Structures and Algorithms
+1306.6194 Systems and Control
+1306.6195
+1306.6196 Fluid Dynamics
+1306.6198 Social and Information Networks
+1306.6201
+1306.6205 Probability
+1306.6206 Computational Engineering, Finance, and Science
+1306.6210
+1306.6211 Analysis of PDEs
+1306.6214 Soft Condensed Matter
+1306.6217 Complex Variables
+1306.6219 Phenomenology
+1306.6220 Complex Variables
+1306.6226 Algebraic Geometry
+1306.6230 Optics
+1306.6232 Combinatorics
+1306.6241
+1306.6243 Mesoscale and Nanoscale Physics
+1306.6244 Quantum Algebra
+1306.6248 Other Condensed Matter
+1306.6249 Complex Variables
+1306.6250 Category Theory
+1306.6251 Superconductivity
+1306.6252 Complex Variables
+1306.6255 Numerical Analysis
+1306.6256 Spectral Theory
+1306.6257 Analysis of PDEs
+1306.6260 Cryptography and Security
+1306.6261 Group Theory
+1306.6262 Software Engineering
+1306.6265 Cryptography and Security
+1306.6267 Pricing of Securities
+1306.6270 Representation Theory
+1306.6271 Representation Theory
+1306.6278 Computer Science and Game Theory
+1306.6279 Soft Condensed Matter
+1306.6281 Information Theory
+1306.6283 High Energy Astrophysical Phenomena
+1306.6286 General Physics
+1306.6287 Accelerator Physics
+1306.6288 Information Theory
+1306.6292
+1306.6295 Data Structures and Algorithms
+1306.6298 Phenomenology
+1306.6300 Computational Physics
+1306.6312 Algebraic Geometry
+1306.6313 Quantitative Methods
+1306.6322 Representation Theory
+cond-mat/9807181
+math/0511418 Symplectic Geometry
+math/0703335 Symplectic Geometry
+0807.2019 Rings and Algebras
+1001.2864 Populations and Evolution
+1005.5546 Algebraic Geometry
+1007.2679 K-Theory and Homology
+1007.4859
+1008.0965 Strongly Correlated Electrons
+1011.1696
+1101.3989 Geometric Topology
+1102.4003 Statistics Theory
+1103.1919 Probability
+1104.0189 Probability
+1104.0740 Probability
+1105.5660 Cosmology and Nongalactic Astrophysics
+1106.4294 Cosmology and Nongalactic Astrophysics
+1106.5665 Representation Theory
+1108.3139 Quantum Algebra
+1109.6093 Algebraic Geometry
+1112.1802 Rings and Algebras
+1112.3806
+1202.0047 Phenomenology
+1202.4477
+1205.2398 Pricing of Securities
+1205.6603
+1205.6942
+1206.0661 Strongly Correlated Electrons
+1206.2594
+1206.6638 Group Theory
+1207.5239
+1207.6053 Information Theory
+1208.2091 Number Theory
+1208.5750
+1209.1776
+1209.2006 Geometric Topology
+1209.4214 Data Structures and Algorithms
+1210.0475 Dynamical Systems
+1210.3212
+1210.6347 Cosmology and Nongalactic Astrophysics
+1211.1187 Combinatorics
+1211.3049 Discrete Mathematics
+1211.3236 Strongly Correlated Electrons
+1211.3523 Mesoscale and Nanoscale Physics
+1211.4289 Learning
+1211.5198
+1211.7293 Phenomenology
+1212.3046 Materials Science
+1212.3598 Phenomenology
+1212.4145 Phenomenology
+1212.4338 Strongly Correlated Electrons
+1212.4933
+1212.5228 Theory
+1212.6003
+1212.6703
+1301.2025 Strongly Correlated Electrons
+1301.5814 Theory
+1301.7489 Materials Science
+1302.1151 Mesoscale and Nanoscale Physics
+1302.1742 General Topology
+1302.1874 Strongly Correlated Electrons
+1302.2108 Strongly Correlated Electrons
+1302.2452 Statistical Mechanics
+1302.3277 Theory
+1302.4100
+1302.4333 Analysis of PDEs
+1302.5456 Analysis of PDEs
+1302.5737 Phenomenology
+1302.6297
+1302.7144 Exactly Solvable and Integrable Systems
+1303.0359 Representation Theory
+1303.0808
+1303.1363 Mesoscale and Nanoscale Physics
+1303.2843
+1303.4161 Spectral Theory
+1303.4962 Phenomenology
+1303.5119 Phenomenology
+1303.5548 Materials Science
+1303.5549 Materials Science
+1303.5991 Metric Geometry
+1304.1480
+1304.2120 Quantum Gases
+1304.2309 Phenomenology
+1304.2821 Phenomenology
+1304.2891 Strongly Correlated Electrons
+1304.2892 Number Theory
+1304.3732 Instrumentation and Methods for Astrophysics
+1304.4325 Strongly Correlated Electrons
+1304.4443 Phenomenology
+1304.5000 Materials Science
+1304.5147 Analysis of PDEs
+1304.5296
+1304.6725
+1305.2893 Cosmology and Nongalactic Astrophysics
+1305.5142 Instrumentation and Methods for Astrophysics
+1305.5206 Phenomenology
+1305.5889 Materials Science
+1305.6400 Experiment
+1306.0435 Spectral Theory
+1306.0439 Spectral Theory
+1306.1960 Classical Analysis and ODEs
+1306.2044
+1306.4429 Algebraic Geometry
+1306.4648 Operator Algebras
+1306.4892 Theory
+1306.5173
+1306.5652 Phenomenology
+1306.5829 Data Structures and Algorithms
+1306.5876 Mesoscale and Nanoscale Physics
+1306.5891 Mesoscale and Nanoscale Physics
+1307.0853 Materials Science
+1307.0901 Statistical Mechanics
+1307.2190 Commutative Algebra
+1307.2352 Information Theory
+1307.2696 Data Structures and Algorithms
+1307.2740 Analysis of PDEs
+1307.2912 Popular Physics
+1307.2914 Atmospheric and Oceanic Physics
+1307.2915 Distributed, Parallel, and Cluster Computing
+1307.2917 Metric Geometry
+1307.2924 Group Theory
+1307.2926 Medical Physics
+1307.2929 Instrumentation and Detectors
+1307.2930 Molecular Networks
+1307.2931 Medical Physics
+1307.2934 Accelerator Physics
+1307.2935
+1307.2945 Analysis of PDEs
+1307.2948 Solar and Stellar Astrophysics
+1307.2949 Accelerator Physics
+1307.2953 Computers and Society
+1307.2954 Dynamical Systems
+1307.2956 Solar and Stellar Astrophysics
+1307.2960 Mesoscale and Nanoscale Physics
+1307.2963 Category Theory
+1307.2971 Learning
+1307.2975 Analysis of PDEs
+1307.2977 Cryptography and Security
+1307.2983
+1307.2984 Networking and Internet Architecture
+1307.2985 Chemical Physics
+1307.2988 Instrumentation and Methods for Astrophysics
+1307.2990 Numerical Analysis
+1307.2992 Instrumentation and Detectors
+1307.2993
+1307.2994
+1307.2997 Computer Vision and Pattern Recognition
+1307.3004 Networking and Internet Architecture
+1307.3005 Systems and Control
+1307.3006 Materials Science
+1307.3011 Networking and Internet Architecture
+1307.3013 Computers and Society
+1307.3014 Computational Engineering, Finance, and Science
+1307.3015 Human-Computer Interaction
+1307.3017 Other Computer Science
+1307.3019 Combinatorics
+1307.3021 Differential Geometry
+1307.3023 Analysis of PDEs
+1307.3024 Phenomenology
+1307.3026 Multimedia
+1307.3031 Algebraic Topology
+1307.3033 Data Structures and Algorithms
+1307.3035 Instrumentation and Methods for Astrophysics
+1307.3036
+1307.3038 High Energy Astrophysical Phenomena
+1307.3039 Materials Science
+1307.3041 Instrumentation and Detectors
+1307.3046 Databases
+1307.3047 Rings and Algebras
+1307.3048 High Energy Astrophysical Phenomena
+1307.3050 Commutative Algebra
+1307.3051 Other Computer Science
+1307.3053 Instrumentation and Methods for Astrophysics
+1307.3054 Computer Vision and Pattern Recognition
+1307.3056 Instrumentation and Methods for Astrophysics
+1307.3057 Cryptography and Security
+1307.3058 Materials Science
+1307.3062 Number Theory
+1307.3064 Theory
+1307.3068 Differential Geometry
+1307.3071 Materials Science
+1307.3080 Distributed, Parallel, and Cluster Computing
+1307.3082 Differential Geometry
+1307.3084 Probability
+1307.3086 Software Engineering
+1307.3088 Mathematical Software
+1307.3089
+1307.3091 Artificial Intelligence
+1307.3094 Earth and Planetary Astrophysics
+1307.3095 Information Theory
+1307.3096 Numerical Analysis
+1307.3099 Information Theory
+1307.3100 Accelerator Physics
+1307.3103 Information Theory
+1307.3108 Numerical Analysis
+1307.3110 Information Theory
+1307.3113 Combinatorics
+1307.3119 Quantum Algebra
+1307.3122 Group Theory
+1307.3124 Solar and Stellar Astrophysics
+1307.3125 Physics and Society
+1307.3130 Logic
+1307.3132 Solar and Stellar Astrophysics
+1307.3136 Cryptography and Security
+1307.3137 Instrumentation and Methods for Astrophysics
+1307.3139 Fluid Dynamics
+1307.3140 Functional Analysis
+1307.3143 Algebraic Topology
+1307.3145
+1307.3146 Applications
+1307.3148 Algebraic Topology
+1307.3163 Rings and Algebras
+1307.3164 Human-Computer Interaction
+1307.3165 Chemical Physics
+1307.3166 Human-Computer Interaction
+1307.3169 Instrumentation and Methods for Astrophysics
+1307.3172 Differential Geometry
+1307.3173 Materials Science
+1307.3174 Human-Computer Interaction
+1307.3181 Information Theory
+1307.3182 Materials Science
+1307.3189 Programming Languages
+1307.3192 Data Structures and Algorithms
+1307.3195 Artificial Intelligence
+1307.3197
+1307.3207 Distributed, Parallel, and Cluster Computing
+1307.3208 Algebraic Geometry
+1307.3209 Materials Science
+1307.3213 Combinatorics
+1307.3215 Algebraic Geometry
+1307.3216 Networking and Internet Architecture
+1307.3217 General Physics
+1307.3218 Materials Science
+1307.3221 Instrumentation and Methods for Astrophysics
+1307.3224 Robotics
+1307.3225 Algebraic Geometry
+1307.3227 Methodology
+1307.3229 Dynamical Systems
+1307.3230 Earth and Planetary Astrophysics
+1307.3233 Theory
+hep-ph/9801287 Phenomenology
+hep-th/9808148 Theory
+0709.2345 Number Theory
+0804.2233 Number Theory
+0804.4141 Number Theory
+0810.5157 Data Analysis, Statistics and Probability
+0812.0146 Data Structures and Algorithms
+0903.1575 Number Theory
+0904.1990 Methodology
+0907.4747 Number Theory
+0911.4266 Group Theory
+1002.4127 Number Theory
+1002.4403 Number Theory
+1003.2091 Materials Science
+1005.3560 Combinatorics
+1006.2761 Molecular Networks
+1010.2617 Dynamical Systems
+1012.0487 Differential Geometry
+1012.1056 General Topology
+1012.4492 Quantum Gases
+1103.2805 Probability
+1104.3052 Mesoscale and Nanoscale Physics
+1104.4270 Algebraic Geometry
+1105.5669 Machine Learning
+1108.0374
+1109.5654
+1110.1611 Populations and Evolution
+1110.3564 Learning
+1111.6406 Representation Theory
+1112.1351 Dynamical Systems
+1112.1795 Logic in Computer Science
+1112.5041 Combinatorics
+1201.2243 Analysis of PDEs
+1201.5828 Functional Analysis
+1202.3564 Symplectic Geometry
+1202.5295
+1203.6828 Cosmology and Nongalactic Astrophysics
+1204.0672 Mesoscale and Nanoscale Physics
+1204.1068 Optics
+1204.2259 Quantum Algebra
+1204.2734 Algebraic Geometry
+1204.4442
+1205.0287 Mesoscale and Nanoscale Physics
+1205.1172
+1205.1412 Disordered Systems and Neural Networks
+1205.4306 Methodology
+1205.5662 Social and Information Networks
+1206.2901 Statistical Mechanics
+1206.2910 Phenomenology
+1206.5861
+1206.6316 Phenomenology
+1207.0046
+1207.1954 Algebraic Topology
+1207.2298 Materials Science
+1207.3005 Lattice
+1207.4062 Statistical Mechanics
+1207.4206 Strongly Correlated Electrons
+1207.6085
+1208.0210 Cosmology and Nongalactic Astrophysics
+1208.0555
+1208.0759 Phenomenology
+1208.0874 Dynamical Systems
+1208.1115 Strongly Correlated Electrons
+1208.1383 Statistical Mechanics
+1208.1618 Materials Science
+1208.1852 Solar and Stellar Astrophysics
+1208.2784 Phenomenology
+1208.3436 Phenomenology
+1208.3922 Optimization and Control
+1208.4017
+1208.4136 Superconductivity
+1208.5091
+1208.5782 Phenomenology
+1208.5968 Phenomenology
+1209.0980 Phenomenology
+1209.1511 Probability
+1209.1902 Methodology
+1209.2718
+1209.3398 Strongly Correlated Electrons
+1209.3461
+1209.4858
+1210.0191 Phenomenology
+1210.0468 Optics
+1210.0900 Phenomenology
+1210.1855 Phenomenology
+1210.2111 Biological Physics
+1210.2589
+1210.2664
+1210.2776 Physics and Society
+1210.3890 Phenomenology
+1210.4041 Strongly Correlated Electrons
+1210.4304 Materials Science
+1210.5501 Phenomenology
+1210.5618 Statistical Mechanics
+1210.5754 Phenomenology
+1211.0250 Phenomenology
+1211.0696 Classical Analysis and ODEs
+1211.1807 Disordered Systems and Neural Networks
+1211.2474 Strongly Correlated Electrons
+1211.3131 Phenomenology
+1211.3499 Strongly Correlated Electrons
+1211.3535 Phenomenology
+1211.3701 Phenomenology
+1211.3849 Phenomenology
+1211.4581 Phenomenology
+1211.4835 Phenomenology
+1211.4845 Probability
+1211.4872 Theory
+1211.5090 Mesoscale and Nanoscale Physics
+1211.5255
+1211.5363 Experiment
+1211.6894 Disordered Systems and Neural Networks
+1211.6911 Phenomenology
+1211.6931 Dynamical Systems
+1211.6972 Statistical Mechanics
+1212.0061 Mesoscale and Nanoscale Physics
+1212.0151
+1212.0222 Strongly Correlated Electrons
+1212.0416
+1212.0560 Phenomenology
+1212.0850 Theory
+1212.1032 Statistical Mechanics
+1212.2030 Fluid Dynamics
+1212.2149 Phenomenology
+1212.2274 Strongly Correlated Electrons
+1212.2900 Theory
+1212.3003 Experiment
+1212.3035 Phenomenology
+1212.3367 Statistical Mechanics
+1212.3485 Theory
+1212.3985 Materials Science
+1212.4074 Phenomenology
+1212.4079 Phenomenology
+1212.4257 Phenomenology
+1212.4427 Instrumentation and Detectors
+1212.4872
+1212.5905 Atomic and Molecular Clusters
+1301.0309 Phenomenology
+1301.0548 Atomic Physics
+1301.0851
+1301.0969 Theory
+1301.1029 Experiment
+1301.1495 Theory
+1301.1662 Mesoscale and Nanoscale Physics
+1301.2771 Cosmology and Nongalactic Astrophysics
+1301.3478 Phenomenology
+1301.3693 Statistical Mechanics
+1301.4368 Phenomenology
+1301.5000
+1301.5232
+1301.5256
+1301.5440 Mesoscale and Nanoscale Physics
+1301.5568 Probability
+1302.0687
+1302.0808 Statistical Mechanics
+1302.1094 Information Theory
+1302.1179
+1302.1201 Cosmology and Nongalactic Astrophysics
+1302.2868
+1302.3544 Cosmology and Nongalactic Astrophysics
+1302.3628 Experiment
+1302.4118 Information Theory
+1302.5400
+1302.6449 Strongly Correlated Electrons
+1302.6675 Statistical Mechanics
+1302.7181 Solar and Stellar Astrophysics
+1303.1079 Mesoscale and Nanoscale Physics
+1303.2307 Phenomenology
+1303.3434
+1303.4969 Emerging Technologies
+1303.5862 Data Structures and Algorithms
+1303.6195 Quantum Gases
+1303.6271 Physics and Society
+1303.6272
+1303.6275 Fluid Dynamics
+1303.6277 Functional Analysis
+1303.6278 Chemical Physics
+1303.6296 Algebraic Geometry
+1303.6301 Solar and Stellar Astrophysics
+1303.6302 Mesoscale and Nanoscale Physics
+1303.6309 Solar and Stellar Astrophysics
+1303.6311 Other Computer Science
+1303.6312 Dynamical Systems
+1303.6318 K-Theory and Homology
+1303.6321 Dynamical Systems
+1303.6322 Dynamical Systems
+1303.6327 Dynamical Systems
+1303.6329 Cosmology and Nongalactic Astrophysics
+1303.6336 Optimization and Control
+1303.6338 Phenomenology
+1303.6342 Optimization and Control
+1303.6347 Functional Analysis
+1303.6349 Statistics Theory
+1303.6350 Materials Science
+1303.6351 Analysis of PDEs
+1303.6358
+1303.6359 Numerical Analysis
+1303.6361 Computer Vision and Pattern Recognition
+1303.6365
+1303.6368 Mesoscale and Nanoscale Physics
+1303.6370 Machine Learning
+1303.6373 Dynamical Systems
+1303.6374 Cell Behavior
+1303.6382 Cell Behavior
+1303.6383 Numerical Analysis
+1303.6384 Phenomenology
+1303.6387 Information Theory
+1303.6389 Atomic Physics
+1303.6391 Differential Geometry
+1303.6400 Phenomenology
+1303.6401 Solar and Stellar Astrophysics
+1303.6404
+1303.6410 Numerical Analysis
+1303.6411
+1303.6413 Solar and Stellar Astrophysics
+1303.6416 Combinatorics
+1303.6421 Optimization and Control
+1303.6423
+1303.6424 Computational Complexity
+1303.6433 Phenomenology
+1303.6436 Mesoscale and Nanoscale Physics
+1303.6447 Applications
+1303.6448 Geometric Topology
+1303.6449 Probability
+1303.6451 Statistics Theory
+1303.6452 Probability
+1303.6453 Logic in Computer Science
+1303.6456 Geometric Topology
+1303.6469 Optimization and Control
+1303.6470 Commutative Algebra
+1303.6473
+1303.6475 General Physics
+1303.6479 Phenomenology
+1303.6481 Data Structures and Algorithms
+1303.6482 High Energy Astrophysical Phenomena
+1303.6483 Materials Science
+1303.6486 Functional Analysis
+1303.6489 Cosmology and Nongalactic Astrophysics
+1303.6491 Algebraic Geometry
+1303.6492 History and Philosophy of Physics
+1303.6493 Computational Geometry
+1303.6495 Algebraic Geometry
+1303.6496
+1303.6500 Classical Analysis and ODEs
+1303.6501 Superconductivity
+1303.6504 Analysis of PDEs
+1303.6508
+1303.6512 Computers and Society
+1303.6514 Accelerator Physics
+1303.6516 Biological Physics
+1303.6517 Biological Physics
+1303.6519 Accelerator Physics
+1303.6520 Accelerator Physics
+1303.6523
+1303.6526 Chaotic Dynamics
+1303.6527 Analysis of PDEs
+1303.6528 General Physics
+1303.6530 Analysis of PDEs
+1303.6531 Differential Geometry
+1303.6538 Mesoscale and Nanoscale Physics
+1303.6541 Networking and Internet Architecture
+1303.6542 Algebraic Geometry
+1303.6543 Solar and Stellar Astrophysics
+1303.6544 Information Theory
+1303.6548 Analysis of PDEs
+1303.6552 Accelerator Physics
+1303.6555 Logic in Computer Science
+1303.6556 Functional Analysis
+1303.6565 Superconductivity
+1303.6567 Combinatorics
+1303.6569 General Finance
+1303.6571 General Finance
+1303.6576 History and Overview
+1303.6581 Materials Science
+1303.6584 Methodology
+1303.6585 Instrumentation and Methods for Astrophysics
+1303.6589
+1303.6590 Number Theory
+1303.6595 Instrumentation and Detectors
+1303.6597 Biological Physics
+1303.6601 Quantum Gases
+1303.6602 Chaotic Dynamics
+1303.6604 General Finance
+1303.6606 Physics and Society
+1303.6611 General Physics
+1303.6617 Probability
+1303.6619 Computer Vision and Pattern Recognition
+1303.6621 Chaotic Dynamics
+1303.6622 Accelerator Physics
+1303.6624
+cs/0608052 Digital Libraries
+math/0610335 Number Theory
+math/0701319 Algebraic Geometry
+0704.2763 Geometric Topology
+0705.0619 Mesoscale and Nanoscale Physics
+0705.4081 Algebraic Topology
+0706.0790 Algebraic Topology
+0706.1359 Mesoscale and Nanoscale Physics
+0706.2537 Chemical Physics
+0707.2009 Probability
+0708.3419 Probability
+0709.0437 K-Theory and Homology
+0709.3235 Combinatorics
+0710.0447 Combinatorics
+0710.4792 Combinatorics
+0711.4098 Representation Theory
+0802.0995 Geometric Topology
+0802.4391 Mesoscale and Nanoscale Physics
+0803.1816 Combinatorics
+0804.0995 Combinatorics
+0806.3682 Combinatorics
+0809.4479 Combinatorics
+0809.4480 Combinatorics
+0812.0885 Artificial Intelligence
+0812.4006 Combinatorics
+0901.4261 Combinatorics
+0902.0632 Combinatorics
+0906.5057 Geometric Topology
+0906.5236 Combinatorics
+0909.0698 Algebraic Topology
+0911.5615 Combinatorics
+0912.0184 Combinatorics
+1002.3133 Superconductivity
+1003.3071
+1006.3703 Optimization and Control
+1007.0495 Geometric Topology
+1007.4491 Statistical Mechanics
+1011.0617 Chemical Physics
+1012.1085 Mesoscale and Nanoscale Physics
+1012.3061 Algebraic Geometry
+1012.4442 Probability
+1101.3479 Complex Variables
+1102.1910 Dynamical Systems
+1103.4171 Algebraic Geometry
+1103.5229 Classical Analysis and ODEs
+1103.6110 Dynamical Systems
+1105.4853 Algebraic Geometry
+1106.1033
+1106.3156 Geometric Topology
+1106.6008 Probability
+1107.5984
+1108.0199 Complex Variables
+1108.0924
+1109.1184 Combinatorics
+1109.2214 Genomics
+1109.4761 General Physics
+1109.5298 Statistics Theory
+1110.0673
+1110.1897 Algebraic Geometry
+1110.3209 Combinatorics
+1110.5272 Combinatorics
+1111.2526 Logic
+1111.3525 Cellular Automata and Lattice Gases
+1111.5684 Computers and Society
+1111.6742 Classical Analysis and ODEs
+1112.2891 Statistical Mechanics
+1112.3224
+1112.3828
+1112.4757 Functional Analysis
+1112.5407 Information Theory
+1112.6201 Commutative Algebra
+1202.2584 Probability
+1202.2806 Algebraic Topology
+1202.3835 Group Theory
+1202.4482 Neurons and Cognition
+1202.4998 Chaotic Dynamics
+1202.5711 Number Theory
+1202.5962
+1203.4087 Chaotic Dynamics
+1204.0874 Plasma Physics
+1204.5346 Exactly Solvable and Integrable Systems
+1204.5352 Cosmology and Nongalactic Astrophysics
+1204.6375
+1205.1893 Theory
+1205.3058 Systems and Control
+1205.4135 Information Theory
+1205.4911 Strongly Correlated Electrons
+1205.6166
+1206.0329 Optimization and Control
+1206.1194 Statistics Theory
+1206.1356 Group Theory
+1206.4793 Group Theory
+1207.1103 Theory
+1207.1667 Chaotic Dynamics
+1207.3052
+1207.5524 Soft Condensed Matter
+1207.6338 Theory
+1207.6534 Quantum Gases
+1207.6795 Mesoscale and Nanoscale Physics
+1208.1209 Theory
+1208.1975 Distributed, Parallel, and Cluster Computing
+1208.2260 Superconductivity
+1208.2505 Combinatorics
+1208.2623 Strongly Correlated Electrons
+1208.3251 Information Theory
+1208.3977 Dynamical Systems
+1208.5488 Cosmology and Nongalactic Astrophysics
+1208.6018 Materials Science
+1208.6157 Physics and Society
+1208.6445 Experiment
+1209.0794
+1209.0946 Statistical Mechanics
+1209.1330 Optimization and Control
+1209.1345 Optimization and Control
+1209.1707
+1209.2060 Complex Variables
+1209.2149 Soft Condensed Matter
+1209.2351 Complex Variables
+1209.2445
+1209.2766
+1209.4449 Portfolio Management
+1209.4576 Systems and Control
+1209.4967 Genomics
+1209.5129 Cosmology and Nongalactic Astrophysics
+1209.6148
+1209.6601 Probability
+1210.1451 Computational Complexity
+1210.2051 Logic
+1210.3152 Atomic and Molecular Clusters
+1210.3610
+1210.3642
+1210.5576 Strongly Correlated Electrons
+1210.6127
+1210.6335 Combinatorics
+1210.7801 Theory
+1210.8037
+1210.8238
+1211.0251 Populations and Evolution
+1211.0432
+1211.0440 Chaotic Dynamics
+1211.2577 General Physics
+1211.3132 Phenomenology
+1211.3282 Number Theory
+1211.4061 History and Philosophy of Physics
+1211.4539 Phenomenology
+1211.5279 Quantum Algebra
+1211.5818 Mesoscale and Nanoscale Physics
+1211.6386
+1211.6436 Cosmology and Nongalactic Astrophysics
+1211.7085 Quantum Gases
+1211.7328 Superconductivity
+1212.1718 Phenomenology
+1212.1981
+1212.3692
+1212.3908 Neurons and Cognition
+1212.4434 Superconductivity
+1212.4630 Geophysics
+1212.5048 Experiment
+1212.6218 Strongly Correlated Electrons
+1212.6226 General Physics
+1301.0417 Experiment
+1301.0545 Solar and Stellar Astrophysics
+1301.0653 Cosmology and Nongalactic Astrophysics
+1301.0686 Instrumentation and Methods for Astrophysics
+1301.1447 Geometric Topology
+1301.2583 Theory
+1301.2723 Networking and Internet Architecture
+1301.2764 Spectral Theory
+1301.4037 Phenomenology
+1301.4271 Solar and Stellar Astrophysics
+1301.4692 General Topology
+1301.5133 Quantum Gases
+1301.5359 Information Theory
+1301.5439
+1301.5752 Superconductivity
+1301.5830 Atomic and Molecular Clusters
+1301.6946 Other Computer Science
+1301.7002 Information Theory
+1301.7046 Information Theory
+1301.7332 Physics and Society
+1301.7481 Rings and Algebras
+1302.0260 Phenomenology
+1302.0263 Optics
+1302.0598 Superconductivity
+1302.0873 Cosmology and Nongalactic Astrophysics
+1302.1098 Populations and Evolution
+1302.1164 Chaotic Dynamics
+1302.1369 Social and Information Networks
+1302.1392 Group Theory
+1302.1420
+1302.1425 General Physics
+1302.1629 Combinatorics
+1302.1667 Cryptography and Security
+1302.1981
+1302.1986 Combinatorics
+1302.2007 Classical Analysis and ODEs
+1302.2162 Superconductivity
+1302.2164 Theory
+1302.2165 Differential Geometry
+1302.2166 Superconductivity
+1302.2169 Symbolic Computation
+1302.2176 Learning
+1302.2179 Space Physics
+1302.2182 Genomics
+1302.2183 Information Theory
+1302.2187 Information Theory
+1302.2189 Number Theory
+1302.2190 Earth and Planetary Astrophysics
+1302.2191 Other Condensed Matter
+1302.2193 Software Engineering
+1302.2197 Software Engineering
+1302.2199 Software Engineering
+1302.2201 Software Engineering
+1302.2202 Distributed, Parallel, and Cluster Computing
+1302.2203 Distributed, Parallel, and Cluster Computing
+1302.2204 Analysis of PDEs
+1302.2207
+1302.2216 Numerical Analysis
+1302.2217 Distributed, Parallel, and Cluster Computing
+1302.2222 Information Retrieval
+1302.2223 Information Retrieval
+1302.2224 Symbolic Computation
+1302.2227 Distributed, Parallel, and Cluster Computing
+1302.2230 Commutative Algebra
+1302.2232 Theory
+1302.2238 High Energy Astrophysical Phenomena
+1302.2240 High Energy Astrophysical Phenomena
+1302.2241 Classical Analysis and ODEs
+1302.2244 Networking and Internet Architecture
+1302.2246 Information Theory
+1302.2250
+1302.2252 Classical Analysis and ODEs
+1302.2253 Cryptography and Security
+1302.2254 Numerical Analysis
+1302.2256 Logic
+1302.2259 Algebraic Geometry
+1302.2263 Materials Science
+1302.2267 Applications
+1302.2270 Rings and Algebras
+1302.2273 Programming Languages
+1302.2274 Combinatorics
+1302.2278 Theory
+1302.2279 Logic
+1302.2282 Dynamical Systems
+1302.2287 Soft Condensed Matter
+1302.2288 Soft Condensed Matter
+1302.2289 Soft Condensed Matter
+1302.2302 Optics
+1302.2303 Methodology
+1302.2304 Earth and Planetary Astrophysics
+1302.2306 Solar and Stellar Astrophysics
+1302.2307 Classical Analysis and ODEs
+1302.2310 Representation Theory
+1302.2314 Biological Physics
+1302.2315 Functional Analysis
+1302.2318 Information Retrieval
+1302.2320 Statistical Mechanics
+1302.2323
+1302.2326 High Energy Astrophysical Phenomena
+1302.2328 Solar and Stellar Astrophysics
+1302.2333 Accelerator Physics
+1302.2334 Accelerator Physics
+1302.2337 General Finance
+1302.2338 Combinatorics
+1302.2339 Information Theory
+1302.2341 Classical Analysis and ODEs
+1302.2343 Information Theory
+1302.2344 Phenomenology
+1302.2345 Statistics Theory
+1302.2347
+1302.2363 Mesoscale and Nanoscale Physics
+1302.2364 Cosmology and Nongalactic Astrophysics
+1302.2365 Strongly Correlated Electrons
+1302.2368
+1302.2370 Computational Geometry
+1302.2376 Social and Information Networks
+1302.2381 Number Theory
+1302.2385 Algebraic Geometry
+1302.2387 Combinatorics
+1302.2388
+1302.2393 Solar and Stellar Astrophysics
+1302.2396
+1302.2397 Atomic Physics
+1302.2400 Dynamical Systems
+1302.2402 Algebraic Geometry
+1302.2407 Biological Physics
+1302.2409 Experiment
+1302.2411 Soft Condensed Matter
+1302.2413 Statistical Mechanics
+1302.2417 Functional Analysis
+1302.2420 Information Theory
+1302.2421 Classical Analysis and ODEs
+1302.2425 Phenomenology
+1302.2427 Information Theory
+1302.2433 Dynamical Systems
+1302.2434 Number Theory
+1302.2435 Probability
+1302.2436 Learning
+1302.2439 Computational Physics
+1302.2441 Combinatorics
+1302.2444 High Energy Astrophysical Phenomena
+1302.2447 High Energy Astrophysical Phenomena
+1302.2451 High Energy Astrophysical Phenomena
+1302.2453 Quantum Algebra
+1302.2455 Group Theory
+1302.2460
+1302.2467 Numerical Analysis
+1302.2469 Experiment
+1302.2470 Disordered Systems and Neural Networks
+1302.2472 Physics and Society
+1302.2474 Classical Analysis and ODEs
+1302.2477
+1302.2481 Information Theory
+1302.2482 Numerical Analysis
+1302.2483 Functional Analysis
+1302.2490 Functional Analysis
+1302.2493 General Finance
+1302.2504 Combinatorics
+1302.2505 Optics
+1302.2507 Probability
+1302.2508 Probability
+1302.2509 Cosmology and Nongalactic Astrophysics
+1302.2513 Combinatorics
+1302.2526 Plasma Physics
+1302.2531 Probability
+1302.2535 Representation Theory
+1302.2541 Complex Variables
+1302.2543 Distributed, Parallel, and Cluster Computing
+1302.2547 Numerical Analysis
+1302.2550 Learning
+1302.2552 Learning
+1302.2564
+1302.2567 Computational Finance
+1302.2568
+1302.2569 Machine Learning
+1302.2572 General Physics
+1302.2573 General Physics
+1302.2576 Learning
+1302.2577 Emerging Technologies
+1302.2580 Algebraic Geometry
+1302.2581 Classical Physics
+1302.2582 Geophysics
+1302.2585 Analysis of PDEs
+1302.2590 Analysis of PDEs
+1302.2597 Solar and Stellar Astrophysics
+1302.2599 Combinatorics
+1302.2600 Lattice
+1302.2601 Probability
+1302.2605 Quantitative Methods
+hep-th/0302209 Theory
+math/0102051 Combinatorics
+math/0103134 Geometric Topology
+math/0105065 Combinatorics
+math/0109036 Geometric Topology
+math/0204026 Combinatorics
+math/0307314 Geometric Topology
+math/0309152 Geometric Topology
+math/0401089 Combinatorics
+math/0411387 Combinatorics
+math/0411407 Combinatorics
+math/0506546 Combinatorics
+math/0510218 Combinatorics
+math/0511200 Combinatorics
+math/0512570 Combinatorics
+math/0602043 Combinatorics
+math/0605262 Combinatorics
+math/0606296 Probability
+math/0606301 Combinatorics
+math/0701539 Combinatorics
+math/0702865 Algebraic Geometry
+quant-ph/0212069
+quant-ph/0304026
+quant-ph/0306122
+quant-ph/0506058
+quant-ph/0604202
+0805.4257 Algebraic Geometry
+0902.2761 Theory
+0905.3203 Numerical Analysis
+0905.3605 High Energy Astrophysical Phenomena
+0908.0278 Functional Analysis
+0911.3771 Algebraic Geometry
+0912.0345 Solar and Stellar Astrophysics
+0912.3406 Theory
+0912.4490 Cosmology and Nongalactic Astrophysics
+1004.3017 Solar and Stellar Astrophysics
+1005.2356 Differential Geometry
+1011.1313 Differential Geometry
+1012.0265 Theory
+1101.0999 Geometric Topology
+1103.0816 Dynamical Systems
+1106.1126 Algebraic Geometry
+1108.3146 Probability
+1108.4531 Neural and Evolutionary Computing
+1108.4561 Phenomenology
+1110.1168 Geometric Topology
+1111.1325
+1111.2244 Soft Condensed Matter
+1111.2892 Theory
+1111.5950 Information Theory
+1112.3146 Soft Condensed Matter
+1201.0511 Phenomenology
+1201.3017 Phenomenology
+1201.4270 Combinatorics
+1202.0314 Data Structures and Algorithms
+1202.6219 Combinatorics
+1203.4628 Quantum Algebra
+1204.1153
+1204.2200 Complex Variables
+1204.4944 Differential Geometry
+1204.6029 Theory
+1205.3029 Chaotic Dynamics
+1205.3116 Quantum Gases
+1205.3592 Chaotic Dynamics
+1205.6436 Strongly Correlated Electrons
+1206.0282
+1206.1549 Strongly Correlated Electrons
+1206.3112 Mesoscale and Nanoscale Physics
+1207.0271 Data Structures and Algorithms
+1207.1029 Portfolio Management
+1207.1852 Distributed, Parallel, and Cluster Computing
+1207.3718 Cryptography and Security
+1207.3759 Theory
+1207.5065 Strongly Correlated Electrons
+1207.7001 Quantum Algebra
+1208.3971 Classical Analysis and ODEs
+1208.4681 Cosmology and Nongalactic Astrophysics
+1209.4944 Logic
+1209.5579 Lattice
+1209.6468 Quantum Gases
+1210.1093 Cosmology and Nongalactic Astrophysics
+1210.7595 Superconductivity
+1211.0161
+1211.1474 Differential Geometry
+1211.4304 Theory
+1211.4586
+1211.4919 Mesoscale and Nanoscale Physics
+1211.5374 Strongly Correlated Electrons
+1211.5582
+1211.5922
+1212.0822
+1212.2050
+1212.2226 Solar and Stellar Astrophysics
+1212.3518 Algebraic Geometry
+1212.4601 Adaptation and Self-Organizing Systems
+1212.5269 Statistical Mechanics
+1212.6334 Classical Analysis and ODEs
+1212.6720 Quantum Algebra
+1212.6815 Cosmology and Nongalactic Astrophysics
+1301.1369 Statistical Mechanics
+1301.2703 Experiment
+1301.2726
+1301.2761 Phenomenology
+1301.3366
+1301.3748 Digital Libraries
+1301.4649 Methodology
+1301.7568 Number Theory
+1301.7699 Programming Languages
+1302.4003 Materials Science
+1302.4421 Artificial Intelligence
+1302.4512 Strongly Correlated Electrons
+1302.5517 Statistical Mechanics
+1302.6942 Phenomenology
+1302.7134
+1303.1415 Analysis of PDEs
+1303.2323 Theory
+1303.2876 Neurons and Cognition
+1303.6315 Statistical Mechanics
+1303.6426 Strongly Correlated Electrons
+1304.1651 Instrumentation and Detectors
+1304.3351 Populations and Evolution
+1304.3579 Quantum Gases
+1304.3677 Optimization and Control
+1304.3872 Computational Complexity
+1304.4682 Social and Information Networks
+1304.7421 Soft Condensed Matter
+1304.7727 Optimization and Control
+1304.8061 Mesoscale and Nanoscale Physics
+1305.1395 Analysis of PDEs
+1305.1823 Cosmology and Nongalactic Astrophysics
+1305.1956 Machine Learning
+1305.1964 Cosmology and Nongalactic Astrophysics
+1305.2169 Geophysics
+1305.2192
+1305.2214 Geometric Topology
+1305.2215 Quantum Algebra
+1305.2216 Commutative Algebra
+1305.2218 Learning
+1305.2221 Computer Vision and Pattern Recognition
+1305.2223 Solar and Stellar Astrophysics
+1305.2229 Quantum Algebra
+1305.2232 Numerical Analysis
+1305.2233 Information Theory
+1305.2235 Computation
+1305.2239
+1305.2241 Soft Condensed Matter
+1305.2242 Analysis of PDEs
+1305.2249 Tissues and Organs
+1305.2250 Methodology
+1305.2254 Artificial Intelligence
+1305.2260 General Physics
+1305.2263 Statistical Finance
+1305.2264
+1305.2265 Artificial Intelligence
+1305.2269 Computer Vision and Pattern Recognition
+1305.2270 Earth and Planetary Astrophysics
+1305.2276 Computers and Society
+1305.2278 Fluid Dynamics
+1305.2285 Rings and Algebras
+1305.2289 History and Philosophy of Physics
+1305.2294 Group Theory
+1305.2295 Logic in Computer Science
+1305.2299 Robotics
+1305.2306 Computers and Society
+1305.2309 Mesoscale and Nanoscale Physics
+1305.2310 Representation Theory
+1305.2311 Representation Theory
+1305.2322 Computational Engineering, Finance, and Science
+1305.2323 Quantitative Methods
+1305.2326 Analysis of PDEs
+1305.2329 Methodology
+1305.2333 Space Physics
+1305.2337 Differential Geometry
+1305.2338 Commutative Algebra
+1305.2350 Computer Science and Game Theory
+1305.2352 Sound
+1305.2353 Numerical Analysis
+1305.2355 Algebraic Geometry
+1305.2358 History and Philosophy of Physics
+1305.2362 Computer Vision and Pattern Recognition
+1305.2367 Mesoscale and Nanoscale Physics
+1305.2368 Group Theory
+1305.2369 Networking and Internet Architecture
+1305.2370 Networking and Internet Architecture
+1305.2373 Chemical Physics
+1305.2379 Differential Geometry
+1305.2381 Mesoscale and Nanoscale Physics
+1305.2386 Multiagent Systems
+1305.2387 Networking and Internet Architecture
+1305.2388 Cryptography and Security
+1305.2389 Phenomenology
+1305.2391 Cryptography and Security
+1305.2395 Computer Vision and Pattern Recognition
+1305.2401 Physics and Society
+1305.2404 Combinatorics
+1305.2408 Group Theory
+1305.2411 Strongly Correlated Electrons
+math/0004151 Quantum Algebra
+math/0504037 Category Theory
+math/0604542 Category Theory
+0812.4762
+0907.2671 Symplectic Geometry
+0912.3016 Computational Geometry
+1004.3522 Materials Science
+1004.3536 Materials Science
+1008.1902 Computational Geometry
+1008.2653 Statistical Mechanics
+1009.1373 Computational Geometry
+1011.2988 Analysis of PDEs
+1011.4872 Instrumentation and Detectors
+1012.5515
+1102.5749 Differential Geometry
+1104.4563 Optimization and Control
+1106.2570
+1106.4435 Experiment
+1106.5402
+1107.2884
+1108.3705 Strongly Correlated Electrons
+1109.1344
+1109.4269
+1111.2421 Analysis of PDEs
+1111.3513 Combinatorics
+1201.3750 Materials Science
+1201.3751 Materials Science
+1201.5734
+1202.2903 Data Analysis, Statistics and Probability
+1204.0956 Mesoscale and Nanoscale Physics
+1204.6495
+1204.6667
+1205.2061 Differential Geometry
+1205.5389 Experiment
+1206.2053 Superconductivity
+1206.3512 Geometric Topology
+1207.1441 Quantum Gases
+1207.2858
+1207.4469 Probability
+1207.7259 Mesoscale and Nanoscale Physics
+1208.0124 Geometric Topology
+1208.1890 Number Theory
+1208.2330 Information Theory
+1208.5902 Theory
+1208.6229 Operator Algebras
+1209.0057 Data Analysis, Statistics and Probability
+1209.1919 Group Theory
+1209.2185 Data Structures and Algorithms
+1209.3184 Adaptation and Self-Organizing Systems
+1209.3237 Mesoscale and Nanoscale Physics
+1209.6404
+1210.0748 Databases
+1210.1348 Experiment
+1210.3433 Number Theory
+1210.3872 Networking and Internet Architecture
+1210.4295 Analysis of PDEs
+1210.5874 High Energy Astrophysical Phenomena
+1211.1446 Computational Physics
+1211.1765 Analysis of PDEs
+1211.3399 Cosmology and Nongalactic Astrophysics
+1211.3706 Applications
+1212.1620 Disordered Systems and Neural Networks
+1212.3801 Analysis of PDEs
+1212.4166 Phenomenology
+1212.4212 Dynamical Systems
+1212.5450 Quantum Gases
+1212.5477 Algebraic Geometry
+1212.5509 Optics
+1212.5803 Computational Physics
+1212.5833 Quantum Gases
+1212.5978 Phenomenology
+1212.6220 Theory
+1212.6599 Probability
+1301.2559 Experiment
+1301.3020 Geophysics
+1301.4566 Machine Learning
+1301.4664 Materials Science
+1301.4985 Mesoscale and Nanoscale Physics
+1301.5639 Mesoscale and Nanoscale Physics
+1301.5807
+1301.6422 Information Theory
+1302.0693 Quantum Gases
+1302.1962 Materials Science
+1302.3197 Statistical Finance
+1302.3497 Analysis of PDEs
+1302.4822 Atomic Physics
+1302.6433 Phenomenology
+1302.6514 Logic in Computer Science
+1302.7251 Artificial Intelligence
+1303.0274 Theory
+1303.1158 Soft Condensed Matter
+1303.1560 Group Theory
+1303.1905
+1303.2299 Dynamical Systems
+1303.2431 Strongly Correlated Electrons
+1303.2697 High Energy Astrophysical Phenomena
+1303.3435 Mesoscale and Nanoscale Physics
+1303.3464 Chemical Physics
+1303.6828 Theory
+1303.6864 Mesoscale and Nanoscale Physics
+1303.7017 Mesoscale and Nanoscale Physics
+1303.7081 Probability
+1304.0838 Instrumentation and Methods for Astrophysics
+1304.0914 Soft Condensed Matter
+1304.4988 Strongly Correlated Electrons
+1304.5456 High Energy Astrophysical Phenomena
+1304.6247
+1304.6295
+1304.6753 Systems and Control
+1304.7372 Instrumentation and Methods for Astrophysics
+1305.0130 Experiment
+1305.0165 Metric Geometry
+1305.0202 Combinatorics
+1305.0260 Functional Analysis
+1305.0261 Information Retrieval
+1305.0264 High Energy Astrophysical Phenomena
+1305.0278 Strongly Correlated Electrons
+1305.0288 Probability
+1305.0297 Databases
+1305.0299 Phenomenology
+1305.0300 Emerging Technologies
+1305.0305
+1305.0306 Populations and Evolution
+1305.0309 Instrumentation and Methods for Astrophysics
+1305.0320 Computation
+1305.0321 Information Theory
+1305.0324 Analysis of PDEs
+1305.0329 Phenomenology
+1305.0333 Instrumentation and Methods for Astrophysics
+1305.0334 Functional Analysis
+1305.0336 Formal Languages and Automata Theory
+1305.0339 Statistics Theory
+1305.0342 Probability
+1305.0343 Combinatorics
+1305.0346 Experiment
+1305.0352 Statistical Mechanics
+1305.0353 Probability
+1305.0355 Statistics Theory
+1305.0357 Information Retrieval
+1305.0358 Materials Science
+1305.0361 Physics and Society
+1305.0367 Popular Physics
+1305.0372 Quantum Gases
+1305.0375 Probability
+1305.0377 Digital Libraries
+1305.0379 Digital Libraries
+1305.0382 Differential Geometry
+1305.0383
+1305.0384 Information Theory
+1305.0387 Phenomenology
+1305.0395 Numerical Analysis
+1305.0398 Instrumentation and Detectors
+1305.0399
+1305.0406 Analysis of PDEs
+1305.0415 Classical Analysis and ODEs
+1305.0423 Learning
+1305.0426 Atomic Physics
+1305.0428 Geometric Topology
+1305.0429 Commutative Algebra
+1305.0431 Number Theory
+1305.0433 Data Structures and Algorithms
+1305.0434 Discrete Mathematics
+1305.0435 Digital Libraries
+1305.0436 Statistical Finance
+1305.0438 Networking and Internet Architecture
+1305.0441 Optimization and Control
+1305.0448 Group Theory
+1305.0450 Representation Theory
+1305.0453 Computational Complexity
+1305.0454 Probability
+1305.0455 Algebraic Topology
+1305.0460 Combinatorics
+1305.0462 Lattice
+1305.0463 Differential Geometry
+1305.0464 Cosmology and Nongalactic Astrophysics
+1305.0465 Mesoscale and Nanoscale Physics
+1305.0467 Software Engineering
+1305.0471 Social and Information Networks
+1305.0476 Instrumentation and Methods for Astrophysics
+1305.0477 Analysis of PDEs
+1305.0481 Analysis of PDEs
+1305.0483 Distributed, Parallel, and Cluster Computing
+1305.0493 Logic
+1305.0495
+1305.0501 Logic
+1305.0503 Information Theory
+1305.0507 Social and Information Networks
+1305.0508 Analysis of PDEs
+1305.0509 Analysis of PDEs
+1305.0512 Data Structures and Algorithms
+1305.0513 Social and Information Networks
+1305.0514
+1305.0517 Geometric Topology
+1305.0520 Optics
+1305.0521 Optics
+1305.0524 Populations and Evolution
+1305.0529 General Topology
+1305.0530 Analysis of PDEs
+1305.0532 Pattern Formation and Solitons
+1305.0534 Computer Science and Game Theory
+1305.0535 Functional Analysis
+1305.0536 Number Theory
+1305.0539 Algebraic Geometry
+1305.0542 Earth and Planetary Astrophysics
+1305.0547 Information Theory
+1305.0550 Instrumentation and Detectors
+cond-mat/0601192 Strongly Correlated Electrons
+hep-ph/0701071 Phenomenology
+hep-th/0104113 Theory
+math/0608199 Combinatorics
+0705.3711 Phenomenology
+0802.2705 Logic
+0805.3848 Algebraic Geometry
+0807.0715 Biomolecules
+0807.4473 Adaptation and Self-Organizing Systems
+0907.2437 Theory
+0907.2464 Theory
+0909.4765 Pricing of Securities
+0912.5277 Analysis of PDEs
+1008.0414 Classical Analysis and ODEs
+1009.5436
+1012.3238 Symplectic Geometry
+1102.1148
+1102.2418 Exactly Solvable and Integrable Systems
+1102.5638 Logic in Computer Science
+1104.2352 Quantum Gases
+1105.1314 Strongly Correlated Electrons
+1105.3325 Classical Physics
+1107.0493 Probability
+1107.1953 Combinatorics
+1108.0682
+1108.3689 Cosmology and Nongalactic Astrophysics
+1112.5531 Strongly Correlated Electrons
+1201.3804 Distributed, Parallel, and Cluster Computing
+1202.1455 Astrophysics of Galaxies
+1202.3228 Group Theory
+1203.0815 Combinatorics
+1203.0973 Representation Theory
+1203.3694 Statistics Theory
+1203.4635 Numerical Analysis
+1203.6063 Cosmology and Nongalactic Astrophysics
+1204.2645 Phenomenology
+1204.3144 Phenomenology
+1204.3183 Statistics Theory
+1204.5237 Soft Condensed Matter
+1205.1436 Fluid Dynamics
+1205.1930 Group Theory
+1205.4042 Phenomenology
+1205.4586 Theory
+1206.7030 Probability
+1207.2627 Quantitative Methods
+1207.4280 Algebraic Geometry
+1207.4499 Theory
+1207.6197
+1207.7153 Algebraic Geometry
+1207.7283
+1208.2777 Computation and Language
+1208.4741 Superconductivity
+1208.5655
+1208.6135 Materials Science
+1209.0326 Number Theory
+1209.1628 Logic in Computer Science
+1209.3312 Information Theory
+1209.4608 Statistical Finance
+1209.4999
+1209.5315
+1210.0947 Functional Analysis
+1210.2143 Information Theory
+1210.4404 General Physics
+1210.4822 Data Structures and Algorithms
+1210.6131 Experiment
+1210.7397 Optimization and Control
+1210.8148 High Energy Astrophysical Phenomena
+1211.1822
+1211.2580 Physics and Society
+1211.6394 Phenomenology
+1211.6825 Materials Science
+1211.7265 Atomic Physics
+1211.7313 Solar and Stellar Astrophysics
+1212.1362 Physics and Society
+1212.2100 Theory
+1212.2289 Cosmology and Nongalactic Astrophysics
+1212.3683 Algebraic Geometry
+1212.5221 Lattice
+1301.0536 Plasma Physics
+1301.1501
+1301.1595 Optics
+1301.2718 Instrumentation and Methods for Astrophysics
+1301.3129 Operator Algebras
+1301.4082
+1301.4422 Theory
+1301.4999 Superconductivity
+1301.5329 Quantum Gases
+1301.5367 High Energy Astrophysical Phenomena
+1301.5602 Cosmology and Nongalactic Astrophysics
+1302.3253 Materials Science
+1302.3276
+1302.4297 Learning
+1303.0630
+1303.2478 Discrete Mathematics
+1303.2905 Theory
+1303.3691 Theory
+1303.4209
+1303.5466 Numerical Analysis
+1303.5801 Mesoscale and Nanoscale Physics
+1303.6288 Strongly Correlated Electrons
+1303.7193 Mesoscale and Nanoscale Physics
+1303.7340 Cosmology and Nongalactic Astrophysics
+1304.0787 Statistical Mechanics
+1304.1021 Phenomenology
+1304.2684 Functional Analysis
+1304.2870 Mesoscale and Nanoscale Physics
+1304.3165 Solar and Stellar Astrophysics
+1304.4086 Computation and Language
+1304.4968 Soft Condensed Matter
+1304.5218 Numerical Analysis
+1304.5419 Superconductivity
+1304.5556 Soft Condensed Matter
+1304.5587 Computer Vision and Pattern Recognition
+1304.6006 Statistical Finance
+1304.6422 Theory
+1304.6559 Instrumentation and Methods for Astrophysics
+1305.0643 Optics
+1305.0945 Analysis of PDEs
+1305.1266 Analysis of PDEs
+1305.2864 Chaotic Dynamics
+1305.3141 Symplectic Geometry
+1305.3160 Differential Geometry
+1305.3204 Logic in Computer Science
+1305.3257 Combinatorics
+1305.3277 Cosmology and Nongalactic Astrophysics
+1305.3281 Earth and Planetary Astrophysics
+1305.3283 Logic
+1305.3300
+1305.3302 Computational Physics
+1305.3304 Pattern Formation and Solitons
+1305.3306
+1305.3307 Materials Science
+1305.3310 Materials Science
+1305.3314 Data Structures and Algorithms
+1305.3315 Experiment
+1305.3317 Information Theory
+1305.3321 Artificial Intelligence
+1305.3325 Probability
+1305.3327 Atomic Physics
+1305.3328 Digital Libraries
+1305.3333 Computer Science and Game Theory
+1305.3334 Learning
+1305.3335 Superconductivity
+1305.3336 Computer Science and Game Theory
+1305.3337 Differential Geometry
+1305.3338 Networking and Internet Architecture
+1305.3340 Algebraic Geometry
+1305.3344 Complex Variables
+1305.3352 Numerical Analysis
+1305.3354 Networking and Internet Architecture
+1305.3356 Information Theory
+1305.3358 Information Theory
+1305.3360
+1305.3364 Information Theory
+1305.3366 Cosmology and Nongalactic Astrophysics
+1305.3367 Atmospheric and Oceanic Physics
+1305.3374 Cosmology and Nongalactic Astrophysics
+1305.3375 Information Theory
+1305.3377
+1305.3379 Theory
+1305.3380 Number Theory
+1305.3381 Differential Geometry
+1305.3382 Statistics Theory
+1305.3384 Learning
+1305.3385 Materials Science
+1305.3388 Logic
+1305.3393 General Topology
+1305.3396 Cryptography and Security
+1305.3398 Analysis of PDEs
+1305.3401 Superconductivity
+1305.3402 Classical Analysis and ODEs
+1305.3403 Classical Analysis and ODEs
+1305.3404 Algebraic Geometry
+1305.3406 Commutative Algebra
+1305.3408 Logic
+1305.3409 Methodology
+1305.3410 Geometric Topology
+1305.3411 Number Theory
+1305.3414 Combinatorics
+1305.3417 Fluid Dynamics
+1305.3420 Combinatorics
+1305.3424 Solar and Stellar Astrophysics
+1305.3429 Algebraic Geometry
+1305.3432 Category Theory
+1305.3433 Computational Finance
+1305.3434 Phenomenology
+1305.3435 Experiment
+1305.3441 Solar and Stellar Astrophysics
+1305.3444 Number Theory
+1305.3447 Dynamical Systems
+1305.3458 Rings and Algebras
+1305.3459 Optimization and Control
+1305.3460 Combinatorics
+1305.3467 Mesoscale and Nanoscale Physics
+1305.3469 Number Theory
+1305.3473 Dynamical Systems
+1305.3476 Phenomenology
+1305.3477
+1305.3478 Analysis of PDEs
+1305.3482 Statistics Theory
+1305.3485 Software Engineering
+1305.3488 Phenomenology
+1305.3490 Performance
+1305.3491 Differential Geometry
+1305.3495 Neurons and Cognition
+1305.3496 Performance
+1305.3498 Information Theory
+1305.3509
+1305.3510
+1305.3513 History and Overview
+1305.3514 Algebraic Geometry
+1305.3519 Computational Physics
+1305.3520 Soft Condensed Matter
+1305.3527 Astrophysics of Galaxies
+1305.3533 Statistical Mechanics
+1305.3536 Performance
+1305.3542 Dynamical Systems
+1305.3545 Experiment
+1305.3547 Theory
+1305.3552 High Energy Astrophysical Phenomena
+1305.3553 Subcellular Processes
+1305.3554 Soft Condensed Matter
+1305.3559 Optimization and Control
+1305.3563 Biological Physics
+1305.3566 Geometric Topology
+1305.3567 Dynamical Systems
+1305.3568 Networking and Internet Architecture
+1305.3580 Number Theory
+1305.3581 Materials Science
+1305.3584 Data Structures and Algorithms
+1305.3587 Metric Geometry
+1305.3589 Phenomenology
+1305.3591
+1305.3594
+1305.3596 Information Theory
+1305.3599 Phenomenology
+1305.3600 General Topology
+1305.3601 Experiment
+nlin/0607007 Adaptation and Self-Organizing Systems
+nlin/0609026 Adaptation and Self-Organizing Systems
+0704.1010 Algebraic Geometry
+0906.3972 Plasma Physics
+0909.3784 Plasma Physics
+1001.4063 Materials Science
+1002.4582 Optics
+1003.1900 Optics
+1003.4921 Analysis of PDEs
+1006.4200 Cosmology and Nongalactic Astrophysics
+1009.2168 Probability
+1009.5058 Phenomenology
+1104.3027 Mesoscale and Nanoscale Physics
+1105.3436 Optics
+1107.0420 Information Theory
+1107.1767 Optics
+1108.0851 Superconductivity
+1108.2224 Group Theory
+1109.3021 Functional Analysis
+1111.2888 Computer Science and Game Theory
+1112.3291 Operator Algebras
+1112.5346 Analysis of PDEs
+1202.0451 Representation Theory
+1202.0718 Analysis of PDEs
+1202.2309 Cosmology and Nongalactic Astrophysics
+1202.2907 Cryptography and Security
+1202.4058 Cryptography and Security
+1202.5755 Networking and Internet Architecture
+1203.3050 Group Theory
+1203.3382
+1203.6664 Number Theory
+1203.6879 Probability
+1205.4161 Combinatorics
+1206.0196 Optimization and Control
+1206.2798 Statistical Mechanics
+1206.3805 Theory
+1207.2844 Theory
+1207.3939 Statistical Mechanics
+1207.4532 Biological Physics
+1207.5070 Strongly Correlated Electrons
+1207.6602
+1208.0827 High Energy Astrophysical Phenomena
+1208.1346 Cryptography and Security
+1208.4621 Methodology
+1209.2382 Software Engineering
+1210.0128 Social and Information Networks
+1210.1928 Machine Learning
+1210.2094 Programming Languages
+1210.5573
+1211.1614 Probability
+1211.3590 Quantum Algebra
+1211.5286 Rings and Algebras
+1211.7176 Materials Science
+1212.0121 Physics and Society
+1212.1373 Phenomenology
+1212.3282 Computational Complexity
+1212.4625 Mesoscale and Nanoscale Physics
+1301.0144 Popular Physics
+1301.0847 Theory
+1301.2526 Soft Condensed Matter
+1301.4789 Optics
+1301.6227 Phenomenology
+1302.0281 Quantum Gases
+1302.1063 Mesoscale and Nanoscale Physics
+1302.2332
+1302.4584 Theory
+1302.4856 Logic in Computer Science
+1302.6020 Theory
+1303.2151 Operator Algebras
+1303.3213 Pattern Formation and Solitons
+1303.3307 Cosmology and Nongalactic Astrophysics
+1303.4649 General Mathematics
+1303.4669 Category Theory
+1303.6983
+1304.0190 Solar and Stellar Astrophysics
+1304.2305
+1304.2645 Phenomenology
+1304.5096 Mesoscale and Nanoscale Physics
+1304.5360 Superconductivity
+1304.6262 Statistical Mechanics
+1304.6681 Theory
+1304.7459 Solar and Stellar Astrophysics
+1304.7873 Theory
+1305.0474
+1305.0494 Superconductivity
+1305.1431 Group Theory
+1305.3551 Strongly Correlated Electrons
+1305.3863 Mesoscale and Nanoscale Physics
+1305.5003 Mesoscale and Nanoscale Physics
+1305.5347 History and Philosophy of Physics
+1305.5896
+1305.6136
+1305.7201 Materials Science
+1306.0570 Statistical Mechanics
+1306.1635 Superconductivity
+1306.1924 Instrumentation and Detectors
+1306.2688
+1306.3502 Mesoscale and Nanoscale Physics
+1306.5123 Chemical Physics
+1306.5154 Combinatorics
+1306.5774 Statistical Mechanics
+1307.0103 Strongly Correlated Electrons
+1307.1362
+1307.4806
+1307.5010 Phenomenology
+1307.7083 High Energy Astrophysical Phenomena
+1307.7115 Analysis of PDEs
+1307.8170 Phenomenology
+1308.0162
+1308.0430 Statistical Mechanics
+1308.6594 Optimization and Control
+1308.6678 Combinatorics
+1309.0068 Functional Analysis
+1309.0243 Functional Analysis
+1309.0603 Combinatorics
+1309.0771 High Energy Astrophysical Phenomena
+1309.0842 Instrumentation and Detectors
+1309.0845 Experiment
+1309.0931 Optimization and Control
+1309.0942 Probability
+1309.0959 Spectral Theory
+1309.1076 Fluid Dynamics
+1309.1077 Quantitative Methods
+1309.1140 Number Theory
+1309.1155 Computer Vision and Pattern Recognition
+1309.1156 Computer Vision and Pattern Recognition
+1309.1160 Theory
+1309.1169 Astrophysics of Galaxies
+1309.1176 Solar and Stellar Astrophysics
+1309.1177 Earth and Planetary Astrophysics
+1309.1178 Optics
+1309.1179 Phenomenology
+1309.1184 Networking and Internet Architecture
+1309.1185 Algebraic Geometry
+1309.1190 Probability
+1309.1195 Algebraic Geometry
+1309.1196 Populations and Evolution
+1309.1199 Computational Engineering, Finance, and Science
+1309.1201 Differential Geometry
+1309.1206 Lattice
+1309.1212 Chaotic Dynamics
+1309.1217 Solar and Stellar Astrophysics
+1309.1218 Information Theory
+1309.1220 Computer Science and Game Theory
+1309.1226 Artificial Intelligence
+1309.1227 Artificial Intelligence
+1309.1228 Artificial Intelligence
+1309.1230 Distributed, Parallel, and Cluster Computing
+1309.1232 Software Engineering
+1309.1234 Solar and Stellar Astrophysics
+1309.1238
+1309.1241 Mesoscale and Nanoscale Physics
+1309.1246 Computation
+1309.1248 Discrete Mathematics
+1309.1249 High Energy Astrophysical Phenomena
+1309.1251 Programming Languages
+1309.1254 Logic in Computer Science
+1309.1255 Logic in Computer Science
+1309.1256 Logic in Computer Science
+1309.1257 Logic in Computer Science
+1309.1258 Logic in Computer Science
+1309.1259 Logic in Computer Science
+1309.1260 Strongly Correlated Electrons
+1309.1261 Programming Languages
+1309.1264 Formal Languages and Automata Theory
+1309.1265 Computational Geometry
+1309.1266 Discrete Mathematics
+1309.1267 Formal Languages and Automata Theory
+1309.1268 Formal Languages and Automata Theory
+1309.1269 Computational Complexity
+1309.1270 Computational Complexity
+1309.1271 Formal Languages and Automata Theory
+1309.1272 Discrete Mathematics
+1309.1274 Formal Languages and Automata Theory
+1309.1278 Phenomenology
+1309.1279 Discrete Mathematics
+1309.1284 Combinatorics
+1309.1286 Information Theory
+1309.1291 Probability
+1309.1293 Superconductivity
+1309.1295 Strongly Correlated Electrons
+1309.1300 Systems and Control
+1309.1301 Statistical Mechanics
+1309.1302 Analysis of PDEs
+1309.1303 Fluid Dynamics
+1309.1304 Functional Analysis
+1309.1307 Programming Languages
+1309.1308 Instrumentation and Detectors
+1309.1309 Statistics Theory
+1309.1310 Soft Condensed Matter
+1309.1311 Phenomenology
+1309.1312 Combinatorics
+1309.1315 Combinatorics
+1309.1316 Molecular Networks
+1309.1319 Information Theory
+1309.1322 Symplectic Geometry
+1309.1323 Information Theory
+1309.1327 Experiment
+1309.1329 Numerical Analysis
+1309.1330 Numerical Analysis
+1309.1331 Lattice
+1309.1335 Probability
+1309.1343 Astrophysics of Galaxies
+1309.1344 High Energy Astrophysical Phenomena
+1309.1346 Representation Theory
+1309.1347 Combinatorics
+1309.1352 History and Philosophy of Physics
+1309.1354 Differential Geometry
+1309.1361 Algebraic Topology
+1309.1362 Symplectic Geometry
+1309.1368 Commutative Algebra
+1309.1373 Biomolecules
+1309.1374 Materials Science
+1309.1381
+1309.1382 Representation Theory
+1309.1383 Optics
+1309.1386 Cosmology and Nongalactic Astrophysics
+1309.1388 Instrumentation and Detectors
+1309.1389 Instrumentation and Detectors
+1309.1394 Cosmology and Nongalactic Astrophysics
+1309.1408 Soft Condensed Matter
+1309.1411 Dynamical Systems
+1309.1412 Statistics Theory
+1309.1413 Dynamical Systems
+1309.1415 Adaptation and Self-Organizing Systems
+1309.1416 Cryptography and Security
+1309.1419 Emerging Technologies
+1309.1427 Statistical Mechanics
+1309.1430 Logic
+1309.1432 Discrete Mathematics
+1309.1434 High Energy Astrophysical Phenomena
+1309.1435
+1309.1436 General Mathematics
+1309.1437 Analysis of PDEs
+1309.1442 Phenomenology
+1309.1447 Number Theory
+1309.1453 Optimization and Control
+1309.1455 Materials Science
+1309.1457 Earth and Planetary Astrophysics
+1309.1460 Mesoscale and Nanoscale Physics
+astro-ph/0103158
+nlin/0512053 Pattern Formation and Solitons
+0710.1047 Statistical Mechanics
+0712.1847 Superconductivity
+0904.4414 Algebraic Topology
+1001.4981 Statistical Mechanics
+1005.2227 Algebraic Topology
+1009.3613 Learning
+1009.5420 Logic
+1010.0388 Logic
+1101.1412 Geometric Topology
+1103.3434 Quantitative Methods
+1105.0504
+1105.4120
+1106.0785 Soft Condensed Matter
+1106.5108 Phenomenology
+1107.1303 Analysis of PDEs
+1107.6016 Probability
+1109.0965 Geometric Topology
+1110.6262 Analysis of PDEs
+1111.0442 Commutative Algebra
+1112.3908 Trading and Market Microstructure
+1202.2810 Metric Geometry
+1203.1508 Chaotic Dynamics
+1203.5524 Probability
+1203.6478
+1204.4440 Statistics Theory
+1205.1564 Computation and Language
+1205.4801 Combinatorics
+1206.2822 Strongly Correlated Electrons
+1207.0392
+1207.0478 Mesoscale and Nanoscale Physics
+1207.2722 Cosmology and Nongalactic Astrophysics
+1207.4738 Computer Science and Game Theory
+1209.2307 Strongly Correlated Electrons
+1209.3542 Soft Condensed Matter
+1210.1174 Category Theory
+1210.1234
+1210.1247 Mesoscale and Nanoscale Physics
+1210.3796 Disordered Systems and Neural Networks
+1210.4763
+1210.5187 Theory
+1210.7201 Strongly Correlated Electrons
+1211.1306 Combinatorics
+1211.5562 Information Theory
+1212.0209 Number Theory
+1212.1385 Phenomenology
+1212.4980 Strongly Correlated Electrons
+1212.5838 Logic
+1301.0658 Quantum Gases
+1301.0786
+1301.0843
+1301.1789 Phenomenology
+1301.2070 Representation Theory
+1301.3332
+1301.3746 Geometric Topology
+1301.4629 Group Theory
+1301.4959 Quantum Gases
+1302.3714 Superconductivity
+1302.3744 Representation Theory
+1302.6080 Cosmology and Nongalactic Astrophysics
+1302.6488 Superconductivity
+1302.6645 Lattice
+1302.6688 Mesoscale and Nanoscale Physics
+1303.4922 Mesoscale and Nanoscale Physics
+1303.5040
+1304.0961 Phenomenology
+1304.2878 High Energy Astrophysical Phenomena
+1304.3807 Lattice
+1304.3875 Computer Science and Game Theory
+1304.5562 Disordered Systems and Neural Networks
+1304.6711 Mesoscale and Nanoscale Physics
+1304.7614 Software Engineering
+1305.0819 Cosmology and Nongalactic Astrophysics
+1305.0977 Mesoscale and Nanoscale Physics
+1305.1484
+1305.3032 Quantum Gases
+1305.3810 Mesoscale and Nanoscale Physics
+1305.5141 Quantum Gases
+1305.5274 Mesoscale and Nanoscale Physics
+1305.5418 Analysis of PDEs
+1305.6902 Theory
+1305.7052
+1305.7065 Differential Geometry
+1306.2038 Materials Science
+1306.3352 Phenomenology
+1306.3518 Atomic Physics
+1306.5105 Cosmology and Nongalactic Astrophysics
+1306.5249 Mesoscale and Nanoscale Physics
+1306.5912
+1307.0116 Chaotic Dynamics
+1307.1939 Statistical Mechanics
+1307.2827
+1307.3190 Theory
+1307.4624 Earth and Planetary Astrophysics
+1307.5135 Solar and Stellar Astrophysics
+1307.5524 Information Theory
+1307.6181 Phenomenology
+1307.6874 Solar and Stellar Astrophysics
+1307.7014 K-Theory and Homology
+1308.0936 Combinatorics
+1308.1181 Solar and Stellar Astrophysics
+1308.2125 Superconductivity
+1308.2341 Strongly Correlated Electrons
+1308.2620 Optimization and Control
+1308.2891 Data Structures and Algorithms
+1308.2899 Geometric Topology
+1308.3230 Superconductivity
+1308.4647 Quantum Gases
+1308.4668 Probability
+1308.5286 Digital Libraries
+1308.5308
+1308.5469
+1308.5662 Materials Science
+1308.5837 Classical Analysis and ODEs
+1308.5957 High Energy Astrophysical Phenomena
+1308.5987 Soft Condensed Matter
+1308.5992 Numerical Analysis
+1308.5993 Algebraic Geometry
+1308.5996 Cryptography and Security
+1308.5997 Differential Geometry
+1308.5998 Numerical Analysis
+1308.5999 Networking and Internet Architecture
+1308.6003 Neural and Evolutionary Computing
+1308.6005 Combinatorics
+1308.6016 Analysis of PDEs
+1308.6023 Representation Theory
+1308.6024 Differential Geometry
+1308.6025 Computer Science and Game Theory
+1308.6026 Optics
+1308.6028 Tissues and Organs
+1308.6031 Populations and Evolution
+1308.6033 Cell Behavior
+1308.6035 Subcellular Processes
+1308.6039 Phenomenology
+1308.6040 Commutative Algebra
+1308.6042 Optics
+1308.6043 Commutative Algebra
+1308.6044 Commutative Algebra
+1308.6045 Algebraic Geometry
+1308.6048 Commutative Algebra
+1308.6052 Statistical Mechanics
+1308.6055 Differential Geometry
+1308.6058 Distributed, Parallel, and Cluster Computing
+1308.6062
+1308.6063 Atomic and Molecular Clusters
+1308.6064 Experiment
+1308.6067
+1308.6075 Physics and Society
+1308.6081 High Energy Astrophysical Phenomena
+1308.6083 Instrumentation and Methods for Astrophysics
+1308.6084 Superconductivity
+1308.6096 Programming Languages
+1308.6098 Strongly Correlated Electrons
+1308.6104 Probability
+1308.6105 Geometric Topology
+1308.6107 Optimization and Control
+1308.6117 Operator Algebras
+1308.6118 Social and Information Networks
+1308.6127 Functional Analysis
+1308.6131
+1308.6132 Fluid Dynamics
+1308.6139 Combinatorics
+1308.6140 Biological Physics
+1308.6141 Combinatorics
+1308.6144 Algebraic Geometry
+1308.6145 Data Structures and Algorithms
+1308.6149 Social and Information Networks
+1308.6151 Populations and Evolution
+1308.6161
+1308.6163 Differential Geometry
+1308.6165 Logic
+1308.6166 Discrete Mathematics
+1308.6173 High Energy Astrophysical Phenomena
+1308.6181 Learning
+1308.6182 Algebraic Geometry
+1308.6187 Group Theory
+1308.6189 Accelerator Physics
+1308.6190 Mesoscale and Nanoscale Physics
+1308.6191 Classical Analysis and ODEs
+1308.6193 Probability
+1308.6196 Complex Variables
+1308.6197 Experiment
+1308.6201 Phenomenology
+1308.6203 Data Structures and Algorithms
+1308.6205 Numerical Analysis
+1308.6208 Distributed, Parallel, and Cluster Computing
+1308.6216 Emerging Technologies
+1308.6217 Other Computer Science
+1308.6226 Analysis of PDEs
+1308.6227 Functional Analysis
+1308.6229 Mesoscale and Nanoscale Physics
+1308.6235 Analysis of PDEs
+1308.6237 Commutative Algebra
+1308.6242 Computation and Language
+1308.6250 Systems and Control
+1308.6251 Other Computer Science
+1308.6255 Computer Science and Game Theory
+1308.6267 Analysis of PDEs
+1308.6271 Strongly Correlated Electrons
+1308.6274 Mesoscale and Nanoscale Physics
+cond-mat/0202095 Statistical Mechanics
+cond-mat/0307285 Statistical Mechanics
+cond-mat/0401128 Statistical Mechanics
+cond-mat/0401403 Statistical Mechanics
+cond-mat/0401405 Statistical Mechanics
+cond-mat/0502458 Statistical Mechanics
+cond-mat/0504033 Statistical Mechanics
+cond-mat/0504044 Statistical Mechanics
+cond-mat/0510293 Statistical Mechanics
+cond-mat/0512314 Statistical Mechanics
+math-ph/0211054
+quant-ph/0504016
+0708.1874 Statistics Theory
+0802.1626 Differential Geometry
+0810.3136 Computer Science and Game Theory
+0910.2465 Combinatorics
+0911.5705
+1005.1567 Artificial Intelligence
+1103.4076 Algebraic Geometry
+1103.4299 Operator Algebras
+1105.0059 Geometric Topology
+1105.1033 Learning
+1105.2737 Numerical Analysis
+1107.2841 Geometric Topology
+1107.3788 Analysis of PDEs
+1108.4183 Analysis of PDEs
+1108.4200 Operator Algebras
+1109.2152 Computer Science and Game Theory
+1109.5482 Social and Information Networks
+1110.3121 Molecular Networks
+1111.0682 Representation Theory
+1201.0529 Combinatorics
+1201.2535 Complex Variables
+1202.3189
+1204.1476 Optics
+1204.3943 Differential Geometry
+1204.4219 High Energy Astrophysical Phenomena
+1204.5661 Risk Management
+1205.1480 Cosmology and Nongalactic Astrophysics
+1205.5581 Optimization and Control
+1205.6654 Instrumentation and Methods for Astrophysics
+1206.0177 Number Theory
+1206.0249 Disordered Systems and Neural Networks
+1206.2900 Differential Geometry
+1207.0358
+1207.1081 Analysis of PDEs
+1207.2569 Data Analysis, Statistics and Probability
+1207.2615 Information Retrieval
+1207.5860 Representation Theory
+1208.5085 Complex Variables
+1209.0536
+1209.2042 Algebraic Geometry
+1209.4236 Instrumentation and Methods for Astrophysics
+1209.4862 Accelerator Physics
+1209.5492 Instrumentation and Methods for Astrophysics
+1211.0930 Phenomenology
+1211.4250
+1211.7137 Statistical Mechanics
+1212.3172 Mesoscale and Nanoscale Physics
+1212.3620 Phenomenology
+1212.5581 Phenomenology
+1301.0633 Instrumentation and Methods for Astrophysics
+1301.1630 Instrumentation and Methods for Astrophysics
+1301.1693 Phenomenology
+1301.2246
+1301.2396 Exactly Solvable and Integrable Systems
+1301.3313 Strongly Correlated Electrons
+1301.5082 Phenomenology
+1301.7023 Information Theory
+1301.7473 Robotics
+1302.1059 Materials Science
+1302.1189 Quantum Gases
+1302.1288 Theory
+1302.1718 Mesoscale and Nanoscale Physics
+1302.2625 Phenomenology
+1302.3236 Analysis of PDEs
+1302.6584 Machine Learning
+1302.6624 Experiment
+1303.3932 Mesoscale and Nanoscale Physics
+1303.4524 Mesoscale and Nanoscale Physics
+1303.5016 Probability
+1303.5267 Fluid Dynamics
+1303.6524 Phenomenology
+1303.6868 Cosmology and Nongalactic Astrophysics
+1303.7093 Machine Learning
+1303.7251 High Energy Astrophysical Phenomena
+1304.0046 Strongly Correlated Electrons
+1304.0449 Theory
+1304.0502
+1304.0893 Disordered Systems and Neural Networks
+1304.1210 Number Theory
+1304.1326
+1304.3718 Quantum Algebra
+1304.3975 Experiment
+1304.5284 Statistical Mechanics
+1304.7357 Mesoscale and Nanoscale Physics
+1304.7744 Strongly Correlated Electrons
+1305.0376 Statistical Mechanics
+1305.1027 Machine Learning
+1305.1349 Mesoscale and Nanoscale Physics
+1305.3486 Information Theory
+1305.3822 Materials Science
+1305.4129 Probability
+1305.4724
+1305.5108 General Physics
+1305.5205 Group Theory
+1305.5998 Data Structures and Algorithms
+1305.6226 Functional Analysis
+1305.7372 Analysis of PDEs
+1306.0053
+1306.0982 Statistical Mechanics
+1306.0989 Solar and Stellar Astrophysics
+1306.2018 High Energy Astrophysical Phenomena
+1306.2531 Space Physics
+1306.2846 Soft Condensed Matter
+1306.3060 Astrophysics of Galaxies
+1306.4086 Quantum Gases
+1306.4503 High Energy Astrophysical Phenomena
+1306.5208
+1306.5387 Phenomenology
+1306.5874 Statistical Mechanics
+1306.6037 Soft Condensed Matter
+1307.0285 Astrophysics of Galaxies
+1307.0289 Logic in Computer Science
+1307.0399 Analysis of PDEs
+1307.0410 Biological Physics
+1307.0479
+1307.1860 Analysis of PDEs
+1307.2906 Cosmology and Nongalactic Astrophysics
+1307.2936 Phenomenology
+1307.3150 Combinatorics
+1307.3199 Theory
+1307.3810 Spectral Theory
+1307.3908 Earth and Planetary Astrophysics
+1307.4179 Metric Geometry
+1307.4413 Soft Condensed Matter
+1307.4484 High Energy Astrophysical Phenomena
+1307.4488 Algebraic Topology
+1307.4499 Solar and Stellar Astrophysics
+1307.4502 Information Theory
+1307.4518 Data Structures and Algorithms
+1307.4521 Data Structures and Algorithms
+1307.4534 Instrumentation and Methods for Astrophysics
+1307.4559 Mesoscale and Nanoscale Physics
+1307.4567 Distributed, Parallel, and Cluster Computing
+1307.4582
+1307.4584 Solar and Stellar Astrophysics
+1307.4586 High Energy Astrophysical Phenomena
+1307.4587
+1307.4600 Instrumentation and Methods for Astrophysics
+1307.4614 Biomolecules
+1307.4635 Programming Languages
+1307.4658 General Physics
+1307.4663 General Physics
+1307.4665 General Physics
+1307.4689 Artificial Intelligence
+1307.4719 Instrumentation and Methods for Astrophysics
+1307.4747
+1307.4755 Phenomenology
+1307.4766 Representation Theory
+1307.4772 Differential Geometry
+1307.4779 Accelerator Physics
+1307.4781 Analysis of PDEs
+1307.4785 Algebraic Geometry
+1307.4786 Fluid Dynamics
+1307.4790 Information Theory
+1307.4795 Numerical Analysis
+1307.4796 Dynamical Systems
+1307.4803 Combinatorics
+1307.4805
+1307.4813 Probability
+1307.4816
+1307.4817 Fluid Dynamics
+1307.4822 Information Theory
+1307.4823 High Energy Astrophysical Phenomena
+1307.4824 Cryptography and Security
+1307.4826 Phenomenology
+1307.4827 Programming Languages
+1307.4830
+1307.4831 Chemical Physics
+1307.4832 Chemical Physics
+1307.4837 Algebraic Geometry
+1307.4838 Representation Theory
+1307.4841 Optimization and Control
+1307.4842 Optics
+1307.4843 Medical Physics
+1307.4844 Optics
+1307.4845 Category Theory
+1307.4851 Instrumentation and Methods for Astrophysics
+1307.4853 Strongly Correlated Electrons
+1307.4856 Chemical Physics
+1307.4860 Methodology
+1307.4869 Materials Science
+1307.4870 Analysis of PDEs
+1307.4871 Materials Science
+1307.4875 General Topology
+1307.4877 Superconductivity
+1307.4881 Materials Science
+1307.4892 Other Condensed Matter
+1307.4894 Information Theory
+1307.4895 Materials Science
+1307.4897 Computational Complexity
+1307.4898 High Energy Astrophysical Phenomena
+1307.4900 Functional Analysis
+1307.4901 Discrete Mathematics
+1307.4903 Differential Geometry
+1307.4904 Functional Analysis
+1307.4906
+1307.4910 Computational Complexity
+1307.4914 Spectral Theory
+1307.4915 General Physics
+1307.4916 Commutative Algebra
+1307.4918 High Energy Astrophysical Phenomena
+1307.4919 Number Theory
+1307.4924 High Energy Astrophysical Phenomena
+1307.4927 Data Structures and Algorithms
+1307.4928 Materials Science
+1307.4931 History and Overview
+1307.4932 Astrophysics of Galaxies
+1307.4934 Computer Science and Game Theory
+1307.4936 History and Overview
+1307.4938 Cellular Automata and Lattice Gases
+1307.4939 Instrumentation and Methods for Astrophysics
+1307.4941 Functional Analysis
+1307.4943 Instrumentation and Methods for Astrophysics
+1307.4948 Functional Analysis
+1307.4949 Functional Analysis
+1307.4950
+1307.4952 Social and Information Networks
+1307.4954 Populations and Evolution
+1307.4960 General Mathematics
+1307.4962 Instrumentation and Methods for Astrophysics
+1307.4965 Instrumentation and Methods for Astrophysics
+1307.4966 Logic in Computer Science
+1307.4972 Theory
+1307.4975 Soft Condensed Matter
+1307.4978
+1307.4981 Group Theory
+1307.4982 Strongly Correlated Electrons
+1307.4983 Information Theory
+1307.4989 Instrumentation and Methods for Astrophysics
+1307.4993
+1307.5000 Analysis of PDEs
+1307.5003 High Energy Astrophysical Phenomena
+1307.5006 Instrumentation and Methods for Astrophysics
+1307.5007 Materials Science
+1307.5008 Superconductivity
+1307.5009 Dynamical Systems
+1307.5013 Analysis of PDEs
+1307.5014 Instrumentation and Methods for Astrophysics
+1307.5016 Geometric Topology
+1307.5020 Functional Analysis
+1307.5022 Cosmology and Nongalactic Astrophysics
+1307.5027 Combinatorics
+1307.5028 Instrumentation and Methods for Astrophysics
+1307.5032 Mesoscale and Nanoscale Physics
+1307.5033 Functional Analysis
+1307.5034 Optics
+1307.5036 Mesoscale and Nanoscale Physics
+1307.5039 Classical Analysis and ODEs
+1307.5041 Statistical Mechanics
+1307.5045 High Energy Astrophysical Phenomena
+1307.5047 Strongly Correlated Electrons
+1307.5051 Cosmology and Nongalactic Astrophysics
+1307.5054 Functional Analysis
+1307.5057 Networking and Internet Architecture
+cond-mat/0105446 Strongly Correlated Electrons
+cond-mat/9501077
+cond-mat/9606079
+cond-mat/9611212 Superconductivity
+cond-mat/9711176 Mesoscale and Nanoscale Physics
+cond-mat/9802160 Superconductivity
+cond-mat/9806006 Superconductivity
+cond-mat/9806170 Superconductivity
+0705.1255
+0711.1348 Combinatorics
+0806.2449
+0808.0613 Symplectic Geometry
+0901.1709 Statistical Mechanics
+0905.0624
+0911.0579
+1007.0466 Cosmology and Nongalactic Astrophysics
+1009.5423 Programming Languages
+1012.2860 Distributed, Parallel, and Cluster Computing
+1106.5223 Computational Complexity
+1109.4007 Number Theory
+1109.5846 Theory
+1109.6042 Statistics Theory
+1109.6179 Optimization and Control
+1109.6688 Operator Algebras
+1112.3972 Distributed, Parallel, and Cluster Computing
+1201.6674 Quantum Gases
+1202.2154 Statistical Mechanics
+1202.5474 Information Theory
+1203.0324 Algebraic Geometry
+1203.0328 Algebraic Geometry
+1203.0596 Number Theory
+1203.0895 Probability
+1205.5628 Differential Geometry
+1206.2601 Analysis of PDEs
+1207.0062
+1208.0012 Phenomenology
+1208.3572 Phenomenology
+1208.5814 Information Theory
+1209.2151 High Energy Astrophysical Phenomena
+1209.6021 Cosmology and Nongalactic Astrophysics
+1209.6287 Theory
+1210.3267 Instrumentation and Methods for Astrophysics
+1210.6311 Phenomenology
+1210.8132 Optics
+1210.8387 Commutative Algebra
+1211.6728 General Topology
+1212.0219 Lattice
+1212.1332
+1212.1728 Theory
+1212.1880 Materials Science
+1212.2556
+1212.2877 Materials Science
+1212.3666 Theory
+1212.3794 Quantum Gases
+1212.6495 Rings and Algebras
+1301.1239 Combinatorics
+1301.4451 Computational Complexity
+1301.4681 Mesoscale and Nanoscale Physics
+1301.4984 Cosmology and Nongalactic Astrophysics
+1302.0613 Mesoscale and Nanoscale Physics
+1302.0924 Statistics Theory
+1302.2058 Phenomenology
+1302.3042 Disordered Systems and Neural Networks
+1302.5615
+1302.5652 Category Theory
+1302.6244 Earth and Planetary Astrophysics
+1302.7119 Differential Geometry
+1302.7210
+1303.0242 Cosmology and Nongalactic Astrophysics
+1303.0526 Experiment
+1303.1566 Soft Condensed Matter
+1303.2668 Theory
+1303.4561 Optics
+1303.4993
+1303.5949 Experiment
+1304.0383 Cryptography and Security
+1304.0981 Superconductivity
+1304.2232 Phenomenology
+1304.3390 Programming Languages
+1304.4484 Strongly Correlated Electrons
+1304.5403 Strongly Correlated Electrons
+1304.5418 Dynamical Systems
+1304.5485 Programming Languages
+1304.6131
+1304.6164 Probability
+1304.6241 Cryptography and Security
+1304.7404
+1304.8048 High Energy Astrophysical Phenomena
+1305.1600 Theory
+1305.1853
+1305.2330 Cosmology and Nongalactic Astrophysics
+1305.2492
+1305.4209
+1305.5660
+1305.5999 Fluid Dynamics
+1305.6180 Phenomenology
+1305.6255 Materials Science
+1305.6363 Strongly Correlated Electrons
+1306.1352 Strongly Correlated Electrons
+1306.2870 Probability
+1306.3115 Physics and Society
+1306.3127 Computer Science and Game Theory
+1306.3396 Analysis of PDEs
+1306.5020 Strongly Correlated Electrons
+1306.5377 Information Theory
+1307.0242 Theory
+1307.0957 Physics and Society
+1307.1379 Methodology
+1307.1448 Distributed, Parallel, and Cluster Computing
+1307.1466 Computational Engineering, Finance, and Science
+1307.1468 Astrophysics of Galaxies
+1307.1473 Strongly Correlated Electrons
+1307.1475 Strongly Correlated Electrons
+1307.1480 Combinatorics
+1307.1482 Artificial Intelligence
+1307.1490
+1307.1497 Differential Geometry
+1307.1498
+1307.1503 Optimization and Control
+1307.1510
+1307.1514 Networking and Internet Architecture
+1307.1515 Differential Geometry
+1307.1516 Data Structures and Algorithms
+1307.1517 Distributed, Parallel, and Cluster Computing
+1307.1518 Soft Condensed Matter
+1307.1520
+1307.1524 Information Theory
+1307.1528 Logic in Computer Science
+1307.1532 Probability
+1307.1538 Quantum Gases
+1307.1540
+1307.1542 Human-Computer Interaction
+1307.1543 Information Retrieval
+1307.1544 Optics
+1307.1550
+1307.1551 Representation Theory
+1307.1554 Theory
+1307.1555 Materials Science
+1307.1560 Data Structures and Algorithms
+1307.1561 Information Retrieval
+1307.1563 Plasma Physics
+1307.1564 Solar and Stellar Astrophysics
+1307.1565 Statistics Theory
+1307.1566
+1307.1568 Artificial Intelligence
+1307.1569
+1307.1572 Analysis of PDEs
+1307.1577 Metric Geometry
+1307.1578 Geometric Topology
+1307.1580 Earth and Planetary Astrophysics
+1307.1581 Optimization and Control
+1307.1584 Learning
+1307.1586 Populations and Evolution
+1307.1588 Complex Variables
+1307.1593 Solar and Stellar Astrophysics
+1307.1598 Computational Engineering, Finance, and Science
+1307.1600 Analysis of PDEs
+1307.1601 Learning
+1307.1604 Theory
+1307.1609 Geophysics
+1307.1610 Number Theory
+1307.1611 Functional Analysis
+1307.1612 Analysis of PDEs
+1307.1614 Strongly Correlated Electrons
+1307.1617 Dynamical Systems
+1307.1618 Analysis of PDEs
+1307.1621 Phenomenology
+1307.1626 Functional Analysis
+1307.1627 Number Theory
+1307.1628 High Energy Astrophysical Phenomena
+1307.1633 Number Theory
+1307.1638 Algebraic Geometry
+1307.1644 Chemical Physics
+1307.1647 Classical Physics
+1307.1648 Popular Physics
+1307.1649 Earth and Planetary Astrophysics
+1307.1650 Distributed, Parallel, and Cluster Computing
+1307.1652 Commutative Algebra
+1307.1655 Soft Condensed Matter
+1307.1665 Rings and Algebras
+1307.1670 Dynamical Systems
+1307.1671 Dynamical Systems
+1307.1674 Machine Learning
+1307.1675 Algebraic Geometry
+1307.1677 Astrophysics of Galaxies
+1307.1681 Social and Information Networks
+1307.1684 Networking and Internet Architecture
+1307.1691
+1307.1692 General Physics
+1307.1693 Strongly Correlated Electrons
+1307.1694 Computers and Society
+cond-mat/0309043 Superconductivity
+cond-mat/0505208 Other Condensed Matter
+cs/0701021 Operating Systems
+math/0702601 Metric Geometry
+0711.4525 Metric Geometry
+0804.0915 Rings and Algebras
+0907.4560 Logic
+0910.1114 Quantum Gases
+1001.0435 Algebraic Geometry
+1002.2400 Symplectic Geometry
+1002.2566 Theory
+1003.4766 Geometric Topology
+1005.0614 Algebraic Geometry
+1005.4225 Representation Theory
+1010.0450 Symplectic Geometry
+1010.0451 Symplectic Geometry
+1010.2292 Algebraic Geometry
+1010.2580 Classical Analysis and ODEs
+1010.3997 Symplectic Geometry
+1011.0814
+1101.4149 Metric Geometry
+1102.5024 Algebraic Geometry
+1103.0306
+1105.2814
+1109.1233 Probability
+1109.6036 Experiment
+1110.3543 Optics
+1112.1743 Solar and Stellar Astrophysics
+1112.2296 Rings and Algebras
+1201.5060
+1202.1387 Information Theory
+1202.2403
+1203.5625 Functional Analysis
+1204.2418 K-Theory and Homology
+1204.2958 Materials Science
+1204.6030 Functional Analysis
+1205.1821 Space Physics
+1205.1985 Analysis of PDEs
+1205.6042 Populations and Evolution
+1205.6820 Theory
+1206.4109
+1206.6254 Materials Science
+1207.2192 Statistical Mechanics
+1207.2273 Number Theory
+1207.5506 Biomolecules
+1207.5831 Number Theory
+1207.6947 Lattice
+1207.6954
+1208.0768 Medical Physics
+1208.1358
+1208.1928 Statistical Mechanics
+1208.2863
+1208.2867 Biological Physics
+1208.3453 Number Theory
+1208.5478
+1208.5523 Materials Science
+1208.6557 Mesoscale and Nanoscale Physics
+1209.0007 Phenomenology
+1209.0846 Information Theory
+1209.2931 Mesoscale and Nanoscale Physics
+1209.2983 Physics and Society
+1209.4106 Algebraic Geometry
+1209.4501
+1209.5460 Strongly Correlated Electrons
+1210.0019
+1210.0893
+1210.1657 Mesoscale and Nanoscale Physics
+1210.1970
+1210.4152 Strongly Correlated Electrons
+1210.5800 Dynamical Systems
+1210.6265 Numerical Analysis
+1211.0060 Populations and Evolution
+1211.1213
+1211.1388 Theory
+1211.2088 Mesoscale and Nanoscale Physics
+1211.2847 Materials Science
+1211.3267 Statistical Mechanics
+1211.3449 Phenomenology
+1211.4011 Phenomenology
+1211.4570 Number Theory
+1211.6318
+1211.7133 Digital Libraries
+1212.0465 Quantitative Methods
+1212.1008
+1212.1231 Optimization and Control
+1212.3151 Statistics Theory
+1212.4540
+1212.4839 Strongly Correlated Electrons
+1212.5023
+1212.6769 Phenomenology
+1301.1347 Theory
+1301.2602 Plasma Physics
+1301.4469 Phenomenology
+1301.5498 Phenomenology
+1301.5741
+1301.6371 Combinatorics
+1301.7268 Instrumentation and Detectors
+1301.7432 Phenomenology
+1301.7566 Information Theory
+1301.7705 Mesoscale and Nanoscale Physics
+1302.0291 Theory
+1302.0594 Phenomenology
+1302.0627 Data Analysis, Statistics and Probability
+1302.0960 Phenomenology
+1302.1088 Mesoscale and Nanoscale Physics
+1302.1102 Phenomenology
+1302.1449 Theory
+1302.2008
+1302.2130 Theory
+1302.2214 Statistical Mechanics
+1302.2593 Cosmology and Nongalactic Astrophysics
+1302.2919
+1302.2951 Strongly Correlated Electrons
+1302.4917 Lattice
+1302.5530
+1302.5560
+1302.6638
+1302.6936 Solar and Stellar Astrophysics
+1302.7177
+1303.0900
+1303.1173 Theory
+1303.1376 Optics
+1303.1449 Theory
+1303.2060 Applications
+1303.2266 Optics
+1303.2336
+1303.2882 Phenomenology
+1303.3272 Cosmology and Nongalactic Astrophysics
+1303.3690 Dynamical Systems
+1303.5110
+1303.6806 Representation Theory
+1303.6972 Number Theory
+1303.6981 Probability
+1304.1462 Combinatorics
+1304.1858 Information Theory
+1304.1913 Programming Languages
+1304.3202 Complex Variables
+1304.3379 Plasma Physics
+1304.3508 K-Theory and Homology
+1304.4064 Solar and Stellar Astrophysics
+1304.4107
+1304.4147 Metric Geometry
+1304.4280 Data Structures and Algorithms
+1304.5879 Fluid Dynamics
+1304.5916
+1304.5938 Cryptography and Security
+1305.0135 Computers and Society
+1305.0345 Algebraic Geometry
+1305.0574 Artificial Intelligence
+1305.0723 Dynamical Systems
+1305.0753 Theory
+1305.0947 Networking and Internet Architecture
+1305.1031 Statistical Mechanics
+1305.1034
+1305.1234 Experiment
+1305.1293 Graphics
+1305.1294 Superconductivity
+1305.1295 Data Structures and Algorithms
+1305.1303 Solar and Stellar Astrophysics
+1305.1314 Combinatorics
+1305.1318 Methodology
+1305.1319 Computation and Language
+1305.1327
+1305.1333 Number Theory
+1305.1343 Digital Libraries
+1305.1344 Computer Vision and Pattern Recognition
+1305.1346 History and Philosophy of Physics
+1305.1347 Data Structures and Algorithms
+1305.1348 Number Theory
+1305.1351 Probability
+1305.1356 Classical Physics
+1305.1358 Quantum Algebra
+1305.1359 Learning
+1305.1360
+1305.1371 Information Retrieval
+1305.1372 Information Retrieval
+1305.1373 Materials Science
+1305.1376 Statistics Theory
+1305.1377 Materials Science
+1305.1380 Molecular Networks
+1305.1383 Adaptation and Self-Organizing Systems
+1305.1385 Methodology
+1305.1391 Rings and Algebras
+1305.1393 Solar and Stellar Astrophysics
+1305.1397 Information Theory
+1305.1398 Physics Education
+1305.1415 Information Theory
+1305.1418 Probability
+1305.1419 Accelerator Physics
+1305.1420 Statistical Mechanics
+1305.1423 Quantum Gases
+1305.1426 Sound
+1305.1427 Information Theory
+1305.1428 Computers and Society
+1305.1429 Information Retrieval
+1305.1430 Rings and Algebras
+1305.1432 Soft Condensed Matter
+1305.1435 Materials Science
+1305.1440 Materials Science
+1305.1447 Materials Science
+1305.1450 Cosmology and Nongalactic Astrophysics
+1305.1452 Functional Analysis
+1305.1453 Metric Geometry
+1305.1462 Lattice
+1305.1473 Graphics
+1305.1476 Digital Libraries
+1305.1477 Systems and Control
+1305.1481 Symbolic Computation
+1305.1485 Cosmology and Nongalactic Astrophysics
+1305.1486 Optics
+1305.1488 Digital Libraries
+1305.1489 Numerical Analysis
+1305.1490 Information Theory
+1305.1491 Differential Geometry
+1305.1496 Optics
+1305.1504 Superconductivity
+1305.1516
+1305.1518 Representation Theory
+1305.1520 Computer Vision and Pattern Recognition
+1305.1522 Optics
+1305.1523
+1305.1525 Information Theory
+1305.1526 Accelerator Physics
+1305.1527 Probability
+1305.1528 Accelerator Physics
+1305.1530 Experiment
+1305.1532 Accelerator Physics
+1305.1533 Accelerator Physics
+1305.1536 Mesoscale and Nanoscale Physics
+1305.1537 Information Theory
+1305.1540 Differential Geometry
+1305.1542 Accelerator Physics
+1305.1544 Accelerator Physics
+1305.1545 Exactly Solvable and Integrable Systems
+1305.1546 Optimization and Control
+1305.1547 Accelerator Physics
+1305.1549 Accelerator Physics
+1305.1550 Materials Science
+1305.1552 Accelerator Physics
+1305.1554 Dynamical Systems
+1305.1555 Accelerator Physics
+1305.1556 Commutative Algebra
+1305.1558 Accelerator Physics
+1305.1559 General Finance
+1305.1564
+1305.1570 Medical Physics
+1305.1579 Dynamical Systems
+1305.1581 High Energy Astrophysical Phenomena
+1305.1586 Other Condensed Matter
+1305.1588 Dynamical Systems
+1305.1590 Metric Geometry
+1305.1592 Optimization and Control
+1305.1593 Optimization and Control
+1305.1596 Computational Geometry
+1305.1597 Geometric Topology
+1305.1598 Information Theory
+1305.1601 Phenomenology
+1305.1609 Databases
+1305.1619 Symplectic Geometry
+cond-mat/0008239 Materials Science
+cond-mat/0307448 Materials Science
+cond-mat/0411205 Statistical Mechanics
+cond-mat/9805177 Materials Science
+cond-mat/9909266 Materials Science
+cond-mat/9912241 Materials Science
+physics/0507015 Optics
+0705.1235 Statistics Theory
+0706.3256 Soft Condensed Matter
+0805.2855 Digital Libraries
+0902.2115 Materials Science
+0902.2533 Algebraic Geometry
+0904.3252 Analysis of PDEs
+0906.0615 Rings and Algebras
+0909.3467 Dynamical Systems
+1001.2559 Theory
+1001.3446
+1004.2576 Spectral Theory
+1006.2797 Rings and Algebras
+1006.5823 Strongly Correlated Electrons
+1007.2429
+1008.0390 Combinatorics
+1008.0834
+1011.4539 Combinatorics
+1011.5494 Solar and Stellar Astrophysics
+1012.1308 Number Theory
+1012.2452 Differential Geometry
+1101.0022 Number Theory
+1101.2838 Phenomenology
+1102.1624 Data Analysis, Statistics and Probability
+1102.3395 Algebraic Topology
+1103.2486 Methodology
+1106.0127 Spectral Theory
+1106.0131 Spectral Theory
+1108.3477 Representation Theory
+1108.5695 Probability
+1109.1072 Classical Analysis and ODEs
+1109.3400 Cosmology and Nongalactic Astrophysics
+1111.0139
+1111.1462
+1111.2833 Functional Analysis
+1111.6453 Learning
+1201.2674 Rings and Algebras
+1202.0918 Statistical Mechanics
+1202.2469 Theory
+1202.3239 Optics
+1203.3912 Combinatorics
+1204.1510 Quantum Gases
+1204.2182 Operator Algebras
+1206.0253 Instrumentation and Detectors
+1206.4195 Optimization and Control
+1206.5822
+1207.0359
+1207.3701 Disordered Systems and Neural Networks
+1207.5838 Commutative Algebra
+1208.0951 High Energy Astrophysical Phenomena
+1208.3189 Superconductivity
+1208.4536 Cryptography and Security
+1209.1651 Algebraic Geometry
+1209.1787 Statistical Mechanics
+1210.1052 High Energy Astrophysical Phenomena
+1210.2181
+1210.3711 Methodology
+1210.5466 Portfolio Management
+1211.2516 Differential Geometry
+1211.3533 Soft Condensed Matter
+1211.4786 Mesoscale and Nanoscale Physics
+1211.4885 Strongly Correlated Electrons
+1211.5017 Mesoscale and Nanoscale Physics
+1212.0968
+1212.2245 Computer Vision and Pattern Recognition
+1212.4503 Superconductivity
+1212.6408
+1212.6779 Superconductivity
+1301.0499
+1301.2397 Quantitative Methods
+1301.4161 Rings and Algebras
+1301.7736 Numerical Analysis
+1302.0985 Group Theory
+1302.0998 Phenomenology
+1302.3902 Instrumentation and Detectors
+1302.6734 Statistical Mechanics
+1302.6967 Geometric Topology
+1303.0237 Portfolio Management
+1303.1749 Computer Vision and Pattern Recognition
+1303.3476 Statistical Mechanics
+1303.4236 Statistical Mechanics
+1303.4504 Physics and Society
+1303.6471 Combinatorics
+1304.0709 Optics
+1304.1077 Soft Condensed Matter
+1304.2767 Theory
+1304.3264 Functional Analysis
+1304.4125 Soft Condensed Matter
+1304.5184 Rings and Algebras
+1304.7122 Mesoscale and Nanoscale Physics
+1305.0444
+1305.0959 Materials Science
+1305.1261 High Energy Astrophysical Phenomena
+1305.1541 Algebraic Geometry
+1305.1548 Phenomenology
+1305.4595 Algebraic Geometry
+1305.6901 Disordered Systems and Neural Networks
+1305.7124 Statistical Mechanics
+1306.0590 Probability
+1306.1547 Data Structures and Algorithms
+1306.1877 Computational Complexity
+1306.2110 Chemical Physics
+1306.4158 Probability
+1306.4384 Data Structures and Algorithms
+1306.4706 Quantum Gases
+1306.6171 Phenomenology
+1306.6259 Social and Information Networks
+1306.6687 Theory
+1306.6915 Cosmology and Nongalactic Astrophysics
+1307.0006 Quantum Gases
+1307.0708 Phenomenology
+1307.1154 Materials Science
+1307.2395 Phenomenology
+1307.2454 Theory
+1307.2979 Statistical Mechanics
+1307.3223 Dynamical Systems
+1307.4560 Experiment
+1307.5113 Superconductivity
+1307.5296 Data Structures and Algorithms
+1307.5790 Phenomenology
+1307.5851 High Energy Astrophysical Phenomena
+1307.6230 Mesoscale and Nanoscale Physics
+1307.6235 General Physics
+1307.6739 Strongly Correlated Electrons
+1307.7908 Phenomenology
+1307.8129 Atomic Physics
+1308.1002 Soft Condensed Matter
+1308.1288 Materials Science
+1308.1306
+1308.1668 Phenomenology
+1308.1743 Superconductivity
+1308.4963 Differential Geometry
+1308.5782 Number Theory
+1308.6642
+1309.2375 Machine Learning
+1309.2878 Strongly Correlated Electrons
+1309.3055 Functional Analysis
+1309.3089 Instrumentation and Detectors
+1309.4013 High Energy Astrophysical Phenomena
+1309.4320 Number Theory
+1309.5472 Strongly Correlated Electrons
+1309.5480 Statistical Mechanics
+1309.6224
+1309.6331 Fluid Dynamics
+1310.0925 Fluid Dynamics
+1310.1118 Other Computer Science
+1310.1208 Analysis of PDEs
+1310.1381 High Energy Astrophysical Phenomena
+1310.1518 Learning
+1310.1540 Cryptography and Security
+1310.1651 Computers and Society
+1310.1746 Computers and Society
+1310.1828 General Topology
+1310.1842 Geometric Topology
+1310.1863 Artificial Intelligence
+1310.1881 Probability
+1310.1910 Rings and Algebras
+1310.1914 Earth and Planetary Astrophysics
+1310.1927 High Energy Astrophysical Phenomena
+1310.1928 Phenomenology
+1310.1934 Learning
+1310.1938 High Energy Astrophysical Phenomena
+1310.1942 Probability
+1310.1943 Numerical Analysis
+1310.1947 Artificial Intelligence
+1310.1953 Physics and Society
+1310.1956 Quantum Algebra
+1310.1962 Phenomenology
+1310.1964 Computation and Language
+1310.1967 Instrumentation and Methods for Astrophysics
+1310.1968 Digital Libraries
+1310.1970
+1310.1973 Cosmology and Nongalactic Astrophysics
+1310.1975 Computation and Language
+1310.1977 Materials Science
+1310.1978 High Energy Astrophysical Phenomena
+1310.1981
+1310.1988 Number Theory
+1310.1999 Classical Analysis and ODEs
+1310.2001 Information Theory
+1310.2005 Phenomenology
+1310.2014 Optimization and Control
+1310.2015 Differential Geometry
+1310.2017 Combinatorics
+1310.2030 High Energy Astrophysical Phenomena
+1310.2037 Information Theory
+1310.2045 Information Theory
+1310.2049 Learning
+1310.2050 Computer Vision and Pattern Recognition
+1310.2051 Information Theory
+1310.2053 Computer Vision and Pattern Recognition
+1310.2059 Machine Learning
+1310.2062 Strongly Correlated Electrons
+1310.2065 Chemical Physics
+1310.2066 Databases
+1310.2068 Quantitative Methods
+1310.2071 Computers and Society
+1310.2074 Instrumentation and Detectors
+1310.2075 Numerical Analysis
+1310.2076 Applications
+1310.2078 Instrumentation and Methods for Astrophysics
+1310.2079 Computers and Society
+1310.2086 Systems and Control
+1310.2088 Experiment
+1310.2089 Artificial Intelligence
+1310.2091 Geometric Topology
+1310.2094 Instrumentation and Detectors
+1310.2095 Networking and Internet Architecture
+1310.2098 Information Theory
+1310.2102 Human-Computer Interaction
+1310.2104 Number Theory
+1310.2108 Differential Geometry
+1310.2110 Populations and Evolution
+1310.2114 Populations and Evolution
+1310.2116 Mesoscale and Nanoscale Physics
+1310.2118 Data Structures and Algorithms
+1310.2122 Probability
+1310.2127 Information Retrieval
+1310.2129 Genomics
+1310.2131
+1310.2133 Earth and Planetary Astrophysics
+1310.2136 Classical Analysis and ODEs
+1310.2140 Rings and Algebras
+1310.2143 Logic in Computer Science
+1310.2144
+1310.2149
+1310.2154 Instrumentation and Methods for Astrophysics
+1310.2159 Probability
+1310.2162 Instrumentation and Detectors
+1310.2165 Instrumentation and Methods for Astrophysics
+1310.2166 Networking and Internet Architecture
+1310.2169 Physics and Society
+1310.2180 Rings and Algebras
+1310.2182 Computational Engineering, Finance, and Science
+1310.2183
+1310.2184 High Energy Astrophysical Phenomena
+1310.2186 Theory
+1310.2188 Combinatorics
+1310.2192 Experiment
+1310.2193 High Energy Astrophysical Phenomena
+1310.2197 Instrumentation and Methods for Astrophysics
+1310.2203 Accelerator Physics
+1310.2212 Optics
+1310.2216 Cosmology and Nongalactic Astrophysics
+1310.2217
+1310.2225 Classical Analysis and ODEs
+1310.2231 Experiment
+1310.2235 Number Theory
+1310.2236 Methodology
+1310.2237 Algebraic Geometry
+gr-qc/0612056
+math/0312468 Functional Analysis
+math/0312477 General Topology
+math/0402442 General Topology
+math/0402443 General Topology
+math/0402444 Optimization and Control
+math/0402445 Optimization and Control
+math/0409609 General Topology
+math/0412560 Analysis of PDEs
+math/0612356 Geometric Topology
+0710.0101 Spectral Theory
+0711.0303
+0801.1780 Optimization and Control
+0807.4455 Analysis of PDEs
+0808.1402 General Mathematics
+0905.1531 Soft Condensed Matter
+0906.1972 Analysis of PDEs
+0909.3509 Commutative Algebra
+0910.0461 Cosmology and Nongalactic Astrophysics
+0910.0718 Quantum Algebra
+0910.1314
+0911.2171 Optimization and Control
+0911.5700 Cosmology and Nongalactic Astrophysics
+0912.5231 Geometric Topology
+1001.5319 Information Theory
+1003.0646 Analysis of PDEs
+1004.1086 Information Theory
+1007.3919 Analysis of PDEs
+1007.4952 Algebraic Geometry
+1007.5213 Numerical Analysis
+1008.0900 Symplectic Geometry
+1008.5329 Combinatorics
+1010.2638 Classical Analysis and ODEs
+1011.0743 Representation Theory
+1011.2169 Commutative Algebra
+1101.2759 Networking and Internet Architecture
+1102.2629 Rings and Algebras
+1102.5057 Astrophysics of Galaxies
+1103.5538 Probability
+1105.0445
+1105.0938
+1106.0475 Astrophysics of Galaxies
+1106.5677 Algebraic Geometry
+1107.3044 Cosmology and Nongalactic Astrophysics
+1107.4351 Phenomenology
+1107.5363 Numerical Analysis
+1109.2181 Solar and Stellar Astrophysics
+1110.2705 Symplectic Geometry
+1111.0836 Mesoscale and Nanoscale Physics
+1111.2010
+1111.4979 Commutative Algebra
+1112.0389 Quantum Algebra
+1112.0688 Experiment
+1112.2191 Algebraic Geometry
+1112.4803 Cosmology and Nongalactic Astrophysics
+1201.2629 Probability
+1201.3093
+1201.3158
+1201.4575 Probability
+1202.1151 Analysis of PDEs
+1202.3827 Experiment
+1202.5102
+1202.5395 Materials Science
+1202.6605 Astrophysics of Galaxies
+1203.4394 Applications
+1203.5731 Discrete Mathematics
+1203.6718 Materials Science
+1204.0545
+1204.0921 Strongly Correlated Electrons
+1204.4491 Social and Information Networks
+1204.5206 Mesoscale and Nanoscale Physics
+1204.5291 Statistics Theory
+1204.5445 Geophysics
+1205.1078 Adaptation and Self-Organizing Systems
+1205.1103
+1205.6889 Materials Science
+1206.0983 Information Theory
+1206.3795 Statistical Mechanics
+1206.4341 Analysis of PDEs
+1206.5403 Symplectic Geometry
+1207.0189 Differential Geometry
+1207.0471 Probability
+1207.1341 High Energy Astrophysical Phenomena
+1207.1849 Phenomenology
+1207.3225 Other Condensed Matter
+1207.5052 Statistical Mechanics
+1207.5601
+1208.0814 Earth and Planetary Astrophysics
+1208.0969
+1208.2014 Phenomenology
+1208.2787 Information Theory
+1209.0361 Geometric Topology
+1209.2221
+1209.2345 Chemical Physics
+1209.2692 Numerical Analysis
+1209.2930 Cosmology and Nongalactic Astrophysics
+1209.4029 Experiment
+1209.4172 Commutative Algebra
+1210.0418
+1210.0869 Lattice
+1210.3699 High Energy Astrophysical Phenomena
+1210.4186
+1210.5434 Phenomenology
+1210.5974 Logic in Computer Science
+1210.7668 Strongly Correlated Electrons
+1211.0469 Experiment
+1211.0632 Learning
+1211.1267 Analysis of PDEs
+1211.2267 Quantum Gases
+1211.3873 Number Theory
+1211.5677 Pattern Formation and Solitons
+1212.0232
+1212.0233 Optics
+1212.1416 Cosmology and Nongalactic Astrophysics
+1212.1480 Cosmology and Nongalactic Astrophysics
+1212.2571
+1212.2755 Superconductivity
+1212.2929
+1212.3038 Superconductivity
+1212.3083 High Energy Astrophysical Phenomena
+1212.3184 Phenomenology
+1212.3766
+1212.3823 Algebraic Geometry
+1212.6275 Analysis of PDEs
+1212.6883 Discrete Mathematics
+1301.0303 Combinatorics
+1301.0434 Experiment
+1301.1513 Statistical Mechanics
+1301.2374 Instrumentation and Methods for Astrophysics
+1301.2400 Statistical Mechanics
+1301.2493 Solar and Stellar Astrophysics
+1301.2678 Multiagent Systems
+1301.4337 Multimedia
+1301.4383 Fluid Dynamics
+1301.4541 Representation Theory
+1301.4559
+1301.4742 Differential Geometry
+1301.4835 Analysis of PDEs
+1301.4862 Learning
+1301.4908 Cosmology and Nongalactic Astrophysics
+1301.4988 Networking and Internet Architecture
+1301.4989 Rings and Algebras
+1301.4991 Artificial Intelligence
+1301.4992 Artificial Intelligence
+1301.5003 Information Theory
+1301.5006 Information Theory
+1301.5010 Astrophysics of Galaxies
+1301.5011 Information Theory
+1301.5012 Soft Condensed Matter
+1301.5015
+1301.5016 Astrophysics of Galaxies
+1301.5018 Rings and Algebras
+1301.5019 Fluid Dynamics
+1301.5022 Cryptography and Security
+1301.5026 Strongly Correlated Electrons
+1301.5035 Computation
+1301.5038 Symbolic Computation
+1301.5045 Symbolic Computation
+1301.5053 Phenomenology
+1301.5055 Combinatorics
+1301.5058 Cell Behavior
+1301.5062 Number Theory
+1301.5065 Cryptography and Security
+1301.5066 Plasma Physics
+1301.5069 Cryptography and Security
+1301.5071 Quantum Gases
+1301.5074 Computers and Society
+1301.5075 Computers and Society
+1301.5076 Programming Languages
+1301.5077 Computers and Society
+1301.5078 Spectral Theory
+1301.5086 Statistics Theory
+1301.5087 Category Theory
+1301.5088 Machine Learning
+1301.5091 Cryptography and Security
+1301.5093 Genomics
+1301.5098 Disordered Systems and Neural Networks
+1301.5104 Combinatorics
+1301.5108 Information Theory
+1301.5111 Phenomenology
+1301.5112 Learning
+1301.5115 Combinatorics
+1301.5116 Functional Analysis
+1301.5117 Pattern Formation and Solitons
+1301.5120 High Energy Astrophysical Phenomena
+1301.5121 Databases
+1301.5131 Populations and Evolution
+1301.5132 Networking and Internet Architecture
+1301.5136 Cryptography and Security
+1301.5140 Differential Geometry
+1301.5143 Differential Geometry
+1301.5144 Probability
+1301.5147 Geometric Topology
+1301.5148 Neurons and Cognition
+1301.5150 Mesoscale and Nanoscale Physics
+1301.5151 Lattice
+1301.5155 Solar and Stellar Astrophysics
+1301.5157 Methodology
+1301.5162 Functional Analysis
+1301.5166 Group Theory
+1301.5168 Representation Theory
+1301.5170 Analysis of PDEs
+1301.5172 Combinatorics
+1301.5176 Analysis of PDEs
+1301.5180 Fluid Dynamics
+1301.5186 Statistics Theory
+1301.5187 Genomics
+1301.5188 Popular Physics
+1301.5192 Spectral Theory
+1301.5193 Instrumentation and Methods for Astrophysics
+1301.5201 Social and Information Networks
+1301.5202 Cosmology and Nongalactic Astrophysics
+1301.5203 High Energy Astrophysical Phenomena
+1301.5204 Lattice
+1301.5208 Strongly Correlated Electrons
+1301.5210
+1301.5211 Commutative Algebra
+1301.5213 Analysis of PDEs
+1301.5223 Geophysics
+1301.5225
+1301.5227 Materials Science
+1301.5234 Optimization and Control
+1301.5235 Analysis of PDEs
+1301.5239 Solar and Stellar Astrophysics
+1301.5242 Instrumentation and Detectors
+1301.5247 Commutative Algebra
+1301.5251 Superconductivity
+1301.5253 Fluid Dynamics
+1301.5254 Statistics Theory
+1301.5258 Information Theory
+1301.5259 Statistics Theory
+1301.5260 Algebraic Geometry
+1301.5263 Combinatorics
+1301.5264
+1301.5265 Solar and Stellar Astrophysics
+1301.5266
+1301.5267 Metric Geometry
+1301.5275 Differential Geometry
+1301.5285 Experiment
+1301.5287 Probability
+1301.5292 Theory
+1301.5300 Probability
+1301.5301 Mesoscale and Nanoscale Physics
+1301.5303 Geophysics
+1301.5311 Probability
+1301.5313 Phenomenology
+cond-mat/0606791 Materials Science
+math/0201057 Geometric Topology
+math/0507544 Combinatorics
+1111.2025 Theory
+0709.0223 Computers and Society
+0711.2248 Functional Analysis
+0804.3064 Computers and Society
+0804.3572 Classical Analysis and ODEs
+0805.1460 Statistical Mechanics
+0807.2357 Physics and Society
+0807.4675 Soft Condensed Matter
+0809.0633 Soft Condensed Matter
+0809.3033 Superconductivity
+0810.1618 Soft Condensed Matter
+0811.4511 Statistical Mechanics
+0906.2548 Exactly Solvable and Integrable Systems
+0906.5325 Learning
+0909.0237 Human-Computer Interaction
+0910.4292 Computers and Society
+0912.4204 Statistical Mechanics
+1001.1439 Disordered Systems and Neural Networks
+1002.0189 Geometric Topology
+1002.0394 Geometric Topology
+1002.3347
+1005.0360 Dynamical Systems
+1005.0585 Dynamical Systems
+1009.0683 Probability
+1012.0981 Dynamical Systems
+1012.3651 Physics and Society
+1012.4761 Superconductivity
+1101.3997
+1102.5437 Multimedia
+1103.1252 Artificial Intelligence
+1103.1254 Artificial Intelligence
+1103.2591 Dynamical Systems
+1103.3084 Dynamical Systems
+1103.3969 Classical Analysis and ODEs
+1103.4271 Graphics
+1104.2333 Cosmology and Nongalactic Astrophysics
+1104.3150
+1104.3637 Dynamical Systems
+1104.4268
+1104.4940
+1106.1137 Classical Analysis and ODEs
+1107.0690 Graphics
+1110.2389 Rings and Algebras
+1110.3795
+1111.1871 Combinatorics
+1112.3434 Combinatorics
+1112.4084 Multimedia
+1201.2672 Phenomenology
+1202.1557 Theory
+1202.4864 Solar and Stellar Astrophysics
+1202.6323 Quantum Gases
+1203.2238 Differential Geometry
+1203.4461 Optics
+1204.3543 Cryptography and Security
+1204.5985 Probability
+1205.0909 Mesoscale and Nanoscale Physics
+1205.2112 Optics
+1205.2723
+1205.5661 Classical Analysis and ODEs
+1205.5718 Strongly Correlated Electrons
+1206.1510 Earth and Planetary Astrophysics
+1206.1653 Distributed, Parallel, and Cluster Computing
+1206.4206 Human-Computer Interaction
+1206.4592 Other Condensed Matter
+1206.5311 Theory
+1207.1104 Mesoscale and Nanoscale Physics
+1208.4118 Computation
+1208.4925 Strongly Correlated Electrons
+1209.1797 Cryptography and Security
+1209.2406 Dynamical Systems
+1209.2676 Cosmology and Nongalactic Astrophysics
+1209.4938 Algebraic Geometry
+1209.6047
+1210.1859 Quantum Gases
+1210.2423 Theory
+1210.3646 Theory
+1210.3843 Theory
+1210.4036 Mesoscale and Nanoscale Physics
+1210.5105 Strongly Correlated Electrons
+1210.5879 Computational Complexity
+1211.0706 Solar and Stellar Astrophysics
+1211.3056 Mathematical Software
+1211.3059 Strongly Correlated Electrons
+1211.3560
+1212.1484
+1212.2242 Phenomenology
+1212.2492 Cosmology and Nongalactic Astrophysics
+1212.2689
+1301.1521 Combinatorics
+1301.4499 Instrumentation and Methods for Astrophysics
+1301.5261
+1301.7535 Phenomenology
+1301.7575 Atomic Physics
+1302.0665
+1302.0907 Information Theory
+1302.1664 Mesoscale and Nanoscale Physics
+1302.2867 Solar and Stellar Astrophysics
+1302.4041 Dynamical Systems
+1302.5052
+1302.5309 Theory
+1302.6128 Quantum Gases
+1302.6175 Superconductivity
+1302.6254 Statistical Mechanics
+1302.6266 Phenomenology
+1302.6889 Phenomenology
+1303.0919 Operator Algebras
+1303.1771 Statistical Mechanics
+1303.1827 Social and Information Networks
+1303.2058 Soft Condensed Matter
+1303.5643 Materials Science
+1303.6080 Superconductivity
+1303.6310 Neural and Evolutionary Computing
+1304.0582
+1304.1324 Classical Analysis and ODEs
+1304.2577 Analysis of PDEs
+1304.5249 Atomic Physics
+1304.7658 Solar and Stellar Astrophysics
+1304.8085 Exactly Solvable and Integrable Systems
+1305.0485 Differential Geometry
+1305.2396 Dynamical Systems
+1305.3463 High Energy Astrophysical Phenomena
+1305.4078 General Finance
+1305.5716
+1305.6131 Experiment
+1305.6344 Combinatorics
+1305.6658 Fluid Dynamics
+1305.6720 Analysis of PDEs
+1305.6766 Statistical Mechanics
+1305.6791 Analysis of PDEs
+1305.6796 Soft Condensed Matter
+1305.7331 Learning
+1306.0010 Instrumentation and Methods for Astrophysics
+1306.0117 General Physics
+1306.0216 Probability
+1306.0224 Quantum Algebra
+1306.0412 Group Theory
+1306.0491 Computers and Society
+1306.0752 Combinatorics
+1306.0765 Number Theory
+1306.0769 Fluid Dynamics
+1306.0893 Functional Analysis
+1306.0896 Neural and Evolutionary Computing
+1306.0897 Neural and Evolutionary Computing
+1306.0910 Cosmology and Nongalactic Astrophysics
+1306.0916 Materials Science
+1306.0919 Phenomenology
+1306.0922 Classical Analysis and ODEs
+1306.0926 Information Theory
+1306.0927 Astrophysics of Galaxies
+1306.0932
+1306.0938 Applications
+1306.0944 Information Theory
+1306.0946 Information Theory
+1306.0947 Digital Libraries
+1306.0948 Number Theory
+1306.0949 Chaotic Dynamics
+1306.0950
+1306.0958 Software Engineering
+1306.0961
+1306.0963 Artificial Intelligence
+1306.0965 Geometric Topology
+1306.0966 Risk Management
+1306.0967
+1306.0968 Information Theory
+1306.0974 Computer Vision and Pattern Recognition
+1306.0976 Methodology
+1306.0978 Combinatorics
+1306.0979 Superconductivity
+1306.0980 Pricing of Securities
+1306.0984 Accelerator Physics
+1306.0986 Dynamical Systems
+1306.0992 Algebraic Geometry
+1306.0993 Commutative Algebra
+1306.0996 Computational Geometry
+1306.1007 Rings and Algebras
+1306.1008 Differential Geometry
+1306.1012 Fluid Dynamics
+1306.1016 Superconductivity
+1306.1017 Rings and Algebras
+1306.1021 Commutative Algebra
+1306.1023 Rings and Algebras
+1306.1034 Artificial Intelligence
+1306.1040 High Energy Astrophysical Phenomena
+1306.1041 Mesoscale and Nanoscale Physics
+1306.1044 Strongly Correlated Electrons
+1306.1048
+1306.1051 Solar and Stellar Astrophysics
+1306.1052 Machine Learning
+1306.1053 Cosmology and Nongalactic Astrophysics
+1306.1054 Probability
+1306.1059 Statistics Theory
+1306.1062 Probability
+1306.1063 Instrumentation and Detectors
+1306.1064 Number Theory
+1306.1068 Software Engineering
+1306.1069 Formal Languages and Automata Theory
+1306.1072
+1306.1073 Digital Libraries
+1306.1077 Mesoscale and Nanoscale Physics
+1306.1083 Computer Vision and Pattern Recognition
+1306.1085 Geometric Topology
+1306.1087 Solar and Stellar Astrophysics
+1306.1088 Instrumentation and Detectors
+1306.1089 Computational Physics
+1306.1093
+1306.1094 Functional Analysis
+1306.1096 Geometric Topology
+1306.1097 Numerical Analysis
+1306.1101 Information Theory
+1306.1103 Solar and Stellar Astrophysics
+1306.1112 Combinatorics
+1306.1114 Combinatorics
+1306.1116 Analysis of PDEs
+1306.1117 Complex Variables
+1306.1119
+1306.1120 Materials Science
+1306.1123 Differential Geometry
+1306.1128 Data Structures and Algorithms
+1306.1129 Optimization and Control
+1306.1131 Statistical Mechanics
+1306.1133
+1306.1134 Networking and Internet Architecture
+1306.1136 Optimization and Control
+1306.1137 Networking and Internet Architecture
+1306.1138 Group Theory
+1306.1139 Accelerator Physics
+1306.1140 Computers and Society
+1306.1144 Robotics
+1306.1146 Networking and Internet Architecture
+1306.1148 Networking and Internet Architecture
+1306.1153 Databases
+1306.1158 Algebraic Topology
+1306.1160 Solar and Stellar Astrophysics
+1306.1163 Optimization and Control
+1306.1166 Probability
+1306.1167 Data Structures and Algorithms
+1306.1172 Logic
+1306.1174 Logic
+1306.1178 Theory
+1306.1180 Algebraic Geometry
+1306.1181 Statistical Mechanics
+1306.1182 Computation
+1306.1185 Machine Learning
+1306.1188 Differential Geometry
+1306.1192 Materials Science
+1306.1196 Materials Science
+1306.1201 Theory
+1306.1208 Algebraic Geometry
+1306.1209 Combinatorics
+1306.1215 Populations and Evolution
+1306.1219 Group Theory
+1306.1224
+0708.3333 Algebraic Geometry
+0802.2700 Symplectic Geometry
+0804.4383 Logic in Computer Science
+0810.4471 Strongly Correlated Electrons
+0811.4062 Symplectic Geometry
+0903.0826 Commutative Algebra
+0905.4653 Mesoscale and Nanoscale Physics
+0906.4711 Logic in Computer Science
+0907.5074 Logic in Computer Science
+0909.0884 Software Engineering
+0909.1005 Geometric Topology
+0910.1909 Geometric Topology
+0911.0379 Group Theory
+0911.2255 Rings and Algebras
+1001.1847 General Physics
+1001.2100 Logic in Computer Science
+1002.2479 Differential Geometry
+1002.4860 Geometric Topology
+1003.5777 Software Engineering
+1007.4926 Quantum Gases
+1011.1744 Differential Geometry
+1011.5553 Computational Geometry
+1012.3845 Probability
+1012.4740 Symplectic Geometry
+1103.4398 Quantum Algebra
+1104.3116 Programming Languages
+1104.3335 Computational Complexity
+1105.3755 Spectral Theory
+1106.3644 Category Theory
+1106.5356 Analysis of PDEs
+1108.0513
+1108.1068 Software Engineering
+1108.4447
+1109.0031 Phenomenology
+1109.0511 Mesoscale and Nanoscale Physics
+1110.3348
+1111.5622 Superconductivity
+1112.4513 Soft Condensed Matter
+1201.6363 Quantum Gases
+1202.2856 High Energy Astrophysical Phenomena
+1202.3162 Social and Information Networks
+1202.4066 Theory
+1202.4148 Group Theory
+1203.0258 Plasma Physics
+1203.4643 Methodology
+1203.6399 Number Theory
+1204.0171 Learning
+1204.1996 Number Theory
+1205.0417 Statistics Theory
+1205.6244 Methodology
+1206.2280 Number Theory
+1206.2891 Superconductivity
+1207.0289 Logic
+1207.0502 High Energy Astrophysical Phenomena
+1207.0698 Experiment
+1207.3126 Phenomenology
+1207.3757 Statistics Theory
+1207.6301 Operator Algebras
+1207.7202 Phenomenology
+1208.0519 Mesoscale and Nanoscale Physics
+1208.1037 Quantum Algebra
+1208.3320 Mesoscale and Nanoscale Physics
+1208.3337 Software Engineering
+1208.3339 Exactly Solvable and Integrable Systems
+1208.4535 Lattice
+1209.3395 Optics
+1210.1448 Functional Analysis
+1210.4402 Statistics Theory
+1210.4655 Phenomenology
+1210.4760
+1210.4804 Geophysics
+1210.7239 Cosmology and Nongalactic Astrophysics
+1210.7857 Instrumentation and Detectors
+1211.1701
+1211.2573 Computers and Society
+1211.3257 Software Engineering
+1211.4772 Quantum Gases
+1211.6413 Probability
+1212.0449 Soft Condensed Matter
+1212.1182 Machine Learning
+1212.1871 Theory
+1212.2075 Solar and Stellar Astrophysics
+1212.5177 Superconductivity
+1212.5702 Strongly Correlated Electrons
+1212.6597 Superconductivity
+1212.6685 Metric Geometry
+1212.6760 Theory
+1301.0272 Space Physics
+1301.1441 Materials Science
+1301.2491 Materials Science
+1301.2679 Differential Geometry
+1301.6635 Computation
+1302.1694 Optics
+1302.4178 Superconductivity
+1302.4653 Phenomenology
+1302.4736 Quantum Gases
+1302.5466
+1302.5594 Exactly Solvable and Integrable Systems
+1302.5631 Cosmology and Nongalactic Astrophysics
+1302.5898 Computational Complexity
+1302.6218
+1302.6918 Lattice
+1303.2794 Probability
+1303.3260
+1303.3294 Phenomenology
+1303.4143 Cosmology and Nongalactic Astrophysics
+1303.4659
+1303.4755 Optics
+1303.5092
+1303.5336 Cosmology and Nongalactic Astrophysics
+1303.5360 Statistical Mechanics
+1303.5547 Materials Science
+1303.6703 Phenomenology
+1303.7038
+1303.7468 Superconductivity
+1304.0463 Geometric Topology
+1304.0841 Experiment
+1304.0895
+1304.1436 Mesoscale and Nanoscale Physics
+1304.2773 Mesoscale and Nanoscale Physics
+1304.3514 Phenomenology
+1304.4969 Mesoscale and Nanoscale Physics
+1304.5037 Phenomenology
+1304.5875 Populations and Evolution
+1304.6883 Category Theory
+1304.6940 Atomic Physics
+1304.7295 Mesoscale and Nanoscale Physics
+1304.7322 Strongly Correlated Electrons
+1304.7438 Phenomenology
+1304.7452 Statistical Mechanics
+1304.7779 Phenomenology
+1304.7944
+1305.0217
+1305.0554 Mesoscale and Nanoscale Physics
+1305.0852 Phenomenology
+1305.1392
+1305.1414 Phenomenology
+1305.1627 Phenomenology
+1305.3116 Statistical Mechanics
+1305.3246 Quantum Algebra
+1305.3308 Phenomenology
+1305.4020 Phenomenology
+1305.4242 Digital Libraries
+1305.5161 Lattice
+1305.5995
+1305.6081 Lattice
+1305.7459 Theory
+1306.1637 Cosmology and Nongalactic Astrophysics
+1306.1914 Pattern Formation and Solitons
+1306.2248 Phenomenology
+1306.2781 Experiment
+1306.2875 Biomolecules
+1306.3154 Phenomenology
+1306.3256 Theory
+1306.3283 Lattice
+1306.3515 Phenomenology
+1306.3771 Digital Libraries
+1306.4377 Superconductivity
+1306.4498 Statistical Mechanics
+1306.5222 Superconductivity
+1307.0538 Geometric Topology
+1307.0728 Combinatorics
+1307.0756 Probability
+1307.0973 Representation Theory
+1307.1072 Phenomenology
+1307.1109 Theory
+1307.2229
+1307.2886 Earth and Planetary Astrophysics
+1307.3044
+1307.4690 High Energy Astrophysical Phenomena
+1307.6446 Optimization and Control
+1307.6516
+1307.7072 Materials Science
+1308.0412 Materials Science
+1308.1603 Neural and Evolutionary Computing
+1308.1654 Combinatorics
+1308.2025 Instrumentation and Detectors
+1308.2120 Numerical Analysis
+1308.2340 Dynamical Systems
+1308.2447 Solar and Stellar Astrophysics
+1308.2453 Superconductivity
+1308.2625 Optimization and Control
+1308.2651
+1308.2681 Cosmology and Nongalactic Astrophysics
+1308.2683
+1308.2684 Quantum Gases
+1308.2688 Pricing of Securities
+1308.2691 Group Theory
+1308.2692 Group Theory
+1308.2693 Materials Science
+1308.2694 Distributed, Parallel, and Cluster Computing
+1308.2696 Computation and Language
+1308.2705 Computers and Society
+1308.2708 Experiment
+1308.2711 Materials Science
+1308.2712 Strongly Correlated Electrons
+1308.2717 Chaotic Dynamics
+1308.2719 Methodology
+1308.2725 Information Theory
+1308.2728 Mesoscale and Nanoscale Physics
+1308.2732 Statistical Finance
+1308.2737 Information Theory
+1308.2738 Phenomenology
+1308.2740 Strongly Correlated Electrons
+1308.2743 Information Theory
+1308.2744 Theory
+1308.2749 Optics
+1308.2750 Optimization and Control
+1308.2752 Operator Algebras
+1308.2762 Networking and Internet Architecture
+1308.2764 Statistics Theory
+1308.2768 Functional Analysis
+1308.2771 Methodology
+1308.2772 Artificial Intelligence
+1308.2775 Functional Analysis
+1308.2778 Optimization and Control
+1308.2779 Networking and Internet Architecture
+1308.2781 Classical Analysis and ODEs
+1308.2784 Classical Physics
+1308.2787 Distributed, Parallel, and Cluster Computing
+1308.2788
+1308.2791 Methodology
+1308.2793 Probability
+1308.2794 Combinatorics
+1308.2796 Statistical Mechanics
+1308.2797 Networking and Internet Architecture
+1308.2798 Information Theory
+1308.2808 Information Theory
+1308.2809 Statistics Theory
+1308.2810 Dynamical Systems
+1308.2811 Statistical Mechanics
+1308.2815
+1308.2829 Instrumentation and Methods for Astrophysics
+1308.2830 Statistics Theory
+1308.2831 Cryptography and Security
+1308.2837 Combinatorics
+1308.2839 Combinatorics
+1308.2840 Statistical Mechanics
+1308.2841 Combinatorics
+1308.2842 Statistical Mechanics
+1308.2843 Combinatorics
+1308.2845 Statistics Theory
+1308.2848 Optics
+1308.2849 Representation Theory
+1308.2850 Strongly Correlated Electrons
+1308.2853 Learning
+1308.2856 Combinatorics
+1308.2864 Computational Physics
+1308.2865 Combinatorics
+1308.2870 Superconductivity
+1308.2872 Distributed, Parallel, and Cluster Computing
+1308.2876 Software Engineering
+1308.2881 Distributed, Parallel, and Cluster Computing
+1308.2885 Quantitative Methods
+1308.2888 Group Theory
+1308.2890 Mesoscale and Nanoscale Physics
+1308.2892 Computational Complexity
+1308.2894 Information Theory
+1308.2895 Analysis of PDEs
+1308.2901 Optics
+1308.2910 Numerical Analysis
+1308.2916 Chemical Physics
+1308.2917 Commutative Algebra
+1308.2920 Networking and Internet Architecture
+1308.2921 Cryptography and Security
+1308.2922 Phenomenology
+1308.2923 Networking and Internet Architecture
+1308.2934
+1308.2935 Combinatorics
+1308.2938 Social and Information Networks
+1308.2939
+1308.2940 Computers and Society
+1308.2944 Computers and Society
+1308.2947 Computers and Society
+1308.2951 Superconductivity
+1308.2953 Biomolecules
+1308.2954 Data Structures and Algorithms
+1308.2957 Computational Finance
+hep-ph/0012292 Phenomenology
+math/0607004 Representation Theory
+0802.3548 Number Theory
+0804.1820 Category Theory
+0805.0181 Combinatorics
+0805.1505 Category Theory
+0805.3527 Algebraic Geometry
+0902.3294 Artificial Intelligence
+0902.3635 Artificial Intelligence
+0902.3749 Artificial Intelligence
+0906.5181 Logic in Computer Science
+0909.2761 Metric Geometry
+1001.1873 Information Theory
+1003.4434
+1004.1599
+1004.5556 Mesoscale and Nanoscale Physics
+1005.2346 Representation Theory
+1005.2761 Algebraic Geometry
+1005.2910 Category Theory
+1005.5082 Portfolio Management
+1101.1781 Commutative Algebra
+1105.5655 Analysis of PDEs
+1107.2460 Complex Variables
+1108.0835 Computational Geometry
+1109.1723 Quantum Gases
+1109.2342 Dynamical Systems
+1109.5063 Metric Geometry
+1110.0767 Category Theory
+1110.4514 Probability
+1111.4170 Quantum Gases
+1111.6270 Dynamical Systems
+1111.7227 Probability
+1112.3310
+1201.1717 Social and Information Networks
+1201.4167 Mesoscale and Nanoscale Physics
+1202.4660 Optics
+1202.5143 Quantum Gases
+1202.5347
+1203.3410
+1203.5199 Phenomenology
+1204.5076 Plasma Physics
+1204.6436 Data Analysis, Statistics and Probability
+1205.3913 Differential Geometry
+1206.1422 Computational Geometry
+1206.2884
+1206.3117 Strongly Correlated Electrons
+1206.3862 Combinatorics
+1206.4270 Statistical Mechanics
+1207.3605 Combinatorics
+1207.4771 Symplectic Geometry
+1207.5595
+1207.6522 Combinatorics
+1208.3634 Differential Geometry
+1208.3999 Cosmology and Nongalactic Astrophysics
+1208.4161 Information Theory
+1209.0011 Quantum Gases
+1209.0246 Theory
+1209.2305 Differential Geometry
+1209.4974 Numerical Analysis
+1209.5195 Optics
+1209.5591 Algebraic Geometry
+1210.0371 Optimization and Control
+1210.2533 Combinatorics
+1210.4975 Classical Analysis and ODEs
+1210.5328 Phenomenology
+1210.5607 Combinatorics
+1210.7336
+1210.8375 Cryptography and Security
+1211.0132 Dynamical Systems
+1211.0453 Analysis of PDEs
+1211.2669 Combinatorics
+1211.3164 General Topology
+1211.4205 Strongly Correlated Electrons
+1211.4635 Materials Science
+1211.5312 Strongly Correlated Electrons
+1211.5850
+1211.6400 Statistical Mechanics
+1211.6983
+1212.0516 Analysis of PDEs
+1212.2941
+1212.4763 Quantum Algebra
+1212.5573
+1212.5698 Algebraic Geometry
+1212.5794 Materials Science
+1212.5915 Mesoscale and Nanoscale Physics
+1212.6798 Functional Analysis
+1301.0718 Quantum Gases
+1301.1131 Combinatorics
+1301.2972 Pattern Formation and Solitons
+1301.4131 Data Structures and Algorithms
+1301.4256
+1301.5252 Optics
+1301.5726 Functional Analysis
+1301.6337 Mesoscale and Nanoscale Physics
+1301.6803 Theory
+1301.7546 Strongly Correlated Electrons
+1302.1275 Astrophysics of Galaxies
+1302.2371 Phenomenology
+1302.4323 Quantum Gases
+1302.4521 Category Theory
+1302.4532 Probability
+1302.4749 Superconductivity
+1302.5369 Strongly Correlated Electrons
+1302.6052 Biological Physics
+1302.6248 Strongly Correlated Electrons
+1302.7120 Classical Physics
+1302.7261 Analysis of PDEs
+1303.0077
+1303.0180 Theory
+1303.0431 Phenomenology
+1303.0704 Pattern Formation and Solitons
+1303.1641 Superconductivity
+1303.2253 Disordered Systems and Neural Networks
+1303.3264 General Physics
+1303.4118 Group Theory
+1303.4266 Information Theory
+1303.4294
+1303.4313 Combinatorics
+1303.4469 Quantum Gases
+1303.6343
+1303.6852 Other Condensed Matter
+1304.0027 Dynamical Systems
+1304.0211 Theory
+1304.1545 High Energy Astrophysical Phenomena
+1304.1890 Algebraic Geometry
+1304.2662 Chaotic Dynamics
+1304.2845 Statistical Mechanics
+1304.3354 Superconductivity
+1304.3591
+1304.3706 Cosmology and Nongalactic Astrophysics
+1304.5009 Experiment
+1304.5331 Classical Physics
+1304.5657 Experiment
+1304.6226 Populations and Evolution
+1304.6567 Mesoscale and Nanoscale Physics
+1304.7256 Robotics
+1304.7462 Statistical Mechanics
+1304.8010 Plasma Physics
+1304.8096
+1305.0752 Lattice
+1305.0954 Other Computer Science
+1305.1767
+1305.2720 Group Theory
+1305.3140 Mesoscale and Nanoscale Physics
+1305.3528 Computational Physics
+1305.3953 Geometric Topology
+1305.4653 Analysis of PDEs
+1305.4817 Soft Condensed Matter
+1305.4852 Materials Science
+1305.4948 Strongly Correlated Electrons
+1305.5910 Functional Analysis
+1305.6652 Phenomenology
+1305.6888
+1305.7099 Phenomenology
+1306.0263 Statistical Mechanics
+1306.1045 Functional Analysis
+1306.1286 Software Engineering
+1306.1711 Atomic Physics
+1306.1750 Analysis of PDEs
+1306.1969
+1306.2912 Disordered Systems and Neural Networks
+1306.4135 Experiment
+1306.4468 Phenomenology
+1306.4765 Statistical Mechanics
+1306.5307 Functional Analysis
+1306.5363 Experiment
+1306.5709 Neurons and Cognition
+1306.6486
+1306.6525
+1307.0299 Lattice
+1307.1631
+1307.2632 Cosmology and Nongalactic Astrophysics
+1307.3093 Theory
+1307.3281 Lattice
+1307.3557 Phenomenology
+1307.3613 Physics Education
+1307.3953
+1307.5483 Information Theory
+1307.5605 Algebraic Geometry
+1307.5865 Phenomenology
+1307.6037
+1307.6794 Quantum Algebra
+1307.7371 Mesoscale and Nanoscale Physics
+1307.7575 Mesoscale and Nanoscale Physics
+1307.8235 Strongly Correlated Electrons
+1308.1023 Other Statistics
+1308.1390 Instrumentation and Methods for Astrophysics
+1308.2428 Computation and Language
+1308.2698 Combinatorics
+1308.2723 Operator Algebras
+1308.3215 Functional Analysis
+1308.3737 Group Theory
+1308.4013 Computer Science and Game Theory
+1308.4107 Solar and Stellar Astrophysics
+1308.4386
+1308.4858 Mesoscale and Nanoscale Physics
+1308.5179 Probability
+1308.5274 Experiment
+1308.5461 Commutative Algebra
+1308.6361 Classical Analysis and ODEs
+1308.6752
+1309.0115 Functional Analysis
+1309.0618 Geometric Topology
+1309.1219 Functional Analysis
+1309.1337 Algebraic Topology
+1309.1778 Statistical Mechanics
+1309.1783 Mathematical Software
+1309.1801
+1309.1812 Computational Engineering, Finance, and Science
+1309.1947 Experiment
+1309.2542 Representation Theory
+1309.2888 Geometric Topology
+1309.3239 Accelerator Physics
+1309.3253 Mesoscale and Nanoscale Physics
+1309.3355 Materials Science
+1309.3569 Cosmology and Nongalactic Astrophysics
+1309.3573 High Energy Astrophysical Phenomena
+1309.3578 Geometric Topology
+1309.3583 Biological Physics
+1309.3587 Dynamical Systems
+1309.3597 Networking and Internet Architecture
+1309.3598 Phenomenology
+1309.3604 High Energy Astrophysical Phenomena
+1309.3606 Numerical Analysis
+1309.3608 Numerical Analysis
+1309.3611 Artificial Intelligence
+1309.3617 Strongly Correlated Electrons
+1309.3620 Operator Algebras
+1309.3623 Information Theory
+1309.3624 Optics
+1309.3628 Networking and Internet Architecture
+1309.3629 Functional Analysis
+1309.3632 Fluid Dynamics
+1309.3633 History and Philosophy of Physics
+1309.3640 Quantitative Methods
+1309.3644 Differential Geometry
+1309.3645 Disordered Systems and Neural Networks
+1309.3647 Social and Information Networks
+1309.3648 Differential Geometry
+1309.3650 Geometric Topology
+1309.3653 Materials Science
+1309.3656 Functional Analysis
+1309.3659 Fluid Dynamics
+1309.3660 Social and Information Networks
+1309.3662 Classical Physics
+1309.3663 Statistics Theory
+1309.3670 Strongly Correlated Electrons
+1309.3675 Data Structures and Algorithms
+1309.3676 Information Theory
+1309.3685 Hardware Architecture
+1309.3688 Computers and Society
+1309.3690 Computational Complexity
+1309.3692 Information Theory
+1309.3697 Learning
+1309.3699 Machine Learning
+1309.3700 Statistics Theory
+1309.3701 Discrete Mathematics
+1309.3704 Systems and Control
+1309.3705 Metric Geometry
+1309.3707 Analysis of PDEs
+1309.3708 Classical Analysis and ODEs
+1309.3710 Cosmology and Nongalactic Astrophysics
+1309.3712 Materials Science
+1309.3716 Systems and Control
+1309.3720 Information Theory
+1309.3727 Functional Analysis
+1309.3729 Cosmology and Nongalactic Astrophysics
+1309.3730 Software Engineering
+1309.3732 Classical Physics
+1309.3733 Databases
+1309.3735 Combinatorics
+1309.3736 Instrumentation and Detectors
+1309.3744 Strongly Correlated Electrons
+1309.3745 Optimization and Control
+1309.3752 Information Theory
+1309.3755 Classical Analysis and ODEs
+1309.3760 Mesoscale and Nanoscale Physics
+1309.3761 Phenomenology
+1309.3765 Commutative Algebra
+1309.3767 Complex Variables
+1309.3771 General Finance
+1309.3779 Algebraic Topology
+1309.3780 Dynamical Systems
+1309.3783 Instrumentation and Methods for Astrophysics
+1309.3785 Hardware Architecture
+1309.3787 Geometric Topology
+1309.3791 Algebraic Geometry
+1309.3792 Statistical Mechanics
+1309.3795 Combinatorics
+1309.3798 Networking and Internet Architecture
+1309.3805 Phenomenology
+1309.3809 Computer Vision and Pattern Recognition
+1309.3810 Differential Geometry
+1309.3815 Logic
+1309.3816 Neural and Evolutionary Computing
+1309.3824 History and Overview
+1309.3825 Combinatorics
+1309.3826 Instrumentation and Methods for Astrophysics
+1309.3829 Probability
+1309.3830 Distributed, Parallel, and Cluster Computing
+1309.3831 Analysis of PDEs
+1309.3838 Operator Algebras
+1309.3839 Operator Algebras
+1309.3840
+1309.3843 Chemical Physics
+1309.3844 Trading and Market Microstructure
+1309.3846 High Energy Astrophysical Phenomena
+1309.3848 Computer Vision and Pattern Recognition
+1309.3849 Data Structures and Algorithms
+1309.3853 Numerical Analysis
+1309.3854 Analysis of PDEs
+1309.3855 Probability
+1309.3857 High Energy Astrophysical Phenomena
+1309.3858 Computational Geometry
+1309.3859 Lattice
+1309.3862 Functional Analysis
+1309.3863 Geophysics
+1309.3864 Information Theory
+1309.3866 Functional Analysis
+1309.3868 Fluid Dynamics
+1309.3869 High Energy Astrophysical Phenomena
+1309.3874 Social and Information Networks
+1309.3877 Learning
+1309.3880 Combinatorics
+1309.3882 Probability
+1309.3886 Fluid Dynamics
+1309.3888 Social and Information Networks
+1309.3895 Methodology
+1309.3897 Optics
+1309.3899 Classical Analysis and ODEs
+1309.3900
+1309.3903 Functional Analysis
+1309.3910 Software Engineering
+1309.3912 Statistics Theory
+1309.3914 Programming Languages
+1309.3915 Classical Physics
+1309.3917 Artificial Intelligence
+1309.3918 Probability
+1309.3919 Programming Languages
+1309.3921 Artificial Intelligence
+1309.3928 Theory
+1309.3934 Quantum Algebra
+1309.3935 Combinatorics
+1309.3936 Combinatorics
+1309.3938 Logic
+1309.3939
+1309.3942 Functional Analysis
+1309.3944 Computers and Society
+1309.3945 Neural and Evolutionary Computing
+1309.3946 Information Retrieval
+1309.3949 Information Retrieval
+1309.3951 Mesoscale and Nanoscale Physics
+1309.3952 Combinatorics
+1309.3953 Cryptography and Security
+1309.3954 Chemical Physics
+1309.3958 Cryptography and Security
+1309.3960 Dynamical Systems
+1309.3962 Probability
+1309.3963 Computational Geometry
+1309.3964 Cryptography and Security
+1309.3965 Instrumentation and Detectors
+1309.3967 Earth and Planetary Astrophysics
+1309.3981 Group Theory
+1309.3984 Computer Science and Game Theory
+1309.3987
+1309.3992 Instrumentation and Detectors
+1309.3993 Other Computer Science
+1309.3999
+1309.4002 Complex Variables
+1309.4003 Strongly Correlated Electrons
+1309.4006 Differential Geometry
+1309.4008 Digital Libraries
+1309.4009 Digital Libraries
+1309.4014 Instrumentation and Methods for Astrophysics
+1309.4015 Differential Geometry
+1309.4016 Digital Libraries
+1309.4020 Combinatorics
+1309.4025 Dynamical Systems
+1309.4032 Functional Analysis
+1309.4033 Computational Complexity
+1309.4034 Information Theory
+1309.4035 Computation and Language
+1309.4036
+1309.4038 Functional Analysis
+1309.4047 Combinatorics
+1309.4049
+1309.4051 Superconductivity
+1309.4053 Number Theory
+1309.4061 Learning
+1309.4063 General Physics
+1309.4067 Social and Information Networks
+1309.4074 Fluid Dynamics
+1309.4080
+astro-ph/0510557
+cs/0610066 Logic in Computer Science
+math/0503219 Differential Geometry
+math/0603097 Geometric Topology
+physics/0605197 Data Analysis, Statistics and Probability
+0902.1779 Solar and Stellar Astrophysics
+1002.0147
+1004.2158 Astrophysics of Galaxies
+1007.5283 Strongly Correlated Electrons
+1009.0828 Commutative Algebra
+1010.2305 Solar and Stellar Astrophysics
+1010.5415 Statistical Mechanics
+1010.5640 Phenomenology
+1010.6036 Optimization and Control
+1010.6119 Algebraic Geometry
+1011.1051 Solar and Stellar Astrophysics
+1011.5900 Theory
+1103.3727 Algebraic Geometry
+1104.0236
+1105.0870
+1105.2599 Numerical Analysis
+1105.4052 Solar and Stellar Astrophysics
+1106.0936 Complex Variables
+1108.1285 Fluid Dynamics
+1110.5354 Complex Variables
+1110.5422 Functional Analysis
+1112.0647 Symbolic Computation
+1112.3801 Solar and Stellar Astrophysics
+1112.6050 Solar and Stellar Astrophysics
+1202.1198 Logic
+1203.0545 Phenomenology
+1203.6378 Theory
+1204.0265 Complex Variables
+1204.2192 Algebraic Geometry
+1205.0334 Differential Geometry
+1205.1833 Dynamical Systems
+1205.1861 Statistical Finance
+1205.6814 Theory
+1206.2256
+1206.3056
+1206.3947 Representation Theory
+1207.4719 Functional Analysis
+1207.5163 Fluid Dynamics
+1207.6849 Strongly Correlated Electrons
+1207.7099
+1208.0548 Mesoscale and Nanoscale Physics
+1209.2476 Physics and Society
+1209.4112
+1210.1139 Information Theory
+1210.7378 Theory
+1211.1749 Strongly Correlated Electrons
+1211.1772
+1211.1805 Superconductivity
+1211.5574 Mesoscale and Nanoscale Physics
+1211.6023 Theory
+1211.6687 Machine Learning
+1212.0036 Analysis of PDEs
+1212.4242
+1212.6920 Algebraic Topology
+1301.2101 Accelerator Physics
+1301.3767 Symplectic Geometry
+1301.6756 Theory
+1302.0025 Theory
+1302.2359 Number Theory
+1302.3065 Methodology
+1302.3788 Soft Condensed Matter
+1302.6661 Strongly Correlated Electrons
+1303.1177 Theory
+1303.2644 Mesoscale and Nanoscale Physics
+1303.3130 Quantum Gases
+1303.3153 Chemical Physics
+1303.5877 Phenomenology
+1304.0783 Strongly Correlated Electrons
+1304.1016 Theory
+1304.7167 Materials Science
+1304.7200 Materials Science
+1304.7299 Plasma Physics
+1305.1416
+1305.1506
+1305.3241 Computer Science and Game Theory
+1305.3727 Plasma Physics
+1305.4118 Superconductivity
+1305.4597 High Energy Astrophysical Phenomena
+1305.5567 Representation Theory
+1305.7510 Classical Analysis and ODEs
+1306.0176 Probability
+1306.1415 Mesoscale and Nanoscale Physics
+1306.2909
+1306.4665 Solar and Stellar Astrophysics
+1306.4689 Algebraic Geometry
+1306.4912 Plasma Physics
+1307.3389 Quantitative Methods
+1307.6851 Complex Variables
+1307.8348 Theory
+1308.0484 Learning
+1308.0954 Number Theory
+1308.0964 Populations and Evolution
+1308.1430 Phenomenology
+1308.1797 Other Computer Science
+1308.2324 Portfolio Management
+1308.2572 Distributed, Parallel, and Cluster Computing
+1308.2745 Disordered Systems and Neural Networks
+1308.2854 Mesoscale and Nanoscale Physics
+1308.3057 Strongly Correlated Electrons
+1308.3151 Algebraic Geometry
+1308.3229 Systems and Control
+1308.3267 Number Theory
+1308.3280 Discrete Mathematics
+1308.3332 Functional Analysis
+1308.3442 Phenomenology
+1308.3489 Cryptography and Security
+1308.3498 High Energy Astrophysical Phenomena
+1308.3500 Group Theory
+1308.3506 Computer Science and Game Theory
+1308.3509 Learning
+1308.3511 Optics
+1308.3512 Materials Science
+1308.3513 Learning
+1308.3518 Classical Analysis and ODEs
+1308.3519 Solar and Stellar Astrophysics
+1308.3520 Data Structures and Algorithms
+1308.3524 Neural and Evolutionary Computing
+1308.3528 Spectral Theory
+1308.3533 Probability
+1308.3534 Soft Condensed Matter
+1308.3537 Analysis of PDEs
+1308.3538 Accelerator Physics
+1308.3539 Superconductivity
+1308.3540
+1308.3546 Dynamical Systems
+1308.3553 Information Theory
+1308.3554 Software Engineering
+1308.3555 Atomic Physics
+1308.3558 Learning
+1308.3559 Cryptography and Security
+1308.3561 Functional Analysis
+1308.3562 Functional Analysis
+1308.3573 Materials Science
+1308.3574 Algebraic Topology
+1308.3575 Information Theory
+1308.3577 Information Theory
+1308.3578 Information Theory
+1308.3579 Computers and Society
+1308.3582 Instrumentation and Detectors
+1308.3584 Populations and Evolution
+1308.3585 Group Theory
+1308.3586 Category Theory
+1308.3589 Algebraic Topology
+1308.3596 Materials Science
+1308.3597 Number Theory
+1308.3598 Solar and Stellar Astrophysics
+1308.3600 Methodology
+1308.3613 Computational Complexity
+1308.3619 Combinatorics
+1308.3623 Experiment
+1308.3624 Probability
+1308.3628 Analysis of PDEs
+1308.3629 Functional Analysis
+1308.3630 Operator Algebras
+1308.3639 Optimization and Control
+1308.3641 Numerical Analysis
+1308.3642
+1308.3643 Numerical Analysis
+1308.3647 Dynamical Systems
+1308.3648 Distributed, Parallel, and Cluster Computing
+1308.3663 Other Quantitative Biology
+1308.3665 Computational Complexity
+1308.3673 Other Quantitative Biology
+1308.3675 Other Quantitative Biology
+1308.3676 Soft Condensed Matter
+1308.3677
+1308.3679 Databases
+1308.3681 Geophysics
+1308.3684 Soft Condensed Matter
+1308.3686 Geometric Topology
+1308.3687
+1308.3690 Tissues and Organs
+1308.3693 Computers and Society
+0706.2488 General Physics
+0801.2112 Probability
+0809.3319
+0910.4524
+0912.0581 Combinatorics
+1001.0717 Differential Geometry
+1004.0031 Differential Geometry
+1004.1334 Numerical Analysis
+1009.3617
+1010.2441 Information Theory
+1101.0441 Representation Theory
+1101.3521
+1101.5927 Differential Geometry
+1102.3674 Strongly Correlated Electrons
+1104.3192 Probability
+1105.1220 Statistical Mechanics
+1105.2069 Probability
+1105.2181 Representation Theory
+1105.2419 Combinatorics
+1105.5187 Category Theory
+1105.5695
+1106.6233 Numerical Analysis
+1107.2832 High Energy Astrophysical Phenomena
+1107.3714 Phenomenology
+1107.4421
+1108.2229 Phenomenology
+1108.2680
+1109.0349
+1109.5034 Human-Computer Interaction
+1110.5803 Mesoscale and Nanoscale Physics
+1111.2772 Disordered Systems and Neural Networks
+1112.0351 Analysis of PDEs
+1112.0918 Methodology
+1112.2398 Number Theory
+1112.3596
+1112.3940 Phenomenology
+1201.5237
+1203.4514 General Physics
+1203.6865 Analysis of PDEs
+1204.3298 Geometric Topology
+1204.4069 Materials Science
+1204.5293 Analysis of PDEs
+1204.6607 Analysis of PDEs
+1205.4202 Fluid Dynamics
+1205.5393 Cosmology and Nongalactic Astrophysics
+1206.0880 Differential Geometry
+1206.1535 Combinatorics
+1206.2186 Strongly Correlated Electrons
+1206.2473 Number Theory
+1206.6064 Phenomenology
+1206.6306
+1207.0006 Theory
+1207.0300 Experiment
+1207.2438 General Physics
+1207.3033 Strongly Correlated Electrons
+1207.3804 Cosmology and Nongalactic Astrophysics
+1207.4016 Dynamical Systems
+1207.6095 Operator Algebras
+1207.6967 Algebraic Geometry
+1208.1178 Experiment
+1208.1713
+1208.2081 Dynamical Systems
+1208.2227 Soft Condensed Matter
+1208.2647 Other Condensed Matter
+1209.0995 Statistical Mechanics
+1209.1161 Solar and Stellar Astrophysics
+1209.4433 Optimization and Control
+1209.5305
+1210.0885 Geometric Topology
+1210.1241 Materials Science
+1210.2494 Fluid Dynamics
+1210.2765 Instrumentation and Detectors
+1210.3041 Cosmology and Nongalactic Astrophysics
+1210.4513 Mesoscale and Nanoscale Physics
+1210.4672 Statistics Theory
+1210.4802 Materials Science
+1210.5416 Atmospheric and Oceanic Physics
+1210.5539 Dynamical Systems
+1210.7436 Operator Algebras
+1210.7969
+1211.1071 Astrophysics of Galaxies
+1211.1149 Data Structures and Algorithms
+1211.2746 Phenomenology
+1211.4134 Logic
+1211.6877 Mesoscale and Nanoscale Physics
+1212.0634 Methodology
+1212.1380 Phenomenology
+1212.2054 Cryptography and Security
+1212.2259 Classical Physics
+1212.2789 Logic in Computer Science
+1212.3249 Phenomenology
+1212.4716 Mesoscale and Nanoscale Physics
+1212.5073 Fluid Dynamics
+1212.5545 Disordered Systems and Neural Networks
+1212.6693 Theory
+1301.0365 Geophysics
+1301.1042 Mesoscale and Nanoscale Physics
+1301.1416 Exactly Solvable and Integrable Systems
+1301.1421 Quantum Algebra
+1301.1459 Machine Learning
+1301.2339 Analysis of PDEs
+1301.2610 Genomics
+1301.2990 Differential Geometry
+1301.3527 Learning
+1301.3595 Dynamical Systems
+1301.3775 Learning
+1301.4732 Networking and Internet Architecture
+1301.6592 Mesoscale and Nanoscale Physics
+1301.7615 Solar and Stellar Astrophysics
+1302.1977 Cosmology and Nongalactic Astrophysics
+1302.4027 Materials Science
+1302.5622 History and Philosophy of Physics
+1302.6063 Theory
+1303.1366 Combinatorics
+1303.1537
+1303.1538
+1303.2015 High Energy Astrophysical Phenomena
+1303.2191 Solar and Stellar Astrophysics
+1303.2877 Combinatorics
+1303.3961 Combinatorics
+1303.4140
+1303.4376 Discrete Mathematics
+1303.4383 Biomolecules
+1303.4384 Information Theory
+1303.4385 Instrumentation and Detectors
+1303.4402 Social and Information Networks
+1303.4407 Logic
+1303.4419 Logic
+1303.4426 Dynamical Systems
+1303.4429 Soft Condensed Matter
+1303.4432 Probability
+1303.4433
+1303.4434 Learning
+1303.4438 Computer Science and Game Theory
+1303.4439 Networking and Internet Architecture
+1303.4440 Probability
+1303.4445 Other Condensed Matter
+1303.4447 Information Theory
+1303.4448 Discrete Mathematics
+1303.4449 Algebraic Geometry
+1303.4451 Social and Information Networks
+1303.4452 Information Theory
+1303.4457 Analysis of PDEs
+1303.4459 Number Theory
+1303.4461 Other Computer Science
+1303.4462
+1303.4466 Solar and Stellar Astrophysics
+1303.4468 Solar and Stellar Astrophysics
+1303.4470 Cosmology and Nongalactic Astrophysics
+1303.4471 Databases
+1303.4474 Optimization and Control
+1303.4476 Optimization and Control
+1303.4479 Algebraic Topology
+1303.4480 Classical Analysis and ODEs
+1303.4484 Information Theory
+1303.4489 Superconductivity
+1303.4496
+1303.4498 Computers and Society
+1303.4499 Complex Variables
+1303.4501 Combinatorics
+1303.4503 Instrumentation and Detectors
+1303.4506 Earth and Planetary Astrophysics
+1303.4507 Materials Science
+1303.4509 Materials Science
+1303.4510 Numerical Analysis
+1303.4511 Optics
+1303.4512 Materials Science
+1303.4513 Geophysics
+1303.4514 General Finance
+1303.4515
+1303.4518 Statistics Theory
+1303.4520 Commutative Algebra
+1303.4521 Analysis of PDEs
+1303.4523 Computational Physics
+1303.4528 K-Theory and Homology
+1303.4536 Combinatorics
+1303.4538 Performance
+1303.4544 Instrumentation and Detectors
+1303.4547 Probability
+1303.4554 Optimization and Control
+1303.4557 Phenomenology
+1303.4559 Analysis of PDEs
+1303.4567 Information Theory
+1303.4578 Instrumentation and Methods for Astrophysics
+1303.4579 Combinatorics
+1303.4581 Optimization and Control
+1303.4586 Materials Science
+1303.4588 Probability
+1303.4590 Functional Analysis
+1303.4600 Dynamical Systems
+1303.4604 Other Condensed Matter
+1303.4605 Materials Science
+1303.4609 Complex Variables
+1303.4611 Materials Science
+1303.4614 Computer Vision and Pattern Recognition
+1303.4615 Optimization and Control
+1303.4619 Mesoscale and Nanoscale Physics
+1303.4620 Statistics Theory
+1303.4629 Physics and Society
+1303.4631 Materials Science
+1303.4632 Data Structures and Algorithms
+1303.4638 Learning
+1303.4639 Phenomenology
+1303.4641 Materials Science
+1303.4651
+1303.4653 High Energy Astrophysical Phenomena
+1303.4654 Cosmology and Nongalactic Astrophysics
+1303.4656 Plasma Physics
+1303.4660
+1303.4664 Learning
+1303.4670 Algebraic Geometry
+1303.4671 High Energy Astrophysical Phenomena
+1303.4673 Combinatorics
+1303.4675 Strongly Correlated Electrons
+1303.4679 Networking and Internet Architecture
+1303.4680 Commutative Algebra
+1303.4684 Dynamical Systems
+1303.4687 Phenomenology
+1303.4690
+1303.4691
+1303.4692 Multiagent Systems
+1303.4693 Networking and Internet Architecture
+1303.4695 Multiagent Systems
+1303.4696 Other Computer Science
+1303.4699 Social and Information Networks
+1303.4705 Probability
+1303.4708 Theory
+1303.4709 Probability
+1303.4711 Social and Information Networks
+1303.4715 Probability
+1303.4723 Phenomenology
+1303.4725 Probability
+math/0603330 Probability
+0712.3444 Algebraic Topology
+0803.1593 Theory
+0807.3670 Popular Physics
+0901.0602
+0906.0810 Statistical Mechanics
+0908.0600 Chaotic Dynamics
+0908.1271 Statistical Mechanics
+0908.4243 Chaotic Dynamics
+0910.1695 Materials Science
+0910.1858 Combinatorics
+0911.0610 Probability
+0912.1023 Networking and Internet Architecture
+0912.1843 Geometric Topology
+1002.1633 Combinatorics
+1004.1595
+1004.3847 Other Condensed Matter
+1006.0724 Mesoscale and Nanoscale Physics
+1006.3104 Chaotic Dynamics
+1007.3336 Networking and Internet Architecture
+1007.3780 Algebraic Geometry
+1007.4820
+1009.0337 Chaotic Dynamics
+1009.2997 Multiagent Systems
+1009.3167 Networking and Internet Architecture
+1009.3922 Statistical Mechanics
+1010.2859 Materials Science
+1010.3437 Mesoscale and Nanoscale Physics
+1010.5409 Materials Science
+1102.0037 Algebraic Geometry
+1102.2836 Information Theory
+1103.4385 Atmospheric and Oceanic Physics
+1103.4876 Theory
+1103.5384 Number Theory
+1105.0148 Strongly Correlated Electrons
+1105.0256 Complex Variables
+1105.1158 Analysis of PDEs
+1106.2785 Geometric Topology
+1106.5999
+1109.2565
+1109.4920 Computer Vision and Pattern Recognition
+1110.4141 Optimization and Control
+1110.6395 Algebraic Geometry
+1112.0672 Statistical Mechanics
+1112.1255 Dynamical Systems
+1112.1468 Algebraic Geometry
+1112.2941 Dynamical Systems
+1112.3459 Materials Science
+1201.5228 Differential Geometry
+1202.0821 Mesoscale and Nanoscale Physics
+1202.5115
+1203.2034
+1203.3934 Differential Geometry
+1203.4644 Superconductivity
+1204.0342 Biological Physics
+1204.1240 Information Theory
+1204.1803 Other Condensed Matter
+1204.4483 History and Overview
+1204.5637 Probability
+1205.0474 Cosmology and Nongalactic Astrophysics
+1205.1051 Phenomenology
+1205.1077 Strongly Correlated Electrons
+1205.1245 Machine Learning
+1205.3217 Applications
+1205.5738
+1206.4375 Classical Analysis and ODEs
+1206.4729
+1207.0531 Soft Condensed Matter
+1207.2052 Statistical Mechanics
+1207.2427 Statistical Mechanics
+1207.3817 Quantum Gases
+1207.3898
+1207.5009 Algebraic Geometry
+1207.5156
+1207.7236 Phenomenology
+1208.0252 Soft Condensed Matter
+1208.1842 Logic in Computer Science
+1208.2038 Theory
+1208.3129 Mesoscale and Nanoscale Physics
+1208.3140 Optimization and Control
+1208.5027
+1208.5053 Strongly Correlated Electrons
+1209.1180 Information Theory
+1209.3225 Biological Physics
+1209.3550 Methodology
+1209.3846 Superconductivity
+1209.4128 Quantitative Methods
+1209.5343 Complex Variables
+1210.1703
+1210.2269 Algebraic Geometry
+1210.3523 Algebraic Geometry
+1210.5686 Experiment
+1210.6248 Statistical Mechanics
+1210.6993 Theory
+1210.7228 Strongly Correlated Electrons
+1210.7480 Biological Physics
+1211.1865 Optics
+1211.2773 Phenomenology
+1211.3394 Statistics Theory
+1211.3631 Strongly Correlated Electrons
+1211.4750 Cosmology and Nongalactic Astrophysics
+1211.4987 Quantum Gases
+1212.0186 Combinatorics
+1212.1944 Theory
+1212.2092
+1212.3579
+1212.5144 Phenomenology
+1212.5963 Operator Algebras
+1212.6150 Number Theory
+1301.0108
+1301.0296 History and Philosophy of Physics
+1301.0981
+1301.3141 Solar and Stellar Astrophysics
+1301.4103 Theory
+1301.6045 Classical Physics
+1301.6650
+1301.7109 Mesoscale and Nanoscale Physics
+1301.7666 Complex Variables
+1302.0429
+1302.0435 Learning
+1302.0572 Soft Condensed Matter
+1302.0834 Disordered Systems and Neural Networks
+1302.0897 Networking and Internet Architecture
+1302.0949 Analysis of PDEs
+1302.1064 Data Structures and Algorithms
+1302.1162 Probability
+1302.1207 Logic
+1302.1212
+1302.1214 Algebraic Topology
+1302.1218 Analysis of PDEs
+1302.1222 Fluid Dynamics
+1302.1227 Analysis of PDEs
+1302.1228 General Finance
+1302.1229 Materials Science
+1302.1232 Statistics Theory
+1302.1234 Solar and Stellar Astrophysics
+1302.1235
+1302.1236 Information Theory
+1302.1239 Functional Analysis
+1302.1242
+1302.1248 Mesoscale and Nanoscale Physics
+1302.1249 Differential Geometry
+1302.1254 Probability
+1302.1255 Number Theory
+1302.1257 Instrumentation and Methods for Astrophysics
+1302.1260
+1302.1261 Complex Variables
+1302.1262 Analysis of PDEs
+1302.1263 Instrumentation and Methods for Astrophysics
+1302.1266 Discrete Mathematics
+1302.1269 Analysis of PDEs
+1302.1273 Statistical Mechanics
+1302.1274 Commutative Algebra
+1302.1276 Materials Science
+1302.1279 Statistical Mechanics
+1302.1280 Mesoscale and Nanoscale Physics
+1302.1285 Soft Condensed Matter
+1302.1291 Materials Science
+1302.1294 Computer Vision and Pattern Recognition
+1302.1296 Computer Vision and Pattern Recognition
+1302.1297 Analysis of PDEs
+1302.1298 Algebraic Geometry
+1302.1300 Computer Vision and Pattern Recognition
+1302.1301
+1302.1304 Analysis of PDEs
+1302.1306 Distributed, Parallel, and Cluster Computing
+1302.1307 Commutative Algebra
+1302.1310 Mesoscale and Nanoscale Physics
+1302.1312 Theory
+1302.1318 Mesoscale and Nanoscale Physics
+1302.1321 Experiment
+1302.1323 Optimization and Control
+1302.1326 Computer Vision and Pattern Recognition
+1302.1327 Mesoscale and Nanoscale Physics
+1302.1329 Metric Geometry
+1302.1334 Artificial Intelligence
+1302.1335 Information Retrieval
+1302.1337 Probability
+1302.1339 Cosmology and Nongalactic Astrophysics
+1302.1340 General Topology
+1302.1341
+1302.1343 Optics
+1302.1345 Analysis of PDEs
+1302.1347 Cosmology and Nongalactic Astrophysics
+1302.1350 Materials Science
+1302.1351 Information Theory
+1302.1353 Information Theory
+1302.1355 Software Engineering
+1302.1358 Information Theory
+1302.1360 Mesoscale and Nanoscale Physics
+1302.1368 Logic
+1302.1373 Phenomenology
+1302.1374 Numerical Analysis
+1302.1377 Exactly Solvable and Integrable Systems
+1302.1380 Computation and Language
+1302.1382 Medical Physics
+1302.1383 Algebraic Geometry
+1302.1384 Group Theory
+1302.1390 Hardware Architecture
+1302.1393 Software Engineering
+1302.1394
+1302.1396 Emerging Technologies
+1302.1397 High Energy Astrophysical Phenomena
+1302.1399
+1302.1400 Data Structures and Algorithms
+1302.1401 Analysis of PDEs
+1302.1404 Strongly Correlated Electrons
+1302.1417 Differential Geometry
+1302.1419 Information Theory
+1302.1421 Mesoscale and Nanoscale Physics
+1302.1427 Analysis of PDEs
+1302.1428 Cosmology and Nongalactic Astrophysics
+1302.1434 Differential Geometry
+1302.1439 Algebraic Geometry
+1302.1440 Populations and Evolution
+1302.1444 Mesoscale and Nanoscale Physics
+1302.1445 Theory
+1302.1448 Quantum Gases
+1302.1450 Phenomenology
+1302.1453 Chemical Physics
+1302.1454 Number Theory
+1302.1457 Astrophysics of Galaxies
+1302.1461 Information Theory
+1302.1462 Dynamical Systems
+1302.1463 Probability
+1302.1472 Geometric Topology
+1302.1475 Optimization and Control
+1302.1477 Number Theory
+1302.1480 Rings and Algebras
+1302.1482 Phenomenology
+1302.1483
+1302.1485 Statistical Mechanics
+1302.1489 Information Theory
+1302.1491 General Physics
+1302.1495 Cryptography and Security
+1302.1497 Cosmology and Nongalactic Astrophysics
+1302.1498 History and Philosophy of Physics
+1302.1500 Data Analysis, Statistics and Probability
+1302.1503 Theory
+1302.1505 Commutative Algebra
+1302.1506 Networking and Internet Architecture
+1302.1508 Instrumentation and Methods for Astrophysics
+1302.1510 Information Theory
+1302.1511 Information Theory
+1302.1512 Information Theory
+1302.1516 Phenomenology
+cond-mat/0510410 Mesoscale and Nanoscale Physics
+cond-mat/0602251 Mesoscale and Nanoscale Physics
+hep-th/0606258 Theory
+math-ph/0504041
+0803.1340 Popular Physics
+0805.3819 General Physics
+0904.1602 Differential Geometry
+0905.1423 Algebraic Geometry
+0911.2179 Differential Geometry
+0912.2516 K-Theory and Homology
+1008.0616 Computers and Society
+1010.5125 Space Physics
+1102.2361 Systems and Control
+1104.0531 Quantum Algebra
+1105.2686 Data Structures and Algorithms
+1105.6157
+1106.2169
+1107.0482
+1107.4490
+1108.5302 Geometric Topology
+1109.0770 Statistical Mechanics
+1109.5807 Atomic Physics
+1110.5321 Numerical Analysis
+1110.6327 Dynamical Systems
+1111.6438 Algebraic Geometry
+1112.4223
+1203.3089 Optimization and Control
+1204.1253
+1204.2498 Optimization and Control
+1204.4202 Artificial Intelligence
+1204.4838 Algebraic Geometry
+1204.4855 Representation Theory
+1204.6405 Theory
+1205.3362 Spectral Theory
+1205.5945 Number Theory
+1205.6284 High Energy Astrophysical Phenomena
+1205.6722
+1205.7071 Phenomenology
+1206.1407 Superconductivity
+1206.4214 Optics
+1207.2041 Information Theory
+1207.3919
+1207.4322 Exactly Solvable and Integrable Systems
+1207.4941 Applications
+1207.6370
+1208.0632 Combinatorics
+1208.1908 Probability
+1208.2838 Differential Geometry
+1208.4464 Soft Condensed Matter
+1208.5749 Representation Theory
+1209.3185 Spectral Theory
+1209.3919 Geometric Topology
+1209.5234 Classical Analysis and ODEs
+1210.1124 Statistical Mechanics
+1210.1503
+1210.2019 Information Theory
+1210.3622
+1210.4997 Theory
+1210.5445 Superconductivity
+1210.6039 Astrophysics of Galaxies
+1211.1082 Learning
+1211.3928 Chaotic Dynamics
+1211.4047 Mathematical Software
+1211.6079
+1211.7305 Differential Geometry
+1212.1334
+1212.2287 Databases
+1212.4312 Biological Physics
+1212.5053
+1212.5103 Theory
+1212.6125 Atomic Physics
+1212.6326 Mathematical Software
+1212.6361 Theory
+1301.1241
+1301.2454 Optics
+1301.2695
+1301.2811 Computation and Language
+1301.3544 Other Condensed Matter
+1301.4310
+1301.4952 Data Structures and Algorithms
+1301.5197 Formal Languages and Automata Theory
+1301.5908 Cosmology and Nongalactic Astrophysics
+1301.7001 Phenomenology
+1301.7519 Information Theory
+1302.1754 Theory
+1302.1834 Differential Geometry
+1302.2841 Mesoscale and Nanoscale Physics
+1302.3739 Lattice
+1302.4666 Classical Analysis and ODEs
+1302.4685 Analysis of PDEs
+1302.4751 Algebraic Topology
+1302.5430 Cosmology and Nongalactic Astrophysics
+1302.5467 Strongly Correlated Electrons
+1302.6604 Mesoscale and Nanoscale Physics
+1302.7041 Plasma Physics
+1303.0740 Mesoscale and Nanoscale Physics
+1303.2833 Optics
+1303.2937 Commutative Algebra
+1303.3054 Cell Behavior
+1303.3092 Phenomenology
+1303.3702 Statistical Mechanics
+1303.4037 Information Theory
+1304.0577 Cosmology and Nongalactic Astrophysics
+1304.0828 Statistics Theory
+1304.2280 Astrophysics of Galaxies
+1304.2453 High Energy Astrophysical Phenomena
+1304.3003 Strongly Correlated Electrons
+1304.3301 Superconductivity
+1304.4540 Applications
+1304.4629 Superconductivity
+1304.5063 Computer Vision and Pattern Recognition
+1304.5257 Software Engineering
+1304.6362 Phenomenology
+1304.6385
+1304.6607 Commutative Algebra
+1304.6664 Operator Algebras
+1304.6933 Computer Vision and Pattern Recognition
+1304.7001 Operating Systems
+1304.7012 Algebraic Geometry
+1304.7016
+1304.7018
+1304.7020
+1304.7025 Information Theory
+1304.7026 Combinatorics
+1304.7028 Group Theory
+1304.7029 Formal Languages and Automata Theory
+1304.7035 Pattern Formation and Solitons
+1304.7039 Commutative Algebra
+1304.7043
+1304.7047 Probability
+1304.7048 Computer Science and Game Theory
+1304.7049 Numerical Analysis
+1304.7050 Numerical Analysis
+1304.7051 Operator Algebras
+1304.7053 Mathematical Software
+1304.7054 Mathematical Software
+1304.7055 Data Structures and Algorithms
+1304.7060
+1304.7061 Data Structures and Algorithms
+1304.7062 Analysis of PDEs
+1304.7067 Data Structures and Algorithms
+1304.7068 Functional Analysis
+1304.7070 Analysis of PDEs
+1304.7071
+1304.7072 Materials Science
+1304.7073 Cryptography and Security
+1304.7074 Phenomenology
+1304.7075 Information Theory
+1304.7078 Functional Analysis
+1304.7079 Mesoscale and Nanoscale Physics
+1304.7082 Materials Science
+1304.7083 Earth and Planetary Astrophysics
+1304.7085 Theory
+1304.7090 Phenomenology
+1304.7094 Databases
+1304.7095 Information Theory
+1304.7096 Databases
+1304.7109 Molecular Networks
+1304.7113 Mesoscale and Nanoscale Physics
+1304.7114 High Energy Astrophysical Phenomena
+1304.7115 High Energy Astrophysical Phenomena
+1304.7118 Neural and Evolutionary Computing
+1304.7123 Logic in Computer Science
+1304.7124 Computers and Society
+1304.7125 Numerical Analysis
+1304.7127 Instrumentation and Detectors
+1304.7128 Category Theory
+1304.7129 Soft Condensed Matter
+1304.7130 Operator Algebras
+1304.7132 Computer Vision and Pattern Recognition
+1304.7136 Optimization and Control
+1304.7140 Computer Vision and Pattern Recognition
+1304.7144 Astrophysics of Galaxies
+1304.7149
+1304.7151 Digital Libraries
+1304.7152 Quantum Algebra
+1304.7153 Computer Vision and Pattern Recognition
+1304.7157 Computation and Language
+1304.7158 Learning
+1304.7159 Theory
+1304.7160 Combinatorics
+1304.7165
+1304.7166 Phenomenology
+1304.7168 Artificial Intelligence
+1304.7178 Statistics Theory
+1304.7180 Phenomenology
+1304.7181 Optimization and Control
+1304.7184 Computer Vision and Pattern Recognition
+1304.7186 Combinatorics
+1304.7187 Materials Science
+1304.7189 Functional Analysis
+1304.7193 Molecular Networks
+1304.7194 Complex Variables
+1304.7197 Superconductivity
+1304.7198 Methodology
+1304.7201 General Physics
+1304.7207 Operator Algebras
+1304.7209 Logic in Computer Science
+1304.7211 Computer Vision and Pattern Recognition
+1304.7213 Algebraic Geometry
+1304.7214 Biomolecules
+1304.7217 Systems and Control
+1304.7218 Numerical Analysis
+1304.7226 Computational Engineering, Finance, and Science
+1304.7235 Data Structures and Algorithms
+1304.7236 Computer Vision and Pattern Recognition
+1304.7238 Artificial Intelligence
+1304.7239 Artificial Intelligence
+1304.7242 Mesoscale and Nanoscale Physics
+1304.7244 Computer Science and Game Theory
+1304.7248 Earth and Planetary Astrophysics
+1304.7254 Superconductivity
+1304.7258
+1304.7260 Rings and Algebras
+astro-ph/0403086
+hep-th/0403146 Theory
+1212.0493 Information Theory
+0907.5262 Mesoscale and Nanoscale Physics
+0908.3881 Biological Physics
+0912.1793 Probability
+1003.5705 Analysis of PDEs
+1009.1767 Classical Analysis and ODEs
+1011.3941
+1102.3097 Functional Analysis
+1103.5028 Physics Education
+1104.2930 Methodology
+1108.6067
+1110.2907 Systems and Control
+1111.3423 Cosmology and Nongalactic Astrophysics
+1112.3637 Differential Geometry
+1201.3321 Differential Geometry
+1202.0566 Mesoscale and Nanoscale Physics
+1202.4179 Astrophysics of Galaxies
+1202.6684 Lattice
+1203.1048 Theory
+1203.1429 Systems and Control
+1204.3640 Phenomenology
+1204.3699 Analysis of PDEs
+1204.4548 Soft Condensed Matter
+1204.4635 Combinatorics
+1205.4504
+1206.0731 Cosmology and Nongalactic Astrophysics
+1206.3197 Commutative Algebra
+1206.4788 Symplectic Geometry
+1206.5682 Logic
+1207.6739
+1208.0254 Chaotic Dynamics
+1208.4001 Classical Analysis and ODEs
+1208.4526
+1208.5767 Materials Science
+1209.0260 Theory
+1209.0577
+1209.5684 Optimization and Control
+1209.5769 Phenomenology
+1209.6105
+1209.6116 Optimization and Control
+1209.6494
+1210.1073 Geometric Topology
+1210.1423 High Energy Astrophysical Phenomena
+1210.1749 General Topology
+1210.2891 Metric Geometry
+1210.4990 Statistical Mechanics
+1210.5126 Probability
+1210.7450
+1211.1083 Phenomenology
+1211.2227 Learning
+1211.2419 Optics
+1211.3743 Cosmology and Nongalactic Astrophysics
+1211.4857 Physics Education
+1211.6537 Statistics Theory
+1212.4647 Analysis of PDEs
+1212.4951
+1212.5512 Quantum Gases
+1212.5671 Dynamical Systems
+1301.0083 Algebraic Geometry
+1301.1605 Biological Physics
+1301.1850
+1301.1930 Mesoscale and Nanoscale Physics
+1301.3542 Materials Science
+1301.4473 Quantum Gases
+1301.4816 Logic in Computer Science
+1301.6283 Superconductivity
+1301.6479 Databases
+1301.7641 Computer Vision and Pattern Recognition
+1302.1030
+1302.1925 History and Philosophy of Physics
+1302.3220 Astrophysics of Galaxies
+1302.3288 Materials Science
+1302.3344 Distributed, Parallel, and Cluster Computing
+1302.3874 Theory
+1302.5892 Statistics Theory
+1303.1176 Cosmology and Nongalactic Astrophysics
+1303.1596 Cosmology and Nongalactic Astrophysics
+1303.1660 Theory
+1303.2534 Phenomenology
+1303.2539 Instrumentation and Detectors
+1303.3160 Mesoscale and Nanoscale Physics
+1303.3859 Mesoscale and Nanoscale Physics
+1303.4477 Optics
+1303.5608 Classical Physics
+1303.6441 Quantum Gases
+1303.6842 Phenomenology
+1303.7432
+1304.0308 Mesoscale and Nanoscale Physics
+1304.1917 Classical Analysis and ODEs
+1304.2013 Strongly Correlated Electrons
+1304.2257 Phenomenology
+1304.4057 Cosmology and Nongalactic Astrophysics
+1304.4330 Atomic Physics
+1304.6549 Materials Science
+1304.6816 Analysis of PDEs
+1304.7137 Mesoscale and Nanoscale Physics
+1304.7666 Solar and Stellar Astrophysics
+1305.0980 Earth and Planetary Astrophysics
+1305.2065 Solar and Stellar Astrophysics
+1305.3247
+1305.4690
+1305.4989 Phenomenology
+1305.5882 Statistics Theory
+1305.7173 High Energy Astrophysical Phenomena
+1305.7495 Operator Algebras
+1306.0136 Combinatorics
+1306.0147 Superconductivity
+1306.0284
+1306.0509
+1306.0511 Number Theory
+1306.0800 Functional Analysis
+1306.0842 Machine Learning
+1306.1232 Cosmology and Nongalactic Astrophysics
+1306.1237 Theory
+1306.1248 Phenomenology
+1306.1254
+1306.1257 Combinatorics
+1306.1259
+1306.1266 Mesoscale and Nanoscale Physics
+1306.1270 Logic
+1306.1271 Social and Information Networks
+1306.1272 Cosmology and Nongalactic Astrophysics
+1306.1274 Analysis of PDEs
+1306.1276 Rings and Algebras
+1306.1277
+1306.1278 Analysis of PDEs
+1306.1280 Materials Science
+1306.1281 Analysis of PDEs
+1306.1288 Computers and Society
+1306.1293 Algebraic Geometry
+1306.1294 Statistics Theory
+1306.1296 Probability
+1306.1297 Probability
+1306.1298 Machine Learning
+1306.1300 Social and Information Networks
+1306.1301 Computer Vision and Pattern Recognition
+1306.1302 Software Engineering
+1306.1303 Distributed, Parallel, and Cluster Computing
+1306.1310 Information Theory
+1306.1311
+1306.1312 Optimization and Control
+1306.1313 Analysis of PDEs
+1306.1315 Metric Geometry
+1306.1316 Operating Systems
+1306.1318 Statistics Theory
+1306.1319
+1306.1320 Statistics Theory
+1306.1323 Learning
+1306.1324 Statistics Theory
+1306.1326 Learning
+1306.1327 Classical Analysis and ODEs
+1306.1334 Databases
+1306.1335 Other Computer Science
+1306.1336 Data Analysis, Statistics and Probability
+1306.1338 Networking and Internet Architecture
+1306.1339 Populations and Evolution
+1306.1340 Logic in Computer Science
+1306.1341 Optics
+1306.1343 Computation and Language
+1306.1347 Complex Variables
+1306.1353 Optics
+1306.1354 High Energy Astrophysical Phenomena
+1306.1358 Computer Vision and Pattern Recognition
+1306.1359 Algebraic Geometry
+1306.1360 Computational Complexity
+1306.1365 Computers and Society
+1306.1366 Data Structures and Algorithms
+1306.1368 Group Theory
+1306.1369 Solar and Stellar Astrophysics
+1306.1370 Strongly Correlated Electrons
+1306.1372 Biomolecules
+1306.1373 Distributed, Parallel, and Cluster Computing
+1306.1376 Geometric Topology
+1306.1378 Computational Finance
+1306.1381 Astrophysics of Galaxies
+1306.1386 Combinatorics
+1306.1393 Atomic Physics
+1306.1394 Distributed, Parallel, and Cluster Computing
+1306.1398 Analysis of PDEs
+1306.1401 Soft Condensed Matter
+1306.1402 Data Structures and Algorithms
+1306.1403 Combinatorics
+1306.1406 Analysis of PDEs
+1306.1407 Superconductivity
+1306.1408 Networking and Internet Architecture
+1306.1410 Number Theory
+1306.1417 Analysis of PDEs
+1306.1425 High Energy Astrophysical Phenomena
+1306.1426 Optimization and Control
+1306.1427 Dynamical Systems
+1306.1431 Plasma Physics
+1306.1436 Cryptography and Security
+1306.1439 Biomolecules
+1306.1442 Materials Science
+1306.1448 Networking and Internet Architecture
+1306.1451 Optics
+1306.1462 Computer Vision and Pattern Recognition
+1306.1463 Logic
+1306.1464 Logic
+1306.1467 Distributed, Parallel, and Cluster Computing
+1306.1468 Formal Languages and Automata Theory
+1306.1469 Software Engineering
+1306.1471 Mesoscale and Nanoscale Physics
+1306.1473 Spectral Theory
+1306.1475 Medical Physics
+1306.1478 Information Retrieval
+1306.1480 Functional Analysis
+1306.1490 Computers and Society
+1306.1491 Robotics
+1306.1492 Probability
+1306.1493 Statistics Theory
+1306.1495 Lattice
+1306.1505 Spectral Theory
+1306.1508 Probability
+1306.1511 Computational Engineering, Finance, and Science
+1306.1519 Cryptography and Security
+1306.1520 Learning
+1306.1524 Spectral Theory
+q-bio/0609025 Biomolecules
+1304.4995 General Physics
+0712.3873 Algebraic Geometry
+0802.3213
+0810.3771 Operator Algebras
+0812.4235 Learning
+0907.4846 Operator Algebras
+0908.1850 Operator Algebras
+0909.4743 Theory
+0909.4746 Theory
+0911.0539 Operator Algebras
+0911.1225 Cosmology and Nongalactic Astrophysics
+0911.1393 Computational Complexity
+1003.5285 Algebraic Geometry
+1004.3416 Combinatorics
+1006.2415 High Energy Astrophysical Phenomena
+1007.2003 Materials Science
+1007.3107 Strongly Correlated Electrons
+1008.5090 Learning
+1009.1457 Mesoscale and Nanoscale Physics
+1009.3520 Information Theory
+1010.3031 Cosmology and Nongalactic Astrophysics
+1010.4003 Strongly Correlated Electrons
+1101.0469 Geometric Topology
+1101.5808 Phenomenology
+1102.0938 Portfolio Management
+1105.0955 Quantitative Methods
+1105.3929 Probability
+1105.5506
+1106.6156 Strongly Correlated Electrons
+1107.0161 Optimization and Control
+1107.4727 Strongly Correlated Electrons
+1107.4866 Analysis of PDEs
+1108.3149 Information Theory
+1109.3682 Number Theory
+1110.0226 Differential Geometry
+1110.0383 Commutative Algebra
+1110.0407 Cosmology and Nongalactic Astrophysics
+1110.1595 Materials Science
+1111.1236 Cosmology and Nongalactic Astrophysics
+1111.2863 Astrophysics of Galaxies
+1111.4541 Learning
+1111.6591 Cosmology and Nongalactic Astrophysics
+1112.0620 Representation Theory
+1112.2201 Number Theory
+1112.4271 Software Engineering
+1201.4387 Astrophysics of Galaxies
+1201.5437 Strongly Correlated Electrons
+1201.6143 Strongly Correlated Electrons
+1202.0021 Phenomenology
+1202.0139 Rings and Algebras
+1202.1726 Mesoscale and Nanoscale Physics
+1202.2940 Algebraic Geometry
+1202.3307 Statistics Theory
+1202.3588 Analysis of PDEs
+1203.1419 Analysis of PDEs
+1203.5202 Probability
+1203.5614
+1203.6120 Differential Geometry
+1204.5213 Computer Science and Game Theory
+1204.5564 Computation
+1204.5856 Functional Analysis
+1205.1257 Instrumentation and Methods for Astrophysics
+1205.4348
+1206.0011 Cosmology and Nongalactic Astrophysics
+1206.1992 Number Theory
+1206.2795 General Physics
+1206.3757 Analysis of PDEs
+1206.4224 Computational Complexity
+1206.4475 Biomolecules
+1206.5006 Instrumentation and Methods for Astrophysics
+1207.2118 Statistics Theory
+1207.3563 Neurons and Cognition
+1207.5277 Classical Analysis and ODEs
+1208.0212 Phenomenology
+1208.2011 Optics
+1208.4076 Optimization and Control
+1208.4874 Quantum Algebra
+1208.6358 Functional Analysis
+1208.6565
+1209.0183 Dynamical Systems
+1209.2689 Materials Science
+1209.2888 Mesoscale and Nanoscale Physics
+1209.4355 Theory
+1209.5803 Information Theory
+1209.5873 Phenomenology
+1209.6612 Materials Science
+1209.6627 Phenomenology
+1210.0183
+1210.0903 Cosmology and Nongalactic Astrophysics
+1210.5899 Strongly Correlated Electrons
+1210.6276 Mesoscale and Nanoscale Physics
+1211.0913
+1211.1177 Optimization and Control
+1211.1903 Numerical Analysis
+1211.2876 Differential Geometry
+1211.3075
+1211.3119 Astrophysics of Galaxies
+1211.3210 Computation
+1211.3268
+1211.3751
+1211.4163 Optics
+1211.5134
+1212.0892 Systems and Control
+1212.1477
+1212.2569 Differential Geometry
+1212.2745 Materials Science
+1212.3831 Mesoscale and Nanoscale Physics
+1212.4972 Theory
+1212.5038 Materials Science
+1212.5152 Quantum Gases
+1212.5607 Quantum Gases
+1212.5634 Strongly Correlated Electrons
+1212.6374 Phenomenology
+1301.1927
+1301.2381 Commutative Algebra
+1301.3011 Theory
+1301.3137 Cosmology and Nongalactic Astrophysics
+1301.3816 Learning
+1301.4128 Algebraic Geometry
+1301.6036 Strongly Correlated Electrons
+1301.6318 Information Theory
+1301.7072 Phenomenology
+1301.7339 Materials Science
+1302.0019 Information Theory
+1302.1821 General Physics
+1302.2586 Optics
+1302.2705 Materials Science
+1302.2786
+1302.3944 Mesoscale and Nanoscale Physics
+1302.4473 Mesoscale and Nanoscale Physics
+1302.5308 Cosmology and Nongalactic Astrophysics
+1302.6187 Chaotic Dynamics
+1302.6190
+1302.7222 Analysis of PDEs
+1303.0285 Cosmology and Nongalactic Astrophysics
+1303.0495
+1303.0942 Cosmology and Nongalactic Astrophysics
+1303.2391 Materials Science
+1303.2497 Mesoscale and Nanoscale Physics
+1303.3033 Analysis of PDEs
+1303.3722 Phenomenology
+1303.3756
+1303.4063 Strongly Correlated Electrons
+1303.4487 Optics
+1303.4773 Soft Condensed Matter
+1303.6460 Physics and Society
+1303.7237 Cosmology and Nongalactic Astrophysics
+1303.7238 Cosmology and Nongalactic Astrophysics
+1303.7258 Cosmology and Nongalactic Astrophysics
+1304.0964 Strongly Correlated Electrons
+1304.1244
+1304.1374 Digital Libraries
+1304.2854 Strongly Correlated Electrons
+1304.3293 Mesoscale and Nanoscale Physics
+1304.3299 Quantum Gases
+1304.3796 Molecular Networks
+1304.3809 Soft Condensed Matter
+1304.3838 Methodology
+1304.4471 Computer Science and Game Theory
+1304.5095
+1304.5526 Phenomenology
+1304.5847 Combinatorics
+1304.6233 Machine Learning
+1304.6249
+1304.6319 Populations and Evolution
+1304.7038 Computational Complexity
+1304.7361 Solar and Stellar Astrophysics
+1304.7514 Mesoscale and Nanoscale Physics
+1304.7951
+1305.0014 Phenomenology
+1305.0502 Databases
+1305.0685 Representation Theory
+1305.1368 Materials Science
+1305.1411 Combinatorics
+1305.1460 Functional Analysis
+1305.1465 Algebraic Geometry
+1305.1553 Mesoscale and Nanoscale Physics
+1305.2133
+1305.2146 Number Theory
+1305.3318 Representation Theory
+1305.4823 Mesoscale and Nanoscale Physics
+1305.5750 Systems and Control
+1305.5814 Materials Science
+1306.0416 Disordered Systems and Neural Networks
+1306.0527
+1306.0812
+1306.1628 High Energy Astrophysical Phenomena
+1306.2690 Combinatorics
+1306.2779 Commutative Algebra
+1306.3348
+1306.3513 Optimization and Control
+1306.4049 History and Overview
+1306.4387 Algebraic Geometry
+1306.4678 Strongly Correlated Electrons
+1306.4702 Phenomenology
+1306.4770 Spectral Theory
+1306.5138 Theory
+1306.5167 Combinatorics
+1306.5302 General Finance
+1306.5390 Distributed, Parallel, and Cluster Computing
+1306.5413 Phenomenology
+1306.5618 Soft Condensed Matter
+1306.5809 Information Theory
+1306.6350 Chemical Physics
+1306.6424 Number Theory
+1306.6702 Dynamical Systems
+1306.6887
+1306.6943 Data Structures and Algorithms
+1307.0018 Cosmology and Nongalactic Astrophysics
+1307.0023 Phenomenology
+1307.0024 Data Structures and Algorithms
+1307.0027 Combinatorics
+1307.0031 Physics and Society
+1307.0032 Machine Learning
+1307.0036 Computer Vision and Pattern Recognition
+1307.0040 Logic
+1307.0049 Distributed, Parallel, and Cluster Computing
+1307.0051 Analysis of PDEs
+1307.0059 Combinatorics
+1307.0060 Artificial Intelligence
+1307.0062 Mesoscale and Nanoscale Physics
+1307.0064 Algebraic Topology
+1307.0066 Differential Geometry
+1307.0072 Computers and Society
+1307.0076 Computers and Society
+1307.0082 Cryptography and Security
+1307.0083 Number Theory
+1307.0085 Information Theory
+1307.0087 Information Retrieval
+1307.0090 Biological Physics
+1307.0092 Combinatorics
+1307.0093 Cellular Automata and Lattice Gases
+1307.0096 Theory
+1307.0097 Theory
+1307.0098 Dynamical Systems
+1307.0099 Formal Languages and Automata Theory
+1307.0100 Distributed, Parallel, and Cluster Computing
+1307.0101 Instrumentation and Detectors
+1307.0102 Algebraic Geometry
+1307.0106 Superconductivity
+1307.0108 Logic
+1307.0110 Digital Libraries
+1307.0117 Instrumentation and Detectors
+1307.0121 Optics
+1307.0124 Combinatorics
+1307.0127 Learning
+1307.0129 Computer Vision and Pattern Recognition
+1307.0138 Theory
+1307.0142 Cosmology and Nongalactic Astrophysics
+1307.0146 Phenomenology
+1307.0151 Plasma Physics
+1307.0153 Combinatorics
+1307.0155 Instrumentation and Detectors
+1307.0161 Combinatorics
+1307.0163
+1307.0164 Machine Learning
+1307.0165 Phenomenology
+1307.0168 Combinatorics
+1307.0170 Methodology
+1307.0171 Optimization and Control
+1307.0173 Number Theory
+1307.0174 Functional Analysis
+1307.0178 Molecular Networks
+1307.0179
+1307.0180 Information Theory
+1307.0181 Probability
+1307.0187 Information Theory
+1307.0189 Computational Complexity
+1307.0190 General Finance
+1307.0191 Databases
+1307.0192 Combinatorics
+1307.0193 Databases
+1307.0194 Genomics
+1307.0197 Instrumentation and Methods for Astrophysics
+1307.0199 Applications
+1307.0200 K-Theory and Homology
+1307.0203 Representation Theory
+1307.0205 Atomic Physics
+1307.0206 Classical Analysis and ODEs
+1307.0207 Classical Analysis and ODEs
+1307.0213 Complex Variables
+1307.0222
+1307.0224 Logic
+1307.0225 Neurons and Cognition
+1307.0227 Algebraic Geometry
+1307.0230 Probability
+1307.0233 Materials Science
+1307.0234 Analysis of PDEs
+1307.0235 Numerical Analysis
+1307.0236 Differential Geometry
+1307.0240 Atmospheric and Oceanic Physics
+1307.0244 Combinatorics
+1307.0247 Graphics
+1307.0249 Mesoscale and Nanoscale Physics
+1307.0253 Learning
+1307.0258 Information Theory
+1307.0261 Learning
+1307.0264 Information Theory
+1307.0265 Category Theory
+1307.0267
+1307.0275 Biological Physics
+1307.0277 Computer Vision and Pattern Recognition
+1307.0278 Discrete Mathematics
+1307.0281 Plasma Physics
+1307.0282 Rings and Algebras
+1307.0286 Instrumentation and Detectors
+1307.0287 Dynamical Systems
+1307.0298 Phenomenology
+1307.0301 Materials Science
+1307.0302 Materials Science
+1307.0305 Tissues and Organs
+1307.0316
+1307.0317 Learning
+1307.0320 Information Retrieval
+1307.0323 Machine Learning
+1307.0324 High Energy Astrophysical Phenomena
+1307.0326 Methodology
+1307.0329 Functional Analysis
+1307.0332 Computer Science and Game Theory
+1307.0333 Differential Geometry
+1307.0334 Numerical Analysis
+1307.0336 Probability
+1307.0337 Populations and Evolution
+1307.0341 Classical Analysis and ODEs
+1307.0343 Populations and Evolution
+1307.0346 Differential Geometry
+1307.0349 Networking and Internet Architecture
+1307.0352 Solar and Stellar Astrophysics
+1307.0355 Plasma Physics
+1307.0359 Dynamical Systems
+1307.0360 Number Theory
+1307.0365 Classical Analysis and ODEs
+1307.0369 Commutative Algebra
+1307.0373 Machine Learning
+1307.0378
+1307.0379 Group Theory
+1307.0380
+1307.0385 Mesoscale and Nanoscale Physics
+1307.0386 Instrumentation and Methods for Astrophysics
+1307.0387 Plasma Physics
+1307.0389 High Energy Astrophysical Phenomena
+1307.0391 Instrumentation and Methods for Astrophysics
+1307.0397 Solar and Stellar Astrophysics
+1307.0398 Number Theory
+1307.0406 Phenomenology
+1307.0414 Machine Learning
+1307.0415 Materials Science
+1307.0419 Astrophysics of Galaxies
+1307.0424 Classical Analysis and ODEs
+1307.0427 Materials Science
+1307.0430 Differential Geometry
+1307.0431 Atomic and Molecular Clusters
+1307.0435 General Physics
+1307.0441 Databases
+1307.0445 Systems and Control
+1307.0447 General Physics
+1307.0451 Other Quantitative Biology
+1307.0454 Differential Geometry
+1307.0456 Phenomenology
+1307.0457 General Physics
+1307.0459 Algebraic Geometry
+1307.0460 General Physics
+1307.0463 Earth and Planetary Astrophysics
+1307.0465
+1307.0467 Symplectic Geometry
+1307.0469 Representation Theory
+1307.0470
+1307.0475 Cryptography and Security
+1307.0477 Differential Geometry
+1307.0489 Logic in Computer Science
+1307.0492 Rings and Algebras
+1307.0493
+1307.0495 Combinatorics
+1307.0497 High Energy Astrophysical Phenomena
+1307.0498 Quantum Algebra
+hep-ph/0506055 Phenomenology
+math/0610458 Geometric Topology
+physics/0603183 Fluid Dynamics
+quant-ph/0205161
+0705.3402 Disordered Systems and Neural Networks
+1002.0089 Materials Science
+1002.0090 Materials Science
+1002.1545 Materials Science
+1004.1426 Probability
+1006.5831 Methodology
+1008.0958 Mesoscale and Nanoscale Physics
+1102.1121 Mesoscale and Nanoscale Physics
+1102.2547 Commutative Algebra
+1105.3286 Analysis of PDEs
+1105.3289 Analysis of PDEs
+1105.5018 Dynamical Systems
+1107.3227 Probability
+1108.4142 Computer Science and Game Theory
+1108.5416 Geometric Topology
+1109.1826 Phenomenology
+1109.5231 Learning
+1111.5647 Soft Condensed Matter
+1111.5808 Statistical Mechanics
+1112.4498 Theory
+1202.1322 Probability
+1202.4103 Theory
+1203.2707 Statistical Mechanics
+1203.3599 Theory
+1203.5738 Combinatorics
+1204.1110 Lattice
+1204.1688 Statistics Theory
+1205.1084 Combinatorics
+1205.1514 Cosmology and Nongalactic Astrophysics
+1206.1230 Phenomenology
+1206.1923 Phenomenology
+1206.3965 Information Theory
+1206.7092 Materials Science
+1207.2375 Computational Geometry
+1207.2488 Computer Vision and Pattern Recognition
+1207.3071 Computer Vision and Pattern Recognition
+1207.3342
+1207.5824 Theory
+1207.7356 Mesoscale and Nanoscale Physics
+1208.0550 Mesoscale and Nanoscale Physics
+1208.1493 Materials Science
+1208.3197 Theory
+1208.6506 Quantum Gases
+1209.2310 Analysis of PDEs
+1209.3988 Analysis of PDEs
+1210.5527 Statistical Mechanics
+1210.6397 Strongly Correlated Electrons
+1210.6516 Statistics Theory
+1211.2084
+1211.4999 Probability
+1212.0646 Phenomenology
+1212.0873 Optimization and Control
+1212.2777 Functional Analysis
+1212.3524 Physics and Society
+1212.5284 Information Theory
+1212.6788 Statistics Theory
+1212.6931 Number Theory
+1301.1335 Biological Physics
+1301.4349 Analysis of PDEs
+1301.4352 Combinatorics
+1301.4529 Data Structures and Algorithms
+1301.5704
+1302.0551 Experiment
+1302.3328 High Energy Astrophysical Phenomena
+1302.3707 Theory
+1302.6392 Digital Libraries
+1302.6483 Mesoscale and Nanoscale Physics
+1302.7077 Analysis of PDEs
+1303.1924 Materials Science
+1303.2866 Dynamical Systems
+1303.4190 Strongly Correlated Electrons
+1303.4332 Phenomenology
+1303.4455
+1303.4502 Strongly Correlated Electrons
+1303.4781 Optics
+1303.5125 Phenomenology
+1303.5954 Phenomenology
+1303.6104 Statistical Mechanics
+1304.0325 Lattice
+1304.0595 Superconductivity
+1304.2175 Strongly Correlated Electrons
+1304.2838
+1304.2858
+1304.2990 Mesoscale and Nanoscale Physics
+1304.3624 Strongly Correlated Electrons
+1304.4208
+1304.4788 Analysis of PDEs
+1304.6580 Strongly Correlated Electrons
+1304.7730
+1304.7738 Phenomenology
+1304.7838 Differential Geometry
+1305.0056 Phenomenology
+1305.0660 Strongly Correlated Electrons
+1305.1324 High Energy Astrophysical Phenomena
+1305.2191 Solar and Stellar Astrophysics
+1305.2208 Quantum Gases
+1305.2993 Materials Science
+1305.3368 Superconductivity
+1305.3626 Mesoscale and Nanoscale Physics
+1305.4613 Cosmology and Nongalactic Astrophysics
+1305.4708 Strongly Correlated Electrons
+1305.5546 Superconductivity
+1305.5628
+1305.6314 Theory
+1305.7202 Statistical Mechanics
+1306.3367 Materials Science
+1306.3399 Strongly Correlated Electrons
+1306.4178 Phenomenology
+1306.4240 Materials Science
+1306.4244 Cryptography and Security
+1306.4544 Plasma Physics
+1306.4617
+1306.5756 Theory
+1306.5985 Soft Condensed Matter
+1307.0535 Phenomenology
+1307.0710 Phenomenology
+1307.0812 Materials Science
+1307.1132 Theory
+1307.1139 Theory
+1307.2133 Soft Condensed Matter
+1307.2361 Disordered Systems and Neural Networks
+1307.2568
+1307.3234 Theory
+1307.3424 Instrumentation and Methods for Astrophysics
+1307.4882 Phenomenology
+1307.5068 Phenomenology
+1307.5592 Logic in Computer Science
+1307.5610 Probability
+1307.6696 Lattice
+1307.6997 Lattice
+1307.7023 Analysis of PDEs
+1307.7205 Lattice
+1307.8249 Genomics
+1308.0084
+1308.0661 Information Retrieval
+1308.1347 Symplectic Geometry
+1308.1746 Social and Information Networks
+1308.2622 Theory
+1308.2642 Strongly Correlated Electrons
+1308.2932 Phenomenology
+1308.3043 Phenomenology
+1308.3052 Computer Vision and Pattern Recognition
+1308.3208 Quantum Gases
+1308.3685
+1308.4577 Physics and Society
+1308.5223
+1308.5571 Information Theory
+1308.5911 Phenomenology
+1308.5959
+1308.6720 Analysis of PDEs
+1309.0334 Statistics Theory
+1309.0626 Statistical Mechanics
+1309.0665 Atomic Physics
+1309.0789 Theory
+1309.2491 Quantum Gases
+1309.2984 Phenomenology
+1309.3346
+1309.3871 Mesoscale and Nanoscale Physics
+1309.4523 Theory
+1309.4533 Lattice
+1309.4939 Phenomenology
+1309.4949 Exactly Solvable and Integrable Systems
+1309.5008
+1309.6221
+1309.6557
+1309.7500 Superconductivity
+1310.2054 Soft Condensed Matter
+1310.2521 Superconductivity
+1310.4338 High Energy Astrophysical Phenomena
+1310.6475 Optimization and Control
+1310.7806 Soft Condensed Matter
+1310.8485
+1311.0719 Combinatorics
+1311.1053 Information Theory
+1311.2237
+1311.2424 Algebraic Geometry
+1311.3193 Metric Geometry
+1311.3839 Optics
+1311.4094 Superconductivity
+1311.4486 Learning
+1311.4673 Algebraic Geometry
+1311.4817 Theory
+1311.5211 Pricing of Securities
+1311.5448 Materials Science
+1311.5704 Materials Science
+1311.5716 Mesoscale and Nanoscale Physics
+1311.5859 Statistical Mechanics
+1311.5977 Mesoscale and Nanoscale Physics
+1311.5999
+1311.6078 Molecular Networks
+1311.6122 Functional Analysis
+1311.6393 Algebraic Topology
+1311.6406 Neurons and Cognition
+1311.6421 Formal Languages and Automata Theory
+1311.6426 Combinatorics
+1311.6427 High Energy Astrophysical Phenomena
+1311.6435 Statistics Theory
+1311.6463 Cosmology and Nongalactic Astrophysics
+1311.6474
+1311.6476 Phenomenology
+1311.6477 Theory
+1311.6479 Phenomenology
+1311.6484 General Mathematics
+1311.6486 Computation
+1311.6489 Differential Geometry
+1311.6492 Information Theory
+1311.6494
+1311.6496 Solar and Stellar Astrophysics
+1311.6497
+1311.6498
+1311.6500 Computer Vision and Pattern Recognition
+1311.6508 Analysis of PDEs
+1311.6510 Computer Vision and Pattern Recognition
+1311.6514 Phenomenology
+1311.6518 Combinatorics
+1311.6519 High Energy Astrophysical Phenomena
+1311.6525 Analysis of PDEs
+1311.6526 Social and Information Networks
+1311.6528 Phenomenology
+1311.6529 Computation
+1311.6534 Differential Geometry
+1311.6536 Information Theory
+1311.6537 Phenomenology
+1311.6538 Strongly Correlated Electrons
+1311.6542 Logic in Computer Science
+1311.6544 General Topology
+1311.6548 Superconductivity
+1311.6550 Other Computer Science
+1311.6552 Lattice
+1311.6554 Dynamical Systems
+1311.6557 Mesoscale and Nanoscale Physics
+1311.6560 Commutative Algebra
+1311.6561 Combinatorics
+1311.6563 Logic in Computer Science
+1311.6566 Cryptography and Security
+1311.6573 Analysis of PDEs
+1311.6578 Databases
+1311.6580 Numerical Analysis
+1311.6581
+1311.6582 Mesoscale and Nanoscale Physics
+1311.6583 Group Theory
+1311.6584 Functional Analysis
+1311.6585 Data Analysis, Statistics and Probability
+1311.6589 Mesoscale and Nanoscale Physics
+1311.6591 Artificial Intelligence
+1311.6598 Materials Science
+1311.6603 Differential Geometry
+1311.6605 Formal Languages and Automata Theory
+1311.6606 Software Engineering
+1311.6607 Analysis of PDEs
+1311.6621 Algebraic Geometry
+1311.6625 Biomolecules
+1311.6627 Phenomenology
+1311.6636 Statistics Theory
+1311.6637 Materials Science
+1311.6639 Materials Science
+1311.6646 Mesoscale and Nanoscale Physics
+1311.6647 Information Theory
+1311.6654
+1311.6655 Mesoscale and Nanoscale Physics
+1311.6656 Dynamical Systems
+1311.6657 Materials Science
+1311.6658 Robotics
+1311.6659 Software Engineering
+1311.6662 Phenomenology
+1311.6663 Mesoscale and Nanoscale Physics
+1311.6665 Group Theory
+1311.6670 Computers and Society
+1311.6672
+1311.6674 Robotics
+1311.6676 Robotics
+1311.6677 Robotics
+1311.6678 Cosmology and Nongalactic Astrophysics
+1311.6680 Combinatorics
+1311.6682 Populations and Evolution
+1311.6685 Robotics
+1311.6689
+1311.6691 Combinatorics
+1311.6698 Complex Variables
+1311.6705 Chemical Physics
+1311.6708 Pattern Formation and Solitons
+1311.6709 Artificial Intelligence
+1311.6710 Classical Analysis and ODEs
+1311.6712 Phenomenology
+1311.6713 General Physics
+1311.6714 Databases
+1311.6716 Computational Complexity
+1311.6719 Phenomenology
+1311.6725 Materials Science
+1311.6728 Systems and Control
+1311.6731 Experiment
+1311.6732 Methodology
+1311.6740 Computer Vision and Pattern Recognition
+1311.6743 Phenomenology
+1311.6745 Lattice
+1311.6747 Analysis of PDEs
+1311.6751 Robotics
+1311.6752 High Energy Astrophysical Phenomena
+1311.6754 Other Computer Science
+1311.6755 Probability
+1311.6757 Analysis of PDEs
+1311.6758 Computer Vision and Pattern Recognition
+1311.6761 Instrumentation and Detectors
+1311.6764 Fluid Dynamics
+1311.6766
+1311.6767 Complex Variables
+1311.6772 Combinatorics
+1311.6773 Spectral Theory
+1311.6775 Mesoscale and Nanoscale Physics
+1311.6776 Classical Physics
+1311.6780 Earth and Planetary Astrophysics
+1311.6781
+1311.6783 Probability
+1311.6784
+1311.6788 Differential Geometry
+1311.6789 Logic
+1311.6790 History and Philosophy of Physics
+1311.6791 Algebraic Geometry
+1311.6806 Earth and Planetary Astrophysics
+cond-mat/0601497 Other Condensed Matter
+math/0701696 Complex Variables
+quant-ph/0610138
+0704.0615 Populations and Evolution
+0707.3764 Dynamical Systems
+0806.1635 Soft Condensed Matter
+0807.0094 Soft Condensed Matter
+0810.3095 Statistical Mechanics
+0901.3186 Analysis of PDEs
+0907.3091 Cosmology and Nongalactic Astrophysics
+0907.4262 Statistical Mechanics
+0910.4761 Differential Geometry
+1001.4220 Software Engineering
+1002.1172
+1008.3365 Complex Variables
+1010.5113 Social and Information Networks
+1010.5119 Dynamical Systems
+1011.1214 Fluid Dynamics
+1011.4388 Algebraic Geometry
+1102.3760 Combinatorics
+1102.5420 Social and Information Networks
+1104.1060 Probability
+1104.4084 Symplectic Geometry
+1105.1586 Combinatorics
+1106.1833 Commutative Algebra
+1106.4322 Solar and Stellar Astrophysics
+1107.0193 Computation and Language
+1107.2555 Geophysics
+1107.2773 Probability
+1108.1229 Dynamical Systems
+1109.1849 Probability
+1110.1500 Fluid Dynamics
+1110.2166 Algebraic Geometry
+1110.4099 Adaptation and Self-Organizing Systems
+1110.5751 Superconductivity
+1111.3562 Group Theory
+1111.7077 Probability
+1201.3595 Dynamical Systems
+1202.4739 Dynamical Systems
+1202.6356
+1203.0178 Differential Geometry
+1203.0505 Quantum Gases
+1203.6224 Group Theory
+1204.4818
+1205.3041 Probability
+1205.3653 Materials Science
+1206.1607 High Energy Astrophysical Phenomena
+1206.2038 Cryptography and Security
+1206.3543 Statistics Theory
+1206.5862 Statistics Theory
+1207.1719 Mesoscale and Nanoscale Physics
+1207.3953 Soft Condensed Matter
+1207.6945 Cryptography and Security
+1208.0496
+1208.1809 Analysis of PDEs
+1208.2170 Number Theory
+1208.2654 Formal Languages and Automata Theory
+1208.2943 Systems and Control
+1209.0229 Systems and Control
+1209.2843 Analysis of PDEs
+1209.4058
+1209.4085
+1210.0088 Metric Geometry
+1210.0274
+1210.1724 Fluid Dynamics
+1210.4947 Dynamical Systems
+1210.5280 Earth and Planetary Astrophysics
+1210.6715
+1210.7062 Probability
+1210.7895 Group Theory
+1210.7953 Analysis of PDEs
+1211.0104 Subcellular Processes
+1211.2377
+1211.3144 Group Theory
+1212.0012 Strongly Correlated Electrons
+1212.2703 Strongly Correlated Electrons
+1212.3262 Soft Condensed Matter
+1212.3586 Phenomenology
+1212.6148 Computational Geometry
+1301.2150 Data Analysis, Statistics and Probability
+1301.2174 Disordered Systems and Neural Networks
+1301.3363 Quantum Gases
+1301.5318 Astrophysics of Galaxies
+1301.5810 Phenomenology
+1301.5931 Networking and Internet Architecture
+1301.6164 Materials Science
+1302.0004 Phenomenology
+1302.2900 Statistical Mechanics
+1302.7033 Phenomenology
+1303.1199 Mesoscale and Nanoscale Physics
+1303.3895 Cosmology and Nongalactic Astrophysics
+1303.4207 Learning
+1303.4958 Theory
+1303.5254 Solar and Stellar Astrophysics
+1303.5646 Phenomenology
+1303.6984 Instrumentation and Methods for Astrophysics
+1303.7187
+1304.2153 Strongly Correlated Electrons
+1304.3808 Strongly Correlated Electrons
+1304.4742 Physics and Society
+1304.4757 Lattice
+1304.5736 Probability
+1304.6189 Data Structures and Algorithms
+1304.6485 Information Theory
+1305.0003 Quantum Gases
+1305.0206 Adaptation and Self-Organizing Systems
+1305.0427 General Physics
+1305.0928 Phenomenology
+1305.1407 Data Structures and Algorithms
+1305.2051 Mesoscale and Nanoscale Physics
+1305.2124 Phenomenology
+1305.2560
+1305.3148 Theory
+1305.5172 Mesoscale and Nanoscale Physics
+1305.5302 Cosmology and Nongalactic Astrophysics
+1305.5659 General Physics
+1305.5714
+1305.6595 Cosmology and Nongalactic Astrophysics
+1305.6964
+1305.7225 Cosmology and Nongalactic Astrophysics
+1305.7226 Cosmology and Nongalactic Astrophysics
+1306.0591 Cosmology and Nongalactic Astrophysics
+1306.0972
+1306.1002 Strongly Correlated Electrons
+1306.1015 General Physics
+1306.1830 Phenomenology
+1306.1957 Discrete Mathematics
+1306.2159 Computer Vision and Pattern Recognition
+1306.2263 Statistical Mechanics
+1306.2318 Phenomenology
+1306.2329 Phenomenology
+1306.2872 Probability
+1306.3024 Superconductivity
+1306.4407 General Physics
+1306.4470 Phenomenology
+1306.4715 Phenomenology
+1306.4744 Mesoscale and Nanoscale Physics
+1306.4964
+1306.5396 Strongly Correlated Electrons
+1306.5604 Quantum Gases
+1306.5897 Phenomenology
+1306.6142
+1306.6618 Phenomenology
+1307.0307 Combinatorics
+1307.0390 Materials Science
+1307.1506 Optics
+1307.1522 Strongly Correlated Electrons
+1307.2067
+1307.2420 Phenomenology
+1307.2633 General Physics
+1307.4737 Phenomenology
+1307.4773 Phenomenology
+1307.4863 Spectral Theory
+1307.5215 Cosmology and Nongalactic Astrophysics
+1307.5953 Materials Science
+1307.7315
+1307.7361
+1307.7419 Experiment
+1307.7718 Statistical Mechanics
+1307.8266 Cosmology and Nongalactic Astrophysics
+1307.8428 Phenomenology
+1308.0233 Computational Physics
+1308.0297 Phenomenology
+1308.1549 Astrophysics of Galaxies
+1308.2339 Mesoscale and Nanoscale Physics
+1308.3401
+1308.3505 Analysis of PDEs
+1308.4080 Astrophysics of Galaxies
+1308.4271 Astrophysics of Galaxies
+1308.4926
+1308.5683 Superconductivity
+1308.5973 Cosmology and Nongalactic Astrophysics
+1308.6334 Experiment
+1308.6699 Cosmology and Nongalactic Astrophysics
+1309.0383 Geometric Topology
+1309.1245 Strongly Correlated Electrons
+1309.1996 History and Philosophy of Physics
+1309.2497 Phenomenology
+1309.3490
+1309.3541 Accelerator Physics
+1309.3626 Cell Behavior
+1309.4835 Probability
+1309.7028 Dynamical Systems
+1309.7043 Experiment
+1309.7062
+1309.7460
+1309.7512 Computer Vision and Pattern Recognition
+1309.7535 Algebraic Geometry
+1309.7614 Probability
+1309.7805 Chaotic Dynamics
+1309.7980 Phenomenology
+1310.0001 Differential Geometry
+1310.0010 Quantum Gases
+1310.0025 Experiment
+1310.0031 Theory
+1310.0032 Pricing of Securities
+1310.0035 Populations and Evolution
+1310.0038 Computer Science and Game Theory
+1310.0039 Methodology
+1310.0040 General Physics
+1310.0041 Graphics
+1310.0045 Probability
+1310.0053 Fluid Dynamics
+1310.0055
+1310.0057 General Finance
+1310.0058 Systems and Control
+1310.0061 Algebraic Geometry
+1310.0062 Theory
+1310.0064 Systems and Control
+1310.0066 Numerical Analysis
+1310.0069 Instrumentation and Methods for Astrophysics
+1310.0071 High Energy Astrophysical Phenomena
+1310.0072 High Energy Astrophysical Phenomena
+1310.0073 High Energy Astrophysical Phenomena
+1310.0074 Instrumentation and Methods for Astrophysics
+1310.0079 Materials Science
+1310.0080 Mesoscale and Nanoscale Physics
+1310.0082 Astrophysics of Galaxies
+1310.0087
+1310.0091 Experiment
+1310.0095 Algebraic Topology
+1310.0096 Algebraic Topology
+1310.0098 Instrumentation and Detectors
+1310.0100 Hardware Architecture
+1310.0101 Information Theory
+1310.0105 Algebraic Topology
+1310.0106 Optics
+1310.0110 Information Theory
+1310.0113 Group Theory
+1310.0116 Networking and Internet Architecture
+1310.0119 Experiment
+1310.0120 Information Theory
+1310.0121 Group Theory
+1310.0123 Optics
+1310.0125 Experiment
+1310.0128 Functional Analysis
+1310.0132 Cryptography and Security
+1310.0133 Optimization and Control
+1310.0135 Strongly Correlated Electrons
+1310.0138 High Energy Astrophysical Phenomena
+1310.0140 Experiment
+1310.0143 High Energy Astrophysical Phenomena
+1310.0144 High Energy Astrophysical Phenomena
+1310.0145 Systems and Control
+1310.0149 Solar and Stellar Astrophysics
+1310.0150 Statistics Theory
+1310.0152 Software Engineering
+1310.0155 Exactly Solvable and Integrable Systems
+1310.0157 Phenomenology
+1310.0164 Phenomenology
+1310.0165 Lattice
+1310.0171 Computer Vision and Pattern Recognition
+1310.0172 Rings and Algebras
+1310.0173 Methodology
+1310.0177 Computer Science and Game Theory
+1310.0178 Data Structures and Algorithms
+1310.0182 Probability
+1310.0183 Instrumentation and Detectors
+1310.0185 Discrete Mathematics
+1310.0189 Solar and Stellar Astrophysics
+1310.0194 Analysis of PDEs
+1310.0195 Analysis of PDEs
+1310.0196 Combinatorics
+1310.0199 Combinatorics
+1310.0205 Strongly Correlated Electrons
+1310.0209 Analysis of PDEs
+1310.0212 Accelerator Physics
+1310.0213 Other Quantitative Biology
+1310.0215 Materials Science
+1310.0216 Networking and Internet Architecture
+1310.0217 Phenomenology
+1310.0221 Strongly Correlated Electrons
+1310.0222 Phenomenology
+1310.0234 Information Theory
+1310.0238 Fluid Dynamics
+1310.0242 Software Engineering
+1310.0246 Other Condensed Matter
+1310.0249 Algebraic Geometry
+1310.0250 Information Retrieval
+1310.0254 Probability
+1310.0256 Analysis of PDEs
+1310.0259
+1310.0260 Methodology
+1310.0261 Accelerator Physics
+1310.0263 Logic in Computer Science
+1310.0266 Atmospheric and Oceanic Physics
+1310.0283 Plasma Physics
+1310.0288 Experiment
+1310.0289 Experiment
+1310.0290 Accelerator Physics
+1310.0296 Systems and Control
+1310.0301 Probability
+1310.0302 Computer Vision and Pattern Recognition
+1310.0305 Computer Vision and Pattern Recognition
+1310.0306 Computer Vision and Pattern Recognition
+1310.0308 Computer Vision and Pattern Recognition
+1310.0310 Computer Vision and Pattern Recognition
+1310.0311 Computer Vision and Pattern Recognition
+1310.0314 Computer Vision and Pattern Recognition
+1310.0315 Computer Vision and Pattern Recognition
+1310.0316 Computer Vision and Pattern Recognition
+1310.0317 Computer Vision and Pattern Recognition
+1310.0320 Fluid Dynamics
+1310.0324
+1310.0326
+1310.0327 Solar and Stellar Astrophysics
+1310.0329 Fluid Dynamics
+1310.0330 High Energy Astrophysical Phenomena
+1310.0332 Soft Condensed Matter
+1310.0333 Methodology
+1310.0334 Experiment
+1310.0335 Analysis of PDEs
+1310.0337 Number Theory
+1310.0338 Complex Variables
+1310.0340 Discrete Mathematics
+1310.0342 Materials Science
+1310.0344 Soft Condensed Matter
+1310.0346 Networking and Internet Architecture
+1310.0350 Lattice
+1310.0356 Phenomenology
+1310.0357 Differential Geometry
+1310.0361
+1310.0362 Analysis of PDEs
+1310.0363 Phenomenology
+1310.0365 Computer Vision and Pattern Recognition
+1310.0371 Systems and Control
+1310.0379 Methodology
+1310.0383
+1310.0396 General Topology
+1310.0397 Instrumentation and Detectors
+1310.0398 Computational Complexity
+1310.0401 Probability
+1310.0402 Systems and Control
+1310.0404 Probability
+1310.0407 Operator Algebras
+1310.0408 Phenomenology
+1310.0415 Disordered Systems and Neural Networks
+1310.0416 Commutative Algebra
+1310.0418 Classical Analysis and ODEs
+1310.0419 Phenomenology
+1310.0421
+1310.0422 Analysis of PDEs
+1310.0426 Phenomenology
+1310.0432 Optimization and Control
+1310.0434 Lattice
+1310.0436 Mesoscale and Nanoscale Physics
+1310.0437 Atomic Physics
+1310.0441 Cryptography and Security
+cond-mat/0202240 Materials Science
+cond-mat/0209458 Materials Science
+0708.1627 Methodology
+0710.0924 General Physics
+0803.1597 Combinatorics
+0806.0388
+0903.2173 Algebraic Geometry
+0910.4795
+0912.2114 Geometric Topology
+1001.2019 Optimization and Control
+1003.5903 Geometric Topology
+1004.4127 Combinatorics
+1009.2838 Probability
+1011.4151 Probability
+1105.0875 Machine Learning
+1105.1700 Data Analysis, Statistics and Probability
+1106.1095 Combinatorics
+1111.2008 Data Analysis, Statistics and Probability
+1201.3830
+1201.6104 Group Theory
+1202.3881 Materials Science
+1202.6662 Algebraic Geometry
+1203.0190 Dynamical Systems
+1203.4114
+1204.1936 Combinatorics
+1204.2178
+1205.1150 Statistics Theory
+1205.2119 Commutative Algebra
+1206.2523 Data Structures and Algorithms
+1208.0823 Pattern Formation and Solitons
+1208.6120 High Energy Astrophysical Phenomena
+1208.6519 Plasma Physics
+1209.3851
+1209.5700 Mesoscale and Nanoscale Physics
+1210.0529 General Physics
+1210.0838 Lattice
+1210.1814 Applications
+1210.2787 Strongly Correlated Electrons
+1210.3023 Methodology
+1210.4422 Mesoscale and Nanoscale Physics
+1210.6463
+1210.7052 Methodology
+1210.7270 Commutative Algebra
+1210.7389 Numerical Analysis
+1211.0538 Phenomenology
+1211.3353 Strongly Correlated Electrons
+1211.5630 Number Theory
+1211.6954 Cosmology and Nongalactic Astrophysics
+1211.7275 Statistical Mechanics
+1212.0391
+1212.2312 Fluid Dynamics
+1212.2586 Combinatorics
+1212.2978 Phenomenology
+1212.3804 Disordered Systems and Neural Networks
+1212.5012 Mesoscale and Nanoscale Physics
+1212.5425 Probability
+1301.0905 Atomic Physics
+1301.1465 Hardware Architecture
+1301.4320 Statistics Theory
+1301.4982 Strongly Correlated Electrons
+1301.5081 Statistical Mechanics
+1301.5971
+1302.1029 Probability
+1302.1791 Superconductivity
+1302.1895 Materials Science
+1302.2866 Mesoscale and Nanoscale Physics
+1302.3242 Classical Analysis and ODEs
+1302.3921 Information Theory
+1302.4879 Statistical Mechanics
+1302.5353 Theory
+1302.5355 Mesoscale and Nanoscale Physics
+1302.6772 Mesoscale and Nanoscale Physics
+1302.6908 Complex Variables
+1303.0334 Quantum Gases
+1303.0870 Phenomenology
+1303.2522 Mesoscale and Nanoscale Physics
+1303.2698 Atmospheric and Oceanic Physics
+1303.3025
+1303.3601 Differential Geometry
+1303.3637
+1303.3821
+1303.5560 Discrete Mathematics
+1304.0779 Theory
+1304.0811 Mesoscale and Nanoscale Physics
+1304.1727 General Topology
+1304.3367
+1304.4077 Methodology
+1304.5860 Superconductivity
+1304.6275
+1304.6327 Superconductivity
+1304.6925 Logic in Computer Science
+1305.1296 Superconductivity
+1305.2280 Materials Science
+1305.2950 Space Physics
+1305.3453 Materials Science
+1305.4458 Lattice
+1305.4716
+1305.5016 Materials Science
+1305.5947 Representation Theory
+1305.6259 Genomics
+1305.6496 Materials Science
+1305.6718 Solar and Stellar Astrophysics
+1305.6734 Mesoscale and Nanoscale Physics
+1305.7055 Phenomenology
+1305.7079 Classical Physics
+1305.7117 Optimization and Control
+1305.7125 Neurons and Cognition
+1305.7250 Information Theory
+1305.7252 Information Theory
+1305.7254 Artificial Intelligence
+1305.7255 Machine Learning
+1305.7257 Experiment
+1305.7262 Dynamical Systems
+1305.7266 Phenomenology
+1305.7267
+1305.7271 Neurons and Cognition
+1305.7273 High Energy Astrophysical Phenomena
+1305.7274 Optics
+1305.7276 Functional Analysis
+1305.7280 Differential Geometry
+1305.7284 Applications
+1305.7286 Combinatorics
+1305.7288 Algebraic Geometry
+1305.7291 Symplectic Geometry
+1305.7294 Information Theory
+1305.7297 Differential Geometry
+1305.7303 Populations and Evolution
+1305.7305 Combinatorics
+1305.7307 Quantum Algebra
+1305.7309 Portfolio Management
+1305.7311 Computer Vision and Pattern Recognition
+1305.7313 Materials Science
+1305.7315 Functional Analysis
+1305.7316 Digital Libraries
+1305.7322
+1305.7329
+1305.7339 Rings and Algebras
+1305.7346
+1305.7348 Probability
+1305.7349 Analysis of PDEs
+1305.7351 Computational Geometry
+1305.7352 Complex Variables
+1305.7355 Mesoscale and Nanoscale Physics
+1305.7356 Phenomenology
+1305.7358 Fluid Dynamics
+1305.7360 Logic in Computer Science
+1305.7362 Optics
+1305.7366 Solar and Stellar Astrophysics
+1305.7369 General Topology
+1305.7377 Phenomenology
+1305.7379 Theory
+1305.7381 History and Philosophy of Physics
+1305.7393 Information Theory
+1305.7401
+1305.7403 Distributed, Parallel, and Cluster Computing
+1305.7406 Statistics Theory
+1305.7414 Category Theory
+1305.7416 Cryptography and Security
+1305.7422 Computational Engineering, Finance, and Science
+1305.7423 Soft Condensed Matter
+1305.7424 Computational Engineering, Finance, and Science
+1305.7427 Instrumentation and Detectors
+1305.7430 Social and Information Networks
+1305.7432 Neural and Evolutionary Computing
+1305.7434 Neural and Evolutionary Computing
+1305.7435 Tissues and Organs
+1305.7437 Computational Engineering, Finance, and Science
+1305.7438 Physics and Society
+1305.7442 Theory
+1305.7448 Data Structures and Algorithms
+1305.7453
+1305.7454 Learning
+1305.7458 Computational Engineering, Finance, and Science
+1305.7465 Neural and Evolutionary Computing
+1305.7466 Networking and Internet Architecture
+1305.7467 Cryptography and Security
+1305.7470 Theory
+1305.7471 Computational Engineering, Finance, and Science
+1305.7473 Combinatorics
+1305.7474 Combinatorics
+1305.7476 Neural and Evolutionary Computing
+1305.7482 Cryptography and Security
+1305.7484 Robotics
+1305.7488 Cryptography and Security
+1305.7489
+1305.7497 Soft Condensed Matter
+1305.7501 Logic
+1305.7502 Algebraic Geometry
+1305.7507 Mesoscale and Nanoscale Physics
+1305.7514 Metric Geometry
+gr-qc/0603106
+math/0008204 Geometric Topology
+math/0106253 Geometric Topology
+math/9806113 Geometric Topology
+math/9806114 Geometric Topology
+physics/0602078 Classical Physics
+0709.3925 Algebraic Topology
+0909.0522 Differential Geometry
+1003.2652 Quantum Algebra
+1007.3711 Classical Analysis and ODEs
+1008.5264 Group Theory
+1011.5720 Algebraic Geometry
+1103.1439 Information Theory
+1104.4132 Differential Geometry
+1104.4536 Geometric Topology
+1105.4404 Dynamical Systems
+1107.0733 Theory
+1107.1428 Phenomenology
+1108.5223 Group Theory
+1109.3423 K-Theory and Homology
+1111.0222 Phenomenology
+1112.4806 Strongly Correlated Electrons
+1201.3426 Quantum Algebra
+1201.4901 Algebraic Geometry
+1202.4119 Algebraic Geometry
+1203.3422 Applications
+1204.4228 Statistics Theory
+1205.3255 Numerical Analysis
+1205.6632 Combinatorics
+1206.5629 Probability
+1207.1014 Phenomenology
+1207.1504 Superconductivity
+1207.5219 Classical Analysis and ODEs
+1208.1006 Theory
+1208.4252 Phenomenology
+1209.0769 Strongly Correlated Electrons
+1209.0942 Number Theory
+1210.3432 Phenomenology
+1210.4042
+1210.5256
+1211.1542 Phenomenology
+1211.1720 Fluid Dynamics
+1211.2248
+1211.3201 Computer Science and Game Theory
+1211.3865 Strongly Correlated Electrons
+1211.4747 Commutative Algebra
+1211.4925 Statistical Mechanics
+1211.7224
+1212.1223 Networking and Internet Architecture
+1212.2688 Group Theory
+1212.6465 Information Theory
+1301.1377 Materials Science
+1301.3444 Phenomenology
+1301.3445 Phenomenology
+1301.3455 Graphics
+1301.4223 Strongly Correlated Electrons
+1301.4304 Mesoscale and Nanoscale Physics
+1301.4966 Atomic Physics
+1301.5224 Atomic Physics
+1301.5344 Phenomenology
+1301.7585 Materials Science
+1302.1225 Optimization and Control
+1302.1711 Phenomenology
+1302.2659 Solar and Stellar Astrophysics
+1302.2886 Analysis of PDEs
+1302.3704 Data Analysis, Statistics and Probability
+1302.3911
+1302.3988 Computer Science and Game Theory
+1302.5108 Differential Geometry
+1302.5122 Cryptography and Security
+1303.0195 Theory
+1303.1408
+1303.1587 Strongly Correlated Electrons
+1303.2665 Theory
+1303.3502 Physics and Society
+1303.4750 Theory
+1303.5046 Statistics Theory
+1303.5389 Analysis of PDEs
+1304.0748
+1304.0894 Cosmology and Nongalactic Astrophysics
+1304.1320 Phenomenology
+1304.1648 Optimization and Control
+1304.1713 Probability
+1304.1784 Atmospheric and Oceanic Physics
+1304.3300
+1304.3340
+1304.3986 Algebraic Topology
+1304.4133 Atomic Physics
+1304.4504
+1304.4663 Superconductivity
+1304.4911 Materials Science
+1304.4982
+1304.5172 Theory
+1304.5925
+1304.6019 Materials Science
+1304.6330
+1304.6407 Theory
+1304.7234 Strongly Correlated Electrons
+1304.7846
+1305.0183 Mesoscale and Nanoscale Physics
+1305.1100 Phenomenology
+1305.1241 Phenomenology
+1305.1565 Theory
+1305.1575 Experiment
+1305.2281 Superconductivity
+1305.2357 Physics and Society
+1305.2705 Superconductivity
+1305.3525 Theory
+1305.4876 Theory
+1305.4906 Number Theory
+1305.5153 Biological Physics
+1305.5381
+1305.5513
+1305.6150 Phenomenology
+1305.6230 Statistical Mechanics
+1305.6437
+1305.6443 Phenomenology
+1305.6584 Materials Science
+1305.7114 Networking and Internet Architecture
+1305.7386 Phenomenology
+1306.1225 Statistical Mechanics
+1306.2066 Phenomenology
+1306.2320
+1306.2349 Phenomenology
+1306.2532 Lattice
+1306.2625 Phenomenology
+1306.3441 Phenomenology
+1306.3442 Mesoscale and Nanoscale Physics
+1306.3516 Strongly Correlated Electrons
+1306.3678 Strongly Correlated Electrons
+1306.3812 Instrumentation and Methods for Astrophysics
+1306.4216 Strongly Correlated Electrons
+1306.4251 Strongly Correlated Electrons
+1306.4650 Machine Learning
+1306.4852 Phenomenology
+1306.5344 Mesoscale and Nanoscale Physics
+1306.5750 Theory
+1306.6088 Phenomenology
+1306.6212 Experiment
+1306.6645 Theory
+1307.0257
+1307.0782 Phenomenology
+1307.1337 Genomics
+1307.1519 Strongly Correlated Electrons
+1307.2729 Differential Geometry
+1307.2803 Statistical Mechanics
+1307.5005
+1307.6056 Lattice
+1307.6511 Experiment
+1307.6764 Phenomenology
+1307.7549 Earth and Planetary Astrophysics
+1307.8296 Soft Condensed Matter
+1308.0849 Atomic Physics
+1308.1043
+1308.1816 Strongly Correlated Electrons
+1308.3193 Combinatorics
+1308.3923 Logic in Computer Science
+1308.5816 Solar and Stellar Astrophysics
+1309.0934
+1309.1049 Distributed, Parallel, and Cluster Computing
+1309.1172 Solar and Stellar Astrophysics
+1309.1334 Databases
+1309.1496 Geophysics
+1309.1649 Computation and Language
+1309.1654 Neurons and Cognition
+1309.1822 Representation Theory
+1309.2094 Optimization and Control
+1309.2141 Spectral Theory
+1309.2253 Fluid Dynamics
+1309.2298 High Energy Astrophysical Phenomena
+1309.2299 Theory
+1309.2303 Machine Learning
+1309.2304 Algebraic Geometry
+1309.2311
+1309.2312 Instrumentation and Detectors
+1309.2322 Fluid Dynamics
+1309.2325 Fluid Dynamics
+1309.2328 Distributed, Parallel, and Cluster Computing
+1309.2333 Earth and Planetary Astrophysics
+1309.2334 Cryptography and Security
+1309.2339 Software Engineering
+1309.2341 Analysis of PDEs
+1309.2343 Information Theory
+1309.2344 Probability
+1309.2345 Fluid Dynamics
+1309.2350 Learning
+1309.2351 Artificial Intelligence
+1309.2352 Dynamical Systems
+1309.2355 Systems and Control
+1309.2357 Computers and Society
+1309.2359 Multimedia
+1309.2360 High Energy Astrophysical Phenomena
+1309.2362 General Physics
+1309.2364 Analysis of PDEs
+1309.2367 Commutative Algebra
+1309.2368 Exactly Solvable and Integrable Systems
+1309.2371 Databases
+1309.2377 Commutative Algebra
+1309.2379 High Energy Astrophysical Phenomena
+1309.2382 Neurons and Cognition
+1309.2383 Pricing of Securities
+1309.2385 Analysis of PDEs
+1309.2387 Other Computer Science
+1309.2390 Soft Condensed Matter
+1309.2392 Solar and Stellar Astrophysics
+1309.2395 Plasma Physics
+1309.2398 Molecular Networks
+1309.2399 Discrete Mathematics
+1309.2400 Mesoscale and Nanoscale Physics
+1309.2408 Analysis of PDEs
+1309.2409 Digital Libraries
+1309.2410 High Energy Astrophysical Phenomena
+1309.2412 Optics
+1309.2413 Digital Libraries
+1309.2416 Statistical Finance
+1309.2417 Mesoscale and Nanoscale Physics
+1309.2418 Instrumentation and Methods for Astrophysics
+1309.2420 Combinatorics
+1309.2421 K-Theory and Homology
+1309.2426 Distributed, Parallel, and Cluster Computing
+1309.2428 Genomics
+1309.2431 Statistics Theory
+1309.2433 Astrophysics of Galaxies
+1309.2435 Methodology
+1309.2437 Astrophysics of Galaxies
+1309.2438 Group Theory
+1309.2441 Materials Science
+1309.2454
+1309.2458 Hardware Architecture
+1309.2459 Differential Geometry
+1309.2460 Optimization and Control
+1309.2471 Computation and Language
+1309.2473 Information Theory
+1309.2475 Representation Theory
+1309.2476 Data Structures and Algorithms
+1309.2481 Fluid Dynamics
+1309.2482 Soft Condensed Matter
+1309.2485 Software Engineering
+1309.2486 Digital Libraries
+1309.2487 Differential Geometry
+1309.2493 Number Theory
+1309.2494 Analysis of PDEs
+1309.2500 Representation Theory
+1309.2503 High Energy Astrophysical Phenomena
+1309.2504 Mesoscale and Nanoscale Physics
+1309.2505 Machine Learning
+1309.2506 Computer Vision and Pattern Recognition
+1309.2508 Phenomenology
+1309.2511 Programming Languages
+1309.2517 Databases
+1309.2522 Numerical Analysis
+1309.2523 Materials Science
+1309.2524 Algebraic Topology
+1309.2528 Differential Geometry
+1309.2529 Computer Science and Game Theory
+1309.2530 Lattice
+1309.2531 Analysis of PDEs
+1309.2533 Hardware Architecture
+1309.2534 Number Theory
+1309.2535 Analysis of PDEs
+1309.2536 K-Theory and Homology
+1309.2543 Networking and Internet Architecture
+1309.2544
+1309.2546 Digital Libraries
+1309.2555 Phenomenology
+1309.2559 Earth and Planetary Astrophysics
+1309.2562 Dynamical Systems
+1309.2563 Statistical Mechanics
+1309.2566 Probability
+1309.2567 Rings and Algebras
+1309.2569 Group Theory
+1309.2574 Systems and Control
+1309.2582 Theory
+1309.2584 Statistical Mechanics
+1309.2589 Probability
+1309.2590 Soft Condensed Matter
+1309.2592 History and Philosophy of Physics
+1309.2593 Learning
+1309.2595 Optics
+1309.2597 Databases
+1309.2599 Probability
+1309.2600 Populations and Evolution
+1309.2601 Differential Geometry
+1309.2602 Accelerator Physics
+1309.2609 Neurons and Cognition
+1309.2612 Functional Analysis
+1309.2618 Quantitative Methods
+1309.2622 Populations and Evolution
+1309.2626 Probability
+1309.2627 Applications
+cond-mat/0302468 Statistical Mechanics
+cond-mat/0302470 Statistical Mechanics
+cond-mat/0312404 Disordered Systems and Neural Networks
+cond-mat/0312406 Statistical Mechanics
+cond-mat/0312560 Statistical Mechanics
+hep-th/0509186 Theory
+math/0601221 Algebraic Topology
+math/0604514 Algebraic Topology
+nlin/0312040 Chaotic Dynamics
+physics/0512124 Physics and Society
+physics/0601106 Physics and Society
+physics/0603139 Physics and Society
+0704.0768
+0708.3611 Chemical Physics
+0811.4489 Computational Geometry
+0906.3413 Number Theory
+0909.0909 Atomic Physics
+0910.3055 Data Analysis, Statistics and Probability
+0912.0173 Number Theory
+1002.0490
+1003.1094 Number Theory
+1003.3536 Computational Geometry
+1006.0814 Data Analysis, Statistics and Probability
+1008.2139
+1008.2151
+1008.3475 Number Theory
+1008.5141 Functional Analysis
+1009.5249 Computer Vision and Pattern Recognition
+1011.1455 Combinatorics
+1101.1612 Algebraic Geometry
+1102.1797 Atomic Physics
+1102.5595 Materials Science
+1103.5663
+1105.0266 Pattern Formation and Solitons
+1108.0280
+1108.0806
+1108.4320 Atomic Physics
+1109.1592 Combinatorics
+1110.2159
+1201.0907
+1201.4273 Astrophysics of Galaxies
+1201.6194 Number Theory
+1201.6195 Number Theory
+1202.3905 Pattern Formation and Solitons
+1202.5061 Probability
+1202.5802 Number Theory
+1203.2029 Numerical Analysis
+1203.5483 Machine Learning
+1203.5736
+1204.0047 Learning
+1204.2227
+1204.2431 Number Theory
+1204.3681
+1204.6003
+1207.2091 Pattern Formation and Solitons
+1207.5080 Strongly Correlated Electrons
+1208.2204
+1208.3128 Superconductivity
+1208.4511 Data Structures and Algorithms
+1208.6370 Mesoscale and Nanoscale Physics
+1209.0717 Number Theory
+1209.2911 Genomics
+1209.4319 Phenomenology
+1210.1957 Mesoscale and Nanoscale Physics
+1210.2007 Materials Science
+1210.2376 Physics and Society
+1210.7122 Solar and Stellar Astrophysics
+1210.8294 Mesoscale and Nanoscale Physics
+1211.1455 Phenomenology
+1211.1715 Symplectic Geometry
+1211.2441 Information Theory
+1211.4077 Systems and Control
+1211.6019 Representation Theory
+1212.1114
+1212.1525 Numerical Analysis
+1212.1647 Materials Science
+1212.2180 Analysis of PDEs
+1212.3111 Statistics Theory
+1212.3703 Adaptation and Self-Organizing Systems
+1212.4139 Phenomenology
+1212.4807 Quantum Gases
+1301.0954 Information Theory
+1301.4207 General Finance
+1301.4221 Phenomenology
+1301.4346 Pattern Formation and Solitons
+1301.5927 Methodology
+1301.7073 Theory
+1301.7504 Information Theory
+1301.7579 Soft Condensed Matter
+1302.2761 Chaotic Dynamics
+1302.3046 Strongly Correlated Electrons
+1302.3131 Soft Condensed Matter
+1302.3492 Information Theory
+1302.3493 Optics
+1302.3617 Quantum Gases
+1302.4022 Phenomenology
+1302.6223
+1302.6641 Data Structures and Algorithms
+1303.1002 Materials Science
+1303.1244 Phenomenology
+1303.1896 Strongly Correlated Electrons
+1303.3576
+1303.3694 Materials Science
+1303.4350
+1303.4863 Phenomenology
+1303.6121 Astrophysics of Galaxies
+1303.6284 Cosmology and Nongalactic Astrophysics
+1303.6353 Strongly Correlated Electrons
+1303.7052 Quantum Gases
+1304.0921 Phenomenology
+1304.1559 Astrophysics of Galaxies
+1304.1762 Classical Analysis and ODEs
+1304.1905 Number Theory
+1304.2201
+1304.4059
+1304.4209
+1304.4340 Quantum Gases
+1304.6013 Strongly Correlated Electrons
+1304.7369 Optics
+1305.1105 Cosmology and Nongalactic Astrophysics
+1305.2019 Optics
+1305.2384 Numerical Analysis
+1305.2723 Statistical Mechanics
+1305.5155 Statistical Mechanics
+1305.5507 Atomic Physics
+1305.6411 Differential Geometry
+1305.6657 Methodology
+1305.6744 Classical Physics
+1306.0767 Group Theory
+1306.1107 Cosmology and Nongalactic Astrophysics
+1306.2106 Cosmology and Nongalactic Astrophysics
+1306.3781 Mesoscale and Nanoscale Physics
+1306.4144 Networking and Internet Architecture
+1306.4396
+1306.4979
+1306.5022 Accelerator Physics
+1306.6857 Plasma Physics
+1306.6889 Instrumentation and Detectors
+1307.1125 Number Theory
+1307.1512 Differential Geometry
+1307.1957 Differential Geometry
+1307.2050 Geometric Topology
+1307.2604 General Topology
+1307.2667 Quantum Algebra
+1307.3435 Artificial Intelligence
+1307.3523 Functional Analysis
+1307.3623 Differential Geometry
+1307.3882 Functional Analysis
+1307.3932 Materials Science
+1307.3982 Physics and Society
+1307.4002 Analysis of PDEs
+1307.4045 Medical Physics
+1307.4076 Cryptography and Security
+1307.4077 Computers and Society
+1307.4093 Instrumentation and Methods for Astrophysics
+1307.4094 Astrophysics of Galaxies
+1307.4097 Optimization and Control
+1307.4110 Analysis of PDEs
+1307.4111 Functional Analysis
+1307.4114 Representation Theory
+1307.4115 Solar and Stellar Astrophysics
+1307.4118 Populations and Evolution
+1307.4121 Dynamical Systems
+1307.4124 Networking and Internet Architecture
+1307.4126 Superconductivity
+1307.4127 Networking and Internet Architecture
+1307.4129 Networking and Internet Architecture
+1307.4132 Applications
+1307.4137 Populations and Evolution
+1307.4139
+1307.4140 Geophysics
+1307.4142 Rings and Algebras
+1307.4144
+1307.4151 Mesoscale and Nanoscale Physics
+1307.4152 Superconductivity
+1307.4155 Combinatorics
+1307.4156 Learning
+1307.4158
+1307.4162 Computer Science and Game Theory
+1307.4163 Solar and Stellar Astrophysics
+1307.4164 Data Structures and Algorithms
+1307.4165 Operating Systems
+1307.4167 Operating Systems
+1307.4173 Probability
+1307.4174 Software Engineering
+1307.4175 Superconductivity
+1307.4177 Instrumentation and Methods for Astrophysics
+1307.4178 Superconductivity
+1307.4184
+1307.4186 Neural and Evolutionary Computing
+1307.4189 Instrumentation and Methods for Astrophysics
+1307.4190 High Energy Astrophysical Phenomena
+1307.4191 Combinatorics
+1307.4193
+1307.4197 Algebraic Geometry
+1307.4201 Operator Algebras
+1307.4205 Astrophysics of Galaxies
+1307.4210
+1307.4214 Computational Physics
+1307.4221 Networking and Internet Architecture
+1307.4222 Logic
+1307.4230 Computers and Society
+1307.4232 Accelerator Physics
+1307.4238
+1307.4243 Astrophysics of Galaxies
+1307.4244 Theory
+1307.4249 Probability
+1307.4257 Data Structures and Algorithms
+1307.4259 Distributed, Parallel, and Cluster Computing
+1307.4264 Social and Information Networks
+1307.4266 Earth and Planetary Astrophysics
+1307.4267 Classical Analysis and ODEs
+1307.4269 Statistical Mechanics
+1307.4271 Strongly Correlated Electrons
+1307.4274 Neural and Evolutionary Computing
+1307.4275 Instrumentation and Methods for Astrophysics
+1307.4277 Classical Analysis and ODEs
+1307.4283 Strongly Correlated Electrons
+1307.4288 Commutative Algebra
+1307.4291 Genomics
+1307.4292 Physics and Society
+1307.4293
+1307.4295
+1307.4298 Logic
+1307.4299 Computation and Language
+1307.4300 Computation and Language
+1307.4301 Instrumentation and Detectors
+1307.4302 Optimization and Control
+1307.4303 Disordered Systems and Neural Networks
+1307.4306 Materials Science
+1307.4310 Astrophysics of Galaxies
+1307.4311 Numerical Analysis
+1307.4315 Accelerator Physics
+1307.4320 Numerical Analysis
+1307.4321 Symplectic Geometry
+1307.4329 Digital Libraries
+1307.4330 Numerical Analysis
+1307.4332 Optimization and Control
+1307.4345 Popular Physics
+1307.4353 Optics
+1307.4356 High Energy Astrophysical Phenomena
+1307.4362 Biological Physics
+1307.4363 Symplectic Geometry
+1307.4364 Analysis of PDEs
+1307.4372 Number Theory
+1307.4374 Mesoscale and Nanoscale Physics
+1307.4377 Solar and Stellar Astrophysics
+1307.4380 Computers and Society
+1307.4382 Functional Analysis
+1307.4383 Functional Analysis
+1307.4385 Functional Analysis
+1307.4386 Functional Analysis
+1307.4387 Functional Analysis
+1307.4392 Probability
+math/0108119 General Mathematics
+quant-ph/0409197
+0706.3282 Quantum Algebra
+0711.1392 Other Condensed Matter
+0803.3957 Theory
+0804.1654 Algebraic Geometry
+0806.1339 Differential Geometry
+0806.3720
+0807.2534 Materials Science
+0809.3730
+0901.4784 Computation and Language
+0904.2547 Analysis of PDEs
+0905.3244
+0910.1784 Probability
+0911.0177
+0912.3446 Combinatorics
+1001.2033 Spectral Theory
+1001.3526 Statistical Mechanics
+1004.0133 Chemical Physics
+1004.0201 Chemical Physics
+1004.3176 Functional Analysis
+1005.0556 Statistical Mechanics
+1006.1860 Methodology
+1007.1741 Spectral Theory
+1007.5078 Representation Theory
+1008.4085 General Physics
+1009.0473 Probability
+1009.0932 Optimization and Control
+1009.1191 Statistical Mechanics
+1009.1569
+1010.0351 Representation Theory
+1010.2324 Algebraic Geometry
+1011.0642 Classical Analysis and ODEs
+1011.1775 Classical Analysis and ODEs
+1012.2424 Mesoscale and Nanoscale Physics
+1012.5377 Operator Algebras
+1101.3294
+1101.4612
+1102.2565 Probability
+1102.4597 Category Theory
+1102.4997 Strongly Correlated Electrons
+1103.1236
+1103.2616 Phenomenology
+1104.0784 Probability
+1104.1028 Soft Condensed Matter
+1104.2232 Number Theory
+1105.3533 Optics
+1106.0831 Information Theory
+1106.3993 Strongly Correlated Electrons
+1107.0463 Spectral Theory
+1107.2766 Statistics Theory
+1107.4461 Phenomenology
+1107.4575 Theory
+1108.1167 Portfolio Management
+1108.4488 Optics
+1108.5442 Statistical Mechanics
+1109.1951 Computational Complexity
+1110.1751 Probability
+1110.1890 Classical Analysis and ODEs
+1110.2231
+1110.4204
+1110.4370 Cosmology and Nongalactic Astrophysics
+1110.4372 Cosmology and Nongalactic Astrophysics
+1110.4694
+1110.6114
+1111.2557 Pattern Formation and Solitons
+1111.3913
+1112.1653 Combinatorics
+1112.5218 Populations and Evolution
+1201.0175 Statistics Theory
+1201.2755 Complex Variables
+1201.3427
+1201.3498 Computer Science and Game Theory
+1201.4152 Probability
+1201.5076 Applications
+1202.1478 Cosmology and Nongalactic Astrophysics
+1202.5130 Machine Learning
+1202.6504 Machine Learning
+1203.1066 Differential Geometry
+1203.2671 Phenomenology
+1203.2712
+1203.4481 Numerical Analysis
+1203.6398 Theory
+1204.0333 Strongly Correlated Electrons
+1204.0599 Optics
+1204.0644 Combinatorics
+1204.2123 Mesoscale and Nanoscale Physics
+1204.4259 Operator Algebras
+1204.6113 Fluid Dynamics
+1204.6708 Phenomenology
+1205.0523 Operator Algebras
+1205.0994
+1205.2686 Combinatorics
+1205.3556
+1205.3629 Soft Condensed Matter
+1205.4340 Combinatorics
+1205.5211
+1205.6474 Cosmology and Nongalactic Astrophysics
+1206.2707 Statistical Mechanics
+1206.3938 General Physics
+1206.4333 Superconductivity
+1206.5949 General Topology
+1206.6299 Chemical Physics
+1206.6620 Instrumentation and Methods for Astrophysics
+1207.0584 Geometric Topology
+1207.0740 Phenomenology
+1207.1331 Mesoscale and Nanoscale Physics
+1207.1614 Physics and Society
+1207.2123 Atomic Physics
+1207.2671 Number Theory
+1207.4548 Mesoscale and Nanoscale Physics
+1207.4747 Learning
+1207.5185 Probability
+1207.5641 Strongly Correlated Electrons
+1207.5795 Phenomenology
+1207.6131
+1207.6694 Mesoscale and Nanoscale Physics
+1208.0173
+1208.0232
+1208.0331 Cosmology and Nongalactic Astrophysics
+1208.1062 Phenomenology
+1208.1523
+1208.2581 Fluid Dynamics
+1208.3188 Atomic Physics
+1208.4772 Numerical Analysis
+1209.0220 Rings and Algebras
+1209.1126 Quantum Gases
+1209.2611 Statistical Mechanics
+1209.3660 Materials Science
+1209.3880 Materials Science
+1209.3923 Plasma Physics
+1209.4103 Statistical Mechanics
+1209.4296 High Energy Astrophysical Phenomena
+1209.5026 Applications
+1209.5731 High Energy Astrophysical Phenomena
+1209.5914 Phenomenology
+1209.6358 Phenomenology
+1209.6472 Soft Condensed Matter
+1210.0082 Popular Physics
+1210.0375 Numerical Analysis
+1210.0800 Mathematical Software
+1210.1212 Mesoscale and Nanoscale Physics
+1210.1481 Strongly Correlated Electrons
+1210.2353
+1210.2668 Superconductivity
+1210.3436 General Physics
+1210.3744 Applications
+1210.3745 Applications
+1210.4080 Superconductivity
+1210.4724 General Physics
+1210.4834 Quantum Gases
+1210.5022 Biological Physics
+1210.6739 Number Theory
+1210.7119 Combinatorics
+1210.7975 Phenomenology
+1211.0248 Dynamical Systems
+1211.0380
+1211.0387 Chemical Physics
+1211.1122 Astrophysics of Galaxies
+1211.1281 Quantitative Methods
+1211.1605 Lattice
+1211.1916 General Physics
+1211.2470 Quantum Gases
+1211.3232 Analysis of PDEs
+1211.3788 Instrumentation and Detectors
+1211.4302
+1211.5000 Phenomenology
+1211.5919 Differential Geometry
+1211.6066 Combinatorics
+1211.6409 Artificial Intelligence
+1212.1496 Machine Learning
+1212.1935 Materials Science
+1212.3019 Soft Condensed Matter
+1212.3100 Fluid Dynamics
+1212.3384 Superconductivity
+1212.3479 Differential Geometry
+1212.3652 Phenomenology
+1212.3751
+1212.4044 Superconductivity
+1212.4197 Experiment
+1212.4425 Solar and Stellar Astrophysics
+1212.4613 Data Structures and Algorithms
+1212.4926 Astrophysics of Galaxies
+1212.4930 Other Computer Science
+1212.4947 Dynamical Systems
+1212.4990
+1212.5716 Phenomenology
+1212.5790 Cosmology and Nongalactic Astrophysics
+1212.6133 Soft Condensed Matter
+1212.6240 Algebraic Geometry
+1212.6612 Cosmology and Nongalactic Astrophysics
+1301.0031 K-Theory and Homology
+1301.0239 Social and Information Networks
+1301.0349 Complex Variables
+1301.0703 Accelerator Physics
+1301.0765 Other Statistics
+1301.0897 Data Analysis, Statistics and Probability
+1301.1006
+1301.1028 Combinatorics
+1301.1118 Algebraic Geometry
+1301.1198 Solar and Stellar Astrophysics
+1301.1233
+1301.1280 Geophysics
+1301.1667 Probability
+1301.1993 Classical Analysis and ODEs
+1301.2040 Mesoscale and Nanoscale Physics
+1301.2049 High Energy Astrophysical Phenomena
+1301.2156 Geophysics
+1301.2479 Information Theory
+1301.2509 Experiment
+1301.2516
+1301.2606 Functional Analysis
+1301.2607 Lattice
+1301.2616
+1301.2618 Operator Algebras
+1301.2620 Soft Condensed Matter
+1301.2622 Complex Variables
+1301.2626 Data Structures and Algorithms
+1301.2629 Information Theory
+1301.2632
+1301.2636 Classical Analysis and ODEs
+1301.2638 Neural and Evolutionary Computing
+1301.2646 Lattice
+1301.2647 Algebraic Topology
+1301.2648 Information Theory
+1301.2649 Distributed, Parallel, and Cluster Computing
+1301.2652 Differential Geometry
+1301.2654 Applications
+1301.2655 Learning
+1301.2657 Superconductivity
+1301.2658 Geophysics
+1301.2659 Learning
+1301.2660 Materials Science
+1301.2662 Computer Science and Game Theory
+1301.2663 Computer Science and Game Theory
+1301.2667 Exactly Solvable and Integrable Systems
+1301.2673 Experiment
+1301.2687 Analysis of PDEs
+1301.2688 Algebraic Topology
+1301.2689 Networking and Internet Architecture
+1301.2693 Chemical Physics
+1301.2696 Information Theory
+1301.2697 Information Theory
+1301.2698 Social and Information Networks
+1301.2701 Optics
+1301.2702 Probability
+1301.2705 Algebraic Geometry
+1301.2708 Statistics Theory
+1301.2710 Systems and Control
+1301.2711 Systems and Control
+1301.2716 Commutative Algebra
+1301.2722 Systems and Control
+1301.2725 Machine Learning
+1301.2729 Computational Complexity
+1301.2731 Computational Complexity
+1301.2733 Phenomenology
+1301.2736 Solar and Stellar Astrophysics
+1301.2738 Applications
+1301.2740 Complex Variables
+1301.2742 Spectral Theory
+1301.2747 Combinatorics
+1301.2754 K-Theory and Homology
+1301.2757 Analysis of PDEs
+1301.2759
+1301.2760 Spectral Theory
+1301.2763 Logic in Computer Science
+1301.2770 Differential Geometry
+1301.2772 Astrophysics of Galaxies
+1301.2773 Theory
+1301.2776 Rings and Algebras
+1301.2780 Other Computer Science
+1301.2785 Information Retrieval
+1301.2786 Materials Science
+1301.2787 Differential Geometry
+1301.2789 Theory
+1301.2791 Populations and Evolution
+1301.2792 Statistical Mechanics
+1301.2795 Dynamical Systems
+1301.2796 Atomic Physics
+1301.2797 Differential Geometry
+1301.2798 Numerical Analysis
+1301.2799 Functional Analysis
+1301.2802 Experiment
+1301.2805 Materials Science
+1301.2807 Other Condensed Matter
+1301.2808
+1301.2810 Mesoscale and Nanoscale Physics
+1301.2816 Cosmology and Nongalactic Astrophysics
+1301.2819 Mesoscale and Nanoscale Physics
+1301.2823 Soft Condensed Matter
+1301.2829 Representation Theory
+1301.2830 High Energy Astrophysical Phenomena
+1301.2831 Numerical Analysis
+1301.2832 Algebraic Topology
+1301.2837 Functional Analysis
+1301.2838 Statistical Mechanics
+1301.2839 Rings and Algebras
+1301.2842 Materials Science
+1301.2848 Networking and Internet Architecture
+1301.2850 Optimization and Control
+1301.2853 Representation Theory
+1301.2854 Accelerator Physics
+1301.2855 Lattice
+1301.2857 Computation and Language
+1301.2858 Other Computer Science
+1301.2859 Numerical Analysis
+1301.2860 Information Theory
+1301.2864 Lattice
+1301.2871 Applications
+1301.2872 Number Theory
+1301.2878 Applications
+1301.2879 Lattice
+1301.2880 Computational Complexity
+1301.2881 Lattice
+1301.2882 Optics
+1301.2884 Computer Vision and Pattern Recognition
+1301.2885 Neurons and Cognition
+1301.2888 Functional Analysis
+1301.2889 Cosmology and Nongalactic Astrophysics
+1301.2890 Astrophysics of Galaxies
+1301.2892 Group Theory
+1301.2893 Theory
+1301.2894 Applications
+1301.2896 Strongly Correlated Electrons
+1301.2899 Astrophysics of Galaxies
+1301.2903 Programming Languages
+1301.2907 Cryptography and Security
+1301.2910 Algebraic Geometry
+1301.2916 Solar and Stellar Astrophysics
+1301.2918 Statistical Mechanics
+1301.2921
+1301.2929 Space Physics
+1301.2931 Combinatorics
+1301.2936 Applications
+1301.2939 Astrophysics of Galaxies
+1301.2949 Group Theory
+1301.2954 Applications
+1301.2955 Group Theory
+1301.2957 Social and Information Networks
+1301.2961 Analysis of PDEs
+1301.2962 Analysis of PDEs
+1301.2967 Discrete Mathematics
+1301.2970 Strongly Correlated Electrons
+1301.2971 Lattice
+1301.2976 Distributed, Parallel, and Cluster Computing
+1301.2984 Solar and Stellar Astrophysics
+1301.2987 Optimization and Control
+1301.2994 Solar and Stellar Astrophysics
+1301.2998 Astrophysics of Galaxies
+1301.3000
+1301.3002 Instrumentation and Methods for Astrophysics
+1301.3003 Information Theory
+1301.3007 Numerical Analysis
+1301.3008 Phenomenology
+1301.3009
+1301.3022 Networking and Internet Architecture
+1301.3024 Phenomenology
+1301.3031
+1301.3032 Superconductivity
+1301.3034 Plasma Physics
+1301.3036 Optics
+1301.3043 Metric Geometry
+1301.3044 Plasma Physics
+1301.3046 Experiment
+1301.3047 Software Engineering
+1301.3053 Number Theory
+1301.3054 General Mathematics
+1301.3056 Algebraic Geometry
+1301.3059
+1301.3060 Symplectic Geometry
+1301.3066 Solar and Stellar Astrophysics
+1301.3069 Instrumentation and Methods for Astrophysics
+1301.3076 Astrophysics of Galaxies
+1301.3077 Genomics
+1301.3078 Algebraic Geometry
+1301.3080 Theory
+1301.3081 Optimization and Control
+1301.3086 Optimization and Control
+1301.3096 General Finance
+1301.3099 Lattice
+1301.3102 Spectral Theory
+1301.3104 Chemical Physics
+1301.3109 Populations and Evolution
+1301.3112 Solar and Stellar Astrophysics
+1301.3113
+1301.3118 Distributed, Parallel, and Cluster Computing
+1301.3120 Physics and Society
+1301.3122 Combinatorics
+1301.3125 Number Theory
+alg-geom/9605009 Algebraic Geometry
+astro-ph/0609228
+dg-ga/9712009 Differential Geometry
+funct-an/9711005 Functional Analysis
+gr-qc/0403079
+hep-th/0010159 Theory
+hep-th/0406073 Theory
+hep-th/0406229 Theory
+math-ph/0010014
+math-ph/9905011
+math/0005059 Differential Geometry
+math/0012206 Representation Theory
+math/0012220 Representation Theory
+math/0104035 Classical Analysis and ODEs
+math/0401097 Differential Geometry
+math/9403217 Quantum Algebra
+math/9905014 Differential Geometry
+math/9905045 Representation Theory
+math/9906075 Representation Theory
+math/9911020 Representation Theory
+physics/0211097 Optics
+physics/0304109 Optics
+physics/0307068 Optics
+physics/0404058 Optics
+physics/0405100 Optics
+physics/0406069 Optics
+physics/0501040 Optics
+physics/0505082 Optics
+physics/0601175 Optics
+physics/0605037 Optics
+physics/9808051 General Physics
+quant-ph/0611280
+0902.4887
+0903.2914 Logic in Computer Science
+0907.4268 Astrophysics of Galaxies
+0907.4508 Logic
+0909.4216 Materials Science
+0912.0385 Representation Theory
+1002.0857 Statistics Theory
+1004.4744 Theory
+1007.2109 Probability
+1009.5107 High Energy Astrophysical Phenomena
+1009.5590 Cosmology and Nongalactic Astrophysics
+1010.6038 Algebraic Geometry
+1105.5982 Mesoscale and Nanoscale Physics
+1106.1393
+1107.1901 Logic in Computer Science
+1107.5335 Differential Geometry
+1108.4775 Mesoscale and Nanoscale Physics
+1109.0056 Algebraic Topology
+1112.6415 Group Theory
+1201.4407
+1201.5421 Combinatorics
+1202.0847 Discrete Mathematics
+1203.1680 Theory
+1203.3731 Combinatorics
+1205.0840 Complex Variables
+1206.3614 Artificial Intelligence
+1206.3835 Probability
+1206.5771 Neurons and Cognition
+1207.0838 Geometric Topology
+1207.4465 Complex Variables
+1207.4732 Optimization and Control
+1207.6663 Theory
+1207.7251 Physics and Society
+1208.2666 Populations and Evolution
+1209.3697
+1209.5392 Theory
+1209.5526 Materials Science
+1209.6446 Mesoscale and Nanoscale Physics
+1210.1352 Differential Geometry
+1210.3817 Soft Condensed Matter
+1210.7441 Differential Geometry
+1211.0762 Mesoscale and Nanoscale Physics
+1211.2780 Statistics Theory
+1211.4690 Materials Science
+1211.4850 Phenomenology
+1211.5301 Lattice
+1212.1534 Phenomenology
+1212.1623 Analysis of PDEs
+1212.2208
+1212.2284 Computational Complexity
+1301.0362 Materials Science
+1301.5979 Physics and Society
+1302.1596 Information Retrieval
+1302.1987 Quantitative Methods
+1302.3179 Phenomenology
+1302.3228 Phenomenology
+1302.6072 Atomic Physics
+1302.6286 Plasma Physics
+1303.1151 Mesoscale and Nanoscale Physics
+1303.2355 Mesoscale and Nanoscale Physics
+1303.5967 Optics
+1303.6148 Analysis of PDEs
+1303.6185 Chemical Physics
+1304.3323 Quantum Gases
+1304.4542 Mesoscale and Nanoscale Physics
+1304.5608
+1304.7708 Superconductivity
+1305.1807 Materials Science
+1305.2734 Experiment
+1305.3717 Quantum Gases
+1305.4790
+1305.5377 Statistical Mechanics
+1305.6378
+1305.6554 Experiment
+1305.6767 Theory
+1305.6931 Cosmology and Nongalactic Astrophysics
+1305.7192 Group Theory
+1306.0193 Social and Information Networks
+1306.1413 Strongly Correlated Electrons
+1306.1946 Phenomenology
+1306.2506 Number Theory
+1306.2933 Phenomenology
+1306.3137
+1306.4257 Materials Science
+1306.4437 Analysis of PDEs
+1307.0347 Dynamical Systems
+1307.0429
+1307.1234 Mesoscale and Nanoscale Physics
+1307.1823 Space Physics
+1307.2171 Algebraic Topology
+1307.2315
+1307.2907 Instrumentation and Methods for Astrophysics
+1307.3003 Physics and Society
+1307.3801 Biological Physics
+1307.4075 High Energy Astrophysical Phenomena
+1307.4539 Soft Condensed Matter
+1307.4730 Strongly Correlated Electrons
+1307.7114 Strongly Correlated Electrons
+1307.7821 Data Structures and Algorithms
+1307.8381 Analysis of PDEs
+1308.0809
+1308.0817 Metric Geometry
+1308.0846 High Energy Astrophysical Phenomena
+1308.1033 Solar and Stellar Astrophysics
+1308.1078 Phenomenology
+1308.1086 Materials Science
+1308.1087 Other Quantitative Biology
+1308.1097 High Energy Astrophysical Phenomena
+1308.1110 Physics Education
+1308.1114 Methodology
+1308.1118 Social and Information Networks
+1308.1121 Experiment
+1308.1122 Classical Analysis and ODEs
+1308.1123 Number Theory
+1308.1125
+1308.1126 Computer Vision and Pattern Recognition
+1308.1128 Biological Physics
+1308.1129 Instrumentation and Methods for Astrophysics
+1308.1140 Exactly Solvable and Integrable Systems
+1308.1147 Statistics Theory
+1308.1150 Multimedia
+1308.1155 Analysis of PDEs
+1308.1156 Earth and Planetary Astrophysics
+1308.1157 Quantitative Methods
+1308.1158 Computers and Society
+1308.1162 Social and Information Networks
+1308.1164 Social and Information Networks
+1308.1168 Computers and Society
+1308.1169 Analysis of PDEs
+1308.1170 Mesoscale and Nanoscale Physics
+1308.1171 Phenomenology
+1308.1172 Functional Analysis
+1308.1173 Materials Science
+1308.1175 Computers and Society
+1308.1176 Social and Information Networks
+1308.1178 Computers and Society
+1308.1180 Accelerator Physics
+1308.1182 Materials Science
+1308.1186 Dynamical Systems
+1308.1187 Computer Vision and Pattern Recognition
+1308.1188 Materials Science
+1308.1189 Superconductivity
+1308.1190 Differential Geometry
+1308.1196 Machine Learning
+1308.1199 Operating Systems
+1308.1204 Cryptography and Security
+1308.1205 Theory
+1308.1206 Cryptography and Security
+1308.1208
+1308.1212 Networking and Internet Architecture
+1308.1215 Number Theory
+1308.1217 Numerical Analysis
+1308.1220 Materials Science
+1308.1224 Information Retrieval
+1308.1226 Atomic Physics
+1308.1229 Soft Condensed Matter
+1308.1231 Chemical Physics
+1308.1237 Methodology
+1308.1240 Cosmology and Nongalactic Astrophysics
+1308.1241 Methodology
+1308.1248 High Energy Astrophysical Phenomena
+1308.1250 Geometric Topology
+1308.1252 Neurons and Cognition
+1308.1253 High Energy Astrophysical Phenomena
+1308.1259 Information Theory
+1308.1260 Probability
+1308.1261 Representation Theory
+1308.1264 Number Theory
+1308.1268 Cosmology and Nongalactic Astrophysics
+1308.1274 Accelerator Physics
+1308.1278 Theory
+1308.1284 Social and Information Networks
+1308.1286 Group Theory
+1308.1287 Social and Information Networks
+1308.1289 Populations and Evolution
+1308.1290 Accelerator Physics
+1308.1295 Accelerator Physics
+1308.1299 Combinatorics
+1308.1301 Accelerator Physics
+1308.1303 Distributed, Parallel, and Cluster Computing
+1308.1305 Accelerator Physics
+1308.1307 Algebraic Geometry
+1308.1309 Accelerator Physics
+1308.1313 Numerical Analysis
+1308.1316 Accelerator Physics
+1308.1321 Portfolio Management
+1308.1325
+1308.1332 Astrophysics of Galaxies
+1308.1336 Information Theory
+1308.1343 Distributed, Parallel, and Cluster Computing
+1308.1357 High Energy Astrophysical Phenomena
+1308.1358 Distributed, Parallel, and Cluster Computing
+1308.1359 Statistics Theory
+1308.1365 Computational Engineering, Finance, and Science
+1308.1367 Classical Analysis and ODEs
+1308.1371 Mesoscale and Nanoscale Physics
+1308.1372 Experiment
+1308.1373 Solar and Stellar Astrophysics
+1308.1374 Computer Vision and Pattern Recognition
+1308.1375 Cosmology and Nongalactic Astrophysics
+1308.1381 General Physics
+1308.1382 Computer Science and Game Theory
+1308.1385 Data Structures and Algorithms
+1308.1387 Classical Analysis and ODEs
+1308.1389 Information Theory
+1308.1392 Probability
+astro-ph/0311544
+cond-mat/0401238 Materials Science
+cond-mat/0404637 Materials Science
+cond-mat/0504365 Materials Science
+cond-mat/0508701 Materials Science
+0902.2969 Logic in Computer Science
+0905.1522 Cosmology and Nongalactic Astrophysics
+1004.2520
+1011.5442 Probability
+1102.1647 Mesoscale and Nanoscale Physics
+1104.0037 Disordered Systems and Neural Networks
+1106.1400 Probability
+1107.0461 Analysis of PDEs
+1107.0706 Probability
+1109.0048 Commutative Algebra
+1109.0203 Commutative Algebra
+1109.5976 Dynamical Systems
+1109.6786 Phenomenology
+1110.0993
+1110.6069 Representation Theory
+1112.3013 Number Theory
+1112.3420 Mesoscale and Nanoscale Physics
+1112.5159 Commutative Algebra
+1201.5084 Probability
+1201.5221 Logic
+1203.1267 Phenomenology
+1203.1564 Theory
+1203.2590
+1205.0322 Mesoscale and Nanoscale Physics
+1205.4582 Physics and Society
+1206.2995
+1207.0660 Dynamical Systems
+1207.3514 Operator Algebras
+1207.4298 Chemical Physics
+1208.1732 Combinatorics
+1208.3380 Machine Learning
+1208.3738 Mesoscale and Nanoscale Physics
+1208.4184 Mesoscale and Nanoscale Physics
+1208.5261
+1209.2966 Functional Analysis
+1209.3049 Optimization and Control
+1209.5506 Materials Science
+1210.0525 Phenomenology
+1210.5050 Mesoscale and Nanoscale Physics
+1210.7444 Algebraic Geometry
+1211.0084 Theory
+1211.0415 Distributed, Parallel, and Cluster Computing
+1211.1517 Strongly Correlated Electrons
+1211.2676
+1211.3713 Theory
+1211.3993 Populations and Evolution
+1211.4703 Phenomenology
+1211.5007 Phenomenology
+1211.6084 Quantum Gases
+1211.6381
+1212.0435 Statistical Mechanics
+1212.3061
+1212.3647 Quantitative Methods
+1212.6775 Probability
+1301.2783 Probability
+1301.2933 Mesoscale and Nanoscale Physics
+1301.6395 Differential Geometry
+1301.7003
+1301.7253 Phenomenology
+1301.7472
+1301.7683 Strongly Correlated Electrons
+1302.0549 Theory
+1302.1375 Adaptation and Self-Organizing Systems
+1302.1644
+1302.1840 Phenomenology
+1302.2161 Superconductivity
+1302.3639 Machine Learning
+1302.6386 Mesoscale and Nanoscale Physics
+1302.7146 Analysis of PDEs
+1303.1082
+1303.1101 Statistical Mechanics
+1303.2811
+1303.4435 Theory
+1303.4686
+1303.4858 Phenomenology
+1303.4973 Theory
+1304.0262 Statistical Mechanics
+1304.0504
+1304.1071 Geometric Topology
+1304.1277 Lattice
+1304.1316 Mesoscale and Nanoscale Physics
+1304.2597 Number Theory
+1304.5919
+1304.6351
+1304.6431 Cosmology and Nongalactic Astrophysics
+1304.6632
+1305.0163
+1305.1290 Strongly Correlated Electrons
+1305.1369 Materials Science
+1305.1374 Mesoscale and Nanoscale Physics
+1305.4350 Phenomenology
+1305.4713 Phenomenology
+1305.4936 Mesoscale and Nanoscale Physics
+1305.6340 Methodology
+1305.6485 Populations and Evolution
+1305.6490 Statistical Mechanics
+1305.6580 Populations and Evolution
+1305.7034 Phenomenology
+1305.7136 Lattice
+1305.7338
+1306.0430
+1306.0835 Lattice
+1306.1920 Astrophysics of Galaxies
+1306.2230 Physics and Society
+1306.2724
+1306.2938
+1306.3677
+1306.4682 Theory
+1306.5005 Emerging Technologies
+1306.5920
+1306.5999 Mesoscale and Nanoscale Physics
+1306.6052
+1307.0521
+1307.0536 Biological Physics
+1307.0702 Soft Condensed Matter
+1307.1407 Quantum Gases
+1307.1412 Functional Analysis
+1307.1487 Theory
+1307.1750 Phenomenology
+1307.2214 Phenomenology
+1307.2592 Strongly Correlated Electrons
+1307.2619 Strongly Correlated Electrons
+1307.2628 Mesoscale and Nanoscale Physics
+1307.2653 Soft Condensed Matter
+1307.3362 Strongly Correlated Electrons
+1307.3870
+1307.4276 Genomics
+1307.4485 Phenomenology
+1307.5226 Statistical Mechanics
+1307.5251 Adaptation and Self-Organizing Systems
+1307.5276 Cosmology and Nongalactic Astrophysics
+1307.5627 Strongly Correlated Electrons
+1307.6057 Optics
+1307.6159 Probability
+1307.6187
+1307.7223 Information Theory
+1307.7368 Quantum Gases
+1307.7520 Phenomenology
+1307.7719 Disordered Systems and Neural Networks
+1307.7977
+1307.8085 Strongly Correlated Electrons
+1307.8132 Mesoscale and Nanoscale Physics
+1307.8312
+1307.8323 Theory
+1308.0052 Phenomenology
+1308.0151 Materials Science
+1308.0318
+1308.0332 Phenomenology
+1308.0493 Instrumentation and Detectors
+1308.1103 Phenomenology
+1308.1283 Lattice
+1308.1339
+1308.1511
+1308.1673 Theory
+1308.2074
+1308.2489 Lattice
+1308.2710 Materials Science
+1308.2993 Phenomenology
+1308.3000
+1308.3638 Phenomenology
+1308.3865 Theory
+1308.3944 Materials Science
+1308.4002 Cellular Automata and Lattice Gases
+1308.4269 Disordered Systems and Neural Networks
+1308.4723 Phenomenology
+1308.4851 Strongly Correlated Electrons
+1308.4911 Phenomenology
+1308.5003 Phenomenology
+1308.5139 Phenomenology
+1308.5346 Phenomenology
+1308.5671 Phenomenology
+1308.5988 Phenomenology
+1308.6008 Atomic Physics
+1308.6272 Phenomenology
+1308.6345 Phenomenology
+1308.6690 Experiment
+1309.0493 Cosmology and Nongalactic Astrophysics
+1309.1709 Phenomenology
+1309.1876 Optics
+1309.1923
+1309.2124 Materials Science
+1309.2153 Lattice
+1309.2448
+1309.2498 Theory
+1309.2867
+1309.3162 Theory
+1309.3224 Quantum Gases
+1309.3556 Lattice
+1309.3605
+1309.3641 Optics
+1309.3747 Materials Science
+1309.3790 Phenomenology
+1309.3976 Phenomenology
+1309.4078 Experiment
+1309.4335 Lattice
+1309.4436 Cosmology and Nongalactic Astrophysics
+1309.4845
+1309.5088 Theory
+1309.5327 Phenomenology
+1309.5966 Phenomenology
+1309.6201 Phenomenology
+1309.6247 Statistical Mechanics
+1309.6963 Phenomenology
+1309.7148 Mesoscale and Nanoscale Physics
+1309.7346 Mesoscale and Nanoscale Physics
+1309.7644 Phenomenology
+1309.7848
+1309.7879 Phenomenology
+1310.0735 Strongly Correlated Electrons
+1310.1375 Phenomenology
+1310.1739 Theory
+1310.2082 Quantum Gases
+1310.2286 Materials Science
+1310.2341
+1310.2376 Phenomenology
+1310.2536
+1310.2594 Theory
+1310.2866 Theory
+1310.3024 Theory
+1310.3249 Theory
+1310.3676 Theory
+1310.5587
+1310.5787 Classical Analysis and ODEs
+1310.5826 Experiment
+1310.5939 Theory
+1310.6250 Fluid Dynamics
+1310.8010 Probability
+1310.8334
+1310.8613 Computer Science and Game Theory
+1311.0445 Numerical Analysis
+1311.2419 Statistical Mechanics
+1311.2480 Materials Science
+1311.3625
+1311.4136 Applications
+1311.4365 Lattice
+1311.4400 Probability
+1311.5830 Computer Vision and Pattern Recognition
+1311.6795 Analysis of PDEs
+1311.6906 Dynamical Systems
+1311.7303 Commutative Algebra
+1312.0578 Theory
+1312.0624 Learning
+1312.1393 Phenomenology
+1312.3228 Materials Science
+1312.3283 Populations and Evolution
+1312.3647 Molecular Networks
+1312.3648 Astrophysics of Galaxies
+1312.3649 High Energy Astrophysical Phenomena
+1312.3663 Mesoscale and Nanoscale Physics
+1312.3668
+1312.3674 Theory
+1312.3677 Accelerator Physics
+1312.3678 Experiment
+1312.3680 Cosmology and Nongalactic Astrophysics
+1312.3688 Analysis of PDEs
+1312.3691 Computational Physics
+1312.3692 Networking and Internet Architecture
+1312.3693 Social and Information Networks
+1312.3700 Other Computer Science
+1312.3708 Representation Theory
+1312.3709 Category Theory
+1312.3712 Combinatorics
+1312.3717
+1312.3718 Solar and Stellar Astrophysics
+1312.3719 Materials Science
+1312.3720 Cosmology and Nongalactic Astrophysics
+1312.3721 Differential Geometry
+1312.3722 Computational Physics
+1312.3724 Computer Vision and Pattern Recognition
+1312.3733 Plasma Physics
+1312.3738 Robotics
+1312.3739 Programming Languages
+1312.3743
+1312.3748 Information Theory
+1312.3753 Analysis of PDEs
+1312.3756 Rings and Algebras
+1312.3766 Networking and Internet Architecture
+1312.3768 Analysis of PDEs
+1312.3769 Strongly Correlated Electrons
+1312.3772 Mesoscale and Nanoscale Physics
+1312.3773 Statistical Mechanics
+1312.3774 Materials Science
+1312.3777 Combinatorics
+1312.3778 Materials Science
+1312.3783 Combinatorics
+1312.3784
+1312.3786 Mesoscale and Nanoscale Physics
+1312.3788 Physics and Society
+1312.3794 Social and Information Networks
+1312.3795 Geometric Topology
+1312.3796 Classical Physics
+1312.3797 Logic in Computer Science
+1312.3798 Classical Analysis and ODEs
+1312.3800 Quantum Algebra
+1312.3805 Numerical Analysis
+1312.3807 Astrophysics of Galaxies
+1312.3808 Computational Engineering, Finance, and Science
+1312.3811 Learning
+1312.3816 Analysis of PDEs
+1312.3818 Phenomenology
+1312.3819 Number Theory
+1312.3821 Experiment
+1312.3824
+1312.3825 Artificial Intelligence
+1312.3827 Classical Analysis and ODEs
+1312.3836 Optimization and Control
+1312.3838 Adaptation and Self-Organizing Systems
+1312.3841 Group Theory
+1312.3846 Algebraic Topology
+1312.3847 Networking and Internet Architecture
+1312.3848 Combinatorics
+1312.3850 Phenomenology
+1312.3855 Optics
+1312.3856 Astrophysics of Galaxies
+1312.3857 Quantum Algebra
+1312.3858 Computational Engineering, Finance, and Science
+1312.3859 Probability
+1312.3861 Populations and Evolution
+1312.3865 Analysis of PDEs
+1312.3866
+1312.3868 Instrumentation and Detectors
+1312.3869 Genomics
+1312.3872 Information Retrieval
+1312.3873 Functional Analysis
+1312.3876 Information Theory
+1312.3883
+1312.3886 Materials Science
+1312.3891 Programming Languages
+1312.3892 Computer Science and Game Theory
+1312.3894 Statistical Finance
+1312.3895 Data Analysis, Statistics and Probability
+1312.3898 Materials Science
+1312.3901 Astrophysics of Galaxies
+1312.3902 Analysis of PDEs
+1312.3903 Artificial Intelligence
+1312.3907 Number Theory
+1312.3908 Commutative Algebra
+1312.3909 Optimization and Control
+1312.3910 Logic in Computer Science
+1312.3911 Metric Geometry
+1312.3915 Optimization and Control
+1312.3926 Populations and Evolution
+1312.3930 Materials Science
+1312.3935 Commutative Algebra
+1312.3939 Mesoscale and Nanoscale Physics
+1312.3940 Differential Geometry
+1312.3941 Solar and Stellar Astrophysics
+cond-mat/0408341 Soft Condensed Matter
+cond-mat/0606788 Mesoscale and Nanoscale Physics
+hep-ph/0504267 Phenomenology
+0706.1956 Representation Theory
+0807.3843 Disordered Systems and Neural Networks
+0808.2356 Superconductivity
+0808.4091 Algebraic Geometry
+0904.4338 Strongly Correlated Electrons
+0907.3562 Materials Science
+0910.3599 Superconductivity
+0911.0343 Representation Theory
+0911.0553 Materials Science
+1003.0193 Materials Science
+1009.2161
+1009.2738 Numerical Analysis
+1009.3635 Data Analysis, Statistics and Probability
+1011.3648 Algebraic Geometry
+1012.0821 Computational Complexity
+1012.3054 Strongly Correlated Electrons
+1101.4077 High Energy Astrophysical Phenomena
+1102.2862
+1103.4644 Commutative Algebra
+1103.5928 Materials Science
+1104.5104
+1105.2857 Quantum Gases
+1106.4976 Materials Science
+1107.0039 Functional Analysis
+1109.4788 Differential Geometry
+1110.4113 Earth and Planetary Astrophysics
+1111.1031 Materials Science
+1111.2197 Metric Geometry
+1111.4683 Phenomenology
+1201.0843 Solar and Stellar Astrophysics
+1201.3522 Methodology
+1201.6650 Category Theory
+1202.1836 Solar and Stellar Astrophysics
+1202.4187
+1203.5503 Soft Condensed Matter
+1204.0085 Classical Physics
+1205.3670 Plasma Physics
+1205.5623 Mesoscale and Nanoscale Physics
+1205.7083 Accelerator Physics
+1206.1946
+1206.6115 Phenomenology
+1207.0944 Classical Analysis and ODEs
+1207.0970 Superconductivity
+1207.7094 Phenomenology
+1208.0381 Quantum Gases
+1208.2246
+1209.1664 Computational Complexity
+1209.2950 High Energy Astrophysical Phenomena
+1209.3497 Logic
+1209.4125 Representation Theory
+1210.7396 Combinatorics
+1211.3177 Phenomenology
+1212.5212 Theory
+1301.0941 Statistical Mechanics
+1301.1625 Mesoscale and Nanoscale Physics
+1301.3984 Combinatorics
+1301.4531 Analysis of PDEs
+1301.6777 Mesoscale and Nanoscale Physics
+1302.0713 Materials Science
+1302.1331 Cosmology and Nongalactic Astrophysics
+1302.1951 Digital Libraries
+1302.3319 Pricing of Securities
+1302.6884 Solar and Stellar Astrophysics
+1302.6998 Cosmology and Nongalactic Astrophysics
+1303.1569 Materials Science
+1303.1990 High Energy Astrophysical Phenomena
+1303.2658 Cosmology and Nongalactic Astrophysics
+1303.3544 Mesoscale and Nanoscale Physics
+1303.3911 Classical Analysis and ODEs
+1303.3999 High Energy Astrophysical Phenomena
+1303.4135 Strongly Correlated Electrons
+1303.4925 Optics
+1303.6161 Mesoscale and Nanoscale Physics
+1303.6326 Phenomenology
+1304.0535 Materials Science
+1304.1889 High Energy Astrophysical Phenomena
+1304.2192
+1304.2250
+1304.2695 Numerical Analysis
+1304.6533 Computational Physics
+1304.6589 Information Theory
+1305.1515 Optics
+1305.1623 Phenomenology
+1305.2319 Distributed, Parallel, and Cluster Computing
+1305.2615 Atomic Physics
+1305.3133 Theory
+1305.3454 Atomic Physics
+1305.3638 Disordered Systems and Neural Networks
+1305.3688 Networking and Internet Architecture
+1305.3861
+1305.4913 Number Theory
+1305.5935 Quantum Gases
+1305.7234
+1306.1018 Functional Analysis
+1306.1666 Mesoscale and Nanoscale Physics
+1306.1879 Mesoscale and Nanoscale Physics
+1306.2600 High Energy Astrophysical Phenomena
+1306.3186 High Energy Astrophysical Phenomena
+1306.3673 Representation Theory
+1306.5562 Phenomenology
+1306.6235
+1307.1859 Probability
+1307.2346 Strongly Correlated Electrons
+1307.3606
+1307.4108 High Energy Astrophysical Phenomena
+1307.4921 Solar and Stellar Astrophysics
+1307.5030 Computational Geometry
+1307.6045 Quantitative Methods
+1307.6362 Solar and Stellar Astrophysics
+1307.7950 Quantitative Methods
+1308.0718 Populations and Evolution
+1308.1354 Chemical Physics
+1308.1386 Functional Analysis
+1308.1412 Algebraic Topology
+1308.1414 Algebraic Topology
+1308.1417 Earth and Planetary Astrophysics
+1308.1422 Mesoscale and Nanoscale Physics
+1308.1423 Analysis of PDEs
+1308.1426 Phenomenology
+1308.1427 Dynamical Systems
+1308.1440 Databases
+1308.1442 Exactly Solvable and Integrable Systems
+1308.1443 Logic in Computer Science
+1308.1444 Analysis of PDEs
+1308.1451 Populations and Evolution
+1308.1453 Populations and Evolution
+1308.1457 Analysis of PDEs
+1308.1458 Analysis of PDEs
+1308.1460 Differential Geometry
+1308.1461 Phenomenology
+1308.1464 Computational Engineering, Finance, and Science
+1308.1469 Number Theory
+1308.1470 Number Theory
+1308.1471 Databases
+1308.1484 Neural and Evolutionary Computing
+1308.1485 High Energy Astrophysical Phenomena
+1308.1489 Analysis of PDEs
+1308.1491 Probability
+1308.1493 Probability
+1308.1497 Combinatorics
+1308.1498 Operator Algebras
+1308.1499 Group Theory
+1308.1500 Representation Theory
+1308.1503 Information Theory
+1308.1504 Optimization and Control
+1308.1507 Computation and Language
+1308.1509 Systems and Control
+1308.1510 Phenomenology
+1308.1512 Instrumentation and Methods for Astrophysics
+1308.1515 Instrumentation and Methods for Astrophysics
+1308.1516 Instrumentation and Methods for Astrophysics
+1308.1517 Mesoscale and Nanoscale Physics
+1308.1518
+1308.1523 Materials Science
+1308.1525
+1308.1529 Geometric Topology
+1308.1534 Superconductivity
+1308.1539 Cryptography and Security
+1308.1544 Analysis of PDEs
+1308.1547 Classical Analysis and ODEs
+1308.1550 Physics Education
+1308.1551 Representation Theory
+1308.1554 Digital Libraries
+1308.1556 Data Structures and Algorithms
+1308.1564 Populations and Evolution
+1308.1565 Logic
+1308.1566 Number Theory
+1308.1568 Data Structures and Algorithms
+1308.1570 Dynamical Systems
+1308.1573 Geophysics
+1308.1574 Complex Variables
+1308.1590 Systems and Control
+1308.1591 Solar and Stellar Astrophysics
+1308.1596 Numerical Analysis
+1308.1602 Computers and Society
+1308.1605 Physics and Society
+1308.1606 Networking and Internet Architecture
+1308.1609 Information Theory
+1308.1611 Computers and Society
+1308.1612 Computers and Society
+1308.1614 Solar and Stellar Astrophysics
+1308.1616 General Finance
+1308.1617 Solar and Stellar Astrophysics
+1308.1618 History and Philosophy of Physics
+1308.1621 Computational Physics
+1308.1624 Applications
+1308.1625
+1308.1626 High Energy Astrophysical Phenomena
+1308.1633 Instrumentation and Detectors
+1308.1635 Phenomenology
+1308.1637 Combinatorics
+1308.1643 Computational Complexity
+1308.1644 Materials Science
+1308.1645 Chemical Physics
+1308.1648 Mesoscale and Nanoscale Physics
+1308.1652 Combinatorics
+1308.1656 Probability
+1308.1661 Geophysics
+cond-mat/0606108 Materials Science
+cond-mat/0607338 Materials Science
+cond-mat/0607525 Mesoscale and Nanoscale Physics
+cond-mat/0609042 Materials Science
+cond-mat/0609146 Materials Science
+cond-mat/0609738 Mesoscale and Nanoscale Physics
+hep-th/9604144 Theory
+math/0310414 Symplectic Geometry
+math/0406043 Group Theory
+math/0406044 Group Theory
+math/0501085 Group Theory
+physics/0703223 Data Analysis, Statistics and Probability
+0707.0784 Strongly Correlated Electrons
+0909.3506 Populations and Evolution
+0910.4233 Cosmology and Nongalactic Astrophysics
+1003.4499 Strongly Correlated Electrons
+1005.3211 Materials Science
+1006.5655 Probability
+1008.5194 Strongly Correlated Electrons
+1009.0587 Atomic Physics
+1011.1784
+1101.4744 Methodology
+1102.1583
+1102.4399 Methodology
+1104.0491 Statistical Mechanics
+1104.4064 Logic
+1105.0077 Rings and Algebras
+1105.4464
+1106.5888 Materials Science
+1106.5929 Pricing of Securities
+1108.3966
+1108.6062 Molecular Networks
+1109.5312 Materials Science
+1111.0598
+1111.4986 Algebraic Geometry
+1112.0445 Phenomenology
+1112.1140 High Energy Astrophysical Phenomena
+1112.5178 Theory
+1201.4694 Number Theory
+1202.4853 Classical Analysis and ODEs
+1203.1179 Physics and Society
+1203.1729
+1203.6233 Information Theory
+1204.0935 Analysis of PDEs
+1204.2166 Accelerator Physics
+1204.3130 Methodology
+1204.4472
+1204.6382 Statistics Theory
+1205.1321
+1205.4016
+1206.4459
+1207.3224 Strongly Correlated Electrons
+1207.5318
+1207.5763
+1207.6501 Metric Geometry
+1207.6551
+1207.6611 Strongly Correlated Electrons
+1207.7176
+1208.0132 Algebraic Geometry
+1208.0467 Plasma Physics
+1208.0915
+1208.2517 Experiment
+1208.4831 Statistical Finance
+1208.5777
+1209.2610 Mesoscale and Nanoscale Physics
+1209.3968 Cosmology and Nongalactic Astrophysics
+1209.4122 Representation Theory
+1209.4798 Theory
+1210.0387 Mesoscale and Nanoscale Physics
+1210.0705 Optimization and Control
+1210.0756 Physics and Society
+1210.0774 Soft Condensed Matter
+1210.1155
+1210.1491 Numerical Analysis
+1210.1595 Mesoscale and Nanoscale Physics
+1210.1659 Disordered Systems and Neural Networks
+1210.2634 Strongly Correlated Electrons
+1210.3213
+1210.5440 Strongly Correlated Electrons
+1210.5605 Strongly Correlated Electrons
+1210.5779 Quantitative Methods
+1210.8094 Statistics Theory
+1211.1218
+1211.2490
+1211.2768 Mesoscale and Nanoscale Physics
+1211.3909 Materials Science
+1211.5532 Strongly Correlated Electrons
+1211.6326
+1211.6725 Number Theory
+1212.0319
+1212.1563 Analysis of PDEs
+1212.1832 Fluid Dynamics
+1212.1837 Materials Science
+1212.2693 Data Analysis, Statistics and Probability
+1212.2696 Data Analysis, Statistics and Probability
+1212.3976
+1212.3999 Complex Variables
+1212.4361 Statistical Mechanics
+1212.4516
+1212.6409 Number Theory
+1301.1376
+1301.1952 Materials Science
+1301.2977 Combinatorics
+1301.4090 Theory
+1301.5273 Genomics
+1301.5765 Networking and Internet Architecture
+1301.6066 Plasma Physics
+1302.0576 Superconductivity
+1302.0617
+1302.0830 Experiment
+1302.0919 Fluid Dynamics
+1302.0920
+1302.1836 Information Theory
+1302.2718 Cryptography and Security
+1302.2805 Data Structures and Algorithms
+1302.3000 Probability
+1302.3034 Optics
+1302.3181 Phenomenology
+1302.3219 Learning
+1302.3224 Instrumentation and Methods for Astrophysics
+1302.3234 Optics
+1302.3237 Plasma Physics
+1302.3241
+1302.3244 Populations and Evolution
+1302.3252 Superconductivity
+1302.3254 High Energy Astrophysical Phenomena
+1302.3255 Differential Geometry
+1302.3256 Differential Geometry
+1302.3257 Differential Geometry
+1302.3258 Disordered Systems and Neural Networks
+1302.3264 Astrophysics of Galaxies
+1302.3265 Disordered Systems and Neural Networks
+1302.3267 Tissues and Organs
+1302.3271 Differential Geometry
+1302.3272 Differential Geometry
+1302.3273 Instrumentation and Detectors
+1302.3282 Dynamical Systems
+1302.3289 General Physics
+1302.3290 Logic in Computer Science
+1302.3291 Logic in Computer Science
+1302.3292 Distributed, Parallel, and Cluster Computing
+1302.3293 Logic in Computer Science
+1302.3298
+1302.3300 Differential Geometry
+1302.3301
+1302.3302 Statistics Theory
+1302.3303 Differential Geometry
+1302.3308 Computational Complexity
+1302.3310 Operator Algebras
+1302.3311 Popular Physics
+1302.3314 Differential Geometry
+1302.3315 Differential Geometry
+1302.3323 Spectral Theory
+1302.3325 Spectral Theory
+1302.3339 Optics
+1302.3340 Soft Condensed Matter
+1302.3347 Data Structures and Algorithms
+1302.3349 Genomics
+1302.3351 High Energy Astrophysical Phenomena
+1302.3354 Analysis of PDEs
+1302.3355 Cosmology and Nongalactic Astrophysics
+1302.3356
+1302.3362 Materials Science
+1302.3366 Mesoscale and Nanoscale Physics
+1302.3375 High Energy Astrophysical Phenomena
+1302.3378 Experiment
+1302.3379 Experiment
+1302.3380 Experiment
+1302.3384
+1302.3387 Numerical Analysis
+1302.3391 Materials Science
+1302.3392 Differential Geometry
+1302.3397 Materials Science
+1302.3398 Superconductivity
+1302.3399
+1302.3403 Statistics Theory
+1302.3404 Data Structures and Algorithms
+1302.3407 Machine Learning
+1302.3411 Classical Analysis and ODEs
+1302.3414 Methodology
+1302.3416 Optimization and Control
+1302.3417 Data Structures and Algorithms
+1302.3421
+1302.3426 Logic
+1302.3429 Dynamical Systems
+1302.3432 Mesoscale and Nanoscale Physics
+1302.3433 Discrete Mathematics
+1302.3434 High Energy Astrophysical Phenomena
+1302.3436 Classical Analysis and ODEs
+1302.3442 High Energy Astrophysical Phenomena
+1302.3443 High Energy Astrophysical Phenomena
+1302.3444 High Energy Astrophysical Phenomena
+1302.3450 Materials Science
+1302.3452 Optimization and Control
+1302.3453 Number Theory
+1302.3455 Optimization and Control
+1302.3456 High Energy Astrophysical Phenomena
+1302.3458 Differential Geometry
+1302.3465 Logic
+1302.3469 Solar and Stellar Astrophysics
+1302.3476 Representation Theory
+1302.3478 Materials Science
+1302.3480 Adaptation and Self-Organizing Systems
+1302.3485 High Energy Astrophysical Phenomena
+1302.3486 Discrete Mathematics
+1302.3487 Complex Variables
+1302.3488 Methodology
+1302.3489 Formal Languages and Automata Theory
+1302.3501 Optimization and Control
+1302.3503 Optimization and Control
+1302.3507 Combinatorics
+1302.3511
+1302.3512
+1302.3513 Optimization and Control
+1302.3514 Probability
+1302.3516 Fluid Dynamics
+1302.3523 Mesoscale and Nanoscale Physics
+1302.3524 Algebraic Geometry
+1302.3525 Phenomenology
+1302.3529 Disordered Systems and Neural Networks
+1302.3533 Astrophysics of Galaxies
+1302.3536 Pattern Formation and Solitons
+1302.3541 Neural and Evolutionary Computing
+1302.3542 Phenomenology
+1302.3545 Human-Computer Interaction
+1302.3547 Algebraic Geometry
+cond-mat/0007163 Superconductivity
+cond-mat/0403530 Statistical Mechanics
+cond-mat/9711190
+0801.3598 Statistical Mechanics
+0810.0967 Theory
+0812.1525 Number Theory
+1003.0825 High Energy Astrophysical Phenomena
+1003.1055 High Energy Astrophysical Phenomena
+1003.4954 Geometric Topology
+1005.1038 Algebraic Geometry
+1005.3661 Probability
+1005.3677 K-Theory and Homology
+1006.5163 Number Theory
+1008.2796 Number Theory
+1009.0154 Number Theory
+1010.2061 Statistical Finance
+1011.3325 High Energy Astrophysical Phenomena
+1011.4762 Metric Geometry
+1012.0175 Number Theory
+1102.0950 Probability
+1102.1716 Probability
+1102.3850 Functional Analysis
+1104.1590 Materials Science
+1106.1087 Algebraic Topology
+1106.4522 Number Theory
+1107.5993 Number Theory
+1108.2583
+1108.4756
+1108.5536
+1108.5990 Dynamical Systems
+1110.0309 Number Theory
+1110.0455 Analysis of PDEs
+1111.3215 Geometric Topology
+1111.3597 Cryptography and Security
+1111.3780 Computational Physics
+1112.3242 Probability
+1202.5415 Mesoscale and Nanoscale Physics
+1202.5605 Commutative Algebra
+1203.5178 Mesoscale and Nanoscale Physics
+1204.3084 Cosmology and Nongalactic Astrophysics
+1204.4679 Computational Geometry
+1205.1524 Computational Geometry
+1206.6541 Discrete Mathematics
+1207.0544 Phenomenology
+1207.0666 Functional Analysis
+1207.0733 High Energy Astrophysical Phenomena
+1207.3196
+1207.4088 Phenomenology
+1207.6588 Physics and Society
+1208.0464 Materials Science
+1208.0901
+1208.0987 Phenomenology
+1208.2430 Algebraic Geometry
+1208.3172 Data Analysis, Statistics and Probability
+1208.5580 Cryptography and Security
+1209.0207 Number Theory
+1209.1146 Analysis of PDEs
+1209.2421 Phenomenology
+1209.2976 Algebraic Geometry
+1210.1045 Geometric Topology
+1210.1289 Strongly Correlated Electrons
+1210.1972 Probability
+1210.2302 Solar and Stellar Astrophysics
+1210.2304 Solar and Stellar Astrophysics
+1210.4741 Mesoscale and Nanoscale Physics
+1210.6554 Neurons and Cognition
+1210.6594 High Energy Astrophysical Phenomena
+1211.1450 Algebraic Geometry
+1211.2284 Probability
+1211.6014 Physics and Society
+1211.6657 Cosmology and Nongalactic Astrophysics
+1212.0659 Mesoscale and Nanoscale Physics
+1212.2105 Fluid Dynamics
+1212.2254 Cosmology and Nongalactic Astrophysics
+1212.2534 Physics and Society
+1212.4631
+1212.4811 Superconductivity
+1212.5444 Other Condensed Matter
+1212.6124 Earth and Planetary Astrophysics
+1212.6812 Strongly Correlated Electrons
+1301.1904
+1301.7162 High Energy Astrophysical Phenomena
+1301.7164 High Energy Astrophysical Phenomena
+1301.7611 Mesoscale and Nanoscale Physics
+1302.0127 High Energy Astrophysical Phenomena
+1302.1110 Statistical Mechanics
+1302.1114 Operator Algebras
+1302.2903 Theory
+1302.4189 Cosmology and Nongalactic Astrophysics
+1302.4547
+1302.4594 Strongly Correlated Electrons
+1302.5612 Superconductivity
+1302.5734 Cryptography and Security
+1302.6408 Plasma Physics
+1302.6471 Strongly Correlated Electrons
+1303.0227 Earth and Planetary Astrophysics
+1303.1194 Strongly Correlated Electrons
+1303.2027 Mesoscale and Nanoscale Physics
+1303.3121 Cosmology and Nongalactic Astrophysics
+1303.4068 High Energy Astrophysical Phenomena
+1303.5035 Theory
+1303.5504 Probability
+1303.6655 Strongly Correlated Electrons
+1303.6718 Cosmology and Nongalactic Astrophysics
+1303.7125 Experiment
+1304.1710 Instrumentation and Methods for Astrophysics
+1304.2134 Disordered Systems and Neural Networks
+1304.3021 Cosmology and Nongalactic Astrophysics
+1304.4925 Artificial Intelligence
+1304.7816 Phenomenology
+1305.1083
+1305.1692 Experiment
+1305.2054 Theory
+1305.2701 Cosmology and Nongalactic Astrophysics
+1305.2927 Cosmology and Nongalactic Astrophysics
+1305.3541 General Physics
+1305.3853 Software Engineering
+1305.4001 Differential Geometry
+1305.4159 High Energy Astrophysical Phenomena
+1305.4267 Classical Analysis and ODEs
+1305.5495 History and Philosophy of Physics
+1305.6745 Programming Languages
+1305.6989 Cosmology and Nongalactic Astrophysics
+1305.7153 Number Theory
+1306.0518
+1306.1307 Statistical Mechanics
+1306.1574 Cosmology and Nongalactic Astrophysics
+1306.1719
+1306.2443 Populations and Evolution
+1306.2659 Phenomenology
+1306.2991
+1306.3014 Methodology
+1306.3015 Materials Science
+1306.3133 Applications
+1306.3224 Theory
+1306.3240 Mesoscale and Nanoscale Physics
+1306.3252 Optimization and Control
+1306.3253 Instrumentation and Methods for Astrophysics
+1306.3254 Instrumentation and Methods for Astrophysics
+1306.3255 Data Analysis, Statistics and Probability
+1306.3257 Computational Complexity
+1306.3261 Digital Libraries
+1306.3263 Strongly Correlated Electrons
+1306.3267 Fluid Dynamics
+1306.3273 Instrumentation and Methods for Astrophysics
+1306.3277 Computation
+1306.3278 Differential Geometry
+1306.3285 Neurons and Cognition
+1306.3294 Computer Vision and Pattern Recognition
+1306.3295 General Literature
+1306.3297 Computer Vision and Pattern Recognition
+1306.3301 Statistics Theory
+1306.3302 Hardware Architecture
+1306.3303 Complex Variables
+1306.3305 Commutative Algebra
+1306.3311 Commutative Algebra
+1306.3323 Computers and Society
+1306.3324 Atmospheric and Oceanic Physics
+1306.3325
+1306.3331 Information Theory
+1306.3334 Probability
+1306.3341 Statistical Mechanics
+1306.3355 Combinatorics
+1306.3357 High Energy Astrophysical Phenomena
+1306.3372
+1306.3373 Statistics Theory
+1306.3375 Software Engineering
+1306.3376 Algebraic Geometry
+1306.3378 Systems and Control
+1306.3388
+1306.3389 Algebraic Geometry
+1306.3395 General Finance
+1306.3408 Fluid Dynamics
+1306.3409 Machine Learning
+1306.3415 Computer Vision and Pattern Recognition
+1306.3418 Logic in Computer Science
+1306.3426 Other Computer Science
+1306.3427 Populations and Evolution
+1306.3429 Other Computer Science
+1306.3433 Materials Science
+1306.3440 Information Theory
+1306.3448 Probability
+1306.3449 Probability
+1306.3451
+1306.3456 Logic in Computer Science
+1306.3460 Other Condensed Matter
+1306.3464 Numerical Analysis
+1306.3466 Genomics
+1306.3468 General Physics
+1306.3473 Geophysics
+1306.3474 Learning
+1306.3475 Solar and Stellar Astrophysics
+1306.3476 Computer Vision and Pattern Recognition
+1306.3482 Data Structures and Algorithms
+1306.3484 Information Theory
+1306.3485 Mesoscale and Nanoscale Physics
+1306.3487 Geometric Topology
+1306.3490 Solar and Stellar Astrophysics
+1306.3491 Soft Condensed Matter
+1306.3492 Formal Languages and Automata Theory
+1306.3495 Rings and Algebras
+cond-mat/0610376 Statistical Mechanics
+cs/0203029 Computational Complexity
+0805.4727 Atomic Physics
+0906.5068 High Energy Astrophysical Phenomena
+1007.0902 Probability
+1010.5338 Probability
+1011.5868 Mesoscale and Nanoscale Physics
+1012.0649 Classical Analysis and ODEs
+1101.3441 Probability
+1101.4081 Numerical Analysis
+1104.3966 Probability
+1105.5303
+1106.1306 Chaotic Dynamics
+1106.4121 Logic
+1107.3143 Phenomenology
+1107.3952 Analysis of PDEs
+1108.6123 Data Structures and Algorithms
+1109.1113 Probability
+1110.2515 Physics and Society
+1110.6392
+1111.4918 Mesoscale and Nanoscale Physics
+1111.5128 Soft Condensed Matter
+1111.5994 Computational Physics
+1111.7150 Dynamical Systems
+1112.0076 Trading and Market Microstructure
+1112.0817
+1202.2643 Number Theory
+1202.5518
+1203.4116 Numerical Analysis
+1203.5753 Statistics Theory
+1203.5894
+1206.1512 Disordered Systems and Neural Networks
+1206.4572 Information Theory
+1206.5637 Databases
+1206.6970 Operator Algebras
+1206.7048 Atomic and Molecular Clusters
+1207.2413 Geometric Topology
+1207.2613 Superconductivity
+1208.1793 Distributed, Parallel, and Cluster Computing
+1208.4605 Phenomenology
+1208.4766 Networking and Internet Architecture
+1209.1843
+1209.6000 Dynamical Systems
+1210.0517 Materials Science
+1210.1800 Other Condensed Matter
+1211.3944 Superconductivity
+1211.4480 Cosmology and Nongalactic Astrophysics
+1211.5701 Functional Analysis
+1211.6372 Dynamical Systems
+1211.6772 Numerical Analysis
+1212.0297 Data Structures and Algorithms
+1212.2684 Strongly Correlated Electrons
+1212.4773
+1212.5074 Phenomenology
+1301.1382
+1301.1757 Computers and Society
+1301.2171 Group Theory
+1301.2826
+1301.4039 Combinatorics
+1301.6455 Phenomenology
+1301.6659 Learning
+1301.7700 Logic in Computer Science
+1301.7737 Differential Geometry
+1301.7741 Optimization and Control
+1302.0187 Strongly Correlated Electrons
+1302.0289 Superconductivity
+1302.1305 Phenomenology
+1302.1478
+1302.1818 Strongly Correlated Electrons
+1302.2125
+1302.2609 Atomic Physics
+1302.4690
+1302.5992 Phenomenology
+1303.0026 Combinatorics
+1303.1168 Cosmology and Nongalactic Astrophysics
+1303.2694 Strongly Correlated Electrons
+1303.3379
+1303.3855 General Literature
+1303.4992
+1304.1886 Classical Physics
+1304.2128 Theory
+1304.2414 Numerical Analysis
+1304.3724 Cosmology and Nongalactic Astrophysics
+1304.4617 Strongly Correlated Electrons
+1304.5722 Disordered Systems and Neural Networks
+1304.6066 Phenomenology
+1304.6987
+1304.7521 Cosmology and Nongalactic Astrophysics
+1304.7888 Phenomenology
+1305.0049 Geometric Topology
+1305.1126 Instrumentation and Detectors
+1305.2039 Computational Complexity
+1305.2313 Atomic Physics
+1305.2320 Phenomenology
+1305.4241 High Energy Astrophysical Phenomena
+1305.4473
+1305.5548 Cosmology and Nongalactic Astrophysics
+1306.0580 Phenomenology
+1306.3287 Earth and Planetary Astrophysics
+1306.3672 Earth and Planetary Astrophysics
+1306.4895 Systems and Control
+1306.6324 Astrophysics of Galaxies
+1307.1238 Astrophysics of Galaxies
+1307.2951 Superconductivity
+1307.3806 Optimization and Control
+1307.5046 Solar and Stellar Astrophysics
+1307.6135 Quantum Gases
+1307.6698 Chaotic Dynamics
+1307.7834 Experiment
+1307.8084 Artificial Intelligence
+1307.8232 Optimization and Control
+1307.8285 Experiment
+1307.8303 Numerical Analysis
+1307.8414 Dynamical Systems
+1307.8418 Category Theory
+1308.0173 Computer Science and Game Theory
+1308.0198 Physics and Society
+1308.0231 Phenomenology
+1308.0299 Artificial Intelligence
+1308.0319 Algebraic Geometry
+1308.0325
+1308.0326 Instrumentation and Detectors
+1308.0327 Instrumentation and Detectors
+1308.0350 Space Physics
+1308.0354 Instrumentation and Detectors
+1308.0355 Phenomenology
+1308.0356 Artificial Intelligence
+1308.0359 Mesoscale and Nanoscale Physics
+1308.0365 Computer Vision and Pattern Recognition
+1308.0366 Materials Science
+1308.0372 Human-Computer Interaction
+1308.0373
+1308.0374 Experiment
+1308.0375 Graphics
+1308.0377 Combinatorics
+1308.0380 Populations and Evolution
+1308.0384 Systems and Control
+1308.0385 Systems and Control
+1308.0386 Numerical Analysis
+1308.0387 Numerical Analysis
+1308.0388 Software Engineering
+1308.0389 Programming Languages
+1308.0390 Programming Languages
+1308.0391 Networking and Internet Architecture
+1308.0393 Physics and Society
+1308.0395 Number Theory
+1308.0396 Atomic Physics
+1308.0398 Combinatorics
+1308.0399 Computation
+1308.0400 Applications
+1308.0401 Combinatorics
+1308.0402 Theory
+1308.0408 Group Theory
+1308.0423 Algebraic Geometry
+1308.0428 Logic in Computer Science
+1308.0429 Operator Algebras
+1308.0433 High Energy Astrophysical Phenomena
+1308.0435 Multimedia
+1308.0437 Cryptography and Security
+1308.0438 Physics and Society
+1308.0439 Materials Science
+1308.0444 Materials Science
+1308.0445 Dynamical Systems
+1308.0446 Earth and Planetary Astrophysics
+1308.0447 Statistics Theory
+1308.0448 Accelerator Physics
+1308.0449 Cosmology and Nongalactic Astrophysics
+1308.0455 Information Theory
+1308.0457 Popular Physics
+1308.0467
+1308.0471 Mesoscale and Nanoscale Physics
+1308.0472 Algebraic Geometry
+1308.0473 Instrumentation and Methods for Astrophysics
+1308.0475 High Energy Astrophysical Phenomena
+1308.0480 Combinatorics
+1308.0481 Materials Science
+1308.0486 Dynamical Systems
+1308.0488 Combinatorics
+1308.0497 Computational Complexity
+1308.0498 Analysis of PDEs
+1308.0500
+1308.0502 Databases
+1308.0503 Computers and Society
+1308.0504 Optics
+1308.0507 Numerical Analysis
+1308.0514 Databases
+1308.0518 Systems and Control
+1308.0525 Soft Condensed Matter
+1308.0534 Cosmology and Nongalactic Astrophysics
+1308.0538 Theory
+1308.0541 Geometric Topology
+1308.0542 Analysis of PDEs
+1308.0549 Probability
+1308.0550 Materials Science
+1308.0551 Quantitative Methods
+1308.0555 Other Computer Science
+1308.0568 Distributed, Parallel, and Cluster Computing
+1308.0569 Analysis of PDEs
+1308.0577 Social and Information Networks
+1308.0578 Number Theory
+1308.0579 Rings and Algebras
+1308.0586 Dynamical Systems
+1308.0587 Experiment
+1308.0590 Disordered Systems and Neural Networks
+0706.3648
+0808.1209 Geometric Topology
+0808.1852 Biomolecules
+0909.3221 Computer Science and Game Theory
+0910.5057 Populations and Evolution
+0912.4818 General Physics
+1002.1270 Combinatorics
+1003.0780 Theory
+1005.0895 Combinatorics
+1006.4695 Statistical Mechanics
+1008.2928 Data Structures and Algorithms
+1010.4904 Probability
+1102.1751 Atomic Physics
+1102.3385 Theory
+1103.2661 Experiment
+1104.3798
+1105.2483 Theory
+1106.2016 Cosmology and Nongalactic Astrophysics
+1107.5929
+1108.0124 Statistical Mechanics
+1108.0248
+1109.0465 Statistical Finance
+1109.4348
+1110.5226 Atomic and Molecular Clusters
+1112.3273 Atomic Physics
+1112.5083 Classical Physics
+1201.0926 Cosmology and Nongalactic Astrophysics
+1201.1585 Number Theory
+1201.4540 Differential Geometry
+1201.5508 Atomic Physics
+1202.1569 Combinatorics
+1202.2878 Probability
+1202.2881 Probability
+1202.5859 Probability
+1204.2029 Theory
+1204.4929 Pattern Formation and Solitons
+1205.0058 Cosmology and Nongalactic Astrophysics
+1205.0059 Cosmology and Nongalactic Astrophysics
+1205.2698 Cosmology and Nongalactic Astrophysics
+1205.6970 Physics Education
+1206.1262 Algebraic Geometry
+1206.1985 Analysis of PDEs
+1206.2077 Statistical Mechanics
+1206.2082 Data Structures and Algorithms
+1206.2482 Disordered Systems and Neural Networks
+1206.2584 Dynamical Systems
+1206.3800 Probability
+1206.4317 Cosmology and Nongalactic Astrophysics
+1207.1439 Cosmology and Nongalactic Astrophysics
+1207.1456 Mesoscale and Nanoscale Physics
+1207.5141 Analysis of PDEs
+1208.2518 Social and Information Networks
+1208.4180 Materials Science
+1208.4875 Accelerator Physics
+1208.5758
+1208.6444 Other Computer Science
+1209.0386 Biological Physics
+1209.1442 Optics
+1209.4171 Differential Geometry
+1210.1579 Strongly Correlated Electrons
+1210.1943
+1210.2477
+1210.2518 Cosmology and Nongalactic Astrophysics
+1211.2015 Materials Science
+1211.3668 Probability
+1211.5381 Statistical Mechanics
+1211.5603 Earth and Planetary Astrophysics
+1211.7114 Statistics Theory
+1212.0075 Networking and Internet Architecture
+1212.0793 Biological Physics
+1212.1078 Complex Variables
+1212.2121 Strongly Correlated Electrons
+1212.2216 Cosmology and Nongalactic Astrophysics
+1212.2996 Solar and Stellar Astrophysics
+1212.4465 Mesoscale and Nanoscale Physics
+1212.5379 Quantum Gases
+1301.0003 Representation Theory
+1301.1738
+1301.2675 High Energy Astrophysical Phenomena
+1301.3412 Theory
+1301.5661
+1301.7605 Phenomenology
+1301.7623 Experiment
+1302.0097 Materials Science
+1302.1165
+1302.1812 Fluid Dynamics
+1302.2824 Networking and Internet Architecture
+1302.3906 Formal Languages and Automata Theory
+1302.5203
+1302.5537 Phenomenology
+1302.6526 Algebraic Geometry
+1303.0007 Cosmology and Nongalactic Astrophysics
+1303.0008 Cosmology and Nongalactic Astrophysics
+1303.1106 Superconductivity
+1303.2519 Analysis of PDEs
+1303.2729 Combinatorics
+1303.2909 Mesoscale and Nanoscale Physics
+1303.2978 Superconductivity
+1303.4193 Logic in Computer Science
+1303.5857 Social and Information Networks
+1303.6730 Mesoscale and Nanoscale Physics
+1303.6989 Algebraic Topology
+1303.7453 Materials Science
+1304.0650 Classical Analysis and ODEs
+1304.1325
+1304.2690 Quantum Gases
+1304.2828 Methodology
+1304.2909 Earth and Planetary Astrophysics
+1304.7836
+1304.7969 Solar and Stellar Astrophysics
+1305.1804 Analysis of PDEs
+1305.1910 Materials Science
+1305.2048 Strongly Correlated Electrons
+1305.2105
+1305.2626 High Energy Astrophysical Phenomena
+1305.2653 Strongly Correlated Electrons
+1305.2802
+1305.3136 Mesoscale and Nanoscale Physics
+1305.4681 Analysis of PDEs
+1305.4957 Programming Languages
+1305.4993 Information Theory
+1305.5019 Computers and Society
+1305.5078 Learning
+1305.5157 Materials Science
+1305.5192 Quantum Gases
+1305.5222 Computer Science and Game Theory
+1305.5267 Computers and Society
+1305.5269 Logic
+1305.5272
+1305.5281
+1305.5282 Solar and Stellar Astrophysics
+1305.5287 Algebraic Geometry
+1305.5288 Chemical Physics
+1305.5289 Mesoscale and Nanoscale Physics
+1305.5294 Differential Geometry
+1305.5295 Rings and Algebras
+1305.5296 Algebraic Geometry
+1305.5297 Optics
+1305.5298 Probability
+1305.5305 Dynamical Systems
+1305.5306 Computer Vision and Pattern Recognition
+1305.5309 Atomic Physics
+1305.5310 Analysis of PDEs
+1305.5311 Dynamical Systems
+1305.5312 Dynamical Systems
+1305.5317
+1305.5321 Analysis of PDEs
+1305.5324 Probability
+1305.5325 Analysis of PDEs
+1305.5327 Analysis of PDEs
+1305.5330 Information Retrieval
+1305.5332 Phenomenology
+1305.5334
+1305.5337 Software Engineering
+1305.5341 Materials Science
+1305.5343 Pattern Formation and Solitons
+1305.5344 Numerical Analysis
+1305.5351 Group Theory
+1305.5352 Information Theory
+1305.5353 Complex Variables
+1305.5355 Applications
+1305.5357 Combinatorics
+1305.5364 Phenomenology
+1305.5366 Algebraic Geometry
+1305.5368 Numerical Analysis
+1305.5369 Molecular Networks
+1305.5371 Physics and Society
+1305.5372 Combinatorics
+1305.5392 Medical Physics
+1305.5395 Rings and Algebras
+1305.5396 Classical Analysis and ODEs
+1305.5397 Statistical Mechanics
+1305.5399 Optimization and Control
+1305.5400 Number Theory
+1305.5404 Computer Science and Game Theory
+1305.5407 Statistical Mechanics
+1305.5408 Chaotic Dynamics
+1305.5413 Populations and Evolution
+1305.5414 Accelerator Physics
+1305.5419 Differential Geometry
+1305.5423 Soft Condensed Matter
+1305.5431 Phenomenology
+1305.5433 Instrumentation and Detectors
+1305.5435 Optimization and Control
+1305.5436 Cryptography and Security
+1305.5437 Instrumentation and Detectors
+1305.5445 Methodology
+1305.5448 Plasma Physics
+1305.5451 Theory
+1305.5458
+1305.5464 Multimedia
+1305.5465 Chemical Physics
+1305.5472 Group Theory
+1305.5473 Probability
+1305.5474
+1305.5477 Computational Physics
+1305.5482 Phenomenology
+1305.5492
+1305.5498 Number Theory
+1305.5499 Combinatorics
+1305.5501 Probability
+1305.5502 Number Theory
+1305.5505 Strongly Correlated Electrons
+1305.5506 Artificial Intelligence
+1305.5508 Atmospheric and Oceanic Physics
+1305.5514 Logic
+1305.5518 Combinatorics
+1305.5524 Computational Engineering, Finance, and Science
+1305.5525
+1305.5529
+1305.5530 Information Theory
+1305.5532 Chemical Physics
+math/9911204 Logic
+0705.3932 Algebraic Geometry
+0707.1108 Number Theory
+0707.1110 Number Theory
+0707.1111 Number Theory
+0707.1552 Algebraic Geometry
+0707.1835 Algebraic Geometry
+0707.1837 Number Theory
+0707.2757 Classical Analysis and ODEs
+0807.3139 Number Theory
+0807.3576 Algebraic Geometry
+0810.2830 Number Theory
+0811.3554 Data Analysis, Statistics and Probability
+0901.3048 Other Condensed Matter
+0903.4528 Differential Geometry
+0907.0124 Differential Geometry
+0907.3502 Metric Geometry
+0910.0106 Instrumentation and Methods for Astrophysics
+0912.0995
+1004.1920 Cosmology and Nongalactic Astrophysics
+1004.3940 Mesoscale and Nanoscale Physics
+1005.5179 Number Theory
+1006.5333 Combinatorics
+1007.0959 Statistics Theory
+1007.2140 Data Structures and Algorithms
+1008.2794 Differential Geometry
+1009.4365
+1012.1361 Combinatorics
+1012.1795 Number Theory
+1102.3483 Combinatorics
+1104.1936 Functional Analysis
+1104.2730 Atmospheric and Oceanic Physics
+1105.2288 Analysis of PDEs
+1105.3172 Theory
+1105.5329 Physics and Society
+1106.2030 Number Theory
+1107.1972 Information Theory
+1107.5169 Cosmology and Nongalactic Astrophysics
+1109.6210 Risk Management
+1109.6421 Theory
+1111.2303
+1111.6383
+1112.2969 Quantum Algebra
+1112.3130 Combinatorics
+1201.1842
+1202.4466 Theory
+1204.4198 Representation Theory
+1204.4876
+1204.5971 Optics
+1205.2571 Molecular Networks
+1205.5166 Analysis of PDEs
+1206.0247 Algebraic Topology
+1206.5462
+1206.6643 Classical Analysis and ODEs
+1207.1117 Operator Algebras
+1208.0258
+1208.1803 Numerical Analysis
+1208.2468 Superconductivity
+1208.6375 Probability
+1209.0091 Cosmology and Nongalactic Astrophysics
+1209.0473
+1209.4683 Information Theory
+1209.4924 Optics
+1209.5263
+1210.0572 Numerical Analysis
+1210.1125 Number Theory
+1210.1634 Chemical Physics
+1210.1638 Chemical Physics
+1210.1913 Chemical Physics
+1210.2403 Statistical Mechanics
+1210.2594 Analysis of PDEs
+1210.5507 Cosmology and Nongalactic Astrophysics
+1210.6055 Probability
+1210.6509 Combinatorics
+1210.6737 Atomic Physics
+1210.7502 Dynamical Systems
+1211.1372 Optics
+1211.3233 Computational Engineering, Finance, and Science
+1211.3348 Phenomenology
+1211.5045
+1211.5521 Classical Physics
+1211.6200 Algebraic Geometry
+1211.6695 Trading and Market Microstructure
+1212.0140 Atmospheric and Oceanic Physics
+1212.0922 Fluid Dynamics
+1212.1433 Fluid Dynamics
+1212.1939 General Physics
+1212.4354 Statistical Mechanics
+1212.4495 Phenomenology
+1301.5278 Commutative Algebra
+1301.7176
+1302.0252 Algebraic Geometry
+1302.0309 Databases
+1302.3026 Functional Analysis
+1302.3118
+1302.3504 Quantum Gases
+1302.4182
+1302.4807 Mesoscale and Nanoscale Physics
+1302.4828 Phenomenology
+1302.5584
+1302.6039 Combinatorics
+1302.6871 Cosmology and Nongalactic Astrophysics
+1303.0205 Instrumentation and Detectors
+1303.0466 Superconductivity
+1303.3304 Superconductivity
+1303.3901 Neural and Evolutionary Computing
+1303.3937 Commutative Algebra
+1303.5326
+1303.6281 Cosmology and Nongalactic Astrophysics
+1303.6417
+1304.0403 Numerical Analysis
+1304.0800 Probability
+1304.1276
+1304.1978 Neural and Evolutionary Computing
+1304.2333 Information Theory
+1304.2438 Materials Science
+1304.2980 Theory
+1304.3235 Analysis of PDEs
+1304.3254 Mesoscale and Nanoscale Physics
+1304.3308 Mesoscale and Nanoscale Physics
+1304.3479 Systems and Control
+1304.7602
+1305.1069 Strongly Correlated Electrons
+1305.1071 Geometric Topology
+1305.2072 Strongly Correlated Electrons
+1305.2997 Materials Science
+1305.3224 Information Theory
+1305.3607 Theory
+1305.3857 Adaptation and Self-Organizing Systems
+1305.6598 Quantum Gases
+1305.6688
+1306.1701 Phenomenology
+1306.2410 Probability
+1306.2576 Disordered Systems and Neural Networks
+1306.2614 Strongly Correlated Electrons
+1306.2733 Learning
+1306.3008 Materials Science
+1306.3455 Phenomenology
+1306.4898 Programming Languages
+1306.5878 Phenomenology
+1306.6661 Phenomenology
+1307.0037
+1307.0367 Soft Condensed Matter
+1307.0729 Data Analysis, Statistics and Probability
+1307.0746 Analysis of PDEs
+1307.1097
+1307.1548 Combinatorics
+1307.1892 Strongly Correlated Electrons
+1307.2165 Solar and Stellar Astrophysics
+1307.2431 Mesoscale and Nanoscale Physics
+1307.2822 Methodology
+1307.3921 Analysis of PDEs
+1307.4335 Optics
+1307.4951 Theory
+1307.4970 Mesoscale and Nanoscale Physics
+1307.5025 Experiment
+1307.6692 Populations and Evolution
+1307.7065 Strongly Correlated Electrons
+1307.7097 Instrumentation and Detectors
+1307.7337 Soft Condensed Matter
+1307.8187 Learning
+1308.2038 Solar and Stellar Astrophysics
+1308.2288 Quantum Gases
+1308.2320 Probability
+1308.3247 Computational Complexity
+1308.3290 Fluid Dynamics
+1308.3381 Machine Learning
+1308.3420 History and Overview
+1308.3590 Applications
+1308.3606 Analysis of PDEs
+1308.3758 Dynamical Systems
+1308.4330 Statistical Mechanics
+1308.5389 Soft Condensed Matter
+1308.5873 Computational Physics
+1308.6346
+1308.6692 Theory
+1309.0751 Combinatorics
+1309.1253 Number Theory
+1309.1941 Combinatorics
+1309.2813 Complex Variables
+1309.3383 High Energy Astrophysical Phenomena
+1309.3702 General Topology
+1309.3860 Materials Science
+1309.4704 Theory
+1309.4827 Superconductivity
+1309.4885 Materials Science
+1309.5009 Computational Complexity
+1309.5294 Soft Condensed Matter
+1309.5534 Statistics Theory
+1309.5592 Differential Geometry
+1309.5674 Information Theory
+1309.5721 High Energy Astrophysical Phenomena
+1309.5887 Solar and Stellar Astrophysics
+1309.6099 Instrumentation and Methods for Astrophysics
+1309.6164 Pricing of Securities
+1309.6493
+1309.6597 Phenomenology
+1309.6799 Complex Variables
+1309.7707 Phenomenology
+1309.7985 Instrumentation and Detectors
+1310.0353 Combinatorics
+1310.0431 Phenomenology
+1310.0547 Physics and Society
+1310.0776 Number Theory
+1310.0903 Category Theory
+1310.0920 Commutative Algebra
+1310.0937 Algebraic Topology
+1310.1122 Chaotic Dynamics
+1310.1132 Experiment
+1310.1387 Physics and Society
+1310.1388
+1310.1390 Computers and Society
+1310.1403 Biomolecules
+1310.1404 Machine Learning
+1310.1415 Machine Learning
+1310.1416 Numerical Analysis
+1310.1417 Combinatorics
+1310.1419 Information Theory
+1310.1423
+1310.1425 Computation and Language
+1310.1426 Computation and Language
+1310.1429 Probability
+1310.1431 Chaotic Dynamics
+1310.1434 Medical Physics
+1310.1437 Instrumentation and Detectors
+1310.1441 Chemical Physics
+1310.1442 Information Theory
+1310.1444 Portfolio Management
+1310.1447 Phenomenology
+1310.1448 Data Structures and Algorithms
+1310.1449 Instrumentation and Methods for Astrophysics
+1310.1453 Biomolecules
+1310.1455 Materials Science
+1310.1456 Atomic Physics
+1310.1461 Materials Science
+1310.1462 Quantitative Methods
+1310.1466 Materials Science
+1310.1467 Statistical Mechanics
+1310.1469 Materials Science
+1310.1470 Mesoscale and Nanoscale Physics
+1310.1471 Mesoscale and Nanoscale Physics
+1310.1474 Computational Physics
+1310.1475
+1310.1477 Disordered Systems and Neural Networks
+1310.1478 Disordered Systems and Neural Networks
+1310.1482 Biological Physics
+1310.1484
+1310.1485 Computational Physics
+1310.1488 Optimization and Control
+1310.1492 Dynamical Systems
+1310.1494 Analysis of PDEs
+1310.1498 Information Retrieval
+1310.1499 Chemical Physics
+1310.1500 Logic in Computer Science
+1310.1503 Optics
+1310.1506 Software Engineering
+1310.1507 Discrete Mathematics
+1310.1509 Complex Variables
+1310.1510 Information Theory
+1310.1512 Information Theory
+1310.1514 Metric Geometry
+1310.1515 Fluid Dynamics
+1310.1516 Fluid Dynamics
+1310.1517 Astrophysics of Galaxies
+1310.1522 Materials Science
+1310.1524
+1310.1531 Computer Vision and Pattern Recognition
+1310.1535 Geometric Topology
+1310.1536 Information Theory
+1310.1543 Algebraic Geometry
+1310.1544 Number Theory
+1310.1545 Learning
+1310.1551 Other Computer Science
+1310.1552 Networking and Internet Architecture
+1310.1553 Distributed, Parallel, and Cluster Computing
+1310.1557 Rings and Algebras
+1310.1563 Numerical Analysis
+1310.1565 Instrumentation and Methods for Astrophysics
+1310.1566 Probability
+1310.1568 Optimization and Control
+1310.1571 Information Theory
+1310.1572 Soft Condensed Matter
+1310.1573 History and Philosophy of Physics
+1310.1575 Theory
+1310.1576 Chaotic Dynamics
+1310.1578 Probability
+1310.1587 Probability
+1310.1588 Operating Systems
+1310.1590 Computation and Language
+1310.1591 Functional Analysis
+1310.1592 Plasma Physics
+1310.1594 Instrumentation and Methods for Astrophysics
+1310.1596 Representation Theory
+1310.1597 Computation and Language
+1310.1598 Algebraic Geometry
+1310.1601 Statistical Finance
+1310.1602
+1310.1603 Number Theory
+1310.1606 Combinatorics
+1310.1610 Combinatorics
+1310.1611 Differential Geometry
+1310.1612 Medical Physics
+1310.1613 Superconductivity
+1310.1614 Medical Physics
+1310.1615 Dynamical Systems
+1310.1619 Differential Geometry
+1310.1620 Dynamical Systems
+1310.1621
+1310.1624 Analysis of PDEs
+1310.1625 History and Overview
+1310.1630 Statistics Theory
+1310.1636 Phenomenology
+1310.1637
+1310.1640 Mesoscale and Nanoscale Physics
+1310.1641 Instrumentation and Methods for Astrophysics
+1310.1644 Fluid Dynamics
+1310.1645 Number Theory
+1310.1648 Populations and Evolution
+1310.1649 Data Structures and Algorithms
+1310.1655 Mesoscale and Nanoscale Physics
+1310.1658 Number Theory
+1310.1659 Learning
+1310.1661
+1310.1668 Populations and Evolution
+1310.1670 Fluid Dynamics
+1310.1672 Computers and Society
+1310.1673 Analysis of PDEs
+1310.1674 Superconductivity
+1310.1678 Neurons and Cognition
+1310.1679 Networking and Internet Architecture
+1310.1680 Theory
+1310.1681 Instrumentation and Methods for Astrophysics
+1310.1683 Astrophysics of Galaxies
+1310.1685 Number Theory
+1310.1687 Symplectic Geometry
+1310.1689 Mesoscale and Nanoscale Physics
+1310.1690 Computer Vision and Pattern Recognition
+1310.1706 Accelerator Physics
+1310.1709 Numerical Analysis
+1310.1710 Differential Geometry
+1310.1711 Geometric Topology
+1310.1713 Instrumentation and Methods for Astrophysics
+1310.1717 History and Philosophy of Physics
+1310.1718 Analysis of PDEs
+1310.1720 Biological Physics
+1310.1722
+1310.1724 Phenomenology
+1310.1725 Solar and Stellar Astrophysics
+1310.1726 Computational Geometry
+1310.1729 Probability
+1310.1730 Phenomenology
+1310.1732 Information Theory
+1310.1738
+1310.1743
+1310.1751 Mesoscale and Nanoscale Physics
+1310.1752 High Energy Astrophysical Phenomena
+1310.1754 Mesoscale and Nanoscale Physics
+1310.1758 Human-Computer Interaction
+1310.1759 Mesoscale and Nanoscale Physics
+1310.1760 Lattice
+1310.1762 Experiment
+1310.1763 Logic in Computer Science
+1310.1766 Information Theory
+1310.1767 Formal Languages and Automata Theory
+1310.1769 Optimization and Control
+1310.1771 Computer Vision and Pattern Recognition
+1310.1775 Group Theory
+1310.1777 Computer Science and Game Theory
+1310.1778
+1310.1782 Mesoscale and Nanoscale Physics
+1310.1786 General Finance
+1310.1788
+1310.1791 Strongly Correlated Electrons
+1310.1800 Methodology
+1310.1801 Neurons and Cognition
+1310.1805 Combinatorics
+1310.1808 General Topology
+1310.1811 Computer Vision and Pattern Recognition
+1310.1813 Probability
+1310.1814 Computer Science and Game Theory
+1310.1815 Solar and Stellar Astrophysics
+1310.1819 Instrumentation and Detectors
+1310.1825
+1310.1827 Combinatorics
+1310.1833 Networking and Internet Architecture
+1310.1834 Soft Condensed Matter
+1310.1836 High Energy Astrophysical Phenomena
+1310.1840 Learning
+1310.1841 Formal Languages and Automata Theory
+1310.1847 Numerical Analysis
+1310.1849 Logic
+1310.1855 Computer Vision and Pattern Recognition
+1310.1856 High Energy Astrophysical Phenomena
+1310.1857 Optimization and Control
+1310.1860 Metric Geometry
+1310.1865 Geometric Topology
+1310.1866 Mesoscale and Nanoscale Physics
+1310.1869 Computer Vision and Pattern Recognition
+1310.1870 Materials Science
+1310.1871 Computational Physics
+1310.1872 Analysis of PDEs
+1310.1873 Phenomenology
+1310.1874 Optimization and Control
+1310.1879 Combinatorics
+1310.1884
+1310.1887 Category Theory
+1310.1891 Information Theory
+1310.1894 High Energy Astrophysical Phenomena
+1310.1896 Data Structures and Algorithms
+1310.1897
+1310.1902 Instrumentation and Detectors
+1310.1909 Quantum Algebra
+gr-qc/9502039
+math/0501305 General Topology
+math/0501524 General Topology
+math/0501525 Logic
+math/0501526 Logic
+math/0501527 Logic
+nucl-ex/0401027
+nucl-ex/0401039
+0801.3310 Combinatorics
+0808.0410 Number Theory
+0812.2672 Algebraic Geometry
+0903.2843 Number Theory
+1003.1520 Discrete Mathematics
+1010.1420 Number Theory
+1011.3833 Number Theory
+1012.0364
+1104.2504 Numerical Analysis
+1105.0679 Representation Theory
+1105.2272 Complex Variables
+1105.2894 Neural and Evolutionary Computing
+1105.5210 Algebraic Geometry
+1107.1799 General Physics
+1108.1893 Number Theory
+1110.1773 Functional Analysis
+1111.4587 Optimization and Control
+1112.1924 Representation Theory
+1203.1618 Solar and Stellar Astrophysics
+1203.4313 Number Theory
+1204.3875 Algebraic Geometry
+1205.0120 Theory
+1205.0651 Information Theory
+1205.3416 Representation Theory
+1205.5252 Number Theory
+1206.0427 Optics
+1206.5410
+1206.6088
+1207.1238 Information Theory
+1207.2908 Computer Science and Game Theory
+1207.3616 Differential Geometry
+1207.3911
+1207.6360 Probability
+1208.1208 Materials Science
+1208.2247 Quantitative Methods
+1208.5929 Instrumentation and Methods for Astrophysics
+1209.6005 Number Theory
+1210.1211 Cosmology and Nongalactic Astrophysics
+1210.3838 Earth and Planetary Astrophysics
+1210.3870 Representation Theory
+1211.0497 High Energy Astrophysical Phenomena
+1211.1024 Representation Theory
+1211.2089 Dynamical Systems
+1211.2300 Statistics Theory
+1211.3209 Probability
+1211.3629 Mesoscale and Nanoscale Physics
+1211.5502 Statistical Finance
+1212.1488 Populations and Evolution
+1212.3157 Theory
+1212.4100 Phenomenology
+1212.4569 Machine Learning
+1212.6759 Mesoscale and Nanoscale Physics
+1301.1755 Geometric Topology
+1301.4187 Chaotic Dynamics
+1301.5095
+1301.6562 Computational Physics
+1301.6646 Computer Vision and Pattern Recognition
+1302.0028 Quantum Gases
+1302.0165
+1302.0709
+1302.2382 Optics
+1302.3767 Physics Education
+1303.6509 Exactly Solvable and Integrable Systems
+1303.6510 Exactly Solvable and Integrable Systems
+1304.2335 Algebraic Geometry
+1304.4758 Computers and Society
+1304.6517 Mesoscale and Nanoscale Physics
+1304.6978 Algebraic Geometry
+1304.7537 Chaotic Dynamics
+1305.4282 Dynamical Systems
+1305.4498 Differential Geometry
+1305.4680 Symplectic Geometry
+1306.1404 Theory
+1306.2352 Strongly Correlated Electrons
+1306.2716 Cosmology and Nongalactic Astrophysics
+1306.2831 Statistical Finance
+1306.2866 Digital Libraries
+1306.2869 Digital Libraries
+1306.6102 Quantum Gases
+1306.6159 Superconductivity
+1307.1799 Computation
+1307.4751
+1307.5548
+1307.6633 Statistical Mechanics
+1307.6862 Phenomenology
+1307.7887 Symbolic Computation
+1308.1717
+1308.2402 Representation Theory
+1308.2776 Statistical Mechanics
+1308.3839 Computation and Language
+1308.4119 Fluid Dynamics
+1308.6432 Systems and Control
+1308.6541 Soft Condensed Matter
+1309.2548 Atomic Physics
+1309.5998 Physics and Society
+1309.6508
+1309.6968 Complex Variables
+1309.7786 Cosmology and Nongalactic Astrophysics
+1309.7800 Group Theory
+1310.0763 Phenomenology
+1310.1025 Systems and Control
+1310.1803 Information Theory
+1310.2373 Strongly Correlated Electrons
+1310.3041 Statistical Mechanics
+1310.3834 Superconductivity
+1310.5456 Combinatorics
+1310.6604 Functional Analysis
+1310.6880 Networking and Internet Architecture
+1311.0491 Materials Science
+1311.2046 Classical Analysis and ODEs
+1311.2394 Experiment
+1311.3015 Strongly Correlated Electrons
+1311.3331 Theory
+1311.3372 Earth and Planetary Astrophysics
+1311.3467 Cosmology and Nongalactic Astrophysics
+1311.3799 Applications
+1311.4070
+1311.4180 Computers and Society
+1311.4434 Phenomenology
+1311.5103
+1311.5528 Mesoscale and Nanoscale Physics
+1311.6388 Optimization and Control
+1312.0453 Symbolic Computation
+1312.4716 Information Theory
+1312.5212 Neurons and Cognition
+1312.5297 Social and Information Networks
+1312.5766 Machine Learning
+1312.6391 Analysis of PDEs
+1312.7176
+1312.7222
+1312.7284 Logic in Computer Science
+1312.7341 General Mathematics
+1312.7342 Probability
+1312.7345 Computer Vision and Pattern Recognition
+1312.7346 Risk Management
+1312.7351 Probability
+1312.7352 Instrumentation and Methods for Astrophysics
+1312.7354 Emerging Technologies
+1312.7355 Emerging Technologies
+1312.7356 Instrumentation and Methods for Astrophysics
+1312.7363 Computational Geometry
+1312.7376 Statistical Mechanics
+1312.7378 Analysis of PDEs
+1312.7379 Optimization and Control
+1312.7382 Differential Geometry
+1312.7388 Differential Geometry
+1312.7392
+1312.7393 Accelerator Physics
+1312.7396 Probability
+1312.7398 Analysis of PDEs
+1312.7400 Commutative Algebra
+1312.7403 Commutative Algebra
+1312.7405 Combinatorics
+1312.7414 Computer Vision and Pattern Recognition
+1312.7418 Dynamical Systems
+1312.7421
+1312.7422 Artificial Intelligence
+1312.7423 Soft Condensed Matter
+1312.7430 Systems and Control
+1312.7432 Physics and Society
+1312.7434 Combinatorics
+1312.7436 Other Computer Science
+1312.7439 Statistics Theory
+1312.7441 Other Computer Science
+1312.7444 Human-Computer Interaction
+1312.7445 Systems and Control
+1312.7447 Systems and Control
+1312.7448 Representation Theory
+1312.7451 Phenomenology
+1312.7453 Group Theory
+1312.7460 General Finance
+1312.7461 Differential Geometry
+1312.7463 Machine Learning
+1312.7465 Dynamical Systems
+1312.7473 Optimization and Control
+1312.7477 General Topology
+1312.7478
+1312.7479 Computation
+1312.7480 Statistical Mechanics
+1312.7484 Dynamical Systems
+1312.7486 Quantum Gases
+1312.7495 Combinatorics
+1312.7496 Atmospheric and Oceanic Physics
+1312.7499 Data Structures and Algorithms
+1312.7501
+1312.7502 High Energy Astrophysical Phenomena
+1312.7503 Subcellular Processes
+1312.7511 Computer Vision and Pattern Recognition
+1312.7515 Logic
+1312.7516 Geometric Topology
+1312.7517 Optimization and Control
+1312.7522 Discrete Mathematics
+1312.7523 Logic in Computer Science
+1312.7524 Representation Theory
+1312.7525 Methodology
+1312.7528 Biomolecules
+1312.7529 Combinatorics
+1312.7531 Geometric Topology
+1312.7532 Quantitative Methods
+1312.7534 Spectral Theory
+1312.7537 Plasma Physics
+1312.7538 Quantitative Methods
+1312.7539 Number Theory
+1312.7542 Databases
+1312.7549 Phenomenology
+1312.7552 High Energy Astrophysical Phenomena
+1312.7556 Quantitative Methods
+1312.7557 Computer Vision and Pattern Recognition
+1312.7558 Strongly Correlated Electrons
+1312.7560 Computer Vision and Pattern Recognition
+1312.7563 Discrete Mathematics
+1312.7567 Methodology
+1312.7570 Computer Vision and Pattern Recognition
+1312.7572 Robotics
+1312.7573 Computer Vision and Pattern Recognition
+1312.7586 Superconductivity
+1312.7587 Functional Analysis
+1312.7589 Combinatorics
+1312.7591 Functional Analysis
+1312.7592 Chemical Physics
+1312.7593 Analysis of PDEs
+1312.7595 Statistical Mechanics
+1312.7596 Analysis of PDEs
+1312.7598 Mesoscale and Nanoscale Physics
+1312.7599 Rings and Algebras
+1312.7600 Analysis of PDEs
+1312.7605 Logic in Computer Science
+1312.7611 Materials Science
+1312.7613 Solar and Stellar Astrophysics
+1312.7615 Computational Complexity
+1312.7622 Instrumentation and Detectors
+1312.7623 Experiment
+1312.7624 Mesoscale and Nanoscale Physics
+1312.7626 Distributed, Parallel, and Cluster Computing
+1312.7629 Numerical Analysis
+1312.7630 Social and Information Networks
+1312.7632 Mesoscale and Nanoscale Physics
+1312.7633 Combinatorics
+1312.7636 Mesoscale and Nanoscale Physics
+1312.7638 Dynamical Systems
+1312.7641 Phenomenology
+1312.7642
+1312.7643 Accelerator Physics
+1312.7645 Networking and Internet Architecture
+1312.7646
+1312.7647 Probability
+1312.7654 Dynamical Systems
+1312.7655 Pattern Formation and Solitons
+1312.7656 Phenomenology
+1312.7658 Learning
+1312.7659 Lattice
+1312.7660 Networking and Internet Architecture
+1312.7664 Phenomenology
+1312.7669 Phenomenology
+1312.7670 Software Engineering
+1312.7681 Materials Science
+1312.7682 Group Theory
+1312.7685 Distributed, Parallel, and Cluster Computing
+1312.7686 Differential Geometry
+1312.7693 Lattice
+1312.7697 Category Theory
+1312.7708
+1312.7709 Statistics Theory
+1312.7711
+1312.7712 Methodology
+1312.7719 Representation Theory
+1312.7720 Mesoscale and Nanoscale Physics
+1312.7721
+1312.7725 Classical Analysis and ODEs
+1312.7728 Statistical Mechanics
+1312.7729 Number Theory
+1312.7730 Optimization and Control
+1312.7735 Neurons and Cognition
+1312.7737 Instrumentation and Methods for Astrophysics
+1312.7739 Classical Analysis and ODEs
+1312.7740 Artificial Intelligence
+1312.7741
+1312.7742 Social and Information Networks
+1312.7744 General Physics
+1312.7745 Materials Science
+1312.7749 Populations and Evolution
+1312.7750 Machine Learning
+1312.7754
+1312.7755 Analysis of PDEs
+1312.7758 Software Engineering
+1312.7761 Neurons and Cognition
+1312.7764 Differential Geometry
+1312.7768 Astrophysics of Galaxies
+1312.7773 Superconductivity
+1312.7775 Complex Variables
+1312.7780 Group Theory
+1312.7781 Group Theory
+1312.7785 Probability
+1312.7795 Statistics Theory
+1312.7796 History and Overview
+1312.7799 History and Overview
+1312.7804 Functional Analysis
+1312.7805 Accelerator Physics
+1312.7812 Classical Physics
+1312.7822 High Energy Astrophysical Phenomena
+1312.7825
+1312.7827 Computation
+1312.7833 Category Theory
+1312.7835
+1312.7836 Algebraic Geometry
+1312.7838 Number Theory
+1312.7840 Statistics Theory
+1312.7841 Phenomenology
+1312.7844 Networking and Internet Architecture
+1312.7848 Theory
+1312.7859 Number Theory
+1312.7860 Trading and Market Microstructure
+1312.7861 Neurons and Cognition
+1312.7862 Probability
+1312.7867 Computation
+1312.7870 Differential Geometry
+1312.7871 Metric Geometry
+cond-mat/0105191 Statistical Mechanics
+1311.3597 Analysis of PDEs
+0810.1151 Programming Languages
+0902.1982 Analysis of PDEs
+0910.3661 Mesoscale and Nanoscale Physics
+0912.4007 Theory
+1001.2242 Geometric Topology
+1004.3345
+1007.3622 Machine Learning
+1008.2892 General Physics
+1011.3829 Analysis of PDEs
+1011.3953 Classical Physics
+1012.5816 Probability
+1012.5959 Astrophysics of Galaxies
+1101.1057 Machine Learning
+1105.4217 Materials Science
+1106.1166
+1108.4739 Applications
+1109.4127
+1110.2969 Theory
+1110.4617
+1111.5357 Discrete Mathematics
+1201.1209 Classical Analysis and ODEs
+1201.6138 Classical Analysis and ODEs
+1202.1466 Theory
+1202.1592 Mesoscale and Nanoscale Physics
+1202.2307
+1203.0223 Combinatorics
+1203.1960 Group Theory
+1203.2180 Cosmology and Nongalactic Astrophysics
+1203.4197 Cosmology and Nongalactic Astrophysics
+1203.5962
+1203.6186 Commutative Algebra
+1204.0003 Strongly Correlated Electrons
+1204.4898
+1204.5276 Combinatorics
+1205.0129 Classical Analysis and ODEs
+1205.0939 Geometric Topology
+1205.1013 Information Theory
+1205.4780 Strongly Correlated Electrons
+1206.3859 Mesoscale and Nanoscale Physics
+1206.5839 Theory
+1207.0130
+1207.3471 Atomic Physics
+1207.3496
+1208.0902 Networking and Internet Architecture
+1208.1587 Materials Science
+1208.3550 Number Theory
+1208.4678 Experiment
+1208.5681
+1208.5864 Mesoscale and Nanoscale Physics
+1208.6568
+1209.1172 Representation Theory
+1209.1897 Cosmology and Nongalactic Astrophysics
+1209.2141 Soft Condensed Matter
+1209.3279 Soft Condensed Matter
+1209.4927 Logic in Computer Science
+1209.4948
+1210.1831 Strongly Correlated Electrons
+1210.1942 Number Theory
+1210.2178 Numerical Analysis
+1210.2257 Disordered Systems and Neural Networks
+1210.2492 Statistical Mechanics
+1210.3239 Classical Analysis and ODEs
+1210.3445 Probability
+1210.3994 Quantum Gases
+1210.4530 Physics and Society
+1210.4608
+1210.4740 Theory
+1210.5220 Mesoscale and Nanoscale Physics
+1210.6569 Optics
+1210.7011
+1211.0103 Accelerator Physics
+1211.0112 Strongly Correlated Electrons
+1211.0202 Mesoscale and Nanoscale Physics
+1211.0300 Probability
+1211.0461 Phenomenology
+1211.0581
+1211.0682 Analysis of PDEs
+1211.0871 Numerical Analysis
+1211.1397 Cosmology and Nongalactic Astrophysics
+1211.2036 Cosmology and Nongalactic Astrophysics
+1211.2152 Optics
+1211.2616 Cosmology and Nongalactic Astrophysics
+1211.2837 Phenomenology
+1211.3680 History and Overview
+1211.4357 Strongly Correlated Electrons
+1211.5537 Theory
+1211.5838 Theory
+1212.2856
+1212.3328 Phenomenology
+1212.3788 Theory
+1212.4128 Theory
+1212.4159 Disordered Systems and Neural Networks
+1212.4357
+1212.5893 Phenomenology
+1212.6108 Probability
+1212.6111 Phenomenology
+1212.6435 Combinatorics
+1212.6509 Materials Science
+1212.6753 Theory
+1212.6970
+1301.1116 Strongly Correlated Electrons
+1301.2154 Theory
+1301.2523 Phenomenology
+1301.3072 Phenomenology
+1301.3242
+1301.3677 Number Theory
+1301.4507 Experiment
+1301.5068 Phenomenology
+1301.5178 Theory
+1301.5348 Learning
+1301.5663 Number Theory
+1301.6085 Phenomenology
+1301.6403 Instrumentation and Methods for Astrophysics
+1301.6819 Rings and Algebras
+1301.6967 Statistical Mechanics
+1301.7086 Phenomenology
+1302.0200 Mesoscale and Nanoscale Physics
+1302.0297 Quantum Gases
+1302.0755 Solar and Stellar Astrophysics
+1302.1120 Soft Condensed Matter
+1302.1200 Cosmology and Nongalactic Astrophysics
+1302.2574 Phenomenology
+1302.2928 Theory
+1302.3222 Theory
+1302.3427 Phenomenology
+1302.3520 Astrophysics of Galaxies
+1302.3873 Representation Theory
+1302.3976 Mesoscale and Nanoscale Physics
+1302.4515 Materials Science
+1302.4524 Phenomenology
+1302.4553 Phenomenology
+1302.4750 Phenomenology
+1302.5768 Theory
+1302.6069 Theory
+1303.0624
+1303.1041 Functional Analysis
+1303.2259 Number Theory
+1303.2508 Soft Condensed Matter
+1303.2601 Cosmology and Nongalactic Astrophysics
+1303.2974 Cryptography and Security
+1303.4244 Combinatorics
+1303.4305 High Energy Astrophysical Phenomena
+1303.6328 Phenomenology
+1304.0045 Analysis of PDEs
+1304.0265 General Finance
+1304.0872 Computational Complexity
+1304.1298 Mesoscale and Nanoscale Physics
+1304.1438 Differential Geometry
+1304.1578 Materials Science
+1304.1607 Algebraic Geometry
+1304.2314 Number Theory
+1304.2923 Group Theory
+1304.3153
+1304.3225 Phenomenology
+1304.3567 Differential Geometry
+1304.3688 Probability
+1304.3946 Optimization and Control
+1304.3995 Representation Theory
+1304.4009 Materials Science
+1304.4020 Optimization and Control
+1304.4134 Symbolic Computation
+1304.4221 Chemical Physics
+1304.4222 Computers and Society
+1304.4223 Computers and Society
+1304.4225 Rings and Algebras
+1304.4241 Phenomenology
+1304.4243 Computational Geometry
+1304.4261 History and Overview
+1304.4264 Differential Geometry
+1304.4272 Functional Analysis
+1304.4273 Cryptography and Security
+1304.4274 Biomolecules
+1304.4276 Experiment
+1304.4278 Algebraic Topology
+1304.4282 Numerical Analysis
+1304.4284 Disordered Systems and Neural Networks
+1304.4285 Networking and Internet Architecture
+1304.4286 Combinatorics
+1304.4288 Number Theory
+1304.4292 Numerical Analysis
+1304.4302 Methodology
+1304.4303 Databases
+1304.4304 Statistics Theory
+1304.4306 Subcellular Processes
+1304.4314 Optics
+1304.4315
+1304.4317 Dynamical Systems
+1304.4324 Social and Information Networks
+1304.4327 Data Structures and Algorithms
+1304.4329 Cryptography and Security
+1304.4332 Number Theory
+1304.4333 Computation
+1304.4334 Computation
+1304.4335 Combinatorics
+1304.4336 Numerical Analysis
+1304.4344 Learning
+1304.4346 Probability
+1304.4347 Phenomenology
+1304.4350 Networking and Internet Architecture
+1304.4354 Combinatorics
+1304.4355 Chemical Physics
+1304.4356 Optics
+1304.4360 Phenomenology
+1304.4362 Statistics Theory
+1304.4363 Discrete Mathematics
+1304.4365 Optimization and Control
+1304.4367 Optics
+1304.4369 Optimization and Control
+1304.4371 Data Structures and Algorithms
+1304.4374 Probability
+1304.4376 Analysis of PDEs
+1304.4378
+1304.4380 Optics
+1304.4386 Superconductivity
+1304.4391 Logic
+1304.4393 Astrophysics of Galaxies
+1304.4394 Classical Analysis and ODEs
+1304.4405 High Energy Astrophysical Phenomena
+1304.4409 Accelerator Physics
+1304.4413 Phenomenology
+1304.4415 Artificial Intelligence
+1304.4416 Plasma Physics
+1304.4417 Chemical Physics
+1304.4418 Mesoscale and Nanoscale Physics
+1304.4420 Statistical Mechanics
+1304.4424 Instrumentation and Detectors
+1304.4425
+1304.4429 Earth and Planetary Astrophysics
+1304.4431 Functional Analysis
+1304.4432 Optics
+1304.4433 Applications
+1304.4435 Solar and Stellar Astrophysics
+1304.4439 Applications
+1304.4440 Number Theory
+1304.4441 Applications
+1304.4445 Applications
+1304.4446 Cosmology and Nongalactic Astrophysics
+1304.4447 Optics
+1304.4448 Applications
+1304.4450 Dynamical Systems
+1304.4455 Solar and Stellar Astrophysics
+1304.4457 Strongly Correlated Electrons
+1304.4459 Materials Science
+1304.4462 Analysis of PDEs
+1304.4464 Information Theory
+1304.4465 Phenomenology
+1304.4467 High Energy Astrophysical Phenomena
+1304.4468 Soft Condensed Matter
+1304.4469 Probability
+1304.4475
+1304.4476 General Finance
+1304.4477
+1304.4479 Biological Physics
+1304.4480 Algebraic Geometry
+1304.4481 Representation Theory
+1304.4482 Quantum Algebra
+1304.4485 Biological Physics
+1304.4488 Disordered Systems and Neural Networks
+1304.4489 Analysis of PDEs
+1304.4491 Dynamical Systems
+1304.4492
+1304.4501 Mesoscale and Nanoscale Physics
+1304.4502 Analysis of PDEs
+1304.4513 Numerical Analysis
+1304.4519 Computational Complexity
+1304.4520 Computation and Language
+1304.4524 Networking and Internet Architecture
+1304.4527 Analysis of PDEs
+1304.4529 Complex Variables
+1304.4531 Strongly Correlated Electrons
+1304.4532 Differential Geometry
+1304.4534 Probability
+1304.4535 Computer Vision and Pattern Recognition
+1304.4537 Soft Condensed Matter
+1304.4539 Software Engineering
+1304.4547 Combinatorics
+1304.4548 Networking and Internet Architecture
+1304.4549 Machine Learning
+1304.4553 Discrete Mathematics
+1304.4555 Quantum Algebra
+1304.4557 Logic in Computer Science
+1304.4560 Theory
+1304.4561 Optimization and Control
+1304.4572 Cryptography and Security
+1304.4573 Populations and Evolution
+1304.4580 Probability
+1304.4581 Instrumentation and Detectors
+cond-mat/0612554 Soft Condensed Matter
+0706.4230 Complex Variables
+0710.5218 Statistics Theory
+0901.0264 Probability
+0907.3576 Information Theory
+1006.1059 Complex Variables
+1006.1380 Computer Science and Game Theory
+1006.4592 K-Theory and Homology
+1006.4978 Analysis of PDEs
+1006.5066 Information Theory
+1007.0238 Methodology
+1011.5204 Complex Variables
+1101.3298 High Energy Astrophysical Phenomena
+1102.3100 Numerical Analysis
+1106.2410 Classical Analysis and ODEs
+1107.0744 Astrophysics of Galaxies
+1107.2402 High Energy Astrophysical Phenomena
+1108.2221 Functional Analysis
+1108.3336 Strongly Correlated Electrons
+1111.1161 Theory
+1111.1287 Group Theory
+1111.5674 Superconductivity
+1112.2818 Phenomenology
+1112.6045 Physics and Society
+1112.6151 Probability
+1201.2457 Representation Theory
+1201.5209 Classical Analysis and ODEs
+1201.6344 Materials Science
+1202.1556 Dynamical Systems
+1202.2213 Materials Science
+1202.2520 Complex Variables
+1203.2925 Astrophysics of Galaxies
+1204.1027 Theory
+1204.2750
+1204.2930 Differential Geometry
+1204.4487 Mesoscale and Nanoscale Physics
+1204.5240 Atomic Physics
+1204.5247 Commutative Algebra
+1205.0709 Statistical Mechanics
+1205.1497
+1205.2075 Analysis of PDEs
+1205.4046 Analysis of PDEs
+1205.4919 Probability
+1205.5225 Strongly Correlated Electrons
+1205.6923 Superconductivity
+1206.3335
+1206.3738 Performance
+1206.4151 High Energy Astrophysical Phenomena
+1206.4272 Fluid Dynamics
+1206.5421 Social and Information Networks
+1206.6665 Experiment
+1207.0298 Neurons and Cognition
+1207.0795 Solar and Stellar Astrophysics
+1207.3417
+1207.4919 Materials Science
+1207.7203 Analysis of PDEs
+1208.0668
+1208.1897 Rings and Algebras
+1208.2951 Phenomenology
+1208.3229 Number Theory
+1208.3393 Number Theory
+1208.4518 Earth and Planetary Astrophysics
+1208.4669 Phenomenology
+1208.6524 Experiment
+1209.0225 High Energy Astrophysical Phenomena
+1209.0263 Computational Complexity
+1209.0489 Materials Science
+1209.0496 Superconductivity
+1209.2431 Astrophysics of Galaxies
+1209.3861 Strongly Correlated Electrons
+1209.4260 Operator Algebras
+1209.4415 Mesoscale and Nanoscale Physics
+1209.5411 Biological Physics
+1209.5516 Representation Theory
+1209.6396 Data Structures and Algorithms
+1210.2825 Mesoscale and Nanoscale Physics
+1210.5757 Logic
+1210.5816 Materials Science
+1210.6029 High Energy Astrophysical Phenomena
+1210.7890 Phenomenology
+1210.8383 Superconductivity
+1211.0231
+1211.0355 Materials Science
+1211.1046
+1211.2901 Quantum Gases
+1211.3251 Differential Geometry
+1211.4145 Functional Analysis
+1211.4980
+1211.5339 Solar and Stellar Astrophysics
+1211.6065 Biomolecules
+1211.6516 Phenomenology
+1212.0551
+1212.0559 History and Overview
+1212.0729
+1212.2012 Probability
+1212.2694 Strongly Correlated Electrons
+1212.2976 Strongly Correlated Electrons
+1212.2985 Solar and Stellar Astrophysics
+1212.3444 Exactly Solvable and Integrable Systems
+1212.3855 Strongly Correlated Electrons
+1212.4023 Disordered Systems and Neural Networks
+1212.5930 Phenomenology
+1212.6916 Theory
+1212.6968 Cosmology and Nongalactic Astrophysics
+1301.0068 Genomics
+1301.0992 Biomolecules
+1301.1643 General Physics
+1301.2167 Methodology
+1301.2218 Systems and Control
+1301.2985 Differential Geometry
+1301.3946 Data Structures and Algorithms
+1301.4797 Applications
+1301.7738 Computation and Language
+1302.0103 Databases
+1302.0259 Earth and Planetary Astrophysics
+1302.0772 General Mathematics
+1302.1186 Group Theory
+1302.2503 Representation Theory
+1302.3368 High Energy Astrophysical Phenomena
+1302.3431 Logic
+1302.3449 Logic
+1302.3454
+1302.3637
+1302.3933 K-Theory and Homology
+1302.4236 Materials Science
+1302.4345
+1302.4360 Functional Analysis
+1302.4384 Digital Libraries
+1302.4412 Information Retrieval
+1302.4427 Experiment
+1302.4428 Differential Geometry
+1302.4429 Differential Geometry
+1302.4433 Information Theory
+1302.4434 General Topology
+1302.4435 Differential Geometry
+1302.4446
+1302.4452 High Energy Astrophysical Phenomena
+1302.4455 Solar and Stellar Astrophysics
+1302.4462 Instrumentation and Methods for Astrophysics
+1302.4464 Hardware Architecture
+1302.4465 Physics and Society
+1302.4466 Complex Variables
+1302.4467 Strongly Correlated Electrons
+1302.4470 Combinatorics
+1302.4471 Physics and Society
+1302.4472 Experiment
+1302.4474 Information Theory
+1302.4481 Algebraic Geometry
+1302.4485 Astrophysics of Galaxies
+1302.4489 Computation and Language
+1302.4490 Physics and Society
+1302.4492 Computation and Language
+1302.4494 Representation Theory
+1302.4500 Metric Geometry
+1302.4501 Mesoscale and Nanoscale Physics
+1302.4503 Earth and Planetary Astrophysics
+1302.4504 Physics and Society
+1302.4506 Classical Analysis and ODEs
+1302.4513 Numerical Analysis
+1302.4517 Differential Geometry
+1302.4519 Neural and Evolutionary Computing
+1302.4523
+1302.4526 Probability
+1302.4529
+1302.4534 Materials Science
+1302.4535 Biological Physics
+1302.4541 Materials Science
+1302.4543 Theory
+1302.4544 Distributed, Parallel, and Cluster Computing
+1302.4545 Computer Science and Game Theory
+1302.4546 Social and Information Networks
+1302.4548 Instrumentation and Detectors
+1302.4552 Statistics Theory
+1302.4555 Soft Condensed Matter
+1302.4556 Soft Condensed Matter
+1302.4557 Medical Physics
+1302.4558 Distributed, Parallel, and Cluster Computing
+1302.4561 Statistics Theory
+1302.4569 Instrumentation and Detectors
+1302.4570 Differential Geometry
+1302.4573 Category Theory
+1302.4577 Lattice
+1302.4578 Materials Science
+1302.4583 Superconductivity
+1302.4586
+1302.4592 Trading and Market Microstructure
+1302.4595 Risk Management
+1302.4596 Analysis of PDEs
+1302.4599 Metric Geometry
+1302.4601 Analysis of PDEs
+1302.4605 Statistics Theory
+1302.4607 Statistics Theory
+1302.4609 Cryptography and Security
+1302.4615 Probability
+1302.4617 Computational Physics
+1302.4619 Computation and Language
+1302.4621 Earth and Planetary Astrophysics
+1302.4622 Number Theory
+1302.4623
+1302.4629 Analysis of PDEs
+1302.4630 Chemical Physics
+1302.4632
+1302.4634 High Energy Astrophysical Phenomena
+1302.4635 Commutative Algebra
+1302.4636 Cosmology and Nongalactic Astrophysics
+1302.4637 Probability
+1302.4638 Earth and Planetary Astrophysics
+1302.4639 Metric Geometry
+1302.4640 Cosmology and Nongalactic Astrophysics
+1302.4644 Combinatorics
+1302.4647 Combinatorics
+1302.4648 Fluid Dynamics
+1302.4654
+1302.4655 Number Theory
+1302.4656 Networking and Internet Architecture
+1302.4657 Strongly Correlated Electrons
+1302.4660 Information Theory
+1302.4667 Algebraic Geometry
+1302.4668 Probability
+1302.4670 Information Theory
+1302.4673 Computer Vision and Pattern Recognition
+1302.4675 Mesoscale and Nanoscale Physics
+1302.4680 Information Theory
+1302.4681 Rings and Algebras
+1302.4688 Symbolic Computation
+1302.4699 Materials Science
+1302.4701 Information Theory
+1302.4702 Numerical Analysis
+1302.4703 Combinatorics
+1302.4705 Information Theory
+1302.4711 General Mathematics
+1302.4712 Classical Analysis and ODEs
+1302.4717 Information Theory
+1302.4720 Networking and Internet Architecture
+1302.4721 Information Theory
+1302.4726 Information Retrieval
+1302.4731 History and Overview
+1302.4734
+1302.4735 Applications
+1302.4738 Probability
+math/0406440 Logic
+0707.4143
+0708.3874
+0807.4132 General Literature
+0903.2867 Combinatorics
+0906.2056 Number Theory
+0907.0187 Rings and Algebras
+0912.2966 General Physics
+1009.0943 Rings and Algebras
+1009.3260 Algebraic Topology
+1011.2376 Theory
+1103.6085 Earth and Planetary Astrophysics
+1104.0919 Data Structures and Algorithms
+1105.2525 Combinatorics
+1105.5380
+1106.5931 Experiment
+1107.3318 Number Theory
+1107.5519
+1109.1242 Differential Geometry
+1109.2269
+1110.0692 Numerical Analysis
+1110.5276 Computational Finance
+1110.6297 Information Theory
+1111.0280
+1111.1339 Probability
+1112.5742 Geophysics
+1112.5746 Geophysics
+1112.6233 Operator Algebras
+1201.5054 Exactly Solvable and Integrable Systems
+1202.1930 Probability
+1202.6559 Optics
+1203.1629
+1203.5352 Algebraic Geometry
+1204.0832 Logic
+1204.3458
+1205.0792 Information Theory
+1207.0850 Number Theory
+1207.4033 Differential Geometry
+1207.7265
+1209.0108
+1209.3127 Complex Variables
+1209.3661
+1209.3978 Theory
+1209.4164 Soft Condensed Matter
+1209.4339 Probability
+1209.6488 Dynamical Systems
+1210.1277 Complex Variables
+1210.1929
+1211.1314 Analysis of PDEs
+1211.2023 Astrophysics of Galaxies
+1211.3691 Analysis of PDEs
+1211.4086 Computational Physics
+1211.4861 Astrophysics of Galaxies
+1211.4933 Populations and Evolution
+1211.5139 Theory
+1211.5586
+1212.0461 Strongly Correlated Electrons
+1212.0964 Cosmology and Nongalactic Astrophysics
+1212.1531 Geometric Topology
+1212.4211 Optimization and Control
+1301.1480
+1301.2633 Algebraic Geometry
+1301.3563 Number Theory
+1301.5524 Plasma Physics
+1302.2708 Functional Analysis
+1302.3463 Applications
+1302.4693 Genomics
+1303.2329 Number Theory
+1303.3710 Phenomenology
+1303.3951 Materials Science
+1303.4779 Complex Variables
+1303.4821
+1303.6143 Chaotic Dynamics
+1303.6877 Instrumentation and Methods for Astrophysics
+1304.1025 Phenomenology
+1304.1866
+1304.1896 Physics and Society
+1304.3472 Mesoscale and Nanoscale Physics
+1304.4375 Quantum Gases
+1304.5187 Theory
+1304.6821 Theory
+1305.0068
+1305.0123 Superconductivity
+1305.1686 Phenomenology
+1305.1750
+1305.2484 Phenomenology
+1305.3572 Differential Geometry
+1305.5095
+1306.0009 Cosmology and Nongalactic Astrophysics
+1306.0582 Theory
+1306.0834 Rings and Algebras
+1306.1540 Theory
+1306.2413 Logic in Computer Science
+1306.3104 Differential Geometry
+1306.4459 Mesoscale and Nanoscale Physics
+1306.5563 Strongly Correlated Electrons
+1306.6047 Programming Languages
+1306.6141 Information Theory
+1307.0202 Populations and Evolution
+1307.0766 Number Theory
+1307.2582 Optimization and Control
+1307.3563 Biological Physics
+1307.3599
+1307.3689 Theory
+1307.4038 Category Theory
+1307.7425 Phenomenology
+1307.8040 Optimization and Control
+1308.0410 Differential Geometry
+1308.1134 Classical Analysis and ODEs
+1308.2182
+1308.2387 Optics
+1308.2498
+1308.2581 Data Structures and Algorithms
+1308.2612 Differential Geometry
+1308.2748 Probability
+1308.2805 Commutative Algebra
+1308.2836 Statistics Theory
+1308.2858 Data Structures and Algorithms
+1308.2961 Combinatorics
+1308.2970 Computational Complexity
+1308.2971 Instrumentation and Methods for Astrophysics
+1308.2972 Classical Analysis and ODEs
+1308.2973 Experiment
+1308.2978 Experiment
+1308.2980 Statistical Mechanics
+1308.2981
+1308.2983 Combinatorics
+1308.2986 Differential Geometry
+1308.2988 Dynamical Systems
+1308.2989 Experiment
+1308.2995 Representation Theory
+1308.2996 Dynamical Systems
+1308.2997 Algebraic Geometry
+1308.2998
+1308.3002 Fluid Dynamics
+1308.3005 Analysis of PDEs
+1308.3009 Data Analysis, Statistics and Probability
+1308.3012 Combinatorics
+1308.3013 Materials Science
+1308.3015 Robotics
+1308.3018 Exactly Solvable and Integrable Systems
+1308.3019 Atomic Physics
+1308.3023 Soft Condensed Matter
+1308.3027 Complex Variables
+1308.3031 Complex Variables
+1308.3032 Biomolecules
+1308.3036 Rings and Algebras
+1308.3037 Combinatorics
+1308.3040 Soft Condensed Matter
+1308.3041
+1308.3050 Materials Science
+1308.3051 Optics
+1308.3055 Rings and Algebras
+1308.3056 Symplectic Geometry
+1308.3063 Differential Geometry
+1308.3069 Materials Science
+1308.3070 Biological Physics
+1308.3074 Combinatorics
+1308.3083 Complex Variables
+1308.3090 Probability
+1308.3092 Algebraic Topology
+1308.3093 Commutative Algebra
+1308.3094 Physics and Society
+1308.3097 Probability
+1308.3098
+1308.3100
+1308.3101 Computer Vision and Pattern Recognition
+1308.3103 Quantitative Methods
+1308.3104 Soft Condensed Matter
+1308.3105 Superconductivity
+1308.3106 Computation and Language
+1308.3108 Commutative Algebra
+1308.3112 Combinatorics
+1308.3118 Atomic Physics
+1308.3120 Solar and Stellar Astrophysics
+1308.3127 Performance
+1308.3129 Superconductivity
+1308.3131 Strongly Correlated Electrons
+1308.3135
+1308.3143 Metric Geometry
+1308.3147 Astrophysics of Galaxies
+1308.3155 Information Theory
+1308.3156 Formal Languages and Automata Theory
+1308.3159 Mesoscale and Nanoscale Physics
+1308.3164
+1308.3165 General Physics
+1308.3166 Phenomenology
+1308.3172 Genomics
+1308.3174 Social and Information Networks
+1308.3177 Information Retrieval
+1308.3178 Combinatorics
+1308.3181 Computational Geometry
+1308.3183
+1308.3187 Algebraic Topology
+1308.3192 Group Theory
+1308.3194 Optics
+1308.3202 High Energy Astrophysical Phenomena
+1308.3203 Programming Languages
+1308.3209 High Energy Astrophysical Phenomena
+1308.3210 Combinatorics
+1308.3213 Experiment
+1308.3214 Numerical Analysis
+1308.3216 Solar and Stellar Astrophysics
+1308.3217 Information Theory
+1308.3222 High Energy Astrophysical Phenomena
+cond-mat/0508282 Mesoscale and Nanoscale Physics
+math/0507502 Number Theory
+math/0601472 Quantum Algebra
+0706.0276 Mesoscale and Nanoscale Physics
+0708.4108 Quantum Algebra
+0803.0888 Other Quantitative Biology
+0810.3947 Combinatorics
+0903.2807 Quantum Algebra
+0910.0790 Other Condensed Matter
+0910.0794 Other Condensed Matter
+0911.5287 Quantum Algebra
+0912.2232
+1003.5728 Mesoscale and Nanoscale Physics
+1005.1503 Algebraic Geometry
+1005.1781 Probability
+1007.4992
+1009.3676 Combinatorics
+1009.4424 General Physics
+1012.3200 Strongly Correlated Electrons
+1101.1972 Functional Analysis
+1102.4210 Applications
+1102.4754 High Energy Astrophysical Phenomena
+1104.5313 Complex Variables
+1105.5524 Superconductivity
+1105.5527 Superconductivity
+1107.1607 Probability
+1107.3223 Complex Variables
+1107.3367 Probability
+1108.3099 Mesoscale and Nanoscale Physics
+1109.0557 Metric Geometry
+1109.1094 Earth and Planetary Astrophysics
+1109.1769
+1109.6715 Statistical Mechanics
+1110.2350 Programming Languages
+1111.5091 Superconductivity
+1111.5600 Number Theory
+1112.2675 Phenomenology
+1201.1573 Probability
+1201.2583 Optics
+1201.2990
+1201.5145 Solar and Stellar Astrophysics
+1202.1167
+1202.3532 Instrumentation and Detectors
+1202.5187 Information Theory
+1203.3630 Earth and Planetary Astrophysics
+1203.4325
+1204.0049 Phenomenology
+1204.0429 Information Theory
+1204.3075 Populations and Evolution
+1204.5768 Superconductivity
+1205.0247 Disordered Systems and Neural Networks
+1205.0880 Statistics Theory
+1205.1070 Differential Geometry
+1205.3239 Superconductivity
+1206.1287
+1206.4075
+1206.6121 Statistical Mechanics
+1206.6190 Information Theory
+1206.6776 Phenomenology
+1207.0043 Data Structures and Algorithms
+1207.0166 Learning
+1207.1596
+1207.2507 Statistical Mechanics
+1207.3197 Mesoscale and Nanoscale Physics
+1207.3629 Combinatorics
+1207.5800 Cosmology and Nongalactic Astrophysics
+1207.6080
+1207.6136 Mesoscale and Nanoscale Physics
+1207.6550 Statistical Mechanics
+1208.0471 Strongly Correlated Electrons
+1208.0747 Quantitative Methods
+1208.1354 Mesoscale and Nanoscale Physics
+1208.1512 Statistical Mechanics
+1208.2052 Fluid Dynamics
+1208.2854 Mesoscale and Nanoscale Physics
+1208.3362 Group Theory
+1208.5393 Optimization and Control
+1208.6112 Symbolic Computation
+1208.6143 Strongly Correlated Electrons
+1208.6400
+1209.2618 Cosmology and Nongalactic Astrophysics
+1209.4460 Phenomenology
+1210.1298
+1210.1822 Mesoscale and Nanoscale Physics
+1210.2399 High Energy Astrophysical Phenomena
+1210.3669
+1210.4109 Theory
+1210.4584 Methodology
+1210.5012 Computer Science and Game Theory
+1210.5099 High Energy Astrophysical Phenomena
+1211.0505
+1211.0590 Chemical Physics
+1211.1482 Computer Vision and Pattern Recognition
+1211.4139 Spectral Theory
+1211.4143 Analysis of PDEs
+1211.4144
+1211.4295 Statistical Mechanics
+1211.7232 Social and Information Networks
+1212.1133
+1212.1529 Dynamical Systems
+1212.1742 High Energy Astrophysical Phenomena
+1212.2857 Artificial Intelligence
+1212.4147 Solar and Stellar Astrophysics
+1212.4553 General Physics
+1212.4600 Rings and Algebras
+1212.5331 Information Retrieval
+1212.5998 Statistical Mechanics
+1301.0876 Statistical Mechanics
+1301.1372 Experiment
+1301.1753 Networking and Internet Architecture
+1301.1793 Spectral Theory
+1301.1798 Algebraic Geometry
+1301.2601 Cosmology and Nongalactic Astrophysics
+1301.2721 Number Theory
+1301.2743
+1301.2767 Analysis of PDEs
+1301.2989 Phenomenology
+1301.3171 Theory
+1301.3385 Computer Vision and Pattern Recognition
+1301.3502 Solar and Stellar Astrophysics
+1301.3503 Materials Science
+1301.3513 Lattice
+1301.3514 Machine Learning
+1301.3520 Lattice
+1301.3523 Applications
+1301.3524 Learning
+1301.3525 Phenomenology
+1301.3528 Genomics
+1301.3532 Phenomenology
+1301.3534 Instrumentation and Methods for Astrophysics
+1301.3535 Systems and Control
+1301.3537 Artificial Intelligence
+1301.3539 Learning
+1301.3546 Dynamical Systems
+1301.3547 Computation and Language
+1301.3552 Systems and Control
+1301.3556 Classical Analysis and ODEs
+1301.3557 Learning
+1301.3558 Methodology
+1301.3560 Computer Vision and Pattern Recognition
+1301.3570 Machine Learning
+1301.3571 Statistical Mechanics
+1301.3575 Learning
+1301.3586 Analysis of PDEs
+1301.3589 Analysis of PDEs
+1301.3590 Information Theory
+1301.3591 Lattice
+1301.3594 Number Theory
+1301.3601 Networking and Internet Architecture
+1301.3603 Numerical Analysis
+1301.3604 Theory
+1301.3606 Astrophysics of Galaxies
+1301.3609 Computer Science and Game Theory
+1301.3615 Materials Science
+1301.3619 Lattice
+1301.3620 Optics
+1301.3621 Materials Science
+1301.3628
+1301.3633 Phenomenology
+1301.3635 Phenomenology
+1301.3636
+1301.3638 Group Theory
+1301.3640 Operator Algebras
+1301.3644 Computer Vision and Pattern Recognition
+1301.3651 Populations and Evolution
+1301.3653 Classical Analysis and ODEs
+1301.3654 Materials Science
+1301.3655 Number Theory
+1301.3657 Astrophysics of Galaxies
+1301.3658 Classical Analysis and ODEs
+1301.3659 Classical Analysis and ODEs
+1301.3661 Mesoscale and Nanoscale Physics
+1301.3663 Analysis of PDEs
+1301.3664 Theory
+1301.3669 Combinatorics
+1301.3670 Strongly Correlated Electrons
+1301.3672 Phenomenology
+1301.3675 Optimization and Control
+1301.3678 Metric Geometry
+1301.3679 Category Theory
+1301.3680 Cosmology and Nongalactic Astrophysics
+1301.3682 Metric Geometry
+1301.3684 Analysis of PDEs
+1301.3690 Instrumentation and Methods for Astrophysics
+1301.3692
+1301.3696
+1301.3700 Symplectic Geometry
+1301.3701 Lattice
+1301.3705 Differential Geometry
+1301.3706 Theory
+1301.3707 Group Theory
+1301.3708 Information Theory
+1301.3709 Algebraic Geometry
+1301.3710 Optics
+1301.3711 Phenomenology
+1301.3712 Optics
+1301.3716 Dynamical Systems
+1301.3718 Applications
+1301.3719 Superconductivity
+1301.3723 Optimization and Control
+1301.3727
+1301.3729 Spectral Theory
+1301.3730 Solar and Stellar Astrophysics
+1301.3731 Spectral Theory
+1301.3734 Number Theory
+1301.3736 Strongly Correlated Electrons
+1301.3744 Digital Libraries
+1301.3747
+1301.3750 Instrumentation and Detectors
+1301.3751 Formal Languages and Automata Theory
+1301.3752 Differential Geometry
+1301.3754 Phenomenology
+1301.3755 Computer Vision and Pattern Recognition
+1301.3757 Superconductivity
+1301.3771 Computational Complexity
+1301.3774 Analysis of PDEs
+1301.3780 Discrete Mathematics
+1301.3791 Information Theory
+1301.3797 Earth and Planetary Astrophysics
+1301.3804 Solar and Stellar Astrophysics
+1301.3807 Analysis of PDEs
+1301.3808 Earth and Planetary Astrophysics
+1301.3810 Spectral Theory
+1301.3812 Phenomenology
+1301.3813 Solar and Stellar Astrophysics
+1301.3815 Algebraic Geometry
+1301.3818 Solar and Stellar Astrophysics
+1301.3823 Portfolio Management
+1301.3824 Risk Management
+0705.3134 Algebraic Geometry
+0804.0655 Classical Analysis and ODEs
+0807.4888 Classical Analysis and ODEs
+0906.1861 Complex Variables
+0906.1862 Classical Analysis and ODEs
+0910.3087 Classical Analysis and ODEs
+0911.0274 Probability
+1003.0747 Statistics Theory
+1008.4871 Analysis of PDEs
+1011.6036 Exactly Solvable and Integrable Systems
+1101.3688 Classical Analysis and ODEs
+1103.6125 Statistical Mechanics
+1105.5229 Classical Analysis and ODEs
+1106.2775 Probability
+1106.2959 Classical Analysis and ODEs
+1106.4771 Probability
+1106.5758 Statistics Theory
+1107.0477 Probability
+1107.0520 Dynamical Systems
+1107.1034
+1107.2315 Probability
+1108.2784 Probability
+1108.3845
+1108.3917 Classical Analysis and ODEs
+1108.3918 Classical Analysis and ODEs
+1109.1732 Soft Condensed Matter
+1109.3203 Earth and Planetary Astrophysics
+1109.3249 Probability
+1109.5684 Probability
+1110.1599 Probability
+1110.5395 Cryptography and Security
+1112.0921 Mesoscale and Nanoscale Physics
+1112.2184
+1201.0653 Complex Variables
+1201.2928
+1202.3420 Phenomenology
+1202.3960 Algebraic Geometry
+1206.1609
+1207.0149 Algebraic Topology
+1207.3535 Instrumentation and Methods for Astrophysics
+1207.3585 Formal Languages and Automata Theory
+1207.5012
+1207.5105
+1207.5690 Formal Languages and Automata Theory
+1208.2978
+1208.5412 Formal Languages and Automata Theory
+1209.0890 Group Theory
+1209.1909 Computational Finance
+1210.1377 Mesoscale and Nanoscale Physics
+1210.3371 Data Structures and Algorithms
+1210.4359
+1210.7157 Number Theory
+1210.7278
+1210.8423 Populations and Evolution
+1211.0222
+1211.0830 Probability
+1212.2181 Statistical Mechanics
+1212.3430 Materials Science
+1212.6609 Formal Languages and Automata Theory
+1301.0949 Experiment
+1301.2992 Phenomenology
+1302.3052
+1302.6226 Optics
+1303.5814 Plasma Physics
+1304.0599 Cosmology and Nongalactic Astrophysics
+1304.0671 Experiment
+1304.2140 Earth and Planetary Astrophysics
+1304.3053 Phenomenology
+1304.3901
+1304.4499 Logic in Computer Science
+1304.5395 Commutative Algebra
+1304.5758 Machine Learning
+1304.7278 Systems and Control
+1304.7352 Statistical Mechanics
+1305.1308 Cosmology and Nongalactic Astrophysics
+1305.1841 Chaotic Dynamics
+1305.3448
+1305.4401 Cryptography and Security
+1305.4431 Phenomenology
+1305.4448
+1305.4829 Mesoscale and Nanoscale Physics
+1305.5039
+1305.6840
+1306.1567 Phenomenology
+1306.1618 Instrumentation and Methods for Astrophysics
+1306.1631 Phenomenology
+1306.3522 Populations and Evolution
+1306.3913
+1306.4171 Phenomenology
+1306.4947 Learning
+1306.6002
+1306.6748 Mesoscale and Nanoscale Physics
+1307.0201 Computer Science and Game Theory
+1307.0370 Strongly Correlated Electrons
+1307.0585 Information Theory
+1307.1726 Mesoscale and Nanoscale Physics
+1307.2843 Quantum Gases
+1307.4373 Soft Condensed Matter
+1307.4522
+1307.5459 Systems and Control
+1307.6046 Statistical Finance
+1307.6213 Phenomenology
+1307.6240 Experiment
+1307.6647 Statistical Mechanics
+1307.6908 Phenomenology
+1308.1486 Chemical Physics
+1308.3798 Plasma Physics
+1308.4254 Functional Analysis
+1308.5017 High Energy Astrophysical Phenomena
+1308.5531 Fluid Dynamics
+1308.5758 Solar and Stellar Astrophysics
+1309.1067
+1309.3616 Spectral Theory
+1309.3911
+1309.5288 Materials Science
+1309.6368 Combinatorics
+1309.7201 Phenomenology
+1309.7608 General Mathematics
+1309.7640 Multimedia
+1309.7685 Programming Languages
+1309.7690 Neural and Evolutionary Computing
+1310.0201 Computation and Language
+1310.0634 Combinatorics
+1310.0655 Computation
+1310.0810 Computers and Society
+1310.0815 Cosmology and Nongalactic Astrophysics
+1310.0824 Cosmology and Nongalactic Astrophysics
+1310.0841 Phenomenology
+1310.0843 Group Theory
+1310.0850 Differential Geometry
+1310.0855 Experiment
+1310.0860 Differential Geometry
+1310.0863
+1310.0864 Computers and Society
+1310.0866 Optimization and Control
+1310.0867 Programming Languages
+1310.0871
+1310.0872 Information Theory
+1310.0875 High Energy Astrophysical Phenomena
+1310.0876 Experiment
+1310.0880 Strongly Correlated Electrons
+1310.0883 Distributed, Parallel, and Cluster Computing
+1310.0885 Instrumentation and Methods for Astrophysics
+1310.0886 Space Physics
+1310.0888 Soft Condensed Matter
+1310.0890 Learning
+1310.0891 Logic
+1310.0893 Soft Condensed Matter
+1310.0894 Information Retrieval
+1310.0900 Computer Vision and Pattern Recognition
+1310.0901 Software Engineering
+1310.0905
+1310.0908 Solar and Stellar Astrophysics
+1310.0910 Metric Geometry
+1310.0916 Commutative Algebra
+1310.0918 High Energy Astrophysical Phenomena
+1310.0919 Symbolic Computation
+1310.0924 Probability
+1310.0927 Artificial Intelligence
+1310.0932 Systems and Control
+1310.0939 Probability
+1310.0943 Atmospheric and Oceanic Physics
+1310.0945 Accelerator Physics
+1310.0946 Phenomenology
+1310.0947 Classical Analysis and ODEs
+1310.0959 Representation Theory
+1310.0963 Lattice
+1310.0965 Analysis of PDEs
+1310.0968 Experiment
+1310.0974 Analysis of PDEs
+1310.0976 Analysis of PDEs
+1310.0977 Probability
+1310.0978 Soft Condensed Matter
+1310.0979 Number Theory
+1310.0987
+1310.0988 Combinatorics
+1310.0990
+1310.0991 Mesoscale and Nanoscale Physics
+1310.0992 Combinatorics
+1310.0994 Accelerator Physics
+1310.0995 Classical Analysis and ODEs
+1310.1002 Experiment
+1310.1006 Chemical Physics
+1310.1009
+1310.1012 Discrete Mathematics
+1310.1015 Networking and Internet Architecture
+1310.1018 Differential Geometry
+1310.1019 General Physics
+1310.1022 Machine Learning
+1310.1024 General Physics
+1310.1026 Analysis of PDEs
+1310.1031 Functional Analysis
+1310.1033 History and Philosophy of Physics
+1310.1034 Computation
+1310.1039 Lattice
+1310.1046 Instrumentation and Detectors
+1310.1048 Data Structures and Algorithms
+1310.1050 Distributed, Parallel, and Cluster Computing
+1310.1057 Symplectic Geometry
+1310.1060 Theory
+1310.1061
+1310.1062 Instrumentation and Detectors
+1310.1067
+1310.1070 Phenomenology
+1310.1076 Methodology
+math/0101187 Classical Analysis and ODEs
+math/0103184 Classical Analysis and ODEs
+math/0109222 Classical Analysis and ODEs
+math/0111252 Classical Analysis and ODEs
+math/0204155 Classical Analysis and ODEs
+math/0302357 Classical Analysis and ODEs
+math/0303093 Classical Analysis and ODEs
+math/0310436 Classical Analysis and ODEs
+math/0403510 Classical Analysis and ODEs
+math/0403532 Classical Analysis and ODEs
+math/0403533 Classical Analysis and ODEs
+math/0407265 Classical Analysis and ODEs
+math/0408269 Classical Analysis and ODEs
+math/0505041 Rings and Algebras
+math/0511509 Quantum Algebra
+math/0512358 Classical Analysis and ODEs
+math/0604312 Classical Analysis and ODEs
+math/0606334 Classical Analysis and ODEs
+math/9510214 Classical Analysis and ODEs
+0704.0304 Information Theory
+0907.4393 Superconductivity
+1004.2135 Commutative Algebra
+1010.4642 Probability
+1012.2736 Analysis of PDEs
+1102.2744 Combinatorics
+1105.6140 Operator Algebras
+1106.0037 Experiment
+1106.3279 Trading and Market Microstructure
+1108.1280 Dynamical Systems
+1108.3961 Number Theory
+1110.0783 Phenomenology
+1110.1054
+1111.1349 Risk Management
+1111.3464 Optimization and Control
+1111.3511 Differential Geometry
+1111.6107 General Physics
+1112.0266 Probability
+1112.2482 Analysis of PDEs
+1112.3845 Analysis of PDEs
+1201.3022 Quantitative Methods
+1201.4821 Probability
+1202.1716 Soft Condensed Matter
+1202.6370 Superconductivity
+1203.4027 Analysis of PDEs
+1204.1259 Learning
+1204.5938
+1205.1835 Phenomenology
+1205.5091 Accelerator Physics
+1206.2767 Number Theory
+1206.3933 Social and Information Networks
+1206.4813 Instrumentation and Detectors
+1206.4925 Dynamical Systems
+1206.5832 Theory
+1206.7082 Instrumentation and Detectors
+1207.4914 Physics and Society
+1207.5059 Quantum Gases
+1207.6826 Strongly Correlated Electrons
+1208.2008 Theory
+1208.3791 Functional Analysis
+1208.5130 Physics and Society
+1208.6063 Social and Information Networks
+1209.0203 Mesoscale and Nanoscale Physics
+1209.2895
+1209.3536 Representation Theory
+1209.6512 Superconductivity
+1210.1107
+1210.2754 Theory
+1210.3020 Theory
+1210.3921 Probability
+1210.6883 Social and Information Networks
+1210.6962
+1210.7051
+1211.0196
+1211.0615 Mesoscale and Nanoscale Physics
+1211.2301 Combinatorics
+1211.2713 Data Structures and Algorithms
+1211.3143 Experiment
+1211.3330
+1211.3456 Quantum Gases
+1211.3866 Quantum Gases
+1211.4045 Cosmology and Nongalactic Astrophysics
+1211.6731 Statistical Mechanics
+1212.0835 Strongly Correlated Electrons
+1212.1024 Soft Condensed Matter
+1212.3561 Theory
+1212.3714 Strongly Correlated Electrons
+1212.4387
+1212.4484 Phenomenology
+1212.5644 Quantum Gases
+1212.5703 Theory
+1301.0229 Theory
+1301.0345 Phenomenology
+1301.0383 Strongly Correlated Electrons
+1301.2121 Optics
+1301.2974 Optics
+1301.4079
+1301.5023 Experiment
+1301.5229
+1301.6813 Materials Science
+1301.7323 Strongly Correlated Electrons
+1302.3158 Space Physics
+1302.6663 Strongly Correlated Electrons
+1302.6770 Social and Information Networks
+1302.7040 Functional Analysis
+1303.0385 Quantum Algebra
+1303.2632 Theory
+1303.4222 Differential Geometry
+1303.4367
+1303.4491 Strongly Correlated Electrons
+1303.5780 Commutative Algebra
+1303.6532 Metric Geometry
+1303.6563
+1303.7308
+1303.7437 Statistics Theory
+1304.0188 Computational Complexity
+1304.0269 Number Theory
+1304.0457
+1304.0738 Combinatorics
+1304.0814 Statistical Mechanics
+1304.0877 Statistics Theory
+1304.1006 Dynamical Systems
+1304.1011 Mesoscale and Nanoscale Physics
+1304.1074 Computer Science and Game Theory
+1304.1081 Artificial Intelligence
+1304.1082 Artificial Intelligence
+1304.1083 Artificial Intelligence
+1304.1084 Artificial Intelligence
+1304.1086 Artificial Intelligence
+1304.1087 Artificial Intelligence
+1304.1088 Artificial Intelligence
+1304.1089 Artificial Intelligence
+1304.1090 Artificial Intelligence
+1304.1092 Artificial Intelligence
+1304.1093 Artificial Intelligence
+1304.1094 Artificial Intelligence
+1304.1095 Artificial Intelligence
+1304.1096 Artificial Intelligence
+1304.1097 Artificial Intelligence
+1304.1098 Robotics
+1304.1099 Artificial Intelligence
+1304.1100 Artificial Intelligence
+1304.1101 Artificial Intelligence
+1304.1102 Artificial Intelligence
+1304.1103 Artificial Intelligence
+1304.1104 Artificial Intelligence
+1304.1105 Artificial Intelligence
+1304.1106 Artificial Intelligence
+1304.1107 Artificial Intelligence
+1304.1108 Artificial Intelligence
+1304.1109 Artificial Intelligence
+1304.1110 Artificial Intelligence
+1304.1111 Artificial Intelligence
+1304.1112 Artificial Intelligence
+1304.1113 Artificial Intelligence
+1304.1114 Artificial Intelligence
+1304.1115 Artificial Intelligence
+1304.1116 Artificial Intelligence
+1304.1117 Artificial Intelligence
+1304.1118 Artificial Intelligence
+1304.1119 Artificial Intelligence
+1304.1120 Artificial Intelligence
+1304.1121 Artificial Intelligence
+1304.1122 Artificial Intelligence
+1304.1123 Artificial Intelligence
+1304.1124 Artificial Intelligence
+1304.1125 Artificial Intelligence
+1304.1126 Artificial Intelligence
+1304.1127 Artificial Intelligence
+1304.1128 Artificial Intelligence
+1304.1129 Artificial Intelligence
+1304.1130 Artificial Intelligence
+1304.1131 Artificial Intelligence
+1304.1132 Artificial Intelligence
+1304.1133 Artificial Intelligence
+1304.1134 Artificial Intelligence
+1304.1135 Artificial Intelligence
+1304.1136 Artificial Intelligence
+1304.1137 Artificial Intelligence
+1304.1138 Artificial Intelligence
+1304.1139 Artificial Intelligence
+1304.1140 Artificial Intelligence
+1304.1141 Artificial Intelligence
+1304.1142 Artificial Intelligence
+1304.1143 Artificial Intelligence
+1304.1144 Artificial Intelligence
+1304.1146 Artificial Intelligence
+1304.1148 Logic
+1304.1149 Logic
+1304.1164
+1304.1165 Solar and Stellar Astrophysics
+1304.1166 Phenomenology
+1304.1169 Combinatorics
+1304.1175 Instrumentation and Detectors
+1304.1176 Quantum Gases
+1304.1177 Phenomenology
+1304.1186 General Finance
+1304.1187 Biological Physics
+1304.1190 Phenomenology
+1304.1192 Learning
+1304.1204 Rings and Algebras
+1304.1205 Combinatorics
+1304.1207 Information Theory
+1304.1208 Probability
+1304.1212
+1304.1217 Computational Complexity
+1304.1218 Algebraic Geometry
+1304.1221 Combinatorics
+1304.1226 Combinatorics
+1304.1229 Optics
+1304.1230 Functional Analysis
+1304.1231 Genomics
+1304.1233 Computer Vision and Pattern Recognition
+1304.1234 Dynamical Systems
+1304.1235 Networking and Internet Architecture
+1304.1242 Cellular Automata and Lattice Gases
+1304.1250 Computer Vision and Pattern Recognition
+1304.1251 Materials Science
+1304.1258 High Energy Astrophysical Phenomena
+1304.1259 Solar and Stellar Astrophysics
+1304.1262 Cell Behavior
+1304.1263 Combinatorics
+1304.1268 General Topology
+1304.1273 Superconductivity
+1304.1280 General Physics
+1304.1281 General Physics
+1304.1285 Optics
+1304.1291 Numerical Analysis
+1304.1292
+1304.1295 Statistics Theory
+1304.1303 Phenomenology
+1304.1305 Solar and Stellar Astrophysics
+1304.1311 High Energy Astrophysical Phenomena
+1304.1312 Analysis of PDEs
+1304.1314 Chemical Physics
+1304.1319 Probability
+1304.1321 High Energy Astrophysical Phenomena
+1304.1332 Human-Computer Interaction
+1304.1334 Mesoscale and Nanoscale Physics
+1304.1337 Combinatorics
+1304.1338 Combinatorics
+1304.1340 Combinatorics
+1304.1342 Probability
+1304.1343 Rings and Algebras
+1304.1344 Algebraic Geometry
+1304.1345 Combinatorics
+1304.1347 Computational Complexity
+1304.1348 History and Overview
+1304.1349 Instrumentation and Methods for Astrophysics
+1304.1350 Computation
+1304.1351 Computer Science and Game Theory
+1304.1353 Materials Science
+1304.1354 Atmospheric and Oceanic Physics
+1304.1355 Strongly Correlated Electrons
+1304.1356 Mathematical Software
+1304.1357
+1304.1358 Optics
+1304.1360 Phenomenology
+1304.1362 Solar and Stellar Astrophysics
+1304.1363 Algebraic Geometry
+1304.1370 Statistics Theory
+1304.1371
+1304.1380 Logic
+1304.1381 Commutative Algebra
+1304.1386 Systems and Control
+1304.1387 Materials Science
+1304.1391 Learning
+1304.1393 Instrumentation and Detectors
+1304.1394 High Energy Astrophysical Phenomena
+1304.1395 High Energy Astrophysical Phenomena
+1304.1397 Pricing of Securities
+1304.1399 Earth and Planetary Astrophysics
+1304.1401 Mesoscale and Nanoscale Physics
+1304.1404 Logic
+1304.1405 Information Theory
+1304.1407 Materials Science
+1304.1410 Soft Condensed Matter
+1304.1416 Lattice
+1304.1417 Differential Geometry
+1304.1419 Computer Vision and Pattern Recognition
+1304.1425 Earth and Planetary Astrophysics
+1304.1429 Logic
+1304.1432 Information Theory
+1304.1435
+1304.1441 Logic
+1304.1442 Number Theory
+1304.1443
+1304.1448 Representation Theory
+1304.1452
+1304.1456 Computer Science and Game Theory
+1304.1458 Data Structures and Algorithms
+1304.1459 Information Theory
+1304.1460 Dynamical Systems
+1304.1470 Astrophysics of Galaxies
+1304.1479 Phenomenology
+1304.1485 Popular Physics
+1304.1488 Geometric Topology
+1304.1489
+cond-mat/0402044 Superconductivity
+nlin/0404004 Adaptation and Self-Organizing Systems
+0705.2122
+0705.3834 Algebraic Geometry
+0706.1575 Chaotic Dynamics
+0709.2498 Mesoscale and Nanoscale Physics
+0803.0076 Chaotic Dynamics
+0803.0270 Combinatorics
+0804.2508 Analysis of PDEs
+0807.0678 Chaotic Dynamics
+0809.0011 History and Overview
+0810.3322 Combinatorics
+0904.4580 Mesoscale and Nanoscale Physics
+0905.0334 Exactly Solvable and Integrable Systems
+0905.4105 Optics
+0906.0419 Optics
+0906.2941 Atomic Physics
+0907.5427 Data Structures and Algorithms
+0912.1516 Probability
+1002.2821 Algebraic Geometry
+1003.3406 Combinatorics
+1005.5207 Algebraic Geometry
+1006.0953 Mesoscale and Nanoscale Physics
+1006.3501 Geometric Topology
+1006.4135 Combinatorics
+1006.5181 Cosmology and Nongalactic Astrophysics
+1007.1727 Data Analysis, Statistics and Probability
+1008.2461 Experiment
+1008.2873 Information Theory
+1008.5254 Information Theory
+1009.2035 Strongly Correlated Electrons
+1009.2910 Strongly Correlated Electrons
+1009.4480 Biomolecules
+1011.5385 Soft Condensed Matter
+1012.4229 Strongly Correlated Electrons
+1102.0173 Probability
+1103.0485 Metric Geometry
+1103.6208 Experiment
+1104.0179 Logic
+1104.0441 Combinatorics
+1104.2957 Cosmology and Nongalactic Astrophysics
+1104.3038 Experiment
+1105.5217
+1106.2503 Social and Information Networks
+1106.5006 Mesoscale and Nanoscale Physics
+1106.5852 Differential Geometry
+1107.0867 Mesoscale and Nanoscale Physics
+1107.1131 Combinatorics
+1108.2362 Strongly Correlated Electrons
+1108.4962 Dynamical Systems
+1109.0769 Mesoscale and Nanoscale Physics
+1109.2835 Algebraic Geometry
+1109.3686 Exactly Solvable and Integrable Systems
+1110.1556 History and Overview
+1110.5016 Experiment
+1110.6356
+1110.6567 Geometric Topology
+1111.0248 Cosmology and Nongalactic Astrophysics
+1111.1001 General Physics
+1111.5114
+1111.6266 Theory
+1112.5154 Experiment
+1201.0127 Data Structures and Algorithms
+1201.1687 Astrophysics of Galaxies
+1201.3239 Statistics Theory
+1201.5444 Algebraic Geometry
+1202.1598
+1202.3389 Experiment
+1202.5663
+1202.6419 Optics
+1203.3087 Experiment
+1203.3571 Soft Condensed Matter
+1203.4139 Functional Analysis
+1203.5015 Experiment
+1203.5567 Strongly Correlated Electrons
+1203.6583 Strongly Correlated Electrons
+1204.1927 Combinatorics
+1204.2963 Classical Analysis and ODEs
+1204.3185 Theory
+1205.0431
+1205.1834 Dynamical Systems
+1205.2067 Experiment
+1205.2531 Experiment
+1205.6240 Combinatorics
+1206.0882 Representation Theory
+1206.1460 Probability
+1206.2135 Experiment
+1206.2513
+1206.2636 Biomolecules
+1206.3810 Materials Science
+1206.5369 Experiment
+1206.5778 Strongly Correlated Electrons
+1207.1473
+1207.2263 Analysis of PDEs
+1207.2358 Theory
+1207.3508 Networking and Internet Architecture
+1207.5669 Theory
+1207.5883 Dynamical Systems
+1207.5892 Quantum Gases
+1207.6000
+1207.6704 Superconductivity
+1208.0563 Experiment
+1208.1390 Experiment
+1208.2083
+1208.2241 Geometric Topology
+1208.3549 Systems and Control
+1208.4688 Experiment
+1208.5311 Applications
+1208.6256 Experiment
+1209.3022 Phenomenology
+1209.5729 Mesoscale and Nanoscale Physics
+1209.5892 Biomolecules
+1210.0127 Space Physics
+1210.0441 Experiment
+1210.2222 Mesoscale and Nanoscale Physics
+1210.2435 Metric Geometry
+1210.3219 Combinatorics
+1210.3649 Mesoscale and Nanoscale Physics
+1210.4087 Phenomenology
+1210.4212
+1210.4536 Materials Science
+1210.5048 Optimization and Control
+1210.6995 Experiment
+1210.7235 Exactly Solvable and Integrable Systems
+1211.0597 Strongly Correlated Electrons
+1211.1625 General Physics
+1211.1693 Phenomenology
+1211.1778
+1211.1913 Experiment
+1211.2191 Combinatorics
+1211.4020 Quantum Gases
+1211.4905 Materials Science
+1211.6092 Theory
+1211.6096 Experiment
+1211.6736 Earth and Planetary Astrophysics
+1211.6899 Experiment
+1212.0523 Optimization and Control
+1212.1244 Statistical Mechanics
+1212.2752 Information Theory
+1212.3565 Quantum Gases
+1212.3746 Networking and Internet Architecture
+1212.3768
+1212.4000
+1212.4051 Quantum Gases
+1212.4917 Plasma Physics
+1212.5488 Statistical Mechanics
+1212.6208 Phenomenology
+1212.6530 Probability
+1301.0535 Superconductivity
+1301.1137 Phenomenology
+1301.2340
+1301.3611 Machine Learning
+1301.4266 Classical Analysis and ODEs
+1301.4694 Phenomenology
+1301.4947 Mesoscale and Nanoscale Physics
+1301.5040
+1301.6205 Instrumentation and Methods for Astrophysics
+1301.6567
+1301.6872 Experiment
+1301.7017 Probability
+1301.7311 Optics
+1302.0320 Networking and Internet Architecture
+1302.0853 Theory
+1302.0959
+1302.1891 Experiment
+1302.2431 Phenomenology
+1302.2519 General Topology
+1302.2637 Cosmology and Nongalactic Astrophysics
+1302.2782 Classical Physics
+1302.4372 General Physics
+1302.5494 Strongly Correlated Electrons
+1302.5610 Superconductivity
+1302.5956 Phenomenology
+1302.6180 Algebraic Geometry
+1302.6694 Lattice
+1303.0184 Statistical Mechanics
+1303.0343 Soft Condensed Matter
+1303.0554 Earth and Planetary Astrophysics
+1303.0885 Combinatorics
+1303.1531 High Energy Astrophysical Phenomena
+1303.1662 Mesoscale and Nanoscale Physics
+1303.3839 Cosmology and Nongalactic Astrophysics
+1303.4643 Strongly Correlated Electrons
+1303.4834 Dynamical Systems
+1303.5128 Statistical Mechanics
+1303.5258 High Energy Astrophysical Phenomena
+1303.6305 Phenomenology
+1303.7029 Geometric Topology
+1303.7467 Networking and Internet Architecture
+1304.0950 Mesoscale and Nanoscale Physics
+1304.1699 Astrophysics of Galaxies
+1304.1864 Numerical Analysis
+1304.2282
+1304.2315 General Mathematics
+1304.3670 Phenomenology
+1304.3861 Algebraic Geometry
+1304.4437 Lattice
+1304.5103 Quantum Gases
+1304.5863 Artificial Intelligence
+1304.5973 Data Structures and Algorithms
+1304.6769 Optics
+1304.7135 Theory
+1304.7531 Probability
+1304.7553 Strongly Correlated Electrons
+1305.0069 Data Structures and Algorithms
+1305.0125 Experiment
+1305.2341
+1305.2346 Mesoscale and Nanoscale Physics
+1305.2450
+1305.2764 Algebraic Geometry
+1305.2904 Materials Science
+1305.3362 Soft Condensed Matter
+1305.4914 Data Structures and Algorithms
+1305.5126 Materials Science
+1305.5644 Probability
+1305.6159 Superconductivity
+1305.6626
+1305.7478 Tissues and Organs
+1306.0749 Soft Condensed Matter
+1306.0791 Strongly Correlated Electrons
+1306.1727 Complex Variables
+1306.1840 Learning
+1306.2146 General Topology
+1306.3535 Neurons and Cognition
+1306.3542 Artificial Intelligence
+1306.3548 Artificial Intelligence
+1306.3693 Information Theory
+1306.3970 Cosmology and Nongalactic Astrophysics
+1306.4466 Computational Complexity
+1306.4591 Mesoscale and Nanoscale Physics
+1306.4871 Theory
+1306.5228 Biomolecules
+1306.5229 Information Theory
+1306.5231 Strongly Correlated Electrons
+1306.5233 Physics Education
+1306.5234 Classical Physics
+1306.5247 Computers and Society
+1306.5253 Methodology
+1306.5256 Mesoscale and Nanoscale Physics
+1306.5258 Optimization and Control
+1306.5259 Cosmology and Nongalactic Astrophysics
+1306.5263 Computer Vision and Pattern Recognition
+1306.5264 Logic in Computer Science
+1306.5272 Probability
+1306.5275 Neurons and Cognition
+1306.5277 Information Theory
+1306.5278 Geometric Topology
+1306.5287 Optimization and Control
+1306.5291 Information Theory
+1306.5293 Computer Vision and Pattern Recognition
+1306.5299 Information Theory
+1306.5300 Experiment
+1306.5303 Plasma Physics
+1306.5305 Information Theory
+1306.5306 Representation Theory
+1306.5308 Artificial Intelligence
+1306.5309
+1306.5310 Machine Learning
+1306.5311 Statistics Theory
+1306.5321
+1306.5323 Information Theory
+1306.5326 Information Theory
+1306.5328 Classical Analysis and ODEs
+1306.5330
+1306.5337 Analysis of PDEs
+1306.5339 Metric Geometry
+1306.5342 Probability
+1306.5343 Phenomenology
+1306.5345 Logic
+1306.5349 Learning
+1306.5350 Information Theory
+1306.5352 Phenomenology
+1306.5353 Probability
+1306.5356 Combinatorics
+1306.5357
+1306.5362 Methodology
+1306.5366 Populations and Evolution
+1306.5369 Optimization and Control
+1306.5372 Operator Algebras
+1306.5375 Complex Variables
+1306.5379
+1306.5381 Emerging Technologies
+1306.5383 Physics and Society
+1306.5385 Instrumentation and Detectors
+1306.5391 Data Structures and Algorithms
+1306.5392 Statistics Theory
+1306.5393 Methodology
+1306.5397 Soft Condensed Matter
+1306.5398 Soft Condensed Matter
+1306.5399 Logic
+1306.5400 Instrumentation and Methods for Astrophysics
+1306.5403 Combinatorics
+1306.5406
+1306.5408 General Physics
+1306.5411
+1306.5412 Systems and Control
+1306.5414 Strongly Correlated Electrons
+1306.5416
+1306.5419 Algebraic Geometry
+1306.5420 Phenomenology
+1306.5423
+1306.5428 Combinatorics
+1306.5429 Algebraic Geometry
+1306.5430 Soft Condensed Matter
+1306.5432 Optics
+1306.5436 Soft Condensed Matter
+1306.5441 Systems and Control
+1306.5443 Combinatorics
+1306.5444 Functional Analysis
+1306.5445 Computers and Society
+1306.5451 Dynamical Systems
+1306.5454 Number Theory
+1306.5461 Statistics Theory
+1306.5464 Combinatorics
+1306.5466 Optimization and Control
+1306.5468 Rings and Algebras
+1306.5470
+1306.5472 Instrumentation and Methods for Astrophysics
+1306.5473 Computers and Society
+1306.5474 Computers and Society
+1306.5478 Representation Theory
+1306.5480 Computer Vision and Pattern Recognition
+1306.5483 Geometric Topology
+1306.5487 Learning
+1306.5493 Optics
+1306.5495 Group Theory
+1306.5496 Quantum Gases
+1306.5497 Combinatorics
+1306.5499 Other Condensed Matter
+1306.5501 Hardware Architecture
+1306.5506 Complex Variables
+1306.5507 Cryptography and Security
+1306.5510 Risk Management
+1306.5516 Functional Analysis
+1306.5517 Spectral Theory
+1306.5519 Astrophysics of Galaxies
+1306.5524 Applications
+1306.5526 Rings and Algebras
+1306.5528 Experiment
+1306.5529 Fluid Dynamics
+1306.5533 Computational Engineering, Finance, and Science
+1306.5534 Earth and Planetary Astrophysics
+1306.5537 Optics
+1306.5542 Geometric Topology
+1306.5547 Cryptography and Security
+1306.5548 Probability
+1306.5551
+1306.5552 Mesoscale and Nanoscale Physics
+1306.5553 Operator Algebras
+1306.5560 Accelerator Physics
+1306.5566 Theory
+1306.5568 Discrete Mathematics
+1306.5571 Data Structures and Algorithms
+1306.5572 General Topology
+1306.5574 Phenomenology
+1306.5580 Probability
+1306.5582 Atomic Physics
+1306.5583 Computation
+1306.5586 Databases
+1306.5592 Number Theory
+1306.5596 Information Theory
+1306.5597
+1306.5598 Rings and Algebras
+1306.5599 History and Overview
+1306.5609 Information Theory
+1306.5611 Soft Condensed Matter
+1306.5612 Soft Condensed Matter
+1306.5613 Soft Condensed Matter
+1306.5617 Analysis of PDEs
+1306.5623 Mesoscale and Nanoscale Physics
+1306.5630 Applications
+1306.5632 Mesoscale and Nanoscale Physics
+1306.5635 Combinatorics
+1306.5649 Atmospheric and Oceanic Physics
+1306.5650 Analysis of PDEs
+1306.5653 Accelerator Physics
+1306.5655 Instrumentation and Detectors
+1306.5656 General Mathematics
+1306.5661 Theory
+1306.5666 Instrumentation and Detectors
+1306.5667 Neural and Evolutionary Computing
+1306.5672 General Mathematics
+1306.5676 Biological Physics
+1306.5677 Computer Science and Game Theory
+1306.5683 Differential Geometry
+1306.5688 Group Theory
+1306.5690 Databases
+1306.5691 Number Theory
+1306.5692 Probability
+1306.5696 Group Theory
+1306.5702 Neural and Evolutionary Computing
+1306.5703 Solar and Stellar Astrophysics
+1306.5704 Materials Science
+1306.5705 Risk Management
+1306.5706 Optics
+1306.5713 Chemical Physics
+1306.5715 Computation
+1306.5720 Data Structures and Algorithms
+1306.5721 Functional Analysis
+1306.5723 Materials Science
+1306.5729 Optimization and Control
+1306.5732 Combinatorics
+chao-dyn/9511004 Chaotic Dynamics
+cond-mat/0110443 Mesoscale and Nanoscale Physics
+cond-mat/0302073 Soft Condensed Matter
+cond-mat/0310285 Soft Condensed Matter
+cond-mat/0504563 Strongly Correlated Electrons
+cond-mat/0601272 Strongly Correlated Electrons
+cond-mat/9910061 Mesoscale and Nanoscale Physics
+math-ph/0609073
+math-ph/0611060
+math/0504596 Differential Geometry
+math/0511039 Analysis of PDEs
+math/0605568 Combinatorics
+math/0610305 Dynamical Systems
+math/9702227 Combinatorics
+nlin/0504024 Chaotic Dynamics
+1303.3485 Cryptography and Security
+0704.0005 Classical Analysis and ODEs
+0704.0054 Classical Analysis and ODEs
+0708.1677 Category Theory
+0801.3079 Representation Theory
+0807.2719 Materials Science
+0809.4192 Algebraic Topology
+0809.5120 General Mathematics
+0901.2350 Algebraic Geometry
+0904.2841 Representation Theory
+0905.1444 Algebraic Geometry
+0907.4590 Algebraic Geometry
+0908.2989 Theory
+0909.3347 Theory
+0910.5376
+1003.2356
+1005.5557 Algebraic Geometry
+1006.1925 Algebraic Geometry
+1006.3146
+1007.5220 Representation Theory
+1008.1489 Algebraic Geometry
+1009.0629 Fluid Dynamics
+1009.5609 Algebraic Topology
+1010.2322 Statistical Mechanics
+1010.4005 Differential Geometry
+1101.2189 Representation Theory
+1102.0752 Atomic Physics
+1103.3995 Differential Geometry
+1104.0524 Algebraic Geometry
+1104.1108
+1104.4428 Functional Analysis
+1105.1508 Computation
+1108.0353 Computation and Language
+1108.4124 Theory
+1109.5832 Strongly Correlated Electrons
+1110.0333 Functional Analysis
+1110.1010 Rings and Algebras
+1110.3447 Theory
+1110.3500 Quantum Algebra
+1110.3717 Learning
+1111.5398 Algebraic Geometry
+1112.2624 Representation Theory
+1202.1327 Systems and Control
+1202.2723 Statistics Theory
+1202.5167 Analysis of PDEs
+1202.6033 Social and Information Networks
+1202.6543 Functional Analysis
+1202.6550 Functional Analysis
+1203.0140 Functional Analysis
+1203.0436 Artificial Intelligence
+1203.0520 Strongly Correlated Electrons
+1203.2129 Commutative Algebra
+1204.1873 Computational Geometry
+1204.2377 Group Theory
+1204.2866 Functional Analysis
+1204.6216 Graphics
+1204.6490 Disordered Systems and Neural Networks
+1205.0971 Theory
+1205.3585
+1205.4555 Fluid Dynamics
+1205.5141 Combinatorics
+1206.2966 Methodology
+1206.3326 Fluid Dynamics
+1206.3992 Social and Information Networks
+1206.4956
+1206.5628 Statistics Theory
+1206.6778
+1206.7014 Soft Condensed Matter
+1207.2638 Functional Analysis
+1209.1113 Analysis of PDEs
+1209.3442 Methodology
+1209.3675
+1209.6022 Probability
+1209.6497 Pricing of Securities
+1210.2176 Quantum Gases
+1210.3764 Fluid Dynamics
+1210.3797 Fluid Dynamics
+1210.5613
+1210.5616
+1210.5990 Probability
+1210.6091
+1210.8147 High Energy Astrophysical Phenomena
+1211.4879 Differential Geometry
+1211.5391 Strongly Correlated Electrons
+1211.6073 Strongly Correlated Electrons
+1211.6315 Distributed, Parallel, and Cluster Computing
+1212.0086
+1212.0332 Phenomenology
+1212.0787 Analysis of PDEs
+1212.3147 Pricing of Securities
+1301.0104 Learning
+1301.1541 Biomolecules
+1301.1987 Geometric Topology
+1301.2130 Information Theory
+1301.2862
+1301.5094 Theory
+1301.5161
+1301.5163
+1301.5314
+1301.7594 Materials Science
+1302.0073 Number Theory
+1302.0580 Logic
+1302.2272 Group Theory
+1302.3684 Probability
+1302.3697 Digital Libraries
+1302.4313 Soft Condensed Matter
+1302.4624 Numerical Analysis
+1302.6859 Lattice
+1302.7143 Biological Physics
+1303.0013 Neurons and Cognition
+1303.1634 Mesoscale and Nanoscale Physics
+1303.2701 Complex Variables
+1303.4527 Differential Geometry
+1303.4982 Group Theory
+1303.6412
+1304.0215 Disordered Systems and Neural Networks
+1304.1768 Optimization and Control
+1304.1878
+1304.2275 Superconductivity
+1304.3010 Social and Information Networks
+1304.4180 Combinatorics
+1304.4279 Experiment
+1304.4514 Cosmology and Nongalactic Astrophysics
+1304.5006 High Energy Astrophysical Phenomena
+1304.5247 Computational Complexity
+1304.5598 General Physics
+1304.6527 Cosmology and Nongalactic Astrophysics
+1304.8128
+1305.0665 Learning
+1305.1756 Complex Variables
+1305.1846 Phenomenology
+1305.1854 Strongly Correlated Electrons
+1305.2573 Number Theory
+1305.2822 Statistical Mechanics
+1305.5068 Biological Physics
+1305.5187 Medical Physics
+1305.5815 Materials Science
+1305.7268
+1305.7270
+1306.1636 Mesoscale and Nanoscale Physics
+1306.1662 Information Theory
+1306.1744 Number Theory
+1306.2545 Algebraic Geometry
+1306.2621 Mesoscale and Nanoscale Physics
+1306.3398 Physics and Society
+1306.3444 Solar and Stellar Astrophysics
+1306.3947 Mesoscale and Nanoscale Physics
+1306.4267 Strongly Correlated Electrons
+1306.4341 Mesoscale and Nanoscale Physics
+1306.5584 Strongly Correlated Electrons
+1306.5828 Strongly Correlated Electrons
+1306.6203 Information Theory
+1306.6293 Atomic Physics
+1306.6433 Superconductivity
+1306.6898 Quantum Gases
+1307.0126 Experiment
+1307.1422
+1307.1629 Differential Geometry
+1307.1637 Chemical Physics
+1307.2257 Mesoscale and Nanoscale Physics
+1307.2964 Cryptography and Security
+1307.3184 Computational Complexity
+1307.4344 Materials Science
+1307.4367 Statistical Mechanics
+1307.5726 Quantum Gases
+1307.6122 Theory
+1307.7183 Mesoscale and Nanoscale Physics
+1307.7276 High Energy Astrophysical Phenomena
+1308.0035 Accelerator Physics
+1308.0144 Statistical Mechanics
+1308.0331 Theory
+1308.0826 Mesoscale and Nanoscale Physics
+1308.1108 Theory
+1308.1194 Quantum Gases
+1308.1473 Superconductivity
+1308.1989 Chemical Physics
+1308.3551 Cosmology and Nongalactic Astrophysics
+1308.3887 Superconductivity
+1308.4057
+1308.4966 Soft Condensed Matter
+1308.6121 High Energy Astrophysical Phenomena
+1308.6550
+1308.6576 Astrophysics of Galaxies
+1308.6797 Learning
+1309.1132 Materials Science
+1309.1759 Analysis of PDEs
+1309.1959 Instrumentation and Detectors
+1309.2275 Combinatorics
+1309.2276 Chemical Physics
+1309.3163 Statistical Mechanics
+1309.3588 Statistical Mechanics
+1309.3589 Statistical Mechanics
+1309.3592 Statistical Mechanics
+1309.4732 Atomic Physics
+1309.6746 Quantum Gases
+1309.6805 Experiment
+1309.7098 Computation
+1310.0158 Analysis of PDEs
+1310.0605 Logic in Computer Science
+1310.0794 Logic in Computer Science
+1310.0811 Materials Science
+1310.1253 Number Theory
+1310.1345 Combinatorics
+1310.1702 Optics
+1310.1779 High Energy Astrophysical Phenomena
+1310.1972 Representation Theory
+1310.2313 Optics
+1310.2760 Metric Geometry
+1310.3149 Experiment
+1310.3156
+1310.3203 Other Computer Science
+1310.3268 Human-Computer Interaction
+1310.3272 Solar and Stellar Astrophysics
+1310.3281 Materials Science
+1310.3285 Statistics Theory
+1310.3289 Fluid Dynamics
+1310.3290 Fluid Dynamics
+1310.3291 Genomics
+1310.3292 Phenomenology
+1310.3293 Number Theory
+1310.3294 Fluid Dynamics
+1310.3297 Algebraic Geometry
+1310.3299 Fluid Dynamics
+1310.3300 Experiment
+1310.3303 Rings and Algebras
+1310.3305 Fluid Dynamics
+1310.3307 Cryptography and Security
+1310.3309 Distributed, Parallel, and Cluster Computing
+1310.3310 Fluid Dynamics
+1310.3311 Cellular Automata and Lattice Gases
+1310.3313 Fluid Dynamics
+1310.3316 Populations and Evolution
+1310.3322 Distributed, Parallel, and Cluster Computing
+1310.3323 Fluid Dynamics
+1310.3325 Fluid Dynamics
+1310.3326 Differential Geometry
+1310.3327 Fluid Dynamics
+1310.3328 Fluid Dynamics
+1310.3333 Information Retrieval
+1310.3334 Fluid Dynamics
+1310.3335 Optics
+1310.3340 Strongly Correlated Electrons
+1310.3344 General Physics
+1310.3345 Algebraic Geometry
+1310.3348 Phenomenology
+1310.3351 Information Theory
+1310.3352 Classical Analysis and ODEs
+1310.3353 Data Structures and Algorithms
+1310.3356 Hardware Architecture
+1310.3360 Computational Engineering, Finance, and Science
+1310.3361 Analysis of PDEs
+1310.3363 Optimization and Control
+1310.3365 Fluid Dynamics
+1310.3366 Computer Vision and Pattern Recognition
+1310.3368 Analysis of PDEs
+1310.3369 Number Theory
+1310.3373
+1310.3375 General Physics
+1310.3376 Analysis of PDEs
+1310.3377 Analysis of PDEs
+1310.3382 Functional Analysis
+1310.3387 Disordered Systems and Neural Networks
+1310.3388 Computational Geometry
+1310.3389 Physics and Society
+1310.3390 Algebraic Topology
+1310.3393 Fluid Dynamics
+1310.3396 Portfolio Management
+1310.3401 Atmospheric and Oceanic Physics
+1310.3405 Cosmology and Nongalactic Astrophysics
+1310.3406 Combinatorics
+1310.3407 Networking and Internet Architecture
+1310.3408 Biomolecules
+1310.3409 Commutative Algebra
+1310.3411 Experiment
+1310.3412 Functional Analysis
+1310.3414 Differential Geometry
+1310.3416 Information Theory
+1310.3417 Metric Geometry
+1310.3420 Experiment
+1310.3427 Lattice
+1310.3432
+1310.3434 Strongly Correlated Electrons
+1310.3438 Machine Learning
+1310.3442
+1310.3445 Fluid Dynamics
+1310.3446 Geometric Topology
+1310.3449
+1310.3450 Combinatorics
+1310.3452 Computer Vision and Pattern Recognition
+1310.3454 Information Theory
+1310.3456 Metric Geometry
+1310.3458 Statistical Mechanics
+1310.3461 Spectral Theory
+1310.3465 Quantitative Methods
+1310.3467 Solar and Stellar Astrophysics
+1310.3470 Analysis of PDEs
+1310.3473 Programming Languages
+1310.3475 History and Philosophy of Physics
+1310.3481 Programming Languages
+1310.3482 Information Theory
+1310.3484 Disordered Systems and Neural Networks
+1310.3485 Instrumentation and Methods for Astrophysics
+1310.3486 Data Structures and Algorithms
+1310.3488 Number Theory
+1310.3489 Optimization and Control
+1310.3490 Combinatorics
+1310.3492 Social and Information Networks
+1310.3493 Fluid Dynamics
+1310.3497 Cosmology and Nongalactic Astrophysics
+1310.3498 Computers and Society
+1310.3499 Social and Information Networks
+1310.3500 Social and Information Networks
+1310.3501 Fluid Dynamics
+1310.3502 Materials Science
+1310.3503 Analysis of PDEs
+1310.3510 Combinatorics
+1310.3515 Combinatorics
+1310.3516 Analysis of PDEs
+1310.3518 Populations and Evolution
+1310.3520 Combinatorics
+1310.3521 Computer Science and Game Theory
+1310.3523 Fluid Dynamics
+1310.3525
+1310.3526 Combinatorics
+1310.3527 Logic
+1310.3531 Probability
+1310.3537 Representation Theory
+1310.3538 Atmospheric and Oceanic Physics
+1310.3539 General Physics
+1310.3551 Experiment
+1310.3552 Algebraic Geometry
+1310.3558 Quantum Gases
+1310.3564 Numerical Analysis
+1310.3569 Algebraic Geometry
+1310.3570 Representation Theory
+1310.3572 Computational Finance
+1310.3574 Methodology
+1310.3577 Numerical Analysis
+1310.3578 Statistics Theory
+1310.3582 Superconductivity
+1310.3584 Networking and Internet Architecture
+1310.3585 Group Theory
+1310.3586 Chemical Physics
+1310.3588 Accelerator Physics
+1310.3592 Materials Science
+1310.3596 Computation
+1310.3598 Phenomenology
+1310.3603 Number Theory
+1310.3605 Combinatorics
+1310.3606
+1310.3607 Learning
+1310.3612
+1310.3613 Other Condensed Matter
+1310.3619 Astrophysics of Galaxies
+1310.3622 Mesoscale and Nanoscale Physics
+1310.3623 Distributed, Parallel, and Cluster Computing
+1310.3627 Experiment
+1310.3630 Materials Science
+1310.3637 Networking and Internet Architecture
+1310.3643
+1310.3649 Probability
+1310.3651 Astrophysics of Galaxies
+1310.3652 Computers and Society
+1310.3657 Experiment
+1310.3658 Analysis of PDEs
+1310.3666 Differential Geometry
+1310.3668 Representation Theory
+1310.3674 Computational Complexity
+1310.3677 Analysis of PDEs
+1310.3679 Analysis of PDEs
+1310.3681 Analysis of PDEs
+1310.3682 Geometric Topology
+1310.3686 Solar and Stellar Astrophysics
+1310.3690 Astrophysics of Galaxies
+1310.3692 Adaptation and Self-Organizing Systems
+1310.3693 Molecular Networks
+1310.3697 Machine Learning
+1310.3699 Rings and Algebras
+1310.3700 Optics
+1310.3704 Materials Science
+1310.3708 Geometric Topology
+1310.3713 Information Theory
+1310.3717 Computer Vision and Pattern Recognition
+1310.3718 Quantum Algebra
+1310.3723 Cryptography and Security
+1310.3729 Soft Condensed Matter
+1310.3731 Experiment
+1310.3740 Cosmology and Nongalactic Astrophysics
+1310.3741 Symbolic Computation
+1310.3743 Fluid Dynamics
+1310.3744 Strongly Correlated Electrons
+1310.3747 Fluid Dynamics
+1310.3752 Theory
+1310.3754 Neurons and Cognition
+1310.3758 Theory
+1310.3759 Theory
+1310.3765 Adaptation and Self-Organizing Systems
+1310.3766 Differential Geometry
+1310.3767 Astrophysics of Galaxies
+1310.3774 Fluid Dynamics
+1310.3779 Analysis of PDEs
+1310.3781 Multiagent Systems
+1310.3782
+1310.3783 Classical Analysis and ODEs
+1310.3784 Commutative Algebra
+1310.3787 Optimization and Control
+1310.3795 Fluid Dynamics
+1310.3796 Neurons and Cognition
+1310.3797 Strongly Correlated Electrons
+1310.3799 Fluid Dynamics
+1310.3802 Number Theory
+1310.3805 Neural and Evolutionary Computing
+1310.3808 Digital Libraries
+1310.3809 Cryptography and Security
+1310.3811 Fluid Dynamics
+1310.3813 Superconductivity
+1310.3814 High Energy Astrophysical Phenomena
+cond-mat/0108527 Strongly Correlated Electrons
+cond-mat/0108528 Statistical Mechanics
+cond-mat/0201013 Statistical Mechanics
+cond-mat/0305057 Strongly Correlated Electrons
+math/0209259 Differential Geometry
+math/0511207 Functional Analysis
+math/0602002 Algebraic Geometry
+math/0702677 Algebraic Topology
+math/9403216 Classical Analysis and ODEs
+q-alg/9705001 Quantum Algebra
+solv-int/9704005 Exactly Solvable and Integrable Systems
+solv-int/9709009 Exactly Solvable and Integrable Systems
+0803.0105 Geometric Topology
+0807.2326 Geometric Topology
+0809.1483 General Mathematics
+0906.4557
+0911.1602 Differential Geometry
+1003.0737 Geometric Topology
+1007.3036 Data Structures and Algorithms
+1104.3446 Chaotic Dynamics
+1105.1455 Combinatorics
+1106.5376
+1107.3509 Chaotic Dynamics
+1110.5048 Cosmology and Nongalactic Astrophysics
+1110.5278 Probability
+1111.3307 Mesoscale and Nanoscale Physics
+1111.7269
+1201.2759 Cosmology and Nongalactic Astrophysics
+1201.4416
+1202.4900 Chaotic Dynamics
+1203.2269 Combinatorics
+1204.0794
+1205.0022 Theory
+1207.2340 Social and Information Networks
+1208.1895 Algebraic Geometry
+1208.6027 Differential Geometry
+1209.0206
+1209.0604 Number Theory
+1210.0926 Theory
+1210.1941 Analysis of PDEs
+1210.2783 Analysis of PDEs
+1210.3293
+1211.3816
+1211.5384 Numerical Analysis
+1211.5500 Superconductivity
+1211.6082 Solar and Stellar Astrophysics
+1212.0759 Analysis of PDEs
+1212.4254 Quantum Gases
+1212.4853 Earth and Planetary Astrophysics
+1301.0364 Instrumentation and Methods for Astrophysics
+1301.2142 Materials Science
+1301.3582 Combinatorics
+1301.7721 Materials Science
+1302.1039 Combinatorics
+1302.3865
+1302.4589 Functional Analysis
+1302.6132 Mesoscale and Nanoscale Physics
+1303.0965 Materials Science
+1303.2429 Representation Theory
+1303.2924
+1303.3487 Representation Theory
+1303.4415 Theory
+1304.0773 Phenomenology
+1304.1366 Theory
+1304.1745 Mesoscale and Nanoscale Physics
+1304.2552 Analysis of PDEs
+1304.4387 Atmospheric and Oceanic Physics
+1304.4503 Analysis of PDEs
+1304.5520 Quantum Gases
+1304.5931
+1304.7191 Complex Variables
+1304.7667 Mesoscale and Nanoscale Physics
+1304.7878 Portfolio Management
+1305.0258 Numerical Analysis
+1305.0856 Theory
+1305.4114 Adaptation and Self-Organizing Systems
+1305.6672 Materials Science
+1305.6854 Algebraic Geometry
+1306.0884
+1306.1543 Theory
+1306.4401 Physics and Society
+1306.5554 Machine Learning
+1307.0411
+1307.0770 Experiment
+1307.0922 Strongly Correlated Electrons
+1307.1207 Quantum Gases
+1307.1264 Superconductivity
+1307.3476
+1307.6339 Lattice
+1307.6577
+1307.6964 Mesoscale and Nanoscale Physics
+1307.7487
+1307.8011 Phenomenology
+1308.0736 Phenomenology
+1308.2786 Theory
+1308.3189 Experiment
+1308.3250
+1308.3445 Instrumentation and Detectors
+1308.3791 Algebraic Geometry
+1308.5686 Theory
+1308.6456 Theory
+1308.6583 Theory
+1309.0658 Strongly Correlated Electrons
+1309.1041 Mesoscale and Nanoscale Physics
+1309.1567 Instrumentation and Detectors
+1309.2274 Physics and Society
+1309.4197 Superconductivity
+1309.4903 Mesoscale and Nanoscale Physics
+1309.5216 Combinatorics
+1309.6140 Differential Geometry
+1309.6405
+1309.6685 Differential Geometry
+1309.6687 Social and Information Networks
+1309.7305
+1309.7987 Instrumentation and Detectors
+1310.1996 Solar and Stellar Astrophysics
+1310.2430 Neurons and Cognition
+1310.4570 Plasma Physics
+1310.5929 Theory
+1310.6154 Optics
+1310.7018 Statistical Finance
+1310.7912 Commutative Algebra
+1310.7985
+1310.8536 Lattice
+1310.8646 Group Theory
+1311.0094 Classical Analysis and ODEs
+1311.0099 Lattice
+1311.0222 Learning
+1311.0351 Artificial Intelligence
+1311.0602 Hardware Architecture
+1311.0623 Cosmology and Nongalactic Astrophysics
+1311.0841 Databases
+1311.0861 Instrumentation and Methods for Astrophysics
+1311.0863 Spectral Theory
+1311.0864 Programming Languages
+1311.0887 Differential Geometry
+1311.0891 Phenomenology
+1311.0892 Number Theory
+1311.0895 Materials Science
+1311.0896 Number Theory
+1311.0897 Functional Analysis
+1311.0898 Optics
+1311.0899 Complex Variables
+1311.0902 Information Theory
+1311.0904 Analysis of PDEs
+1311.0909 Information Theory
+1311.0914 Learning
+1311.0915 Algebraic Geometry
+1311.0917 Adaptation and Self-Organizing Systems
+1311.0920 Phenomenology
+1311.0921 Phenomenology
+1311.0923 Analysis of PDEs
+1311.0924 Computer Science and Game Theory
+1311.0925 Optics
+1311.0928 Computational Geometry
+1311.0931 Materials Science
+1311.0937 Operator Algebras
+1311.0939 Commutative Algebra
+1311.0940 Algebraic Geometry
+1311.0942 Information Theory
+1311.0944 Artificial Intelligence
+1311.0945 Logic
+1311.0946 Optics
+1311.0947 Materials Science
+1311.0951 Networking and Internet Architecture
+1311.0959 Robotics
+1311.0961 Differential Geometry
+1311.0965 Materials Science
+1311.0968 Experiment
+1311.0969 Differential Geometry
+1311.0971 Analysis of PDEs
+1311.0973 Number Theory
+1311.0974 Algebraic Geometry
+1311.0975 Analysis of PDEs
+1311.0977
+1311.0978
+1311.0981 Commutative Algebra
+1311.0984 Probability
+1311.0987 Commutative Algebra
+1311.0988 Materials Science
+1311.0994 Lattice
+1311.0998
+1311.1011 Atomic Physics
+1311.1018 Computer Science and Game Theory
+1311.1020 Classical Analysis and ODEs
+1311.1021 Astrophysics of Galaxies
+1311.1022 Analysis of PDEs
+1311.1024 Number Theory
+1311.1027 Probability
+1311.1036
+1311.1037 Materials Science
+1311.1041 Numerical Analysis
+1311.1049 Materials Science
+1311.1052 Phenomenology
+1311.1055 Optimization and Control
+1311.1058 Fluid Dynamics
+1311.1060 Probability
+1311.1064 Rings and Algebras
+1311.1082 Digital Libraries
+1311.1089 Other Computer Science
+1311.1090 Neural and Evolutionary Computing
+1311.1093 Number Theory
+1311.1094
+1311.1097 General Finance
+1311.1100 Number Theory
+1311.1103 Phenomenology
+1311.1104 Cosmology and Nongalactic Astrophysics
+1311.1113 Phenomenology
+1311.1121 Theory
+1311.1122 Statistical Finance
+1311.1126
+1311.1127 Phenomenology
+1311.1130 Lattice
+1311.1131 Statistics Theory
+1311.1132 Human-Computer Interaction
+1311.1135 Classical Analysis and ODEs
+1311.1140 Soft Condensed Matter
+1311.1143 Lattice
+1311.1146 Category Theory
+1311.1147 Differential Geometry
+1311.1152
+1311.1162 Computers and Society
+1311.1165 Complex Variables
+1311.1166 Optimization and Control
+1311.1169 Computation and Language
+1311.1172
+1311.1175 Phenomenology
+1311.1176 Complex Variables
+1311.1177 Materials Science
+1311.1181 Databases
+1311.1185 Algebraic Geometry
+1311.1193 Operator Algebras
+1311.1194 Computation and Language
+1311.1195 Networking and Internet Architecture
+1311.1197 Software Engineering
+math/0305069 Differential Geometry
+math/0305233 Differential Geometry
+math/0309087 Differential Geometry
+math/0509147 Differential Geometry
+math/0612304 Differential Geometry
+0801.1335 Analysis of PDEs
+0810.0043 Group Theory
+0810.1097 Numerical Analysis
+0810.1381 Numerical Analysis
+0810.4364 Populations and Evolution
+0811.0203 Populations and Evolution
+0811.0941 Analysis of PDEs
+0812.3831
+0903.0678 Representation Theory
+0908.0845 Metric Geometry
+0909.0392 Numerical Analysis
+0909.0637 Analysis of PDEs
+0910.4305 Algebraic Geometry
+0911.5436 Algebraic Geometry
+0912.3225 Populations and Evolution
+1001.0237 Combinatorics
+1001.3371 General Physics
+1002.2244 Discrete Mathematics
+1012.0682 Analysis of PDEs
+1012.3686 Number Theory
+1012.4995 Theory
+1103.4226 Statistics Theory
+1104.0621 Functional Analysis
+1104.3515 Statistical Mechanics
+1104.3923 Data Structures and Algorithms
+1105.0649
+1107.0264 K-Theory and Homology
+1107.0805 Operator Algebras
+1108.1824 Information Theory
+1108.4894 Instrumentation and Detectors
+1108.5349
+1109.2210
+1109.2591
+1110.4798 Analysis of PDEs
+1111.2085 Cell Behavior
+1111.2372 Algebraic Geometry
+1111.6433 Statistical Mechanics
+1112.2594 Analysis of PDEs
+1201.2337 Computation
+1202.2949 Algebraic Geometry
+1202.3642
+1202.4902 Dynamical Systems
+1203.2881 Category Theory
+1203.3457 Analysis of PDEs
+1203.4730 Spectral Theory
+1204.1505 Computational Complexity
+1204.1772 Analysis of PDEs
+1204.6703 Learning
+1205.3127 Commutative Algebra
+1205.4157 Statistical Mechanics
+1205.6600 High Energy Astrophysical Phenomena
+1206.2290
+1206.3189 Information Theory
+1206.4570
+1206.4921 Phenomenology
+1206.5107 Mesoscale and Nanoscale Physics
+1207.1017 Analysis of PDEs
+1207.2177 Physics Education
+1207.7051 Number Theory
+1207.7208 Probability
+1208.2453 Analysis of PDEs
+1208.5708 Mesoscale and Nanoscale Physics
+1209.1483 Digital Libraries
+1209.1575 Analysis of PDEs
+1209.1883 Statistical Mechanics
+1209.2607 Statistical Mechanics
+1209.4298 Optics
+1209.4767 Optics
+1209.5161 Phenomenology
+1209.5560 Soft Condensed Matter
+1210.2067 Information Theory
+1210.2267 Mesoscale and Nanoscale Physics
+1210.3042 Statistical Mechanics
+1210.4279 Probability
+1210.4620 Differential Geometry
+1210.5481
+1210.7158 Mesoscale and Nanoscale Physics
+1211.0128
+1211.0214
+1211.0312 Applications
+1211.0786 Complex Variables
+1211.0923 Materials Science
+1211.1447 Distributed, Parallel, and Cluster Computing
+1211.2637
+1211.3642 Data Structures and Algorithms
+1211.3931 Cosmology and Nongalactic Astrophysics
+1211.3965 Complex Variables
+1211.4394 Instrumentation and Methods for Astrophysics
+1211.5731 Number Theory
+1211.6404 Cosmology and Nongalactic Astrophysics
+1211.6468 Logic in Computer Science
+1211.6822 Numerical Analysis
+1211.6891 Logic
+1212.0175 Materials Science
+1212.0600 Instrumentation and Methods for Astrophysics
+1212.0710 Materials Science
+1212.1151 Cosmology and Nongalactic Astrophysics
+1212.2539 Quantum Gases
+1212.3829 Fluid Dynamics
+1301.0099 Phenomenology
+1301.0299 Optics
+1301.0477 Algebraic Topology
+1301.1051 Classical Analysis and ODEs
+1301.1061 Information Theory
+1301.2207 Soft Condensed Matter
+1301.2405 Applications
+1301.2518 Data Analysis, Statistics and Probability
+1301.2564 Superconductivity
+1301.3127 Logic in Computer Science
+1301.3811 Combinatorics
+1301.3817 Dynamical Systems
+1301.3937 Phenomenology
+1301.4125 Algebraic Geometry
+1301.4140 Solar and Stellar Astrophysics
+1301.4148 Cosmology and Nongalactic Astrophysics
+1301.4194 Portfolio Management
+1301.4215 Pattern Formation and Solitons
+1301.4216 Materials Science
+1301.4218 Materials Science
+1301.4220 Cosmology and Nongalactic Astrophysics
+1301.4238 Rings and Algebras
+1301.4239 Lattice
+1301.4241 Mesoscale and Nanoscale Physics
+1301.4243 Number Theory
+1301.4244 Cosmology and Nongalactic Astrophysics
+1301.4247 Neurons and Cognition
+1301.4248 Instrumentation and Detectors
+1301.4250 Number Theory
+1301.4255 History and Overview
+1301.4258 Programming Languages
+1301.4259 Geometric Topology
+1301.4263 Instrumentation and Methods for Astrophysics
+1301.4272 Artificial Intelligence
+1301.4276 Populations and Evolution
+1301.4277 Optics
+1301.4278 Optics
+1301.4282 Analysis of PDEs
+1301.4287 Networking and Internet Architecture
+1301.4292 Statistics Theory
+1301.4298 Quantitative Methods
+1301.4299 Populations and Evolution
+1301.4300 Information Theory
+1301.4303 Quantum Gases
+1301.4314 Functional Analysis
+1301.4329 Astrophysics of Galaxies
+1301.4330 Accelerator Physics
+1301.4331 Numerical Analysis
+1301.4334 Programming Languages
+1301.4335 Analysis of PDEs
+1301.4336 Analysis of PDEs
+1301.4338 General Topology
+1301.4342 Classical Analysis and ODEs
+1301.4343 Materials Science
+1301.4348 Phenomenology
+1301.4354 Mesoscale and Nanoscale Physics
+1301.4355 Chemical Physics
+1301.4356 Software Engineering
+1301.4357 Materials Science
+1301.4359 Complex Variables
+1301.4366 Astrophysics of Galaxies
+1301.4372 Logic in Computer Science
+1301.4377 Computer Vision and Pattern Recognition
+1301.4380 Cosmology and Nongalactic Astrophysics
+1301.4384 High Energy Astrophysical Phenomena
+1301.4394 Robotics
+1301.4396 Spectral Theory
+1301.4402 Probability
+1301.4403 Dynamical Systems
+1301.4406 Functional Analysis
+1301.4409 Algebraic Geometry
+1301.4413 Dynamical Systems
+1301.4415 Analysis of PDEs
+1301.4421 Combinatorics
+1301.4428 Probability
+1301.4430 Artificial Intelligence
+1301.4431 Phenomenology
+1301.4432 Computation and Language
+1301.4444 Information Theory
+1301.4446 Group Theory
+1301.4448 Phenomenology
+1301.4449 Soft Condensed Matter
+1301.4455 Phenomenology
+1301.4456 Metric Geometry
+1301.4461
+1301.4466 Dynamical Systems
+1301.4467 Phenomenology
+1301.4475 Analysis of PDEs
+1301.4478 Data Structures and Algorithms
+1301.4480 Differential Geometry
+1301.4482 Mesoscale and Nanoscale Physics
+1301.4488 Materials Science
+1301.4490 Distributed, Parallel, and Cluster Computing
+math/0011159 Dynamical Systems
+math/0608041 Analysis of PDEs
+0712.2323 Spectral Theory
+0809.3589 Complex Variables
+0811.0466 Materials Science
+1003.1009 Symplectic Geometry
+1004.4725 Theory
+1006.0810 Symplectic Geometry
+1006.5073 Probability
+1008.4841 Pricing of Securities
+1011.1570 Differential Geometry
+1102.4796 Probability
+1103.4506 Classical Physics
+1105.4696 Earth and Planetary Astrophysics
+1107.2963 Phenomenology
+1109.1767 Quantum Algebra
+1110.1145 Functional Analysis
+1110.1864 Logic
+1110.6600 Data Structures and Algorithms
+1111.4339 Logic
+1111.4975 Rings and Algebras
+1112.1413
+1201.0899 Algebraic Topology
+1201.2310 Number Theory
+1201.4831 Probability
+1202.4609 Instrumentation and Methods for Astrophysics
+1202.5369 Statistical Mechanics
+1203.0802 General Physics
+1203.5856 Spectral Theory
+1204.1543 Metric Geometry
+1204.2163 Analysis of PDEs
+1204.2345 Pattern Formation and Solitons
+1204.6423 Information Theory
+1205.2011 Geometric Topology
+1205.3250 Superconductivity
+1205.3359 Materials Science
+1206.0758
+1206.5967 Fluid Dynamics
+1207.4479 Strongly Correlated Electrons
+1207.4987
+1207.6920 Phenomenology
+1208.2691 Probability
+1209.3575 Combinatorics
+1209.5585 Phenomenology
+1210.3450 Computational Physics
+1210.5286 Metric Geometry
+1210.7628 Spectral Theory
+1211.1685 Theory
+1211.3159 Fluid Dynamics
+1211.4251 Biomolecules
+1212.3997 Mesoscale and Nanoscale Physics
+1212.6146 Statistical Mechanics
+1301.0543 Theory
+1301.4935 Probability
+1302.1068 Instrumentation and Methods for Astrophysics
+1302.3689
+1302.3885 High Energy Astrophysical Phenomena
+1302.6178 Mesoscale and Nanoscale Physics
+1302.6295 Functional Analysis
+1303.2498 Number Theory
+1303.4099 Dynamical Systems
+1304.0735 Instrumentation and Methods for Astrophysics
+1304.2171 Strongly Correlated Electrons
+1304.4554 Analysis of PDEs
+1304.4642
+1304.4676 Neurons and Cognition
+1304.5161
+1304.5177 Adaptation and Self-Organizing Systems
+1304.5619 Geometric Topology
+1304.6017 Statistics Theory
+1305.0251 Phenomenology
+1305.0985
+1305.2916 Theory
+1305.2948
+1305.3680 Theory
+1305.3886 Optics
+1305.5335 Metric Geometry
+1305.6137 Logic in Computer Science
+1305.6731 Strongly Correlated Electrons
+1305.7364 Dynamical Systems
+1305.7397 Phenomenology
+1306.0097
+1306.1485
+1306.2789 Strongly Correlated Electrons
+1306.3195
+1306.3782
+1306.4630 Soft Condensed Matter
+1306.5992
+1306.6643 Experiment
+1307.0503 Cosmology and Nongalactic Astrophysics
+1307.1902 Atomic Physics
+1307.2337 Analysis of PDEs
+1307.2752
+1307.3520 Theory
+1307.4282
+1307.4700 Information Theory
+1307.4867 Statistical Mechanics
+1307.5131 Strongly Correlated Electrons
+1307.6070 Experiment
+1307.7077 Cosmology and Nongalactic Astrophysics
+1307.7187 History and Overview
+1307.7551
+1308.0985 Differential Geometry
+1308.1222 Theory
+1308.2467 Statistical Mechanics
+1308.2722 Optics
+1308.4510
+1309.0060 Quantum Gases
+1309.1119
+1309.1121 Theory
+1309.2623
+1309.3198 Superconductivity
+1309.4711
+1309.7833 Computational Finance
+1310.0870 Cosmology and Nongalactic Astrophysics
+1310.1318
+1310.1385 Phenomenology
+1310.1820 Optics
+1310.5139 Physics and Society
+1310.5209 Phenomenology
+1310.5881 Phenomenology
+1310.7121 Popular Physics
+1310.7267 Experiment
+1310.7897 Phenomenology
+1310.8179 Combinatorics
+1310.8211 Distributed, Parallel, and Cluster Computing
+1311.1726 Biomolecules
+1311.2184 Superconductivity
+1311.4207 Earth and Planetary Astrophysics
+1311.4712 Lattice
+1311.4993
+1311.5325
+1311.6042 Superconductivity
+1311.6284
+1311.6371 Machine Learning
+1311.6376 Populations and Evolution
+1311.6488 Phenomenology
+1311.6638 Computer Science and Game Theory
+1311.6782 Group Theory
+1311.6807 General Physics
+1311.6810 Robotics
+1311.6811 Graphics
+1311.6820 Lattice
+1311.6821 Cryptography and Security
+1311.6827 Mesoscale and Nanoscale Physics
+1311.6828 Analysis of PDEs
+1311.6829 Phenomenology
+1311.6830 Formal Languages and Automata Theory
+1311.6838 Learning
+1311.6844 Methodology
+1311.6848 Cryptography and Security
+1311.6850 Operator Algebras
+1311.6851 Statistical Mechanics
+1311.6857 Populations and Evolution
+1311.6858 Cosmology and Nongalactic Astrophysics
+1311.6864 Neurons and Cognition
+1311.6870 Multiagent Systems
+1311.6871 Optics
+1311.6876 Databases
+1311.6877 Information Theory
+1311.6878 Algebraic Topology
+1311.6879 Formal Languages and Automata Theory
+1311.6880 Information Theory
+1311.6881 Computer Vision and Pattern Recognition
+1311.6885 Lattice
+1311.6891
+1311.6894 Astrophysics of Galaxies
+1311.6896 Optics
+1311.6897 Symbolic Computation
+1311.6900 Numerical Analysis
+1311.6901 Superconductivity
+1311.6902 Distributed, Parallel, and Cluster Computing
+1311.6903 Group Theory
+1311.6907 Artificial Intelligence
+1311.6914 Networking and Internet Architecture
+1311.6915 Strongly Correlated Electrons
+1311.6917 Phenomenology
+1311.6918 High Energy Astrophysical Phenomena
+1311.6920 Experiment
+1311.6921 Optics
+1311.6928 Differential Geometry
+1311.6929 Programming Languages
+1311.6931 Lattice
+1311.6932 Computer Vision and Pattern Recognition
+1311.6933 Software Engineering
+1311.6934 Computer Vision and Pattern Recognition
+1311.6935 Analysis of PDEs
+1311.6938 Numerical Analysis
+1311.6940 Instrumentation and Detectors
+1311.6941 Lattice
+1311.6945 Strongly Correlated Electrons
+1311.6949 Other Computer Science
+1311.6952 Analysis of PDEs
+1311.6962 Algebraic Geometry
+1311.6967 Lattice
+1311.6968 Representation Theory
+1311.6972 Combinatorics
+1311.6974 Functional Analysis
+1311.6975 Lattice
+1311.6981 Other Computer Science
+1311.6984
+1311.6996 Computational Geometry
+1311.6997 Analysis of PDEs
+1311.7007 Analysis of PDEs
+1311.7010 Mesoscale and Nanoscale Physics
+1311.7011 Software Engineering
+1311.7015 Lattice
+1311.7016 Number Theory
+1311.7019 Exactly Solvable and Integrable Systems
+1311.7025 Dynamical Systems
+1311.7034 Probability
+1311.7036 Cosmology and Nongalactic Astrophysics
+1311.7038 Combinatorics
+1311.7041 Lattice
+1311.7042
+1311.7044 High Energy Astrophysical Phenomena
+1311.7049 Statistics Theory
+1311.7050 Analysis of PDEs
+1311.7055 Medical Physics
+1311.7056 Algebraic Topology
+1311.7060 Combinatorics
+1311.7061 Representation Theory
+1311.7064 Combinatorics
+1311.7072 Statistical Mechanics
+1311.7080 Computer Vision and Pattern Recognition
+1311.7085
+1311.7089 Group Theory
+1311.7093 Networking and Internet Architecture
+1311.7099 Optimization and Control
+1311.7101 Algebraic Geometry
+1311.7105 Computational Complexity
+1311.7109 Phenomenology
+1311.7115 Computational Complexity
+1311.7116
+1311.7118 Statistics Theory
+1311.7119 Chemical Physics
+1311.7120 Probability
+1311.7122 Methodology
+1311.7124 Rings and Algebras
+1311.7125 Category Theory
+1311.7134 Cosmology and Nongalactic Astrophysics
+cond-mat/0209313 Materials Science
+cs/0410048 Data Structures and Algorithms
+math/0609570 Quantum Algebra
+0708.1356
+0708.3822
+0709.1499 Number Theory
+0811.2170 Data Analysis, Statistics and Probability
+0907.2354
+0910.4702
+1011.6082 Combinatorics
+1101.3449 Differential Geometry
+1101.4803 Operator Algebras
+1105.1995 Functional Analysis
+1107.5732 Classical Analysis and ODEs
+1110.0189 Combinatorics
+1110.0634
+1110.3618 Adaptation and Self-Organizing Systems
+1110.6737 Combinatorics
+1111.2787 Analysis of PDEs
+1111.6409 Classical Analysis and ODEs
+1112.4633
+1112.5797
+1202.1072
+1202.6034 Category Theory
+1204.1367 Computational Complexity
+1204.1766 High Energy Astrophysical Phenomena
+1204.3648 Astrophysics of Galaxies
+1206.2159
+1206.6784 Astrophysics of Galaxies
+1207.1055
+1207.3537 Other Condensed Matter
+1207.4756 Instrumentation and Detectors
+1208.0320 Representation Theory
+1208.1031
+1208.3515 Mesoscale and Nanoscale Physics
+1208.5194 Discrete Mathematics
+1209.3019 Phenomenology
+1209.4310 Phenomenology
+1209.4801
+1209.5935 Quantum Gases
+1210.0414
+1210.2712 Strongly Correlated Electrons
+1210.5991 Information Theory
+1210.6692 Soft Condensed Matter
+1210.7915 Analysis of PDEs
+1211.0332 Atomic Physics
+1211.1470 Other Condensed Matter
+1211.4966 Geometric Topology
+1211.5047 Plasma Physics
+1211.5674 Dynamical Systems
+1211.6862
+1212.0290 Theory
+1212.1949 Methodology
+1212.3836 Superconductivity
+1212.4636 Strongly Correlated Electrons
+1212.5447 Statistical Mechanics
+1212.5809 Analysis of PDEs
+1212.5877 Computer Vision and Pattern Recognition
+1212.6319
+1301.0980 Information Theory
+1301.1688 Cosmology and Nongalactic Astrophysics
+1301.1837 Statistical Mechanics
+1301.1968 Materials Science
+1301.2084
+1301.2901 Phenomenology
+1301.3005 Earth and Planetary Astrophysics
+1301.4347 Strongly Correlated Electrons
+1301.5365 Quantum Gases
+1301.5936 Solar and Stellar Astrophysics
+1302.0491
+1302.1796 Geophysics
+1302.5073 Analysis of PDEs
+1302.6376 Disordered Systems and Neural Networks
+1302.6958 Probability
+1303.0155
+1303.1899 Mesoscale and Nanoscale Physics
+1303.2157 Statistical Mechanics
+1303.2301 Phenomenology
+1303.2370 Functional Analysis
+1303.2397 Solar and Stellar Astrophysics
+1303.2428
+1303.3139 Statistical Mechanics
+1303.3439 Complex Variables
+1303.3547 Optimization and Control
+1303.4298 High Energy Astrophysical Phenomena
+1303.5158
+1303.5312 Complex Variables
+1303.6227 Genomics
+1303.7030 Information Theory
+1303.7128 Solar and Stellar Astrophysics
+1303.7149 Digital Libraries
+1303.7227 Optimization and Control
+1303.7236 Phenomenology
+1303.7241 Quantum Gases
+1303.7242 Algebraic Geometry
+1303.7245 Optimization and Control
+1303.7253 Biological Physics
+1303.7262 Popular Physics
+1303.7263
+1303.7268 Analysis of PDEs
+1303.7276 Biological Physics
+1303.7282 Materials Science
+1303.7287 Information Theory
+1303.7289 Information Theory
+1303.7291 Information Theory
+1303.7292 Biological Physics
+1303.7293 Commutative Algebra
+1303.7295 Information Theory
+1303.7296 Information Theory
+1303.7298 Commutative Algebra
+1303.7300 Distributed, Parallel, and Cluster Computing
+1303.7307 Physics and Society
+1303.7309 Number Theory
+1303.7312 Algebraic Geometry
+1303.7316 Materials Science
+1303.7318 Computation
+1303.7321 Superconductivity
+1303.7322 Dynamical Systems
+1303.7324 Geometric Topology
+1303.7326 Logic in Computer Science
+1303.7327 Logic in Computer Science
+1303.7328 Logic in Computer Science
+1303.7329 Logic in Computer Science
+1303.7330 Logic in Computer Science
+1303.7331 Logic in Computer Science
+1303.7332 Logic in Computer Science
+1303.7333 Logic in Computer Science
+1303.7334 Logic in Computer Science
+1303.7335 Logic in Computer Science
+1303.7336 Logic in Computer Science
+1303.7337 Number Theory
+1303.7342 Theory
+1303.7346 Functional Analysis
+1303.7350 Rings and Algebras
+1303.7351
+1303.7353 Multimedia
+1303.7355 Functional Analysis
+1303.7358 Mesoscale and Nanoscale Physics
+1303.7361 Computational Complexity
+1303.7366 Differential Geometry
+1303.7367 Phenomenology
+1303.7370 Classical Analysis and ODEs
+1303.7373 Mesoscale and Nanoscale Physics
+1303.7377 Multiagent Systems
+1303.7379 Software Engineering
+1303.7380 Geometric Topology
+1303.7382 Popular Physics
+1303.7383 Geometric Topology
+1303.7384
+1303.7386 Logic
+1303.7387 Geometric Topology
+1303.7392
+1303.7395
+1303.7397 Cryptography and Security
+1303.7398
+1303.7400 General Finance
+1303.7401 General Finance
+1303.7402 General Finance
+1303.7403 General Finance
+1303.7404 General Finance
+1303.7405 General Finance
+1303.7406 Differential Geometry
+1303.7409 Methodology
+1303.7413 Fluid Dynamics
+1303.7414 Materials Science
+1303.7421 Mesoscale and Nanoscale Physics
+1303.7422 Differential Geometry
+1303.7425 Symbolic Computation
+1303.7427 Computational Geometry
+1303.7431 Theory
+1303.7433 Instrumentation and Methods for Astrophysics
+1303.7435
+1303.7442 Analysis of PDEs
+1303.7443 Optimization and Control
+1303.7444 Differential Geometry
+1303.7445 Artificial Intelligence
+1303.7452 Materials Science
+1303.7454 Information Theory
+1303.7455 Optimization and Control
+1303.7457 Cryptography and Security
+1303.7460 Information Theory
+1303.7463 Solar and Stellar Astrophysics
+1303.7466 Combinatorics
+1303.7473
+1303.7475 Populations and Evolution
+cond-mat/0110561 Statistical Mechanics
+cond-mat/0307242 Soft Condensed Matter
+cond-mat/0601453 Mesoscale and Nanoscale Physics
+math/0702234 Algebraic Geometry
+physics/0612142 Biological Physics
+0712.0273 Strongly Correlated Electrons
+0809.0415 Number Theory
+0809.4990 Probability
+0810.3596 General Physics
+0810.4695 Operator Algebras
+0901.0580
+0906.4822 Theory
+0907.1117 General Physics
+0912.1732 Optics
+1001.4166 Phenomenology
+1002.0742
+1004.0500 Group Theory
+1007.5187
+1007.5223 Quantum Gases
+1008.1429 Dynamical Systems
+1008.1852 Symplectic Geometry
+1011.2439
+1012.0269 Computation
+1012.2737 Analysis of PDEs
+1103.2647 Dynamical Systems
+1105.0140 Dynamical Systems
+1105.4164
+1108.5550 Complex Variables
+1109.1588
+1110.0710
+1111.2112 Experiment
+1112.3679
+1201.3499 Cosmology and Nongalactic Astrophysics
+1202.0447 Probability
+1202.6117 Combinatorics
+1203.1958 Probability
+1204.3932 Statistical Mechanics
+1205.1761 Phenomenology
+1205.2102 Symplectic Geometry
+1205.3274 Number Theory
+1205.3635 Dynamical Systems
+1206.0883 Physics and Society
+1206.1389 Information Theory
+1206.5473 Logic
+1207.0724 Number Theory
+1207.3985 Differential Geometry
+1208.1653 Quantum Gases
+1208.5325 Probability
+1209.4981 Metric Geometry
+1209.5079
+1210.4702 Solar and Stellar Astrophysics
+1210.7318 Cosmology and Nongalactic Astrophysics
+1211.1707 Theory
+1211.3745 Phenomenology
+1211.4306
+1211.4751
+1212.0984 Superconductivity
+1212.2769 Theory
+1212.4881 Mesoscale and Nanoscale Physics
+1212.4993 Lattice
+1212.6462 Group Theory
+1212.6529 Cosmology and Nongalactic Astrophysics
+1212.6665 Analysis of PDEs
+1301.2197 Optics
+1301.4033 Dynamical Systems
+1301.4492 Strongly Correlated Electrons
+1301.4709 Quantum Gases
+1301.4972 Combinatorics
+1301.5501 Theory
+1301.5521 Number Theory
+1301.5670 Differential Geometry
+1301.7717 Optimization and Control
+1302.1763 Theory
+1302.2557
+1302.4278 Probability
+1302.5098 Phenomenology
+1302.5291 Phenomenology
+1302.6103 Statistics Theory
+1302.6298 Quantum Algebra
+1302.6389
+1303.0223 Experiment
+1303.0534 Fluid Dynamics
+1303.1390 Optics
+1303.2233 Phenomenology
+1303.3062 Phenomenology
+1303.4203 Materials Science
+1303.5351 Phenomenology
+1304.1411 Databases
+1304.3360
+1304.3415 High Energy Astrophysical Phenomena
+1304.4368
+1304.5708 Dynamical Systems
+1304.6399 Cosmology and Nongalactic Astrophysics
+1304.6903 Theory
+1304.7036 Atomic Physics
+1305.0071 Theory
+1305.0178 Algebraic Geometry
+1305.0390 Superconductivity
+1305.0559 Strongly Correlated Electrons
+1305.0634 Group Theory
+1305.4818 Symbolic Computation
+1305.5796 Computational Engineering, Finance, and Science
+1305.6882 Plasma Physics
+1305.6967 Geophysics
+1306.1104 Quantum Gases
+1306.2469 Functional Analysis
+1306.2664 Disordered Systems and Neural Networks
+1306.4802 Solar and Stellar Astrophysics
+1306.6481 Strongly Correlated Electrons
+1306.6573
+1307.0690 Materials Science
+1307.1884 Earth and Planetary Astrophysics
+1307.3591 Neurons and Cognition
+1307.4145 Learning
+1307.4146 Information Theory
+1307.4147 Biological Physics
+1307.4420 Computational Complexity
+1307.4432 Instrumentation and Detectors
+1307.4852 Networking and Internet Architecture
+1307.4868 High Energy Astrophysical Phenomena
+1307.5004 Computer Science and Game Theory
+1307.5072 Solar and Stellar Astrophysics
+1307.5074 Solar and Stellar Astrophysics
+1307.5076 Computational Engineering, Finance, and Science
+1307.5080 Phenomenology
+1307.5085 Networking and Internet Architecture
+1307.5088 Classical Analysis and ODEs
+1307.5090 Computational Complexity
+1307.5092 Instrumentation and Methods for Astrophysics
+1307.5094 Combinatorics
+1307.5096 Optics
+1307.5097 Solar and Stellar Astrophysics
+1307.5099 Differential Geometry
+1307.5100 Optimization and Control
+1307.5108 Data Structures and Algorithms
+1307.5110 Combinatorics
+1307.5112 Superconductivity
+1307.5114 Numerical Analysis
+1307.5118 Machine Learning
+1307.5124 Theory
+1307.5125 High Energy Astrophysical Phenomena
+1307.5127
+1307.5129 Instrumentation and Methods for Astrophysics
+1307.5133 Accelerator Physics
+1307.5136 Optics
+1307.5137 Statistical Mechanics
+1307.5138 Metric Geometry
+1307.5139 Instrumentation and Methods for Astrophysics
+1307.5142 Instrumentation and Methods for Astrophysics
+1307.5143
+1307.5145 Applications
+1307.5147 Populations and Evolution
+1307.5150 Materials Science
+1307.5156 Number Theory
+1307.5164 Strongly Correlated Electrons
+1307.5165 Phenomenology
+1307.5170 Number Theory
+1307.5179 Probability
+1307.5180 Statistical Mechanics
+1307.5184 Analysis of PDEs
+1307.5186 Discrete Mathematics
+1307.5188 Number Theory
+1307.5192 Instrumentation and Methods for Astrophysics
+1307.5194 Instrumentation and Methods for Astrophysics
+1307.5195 Instrumentation and Methods for Astrophysics
+1307.5196 Instrumentation and Methods for Astrophysics
+1307.5197 High Energy Astrophysical Phenomena
+1307.5199 Earth and Planetary Astrophysics
+1307.5201 Classical Analysis and ODEs
+1307.5203 Differential Geometry
+1307.5204 Instrumentation and Methods for Astrophysics
+1307.5211 Phenomenology
+1307.5214 Pattern Formation and Solitons
+1307.5216 Computer Science and Game Theory
+1307.5217 Optics
+1307.5221 Probability
+1307.5225 Solar and Stellar Astrophysics
+1307.5228 Information Theory
+1307.5235 Differential Geometry
+1307.5236 Analysis of PDEs
+1307.5240 Information Theory
+1307.5243 Statistics Theory
+1307.5246 Combinatorics
+1307.5247 Disordered Systems and Neural Networks
+1307.5248 Phenomenology
+1307.5252 Rings and Algebras
+1307.5254 Lattice
+1307.5260 Human-Computer Interaction
+1307.5262 Group Theory
+1307.5263 Atomic Physics
+1307.5265 Differential Geometry
+1307.5266 Phenomenology
+1307.5268 Physics and Society
+1307.5277 Programming Languages
+1307.5278 Dynamical Systems
+1307.5286 Statistics Theory
+1307.5289 Instrumentation and Detectors
+1307.5293 Analysis of PDEs
+1307.5299 Data Structures and Algorithms
+1307.5305 Classical Analysis and ODEs
+1307.5314 Differential Geometry
+cond-mat/9302038
+cond-mat/9308015
+cond-mat/9506022
+math/0010109 Combinatorics
+math/0211301 General Mathematics
+math/0702277 Quantum Algebra
+physics/0305015 General Physics
+0804.0218
+0809.1596 Analysis of PDEs
+0910.4748 Programming Languages
+1006.3302 Data Structures and Algorithms
+1006.5833 Algebraic Geometry
+1007.2928 Information Theory
+1008.1151 Operator Algebras
+1011.6071 Classical Analysis and ODEs
+1011.6090 Dynamical Systems
+1012.4858 Solar and Stellar Astrophysics
+1012.5102 Analysis of PDEs
+1101.2866 Algebraic Geometry
+1102.3284 Medical Physics
+1104.4194 Cosmology and Nongalactic Astrophysics
+1106.4366 Probability
+1108.0804 Materials Science
+1108.4181 Numerical Analysis
+1109.2084 Optics
+1110.1761 Analysis of PDEs
+1110.3005 Number Theory
+1111.1085
+1111.6969
+1112.0421
+1112.1145 Numerical Analysis
+1112.3814
+1112.4764 Phenomenology
+1202.0167 Atomic Physics
+1202.0532 Mesoscale and Nanoscale Physics
+1202.0578 Differential Geometry
+1202.2727 Algebraic Geometry
+1202.4414 Analysis of PDEs
+1202.4958 Mesoscale and Nanoscale Physics
+1203.3415 Data Structures and Algorithms
+1203.3829 Complex Variables
+1203.6129 Information Theory
+1203.6254
+1204.3279
+1204.3319 Mesoscale and Nanoscale Physics
+1204.4226 Superconductivity
+1204.4423 Combinatorics
+1205.0369 Combinatorics
+1206.1285 Differential Geometry
+1206.2439
+1206.3130 Functional Analysis
+1206.5801 Cosmology and Nongalactic Astrophysics
+1206.6786 Superconductivity
+1207.2215 Information Theory
+1207.2277 Data Analysis, Statistics and Probability
+1207.2711 Information Theory
+1207.3115 Medical Physics
+1207.7038 Cosmology and Nongalactic Astrophysics
+1208.0612 Strongly Correlated Electrons
+1208.1105 Other Condensed Matter
+1208.2301 Applications
+1208.4283 Earth and Planetary Astrophysics
+1208.5547 Strongly Correlated Electrons
+1208.6209 Soft Condensed Matter
+1209.0491 Information Theory
+1209.1266
+1210.1338
+1210.4643 General Finance
+1210.5230 Mesoscale and Nanoscale Physics
+1210.7133 Phenomenology
+1211.1211 Analysis of PDEs
+1211.2692 Plasma Physics
+1211.3080 Materials Science
+1211.3382 Statistics Theory
+1211.4431 Number Theory
+1211.5539 Phenomenology
+1211.6460
+1212.2219 Strongly Correlated Electrons
+1212.3412 Superconductivity
+1212.3752
+1212.3865
+1212.4158 Phenomenology
+1212.4183 Strongly Correlated Electrons
+1212.4221
+1212.4556 Phenomenology
+1212.5013 Phenomenology
+1212.5305 Combinatorics
+1301.0913 Materials Science
+1301.2461 Cosmology and Nongalactic Astrophysics
+1301.3778 Mesoscale and Nanoscale Physics
+1301.4825 Mesoscale and Nanoscale Physics
+1301.4969 Spectral Theory
+1301.5339 Mesoscale and Nanoscale Physics
+1301.5794 Soft Condensed Matter
+1301.5843 Cosmology and Nongalactic Astrophysics
+1302.0014 Cosmology and Nongalactic Astrophysics
+1302.0565
+1302.1013 Statistical Mechanics
+1302.1144 Materials Science
+1302.3153 Instrumentation and Detectors
+1302.4613
+1302.6453 Plasma Physics
+1302.6685 Optimization and Control
+1302.7158 Astrophysics of Galaxies
+1303.1786 Data Structures and Algorithms
+1303.3339 Astrophysics of Galaxies
+1303.5036 Mesoscale and Nanoscale Physics
+1303.5668 Instrumentation and Detectors
+1303.5932 Solar and Stellar Astrophysics
+1303.6385 Social and Information Networks
+1303.6620
+1304.0890 Materials Science
+1304.1853 Atomic Physics
+1304.3241 Metric Geometry
+1304.4308 Phenomenology
+1304.4865 Computational Engineering, Finance, and Science
+1304.4889 Neural and Evolutionary Computing
+1304.5016 Classical Analysis and ODEs
+1304.5248 Algebraic Geometry
+1304.5250 Symplectic Geometry
+1304.5251 Systems and Control
+1304.5252 Statistical Mechanics
+1304.5258 Optimization and Control
+1304.5263 Analysis of PDEs
+1304.5264 Data Structures and Algorithms
+1304.5270 Experiment
+1304.5272 Number Theory
+1304.5275 Category Theory
+1304.5276 Theory
+1304.5278 Logic in Computer Science
+1304.5281 Logic in Computer Science
+1304.5285 Analysis of PDEs
+1304.5287 Complex Variables
+1304.5288 Algebraic Geometry
+1304.5289 Representation Theory
+1304.5294
+1304.5295 Category Theory
+1304.5297 Computers and Society
+1304.5304 Information Theory
+1304.5307 Materials Science
+1304.5310 Spectral Theory
+1304.5311 Fluid Dynamics
+1304.5313 Cryptography and Security
+1304.5317 Software Engineering
+1304.5319 Computer Vision and Pattern Recognition
+1304.5321 Solar and Stellar Astrophysics
+1304.5324 Cell Behavior
+1304.5325 Experiment
+1304.5328 Rings and Algebras
+1304.5330 Networking and Internet Architecture
+1304.5335 Mesoscale and Nanoscale Physics
+1304.5336 Cryptography and Security
+1304.5341 Instrumentation and Detectors
+1304.5346 Other Computer Science
+1304.5349 Applications
+1304.5362 Phenomenology
+1304.5364 Materials Science
+1304.5366 Analysis of PDEs
+1304.5369 Classical Analysis and ODEs
+1304.5384
+1304.5385 Logic
+1304.5386
+1304.5389 Other Computer Science
+1304.5392 Classical Analysis and ODEs
+1304.5398
+1304.5399 Solar and Stellar Astrophysics
+1304.5401 Applications
+1304.5402 Physics and Society
+1304.5413
+1304.5416 Information Theory
+1304.5417 Machine Learning
+1304.5421 Logic
+1304.5424 Probability
+1304.5425 Dynamical Systems
+1304.5426 Optimization and Control
+1304.5427 Combinatorics
+1304.5428 Numerical Analysis
+1304.5431 High Energy Astrophysical Phenomena
+1304.5434 Algebraic Geometry
+1304.5441 Other Condensed Matter
+1304.5444 Group Theory
+1304.5448 Biological Physics
+1304.5449 Artificial Intelligence
+1304.5450 Group Theory
+1304.5453 Methodology
+1304.5455 History and Overview
+1304.5457 Information Retrieval
+1304.5458 Representation Theory
+1304.5459 Analysis of PDEs
+1304.5463 Strongly Correlated Electrons
+1304.5464 Biological Physics
+1304.5465 Representation Theory
+1304.5467 Strongly Correlated Electrons
+1304.5468 Combinatorics
+1304.5471 Dynamical Systems
+1304.5472 Numerical Analysis
+1304.5473 Exactly Solvable and Integrable Systems
+1304.5475 Digital Libraries
+1304.5487 Quantitative Methods
+1304.5488 Instrumentation and Methods for Astrophysics
+1304.5489 Solar and Stellar Astrophysics
+1304.5494 History and Philosophy of Physics
+1304.5507 Social and Information Networks
+1304.5511 Complex Variables
+1304.5513 Soft Condensed Matter
+0902.2519 Classical Analysis and ODEs
+1005.1989 Logic
+1005.1991 Logic
+1005.2003 Logic
+1005.2005 Logic
+1005.2007 Logic
+1010.4111 Logic
+1011.5036 Differential Geometry
+1102.0596 Logic
+1102.1618
+1103.2499
+1103.4683 Disordered Systems and Neural Networks
+1105.5999 Analysis of PDEs
+1105.6164 Information Theory
+1106.4695
+1108.0488 Systems and Control
+1109.0641
+1109.3858 Algebraic Geometry
+1110.3692 Group Theory
+1110.5927 Statistics Theory
+1110.6894
+1111.0462 Logic
+1111.0953 Spectral Theory
+1111.1751 Soft Condensed Matter
+1202.4716 Group Theory
+1203.2221
+1203.6598 Atomic Physics
+1204.2337
+1204.3107
+1204.5399 Multiagent Systems
+1205.3439
+1205.3938 Mesoscale and Nanoscale Physics
+1206.0066 Analysis of PDEs
+1206.1529 Learning
+1206.3007 Combinatorics
+1207.0212
+1207.1787 Quantum Gases
+1207.2967
+1207.6760 Computer Science and Game Theory
+1208.2926 Number Theory
+1208.3826 Probability
+1208.4569 Atomic Physics
+1208.6359 Number Theory
+1209.1078
+1209.1127 Strongly Correlated Electrons
+1209.1477 Quantum Gases
+1209.2853 Phenomenology
+1209.4273 Atmospheric and Oceanic Physics
+1209.6174 Strongly Correlated Electrons
+1210.0131 Theory
+1210.0516 Information Theory
+1210.1418 Earth and Planetary Astrophysics
+1210.1986 Materials Science
+1210.3518 Disordered Systems and Neural Networks
+1210.3557 Experiment
+1210.8170 Mesoscale and Nanoscale Physics
+1211.0396 Functional Analysis
+1211.0626
+1211.2060 Statistics Theory
+1211.2153 Dynamical Systems
+1211.4497 Lattice
+1211.4540
+1211.4826 Differential Geometry
+1211.5055 Mesoscale and Nanoscale Physics
+1211.5141 Solar and Stellar Astrophysics
+1211.6093 Experiment
+1211.6606 Disordered Systems and Neural Networks
+1211.7045 Learning
+1211.7060
+1212.0870 Methodology
+1212.1054 Classical Analysis and ODEs
+1212.1708 Phenomenology
+1212.2139 High Energy Astrophysical Phenomena
+1212.2638 Earth and Planetary Astrophysics
+1212.2773 Strongly Correlated Electrons
+1212.2915 Earth and Planetary Astrophysics
+1212.3020 Strongly Correlated Electrons
+1212.3671 Strongly Correlated Electrons
+1212.4430
+1212.4462
+1212.4517 Quantum Gases
+1212.5446 Atomic Physics
+1301.0870 Soft Condensed Matter
+1301.1361 Theory
+1301.1570 Mesoscale and Nanoscale Physics
+1301.2250 Phenomenology
+1301.3158 Number Theory
+1301.3457 Computer Vision and Pattern Recognition
+1301.3942 Lattice
+1301.4095 Phenomenology
+1301.4964 Number Theory
+1301.5024 Materials Science
+1301.5763
+1301.5922 Fluid Dynamics
+1301.6297 Distributed, Parallel, and Cluster Computing
+1301.6914 Phenomenology
+1301.7239 Mesoscale and Nanoscale Physics
+1302.1430
+1302.2127 Data Structures and Algorithms
+1302.4274 Statistical Mechanics
+1302.6569 Physics and Society
+1303.0192 Astrophysics of Galaxies
+1303.1859 Optimization and Control
+1303.2100
+1303.2150 Earth and Planetary Astrophysics
+1303.2348 Instrumentation and Detectors
+1303.2378 Machine Learning
+1303.2958 Mesoscale and Nanoscale Physics
+1303.3087 Computer Vision and Pattern Recognition
+1303.3361 Earth and Planetary Astrophysics
+1303.3521 Phenomenology
+1303.4985 Mesoscale and Nanoscale Physics
+1303.5215 Analysis of PDEs
+1303.7088 Solar and Stellar Astrophysics
+1303.7364 Algebraic Geometry
+1304.0277 Differential Geometry
+1304.0378 Data Structures and Algorithms
+1304.0410 Theory
+1304.0878 Mathematical Software
+1304.1271 Numerical Analysis
+1304.1346 Robotics
+1304.1679 Computational Complexity
+1304.1990 Functional Analysis
+1304.2331 Applications
+1304.2432 Operator Algebras
+1304.2437 Earth and Planetary Astrophysics
+1304.2670 Geometric Topology
+1304.2711 Artificial Intelligence
+1304.2712 Artificial Intelligence
+1304.2713 Artificial Intelligence
+1304.2714 Artificial Intelligence
+1304.2715 Artificial Intelligence
+1304.2716 Artificial Intelligence
+1304.2717 Artificial Intelligence
+1304.2718 Artificial Intelligence
+1304.2719 Artificial Intelligence
+1304.2720 Artificial Intelligence
+1304.2721 Artificial Intelligence
+1304.2722 Artificial Intelligence
+1304.2723 Artificial Intelligence
+1304.2724 Artificial Intelligence
+1304.2725 Artificial Intelligence
+1304.2726 Artificial Intelligence
+1304.2727 Artificial Intelligence
+1304.2728 Artificial Intelligence
+1304.2729 Artificial Intelligence
+1304.2730 Artificial Intelligence
+1304.2731 Artificial Intelligence
+1304.2732 Artificial Intelligence
+1304.2733 Artificial Intelligence
+1304.2734 Artificial Intelligence
+1304.2735 Artificial Intelligence
+1304.2736 Artificial Intelligence
+1304.2737 Artificial Intelligence
+1304.2738 Artificial Intelligence
+1304.2739 Artificial Intelligence
+1304.2740 Artificial Intelligence
+1304.2741 Artificial Intelligence
+1304.2742 Artificial Intelligence
+1304.2743 Computer Vision and Pattern Recognition
+1304.2744 Artificial Intelligence
+1304.2745 Artificial Intelligence
+1304.2746 Artificial Intelligence
+1304.2747 Artificial Intelligence
+1304.2748 Artificial Intelligence
+1304.2749 Computer Vision and Pattern Recognition
+1304.2750 Artificial Intelligence
+1304.2751 Artificial Intelligence
+1304.2752 Artificial Intelligence
+1304.2753 Artificial Intelligence
+1304.2754 Artificial Intelligence
+1304.2755 Artificial Intelligence
+1304.2756 Artificial Intelligence
+1304.2757 Systems and Control
+1304.2758 Artificial Intelligence
+1304.2759 Artificial Intelligence
+1304.2760 Artificial Intelligence
+1304.2762 Functional Analysis
+1304.2763 Materials Science
+1304.2781 Phenomenology
+1304.2787 Solar and Stellar Astrophysics
+1304.2789 Logic
+1304.2790 Classical Analysis and ODEs
+1304.2796
+1304.2797 Artificial Intelligence
+1304.2798 Information Theory
+1304.2799 Artificial Intelligence
+1304.2802 Materials Science
+1304.2803 History and Overview
+1304.2805 Spectral Theory
+1304.2807
+1304.2808 Optimization and Control
+1304.2809 Information Theory
+1304.2814 Formal Languages and Automata Theory
+1304.2820 Combinatorics
+1304.2827 Symplectic Geometry
+1304.2830 Combinatorics
+1304.2840 Distributed, Parallel, and Cluster Computing
+1304.2847 Statistics Theory
+1304.2848 Theory
+1304.2852
+1304.2855 Symplectic Geometry
+1304.2860 Combinatorics
+1304.2865 Applications
+1304.2867 Networking and Internet Architecture
+1304.2868 Representation Theory
+1304.2874 Dynamical Systems
+1304.2876
+1304.2881 Discrete Mathematics
+1304.2885
+1304.2888 Robotics
+1304.2894 Instrumentation and Detectors
+1304.2895 Earth and Planetary Astrophysics
+1304.2898 Accelerator Physics
+1304.2900 Superconductivity
+1304.2903 Dynamical Systems
+1304.2904 Classical Analysis and ODEs
+1304.2906 Number Theory
+1304.2913 Algebraic Geometry
+1304.2915 Solar and Stellar Astrophysics
+1304.2917 Quantitative Methods
+1304.2918 Functional Analysis
+1304.2920 Cryptography and Security
+1304.2927 Superconductivity
+1304.2930 Logic
+1304.2931 Logic
+1304.2932 Logic
+1304.2935 Populations and Evolution
+1304.2936 Logic in Computer Science
+1304.2937 Differential Geometry
+1304.2941
+1304.2943 Instrumentation and Detectors
+1304.2944 Superconductivity
+1304.2945 Materials Science
+1304.2946 Cryptography and Security
+1304.2948 Computational Engineering, Finance, and Science
+1304.2950 Functional Analysis
+1304.2952 Superconductivity
+1304.2955 Populations and Evolution
+1304.2959 Formal Languages and Automata Theory
+1304.2960 Molecular Networks
+1304.2961 Group Theory
+1304.2966 Materials Science
+1304.2974 Social and Information Networks
+1304.2983 Data Structures and Algorithms
+1304.2985 Statistics Theory
+1304.2987 Phenomenology
+1304.2989 Superconductivity
+1304.2993 Superconductivity
+1304.2995 Statistics Theory
+1304.2996 Superconductivity
+1304.3000 Combinatorics
+1304.3002 Optimization and Control
+1304.3005 Analysis of PDEs
+1304.3011 Geometric Topology
+1304.3013 Physics and Society
+1304.3015 Cosmology and Nongalactic Astrophysics
+1304.3019 Logic
+1304.3026 Strongly Correlated Electrons
+1304.3027 Numerical Analysis
+1304.3029 Algebraic Geometry
+1304.3031 Group Theory
+1304.3032 Complex Variables
+1304.3033 Category Theory
+1304.3040 Geometric Topology
+1304.3055 Solar and Stellar Astrophysics
+1304.3056 Multimedia
+1304.3059 Networking and Internet Architecture
+1304.3063 Optimization and Control
+1304.3065 Symplectic Geometry
+math/0302061 Dynamical Systems
+math/0511648 Dynamical Systems
+0712.4180 Theory
+0802.2926 Materials Science
+0803.2995 Other Computer Science
+0803.3905 Neural and Evolutionary Computing
+0804.4263 Strongly Correlated Electrons
+0806.1257
+0806.2694 Neurons and Cognition
+0808.1134 Biological Physics
+0808.3783 Experiment
+0810.4399 Statistical Mechanics
+0811.4274 Geometric Topology
+0904.4561 Phenomenology
+0905.0728 Quantitative Methods
+0909.3817 Physics and Society
+0909.5108 Phenomenology
+0910.2212
+0911.2177 Group Theory
+0911.2433 Mesoscale and Nanoscale Physics
+0912.2987
+1002.0420
+1002.4880
+1003.0181
+1003.0614
+1003.3766 Artificial Intelligence
+1004.0373 Instrumentation and Detectors
+1004.3285 Cosmology and Nongalactic Astrophysics
+1004.4050
+1004.4081 Mesoscale and Nanoscale Physics
+1005.5703 Mesoscale and Nanoscale Physics
+1006.2207 Materials Science
+1006.3650 Artificial Intelligence
+1007.0150 Mesoscale and Nanoscale Physics
+1007.0185 Theory
+1007.5306 Statistical Mechanics
+1008.1477 Statistical Mechanics
+1008.1730 Cosmology and Nongalactic Astrophysics
+1009.1214
+1009.2241 Atomic and Molecular Clusters
+1009.3882 Superconductivity
+1009.4923
+1009.6198
+1010.0454 Other Computer Science
+1010.1728
+1010.4337 High Energy Astrophysical Phenomena
+1010.5249 Theory
+1010.5515 Theory
+1011.3508
+1011.3766 Fluid Dynamics
+1011.4916 Methodology
+1011.5296
+1011.5871 Phenomenology
+1012.0386
+1012.2029 Plasma Physics
+1012.3382 Theory
+1012.5671 Strongly Correlated Electrons
+1101.0431 Statistical Mechanics
+1101.0438 Statistical Mechanics
+1101.3171
+1101.5013 Optics
+1101.5106 Phenomenology
+1101.5379 Physics and Society
+1101.5681 Biological Physics
+1101.6019
+1102.2290 Biological Physics
+1102.2427
+1102.3487 Phenomenology
+1102.3729 Phenomenology
+1102.4043 Phenomenology
+1102.5115
+1102.5294 Disordered Systems and Neural Networks
+1102.5611
+1103.0121 Optics
+1103.0378 Cosmology and Nongalactic Astrophysics
+1103.0809 Phenomenology
+1103.1840
+1103.3247 Statistical Mechanics
+1103.3289 Phenomenology
+1103.3353 Materials Science
+1103.3521 High Energy Astrophysical Phenomena
+1103.3650 Mesoscale and Nanoscale Physics
+1103.3823
+1103.4266 High Energy Astrophysical Phenomena
+1103.4283 Phenomenology
+1103.4892 Phenomenology
+1103.5496 Soft Condensed Matter
+1103.5578 Phenomenology
+1103.6123
+1104.0170 Phenomenology
+1104.1260 Phenomenology
+1104.1347
+1104.1356
+1104.1430 Phenomenology
+1104.1469 Mesoscale and Nanoscale Physics
+1104.1519
+1104.1561 Atomic Physics
+1104.2590 Cosmology and Nongalactic Astrophysics
+1104.3125 Mesoscale and Nanoscale Physics
+1104.3320 Mesoscale and Nanoscale Physics
+1104.3425 Phenomenology
+1104.4683 Strongly Correlated Electrons
+1104.5471
+1105.0072 Algebraic Geometry
+1105.0237 Strongly Correlated Electrons
+1105.0800 Theory
+1105.0832 Cosmology and Nongalactic Astrophysics
+1105.1199 Phenomenology
+1105.1232
+1105.1433 Phenomenology
+1105.1517
+1105.1556
+1105.1647 Tissues and Organs
+1105.1723 Phenomenology
+1105.1876 Mesoscale and Nanoscale Physics
+1105.2086 Mesoscale and Nanoscale Physics
+1105.2148 Soft Condensed Matter
+1105.2275 Cosmology and Nongalactic Astrophysics
+1105.2463 Group Theory
+1105.2644
+1105.2870 Phenomenology
+1105.3087 Phenomenology
+1105.3246 Cosmology and Nongalactic Astrophysics
+1105.3756 Superconductivity
+1105.3798
+1105.3994 Mesoscale and Nanoscale Physics
+1105.5090 Superconductivity
+1105.5604 Superconductivity
+1105.5719 Phenomenology
+1105.5771 Strongly Correlated Electrons
+1105.5860
+1105.6082
+1106.0382 Mesoscale and Nanoscale Physics
+1106.0999 Theory
+1106.1106 Phenomenology
+1106.1133 Materials Science
+1106.1164 High Energy Astrophysical Phenomena
+1106.1373
+1106.1441 Mesoscale and Nanoscale Physics
+1106.1463 Plasma Physics
+1106.1662 Phenomenology
+1106.1830 Mesoscale and Nanoscale Physics
+1106.2000 Theory
+1106.2185 Cosmology and Nongalactic Astrophysics
+1106.2270 Statistical Mechanics
+1106.2385 Strongly Correlated Electrons
+1106.2706 Superconductivity
+1106.3346 Phenomenology
+1106.3377
+1106.3483 Strongly Correlated Electrons
+1106.3566 Theory
+1106.3573 Materials Science
+1106.3845 Theory
+1106.3999 Cosmology and Nongalactic Astrophysics
+1106.4031 Quantum Gases
+1106.4210 Theory
+1106.4231 Materials Science
+1106.4250 Experiment
+1106.4379 Phenomenology
+1106.4501 Theory
+1106.4546 Phenomenology
+1106.4782 Experiment
+1106.4815 Phenomenology
+1106.4906 Quantum Gases
+1106.4999 Strongly Correlated Electrons
+1106.5293 Lattice
+1106.5538 Lattice
+1106.5552 Experiment
+1106.5647 Phenomenology
+1106.5819 Mesoscale and Nanoscale Physics
+1106.5865 Theory
+1106.6006
+1106.6047 Phenomenology
+1107.0395
+1107.0544 Materials Science
+1107.0546
+1107.0686
+1107.0717 Phenomenology
+1107.0721 Phenomenology
+1107.0827 Mesoscale and Nanoscale Physics
+1107.0854
+1107.1141 Atomic Physics
+1107.1312 Phenomenology
+1107.1349 Optics
+1107.1353
+1107.1406
+1107.1689
+1107.1816
+1107.2093 Phenomenology
+1107.2104 Neural and Evolutionary Computing
+1107.2117 Phenomenology
+1107.2296 Other Condensed Matter
+1107.2326
+1107.2408 Phenomenology
+1107.2538 Theory
+1107.2780 Theory
+1107.2856 Phenomenology
+1107.2893 Statistical Mechanics
+1107.3125 Theory
+1107.3312 Theory
+1107.3317
+1107.3476
+1107.3513 Theory
+1107.3536 Disordered Systems and Neural Networks
+1107.3546 Phenomenology
+1107.3612
+1107.3858 Phenomenology
+1107.4309 Phenomenology
+1107.4375 Superconductivity
+1107.4560 Mesoscale and Nanoscale Physics
+1107.4630
+1107.4633
+1107.4634 Phenomenology
+1107.4798 Phenomenology
+1107.5023 Lattice
+1107.5078 Materials Science
+1107.5085
+1107.5245
+1107.5319 Statistical Mechanics
+1107.5560 Cosmology and Nongalactic Astrophysics
+1107.5669 Cosmology and Nongalactic Astrophysics
+1107.5693
+1107.5707
+1107.5823 Phenomenology
+1107.5830 Phenomenology
+1108.0005
+1108.0019 Materials Science
+1108.0079
+1108.0208 Phenomenology
+1108.0350 Phenomenology
+1108.0369
+1108.0563
+1108.0715 Strongly Correlated Electrons
+1108.0874 Theory
+1108.0900 Strongly Correlated Electrons
+1108.0964 Phenomenology
+1108.1162
+1108.1173 Phenomenology
+1108.1180 Theory
+1108.1266 Phenomenology
+1108.1274 Phenomenology
+1108.1393 Theory
+1108.1406 Theory
+1108.1408 Quantum Gases
+1108.1579 Lattice
+1108.1650 Lattice
+1108.1734 Statistical Mechanics
+1108.1765 Phenomenology
+1108.1800 Phenomenology
+1108.2015 Theory
+1108.2190 Phenomenology
+1108.2220 Phenomenology
+1108.2265 Cosmology and Nongalactic Astrophysics
+1108.2354 Dynamical Systems
+1108.2523 Phenomenology
+1108.2691 Chaotic Dynamics
+1108.2798 Superconductivity
+1108.2879
+1108.2944 Cosmology and Nongalactic Astrophysics
+1108.2963 Superconductivity
+1108.3065
+1108.3078 Theory
+1108.3080 Theory
+1108.3081 Cosmology and Nongalactic Astrophysics
+1108.3235 Computational Engineering, Finance, and Science
+1108.3283
+1108.3291
+1108.3303
+1108.3428 Phenomenology
+1108.3501 Phenomenology
+1108.3568 Theory
+1108.3574 Phenomenology
+1108.3579 Theory
+1108.3612
+1108.3725 Phenomenology
+1108.3763
+1108.3794 Phenomenology
+1108.3813 Cosmology and Nongalactic Astrophysics
+1108.3818
+1108.3820 Cosmology and Nongalactic Astrophysics
+1108.3859
+1108.3867 Phenomenology
+1108.3986 Solar and Stellar Astrophysics
+1108.4010 Phenomenology
+1108.4022 Theory
+1108.4360 Phenomenology
+1108.4375 Superconductivity
+1108.4392 Other Condensed Matter
+1108.4415 Theory
+1108.4604 Statistical Mechanics
+1108.4688 Cosmology and Nongalactic Astrophysics
+1108.4911 Optics
+1108.5112 Phenomenology
+1108.5479
+1108.5512 Cosmology and Nongalactic Astrophysics
+1108.5559 Optics
+1108.5561
+1108.5618
+1108.5636
+1108.5688 Soft Condensed Matter
+1108.5719 Algebraic Topology
+1108.5769 Phenomenology
+1108.5947 Phenomenology
+1108.6028 Theory
+1108.6172 Phenomenology
+1108.6297
+1109.0020 Phenomenology
+1109.0254 Theory
+1109.0292 Theory
+1109.0512 Phenomenology
+1109.0602
+1109.0722 Phenomenology
+1109.1000 Theory
+1109.1238
+1109.1273 Superconductivity
+1109.1290
+1109.1418
+1109.1419 Strongly Correlated Electrons
+1109.1448 Materials Science
+1109.1527 Experiment
+1109.1630
+1109.1663 Quantum Gases
+1109.1735 Phenomenology
+1109.1785 Phenomenology
+1109.1834 Mesoscale and Nanoscale Physics
+1109.1971 Phenomenology
+1109.2072 Phenomenology
+1109.2164 Phenomenology
+1109.2329 Phenomenology
+1109.2334 Superconductivity
+1109.2335 Theory
+1109.2486
+1109.2562 Phenomenology
+1109.2604 Phenomenology
+1109.2609 Theory
+1109.2850 Mesoscale and Nanoscale Physics
+1109.2889 Lattice
+1109.2910 Cosmology and Nongalactic Astrophysics
+1109.2942 Mesoscale and Nanoscale Physics
+1109.3032 Phenomenology
+1109.3140 Phenomenology
+1109.3166 Experiment
+1109.3172 Cosmology and Nongalactic Astrophysics
+1109.3185 Strongly Correlated Electrons
+1109.3191 Theory
+1109.3279 Theory
+1109.3402 High Energy Astrophysical Phenomena
+1109.3496
+1109.3513 Phenomenology
+1109.3684 Pattern Formation and Solitons
+1109.3718 Phenomenology
+1109.3773 Theory
+1109.4119
+1109.4526 Statistical Mechanics
+1109.4561 Strongly Correlated Electrons
+1109.4656 Atomic and Molecular Clusters
+1109.4665 Theory
+1109.4734 Theory
+1109.4736 Cosmology and Nongalactic Astrophysics
+1109.4883
+1109.4934 Cosmology and Nongalactic Astrophysics
+1109.5013
+1109.5082 Phenomenology
+1109.5117 Cosmology and Nongalactic Astrophysics
+1109.5139
+1109.5143 Phenomenology
+1109.5181 Phenomenology
+1109.5195 High Energy Astrophysical Phenomena
+1109.5379
+1109.5410 Genomics
+1109.5412
+1109.5464 Statistical Mechanics
+1109.5539 Phenomenology
+1109.5697 Mesoscale and Nanoscale Physics
+1109.5738 Lattice
+1109.5788 Strongly Correlated Electrons
+1109.5856 Phenomenology
+1109.5858
+1109.5862 Cosmology and Nongalactic Astrophysics
+1109.5881 History and Philosophy of Physics
+1109.5888 Theory
+1109.6010 Theory
+1109.6014 Phenomenology
+1109.6250
+1109.6289 Phenomenology
+1109.6322 Cosmology and Nongalactic Astrophysics
+1109.6334 Cosmology and Nongalactic Astrophysics
+1109.6374 Phenomenology
+1109.6376 Theory
+1109.6563
+1109.6575
+1109.6683 Lattice
+1109.6731 Adaptation and Self-Organizing Systems
+1109.6858
+1110.0022 Phenomenology
+1110.0074 Disordered Systems and Neural Networks
+1110.0083 Phenomenology
+1110.0265 Phenomenology
+1110.0375
+1110.0424 Phenomenology
+1110.0426 Strongly Correlated Electrons
+1110.0440 Strongly Correlated Electrons
+1110.0454 Strongly Correlated Electrons
+1110.0459 Theory
+1110.0460
+1110.0482 Phenomenology
+1110.0496 Theory
+1110.0526 Theory
+1110.0534
+1110.0591 Statistical Mechanics
+1110.0779 Theory
+1110.0825 Theory
+1110.0843 Phenomenology
+1110.0996 Classical Physics
+1110.1039
+1110.1147 Phenomenology
+1110.1182 Phenomenology
+1110.1203 Phenomenology
+1110.1270 Chaotic Dynamics
+1110.1363 Mesoscale and Nanoscale Physics
+1110.1366 Phenomenology
+1110.1524 Statistical Mechanics
+1110.1528 Phenomenology
+1110.1539 Lattice
+1110.1574 Theory
+1110.1728 Phenomenology
+1110.1816
+1110.1858 Soft Condensed Matter
+1110.2011 Disordered Systems and Neural Networks
+1110.2072 Phenomenology
+1110.2128 Theory
+1110.2147 Phenomenology
+1110.2180 Instrumentation and Detectors
+1110.2188 Phenomenology
+1110.2251 Experiment
+1110.2332 Adaptation and Self-Organizing Systems
+1110.2462 Cosmology and Nongalactic Astrophysics
+1110.2485
+1110.2583 Phenomenology
+1110.2751 Cosmology and Nongalactic Astrophysics
+1110.2826 Phenomenology
+1110.2851 Lattice
+1110.2878 Materials Science
+1110.2930 Phenomenology
+1110.2963 Number Theory
+1110.3143 Quantum Gases
+1110.3191 Cosmology and Nongalactic Astrophysics
+1110.3297
+1110.3302 Experiment
+1110.3325 Experiment
+1110.3327 Cosmology and Nongalactic Astrophysics
+1110.3328 Strongly Correlated Electrons
+1110.3338 Disordered Systems and Neural Networks
+1110.3341
+1110.3342 Theory
+1110.3345
+1110.3362 Phenomenology
+1110.3478
+1110.3484 Materials Science
+1110.3733 Phenomenology
+1110.3748 Atomic Physics
+1110.3749 Theory
+1110.3771 Experiment
+1110.3848 Materials Science
+1110.3902 Theory
+1110.3904 Phenomenology
+1110.3960 Superconductivity
+1110.4265 Experiment
+1110.4272 Experiment
+1110.4277 Theory
+1110.4281 Phenomenology
+1110.4333 Experiment
+1110.4376 Phenomenology
+1110.4378 Phenomenology
+1110.4395 Theory
+1110.4687 Superconductivity
+1110.4777 Probability
+1110.4804
+1110.4856 Theory
+1110.4858 Theory
+1110.4890 Atomic Physics
+1110.4904 Phenomenology
+1110.4967 Theory
+1110.4971 Lattice
+1110.4972
+1110.5081 Theory
+1110.5187 Phenomenology
+1110.5249
+1110.5262
+1110.5338 Cosmology and Nongalactic Astrophysics
+1110.5400 Phenomenology
+1110.5433 Adaptation and Self-Organizing Systems
+1110.5482
+1110.5495 Statistical Mechanics
+1110.5497 Theory
+1110.5500 Statistical Mechanics
+1110.5503
+1110.5621 Theory
+1110.5637 Mesoscale and Nanoscale Physics
+1110.5646 Phenomenology
+1110.5800
+1110.5801
+1110.5818 Quantum Gases
+1110.5838
+1110.5898 Phenomenology
+1110.5931 Cosmology and Nongalactic Astrophysics
+1110.5956 Strongly Correlated Electrons
+1110.6059 Phenomenology
+1110.6068 Soft Condensed Matter
+1110.6118 Theory
+1110.6122 Phenomenology
+1110.6205 Cosmology and Nongalactic Astrophysics
+1110.6280 Mesoscale and Nanoscale Physics
+1110.6428 Phenomenology
+1110.6438 Cosmology and Nongalactic Astrophysics
+1110.6474
+1110.6520 Mesoscale and Nanoscale Physics
+1110.6561 Statistical Mechanics
+1110.6583
+1110.6622
+1110.6660 Phenomenology
+1110.6686
+1110.6726 Mesoscale and Nanoscale Physics
+1110.6741 Phenomenology
+1110.6825 Theory
+1110.6846 Materials Science
+1110.6911 Theory
+1111.0103 Experiment
+1111.0169 Lattice
+1111.0177 Phenomenology
+1111.0197 Phenomenology
+1111.0295 Cosmology and Nongalactic Astrophysics
+1111.0418
+1111.0511 Theory
+1111.0513
+1111.0528 Phenomenology
+1111.0599 Phenomenology
+1111.0610 Phenomenology
+1111.0633 Phenomenology
+1111.0647
+1111.0649 Phenomenology
+1111.0863 Phenomenology
+1111.0919
+1111.0963 Phenomenology
+1111.1061 Disordered Systems and Neural Networks
+1111.1072 Phenomenology
+1111.1157 Cosmology and Nongalactic Astrophysics
+1111.1214 Fluid Dynamics
+1111.1243 Theory
+1111.1270 Phenomenology
+1111.1359
+1111.1363 Lattice
+1111.1465 Theory
+1111.1513 Phenomenology
+1111.1591 Mesoscale and Nanoscale Physics
+1111.1633 Phenomenology
+1111.1678 Biological Physics
+1111.1691 Theory
+1111.1733 Phenomenology
+1111.1844 Phenomenology
+1111.1867 Phenomenology
+1111.1916 Statistics Theory
+1111.1987 Theory
+1111.2049 Phenomenology
+1111.2055 Phenomenology
+1111.2196
+1111.2210 Quantum Gases
+1111.2245 Mesoscale and Nanoscale Physics
+1111.2250 Phenomenology
+1111.2327 Lattice
+1111.2332 Superconductivity
+1111.2361 Phenomenology
+1111.2404 Lattice
+1111.2462 Probability
+1111.2519 Strongly Correlated Electrons
+1111.2571
+1111.2580 Phenomenology
+1111.2588
+1111.2601 Theory
+1111.2607 High Energy Astrophysical Phenomena
+1111.2613 Phenomenology
+1111.2691 Phenomenology
+1111.2701
+1111.2751 Phenomenology
+1111.2811 Mesoscale and Nanoscale Physics
+1111.2875 Theory
+1111.2934 Theory
+1111.3021
+1111.3080
+1111.3205 Cosmology and Nongalactic Astrophysics
+1111.3222 Mesoscale and Nanoscale Physics
+1111.3276 Phenomenology
+1111.3298
+1111.3347 Phenomenology
+1111.3353 Lattice
+1111.3354 Phenomenology
+1111.3369 Phenomenology
+1111.3490
+1111.3536
+1111.3595 Phenomenology
+1111.3613 Theory
+1111.3634 Strongly Correlated Electrons
+1111.3652 Physics and Society
+1111.3717 Phenomenology
+1111.3776 Theory
+1111.3884 Phenomenology
+1111.3894 Theory
+1111.3936 Phenomenology
+1111.4224 Theory
+1111.4261
+1111.4386
+1111.4401 Phenomenology
+1111.4465
+1111.4474 Theory
+1111.4479 Phenomenology
+1111.4566 Phenomenology
+1111.4577 Cosmology and Nongalactic Astrophysics
+1111.4666 Phenomenology
+1111.4771 Phenomenology
+1111.4776 Phenomenology
+1111.4882 Phenomenology
+1111.4895 Soft Condensed Matter
+1111.4902 Strongly Correlated Electrons
+1111.4915 Mesoscale and Nanoscale Physics
+1111.4946
+1111.4952 Phenomenology
+1111.4991 Phenomenology
+1111.5023 Experiment
+1111.5025 Superconductivity
+1111.5034 Phenomenology
+1111.5048 Lattice
+1111.5078 Strongly Correlated Electrons
+1111.5191 Disordered Systems and Neural Networks
+1111.5206 Phenomenology
+1111.5211 Phenomenology
+1111.5222
+1111.5260 Strongly Correlated Electrons
+1111.5278 Theory
+1111.5300 Materials Science
+1111.5350 Phenomenology
+1111.5411 Phenomenology
+1111.5438 Materials Science
+1111.5462 Phenomenology
+1111.5619 Theory
+1111.5661 High Energy Astrophysical Phenomena
+1111.5698 Lattice
+1111.5712 Phenomenology
+1111.5751 Phenomenology
+1111.5798 Statistical Mechanics
+1111.5813 Phenomenology
+1111.5842 Theory
+1111.5857 Phenomenology
+1111.5874
+1111.5956 Disordered Systems and Neural Networks
+1111.5997
+1111.6058 Solar and Stellar Astrophysics
+1111.6076 Solar and Stellar Astrophysics
+1111.6078 Phenomenology
+1111.6135 Pattern Formation and Solitons
+1111.6170
+1111.6264 Phenomenology
+1111.6307 Phenomenology
+1111.6342
+1111.6356
+1111.6363 Lattice
+1111.6432 Atomic Physics
+1111.6450 Quantum Gases
+1111.6581 Theory
+1111.6599 Cosmology and Nongalactic Astrophysics
+1111.6634 Theory
+1111.6639 Disordered Systems and Neural Networks
+1111.6651
+1111.6729
+1111.6897 Phenomenology
+1111.7153 Phenomenology
+1111.7242 Quantum Gases
+1111.7250 Phenomenology
+1111.7264 Phenomenology
+1111.7278 Phenomenology
+1111.7289 Phenomenology
+1112.0086 Phenomenology
+1112.0116
+1112.0142 Superconductivity
+1112.0150 Experiment
+1112.0171
+1112.0264 Phenomenology
+1112.0271 Phenomenology
+1112.0302 Phenomenology
+1112.0325 Theory
+1112.0328 Theory
+1112.0418 Phenomenology
+1112.0477 Chemical Physics
+1112.0543
+1112.0567 Cosmology and Nongalactic Astrophysics
+1112.0578 Theory
+1112.0592 Quantum Gases
+1112.0635 Theory
+1112.0645 Mesoscale and Nanoscale Physics
+1112.0702 Experiment
+1112.0736
+1112.0763 Theory
+1112.0899 Quantum Gases
+1112.0907 Experiment
+1112.0942 Experiment
+1112.1059 Phenomenology
+1112.1061 Phenomenology
+1112.1069 Strongly Correlated Electrons
+1112.1095 Phenomenology
+1112.1128 Cosmology and Nongalactic Astrophysics
+1112.1134 Phenomenology
+1112.1157 Theory
+1112.1257 Phenomenology
+1112.1264 Quantum Gases
+1112.1348 Atomic Physics
+1112.1523 Phenomenology
+1112.1539
+1112.1644 Mesoscale and Nanoscale Physics
+1112.1685 Phenomenology
+1112.1699 Phenomenology
+1112.1726 Experiment
+1112.1821 Materials Science
+1112.1832
+1112.1855 Lattice
+1112.1865 Phenomenology
+1112.1888 Phenomenology
+1112.1891 Phenomenology
+1112.1899
+1112.1957 Phenomenology
+1112.2019
+1112.2108 Lattice
+1112.2123
+1112.2177 Theory
+1112.2204 Mesoscale and Nanoscale Physics
+1112.2208 Phenomenology
+1112.2232 Phenomenology
+1112.2391 Phenomenology
+1112.2456
+1112.2469 Materials Science
+1112.2478
+1112.2503 Phenomenology
+1112.2569 Materials Science
+1112.2595 Phenomenology
+1112.2622 High Energy Astrophysical Phenomena
+1112.2641
+1112.2647
+1112.2659 Phenomenology
+1112.2695
+1112.2715 Quantum Gases
+1112.2739 Atomic Physics
+1112.2747 Theory
+1112.2805 Superconductivity
+1112.2964 Cosmology and Nongalactic Astrophysics
+1112.2978 Experiment
+1112.2980 Experiment
+1112.3006 Cosmology and Nongalactic Astrophysics
+1112.3017 Phenomenology
+1112.3021 Phenomenology
+1112.3036 Theory
+1112.3043 Phenomenology
+1112.3044 Phenomenology
+1112.3048
+1112.3068 Phenomenology
+1112.3186 Strongly Correlated Electrons
+1112.3215 Phenomenology
+1112.3243 Phenomenology
+1112.3277 Phenomenology
+1112.3284 Phenomenology
+1112.3301
+1112.3334 Experiment
+1112.3341 Theory
+1112.3343 Phenomenology
+1112.3360 Theory
+1112.3365 Phenomenology
+1112.3378 Phenomenology
+1112.3396
+1112.3433 Theory
+1112.3509
+1112.3524
+1112.3557 Quantum Gases
+1112.3604 Lattice
+1112.3633 Phenomenology
+1112.3636 Optics
+1112.3676 Cosmology and Nongalactic Astrophysics
+1112.3775 Quantum Gases
+1112.3895 Cosmology and Nongalactic Astrophysics
+1112.3896 Experiment
+1112.3964 Theory
+1112.3966 Phenomenology
+1112.3987
+1112.3998 Lattice
+1112.4022 Theory
+1112.4054 Phenomenology
+1112.4086 Theory
+1112.4158 Optics
+1112.4244 Quantum Gases
+1112.4340 Theory
+1112.4358 Experiment
+1112.4384 Lattice
+1112.4423 Phenomenology
+1112.4426
+1112.4430 Cosmology and Nongalactic Astrophysics
+1112.4464 Phenomenology
+1112.4552 Phenomenology
+1112.4661 Cosmology and Nongalactic Astrophysics
+1112.4664 Theory
+1112.4681 Fluid Dynamics
+1112.4705 Cosmology and Nongalactic Astrophysics
+1112.4758 Data Analysis, Statistics and Probability
+1112.4767
+1112.4797 Cosmology and Nongalactic Astrophysics
+1112.4834 Phenomenology
+1112.4849 Cosmology and Nongalactic Astrophysics
+1112.4855
+1112.4866 Theory
+1112.4887 Atomic Physics
+1112.4903
+1112.4940 Cosmology and Nongalactic Astrophysics
+1112.5028 Theory
+1112.5055
+1112.5097 Theory
+1112.5122 Phenomenology
+1112.5137 Phenomenology
+1112.5143 Strongly Correlated Electrons
+1112.5161 Quantum Gases
+1112.5230 Phenomenology
+1112.5268 Phenomenology
+1112.5338
+1112.5385
+1112.5401 Phenomenology
+1112.5418 Numerical Analysis
+1112.5425 Theory
+1112.5430 Phenomenology
+1112.5452 Phenomenology
+1112.5457 Phenomenology
+1112.5527 Phenomenology
+1112.5559
+1112.5631 Phenomenology
+1112.5643 Phenomenology
+1112.5653 Phenomenology
+1112.5666 Phenomenology
+1112.5739 Theory
+1112.5757 Materials Science
+1112.5819 Phenomenology
+1112.5922 Phenomenology
+1112.5982 Quantum Gases
+1112.6004
+1112.6150
+1112.6215
+1112.6322 Theory
+1112.6324 Phenomenology
+1112.6334 Mesoscale and Nanoscale Physics
+1112.6337 Materials Science
+1112.6353 Experiment
+1112.6365 Theory
+1112.6366 Theory
+1112.6412 Phenomenology
+1112.6419 Phenomenology
+1201.0019 Phenomenology
+1201.0045 Disordered Systems and Neural Networks
+1201.0281
+1201.0315 Phenomenology
+1201.0438 Lattice
+1201.0583 Strongly Correlated Electrons
+1201.0637
+1201.0785 Phenomenology
+1201.0809 Phenomenology
+1201.1160
+1201.1165 Atomic Physics
+1201.1173
+1201.1222 Phenomenology
+1201.1244 Theory
+1201.1288 Theory
+1201.1307 Theory
+1201.1361 Lattice
+1201.1413 Phenomenology
+1201.1489 Mesoscale and Nanoscale Physics
+1201.1508 Cosmology and Nongalactic Astrophysics
+1201.1517
+1201.1529 Analysis of PDEs
+1201.1595 Statistical Mechanics
+1201.1625 Theory
+1201.1660 High Energy Astrophysical Phenomena
+1201.1688
+1201.1698 Superconductivity
+1201.1764 Theory
+1201.1807 Theory
+1201.1914 Phenomenology
+1201.1934 Theory
+1201.1978 Theory
+1201.2039 Phenomenology
+1201.2132 Theory
+1201.2135 Phenomenology
+1201.2298 Strongly Correlated Electrons
+1201.2349 Phenomenology
+1201.2351 Phenomenology
+1201.2354
+1201.2372
+1201.2461 Phenomenology
+1201.2631 Experiment
+1201.2636 Phenomenology
+1201.2644 Phenomenology
+1201.2649 Theory
+1201.2658 Phenomenology
+1201.2699 Phenomenology
+1201.2768 Phenomenology
+1201.2775 Algebraic Geometry
+1201.2814
+1201.2865
+1201.2898 Phenomenology
+1201.2903 Cosmology and Nongalactic Astrophysics
+1201.2917 Phenomenology
+1201.2949 Phenomenology
+1201.2959
+1201.2964
+1201.2989 Phenomenology
+1201.3028
+1201.3047 Phenomenology
+1201.3063 Theory
+1201.3085 Theory
+1201.3151
+1201.3323 Phenomenology
+1201.3509 Mesoscale and Nanoscale Physics
+1201.3582 Phenomenology
+1201.3596 Lattice
+1201.3624 Mesoscale and Nanoscale Physics
+1201.3668 Phenomenology
+1201.3732 Quantum Gases
+1201.3805 Phenomenology
+1201.3917 Theory
+1201.3931 Phenomenology
+1201.3933 Mesoscale and Nanoscale Physics
+1201.3939 Cosmology and Nongalactic Astrophysics
+1201.3964 Theory
+1201.3977 Lattice
+1201.3979
+1201.4053 Phenomenology
+1201.4065 Phenomenology
+1201.4156 Experiment
+1201.4157 Lattice
+1201.4165 Strongly Correlated Electrons
+1201.4184
+1201.4280 Phenomenology
+1201.4331
+1201.4373
+1201.4374 Phenomenology
+1201.4383 Phenomenology
+1201.4400
+1201.4438 Atomic Physics
+1201.4492
+1201.4558
+1201.4590 Theory
+1201.4640 Phenomenology
+1201.4800
+1201.4804 Phenomenology
+1201.4827 Cosmology and Nongalactic Astrophysics
+1201.4852 Phenomenology
+1201.4858 Phenomenology
+1201.4994
+1201.5001 Phenomenology
+1201.5014 Phenomenology
+1201.5025 Lattice
+1201.5045 Mesoscale and Nanoscale Physics
+1201.5047 Phenomenology
+1201.5066 Phenomenology
+1201.5108
+1201.5278
+1201.5347 Superconductivity
+1201.5372 Theory
+1201.5374 Cosmology and Nongalactic Astrophysics
+1201.5375 Cosmology and Nongalactic Astrophysics
+1201.5465 Mesoscale and Nanoscale Physics
+1201.5522
+1201.5542 Mesoscale and Nanoscale Physics
+1201.5598 Phenomenology
+1201.5601
+1201.5616 Phenomenology
+1201.5652 Experiment
+1201.5667 Mesoscale and Nanoscale Physics
+1201.5677 Experiment
+1201.5714 Phenomenology
+1201.5759 Phenomenology
+1201.5836
+1201.5942 Analysis of PDEs
+1201.5999
+1201.6037 Phenomenology
+1201.6114 Lattice
+1201.6189 Phenomenology
+1201.6262 Lattice
+1201.6264 Statistical Mechanics
+1201.6386
+1201.6426 Theory
+1201.6449 Theory
+1201.6452 Theory
+1201.6510 Phenomenology
+1201.6602 Phenomenology
+1201.6603 Phenomenology
+1201.6609 Theory
+1202.0007 Astrophysics of Galaxies
+1202.0202 Strongly Correlated Electrons
+1202.0229 Materials Science
+1202.0248 Phenomenology
+1202.0250 Theory
+1202.0273 Fluid Dynamics
+1202.0284 Phenomenology
+1202.0323 Phenomenology
+1202.0620 Lattice
+1202.0648 Theory
+1202.0719
+1202.0760 Phenomenology
+1202.0769
+1202.0783 Strongly Correlated Electrons
+1202.0806 Optics
+1202.0826 Phenomenology
+1202.0845 Phenomenology
+1202.0929 Lattice
+1202.0953 Phenomenology
+1202.0999
+1202.1202 Theory
+1202.1260 Experiment
+1202.1276 Superconductivity
+1202.1284 Cosmology and Nongalactic Astrophysics
+1202.1316 Phenomenology
+1202.1405 Phenomenology
+1202.1469 Cosmology and Nongalactic Astrophysics
+1202.1472 Accelerator Physics
+1202.1475 Phenomenology
+1202.1476 Cosmology and Nongalactic Astrophysics
+1202.1503 Phenomenology
+1202.1570 Lattice
+1202.1657 Theory
+1202.1824 Theory
+1202.1825 Phenomenology
+1202.1834 Phenomenology
+1202.1844 Strongly Correlated Electrons
+1202.1884 Strongly Correlated Electrons
+1202.1912 Theory
+1202.2073 Theory
+1202.2105 Theory
+1202.2109 Lattice
+1202.2145 Lattice
+1202.2161 Theory
+1202.2205 Phenomenology
+1202.2253 Phenomenology
+1202.2273 Phenomenology
+1202.2346 Phenomenology
+1202.2359 Solar and Stellar Astrophysics
+1202.2374 Theory
+1202.2418
+1202.2537 Other Condensed Matter
+1202.2675 Lattice
+1202.2679
+1202.2730 Atomic Physics
+1202.2767
+1202.2788
+1202.2812 Phenomenology
+1202.2817
+1202.3105 Phenomenology
+1202.3120 Strongly Correlated Electrons
+1202.3136 Disordered Systems and Neural Networks
+1202.3224 Theory
+1202.3260 Phenomenology
+1202.3376 Theory
+1202.3388 Theory
+1202.3423 Theory
+1202.3580 Mesoscale and Nanoscale Physics
+1202.3794 Phenomenology
+1202.3998 Cosmology and Nongalactic Astrophysics
+1202.4012 Phenomenology
+1202.4197
+1202.4235 Theory
+1202.4272
+1202.4310 Theory
+1202.4312
+1202.4381 Phenomenology
+1202.4402 Quantum Gases
+1202.4428 Soft Condensed Matter
+1202.4484 Strongly Correlated Electrons
+1202.4488 Phenomenology
+1202.4497 Theory
+1202.4501 Cosmology and Nongalactic Astrophysics
+1202.4528 Phenomenology
+1202.4564 High Energy Astrophysical Phenomena
+1202.4579 Phenomenology
+1202.4690 Theory
+1202.4713
+1202.4745 Phenomenology
+1202.4750
+1202.4857
+1202.4924 Quantum Gases
+1202.4940 Phenomenology
+1202.5000 Instrumentation and Detectors
+1202.5073 Phenomenology
+1202.5081 Theory
+1202.5158 Materials Science
+1202.5272 Experiment
+1202.5297 Mesoscale and Nanoscale Physics
+1202.5308 Theory
+1202.5317
+1202.5331 Theory
+1202.5370
+1202.5456 Phenomenology
+1202.5501 Theory
+1202.5556 Phenomenology
+1202.5562 Strongly Correlated Electrons
+1202.5612 Theory
+1202.5617
+1202.5650 Theory
+1202.5673 Statistical Mechanics
+1202.5700 Lattice
+1202.5800
+1202.5814 Strongly Correlated Electrons
+1202.5816 Phenomenology
+1202.5935 Theory
+1202.5950
+1202.5970
+1202.5976 Quantum Gases
+1202.6017 Lattice
+1202.6066 Cosmology and Nongalactic Astrophysics
+1202.6213
+1202.6257
+1202.6270 Phenomenology
+1202.6318 Phenomenology
+1202.6337
+1202.6377 Phenomenology
+1202.6401
+1202.6449 Quantum Gases
+1202.6465
+1202.6529 High Energy Astrophysical Phenomena
+1202.6563 Soft Condensed Matter
+1202.6572 Lattice
+1202.6576
+1202.6622 Phenomenology
+1202.6629 Experiment
+1202.6682 Theory
+1203.0067
+1203.0073 Theory
+1203.0155 Phenomenology
+1203.0198 Theory
+1203.0219 Theory
+1203.0238 Phenomenology
+1203.0395
+1203.0452
+1203.0523
+1203.0559 Theory
+1203.0562 Theory
+1203.0623 Quantum Gases
+1203.0672 Materials Science
+1203.0712 Phenomenology
+1203.0775 Phenomenology
+1203.0784 Lattice
+1203.0909 Theory
+1203.0936 Phenomenology
+1203.0979
+1203.1033 Cosmology and Nongalactic Astrophysics
+1203.1082 Experiment
+1203.1092 Phenomenology
+1203.1200 Strongly Correlated Electrons
+1203.1320 Phenomenology
+1203.1353
+1203.1534 Phenomenology
+1203.1662 Phenomenology
+1203.1923 Phenomenology
+1203.2157 Cosmology and Nongalactic Astrophysics
+1203.2199 Quantitative Methods
+1203.2303 Phenomenology
+1203.2314 Materials Science
+1203.2330 Phenomenology
+1203.2342 Phenomenology
+1203.2406 Statistical Mechanics
+1203.2419 Phenomenology
+1203.2452
+1203.2646 Phenomenology
+1203.2661
+1203.2843 Mesoscale and Nanoscale Physics
+1203.2924 Phenomenology
+1203.2947 Phenomenology
+1203.2958 Mesoscale and Nanoscale Physics
+1203.2964
+1203.3109
+1203.3146 Phenomenology
+1203.3176 Superconductivity
+1203.3195 Cosmology and Nongalactic Astrophysics
+1203.3276 Phenomenology
+1203.3338 Optics
+1203.3399 Experiment
+1203.3426 Phenomenology
+1203.3454
+1203.3545 Phenomenology
+1203.3547 Cosmology and Nongalactic Astrophysics
+1203.3556 Theory
+1203.3632 Phenomenology
+1203.3848 Mesoscale and Nanoscale Physics
+1203.4038 Phenomenology
+1203.4059 Phenomenology
+1203.4120 Phenomenology
+1203.4129 Phenomenology
+1203.4232 Cosmology and Nongalactic Astrophysics
+1203.4259 Theory
+1203.4328 Phenomenology
+1203.4362 Phenomenology
+1203.4412 Phenomenology
+1203.4529 Phenomenology
+1203.4589 Statistical Mechanics
+1203.4637
+1203.4646 Phenomenology
+1203.4763 Materials Science
+1203.4782 Phenomenology
+1203.4812 Cosmology and Nongalactic Astrophysics
+1203.4818 Strongly Correlated Electrons
+1203.4821 Phenomenology
+1203.4883 Theory
+1203.4890 Quantum Gases
+1203.4894 Theory
+1203.4968
+1203.5153 Phenomenology
+1203.5171 Cosmology and Nongalactic Astrophysics
+1203.5293 Phenomenology
+1203.5311 Experiment
+1203.5361 Experiment
+1203.5373
+1203.5394
+1203.5461 Phenomenology
+1203.5538 Cosmology and Nongalactic Astrophysics
+1203.5544 Phenomenology
+1203.5552
+1203.5634 Phenomenology
+1203.5687 Theory
+1203.5694 Phenomenology
+1203.5702 Theory
+1203.5704
+1203.5710 Theory
+1203.5752 Strongly Correlated Electrons
+1203.5769 Phenomenology
+1203.5789 Theory
+1203.5801
+1203.5820
+1203.5843 Phenomenology
+1203.5849 Cosmology and Nongalactic Astrophysics
+1203.5873
+1203.5936 Phenomenology
+1203.5987 Classical Physics
+1203.5993
+1203.6034 Experiment
+1203.6050 Phenomenology
+1203.6060
+1203.6073 Phenomenology
+1203.6077 Phenomenology
+1203.6088 Phenomenology
+1203.6121 Superconductivity
+1203.6139 Phenomenology
+1203.6179 Theory
+1203.6180 Theory
+1203.6238 Mesoscale and Nanoscale Physics
+1203.6251 Biological Physics
+1203.6281 Theory
+1203.6309
+1203.6312 Theory
+1203.6337 Plasma Physics
+1203.6614 Phenomenology
+1203.6621 Strongly Correlated Electrons
+1203.6633 Cosmology and Nongalactic Astrophysics
+1203.6647 Experiment
+1203.6654 Cosmology and Nongalactic Astrophysics
+1203.6656 Theory
+1203.6740
+1203.6781 Phenomenology
+1203.6823 Phenomenology
+1203.6876 Theory
+1203.6883 Strongly Correlated Electrons
+1203.6896 Phenomenology
+1204.0035 Phenomenology
+1204.0126 Theory
+1204.0216 Lattice
+1204.0407
+1204.0445 Phenomenology
+1204.0455 Phenomenology
+1204.0508 Phenomenology
+1204.0512 High Energy Astrophysical Phenomena
+1204.0539
+1204.0655 Phenomenology
+1204.0674 Phenomenology
+1204.0740 Phenomenology
+1204.0749 Other Condensed Matter
+1204.0778 Theory
+1204.0826 Lattice
+1204.0906 Biological Physics
+1204.0965
+1204.0973 Theory
+1204.0988 Theory
+1204.1020 Lattice
+1204.1046 Phenomenology
+1204.1129 Experiment
+1204.1239 Phenomenology
+1204.1284 Theory
+1204.1323 Mesoscale and Nanoscale Physics
+1204.1327
+1204.1337 Phenomenology
+1204.1356 Theory
+1204.1387
+1204.1394
+1204.1455 Phenomenology
+1204.1472 Cosmology and Nongalactic Astrophysics
+1204.1519 Quantum Gases
+1204.1592 Phenomenology
+1204.1618
+1204.1642 Theory
+1204.1661 Theory
+1204.1734 Theory
+1204.1791 Phenomenology
+1204.1888 Solar and Stellar Astrophysics
+1204.1923 Phenomenology
+1204.1945 Phenomenology
+1204.2007 Cosmology and Nongalactic Astrophysics
+1204.2116 Theory
+1204.2130
+1204.2155 Quantum Gases
+1204.2158 Experiment
+1204.2217 Theory
+1204.2246 Phenomenology
+1204.2277 Phenomenology
+1204.2289
+1204.2317 Phenomenology
+1204.2405 Theory
+1204.2411
+1204.2655 Phenomenology
+1204.2671 Phenomenology
+1204.2705 Phenomenology
+1204.2722
+1204.2788 Theory
+1204.3151 Statistical Mechanics
+1204.3160
+1204.3288
+1204.3369 Phenomenology
+1204.3371 Statistical Mechanics
+1204.3456 Subcellular Processes
+1204.3484 Materials Science
+1204.3540 Phenomenology
+1204.3606 Lattice
+1204.3625 Cosmology and Nongalactic Astrophysics
+1204.3632 Theory
+1204.3706 Theory
+1204.3785 Materials Science
+1204.3789 Cosmology and Nongalactic Astrophysics
+1204.3906 Phenomenology
+1204.3933 Experiment
+1204.3976 Cosmology and Nongalactic Astrophysics
+1204.3978
+1204.4076 Strongly Correlated Electrons
+1204.4156 Disordered Systems and Neural Networks
+1204.4164 Theory
+1204.4165 Theory
+1204.4183 Phenomenology
+1204.4189 Theory
+1204.4208 Theory
+1204.4241 Cosmology and Nongalactic Astrophysics
+1204.4254 Phenomenology
+1204.4391 Cosmology and Nongalactic Astrophysics
+1204.4422
+1204.4444 Phenomenology
+1204.4537 Phenomenology
+1204.4609 Phenomenology
+1204.4664 Lattice
+1204.4766 Strongly Correlated Electrons
+1204.4806
+1204.4822 Statistical Mechanics
+1204.4851
+1204.4858 Theory
+1204.4890 Phenomenology
+1204.5022
+1204.5121 Quantum Gases
+1204.5201 Phenomenology
+1204.5239 Theory
+1204.5381 Phenomenology
+1204.5409 Strongly Correlated Electrons
+1204.5418 Strongly Correlated Electrons
+1204.5464 Phenomenology
+1204.5471 Phenomenology
+1204.5473 Phenomenology
+1204.5476 Phenomenology
+1204.5486 Strongly Correlated Electrons
+1204.5512
+1204.5547 Information Theory
+1204.5553 Phenomenology
+1204.5572 Phenomenology
+1204.5723 Experiment
+1204.5746 Phenomenology
+1204.5751 Strongly Correlated Electrons
+1204.5878 Materials Science
+1204.5885 Phenomenology
+1204.5944 Phenomenology
+1204.5984 Superconductivity
+1204.5995 Phenomenology
+1204.6085 Phenomenology
+1204.6110
+1204.6220
+1204.6239 Theory
+1204.6256 Lattice
+1204.6329 Cosmology and Nongalactic Astrophysics
+1204.6365 Mesoscale and Nanoscale Physics
+1204.6403 Phenomenology
+1204.6428 Mesoscale and Nanoscale Physics
+1204.6574
+1204.6711 Materials Science
+1205.0019 Phenomenology
+1205.0043 Optics
+1205.0046 Theory
+1205.0067 Phenomenology
+1205.0075 Phenomenology
+1205.0084 Lattice
+1205.0093 Atomic Physics
+1205.0115
+1205.0123 Mesoscale and Nanoscale Physics
+1205.0134 Phenomenology
+1205.0137 Phenomenology
+1205.0211 Physics and Society
+1205.0234 Quantum Gases
+1205.0235 Lattice
+1205.0279
+1205.0297 Theory
+1205.0365 Materials Science
+1205.0443 Theory
+1205.0538 Lattice
+1205.0545 Phenomenology
+1205.0580 Phenomenology
+1205.0653 Mesoscale and Nanoscale Physics
+1205.0733
+1205.0766 Phenomenology
+1205.0862
+1205.0887 Strongly Correlated Electrons
+1205.1009 Phenomenology
+1205.1160 Theory
+1205.1218
+1205.1244 Strongly Correlated Electrons
+1205.1278 Mesoscale and Nanoscale Physics
+1205.1288
+1205.1333 Strongly Correlated Electrons
+1205.1391 Phenomenology
+1205.1438 Phenomenology
+1205.1512 Cosmology and Nongalactic Astrophysics
+1205.1529 Phenomenology
+1205.1532 Theory
+1205.1625 Statistical Mechanics
+1205.1659 Lattice
+1205.1674 Theory
+1205.1685 Theory
+1205.1762
+1205.1763 Theory
+1205.1791 Phenomenology
+1205.1806 Quantum Gases
+1205.1914 Phenomenology
+1205.1934 Instrumentation and Methods for Astrophysics
+1205.2069 Theory
+1205.2085 Strongly Correlated Electrons
+1205.2088 Theory
+1205.2228 Experiment
+1205.2283 Phenomenology
+1205.2287
+1205.2329
+1205.2372 Phenomenology
+1205.2388 Strongly Correlated Electrons
+1205.2422 Cosmology and Nongalactic Astrophysics
+1205.2530 Theory
+1205.2688 Phenomenology
+1205.2699 Phenomenology
+1205.2715
+1205.2730 Phenomenology
+1205.2781
+1205.2875 Phenomenology
+1205.2906 Soft Condensed Matter
+1205.2918 Theory
+1205.2943 Phenomenology
+1205.2971 Phenomenology
+1205.3008 Physics and Society
+1205.3036 Phenomenology
+1205.3043 Theory
+1205.3093 Lattice
+1205.3107 Theory
+1205.3118
+1205.3325 Plasma Physics
+1205.3326 Mesoscale and Nanoscale Physics
+1205.3329 Phenomenology
+1205.3361 Phenomenology
+1205.3387
+1205.3438 Theory
+1205.3535 Lattice
+1205.3631
+1205.3662 Phenomenology
+1205.3695 Lattice
+1205.3713 Fluid Dynamics
+1205.3838 Strongly Correlated Electrons
+1205.3842
+1205.3847 Theory
+1205.3893
+1205.3898 Phenomenology
+1205.3934 Theory
+1205.3988 Mesoscale and Nanoscale Physics
+1205.4015 Phenomenology
+1205.4026 Quantum Gases
+1205.4066 High Energy Astrophysical Phenomena
+1205.4109 Phenomenology
+1205.4156 Phenomenology
+1205.4224 Lattice
+1205.4247 Phenomenology
+1205.4263
+1205.4286 Atomic Physics
+1205.4362 Strongly Correlated Electrons
+1205.4419 Experiment
+1205.4425 Theory
+1205.4465 Phenomenology
+1205.4579 Mesoscale and Nanoscale Physics
+1205.4596 Theory
+1205.4721 Phenomenology
+1205.4733 Phenomenology
+1205.4863
+1205.4907 Materials Science
+1205.4964 Phenomenology
+1205.4972 Theory
+1205.5027 Soft Condensed Matter
+1205.5035 Phenomenology
+1205.5170 Phenomenology
+1205.5220 Materials Science
+1205.5254 Phenomenology
+1205.5267 Phenomenology
+1205.5291 Theory
+1205.5293 Strongly Correlated Electrons
+1205.5550 Theory
+1205.5587
+1205.5620
+1205.5641 Cosmology and Nongalactic Astrophysics
+1205.5794 Cosmology and Nongalactic Astrophysics
+1205.5811 Phenomenology
+1205.5815 Theory
+1205.5833 Theory
+1205.5967 Phenomenology
+1205.5976 Soft Condensed Matter
+1205.6009
+1205.6080 Phenomenology
+1205.6155 Phenomenology
+1205.6157 Phenomenology
+1205.6188
+1205.6191 Phenomenology
+1205.6260 Phenomenology
+1205.6267 Theory
+1205.6341
+1205.6480 Phenomenology
+1205.6538 Experiment
+1205.6580 Phenomenology
+1205.6604
+1205.6606 Phenomenology
+1205.6634 Theory
+1205.6636 Phenomenology
+1205.6710 Phenomenology
+1205.6781 Phenomenology
+1205.6801 Theory
+1205.6811 Phenomenology
+1205.6850 Theory
+1205.6856 Lattice
+1205.6933
+1205.6949 Quantum Gases
+1205.6972
+1205.7006
+1205.7010 Quantum Algebra
+1206.0109 Cosmology and Nongalactic Astrophysics
+1206.0140 Materials Science
+1206.0186 Phenomenology
+1206.0256 Phenomenology
+1206.0279 Materials Science
+1206.0290 Statistical Mechanics
+1206.0360
+1206.0535 Phenomenology
+1206.0554 Cosmology and Nongalactic Astrophysics
+1206.0618 Cosmology and Nongalactic Astrophysics
+1206.0630
+1206.0657 Theory
+1206.0674 Mesoscale and Nanoscale Physics
+1206.0687 Experiment
+1206.0699 Phenomenology
+1206.0903 Cosmology and Nongalactic Astrophysics
+1206.0930
+1206.0958 Strongly Correlated Electrons
+1206.0991
+1206.1003 Statistical Mechanics
+1206.1027 Theory
+1206.1031 Phenomenology
+1206.1046 Phenomenology
+1206.1081 Theory
+1206.1139 Cosmology and Nongalactic Astrophysics
+1206.1159 Lattice
+1206.1257 Phenomenology
+1206.1261 Phenomenology
+1206.1289 Materials Science
+1206.1295 Mesoscale and Nanoscale Physics
+1206.1315
+1206.1375 Lattice
+1206.1423 Strongly Correlated Electrons
+1206.1453 Phenomenology
+1206.1489 Lattice
+1206.1536 Theory
+1206.1652 Quantum Gases
+1206.1661 Phenomenology
+1206.1673 Phenomenology
+1206.1807
+1206.1991 Lattice
+1206.2008 Experiment
+1206.2043 Materials Science
+1206.2050 Phenomenology
+1206.2237 Cellular Automata and Lattice Gases
+1206.2244 Mesoscale and Nanoscale Physics
+1206.2246
+1206.2263
+1206.2304 Materials Science
+1206.2351 Theory
+1206.2368 Statistical Mechanics
+1206.2427 Data Analysis, Statistics and Probability
+1206.2428 Cosmology and Nongalactic Astrophysics
+1206.2519 Phenomenology
+1206.2549 Phenomenology
+1206.2554 Lattice
+1206.2555 Phenomenology
+1206.2590 Phenomenology
+1206.2711
+1206.2814 Theory
+1206.2818 Molecular Networks
+1206.2852
+1206.2896 Pattern Formation and Solitons
+1206.2929 Phenomenology
+1206.2939 Cosmology and Nongalactic Astrophysics
+1206.2940 Mesoscale and Nanoscale Physics
+1206.2956 Phenomenology
+1206.2969 Superconductivity
+1206.2970 Phenomenology
+1206.3015
+1206.3054 Superconductivity
+1206.3076 Cosmology and Nongalactic Astrophysics
+1206.3102
+1206.3156 Lattice
+1206.3178
+1206.3190 Theory
+1206.3560 Phenomenology
+1206.3587 Phenomenology
+1206.3605 Phenomenology
+1206.3816 Lattice
+1206.3904 Quantum Gases
+1206.3957 Phenomenology
+1206.3961 Phenomenology
+1206.3968 Phenomenology
+1206.4024 Phenomenology
+1206.4055 Cosmology and Nongalactic Astrophysics
+1206.4100 Phenomenology
+1206.4125 Strongly Correlated Electrons
+1206.4141 Lattice
+1206.4147 Superconductivity
+1206.4163 Phenomenology
+1206.4205 Lattice
+1206.4229 Computational Physics
+1206.4233 Phenomenology
+1206.4286
+1206.4320 Mesoscale and Nanoscale Physics
+1206.4324 Phenomenology
+1206.4339 Phenomenology
+1206.4373 Phenomenology
+1206.4471 Theory
+1206.4490
+1206.4492 Disordered Systems and Neural Networks
+1206.4515 Theory
+1206.4527 Lattice
+1206.4537 Mesoscale and Nanoscale Physics
+1206.4551 Strongly Correlated Electrons
+1206.4566 Mesoscale and Nanoscale Physics
+1206.4732 Materials Science
+1206.4754 Phenomenology
+1206.4786 Lattice
+1206.4884
+1206.4936 Lattice
+1206.4992 Phenomenology
+1206.5028 Phenomenology
+1206.5038 Theory
+1206.5047 Phenomenology
+1206.5066 Theory
+1206.5079 Mesoscale and Nanoscale Physics
+1206.5138
+1206.5142 Lattice
+1206.5154 Soft Condensed Matter
+1206.5194 Cosmology and Nongalactic Astrophysics
+1206.5216 Phenomenology
+1206.5447 Phenomenology
+1206.5460 Phenomenology
+1206.5485
+1206.5546 Cosmology and Nongalactic Astrophysics
+1206.5549 Cosmology and Nongalactic Astrophysics
+1206.5633 Phenomenology
+1206.5641 Phenomenology
+1206.5642 Theory
+1206.5697 Theory
+1206.5741 Phenomenology
+1206.5770 Phenomenology
+1206.5786
+1206.5787 Quantum Gases
+1206.5800 Phenomenology
+1206.5814 Strongly Correlated Electrons
+1206.5816 Phenomenology
+1206.5831 Theory
+1206.5836 Strongly Correlated Electrons
+1206.5880 Theory
+1206.5891 Lattice
+1206.5942
+1206.5988 Phenomenology
+1206.5998 Phenomenology
+1206.6014 Phenomenology
+1206.6042 Quantum Gases
+1206.6110 Phenomenology
+1206.6305 Phenomenology
+1206.6338 Strongly Correlated Electrons
+1206.6343
+1206.6505 Theory
+1206.6510 Theory
+1206.6668
+1206.6703 Phenomenology
+1206.6734 Materials Science
+1206.6888 Phenomenology
+1206.7055 Phenomenology
+1206.7057
+1207.0053
+1207.0131 Phenomenology
+1207.0197 Phenomenology
+1207.0243 Theory
+1207.0263 Mesoscale and Nanoscale Physics
+1207.0265 Phenomenology
+1207.0442 Mesoscale and Nanoscale Physics
+1207.0517 Theory
+1207.0526 Mesoscale and Nanoscale Physics
+1207.0549
+1207.0652
+1207.0693
+1207.0747 Theory
+1207.0779 Phenomenology
+1207.0798 Phenomenology
+1207.0803 Phenomenology
+1207.0994 Lattice
+1207.1041 Experiment
+1207.1093 Phenomenology
+1207.1101 Phenomenology
+1207.1110 Lattice
+1207.1116 Phenomenology
+1207.1201 Experiment
+1207.1212
+1207.1229 Phenomenology
+1207.1261 Superconductivity
+1207.1450 Phenomenology
+1207.1466 Quantum Gases
+1207.1484 Phenomenology
+1207.1538
+1207.1541 Phenomenology
+1207.1545 Phenomenology
+1207.1598 Soft Condensed Matter
+1207.1663 Phenomenology
+1207.1704 Experiment
+1207.1711 Experiment
+1207.1712
+1207.1892 Phenomenology
+1207.1940 Theory
+1207.2035 Cosmology and Nongalactic Astrophysics
+1207.2073 Superconductivity
+1207.2080 Information Theory
+1207.2156 Strongly Correlated Electrons
+1207.2333 Theory
+1207.2412 High Energy Astrophysical Phenomena
+1207.2425 Phenomenology
+1207.2433 Strongly Correlated Electrons
+1207.2443 Algebraic Geometry
+1207.2473 Phenomenology
+1207.2520 Experiment
+1207.2559 Mesoscale and Nanoscale Physics
+1207.2578 Phenomenology
+1207.2651 Experiment
+1207.2677
+1207.2690 Experiment
+1207.2757 Experiment
+1207.2791
+1207.2832 Phenomenology
+1207.2893 Disordered Systems and Neural Networks
+1207.2916 Materials Science
+1207.2927 Phenomenology
+1207.3060 Lattice
+1207.3073 Phenomenology
+1207.3134 Phenomenology
+1207.3145 Superconductivity
+1207.3149 Theory
+1207.3221 Phenomenology
+1207.3245 Phenomenology
+1207.3293 Cosmology and Nongalactic Astrophysics
+1207.3343 Phenomenology
+1207.3352 Theory
+1207.3356 Cosmology and Nongalactic Astrophysics
+1207.3444 Strongly Correlated Electrons
+1207.3536 Lattice
+1207.3540 Chaotic Dynamics
+1207.3637 Theory
+1207.3723 Theory
+1207.3811 Molecular Networks
+1207.4030 Phenomenology
+1207.4187 Cosmology and Nongalactic Astrophysics
+1207.4193 Phenomenology
+1207.4205 Theory
+1207.4207 Phenomenology
+1207.4267 Phenomenology
+1207.4346 Theory
+1207.4375 Populations and Evolution
+1207.4377 Lattice
+1207.4472 Phenomenology
+1207.4496 Phenomenology
+1207.4543 Cosmology and Nongalactic Astrophysics
+1207.4599 Phenomenology
+1207.4662 Theory
+1207.4787 Phenomenology
+1207.4846 Phenomenology
+1207.4851 Theory
+1207.4905 Lattice
+1207.4908 Theory
+1207.4923
+1207.4979 Phenomenology
+1207.4996 Phenomenology
+1207.5016 Experiment
+1207.5047 Neurons and Cognition
+1207.5068 Quantum Gases
+1207.5096 Phenomenology
+1207.5118 Phenomenology
+1207.5149 Lattice
+1207.5179 Phenomenology
+1207.5186 Phenomenology
+1207.5287 Mesoscale and Nanoscale Physics
+1207.5415 Theory
+1207.5448
+1207.5453 Phenomenology
+1207.5454 Phenomenology
+1207.5493
+1207.5496
+1207.5547 Cosmology and Nongalactic Astrophysics
+1207.5693 Atomic Physics
+1207.5730
+1207.5757 Phenomenology
+1207.5772 Experiment
+1207.5937 Strongly Correlated Electrons
+1207.6008
+1207.6105 Cosmology and Nongalactic Astrophysics
+1207.6135 Statistical Mechanics
+1207.6257 High Energy Astrophysical Phenomena
+1207.6261 Strongly Correlated Electrons
+1207.6266 Cosmology and Nongalactic Astrophysics
+1207.6337 Strongly Correlated Electrons
+1207.6350
+1207.6388 Phenomenology
+1207.6414 Theory
+1207.6415 Phenomenology
+1207.6425 High Energy Astrophysical Phenomena
+1207.6515 Cosmology and Nongalactic Astrophysics
+1207.6529 Phenomenology
+1207.6596 Phenomenology
+1207.6597 Mesoscale and Nanoscale Physics
+1207.6619 Mesoscale and Nanoscale Physics
+1207.6640 Cosmology and Nongalactic Astrophysics
+1207.6641 Phenomenology
+1207.6691 Theory
+1207.6701 Optics
+1207.6772
+1207.6794 Phenomenology
+1207.6847 Phenomenology
+1207.6876 Phenomenology
+1207.6879 Statistical Mechanics
+1207.6891
+1207.7021 Statistical Mechanics
+1207.7050 Other Condensed Matter
+1207.7052 Phenomenology
+1207.7061 Phenomenology
+1207.7062 Phenomenology
+1207.7068 Phenomenology
+1207.7216 Theory
+1207.7325 Theory
+1208.0010 Phenomenology
+1208.0014 Phenomenology
+1208.0115 Phenomenology
+1208.0184 Cosmology and Nongalactic Astrophysics
+1208.0190 Theory
+1208.0213 Soft Condensed Matter
+1208.0336 Phenomenology
+1208.0376 Experiment
+1208.0450 Quantum Gases
+1208.0601 Phenomenology
+1208.0662 Phenomenology
+1208.0731 Phenomenology
+1208.0769 Phenomenology
+1208.0828 High Energy Astrophysical Phenomena
+1208.0882 Theory
+1208.1073
+1208.1082 Chemical Physics
+1208.1107 Chaotic Dynamics
+1208.1108 Theory
+1208.1177 Phenomenology
+1208.1191 Cosmology and Nongalactic Astrophysics
+1208.1195
+1208.1212 Phenomenology
+1208.1242
+1208.1254 Theory
+1208.1255 Theory
+1208.1282 Experiment
+1208.1391 Materials Science
+1208.1398 Phenomenology
+1208.1533 Phenomenology
+1208.1686 Phenomenology
+1208.1734
+1208.1754 Theory
+1208.1899 Phenomenology
+1208.1952 Phenomenology
+1208.2146
+1208.2162
+1208.2181 Theory
+1208.2182 Theory
+1208.2216 Chemical Physics
+1208.2340
+1208.2458 Phenomenology
+1208.2465 Theory
+1208.2513
+1208.2594 Statistical Mechanics
+1208.2604
+1208.2615 Theory
+1208.2692 Phenomenology
+1208.2700 Theory
+1208.2710 Phenomenology
+1208.2790
+1208.2855 Lattice
+1208.2915 Experiment
+1208.2916 Lattice
+1208.3009
+1208.3234 Strongly Correlated Electrons
+1208.3250 Statistical Mechanics
+1208.3343 Phenomenology
+1208.3405 Accelerator Physics
+1208.3475 Lattice
+1208.3491
+1208.3578 Theory
+1208.3642 Phenomenology
+1208.3697 Cosmology and Nongalactic Astrophysics
+1208.3731
+1208.3821 Theory
+1208.3968 Theory
+1208.3980 Phenomenology
+1208.4002 Theory
+1208.4088 Phenomenology
+1208.4102 Theory
+1208.4104 Phenomenology
+1208.4181 High Energy Astrophysical Phenomena
+1208.4303 Phenomenology
+1208.4347 Cosmology and Nongalactic Astrophysics
+1208.4595 Theory
+1208.4612 Cosmology and Nongalactic Astrophysics
+1208.4768 Phenomenology
+1208.4784 Theory
+1208.4825 Theory
+1208.4840 Phenomenology
+1208.4871
+1208.4992 Cosmology and Nongalactic Astrophysics
+1208.5082 Theory
+1208.5138 Theory
+1208.5288 High Energy Astrophysical Phenomena
+1208.5293 Optics
+1208.5389 Theory
+1208.5446 Phenomenology
+1208.5533 Phenomenology
+1208.5811 Phenomenology
+1208.5813 Experiment
+1208.5967 Phenomenology
+1208.6062 Phenomenology
+1208.6239 Phenomenology
+1208.6270 Lattice
+1208.6300 Quantum Gases
+1208.6315 Theory
+1208.6426 Phenomenology
+1208.6472 Lattice
+1209.0024
+1209.0211 Phenomenology
+1209.0376 Phenomenology
+1209.0418 Theory
+1209.0451 Theory
+1209.0529
+1209.0638 Mesoscale and Nanoscale Physics
+1209.0682 Phenomenology
+1209.0683
+1209.0707 Phenomenology
+1209.0760 Theory
+1209.0817 Phenomenology
+1209.0837
+1209.0862
+1209.0971
+1209.1020 Mesoscale and Nanoscale Physics
+1209.1037 Phenomenology
+1209.1093 Phenomenology
+1209.1101 Phenomenology
+1209.1292 Phenomenology
+1209.1319 Phenomenology
+1209.1348 Phenomenology
+1209.1353 Phenomenology
+1209.1401
+1209.1470 Phenomenology
+1209.1476 Physics and Society
+1209.1489 Phenomenology
+1209.1603
+1209.1624 Theory
+1209.1819 Phenomenology
+1209.1928 Strongly Correlated Electrons
+1209.2061 Lattice
+1209.2062 Strongly Correlated Electrons
+1209.2201 Lattice
+1209.2258 Lattice
+1209.2328 Phenomenology
+1209.2389 Phenomenology
+1209.2469 Experiment
+1209.2472 Theory
+1209.2619
+1209.2734 Experiment
+1209.2871
+1209.3240 Phenomenology
+1209.3488
+1209.3628 Statistics Theory
+1209.3649 Theory
+1209.3658 Instrumentation and Methods for Astrophysics
+1209.3716 Phenomenology
+1209.3757 Phenomenology
+1209.3781 Phenomenology
+1209.3872
+1209.3896 Experiment
+1209.3956 Optics
+1209.3967 Optics
+1209.4018 Quantum Gases
+1209.4051 Phenomenology
+1209.4348 Theory
+1209.4354 Phenomenology
+1209.4514 Theory
+1209.4713 Phenomenology
+1209.4866 Phenomenology
+1209.5001
+1209.5034 Theory
+1209.5216 Theory
+1209.5270 Phenomenology
+1209.5403 Theory
+1209.5427 High Energy Astrophysical Phenomena
+1209.5432 Phenomenology
+1209.5515 Statistical Mechanics
+1209.5697 Lattice
+1209.5781 Phenomenology
+1209.5798 Phenomenology
+1209.5823 Instrumentation and Methods for Astrophysics
+1209.6015 Lattice
+1209.6060 Theory
+1209.6063 Phenomenology
+1209.6079
+1209.6088
+1209.6212 Theory
+1209.6226 Phenomenology
+1209.6235 Phenomenology
+1209.6265 Phenomenology
+1209.6286
+1209.6330
+1209.6352 Phenomenology
+1209.6362 Phenomenology
+1209.6368 Theory
+1209.6375 Phenomenology
+1209.6387 Phenomenology
+1209.6507 Phenomenology
+1210.0025 Lattice
+1210.0029 Theory
+1210.0096 Theory
+1210.0126 Phenomenology
+1210.0164 Theory
+1210.0299 Strongly Correlated Electrons
+1210.0491 Phenomenology
+1210.0507 Theory
+1210.0545 Phenomenology
+1210.0581 Theory
+1210.0594 Phenomenology
+1210.0720
+1210.0760 Phenomenology
+1210.0890
+1210.0973 Phenomenology
+1210.1128
+1210.1189
+1210.1220 High Energy Astrophysical Phenomena
+1210.1225 Statistical Mechanics
+1210.1553 Phenomenology
+1210.1580 Theory
+1210.1897
+1210.1906 Phenomenology
+1210.1953 Lattice
+1210.1997 Mesoscale and Nanoscale Physics
+1210.2168 Cosmology and Nongalactic Astrophysics
+1210.2369 Theory
+1210.2416 Phenomenology
+1210.2495 Cosmology and Nongalactic Astrophysics
+1210.2497 Theory
+1210.2588 Phenomenology
+1210.2648
+1210.2808 Phenomenology
+1210.2823 Statistical Mechanics
+1210.2829 Cosmology and Nongalactic Astrophysics
+1210.2831 Experiment
+1210.2834
+1210.2851 Mesoscale and Nanoscale Physics
+1210.2927 Phenomenology
+1210.2965 Cosmology and Nongalactic Astrophysics
+1210.3007
+1210.3072 Theory
+1210.3170 Phenomenology
+1210.3562 Cosmology and Nongalactic Astrophysics
+1210.3657 Phenomenology
+1210.3703 Quantum Gases
+1210.3748 Experiment
+1210.3981 Phenomenology
+1210.4011 Phenomenology
+1210.4035 Theory
+1210.4125 Phenomenology
+1210.4181 Theory
+1210.4379 Theory
+1210.4554 Quantum Gases
+1210.4642 Mesoscale and Nanoscale Physics
+1210.4684
+1210.5072 Phenomenology
+1210.5299 Populations and Evolution
+1210.5302 Cosmology and Nongalactic Astrophysics
+1210.5453 Statistical Mechanics
+1210.5828 Atomic Physics
+1210.5901 Mesoscale and Nanoscale Physics
+1210.5944 Optics
+1210.6009
+1210.6507 Phenomenology
+1210.6651 Cosmology and Nongalactic Astrophysics
+1210.6702 Theory
+1210.6723 Theory
+1210.6863 Theory
+1210.6867 Mesoscale and Nanoscale Physics
+1210.6914 Experiment
+1210.7166 Cosmology and Nongalactic Astrophysics
+1210.7431 Probability
+1210.7649 Phenomenology
+1210.7709 Theory
+1210.7738 Materials Science
+1210.7804 Phenomenology
+1210.7957 Quantum Gases
+1210.8335
+1211.0083 Cosmology and Nongalactic Astrophysics
+1211.0092 Lattice
+1211.0133
+1211.0195
+1211.0281 Phenomenology
+1211.0546
+1211.0725 Phenomenology
+1211.1125
+1211.1248 Phenomenology
+1211.1321 Phenomenology
+1211.1429 Strongly Correlated Electrons
+1211.1880 Phenomenology
+1211.2048
+1211.2114 Phenomenology
+1211.2154 Cosmology and Nongalactic Astrophysics
+1211.2561 Differential Geometry
+1211.2581
+1211.2868 Theory
+1211.3011 Phenomenology
+1211.3097 Cosmology and Nongalactic Astrophysics
+1211.3154
+1211.3196 Algebraic Geometry
+1211.3495 Mesoscale and Nanoscale Physics
+1211.3679 Theory
+1211.3734 Phenomenology
+1211.3920 Solar and Stellar Astrophysics
+1211.4110 Quantum Gases
+1211.4128 Cosmology and Nongalactic Astrophysics
+1211.4265 Phenomenology
+1211.4374 Exactly Solvable and Integrable Systems
+1211.4378
+1211.4434 Disordered Systems and Neural Networks
+1211.4462 Experiment
+1211.4507 Phenomenology
+1211.4716 Phenomenology
+1211.4981 Phenomenology
+1211.5144 Phenomenology
+1211.5541 Atomic Physics
+1211.5665
+1211.5915 Cosmology and Nongalactic Astrophysics
+1211.6128 Cosmology and Nongalactic Astrophysics
+1211.6332 Phenomenology
+1211.6348 Neurons and Cognition
+1211.6679 Quantum Gases
+1211.6797 Phenomenology
+1211.6909 Geometric Topology
+1211.7006 Phenomenology
+1211.7067 Strongly Correlated Electrons
+1211.7095
+1212.0165 Phenomenology
+1212.1962 Strongly Correlated Electrons
+1212.2423 Atomic Physics
+1212.2691 Theory
+1212.3250 Phenomenology
+1212.4651 Phenomenology
+1212.5065 Phenomenology
+1212.5308 Phenomenology
+1212.5346 Phenomenology
+1212.5691 Spectral Theory
+1212.6801 Combinatorics
+1301.0358 Quantum Gases
+1301.0542 Numerical Analysis
+1301.3409 Group Theory
+1301.3538 Strongly Correlated Electrons
+1301.4309 Representation Theory
+1301.4895 Lattice
+1301.5100 Combinatorics
+1301.6474 Algebraic Geometry
+1301.6536 Materials Science
+1301.7252 Strongly Correlated Electrons
+1302.1707 Mesoscale and Nanoscale Physics
+1302.2394 Experiment
+1302.2745 Group Theory
+1302.2936
+1302.4560 Strongly Correlated Electrons
+1302.7225 Materials Science
+1303.3885 Mesoscale and Nanoscale Physics
+1303.4080 Instrumentation and Detectors
+1303.4483 Operator Algebras
+1303.4811 Experiment
+1303.6000 Cosmology and Nongalactic Astrophysics
+1303.6408 Phenomenology
+1303.7281 Superconductivity
+1304.0642
+1304.1573 Quantum Gases
+1304.2334 Phenomenology
+1304.3701 Materials Science
+1304.4212 Soft Condensed Matter
+1304.5262 General Mathematics
+1304.5528
+1304.5862 Learning
+1304.6168 Number Theory
+1304.6602 Earth and Planetary Astrophysics
+1304.7317 Cosmology and Nongalactic Astrophysics
+1305.0845 High Energy Astrophysical Phenomena
+1305.0850 Earth and Planetary Astrophysics
+1305.1739 Analysis of PDEs
+1305.2096 Phenomenology
+1305.3056 Algebraic Geometry
+1305.3762
+1305.4051 Biomolecules
+1305.5124 Disordered Systems and Neural Networks
+1305.5656 General Finance
+1305.5729 Instrumentation and Detectors
+1305.5879 Methodology
+1305.6416 Dynamical Systems
+1305.6434 Materials Science
+1305.6444 Solar and Stellar Astrophysics
+1305.6451 Social and Information Networks
+1305.6614
+1305.6620 Instrumentation and Methods for Astrophysics
+1305.6621 Combinatorics
+1305.6624 Distributed, Parallel, and Cluster Computing
+1305.6640 Software Engineering
+1305.6642 Phenomenology
+1305.6643 Metric Geometry
+1305.6646 Learning
+1305.6650 Artificial Intelligence
+1305.6653 Numerical Analysis
+1305.6664 Chemical Physics
+1305.6666 Biomolecules
+1305.6667 Classical Physics
+1305.6669 Computational Complexity
+1305.6671
+1305.6673 Combinatorics
+1305.6674 Combinatorics
+1305.6675 Representation Theory
+1305.6680
+1305.6681 Fluid Dynamics
+1305.6683 Functional Analysis
+1305.6684 Functional Analysis
+1305.6693 Computational Geometry
+1305.6700 Populations and Evolution
+1305.6701 Mesoscale and Nanoscale Physics
+1305.6705 Computer Science and Game Theory
+1305.6707 Space Physics
+1305.6715 Combinatorics
+1305.6717 Populations and Evolution
+1305.6721 Programming Languages
+1305.6723 Probability
+1305.6735 Probability
+1305.6736 Computation
+1305.6738 Computation
+1305.6739 Functional Analysis
+1305.6741 Theory
+1305.6743 Functional Analysis
+1305.6752 High Energy Astrophysical Phenomena
+1305.6753 Physics and Society
+1305.6755 Dynamical Systems
+1305.6757 Formal Languages and Automata Theory
+1305.6761 Materials Science
+1305.6762 Risk Management
+1305.6765 Probability
+1305.6772 General Physics
+1305.6775 Accelerator Physics
+1305.6777 Analysis of PDEs
+1305.6779 Phenomenology
+1305.6783 Information Theory
+1305.6787 Accelerator Physics
+1305.6803 Formal Languages and Automata Theory
+1305.6807 Mesoscale and Nanoscale Physics
+1305.6814 Representation Theory
+1305.6820 Superconductivity
+1305.6821 Chaotic Dynamics
+1305.6822 General Physics
+1305.6824 High Energy Astrophysical Phenomena
+1305.6827 Networking and Internet Architecture
+1305.6831 Portfolio Management
+1305.6836 Social and Information Networks
+1305.6838
+1305.6844 Rings and Algebras
+1305.6847 Astrophysics of Galaxies
+1305.6851 History and Overview
+1305.6855
+1305.6857 Numerical Analysis
+1305.6858 Rings and Algebras
+1305.6861 Distributed, Parallel, and Cluster Computing
+1305.6864 Information Theory
+1305.6866 Combinatorics
+1305.6867 Representation Theory
+1305.6875 General Physics
+1305.6883 Computer Vision and Pattern Recognition
+1305.6891
+1305.6894 High Energy Astrophysical Phenomena
+1305.6903 Dynamical Systems
+1305.6909 Methodology
+1305.6914 General Physics
+1305.6915 Software Engineering
+1305.6917 Accelerator Physics
+1305.6918 Computer Vision and Pattern Recognition
+1305.6919 Mesoscale and Nanoscale Physics
+cond-mat/0011008 Strongly Correlated Electrons
+gr-qc/0509116
+q-bio/0409024 Populations and Evolution
+q-bio/0703062 Populations and Evolution
+0807.3803
+0811.1472 Strongly Correlated Electrons
+0911.1849 Information Theory
+1008.1275 Representation Theory
+1008.4014 Classical Analysis and ODEs
+1010.0554 Classical Analysis and ODEs
+1011.6106 Algebraic Geometry
+1012.3347 Distributed, Parallel, and Cluster Computing
+1101.0599 Number Theory
+1103.2940 Algebraic Geometry
+1104.1554 Probability
+1105.3457 Strongly Correlated Electrons
+1106.2190
+1106.3076 Phenomenology
+1106.5240
+1107.1529 Information Theory
+1109.2831
+1110.3887 Geometric Topology
+1111.3812 Classical Analysis and ODEs
+1111.4871 Mesoscale and Nanoscale Physics
+1112.5353 Differential Geometry
+1201.0472 Statistics Theory
+1201.6068 Geometric Topology
+1201.6397 Information Theory
+1202.1238 Information Theory
+1202.1897 Algebraic Geometry
+1203.0427 Complex Variables
+1203.1709
+1203.4813 Phenomenology
+1203.5696 Numerical Analysis
+1204.1128 Algebraic Geometry
+1204.4358 Solar and Stellar Astrophysics
+1204.4865 Systems and Control
+1204.6100 Information Theory
+1205.1870 Symplectic Geometry
+1205.2042
+1205.4840 Applications
+1205.4868 Dynamical Systems
+1205.6265 Numerical Analysis
+1206.1503
+1206.4417 Rings and Algebras
+1206.4755 Information Theory
+1207.0451 Group Theory
+1207.2853 Information Theory
+1207.4067 Logic
+1208.1893 Mesoscale and Nanoscale Physics
+1209.1696 Classical Analysis and ODEs
+1209.2845 Materials Science
+1209.3731
+1209.5042
+1209.6068
+1210.0911 Strongly Correlated Electrons
+1210.1863 Geometric Topology
+1210.3150 Phenomenology
+1210.4074 Probability
+1210.5868 Probability
+1211.0267 Superconductivity
+1211.1700 Quantum Gases
+1211.2111
+1211.2277 Phenomenology
+1211.4759 Operator Algebras
+1211.4973 Mesoscale and Nanoscale Physics
+1212.0986 Strongly Correlated Electrons
+1212.2291 Networking and Internet Architecture
+1212.3360 Phenomenology
+1212.4285 Solar and Stellar Astrophysics
+1212.4456
+1212.4944 Phenomenology
+1212.5390 Mesoscale and Nanoscale Physics
+1301.3114 Trading and Market Microstructure
+1301.3935 Mesoscale and Nanoscale Physics
+1301.4823
+1301.5173 Differential Geometry
+1301.5556 Strongly Correlated Electrons
+1301.5904 Statistical Mechanics
+1301.6016 Representation Theory
+1301.6206 Methodology
+1301.6325 Differential Geometry
+1301.7655 Superconductivity
+1302.0051 Superconductivity
+1302.0904 Theory
+1302.1034 Superconductivity
+1302.1993 Phenomenology
+1302.2579 Phenomenology
+1302.2714 Fluid Dynamics
+1302.4754 Cosmology and Nongalactic Astrophysics
+1302.4878 High Energy Astrophysical Phenomena
+1302.5930
+1302.6151 Number Theory
+1302.7162 Theory
+1302.7274 Digital Libraries
+1303.0478 Computational Complexity
+1303.1996 Numerical Analysis
+1303.3426 Solar and Stellar Astrophysics
+1303.3493 Phenomenology
+1303.3552 Probability
+1303.4872 Fluid Dynamics
+1303.5184 Superconductivity
+1303.5825 Phenomenology
+1303.6398
+1303.6818 Lattice
+1304.0659 Popular Physics
+1304.1198 Optimization and Control
+1304.2245 Phenomenology
+1304.2271 Differential Geometry
+1304.2535
+1304.2590 Optimization and Control
+1304.3057 General Physics
+1304.3156 Information Theory
+1304.3240 High Energy Astrophysical Phenomena
+1304.3296 Lattice
+1304.3418 Artificial Intelligence
+1304.3419 Artificial Intelligence
+1304.3420 Artificial Intelligence
+1304.3421 Artificial Intelligence
+1304.3422 Artificial Intelligence
+1304.3423 Artificial Intelligence
+1304.3424 Artificial Intelligence
+1304.3425 Artificial Intelligence
+1304.3426 Artificial Intelligence
+1304.3427 Artificial Intelligence
+1304.3428 Artificial Intelligence
+1304.3429 Artificial Intelligence
+1304.3430 Artificial Intelligence
+1304.3431 Artificial Intelligence
+1304.3432 Artificial Intelligence
+1304.3433 Artificial Intelligence
+1304.3434 Artificial Intelligence
+1304.3435 Artificial Intelligence
+1304.3436 Artificial Intelligence
+1304.3437 Artificial Intelligence
+1304.3438 Artificial Intelligence
+1304.3439 Artificial Intelligence
+1304.3440 Artificial Intelligence
+1304.3441 Artificial Intelligence
+1304.3442 Artificial Intelligence
+1304.3443 Artificial Intelligence
+1304.3444 Artificial Intelligence
+1304.3445 Artificial Intelligence
+1304.3446 Artificial Intelligence
+1304.3447 Computer Vision and Pattern Recognition
+1304.3448 Artificial Intelligence
+1304.3449 Computational Engineering, Finance, and Science
+1304.3450 Artificial Intelligence
+1304.3451 Artificial Intelligence
+1304.3453 General Physics
+1304.3455 Astrophysics of Galaxies
+1304.3458 Theory
+1304.3470 Soft Condensed Matter
+1304.3471 Functional Analysis
+1304.3477 Systems and Control
+1304.3478 Optimization and Control
+1304.3480 Social and Information Networks
+1304.3481 Quantum Algebra
+1304.3482 Theory
+1304.3484 Dynamical Systems
+1304.3489 Artificial Intelligence
+1304.3493 Complex Variables
+1304.3496 Optics
+1304.3497 Phenomenology
+1304.3498 Probability
+1304.3501 Numerical Analysis
+1304.3504 Differential Geometry
+1304.3507 Other Computer Science
+1304.3512 Classical Analysis and ODEs
+1304.3513 Cryptography and Security
+1304.3515
+1304.3524 Combinatorics
+1304.3526 Solar and Stellar Astrophysics
+1304.3527 Mesoscale and Nanoscale Physics
+1304.3528 Dynamical Systems
+1304.3529 Cosmology and Nongalactic Astrophysics
+1304.3530 Number Theory
+1304.3534 Mesoscale and Nanoscale Physics
+1304.3535 Cryptography and Security
+1304.3536 Classical Analysis and ODEs
+1304.3538 Number Theory
+1304.3539 Number Theory
+1304.3541 Computational Complexity
+1304.3542 Geophysics
+1304.3543 Number Theory
+1304.3544 Methodology
+1304.3546 Populations and Evolution
+1304.3547
+1304.3550 Cryptography and Security
+1304.3554 Emerging Technologies
+1304.3557 Operating Systems
+1304.3559 Statistics Theory
+1304.3560 Networking and Internet Architecture
+1304.3563 Information Retrieval
+1304.3564 Accelerator Physics
+1304.3565 Superconductivity
+1304.3568 Machine Learning
+1304.3570 Analysis of PDEs
+1304.3572 Mesoscale and Nanoscale Physics
+1304.3574 Pricing of Securities
+1304.3576 Classical Analysis and ODEs
+1304.3589 Applications
+1304.3592 Category Theory
+1304.3594 Phenomenology
+1304.3600 Discrete Mathematics
+1304.3603 Databases
+1304.3608 Methodology
+1304.3610 Neural and Evolutionary Computing
+1304.3612 Neural and Evolutionary Computing
+1304.3613 Combinatorics
+1304.3617 Combinatorics
+1304.3622 Algebraic Topology
+1304.3625 Logic
+1304.3628 Quantum Gases
+1304.3629 Multimedia
+1304.3636
+1304.3641 Classical Physics
+1304.3642 Phenomenology
+1304.3652 Optics
+1304.3653 Data Structures and Algorithms
+1304.3654 Optics
+1304.3662 Symplectic Geometry
+1304.3664 Cosmology and Nongalactic Astrophysics
+1304.3665 Cosmology and Nongalactic Astrophysics
+1304.3666 Formal Languages and Automata Theory
+1304.3671 Computational Geometry
+1304.3673 Computation
+1304.3674 General Literature
+1304.3676 Methodology
+1304.3690
+1304.3691 Populations and Evolution
+1304.3694 Metric Geometry
+1304.3699 Logic
+1304.3700 Computers and Society
+1304.3702 Atomic Physics
+1304.3703
+1304.3707 Dynamical Systems
+1304.3708 Learning
+1304.3716 Software Engineering
+0811.3390 Algebraic Geometry
+0811.3392 Algebraic Geometry
+0901.3928 Group Theory
+0906.3478 Algebraic Geometry
+0910.5161 Other Condensed Matter
+1006.1268 Combinatorics
+1008.1086 Probability
+1011.1183 Group Theory
+1012.0618 Algebraic Geometry
+1103.4457 Probability
+1104.1679 Plasma Physics
+1104.4317 Theory
+1109.6419 Mesoscale and Nanoscale Physics
+1110.1913
+1111.0994 Solar and Stellar Astrophysics
+1111.1295 Probability
+1111.4778 Quantum Gases
+1202.3213 Number Theory
+1202.5504 Algebraic Topology
+1203.0710
+1203.5362 Networking and Internet Architecture
+1204.3792 Materials Science
+1204.4002 Materials Science
+1205.1844 Classical Analysis and ODEs
+1205.5012 Machine Learning
+1205.5800 Functional Analysis
+1206.3709 Systems and Control
+1207.2006 Strongly Correlated Electrons
+1207.3138
+1207.5544
+1207.6595 Logic
+1208.5100 Probability
+1209.0002 Geometric Topology
+1209.0519
+1209.5309 Number Theory
+1209.5738
+1210.0115 Computer Vision and Pattern Recognition
+1210.0286 Quantitative Methods
+1210.2610 Logic in Computer Science
+1210.3123 Mesoscale and Nanoscale Physics
+1210.4414 Strongly Correlated Electrons
+1210.6612 Number Theory
+1211.3551 Numerical Analysis
+1211.5663 Phenomenology
+1211.7300 Materials Science
+1212.0180 Geometric Topology
+1212.1919 Pricing of Securities
+1212.2038 Superconductivity
+1212.2220 Atomic Physics
+1212.3059
+1301.0187 Solar and Stellar Astrophysics
+1301.4602 Spectral Theory
+1301.4603 Spectral Theory
+1301.4725 K-Theory and Homology
+1301.7600
+1302.2536
+1302.2778 Mesoscale and Nanoscale Physics
+1302.3807 Mesoscale and Nanoscale Physics
+1302.5008 Dynamical Systems
+1302.5150 Computational Engineering, Finance, and Science
+1302.5910 Information Theory
+1302.7174 Chaotic Dynamics
+1303.0914 Quantum Gases
+1303.0949
+1303.1677 Superconductivity
+1303.2421 Materials Science
+1303.2645 Phenomenology
+1303.3472 Theory
+1303.4571 Experiment
+1303.4593 Combinatorics
+1303.4899 Information Theory
+1303.4946 Mesoscale and Nanoscale Physics
+1303.5311 Materials Science
+1303.7294 Phenomenology
+1304.0560 Cosmology and Nongalactic Astrophysics
+1304.2009 Statistical Mechanics
+1304.4552 Optimization and Control
+1304.5303 Superconductivity
+1304.5946 Theory
+1304.5992
+1304.6223 Complex Variables
+1304.7752 Phenomenology
+1305.2839 Optics
+1305.4224 Instrumentation and Detectors
+1305.6005 Cosmology and Nongalactic Astrophysics
+1305.6781 Number Theory
+1305.7061 Mesoscale and Nanoscale Physics
+1306.1715 General Topology
+1306.2017
+1306.2634 Cosmology and Nongalactic Astrophysics
+1306.6756 Instrumentation and Detectors
+1307.0646 Dynamical Systems
+1307.0660 Classical Analysis and ODEs
+1307.0931 Optics
+1307.1127 Solar and Stellar Astrophysics
+1307.1131 Phenomenology
+1307.1140 Theory
+1307.1144 Computers and Society
+1307.1145
+1307.1148 Combinatorics
+1307.1150 Superconductivity
+1307.1151 Numerical Analysis
+1307.1156 Analysis of PDEs
+1307.1157 Computational Complexity
+1307.1160 Metric Geometry
+1307.1163 Populations and Evolution
+1307.1164 Methodology
+1307.1166 Computer Vision and Pattern Recognition
+1307.1169 Combinatorics
+1307.1170 Social and Information Networks
+1307.1174 Classical Analysis and ODEs
+1307.1177 High Energy Astrophysical Phenomena
+1307.1178
+1307.1179 Information Retrieval
+1307.1182 Dynamical Systems
+1307.1183
+1307.1188 Dynamical Systems
+1307.1191 Materials Science
+1307.1192 Machine Learning
+1307.1199 Analysis of PDEs
+1307.1204 Networking and Internet Architecture
+1307.1209 Optics
+1307.1210 Optics
+1307.1211 Optics
+1307.1212 Networking and Internet Architecture
+1307.1214 Medical Physics
+1307.1215 Other Computer Science
+1307.1217 Performance
+1307.1221 Phenomenology
+1307.1223 Numerical Analysis
+1307.1229 Analysis of PDEs
+1307.1239 High Energy Astrophysical Phenomena
+1307.1240 Astrophysics of Galaxies
+1307.1244 History and Philosophy of Physics
+1307.1245 Astrophysics of Galaxies
+1307.1248 Numerical Analysis
+1307.1251 Emerging Technologies
+1307.1252 Computer Science and Game Theory
+1307.1255 Astrophysics of Galaxies
+1307.1257 Analysis of PDEs
+1307.1262 General Topology
+1307.1265 Dynamical Systems
+1307.1269
+1307.1270 Distributed, Parallel, and Cluster Computing
+1307.1271 Digital Libraries
+1307.1272 Phenomenology
+1307.1275 Learning
+1307.1277 Logic
+1307.1278 Mesoscale and Nanoscale Physics
+1307.1279 Number Theory
+1307.1282 Superconductivity
+1307.1283 Mesoscale and Nanoscale Physics
+1307.1286 Geophysics
+1307.1288 Probability
+1307.1303 Computer Vision and Pattern Recognition
+1307.1305 Chemical Physics
+1307.1307 Information Theory
+1307.1310
+1307.1318 Rings and Algebras
+1307.1319 Phenomenology
+1307.1320 Optimization and Control
+1307.1321 Solar and Stellar Astrophysics
+1307.1326 Classical Analysis and ODEs
+1307.1327 Optimization and Control
+1307.1333 Physics Education
+1307.1335 Mathematical Software
+1307.1336 Solar and Stellar Astrophysics
+1307.1338 Classical Analysis and ODEs
+1307.1339 Algebraic Geometry
+1307.1340 Classical Analysis and ODEs
+1307.1342 Operator Algebras
+1307.1343 Mathematical Software
+1307.1348 Mathematical Software
+1307.1350
+1307.1352 Mathematical Software
+1307.1356 Algebraic Topology
+1307.1360 Information Theory
+1307.1361 Probability
+1307.1368 Computation
+1307.1369 Probability
+1307.1371 Discrete Mathematics
+1307.1380 Computational Engineering, Finance, and Science
+1307.1381 Quantum Algebra
+1307.1382 Molecular Networks
+1307.1384 Methodology
+1307.1385 Computational Engineering, Finance, and Science
+1307.1387 Learning
+1307.1388 Artificial Intelligence
+1307.1389 Combinatorics
+1307.1390 Computational Engineering, Finance, and Science
+1307.1391 Learning
+1307.1392 Combinatorics
+1307.1393 Number Theory
+1307.1394 Computational Engineering, Finance, and Science
+1307.1395 Probability
+1307.1396 Number Theory
+1307.1397 Information Theory
+1307.1400 Experiment
+1307.1406 Data Structures and Algorithms
+1307.1410 Analysis of PDEs
+1307.1411 Learning
+1307.1413 Number Theory
+1307.1417 Data Structures and Algorithms
+1307.1418 Combinatorics
+1307.1423 Classical Analysis and ODEs
+1307.1426 Instrumentation and Detectors
+1307.1428 Data Structures and Algorithms
+1307.1434 Analysis of PDEs
+1307.1435 Strongly Correlated Electrons
+1307.1437 Computer Vision and Pattern Recognition
+1307.1441 General Physics
+1307.1444 General Mathematics
+1307.1445 Phenomenology
+1307.1449 Algebraic Geometry
+1307.1450 High Energy Astrophysical Phenomena
+1307.1451 Phenomenology
+1307.1452
+math/0701669 Algebraic Geometry
+0807.1445 Mesoscale and Nanoscale Physics
+0905.2007 Group Theory
+0907.2111 Optics
+0910.5233 Cosmology and Nongalactic Astrophysics
+0912.5402 Differential Geometry
+1002.0175 Probability
+1007.0741
+1008.2740 Probability
+1011.1877 Probability
+1012.2372 Combinatorics
+1105.1462 Mesoscale and Nanoscale Physics
+1106.5707
+1107.2961 Combinatorics
+1107.4927 Mesoscale and Nanoscale Physics
+1108.0440 Probability
+1108.3414 Dynamical Systems
+1109.0499
+1110.1786 Soft Condensed Matter
+1112.2065 Rings and Algebras
+1112.2626
+1112.3014 Mesoscale and Nanoscale Physics
+1112.6390 Chaotic Dynamics
+1202.5904 Optics
+1204.5774 Phenomenology
+1204.6202 Mesoscale and Nanoscale Physics
+1205.6161 Quantum Gases
+1205.6494 Mesoscale and Nanoscale Physics
+1205.6766 Cosmology and Nongalactic Astrophysics
+1206.2004 Superconductivity
+1206.3359 Optimization and Control
+1206.6087
+1207.1111
+1207.4777 Statistical Mechanics
+1208.1298 Statistical Finance
+1209.1016 Materials Science
+1209.6558 Information Theory
+1210.0781
+1210.1086 Analysis of PDEs
+1210.6582 Classical Analysis and ODEs
+1210.6736
+1211.1906 Mesoscale and Nanoscale Physics
+1211.3611 Mesoscale and Nanoscale Physics
+1211.4354 Dynamical Systems
+1211.5040 Theory
+1211.7002 General Physics
+1211.7234 Atomic Physics
+1212.0908 Materials Science
+1212.3904 Rings and Algebras
+1212.4301 Strongly Correlated Electrons
+1212.4343 Lattice
+1212.4913 Other Computer Science
+1212.5030 Operator Algebras
+1212.5179 Strongly Correlated Electrons
+1212.5713
+1212.6277 Mesoscale and Nanoscale Physics
+1301.1069
+1301.1409 Computational Engineering, Finance, and Science
+1301.1436 Strongly Correlated Electrons
+1301.3593 Commutative Algebra
+1301.4536 Experiment
+1301.5233 Astrophysics of Galaxies
+1301.5581 Quantum Algebra
+1301.6289 Earth and Planetary Astrophysics
+1301.6290 Instrumentation and Methods for Astrophysics
+1301.7213 Analysis of PDEs
+1301.7352 Theory
+1302.0242
+1302.0855 Mesoscale and Nanoscale Physics
+1302.0955 Theory
+1302.1655 Algebraic Geometry
+1302.2639 Optimization and Control
+1302.4277 Instrumentation and Detectors
+1302.4330 Theory
+1303.0857 Cryptography and Security
+1303.1052 Probability
+1303.3777 Logic in Computer Science
+1303.5564
+1303.6088 Social and Information Networks
+1303.6243
+1303.6559 Quantum Gases
+1303.7169 Strongly Correlated Electrons
+1304.0011
+1304.0757
+1304.1306 Instrumentation and Detectors
+1304.2708 Accelerator Physics
+1304.2914
+1304.3933 Superconductivity
+1304.4235 Cosmology and Nongalactic Astrophysics
+1304.4319 Theory
+1304.5462 Phenomenology
+1304.5551 Phenomenology
+1304.6555 Materials Science
+1304.6846 Pricing of Securities
+1304.7102 Phenomenology
+1304.7309
+1305.0054 Strongly Correlated Electrons
+1305.0208 Learning
+1305.2892 Software Engineering
+1305.4024 Materials Science
+1305.6187 Artificial Intelligence
+1305.6601 Classical Analysis and ODEs
+1306.0107 Dynamical Systems
+1306.0333 Cosmology and Nongalactic Astrophysics
+1306.0446 Lattice
+1306.0538
+1306.0680 Fluid Dynamics
+1306.1963 Theory
+1306.2209 Optics
+1306.2783 Probability
+1306.3096 Phenomenology
+1306.3361 Experiment
+1306.3380 Phenomenology
+1306.3412 Earth and Planetary Astrophysics
+1306.3937 Earth and Planetary Astrophysics
+1306.4392
+1306.5094 Lattice
+1306.6190 High Energy Astrophysical Phenomena
+1307.2140 Algebraic Geometry
+1307.2264 Astrophysics of Galaxies
+1307.2658 Differential Geometry
+1307.2685 Statistical Mechanics
+1307.3734 Cosmology and Nongalactic Astrophysics
+1307.4457 Optimization and Control
+1307.4765 Statistics Theory
+1307.4984 Statistical Mechanics
+1307.5290 Data Structures and Algorithms
+1307.5336 Computation and Language
+1307.5340 Theory
+1307.5341 Theory
+1307.5424 Probability
+1307.5461
+1307.5562 Cosmology and Nongalactic Astrophysics
+1307.5569 Optics
+1307.5589 Solar and Stellar Astrophysics
+1307.5612 Computational Geometry
+1307.5805 Phenomenology
+1307.5817 Functional Analysis
+1307.5835 Complex Variables
+1307.5837 Information Theory
+1307.5838 Neural and Evolutionary Computing
+1307.5839 Neural and Evolutionary Computing
+1307.5840 Neural and Evolutionary Computing
+1307.5841 Classical Analysis and ODEs
+1307.5842 Earth and Planetary Astrophysics
+1307.5859 Superconductivity
+1307.5862 Geometric Topology
+1307.5866 Computational Physics
+1307.5876 Probability
+1307.5878 Cell Behavior
+1307.5881 Probability
+1307.5883 Functional Analysis
+1307.5889 Group Theory
+1307.5890 Operator Algebras
+1307.5894 Databases
+1307.5897 Combinatorics
+1307.5902 Algebraic Geometry
+1307.5903 Optimization and Control
+1307.5905 Instrumentation and Methods for Astrophysics
+1307.5906 Information Theory
+1307.5908 Populations and Evolution
+1307.5910 Artificial Intelligence
+1307.5912 Number Theory
+1307.5917 Classical Physics
+1307.5920 Dynamical Systems
+1307.5921 Solar and Stellar Astrophysics
+1307.5926 Soft Condensed Matter
+1307.5927 Differential Geometry
+1307.5928 Methodology
+1307.5929 Methodology
+1307.5931 Combinatorics
+1307.5938 Materials Science
+1307.5940 Materials Science
+1307.5943 Accelerator Physics
+1307.5947
+1307.5954 Superconductivity
+1307.5960 Superconductivity
+1307.5962 Statistics Theory
+1307.5963 Analysis of PDEs
+1307.5965 Statistics Theory
+1307.5969 Category Theory
+1307.5971 Statistics Theory
+1307.5972 Mesoscale and Nanoscale Physics
+1307.5974 Mesoscale and Nanoscale Physics
+1307.5975 General Finance
+1307.5976 Statistics Theory
+1307.5977 Logic
+1307.5982 Statistics Theory
+1307.5986 Classical Physics
+1307.5987
+1307.5989 Quantum Gases
+1307.5990 Statistics Theory
+1307.5993 Phenomenology
+1307.5998 Quantum Gases
+1307.5999 Classical Analysis and ODEs
+1307.6003 High Energy Astrophysical Phenomena
+1307.6008 Computer Vision and Pattern Recognition
+1307.6013 Representation Theory
+1307.6014 Algebraic Geometry
+1307.6017 Fluid Dynamics
+1307.6020 Pricing of Securities
+1307.6022 Strongly Correlated Electrons
+1307.6023 Artificial Intelligence
+1307.6029 Combinatorics
+1307.6030 Analysis of PDEs
+1307.6033 Information Theory
+1307.6039 Numerical Analysis
+1307.6040 Differential Geometry
+1307.6041
+1307.6043 Populations and Evolution
+1307.6044 Statistics Theory
+1307.6049 Physics Education
+1307.6050 Probability
+1307.6051 Soft Condensed Matter
+1307.6059 Information Theory
+1307.6061
+1307.6066 Distributed, Parallel, and Cluster Computing
+1307.6068 High Energy Astrophysical Phenomena
+1307.6074 High Energy Astrophysical Phenomena
+1307.6075 Chemical Physics
+1307.6076 Complex Variables
+1307.6078 Instrumentation and Detectors
+1307.6082 Cryptography and Security
+1307.6083
+1307.6085 Algebraic Geometry
+1307.6094 Astrophysics of Galaxies
+1307.6100 Instrumentation and Methods for Astrophysics
+1307.6101 Lattice
+1307.6104 Strongly Correlated Electrons
+1307.6107 Rings and Algebras
+1307.6108
+1307.6111 Statistical Mechanics
+1307.6112 Solar and Stellar Astrophysics
+1307.6114 Experiment
+1307.6118 Functional Analysis
+1307.6127 Computation
+1307.6129 Phenomenology
+1307.6133 Phenomenology
+1307.6137 Differential Geometry
+1307.6144 Physics Education
+1307.6145 Social and Information Networks
+1307.6146 Differential Geometry
+1307.6151 Functional Analysis
+1307.6155 Combinatorics
+1307.6156 Cosmology and Nongalactic Astrophysics
+1307.6160 Biomolecules
+1307.6161 Theory
+1307.6164 Complex Variables
+1307.6171
+1307.6179 Atmospheric and Oceanic Physics
+1307.6183 Biological Physics
+1307.6185 Accelerator Physics
+1307.6191 Earth and Planetary Astrophysics
+1307.6192 Combinatorics
+1307.6194 Analysis of PDEs
+1307.6198
+1307.6199 Statistical Mechanics
+1307.6200 Number Theory
+1307.6202 Complex Variables
+1307.6205 Classical Analysis and ODEs
+1307.6206 Commutative Algebra
+1307.6207 Solar and Stellar Astrophysics
+cond-mat/0412048 Mesoscale and Nanoscale Physics
+cond-mat/0503687 Mesoscale and Nanoscale Physics
+physics/0610068 Optics
+0704.0837 Theory
+0801.1442
+1001.4928 Combinatorics
+1004.1999 Information Theory
+1004.5099 High Energy Astrophysical Phenomena
+1005.2936 Functional Analysis
+1005.3213 Mesoscale and Nanoscale Physics
+1008.3706 Earth and Planetary Astrophysics
+1011.2998 Neurons and Cognition
+1012.5800 Algebraic Geometry
+1103.6122 Functional Analysis
+1104.3960 Functional Analysis
+1104.5531 Probability
+1106.4255 Number Theory
+1107.5566 Analysis of PDEs
+1108.2969 Symplectic Geometry
+1108.4624 Number Theory
+1109.0017 Strongly Correlated Electrons
+1109.2569 Other Condensed Matter
+1109.6406 Statistics Theory
+1110.4060 Algebraic Geometry
+1201.4095 Mesoscale and Nanoscale Physics
+1202.0515 Machine Learning
+1203.5025 Materials Science
+1203.5620 Disordered Systems and Neural Networks
+1205.4344 Combinatorics
+1206.1055 Strongly Correlated Electrons
+1206.4089 Analysis of PDEs
+1206.6216
+1207.0290 Information Theory
+1207.5408 Mesoscale and Nanoscale Physics
+1207.6087 Computer Science and Game Theory
+1207.6362
+1207.6568 Probability
+1208.0608 Strongly Correlated Electrons
+1208.2175 Computational Engineering, Finance, and Science
+1208.2196 Functional Analysis
+1208.2998 Phenomenology
+1208.3698 Cosmology and Nongalactic Astrophysics
+1209.0870
+1209.2317
+1209.4721 Exactly Solvable and Integrable Systems
+1209.5416 Phenomenology
+1210.1166 Group Theory
+1210.7652 Cosmology and Nongalactic Astrophysics
+1210.7821 Strongly Correlated Electrons
+1211.0328 Combinatorics
+1211.0717 Group Theory
+1211.2368 Representation Theory
+1211.3670 Differential Geometry
+1212.2194
+1212.3042 Quantum Gases
+1212.5046
+1212.6590 Phenomenology
+1301.3133 Cosmology and Nongalactic Astrophysics
+1301.3146
+1301.3934 Tissues and Organs
+1301.4426 Mesoscale and Nanoscale Physics
+1301.6095
+1301.6142 Superconductivity
+1301.6396 Superconductivity
+1302.0080
+1302.0467 Astrophysics of Galaxies
+1302.3280 Analysis of PDEs
+1302.3677 Mesoscale and Nanoscale Physics
+1302.4316 Disordered Systems and Neural Networks
+1302.5705 Solar and Stellar Astrophysics
+1303.0202 Superconductivity
+1303.0286 High Energy Astrophysical Phenomena
+1303.1989
+1303.2433
+1303.2503 Physics and Society
+1303.3135 Functional Analysis
+1303.3661 Physics and Society
+1303.3790 General Physics
+1303.4420
+1303.5333 Rings and Algebras
+1303.7039 Information Theory
+1303.7061 Experiment
+1304.2675 Phenomenology
+1304.3008 Physics and Society
+1304.3490 Superconductivity
+1304.5238 High Energy Astrophysical Phenomena
+1304.7495 Experiment
+1304.7599 Statistical Mechanics
+1305.0211 Superconductivity
+1305.1573 Neurons and Cognition
+1305.2390 Experiment
+1305.2634 Methodology
+1305.3593 Optics
+1305.4009
+1305.5596 Experiment
+1305.5621 Pricing of Securities
+1305.6030 Superconductivity
+1305.6630 Superconductivity
+1306.1817 Mesoscale and Nanoscale Physics
+1306.2546 Cosmology and Nongalactic Astrophysics
+1306.4199 High Energy Astrophysical Phenomena
+1306.5775 Strongly Correlated Electrons
+1306.5814
+1306.6023 Distributed, Parallel, and Cluster Computing
+1306.6873
+1307.2018 Human-Computer Interaction
+1307.2041 Probability
+1307.3002 Strongly Correlated Electrons
+1307.5580 Cosmology and Nongalactic Astrophysics
+1307.7182 Cosmology and Nongalactic Astrophysics
+1308.0195 High Energy Astrophysical Phenomena
+1308.0972 Chemical Physics
+1308.1619 Phenomenology
+1308.2052 Phenomenology
+1308.4325 Analysis of PDEs
+1308.4409 Phenomenology
+1308.4419 Classical Analysis and ODEs
+1308.4421 Tissues and Organs
+1308.4422 Spectral Theory
+1308.4426 Space Physics
+1308.4428 Phenomenology
+1308.4429 Functional Analysis
+1308.4430 Analysis of PDEs
+1308.4431 Combinatorics
+1308.4433 Biomolecules
+1308.4439 Algebraic Geometry
+1308.4440 Computer Vision and Pattern Recognition
+1308.4448 Solar and Stellar Astrophysics
+1308.4450 Optimization and Control
+1308.4454 Numerical Analysis
+1308.4462 Methodology
+1308.4465 Networking and Internet Architecture
+1308.4469 Data Structures and Algorithms
+1308.4470
+1308.4473 Phenomenology
+1308.4474 Materials Science
+1308.4479 Computation and Language
+1308.4480 Superconductivity
+1308.4481 Statistical Mechanics
+1308.4482
+1308.4483 Materials Science
+1308.4484 Combinatorics
+1308.4485 Computers and Society
+1308.4486 Other Computer Science
+1308.4487 Materials Science
+1308.4490 Algebraic Geometry
+1308.4499 Information Theory
+1308.4500 Group Theory
+1308.4501 Networking and Internet Architecture
+1308.4506 Neural and Evolutionary Computing
+1308.4509 Phenomenology
+1308.4512 Lattice
+1308.4516 Formal Languages and Automata Theory
+1308.4518 Phenomenology
+1308.4519 Strongly Correlated Electrons
+1308.4520 Probability
+1308.4522 Dynamical Systems
+1308.4523
+1308.4524 Strongly Correlated Electrons
+1308.4528 Number Theory
+1308.4530 Atmospheric and Oceanic Physics
+1308.4537 Instrumentation and Detectors
+1308.4538 Operator Algebras
+1308.4539 Materials Science
+1308.4540 Logic
+1308.4541 Materials Science
+1308.4542 Materials Science
+1308.4543 Materials Science
+1308.4549
+1308.4553 Analysis of PDEs
+1308.4554 Metric Geometry
+1308.4558 Lattice
+1308.4560 Information Theory
+1308.4562 Analysis of PDEs
+1308.4566
+1308.4571 Classical Analysis and ODEs
+1308.4572 Information Theory
+1308.4575 General Physics
+1308.4580 Rings and Algebras
+1308.4586 Atomic Physics
+1308.4590 Materials Science
+1308.4593 Optics
+1308.4599 Geometric Topology
+1308.4600 High Energy Astrophysical Phenomena
+1308.4601 Computation
+1308.4603 Algebraic Geometry
+1308.4613 Combinatorics
+1308.4617 Rings and Algebras
+1308.4618 Computation and Language
+1308.4619 Physics Education
+1308.4621 Algebraic Topology
+1308.4623 Optics
+1308.4624 Rings and Algebras
+1308.4626 Probability
+1308.4628 Representation Theory
+1308.4635
+1308.4637 Number Theory
+1308.4639 Phenomenology
+1308.4642 Soft Condensed Matter
+1308.4643 Social and Information Networks
+1308.4650 Rings and Algebras
+1308.4652 Phenomenology
+1308.4656 Metric Geometry
+1308.4657 General Mathematics
+1308.4659 Commutative Algebra
+1308.4671 Materials Science
+1308.4672 Emerging Technologies
+1308.4675 Neural and Evolutionary Computing
+math/0411437 Probability
+0709.3180 Disordered Systems and Neural Networks
+0711.4344 Biomolecules
+0806.1029 Biomolecules
+0808.2376 Theory
+0812.0086 Superconductivity
+0905.4401
+0906.2055 Astrophysics of Galaxies
+0908.3715 Networking and Internet Architecture
+0912.5507 Machine Learning
+1002.2242 Optimization and Control
+1003.0890 Combinatorics
+1005.1975
+1005.5063 Information Theory
+1006.2012 Pricing of Securities
+1006.3392 Cosmology and Nongalactic Astrophysics
+1006.5340 Differential Geometry
+1008.0257 Differential Geometry
+1008.3658 Analysis of PDEs
+1008.4856 Dynamical Systems
+1009.0488 Number Theory
+1009.2975
+1010.3885 General Physics
+1011.1703 Methodology
+1011.4548 Superconductivity
+1011.6554 Combinatorics
+1012.0351 Numerical Analysis
+1012.2436 Superconductivity
+1101.2020 Cosmology and Nongalactic Astrophysics
+1105.0016 Strongly Correlated Electrons
+1105.3968 Algebraic Topology
+1106.1071 Numerical Analysis
+1106.1726 Materials Science
+1106.5231
+1107.2128 Phenomenology
+1107.2135 Theory
+1107.3712 Analysis of PDEs
+1108.2140 Superconductivity
+1108.4273 Theory
+1108.5964 Combinatorics
+1108.5978 Other Condensed Matter
+1109.2936 Numerical Analysis
+1109.4928 Computational Engineering, Finance, and Science
+1110.0058 Numerical Analysis
+1110.1192 Analysis of PDEs
+1110.2843 Theory
+1110.3518 Analysis of PDEs
+1110.6535 Cosmology and Nongalactic Astrophysics
+1110.6595
+1111.0038 Plasma Physics
+1111.3584 Computational Geometry
+1111.6050 Materials Science
+1111.6712 Combinatorics
+1111.6796 Complex Variables
+1112.4951 Statistics Theory
+1112.5554 Differential Geometry
+1112.5607 Materials Science
+1201.0934 Functional Analysis
+1201.2001 Classical Analysis and ODEs
+1201.6051 Classical Physics
+1201.6076 Commutative Algebra
+1201.6447 Fluid Dynamics
+1202.1243 Molecular Networks
+1202.1828 Mesoscale and Nanoscale Physics
+1202.5288 Phenomenology
+1203.1727 Strongly Correlated Electrons
+1203.2171 Combinatorics
+1203.3610 Differential Geometry
+1203.4305
+1203.4592 Information Theory
+1203.5417 Algebraic Geometry
+1204.6087 Methodology
+1205.0198 Phenomenology
+1205.1981 Strongly Correlated Electrons
+1205.2397 Theory
+1205.3512 Cosmology and Nongalactic Astrophysics
+1205.3681 Theory
+1205.4568 Analysis of PDEs
+1205.6038 Geometric Topology
+1205.6552
+1206.0346 Probability
+1206.0763
+1206.4000 Statistics Theory
+1206.4182 Algebraic Geometry
+1206.4751 Number Theory
+1206.5704 Probability
+1206.6013 Chemical Physics
+1206.6266 Statistical Mechanics
+1206.7011 Optics
+1207.0238 Statistical Mechanics
+1207.0257 Soft Condensed Matter
+1207.0460 Theory
+1207.0658 Data Analysis, Statistics and Probability
+1207.1799 Other Condensed Matter
+1207.2429 Phenomenology
+1207.3248
+1207.3379
+1207.5237 Theory
+1207.5485
+1207.7000 Chaotic Dynamics
+1207.7228 Neurons and Cognition
+1208.0374 Combinatorics
+1208.1475 Pattern Formation and Solitons
+1208.1865
+1208.2023 Mesoscale and Nanoscale Physics
+1208.3869 Strongly Correlated Electrons
+1208.4743 Networking and Internet Architecture
+1208.5246 Computational Physics
+1208.6384 Probability
+1209.1426 Information Theory
+1209.6302 Phenomenology
+1210.0119
+1210.2843 Mesoscale and Nanoscale Physics
+1210.3372
+1210.3761 Logic in Computer Science
+1210.3982 Mesoscale and Nanoscale Physics
+1210.4054 Cosmology and Nongalactic Astrophysics
+1210.4631 Rings and Algebras
+1210.4693 Differential Geometry
+1210.5060
+1210.5244 Quantum Gases
+1210.5325 Commutative Algebra
+1210.5530
+1210.6755 Phenomenology
+1210.6819 Information Theory
+1210.7818 Cosmology and Nongalactic Astrophysics
+1211.0016 Quantum Gases
+1211.1152 Algebraic Geometry
+1211.1253 Physics Education
+1211.1810 Statistical Mechanics
+1211.1966 Theory
+1211.3660 Complex Variables
+1211.4487 Emerging Technologies
+1211.4515 Mesoscale and Nanoscale Physics
+1211.5024
+1211.5393 Dynamical Systems
+1211.5788
+1211.5938 Computer Science and Game Theory
+1211.6391 Theory
+1211.6393 Lattice
+1211.6570 Mesoscale and Nanoscale Physics
+1212.0055 Strongly Correlated Electrons
+1212.0494
+1212.0727 Analysis of PDEs
+1212.0847 Materials Science
+1212.1489 Strongly Correlated Electrons
+1212.2427
+1212.2555 Populations and Evolution
+1212.2639 Cosmology and Nongalactic Astrophysics
+1212.2846 Cellular Automata and Lattice Gases
+1212.4518 Mesoscale and Nanoscale Physics
+1212.4785 Phenomenology
+1212.4794 Data Analysis, Statistics and Probability
+1212.4878 Strongly Correlated Electrons
+1212.5234 Theory
+1212.5241 Phenomenology
+1212.5880 Distributed, Parallel, and Cluster Computing
+1212.5932 Quantitative Methods
+1212.6541 Phenomenology
+1212.6864 Phenomenology
+1301.0222 Theory
+1301.0329 Phenomenology
+1301.0449 Optics
+1301.0908 Numerical Analysis
+1301.1314 Materials Science
+1301.1520 Statistical Mechanics
+1301.1717 Statistics Theory
+1301.2069 Operator Algebras
+1301.2127 Instrumentation and Detectors
+1301.3796 Theory
+1301.3908 Strongly Correlated Electrons
+1301.4363 Mesoscale and Nanoscale Physics
+1301.4699
+1301.5982
+1301.6998 Probability
+1302.0636 Dynamical Systems
+1302.0737 Mesoscale and Nanoscale Physics
+1302.2298 Strongly Correlated Electrons
+1302.3892 Physics and Society
+1302.4456 High Energy Astrophysical Phenomena
+1302.4590
+1302.4610 Mesoscale and Nanoscale Physics
+1302.4833
+1302.4844 Probability
+1302.4883 Operator Algebras
+1303.0409 Differential Geometry
+1303.0716 Number Theory
+1303.0863 Solar and Stellar Astrophysics
+1303.1823 High Energy Astrophysical Phenomena
+1303.2271 High Energy Astrophysical Phenomena
+1303.2436
+1303.2829
+1303.3395 Analysis of PDEs
+1303.3449 Combinatorics
+1303.4889 Superconductivity
+1303.5218 Number Theory
+1303.5446 Cosmology and Nongalactic Astrophysics
+1303.6106 Multiagent Systems
+1303.6144 Cosmology and Nongalactic Astrophysics
+1303.6215 Solar and Stellar Astrophysics
+1303.6388 Information Theory
+1303.7390 Computer Vision and Pattern Recognition
+1304.0047
+1304.0255 Phenomenology
+1304.1227 Combinatorics
+1304.1236 Functional Analysis
+1304.1301 Phenomenology
+1304.1402 Artificial Intelligence
+1304.1582 History and Philosophy of Physics
+1304.1590 Data Structures and Algorithms
+1304.1593 Theory
+1304.1610 Superconductivity
+1304.1701
+1304.1818 Medical Physics
+1304.1819 Artificial Intelligence
+1304.1821 Portfolio Management
+1304.1825 High Energy Astrophysical Phenomena
+1304.1826 Probability
+1304.1827 Artificial Intelligence
+1304.1828 Information Theory
+1304.1831 Probability
+1304.1832 Number Theory
+1304.1834 Quantitative Methods
+1304.1835 Programming Languages
+1304.1841 Complex Variables
+1304.1845 Social and Information Networks
+1304.1847 Combinatorics
+1304.1848 Optics
+1304.1856 Rings and Algebras
+1304.1859 Numerical Analysis
+1304.1861 Combinatorics
+1304.1863 Performance
+1304.1867 Phenomenology
+1304.1868 Materials Science
+1304.1870 Geometric Topology
+1304.1877 Databases
+1304.1883 Optics
+1304.1885 Geometric Topology
+1304.1892
+1304.1895 Physics Education
+1304.1897 Strongly Correlated Electrons
+1304.1898 Physics and Society
+1304.1900 Discrete Mathematics
+1304.1901 Materials Science
+1304.1902 Formal Languages and Automata Theory
+1304.1903 Computational Physics
+1304.1906 Differential Geometry
+1304.1907 Analysis of PDEs
+1304.1908 Analysis of PDEs
+1304.1911 Superconductivity
+1304.1916 Data Structures and Algorithms
+1304.1920 Methodology
+1304.1922 Rings and Algebras
+1304.1923 Differential Geometry
+1304.1924 Information Retrieval
+1304.1925 Solar and Stellar Astrophysics
+1304.1930 Computer Vision and Pattern Recognition
+1304.1932 Information Theory
+1304.1935 Information Theory
+1304.1936 Soft Condensed Matter
+1304.1944 Number Theory
+1304.1956 Solar and Stellar Astrophysics
+1304.1962 Information Theory
+1304.1963 Networking and Internet Architecture
+1304.1964 Probability
+1304.1972 Computer Vision and Pattern Recognition
+1304.1979 Physics and Society
+1304.1980 Astrophysics of Galaxies
+1304.1981 Networking and Internet Architecture
+1304.1982 Combinatorics
+1304.1984 Information Theory
+1304.1986 Computational Geometry
+1304.1987 Exactly Solvable and Integrable Systems
+1304.1989 Analysis of PDEs
+1304.1991 Functional Analysis
+1304.1994 Phenomenology
+1304.1996 Computational Complexity
+1304.2001 Probability
+1304.2003 Complex Variables
+1304.2004 Complex Variables
+1304.2010 Numerical Analysis
+1304.2011 Theory
+1304.2012 Analysis of PDEs
+1304.2014 Dynamical Systems
+1304.2015 Other Computer Science
+1304.2016 Probability
+1304.2017 Medical Physics
+1304.2019 Probability
+1304.2021 Solar and Stellar Astrophysics
+1304.2023 Solar and Stellar Astrophysics
+1304.2026 Computational Complexity
+1304.2029 Statistical Mechanics
+1304.2031 Computers and Society
+1304.2032 Digital Libraries
+1304.2033 Networking and Internet Architecture
+1304.2034 Statistical Mechanics
+1304.2035 Networking and Internet Architecture
+1304.2036 Theory
+1304.2037 Theory
+1304.2039 Solar and Stellar Astrophysics
+1304.2047 Phenomenology
+1304.2049 Statistical Mechanics
+1304.2050 Emerging Technologies
+1304.2053 Instrumentation and Detectors
+1304.2054 Quantitative Methods
+1304.2058 Data Analysis, Statistics and Probability
+1304.2063 Rings and Algebras
+1304.2064 High Energy Astrophysical Phenomena
+1304.2069 Methodology
+1304.2073
+1304.2074 Numerical Analysis
+1304.2077 Data Structures and Algorithms
+1304.2080 Software Engineering
+1304.2083 Instrumentation and Detectors
+1304.2091 Lattice
+1304.2092 Logic
+1304.2094 Cryptography and Security
+1304.2096 Functional Analysis
+1304.2097 Neural and Evolutionary Computing
+1304.2102 Superconductivity
+1304.2103 Information Theory
+1304.2107 Optimization and Control
+1304.2109 Computer Vision and Pattern Recognition
+1304.2110 Data Structures and Algorithms
+1304.2112 Networking and Internet Architecture
+1304.2115 Soft Condensed Matter
+1304.2119 Materials Science
+1304.2126 Physics and Society
+1304.2130 Soft Condensed Matter
+1304.2133 Computer Vision and Pattern Recognition
+1304.2137 History and Overview
+1304.2138
+1304.2141 Pricing of Securities
+1304.2143 Phenomenology
+1304.2144 Data Structures and Algorithms
+1304.2145 Number Theory
+1304.2146 Soft Condensed Matter
+1304.2148 Accelerator Physics
+1304.2150 Materials Science
+1304.2151 Combinatorics
+1304.2152 Optimization and Control
+1304.2155
+1304.2156 Solar and Stellar Astrophysics
+1304.2163 Dynamical Systems
+1304.2166
+1304.2170 Computational Engineering, Finance, and Science
+1304.2172 Information Theory
+1304.2173 Experiment
+1304.2179 Probability
+1304.2180 Statistics Theory
+1304.2182 Dynamical Systems
+1304.2184 Databases
+1304.2189 Experiment
+1304.2193 Operator Algebras
+1304.2195 Probability
+1304.2205 Materials Science
+1304.2215 Combinatorics
+1304.2219 Statistical Mechanics
+1304.2224 Experiment
+1304.2225
+1304.2227 Materials Science
+1304.2229 Rings and Algebras
+1304.2233 Systems and Control
+1304.2237 Differential Geometry
+1304.2241 Representation Theory
+1304.2242 Differential Geometry
+1304.2244 Computer Science and Game Theory
+1304.2249 Phenomenology
+1304.2254 Number Theory
+1304.2260 Probability
+1304.2262 Solar and Stellar Astrophysics
+1304.2265 Numerical Analysis
+1304.2266 Neurons and Cognition
+1304.2268 Systems and Control
+1304.2276 Numerical Analysis
+1304.2277 General Physics
+1304.2278
+1304.2285 General Physics
+1304.2292 Cosmology and Nongalactic Astrophysics
+1304.2293 Methodology
+1304.2296 Analysis of PDEs
+1304.2300 Discrete Mathematics
+1304.2301 Populations and Evolution
+1304.2302 Machine Learning
+1304.2306 High Energy Astrophysical Phenomena
+1304.2308 High Energy Astrophysical Phenomena
+1304.2310 Computer Vision and Pattern Recognition
+1304.2312 Applications
+1304.2313 Databases
+1304.2316
+1304.2317 Solar and Stellar Astrophysics
+1304.2320 Fluid Dynamics
+1304.2324 Populations and Evolution
+1304.2325 Strongly Correlated Electrons
+1304.2326 Software Engineering
+1304.2328
+1304.2329 Optimization and Control
+nlin/0103001 Chaotic Dynamics
+0709.3498
+0903.1012 Neurons and Cognition
+0905.1310
+0906.2930 Rings and Algebras
+0909.1208
+0911.1412 Logic in Computer Science
+0912.1386
+1001.0075 K-Theory and Homology
+1003.3522 Representation Theory
+1003.3919 Combinatorics
+1003.3973 Algebraic Geometry
+1003.4108 Rings and Algebras
+1003.5176 Functional Analysis
+1005.4390 Probability
+1009.3795
+1009.5625
+1010.2187 Algebraic Geometry
+1101.2589 Combinatorics
+1101.3083 Probability
+1102.2983 Optics
+1103.0748 Functional Analysis
+1103.0997 Functional Analysis
+1103.6000 Number Theory
+1104.2212
+1104.2490 Algebraic Geometry
+1104.3294 Group Theory
+1105.2180 Analysis of PDEs
+1105.4472 Algebraic Geometry
+1107.1112 Geometric Topology
+1107.3578 K-Theory and Homology
+1108.0887 Phenomenology
+1108.2542 Metric Geometry
+1108.3277 Rings and Algebras
+1108.5542
+1109.5416 Programming Languages
+1109.6365 Chaotic Dynamics
+1110.1663 Optics
+1110.2061 Differential Geometry
+1110.3165 Mesoscale and Nanoscale Physics
+1110.3895 Adaptation and Self-Organizing Systems
+1110.5627 History and Overview
+1110.6630 Metric Geometry
+1111.6052
+1111.6940 Cosmology and Nongalactic Astrophysics
+1112.1687 Information Theory
+1112.5019 Representation Theory
+1201.2245 Symplectic Geometry
+1201.2684
+1201.2756 Optimization and Control
+1202.4165 Symplectic Geometry
+1202.4869 Analysis of PDEs
+1202.5254 Cosmology and Nongalactic Astrophysics
+1203.1732 Soft Condensed Matter
+1203.6860 Differential Geometry
+1204.0705 Combinatorics
+1204.3209 Dynamical Systems
+1204.4227 Information Theory
+1204.4714 Computational Geometry
+1204.5117
+1204.5397 Optics
+1204.6013 Analysis of PDEs
+1204.6141
+1204.6618 Probability
+1205.0095 Functional Analysis
+1205.3000
+1205.3262 Complex Variables
+1205.3678 Commutative Algebra
+1205.4537
+1206.0424 Number Theory
+1206.0581 Differential Geometry
+1206.1167 Analysis of PDEs
+1206.1581 Mesoscale and Nanoscale Physics
+1206.2431 Soft Condensed Matter
+1207.1928
+1207.2101 Chemical Physics
+1207.3166 Phenomenology
+1207.4389 Strongly Correlated Electrons
+1207.5083 Soft Condensed Matter
+1208.0848 Learning
+1208.1054 Molecular Networks
+1208.1511 Superconductivity
+1208.1638
+1208.1727 Algebraic Geometry
+1208.2803 Representation Theory
+1208.3156
+1208.3619 Quantitative Methods
+1208.4755 Functional Analysis
+1208.5925 Popular Physics
+1208.6268 Computation and Language
+1209.0383 Superconductivity
+1209.0745 Physics Education
+1209.2180 Popular Physics
+1209.2209
+1209.2885 Metric Geometry
+1209.3380 Probability
+1209.4334 Superconductivity
+1209.4656 Group Theory
+1209.4680 Optics
+1209.4715 Optics
+1209.4738 Mesoscale and Nanoscale Physics
+1209.5127 Symbolic Computation
+1209.5689 Analysis of PDEs
+1209.6418 Algebraic Geometry
+1209.6533
+1209.6618
+1210.1195 Mesoscale and Nanoscale Physics
+1210.1631 Spectral Theory
+1210.3220 Mesoscale and Nanoscale Physics
+1210.4496 Lattice
+1210.4853 Computer Science and Game Theory
+1210.5579 Representation Theory
+1210.6036 Phenomenology
+1210.6381 Materials Science
+1210.6434 Solar and Stellar Astrophysics
+1210.6662 Soft Condensed Matter
+1210.6941 Mesoscale and Nanoscale Physics
+1210.8143 Strongly Correlated Electrons
+1210.8327 Materials Science
+1211.0122 Information Theory
+1211.0413 Biomolecules
+1211.0903 Earth and Planetary Astrophysics
+1211.1489 Populations and Evolution
+1211.1952 Theory
+1211.2008
+1211.2631
+1211.4915 Mesoscale and Nanoscale Physics
+1211.5071 Plasma Physics
+1211.5200 Superconductivity
+1211.6872 Rings and Algebras
+1211.7217
+1212.0008
+1212.0704 Statistical Mechanics
+1212.0827 Geometric Topology
+1212.2313
+1212.2382
+1212.3164 Superconductivity
+1212.3516 Geophysics
+1212.3826 Mesoscale and Nanoscale Physics
+1212.4809 Phenomenology
+1212.5658 Cosmology and Nongalactic Astrophysics
+1301.0332 Geometric Topology
+1301.1402 Chemical Physics
+1301.1844 Quantum Algebra
+1301.3206
+1301.3735 Strongly Correlated Electrons
+1301.4242 Cosmology and Nongalactic Astrophysics
+1301.6303
+1301.6552 Cosmology and Nongalactic Astrophysics
+1301.7185
+1301.7464 Information Theory
+1301.7708 Theory
+1302.0481 Statistical Mechanics
+1302.1976
+1302.3309 Computer Science and Game Theory
+1302.4024 Physics and Society
+1302.4147 Information Theory
+1302.4461 Commutative Algebra
+1302.4996 Materials Science
+1302.5033 Number Theory
+1302.5101 Cryptography and Security
+1302.5198 Computers and Society
+1302.5212 Differential Geometry
+1302.5461 Differential Geometry
+1302.5491 Human-Computer Interaction
+1302.5509 Strongly Correlated Electrons
+1302.5512 Algebraic Topology
+1302.5685 Earth and Planetary Astrophysics
+1302.5692 Category Theory
+1302.5698 Mesoscale and Nanoscale Physics
+1302.5708 Number Theory
+1302.5711 Combinatorics
+1302.5714 Methodology
+1302.5715 High Energy Astrophysical Phenomena
+1302.5717 Instrumentation and Methods for Astrophysics
+1302.5719 Metric Geometry
+1302.5720 Instrumentation and Methods for Astrophysics
+1302.5727 Complex Variables
+1302.5728 Number Theory
+1302.5735
+1302.5736 Combinatorics
+1302.5738 Instrumentation and Methods for Astrophysics
+1302.5741 Combinatorics
+1302.5750
+1302.5751 Materials Science
+1302.5752 Commutative Algebra
+1302.5754 Discrete Mathematics
+1302.5755 Discrete Mathematics
+1302.5758 Mesoscale and Nanoscale Physics
+1302.5771 Space Physics
+1302.5772 Space Physics
+1302.5773 Dynamical Systems
+1302.5774 Lattice
+1302.5775 Combinatorics
+1302.5776 Rings and Algebras
+1302.5777 Combinatorics
+1302.5778 Combinatorics
+1302.5779 Operator Algebras
+1302.5780 Materials Science
+1302.5781 Operator Algebras
+1302.5782
+1302.5784 Operator Algebras
+1302.5785 Analysis of PDEs
+1302.5786 Instrumentation and Methods for Astrophysics
+1302.5788 Software Engineering
+1302.5789 Functional Analysis
+1302.5790 Functional Analysis
+1302.5791 Complex Variables
+1302.5794 Physics and Society
+1302.5795 Theory
+1302.5797 Learning
+1302.5798 Programming Languages
+1302.5800 Complex Variables
+1302.5801 Biomolecules
+1302.5806 Analysis of PDEs
+1302.5809 Optimization and Control
+1302.5811 Algebraic Geometry
+1302.5812 Analysis of PDEs
+1302.5814 Algebraic Geometry
+1302.5815 Combinatorics
+1302.5817
+1302.5818 Classical Analysis and ODEs
+1302.5819 Rings and Algebras
+1302.5820 Data Structures and Algorithms
+1302.5823 Analysis of PDEs
+1302.5824 Artificial Intelligence
+1302.5825 Rings and Algebras
+1302.5835 Disordered Systems and Neural Networks
+1302.5837 Commutative Algebra
+1302.5838 Fluid Dynamics
+1302.5842
+1302.5847 Applications
+1302.5849 Methodology
+1302.5850 Fluid Dynamics
+1302.5851 Distributed, Parallel, and Cluster Computing
+1302.5853 Fluid Dynamics
+1302.5856 Methodology
+1302.5857 Applications
+1302.5858 Mesoscale and Nanoscale Physics
+1302.5860 Information Theory
+1302.5861 Adaptation and Self-Organizing Systems
+1302.5863 Instrumentation and Methods for Astrophysics
+1302.5867 Systems and Control
+1302.5869 Genomics
+1302.5871 Data Structures and Algorithms
+1302.5872 Information Theory
+1302.5876 Materials Science
+1302.5878 Physics and Society
+1302.5879 Differential Geometry
+1302.5886 Symplectic Geometry
+1302.5889 Discrete Mathematics
+1302.5890 Statistics Theory
+1302.5894 Computer Vision and Pattern Recognition
+1302.5896 Metric Geometry
+1302.5899 Experiment
+1302.5900 Optimization and Control
+1302.5909 Physics and Society
+1302.5912 Solar and Stellar Astrophysics
+1302.5913 Data Structures and Algorithms
+1302.5914 Networking and Internet Architecture
+1302.5919 Commutative Algebra
+1302.5920 Operator Algebras
+1302.5921
+1302.5922 Operator Algebras
+1302.5923 Analysis of PDEs
+1302.5926 Operator Algebras
+1302.5929 Networking and Internet Architecture
+1302.5933 Quantum Gases
+1302.5935
+1302.5936 Information Theory
+1302.5938 Probability
+1302.5940 Metric Geometry
+1302.5941 Computational Engineering, Finance, and Science
+1302.5942 Computational Engineering, Finance, and Science
+1302.5945 Networking and Internet Architecture
+1302.5946 Algebraic Geometry
+1302.5949 Combinatorics
+1302.5950
+1302.5952 Soft Condensed Matter
+1302.5953 Dynamical Systems
+1302.5954 Representation Theory
+1302.5955 Information Theory
+1302.5957 Computer Vision and Pattern Recognition
+1302.5958 Information Theory
+1302.5959
+1302.5960 Information Theory
+1302.5962 Analysis of PDEs
+1302.5963 Combinatorics
+1302.5966 Trading and Market Microstructure
+1302.5971 Probability
+1302.5974 Symbolic Computation
+1302.5975 Information Theory
+1302.5977 Differential Geometry
+1302.5981 Experiment
+1302.5983 Differential Geometry
+1302.5984 Number Theory
+1302.5985 Computer Vision and Pattern Recognition
+1302.5986
+1302.5988 Functional Analysis
+1302.5989
+1302.5993 Soft Condensed Matter
+1302.5995 Numerical Analysis
+1302.5997 Symbolic Computation
+1302.5998 Materials Science
+1302.5999 Distributed, Parallel, and Cluster Computing
+1302.6000 Analysis of PDEs
+1302.6001 Probability
+1302.6004 Numerical Analysis
+1302.6005
+1302.6008 Cosmology and Nongalactic Astrophysics
+1302.6009 Learning
+1302.6011 Pricing of Securities
+1302.6016 General Physics
+1302.6018 Materials Science
+1302.6019 Functional Analysis
+1302.6023 Optimization and Control
+1302.6025
+1302.6026 Analysis of PDEs
+1302.6027 Quantum Gases
+1302.6028
+1302.6029 Probability
+1302.6030 Computational Engineering, Finance, and Science
+1302.6031 Sound
+1302.6035 Instrumentation and Detectors
+1302.6038 Representation Theory
+1302.6040 Instrumentation and Methods for Astrophysics
+1302.6046 Representation Theory
+1302.6047 Probability
+1302.6054 Numerical Analysis
+1302.6055 Functional Analysis
+1302.6068 Exactly Solvable and Integrable Systems
+1302.6070 Instrumentation and Methods for Astrophysics
+1302.6081 Fluid Dynamics
+1302.6087 Lattice
+1302.6088 Methodology
+1302.6093 Functional Analysis
+1302.6094 Number Theory
+1302.6096 Group Theory
+1302.6097 Number Theory
+1302.6099 Chemical Physics
+1302.6100 Plasma Physics
+1302.6102 Statistics Theory
+1302.6106 Functional Analysis
+1302.6111
+1302.6117 High Energy Astrophysical Phenomena
+1302.6120 Pricing of Securities
+1302.6125 Experiment
+1302.6130 Geometric Topology
+1302.6133 Phenomenology
+1302.6137 Superconductivity
+1302.6149 Robotics
+1302.6153 General Physics
+1302.6156 Networking and Internet Architecture
+1302.6161 Statistics Theory
+1302.6163
+1302.6171 Plasma Physics
+1302.6176 Soft Condensed Matter
+1302.6177 Materials Science
+1302.6182 Computation
+1302.6188 Solar and Stellar Astrophysics
+1302.6189 Numerical Analysis
+1302.6194 Sound
+1302.6195 Phenomenology
+1302.6212 General Finance
+1302.6213 High Energy Astrophysical Phenomena
+1302.6214 Artificial Intelligence
+1302.6215 Phenomenology
+1302.6217 Theory
+1302.6221 Cosmology and Nongalactic Astrophysics
+cond-mat/0702590 Statistical Mechanics
+math-ph/0508007
+math-ph/0604020
+math-ph/0611081
+math/9807071 Algebraic Topology
+quant-ph/0703029
+0705.3349 Differential Geometry
+0712.2498 Algebraic Geometry
+1001.0329 Logic
+1003.3824 Superconductivity
+1004.2872 Differential Geometry
+1006.1482 Algebraic Geometry
+1007.1815 Algebraic Geometry
+1010.5096 Algebraic Geometry
+1011.3424 Number Theory
+1012.1349 Earth and Planetary Astrophysics
+1103.0729 Classical Analysis and ODEs
+1104.2290 Algebraic Topology
+1105.3888 Classical Analysis and ODEs
+1105.5822
+1106.1295
+1108.3370 Geometric Topology
+1109.2256 Group Theory
+1109.2755 Superconductivity
+1109.6490 Algebraic Geometry
+1111.3542 Algebraic Geometry
+1111.5323 Differential Geometry
+1201.0694 Strongly Correlated Electrons
+1201.4346 Chaotic Dynamics
+1201.5707 Combinatorics
+1204.1459 Analysis of PDEs
+1204.3586 Statistical Mechanics
+1204.3617 Geometric Topology
+1204.5615 Representation Theory
+1205.5877 Combinatorics
+1206.4797 Mesoscale and Nanoscale Physics
+1207.2054 Quantum Algebra
+1210.4676 Numerical Analysis
+1210.5398 Superconductivity
+1211.3380 Dynamical Systems
+1211.6111 Theory
+1211.6861 General Physics
+1212.3462
+1301.2248 Solar and Stellar Astrophysics
+1301.3018 Atomic Physics
+1301.6402 Atomic Physics
+1301.7122
+1302.0162 Optics
+1302.1215 Dynamical Systems
+1302.2480 Disordered Systems and Neural Networks
+1302.4226 Strongly Correlated Electrons
+1302.6174 Cosmology and Nongalactic Astrophysics
+1303.1296 Pricing of Securities
+1303.1298 Pricing of Securities
+1303.1299 Complex Variables
+1303.1702 Data Analysis, Statistics and Probability
+1303.4059 Solar and Stellar Astrophysics
+1303.5568 Pattern Formation and Solitons
+1304.0948
+1304.0989 High Energy Astrophysical Phenomena
+1304.1247 Data Structures and Algorithms
+1304.3380 Numerical Analysis
+1305.0814 Probability
+1305.1223 Phenomenology
+1305.1577 Theory
+1305.1800 Quantum Gases
+1305.2068
+1305.2425
+1305.3523 Data Analysis, Statistics and Probability
+1305.3800
+1305.4486 Numerical Analysis
+1305.4666 Mesoscale and Nanoscale Physics
+1305.5159
+1305.5182 Soft Condensed Matter
+1305.5265 Astrophysics of Galaxies
+1305.5338 Phenomenology
+1305.6612 Phenomenology
+1305.6965
+1305.7104
+1305.7180 Phenomenology
+1306.1590 Algebraic Geometry
+1306.2712
+1306.3007 Physics and Society
+1306.4518 Theory
+1306.4809 Numerical Analysis
+1306.4873 Materials Science
+1306.6563 Strongly Correlated Electrons
+1306.6692 Cosmology and Nongalactic Astrophysics
+1307.0530 Theory
+1307.0550 Logic in Computer Science
+1307.2060 Theory
+1307.2279 Mesoscale and Nanoscale Physics
+1307.2486 Materials Science
+1307.2616 Mesoscale and Nanoscale Physics
+1307.3097 Populations and Evolution
+1307.3171 Statistical Mechanics
+1307.3333 Mesoscale and Nanoscale Physics
+1307.3768 Statistical Mechanics
+1307.3884 Cosmology and Nongalactic Astrophysics
+1307.5158
+1307.5973 Phenomenology
+1307.6027 Strongly Correlated Electrons
+1307.6513 Dynamical Systems
+1307.6816
+1307.7146 Phenomenology
+1307.7424 Atomic Physics
+1307.7615 Computational Complexity
+1308.0575 Phenomenology
+1308.3321 Cosmology and Nongalactic Astrophysics
+1308.5035
+1308.6102
+1308.6473
+1309.0791
+1309.2698
+1309.2905 Geometric Topology
+1309.2906
+1309.4131 Optics
+1309.5838 Number Theory
+1309.6662 Atomic Physics
+1310.0653 Theory
+1310.1716 Atomic Physics
+1310.2572 Algebraic Geometry
+1310.4817 Superconductivity
+1310.5044 Soft Condensed Matter
+1310.7307 Group Theory
+1310.7650
+1310.7702 Mesoscale and Nanoscale Physics
+1310.7831
+1310.7875 Lattice
+1310.8270 Optics
+1311.0711 Combinatorics
+1311.0957 Exactly Solvable and Integrable Systems
+1311.0958 Lattice
+1311.1456
+1311.1731 Methodology
+1311.2228 Differential Geometry
+1311.2459 Lattice
+1311.2839 Distributed, Parallel, and Cluster Computing
+1311.2909 Phenomenology
+1311.2927 Programming Languages
+1311.2929 Analysis of PDEs
+1311.2936 Strongly Correlated Electrons
+1311.2941 Astrophysics of Galaxies
+1311.2951
+1311.2954 Mesoscale and Nanoscale Physics
+1311.2960 Logic in Computer Science
+1311.2963 Mesoscale and Nanoscale Physics
+1311.2964 Dynamical Systems
+1311.2966 Lattice
+1311.2967 Strongly Correlated Electrons
+1311.2968 Software Engineering
+1311.2969 Combinatorics
+1311.2971 Machine Learning
+1311.2973 Logic in Computer Science
+1311.2976
+1311.2978 Computation and Language
+1311.2985 Combinatorics
+1311.2986
+1311.2987 Learning
+1311.2991
+1311.2998 Lattice
+1311.3001 Machine Learning
+1311.3002 Analysis of PDEs
+1311.3006
+1311.3007
+1311.3009 Information Theory
+1311.3019 Pricing of Securities
+1311.3022 Differential Geometry
+1311.3023 Information Theory
+1311.3024
+1311.3026 Software Engineering
+1311.3027 Quantum Algebra
+1311.3029 Lattice
+1311.3030
+1311.3032 Materials Science
+1311.3034 Digital Libraries
+1311.3037 Social and Information Networks
+1311.3040 Phenomenology
+1311.3042
+1311.3043 Number Theory
+1311.3044 Number Theory
+1311.3048 Data Structures and Algorithms
+1311.3049 Combinatorics
+1311.3052 Mesoscale and Nanoscale Physics
+1311.3058 Logic
+1311.3062 Distributed, Parallel, and Cluster Computing
+1311.3063
+1311.3065 Mesoscale and Nanoscale Physics
+1311.3068 Chemical Physics
+1311.3069 Analysis of PDEs
+1311.3070 Distributed, Parallel, and Cluster Computing
+1311.3071 Cryptography and Security
+1311.3072 Differential Geometry
+1311.3073 Analysis of PDEs
+1311.3078 Other Computer Science
+1311.3079 Analysis of PDEs
+1311.3082 Number Theory
+1311.3085 Social and Information Networks
+1311.3086 Combinatorics
+1311.3087 Physics and Society
+1311.3094
+1311.3096 Combinatorics
+1311.3099 Cryptography and Security
+1311.3105 Networking and Internet Architecture
+1311.3106 Materials Science
+1311.3114 Materials Science
+1311.3119 Analysis of PDEs
+1311.3120 Mesoscale and Nanoscale Physics
+1311.3122 Dynamical Systems
+1311.3128 Analysis of PDEs
+1311.3129 Neurons and Cognition
+1311.3130 Programming Languages
+1311.3132 Atomic Physics
+1311.3134 Analysis of PDEs
+1311.3139 Cryptography and Security
+1311.3142 Instrumentation and Methods for Astrophysics
+1311.3143 Numerical Analysis
+1311.3146
+1311.3147 Strongly Correlated Electrons
+1311.3149 Computational Geometry
+1311.3151 Cryptography and Security
+1311.3152 Statistical Mechanics
+1311.3154 Materials Science
+1311.3156
+1311.3157 Learning
+1311.3166 Algebraic Geometry
+1311.3169 Dynamical Systems
+1311.3170 Representation Theory
+1311.3172 Networking and Internet Architecture
+1311.3173 General Mathematics
+1311.3174 Lattice
+1311.3175 Computation and Language
+1311.3178 Lattice
+1311.3179 Combinatorics
+1311.3181 Networking and Internet Architecture
+1311.3182
+1311.3184 Networking and Internet Architecture
+1311.3186 Data Analysis, Statistics and Probability
+1311.3192 Robotics
+1311.3194 Mesoscale and Nanoscale Physics
+1311.3195 Software Engineering
+1311.3198 Artificial Intelligence
+1311.3199 Dynamical Systems
+1311.3202 Mesoscale and Nanoscale Physics
+1311.3209 Classical Analysis and ODEs
+1311.3212 Dynamical Systems
+1311.3220 Multimedia
+1311.3226 Networking and Internet Architecture
+1311.3231 Computers and Society
+1311.3232 Algebraic Geometry
+1311.3233 Analysis of PDEs
+1311.3236 Genomics
+1311.3237 Molecular Networks
+1311.3238 Computer Science and Game Theory
+1311.3239 Operator Algebras
+1311.3243 Software Engineering
+1311.3246 Solar and Stellar Astrophysics
+1311.3247 Phenomenology
+1311.3248 Tissues and Organs
+1311.3253 Mesoscale and Nanoscale Physics
+1311.3258 Representation Theory
+1311.3261 Quantitative Methods
+1311.3264 Numerical Analysis
+1311.3269 Computer Vision and Pattern Recognition
+1311.3271 Mesoscale and Nanoscale Physics
+1311.3273 Lattice
+1311.3283 Mesoscale and Nanoscale Physics
+1311.3285 Lattice
+1311.3286 Numerical Analysis
+1311.3289 Strongly Correlated Electrons
+1311.3290 Analysis of PDEs
+astro-ph/0508367
+dg-ga/9702006 Differential Geometry
+hep-ph/0412027 Phenomenology
+math/0506273 Differential Geometry
+math/0507454 Complex Variables
+math/0703859 Algebraic Geometry
+0704.3373 Differential Geometry
+0807.1016 Logic in Computer Science
+0905.4805 Algebraic Geometry
+0907.2899 Differential Geometry
+1004.4409 Soft Condensed Matter
+1005.3963 Differential Geometry
+1006.1654 Number Theory
+1010.3213 Soft Condensed Matter
+1011.5867 Algebraic Geometry
+1012.0280 Data Structures and Algorithms
+1101.0493 Algebraic Geometry
+1104.2564 Quantum Gases
+1104.2716 Number Theory
+1104.3088 Cosmology and Nongalactic Astrophysics
+1104.4314 Differential Geometry
+1104.4412 Combinatorics
+1105.0094
+1105.3007 Statistics Theory
+1106.5076 Computational Geometry
+1106.6311 Superconductivity
+1107.3869 Probability
+1107.3880 Statistics Theory
+1107.3882 Combinatorics
+1107.5802
+1108.1548 Optimization and Control
+1108.2613 Computational Complexity
+1109.3041 Statistical Mechanics
+1110.4148 Strongly Correlated Electrons
+1112.3473 Mesoscale and Nanoscale Physics
+1201.4361 Soft Condensed Matter
+1201.4488 Soft Condensed Matter
+1202.4171 Number Theory
+1203.0175 Dynamical Systems
+1203.3177 Quantum Gases
+1204.3260 Experiment
+1204.3644
+1204.6496
+1205.0036
+1206.2627 Computer Vision and Pattern Recognition
+1206.5413
+1206.5749 Solar and Stellar Astrophysics
+1206.5834
+1206.6992 Algebraic Topology
+1207.0857 Soft Condensed Matter
+1207.1770 Strongly Correlated Electrons
+1207.3815 Populations and Evolution
+1207.5233 Phenomenology
+1207.6910 Networking and Internet Architecture
+1208.2372
+1208.4339
+1209.1528 Superconductivity
+1209.2703 Phenomenology
+1209.2922 Experiment
+1209.3465
+1209.5467 Machine Learning
+1209.6590 Cosmology and Nongalactic Astrophysics
+1210.0740 Number Theory
+1210.0989 Statistical Mechanics
+1210.1778 Experiment
+1210.6176 Data Structures and Algorithms
+1210.7849 Lattice
+1210.8376 Populations and Evolution
+1211.1955 Phenomenology
+1211.4663 Mesoscale and Nanoscale Physics
+1211.5283 Information Theory
+1211.6562 Superconductivity
+1212.0113 Earth and Planetary Astrophysics
+1212.1704
+1212.1838 Experiment
+1301.1646 Experiment
+1301.2665 Commutative Algebra
+1301.3209 Theory
+1301.3941 Strongly Correlated Electrons
+1301.4514 Differential Geometry
+1301.7151 Soft Condensed Matter
+1302.0253 Classical Analysis and ODEs
+1302.0478 Statistical Mechanics
+1302.1504 Phenomenology
+1302.2583 Mesoscale and Nanoscale Physics
+1302.2892 Experiment
+1302.3658 Materials Science
+1302.4398 Superconductivity
+1302.4853 Machine Learning
+1302.5078 Rings and Algebras
+1302.5970 Phenomenology
+1302.6391 Digital Libraries
+1303.0131 Mesoscale and Nanoscale Physics
+1303.1189 Phenomenology
+1303.4674
+1303.5921 Mesoscale and Nanoscale Physics
+1304.1904 Phenomenology
+1304.2136
+1304.3388 Number Theory
+1304.4054 Superconductivity
+1304.6065 Instrumentation and Detectors
+1304.6436 Combinatorics
+1304.7364 Physics and Society
+1304.8135 Data Structures and Algorithms
+1305.0332 Chemical Physics
+1305.0747 Experiment
+1305.0965 Rings and Algebras
+1305.1017 Number Theory
+1305.1367 Materials Science
+1305.1375 Discrete Mathematics
+1305.1436 Genomics
+1305.1443 Computer Vision and Pattern Recognition
+1305.1519
+1305.1568 History and Philosophy of Physics
+1305.1621 Networking and Internet Architecture
+1305.1630 Cosmology and Nongalactic Astrophysics
+1305.1635 Symplectic Geometry
+1305.1637 K-Theory and Homology
+1305.1638 Algebraic Topology
+1305.1640
+1305.1642 Quantum Algebra
+1305.1645 Phenomenology
+1305.1650 Algebraic Topology
+1305.1651 Commutative Algebra
+1305.1654 Algebraic Topology
+1305.1655 Artificial Intelligence
+1305.1657 Networking and Internet Architecture
+1305.1658 High Energy Astrophysical Phenomena
+1305.1660 Solar and Stellar Astrophysics
+1305.1661 Mesoscale and Nanoscale Physics
+1305.1664 Algebraic Topology
+1305.1666 Software Engineering
+1305.1669 Algebraic Topology
+1305.1677 Combinatorics
+1305.1678 K-Theory and Homology
+1305.1679 Artificial Intelligence
+1305.1680 Solar and Stellar Astrophysics
+1305.1688 Accelerator Physics
+1305.1689 Optics
+1305.1690 Logic in Computer Science
+1305.1691 Classical Analysis and ODEs
+1305.1694 Data Structures and Algorithms
+1305.1696 Theory
+1305.1702
+1305.1703 Instrumentation and Methods for Astrophysics
+1305.1704 Machine Learning
+1305.1705 Soft Condensed Matter
+1305.1706 Quantitative Methods
+1305.1707 Learning
+1305.1708 General Topology
+1305.1709 Commutative Algebra
+1305.1713 Databases
+1305.1717 Earth and Planetary Astrophysics
+1305.1727 Cryptography and Security
+1305.1730 Information Theory
+1305.1732 Strongly Correlated Electrons
+1305.1733 Differential Geometry
+1305.1734 Social and Information Networks
+1305.1737 Graphics
+1305.1738
+1305.1744 Data Structures and Algorithms
+1305.1745 Information Retrieval
+1305.1749
+1305.1751 Statistics Theory
+1305.1753 Probability
+1305.1754 Phenomenology
+1305.1757 Phenomenology
+1305.1764 Solar and Stellar Astrophysics
+1305.1766
+1305.1768 Mesoscale and Nanoscale Physics
+1305.1775 Analysis of PDEs
+1305.1778 Statistics Theory
+1305.1779 Fluid Dynamics
+1305.1784 Theory
+1305.1785 Optics
+1305.1786 Information Theory
+1305.1787 Information Retrieval
+1305.1789
+1305.1790 Materials Science
+1305.1797 Phenomenology
+1305.1798 Combinatorics
+1305.1802 Astrophysics of Galaxies
+1305.1814 Mesoscale and Nanoscale Physics
+1305.1815 General Topology
+1305.1820 Mesoscale and Nanoscale Physics
+1305.1827 Functional Analysis
+1305.1831 Combinatorics
+1305.1838
+1305.1849 Classical Analysis and ODEs
+1305.1850 Number Theory
+1305.1861 Genomics
+1305.1862 High Energy Astrophysical Phenomena
+1305.1864 Theory
+1305.1865 Classical Analysis and ODEs
+1305.1866 Phenomenology
+1305.1867 Number Theory
+1305.1868 Pricing of Securities
+1305.1872 Mesoscale and Nanoscale Physics
+1305.1874 Phenomenology
+1305.1880 Combinatorics
+1305.1882 Populations and Evolution
+1305.1886 Optimization and Control
+1305.1887 Multimedia
+1305.1892 Number Theory
+1305.1896 Cosmology and Nongalactic Astrophysics
+1305.1897 Biological Physics
+1305.1898 Phenomenology
+1305.1899 Information Retrieval
+1305.1900 Cryptography and Security
+1305.1903 Theory
+1305.1906 Phenomenology
+1305.1908 Computational Physics
+1305.1916 Instrumentation and Methods for Astrophysics
+1305.1917 Theory
+1305.1922 Data Structures and Algorithms
+math/0602039 Group Theory
+math/9809101 Algebraic Geometry
+0804.4565 Logic in Computer Science
+0908.1573 Phenomenology
+1002.3496 Probability
+1002.3813 Probability
+1103.0149 Quantum Algebra
+1106.4189 Combinatorics
+1106.4197 Geometric Topology
+1106.5279 Combinatorics
+1108.1944
+1108.2925 Algebraic Geometry
+1108.3526 Combinatorics
+1109.2249 Algebraic Geometry
+1109.2552 Experiment
+1110.6141 General Physics
+1111.1327 Differential Geometry
+1112.3553
+1201.0400 Statistics Theory
+1202.6392 Group Theory
+1203.2008 Statistics Theory
+1204.3835
+1205.0561 Multiagent Systems
+1205.2074 Computer Science and Game Theory
+1207.3885 Algebraic Topology
+1207.4338 Phenomenology
+1208.2815 Phenomenology
+1208.4529 Solar and Stellar Astrophysics
+1208.5177 Algebraic Geometry
+1209.6597 Mesoscale and Nanoscale Physics
+1210.0251 Algebraic Geometry
+1210.0959 Probability
+1210.1109
+1210.1790 Cryptography and Security
+1211.0650
+1211.4952
+1211.6129 Pattern Formation and Solitons
+1212.0611
+1212.0879 Solar and Stellar Astrophysics
+1212.1375 Algebraic Geometry
+1212.3635 Number Theory
+1212.5968 Analysis of PDEs
+1301.0134 Dynamical Systems
+1301.1349 Cosmology and Nongalactic Astrophysics
+1301.1606 Solar and Stellar Astrophysics
+1301.2036 Mesoscale and Nanoscale Physics
+1301.3687 Phenomenology
+1302.2661 Analysis of PDEs
+1302.3823
+1302.4551 Soft Condensed Matter
+1303.0235 General Topology
+1303.1068 Theory
+1303.2361 Strongly Correlated Electrons
+1303.2628 Quantum Gases
+1303.3006 Theory
+1304.0204 Disordered Systems and Neural Networks
+1304.3752 Genomics
+1304.5627
+1304.6435 Dynamical Systems
+1304.7648 Materials Science
+1305.0290
+1305.3508 Phenomenology
+1305.4930 Cosmology and Nongalactic Astrophysics
+1305.5649
+1306.0849
+1306.2147 Quantum Gases
+1306.5681
+1306.6099 Functional Analysis
+1306.6445 Computational Physics
+1307.0455 Lattice
+1307.0726 Mesoscale and Nanoscale Physics
+1307.2700 Computational Geometry
+1307.3657 Commutative Algebra
+1307.5968
+1308.0346 Statistics Theory
+1308.1393 Computational Physics
+1308.1640 Computational Complexity
+1308.1867 Theory
+1308.4050 Experiment
+1308.5474 Optimization and Control
+1308.5753 Atomic Physics
+1309.0355 Phenomenology
+1309.0409 Rings and Algebras
+1309.1399 High Energy Astrophysical Phenomena
+1309.1914 Computational Complexity
+1309.2190 Differential Geometry
+1309.3156 Optics
+1309.5707
+1309.6020 Solar and Stellar Astrophysics
+1309.6400 Superconductivity
+1309.6503
+1310.0496 Dynamical Systems
+1310.1213 Superconductivity
+1310.1402 Solar and Stellar Astrophysics
+1310.2271
+1310.3053 Theory
+1310.3248 Information Theory
+1310.3901 Numerical Analysis
+1310.4585 Theory
+1310.5533 History and Philosophy of Physics
+1310.6198
+1310.6381 Solar and Stellar Astrophysics
+1310.7320 Statistics Theory
+1310.8038 Social and Information Networks
+1311.0185 Dynamical Systems
+1311.0243 Cryptography and Security
+1311.0604 Group Theory
+1311.1705
+1311.1793 Other Computer Science
+1311.1861 Populations and Evolution
+1311.2114 Representation Theory
+1311.2116 Representation Theory
+1311.2429 Instrumentation and Detectors
+1311.2756 Lattice
+1311.2824 Phenomenology
+1311.3012
+1311.3200 Distributed, Parallel, and Cluster Computing
+1311.3208 Lattice
+1311.3218 Chemical Physics
+1311.3311 Experiment
+1311.3371 Human-Computer Interaction
+1311.3381 Dynamical Systems
+1311.3405 Computer Vision and Pattern Recognition
+1311.3533 Information Theory
+1311.3618 Computer Vision and Pattern Recognition
+1311.3633 Systems and Control
+1311.3660 Mesoscale and Nanoscale Physics
+1311.3669 Social and Information Networks
+1311.3672 Human-Computer Interaction
+1311.3674 Multiagent Systems
+1311.3676 Lattice
+1311.3679 General Topology
+1311.3682 Astrophysics of Galaxies
+1311.3684 Optics
+1311.3687 Logic in Computer Science
+1311.3689 Cosmology and Nongalactic Astrophysics
+1311.3690 Metric Geometry
+1311.3693 High Energy Astrophysical Phenomena
+1311.3695 Lattice
+1311.3699 Differential Geometry
+1311.3701 Rings and Algebras
+1311.3704 Geophysics
+1311.3706 Geophysics
+1311.3707 Number Theory
+1311.3708 Mesoscale and Nanoscale Physics
+1311.3709 Machine Learning
+1311.3716 Cryptography and Security
+1311.3719 Lattice
+1311.3721 Differential Geometry
+1311.3724 Experiment
+1311.3729 Numerical Analysis
+1311.3730 Numerical Analysis
+1311.3731 Data Structures and Algorithms
+1311.3732 Social and Information Networks
+1311.3733 Phenomenology
+1311.3735 Learning
+1311.3736 Theory
+1311.3740 Analysis of PDEs
+1311.3741 Quantum Gases
+1311.3743 Combinatorics
+1311.3746 Networking and Internet Architecture
+1311.3753 Statistics Theory
+1311.3757 Cosmology and Nongalactic Astrophysics
+1311.3759 Lattice
+1311.3760 Instrumentation and Methods for Astrophysics
+1311.3764 Risk Management
+1311.3766 Numerical Analysis
+1311.3768 Statistics Theory
+1311.3769 Genomics
+1311.3770 Genomics
+1311.3772 Systems and Control
+1311.3773 Information Theory
+1311.3778 Lattice
+1311.3779 Systems and Control
+1311.3780 Instrumentation and Detectors
+1311.3781 Complex Variables
+1311.3785 Computational Complexity
+1311.3786 Materials Science
+1311.3792 Instrumentation and Detectors
+1311.3794 Mesoscale and Nanoscale Physics
+1311.3798 Software Engineering
+1311.3800 Artificial Intelligence
+1311.3801 Materials Science
+1311.3804 Combinatorics
+1311.3807 Instrumentation and Detectors
+1311.3808 Computer Vision and Pattern Recognition
+1311.3810
+1311.3813 Discrete Mathematics
+1311.3816 Networking and Internet Architecture
+1311.3821 Cryptography and Security
+1311.3822 Operator Algebras
+1311.3827 Group Theory
+1311.3830 Numerical Analysis
+1311.3831 Group Theory
+1311.3833 Adaptation and Self-Organizing Systems
+1311.3837 Computational Engineering, Finance, and Science
+1311.3838 Lattice
+1311.3840 Computational Engineering, Finance, and Science
+1311.3841 Lattice
+1311.3844 Lattice
+1311.3845 Functional Analysis
+1311.3848 Optics
+1311.3849 Differential Geometry
+1311.3851 Representation Theory
+1311.3852 Software Engineering
+1311.3853 Combinatorics
+1311.3854 Lattice
+1311.3858 Functional Analysis
+1311.3862
+1311.3864 Classical Physics
+1311.3866 Group Theory
+1311.3868 Information Theory
+1311.3869 Materials Science
+1311.3872 Dynamical Systems
+1311.3874 Discrete Mathematics
+1311.3875 Materials Science
+1311.3879 Databases
+1311.3882 Social and Information Networks
+1311.3883 Phenomenology
+1311.3885 Lattice
+1311.3889 Lattice
+1311.3890 Mesoscale and Nanoscale Physics
+1311.3896 Probability
+1311.3898 Probability
+1311.3900 Physics and Society
+1311.3903 Logic in Computer Science
+1311.3905 Physics Education
+1311.3906 Group Theory
+1311.3917
+1311.3925
+1311.3930 Numerical Analysis
+1311.3932 Quantitative Methods
+1311.3933 Lattice
+1311.3934 Instrumentation and Methods for Astrophysics
+1311.3935 Numerical Analysis
+1311.3942 Group Theory
+1311.3943 Lattice
+1311.3951 Statistical Mechanics
+1311.3952 Neurons and Cognition
+1311.3955 Group Theory
+1311.3961 Computation and Language
+1311.3963 Analysis of PDEs
+1311.3970 Atomic Physics
+1311.3973 Strongly Correlated Electrons
+astro-ph/0405137
+cond-mat/0312216 Strongly Correlated Electrons
+cond-mat/0609587 Other Condensed Matter
+cond-mat/9406003
+gr-qc/0608102
+math-ph/0510076
+math/0405009 Probability
+math/0411539 Statistics Theory
+nucl-th/0609037
+0801.3670 General Physics
+0805.3830 Metric Geometry
+0806.3721 Differential Geometry
+0905.0395
+0907.0695 Geometric Topology
+1004.3968 Analysis of PDEs
+1004.4141 Analysis of PDEs
+1005.4661 Mathematical Software
+1006.1635 Theory
+1008.1150 Computer Vision and Pattern Recognition
+1008.2556 Computers and Society
+1008.2943 Functional Analysis
+1009.0890 History and Overview
+1009.1377 Mesoscale and Nanoscale Physics
+1009.3914
+1009.5876 Astrophysics of Galaxies
+1010.1516
+1010.2565 Combinatorics
+1011.5375 Algebraic Geometry
+1011.5606 Systems and Control
+1011.6313 Functional Analysis
+1012.2254 Functional Analysis
+1012.5986 Statistical Finance
+1102.0852 Differential Geometry
+1103.4318
+1104.0810 Functional Analysis
+1105.1294
+1105.4648 Differential Geometry
+1106.0558 Chaotic Dynamics
+1106.0972 Statistics Theory
+1106.2843
+1107.4832
+1107.5995 Exactly Solvable and Integrable Systems
+1108.0163
+1108.3744 Classical Physics
+1108.3895 Combinatorics
+1108.6217 Analysis of PDEs
+1109.1726 Materials Science
+1109.3057 Functional Analysis
+1110.0945 Analysis of PDEs
+1110.2494
+1110.5038 Combinatorics
+1110.6289 Portfolio Management
+1110.6876 Algebraic Topology
+1111.1428 Algebraic Geometry
+1111.1440 Optimization and Control
+1111.1457 Computational Physics
+1111.3209 Algebraic Geometry
+1112.1116 Data Structures and Algorithms
+1112.1724 Analysis of PDEs
+1112.4011 Optimization and Control
+1112.4113 Optimization and Control
+1112.4205 Classical Analysis and ODEs
+1112.6265 Computational Complexity
+1201.5173 Information Theory
+1202.0932 Information Theory
+1202.1319 Probability
+1202.3800 Populations and Evolution
+1202.5479 Optimization and Control
+1203.2227 Superconductivity
+1203.3154 Analysis of PDEs
+1203.3887 Machine Learning
+1203.4048 Probability
+1203.4374 Cryptography and Security
+1203.6091 Superconductivity
+1204.1659 Quantum Gases
+1204.2126 Mesoscale and Nanoscale Physics
+1204.3418 Functional Analysis
+1205.1418 Classical Physics
+1205.1542
+1205.2725
+1205.4060 Combinatorics
+1205.4604 General Physics
+1205.5205 Analysis of PDEs
+1205.5261 Geometric Topology
+1205.6953 Mesoscale and Nanoscale Physics
+1206.0101 Fluid Dynamics
+1206.1660 Methodology
+1206.1904 Commutative Algebra
+1206.2432
+1206.3010 Geophysics
+1206.3218 Functional Analysis
+1206.3221 Number Theory
+1206.3593 Algebraic Geometry
+1206.4036 Instrumentation and Detectors
+1206.6710 High Energy Astrophysical Phenomena
+1206.6964 Theory
+1207.0547 Statistics Theory
+1207.1175 Analysis of PDEs
+1207.3110 Networking and Internet Architecture
+1207.5063 Information Theory
+1207.5194 Phenomenology
+1207.5558 Information Theory
+1207.5940 Differential Geometry
+1207.6655
+1208.0878 Earth and Planetary Astrophysics
+1208.0925 Analysis of PDEs
+1208.1342 Combinatorics
+1208.2042 Statistical Mechanics
+1208.3030 Machine Learning
+1208.3307 Databases
+1208.3779 Learning
+1208.5395 Spectral Theory
+1208.6447 Analysis of PDEs
+1209.0437 Operator Algebras
+1209.2461 Cosmology and Nongalactic Astrophysics
+1209.3611 Number Theory
+1209.6128 Disordered Systems and Neural Networks
+1210.1701 Strongly Correlated Electrons
+1210.1763 Algebraic Geometry
+1210.2437 Quantum Gases
+1210.2464 Methodology
+1210.2771 Machine Learning
+1210.2789 Phenomenology
+1210.3264 Probability
+1210.3273 High Energy Astrophysical Phenomena
+1210.4267 Disordered Systems and Neural Networks
+1210.4350 Classical Analysis and ODEs
+1210.4362 Analysis of PDEs
+1210.5289 Plasma Physics
+1210.5452
+1210.6607
+1210.6722 Information Theory
+1210.7151 Complex Variables
+1210.7665 Machine Learning
+1210.7992 High Energy Astrophysical Phenomena
+1210.8300 Chemical Physics
+1211.0219 Cosmology and Nongalactic Astrophysics
+1211.0270 Data Structures and Algorithms
+1211.0482 Theory
+1211.2172 Algebraic Geometry
+1211.2646 Theory
+1211.2655 Classical Physics
+1211.3511 Functional Analysis
+1211.3564 Group Theory
+1211.4267 Group Theory
+1211.4954 Quantum Gases
+1211.5523 Fluid Dynamics
+1211.5637 Theory
+1211.6144 Strongly Correlated Electrons
+1211.6828 Earth and Planetary Astrophysics
+1212.0427 Distributed, Parallel, and Cluster Computing
+1212.0725
+1212.1248 Differential Geometry
+1212.1537 Genomics
+1212.1744 Adaptation and Self-Organizing Systems
+1212.1893 Phenomenology
+1212.2147 Quantum Gases
+1212.2185 Theory
+1212.3806 Programming Languages
+1212.4385 Atomic Physics
+1212.4538 Theory
+1212.4664 Classical Analysis and ODEs
+1212.4745 Cell Behavior
+1212.4760 Experiment
+1212.5238 Physics and Society
+1212.6580 Number Theory
+1212.6635 Theory
+1212.6848 Data Structures and Algorithms
+1301.0547 Analysis of PDEs
+1301.0971 Mesoscale and Nanoscale Physics
+1301.2118 High Energy Astrophysical Phenomena
+1301.2661 Computer Science and Game Theory
+1301.3434 Strongly Correlated Electrons
+1301.3490 Analysis of PDEs
+1301.4038 Algebraic Geometry
+1301.4953
+1301.5103
+1301.5177 Digital Libraries
+1301.5876 Number Theory
+1301.5996 Strongly Correlated Electrons
+1301.6823 Materials Science
+1301.6917 Information Theory
+1301.7010 Materials Science
+1301.7155 Analysis of PDEs
+1301.7488 Materials Science
+1301.7701 Soft Condensed Matter
+1302.0093
+1302.1973 Differential Geometry
+1302.2476 Physics and Society
+1302.2495 Soft Condensed Matter
+1302.2890 Strongly Correlated Electrons
+1302.3750 Statistical Mechanics
+1302.4094 Quantum Algebra
+1302.4344 Cosmology and Nongalactic Astrophysics
+1302.4518 Fluid Dynamics
+1302.4616 Theory
+1302.4877 Optics
+1302.6355 Phenomenology
+1302.6861 Statistical Mechanics
+1302.6933 Group Theory
+1302.6943 Solar and Stellar Astrophysics
+1302.7298 Strongly Correlated Electrons
+1303.0694
+1303.1061 Quantum Gases
+1303.4150 Combinatorics
+1303.4847 Pricing of Securities
+1303.6003 Number Theory
+1303.6044 Mesoscale and Nanoscale Physics
+1303.7297 Statistics Theory
+1304.0720 Cosmology and Nongalactic Astrophysics
+1304.1171 Physics and Society
+1304.1731 Cryptography and Security
+1304.2065 Pattern Formation and Solitons
+1304.2784 Theory
+1304.3987 Fluid Dynamics
+1304.4412
+1304.4792 Quantum Gases
+1304.5056 Analysis of PDEs
+1304.5104 Phenomenology
+1304.5516 Other Condensed Matter
+1304.5523 Soft Condensed Matter
+1304.5531 Programming Languages
+1304.5534 Instrumentation and Detectors
+1304.5535 Genomics
+1304.5536 Soft Condensed Matter
+1304.5540 Numerical Analysis
+1304.5543 Mesoscale and Nanoscale Physics
+1304.5545 Multiagent Systems
+1304.5546 Mathematical Software
+1304.5548
+1304.5549 Group Theory
+1304.5550 Artificial Intelligence
+1304.5553 Software Engineering
+1304.5554 Artificial Intelligence
+1304.5555 Algebraic Geometry
+1304.5558 Algebraic Geometry
+1304.5560 Data Structures and Algorithms
+1304.5563 Applications
+1304.5564 Analysis of PDEs
+1304.5565 Molecular Networks
+1304.5566 Databases
+1304.5568 Robotics
+1304.5571 Algebraic Topology
+1304.5573 Cosmology and Nongalactic Astrophysics
+1304.5574 Information Theory
+1304.5579 Group Theory
+1304.5581 General Physics
+1304.5582 Materials Science
+1304.5585 Optics
+1304.5591 Data Structures and Algorithms
+1304.5592 Accelerator Physics
+1304.5595 Combinatorics
+1304.5597 Mesoscale and Nanoscale Physics
+1304.5602 Logic in Computer Science
+1304.5604 Computational Complexity
+1304.5605 Differential Geometry
+1304.5606 Differential Geometry
+1304.5607 Materials Science
+1304.5609 Group Theory
+1304.5610 Optimization and Control
+1304.5618 Rings and Algebras
+1304.5620 Computer Science and Game Theory
+1304.5622 Statistical Mechanics
+1304.5624
+1304.5625 Data Structures and Algorithms
+1304.5629 Social and Information Networks
+1304.5634 Learning
+1304.5635 Neurons and Cognition
+1304.5637 Methodology
+1304.5639 Experiment
+1304.5640 Cosmology and Nongalactic Astrophysics
+1304.5641 Geometric Topology
+1304.5642 Applications
+1304.5643 Combinatorics
+1304.5647 Analysis of PDEs
+1304.5649 Emerging Technologies
+1304.5650 Optics
+1304.5651 Probability
+1304.5658 Combinatorics
+1304.5659 Number Theory
+1304.5661 Programming Languages
+1304.5662 Algebraic Topology
+1304.5663 Instrumentation and Methods for Astrophysics
+1304.5664 Populations and Evolution
+1304.5665 Genomics
+1304.5668 Adaptation and Self-Organizing Systems
+1304.5669 Combinatorics
+1304.5670 Information Theory
+1304.5677 Networking and Internet Architecture
+1304.5678 Learning
+1304.5679 Mesoscale and Nanoscale Physics
+1304.5688 Digital Libraries
+1304.5689
+1304.5700 Information Theory
+1304.5705 Artificial Intelligence
+1304.5706 Computational Engineering, Finance, and Science
+1304.5710 Dynamical Systems
+1304.5711 Quantum Algebra
+1304.5714 Formal Languages and Automata Theory
+1304.5715 Probability
+1304.5720 Representation Theory
+1304.5725 Networking and Internet Architecture
+1304.5728 Differential Geometry
+1304.5729 Logic
+1304.5731 Molecular Networks
+1304.5732 Atomic Physics
+1304.5733 Materials Science
+1304.5738 Cosmology and Nongalactic Astrophysics
+1304.5743 Digital Libraries
+1304.5746 Data Structures and Algorithms
+1304.5755 Other Computer Science
+1304.5757 Representation Theory
+1304.5759 Quantitative Methods
+1304.5760 Combinatorics
+1304.5764 Chemical Physics
+1304.5767 Rings and Algebras
+1304.5770 Geometric Topology
+1304.5771 Cellular Automata and Lattice Gases
+1304.5772 Differential Geometry
+1304.5780 Plasma Physics
+1304.5787 Complex Variables
+1304.5789 Operator Algebras
+1304.5796 Optimization and Control
+1304.5798 Combinatorics
+1304.5799 Networking and Internet Architecture
+1304.5800 Spectral Theory
+1304.5801 Analysis of PDEs
+1304.5802 Information Theory
+1304.5806 Logic in Computer Science
+1304.5809 Algebraic Geometry
+1304.5814 Populations and Evolution
+1304.5816 Applications
+1304.5818 Exactly Solvable and Integrable Systems
+1304.5821 Information Theory
+1304.5822 Computer Science and Game Theory
+1304.5826 Exactly Solvable and Integrable Systems
+1304.5827 Emerging Technologies
+1304.5829 Number Theory
+1304.5830 Combinatorics
+1304.5833 Commutative Algebra
+1304.5837 Mesoscale and Nanoscale Physics
+1304.5838 High Energy Astrophysical Phenomena
+1304.5840 Algebraic Geometry
+1304.5844 Pattern Formation and Solitons
+1304.5846 Statistics Theory
+1304.5849 Data Structures and Algorithms
+1304.5855 Phenomenology
+1304.5856 Information Theory
+1304.5861 Differential Geometry
+1304.5871 Atomic Physics
+1304.5876 Data Structures and Algorithms
+1304.5877 Astrophysics of Galaxies
+1304.5878 Robotics
+1304.5880 Computation and Language
+1304.5881 Statistics Theory
+1304.5882 Analysis of PDEs
+1304.5884 Solar and Stellar Astrophysics
+1304.5885 Plasma Physics
+1304.5893 Programming Languages
+1304.5896
+1304.5897 Artificial Intelligence
+1304.5898 Biomolecules
+1304.5903 Biological Physics
+1304.5905 Optimization and Control
+1304.5907 Operator Algebras
+1304.5909 Category Theory
+1304.5910 Computational Complexity
+1304.5915
+1304.5917
+1304.5918
+1304.5920 Mesoscale and Nanoscale Physics
+1304.5922 Algebraic Topology
+1304.5923 Numerical Analysis
+1304.5924 Algebraic Topology
+1304.5929 Statistics Theory
+1304.5934 Computational Complexity
+1304.5937 Phenomenology
+1304.5939 Statistics Theory
+1304.5942 Optimization and Control
+1304.5943 Statistics Theory
+1304.5945
+1304.5948 Materials Science
+1304.5949 Algebraic Geometry
+1304.5955 Optics
+1304.5958 Complex Variables
+1304.5961 Artificial Intelligence
+1304.5966 Distributed, Parallel, and Cluster Computing
+1304.5968 Disordered Systems and Neural Networks
+1304.5970 Artificial Intelligence
+1304.5971 Data Structures and Algorithms
+1304.5974 Social and Information Networks
+1304.5975 Classical Analysis and ODEs
+1304.5976 Materials Science
+1304.5979 Materials Science
+1304.5986 Geometric Topology
+1304.5989 General Physics
+1304.5991 Data Structures and Algorithms
+1304.5997
+1304.5998 Atomic Physics
+1304.6000 Information Theory
+1304.6004 Numerical Analysis
+1304.6007 Data Structures and Algorithms
+1304.6010 Materials Science
+1304.6011 Combinatorics
+1304.6033 Information Theory
+1304.6034 Quantitative Methods
+1304.6038 Programming Languages
+1304.6042 Rings and Algebras
+1304.6043 Earth and Planetary Astrophysics
+1304.6047 Numerical Analysis
+1304.6053 Geometric Topology
+1304.6054 Materials Science
+1304.6056 Solar and Stellar Astrophysics
+1304.6057 Computer Science and Game Theory
+1304.6067 Operating Systems
+1304.6074 Combinatorics
+1304.6076 Combinatorics
+math-ph/0505085
+math/0702186 Functional Analysis
+0807.1416 Optimization and Control
+0808.0029 Geometric Topology
+0902.3324 Operator Algebras
+0907.1494
+1002.5025
+1009.1178 Differential Geometry
+1011.0392 Symplectic Geometry
+1011.5770 Instrumentation and Methods for Astrophysics
+1101.0540 Exactly Solvable and Integrable Systems
+1102.2264 Phenomenology
+1103.0052 Analysis of PDEs
+1103.2575 Computational Geometry
+1104.0322 Computational Finance
+1104.0401 Combinatorics
+1104.0452 Algebraic Topology
+1105.2594 Fluid Dynamics
+1105.3130 Probability
+1106.0147 Algebraic Topology
+1106.0444 Analysis of PDEs
+1108.0687 Probability
+1109.5614 Analysis of PDEs
+1110.2068 Strongly Correlated Electrons
+1110.2071 Strongly Correlated Electrons
+1110.2073 Strongly Correlated Electrons
+1110.6744 Mesoscale and Nanoscale Physics
+1111.0547 Instrumentation and Methods for Astrophysics
+1111.1184 Cosmology and Nongalactic Astrophysics
+1111.3131 Statistical Mechanics
+1111.4180 Methodology
+1111.4475 Functional Analysis
+1112.5423 Combinatorics
+1202.1882 Combinatorics
+1202.3001 Numerical Analysis
+1203.0185 Algebraic Geometry
+1203.3563
+1204.2211 Fluid Dynamics
+1204.4333 Methodology
+1204.4878 Algebraic Topology
+1204.5882
+1205.0522 Combinatorics
+1205.1590 Operator Algebras
+1205.3924
+1205.5617 Probability
+1206.0213 Dynamical Systems
+1206.3301
+1206.7121 Cosmology and Nongalactic Astrophysics
+1207.1430 General Physics
+1207.3704 Optimization and Control
+1207.4029 Optimization and Control
+1207.5751 Soft Condensed Matter
+1207.6627 Theory
+1208.0395 Computational Geometry
+1208.1970 Phenomenology
+1208.2084 Representation Theory
+1208.3894 Populations and Evolution
+1208.4425 Pattern Formation and Solitons
+1208.6026 General Physics
+1209.1174 Cosmology and Nongalactic Astrophysics
+1209.2220 Commutative Algebra
+1209.2355 Learning
+1209.3224 Optics
+1209.5124 Algebraic Geometry
+1209.5466 Populations and Evolution
+1209.5594 Mesoscale and Nanoscale Physics
+1210.1029 Computer Vision and Pattern Recognition
+1210.3848 Classical Physics
+1210.3922 Quantum Algebra
+1210.4635 Soft Condensed Matter
+1210.4816 Differential Geometry
+1210.4922 Phenomenology
+1210.5362 Analysis of PDEs
+1210.8312 Theory
+1211.0756 Cosmology and Nongalactic Astrophysics
+1211.1176 Instrumentation and Detectors
+1211.1404 Mesoscale and Nanoscale Physics
+1211.3688
+1211.3980 Lattice
+1211.3987 Representation Theory
+1211.4677 Numerical Analysis
+1211.5585 Differential Geometry
+1211.5880 Strongly Correlated Electrons
+1211.6963 Operator Algebras
+1211.7042 Mesoscale and Nanoscale Physics
+1212.0509 Probability
+1212.0761 Phenomenology
+1212.1089 Logic in Computer Science
+1212.4269 Optimization and Control
+1212.5604 Phenomenology
+1212.5911
+1212.6730 Analysis of PDEs
+1301.0350 Number Theory
+1301.1159
+1301.2144
+1301.3253 Materials Science
+1301.3792 Experiment
+1301.5352 Mesoscale and Nanoscale Physics
+1302.0457 Combinatorics
+1302.1764 Experiment
+1302.2133 Geometric Topology
+1302.3085 Networking and Internet Architecture
+1302.4271 Soft Condensed Matter
+1302.4505 Mesoscale and Nanoscale Physics
+1302.5285 Strongly Correlated Electrons
+1302.6562 Information Theory
+1302.7312 Theory
+1303.0532 Cosmology and Nongalactic Astrophysics
+1303.0835 Cosmology and Nongalactic Astrophysics
+1303.0882 Populations and Evolution
+1303.1086
+1303.1294
+1303.1846 High Energy Astrophysical Phenomena
+1303.2313 Atomic Physics
+1303.2693 Phenomenology
+1303.3192 Phenomenology
+1303.3195 Soft Condensed Matter
+1303.4382 Differential Geometry
+1303.4573 Phenomenology
+1303.5390 Differential Geometry
+1303.5512 Representation Theory
+1303.5824 Strongly Correlated Electrons
+1303.6142 Experiment
+1303.6363 Superconductivity
+1303.7410 Machine Learning
+1304.0638 Mesoscale and Nanoscale Physics
+1304.0741
+1304.1421 Atomic Physics
+1304.1716 Optimization and Control
+1304.2052
+1304.2584 Phenomenology
+1304.3138 Neural and Evolutionary Computing
+1304.4366 Strongly Correlated Electrons
+1304.5599 High Energy Astrophysical Phenomena
+1304.5783 Experiment
+1304.6161 Cryptography and Security
+1304.6274 Programming Languages
+1305.0082 High Energy Astrophysical Phenomena
+1305.0095 Group Theory
+1305.0491 Experiment
+1305.0862 Dynamical Systems
+1305.1682
+1305.2301
+1305.2364 Disordered Systems and Neural Networks
+1305.3837 Optics
+1305.3947 Popular Physics
+1305.4676 Phenomenology
+1305.5374 Statistical Mechanics
+1305.6192 Commutative Algebra
+1305.6193 Rings and Algebras
+1305.6199 Commutative Algebra
+1305.6719 Strongly Correlated Electrons
+1305.7027 Instrumentation and Detectors
+1305.7184
+1306.0573 Instrumentation and Methods for Astrophysics
+1306.1986
+1306.2985 Probability
+1306.3191 Functional Analysis
+1306.3748 Optics
+1306.4129 Quantum Gases
+1306.4444 Strongly Correlated Electrons
+1306.6114
+1306.6511 Combinatorics
+1306.6634 Solar and Stellar Astrophysics
+1306.6862 Number Theory
+1307.1095 General Physics
+1307.1852 Classical Analysis and ODEs
+1307.2232 High Energy Astrophysical Phenomena
+1307.2373 Mesoscale and Nanoscale Physics
+1307.3914 Instrumentation and Detectors
+1307.4242 Statistical Mechanics
+1307.4482 Probability
+1307.5264 Networking and Internet Architecture
+1307.5312 High Energy Astrophysical Phenomena
+1307.5385
+1307.5590 Biological Physics
+1307.5776 Computational Complexity
+1307.5836 Operator Algebras
+1307.6169
+1307.6695 Risk Management
+1307.6779 Information Theory
+1307.6833
+1307.7142 Social and Information Networks
+1307.7153 Astrophysics of Galaxies
+1307.7158 Probability
+1307.7163 General Physics
+1307.7164 Networking and Internet Architecture
+1307.7166 Strongly Correlated Electrons
+1307.7168 Probability
+1307.7176 Functional Analysis
+1307.7191 Strongly Correlated Electrons
+1307.7192 Learning
+1307.7193
+1307.7194 Atomic Physics
+1307.7195 Optimization and Control
+1307.7198 Computer Vision and Pattern Recognition
+1307.7202 Computers and Society
+1307.7203 Methodology
+1307.7208 Computers and Society
+1307.7209 Methodology
+1307.7212 Algebraic Topology
+1307.7214 Optics
+1307.7215 Category Theory
+1307.7216 Category Theory
+1307.7217
+1307.7222 Probability
+1307.7224 Commutative Algebra
+1307.7227 Spectral Theory
+1307.7228 Mesoscale and Nanoscale Physics
+1307.7229 Rings and Algebras
+1307.7231 Networking and Internet Architecture
+1307.7232 Rings and Algebras
+1307.7233 Cryptography and Security
+1307.7234 Algebraic Geometry
+1307.7236 Algebraic Geometry
+1307.7239 Symplectic Geometry
+1307.7243 Strongly Correlated Electrons
+1307.7248 Solar and Stellar Astrophysics
+1307.7257 Numerical Analysis
+1307.7258 Phenomenology
+1307.7261 Programming Languages
+1307.7263 Robotics
+1307.7271 Performance
+1307.7278 Instrumentation and Methods for Astrophysics
+1307.7282 Quantitative Methods
+1307.7286 Learning
+1307.7287 Combinatorics
+1307.7290 Dynamical Systems
+1307.7291 Social and Information Networks
+1307.7293 High Energy Astrophysical Phenomena
+1307.7295 Chemical Physics
+1307.7298 Phenomenology
+1307.7300 Instrumentation and Methods for Astrophysics
+1307.7302 Neurons and Cognition
+1307.7303 Learning
+1307.7304 Quantum Algebra
+1307.7307 Combinatorics
+1307.7310 Numerical Analysis
+1307.7316 Analysis of PDEs
+1307.7318
+1307.7319 Theory
+1307.7322 Computer Science and Game Theory
+1307.7323 Combinatorics
+1307.7324 Representation Theory
+1307.7326 Social and Information Networks
+1307.7327 Space Physics
+1307.7328 Databases
+1307.7333 Numerical Analysis
+1307.7334 Numerical Analysis
+1307.7336 Algebraic Geometry
+1307.7342 Neurons and Cognition
+1307.7346 Plasma Physics
+1307.7348 Spectral Theory
+1307.7355 High Energy Astrophysical Phenomena
+1307.7362 Analysis of PDEs
+1307.7363 Combinatorics
+1307.7365 Cryptography and Security
+1307.7369 Dynamical Systems
+1307.7370 Number Theory
+1307.7380
+1307.7382 Computation and Language
+1307.7385 Molecular Networks
+1307.7386 Soft Condensed Matter
+1307.7387 Logic
+1307.7389 Physics and Society
+1307.7390 Combinatorics
+1307.7393 Analysis of PDEs
+1307.7395 Optimization and Control
+1307.7396 Solar and Stellar Astrophysics
+1307.7398 Robotics
+1307.7402 Materials Science
+1307.7403 Phenomenology
+1307.7405 Robotics
+1307.7407 Dynamical Systems
+1307.7409 Solar and Stellar Astrophysics
+1307.7410 Rings and Algebras
+1307.7416 Networking and Internet Architecture
+1307.7417
+1307.7418
+1307.7430 Data Structures and Algorithms
+1307.7431 History and Overview
+1307.7433 Cryptography and Security
+1307.7434 History and Overview
+1307.7435 Neural and Evolutionary Computing
+1307.7439 Solar and Stellar Astrophysics
+1307.7440 Logic in Computer Science
+1307.7441 Logic in Computer Science
+1307.7442 Logic in Computer Science
+1307.7443 Formal Languages and Automata Theory
+1307.7444 Logic in Computer Science
+1307.7445 Logic in Computer Science
+1307.7446 Logic in Computer Science
+1307.7447 Information Theory
+1307.7449 Differential Geometry
+1307.7450
+1307.7452 Experiment
+1307.7456 Algebraic Geometry
+1307.7461 Robotics
+1307.7463 Number Theory
+1307.7464 Networking and Internet Architecture
+1307.7467 Classical Physics
+1307.7468
+1307.7471 Atmospheric and Oceanic Physics
+1307.7472 Computers and Society
+1307.7473 Classical Analysis and ODEs
+1307.7474 Computer Vision and Pattern Recognition
+1307.7475 Fluid Dynamics
+1307.7478 Computers and Society
+1307.7481 Materials Science
+1307.7483 Optimization and Control
+1307.7486 Combinatorics
+1307.7494 Artificial Intelligence
+1307.7498 Digital Libraries
+1307.7504 Dynamical Systems
+1307.7507 Instrumentation and Detectors
+1307.7513 Databases
+1307.7516 Symplectic Geometry
+1307.7522 Commutative Algebra
+1307.7527 Mesoscale and Nanoscale Physics
+1307.7533 Optimization and Control
+1307.7534 Cryptography and Security
+1307.7538 Algebraic Geometry
+1307.7543 Numerical Analysis
+1307.7545 Information Theory
+1307.7547 Optimization and Control
+1307.7548 Phenomenology
+1307.7552 Atomic Physics
+1307.7553 Networking and Internet Architecture
+1307.7555 Materials Science
+1307.7561 Materials Science
+1307.7562 Optimization and Control
+1307.7563 Networking and Internet Architecture
+1307.7566 High Energy Astrophysical Phenomena
+1307.7572 Representation Theory
+1307.7574 Category Theory
+1307.7578 Numerical Analysis
+1307.7585
+1307.7588 Materials Science
+1307.7591 Pattern Formation and Solitons
+1307.7597 Information Theory
+1307.7602 Information Theory
+1307.7604 Algebraic Geometry
+1307.7606 Materials Science
+1307.7616 Materials Science
+1307.7618 High Energy Astrophysical Phenomena
+1307.7629 High Energy Astrophysical Phenomena
+1307.7630 Theory
+1307.7631 Mesoscale and Nanoscale Physics
+1307.7632
+1307.7635 Rings and Algebras
+1307.7636 Differential Geometry
+1307.7637
+1307.7642 Genomics
+1307.7644 Experiment
+1307.7646 Functional Analysis
+1307.7650 Methodology
+1307.7655 Dynamical Systems
+1307.7660 Theory
+1307.7662 Differential Geometry
+1307.7666 Machine Learning
+1307.7668
+1307.7670 Instrumentation and Detectors
+1307.7671 Dynamical Systems
+1307.7673
+1307.7674 Quantum Algebra
+1307.7675 Representation Theory
+1307.7677
+1307.7678 Populations and Evolution
+1307.7682 Statistics Theory
+1307.7683 Symplectic Geometry
+1307.7684 Chemical Physics
+1307.7686 Other Condensed Matter
+1307.7687 Number Theory
+1307.7689 Instrumentation and Detectors
+1307.7692 High Energy Astrophysical Phenomena
+1307.7694 Quantum Gases
+math/0612488 Statistics Theory
+0709.0481 Algebraic Geometry
+0809.3513
+0901.1524 Cosmology and Nongalactic Astrophysics
+0908.2110 Superconductivity
+0912.0801 Mesoscale and Nanoscale Physics
+1005.3648 Phenomenology
+1006.1386 Mesoscale and Nanoscale Physics
+1102.2302 Number Theory
+1103.3201
+1104.2398 Mesoscale and Nanoscale Physics
+1105.3498
+1109.3170 Superconductivity
+1110.0903 Functional Analysis
+1110.5339 Cosmology and Nongalactic Astrophysics
+1112.3392 Combinatorics
+1201.4661 Materials Science
+1201.5284 Materials Science
+1204.2805 Algebraic Geometry
+1204.4538 Algebraic Geometry
+1204.5313
+1207.6024
+1207.6410 Cosmology and Nongalactic Astrophysics
+1209.0133 Chaotic Dynamics
+1209.1832 General Physics
+1209.3998 Analysis of PDEs
+1209.5202
+1210.6391
+1210.6931 Operator Algebras
+1210.8280 Algebraic Geometry
+1211.0245 Quantum Gases
+1211.2707 General Physics
+1211.4945
+1211.5960 Computational Physics
+1212.0753 Phenomenology
+1212.6634 Strongly Correlated Electrons
+1301.0322 Cosmology and Nongalactic Astrophysics
+1301.4464 Soft Condensed Matter
+1301.5875
+1302.0280 Theory
+1302.1206
+1302.3673 Computational Complexity
+1302.5682 Chemical Physics
+1302.6896 Numerical Analysis
+1302.7136 Theory
+1303.2082 Theory
+1303.3253 Algebraic Geometry
+1303.5130 Superconductivity
+1303.5383 Probability
+1304.0643 Functional Analysis
+1304.2507 Optics
+1304.2578 Quantum Gases
+1304.3178 Quantum Gases
+1304.3474 Cosmology and Nongalactic Astrophysics
+1304.5323 Materials Science
+1304.8058 General Physics
+1305.0113 Populations and Evolution
+1305.1424 Materials Science
+1305.1587 Materials Science
+1305.2798
+1305.3316 Pattern Formation and Solitons
+1305.3704 Differential Geometry
+1305.6689 Algebraic Geometry
+1306.0621 Materials Science
+1306.1168 Phenomenology
+1306.1644 Solar and Stellar Astrophysics
+1306.2485
+1306.3321 Classical Physics
+1306.3642 Materials Science
+1306.4618 Disordered Systems and Neural Networks
+1306.5371 Combinatorics
+1306.5957
+1306.6553 Phenomenology
+1307.1536
+1307.1713 Probability
+1307.2383
+1307.2512 Statistical Mechanics
+1307.2680 Geophysics
+1307.3090 Soft Condensed Matter
+1307.3505 Mesoscale and Nanoscale Physics
+1307.3640
+1307.4237 Phenomenology
+1307.6442 Methodology
+1307.6769 Machine Learning
+1307.7288 Mesoscale and Nanoscale Physics
+1308.0411 Solar and Stellar Astrophysics
+1308.0894 Superconductivity
+1308.1822 Methodology
+1308.3712 Phenomenology
+1308.4783 Atomic Physics
+1308.5290
+1308.5650
+1308.6419 Strongly Correlated Electrons
+1308.6769 Cosmology and Nongalactic Astrophysics
+1309.1032 Mesoscale and Nanoscale Physics
+1309.1123
+1309.2608 Lattice
+1309.2947 Astrophysics of Galaxies
+1309.3177 Phenomenology
+1309.4756
+1309.5103 Superconductivity
+1309.5634
+1309.5706 Digital Libraries
+1309.5917 Mesoscale and Nanoscale Physics
+1309.6540 Cosmology and Nongalactic Astrophysics
+1310.1511 Chemical Physics
+1310.2427
+1310.2927
+1310.4302
+1310.7067 Mesoscale and Nanoscale Physics
+1310.7180 Mesoscale and Nanoscale Physics
+1310.7878 Theory
+1310.8011 Representation Theory
+1310.8645 Soft Condensed Matter
+1310.8653 Materials Science
+1311.0006 High Energy Astrophysical Phenomena
+1311.0368
+1311.0673 Strongly Correlated Electrons
+1311.1033 Machine Learning
+1311.1123 Materials Science
+1311.1358 Information Theory
+1311.3519 Lattice
+1311.3966 Phenomenology
+1311.4441 Earth and Planetary Astrophysics
+1311.4621 Lattice
+1311.4854 Computational Geometry
+1311.4963 Computer Vision and Pattern Recognition
+1311.5029 Lattice
+1311.5184 Information Theory
+1311.5227 Theory
+1311.5237 Astrophysics of Galaxies
+1311.5240 Optimization and Control
+1311.5242 Other Computer Science
+1311.5243 Solar and Stellar Astrophysics
+1311.5244 Discrete Mathematics
+1311.5249 Methodology
+1311.5250 Chaotic Dynamics
+1311.5260 Algebraic Geometry
+1311.5261
+1311.5265 Operator Algebras
+1311.5266 Phenomenology
+1311.5272 Physics Education
+1311.5276 Functional Analysis
+1311.5277 Operator Algebras
+1311.5280 Differential Geometry
+1311.5283 Strongly Correlated Electrons
+1311.5285 Phenomenology
+1311.5287 Experiment
+1311.5288 Differential Geometry
+1311.5289 Lattice
+1311.5290 Data Analysis, Statistics and Probability
+1311.5291 Complex Variables
+1311.5294 Phenomenology
+1311.5295
+1311.5299 Rings and Algebras
+1311.5301 Statistics Theory
+1311.5309 Dynamical Systems
+1311.5311 Plasma Physics
+1311.5315 Accelerator Physics
+1311.5316 Phenomenology
+1311.5317 Data Structures and Algorithms
+1311.5319 Number Theory
+1311.5321 Representation Theory
+1311.5323 Analysis of PDEs
+1311.5336 Phenomenology
+1311.5337 High Energy Astrophysical Phenomena
+1311.5340 Accelerator Physics
+1311.5341 Phenomenology
+1311.5342 Phenomenology
+1311.5346 Algebraic Geometry
+1311.5347 Experiment
+1311.5352 Lattice
+1311.5354 Statistics Theory
+1311.5355 Artificial Intelligence
+1311.5356 Instrumentation and Detectors
+1311.5363 Chemical Physics
+1311.5365 Analysis of PDEs
+1311.5374 Atomic Physics
+1311.5375 Geometric Topology
+1311.5377 High Energy Astrophysical Phenomena
+1311.5381 Solar and Stellar Astrophysics
+1311.5382 Networking and Internet Architecture
+1311.5385 Networking and Internet Architecture
+1311.5394 Dynamical Systems
+1311.5402 Cosmology and Nongalactic Astrophysics
+1311.5403 Lattice
+1311.5405 Soft Condensed Matter
+1311.5406 Machine Learning
+1311.5411 Instrumentation and Methods for Astrophysics
+1311.5412 High Energy Astrophysical Phenomena
+1311.5421 Soft Condensed Matter
+1311.5426 Human-Computer Interaction
+1311.5428 Materials Science
+1311.5430 Materials Science
+1311.5431 Materials Science
+1311.5432
+1311.5434 Human-Computer Interaction
+1311.5436 General Topology
+1311.5438 Accelerator Physics
+1311.5439 Soft Condensed Matter
+1311.5440 Materials Science
+1311.5441 Materials Science
+1311.5442 Materials Science
+1311.5444 Materials Science
+1311.5446 Probability
+1311.5447 Computational Geometry
+1311.5452 Soft Condensed Matter
+1311.5455 Phenomenology
+1311.5456 Geometric Topology
+1311.5458 Theory
+1311.5461 Populations and Evolution
+1311.5464 Probability
+1311.5466 Analysis of PDEs
+1311.5467 Computational Complexity
+1311.5469 Lattice
+1311.5475 Rings and Algebras
+1311.5480 Populations and Evolution
+1311.5481 Data Structures and Algorithms
+1311.5482 Number Theory
+1311.5483 Number Theory
+1311.5486 Instrumentation and Methods for Astrophysics
+1311.5490 Lattice
+1311.5491 Phenomenology
+1311.5494 Category Theory
+1311.5495 Lattice
+1311.5499 Combinatorics
+1311.5500 Phenomenology
+1311.5502 Social and Information Networks
+1311.5503 Mesoscale and Nanoscale Physics
+1311.5505 Dynamical Systems
+1311.5507 Probability
+1311.5515 Lattice
+1311.5517 Quantitative Methods
+1311.5518 Materials Science
+1311.5531 Instrumentation and Methods for Astrophysics
+1311.5540 Classical Analysis and ODEs
+1311.5544 Tissues and Organs
+1311.5555
+0711.4229 Quantum Algebra
+0711.4409 Category Theory
+0802.0540
+0904.0727 Discrete Mathematics
+0907.3652 Other Condensed Matter
+0907.4697 Information Theory
+0907.4812 Functional Analysis
+0909.4615 Cosmology and Nongalactic Astrophysics
+0909.5162 Probability
+0910.2990 Astrophysics of Galaxies
+0912.1423 Theory
+1001.5320 Functional Analysis
+1002.5024 Statistical Mechanics
+1003.3346
+1004.0810 General Physics
+1004.2603 Algebraic Geometry
+1006.4432 Methodology
+1011.0889 Mesoscale and Nanoscale Physics
+1102.3264 Cosmology and Nongalactic Astrophysics
+1105.1580 Chaotic Dynamics
+1106.1681 Optics
+1107.0984 Optics
+1107.1330 Analysis of PDEs
+1108.0051
+1108.1110 Phenomenology
+1108.5960 Representation Theory
+1111.2269
+1111.3517 Combinatorics
+1112.0194 Differential Geometry
+1112.2968 Analysis of PDEs
+1112.4969 Mesoscale and Nanoscale Physics
+1112.5328 Physics and Society
+1112.5674
+1112.6197
+1201.0257 Dynamical Systems
+1201.4100 Mesoscale and Nanoscale Physics
+1201.4608
+1202.0831 Theory
+1202.3529 Classical Analysis and ODEs
+1203.0888 Probability
+1203.4017 Classical Analysis and ODEs
+1205.0180 Lattice
+1205.1458 Group Theory
+1205.2926 Symbolic Computation
+1205.3246 Populations and Evolution
+1207.4199 Theory
+1208.0760 Superconductivity
+1208.0889 Representation Theory
+1209.2483 Disordered Systems and Neural Networks
+1209.2569 Statistical Mechanics
+1209.4386 Functional Analysis
+1209.6019 Representation Theory
+1210.0409 Strongly Correlated Electrons
+1210.1633 Networking and Internet Architecture
+1210.2681 Probability
+1210.4307 Representation Theory
+1210.6726 Disordered Systems and Neural Networks
+1212.0529 Probability
+1212.1921 Phenomenology
+1212.2073 Mesoscale and Nanoscale Physics
+1212.4119
+1301.0796 Adaptation and Self-Organizing Systems
+1301.1715 Pattern Formation and Solitons
+1301.7209 Complex Variables
+1301.7612
+1302.6697 Mesoscale and Nanoscale Physics
+1303.0081 Physics Education
+1303.0448 Computer Vision and Pattern Recognition
+1303.1614 Superconductivity
+1303.3010 Phenomenology
+1303.3191 Combinatorics
+1303.3865 Superconductivity
+1303.4685 High Energy Astrophysical Phenomena
+1304.0021 Category Theory
+1304.0290 Differential Geometry
+1304.0462
+1304.1626 Representation Theory
+1304.5230
+1304.5344 Mesoscale and Nanoscale Physics
+1304.5969 Accelerator Physics
+1304.6190 Phenomenology
+1304.6421 Rings and Algebras
+1304.6531 Optimization and Control
+1305.0621 Phenomenology
+1305.1160 Strongly Correlated Electrons
+1305.2070 Disordered Systems and Neural Networks
+1305.2307 Classical Analysis and ODEs
+1305.3650
+1305.3709
+1305.3790 Statistical Mechanics
+1305.5421 Soft Condensed Matter
+1305.5504 Strongly Correlated Electrons
+1305.7245 Experiment
+1305.7500 Mesoscale and Nanoscale Physics
+1306.0294 Combinatorics
+1306.1751 Information Theory
+1306.2461 Fluid Dynamics
+1306.3174 Physics and Society
+1306.3757 Geometric Topology
+1306.4181 Optics
+1307.0029 Computational Geometry
+1307.1259 Superconductivity
+1307.4768 Theory
+1307.4812
+1308.0583 Logic in Computer Science
+1308.1896
+1308.2857 Physics and Society
+1308.3107 Superconductivity
+1308.3221 Fluid Dynamics
+1308.3260 Optics
+1308.3556 Strongly Correlated Electrons
+1308.4503
+1308.5532 Differential Geometry
+1308.6662
+1308.6740 General Physics
+1308.6779 Phenomenology
+1309.0091
+1309.0122
+1309.1956 Other Condensed Matter
+1309.2314 Rings and Algebras
+1309.3226 Materials Science
+1309.3294 Classical Analysis and ODEs
+1309.3694 Functional Analysis
+1309.3768 Accelerator Physics
+1309.4813 History and Overview
+1309.4976 History and Philosophy of Physics
+1309.5445 Instrumentation and Detectors
+1309.5567 Classical Analysis and ODEs
+1309.5802 Information Theory
+1309.5911 Experiment
+1309.5979 Statistics Theory
+1309.6033 Earth and Planetary Astrophysics
+1309.6064 Numerical Analysis
+1309.6299 Representation Theory
+1309.6308 Materials Science
+1309.6311 Numerical Analysis
+1309.6312 Mesoscale and Nanoscale Physics
+1309.6313 Solar and Stellar Astrophysics
+1309.6330 Logic
+1309.6332 Phenomenology
+1309.6334 High Energy Astrophysical Phenomena
+1309.6335 Atomic Physics
+1309.6344 Mesoscale and Nanoscale Physics
+1309.6346 Physics Education
+1309.6347 Computation and Language
+1309.6352 Computation and Language
+1309.6353 Strongly Correlated Electrons
+1309.6360 Probability
+1309.6361 Methodology
+1309.6364 Plasma Physics
+1309.6366 Instrumentation and Methods for Astrophysics
+1309.6367 Differential Geometry
+1309.6369 Social and Information Networks
+1309.6370
+1309.6372 Biological Physics
+1309.6373 Mesoscale and Nanoscale Physics
+1309.6378 Metric Geometry
+1309.6379 Computer Vision and Pattern Recognition
+1309.6385 Quantum Algebra
+1309.6387 Mesoscale and Nanoscale Physics
+1309.6388 Analysis of PDEs
+1309.6389 Number Theory
+1309.6390 Computer Vision and Pattern Recognition
+1309.6391 Computer Vision and Pattern Recognition
+1309.6395 Networking and Internet Architecture
+1309.6402 Functional Analysis
+1309.6403 Algebraic Geometry
+1309.6406 Functional Analysis
+1309.6407 Strongly Correlated Electrons
+1309.6410 Mesoscale and Nanoscale Physics
+1309.6414 Probability
+1309.6417 Materials Science
+1309.6421 Differential Geometry
+1309.6422 Networking and Internet Architecture
+1309.6423 Complex Variables
+1309.6427 Materials Science
+1309.6433 Artificial Intelligence
+1309.6435 Instrumentation and Methods for Astrophysics
+1309.6437 Materials Science
+1309.6439 Instrumentation and Detectors
+1309.6440 Materials Science
+1309.6441 Classical Analysis and ODEs
+1309.6442 Materials Science
+1309.6443 Disordered Systems and Neural Networks
+1309.6444 Biological Physics
+1309.6446 Mesoscale and Nanoscale Physics
+1309.6448 Analysis of PDEs
+1309.6449 Computational Complexity
+1309.6450 Cryptography and Security
+1309.6454 Analysis of PDEs
+1309.6455 Social and Information Networks
+1309.6456 Statistical Mechanics
+1309.6462 Materials Science
+1309.6463 Superconductivity
+1309.6466 Networking and Internet Architecture
+1309.6468 Cryptography and Security
+1309.6469 Rings and Algebras
+1309.6476 Instrumentation and Methods for Astrophysics
+1309.6479 Quantitative Methods
+1309.6481 Algebraic Topology
+1309.6482 Optics
+1309.6485 Metric Geometry
+1309.6486 Accelerator Physics
+1309.6488 Statistics Theory
+1309.6491 Combinatorics
+1309.6494 Accelerator Physics
+1309.6495 Materials Science
+1309.6504 Computational Complexity
+1309.6506 Combinatorics
+1309.6507
+1309.6510 Algebraic Topology
+1309.6511 Algebraic Topology
+1309.6512 Classical Analysis and ODEs
+1309.6517
+1309.6519 Analysis of PDEs
+1309.6523 Soft Condensed Matter
+1309.6526 Geometric Topology
+1309.6527 Information Retrieval
+1309.6530 High Energy Astrophysical Phenomena
+1309.6535 Instrumentation and Detectors
+1309.6542 Cosmology and Nongalactic Astrophysics
+1309.6545 Social and Information Networks
+1309.6552 Functional Analysis
+1309.6555 Functional Analysis
+1309.6558 Algebraic Geometry
+1309.6561 Complex Variables
+1309.6566 Classical Analysis and ODEs
+1309.6575 Phenomenology
+1309.6576 Cryptography and Security
+1309.6578
+1309.6584 Neural and Evolutionary Computing
+1309.6587 Rings and Algebras
+1309.6589 Populations and Evolution
+1309.6592 High Energy Astrophysical Phenomena
+1309.6596 Probability
+1309.6598 Number Theory
+1309.6599 Phenomenology
+1309.6601 Analysis of PDEs
+1309.6602 Statistics Theory
+1309.6604 Probability
+1309.6608 Computers and Society
+1309.6609 Methodology
+1309.6616 Optics
+1309.6618 Physics and Society
+1309.6621 Numerical Analysis
+astro-ph/0601362
+astro-ph/0612421
+hep-th/9502163 Theory
+hep-th/9503173 Theory
+0706.2851 Probability
+0708.0359 Geometric Topology
+0708.3977 Algebraic Geometry
+0710.2070 Algebraic Geometry
+0710.2645 Algebraic Topology
+0711.1683 Category Theory
+0809.4791 Algebraic Topology
+0810.2506
+0901.1908 Computational Geometry
+0904.3895 Algebraic Topology
+0905.4118 Metric Geometry
+0907.4646 Strongly Correlated Electrons
+0907.5482 Differential Geometry
+0908.3545 Data Structures and Algorithms
+0911.2484 Computational Geometry
+1002.3786 Statistics Theory
+1003.0304
+1003.2693
+1004.2663 Differential Geometry
+1004.3712 General Physics
+1006.3835 Classical Analysis and ODEs
+1009.1926 Methodology
+1009.4345 Statistics Theory
+1010.3774 Analysis of PDEs
+1011.6263 Instrumentation and Detectors
+1012.3043 Functional Analysis
+1101.0087
+1101.5660 Logic
+1103.0878 Data Analysis, Statistics and Probability
+1103.1584 Symplectic Geometry
+1103.2999 Differential Geometry
+1104.1978 Analysis of PDEs
+1105.2679 Probability
+1105.4979 Instrumentation and Detectors
+1106.0132
+1106.0951 Functional Analysis
+1106.3942 Phenomenology
+1106.6104 Optimization and Control
+1107.3084 Experiment
+1107.5862 Algebraic Geometry
+1108.2164 Combinatorics
+1108.3659 Rings and Algebras
+1108.5616 Probability
+1108.6301
+1109.1572 Physics and Society
+1109.4888 Quantum Algebra
+1110.1050 Dynamical Systems
+1110.5737 Materials Science
+1110.6518 Quantum Gases
+1110.6697 General Physics
+1112.1950 Mesoscale and Nanoscale Physics
+1112.2493 Chaotic Dynamics
+1112.2554 Number Theory
+1112.2932 Mesoscale and Nanoscale Physics
+1201.0413 Category Theory
+1201.2647 Classical Analysis and ODEs
+1201.6574 Differential Geometry
+1202.0892 Cosmology and Nongalactic Astrophysics
+1202.5217 Mesoscale and Nanoscale Physics
+1202.5309 Cosmology and Nongalactic Astrophysics
+1202.5668 Combinatorics
+1202.5724 Optics
+1202.5761 General Physics
+1202.6258 Optimization and Control
+1203.0849 Instrumentation and Methods for Astrophysics
+1203.2113
+1203.4364 Computers and Society
+1203.4807 Physics and Society
+1204.0205 Logic
+1204.4085 Number Theory
+1204.4120 Phenomenology
+1204.5133
+1205.2472 Theory
+1205.4031 Quantum Gases
+1205.5134 Information Theory
+1205.5861 Differential Geometry
+1205.6715
+1205.6746 Cosmology and Nongalactic Astrophysics
+1206.0116
+1206.0732 Cosmology and Nongalactic Astrophysics
+1206.1197 Materials Science
+1206.3990
+1206.7095 Theory
+1207.0106 Experiment
+1207.0123 K-Theory and Homology
+1207.0816 Cosmology and Nongalactic Astrophysics
+1207.3088
+1207.3165 Data Structures and Algorithms
+1207.5427 Mesoscale and Nanoscale Physics
+1207.6785 Combinatorics
+1208.0229 Cosmology and Nongalactic Astrophysics
+1208.0618
+1208.1179 Optimization and Control
+1208.1773 Strongly Correlated Electrons
+1208.3477 Experiment
+1208.3838 Quantum Gases
+1208.3861
+1208.5200 Dynamical Systems
+1208.5948 Theory
+1208.6395 Dynamical Systems
+1209.0236 Information Theory
+1209.0400 Complex Variables
+1209.2178 Databases
+1209.3268
+1209.5193 Algebraic Topology
+1209.6071 Phenomenology
+1209.6256 Rings and Algebras
+1209.6304
+1209.6547 Physics and Society
+1210.0185 Strongly Correlated Electrons
+1210.1767 Phenomenology
+1210.1971 Mesoscale and Nanoscale Physics
+1210.2033 Mesoscale and Nanoscale Physics
+1210.2418 Superconductivity
+1210.2556 Combinatorics
+1210.3315 Complex Variables
+1210.3757 Number Theory
+1210.4098 Category Theory
+1210.4623 Materials Science
+1210.5627 Experiment
+1210.6117 Phenomenology
+1210.6356 Strongly Correlated Electrons
+1210.6598 Phenomenology
+1210.6956 Computational Engineering, Finance, and Science
+1210.7471 Experiment
+1210.7524 Functional Analysis
+1210.7997 Number Theory
+1211.0033 Statistical Mechanics
+1211.0881 Mesoscale and Nanoscale Physics
+1211.2438 Dynamical Systems
+1211.2971 Theory
+1211.3070 Mesoscale and Nanoscale Physics
+1211.3194
+1211.3643 Computation and Language
+1211.4548 Superconductivity
+1211.5403
+1211.6359 Combinatorics
+1211.6494 Dynamical Systems
+1211.6839 Physics and Society
+1211.7292 Materials Science
+1212.2167
+1212.2699 Algebraic Geometry
+1212.3460 Phenomenology
+1212.3991
+1212.4087 Strongly Correlated Electrons
+1212.4216 Dynamical Systems
+1212.4290 Statistical Mechanics
+1212.4563 Experiment
+1212.4620 Experiment
+1212.4960 Mesoscale and Nanoscale Physics
+1212.5127 Instrumentation and Detectors
+1212.5828 Geophysics
+1301.0177 Probability
+1301.0375
+1301.1090 General Finance
+1301.2185 Optics
+1301.2553 Commutative Algebra
+1301.2666 Statistical Mechanics
+1301.3302 Networking and Internet Architecture
+1301.3391 Learning
+1301.3476 Learning
+1301.4137 Artificial Intelligence
+1301.5552
+1301.6141 Statistical Finance
+1301.6157 Information Theory
+1301.7014 Phenomenology
+1301.7467
+1301.7602 Discrete Mathematics
+1301.7607 Soft Condensed Matter
+1302.0484 Statistical Mechanics
+1302.0620 Algebraic Geometry
+1302.0643 Cosmology and Nongalactic Astrophysics
+1302.1220 General Physics
+1302.2386 Dynamical Systems
+1302.2533 Statistical Mechanics
+1302.3692 Materials Science
+1302.4038 Algebraic Geometry
+1302.4700
+1302.4709
+1302.4775 Mesoscale and Nanoscale Physics
+1302.4842 General Mathematics
+1302.5043 General Physics
+1302.5183 General Physics
+1302.5937
+1302.6131 Combinatorics
+1302.6273 General Physics
+1302.6441 Phenomenology
+1302.6556 Databases
+1302.7196 Superconductivity
+1302.7233 Mesoscale and Nanoscale Physics
+1303.0045 Social and Information Networks
+1303.0055
+1303.0344 Social and Information Networks
+1303.0381 Information Theory
+1303.0888 Combinatorics
+1303.1016 Data Structures and Algorithms
+1303.1626 Information Theory
+1303.1644 High Energy Astrophysical Phenomena
+1303.1678 Numerical Analysis
+1303.1886 Statistical Mechanics
+1303.1888 Solar and Stellar Astrophysics
+1303.1993 Optimization and Control
+1303.1994 Logic in Computer Science
+1303.2119 Cosmology and Nongalactic Astrophysics
+1303.2121 High Energy Astrophysical Phenomena
+1303.2123 History and Philosophy of Physics
+1303.2124 Plasma Physics
+1303.2126
+1303.2131 High Energy Astrophysical Phenomena
+1303.2136 Information Theory
+1303.2137
+1303.2138 Combinatorics
+1303.2139 Quantum Algebra
+1303.2143 Formal Languages and Automata Theory
+1303.2144 Combinatorics
+1303.2149 Information Theory
+1303.2155 High Energy Astrophysical Phenomena
+1303.2156 Information Retrieval
+1303.2159
+1303.2162 Computational Geometry
+1303.2166 High Energy Astrophysical Phenomena
+1303.2168 Statistical Mechanics
+1303.2169 Networking and Internet Architecture
+1303.2170 Genomics
+1303.2171 Distributed, Parallel, and Cluster Computing
+1303.2172 High Energy Astrophysical Phenomena
+1303.2175 Hardware Architecture
+1303.2176 Physics and Society
+1303.2177 Combinatorics
+1303.2178 Materials Science
+1303.2181 Accelerator Physics
+1303.2182 Functional Analysis
+1303.2189 Analysis of PDEs
+1303.2193 Materials Science
+1303.2197 Materials Science
+1303.2200
+1303.2202 Digital Libraries
+1303.2204 Biological Physics
+1303.2206 Earth and Planetary Astrophysics
+1303.2207 Solar and Stellar Astrophysics
+1303.2211 Multimedia
+1303.2215 Neural and Evolutionary Computing
+1303.2219 Cryptography and Security
+1303.2223 Computational Engineering, Finance, and Science
+1303.2224 Strongly Correlated Electrons
+1303.2225 Fluid Dynamics
+1303.2231 Superconductivity
+1303.2232 Instrumentation and Detectors
+1303.2237 Analysis of PDEs
+1303.2238 Numerical Analysis
+1303.2240 Soft Condensed Matter
+1303.2247 Dynamical Systems
+1303.2248 Algebraic Geometry
+1303.2250 Numerical Analysis
+1303.2251 Information Theory
+1303.2255 Information Theory
+1303.2262 Phenomenology
+1303.2265
+1303.2267 Optics
+1303.2276 Number Theory
+1303.2277 Information Retrieval
+1303.2279 Complex Variables
+1303.2282 Cryptography and Security
+1303.2283 Number Theory
+1303.2285 Data Structures and Algorithms
+1303.2290 Mesoscale and Nanoscale Physics
+1303.2292 Human-Computer Interaction
+1303.2294 Networking and Internet Architecture
+1303.2298
+1303.2306 Probability
+1303.2309 Information Theory
+1303.2310 Databases
+1303.2314 Learning
+1303.2316 Methodology
+1303.2317 Other Computer Science
+1303.2319 Dynamical Systems
+1303.2322 Complex Variables
+1303.2326 High Energy Astrophysical Phenomena
+1303.2327 Fluid Dynamics
+1303.2330 Multimedia
+1303.2333 Tissues and Organs
+1303.2337 Functional Analysis
+1303.2344 Optimization and Control
+1303.2350 Functional Analysis
+1303.2352 Number Theory
+1303.2359 Disordered Systems and Neural Networks
+1303.2362 Number Theory
+1303.2364 Social and Information Networks
+1303.2365 Social and Information Networks
+1303.2366 Solar and Stellar Astrophysics
+1303.2369 Social and Information Networks
+1303.2380 Probability
+1303.2382
+1303.2386 Probability
+1303.2387 Combinatorics
+1303.2389 Information Theory
+1303.2395 Dynamical Systems
+1303.2398 Other Quantitative Biology
+1303.2399 Biomolecules
+1303.2400 Analysis of PDEs
+1303.2403 Analysis of PDEs
+1303.2405 Combinatorics
+1303.2409 Systems and Control
+1303.2411 Genomics
+1303.2417 Learning
+1303.2422 Optimization and Control
+1303.2435 Number Theory
+1303.2437 Computer Vision and Pattern Recognition
+1303.2439 Computer Vision and Pattern Recognition
+1303.2440
+1303.2443 Analysis of PDEs
+1303.2444 Analysis of PDEs
+1303.2445 Numerical Analysis
+1303.2448 Computation and Language
+1303.2449 Computation and Language
+1303.2455
+1303.2457 Algebraic Geometry
+1303.2460 Strongly Correlated Electrons
+1303.2462 Discrete Mathematics
+1303.2465 Computer Vision and Pattern Recognition
+1303.2469
+1303.2474 Quantum Gases
+1303.2477 Cosmology and Nongalactic Astrophysics
+1303.2484 Spectral Theory
+1303.2485 Operator Algebras
+1303.2486 Optimization and Control
+1303.2488 Machine Learning
+1303.2489 Logic in Computer Science
+1303.2491 Differential Geometry
+1303.2495 Probability
+1303.2496 Strongly Correlated Electrons
+1303.2505 Probability
+1303.2507 Logic in Computer Science
+1303.2512 Phenomenology
+1303.2516
+1303.2517 Machine Learning
+1303.2523 Instrumentation and Detectors
+1303.2524 Numerical Analysis
+1303.2527 Complex Variables
+1303.2531 Chemical Physics
+1303.2536 Combinatorics
+1303.2538 Cosmology and Nongalactic Astrophysics
+1303.2543 Soft Condensed Matter
+1303.2544 Mesoscale and Nanoscale Physics
+1303.2546 Data Structures and Algorithms
+1303.2547 Information Theory
+1303.2550 Number Theory
+1303.2553 Networking and Internet Architecture
+1303.2554 Software Engineering
+1303.2556 General Physics
+1303.2559 Fluid Dynamics
+1303.2564 Discrete Mathematics
+1303.2570
+1303.2572 Logic
+1303.2576 High Energy Astrophysical Phenomena
+1303.2577 General Physics
+1303.2579 Information Theory
+1303.2580 Computational Complexity
+1303.2581 Symplectic Geometry
+1303.2586 Superconductivity
+1303.2591 Logic
+1303.2593 Other Computer Science
+1303.2594 Functional Analysis
+1303.2595 Databases
+1303.2597 General Physics
+1303.2598 Logic
+1303.2608 Number Theory
+1303.2610 Computer Vision and Pattern Recognition
+1303.2611 Probability
+1303.2619 Distributed, Parallel, and Cluster Computing
+1303.2626 Theory
+1303.2629 Solar and Stellar Astrophysics
+1303.2630 High Energy Astrophysical Phenomena
+1303.2635 Analysis of PDEs
+1303.2637 Computational Physics
+1303.2638 Medical Physics
+1303.2639 Mesoscale and Nanoscale Physics
+1303.2640 Atomic Physics
+1303.2642 Geophysics
+1303.2643 Learning
+1303.2646 Software Engineering
+math/0308137 Classical Analysis and ODEs
+0805.0524 Algebraic Geometry
+0812.2223 Differential Geometry
+0912.1644 Algebraic Geometry
+1003.2612 Symplectic Geometry
+1004.1659 Phenomenology
+1010.3449 Algebraic Geometry
+1011.5369 Combinatorics
+1011.6592 Phenomenology
+1101.5856 Mesoscale and Nanoscale Physics
+1107.2748 Pricing of Securities
+1107.5690
+1107.5948
+1109.0764
+1111.3661 Plasma Physics
+1112.0280 Functional Analysis
+1201.0552 Systems and Control
+1204.5205 Rings and Algebras
+1206.0690 K-Theory and Homology
+1206.4108 Solar and Stellar Astrophysics
+1206.4386 Populations and Evolution
+1207.1446 Phenomenology
+1208.5350 Neurons and Cognition
+1208.5677
+1208.5703 Optimization and Control
+1209.0557
+1209.1097 Phenomenology
+1209.5846 Statistical Mechanics
+1209.5909 Metric Geometry
+1210.1312
+1210.7607 Mesoscale and Nanoscale Physics
+1211.0012 Differential Geometry
+1211.2219 Analysis of PDEs
+1211.6442 Theory
+1211.7036
+1212.1127 Phenomenology
+1212.1377 Computational Finance
+1212.2201 Commutative Algebra
+1212.3283 Cosmology and Nongalactic Astrophysics
+1212.4826 Theory
+1212.5513 Solar and Stellar Astrophysics
+1301.0312 Soft Condensed Matter
+1301.0705
+1301.2189
+1301.2334
+1301.3483 Phenomenology
+1301.3505 Materials Science
+1301.4544
+1302.2215 Pattern Formation and Solitons
+1302.3047 Algebraic Geometry
+1302.3461 Superconductivity
+1302.3884 Phenomenology
+1302.4743 Phenomenology
+1302.4897
+1302.6932 Information Theory
+1303.1096 Theory
+1303.1195 Symplectic Geometry
+1303.3132
+1303.4587 Phenomenology
+1303.6133 Mesoscale and Nanoscale Physics
+1303.6708 Neurons and Cognition
+1303.6913
+1303.6978 Cosmology and Nongalactic Astrophysics
+1304.1253 Phenomenology
+1304.1424 Data Structures and Algorithms
+1304.2928 Functional Analysis
+1304.3028 Algebraic Geometry
+1304.3461 Phenomenology
+1304.4262 Phenomenology
+1304.4675 Cosmology and Nongalactic Astrophysics
+1304.5167 Strongly Correlated Electrons
+1304.5422 Experiment
+1304.5646
+1304.5845 Phenomenology
+1304.6259 Experiment
+1304.6428 High Energy Astrophysical Phenomena
+1304.6877 Strongly Correlated Electrons
+1304.7017
+1304.8056 Materials Science
+1305.1014
+1305.1649 Phenomenology
+1305.2690 Materials Science
+1305.3605 Mesoscale and Nanoscale Physics
+1305.3949 Phenomenology
+1305.4320 Phenomenology
+1305.5322
+1305.5420 Phenomenology
+1305.5450 Statistical Mechanics
+1305.6605 Complex Variables
+1305.6606 High Energy Astrophysical Phenomena
+1305.6770
+1305.7251
+1305.7404 High Energy Astrophysical Phenomena
+1306.0347 Statistical Mechanics
+1306.3329 Spectral Theory
+1306.3816 Theory
+1306.4023 Disordered Systems and Neural Networks
+1306.4281 Phenomenology
+1306.4390 Complex Variables
+1306.4916 Numerical Analysis
+1306.5558 Optics
+1307.0340
+1307.0362 Phenomenology
+1307.1006 Soft Condensed Matter
+1307.1189 Experiment
+1307.1736 Populations and Evolution
+1307.2297 Statistics Theory
+1307.4058 Subcellular Processes
+1307.4195
+1307.4922 Molecular Networks
+1307.5821 General Physics
+1307.6184 Cosmology and Nongalactic Astrophysics
+1308.0669 General Finance
+1308.1441 Strongly Correlated Electrons
+1308.1466 Networking and Internet Architecture
+1308.1482 Systems and Control
+1308.3680
+1308.3825 Algebraic Topology
+1308.3828 High Energy Astrophysical Phenomena
+1308.3838
+1308.4044
+1308.4064 Data Structures and Algorithms
+1308.4077 Information Theory
+1308.4096 Cosmology and Nongalactic Astrophysics
+1308.4125 Software Engineering
+1308.4126
+1308.4127 Representation Theory
+1308.4128 Methodology
+1308.4134
+1308.4144 Solar and Stellar Astrophysics
+1308.4152 Algebraic Geometry
+1308.4153 Algebraic Geometry
+1308.4166 Distributed, Parallel, and Cluster Computing
+1308.4169 Emerging Technologies
+1308.4171 Logic in Computer Science
+1308.4175 Representation Theory
+1308.4183 Probability
+1308.4185 Quantum Algebra
+1308.4186 Computational Geometry
+1308.4188 Representation Theory
+1308.4191 Optimization and Control
+1308.4192 Number Theory
+1308.4194 Probability
+1308.4197 Discrete Mathematics
+1308.4200 Computer Vision and Pattern Recognition
+1308.4203 Dynamical Systems
+1308.4205 Fluid Dynamics
+1308.4208 Distributed, Parallel, and Cluster Computing
+1308.4211 Machine Learning
+1308.4215 Analysis of PDEs
+1308.4217 Numerical Analysis
+1308.4223 Representation Theory
+1308.4225 Statistical Mechanics
+1308.4226 Physics Education
+1308.4227 Probability
+1308.4230 Dynamical Systems
+1308.4244 Algebraic Geometry
+1308.4245 Neurons and Cognition
+1308.4251 Combinatorics
+1308.4252 Number Theory
+1308.4259 Physics and Society
+1308.4263 Multimedia
+1308.4268 Information Theory
+1308.4274 Systems and Control
+1308.4276 Statistical Finance
+1308.4280 Networking and Internet Architecture
+1308.4285 Analysis of PDEs
+1308.4286 Mesoscale and Nanoscale Physics
+1308.4287 Combinatorics
+1308.4289 Phenomenology
+1308.4290 Group Theory
+1308.4291 Computational Geometry
+1308.4292 Numerical Analysis
+1308.4294 Robotics
+1308.4298 Algebraic Geometry
+1308.4304 Algebraic Geometry
+1308.4307 Differential Geometry
+1308.4317 Materials Science
+1308.4321 Combinatorics
+1308.4334 Combinatorics
+1308.4335 Atmospheric and Oceanic Physics
+1308.4338 Information Theory
+1308.4341 Combinatorics
+1308.4346 Analysis of PDEs
+1308.4349
+1308.4352 Solar and Stellar Astrophysics
+1308.4354 Solar and Stellar Astrophysics
+1308.4355 Materials Science
+1308.4356 Mesoscale and Nanoscale Physics
+1308.4359 Physics Education
+1308.4363 Pricing of Securities
+1308.4364 Classical Analysis and ODEs
+1308.4373
+1308.4375 Disordered Systems and Neural Networks
+1308.4377 Algebraic Geometry
+1308.4378 Materials Science
+1308.4380 Astrophysics of Galaxies
+1308.4381 Algebraic Geometry
+1308.4382 Quantum Gases
+1308.4385 Statistics Theory
+1308.4392 Complex Variables
+hep-ph/0512323 Phenomenology
+math/0411412 Differential Geometry
+math/0503111 Commutative Algebra
+math/0601245 Commutative Algebra
+math/0610168 Commutative Algebra
+math/0610662 Commutative Algebra
+quant-ph/0609094
+0704.3741 Materials Science
+0712.3729 Functional Analysis
+0808.0135 Functional Analysis
+0901.2440 General Mathematics
+0905.1754
+0907.2331 Algebraic Geometry
+1003.1077 Analysis of PDEs
+1003.2609 Superconductivity
+1005.5084 Instrumentation and Detectors
+1007.3543 Differential Geometry
+1101.2370 Differential Geometry
+1102.5157 Fluid Dynamics
+1103.2229 Mesoscale and Nanoscale Physics
+1103.3404 Operator Algebras
+1111.4452 Probability
+1111.5372 Exactly Solvable and Integrable Systems
+1112.0509 Cosmology and Nongalactic Astrophysics
+1112.4262 K-Theory and Homology
+1201.1964 Networking and Internet Architecture
+1201.3245 Methodology
+1202.1711 Cosmology and Nongalactic Astrophysics
+1203.1469 Mesoscale and Nanoscale Physics
+1204.0387 Phenomenology
+1204.2488 Experiment
+1204.4045 Logic
+1204.5855
+1205.5913 Combinatorics
+1206.1272 Statistical Finance
+1206.2620 Statistics Theory
+1206.3966 Combinatorics
+1206.4912 Data Structures and Algorithms
+1207.0885
+1207.1062 Group Theory
+1207.4509 Quantum Gases
+1207.6880 Probability
+1208.2107
+1208.4113 Soft Condensed Matter
+1208.4160 Cosmology and Nongalactic Astrophysics
+1209.2109 Spectral Theory
+1209.2720 Differential Geometry
+1210.2913 Fluid Dynamics
+1210.6252 Analysis of PDEs
+1210.6425 Strongly Correlated Electrons
+1210.8239 Number Theory
+1211.0856 Pricing of Securities
+1211.1080
+1211.3044 Theory
+1211.3883 History and Philosophy of Physics
+1211.6792 Dynamical Systems
+1212.0428 Other Condensed Matter
+1212.3144 Materials Science
+1212.4202 Strongly Correlated Electrons
+1212.4738 Number Theory
+1212.4907
+1301.2124 Phenomenology
+1301.2923 Theory
+1301.3270 Representation Theory
+1301.4433 Mesoscale and Nanoscale Physics
+1301.6003 Superconductivity
+1301.6122 Experiment
+1302.1172 Algebraic Topology
+1302.2896 Soft Condensed Matter
+1302.3168
+1302.4579 Superconductivity
+1302.5976 Number Theory
+1302.6605 Medical Physics
+1303.5277 Classical Physics
+1303.5604 General Physics
+1304.0665
+1304.0922 Phenomenology
+1304.1803 Theory
+1304.1822 Phenomenology
+1304.7092
+1304.7691 Phenomenology
+1304.7927 Phenomenology
+1305.1765 Lattice
+1305.2443 Quantum Gases
+1305.3188
+1305.3272 Phenomenology
+1305.3872 Quantum Gases
+1305.4033 Cosmology and Nongalactic Astrophysics
+1305.6149 Mesoscale and Nanoscale Physics
+1305.7394 Dynamical Systems
+1306.0016 Plasma Physics
+1306.0483 Materials Science
+1306.0521 Superconductivity
+1306.1606
+1306.2543 Theory
+1306.2965 Materials Science
+1306.2994 Optics
+1306.4276 Mesoscale and Nanoscale Physics
+1306.4400
+1306.4923 Materials Science
+1307.0342 Mesoscale and Nanoscale Physics
+1307.1184 Soft Condensed Matter
+1307.1704 Mesoscale and Nanoscale Physics
+1307.1886 Combinatorics
+1307.2300 Solar and Stellar Astrophysics
+1307.2762 Strongly Correlated Electrons
+1307.2910 Quantum Gases
+1307.3114
+1307.3249 Phenomenology
+1307.3309 Superconductivity
+1307.3892 Instrumentation and Methods for Astrophysics
+1307.4071 Strongly Correlated Electrons
+1307.4101 Other Statistics
+1307.4946 Mesoscale and Nanoscale Physics
+1307.6166
+1307.7210 Networking and Internet Architecture
+1307.7524 Probability
+1307.8284 Probability
+1308.1560 Data Analysis, Statistics and Probability
+1308.1928 Theory
+1308.2977 Materials Science
+1308.3058 Information Theory
+1308.3661 Superconductivity
+1308.4281 Astrophysics of Galaxies
+1308.4288 Chaotic Dynamics
+1308.5483 Functional Analysis
+1308.6120 Portfolio Management
+1308.6622 Chemical Physics
+1309.0506 Cosmology and Nongalactic Astrophysics
+1309.2192 Mesoscale and Nanoscale Physics
+1309.3006 Computer Vision and Pattern Recognition
+1309.3080 Mesoscale and Nanoscale Physics
+1309.4828 Instrumentation and Detectors
+1309.5046 Trading and Market Microstructure
+1309.5243 Algebraic Geometry
+1309.5317 Optimization and Control
+1309.5379 Combinatorics
+1309.5695 Cosmology and Nongalactic Astrophysics
+1309.6045 K-Theory and Homology
+1309.6137 Geometric Topology
+1309.6381 Accelerator Physics
+1309.6398 Superconductivity
+1309.6474 Computer Science and Game Theory
+1309.6502
+1309.6536 Statistics Theory
+1309.6577 Geophysics
+1309.6590 History and Philosophy of Physics
+1309.6629 Adaptation and Self-Organizing Systems
+1309.6650 Computation and Language
+1309.6651 Discrete Mathematics
+1309.6655 Symbolic Computation
+1309.6661 Analysis of PDEs
+1309.6667 Strongly Correlated Electrons
+1309.6669 Combinatorics
+1309.6670 Accelerator Physics
+1309.6671 Strongly Correlated Electrons
+1309.6673 Strongly Correlated Electrons
+1309.6674 Cosmology and Nongalactic Astrophysics
+1309.6675 Strongly Correlated Electrons
+1309.6680 Strongly Correlated Electrons
+1309.6684
+1309.6686 Combinatorics
+1309.6689 Data Structures and Algorithms
+1309.6691 Computer Vision and Pattern Recognition
+1309.6692 Cell Behavior
+1309.6693 Dynamical Systems
+1309.6694 Commutative Algebra
+1309.6696 Number Theory
+1309.6698 High Energy Astrophysical Phenomena
+1309.6700 Combinatorics
+1309.6701 Information Theory
+1309.6703
+1309.6704 Experiment
+1309.6709
+1309.6714 Mesoscale and Nanoscale Physics
+1309.6719 Optics
+1309.6720 Combinatorics
+1309.6721 Functional Analysis
+1309.6722 Computation and Language
+1309.6723 Distributed, Parallel, and Cluster Computing
+1309.6725 Trading and Market Microstructure
+1309.6726 Soft Condensed Matter
+1309.6732 Information Theory
+1309.6737 Statistical Mechanics
+1309.6739 Plasma Physics
+1309.6744
+1309.6745 Computation
+1309.6749 Statistical Mechanics
+1309.6758 Classical Analysis and ODEs
+1309.6762 Materials Science
+1309.6764 Materials Science
+1309.6766 Statistics Theory
+1309.6767 Number Theory
+1309.6770 Probability
+1309.6773 Accelerator Physics
+1309.6774 Instrumentation and Methods for Astrophysics
+1309.6775 Instrumentation and Methods for Astrophysics
+1309.6777
+1309.6778 Algebraic Geometry
+1309.6788 Information Theory
+1309.6790 Statistics Theory
+1309.6791 Statistical Mechanics
+1309.6795 Accelerator Physics
+1309.6797 Computer Science and Game Theory
+1309.6798 Classical Analysis and ODEs
+1309.6801 Combinatorics
+1309.6811 Learning
+1309.6812 Learning
+1309.6813 Learning
+1309.6814 Learning
+1309.6815 Databases
+1309.6816 Artificial Intelligence
+1309.6817 Artificial Intelligence
+1309.6818 Learning
+1309.6819 Learning
+1309.6820 Learning
+1309.6821 Learning
+1309.6822 Artificial Intelligence
+1309.6823 Learning
+1309.6824 Artificial Intelligence
+1309.6826 Artificial Intelligence
+1309.6827 Artificial Intelligence
+1309.6828 Artificial Intelligence
+1309.6829 Artificial Intelligence
+1309.6830 Learning
+1309.6831 Learning
+1309.6832 Artificial Intelligence
+1309.6833 Learning
+1309.6834 Learning
+1309.6835 Learning
+1309.6836 Artificial Intelligence
+1309.6838 Learning
+1309.6839 Artificial Intelligence
+1309.6840 Learning
+1309.6841 Social and Information Networks
+1309.6842 Artificial Intelligence
+1309.6843 Artificial Intelligence
+1309.6844 Artificial Intelligence
+1309.6845 Artificial Intelligence
+1309.6846 Artificial Intelligence
+1309.6847 Learning
+1309.6848 Artificial Intelligence
+1309.6849 Learning
+1309.6850 Learning
+1309.6851 Data Structures and Algorithms
+1309.6852 Learning
+1309.6854 Computer Science and Game Theory
+1309.6855 Artificial Intelligence
+1309.6856 Artificial Intelligence
+1309.6857 Artificial Intelligence
+1309.6858 Learning
+1309.6859 Discrete Mathematics
+1309.6860 Learning
+1309.6862 Learning
+1309.6863 Learning
+1309.6864 Artificial Intelligence
+1309.6865 Learning
+1309.6867 Learning
+1309.6868 Learning
+1309.6869 Learning
+1309.6870 Artificial Intelligence
+1309.6871 Artificial Intelligence
+1309.6872 Artificial Intelligence
+1309.6874 Learning
+1309.6875 Learning
+1309.6876 Machine Learning
+1309.6879
+1309.6881 Fluid Dynamics
+1309.6882 Functional Analysis
+1309.6887 Phenomenology
+1309.6890
+1309.6891 Statistical Mechanics
+1309.6892 Soft Condensed Matter
+1309.6894 Theory
+1309.6897 Computation
+1309.6904 Algebraic Geometry
+1309.6906 Methodology
+1309.6908 Information Retrieval
+1309.6910 Combinatorics
+1309.6911 Operator Algebras
+1309.6913 Classical Physics
+1309.6914 Formal Languages and Automata Theory
+1309.6918 Mesoscale and Nanoscale Physics
+1309.6919 Computational Engineering, Finance, and Science
+1309.6921 Cosmology and Nongalactic Astrophysics
+1309.6923 Accelerator Physics
+1309.6930 Combinatorics
+1309.6931 Classical Analysis and ODEs
+1309.6933 Statistics Theory
+1309.6938 Analysis of PDEs
+1309.6940 Probability
+1309.6941 Group Theory
+1309.6942 Mesoscale and Nanoscale Physics
+1309.6943 Soft Condensed Matter
+1309.6951 Cosmology and Nongalactic Astrophysics
+1309.6952 Category Theory
+1309.6959 Optimization and Control
+1309.6967 Analysis of PDEs
+1309.6972 Disordered Systems and Neural Networks
+1309.6974 High Energy Astrophysical Phenomena
+1309.6976 Optimization and Control
+1309.6980 Number Theory
+1309.6984 Algebraic Geometry
+1309.6988 Theory
+1309.6989 Artificial Intelligence
+1309.6994 Instrumentation and Methods for Astrophysics
+1309.6997 Algebraic Topology
+1309.7004 Artificial Intelligence
+1309.7021 Materials Science
+1309.7023 Materials Science
+1309.7029 Phenomenology
+1309.7034 Soft Condensed Matter
+1309.7035 Phenomenology
+cond-mat/0404209 Soft Condensed Matter
+math/0507304 Commutative Algebra
+math/0508236 Commutative Algebra
+quant-ph/0612060
+0806.0701
+0806.0721
+0808.3041 Statistical Mechanics
+0809.5091 Analysis of PDEs
+0907.5346 Strongly Correlated Electrons
+0908.3501 Fluid Dynamics
+1005.5630 Distributed, Parallel, and Cluster Computing
+1007.2230 Commutative Algebra
+1009.4279 Methodology
+1010.0520 Statistics Theory
+1011.2331 Probability
+1102.0110 Statistics Theory
+1102.1741 Probability
+1103.2203 Statistical Mechanics
+1104.1736 Phenomenology
+1104.3074 Statistics Theory
+1105.2135 Statistics Theory
+1106.3576 Theory
+1106.4721 Probability
+1106.4739 Methodology
+1110.6037 Fluid Dynamics
+1111.1498 Optimization and Control
+1111.5927 Statistics Theory
+1112.1917
+1201.2716 Probability
+1201.3870 Differential Geometry
+1202.4007 Pricing of Securities
+1202.6448 Chemical Physics
+1205.0642 Data Structures and Algorithms
+1205.0657 Quantum Gases
+1206.2569 High Energy Astrophysical Phenomena
+1206.5393 Risk Management
+1207.1485 High Energy Astrophysical Phenomena
+1208.6534 Fluid Dynamics
+1209.2478 High Energy Astrophysical Phenomena
+1209.4844
+1210.2469 High Energy Astrophysical Phenomena
+1210.5615 Mesoscale and Nanoscale Physics
+1210.6889
+1211.1004 K-Theory and Homology
+1211.2681 Algebraic Geometry
+1211.3703 Number Theory
+1211.4891 Information Theory
+1211.6383 Complex Variables
+1211.7259 Probability
+1212.3759 Quantum Gases
+1212.4532 Rings and Algebras
+1212.4949 General Physics
+1301.1668 Number Theory
+1301.7041
+1302.2815 Analysis of PDEs
+1302.3942 Mesoscale and Nanoscale Physics
+1302.4017 Mesoscale and Nanoscale Physics
+1302.6741 Statistics Theory
+1303.0201 Fluid Dynamics
+1303.1625 Biological Physics
+1303.2086 Theory
+1303.2715 Analysis of PDEs
+1304.2186 Statistics Theory
+1304.5077 Analysis of PDEs
+1304.5208 Logic
+1304.6008 Combinatorics
+1304.6544 Probability
+1304.7141 Analysis of PDEs
+1304.7142 Analysis of PDEs
+1305.1829 Probability
+1305.1921 Phenomenology
+1305.2207
+1305.4427 Superconductivity
+1305.5768 Algebraic Geometry
+1305.6392 Analysis of PDEs
+1306.3695 Strongly Correlated Electrons
+1306.5725 High Energy Astrophysical Phenomena
+1306.5739
+1307.1467 Astrophysics of Galaxies
+1307.2024 Mesoscale and Nanoscale Physics
+1307.2135 Soft Condensed Matter
+1307.2498 Mesoscale and Nanoscale Physics
+1307.3170 Strongly Correlated Electrons
+1307.4251 Number Theory
+1307.4977 Physics and Society
+1307.5307
+1307.5352
+1307.5475 Materials Science
+1307.7639 Theory
+1308.0197
+1308.0853 Classical Analysis and ODEs
+1308.1982
+1308.3525 Theory
+1308.4488 Cosmology and Nongalactic Astrophysics
+1308.4976
+1308.6314 Mesoscale and Nanoscale Physics
+1308.6656 Cosmology and Nongalactic Astrophysics
+1309.1710
+1309.1988 Pricing of Securities
+1309.2537 High Energy Astrophysical Phenomena
+1309.2830 Strongly Correlated Electrons
+1309.5581 Materials Science
+1309.6901 Mesoscale and Nanoscale Physics
+1310.0026 Astrophysics of Galaxies
+1310.0275 Methodology
+1310.0889 Biomolecules
+1310.0911 Analysis of PDEs
+1310.1059 Numerical Analysis
+1310.2505
+1310.2813 Differential Geometry
+1310.3749 Materials Science
+1310.4342 Artificial Intelligence
+1310.4494
+1310.5029
+1310.5088
+1310.6427 Information Theory
+1310.7026 Earth and Planetary Astrophysics
+1310.7094 Materials Science
+1311.4039 Algebraic Geometry
+1311.5040 Solar and Stellar Astrophysics
+1311.5314 Geometric Topology
+1311.5553 Chaotic Dynamics
+1311.6457
+1312.0101 Analysis of PDEs
+1312.0755 Probability
+1312.1027 Computational Complexity
+1312.1066 Exactly Solvable and Integrable Systems
+1312.1467 Theory
+1312.1558 Data Structures and Algorithms
+1312.1916 Instrumentation and Methods for Astrophysics
+1312.1961 Distributed, Parallel, and Cluster Computing
+1312.2086 Computational Complexity
+1312.2890 Number Theory
+1312.2891 Analysis of PDEs
+1312.2949 Performance
+1312.2950 Neurons and Cognition
+1312.2951 Materials Science
+1312.2960
+1312.2965 Solar and Stellar Astrophysics
+1312.2971 Metric Geometry
+1312.2972 Theory
+1312.2978 Experiment
+1312.2980 Probability
+1312.2983 Information Theory
+1312.2993 Geometric Topology
+1312.2994 Combinatorics
+1312.2995 Representation Theory
+1312.2996 Fluid Dynamics
+1312.2998 Distributed, Parallel, and Cluster Computing
+1312.3000 Mesoscale and Nanoscale Physics
+1312.3002 Logic
+1312.3003 Computational Complexity
+1312.3008 Exactly Solvable and Integrable Systems
+1312.3011 Phenomenology
+1312.3019 Analysis of PDEs
+1312.3020 Distributed, Parallel, and Cluster Computing
+1312.3023 Cell Behavior
+1312.3024 Data Structures and Algorithms
+1312.3025 Algebraic Geometry
+1312.3026 Metric Geometry
+1312.3027 Computation
+1312.3032 Theory
+1312.3035 Computer Vision and Pattern Recognition
+1312.3037 Optics
+1312.3038 Statistics Theory
+1312.3042 Functional Analysis
+1312.3045 Software Engineering
+1312.3046 Statistics Theory
+1312.3048 Systems and Control
+1312.3050 Lattice
+1312.3052 Classical Analysis and ODEs
+1312.3053 Differential Geometry
+1312.3058 Statistics Theory
+1312.3059 Logic
+1312.3061 Computer Vision and Pattern Recognition
+1312.3062 Computer Vision and Pattern Recognition
+1312.3064 Mesoscale and Nanoscale Physics
+1312.3066 Materials Science
+1312.3067 Statistical Mechanics
+1312.3068 Combinatorics
+1312.3072 Combinatorics
+1312.3074 Materials Science
+1312.3075 Combinatorics
+1312.3076 Commutative Algebra
+1312.3077 Digital Libraries
+1312.3078 Methodology
+1312.3082 Phenomenology
+1312.3091 Statistics Theory
+1312.3092 Information Theory
+1312.3095
+1312.3096 Experiment
+1312.3098 Dynamical Systems
+1312.3100 Materials Science
+1312.3106 Soft Condensed Matter
+1312.3109 Instrumentation and Detectors
+1312.3113 Numerical Analysis
+1312.3115 Genomics
+1312.3116 Other Computer Science
+1312.3120 Statistics Theory
+1312.3121 Combinatorics
+1312.3122 Complex Variables
+1312.3129 Mesoscale and Nanoscale Physics
+1312.3131 Materials Science
+1312.3135 Classical Analysis and ODEs
+1312.3141 Computers and Society
+1312.3145 Data Analysis, Statistics and Probability
+1312.3146 Cryptography and Security
+1312.3150 Strongly Correlated Electrons
+1312.3151 Numerical Analysis
+1312.3152 Quantum Algebra
+1312.3157
+1312.3160 Chaotic Dynamics
+1312.3164 Combinatorics
+1312.3165 Phenomenology
+1312.3168 Computation and Language
+1312.3170 Analysis of PDEs
+1312.3172 History and Overview
+1312.3173 Geometric Topology
+1312.3175 Earth and Planetary Astrophysics
+1312.3182 Discrete Mathematics
+1312.3183 Cryptography and Security
+1312.3184 Programming Languages
+1312.3188 Computational Geometry
+1312.3190 Computational Physics
+1312.3191 Instrumentation and Methods for Astrophysics
+1312.3193 Computational Complexity
+1312.3194 Information Theory
+1312.3195 Solar and Stellar Astrophysics
+1312.3197 Lattice
+1312.3199 Computer Vision and Pattern Recognition
+1312.3200 Information Theory
+1312.3201 Instrumentation and Methods for Astrophysics
+1312.3206 Populations and Evolution
+1312.3211 Analysis of PDEs
+1312.3213 General Literature
+1312.3216 Cosmology and Nongalactic Astrophysics
+1312.3222 Computers and Society
+1312.3227
+1312.3230 Cryptography and Security
+1312.3232 Probability
+1312.3238 Biological Physics
+1312.3242 Analysis of PDEs
+1312.3249 Instrumentation and Methods for Astrophysics
+1312.3251 Computation and Language
+1312.3255 Combinatorics
+1312.3256 Statistics Theory
+1312.3257 Numerical Analysis
+1312.3258 Computation and Language
+1312.3259 Optics
+1312.3260 Genomics
+1312.3262 Classical Physics
+1312.3267 Optics
+1312.3271 Optics
+1312.3272 Probability
+1312.3277 Analysis of PDEs
+1312.3281 Astrophysics of Galaxies
+1312.3282 Mesoscale and Nanoscale Physics
+1312.3284 Differential Geometry
+1312.3285 Group Theory
+1312.3288 Optimization and Control
+1312.3291 Machine Learning
+1312.3292 Quantum Gases
+1312.3302 Statistics Theory
+1312.3303 Distributed, Parallel, and Cluster Computing
+1312.3305 Mesoscale and Nanoscale Physics
+1312.3306 Probability
+math-ph/0612083
+math/0512461 Analysis of PDEs
+0812.2936 Statistics Theory
+0902.3849 Group Theory
+0905.3250 Number Theory
+0909.4526 Symplectic Geometry
+1002.0957 Superconductivity
+1005.0010 Probability
+1007.1097 Fluid Dynamics
+1010.2291 Cosmology and Nongalactic Astrophysics
+1102.4966 Representation Theory
+1102.5524 Theory
+1104.1728 Classical Analysis and ODEs
+1106.5485 Probability
+1107.5778 Networking and Internet Architecture
+1109.3282 Combinatorics
+1109.5446
+1111.0658 History and Philosophy of Physics
+1111.5568 Statistics Theory
+1202.4714 Number Theory
+1204.4716 Probability
+1204.4743 Logic
+1205.5888 Functional Analysis
+1205.6392 Number Theory
+1206.2511 Probability
+1207.5548 Probability
+1208.0675 Algebraic Geometry
+1208.0779 Complex Variables
+1208.1647
+1208.4149 Probability
+1208.4976 Chemical Physics
+1208.5826 Algebraic Geometry
+1209.0244
+1209.3903 Numerical Analysis
+1209.5574
+1209.6365 Combinatorics
+1210.0481 Databases
+1210.3425 Group Theory
+1210.4526
+1210.6927 Systems and Control
+1211.3391 Numerical Analysis
+1211.3935
+1211.6350 Group Theory
+1211.7130 Representation Theory
+1211.7162
+1212.0607 Representation Theory
+1212.3716 Risk Management
+1301.1435 Plasma Physics
+1301.1512 Combinatorics
+1301.6292 Earth and Planetary Astrophysics
+1302.1362 Soft Condensed Matter
+1303.0846 Phenomenology
+1303.1670 Lattice
+1303.2530 Computation
+1303.2915 Applications
+1303.3735 Optimization and Control
+1303.3955 Algebraic Geometry
+1303.4412 Metric Geometry
+1304.2236 Mesoscale and Nanoscale Physics
+1304.3334
+1304.3385 Metric Geometry
+1304.3637 Populations and Evolution
+1304.3929 Mesoscale and Nanoscale Physics
+1304.4522 Phenomenology
+1304.7472 Algebraic Geometry
+1305.0623 Biological Physics
+1305.0648 Logic in Computer Science
+1305.1894
+1305.5479 Statistical Mechanics
+1305.7287 Disordered Systems and Neural Networks
+1306.0051 Analysis of PDEs
+1306.0171 Mesoscale and Nanoscale Physics
+1306.2820 General Finance
+1306.3915 Metric Geometry
+1306.3966 Theory
+1306.4857 Astrophysics of Galaxies
+1306.5590 Differential Geometry
+1307.0162 Instrumentation and Detectors
+1307.0482
+1307.2495 Mesoscale and Nanoscale Physics
+1307.3123
+1307.5309
+1307.5749 Experiment
+1307.6395 Quantum Gases
+1307.6676
+1308.1914
+1308.2427 Functional Analysis
+1308.2790 Applications
+1308.3079 Mesoscale and Nanoscale Physics
+1308.3601 Numerical Analysis
+1308.3888 Superconductivity
+1308.3972 Number Theory
+1308.4583 Experiment
+1309.0732 Quantum Gases
+1309.0827 Differential Geometry
+1309.1108 Quantitative Methods
+1309.2451
+1309.5517
+1309.7278
+1310.0425 Statistics Theory
+1310.1413 Instrumentation and Detectors
+1310.1829 Social and Information Networks
+1310.2885 Computational Complexity
+1310.3183 Phenomenology
+1310.4395 Group Theory
+1310.5842 Distributed, Parallel, and Cluster Computing
+1310.7310 Superconductivity
+1310.7685 Mesoscale and Nanoscale Physics
+1311.3587 Analysis of PDEs
+1311.6652 Strongly Correlated Electrons
+1311.7047 Superconductivity
+1312.1286 Digital Libraries
+1312.2159 Social and Information Networks
+1312.2300 Algebraic Geometry
+1312.2418 Functional Analysis
+1312.3060 Artificial Intelligence
+1312.4049 Phenomenology
+1312.4796 Chemical Physics
+1312.5356
+1312.5392 Differential Geometry
+1312.5558 Accelerator Physics
+1312.5581 Soft Condensed Matter
+1312.5677 Numerical Analysis
+1312.5697 Computer Vision and Pattern Recognition
+1312.5722 Group Theory
+1312.5750 Materials Science
+1312.5751 Mesoscale and Nanoscale Physics
+1312.5755 Analysis of PDEs
+1312.5757 Quantum Gases
+1312.5762 Analysis of PDEs
+1312.5763 Systems and Control
+1312.5764 Other Computer Science
+1312.5768 Materials Science
+1312.5769 Mesoscale and Nanoscale Physics
+1312.5772 Quantum Gases
+1312.5783 Learning
+1312.5789 Methodology
+1312.5791 Phenomenology
+1312.5792 Numerical Analysis
+1312.5793 Number Theory
+1312.5794 Networking and Internet Architecture
+1312.5795 Algebraic Geometry
+1312.5797 Information Theory
+1312.5800 Information Theory
+1312.5802 Phenomenology
+1312.5807 Statistics Theory
+1312.5811 Phenomenology
+1312.5814 Neural and Evolutionary Computing
+1312.5823 Functional Analysis
+1312.5829 Analysis of PDEs
+1312.5830 Social and Information Networks
+1312.5831 Materials Science
+1312.5832 Commutative Algebra
+1312.5836 Analysis of PDEs
+1312.5837 Optics
+1312.5839 Statistics Theory
+1312.5840 Solar and Stellar Astrophysics
+1312.5841 Probability
+1312.5846 Solar and Stellar Astrophysics
+1312.5852 Commutative Algebra
+1312.5855 Number Theory
+1312.5858 Functional Analysis
+1312.5859 Applications
+1312.5861 Optimization and Control
+1312.5862 Statistics Theory
+1312.5866 Analysis of PDEs
+1312.5871 Analysis of PDEs
+1312.5874 Lattice
+1312.5886 Numerical Analysis
+1312.5887 Numerical Analysis
+1312.5889 Machine Learning
+1312.5890 Solar and Stellar Astrophysics
+1312.5891 Information Theory
+1312.5892 Networking and Internet Architecture
+1312.5903 Probability
+1312.5904 Methodology
+1312.5905 Number Theory
+1312.5908 History and Philosophy of Physics
+1312.5915
+1312.5917 Solar and Stellar Astrophysics
+1312.5919 Trading and Market Microstructure
+1312.5934 Methodology
+1312.5936 Computer Science and Game Theory
+1312.5939 Optimization and Control
+1312.5941 Multiagent Systems
+1312.5942 Dynamical Systems
+1312.5949
+1312.5951 Logic in Computer Science
+1312.5952 Robotics
+1312.5957 Methodology
+1312.5960 Analysis of PDEs
+1312.5963 Atomic Physics
+1312.5964 Soft Condensed Matter
+1312.5966 Superconductivity
+1312.5974 Theory
+1312.5978 Computational Complexity
+1312.5979 Logic
+1312.5983 Probability
+1312.5996 Number Theory
+1312.5999 Theory
+1312.6004 Physics Education
+1312.6005 Metric Geometry
+1312.6007
+1312.6015 Atmospheric and Oceanic Physics
+1312.6022 Statistical Mechanics
+1312.6023 Functional Analysis
+1312.6024 Computer Vision and Pattern Recognition
+1312.6031 Analysis of PDEs
+1312.6032 Pricing of Securities
+1312.6036 Computers and Society
+1312.6039 Data Structures and Algorithms
+1312.6040
+1312.6041 Statistical Mechanics
+1312.6046 Medical Physics
+1312.6047 Numerical Analysis
+1312.6048 Combinatorics
+1312.6049 Differential Geometry
+1312.6052 Cryptography and Security
+1312.6053 Complex Variables
+1312.6054 Materials Science
+1312.6061 Physics and Society
+1312.6064 Information Theory
+1312.6079 Information Theory
+1312.6080 Plasma Physics
+1312.6081 General Topology
+1312.6086 Learning
+1312.6087
+1312.6090 Multimedia
+1312.6092 Numerical Analysis
+1312.6096 Artificial Intelligence
+1312.6097 Differential Geometry
+1312.6101 Information Theory
+1312.6103 Algebraic Topology
+1312.6104 Representation Theory
+1312.6105 Artificial Intelligence
+1312.6113 Artificial Intelligence
+hep-th/0512099 Theory
+math-ph/0309011
+0807.1045 Functional Analysis
+0810.3773
+0906.3533 Number Theory
+0907.2897
+0911.3915 Geometric Topology
+1003.3050 Metric Geometry
+1009.5451 Superconductivity
+1010.0042 Superconductivity
+1011.5767 Materials Science
+1101.2635
+1101.3806 Mesoscale and Nanoscale Physics
+1102.2021 Symplectic Geometry
+1103.3757 Classical Analysis and ODEs
+1105.0393 Information Theory
+1106.4798 Algebraic Topology
+1106.4799 Algebraic Topology
+1109.2753 Mesoscale and Nanoscale Physics
+1110.6003 Quantum Gases
+1110.6683 Functional Analysis
+1111.3392 Algebraic Geometry
+1111.6941 General Physics
+1112.0730 Earth and Planetary Astrophysics
+1202.4075 Combinatorics
+1203.1940 Computer Science and Game Theory
+1203.2126 Analysis of PDEs
+1203.6691 Functional Analysis
+1204.0431 Information Theory
+1204.0944 Discrete Mathematics
+1204.2304 Dynamical Systems
+1204.2537 Superconductivity
+1204.3023
+1204.3117 Cosmology and Nongalactic Astrophysics
+1204.6343 Operator Algebras
+1205.0910 Computational Geometry
+1205.2313 Mesoscale and Nanoscale Physics
+1206.1874 Applications
+1206.4586 Combinatorics
+1207.5517 Theory
+1207.6076 Methodology
+1207.6345
+1207.7285 Phenomenology
+1208.3603 Cosmology and Nongalactic Astrophysics
+1208.3683 Geometric Topology
+1208.4349 Lattice
+1208.4643 Geometric Topology
+1208.5121
+1209.0631
+1209.6371 Complex Variables
+1210.0714 Mesoscale and Nanoscale Physics
+1210.1585 Strongly Correlated Electrons
+1210.3473
+1210.5538
+1210.7638 Data Structures and Algorithms
+1211.0490 General Physics
+1211.0610 Statistics Theory
+1211.1147 Mesoscale and Nanoscale Physics
+1211.1493 Geometric Topology
+1211.2209 Solar and Stellar Astrophysics
+1211.5554
+1211.6114
+1211.6242 Dynamical Systems
+1211.6461 Theory
+1211.6634
+1212.0407
+1212.2892 Theory
+1212.4512 Probability
+1212.4637 Quantum Gases
+1212.5150
+1212.6053 Distributed, Parallel, and Cluster Computing
+1212.6701
+1301.0901 Information Theory
+1301.1093 Populations and Evolution
+1301.2324 Phenomenology
+1301.2979 Populations and Evolution
+1301.7525 Probability
+1302.1652 Theory
+1302.3041 Probability
+1302.4114 Plasma Physics
+1302.4115 Plasma Physics
+1302.4420 Theory
+1302.4453 Quantum Gases
+1302.4732 Solar and Stellar Astrophysics
+1302.4903 Statistical Mechanics
+1302.5385
+1302.5695
+1302.6281 Superconductivity
+1303.0571 Experiment
+1303.0981
+1303.1282 Methodology
+1303.1787 Strongly Correlated Electrons
+1303.2563 Astrophysics of Galaxies
+1303.2575 Theory
+1303.4312 Distributed, Parallel, and Cluster Computing
+1303.5314 Experiment
+1303.6878 Cosmology and Nongalactic Astrophysics
+1303.7165 Mesoscale and Nanoscale Physics
+1304.0322 Phenomenology
+1304.1359 Data Structures and Algorithms
+1304.2100 Number Theory
+1304.2766 Strongly Correlated Electrons
+1304.2811 Mesoscale and Nanoscale Physics
+1304.3582
+1304.3585
+1304.4338 Strongly Correlated Electrons
+1304.4846 Mesoscale and Nanoscale Physics
+1304.5890 Materials Science
+1304.6051 Phenomenology
+1304.6408 Theory
+1304.6417 Theory
+1304.6546 Solar and Stellar Astrophysics
+1304.6644 Phenomenology
+1304.7303 Theory
+1304.7588 Dynamical Systems
+1304.7723 Theory
+1305.0055 Cosmology and Nongalactic Astrophysics
+1305.0282
+1305.0349
+1305.0827 Strongly Correlated Electrons
+1305.1222 Data Structures and Algorithms
+1305.1681 Data Structures and Algorithms
+1305.1788 Strongly Correlated Electrons
+1305.2131 Optics
+1305.2209 Cosmology and Nongalactic Astrophysics
+1305.2735
+1305.2919 Theory
+1305.2969 Phenomenology
+1305.3494 Quantum Gases
+1305.4117 Theory
+1305.5599 Quantum Gases
+1305.6140 Mesoscale and Nanoscale Physics
+1305.6592 Optics
+1305.6771 Adaptation and Self-Organizing Systems
+1305.6889 Statistical Mechanics
+1305.7138 Mesoscale and Nanoscale Physics
+1305.7333 Cosmology and Nongalactic Astrophysics
+1306.1528 Strongly Correlated Electrons
+1306.2702 Fluid Dynamics
+1306.2959 Phenomenology
+1306.3369 Phenomenology
+1306.4404 High Energy Astrophysical Phenomena
+1306.4900 Phenomenology
+1306.4927
+1306.5090
+1306.5361
+1306.5864 Soft Condensed Matter
+1306.5865 High Energy Astrophysical Phenomena
+1306.5898 Cryptography and Security
+1306.5899 Statistics Theory
+1306.6067 Strongly Correlated Electrons
+1306.6600
+1307.0752
+1307.1075 Mesoscale and Nanoscale Physics
+1307.2031 Phenomenology
+1307.2318 Mesoscale and Nanoscale Physics
+1307.2389
+1307.2575 Theory
+1307.2662 Statistics Theory
+1307.4012 Mesoscale and Nanoscale Physics
+1307.4258 Computer Science and Game Theory
+1307.4342 Optimization and Control
+1307.4343 Theory
+1307.4375 Populations and Evolution
+1307.4544 Physics and Society
+1307.4568 Experiment
+1307.5410 Cryptography and Security
+1307.5439
+1307.6060 Solar and Stellar Astrophysics
+1307.6106 Lattice
+1307.6499 Phenomenology
+1307.6552 Mesoscale and Nanoscale Physics
+1307.7169 Theory
+1307.7251 Lattice
+1307.7560
+1307.7596 High Energy Astrophysical Phenomena
+1307.7729 Physics and Society
+1307.7953 Superconductivity
+1307.7961 Mesoscale and Nanoscale Physics
+1307.8037 Data Structures and Algorithms
+1308.0064 Theory
+1308.0226 Metric Geometry
+1308.0321 Quantum Gases
+1308.0427 Strongly Correlated Electrons
+1308.1151 Experiment
+1308.1227 Phenomenology
+1308.1329 Strongly Correlated Electrons
+1308.1331 Atomic Physics
+1308.1429
+1308.1431 Quantum Gases
+1308.1795 Experiment
+1308.2004 Quantum Gases
+1308.2333 Mesoscale and Nanoscale Physics
+1308.2398 Astrophysics of Galaxies
+1308.2602 Phenomenology
+1308.2676 Phenomenology
+1308.2847 Phenomenology
+1308.2945 Phenomenology
+1308.3048 Chemical Physics
+1308.3264 Mesoscale and Nanoscale Physics
+1308.3473 Phenomenology
+1308.4121 Theory
+1308.4176
+1308.4511 Quantum Gases
+1308.4811 Lattice
+1308.4935 Cosmology and Nongalactic Astrophysics
+1308.4979 Cosmology and Nongalactic Astrophysics
+1308.5188 Combinatorics
+1308.5269 Neural and Evolutionary Computing
+1308.6061 Statistical Mechanics
+1308.6079 Mesoscale and Nanoscale Physics
+1308.6218 Phenomenology
+1308.6461
+1309.0167 Strongly Correlated Electrons
+1309.0964 Chaotic Dynamics
+1309.1021 Theory
+1309.1252
+1309.2040 Lattice
+1309.2255 Strongly Correlated Electrons
+1309.2532
+1309.2591 Experiment
+1309.2778 Strongly Correlated Electrons
+1309.2833
+1309.3506 Fluid Dynamics
+1309.4057 Phenomenology
+1309.4427 Pattern Formation and Solitons
+1309.4439
+1309.5020
+1309.5028 Analysis of PDEs
+1309.6187 Optimization and Control
+1309.6200 Information Theory
+1309.6304
+1309.6324 Cosmology and Nongalactic Astrophysics
+1309.7339 Other Condensed Matter
+1309.7467 Number Theory
+1310.0131 Astrophysics of Galaxies
+1310.0820 Phenomenology
+1310.1184 Networking and Internet Architecture
+1310.1519 Machine Learning
+1310.1719
+1310.1852 High Energy Astrophysical Phenomena
+1310.2445 Materials Science
+1310.3116
+1310.5540 Statistical Finance
+1310.6010 Soft Condensed Matter
+1310.7644 Geometric Topology
+1310.8573 Numerical Analysis
+1311.0436
+1311.0710 Rings and Algebras
+1311.0952 Number Theory
+1311.0990 Accelerator Physics
+1311.1422 Learning
+1311.1506 Mesoscale and Nanoscale Physics
+1311.1582
+1311.2208 Computational Physics
+1311.2322 Classical Analysis and ODEs
+1311.2449 Experiment
+1311.2462 Physics and Society
+1311.2557 Data Structures and Algorithms
+1311.2581 General Physics
+1311.2598 General Physics
+1311.2608 Group Theory
+1311.2609 Cosmology and Nongalactic Astrophysics
+1311.2613 Analysis of PDEs
+1311.2621 Computer Vision and Pattern Recognition
+1311.2622 Differential Geometry
+1311.2623
+1311.2627
+1311.2630 Networking and Internet Architecture
+1311.2632 Mesoscale and Nanoscale Physics
+1311.2636 Complex Variables
+1311.2637 Information Theory
+1311.2640 Fluid Dynamics
+1311.2642 Computer Vision and Pattern Recognition
+1311.2644 Fluid Dynamics
+1311.2646 Populations and Evolution
+1311.2648 Group Theory
+1311.2650 Information Theory
+1311.2659
+1311.2666 Instrumentation and Methods for Astrophysics
+1311.2668 Complex Variables
+1311.2675 Exactly Solvable and Integrable Systems
+1311.2677 Networking and Internet Architecture
+1311.2678 Combinatorics
+1311.2679 Lattice
+1311.2680 Strongly Correlated Electrons
+1311.2681 Mesoscale and Nanoscale Physics
+1311.2682 Strongly Correlated Electrons
+1311.2683 Logic
+1311.2690 Logic
+1311.2691 Strongly Correlated Electrons
+1311.2692 Functional Analysis
+1311.2697 Lattice
+1311.2702 Software Engineering
+1311.2705 Information Theory
+1311.2706 Strongly Correlated Electrons
+1311.2710 Accelerator Physics
+1311.2712 Physics Education
+1311.2713 Dynamical Systems
+1311.2715 Strongly Correlated Electrons
+1311.2719 Lattice
+1311.2721
+1311.2722 Analysis of PDEs
+1311.2732 Statistical Mechanics
+1311.2734 Fluid Dynamics
+1311.2737 Algebraic Geometry
+1311.2740 Statistics Theory
+1311.2742 Statistics Theory
+1311.2743 Astrophysics of Galaxies
+1311.2746 Neural and Evolutionary Computing
+1311.2748 Combinatorics
+1311.2750 Mesoscale and Nanoscale Physics
+1311.2752 Mesoscale and Nanoscale Physics
+1311.2754 Experiment
+1311.2757 Genomics
+1311.2760 Lattice
+1311.2761 Quantum Gases
+1311.2767 Superconductivity
+1311.2770 Mesoscale and Nanoscale Physics
+1311.2771 Solar and Stellar Astrophysics
+1311.2776 Optimization and Control
+1311.2777 Instrumentation and Detectors
+1311.2780 Numerical Analysis
+1311.2788 Solar and Stellar Astrophysics
+1311.2791 Statistics Theory
+1311.2796 Optimization and Control
+1311.2797 Lattice
+1311.2798 History and Philosophy of Physics
+1311.2799 Statistics Theory
+1311.2802 Soft Condensed Matter
+1311.2803
+1311.2807 Materials Science
+1311.2811
+1311.2813 Solar and Stellar Astrophysics
+1311.2815 Functional Analysis
+1311.2820 Computer Science and Game Theory
+1311.2821 Operator Algebras
+1311.2822 Quantum Algebra
+1311.2825 Phenomenology
+1311.2829 Quantum Algebra
+1311.2832 Solar and Stellar Astrophysics
+1311.2841 Cosmology and Nongalactic Astrophysics
+1311.2845 Optimization and Control
+1311.2848 Lattice
+1311.2850 Systems and Control
+1311.2851 Networking and Internet Architecture
+1311.2855 History and Overview
+1311.2857 History and Overview
+1311.2860 Optics
+1311.2862 Spectral Theory
+1311.2863 Classical Analysis and ODEs
+1311.2865 Number Theory
+1311.2866 Complex Variables
+1311.2869 Networking and Internet Architecture
+1311.2870 Analysis of PDEs
+1311.2872 Algebraic Geometry
+1311.2873 Group Theory
+1311.2874
+1311.2878 Social and Information Networks
+1311.2879 Data Structures and Algorithms
+1311.2883 Functional Analysis
+1311.2884 Combinatorics
+1311.2886 Artificial Intelligence
+1311.2889 Learning
+1311.2892 Theory
+1311.2900 Soft Condensed Matter
+1311.2902 Statistics Theory
+1311.2908
+1311.2912 Artificial Intelligence
+1311.2915 Representation Theory
+1311.2917 Materials Science
+1311.2918
+1311.2923
+1311.2924 Populations and Evolution
+astro-ph/9307035
+astro-ph/9308044
+gr-qc/9311029
+gr-qc/9403016
+hep-lat/9401035 Lattice
+hep-ph/9206222 Phenomenology
+hep-ph/9208234 Phenomenology
+hep-ph/9210240 Phenomenology
+hep-ph/9303247 Phenomenology
+hep-ph/9306265 Phenomenology
+hep-ph/9306309 Phenomenology
+hep-ph/9307307 Phenomenology
+hep-ph/9309258 Phenomenology
+hep-ph/9311281 Phenomenology
+hep-ph/9403356 Phenomenology
+hep-ph/9403401 Phenomenology
+hep-ph/9404227 Phenomenology
+hep-ph/9404312 Phenomenology
+hep-ph/9406383 Phenomenology
+hep-ph/9406406 Phenomenology
+hep-th/9206006 Theory
+hep-th/9206064 Theory
+hep-th/9209049 Theory
+hep-th/9301047 Theory
+hep-th/9302137 Theory
+hep-th/9304082 Theory
+hep-th/9304113 Theory
+hep-th/9305163 Theory
+hep-th/9310101 Theory
+hep-th/9310190 Theory
+hep-th/9311017 Theory
+hep-th/9311103 Theory
+hep-th/9312034 Theory
+hep-th/9312127 Theory
+hep-th/9312172 Theory
+hep-th/9401134 Theory
+hep-th/9402004 Theory
+hep-th/9403192 Theory
+hep-th/9405070 Theory
+hep-th/9406069 Theory
+hep-th/9406132 Theory
+hep-th/9406210 Theory
+math/0508134 Algebraic Geometry
+0706.3196
+0712.3882 Classical Analysis and ODEs
+0802.1650
+0807.0151
+0905.1868 Mesoscale and Nanoscale Physics
+0906.0112 Classical Analysis and ODEs
+0907.5194 High Energy Astrophysical Phenomena
+0909.1925 Cosmology and Nongalactic Astrophysics
+0909.4402 Quantum Algebra
+0910.0927 Soft Condensed Matter
+0910.2778 Instrumentation and Methods for Astrophysics
+0910.5878 Analysis of PDEs
+0912.3339 Lattice
+1003.5407
+1008.2722 Instrumentation and Detectors
+1008.2777 Cosmology and Nongalactic Astrophysics
+1011.2479
+1012.5782 Representation Theory
+1101.4716 Classical Physics
+1102.1440 Combinatorics
+1103.3891 Dynamical Systems
+1104.2442 Analysis of PDEs
+1105.1059 Instrumentation and Detectors
+1105.1283 Mesoscale and Nanoscale Physics
+1105.2675 Combinatorics
+1105.4369 Analysis of PDEs
+1106.2944 Combinatorics
+1108.0099 General Finance
+1108.2463 Functional Analysis
+1109.1028 Probability
+1109.3379
+1109.4861
+1110.2995 Combinatorics
+1110.3661 Representation Theory
+1110.5595 Classical Analysis and ODEs
+1110.6260 Cosmology and Nongalactic Astrophysics
+1111.1802 Methodology
+1112.0819 Logic
+1112.6426 Experiment
+1201.0894 Classical Analysis and ODEs
+1201.2275 Analysis of PDEs
+1201.5768 Spectral Theory
+1201.6006 Probability
+1202.2826 Information Theory
+1202.4874 Mesoscale and Nanoscale Physics
+1203.1302 Experiment
+1203.1653 Functional Analysis
+1203.5200 Operator Algebras
+1204.0310 High Energy Astrophysical Phenomena
+1204.0551 Functional Analysis
+1204.0876 Algebraic Topology
+1204.3310 Molecular Networks
+1204.5510 Analysis of PDEs
+1204.5884
+1205.3551 Materials Science
+1205.4666
+1205.5534 Number Theory
+1205.6744 Experiment
+1206.0257 Experiment
+1206.1381 Functional Analysis
+1206.2443 Experiment
+1206.2703 Algebraic Geometry
+1206.5563 Optics
+1206.5971 Experiment
+1206.6074 Experiment
+1206.6248 Combinatorics
+1207.0210 Experiment
+1207.2284 Experiment
+1207.2822 Algebraic Topology
+1207.3368 Neural and Evolutionary Computing
+1207.4716 Mesoscale and Nanoscale Physics
+1207.5036 Algebraic Geometry
+1207.5121 Differential Geometry
+1207.5644 Experiment
+1207.6411 Experiment
+1207.6479 Number Theory
+1208.0572 Experiment
+1208.1967 Experiment
+1208.3522 Cosmology and Nongalactic Astrophysics
+1208.3523 Cosmology and Nongalactic Astrophysics
+1208.3941 Rings and Algebras
+1208.4372 Theory
+1208.5810 Superconductivity
+1208.5891 Statistical Mechanics
+1209.0264 Number Theory
+1209.1468 Chaotic Dynamics
+1209.2273 Solar and Stellar Astrophysics
+1209.2535 Experiment
+1209.2805
+1209.4030 Medical Physics
+1209.4446 Experiment
+1209.4483 Information Theory
+1209.4625 Experiment
+1209.4825 Learning
+1209.5093 High Energy Astrophysical Phenomena
+1209.6593 Experiment
+1210.0308 Cosmology and Nongalactic Astrophysics
+1210.0435 Experiment
+1210.1036 Representation Theory
+1210.1345 Strongly Correlated Electrons
+1210.1474 Rings and Algebras
+1210.1713 Pattern Formation and Solitons
+1210.1718 Experiment
+1210.2854 Mesoscale and Nanoscale Physics
+1210.4115
+1210.4491 Experiment
+1210.4538 Experiment
+1210.5070 Experiment
+1210.5226 Probability
+1210.5468 Experiment
+1210.6210 Experiment
+1210.6486 Experiment
+1210.6604 Experiment
+1210.7434 Exactly Solvable and Integrable Systems
+1210.8006 Algebraic Geometry
+1210.8141 Phenomenology
+1210.8389 Experiment
+1211.1064 Algebraic Geometry
+1211.1716 Learning
+1211.2202 Experiment
+1211.2211 Functional Analysis
+1211.3732 Analysis of PDEs
+1211.3914 Classical Analysis and ODEs
+1211.4322 Mesoscale and Nanoscale Physics
+1211.4326 Mesoscale and Nanoscale Physics
+1211.5026 Mesoscale and Nanoscale Physics
+1211.5636 Classical Physics
+1211.6069 Classical Analysis and ODEs
+1211.6312 Experiment
+1211.6628 Mesoscale and Nanoscale Physics
+1211.6956 Experiment
+1211.7205 Experiment
+1211.7255 Experiment
+1211.7355 Theory
+1212.0111 Mesoscale and Nanoscale Physics
+1212.0230 Fluid Dynamics
+1212.1337
+1212.1991 Mesoscale and Nanoscale Physics
+1212.2834 Learning
+1212.3572 Experiment
+1212.3792 Cosmology and Nongalactic Astrophysics
+1212.3950 Networking and Internet Architecture
+1212.4048 Exactly Solvable and Integrable Systems
+1212.4891
+1212.5171
+1212.5198 Experiment
+1212.5409 Experiment
+1212.5899 Lattice
+1212.6156 Statistical Mechanics
+1301.0729 Strongly Correlated Electrons
+1301.0799 Mesoscale and Nanoscale Physics
+1301.0809
+1301.1583 Experiment
+1301.1763 Cosmology and Nongalactic Astrophysics
+1301.1895
+1301.2568 Quantum Gases
+1301.2691 Formal Languages and Automata Theory
+1301.2812 Materials Science
+1301.4493 Accelerator Physics
+1301.4980 Theory
+1301.5171 Commutative Algebra
+1301.5272 Experiment
+1301.5621 Theory
+1301.6065 Experiment
+1301.6332 Rings and Algebras
+1301.6815
+1302.0510 Cosmology and Nongalactic Astrophysics
+1302.1949 Optics
+1302.2484 Mesoscale and Nanoscale Physics
+1302.2979 Soft Condensed Matter
+1302.3918 Information Theory
+1302.4403 Experiment
+1302.4451 Theory
+1302.4454 Phenomenology
+1302.4760 Distributed, Parallel, and Cluster Computing
+1302.6288 Information Theory
+1302.6460 High Energy Astrophysical Phenomena
+1302.7034
+1303.0170 Number Theory
+1303.0291 Theory
+1303.0299
+1303.0763 Experiment
+1303.0959
+1303.2004 Strongly Correlated Electrons
+1303.2407 Mesoscale and Nanoscale Physics
+1303.2587 Information Theory
+1303.2855 Superconductivity
+1303.2975 Logic in Computer Science
+1303.4136 Quantum Gases
+1303.4944 Mesoscale and Nanoscale Physics
+1303.5579 Astrophysics of Galaxies
+1303.6720
+1303.6903 Quantum Gases
+1303.7192
+1304.0133 Information Theory
+1304.0299 Discrete Mathematics
+1304.0389 Optics
+1304.0438 Optics
+1304.0733 Formal Languages and Automata Theory
+1304.0833 Instrumentation and Methods for Astrophysics
+1304.1553 Optics
+1304.1631 Materials Science
+1304.2253 Soft Condensed Matter
+1304.2785 Cosmology and Nongalactic Astrophysics
+1304.3799 Rings and Algebras
+1304.5446 Fluid Dynamics
+1304.6770 Commutative Algebra
+1304.7671 Fluid Dynamics
+1304.7687 Data Structures and Algorithms
+1304.7781
+1304.7825 Theory
+1305.0323 General Mathematics
+1305.0416 Optics
+1305.0787 Computers and Society
+1305.0874 Phenomenology
+1305.0997 Statistical Mechanics
+1305.4707 Mesoscale and Nanoscale Physics
+1305.4895 Data Analysis, Statistics and Probability
+1305.5373 General Finance
+1305.5486 Information Theory
+1305.5700 Theory
+1305.6202 Other Quantitative Biology
+1305.6531 Phenomenology
+1305.6853 Strongly Correlated Electrons
+1305.6863 Statistical Mechanics
+1305.7376 Discrete Mathematics
+1306.0070 Algebraic Topology
+1306.0081 Statistical Mechanics
+1306.0110 Combinatorics
+1306.0492 Theory
+1306.0513 Strongly Correlated Electrons
+1306.1047
+1306.1164 Differential Geometry
+1306.1733 High Energy Astrophysical Phenomena
+1306.1753 Algebraic Topology
+1306.1822 Computer Vision and Pattern Recognition
+1306.1823 Geophysics
+1306.1825 Metric Geometry
+1306.1828 High Energy Astrophysical Phenomena
+1306.1838 Combinatorics
+1306.1841 Analysis of PDEs
+1306.1844 Theory
+1306.1846 Biological Physics
+1306.1850 Computational Engineering, Finance, and Science
+1306.1855 Combinatorics
+1306.1856 Materials Science
+1306.1857 Discrete Mathematics
+1306.1860 Discrete Mathematics
+1306.1861 Distributed, Parallel, and Cluster Computing
+1306.1866 Statistics Theory
+1306.1868 Statistics Theory
+1306.1870 Programming Languages
+1306.1875 Optimization and Control
+1306.1876 Number Theory
+1306.1878 Operator Algebras
+1306.1880 Strongly Correlated Electrons
+1306.1884 Optimization and Control
+1306.1885 Probability
+1306.1888 Distributed, Parallel, and Cluster Computing
+1306.1889 Hardware Architecture
+1306.1893 Mesoscale and Nanoscale Physics
+1306.1894 Computer Vision and Pattern Recognition
+1306.1897
+1306.1899 Solar and Stellar Astrophysics
+1306.1900 Algebraic Geometry
+1306.1905 Analysis of PDEs
+1306.1906 Physics and Society
+1306.1907 Information Theory
+1306.1908 Optics
+1306.1912 Classical Analysis and ODEs
+1306.1915 Operator Algebras
+1306.1916 Cryptography and Security
+1306.1919 Programming Languages
+1306.1921 Plasma Physics
+1306.1927 Applications
+1306.1928 Distributed, Parallel, and Cluster Computing
+1306.1929 Probability
+1306.1932 Phenomenology
+1306.1942 Exactly Solvable and Integrable Systems
+1306.1945 Logic in Computer Science
+1306.1947 Formal Languages and Automata Theory
+1306.1949 Other Condensed Matter
+1306.1953 Cryptography and Security
+1306.1954 Functional Analysis
+1306.1955 Cryptography and Security
+1306.1956 Multiagent Systems
+1306.1958 Software Engineering
+1306.1961 Soft Condensed Matter
+1306.1971 Combinatorics
+1306.1976 Instrumentation and Detectors
+1306.1980 Mesoscale and Nanoscale Physics
+1306.1984 Materials Science
+1306.1988 Quantum Gases
+1306.1990
+1306.1991 Instrumentation and Detectors
+1306.1992 Statistical Mechanics
+1306.1993 Optics
+1306.1994
+1306.2003 Statistics Theory
+1306.2004 Methodology
+1306.2005 Number Theory
+1306.2009 Networking and Internet Architecture
+1306.2011 Earth and Planetary Astrophysics
+1306.2019 Computational Engineering, Finance, and Science
+1306.2021 Probability
+1306.2025 Artificial Intelligence
+1306.2027 Materials Science
+1306.2029 Biological Physics
+1306.2035 Machine Learning
+1306.2037
+1306.2042 Optics
+1306.2043 Data Structures and Algorithms
+1306.2045 Phenomenology
+1306.2051 Analysis of PDEs
+1306.2059 Probability
+1306.2061 Dynamical Systems
+1306.2062 Applications
+1306.2064 Analysis of PDEs
+1306.2065 Biological Physics
+1306.2071 Chemical Physics
+1306.2073 Trading and Market Microstructure
+1306.2075 Algebraic Geometry
+1306.2081 Graphics
+1306.2083 Computer Science and Game Theory
+1306.2084 Machine Learning
+1306.2085
+1306.2088 Combinatorics
+1306.2089 Rings and Algebras
+1306.2092 Rings and Algebras
+1306.2094 Learning
+1306.2095 Materials Science
+1306.2096 Software Engineering
+1306.2100 Computer Vision and Pattern Recognition
+1306.2101 Information Theory
+1306.2102 Computer Vision and Pattern Recognition
+1306.2103 Statistical Mechanics
+1306.2104 Computational Geometry
+1306.2107 Soft Condensed Matter
+1306.2108 Discrete Mathematics
+1306.2113
+1306.2118 Computational Engineering, Finance, and Science
+1306.2119 Learning
+1306.2123 Populations and Evolution
+1306.2124 Materials Science
+1306.2126 Analysis of PDEs
+1306.2127 Analysis of PDEs
+1306.2131 Populations and Evolution
+1306.2132
+1306.2133 Number Theory
+1306.2136 Analysis of PDEs
+1306.2140 Probability
+1306.2150 Numerical Analysis
+1306.2152 Solar and Stellar Astrophysics
+1306.2157 Rings and Algebras
+1306.2158 Computation and Language
+1306.2160 Networking and Internet Architecture
+1306.2161 Materials Science
+1306.2163 Operator Algebras
+1306.2165 Complex Variables
+1306.2166 Combinatorics
+1306.2167 Populations and Evolution
+1306.2171 Computational Complexity
+1306.2174
+1306.2180 Solar and Stellar Astrophysics
+1306.2184 Algebraic Geometry
+1306.2185 Algebraic Geometry
+1306.2186 Analysis of PDEs
+1306.2187 Computational Complexity
+1306.2188 Statistical Finance
+1306.2191 Numerical Analysis
+1306.2194 Statistics Theory
+1306.2195 Algebraic Geometry
+1306.2197 Combinatorics
+1306.2201 Algebraic Geometry
+1306.2213
+1306.2217 Computational Complexity
+1306.2218 Analysis of PDEs
+1306.2225 Differential Geometry
+1306.2227 Computational Physics
+1306.2229 Probability
+1306.2234 Instrumentation and Detectors
+1306.2235 Optics
+1306.2237 Algebraic Geometry
+1306.2243 Genomics
+1306.2244 Molecular Networks
+1306.2249 Networking and Internet Architecture
+1306.2251 General Finance
+1306.2252 Cryptography and Security
+1306.2257 Neural and Evolutionary Computing
+1306.2258 Biomolecules
+1306.2264 High Energy Astrophysical Phenomena
+1306.2266 History and Philosophy of Physics
+1306.2267 Programming Languages
+1306.2268 Artificial Intelligence
+1306.2270
+1306.2271
+1306.2278 History and Overview
+1306.2281 Methodology
+1306.2283 Logic
+1306.2284 Computer Science and Game Theory
+1306.2290 Statistics Theory
+1306.2293 Neurons and Cognition
+1306.2294 Analysis of PDEs
+1306.2297 Optimization and Control
+astro-ph/0201462
+cond-mat/0512334 Mesoscale and Nanoscale Physics
+cond-mat/0512382 Mesoscale and Nanoscale Physics
+gr-qc/9809072
+math-ph/0605081
+math/0502098 Probability
+math/0610970 Algebraic Geometry
+0808.1923 Differential Geometry
+0811.0662 Probability
+0904.1255 Differential Geometry
+0907.5604 Differential Geometry
+0910.3473
+0912.4546
+1002.3042 Algebraic Geometry
+1003.0713 Earth and Planetary Astrophysics
+1004.4411 Algebraic Geometry
+1006.0916 Cosmology and Nongalactic Astrophysics
+1009.5720 Earth and Planetary Astrophysics
+1105.3383 Discrete Mathematics
+1106.2616 Algebraic Geometry
+1106.2703 Classical Analysis and ODEs
+1107.0327 Combinatorics
+1107.0742 Quantum Algebra
+1107.3264 Classical Analysis and ODEs
+1108.5129 Spectral Theory
+1109.0729 Cosmology and Nongalactic Astrophysics
+1109.4470 Strongly Correlated Electrons
+1111.7057 Representation Theory
+1112.2544 Dynamical Systems
+1112.2709 Mesoscale and Nanoscale Physics
+1201.0003 Phenomenology
+1201.5003 Strongly Correlated Electrons
+1202.3368 Group Theory
+1202.6216 Mesoscale and Nanoscale Physics
+1204.2060 Number Theory
+1205.0436 Mesoscale and Nanoscale Physics
+1206.6091 Probability
+1206.6270 Combinatorics
+1207.1767
+1207.7198 Analysis of PDEs
+1208.1308 Number Theory
+1208.1472 Strongly Correlated Electrons
+1208.3336 Superconductivity
+1208.5574
+1209.5303
+1209.6384 Mesoscale and Nanoscale Physics
+1210.1349 Strongly Correlated Electrons
+1210.7112 High Energy Astrophysical Phenomena
+1210.8204 Theory
+1211.0499 Phenomenology
+1211.5486 Classical Physics
+1211.6917 Theory
+1211.6993 Experiment
+1212.0148 Analysis of PDEs
+1212.1130 Superconductivity
+1212.2170 Probability
+1212.2647 Statistical Mechanics
+1212.3090 Symbolic Computation
+1212.6049
+1301.3501 Strongly Correlated Electrons
+1301.4677 Algebraic Geometry
+1301.5051 Representation Theory
+1301.5358 Experiment
+1301.6668 Experiment
+1302.0149 Optics
+1302.0497 Optics
+1302.0796 Instrumentation and Detectors
+1302.2064 Phenomenology
+1302.3020 Information Theory
+1302.5723 Experiment
+1303.2834
+1303.5296 Materials Science
+1303.5939 Atomic Physics
+1303.6346 Experiment
+1304.1471
+1304.1632
+1304.1700 Strongly Correlated Electrons
+1304.3682 Algebraic Geometry
+1304.6679
+1304.6819 Trading and Market Microstructure
+1305.0016 Earth and Planetary Astrophysics
+1305.0128
+1305.0400 Phenomenology
+1305.0486 Classical Physics
+1305.1449
+1305.1927
+1305.1993
+1305.2825 Earth and Planetary Astrophysics
+1305.3462 Probability
+1305.3466 Group Theory
+1305.3564 Lattice
+1305.4385 High Energy Astrophysical Phenomena
+1305.5251 Phenomenology
+1305.6837 Phenomenology
+1305.7417 Theory
+1306.0023 Experiment
+1306.0363 Mesoscale and Nanoscale Physics
+1306.1092 Theory
+1306.1156 Phenomenology
+1306.1643 Astrophysics of Galaxies
+1306.2468 Mesoscale and Nanoscale Physics
+1306.3143 Optics
+1306.3989 Solar and Stellar Astrophysics
+1306.4921 Astrophysics of Galaxies
+1306.5033 Superconductivity
+1306.5605 Atomic Physics
+1306.6075 Theory
+1306.6186 Cosmology and Nongalactic Astrophysics
+1306.6341 Theory
+1307.0525 Strongly Correlated Electrons
+1307.2425 Lattice
+1307.2631 Phenomenology
+1307.3516 Strongly Correlated Electrons
+1307.3679 Theory
+1307.3920 Phenomenology
+1307.4008 Mesoscale and Nanoscale Physics
+1307.4206 Mesoscale and Nanoscale Physics
+1307.4650 Theory
+1307.5470
+1307.5488 Mesoscale and Nanoscale Physics
+1307.5678 Group Theory
+1307.6274
+1307.7120 Phenomenology
+1307.7485 Phenomenology
+1307.7627 Experiment
+1307.7936 Solar and Stellar Astrophysics
+1308.0121
+1308.1267 Algebraic Geometry
+1308.1456 Number Theory
+1308.2151 Phenomenology
+1308.3389 Phenomenology
+1308.4521 Mesoscale and Nanoscale Physics
+1308.5182 Differential Geometry
+1308.5838 Cosmology and Nongalactic Astrophysics
+1308.5966 Fluid Dynamics
+1308.6078 Classical Physics
+1308.6528 Strongly Correlated Electrons
+1309.0468 Representation Theory
+1309.1465 Phenomenology
+1309.2791
+1309.4172 Phenomenology
+1309.4177
+1309.4767 Computational Complexity
+1309.5218 Materials Science
+1309.5386 Cosmology and Nongalactic Astrophysics
+1309.5389 Cosmology and Nongalactic Astrophysics
+1309.5529
+1309.5942 Computation and Language
+1309.5944 Networking and Internet Architecture
+1309.5946 Computer Science and Game Theory
+1309.5968 Logic
+1309.5970 Mesoscale and Nanoscale Physics
+1309.5971
+1309.5974 Instrumentation and Detectors
+1309.5975 Dynamical Systems
+1309.5977 Machine Learning
+1309.5982 High Energy Astrophysical Phenomena
+1309.5984 Artificial Intelligence
+1309.5985 History and Overview
+1309.5988 Numerical Analysis
+1309.5989 Cosmology and Nongalactic Astrophysics
+1309.5990 Theory
+1309.5991 Data Structures and Algorithms
+1309.5993 Social and Information Networks
+1309.5996 Logic
+1309.5997 Networking and Internet Architecture
+1309.5999 Methodology
+1309.6000 Networking and Internet Architecture
+1309.6007 Optimization and Control
+1309.6008 Accelerator Physics
+1309.6009 Dynamical Systems
+1309.6013 Machine Learning
+1309.6015 Quantitative Methods
+1309.6018 Superconductivity
+1309.6019 Strongly Correlated Electrons
+1309.6021 Number Theory
+1309.6023 Mesoscale and Nanoscale Physics
+1309.6026 High Energy Astrophysical Phenomena
+1309.6028 Algebraic Geometry
+1309.6036 Information Theory
+1309.6043 High Energy Astrophysical Phenomena
+1309.6046 Strongly Correlated Electrons
+1309.6047 Sound
+1309.6049 Representation Theory
+1309.6050 Rings and Algebras
+1309.6053 Number Theory
+1309.6054
+1309.6058 Methodology
+1309.6059 Lattice
+1309.6060 Algebraic Geometry
+1309.6061 Statistics Theory
+1309.6063 Functional Analysis
+1309.6067 Mesoscale and Nanoscale Physics
+1309.6069 Data Structures and Algorithms
+1309.6070 Group Theory
+1309.6074 Functional Analysis
+1309.6075
+1309.6076 Dynamical Systems
+1309.6077 Analysis of PDEs
+1309.6078 Data Structures and Algorithms
+1309.6080 Spectral Theory
+1309.6082 Probability
+1309.6085 Functional Analysis
+1309.6087 High Energy Astrophysical Phenomena
+1309.6088 Materials Science
+1309.6090 Combinatorics
+1309.6092 Materials Science
+1309.6093 Materials Science
+1309.6096 Algebraic Geometry
+1309.6102 Analysis of PDEs
+1309.6107 Quantum Gases
+1309.6110 Astrophysics of Galaxies
+1309.6113 Analysis of PDEs
+1309.6114 Cosmology and Nongalactic Astrophysics
+1309.6117 Materials Science
+1309.6119 Combinatorics
+1309.6121 Materials Science
+1309.6123 Networking and Internet Architecture
+1309.6124 Formal Languages and Automata Theory
+1309.6125 Functional Analysis
+1309.6126 Materials Science
+1309.6127 Materials Science
+1309.6129 Data Structures and Algorithms
+1309.6132 Distributed, Parallel, and Cluster Computing
+1309.6133 Other Condensed Matter
+1309.6135 Representation Theory
+1309.6142 Geometric Topology
+1309.6146 Data Analysis, Statistics and Probability
+1309.6148 Discrete Mathematics
+1309.6149 Cryptography and Security
+1309.6151 Information Theory
+1309.6154 Functional Analysis
+1309.6155
+1309.6158 Machine Learning
+1309.6159 Complex Variables
+1309.6162 Computation and Language
+1309.6166 Plasma Physics
+1309.6173 Analysis of PDEs
+1309.6176 Computation and Language
+1309.6178 Applications
+1309.6182 High Energy Astrophysical Phenomena
+1309.6185 Computation and Language
+1309.6193 Materials Science
+1309.6194 Probability
+1309.6195 Computer Vision and Pattern Recognition
+1309.6196 Probability
+1309.6202 Computation and Language
+1309.6207 Soft Condensed Matter
+1309.6208 Populations and Evolution
+1309.6210 Materials Science
+1309.6212 Statistical Mechanics
+1309.6214 Fluid Dynamics
+1309.6217 Data Analysis, Statistics and Probability
+1309.6220 Phenomenology
+1309.6223 Dynamical Systems
+1309.6225 Physics and Society
+1309.6230 Algebraic Geometry
+1309.6233 Differential Geometry
+1309.6240 Number Theory
+1309.6246 Dynamical Systems
+1309.6248 Differential Geometry
+1309.6249 Lattice
+1309.6253 Lattice
+1309.6255 Mesoscale and Nanoscale Physics
+1309.6259 Classical Analysis and ODEs
+1309.6262 Algebraic Geometry
+1309.6265 Probability
+1309.6266 Combinatorics
+1309.6269 Experiment
+1309.6271 Molecular Networks
+1309.6272 Analysis of PDEs
+1309.6273 Tissues and Organs
+1309.6278 Lattice
+1309.6282 Theory
+1309.6286 Optics
+1309.6287 Probability
+1309.6288 Lattice
+1309.6289 Dynamical Systems
+1309.6291 Analysis of PDEs
+1309.6292 Functional Analysis
+1309.6293 Spectral Theory
+1309.6294
+1309.6295 Analysis of PDEs
+1309.6296 Probability
+1309.6306 Operator Algebras
+1309.6307 Systems and Control
+astro-ph/0307335
+hep-ph/0303259 Phenomenology
+1101.3396 Data Structures and Algorithms
+0706.0707 Differential Geometry
+0706.0888 Differential Geometry
+0708.1999 Differential Geometry
+0710.1611 Differential Geometry
+0902.2096
+0903.5534 Differential Geometry
+0907.3333 Popular Physics
+0908.1437 Popular Physics
+0908.3179 Quantum Gases
+0910.3083 Differential Geometry
+0911.0957 Atomic Physics
+0911.3294 Differential Geometry
+1001.3802 Probability
+1003.1416 Differential Geometry
+1003.1417 Differential Geometry
+1003.6053 Probability
+1006.0198 Quantum Gases
+1009.5934 Probability
+1010.2878
+1011.2958 Risk Management
+1011.4080 Populations and Evolution
+1011.4929 Classical Analysis and ODEs
+1012.0677 Statistical Mechanics
+1012.2499 Distributed, Parallel, and Cluster Computing
+1012.2810 Combinatorics
+1101.0754 Adaptation and Self-Organizing Systems
+1101.3229 Statistics Theory
+1101.5282 Probability
+1102.1093 Algebraic Geometry
+1103.2955 Group Theory
+1104.2577
+1104.3034 Probability
+1105.1718 Combinatorics
+1105.6330 Functional Analysis
+1106.6299 Theory
+1107.2373 Cosmology and Nongalactic Astrophysics
+1107.4835
+1107.5415 Numerical Analysis
+1108.3346
+1108.4241
+1108.4686
+1108.5761 Combinatorics
+1109.1020 Materials Science
+1109.1602 Combinatorics
+1109.1884 Algebraic Geometry
+1109.1963
+1109.3218 Combinatorics
+1109.6248 Differential Geometry
+1110.0619 Plasma Physics
+1110.2272 Combinatorics
+1110.4650 Solar and Stellar Astrophysics
+1111.2659 Number Theory
+1111.2916 Phenomenology
+1112.2892 Information Theory
+1201.0013 Theory
+1201.2239 Theory
+1202.6131 Optimization and Control
+1203.1562 Fluid Dynamics
+1203.3324 Cryptography and Security
+1203.4681 Cosmology and Nongalactic Astrophysics
+1203.6623 Metric Geometry
+1204.0148 Trading and Market Microstructure
+1204.0278
+1204.1799 Algebraic Geometry
+1204.2346
+1204.2951 Probability
+1204.5311 Group Theory
+1205.3151 Quantum Gases
+1205.6612 Probability
+1205.6861 Algebraic Geometry
+1206.0096 Mesoscale and Nanoscale Physics
+1206.0785
+1206.2039 Representation Theory
+1206.3645 Algebraic Geometry
+1207.0573 Theory
+1207.0590 Quantum Gases
+1207.0648 Spectral Theory
+1207.7249 Geometric Topology
+1208.4139 Number Theory
+1209.0542 Statistics Theory
+1209.0653 Differential Geometry
+1209.2860 Theory
+1209.3695 Plasma Physics
+1209.4121 Mesoscale and Nanoscale Physics
+1209.5932
+1210.0631 Functional Analysis
+1210.1678 Superconductivity
+1210.4499 Spectral Theory
+1210.4691 Solar and Stellar Astrophysics
+1210.5945
+1210.5960 Mesoscale and Nanoscale Physics
+1210.6213
+1210.6904
+1210.7149 Other Condensed Matter
+1210.7328 Statistical Mechanics
+1211.0070 Theory
+1211.2184 Symplectic Geometry
+1211.3757 Mesoscale and Nanoscale Physics
+1211.4053 Computer Science and Game Theory
+1211.4203 Strongly Correlated Electrons
+1211.4347 Software Engineering
+1211.4454 Theory
+1211.5755 Combinatorics
+1212.3335 Theory
+1212.3609 Theory
+1212.5302 Representation Theory
+1301.0357 Quantum Gases
+1301.0467 Theory
+1301.0906 Functional Analysis
+1301.1887 Physics and Society
+1301.2119 History and Philosophy of Physics
+1301.2637 Geometric Topology
+1301.4105 Analysis of PDEs
+1301.4246
+1301.4810 Metric Geometry
+1301.5218
+1301.5643 Strongly Correlated Electrons
+1301.6930 Solar and Stellar Astrophysics
+1301.6934 Solar and Stellar Astrophysics
+1301.7021
+1301.7098 Analysis of PDEs
+1302.0384
+1302.0644 Superconductivity
+1302.2383
+1302.2540 Mesoscale and Nanoscale Physics
+1302.2710 Populations and Evolution
+1302.3901 Cryptography and Security
+1302.3936 Phenomenology
+1302.4350 Logic in Computer Science
+1302.4762
+1302.5126 Phenomenology
+1302.5246 Lattice
+1302.6205 Strongly Correlated Electrons
+1303.0776 Mesoscale and Nanoscale Physics
+1303.1706 Strongly Correlated Electrons
+1303.2179 Mesoscale and Nanoscale Physics
+1303.2691 Solar and Stellar Astrophysics
+1303.2710 Superconductivity
+1303.2806 Mesoscale and Nanoscale Physics
+1303.3405 Quantum Gases
+1303.3413 Probability
+1303.3558 Mesoscale and Nanoscale Physics
+1303.3825
+1303.4443 Computational Complexity
+1303.5860 Mesoscale and Nanoscale Physics
+1303.5887 Information Theory
+1303.5974 Discrete Mathematics
+1303.6012 Numerical Analysis
+1303.6610 Soft Condensed Matter
+1303.7275 Geometric Topology
+1304.0309 Cosmology and Nongalactic Astrophysics
+1304.0809 Programming Languages
+1304.0821 Instrumentation and Detectors
+1304.0917 Data Structures and Algorithms
+1304.2217 Commutative Algebra
+1304.2582 Plasma Physics
+1304.2656 Mesoscale and Nanoscale Physics
+1304.2977 Instrumentation and Detectors
+1304.3465 Cosmology and Nongalactic Astrophysics
+1304.3934 Mesoscale and Nanoscale Physics
+1304.3994 Information Theory
+1304.4008
+1304.4052 Astrophysics of Galaxies
+1304.4930 Probability
+1304.4970 Phenomenology
+1304.5086 Group Theory
+1304.5140 Data Structures and Algorithms
+1304.5681 Biological Physics
+1304.5761 Mesoscale and Nanoscale Physics
+1304.6090 High Energy Astrophysical Phenomena
+1304.6844 Mesoscale and Nanoscale Physics
+1304.7058
+1304.7134 Plasma Physics
+1304.7446 Dynamical Systems
+1305.0205 Physics and Society
+1305.0768 Physics and Society
+1305.1188 General Physics
+1305.4040 Category Theory
+1305.4425 Materials Science
+1305.5049 Theory
+1305.6142 Cosmology and Nongalactic Astrophysics
+1305.6168
+1305.6353 Algebraic Geometry
+1305.7392 Mesoscale and Nanoscale Physics
+1306.0021 Statistical Mechanics
+1306.0030 Soft Condensed Matter
+1306.0407 Machine Learning
+1306.0555 Software Engineering
+1306.1702 Other Computer Science
+1306.2091 Computation and Language
+1306.2392 Numerical Analysis
+1306.2986 Phenomenology
+1306.3049 Commutative Algebra
+1306.3434 Number Theory
+1306.3438 Analysis of PDEs
+1306.3498 Functional Analysis
+1306.3499
+1306.3506 Numerical Analysis
+1306.3507 Formal Languages and Automata Theory
+1306.3508 Combinatorics
+1306.3511
+1306.3514 Algebraic Geometry
+1306.3524 Data Analysis, Statistics and Probability
+1306.3528 Statistical Mechanics
+1306.3531 Risk Management
+1306.3538 Data Structures and Algorithms
+1306.3539
+1306.3546 Cryptography and Security
+1306.3547 Superconductivity
+1306.3551 Robotics
+1306.3558 Learning
+1306.3560 Computer Vision and Pattern Recognition
+1306.3566 Data Structures and Algorithms
+1306.3567 Mesoscale and Nanoscale Physics
+1306.3574 Machine Learning
+1306.3577 Analysis of PDEs
+1306.3584 Computation and Language
+1306.3585 Probability
+1306.3586 Phenomenology
+1306.3594
+1306.3601 Data Structures and Algorithms
+1306.3602 Data Structures and Algorithms
+1306.3606 Dynamical Systems
+1306.3608 Solar and Stellar Astrophysics
+1306.3609 Statistics Theory
+1306.3610 Information Theory
+1306.3615 Populations and Evolution
+1306.3622 Information Theory
+1306.3623 Operator Algebras
+1306.3628 Exactly Solvable and Integrable Systems
+1306.3629 Analysis of PDEs
+1306.3630 Geometric Topology
+1306.3636 Applications
+1306.3637 Optimization and Control
+1306.3638
+1306.3641 Classical Analysis and ODEs
+1306.3643 Pattern Formation and Solitons
+1306.3644 Analysis of PDEs
+1306.3645
+1306.3646 Phenomenology
+1306.3647 Networking and Internet Architecture
+1306.3648 Dynamical Systems
+1306.3650 Commutative Algebra
+1306.3653 Phenomenology
+1306.3655 Representation Theory
+1306.3659 Probability
+1306.3660 Quantum Algebra
+1306.3664
+1306.3667 Solar and Stellar Astrophysics
+1306.3668 Algebraic Geometry
+1306.3670 Solar and Stellar Astrophysics
+1306.3671 Fluid Dynamics
+1306.3676 Functional Analysis
+1306.3679 Optimization and Control
+1306.3680 Optimization and Control
+1306.3681 Number Theory
+1306.3682 Optimization and Control
+1306.3683 Optimization and Control
+1306.3684 Optimization and Control
+1306.3685 Optimization and Control
+1306.3687 Solar and Stellar Astrophysics
+1306.3688 K-Theory and Homology
+1306.3699 Analysis of PDEs
+1306.3702 Strongly Correlated Electrons
+1306.3704 General Finance
+1306.3705 Quantum Algebra
+1306.3707 Networking and Internet Architecture
+1306.3710 Information Theory
+1306.3713
+1306.3714 Computational Physics
+1306.3715 Differential Geometry
+1306.3727 Computational Complexity
+1306.3729 Learning
+1306.3734
+1306.3735 Analysis of PDEs
+1306.3746
+1306.3749
+1306.3755 Atmospheric and Oceanic Physics
+1306.3760
+1306.3761 Analysis of PDEs
+1306.3762 Applications
+1306.3764 Optimization and Control
+1306.3766 Computational Complexity
+1306.3768 Applications
+1306.3770 Information Theory
+1306.3772 Data Structures and Algorithms
+1306.3774 Information Theory
+1306.3776 Operator Algebras
+1306.3783 Digital Libraries
+1306.3785 Fluid Dynamics
+1306.3789 History and Philosophy of Physics
+1306.3793 Phenomenology
+1306.3794 Instrumentation and Detectors
+1306.3795 K-Theory and Homology
+1306.3797 Combinatorics
+1306.3798 Optimization and Control
+1306.3802 Rings and Algebras
+1306.3807 Optimization and Control
+1306.3809 Probability
+1306.3811 Soft Condensed Matter
+1306.3813 Biological Physics
+1306.3814 Dynamical Systems
+1306.3817 Metric Geometry
+1306.3820 Physics and Society
+1306.3821 Quantum Algebra
+1306.3822 Physics and Society
+1306.3827 Functional Analysis
+1306.3828 Computer Vision and Pattern Recognition
+1306.3831 Probability
+1306.3832 Optics
+1306.3834 Optics
+1306.3836 Optimization and Control
+1306.3838 Rings and Algebras
+1306.3839 Social and Information Networks
+1306.3840 Rings and Algebras
+1306.3844 Dynamical Systems
+1306.3847 Dynamical Systems
+1306.3852 Algebraic Geometry
+1306.3853 History and Overview
+1306.3857 Data Structures and Algorithms
+1306.3859 Quantum Algebra
+1306.3862 Machine Learning
+1306.3867 Optimization and Control
+1306.3875 Other Computer Science
+1306.3877 Data Structures and Algorithms
+1306.3897 Differential Geometry
+1306.3905 Learning
+1306.3906 Distributed, Parallel, and Cluster Computing
+1306.3907 Phenomenology
+1306.3908 Strongly Correlated Electrons
+1306.3909 Computer Science and Game Theory
+1306.3911 Probability
+1306.3917 Machine Learning
+1306.3921 Combinatorics
+1306.3925
+1306.3926 Phenomenology
+1306.3928 Analysis of PDEs
+1306.3931 Materials Science
+1306.3932
+1306.3934 Probability
+1306.3943 Symplectic Geometry
+1306.3945
+1306.3952
+1306.3953 Systems and Control
+1306.3954 General Topology
+1306.3955 Information Retrieval
+1306.3958 Cosmology and Nongalactic Astrophysics
+1306.3959 Software Engineering
+1306.3964 Rings and Algebras
+1306.3965 Representation Theory
+1306.3968 Atomic Physics
+gr-qc/0611124
+math-ph/0402049
+math/0507303 Probability
+0708.0565 Algebraic Geometry
+0908.2238 Algebraic Geometry
+0909.1835 Algebraic Geometry
+0910.0144 Networking and Internet Architecture
+0910.2140 Networking and Internet Architecture
+1001.4498 Algebraic Geometry
+1007.1789
+1008.2911 Group Theory
+1010.6171 Algebraic Geometry
+1011.2044 Rings and Algebras
+1011.2513 Superconductivity
+1102.1620 Probability
+1102.4349 Astrophysics of Galaxies
+1103.3060 Differential Geometry
+1103.4175 Quantum Algebra
+1103.4550 Social and Information Networks
+1104.3061 Instrumentation and Methods for Astrophysics
+1105.0724 Algebraic Geometry
+1105.2174 Materials Science
+1106.1356 Chemical Physics
+1106.2896 Statistical Mechanics
+1106.4946
+1107.1947 Differential Geometry
+1107.2874 Probability
+1107.2876 Probability
+1107.2878 Probability
+1108.1938 Algebraic Topology
+1108.5565 Probability
+1109.5590 Strongly Correlated Electrons
+1201.3138 Superconductivity
+1201.3217 Computational Geometry
+1201.4505 Metric Geometry
+1201.6316 Statistical Mechanics
+1201.6642 Mesoscale and Nanoscale Physics
+1202.2557 Classical Analysis and ODEs
+1202.5531 Algebraic Geometry
+1203.0066
+1203.0885 Mesoscale and Nanoscale Physics
+1203.0910 Combinatorics
+1203.3994 Mesoscale and Nanoscale Physics
+1203.5385 Other Condensed Matter
+1203.6458 High Energy Astrophysical Phenomena
+1204.4814 Mesoscale and Nanoscale Physics
+1204.5059 Information Theory
+1204.5405 Strongly Correlated Electrons
+1204.5740 General Physics
+1204.6093 Optimization and Control
+1204.6624 Dynamical Systems
+1205.1816 Strongly Correlated Electrons
+1205.5001 Number Theory
+1205.6023 Mesoscale and Nanoscale Physics
+1206.6803 Strongly Correlated Electrons
+1207.2510
+1207.3649 Machine Learning
+1208.1689
+1208.3171 Analysis of PDEs
+1209.1606 Disordered Systems and Neural Networks
+1209.1967 Superconductivity
+1209.4060 High Energy Astrophysical Phenomena
+1209.4095 Rings and Algebras
+1209.5424 Strongly Correlated Electrons
+1209.5457 Algebraic Geometry
+1209.5915 Theory
+1209.6058 Strongly Correlated Electrons
+1209.6207 Phenomenology
+1210.0256 Differential Geometry
+1210.0883 Algebraic Topology
+1210.1012 Superconductivity
+1210.4056 Category Theory
+1210.5239 Mesoscale and Nanoscale Physics
+1210.6297 Strongly Correlated Electrons
+1211.0989
+1211.1980 Phenomenology
+1211.2538
+1211.4800 Statistical Mechanics
+1211.5100 Mesoscale and Nanoscale Physics
+1211.5314 Phenomenology
+1211.5990
+1211.7261 Phenomenology
+1212.0155
+1212.3292 Spectral Theory
+1212.3553 Earth and Planetary Astrophysics
+1212.4365
+1301.0846 Quantum Gases
+1301.3764 Learning
+1301.3788 Mesoscale and Nanoscale Physics
+1301.3805 Astrophysics of Galaxies
+1301.5355 Superconductivity
+1301.6076 Theory
+1301.6554 Neurons and Cognition
+1301.6866 Differential Geometry
+1301.7009 Theory
+1301.7070 Astrophysics of Galaxies
+1301.7536 Phenomenology
+1302.1809 Statistics Theory
+1302.2293 Functional Analysis
+1302.2862 Probability
+1302.3989 Strongly Correlated Electrons
+1302.6751 Atomic Physics
+1303.2920 Data Structures and Algorithms
+1303.3659
+1303.5782 Group Theory
+1303.5885 Combinatorics
+1303.6201 Mesoscale and Nanoscale Physics
+1303.6231 Biomolecules
+1303.6390 Learning
+1303.6399 Superconductivity
+1303.6490 General Physics
+1303.6625 Dynamical Systems
+1303.6626 Probability
+1303.6627
+1303.6642 Commutative Algebra
+1303.6643 Geometric Topology
+1303.6647 Chaotic Dynamics
+1303.6649
+1303.6652 Solar and Stellar Astrophysics
+1303.6654 General Finance
+1303.6660 Spectral Theory
+1303.6663 Probability
+1303.6667 Biomolecules
+1303.6669 Metric Geometry
+1303.6670 Atomic Physics
+1303.6671 Materials Science
+1303.6675 Functional Analysis
+1303.6676 Chemical Physics
+1303.6682 Databases
+1303.6683 Computational Geometry
+1303.6698 Phenomenology
+1303.6701
+1303.6707 Instrumentation and Methods for Astrophysics
+1303.6711 Computer Vision and Pattern Recognition
+1303.6714 General Topology
+1303.6715 Superconductivity
+1303.6717 Geometric Topology
+1303.6719 Systems and Control
+1303.6721 Analysis of PDEs
+1303.6724 Analysis of PDEs
+1303.6726 Theory
+1303.6728 Differential Geometry
+1303.6731 Accelerator Physics
+1303.6747 Fluid Dynamics
+1303.6749 High Energy Astrophysical Phenomena
+1303.6751 Classical Analysis and ODEs
+1303.6753 Networking and Internet Architecture
+1303.6757 Atomic Physics
+1303.6759 Logic
+1303.6761 Discrete Mathematics
+1303.6762 Accelerator Physics
+1303.6766 Accelerator Physics
+1303.6767 Accelerator Physics
+1303.6770 Probability
+1303.6771 Information Theory
+1303.6774 Group Theory
+1303.6776 Lattice
+1303.6777 Robotics
+1303.6781 High Energy Astrophysical Phenomena
+1303.6782 Cryptography and Security
+1303.6784 Applications
+1303.6790 Classical Analysis and ODEs
+1303.6794 Social and Information Networks
+1303.6795 Probability
+1303.6796 Numerical Analysis
+1303.6799 Discrete Mathematics
+1303.6801 Information Theory
+1303.6807 Networking and Internet Architecture
+1303.6808 Instrumentation and Methods for Astrophysics
+1303.6810 Optics
+1303.6811 Machine Learning
+1303.6817 Networking and Internet Architecture
+1303.6819
+1303.6823 Analysis of PDEs
+1303.6824
+1303.6826 Metric Geometry
+1303.6827 Classical Analysis and ODEs
+1303.6831
+1303.6837 Systems and Control
+1303.6838 Solar and Stellar Astrophysics
+1303.6839 Networking and Internet Architecture
+1303.6841 Networking and Internet Architecture
+1303.6845 Theory
+1303.6847 Number Theory
+1303.6855 Operator Algebras
+1303.6859 Networking and Internet Architecture
+1303.6862 Logic in Computer Science
+1303.6870 Solar and Stellar Astrophysics
+1303.6871 Solar and Stellar Astrophysics
+1303.6872 Data Structures and Algorithms
+1303.6874 Commutative Algebra
+1303.6875 Group Theory
+1303.6880 Information Theory
+1303.6881 Networking and Internet Architecture
+1303.6883 Numerical Analysis
+1303.6884 Probability
+1303.6885 Software Engineering
+1303.6886 Physics Education
+1303.6887 Networking and Internet Architecture
+1303.6888 Classical Analysis and ODEs
+1303.6889 Geometric Topology
+1303.6890 Classical Analysis and ODEs
+1303.6892 Classical Analysis and ODEs
+1303.6893 Classical Analysis and ODEs
+1303.6896 Cosmology and Nongalactic Astrophysics
+1303.6898 Classical Analysis and ODEs
+1303.6905 Cryptography and Security
+1303.6906 Information Retrieval
+1303.6908 Networking and Internet Architecture
+1303.6910 Physics Education
+1303.6911 Geometric Topology
+1303.6919 Information Theory
+1303.6927 Computer Vision and Pattern Recognition
+1303.6931 Phenomenology
+1303.6933 History and Overview
+1303.6934 Analysis of PDEs
+1303.6935 Machine Learning
+1303.6937 Algebraic Geometry
+1303.6944 Functional Analysis
+math/0612476 Probability
+solv-int/9909027 Exactly Solvable and Integrable Systems
+0810.3670 Probability
+0906.0601 Analysis of PDEs
+0907.2882 Analysis of PDEs
+0908.0097 Differential Geometry
+0912.1098 Mesoscale and Nanoscale Physics
+1004.3531 Probability
+1004.4527 Analysis of PDEs
+1005.2059 Numerical Analysis
+1006.2059 Numerical Analysis
+1012.1819 Combinatorics
+1106.0823 Computer Vision and Pattern Recognition
+1108.0220 Theory
+1108.3102 Geometric Topology
+1108.3249 Combinatorics
+1110.2124 Commutative Algebra
+1111.4392 Operator Algebras
+1202.3294 Combinatorics
+1205.1784 Theory
+1206.0128 Complex Variables
+1206.1283 Materials Science
+1206.2938 Superconductivity
+1206.5227 Mesoscale and Nanoscale Physics
+1206.6967 Numerical Analysis
+1207.1724 Quantum Gases
+1207.4686 Experiment
+1207.4708 Artificial Intelligence
+1207.5835 Functional Analysis
+1208.0353 Information Theory
+1208.2884 Experiment
+1208.2956 Data Structures and Algorithms
+1208.3144 Experiment
+1208.3956 Numerical Analysis
+1208.3988 Differential Geometry
+1208.4305 Experiment
+1208.4783 Dynamical Systems
+1208.6168 Mesoscale and Nanoscale Physics
+1209.0753 Experiment
+1209.1441
+1209.2102 Experiment
+1209.2140 Cosmology and Nongalactic Astrophysics
+1209.3817 Differential Geometry
+1209.4186 Experiment
+1210.1238 Strongly Correlated Electrons
+1210.1314 Experiment
+1210.2852 Experiment
+1210.4457 Experiment
+1210.4813 Experiment
+1210.4826 Experiment
+1210.7451 Experiment
+1210.8382 Strongly Correlated Electrons
+1211.1167 Experiment
+1211.1597 Experiment
+1211.4620 Theory
+1211.5503 Strongly Correlated Electrons
+1211.6454 Superconductivity
+1212.0482 Quantum Gases
+1212.1272 Experiment
+1212.2870
+1212.3231 Probability
+1212.5774
+1212.6149 Experiment
+1301.3294 Dynamical Systems
+1301.4192 Physics and Society
+1301.5714
+1302.2378 Group Theory
+1302.2379 Group Theory
+1302.2592 Statistical Mechanics
+1302.2681 Group Theory
+1302.3836 Phenomenology
+1302.3949 Physics and Society
+1302.6278
+1303.2264 Statistical Mechanics
+1303.2813 Cosmology and Nongalactic Astrophysics
+1303.4155 Cryptography and Security
+1303.4718
+1303.6553 Mesoscale and Nanoscale Physics
+1303.7151 Instrumentation and Methods for Astrophysics
+1304.0276 Materials Science
+1304.6592
+1305.1403 Statistical Mechanics
+1305.1446 Theory
+1305.1459 Distributed, Parallel, and Cluster Computing
+1305.1888 Strongly Correlated Electrons
+1305.2627 Phenomenology
+1305.3673 Mesoscale and Nanoscale Physics
+1305.3809 Accelerator Physics
+1305.4617 Instrumentation and Methods for Astrophysics
+1305.5640
+1305.6099 Statistics Theory
+1305.6817 Cryptography and Security
+1306.0652 Superconductivity
+1306.0845 Phenomenology
+1306.1099 Phenomenology
+1306.1145 Mesoscale and Nanoscale Physics
+1306.1223 Theory
+1306.1291 Phenomenology
+1306.1735 Phenomenology
+1306.2717 Algebraic Topology
+1306.3790 Materials Science
+1306.3799 Chemical Physics
+1306.4290 Representation Theory
+1306.4487
+1306.4597 High Energy Astrophysical Phenomena
+1306.4628 Combinatorics
+1306.4629 Neural and Evolutionary Computing
+1306.4733 Pricing of Securities
+1306.4735 Physics and Society
+1306.4954 Cosmology and Nongalactic Astrophysics
+1306.4977
+1306.4995
+1306.4997 Networking and Internet Architecture
+1306.4999 Social and Information Networks
+1306.5002 Probability
+1306.5003 Data Structures and Algorithms
+1306.5004 Physics and Society
+1306.5007 Combinatorics
+1306.5011 Optics
+1306.5023 Theory
+1306.5027 Superconductivity
+1306.5029 Data Structures and Algorithms
+1306.5034 Geophysics
+1306.5037 Functional Analysis
+1306.5039
+1306.5047 Phenomenology
+1306.5049 Materials Science
+1306.5050 Materials Science
+1306.5052 Phenomenology
+1306.5053 Artificial Intelligence
+1306.5055 Mesoscale and Nanoscale Physics
+1306.5058 Populations and Evolution
+1306.5061 Programming Languages
+1306.5066 Optics
+1306.5068 Optics
+1306.5070 Artificial Intelligence
+1306.5074 Rings and Algebras
+1306.5075 Quantitative Methods
+1306.5081 Computational Geometry
+1306.5082 General Finance
+1306.5091 Computers and Society
+1306.5092 Accelerator Physics
+1306.5097 Soft Condensed Matter
+1306.5098 Social and Information Networks
+1306.5099 Systems and Control
+1306.5102 Algebraic Geometry
+1306.5108 Solar and Stellar Astrophysics
+1306.5109 Systems and Control
+1306.5111 Information Theory
+1306.5113 Mesoscale and Nanoscale Physics
+1306.5114 Populations and Evolution
+1306.5118 Operator Algebras
+1306.5121
+1306.5124 Superconductivity
+1306.5128 Logic
+1306.5133
+1306.5136
+1306.5139 Optimization and Control
+1306.5142 Programming Languages
+1306.5146 Theory
+1306.5148 Quantitative Methods
+1306.5151 Computer Vision and Pattern Recognition
+1306.5156 Cryptography and Security
+1306.5158 Computational Engineering, Finance, and Science
+1306.5159 Differential Geometry
+1306.5160 Computational Engineering, Finance, and Science
+1306.5162 Cosmology and Nongalactic Astrophysics
+1306.5164 High Energy Astrophysical Phenomena
+1306.5165
+1306.5166 Multiagent Systems
+1306.5170 Information Retrieval
+1306.5172 Numerical Analysis
+1306.5179 Physics and Society
+1306.5180 Other Computer Science
+1306.5185 General Physics
+1306.5188 Strongly Correlated Electrons
+1306.5189 Solar and Stellar Astrophysics
+1306.5191 Solar and Stellar Astrophysics
+1306.5192
+1306.5202 Quantitative Methods
+1306.5204 Social and Information Networks
+1306.5206
+1306.5209 Networking and Internet Architecture
+1306.5211
+1306.5215 General Literature
+1306.5216 Numerical Analysis
+1306.5218 Phenomenology
+1306.5224 Computational Geometry
+1306.5225 Rings and Algebras
+math/0610440 Geometric Topology
+physics/0605005 Chemical Physics
+0810.0851 Algebraic Topology
+0810.4423 Computational Geometry
+0811.0144 Rings and Algebras
+0811.1248
+0903.1472 Quantum Algebra
+0905.3602 Information Theory
+0906.1618 Information Theory
+0909.1708 Quantum Algebra
+0911.2942 Databases
+0911.4020 Metric Geometry
+1001.0158 General Topology
+1001.3054 Probability
+1002.0518 Quantum Algebra
+1002.4513 General Physics
+1003.0501 Quantum Algebra
+1003.1187 Probability
+1005.1694 Discrete Mathematics
+1005.3651
+1006.0361 Differential Geometry
+1007.1550 Statistical Mechanics
+1012.2188
+1105.2575 Algebraic Geometry
+1105.4166 Cosmology and Nongalactic Astrophysics
+1106.4684 Probability
+1107.1419 Analysis of PDEs
+1107.4810 Numerical Analysis
+1108.3172 Combinatorics
+1108.6316 Differential Geometry
+1109.2859 Physics and Society
+1109.6862 Information Retrieval
+1111.1825 Classical Analysis and ODEs
+1111.3268 Combinatorics
+1111.5218 Theory
+1111.7137 Phenomenology
+1112.3153 Discrete Mathematics
+1201.6022 Information Theory
+1202.3506 Phenomenology
+1203.1776 Commutative Algebra
+1203.1871 Statistics Theory
+1203.2733
+1204.1093 General Physics
+1204.1309
+1204.1903 Pricing of Securities
+1204.1987
+1204.3593 Phenomenology
+1204.5896 Quantum Gases
+1204.6308
+1204.6543 Probability
+1204.6564 Information Theory
+1205.0898 Solar and Stellar Astrophysics
+1205.1090 Combinatorics
+1205.1557 Phenomenology
+1205.2884 Combinatorics
+1205.2936 Superconductivity
+1206.0013 Mesoscale and Nanoscale Physics
+1206.0067 Phenomenology
+1206.1755 Optimization and Control
+1206.3945 Combinatorics
+1207.0646 Strongly Correlated Electrons
+1207.1194 Optimization and Control
+1207.1460 Probability
+1207.2203 Theory
+1207.3238 Statistics Theory
+1207.5242
+1207.5832 Experiment
+1208.1294 Populations and Evolution
+1208.1339 Mesoscale and Nanoscale Physics
+1208.1530 Lattice
+1208.4541 Fluid Dynamics
+1208.4855 Cosmology and Nongalactic Astrophysics
+1208.5550 Strongly Correlated Electrons
+1209.0825 Cosmology and Nongalactic Astrophysics
+1209.1398
+1209.1891 Optics
+1209.3610
+1209.3676 Strongly Correlated Electrons
+1209.4291 Phenomenology
+1209.4470 Mesoscale and Nanoscale Physics
+1209.4613 Strongly Correlated Electrons
+1209.5646 Statistical Mechanics
+1209.6169 Optimization and Control
+1209.6263 Strongly Correlated Electrons
+1209.6435
+1210.0509
+1210.1770
+1210.3463 Statistical Mechanics
+1210.4807 Disordered Systems and Neural Networks
+1210.5857 Materials Science
+1210.6030 Solar and Stellar Astrophysics
+1210.6534 Mesoscale and Nanoscale Physics
+1210.6848 Fluid Dynamics
+1210.8014 Data Structures and Algorithms
+1210.8195 Chaotic Dynamics
+1210.8196 Systems and Control
+1211.3277 Atomic Physics
+1211.5475 Rings and Algebras
+1211.5659
+1211.6708 Plasma Physics
+1211.7240
+1211.7370 Theory
+1212.0744 Analysis of PDEs
+1212.1316 Quantum Gases
+1212.1483
+1212.4479 Algebraic Geometry
+1212.4890 Applications
+1212.5165 Phenomenology
+1212.5345 Algebraic Geometry
+1212.5841 Learning
+1212.5950 Phenomenology
+1212.6316 Machine Learning
+1212.6337 Disordered Systems and Neural Networks
+1212.6472 Superconductivity
+1212.6672 Functional Analysis
+1212.6911 Functional Analysis
+1301.0001 Emerging Technologies
+1301.0006 Social and Information Networks
+1301.0008 Number Theory
+1301.0010 Cosmology and Nongalactic Astrophysics
+1301.0013 Differential Geometry
+1301.0015 Learning
+1301.0019 Combinatorics
+1301.0025 Representation Theory
+1301.0026 Multimedia
+1301.0029 Lattice
+1301.0033 General Physics
+1301.0035 Number Theory
+1301.0037 Software Engineering
+1301.0038 Logic in Computer Science
+1301.0039 Logic in Computer Science
+1301.0040 Logic in Computer Science
+1301.0041 Logic in Computer Science
+1301.0042 Software Engineering
+1301.0043 Human-Computer Interaction
+1301.0044 Software Engineering
+1301.0045 Logic in Computer Science
+1301.0046 Logic in Computer Science
+1301.0048 Neural and Evolutionary Computing
+1301.0050 Neurons and Cognition
+1301.0055 Experiment
+1301.0061 Mesoscale and Nanoscale Physics
+1301.0062 Geometric Topology
+1301.0065 Optics
+1301.0066
+1301.0067
+1301.0074 Combinatorics
+1301.0075 Combinatorics
+1301.0078 Number Theory
+1301.0079 Information Theory
+1301.0081 History and Overview
+1301.0082 Learning
+1301.0085 Group Theory
+1301.0094 Information Theory
+1301.0097 Information Theory
+1301.0098 Experiment
+1301.0100 Materials Science
+1301.0102 Combinatorics
+1301.0103 Data Structures and Algorithms
+1301.0106
+1301.0109 Computational Finance
+1301.0112 Analysis of PDEs
+1301.0113 Probability
+1301.0114 Programming Languages
+1301.0115
+1301.0116
+1301.0118 Methodology
+1301.0119 Probability
+1301.0124 Probability
+1301.0125 Probability
+1301.0126 Algebraic Geometry
+1301.0128 Mathematical Software
+1301.0129 Mathematical Software
+1301.0132 Functional Analysis
+1301.0141 Experiment
+1301.0142 Machine Learning
+1301.0143 Analysis of PDEs
+1301.0145 Materials Science
+1301.0147 Probability
+1301.0148 Data Analysis, Statistics and Probability
+1301.0150 Fluid Dynamics
+1301.0152 Computer Science and Game Theory
+1301.0160 Analysis of PDEs
+1301.0161 Representation Theory
+1301.0167 Computer Vision and Pattern Recognition
+1301.0173 Artificial Intelligence
+1301.0176 Artificial Intelligence
+1301.0179 Learning
+1301.0180 Exactly Solvable and Integrable Systems
+1301.0181 Data Structures and Algorithms
+1301.0184 Mesoscale and Nanoscale Physics
+1301.0186 Risk Management
+1301.0188 Networking and Internet Architecture
+1301.0194 Analysis of PDEs
+1301.0198 Space Physics
+1301.0199 Solar and Stellar Astrophysics
+1301.0200
+1301.0203
+1301.0207 Information Theory
+1301.0211 Methodology
+1301.0212 Lattice
+1301.0214 Number Theory
+1301.0216 Artificial Intelligence
+1301.0220 Biological Physics
+1301.0221
+1301.0226 Complex Variables
+1301.0228 Experiment
+1301.0236 Optics
+1301.0238 Soft Condensed Matter
+1301.0240 Astrophysics of Galaxies
+1301.0246 Materials Science
+1301.0249 Algebraic Geometry
+1301.0251 Number Theory
+1301.0252 Number Theory
+1301.0255 Astrophysics of Galaxies
+1301.0262
+1301.0265 Sound
+1301.0267 Numerical Analysis
+1301.0268 Symplectic Geometry
+1301.0275
+1301.0278 Sound
+1301.0279 Experiment
+1301.0282 Combinatorics
+1301.0283 Experiment
+1301.0285 Earth and Planetary Astrophysics
+1301.0287 Phenomenology
+1301.0289 Graphics
+1301.0294 Probability
+1301.0297 Information Theory
+1301.0300 Category Theory
+1301.0308 Quantum Gases
+1301.0310 Physics and Society
+1301.0311 Instrumentation and Methods for Astrophysics
+math/0006219 Logic
+math/0010070 Logic
+math/0107206 Logic
+math/0210087 Logic
+math/0210205 Logic
+math/0603530 Differential Geometry
+math/9711222 Logic
+math/9806165 Logic
+math/9807172 Logic
+math/9808056 Logic
+physics/0703035 Geophysics
+0706.3262 Dynamical Systems
+0906.4296 Symplectic Geometry
+0910.0933 Strongly Correlated Electrons
+1008.1287 Data Analysis, Statistics and Probability
+1011.6079 Number Theory
+1012.1908 Optimization and Control
+1102.5598 Disordered Systems and Neural Networks
+1103.2712 Commutative Algebra
+1107.0158 Probability
+1109.3210
+1110.2598 Combinatorics
+1111.3164 Optimization and Control
+1111.4007 Strongly Correlated Electrons
+1112.0983 Optimization and Control
+1201.1316 Functional Analysis
+1201.3094 Algebraic Geometry
+1201.6438 Numerical Analysis
+1202.6002 Strongly Correlated Electrons
+1203.0808 Classical Analysis and ODEs
+1203.1372 Analysis of PDEs
+1204.1164 Superconductivity
+1204.4563 Information Theory
+1204.6302 Combinatorics
+1205.5646 Theory
+1206.0258 Strongly Correlated Electrons
+1207.2691 Mesoscale and Nanoscale Physics
+1207.6166 High Energy Astrophysical Phenomena
+1208.0339 Theory
+1209.0305 Portfolio Management
+1209.1579 Mesoscale and Nanoscale Physics
+1209.2293 Dynamical Systems
+1209.5141 Numerical Analysis
+1209.5311 Operator Algebras
+1210.2156
+1210.2656
+1210.4196 Phenomenology
+1210.4720
+1210.6001 Learning
+1211.1950 Superconductivity
+1211.6088 Mesoscale and Nanoscale Physics
+1211.6123 Cosmology and Nongalactic Astrophysics
+1212.2937 Combinatorics
+1212.3000 Theory
+1212.3457 Quantum Gases
+1212.3562
+1212.3744 Mesoscale and Nanoscale Physics
+1301.1910 Phenomenology
+1301.3261 Strongly Correlated Electrons
+1301.3427 Strongly Correlated Electrons
+1301.3959 Quantum Gases
+1301.4505 Theory
+1301.7028
+1301.7227 Quantum Gases
+1302.1187 Quantum Gases
+1302.1303 Quantum Gases
+1302.1418 Materials Science
+1302.2578
+1302.4282 Phenomenology
+1302.4514 Mesoscale and Nanoscale Physics
+1302.4669
+1302.7183 Plasma Physics
+1302.7232 Phenomenology
+1303.0258 Materials Science
+1303.1325 Atomic Physics
+1303.1593 Cosmology and Nongalactic Astrophysics
+1303.2046 Chemical Physics
+1303.2244 Logic
+1303.3412
+1303.6802 Combinatorics
+1304.0060
+1304.1300 Plasma Physics
+1304.4021 Soft Condensed Matter
+1304.5256 Strongly Correlated Electrons
+1304.6055 Number Theory
+1304.6646 Optics
+1304.7818 Space Physics
+1304.7851 Learning
+1305.0445 Learning
+1305.0975 Probability
+1305.1384 Experiment
+1305.2406 Functional Analysis
+1305.2703 Cosmology and Nongalactic Astrophysics
+1305.3369 Mesoscale and Nanoscale Physics
+1305.3913 General Physics
+1305.4185 Soft Condensed Matter
+1305.4709 Theory
+1305.5590 Geometric Topology
+1305.5707 Biological Physics
+1305.7472
+1306.0159
+1306.0602
+1306.0860
+1306.0942 Materials Science
+1306.1210
+1306.1308 Atomic Physics
+1306.1428 Geometric Topology
+1306.1544 Numerical Analysis
+1306.1548 Cosmology and Nongalactic Astrophysics
+1306.1557 Artificial Intelligence
+1306.1558 Group Theory
+1306.1561 Probability
+1306.1564 Phenomenology
+1306.1575 Materials Science
+1306.1580 K-Theory and Homology
+1306.1581 Differential Geometry
+1306.1584 Plasma Physics
+1306.1585 Dynamical Systems
+1306.1589 Optimization and Control
+1306.1593 Combinatorics
+1306.1594 Materials Science
+1306.1597 Phenomenology
+1306.1598 Methodology
+1306.1599 Materials Science
+1306.1600 Instrumentation and Methods for Astrophysics
+1306.1602 Numerical Analysis
+1306.1603 Computer Vision and Pattern Recognition
+1306.1604 Computers and Society
+1306.1607 Number Theory
+1306.1609 Computer Vision and Pattern Recognition
+1306.1613 Plasma Physics
+1306.1615 Rings and Algebras
+1306.1619 Computer Vision and Pattern Recognition
+1306.1620 Rings and Algebras
+1306.1626 Geophysics
+1306.1627 Geophysics
+1306.1629 Metric Geometry
+1306.1630 Human-Computer Interaction
+1306.1638 Classical Analysis and ODEs
+1306.1639 Distributed, Parallel, and Cluster Computing
+1306.1646 Materials Science
+1306.1649 Analysis of PDEs
+1306.1650 Rings and Algebras
+1306.1651 Networking and Internet Architecture
+1306.1652 Populations and Evolution
+1306.1653 Neural and Evolutionary Computing
+1306.1655 Differential Geometry
+1306.1656 Discrete Mathematics
+1306.1657 Number Theory
+1306.1660 Rings and Algebras
+1306.1664 Plasma Physics
+1306.1669 Rings and Algebras
+1306.1672 Earth and Planetary Astrophysics
+1306.1676 Computer Vision and Pattern Recognition
+1306.1677 Computer Science and Game Theory
+1306.1678 Statistics Theory
+1306.1679 Rings and Algebras
+1306.1689 Databases
+1306.1692 Distributed, Parallel, and Cluster Computing
+1306.1694
+1306.1703 Soft Condensed Matter
+1306.1705 Geometric Topology
+1306.1709
+1306.1710 Analysis of PDEs
+1306.1714 Logic in Computer Science
+1306.1716 Learning
+1306.1723 Databases
+1306.1725 Methodology
+1306.1728 Classical Analysis and ODEs
+1306.1730 Databases
+1306.1731 Cosmology and Nongalactic Astrophysics
+1306.1739 Pattern Formation and Solitons
+1306.1740 Cryptography and Security
+1306.1743 Information Retrieval
+1306.1747 Materials Science
+1306.1752 Human-Computer Interaction
+1306.1754 Classical Analysis and ODEs
+1306.1756
+1306.1762 Strongly Correlated Electrons
+1306.1764 Earth and Planetary Astrophysics
+1306.1766 Number Theory
+1306.1767 Group Theory
+1306.1768 Earth and Planetary Astrophysics
+1306.1769 Networking and Internet Architecture
+1306.1771 Optimization and Control
+1306.1772 Software Engineering
+1306.1773 Software Engineering
+1306.1774 Plasma Physics
+1306.1782 Soft Condensed Matter
+1306.1784 Experiment
+1306.1792 High Energy Astrophysical Phenomena
+1306.1794 Logic
+1306.1797 Analysis of PDEs
+1306.1798 Soft Condensed Matter
+1306.1799 Earth and Planetary Astrophysics
+1306.1802 Logic
+1306.1803 Combinatorics
+1306.1809 Cosmology and Nongalactic Astrophysics
+1306.1811 Solar and Stellar Astrophysics
+1306.1813 Mesoscale and Nanoscale Physics
+1306.1815 Superconductivity
+cond-mat/0005033 Superconductivity
+cond-mat/0508326 Other Condensed Matter
+cond-mat/0508425 Other Condensed Matter
+cond-mat/0508505 Statistical Mechanics
+cond-mat/0510165 Other Condensed Matter
+cond-mat/0606129 Other Condensed Matter
+cond-mat/0606540 Other Condensed Matter
+cs/0703110 Computational Complexity
+0707.2007 Classical Analysis and ODEs
+0707.2346 Classical Analysis and ODEs
+0803.3489 Algebraic Geometry
+0806.1400 Soft Condensed Matter
+0809.4560 Probability
+0810.1547 Statistics Theory
+0810.5706 Probability
+0811.3552 Probability
+0812.0881 Probability
+0812.4105 Probability
+0904.0966 Probability
+0905.2670
+0908.2483 Mesoscale and Nanoscale Physics
+0912.1120 Statistical Mechanics
+1001.4684 Probability
+1003.1552
+1004.1857 Mesoscale and Nanoscale Physics
+1007.0895 Algebraic Geometry
+1007.4310 Number Theory
+1008.0126 Probability
+1008.0367 Dynamical Systems
+1010.1695 Differential Geometry
+1103.2831 Probability
+1103.3123 Artificial Intelligence
+1103.4291 Algebraic Geometry
+1103.4449 Quantum Gases
+1104.2960 Geometric Topology
+1105.4127 Discrete Mathematics
+1105.5958 Classical Physics
+1106.1188 Number Theory
+1106.2330 Strongly Correlated Electrons
+1107.0177 Spectral Theory
+1107.3569 Cell Behavior
+1107.3657 Probability
+1108.5343 Functional Analysis
+1109.1385 Number Theory
+1109.2453 Materials Science
+1109.3780 Astrophysics of Galaxies
+1110.3497 Combinatorics
+1110.5683 Algebraic Geometry
+1111.7263 Commutative Algebra
+1112.0113
+1112.0805 Information Theory
+1112.4991 Metric Geometry
+1112.5706 Algebraic Geometry
+1201.2468 Theory
+1201.3154 Quantum Gases
+1201.5364 Populations and Evolution
+1201.5447 Differential Geometry
+1201.5690 Statistical Finance
+1201.6222 Computational Geometry
+1202.0997 Cosmology and Nongalactic Astrophysics
+1202.1810 Statistical Mechanics
+1202.4796 Materials Science
+1202.6174 Robotics
+1202.6562 Data Structures and Algorithms
+1203.0893 Metric Geometry
+1203.6526
+1204.0904
+1204.3765 Statistics Theory
+1204.5451
+1204.5704 Combinatorics
+1205.0061 Dynamical Systems
+1205.0218 Soft Condensed Matter
+1205.7050 Number Theory
+1206.0617
+1206.0795 Logic
+1206.1035
+1206.1274 Differential Geometry
+1206.2895 Solar and Stellar Astrophysics
+1206.4111 Numerical Analysis
+1206.4374
+1206.5934 Quantum Algebra
+1206.6550
+1207.0582
+1207.2834 Combinatorics
+1207.3016 Phenomenology
+1207.3694 Category Theory
+1207.5864 Phenomenology
+1207.6010 Soft Condensed Matter
+1208.1525
+1208.4265 Materials Science
+1208.5907 Data Structures and Algorithms
+1208.5959 Numerical Analysis
+1209.0041
+1209.0567 Disordered Systems and Neural Networks
+1209.0949 Phenomenology
+1209.1053 Quantum Gases
+1209.2571 Soft Condensed Matter
+1209.3776 Optics
+1209.3971 Computational Physics
+1209.4076 Quantum Gases
+1209.4799 Combinatorics
+1209.5346 Mesoscale and Nanoscale Physics
+1210.0330 Molecular Networks
+1210.0452 High Energy Astrophysical Phenomena
+1210.0623 Social and Information Networks
+1210.1089 Experiment
+1210.1677
+1210.1852 Mesoscale and Nanoscale Physics
+1210.2074
+1210.2473 Social and Information Networks
+1210.2810 Materials Science
+1210.4057 Mesoscale and Nanoscale Physics
+1210.5179
+1210.6010
+1210.7010
+1210.7367 Symplectic Geometry
+1210.7408 Geometric Topology
+1210.7413 Cosmology and Nongalactic Astrophysics
+1210.7512
+1210.8098 Materials Science
+1210.8422
+1211.0075 Atomic Physics
+1211.0194 Subcellular Processes
+1211.0802
+1211.1144 Methodology
+1211.1426 Exactly Solvable and Integrable Systems
+1211.1522 Statistical Mechanics
+1211.1591
+1211.1619
+1211.2272 Phenomenology
+1211.3170 Cosmology and Nongalactic Astrophysics
+1211.4048
+1211.4783 Social and Information Networks
+1211.5001
+1212.0126 Phenomenology
+1212.0276 Differential Geometry
+1212.0517 Phenomenology
+1212.0546 Strongly Correlated Electrons
+1212.1686
+1212.1960 Theory
+1212.3031 Theory
+1212.4022 Strongly Correlated Electrons
+1212.4480 Soft Condensed Matter
+1212.5109 Molecular Networks
+1212.5274 Quantum Gases
+1212.5413 Phenomenology
+1212.5908 Differential Geometry
+1212.6428 Experiment
+1301.0197 Phenomenology
+1301.0728 Phenomenology
+1301.0853 Strongly Correlated Electrons
+1301.1059 K-Theory and Homology
+1301.1201 Fluid Dynamics
+1301.2212 Statistics Theory
+1301.2242 Number Theory
+1301.2700 Soft Condensed Matter
+1301.2778 Cosmology and Nongalactic Astrophysics
+1301.3183
+1301.3627 Computation and Language
+1301.3686
+1301.4120 Strongly Correlated Electrons
+1301.4680
+1301.5755 Experiment
+1301.6151
+1301.6356 Information Theory
+1301.6357 Neurons and Cognition
+1301.6360 Neurons and Cognition
+1301.6964 Soft Condensed Matter
+1301.7581 Theory
+1302.0179 Materials Science
+1302.0215 Information Theory
+1302.0230 Strongly Correlated Electrons
+1302.0293 Phenomenology
+1302.0306 Strongly Correlated Electrons
+1302.1042 Phenomenology
+1302.1424 Differential Geometry
+1302.1868 Cosmology and Nongalactic Astrophysics
+1302.2196 Phenomenology
+1302.2291 Cosmology and Nongalactic Astrophysics
+1302.3077 Optimization and Control
+1302.3877 Cosmology and Nongalactic Astrophysics
+1302.3968 Experiment
+1302.4138 Computer Science and Game Theory
+1302.4256
+1302.4563 Soft Condensed Matter
+1302.5224 Theory
+1302.5338
+1302.5433 Superconductivity
+1302.5880 Mesoscale and Nanoscale Physics
+1302.6325 Programming Languages
+1302.6761 Quantum Gases
+1302.7048 Networking and Internet Architecture
+1302.7094 Physics Education
+1302.7100
+1303.0073 Statistical Finance
+1303.0076 Applications
+1303.0283 Learning
+1303.0594 Information Theory
+1303.1397 Phenomenology
+1303.1984 Materials Science
+1303.2018 High Energy Astrophysical Phenomena
+1303.2041 Computer Science and Game Theory
+1303.2278 High Energy Astrophysical Phenomena
+1303.2666 Solar and Stellar Astrophysics
+1303.3124
+1303.3454 Metric Geometry
+1303.4221 Differential Geometry
+1303.4965 General Physics
+1303.5149 Analysis of PDEs
+1303.6034 Mathematical Software
+1303.6232 Metric Geometry
+1303.6354
+1303.6915 Algebraic Geometry
+1304.0360 General Topology
+1304.0372 Phenomenology
+1304.0496 Metric Geometry
+1304.0826 Superconductivity
+1304.1315 Spectral Theory
+1304.1810 Data Structures and Algorithms
+1304.2869 Analysis of PDEs
+1304.3269 Computational Physics
+1304.3339 Cosmology and Nongalactic Astrophysics
+1304.3590 Superconductivity
+1304.5242 Cosmology and Nongalactic Astrophysics
+1304.5254 General Topology
+1304.5779 Rings and Algebras
+1304.5797
+1304.5869 Computers and Society
+1304.5978 Superconductivity
+1304.6253 Mesoscale and Nanoscale Physics
+1304.6643 Applications
+1304.6776 Logic
+1304.6878 Analysis of PDEs
+1304.7262 High Energy Astrophysical Phenomena
+1305.0070 Phenomenology
+1305.0144 Portfolio Management
+1305.0540 Information Retrieval
+1305.0544 Complex Variables
+1305.1073 Combinatorics
+1305.1081 Classical Analysis and ODEs
+1305.1340 Biological Physics
+1305.1711 Optimization and Control
+1305.1728 Dynamical Systems
+1305.1729 Information Theory
+1305.1856 Optics
+1305.2113 Statistical Mechanics
+1305.2150 Number Theory
+1305.2231 Logic in Computer Science
+1305.2277 Instrumentation and Detectors
+1305.2415 Artificial Intelligence
+1305.2416
+1305.2417
+1305.2419 Phenomenology
+1305.2423 Geometric Topology
+1305.2424 Phenomenology
+1305.2426 Cryptography and Security
+1305.2431 Number Theory
+1305.2435
+1305.2438 Combinatorics
+1305.2440 Information Theory
+1305.2442 High Energy Astrophysical Phenomena
+1305.2444 Optimization and Control
+1305.2445 Mesoscale and Nanoscale Physics
+1305.2449 Numerical Analysis
+1305.2451 Mesoscale and Nanoscale Physics
+1305.2452 Learning
+1305.2458 Representation Theory
+1305.2459 Information Theory
+1305.2463 Symbolic Computation
+1305.2468 Combinatorics
+1305.2473 Statistics Theory
+1305.2478 High Energy Astrophysical Phenomena
+1305.2481 Functional Analysis
+1305.2489 Analysis of PDEs
+1305.2491 Atomic Physics
+1305.2493 Statistical Mechanics
+1305.2494 Numerical Analysis
+1305.2498 Artificial Intelligence
+1305.2499
+1305.2500 Other Computer Science
+1305.2503 Combinatorics
+1305.2505 Learning
+1305.2508 Atomic Physics
+1305.2513 Experiment
+1305.2529 Solar and Stellar Astrophysics
+1305.2531 Statistical Mechanics
+1305.2532 Learning
+1305.2533 Combinatorics
+1305.2534 Strongly Correlated Electrons
+1305.2536 Materials Science
+1305.2537 Cellular Automata and Lattice Gases
+1305.2540 Data Structures and Algorithms
+1305.2542 Solar and Stellar Astrophysics
+1305.2543 Combinatorics
+1305.2544 Number Theory
+1305.2546 Fluid Dynamics
+1305.2548 Information Theory
+1305.2549 Algebraic Geometry
+1305.2551 Commutative Algebra
+1305.2552 High Energy Astrophysical Phenomena
+1305.2555 Chemical Physics
+1305.2556 Statistical Mechanics
+1305.2561 Artificial Intelligence
+1305.2564 Theory
+1305.2567 Combinatorics
+1305.2569 Accelerator Physics
+1305.2571 Analysis of PDEs
+1305.2576 Representation Theory
+1305.2579 Atomic Physics
+1305.2581 Machine Learning
+1305.2586 Probability
+1305.2592 Information Theory
+1305.2596
+1305.2598 History and Overview
+1305.2607 Superconductivity
+1305.2609 Computers and Society
+1305.2611 Probability
+1305.2612 Geometric Topology
+1305.2616 Computers and Society
+1305.2630 Group Theory
+1305.2632 Classical Analysis and ODEs
+1305.2633 Analysis of PDEs
+1305.2635 Analysis of PDEs
+1305.2636 Data Structures and Algorithms
+1305.2639
+1305.2642 Information Theory
+1305.2644 Classical Analysis and ODEs
+1305.2645 Data Structures and Algorithms
+1305.2646 Combinatorics
+1305.2647 Data Structures and Algorithms
+1305.2648 Learning
+1305.2654 Medical Physics
+1305.2655 Statistical Finance
+1305.2656 Superconductivity
+1305.2658 Probability
+1305.2660 Solar and Stellar Astrophysics
+1305.2663 Strongly Correlated Electrons
+1305.2666 Probability
+1305.2667 Methodology
+1305.2669 Analysis of PDEs
+1305.2671 Combinatorics
+1305.2680 Computation and Language
+1305.2684 Distributed, Parallel, and Cluster Computing
+1305.2685 Number Theory
+1305.2686 Information Retrieval
+1305.2687 Computer Vision and Pattern Recognition
+1305.2689 History and Overview
+1305.2693 Pricing of Securities
+1305.2696 Analysis of PDEs
+1305.2699 Instrumentation and Methods for Astrophysics
+1305.2704 Cryptography and Security
+1305.2706 Mesoscale and Nanoscale Physics
+1305.2708 Networking and Internet Architecture
+1305.2717 Materials Science
+1305.2718 Solar and Stellar Astrophysics
+1305.2719 Cosmology and Nongalactic Astrophysics
+1305.2724 Artificial Intelligence
+1305.2725 Group Theory
+1305.2726 Statistical Mechanics
+1305.2729 Combinatorics
+1305.2731 Algebraic Topology
+1305.2732 Learning
+1305.2736 Differential Geometry
+1305.2744 Logic in Computer Science
+1305.2749 Algebraic Geometry
+1305.2752 Systems and Control
+1305.2755 Information Retrieval
+1305.2758 Databases
+1305.2760 Optimization and Control
+1305.2765 Combinatorics
+1305.2766 Probability
+1305.2767 Networking and Internet Architecture
+1305.2770 Social and Information Networks
+1305.2772 Data Structures and Algorithms
+1305.2773 Optimization and Control
+1305.2775 Analysis of PDEs
+1305.2776 Networking and Internet Architecture
+1305.2779 Plasma Physics
+1305.2782
+1305.2785 Phenomenology
+1305.2788 Learning
+1305.2790 Plasma Physics
+1305.2791 Solar and Stellar Astrophysics
+1305.2792 Cosmology and Nongalactic Astrophysics
+1305.2796 Combinatorics
+1305.2801 Information Theory
+1305.2803 High Energy Astrophysical Phenomena
+1305.2804
+1305.2805 Differential Geometry
+1305.2807 High Energy Astrophysical Phenomena
+1305.2808 Cosmology and Nongalactic Astrophysics
+1305.2811 High Energy Astrophysical Phenomena
+1305.2812 Atmospheric and Oceanic Physics
+1305.2813 Number Theory
+1305.2815 Applications
+1305.2821 Earth and Planetary Astrophysics
+1305.2824 Applications
+1305.2827 Computer Vision and Pattern Recognition
+1305.2828 Computer Vision and Pattern Recognition
+1305.2830 Neural and Evolutionary Computing
+1305.2831 Information Retrieval
+1305.2832 Classical Analysis and ODEs
+1305.2835 Computational Geometry
+1305.2836 Networking and Internet Architecture
+1305.2837 Networking and Internet Architecture
+1305.2838 Networking and Internet Architecture
+1305.2846 Computation and Language
+1305.2847 Computation and Language
+1305.2848 Theory
+1305.2865 Distributed, Parallel, and Cluster Computing
+1305.2870 Probability
+1305.2872 Number Theory
+1305.2880 Combinatorics
+1305.2882 Fluid Dynamics
+1305.2883 Physics Education
+1305.2884 History and Overview
+1305.2885 Fluid Dynamics
+1305.2886 Theory
+1305.2891 Theory
+astro-ph/0312655
+math/0511271 Quantum Algebra
+quant-ph/9707020
+1211.6565 Experiment
+1311.6759
+0706.1701 Combinatorics
+0906.1272 Rings and Algebras
+0908.3148 Neural and Evolutionary Computing
+1001.2337 Probability
+1002.0159 Probability
+1003.1097 Materials Science
+1004.3007
+1004.4645 Differential Geometry
+1009.5245 Commutative Algebra
+1009.5661 Differential Geometry
+1010.5457
+1101.3711 Mesoscale and Nanoscale Physics
+1102.5605 Computational Complexity
+1103.2109 Probability
+1103.3112 Commutative Algebra
+1103.3887 Mesoscale and Nanoscale Physics
+1104.4619 Commutative Algebra
+1106.5153 Logic
+1107.0284 Representation Theory
+1107.5140
+1108.5236 Probability
+1108.6148
+1109.3272 Information Theory
+1109.3296 Dynamical Systems
+1110.4188 Quantum Algebra
+1111.3078 Mesoscale and Nanoscale Physics
+1112.3481
+1112.3899 Theory
+1201.4918
+1201.6551 Statistics Theory
+1202.1181
+1202.2559 Applications
+1202.3937 General Physics
+1202.6638 Complex Variables
+1203.2599 Phenomenology
+1203.3344 Algebraic Geometry
+1204.1183 Mesoscale and Nanoscale Physics
+1204.2918 Other Condensed Matter
+1204.3972 Learning
+1204.5936
+1205.0607 Algebraic Geometry
+1205.1024 Mesoscale and Nanoscale Physics
+1205.5060 Earth and Planetary Astrophysics
+1206.3998 Cosmology and Nongalactic Astrophysics
+1207.6809
+1207.7018 Instrumentation and Detectors
+1208.1861
+1208.2195 Optics
+1208.3962 Atomic Physics
+1208.5015
+1208.5889 Other Computer Science
+1208.6257 Materials Science
+1209.0618 Number Theory
+1209.0920 Mesoscale and Nanoscale Physics
+1209.2039 Networking and Internet Architecture
+1209.2683
+1209.3001 Superconductivity
+1209.4442 Strongly Correlated Electrons
+1209.4517
+1209.5446 Quantum Gases
+1210.1286 Strongly Correlated Electrons
+1210.1420 Mesoscale and Nanoscale Physics
+1210.1826 Materials Science
+1210.1949 Quantum Gases
+1210.2192 Cosmology and Nongalactic Astrophysics
+1210.2777 Functional Analysis
+1210.4277 Information Theory
+1210.6595 Cosmology and Nongalactic Astrophysics
+1210.6829 Atomic Physics
+1210.7310 Strongly Correlated Electrons
+1210.8118 Mesoscale and Nanoscale Physics
+1211.0045 Analysis of PDEs
+1211.0081 Analysis of PDEs
+1211.0607 Atmospheric and Oceanic Physics
+1211.1585
+1211.5577 Human-Computer Interaction
+1211.5780 Quantum Gases
+1211.6147 Materials Science
+1211.7126 Materials Science
+1212.0138
+1212.0642 Mesoscale and Nanoscale Physics
+1212.0949 Solar and Stellar Astrophysics
+1212.1398 Quantum Gases
+1212.2037 Phenomenology
+1212.2642 Medical Physics
+1212.3632 Strongly Correlated Electrons
+1212.4413 Theory
+1301.2198
+1301.2734 Optimization and Control
+1301.2820 Computer Vision and Pattern Recognition
+1301.2965 Theory
+1301.3287 Instrumentation and Detectors
+1301.3572 Computer Vision and Pattern Recognition
+1301.3631 Lattice
+1301.4439 Atomic Physics
+1301.4703
+1301.5041 Optimization and Control
+1301.5181 Mesoscale and Nanoscale Physics
+1301.6185 Optics
+1301.6849 Digital Libraries
+1302.0299 Representation Theory
+1302.0477 Strongly Correlated Electrons
+1302.0559 Quantum Gases
+1302.1581 Cosmology and Nongalactic Astrophysics
+1302.4008
+1302.5813 Dynamical Systems
+1302.5969 Probability
+1302.6716 Exactly Solvable and Integrable Systems
+1302.7287 Optics
+1303.0600
+1303.0904 History and Overview
+1303.1001 Mesoscale and Nanoscale Physics
+1303.1922 High Energy Astrophysical Phenomena
+1303.2031 Statistical Mechanics
+1303.2241 Algebraic Geometry
+1303.2249 Number Theory
+1303.2368 Functional Analysis
+1303.2509 Cosmology and Nongalactic Astrophysics
+1303.2681 Populations and Evolution
+1303.2706 General Physics
+1303.3053 Number Theory
+1303.3077 Computers and Society
+1303.3167 Differential Geometry
+1303.3232 Analysis of PDEs
+1303.3263 Other Computer Science
+1303.3266 General Physics
+1303.3267 High Energy Astrophysical Phenomena
+1303.3268 Solar and Stellar Astrophysics
+1303.3276 Experiment
+1303.3277 Probability
+1303.3280 Earth and Planetary Astrophysics
+1303.3287 Neurons and Cognition
+1303.3289 Theory
+1303.3293 Differential Geometry
+1303.3295 Theory
+1303.3298 Pattern Formation and Solitons
+1303.3302 Cosmology and Nongalactic Astrophysics
+1303.3309 Analysis of PDEs
+1303.3310 Classical Analysis and ODEs
+1303.3320 Optimization and Control
+1303.3323 Combinatorics
+1303.3326 Mesoscale and Nanoscale Physics
+1303.3330 Earth and Planetary Astrophysics
+1303.3334 Experiment
+1303.3337 Category Theory
+1303.3340 Materials Science
+1303.3341 Information Theory
+1303.3344 Chaotic Dynamics
+1303.3349 Lattice
+1303.3353 Phenomenology
+1303.3355 Materials Science
+1303.3360 Fluid Dynamics
+1303.3365 Statistics Theory
+1303.3366 Statistical Mechanics
+1303.3369 Theory
+1303.3378 Optimization and Control
+1303.3382 Superconductivity
+1303.3383 Mesoscale and Nanoscale Physics
+1303.3384 Applications
+1303.3386 Data Structures and Algorithms
+1303.3388 Probability
+1303.3390 Methodology
+1303.3391 Pricing of Securities
+1303.3394 Mesoscale and Nanoscale Physics
+1303.3397 Combinatorics
+1303.3398 Materials Science
+1303.3399 Algebraic Geometry
+1303.3404 High Energy Astrophysical Phenomena
+1303.3407
+1303.3414 Differential Geometry
+1303.3422 Information Theory
+1303.3423 Lattice
+1303.3428 Cosmology and Nongalactic Astrophysics
+1303.3441 Logic
+1303.3445 Data Structures and Algorithms
+1303.3450 Optimization and Control
+1303.3452 Optimization and Control
+1303.3455 Number Theory
+1303.3457 Group Theory
+1303.3460 Differential Geometry
+1303.3461 Commutative Algebra
+1303.3465 Probability
+1303.3468 Statistical Mechanics
+1303.3469 Neural and Evolutionary Computing
+1303.3470 Dynamical Systems
+1303.3477 Biological Physics
+1303.3479 High Energy Astrophysical Phenomena
+1303.3482 Statistics Theory
+1303.3483 Pattern Formation and Solitons
+1303.3490
+1303.3500 Number Theory
+1303.3503 Soft Condensed Matter
+1303.3504 Medical Physics
+1303.3506 Cosmology and Nongalactic Astrophysics
+1303.3512 Earth and Planetary Astrophysics
+1303.3513 Operator Algebras
+1303.3514 Instrumentation and Methods for Astrophysics
+1303.3517 Distributed, Parallel, and Cluster Computing
+1303.3520 Genomics
+1303.3522 Optimization and Control
+1303.3523
+1303.3527 Logic in Computer Science
+1303.3532
+1303.3533 Robotics
+1303.3539 Combinatorics
+1303.3540 Theory
+1303.3543 Logic
+1303.3553 Analysis of PDEs
+1303.3554 Analysis of PDEs
+1303.3555 Dynamical Systems
+1303.3559 Superconductivity
+1303.3561 Mesoscale and Nanoscale Physics
+1303.3564 Data Structures and Algorithms
+1303.3565 High Energy Astrophysical Phenomena
+1303.3567 Algebraic Topology
+1303.3568
+math-ph/0002037
+0707.2262 Geometric Topology
+0708.0637 Complex Variables
+0710.3460 Operator Algebras
+0804.1418 Differential Geometry
+0804.3633 Geometric Topology
+0806.3999 Optics
+0806.4146
+0806.4167
+0808.0187 Optics
+0809.4477 Geometric Topology
+0812.0017 Geometric Topology
+0904.4568 Differential Geometry
+0905.2360 Geometric Topology
+0907.2182 Theory
+0908.0555 Algebraic Geometry
+1001.1114 Geometric Topology
+1001.1880 Quantum Algebra
+1001.1881 Quantum Algebra
+1001.4374 Cosmology and Nongalactic Astrophysics
+1003.3890
+1003.5161 Atomic Physics
+1004.2456 Classical Analysis and ODEs
+1005.3974
+1009.1031 Probability
+1010.1203 Group Theory
+1010.2731 Statistics Theory
+1010.3458 Differential Geometry
+1010.3674 Logic in Computer Science
+1102.1542
+1103.0218 Geometric Topology
+1103.0899 K-Theory and Homology
+1103.2441 Algebraic Topology
+1103.3226 Analysis of PDEs
+1103.4166
+1104.0080 High Energy Astrophysical Phenomena
+1104.2371 Geometric Topology
+1104.3583 Pricing of Securities
+1106.0858 Analysis of PDEs
+1108.0486 Distributed, Parallel, and Cluster Computing
+1109.2044 Physics and Society
+1109.3235
+1109.4529 Representation Theory
+1110.0723
+1110.1248 Computation
+1111.0273 Phenomenology
+1111.0785 Phenomenology
+1111.3375 Strongly Correlated Electrons
+1111.4731 Representation Theory
+1111.4732 Representation Theory
+1111.6147 Instrumentation and Detectors
+1112.0110 Instrumentation and Detectors
+1112.0307
+1112.0490
+1112.5448 Probability
+1203.4561 Astrophysics of Galaxies
+1204.1237 Experiment
+1204.3399 Classical Analysis and ODEs
+1204.3739 Group Theory
+1204.4237 Superconductivity
+1204.6603 Theory
+1205.3978 Representation Theory
+1205.4800
+1206.1725 Experiment
+1206.1875 Atomic Physics
+1207.0627 Experiment
+1207.2307
+1207.3366 Statistical Mechanics
+1207.4795 Quantum Gases
+1207.6079 Experiment
+1208.2187 Commutative Algebra
+1208.2282 Theory
+1208.2931 Experiment
+1208.3819 Combinatorics
+1208.4330 Spectral Theory
+1208.4354 Cosmology and Nongalactic Astrophysics
+1208.5506 Phenomenology
+1208.6160
+1208.6212 Analysis of PDEs
+1209.2146 Representation Theory
+1209.3136
+1209.4926 Mesoscale and Nanoscale Physics
+1209.5008 Biomolecules
+1209.6306 Phenomenology
+1210.0904 Quantum Gases
+1210.1815 Rings and Algebras
+1210.2387 Experiment
+1210.3043 Strongly Correlated Electrons
+1210.4128
+1210.4818 Mesoscale and Nanoscale Physics
+1210.5810 Materials Science
+1210.7117 Chemical Physics
+1210.7645
+1211.0770
+1211.2660
+1211.2828 Strongly Correlated Electrons
+1211.3448
+1211.3960
+1211.4573 Phenomenology
+1211.5876 Statistical Mechanics
+1212.2267 Probability
+1212.2335 Analysis of PDEs
+1301.2569 Phenomenology
+1301.3379
+1301.4802 Statistical Mechanics
+1301.5153 Cosmology and Nongalactic Astrophysics
+1301.6629 Mesoscale and Nanoscale Physics
+1302.0001 Functional Analysis
+1302.0781 Quantum Gases
+1302.1154 Methodology
+1302.2043 Statistics Theory
+1302.2044 Statistics Theory
+1302.5836 Statistical Mechanics
+1302.6062 Strongly Correlated Electrons
+1302.6571 Cosmology and Nongalactic Astrophysics
+1302.7246 Pricing of Securities
+1303.0088 Information Theory
+1303.1042
+1303.1606 High Energy Astrophysical Phenomena
+1303.1613 Logic
+1303.1892
+1303.2091 High Energy Astrophysical Phenomena
+1303.2318 Representation Theory
+1303.2367 High Energy Astrophysical Phenomena
+1303.2420 Number Theory
+1303.2461 Phenomenology
+1303.2588 Experiment
+1303.2652 Mesoscale and Nanoscale Physics
+1303.2656 High Energy Astrophysical Phenomena
+1303.2669 Biological Physics
+1303.2670 Probability
+1303.2671 Algebraic Topology
+1303.2675 Computers and Society
+1303.2678 High Energy Astrophysical Phenomena
+1303.2680 Complex Variables
+1303.2682 Cryptography and Security
+1303.2683 Rings and Algebras
+1303.2685 Computer Vision and Pattern Recognition
+1303.2699 Experiment
+1303.2700 Group Theory
+1303.2703 Solar and Stellar Astrophysics
+1303.2705 Dynamical Systems
+1303.2709 Systems and Control
+1303.2711 Solar and Stellar Astrophysics
+1303.2713 Optimization and Control
+1303.2719
+1303.2720 Information Theory
+1303.2721 Systems and Control
+1303.2723 Cosmology and Nongalactic Astrophysics
+1303.2724 Combinatorics
+1303.2725 Information Theory
+1303.2730 Data Structures and Algorithms
+1303.2731 Functional Analysis
+1303.2735 Information Theory
+1303.2736
+1303.2739 Learning
+1303.2741 Materials Science
+1303.2742 Materials Science
+1303.2745 Neural and Evolutionary Computing
+1303.2749 Algebraic Geometry
+1303.2751 Computer Vision and Pattern Recognition
+1303.2754 Materials Science
+1303.2756
+1303.2757 Materials Science
+1303.2759 Functional Analysis
+1303.2760 Optimization and Control
+1303.2761 Materials Science
+1303.2762 History and Overview
+1303.2764 Networking and Internet Architecture
+1303.2767 Superconductivity
+1303.2771 Mesoscale and Nanoscale Physics
+1303.2772 Data Structures and Algorithms
+1303.2775 Quantum Gases
+1303.2776 Solar and Stellar Astrophysics
+1303.2777 Solar and Stellar Astrophysics
+1303.2779 Computational Geometry
+1303.2782 Quantum Algebra
+1303.2783 Computer Vision and Pattern Recognition
+1303.2784 Software Engineering
+1303.2789 Multiagent Systems
+1303.2792 Robotics
+1303.2793 Statistical Mechanics
+1303.2795 Probability
+1303.2796 Probability
+1303.2797 Applications
+1303.2800 Statistics Theory
+1303.2804 Optimization and Control
+1303.2812 Information Theory
+1303.2814 Statistics Theory
+1303.2817 Information Theory
+1303.2818 Strongly Correlated Electrons
+1303.2820 Information Theory
+1303.2821 Materials Science
+1303.2824 Graphics
+1303.2826 Computation and Language
+1303.2827 Machine Learning
+1303.2828 Logic
+1303.2830 Systems and Control
+1303.2835 Optics
+1303.2837 Distributed, Parallel, and Cluster Computing
+1303.2848 Materials Science
+1303.2850 High Energy Astrophysical Phenomena
+1303.2854 Probability
+1303.2858 Phenomenology
+1303.2859 Mesoscale and Nanoscale Physics
+1303.2861 Probability
+1303.2863 Statistics Theory
+1303.2865 Combinatorics
+1303.2868 Discrete Mathematics
+1303.2873 Computers and Society
+1303.2874 Statistics Theory
+1303.2875 Optimization and Control
+1303.2880
+1303.2881 Number Theory
+1303.2883 Representation Theory
+1303.2887 Number Theory
+1303.2891 Probability
+1303.2892 Machine Learning
+1303.2895 Mesoscale and Nanoscale Physics
+1303.2897 Analysis of PDEs
+1303.2901 Physics and Society
+1303.2902 Numerical Analysis
+1303.2903 Data Analysis, Statistics and Probability
+1303.2907 Chaotic Dynamics
+1303.2910 Risk Management
+1303.2916 Cosmology and Nongalactic Astrophysics
+1303.2919 Instrumentation and Methods for Astrophysics
+1303.2921 Solar and Stellar Astrophysics
+1303.2923 Applications
+1303.2925 Earth and Planetary Astrophysics
+1303.2929 Algebraic Geometry
+1303.2930 Statistical Mechanics
+1303.2932 Numerical Analysis
+1303.2933 Information Theory
+1303.2935 Tissues and Organs
+1303.2938 Materials Science
+1303.2941 Numerical Analysis
+1303.2944 Analysis of PDEs
+1303.2947 Mesoscale and Nanoscale Physics
+1303.2951 Combinatorics
+1303.2952 Combinatorics
+1303.2953
+1303.2954 Algebraic Geometry
+1303.2956 Differential Geometry
+1303.2960 Numerical Analysis
+1303.2963 Data Structures and Algorithms
+1303.2966 Software Engineering
+1303.2967 Formal Languages and Automata Theory
+1303.2970 Analysis of PDEs
+1303.2972
+1303.2986 Geometric Topology
+1303.2987 Systems and Control
+1303.2988 Astrophysics of Galaxies
+1303.2989 Numerical Analysis
+1303.2996 Functional Analysis
+quant-ph/0002071
+quant-ph/0002080
+quant-ph/0004080
+quant-ph/0110167
+quant-ph/0208095
+quant-ph/0208096
+quant-ph/0208097
+quant-ph/0212073
+quant-ph/0301111
+quant-ph/0304157
+quant-ph/0501158
+quant-ph/9911005
+0808.2822 Combinatorics
+0810.0623 Atomic Physics
+0812.2711 Atomic Physics
+0901.1060 Chemical Physics
+0904.3990 Chemical Physics
+1001.2932 Formal Languages and Automata Theory
+1003.1843 Geometric Topology
+1006.0529 Metric Geometry
+1009.0144 Combinatorics
+1012.3007 Theory
+1110.2318 Formal Languages and Automata Theory
+1111.1051 Information Theory
+1112.2490 Lattice
+1201.2157 Probability
+1201.2447 Representation Theory
+1202.5745 Combinatorics
+1206.5795 Networking and Internet Architecture
+1207.3687 Analysis of PDEs
+1208.2051 Earth and Planetary Astrophysics
+1208.4356
+1208.6321 Differential Geometry
+1209.1166 Dynamical Systems
+1210.4355 Strongly Correlated Electrons
+1210.8090 Analysis of PDEs
+1211.6769 Strongly Correlated Electrons
+1212.1367 Chemical Physics
+1212.3286
+1301.0497 Representation Theory
+1301.0877 Computation
+1301.1618 Mesoscale and Nanoscale Physics
+1301.2724 Machine Learning
+1301.2746 Complex Variables
+1301.7007
+1302.0037
+1302.0364 Analysis of PDEs
+1302.0894
+1302.2684 Learning
+1302.3080 Cosmology and Nongalactic Astrophysics
+1302.5721 Methodology
+1302.6948 Fluid Dynamics
+1303.0194
+1303.1135
+1303.1856 Number Theory
+1303.2216 Materials Science
+1303.3370 Soft Condensed Matter
+1303.7131 Strongly Correlated Electrons
+1304.0558 Logic in Computer Science
+1304.4438 Statistical Mechanics
+1304.6297 Formal Languages and Automata Theory
+1304.6395 Cosmology and Nongalactic Astrophysics
+1305.0033 Optics
+1305.0938 Classical Analysis and ODEs
+1305.1402
+1305.2029 Theory
+1305.2496 Molecular Networks
+1305.3544 Populations and Evolution
+1305.4603
+1305.4773 Chemical Physics
+1305.5631 Optics
+1305.5972 Biological Physics
+1305.6212 Rings and Algebras
+1305.6928 Cosmology and Nongalactic Astrophysics
+1305.7123 Superconductivity
+1306.0759 Strongly Correlated Electrons
+1306.1108 Strongly Correlated Electrons
+1306.3605 Soft Condensed Matter
+1306.4587 Chemical Physics
+1306.4945 Experiment
+1307.0035 Genomics
+1307.0953 Phenomenology
+1307.1018 Mesoscale and Nanoscale Physics
+1307.3443 Quantum Gases
+1307.5029
+1307.6024 Accelerator Physics
+1307.6053 Strongly Correlated Electrons
+1307.7804 Statistical Mechanics
+1308.1219 Analysis of PDEs
+1308.1476 Materials Science
+1308.4446
+1308.5570 Phenomenology
+1308.6210 Applications
+1309.1133 Materials Science
+1309.1367 Mesoscale and Nanoscale Physics
+1309.2424
+1309.3002 Populations and Evolution
+1309.5910 Superconductivity
+1309.6081 Earth and Planetary Astrophysics
+1309.7142 Analysis of PDEs
+1309.7671 Superconductivity
+1309.7731 Systems and Control
+1310.0778 Solar and Stellar Astrophysics
+1310.1504 Mesoscale and Nanoscale Physics
+1310.2060 Instrumentation and Detectors
+1310.2502 Solar and Stellar Astrophysics
+1310.2591 Classical Physics
+1310.4709 Theory
+1310.4833 Instrumentation and Methods for Astrophysics
+1310.4870 Differential Geometry
+1310.5158 Instrumentation and Detectors
+1310.5597 Digital Libraries
+1310.5662 Phenomenology
+1310.5667
+1310.5808 Statistical Mechanics
+1310.6052 Theory
+1310.6323 Artificial Intelligence
+1310.6408 Computer Science and Game Theory
+1310.6411 Computer Science and Game Theory
+1310.6416 Computer Science and Game Theory
+1310.6418 Computer Science and Game Theory
+1310.6433 Computer Science and Game Theory
+1310.6434 Computer Science and Game Theory
+1310.6435 Computer Science and Game Theory
+1310.6436 Computer Science and Game Theory
+1310.6437 Computer Science and Game Theory
+1310.6438 Computer Science and Game Theory
+1310.6449 Disordered Systems and Neural Networks
+1310.6542 Distributed, Parallel, and Cluster Computing
+1310.6630
+1310.6705 Algebraic Geometry
+1310.6736 Computer Vision and Pattern Recognition
+1310.6738 Pattern Formation and Solitons
+1310.6740 Machine Learning
+1310.6741 Biomolecules
+1310.6742 Astrophysics of Galaxies
+1310.6749
+1310.6753 Social and Information Networks
+1310.6769 Numerical Analysis
+1310.6770 Numerical Analysis
+1310.6771 Quantum Gases
+1310.6772 Computation and Language
+1310.6773 Algebraic Geometry
+1310.6776 Combinatorics
+1310.6792 Strongly Correlated Electrons
+1310.6798 Mesoscale and Nanoscale Physics
+1310.6807 Cosmology and Nongalactic Astrophysics
+1310.6808 Computer Vision and Pattern Recognition
+1310.6809 Cosmology and Nongalactic Astrophysics
+1310.6812 Experiment
+1310.6816 Analysis of PDEs
+1310.6817 Information Theory
+1310.6819 Pricing of Securities
+1310.6821 High Energy Astrophysical Phenomena
+1310.6822 Portfolio Management
+1310.6828 Strongly Correlated Electrons
+1310.6830 Dynamical Systems
+1310.6832 Quantum Algebra
+1310.6833 Databases
+1310.6840 Soft Condensed Matter
+1310.6844 Populations and Evolution
+1310.6847 Logic in Computer Science
+1310.6852 Functional Analysis
+1310.6853 Soft Condensed Matter
+1310.6856 Strongly Correlated Electrons
+1310.6857 Theory
+1310.6858
+1310.6860 Solar and Stellar Astrophysics
+1310.6861
+1310.6862 Analysis of PDEs
+1310.6863 Materials Science
+1310.6866 Instrumentation and Detectors
+1310.6867 Mesoscale and Nanoscale Physics
+1310.6872 Strongly Correlated Electrons
+1310.6874 Functional Analysis
+1310.6875 Fluid Dynamics
+1310.6877 Phenomenology
+1310.6882 Algebraic Geometry
+1310.6884 Number Theory
+1310.6886 Fluid Dynamics
+1310.6891 Rings and Algebras
+1310.6892 Fluid Dynamics
+1310.6894 Computational Geometry
+1310.6895 Solar and Stellar Astrophysics
+1310.6898 Classical Analysis and ODEs
+1310.6899 Analysis of PDEs
+1310.6903 Algebraic Geometry
+1310.6904 Applications
+1310.6912 Mesoscale and Nanoscale Physics
+1310.6914 Algebraic Geometry
+1310.6917 Materials Science
+1310.6918 Classical Physics
+1310.6924 Cryptography and Security
+1310.6926 Optimization and Control
+1310.6938 Information Theory
+1310.6940 Representation Theory
+1310.6942 Solar and Stellar Astrophysics
+1310.6944 Accelerator Physics
+1310.6945 Information Theory
+1310.6948 Lattice
+1310.6949 Optics
+1310.6959
+1310.6960 Space Physics
+1310.6964 Experiment
+1310.6969 Strongly Correlated Electrons
+1310.6976 Computational Complexity
+1310.6977 Algebraic Geometry
+1310.6978 Logic in Computer Science
+1310.6983 Atomic Physics
+1310.6984 Analysis of PDEs
+1310.6987 Geometric Topology
+1310.6991 Number Theory
+1310.6993 Numerical Analysis
+1310.6997 Computer Science and Game Theory
+1310.6998 Social and Information Networks
+1310.7000 Numerical Analysis
+1310.7002 Probability
+1310.7005 Experiment
+1310.7007 Symbolic Computation
+1310.7009 Lattice
+1310.7010 Complex Variables
+1310.7012 Solar and Stellar Astrophysics
+math/0503484 General Mathematics
+0710.2947 Physics and Society
+0806.4685 Optics
+0901.3838 Neurons and Cognition
+0909.4827
+0910.1482 Group Theory
+0910.1502
+0911.3468 Rings and Algebras
+1001.0427 Rings and Algebras
+1003.1793
+1004.0132 Soft Condensed Matter
+1011.3860 Representation Theory
+1012.0835 Algebraic Geometry
+1101.0660
+1103.3488 Combinatorics
+1104.0896 Machine Learning
+1104.2029 Rings and Algebras
+1105.1259 Algebraic Geometry
+1105.4430 Probability
+1106.4249 Number Theory
+1107.2835 Theory
+1107.5535 Algebraic Geometry
+1108.2456 Algebraic Geometry
+1108.3847
+1109.5929 Differential Geometry
+1110.3665 Phenomenology
+1111.1338 Analysis of PDEs
+1111.2005 Statistical Mechanics
+1111.2170 Quantum Algebra
+1111.5028 Methodology
+1201.3607
+1202.2676 Algebraic Geometry
+1202.5092 Molecular Networks
+1203.6558 Optics
+1204.5427 Algebraic Topology
+1205.2083 Cosmology and Nongalactic Astrophysics
+1205.3447
+1205.4033 Astrophysics of Galaxies
+1205.5257 Mesoscale and Nanoscale Physics
+1205.6033 Numerical Analysis
+1206.0404 Representation Theory
+1206.0834 Computational Geometry
+1206.3564 Computational Geometry
+1206.5632 Cosmology and Nongalactic Astrophysics
+1206.5717 Representation Theory
+1206.6314 Soft Condensed Matter
+1206.7051 Machine Learning
+1207.0741 Theory
+1207.1754 Materials Science
+1207.2171 Computational Complexity
+1207.4809 Experiment
+1207.4886 Applications
+1207.6209 Combinatorics
+1207.6366
+1207.6855 Quantum Gases
+1208.5115
+1208.5354 Rings and Algebras
+1208.6067 Robotics
+1208.6082 Phenomenology
+1209.0511 Probability
+1209.0725 Quantitative Methods
+1209.0759 Astrophysics of Galaxies
+1209.3750 Complex Variables
+1209.3802 Molecular Networks
+1209.4126
+1209.4346 Mesoscale and Nanoscale Physics
+1209.5959 Combinatorics
+1210.0730
+1210.0853 Theory
+1210.0948 Materials Science
+1210.0950 Materials Science
+1210.1205 Mesoscale and Nanoscale Physics
+1210.1302 Quantum Gases
+1210.2544 Computational Complexity
+1210.3310 Number Theory
+1210.5909 Theory
+1210.6348 Theory
+1210.6975 Phenomenology
+1210.7673
+1211.1417 Mesoscale and Nanoscale Physics
+1211.1598 Strongly Correlated Electrons
+1211.2254 Phenomenology
+1211.2811 Phenomenology
+1211.3325 Superconductivity
+1211.4610 Cosmology and Nongalactic Astrophysics
+1211.5129 Phenomenology
+1211.6090 Theory
+1211.6314 High Energy Astrophysical Phenomena
+1211.6615 Neurons and Cognition
+1211.6805 Quantum Gases
+1212.0596 Cosmology and Nongalactic Astrophysics
+1212.0831
+1212.1617 Computational Geometry
+1212.1952 Exactly Solvable and Integrable Systems
+1212.2975 Superconductivity
+1212.3868 Numerical Analysis
+1212.5131 Theory
+1212.5219
+1212.5463
+1212.5864
+1212.5957 Mesoscale and Nanoscale Physics
+1212.6824 Theory
+1212.6860 Commutative Algebra
+1301.2865 Superconductivity
+1301.3119 Cosmology and Nongalactic Astrophysics
+1301.3461 Learning
+1301.3576
+1301.3648
+1301.3698 Physics and Society
+1301.4143 Phenomenology
+1301.4545 Phenomenology
+1301.4557 Phenomenology
+1301.5226 Adaptation and Self-Organizing Systems
+1301.5414 Symbolic Computation
+1301.6207 Theory
+1301.6380 Optics
+1301.6794
+1301.7114
+1301.7310 Phenomenology
+1301.7361 Artificial Intelligence
+1302.0322
+1302.0934
+1302.2630 Phenomenology
+1302.3232
+1302.4781 Phenomenology
+1302.5081
+1302.5918 Phenomenology
+1302.7170
+1303.2957 Statistical Mechanics
+1303.3005 Cosmology and Nongalactic Astrophysics
+1303.6035 Mesoscale and Nanoscale Physics
+1303.6268 Operator Algebras
+1304.0513 Computational Complexity
+1304.2823 Populations and Evolution
+1304.3355 Analysis of PDEs
+1304.4038 Analysis of PDEs
+1304.4752 High Energy Astrophysical Phenomena
+1304.4869 Superconductivity
+1304.5029 Phenomenology
+1304.5594 Neural and Evolutionary Computing
+1304.5892 Artificial Intelligence
+1304.5894 Computer Vision and Pattern Recognition
+1304.5951 Combinatorics
+1304.6031 Phenomenology
+1304.6078 Artificial Intelligence
+1304.6098 Populations and Evolution
+1304.6101 Algebraic Geometry
+1304.6102 Classical Analysis and ODEs
+1304.6105 Combinatorics
+1304.6106
+1304.6116 Computer Science and Game Theory
+1304.6118 Theory
+1304.6122 Algebraic Geometry
+1304.6123 Information Theory
+1304.6125 Mesoscale and Nanoscale Physics
+1304.6128 Networking and Internet Architecture
+1304.6132 Analysis of PDEs
+1304.6133 Information Theory
+1304.6146 Robotics
+1304.6148 Atmospheric and Oceanic Physics
+1304.6152 Information Theory
+1304.6153 Combinatorics
+1304.6154 Information Theory
+1304.6158 Cell Behavior
+1304.6165 Pricing of Securities
+1304.6167 Complex Variables
+1304.6169 Quantum Gases
+1304.6176 Distributed, Parallel, and Cluster Computing
+1304.6179 Number Theory
+1304.6180 Differential Geometry
+1304.6181 Information Retrieval
+1304.6184 Earth and Planetary Astrophysics
+1304.6185 Neurons and Cognition
+1304.6192 Computer Vision and Pattern Recognition
+1304.6194 Soft Condensed Matter
+1304.6196 Soft Condensed Matter
+1304.6197 Probability
+1304.6202 Number Theory
+1304.6204 Differential Geometry
+1304.6206 Instrumentation and Detectors
+1304.6208 Applications
+1304.6209 Numerical Analysis
+1304.6212 Fluid Dynamics
+1304.6213 Computer Vision and Pattern Recognition
+1304.6214 Metric Geometry
+1304.6216 Group Theory
+1304.6218 Number Theory
+1304.6229 Soft Condensed Matter
+1304.6231 Quantum Algebra
+1304.6232 Data Structures and Algorithms
+1304.6235 Soft Condensed Matter
+1304.6237 Statistics Theory
+1304.6244 Combinatorics
+1304.6245 Information Theory
+1304.6250 Number Theory
+1304.6254
+1304.6255 Discrete Mathematics
+1304.6263 Combinatorics
+1304.6266 Combinatorics
+1304.6267 Solar and Stellar Astrophysics
+1304.6268 Soft Condensed Matter
+1304.6277
+1304.6282 Analysis of PDEs
+1304.6286 Statistical Mechanics
+1304.6288 Algebraic Geometry
+1304.6291 Computer Vision and Pattern Recognition
+1304.6296 Computational Geometry
+1304.6301 Logic in Computer Science
+1304.6304 Experiment
+1304.6312 Geometric Topology
+1304.6313 Soft Condensed Matter
+1304.6314 Strongly Correlated Electrons
+1304.6318 Mesoscale and Nanoscale Physics
+1304.6321 Data Structures and Algorithms
+1304.6322 Operator Algebras
+1304.6326 Probability
+1304.6333 Computational Complexity
+1304.6337 Operator Algebras
+1304.6338 Phenomenology
+1304.6343 Rings and Algebras
+1304.6346 Phenomenology
+1304.6357 Probability
+1304.6358 Data Structures and Algorithms
+1304.6363 History and Overview
+1304.6368 Differential Geometry
+1304.6371 General Mathematics
+1304.6375 Populations and Evolution
+1304.6379 Computer Vision and Pattern Recognition
+1304.6380 Materials Science
+1304.6388 Formal Languages and Automata Theory
+1304.6389 Theory
+1304.6391 Differential Geometry
+1304.6393 Data Structures and Algorithms
+1304.6394 Populations and Evolution
+gr-qc/0410009
+math/0507512 Rings and Algebras
+math/0509177 Rings and Algebras
+math/0510567 Rings and Algebras
+q-bio/0604028 Neurons and Cognition
+quant-ph/0504156
+quant-ph/0508035
+0807.3299 Commutative Algebra
+0812.4969 Quantum Algebra
+0902.2913 Materials Science
+0904.2423 Group Theory
+0904.3826 Geometric Topology
+0911.0166 Strongly Correlated Electrons
+1003.1709 Materials Science
+1003.3019
+1004.1865 Probability
+1007.1038 Classical Physics
+1007.1761 Differential Geometry
+1007.5265 Commutative Algebra
+1009.4993 Commutative Algebra
+1011.3468 Statistical Mechanics
+1102.3016 Combinatorics
+1103.6128 Differential Geometry
+1104.4531 Spectral Theory
+1106.1484 Operator Algebras
+1110.1142 Number Theory
+1111.6831 Phenomenology
+1111.7049 Atmospheric and Oceanic Physics
+1112.5649 Numerical Analysis
+1202.1118 Spectral Theory
+1202.1943 Computer Vision and Pattern Recognition
+1202.3084 Distributed, Parallel, and Cluster Computing
+1202.3890 Learning
+1202.4035 Dynamical Systems
+1202.4513
+1202.6153 Artificial Intelligence
+1202.6177 Artificial Intelligence
+1202.6302 Geometric Topology
+1203.1357 Symbolic Computation
+1203.2295 Optimization and Control
+1203.3078 Computational Physics
+1203.4860 Operator Algebras
+1203.5284 Theory
+1203.5646 Fluid Dynamics
+1203.6246 Information Theory
+1205.2521 Trading and Market Microstructure
+1205.2812 Spectral Theory
+1206.0272 Analysis of PDEs
+1206.0916 Statistics Theory
+1206.1382 Classical Analysis and ODEs
+1206.3650 Mesoscale and Nanoscale Physics
+1206.6003 Information Theory
+1207.2448 Instrumentation and Detectors
+1207.3034 Differential Geometry
+1207.5599 Geometric Topology
+1208.1156
+1208.1389 Geometric Topology
+1208.4198 Astrophysics of Galaxies
+1208.6197 Theory
+1209.0845 Differential Geometry
+1209.1150 Differential Geometry
+1209.1307 Combinatorics
+1209.1604 Quantum Gases
+1209.2074 Populations and Evolution
+1209.3977 Information Theory
+1209.4284 Experiment
+1210.0077 Artificial Intelligence
+1210.0084 Functional Analysis
+1210.1164 Functional Analysis
+1210.2177 Probability
+1210.3894 Classical Analysis and ODEs
+1210.3932 Classical Analysis and ODEs
+1210.8295 Neurons and Cognition
+1210.8308
+1210.8413 Quantum Algebra
+1211.0385 Chemical Physics
+1211.0519 Pattern Formation and Solitons
+1211.0867 Mesoscale and Nanoscale Physics
+1211.1629 Mesoscale and Nanoscale Physics
+1211.2129
+1211.3878 Theory
+1211.4913 Fluid Dynamics
+1211.6739 Phenomenology
+1212.0932 Strongly Correlated Electrons
+1212.2394 Quantum Gases
+1212.3130 Analysis of PDEs
+1212.4175 Combinatorics
+1212.4453 Quantum Gases
+1212.4768 Lattice
+1212.4783 Mesoscale and Nanoscale Physics
+1212.5197 Combinatorics
+1212.5984
+1212.6869 Phenomenology
+1301.3035 Combinatorics
+1301.5142 Cryptography and Security
+1301.5583 Algebraic Topology
+1301.5854 Quantum Gases
+1301.5986 Information Theory
+1301.6520 Information Theory
+1301.7670 Phenomenology
+1302.0204 Mesoscale and Nanoscale Physics
+1302.1302 Information Theory
+1302.1657 Phenomenology
+1302.1726 Social and Information Networks
+1302.1855
+1302.1997 Earth and Planetary Astrophysics
+1302.4150
+1302.4533 Cosmology and Nongalactic Astrophysics
+1302.5298 Phenomenology
+1302.6229 Phenomenology
+1303.2242 Adaptation and Self-Organizing Systems
+1303.3346
+1303.3966 Theory
+1303.4001 Populations and Evolution
+1303.4184 Mesoscale and Nanoscale Physics
+1303.5786 Optics
+1304.0700 High Energy Astrophysical Phenomena
+1304.1619 Strongly Correlated Electrons
+1304.3609 Instrumentation and Methods for Astrophysics
+1304.3935 Data Structures and Algorithms
+1304.4556 Dynamical Systems
+1304.4931 Astrophysics of Galaxies
+1304.5843 Strongly Correlated Electrons
+1304.6366 Soft Condensed Matter
+1304.7243 Atomic Physics
+1304.7897 Soft Condensed Matter
+1304.8008 Soft Condensed Matter
+1305.0650 Phenomenology
+1305.0917 Analysis of PDEs
+1305.0950 Differential Geometry
+1305.1254 Phenomenology
+1305.1363 Learning
+1305.2566 Combinatorics
+1305.2617 Geometric Topology
+1305.2777 Data Structures and Algorithms
+1305.2819 Phenomenology
+1305.3124 Differential Geometry
+1305.3288 Information Theory
+1305.3456 Systems and Control
+1305.3512 Probability
+1305.3585 Methodology
+1305.3616 Social and Information Networks
+1305.3625 Computational Physics
+1305.3634 Cell Behavior
+1305.3637 Theory
+1305.3640 Machine Learning
+1305.3654 Experiment
+1305.3655 Quantitative Methods
+1305.3663 Optics
+1305.3666 Functional Analysis
+1305.3668 Social and Information Networks
+1305.3671 Information Theory
+1305.3672
+1305.3675 Experiment
+1305.3685 Analysis of PDEs
+1305.3691 Biomolecules
+1305.3695 Experiment
+1305.3697 Computation
+1305.3698 Complex Variables
+1305.3699 Cryptography and Security
+1305.3703 Cosmology and Nongalactic Astrophysics
+1305.3711
+1305.3712 Neurons and Cognition
+1305.3714 Optics
+1305.3715 Soft Condensed Matter
+1305.3716 Combinatorics
+1305.3719 Chemical Physics
+1305.3721 Plasma Physics
+1305.3722 Representation Theory
+1305.3723 Plasma Physics
+1305.3728 Statistics Theory
+1305.3731 Plasma Physics
+1305.3733 Information Theory
+1305.3735 Computational Complexity
+1305.3736 Mesoscale and Nanoscale Physics
+1305.3737 Optimization and Control
+1305.3738
+1305.3740 Other Condensed Matter
+1305.3743 Functional Analysis
+1305.3744 Superconductivity
+1305.3752 Classical Analysis and ODEs
+1305.3753 Cryptography and Security
+1305.3754 Populations and Evolution
+1305.3755
+1305.3758 Computational Engineering, Finance, and Science
+1305.3761 Phenomenology
+1305.3763 Phenomenology
+1305.3767 Differential Geometry
+1305.3768 Phenomenology
+1305.3770 Accelerator Physics
+1305.3772 Numerical Analysis
+1305.3773 Experiment
+1305.3774 Networking and Internet Architecture
+1305.3775 Classical Analysis and ODEs
+1305.3778 Information Theory
+1305.3780 Algebraic Geometry
+1305.3783 Optics
+1305.3785
+1305.3793 Differential Geometry
+1305.3797 Optimization and Control
+1305.3799
+1305.3803 Numerical Analysis
+1305.3807
+1305.3812
+1305.3819 Classical Analysis and ODEs
+1305.3824 Commutative Algebra
+1305.3827 Computational Complexity
+1305.3829 Commutative Algebra
+1305.3840 Soft Condensed Matter
+1305.3845 Combinatorics
+1305.3846 Experiment
+1305.3848 Materials Science
+1305.3849 Operating Systems
+1305.3850 Dynamical Systems
+1305.3855 Dynamical Systems
+1305.3859 Dynamical Systems
+1305.3869 Combinatorics
+1305.3871 Differential Geometry
+1305.3883 Cryptography and Security
+1305.3885 Computer Vision and Pattern Recognition
+1305.3887 Information Theory
+1305.3889 Dynamical Systems
+1305.3892 Phenomenology
+1305.3893 Theory
+1305.3896 Number Theory
+1305.3898 Physics Education
+1305.3900 Group Theory
+1305.3903 Rings and Algebras
+1305.3906 Rings and Algebras
+q-bio/0603011 Quantitative Methods
+0707.0904 Algebraic Topology
+0708.4324 Robotics
+0801.2461
+0806.0874 Computers and Society
+0810.3695
+0811.3208
+0811.4554 Differential Geometry
+0812.1366 Differential Geometry
+0907.1257 Differential Geometry
+0909.2056 Statistical Mechanics
+1002.1578 Algebraic Geometry
+1002.3612 Phenomenology
+1002.3634 Classical Analysis and ODEs
+1003.5714 Mesoscale and Nanoscale Physics
+1005.3465 Algebraic Geometry
+1007.2822 Algebraic Geometry
+1008.1261 Differential Geometry
+1009.0416
+1012.0598 Theory
+1012.5796 Functional Analysis
+1012.5993 Complex Variables
+1103.3017
+1105.2343 Algebraic Geometry
+1105.4754 Strongly Correlated Electrons
+1105.4914 Superconductivity
+1110.2197 Algebraic Geometry
+1110.6367 Algebraic Geometry
+1112.5672 Probability
+1201.0349 Networking and Internet Architecture
+1202.1452 Biomolecules
+1202.6030 Materials Science
+1203.1276 Optimization and Control
+1206.1245 Dynamical Systems
+1206.1449 Probability
+1206.3187 Probability
+1206.4340 Statistics Theory
+1207.1823
+1208.2940 Representation Theory
+1209.5491
+1209.6348
+1210.7976 Algebraic Geometry
+1211.0297 Data Structures and Algorithms
+1211.0997 Algebraic Geometry
+1211.1041 Computational Complexity
+1211.4067 Soft Condensed Matter
+1211.4727 Group Theory
+1211.5389 Data Structures and Algorithms
+1211.6288 Materials Science
+1212.2160 Instrumentation and Detectors
+1212.2264 Data Structures and Algorithms
+1301.2919 Plasma Physics
+1301.4014 Phenomenology
+1301.6922 Theory
+1302.3752 Distributed, Parallel, and Cluster Computing
+1302.3765 Phenomenology
+1302.3909 Phenomenology
+1302.4091 Dynamical Systems
+1303.3144
+1303.3187 Instrumentation and Detectors
+1303.3327 Logic
+1303.3329 Logic
+1303.7119 Materials Science
+1303.7339 Superconductivity
+1304.0588 Computers and Society
+1304.2123 Mesoscale and Nanoscale Physics
+1304.3943 Classical Analysis and ODEs
+1304.5054 Numerical Analysis
+1304.5309
+1304.6601 Physics and Society
+1305.1847 Biological Physics
+1305.2619 Astrophysics of Galaxies
+1305.7206 Strongly Correlated Electrons
+1305.7332 Logic in Computer Science
+1306.1014 Soft Condensed Matter
+1306.1535 Cosmology and Nongalactic Astrophysics
+1306.2619 Classical Physics
+1306.3421 Biomolecules
+1306.3804 Mesoscale and Nanoscale Physics
+1306.4561 Solar and Stellar Astrophysics
+1306.5835 Optics
+1306.5983 Optics
+1306.6323 Theory
+1306.6359
+1307.0549 Atomic Physics
+1307.0906
+1307.1605 Materials Science
+1307.2097 Computational Geometry
+1307.5372 Soft Condensed Matter
+1307.6005
+1308.0133 High Energy Astrophysical Phenomena
+1308.2148 Mesoscale and Nanoscale Physics
+1308.2425 Space Physics
+1308.2430 Populations and Evolution
+1308.2663 Theory
+1308.3191 Mesoscale and Nanoscale Physics
+1308.5145 Theory
+1308.5781 Superconductivity
+1308.5970 Solar and Stellar Astrophysics
+1308.6015 Quantum Gases
+1309.0157 Information Theory
+1309.0809 Astrophysics of Galaxies
+1309.1052
+1309.1555 Information Theory
+1309.1735 Phenomenology
+1309.2263 Algebraic Geometry
+1309.2730 Number Theory
+1309.3255
+1309.3847 Cosmology and Nongalactic Astrophysics
+1309.4028 Dynamical Systems
+1309.4189 Statistical Mechanics
+1309.4724
+1309.5320 Analysis of PDEs
+1309.5400 Geometric Topology
+1309.6022 Combinatorics
+1309.6143 Instrumentation and Detectors
+1310.3436 Classical Analysis and ODEs
+1310.3587
+1310.4328 Atomic and Molecular Clusters
+1310.5579 Theory
+1310.6499 Solar and Stellar Astrophysics
+1310.6846 Probability
+1311.0525 Materials Science
+1311.1038
+1311.1849
+1311.3167 Differential Geometry
+1311.4961 Mesoscale and Nanoscale Physics
+1311.5622 Computational Complexity
+1311.5734 High Energy Astrophysical Phenomena
+1311.6007 Computer Vision and Pattern Recognition
+1311.6993
+1312.0532 Representation Theory
+1312.0561 Combinatorics
+1312.0646 Methodology
+1312.0660 Superconductivity
+1312.0691 Physics and Society
+1312.0799
+1312.0938 Social and Information Networks
+1312.0940 Computers and Society
+1312.0948 Biological Physics
+1312.0952
+1312.0958 General Physics
+1312.0960 Materials Science
+1312.0965
+1312.0973
+1312.0977 Instrumentation and Detectors
+1312.0982 Solar and Stellar Astrophysics
+1312.0983 Statistics Theory
+1312.0993 Probability
+1312.0994 Networking and Internet Architecture
+1312.1003 Artificial Intelligence
+1312.1004 Information Theory
+1312.1005 Probability
+1312.1010 Lattice
+1312.1012 Analysis of PDEs
+1312.1013 Combinatorics
+1312.1019 Analysis of PDEs
+1312.1021 Materials Science
+1312.1025 Quantitative Methods
+1312.1028
+1312.1036 Number Theory
+1312.1040 Software Engineering
+1312.1042 Software Engineering
+1312.1043 Software Engineering
+1312.1044
+1312.1051 Mesoscale and Nanoscale Physics
+1312.1052 Lattice
+1312.1056 Superconductivity
+1312.1057 Genomics
+1312.1059 Functional Analysis
+1312.1064 Group Theory
+1312.1065 Number Theory
+1312.1068 Phenomenology
+1312.1070 Logic in Computer Science
+1312.1084 Complex Variables
+1312.1088 Applications
+1312.1089 Analysis of PDEs
+1312.1091
+1312.1095 Lattice
+1312.1098 Soft Condensed Matter
+1312.1099 Machine Learning
+1312.1103 Differential Geometry
+1312.1105 Solar and Stellar Astrophysics
+1312.1106 Combinatorics
+1312.1107 Phenomenology
+1312.1109 Astrophysics of Galaxies
+1312.1110 Combinatorics
+1312.1113 Functional Analysis
+1312.1116
+1312.1118 Fluid Dynamics
+1312.1119
+1312.1120 Logic in Computer Science
+1312.1121 Learning
+1312.1122 Quantum Algebra
+1312.1123 Materials Science
+1312.1124 Analysis of PDEs
+1312.1127 History and Overview
+1312.1131 Analysis of PDEs
+1312.1137 Probability
+1312.1139 General Physics
+1312.1140
+1312.1142 Numerical Analysis
+1312.1146 Artificial Intelligence
+1312.1147 Information Theory
+1312.1156 Mesoscale and Nanoscale Physics
+1312.1157 History and Overview
+1312.1160 Cryptography and Security
+1312.1161 Dynamical Systems
+1312.1163 Theory
+1312.1164 Mesoscale and Nanoscale Physics
+1312.1165 Mesoscale and Nanoscale Physics
+1312.1169 Algebraic Geometry
+1312.1172 Discrete Mathematics
+1312.1178 Emerging Technologies
+1312.1181 Computational Geometry
+1312.1185 Combinatorics
+1312.1188 Software Engineering
+1312.1189 Mesoscale and Nanoscale Physics
+1312.1191 Algebraic Topology
+1312.1201 Lattice
+1312.1202 Earth and Planetary Astrophysics
+1312.1206 Neurons and Cognition
+1312.1207 Statistics Theory
+1312.1210
+1312.1211 Probability
+1312.1213 Combinatorics
+1312.1214 Theory
+1312.1215 Soft Condensed Matter
+1312.1216 Differential Geometry
+1312.1220 Solar and Stellar Astrophysics
+1312.1221 Accelerator Physics
+1312.1222 Probability
+1312.1224 Soft Condensed Matter
+1312.1225 Logic in Computer Science
+1312.1227 Phenomenology
+1312.1229
+1312.1232 Number Theory
+1312.1234 Combinatorics
+1312.1239 Rings and Algebras
+1312.1244 Machine Learning
+1312.1249 Astrophysics of Galaxies
+1312.1250 Commutative Algebra
+1312.1255 Populations and Evolution
+1312.1256 Geometric Topology
+1312.1258 Digital Libraries
+1312.1260 Digital Libraries
+1312.1262
+1312.1267 General Physics
+1312.1273 Data Structures and Algorithms
+1312.1280 Analysis of PDEs
+1312.1293 Rings and Algebras
+1312.1295 Classical Physics
+1312.1304 Analysis of PDEs
+1312.1305 Metric Geometry
+1312.1307 Functional Analysis
+1312.1309 Information Theory
+1312.1310 Fluid Dynamics
+1312.1311 Number Theory
+1312.1315 Atomic Physics
+1312.1317 Theory
+1312.1318 Differential Geometry
+1312.1329
+gr-qc/9508023
+gr-qc/9910036
+math/0112176 Algebraic Topology
+quant-ph/0010076
+quant-ph/0010082
+quant-ph/0109063
+quant-ph/0109088
+quant-ph/0111038
+quant-ph/0111039
+quant-ph/0301078
+quant-ph/0309120
+quant-ph/0312228
+quant-ph/0407054
+quant-ph/0408078
+quant-ph/0503114
+quant-ph/0503239
+quant-ph/0511148
+quant-ph/9807064
+1206.5969 General Physics
+0902.0635
+0906.2807 Combinatorics
+0909.4119
+0909.5367 Cosmology and Nongalactic Astrophysics
+0911.0642 Metric Geometry
+1004.1251 Probability
+1005.0826 Learning
+1005.0928 Machine Learning
+1005.3331 Astrophysics of Galaxies
+1011.1110 Combinatorics
+1101.3735 Physics and Society
+1105.1364 Databases
+1108.3105 Dynamical Systems
+1111.0344 Analysis of PDEs
+1111.6473 Machine Learning
+1201.0935 Lattice
+1202.4698 Theory
+1202.6437 Group Theory
+1202.6640
+1203.0931
+1203.6382 Mesoscale and Nanoscale Physics
+1204.0013 Experiment
+1204.2569
+1204.2807 Experiment
+1204.2842 Materials Science
+1204.4545 Complex Variables
+1205.1921 Quantum Gases
+1205.3223 Phenomenology
+1205.4710
+1206.1344 Phenomenology
+1206.3750 High Energy Astrophysical Phenomena
+1207.0621 Phenomenology
+1207.1798 Experiment
+1207.2411 Numerical Analysis
+1207.5210 Theory
+1208.1334
+1208.3183 Dynamical Systems
+1208.4010 Probability
+1208.5021 Theory
+1208.5563
+1208.5676 Theory
+1208.6271 Data Structures and Algorithms
+1209.0065
+1209.1214
+1209.1974 Phenomenology
+1209.2261 Algebraic Topology
+1209.2323
+1209.4399 Strongly Correlated Electrons
+1210.0457
+1210.0691
+1210.1661 Superconductivity
+1210.1712 Theory
+1210.2255 Theory
+1210.2328 Astrophysics of Galaxies
+1210.2483 Quantum Gases
+1210.2894
+1210.6056 Combinatorics
+1210.6840 Theory
+1210.7683 Mathematical Software
+1210.8158 Theory
+1211.1209
+1211.1608 Optics
+1211.1944 Lattice
+1211.2220 Experiment
+1211.2782 Populations and Evolution
+1211.2813 Superconductivity
+1211.2840 Theory
+1211.2863 Computer Vision and Pattern Recognition
+1211.3076 Fluid Dynamics
+1211.3287
+1211.3338 Experiment
+1211.6412 Phenomenology
+1211.6701 Cosmology and Nongalactic Astrophysics
+1211.6794 Plasma Physics
+1211.7214
+1212.0540 Solar and Stellar Astrophysics
+1212.1942 Statistical Mechanics
+1212.2108 Atmospheric and Oceanic Physics
+1212.2182 Experiment
+1212.3408 Cosmology and Nongalactic Astrophysics
+1212.3552 Quantum Gases
+1212.4355
+1212.4436 Phenomenology
+1212.4498 Theory
+1212.4970 Materials Science
+1212.4992 Phenomenology
+1212.5202
+1212.5495 Plasma Physics
+1212.5910 Atomic Physics
+1212.6698 Differential Geometry
+1212.6948 Phenomenology
+1301.0230
+1301.0440 Superconductivity
+1301.0738 Phenomenology
+1301.0916 Experiment
+1301.3566 Quantum Gases
+1301.3625 Algebraic Geometry
+1301.3822 Phenomenology
+1301.4273 Strongly Correlated Electrons
+1301.4274 Theory
+1301.4581 Experiment
+1301.5002 Theory
+1301.5279 Cosmology and Nongalactic Astrophysics
+1301.5855 Phenomenology
+1301.6560 General Physics
+1301.6961 Geometric Topology
+1302.0185 Lattice
+1302.0531 Experiment
+1302.0847 Strongly Correlated Electrons
+1302.1159 High Energy Astrophysical Phenomena
+1302.2812 Experiment
+1302.3327 Commutative Algebra
+1302.3522 Theory
+1302.3535
+1302.3998
+1302.4216 Data Structures and Algorithms
+1302.4367 Theory
+1302.5290
+1302.6181 Lattice
+1303.1013 Theory
+1303.1235 Strongly Correlated Electrons
+1303.1693 Information Theory
+1303.2809 Strongly Correlated Electrons
+1303.3225
+1303.3239 Experiment
+1303.3338
+1303.4366 Digital Libraries
+1304.0020
+1304.0173 Medical Physics
+1304.1266 Soft Condensed Matter
+1304.1643 Theory
+1304.1725 Statistical Mechanics
+1304.2672 Astrophysics of Galaxies
+1304.3552 Phenomenology
+1304.3801 Spectral Theory
+1304.4194 Experiment
+1304.4267 Logic in Computer Science
+1304.4379 Artificial Intelligence
+1304.4582 Theory
+1304.5010 Computational Complexity
+1304.5185 Logic in Computer Science
+1304.5306 Phenomenology
+1304.5394 Materials Science
+1304.5964 Geometric Topology
+1304.6020 Phenomenology
+1304.6264 Phenomenology
+1304.6702
+1304.6730
+1304.7230 Machine Learning
+1304.7413 Optimization and Control
+1304.7711 Phenomenology
+1304.7757 Phenomenology
+1304.7763 General Physics
+1304.7767 Physics and Society
+1304.7775 Phenomenology
+1304.7784 Earth and Planetary Astrophysics
+1304.7788 Computers and Society
+1304.7790 Combinatorics
+1304.7792 Plasma Physics
+1304.7793 Data Structures and Algorithms
+1304.7797 Logic
+1304.7798 Theory
+1304.7803 Instrumentation and Detectors
+1304.7805 Instrumentation and Detectors
+1304.7807 Computational Physics
+1304.7808 Computation
+1304.7809 Phenomenology
+1304.7819 Computers and Society
+1304.7821 Geophysics
+1304.7824 Rings and Algebras
+1304.7833 Computational Geometry
+1304.7842 Graphics
+1304.7843 Artificial Intelligence
+1304.7845 Graphics
+1304.7847 Methodology
+1304.7848 Graphics
+1304.7850
+1304.7852 Graphics
+1304.7855 Mathematical Software
+1304.7856 Software Engineering
+1304.7857 Logic in Computer Science
+1304.7858 Logic in Computer Science
+1304.7859 Logic in Computer Science
+1304.7860 Logic in Computer Science
+1304.7861 Logic in Computer Science
+1304.7862 Hardware Architecture
+1304.7863 Logic in Computer Science
+1304.7864 Networking and Internet Architecture
+1304.7865 Materials Science
+1304.7867 Methodology
+1304.7868 Graphics
+1304.7872 Classical Analysis and ODEs
+1304.7875 Logic in Computer Science
+1304.7876 Number Theory
+1304.7879 Atmospheric and Oceanic Physics
+1304.7880 Statistical Mechanics
+1304.7881 Graphics
+1304.7882 Risk Management
+1304.7883 Graphics
+1304.7889 Other Computer Science
+1304.7892 Optimization and Control
+1304.7896 Soft Condensed Matter
+1304.7900 Superconductivity
+1304.7901 Mesoscale and Nanoscale Physics
+1304.7902 Group Theory
+1304.7903 Materials Science
+1304.7905 Subcellular Processes
+1304.7906 Soft Condensed Matter
+1304.7908 Soft Condensed Matter
+1304.7914 Statistics Theory
+1304.7915 Probability
+1304.7920 Other Statistics
+1304.7921 Metric Geometry
+1304.7923 Group Theory
+1304.7928 Emerging Technologies
+1304.7932 Classical Analysis and ODEs
+1304.7936 Functional Analysis
+1304.7937 Representation Theory
+1304.7942 Computation and Language
+1304.7946 Combinatorics
+1304.7952 Representation Theory
+1304.7953 Mesoscale and Nanoscale Physics
+1304.7954 Probability
+1304.7957 Combinatorics
+1304.7958 Materials Science
+1304.7962 Optics
+1304.7963 Combinatorics
+1304.7972 Pattern Formation and Solitons
+1304.7973 Computation
+1304.7982 Classical Analysis and ODEs
+1304.7984 Social and Information Networks
+1304.7993 Discrete Mathematics
+1304.7994 Metric Geometry
+1304.7997 Combinatorics
+1304.7998 Networking and Internet Architecture
+1304.8000 Biological Physics
+1304.8001 Astrophysics of Galaxies
+1304.8002 Optics
+1304.8006 Other Computer Science
+1304.8009 Biomolecules
+1304.8011 Number Theory
+1304.8013 Human-Computer Interaction
+1304.8014 Probability
+1304.8016 Data Structures and Algorithms
+1304.8017 Classical Analysis and ODEs
+1304.8019 Systems and Control
+1304.8023 Phenomenology
+1304.8024
+1304.8025 Analysis of PDEs
+1304.8026 Optimization and Control
+1304.8028 Networking and Internet Architecture
+1304.8031 Theory
+1304.8032 Analysis of PDEs
+1304.8040 Mesoscale and Nanoscale Physics
+1304.8043 Functional Analysis
+1304.8047 Classical Analysis and ODEs
+1304.8052 Computer Vision and Pattern Recognition
+1304.8054 Mesoscale and Nanoscale Physics
+1304.8055 Physics Education
+1304.8057 High Energy Astrophysical Phenomena
+1304.8066 Numerical Analysis
+1304.8070 General Physics
+1304.8071 High Energy Astrophysical Phenomena
+1304.8074 Geometric Topology
+1304.8078 Materials Science
+1304.8080 Multimedia
+1304.8084 Applications
+1304.8087 Data Structures and Algorithms
+1304.8089 Methodology
+1304.8092 Computer Vision and Pattern Recognition
+1304.8100 Materials Science
+1304.8103
+1304.8104 Cellular Automata and Lattice Gases
+1304.8109 Cryptography and Security
+1304.8112 Phenomenology
+1304.8114
+1304.8118 Optimization and Control
+1304.8124
+1304.8125 Computer Science and Game Theory
+1304.8133 Phenomenology
+0709.1777
+0801.0324 Operator Algebras
+0802.3411
+0803.1901 Phenomenology
+0806.0255
+0806.4036 Phenomenology
+0904.4333 Cosmology and Nongalactic Astrophysics
+0910.0858 Instrumentation and Methods for Astrophysics
+1003.3714 History and Overview
+1007.1797 Functional Analysis
+1007.3677 Superconductivity
+1009.1683 Phenomenology
+1011.3111 Cosmology and Nongalactic Astrophysics
+1012.3364 Probability
+1101.0258 Strongly Correlated Electrons
+1101.5469 Quantum Gases
+1104.1505 Complex Variables
+1106.2731 Disordered Systems and Neural Networks
+1108.4288 Geometric Topology
+1108.5363 Phenomenology
+1109.1809 Cosmology and Nongalactic Astrophysics
+1109.3543 Cosmology and Nongalactic Astrophysics
+1110.4457 Probability
+1110.4770 Differential Geometry
+1111.1631 Instrumentation and Methods for Astrophysics
+1111.7177 Algebraic Geometry
+1111.7281 Commutative Algebra
+1112.1129 Algebraic Topology
+1112.3239 Differential Geometry
+1112.4151 Combinatorics
+1201.4975
+1202.0046 Probability
+1202.1249 Strongly Correlated Electrons
+1202.5847 Dynamical Systems
+1203.2104 Commutative Algebra
+1203.5087
+1203.6444
+1204.4590 Analysis of PDEs
+1205.0858 Information Theory
+1205.3126 Statistical Mechanics
+1205.3514 General Physics
+1205.5420 Algebraic Geometry
+1205.6738
+1206.4593 General Physics
+1207.2979 Materials Science
+1208.0108 Cryptography and Security
+1208.0327
+1208.1909
+1208.2130 Metric Geometry
+1208.3629 Data Structures and Algorithms
+1208.5367 Number Theory
+1208.5874
+1209.1154 Systems and Control
+1209.3924 Subcellular Processes
+1209.4762 Cosmology and Nongalactic Astrophysics
+1210.1578 Superconductivity
+1210.3451 Other Condensed Matter
+1210.6519 Category Theory
+1210.7020 Phenomenology
+1211.1467 Discrete Mathematics
+1211.1931 Algebraic Geometry
+1211.4748
+1211.6513 Rings and Algebras
+1211.6902 Logic
+1212.4004 Analysis of PDEs
+1212.5239 Populations and Evolution
+1301.0494
+1301.1826 Atomic Physics
+1301.2755 Instrumentation and Detectors
+1301.7065 Phenomenology
+1302.1631 Geometric Topology
+1302.3980
+1302.4159 Biological Physics
+1302.5270
+1302.6928
+1303.0090 Biomolecules
+1303.1047 Mesoscale and Nanoscale Physics
+1303.1272 K-Theory and Homology
+1303.2408 Quantum Gases
+1303.3459 Quantum Gases
+1303.3507 Mesoscale and Nanoscale Physics
+1303.3940
+1303.4069 Theory
+1303.4831 Strongly Correlated Electrons
+1304.1738
+1304.1750 Classical Analysis and ODEs
+1304.2248 Mesoscale and Nanoscale Physics
+1304.3062 Strongly Correlated Electrons
+1304.3257 Mesoscale and Nanoscale Physics
+1304.3709
+1304.7219 Disordered Systems and Neural Networks
+1304.7677 Phenomenology
+1305.1685 Number Theory
+1305.1725 Instrumentation and Detectors
+1305.2603 Phenomenology
+1305.2727 Superconductivity
+1305.2743 Data Structures and Algorithms
+1305.3891 Earth and Planetary Astrophysics
+1305.4775 Experiment
+1305.5721 Solar and Stellar Astrophysics
+1305.6475 Statistical Mechanics
+1305.7139 Cosmology and Nongalactic Astrophysics
+1305.7441 Cosmology and Nongalactic Astrophysics
+1305.7445 Physics and Society
+1306.0410
+1306.1246 Experiment
+1306.2673 Optics
+1306.5965
+1306.6215 Atmospheric and Oceanic Physics
+1306.6306 Superconductivity
+1307.3020 Chemical Physics
+1307.3138 Superconductivity
+1307.3518 Experiment
+1307.4346 Medical Physics
+1307.6090 Cosmology and Nongalactic Astrophysics
+1307.8035 Chemical Physics
+1308.0409 Algebraic Geometry
+1308.0574 Number Theory
+1308.0585 Systems and Control
+1308.0798 Genomics
+1308.1311 Cosmology and Nongalactic Astrophysics
+1308.2305
+1308.2516 Physics and Society
+1308.2517 Materials Science
+1308.3025 Physics and Society
+1308.3168 Solar and Stellar Astrophysics
+1308.4682 Cosmology and Nongalactic Astrophysics
+1308.4854 Theory
+1308.6214 Differential Geometry
+1308.6791 Combinatorics
+1309.0094 Phenomenology
+1309.0640 Theory
+1309.0670 Quantitative Methods
+1309.0710 Strongly Correlated Electrons
+1309.0745 Physics and Society
+1309.0805 Probability
+1309.0806 Other Computer Science
+1309.0824 Cosmology and Nongalactic Astrophysics
+1309.0834 Information Theory
+1309.0839 Accelerator Physics
+1309.0841 Earth and Planetary Astrophysics
+1309.0843 Statistical Mechanics
+1309.0846 Neurons and Cognition
+1309.0850 Lattice
+1309.0853 Populations and Evolution
+1309.0866 Logic in Computer Science
+1309.0867 Logic in Computer Science
+1309.0868 Systems and Control
+1309.0869 Logic in Computer Science
+1309.0870 Computational Engineering, Finance, and Science
+1309.0871 Computational Engineering, Finance, and Science
+1309.0872 Computational Engineering, Finance, and Science
+1309.0873 Systems and Control
+1309.0874 Distributed, Parallel, and Cluster Computing
+1309.0882 Astrophysics of Galaxies
+1309.0884 Number Theory
+1309.0887 Cosmology and Nongalactic Astrophysics
+1309.0888 Combinatorics
+1309.0890 Logic in Computer Science
+1309.0891 Logic in Computer Science
+1309.0892 Logic in Computer Science
+1309.0893 Formal Languages and Automata Theory
+1309.0894 Logic in Computer Science
+1309.0895 Logic in Computer Science
+1309.0896 Logic in Computer Science
+1309.0899 Materials Science
+1309.0902 Chaotic Dynamics
+1309.0904
+1309.0907
+1309.0909 Strongly Correlated Electrons
+1309.0912 Metric Geometry
+1309.0915
+1309.0917 Materials Science
+1309.0918 Earth and Planetary Astrophysics
+1309.0919 Cosmology and Nongalactic Astrophysics
+1309.0922 Category Theory
+1309.0924 Logic in Computer Science
+1309.0925 Strongly Correlated Electrons
+1309.0926 Populations and Evolution
+1309.0927 Complex Variables
+1309.0928 Biological Physics
+1309.0932 Phenomenology
+1309.0933 Phenomenology
+1309.0938 Functional Analysis
+1309.0939 Strongly Correlated Electrons
+1309.0941 Disordered Systems and Neural Networks
+1309.0943 Materials Science
+1309.0947 Statistical Mechanics
+1309.0952 Superconductivity
+1309.0958 Cryptography and Security
+1309.0960 Chemical Physics
+1309.0963 Algebraic Geometry
+1309.0966 Instrumentation and Detectors
+1309.0967 Instrumentation and Detectors
+1309.0968 Phenomenology
+1309.0970 Probability
+1309.0971 Discrete Mathematics
+1309.0973 Analysis of PDEs
+1309.0974 Group Theory
+1309.0978 Discrete Mathematics
+1309.0981 Algebraic Topology
+1309.0982 Operator Algebras
+1309.0983 Chemical Physics
+1309.0985 Classical Physics
+1309.0986 Probability
+1309.0988 Biological Physics
+1309.0990 Mesoscale and Nanoscale Physics
+1309.0992 Fluid Dynamics
+1309.0997 Statistics Theory
+1309.0998 Representation Theory
+1309.0999 Computer Vision and Pattern Recognition
+1309.1000 Computer Vision and Pattern Recognition
+1309.1008 Dynamical Systems
+1309.1009 Computer Vision and Pattern Recognition
+1309.1010 Biological Physics
+1309.1014 Computation and Language
+1309.1015 High Energy Astrophysical Phenomena
+1309.1019 Dynamical Systems
+1309.1020 Combinatorics
+1309.1024
+1309.1026 Information Theory
+1309.1027 Number Theory
+1309.1030 Dynamical Systems
+1309.1035 Algebraic Geometry
+1309.1037 Exactly Solvable and Integrable Systems
+1309.1038 Instrumentation and Detectors
+1309.1040 Combinatorics
+1309.1043 Formal Languages and Automata Theory
+1309.1047 Astrophysics of Galaxies
+1309.1050 Differential Geometry
+1309.1053 Strongly Correlated Electrons
+1309.1054
+1309.1057 Experiment
+1309.1063 Accelerator Physics
+1309.1064 Analysis of PDEs
+1309.1066 Digital Libraries
+1309.1070 Operator Algebras
+1309.1071 Number Theory
+1309.1072 Commutative Algebra
+1309.1074 Lattice
+1309.1075 Fluid Dynamics
+1309.1078 Earth and Planetary Astrophysics
+1309.1080 Computer Vision and Pattern Recognition
+1309.1086 Neurons and Cognition
+1309.1089 Computational Complexity
+1309.1094
+1309.1095
+1309.1096 Earth and Planetary Astrophysics
+1309.1098 Commutative Algebra
+1309.1101 Distributed, Parallel, and Cluster Computing
+1309.1109 Analysis of PDEs
+1309.1110 Optimization and Control
+1309.1111
+1309.1113 Materials Science
+1309.1118 Probability
+1309.1124 Number Theory
+1309.1125 Computation and Language
+1309.1129 Computation and Language
+1309.1135 Analysis of PDEs
+1309.1146 Probability
+1309.1150 Algebraic Geometry
+cond-mat/0606805 Disordered Systems and Neural Networks
+hep-ph/0603156 Phenomenology
+physics/0403123 Geophysics
+physics/0509004 Geophysics
+0704.3517
+0704.3715 Quantitative Methods
+0709.4570
+0807.4228
+0811.4057
+0812.2801 Materials Science
+0902.4662 Theory
+0906.0084 High Energy Astrophysical Phenomena
+1008.3242 Combinatorics
+1008.4792 Phenomenology
+1009.0938 Computational Physics
+1010.1686 Materials Science
+1103.4286 Systems and Control
+1103.4425 Biological Physics
+1104.2154 Chemical Physics
+1106.0150 Dynamical Systems
+1106.4457 General Topology
+1107.2146 Computer Science and Game Theory
+1107.4397 Theory
+1108.1884 Methodology
+1108.3551 Dynamical Systems
+1109.1157
+1109.2113 Commutative Algebra
+1110.6917 Number Theory
+1111.4262 Algebraic Geometry
+1111.6521 History and Overview
+1112.2231 Differential Geometry
+1112.2236 Differential Geometry
+1112.3657 Quantum Gases
+1112.4147 Analysis of PDEs
+1112.4468 Quantum Gases
+1112.4901 Representation Theory
+1201.4497
+1202.0743 Functional Analysis
+1203.4585
+1204.2074 Probability
+1204.3396 Fluid Dynamics
+1204.4041 Probability
+1205.1116 High Energy Astrophysical Phenomena
+1205.2280 Dynamical Systems
+1205.4131
+1206.0518 Dynamical Systems
+1206.3539 Functional Analysis
+1206.3546 Commutative Algebra
+1206.4772
+1206.5698 Artificial Intelligence
+1207.0345 Strongly Correlated Electrons
+1207.1605 Probability
+1207.3746 Analysis of PDEs
+1207.5962
+1207.6803 Atomic Physics
+1208.0647 Atmospheric and Oceanic Physics
+1208.4064 Commutative Algebra
+1208.5598 Cosmology and Nongalactic Astrophysics
+1208.5923 Metric Geometry
+1209.1315
+1209.5534 Quantum Gases
+1209.6425 Learning
+1210.0030 Quantum Gases
+1210.1210 High Energy Astrophysical Phenomena
+1210.1833 Instrumentation and Methods for Astrophysics
+1210.5117 Information Theory
+1210.7019 Biological Physics
+1211.3621 Probability
+1211.3626 Probability
+1211.6012 Quantum Gases
+1212.1910 Experiment
+1212.3776 General Topology
+1212.5007 Strongly Correlated Electrons
+1212.6726 Statistical Mechanics
+1212.6959
+1301.1325 Phenomenology
+1301.2364 Differential Geometry
+1301.3355 Strongly Correlated Electrons
+1301.3526
+1301.4458
+1301.5412 Numerical Analysis
+1301.5465 Biological Physics
+1301.5650 Machine Learning
+1301.6975 Artificial Intelligence
+1301.7019 Statistical Mechanics
+1301.7121 Analysis of PDEs
+1302.0393 Logic
+1302.0508 Experiment
+1302.0711
+1302.1636 Materials Science
+1302.1861 Medical Physics
+1302.2680 Strongly Correlated Electrons
+1302.4591 Digital Libraries
+1302.6079 High Energy Astrophysical Phenomena
+1302.6276 Social and Information Networks
+1302.6867 Strongly Correlated Electrons
+1302.6893
+1303.2857 Software Engineering
+1303.3795 Quantum Gases
+1303.4277 Databases
+1303.4882 Physics and Society
+1303.5225 Mesoscale and Nanoscale Physics
+1303.5524 Atomic Physics
+1303.5551 Strongly Correlated Electrons
+1303.5638 Category Theory
+1303.5883 Quantum Gases
+1303.6891 Instrumentation and Methods for Astrophysics
+1303.7212 Cosmology and Nongalactic Astrophysics
+1304.0213 Experiment
+1304.0935 Lattice
+1304.1278 Materials Science
+1304.4959 Quantum Gases
+1304.5186
+1304.5196 Quantum Gases
+1304.5588 Algebraic Geometry
+1304.7148 Superconductivity
+1304.7853 Algebraic Geometry
+1305.0608 Probability
+1305.1771 K-Theory and Homology
+1305.3217 High Energy Astrophysical Phenomena
+1305.3624
+1305.3646 Plasma Physics
+1305.4108 Superconductivity
+1305.4361 Dynamical Systems
+1305.5291
+1305.6602 Mesoscale and Nanoscale Physics
+1305.6813 High Energy Astrophysical Phenomena
+1305.6994
+1306.0571 Phenomenology
+1306.0959 Methodology
+1306.1891 Phenomenology
+1306.1967 Discrete Mathematics
+1306.2093 Classical Analysis and ODEs
+1306.2216 Materials Science
+1306.2560 Quantum Gases
+1306.3004 Computational Complexity
+1306.3711 Number Theory
+1306.3754 Solar and Stellar Astrophysics
+1306.4044 Cryptography and Security
+1306.4353 Data Structures and Algorithms
+1306.4411 Artificial Intelligence
+1306.4525 Statistical Mechanics
+1306.4619 Probability
+1306.4624 Cryptography and Security
+1306.4646
+1306.4669 Theory
+1306.4671 Phenomenology
+1306.4672 Robotics
+1306.4684 Cosmology and Nongalactic Astrophysics
+1306.4691 Classical Physics
+1306.4693 Mesoscale and Nanoscale Physics
+1306.4695 Dynamical Systems
+1306.4698 Accelerator Physics
+1306.4701 Phenomenology
+1306.4708 Methodology
+1306.4709 Fluid Dynamics
+1306.4714 Artificial Intelligence
+1306.4723 Methodology
+1306.4724 Computer Vision and Pattern Recognition
+1306.4726 Cryptography and Security
+1306.4729 Accelerator Physics
+1306.4734 Methodology
+1306.4741 Optimization and Control
+1306.4742 Chaotic Dynamics
+1306.4746 Computer Vision and Pattern Recognition
+1306.4747 Populations and Evolution
+1306.4752 Analysis of PDEs
+1306.4753 Learning
+1306.4754 Information Theory
+1306.4755 Information Theory
+1306.4757 Superconductivity
+1306.4758 Information Retrieval
+1306.4762 Materials Science
+1306.4764 Phenomenology
+1306.4766 Number Theory
+1306.4767
+1306.4768
+1306.4772
+1306.4773 Performance
+1306.4775
+1306.4777 Plasma Physics
+1306.4778 Analysis of PDEs
+1306.4779 Computers and Society
+1306.4780 Number Theory
+1306.4781 Combinatorics
+1306.4785 Quantum Gases
+1306.4791 Commutative Algebra
+1306.4792
+1306.4793 Neural and Evolutionary Computing
+1306.4797 Mesoscale and Nanoscale Physics
+1306.4798 Combinatorics
+1306.4799 Soft Condensed Matter
+1306.4803
+1306.4806 Symplectic Geometry
+1306.4811 Numerical Analysis
+1306.4812 Mesoscale and Nanoscale Physics
+1306.4814 Algebraic Topology
+1306.4819 Analysis of PDEs
+1306.4826
+1306.4828 Cryptography and Security
+1306.4829 Quantum Algebra
+1306.4830 Accelerator Physics
+1306.4833 Optimization and Control
+1306.4834 Geophysics
+1306.4840 Tissues and Organs
+1306.4842 Tissues and Organs
+1306.4845 Cryptography and Security
+1306.4847 Statistics Theory
+1306.4853
+1306.4856 Digital Libraries
+1306.4858 Mesoscale and Nanoscale Physics
+1306.4862 Experiment
+1306.4863 Fluid Dynamics
+1306.4864 Statistics Theory
+1306.4867 Statistics Theory
+1306.4868 Number Theory
+1306.4870 Geophysics
+1306.4872 Statistics Theory
+1306.4876 Mesoscale and Nanoscale Physics
+1306.4877 Solar and Stellar Astrophysics
+1306.4881 Fluid Dynamics
+1306.4882 Phenomenology
+1306.4883 Systems and Control
+1306.4884 Computer Science and Game Theory
+1306.4886 Computation and Language
+1306.4889
+1306.4890 Computation and Language
+1306.4891 Number Theory
+1306.4893
+1306.4897 History and Philosophy of Physics
+1306.4902 History and Philosophy of Physics
+1306.4903
+1306.4907
+1306.4908 Computation and Language
+1306.4911 Methodology
+1306.4913 History and Overview
+1306.4919 Computational Geometry
+1306.4926 Numerical Analysis
+1306.4930 Astrophysics of Galaxies
+1306.4941 Combinatorics
+1306.4943 Statistics Theory
+1306.4944 Physics Education
+1306.4948 Strongly Correlated Electrons
+1306.4958 Portfolio Management
+1306.4961 Phenomenology
+1306.4966 Computer Vision and Pattern Recognition
+1306.4972 Mesoscale and Nanoscale Physics
+astro-ph/0611291
+astro-ph/0612209
+astro-ph/0701522
+cond-mat/0512348 Disordered Systems and Neural Networks
+gr-qc/0009080
+math/0606352 Algebraic Geometry
+0909.4861 Mesoscale and Nanoscale Physics
+1008.0703 Mesoscale and Nanoscale Physics
+1102.1548 High Energy Astrophysical Phenomena
+1102.4168 Optics
+1104.4006 Representation Theory
+1104.5242
+1105.0373 Statistical Mechanics
+1105.5770 Classical Analysis and ODEs
+1105.6270 Combinatorics
+1108.1743 Statistical Mechanics
+1109.4428 Combinatorics
+1109.4472 Combinatorics
+1109.5109
+1110.1239 Theory
+1201.2723 Mesoscale and Nanoscale Physics
+1201.5283 Learning
+1202.1479 Optimization and Control
+1202.1768
+1202.2397 Strongly Correlated Electrons
+1202.3040 Mesoscale and Nanoscale Physics
+1203.5861 Instrumentation and Methods for Astrophysics
+1204.0394 Instrumentation and Methods for Astrophysics
+1204.0404 Mesoscale and Nanoscale Physics
+1204.1818 Disordered Systems and Neural Networks
+1204.3770 Biological Physics
+1204.4797 Dynamical Systems
+1205.0333 Probability
+1206.0018 Quantum Gases
+1206.0926 Analysis of PDEs
+1206.1870
+1206.3088
+1206.4168 Mesoscale and Nanoscale Physics
+1206.4470 Mesoscale and Nanoscale Physics
+1206.4724 High Energy Astrophysical Phenomena
+1207.0884 Rings and Algebras
+1208.2721 Computational Complexity
+1209.1747 Phenomenology
+1209.4335 Statistical Mechanics
+1210.3596 Exactly Solvable and Integrable Systems
+1211.1010 Cosmology and Nongalactic Astrophysics
+1211.3464
+1212.0016 Superconductivity
+1212.2222 Geometric Topology
+1212.3275
+1212.5164 Superconductivity
+1212.6329
+1212.6789 Combinatorics
+1301.1030 Superconductivity
+1301.3143 Cosmology and Nongalactic Astrophysics
+1301.3448 Phenomenology
+1301.3806 Statistical Mechanics
+1301.3956 Materials Science
+1301.4027
+1301.6261 Representation Theory
+1301.6864 Quantum Gases
+1301.7608 Adaptation and Self-Organizing Systems
+1302.0362 Statistical Mechanics
+1302.0773 Lattice
+1302.1336
+1302.3031
+1302.5670 Superconductivity
+1303.0300 High Energy Astrophysical Phenomena
+1303.0971 Dynamical Systems
+1303.1411
+1303.2413 Computational Complexity
+1303.3085 Mesoscale and Nanoscale Physics
+1303.3214 Mesoscale and Nanoscale Physics
+1303.3953 Experiment
+1303.5371 Cosmology and Nongalactic Astrophysics
+1303.6136 Experiment
+1303.6570 Dynamical Systems
+1303.6641 Theory
+1304.1473 Quantum Gases
+1304.3363 Lattice
+1304.3815 Phenomenology
+1304.4342 Mesoscale and Nanoscale Physics
+1304.4636 Data Structures and Algorithms
+1304.4772
+1304.6768 Materials Science
+1304.7597
+1304.7970 Materials Science
+1305.0775 Number Theory
+1305.1665 Mesoscale and Nanoscale Physics
+1305.3106 Cosmology and Nongalactic Astrophysics
+1305.4109 Superconductivity
+1305.4812 Mesoscale and Nanoscale Physics
+1305.5168 Solar and Stellar Astrophysics
+1305.5401 Instrumentation and Methods for Astrophysics
+1305.6398 Phenomenology
+1305.7335 Materials Science
+1306.0620 Mesoscale and Nanoscale Physics
+1306.0872 Quantum Gases
+1306.2151 Solar and Stellar Astrophysics
+1306.3209 High Energy Astrophysical Phenomena
+1306.3402 Quantum Gases
+1307.0681 Phenomenology
+1307.1571 Accelerator Physics
+1307.2088 Differential Geometry
+1307.2168 Experiment
+1307.2208 Statistical Mechanics
+1307.2552
+1307.2840 Dynamical Systems
+1307.3546 Phenomenology
+1307.3696 Networking and Internet Architecture
+1307.3847 Algebraic Geometry
+1307.3848 Materials Science
+1307.4009 Quantum Gases
+1307.5655 Symbolic Computation
+1307.5899 Data Structures and Algorithms
+1307.6119 Superconductivity
+1307.6358 Materials Science
+1307.6596 Algebraic Topology
+1307.6635 Materials Science
+1307.6672 Fluid Dynamics
+1307.6792 Digital Libraries
+1307.6864 Numerical Analysis
+1307.6865 Statistics Theory
+1307.6867 Analysis of PDEs
+1307.6876 Probability
+1307.6881 Group Theory
+1307.6886
+1307.6887 Machine Learning
+1307.6889 Applications
+1307.6890 Mesoscale and Nanoscale Physics
+1307.6892 Group Theory
+1307.6893 Dynamical Systems
+1307.6894 Category Theory
+1307.6895 Analysis of PDEs
+1307.6897 High Energy Astrophysical Phenomena
+1307.6898 Quantum Gases
+1307.6899 Statistical Mechanics
+1307.6901 Software Engineering
+1307.6903 Programming Languages
+1307.6912
+1307.6916 Solar and Stellar Astrophysics
+1307.6917 Probability
+1307.6919 Numerical Analysis
+1307.6923 Information Theory
+1307.6929 Group Theory
+1307.6930 Information Theory
+1307.6937 Information Retrieval
+1307.6938 Differential Geometry
+1307.6939 Discrete Mathematics
+1307.6941 Digital Libraries
+1307.6942 Functional Analysis
+1307.6944 Combinatorics
+1307.6946 Cosmology and Nongalactic Astrophysics
+1307.6947 Probability
+1307.6949 Analysis of PDEs
+1307.6951 Analysis of PDEs
+1307.6955 Cosmology and Nongalactic Astrophysics
+1307.6956
+1307.6958 Logic in Computer Science
+1307.6960 Applications
+1307.6963 Soft Condensed Matter
+1307.6974 General Finance
+1307.6975 Computers and Society
+1307.6976 Networking and Internet Architecture
+1307.6977 Soft Condensed Matter
+1307.6979 Information Theory
+1307.6981 Instrumentation and Detectors
+1307.6985 Plasma Physics
+1307.6987 Geometric Topology
+1307.6988 Operator Algebras
+1307.6989 Instrumentation and Detectors
+1307.6991 Atmospheric and Oceanic Physics
+1307.6992 Experiment
+1307.6998 Materials Science
+1307.7000 Networking and Internet Architecture
+1307.7002 Optimization and Control
+1307.7008 Space Physics
+1307.7009 Networking and Internet Architecture
+1307.7010 Classical Analysis and ODEs
+1307.7024 Learning
+1307.7028 Learning
+1307.7029 Superconductivity
+1307.7031 Digital Libraries
+1307.7033 Digital Libraries
+1307.7035 Digital Libraries
+1307.7039 Classical Analysis and ODEs
+1307.7041 High Energy Astrophysical Phenomena
+1307.7050 Learning
+1307.7051 High Energy Astrophysical Phenomena
+1307.7054 Statistics Theory
+1307.7055 Adaptation and Self-Organizing Systems
+1307.7057 Networking and Internet Architecture
+1307.7058 Computers and Society
+1307.7062 Earth and Planetary Astrophysics
+1307.7070 Computational Finance
+1307.7071 Instrumentation and Methods for Astrophysics
+1307.7079 Analysis of PDEs
+1307.7081 Complex Variables
+1307.7087 Information Theory
+1307.7089 Data Structures and Algorithms
+1307.7090 Analysis of PDEs
+1307.7094 Physics and Society
+1307.7096 Software Engineering
+1307.7099 Phenomenology
+1307.7101 Statistical Mechanics
+1307.7103 Cosmology and Nongalactic Astrophysics
+1307.7112 Probability
+1307.7113 Number Theory
+1307.7118 Computer Science and Game Theory
+1307.7119 Numerical Analysis
+1307.7127 Computers and Society
+1307.7129 Robotics
+1307.7131 High Energy Astrophysical Phenomena
+1307.7132 Combinatorics
+1307.7137 Probability
+physics/0509206 Physics and Society
+0710.2191
+0901.4951 Disordered Systems and Neural Networks
+0906.0164
+0906.4091
+0912.3906 Mesoscale and Nanoscale Physics
+0912.5193 Methodology
+1009.3288
+1009.3335
+1101.5655
+1102.1665 Solar and Stellar Astrophysics
+1102.2109 Disordered Systems and Neural Networks
+1102.2490 Statistics Theory
+1103.4361 Computational Geometry
+1105.5124 Symplectic Geometry
+1108.2956
+1108.5835
+1110.5813 Social and Information Networks
+1111.4627 Phenomenology
+1201.1696
+1203.0838 Disordered Systems and Neural Networks
+1203.3300
+1203.6854 Statistical Mechanics
+1203.6895 Statistical Mechanics
+1205.6765 Optimization and Control
+1206.3085
+1206.4254
+1207.1440 Mesoscale and Nanoscale Physics
+1207.6402 Cosmology and Nongalactic Astrophysics
+1208.5638 Number Theory
+1209.1314 Exactly Solvable and Integrable Systems
+1209.2588 Biological Physics
+1209.2858 Phenomenology
+1209.5187 Information Theory
+1209.6220 Cosmology and Nongalactic Astrophysics
+1210.2150 Group Theory
+1210.3061 Networking and Internet Architecture
+1210.3405 Computation
+1210.6446 Cosmology and Nongalactic Astrophysics
+1211.1711
+1211.5438
+1211.6324 Optimization and Control
+1212.5907 Solar and Stellar Astrophysics
+1301.0852 Statistical Mechanics
+1301.2948 Experiment
+1301.3665
+1301.6499 Theory
+1301.6832
+1302.0590 Portfolio Management
+1302.6962 Probability
+1302.6990
+1303.0589
+1303.1207 Mesoscale and Nanoscale Physics
+1303.3819
+1303.4417 Mesoscale and Nanoscale Physics
+1303.5167
+1303.6238 Atomic and Molecular Clusters
+1303.6540 General Physics
+1304.0417
+1304.1455 Quantitative Methods
+1304.2526 Materials Science
+1304.2933 Strongly Correlated Electrons
+1304.3517 Materials Science
+1304.5221 Cosmology and Nongalactic Astrophysics
+1304.5267 Soft Condensed Matter
+1304.7310 Exactly Solvable and Integrable Systems
+1305.2428 Number Theory
+1305.2584 Metric Geometry
+1305.2728 Theory
+1305.2921 Phenomenology
+1305.2967 Materials Science
+1305.3096 Soft Condensed Matter
+1305.3943 Cosmology and Nongalactic Astrophysics
+1305.4770 Soft Condensed Matter
+1305.4903 Lattice
+1305.5509 Theory
+1305.7456
+1306.1082 Quantum Gases
+1306.2525
+1306.3108 Learning
+1306.3912 Phenomenology
+1306.3948 Phenomenology
+1306.6835 Materials Science
+1307.1585 Solar and Stellar Astrophysics
+1307.1667 Quantum Gases
+1307.4552 Cosmology and Nongalactic Astrophysics
+1307.4770
+1307.4879 Computation and Language
+1307.6087 Rings and Algebras
+1307.6772 High Energy Astrophysical Phenomena
+1307.6936 Phenomenology
+1307.7339 Rings and Algebras
+1307.7792 Networking and Internet Architecture
+1307.8351 Rings and Algebras
+1308.0918 Solar and Stellar Astrophysics
+1308.2801 Phenomenology
+1308.4952
+1308.4992 Number Theory
+1308.5719
+1308.6001 Popular Physics
+1308.6018 Quantitative Methods
+1308.6032 Materials Science
+1308.6034 Materials Science
+1308.6038 Numerical Analysis
+1308.6070 Cosmology and Nongalactic Astrophysics
+1308.6138 Networking and Internet Architecture
+1308.6243 Quantitative Methods
+1308.6249 History and Overview
+1308.6266 Phenomenology
+1308.6276 Physics and Society
+1308.6281 High Energy Astrophysical Phenomena
+1308.6284 High Energy Astrophysical Phenomena
+1308.6286 Cosmology and Nongalactic Astrophysics
+1308.6292 Artificial Intelligence
+1308.6297 Computation and Language
+1308.6299 Phenomenology
+1308.6300 Computation and Language
+1308.6301 Fluid Dynamics
+1308.6309 Computer Vision and Pattern Recognition
+1308.6311 Computer Vision and Pattern Recognition
+1308.6312 Applications
+1308.6316 Information Theory
+1308.6318 Logic
+1308.6319 Computer Vision and Pattern Recognition
+1308.6320 Numerical Analysis
+1308.6327 Soft Condensed Matter
+1308.6329 Operator Algebras
+1308.6330 Group Theory
+1308.6333 Genomics
+1308.6337 Optimization and Control
+1308.6339 Information Theory
+1308.6340 Materials Science
+1308.6341 General Physics
+1308.6348 Rings and Algebras
+1308.6356 Social and Information Networks
+1308.6360
+1308.6362 History and Philosophy of Physics
+1308.6363 Computers and Society
+1308.6365 Other Condensed Matter
+1308.6367 Populations and Evolution
+1308.6368 Human-Computer Interaction
+1308.6370 Optimization and Control
+1308.6375 Cosmology and Nongalactic Astrophysics
+1308.6378 Optimization and Control
+1308.6379 Probability
+1308.6384 Discrete Mathematics
+1308.6388 Computer Vision and Pattern Recognition
+1308.6390 Quantum Algebra
+1308.6391 Differential Geometry
+1308.6392 Statistics Theory
+1308.6393 Materials Science
+1308.6395 Instrumentation and Detectors
+1308.6397 Probability
+1308.6399 Logic
+1308.6400 Materials Science
+1308.6401 Computer Vision and Pattern Recognition
+1308.6403 High Energy Astrophysical Phenomena
+1308.6405 Optics
+1308.6407 Cosmology and Nongalactic Astrophysics
+1308.6408 Atomic Physics
+1308.6412 Biological Physics
+1308.6413 Software Engineering
+1308.6416 Earth and Planetary Astrophysics
+1308.6417 Optics
+1308.6422 Soft Condensed Matter
+1308.6424 Mesoscale and Nanoscale Physics
+1308.6428 Commutative Algebra
+1308.6429 Differential Geometry
+1308.6431
+1308.6437 Information Theory
+1308.6439 Differential Geometry
+1308.6440 Soft Condensed Matter
+1308.6441
+1308.6445 Number Theory
+1308.6446
+1308.6448 Number Theory
+1308.6449 Commutative Algebra
+1308.6454 Algebraic Geometry
+1308.6464 Distributed, Parallel, and Cluster Computing
+1308.6468 Phenomenology
+1308.6469 Performance
+1308.6471 Analysis of PDEs
+1308.6474 Complex Variables
+1308.6477 Classical Analysis and ODEs
+1308.6479 Soft Condensed Matter
+1308.6481 Information Theory
+1308.6482 Soft Condensed Matter
+1308.6483 Cosmology and Nongalactic Astrophysics
+1308.6487 Information Theory
+1308.6488 Optics
+1308.6494 Physics and Society
+1308.6495 Category Theory
+1308.6497 Geometric Topology
+1308.6501 Analysis of PDEs
+1308.6505 Computational Complexity
+1308.6506 Experiment
+1308.6510 Soft Condensed Matter
+1308.6513 Mesoscale and Nanoscale Physics
+1308.6515 Soft Condensed Matter
+1308.6518 Dynamical Systems
+1308.6527 Atomic and Molecular Clusters
+1308.6532 Analysis of PDEs
+1308.6534 Populations and Evolution
+1308.6535 Probability
+1308.6543 Information Theory
+1308.6546 Cell Behavior
+1308.6547 Algebraic Geometry
+1308.6552 Information Theory
+1308.6553 Optics
+1308.6554 Instrumentation and Detectors
+1308.6557 Operator Algebras
+1308.6558 Optics
+1308.6563
+1308.6565
+1308.6572 Phenomenology
+cond-mat/0601341 Superconductivity
+cond-mat/0601407 Superconductivity
+0707.0815
+0801.2875 Probability
+0809.1400 Optimization and Control
+0811.4285 Probability
+0901.0890 Superconductivity
+0905.3917 Probability
+0910.4908
+1001.2935 Numerical Analysis
+1005.1808 Classical Analysis and ODEs
+1005.4438 Probability
+1007.2565 Probability
+1008.4217 Logic
+1012.4293 Mesoscale and Nanoscale Physics
+1103.3512 Statistics Theory
+1105.1231 Metric Geometry
+1105.4489 Differential Geometry
+1106.1158
+1106.1194 Neural and Evolutionary Computing
+1107.0976 Strongly Correlated Electrons
+1107.3834 Theory
+1107.5175 Group Theory
+1108.5099 Differential Geometry
+1109.3025 Functional Analysis
+1109.5558 Quantum Algebra
+1110.4653 Probability
+1111.0488 Probability
+1111.1077 Statistics Theory
+1111.5052 Numerical Analysis
+1111.5259 Differential Geometry
+1111.6312 Numerical Analysis
+1201.0566 Computer Vision and Pattern Recognition
+1201.6403 Algebraic Geometry
+1201.6454 Symplectic Geometry
+1202.2142 Probability
+1202.6267 Experiment
+1202.6611 Statistical Finance
+1204.0121 Phenomenology
+1204.0388
+1204.1432 Dynamical Systems
+1204.4539 Machine Learning
+1205.4090 Number Theory
+1206.5197 Metric Geometry
+1206.5648 Programming Languages
+1207.0235 Probability
+1207.3791 Differential Geometry
+1208.3419
+1209.4336 Operator Algebras
+1209.4888 Rings and Algebras
+1209.4922 Systems and Control
+1210.4461 General Finance
+1210.6749 Classical Analysis and ODEs
+1210.7334 Differential Geometry
+1210.7510 General Finance
+1211.1536 Mesoscale and Nanoscale Physics
+1211.2972 Artificial Intelligence
+1211.3071 Differential Geometry
+1211.3356 Classical Analysis and ODEs
+1212.3307 Phenomenology
+1212.5438 Functional Analysis
+1301.1243 Experiment
+1301.1554 Phenomenology
+1301.2453
+1301.4836 Superconductivity
+1301.4949 Representation Theory
+1301.5856 Phenomenology
+1301.6186 Strongly Correlated Electrons
+1302.0566 Computational Complexity
+1302.0615 Combinatorics
+1302.1139
+1302.3211 Functional Analysis
+1302.3284 Classical Physics
+1302.3415 Experiment
+1303.1685 Number Theory
+1303.2922 Atomic Physics
+1303.3529 Mesoscale and Nanoscale Physics
+1303.4719 Mesoscale and Nanoscale Physics
+1303.4795 Probability
+1303.4935 Quantum Algebra
+1303.5605 Quantum Gases
+1303.6628 Cosmology and Nongalactic Astrophysics
+1303.6793 Subcellular Processes
+1303.6912 Phenomenology
+1304.1928 Symbolic Computation
+1304.4224 Chaotic Dynamics
+1304.4313
+1304.4397 Functional Analysis
+1304.7442
+1304.7741
+1305.0804 Mesoscale and Nanoscale Physics
+1305.5633 Mesoscale and Nanoscale Physics
+1305.5869 Atomic Physics
+1305.6063 Materials Science
+1305.6725 Probability
+1305.7359 Optics
+1306.2803 Solar and Stellar Astrophysics
+1306.4236 Combinatorics
+1306.5015 Analysis of PDEs
+1306.5292 Mesoscale and Nanoscale Physics
+1306.5536
+1306.5719 Theory
+1306.6213 Quantum Gases
+1307.0011 Cosmology and Nongalactic Astrophysics
+1307.2277 Probability
+1307.4995 Cosmology and Nongalactic Astrophysics
+1307.6729 Populations and Evolution
+1307.7012
+1308.0774 Computation
+1308.1653 Combinatorics
+1308.1941 Numerical Analysis
+1308.2963 Astrophysics of Galaxies
+1308.3880
+1308.5477 Representation Theory
+1308.6389 Strongly Correlated Electrons
+1309.0096
+1309.0567 Mesoscale and Nanoscale Physics
+1309.3835 Solar and Stellar Astrophysics
+1309.3988 Cosmology and Nongalactic Astrophysics
+1309.4706
+1309.4769 Superconductivity
+1309.4773 Astrophysics of Galaxies
+1309.4784 Cosmology and Nongalactic Astrophysics
+1309.4789
+1309.4791 Classical Physics
+1309.4792
+1309.4798 Functional Analysis
+1309.4800 Complex Variables
+1309.4802 Combinatorics
+1309.4803 Geometric Topology
+1309.4806 Phenomenology
+1309.4811 Probability
+1309.4814 Algebraic Geometry
+1309.4818 Logic
+1309.4821 Category Theory
+1309.4822 Quantum Algebra
+1309.4826 Number Theory
+1309.4830 Mesoscale and Nanoscale Physics
+1309.4831 Analysis of PDEs
+1309.4832 Mesoscale and Nanoscale Physics
+1309.4843 Other Computer Science
+1309.4844 Machine Learning
+1309.4846 Social and Information Networks
+1309.4848 Classical Physics
+1309.4849 Rings and Algebras
+1309.4850 Optimization and Control
+1309.4852 Materials Science
+1309.4856 Theory
+1309.4865 Chemical Physics
+1309.4866 Cosmology and Nongalactic Astrophysics
+1309.4868 Analysis of PDEs
+1309.4869 Analysis of PDEs
+1309.4871 Applications
+1309.4872 Numerical Analysis
+1309.4874 Analysis of PDEs
+1309.4875 Analysis of PDEs
+1309.4876 Analysis of PDEs
+1309.4878 Analysis of PDEs
+1309.4881
+1309.4882 Data Structures and Algorithms
+1309.4887 Distributed, Parallel, and Cluster Computing
+1309.4890 Plasma Physics
+1309.4893 Medical Physics
+1309.4900
+1309.4907 Systems and Control
+1309.4912 Classical Analysis and ODEs
+1309.4914 Algebraic Geometry
+1309.4915
+1309.4921 Functional Analysis
+1309.4928 Optimization and Control
+1309.4932 Digital Libraries
+1309.4937
+1309.4938 Information Retrieval
+1309.4941 Lattice
+1309.4943 Fluid Dynamics
+1309.4945 Classical Analysis and ODEs
+1309.4951 Number Theory
+1309.4952 Populations and Evolution
+1309.4953 Data Structures and Algorithms
+1309.4957
+1309.4960 Solar and Stellar Astrophysics
+1309.4962 Artificial Intelligence
+1309.4964 Mesoscale and Nanoscale Physics
+1309.4965 Mesoscale and Nanoscale Physics
+1309.4966 Lattice
+1309.4969 Representation Theory
+1309.4972 High Energy Astrophysical Phenomena
+1309.4974 Functional Analysis
+1309.4975 Probability
+1309.4984 Statistics Theory
+1309.4987 Probability
+1309.4990
+1309.4994 Other Computer Science
+1309.4995
+1309.4997 Algebraic Topology
+1309.4998 Materials Science
+1309.4999 Learning
+1309.5003 Statistics Theory
+1309.5004 Computer Vision and Pattern Recognition
+1309.5006 Representation Theory
+1309.5007 Computational Physics
+1309.5013 Differential Geometry
+1309.5014 Physics and Society
+1309.5018 Artificial Intelligence
+1309.5019 Methodology
+1309.5021 Rings and Algebras
+1309.5025 Functional Analysis
+1309.5029 Metric Geometry
+1309.5030 Trading and Market Microstructure
+1309.5040 Analysis of PDEs
+1309.5043 Dynamical Systems
+1309.5045 Commutative Algebra
+1309.5047 Learning
+1309.5048 Numerical Analysis
+1309.5053 General Finance
+1309.5054 Strongly Correlated Electrons
+1309.5069 Cryptography and Security
+1309.5073 Statistical Finance
+1309.5075 Other Computer Science
+1309.5076 Neurons and Cognition
+1309.5078 Tissues and Organs
+1309.5080 Chaotic Dynamics
+math/0106215 Probability
+0705.3803 Logic
+0708.0072 Superconductivity
+0708.2307 Number Theory
+0804.0865 Number Theory
+0804.3429 Strongly Correlated Electrons
+0806.1438 Discrete Mathematics
+0807.4996 Algebraic Geometry
+0807.5020 Rings and Algebras
+0808.0034 Algebraic Geometry
+0812.1817 Numerical Analysis
+0812.4077 Atomic Physics
+0902.1633 Disordered Systems and Neural Networks
+0903.4301 Quantum Algebra
+0906.0611 Number Theory
+1002.2962
+1005.2016 Number Theory
+1009.2361 Combinatorics
+1009.5049 Atomic Physics
+1011.1397 Mesoscale and Nanoscale Physics
+1011.2796 Analysis of PDEs
+1011.4930 Algebraic Geometry
+1011.4931 Algebraic Geometry
+1011.6500 Superconductivity
+1101.5835 Fluid Dynamics
+1102.4901 Representation Theory
+1103.3175 Representation Theory
+1103.3295
+1104.3625 Quantum Gases
+1105.5709
+1107.4826 Algebraic Geometry
+1108.2689 Algebraic Geometry
+1108.3944 Optimization and Control
+1109.1437
+1109.2448 Algebraic Geometry
+1109.2530 Theory
+1109.2803 Statistical Finance
+1109.5811 Quantum Gases
+1111.1356 Analysis of PDEs
+1111.3859 Other Computer Science
+1112.0676 Analysis of PDEs
+1202.0335 Theory
+1202.2456
+1203.0168
+1203.1809 Computer Science and Game Theory
+1204.0571 Quantum Gases
+1204.1753 Algebraic Geometry
+1204.2545 Other Computer Science
+1204.3186 Statistics Theory
+1204.6491 Statistics Theory
+1205.0324
+1205.1238
+1205.2337 Plasma Physics
+1205.5041 Number Theory
+1205.6169 Group Theory
+1205.6860 Phenomenology
+1206.0684 Mesoscale and Nanoscale Physics
+1206.2086 Lattice
+1206.3068 Group Theory
+1206.6721 Statistics Theory
+1207.0089 Mesoscale and Nanoscale Physics
+1207.1647 Cosmology and Nongalactic Astrophysics
+1207.1881 Data Analysis, Statistics and Probability
+1207.2108
+1207.2710 Classical Analysis and ODEs
+1208.1155 Differential Geometry
+1208.4853 Strongly Correlated Electrons
+1208.5181
+1208.6266 Quantum Gases
+1209.0079
+1209.0389 Statistical Mechanics
+1209.1226 Mesoscale and Nanoscale Physics
+1209.2256 Superconductivity
+1209.2775 Statistical Mechanics
+1209.3629 Strongly Correlated Electrons
+1209.3899 Combinatorics
+1209.5219
+1209.6606 Strongly Correlated Electrons
+1210.0803
+1210.1754
+1210.1755 Theory
+1210.2233 Theory
+1210.3318 Complex Variables
+1210.4384 Strongly Correlated Electrons
+1210.4445 Statistical Mechanics
+1210.5076 Phenomenology
+1210.6290 Disordered Systems and Neural Networks
+1211.0545 Quantum Gases
+1211.1808 Phenomenology
+1211.6810 Atomic Physics
+1211.6871 K-Theory and Homology
+1212.0904 Phenomenology
+1212.3317 Differential Geometry
+1212.4155 Phenomenology
+1212.5669 Computation
+1212.6288
+1212.6527 Artificial Intelligence
+1301.0171
+1301.0550 Artificial Intelligence
+1301.0551 Learning
+1301.0552 Artificial Intelligence
+1301.0553 Artificial Intelligence
+1301.0554 Learning
+1301.0555 Artificial Intelligence
+1301.0556 Learning
+1301.0557 Artificial Intelligence
+1301.0558 Artificial Intelligence
+1301.0559 Artificial Intelligence
+1301.0560 Artificial Intelligence
+1301.0561 Artificial Intelligence
+1301.0562 Learning
+1301.0563 Learning
+1301.0564 Artificial Intelligence
+1301.0565 Learning
+1301.0566 Artificial Intelligence
+1301.0567 Learning
+1301.0568 Artificial Intelligence
+1301.0569 Artificial Intelligence
+1301.0570 Artificial Intelligence
+1301.0571 Artificial Intelligence
+1301.0572 Artificial Intelligence
+1301.0573 Human-Computer Interaction
+1301.0574 Artificial Intelligence
+1301.0576 Artificial Intelligence
+1301.0577 Computer Science and Game Theory
+1301.0578 Learning
+1301.0579 Learning
+1301.0580 Artificial Intelligence
+1301.0581 Numerical Analysis
+1301.0582 Artificial Intelligence
+1301.0583 Artificial Intelligence
+1301.0584 Artificial Intelligence
+1301.0585 Artificial Intelligence
+1301.0586 Learning
+1301.0587 Data Structures and Algorithms
+1301.0588 Learning
+1301.0589 Artificial Intelligence
+1301.0590 Artificial Intelligence
+1301.0591 Artificial Intelligence
+1301.0592 Artificial Intelligence
+1301.0593 Learning
+1301.0594 Artificial Intelligence
+1301.0595 Computer Science and Game Theory
+1301.0596 Artificial Intelligence
+1301.0597 Artificial Intelligence
+1301.0598 Artificial Intelligence
+1301.0599 Learning
+1301.0601 Learning
+1301.0602 Learning
+1301.0603 Artificial Intelligence
+1301.0604 Learning
+1301.0605 Artificial Intelligence
+1301.0606 Artificial Intelligence
+1301.0607 Robotics
+1301.0608 Artificial Intelligence
+1301.0609 Artificial Intelligence
+1301.0610 Learning
+1301.0611 Artificial Intelligence
+1301.0612 Computer Vision and Pattern Recognition
+1301.0613 Learning
+1301.0614 Artificial Intelligence
+1301.0635 Differential Geometry
+1301.0637 Experiment
+1301.0647 Logic
+1301.0648 Computers and Society
+1301.0650 Plasma Physics
+1301.0652 Combinatorics
+1301.0659 K-Theory and Homology
+1301.0660 Category Theory
+1301.0662 Plasma Physics
+1301.0664 Metric Geometry
+1301.0666 Lattice
+1301.0667 Logic in Computer Science
+1301.0669 Information Theory
+1301.0670 Instrumentation and Methods for Astrophysics
+1301.0671
+1301.0673 Mesoscale and Nanoscale Physics
+1301.0674 High Energy Astrophysical Phenomena
+1301.0681 Methodology
+1301.0688 Metric Geometry
+1301.0690 Exactly Solvable and Integrable Systems
+1301.0692
+1301.0693 Analysis of PDEs
+1301.0696 Analysis of PDEs
+1301.0701 Information Retrieval
+1301.0702 Information Theory
+1301.0706 Algebraic Geometry
+1301.0713
+1301.0719 Portfolio Management
+1301.0725 Learning
+1301.0726 Statistics Theory
+1301.0727 Dynamical Systems
+1301.0730 Information Theory
+1301.0732 Exactly Solvable and Integrable Systems
+1301.0734
+1301.0735 Logic
+1301.0736 Tissues and Organs
+1301.0741 Methodology
+1301.0743 Group Theory
+1301.0746
+1301.0747 Numerical Analysis
+1301.0748 Programming Languages
+1301.0749 Functional Analysis
+1301.0751 Physics and Society
+1301.0753 Classical Physics
+1301.0754 Computational Physics
+1301.0755 Experiment
+1301.0757 Quantum Algebra
+1301.0758 General Mathematics
+1301.0759 Discrete Mathematics
+1301.0761 Rings and Algebras
+1301.0762 Software Engineering
+1301.0763 Data Structures and Algorithms
+1301.0764 Group Theory
+1301.0767
+1301.0775 Networking and Internet Architecture
+1301.0778 Mesoscale and Nanoscale Physics
+1301.0784 Commutative Algebra
+1301.0785 Neural and Evolutionary Computing
+1301.0789 Commutative Algebra
+1301.0790 Combinatorics
+1301.0793 Data Structures and Algorithms
+1301.0797 Functional Analysis
+1301.0804 Experiment
+1301.0810 Functional Analysis
+1301.0820 Computational Complexity
+hep-ph/0511232 Phenomenology
+math/0309255 Optimization and Control
+math/0404268 Number Theory
+math/0409232 Number Theory
+math/0409233 Number Theory
+0804.1887 Functional Analysis
+0812.3112 Other Condensed Matter
+0903.1201 Phenomenology
+0904.4746 Analysis of PDEs
+0907.4149 Materials Science
+1001.1475 Group Theory
+1001.1707 Logic
+1004.4017 Information Theory
+1009.3862 Probability
+1010.0992 Differential Geometry
+1010.5557
+1011.1764 Probability
+1011.3749 Classical Analysis and ODEs
+1101.0226 Algebraic Topology
+1102.0721 Solar and Stellar Astrophysics
+1102.1487 Physics and Society
+1103.3722 Probability
+1103.5015 Phenomenology
+1104.1049 Spectral Theory
+1105.4578
+1106.0073 Lattice
+1107.2894 Operator Algebras
+1109.4277 Logic
+1111.5161 Analysis of PDEs
+1111.5633 Superconductivity
+1111.6812 Functional Analysis
+1112.5207 Cosmology and Nongalactic Astrophysics
+1112.5277 Quantum Gases
+1112.5689 Probability
+1201.3657 K-Theory and Homology
+1201.4777 Artificial Intelligence
+1201.4938 Numerical Analysis
+1202.6644 Biological Physics
+1203.1129 Analysis of PDEs
+1203.5480 Complex Variables
+1204.3902 Phenomenology
+1204.4056 Dynamical Systems
+1204.4728 Strongly Correlated Electrons
+1205.0530 Disordered Systems and Neural Networks
+1205.0585 Lattice
+1205.0646 Digital Libraries
+1205.2050 Representation Theory
+1206.0260
+1206.0948 Chaotic Dynamics
+1206.2566 Quantum Gases
+1206.5080 Operator Algebras
+1206.5236
+1207.4238 Quantum Gases
+1207.4263
+1207.6500
+1208.0799 Applications
+1208.1698 Mesoscale and Nanoscale Physics
+1208.4504 Optics
+1209.2343 Soft Condensed Matter
+1209.3898
+1209.4478 Superconductivity
+1209.5025 Distributed, Parallel, and Cluster Computing
+1210.1417 Plasma Physics
+1210.3636 Superconductivity
+1210.3808
+1210.4935 Theory
+1210.5654 Solar and Stellar Astrophysics
+1210.6428 Mesoscale and Nanoscale Physics
+1210.6473 Analysis of PDEs
+1210.7462 Superconductivity
+1210.7920 Dynamical Systems
+1210.8106
+1211.1896 Phenomenology
+1211.3598 Quantum Gases
+1211.6080 Optimization and Control
+1211.6444 Earth and Planetary Astrophysics
+1211.6732 Geometric Topology
+1211.6832 Algebraic Topology
+1212.0342 Strongly Correlated Electrons
+1212.0437 Statistical Mechanics
+1212.0622 Rings and Algebras
+1212.0834 Analysis of PDEs
+1212.1184 Phenomenology
+1212.1188 Combinatorics
+1212.2234
+1212.2400
+1212.4228 Strongly Correlated Electrons
+1212.4765 Strongly Correlated Electrons
+1212.5360 Statistical Mechanics
+1212.5501
+1301.0532
+1301.1743 Mesoscale and Nanoscale Physics
+1301.1823 Mesoscale and Nanoscale Physics
+1301.3437 Theory
+1301.4767 Learning
+1301.4769 Learning
+1301.4957 Dynamical Systems
+1301.5160 Learning
+1301.5641 Cosmology and Nongalactic Astrophysics
+1302.0024 Plasma Physics
+1302.1315 Combinatorics
+1302.1579 Cosmology and Nongalactic Astrophysics
+1302.1771 Materials Science
+1302.1867 Solar and Stellar Astrophysics
+1302.4109 Strongly Correlated Electrons
+1302.6306 Soft Condensed Matter
+1302.6458 Lattice
+1302.6484 Instrumentation and Methods for Astrophysics
+1302.6559 Solar and Stellar Astrophysics
+1302.6737 Theory
+1302.6976 Superconductivity
+1302.7011 Geometric Topology
+1302.7016
+1302.7022 Complex Variables
+1302.7025 Social and Information Networks
+1302.7028 Networking and Internet Architecture
+1302.7035 Dynamical Systems
+1302.7037
+1302.7039 Information Retrieval
+1302.7043 Machine Learning
+1302.7044 Analysis of PDEs
+1302.7046 Networking and Internet Architecture
+1302.7050 Analysis of PDEs
+1302.7054 Plasma Physics
+1302.7058 Optics
+1302.7059 Instrumentation and Detectors
+1302.7069 Logic
+1302.7070 Sound
+1302.7076 Commutative Algebra
+1302.7078 Cosmology and Nongalactic Astrophysics
+1302.7079 Numerical Analysis
+1302.7081 Computers and Society
+1302.7082 Computer Vision and Pattern Recognition
+1302.7084 Analysis of PDEs
+1302.7086 Theory
+1302.7087
+1302.7090 Systems and Control
+1302.7092
+1302.7095 K-Theory and Homology
+1302.7096 Neural and Evolutionary Computing
+1302.7098 Analysis of PDEs
+1302.7099 Statistics Theory
+1302.7102 Genomics
+1302.7105 Functional Analysis
+1302.7108 Mesoscale and Nanoscale Physics
+1302.7111 Logic in Computer Science
+1302.7114 Solar and Stellar Astrophysics
+1302.7121 Numerical Analysis
+1302.7128 Probability
+1302.7129 Classical Physics
+1302.7131 Information Retrieval
+1302.7133 Earth and Planetary Astrophysics
+1302.7141 Combinatorics
+1302.7145 Other Computer Science
+1302.7150
+1302.7155 Cosmology and Nongalactic Astrophysics
+1302.7156 Functional Analysis
+1302.7159 Dynamical Systems
+1302.7167 Solar and Stellar Astrophysics
+1302.7168 Logic in Computer Science
+1302.7178 Superconductivity
+1302.7180 Computer Vision and Pattern Recognition
+1302.7182 Mesoscale and Nanoscale Physics
+1302.7184 High Energy Astrophysical Phenomena
+1302.7191 Software Engineering
+1302.7193 Numerical Analysis
+1302.7194 Symbolic Computation
+1302.7197 Statistical Mechanics
+1302.7199 Probability
+1302.7201 Phenomenology
+1302.7206
+1302.7207 Functional Analysis
+1302.7208 Number Theory
+1302.7213 Symplectic Geometry
+1302.7214 Quantum Gases
+1302.7221 Mesoscale and Nanoscale Physics
+1302.7223 Algebraic Geometry
+1302.7228 Combinatorics
+1302.7234
+1302.7235 Optimization and Control
+1302.7241 Mesoscale and Nanoscale Physics
+1302.7247 Probability
+1302.7254 Fluid Dynamics
+1302.7259 Disordered Systems and Neural Networks
+1302.7265 Analysis of PDEs
+1302.7267
+1302.7277 Chaotic Dynamics
+1302.7283 Learning
+1302.7292 Computational Physics
+1302.7302 Rings and Algebras
+1302.7303 Operator Algebras
+1302.7308 Phenomenology
+1302.7311 Phenomenology
+1302.7313 Combinatorics
+1302.7314 Systems and Control
+1302.7316
+math/0602377 Statistics Theory
+math/0610050 Number Theory
+math/0611753 Dynamical Systems
+quant-ph/0605109
+0706.1409 Symbolic Computation
+0712.3476 Algebraic Topology
+0804.2337 Symbolic Computation
+0804.2373 Symbolic Computation
+0805.2630 Data Structures and Algorithms
+0805.3990 General Physics
+0809.0063 Symbolic Computation
+0904.2452 Symbolic Computation
+0904.2761 Symbolic Computation
+0906.1957 Combinatorics
+0906.2888 Symbolic Computation
+0907.0291 Symbolic Computation
+0908.4003 Quantitative Methods
+0908.4015 Strongly Correlated Electrons
+0912.1040 General Physics
+1004.1808 Data Structures and Algorithms
+1004.3732 Information Retrieval
+1010.1698 Combinatorics
+1010.3504 Lattice
+1011.2452 Operator Algebras
+1012.3177 Atomic Physics
+1101.0910 General Mathematics
+1101.1966 Analysis of PDEs
+1104.3120 Phenomenology
+1105.3195
+1105.6145 Other Statistics
+1106.0373 Group Theory
+1107.1720 Computational Geometry
+1107.2254 Optics
+1107.2272 Combinatorics
+1108.5232 Representation Theory
+1109.2809 Symbolic Computation
+1110.1423
+1110.4871 Phenomenology
+1110.6265 Networking and Internet Architecture
+1111.3456 Differential Geometry
+1112.0290 Symplectic Geometry
+1201.4551 Applications
+1202.1296 Theory
+1202.2502 Probability
+1202.5120 Quantum Algebra
+1203.0880 Mesoscale and Nanoscale Physics
+1203.3104 Analysis of PDEs
+1203.3317 Group Theory
+1203.6553 Probability
+1205.0626 Combinatorics
+1205.0879 Symbolic Computation
+1205.2089 Algebraic Topology
+1205.3414 Symbolic Computation
+1205.4526 Strongly Correlated Electrons
+1206.0921
+1206.2467 Materials Science
+1206.5817 Algebraic Geometry
+1207.1604
+1207.2769
+1207.2814
+1207.7220 Strongly Correlated Electrons
+1208.2201
+1208.3100 Algebraic Geometry
+1208.4922 Probability
+1209.0121 Neurons and Cognition
+1209.6592 Phenomenology
+1210.1715 Statistics Theory
+1210.1794 Lattice
+1210.2990 Phenomenology
+1210.4050 Operator Algebras
+1210.4800
+1210.5989 Materials Science
+1210.6814 Theory
+1211.0283 Cosmology and Nongalactic Astrophysics
+1211.2239 Theory
+1211.3733 Strongly Correlated Electrons
+1211.4565 Group Theory
+1211.7072 Strongly Correlated Electrons
+1212.1102 Lattice
+1212.2136 Learning
+1212.2300 Genomics
+1212.3763 Strongly Correlated Electrons
+1212.4047 Other Condensed Matter
+1212.5339 Statistical Mechanics
+1212.6255 Strongly Correlated Electrons
+1301.2337 Earth and Planetary Astrophysics
+1301.2824 Strongly Correlated Electrons
+1301.3519 Theory
+1301.4186 Phenomenology
+1301.6597 Plasma Physics
+1301.7317 History and Philosophy of Physics
+1302.2878 Statistical Mechanics
+1302.3733 Optics
+1302.4369
+1302.4378
+1302.4438 Phenomenology
+1302.5726 Mesoscale and Nanoscale Physics
+1302.6164 Metric Geometry
+1302.6944 Statistical Mechanics
+1303.0215
+1303.0607 Instrumentation and Detectors
+1303.0703 Strongly Correlated Electrons
+1303.0883 Strongly Correlated Electrons
+1303.1181 Phenomenology
+1303.2885 Fluid Dynamics
+1303.3127 Optics
+1303.3168 Strongly Correlated Electrons
+1303.4290 Strongly Correlated Electrons
+1303.5049
+1303.6480 Superconductivity
+1303.7057 Atomic Physics
+1304.0121 Experiment
+1304.0631 Mesoscale and Nanoscale Physics
+1304.1160
+1304.1265 Phenomenology
+1304.1655 Experiment
+1304.2634 Quantum Gases
+1304.2635 Genomics
+1304.4426 Differential Geometry
+1304.4473 Cosmology and Nongalactic Astrophysics
+1304.6029 Instrumentation and Methods for Astrophysics
+1304.6633 Metric Geometry
+1304.6971 Atomic Physics
+1304.7534 Statistical Mechanics
+1304.7991 Biomolecules
+1305.0405 Mesoscale and Nanoscale Physics
+1305.0602 Geometric Topology
+1305.1855 Superconductivity
+1305.3633 Computer Vision and Pattern Recognition
+1305.3635 Computer Vision and Pattern Recognition
+1305.5455 Optics
+1305.5672 Superconductivity
+1305.6471 Differential Geometry
+1305.7396
+1306.1895 Category Theory
+1306.2079 Data Structures and Algorithms
+1306.2228 Earth and Planetary Astrophysics
+1306.2498 Combinatorics
+1306.2853 Other Condensed Matter
+1306.3260 Formal Languages and Automata Theory
+1306.3340 Logic
+1306.3530 Machine Learning
+1306.3543 Distributed, Parallel, and Cluster Computing
+1306.3728
+1306.3739 Data Structures and Algorithms
+1306.3767 Human-Computer Interaction
+1306.3927 Applications
+1306.3975 Optimization and Control
+1306.3976 Information Theory
+1306.3978 Optimization and Control
+1306.3979 Optimization and Control
+1306.3980 Probability
+1306.3981 Solar and Stellar Astrophysics
+1306.3997 Representation Theory
+1306.3999 Theory
+1306.4006 Rings and Algebras
+1306.4017 High Energy Astrophysical Phenomena
+1306.4018 Quantum Gases
+1306.4029 Computational Complexity
+1306.4033 Spectral Theory
+1306.4035 Theory
+1306.4039
+1306.4040 Cryptography and Security
+1306.4041 Methodology
+1306.4042 Soft Condensed Matter
+1306.4043 Representation Theory
+1306.4046 Geometric Topology
+1306.4048 Discrete Mathematics
+1306.4059 Symbolic Computation
+1306.4060 Combinatorics
+1306.4063 Software Engineering
+1306.4064 Physics and Society
+1306.4068 Numerical Analysis
+1306.4069 Databases
+1306.4070 Pricing of Securities
+1306.4071 Systems and Control
+1306.4072
+1306.4075 Numerical Analysis
+1306.4079 Computer Vision and Pattern Recognition
+1306.4082 Networking and Internet Architecture
+1306.4083 Networking and Internet Architecture
+1306.4085 Computers and Society
+1306.4088 Category Theory
+1306.4089 Complex Variables
+1306.4090 Networking and Internet Architecture
+1306.4092 Computational Engineering, Finance, and Science
+1306.4093 Functional Analysis
+1306.4094 Human-Computer Interaction
+1306.4095 Phenomenology
+1306.4102 Mesoscale and Nanoscale Physics
+1306.4103 Machine Learning
+1306.4105 Strongly Correlated Electrons
+1306.4109 Algebraic Geometry
+1306.4110 Instrumentation and Detectors
+1306.4112
+1306.4115 Classical Analysis and ODEs
+1306.4116 Mesoscale and Nanoscale Physics
+1306.4124 Solar and Stellar Astrophysics
+1306.4127 Materials Science
+1306.4128 Methodology
+1306.4132
+1306.4133 Networking and Internet Architecture
+1306.4134 Computation and Language
+1306.4137
+1306.4139 Computation and Language
+1306.4141 Number Theory
+1306.4148 Fluid Dynamics
+1306.4150 Optics
+1306.4151 Computational Complexity
+1306.4152 Learning
+1306.4155
+1306.4161 Distributed, Parallel, and Cluster Computing
+1306.4163 Number Theory
+1306.4164 Combinatorics
+1306.4173 Instrumentation and Methods for Astrophysics
+1306.4176 Soft Condensed Matter
+1306.4179 Combinatorics
+1306.4183 Phenomenology
+1306.4188 History and Philosophy of Physics
+1306.4189 Mesoscale and Nanoscale Physics
+1306.4201
+1306.4204 Differential Geometry
+1306.4207 Data Structures and Algorithms
+1306.4212 Strongly Correlated Electrons
+1306.4214 Materials Science
+1306.4219 Optimization and Control
+1306.4221 Metric Geometry
+1306.4225 History and Overview
+1306.4228 Combinatorics
+1306.4229 Mesoscale and Nanoscale Physics
+1306.4230 Information Theory
+1306.4233 Differential Geometry
+1306.4235 History and Overview
+1306.4241 Differential Geometry
+1306.4242 Logic in Computer Science
+1306.4245 Software Engineering
+1306.4249 Analysis of PDEs
+1306.4250 Differential Geometry
+1306.4253 Discrete Mathematics
+1306.4261 Statistical Mechanics
+1306.4263 Symbolic Computation
+1306.4269 Strongly Correlated Electrons
+1306.4270 Biomolecules
+1306.4273 Phenomenology
+1306.4277 Probability
+1306.4279 Phenomenology
+1306.4280 Software Engineering
+1306.4285 Group Theory
+1306.4287 Data Structures and Algorithms
+1306.4288 Representation Theory
+1306.4296 Materials Science
+1306.4298 Theory
+1306.4299 Combinatorics
+1306.4300 Mesoscale and Nanoscale Physics
+1306.4302 Computer Science and Game Theory
+1306.4303 Information Theory
+1306.4307 Solar and Stellar Astrophysics
+cs/0609020 Computational Complexity
+hep-th/0104237 Theory
+0804.3089 Probability
+0808.3665 Differential Geometry
+0810.3751 Probability
+0902.3395 Probability
+0902.4343
+0905.0367 Probability
+0905.3140 Representation Theory
+0910.0130 Probability
+1005.0654
+1009.0208 Statistical Mechanics
+1009.2029 Probability
+1009.2037 Combinatorics
+1011.4478 Strongly Correlated Electrons
+1101.5324 Logic in Computer Science
+1101.5847 Algebraic Geometry
+1103.0176 Classical Analysis and ODEs
+1103.1240 Accelerator Physics
+1103.1498 Probability
+1103.3959 Probability
+1103.5848 Combinatorics
+1103.6232 Functional Analysis
+1104.4738
+1104.4762 Number Theory
+1104.5246 Information Theory
+1106.1447 Algebraic Geometry
+1108.0390 Biological Physics
+1109.1412 Combinatorics
+1110.1426 Functional Analysis
+1111.5876 Statistics Theory
+1111.6397 Mesoscale and Nanoscale Physics
+1111.6574 Dynamical Systems
+1201.1908 Strongly Correlated Electrons
+1201.3771 Software Engineering
+1201.4133 General Physics
+1201.5396 Algebraic Geometry
+1203.1027 K-Theory and Homology
+1203.1512
+1204.0214 Group Theory
+1204.1524 Theory
+1205.0254 Quantum Gases
+1205.0888 Lattice
+1205.2896 History and Philosophy of Physics
+1205.6536 Numerical Analysis
+1205.6909 Mesoscale and Nanoscale Physics
+1206.1156 Optimization and Control
+1206.4859 Soft Condensed Matter
+1206.5065 Computer Vision and Pattern Recognition
+1206.5146 Pattern Formation and Solitons
+1206.5539 Disordered Systems and Neural Networks
+1207.0077 Statistics Theory
+1207.0528 Superconductivity
+1207.0636 Strongly Correlated Electrons
+1207.3038 Operator Algebras
+1207.4334 Theory
+1207.5877
+1207.6573 Theory
+1208.0059 Superconductivity
+1208.0330 Probability
+1208.0910 Statistical Mechanics
+1208.2470
+1208.2671 Experiment
+1208.3131 Group Theory
+1208.3175 Theory
+1208.4087 Rings and Algebras
+1208.4750 Phenomenology
+1208.5454 Functional Analysis
+1209.2695
+1209.3504 Chaotic Dynamics
+1209.5138 Combinatorics
+1210.2300
+1210.2317 Quantum Gases
+1210.2480 Cosmology and Nongalactic Astrophysics
+1210.2596 Quantum Gases
+1210.5985 Phenomenology
+1210.6185 Instrumentation and Detectors
+1210.7170 Cosmology and Nongalactic Astrophysics
+1211.0410 Materials Science
+1211.1033 High Energy Astrophysical Phenomena
+1211.1234 Information Theory
+1211.2199 Theory
+1211.4101 Distributed, Parallel, and Cluster Computing
+1211.5323 Quantum Gases
+1211.6358 Mesoscale and Nanoscale Physics
+1211.6469
+1211.6850 Strongly Correlated Electrons
+1211.6873 Materials Science
+1212.0664 Analysis of PDEs
+1212.1795 Probability
+1212.2055
+1212.3897 High Energy Astrophysical Phenomena
+1212.5196 Phenomenology
+1212.6252 Phenomenology
+1212.6338 Algebraic Geometry
+1301.0639 Superconductivity
+1301.1323
+1301.1682 Cosmology and Nongalactic Astrophysics
+1301.4002 Algebraic Geometry
+1301.5571 Solar and Stellar Astrophysics
+1301.5883 Atomic Physics
+1301.7084 Experiment
+1301.7521 Logic in Computer Science
+1302.1889 Phenomenology
+1302.2052 Combinatorics
+1302.2120 Atomic Physics
+1302.2933 Analysis of PDEs
+1302.3345 Rings and Algebras
+1302.4000 Biomolecules
+1302.4787 Superconductivity
+1302.5482 Cosmology and Nongalactic Astrophysics
+1302.5669
+1302.5840 Complex Variables
+1302.6314 Superconductivity
+1302.6352 Cryptography and Security
+1302.6363 Trading and Market Microstructure
+1302.6533 Computer Science and Game Theory
+1302.6764 Software Engineering
+1302.7060
+1302.7065
+1302.7068
+1302.7116 Representation Theory
+1302.7175 Machine Learning
+1302.7291
+1302.7305 Mesoscale and Nanoscale Physics
+1303.0006 Cosmology and Nongalactic Astrophysics
+1303.0011 Physics and Society
+1303.0015 Mesoscale and Nanoscale Physics
+1303.0016 Combinatorics
+1303.0018 Functional Analysis
+1303.0025 Experiment
+1303.0029 Cosmology and Nongalactic Astrophysics
+1303.0031 Probability
+1303.0034 Astrophysics of Galaxies
+1303.0036 Astrophysics of Galaxies
+1303.0039 Mesoscale and Nanoscale Physics
+1303.0040 Medical Physics
+1303.0041 Computational Complexity
+1303.0042 Instrumentation and Methods for Astrophysics
+1303.0043 Cosmology and Nongalactic Astrophysics
+1303.0046 Medical Physics
+1303.0048 Medical Physics
+1303.0050 Information Theory
+1303.0057 Classical Analysis and ODEs
+1303.0059
+1303.0060
+1303.0063
+1303.0064 High Energy Astrophysical Phenomena
+1303.0065 Statistical Mechanics
+1303.0066 Robotics
+1303.0069 Plasma Physics
+1303.0071 Computer Science and Game Theory
+1303.0072
+1303.0079 Physics Education
+1303.0082 Phenomenology
+1303.0083 Commutative Algebra
+1303.0089 Digital Libraries
+1303.0092
+1303.0093 Social and Information Networks
+1303.0095 Social and Information Networks
+1303.0097 Algebraic Geometry
+1303.0098 Functional Analysis
+1303.0102
+1303.0103 Molecular Networks
+1303.0104 Lattice
+1303.0106 Complex Variables
+1303.0110 Probability
+1303.0113 Mesoscale and Nanoscale Physics
+1303.0117 Applications
+1303.0122 Exactly Solvable and Integrable Systems
+1303.0125 Phenomenology
+1303.0130 Strongly Correlated Electrons
+1303.0133
+1303.0134 Complex Variables
+1303.0136 Networking and Internet Architecture
+1303.0137 Complex Variables
+1303.0140 Learning
+1303.0141 Information Theory
+1303.0148 Statistics Theory
+1303.0149 Representation Theory
+1303.0151 Solar and Stellar Astrophysics
+1303.0156 Computational Engineering, Finance, and Science
+1303.0159 Statistics Theory
+1303.0165 Theory
+1303.0174
+1303.0176 Number Theory
+1303.0187 Rings and Algebras
+1303.0189 Cosmology and Nongalactic Astrophysics
+1303.0196
+1303.0197
+1303.0198 Information Theory
+1303.0203 Number Theory
+1303.0213 Artificial Intelligence
+1303.0214 Combinatorics
+1303.0218
+1303.0219 Cosmology and Nongalactic Astrophysics
+1303.0222 Cryptography and Security
+1303.0229 Information Theory
+1303.0238 Statistics Theory
+1303.0243 Fluid Dynamics
+1303.0247 Information Theory
+1303.0249 Astrophysics of Galaxies
+1303.0252 Algebraic Geometry
+1303.0253 Algebraic Geometry
+1303.0254 Earth and Planetary Astrophysics
+1303.0262 Combinatorics
+1303.0270 Data Structures and Algorithms
+1303.0275 High Energy Astrophysical Phenomena
+1303.0276 Distributed, Parallel, and Cluster Computing
+math/0409376 Group Theory
+math/0508098 Dynamical Systems
+math/0606199 Geometric Topology
+math/0611733 Group Theory
+0806.1458 Soft Condensed Matter
+0809.2872 Analysis of PDEs
+0901.2312 Operator Algebras
+0904.3087 Distributed, Parallel, and Cluster Computing
+0907.3211 Differential Geometry
+0908.3380 Information Theory
+0908.3383 Information Theory
+0909.1823 Probability
+1001.0730 Operator Algebras
+1008.2598
+1008.4294
+1009.4061 Combinatorics
+1010.3481
+1011.0111 Probability
+1012.5766 Algebraic Topology
+1101.5294 Combinatorics
+1102.1531 Classical Analysis and ODEs
+1103.1650 Group Theory
+1103.4591 Probability
+1104.3548 Soft Condensed Matter
+1105.4204 Computer Vision and Pattern Recognition
+1105.5611 Dynamical Systems
+1107.3520 Chemical Physics
+1107.4071 Superconductivity
+1107.4619 Functional Analysis
+1108.0945 Portfolio Management
+1108.3242 Dynamical Systems
+1109.3935 History and Philosophy of Physics
+1110.5850 Combinatorics
+1110.6914 Algebraic Geometry
+1111.0615 Mesoscale and Nanoscale Physics
+1112.0149 Spectral Theory
+1112.5246 Learning
+1201.4081 Probability
+1201.6246 Algebraic Geometry
+1202.2395 Statistics Theory
+1202.5172 Probability
+1203.1347 Combinatorics
+1203.3075 Chemical Physics
+1203.6051 Probability
+1204.0729 Representation Theory
+1204.1728 Optimization and Control
+1204.5376 Dynamical Systems
+1204.6445 Computational Complexity
+1205.1158 Other Quantitative Biology
+1205.1442 Differential Geometry
+1205.5054 Probability
+1205.5670 Quantum Gases
+1205.7046 Numerical Analysis
+1206.0102 Optimization and Control
+1206.0382 Metric Geometry
+1206.1143 Metric Geometry
+1206.1825 Quantum Gases
+1206.2448 Computer Science and Game Theory
+1206.2777 Theory
+1206.4598 Other Computer Science
+1206.4696 Theory
+1206.4710 Other Computer Science
+1206.4713 Other Computer Science
+1207.0086 Functional Analysis
+1207.1329 Algebraic Geometry
+1207.4360 Complex Variables
+1208.5176 Theory
+1208.6201 Superconductivity
+1209.0058
+1209.1071 Operator Algebras
+1209.1903 General Finance
+1209.4203 Probability
+1209.6463 Methodology
+1210.0014 Cosmology and Nongalactic Astrophysics
+1210.0194
+1210.0248 Symplectic Geometry
+1210.0796
+1210.1347 Materials Science
+1210.3255 Algebraic Geometry
+1210.3401 Functional Analysis
+1210.3684 Discrete Mathematics
+1210.3819 Information Theory
+1210.5093 Distributed, Parallel, and Cluster Computing
+1210.5326
+1210.5737 Materials Science
+1210.6138 Mesoscale and Nanoscale Physics
+1210.6307 Classical Analysis and ODEs
+1210.6741 Geometric Topology
+1211.0165 Solar and Stellar Astrophysics
+1211.3013 Probability
+1211.4298 Populations and Evolution
+1211.4881 Combinatorics
+1211.5913
+1211.6224 Statistical Mechanics
+1211.6474 Geophysics
+1211.7087 Algebraic Topology
+1212.1829 Applications
+1212.1964 Mesoscale and Nanoscale Physics
+1212.2183 Mesoscale and Nanoscale Physics
+1212.2426 Materials Science
+1212.3209 Phenomenology
+1212.3263 Theory
+1212.3596 Algebraic Topology
+1212.5688
+1301.0243 History and Overview
+1301.2623 Theory
+1301.4290 Instrumentation and Methods for Astrophysics
+1301.5114 Group Theory
+1301.6759 High Energy Astrophysical Phenomena
+1302.0532
+1302.0626
+1302.1978 Functional Analysis
+1302.2075
+1302.2119 Theory
+1302.2367 Optics
+1302.2487 Materials Science
+1302.2614 Phenomenology
+1302.2711 Mesoscale and Nanoscale Physics
+1302.4362 Mesoscale and Nanoscale Physics
+1302.4525
+1302.5144 Theory
+1302.5277 Soft Condensed Matter
+1302.5294 Theory
+1302.5783 Cosmology and Nongalactic Astrophysics
+1302.6003
+1302.6158 Quantum Gases
+1303.0306 Data Analysis, Statistics and Probability
+1303.0710 Number Theory
+1303.1946 Theory
+1303.1995 Theory
+1303.2969 Phenomenology
+1303.4114 Performance
+1303.4662 Solar and Stellar Astrophysics
+1303.4747 Cosmology and Nongalactic Astrophysics
+1303.5339 Chaotic Dynamics
+1303.6295 Superconductivity
+1303.6586 Algebraic Geometry
+1303.7032 Artificial Intelligence
+1304.0359 Optics
+1304.0431 Classical Analysis and ODEs
+1304.0434
+1304.1163
+1304.1732 Data Analysis, Statistics and Probability
+1304.2055 Phenomenology
+1304.2875 Soft Condensed Matter
+1304.3018 Mesoscale and Nanoscale Physics
+1304.3306 Mesoscale and Nanoscale Physics
+1304.3369 Phenomenology
+1304.3649 Strongly Correlated Electrons
+1304.3938 Theory
+1304.4007 High Energy Astrophysical Phenomena
+1304.4078 Materials Science
+1304.4202
+1304.4806 Learning
+1304.5499 Differential Geometry
+1304.6328 Algebraic Topology
+1304.6860 Phenomenology
+1304.7023 Differential Geometry
+1304.7426 Superconductivity
+1304.7524 Materials Science
+1304.7890 Rings and Algebras
+1304.7929 Materials Science
+1305.0047 Machine Learning
+1305.0351 Strongly Correlated Electrons
+1305.0528 Materials Science
+1305.0697 General Mathematics
+1305.2104 Statistical Mechanics
+1305.2465 Differential Geometry
+1305.2519
+1305.2905 Phenomenology
+1305.2924 Mesoscale and Nanoscale Physics
+1305.3820 Phenomenology
+1305.4091 Mesoscale and Nanoscale Physics
+1305.5406
+1305.6301 Superconductivity
+1306.0067 Atomic Physics
+1306.0824 Phenomenology
+1306.0920 Cosmology and Nongalactic Astrophysics
+1306.1275 Phenomenology
+1306.2080 Phenomenology
+1306.2564 Computers and Society
+1306.5197 Analysis of PDEs
+1306.5730 Earth and Planetary Astrophysics
+1306.5768 Astrophysics of Galaxies
+1306.6740 Functional Analysis
+1306.6844 General Physics
+1307.0402 Functional Analysis
+1307.0940 Mesoscale and Nanoscale Physics
+1307.2159 Combinatorics
+1307.2286 Disordered Systems and Neural Networks
+1307.2308 Phenomenology
+1307.2542 Differential Geometry
+1307.2911 Biological Physics
+1307.3018 Phenomenology
+1307.3661 Dynamical Systems
+1307.3676 Phenomenology
+1307.3825 Mesoscale and Nanoscale Physics
+1307.4150 Information Theory
+1307.4239 Differential Geometry
+1307.5171 Cosmology and Nongalactic Astrophysics
+1307.5182 Networking and Internet Architecture
+1307.5229 Group Theory
+1307.5322 Artificial Intelligence
+1307.5327 Experiment
+1307.5328 Number Theory
+1307.5331 Phenomenology
+1307.5332 Probability
+1307.5334 Mesoscale and Nanoscale Physics
+1307.5339 Machine Learning
+1307.5344 Fluid Dynamics
+1307.5345 Geometric Topology
+1307.5346 Number Theory
+1307.5349 Strongly Correlated Electrons
+1307.5351 Metric Geometry
+1307.5356 Astrophysics of Galaxies
+1307.5359 Phenomenology
+1307.5361 Number Theory
+1307.5362 Number Theory
+1307.5363 Complex Variables
+1307.5364 Populations and Evolution
+1307.5376 Instrumentation and Methods for Astrophysics
+1307.5377 Logic in Computer Science
+1307.5378 Combinatorics
+1307.5382 Superconductivity
+1307.5383 Category Theory
+1307.5388 Geometric Topology
+1307.5392 Group Theory
+1307.5393 Computation and Language
+1307.5397 Astrophysics of Galaxies
+1307.5398 Numerical Analysis
+1307.5399 Analysis of PDEs
+1307.5400 Representation Theory
+1307.5403
+1307.5404 Category Theory
+1307.5405 Instrumentation and Methods for Astrophysics
+1307.5406 Differential Geometry
+1307.5409 Functional Analysis
+1307.5411 Combinatorics
+1307.5412
+1307.5416 Group Theory
+1307.5417 Group Theory
+1307.5420 Cryptography and Security
+1307.5423 Human-Computer Interaction
+1307.5425 Differential Geometry
+1307.5426 Human-Computer Interaction
+1307.5431 Human-Computer Interaction
+1307.5433 Phenomenology
+1307.5434 Soft Condensed Matter
+1307.5435 Distributed, Parallel, and Cluster Computing
+1307.5436 Statistical Mechanics
+1307.5437 Databases
+1307.5443 Cosmology and Nongalactic Astrophysics
+1307.5447 Analysis of PDEs
+1307.5451 Materials Science
+1307.5453 Number Theory
+1307.5454 Complex Variables
+1307.5455 Complex Variables
+1307.5456 Number Theory
+1307.5457 Complex Variables
+1307.5460 Spectral Theory
+1307.5462
+1307.5463 Instrumentation and Methods for Astrophysics
+1307.5464 Materials Science
+1307.5467 Algebraic Geometry
+1307.5468 Biomolecules
+1307.5472
+1307.5476 Statistics Theory
+1307.5481 Functional Analysis
+1307.5482 Geometric Topology
+1307.5485 Mesoscale and Nanoscale Physics
+1307.5486 Instrumentation and Detectors
+1307.5489 Strongly Correlated Electrons
+1307.5491 Analysis of PDEs
+1307.5493 Symplectic Geometry
+1307.5494 Numerical Analysis
+1307.5497 Learning
+1307.5498 Rings and Algebras
+1307.5501 Rings and Algebras
+1307.5503 Physics and Society
+1307.5508
+1307.5510 Information Theory
+1307.5511 Physics and Society
+1307.5512 Statistical Mechanics
+1307.5513 Commutative Algebra
+1307.5519 Neural and Evolutionary Computing
+1307.5523 Analysis of PDEs
+1307.5528 Rings and Algebras
+1307.5529 Rings and Algebras
+1307.5534 Neural and Evolutionary Computing
+1307.5537 Analysis of PDEs
+1307.5540 Pricing of Securities
+1307.5541 Networking and Internet Architecture
+1307.5545 Materials Science
+1307.5547 Data Structures and Algorithms
+1307.5550 Statistical Mechanics
+1307.5551 Computer Vision and Pattern Recognition
+1307.5552 Information Theory
+1307.5560 Instrumentation and Methods for Astrophysics
+1307.5564 Algebraic Geometry
+1307.5565 Biomolecules
+1307.5570 Optics
+1307.5582 Data Structures and Algorithms
+1307.5583 Information Theory
+1307.5591 Computer Vision and Pattern Recognition
+1307.5594 Classical Analysis and ODEs
+1307.5598 Materials Science
+1307.5599 Learning
+1307.5602 General Finance
+1307.5603 Mesoscale and Nanoscale Physics
+1307.5604 Phenomenology
+1307.5607 Phenomenology
+1307.5608 Classical Analysis and ODEs
+1307.5609 Operator Algebras
+1307.5611 Classical Analysis and ODEs
+1307.5619 Distributed, Parallel, and Cluster Computing
+1307.5620 Functional Analysis
+1307.5621 Optics
+1307.5625 Category Theory
+1307.5632 Geometric Topology
+1307.5633 Geophysics
+1307.5634 Strongly Correlated Electrons
+1307.5637 High Energy Astrophysical Phenomena
+1307.5638 Mesoscale and Nanoscale Physics
+1307.5641 Robotics
+1307.5646
+1307.5647 Physics and Society
+1307.5648 Optics
+1307.5649 Optics
+1307.5653 Computer Vision and Pattern Recognition
+1307.5656 Soft Condensed Matter
+1307.5657 Numerical Analysis
+1307.5659 High Energy Astrophysical Phenomena
+1307.5660 Complex Variables
+1307.5661 Statistical Mechanics
+1307.5667 Neural and Evolutionary Computing
+1307.5668 Materials Science
+1307.5669 Algebraic Topology
+1307.5671 High Energy Astrophysical Phenomena
+1307.5673 High Energy Astrophysical Phenomena
+1307.5674 Neural and Evolutionary Computing
+1307.5675 Physics and Society
+1307.5679 Neural and Evolutionary Computing
+1307.5680
+1307.5682 Phenomenology
+1307.5684 Neurons and Cognition
+1307.5685 Digital Libraries
+1307.5686 Algebraic Geometry
+1307.5688
+1307.5690 Spectral Theory
+1307.5691 Computer Vision and Pattern Recognition
+1307.5692 Number Theory
+1307.5693 Computer Vision and Pattern Recognition
+1307.5699
+1307.5700 Instrumentation and Methods for Astrophysics
+1307.5702 Computer Vision and Pattern Recognition
+1307.5704 Dynamical Systems
+1307.5708 Functional Analysis
+1307.5710 Computer Vision and Pattern Recognition
+1307.5713 Computer Vision and Pattern Recognition
+1307.5714 Cryptography and Security
+1307.5715 Solar and Stellar Astrophysics
+1307.5720 Robotics
+1307.5722 Phenomenology
+1307.5727 Combinatorics
+1307.5729 Complex Variables
+1307.5730 Learning
+1307.5731 Number Theory
+1307.5732 Instrumentation and Methods for Astrophysics
+1307.5734 Number Theory
+1307.5736 Computation and Language
+1307.5737 Cosmology and Nongalactic Astrophysics
+1307.5738 Strongly Correlated Electrons
+1307.5746 Numerical Analysis
+1307.5747 Populations and Evolution
+1307.5748 Computer Vision and Pattern Recognition
+1307.5758 Analysis of PDEs
+1307.5759 Methodology
+1307.5760 Physics Education
+1307.5765 Representation Theory
+1307.5767 Probability
+1307.5769 Instrumentation and Detectors
+1307.5771
+1307.5774 Earth and Planetary Astrophysics
+1307.5775 Chemical Physics
+1307.5777 Combinatorics
+1307.5780 Representation Theory
+1307.5781 Combinatorics
+1307.5783 Algebraic Topology
+1307.5786 Solar and Stellar Astrophysics
+1307.5796 Dynamical Systems
+1307.5797 Optimization and Control
+1307.5799 Analysis of PDEs
+1307.5800 Computer Vision and Pattern Recognition
+1307.5802 Operator Algebras
+1307.5803 Probability
+1307.5806 Methodology
+1307.5808 Combinatorics
+1307.5809 Geophysics
+1307.5810 Materials Science
+1307.5816 Analysis of PDEs
+1307.5818
+1307.5822
+1307.5824 Numerical Analysis
+1307.5833 Tissues and Organs
+astro-ph/0308379
+astro-ph/0610610
+gr-qc/0208004
+hep-ph/0512098 Phenomenology
+math/0001122 Complex Variables
+math/0001124 Complex Variables
+math/0003175 Complex Variables
+math/0005032 Complex Variables
+math/0011216 K-Theory and Homology
+math/0101164 Complex Variables
+math/0101166 Classical Analysis and ODEs
+math/0401002 Algebraic Geometry
+q-bio/0310037 Populations and Evolution
+0706.4284
+0804.0882 Combinatorics
+0804.3241 Sound
+0804.4347 Numerical Analysis
+0806.2058 Probability
+0807.2245 Statistics Theory
+0810.4632 Dynamical Systems
+0901.4725 Computational Physics
+0904.3042 Dynamical Systems
+0906.0841 Algebraic Geometry
+0907.0250 Probability
+0908.4450 Probability
+0910.2454 Functional Analysis
+0910.3350 Functional Analysis
+1001.5323 Dynamical Systems
+1002.1801 Mesoscale and Nanoscale Physics
+1002.3183 Computational Complexity
+1004.0330 Theory
+1004.0580 Phenomenology
+1006.4891 Number Theory
+1007.0982 Information Theory
+1007.5150 Rings and Algebras
+1008.4697 Phenomenology
+1009.4254 Phenomenology
+1011.1064 Phenomenology
+1011.1312 Phenomenology
+1012.1028
+1012.2699 Social and Information Networks
+1101.5448 Theory
+1104.0090 Group Theory
+1104.1760 Number Theory
+1106.1832 Differential Geometry
+1106.3520 Methodology
+1107.0417 Statistics Theory
+1108.3761 General Physics
+1201.0700 Dynamical Systems
+1201.1672 Optimization and Control
+1201.4656
+1202.1900
+1202.3665 Instrumentation and Methods for Astrophysics
+1202.6188 Pricing of Securities
+1203.4217 Number Theory
+1204.0111 Numerical Analysis
+1204.0516 Cosmology and Nongalactic Astrophysics
+1204.2864
+1205.0772 Commutative Algebra
+1205.1640 Geophysics
+1206.6986
+1207.3851 Phenomenology
+1207.5947 Methodology
+1208.1910 Materials Science
+1208.4310 Phenomenology
+1208.5869
+1208.6536 Atomic and Molecular Clusters
+1209.0176 Genomics
+1209.2067 Multimedia
+1209.2747 Optics
+1209.4869 Differential Geometry
+1210.0265 Analysis of PDEs
+1210.0561 Complex Variables
+1210.4799 Geometric Topology
+1210.6090 Functional Analysis
+1210.7497 Strongly Correlated Electrons
+1210.7634 Algebraic Geometry
+1210.8302 Logic in Computer Science
+1211.1198 Analysis of PDEs
+1211.1959 Phenomenology
+1211.3255 Superconductivity
+1211.5705 Probability
+1211.6426 Cosmology and Nongalactic Astrophysics
+1212.0071 Phenomenology
+1212.1352 Numerical Analysis
+1212.1925 Rings and Algebras
+1212.2280 Materials Science
+1212.3859 Information Theory
+1212.4549 Numerical Analysis
+1212.6190 Lattice
+1301.1000 Optimization and Control
+1301.3174 Information Theory
+1301.4673 Accelerator Physics
+1301.4729 Information Theory
+1301.6073 Number Theory
+1301.6300 Representation Theory
+1302.0049 Group Theory
+1302.2035
+1302.2128 Information Theory
+1302.2846 Differential Geometry
+1302.4530 Representation Theory
+1302.4848 Atomic Physics
+1302.7062 Analysis of PDEs
+1302.7101 Representation Theory
+1303.0580 Cosmology and Nongalactic Astrophysics
+1303.1739 Mesoscale and Nanoscale Physics
+1303.2471
+1303.3197 Cosmology and Nongalactic Astrophysics
+1303.5042 Symbolic Computation
+1303.5828
+1303.6904 Optimization and Control
+1303.7464
+1304.0082 Optimization and Control
+1304.0986 Cosmology and Nongalactic Astrophysics
+1304.4100 Dynamical Systems
+1304.4311 General Finance
+1304.5994 Strongly Correlated Electrons
+1304.6234 Group Theory
+1305.0108 Materials Science
+1305.0262 Instrumentation and Methods for Astrophysics
+1305.0782 Cell Behavior
+1305.2504 Neural and Evolutionary Computing
+1305.3779
+1305.4650 Numerical Analysis
+1305.4654 Cosmology and Nongalactic Astrophysics
+1306.0391 Materials Science
+1306.2367
+1306.3125 Mesoscale and Nanoscale Physics
+1306.3233 Cosmology and Nongalactic Astrophysics
+1306.3359 Computational Finance
+1306.5135 Mesoscale and Nanoscale Physics
+1306.6253 Algebraic Geometry
+1306.6488 Strongly Correlated Electrons
+1307.0834 Theory
+1307.1014 Analysis of PDEs
+1307.1101 Information Theory
+1307.1165 Number Theory
+1307.1228 Solar and Stellar Astrophysics
+1307.1462 Optics
+1307.1645 Chemical Physics
+1307.3276 Strongly Correlated Electrons
+1307.3952
+1307.4082 Phenomenology
+1307.4245 Numerical Analysis
+1307.4481 Phenomenology
+1307.5101 Learning
+1307.6188 Algebraic Topology
+1307.6367 Instrumentation and Detectors
+1307.6498 Theory
+1307.6986
+1307.7573 Representation Theory
+1308.0139 Mesoscale and Nanoscale Physics
+1308.1198 Mesoscale and Nanoscale Physics
+1308.1314 Materials Science
+1308.1613 Differential Geometry
+1308.2193 Materials Science
+1308.2301 Mesoscale and Nanoscale Physics
+1308.2835 Probability
+1308.2909 Materials Science
+1308.2950 Networking and Internet Architecture
+1308.3433 Mesoscale and Nanoscale Physics
+1308.3762 Analysis of PDEs
+1308.4587 General Physics
+1308.5184 Phenomenology
+1308.6585 Cosmology and Nongalactic Astrophysics
+1309.0399
+1309.0897 Software Engineering
+1309.1933 Statistical Mechanics
+1309.3004 Optics
+1309.3295 Computation
+1309.4649 Data Analysis, Statistics and Probability
+1309.4702 Algebraic Geometry
+1309.5650 Combinatorics
+1309.6302 Algebraic Geometry
+1309.6458 Theory
+1309.6606 Differential Geometry
+1309.6729 Mesoscale and Nanoscale Physics
+1309.7727 Fluid Dynamics
+1309.7896 Instrumentation and Detectors
+1310.0228
+1310.0309 Dynamical Systems
+1310.0509 Learning
+1310.0675
+1310.1097
+1310.3439 Differential Geometry
+1310.3733 Mesoscale and Nanoscale Physics
+1310.3947 Materials Science
+1310.4387 Optimization and Control
+1310.4766 Analysis of PDEs
+1310.5234 Soft Condensed Matter
+1310.5358 Fluid Dynamics
+1310.5494 Data Analysis, Statistics and Probability
+1310.6214 Soft Condensed Matter
+1310.7243 Analysis of PDEs
+1310.7325 Superconductivity
+1310.7772 Materials Science
+1310.8086 Soft Condensed Matter
+1310.8168 Mesoscale and Nanoscale Physics
+1310.8198 Soft Condensed Matter
+1310.8322 Analysis of PDEs
+1311.0337 Mesoscale and Nanoscale Physics
+1311.0508 Instrumentation and Methods for Astrophysics
+1311.1744 History and Philosophy of Physics
+1311.3081 Lattice
+1311.3084 Classical Analysis and ODEs
+1311.3376 High Energy Astrophysical Phenomena
+1311.3571 Rings and Algebras
+1311.3752 Dynamical Systems
+1311.3912
+1311.4385 Lattice
+1311.4425 Logic in Computer Science
+1311.4446 Lattice
+1311.4610 Databases
+1311.4769 Robotics
+1311.5278 Experiment
+1311.5471 Combinatorics
+1311.5592 Probability
+1311.5640 Differential Geometry
+1311.5678 Mesoscale and Nanoscale Physics
+1311.5682 Mesoscale and Nanoscale Physics
+1311.5683 Mesoscale and Nanoscale Physics
+1311.5750 Learning
+1311.5884
+1311.5887 Phenomenology
+1311.5898 Cosmology and Nongalactic Astrophysics
+1311.5903 Fluid Dynamics
+1311.5905 Probability
+1311.5906 Solar and Stellar Astrophysics
+1311.5907 Chemical Physics
+1311.5908 Fluid Dynamics
+1311.5910 Materials Science
+1311.5911 Number Theory
+1311.5913 Functional Analysis
+1311.5918 Optimization and Control
+1311.5919 Probability
+1311.5920
+1311.5924 Sound
+1311.5925 Computer Science and Game Theory
+1311.5926 Differential Geometry
+1311.5927 Combinatorics
+1311.5929 Materials Science
+1311.5930 Data Structures and Algorithms
+1311.5939 Probability
+1311.5940
+1311.5942 Combinatorics
+1311.5943 Materials Science
+1311.5947 Computer Vision and Pattern Recognition
+1311.5952
+1311.5956 Optimization and Control
+1311.5959 Optimization and Control
+1311.5964 Optics
+1311.5970 Analysis of PDEs
+1311.5973 Materials Science
+1311.5976 Phenomenology
+1311.5978 Social and Information Networks
+1311.5986 Functional Analysis
+1311.5992 Number Theory
+1311.5996 Experiment
+1311.5998 Artificial Intelligence
+1311.6003 Experiment
+1311.6005 Systems and Control
+1311.6009 Systems and Control
+1311.6010 Systems and Control
+1311.6012 Systems and Control
+1311.6013 Networking and Internet Architecture
+1311.6015 Systems and Control
+1311.6016 Combinatorics
+1311.6017 Optimization and Control
+1311.6018 Statistics Theory
+1311.6019 Soft Condensed Matter
+1311.6021 Classical Analysis and ODEs
+1311.6023 Systems and Control
+1311.6024 Data Structures and Algorithms
+1311.6025 Classical Analysis and ODEs
+1311.6026 Systems and Control
+1311.6027 Pricing of Securities
+1311.6028
+1311.6031 Statistical Mechanics
+1311.6033 Computational Geometry
+1311.6034 History and Overview
+1311.6036
+1311.6038
+1311.6040 Analysis of PDEs
+1311.6043 Probability
+1311.6044 Analysis of PDEs
+1311.6045 Computation and Language
+1311.6046 Optimization and Control
+1311.6048 Computer Vision and Pattern Recognition
+1311.6049 Computer Vision and Pattern Recognition
+1311.6054 Artificial Intelligence
+1311.6056 Group Theory
+1311.6057 Logic in Computer Science
+1311.6061 Dynamical Systems
+1311.6062
+1311.6064 Analysis of PDEs
+1311.6066 Phenomenology
+1311.6069 Differential Geometry
+1311.6073 Lattice
+1311.6077 Numerical Analysis
+1311.6084 Analysis of PDEs
+1311.6086 Algebraic Geometry
+1311.6087
+1311.6088 Theory
+1311.6092 Systems and Control
+1311.6094 Systems and Control
+1311.6099
+1311.6103 Data Analysis, Statistics and Probability
+1311.6106 Soft Condensed Matter
+1311.6113 Phenomenology
+1311.6118 Cosmology and Nongalactic Astrophysics
+1311.6121 Chemical Physics
+1311.6126 Data Structures and Algorithms
+1311.6131
+1311.6132 Lattice
+1311.6135 Combinatorics
+1311.6138 Optics
+1311.6145 Software Engineering
+1311.6146 Distributed, Parallel, and Cluster Computing
+1311.6149 Multiagent Systems
+1311.6154 Phenomenology
+1311.6155 Commutative Algebra
+1311.6156 Group Theory
+1311.6161 Mesoscale and Nanoscale Physics
+1311.6163 Systems and Control
+1311.6164 Complex Variables
+1311.6173 Materials Science
+1311.6174 Differential Geometry
+1311.6176 Number Theory
+1311.6178 Information Theory
+1311.6183 Distributed, Parallel, and Cluster Computing
+1311.6185 Analysis of PDEs
+1311.6186 Statistics Theory
+1311.6190 Optimization and Control
+1311.6194 Exactly Solvable and Integrable Systems
+1311.6199 Systems and Control
+1311.6201 Group Theory
+1311.6206 Phenomenology
+1311.6207 Operator Algebras
+1311.6208 Emerging Technologies
+1311.6210 Phenomenology
+1311.6212 Algebraic Geometry
+1311.6215 Computational Engineering, Finance, and Science
+1311.6221 Software Engineering
+1311.6223 Lattice
+1311.6224 Software Engineering
+1311.6227 Information Retrieval
+1311.6229 Multiagent Systems
+1311.6233 Multiagent Systems
+1311.6234 Optics
+1311.6236 Cryptography and Security
+1311.6240 Information Retrieval
+1311.6243 Information Retrieval
+1311.6244 Computational Physics
+1311.6245 Information Retrieval
+1311.6247 Information Theory
+1311.6248 Probability
+1311.6249 Software Engineering
+1311.6251 Physics Education
+1311.6255 Physics Education
+1311.6257 Computational Finance
+1311.6259 Emerging Technologies
+1311.6263 Algebraic Geometry
+1311.6264 Software Engineering
+1311.6266 Phenomenology
+1311.6267 Probability
+1311.6268 Lattice
+1311.6269 Strongly Correlated Electrons
+1311.6272 Information Theory
+1311.6275 Information Theory
+1311.6277 Mesoscale and Nanoscale Physics
+1311.6278
+1311.6280 Networking and Internet Architecture
+1311.6288 Analysis of PDEs
+1311.6292 Combinatorics
+1311.6299 Mesoscale and Nanoscale Physics
+1311.6304
+1311.6310 Mesoscale and Nanoscale Physics
+1311.6312 Lattice
+1311.6314 Phenomenology
+1311.6315 Numerical Analysis
+1311.6318 Number Theory
+1311.6327 Statistics Theory
+1311.6328 General Physics
+1311.6334 Social and Information Networks
+1311.6335 Databases
+1311.6339 Combinatorics
+1311.6340 Spectral Theory
+1311.6341 Quantum Algebra
+1311.6342 Group Theory
+1311.6345 Neurons and Cognition
+1311.6354 Theory
+1311.6355 Multimedia
+1311.6363 Chemical Physics
+1311.6366 Phenomenology
+1311.6367 Probability
+1311.6375 Logic
+1311.6378
+1311.6381 Mesoscale and Nanoscale Physics
+1311.6389 Probability
+1311.6390 Optics
+1311.6400 Fluid Dynamics
+1311.6401 Physics and Society
+1311.6413 Numerical Analysis
+1311.6415 Phenomenology
+1311.6417 Analysis of PDEs
+1311.6425 Optimization and Control
+1311.6430 Optimization and Control
+1311.6432 Plasma Physics
+1311.6433 Optimization and Control
+1311.6434 Optics
+1311.6436 Optimization and Control
+1311.6439 Optimization and Control
+1311.6440 Optimization and Control
+1311.6442 Probability
+1311.6443 Quantitative Methods
+1311.6445 Materials Science
+1311.6446 Optimization and Control
+1311.6447 Phenomenology
+1311.6449 Applications
+1311.6450 Analysis of PDEs
+1311.6451 Analysis of PDEs
+1311.6453 Multimedia
+1311.6454 Applications
+1311.6456
+1311.6458
+1311.6460 Computational Engineering, Finance, and Science
+cond-mat/0207599 Quantum Gases
+cond-mat/0211604 Quantum Gases
+cond-mat/0406093 Quantum Gases
+cond-mat/0505136 Quantum Gases
+cond-mat/0612213 Quantum Gases
+physics/0702233 General Physics
+quant-ph/0510090
+quant-ph/0609133
+0708.0242 Information Theory
+0802.3563 Information Theory
+0804.1635 Mesoscale and Nanoscale Physics
+0903.2984 Strongly Correlated Electrons
+0904.1840 Information Theory
+1002.0240 Strongly Correlated Electrons
+1006.1399 Strongly Correlated Electrons
+1009.2022 Statistics Theory
+1011.1643 Classical Analysis and ODEs
+1102.1126 Differential Geometry
+1104.1972 Probability
+1108.4046 Materials Science
+1108.4766 Algebraic Geometry
+1110.1013 Geometric Topology
+1201.3254 Optics
+1203.0447 Probability
+1203.1742 Number Theory
+1203.4626 Information Theory
+1203.4710 Pattern Formation and Solitons
+1203.6231 Populations and Evolution
+1205.6238 Theory
+1205.6272 Quantum Gases
+1206.1824 Earth and Planetary Astrophysics
+1207.0787 Theory
+1207.1443
+1207.1882 Combinatorics
+1208.4391 Computer Vision and Pattern Recognition
+1208.4923
+1209.1508 Statistics Theory
+1209.2662 Differential Geometry
+1209.5725 Phenomenology
+1210.2793 Logic
+1210.2917 Mesoscale and Nanoscale Physics
+1210.3510 Soft Condensed Matter
+1210.6204 Statistics Theory
+1211.4457 Operator Algebras
+1211.6530 Theory
+1212.1788 Optimization and Control
+1212.1822 Theory
+1212.2172 Populations and Evolution
+1212.3721 Optimization and Control
+1212.4856 Phenomenology
+1212.6615 Spectral Theory
+1301.0054 Functional Analysis
+1301.0817 Analysis of PDEs
+1301.1687 Theory
+1301.3230 Networking and Internet Architecture
+1302.1832 Theory
+1302.2602 Classical Analysis and ODEs
+1302.3338 Cosmology and Nongalactic Astrophysics
+1302.5036 Mesoscale and Nanoscale Physics
+1302.5436 Probability
+1303.1394 Theory
+1303.3467 Materials Science
+1303.4363 General Physics
+1303.4564 Algebraic Geometry
+1303.4924 Networking and Internet Architecture
+1303.5012 Populations and Evolution
+1304.2971 Analysis of PDEs
+1304.4388 Analysis of PDEs
+1304.6077
+1305.0301 Mesoscale and Nanoscale Physics
+1305.4120 Quantum Gases
+1306.4638 Statistical Mechanics
+1306.5540 Operator Algebras
+1306.6392 Representation Theory
+1306.6814 Experiment
+1307.0737 Populations and Evolution
+1307.0963
+1307.2153 Cosmology and Nongalactic Astrophysics
+1307.3028 Materials Science
+1307.3841 Number Theory
+1307.3955 Materials Science
+1307.4427 Phenomenology
+1308.0603 Strongly Correlated Electrons
+1308.0866 Mesoscale and Nanoscale Physics
+1308.1552 Physics and Society
+1308.1868 Probability
+1308.4092 Theory
+1308.5074 Metric Geometry
+1308.5155 Algebraic Geometry
+1308.6270
+1309.0336 Physics and Society
+1309.2547 Analysis of PDEs
+1309.2607
+1309.2968
+1309.4758 Soft Condensed Matter
+1309.5453 Theory
+1309.6802 Solar and Stellar Astrophysics
+1310.0295 General Physics
+1310.1465
+1310.1904 Phenomenology
+1310.2693 Accelerator Physics
+1310.6083 Symplectic Geometry
+1310.6276 Classical Analysis and ODEs
+1310.6671
+1310.8203 Statistics Theory
+1311.1155 Mesoscale and Nanoscale Physics
+1311.1491 Theory
+1311.2098 Plasma Physics
+1311.2774 Number Theory
+1311.5199 Analysis of PDEs
+1311.7592
+1312.0040 Information Theory
+1312.0474 Phenomenology
+1312.1263
+1312.1510 Astrophysics of Galaxies
+1312.3119 Number Theory
+1312.3254 Phenomenology
+1312.4116
+1312.4247 Functional Analysis
+1312.4399 Group Theory
+1312.4412 Materials Science
+1312.4555 Exactly Solvable and Integrable Systems
+1312.4706 Human-Computer Interaction
+1312.4768 Cosmology and Nongalactic Astrophysics
+1312.4787
+1312.4884 Physics and Society
+1312.4941 Fluid Dynamics
+1312.4943 Statistics Theory
+1312.4959 Cosmology and Nongalactic Astrophysics
+1312.4973 Combinatorics
+1312.4977 Lattice
+1312.4979 Pricing of Securities
+1312.4980 Analysis of PDEs
+1312.4986 Learning
+1312.4987 Dynamical Systems
+1312.4991 Plasma Physics
+1312.4996 Cosmology and Nongalactic Astrophysics
+1312.4998 Group Theory
+1312.5001 Theory
+1312.5002 Computation
+1312.5005
+1312.5006 Accelerator Physics
+1312.5007 Accelerator Physics
+1312.5008 Rings and Algebras
+1312.5009 Dynamical Systems
+1312.5010 Accelerator Physics
+1312.5011 Lattice
+1312.5013 Instrumentation and Methods for Astrophysics
+1312.5014
+1312.5015 Materials Science
+1312.5018 Complex Variables
+1312.5019 Classical Analysis and ODEs
+1312.5021 Learning
+1312.5023 Machine Learning
+1312.5026 Mesoscale and Nanoscale Physics
+1312.5033 Robotics
+1312.5037 Rings and Algebras
+1312.5038 Probability
+1312.5042 Probability
+1312.5043
+1312.5044 Analysis of PDEs
+1312.5046 Accelerator Physics
+1312.5050 Multimedia
+1312.5053 Differential Geometry
+1312.5054 Methodology
+1312.5057 Physics and Society
+1312.5058 Software Engineering
+1312.5061 Software Engineering
+1312.5063 Theory
+1312.5065 Chemical Physics
+1312.5066 Machine Learning
+1312.5067 Discrete Mathematics
+1312.5070 Lattice
+1312.5073 Computational Finance
+1312.5076 Phenomenology
+1312.5077 Differential Geometry
+1312.5078 Combinatorics
+1312.5082 Statistics Theory
+1312.5085 Statistics Theory
+1312.5086 Accelerator Physics
+1312.5088 Solar and Stellar Astrophysics
+1312.5090 Mesoscale and Nanoscale Physics
+1312.5093 Phenomenology
+1312.5096 Information Theory
+1312.5097 Artificial Intelligence
+1312.5098 Phenomenology
+1312.5099 High Energy Astrophysical Phenomena
+1312.5101 Instrumentation and Detectors
+1312.5103 Statistics Theory
+1312.5105 Data Structures and Algorithms
+1312.5107 Differential Geometry
+1312.5108 Algebraic Geometry
+1312.5110 High Energy Astrophysical Phenomena
+1312.5111 Information Retrieval
+1312.5112 Numerical Analysis
+1312.5113 Strongly Correlated Electrons
+1312.5114 Statistics Theory
+1312.5115 Probability
+1312.5117
+1312.5118 Classical Analysis and ODEs
+1312.5120 Probability
+1312.5122 Solar and Stellar Astrophysics
+1312.5123 Statistics Theory
+1312.5124 Applications
+1312.5125
+1312.5128 Solar and Stellar Astrophysics
+1312.5132 Algebraic Geometry
+1312.5136 Dynamical Systems
+1312.5137 Statistics Theory
+1312.5138 Information Theory
+1312.5142 Rings and Algebras
+1312.5149 Phenomenology
+1312.5150 Software Engineering
+1312.5152 Differential Geometry
+1312.5155 Information Theory
+1312.5160 Number Theory
+1312.5162 Artificial Intelligence
+1312.5164 Materials Science
+1312.5165 Experiment
+1312.5169 Emerging Technologies
+1312.5172 Computers and Society
+1312.5173 Information Theory
+1312.5174
+1312.5179 Machine Learning
+1312.5180 Combinatorics
+1312.5186 Dynamical Systems
+1312.5196 Group Theory
+1312.5202 Systems and Control
+1312.5211 Solar and Stellar Astrophysics
+1312.5214 Phenomenology
+1312.5219 Statistics Theory
+1312.5224 Applications
+1312.5227 Metric Geometry
+1312.5229 Probability
+1312.5236 Earth and Planetary Astrophysics
+1312.5241 Number Theory
+1312.5244 Cellular Automata and Lattice Gases
+1312.5249 Analysis of PDEs
+1312.5251
+1312.5253 Exactly Solvable and Integrable Systems
+1312.5255 Classical Analysis and ODEs
+1312.5257 Other Computer Science
+1312.5265 Fluid Dynamics
+1312.5266 Exactly Solvable and Integrable Systems
+1312.5268 Strongly Correlated Electrons
+1312.5269 Logic
+1312.5271 Risk Management
+1312.5273 High Energy Astrophysical Phenomena
+1312.5277 Numerical Analysis
+1312.5278 Phenomenology
+1312.5279 Statistical Mechanics
+1312.5295 Materials Science
+1312.5298 Lattice
+1312.5299 Functional Analysis
+1312.5300 Geophysics
+1312.5304 Phenomenology
+gr-qc/9404005
+hep-ph/9511265 Phenomenology
+math/0509194 Combinatorics
+quant-ph/9511040
+quant-ph/9602005
+0711.0429 Complex Variables
+0901.1857 General Mathematics
+1006.0325 Combinatorics
+1008.2364 Solar and Stellar Astrophysics
+1010.5361 Probability
+1103.2270
+1105.2556 Probability
+1105.3869 Category Theory
+1105.6075 Methodology
+1107.0104 Computational Geometry
+1108.0185 Computation
+1110.2273 Rings and Algebras
+1201.4071 Mesoscale and Nanoscale Physics
+1201.4107 Group Theory
+1203.2353 Solar and Stellar Astrophysics
+1203.4132 Probability
+1203.6759 Soft Condensed Matter
+1205.0350 Solar and Stellar Astrophysics
+1205.4369 Exactly Solvable and Integrable Systems
+1206.1705 Materials Science
+1207.1125
+1207.3270 Artificial Intelligence
+1207.6443 Phenomenology
+1209.3926 Atomic Physics
+1209.4784 Cryptography and Security
+1209.6274 Phenomenology
+1210.4215 Number Theory
+1211.0322
+1211.3496 Optics
+1211.3877
+1212.0403 Lattice
+1212.1648 Lattice
+1212.1739
+1212.2896
+1301.5689 Superconductivity
+1301.6314 Learning
+1301.7134 Optimization and Control
+1302.5358
+1302.5621
+1302.6771 Populations and Evolution
+1302.7239 Mesoscale and Nanoscale Physics
+1303.0507 Mesoscale and Nanoscale Physics
+1303.3609 Phenomenology
+1303.4071
+1303.5598 Mesoscale and Nanoscale Physics
+1303.5682 Strongly Correlated Electrons
+1303.7035 Phenomenology
+1304.3147 Statistical Mechanics
+1304.4034
+1304.4850 Representation Theory
+1304.6215
+1304.7259
+1305.0596 Computational Engineering, Finance, and Science
+1305.1531 Geometric Topology
+1305.2488
+1305.2909
+1305.7320 Strongly Correlated Electrons
+1306.0150 Computational Engineering, Finance, and Science
+1306.0878 Earth and Planetary Astrophysics
+1307.0143 Mesoscale and Nanoscale Physics
+1307.0602 Cosmology and Nongalactic Astrophysics
+1307.0678 Cosmology and Nongalactic Astrophysics
+1307.4793 Theory
+1307.5071 Cosmology and Nongalactic Astrophysics
+1307.5579 Solar and Stellar Astrophysics
+1307.5870 Machine Learning
+1307.5914 Mesoscale and Nanoscale Physics
+1307.6459 Information Theory
+1307.7411 Databases
+1307.7794 Number Theory
+1308.1322 Strongly Correlated Electrons
+1308.1974 Quantum Algebra
+1308.2161 Mesoscale and Nanoscale Physics
+1308.2736 Combinatorics
+1308.2990 Plasma Physics
+1308.3047 Instrumentation and Detectors
+1308.3115 Analysis of PDEs
+1308.3123 Performance
+1308.3211 Numerical Analysis
+1308.3236 High Energy Astrophysical Phenomena
+1308.3239 Information Theory
+1308.3243 Multimedia
+1308.3253 High Energy Astrophysical Phenomena
+1308.3258 Computer Science and Game Theory
+1308.3262 Combinatorics
+1308.3263 Functional Analysis
+1308.3272 Information Theory
+1308.3273
+1308.3274 Probability
+1308.3275 Quantum Gases
+1308.3276 Fluid Dynamics
+1308.3277 Genomics
+1308.3279 Probability
+1308.3281 Combinatorics
+1308.3284 Algebraic Geometry
+1308.3287
+1308.3288 Optics
+1308.3293 Metric Geometry
+1308.3294 Cryptography and Security
+1308.3297 Social and Information Networks
+1308.3300 Information Theory
+1308.3302 Information Theory
+1308.3304 Statistics Theory
+1308.3308
+1308.3309 Artificial Intelligence
+1308.3312 Networking and Internet Architecture
+1308.3313 Analysis of PDEs
+1308.3314 Machine Learning
+1308.3316 Number Theory
+1308.3320 Software Engineering
+1308.3322 Discrete Mathematics
+1308.3323 Computers and Society
+1308.3324 Multiagent Systems
+1308.3326 Data Structures and Algorithms
+1308.3327 Mesoscale and Nanoscale Physics
+1308.3328
+1308.3329 Computer Science and Game Theory
+1308.3333 Plasma Physics
+1308.3337
+1308.3338 Experiment
+1308.3340 Physics and Society
+1308.3344 Materials Science
+1308.3354 Combinatorics
+1308.3355 Combinatorics
+1308.3357 Databases
+1308.3362 Neurons and Cognition
+1308.3363 Neurons and Cognition
+1308.3366 Lattice
+1308.3367 Materials Science
+1308.3370 Computational Geometry
+1308.3374 Statistics Theory
+1308.3378 Pricing of Securities
+1308.3380 Combinatorics
+1308.3385 Combinatorics
+1308.3388 Social and Information Networks
+1308.3390 General Mathematics
+1308.3394 Logic
+1308.3396 History and Overview
+1308.3399 Numerical Analysis
+1308.3400 Neural and Evolutionary Computing
+1308.3402 Molecular Networks
+1308.3404 Differential Geometry
+1308.3405 Data Structures and Algorithms
+1308.3406 Lattice
+1308.3407 Dynamical Systems
+1308.3416 Methodology
+1308.3417 Number Theory
+1308.3424 Materials Science
+1308.3427 Combinatorics
+1308.3428 Mesoscale and Nanoscale Physics
+1308.3429 Operator Algebras
+1308.3432 Learning
+1308.3437 Solar and Stellar Astrophysics
+1308.3443 Solar and Stellar Astrophysics
+1308.3447 Solar and Stellar Astrophysics
+1308.3449 Soft Condensed Matter
+1308.3451 Algebraic Geometry
+1308.3458 Number Theory
+1308.3460 Mesoscale and Nanoscale Physics
+1308.3464 Mesoscale and Nanoscale Physics
+1308.3465 Mesoscale and Nanoscale Physics
+1308.3467 Methodology
+1308.3468 Phenomenology
+1308.3472 Cryptography and Security
+1308.3474 Quantitative Methods
+1308.3477 Experiment
+1308.3479 Classical Analysis and ODEs
+1308.3480 Quantum Algebra
+1308.3481 Networking and Internet Architecture
+1308.3482 Cryptography and Security
+1308.3484 Classical Physics
+1308.3485 Physics and Society
+1308.3486 High Energy Astrophysical Phenomena
+1308.3487 Phenomenology
+math/0312404 Classical Analysis and ODEs
+math/0510297 K-Theory and Homology
+physics/0512107 Atomic Physics
+0707.0083 Superconductivity
+0708.2114 Combinatorics
+0801.2130 Mesoscale and Nanoscale Physics
+0803.0754 Geometric Topology
+0803.1098
+0804.0308
+0808.2678 Strongly Correlated Electrons
+0812.3519 Algebraic Geometry
+0901.4010 Differential Geometry
+0901.4315 Geometric Topology
+0902.0261 Computational Complexity
+0903.1170 Cosmology and Nongalactic Astrophysics
+0903.1929 High Energy Astrophysical Phenomena
+0904.4813 Astrophysics of Galaxies
+0905.2485 Computational Complexity
+0907.4520 Strongly Correlated Electrons
+0908.1981 Geometric Topology
+0910.1277 Strongly Correlated Electrons
+0910.2798 Number Theory
+0911.0092 Probability
+0912.0509 Optimization and Control
+0912.4035 Combinatorics
+0912.4847 Astrophysics of Galaxies
+1001.3285
+1002.0180
+1002.4774 Probability
+1002.4848 Algebraic Geometry
+1003.0754 Cosmology and Nongalactic Astrophysics
+1003.4494 Geometric Topology
+1004.1386
+1005.0263 Cosmology and Nongalactic Astrophysics
+1005.1216 Number Theory
+1005.2254 Information Theory
+1005.3188 Group Theory
+1005.3411 Plasma Physics
+1006.3390
+1006.5308 Spectral Theory
+1006.5347 Category Theory
+1007.1366 Probability
+1007.2284 Analysis of PDEs
+1007.2864
+1007.3430 Other Condensed Matter
+1007.3979
+1008.1700 Numerical Analysis
+1008.2365 Combinatorics
+1008.3927 Strongly Correlated Electrons
+1008.4559 Classical Physics
+1009.1051 Earth and Planetary Astrophysics
+1009.1775
+1009.4114 Other Condensed Matter
+1009.5281 Number Theory
+1010.2364 Astrophysics of Galaxies
+1010.2838 Phenomenology
+1011.0403 Theory
+1011.2432 Logic
+1011.2912 Astrophysics of Galaxies
+1011.3366 Analysis of PDEs
+1011.3958
+1011.4426 Phenomenology
+1011.5580 Phenomenology
+1011.5635 Plasma Physics
+1011.6250
+1011.6391 Phenomenology
+1011.6480 Phenomenology
+1012.0055 Phenomenology
+1012.0146 Instrumentation and Methods for Astrophysics
+1012.1010 Logic in Computer Science
+1012.2192 Representation Theory
+1012.2208
+1012.2396 Strongly Correlated Electrons
+1012.5206 Probability
+1012.5369 Phenomenology
+1012.5669 Strongly Correlated Electrons
+1012.5966 Phenomenology
+1101.2107 Phenomenology
+1101.2967 Phenomenology
+1101.5138 Experiment
+1101.5707 Probability
+1102.1727 Theory
+1102.2702 Information Theory
+1102.2931
+1102.2963 Logic in Computer Science
+1102.3179
+1102.3182 Phenomenology
+1102.3876 Experiment
+1102.4021 Learning
+1102.5599 Systems and Control
+1102.5603 Systems and Control
+1103.1422 Theory
+1103.1548 Superconductivity
+1103.1936 Soft Condensed Matter
+1103.4639 Mesoscale and Nanoscale Physics
+1103.5146 Mesoscale and Nanoscale Physics
+1103.5641 Materials Science
+1104.0672 Instrumentation and Methods for Astrophysics
+1104.1608 Statistics Theory
+1104.4059 Mesoscale and Nanoscale Physics
+1104.4124 Phenomenology
+1105.0044 Optics
+1105.0174
+1105.1284 Soft Condensed Matter
+1105.1513 Molecular Networks
+1105.2334 Statistical Mechanics
+1105.2353 Strongly Correlated Electrons
+1105.2583 Mesoscale and Nanoscale Physics
+1105.2725 Logic in Computer Science
+1105.3025 Phenomenology
+1105.3401 Data Analysis, Statistics and Probability
+1105.3490 Phenomenology
+1105.3677 Theory
+1105.4242 Populations and Evolution
+1105.4579
+1105.4653 Geophysics
+1105.5248 Phenomenology
+1105.6015 Mesoscale and Nanoscale Physics
+1105.6111 Theory
+1106.0856 Number Theory
+1106.1573 Phenomenology
+1106.2116 Analysis of PDEs
+1106.2162 Phenomenology
+1106.2296 Number Theory
+1106.3289 Superconductivity
+1106.3700 Theory
+1106.3866 Theory
+1106.5079 Superconductivity
+1106.5881 Operator Algebras
+1106.6090 Cosmology and Nongalactic Astrophysics
+1107.0255 Materials Science
+1107.0723 Theory
+1107.3449
+1107.4514 Solar and Stellar Astrophysics
+1107.4721 Digital Libraries
+1107.5029 Mesoscale and Nanoscale Physics
+1107.5273 Optics
+1107.5855 Geometric Topology
+1108.0980 Materials Science
+1108.2176 Superconductivity
+1108.2513 Theory
+1108.3902
+1108.4477 Geometric Topology
+1108.5576 Functional Analysis
+1108.5889 Representation Theory
+1109.0489 Probability
+1109.0768 Phenomenology
+1109.1573 Combinatorics
+1109.2449 Computer Vision and Pattern Recognition
+1109.2611 Data Analysis, Statistics and Probability
+1109.3159 Differential Geometry
+1109.3237 General Physics
+1109.3325 Complex Variables
+1109.3388 High Energy Astrophysical Phenomena
+1109.3439 Phenomenology
+1109.3721 Plasma Physics
+1109.3729 Quantum Algebra
+1109.3730 Strongly Correlated Electrons
+1109.3733
+1109.3737 Artificial Intelligence
+1109.3740 Solar and Stellar Astrophysics
+1109.3741 Combinatorics
+1109.3744 Strongly Correlated Electrons
+1109.3756 Geometric Topology
+1109.3758 Theory
+1109.3760 Rings and Algebras
+1109.3761 Rings and Algebras
+1109.3767 Computer Vision and Pattern Recognition
+1109.3771 Rings and Algebras
+1109.3775 Optics
+1109.3778 Classical Analysis and ODEs
+1109.3779 Atomic Physics
+1109.3781 Systems and Control
+1109.3792 Physics Education
+1109.3793 Functional Analysis
+1109.3794 Geometric Topology
+1109.3795 Functional Analysis
+1109.3797 Statistical Mechanics
+1109.3805 Functional Analysis
+1109.3806 Functional Analysis
+1109.3809 Numerical Analysis
+1109.3815 Superconductivity
+1109.3817 Mesoscale and Nanoscale Physics
+1109.3820 Theory
+1109.3823 Probability
+1109.3830 Numerical Analysis
+1109.3832 Numerical Analysis
+1109.3835 Analysis of PDEs
+1109.3837 Superconductivity
+1109.3840 Solar and Stellar Astrophysics
+1109.3847 Combinatorics
+1109.3850 Computer Vision and Pattern Recognition
+1109.3857
+1109.3860 Soft Condensed Matter
+1109.3862 Geometric Topology
+1109.3863 Analysis of PDEs
+1109.3871
+1109.3874 Statistical Mechanics
+1109.3876 Information Theory
+1109.3879 Theory
+1109.3890 Data Structures and Algorithms
+1109.3892 Representation Theory
+1109.3895 Probability
+1109.3896 Dynamical Systems
+1109.3897
+1109.3898 Networking and Internet Architecture
+1109.3902 Logic
+1109.3905
+1109.3907 Probability
+1109.3911 Social and Information Networks
+1109.3912 Experiment
+1109.3915 Probability
+1109.3921 Commutative Algebra
+1109.3927 Combinatorics
+1109.3928 Combinatorics
+1109.3929 Combinatorics
+1109.3930 Combinatorics
+1109.3932 Differential Geometry
+1109.3933 Combinatorics
+1109.3934 Data Structures and Algorithms
+1109.3937 Accelerator Physics
+1109.3939 Rings and Algebras
+1109.3945 Cosmology and Nongalactic Astrophysics
+1109.3951 Physics Education
+1109.3953 Other Condensed Matter
+1109.3956 Representation Theory
+1109.3957 Networking and Internet Architecture
+1109.3961 Mesoscale and Nanoscale Physics
+1109.3966 Differential Geometry
+1109.3970 Quantum Gases
+1109.3972 Materials Science
+1109.3974
+1109.3977 Optics
+1109.3978 Superconductivity
+1109.3983 Complex Variables
+1109.3985 Spectral Theory
+1109.3987 Distributed, Parallel, and Cluster Computing
+1109.3992 Strongly Correlated Electrons
+1109.3994 Information Theory
+1109.3997 Distributed, Parallel, and Cluster Computing
+1109.3999 Networking and Internet Architecture
+1109.4008 Experiment
+1109.4010 Astrophysics of Galaxies
+1109.4020 Functional Analysis
+1109.4025 General Mathematics
+1109.4026 Materials Science
+1109.4029
+1109.4034 Data Structures and Algorithms
+1109.4036 Materials Science
+1109.4041 Probability
+1109.4047 Algebraic Geometry
+1109.4048 Programming Languages
+1109.4049 Analysis of PDEs
+1109.4051 Solar and Stellar Astrophysics
+1109.4066
+1109.4067 Commutative Algebra
+1109.4068 Statistical Mechanics
+1109.4070 Number Theory
+1109.4075 Mesoscale and Nanoscale Physics
+1109.4077 Lattice
+1109.4092 Numerical Analysis
+1109.4093 Operator Algebras
+1109.4099
+1109.4100 Experiment
+1109.4111 Soft Condensed Matter
+1109.4114 Networking and Internet Architecture
+1109.4115
+1109.4116 Solar and Stellar Astrophysics
+1109.4118 Combinatorics
+1109.4122 Combinatorics
+1109.4124 Chaotic Dynamics
+1109.4125 Solar and Stellar Astrophysics
+1109.4133 Solar and Stellar Astrophysics
+astro-ph/0511256
+astro-ph/0602431
+astro-ph/0610400
+astro-ph/0703353
+cond-mat/0607668 Materials Science
+math/0610715 Dynamical Systems
+math/0701109 Complex Variables
+math/0701110 Algebraic Geometry
+math/0702323 Differential Geometry
+q-bio/0609046 Populations and Evolution
+0705.3202 Representation Theory
+0709.4031 Number Theory
+0710.3356 Representation Theory
+0712.1228 Representation Theory
+0712.1702 Theory
+0801.0826 Analysis of PDEs
+0802.1651 Algebraic Geometry
+0805.3444 Quantum Algebra
+0806.0072 Algebraic Geometry
+0807.3859 Category Theory
+0809.2335 Probability
+0811.1296 Soft Condensed Matter
+0811.1785
+0811.3383
+0812.4656 Algebraic Geometry
+0904.4573 Combinatorics
+0905.1678 Analysis of PDEs
+0906.2356 Adaptation and Self-Organizing Systems
+0908.2630 Algebraic Geometry
+0909.1856 General Physics
+0910.1856 Group Theory
+0911.1583 Computers and Society
+0911.5082 Theory
+0912.0554
+0912.3595 Biomolecules
+1001.4553 Quantum Algebra
+1001.5064 Theory
+1003.2066 Algebraic Geometry
+1003.4546 Discrete Mathematics
+1004.4755
+1005.4150 Representation Theory
+1005.4175 Theory
+1005.4694
+1006.0062 Phenomenology
+1006.0490 Solar and Stellar Astrophysics
+1006.2641
+1007.0661 Cosmology and Nongalactic Astrophysics
+1007.3285 Mesoscale and Nanoscale Physics
+1007.3773 Phenomenology
+1007.5086 Strongly Correlated Electrons
+1008.0596 Number Theory
+1008.1354 Dynamical Systems
+1008.1590 Strongly Correlated Electrons
+1008.1972 Soft Condensed Matter
+1008.3373 Number Theory
+1008.4215 Complex Variables
+1009.3998 Combinatorics
+1009.4274
+1009.5211 Phenomenology
+1009.6187 Analysis of PDEs
+1010.1964 Theory
+1010.3175 Strongly Correlated Electrons
+1010.3595 Strongly Correlated Electrons
+1010.3716 Strongly Correlated Electrons
+1010.5109 Earth and Planetary Astrophysics
+1010.6172 Superconductivity
+1010.6301 Theory
+1011.0386 Mesoscale and Nanoscale Physics
+1011.1593 Strongly Correlated Electrons
+1011.1611 Algebraic Topology
+1011.1795
+1011.2012 Representation Theory
+1011.2250 Strongly Correlated Electrons
+1011.2455
+1011.2940 Number Theory
+1011.4982 Superconductivity
+1011.5552 Classical Physics
+1011.6548
+1011.6583 Differential Geometry
+1011.6587 Astrophysics of Galaxies
+1012.0892
+1012.0987 Lattice
+1012.0990 Chaotic Dynamics
+1012.1839
+1012.2008 Superconductivity
+1012.3003 Strongly Correlated Electrons
+1012.3633
+1012.3778 Theory
+1101.3274 Functional Analysis
+1101.4610 Optics
+1101.4622 Statistical Mechanics
+1101.4992 Mesoscale and Nanoscale Physics
+1101.5463 Social and Information Networks
+1102.0266 Solar and Stellar Astrophysics
+1102.1173 Numerical Analysis
+1102.1384 Neurons and Cognition
+1102.1783 Data Structures and Algorithms
+1102.1836 Combinatorics
+1102.4016 Data Structures and Algorithms
+1102.4199 Spectral Theory
+1102.4531 Algebraic Geometry
+1102.4776 Materials Science
+1102.4925 Artificial Intelligence
+1102.4926 Artificial Intelligence
+1102.5033 Solar and Stellar Astrophysics
+1102.5227 Optics
+1103.0266 Information Theory
+1103.1503 Data Structures and Algorithms
+1103.1938 Materials Science
+1103.2329 Superconductivity
+1103.2363 Superconductivity
+1103.3089 Statistics Theory
+1103.3283 Quantum Algebra
+1103.3316 Information Theory
+1103.3893 Classical Analysis and ODEs
+1103.4493
+1103.4523 High Energy Astrophysical Phenomena
+1103.4965 Pricing of Securities
+1103.5064 Earth and Planetary Astrophysics
+1103.5079
+1103.5082 Logic in Computer Science
+1103.5091 Materials Science
+1103.5093
+1103.5094 Functional Analysis
+1103.5100 Number Theory
+1103.5101 Cosmology and Nongalactic Astrophysics
+1103.5102 Data Structures and Algorithms
+1103.5104 Instrumentation and Methods for Astrophysics
+1103.5111 Logic
+1103.5113 Rings and Algebras
+1103.5115 Cryptography and Security
+1103.5119 Discrete Mathematics
+1103.5121 Quantum Algebra
+1103.5123 Strongly Correlated Electrons
+1103.5125
+1103.5128 Information Theory
+1103.5138 Theory
+1103.5139 Exactly Solvable and Integrable Systems
+1103.5142 Information Theory
+1103.5149 Group Theory
+1103.5150 Populations and Evolution
+1103.5151 Group Theory
+1103.5153 Group Theory
+1103.5155 Group Theory
+1103.5156 Phenomenology
+1103.5159 Group Theory
+1103.5160 Group Theory
+1103.5162 Digital Libraries
+1103.5164
+1103.5168 Probability
+1103.5172 Representation Theory
+1103.5173 Geometric Topology
+1103.5176 Molecular Networks
+1103.5178 Methodology
+1103.5181 Quantitative Methods
+1103.5183
+1103.5184
+1103.5186 Probability
+1103.5191 Mesoscale and Nanoscale Physics
+1103.5192 Accelerator Physics
+1103.5193 Dynamical Systems
+1103.5197 Cryptography and Security
+1103.5198 Number Theory
+1103.5203 Analysis of PDEs
+1103.5210 Analysis of PDEs
+1103.5216 Materials Science
+1103.5217 Probability
+1103.5219 Information Theory
+1103.5224 Statistical Mechanics
+1103.5226 Cosmology and Nongalactic Astrophysics
+1103.5230 Formal Languages and Automata Theory
+1103.5232 Classical Analysis and ODEs
+1103.5234 Classical Analysis and ODEs
+1103.5247 Numerical Analysis
+1103.5249
+1103.5251 Category Theory
+1103.5257 Analysis of PDEs
+1103.5261 Rings and Algebras
+1103.5263 Metric Geometry
+1103.5264 Theory
+1103.5265 Cosmology and Nongalactic Astrophysics
+1103.5266 Differential Geometry
+1103.5268 Numerical Analysis
+1103.5269 Statistical Mechanics
+1103.5283 Algebraic Geometry
+1103.5284 Operator Algebras
+1103.5285 Functional Analysis
+1103.5287 Functional Analysis
+1103.5288 Functional Analysis
+1103.5289 Functional Analysis
+1103.5291 Probability
+1103.5296 Instrumentation and Detectors
+1103.5305 Differential Geometry
+1103.5313
+1103.5315
+1103.5321
+1103.5322 Materials Science
+1103.5323 Algebraic Geometry
+1103.5337 Atomic Physics
+1103.5341
+1103.5343 Theory
+1103.5345 Pricing of Securities
+1103.5346 General Mathematics
+1103.5365 Analysis of PDEs
+1103.5370 Disordered Systems and Neural Networks
+1103.5373 Probability
+1103.5375 Mesoscale and Nanoscale Physics
+1103.5383 Complex Variables
+1103.5388 Number Theory
+1103.5392 Algebraic Geometry
+1103.5394 Solar and Stellar Astrophysics
+1103.5399 Statistics Theory
+1103.5401 Cosmology and Nongalactic Astrophysics
+1103.5403 Analysis of PDEs
+1103.5405 Systems and Control
+1103.5408 Risk Management
+1103.5409 Risk Management
+1103.5411 Computational Finance
+1103.5412 Risk Management
+1103.5414 Statistical Finance
+1103.5415 Representation Theory
+1103.5416 Risk Management
+1103.5417 Statistical Finance
+1103.5418 Risk Management
+1103.5419 Lattice
+1103.5420 Statistical Mechanics
+1103.5424 Optics
+1103.5425 Soft Condensed Matter
+1103.5427 Number Theory
+1103.5432 Physics Education
+1103.5441 Systems and Control
+1103.5444 Dynamical Systems
+1103.5448
+1103.5451 Physics and Society
+1103.5453 Data Structures and Algorithms
+cond-mat/0508291 Mesoscale and Nanoscale Physics
+cond-mat/0701367 Soft Condensed Matter
+cs/0702155 Discrete Mathematics
+math-ph/0607019
+math/0604103 Number Theory
+0704.1851 Differential Geometry
+0710.0672 Neural and Evolutionary Computing
+0801.3590 Experiment
+0805.3193 Theory
+0812.0228 Theory
+0812.0803 Analysis of PDEs
+0812.1372 Theory
+0812.4450 Theory
+0901.3969
+0905.4355 Phenomenology
+0906.0589 Differential Geometry
+0906.5556 Phenomenology
+0907.0248 Astrophysics of Galaxies
+0908.0874 Experiment
+0908.2425 Theory
+0908.3059 Phenomenology
+0909.0611 Computational Engineering, Finance, and Science
+0909.2461 Combinatorics
+0909.4443
+0910.1112
+0910.2733 Category Theory
+1002.2169 Soft Condensed Matter
+1003.0843 Solar and Stellar Astrophysics
+1003.3170 Differential Geometry
+1004.0523
+1004.0616
+1004.1479 Phenomenology
+1004.3279 Superconductivity
+1005.1177 Combinatorics
+1005.1421 Theory
+1005.2985
+1005.4786 Phenomenology
+1005.5217
+1005.5663 Commutative Algebra
+1006.0476
+1006.2438 Theory
+1006.3459 Analysis of PDEs
+1006.4519 Statistical Mechanics
+1007.1497 Phenomenology
+1007.1828 Atmospheric and Oceanic Physics
+1007.2899
+1007.3326 Phenomenology
+1007.3733 Mesoscale and Nanoscale Physics
+1007.4936 Statistical Mechanics
+1008.0481 Mesoscale and Nanoscale Physics
+1008.0694 Soft Condensed Matter
+1008.2155 Phenomenology
+1008.2179 Statistical Finance
+1008.3200 Phenomenology
+1008.3226 Phenomenology
+1008.4553 Superconductivity
+1009.1485
+1009.1580 Experiment
+1009.2510 Phenomenology
+1009.2759 Quantum Gases
+1009.3719 Probability
+1009.4159 Quantum Gases
+1009.6042 Phenomenology
+1010.0588
+1010.1043 Atomic Physics
+1010.1177 Theory
+1010.2633 Phenomenology
+1010.3685 Data Structures and Algorithms
+1010.3849 Cosmology and Nongalactic Astrophysics
+1010.4676 Soft Condensed Matter
+1010.4891 Software Engineering
+1010.5556 Theory
+1010.5751 Phenomenology
+1011.3390 Differential Geometry
+1011.3942 Materials Science
+1011.4711 Soft Condensed Matter
+1011.4967 Quantum Gases
+1012.0105 Symplectic Geometry
+1012.0575 Theory
+1012.1820 Soft Condensed Matter
+1012.3591 Cosmology and Nongalactic Astrophysics
+1012.4665
+1012.5453 Theory
+1101.0345 Social and Information Networks
+1101.0517 Combinatorics
+1101.1726 Chemical Physics
+1101.2933 Atomic Physics
+1101.3247 Statistical Mechanics
+1101.4083
+1101.4123 Theory
+1101.5266 Phenomenology
+1101.5409 Theory
+1101.5839
+1101.6032 Space Physics
+1102.0076 Theory
+1102.0172 Phenomenology
+1102.1523 Mathematical Software
+1102.1813 Theory
+1102.2029
+1102.3821
+1102.4678 Optics
+1102.5162
+1102.5177 Materials Science
+1103.1509 Analysis of PDEs
+1103.2139 Algebraic Geometry
+1103.2140 Algebraic Geometry
+1103.2150 Atomic Physics
+1103.2155 Strongly Correlated Electrons
+1103.2157 Materials Science
+1103.2158 Solar and Stellar Astrophysics
+1103.2160 Algebraic Geometry
+1103.2162
+1103.2163 Spectral Theory
+1103.2168 General Physics
+1103.2169 Algebraic Geometry
+1103.2172 Information Theory
+1103.2176 Superconductivity
+1103.2179 Soft Condensed Matter
+1103.2183 Dynamical Systems
+1103.2184 Physics and Society
+1103.2194 General Physics
+1103.2195
+1103.2196 Materials Science
+1103.2198 General Physics
+1103.2208 Applications
+1103.2209 Applications
+1103.2210 Applications
+1103.2213 Applications
+1103.2214 Trading and Market Microstructure
+1103.2222 Analysis of PDEs
+1103.2224 Astrophysics of Galaxies
+1103.2243 Statistical Mechanics
+1103.2245 Fluid Dynamics
+1103.2246 Logic in Computer Science
+1103.2251 Discrete Mathematics
+1103.2258 Cosmology and Nongalactic Astrophysics
+1103.2262 Number Theory
+1103.2264 Physics and Society
+1103.2274 Classical Physics
+1103.2275 Data Structures and Algorithms
+1103.2279 Optics
+1103.2285 Complex Variables
+1103.2295 Number Theory
+1103.2298 Number Theory
+1103.2302
+1103.2319 Strongly Correlated Electrons
+1103.2322 Probability
+1103.2325 Computation and Language
+1103.2331 Complex Variables
+1103.2336 Operating Systems
+1103.2341 Rings and Algebras
+1103.2342 Artificial Intelligence
+1103.2347 Complex Variables
+1103.2348 Operating Systems
+1103.2349 Functional Analysis
+1103.2351 Computational Engineering, Finance, and Science
+1103.2356 Data Analysis, Statistics and Probability
+1103.2358 Geometric Topology
+1103.2359 Strongly Correlated Electrons
+1103.2366 Neurons and Cognition
+cond-mat/0604577 Mesoscale and Nanoscale Physics
+gr-qc/0702002
+hep-ex/0611043 Experiment
+0706.2412
+0706.2428 Exactly Solvable and Integrable Systems
+0707.4328 Combinatorics
+0711.2769 Combinatorics
+0806.3709 Combinatorics
+0810.2560
+0901.2737 Physics and Society
+0903.5127 Physics and Society
+0903.5179 Combinatorics
+0906.2699
+0906.4859 Algebraic Geometry
+0907.2870 Number Theory
+0907.2883 High Energy Astrophysical Phenomena
+0908.1752 Number Theory
+0909.0253 Disordered Systems and Neural Networks
+0909.0307 Number Theory
+0910.1914
+0910.3563 Number Theory
+0910.5408 Group Theory
+0911.3278 Commutative Algebra
+0911.3284 Commutative Algebra
+0911.3310
+0911.3495 Commutative Algebra
+0912.1904
+1002.1667
+1002.3901
+1002.4839 Quantum Algebra
+1003.1345 Digital Libraries
+1004.1264 Other Condensed Matter
+1006.4086 Dynamical Systems
+1006.4151 Materials Science
+1006.4453 Superconductivity
+1007.2227 Chemical Physics
+1007.2630 Chemical Physics
+1007.2756
+1008.0301 Dynamical Systems
+1008.1230 Soft Condensed Matter
+1008.1718
+1008.4402 Statistical Mechanics
+1008.5121
+1009.1091 Superconductivity
+1009.4655 Dynamical Systems
+1010.1537 Mesoscale and Nanoscale Physics
+1010.4079 Cosmology and Nongalactic Astrophysics
+1010.4882 Cosmology and Nongalactic Astrophysics
+1010.5597 Superconductivity
+1010.5830 Optics
+1011.1789 Strongly Correlated Electrons
+1011.3168 Machine Learning
+1011.3408 Mesoscale and Nanoscale Physics
+1011.3526 Phenomenology
+1011.4600 Number Theory
+1012.0348 Pricing of Securities
+1012.4857
+1012.4901 Dynamical Systems
+1101.0677 Soft Condensed Matter
+1102.4060 Biological Physics
+1102.4071 Plasma Physics
+1102.4516 Astrophysics of Galaxies
+1103.0476 Optics
+1103.0704
+1103.1943 Information Theory
+1103.2798 Probability
+1103.3514 Algebraic Geometry
+1103.3951 Phenomenology
+1103.4278 Algebraic Geometry
+1103.4335 Algebraic Geometry
+1103.4450
+1103.4566 Data Structures and Algorithms
+1103.4578 Information Theory
+1103.4588 Lattice
+1103.4623 Algebraic Geometry
+1103.4626 Complex Variables
+1103.4629 Combinatorics
+1103.4633 Dynamical Systems
+1103.4641
+1103.4643 Instrumentation and Methods for Astrophysics
+1103.4647 Superconductivity
+1103.4654 Atmospheric and Oceanic Physics
+1103.4655 Algebraic Geometry
+1103.4656 Theory
+1103.4660
+1103.4665 Mesoscale and Nanoscale Physics
+1103.4666 Mesoscale and Nanoscale Physics
+1103.4667 Materials Science
+1103.4669 Differential Geometry
+1103.4670 Materials Science
+1103.4672 Quantum Algebra
+1103.4673 Materials Science
+1103.4674 Geometric Topology
+1103.4676 Cryptography and Security
+1103.4678 Cryptography and Security
+1103.4682 Functional Analysis
+1103.4686 Discrete Mathematics
+1103.4689 Algebraic Geometry
+1103.4693 Operator Algebras
+1103.4694 Logic in Computer Science
+1103.4695 Geometric Topology
+1103.4697 Symbolic Computation
+1103.4698 Optics
+1103.4705 Mesoscale and Nanoscale Physics
+1103.4707 Solar and Stellar Astrophysics
+1103.4711 Materials Science
+1103.4712 Multimedia
+1103.4717 Networking and Internet Architecture
+1103.4718
+1103.4719 Instrumentation and Methods for Astrophysics
+1103.4721 Rings and Algebras
+1103.4727 Networking and Internet Architecture
+1103.4728 Probability
+1103.4729 Group Theory
+1103.4730 Commutative Algebra
+1103.4733
+1103.4734 Statistical Mechanics
+1103.4736 Analysis of PDEs
+1103.4738 Probability
+1103.4740 Number Theory
+1103.4744 General Topology
+1103.4747
+1103.4750 Superconductivity
+1103.4752 Classical Analysis and ODEs
+1103.4756 Optimization and Control
+1103.4760 Fluid Dynamics
+1103.4766 Instrumentation and Methods for Astrophysics
+1103.4767 Methodology
+1103.4769 Networking and Internet Architecture
+1103.4771 Optics
+1103.4774 Information Theory
+1103.4778 Databases
+1103.4792 Materials Science
+1103.4796 Analysis of PDEs
+1103.4798 High Energy Astrophysical Phenomena
+1103.4805 Differential Geometry
+1103.4814 Classical Analysis and ODEs
+1103.4816
+1103.4820 Neural and Evolutionary Computing
+1103.4822 Analysis of PDEs
+1103.4827 Theory
+1103.4828 Numerical Analysis
+1103.4833 Materials Science
+1103.4837 Classical Analysis and ODEs
+1103.4845 General Physics
+1103.4854 Information Theory
+astro-ph/0409377
+cond-mat/0510378 Disordered Systems and Neural Networks
+math/0412015 Combinatorics
+math/0501441 Combinatorics
+math/0504195 Combinatorics
+math/0504569 Combinatorics
+math/0512249 Combinatorics
+math/0512571 Combinatorics
+math/0604407 Combinatorics
+math/0605780 Algebraic Geometry
+0704.0335 Probability
+0705.4124 Functional Analysis
+0706.2151
+0712.2378 Functional Analysis
+0801.4174 History and Overview
+0802.0533 History and Overview
+0802.1127 Optics
+0802.1966 Optics
+0805.3947 Optimization and Control
+0806.2604 Algebraic Geometry
+0809.2166 Number Theory
+0809.5184
+0810.0858 Complex Variables
+0810.1555 Other Condensed Matter
+0811.2052 Probability
+0812.2591 Number Theory
+0901.2546
+0903.3852 Computational Physics
+0904.2482 Information Theory
+0904.4541 Information Theory
+0905.3330 Digital Libraries
+0907.0060 Functional Analysis
+0907.0665 Theory
+0907.0767
+0907.2329 Soft Condensed Matter
+0908.1032
+0908.1034
+0908.1040
+0910.5045 Analysis of PDEs
+0911.1072 Information Theory
+0911.3036 Mesoscale and Nanoscale Physics
+0911.4529 Algebraic Geometry
+0912.5489 Statistics Theory
+1001.1905 Combinatorics
+1002.0106 Superconductivity
+1002.2398 Soft Condensed Matter
+1003.1342 Algebraic Topology
+1003.3313 Statistical Mechanics
+1004.2533 Mesoscale and Nanoscale Physics
+1004.3723 Quantum Algebra
+1004.4102 Solar and Stellar Astrophysics
+1005.1151 Optimization and Control
+1005.1760 Statistical Finance
+1005.2263 Machine Learning
+1005.5076 Theory
+1005.5549 Soft Condensed Matter
+1006.0205 Number Theory
+1006.1078 Phenomenology
+1006.1728
+1006.3150 Statistical Mechanics
+1006.4206 Number Theory
+1007.2119 Information Theory
+1007.3652 Optimization and Control
+1007.4317 Cosmology and Nongalactic Astrophysics
+1007.4776 K-Theory and Homology
+1008.1174 Statistical Mechanics
+1008.1603
+1008.2493 Superconductivity
+1009.1040 Strongly Correlated Electrons
+1009.1442 Cosmology and Nongalactic Astrophysics
+1009.1717
+1009.2281 Analysis of PDEs
+1009.3491
+1009.6121 Number Theory
+1009.6141
+1010.0332 Superconductivity
+1010.0941 Theory
+1010.2008 Strongly Correlated Electrons
+1010.3032
+1010.4431 History and Philosophy of Physics
+1010.4565 Theory
+1010.4840
+1010.6176 Superconductivity
+1011.1221 Soft Condensed Matter
+1011.4684
+1012.0196 Physics and Society
+1012.0939 Mesoscale and Nanoscale Physics
+1012.2309 Other Condensed Matter
+1012.3604 Chaotic Dynamics
+1101.1079
+1101.1386 Materials Science
+1101.1634 Algebraic Topology
+1101.2666 Quantum Gases
+1101.4484 Quantum Algebra
+1101.5270 Mesoscale and Nanoscale Physics
+1101.6005
+1102.0103 Statistical Mechanics
+1102.2249 Solar and Stellar Astrophysics
+1102.4923 Information Theory
+1102.4980 Combinatorics
+1102.5475 Statistical Mechanics
+1103.0792 Soft Condensed Matter
+1103.1308 Optics
+1103.2265 Rings and Algebras
+1103.3293 Mesoscale and Nanoscale Physics
+1103.3596 Information Theory
+1103.3937 Group Theory
+1103.4107 Theory
+1103.4111 Operator Algebras
+1103.5256
+1104.1216 Operator Algebras
+1104.2783 History and Overview
+1104.3270 Robotics
+1104.3647 Functional Analysis
+1105.0155 Information Theory
+1105.0513
+1105.1923 Phenomenology
+1105.2387 Solar and Stellar Astrophysics
+1105.2967
+1105.3905 Analysis of PDEs
+1105.4402 Probability
+1105.4498 Phenomenology
+1105.4686 Dynamical Systems
+1105.4773 Differential Geometry
+1105.5029
+1105.5092 Optics
+1105.5115 Quantum Gases
+1105.5311 Differential Geometry
+1105.5425 Earth and Planetary Astrophysics
+1105.5641 Distributed, Parallel, and Cluster Computing
+1105.5647 Strongly Correlated Electrons
+1105.5652 Discrete Mathematics
+1105.5659 Analysis of PDEs
+1105.5667 Artificial Intelligence
+1105.5673 Representation Theory
+1105.5675 Multimedia
+1105.5678 Graphics
+1105.5679 Probability
+1105.5681 Cryptography and Security
+1105.5684 Networking and Internet Architecture
+1105.5685 Molecular Networks
+1105.5686 Differential Geometry
+1105.5689 Biological Physics
+1105.5702 Materials Science
+1105.5704 Combinatorics
+1105.5707 Materials Science
+1105.5714 Other Condensed Matter
+1105.5717 Risk Management
+1105.5718 Data Structures and Algorithms
+1105.5722 Commutative Algebra
+1105.5724 Geometric Topology
+1105.5728
+1105.5730 Experiment
+1105.5733 Combinatorics
+1105.5735 Classical Analysis and ODEs
+1105.5737 Methodology
+1105.5738 Applications
+1105.5743 Optimization and Control
+1105.5744 Optimization and Control
+1105.5755 Information Theory
+1105.5762 Statistics Theory
+1105.5763 Combinatorics
+1105.5764 Genomics
+1105.5765 Numerical Analysis
+1105.5767 Mesoscale and Nanoscale Physics
+1105.5779 Mesoscale and Nanoscale Physics
+1105.5781 Materials Science
+1105.5782 Information Theory
+1105.5783 Experiment
+1105.5784 Adaptation and Self-Organizing Systems
+1105.5786 Number Theory
+1105.5788 Spectral Theory
+1105.5789 Information Retrieval
+1105.5791 Mesoscale and Nanoscale Physics
+1105.5792 Mesoscale and Nanoscale Physics
+1105.5794 Mesoscale and Nanoscale Physics
+1105.5795 Combinatorics
+1105.5796 Algebraic Geometry
+1105.5806 Computational Complexity
+1105.5807 Differential Geometry
+1105.5808 Algebraic Topology
+1105.5810 Dynamical Systems
+1105.5813 Experiment
+1105.5817 Distributed, Parallel, and Cluster Computing
+1105.5818 Instrumentation and Detectors
+1105.5823 Number Theory
+1105.5838 Combinatorics
+1105.5839 Physics and Society
+1105.5843
+1105.5844 Group Theory
+1105.5847 Phenomenology
+1105.5850 Computational Finance
+1105.5852 Number Theory
+1105.5855
+1105.5856 Chaotic Dynamics
+1105.5857
+1105.5859
+1105.5861 Information Theory
+1105.5867 Soft Condensed Matter
+1105.5872
+1105.5875 Other Computer Science
+1105.5878 Fluid Dynamics
+1105.5882 Solar and Stellar Astrophysics
+1105.5887 Computation
+1105.5896 Superconductivity
+1105.5898 Analysis of PDEs
+1105.5908 Differential Geometry
+1105.5911 Experiment
+1105.5912 Digital Libraries
+1105.5923 Phenomenology
+1105.5924 Numerical Analysis
+1105.5938 Classical Analysis and ODEs
+1105.5939 Computational Engineering, Finance, and Science
+1105.5941 Materials Science
+1105.5942 Chaotic Dynamics
+1105.5945 Methodology
+1105.5949 Optics
+1105.5951 Databases
+1105.5953 Instrumentation and Methods for Astrophysics
+1105.5956 Mesoscale and Nanoscale Physics
+1105.5957 Experiment
+1105.5961 Operator Algebras
+1105.5962
+1105.5968 Experiment
+1105.5986 Distributed, Parallel, and Cluster Computing
+1105.5987 Classical Analysis and ODEs
+1105.5988 Phenomenology
+1105.5989 Number Theory
+1105.5990 History and Overview
+1105.5991 Instrumentation and Methods for Astrophysics
+1105.5993 Cosmology and Nongalactic Astrophysics
+1105.5998 Phenomenology
+1105.6002 Complex Variables
+1105.6006 Number Theory
+1105.6007 Analysis of PDEs
+1105.6014 Computer Vision and Pattern Recognition
+1105.6018 Probability
+1105.6020 Human-Computer Interaction
+1105.6024 Networking and Internet Architecture
+1105.6028 Differential Geometry
+1105.6031 Statistics Theory
+1105.6033 Information Theory
+1105.6035 Phenomenology
+1105.6038 Probability
+1105.6040 Distributed, Parallel, and Cluster Computing
+1105.6041 Learning
+1105.6042 Complex Variables
+1105.6052 Optics
+1105.6053 Phenomenology
+1105.6060 Computer Vision and Pattern Recognition
+1105.6068
+1105.6069 Populations and Evolution
+1105.6070 Phenomenology
+1105.6073 Logic
+1105.6079 Experiment
+1105.6080 Probability
+1105.6083 Number Theory
+cs/0602072 Information Theory
+hep-ph/0703268 Phenomenology
+math/0410536 Number Theory
+math/0502106 Functional Analysis
+math/0504046 Functional Analysis
+math/0507203 History and Overview
+math/0507205 General Mathematics
+math/0510327 Analysis of PDEs
+math/0608298 General Mathematics
+math/0610195 Logic
+math/0701059 Functional Analysis
+math/0701118 History and Overview
+math/0701244 History and Overview
+nlin/0612006 Chaotic Dynamics
+0707.1317 Theory
+0708.4112 Optics
+0805.3679 Theory
+0903.3036 Earth and Planetary Astrophysics
+0906.2749 Number Theory
+0906.3350 Dynamical Systems
+0909.4857 Theory
+1001.2006 Earth and Planetary Astrophysics
+1005.0751 Optimization and Control
+1005.1398 Probability
+1005.3854 General Physics
+1005.4617 Differential Geometry
+1006.0915 Number Theory
+1006.3721 Computational Physics
+1006.5903 Cosmology and Nongalactic Astrophysics
+1007.4652
+1008.3202 Number Theory
+1008.5014
+1010.0275
+1010.4180 Phenomenology
+1010.4579 Analysis of PDEs
+1010.5729 Phenomenology
+1010.6132 Phenomenology
+1011.1372 Mesoscale and Nanoscale Physics
+1011.2476 Fluid Dynamics
+1012.0272 Spectral Theory
+1012.2059 Strongly Correlated Electrons
+1012.2076 Dynamical Systems
+1012.2262
+1012.3070 Complex Variables
+1101.5320 Computer Vision and Pattern Recognition
+1101.5340 Chaotic Dynamics
+1102.1492 Machine Learning
+1102.3911 Cosmology and Nongalactic Astrophysics
+1103.0444 Combinatorics
+1103.0975 Analysis of PDEs
+1103.1599 Mesoscale and Nanoscale Physics
+1103.1656 General Physics
+1103.3387 Analysis of PDEs
+1103.3454
+1103.4046 Mesoscale and Nanoscale Physics
+1103.4128 Atomic Physics
+1103.4314
+1103.4411
+1104.0078 Statistical Mechanics
+1104.0479 Analysis of PDEs
+1104.1876 Functional Analysis
+1104.3812 Functional Analysis
+1104.3855 Phenomenology
+1104.4923 Theory
+1105.0161 Soft Condensed Matter
+1105.1310 Statistics Theory
+1105.3442 Functional Analysis
+1106.1888 Theory
+1106.2707 Phenomenology
+1106.4008 Cosmology and Nongalactic Astrophysics
+1106.4347 Phenomenology
+1106.4408 Strongly Correlated Electrons
+1106.4856 Combinatorics
+1107.0133 Group Theory
+1107.2338 Fluid Dynamics
+1107.4057 Artificial Intelligence
+1107.4289 Cosmology and Nongalactic Astrophysics
+1107.4400
+1107.4453 Phenomenology
+1108.0827 Phenomenology
+1108.0875
+1108.1021 Lattice
+1108.2059 Materials Science
+1108.2232 Statistics Theory
+1108.2453 Atomic Physics
+1108.2581 Combinatorics
+1108.3049 Phenomenology
+1108.3484 Phenomenology
+1109.0178 Fluid Dynamics
+1109.0376 Optics
+1109.0732 Information Retrieval
+1109.0808
+1109.2149
+1109.3093 Phenomenology
+1109.3996
+1109.4044 Fluid Dynamics
+1109.4875 Discrete Mathematics
+1109.5084 Strongly Correlated Electrons
+1110.1621 Theory
+1110.1860 Logic
+1110.2341 Networking and Internet Architecture
+1110.2592 Probability
+1110.3246 Experiment
+1110.3767 Computer Vision and Pattern Recognition
+1110.4864
+1110.5367
+1110.5371 Social and Information Networks
+1110.5470 Pattern Formation and Solitons
+1110.5638 Cosmology and Nongalactic Astrophysics
+1110.5642 Phenomenology
+1110.5647 Experiment
+1110.5649 High Energy Astrophysical Phenomena
+1110.5654 Superconductivity
+1110.5667 Artificial Intelligence
+1110.5668 Mesoscale and Nanoscale Physics
+1110.5670 Astrophysics of Galaxies
+1110.5675 Geometric Topology
+1110.5686 History and Overview
+1110.5696 Computational Complexity
+1110.5699 Solar and Stellar Astrophysics
+1110.5702 Mesoscale and Nanoscale Physics
+1110.5706 Functional Analysis
+1110.5710 Information Theory
+1110.5711 Materials Science
+1110.5716 Mesoscale and Nanoscale Physics
+1110.5719 Analysis of PDEs
+1110.5720 Analysis of PDEs
+1110.5721
+1110.5722 Information Retrieval
+1110.5723 Probability
+1110.5725 Solar and Stellar Astrophysics
+1110.5731 Statistics Theory
+1110.5733 Solar and Stellar Astrophysics
+1110.5736 Combinatorics
+1110.5741 Information Theory
+1110.5742 Mesoscale and Nanoscale Physics
+1110.5747 History and Overview
+1110.5748 Optics
+1110.5749 Lattice
+1110.5753 Data Structures and Algorithms
+1110.5754 Pattern Formation and Solitons
+1110.5758 Differential Geometry
+1110.5762 Robotics
+1110.5770 Combinatorics
+1110.5771 Statistical Mechanics
+1110.5772 Combinatorics
+1110.5774 Functional Analysis
+1110.5777 Differential Geometry
+1110.5781 Probability
+1110.5783 Lattice
+1110.5785 Experiment
+1110.5790
+1110.5793 Operating Systems
+1110.5797 Analysis of PDEs
+1110.5807 Phenomenology
+1110.5808 Instrumentation and Detectors
+1110.5811 Mesoscale and Nanoscale Physics
+1110.5815 Number Theory
+1110.5816 Classical Analysis and ODEs
+1110.5822
+1110.5824 Analysis of PDEs
+1110.5825 Instrumentation and Methods for Astrophysics
+1110.5826 Functional Analysis
+1110.5828 Materials Science
+1110.5830 Phenomenology
+1110.5832 Other Computer Science
+1110.5835 Experiment
+1110.5836
+1110.5839
+1110.5841 Theory
+1110.5843 Algebraic Geometry
+1110.5845 Experiment
+1110.5846 Pricing of Securities
+1110.5847 Machine Learning
+1110.5848 Rings and Algebras
+1110.5849 Popular Physics
+1110.5859 Phenomenology
+1110.5861 High Energy Astrophysical Phenomena
+1110.5866 General Physics
+1110.5867 Logic in Computer Science
+1110.5886 Computer Science and Game Theory
+1110.5889 Computer Science and Game Theory
+1110.5895 Phenomenology
+1110.5897 K-Theory and Homology
+hep-ph/0503113 Phenomenology
+hep-th/0701080 Theory
+math/0601431 Combinatorics
+0705.0424 Metric Geometry
+0705.3522 Quantum Algebra
+0705.3653 Strongly Correlated Electrons
+0705.4588 Methodology
+0706.0417 Number Theory
+0706.0881 Statistics Theory
+0706.2955 Number Theory
+0801.4234 Group Theory
+0802.1916
+0802.2324 Analysis of PDEs
+0804.2644
+0805.1740 Software Engineering
+0806.1206
+0806.1701
+0807.0482 Complex Variables
+0809.2194 Commutative Algebra
+0810.1958 Analysis of PDEs
+0810.4986 Combinatorics
+0811.3255
+0903.2073
+0904.1351
+0904.3050 Combinatorics
+0905.3508 Representation Theory
+0906.0475 Differential Geometry
+0906.2935 Algebraic Geometry
+0906.2948 Algebraic Geometry
+0908.1188 Software Engineering
+0908.1580 Human-Computer Interaction
+0909.2582 Algebraic Geometry
+0909.3753 Logic
+0910.1851 Differential Geometry
+0911.2660 Number Theory
+1003.1449 Cryptography and Security
+1003.1477 Numerical Analysis
+1003.1478 Networking and Internet Architecture
+astro-ph/0501368
+astro-ph/0508152
+astro-ph/0510757
+astro-ph/0608605
+astro-ph/0609794
+astro-ph/0612774
+astro-ph/9305026
+astro-ph/9609161
+cond-mat/0405012 Materials Science
+cond-mat/0508351 Materials Science
+cond-mat/0511467 Strongly Correlated Electrons
+cond-mat/0701471 Other Condensed Matter
+cs/0412051 Robotics
+cs/0701168 Databases
+gr-qc/0612095
+hep-ex/0207052 Experiment
+hep-ex/9712017 Experiment
+hep-ex/9905018 Experiment
+hep-ex/9912059 Experiment
+hep-ex/9912061 Experiment
+hep-lat/9205016 Lattice
+hep-lat/9208018 Lattice
+hep-lat/9209007 Lattice
+hep-lat/9209008 Lattice
+hep-ph/0511003 Phenomenology
+hep-ph/9409338 Phenomenology
+hep-ph/9504337 Phenomenology
+hep-ph/9709270 Phenomenology
+hep-ph/9906367 Phenomenology
+math/0212287 Dynamical Systems
+math/0311440 Dynamical Systems
+math/0404023 Representation Theory
+math/0405059 Analysis of PDEs
+math/0406370 Classical Analysis and ODEs
+math/0409047 Probability
+math/0504324 Differential Geometry
+math/0504542 Algebraic Geometry
+math/0603450 Number Theory
+math/0606615 Probability
+math/0606618 Probability
+math/0606620 Probability
+math/0606621 Probability
+math/0606622 Probability
+math/0608720 Dynamical Systems
+math/0609471 Algebraic Geometry
+math/0609495 Differential Geometry
+math/0701267 Representation Theory
+math/0702131 Probability
+math/0702204 Analysis of PDEs
+nucl-th/0410003
+physics/0407046 Physics and Society
+physics/0606167 General Physics
+physics/9907029 Instrumentation and Detectors
+q-bio/0508006 Quantitative Methods
+quant-ph/0404110
+quant-ph/0411173
+quant-ph/0412203
+quant-ph/0509014
+quant-ph/0511224
+quant-ph/0605107
+quant-ph/0606236
+quant-ph/0703068
+0710.2008 Statistical Mechanics
+0712.0969 Atomic Physics
+0807.0583
+0901.1359 Medical Physics
+0902.0927
+0904.4659 Algebraic Geometry
+0910.2626 Digital Libraries
+1001.3340 Algebraic Geometry
+1003.2156 Mesoscale and Nanoscale Physics
+1003.3581 Probability
+1003.5650 General Finance
+1004.3976 Analysis of PDEs
+1006.1938 Experiment
+1006.5231
+1007.5510 Computation
+1008.5036 Optimization and Control
+1009.2260 Computation
+1009.5196
+1009.5199
+1009.5200
+1009.5201
+1009.5454
+1009.5462
+1011.4663
+1012.3508 Logic
+1101.1636
+1101.4821 Algebraic Geometry
+1102.1807
+1102.4476 Symplectic Geometry
+1103.3898
+1103.4433 Cryptography and Security
+1103.5730 Cosmology and Nongalactic Astrophysics
+1104.1550 Computer Vision and Pattern Recognition
+1104.3945 Cosmology and Nongalactic Astrophysics
+1104.4561 Dynamical Systems
+1104.5254 Experiment
+1105.2201
+1105.3986
+1105.4705 Neurons and Cognition
+1105.4723 Soft Condensed Matter
+1106.1546 Exactly Solvable and Integrable Systems
+1106.2311 Molecular Networks
+1106.2685 Statistical Finance
+1106.2714 Lattice
+1106.4387 Probability
+1106.6141 Phenomenology
+1106.6337 Accelerator Physics
+1107.0683 Phenomenology
+1107.1174 Statistical Finance
+1107.2183 Cryptography and Security
+1107.2475 Medical Physics
+1107.2490 Learning
+1107.5696 Probability
+1108.0704 Materials Science
+1108.1133 Pricing of Securities
+1108.1135 Statistical Mechanics
+1108.1710 Materials Science
+1108.3206 Robotics
+1108.3576 High Energy Astrophysical Phenomena
+1108.3788 Fluid Dynamics
+1108.4371 Mesoscale and Nanoscale Physics
+1108.5004 Optics
+1108.5453 Strongly Correlated Electrons
+1108.5836
+1108.6071 Materials Science
+1109.3521 Strongly Correlated Electrons
+1109.3574 Theory
+1109.4175 Astrophysics of Galaxies
+1109.6105 Probability
+1109.6106 Probability
+1110.0546 Superconductivity
+1110.0696 Theory
+1110.1833 Classical Analysis and ODEs
+1110.2290
+1110.3285 Statistical Mechanics
+1110.3545 Chemical Physics
+1110.3673 Biological Physics
+1111.1012 Optics
+1111.2589 Phenomenology
+1111.4169 Probability
+1111.5022 Mesoscale and Nanoscale Physics
+1111.5750 Physics and Society
+1111.6739 Strongly Correlated Electrons
+1112.0494 Atmospheric and Oceanic Physics
+1112.2141 General Mathematics
+1112.2322 Combinatorics
+1112.2363 Biomolecules
+1112.3282
+1112.4970 Combinatorics
+1112.5071 Data Structures and Algorithms
+1112.5176 Phenomenology
+1112.5177 Analysis of PDEs
+1112.5179 Theory
+1112.5189 Numerical Analysis
+1112.5192 Instrumentation and Methods for Astrophysics
+1112.5193 Instrumentation and Methods for Astrophysics
+1112.5200 Distributed, Parallel, and Cluster Computing
+1112.5213 Category Theory
+1112.5214 Numerical Analysis
+1112.5215 Machine Learning
+1112.5236 Solar and Stellar Astrophysics
+1112.5238 Solar and Stellar Astrophysics
+1112.5239 Cryptography and Security
+1112.5241 Dynamical Systems
+1112.5245 Cryptography and Security
+1112.5247 Symplectic Geometry
+1112.5248 Dynamical Systems
+1112.5254 Mesoscale and Nanoscale Physics
+1112.5258 Phenomenology
+1112.5259 Lattice
+1112.5261 General Topology
+1112.5263 Phenomenology
+1112.5265
+1112.5266 Exactly Solvable and Integrable Systems
+1112.5269
+1112.5272 Symplectic Geometry
+1112.5275 Soft Condensed Matter
+1112.5276 Phenomenology
+1112.5279 High Energy Astrophysical Phenomena
+1112.5280 Lattice
+1112.5283 Robotics
+1112.5284 Phenomenology
+1112.5286 Phenomenology
+1112.5288 Geophysics
+1112.5289 Probability
+1112.5292
+1112.5298 Computer Vision and Pattern Recognition
+1112.5305 Probability
+1112.5311 Dynamical Systems
+1112.5314 Information Theory
+1112.5317 Phenomenology
+1112.5318
+1112.5322
+1112.5324 Phenomenology
+1112.5325 Category Theory
+1112.5330 Probability
+1112.5334 Materials Science
+1112.5340 Pricing of Securities
+1112.5343 High Energy Astrophysical Phenomena
+1112.5345 Theory
+1112.5350 Solar and Stellar Astrophysics
+1112.5355 Information Retrieval
+1112.5358 Soft Condensed Matter
+1112.5359 Combinatorics
+1112.5365 Experiment
+1112.5366
+1112.5370 Artificial Intelligence
+1112.5374 Geometric Topology
+1112.5375 Instrumentation and Methods for Astrophysics
+1112.5376 Analysis of PDEs
+1112.5377 Representation Theory
+1112.5383 Representation Theory
+1112.5392 Biological Physics
+1112.5393 Analysis of PDEs
+1112.5398 Materials Science
+1112.5405 Classical Physics
+1112.5408 Classical Physics
+1112.5409 Algebraic Topology
+1112.5413 Lattice
+1112.5424 Neural and Evolutionary Computing
+1112.5429 Phenomenology
+1112.5434 High Energy Astrophysical Phenomena
+1112.5436 Pattern Formation and Solitons
+1112.5439 Pattern Formation and Solitons
+1112.5440 Phenomenology
+1112.5444 Pattern Formation and Solitons
+1112.5445 Pattern Formation and Solitons
+1112.5449 Neurons and Cognition
+1112.5450 Pattern Formation and Solitons
+math/0406175 Commutative Algebra
+math/0604617 Algebraic Geometry
+quant-ph/0109037
+quant-ph/0602044
+quant-ph/0612106
+0706.3050
+0802.3512 Combinatorics
+0802.3513 Computer Science and Game Theory
+0804.0195 Representation Theory
+0804.1777 Computer Science and Game Theory
+0812.3102 Probability
+0901.1444 Information Theory
+0901.3293 Soft Condensed Matter
+0902.2606
+0903.1265 Astrophysics of Galaxies
+0905.0150 K-Theory and Homology
+0912.0819 Number Theory
+0912.1746 Computer Science and Game Theory
+1001.4341 Data Structures and Algorithms
+1003.0772
+1003.1060 Soft Condensed Matter
+1004.0641 Dynamical Systems
+1006.0129 K-Theory and Homology
+1006.3725 Dynamical Systems
+1006.4340 Soft Condensed Matter
+1007.2541 Earth and Planetary Astrophysics
+1008.0652 Complex Variables
+1010.3420
+1011.1072 Earth and Planetary Astrophysics
+1012.0444 Cosmology and Nongalactic Astrophysics
+1012.2193 Analysis of PDEs
+1012.3543
+1012.3910
+1012.4771 Mesoscale and Nanoscale Physics
+1101.0437 Geometric Topology
+1101.4254 Theory
+1101.4772 Mesoscale and Nanoscale Physics
+1101.5128 Dynamical Systems
+1102.1651
+1102.3873 Functional Analysis
+1103.0162 Strongly Correlated Electrons
+1104.1611
+1104.5467 Statistical Mechanics
+1105.2427 Number Theory
+1106.0764 Phenomenology
+1107.1918 Soft Condensed Matter
+1107.3163 Theory
+1107.4136 Strongly Correlated Electrons
+1107.4903 Mesoscale and Nanoscale Physics
+1108.0872
+1108.1399 Mesoscale and Nanoscale Physics
+1108.4386 Neural and Evolutionary Computing
+1108.6114 Information Theory
+1109.0155 Group Theory
+1109.1304 Statistical Mechanics
+1110.0772 Physics Education
+1110.5329 High Energy Astrophysical Phenomena
+1110.6286 Strongly Correlated Electrons
+1110.6666 Optimization and Control
+1111.2301 Cryptography and Security
+1111.3478 Phenomenology
+1111.3566 Mesoscale and Nanoscale Physics
+1111.5977 Quantum Gases
+1112.0582 Numerical Analysis
+1112.2187 Social and Information Networks
+1112.3101 Analysis of PDEs
+1112.3204 Phenomenology
+1112.3206 Materials Science
+1112.3344 Astrophysics of Galaxies
+1112.3349 High Energy Astrophysical Phenomena
+1112.3353 Combinatorics
+1112.3357 Populations and Evolution
+1112.3366 Other Computer Science
+1112.3370 Populations and Evolution
+1112.3375 Phenomenology
+1112.3379 Phenomenology
+1112.3382
+1112.3384 Representation Theory
+1112.3388 Solar and Stellar Astrophysics
+1112.3391 Classical Physics
+1112.3395 Mesoscale and Nanoscale Physics
+1112.3399
+1112.3400 Mesoscale and Nanoscale Physics
+1112.3401 Probability
+1112.3421 Classical Analysis and ODEs
+1112.3422 Differential Geometry
+1112.3431
+1112.3432 Combinatorics
+1112.3435 Formal Languages and Automata Theory
+1112.3439
+1112.3443 Mesoscale and Nanoscale Physics
+1112.3444 Number Theory
+1112.3445 Strongly Correlated Electrons
+1112.3450 Statistics Theory
+1112.3451 Analysis of PDEs
+1112.3452 Differential Geometry
+1112.3454 Phenomenology
+1112.3468 Combinatorics
+1112.3469 Complex Variables
+1112.3477 Combinatorics
+1112.3478 Phenomenology
+1112.3479 K-Theory and Homology
+1112.3480 Cosmology and Nongalactic Astrophysics
+1112.3482 Lattice
+1112.3486 Chemical Physics
+1112.3496 Biological Physics
+1112.3497 Instrumentation and Methods for Astrophysics
+1112.3499 Instrumentation and Methods for Astrophysics
+1112.3511 Accelerator Physics
+1112.3514 Analysis of PDEs
+1112.3518 Phenomenology
+1112.3521 Phenomenology
+1112.3523 Discrete Mathematics
+1112.3528 Rings and Algebras
+1112.3529 Populations and Evolution
+1112.3531
+1112.3532 Materials Science
+1112.3538 Phenomenology
+1112.3540 Geometric Topology
+1112.3541 Theory
+1112.3542 Instrumentation and Methods for Astrophysics
+1112.3550 Probability
+1112.3559 Functional Analysis
+1112.3574 Populations and Evolution
+1112.3575
+1112.3577 Algebraic Geometry
+1112.3579 Materials Science
+1112.3583 Phenomenology
+1112.3586 Algebraic Geometry
+1112.3589 Dynamical Systems
+1112.3591 Solar and Stellar Astrophysics
+1112.3593 Combinatorics
+1112.3599 Information Theory
+1112.3600
+1112.3603 Category Theory
+1112.3610 Combinatorics
+1112.3617 Solar and Stellar Astrophysics
+1112.3619 Representation Theory
+1112.3623 Optics
+1112.3624 Soft Condensed Matter
+1112.3629
+1112.3630 Cosmology and Nongalactic Astrophysics
+1112.3632 Superconductivity
+1112.3634 Algebraic Geometry
+1112.3639 Combinatorics
+1112.3640 Tissues and Organs
+1112.3646 Theory
+1112.3651 Astrophysics of Galaxies
+astro-ph/0205078
+astro-ph/0407044
+astro-ph/0408167
+math/0309148 General Mathematics
+0711.1686
+0801.4636 Number Theory
+0803.3848 Quantum Algebra
+0804.3981
+0807.4578 Theory
+0812.2200 Lattice
+0901.0877 Algebraic Topology
+0902.1488 Differential Geometry
+0906.1816 Phenomenology
+0909.1166 Analysis of PDEs
+0909.2408 Information Theory
+0910.0004 Cosmology and Nongalactic Astrophysics
+0910.1841 Numerical Analysis
+0910.3389 Mesoscale and Nanoscale Physics
+0911.0316 Chaotic Dynamics
+0912.1440 Information Theory
+1001.0598 High Energy Astrophysical Phenomena
+1001.0771 Algebraic Topology
+1002.2448 Chaotic Dynamics
+1003.0411 Geometric Topology
+1003.5743 Mesoscale and Nanoscale Physics
+1004.5227 Analysis of PDEs
+1004.5521
+1005.0043 Cryptography and Security
+1005.1345 Mesoscale and Nanoscale Physics
+1005.5722 Symplectic Geometry
+1006.0455 Rings and Algebras
+1006.0681 Phenomenology
+1006.1634 Statistical Mechanics
+1006.3007 Phenomenology
+1006.3051
+1007.0130
+1007.0757 Cosmology and Nongalactic Astrophysics
+1007.1616
+1007.2221 Phenomenology
+1007.2490 Theory
+1007.3588 Information Theory
+1007.4080
+1008.2238 Rings and Algebras
+1008.3205
+1009.1841 Populations and Evolution
+1009.2909 Phenomenology
+1009.3925
+1009.4169 Classical Analysis and ODEs
+1009.4181 Strongly Correlated Electrons
+1009.5136 Theory
+1010.0874
+1010.1178
+1010.2694
+1010.2930
+1010.4593 Strongly Correlated Electrons
+1010.6282 Mesoscale and Nanoscale Physics
+1011.0479
+1011.0483 Lattice
+1011.0560 Lattice
+1011.0622 Lattice
+1011.0968
+1011.1197 High Energy Astrophysical Phenomena
+1011.1756 Phenomenology
+1011.2558 Chaotic Dynamics
+1011.2864 Cosmology and Nongalactic Astrophysics
+1011.3499 Theory
+1011.3724 Differential Geometry
+1011.4207 Phenomenology
+1011.4237 Systems and Control
+1011.4813 Theory
+1011.5791 Representation Theory
+1011.6588 Theory
+1012.1326 Theory
+1012.1803
+1012.1818 Theory
+1012.2697 Phenomenology
+1012.2905 Theory
+1012.3128 Mesoscale and Nanoscale Physics
+1012.3512 Theory
+1012.3784 Phenomenology
+1101.1894 Phenomenology
+1101.2903 High Energy Astrophysical Phenomena
+1101.4736
+1102.0105 Cosmology and Nongalactic Astrophysics
+1102.0633
+1102.0713 Analysis of PDEs
+1102.1573
+1102.1608 Cosmology and Nongalactic Astrophysics
+1102.1874
+1102.1985 Social and Information Networks
+1102.2140 Optics
+1102.2359 Soft Condensed Matter
+1102.2613 Theory
+1102.2758 General Physics
+1102.2848
+1102.4234 Materials Science
+1102.4570 Populations and Evolution
+1102.5719
+1103.0073
+1103.0075
+1103.0221 Theory
+1103.2512 Cosmology and Nongalactic Astrophysics
+1103.2846 Soft Condensed Matter
+1103.4262 Category Theory
+1103.6160 Materials Science
+1103.6166 Probability
+1103.6181 Probability
+1103.6227 Instrumentation and Methods for Astrophysics
+1104.0008 Combinatorics
+1104.0013 Phenomenology
+1104.0021 Populations and Evolution
+1104.0022 Cosmology and Nongalactic Astrophysics
+1104.0024 Strongly Correlated Electrons
+1104.0028 Quantum Algebra
+1104.0035 Mesoscale and Nanoscale Physics
+1104.0042 Earth and Planetary Astrophysics
+1104.0043 Distributed, Parallel, and Cluster Computing
+1104.0058 Lattice
+1104.0063 Materials Science
+1104.0064 Instrumentation and Detectors
+1104.0069
+1104.0073 Geometric Topology
+1104.0074 Representation Theory
+1104.0082 Soft Condensed Matter
+1104.0085 Cryptography and Security
+1104.0087 Cryptography and Security
+1104.0089 Methodology
+1104.0097 High Energy Astrophysical Phenomena
+1104.0098 Statistics Theory
+1104.0101 Experiment
+1104.0102 Representation Theory
+1104.0104 Solar and Stellar Astrophysics
+1104.0105
+1104.0107 Solar and Stellar Astrophysics
+1104.0108 Number Theory
+1104.0111 Learning
+1104.0114
+1104.0118 Information Theory
+1104.0119 Number Theory
+1104.0120 Number Theory
+1104.0121 Physics and Society
+1104.0122 Computational Geometry
+1104.0124 Number Theory
+1104.0126 Information Retrieval
+1104.0128 Information Retrieval
+1104.0129 Number Theory
+1104.0131 Molecular Networks
+1104.0134 Solar and Stellar Astrophysics
+1104.0136 Information Theory
+1104.0138
+1104.0142 Networking and Internet Architecture
+1104.0143 Solar and Stellar Astrophysics
+1104.0145 Methodology
+1104.0148 Probability
+1104.0157 Statistical Mechanics
+1104.0161 High Energy Astrophysical Phenomena
+1104.0165 Rings and Algebras
+1104.0166 Statistics Theory
+1104.0168 Phenomenology
+1104.0174 Other Quantitative Biology
+1104.0180
+1104.0187 Plasma Physics
+1104.0190 Combinatorics
+1104.0194 Combinatorics
+1104.0198 Distributed, Parallel, and Cluster Computing
+1104.0199 Mathematical Software
+1104.0201 Combinatorics
+1104.0209
+1104.0212 Mesoscale and Nanoscale Physics
+1104.0213 Lattice
+1104.0219 Logic in Computer Science
+1104.0224 Information Theory
+1104.0226 Group Theory
+1104.0232 Analysis of PDEs
+1104.0235 Learning
+1104.0240 Optimization and Control
+astro-ph/0002434
+astro-ph/0110677
+astro-ph/0205018
+astro-ph/0209456
+astro-ph/0411167
+astro-ph/0603547
+astro-ph/0606630
+astro-ph/0702556
+astro-ph/0702643
+astro-ph/9412091
+astro-ph/9705161
+astro-ph/9707203
+astro-ph/9712320
+astro-ph/9801275
+astro-ph/9804212
+astro-ph/9811260
+astro-ph/9901316
+astro-ph/9908098
+astro-ph/9909293
+cond-mat/0111337 Strongly Correlated Electrons
+cond-mat/0311420 Strongly Correlated Electrons
+gr-qc/0302121
+gr-qc/9810043
+gr-qc/9810089
+gr-qc/9810090
+gr-qc/9903097
+gr-qc/9904006
+gr-qc/9904007
+gr-qc/9905005
+gr-qc/9905006
+hep-ph/0412234 Phenomenology
+hep-th/0204236 Theory
+hep-th/9904079 Theory
+math/0510326 Analysis of PDEs
+nlin/0004041 Exactly Solvable and Integrable Systems
+physics/0702152 Geophysics
+q-bio/0609002 Populations and Evolution
+0704.1957
+0704.2183 Probability
+0704.2863 Algebraic Geometry
+0704.3213 Dynamical Systems
+0707.4110 Statistical Mechanics
+0709.3591 Number Theory
+0712.4395 Algebraic Geometry
+0803.3575 Differential Geometry
+0803.3723 Differential Geometry
+0805.1495 Algebraic Geometry
+0806.4845 Quantitative Methods
+0811.4434 Optics
+0902.0526
+0905.2231 Quantum Algebra
+0905.4679 Logic
+0905.4685 Logic
+0908.3414 Differential Geometry
+0909.3119 Strongly Correlated Electrons
+0909.4053 Astrophysics of Galaxies
+0909.5355
+0909.5613 Theory
+0912.2339 Strongly Correlated Electrons
+0912.2600 Strongly Correlated Electrons
+1001.0125 Combinatorics
+1002.1902
+1003.4948 Number Theory
+1004.5152 Earth and Planetary Astrophysics
+1005.2252 Dynamical Systems
+1006.0750
+1006.1952 Probability
+1006.2410 Lattice
+1006.3196 Statistical Mechanics
+1006.4817 General Physics
+1006.5269 Physics and Society
+1007.4183
+1007.4308 Instrumentation and Methods for Astrophysics
+1007.5069 Differential Geometry
+1008.0056 Materials Science
+1008.1446 General Physics
+1008.1636 Methodology
+1008.3853
+1009.0917 General Physics
+1009.5204 Algebraic Geometry
+1010.0488
+1010.4762 Solar and Stellar Astrophysics
+1011.0315 Combinatorics
+1011.5788 Combinatorics
+1012.6028 Phenomenology
+1101.0161 General Physics
+1101.0567 General Physics
+1101.0989 Experiment
+1101.1002 Spectral Theory
+1101.1083 Theory
+1101.1090 Physics Education
+1101.1101 Theory
+1101.1106 Atomic and Molecular Clusters
+1101.1108 Combinatorics
+1101.1113 Group Theory
+1101.1131 Differential Geometry
+1101.1132 Classical Analysis and ODEs
+1101.1144 Differential Geometry
+1101.1148 General Finance
+1101.1149 Probability
+1101.1154 Applications
+1101.1159 Differential Geometry
+1101.1161 Probability
+1101.1163 Applications
+1101.1164 Applications
+1101.1165 Physics and Society
+1101.1166 Algebraic Geometry
+1101.1169 Computational Complexity
+1101.1171 Functional Analysis
+1101.1176 Probability
+1101.1178 Mesoscale and Nanoscale Physics
+1101.1184 Analysis of PDEs
+1101.1191 Analysis of PDEs
+1101.1203 Applications
+1101.1210 Applications
+1101.1211 Soft Condensed Matter
+1101.1215 Algebraic Topology
+1101.1216 History and Philosophy of Physics
+1101.1218 Numerical Analysis
+1101.1224 Numerical Analysis
+1101.1225 General Physics
+1101.1231 Numerical Analysis
+1101.1232 Information Theory
+1101.1235 Operator Algebras
+1101.1237 Networking and Internet Architecture
+1101.1240 Graphics
+1101.1243
+1101.1249 General Physics
+1101.1251 Complex Variables
+1101.1256 Data Structures and Algorithms
+1101.1257 Instrumentation and Detectors
+1101.1266 Data Structures and Algorithms
+1101.1288 Group Theory
+1101.1292
+math-ph/0311019
+math/0512544 Probability
+math/0702156 Analysis of PDEs
+0709.0883 Computational Complexity
+0809.0088 Combinatorics
+0907.1097 Cosmology and Nongalactic Astrophysics
+0907.2284 Differential Geometry
+0908.0447 Classical Analysis and ODEs
+0911.4147 Number Theory
+0911.5020 Quantum Gases
+1001.1698 Adaptation and Self-Organizing Systems
+1004.1956 Data Structures and Algorithms
+1005.0225 Mesoscale and Nanoscale Physics
+1005.5365 Lattice
+1007.0228
+1007.0866 Theory
+1007.2134 Phenomenology
+1008.1891 Pattern Formation and Solitons
+1008.2121 Logic in Computer Science
+1008.2431 Quantum Gases
+1008.3780 Phenomenology
+1009.0143 Formal Languages and Automata Theory
+1009.0216 Discrete Mathematics
+1009.5847 Rings and Algebras
+1010.1640 Theory
+1010.2142 Mesoscale and Nanoscale Physics
+1010.3222 Quantum Gases
+1010.5881 Data Structures and Algorithms
+1011.0397 Computer Science and Game Theory
+1011.2848 Statistical Mechanics
+1011.3600
+1011.4172 Superconductivity
+1011.4515 Lattice
+1011.4853 Phenomenology
+1011.6067 Mesoscale and Nanoscale Physics
+1012.0334 Quantum Gases
+1012.2330 Mesoscale and Nanoscale Physics
+1012.5649 Neurons and Cognition
+1101.2748 History and Philosophy of Physics
+1102.1277 Mesoscale and Nanoscale Physics
+1102.1421 Strongly Correlated Electrons
+1102.1435 Strongly Correlated Electrons
+1102.1946 Theory
+1102.2121 Atomic Physics
+1102.3566 Theory
+1102.4249 Phenomenology
+1102.4327 Algebraic Geometry
+1103.0007 Cosmology and Nongalactic Astrophysics
+1103.1193 Solar and Stellar Astrophysics
+1103.1722
+1103.3589
+1103.3856 Strongly Correlated Electrons
+1103.5694 Superconductivity
+1104.2889
+1104.3158 Combinatorics
+1105.0020 Phenomenology
+1105.0633
+1105.2056 Instrumentation and Detectors
+1105.3864 Networking and Internet Architecture
+1105.5195
+1106.2603 Data Structures and Algorithms
+1106.2909
+1106.4324 Theory
+1106.4706 Mesoscale and Nanoscale Physics
+1106.4901 Experiment
+1107.0595 Complex Variables
+1107.1102 Mesoscale and Nanoscale Physics
+1107.1188 Quantum Gases
+1107.1382 Optimization and Control
+1107.1506 Rings and Algebras
+1107.1519 Materials Science
+1107.1521
+1107.1522 Algebraic Geometry
+1107.1524 Geometric Topology
+1107.1525 Information Theory
+1107.1532 Probability
+1107.1533 Probability
+1107.1536 Probability
+1107.1537 High Energy Astrophysical Phenomena
+1107.1543 Algebraic Geometry
+1107.1545 Applications
+1107.1547 Computation
+1107.1548 Methodology
+1107.1550 Materials Science
+1107.1551 General Physics
+1107.1560 Optics
+1107.1563 Information Theory
+1107.1571 Analysis of PDEs
+1107.1577 Genomics
+1107.1580 Optimization and Control
+1107.1585 Data Structures and Algorithms
+1107.1591
+1107.1593 High Energy Astrophysical Phenomena
+1107.1595 Analysis of PDEs
+1107.1602 Theory
+1107.1610 Phenomenology
+1107.1615 Phenomenology
+1107.1619 Soft Condensed Matter
+1107.1627 Information Theory
+1107.1628 Data Structures and Algorithms
+1107.1633 Networking and Internet Architecture
+1107.1636 Differential Geometry
+1107.1638 Information Theory
+1107.1642 Information Theory
+1107.1644 Computer Vision and Pattern Recognition
+1107.1645 Geometric Topology
+1107.1646 Geometric Topology
+1107.1651 Probability
+1107.1662 Disordered Systems and Neural Networks
+1107.1663 Discrete Mathematics
+1107.1667 Logic
+1107.1676 Digital Libraries
+1107.1681 Cosmology and Nongalactic Astrophysics
+1107.1685 Category Theory
+1107.1686 Artificial Intelligence
+1107.1687 Complex Variables
+1107.1692 Logic
+1107.1693 Logic
+1107.1694 Complex Variables
+1107.1695 Information Theory
+1107.1699 Differential Geometry
+1107.1700 Functional Analysis
+1107.1705 Differential Geometry
+1107.1707 Group Theory
+math/0508307 Algebraic Geometry
+math/0508308 Algebraic Geometry
+math/0610303 Algebraic Geometry
+0706.0290 Number Theory
+0706.0292 Number Theory
+0709.0292
+0801.2770
+0812.0330 Number Theory
+0906.3724 Combinatorics
+0906.4350 Cosmology and Nongalactic Astrophysics
+0906.4613 Materials Science
+0909.3295 Mesoscale and Nanoscale Physics
+0911.0096 Superconductivity
+1001.4860
+1002.2845 Statistics Theory
+1003.5881 Analysis of PDEs
+1004.0538 Mesoscale and Nanoscale Physics
+1004.1850 Probability
+1004.5386 Cosmology and Nongalactic Astrophysics
+1005.1036 Machine Learning
+1005.1642 Cosmology and Nongalactic Astrophysics
+1005.3921 Cosmology and Nongalactic Astrophysics
+1006.0294 Strongly Correlated Electrons
+1006.0295 Strongly Correlated Electrons
+1006.0591 Strongly Correlated Electrons
+1006.0613 Algebraic Topology
+1006.1548 Information Theory
+1006.2861 Analysis of PDEs
+1007.2840 Cosmology and Nongalactic Astrophysics
+1007.3068 Statistical Mechanics
+1008.3428 Probability
+1008.4111 Mesoscale and Nanoscale Physics
+1009.1719
+1010.4769 Probability
+1011.2403 Lattice
+1011.3486 Classical Analysis and ODEs
+1011.4105 Combinatorics
+1011.5127 Mesoscale and Nanoscale Physics
+1012.0182 Differential Geometry
+1012.1977
+1012.2858 Databases
+1012.3690
+1012.5647 Category Theory
+1101.0380 Disordered Systems and Neural Networks
+1101.1289 Phenomenology
+1101.4702 Dynamical Systems
+1102.0228 Probability
+1102.3348 Astrophysics of Galaxies
+1102.3900 Risk Management
+1102.4891 Numerical Analysis
+1102.5351 Number Theory
+1103.0761
+1103.1931 Superconductivity
+1103.2136 Theory
+1103.2190 Mesoscale and Nanoscale Physics
+1103.3216 Digital Libraries
+1103.4704 Mesoscale and Nanoscale Physics
+1103.5749 Cosmology and Nongalactic Astrophysics
+1103.6175 Cosmology and Nongalactic Astrophysics
+1104.0890 Quantum Gases
+1104.1241 Mesoscale and Nanoscale Physics
+1104.1462 Analysis of PDEs
+1104.2207 Mesoscale and Nanoscale Physics
+1105.0134 Mesoscale and Nanoscale Physics
+1105.1551 Number Theory
+1105.4407 General Physics
+1105.4557 Solar and Stellar Astrophysics
+1105.6004 Representation Theory
+1106.0352 Superconductivity
+1106.0606 Materials Science
+1106.4612
+1106.4633 Combinatorics
+1106.4989 Probability
+1106.5040 Trading and Market Microstructure
+1106.5052 Cosmology and Nongalactic Astrophysics
+1106.5138 Analysis of PDEs
+1106.5157 Phenomenology
+1106.5246
+1106.5476 Analysis of PDEs
+1106.5517 Algebraic Geometry
+1106.5518 Instrumentation and Detectors
+1106.5522 Combinatorics
+1106.5524 Physics and Society
+1106.5525 Materials Science
+1106.5527 Analysis of PDEs
+1106.5531 Statistics Theory
+1106.5544 Classical Analysis and ODEs
+1106.5551 Robotics
+1106.5554 Mesoscale and Nanoscale Physics
+1106.5560
+1106.5564 Phenomenology
+1106.5565 Mesoscale and Nanoscale Physics
+1106.5568 Information Retrieval
+1106.5569 Computer Vision and Pattern Recognition
+1106.5570 Distributed, Parallel, and Cluster Computing
+1106.5571 Computer Vision and Pattern Recognition
+1106.5574 Computational Physics
+1106.5576 Distributed, Parallel, and Cluster Computing
+1106.5577
+1106.5580 Phenomenology
+1106.5584 Number Theory
+1106.5586 Number Theory
+1106.5588 Soft Condensed Matter
+1106.5589 Combinatorics
+1106.5591 Combinatorics
+1106.5597 Analysis of PDEs
+1106.5598 Other Statistics
+1106.5600 Algebraic Geometry
+1106.5603 Analysis of PDEs
+1106.5606 Optics
+1106.5610 Materials Science
+1106.5622 Logic in Computer Science
+1106.5624 Statistical Mechanics
+1106.5631 Mesoscale and Nanoscale Physics
+1106.5632 Solar and Stellar Astrophysics
+1106.5634 Geometric Topology
+1106.5636 Algebraic Geometry
+1106.5640 Superconductivity
+1106.5641 Fluid Dynamics
+1106.5644 Instrumentation and Methods for Astrophysics
+1106.5646 Combinatorics
+1106.5648 Information Theory
+1106.5650 Algebraic Topology
+1106.5661 Theory
+1106.5663 Strongly Correlated Electrons
+1106.5666 Complex Variables
+1106.5669
+1106.5670 Functional Analysis
+1106.5675 Information Theory
+1106.5678 Neurons and Cognition
+1106.5680 Probability
+1106.5681 Phenomenology
+1106.5683 Information Theory
+1106.5686 Commutative Algebra
+1106.5691 History and Overview
+1106.5692 Probability
+1106.5700 Logic in Computer Science
+1106.5703 Probability
+1106.5705 Mesoscale and Nanoscale Physics
+1106.5709
+1106.5716
+1106.5728
+1106.5732 Algebraic Geometry
+1106.5735 Algebraic Geometry
+1106.5736 Data Structures and Algorithms
+1106.5737 Computer Vision and Pattern Recognition
+1106.5739 Phenomenology
+1106.5747 Rings and Algebras
+1106.5749 Number Theory
+1106.5750 Analysis of PDEs
+1106.5752
+1106.5755 Dynamical Systems
+1106.5757 Quantum Gases
+1106.5774 Spectral Theory
+1106.5779 Methodology
+cond-mat/0612233 Strongly Correlated Electrons
+math/0606650 Statistics Theory
+0704.3256 Algebraic Geometry
+0708.0662
+0708.3309 Geometric Topology
+0709.0187
+0710.0049 Algebraic Geometry
+0805.4774
+0808.2631 Theory
+0808.4118 Number Theory
+0809.3437
+0809.4627 Computation
+0811.1199
+0812.2472
+0812.3466 Theory
+0903.0165 High Energy Astrophysical Phenomena
+0903.4698 Cosmology and Nongalactic Astrophysics
+0904.0222
+0904.1556 Theory
+0904.4720
+0905.4689 Phenomenology
+0906.1434
+0907.0839
+0908.2158 Phenomenology
+0909.3483 High Energy Astrophysical Phenomena
+0909.5480 Quantum Algebra
+0910.0777 Data Structures and Algorithms
+0910.3029 Phenomenology
+0911.3782 Probability
+0912.1466 Statistical Mechanics
+0912.4756 Representation Theory
+0912.4801
+1001.0496 Mesoscale and Nanoscale Physics
+1001.0733 Quantum Algebra
+1001.2124 Complex Variables
+1002.3022
+1002.3658 Combinatorics
+1003.0466 Computers and Society
+1003.1111 Differential Geometry
+1003.2326 Number Theory
+1003.4017 Combinatorics
+1003.5006
+1004.0733
+1004.1563 General Mathematics
+1005.2235
+1005.2829 Phenomenology
+1005.3315
+1005.4614 Phenomenology
+1006.1986 Theory
+1006.5541
+1006.5684 Differential Geometry
+1006.5893
+1007.0285 Lattice
+1007.0816 Theory
+1007.1160 High Energy Astrophysical Phenomena
+1007.2334 Soft Condensed Matter
+1007.4383 Commutative Algebra
+1007.5267 Populations and Evolution
+1008.0402 Solar and Stellar Astrophysics
+1008.1170
+1008.4771 Phenomenology
+1008.5337
+1009.1090
+1009.1534 Atomic Physics
+1009.4887 Theory
+1010.0218 Solar and Stellar Astrophysics
+1010.1939 Theory
+1010.3046
+1010.4013
+1010.4418 Theory
+1011.0134 General Physics
+1011.0543 Theory
+1011.1153 Theory
+1011.1783 Programming Languages
+1011.3029
+1011.4445 Physics and Society
+1011.4538
+1011.4634
+1011.5692
+1011.5745 Theory
+1011.5826
+1011.5904
+1011.6176
+1011.6223 Programming Languages
+1011.6608
+1011.6657 Phenomenology
+1012.0907
+1012.1053 Phenomenology
+1012.1232 Phenomenology
+1012.1530 Phenomenology
+1012.1568 Theory
+1012.1571 Theory
+1012.2958 Cosmology and Nongalactic Astrophysics
+1012.3159
+1012.4438 Complex Variables
+1012.4460 Phenomenology
+1012.4731 Theory
+1012.5110
+1012.5276 Mesoscale and Nanoscale Physics
+1012.5574 Quantum Algebra
+1012.5807 Theory
+1101.0163 Theory
+1101.2919 Strongly Correlated Electrons
+1101.4406 Theory
+1101.4710 Theory
+1101.4913
+1101.5615 Strongly Correlated Electrons
+1102.1814 Number Theory
+1102.2447 Materials Science
+1102.2923 Phenomenology
+1102.3051 Fluid Dynamics
+1102.3142
+1102.3612
+1102.4947 Populations and Evolution
+1103.1063 Dynamical Systems
+1103.2149
+1103.2931 Mesoscale and Nanoscale Physics
+1103.4350 Phenomenology
+1103.4481 Solar and Stellar Astrophysics
+1103.4530 Theory
+1103.5307 Phenomenology
+1104.0271 Optics
+1104.1038 Data Analysis, Statistics and Probability
+1104.1205
+1104.1687
+1104.1707 Emerging Technologies
+1104.1787 Theory
+1104.1873
+1104.2694 Optics
+1104.5637 Disordered Systems and Neural Networks
+1105.0459
+1105.0778 Soft Condensed Matter
+1105.1165
+1105.1579
+1105.1596 Superconductivity
+1105.1761 Phenomenology
+1105.1771 Mesoscale and Nanoscale Physics
+1105.2347 Strongly Correlated Electrons
+1105.2684 Solar and Stellar Astrophysics
+1105.2802
+1105.3090
+1105.3258
+1105.3607
+1105.3983 Statistical Mechanics
+1105.5006 Phenomenology
+1105.6271 History and Philosophy of Physics
+1106.0822 Quantum Gases
+1106.1140 Algebraic Geometry
+1106.1847 Theory
+1106.2015 Probability
+1106.2266 Theory
+1106.3106
+1106.3846 Strongly Correlated Electrons
+1106.4035 Group Theory
+1106.4246 Number Theory
+1106.5444 Classical Analysis and ODEs
+1106.5934 High Energy Astrophysical Phenomena
+1107.1211 Cosmology and Nongalactic Astrophysics
+1107.1228 Phenomenology
+1107.1432
+1107.1746 Differential Geometry
+1107.2300 Soft Condensed Matter
+1107.2588 Phenomenology
+1107.2658 Theory
+1107.2673 Cosmology and Nongalactic Astrophysics
+1107.3496 Experiment
+1107.3565 Theory
+1107.5144 Optics
+1107.5471 Statistical Mechanics
+1107.5811 Statistical Mechanics
+1108.2103 Analysis of PDEs
+1108.2272 Strongly Correlated Electrons
+1108.3580 Number Theory
+1108.4915 Combinatorics
+1108.5071 Differential Geometry
+1108.6166 Soft Condensed Matter
+1109.0244 Group Theory
+1109.0256 General Physics
+1109.1056 Combinatorics
+1109.1534 Theory
+1109.2128 Computation and Language
+1109.2781 Experiment
+1109.2946 Dynamical Systems
+1109.3200 Theory
+1109.4747 Experiment
+1109.4787
+1109.4995
+1109.5247 Experiment
+1109.5337 Phenomenology
+1109.5344
+1109.5534 Computational Complexity
+1109.5646 Experiment
+1109.5689 Dynamical Systems
+1109.5711 Artificial Intelligence
+1109.5712 Multiagent Systems
+1109.5713 Artificial Intelligence
+1109.5714 Artificial Intelligence
+1109.5716 Artificial Intelligence
+1109.5717 Artificial Intelligence
+1109.5723 Mesoscale and Nanoscale Physics
+1109.5730 Computer Vision and Pattern Recognition
+1109.5731 Mesoscale and Nanoscale Physics
+1109.5732 Artificial Intelligence
+1109.5733 Algebraic Geometry
+1109.5736 Functional Analysis
+1109.5740 Number Theory
+1109.5741 Statistical Mechanics
+1109.5742 Geometric Topology
+1109.5745
+1109.5747
+1109.5750 Artificial Intelligence
+1109.5751 Probability
+1109.5755 Numerical Analysis
+1109.5758 Solar and Stellar Astrophysics
+1109.5761 Group Theory
+1109.5768 Solar and Stellar Astrophysics
+1109.5770 Distributed, Parallel, and Cluster Computing
+1109.5778
+1109.5781 Statistical Mechanics
+1109.5786 Biological Physics
+1109.5790 Information Theory
+1109.5792
+1109.5795 Analysis of PDEs
+1109.5799 Solar and Stellar Astrophysics
+1109.5803 Operator Algebras
+1109.5805 High Energy Astrophysical Phenomena
+1109.5808 Differential Geometry
+1109.5809 Optics
+1109.5812 Probability
+1109.5814 Phenomenology
+1109.5831 Solar and Stellar Astrophysics
+1109.5833 Solar and Stellar Astrophysics
+1109.5835 Phenomenology
+1109.5854 Representation Theory
+1109.5857 Theory
+1109.5864 Phenomenology
+1109.5865 Solar and Stellar Astrophysics
+1109.5866 High Energy Astrophysical Phenomena
+1109.5871 High Energy Astrophysical Phenomena
+1109.5874 Functional Analysis
+1109.5876 Sound
+1109.5880 Probability
+1109.5882 Complex Variables
+1109.5884 Mesoscale and Nanoscale Physics
+1109.5891 High Energy Astrophysical Phenomena
+1109.5893 Emerging Technologies
+1109.5903 Earth and Planetary Astrophysics
+1109.5905 Atomic Physics
+1109.5913 Numerical Analysis
+1109.5918 Earth and Planetary Astrophysics
+1109.5920 Artificial Intelligence
+1109.5922 Phenomenology
+1109.5925 Instrumentation and Detectors
+1109.5926 Algebraic Geometry
+1109.5931 Data Structures and Algorithms
+1109.5935 High Energy Astrophysical Phenomena
+1109.5939 Solar and Stellar Astrophysics
+1109.5940 Mesoscale and Nanoscale Physics
+1109.5942 Solar and Stellar Astrophysics
+1109.5953 Classical Physics
+1109.5954 Theory
+1109.5964 High Energy Astrophysical Phenomena
+1109.5965 Complex Variables
+1109.5968 Operator Algebras
+1109.5970 Soft Condensed Matter
+1109.5974 Lattice
+1109.5978 Materials Science
+1109.5982 Numerical Analysis
+1109.5984
+1109.5991 Quantum Algebra
+1109.5992 Phenomenology
+1109.6001 Number Theory
+cond-mat/0510761 Superconductivity
+hep-th/9907189 Theory
+math/0105155 Rings and Algebras
+math/0607003 Algebraic Geometry
+math/0608463 Algebraic Geometry
+quant-ph/0101006
+0709.2960 Theory
+0807.0258 Classical Analysis and ODEs
+0808.3148 Soft Condensed Matter
+0809.4652 Statistical Mechanics
+0811.3949 Mesoscale and Nanoscale Physics
+0812.0431 Dynamical Systems
+0812.0618
+0812.3965 Probability
+0901.2065 Phenomenology
+0903.0498 Probability
+0903.3134
+0903.4157 Quantum Algebra
+0905.2783 Soft Condensed Matter
+0905.3282 Probability
+0907.5165 Information Theory
+0909.3307 Theory
+1001.4668
+1003.2461 Analysis of PDEs
+1003.4999 Complex Variables
+1003.5077 Geometric Topology
+1004.3569
+1004.4406 Superconductivity
+1005.1756 Experiment
+1005.2111 Theory
+1005.2240 Theory
+1006.2150 Strongly Correlated Electrons
+1006.3103
+1006.3130
+1007.1293 Theory
+1008.0391 Phenomenology
+1008.1635 Data Analysis, Statistics and Probability
+1008.2487 Phenomenology
+1008.2578 Phenomenology
+1009.0551 Materials Science
+1009.2850 Quantum Algebra
+1009.3091
+1010.0345 Theory
+1010.0993 Theory
+1010.2285 Information Theory
+1011.3068 Mesoscale and Nanoscale Physics
+1012.2475 Theory
+1012.3174
+1012.4957 Quantum Gases
+1012.5183
+1101.0386
+1101.1219 Metric Geometry
+1101.3192 Representation Theory
+1101.3524
+1101.4576 Mesoscale and Nanoscale Physics
+1101.4687
+1101.5190
+1101.5748
+1101.6028
+1102.0429 Algebraic Geometry
+1102.1040 Theory
+1102.1598 General Physics
+1102.3492 Lattice
+1102.3716 Strongly Correlated Electrons
+1102.4882 Quantum Algebra
+1102.5252
+1102.5288 Machine Learning
+1102.5506 Mesoscale and Nanoscale Physics
+1102.5740 Theory
+1103.0290
+1103.0619 Lattice
+1103.0631 Phenomenology
+1103.1328 Cosmology and Nongalactic Astrophysics
+1103.1713
+1103.1827 Phenomenology
+1103.1967 Strongly Correlated Electrons
+1103.4061 Group Theory
+1103.4468 Lattice
+1103.5809 Commutative Algebra
+1103.5831 Instrumentation and Detectors
+1104.0150 Superconductivity
+1104.0998 Phenomenology
+1104.1092 Mesoscale and Nanoscale Physics
+1104.1235
+1104.1754 Phenomenology
+1104.4434
+1104.4459
+1105.1263 Quantum Gases
+1105.1276 Materials Science
+1105.1656
+1105.2469 Strongly Correlated Electrons
+1105.3871 Analysis of PDEs
+1105.3893 General Physics
+1105.3987 Superconductivity
+1105.4591
+1105.4688 Molecular Networks
+1106.0440
+1106.1945 Lattice
+1106.2182 Phenomenology
+1106.2851
+1106.3570 Solar and Stellar Astrophysics
+1106.3792 Materials Science
+1106.6100 Theory
+1107.0162 Mesoscale and Nanoscale Physics
+1107.5726 Representation Theory
+1107.5968 Systems and Control
+1108.0709 History and Philosophy of Physics
+1108.1847 Classical Analysis and ODEs
+1108.2726 Analysis of PDEs
+1108.3171 Materials Science
+1108.4589 Popular Physics
+1108.4863 Astrophysics of Galaxies
+1108.6270 Phenomenology
+1109.1227 General Topology
+1109.1693 Data Structures and Algorithms
+1109.1816 Analysis of PDEs
+1109.1818
+1109.1836 Analysis of PDEs
+1109.1837 Analysis of PDEs
+1109.1840 Statistical Mechanics
+1109.1841 Digital Libraries
+1109.1842
+1109.1843 Networking and Internet Architecture
+1109.1863 Operator Algebras
+1109.1864 Accelerator Physics
+1109.1865 Computer Vision and Pattern Recognition
+1109.1870 Phenomenology
+1109.1872 Mesoscale and Nanoscale Physics
+1109.1877 Cryptography and Security
+1109.1878 Differential Geometry
+1109.1879 Multiagent Systems
+1109.1880 Probability
+1109.1882 Symplectic Geometry
+1109.1886 Instrumentation and Methods for Astrophysics
+1109.1890 Superconductivity
+1109.1891 Software Engineering
+1109.1892
+1109.1894
+1109.1895 Information Theory
+1109.1896 Experiment
+1109.1897 Numerical Analysis
+1109.1898 Medical Physics
+1109.1903 Numerical Analysis
+1109.1904 Numerical Analysis
+1109.1905 Programming Languages
+1109.1907 Numerical Analysis
+1109.1908 Numerical Analysis
+1109.1910 Analysis of PDEs
+1109.1911 Rings and Algebras
+1109.1915 Classical Physics
+1109.1917
+1109.1920 Computational Physics
+1109.1922 Artificial Intelligence
+1109.1924 Materials Science
+1109.1925
+1109.1928
+1109.1929 Analysis of PDEs
+1109.1931 Dynamical Systems
+1109.1932 Molecular Networks
+1109.1933
+1109.1934 Molecular Networks
+1109.1935 Analysis of PDEs
+1109.1944 Experiment
+1109.1945 Combinatorics
+1109.1947 Quantum Algebra
+1109.1954
+1109.1956 Accelerator Physics
+1109.1964 Differential Geometry
+1109.1965 Materials Science
+1109.1967 Cosmology and Nongalactic Astrophysics
+1109.1975 High Energy Astrophysical Phenomena
+1109.1976 Functional Analysis
+1109.1982 Instrumentation and Detectors
+1109.1987 Atomic Physics
+1109.1989 Information Retrieval
+1109.1991 Information Retrieval
+1109.1992 Optics
+1109.1999 Solar and Stellar Astrophysics
+1109.2003 Experiment
+1109.2005 Numerical Analysis
+1109.2009 General Physics
+1109.2010 General Physics
+1109.2011 Superconductivity
+1109.2012
+1109.2015 Logic in Computer Science
+1109.2020 Group Theory
+1109.2023 Data Analysis, Statistics and Probability
+1109.2027 Classical Analysis and ODEs
+1109.2030 Functional Analysis
+1109.2040 Category Theory
+1109.2047 Learning
+1109.2048 Artificial Intelligence
+1109.2049 Artificial Intelligence
+1109.2057 Quantitative Methods
+1109.2058 Digital Libraries
+1109.2066 Cryptography and Security
+1109.2067 Computer Science and Game Theory
+1109.2076 Physics and Society
+1109.2083 Neurons and Cognition
+1109.2087 Strongly Correlated Electrons
+1109.2088 Learning
+1109.2091 Category Theory
+1109.2098 History and Overview
+1109.2099 Optics
+1109.2101 Mesoscale and Nanoscale Physics
+1109.2102 Accelerator Physics
+1109.2103
+1109.2104 Spectral Theory
+1109.2106 Group Theory
+1109.2107 Representation Theory
+cond-mat/0603141 Mesoscale and Nanoscale Physics
+cond-mat/0608615 Mesoscale and Nanoscale Physics
+gr-qc/0011097
+hep-ex/9905038 Experiment
+hep-lat/9405012 Lattice
+hep-ph/0201307 Phenomenology
+hep-ph/0207059 Phenomenology
+hep-ph/0311093 Phenomenology
+hep-ph/9708487 Phenomenology
+math/0305372 Dynamical Systems
+math/0504208 Dynamical Systems
+nucl-ex/0004001
+nucl-ex/0007010
+nucl-ex/0010008
+nucl-ex/0301016
+nucl-ex/0301018
+nucl-ex/9512002
+nucl-ex/9708005
+0706.4157 Probability
+0707.3504 Probability
+0709.1339
+0709.1369 Complex Variables
+0806.0490 Probability
+0810.1994 Probability
+0810.5412 Lattice
+0811.0462 Fluid Dynamics
+0811.0624 Other Condensed Matter
+0812.1655 Probability
+0901.2016 Fluid Dynamics
+0904.1119 Classical Analysis and ODEs
+0904.1441 Complex Variables
+0905.0379 Fluid Dynamics
+0905.1621
+0906.0250 Quantum Gases
+0909.3294 Lattice
+0911.5699 Strongly Correlated Electrons
+0912.0816 Fluid Dynamics
+0912.4466 Statistical Mechanics
+1001.1523 Mesoscale and Nanoscale Physics
+1001.3413 Combinatorics
+1001.4203 Metric Geometry
+1002.1339 Fluid Dynamics
+1002.3899 Fluid Dynamics
+1003.0356 Combinatorics
+1005.0689 Analysis of PDEs
+1006.0803 Analysis of PDEs
+1006.1856
+1007.0598 General Physics
+1007.1940 Superconductivity
+1008.0564
+1008.4098 Atomic Physics
+1008.4521 Quantum Gases
+1009.0865
+1009.1249
+1009.1338 Group Theory
+1010.4510 Strongly Correlated Electrons
+1011.1819 General Physics
+1011.2603 Statistical Mechanics
+1011.5873 Solar and Stellar Astrophysics
+1012.5156 Quantum Gases
+1101.0696 Quantum Gases
+1102.0882
+1102.1463
+1102.2307 Fluid Dynamics
+1102.3945 Quantum Gases
+1103.0117
+1103.5073 Strongly Correlated Electrons
+1103.5360 Theory
+1103.6023 Strongly Correlated Electrons
+1104.1801 Statistics Theory
+1105.0353 Quantum Gases
+1105.1189 Quantum Gases
+1105.1262 Mesoscale and Nanoscale Physics
+1105.1855
+1105.3027 Superconductivity
+1106.1672 General Topology
+1106.1871
+1106.1874 Phenomenology
+1106.1932 Phenomenology
+1106.3005 Populations and Evolution
+1106.3015 Atmospheric and Oceanic Physics
+1106.4163 Statistical Mechanics
+1106.4297 Mesoscale and Nanoscale Physics
+1107.0786 Analysis of PDEs
+1107.1761
+1107.2701 Mesoscale and Nanoscale Physics
+1107.4484 Functional Analysis
+1107.5308 Theory
+1108.1533 Superconductivity
+1108.1670 Superconductivity
+1108.3413 Data Structures and Algorithms
+1108.3862 Strongly Correlated Electrons
+1108.3866 Atomic Physics
+1108.4573 High Energy Astrophysical Phenomena
+1108.4595 Solar and Stellar Astrophysics
+1108.5770 Quantum Gases
+1108.6009 Phenomenology
+1109.0772 Theory
+1109.0803
+1109.3001 Theory
+1109.4826 Plasma Physics
+1109.5560 Physics and Society
+1109.5616 Strongly Correlated Electrons
+1109.6864 Fluid Dynamics
+1109.6865 Fluid Dynamics
+1109.6866 Fluid Dynamics
+1109.6867 Fluid Dynamics
+1110.0488 Theory
+1110.1200 Phenomenology
+1110.1828
+1110.3065 Disordered Systems and Neural Networks
+1110.4080 Commutative Algebra
+1110.4492
+1111.0341 Astrophysics of Galaxies
+1111.0887 Strongly Correlated Electrons
+1111.2029 Soft Condensed Matter
+1111.2111 Data Structures and Algorithms
+1111.5059 Lattice
+1111.6400 Solar and Stellar Astrophysics
+1111.7295 Databases
+1112.0037 Solar and Stellar Astrophysics
+1112.0090 Materials Science
+1112.0318 High Energy Astrophysical Phenomena
+1112.0329 Instrumentation and Methods for Astrophysics
+1112.0343 Databases
+1112.0344 Logic
+1112.0345 Experiment
+1112.0346 Number Theory
+1112.0347 Logic in Computer Science
+1112.0348 Optimization and Control
+1112.0349 Logic
+1112.0352 Algebraic Geometry
+1112.0353 General Physics
+1112.0356 Phenomenology
+1112.0357
+1112.0363
+1112.0364 Lattice
+1112.0369 Experiment
+1112.0373
+1112.0377 Lattice
+1112.0383 Information Theory
+1112.0384 Distributed, Parallel, and Cluster Computing
+1112.0390 Mesoscale and Nanoscale Physics
+1112.0393 Networking and Internet Architecture
+1112.0396 Computation and Language
+1112.0401 Solar and Stellar Astrophysics
+1112.0402 Numerical Analysis
+1112.0403 Solar and Stellar Astrophysics
+1112.0410 Combinatorics
+1112.0423 Popular Physics
+1112.0427 Logic in Computer Science
+1112.0429 Strongly Correlated Electrons
+1112.0433 Numerical Analysis
+1112.0438 Cosmology and Nongalactic Astrophysics
+1112.0439 Cosmology and Nongalactic Astrophysics
+1112.0444 Operator Algebras
+1112.0449 Group Theory
+1112.0451 Experiment
+1112.0452 Classical Analysis and ODEs
+1112.0453 Mesoscale and Nanoscale Physics
+1112.0455 Differential Geometry
+1112.0463 Machine Learning
+1112.0464 Quantitative Methods
+1112.0471 Geometric Topology
+1112.0473 Lattice
+1112.0476 Analysis of PDEs
+1112.0486 Classical Analysis and ODEs
+1112.0508 Artificial Intelligence
+1112.0510 Probability
+1112.0525 Exactly Solvable and Integrable Systems
+1112.0533 Astrophysics of Galaxies
+1112.0534 Data Structures and Algorithms
+1112.0537 Lattice
+1112.0539 Information Theory
+1112.0541 Complex Variables
+1112.0544 Algebraic Geometry
+1112.0546 Lattice
+1112.0547 Numerical Analysis
+1112.0549 General Mathematics
+1112.0553 Accelerator Physics
+1112.0559
+cs/0702028 Artificial Intelligence
+physics/0101013 General Physics
+0704.2110 Superconductivity
+0705.3598 Probability
+0706.3210 Other Condensed Matter
+0709.2755 General Mathematics
+0806.0844 Materials Science
+0807.2294 Algebraic Geometry
+0807.2806
+0811.0632 Materials Science
+0901.3479 Other Condensed Matter
+0903.1450 Computer Science and Game Theory
+0903.3453 Representation Theory
+0903.4765 Mesoscale and Nanoscale Physics
+0905.3876 Differential Geometry
+0907.1170 Theory
+0907.5094 Statistical Mechanics
+0908.1656 Superconductivity
+0908.1813 Materials Science
+0908.3447 Chaotic Dynamics
+0909.1500 Materials Science
+0909.2677 Probability
+0909.4460 Quantum Algebra
+0910.0271 Materials Science
+0910.2960 Number Theory
+0911.2037 Differential Geometry
+0911.3519
+0911.3890 Phenomenology
+0912.0704 Theory
+0912.2338 Cosmology and Nongalactic Astrophysics
+0912.4700 Mesoscale and Nanoscale Physics
+1001.0178
+1001.0376 Exactly Solvable and Integrable Systems
+1001.0885 Soft Condensed Matter
+1001.1148 Strongly Correlated Electrons
+1001.1827
+1001.2656
+1001.3722
+1001.4695 Classical Analysis and ODEs
+1002.0153 Analysis of PDEs
+1002.1610 Combinatorics
+1002.2951 High Energy Astrophysical Phenomena
+1003.5037 Theory
+1004.0720 Functional Analysis
+1004.4207 Experiment
+1004.4524 Materials Science
+1004.4929 Symplectic Geometry
+1004.5477 Phenomenology
+1005.0278 Materials Science
+1005.0380 Cosmology and Nongalactic Astrophysics
+1005.0571 Phenomenology
+1005.2587 Theory
+1005.3261 Theory
+1005.4099 Differential Geometry
+1005.4580 Combinatorics
+1005.5668 Strongly Correlated Electrons
+1006.0366
+1006.1479
+1006.2455 General Physics
+1006.3471 Superconductivity
+1006.3860
+1006.4308 Computational Physics
+1006.5192 Strongly Correlated Electrons
+1007.0202 Materials Science
+1007.0287 Materials Science
+1007.0729 Lattice
+1007.1578 Differential Geometry
+1007.1913 Phenomenology
+1007.2190 Phenomenology
+1007.2291 Phenomenology
+1007.2433 Superconductivity
+1007.2704
+1007.3844 Strongly Correlated Electrons
+1007.3920
+1007.4727 Strongly Correlated Electrons
+1007.5006 Strongly Correlated Electrons
+1008.0245 Phenomenology
+1008.1593 Phenomenology
+1008.1877 Theory
+1008.3327 Theory
+1008.3669
+1008.4963 Materials Science
+1008.5197
+1009.0195 Theory
+1009.2450 Phenomenology
+1009.3062 Theory
+1009.3490 Strongly Correlated Electrons
+1009.4357 Solar and Stellar Astrophysics
+1009.4439 Theory
+1009.4749 Phenomenology
+1009.4803 Phenomenology
+1009.5066 Phenomenology
+1009.5320 Phenomenology
+1009.6000 Theory
+1010.1334 Phenomenology
+1010.1667 Phenomenology
+1010.1745 Analysis of PDEs
+1010.2107 Computational Physics
+1010.3050 Dynamical Systems
+1010.5081 Computer Science and Game Theory
+1010.5853 Differential Geometry
+1010.5910 Strongly Correlated Electrons
+1011.0959
+1011.2365 Functional Analysis
+1011.2372 Functional Analysis
+1011.3090 Machine Learning
+1011.4178 Complex Variables
+1011.5172 Chaotic Dynamics
+1012.5965
+1101.0636 Superconductivity
+1101.0864 Cosmology and Nongalactic Astrophysics
+1101.3980 Theory
+1101.5423 Phenomenology
+1102.0588 Data Structures and Algorithms
+1102.1392 Materials Science
+1102.3657 Representation Theory
+1102.4155 Algebraic Topology
+1102.4324
+1102.4721 Theory
+1102.5426 Phenomenology
+1102.5500 Computers and Society
+1102.5556
+1102.5559 Information Theory
+1103.0112 Accelerator Physics
+1103.0275 Solar and Stellar Astrophysics
+1103.0291 Mesoscale and Nanoscale Physics
+1103.0294 Superconductivity
+1103.0297 Earth and Planetary Astrophysics
+1103.0305 Information Theory
+1103.0307 Cosmology and Nongalactic Astrophysics
+1103.0308 Probability
+1103.0309 Probability
+1103.0311 Information Theory
+1103.0316 Functional Analysis
+1103.0317 Information Theory
+1103.0318 Data Structures and Algorithms
+1103.0326 Information Theory
+1103.0330 Earth and Planetary Astrophysics
+1103.0331 Combinatorics
+1103.0332 Plasma Physics
+1103.0333 Dynamical Systems
+1103.0336 Functional Analysis
+1103.0337 Data Structures and Algorithms
+1103.0338 Theory
+1103.0339 General Physics
+1103.0349
+1103.0351 Probability
+1103.0354 Data Analysis, Statistics and Probability
+1103.0356 Representation Theory
+1103.0358 Information Theory
+1103.0359 Classical Analysis and ODEs
+1103.0365 Computation
+1103.0366 Functional Analysis
+1103.0369
+1103.0371 Probability
+1103.0373 Solar and Stellar Astrophysics
+1103.0377 Applications
+1103.0379 Earth and Planetary Astrophysics
+1103.0384 Earth and Planetary Astrophysics
+1103.0387
+1103.0389 General Physics
+1103.0398 Learning
+1103.0403 Physics and Society
+1103.0405 Human-Computer Interaction
+1103.0408 Mesoscale and Nanoscale Physics
+1103.0414 Optimization and Control
+1103.0415 Numerical Analysis
+1103.0418
+1103.0420 General Physics
+1103.0421 Earth and Planetary Astrophysics
+1103.0424 Superconductivity
+1103.0429 Analysis of PDEs
+1103.0443 Dynamical Systems
+1103.0450 Cosmology and Nongalactic Astrophysics
+1103.0451 Neurons and Cognition
+1103.0455 Astrophysics of Galaxies
+1103.0456 Analysis of PDEs
+1103.0458 Solar and Stellar Astrophysics
+1103.0461 Information Theory
+1103.0464 Cryptography and Security
+1103.0469 Statistical Mechanics
+1103.0470 Rings and Algebras
+1103.0478 Theory
+1103.0487 Geometric Topology
+1103.0491 Numerical Analysis
+1103.0495 Numerical Analysis
+1103.0497 Mesoscale and Nanoscale Physics
+1103.0499 Theory
+1103.0502 Information Theory
+1103.0503 Combinatorics
+1103.0505 Information Theory
+1103.0509 Instrumentation and Methods for Astrophysics
+1103.0516 Combinatorics
+1103.0525 Cosmology and Nongalactic Astrophysics
+1103.0530 Dynamical Systems
+1103.0531 High Energy Astrophysical Phenomena
+1103.0532
+1103.0533 Probability
+1103.0534 Data Structures and Algorithms
+1103.0537
+1103.0540 Computer Vision and Pattern Recognition
+1103.0545 Functional Analysis
+astro-ph/0212312
+astro-ph/9706028
+cond-mat/0409118 Strongly Correlated Electrons
+cond-mat/0506389 Materials Science
+cond-mat/0511042 Materials Science
+math/0209119 Geometric Topology
+math/0306325 Geometric Topology
+math/0405211 K-Theory and Homology
+math/0408243 K-Theory and Homology
+math/0601736 K-Theory and Homology
+math/0603413 Logic
+math/0703879 K-Theory and Homology
+nucl-th/0412099
+nucl-th/0604028
+1103.1482 Digital Libraries
+0704.1889 Strongly Correlated Electrons
+0705.4322 Other Condensed Matter
+0706.3417 Other Condensed Matter
+0707.1751 Strongly Correlated Electrons
+0707.2625 Strongly Correlated Electrons
+0710.5226 Functional Analysis
+0803.1077 Algebraic Geometry
+0804.1429 Superconductivity
+0805.0545 Algebraic Geometry
+0806.1571 General Mathematics
+0807.0830 Strongly Correlated Electrons
+0808.1900 Other Condensed Matter
+0808.2082 Differential Geometry
+0809.3458 General Mathematics
+0811.3117 Algebraic Geometry
+0811.3568 Metric Geometry
+0812.1673 Group Theory
+0812.3422 Complex Variables
+0901.0341
+0901.0345 Classical Analysis and ODEs
+0902.2731 Functional Analysis
+0903.2407 Lattice
+0904.0354 Mesoscale and Nanoscale Physics
+0904.3567 Functional Analysis
+0904.4716
+0906.4155 General Mathematics
+0907.1965 Populations and Evolution
+0908.0924 Phenomenology
+0908.1398 Earth and Planetary Astrophysics
+0908.2349 Theory
+0909.1730 Quantum Algebra
+0909.3976 Sound
+0910.0999 Algebraic Geometry
+0911.5359 Optics
+0912.2737
+0912.3950 Other Condensed Matter
+0912.5162 Algebraic Geometry
+1001.0053 Dynamical Systems
+1001.1890 Optimization and Control
+1001.2760 Strongly Correlated Electrons
+1001.4148
+1002.0918 Geometric Topology
+1003.2005 Optimization and Control
+1003.4771 Probability
+1004.5396 Phenomenology
+1005.0130 General Physics
+1005.2077 Differential Geometry
+1005.2778 Algebraic Geometry
+1005.3246 Differential Geometry
+1005.3364 Algebraic Geometry
+1006.4864 Probability
+1007.1389
+1007.3146 Analysis of PDEs
+1007.3597 Superconductivity
+1008.1161 Materials Science
+1008.1373 Materials Science
+1008.5342 Complex Variables
+1009.0178 Algebraic Geometry
+1009.0270 Phenomenology
+1009.0944 Analysis of PDEs
+1009.1640 Superconductivity
+1009.2423
+1009.5484 Phenomenology
+1009.5577 Algebraic Geometry
+1010.0896 Commutative Algebra
+1010.3098 Strongly Correlated Electrons
+1010.4060 Algebraic Geometry
+1010.4550 Phenomenology
+1010.5482 Strongly Correlated Electrons
+1010.5960 Mesoscale and Nanoscale Physics
+1011.0562 Analysis of PDEs
+1011.3022
+1011.4652 Metric Geometry
+1011.5538 Optics
+1011.5804
+1011.5982 Astrophysics of Galaxies
+1011.6294 Dynamical Systems
+1012.0943 Probability
+1012.1668 Group Theory
+1012.2341 Representation Theory
+1012.5190 Theory
+1012.5289 Phenomenology
+1101.0097 Number Theory
+1101.0404
+1101.0976 Optics
+1101.1577 Information Theory
+1101.2891 Theory
+1101.2902 Phenomenology
+1101.3208 Differential Geometry
+1102.0244 Dynamical Systems
+1102.1717 Algebraic Geometry
+1102.1781
+1102.1838
+1102.2071
+1102.2487 Analysis of PDEs
+1102.4509 Theory
+1102.4886 Mesoscale and Nanoscale Physics
+1103.0273 Theory
+1103.0435 Functional Analysis
+1103.1049 Metric Geometry
+1103.2543 Number Theory
+1103.2612 Systems and Control
+1103.5684 Phenomenology
+1103.5691
+1103.6078
+1103.6251 Materials Science
+1104.1871 Quantum Gases
+1104.2508 Phenomenology
+1104.2846 Theory
+1104.2908 Theory
+1104.3021 Theory
+1104.3286 Phenomenology
+1104.4261 Combinatorics
+1104.4395 Probability
+1104.4656 Discrete Mathematics
+1104.4691
+1104.5651 Phenomenology
+1104.5703 Soft Condensed Matter
+1105.0241 Phenomenology
+1105.0315 Mesoscale and Nanoscale Physics
+1105.0424 Phenomenology
+1105.0735 Phenomenology
+1105.1856
+1105.2299 Theory
+1105.2498
+1105.2836 Theory
+1105.2842 Phenomenology
+1105.3887 Phenomenology
+1105.4248
+1105.4907 Disordered Systems and Neural Networks
+1105.5103
+1105.6091 Theory
+1105.6246 Soft Condensed Matter
+1106.0836
+1106.1424 Systems and Control
+1106.1614 Phenomenology
+1106.1671 Theory
+1106.1734 Phenomenology
+1106.1831 Other Condensed Matter
+1106.1947 Mesoscale and Nanoscale Physics
+1106.2177
+1106.2230 Phenomenology
+1106.2582 Optics
+1106.2951 Materials Science
+1106.4351 Numerical Analysis
+1106.4439 Strongly Correlated Electrons
+1106.4475 Databases
+1106.6208 Phenomenology
+1106.6312 Algebraic Geometry
+1107.0481 Mesoscale and Nanoscale Physics
+1107.1473 Phenomenology
+1107.3167 Phenomenology
+1107.3416 Cosmology and Nongalactic Astrophysics
+1107.3486 Phenomenology
+1107.3572 Phenomenology
+1107.4766 Phenomenology
+1107.4840 Strongly Correlated Electrons
+1107.5332 Phenomenology
+1107.5752 Computation and Language
+1107.5819 Cosmology and Nongalactic Astrophysics
+1108.2715 Number Theory
+1108.2822 Social and Information Networks
+1108.2977 Spectral Theory
+1108.3007 Materials Science
+1108.5501 Strongly Correlated Electrons
+1108.5822 Numerical Analysis
+1109.0029 Genomics
+1109.0156 Cosmology and Nongalactic Astrophysics
+1109.0487 Cosmology and Nongalactic Astrophysics
+1109.0767
+1109.1185 Theory
+1109.1475 Phenomenology
+1109.1661 Cosmology and Nongalactic Astrophysics
+1109.2033 Strongly Correlated Electrons
+1109.2086 Experiment
+1109.2092 Experiment
+1109.2114 Computers and Society
+1109.2127 Artificial Intelligence
+1109.2129 Multiagent Systems
+1109.2130 Computation and Language
+1109.2131 Artificial Intelligence
+1109.2132 Multiagent Systems
+1109.2134 Artificial Intelligence
+1109.2135 Artificial Intelligence
+1109.2136 Computation and Language
+1109.2137 Artificial Intelligence
+1109.2138 Artificial Intelligence
+1109.2139 Artificial Intelligence
+1109.2140 Artificial Intelligence
+1109.2141 Learning
+1109.2142 Artificial Intelligence
+1109.2143 Artificial Intelligence
+1109.2144 Experiment
+1109.2145 Artificial Intelligence
+1109.2146 Neural and Evolutionary Computing
+1109.2147 Learning
+1109.2148 Artificial Intelligence
+1109.2151 Strongly Correlated Electrons
+1109.2153 Artificial Intelligence
+1109.2154 Artificial Intelligence
+1109.2155 Artificial Intelligence
+1109.2156 Artificial Intelligence
+1109.2157 Probability
+1109.2158 Computational Geometry
+1109.2161 Geometric Topology
+1109.2162 Computational Complexity
+1109.2166 Dynamical Systems
+1109.2169 Computer Science and Game Theory
+1109.2172 Representation Theory
+1109.2173 Algebraic Geometry
+1109.2174 Combinatorics
+1109.2176 Computational Complexity
+1109.2184 Analysis of PDEs
+1109.2191 Cellular Automata and Lattice Gases
+1109.2193 Combinatorics
+1109.2195 Combinatorics
+1109.2200 Differential Geometry
+1109.2202
+1109.2205 Experiment
+1109.2206 Accelerator Physics
+1109.2208 Number Theory
+1109.2209 Populations and Evolution
+1109.2218 Fluid Dynamics
+1109.2219 Cosmology and Nongalactic Astrophysics
+1109.2221
+1109.2222 Logic in Computer Science
+1109.2229 Data Structures and Algorithms
+1109.2230 Astrophysics of Galaxies
+1109.2234
+1109.2237 Information Theory
+1109.2241 Optics
+1109.2244 High Energy Astrophysical Phenomena
+1109.2245 High Energy Astrophysical Phenomena
+1109.2247 Logic in Computer Science
+1109.2248 Functional Analysis
+1109.2252 Materials Science
+1109.2257 Materials Science
+1109.2258 Cosmology and Nongalactic Astrophysics
+1109.2259
+1109.2265 Algebraic Geometry
+1109.2272 Physics and Society
+1109.2274 Number Theory
+1109.2278 Theory
+1109.2280 Combinatorics
+1109.2281 Differential Geometry
+1109.2282 Cryptography and Security
+1109.2283 Logic
+1109.2284 Astrophysics of Galaxies
+1109.2285 Networking and Internet Architecture
+1109.2288 Robotics
+1109.2291 Discrete Mathematics
+1109.2293 Computers and Society
+1109.2296 Learning
+1109.2297 Networking and Internet Architecture
+1109.2309 Operator Algebras
+1109.2310
+1109.2311 Superconductivity
+1109.2316 Probability
+1109.2318 Cosmology and Nongalactic Astrophysics
+1109.2319 Probability
+1109.2321 Information Retrieval
+1109.2322
+1109.2325 Multimedia
+1109.2327 General Finance
+1109.2331 Theory
+1109.2337 Algebraic Geometry
+1109.2339 Classical Analysis and ODEs
+1109.2343 Differential Geometry
+1109.2345 Numerical Analysis
+1109.2346 Artificial Intelligence
+1109.2347 Artificial Intelligence
+1109.2348 Data Structures and Algorithms
+1109.2349 Dynamical Systems
+1109.2355 Artificial Intelligence
+1109.2365 Commutative Algebra
+1109.2370 Solar and Stellar Astrophysics
+1109.2373 Solar and Stellar Astrophysics
+1109.2374 History and Philosophy of Physics
+1109.2378 Machine Learning
+1109.2383 Algebraic Geometry
+1109.2388 Learning
+1109.2389 Computer Vision and Pattern Recognition
+1109.2390 Representation Theory
+1109.2392 Phenomenology
+1109.2394 Numerical Analysis
+1109.2396 Number Theory
+1109.2399 Logic in Computer Science
+1109.2405 Programming Languages
+1109.2413 Analysis of PDEs
+1109.2417 Social and Information Networks
+1109.2418 Social and Information Networks
+1109.2425 Distributed, Parallel, and Cluster Computing
+1109.2427 Databases
+1109.2430 Networking and Internet Architecture
+1109.2432 Soft Condensed Matter
+1109.2434 Logic in Computer Science
+1109.2435 Theory
+1109.2437 Probability
+1109.2439 Algebraic Geometry
+1109.2440 Number Theory
+1109.2444 Phenomenology
+1109.2446 Experiment
+1109.2452 Quantum Algebra
+1109.2457 Experiment
+1109.2459 Fluid Dynamics
+1109.2463 Commutative Algebra
+1109.2465 Mesoscale and Nanoscale Physics
+1109.2467 Other Condensed Matter
+1109.2469 Rings and Algebras
+1109.2475 Popular Physics
+1109.2478 Quantum Algebra
+1109.2492
+1109.2493 Cosmology and Nongalactic Astrophysics
+1109.2497 Earth and Planetary Astrophysics
+1109.2498 Differential Geometry
+1109.2499 Social and Information Networks
+1109.2504 Differential Geometry
+1109.2505 Earth and Planetary Astrophysics
+1109.2508
+1109.2509 Medical Physics
+1109.2511 Chaotic Dynamics
+1109.2512 Representation Theory
+1109.2521 Phenomenology
+1109.2527 Applications
+1109.2529 Cosmology and Nongalactic Astrophysics
+1109.2532 Superconductivity
+1109.2534 Number Theory
+1109.2540 Phenomenology
+1109.2543 Information Theory
+1109.2548 Programming Languages
+1109.2555 Combinatorics
+1109.2559 Physics Education
+1109.2564 Phenomenology
+1109.2571 Combinatorics
+1109.2580 Analysis of PDEs
+1109.2582 Instrumentation and Detectors
+astro-ph/0111438
+astro-ph/0209232
+astro-ph/0305390
+astro-ph/0310308
+astro-ph/0311430
+astro-ph/0311586
+astro-ph/0410470
+astro-ph/0411754
+astro-ph/0603022
+astro-ph/9708109
+cond-mat/0309329 Soft Condensed Matter
+cond-mat/0402383 Soft Condensed Matter
+cond-mat/0404274 Superconductivity
+cond-mat/0408104 Statistical Mechanics
+cond-mat/0411090 Superconductivity
+cond-mat/0502087 Other Condensed Matter
+cond-mat/0504394 Soft Condensed Matter
+cond-mat/0505689 Superconductivity
+cond-mat/0508603 Superconductivity
+cond-mat/0510647 Superconductivity
+cond-mat/0512596 Strongly Correlated Electrons
+cond-mat/0604469 Strongly Correlated Electrons
+cond-mat/0605039 Strongly Correlated Electrons
+cond-mat/0605684 Strongly Correlated Electrons
+cond-mat/0608454 Superconductivity
+cond-mat/0608662 Strongly Correlated Electrons
+cond-mat/0610006 Strongly Correlated Electrons
+cond-mat/0610274 Strongly Correlated Electrons
+cond-mat/0611104 Superconductivity
+cond-mat/0612103 Strongly Correlated Electrons
+cond-mat/0612268 Strongly Correlated Electrons
+cs/0512024 Information Theory
+gr-qc/0003086
+gr-qc/0005053
+gr-qc/0006097
+gr-qc/0012027
+gr-qc/0203054
+gr-qc/0212002
+gr-qc/0304025
+gr-qc/0304027
+gr-qc/0308021
+gr-qc/0310096
+gr-qc/0407046
+gr-qc/0410017
+gr-qc/0604119
+gr-qc/9909006
+gr-qc/9910016
+gr-qc/9912028
+hep-ex/0012044 Experiment
+hep-ex/0202042 Experiment
+hep-ex/0306034 Experiment
+hep-ex/0309012 Experiment
+hep-ex/0309023 Experiment
+hep-ex/0309061 Experiment
+hep-ex/0310005 Experiment
+hep-ex/0310016 Experiment
+hep-ex/0310036 Experiment
+hep-ex/0310038 Experiment
+hep-ex/0310040 Experiment
+hep-ex/0310056 Experiment
+hep-ex/0310062 Experiment
+hep-ex/0310063 Experiment
+hep-ex/0311010 Experiment
+hep-ex/0311014 Experiment
+hep-ex/0311025 Experiment
+hep-ex/0311047 Experiment
+hep-ex/0312053 Experiment
+hep-ex/0312062 Experiment
+hep-ex/0401007 Experiment
+hep-ex/0402016 Experiment
+hep-ex/0402032 Experiment
+hep-ex/0403013 Experiment
+hep-ex/0403015 Experiment
+hep-ex/0405053 Experiment
+hep-ex/0406037 Experiment
+hep-ex/0407040 Experiment
+hep-ex/0410011 Experiment
+hep-ex/9803016 Experiment
+hep-ex/9901012 Experiment
+hep-ex/9905007 Experiment
+hep-lat/0105014 Lattice
+hep-lat/0109029 Lattice
+hep-lat/0208051 Lattice
+hep-lat/0211003 Lattice
+hep-lat/0410031 Lattice
+hep-lat/0503001 Lattice
+hep-lat/0512035 Lattice
+hep-lat/9703004 Lattice
+hep-lat/9707023 Lattice
+hep-lat/9707025 Lattice
+hep-lat/9807023 Lattice
+hep-lat/9809054 Lattice
+hep-lat/9811031 Lattice
+hep-lat/9902030 Lattice
+hep-lat/9907015 Lattice
+hep-lat/9908042 Lattice
+hep-ph/0001038 Phenomenology
+hep-ph/0001048 Phenomenology
+hep-ph/0001080 Phenomenology
+hep-ph/0001120 Phenomenology
+hep-ph/0001259 Phenomenology
+hep-ph/0001268 Phenomenology
+hep-ph/0002069 Phenomenology
+hep-ph/0002072 Phenomenology
+hep-ph/0002103 Phenomenology
+hep-ph/0002134 Phenomenology
+hep-ph/0002138 Phenomenology
+hep-ph/0002251 Phenomenology
+hep-ph/0002298 Phenomenology
+hep-ph/0002299 Phenomenology
+hep-ph/0003022 Phenomenology
+hep-ph/0003030 Phenomenology
+hep-ph/0003031 Phenomenology
+hep-ph/0003050 Phenomenology
+hep-ph/0003079 Phenomenology
+hep-ph/0003229 Phenomenology
+hep-ph/0003257 Phenomenology
+hep-ph/0004038 Phenomenology
+hep-ph/0004112 Phenomenology
+hep-ph/0005075 Phenomenology
+hep-ph/0005218 Phenomenology
+hep-ph/0005318 Phenomenology
+hep-ph/0006011 Phenomenology
+hep-ph/0006133 Phenomenology
+hep-ph/0006135 Phenomenology
+hep-ph/0007084 Phenomenology
+hep-ph/0007097 Phenomenology
+hep-ph/0007099 Phenomenology
+hep-ph/0007101 Phenomenology
+hep-ph/0007183 Phenomenology
+hep-ph/0007187 Phenomenology
+hep-ph/0007189 Phenomenology
+hep-ph/0008168 Phenomenology
+hep-ph/0010201 Phenomenology
+hep-ph/0011058 Phenomenology
+hep-ph/0011145 Phenomenology
+hep-ph/0011188 Phenomenology
+hep-ph/0011238 Phenomenology
+hep-ph/0012113 Phenomenology
+hep-ph/0101292 Phenomenology
+hep-ph/0102240 Phenomenology
+hep-ph/0103155 Phenomenology
+hep-ph/0105121 Phenomenology
+hep-ph/0105209 Phenomenology
+hep-ph/0105277 Phenomenology
+hep-ph/0105302 Phenomenology
+hep-ph/0106047 Phenomenology
+hep-ph/0107041 Phenomenology
+hep-ph/0107080 Phenomenology
+hep-ph/0107114 Phenomenology
+hep-ph/0107135 Phenomenology
+hep-ph/0107154 Phenomenology
+hep-ph/0107224 Phenomenology
+hep-ph/0107234 Phenomenology
+hep-ph/0107262 Phenomenology
+hep-ph/0107282 Phenomenology
+hep-ph/0108055 Phenomenology
+hep-ph/0108059 Phenomenology
+hep-ph/0108077 Phenomenology
+hep-ph/0108117 Phenomenology
+hep-ph/0108220 Phenomenology
+hep-ph/0108221 Phenomenology
+hep-ph/0108239 Phenomenology
+hep-ph/0108245 Phenomenology
+hep-ph/0109037 Phenomenology
+hep-ph/0109047 Phenomenology
+hep-ph/0109160 Phenomenology
+hep-ph/0109167 Phenomenology
+hep-ph/0109271 Phenomenology
+hep-ph/0109290 Phenomenology
+hep-ph/0110063 Phenomenology
+hep-ph/0110120 Phenomenology
+hep-ph/0110184 Phenomenology
+hep-ph/0110208 Phenomenology
+hep-ph/0110213 Phenomenology
+hep-ph/0110225 Phenomenology
+hep-ph/0110237 Phenomenology
+hep-ph/0110312 Phenomenology
+hep-ph/0110344 Phenomenology
+hep-ph/0110371 Phenomenology
+hep-ph/0110400 Phenomenology
+hep-ph/0111022 Phenomenology
+hep-ph/0111046 Phenomenology
+hep-ph/0111087 Phenomenology
+hep-ph/0111162 Phenomenology
+hep-ph/0111182 Phenomenology
+hep-ph/0111206 Phenomenology
+hep-ph/0111212 Phenomenology
+hep-ph/0111242 Phenomenology
+hep-ph/0111267 Phenomenology
+hep-ph/0111472 Phenomenology
+hep-ph/0112079 Phenomenology
+hep-ph/0112110 Phenomenology
+hep-ph/0112127 Phenomenology
+hep-ph/0112166 Phenomenology
+hep-ph/0112184 Phenomenology
+hep-ph/0112193 Phenomenology
+hep-ph/0112219 Phenomenology
+hep-ph/0112231 Phenomenology
+hep-ph/0112237 Phenomenology
+hep-ph/0112256 Phenomenology
+hep-ph/0112258 Phenomenology
+hep-ph/0112268 Phenomenology
+hep-ph/0112283 Phenomenology
+hep-ph/0201282 Phenomenology
+hep-ph/0201301 Phenomenology
+hep-ph/0201306 Phenomenology
+hep-ph/0202108 Phenomenology
+hep-ph/0202114 Phenomenology
+hep-ph/0202121 Phenomenology
+hep-ph/0202127 Phenomenology
+hep-ph/0202201 Phenomenology
+hep-ph/0202223 Phenomenology
+hep-ph/0202232 Phenomenology
+hep-ph/0202254 Phenomenology
+hep-ph/0203022 Phenomenology
+hep-ph/0203025 Phenomenology
+hep-ph/0203075 Phenomenology
+hep-ph/0203093 Phenomenology
+hep-ph/0203122 Phenomenology
+hep-ph/0203124 Phenomenology
+hep-ph/0203148 Phenomenology
+hep-ph/0203159 Phenomenology
+hep-ph/0203175 Phenomenology
+hep-ph/0203251 Phenomenology
+hep-ph/0203260 Phenomenology
+hep-ph/0203269 Phenomenology
+hep-ph/0204156 Phenomenology
+hep-ph/0204214 Phenomenology
+hep-ph/0204269 Phenomenology
+hep-ph/0206012 Phenomenology
+hep-ph/0206091 Phenomenology
+hep-ph/0206100 Phenomenology
+hep-ph/0206188 Phenomenology
+hep-ph/0206252 Phenomenology
+hep-ph/0206280 Phenomenology
+hep-ph/0206285 Phenomenology
+hep-ph/0206288 Phenomenology
+hep-ph/0206297 Phenomenology
+hep-ph/0207014 Phenomenology
+hep-ph/0207027 Phenomenology
+hep-ph/0207042 Phenomenology
+hep-ph/0207183 Phenomenology
+hep-ph/0207224 Phenomenology
+hep-ph/0207313 Phenomenology
+hep-ph/0208274 Phenomenology
+hep-ph/0209058 Phenomenology
+hep-ph/0209120 Phenomenology
+hep-ph/0209155 Phenomenology
+hep-ph/0209205 Phenomenology
+hep-ph/0209226 Phenomenology
+hep-ph/0209229 Phenomenology
+hep-ph/0209283 Phenomenology
+hep-ph/0209290 Phenomenology
+hep-ph/0210049 Phenomenology
+hep-ph/0210063 Phenomenology
+hep-ph/0210362 Phenomenology
+hep-ph/0210367 Phenomenology
+hep-ph/0211080 Phenomenology
+hep-ph/0211142 Phenomenology
+hep-ph/0211225 Phenomenology
+hep-ph/0211348 Phenomenology
+hep-ph/0212016 Phenomenology
+hep-ph/0212020 Phenomenology
+hep-ph/0212178 Phenomenology
+hep-ph/0212189 Phenomenology
+hep-ph/0212225 Phenomenology
+hep-ph/0301024 Phenomenology
+hep-ph/0301113 Phenomenology
+hep-ph/0301180 Phenomenology
+hep-ph/0302005 Phenomenology
+hep-ph/0302046 Phenomenology
+hep-ph/0302065 Phenomenology
+hep-ph/0302079 Phenomenology
+hep-ph/0302139 Phenomenology
+hep-ph/0302166 Phenomenology
+hep-ph/0302187 Phenomenology
+hep-ph/0302250 Phenomenology
+hep-ph/0303032 Phenomenology
+hep-ph/0303044 Phenomenology
+hep-ph/0303108 Phenomenology
+hep-ph/0303257 Phenomenology
+hep-ph/0304006 Phenomenology
+hep-ph/0304075 Phenomenology
+hep-ph/0304100 Phenomenology
+hep-ph/0304119 Phenomenology
+hep-ph/0304224 Phenomenology
+hep-ph/0304247 Phenomenology
+hep-ph/0304278 Phenomenology
+hep-ph/0305107 Phenomenology
+hep-ph/0305137 Phenomenology
+hep-ph/0306162 Phenomenology
+hep-ph/0306235 Phenomenology
+hep-ph/0307092 Phenomenology
+hep-ph/0308108 Phenomenology
+hep-ph/0308235 Phenomenology
+hep-ph/0308303 Phenomenology
+hep-ph/0308312 Phenomenology
+hep-ph/0308319 Phenomenology
+hep-ph/0309084 Phenomenology
+hep-ph/0309125 Phenomenology
+hep-ph/0309325 Phenomenology
+hep-ph/0310028 Phenomenology
+hep-ph/0310085 Phenomenology
+hep-ph/0310139 Phenomenology
+hep-ph/0310151 Phenomenology
+hep-ph/0310152 Phenomenology
+hep-ph/0310164 Phenomenology
+hep-ph/0310170 Phenomenology
+hep-ph/0310171 Phenomenology
+hep-ph/0310187 Phenomenology
+hep-ph/0310220 Phenomenology
+hep-ph/0310245 Phenomenology
+hep-ph/0310256 Phenomenology
+hep-ph/0310268 Phenomenology
+hep-ph/0310282 Phenomenology
+hep-ph/0310329 Phenomenology
+hep-ph/0310334 Phenomenology
+hep-ph/0310352 Phenomenology
+hep-ph/0310367 Phenomenology
+hep-ph/0311005 Phenomenology
+hep-ph/0311019 Phenomenology
+hep-ph/0311042 Phenomenology
+hep-ph/0311075 Phenomenology
+hep-ph/0311094 Phenomenology
+hep-ph/0311122 Phenomenology
+hep-ph/0311157 Phenomenology
+hep-ph/0311159 Phenomenology
+hep-ph/0311166 Phenomenology
+hep-ph/0311216 Phenomenology
+hep-ph/0312006 Phenomenology
+hep-ph/0312037 Phenomenology
+hep-ph/0312120 Phenomenology
+hep-ph/0312145 Phenomenology
+hep-ph/0312201 Phenomenology
+hep-ph/0312202 Phenomenology
+hep-ph/0312301 Phenomenology
+hep-ph/0312388 Phenomenology
+hep-ph/0401033 Phenomenology
+hep-ph/0401034 Phenomenology
+hep-ph/0401097 Phenomenology
+hep-ph/0401110 Phenomenology
+hep-ph/0401112 Phenomenology
+hep-ph/0401205 Phenomenology
+hep-ph/0402254 Phenomenology
+hep-ph/0403270 Phenomenology
+hep-ph/0404006 Phenomenology
+hep-ph/0404188 Phenomenology
+hep-ph/0406114 Phenomenology
+hep-ph/0406170 Phenomenology
+hep-ph/0406230 Phenomenology
+hep-ph/0406265 Phenomenology
+hep-ph/0406314 Phenomenology
+hep-ph/0407177 Phenomenology
+hep-ph/0407224 Phenomenology
+hep-ph/0407347 Phenomenology
+hep-ph/0408186 Phenomenology
+hep-ph/0408214 Phenomenology
+hep-ph/0408282 Phenomenology
+hep-ph/0409032 Phenomenology
+hep-ph/0409037 Phenomenology
+hep-ph/0410060 Phenomenology
+hep-ph/0411095 Phenomenology
+hep-ph/0411153 Phenomenology
+hep-ph/0411183 Phenomenology
+hep-ph/0411408 Phenomenology
+hep-ph/0412157 Phenomenology
+hep-ph/0412218 Phenomenology
+hep-ph/0412376 Phenomenology
+hep-ph/0412384 Phenomenology
+hep-ph/0412400 Phenomenology
+hep-ph/0501031 Phenomenology
+hep-ph/0501065 Phenomenology
+hep-ph/0501099 Phenomenology
+hep-ph/0501163 Phenomenology
+hep-ph/0501269 Phenomenology
+hep-ph/0502081 Phenomenology
+hep-ph/0502098 Phenomenology
+hep-ph/0502165 Phenomenology
+hep-ph/0502170 Phenomenology
+hep-ph/0502180 Phenomenology
+hep-ph/0502184 Phenomenology
+hep-ph/0502194 Phenomenology
+hep-ph/0502202 Phenomenology
+hep-ph/0503023 Phenomenology
+hep-ph/0503049 Phenomenology
+hep-ph/0503075 Phenomenology
+hep-ph/0504008 Phenomenology
+hep-ph/0504018 Phenomenology
+hep-ph/0504019 Phenomenology
+hep-ph/0504216 Phenomenology
+hep-ph/0505053 Phenomenology
+hep-ph/0506188 Phenomenology
+hep-ph/0601095 Phenomenology
+hep-ph/0602170 Phenomenology
+hep-ph/0603060 Phenomenology
+hep-ph/0604229 Phenomenology
+hep-ph/0605184 Phenomenology
+hep-ph/0606029 Phenomenology
+hep-ph/0606213 Phenomenology
+hep-ph/0607035 Phenomenology
+hep-ph/0607089 Phenomenology
+hep-ph/0607131 Phenomenology
+hep-ph/0607275 Phenomenology
+hep-ph/0608002 Phenomenology
+hep-ph/0608003 Phenomenology
+hep-ph/0608053 Phenomenology
+hep-ph/0608082 Phenomenology
+hep-ph/0608133 Phenomenology
+hep-ph/0609023 Phenomenology
+hep-ph/0612001 Phenomenology
+hep-ph/9507297 Phenomenology
+hep-ph/9603367 Phenomenology
+hep-ph/9605337 Phenomenology
+hep-ph/9606468 Phenomenology
+hep-ph/9606483 Phenomenology
+hep-ph/9607218 Phenomenology
+hep-ph/9608316 Phenomenology
+hep-ph/9608372 Phenomenology
+hep-ph/9609295 Phenomenology
+hep-ph/9609487 Phenomenology
+hep-ph/9610250 Phenomenology
+hep-ph/9611283 Phenomenology
+hep-ph/9612378 Phenomenology
+hep-ph/9701224 Phenomenology
+hep-ph/9701285 Phenomenology
+hep-ph/9701299 Phenomenology
+hep-ph/9701384 Phenomenology
+hep-ph/9702249 Phenomenology
+hep-ph/9703368 Phenomenology
+hep-ph/9703385 Phenomenology
+hep-ph/9703386 Phenomenology
+hep-ph/9704261 Phenomenology
+hep-ph/9704297 Phenomenology
+hep-ph/9704319 Phenomenology
+hep-ph/9704345 Phenomenology
+hep-ph/9704353 Phenomenology
+hep-ph/9704375 Phenomenology
+hep-ph/9704405 Phenomenology
+hep-ph/9704415 Phenomenology
+hep-ph/9704420 Phenomenology
+hep-ph/9704445 Phenomenology
+hep-ph/9705322 Phenomenology
+hep-ph/9705333 Phenomenology
+hep-ph/9705358 Phenomenology
+hep-ph/9705389 Phenomenology
+hep-ph/9705406 Phenomenology
+hep-ph/9705465 Phenomenology
+hep-ph/9705470 Phenomenology
+hep-ph/9705473 Phenomenology
+hep-ph/9706373 Phenomenology
+hep-ph/9706406 Phenomenology
+hep-ph/9706421 Phenomenology
+hep-ph/9706481 Phenomenology
+hep-ph/9706523 Phenomenology
+hep-ph/9706525 Phenomenology
+hep-ph/9706537 Phenomenology
+hep-ph/9707240 Phenomenology
+hep-ph/9707350 Phenomenology
+hep-ph/9707362 Phenomenology
+hep-ph/9707506 Phenomenology
+hep-ph/9708275 Phenomenology
+hep-ph/9708298 Phenomenology
+hep-ph/9708363 Phenomenology
+hep-ph/9708378 Phenomenology
+hep-ph/9708473 Phenomenology
+hep-ph/9709249 Phenomenology
+hep-ph/9709254 Phenomenology
+hep-ph/9709341 Phenomenology
+hep-ph/9709342 Phenomenology
+hep-ph/9709343 Phenomenology
+hep-ph/9709414 Phenomenology
+hep-ph/9710220 Phenomenology
+hep-ph/9710240 Phenomenology
+hep-ph/9710243 Phenomenology
+hep-ph/9710263 Phenomenology
+hep-ph/9710309 Phenomenology
+hep-ph/9710313 Phenomenology
+hep-ph/9710321 Phenomenology
+hep-ph/9710413 Phenomenology
+hep-ph/9710529 Phenomenology
+hep-ph/9711212 Phenomenology
+hep-ph/9711229 Phenomenology
+hep-ph/9711231 Phenomenology
+hep-ph/9711263 Phenomenology
+hep-ph/9711285 Phenomenology
+hep-ph/9711304 Phenomenology
+hep-ph/9711327 Phenomenology
+hep-ph/9711341 Phenomenology
+hep-ph/9711354 Phenomenology
+hep-ph/9711369 Phenomenology
+hep-ph/9711392 Phenomenology
+hep-ph/9711422 Phenomenology
+hep-ph/9712241 Phenomenology
+hep-ph/9712300 Phenomenology
+hep-ph/9712309 Phenomenology
+hep-ph/9712314 Phenomenology
+hep-ph/9712316 Phenomenology
+hep-ph/9712371 Phenomenology
+hep-ph/9712451 Phenomenology
+hep-ph/9712461 Phenomenology
+hep-ph/9712485 Phenomenology
+hep-ph/9801277 Phenomenology
+hep-ph/9801285 Phenomenology
+hep-ph/9801300 Phenomenology
+hep-ph/9801406 Phenomenology
+hep-ph/9802227 Phenomenology
+hep-ph/9802389 Phenomenology
+hep-ph/9803209 Phenomenology
+hep-ph/9803251 Phenomenology
+hep-ph/9803296 Phenomenology
+hep-ph/9803311 Phenomenology
+hep-ph/9803322 Phenomenology
+hep-ph/9803375 Phenomenology
+hep-ph/9803408 Phenomenology
+hep-ph/9803449 Phenomenology
+hep-ph/9804239 Phenomenology
+hep-ph/9804261 Phenomenology
+hep-ph/9804271 Phenomenology
+hep-ph/9804280 Phenomenology
+hep-ph/9804284 Phenomenology
+hep-ph/9804316 Phenomenology
+hep-ph/9804331 Phenomenology
+hep-ph/9804333 Phenomenology
+hep-ph/9804335 Phenomenology
+hep-ph/9804349 Phenomenology
+hep-ph/9805201 Phenomenology
+hep-ph/9805303 Phenomenology
+hep-ph/9805309 Phenomenology
+hep-ph/9805354 Phenomenology
+hep-ph/9805355 Phenomenology
+hep-ph/9805409 Phenomenology
+hep-ph/9805430 Phenomenology
+hep-ph/9805490 Phenomenology
+hep-ph/9806212 Phenomenology
+hep-ph/9806367 Phenomenology
+hep-ph/9806369 Phenomenology
+hep-ph/9806373 Phenomenology
+hep-ph/9806404 Phenomenology
+hep-ph/9806419 Phenomenology
+hep-ph/9806464 Phenomenology
+hep-ph/9807224 Phenomenology
+hep-ph/9807357 Phenomenology
+hep-ph/9807380 Phenomenology
+hep-ph/9807425 Phenomenology
+hep-ph/9807448 Phenomenology
+hep-ph/9807453 Phenomenology
+hep-ph/9807536 Phenomenology
+hep-ph/9808254 Phenomenology
+hep-ph/9808309 Phenomenology
+hep-ph/9808376 Phenomenology
+hep-ph/9808429 Phenomenology
+hep-ph/9808436 Phenomenology
+hep-ph/9808455 Phenomenology
+hep-ph/9808484 Phenomenology
+hep-ph/9809320 Phenomenology
+hep-ph/9809331 Phenomenology
+hep-ph/9809372 Phenomenology
+hep-ph/9809386 Phenomenology
+hep-ph/9809398 Phenomenology
+hep-ph/9809437 Phenomenology
+hep-ph/9809439 Phenomenology
+hep-ph/9809506 Phenomenology
+hep-ph/9809527 Phenomenology
+hep-ph/9809548 Phenomenology
+hep-ph/9809563 Phenomenology
+hep-ph/9810207 Phenomenology
+hep-ph/9810260 Phenomenology
+hep-ph/9810271 Phenomenology
+hep-ph/9810295 Phenomenology
+hep-ph/9810355 Phenomenology
+hep-ph/9810397 Phenomenology
+hep-ph/9810432 Phenomenology
+hep-ph/9810484 Phenomenology
+hep-ph/9810493 Phenomenology
+hep-ph/9811229 Phenomenology
+hep-ph/9811253 Phenomenology
+hep-ph/9811334 Phenomenology
+hep-ph/9811349 Phenomenology
+hep-ph/9811382 Phenomenology
+hep-ph/9811393 Phenomenology
+hep-ph/9811397 Phenomenology
+hep-ph/9811418 Phenomenology
+hep-ph/9811431 Phenomenology
+hep-ph/9811437 Phenomenology
+hep-ph/9811443 Phenomenology
+hep-ph/9811478 Phenomenology
+hep-ph/9811480 Phenomenology
+hep-ph/9812236 Phenomenology
+hep-ph/9812267 Phenomenology
+hep-ph/9812347 Phenomenology
+hep-ph/9812416 Phenomenology
+hep-ph/9812424 Phenomenology
+hep-ph/9812427 Phenomenology
+hep-ph/9812451 Phenomenology
+hep-ph/9812458 Phenomenology
+hep-ph/9812484 Phenomenology
+hep-ph/9901245 Phenomenology
+hep-ph/9901258 Phenomenology
+hep-ph/9901323 Phenomenology
+hep-ph/9901343 Phenomenology
+hep-ph/9901346 Phenomenology
+hep-ph/9901349 Phenomenology
+hep-ph/9901375 Phenomenology
+hep-ph/9901422 Phenomenology
+hep-ph/9901438 Phenomenology
+hep-ph/9901440 Phenomenology
+hep-ph/9901451 Phenomenology
+hep-ph/9902205 Phenomenology
+hep-ph/9902230 Phenomenology
+hep-ph/9902241 Phenomenology
+hep-ph/9902245 Phenomenology
+hep-ph/9902334 Phenomenology
+hep-ph/9902343 Phenomenology
+hep-ph/9902356 Phenomenology
+hep-ph/9902391 Phenomenology
+hep-ph/9902393 Phenomenology
+hep-ph/9902418 Phenomenology
+hep-ph/9902426 Phenomenology
+hep-ph/9902478 Phenomenology
+hep-ph/9902480 Phenomenology
+hep-ph/9903211 Phenomenology
+hep-ph/9903315 Phenomenology
+hep-ph/9903322 Phenomenology
+hep-ph/9903325 Phenomenology
+hep-ph/9903338 Phenomenology
+hep-ph/9903348 Phenomenology
+hep-ph/9903412 Phenomenology
+hep-ph/9903439 Phenomenology
+hep-ph/9903443 Phenomenology
+hep-ph/9903444 Phenomenology
+hep-ph/9903450 Phenomenology
+hep-ph/9904205 Phenomenology
+hep-ph/9904251 Phenomenology
+hep-ph/9904277 Phenomenology
+hep-ph/9904287 Phenomenology
+hep-ph/9904292 Phenomenology
+hep-ph/9904317 Phenomenology
+hep-ph/9904319 Phenomenology
+hep-ph/9904403 Phenomenology
+hep-ph/9904450 Phenomenology
+hep-ph/9904455 Phenomenology
+hep-ph/9905213 Phenomenology
+hep-ph/9905278 Phenomenology
+hep-ph/9905320 Phenomenology
+hep-ph/9905341 Phenomenology
+hep-ph/9905436 Phenomenology
+hep-ph/9905452 Phenomenology
+hep-ph/9905462 Phenomenology
+hep-ph/9906204 Phenomenology
+hep-ph/9906256 Phenomenology
+hep-ph/9906282 Phenomenology
+hep-ph/9906347 Phenomenology
+hep-ph/9906418 Phenomenology
+hep-ph/9906481 Phenomenology
+hep-ph/9906522 Phenomenology
+hep-ph/9906535 Phenomenology
+hep-ph/9906550 Phenomenology
+hep-ph/9907204 Phenomenology
+hep-ph/9907227 Phenomenology
+hep-ph/9907293 Phenomenology
+hep-ph/9907332 Phenomenology
+hep-ph/9907336 Phenomenology
+hep-ph/9907393 Phenomenology
+hep-ph/9907511 Phenomenology
+hep-ph/9907512 Phenomenology
+hep-ph/9908228 Phenomenology
+hep-ph/9908254 Phenomenology
+hep-ph/9908287 Phenomenology
+hep-ph/9908473 Phenomenology
+hep-ph/9908529 Phenomenology
+hep-ph/9909225 Phenomenology
+hep-ph/9909242 Phenomenology
+hep-ph/9909263 Phenomenology
+hep-ph/9909292 Phenomenology
+hep-ph/9909541 Phenomenology
+hep-ph/9910270 Phenomenology
+hep-ph/9910374 Phenomenology
+hep-ph/9910536 Phenomenology
+hep-ph/9911306 Phenomenology
+hep-ph/9911311 Phenomenology
+hep-ph/9911340 Phenomenology
+hep-ph/9911466 Phenomenology
+hep-ph/9911541 Phenomenology
+hep-ph/9912272 Phenomenology
+hep-ph/9912348 Phenomenology
+hep-ph/9912439 Phenomenology
+hep-ph/9912503 Phenomenology
+hep-ph/9912547 Phenomenology
+hep-th/0001032 Theory
+hep-th/0001203 Theory
+hep-th/0003225 Theory
+hep-th/0004008 Theory
+hep-th/0005227 Theory
+hep-th/0006246 Theory
+hep-th/0007023 Theory
+hep-th/0007070 Theory
+hep-th/0008020 Theory
+hep-th/0009241 Theory
+hep-th/0010079 Theory
+hep-th/0101048 Theory
+hep-th/0101128 Theory
+hep-th/0102005 Theory
+hep-th/0102139 Theory
+hep-th/0103120 Theory
+hep-th/0104153 Theory
+hep-th/0107073 Theory
+hep-th/0107106 Theory
+hep-th/0108045 Theory
+hep-th/0108139 Theory
+hep-th/0110016 Theory
+hep-th/0110065 Theory
+hep-th/0110231 Theory
+hep-th/0111059 Theory
+hep-th/0111063 Theory
+hep-th/0111172 Theory
+hep-th/0201074 Theory
+hep-th/0201171 Theory
+hep-th/0201245 Theory
+hep-th/0203062 Theory
+hep-th/0204128 Theory
+hep-th/0205013 Theory
+hep-th/0205153 Theory
+hep-th/0205158 Theory
+hep-th/0205269 Theory
+hep-th/0208052 Theory
+hep-th/0209096 Theory
+hep-th/0210277 Theory
+hep-th/0211014 Theory
+hep-th/0211051 Theory
+hep-th/0212129 Theory
+hep-th/0304204 Theory
+hep-th/0305223 Theory
+hep-th/0310124 Theory
+hep-th/0311160 Theory
+hep-th/0401113 Theory
+hep-th/0401235 Theory
+hep-th/0402138 Theory
+hep-th/0404188 Theory
+hep-th/0406115 Theory
+hep-th/0410104 Theory
+hep-th/0410213 Theory
+hep-th/0411151 Theory
+hep-th/0411161 Theory
+hep-th/0411204 Theory
+hep-th/0412284 Theory
+hep-th/0501075 Theory
+hep-th/0503099 Theory
+hep-th/0504179 Theory
+hep-th/0508037 Theory
+hep-th/0508237 Theory
+hep-th/0606240 Theory
+hep-th/0607175 Theory
+hep-th/0610234 Theory
+hep-th/0702057 Theory
+hep-th/0702058 Theory
+hep-th/9606076 Theory
+hep-th/9610128 Theory
+hep-th/9611080 Theory
+hep-th/9702186 Theory
+hep-th/9706058 Theory
+hep-th/9706068 Theory
+hep-th/9706105 Theory
+hep-th/9706169 Theory
+hep-th/9707037 Theory
+hep-th/9709037 Theory
+hep-th/9709144 Theory
+hep-th/9712041 Theory
+hep-th/9803001 Theory
+hep-th/9803079 Theory
+hep-th/9803091 Theory
+hep-th/9803144 Theory
+hep-th/9804048 Theory
+hep-th/9805025 Theory
+hep-th/9805027 Theory
+hep-th/9805098 Theory
+hep-th/9806138 Theory
+hep-th/9807004 Theory
+hep-th/9807145 Theory
+hep-th/9808003 Theory
+hep-th/9808103 Theory
+hep-th/9809005 Theory
+hep-th/9810166 Theory
+hep-th/9810190 Theory
+hep-th/9812102 Theory
+hep-th/9903076 Theory
+hep-th/9904014 Theory
+hep-th/9904091 Theory
+hep-th/9905022 Theory
+hep-th/9909014 Theory
+math-ph/0201061
+math-ph/0504008
+math-ph/0612046
+math/0004011 Quantum Algebra
+math/0308133 Representation Theory
+math/0404448 Algebraic Geometry
+math/0506196 General Mathematics
+math/0510039 Category Theory
+math/0510194 Representation Theory
+math/0609673 Geometric Topology
+math/9801104 Quantum Algebra
+math/9809160 Quantum Algebra
+nucl-ex/0406022
+nucl-ex/0502023
+nucl-ex/0506002
+nucl-ex/0608020
+nucl-ex/0608054
+nucl-ex/9805007
+nucl-th/0103023
+nucl-th/0103033
+nucl-th/0207012
+nucl-th/0301052
+nucl-th/0307017
+nucl-th/0308049
+nucl-th/0502009
+nucl-th/0608069
+nucl-th/0608070
+nucl-th/0609010
+nucl-th/0610041
+nucl-th/9701013
+nucl-th/9704008
+nucl-th/9705015
+nucl-th/9707018
+nucl-th/9712050
+nucl-th/9801023
+nucl-th/9809070
+nucl-th/9910041
+physics/0409064 General Physics
+q-alg/9709032 Quantum Algebra
+quant-ph/0501039
+quant-ph/9708027
+0705.1496 Phenomenology
+0707.2454 Algebraic Geometry
+0808.0610
+0809.2830 Algebraic Geometry
+0908.3409 Probability
+0912.4533 Probability
+0912.5239 Algebraic Geometry
+1001.4028 Probability
+1003.3333 Algebraic Geometry
+1003.5278 Geometric Topology
+1004.4304 Number Theory
+1005.4320 Superconductivity
+1007.1733 Data Structures and Algorithms
+1007.5387
+1010.2501 Analysis of PDEs
+1010.3534 Complex Variables
+1011.0534 Physics and Society
+1012.1239 Functional Analysis
+1101.3131 Chemical Physics
+1101.4615 General Topology
+1101.5122 Cosmology and Nongalactic Astrophysics
+1102.2557 Materials Science
+1102.4564 General Topology
+1103.1780 Probability
+1103.6146 Theory
+1104.1875 Numerical Analysis
+1104.4679 Quantum Algebra
+1104.4970 Soft Condensed Matter
+1105.0363 Machine Learning
+1105.0376 Phenomenology
+1105.1160 Data Analysis, Statistics and Probability
+1105.3730 Phenomenology
+1106.2368 Disordered Systems and Neural Networks
+1106.2869 Combinatorics
+1107.0157 Statistical Mechanics
+1107.1040 Strongly Correlated Electrons
+1107.1688
+1107.2686 Data Structures and Algorithms
+1107.4022 Theory
+1107.4374 Strongly Correlated Electrons
+1108.0455 Mesoscale and Nanoscale Physics
+1108.0876 Cosmology and Nongalactic Astrophysics
+1108.2655 Numerical Analysis
+1108.3093 Phenomenology
+1108.4542 Soft Condensed Matter
+1108.4788 Strongly Correlated Electrons
+1108.4935 Fluid Dynamics
+1108.5105
+1108.5722 Optics
+1108.6200 Probability
+1109.0910 Computational Physics
+1109.0999 Cosmology and Nongalactic Astrophysics
+1109.1787 Strongly Correlated Electrons
+1109.2277 Optics
+1109.2456
+1109.2623 Geometric Topology
+1109.4445 Mesoscale and Nanoscale Physics
+1109.4721 Theory
+1110.2135 Quantum Gases
+1110.4174 Information Theory
+1110.5729 Chemical Physics
+1111.0082 Statistical Mechanics
+1111.0898 Pattern Formation and Solitons
+1111.1290 Materials Science
+1111.3212 General Topology
+1111.6594 Phenomenology
+1112.1243 Lattice
+1112.1671 K-Theory and Homology
+1112.1709 Theory
+1112.1711 Mesoscale and Nanoscale Physics
+1112.1713 Combinatorics
+1112.1714 General Topology
+1112.1718 Spectral Theory
+1112.1722 Experiment
+1112.1723 Experiment
+1112.1727 Optics
+1112.1731 History and Philosophy of Physics
+1112.1734 Databases
+1112.1739 Pattern Formation and Solitons
+1112.1742 Human-Computer Interaction
+1112.1745 Instrumentation and Methods for Astrophysics
+1112.1746 Analysis of PDEs
+1112.1747 Optics
+1112.1748 Pattern Formation and Solitons
+1112.1750 Analysis of PDEs
+1112.1751 Programming Languages
+1112.1756 Algebraic Geometry
+1112.1763 Pricing of Securities
+1112.1764 Group Theory
+1112.1768 Learning
+1112.1770 Information Theory
+1112.1782 Pricing of Securities
+1112.1785 Strongly Correlated Electrons
+1112.1789 Dynamical Systems
+1112.1792 Earth and Planetary Astrophysics
+1112.1793 General Physics
+1112.1794 General Physics
+1112.1798 Mesoscale and Nanoscale Physics
+1112.1801 Mesoscale and Nanoscale Physics
+1112.1806 Mesoscale and Nanoscale Physics
+1112.1812 Experiment
+1112.1814 Populations and Evolution
+1112.1816 Plasma Physics
+1112.1817 Theory
+1112.1818 Differential Geometry
+1112.1831 Social and Information Networks
+1112.1846 Statistical Mechanics
+1112.1848 Logic in Computer Science
+1112.1850 K-Theory and Homology
+1112.1858 Phenomenology
+1112.1869 Methodology
+1112.1870 General Physics
+1112.1875 General Physics
+1112.1876 Statistical Mechanics
+1112.1877 Rings and Algebras
+1112.1879 Mesoscale and Nanoscale Physics
+1112.1880 High Energy Astrophysical Phenomena
+1112.1881 Phenomenology
+1112.1882
+1112.1883 Lattice
+1112.1892 Networking and Internet Architecture
+1112.1894 Materials Science
+1112.1895 Computer Science and Game Theory
+1112.1896 Classical Analysis and ODEs
+1112.1897
+1112.1900 Mesoscale and Nanoscale Physics
+1112.1902 Chemical Physics
+1112.1904 Functional Analysis
+1112.1908 Superconductivity
+1112.1909 Probability
+1112.1912 Quantum Algebra
+1112.1913 Solar and Stellar Astrophysics
+1112.1914 Lattice
+1112.1916 Solar and Stellar Astrophysics
+1112.1918 Quantum Algebra
+1112.1920 Solar and Stellar Astrophysics
+1112.1932 Networking and Internet Architecture
+1112.1933 Discrete Mathematics
+1112.1937 Learning
+1112.1941
+1112.1946 Classical Analysis and ODEs
+cs/0701114 Databases
+math/0602661 History and Overview
+quant-ph/0602052
+0706.3178 Operator Algebras
+0708.4282
+0711.0111 Operator Algebras
+0803.0048 Distributed, Parallel, and Cluster Computing
+0806.0947 Pattern Formation and Solitons
+0809.2516 General Physics
+0809.3359
+0810.2450 Strongly Correlated Electrons
+0810.5650 Statistical Mechanics
+0903.1430 Classical Analysis and ODEs
+0904.0682 Databases
+0904.0734 Functional Analysis
+0905.4004 Phenomenology
+0909.1180 Analysis of PDEs
+0909.2433 Quantum Algebra
+0909.4285
+0910.3260 Astrophysics of Galaxies
+0910.3785 Optics
+0910.4538 Category Theory
+0911.4756 Phenomenology
+0912.0258
+1001.2612 Optimization and Control
+1002.0795 Methodology
+1002.3599 Superconductivity
+1003.4232 Strongly Correlated Electrons
+1004.0162 Theory
+1004.2529 Physics and Society
+1004.2531
+1004.2791 High Energy Astrophysical Phenomena
+1004.3992 Space Physics
+1004.5255 Metric Geometry
+1005.3767
+1006.1506 Fluid Dynamics
+1006.1930 Artificial Intelligence
+1006.2343 Cosmology and Nongalactic Astrophysics
+1006.2783 Optics
+1006.4209 Phenomenology
+1006.4843 Formal Languages and Automata Theory
+1006.4905
+1007.0695 Geometric Topology
+1008.2180
+1008.2716
+1008.3739 Representation Theory
+1008.3890 Solar and Stellar Astrophysics
+1008.4241 Statistical Mechanics
+1008.5109
+1009.0125 Optimization and Control
+1009.0801
+1009.1353 Functional Analysis
+1009.1727
+1009.3741 Cosmology and Nongalactic Astrophysics
+1009.4508
+1009.4942
+1009.5448 Disordered Systems and Neural Networks
+1010.0281 Phenomenology
+1010.2212 Number Theory
+1010.2421
+1010.3350 Fluid Dynamics
+1010.3886 Cosmology and Nongalactic Astrophysics
+1010.3900 Phenomenology
+1010.5579 Phenomenology
+1010.6049
+1010.6265 Theory
+1011.0127 Experiment
+1011.0574 Theory
+1011.0739 Theory
+1011.1386 Soft Condensed Matter
+1011.1734 Astrophysics of Galaxies
+1011.2202 Theory
+1011.2207 Theory
+1011.2224 Theory
+1011.2241 Theory
+1011.2274 Phenomenology
+1011.2310 Phenomenology
+1011.2332 Lattice
+1011.2341
+1011.2360 Phenomenology
+1011.2420
+1011.2601
+1011.3162 Complex Variables
+1011.3194
+1011.4908 Phenomenology
+1011.5088
+1011.6443
+1011.6593 Phenomenology
+1012.1270
+1012.2754 Number Theory
+1012.2893 Phenomenology
+1012.3822
+1012.3929 Differential Geometry
+1012.4806
+1012.5365 Phenomenology
+1012.5709 Theory
+1101.0086 Computational Physics
+1101.0643 Solar and Stellar Astrophysics
+1101.0715 Phenomenology
+1101.2343 Theory
+1101.2789
+1101.3769 Phenomenology
+1101.4049
+1101.4350 Commutative Algebra
+1101.5928 Optics
+1102.0275 Cosmology and Nongalactic Astrophysics
+1102.0545 Phenomenology
+1102.0726 Phenomenology
+1102.1195
+1102.1734 Theory
+1102.2417
+1102.3299 Phenomenology
+1102.3357 Theory
+1102.3421
+1102.3888 Superconductivity
+1102.3942 Theory
+1102.4196 Theory
+1102.5286 Atomic Physics
+1102.5327 Phenomenology
+1102.5534 Quantum Gases
+1103.0370 Number Theory
+1103.0672 Symplectic Geometry
+1103.1076 Space Physics
+1103.1366 Phenomenology
+1103.1381 Theory
+1103.1464 Cosmology and Nongalactic Astrophysics
+1103.1528
+1103.1699
+1103.1711 Artificial Intelligence
+1103.2035 Phenomenology
+1103.2141 Phenomenology
+1103.2345 Probability
+1103.2583 Earth and Planetary Astrophysics
+1103.2966 Superconductivity
+1103.3755 Quantum Algebra
+1103.4759 Theory
+1103.4762 Phenomenology
+1103.5576 Phenomenology
+1103.5935
+1104.0125
+1104.0341 Methodology
+1104.1349 Theory
+1104.1512
+1104.1683
+1104.2393
+1104.2439
+1104.3042
+1104.3940
+1104.4610 Probability
+1105.0191 Phenomenology
+1105.0969 Phenomenology
+1105.1427 Classical Analysis and ODEs
+1105.1831 Analysis of PDEs
+1105.1849 Commutative Algebra
+1105.1889 Solar and Stellar Astrophysics
+1105.2164
+1105.2224 Differential Geometry
+1105.2292 Networking and Internet Architecture
+1105.2305 General Physics
+1105.2313
+1105.2315 Probability
+1105.2316
+1105.2322 Statistics Theory
+1105.2325 Commutative Algebra
+1105.2335 Software Engineering
+1105.2344 Multimedia
+1105.2349 Superconductivity
+1105.2356 Theory
+1105.2361 Information Theory
+1105.2362 Biomolecules
+1105.2371 Cosmology and Nongalactic Astrophysics
+1105.2374
+1105.2383 Algebraic Geometry
+1105.2389 Combinatorics
+1105.2392 Digital Libraries
+1105.2396 Dynamical Systems
+1105.2397 Data Structures and Algorithms
+1105.2399 Commutative Algebra
+1105.2404 Combinatorics
+1105.2405
+1105.2408 Soft Condensed Matter
+1105.2409 Probability
+1105.2411 Metric Geometry
+1105.2414 Trading and Market Microstructure
+1105.2422 Information Theory
+1105.2424 Statistics Theory
+1105.2428
+1105.2430 Complex Variables
+1105.2433 Applications
+1105.2435 Experiment
+1105.2437 Optimization and Control
+1105.2439 Representation Theory
+1105.2441 Digital Libraries
+1105.2443 Social and Information Networks
+1105.2465
+1105.2467 High Energy Astrophysical Phenomena
+1105.2476 Functional Analysis
+1105.2478 Classical Physics
+1105.2480 Algebraic Geometry
+1105.2504
+1105.2507 Strongly Correlated Electrons
+1105.2510 Statistical Mechanics
+1105.2515 Spectral Theory
+1105.2517 Biological Physics
+1105.2529 Metric Geometry
+1105.2530 Molecular Networks
+1105.2535
+1105.2539
+1105.2542 Geometric Topology
+1105.2544 Rings and Algebras
+1105.2545 Analysis of PDEs
+1105.2553 Computational Physics
+1105.2554 Programming Languages
+cond-mat/0605513 Strongly Correlated Electrons
+math/0201172 Differential Geometry
+math/0606099 Geometric Topology
+math/0609130 Functional Analysis
+nlin/0611052 Pattern Formation and Solitons
+nucl-th/9711033
+physics/0412163 Computational Physics
+physics/0511017 Atomic Physics
+quant-ph/0404068
+0706.3425 Group Theory
+0706.4097 Algebraic Topology
+0708.3187 Dynamical Systems
+0711.2704 Combinatorics
+0712.3007 Algebraic Geometry
+0712.3039 Algebraic Topology
+0804.1052 Soft Condensed Matter
+0805.1371 Group Theory
+0805.2036 Functional Analysis
+0809.0737 Information Theory
+0812.2867 Classical Analysis and ODEs
+0910.3835 Probability
+0910.4322 Theory
+0910.4636 Machine Learning
+0911.0312 Quantum Gases
+0911.3385 Group Theory
+0912.0166 Operator Algebras
+0912.3823
+1002.1712 Cosmology and Nongalactic Astrophysics
+1003.0118 Computer Science and Game Theory
+1003.4850 Category Theory
+1003.5150 Soft Condensed Matter
+1005.0638 Strongly Correlated Electrons
+1005.2038 Symplectic Geometry
+1005.4011 Probability
+1006.2666 Functional Analysis
+1006.2668 Functional Analysis
+1006.3328
+1007.2305 Materials Science
+1007.3725 Cosmology and Nongalactic Astrophysics
+1007.4562 Theory
+1008.1539
+1008.4826 Algebraic Topology
+1009.2976 Theory
+1009.4080 Phenomenology
+1010.4348 Statistical Mechanics
+1010.4477 Molecular Networks
+1010.6043 Group Theory
+1010.6223
+1011.0721 Operator Algebras
+1011.3561 Differential Geometry
+1012.0181 Soft Condensed Matter
+1012.1268 Cosmology and Nongalactic Astrophysics
+1012.1437 Algebraic Geometry
+1012.2376
+1012.2458 Exactly Solvable and Integrable Systems
+1012.2748 Phenomenology
+1012.2924 Superconductivity
+1012.3161 Superconductivity
+1012.4564 Strongly Correlated Electrons
+1012.5311 Materials Science
+1101.0265 Computational Physics
+1101.1140
+1101.1437 Probability
+1101.3687 Superconductivity
+1101.5290 Mesoscale and Nanoscale Physics
+1101.5991 Quantum Gases
+1101.6049 Strongly Correlated Electrons
+1102.0492 Phenomenology
+1102.1189 Discrete Mathematics
+1102.4688 Phenomenology
+1103.0325 Computational Physics
+1103.0460 Strongly Correlated Electrons
+1103.0519 Probability
+1104.1606 Probability
+1104.2124 Computational Finance
+1104.2187 General Finance
+1104.2233
+1104.2729 Probability
+1104.3190 Differential Geometry
+1104.3394 Analysis of PDEs
+1104.3417 Geometric Topology
+1104.3432 Pattern Formation and Solitons
+1104.3488
+1104.3630 Category Theory
+1104.4728 Discrete Mathematics
+1104.5056 Astrophysics of Galaxies
+1104.5248 High Energy Astrophysical Phenomena
+1104.5285 Mesoscale and Nanoscale Physics
+1104.5413 Fluid Dynamics
+1105.0080
+1105.0516 Soft Condensed Matter
+1105.0730 Classical Analysis and ODEs
+1105.0786 Analysis of PDEs
+1105.1127 Number Theory
+1105.1486 Distributed, Parallel, and Cluster Computing
+1105.1536 Statistics Theory
+1105.1721 Operator Algebras
+1105.1756
+1105.1774 Cosmology and Nongalactic Astrophysics
+1105.1775 Solar and Stellar Astrophysics
+1105.1785 Mesoscale and Nanoscale Physics
+1105.1788 Biomolecules
+1105.1791 Differential Geometry
+1105.1798 Complex Variables
+1105.1803
+1105.1804 Mesoscale and Nanoscale Physics
+1105.1807 Statistical Mechanics
+1105.1808 Phenomenology
+1105.1810 Analysis of PDEs
+1105.1811 Operating Systems
+1105.1815 Operating Systems
+1105.1821 Probability
+1105.1822 Optimization and Control
+1105.1823 Optimization and Control
+1105.1829 Optimization and Control
+1105.1830 Mesoscale and Nanoscale Physics
+1105.1836 Probability
+1105.1837 Mesoscale and Nanoscale Physics
+1105.1838 Classical Analysis and ODEs
+1105.1844 Geometric Topology
+1105.1846 Cryptography and Security
+1105.1847 Combinatorics
+1105.1848 Superconductivity
+1105.1850
+1105.1862 Superconductivity
+1105.1867 Differential Geometry
+1105.1874 Complex Variables
+1105.1881
+1105.1884
+1105.1885 Computers and Society
+1105.1887 Earth and Planetary Astrophysics
+1105.1896 Statistics Theory
+1105.1901 Neural and Evolutionary Computing
+1105.1903 Superconductivity
+1105.1906 Combinatorics
+1105.1908 Combinatorics
+1105.1914 Operator Algebras
+1105.1915 Number Theory
+1105.1917 Physics and Society
+1105.1926 Data Analysis, Statistics and Probability
+1105.1927 Soft Condensed Matter
+1105.1929 Artificial Intelligence
+1105.1930 Databases
+1105.1931 Lattice
+1105.1936 Analysis of PDEs
+1105.1939 Group Theory
+1105.1940 Combinatorics
+1105.1943 Information Theory
+1105.1944 Analysis of PDEs
+1105.1945 Cryptography and Security
+1105.1948 Multimedia
+1105.1950 Databases
+1105.1952 Analysis of PDEs
+1105.1954 Instrumentation and Methods for Astrophysics
+1105.1961 Strongly Correlated Electrons
+1105.1967 Hardware Architecture
+1105.1969 Information Theory
+1105.1972 Differential Geometry
+1105.1977 Probability
+1105.1979 Operator Algebras
+1105.1980
+1105.1982 Distributed, Parallel, and Cluster Computing
+1105.1988 High Energy Astrophysical Phenomena
+1105.1993
+1105.1999 Computational Complexity
+1105.2002 Cryptography and Security
+1105.2015 Analysis of PDEs
+1105.2016 Theory
+1105.2017 Information Theory
+1105.2019 Dynamical Systems
+1105.2023
+1105.2026 Mesoscale and Nanoscale Physics
+1105.2034 General Physics
+cond-mat/0302312 Disordered Systems and Neural Networks
+math/0601271 Group Theory
+math/0601368 Algebraic Topology
+math/0601392 Algebraic Topology
+math/0701702 Algebraic Topology
+0710.2652 Theory
+0712.0591 Logic
+0804.3323
+0805.3470 Pricing of Securities
+0806.4255 Theory
+0811.0112
+0811.4233
+0902.4612 Logic
+0905.1465 Theory
+0905.1834 Analysis of PDEs
+0905.3849
+0906.4842 Optimization and Control
+0907.1769 Theory
+0909.0304 Group Theory
+0909.0329 Computation
+0909.2011 Differential Geometry
+0909.2439
+0910.4742 Theory
+0911.1189 Computation
+0912.0120
+0912.0535 Cosmology and Nongalactic Astrophysics
+0912.1112
+0912.4096 Classical Physics
+1001.1049 Numerical Analysis
+1001.1591 Superconductivity
+1001.2974 Plasma Physics
+1001.4136 Cryptography and Security
+1002.1533
+1002.2641 Theory
+1002.3137 Analysis of PDEs
+1002.3211
+1002.4718 Phenomenology
+1003.3514 Statistical Mechanics
+1003.3551 Quantitative Methods
+1003.5763 Mesoscale and Nanoscale Physics
+1005.1363 Quantum Gases
+1005.2217 Probability
+1005.2256 Theory
+1005.2656
+1005.2681 Phenomenology
+1005.3381 Quantum Algebra
+1005.5007 Theory
+1005.5717 Fluid Dynamics
+1006.0337 Theory
+1006.1445 Soft Condensed Matter
+1006.2887
+1006.2939 Phenomenology
+1006.3759
+1006.3926
+1006.4755 Other Condensed Matter
+1006.4920
+1006.5324 Phenomenology
+1007.1232
+1007.1509 Phenomenology
+1007.2083
+1007.4145 Strongly Correlated Electrons
+1007.4464 Experiment
+1007.4893 Theory
+1008.0419 Theory
+1008.0827 Cosmology and Nongalactic Astrophysics
+1008.1219 Experiment
+1008.2702 Experiment
+1008.3225 Phenomenology
+1008.3328 Other Computer Science
+1008.3963 Phenomenology
+1008.4580 Theory
+1008.5048 Theory
+1009.0173 Experiment
+1009.0811 Mesoscale and Nanoscale Physics
+1009.0859 Experiment
+1009.1008 Experiment
+1009.1607
+1009.1948 Theory
+1009.2386 Statistical Mechanics
+1009.2714 Phenomenology
+1009.3142 Phenomenology
+1009.3143 Phenomenology
+1009.4184 Experiment
+1009.4436 Phenomenology
+1009.4545 Phenomenology
+1009.4936 Phenomenology
+1009.5099 Phenomenology
+1009.5154 Phenomenology
+1009.5324 Experiment
+1009.5474 Analysis of PDEs
+1009.5651
+1009.5941 Mesoscale and Nanoscale Physics
+1009.6172
+1009.6232 Phenomenology
+1010.0160 Phenomenology
+1010.0870 Theory
+1010.0875 Other Condensed Matter
+1010.1291 Phenomenology
+1010.1687 Phenomenology
+1010.1819 Mesoscale and Nanoscale Physics
+1010.2115
+1010.3151 Experiment
+1010.3388 Algebraic Geometry
+1010.3679 Theory
+1010.3874
+1010.5322 Theory
+1010.5678 Phenomenology
+1010.6005 Lattice
+1010.6058 Phenomenology
+1010.6149
+1010.6229
+1011.0181
+1011.0297 Instrumentation and Detectors
+1011.0623
+1011.0726 Theory
+1011.0843
+1011.0845 Phenomenology
+1011.1286 Phenomenology
+1011.1383 Phenomenology
+1011.1456 Theory
+1011.1812
+1011.1850
+1011.1854 Phenomenology
+1011.1862 Lattice
+1011.2482 Cosmology and Nongalactic Astrophysics
+1011.3176 Dynamical Systems
+1011.3802 Experiment
+1011.4280
+1011.4618
+1011.5027 High Energy Astrophysical Phenomena
+1011.5120 Theory
+1011.5154 Phenomenology
+1011.5173
+1011.5249
+1011.5877 Theory
+1011.5906 Lattice
+1011.6059 Lattice
+1011.6357 Theory
+1011.6531 Phenomenology
+1012.1343
+1012.1670
+1012.1834 Phenomenology
+1012.1859 Cosmology and Nongalactic Astrophysics
+1012.1864 Theory
+1012.1892 Atomic Physics
+1012.2039 High Energy Astrophysical Phenomena
+1012.2057 Social and Information Networks
+1012.2150 Instrumentation and Methods for Astrophysics
+1012.2233
+1012.2280 Theory
+1012.2970 Phenomenology
+1012.3960 Cosmology and Nongalactic Astrophysics
+1012.4130 Phenomenology
+1012.5121 Phenomenology
+1012.5252
+1012.5530 Materials Science
+1012.5944 Phenomenology
+1012.6026 Theory
+1101.1121
+1101.1313 Experiment
+1101.1976 Phenomenology
+1101.2158 Phenomenology
+1101.4130 Theory
+1101.4267 Theory
+1101.4322 Combinatorics
+1101.5362 Phenomenology
+1101.5602 Phenomenology
+1102.0004 Cosmology and Nongalactic Astrophysics
+1102.0198 Algebraic Geometry
+1102.0359 Plasma Physics
+1102.0425 Theory
+1102.0577 Theory
+1102.1417 Phenomenology
+1102.1584 Optics
+1102.1689 Phenomenology
+1102.1921 Theory
+1102.2183 Phenomenology
+1102.2305 Phenomenology
+1102.2460 Combinatorics
+1102.2485 Quantum Gases
+1102.2611
+1102.2679 Phenomenology
+1102.2695
+1102.3163 Phenomenology
+1102.3438 Probability
+1102.3803
+1102.3835 Phenomenology
+1102.4010 Phenomenology
+1102.4012 Solar and Stellar Astrophysics
+1102.4026 Molecular Networks
+1102.4406 Combinatorics
+1102.4584 Geometric Topology
+1102.4713 Theory
+1102.4736 Phenomenology
+1103.1172 Cosmology and Nongalactic Astrophysics
+1103.1858 Algebraic Geometry
+1103.2244 Statistical Mechanics
+1103.4214 Cosmology and Nongalactic Astrophysics
+1103.5246 Classical Analysis and ODEs
+1103.6007 Metric Geometry
+1104.0270 Differential Geometry
+1104.1266 Combinatorics
+1104.1270
+1104.2621 Theory
+1104.2937
+1104.3322
+1104.3739 Information Theory
+1104.4002 Applications
+1104.4075 Combinatorics
+1104.4090 Optics
+1104.4112 Instrumentation and Methods for Astrophysics
+1104.4133 History and Philosophy of Physics
+1104.4153 Artificial Intelligence
+1104.4159 Materials Science
+1104.4160 Discrete Mathematics
+1104.4164 Databases
+1104.4168 Computer Vision and Pattern Recognition
+1104.4171 Applications
+1104.4174 Applications
+1104.4176 Applications
+1104.4178 Applications
+1104.4180 Probability
+1104.4185 Applications
+1104.4186 Probability
+1104.4188 Applications
+1104.4189
+1104.4191 Applications
+1104.4192 Analysis of PDEs
+1104.4193 Applications
+1104.4195 Applications
+1104.4196 Functional Analysis
+1104.4197 Strongly Correlated Electrons
+1104.4198 Group Theory
+1104.4203 Data Structures and Algorithms
+1104.4204 Networking and Internet Architecture
+1104.4220 Statistics Theory
+1104.4222 Strongly Correlated Electrons
+1104.4223 Functional Analysis
+1104.4227 Earth and Planetary Astrophysics
+1104.4232 Quantum Algebra
+1104.4233 Phenomenology
+1104.4236 Commutative Algebra
+1104.4238
+1104.4239 Atomic and Molecular Clusters
+1104.4240 Commutative Algebra
+1104.4242 Commutative Algebra
+1104.4243 Probability
+1104.4247 Information Theory
+1104.4250 Strongly Correlated Electrons
+1104.4252 Statistics Theory
+1104.4260 Information Theory
+1104.4262 Combinatorics
+1104.4267 Symplectic Geometry
+1104.4269 Astrophysics of Galaxies
+1104.4271 Combinatorics
+1104.4275 Category Theory
+1104.4289 Statistics Theory
+1104.4291 Rings and Algebras
+1104.4294 Numerical Analysis
+1104.4296 Social and Information Networks
+1104.4297 Algebraic Geometry
+1104.4300 Information Theory
+1104.4303 Theory
+1104.4316 Representation Theory
+1104.4321 Computation and Language
+1104.4322 Earth and Planetary Astrophysics
+1104.4331 Differential Geometry
+1104.4335 Algebraic Geometry
+1104.4339 Operator Algebras
+gr-qc/0106035
+math/0703776 Logic
+quant-ph/0209120
+0705.3477
+0706.1494 Chaotic Dynamics
+0707.2155
+0707.2398
+0708.0176
+0708.2096
+0709.0910 Combinatorics
+0709.4175 Representation Theory
+0801.0059 Probability
+0801.1652 Combinatorics
+0802.3392
+0803.2696 Statistical Mechanics
+0804.0505
+0805.3711
+0807.4848 Rings and Algebras
+0809.1620 Symplectic Geometry
+0809.5222
+0810.0957 Differential Geometry
+0810.4032 Atmospheric and Oceanic Physics
+0810.4294 Differential Geometry
+0812.4607 Theory
+0902.0844 Logic
+0902.1864 Theory
+0902.3198 Theory
+0902.3409 Theory
+0902.3750 Theory
+0902.3835 Theory
+0903.0530 Number Theory
+0904.4672 Theory
+0905.0765
+0905.1340 Group Theory
+0905.3009 Symplectic Geometry
+0907.0540 Rings and Algebras
+0907.1522 Theory
+0907.5107 Theory
+0907.5583 Theory
+0908.0004 Theory
+0909.0715 Number Theory
+0909.0716 Differential Geometry
+0909.1810 Representation Theory
+0909.5630 Group Theory
+0910.2002
+0910.3652 Quantum Algebra
+0910.4990 Soft Condensed Matter
+0911.1388 Discrete Mathematics
+0912.4642 Analysis of PDEs
+1001.4085
+1001.4496 Number Theory
+1002.2797 Combinatorics
+1002.3128 Methodology
+1002.3499 Plasma Physics
+1003.1527 Combinatorics
+1003.5418
+1004.2972 Data Structures and Algorithms
+1004.3194 Theory
+1004.3736 Theory
+1004.3776
+1005.3835 Data Structures and Algorithms
+1005.4621 Phenomenology
+1006.1418 Combinatorics
+1006.2497
+1006.2686 Symplectic Geometry
+1006.2867 Logic in Computer Science
+1006.3244 Phenomenology
+1006.4704 Phenomenology
+1006.5167
+1007.1137 Mesoscale and Nanoscale Physics
+1007.2350 Mesoscale and Nanoscale Physics
+1007.3948 Metric Geometry
+1008.2056
+1009.0148 Algebraic Geometry
+1009.0596 Group Theory
+1009.1340
+1009.4619 Group Theory
+1010.0461 Functional Analysis
+1010.1876
+1010.2818 Networking and Internet Architecture
+1010.2929
+1010.4156 Analysis of PDEs
+1010.4720
+1010.5715
+1011.4004 Mesoscale and Nanoscale Physics
+1011.5017 Operator Algebras
+1011.5539 Populations and Evolution
+1012.2088 Combinatorics
+1012.3596 Functional Analysis
+1012.3767 Spectral Theory
+1101.0187
+1101.1204 Theory
+1101.4991 Operator Algebras
+1101.6056 Superconductivity
+1102.1069 Cellular Automata and Lattice Gases
+1102.1230 Superconductivity
+1102.2732 Disordered Systems and Neural Networks
+1102.2800
+1102.4649 Theory
+1103.0341 Probability
+1103.0860 Soft Condensed Matter
+1103.3982 Theory
+1103.5516
+1104.0066
+1104.0438 Mesoscale and Nanoscale Physics
+1104.3083 Physics and Society
+1105.0419 Cosmology and Nongalactic Astrophysics
+1105.0762 Lattice
+1105.2249 Number Theory
+1105.4326
+1105.4726 Phenomenology
+1105.5222
+1105.5752 Rings and Algebras
+1105.5827 Mesoscale and Nanoscale Physics
+1106.0116 Theory
+1106.0165 Probability
+1106.2252 Biomolecules
+1106.3284 Phenomenology
+1106.3759 Optimization and Control
+1106.4254
+1106.5214 High Energy Astrophysical Phenomena
+1107.0422
+1107.0680 Instrumentation and Methods for Astrophysics
+1107.0819 Mesoscale and Nanoscale Physics
+1107.3448 Theory
+1107.3659 Cosmology and Nongalactic Astrophysics
+1107.4264 Instrumentation and Methods for Astrophysics
+1107.4784 Theory
+1107.4873 Networking and Internet Architecture
+1107.5087 Numerical Analysis
+1108.0007 Computer Vision and Pattern Recognition
+1108.0012 Soft Condensed Matter
+1108.0014 General Physics
+1108.0017 Learning
+1108.0024 Information Theory
+1108.0026 Analysis of PDEs
+1108.0035 Analysis of PDEs
+1108.0041 Mesoscale and Nanoscale Physics
+1108.0044 Optics
+1108.0045 Algebraic Geometry
+1108.0049 Operator Algebras
+1108.0054 Optics
+1108.0055 Pattern Formation and Solitons
+1108.0056 Cosmology and Nongalactic Astrophysics
+1108.0057
+1108.0059 Strongly Correlated Electrons
+1108.0062 Geometric Topology
+1108.0072 Information Theory
+1108.0075 Algebraic Geometry
+1108.0077 General Finance
+1108.0080
+1108.0082 Differential Geometry
+1108.0083 Superconductivity
+1108.0085
+1108.0087 Number Theory
+1108.0089 Classical Analysis and ODEs
+1108.0090 Phenomenology
+1108.0096 Number Theory
+1108.0102 Materials Science
+1108.0104 Materials Science
+1108.0105 Number Theory
+1108.0109 Analysis of PDEs
+1108.0112 Atomic Physics
+1108.0113 Analysis of PDEs
+1108.0115 Phenomenology
+1108.0123 Numerical Analysis
+1108.0126 Representation Theory
+1108.0128 Optimization and Control
+1108.0132 Classical Analysis and ODEs
+1108.0134 Differential Geometry
+1108.0135 Number Theory
+1108.0136 Analysis of PDEs
+1108.0142 Functional Analysis
+1108.0144 Logic in Computer Science
+1108.0150 Atomic Physics
+1108.0153
+1108.0154 Materials Science
+1108.0155 Artificial Intelligence
+1108.0159 Materials Science
+1108.0164 Algebraic Geometry
+1108.0170 Systems and Control
+1108.0174 Differential Geometry
+1108.0177 Functional Analysis
+1108.0183 Spectral Theory
+1108.0184 Statistics Theory
+1108.0189 Algebraic Topology
+1108.0190 Programming Languages
+1108.0191
+1108.0192 Networking and Internet Architecture
+1108.0193 Strongly Correlated Electrons
+1108.0194 Information Theory
+1108.0197 Strongly Correlated Electrons
+1108.0200 Optics
+1108.0202 Number Theory
+1108.0209 Molecular Networks
+1108.0212
+1108.0217 Analysis of PDEs
+1108.0223 Computational Complexity
+1108.0226
+1108.0228 Software Engineering
+1108.0229 Logic in Computer Science
+1108.0230 Formal Languages and Automata Theory
+1108.0231 Distributed, Parallel, and Cluster Computing
+1108.0232 Formal Languages and Automata Theory
+1108.0235
+1108.0239 Optimization and Control
+1108.0240 Applications
+1108.0243 Cryptography and Security
+1108.0247 Differential Geometry
+1108.0250 Phenomenology
+1108.0252 Group Theory
+1108.0256 Dynamical Systems
+1108.0261 Social and Information Networks
+1108.0262 Group Theory
+1108.0263
+1108.0267 Networking and Internet Architecture
+1108.0271
+1108.0274 Group Theory
+1108.0276 Metric Geometry
+1108.0279 Strongly Correlated Electrons
+1108.0282 Representation Theory
+1108.0287 Theory
+1108.0289 Populations and Evolution
+1108.0298 Methodology
+1108.0299 Mesoscale and Nanoscale Physics
+1108.0301 Applications
+1108.0303
+1108.0306 Solar and Stellar Astrophysics
+1108.0314 Dynamical Systems
+1108.0325
+1108.0327 Symplectic Geometry
+1108.0329 Programming Languages
+1108.0330 Logic in Computer Science
+1108.0335 Solar and Stellar Astrophysics
+1108.0340 Materials Science
+1108.0344 Spectral Theory
+1108.0347 Information Theory
+1108.0351 Representation Theory
+1108.0355 Computational Engineering, Finance, and Science
+1108.0357
+1108.0363 Programming Languages
+1108.0370 Networking and Internet Architecture
+1108.0372 Materials Science
+1108.0373 Statistics Theory
+1108.0377 Networking and Internet Architecture
+1108.0378 Other Condensed Matter
+1108.0380 Materials Science
+1108.0381 Physics and Society
+1108.0382 Cosmology and Nongalactic Astrophysics
+1108.0384 Probability
+1108.0388 Data Structures and Algorithms
+1108.0396 High Energy Astrophysical Phenomena
+1108.0397 Analysis of PDEs
+1108.0406 Classical Analysis and ODEs
+1108.0407 Superconductivity
+astro-ph/0703204
+cond-mat/0602326 Soft Condensed Matter
+cond-mat/0610184 Soft Condensed Matter
+cs/0511082 Data Structures and Algorithms
+math/0501011 Symplectic Geometry
+math/0502573 Algebraic Geometry
+math/0611209 Number Theory
+math/0703738 Symplectic Geometry
+physics/0601112 Fluid Dynamics
+quant-ph/0611190
+0704.0893
+0708.2070
+0802.2522
+0804.4859
+0808.0030 Superconductivity
+0812.2545
+0905.3940 Algebraic Geometry
+0907.0861 Theory
+0907.1277
+0907.4053
+0907.4661 Analysis of PDEs
+0907.4764 Combinatorics
+0909.0993 Algebraic Geometry
+0910.0045 Logic in Computer Science
+0910.1059 Computational Geometry
+0910.2791
+0910.4222
+0911.0630 Logic in Computer Science
+0911.2440
+0911.4120 Solar and Stellar Astrophysics
+0911.5227
+0911.5357 Methodology
+1003.4897 Analysis of PDEs
+1004.0143 Commutative Algebra
+1004.2417 High Energy Astrophysical Phenomena
+1005.1684 Information Theory
+1005.1797 Atomic Physics
+1005.3631 Cosmology and Nongalactic Astrophysics
+1006.0765
+1006.4687 Cosmology and Nongalactic Astrophysics
+1006.5382 Disordered Systems and Neural Networks
+1007.2587 Fluid Dynamics
+1007.5333 Phenomenology
+1008.0312 Geometric Topology
+1008.4296 Functional Analysis
+1009.0382 Commutative Algebra
+1009.0385 Algebraic Geometry
+1009.3210 Rings and Algebras
+1009.4230 Theory
+1009.4629 Differential Geometry
+1010.0162 Probability
+1010.1249 Solar and Stellar Astrophysics
+1010.2626 Phenomenology
+1010.4016 Other Condensed Matter
+1010.4567 Strongly Correlated Electrons
+1011.3288 High Energy Astrophysical Phenomena
+1011.3809
+1011.3883
+1011.3922 General Physics
+1011.4240
+1011.4290
+1011.4306 Phenomenology
+1011.4325 Lattice
+1011.4354
+1011.4378 Lattice
+1011.4393 Lattice
+1011.4400 Statistical Mechanics
+1011.4417 Phenomenology
+1011.4491 Theory
+1011.4883 Lattice
+1011.4892 Experiment
+1011.4893 Quantum Gases
+1011.4922 Phenomenology
+1012.0035 Statistical Mechanics
+1012.1300 Theory
+1012.1870 Phenomenology
+1012.4402 Theory
+1012.4672 Strongly Correlated Electrons
+1012.5523 Theory
+1012.5728 Theory
+1101.0916 Materials Science
+1101.1283
+1101.2810 Phenomenology
+1101.4444 Differential Geometry
+1101.4868 Quantum Gases
+1101.4910 Phenomenology
+1101.5276
+1101.5611
+1101.5843 Theory
+1101.6008 Phenomenology
+1102.3428 Mesoscale and Nanoscale Physics
+1102.3532
+1102.3977 Mesoscale and Nanoscale Physics
+1102.3986
+1102.4376
+1102.4696
+1102.5489 Phenomenology
+1103.0008 Phenomenology
+1103.1269 Phenomenology
+1103.1449
+1103.1632 Phenomenology
+1103.1993 Theory
+1103.2111
+1103.2219 Theory
+1103.2880 High Energy Astrophysical Phenomena
+1103.3232 Theory
+1103.3773 Theory
+1103.4081
+1103.4231 Quantum Gases
+1103.5174 Solar and Stellar Astrophysics
+1103.5699 Experiment
+1103.5720 Differential Geometry
+1103.5779 Cosmology and Nongalactic Astrophysics
+1103.5977 Phenomenology
+1104.0307 Phenomenology
+1104.3404 Theory
+1104.3879
+1104.5022 Theory
+1104.5385 Plasma Physics
+1105.0086 Number Theory
+1105.0546 Solar and Stellar Astrophysics
+1105.0618 High Energy Astrophysical Phenomena
+1105.1419 Cosmology and Nongalactic Astrophysics
+1105.1705 Phenomenology
+1105.1946
+1106.0091
+1106.0328
+1106.0421 Quantum Algebra
+1106.0789 Theory
+1106.0835 Numerical Analysis
+1106.1183 Cosmology and Nongalactic Astrophysics
+1106.2163 Cosmology and Nongalactic Astrophysics
+1106.2728
+1106.4088
+1106.5170 Distributed, Parallel, and Cluster Computing
+1106.5292
+1107.1046 Optics
+1107.1065 Algebraic Topology
+1107.1233 Logic in Computer Science
+1107.1247 Soft Condensed Matter
+1107.1257 Computational Physics
+1107.1258 Solar and Stellar Astrophysics
+1107.1259 Phenomenology
+1107.1265 Data Structures and Algorithms
+1107.1273 Phenomenology
+1107.1289 Functional Analysis
+1107.1290
+1107.1292 Discrete Mathematics
+1107.1293
+1107.1296 Combinatorics
+1107.1297 Rings and Algebras
+1107.1300 Mesoscale and Nanoscale Physics
+1107.1306
+1107.1321 Computational Physics
+1107.1332 Group Theory
+1107.1335 Combinatorics
+1107.1338
+1107.1359 Computational Geometry
+1107.1360 Atmospheric and Oceanic Physics
+1107.1362 Algebraic Geometry
+1107.1363 Geometric Topology
+1107.1364 Number Theory
+1107.1365 General Physics
+1107.1375 Rings and Algebras
+1107.1385 Soft Condensed Matter
+1107.1393 Theory
+1107.1394 Group Theory
+1107.1396 Quantum Algebra
+1107.1397
+1107.1398 Programming Languages
+1107.1399 Classical Physics
+1107.1400 Phenomenology
+1107.1402 Phenomenology
+1107.1403 Combinatorics
+1107.1408 Algebraic Topology
+1107.1416 Atmospheric and Oceanic Physics
+1107.1418 Phenomenology
+1107.1423 Phenomenology
+1107.1445 Data Analysis, Statistics and Probability
+1107.1449 Rings and Algebras
+1107.1450 Disordered Systems and Neural Networks
+1107.1454 Biological Physics
+1107.1457 Theory
+1107.1460 Phenomenology
+1107.1465 Representation Theory
+1107.1466
+1107.1474 Analysis of PDEs
+1107.1496 Superconductivity
+astro-ph/0504381
+astro-ph/0606542
+astro-ph/0609405
+astro-ph/0703581
+hep-th/9403154 Theory
+math/0511104 Geometric Topology
+physics/0403021 Optics
+quant-ph/0412127
+0710.2001
+0801.1319 Combinatorics
+0801.4104
+0806.2031 Disordered Systems and Neural Networks
+0807.3944
+0810.2532
+0903.4414 Algebraic Geometry
+0905.0443 Functional Analysis
+0905.2410 Quantum Algebra
+0906.1223 Probability
+0907.3755 Geometric Topology
+0907.4566 Experiment
+0908.1164 Differential Geometry
+0908.1926 Probability
+0909.1471 Algebraic Geometry
+0911.0232 Optimization and Control
+0912.0626 Algebraic Geometry
+0912.3512 Representation Theory
+1001.2366 Category Theory
+1001.3046 Theory
+1002.1337 Information Theory
+1002.4857 Statistical Mechanics
+1004.0946 Differential Geometry
+1004.3310 Portfolio Management
+1007.1128
+1007.2144 Statistical Mechanics
+1009.0472 Theory
+1009.0909 Data Structures and Algorithms
+1009.1752 Mesoscale and Nanoscale Physics
+1010.0326
+1010.0721 Dynamical Systems
+1010.1367
+1010.3757 Physics and Society
+1011.0040 Representation Theory
+1011.1030 Formal Languages and Automata Theory
+1011.5684 Mesoscale and Nanoscale Physics
+1012.0645
+1012.1497 Differential Geometry
+1012.2664 Probability
+1101.3610 Quantum Gases
+1101.4948 Theory
+1102.3400
+1102.5742 Superconductivity
+1103.0152 Theory
+1103.0881 Instrumentation and Detectors
+1103.1216 Instrumentation and Methods for Astrophysics
+1103.3329 Superconductivity
+1103.3731 Probability
+1103.6188
+1104.1101 Analysis of PDEs
+1104.1148
+1104.1706 High Energy Astrophysical Phenomena
+1104.3717 Strongly Correlated Electrons
+1104.4626 Classical Analysis and ODEs
+1104.5603 Statistical Mechanics
+1105.2764
+1105.3807
+1105.3922
+1105.4540 Information Theory
+1106.0281 Physics and Society
+1106.3973 Superconductivity
+1106.4242 Mesoscale and Nanoscale Physics
+1106.4355 Machine Learning
+1107.0088 Discrete Mathematics
+1107.2047 Materials Science
+1107.2618 Statistical Mechanics
+1107.2772 Strongly Correlated Electrons
+1107.3524 Probability
+1107.4208 Strongly Correlated Electrons
+1107.5145
+1108.1199 Mesoscale and Nanoscale Physics
+1108.2888 Cosmology and Nongalactic Astrophysics
+1108.3211 Experiment
+1108.3835 Superconductivity
+1108.4240 Superconductivity
+1108.4361 Computers and Society
+1108.4796 Disordered Systems and Neural Networks
+1108.5230 Quantum Gases
+1109.0112 Fluid Dynamics
+1109.1169 Numerical Analysis
+1109.1916 Group Theory
+1109.3175 Fluid Dynamics
+1109.4160 Molecular Networks
+1109.4743 High Energy Astrophysical Phenomena
+1109.5383 Phenomenology
+1109.5441 Category Theory
+1109.5652 General Physics
+1110.0111 Classical Analysis and ODEs
+1110.0234 General Physics
+1110.0764 Geometric Topology
+1110.1584 Logic
+1110.2516 Instrumentation and Methods for Astrophysics
+1110.2571 Combinatorics
+1110.2664
+1110.2909 Phenomenology
+1110.2961 Statistics Theory
+1110.3071 Phenomenology
+1110.3086 Instrumentation and Detectors
+1110.3441 Optimization and Control
+1110.3642 Phenomenology
+1110.3759
+1110.3784 Cosmology and Nongalactic Astrophysics
+1110.3810 Dynamical Systems
+1110.3811 Probability
+1110.3813 Probability
+1110.3814 Theory
+1110.3819 Fluid Dynamics
+1110.3821 Cosmology and Nongalactic Astrophysics
+1110.3825 Phenomenology
+1110.3827 Probability
+1110.3844 Cryptography and Security
+1110.3849 Combinatorics
+1110.3850 Data Structures and Algorithms
+1110.3851 Representation Theory
+1110.3852 Chaotic Dynamics
+1110.3853 Programming Languages
+1110.3855 Information Theory
+1110.3859 Representation Theory
+1110.3860 Social and Information Networks
+1110.3869 High Energy Astrophysical Phenomena
+1110.3870 Earth and Planetary Astrophysics
+1110.3871 Strongly Correlated Electrons
+1110.3875 Cryptography and Security
+1110.3883 Mesoscale and Nanoscale Physics
+1110.3890 Materials Science
+1110.3891 Accelerator Physics
+1110.3900 Analysis of PDEs
+1110.3903
+1110.3905 High Energy Astrophysical Phenomena
+1110.3906 Phenomenology
+1110.3910 Lattice
+1110.3914 Phenomenology
+1110.3917 Learning
+1110.3922 Spectral Theory
+1110.3923
+1110.3926 Complex Variables
+1110.3931
+1110.3933 Neurons and Cognition
+1110.3939 Computer Science and Game Theory
+1110.3941 Quantum Gases
+1110.3943 Populations and Evolution
+1110.3944 Statistical Mechanics
+1110.3954 Cosmology and Nongalactic Astrophysics
+1110.3956 Strongly Correlated Electrons
+1110.3959 Emerging Technologies
+1110.3961 Multiagent Systems
+1110.3965
+1110.3966
+1110.3968 General Physics
+1110.3969 Other Computer Science
+1110.3974 Fluid Dynamics
+1110.3975 Fluid Dynamics
+1110.3980 Fluid Dynamics
+1110.3985 Fluid Dynamics
+1110.3987 Fluid Dynamics
+1110.3990 Operator Algebras
+1110.3992 Fluid Dynamics
+1110.3993 Fluid Dynamics
+1110.4001 Dynamical Systems
+1110.4003 Differential Geometry
+1110.4005
+1110.4007 Fluid Dynamics
+1110.4012 Solar and Stellar Astrophysics
+1110.4014 Combinatorics
+1110.4015 Social and Information Networks
+1110.4017 Functional Analysis
+1110.4018 Atmospheric and Oceanic Physics
+1110.4030 Chemical Physics
+1110.4034 Logic in Computer Science
+1110.4040 Atomic Physics
+1110.4044 High Energy Astrophysical Phenomena
+1110.4046 Numerical Analysis
+1110.4049 Number Theory
+1110.4054 Fluid Dynamics
+1110.4056
+1110.4059 Combinatorics
+1110.4064 Solar and Stellar Astrophysics
+1110.4065 Spectral Theory
+1110.4068 Logic
+1110.4070 Populations and Evolution
+1110.4075 Soft Condensed Matter
+1110.4076 Artificial Intelligence
+1110.4078 Phenomenology
+1110.4079 Probability
+1110.4084 Optimization and Control
+1110.4086 Algebraic Topology
+1110.4091 Strongly Correlated Electrons
+1110.4092 Quantum Gases
+1110.4095 General Physics
+1110.4098 Number Theory
+1110.4100 Analysis of PDEs
+gr-qc/0505127
+math-ph/0308005
+math-ph/0607008
+math/0102223 Combinatorics
+math/0508371 Probability
+math/0511537 Combinatorics
+math/0609601 General Topology
+math/0610425 Probability
+math/0611924 Differential Geometry
+nlin/0010045 Chaotic Dynamics
+nlin/0104009 Chaotic Dynamics
+nlin/0304034 Chaotic Dynamics
+0708.1771
+0805.4731
+0806.0463 Algebraic Geometry
+0809.3797
+0810.3046 Phenomenology
+0902.2790 Theory
+0904.4275 Functional Analysis
+0905.1197
+0905.4107 Algebraic Geometry
+0906.1402 Spectral Theory
+0907.2451 Statistics Theory
+0909.0370
+0911.2846 Theory
+0911.4528
+0912.1408
+1002.0832 Machine Learning
+1002.3468
+1002.4275
+1003.0718 Differential Geometry
+1003.4703 Spectral Theory
+1003.4738 Earth and Planetary Astrophysics
+1004.2987 Mesoscale and Nanoscale Physics
+1004.5529 Information Theory
+1007.0245 Earth and Planetary Astrophysics
+1007.2002 Classical Analysis and ODEs
+1008.1550 Methodology
+1008.3717 Astrophysics of Galaxies
+1008.3883 Soft Condensed Matter
+1009.0145 Probability
+1009.2690 Phenomenology
+1009.4383 Social and Information Networks
+1009.5139 Fluid Dynamics
+1010.4611 Metric Geometry
+1010.5559 Mesoscale and Nanoscale Physics
+1011.2313 Performance
+1011.3434 Number Theory
+1011.3906 Soft Condensed Matter
+1012.0085
+1012.4705 Solar and Stellar Astrophysics
+1012.5327 Information Theory
+1012.5347 Probability
+1101.1394 Algebraic Geometry
+1101.1660 Dynamical Systems
+1102.3261
+1103.3373 Instrumentation and Methods for Astrophysics
+1103.5748 Theory
+1104.1138 Statistical Mechanics
+1104.3702
+1104.4455 Probability
+1104.5050 Materials Science
+1105.0030 Quantum Gases
+1105.2645 Solar and Stellar Astrophysics
+1105.3771 Exactly Solvable and Integrable Systems
+1105.4090
+1106.4971 Quantum Gases
+1106.5242 Applications
+1106.5409
+1106.6232 Cosmology and Nongalactic Astrophysics
+1106.6240
+1106.6248 Phenomenology
+1107.0795 Materials Science
+1107.2764 Phenomenology
+1107.2960 Spectral Theory
+1108.0778 Experiment
+1108.2968 Phenomenology
+1108.4133 Networking and Internet Architecture
+1108.4654 Theory
+1108.4716 Solar and Stellar Astrophysics
+1108.5247 Atomic and Molecular Clusters
+1108.5505 Optimization and Control
+1108.5669 Computer Science and Game Theory
+1108.5724 Systems and Control
+1108.5747 General Topology
+1108.5751 General Topology
+1108.5933 Commutative Algebra
+1108.6031 Optimization and Control
+1108.6223 Software Engineering
+1109.0032 Digital Libraries
+1109.0094 Data Structures and Algorithms
+1109.0148 Solar and Stellar Astrophysics
+1109.0179 Phenomenology
+1109.0281 Astrophysics of Galaxies
+1109.0291
+1109.0296 Popular Physics
+1109.0310 Materials Science
+1109.0311 Phenomenology
+1109.0312 Computational Geometry
+1109.0313 Functional Analysis
+1109.0315 Plasma Physics
+1109.0321 Solar and Stellar Astrophysics
+1109.0322 Methodology
+1109.0323 Programming Languages
+1109.0324 Software Engineering
+1109.0326 Classical Analysis and ODEs
+1109.0327 Materials Science
+1109.0329 Optics
+1109.0331 Algebraic Geometry
+1109.0333 Logic in Computer Science
+1109.0334 Materials Science
+1109.0335 Theory
+1109.0337 Information Theory
+1109.0339
+1109.0341 Superconductivity
+1109.0345 Computational Geometry
+1109.0352 Algebraic Topology
+1109.0353 Algebraic Topology
+1109.0359 Cryptography and Security
+1109.0364 Numerical Analysis
+1109.0365 Mesoscale and Nanoscale Physics
+1109.0367 Optimization and Control
+1109.0375 Logic in Computer Science
+1109.0379
+1109.0380 Strongly Correlated Electrons
+1109.0385 Numerical Analysis
+1109.0387
+1109.0389 Computational Geometry
+1109.0391 Mesoscale and Nanoscale Physics
+1109.0413 Number Theory
+1109.0414 Information Theory
+1109.0416 Instrumentation and Methods for Astrophysics
+1109.0417 Combinatorics
+1109.0418 Optimization and Control
+1109.0420 Information Retrieval
+1109.0423 Biomolecules
+1109.0428 Systems and Control
+1109.0429 Classical Analysis and ODEs
+1109.0432 Phenomenology
+1109.0434 Atomic Physics
+1109.0437
+1109.0439 Algebraic Geometry
+1109.0445 Solar and Stellar Astrophysics
+1109.0449 Probability
+1109.0450 Functional Analysis
+1109.0451 Number Theory
+1109.0455 Machine Learning
+1109.0456 Software Engineering
+1109.0461
+1109.0462 Superconductivity
+1109.0464 Experiment
+1109.0466 Classical Analysis and ODEs
+1109.0472 Atmospheric and Oceanic Physics
+1109.0473 Solar and Stellar Astrophysics
+1109.0476 Algebraic Geometry
+1109.0477 Functional Analysis
+1109.0483 Cosmology and Nongalactic Astrophysics
+1109.0488 Functional Analysis
+1109.0490 Lattice
+1109.0497 Statistical Mechanics
+1109.0507 Cryptography and Security
+1109.0514 Cosmology and Nongalactic Astrophysics
+1109.0516 Dynamical Systems
+1109.0520 Differential Geometry
+1109.0522 Combinatorics
+1109.0524 Statistics Theory
+1109.0529 Cosmology and Nongalactic Astrophysics
+1109.0530 Information Retrieval
+math/0612094 Probability
+quant-ph/0609077
+0709.0121 Probability
+0710.1370 Combinatorics
+0807.1336
+0807.3579 Materials Science
+0810.1168 Statistical Mechanics
+0810.1181
+0812.4253 Mesoscale and Nanoscale Physics
+0812.4764 Numerical Analysis
+0901.0350 Biological Physics
+0901.4065 Mesoscale and Nanoscale Physics
+0902.2069 Astrophysics of Galaxies
+0902.3301 Biological Physics
+0905.4230 Probability
+0906.3343 Statistical Mechanics
+0907.2043 Quantitative Methods
+0908.0734 High Energy Astrophysical Phenomena
+0910.3632 Probability
+0910.4963 Theory
+0910.5164 Differential Geometry
+0911.2657 Superconductivity
+1001.0001 Information Theory
+1003.1600 Populations and Evolution
+1003.4216 Portfolio Management
+1003.4225 Number Theory
+1003.5239 Networking and Internet Architecture
+1003.6003 Analysis of PDEs
+1004.0485 Functional Analysis
+1004.0854 Superconductivity
+1004.1387 Superconductivity
+1005.1699 Populations and Evolution
+1005.2073
+1005.5087 Analysis of PDEs
+1006.1524 Instrumentation and Methods for Astrophysics
+1006.4516
+1007.0561
+1007.5381 Strongly Correlated Electrons
+1009.2387 Dynamical Systems
+1009.2541 Operator Algebras
+1010.3668 Probability
+1010.3851 Cosmology and Nongalactic Astrophysics
+1010.4355 Probability
+1010.5026 Algebraic Geometry
+1010.5964
+1011.0946 Cosmology and Nongalactic Astrophysics
+1011.1546 Superconductivity
+1011.2117
+1011.3878 Dynamical Systems
+1011.5455 Geometric Topology
+1011.5827 Strongly Correlated Electrons
+1012.2656
+1012.2745 Soft Condensed Matter
+1012.4475
+1101.1626
+1101.2574 Phenomenology
+1101.4873 Probability
+1101.4885
+1101.5145 Theory
+1102.0481 Number Theory
+1102.0878 Algebraic Geometry
+1102.1046 Optics
+1102.2824 Statistical Mechanics
+1102.4930 Information Theory
+1102.5272 Superconductivity
+1103.0172 Databases
+1103.0800 Systems and Control
+1103.1845 Analysis of PDEs
+1103.2165 Computational Complexity
+1103.5332 Earth and Planetary Astrophysics
+1104.2866
+1104.5506 Optics
+1104.5596 Commutative Algebra
+1104.5695
+1105.0236 Materials Science
+1105.0540 Machine Learning
+1105.0668 Distributed, Parallel, and Cluster Computing
+1105.0748
+1105.0830 Social and Information Networks
+1105.0847 Number Theory
+1105.0848 Number Theory
+1105.0850 Number Theory
+1105.0927 Phenomenology
+1105.0929 Astrophysics of Galaxies
+1105.0930 Materials Science
+1105.0934 Optimization and Control
+1105.0949 Materials Science
+1105.0957
+1105.0958
+1105.0959 Instrumentation and Methods for Astrophysics
+1105.0962 Rings and Algebras
+1105.0963 Medical Physics
+1105.0964
+1105.0966 Programming Languages
+1105.0967
+1105.0974 Artificial Intelligence
+1105.0975 Earth and Planetary Astrophysics
+1105.0981 Populations and Evolution
+1105.0987 Geometric Topology
+1105.0988
+1105.0991 Discrete Mathematics
+1105.0994
+1105.0998 Materials Science
+1105.0999 Soft Condensed Matter
+1105.1001 Mesoscale and Nanoscale Physics
+1105.1009 Statistical Mechanics
+1105.1013 Soft Condensed Matter
+1105.1014 Hardware Architecture
+1105.1017 Algebraic Geometry
+1105.1028 Robotics
+1105.1029 Operator Algebras
+1105.1042
+1105.1044 Strongly Correlated Electrons
+1105.1045 Solar and Stellar Astrophysics
+1105.1048 Group Theory
+1105.1049 Materials Science
+1105.1051
+1105.1054 Group Theory
+1105.1055 Probability
+1105.1065 Superconductivity
+1105.1066 Solar and Stellar Astrophysics
+1105.1067 Combinatorics
+1105.1070 General Physics
+1105.1079 Chemical Physics
+1105.1081 Cosmology and Nongalactic Astrophysics
+1105.1085 Phenomenology
+1105.1087
+1105.1088 Combinatorics
+1105.1095 Probability
+1105.1096 Mesoscale and Nanoscale Physics
+1105.1097 Materials Science
+1105.1099 Combinatorics
+1105.1102 Soft Condensed Matter
+1105.1104 Strongly Correlated Electrons
+1105.1106 Analysis of PDEs
+1105.1108 Chaotic Dynamics
+1105.1109 Data Structures and Algorithms
+1105.1120 Solar and Stellar Astrophysics
+1105.1121 Analysis of PDEs
+1105.1124 Functional Analysis
+1105.1125 Mesoscale and Nanoscale Physics
+1105.1126 Solar and Stellar Astrophysics
+1105.1131 Numerical Analysis
+1105.1134
+1105.1136 Algebraic Geometry
+1105.1141 Cryptography and Security
+1105.1156 Strongly Correlated Electrons
+gr-qc/0702095
+hep-th/0701219 Theory
+math/0702079 Analysis of PDEs
+0705.3857 Spectral Theory
+0706.0243 Quantum Algebra
+0811.0456
+0902.2415 Physics and Society
+0903.1587 Geometric Topology
+0907.1520 Rings and Algebras
+0909.4307 Solar and Stellar Astrophysics
+0910.1225 Solar and Stellar Astrophysics
+0910.2377 Materials Science
+0910.4230 Superconductivity
+0911.2459 Differential Geometry
+1003.5327 Networking and Internet Architecture
+1004.3396 Mesoscale and Nanoscale Physics
+1005.0361 Neurons and Cognition
+1005.0558 Number Theory
+1005.0560 Number Theory
+1005.1528 Number Theory
+1005.1533 Number Theory
+1005.1535 Number Theory
+1005.3958 Solar and Stellar Astrophysics
+1006.4286 Strongly Correlated Electrons
+1007.0058 Operator Algebras
+1007.1076 Algebraic Geometry
+1007.1932 Operator Algebras
+1008.2085 Cosmology and Nongalactic Astrophysics
+1009.3040 Representation Theory
+1010.2135 Representation Theory
+1011.1977 Optics
+1011.2435 Adaptation and Self-Organizing Systems
+1011.4662 Commutative Algebra
+1012.2576 Algebraic Geometry
+1101.2127 Statistical Mechanics
+1102.0663 Exactly Solvable and Integrable Systems
+1102.1227 Information Theory
+1102.3139 Chaotic Dynamics
+1102.4207 Mesoscale and Nanoscale Physics
+1103.0050 Chaotic Dynamics
+1103.0774
+1103.3810 Combinatorics
+1103.4377 K-Theory and Homology
+1103.4949
+1103.5342 Quantum Gases
+1103.5709
+1104.5247 Physics and Society
+1105.3701 Analysis of PDEs
+1105.4311 Plasma Physics
+1106.0833 History and Overview
+1106.3028 Phenomenology
+1106.4256 Superconductivity
+1106.4454 Data Structures and Algorithms
+1106.4765 Soft Condensed Matter
+1106.5561 Statistical Mechanics
+1106.5951 Plasma Physics
+1107.1596 Theory
+1107.3434 Mesoscale and Nanoscale Physics
+1107.4704 Dynamical Systems
+1107.5419 Distributed, Parallel, and Cluster Computing
+1107.5990 Optics
+1108.0028 Instrumentation and Methods for Astrophysics
+1108.0140 Phenomenology
+1108.0284 Phenomenology
+1108.0775 Learning
+1108.1113 Theory
+1108.3056 Soft Condensed Matter
+1108.3227 Geometric Topology
+1108.3273 Differential Geometry
+1108.3709 Number Theory
+1108.3710 Number Theory
+1108.4193
+1108.4522 Other Condensed Matter
+1108.5638 Superconductivity
+1109.0252
+1109.2031 Solar and Stellar Astrophysics
+1109.2798 Quantum Gases
+1109.3149
+1109.5600 Probability
+1110.1943 Phenomenology
+1110.1966 Experiment
+1110.2510 Soft Condensed Matter
+1110.3627 Statistics Theory
+1110.5182 Phenomenology
+1111.0297 Earth and Planetary Astrophysics
+1111.0420 Statistical Mechanics
+1111.3362 Astrophysics of Galaxies
+1111.3848 Number Theory
+1111.4388 Probability
+1111.4813 Combinatorics
+1111.5106 Mesoscale and Nanoscale Physics
+1111.5284 Algebraic Geometry
+1111.5318 History and Philosophy of Physics
+1111.5337 Quantum Gases
+1111.5339 Algebraic Geometry
+1111.5340 Computational Geometry
+1111.5342 Algebraic Geometry
+1111.5347
+1111.5348 Operating Systems
+1111.5354 Algebraic Geometry
+1111.5355 Materials Science
+1111.5356
+1111.5365
+1111.5368 Phenomenology
+1111.5370 Phenomenology
+1111.5382 Physics and Society
+1111.5386 Data Structures and Algorithms
+1111.5391 Distributed, Parallel, and Cluster Computing
+1111.5395 Differential Geometry
+1111.5396 Analysis of PDEs
+1111.5397 Risk Management
+1111.5399
+1111.5400 Physics Education
+1111.5401 Number Theory
+1111.5404 Number Theory
+1111.5407 Phenomenology
+1111.5409 Differential Geometry
+1111.5412 Combinatorics
+1111.5414 Data Structures and Algorithms
+1111.5419 Applications
+1111.5420 Statistics Theory
+1111.5425
+1111.5429 Applications
+1111.5434
+1111.5436 High Energy Astrophysical Phenomena
+1111.5447 Group Theory
+1111.5451 Dynamical Systems
+1111.5453 Materials Science
+1111.5456 Soft Condensed Matter
+1111.5466 Materials Science
+1111.5467 Formal Languages and Automata Theory
+1111.5468 Biomolecules
+1111.5484 Information Theory
+1111.5487 Applications
+1111.5495 Algebraic Topology
+1111.5496 Combinatorics
+1111.5500 Human-Computer Interaction
+1111.5502 Software Engineering
+1111.5507 Fluid Dynamics
+1111.5510 Fluid Dynamics
+1111.5514 Algebraic Geometry
+1111.5518 Databases
+1111.5526 Differential Geometry
+1111.5527 Solar and Stellar Astrophysics
+1111.5530 General Physics
+1111.5533 Probability
+1111.5538 Probability
+1111.5541 Quantum Gases
+1111.5545 Instrumentation and Methods for Astrophysics
+1111.5548 Databases
+1111.5551 Applications
+1111.5556 Materials Science
+1111.5563 Applications
+1111.5572 Data Structures and Algorithms
+1111.5576 Theory
+1111.5586 Biomolecules
+1111.5590 Earth and Planetary Astrophysics
+1111.5592 Number Theory
+1111.5593 Computers and Society
+1111.5596 Lattice
+1111.5598 Combinatorics
+1111.5599 Earth and Planetary Astrophysics
+1111.5601 Group Theory
+1111.5604 Rings and Algebras
+math/0308222 Geometric Topology
+math/0309367 General Mathematics
+math/0602255 Algebraic Geometry
+nlin/0509053 Chaotic Dynamics
+quant-ph/0508145
+0704.1829 Discrete Mathematics
+0704.1866 Analysis of PDEs
+0707.0124 Functional Analysis
+0801.0219 Functional Analysis
+0803.3933 Combinatorics
+0807.4706 Representation Theory
+0808.1790 Superconductivity
+0809.2060 Phenomenology
+0811.2498
+0901.1171 Classical Analysis and ODEs
+0901.1725 Spectral Theory
+0901.3029 Functional Analysis
+0902.0186 Metric Geometry
+0903.3653 Geometric Topology
+0905.1503 Optics
+0906.3984 Optics
+0909.5541 Statistical Mechanics
+0910.1383 Representation Theory
+0910.3797 Analysis of PDEs
+0910.5367 Geometric Topology
+0911.4522 Information Theory
+0912.0006 Cosmology and Nongalactic Astrophysics
+0912.0260 Solar and Stellar Astrophysics
+0912.4058 Atomic Physics
+1001.0612 Probability
+1002.0042 Statistics Theory
+1002.0185 Theory
+1002.4141 Geometric Topology
+1002.4622 Theory
+1003.0760 Materials Science
+1003.1138 Phenomenology
+1003.3548 Probability
+1003.4585 Experiment
+1003.5826 Optimization and Control
+1004.2419 Mesoscale and Nanoscale Physics
+1004.4169 Portfolio Management
+1004.4886 Combinatorics
+1005.3293 Theory
+1005.5144
+1005.5656 Algebraic Geometry
+1006.0772 Physics and Society
+1006.1509 Strongly Correlated Electrons
+1006.2245 Phenomenology
+1006.3118 Optics
+1006.5532 Functional Analysis
+1006.5808 Representation Theory
+1007.0378 Soft Condensed Matter
+1007.0522 Information Theory
+1007.2329 Pattern Formation and Solitons
+1007.2996 Phenomenology
+1007.3042 High Energy Astrophysical Phenomena
+1007.3155
+1007.3229 Networking and Internet Architecture
+1007.3443 Cosmology and Nongalactic Astrophysics
+1007.4019 Combinatorics
+1007.4121
+1007.4434 Analysis of PDEs
+1007.4954 High Energy Astrophysical Phenomena
+1008.0552 Plasma Physics
+1008.0745 Theory
+1008.3719 Algebraic Geometry
+1008.4946 Dynamical Systems
+1009.0013 Cosmology and Nongalactic Astrophysics
+1009.0823 Other Condensed Matter
+1009.1263 Analysis of PDEs
+1009.2179 Cosmology and Nongalactic Astrophysics
+1009.3426
+1009.3686
+1009.3853 Phenomenology
+1009.4957
+1009.5158 Information Theory
+1009.5264 Earth and Planetary Astrophysics
+1009.5424 Mesoscale and Nanoscale Physics
+1009.5959 Information Theory
+1010.0569 Mesoscale and Nanoscale Physics
+1010.0680
+1010.1495
+1010.1721 Astrophysics of Galaxies
+1010.2714 Cosmology and Nongalactic Astrophysics
+1010.3934 Analysis of PDEs
+1010.4516 Phenomenology
+1010.6222
+1011.0322 Populations and Evolution
+1011.0327 Materials Science
+1011.1180 Solar and Stellar Astrophysics
+1011.3349 Commutative Algebra
+1011.3729 Quantum Gases
+1011.3797 Operator Algebras
+1011.4259 Quantum Gases
+1011.4551 Mesoscale and Nanoscale Physics
+1011.4655 Theory
+1011.5508 Phenomenology
+1011.5676
+1011.5706 Optics
+1011.5731 Symplectic Geometry
+1011.5756 Soft Condensed Matter
+1011.5819 Theory
+1012.0798
+1012.0802 Combinatorics
+1012.2011 Statistical Mechanics
+1012.2103 Theory
+1012.2913 Theory
+1012.2976 Numerical Analysis
+1012.3398 Phenomenology
+1012.4922 Phenomenology
+1012.5031 Experiment
+1012.5634 Phenomenology
+1012.5712
+1101.0239 Classical Analysis and ODEs
+1101.0484 Biological Physics
+1101.2090
+1101.2265 Solar and Stellar Astrophysics
+1101.2616
+1101.2853
+1101.2982 Classical Analysis and ODEs
+1101.3382 Symbolic Computation
+1101.3906 Analysis of PDEs
+1101.4111 Combinatorics
+1101.4998 Phenomenology
+1101.5474 Theory
+1102.1101 Computer Vision and Pattern Recognition
+1102.1128 Probability
+1102.1166 Theory
+1102.2046 Statistics Theory
+1102.2377 Algebraic Geometry
+1102.2570 Functional Analysis
+1102.2615 Functional Analysis
+1102.2623 Social and Information Networks
+1102.2630 Mesoscale and Nanoscale Physics
+1102.3212 High Energy Astrophysical Phenomena
+1102.3308 Analysis of PDEs
+1102.3401 Dynamical Systems
+1102.3514 Optics
+1102.3783 Algebraic Topology
+1102.3905 Probability
+1102.3919 Genomics
+1102.3939 Information Theory
+1102.3940 Materials Science
+1102.3947 Information Theory
+1102.3951 Representation Theory
+1102.3953 Solar and Stellar Astrophysics
+1102.3954 Solar and Stellar Astrophysics
+1102.3956 Probability
+1102.3957 Classical Analysis and ODEs
+1102.3958
+1102.3959
+1102.3960
+1102.3963
+1102.3964
+1102.3965
+1102.3970 Complex Variables
+1102.3971 Cryptography and Security
+1102.3976 Solar and Stellar Astrophysics
+1102.3978 Representation Theory
+1102.3979 Probability
+1102.3982 Mesoscale and Nanoscale Physics
+1102.3984 Number Theory
+1102.3987 Combinatorics
+1102.3992 Probability
+1102.3994
+1102.3995 Analysis of PDEs
+1102.3998 Functional Analysis
+1102.3999 Statistics Theory
+1102.4004 Mesoscale and Nanoscale Physics
+1102.4006 Statistical Mechanics
+1102.4008 Analysis of PDEs
+1102.4009 Phenomenology
+1102.4015 Genomics
+1102.4018
+1102.4022 Analysis of PDEs
+1102.4039 Populations and Evolution
+1102.4042
+1102.4052 Solar and Stellar Astrophysics
+1102.4057 Materials Science
+1102.4061 Dynamical Systems
+1102.4062 Analysis of PDEs
+1102.4064 Representation Theory
+1102.4066 Lattice
+1102.4072 High Energy Astrophysical Phenomena
+1102.4077 Medical Physics
+1102.4081 Metric Geometry
+1102.4083 Algebraic Geometry
+1102.4084 Metric Geometry
+1102.4087 Algebraic Geometry
+1102.4089 Number Theory
+1102.4092 Pattern Formation and Solitons
+1102.4097 Numerical Analysis
+1102.4100 Discrete Mathematics
+1102.4103 Mesoscale and Nanoscale Physics
+1102.4104 Databases
+1102.4106 Networking and Internet Architecture
+1102.4107 Group Theory
+1102.4108 Representation Theory
+1102.4112 Classical Physics
+1102.4114
+1102.4117 Logic in Computer Science
+1102.4118 Logic in Computer Science
+1102.4119 Logic in Computer Science
+1102.4120 Computer Science and Game Theory
+1102.4121 Logic in Computer Science
+1102.4128 Analysis of PDEs
+1102.4130
+1102.4135 Social and Information Networks
+1102.4137 Information Theory
+1102.4138 Statistical Mechanics
+1102.4139 Algebraic Geometry
+1102.4140 Data Analysis, Statistics and Probability
+1102.4147 Solar and Stellar Astrophysics
+1102.4153 Probability
+1102.4160 Phenomenology
+1102.4161 Operator Algebras
+1102.4162 Software Engineering
+1102.4163
+1102.4169 Analysis of PDEs
+1102.4172 Representation Theory
+1102.4177 Probability
+1102.4180 Robotics
+1102.4185 Quantum Algebra
+1102.4188 Rings and Algebras
+1102.4200 Lattice
+1102.4201 Fluid Dynamics
+1102.4212 Metric Geometry
+1102.4216 Differential Geometry
+1102.4218 Analysis of PDEs
+1102.4224 Mesoscale and Nanoscale Physics
+1102.4225 Logic in Computer Science
+1102.4227 Optics
+1102.4228 Cosmology and Nongalactic Astrophysics
+1102.4235 General Physics
+1102.4236 Cosmology and Nongalactic Astrophysics
+1102.4238
+1102.4240 Learning
+1102.4244 Quantum Gases
+1102.4250 Representation Theory
+1102.4251 Differential Geometry
+1102.4252 Soft Condensed Matter
+1102.4257 Probability
+1102.4258 Computer Vision and Pattern Recognition
+1102.4263 Differential Geometry
+1102.4264 Strongly Correlated Electrons
+1102.4268 Analysis of PDEs
+1102.4271 Soft Condensed Matter
+1102.4272 Information Theory
+1102.4278 Algebraic Topology
+1102.4279 Analysis of PDEs
+1102.4281 Geometric Topology
+1102.4290 Statistical Mechanics
+1102.4292 Combinatorics
+1102.4294 Algebraic Geometry
+1102.4302 Functional Analysis
+1102.4303 Chaotic Dynamics
+1102.4309 Functional Analysis
+1102.4310 Dynamical Systems
+1102.4311 Data Structures and Algorithms
+1102.4314 Algebraic Geometry
+1102.4315 Formal Languages and Automata Theory
+1102.4321
+1102.4323 Geophysics
+1102.4325 Functional Analysis
+1102.4326 Cryptography and Security
+astro-ph/0407330
+hep-ph/0307253 Phenomenology
+hep-ph/9810511 Phenomenology
+hep-th/0202036 Theory
+hep-th/0507266 Theory
+math-ph/0407003
+math-ph/0609038
+math/0405055 Dynamical Systems
+math/0406114 Dynamical Systems
+math/0603321 Analysis of PDEs
+math/0603586 Functional Analysis
+math/0603597 Functional Analysis
+math/0610354 Dynamical Systems
+math/0701740 Differential Geometry
+math/0702455 Differential Geometry
+physics/0407011 Plasma Physics
+physics/0407015 Plasma Physics
+physics/0506130 Classical Physics
+physics/0508186 Physics Education
+1008.4222 Analysis of PDEs
+1109.3068 Theory
+1110.0357 General Mathematics
+1110.0451 Phenomenology
+1110.1743 General Mathematics
+1110.3274 General Mathematics
+1110.5116 High Energy Astrophysical Phenomena
+1110.5425 Combinatorics
+0704.3251 Differential Geometry
+0704.3846 Soft Condensed Matter
+0707.1351
+0707.1513
+0707.3293 Materials Science
+0709.0034 Algebraic Geometry
+0709.0216
+0710.1412 Group Theory
+0711.0957 Strongly Correlated Electrons
+0711.4091 Theory
+0712.0061 Superconductivity
+0712.0540 Phenomenology
+0712.2275
+0801.4259 Operator Algebras
+0802.2578
+0803.4004
+0804.0912 Phenomenology
+0804.1200 Group Theory
+0804.1206 Group Theory
+0805.4381 Atomic Physics
+0808.1962
+0808.3366
+0810.5686
+0811.2187 Metric Geometry
+0811.4532 Dynamical Systems
+0812.1511 Operator Algebras
+0901.0911 Cryptography and Security
+0902.2472 Probability
+0902.3977 Methodology
+0902.4097
+0902.4332 Number Theory
+0904.0151 Astrophysics of Galaxies
+0905.0875
+0905.1550 Theory
+0905.1987 Superconductivity
+0905.2910
+0905.3055 Solar and Stellar Astrophysics
+0905.3543 Theory
+0906.1541 Number Theory
+0906.2349
+0906.2535 Functional Analysis
+0906.5033 Theory
+0907.2430 Number Theory
+0907.3560 Number Theory
+0907.4016
+0907.4728 Statistics Theory
+0907.4740 Digital Libraries
+0907.5462 Fluid Dynamics
+0908.0195 High Energy Astrophysical Phenomena
+0908.0972 Phenomenology
+0908.2098 Methodology
+0909.1518 Functional Analysis
+0909.3111 Mesoscale and Nanoscale Physics
+0909.4029 Analysis of PDEs
+0910.5066 Solar and Stellar Astrophysics
+0911.0129 Representation Theory
+0911.0185 Functional Analysis
+0911.0623 Complex Variables
+0911.0925
+0911.3395 Theory
+0911.3760 Combinatorics
+0911.4351 Combinatorics
+0911.4719 High Energy Astrophysical Phenomena
+0911.4930
+0912.1572 Instrumentation and Methods for Astrophysics
+0912.1979 Superconductivity
+0912.2387 Metric Geometry
+0912.3994 Analysis of PDEs
+0912.4457 Lattice
+0912.4750 Cosmology and Nongalactic Astrophysics
+1001.0756
+1001.4538 Cosmology and Nongalactic Astrophysics
+1001.4635 Cosmology and Nongalactic Astrophysics
+1002.1049 Differential Geometry
+1002.4629 Mesoscale and Nanoscale Physics
+1003.2201
+1003.2920 Computational Finance
+1003.3072 Mesoscale and Nanoscale Physics
+1003.3321 Lattice
+1003.4383
+1003.5236 Differential Geometry
+1003.5778 K-Theory and Homology
+1004.0326
+1004.2201 Statistical Mechanics
+1004.3020 Computational Complexity
+1005.0956 Phenomenology
+1005.1213 Software Engineering
+1005.1496
+1005.2394 Number Theory
+1005.3844 Phenomenology
+1005.4126 Instrumentation and Methods for Astrophysics
+1005.5347
+1005.5531
+1006.0014 Cosmology and Nongalactic Astrophysics
+1006.0257
+1006.0497 Algebraic Geometry
+1006.0563 Phenomenology
+1006.0966 Quantum Gases
+1006.1203 Phenomenology
+1006.1288 Learning
+1006.1629 Phenomenology
+1006.2093
+1006.2132 Phenomenology
+1006.2193 Combinatorics
+1006.2483 Phenomenology
+1006.2893
+1006.3107 Mesoscale and Nanoscale Physics
+1006.3346 Theory
+1006.4074 Theory
+1006.4264 Theory
+1006.4764
+1006.5297
+1006.5412
+1006.5459 Theory
+1007.0553 Theory
+1007.0814 Phenomenology
+1007.0860 Lattice
+1007.1327 Phenomenology
+1007.1728 Phenomenology
+1007.1847 Quantum Gases
+1007.2041 Differential Geometry
+1007.2141 Phenomenology
+1007.2184 Theory
+1007.2244 Experiment
+1007.2688 Phenomenology
+1007.3083 Phenomenology
+1007.3154 Combinatorics
+1007.3228 Phenomenology
+1007.4186 Materials Science
+1007.4839 Phenomenology
+1007.5183 Phenomenology
+1007.5499 Theory
+1008.0007 Quantum Gases
+1008.0037
+1008.0051 Fluid Dynamics
+1008.0167 Phenomenology
+1008.0714 Quantum Gases
+1008.1158
+1008.1282 High Energy Astrophysical Phenomena
+1008.1404 Phenomenology
+1008.1911
+1008.2685 Phenomenology
+1008.2752 Theory
+1008.2763 Phenomenology
+1008.3129 Phenomenology
+1008.3165 Phenomenology
+1008.3435 Theory
+1008.3892 Statistical Mechanics
+1008.4064 Phenomenology
+1008.4226 Solar and Stellar Astrophysics
+1008.4292 Commutative Algebra
+1008.4323 Superconductivity
+1008.4531 Phenomenology
+1008.4552 Statistical Mechanics
+1008.4836
+1008.4919
+1008.4953 Lattice
+1008.5059
+1008.5064 Theory
+1009.0015
+1009.0190 Theory
+1009.0362 Mesoscale and Nanoscale Physics
+1009.0531 Fluid Dynamics
+1009.1054 Theory
+1009.1793 Strongly Correlated Electrons
+1009.1885 Theory
+1009.2141 Phenomenology
+1009.2342 Phenomenology
+1009.2442 Theory
+1009.2455 Cosmology and Nongalactic Astrophysics
+1009.2624 Theory
+1009.2834
+1009.3312 Phenomenology
+1009.3408 Lattice
+1009.3781
+1009.3838 Phenomenology
+1009.3938 Theory
+1009.4182
+1009.4829 Phenomenology
+1009.4835 Statistical Finance
+1009.4890 Combinatorics
+1009.5052 Mesoscale and Nanoscale Physics
+1009.5414 Theory
+1009.5450 Phenomenology
+1009.5594 Phenomenology
+1009.5687 Analysis of PDEs
+1009.5827 Phenomenology
+1009.5875 Solar and Stellar Astrophysics
+1009.5946 Disordered Systems and Neural Networks
+1009.5950 Experiment
+1009.6012 Phenomenology
+1009.6137 Phenomenology
+1010.0087 Theory
+1010.0095 Phenomenology
+1010.0098 Phenomenology
+1010.0214 Phenomenology
+1010.0682 Strongly Correlated Electrons
+1010.1909
+1010.1912 Phenomenology
+1010.1924 Phenomenology
+1010.2068 Theory
+1010.2086
+1010.2161 Phenomenology
+1010.2207
+1010.2293 Phenomenology
+1010.2655 Astrophysics of Galaxies
+1010.2757 Digital Libraries
+1010.2901
+1010.2945 Phenomenology
+1010.3561 Theory
+1010.3848 Lattice
+1010.3960 Cosmology and Nongalactic Astrophysics
+1010.4325
+1010.4575
+1010.4583
+1010.5147 Mesoscale and Nanoscale Physics
+1010.5612 Cosmology and Nongalactic Astrophysics
+1010.5679 High Energy Astrophysical Phenomena
+1010.5755 Cosmology and Nongalactic Astrophysics
+1010.5815 Phenomenology
+1011.1428 Phenomenology
+1011.1673 Cosmology and Nongalactic Astrophysics
+1011.2067 Optics
+1011.2221
+1011.2718 Phenomenology
+1011.3007 Mesoscale and Nanoscale Physics
+1011.3016 Phenomenology
+1011.3021 Materials Science
+1011.3120 Digital Libraries
+1011.3130 Lattice
+1011.3237 Phenomenology
+1011.3624 Materials Science
+1011.5205
+1011.5209 Computation and Language
+1011.5727 Theory
+1011.6574 Superconductivity
+1012.1629
+1012.2353 Lattice
+1012.3453 Probability
+1012.4035
+1012.4654 Combinatorics
+1012.4950 Superconductivity
+1012.5578
+1101.0191
+1101.0719 Atomic Physics
+1101.1576 Analysis of PDEs
+1101.1788 Superconductivity
+1101.2951 Number Theory
+1101.3272 Other Condensed Matter
+1101.4644 General Physics
+1101.5334 Databases
+1101.5565 Commutative Algebra
+1101.5628 Instrumentation and Methods for Astrophysics
+1101.5631 Experiment
+1101.5632 Learning
+1101.5635 Physics and Society
+1101.5649 Superconductivity
+1101.5650 Astrophysics of Galaxies
+1101.5652 Logic
+1101.5653 Astrophysics of Galaxies
+1101.5658 Geometric Topology
+1101.5661
+1101.5662 Number Theory
+1101.5665
+1101.5668 Databases
+1101.5669 Cosmology and Nongalactic Astrophysics
+1101.5683 Materials Science
+1101.5685 Functional Analysis
+1101.5687 Computer Vision and Pattern Recognition
+1101.5688 Soft Condensed Matter
+1101.5689
+1101.5701
+1101.5704 Number Theory
+1101.5705 Logic
+1101.5709 Group Theory
+1101.5710 Group Theory
+1101.5712 Materials Science
+1101.5715 Probability
+1101.5721 Combinatorics
+1101.5722
+1101.5724 Algebraic Topology
+1101.5729 Materials Science
+1101.5730 Differential Geometry
+1101.5732 Fluid Dynamics
+1101.5735 Cosmology and Nongalactic Astrophysics
+1101.5736
+1101.5743 Probability
+1101.5744 Mesoscale and Nanoscale Physics
+1101.5745 Atmospheric and Oceanic Physics
+1101.5753 Data Structures and Algorithms
+1101.5756
+1101.5757 Computation and Language
+1101.5763 Information Retrieval
+1101.5766 Computer Vision and Pattern Recognition
+1101.5768 Phenomenology
+1101.5769
+1101.5779 Networking and Internet Architecture
+1101.5782 General Physics
+1101.5788 Spectral Theory
+1101.5791 Distributed, Parallel, and Cluster Computing
+1101.5792
+1101.5796 Lattice
+1101.5800 Lattice
+1101.5811 Accelerator Physics
+1101.5815
+1101.5821 Soft Condensed Matter
+1101.5823 Algebraic Geometry
+1101.5825 Instrumentation and Detectors
+1101.5826 Statistical Mechanics
+1101.5833 Digital Libraries
+1101.5834 Algebraic Geometry
+1101.5840 Soft Condensed Matter
+1101.5842 Logic in Computer Science
+1101.5844 High Energy Astrophysical Phenomena
+1101.5854
+1101.5862 Analysis of PDEs
+1101.5867 Number Theory
+1101.5868 General Physics
+1101.5871 Algebraic Geometry
+1101.5873 Solar and Stellar Astrophysics
+1101.5887 Quantum Algebra
+1101.5890 Disordered Systems and Neural Networks
+1101.5892 Differential Geometry
+1101.5916 Mesoscale and Nanoscale Physics
+1101.5917 Chaotic Dynamics
+1101.5920 High Energy Astrophysical Phenomena
+1101.5922 Phenomenology
+1101.5925 Disordered Systems and Neural Networks
+1101.5935 Differential Geometry
+1101.5938 Software Engineering
+1101.5942 Cosmology and Nongalactic Astrophysics
+1101.5948 Superconductivity
+1101.5949 High Energy Astrophysical Phenomena
+1101.5957 Software Engineering
+1101.5959 Functional Analysis
+1101.5963 Accelerator Physics
+1101.5966 Information Theory
+1101.5968
+1101.5984 Information Theory
+1101.5985 Information Theory
+1101.5997 Neural and Evolutionary Computing
+1101.6009 Artificial Intelligence
+1101.6010 Analysis of PDEs
+1101.6013 Solar and Stellar Astrophysics
+1101.6014 Mesoscale and Nanoscale Physics
+1101.6015 Instrumentation and Methods for Astrophysics
+1101.6016 Networking and Internet Architecture
+1101.6018 Neural and Evolutionary Computing
+1101.6021 Plasma Physics
+1101.6033 Information Theory
+1101.6034 Representation Theory
+1101.6038 Discrete Mathematics
+1101.6041 Instrumentation and Detectors
+1101.6044 Phenomenology
+1101.6048 Theory
+1101.6055 High Energy Astrophysical Phenomena
+1101.6063 Applications
+1101.6070 Chemical Physics
+1101.6073
+1101.6075 Functional Analysis
+astro-ph/0411803
+astro-ph/0501594
+astro-ph/0502184
+astro-ph/0507184
+astro-ph/0603340
+cond-mat/0102410 Superconductivity
+cond-mat/0103211 Superconductivity
+cond-mat/0211389 Superconductivity
+cond-mat/0404659 Mesoscale and Nanoscale Physics
+cond-mat/0410307 Mesoscale and Nanoscale Physics
+cond-mat/0508638 Mesoscale and Nanoscale Physics
+gr-qc/0304065
+gr-qc/0611115
+hep-ex/0210065 Experiment
+hep-lat/0006026 Lattice
+hep-lat/0110112 Lattice
+hep-lat/0601036 Lattice
+hep-lat/9407025 Lattice
+hep-ph/0003218 Phenomenology
+hep-ph/0004198 Phenomenology
+hep-ph/0005132 Phenomenology
+hep-ph/0006076 Phenomenology
+hep-ph/0006091 Phenomenology
+hep-ph/0006120 Phenomenology
+hep-ph/0006322 Phenomenology
+hep-ph/0009190 Phenomenology
+hep-ph/0011049 Phenomenology
+hep-ph/0012294 Phenomenology
+hep-ph/0101132 Phenomenology
+hep-ph/0107222 Phenomenology
+hep-ph/0203153 Phenomenology
+hep-ph/0204060 Phenomenology
+hep-ph/0205150 Phenomenology
+hep-ph/0208033 Phenomenology
+hep-ph/0210124 Phenomenology
+hep-ph/0210414 Phenomenology
+hep-ph/0211334 Phenomenology
+hep-ph/0305327 Phenomenology
+hep-ph/0307083 Phenomenology
+hep-ph/0307150 Phenomenology
+hep-ph/0310225 Phenomenology
+hep-ph/0312271 Phenomenology
+hep-ph/0409253 Phenomenology
+hep-ph/0412284 Phenomenology
+hep-ph/0508178 Phenomenology
+hep-ph/0509360 Phenomenology
+hep-ph/0512188 Phenomenology
+hep-ph/9302299 Phenomenology
+hep-ph/9306299 Phenomenology
+hep-ph/9306302 Phenomenology
+hep-ph/9309323 Phenomenology
+hep-ph/9311330 Phenomenology
+hep-ph/9405303 Phenomenology
+hep-ph/9506264 Phenomenology
+hep-ph/9511314 Phenomenology
+hep-ph/9603351 Phenomenology
+hep-ph/9606380 Phenomenology
+hep-ph/9607263 Phenomenology
+hep-ph/9608354 Phenomenology
+hep-ph/9609261 Phenomenology
+hep-ph/9610284 Phenomenology
+hep-ph/9611266 Phenomenology
+hep-ph/9705327 Phenomenology
+hep-ph/9706300 Phenomenology
+hep-ph/9707373 Phenomenology
+hep-ph/9708234 Phenomenology
+hep-ph/9708300 Phenomenology
+hep-ph/9708356 Phenomenology
+hep-ph/9709405 Phenomenology
+hep-ph/9709430 Phenomenology
+hep-ph/9710375 Phenomenology
+hep-ph/9711227 Phenomenology
+hep-ph/9803354 Phenomenology
+hep-ph/9806496 Phenomenology
+hep-ph/9809480 Phenomenology
+hep-ph/9810348 Phenomenology
+hep-ph/9810376 Phenomenology
+hep-ph/9811509 Phenomenology
+hep-ph/9812224 Phenomenology
+hep-ph/9901239 Phenomenology
+hep-ph/9905360 Phenomenology
+hep-ph/9907501 Phenomenology
+hep-ph/9909230 Phenomenology
+hep-ph/9911207 Phenomenology
+hep-ph/9912543 Phenomenology
+hep-th/0703073 Theory
+math-ph/0212009
+math/0307112 Algebraic Topology
+math/0311151 Quantum Algebra
+math/0409594 Classical Analysis and ODEs
+math/0605527 Dynamical Systems
+math/0610525 Number Theory
+math/0703814 Differential Geometry
+nucl-th/0006042
+nucl-th/0009027
+nucl-th/0403072
+nucl-th/9406023
+nucl-th/9507030
+physics/0609072 Atomic Physics
+physics/0612154 Atomic Physics
+physics/0701301 Atmospheric and Oceanic Physics
+quant-ph/0511164
+1108.0521 Group Theory
+0707.0678 Commutative Algebra
+0707.4527 Commutative Algebra
+0801.4087 Theory
+0803.0064 Combinatorics
+0803.3677 Commutative Algebra
+0805.0162 Computational Geometry
+0805.4788 Operator Algebras
+0807.1023 Representation Theory
+0807.1341 Geometric Topology
+0809.0915 Combinatorics
+0902.3064 Complex Variables
+0903.0292 Theory
+0903.3190 Algebraic Geometry
+0907.0763 Superconductivity
+0911.1967
+0911.2945 Operator Algebras
+0912.0718 Theory
+0912.3655 Cosmology and Nongalactic Astrophysics
+0912.4844 Algebraic Topology
+1003.4719 Logic in Computer Science
+1004.3848 Probability
+1004.4702 Strongly Correlated Electrons
+1005.2639 Combinatorics
+1008.4177 Information Theory
+1009.2245 Algebraic Geometry
+1010.0427 Statistics Theory
+1010.0877 Algebraic Geometry
+1010.6296 Rings and Algebras
+1011.0368 Numerical Analysis
+1011.0417 Solar and Stellar Astrophysics
+1011.2118 Combinatorics
+1011.2533 Statistical Mechanics
+1011.5501 High Energy Astrophysical Phenomena
+1011.5888 Materials Science
+1011.6214 Analysis of PDEs
+1012.1360 Disordered Systems and Neural Networks
+1012.3125 Mesoscale and Nanoscale Physics
+1012.3237 Statistical Mechanics
+1012.3365 Earth and Planetary Astrophysics
+1012.4354 Solar and Stellar Astrophysics
+1012.4418
+1012.4423
+1012.5716 Mesoscale and Nanoscale Physics
+1101.4257
+1101.5280 Statistical Mechanics
+1102.0254 Mesoscale and Nanoscale Physics
+1103.1089 Theory
+1103.1663 Strongly Correlated Electrons
+1103.1776 Logic
+1103.1980 Logic
+1103.2061 Strongly Correlated Electrons
+1103.2392 Classical Analysis and ODEs
+1103.2716
+1103.3759 General Topology
+1103.4742 Mesoscale and Nanoscale Physics
+1104.0016 Theory
+1104.4086 Differential Geometry
+1104.5498 High Energy Astrophysical Phenomena
+1105.0886 Optics
+1105.2720 Experiment
+1105.4046 Strongly Correlated Electrons
+1105.5184 Superconductivity
+1106.0343 Phenomenology
+1106.1112 Cosmology and Nongalactic Astrophysics
+1106.1853 Artificial Intelligence
+1106.2452 Phenomenology
+1106.2480 Phenomenology
+1106.3540 Mesoscale and Nanoscale Physics
+1106.5000
+1107.0606 Differential Geometry
+1107.3169
+1107.4909
+1107.4912 Plasma Physics
+1107.5236 Learning
+1107.5694 Phenomenology
+1107.5804 Classical Physics
+1108.0474 Geometric Topology
+1108.0751 Strongly Correlated Electrons
+1108.0756 Quantum Gases
+1108.1848 Mesoscale and Nanoscale Physics
+1108.2294 Theory
+1108.2844
+1108.3198 Information Theory
+1108.3540 Systems and Control
+1108.3666 Combinatorics
+1108.3759 Operator Algebras
+1108.3885 Geometric Topology
+1108.3893
+1108.4041 Digital Libraries
+1108.4174
+1108.4199 Artificial Intelligence
+1108.4224 Information Theory
+1108.4348 Instrumentation and Methods for Astrophysics
+1108.4432 Robotics
+1108.4435 Number Theory
+1108.4439 Computer Science and Game Theory
+1108.4443 Robotics
+1108.4445 Robotics
+1108.4448 Robotics
+1108.4450 Information Theory
+1108.4452 Solar and Stellar Astrophysics
+1108.4459 Phenomenology
+1108.4464 Logic in Computer Science
+1108.4466 Logic in Computer Science
+1108.4467 Logic in Computer Science
+1108.4468 Logic in Computer Science
+1108.4469 Logic in Computer Science
+1108.4470 Logic in Computer Science
+1108.4471 Distributed, Parallel, and Cluster Computing
+1108.4473 Numerical Analysis
+1108.4476 Geometric Topology
+1108.4486 Mesoscale and Nanoscale Physics
+1108.4487 Symbolic Computation
+1108.4489 Algebraic Geometry
+1108.4490 Cosmology and Nongalactic Astrophysics
+1108.4492 Exactly Solvable and Integrable Systems
+1108.4494 Combinatorics
+1108.4495 Algebraic Topology
+1108.4497 Superconductivity
+1108.4498 Superconductivity
+1108.4499 Optimization and Control
+1108.4502 Exactly Solvable and Integrable Systems
+1108.4505 Solar and Stellar Astrophysics
+1108.4506 Cosmology and Nongalactic Astrophysics
+1108.4509 Computational Physics
+1108.4513 Cosmology and Nongalactic Astrophysics
+1108.4516 Databases
+1108.4517
+1108.4523 Strongly Correlated Electrons
+1108.4525
+1108.4526 Mesoscale and Nanoscale Physics
+1108.4532 Algebraic Geometry
+1108.4545 Learning
+1108.4547 Programming Languages
+1108.4548 Neural and Evolutionary Computing
+1108.4551 Learning
+1108.4558 Probability
+1108.4564 Commutative Algebra
+1108.4565 High Energy Astrophysical Phenomena
+1108.4567 Materials Science
+1108.4570 Differential Geometry
+1108.4577
+1108.4578
+1108.4579
+1108.4580
+1108.4581
+1108.4582
+1108.4584 Phenomenology
+1108.4586 Statistical Mechanics
+1108.4588 Phenomenology
+1108.4590 Chemical Physics
+1108.4593 History and Overview
+1108.4596 Databases
+1108.4600 Solar and Stellar Astrophysics
+1108.4601 Phenomenology
+1108.4605 Materials Science
+1108.4606 Data Structures and Algorithms
+1108.4612 Phenomenology
+1108.4616 Quantum Algebra
+1108.4618 Neural and Evolutionary Computing
+1108.4619 Number Theory
+1108.4625 Accelerator Physics
+1108.4627 Algebraic Topology
+1108.4631 Astrophysics of Galaxies
+1108.4639 Earth and Planetary Astrophysics
+1108.4640 Phenomenology
+1108.4642 Populations and Evolution
+1108.4647 Combinatorics
+1108.4648 Group Theory
+1108.4657 Logic
+1108.4658 Physics and Society
+1108.4659 Strongly Correlated Electrons
+1108.4665 Dynamical Systems
+1108.4669 Mesoscale and Nanoscale Physics
+1108.4671 Geometric Topology
+1108.4675 Social and Information Networks
+1108.4676 Phenomenology
+cond-mat/0401460 Mesoscale and Nanoscale Physics
+cond-mat/0409622 Superconductivity
+gr-qc/0310010
+hep-th/0506147 Theory
+math/0008041 Commutative Algebra
+math/0011211 Commutative Algebra
+math/0308066 Commutative Algebra
+math/0311020 Commutative Algebra
+math/0406409 Commutative Algebra
+math/0502517 Commutative Algebra
+math/0506221 Commutative Algebra
+math/0507372 Commutative Algebra
+math/0508392 Commutative Algebra
+math/0605150 Commutative Algebra
+math/0605365 Probability
+math/0609443 Probability
+math/0612581 Commutative Algebra
+math/0612650 Commutative Algebra
+nucl-th/0212039
+nucl-th/0407117
+physics/0004051 General Physics
+physics/0012034 General Physics
+physics/0012035 General Physics
+quant-ph/9805012
+0705.0542 Phenomenology
+0705.3817 Data Analysis, Statistics and Probability
+0711.2868 Analysis of PDEs
+0804.3133
+0805.4759 Phenomenology
+0805.4792 Phenomenology
+0806.0029
+0806.2803
+0806.3943 Number Theory
+0807.2407 Experiment
+0810.2258
+0811.2446
+0811.3012
+0812.2983
+0901.2728 Superconductivity
+0902.4309
+0903.2179
+0903.4144
+0904.4671 Theory
+0905.1601 Earth and Planetary Astrophysics
+0909.3704 Methodology
+0910.1022 Machine Learning
+0910.2854 Instrumentation and Methods for Astrophysics
+0910.4504
+0910.5239 Theory
+0911.1634
+0911.2928 Theory
+0912.1817
+0912.4089
+1001.4003 Data Structures and Algorithms
+1001.5231 Analysis of PDEs
+1002.1399 Algebraic Geometry
+1002.3405 Complex Variables
+1003.0070 General Physics
+1003.4000 Analysis of PDEs
+1004.0475 Classical Analysis and ODEs
+1004.0953 Phenomenology
+1004.3883 Phenomenology
+1005.3646 Statistical Mechanics
+1005.4631 Statistical Mechanics
+1006.2269 Numerical Analysis
+1006.2773 Quantum Algebra
+1006.3587 Theory
+1006.3637
+1006.4120 Representation Theory
+1007.0044 Theory
+1007.0659 Phenomenology
+1007.3770 Functional Analysis
+1007.5203 Quantum Algebra
+1008.0258 Phenomenology
+1008.2698 Phenomenology
+1008.3027 Theory
+1009.0997 Analysis of PDEs
+1009.3780 Optimization and Control
+1010.4572
+1010.4792 Solar and Stellar Astrophysics
+1011.0644 Soft Condensed Matter
+1011.3950
+1011.5392 K-Theory and Homology
+1011.6213
+1011.6224 Data Analysis, Statistics and Probability
+1011.6237 Experiment
+1011.6255 Theory
+1011.6265 Phenomenology
+1011.6301 Theory
+1011.6309 Lattice
+1011.6322
+1012.0630
+1012.1916
+1012.2065 Theory
+1012.2435 Phenomenology
+1012.2473 Functional Analysis
+1012.2842 Phenomenology
+1012.5536 Materials Science
+1012.5873
+1101.0122 Applications
+1101.0124 Experiment
+1101.0164 Analysis of PDEs
+1101.1281 Theory
+1101.2109 Disordered Systems and Neural Networks
+1101.3559 Theory
+1101.4865
+1102.0675 Materials Science
+1102.1868 Phenomenology
+1102.2807
+1102.2854 Phenomenology
+1102.3148 Phenomenology
+1102.4080 Probability
+1102.4410
+1102.4651 History and Overview
+1102.5100 Phenomenology
+1102.5713
+1103.0876
+1103.1973 Phenomenology
+1103.2228 Superconductivity
+1103.2858 Cosmology and Nongalactic Astrophysics
+1103.3380
+1103.4120
+1103.4137
+1103.4184
+1103.4362 Lattice
+1103.5377 Theory
+1103.5988 Strongly Correlated Electrons
+1103.6145 Theory
+1104.0292 Cosmology and Nongalactic Astrophysics
+1104.0602 Phenomenology
+1104.0950 Cosmology and Nongalactic Astrophysics
+1104.1444 Cosmology and Nongalactic Astrophysics
+1104.1896 Theory
+1104.2097 Learning
+1104.2448 Phenomenology
+1104.2645 Mesoscale and Nanoscale Physics
+1104.3755 Phenomenology
+1104.4590 Experiment
+1104.5132 Phenomenology
+1104.5147 Physics and Society
+1104.5696
+1105.0041 Phenomenology
+1105.0098 Mesoscale and Nanoscale Physics
+1105.0117 Phenomenology
+1105.0734 Phenomenology
+1105.1144
+1105.1443 Superconductivity
+1105.1652 Phenomenology
+1105.2324 Analysis of PDEs
+1105.2963
+1105.3644 Quantum Gases
+1105.3666 Mesoscale and Nanoscale Physics
+1105.4362 Complex Variables
+1105.4728 Materials Science
+1106.0344 Cosmology and Nongalactic Astrophysics
+1106.1141 Solar and Stellar Astrophysics
+1106.1260 General Physics
+1106.1493 Phenomenology
+1106.1521 Information Retrieval
+1106.2624 Solar and Stellar Astrophysics
+1106.2741 Phenomenology
+1106.5204 Discrete Mathematics
+1107.0345
+1107.0407 Chemical Physics
+1107.1440
+1107.3502
+1107.4550 Mesoscale and Nanoscale Physics
+1107.5036
+1107.5866
+1107.5999
+1108.0496 Distributed, Parallel, and Cluster Computing
+1108.1065 Social and Information Networks
+1108.1508 Dynamical Systems
+1108.1989 Networking and Internet Architecture
+1108.2028 Analysis of PDEs
+1108.2038 Computational Geometry
+1108.2043 Cosmology and Nongalactic Astrophysics
+1108.2045 Numerical Analysis
+1108.2054 Learning
+1108.2058 Computational Geometry
+1108.2062 Mesoscale and Nanoscale Physics
+1108.2063 Computational Geometry
+1108.2073 General Physics
+1108.2076 Complex Variables
+1108.2078 Complex Variables
+1108.2080 Networking and Internet Architecture
+1108.2081 Materials Science
+1108.2082 Materials Science
+1108.2083 Rings and Algebras
+1108.2085 Software Engineering
+1108.2090 Materials Science
+1108.2092 Computer Science and Game Theory
+1108.2094 Networking and Internet Architecture
+1108.2095 Networking and Internet Architecture
+1108.2096 Artificial Intelligence
+1108.2101 Differential Geometry
+1108.2108 Mesoscale and Nanoscale Physics
+1108.2118 Statistical Mechanics
+1108.2120 Methodology
+1108.2123 Optics
+1108.2126 Robotics
+1108.2127 Probability
+1108.2141 Methodology
+1108.2142 Analysis of PDEs
+1108.2147 Functional Analysis
+1108.2149 Cryptography and Security
+1108.2150 Cryptography and Security
+1108.2151 Cryptography and Security
+1108.2152 Cryptography and Security
+1108.2153 Cryptography and Security
+1108.2155 Physics Education
+1108.2156
+1108.2163 Theory
+1108.2167 Applications
+1108.2168 Geometric Topology
+1108.2169 Probability
+1108.2170 Numerical Analysis
+1108.2171 Statistics Theory
+1108.2174 Metric Geometry
+1108.2177 Methodology
+1108.2179 Combinatorics
+1108.2180 Phenomenology
+1108.2182 Geometric Topology
+1108.2185 Number Theory
+1108.2191 Computational Complexity
+1108.2194
+1108.2196 Chaotic Dynamics
+1108.2199 Solar and Stellar Astrophysics
+1108.2201 Logic
+1108.2204 Popular Physics
+1108.2206 Instrumentation and Methods for Astrophysics
+1108.2207 Symplectic Geometry
+1108.2214
+1108.2215 Combinatorics
+1108.2219 Combinatorics
+1108.2233
+1108.2240 Algebraic Topology
+1108.2252 Other Condensed Matter
+1108.2254 Mesoscale and Nanoscale Physics
+1108.2256 Functional Analysis
+astro-ph/0105302
+astro-ph/0111162
+astro-ph/0111546
+astro-ph/0309217
+astro-ph/0504062
+astro-ph/0504671
+astro-ph/0611690
+astro-ph/9808087
+cond-mat/0512556 Strongly Correlated Electrons
+cond-mat/9211009
+cond-mat/9902128 Statistical Mechanics
+gr-qc/0004007
+gr-qc/0004059
+gr-qc/0005047
+gr-qc/0009053
+gr-qc/0101086
+gr-qc/0201035
+gr-qc/0305108
+gr-qc/0406089
+gr-qc/9403051
+gr-qc/9405025
+gr-qc/9407039
+gr-qc/9512033
+gr-qc/9710038
+gr-qc/9803094
+hep-ex/0202014 Experiment
+hep-ex/0411057 Experiment
+hep-ex/0512004 Experiment
+hep-lat/0505024 Lattice
+hep-lat/9305002 Lattice
+hep-ph/0011009 Phenomenology
+hep-ph/0104216 Phenomenology
+hep-ph/0110290 Phenomenology
+hep-ph/0212278 Phenomenology
+hep-ph/0310227 Phenomenology
+hep-ph/0403149 Phenomenology
+hep-ph/0411258 Phenomenology
+hep-ph/0412169 Phenomenology
+hep-ph/0511034 Phenomenology
+hep-ph/0603197 Phenomenology
+hep-ph/9311216 Phenomenology
+hep-ph/9312201 Phenomenology
+hep-ph/9403221 Phenomenology
+hep-ph/9405424 Phenomenology
+hep-ph/9409212 Phenomenology
+hep-ph/9503238 Phenomenology
+hep-ph/9510223 Phenomenology
+hep-ph/9510372 Phenomenology
+hep-ph/9609379 Phenomenology
+hep-ph/9703369 Phenomenology
+hep-ph/9708361 Phenomenology
+hep-ph/9710333 Phenomenology
+hep-ph/9802440 Phenomenology
+hep-ph/9803256 Phenomenology
+hep-ph/9803302 Phenomenology
+hep-ph/9803475 Phenomenology
+hep-ph/9805445 Phenomenology
+hep-ph/9807459 Phenomenology
+hep-ph/9807538 Phenomenology
+hep-ph/9808204 Phenomenology
+hep-ph/9812209 Phenomenology
+hep-ph/9904447 Phenomenology
+hep-ph/9905409 Phenomenology
+hep-ph/9908393 Phenomenology
+hep-th/0011208 Theory
+hep-th/0103174 Theory
+hep-th/0107068 Theory
+hep-th/0210042 Theory
+hep-th/0306272 Theory
+hep-th/0310267 Theory
+hep-th/0403106 Theory
+hep-th/0404213 Theory
+hep-th/0408232 Theory
+hep-th/0412198 Theory
+hep-th/0505101 Theory
+hep-th/9310055 Theory
+hep-th/9402121 Theory
+hep-th/9405027 Theory
+hep-th/9503131 Theory
+hep-th/9510063 Theory
+hep-th/9512171 Theory
+hep-th/9810070 Theory
+math/0609401 General Topology
+nucl-ex/0307014
+nucl-ex/0408008
+nucl-th/0002059
+nucl-th/0007046
+nucl-th/0111035
+nucl-th/0209056
+nucl-th/0410062
+nucl-th/0502072
+physics/0001068 Atomic Physics
+quant-ph/0405039
+quant-ph/9709037
+quant-ph/9806082
+quant-ph/9807050
+quant-ph/9808036
+0802.3360 Symplectic Geometry
+0805.4350 Materials Science
+0805.4477 History and Overview
+0806.3303
+0807.1400 Disordered Systems and Neural Networks
+0809.2619 Theory
+0901.0121 Discrete Mathematics
+0904.3558 Phenomenology
+0910.3906 Differential Geometry
+0910.4299 Complex Variables
+0912.1795 Quantum Algebra
+0912.3738 Analysis of PDEs
+1002.1123 Exactly Solvable and Integrable Systems
+1003.0990 Strongly Correlated Electrons
+1003.5783 Discrete Mathematics
+1006.0650 Symplectic Geometry
+1006.1459 Strongly Correlated Electrons
+1006.3193 Superconductivity
+1007.0538 Strongly Correlated Electrons
+1007.3162 Complex Variables
+1008.0106 Differential Geometry
+1008.2826 Analysis of PDEs
+1008.2827 Analysis of PDEs
+1009.2699 Number Theory
+1009.3553 Logic
+1009.5688 Mesoscale and Nanoscale Physics
+1010.1820 Dynamical Systems
+1010.5544 Materials Science
+1010.6084 Spectral Theory
+1011.4270 Functional Analysis
+1011.5840 High Energy Astrophysical Phenomena
+1012.0270 Statistical Mechanics
+1012.5099 Phenomenology
+1102.2221 Strongly Correlated Electrons
+1102.2566 Cryptography and Security
+1102.3356
+1103.1082
+1103.1083
+1103.2261 Quantum Algebra
+1103.2263 Quantum Algebra
+1103.2908 Atomic Physics
+1104.0133 History and Philosophy of Physics
+1104.0567 Statistical Mechanics
+1104.0706 Theory
+1105.1787 Mesoscale and Nanoscale Physics
+1105.2570 Analysis of PDEs
+1105.2765 Phenomenology
+1105.5969 Materials Science
+1106.1661 Solar and Stellar Astrophysics
+1106.2111 Superconductivity
+1106.5149 Cryptography and Security
+1107.0426 Strongly Correlated Electrons
+1107.1294
+1107.1714 Cosmology and Nongalactic Astrophysics
+1107.3036 Methodology
+1107.3576 Mesoscale and Nanoscale Physics
+1107.3754 Cosmology and Nongalactic Astrophysics
+1107.4120 Combinatorics
+1107.4908 Optics
+1108.0536 Mesoscale and Nanoscale Physics
+1108.0820 Mesoscale and Nanoscale Physics
+1108.0840 Information Theory
+1108.1429 Combinatorics
+1108.2980 Instrumentation and Detectors
+1108.5951
+1109.0204 Astrophysics of Galaxies
+1109.0400 Quantum Gases
+1110.0861 Theory
+1110.1242 Mesoscale and Nanoscale Physics
+1110.2305 Digital Libraries
+1110.4530 Mesoscale and Nanoscale Physics
+1110.6738 Logic in Computer Science
+1111.0460 Functional Analysis
+1111.2692 High Energy Astrophysical Phenomena
+1111.3408 Algebraic Geometry
+1111.3643
+1111.3654 Number Theory
+1111.3660 Algebraic Geometry
+1111.3662 Algebraic Geometry
+1111.3663 Data Structures and Algorithms
+1111.3665 Analysis of PDEs
+1111.3666 Statistical Mechanics
+1111.3667 Number Theory
+1111.3670 Data Structures and Algorithms
+1111.3673 Programming Languages
+1111.3681
+1111.3683 Materials Science
+1111.3686 Lattice
+1111.3689 Databases
+1111.3692 Phenomenology
+1111.3703
+1111.3705 Representation Theory
+1111.3707 Combinatorics
+1111.3708 Instrumentation and Methods for Astrophysics
+1111.3712 Theory
+1111.3714 Mesoscale and Nanoscale Physics
+1111.3715 Discrete Mathematics
+1111.3716 Phenomenology
+1111.3718 Algebraic Geometry
+1111.3719 Functional Analysis
+1111.3724 Differential Geometry
+1111.3732 Combinatorics
+1111.3733 Mesoscale and Nanoscale Physics
+1111.3735 Learning
+1111.3738 Materials Science
+1111.3747 Geometric Topology
+1111.3753 Cryptography and Security
+1111.3755 Earth and Planetary Astrophysics
+1111.3758 Cryptography and Security
+1111.3759 Functional Analysis
+1111.3764 Cosmology and Nongalactic Astrophysics
+1111.3768 Statistics Theory
+1111.3771
+1111.3779 High Energy Astrophysical Phenomena
+1111.3781 Machine Learning
+1111.3782 Functional Analysis
+1111.3784 Instrumentation and Methods for Astrophysics
+1111.3787 Number Theory
+1111.3805 Information Theory
+1111.3806 Distributed, Parallel, and Cluster Computing
+1111.3815 Lattice
+1111.3818 Computer Vision and Pattern Recognition
+1111.3819 Strongly Correlated Electrons
+1111.3823 Representation Theory
+1111.3827 Numerical Analysis
+1111.3829 Statistical Mechanics
+1111.3833 Operator Algebras
+1111.3838 Materials Science
+1111.3839 Phenomenology
+1111.3840 Statistical Mechanics
+1111.3846 Learning
+1111.3847 Algebraic Topology
+1111.3851 Differential Geometry
+1111.3854 Information Theory
+1111.3861 Quantitative Methods
+1111.3864
+1111.3866 Statistics Theory
+1111.3873 General Physics
+1111.3875 Differential Geometry
+1111.3876 General Physics
+1111.3888 General Physics
+1111.3889 Differential Geometry
+1111.3892
+1111.3897 Lattice
+1111.3904 Algebraic Topology
+1111.3907 Optics
+1111.3910 Algebraic Topology
+1111.3911 Combinatorics
+1111.3912 Cosmology and Nongalactic Astrophysics
+1111.3917 Mesoscale and Nanoscale Physics
+1111.3920 Combinatorics
+1111.3925 Information Theory
+1111.3926 Theory
+1111.3932 Quantum Algebra
+1111.3933 Computer Science and Game Theory
+1111.3945
+math/0703342 Differential Geometry
+quant-ph/0703092
+0704.1357 Materials Science
+0706.3615 Materials Science
+0712.1488 Materials Science
+0712.4373 Exactly Solvable and Integrable Systems
+0803.2988 Strongly Correlated Electrons
+0804.3970 Dynamical Systems
+0805.1532 Materials Science
+0808.2415
+0808.2674
+0809.4680 Materials Science
+0810.0311 Combinatorics
+0810.0328 Cryptography and Security
+0810.0772 Functional Analysis
+0810.4083 Complex Variables
+0811.2307 Fluid Dynamics
+0812.2063
+0812.3584 Operator Algebras
+0812.3601 Operator Algebras
+0812.4773 Mesoscale and Nanoscale Physics
+0903.2853 Combinatorics
+0903.3717 K-Theory and Homology
+0904.0114 Algebraic Geometry
+0904.2140 Materials Science
+0904.3946
+0905.0012
+0905.0175 Differential Geometry
+0905.1626 Spectral Theory
+0906.2545 Statistical Mechanics
+0907.0083
+0907.0449 Probability
+0907.1995 Functional Analysis
+0907.3113 Statistical Mechanics
+0907.4600 Atomic Physics
+0907.5534 Atomic Physics
+0909.3185 Information Theory
+0909.3727 Differential Geometry
+0911.5179 Probability
+0911.5413 Probability
+1001.2838 Solar and Stellar Astrophysics
+1001.4119 Computational Geometry
+1002.2811 Probability
+1002.4037
+1002.4172 Other Computer Science
+1003.2259 Information Theory
+1003.4457 Statistical Mechanics
+1003.5156 Operator Algebras
+1005.1369 Information Theory
+1005.1467 Geometric Topology
+1005.4138 Classical Analysis and ODEs
+1006.4153 Commutative Algebra
+1006.4256 Number Theory
+1007.0161 Other Condensed Matter
+1007.4622 Statistics Theory
+1007.4750 Instrumentation and Detectors
+1008.0901 Applications
+1009.0490
+1009.0918 Theory
+1009.0998 Pattern Formation and Solitons
+1009.2631 Computers and Society
+1009.4032 Soft Condensed Matter
+1009.5315 Biological Physics
+1009.5464
+1010.1918 Algebraic Geometry
+1010.2098
+1010.2434 Theory
+1010.2662 Algebraic Geometry
+1010.2733 Computer Vision and Pattern Recognition
+1010.4113 Statistical Mechanics
+1010.4728
+1010.5422 Atomic Physics
+1010.6103
+1011.2503 Group Theory
+1011.4969 Optimization and Control
+1012.0446 Analysis of PDEs
+1012.2729 Group Theory
+1012.3146 Classical Analysis and ODEs
+1012.3739 Statistical Mechanics
+1012.4745 Mesoscale and Nanoscale Physics
+1012.5762 Phenomenology
+1101.0073
+1101.4997
+1101.5462 Algebraic Geometry
+1101.5820 Probability
+1102.1682
+1102.3842 Plasma Physics
+1102.4242 Strongly Correlated Electrons
+1103.0998 Dynamical Systems
+1103.1195 Cosmology and Nongalactic Astrophysics
+1103.1710 Mesoscale and Nanoscale Physics
+1103.2414 General Physics
+1103.2519 Dynamical Systems
+1103.2956 Atomic Physics
+1103.3447 Theory
+1103.3860 Phenomenology
+1103.5124 Strongly Correlated Electrons
+1103.5828 Cosmology and Nongalactic Astrophysics
+1103.5964 Quantum Gases
+1104.1802
+1104.1965 Quantum Gases
+1104.2061
+1104.2358 Superconductivity
+1104.2402 Statistical Mechanics
+1104.2746 Statistical Mechanics
+1104.5021
+1104.5541 Differential Geometry
+1105.0766 Materials Science
+1105.1547 Theory
+1105.1971 Quantum Gases
+1105.3923 Differential Geometry
+1105.3933 Algebraic Geometry
+1105.4313 Chaotic Dynamics
+1106.0153
+1106.0925
+1106.1368 Algebraic Geometry
+1106.1835 Probability
+1106.2370 Soft Condensed Matter
+1106.2997 Quantum Gases
+1106.3229 Phenomenology
+1106.3371 Phenomenology
+1106.3717 Plasma Physics
+1106.3719 Plasma Physics
+1106.3784 Geometric Topology
+1106.4070 Phenomenology
+1106.4296 Materials Science
+1106.4984
+1106.5324 Optics
+1106.5328 Superconductivity
+1106.5549 Strongly Correlated Electrons
+1107.0167 Optics
+1107.1299 Combinatorics
+1107.1916 Cosmology and Nongalactic Astrophysics
+1107.2837 Superconductivity
+1107.3077 Quantum Gases
+1107.3483 Physics Education
+1107.4265 Mesoscale and Nanoscale Physics
+1107.4486 Materials Science
+1107.4733
+1107.4816 Cosmology and Nongalactic Astrophysics
+1107.5031 Number Theory
+1107.5071
+1107.5159
+1108.0078
+1108.0711 Superconductivity
+1108.0728 Statistical Mechanics
+1108.0973
+1108.1170 Optimization and Control
+1108.1829
+1108.1830 Superconductivity
+1108.1906 Representation Theory
+1108.2160 Materials Science
+1108.2284 Group Theory
+1108.2452 Computer Science and Game Theory
+1108.2468
+1108.3002 Materials Science
+1108.3334 Cosmology and Nongalactic Astrophysics
+1108.4075 Materials Science
+1108.4087 Complex Variables
+1108.4088 Complex Variables
+1108.4143
+1108.4374 Statistical Mechanics
+1108.5085 Materials Science
+1108.5263 Strongly Correlated Electrons
+1108.5310 Superconductivity
+1108.5419 Complex Variables
+1108.6202 Chaotic Dynamics
+1109.0249 Solar and Stellar Astrophysics
+1109.0442 Data Analysis, Statistics and Probability
+1109.0560 Physics and Society
+1109.1594 Materials Science
+1109.1601 Logic
+1109.1626 Plasma Physics
+1109.1700 Strongly Correlated Electrons
+1109.2271 Artificial Intelligence
+1109.2715 Statistical Mechanics
+1109.2848 Theory
+1109.3639 Computational Complexity
+1109.3750 Cosmology and Nongalactic Astrophysics
+1109.4060 Dynamical Systems
+1109.4518 Applications
+1109.4972 Phenomenology
+1109.5622
+1109.6060 Discrete Mathematics
+1109.6601 Soft Condensed Matter
+1109.6797 Strongly Correlated Electrons
+1110.0184 Algebraic Geometry
+1110.0185 Algebraic Geometry
+1110.1370 Superconductivity
+1110.1740 Statistics Theory
+1110.1845
+1110.2137 Superconductivity
+1110.2225 Combinatorics
+1110.2818 Materials Science
+1110.3704 Logic in Computer Science
+1110.3776 Statistical Mechanics
+1110.4233 Mesoscale and Nanoscale Physics
+1110.4414 Data Structures and Algorithms
+1110.4542 Number Theory
+1110.4574
+1110.5330 Quantum Gases
+1110.5466
+1110.5504
+1110.5868
+1110.5944
+1110.5983 Lattice
+1110.6396 Materials Science
+1110.6797 Statistical Mechanics
+1111.0184
+1111.0358 Superconductivity
+1111.0801 Data Structures and Algorithms
+1111.1550 Commutative Algebra
+1111.1612 Theory
+1111.2231 Strongly Correlated Electrons
+1111.2698 Plasma Physics
+1111.2910 Materials Science
+1111.3057 Number Theory
+1111.3088 Combinatorics
+1111.3115 Differential Geometry
+1111.3389 Strongly Correlated Electrons
+1111.5083 Superconductivity
+1111.5296 Networking and Internet Architecture
+1111.5777 Atomic and Molecular Clusters
+1111.6187 Algebraic Geometry
+1111.6292 Group Theory
+1111.6445 Materials Science
+1112.0833 Strongly Correlated Electrons
+1112.0837 Quantum Gases
+1112.0872 Materials Science
+1112.1620 Superconductivity
+1112.2333
+1112.2697 Materials Science
+1112.3121 Instrumentation and Detectors
+1112.3132 Superconductivity
+1112.3313
+1112.3406 Strongly Correlated Electrons
+1112.3522 Fluid Dynamics
+1112.3544 Genomics
+1112.3665 Mesoscale and Nanoscale Physics
+1112.4067
+1112.4323 Neural and Evolutionary Computing
+1112.4459 Optics
+1112.4581 Solar and Stellar Astrophysics
+1112.4605 Classical Analysis and ODEs
+1112.4943
+1112.5025
+1112.5045 Cosmology and Nongalactic Astrophysics
+1112.5109 Dynamical Systems
+1112.5320 Mesoscale and Nanoscale Physics
+1112.5468 Group Theory
+1112.5536 Algebraic Topology
+1112.5629 Information Theory
+1112.5665 Numerical Analysis
+1112.5667
+1112.5676 Phenomenology
+1112.5677 Classical Analysis and ODEs
+1112.5679 Networking and Internet Architecture
+1112.5680 Materials Science
+1112.5682 Lattice
+1112.5686 History and Philosophy of Physics
+1112.5690 Dynamical Systems
+1112.5694 Complex Variables
+1112.5695 K-Theory and Homology
+1112.5697 Number Theory
+1112.5699
+1112.5700
+1112.5701
+1112.5703 Networking and Internet Architecture
+1112.5707 Pattern Formation and Solitons
+1112.5709 Group Theory
+1112.5712
+1112.5713 Complex Variables
+1112.5714 Algebraic Geometry
+1112.5715 Number Theory
+1112.5718 Probability
+1112.5719 Probability
+1112.5721 Solar and Stellar Astrophysics
+1112.5723 Cosmology and Nongalactic Astrophysics
+1112.5724 Statistical Mechanics
+1112.5726 Mesoscale and Nanoscale Physics
+1112.5728 Computers and Society
+1112.5730 Solar and Stellar Astrophysics
+1112.5732 Cryptography and Security
+1112.5735 Rings and Algebras
+1112.5741 Data Structures and Algorithms
+1112.5743 Number Theory
+1112.5745 Machine Learning
+1112.5747 Probability
+1112.5748
+1112.5749 Probability
+1112.5750 Functional Analysis
+1112.5756 Information Theory
+1112.5758 Numerical Analysis
+1112.5760 Cryptography and Security
+1112.5769 Classical Analysis and ODEs
+1112.5774 Software Engineering
+1112.5775
+1112.5778 Differential Geometry
+1112.5780 Complex Variables
+1112.5787 Superconductivity
+1112.5790 Networking and Internet Architecture
+1112.5799 Networking and Internet Architecture
+1112.5800 Networking and Internet Architecture
+1112.5802 Applications
+1112.5803
+1112.5806 Statistics Theory
+1112.5809 Rings and Algebras
+1112.5810
+1112.5812
+1112.5813 High Energy Astrophysical Phenomena
+1112.5814 Popular Physics
+1112.5829
+1112.5831 Algebraic Geometry
+1112.5832 Algebraic Geometry
+1112.5834
+1112.5835
+1112.5837
+1112.5838
+1112.5843 Superconductivity
+1112.5845
+1112.5846
+1112.5849 Statistical Mechanics
+1112.5851 Materials Science
+1112.5853 Phenomenology
+1112.5854 Statistics Theory
+1112.5856 Theory
+1112.5864
+1112.5868 Numerical Analysis
+1112.5869 Mesoscale and Nanoscale Physics
+1112.5873
+1112.5877 Numerical Analysis
+1112.5879 Group Theory
+1112.5880 Group Theory
+1112.5888 Functional Analysis
+1112.5890 Statistics Theory
+1112.5891 General Topology
+1112.5892 Group Theory
+1112.5893 Superconductivity
+1112.5895 Computer Vision and Pattern Recognition
+1112.5896 Representation Theory
+1112.5897 Probability
+1112.5899 Cosmology and Nongalactic Astrophysics
+1112.5906 Physics and Society
+1112.5908 Databases
+1112.5911
+1112.5917 Distributed, Parallel, and Cluster Computing
+1112.5920 Number Theory
+1112.5921 Other Quantitative Biology
+1112.5930 General Physics
+1112.5934
+1112.5946
+1112.5947 Formal Languages and Automata Theory
+1112.5949 High Energy Astrophysical Phenomena
+1112.5953 Cryptography and Security
+1112.5959 Networking and Internet Architecture
+1112.5966 Quantitative Methods
+1112.5967
+1112.5978 Phenomenology
+1112.5981 Solar and Stellar Astrophysics
+1112.5984 Number Theory
+1112.5985 Experiment
+1112.5986 Number Theory
+1112.5987 Differential Geometry
+1112.5991 Strongly Correlated Electrons
+1112.5993 Phenomenology
+1112.5994 Solar and Stellar Astrophysics
+1112.5996 Operator Algebras
+1112.5999 Operator Algebras
+1112.6003 Probability
+1112.6011 Biological Physics
+1112.6015 Biomolecules
+1112.6024 General Finance
+1112.6026
+1112.6027
+1112.6032 Graphics
+1112.6035 Representation Theory
+1112.6036 Superconductivity
+1112.6038 Number Theory
+1112.6042
+1112.6044 Functional Analysis
+1112.6046 Combinatorics
+1112.6047 Cryptography and Security
+1112.6056 Geometric Topology
+1112.6058 K-Theory and Homology
+1112.6059 Combinatorics
+1112.6061 Combinatorics
+1112.6064 Analysis of PDEs
+1112.6066 Dynamical Systems
+1112.6067 Number Theory
+1112.6068 Representation Theory
+1112.6071 Commutative Algebra
+1112.6075 Optimization and Control
+1112.6077 Theory
+1112.6078 Superconductivity
+1112.6081 Differential Geometry
+1112.6082 Algebraic Topology
+1112.6084 Cosmology and Nongalactic Astrophysics
+1112.6087 Solar and Stellar Astrophysics
+1112.6088 Materials Science
+1112.6089 Solar and Stellar Astrophysics
+1112.6093 Biological Physics
+1112.6094 Analysis of PDEs
+1112.6095 Algebraic Geometry
+1112.6096 Programming Languages
+1112.6098 Human-Computer Interaction
+1112.6101 Astrophysics of Galaxies
+1112.6103 Quantum Algebra
+1112.6104 Superconductivity
+1112.6106 Phenomenology
+1112.6107 Dynamical Systems
+1112.6109 Superconductivity
+1112.6110 Instrumentation and Detectors
+1112.6111 Combinatorics
+1112.6114 Phenomenology
+1112.6116 Representation Theory
+1112.6117 Information Theory
+1112.6118 Astrophysics of Galaxies
+1112.6121 Instrumentation and Methods for Astrophysics
+1112.6122 Analysis of PDEs
+1112.6124 History and Overview
+1112.6127 History and Overview
+1112.6130 Differential Geometry
+1112.6142 Number Theory
+1112.6144 Superconductivity
+1112.6145 Materials Science
+1112.6146 Lattice
+1112.6147 Classical Analysis and ODEs
+1112.6148 Analysis of PDEs
+1112.6152
+1112.6155
+1112.6156 Analysis of PDEs
+1112.6157 Superconductivity
+1112.6159 Probability
+1112.6162 Computation
+1112.6166 Strongly Correlated Electrons
+1112.6167 Metric Geometry
+1112.6169 Trading and Market Microstructure
+1112.6172 Combinatorics
+1112.6176 Classical Analysis and ODEs
+1112.6178 Sound
+1112.6182 Mesoscale and Nanoscale Physics
+1112.6184 Strongly Correlated Electrons
+1112.6186
+1112.6190 Biological Physics
+1112.6192 Theory
+1112.6194 Combinatorics
+1112.6196 Theory
+1112.6206 Phenomenology
+1112.6207 Combinatorics
+1112.6208
+1112.6216 Theory
+1112.6219 Information Retrieval
+1112.6221 Combinatorics
+1112.6223 Differential Geometry
+1112.6225 Solar and Stellar Astrophysics
+1112.6227 Differential Geometry
+1112.6228 High Energy Astrophysical Phenomena
+1112.6229 Cosmology and Nongalactic Astrophysics
+1112.6231 Information Theory
+1112.6235 Statistics Theory
+1112.6237 Complex Variables
+1112.6239 Probability
+1112.6242 Probability
+1112.6251 Operator Algebras
+1112.6254 Distributed, Parallel, and Cluster Computing
+1112.6255 Data Structures and Algorithms
+1112.6264 Mesoscale and Nanoscale Physics
+1112.6269 Computer Vision and Pattern Recognition
+1112.6274
+1112.6276 General Physics
+1112.6277
+1112.6280
+1112.6281 Computers and Society
+1112.6287 Materials Science
+1112.6289 Representation Theory
+1112.6291 Computer Vision and Pattern Recognition
+1112.6292 Complex Variables
+1112.6293 Representation Theory
+1112.6300
+1112.6302 Differential Geometry
+1112.6308 Methodology
+1112.6314 Materials Science
+1112.6318
+1112.6321 Combinatorics
+1112.6323 General Mathematics
+1112.6326 Dynamical Systems
+1112.6327 Algebraic Topology
+1112.6336 Phenomenology
+1112.6338
+1112.6339 Phenomenology
+1112.6342 Materials Science
+1112.6344 Information Theory
+1112.6350
+1112.6356
+1112.6359 Algebraic Geometry
+1112.6360 Materials Science
+1112.6361 Computer Science and Game Theory
+1112.6362 Analysis of PDEs
+1112.6363 Machine Learning
+1112.6367 Information Theory
+1112.6371 Data Analysis, Statistics and Probability
+1112.6375 Mesoscale and Nanoscale Physics
+1112.6376 Quantum Algebra
+1112.6378 Cosmology and Nongalactic Astrophysics
+1112.6382 Optimization and Control
+1112.6384 Computation and Language
+1112.6385 Symplectic Geometry
+1112.6386 Phenomenology
+1112.6387 Phenomenology
+1112.6396 Other Condensed Matter
+1112.6397 Analysis of PDEs
+1112.6399 Learning
+1112.6407 Theory
+1112.6409 Atomic Physics
+1112.6417 Physics and Society
+1112.6418 Theory
+1112.6421 Physics and Society
+1112.6423 Atomic Physics
+1112.6424 Populations and Evolution
+1112.6431 Analysis of PDEs
+cond-mat/0005175 Strongly Correlated Electrons
+cond-mat/0104418 Statistical Mechanics
+cond-mat/0203264 Statistical Mechanics
+cond-mat/0407461 Materials Science
+cond-mat/0410326 Materials Science
+cond-mat/0507713 Materials Science
+cond-mat/0507724 Materials Science
+cond-mat/0508385 Strongly Correlated Electrons
+hep-ph/9808396 Phenomenology
+hep-th/0412317 Theory
+hep-th/9411074 Theory
+math/0409221 Dynamical Systems
+math/0410376 Complex Variables
+math/0506063 Dynamical Systems
+math/0506204 Dynamical Systems
+math/0607386 Dynamical Systems
+nucl-th/0606027
+physics/0511192 Geophysics
+physics/0512147 Geophysics
+physics/0512154 Geophysics
+physics/0602056 Geophysics
+physics/0602057 Geophysics
+0707.4344 Soft Condensed Matter
+0709.0919 Differential Geometry
+0709.3266 Phenomenology
+0803.1035
+0805.3958
+0806.0944
+0806.4563 Theory
+0806.4716 Theory
+0806.4723 Theory
+0806.4807 Theory
+0806.4977 Theory
+0807.0004 Theory
+0807.0368 Theory
+0807.0391 Theory
+0807.0566 Theory
+0807.0710 Theory
+0807.1099 Theory
+0807.3613 Theory
+0807.3664 Theory
+0807.4223 Theory
+0807.4252 Representation Theory
+0807.4375 Theory
+0807.4400 Theory
+0807.4752 Theory
+0807.4886 Theory
+0807.5016 Theory
+0807.5027 Theory
+0807.5127 Theory
+0808.0170 Theory
+0808.0282 Theory
+0808.0504 Theory
+0809.4495
+0809.4710
+0809.5060 Theory
+0809.5064 Theory
+0809.5149 Theory
+0809.5270 Theory
+0810.1058 Theory
+0810.1214 Theory
+0810.1379 Theory
+0810.1563 Theory
+0811.1724 Analysis of PDEs
+0811.2182 Theory
+0811.2197 Theory
+0811.2775 Theory
+0811.2976 Theory
+0812.3036
+0812.4251
+0901.4691 Classical Analysis and ODEs
+0902.0096
+0902.1043 Discrete Mathematics
+0902.2323 Rings and Algebras
+0903.2376 Theory
+0903.2493 Theory
+0905.4914 Phenomenology
+0906.2127 Phenomenology
+0906.4102 Cosmology and Nongalactic Astrophysics
+0906.4314 Operator Algebras
+0906.4831
+0907.5225 Symplectic Geometry
+0907.5510 Theory
+0908.0128 Statistics Theory
+0909.0950
+0909.2340 Plasma Physics
+0909.5272 Atomic and Molecular Clusters
+0909.5674
+0910.0759 Phenomenology
+0910.1152 Astrophysics of Galaxies
+0911.3814
+0912.0297 Cosmology and Nongalactic Astrophysics
+0912.0391 Statistical Mechanics
+0912.1263 Number Theory
+0912.3491 Theory
+0912.5149
+1002.2662 Geometric Topology
+1002.4366 Quantum Gases
+1003.1192 Theory
+1003.3400 Complex Variables
+1003.5152 Theory
+1004.1591 Theory
+1004.2740 Strongly Correlated Electrons
+1005.0414
+1005.0801 Instrumentation and Detectors
+1005.1659 Statistical Mechanics
+1005.1878
+1005.2275 Phenomenology
+1005.4470 Algebraic Geometry
+1005.4741
+1005.5222 Group Theory
+1005.5704 Populations and Evolution
+1006.0128 Cosmology and Nongalactic Astrophysics
+1006.0581 Probability
+1006.2559 Theory
+1006.2974 Theory
+1006.3054 Theory
+1006.3723
+1006.3749
+1006.4113 Molecular Networks
+1006.4702 Earth and Planetary Astrophysics
+1006.4921 Plasma Physics
+1006.5900 Functional Analysis
+1007.0264
+1007.1547 Rings and Algebras
+1007.1928 Biological Physics
+1007.1998 Group Theory
+1007.4318
+1007.4396 Functional Analysis
+1007.4697 Phenomenology
+1007.4770 Theory
+1008.0479
+1008.0726 Theory
+1008.1423 Theory
+1008.1884 Probability
+1008.1885 Symplectic Geometry
+1008.2809
+1008.3072 Phenomenology
+1008.3569 Experiment
+1008.3598
+1008.3620 Phenomenology
+1008.3713 Phenomenology
+1008.3783 Experiment
+1008.3802
+1008.3838 Experiment
+1008.3843 Commutative Algebra
+1008.3926 Physics and Society
+1008.4247 Phenomenology
+1008.4567 Theory
+1008.5225
+1009.0711 Phenomenology
+1009.0947 Phenomenology
+1009.1063
+1009.2133 Quantum Gases
+1009.2250 Phenomenology
+1009.3397 Experiment
+1009.3442
+1009.3804 Phenomenology
+1009.4210 Theory
+1009.4232 Phenomenology
+1009.4388
+1009.4894 Strongly Correlated Electrons
+1009.5481
+1009.5536 Phenomenology
+1009.5676 Quantum Gases
+1009.5697
+1009.6039 Numerical Analysis
+1010.0030 Theory
+1010.0255 Theory
+1010.0566 Theory
+1010.0935 Phenomenology
+1010.1078 Solar and Stellar Astrophysics
+1010.1453 Analysis of PDEs
+1010.1515 Theory
+1010.1550 Theory
+1010.1683 Theory
+1010.1970 Phenomenology
+1010.3749 Phenomenology
+1010.4046 Classical Analysis and ODEs
+1010.4778 Lattice
+1010.5073 Lattice
+1010.5078
+1011.0621
+1011.0965 Phenomenology
+1011.1762 Phenomenology
+1011.2343 Mesoscale and Nanoscale Physics
+1011.3036 Phenomenology
+1011.3053 Mesoscale and Nanoscale Physics
+1011.4211
+1011.4302 Information Theory
+1011.4474
+1011.4628
+1011.6329 Geometric Topology
+1011.6392 Cosmology and Nongalactic Astrophysics
+1012.0472 Statistical Mechanics
+1012.2248 Cryptography and Security
+1012.3564
+1012.3627 Atomic Physics
+1012.5175 Instrumentation and Detectors
+1012.5525 Superconductivity
+1012.5678
+1101.0621
+1101.1208
+1101.1667 Formal Languages and Automata Theory
+1101.2083 General Physics
+1101.2175 Molecular Networks
+1101.2986 Number Theory
+1101.3151
+1101.4181 Theory
+1101.4272 Phenomenology
+1101.4972 Phenomenology
+1101.5225 Materials Science
+1101.5742 Exactly Solvable and Integrable Systems
+1102.0894
+1102.1677 Mesoscale and Nanoscale Physics
+1102.1953 Spectral Theory
+1102.2273 Number Theory
+1102.2597 Analysis of PDEs
+1102.2980 Number Theory
+1102.3531 Chemical Physics
+1102.4102 Probability
+1102.5102
+1102.5201 Optics
+1102.5376 Earth and Planetary Astrophysics
+1102.5385 Artificial Intelligence
+1102.5431 Methodology
+1102.5448 Computer Vision and Pattern Recognition
+1102.5561 Artificial Intelligence
+1102.5674
+1102.5768 Analysis of PDEs
+1103.0027 Solar and Stellar Astrophysics
+1103.0039 Combinatorics
+1103.0043 Representation Theory
+1103.0046 Commutative Algebra
+1103.0047 Functional Analysis
+1103.0048 Physics and Society
+1103.0061
+1103.0065 Multimedia
+1103.0067 Combinatorics
+1103.0068 Representation Theory
+1103.0071 Complex Variables
+1103.0072 Geometric Topology
+1103.0083 Databases
+1103.0086 Distributed, Parallel, and Cluster Computing
+1103.0087 Neural and Evolutionary Computing
+1103.0089 Information Theory
+1103.0090 Functional Analysis
+1103.0092 Probability
+1103.0094 Experiment
+1103.0095 Strongly Correlated Electrons
+1103.0100
+1103.0104
+1103.0105 Mesoscale and Nanoscale Physics
+1103.0113 Analysis of PDEs
+1103.0116 Data Structures and Algorithms
+1103.0118 Complex Variables
+1103.0125 Software Engineering
+1103.0126
+1103.0127 Artificial Intelligence
+1103.0132
+1103.0134 Optimization and Control
+1103.0138 Analysis of PDEs
+1103.0139 Strongly Correlated Electrons
+1103.0140 Phenomenology
+1103.0143 Numerical Analysis
+1103.0144
+1103.0150
+1103.0163 Analysis of PDEs
+1103.0164 Statistical Mechanics
+1103.0170 Classical Analysis and ODEs
+1103.0173 Combinatorics
+1103.0174 Probability
+1103.0175 Chemical Physics
+1103.0181 Popular Physics
+1103.0185 Mesoscale and Nanoscale Physics
+1103.0190 Strongly Correlated Electrons
+1103.0191 Analysis of PDEs
+1103.0197 Differential Geometry
+1103.0198 Analysis of PDEs
+1103.0199 Earth and Planetary Astrophysics
+1103.0200 K-Theory and Homology
+1103.0207 Analysis of PDEs
+1103.0208 Probability
+1103.0209 Analysis of PDEs
+1103.0214 Probability
+1103.0216 Biomolecules
+1103.0217 Logic in Computer Science
+1103.0219 Statistical Mechanics
+1103.0220 Cryptography and Security
+1103.0226
+1103.0236 Theory
+1103.0242 Soft Condensed Matter
+1103.0246 Representation Theory
+1103.0248 Databases
+1103.0254 Geometric Topology
+1103.0255 Functional Analysis
+1103.0260 Data Structures and Algorithms
+1103.0267 Number Theory
+1103.0270 Information Theory
+astro-ph/0408094
+astro-ph/9501103
+cond-mat/0306736 Soft Condensed Matter
+cond-mat/9912030 Superconductivity
+hep-ex/0410061 Experiment
+hep-ex/0505021 Experiment
+hep-ph/9308345 Phenomenology
+hep-ph/9411310 Phenomenology
+hep-ph/9412239 Phenomenology
+hep-ph/9503444 Phenomenology
+hep-ph/9503461 Phenomenology
+hep-ph/9505270 Phenomenology
+hep-ph/9506450 Phenomenology
+hep-ph/9509392 Phenomenology
+hep-ph/9510260 Phenomenology
+hep-ph/9510321 Phenomenology
+hep-ph/9510334 Phenomenology
+hep-ph/9511469 Phenomenology
+hep-ph/9512205 Phenomenology
+hep-ph/9601393 Phenomenology
+hep-ph/9608436 Phenomenology
+hep-ph/9609311 Phenomenology
+hep-ph/9609373 Phenomenology
+hep-ph/9609432 Phenomenology
+hep-ph/9609453 Phenomenology
+hep-ph/9610337 Phenomenology
+hep-ph/9610341 Phenomenology
+hep-ph/9610373 Phenomenology
+hep-ph/9610513 Phenomenology
+hep-ph/9611358 Phenomenology
+hep-ph/9611445 Phenomenology
+hep-ph/9612342 Phenomenology
+hep-ph/9703289 Phenomenology
+hep-ph/9710287 Phenomenology
+hep-ph/9710497 Phenomenology
+hep-ph/9711233 Phenomenology
+hep-ph/9711254 Phenomenology
+hep-ph/9803222 Phenomenology
+hep-ph/9901251 Phenomenology
+hep-ph/9903504 Phenomenology
+hep-ph/9911399 Phenomenology
+hep-th/0104144 Theory
+hep-th/0307015 Theory
+hep-th/9208073 Theory
+hep-th/9303004 Theory
+hep-th/9711171 Theory
+math/0401286 Representation Theory
+math/0502540 Differential Geometry
+math/0508640 Representation Theory
+nucl-ex/0409031
+nucl-ex/0608005
+quant-ph/0702225
+0706.0138 Dynamical Systems
+0706.2234
+0707.1160 Strongly Correlated Electrons
+0708.2633 Theory
+0709.4467 Portfolio Management
+0801.1359
+0802.0411
+0802.4033 Operator Algebras
+0804.4798
+0805.0852
+0805.1700
+0805.1898
+0805.2085
+0805.4075
+0806.0323
+0806.0324
+0806.1245
+0806.4094 Functional Analysis
+0807.0487 Other Condensed Matter
+0807.1738
+0808.1147
+0809.2620
+0809.5197
+0811.3430
+0901.3239 Chaotic Dynamics
+0901.3471 Statistics Theory
+0903.3372 Probability
+0903.4796 Data Structures and Algorithms
+0904.1551 Statistics Theory
+0904.3695 General Physics
+0905.3298
+0905.3860 Statistical Mechanics
+0906.0530 Theory
+0906.0678 Portfolio Management
+0906.0702 Pricing of Securities
+0906.4785 Cosmology and Nongalactic Astrophysics
+0907.3545 Analysis of PDEs
+0908.0835 General Physics
+0908.1767 Statistics Theory
+0908.3974
+0909.1088 Probability
+0909.1288 Probability
+0909.2558 Theory
+0910.0444 Cosmology and Nongalactic Astrophysics
+0910.4477 Quantum Algebra
+0911.0026 Symplectic Geometry
+0911.1861 Chaotic Dynamics
+0911.4402 Strongly Correlated Electrons
+0912.4480 Statistics Theory
+1001.0728 Phenomenology
+1001.3209 Statistics Theory
+1002.0098 Algebraic Topology
+1002.0557
+1002.1412 Classical Analysis and ODEs
+1002.2277 Space Physics
+1002.2396 Classical Analysis and ODEs
+1003.5594 Superconductivity
+1004.0015 Mesoscale and Nanoscale Physics
+1004.0581 Functional Analysis
+1004.3185 Probability
+1004.4954
+1004.5166 Algebraic Geometry
+1004.5400
+1005.0918 Algebraic Topology
+1005.1474 Strongly Correlated Electrons
+1005.2058 Theory
+1005.2424 Classical Analysis and ODEs
+1005.3565 Probability
+1005.4443
+1005.5272 Quantum Gases
+1005.5545
+1005.5573 Phenomenology
+1006.0218 Algebraic Geometry
+1006.3645
+1006.4930 Theory
+1006.5822
+1007.0088 Phenomenology
+1007.0268 Phenomenology
+1007.1454 Cosmology and Nongalactic Astrophysics
+1007.1482 Theory
+1007.2393 Lattice
+1007.2494 Theory
+1007.2590 Phenomenology
+1007.4522 Mesoscale and Nanoscale Physics
+1007.4639 Lattice
+1007.5164 Lattice
+1007.5191 Solar and Stellar Astrophysics
+1007.5379 Phenomenology
+1008.0291 Mesoscale and Nanoscale Physics
+1008.0466 Phenomenology
+1008.0709 Phenomenology
+1008.2317 Phenomenology
+1008.2465 Commutative Algebra
+1008.3218 Lattice
+1008.3510
+1008.3715
+1008.3814 Phenomenology
+1008.4691 Complex Variables
+1008.5063 Algebraic Geometry
+1008.5208
+1008.5256
+1009.1181
+1009.1186 Lattice
+1009.1196
+1009.1248 Superconductivity
+1009.1790 Lattice
+1009.2377 Optics
+1009.2704
+1009.4129 Phenomenology
+1009.4522 Phenomenology
+1009.4534
+1009.5167 Combinatorics
+1009.5190
+1009.5494
+1009.5707 Phenomenology
+1009.5781 Phenomenology
+1009.5846 Theory
+1009.6201
+1010.0028 Phenomenology
+1010.0054 Phenomenology
+1010.0197 Phenomenology
+1010.0598 Probability
+1010.1204 Phenomenology
+1010.1298 Functional Analysis
+1010.2175 Phenomenology
+1010.2788 High Energy Astrophysical Phenomena
+1010.3021 Theory
+1010.3066 Superconductivity
+1010.4136 Superconductivity
+1010.4356 Phenomenology
+1010.4760 Formal Languages and Automata Theory
+1010.4828
+1010.4962 Theory
+1010.5253 Phenomenology
+1010.5254 Phenomenology
+1010.5281 Lattice
+1010.5307 Theory
+1010.5323 Phenomenology
+1010.5428 Lattice
+1010.5483 Lattice
+1011.0771 Mesoscale and Nanoscale Physics
+1011.1589 Programming Languages
+1011.2205 Phenomenology
+1011.3954 Strongly Correlated Electrons
+1011.4190 Experiment
+1011.4444
+1011.4479 History and Philosophy of Physics
+1011.5182
+1012.0049 Quantum Gases
+1012.0079 Dynamical Systems
+1012.1537 Exactly Solvable and Integrable Systems
+1012.1740 Statistical Mechanics
+1012.3133
+1012.3381
+1012.4061
+1012.4817 General Mathematics
+1012.5874
+1101.0489 Rings and Algebras
+1101.1234 Superconductivity
+1101.1277 Combinatorics
+1101.5181 Plasma Physics
+1102.1170
+1102.1532 Phenomenology
+1102.1958 Mesoscale and Nanoscale Physics
+1102.4391 Quantum Algebra
+1103.1157 Artificial Intelligence
+1103.1272 Functional Analysis
+1103.1342 History and Philosophy of Physics
+1103.1413 Classical Physics
+1103.1414 Quantum Algebra
+1103.1474 Computer Vision and Pattern Recognition
+1103.1500 Analysis of PDEs
+1103.1501 Adaptation and Self-Organizing Systems
+1103.1510
+1103.1562 Algebraic Geometry
+1103.1634 Disordered Systems and Neural Networks
+1103.1643
+1103.1653 Populations and Evolution
+1103.1655 General Mathematics
+1103.1662 Number Theory
+1103.1672 Information Theory
+1103.1673
+1103.1674 Theory
+1103.1676 Probability
+1103.1678 Instrumentation and Detectors
+1103.1680 Physics and Society
+1103.1687 Space Physics
+1103.1689 Information Theory
+1103.1691 Combinatorics
+1103.1697 Phenomenology
+1103.1698 Dynamical Systems
+1103.1716 Networking and Internet Architecture
+1103.1717 Operating Systems
+1103.1725 Networking and Internet Architecture
+1103.1726 Statistics Theory
+1103.1729 Portfolio Management
+1103.1738 Algebraic Topology
+1103.1741 Physics and Society
+1103.1742 Information Theory
+1103.1754 Mesoscale and Nanoscale Physics
+1103.1768 Statistics Theory
+1103.1769 Representation Theory
+1103.1771 Data Structures and Algorithms
+1103.1773 Computer Vision and Pattern Recognition
+1103.1777 Computational Engineering, Finance, and Science
+1103.1778 Computational Engineering, Finance, and Science
+1103.1779 Numerical Analysis
+1103.1781 Analysis of PDEs
+1103.1783 Cosmology and Nongalactic Astrophysics
+1103.1784 Information Theory
+1103.1790 Statistics Theory
+1103.1795 Statistics Theory
+1103.1800 Accelerator Physics
+1103.1801 Combinatorics
+1103.1812 Rings and Algebras
+1103.1815 Accelerator Physics
+1103.1822 Classical Analysis and ODEs
+1103.1828 Theory
+1103.1831 Materials Science
+1103.1834 Populations and Evolution
+1103.1838 Materials Science
+1103.1839 Probability
+1103.1859 Numerical Analysis
+1103.1862
+1103.1866
+1103.1870 Soft Condensed Matter
+astro-ph/0005368
+astro-ph/0010505
+astro-ph/0011005
+astro-ph/0011104
+astro-ph/0012165
+astro-ph/0012204
+astro-ph/0012417
+astro-ph/0012429
+astro-ph/0103143
+astro-ph/0105252
+astro-ph/0105500
+astro-ph/0106430
+astro-ph/0107090
+astro-ph/0107197
+astro-ph/0107451
+astro-ph/0108155
+astro-ph/0109152
+astro-ph/0109167
+astro-ph/0109533
+astro-ph/0110043
+astro-ph/0110289
+astro-ph/0110676
+astro-ph/0111011
+astro-ph/0111255
+astro-ph/0112043
+astro-ph/0112084
+astro-ph/0112162
+astro-ph/0112234
+astro-ph/0201494
+astro-ph/0202400
+astro-ph/0203336
+astro-ph/0205530
+astro-ph/0206178
+astro-ph/0206216
+astro-ph/0206256
+astro-ph/0206425
+astro-ph/0207128
+astro-ph/0207570
+astro-ph/0208106
+astro-ph/0208309
+astro-ph/0208553
+astro-ph/0209302
+astro-ph/0209440
+astro-ph/0210255
+astro-ph/0210348
+astro-ph/0210559
+astro-ph/0210644
+astro-ph/0211624
+astro-ph/0212345
+astro-ph/0212375
+astro-ph/0212562
+astro-ph/0301047
+astro-ph/0301155
+astro-ph/0302280
+astro-ph/0302440
+astro-ph/0302531
+astro-ph/0303668
+astro-ph/0304290
+astro-ph/0304296
+astro-ph/0304297
+astro-ph/0304541
+astro-ph/0305032
+astro-ph/0305278
+astro-ph/0311090
+astro-ph/0311379
+astro-ph/0311408
+astro-ph/0312160
+astro-ph/0401135
+astro-ph/0401405
+astro-ph/0401406
+astro-ph/0401434
+astro-ph/0401442
+astro-ph/0402402
+astro-ph/0402566
+astro-ph/0402567
+astro-ph/0402577
+astro-ph/0402652
+astro-ph/0403040
+astro-ph/0403482
+astro-ph/0403502
+astro-ph/0404275
+astro-ph/0404422
+astro-ph/0404574
+astro-ph/0405021
+astro-ph/0405506
+astro-ph/0406380
+astro-ph/0406471
+astro-ph/0406513
+astro-ph/0406559
+astro-ph/0406560
+astro-ph/0406564
+astro-ph/0407537
+astro-ph/0409080
+astro-ph/0409314
+astro-ph/0411233
+astro-ph/0411646
+astro-ph/0412079
+astro-ph/0412175
+astro-ph/0501180
+astro-ph/0501355
+astro-ph/0501422
+astro-ph/0502401
+astro-ph/0503062
+astro-ph/0504058
+astro-ph/0504300
+astro-ph/0504492
+astro-ph/0505299
+astro-ph/0506340
+astro-ph/0507705
+astro-ph/0602240
+astro-ph/0603336
+astro-ph/0606137
+astro-ph/9405046
+astro-ph/9602104
+astro-ph/9607034
+astro-ph/9610079
+astro-ph/9706211
+astro-ph/9706218
+astro-ph/9707140
+astro-ph/9805336
+astro-ph/9807058
+astro-ph/9812473
+astro-ph/9909211
+cond-mat/0503190 Superconductivity
+hep-ph/9308329 Phenomenology
+hep-ph/9610229 Phenomenology
+hep-ph/9612245 Phenomenology
+hep-ph/9702429 Phenomenology
+hep-ph/9704365 Phenomenology
+hep-ph/9709483 Phenomenology
+hep-ph/9710403 Phenomenology
+hep-ph/9802340 Phenomenology
+hep-ph/9803471 Phenomenology
+hep-ph/9807283 Phenomenology
+hep-ph/9807552 Phenomenology
+hep-ph/9810471 Phenomenology
+hep-th/0210228 Theory
+hep-th/0501212 Theory
+hep-th/9712109 Theory
+math/0104186 Differential Geometry
+math/0105085 Differential Geometry
+math/0412006 Geometric Topology
+math/0509526 Algebraic Geometry
+math/9806073 Operator Algebras
+nlin/0606007 Cellular Automata and Lattice Gases
+physics/0402044 Instrumentation and Detectors
+0712.4127 Rings and Algebras
+0806.3862 Superconductivity
+0807.1113
+0807.5096 Statistics Theory
+0812.2316 Analysis of PDEs
+0812.4161 Geometric Topology
+0901.1968
+0901.2989 Metric Geometry
+0903.1387 Popular Physics
+0903.1508 Popular Physics
+0905.2979 Methodology
+0906.2429 Theory
+0907.1740 Rings and Algebras
+0909.3085 Analysis of PDEs
+0911.4352 Soft Condensed Matter
+1001.1588 Atmospheric and Oceanic Physics
+1001.4559
+1001.5431 Superconductivity
+1002.4651
+1005.3805 Quantum Algebra
+1005.5539 Fluid Dynamics
+1006.0917 Quantum Gases
+1006.3805 Optics
+1007.0714 Functional Analysis
+1007.2598 Group Theory
+1008.3378
+1008.3491 Cosmology and Nongalactic Astrophysics
+1009.0134 Analysis of PDEs
+1009.3570 Algebraic Geometry
+1010.0398 Algebraic Geometry
+1010.1969 Numerical Analysis
+1010.3052
+1010.4886
+1011.4235 Differential Geometry
+1012.2812 Materials Science
+1012.3017 Mesoscale and Nanoscale Physics
+1012.3182 Optimization and Control
+1102.2492 Strongly Correlated Electrons
+1102.3218 Computational Finance
+1102.3301 Phenomenology
+1102.3757 Mesoscale and Nanoscale Physics
+1103.0215
+1103.0412 Combinatorics
+1103.1983
+1103.4331 Functional Analysis
+1103.4790 Accelerator Physics
+1103.5006 Phenomenology
+1103.5030 Number Theory
+1103.5934 Neurons and Cognition
+1103.5993
+1104.0337 Superconductivity
+1104.0807 Digital Libraries
+1104.4068 Phenomenology
+1105.0326 General Physics
+1105.1956 Instrumentation and Detectors
+1105.2298 Theory
+1105.3465 Theory
+1105.4244 Mesoscale and Nanoscale Physics
+1105.4418 Soft Condensed Matter
+1105.4845 Theory
+1105.5110 Superconductivity
+1105.5934 Theory
+1106.1143
+1106.1479
+1106.2579 Spectral Theory
+1106.2822 Experiment
+1106.3696 High Energy Astrophysical Phenomena
+1106.3763 Materials Science
+1106.5401 Superconductivity
+1107.4882 High Energy Astrophysical Phenomena
+1107.5370 Data Structures and Algorithms
+1107.5657 Probability
+1107.5697 Statistical Mechanics
+1107.5719 Instrumentation and Methods for Astrophysics
+1107.5816 Biological Physics
+1107.5821
+1107.5831 History and Overview
+1107.5841 Optimization and Control
+1107.5847 Software Engineering
+1107.5851 Social and Information Networks
+1107.5853 Biomolecules
+1107.5854 Mesoscale and Nanoscale Physics
+1107.5856 Analysis of PDEs
+1107.5859 Statistics Theory
+1107.5861 Symplectic Geometry
+1107.5865 Algebraic Topology
+1107.5870 Social and Information Networks
+1107.5871
+1107.5872 Applications
+1107.5880 Chemical Physics
+1107.5881
+1107.5883 Applications
+1107.5891 Materials Science
+1107.5893 Numerical Analysis
+1107.5894 General Physics
+1107.5897 Logic in Computer Science
+1107.5899 Applications
+1107.5904 Plasma Physics
+1107.5913 Probability
+1107.5914 Dynamical Systems
+1107.5917 Analysis of PDEs
+1107.5919 Atmospheric and Oceanic Physics
+1107.5921 Plasma Physics
+1107.5924 Systems and Control
+1107.5926 Probability
+1107.5930 Artificial Intelligence
+1107.5935 Applications
+1107.5937 Quantum Gases
+1107.5938 Fluid Dynamics
+1107.5946 Algebraic Geometry
+1107.5952 Differential Geometry
+1107.5962 Materials Science
+1107.5969 Group Theory
+1107.5972 Dynamical Systems
+1107.5974 Astrophysics of Galaxies
+1107.5976 Analysis of PDEs
+1107.5977 Phenomenology
+1107.5978 Astrophysics of Galaxies
+1107.5980 Logic in Computer Science
+1107.5981 Dynamical Systems
+1107.5986 Theory
+1107.5989 Number Theory
+1107.5998 Materials Science
+1107.6008 Rings and Algebras
+1107.6012 Statistical Mechanics
+1107.6014 Distributed, Parallel, and Cluster Computing
+1107.6020 Computational Physics
+1107.6038 Numerical Analysis
+1107.6039 Number Theory
+1107.6043 Methodology
+1107.6044 Algebraic Geometry
+astro-ph/0108003
+astro-ph/0302161
+astro-ph/0406069
+astro-ph/0408419
+astro-ph/0411522
+astro-ph/9908267
+hep-lat/0505012 Lattice
+hep-ph/0404183 Phenomenology
+hep-ph/0603048 Phenomenology
+hep-ph/0607184 Phenomenology
+hep-ph/9404262 Phenomenology
+hep-ph/9501266 Phenomenology
+hep-ph/9612313 Phenomenology
+hep-ph/9912287 Phenomenology
+hep-th/0005136 Theory
+hep-th/0205236 Theory
+hep-th/0211250 Theory
+hep-th/0306235 Theory
+hep-th/0602129 Theory
+math/0406025 Number Theory
+quant-ph/0403053
+quant-ph/0607166
+0708.1980 Logic
+0801.0684 Complex Variables
+0804.1540 Soft Condensed Matter
+0805.3964 Computer Vision and Pattern Recognition
+0812.4185 Algebraic Geometry
+0905.0398
+0905.2585 Combinatorics
+0907.2984 Information Theory
+0909.4287 Algebraic Topology
+0909.5288
+0911.1254 Differential Geometry
+0911.3282
+1001.0490 Theory
+1004.4770
+1005.2806 Logic
+1005.3585 Combinatorics
+1006.0479 Mesoscale and Nanoscale Physics
+1006.2568 Experiment
+1007.0243 Phenomenology
+1007.1689 Optics
+1007.4035
+1008.0150 Mesoscale and Nanoscale Physics
+1008.0640 Theory
+1008.1137
+1008.1267 Phenomenology
+1008.1646 Phenomenology
+1008.2246 Cosmology and Nongalactic Astrophysics
+1008.2594 Quantum Gases
+1009.2362
+1009.2417
+1009.2448 Phenomenology
+1009.2512 Mesoscale and Nanoscale Physics
+1009.2578 Mesoscale and Nanoscale Physics
+1009.2894 Phenomenology
+1009.3390 Experiment
+1009.4588 Phenomenology
+1009.5297 Phenomenology
+1009.5309 Theory
+1009.5571 Mesoscale and Nanoscale Physics
+1010.0596 Lattice
+1010.3609
+1010.3699
+1011.1287 Theory
+1011.2673 Theory
+1011.2712 Superconductivity
+1011.2751
+1011.4932 Theory
+1012.1501 Learning
+1012.1934 Optics
+1012.3605 Soft Condensed Matter
+1012.3612 Algebraic Geometry
+1012.4325 Materials Science
+1012.4403 Tissues and Organs
+1012.5263 Optics
+1101.0553 Numerical Analysis
+1101.0763 Astrophysics of Galaxies
+1101.1467 Solar and Stellar Astrophysics
+1101.1882 Mesoscale and Nanoscale Physics
+1101.2685 Lattice
+1101.2738 Representation Theory
+1101.3548 Theory
+1101.4810 Phenomenology
+1101.4878 Phenomenology
+1101.5156 Theory
+1101.5623 Statistical Mechanics
+1102.0343 Theory
+1102.0385
+1102.0704 Phenomenology
+1102.1047
+1102.1428 Theory
+1102.1794 Phenomenology
+1102.2896 Phenomenology
+1102.2900 Phenomenology
+1102.3125 Strongly Correlated Electrons
+1102.3251 Phenomenology
+1102.3595 Phenomenology
+1102.3638 Other Condensed Matter
+1102.3937 Social and Information Networks
+1102.4093 Theory
+1102.4145 Phenomenology
+1102.4724 Theory
+1102.4969 Functional Analysis
+1102.4971 Programming Languages
+1102.5091 Theory
+1102.5423
+1103.0343
+1103.0696 Quantum Gases
+1103.1261 Cosmology and Nongalactic Astrophysics
+1103.1490 Theory
+1103.1688 Phenomenology
+1103.2032
+1103.3085 Phenomenology
+1103.4132 Cosmology and Nongalactic Astrophysics
+1103.4510 Materials Science
+1103.5460 Mesoscale and Nanoscale Physics
+1103.6033 Phenomenology
+1104.0387
+1104.0421
+1104.0931 Cosmology and Nongalactic Astrophysics
+1104.1035 Instrumentation and Detectors
+1104.1212 Differential Geometry
+1104.1376 Analysis of PDEs
+1104.1576 Theory
+1104.2503 Lattice
+1104.3253
+1104.4157
+1104.4438 High Energy Astrophysical Phenomena
+1104.4749 Phenomenology
+1104.4790
+1105.0725 Computation
+1105.1636 Quantum Algebra
+1105.1863
+1105.1895 Solar and Stellar Astrophysics
+1105.2360 Strongly Correlated Electrons
+1105.2526 Methodology
+1105.3331
+1105.4113 Representation Theory
+1105.4370 High Energy Astrophysical Phenomena
+1105.6185 Lattice
+1106.1811 Databases
+1106.1894 Other Computer Science
+1106.1898 High Energy Astrophysical Phenomena
+1106.1905 Theory
+1106.1907 Rings and Algebras
+1106.1908 Rings and Algebras
+1106.1909 Quantum Algebra
+1106.1910 Computational Complexity
+1106.1912 Mesoscale and Nanoscale Physics
+1106.1916 Methodology
+1106.1917 Strongly Correlated Electrons
+1106.1918 Probability
+1106.1919 Networking and Internet Architecture
+1106.1923 Materials Science
+1106.1924 Strongly Correlated Electrons
+1106.1927 Astrophysics of Galaxies
+1106.1936 Number Theory
+1106.1938 Cosmology and Nongalactic Astrophysics
+1106.1940 Social and Information Networks
+1106.1944 Information Theory
+1106.1946 Instrumentation and Detectors
+1106.1957 Artificial Intelligence
+1106.1958 Combinatorics
+1106.1963 Plasma Physics
+1106.1965 Mesoscale and Nanoscale Physics
+1106.1969 Information Theory
+1106.1972 Soft Condensed Matter
+1106.1979 Category Theory
+1106.1981 Plasma Physics
+1106.1986
+1106.1993 Methodology
+1106.1996 Phenomenology
+1106.1997 Phenomenology
+1106.1999 Computational Finance
+1106.2006 Mesoscale and Nanoscale Physics
+1106.2010 Analysis of PDEs
+1106.2012 Differential Geometry
+1106.2019 Solar and Stellar Astrophysics
+1106.2021 Theory
+1106.2029 Number Theory
+1106.2031 Functional Analysis
+1106.2034 Soft Condensed Matter
+1106.2037
+1106.2038 Biological Physics
+1106.2048 Neurons and Cognition
+1106.2050 Information Theory
+1106.2052 Numerical Analysis
+1106.2057 Information Theory
+1106.2059 High Energy Astrophysical Phenomena
+1106.2061 Experiment
+1106.2064 Phenomenology
+1106.2067 High Energy Astrophysical Phenomena
+1106.2072 Functional Analysis
+1106.2073 Soft Condensed Matter
+1106.2076 Phenomenology
+1106.2077 Other Computer Science
+1106.2079 Accelerator Physics
+1106.2084 Cosmology and Nongalactic Astrophysics
+1106.2086
+1106.2093 Soft Condensed Matter
+1106.2094 Group Theory
+1106.2095 Computational Finance
+1106.2096 Phenomenology
+1106.2099
+1106.2103 Phenomenology
+1106.2104 Computational Complexity
+1106.2105
+1106.2108 Probability
+1106.2113 Neural and Evolutionary Computing
+1106.2122 Logic in Computer Science
+1106.2123 Probability
+1106.2124 Medical Physics
+1106.2129 Statistical Mechanics
+1106.2136 Group Theory
+1106.2139 Functional Analysis
+1106.2149 Number Theory
+1106.2152 Mesoscale and Nanoscale Physics
+1106.2155 Analysis of PDEs
+1106.2156 Neural and Evolutionary Computing
+1106.2158 Cosmology and Nongalactic Astrophysics
+astro-ph/0508554
+cond-mat/0211119 Strongly Correlated Electrons
+math/0609636 Logic
+math/0612682 Optimization and Control
+nucl-th/9803036
+0712.1118
+0807.0079 Biological Physics
+0807.0745 Strongly Correlated Electrons
+0810.2988 Numerical Analysis
+0810.4544 Group Theory
+0811.3080 Statistical Mechanics
+0812.1200 Computational Complexity
+0812.1702
+0812.4878 Phenomenology
+0901.0827 Representation Theory
+0902.2537 Numerical Analysis
+0904.4381 Cosmology and Nongalactic Astrophysics
+0907.3874 Networking and Internet Architecture
+0908.0008 Phenomenology
+0908.0635
+0909.4308 Dynamical Systems
+0910.3812 Algebraic Geometry
+0910.3915 Fluid Dynamics
+0910.5095 Phenomenology
+0911.0877 Probability
+0911.1340 Symbolic Computation
+0911.5336 Instrumentation and Detectors
+0912.0547 Mesoscale and Nanoscale Physics
+0912.1847 Earth and Planetary Astrophysics
+0912.2153
+0912.3311 Algebraic Geometry
+1001.0016 Theory
+1001.0174 Geometric Topology
+1001.1217 Phenomenology
+1001.2378 General Topology
+1001.2799 Phenomenology
+1001.4188
+1001.4655 Optics
+1001.4716 General Physics
+1002.1202 Materials Science
+1002.1912 Cosmology and Nongalactic Astrophysics
+1002.3717 Differential Geometry
+1002.4397 Earth and Planetary Astrophysics
+1003.0999 Representation Theory
+1003.1597 Instrumentation and Detectors
+1003.1718 Phenomenology
+1003.1837
+1003.2037 Combinatorics
+1003.4008 Commutative Algebra
+1003.4150
+1004.2184
+1004.2587 Instrumentation and Detectors
+1004.2727
+1004.4537
+1005.0291 Information Theory
+1005.1164
+1005.1657
+1005.2219
+1005.2334
+1005.3038 Cosmology and Nongalactic Astrophysics
+1005.3492 Cosmology and Nongalactic Astrophysics
+1005.4060 Phenomenology
+1005.4686 Theory
+1006.0135 Instrumentation and Detectors
+1006.0817 Data Analysis, Statistics and Probability
+1006.1266 Probability
+1006.1525 Strongly Correlated Electrons
+1006.3321 Cosmology and Nongalactic Astrophysics
+1006.3602
+1006.4208 Experiment
+1006.4749 Theory
+1006.4802 Phenomenology
+1006.5304 Strongly Correlated Electrons
+1006.5483 Theory
+1006.5710 Theory
+1007.0464 Phenomenology
+1007.0596 Phenomenology
+1007.1131 Instrumentation and Detectors
+1007.1642
+1007.2309 Number Theory
+1007.2877 Phenomenology
+1007.3163 Cosmology and Nongalactic Astrophysics
+1007.3300 Phenomenology
+1007.3721 Phenomenology
+1007.3779 Experiment
+1007.4130 Chaotic Dynamics
+1007.4746
+1008.0768 Phenomenology
+1008.0860
+1008.1250 Cosmology and Nongalactic Astrophysics
+1008.1433
+1008.2098 Phenomenology
+1008.2596
+1008.3637 Theory
+1008.4107 Instrumentation and Detectors
+1008.4444
+1008.4595 Fluid Dynamics
+1008.5013 Phenomenology
+1008.5087 Mesoscale and Nanoscale Physics
+1008.5193 High Energy Astrophysical Phenomena
+1008.5326 Phenomenology
+1009.0206 Cosmology and Nongalactic Astrophysics
+1009.0851 Dynamical Systems
+1009.1003 Data Analysis, Statistics and Probability
+1009.1281 Algebraic Geometry
+1009.1475 Mesoscale and Nanoscale Physics
+1009.1549 Cosmology and Nongalactic Astrophysics
+1009.1614 Strongly Correlated Electrons
+1009.2072 Atomic Physics
+1009.2485
+1009.2683
+1009.3244 Phenomenology
+1009.3605 Phenomenology
+1009.3655 Phenomenology
+1009.3688 Theory
+1009.3693 Atomic Physics
+1009.4380 Phenomenology
+1009.4593 Phenomenology
+1009.4864 Experiment
+1009.4935 Phenomenology
+1009.5492 Theory
+1009.5662 Phenomenology
+1009.5837 Cosmology and Nongalactic Astrophysics
+1009.5977 Phenomenology
+1009.6015 Disordered Systems and Neural Networks
+1010.1057 Instrumentation and Detectors
+1010.1967 History and Overview
+1010.2250
+1010.2415
+1010.2493 Solar and Stellar Astrophysics
+1010.3077 Phenomenology
+1010.3457
+1010.3483 Phenomenology
+1010.4254 Phenomenology
+1010.4544 Number Theory
+1010.5620 Experiment
+1011.0296 Quantum Gases
+1011.0448 Statistical Mechanics
+1011.0597 Distributed, Parallel, and Cluster Computing
+1011.0747
+1011.1661 Quantum Gases
+1011.2143
+1011.2499 Superconductivity
+1011.2869
+1011.3562 Theory
+1011.3625 Cosmology and Nongalactic Astrophysics
+1011.4072 Phenomenology
+1011.4411
+1011.4483
+1011.5125 Materials Science
+1011.5837 Other Condensed Matter
+1012.0850 High Energy Astrophysical Phenomena
+1012.2143 High Energy Astrophysical Phenomena
+1012.2366
+1012.2627 Phenomenology
+1012.2795 Experiment
+1012.3203 Cosmology and Nongalactic Astrophysics
+1012.4042 High Energy Astrophysical Phenomena
+1012.4457 Astrophysics of Galaxies
+1012.4625 Chemical Physics
+1012.4766 High Energy Astrophysical Phenomena
+1012.5395 Mesoscale and Nanoscale Physics
+1012.5411 High Energy Astrophysical Phenomena
+1012.5557
+1101.0700
+1101.1541 Materials Science
+1101.1630 Phenomenology
+1101.1649 Analysis of PDEs
+1101.1797 Statistical Mechanics
+1101.2084
+1101.2737 General Mathematics
+1101.2818 General Mathematics
+1101.2829 General Mathematics
+1101.2845 General Mathematics
+1101.3080 General Mathematics
+1101.3081 General Mathematics
+1101.3201 Phenomenology
+1101.3231 Methodology
+1101.3699 General Mathematics
+1101.4609 Discrete Mathematics
+1101.4720 General Mathematics
+1101.5341 Software Engineering
+1101.5747 Combinatorics
+1101.5897 Analysis of PDEs
+1101.5944 Data Structures and Algorithms
+1101.5988 Plasma Physics
+1101.5996 Algebraic Geometry
+1102.0003 Solar and Stellar Astrophysics
+1102.0008 Statistics Theory
+1102.0012 Cosmology and Nongalactic Astrophysics
+1102.0021 Probability
+1102.0023 Cryptography and Security
+1102.0040 Information Theory
+1102.0050 Phenomenology
+1102.0064 Phenomenology
+1102.0071 Analysis of PDEs
+1102.0075 Statistics Theory
+1102.0079 Artificial Intelligence
+1102.0096 Combinatorics
+1102.0099 Physics and Society
+1102.0100 Mesoscale and Nanoscale Physics
+1102.0102 Algebraic Topology
+1102.0104 Solar and Stellar Astrophysics
+1102.0107 High Energy Astrophysical Phenomena
+1102.0109 Statistical Mechanics
+1102.0112 Fluid Dynamics
+1102.0115 Databases
+1102.0116 Fluid Dynamics
+1102.0118 Phenomenology
+1102.0119 Algebraic Geometry
+1102.0124 Materials Science
+1102.0125 Geophysics
+1102.0127 Combinatorics
+1102.0128
+1102.0129 Theory
+1102.0131 Superconductivity
+1102.0132 Instrumentation and Detectors
+1102.0137 Functional Analysis
+1102.0143 Statistics Theory
+1102.0144 Instrumentation and Methods for Astrophysics
+1102.0148 Instrumentation and Methods for Astrophysics
+1102.0150 Solar and Stellar Astrophysics
+1102.0155 Logic in Computer Science
+1102.0158 Symplectic Geometry
+1102.0160 Information Theory
+1102.0161 Instrumentation and Methods for Astrophysics
+1102.0165 Astrophysics of Galaxies
+1102.0166 Neurons and Cognition
+1102.0167 Analysis of PDEs
+1102.0169 General Mathematics
+1102.0182
+1102.0183 Artificial Intelligence
+1102.0186 Algebraic Topology
+1102.0190 Dynamical Systems
+1102.0191 Statistical Mechanics
+1102.0193 Soft Condensed Matter
+1102.0194 Soft Condensed Matter
+1102.0199
+1102.0201 Cosmology and Nongalactic Astrophysics
+1102.0202 Numerical Analysis
+1102.0203 Computer Science and Game Theory
+1102.0209 General Mathematics
+1102.0210 Experiment
+1102.0211 Theory
+1102.0213 Representation Theory
+1102.0220
+1102.0224 Pricing of Securities
+1102.0230 Combinatorics
+1102.0248 Operator Algebras
+1102.0249 Astrophysics of Galaxies
+1102.0253 Astrophysics of Galaxies
+1102.0257 Social and Information Networks
+astro-ph/0506141
+astro-ph/9907431
+cond-mat/0611740 Superconductivity
+hep-th/9807213 Theory
+math/0203060 Quantum Algebra
+math/0605517 Algebraic Geometry
+nucl-th/0511086
+nucl-th/0701004
+0711.3328 Rings and Algebras
+0711.3928 Numerical Analysis
+0804.4262 Numerical Analysis
+0804.4868
+0808.1936 Probability
+0809.3520 Strongly Correlated Electrons
+0810.2359 Combinatorics
+0811.1855 Atmospheric and Oceanic Physics
+0812.3447 Information Theory
+0901.1124 Atomic Physics
+0906.4777 Strongly Correlated Electrons
+0907.0511 Statistical Mechanics
+0907.4000 Applications
+0909.3549 Symplectic Geometry
+0910.5232 Materials Science
+0911.4070 Strongly Correlated Electrons
+0911.4271 Data Analysis, Statistics and Probability
+0912.1038 Theory
+1002.0241 Differential Geometry
+1002.0515 Theory
+1002.1709 Theory
+1004.2573 Theory
+1004.3075
+1004.3542 Cosmology and Nongalactic Astrophysics
+1004.4685 Strongly Correlated Electrons
+1005.2488 Theory
+1005.3556 Strongly Correlated Electrons
+1005.3659 Probability
+1005.4493 Pattern Formation and Solitons
+1006.2696 Combinatorics
+1006.3209 Algebraic Geometry
+1006.3600 Statistical Mechanics
+1006.3681 Disordered Systems and Neural Networks
+1006.3946
+1006.3997 Spectral Theory
+1007.0711 Functional Analysis
+1007.2114 Analysis of PDEs
+1007.2631 Phenomenology
+1007.2651 Theory
+1007.3005
+1007.3323 Phenomenology
+1007.4257 Computational Complexity
+1008.0689
+1008.1569
+1008.1576 Differential Geometry
+1008.2562 Strongly Correlated Electrons
+1009.3842 General Physics
+1009.5680 Cosmology and Nongalactic Astrophysics
+1010.1165 Physics and Society
+1010.1671 Quantum Gases
+1010.2048 Statistical Finance
+1010.3447 Symplectic Geometry
+1011.0516 Lattice
+1011.0697
+1011.0945 Functional Analysis
+1011.1052 Phenomenology
+1011.2573 Materials Science
+1011.3569 Pattern Formation and Solitons
+1011.5376 Atomic and Molecular Clusters
+1012.0303 Strongly Correlated Electrons
+1012.1572
+1012.2279 General Finance
+1012.2744 Theory
+1012.3153 Complex Variables
+1012.4114
+1012.4417 Quantum Gases
+1102.0524 Data Analysis, Statistics and Probability
+1102.0601 Geometric Topology
+1102.1241 Metric Geometry
+1102.4205 Numerical Analysis
+1102.5292 Cosmology and Nongalactic Astrophysics
+1103.1064 Quantum Gases
+1103.2857 Statistical Mechanics
+1103.3493 Category Theory
+1103.4287 Theory
+1103.4392 History and Philosophy of Physics
+1103.5243 Statistics Theory
+1103.5918
+1104.0317 Functional Analysis
+1104.0409
+1104.0459 Databases
+1104.0487 Theory
+1104.0662 Quantum Algebra
+1104.0673 Combinatorics
+1104.0682 General Physics
+1104.0684 General Physics
+1104.0689 Symbolic Computation
+1104.0694 Phenomenology
+1104.0703 Physics Education
+1104.0713 Combinatorics
+1104.0714 Quantum Algebra
+1104.0719
+1104.0726 Algebraic Geometry
+1104.0727 Populations and Evolution
+1104.0731 K-Theory and Homology
+1104.0732 Dynamical Systems
+1104.0734
+1104.0739 Data Structures and Algorithms
+1104.0745 Differential Geometry
+1104.0746 Symbolic Computation
+1104.0747 Solar and Stellar Astrophysics
+1104.0749 Spectral Theory
+1104.0750 Functional Analysis
+1104.0752 Networking and Internet Architecture
+1104.0756 Analysis of PDEs
+1104.0763 Statistics Theory
+1104.0764 Methodology
+1104.0766 Analysis of PDEs
+1104.0767 Analysis of PDEs
+1104.0769 Robotics
+1104.0770 Functional Analysis
+1104.0771 Functional Analysis
+1104.0774 Probability
+1104.0777 General Finance
+1104.0780 Robotics
+1104.0782 Medical Physics
+1104.0787 Phenomenology
+1104.0792 Classical Analysis and ODEs
+1104.0796 High Energy Astrophysical Phenomena
+1104.0797 Classical Analysis and ODEs
+1104.0799 Accelerator Physics
+1104.0800 Cryptography and Security
+1104.0801 Materials Science
+1104.0802 Accelerator Physics
+1104.0803 Accelerator Physics
+1104.0809 Multimedia
+1104.0813 Theory
+1104.0824 Other Computer Science
+1104.0825 High Energy Astrophysical Phenomena
+1104.0829 Differential Geometry
+1104.0833 Complex Variables
+1104.0834 Robotics
+1104.0835 History and Philosophy of Physics
+1104.0839 Robotics
+1104.0840 Robotics
+1104.0846 Solar and Stellar Astrophysics
+1104.0848 Data Structures and Algorithms
+1104.0850 Phenomenology
+1104.0854 Mesoscale and Nanoscale Physics
+1104.0867 Databases
+1104.0869 Lattice
+1104.0870 Algebraic Geometry
+1104.0876 Biological Physics
+1104.0882 Data Structures and Algorithms
+1104.0886
+1104.0893 Fluid Dynamics
+1104.0904 Rings and Algebras
+1104.0911 Functional Analysis
+1104.0915 Spectral Theory
+1104.0917 Combinatorics
+funct-an/9302008 Functional Analysis
+funct-an/9704007 Functional Analysis
+gr-qc/9605073
+hep-th/9703129 Theory
+hep-th/9905102 Theory
+math-ph/0203021
+math-ph/0304022
+math-ph/0405037
+math-ph/0405067
+math/0003082 Operator Algebras
+math/0102196 Operator Algebras
+math/0309366 Operator Algebras
+math/0312512 Operator Algebras
+math/9903104 Operator Algebras
+nlin/0607004 Chaotic Dynamics
+0705.3224 Physics and Society
+0806.2098
+0806.4508 Differential Geometry
+0807.3312 Group Theory
+0809.2304 Differential Geometry
+0810.3209 Combinatorics
+0811.2362 Dynamical Systems
+0811.2514 Theory
+0812.4366 Phenomenology
+0901.3741
+0902.1826 Differential Geometry
+0902.3165 Phenomenology
+0903.1279 Phenomenology
+0903.2020
+0904.1887
+0905.4576 Cosmology and Nongalactic Astrophysics
+0906.2806 Logic
+0906.3944 High Energy Astrophysical Phenomena
+0908.4284 Functional Analysis
+0909.1196 Astrophysics of Galaxies
+0909.2415 Rings and Algebras
+0909.2628 Functional Analysis
+0909.3995 Algebraic Topology
+0910.0508 Quantum Gases
+0910.0782 Theory
+0910.1254
+0910.1272 Solar and Stellar Astrophysics
+0910.1879 Information Theory
+0910.3415 Spectral Theory
+0911.2947 Phenomenology
+0911.4780 Atomic Physics
+0911.4782 Atomic Physics
+0911.5001
+0911.5171 Sound
+0912.0662 Strongly Correlated Electrons
+0912.2041 Phenomenology
+0912.2467 Analysis of PDEs
+0912.2725 Theory
+0912.2870 Logic
+1001.0306
+1001.2447
+1002.3884 Metric Geometry
+1003.1532 Geometric Topology
+1003.3788 Theory
+1003.4642 Strongly Correlated Electrons
+1003.4692 Classical Analysis and ODEs
+1003.5419 Functional Analysis
+1004.1737 Strongly Correlated Electrons
+1004.1782 Cosmology and Nongalactic Astrophysics
+1004.3401 Quantum Algebra
+1004.3572 Theory
+1004.3833 Information Theory
+1004.4632
+1005.0569
+1005.1420
+1005.1807
+1005.2934 Theory
+1005.3209 Phenomenology
+1005.4521 Phenomenology
+1006.2389 Phenomenology
+1006.2555 Pricing of Securities
+1006.3306 Theory
+1006.3846 Phenomenology
+1006.4522
+1006.4991 Mesoscale and Nanoscale Physics
+1006.5028 Populations and Evolution
+1006.5418
+1006.5727 Quantum Algebra
+1007.0368 Phenomenology
+1007.1230 Cosmology and Nongalactic Astrophysics
+1007.3041
+1007.3719 Theory
+1007.4048 Strongly Correlated Electrons
+1007.4676 Theory
+1007.5414 Phenomenology
+1008.0087 Theory
+1008.1130 Materials Science
+1008.2115
+1008.2259 Superconductivity
+1008.3026
+1008.3186 Theory
+1008.4423
+1008.4759 Phenomenology
+1008.5281 Astrophysics of Galaxies
+1008.5289 Mesoscale and Nanoscale Physics
+1008.5325 Learning
+1009.0882
+1009.0983 Phenomenology
+1009.0985
+1009.1376 Theory
+1009.2559 Phenomenology
+1009.3895 Phenomenology
+1009.4876
+1009.4916
+1009.5327 Probability
+1009.5601 Strongly Correlated Electrons
+1009.5690 Theory
+1009.5729 Cryptography and Security
+1009.5907 Quantum Gases
+1009.6180 Soft Condensed Matter
+1010.0040 Analysis of PDEs
+1010.0242 Analysis of PDEs
+1010.1124
+1010.1581
+1010.1775 Theory
+1010.2153 Phenomenology
+1010.2256 Fluid Dynamics
+1010.3282
+1010.3288 Theory
+1010.3673 Group Theory
+1010.4085 Theory
+1010.5577
+1010.5949
+1010.6021 Phenomenology
+1010.6085 Quantum Gases
+1010.6207 Functional Analysis
+1011.0073
+1011.0224
+1011.0240 Theory
+1011.0269 Phenomenology
+1011.0317 Logic
+1011.0371 Lattice
+1011.0373 Lattice
+1011.0379 Lattice
+1011.0411 Lattice
+1011.0829 Cosmology and Nongalactic Astrophysics
+1011.1168 Data Structures and Algorithms
+1011.1190
+1011.1630 Theory
+1011.1940
+1011.2345 Cosmology and Nongalactic Astrophysics
+1011.2832
+1011.2903 Statistical Mechanics
+1011.2907 Phenomenology
+1011.3244 Adaptation and Self-Organizing Systems
+1011.4085
+1011.4164 Statistical Mechanics
+1011.4542 Phenomenology
+1011.4669 Theory
+1011.4714
+1011.4730 Phenomenology
+1011.4860 Phenomenology
+1011.4873 Phenomenology
+1011.4979 Phenomenology
+1011.5067 Mesoscale and Nanoscale Physics
+1011.5304 Phenomenology
+1012.0082 Phenomenology
+1012.0262
+1012.0435 Phenomenology
+1012.0595
+1012.0644
+1012.1179 Mesoscale and Nanoscale Physics
+1012.1248
+1012.1325 Group Theory
+1012.1335 Cosmology and Nongalactic Astrophysics
+1012.1478 Phenomenology
+1012.1794 Experiment
+1012.2126 Phenomenology
+1012.2158
+1012.2168 Phenomenology
+1012.2456
+1012.2861
+1012.3209 Theory
+1012.3460 Cosmology and Nongalactic Astrophysics
+1012.3568 Theory
+1012.3904 Cosmology and Nongalactic Astrophysics
+1012.4179 Phenomenology
+1012.4323 Phenomenology
+1012.4671 Phenomenology
+1012.4867 Theory
+1012.5829
+1012.6045
+1101.0319
+1101.0554
+1101.0623 Mesoscale and Nanoscale Physics
+1101.1254 Cosmology and Nongalactic Astrophysics
+1101.1439 Phenomenology
+1101.2690
+1101.2936 Phenomenology
+1101.3943 Strongly Correlated Electrons
+1101.4009 Theory
+1101.4358 Theory
+1101.4967 Superconductivity
+1101.5164 Cosmology and Nongalactic Astrophysics
+1101.5977 Instrumentation and Detectors
+1101.5982 Category Theory
+1102.0174 Materials Science
+1102.0737 Materials Science
+1102.0756 Phenomenology
+1102.1174 Number Theory
+1102.1948
+1102.2030
+1102.2271
+1102.2397 Phenomenology
+1102.2545
+1102.3076 Functional Analysis
+1102.3407 Lattice
+1102.3714
+1102.3799 Instrumentation and Detectors
+1102.3863
+1102.3946 Phenomenology
+1102.4915 Statistics Theory
+1102.5149 Combinatorics
+1103.0514 Algebraic Geometry
+1103.1040 Computer Science and Game Theory
+1103.1203
+1103.1419
+1103.1434 Plasma Physics
+1103.1553
+1103.1622 Formal Languages and Automata Theory
+1103.1732 Optimization and Control
+1103.2666 Theory
+1103.3099 Performance
+1103.3313 Representation Theory
+1103.3399 Theory
+1103.3539 Rings and Algebras
+1103.3575 Earth and Planetary Astrophysics
+1103.3696 General Physics
+1103.3701 Cosmology and Nongalactic Astrophysics
+1103.3712 Chemical Physics
+1103.3717 History and Overview
+1103.3718 Analysis of PDEs
+1103.3719 Information Theory
+1103.3721 Networking and Internet Architecture
+1103.3726 Optimization and Control
+1103.3735 Information Retrieval
+1103.3737 Information Theory
+1103.3742 Information Theory
+1103.3745 Artificial Intelligence
+1103.3749 Strongly Correlated Electrons
+1103.3758 Analysis of PDEs
+1103.3760 Analysis of PDEs
+1103.3762 Number Theory
+1103.3766 Networking and Internet Architecture
+1103.3770 General Topology
+1103.3774 Phenomenology
+1103.3775 Functional Analysis
+1103.3779 Software Engineering
+1103.3780 K-Theory and Homology
+1103.3782 Computer Science and Game Theory
+1103.3783 Materials Science
+1103.3786 Materials Science
+1103.3788 Phenomenology
+1103.3792 Cryptography and Security
+1103.3793
+1103.3798 Materials Science
+1103.3801 Numerical Analysis
+1103.3802 Multimedia
+1103.3811 Analysis of PDEs
+1103.3816 Geophysics
+1103.3819 Algebraic Geometry
+1103.3830
+1103.3831 Operating Systems
+1103.3832 Operating Systems
+1103.3833
+1103.3838 Differential Geometry
+1103.3843 Information Theory
+1103.3846 Numerical Analysis
+1103.3853 Number Theory
+1103.3854 Combinatorics
+1103.3855 Materials Science
+1103.3858 Combinatorics
+1103.3865 Rings and Algebras
+1103.3867 Analysis of PDEs
+1103.3871 Classical Analysis and ODEs
+1103.3877 Differential Geometry
+1103.3883 Biomolecules
+1103.3885 Information Theory
+1103.3897 Cosmology and Nongalactic Astrophysics
+1103.3901
+1103.3903 Computational Geometry
+1103.3904 Artificial Intelligence
+1103.3926 Instrumentation and Detectors
+1103.3929 Exactly Solvable and Integrable Systems
+1103.3931 Classical Physics
+1103.3938 Combinatorics
+1103.3939 Group Theory
+1103.3941 Solar and Stellar Astrophysics
+1103.3945 Numerical Analysis
+1103.3947
+1103.3950 Computer Science and Game Theory
+1103.3953 Statistical Mechanics
+1103.3954 Artificial Intelligence
+1103.3956 Algebraic Topology
+1103.3962
+1103.3972 Geophysics
+1103.3973 Optics
+1103.3986 Number Theory
+1103.3989
+1103.3991 Category Theory
+1103.3998 General Physics
+1103.4000 General Physics
+1103.4004 Probability
+1103.4007 Information Theory
+1103.4014 Analysis of PDEs
+1103.4016 Networking and Internet Architecture
+1103.4019 Dynamical Systems
+1103.4022 Analysis of PDEs
+1103.4023 Machine Learning
+1103.4026 Astrophysics of Galaxies
+1103.4027 Analysis of PDEs
+1103.4030 Biomolecules
+1103.4031 Representation Theory
+1103.4035
+1103.4039 Optimization and Control
+1103.4041 Analysis of PDEs
+1103.4043 Other Condensed Matter
+1103.4056 Software Engineering
+1103.4063 Functional Analysis
+1103.4064 Probability
+1103.4066 Representation Theory
+1103.4068 Combinatorics
+1103.4071 Distributed, Parallel, and Cluster Computing
+1103.4074 Superconductivity
+1103.4080 Other Computer Science
+1103.4088 Metric Geometry
+1103.4089 Rings and Algebras
+1103.4095 Fluid Dynamics
+1103.4096 K-Theory and Homology
+1103.4118 Sound
+cond-mat/0603512 Mesoscale and Nanoscale Physics
+hep-ph/0203049 Phenomenology
+hep-ph/0212392 Phenomenology
+hep-ph/0303103 Phenomenology
+hep-ph/0401039 Phenomenology
+hep-ph/0404150 Phenomenology
+hep-ph/9907264 Phenomenology
+hep-th/0209150 Theory
+hep-th/0301178 Theory
+hep-th/0305075 Theory
+hep-th/0309079 Theory
+hep-th/0401162 Theory
+hep-th/0412260 Theory
+hep-th/0602043 Theory
+math/0509161 Algebraic Geometry
+math/0510279 Spectral Theory
+math/0608209 Algebraic Geometry
+math/0701051 Representation Theory
+math/0701295 Algebraic Topology
+physics/0701107 Physics and Society
+1101.4787 General Mathematics
+1101.4791 General Mathematics
+1101.4807 General Mathematics
+1102.1350 General Mathematics
+1107.3129 Distributed, Parallel, and Cluster Computing
+1107.3164 Theory
+1107.3357 Chemical Physics
+1108.1371
+1108.1881
+1108.1901 Adaptation and Self-Organizing Systems
+1108.1945 Statistics Theory
+1108.3379 Commutative Algebra
+1108.3552 Statistics Theory
+1108.3979 Materials Science
+1108.4597 General Mathematics
+1108.4760
+1108.4945 Analysis of PDEs
+1108.5050
+1108.5133 Theory
+1108.5432 Solar and Stellar Astrophysics
+1108.5477 Analysis of PDEs
+1108.6104 Statistics Theory
+1108.6323
+1109.0067 Cosmology and Nongalactic Astrophysics
+1109.0068
+1109.0848 Theory
+1109.1095 Phenomenology
+1109.1533 Optimization and Control
+1109.1658 Logic
+1109.1979 Algebraic Geometry
+1109.2253 Materials Science
+1109.2522 Soft Condensed Matter
+0704.2929 History and Overview
+0705.0017
+0707.3622 Discrete Mathematics
+0708.1947 Superconductivity
+0802.2424 Statistics Theory
+0808.0651
+0808.3623 Optics
+0809.3332 Statistics Theory
+0810.2904 Atomic Physics
+0811.2827 Data Analysis, Statistics and Probability
+0902.0195 Operator Algebras
+0904.4853 Algebraic Geometry
+0905.0086 Plasma Physics
+0905.3342 Cosmology and Nongalactic Astrophysics
+0906.0767 Cosmology and Nongalactic Astrophysics
+0907.2934 Classical Analysis and ODEs
+0908.4269 Theory
+0909.3136 Optics
+0911.1991 Soft Condensed Matter
+0911.2080 Differential Geometry
+0912.0874 Machine Learning
+0912.1085
+0912.3293 Soft Condensed Matter
+1001.5291 Theory
+1003.3910 Geometric Topology
+1004.2809
+1005.3255 Differential Geometry
+1006.4670 Soft Condensed Matter
+1006.5522 Functional Analysis
+1008.1641 Classical Physics
+1008.3744 Other Condensed Matter
+1009.5319 Theory
+1010.5842 Operator Algebras
+1011.1915 Phenomenology
+1011.5005 Theory
+1011.6092 Algebraic Topology
+1012.1929 Data Analysis, Statistics and Probability
+1101.0204 Networking and Internet Architecture
+1101.3456 Phenomenology
+1101.3641 Materials Science
+1102.2015 Applications
+1102.2886 Probability
+1102.2942 Spectral Theory
+1102.3631 Logic
+1102.3636 Mesoscale and Nanoscale Physics
+1103.0494 Information Theory
+1103.2372 Methodology
+1103.4708 Theory
+1104.2143 Theory
+1104.4098 Theory
+1104.5271 General Physics
+1105.1062 Information Retrieval
+1105.1340
+1105.2457
+1105.2947
+1105.3233 Atomic Physics
+1105.5567 Materials Science
+1105.5624
+1105.5646
+1105.5677 Atomic Physics
+1105.5802 Information Theory
+1106.0277 Theory
+1106.1557 Strongly Correlated Electrons
+1106.1718 Quantum Gases
+1106.5056
+1106.5150 Physics and Society
+1106.5399 Mesoscale and Nanoscale Physics
+1106.5725 Lattice
+1107.2177 Disordered Systems and Neural Networks
+1107.5833 Quantum Gases
+1108.0434
+1108.1656 Physics and Society
+1108.4838 High Energy Astrophysical Phenomena
+1108.5134
+1108.5278 Soft Condensed Matter
+1108.5478 Mesoscale and Nanoscale Physics
+1109.0182 Probability
+1109.0355 Mesoscale and Nanoscale Physics
+1109.2089 Mesoscale and Nanoscale Physics
+1109.3097 Theory
+1109.4611 Dynamical Systems
+1109.5640 Other Statistics
+1110.0603 Statistical Mechanics
+1110.3391 Mesoscale and Nanoscale Physics
+1110.4036 Mesoscale and Nanoscale Physics
+1110.4484 Phenomenology
+1110.5476 High Energy Astrophysical Phenomena
+1110.5965 Algebraic Geometry
+1110.6768
+1110.6863 High Energy Astrophysical Phenomena
+1110.6890 High Energy Astrophysical Phenomena
+1111.0427 Other Computer Science
+1111.0432 Learning
+1111.0463 Phenomenology
+1111.0520 Cosmology and Nongalactic Astrophysics
+1111.0627 Distributed, Parallel, and Cluster Computing
+1111.0638
+1111.0639 Differential Geometry
+1111.0640 Software Engineering
+1111.0645 Spectral Theory
+1111.0648 Geophysics
+1111.0652 Analysis of PDEs
+1111.0655 History and Overview
+1111.0662 Chemical Physics
+1111.0666 Analysis of PDEs
+1111.0669 Representation Theory
+1111.0671 Numerical Analysis
+1111.0677 Lattice
+1111.0681 Phenomenology
+1111.0684 Probability
+1111.0686 High Energy Astrophysical Phenomena
+1111.0693 Physics and Society
+1111.0695
+1111.0697 High Energy Astrophysical Phenomena
+1111.0698 High Energy Astrophysical Phenomena
+1111.0703 Hardware Architecture
+1111.0704 Hardware Architecture
+1111.0705 Hardware Architecture
+1111.0706 Computational Complexity
+1111.0707 Cosmology and Nongalactic Astrophysics
+1111.0710 Cosmology and Nongalactic Astrophysics
+1111.0712 Learning
+1111.0719 Optics
+1111.0722 Dynamical Systems
+1111.0726
+1111.0727 Information Theory
+1111.0735 Digital Libraries
+1111.0738 Cosmology and Nongalactic Astrophysics
+1111.0743 Phenomenology
+1111.0745 Quantum Algebra
+1111.0749 History and Philosophy of Physics
+1111.0750 Geophysics
+1111.0751
+1111.0755 Experiment
+1111.0763
+1111.0764 Mesoscale and Nanoscale Physics
+1111.0770 Atmospheric and Oceanic Physics
+1111.0771 Group Theory
+1111.0775 Group Theory
+1111.0783 High Energy Astrophysical Phenomena
+1111.0784 Group Theory
+1111.0789 Instrumentation and Detectors
+1111.0790 Theory
+1111.0793 Materials Science
+1111.0794 Optimization and Control
+1111.0795 Lattice
+1111.0796 Analysis of PDEs
+1111.0799 Phenomenology
+1111.0807 Solar and Stellar Astrophysics
+1111.0811 Optics
+1111.0813 High Energy Astrophysical Phenomena
+1111.0814
+1111.0818 Optimization and Control
+1111.0821 Solar and Stellar Astrophysics
+1111.0828 High Energy Astrophysical Phenomena
+1111.0841 Complex Variables
+1111.0844 Complex Variables
+1111.0845 Lattice
+1111.0846 Solar and Stellar Astrophysics
+1111.0847 Complex Variables
+1111.0852 General Physics
+1111.0854 Algebraic Topology
+1111.0855 Networking and Internet Architecture
+1111.0856 Logic
+1111.0858 Analysis of PDEs
+1111.0859 Differential Geometry
+1111.0860 Artificial Intelligence
+1111.0864 Phenomenology
+1111.0866
+1111.0869 Experiment
+1111.0870 Software Engineering
+1111.0871 Group Theory
+1111.0873 Robotics
+1111.0877 Probability
+1111.0881 Classical Analysis and ODEs
+1111.0882 Networking and Internet Architecture
+1111.0885 Computer Vision and Pattern Recognition
+1111.0886
+1111.0891 Chemical Physics
+1111.0892 Chemical Physics
+1111.0894 Chemical Physics
+1111.0896 Chemical Physics
+1111.0901 Lattice
+1111.0902 Complex Variables
+1111.0904 High Energy Astrophysical Phenomena
+1111.0911 Applications
+1111.0913 High Energy Astrophysical Phenomena
+1111.0918 Phenomenology
+1111.0920 Social and Information Networks
+1111.0923 Differential Geometry
+1111.0924
+1111.0925 Number Theory
+1111.0926 Optics
+1111.0929 Lattice
+1111.0939 Materials Science
+1111.0942 Number Theory
+1111.0943 Mesoscale and Nanoscale Physics
+1111.0944
+1111.0945
+1111.0947
+1111.0948 Networking and Internet Architecture
+1111.0949 Phenomenology
+1111.0951 Lattice
+1111.0952 Data Structures and Algorithms
+1111.0954 High Energy Astrophysical Phenomena
+1111.0955 Soft Condensed Matter
+1111.0960 Classical Analysis and ODEs
+gr-qc/0307042
+physics/0612041 General Physics
+quant-ph/0112086
+quant-ph/0312213
+quant-ph/0509181
+quant-ph/0511071
+0708.0650 Materials Science
+0708.2894 Complex Variables
+0709.2978 Commutative Algebra
+0709.3993 Complex Variables
+0712.0201 Algebraic Geometry
+0712.1502
+0712.3585
+0801.2599 Algebraic Geometry
+0801.3891 Theory
+0804.2415 Algebraic Geometry
+0805.1218
+0809.0026 Phenomenology
+0811.3448 Data Structures and Algorithms
+0902.0251 Analysis of PDEs
+0902.0659 Algebraic Topology
+0903.1401 Geometric Topology
+0904.2120 Superconductivity
+0904.2151 Materials Science
+0904.3847 Probability
+0905.4901 Commutative Algebra
+0909.3282
+0910.2166 Combinatorics
+0910.3629 Instrumentation and Detectors
+0911.0055 Symplectic Geometry
+0911.2899 Programming Languages
+0911.3767 Differential Geometry
+0911.4859 Computational Finance
+0912.2514 Dynamical Systems
+0912.4984 Representation Theory
+1002.0631 Operator Algebras
+1002.2038 Algebraic Geometry
+1002.3275 Dynamical Systems
+1003.2492 Instrumentation and Detectors
+1003.4795 Dynamical Systems
+1003.5048 Differential Geometry
+1003.5181 Operator Algebras
+1004.1989
+1004.3511 Cosmology and Nongalactic Astrophysics
+1005.1285 Combinatorics
+1005.3877 Algebraic Geometry
+1005.4348
+1006.0688 Materials Science
+1006.3097 Phenomenology
+1006.3548
+1006.5134 Quantum Algebra
+1006.5286 Probability
+1007.0070 Dynamical Systems
+1007.0071 Dynamical Systems
+1007.0707
+1007.2955 Differential Geometry
+1007.3084
+1007.4302 Theory
+1007.5361
+1008.1388
+1008.1951 Mesoscale and Nanoscale Physics
+1008.2833 Lattice
+1008.3245 Phenomenology
+1008.3255 Mesoscale and Nanoscale Physics
+1008.4216 Cosmology and Nongalactic Astrophysics
+1008.5399 Phenomenology
+1009.0202 Algebraic Geometry
+1009.1891 Strongly Correlated Electrons
+1009.2306
+1009.2400 Phenomenology
+1009.2596
+1009.3081
+1009.3831 Materials Science
+1009.3909 Materials Science
+1009.4044 Algebraic Geometry
+1010.0269 Mesoscale and Nanoscale Physics
+1010.1536 Commutative Algebra
+1010.3478 Theory
+1010.3853 Theory
+1010.3865
+1011.0055 Strongly Correlated Electrons
+1011.0108 Data Structures and Algorithms
+1011.2506 Experiment
+1011.2535 Lattice
+1011.2548 Lattice
+1011.2570 Lattice
+1011.2595
+1011.2596 Phenomenology
+1011.2627
+1011.2698 Strongly Correlated Electrons
+1011.2726
+1011.4570
+1011.5630
+1011.5838 Phenomenology
+1012.0479 Superconductivity
+1012.5932 General Finance
+1101.0314 Strongly Correlated Electrons
+1101.0761 Dynamical Systems
+1101.1791
+1101.3253 Logic
+1101.3259 Strongly Correlated Electrons
+1101.3493 Methodology
+1101.4783 Theory
+1101.4961 Lattice
+1101.5358 Phenomenology
+1101.5616 Superconductivity
+1102.0563 Phenomenology
+1102.0767 Theory
+1102.0910 Theory
+1102.1407 Neural and Evolutionary Computing
+1102.2039 Geometric Topology
+1102.2423 Physics and Society
+1102.2428 Cosmology and Nongalactic Astrophysics
+1102.3094 Soft Condensed Matter
+1102.3387 Quantum Gases
+1102.3489 Phenomenology
+1102.4167 Theory
+1102.4579 Cryptography and Security
+1102.5344 Theory
+1103.0189 Analysis of PDEs
+1103.0642 Soft Condensed Matter
+1103.1887 Theory
+1103.3405 Theory
+1103.3912 Superconductivity
+1103.4172
+1103.4360 General Physics
+1103.5457 Geometric Topology
+1103.5824 Theory
+1104.2166 Probability
+1104.2389 Phenomenology
+1104.2478 Theory
+1104.3099
+1104.3243 Theory
+1104.3323
+1104.4016 Theory
+1104.5289 Materials Science
+1104.5666 Mesoscale and Nanoscale Physics
+1105.0950 Solar and Stellar Astrophysics
+1105.1407 Other Computer Science
+1105.1411 Networking and Internet Architecture
+1105.1857 Algebraic Geometry
+1105.2345
+1105.2761 Materials Science
+1105.2913 Differential Geometry
+1105.2932
+1105.3139 Algebraic Geometry
+1105.3162 Other Computer Science
+1105.3208
+1105.3212 Digital Libraries
+1105.3217 Numerical Analysis
+1105.3224 Statistics Theory
+1105.3230 Analysis of PDEs
+1105.3235 Dynamical Systems
+1105.3237 Cryptography and Security
+1105.3238 Metric Geometry
+1105.3239 Cryptography and Security
+1105.3243 Theory
+1105.3249 Dynamical Systems
+1105.3250 Operator Algebras
+1105.3252 Group Theory
+1105.3260 Dynamical Systems
+1105.3263 Metric Geometry
+1105.3265 Physics and Society
+1105.3270 Computer Vision and Pattern Recognition
+1105.3272 Optimization and Control
+1105.3276 Statistical Mechanics
+1105.3280 Methodology
+1105.3287 Digital Libraries
+1105.3290 Combinatorics
+1105.3293 Algebraic Geometry
+1105.3308 Representation Theory
+1105.3315 Differential Geometry
+1105.3316 Physics and Society
+1105.3319 Commutative Algebra
+1105.3320 General Physics
+1105.3343 Optimization and Control
+1105.3346 Discrete Mathematics
+1105.3347 Physics and Society
+1105.3348 General Physics
+1105.3355 Logic
+1105.3356 Quantum Gases
+1105.3360 Materials Science
+1105.3367 Differential Geometry
+1105.3369 Statistics Theory
+1105.3374 Statistical Mechanics
+1105.3380 Earth and Planetary Astrophysics
+1105.3386 Solar and Stellar Astrophysics
+1105.3388 Cryptography and Security
+1105.3390 Theory
+1105.3391 Solar and Stellar Astrophysics
+1105.3392 Solar and Stellar Astrophysics
+1105.3398 Functional Analysis
+1105.3399 General Mathematics
+1105.3400 High Energy Astrophysical Phenomena
+1105.3405 Category Theory
+1105.3408 Atmospheric and Oceanic Physics
+1105.3413 Functional Analysis
+1105.3414 Logic in Computer Science
+1105.3418 Algebraic Geometry
+1105.3425 Information Theory
+1105.3435 Computational Geometry
+1105.3439 Algebraic Geometry
+1105.3448 Numerical Analysis
+1105.3450 Cosmology and Nongalactic Astrophysics
+1105.3452 Combinatorics
+1105.3459 Digital Libraries
+1105.3460 Differential Geometry
+1105.3462 Theory
+1105.3469 Other Computer Science
+astro-ph/0106438
+astro-ph/0209012
+hep-ex/0001012 Experiment
+hep-ex/0211057 Experiment
+hep-ex/0301015 Experiment
+hep-ex/0307024 Experiment
+hep-ph/0004092 Phenomenology
+hep-ph/0602032 Phenomenology
+0707.3506 Differential Geometry
+0710.3245 Differential Geometry
+0803.2692 Theory
+0804.3939 Molecular Networks
+0806.3776
+0809.1754 Group Theory
+0810.1682 Experiment
+0811.1214 Phenomenology
+0901.0562 Astrophysics of Galaxies
+0902.3542 Statistical Mechanics
+0902.3548 Physics and Society
+0903.4472 Algebraic Geometry
+0903.5454 Rings and Algebras
+0905.0976 Physics and Society
+0909.5586 Representation Theory
+0910.4684 Classical Physics
+0910.5957 Phenomenology
+0911.1217 Superconductivity
+0912.1086 Superconductivity
+0912.2580 History and Overview
+0912.5086 Experiment
+1001.1662 Logic in Computer Science
+1002.2544
+1002.4873 Theory
+1005.2022 Instrumentation and Detectors
+1006.2721
+1006.2731 Operator Algebras
+1006.3823 Representation Theory
+1006.5460 Cosmology and Nongalactic Astrophysics
+1007.0155 Probability
+1007.3006 Strongly Correlated Electrons
+1007.3224 Phenomenology
+1007.3490 Biological Physics
+1007.4539 Cosmology and Nongalactic Astrophysics
+1009.4584 Differential Geometry
+1009.4679 Probability
+1010.2665 Theory
+1010.4339 Risk Management
+1010.4528 Phenomenology
+1011.1911 Theory
+1011.2639 Theory
+1011.2783
+1011.4038 Analysis of PDEs
+1011.4074 Theory
+1012.1472 Strongly Correlated Electrons
+1012.2470 Rings and Algebras
+1012.3611
+1012.4753 Theory
+1012.5592 Phenomenology
+1101.0465 Quantum Gases
+1101.0533 Superconductivity
+1101.1971 Theory
+1101.2391 Quantum Gases
+1101.2881 Statistical Mechanics
+1101.3749
+1101.3796 Phenomenology
+1101.3990
+1101.5625 Phenomenology
+1101.6029 Programming Languages
+1102.0313 Theory
+1102.0924 Popular Physics
+1102.1283
+1102.2830 Earth and Planetary Astrophysics
+1102.2992 Theory
+1102.5023 Lattice
+1102.5356
+1103.3148 Theory
+1103.3189
+1103.4365 Phenomenology
+1103.4587 Phenomenology
+1103.5703 General Finance
+1103.5762 Experiment
+1104.0185 Computational Complexity
+1104.2234 Representation Theory
+1104.2743 Geophysics
+1104.2969 Cosmology and Nongalactic Astrophysics
+1104.3249 Differential Geometry
+1104.3723
+1104.3737 Phenomenology
+1104.3776 Plasma Physics
+1104.4060
+1104.4148 Earth and Planetary Astrophysics
+1104.4248 Atomic Physics
+1105.2401 General Topology
+1105.2882
+1105.2954 Instrumentation and Detectors
+1105.3931 Learning
+1105.3974 Strongly Correlated Electrons
+1105.3990 Probability
+1105.3995 Physics Education
+1105.3996 Probability
+1105.4001 Materials Science
+1105.4002 Numerical Analysis
+1105.4004 Information Retrieval
+1105.4012 Group Theory
+1105.4016 Instrumentation and Methods for Astrophysics
+1105.4019 General Physics
+1105.4021
+1105.4024
+1105.4026 Information Theory
+1105.4032
+1105.4033
+1105.4034 Statistical Mechanics
+1105.4035 Solar and Stellar Astrophysics
+1105.4037 Optimization and Control
+1105.4053 Statistical Mechanics
+1105.4058 Computer Vision and Pattern Recognition
+1105.4060 Logic in Computer Science
+1105.4062 Classical Analysis and ODEs
+1105.4064 Group Theory
+1105.4066 Analysis of PDEs
+1105.4067 Theory
+1105.4069 Functional Analysis
+1105.4070 Analysis of PDEs
+1105.4078 Group Theory
+1105.4079 Analysis of PDEs
+1105.4082 Networking and Internet Architecture
+1105.4083 Representation Theory
+1105.4087 Probability
+1105.4088 Analysis of PDEs
+1105.4091 Analysis of PDEs
+1105.4092 Number Theory
+1105.4094 High Energy Astrophysical Phenomena
+1105.4095 Analysis of PDEs
+1105.4101 Analysis of PDEs
+1105.4105 Analysis of PDEs
+1105.4107 Analysis of PDEs
+1105.4110 Analysis of PDEs
+1105.4111 Analysis of PDEs
+1105.4121 Rings and Algebras
+1105.4122 General Topology
+1105.4125 Cryptography and Security
+1105.4132 Probability
+1105.4133 Phenomenology
+1105.4137 Analysis of PDEs
+1105.4138
+1105.4146 Astrophysics of Galaxies
+1105.4153
+1105.4156 Algebraic Geometry
+1105.4157 Classical Analysis and ODEs
+1105.4162 Combinatorics
+1105.4163 Combinatorics
+astro-ph/0001105
+astro-ph/0001173
+astro-ph/0001254
+astro-ph/0001274
+astro-ph/0001397
+astro-ph/0001429
+astro-ph/0001501
+astro-ph/0002297
+astro-ph/0002448
+astro-ph/0003098
+astro-ph/0003179
+astro-ph/0003189
+astro-ph/0003308
+astro-ph/0003442
+astro-ph/0003472
+astro-ph/0004079
+astro-ph/0004282
+astro-ph/0004292
+astro-ph/0004375
+astro-ph/0005076
+astro-ph/0005212
+astro-ph/0005468
+astro-ph/0005515
+astro-ph/0006133
+astro-ph/0006163
+astro-ph/0007183
+astro-ph/0007464
+astro-ph/0007465
+astro-ph/0008113
+astro-ph/0008206
+astro-ph/0008333
+astro-ph/0008480
+astro-ph/0009417
+astro-ph/0010163
+astro-ph/0010196
+astro-ph/0010322
+astro-ph/0010437
+astro-ph/0010554
+astro-ph/0010560
+astro-ph/0010608
+astro-ph/0010641
+astro-ph/0010659
+astro-ph/0011167
+astro-ph/0011205
+astro-ph/0011269
+astro-ph/0011357
+astro-ph/0011454
+astro-ph/0012094
+astro-ph/0012321
+astro-ph/0012547
+astro-ph/0101069
+astro-ph/0101408
+astro-ph/0103274
+astro-ph/0105077
+astro-ph/0105114
+astro-ph/0105215
+astro-ph/0106070
+astro-ph/0106088
+astro-ph/0106369
+astro-ph/0107334
+astro-ph/0107582
+astro-ph/0108331
+astro-ph/0109510
+astro-ph/0112441
+astro-ph/0301063
+astro-ph/0301071
+astro-ph/0301075
+astro-ph/0301079
+astro-ph/0301115
+astro-ph/0301141
+astro-ph/0301190
+astro-ph/0301195
+astro-ph/0301201
+astro-ph/0301205
+astro-ph/0301206
+astro-ph/0301208
+astro-ph/0301219
+astro-ph/0301221
+astro-ph/0301245
+astro-ph/0301254
+astro-ph/0301258
+astro-ph/0301262
+astro-ph/0301267
+astro-ph/0301522
+astro-ph/0301523
+astro-ph/0301524
+astro-ph/0301525
+astro-ph/0301529
+astro-ph/0301534
+astro-ph/0301569
+astro-ph/0301571
+astro-ph/0301572
+astro-ph/0301573
+astro-ph/0301574
+astro-ph/0301579
+astro-ph/0301580
+astro-ph/0301602
+astro-ph/0301604
+astro-ph/0301618
+astro-ph/0301637
+astro-ph/0301639
+astro-ph/0301648
+astro-ph/0302007
+astro-ph/0302019
+astro-ph/0302026
+astro-ph/0302029
+astro-ph/0302032
+astro-ph/0302043
+astro-ph/0302045
+astro-ph/0302053
+astro-ph/0302059
+astro-ph/0302075
+astro-ph/0302080
+astro-ph/0302121
+astro-ph/0302234
+astro-ph/0302239
+astro-ph/0302242
+astro-ph/0302323
+astro-ph/0302334
+astro-ph/0302406
+astro-ph/0302411
+astro-ph/0302415
+astro-ph/0302417
+astro-ph/0302421
+astro-ph/0302422
+astro-ph/0302426
+astro-ph/0302475
+astro-ph/0302476
+astro-ph/0302477
+astro-ph/0302484
+astro-ph/0302488
+astro-ph/0302492
+astro-ph/0302493
+astro-ph/0302515
+astro-ph/0302516
+astro-ph/0302518
+astro-ph/0302522
+astro-ph/0302551
+astro-ph/0302561
+astro-ph/0302564
+astro-ph/0302570
+astro-ph/0302590
+astro-ph/0302595
+astro-ph/0302601
+astro-ph/0303025
+astro-ph/0303029
+astro-ph/0303031
+astro-ph/0303111
+astro-ph/0303258
+astro-ph/0303409
+astro-ph/0303439
+astro-ph/0303471
+astro-ph/0303486
+astro-ph/0303525
+astro-ph/0303528
+astro-ph/0303547
+astro-ph/0303575
+astro-ph/0303585
+astro-ph/0303624
+astro-ph/0303634
+astro-ph/0303644
+astro-ph/0303646
+astro-ph/0304344
+astro-ph/0305017
+astro-ph/0305204
+astro-ph/0305220
+astro-ph/0305243
+astro-ph/0305355
+astro-ph/0305356
+astro-ph/0305388
+astro-ph/0305502
+astro-ph/0306197
+astro-ph/0306277
+astro-ph/0306298
+astro-ph/0310096
+astro-ph/0310156
+astro-ph/0310225
+astro-ph/0310637
+astro-ph/0310693
+astro-ph/0311097
+astro-ph/0311283
+astro-ph/0311345
+astro-ph/0311388
+astro-ph/0311620
+astro-ph/0312118
+astro-ph/9205004
+astro-ph/9209001
+astro-ph/9212001
+astro-ph/9301010
+astro-ph/9305023
+astro-ph/9305024
+astro-ph/9308031
+astro-ph/9309020
+astro-ph/9309053
+astro-ph/9311043
+astro-ph/9311044
+astro-ph/9312058
+astro-ph/9312060
+astro-ph/9404001
+astro-ph/9404019
+astro-ph/9406013
+astro-ph/9406025
+astro-ph/9406027
+astro-ph/9406062
+astro-ph/9407008
+astro-ph/9407049
+astro-ph/9409010
+astro-ph/9409029
+astro-ph/9409067
+astro-ph/9410071
+astro-ph/9410076
+astro-ph/9411018
+astro-ph/9411047
+astro-ph/9411084
+astro-ph/9411096
+astro-ph/9411100
+astro-ph/9412029
+astro-ph/9412051
+astro-ph/9412065
+astro-ph/9412071
+astro-ph/9412074
+astro-ph/9501013
+astro-ph/9501077
+astro-ph/9501083
+astro-ph/9502089
+astro-ph/9502093
+astro-ph/9503021
+astro-ph/9503026
+astro-ph/9503037
+astro-ph/9504089
+astro-ph/9504090
+astro-ph/9505014
+astro-ph/9505025
+astro-ph/9505026
+astro-ph/9505027
+astro-ph/9505054
+astro-ph/9505071
+astro-ph/9505076
+astro-ph/9505097
+astro-ph/9505119
+astro-ph/9506007
+astro-ph/9506012
+astro-ph/9506024
+astro-ph/9506040
+astro-ph/9506100
+astro-ph/9506112
+astro-ph/9508147
+astro-ph/9509004
+astro-ph/9509027
+astro-ph/9509058
+astro-ph/9509090
+astro-ph/9509139
+astro-ph/9509140
+astro-ph/9510036
+astro-ph/9510119
+astro-ph/9510133
+astro-ph/9511084
+astro-ph/9511136
+astro-ph/9512120
+astro-ph/9512144
+astro-ph/9601115
+astro-ph/9601129
+astro-ph/9601132
+astro-ph/9602053
+astro-ph/9602072
+astro-ph/9602115
+astro-ph/9603131
+astro-ph/9603133
+astro-ph/9604065
+astro-ph/9604073
+astro-ph/9604104
+astro-ph/9604115
+astro-ph/9604130
+astro-ph/9605107
+astro-ph/9605133
+astro-ph/9605145
+astro-ph/9605149
+astro-ph/9605153
+astro-ph/9605188
+astro-ph/9606014
+astro-ph/9606122
+astro-ph/9606149
+astro-ph/9607040
+astro-ph/9607161
+astro-ph/9608155
+astro-ph/9609156
+astro-ph/9610070
+astro-ph/9610106
+astro-ph/9610172
+astro-ph/9610247
+astro-ph/9611030
+astro-ph/9611084
+astro-ph/9611159
+astro-ph/9612012
+astro-ph/9612058
+astro-ph/9612085
+astro-ph/9612158
+astro-ph/9612214
+astro-ph/9701037
+astro-ph/9701073
+astro-ph/9702071
+astro-ph/9702139
+astro-ph/9703045
+astro-ph/9704023
+astro-ph/9704028
+astro-ph/9704138
+astro-ph/9705001
+astro-ph/9705093
+astro-ph/9705210
+astro-ph/9706005
+astro-ph/9706273
+astro-ph/9706299
+astro-ph/9707095
+astro-ph/9708041
+astro-ph/9708119
+astro-ph/9708236
+astro-ph/9709160
+astro-ph/9709218
+astro-ph/9709232
+astro-ph/9710030
+astro-ph/9710206
+astro-ph/9710254
+astro-ph/9712115
+astro-ph/9712293
+astro-ph/9801119
+astro-ph/9801174
+astro-ph/9801265
+astro-ph/9802243
+astro-ph/9802287
+astro-ph/9803098
+astro-ph/9803105
+astro-ph/9803187
+astro-ph/9803329
+astro-ph/9804059
+astro-ph/9805152
+astro-ph/9805211
+astro-ph/9805297
+astro-ph/9805364
+astro-ph/9806132
+astro-ph/9806152
+astro-ph/9806173
+astro-ph/9806302
+astro-ph/9806320
+astro-ph/9807056
+astro-ph/9807061
+astro-ph/9807080
+astro-ph/9807119
+astro-ph/9807147
+astro-ph/9807148
+astro-ph/9808033
+astro-ph/9808084
+astro-ph/9808112
+astro-ph/9808139
+astro-ph/9808186
+astro-ph/9809071
+astro-ph/9809085
+astro-ph/9809189
+astro-ph/9809255
+astro-ph/9810166
+astro-ph/9810182
+astro-ph/9810228
+astro-ph/9810355
+astro-ph/9811303
+astro-ph/9811448
+astro-ph/9811466
+astro-ph/9812153
+astro-ph/9812366
+astro-ph/9812447
+astro-ph/9901232
+astro-ph/9901235
+astro-ph/9901396
+astro-ph/9902006
+astro-ph/9902070
+astro-ph/9902079
+astro-ph/9902120
+astro-ph/9902123
+astro-ph/9902125
+astro-ph/9902138
+astro-ph/9902244
+astro-ph/9902337
+astro-ph/9902364
+astro-ph/9903010
+astro-ph/9903031
+astro-ph/9903044
+astro-ph/9903045
+astro-ph/9903127
+astro-ph/9903155
+astro-ph/9903175
+astro-ph/9903208
+astro-ph/9903241
+astro-ph/9903252
+astro-ph/9903359
+astro-ph/9903387
+astro-ph/9903453
+astro-ph/9903460
+astro-ph/9904055
+astro-ph/9904166
+astro-ph/9904172
+astro-ph/9904190
+astro-ph/9904234
+astro-ph/9904246
+astro-ph/9904297
+astro-ph/9904300
+astro-ph/9904324
+astro-ph/9904342
+astro-ph/9904372
+astro-ph/9904395
+astro-ph/9904420
+astro-ph/9905244
+astro-ph/9905262
+astro-ph/9905265
+astro-ph/9906166
+astro-ph/9906247
+astro-ph/9906274
+astro-ph/9906282
+astro-ph/9906350
+astro-ph/9906410
+astro-ph/9906482
+astro-ph/9907030
+astro-ph/9907055
+astro-ph/9907169
+astro-ph/9907250
+astro-ph/9907345
+astro-ph/9907347
+astro-ph/9907357
+astro-ph/9907399
+astro-ph/9908092
+astro-ph/9908132
+astro-ph/9908134
+astro-ph/9908155
+astro-ph/9908202
+astro-ph/9909010
+astro-ph/9909376
+astro-ph/9909381
+astro-ph/9909432
+astro-ph/9910112
+astro-ph/9910151
+astro-ph/9910208
+astro-ph/9910535
+astro-ph/9911146
+astro-ph/9911269
+astro-ph/9912312
+astro-ph/9912568
+gr-qc/0001035
+gr-qc/0003012
+gr-qc/0009031
+gr-qc/0010108
+gr-qc/0011093
+gr-qc/0107045
+gr-qc/0205089
+gr-qc/0208025
+gr-qc/0209033
+gr-qc/0304038
+gr-qc/0405145
+gr-qc/0405146
+gr-qc/0406041
+gr-qc/0407047
+gr-qc/0411123
+gr-qc/0412024
+gr-qc/0505009
+gr-qc/0505113
+gr-qc/0506105
+gr-qc/0604123
+gr-qc/9210002
+gr-qc/9508029
+gr-qc/9511031
+gr-qc/9604050
+gr-qc/9710121
+gr-qc/9804026
+gr-qc/9804048
+gr-qc/9910038
+hep-ex/0001041 Experiment
+hep-ex/0003003 Experiment
+hep-ex/0008001 Experiment
+hep-ex/0109013 Experiment
+hep-ex/0202015 Experiment
+hep-ex/0302022 Experiment
+hep-ex/0312050 Experiment
+hep-ex/0403009 Experiment
+hep-ex/0404042 Experiment
+hep-ex/9910002 Experiment
+hep-ph/0001245 Phenomenology
+hep-ph/0002282 Phenomenology
+hep-ph/0004073 Phenomenology
+hep-ph/0004100 Phenomenology
+hep-ph/0007155 Phenomenology
+hep-ph/0008223 Phenomenology
+hep-ph/0008245 Phenomenology
+hep-ph/0008263 Phenomenology
+hep-ph/0010306 Phenomenology
+hep-ph/0102042 Phenomenology
+hep-ph/0103176 Phenomenology
+hep-ph/0104054 Phenomenology
+hep-ph/0107241 Phenomenology
+hep-ph/0108166 Phenomenology
+hep-ph/0108204 Phenomenology
+hep-ph/0109133 Phenomenology
+hep-ph/0111229 Phenomenology
+hep-ph/0112104 Phenomenology
+hep-ph/0112222 Phenomenology
+hep-ph/0202095 Phenomenology
+hep-ph/0206112 Phenomenology
+hep-ph/0212394 Phenomenology
+hep-ph/0309107 Phenomenology
+hep-ph/0309299 Phenomenology
+hep-ph/0312105 Phenomenology
+hep-ph/0312155 Phenomenology
+hep-ph/0312221 Phenomenology
+hep-ph/0402033 Phenomenology
+hep-ph/0402128 Phenomenology
+hep-ph/0405056 Phenomenology
+hep-ph/0406248 Phenomenology
+hep-ph/0406251 Phenomenology
+hep-ph/0407130 Phenomenology
+hep-ph/0407158 Phenomenology
+hep-ph/0408320 Phenomenology
+hep-ph/0412383 Phenomenology
+hep-ph/0502247 Phenomenology
+hep-ph/0504270 Phenomenology
+hep-ph/0505255 Phenomenology
+hep-ph/0509136 Phenomenology
+hep-ph/0510251 Phenomenology
+hep-ph/0510377 Phenomenology
+hep-ph/0602019 Phenomenology
+hep-ph/0603162 Phenomenology
+hep-ph/9212264 Phenomenology
+hep-ph/9308269 Phenomenology
+hep-ph/9309218 Phenomenology
+hep-ph/9309219 Phenomenology
+hep-ph/9312226 Phenomenology
+hep-ph/9403345 Phenomenology
+hep-ph/9406369 Phenomenology
+hep-ph/9408391 Phenomenology
+hep-ph/9505218 Phenomenology
+hep-ph/9505417 Phenomenology
+hep-ph/9506362 Phenomenology
+hep-ph/9506419 Phenomenology
+hep-ph/9512444 Phenomenology
+hep-ph/9601339 Phenomenology
+hep-ph/9604252 Phenomenology
+hep-ph/9606226 Phenomenology
+hep-ph/9606485 Phenomenology
+hep-ph/9701246 Phenomenology
+hep-ph/9701362 Phenomenology
+hep-ph/9704388 Phenomenology
+hep-ph/9705408 Phenomenology
+hep-ph/9804421 Phenomenology
+hep-ph/9807476 Phenomenology
+hep-ph/9809239 Phenomenology
+hep-ph/9810285 Phenomenology
+hep-ph/9810408 Phenomenology
+hep-ph/9901370 Phenomenology
+hep-ph/9902206 Phenomenology
+hep-ph/9904257 Phenomenology
+hep-ph/9909228 Phenomenology
+hep-ph/9909512 Phenomenology
+hep-ph/9910444 Phenomenology
+hep-ph/9911488 Phenomenology
+hep-th/0203076 Theory
+hep-th/0701274 Theory
+hep-th/9211021 Theory
+hep-th/9403161 Theory
+hep-th/9408025 Theory
+hep-th/9608041 Theory
+math/0409157 Differential Geometry
+math/0603543 Probability
+math/0612792 Combinatorics
+nlin/0207021 Chaotic Dynamics
+nucl-ex/9707006
+nucl-th/0012015
+nucl-th/0506066
+physics/0401163 Instrumentation and Detectors
+physics/0510224 Optics
+0707.0295 Theory
+0709.1628 Statistical Mechanics
+0712.2839 Statistical Mechanics
+0802.1933 Statistical Mechanics
+0806.4029 Phenomenology
+0806.4456
+0902.1797 Algebraic Geometry
+0903.1371 Differential Geometry
+0903.2556
+0903.5103 Algebraic Geometry
+0904.4150 Phenomenology
+0906.4583 Statistical Mechanics
+0907.1292
+0908.2838
+0910.2218 Statistical Mechanics
+0910.2847 Mesoscale and Nanoscale Physics
+0911.0622 Cosmology and Nongalactic Astrophysics
+0912.1138 Statistical Mechanics
+1001.0706 Theory
+1001.3883 High Energy Astrophysical Phenomena
+1002.3987 Phenomenology
+1004.2698 Statistical Mechanics
+1005.3658 Data Analysis, Statistics and Probability
+1005.3999 General Physics
+1005.4556 Probability
+1006.2067 Mesoscale and Nanoscale Physics
+1006.3412
+1006.3838 Geometric Topology
+1008.0027 Cosmology and Nongalactic Astrophysics
+1008.3400 Statistical Mechanics
+1008.5148 Cosmology and Nongalactic Astrophysics
+1008.5204 Optimization and Control
+1009.3257 Quantum Gases
+1010.2657 Statistical Mechanics
+1011.1219 Chaotic Dynamics
+1011.1849 Theory
+1011.3536 Soft Condensed Matter
+1012.5040
+1101.0722 Materials Science
+1101.2878 Phenomenology
+1101.4508 Quantum Gases
+1101.5994 Materials Science
+1102.0077 Phenomenology
+1102.1002 Mesoscale and Nanoscale Physics
+1102.1821 Theory
+1102.3057 Other Condensed Matter
+1102.4823 Statistical Mechanics
+1103.0178 Mesoscale and Nanoscale Physics
+1103.0224 Other Condensed Matter
+1103.1406 Atomic Physics
+1103.1522 Soft Condensed Matter
+1103.1793 Strongly Correlated Electrons
+1103.2584 Analysis of PDEs
+1103.3621 Theory
+1103.4751 Analysis of PDEs
+1103.5231 Physics and Society
+1103.6228 Mesoscale and Nanoscale Physics
+1104.0627 Representation Theory
+1104.1646 Phenomenology
+1104.1953
+1104.2691 Quantum Gases
+1104.3517 Theory
+1104.3894 Theory
+1105.0466 Quantum Gases
+1105.1053 Statistical Mechanics
+1105.2549 Combinatorics
+1105.2703 Combinatorics
+1105.2739 Mesoscale and Nanoscale Physics
+1105.4039 Analysis of PDEs
+1105.4421 Logic
+1105.5809 History and Overview
+1106.1311 Programming Languages
+1106.1346 Soft Condensed Matter
+1106.2799 Dynamical Systems
+1106.4182 Statistical Mechanics
+1106.4731 Analysis of PDEs
+1106.5489 Networking and Internet Architecture
+1106.5530 Group Theory
+1106.5694 Distributed, Parallel, and Cluster Computing
+1106.5965 Phenomenology
+1106.6050 General Mathematics
+1106.6057
+1106.6069 Networking and Internet Architecture
+1106.6072 Number Theory
+1106.6074 Combinatorics
+1106.6075 Solar and Stellar Astrophysics
+1106.6077 Algebraic Geometry
+1106.6079 Algebraic Geometry
+1106.6086 Rings and Algebras
+1106.6088 Cosmology and Nongalactic Astrophysics
+1106.6094 Instrumentation and Methods for Astrophysics
+1106.6099 Combinatorics
+1106.6115 Plasma Physics
+1106.6122 Distributed, Parallel, and Cluster Computing
+1106.6125 Analysis of PDEs
+1106.6127 Operator Algebras
+1106.6134 Strongly Correlated Electrons
+1106.6137 Dynamical Systems
+1106.6138 Statistical Mechanics
+1106.6140 Functional Analysis
+1106.6144 Combinatorics
+1106.6151 Number Theory
+1106.6154 Number Theory
+1106.6158 Experiment
+1106.6159 Software Engineering
+1106.6163 Superconductivity
+1106.6164 Phenomenology
+1106.6167 Functional Analysis
+1106.6170
+1106.6176 Geometric Topology
+1106.6186 Learning
+1106.6190 Rings and Algebras
+1106.6192 Rings and Algebras
+1106.6205
+1106.6206 Information Theory
+1106.6210 Cell Behavior
+1106.6212 Mesoscale and Nanoscale Physics
+1106.6213 Differential Geometry
+1106.6216 Soft Condensed Matter
+1106.6217 Distributed, Parallel, and Cluster Computing
+1106.6219
+1106.6230 Complex Variables
+1106.6234 Disordered Systems and Neural Networks
+1106.6239 Solar and Stellar Astrophysics
+1106.6242 Cryptography and Security
+1106.6245 Analysis of PDEs
+1106.6249 Materials Science
+1106.6256 Materials Science
+1106.6261 Data Structures and Algorithms
+1106.6262 Classical Analysis and ODEs
+1106.6263 Numerical Analysis
+1106.6267 Logic in Computer Science
+1106.6268 Differential Geometry
+1106.6269
+1106.6270 Algebraic Geometry
+1106.6278 Phenomenology
+1106.6279 Algebraic Geometry
+1106.6292
+1106.6297 Phenomenology
+1106.6300 Probability
+1106.6304 Distributed, Parallel, and Cluster Computing
+1106.6323 Information Theory
+1106.6333 Networking and Internet Architecture
+1106.6335 Number Theory
+1106.6336 Data Structures and Algorithms
+1106.6338 Algebraic Geometry
+1106.6342 Data Structures and Algorithms
+1106.6343 Algebraic Geometry
+1106.6356 Instrumentation and Methods for Astrophysics
+cond-mat/0504600 Strongly Correlated Electrons
+cs/0512105 Discrete Mathematics
+math/0701129 Functional Analysis
+0704.2249
+0704.2596 Information Theory
+0705.3564 Algebraic Geometry
+0707.0889 Quantum Algebra
+0710.3576 Mesoscale and Nanoscale Physics
+0711.1977 Phenomenology
+0712.3656
+0801.2805
+0802.2093
+0803.0608
+0804.1082 Algebraic Topology
+0804.1933 Geometric Topology
+0805.0157 Algebraic Geometry
+0808.1097 Phenomenology
+0808.1749 Geometric Topology
+0808.1750 Geometric Topology
+0809.2944 Accelerator Physics
+0812.3600 Statistical Mechanics
+0901.3336 Phenomenology
+0902.2304
+0903.0248
+0903.4241 Theory
+0903.4724
+0904.0575 Tissues and Organs
+0904.1000 Phenomenology
+0904.4103 Algebraic Topology
+0905.3147
+0905.3685 Earth and Planetary Astrophysics
+0907.1515 Mesoscale and Nanoscale Physics
+0907.1649 Mesoscale and Nanoscale Physics
+0907.2246 Quantum Algebra
+0907.3216
+0907.5551 Medical Physics
+0908.1669 Information Theory
+0908.2299 Quantum Algebra
+0908.2415 Theory
+0909.2668 Solar and Stellar Astrophysics
+0909.3689
+0910.1439
+0910.3833 Cosmology and Nongalactic Astrophysics
+0910.4129
+0910.4529 Solar and Stellar Astrophysics
+0911.0959 Mesoscale and Nanoscale Physics
+0911.2864 Algebraic Topology
+0911.3891 Theory
+0912.3635 Rings and Algebras
+0912.3668 Phenomenology
+0912.5203 Atomic Physics
+1001.1011 Theory
+1001.1316 Theory
+1001.1619 Theory
+1001.2356
+1001.4536 Category Theory
+1001.5030 Disordered Systems and Neural Networks
+1002.3403 Mesoscale and Nanoscale Physics
+1002.3951 Classical Analysis and ODEs
+1003.0979 Differential Geometry
+1004.0023 Distributed, Parallel, and Cluster Computing
+1004.0621 Theory
+1004.0956 Theory
+1004.2099 Phenomenology
+1004.3004 Operator Algebras
+1004.4660 Cosmology and Nongalactic Astrophysics
+1005.2453 Theory
+1006.0248 Phenomenology
+1006.1102 Analysis of PDEs
+1006.1465 Differential Geometry
+1006.1879 Combinatorics
+1006.5138 Algebraic Geometry
+1006.5461 Theory
+1006.5660
+1007.0098 Statistical Mechanics
+1007.0367 Materials Science
+1007.1430 Combinatorics
+1007.3405 Theory
+1007.3417 Theory
+1007.4282 Statistics Theory
+1007.4862 High Energy Astrophysical Phenomena
+1008.0132 Mesoscale and Nanoscale Physics
+1008.0207
+1008.0598 Quantum Gases
+1008.0629 Superconductivity
+1008.1474 Instrumentation and Detectors
+1008.2506 Theory
+1008.3350
+1008.4201 Classical Physics
+1009.1497 Theory
+1009.1639 Classical Analysis and ODEs
+1009.3732 Phenomenology
+1009.4540
+1009.6185 Theory
+1010.0668 Mesoscale and Nanoscale Physics
+1010.2222 Theory
+1010.3218 Theory
+1010.3559 Dynamical Systems
+1010.4310 Phenomenology
+1010.5536 Theory
+1010.5885 Soft Condensed Matter
+1010.6216 Number Theory
+1010.6245 Theory
+1011.0007 Lattice
+1011.0086 Phenomenology
+1011.0095 Lattice
+1011.0199 Lattice
+1011.0230 Lattice
+1011.0666 Phenomenology
+1011.0678
+1011.0695 Lattice
+1011.1548 Phenomenology
+1011.3500 Strongly Correlated Electrons
+1011.4817 Experiment
+1011.5854 Disordered Systems and Neural Networks
+1011.6202
+1012.2443
+1012.3371 Biological Physics
+1012.3618 Neurons and Cognition
+1012.4499 Quantum Gases
+1012.5202
+1012.5501 Phenomenology
+1012.5679 Solar and Stellar Astrophysics
+1101.1536 Combinatorics
+1101.1881 Data Analysis, Statistics and Probability
+1101.2274 Metric Geometry
+1101.3352 Functional Analysis
+1101.4715 Combinatorics
+1102.0122 Theory
+1102.1694
+1102.1858
+1102.4245 Phenomenology
+1102.5251 Theory
+1102.5530 Cosmology and Nongalactic Astrophysics
+1103.0623 Theory
+1103.0634 Theory
+1103.0836
+1103.1530 Physics and Society
+1103.1954 Statistical Mechanics
+1103.4966 Pattern Formation and Solitons
+1103.5137 Functional Analysis
+1103.5537 Machine Learning
+1103.5614 Fluid Dynamics
+1103.5700 Theory
+1103.5743 Distributed, Parallel, and Cluster Computing
+1103.5747 Solar and Stellar Astrophysics
+1103.5759
+1103.5760 Distributed, Parallel, and Cluster Computing
+1103.5761 Materials Science
+1103.5764 Distributed, Parallel, and Cluster Computing
+1103.5768 Soft Condensed Matter
+1103.5772 Number Theory
+1103.5780 Populations and Evolution
+1103.5783 Cryptography and Security
+1103.5791 Networking and Internet Architecture
+1103.5795 Databases
+1103.5807 Differential Geometry
+1103.5808 Computer Vision and Pattern Recognition
+1103.5818 Probability
+1103.5819 Complex Variables
+1103.5822 Complex Variables
+1103.5823 Probability
+1103.5827 Materials Science
+1103.5830 Number Theory
+1103.5833 Number Theory
+1103.5836 Materials Science
+1103.5838 Dynamical Systems
+1103.5839 Materials Science
+1103.5840 Materials Science
+1103.5843 Dynamical Systems
+1103.5846 Combinatorics
+1103.5851 Mesoscale and Nanoscale Physics
+1103.5855 Computational Geometry
+1103.5856 Algebraic Topology
+1103.5865 Probability
+1103.5874 Representation Theory
+1103.5880 Cosmology and Nongalactic Astrophysics
+1103.5881 Networking and Internet Architecture
+1103.5882 Probability
+1103.5884 Statistics Theory
+1103.5886 Number Theory
+1103.5887 Group Theory
+1103.5893 Analysis of PDEs
+1103.5894 Statistics Theory
+1103.5896 Group Theory
+1103.5898 Group Theory
+1103.5901 Software Engineering
+1103.5903 Group Theory
+1103.5905 Group Theory
+1103.5908 Geometric Topology
+1103.5913 Methodology
+1103.5915 Complex Variables
+1103.5921 Statistics Theory
+1103.5925 Methodology
+1103.5929 High Energy Astrophysical Phenomena
+1103.5931 Methodology
+1103.5932 Biological Physics
+1103.5933 Medical Physics
+1103.5936 K-Theory and Homology
+1103.5938 Methodology
+1103.5939 Phenomenology
+1103.5947 Methodology
+1103.5948 Combinatorics
+1103.5953 Statistics Theory
+1103.5956 Methodology
+1103.5957 Networking and Internet Architecture
+1103.5958 Instrumentation and Methods for Astrophysics
+1103.5959 Lattice
+1103.5962 Risk Management
+1103.5965 Risk Management
+1103.5966 Risk Management
+1103.5968 Risk Management
+1103.5971 Portfolio Management
+1103.5972 Portfolio Management
+1103.5973 Risk Management
+1103.5975 Mesoscale and Nanoscale Physics
+1103.5976 Statistical Finance
+1103.5978 Risk Management
+1103.5981 Other Condensed Matter
+1103.5986 Computation
+1103.5994 General Finance
+1103.6001
+1103.6003 Strongly Correlated Electrons
+1103.6005 Soft Condensed Matter
+1103.6006 Optimization and Control
+1103.6008 Phenomenology
+1103.6009 Category Theory
+1103.6012 Statistical Mechanics
+1103.6021 Solar and Stellar Astrophysics
+astro-ph/0005524
+astro-ph/0410529
+astro-ph/0606656
+astro-ph/0608592
+astro-ph/0611030
+astro-ph/0702231
+gr-qc/0603010
+hep-ex/0409066 Experiment
+hep-ph/0202102 Phenomenology
+hep-ph/0503092 Phenomenology
+hep-ph/0511331 Phenomenology
+hep-ph/0605197 Phenomenology
+hep-ph/0611067 Phenomenology
+hep-ph/9306323 Phenomenology
+hep-ph/9310355 Phenomenology
+hep-ph/9403233 Phenomenology
+hep-ph/9409231 Phenomenology
+hep-ph/9502363 Phenomenology
+hep-ph/9809287 Phenomenology
+hep-th/0307140 Theory
+hep-th/9208049 Theory
+hep-th/9312187 Theory
+hep-th/9607032 Theory
+hep-th/9609174 Theory
+math/0210458 Combinatorics
+math/0307153 Geometric Topology
+math/0307254 Geometric Topology
+math/0307328 Geometric Topology
+math/0312295 Geometric Topology
+math/0401163 Geometric Topology
+math/0402213 Algebraic Topology
+math/0404143 Geometric Topology
+math/0405312 Algebraic Topology
+math/0407301 Geometric Topology
+math/0407302 Geometric Topology
+math/0408325 Geometric Topology
+math/0410606 Geometric Topology
+math/0411542 Algebraic Topology
+math/0411543 Category Theory
+math/0609002 Quantum Algebra
+math/0701112 Geometric Topology
+math/0702087 Geometric Topology
+physics/0605174 Plasma Physics
+quant-ph/0103136
+quant-ph/0208140
+1102.5612 Cosmology and Nongalactic Astrophysics
+1104.3511
+1105.2616
+1105.2617
+0704.1461
+0704.2157
+0704.2294
+0704.3068
+0705.0758
+0705.4263
+0706.1535
+0706.3052
+0707.2036
+0707.3244 Number Theory
+0708.1333
+0710.1839
+0710.2558
+0710.3619 Theory
+0711.0801
+0711.0832 Theory
+0711.1299
+0712.3460 Theory
+0801.2013
+0801.3664 Materials Science
+0802.1460 Theory
+0802.1686 Phenomenology
+0803.2945 Theory
+0803.3024 Theory
+0803.3923
+0803.4179 Numerical Analysis
+0803.4200
+0804.0068
+0804.1322
+0805.0810 Phenomenology
+0805.1452
+0806.2754 Theory
+0809.1033 Phenomenology
+0809.2469
+0810.3157
+0810.3465
+0811.0502
+0811.1698
+0811.4056
+0811.4308 Phenomenology
+0812.1230 Theory
+0812.2813
+0812.3745
+0812.3980 Phenomenology
+0812.4098
+0812.4597
+0901.1606
+0901.3588 Theory
+0901.3885 Theory
+0901.4428 Theory
+0902.0230
+0902.1039 Astrophysics of Galaxies
+0902.2416
+0902.2531
+0902.2532
+0902.3454 Theory
+0903.0179 Theory
+0903.0322 Phenomenology
+0903.0893 Theory
+0903.2743 Functional Analysis
+0903.3542 Materials Science
+0903.4357
+0903.5417 Solar and Stellar Astrophysics
+0904.0065
+0904.0775 Functional Analysis
+0904.3441
+0904.4183 Theory
+0904.4252 Cosmology and Nongalactic Astrophysics
+0905.1951 Theory
+0905.3776 Theory
+0905.4881
+0906.1259
+0906.1318
+0906.1613
+0906.2528
+0906.2617
+0906.3978 Cosmology and Nongalactic Astrophysics
+0907.0450 Cosmology and Nongalactic Astrophysics
+0907.0850 Theory
+0907.1191 Cosmology and Nongalactic Astrophysics
+0907.2276 Theory
+0907.4135
+0907.5106 Number Theory
+0908.0087 Theory
+0908.0444
+0908.0767 Differential Geometry
+0908.1016 Theory
+0908.2507 Instrumentation and Detectors
+0908.3024 General Physics
+0908.4029
+0909.0011 High Energy Astrophysical Phenomena
+0909.1071
+0909.2646 Solar and Stellar Astrophysics
+0909.3212 Instrumentation and Methods for Astrophysics
+0909.3404 Chaotic Dynamics
+0909.5619 Phenomenology
+0910.0711 Cosmology and Nongalactic Astrophysics
+0910.2697 Theory
+0910.3367 Solar and Stellar Astrophysics
+0910.3667 Cosmology and Nongalactic Astrophysics
+0910.3690 Solar and Stellar Astrophysics
+0910.3970 Lattice
+0910.4346 Cosmology and Nongalactic Astrophysics
+0910.4456 Theory
+0910.5332 Statistical Mechanics
+0911.0806 Phenomenology
+0911.1877 Theory
+0911.2371 High Energy Astrophysical Phenomena
+0911.2429 Instrumentation and Detectors
+0911.3382 Theory
+0911.3432
+0911.4629 Solar and Stellar Astrophysics
+0911.4884 Theory
+0911.4909 Solar and Stellar Astrophysics
+0911.5056 Cosmology and Nongalactic Astrophysics
+0911.5224 Algebraic Geometry
+0911.5340 Phenomenology
+0912.0454 Phenomenology
+0912.1501 Solar and Stellar Astrophysics
+0912.2676 Phenomenology
+0912.2834 Solar and Stellar Astrophysics
+0912.2931 High Energy Astrophysical Phenomena
+0912.3135 Lattice
+0912.3250 Theory
+0912.3653 Solar and Stellar Astrophysics
+0912.3721 Phenomenology
+0912.4528 Solar and Stellar Astrophysics
+0912.4998 Solar and Stellar Astrophysics
+0912.5142 Phenomenology
+1001.0091
+1001.0152
+1001.1054 Phenomenology
+1001.1075 Theory
+1001.1205
+1001.5416 Quantum Algebra
+1002.0979 Computational Finance
+1002.1331 Analysis of PDEs
+1002.1625 Cosmology and Nongalactic Astrophysics
+1002.1949
+1002.3742 Earth and Planetary Astrophysics
+1002.3747 Statistical Finance
+1002.3860 Phenomenology
+1002.4225
+1003.0297 Functional Analysis
+1003.0876 Theory
+1003.1203 Theory
+1003.1316 Experiment
+1003.1660 Strongly Correlated Electrons
+1003.1852 Phenomenology
+1003.3145
+1003.3913 Statistical Mechanics
+1003.4280
+1003.5473 Phenomenology
+1003.5585 Phenomenology
+1003.5696
+1003.5950
+1004.0292 Lattice
+1004.0544
+1004.0601 Theory
+1004.0672
+1004.0750 Superconductivity
+1004.1798
+1004.2125 Phenomenology
+1004.2692 Theory
+1004.2850 Combinatorics
+1004.3404 Phenomenology
+1004.4153 Pricing of Securities
+1005.0613 Optics
+1005.0633 Theory
+1005.0655 Theory
+1005.0695 Phenomenology
+1005.0764
+1005.1032 Statistical Mechanics
+1005.1236
+1005.2133 Theory
+1005.2508 Theory
+1005.3101
+1005.3444
+1005.3571 Theory
+1005.3769
+1005.4075 Theory
+1005.4185
+1005.4656
+1005.4680 Theory
+1005.5000 Optics
+1005.5570 Cosmology and Nongalactic Astrophysics
+1006.0436 Experiment
+1006.2176 Theory
+1006.2363 Theory
+1006.2375 Phenomenology
+1006.2393 Quantum Gases
+1006.2451
+1006.2546 Theory
+1006.3220 Instrumentation and Detectors
+1006.3299 Mesoscale and Nanoscale Physics
+1006.3439 Theory
+1006.3519 Cosmology and Nongalactic Astrophysics
+1006.3876 Optics
+1006.4868 Strongly Correlated Electrons
+1006.5115 Experiment
+1006.5176
+1006.5480 Theory
+1006.5534 Phenomenology
+1006.5589 Theory
+1007.0721 Quantum Algebra
+1007.1275 Astrophysics of Galaxies
+1007.1516
+1007.2085 Disordered Systems and Neural Networks
+1007.2237
+1007.2448 Theory
+1007.2474
+1007.2574
+1007.2580 Lattice
+1007.2645 Phenomenology
+1007.2729 Theory
+1007.2790
+1007.3127
+1007.3194
+1007.3299
+1007.3407 Instrumentation and Detectors
+1007.3749 Theory
+1007.3868 Algebraic Topology
+1007.3871 Theory
+1007.4075 Theory
+1007.4094
+1007.4328 Phenomenology
+1007.4598
+1007.4948 Mesoscale and Nanoscale Physics
+1007.5277 Phenomenology
+1008.0041 Theory
+1008.0917 Phenomenology
+1008.0969 Mesoscale and Nanoscale Physics
+1008.1104 Theory
+1008.1471 Combinatorics
+1008.1676
+1008.2191 Mesoscale and Nanoscale Physics
+1008.2641 Cosmology and Nongalactic Astrophysics
+1008.2678
+1008.2775 Theory
+1008.2805
+1008.3440 Theory
+1008.3479 Phenomenology
+1008.3807
+1008.3810 Theory
+1008.3836 Theory
+1008.3909 Theory
+1008.4075 Instrumentation and Detectors
+1008.4269
+1008.4355 Phenomenology
+1008.4440 Strongly Correlated Electrons
+1008.4470 Strongly Correlated Electrons
+1008.4572 Phenomenology
+1008.4780
+1008.5062 Phenomenology
+1008.5101
+1008.5313 Phenomenology
+1009.0617 Theory
+1009.1551 Statistical Mechanics
+1009.1984 Plasma Physics
+1009.1996
+1009.3398 Phenomenology
+1009.3695 Theory
+1009.3835 Disordered Systems and Neural Networks
+1009.5231
+1009.5466 Cosmology and Nongalactic Astrophysics
+1009.5572 High Energy Astrophysical Phenomena
+1009.5732 Mesoscale and Nanoscale Physics
+1009.5765 Phenomenology
+1010.0065 Theory
+1010.0170
+1010.0175
+1010.0564
+1010.0620
+1010.0918 Phenomenology
+1010.1077 Optimization and Control
+1010.1248 Phenomenology
+1010.1290 Theory
+1010.1498 Theory
+1010.1977 Mesoscale and Nanoscale Physics
+1010.2171 Mesoscale and Nanoscale Physics
+1010.3405 Cosmology and Nongalactic Astrophysics
+1010.4259 Group Theory
+1010.4322 Portfolio Management
+1010.5431 Phenomenology
+1010.5519 Statistical Mechanics
+1010.5599
+1011.0033 Quantum Gases
+1011.0056 Lattice
+1011.0058
+1011.0157 Lattice
+1011.0243 Theory
+1011.0270
+1011.0289 Theory
+1011.0680 Phenomenology
+1011.0696 Theory
+1011.1646 Phenomenology
+1011.2779
+1011.2839 Phenomenology
+1011.3969 Theory
+1011.4206 Theory
+1011.5007 Theory
+1011.5406 Solar and Stellar Astrophysics
+1011.5814 Information Theory
+1011.5856 Theory
+1011.5961 Phenomenology
+1011.6118 Phenomenology
+1011.6282 Phenomenology
+1011.6315 Theory
+1012.0267 Phenomenology
+1012.0796 Theory
+1012.1109 Cosmology and Nongalactic Astrophysics
+1012.1467 Theory
+1012.2153
+1012.2706 Theory
+1012.3342 Cosmology and Nongalactic Astrophysics
+1012.3392 Cosmology and Nongalactic Astrophysics
+1012.3561 Theory
+1012.3703
+1012.3708 Classical Physics
+1012.3760 Classical Analysis and ODEs
+1012.3806 Strongly Correlated Electrons
+1012.4443 Phenomenology
+1012.4533 Phenomenology
+1012.4600 Phenomenology
+1012.5109 Theory
+1012.5176
+1012.5271 High Energy Astrophysical Phenomena
+1012.5349 Analysis of PDEs
+1012.5448 Analysis of PDEs
+1012.5797 Theory
+1012.5875 Lattice
+1012.5880 Classical Analysis and ODEs
+1101.0288 Phenomenology
+1101.0329
+1101.0629 Instrumentation and Methods for Astrophysics
+1101.1059 Theory
+1101.1484 Phenomenology
+1101.1676 High Energy Astrophysical Phenomena
+1101.1983 Phenomenology
+1101.3818 Theory
+1101.4805 Experiment
+1101.5404 Theory
+1101.5878 Phenomenology
+1101.5906 Phenomenology
+1101.6000 Cosmology and Nongalactic Astrophysics
+1102.0279 Phenomenology
+1102.1426 Astrophysics of Galaxies
+1102.1993 Solar and Stellar Astrophysics
+1102.2734 Information Theory
+1102.3092 Cosmology and Nongalactic Astrophysics
+1102.3906 Phenomenology
+1102.4455 Experiment
+1102.4748 Experiment
+1102.4892 Symplectic Geometry
+1102.5572 Phenomenology
+1103.0345 Superconductivity
+1103.1015 Theory
+1103.1458 Methodology
+1103.1824 Cryptography and Security
+1103.2424 High Energy Astrophysical Phenomena
+1103.3697 General Physics
+1103.3785 Atomic Physics
+1103.4349 Differential Geometry
+1103.4474
+1103.4720 Computational Engineering, Finance, and Science
+1103.4865 Numerical Analysis
+1103.4866 Applications
+1103.4870 Combinatorics
+1103.4873 Networking and Internet Architecture
+1103.4881 Distributed, Parallel, and Cluster Computing
+1103.4888 Information Theory
+1103.4889
+1103.4890 Statistics Theory
+1103.4893 Systems and Control
+1103.4895 Group Theory
+1103.4896 Learning
+1103.4900 Chaotic Dynamics
+1103.4902 Algebraic Geometry
+1103.4903
+1103.4905 Distributed, Parallel, and Cluster Computing
+1103.4906 Classical Analysis and ODEs
+1103.4907 Other Computer Science
+1103.4913 Computer Vision and Pattern Recognition
+1103.4914 Other Computer Science
+1103.4918
+1103.4922 Number Theory
+1103.4924 Data Analysis, Statistics and Probability
+1103.4925 Analysis of PDEs
+1103.4934 Trading and Market Microstructure
+1103.4936 Combinatorics
+1103.4943 Risk Management
+1103.4944 Number Theory
+1103.4948 Number Theory
+1103.4952 Dynamical Systems
+1103.4955 Disordered Systems and Neural Networks
+1103.4962 Phenomenology
+1103.4963 Number Theory
+1103.4971 Combinatorics
+1103.4972 Accelerator Physics
+1103.4973 Probability
+1103.4977 Statistics Theory
+1103.4992 Dynamical Systems
+1103.4993 Dynamical Systems
+1103.4997 Analysis of PDEs
+1103.4998 Machine Learning
+1103.5000 Classical Analysis and ODEs
+1103.5002 Information Retrieval
+1103.5004 Adaptation and Self-Organizing Systems
+1103.5012 Accelerator Physics
+1103.5014
+1103.5016 Functional Analysis
+1103.5018 Functional Analysis
+1103.5019 Functional Analysis
+1103.5021 Materials Science
+1103.5024 Materials Science
+1103.5029 Mesoscale and Nanoscale Physics
+1103.5031 Cosmology and Nongalactic Astrophysics
+1103.5032 Optics
+1103.5034 Artificial Intelligence
+1103.5035 Human-Computer Interaction
+1103.5043 Information Retrieval
+1103.5044 Information Retrieval
+1103.5047
+1103.5049 Phenomenology
+1103.5054 Combinatorics
+1103.5057 Phenomenology
+1103.5062 Data Analysis, Statistics and Probability
+1103.5063 Plasma Physics
+1103.5071 Computer Science and Game Theory
+1103.5072 Number Theory
+astro-ph/0005177
+astro-ph/0005337
+astro-ph/0009118
+astro-ph/0101486
+astro-ph/0105221
+astro-ph/0107337
+astro-ph/0110362
+astro-ph/0203429
+astro-ph/0204297
+astro-ph/0207507
+astro-ph/0211167
+astro-ph/0410346
+astro-ph/0505431
+astro-ph/0505432
+astro-ph/0505470
+astro-ph/0507085
+astro-ph/0508462
+astro-ph/0510422
+astro-ph/0511788
+astro-ph/0702511
+astro-ph/9411088
+astro-ph/9902101
+astro-ph/9903281
+astro-ph/9905318
+astro-ph/9906465
+astro-ph/9909342
+astro-ph/9911229
+astro-ph/9911355
+cond-mat/0103232 Statistical Mechanics
+cond-mat/0209308 Statistical Mechanics
+cond-mat/0402461 Disordered Systems and Neural Networks
+cond-mat/0407124 Statistical Mechanics
+cond-mat/0506686 Disordered Systems and Neural Networks
+cond-mat/0511743 Statistical Mechanics
+cond-mat/0602459 Statistical Mechanics
+gr-qc/9212013
+hep-ph/0608157 Phenomenology
+hep-ph/0611120 Phenomenology
+hep-ph/0701108 Phenomenology
+hep-ph/0702173 Phenomenology
+hep-ph/0703161 Phenomenology
+hep-th/0205086 Theory
+hep-th/0506170 Theory
+hep-th/0702140 Theory
+hep-th/9406110 Theory
+hep-th/9505043 Theory
+hep-th/9903069 Theory
+hep-th/9904038 Theory
+math-ph/0307055
+nucl-th/9709053
+nucl-th/9903030
+physics/0008096 Accelerator Physics
+quant-ph/0605181
+quant-ph/9805052
+quant-ph/9907091
+0704.1698 Superconductivity
+0705.1903 Exactly Solvable and Integrable Systems
+0710.1020 Materials Science
+0801.0806 Exactly Solvable and Integrable Systems
+0805.3199
+0806.4085 General Physics
+0807.0676 Strongly Correlated Electrons
+0903.1717 Exactly Solvable and Integrable Systems
+0903.3840 Cosmology and Nongalactic Astrophysics
+0905.1397 Analysis of PDEs
+0906.3955 Exactly Solvable and Integrable Systems
+0906.5247 Operator Algebras
+0912.2919 Combinatorics
+0912.4076
+1004.3609 Algebraic Geometry
+1005.4705 Solar and Stellar Astrophysics
+1006.0668
+1007.1263 Theory
+1007.2124 Mesoscale and Nanoscale Physics
+1007.3471 Strongly Correlated Electrons
+1007.5313 Phenomenology
+1007.5512 Phenomenology
+1009.1839
+1009.5895
+1010.0914 Lattice
+1010.2516 Combinatorics
+1010.3553 Phenomenology
+1010.3583 Soft Condensed Matter
+1010.5218 Phenomenology
+1010.5637 Phenomenology
+1010.5803 Phenomenology
+1011.0416 Phenomenology
+1011.0711 Theory
+1011.0821 Phenomenology
+1011.1601 Phenomenology
+1011.1978 Exactly Solvable and Integrable Systems
+1011.4913 Materials Science
+1011.5147 Theory
+1011.5148 Theory
+1012.0073 Computation
+1012.1074 Mesoscale and Nanoscale Physics
+1012.1374 Materials Science
+1012.1697 Theory
+1012.3246 Fluid Dynamics
+1012.3399 Atomic Physics
+1012.4612 Materials Science
+1012.5016
+1101.0078 Phenomenology
+1101.1314 Theory
+1101.2331 Spectral Theory
+1101.3421 Mesoscale and Nanoscale Physics
+1102.2751 Theory
+1102.2757 Theory
+1102.3344 Strongly Correlated Electrons
+1102.3715 Lattice
+1102.3923 Learning
+1102.5028 Phenomenology
+1103.0103 Metric Geometry
+1103.1382 Theory
+1103.1392 Lattice
+1103.1529 Logic
+1103.3188 Probability
+1103.4446 Algebraic Geometry
+1104.2006 Quantum Gases
+1104.4885
+1105.2306 Phenomenology
+1105.2759 Analysis of PDEs
+1105.3553 Strongly Correlated Electrons
+1105.4210 Combinatorics
+1105.4397 Geometric Topology
+1105.4899 Phenomenology
+1105.4931 Combinatorics
+1105.4959 Statistical Mechanics
+1105.4990 Phenomenology
+1105.5036 Statistics Theory
+1105.5072 Information Theory
+1105.5082 Pricing of Securities
+1105.5148 Dynamical Systems
+1105.5150 Superconductivity
+1105.5154 Combinatorics
+1105.5164 Quantum Gases
+1105.5166 Phenomenology
+1105.5169 Representation Theory
+1105.5172 Earth and Planetary Astrophysics
+1105.5177 Data Structures and Algorithms
+1105.5182 Spectral Theory
+1105.5185 Superconductivity
+1105.5192 Statistical Mechanics
+1105.5223
+1105.5230 Statistical Mechanics
+1105.5231 Statistics Theory
+1105.5234 Cosmology and Nongalactic Astrophysics
+1105.5240 Experiment
+1105.5243 High Energy Astrophysical Phenomena
+1105.5244 Phenomenology
+1105.5252
+1105.5260 Mesoscale and Nanoscale Physics
+1105.5262 Chemical Physics
+1105.5263 Probability
+1105.5269
+1105.5277 Geophysics
+1105.5281 Astrophysics of Galaxies
+1105.5285 Functional Analysis
+1105.5288 Functional Analysis
+1105.5298 Combinatorics
+1105.5300 Materials Science
+1105.5307 Computer Vision and Pattern Recognition
+1105.5315 Differential Geometry
+1105.5316 Digital Libraries
+1105.5318 Differential Geometry
+1105.5320 Algebraic Geometry
+1105.5321
+1105.5324 Logic
+1105.5327 Phenomenology
+1105.5330 Experiment
+1105.5331 Numerical Analysis
+1105.5335 Dynamical Systems
+1105.5339
+1105.5340 Optics
+1105.5349 Phenomenology
+1105.5353
+1105.5355 Functional Analysis
+1105.5357 Number Theory
+1105.5358 Analysis of PDEs
+1105.5362 Chaotic Dynamics
+1105.5363 Cosmology and Nongalactic Astrophysics
+1105.5364 Rings and Algebras
+1105.5366 Operator Algebras
+1105.5370 Information Theory
+1105.5371 Materials Science
+1105.5372 Numerical Analysis
+1105.5373 Combinatorics
+1105.5379 Learning
+1105.5385 Theory
+cond-mat/0105500 Materials Science
+cond-mat/0408344 Superconductivity
+cond-mat/0604037 Strongly Correlated Electrons
+hep-th/0201062 Theory
+math/0610523 Algebraic Topology
+math/0703627 Differential Geometry
+nlin/0311034 Exactly Solvable and Integrable Systems
+0705.2859 Complex Variables
+0710.5270 Statistical Mechanics
+0711.2885 Operator Algebras
+0802.3736 General Physics
+0803.0717 Symplectic Geometry
+0803.1147 Differential Geometry
+0806.1993 Combinatorics
+0811.2118 Materials Science
+0812.0907 Statistical Mechanics
+0904.4310 Number Theory
+0906.0634 Differential Geometry
+0908.2536 Number Theory
+0908.3086 Differential Geometry
+0909.0178 Probability
+0909.1893 Probability
+0910.4882 Geometric Topology
+0912.0342 Quantum Algebra
+0912.3412 Representation Theory
+1001.1071
+1002.3467 Algebraic Geometry
+1002.3843 Optics
+1002.4595 Operator Algebras
+1004.0795 Disordered Systems and Neural Networks
+1004.2218 Symplectic Geometry
+1005.1459 Mesoscale and Nanoscale Physics
+1005.4671 Lattice
+1006.2359 Phenomenology
+1006.4428 Statistical Mechanics
+1007.3985
+1007.5371
+1008.2837 Superconductivity
+1008.4528 Phenomenology
+1008.4587 Instrumentation and Methods for Astrophysics
+1009.0736 Number Theory
+1009.1750
+1009.2019
+1009.2545
+1009.3093
+1009.3954 Functional Analysis
+1009.4646
+1010.0635 Materials Science
+1010.4753 Geometric Topology
+1010.5008 Mesoscale and Nanoscale Physics
+1010.5089 Phenomenology
+1010.5711 Atmospheric and Oceanic Physics
+1011.0006 Quantum Gases
+1011.0500 Phenomenology
+1011.1441
+1011.1993 Mesoscale and Nanoscale Physics
+1011.2640 Cosmology and Nongalactic Astrophysics
+1011.2738 Combinatorics
+1011.3524 Phenomenology
+1011.4008
+1011.5546 Mesoscale and Nanoscale Physics
+1011.6040 Superconductivity
+1012.1135
+1012.2236 Theory
+1012.2695 Algebraic Topology
+1012.4294 Superconductivity
+1012.4298 Dynamical Systems
+1101.0284 Quantum Gases
+1101.1012
+1101.3604
+1101.3716 Probability
+1101.5850 Statistical Mechanics
+1102.0067 Solar and Stellar Astrophysics
+1102.3030 Optimization and Control
+1102.3061 Information Theory
+1102.3193 Astrophysics of Galaxies
+1102.3408 Mesoscale and Nanoscale Physics
+1103.1125 Number Theory
+1103.1267 Phenomenology
+1103.2269 Theory
+1103.2593 Physics and Society
+1103.3790
+1103.3863 Databases
+1103.4169 Databases
+1103.4225
+1103.4959 Optimization and Control
+1104.1004
+1104.1114 Analysis of PDEs
+1104.2268 Mesoscale and Nanoscale Physics
+1104.2985 Analysis of PDEs
+1104.3821 Functional Analysis
+1104.3876 Distributed, Parallel, and Cluster Computing
+1104.3884 Probability
+1104.3886 Networking and Internet Architecture
+1104.3887 Cosmology and Nongalactic Astrophysics
+1104.3900 Combinatorics
+1104.3903 High Energy Astrophysical Phenomena
+1104.3904 Artificial Intelligence
+1104.3905 Data Structures and Algorithms
+1104.3908 Functional Analysis
+1104.3910 Number Theory
+1104.3919 Combinatorics
+1104.3920 Combinatorics
+1104.3921 Quantum Algebra
+1104.3927 Artificial Intelligence
+1104.3928 Statistical Mechanics
+1104.3929 Artificial Intelligence
+1104.3931 Logic in Computer Science
+1104.3947 Distributed, Parallel, and Cluster Computing
+1104.3949
+1104.3951 Statistical Mechanics
+1104.3953
+1104.3954 Rings and Algebras
+1104.3955 Cosmology and Nongalactic Astrophysics
+1104.3956 Algebraic Geometry
+1104.3964 General Mathematics
+1104.3970 Theory
+1104.3971 Number Theory
+1104.3972 Differential Geometry
+1104.3984 Complex Variables
+1104.3988 Combinatorics
+1104.3992 General Physics
+1104.4003 Probability
+1104.4004 Earth and Planetary Astrophysics
+1104.4012 Popular Physics
+1104.4022 Distributed, Parallel, and Cluster Computing
+1104.4023 History and Philosophy of Physics
+1104.4025 Symbolic Computation
+1104.4026 Symbolic Computation
+1104.4029 Phenomenology
+1104.4030 Statistical Mechanics
+1104.4035 Information Theory
+1104.4038 Geophysics
+1104.4041 Probability
+1104.4048 Representation Theory
+1104.4052 Dynamical Systems
+1104.4053 Artificial Intelligence
+1104.4055 Classical Analysis and ODEs
+1104.4063 Information Retrieval
+1104.4078 Distributed, Parallel, and Cluster Computing
+1104.4080 Mesoscale and Nanoscale Physics
+1104.4085 Materials Science
+1104.4088 High Energy Astrophysical Phenomena
+1104.4099 Combinatorics
+1104.4102 Biological Physics
+1104.4110 General Topology
+astro-ph/9603158
+cond-mat/0403731 Mesoscale and Nanoscale Physics
+cond-mat/0501316 Materials Science
+cond-mat/9703195 Strongly Correlated Electrons
+gr-qc/0002074
+gr-qc/0106026
+gr-qc/0109045
+gr-qc/0110013
+gr-qc/0201091
+gr-qc/0205044
+gr-qc/0208014
+gr-qc/0302083
+gr-qc/0401019
+gr-qc/0404092
+gr-qc/0409102
+gr-qc/0412020
+gr-qc/0506085
+gr-qc/0507007
+gr-qc/0509092
+gr-qc/0512091
+gr-qc/0512093
+gr-qc/0602051
+gr-qc/0608013
+gr-qc/9705014
+gr-qc/9709016
+gr-qc/9801023
+gr-qc/9801071
+math/0311103 General Mathematics
+math/0312479 Analysis of PDEs
+math/0610982 Algebraic Geometry
+physics/0310030 Optics
+physics/0403006 Atomic Physics
+q-bio/0604011 Biomolecules
+0704.2579
+0704.3696 Commutative Algebra
+0705.2770 Phenomenology
+0710.0491 Numerical Analysis
+0801.0055 Combinatorics
+0807.2139
+0807.3220 Instrumentation and Detectors
+0809.4550 Optics
+0810.3118 Materials Science
+0811.4195 Theory
+0811.4358 Theory
+0811.4478 Theory
+0811.4644 Theory
+0811.4774 Theory
+0812.3234 Theory
+0901.0623 Probability
+0902.3876 Mesoscale and Nanoscale Physics
+0902.4357
+0903.1869 Methodology
+0903.2208 Cosmology and Nongalactic Astrophysics
+0903.3446 Differential Geometry
+0904.0981 Logic in Computer Science
+0904.3938 Number Theory
+0908.0992 Mesoscale and Nanoscale Physics
+0908.2189 Analysis of PDEs
+0909.0294 Theory
+0911.0376 Mesoscale and Nanoscale Physics
+0912.3358 Functional Analysis
+1001.1255
+1001.5404 Computational Complexity
+1004.0583 Algebraic Topology
+1004.3512
+1004.3672 Quantum Gases
+1004.3826 Differential Geometry
+1005.3140
+1006.0612 Phenomenology
+1006.1780
+1006.1811 Mesoscale and Nanoscale Physics
+1006.2165 Methodology
+1007.0715
+1007.2531 Atomic Physics
+1007.4796 Algebraic Geometry
+1008.0910
+1008.3778 Theory
+1008.4500 Dynamical Systems
+1009.4125 High Energy Astrophysical Phenomena
+1010.0192 Solar and Stellar Astrophysics
+1010.3589
+1010.4797 Astrophysics of Galaxies
+1010.5112 Experiment
+1011.0801 Theory
+1011.0868 Phenomenology
+1011.2089 Logic
+1011.2810 Soft Condensed Matter
+1011.3205 Soft Condensed Matter
+1011.3564 Atmospheric and Oceanic Physics
+1011.3712
+1011.4906 Solar and Stellar Astrophysics
+1012.1975 Phenomenology
+1012.4338 Logic
+1101.0497 Quantum Gases
+1101.0501 Pattern Formation and Solitons
+1101.0560 Representation Theory
+1101.0935 Methodology
+1101.5328 Phenomenology
+1102.0045 Classical Physics
+1102.2385 Phenomenology
+1102.4539 Theory
+1103.0646 Theory
+1103.1657 Theory
+1103.2379 Strongly Correlated Electrons
+1103.3553
+1103.4651 Astrophysics of Galaxies
+1103.5677 High Energy Astrophysical Phenomena
+1103.5942
+1104.0001 Cosmology and Nongalactic Astrophysics
+1104.1355 Molecular Networks
+1104.2033 Differential Geometry
+1104.3473 Atomic Physics
+1104.4695
+1104.5298 Differential Geometry
+1105.1188 Algebraic Geometry
+1105.2222
+1105.5401 Computational Geometry
+1105.6037 Cosmology and Nongalactic Astrophysics
+1106.1022 Probability
+1106.1259 Geometric Topology
+1106.1301 Commutative Algebra
+1106.1449 Solar and Stellar Astrophysics
+1106.1453
+1106.1454 Experiment
+1106.1458 Materials Science
+1106.1461 Mesoscale and Nanoscale Physics
+1106.1466 Mesoscale and Nanoscale Physics
+1106.1470
+1106.1473 Materials Science
+1106.1477 Optics
+1106.1478 Databases
+1106.1480
+1106.1482 Combinatorics
+1106.1487 Materials Science
+1106.1495 Analysis of PDEs
+1106.1503 Plasma Physics
+1106.1509 Probability
+1106.1510 Artificial Intelligence
+1106.1516 Networking and Internet Architecture
+1106.1517 Analysis of PDEs
+1106.1523 Digital Libraries
+1106.1524 Probability
+1106.1526 Optimization and Control
+1106.1527 Combinatorics
+1106.1532 Strongly Correlated Electrons
+1106.1534
+1106.1535
+1106.1536
+1106.1537
+1106.1544
+1106.1545 Rings and Algebras
+1106.1547 Phenomenology
+1106.1550
+1106.1556 Solar and Stellar Astrophysics
+1106.1561 Cosmology and Nongalactic Astrophysics
+1106.1564 Differential Geometry
+1106.1566 Soft Condensed Matter
+1106.1570 Neural and Evolutionary Computing
+1106.1575 Optics
+1106.1577 Physics and Society
+1106.1582
+1106.1583 Human-Computer Interaction
+1106.1585 Theory
+1106.1594 Combinatorics
+1106.1595 Information Theory
+1106.1600 General Physics
+1106.1601 Number Theory
+1106.1604 Experiment
+1106.1606 Category Theory
+1106.1607
+1106.1609 Symplectic Geometry
+1106.1610 Soft Condensed Matter
+1106.1620 Quantitative Methods
+1106.1622 Learning
+1106.1623 Symplectic Geometry
+1106.1625 Combinatorics
+1106.1629 Logic
+1106.1634 Information Theory
+1106.1638 Statistics Theory
+1106.1639
+astro-ph/0102226
+cond-mat/0108385
+cond-mat/0209301 Superconductivity
+hep-ph/0312368 Phenomenology
+hep-ph/0409065 Phenomenology
+hep-th/0605175 Theory
+math/0110308 Algebraic Topology
+quant-ph/0010045
+quant-ph/0011105
+quant-ph/9912097
+0807.1875 Superconductivity
+0808.3521 Geometric Topology
+0812.3637 Analysis of PDEs
+0904.2660 Data Analysis, Statistics and Probability
+0905.0423 Geometric Topology
+0908.0129 Probability
+0909.1211 Spectral Theory
+0911.1180 Superconductivity
+0911.1779 Experiment
+0911.2597 General Physics
+1002.1772 Analysis of PDEs
+1004.3326 Geometric Topology
+1004.3441 Dynamical Systems
+1004.4418 Analysis of PDEs
+1005.1222
+1006.0580 Analysis of PDEs
+1006.3154 Information Theory
+1006.4866
+1006.5407
+1007.1664
+1007.2155 Geophysics
+1008.0445 Number Theory
+1008.2949
+1008.4643
+1009.0667 Group Theory
+1009.0863 Exactly Solvable and Integrable Systems
+1009.2210
+1009.4024
+1009.4943 Representation Theory
+1010.3850 Combinatorics
+1011.0283 Statistical Mechanics
+1011.1736
+1012.5237 Geometric Topology
+1012.5839 Phenomenology
+1101.3261 Analysis of PDEs
+1101.3964 Analysis of PDEs
+1103.0334 Statistical Mechanics
+1103.1572
+1103.2693
+1103.3557
+1103.3661 Phenomenology
+1103.4129
+1103.4691 Functional Analysis
+1104.2193
+1104.3177 Atomic Physics
+1104.3383 Statistical Mechanics
+1105.2291 Combinatorics
+1105.2391 Data Structures and Algorithms
+1105.2782 Computer Vision and Pattern Recognition
+1105.3940 Phenomenology
+1106.0205 Commutative Algebra
+1106.0636 Exactly Solvable and Integrable Systems
+1106.0690 Statistical Mechanics
+1106.1192 Analysis of PDEs
+1106.2783
+1106.3010
+1106.3011
+1106.3515
+1106.4920 Statistical Mechanics
+1107.0850
+1107.2061 Quantum Gases
+1107.2287 Atomic Physics
+1108.0428 Strongly Correlated Electrons
+1108.1289 Probability
+1108.1304 Materials Science
+1108.2633 Probability
+1108.3934 Cosmology and Nongalactic Astrophysics
+1108.4335
+1109.1514 Atomic Physics
+1109.3058 Atmospheric and Oceanic Physics
+1109.5367 Superconductivity
+1109.5771 Accelerator Physics
+1109.5784 Superconductivity
+1110.0894 Strongly Correlated Electrons
+1110.2148 Metric Geometry
+1110.2242
+1110.2950 Classical Analysis and ODEs
+1110.3633 Fluid Dynamics
+1110.4743 Earth and Planetary Astrophysics
+1110.5162 Phenomenology
+1110.5568 Phenomenology
+1110.6027 Information Theory
+1110.6043 High Energy Astrophysical Phenomena
+1110.6124 Functional Analysis
+1110.6171 General Physics
+1110.6175 High Energy Astrophysical Phenomena
+1110.6177 Theory
+1110.6187 Probability
+1110.6194 Populations and Evolution
+1110.6196 Mesoscale and Nanoscale Physics
+1110.6206 History and Philosophy of Physics
+1110.6211 Mesoscale and Nanoscale Physics
+1110.6214 Representation Theory
+1110.6216 Functional Analysis
+1110.6219
+1110.6220 Numerical Analysis
+1110.6227 Operator Algebras
+1110.6231 Distributed, Parallel, and Cluster Computing
+1110.6234 General Physics
+1110.6236 High Energy Astrophysical Phenomena
+1110.6237 Optimization and Control
+1110.6238
+1110.6245 Fluid Dynamics
+1110.6246 Optimization and Control
+1110.6249 Experiment
+1110.6250 Biomolecules
+1110.6251 Information Theory
+1110.6252 Cosmology and Nongalactic Astrophysics
+1110.6256 Chemical Physics
+1110.6261 Numerical Analysis
+1110.6264 Statistical Mechanics
+1110.6267 Social and Information Networks
+1110.6278 Differential Geometry
+1110.6279 High Energy Astrophysical Phenomena
+1110.6281 Differential Geometry
+1110.6287 Learning
+1110.6288 Distributed, Parallel, and Cluster Computing
+1110.6290 Artificial Intelligence
+1110.6292 Optics
+1110.6293 Algebraic Topology
+1110.6295
+1110.6296 Information Theory
+1110.6303 Statistical Mechanics
+1110.6306 Analysis of PDEs
+1110.6310 Classical Analysis and ODEs
+1110.6313 High Energy Astrophysical Phenomena
+1110.6322 Pricing of Securities
+1110.6324 Representation Theory
+1110.6333 Probability
+1110.6335 Differential Geometry
+1110.6337 Analysis of PDEs
+1110.6341 High Energy Astrophysical Phenomena
+1110.6342 Analysis of PDEs
+1110.6344 Solar and Stellar Astrophysics
+1110.6345 Analysis of PDEs
+1110.6346 Number Theory
+1110.6348 Strongly Correlated Electrons
+1110.6351 Number Theory
+1110.6352 History and Philosophy of Physics
+1110.6358 Classical Analysis and ODEs
+1110.6360 High Energy Astrophysical Phenomena
+1110.6362 K-Theory and Homology
+1110.6364 Quantum Gases
+1110.6365 Lattice
+1110.6366 Number Theory
+1110.6368 High Energy Astrophysical Phenomena
+1110.6369 Probability
+1110.6371 High Energy Astrophysical Phenomena
+1110.6374 Differential Geometry
+1110.6378
+1110.6385 Lattice
+1110.6389 Theory
+1110.6390 Group Theory
+1110.6391 Phenomenology
+1110.6403 Phenomenology
+1110.6408 Experiment
+1110.6409 Numerical Analysis
+1110.6413 Other Quantitative Biology
+1110.6414 Analysis of PDEs
+1110.6418 Instrumentation and Methods for Astrophysics
+1110.6419 Soft Condensed Matter
+1110.6421 High Energy Astrophysical Phenomena
+1110.6422 Instrumentation and Methods for Astrophysics
+1110.6426 Dynamical Systems
+1110.6430 Number Theory
+1110.6432 Atomic Physics
+1110.6435 Phenomenology
+astro-ph/0609352
+gr-qc/9911072
+math/0603527 Probability
+math/0701119 Geometric Topology
+nlin/0607014 Chaotic Dynamics
+nlin/0612016 Chaotic Dynamics
+physics/0703258 Optics
+quant-ph/0702057
+0709.2415 Classical Physics
+0710.3784 Populations and Evolution
+0712.1804 Commutative Algebra
+0801.3894 Probability
+0802.1289 Phenomenology
+0802.4190 Applications
+0803.4350 Chaotic Dynamics
+0804.4251 Chaotic Dynamics
+0809.2867 Dynamical Systems
+0810.1100 Exactly Solvable and Integrable Systems
+0810.5478 Geometric Topology
+0812.0913 Statistical Finance
+0903.1590 Differential Geometry
+0903.4799 Materials Science
+0904.1432 Mesoscale and Nanoscale Physics
+0905.0893
+0906.2824 Artificial Intelligence
+0907.1864 Probability
+0907.1925 Cellular Automata and Lattice Gases
+0907.2053 Algebraic Geometry
+0907.4856
+0909.0168 Geometric Topology
+0909.0230 Classical Analysis and ODEs
+0909.2923 Exactly Solvable and Integrable Systems
+0909.4842
+0910.0192
+0911.0938 Rings and Algebras
+0911.5026 Networking and Internet Architecture
+0912.1250 Populations and Evolution
+1001.1600 Group Theory
+1001.3838 Number Theory
+1001.4244 Exactly Solvable and Integrable Systems
+1001.4599 Exactly Solvable and Integrable Systems
+1002.0587 High Energy Astrophysical Phenomena
+1002.2237 Dynamical Systems
+1002.4657 Classical Analysis and ODEs
+1003.4612 Classical Analysis and ODEs
+1004.0360 Number Theory
+1005.0111 Materials Science
+1006.3914 Exactly Solvable and Integrable Systems
+1006.4123 Chaotic Dynamics
+1006.4614 Combinatorics
+1006.5043 Dynamical Systems
+1008.3534 Strongly Correlated Electrons
+1009.0467 Analysis of PDEs
+1009.2299 Algebraic Geometry
+1009.2397 Combinatorics
+1009.4475
+1009.5160 Atomic Physics
+1009.5896 Combinatorics
+1010.2622
+1010.3181 Phenomenology
+1010.3492 Exactly Solvable and Integrable Systems
+1010.5664
+1011.0964 Phenomenology
+1011.2982
+1011.3643 Theory
+1011.3960 Theory
+1011.5491 Combinatorics
+1011.5658 Statistical Mechanics
+1012.0468 Exactly Solvable and Integrable Systems
+1012.1790 Combinatorics
+1012.1852 Disordered Systems and Neural Networks
+1012.1904 Optimization and Control
+1012.4194 Numerical Analysis
+1012.4558 Cosmology and Nongalactic Astrophysics
+1101.1739 High Energy Astrophysical Phenomena
+1101.3841 Phenomenology
+1102.0197
+1102.0574 Theory
+1102.0866 Theory
+1102.0901 Lattice
+1102.1832 Phenomenology
+1102.3091 Theory
+1102.3103 Phenomenology
+1102.3119 Theory
+1102.3166 Theory
+1102.3232 Networking and Internet Architecture
+1102.3467 Adaptation and Self-Organizing Systems
+1102.3875 Phenomenology
+1102.4679 Materials Science
+1102.5305 Materials Science
+1102.5415 Cryptography and Security
+1102.5628 Cosmology and Nongalactic Astrophysics
+1102.5763 Algebraic Geometry
+1103.0153 Combinatorics
+1103.0404 Plasma Physics
+1103.0666 Optics
+1103.1188 Quantum Algebra
+1103.2540
+1103.4436 Materials Science
+1103.6278 Number Theory
+1104.0010 Cosmology and Nongalactic Astrophysics
+1104.0030 General Physics
+1104.0640 Information Theory
+1104.1396 Mesoscale and Nanoscale Physics
+1104.1929 Statistical Mechanics
+1104.3152 Artificial Intelligence
+1105.0571 Solar and Stellar Astrophysics
+1105.1421 Physics and Society
+1105.1951 Adaptation and Self-Organizing Systems
+1105.3227 Theory
+1105.4071 Optics
+1105.5221 Number Theory
+1105.5287 Representation Theory
+1105.5436 Algebraic Geometry
+1105.5494
+1105.5691 Solar and Stellar Astrophysics
+1105.5940 Combinatorics
+1106.0138
+1106.0639 Theory
+1106.2328 Cosmology and Nongalactic Astrophysics
+1106.3016 Statistical Finance
+1106.3022 Group Theory
+1106.3739 Computational Geometry
+1106.3925 Biological Physics
+1106.4274 Statistical Mechanics
+1106.5274 Trading and Market Microstructure
+1106.5905
+1106.5920 Lattice
+1106.6109 Atomic Physics
+1107.0910 High Energy Astrophysical Phenomena
+1107.1734 Strongly Correlated Electrons
+1107.2203 Number Theory
+1107.2252 Superconductivity
+1107.4027
+1107.4316
+1108.0437 High Energy Astrophysical Phenomena
+1108.0574 Cryptography and Security
+1108.1106
+1108.1705 Phenomenology
+1108.2496 Dynamical Systems
+1108.4617 Algebraic Geometry
+1108.4733 Algebraic Topology
+1108.4761 Strongly Correlated Electrons
+1108.5520 Applications
+1108.5830 Metric Geometry
+1109.0030 Experiment
+1109.0061
+1109.0295 Strongly Correlated Electrons
+1109.0545 Distributed, Parallel, and Cluster Computing
+1109.0550 Experiment
+1109.0555 Mesoscale and Nanoscale Physics
+1109.0562 Data Structures and Algorithms
+1109.0566 Algebraic Geometry
+1109.0567 Spectral Theory
+1109.0571 Combinatorics
+1109.0575 Number Theory
+1109.0576 Experiment
+1109.0578
+1109.0581 Phenomenology
+1109.0583 Logic in Computer Science
+1109.0591 Operator Algebras
+1109.0596
+1109.0598
+1109.0601 Multiagent Systems
+1109.0606 Physics and Society
+1109.0612 Algebraic Geometry
+1109.0615 Quantitative Methods
+1109.0617 Databases
+1109.0621 Artificial Intelligence
+1109.0623 Differential Geometry
+1109.0624 Computation and Language
+1109.0625 Spectral Theory
+1109.0634 Combinatorics
+1109.0636 Combinatorics
+1109.0637 Superconductivity
+1109.0638 Programming Languages
+1109.0644
+1109.0645 Theory
+1109.0646 Dynamical Systems
+1109.0647 Pattern Formation and Solitons
+1109.0649
+1109.0650
+1109.0652 Combinatorics
+1109.0653 Statistical Mechanics
+1109.0655
+1109.0662
+1109.0664 Popular Physics
+1109.0671 Dynamical Systems
+1109.0672 Probability
+1109.0673 Operator Algebras
+1109.0674 Exactly Solvable and Integrable Systems
+1109.0675 Networking and Internet Architecture
+1109.0678 Statistical Mechanics
+1109.0680 Digital Libraries
+1109.0682 Materials Science
+1109.0683 General Physics
+1109.0688 Phenomenology
+1109.0689 Cryptography and Security
+1109.0690 High Energy Astrophysical Phenomena
+1109.0695 Statistical Mechanics
+1109.0696 Information Theory
+1109.0703 Numerical Analysis
+1109.0704 Solar and Stellar Astrophysics
+1109.0706 Risk Management
+1109.0708 Hardware Architecture
+1109.0714 Data Analysis, Statistics and Probability
+1109.0716 History and Overview
+1109.0717 Solar and Stellar Astrophysics
+1109.0720 Analysis of PDEs
+1109.0725 Statistics Theory
+1109.0727 Statistical Mechanics
+1109.0730 Machine Learning
+1109.0731 Phenomenology
+1109.0734 Strongly Correlated Electrons
+1109.0735 Instrumentation and Methods for Astrophysics
+1109.0736 Databases
+1109.0741 Probability
+1109.0742 Distributed, Parallel, and Cluster Computing
+1109.0743 Biological Physics
+1109.0744 Biological Physics
+1109.0746 High Energy Astrophysical Phenomena
+1109.0747 Differential Geometry
+1109.0749 Differential Geometry
+1109.0750 Differential Geometry
+1109.0751 Differential Geometry
+1109.0752 Hardware Architecture
+1109.0753 Multimedia
+1109.0755 Hardware Architecture
+1109.0758 Social and Information Networks
+1109.0759 Astrophysics of Galaxies
+1109.0760
+1109.0761 Geometric Topology
+1109.0762 Information Theory
+1109.0774 Programming Languages
+1109.0775 Programming Languages
+1109.0776 Programming Languages
+1109.0777 Programming Languages
+1109.0778 Programming Languages
+1109.0779 Programming Languages
+1109.0780 Programming Languages
+1109.0781 Programming Languages
+1109.0783 Data Structures and Algorithms
+1109.0784 Programming Languages
+1109.0785 Programming Languages
+1109.0786 Programming Languages
+1109.0787 Combinatorics
+1109.0792 Networking and Internet Architecture
+1109.0794 Representation Theory
+1109.0799 Phenomenology
+1109.0800 Information Theory
+1109.0801
+1109.0802
+1109.0804 Statistical Mechanics
+1109.0810 Classical Analysis and ODEs
+1109.0811 Analysis of PDEs
+1109.0815 Combinatorics
+1109.0817
+1109.0819
+1109.0820 Learning
+1109.0827 Information Theory
+1109.0829 General Physics
+1109.0834 High Energy Astrophysical Phenomena
+1109.0836
+1109.0837 Solar and Stellar Astrophysics
+1109.0842
+1109.0849 Dynamical Systems
+1109.0853 Superconductivity
+1109.0854 Functional Analysis
+1109.0861 Differential Geometry
+1109.0867 Number Theory
+1109.0869 Solar and Stellar Astrophysics
+1109.0871 Analysis of PDEs
+1109.0879 Computational Physics
+1109.0880 General Physics
+1109.0883 Experiment
+1109.0889 Fluid Dynamics
+1109.0890 Phenomenology
+1109.0892 Optics
+1109.0894 Differential Geometry
+1109.0901 Group Theory
+1109.0902
+1109.0905 Mesoscale and Nanoscale Physics
+1109.0906 Group Theory
+1109.0913 Phenomenology
+1109.0915 Logic in Computer Science
+1109.0916 Information Retrieval
+1109.0922 Number Theory
+1109.0933 Probability
+1109.0934 Experiment
+1109.0937 Computers and Society
+1109.0943 Symplectic Geometry
+1109.0947 Materials Science
+1109.0951 Atmospheric and Oceanic Physics
+1109.0960 Algebraic Topology
+1109.0961 Statistics Theory
+1109.0964 Computational Complexity
+1109.0968 Classical Analysis and ODEs
+1109.0971 Cryptography and Security
+1109.0973 Astrophysics of Galaxies
+1109.0974 Solar and Stellar Astrophysics
+1109.0981 High Energy Astrophysical Phenomena
+1109.0982 High Energy Astrophysical Phenomena
+1109.0983 Digital Libraries
+astro-ph/0510318
+cond-mat/0412411 Other Condensed Matter
+cs/0505049 Information Theory
+hep-ph/0112120 Phenomenology
+math-ph/0703028
+math/0211425 Geometric Topology
+math/0303249 Geometric Topology
+math/0312329 Geometric Topology
+math/0402339 Geometric Topology
+math/0405250 Geometric Topology
+math/0412511 Geometric Topology
+math/0610745 Geometric Topology
+physics/0005072 Atmospheric and Oceanic Physics
+physics/0601127 Optics
+physics/0607178 Physics and Society
+quant-ph/0406035
+quant-ph/0512006
+quant-ph/0512023
+quant-ph/9912057
+0706.4389
+0709.3966 Soft Condensed Matter
+0711.0310 Theory
+0711.0461 Disordered Systems and Neural Networks
+0712.3975
+0801.4262 Other Condensed Matter
+0803.2943
+0804.2225 Other Condensed Matter
+0808.2251 Representation Theory
+0810.1677 Algebraic Geometry
+0903.1897 Fluid Dynamics
+0903.4740 Probability
+0906.0671 High Energy Astrophysical Phenomena
+0909.1436
+0909.1655 Combinatorics
+0911.0714 Representation Theory
+0912.0248 Differential Geometry
+0912.3265 Theory
+0912.4690 Fluid Dynamics
+1001.1421 Algebraic Geometry
+1001.4347 Disordered Systems and Neural Networks
+1004.1101 Analysis of PDEs
+1004.1541 Quantum Gases
+1004.2140
+1004.4938 Algebraic Geometry
+1005.2322 Fluid Dynamics
+1006.1124
+1006.3304 Rings and Algebras
+1006.3729 Materials Science
+1007.4421
+1007.4468 Logic
+1008.1441
+1009.1350
+1009.1417 Superconductivity
+1009.1419 Combinatorics
+1009.2224 Atomic Physics
+1009.2564
+1009.2676 Materials Science
+1009.2983 Theory
+1009.4482 Representation Theory
+1009.4678 Superconductivity
+1010.0751
+1010.4525 Phenomenology
+1010.5241 Theory
+1010.6196 Soft Condensed Matter
+1011.0960 Phenomenology
+1011.1438 Mesoscale and Nanoscale Physics
+1011.5634 Phenomenology
+1011.6061 Soft Condensed Matter
+1012.0224 Phenomenology
+1012.3263 Theory
+1012.3828 Computational Complexity
+1012.5215 Lattice
+1012.5854 Cosmology and Nongalactic Astrophysics
+1101.0729 Cosmology and Nongalactic Astrophysics
+1101.1016 Analysis of PDEs
+1101.4088 Mesoscale and Nanoscale Physics
+1102.0637 Soft Condensed Matter
+1102.1438
+1102.3539
+1102.5538 Data Structures and Algorithms
+1103.0416 Classical Physics
+1103.0844 Materials Science
+1103.2368
+1103.2671 Theory
+1103.3424 Quantum Gases
+1103.3848 Theory
+1103.5055 Programming Languages
+1103.5327 Algebraic Geometry
+1103.6091 Cosmology and Nongalactic Astrophysics
+1104.0404 Chaotic Dynamics
+1104.2517
+1104.3857
+1104.5089 Statistical Mechanics
+1104.5334 Mesoscale and Nanoscale Physics
+1104.5552 High Energy Astrophysical Phenomena
+1105.0389 Theory
+1105.0708 Materials Science
+1105.2100
+1105.2163 Phenomenology
+1105.3622
+1105.3676 Phenomenology
+1105.3957 Differential Geometry
+1105.3966 Superconductivity
+1105.5586 Solar and Stellar Astrophysics
+1105.6201 Instrumentation and Detectors
+1106.0136 Earth and Planetary Astrophysics
+1106.0539 Methodology
+1106.1644 Quantum Gases
+1106.1673 Quantum Gases
+1106.2990 Experiment
+1106.3380
+1106.4470 Mesoscale and Nanoscale Physics
+1106.4893 Theory
+1106.5357 Number Theory
+1106.5788 Phenomenology
+1106.6019 Phenomenology
+1106.6097 Dynamical Systems
+1107.1007
+1107.2744 Statistical Mechanics
+1107.3718 Phenomenology
+1107.3958 Quantum Gases
+1107.5544 Combinatorics
+1107.5994
+1108.0207 Analysis of PDEs
+1108.3829 Machine Learning
+1108.4126 Methodology
+1108.4403 Algebraic Geometry
+1108.5214 Combinatorics
+1108.5532 Algebraic Geometry
+1109.2833 Probability
+1109.3011
+1109.3014 Analysis of PDEs
+1109.3098 Solar and Stellar Astrophysics
+1109.3143 Instrumentation and Detectors
+1109.3164
+1109.3202 Phenomenology
+1109.3205 Algebraic Geometry
+1109.3208
+1109.3213 Astrophysics of Galaxies
+1109.3214 Dynamical Systems
+1109.3215
+1109.3220 Probability
+1109.3223 Experiment
+1109.3225 Materials Science
+1109.3231 Phenomenology
+1109.3233 Experiment
+1109.3240 Information Theory
+1109.3241 Atomic Physics
+1109.3244 Dynamical Systems
+1109.3246 Algebraic Geometry
+1109.3248 Learning
+1109.3254 Computation
+1109.3256 Programming Languages
+1109.3257 Analysis of PDEs
+1109.3260 Analysis of PDEs
+1109.3262 Experiment
+1109.3268 Populations and Evolution
+1109.3273 Combinatorics
+1109.3274 Geometric Topology
+1109.3280 Dynamical Systems
+1109.3286
+1109.3287
+1109.3288 Solar and Stellar Astrophysics
+1109.3290 Rings and Algebras
+1109.3291 Astrophysics of Galaxies
+1109.3292 Statistical Mechanics
+1109.3297 Representation Theory
+1109.3298
+1109.3300 Instrumentation and Detectors
+1109.3302
+1109.3303 Analysis of PDEs
+1109.3306 Operator Algebras
+1109.3310 Experiment
+1109.3311
+1109.3313 Artificial Intelligence
+1109.3316 Computational Geometry
+1109.3317 Computer Vision and Pattern Recognition
+1109.3319 Geophysics
+1109.3323 Optimization and Control
+1109.3328 Mesoscale and Nanoscale Physics
+1109.3329
+1109.3331 Chemical Physics
+1109.3344 Algebraic Geometry
+1109.3346
+1109.3348 Mesoscale and Nanoscale Physics
+1109.3355 Physics and Society
+1109.3362 Number Theory
+1109.3369 Phenomenology
+1109.3370 Logic in Computer Science
+1109.3371 Experiment
+1109.3377 Quantum Gases
+1109.3380 Differential Geometry
+1109.3381 Formal Languages and Automata Theory
+1109.3383 Experiment
+1109.3385
+1109.3387 Instrumentation and Detectors
+1109.3390 Combinatorics
+1109.3391
+1109.3397 Analysis of PDEs
+1109.3398 Experiment
+1109.3406 Probability
+1109.3408
+1109.3411 Numerical Analysis
+1109.3416 Biological Physics
+1109.3417 Experiment
+1109.3422 Theory
+1109.3424 Functional Analysis
+1109.3426 Cosmology and Nongalactic Astrophysics
+1109.3427 Fluid Dynamics
+1109.3430 Probability
+1109.3431 Optics
+1109.3441 Metric Geometry
+1109.3442 Cosmology and Nongalactic Astrophysics
+1109.3444 Software Engineering
+astro-ph/0205304
+astro-ph/0604416
+astro-ph/9803164
+cond-mat/0301488 Disordered Systems and Neural Networks
+cond-mat/0301490 Disordered Systems and Neural Networks
+cond-mat/0506287 Disordered Systems and Neural Networks
+cond-mat/0510714 Disordered Systems and Neural Networks
+gr-qc/9902026
+hep-ex/0004024 Experiment
+hep-ex/0309048 Experiment
+hep-ex/0408134 Experiment
+hep-ph/9906307 Phenomenology
+hep-th/0403232 Theory
+hep-th/9712036 Theory
+math/0405487 Number Theory
+math/0609568 Probability
+0705.3445 Group Theory
+0708.2349 Probability
+0708.2358 Group Theory
+0801.4653 Phenomenology
+0804.3071 Combinatorics
+0805.2660 Representation Theory
+0810.1065 Group Theory
+0810.2114 Group Theory
+0811.1315 Differential Geometry
+0811.1888 Probability
+0812.1397 Dynamical Systems
+0812.3146 Probability
+0901.2410 Information Theory
+0902.0436 Combinatorics
+0902.1758 Classical Analysis and ODEs
+0903.0152 Differential Geometry
+0904.0200 Combinatorics
+0904.2820 Analysis of PDEs
+0905.0679
+0908.2399 Computer Science and Game Theory
+0910.1600
+0910.2429 Group Theory
+0911.2539
+0911.4218
+1001.3902 Algebraic Geometry
+1002.0328 Soft Condensed Matter
+1002.0363 Superconductivity
+1003.1526
+1003.2809 Group Theory
+1003.5272 Theory
+1004.2581 Statistics Theory
+1004.5585 Cosmology and Nongalactic Astrophysics
+1005.3415 Superconductivity
+1005.5188 Mesoscale and Nanoscale Physics
+1006.1122
+1006.2594 Phenomenology
+1006.3677 Group Theory
+1006.4124 Superconductivity
+1006.5535
+1007.1006 Theory
+1007.1957 Functional Analysis
+1007.2074 Analysis of PDEs
+1007.2765 Cosmology and Nongalactic Astrophysics
+1007.3033 General Physics
+1007.3956
+1007.4696 Quantum Algebra
+1008.0418 Number Theory
+1008.0470
+1008.1707 Accelerator Physics
+1008.3657
+1009.0147 Astrophysics of Galaxies
+1009.1484 Dynamical Systems
+1009.2947 Theory
+1009.3366 Phenomenology
+1009.5337 Statistics Theory
+1010.2141 Physics and Society
+1010.4036 Theory
+1011.0281 Theory
+1011.1239 Optics
+1011.2888 Combinatorics
+1011.5219
+1011.5859
+1011.5886 Theory
+1011.5899 Phenomenology
+1011.5907
+1011.5921 Phenomenology
+1011.5924 Phenomenology
+1011.5932 Disordered Systems and Neural Networks
+1011.5948
+1011.5952 Phenomenology
+1011.5963
+1011.5965 Phenomenology
+1011.5974 Lattice
+1011.5976 Phenomenology
+1011.5999 Quantum Gases
+1011.6024
+1011.6027 Phenomenology
+1011.6046 Phenomenology
+1011.6056
+1011.6058 Lattice
+1011.6104 Phenomenology
+1011.6154
+1011.6360 Experiment
+1011.6653 Complex Variables
+1012.3311 Data Structures and Algorithms
+1012.5648 Phenomenology
+1012.5867 Mesoscale and Nanoscale Physics
+1101.4669 High Energy Astrophysical Phenomena
+1101.4742 Classical Physics
+1102.0812
+1102.1261 Multiagent Systems
+1102.1844 Theory
+1102.2156 Rings and Algebras
+1102.2513
+1102.4056
+1103.0678 Strongly Correlated Electrons
+1103.0707 Commutative Algebra
+1103.2260 Mesoscale and Nanoscale Physics
+1103.4310 Mesoscale and Nanoscale Physics
+1103.5110 Physics and Society
+1103.5475 Solar and Stellar Astrophysics
+1104.0242 Superconductivity
+1104.2356 Cosmology and Nongalactic Astrophysics
+1104.2557 Phenomenology
+1104.3500 Formal Languages and Automata Theory
+1104.4621 Mesoscale and Nanoscale Physics
+1104.4982 Atomic Physics
+1104.5382 Phenomenology
+1105.1501 Chemical Physics
+1105.3275 Phenomenology
+1105.3947 Differential Geometry
+1105.4000 Differential Geometry
+1105.5147 High Energy Astrophysical Phenomena
+1105.5516 Artificial Intelligence
+1105.6294 Theory
+1106.0473 Quantum Gases
+1106.0477 Materials Science
+1106.2608 Instrumentation and Methods for Astrophysics
+1106.2890 Phenomenology
+1106.6131 Mesoscale and Nanoscale Physics
+1107.0531 Materials Science
+1107.1022 Theory
+1107.1220 Exactly Solvable and Integrable Systems
+1107.1307 Atmospheric and Oceanic Physics
+1107.1609 Information Theory
+1107.2836 Differential Geometry
+1107.2947 Fluid Dynamics
+1107.3575 Instrumentation and Detectors
+1107.4295
+1107.4932 Logic
+1107.4935 Logic in Computer Science
+1107.5091 Statistical Mechanics
+1107.5190 Probability
+1107.5869 Optimization and Control
+1108.0258 Rings and Algebras
+1108.0814 Mesoscale and Nanoscale Physics
+1108.0821 Number Theory
+1108.1253 Materials Science
+1108.2249 Analysis of PDEs
+1108.3197 Number Theory
+1108.3558 Distributed, Parallel, and Cluster Computing
+1108.3571 Information Theory
+1108.3575 Analysis of PDEs
+1108.3585 Statistics Theory
+1108.3588 Combinatorics
+1108.3594
+1108.3595 Analysis of PDEs
+1108.3596 Methodology
+1108.3599 Information Theory
+1108.3601 High Energy Astrophysical Phenomena
+1108.3607 Materials Science
+1108.3611 Group Theory
+1108.3614 Artificial Intelligence
+1108.3615 Computational Geometry
+1108.3616 Formal Languages and Automata Theory
+1108.3617 Formal Languages and Automata Theory
+1108.3618 Formal Languages and Automata Theory
+1108.3619 Formal Languages and Automata Theory
+1108.3620 Formal Languages and Automata Theory
+1108.3621 Formal Languages and Automata Theory
+1108.3622 Formal Languages and Automata Theory
+1108.3623 Discrete Mathematics
+1108.3624 Formal Languages and Automata Theory
+1108.3625 Formal Languages and Automata Theory
+1108.3626 Formal Languages and Automata Theory
+1108.3627 Discrete Mathematics
+1108.3628 Formal Languages and Automata Theory
+1108.3629 Formal Languages and Automata Theory
+1108.3630 Formal Languages and Automata Theory
+1108.3631 Formal Languages and Automata Theory
+1108.3632 Discrete Mathematics
+1108.3633 Formal Languages and Automata Theory
+1108.3634 Formal Languages and Automata Theory
+1108.3635 Formal Languages and Automata Theory
+1108.3636 Information Theory
+1108.3637 Formal Languages and Automata Theory
+1108.3638 Discrete Mathematics
+1108.3639 Discrete Mathematics
+1108.3640 Formal Languages and Automata Theory
+1108.3641 Discrete Mathematics
+1108.3642 Discrete Mathematics
+1108.3645 Materials Science
+1108.3648 Exactly Solvable and Integrable Systems
+1108.3650
+1108.3651 Materials Science
+1108.3652 Information Theory
+1108.3653 Computational Complexity
+1108.3657 Methodology
+1108.3664 High Energy Astrophysical Phenomena
+1108.3665 Geophysics
+1108.3672 Representation Theory
+1108.3674 Operator Algebras
+1108.3675 Logic in Computer Science
+1108.3676 Geometric Topology
+1108.3680 Number Theory
+1108.3683 Data Structures and Algorithms
+1108.3685 Algebraic Topology
+1108.3687 Mesoscale and Nanoscale Physics
+1108.3692 Astrophysics of Galaxies
+1108.3700 Combinatorics
+1108.3702 Multiagent Systems
+1108.3703 Networking and Internet Architecture
+1108.3704 Optics
+1108.3714 Analysis of PDEs
+1108.3718 Materials Science
+1108.3724 Category Theory
+1108.3727 Cosmology and Nongalactic Astrophysics
+1108.3728 Information Theory
+1108.3737 Number Theory
+1108.3738 Optics
+1108.3747 Dynamical Systems
+1108.3751 General Topology
+1108.3756 Discrete Mathematics
+1108.3757 Artificial Intelligence
+1108.3758 Analysis of PDEs
+1108.3760 Classical Analysis and ODEs
+1108.3777 Group Theory
+1108.3779 Computer Science and Game Theory
+1108.3787 K-Theory and Homology
+1108.3798 Optimization and Control
+1108.3807 Solar and Stellar Astrophysics
+1108.3809 Probability
+1108.3817 Materials Science
+1108.3819 Number Theory
+1108.3831 Number Theory
+adap-org/9608001 Adaptation and Self-Organizing Systems
+astro-ph/0205250
+astro-ph/0206393
+astro-ph/0208512
+astro-ph/0302307
+astro-ph/0603418
+astro-ph/0605726
+hep-ex/9405003 Experiment
+hep-th/9404169 Theory
+math/0601077 Group Theory
+math/0701629 Combinatorics
+math/0702874 Group Theory
+nlin/0302020 Pattern Formation and Solitons
+nlin/0302021 Pattern Formation and Solitons
+nlin/0302022 Pattern Formation and Solitons
+nucl-ex/0002010
+nucl-ex/0010006
+nucl-ex/0010017
+nucl-ex/0112001
+nucl-ex/0204001
+nucl-ex/0307003
+nucl-ex/0401025
+nucl-ex/0503010
+nucl-ex/9706004
+nucl-ex/9811002
+nucl-ex/9903009
+nucl-ex/9906005
+nucl-ex/9909001
+nucl-ex/9909010
+nucl-ex/9910004
+nucl-ex/9912007
+physics/0212086 Computational Physics
+physics/0309024 Atomic and Molecular Clusters
+physics/0402031 Classical Physics
+physics/9702008 Accelerator Physics
+physics/9704004 Chemical Physics
+quant-ph/0503097
+0704.3740 Theory
+0706.1948 Mesoscale and Nanoscale Physics
+0706.3979 General Physics
+0707.3675 Materials Science
+0707.3692 Mesoscale and Nanoscale Physics
+0708.0922
+0709.3015
+0710.0412 Lattice
+0711.1657
+0711.3596 Phenomenology
+0712.4042 Data Analysis, Statistics and Probability
+0801.1184
+0802.2892 Mesoscale and Nanoscale Physics
+0802.4094
+0804.3794
+0805.2551 Phenomenology
+0805.4690 Phenomenology
+0806.0257
+0806.1162
+0806.1840 Phenomenology
+0806.2266
+0807.2040 Probability
+0807.3196 Theory
+0808.1388
+0808.2590 Experiment
+0810.2541
+0810.2556
+0811.1555 Phenomenology
+0812.3034
+0902.0848
+0902.2608 General Physics
+0904.4117 Theory
+0905.1629 Statistical Mechanics
+0905.3532 Theory
+0906.0666
+0906.4380
+0906.5204 Mesoscale and Nanoscale Physics
+0909.3835 Theory
+0910.1649 Probability
+0910.3815 Combinatorics
+0911.3696 Rings and Algebras
+0911.4622 Solar and Stellar Astrophysics
+0911.5329 Mesoscale and Nanoscale Physics
+0912.2191
+0912.4920 Statistical Mechanics
+1001.1649 Mesoscale and Nanoscale Physics
+1001.3237
+1002.1019 Theory
+1002.1476 Cosmology and Nongalactic Astrophysics
+1003.0896 Cosmology and Nongalactic Astrophysics
+1003.3870 Cosmology and Nongalactic Astrophysics
+1003.4428
+1004.0978 Analysis of PDEs
+1004.1760
+1004.2672 Phenomenology
+1004.4572 Rings and Algebras
+1005.1169 Theory
+1005.1403 Optimization and Control
+1005.1843 Physics and Society
+1005.5725 Algebraic Geometry
+1006.0061
+1006.1712 Phenomenology
+1006.2508 High Energy Astrophysical Phenomena
+1006.2732 Cryptography and Security
+1006.4880 Phenomenology
+1006.5779 Probability
+1007.0342
+1007.0950 Analysis of PDEs
+1007.3916
+1008.0049
+1008.0994
+1008.1149 Probability
+1008.1212 Operator Algebras
+1008.1966 Group Theory
+1008.2507
+1008.4517
+1009.0188 Analysis of PDEs
+1009.1535 Phenomenology
+1009.1596
+1009.2069 Mesoscale and Nanoscale Physics
+1009.2248 Mesoscale and Nanoscale Physics
+1009.2304
+1009.3151 Numerical Analysis
+1009.3331
+1009.3596
+1009.3689 Mesoscale and Nanoscale Physics
+1009.4213 Mesoscale and Nanoscale Physics
+1009.5230
+1010.1832
+1010.2159 Strongly Correlated Electrons
+1010.2363
+1010.2738 Phenomenology
+1010.3745 Strongly Correlated Electrons
+1010.4527 Category Theory
+1010.4556 Phenomenology
+1011.0206 Astrophysics of Galaxies
+1011.0524
+1011.0552 Phenomenology
+1011.0848 Superconductivity
+1011.0858
+1011.1853
+1011.2177 Astrophysics of Galaxies
+1011.2414 Phenomenology
+1011.2490 Quantum Gases
+1011.3886
+1011.4520 High Energy Astrophysical Phenomena
+1011.4632 Artificial Intelligence
+1011.5407
+1011.5912 Theory
+1011.5960
+1011.6073
+1011.6306 Algebraic Geometry
+1011.6618 Theory
+1012.0883 Cosmology and Nongalactic Astrophysics
+1012.1582
+1012.2320 Dynamical Systems
+1012.2333
+1012.2363 Physics and Society
+1012.2455 Phenomenology
+1012.3448 Probability
+1012.3827 Quantum Gases
+1012.3840
+1012.3876 Superconductivity
+1012.3906 Differential Geometry
+1012.4190
+1012.4238 Cosmology and Nongalactic Astrophysics
+1012.5114 Phenomenology
+1012.5158 Theory
+1012.5608 General Physics
+1012.6017 Superconductivity
+1101.0071
+1101.0425 Phenomenology
+1101.1013 Biomolecules
+1101.2070 Quantum Gases
+1101.2854 Quantum Gases
+1101.4030 Materials Science
+1101.4663 Quantum Gases
+1101.5028
+1101.5217
+1101.5534 Lattice
+1102.0156 Phenomenology
+1102.0241
+1102.0625 Statistics Theory
+1102.0995 Cosmology and Nongalactic Astrophysics
+1102.1683
+1102.1787
+1102.1789 Statistical Mechanics
+1102.3053 Quantum Gases
+1102.3281
+1102.3432 Phenomenology
+1102.4350 Physics and Society
+1102.4619 Cosmology and Nongalactic Astrophysics
+1102.4701 Disordered Systems and Neural Networks
+1103.0110 Number Theory
+1103.0758 Superconductivity
+1103.0931
+1103.2009
+1103.2332
+1103.3379 Solar and Stellar Astrophysics
+1103.3668 High Energy Astrophysical Phenomena
+1103.4285
+1103.5393
+1103.5728 Number Theory
+1103.5877
+1103.6266 Probability
+1104.0699 Experiment
+1104.0707 Combinatorics
+1104.2107 Geometric Topology
+1104.3240
+1104.4920 Probability
+1105.0031 Information Theory
+1105.0345
+1105.0441 Algebraic Geometry
+1105.0483 Theory
+1105.0490 Statistics Theory
+1105.0494 Statistical Mechanics
+1105.0595 Theory
+1105.0623 Analysis of PDEs
+1105.0637 Instrumentation and Methods for Astrophysics
+1105.0673 Computation and Language
+1105.0687 Mesoscale and Nanoscale Physics
+1105.0695 Neurons and Cognition
+1105.0697 Social and Information Networks
+1105.0699 Multimedia
+1105.0701
+1105.0702 Representation Theory
+1105.0707 Artificial Intelligence
+1105.0709 Data Structures and Algorithms
+1105.0717 Analysis of PDEs
+1105.0720 Geophysics
+1105.0723 Optics
+1105.0727 Probability
+1105.0738 Networking and Internet Architecture
+1105.0741 Symplectic Geometry
+1105.0750 Plasma Physics
+1105.0751 Phenomenology
+1105.0755 Applications
+1105.0757 Optimization and Control
+1105.0760 Machine Learning
+1105.0763
+1105.0777 Mesoscale and Nanoscale Physics
+1105.0779 Solar and Stellar Astrophysics
+1105.0780 Biomolecules
+1105.0784
+1105.0785 Information Theory
+1105.0790 Combinatorics
+1105.0792 Phenomenology
+1105.0801 Soft Condensed Matter
+1105.0803 Combinatorics
+1105.0811 Algebraic Topology
+1105.0815 General Physics
+1105.0818 Populations and Evolution
+1105.0821 Computer Vision and Pattern Recognition
+1105.0824 Phenomenology
+1105.0826 Multimedia
+1105.0836 Functional Analysis
+1105.0840 High Energy Astrophysical Phenomena
+1105.0841 Number Theory
+1105.0843 Mesoscale and Nanoscale Physics
+1105.0845 Logic in Computer Science
+1105.0854 Functional Analysis
+1105.0856 Dynamical Systems
+1105.0857 Learning
+1105.0858 Representation Theory
+1105.0859 Classical Analysis and ODEs
+1105.0862 Algebraic Geometry
+1105.0872 Analysis of PDEs
+1105.0877 Functional Analysis
+1105.0879 Instrumentation and Methods for Astrophysics
+1105.0880 Genomics
+1105.0881 Probability
+1105.0887 Algebraic Geometry
+1105.0892 Probability
+1105.0896 Solar and Stellar Astrophysics
+1105.0899 Phenomenology
+1105.0900 Quantitative Methods
+1105.0902 Methodology
+1105.0906 Statistical Mechanics
+1105.0908 Materials Science
+1105.0910 General Physics
+astro-ph/0001072
+astro-ph/0001295
+astro-ph/0001366
+astro-ph/0001402
+astro-ph/0002336
+astro-ph/0003008
+astro-ph/0003334
+astro-ph/0003447
+astro-ph/0005010
+astro-ph/0005435
+astro-ph/0011001
+astro-ph/0011223
+astro-ph/0011484
+astro-ph/0011493
+astro-ph/0012067
+astro-ph/0012324
+astro-ph/0012510
+astro-ph/0101216
+astro-ph/0102074
+astro-ph/0102151
+astro-ph/0102186
+astro-ph/0102391
+astro-ph/0102411
+astro-ph/0103513
+astro-ph/0104097
+astro-ph/0104320
+astro-ph/0105004
+astro-ph/0105093
+astro-ph/0105396
+astro-ph/0106151
+astro-ph/0107318
+astro-ph/0108483
+astro-ph/0109121
+astro-ph/0112477
+astro-ph/0201195
+astro-ph/0201318
+astro-ph/0202466
+astro-ph/0203252
+astro-ph/0203469
+astro-ph/0203510
+astro-ph/0204016
+astro-ph/0204182
+astro-ph/0204425
+astro-ph/0205281
+astro-ph/0206438
+astro-ph/0207322
+astro-ph/0207332
+astro-ph/0207664
+astro-ph/0208001
+astro-ph/0208145
+astro-ph/0208192
+astro-ph/0209478
+astro-ph/0209565
+astro-ph/0210129
+astro-ph/0210449
+astro-ph/0210643
+astro-ph/0211125
+astro-ph/0211267
+astro-ph/0211602
+astro-ph/0212028
+astro-ph/0212198
+astro-ph/0212242
+astro-ph/0212380
+astro-ph/0301062
+astro-ph/0301454
+astro-ph/0301540
+astro-ph/0301629
+astro-ph/0302543
+astro-ph/0303188
+astro-ph/0303228
+astro-ph/0304060
+astro-ph/0304423
+astro-ph/0305231
+astro-ph/0305261
+astro-ph/0305441
+astro-ph/0305476
+astro-ph/0306047
+astro-ph/0306122
+astro-ph/0310189
+astro-ph/0310232
+astro-ph/0310703
+astro-ph/0311082
+astro-ph/0311257
+astro-ph/0311538
+astro-ph/0311541
+astro-ph/0312189
+astro-ph/0401088
+astro-ph/0401123
+astro-ph/0401219
+astro-ph/0401457
+astro-ph/0402319
+astro-ph/0402347
+astro-ph/0403486
+astro-ph/0404062
+astro-ph/0404224
+astro-ph/0404358
+astro-ph/0405262
+astro-ph/0406106
+astro-ph/0406167
+astro-ph/0406247
+astro-ph/0406254
+astro-ph/0407566
+astro-ph/0409513
+astro-ph/0411310
+astro-ph/0412357
+astro-ph/0412444
+astro-ph/0503027
+astro-ph/0503387
+astro-ph/0504046
+astro-ph/0504555
+astro-ph/0504584
+astro-ph/0505042
+astro-ph/0505214
+astro-ph/0505301
+astro-ph/0601015
+astro-ph/0601108
+astro-ph/0601357
+astro-ph/0605725
+astro-ph/0606700
+astro-ph/0608038
+astro-ph/0612273
+astro-ph/9304022
+astro-ph/9403015
+astro-ph/9411044
+astro-ph/9505009
+astro-ph/9509007
+astro-ph/9510080
+astro-ph/9510136
+astro-ph/9604011
+astro-ph/9609132
+astro-ph/9611097
+astro-ph/9709257
+astro-ph/9711102
+astro-ph/9801013
+astro-ph/9802239
+astro-ph/9803073
+astro-ph/9803261
+astro-ph/9803277
+astro-ph/9806151
+astro-ph/9806181
+astro-ph/9807150
+astro-ph/9811189
+astro-ph/9811294
+astro-ph/9901023
+astro-ph/9901175
+astro-ph/9902032
+astro-ph/9903478
+astro-ph/9904309
+astro-ph/9908159
+astro-ph/9910565
+astro-ph/9912391
+cond-mat/0110572
+cond-mat/0506538 Mesoscale and Nanoscale Physics
+cond-mat/0509330 Mesoscale and Nanoscale Physics
+cond-mat/0510576 Disordered Systems and Neural Networks
+cond-mat/0604654 Mesoscale and Nanoscale Physics
+gr-qc/0009008
+gr-qc/0207080
+gr-qc/0207085
+gr-qc/0301052
+gr-qc/0303039
+gr-qc/0303073
+gr-qc/0304074
+gr-qc/0308070
+gr-qc/0602001
+gr-qc/0604044
+gr-qc/9406037
+gr-qc/9504015
+gr-qc/9702050
+gr-qc/9708063
+gr-qc/9711068
+gr-qc/9904062
+gr-qc/9909079
+hep-lat/0305007 Lattice
+hep-lat/0306021 Lattice
+hep-lat/0311023 Lattice
+hep-lat/0503014 Lattice
+hep-lat/0610094 Lattice
+hep-lat/0701002 Lattice
+hep-lat/9512011 Lattice
+hep-lat/9704011 Lattice
+hep-lat/9705009 Lattice
+hep-lat/9912050 Lattice
+hep-ph/0001172 Phenomenology
+hep-ph/0001233 Phenomenology
+hep-ph/0005094 Phenomenology
+hep-ph/0005214 Phenomenology
+hep-ph/0006359 Phenomenology
+hep-ph/0007112 Phenomenology
+hep-ph/0009237 Phenomenology
+hep-ph/0012279 Phenomenology
+hep-ph/0103201 Phenomenology
+hep-ph/0103322 Phenomenology
+hep-ph/0107001 Phenomenology
+hep-ph/0107101 Phenomenology
+hep-ph/0108030 Phenomenology
+hep-ph/0108135 Phenomenology
+hep-ph/0110315 Phenomenology
+hep-ph/0201001 Phenomenology
+hep-ph/0205283 Phenomenology
+hep-ph/0205305 Phenomenology
+hep-ph/0206026 Phenomenology
+hep-ph/0206057 Phenomenology
+hep-ph/0206152 Phenomenology
+hep-ph/0207008 Phenomenology
+hep-ph/0207047 Phenomenology
+hep-ph/0209038 Phenomenology
+hep-ph/0209219 Phenomenology
+hep-ph/0209303 Phenomenology
+hep-ph/0210058 Phenomenology
+hep-ph/0211393 Phenomenology
+hep-ph/0302103 Phenomenology
+hep-ph/0302135 Phenomenology
+hep-ph/0303034 Phenomenology
+hep-ph/0306077 Phenomenology
+hep-ph/0307095 Phenomenology
+hep-ph/0307102 Phenomenology
+hep-ph/0307383 Phenomenology
+hep-ph/0308251 Phenomenology
+hep-ph/0309342 Phenomenology
+hep-ph/0312109 Phenomenology
+hep-ph/0312207 Phenomenology
+hep-ph/0312274 Phenomenology
+hep-ph/0403035 Phenomenology
+hep-ph/0403143 Phenomenology
+hep-ph/0406125 Phenomenology
+hep-ph/0409146 Phenomenology
+hep-ph/0409232 Phenomenology
+hep-ph/0409342 Phenomenology
+hep-ph/0503108 Phenomenology
+hep-ph/0504181 Phenomenology
+hep-ph/0505111 Phenomenology
+hep-ph/0505239 Phenomenology
+hep-ph/0507001 Phenomenology
+hep-ph/0509275 Phenomenology
+hep-ph/0510164 Phenomenology
+hep-ph/0511094 Phenomenology
+hep-ph/0602178 Phenomenology
+hep-ph/0602244 Phenomenology
+hep-ph/0603059 Phenomenology
+hep-ph/0604204 Phenomenology
+hep-ph/0604236 Phenomenology
+hep-ph/0605214 Phenomenology
+hep-ph/0605306 Phenomenology
+hep-ph/9209238 Phenomenology
+hep-ph/9209269 Phenomenology
+hep-ph/9210255 Phenomenology
+hep-ph/9302208 Phenomenology
+hep-ph/9302248 Phenomenology
+hep-ph/9304225 Phenomenology
+hep-ph/9309289 Phenomenology
+hep-ph/9311290 Phenomenology
+hep-ph/9312324 Phenomenology
+hep-ph/9402291 Phenomenology
+hep-ph/9403227 Phenomenology
+hep-ph/9403331 Phenomenology
+hep-ph/9403403 Phenomenology
+hep-ph/9407282 Phenomenology
+hep-ph/9407389 Phenomenology
+hep-ph/9411239 Phenomenology
+hep-ph/9501232 Phenomenology
+hep-ph/9502308 Phenomenology
+hep-ph/9504334 Phenomenology
+hep-ph/9504378 Phenomenology
+hep-ph/9505224 Phenomenology
+hep-ph/9505251 Phenomenology
+hep-ph/9509358 Phenomenology
+hep-ph/9602271 Phenomenology
+hep-ph/9603205 Phenomenology
+hep-ph/9603378 Phenomenology
+hep-ph/9603406 Phenomenology
+hep-ph/9605266 Phenomenology
+hep-ph/9605288 Phenomenology
+hep-ph/9605342 Phenomenology
+hep-ph/9606419 Phenomenology
+hep-ph/9606427 Phenomenology
+hep-ph/9607440 Phenomenology
+hep-ph/9608322 Phenomenology
+hep-ph/9609529 Phenomenology
+hep-ph/9611367 Phenomenology
+hep-ph/9612464 Phenomenology
+hep-ph/9702318 Phenomenology
+hep-ph/9703436 Phenomenology
+hep-ph/9704255 Phenomenology
+hep-ph/9706511 Phenomenology
+hep-ph/9707347 Phenomenology
+hep-ph/9709223 Phenomenology
+hep-ph/9709348 Phenomenology
+hep-ph/9709492 Phenomenology
+hep-ph/9712212 Phenomenology
+hep-ph/9803394 Phenomenology
+hep-ph/9804255 Phenomenology
+hep-ph/9804281 Phenomenology
+hep-ph/9807339 Phenomenology
+hep-ph/9810374 Phenomenology
+hep-ph/9812205 Phenomenology
+hep-ph/9812472 Phenomenology
+hep-ph/9901201 Phenomenology
+hep-ph/9902308 Phenomenology
+hep-ph/9902483 Phenomenology
+hep-ph/9903305 Phenomenology
+hep-ph/9903417 Phenomenology
+hep-ph/9905448 Phenomenology
+hep-ph/9906286 Phenomenology
+hep-ph/9907495 Phenomenology
+hep-ph/9907545 Phenomenology
+hep-ph/9908245 Phenomenology
+hep-ph/9908459 Phenomenology
+hep-ph/9911427 Phenomenology
+hep-ph/9911457 Phenomenology
+hep-th/0003029 Theory
+hep-th/0006203 Theory
+hep-th/0007191 Theory
+hep-th/0008204 Theory
+hep-th/0011172 Theory
+hep-th/0101194 Theory
+hep-th/0106138 Theory
+hep-th/0106200 Theory
+hep-th/0106274 Theory
+hep-th/0109133 Theory
+hep-th/0202140 Theory
+hep-th/0203028 Theory
+hep-th/0205052 Theory
+hep-th/0205214 Theory
+hep-th/0210209 Theory
+hep-th/0210233 Theory
+hep-th/0303116 Theory
+hep-th/0304172 Theory
+hep-th/0304222 Theory
+hep-th/0305052 Theory
+hep-th/0306291 Theory
+hep-th/0307097 Theory
+hep-th/0308056 Theory
+hep-th/0309042 Theory
+hep-th/0309213 Theory
+hep-th/0310281 Theory
+hep-th/0311223 Theory
+hep-th/0312100 Theory
+hep-th/0402009 Theory
+hep-th/0403190 Theory
+hep-th/0403264 Theory
+hep-th/0407232 Theory
+hep-th/0408010 Theory
+hep-th/0408095 Theory
+hep-th/0408141 Theory
+hep-th/0410280 Theory
+hep-th/0412141 Theory
+hep-th/0502058 Theory
+hep-th/0503183 Theory
+hep-th/0505016 Theory
+hep-th/0507014 Theory
+hep-th/0507203 Theory
+hep-th/0509012 Theory
+hep-th/0509184 Theory
+hep-th/0510024 Theory
+hep-th/0512077 Theory
+hep-th/0512177 Theory
+hep-th/0602005 Theory
+hep-th/9201013 Theory
+hep-th/9207050 Theory
+hep-th/9304141 Theory
+hep-th/9307036 Theory
+hep-th/9309137 Theory
+hep-th/9312153 Theory
+hep-th/9401069 Theory
+hep-th/9406206 Theory
+hep-th/9407117 Theory
+hep-th/9408068 Theory
+hep-th/9508025 Theory
+hep-th/9509115 Theory
+hep-th/9510200 Theory
+hep-th/9511108 Theory
+hep-th/9512181 Theory
+hep-th/9512210 Theory
+hep-th/9602043 Theory
+hep-th/9603002 Theory
+hep-th/9604026 Theory
+hep-th/9604189 Theory
+hep-th/9605032 Theory
+hep-th/9605151 Theory
+hep-th/9606139 Theory
+hep-th/9607167 Theory
+hep-th/9608059 Theory
+hep-th/9701042 Theory
+hep-th/9707126 Theory
+hep-th/9711108 Theory
+hep-th/9803235 Theory
+hep-th/9805105 Theory
+hep-th/9810146 Theory
+hep-th/9901109 Theory
+hep-th/9901122 Theory
+hep-th/9904025 Theory
+hep-th/9907001 Theory
+hep-th/9908064 Theory
+math-ph/0110016
+math-ph/0112041
+math/0209099 Differential Geometry
+math/0601348 Combinatorics
+math/0602504 General Topology
+math/0703440 Number Theory
+math/9904055 Quantum Algebra
+nucl-th/0001018
+nucl-th/0110014
+nucl-th/0205002
+nucl-th/0205009
+nucl-th/0205043
+nucl-th/0302002
+nucl-th/0305005
+nucl-th/9510051
+nucl-th/9808012
+nucl-th/9809027
+nucl-th/9910064
+nucl-th/9911001
+quant-ph/9604005
+0704.0881
+0705.0020
+0705.2588
+0705.3048
+0706.0383
+0706.1083
+0706.1995
+0706.2029
+0706.2100
+0706.2171
+0706.2652
+0706.2663
+0706.2881
+0706.2900
+0706.3206
+0706.3464
+0706.3715
+0706.4223
+0706.4265
+0706.4483
+0707.0508
+0707.0816
+0707.0967
+0707.1310
+0708.0313
+0708.0815
+0708.2967
+0708.3247 Exactly Solvable and Integrable Systems
+0709.1106
+0709.3387
+0709.3470
+0710.1992
+0710.2954
+0710.3906
+0710.4485
+0710.5740
+0711.0759
+0711.1680
+0711.1863
+0712.0543
+0712.3171
+0801.0115 Theory
+0801.4441
+0802.3186
+0802.3244 Theory
+0803.2706
+0803.3161
+0804.0199
+0804.1353
+0804.3463
+0804.4008
+0805.0309
+0805.1040
+0805.1055
+0805.1118
+0805.1188
+0805.1261
+0805.1412
+0805.1469
+0805.1693
+0805.1750
+0805.1870
+0805.1921
+0805.1990
+0805.2160
+0805.2207
+0805.2320
+0805.2607
+0805.2617
+0805.2950
+0805.2965
+0805.3138
+0805.3151
+0805.3201
+0805.3302
+0805.3540
+0805.3644
+0805.3915
+0805.4012
+0805.4016
+0805.4238
+0805.4342
+0805.4373 Probability
+0805.4492
+0805.4645
+0806.0038
+0806.0364
+0806.0512
+0806.0617
+0806.0824
+0806.0862
+0806.0988
+0806.1311
+0806.1653
+0806.1739
+0806.1938
+0806.2340
+0806.2343
+0806.2662
+0806.2723
+0806.2818
+0806.2859
+0806.2897
+0806.3269
+0806.3339
+0806.3441
+0806.3470
+0806.3541
+0806.4008
+0806.4122
+0806.4346
+0806.4970
+0806.4972
+0807.0189
+0807.0223
+0807.0277
+0807.0473
+0807.0535
+0807.0624
+0807.0866
+0807.0869
+0807.0951
+0807.1021
+0807.1097
+0807.1430
+0807.1674
+0807.1744
+0807.1752
+0807.1798
+0807.1931
+0807.1962
+0807.2242
+0807.2437
+0807.2450
+0807.2540
+0807.2818
+0807.2862
+0807.2892
+0807.2900
+0807.3044
+0807.3526
+0807.3555
+0807.3567
+0807.3769
+0807.3956
+0807.3985
+0807.4180
+0807.4702
+0807.4778
+0807.4933
+0807.4998
+0807.5053
+0808.0010
+0808.0138
+0808.0214
+0808.0461
+0808.0462
+0808.0692
+0808.0773
+0808.1106
+0808.1461
+0808.1574
+0808.1834
+0808.2469
+0808.2477
+0808.2513
+0808.2812
+0808.2980
+0808.2988
+0808.3014
+0808.3140
+0808.3141
+0808.3226
+0808.3293
+0808.3294
+0808.3407
+0808.3668
+0808.3769
+0808.3818
+0808.3847
+0808.3980
+0808.4001
+0808.4099
+0809.0001
+0809.0015
+0809.0278
+0809.0309
+0809.0508
+0809.0509
+0809.0568
+0809.0601
+0809.0851
+0809.0866
+0809.0895
+0809.0896
+0809.0901
+0809.1096
+0809.1212
+0809.1397
+0809.1457
+0809.1494
+0809.1588
+0809.1608
+0809.1617
+0809.1619
+0809.1625
+0809.1642
+0809.1648
+0809.1651
+0809.1708
+0809.1726
+0809.1866
+0809.2038
+0809.2042
+0809.2087
+0809.2089
+0809.2094
+0809.2120
+0809.2156
+0809.2180
+0809.2302
+0809.2303
+0809.2389
+0809.2404
+0809.2793
+0809.2810
+0809.2975
+0809.2987
+0809.2997
+0809.3089
+0809.3171
+0809.3185
+0809.3262
+0809.3404
+0809.3424
+0809.3593
+0809.3722
+0809.3733
+0809.3749
+0809.3790
+0809.3819
+0809.3832
+0809.3839
+0809.3906
+0809.3931
+0809.3992
+0809.4005
+0809.4016
+0809.4024
+0809.4025
+0809.4052
+0809.4125
+0809.4166
+0809.4230
+0809.4254
+0809.4260
+0809.4267
+0809.4281
+0809.4292
+0809.4295
+0809.4306
+0809.4320
+0809.4486
+0809.4504
+0809.4589
+0809.4624
+0809.4656
+0809.4691
+0809.4765
+0809.4943
+0809.5054
+0809.5057
+0809.5077
+0809.5079
+0809.5256
+0809.5263
+0810.0005
+0810.0009
+0810.0018
+0810.0021
+0810.0308
+0810.0446
+0810.0528
+0810.0597
+0810.0635
+0810.0709
+0810.0802
+0810.0884
+0810.0969
+0810.1052
+0810.1082
+0810.1090
+0810.1095
+0810.1140
+0810.1225
+0810.1244
+0810.1245
+0810.1249
+0810.1251
+0810.1252
+0810.1272
+0810.1282
+0810.1393
+0810.1415
+0810.1478
+0810.1516
+0810.1520
+0810.1521
+0810.1591
+0810.1594
+0810.1605
+0810.1626
+0810.1651
+0810.1712
+0810.1867
+0810.1935
+0810.2009
+0810.2104
+0810.2238
+0810.2298
+0810.2303
+0810.2481
+0810.2540
+0810.2543
+0810.2552
+0810.2563
+0810.2599
+0810.2619
+0810.2702
+0810.2788
+0810.2796
+0810.2800
+0810.2803
+0810.2957
+0810.2971
+0810.3001
+0810.3014
+0810.3056
+0810.3108
+0810.3129
+0810.3140
+0810.3234
+0810.3235
+0810.3237
+0810.3276
+0810.3384
+0810.3447
+0810.3459
+0810.3466
+0810.3571
+0810.3577
+0810.3613
+0810.3662
+0810.3701
+0810.3757
+0810.3793
+0810.3804
+0810.3917
+0810.3920
+0810.3971
+0810.3999
+0810.4135
+0810.4142
+0810.4145
+0810.4150
+0810.4154
+0810.4210
+0810.4383
+0810.4540
+0810.4561
+0810.4564
+0810.4565
+0810.4650
+0810.4674
+0810.4687
+0810.4725
+0810.4838
+0810.4873
+0810.4923
+0810.4925
+0810.4947
+0810.4950
+0810.5022
+0810.5026
+0810.5118
+0810.5130
+0810.5134
+0810.5139
+0810.5142
+0810.5200
+0810.5313
+0810.5314
+0810.5348
+0810.5404
+0810.5447
+0810.5553
+0810.5556
+0810.5661
+0810.5675
+0810.5704
+0810.5720
+0811.0002
+0811.0003
+0811.0054
+0811.0169
+0811.0197
+0811.0230
+0811.0327
+0811.0363
+0811.0391
+0811.0501
+0811.0512
+0811.0595
+0811.0615
+0811.0679
+0811.0701
+0811.0704
+0811.0768
+0811.0813
+0811.0822
+0811.0828
+0811.0832
+0811.0930
+0811.1042
+0811.1053
+0811.1128
+0811.1145
+0811.1164
+0811.1176
+0811.1217
+0811.1241
+0811.1398
+0811.1436
+0811.1474
+0811.1533
+0811.1562
+0811.1577
+0811.1616 Strongly Correlated Electrons
+0811.1642
+0811.1675
+0811.1688
+0811.1708
+0811.1762
+0811.1774
+0811.1833
+0811.1837
+0811.1907
+0811.1953 Phenomenology
+0811.1972
+0811.1985
+0811.1986
+0811.1988
+0811.1991
+0811.1996
+0811.2001
+0811.2014
+0811.2033
+0811.2041
+0811.2142
+0811.2220
+0811.2447
+0811.2451
+0811.2532
+0811.2533
+0811.2550
+0811.2600
+0811.2655
+0811.2749
+0811.2793
+0811.2811
+0811.2974
+0811.3031
+0811.3179
+0811.3226
+0811.3251
+0811.3381
+0811.3385
+0811.3401
+0811.3415
+0811.3446
+0811.3654
+0811.3743
+0811.3796
+0811.3935
+0811.3965
+0811.3979
+0811.3984 Theory
+0811.4035
+0811.4096
+0811.4190
+0811.4291
+0811.4345
+0811.4425
+0811.4751
+0812.0007
+0812.0011
+0812.0119
+0812.0186
+0812.0269
+0812.0358
+0812.0365
+0812.0383
+0812.0450
+0812.0457
+0812.0506
+0812.0817
+0812.0824
+0812.0979
+0812.0991
+0812.1028
+0812.1220
+0812.1284
+0812.1329
+0812.1392
+0812.1563
+0812.1569
+0812.1582
+0812.1618
+0812.1791
+0812.1846
+0812.1847
+0812.1848
+0812.1855
+0812.1906
+0812.1918
+0812.2012
+0812.2020
+0812.2021
+0812.2125
+0812.2150
+0812.2187
+0812.2198
+0812.2441
+0812.2496
+0812.2568
+0812.2594
+0812.2598
+0812.2607
+0812.2742
+0812.2756
+0812.2788
+0812.2815
+0812.2856
+0812.2882
+0812.2893
+0812.2906
+0812.2922
+0812.2927
+0812.2975
+0812.2997
+0812.3093
+0812.3103
+0812.3148
+0812.3153
+0812.3199
+0812.3240
+0812.3339
+0812.3358
+0812.3375
+0812.3444
+0812.3494
+0812.3647
+0812.3659
+0812.3688
+0812.3823
+0812.3853
+0812.3918
+0812.3931
+0812.3958
+0812.3993
+0812.4104
+0812.4231
+0812.4349
+0812.4405
+0812.4466
+0812.4541
+0812.4582
+0812.4671
+0901.0031 High Energy Astrophysical Phenomena
+0901.0095 Solar and Stellar Astrophysics
+0901.0273 Astrophysics of Galaxies
+0901.0297 Astrophysics of Galaxies
+0901.0304 High Energy Astrophysical Phenomena
+0901.0360 Solar and Stellar Astrophysics
+0901.0415 Astrophysics of Galaxies
+0901.0452 Astrophysics of Galaxies
+0901.0517 Astrophysics of Galaxies
+0901.0550 Astrophysics of Galaxies
+0901.0554 Solar and Stellar Astrophysics
+0901.0558 Astrophysics of Galaxies
+0901.0567 Astrophysics of Galaxies
+0901.0617 Astrophysics of Galaxies
+0901.0711 Cosmology and Nongalactic Astrophysics
+0901.0792 Astrophysics of Galaxies
+0901.0909 Solar and Stellar Astrophysics
+0901.0913 Astrophysics of Galaxies
+0901.0925 Astrophysics of Galaxies
+0901.0928 Cosmology and Nongalactic Astrophysics
+0901.0968 Astrophysics of Galaxies
+0901.0972 Astrophysics of Galaxies
+0901.0973 Earth and Planetary Astrophysics
+0901.0999 Astrophysics of Galaxies
+0901.1039 High Energy Astrophysical Phenomena
+0901.1075 Solar and Stellar Astrophysics
+0901.1097 Astrophysics of Galaxies
+0901.1127 Astrophysics of Galaxies
+0901.1138 Cosmology and Nongalactic Astrophysics
+0901.1143 High Energy Astrophysical Phenomena
+0901.1206 Solar and Stellar Astrophysics
+0901.1225 High Energy Astrophysical Phenomena
+0901.1295 Solar and Stellar Astrophysics
+0901.1297 High Energy Astrophysical Phenomena
+0901.1316 Astrophysics of Galaxies
+0901.1411 Solar and Stellar Astrophysics
+0901.1436 Solar and Stellar Astrophysics
+0901.1480 Astrophysics of Galaxies
+0901.1622 Solar and Stellar Astrophysics
+0901.1656 Astrophysics of Galaxies
+0901.1663 Astrophysics of Galaxies
+0901.1673 Cosmology and Nongalactic Astrophysics
+0901.1698 Earth and Planetary Astrophysics
+0901.1702 High Energy Astrophysical Phenomena
+0901.1721 Astrophysics of Galaxies
+0901.1789 Astrophysics of Galaxies
+0901.1973 Astrophysics of Galaxies
+0901.1982 High Energy Astrophysical Phenomena
+0901.1997 Solar and Stellar Astrophysics
+0901.2046 Astrophysics of Galaxies
+0901.2096 Astrophysics of Galaxies
+0901.2105 High Energy Astrophysical Phenomena
+0901.2115 Astrophysics of Galaxies
+0901.2134 Solar and Stellar Astrophysics
+0901.2177 Earth and Planetary Astrophysics
+0901.2189 Solar and Stellar Astrophysics
+0901.2273 Solar and Stellar Astrophysics
+0901.2361 Astrophysics of Galaxies
+0901.2447 Astrophysics of Galaxies
+0901.2476 Solar and Stellar Astrophysics
+0901.2481 Astrophysics of Galaxies
+0901.2578 High Energy Astrophysical Phenomena
+0901.2603 Solar and Stellar Astrophysics
+0901.2634 Astrophysics of Galaxies
+0901.2688 Astrophysics of Galaxies
+0901.2886 Earth and Planetary Astrophysics
+0901.2907 Solar and Stellar Astrophysics
+0901.2929 Astrophysics of Galaxies
+0901.2990 High Energy Astrophysical Phenomena
+0901.3008 Solar and Stellar Astrophysics
+0901.3013 Solar and Stellar Astrophysics
+0901.3115 Solar and Stellar Astrophysics
+0901.3281 Solar and Stellar Astrophysics
+0901.3321 Astrophysics of Galaxies
+0901.3415 Astrophysics of Galaxies
+0901.3514 Solar and Stellar Astrophysics
+0901.3552 High Energy Astrophysical Phenomena
+0901.3566 Astrophysics of Galaxies
+0901.3591 Solar and Stellar Astrophysics
+0901.3592 Solar and Stellar Astrophysics
+0901.3667 Solar and Stellar Astrophysics
+0901.3677 Solar and Stellar Astrophysics
+0901.3744 Solar and Stellar Astrophysics
+0901.3750 High Energy Astrophysical Phenomena
+0901.3778 Astrophysics of Galaxies
+0901.3802 Cosmology and Nongalactic Astrophysics
+0901.4034 Solar and Stellar Astrophysics
+0901.4053 High Energy Astrophysical Phenomena
+0901.4093 Solar and Stellar Astrophysics
+0901.4095 Solar and Stellar Astrophysics
+0901.4121 Astrophysics of Galaxies
+0901.4162 Astrophysics of Galaxies
+0901.4179 Astrophysics of Galaxies
+0901.4254 Solar and Stellar Astrophysics
+0901.4302 High Energy Astrophysical Phenomena
+0901.4328 Solar and Stellar Astrophysics
+0901.4330 Cosmology and Nongalactic Astrophysics
+0901.4337 Cosmology and Nongalactic Astrophysics
+0901.4340 Cosmology and Nongalactic Astrophysics
+0901.4343 Astrophysics of Galaxies
+0901.4360 Solar and Stellar Astrophysics
+0901.4364 Cosmology and Nongalactic Astrophysics
+0901.4372 Cosmology and Nongalactic Astrophysics
+0901.4394 Earth and Planetary Astrophysics
+0901.4402 High Energy Astrophysical Phenomena
+0901.4411 Solar and Stellar Astrophysics
+0901.4492 Solar and Stellar Astrophysics
+0901.4495 Astrophysics of Galaxies
+0901.4558 Astrophysics of Galaxies
+0901.4626 Cosmology and Nongalactic Astrophysics
+0901.4718 High Energy Astrophysical Phenomena
+0901.4733 Cosmology and Nongalactic Astrophysics
+0901.4809 Cosmology and Nongalactic Astrophysics
+0901.4897 Earth and Planetary Astrophysics
+0901.4940 Earth and Planetary Astrophysics
+0901.4944 High Energy Astrophysical Phenomena
+0902.0001 Solar and Stellar Astrophysics
+0902.0003 Cosmology and Nongalactic Astrophysics
+0902.0004 Astrophysics of Galaxies
+0902.0064 Astrophysics of Galaxies
+0902.0077 Solar and Stellar Astrophysics
+0902.0121 Cosmology and Nongalactic Astrophysics
+0902.0122 Cosmology and Nongalactic Astrophysics
+0902.0208 Cosmology and Nongalactic Astrophysics
+0902.0243 Solar and Stellar Astrophysics
+0902.0336 Cosmology and Nongalactic Astrophysics
+0902.0363 Cosmology and Nongalactic Astrophysics
+0902.0369 High Energy Astrophysical Phenomena
+0902.0384 Astrophysics of Galaxies
+0902.0536 Solar and Stellar Astrophysics
+0902.0609 High Energy Astrophysical Phenomena
+0902.0636 Astrophysics of Galaxies
+0902.0647 Astrophysics of Galaxies
+0902.0736 Cosmology and Nongalactic Astrophysics
+0902.0737 Earth and Planetary Astrophysics
+0902.0786 High Energy Astrophysical Phenomena
+0902.0794 High Energy Astrophysical Phenomena
+0902.0810 Cosmology and Nongalactic Astrophysics
+0902.0942 High Energy Astrophysical Phenomena
+0902.0951 Astrophysics of Galaxies
+0902.0978 Astrophysics of Galaxies
+0902.1007 Solar and Stellar Astrophysics
+0902.1014 Astrophysics of Galaxies
+0902.1071 Solar and Stellar Astrophysics
+0902.1103 Cosmology and Nongalactic Astrophysics
+0902.1366 Astrophysics of Galaxies
+0902.1542 Earth and Planetary Astrophysics
+0902.1557 Solar and Stellar Astrophysics
+0902.1578 Astrophysics of Galaxies
+0902.1614 Solar and Stellar Astrophysics
+0902.1640 Earth and Planetary Astrophysics
+0902.1701 High Energy Astrophysical Phenomena
+0902.1714 Cosmology and Nongalactic Astrophysics
+0902.1805 Solar and Stellar Astrophysics
+0902.1985 High Energy Astrophysical Phenomena
+0902.2008 Solar and Stellar Astrophysics
+0902.2087 Astrophysics of Galaxies
+0902.2310 Astrophysics of Galaxies
+0902.2335 Cosmology and Nongalactic Astrophysics
+0902.2369 High Energy Astrophysical Phenomena
+0902.2378 Astrophysics of Galaxies
+0902.2397 High Energy Astrophysical Phenomena
+0902.2403 Cosmology and Nongalactic Astrophysics
+0902.2409 Astrophysics of Galaxies
+0902.2412 Solar and Stellar Astrophysics
+0902.2437 Instrumentation and Methods for Astrophysics
+0902.2481 High Energy Astrophysical Phenomena
+0902.2555 Cosmology and Nongalactic Astrophysics
+0902.2561 Solar and Stellar Astrophysics
+0902.2709 Astrophysics of Galaxies
+0902.2716 Cosmology and Nongalactic Astrophysics
+0902.2778 Astrophysics of Galaxies
+0902.2779 Earth and Planetary Astrophysics
+0902.2784 Cosmology and Nongalactic Astrophysics
+0902.2804 Astrophysics of Galaxies
+0902.2831 Cosmology and Nongalactic Astrophysics
+0902.2852 High Energy Astrophysical Phenomena
+0902.2899 Cosmology and Nongalactic Astrophysics
+0902.2930 Cosmology and Nongalactic Astrophysics
+0902.2992 Instrumentation and Methods for Astrophysics
+0902.3001 Astrophysics of Galaxies
+0902.3082 Earth and Planetary Astrophysics
+0902.3095 Astrophysics of Galaxies
+0902.3258 Cosmology and Nongalactic Astrophysics
+0902.3280 Astrophysics of Galaxies
+0902.3307 Astrophysics of Galaxies
+0902.3332 Instrumentation and Methods for Astrophysics
+0902.3357 High Energy Astrophysical Phenomena
+0902.3391 High Energy Astrophysical Phenomena
+0902.3477 Astrophysics of Galaxies
+0902.3500 Astrophysics of Galaxies
+0902.3504 High Energy Astrophysical Phenomena
+0902.3537 Solar and Stellar Astrophysics
+0902.3604 Solar and Stellar Astrophysics
+0902.3636 Cosmology and Nongalactic Astrophysics
+0902.3640 Solar and Stellar Astrophysics
+0902.3658 Cosmology and Nongalactic Astrophysics
+0902.3664 Astrophysics of Galaxies
+0902.3672 High Energy Astrophysical Phenomena
+0902.3747 Cosmology and Nongalactic Astrophysics
+0902.3982 High Energy Astrophysical Phenomena
+0902.3984 Astrophysics of Galaxies
+0902.3988 Astrophysics of Galaxies
+0902.4003 Cosmology and Nongalactic Astrophysics
+0902.4004 Solar and Stellar Astrophysics
+0902.4015 High Energy Astrophysical Phenomena
+0902.4044 Solar and Stellar Astrophysics
+0902.4103 Cosmology and Nongalactic Astrophysics
+0902.4118 High Energy Astrophysical Phenomena
+0902.4182 Solar and Stellar Astrophysics
+0902.4237 Earth and Planetary Astrophysics
+0902.4399 Cosmology and Nongalactic Astrophysics
+0902.4427 Solar and Stellar Astrophysics
+0902.4625 Astrophysics of Galaxies
+0902.4632 High Energy Astrophysical Phenomena
+0902.4802 Earth and Planetary Astrophysics
+0903.0192 Combinatorics
+0903.0214 Astrophysics of Galaxies
+0903.0237 Astrophysics of Galaxies
+0903.0330 Solar and Stellar Astrophysics
+0903.0375 Cosmology and Nongalactic Astrophysics
+0903.0429 High Energy Astrophysical Phenomena
+0903.0440 Solar and Stellar Astrophysics
+0903.0620 High Energy Astrophysical Phenomena
+0903.0622 Instrumentation and Methods for Astrophysics
+0903.0636 Solar and Stellar Astrophysics
+0903.0638 Astrophysics of Galaxies
+0903.0775 Astrophysics of Galaxies
+0903.0791 Solar and Stellar Astrophysics
+0903.0825 Solar and Stellar Astrophysics
+0903.0857 Solar and Stellar Astrophysics
+0903.0868 Solar and Stellar Astrophysics
+0903.0886 Astrophysics of Galaxies
+0903.1229 Cosmology and Nongalactic Astrophysics
+0903.1249 Cosmology and Nongalactic Astrophysics
+0903.1255 Solar and Stellar Astrophysics
+0903.1302 High Energy Astrophysical Phenomena
+0903.1349 Solar and Stellar Astrophysics
+0903.1392 Cosmology and Nongalactic Astrophysics
+0903.1492 Solar and Stellar Astrophysics
+0903.1602 High Energy Astrophysical Phenomena
+0903.1636 Cosmology and Nongalactic Astrophysics
+0903.1678 Cosmology and Nongalactic Astrophysics
+0903.1712 High Energy Astrophysical Phenomena
+0903.1731 Cosmology and Nongalactic Astrophysics
+0903.1829 Instrumentation and Methods for Astrophysics
+0903.1852 Astrophysics of Galaxies
+0903.1861 Cosmology and Nongalactic Astrophysics
+0903.1892 Solar and Stellar Astrophysics
+0903.1900 Differential Geometry
+0903.1919 Solar and Stellar Astrophysics
+0903.1974 High Energy Astrophysical Phenomena
+0903.2086 High Energy Astrophysical Phenomena
+0903.2149 Cosmology and Nongalactic Astrophysics
+0903.2238 Astrophysics of Galaxies
+0903.2257 Astrophysics of Galaxies
+0903.2325 Cosmology and Nongalactic Astrophysics
+0903.2535 Cosmology and Nongalactic Astrophysics
+0903.2606 Cosmology and Nongalactic Astrophysics
+0903.2663 High Energy Astrophysical Phenomena
+0903.2666 Earth and Planetary Astrophysics
+0903.2680 High Energy Astrophysical Phenomena
+0903.2775 Solar and Stellar Astrophysics
+0903.2798 Cosmology and Nongalactic Astrophysics
+0903.2839 Astrophysics of Galaxies
+0903.2840 Cosmology and Nongalactic Astrophysics
+0903.2877 High Energy Astrophysical Phenomena
+0903.2879 High Energy Astrophysical Phenomena
+0903.2882 Solar and Stellar Astrophysics
+0903.2922 Cosmology and Nongalactic Astrophysics
+0903.3015 Cosmology and Nongalactic Astrophysics
+0903.3031 High Energy Astrophysical Phenomena
+0903.3057 Solar and Stellar Astrophysics
+0903.3066 Cosmology and Nongalactic Astrophysics
+0903.3067 Cosmology and Nongalactic Astrophysics
+0903.3070 Cosmology and Nongalactic Astrophysics
+0903.3191 Astrophysics of Galaxies
+0903.3239 Cosmology and Nongalactic Astrophysics
+0903.3242 Solar and Stellar Astrophysics
+0903.3251 Solar and Stellar Astrophysics
+0903.3371 Instrumentation and Methods for Astrophysics
+0903.3405 Earth and Planetary Astrophysics
+0903.3411 Cosmology and Nongalactic Astrophysics
+0903.3416 Astrophysics of Galaxies
+0903.3457 High Energy Astrophysical Phenomena
+0903.3573 High Energy Astrophysical Phenomena
+0903.3583 High Energy Astrophysical Phenomena
+0903.3603 Cosmology and Nongalactic Astrophysics
+0903.3634 Cosmology and Nongalactic Astrophysics
+0903.3714 Solar and Stellar Astrophysics
+0903.3802 Astrophysics of Galaxies
+0903.3871 Astrophysics of Galaxies
+0903.3880 Solar and Stellar Astrophysics
+0903.3885 Solar and Stellar Astrophysics
+0903.3934 Cosmology and Nongalactic Astrophysics
+0903.3940 Cosmology and Nongalactic Astrophysics
+0903.3950 Cosmology and Nongalactic Astrophysics
+0903.3968 Solar and Stellar Astrophysics
+0903.4164 High Energy Astrophysical Phenomena
+0903.4175 Cosmology and Nongalactic Astrophysics
+0903.4182 Cosmology and Nongalactic Astrophysics
+0903.4183 Cosmology and Nongalactic Astrophysics
+0903.4197 Cosmology and Nongalactic Astrophysics
+0903.4343 Solar and Stellar Astrophysics
+0903.4344 Solar and Stellar Astrophysics
+0903.4347 Cosmology and Nongalactic Astrophysics
+0903.4411 Cosmology and Nongalactic Astrophysics
+0903.4455 Solar and Stellar Astrophysics
+0903.4483 Cosmology and Nongalactic Astrophysics
+0903.4488 Astrophysics of Galaxies
+0903.4498 High Energy Astrophysical Phenomena
+0903.4519 Cosmology and Nongalactic Astrophysics
+0903.4643 Cosmology and Nongalactic Astrophysics
+0903.4660 Cosmology and Nongalactic Astrophysics
+0903.4693 Cosmology and Nongalactic Astrophysics
+0903.4700 Earth and Planetary Astrophysics
+0903.4857 Cosmology and Nongalactic Astrophysics
+0903.4873 Solar and Stellar Astrophysics
+0903.4895 Cosmology and Nongalactic Astrophysics
+0903.4897 Astrophysics of Galaxies
+0903.4942 Solar and Stellar Astrophysics
+0903.5077 Earth and Planetary Astrophysics
+0903.5205 Astrophysics of Galaxies
+0903.5224 Cosmology and Nongalactic Astrophysics
+0903.5301 Cosmology and Nongalactic Astrophysics
+0903.5304 Earth and Planetary Astrophysics
+0903.5338 Astrophysics of Galaxies
+0903.5411 Cosmology and Nongalactic Astrophysics
+0904.0009 Astrophysics of Galaxies
+0904.0083 Cosmology and Nongalactic Astrophysics
+0904.0096 High Energy Astrophysical Phenomena
+0904.0249 Astrophysics of Galaxies
+0904.0250 Astrophysics of Galaxies
+0904.0266 Cosmology and Nongalactic Astrophysics
+0904.0280 Astrophysics of Galaxies
+0904.0325 Solar and Stellar Astrophysics
+0904.0395 Solar and Stellar Astrophysics
+0904.0592 Earth and Planetary Astrophysics
+0904.0603 Solar and Stellar Astrophysics
+0904.0614 Solar and Stellar Astrophysics
+0904.0645 Instrumentation and Methods for Astrophysics
+0904.0646 Cosmology and Nongalactic Astrophysics
+0904.0652 Astrophysics of Galaxies
+0904.0657 Astrophysics of Galaxies
+0904.0743 Earth and Planetary Astrophysics
+0904.0819 Solar and Stellar Astrophysics
+0904.0831 Cosmology and Nongalactic Astrophysics
+0904.0878 Solar and Stellar Astrophysics
+0904.0996 Cosmology and Nongalactic Astrophysics
+0904.1003 Astrophysics of Galaxies
+0904.1010 Solar and Stellar Astrophysics
+0904.1064 High Energy Astrophysical Phenomena
+0904.1170 Earth and Planetary Astrophysics
+0904.1189 High Energy Astrophysical Phenomena
+0904.1238 High Energy Astrophysical Phenomena
+0904.1373 Solar and Stellar Astrophysics
+0904.1430 Cosmology and Nongalactic Astrophysics
+0904.1448 Solar and Stellar Astrophysics
+0904.1494 Cosmology and Nongalactic Astrophysics
+0904.1542 Solar and Stellar Astrophysics
+0904.1574 Astrophysics of Galaxies
+0904.1575 Solar and Stellar Astrophysics
+0904.1596 Cosmology and Nongalactic Astrophysics
+0904.1610 Cosmology and Nongalactic Astrophysics
+0904.1620 Solar and Stellar Astrophysics
+0904.1633 Instrumentation and Methods for Astrophysics
+0904.1742 Cosmology and Nongalactic Astrophysics
+0904.1821 High Energy Astrophysical Phenomena
+0904.1879 Cosmology and Nongalactic Astrophysics
+0904.1953 Solar and Stellar Astrophysics
+0904.1964 Astrophysics of Galaxies
+0904.1995 Astrophysics of Galaxies
+0904.2000 Astrophysics of Galaxies
+0904.2006 Cosmology and Nongalactic Astrophysics
+0904.2079 Solar and Stellar Astrophysics
+0904.2150 Cosmology and Nongalactic Astrophysics
+0904.2162 Astrophysics of Galaxies
+0904.2221 Cosmology and Nongalactic Astrophysics
+0904.2331 Cosmology and Nongalactic Astrophysics
+0904.2355 Cosmology and Nongalactic Astrophysics
+0904.2363 Solar and Stellar Astrophysics
+0904.2383 High Energy Astrophysical Phenomena
+0904.2446 High Energy Astrophysical Phenomena
+0904.2608 Solar and Stellar Astrophysics
+0904.2621 Solar and Stellar Astrophysics
+0904.2772 High Energy Astrophysical Phenomena
+0904.2791 High Energy Astrophysical Phenomena
+0904.2907 Solar and Stellar Astrophysics
+0904.2939 Solar and Stellar Astrophysics
+0904.2941 High Energy Astrophysical Phenomena
+0904.3013 Solar and Stellar Astrophysics
+0904.3056 Cosmology and Nongalactic Astrophysics
+0904.3092 Earth and Planetary Astrophysics
+0904.3105 Solar and Stellar Astrophysics
+0904.3146 Earth and Planetary Astrophysics
+0904.3161 Astrophysics of Galaxies
+0904.3200 Cosmology and Nongalactic Astrophysics
+0904.3272 Earth and Planetary Astrophysics
+0904.3326 Astrophysics of Galaxies
+0904.3348 Cosmology and Nongalactic Astrophysics
+0904.3486 High Energy Astrophysical Phenomena
+0904.3496 Astrophysics of Galaxies
+0904.3507 Solar and Stellar Astrophysics
+0904.3562 Solar and Stellar Astrophysics
+0904.3934 Astrophysics of Galaxies
+0904.4086 Astrophysics of Galaxies
+0904.4169 Astrophysics of Galaxies
+0904.4287 Astrophysics of Galaxies
+0904.4328 Cosmology and Nongalactic Astrophysics
+0904.4398 Solar and Stellar Astrophysics
+0904.4410 Cosmology and Nongalactic Astrophysics
+0904.4419 Solar and Stellar Astrophysics
+0904.4445 Astrophysics of Galaxies
+0904.4463 Solar and Stellar Astrophysics
+0904.4543 Earth and Planetary Astrophysics
+0904.4615 Data Structures and Algorithms
+0904.4693 Solar and Stellar Astrophysics
+0904.4752 Astrophysics of Galaxies
+0904.4782 Solar and Stellar Astrophysics
+0904.4786 Cosmology and Nongalactic Astrophysics
+0904.4812 Astrophysics of Galaxies
+0904.4901 Astrophysics of Galaxies
+0904.4918 Cosmology and Nongalactic Astrophysics
+0905.0041 High Energy Astrophysical Phenomena
+0905.0077 Astrophysics of Galaxies
+0905.0145 High Energy Astrophysical Phenomena
+0905.0410 Cosmology and Nongalactic Astrophysics
+0905.0460 Astrophysics of Galaxies
+0905.0495 High Energy Astrophysical Phenomena
+0905.0539 Cosmology and Nongalactic Astrophysics
+0905.0695 Cosmology and Nongalactic Astrophysics
+0905.0808 Cosmology and Nongalactic Astrophysics
+0905.0950 Solar and Stellar Astrophysics
+0905.1001 Astrophysics of Galaxies
+0905.1114 Earth and Planetary Astrophysics
+0905.1124 Solar and Stellar Astrophysics
+0905.1158 Astrophysics of Galaxies
+0905.1166 Solar and Stellar Astrophysics
+0905.1177 Cosmology and Nongalactic Astrophysics
+0905.1327 Cosmology and Nongalactic Astrophysics
+0905.1354 Solar and Stellar Astrophysics
+0905.1416 Cosmology and Nongalactic Astrophysics
+0905.1578 Cosmology and Nongalactic Astrophysics
+0905.1648 Solar and Stellar Astrophysics
+0905.1674 Cosmology and Nongalactic Astrophysics
+0905.1676 Instrumentation and Methods for Astrophysics
+0905.1690 High Energy Astrophysical Phenomena
+0905.1695 Earth and Planetary Astrophysics
+0905.1747 Astrophysics of Galaxies
+0905.1918 Solar and Stellar Astrophysics
+0905.2475 Cosmology and Nongalactic Astrophysics
+0905.2518 Cosmology and Nongalactic Astrophysics
+0905.2520 Phenomenology
+0905.2683 Cosmology and Nongalactic Astrophysics
+0905.2989 Cosmology and Nongalactic Astrophysics
+0905.3139 High Energy Astrophysical Phenomena
+0905.3272 Solar and Stellar Astrophysics
+0905.3291 High Energy Astrophysical Phenomena
+0905.3389 Astrophysics of Galaxies
+0905.3511 Solar and Stellar Astrophysics
+0905.3572 High Energy Astrophysical Phenomena
+0905.3637 Cosmology and Nongalactic Astrophysics
+0905.3744 Astrophysics of Galaxies
+0905.3753 Solar and Stellar Astrophysics
+0905.3800 Astrophysics of Galaxies
+0905.3824 Solar and Stellar Astrophysics
+0905.4012 Cosmology and Nongalactic Astrophysics
+0905.4294 Astrophysics of Galaxies
+0905.4460 Solar and Stellar Astrophysics
+0905.4514 Astrophysics of Galaxies
+0905.4525 Cosmology and Nongalactic Astrophysics
+0905.4669 Cosmology and Nongalactic Astrophysics
+0905.4782 Cosmology and Nongalactic Astrophysics
+0905.4785 High Energy Astrophysical Phenomena
+0906.0192 Solar and Stellar Astrophysics
+0906.0194 Solar and Stellar Astrophysics
+0906.0223 Astrophysics of Galaxies
+0906.0590 Cosmology and Nongalactic Astrophysics
+0906.0691 Astrophysics of Galaxies
+0906.0982 Solar and Stellar Astrophysics
+0906.1003 Cosmology and Nongalactic Astrophysics
+0906.1062 High Energy Astrophysical Phenomena
+0906.1184 Solar and Stellar Astrophysics
+0906.1185 Astrophysics of Galaxies
+0906.1293 Solar and Stellar Astrophysics
+0906.1400 Solar and Stellar Astrophysics
+0906.1595 Solar and Stellar Astrophysics
+0906.1607 Cosmology and Nongalactic Astrophysics
+0906.1756 Solar and Stellar Astrophysics
+0906.1804 Solar and Stellar Astrophysics
+0906.1810 Cosmology and Nongalactic Astrophysics
+0906.2163 Solar and Stellar Astrophysics
+0906.2210 Cosmology and Nongalactic Astrophysics
+0906.2235 Astrophysics of Galaxies
+0906.2474 Phenomenology
+0906.2777 Astrophysics of Galaxies
+0906.2784 High Energy Astrophysical Phenomena
+0906.2902 Functional Analysis
+0906.2907
+0906.3005 Solar and Stellar Astrophysics
+0906.3293 Cosmology and Nongalactic Astrophysics
+0906.3296 Astrophysics of Galaxies
+0906.3365 Solar and Stellar Astrophysics
+0906.3406 Solar and Stellar Astrophysics
+0906.3514 Solar and Stellar Astrophysics
+0906.3517 Cosmology and Nongalactic Astrophysics
+0906.3673 Astrophysics of Galaxies
+0906.3688 Cosmology and Nongalactic Astrophysics
+0906.3739 Cosmology and Nongalactic Astrophysics
+0906.3744 Earth and Planetary Astrophysics
+0906.3767 High Energy Astrophysical Phenomena
+0906.3897 Solar and Stellar Astrophysics
+0906.4030 Earth and Planetary Astrophysics
+0906.4148 Solar and Stellar Astrophysics
+0906.4153 Cosmology and Nongalactic Astrophysics
+0906.4446 Solar and Stellar Astrophysics
+0906.4447 Cosmology and Nongalactic Astrophysics
+0906.4599 Solar and Stellar Astrophysics
+0906.4619 Earth and Planetary Astrophysics
+0906.4703 Cosmology and Nongalactic Astrophysics
+0906.4885 Cosmology and Nongalactic Astrophysics
+0906.5025 Astrophysics of Galaxies
+0906.5166 Cosmology and Nongalactic Astrophysics
+0906.5348 Astrophysics of Galaxies
+0906.5352 High Energy Astrophysical Phenomena
+0907.0231 Cosmology and Nongalactic Astrophysics
+0907.0582 Statistical Mechanics
+0907.0837 High Energy Astrophysical Phenomena
+0907.1285 Cosmology and Nongalactic Astrophysics
+0907.1300 Astrophysics of Galaxies
+0907.1654 Cosmology and Nongalactic Astrophysics
+0907.1668 Phenomenology
+0907.1684 High Energy Astrophysical Phenomena
+0907.2012 Astrophysics of Galaxies
+0907.2068 High Energy Astrophysical Phenomena
+0907.2131 Solar and Stellar Astrophysics
+0907.2235 Cosmology and Nongalactic Astrophysics
+0907.4659 Algebraic Geometry
+0909.0031 Cosmology and Nongalactic Astrophysics
+0909.0609 Symplectic Geometry
+0909.1325 Cosmology and Nongalactic Astrophysics
+0909.2311 Superconductivity
+0909.3849 Cosmology and Nongalactic Astrophysics
+0909.4228 Astrophysics of Galaxies
+0909.5595 Solar and Stellar Astrophysics
+0910.0836 Cosmology and Nongalactic Astrophysics
+0910.1257 Earth and Planetary Astrophysics
+0910.1505 Earth and Planetary Astrophysics
+0910.2986 Cosmology and Nongalactic Astrophysics
+0910.3448 Probability
+0910.3683 Cosmology and Nongalactic Astrophysics
+0910.3731 High Energy Astrophysical Phenomena
+0910.4425 Theory
+0910.4875 Earth and Planetary Astrophysics
+0910.4958 Cosmology and Nongalactic Astrophysics
+0910.5126 Strongly Correlated Electrons
+0910.5521 Cosmology and Nongalactic Astrophysics
+0911.0311 Solar and Stellar Astrophysics
+0911.0357 Probability
+0911.0435 High Energy Astrophysical Phenomena
+0911.1060 Cosmology and Nongalactic Astrophysics
+0911.1301 Instrumentation and Methods for Astrophysics
+0911.1337 Earth and Planetary Astrophysics
+0911.1741 Discrete Mathematics
+0911.2230 Cosmology and Nongalactic Astrophysics
+0911.2798 Cosmology and Nongalactic Astrophysics
+0911.3485 High Energy Astrophysical Phenomena
+0911.4217 High Energy Astrophysical Phenomena
+0912.1069 Cosmology and Nongalactic Astrophysics
+0912.3662 High Energy Astrophysical Phenomena
+0912.4491 Solar and Stellar Astrophysics
+1002.1080 Cosmology and Nongalactic Astrophysics
+1002.1813 Theory
+1002.2283 Optimization and Control
+1002.3527 Phenomenology
+1003.5708 Functional Analysis
+1004.0951
+1004.1466
+1004.3551 Theory
+1005.1304 Commutative Algebra
+1005.1310 Commutative Algebra
+1005.3367 Distributed, Parallel, and Cluster Computing
+1005.4027 Quantum Gases
+1006.2257 Theory
+1006.2492 Numerical Analysis
+1006.2875
+1006.2978
+1006.3100 Numerical Analysis
+1006.3406 Quantum Gases
+1006.4240 Theory
+1006.4324 Probability
+1006.4952 Algebraic Geometry
+1006.5011 Phenomenology
+1006.5489
+1007.2320 Superconductivity
+1007.3023 Programming Languages
+1007.4369 Superconductivity
+1007.4767 Artificial Intelligence
+1007.5498 Cosmology and Nongalactic Astrophysics
+1008.0695
+1008.1056 Statistical Mechanics
+1008.1995 Phenomenology
+1008.2153 Phenomenology
+1008.2679
+1008.3975 Materials Science
+1009.0016 Quantum Gases
+1009.1285 Mesoscale and Nanoscale Physics
+1009.2108 Numerical Analysis
+1009.2960 Instrumentation and Detectors
+1009.3104 Superconductivity
+1009.3107 Phenomenology
+1009.4343 Strongly Correlated Electrons
+1009.5600 Statistical Mechanics
+1010.0100 Phenomenology
+1010.0853 Quantum Gases
+1010.1206 Phenomenology
+1010.1759 Phenomenology
+1010.2273 Theory
+1010.2494 Phenomenology
+1010.2804
+1010.2918 Mesoscale and Nanoscale Physics
+1010.2988 Phenomenology
+1010.3396 Lattice
+1010.3713 Lattice
+1010.3734 Atomic Physics
+1010.4023 Phenomenology
+1010.4192 Phenomenology
+1010.4240 Lattice
+1011.0113 High Energy Astrophysical Phenomena
+1011.0576 Strongly Correlated Electrons
+1011.0903 Differential Geometry
+1011.1179
+1011.1259 Strongly Correlated Electrons
+1011.2784 High Energy Astrophysical Phenomena
+1011.3458 Cosmology and Nongalactic Astrophysics
+1011.5350 Quantum Gases
+1012.5504 Phenomenology
+1101.0930 Superconductivity
+1101.2073 Phenomenology
+1101.2386
+1101.3817
+1101.4588 Cosmology and Nongalactic Astrophysics
+1101.5311 Soft Condensed Matter
+1101.5684 Cryptography and Security
+1102.0580 Discrete Mathematics
+1102.1402 Computers and Society
+1102.1515 Materials Science
+1102.1796 Methodology
+1102.1959 Information Theory
+1102.1965 Information Theory
+1102.1984 Combinatorics
+1102.1990 Superconductivity
+1102.2002 Superconductivity
+1102.2004 Materials Science
+1102.2007 Quantum Algebra
+1102.2013 Statistical Mechanics
+1102.2019 Differential Geometry
+1102.2022 Representation Theory
+1102.2032 Optimization and Control
+1102.2034 Biological Physics
+1102.2036 Complex Variables
+1102.2037 Numerical Analysis
+1102.2038 Complex Variables
+1102.2045 Cosmology and Nongalactic Astrophysics
+1102.2052 Operator Algebras
+1102.2053 Statistics Theory
+1102.2054 Biological Physics
+1102.2057 Instrumentation and Methods for Astrophysics
+1102.2058
+1102.2063 Algebraic Geometry
+1102.2064 Statistics Theory
+1102.2069
+1102.2072 Statistics Theory
+1102.2073 Group Theory
+1102.2075 Machine Learning
+1102.2078 Statistics Theory
+1102.2079 Logic in Computer Science
+1102.2081 Rings and Algebras
+1102.2084
+1102.2093 General Topology
+1102.2096 General Mathematics
+1102.2099 Number Theory
+1102.2101 Statistics Theory
+1102.2105 Chaotic Dynamics
+1102.2110
+1102.2111 Materials Science
+1102.2118 Statistics Theory
+1102.2122 Number Theory
+1102.2123 Phenomenology
+1102.2124 Rings and Algebras
+1102.2127 Rings and Algebras
+1102.2128 Rings and Algebras
+1102.2136 Functional Analysis
+1102.2141 Combinatorics
+1102.2144 Soft Condensed Matter
+1102.2148 Analysis of PDEs
+1102.2152 Theory
+1102.2155 Superconductivity
+1102.2157
+1102.2158 Commutative Algebra
+1102.2159 Logic
+1102.2162 Number Theory
+1102.2163 Probability
+1102.2165 Probability
+1102.2168 Materials Science
+1102.2188 Cosmology and Nongalactic Astrophysics
+1102.2191 Phenomenology
+1102.2193 Soft Condensed Matter
+1102.2196 General Mathematics
+1102.2198 High Energy Astrophysical Phenomena
+1102.2207 Information Theory
+1102.2214 Cryptography and Security
+1102.2222 History and Philosophy of Physics
+1102.2223 Information Theory
+1102.2224 Computer Science and Game Theory
+astro-ph/0001126
+astro-ph/0005390
+astro-ph/0008266
+astro-ph/0009046
+astro-ph/0010158
+astro-ph/0101032
+astro-ph/0103241
+astro-ph/0104184
+astro-ph/0107187
+astro-ph/0108119
+astro-ph/0108298
+astro-ph/0109216
+astro-ph/0110100
+astro-ph/0111121
+astro-ph/0111285
+astro-ph/0205087
+astro-ph/0206297
+astro-ph/0206388
+astro-ph/0304334
+astro-ph/0305008
+astro-ph/0403206
+astro-ph/0403696
+astro-ph/0404381
+astro-ph/0506395
+astro-ph/0508467
+astro-ph/0508516
+astro-ph/0509203
+astro-ph/0509392
+astro-ph/0511292
+astro-ph/0512597
+astro-ph/0601272
+astro-ph/0601523
+astro-ph/0601527
+astro-ph/0601621
+astro-ph/0601622
+astro-ph/0601652
+astro-ph/0601717
+astro-ph/0602038
+astro-ph/0602248
+astro-ph/0602290
+astro-ph/0602522
+astro-ph/0602601
+astro-ph/0603051
+astro-ph/0603061
+astro-ph/0603119
+astro-ph/0603137
+astro-ph/0603146
+astro-ph/0603147
+astro-ph/0603181
+astro-ph/0603191
+astro-ph/0603194
+astro-ph/0603296
+astro-ph/0603343
+astro-ph/0603351
+astro-ph/0603374
+astro-ph/0603468
+astro-ph/0603479
+astro-ph/0603543
+astro-ph/0603557
+astro-ph/0603656
+astro-ph/0603742
+astro-ph/0603775
+astro-ph/0603810
+astro-ph/0603856
+astro-ph/0604250
+astro-ph/0604255
+astro-ph/0604305
+astro-ph/0604308
+astro-ph/0604432
+astro-ph/0604506
+astro-ph/0604519
+astro-ph/0604583
+astro-ph/0604588
+astro-ph/0604594
+astro-ph/0604613
+astro-ph/0604618
+astro-ph/0605001
+astro-ph/0605027
+astro-ph/0605037
+astro-ph/0605038
+astro-ph/0605043
+astro-ph/0605044
+astro-ph/0605055
+astro-ph/0605060
+astro-ph/0605075
+astro-ph/0605087
+astro-ph/0605123
+astro-ph/0605142
+astro-ph/0605163
+astro-ph/0605187
+astro-ph/0605200
+astro-ph/0605265
+astro-ph/0605273
+astro-ph/0605280
+astro-ph/0605299
+astro-ph/0605323
+astro-ph/0605329
+astro-ph/0605436
+astro-ph/0605499
+astro-ph/0605511
+astro-ph/0605608
+astro-ph/0605612
+astro-ph/0605643
+astro-ph/0605648
+astro-ph/0605686
+astro-ph/0606030
+astro-ph/0606076
+astro-ph/0606106
+astro-ph/0606187
+astro-ph/0606237
+astro-ph/0606246
+astro-ph/0606320
+astro-ph/0606359
+astro-ph/0606362
+astro-ph/0606370
+astro-ph/0606420
+astro-ph/0606435
+astro-ph/0606462
+astro-ph/0606477
+astro-ph/0606502
+astro-ph/0606525
+astro-ph/0606538
+astro-ph/0606563
+astro-ph/0606573
+astro-ph/0606590
+astro-ph/0606596
+astro-ph/0606610
+astro-ph/0606659
+astro-ph/0606672
+astro-ph/0606687
+astro-ph/0606739
+astro-ph/0607031
+astro-ph/0607041
+astro-ph/0607074
+astro-ph/0607083
+astro-ph/0607116
+astro-ph/0607120
+astro-ph/0607136
+astro-ph/0607140
+astro-ph/0607155
+astro-ph/0607156
+astro-ph/0607213
+astro-ph/0607214
+astro-ph/0607228
+astro-ph/0607231
+astro-ph/0607238
+astro-ph/0607278
+astro-ph/0607284
+astro-ph/0607286
+astro-ph/0607288
+astro-ph/0607301
+astro-ph/0607303
+astro-ph/0607307
+astro-ph/0607309
+astro-ph/0607337
+astro-ph/0607345
+astro-ph/0607362
+astro-ph/0607398
+astro-ph/0607400
+astro-ph/0607407
+astro-ph/0607408
+astro-ph/0607441
+astro-ph/0607444
+astro-ph/0607459
+astro-ph/0607475
+astro-ph/0607489
+astro-ph/0607490
+astro-ph/0607516
+astro-ph/0607518
+astro-ph/0607521
+astro-ph/0607545
+astro-ph/0607550
+astro-ph/0607551
+astro-ph/0607562
+astro-ph/0607587
+astro-ph/0607600
+astro-ph/0607602
+astro-ph/0607603
+astro-ph/0607622
+astro-ph/0607633
+astro-ph/0607637
+astro-ph/0607641
+astro-ph/0607649
+astro-ph/0607650
+astro-ph/0607653
+astro-ph/0607655
+astro-ph/0607659
+astro-ph/0608004
+astro-ph/0608030
+astro-ph/0608039
+astro-ph/0608052
+astro-ph/0608065
+astro-ph/0608068
+astro-ph/0608089
+astro-ph/0608091
+astro-ph/0608150
+astro-ph/0608161
+astro-ph/0608164
+astro-ph/0608195
+astro-ph/0608215
+astro-ph/0608229
+astro-ph/0608232
+astro-ph/0608235
+astro-ph/0608237
+astro-ph/0608281
+astro-ph/0608302
+astro-ph/0608307
+astro-ph/0608314
+astro-ph/0608335
+astro-ph/0608336
+astro-ph/0608347
+astro-ph/0608353
+astro-ph/0608355
+astro-ph/0608422
+astro-ph/0608442
+astro-ph/0608444
+astro-ph/0608446
+astro-ph/0608463
+astro-ph/0608467
+astro-ph/0608498
+astro-ph/0608499
+astro-ph/0608552
+astro-ph/0608561
+astro-ph/0608603
+astro-ph/0608642
+astro-ph/0608678
+astro-ph/0608680
+astro-ph/0608682
+astro-ph/0609023
+astro-ph/0609041
+astro-ph/0609049
+astro-ph/0609087
+astro-ph/0609088
+astro-ph/0609104
+astro-ph/0609108
+astro-ph/0609131
+astro-ph/0609133
+astro-ph/0609138
+astro-ph/0609140
+astro-ph/0609153
+astro-ph/0609184
+astro-ph/0609197
+astro-ph/0609204
+astro-ph/0609213
+astro-ph/0609254
+astro-ph/0609267
+astro-ph/0609284
+astro-ph/0609300
+astro-ph/0609323
+astro-ph/0609325
+astro-ph/0609332
+astro-ph/0609336
+astro-ph/0609346
+astro-ph/0609347
+astro-ph/0609360
+astro-ph/0609371
+astro-ph/0609372
+astro-ph/0609374
+astro-ph/0609419
+astro-ph/0609424
+astro-ph/0609431
+astro-ph/0609439
+astro-ph/0609483
+astro-ph/0609503
+astro-ph/0609515
+astro-ph/0609538
+astro-ph/0609545
+astro-ph/0609549
+astro-ph/0609555
+astro-ph/0609558
+astro-ph/0609562
+astro-ph/0609592
+astro-ph/0609602
+astro-ph/0609613
+astro-ph/0609637
+astro-ph/0609661
+astro-ph/0609663
+astro-ph/0609676
+astro-ph/0609685
+astro-ph/0609690
+astro-ph/0609727
+astro-ph/0609735
+astro-ph/0609745
+astro-ph/0609762
+astro-ph/0609772
+astro-ph/0609792
+astro-ph/0609812
+astro-ph/0609828
+astro-ph/0610007
+astro-ph/0610014
+astro-ph/0610027
+astro-ph/0610043
+astro-ph/0610088
+astro-ph/0610132
+astro-ph/0610143
+astro-ph/0610178
+astro-ph/0610213
+astro-ph/0610228
+astro-ph/0610258
+astro-ph/0610263
+astro-ph/0610431
+astro-ph/0610523
+astro-ph/0610572
+astro-ph/0610603
+astro-ph/0610613
+astro-ph/0610641
+astro-ph/0610655
+astro-ph/0610685
+astro-ph/0610721
+astro-ph/0610732
+astro-ph/0610813
+astro-ph/0610904
+astro-ph/0610949
+astro-ph/0611010
+astro-ph/0611018
+astro-ph/0611079
+astro-ph/0611100
+astro-ph/0611110
+astro-ph/0611204
+astro-ph/0611205
+astro-ph/0611263
+astro-ph/0611269
+astro-ph/0611275
+astro-ph/0611312
+astro-ph/0611315
+astro-ph/0611317
+astro-ph/0611318
+astro-ph/0611324
+astro-ph/0611341
+astro-ph/0611349
+astro-ph/0611392
+astro-ph/0611394
+astro-ph/0611420
+astro-ph/0611448
+astro-ph/0611498
+astro-ph/0611505
+astro-ph/0611578
+astro-ph/0611599
+astro-ph/0611655
+astro-ph/0611714
+astro-ph/0611718
+astro-ph/0611809
+astro-ph/0611820
+astro-ph/0611822
+astro-ph/0611823
+astro-ph/0611858
+astro-ph/0611916
+astro-ph/0611930
+astro-ph/0611933
+astro-ph/0612032
+astro-ph/0612045
+astro-ph/0612058
+astro-ph/0612100
+astro-ph/0612101
+astro-ph/0612114
+astro-ph/0612135
+astro-ph/0612138
+astro-ph/0612154
+astro-ph/0612161
+astro-ph/0612164
+astro-ph/0612198
+astro-ph/0612201
+astro-ph/0612204
+astro-ph/0612206
+astro-ph/0612230
+astro-ph/0612232
+astro-ph/0612233
+astro-ph/0612248
+astro-ph/0612259
+astro-ph/0612265
+astro-ph/0612272
+astro-ph/0612292
+astro-ph/0612321
+astro-ph/0612355
+astro-ph/0612362
+astro-ph/0612364
+astro-ph/0612368
+astro-ph/0612389
+astro-ph/0612394
+astro-ph/0612412
+astro-ph/0612415
+astro-ph/0612437
+astro-ph/0612446
+astro-ph/0612471
+astro-ph/0612476
+astro-ph/0612480
+astro-ph/0612507
+astro-ph/0612508
+astro-ph/0612513
+astro-ph/0612520
+astro-ph/0612544
+astro-ph/0612551
+astro-ph/0612552
+astro-ph/0612558
+astro-ph/0612560
+astro-ph/0612575
+astro-ph/0612604
+astro-ph/0612621
+astro-ph/0612657
+astro-ph/0612663
+astro-ph/0612664
+astro-ph/0612674
+astro-ph/0612675
+astro-ph/0612680
+astro-ph/0612693
+astro-ph/0612698
+astro-ph/0612702
+astro-ph/0612703
+astro-ph/0612722
+astro-ph/0612748
+astro-ph/0612760
+astro-ph/0612766
+astro-ph/0612767
+astro-ph/0701002
+astro-ph/0701007
+astro-ph/0701010
+astro-ph/0701022
+astro-ph/0701040
+astro-ph/0701045
+astro-ph/0701048
+astro-ph/0701049
+astro-ph/0701075
+astro-ph/0701077
+astro-ph/0701079
+astro-ph/0701086
+astro-ph/0701088
+astro-ph/0701092
+astro-ph/0701111
+astro-ph/0701114
+astro-ph/0701115
+astro-ph/0701116
+astro-ph/0701119
+astro-ph/0701123
+astro-ph/0701124
+astro-ph/0701126
+astro-ph/0701146
+astro-ph/0701156
+astro-ph/0701159
+astro-ph/0701185
+astro-ph/0701225
+astro-ph/0701239
+astro-ph/0701248
+astro-ph/0701264
+astro-ph/0701266
+astro-ph/0701269
+astro-ph/0701274
+astro-ph/0701279
+astro-ph/0701283
+astro-ph/0701307
+astro-ph/0701311
+astro-ph/0701321
+astro-ph/0701334
+astro-ph/0701336
+astro-ph/0701346
+astro-ph/0701347
+astro-ph/0701348
+astro-ph/0701350
+astro-ph/0701355
+astro-ph/0701359
+astro-ph/0701365
+astro-ph/0701366
+astro-ph/0701381
+astro-ph/0701386
+astro-ph/0701390
+astro-ph/0701396
+astro-ph/0701398
+astro-ph/0701402
+astro-ph/0701408
+astro-ph/0701409
+astro-ph/0701417
+astro-ph/0701418
+astro-ph/0701424
+astro-ph/0701431
+astro-ph/0701439
+astro-ph/0701441
+astro-ph/0701443
+astro-ph/0701445
+astro-ph/0701458
+astro-ph/0701463
+astro-ph/0701466
+astro-ph/0701476
+astro-ph/0701484
+astro-ph/0701492
+astro-ph/0701500
+astro-ph/0701511
+astro-ph/0701514
+astro-ph/0701515
+astro-ph/0701516
+astro-ph/0701518
+astro-ph/0701528
+astro-ph/0701539
+astro-ph/0701548
+astro-ph/0701549
+astro-ph/0701557
+astro-ph/0701568
+astro-ph/0701569
+astro-ph/0701574
+astro-ph/0701580
+astro-ph/0701584
+astro-ph/0701587
+astro-ph/0701589
+astro-ph/0701595
+astro-ph/0701600
+astro-ph/0701604
+astro-ph/0701628
+astro-ph/0701632
+astro-ph/0701637
+astro-ph/0701651
+astro-ph/0701661
+astro-ph/0701698
+astro-ph/0701702
+astro-ph/0701703
+astro-ph/0701710
+astro-ph/0701712
+astro-ph/0701720
+astro-ph/0701735
+astro-ph/0701741
+astro-ph/0701755
+astro-ph/0701769
+astro-ph/0701775
+astro-ph/0701788
+astro-ph/0701792
+astro-ph/0701795
+astro-ph/0701800
+astro-ph/0701809
+astro-ph/0701816
+astro-ph/0701827
+astro-ph/0701865
+astro-ph/0702007
+astro-ph/0702030
+astro-ph/0702036
+astro-ph/0702037
+astro-ph/0702038
+astro-ph/0702042
+astro-ph/0702044
+astro-ph/0702049
+astro-ph/0702069
+astro-ph/0702094
+astro-ph/0702117
+astro-ph/0702131
+astro-ph/0702135
+astro-ph/0702165
+astro-ph/0702174
+astro-ph/0702177
+astro-ph/0702180
+astro-ph/0702184
+astro-ph/0702186
+astro-ph/0702191
+astro-ph/0702200
+astro-ph/0702205
+astro-ph/0702210
+astro-ph/0702213
+astro-ph/0702242
+astro-ph/0702250
+astro-ph/0702266
+astro-ph/0702271
+astro-ph/0702273
+astro-ph/0702279
+astro-ph/0702283
+astro-ph/0702302
+astro-ph/0702330
+astro-ph/0702347
+astro-ph/0702349
+astro-ph/0702358
+astro-ph/0702378
+astro-ph/0702380
+astro-ph/0702383
+astro-ph/0702391
+astro-ph/0702392
+astro-ph/0702396
+astro-ph/0702401
+astro-ph/0702409
+astro-ph/0702419
+astro-ph/0702425
+astro-ph/0702442
+astro-ph/0702453
+astro-ph/0702456
+astro-ph/0702463
+astro-ph/0702466
+astro-ph/0702470
+astro-ph/0702492
+astro-ph/0702498
+astro-ph/0702499
+astro-ph/0702500
+astro-ph/0702522
+astro-ph/0702526
+astro-ph/0702539
+astro-ph/0702545
+astro-ph/0702550
+astro-ph/0702552
+astro-ph/0702563
+astro-ph/0702582
+astro-ph/0702585
+astro-ph/0702598
+astro-ph/0702624
+astro-ph/0702625
+astro-ph/0702626
+astro-ph/0702630
+astro-ph/0702644
+astro-ph/0702662
+astro-ph/0702663
+astro-ph/0702674
+astro-ph/0702690
+astro-ph/0702697
+astro-ph/0702705
+astro-ph/0702716
+astro-ph/0702724
+astro-ph/0702740
+astro-ph/0702742
+astro-ph/0702744
+astro-ph/0702749
+astro-ph/0702750
+astro-ph/0703003
+astro-ph/0703004
+astro-ph/0703006
+astro-ph/0703008
+astro-ph/0703022
+astro-ph/0703028
+astro-ph/0703033
+astro-ph/0703047
+astro-ph/0703049
+astro-ph/0703051
+astro-ph/0703057
+astro-ph/0703061
+astro-ph/0703074
+astro-ph/0703080
+astro-ph/0703087
+astro-ph/0703088
+astro-ph/0703089
+astro-ph/0703091
+astro-ph/0703092
+astro-ph/0703093
+astro-ph/0703102
+astro-ph/0703103
+astro-ph/0703109
+astro-ph/0703152
+astro-ph/0703153
+astro-ph/0703158
+astro-ph/0703159
+astro-ph/0703160
+astro-ph/0703169
+astro-ph/0703175
+astro-ph/0703205
+astro-ph/0703206
+astro-ph/0703208
+astro-ph/0703209
+astro-ph/0703235
+astro-ph/0703237
+astro-ph/0703239
+astro-ph/0703244
+astro-ph/0703253
+astro-ph/0703255
+astro-ph/0703268
+astro-ph/0703269
+astro-ph/0703271
+astro-ph/0703278
+astro-ph/0703279
+astro-ph/0703283
+astro-ph/0703289
+astro-ph/0703294
+astro-ph/0703295
+astro-ph/0703321
+astro-ph/0703324
+astro-ph/0703330
+astro-ph/0703336
+astro-ph/0703343
+astro-ph/0703350
+astro-ph/0703351
+astro-ph/0703359
+astro-ph/0703372
+astro-ph/0703377
+astro-ph/0703384
+astro-ph/0703388
+astro-ph/0703401
+astro-ph/0703418
+astro-ph/0703421
+astro-ph/0703422
+astro-ph/0703439
+astro-ph/0703441
+astro-ph/0703453
+astro-ph/0703464
+astro-ph/0703468
+astro-ph/0703473
+astro-ph/0703477
+astro-ph/0703497
+astro-ph/0703498
+astro-ph/0703500
+astro-ph/0703501
+astro-ph/0703519
+astro-ph/0703527
+astro-ph/0703529
+astro-ph/0703536
+astro-ph/0703562
+astro-ph/0703564
+astro-ph/0703567
+astro-ph/0703569
+astro-ph/0703572
+astro-ph/0703600
+astro-ph/0703608
+astro-ph/0703616
+astro-ph/0703635
+astro-ph/0703648
+astro-ph/0703660
+astro-ph/0703661
+astro-ph/0703662
+astro-ph/0703665
+astro-ph/0703684
+astro-ph/0703688
+astro-ph/0703697
+astro-ph/0703699
+astro-ph/0703735
+astro-ph/0703747
+astro-ph/0703773
+astro-ph/0703777
+astro-ph/0703787
+astro-ph/0703807
+astro-ph/9309037
+astro-ph/9312031
+astro-ph/9607103
+astro-ph/9607141
+astro-ph/9610051
+astro-ph/9702169
+astro-ph/9704226
+astro-ph/9706227
+astro-ph/9707209
+astro-ph/9708172
+astro-ph/9712289
+astro-ph/9801064
+astro-ph/9801188
+astro-ph/9801222
+astro-ph/9802096
+astro-ph/9802102
+astro-ph/9802122
+astro-ph/9802343
+astro-ph/9804051
+astro-ph/9804319
+astro-ph/9805176
+astro-ph/9806060
+astro-ph/9806070
+astro-ph/9806160
+astro-ph/9809177
+astro-ph/9812117
+astro-ph/9903025
+astro-ph/9903207
+astro-ph/9906266
+astro-ph/9907007
+astro-ph/9907359
+astro-ph/9907388
+astro-ph/9908146
+astro-ph/9910034
+astro-ph/9910376
+astro-ph/9912008
+astro-ph/9912408
+cond-mat/0512056 Other Condensed Matter
+gr-qc/0009071
+gr-qc/0608088
+hep-ph/0006338 Phenomenology
+hep-ph/0007004 Phenomenology
+hep-ph/0110167 Phenomenology
+hep-ph/0306017 Phenomenology
+hep-ph/9606411 Phenomenology
+hep-ph/9611319 Phenomenology
+hep-ph/9611378 Phenomenology
+hep-ph/9706497 Phenomenology
+hep-ph/9711294 Phenomenology
+hep-ph/9906268 Phenomenology
+hep-ph/9910442 Phenomenology
+hep-th/0105177 Theory
+hep-th/0112036 Theory
+hep-th/0205238 Theory
+hep-th/0401075 Theory
+hep-th/0411094 Theory
+hep-th/0509181 Theory
+hep-th/0610202 Theory
+hep-th/9212050 Theory
+hep-th/9312169 Theory
+hep-th/9412229 Theory
+hep-th/9604044 Theory
+hep-th/9607099 Theory
+hep-th/9703026 Theory
+hep-th/9805008 Theory
+hep-th/9812091 Theory
+hep-th/9812247 Theory
+math-ph/0008038
+math-ph/0009010
+math/0010053 Algebraic Geometry
+math/0211360 Algebraic Geometry
+math/0410405 Algebraic Topology
+math/0502434 Probability
+math/0507080 Statistics Theory
+math/0607649 Classical Analysis and ODEs
+math/0612223 Combinatorics
+math/0701648 Representation Theory
+nlin/0102030 Exactly Solvable and Integrable Systems
+nlin/0203036 Exactly Solvable and Integrable Systems
+nlin/0503045 Chaotic Dynamics
+nlin/0604072 Chaotic Dynamics
+nucl-ex/0506020
+nucl-th/0311013
+physics/0003104 Accelerator Physics
+physics/0111128 Accelerator Physics
+quant-ph/0702173
+quant-ph/9808004
+0710.1423 Theory
+0710.5833 Phenomenology
+0711.2278
+0712.3022
+0712.4359 Complex Variables
+0801.2264
+0802.1413 Phenomenology
+0806.4309 Theory
+0807.4405
+0810.1295 Group Theory
+0811.3549 Strongly Correlated Electrons
+0811.3632 Mesoscale and Nanoscale Physics
+0812.3738 Classical Physics
+0812.3798 Superconductivity
+0904.3859 Materials Science
+0906.4891 Group Theory
+0906.5157 Mesoscale and Nanoscale Physics
+0907.3521 Computation
+0908.4119 Computation
+0908.4487
+0909.1884 Statistics Theory
+0909.3626
+0909.4507 Classical Physics
+0910.0863 Group Theory
+1001.0162 Algebraic Geometry
+1001.3726 Symplectic Geometry
+1002.0829 Representation Theory
+1004.0631 Theory
+1005.3905 Other Condensed Matter
+1006.1153 Geometric Topology
+1007.5324 Number Theory
+1008.0317 Strongly Correlated Electrons
+1009.2916
+1009.3606 Biomolecules
+1009.5904 Representation Theory
+1010.2778 Mesoscale and Nanoscale Physics
+1010.3291 Space Physics
+1010.4707 Chaotic Dynamics
+1011.2047 Theory
+1011.6078 Geometric Topology
+1012.2969 Theory
+1012.3813 Quantum Gases
+1012.4496 Theory
+1103.0146 Superconductivity
+1103.1120
+1103.2084 Phenomenology
+1103.4121
+1103.5523 Mesoscale and Nanoscale Physics
+1104.0084 Exactly Solvable and Integrable Systems
+1104.0761 General Finance
+1104.3149 Phenomenology
+1104.3565
+1104.5239 Phenomenology
+1104.5560 Materials Science
+1105.0532
+1105.1105 Superconductivity
+1105.1767 Trading and Market Microstructure
+1105.3734 Phenomenology
+1105.4791
+1106.1293 Theory
+1106.1763 General Physics
+1106.2213 Functional Analysis
+1106.2243 Phenomenology
+1106.2538
+1106.3933 Quantum Gases
+1106.6313
+1107.0006 Mesoscale and Nanoscale Physics
+1107.0793 Atomic and Molecular Clusters
+1107.1578 Materials Science
+1107.2659 Theory
+1107.3055 Representation Theory
+1107.3173
+1107.4010 Instrumentation and Detectors
+1107.5334
+1107.5878
+1108.1659
+1108.2895 Superconductivity
+1108.3357 Quantum Algebra
+1108.5010 Accelerator Physics
+1108.5336 Differential Geometry
+1108.5907 Strongly Correlated Electrons
+1109.0392 Information Theory
+1109.2250 Materials Science
+1109.2489 Computers and Society
+1109.2704 Differential Geometry
+1109.2884 Statistics Theory
+1109.2899 Solar and Stellar Astrophysics
+1109.2915 Representation Theory
+1109.2916 Superconductivity
+1109.2918 Astrophysics of Galaxies
+1109.2919 Physics Education
+1109.2921 Materials Science
+1109.2923 Molecular Networks
+1109.2934 Combinatorics
+1109.2937 Accelerator Physics
+1109.2939 Combinatorics
+1109.2944 Information Theory
+1109.2954 Social and Information Networks
+1109.2956 Atomic and Molecular Clusters
+1109.2957 Information Theory
+1109.2959 Materials Science
+1109.2962 Operator Algebras
+1109.2963 Data Analysis, Statistics and Probability
+1109.2965 Geometric Topology
+1109.2966 Commutative Algebra
+1109.2968 Materials Science
+1109.2969 Combinatorics
+1109.2970
+1109.2971 Atomic and Molecular Clusters
+1109.2973 Materials Science
+1109.2975 Probability
+1109.2976 Combinatorics
+1109.2977 Atomic and Molecular Clusters
+1109.2978 Combinatorics
+1109.2979 Instrumentation and Detectors
+1109.2987 Complex Variables
+1109.2989 Complex Variables
+1109.2990 Methodology
+1109.2993 Information Theory
+1109.2995
+1109.2997 Human-Computer Interaction
+1109.2998 Data Structures and Algorithms
+1109.3000 Analysis of PDEs
+1109.3003 Rings and Algebras
+1109.3009
+1109.3015 Symplectic Geometry
+1109.3020 Analysis of PDEs
+1109.3026 Complex Variables
+1109.3028 Materials Science
+1109.3030 Lattice
+1109.3036 Solar and Stellar Astrophysics
+1109.3038 Solar and Stellar Astrophysics
+1109.3042 Statistics Theory
+1109.3043
+1109.3044 Rings and Algebras
+1109.3049 Superconductivity
+1109.3051 Probability
+1109.3053 Algebraic Geometry
+1109.3055 Statistical Mechanics
+1109.3061 Numerical Analysis
+1109.3064 Materials Science
+1109.3067 Statistical Mechanics
+1109.3070 Systems and Control
+1109.3074 Distributed, Parallel, and Cluster Computing
+1109.3075 Operating Systems
+1109.3076 Operating Systems
+1109.3077
+1109.3081 Accelerator Physics
+1109.3082 Phenomenology
+1109.3086 Accelerator Physics
+1109.3087 Superconductivity
+1109.3088 Instrumentation and Detectors
+1109.3090 Mesoscale and Nanoscale Physics
+1109.3091 Probability
+1109.3094 Artificial Intelligence
+1109.3095 Information Theory
+1109.3096 Astrophysics of Galaxies
+1109.3102 Information Theory
+1109.3104 Astrophysics of Galaxies
+1109.3107 Number Theory
+1109.3109 Materials Science
+1109.3111 Fluid Dynamics
+1109.3116 Earth and Planetary Astrophysics
+1109.3117 Strongly Correlated Electrons
+1109.3120 Commutative Algebra
+1109.3125 Information Theory
+1109.3126 Computer Vision and Pattern Recognition
+1109.3129 Analysis of PDEs
+1109.3132 Analysis of PDEs
+1109.3137 Functional Analysis
+1109.3138 Information Retrieval
+1109.3141 Chemical Physics
+1109.3145 Robotics
+1109.3146 Computational Physics
+1109.3148 Fluid Dynamics
+1109.3150 Networking and Internet Architecture
+1109.3152 Differential Geometry
+1109.3155 Number Theory
+1109.3158
+1109.3161 Differential Geometry
+1109.3165 Geometric Topology
+1109.3169 Differential Geometry
+1109.3176 Representation Theory
+1109.3178 Genomics
+1109.3179 Functional Analysis
+astro-ph/0112101
+astro-ph/0210224
+astro-ph/0511531
+astro-ph/0604561
+astro-ph/0702009
+gr-qc/0006018
+gr-qc/9412012
+hep-ph/0012270 Phenomenology
+hep-th/0305083 Theory
+hep-th/0305214 Theory
+hep-th/0306286 Theory
+hep-th/0310100 Theory
+hep-th/0607054 Theory
+hep-th/0611280 Theory
+hep-th/9305171 Theory
+math/0406251 Geometric Topology
+math/0507332 Probability
+math/0612478 Rings and Algebras
+quant-ph/9506021
+quant-ph/9812008
+0706.2699
+0707.4643 Methodology
+0710.4771 Statistical Mechanics
+0802.3600 Statistical Mechanics
+0803.1403
+0803.3516
+0809.2432
+0810.4230 Rings and Algebras
+0811.1393 Soft Condensed Matter
+0811.3490 Data Structures and Algorithms
+0901.0546 Instrumentation and Methods for Astrophysics
+0902.3019
+0903.1951 Statistics Theory
+0903.3215
+0904.2805
+0904.3116 Computational Complexity
+0904.4382 Representation Theory
+0906.1977 Analysis of PDEs
+0906.2648 Phenomenology
+0907.0657 Number Theory
+0907.3382
+0909.4763 Phenomenology
+0910.0199 Differential Geometry
+0910.3318
+0910.4574 Statistical Mechanics
+0911.0429 Phenomenology
+0911.3874 Phenomenology
+0911.4938 Phenomenology
+0912.1365 Optics
+0912.3072 Theory
+1003.2358 Algebraic Geometry
+1003.3059
+1004.1548 Fluid Dynamics
+1004.4276 Strongly Correlated Electrons
+1004.5177 Materials Science
+1005.0316 Combinatorics
+1005.1928 Superconductivity
+1005.3552 Theory
+1005.4483
+1005.5184 Strongly Correlated Electrons
+1005.5195
+1006.0779 Theory
+1006.0931 Cosmology and Nongalactic Astrophysics
+1006.0972 Cosmology and Nongalactic Astrophysics
+1006.2019 Strongly Correlated Electrons
+1006.3293 Phenomenology
+1006.3567
+1006.3802
+1006.3927
+1006.4845 Cosmology and Nongalactic Astrophysics
+1006.5543
+1007.0766
+1007.1524
+1007.2187 Superconductivity
+1007.2732 Experiment
+1007.3086
+1007.3705 Mesoscale and Nanoscale Physics
+1007.4243
+1007.4273 Strongly Correlated Electrons
+1007.4538 Strongly Correlated Electrons
+1007.4807 Phenomenology
+1008.0089 Phenomenology
+1008.0617 Classical Analysis and ODEs
+1008.1855 Phenomenology
+1008.3239 Theory
+1008.3785 Phenomenology
+1008.4149 Phenomenology
+1008.4315 Theory
+1008.4471 Cosmology and Nongalactic Astrophysics
+1008.4857 Lattice
+1008.5187
+1009.0085
+1009.2741 Phenomenology
+1009.3268 Theory
+1009.3571 Phenomenology
+1009.3893 Theory
+1009.5222 Theory
+1009.5925 Statistical Mechanics
+1009.6173 Theory
+1010.0578 Cosmology and Nongalactic Astrophysics
+1010.0811 Representation Theory
+1010.1103 Statistical Mechanics
+1010.1244 Phenomenology
+1010.3189 Theory
+1010.3516 Theory
+1010.4214 Phenomenology
+1010.4518 Theory
+1010.4635 Phenomenology
+1010.5044 Theory
+1010.5075
+1010.5174 Theory
+1010.5204 Phenomenology
+1010.5399
+1010.5508 Theory
+1010.6125
+1010.6251 Phenomenology
+1011.0504 Differential Geometry
+1011.0540 Plasma Physics
+1011.0863 Theory
+1011.1668 Phenomenology
+1011.2497
+1011.4915 Phenomenology
+1011.5050 Statistical Mechanics
+1011.5570 Theory
+1011.5593
+1011.6185 Analysis of PDEs
+1012.0067 Phenomenology
+1012.0202 Theory
+1012.0225 Mesoscale and Nanoscale Physics
+1012.0589 Experiment
+1012.1202 Disordered Systems and Neural Networks
+1012.1588 Materials Science
+1012.3438 Theory
+1012.3849 Phenomenology
+1012.4176 Optics
+1012.4370 Logic
+1012.5309 Phenomenology
+1101.0219
+1101.1177
+1101.1376
+1101.2014 Phenomenology
+1101.2019 Phenomenology
+1101.2021 Theory
+1101.2091 Theory
+1101.2306 Theory
+1101.2665 Phenomenology
+1101.4192 Complex Variables
+1101.5023 Theory
+1101.5304 Phenomenology
+1101.6080 Instrumentation and Methods for Astrophysics
+1102.1304
+1102.1655
+1102.2090
+1102.3604 Combinatorics
+1102.4354 Mesoscale and Nanoscale Physics
+1102.4528 Computational Engineering, Finance, and Science
+1102.4542 Functional Analysis
+1102.4784 Logic
+1102.5313 Data Analysis, Statistics and Probability
+1103.0081 Phenomenology
+1103.0296 Number Theory
+1103.1117 Mesoscale and Nanoscale Physics
+1103.1266 Phenomenology
+1103.3281 Probability
+1103.3378 Cryptography and Security
+1103.3510 Information Theory
+1103.3515 Distributed, Parallel, and Cluster Computing
+1103.3529 Classical Physics
+1103.3531 Biological Physics
+1103.3532 Methodology
+1103.3533 Classical Analysis and ODEs
+1103.3536 Analysis of PDEs
+1103.3537 Category Theory
+1103.3545 Representation Theory
+1103.3555 Commutative Algebra
+1103.3567 Soft Condensed Matter
+1103.3569 Software Engineering
+1103.3570 Combinatorics
+1103.3571 Differential Geometry
+1103.3572 Rings and Algebras
+1103.3576 Combinatorics
+1103.3578 Number Theory
+1103.3580 Information Theory
+1103.3584 Group Theory
+1103.3586 Cosmology and Nongalactic Astrophysics
+1103.3587
+1103.3588 Combinatorics
+1103.3590 Strongly Correlated Electrons
+1103.3591 Algebraic Geometry
+1103.3594
+1103.3595 Plasma Physics
+1103.3597 Differential Geometry
+1103.3604 Pattern Formation and Solitons
+1103.3613 Chaotic Dynamics
+1103.3623 Differential Geometry
+1103.3632 Logic
+1103.3634 Chaotic Dynamics
+1103.3635 Combinatorics
+1103.3637 Differential Geometry
+1103.3638 Logic
+1103.3662 Dynamical Systems
+1103.3665 Optimization and Control
+1103.3666 Materials Science
+1103.3673 Information Theory
+1103.3677 Analysis of PDEs
+1103.3678 Phenomenology
+1103.3687 Artificial Intelligence
+1103.3691 Mesoscale and Nanoscale Physics
+astro-ph/0702660
+cond-mat/0111263 Strongly Correlated Electrons
+hep-ph/0306107 Phenomenology
+hep-ph/0310064 Phenomenology
+physics/0603237 General Physics
+0708.4369 Probability
+0803.3747 Strongly Correlated Electrons
+0805.1404 Statistics Theory
+0806.4476
+0901.0661 Probability
+0901.3917 Phenomenology
+0902.3556 Statistical Mechanics
+0903.0817 Number Theory
+0907.2843 Probability
+0907.2850 Computational Complexity
+0907.3731 Quantum Gases
+0908.0433 Statistics Theory
+0910.1064 Combinatorics
+0910.2145 Machine Learning
+0911.0616 Probability
+0911.4816 Statistical Mechanics
+0912.5111 Analysis of PDEs
+1003.4751 Theory
+1004.2232 Statistical Mechanics
+1004.4319 Symplectic Geometry
+1005.2620 High Energy Astrophysical Phenomena
+1005.3379
+1005.5426 Materials Science
+1006.1546 Functional Analysis
+1006.2362 Chaotic Dynamics
+1006.2633 Analysis of PDEs
+1006.5667
+1007.2347
+1008.1090 Functional Analysis
+1008.4080 Experiment
+1009.1185 Metric Geometry
+1009.1656 Phenomenology
+1009.2025
+1009.4788 Theory
+1010.2374 Superconductivity
+1010.3109
+1011.0381 Strongly Correlated Electrons
+1011.0581 Lattice
+1011.1728 Lattice
+1011.5637 Statistical Mechanics
+1011.6347 Disordered Systems and Neural Networks
+1012.0363 Statistics Theory
+1012.2675 Materials Science
+1012.3629 Theory
+1012.4779 Atmospheric and Oceanic Physics
+1012.5265 Algebraic Geometry
+1101.0053 Representation Theory
+1101.0390 Data Analysis, Statistics and Probability
+1101.0515 Commutative Algebra
+1101.1138 Differential Geometry
+1101.1147
+1101.1309 Cosmology and Nongalactic Astrophysics
+1101.1312
+1101.1317 Phenomenology
+1101.1322 Cosmology and Nongalactic Astrophysics
+1101.1323 Soft Condensed Matter
+1101.1327 Statistical Mechanics
+1101.1329 Theory
+1101.1334
+1101.1343 Materials Science
+1101.1358 Neurons and Cognition
+1101.1365 Applications
+1101.1369 Probability
+1101.1373 Applications
+1101.1377 Applications
+1101.1385 Optimization and Control
+1101.1398 Applications
+1101.1400 Group Theory
+1101.1402 Applications
+1101.1405 Group Theory
+1101.1407 Applications
+1101.1415 Applications
+1101.1419 Solar and Stellar Astrophysics
+1101.1421 Applications
+1101.1422 Solar and Stellar Astrophysics
+1101.1425 Applications
+1101.1428 Differential Geometry
+1101.1431 Probability
+1101.1433
+1101.1436 Analysis of PDEs
+1101.1440 Classical Analysis and ODEs
+1101.1441 Strongly Correlated Electrons
+1101.1447 Analysis of PDEs
+1101.1462 Analysis of PDEs
+1101.1464
+1101.1465 Representation Theory
+1101.1468 K-Theory and Homology
+1101.1487 Soft Condensed Matter
+1101.1488 Combinatorics
+1101.1492
+1101.1494 Materials Science
+1101.1495 Optimization and Control
+1101.1496 Differential Geometry
+1101.1499 Instrumentation and Methods for Astrophysics
+1101.1505 Rings and Algebras
+1101.1508 Combinatorics
+math/0201030 Probability
+math/0408060 Probability
+math/0609748 Category Theory
+quant-ph/0410061
+0708.0561 Theory
+0710.2379 Differential Geometry
+0710.5530 Theory
+0710.5931 Probability
+0711.2974 Algebraic Geometry
+0712.1215 Theory
+0801.1287 Theory
+0804.4258 Probability
+0805.3211
+0807.1604 Differential Geometry
+0807.1844 Theory
+0808.0133 Dynamical Systems
+0809.4253 Theory
+0810.3774
+0812.3138 Theory
+0812.3397 Theory
+0812.3771
+0902.0967 Algebraic Geometry
+0903.0133 Theory
+0904.4022 Superconductivity
+0905.0151
+0906.4205 History and Overview
+0907.2849 Combinatorics
+0909.4756 Computer Science and Game Theory
+0910.0793 Algebraic Geometry
+0910.1613 Theory
+0910.2210 Operator Algebras
+0911.1970 Combinatorics
+0911.2665 Theory
+0911.4342 Theory
+0912.0944 Theory
+0912.1045 Data Structures and Algorithms
+0912.1081 Phenomenology
+0912.3730 Computational Complexity
+1002.2056
+1003.3087
+1004.0321 Phenomenology
+1004.0543 Differential Geometry
+1004.5230 Discrete Mathematics
+1005.3370 Phenomenology
+1005.4284 Group Theory
+1006.0040 Theory
+1006.1978
+1006.2026 Combinatorics
+1006.2125 Physics and Society
+1006.2305 Lattice
+1006.4106
+1006.5524 Theory
+1006.5597 Phenomenology
+1007.1260 Computational Complexity
+1007.1665 Cosmology and Nongalactic Astrophysics
+1007.1906 Statistics Theory
+1007.2653 Theory
+1007.4203 High Energy Astrophysical Phenomena
+1007.4856 Theory
+1008.1580 Phenomenology
+1008.2560 Cosmology and Nongalactic Astrophysics
+1008.2721 Rings and Algebras
+1008.3212 Superconductivity
+1009.0905 Phenomenology
+1009.2251 Soft Condensed Matter
+1009.2359 Cosmology and Nongalactic Astrophysics
+1009.2921 Theory
+1009.3009 Phenomenology
+1009.3026 Theory
+1009.3369 Strongly Correlated Electrons
+1009.3632 Cosmology and Nongalactic Astrophysics
+1009.3929 Phenomenology
+1009.5112
+1009.5870 Phenomenology
+1009.5998
+1010.0171 Phenomenology
+1010.1192
+1010.1361 Theory
+1010.1711 Theory
+1010.1781 Phenomenology
+1010.2453 Soft Condensed Matter
+1010.2470
+1010.2758 Theory
+1010.3326 Probability
+1010.3980 High Energy Astrophysical Phenomena
+1010.4274 Optics
+1010.4300 Cosmology and Nongalactic Astrophysics
+1010.4574 Operator Algebras
+1010.5188 Theory
+1010.5380 Theory
+1010.6141 Materials Science
+1011.0593
+1011.1229 Cosmology and Nongalactic Astrophysics
+1011.1246 Phenomenology
+1011.1472 Phenomenology
+1011.1606 Representation Theory
+1011.3151 Soft Condensed Matter
+1011.3233 Lattice
+1011.3528 Phenomenology
+1011.3588 Information Theory
+1011.4199 Neural and Evolutionary Computing
+1011.4397 Experiment
+1011.4743 Phenomenology
+1011.4997 Cosmology and Nongalactic Astrophysics
+1011.5803 Lattice
+1012.2986 Cosmology and Nongalactic Astrophysics
+1012.3798 Phenomenology
+1012.4920 Statistical Mechanics
+1012.4962 Data Structures and Algorithms
+1101.1130 Phenomenology
+1101.2290 Experiment
+1101.2397
+1101.5885 Atomic Physics
+1101.6006 Combinatorics
+1102.0413 Soft Condensed Matter
+1102.1454 Probability
+1102.1713 General Finance
+1102.1854 Theory
+1102.3122 Phenomenology
+1102.4275 Analysis of PDEs
+1102.4308 Analysis of PDEs
+1102.4346 Computational Complexity
+1102.4372 Statistics Theory
+1102.4663 Quantum Algebra
+1102.4666 Probability
+1102.4668 Computation
+1102.4848 Solar and Stellar Astrophysics
+1102.4853 Physics and Society
+1102.4856 Combinatorics
+1102.4860 Number Theory
+1102.4861 Geometric Topology
+1102.4862 Metric Geometry
+1102.4865 Information Theory
+1102.4869 Operator Algebras
+1102.4871 Instrumentation and Methods for Astrophysics
+1102.4873 Data Analysis, Statistics and Probability
+1102.4874 Instrumentation and Methods for Astrophysics
+1102.4883 Algebraic Topology
+1102.4885 Discrete Mathematics
+1102.4889 Symplectic Geometry
+1102.4896 Strongly Correlated Electrons
+1102.4899 Phenomenology
+1102.4904 Molecular Networks
+1102.4909 Other Condensed Matter
+1102.4912 Functional Analysis
+1102.4917 Phenomenology
+1102.4921 Probability
+1102.4922 Artificial Intelligence
+1102.4924 Artificial Intelligence
+1102.4933 Dynamical Systems
+1102.4941 Solar and Stellar Astrophysics
+1102.4944 Materials Science
+1102.4946 Distributed, Parallel, and Cluster Computing
+1102.4949 Instrumentation and Methods for Astrophysics
+1102.4951 Discrete Mathematics
+1102.4954 Optimization and Control
+1102.4958 Optics
+1102.4959 High Energy Astrophysical Phenomena
+1102.4960 Other Condensed Matter
+1102.4967 Information Theory
+1102.4968 Disordered Systems and Neural Networks
+1102.4972 Computational Geometry
+1102.4973 Algebraic Geometry
+1102.4981 Data Structures and Algorithms
+1102.4983 Statistics Theory
+1102.4985 Combinatorics
+1102.4987 Complex Variables
+1102.4988 Atomic Physics
+1102.4999
+1102.5000 Materials Science
+1102.5004 Instrumentation and Methods for Astrophysics
+1102.5008 Statistics Theory
+1102.5017 Materials Science
+1102.5019 Statistics Theory
+1102.5021 Methodology
+1102.5027 Spectral Theory
+1102.5030 Information Theory
+1102.5043 Networking and Internet Architecture
+1102.5047 Dynamical Systems
+1102.5049 Probability
+1102.5050 Differential Geometry
+1102.5055 Functional Analysis
+1102.5058 Phenomenology
+1102.5062 Commutative Algebra
+1102.5069 Differential Geometry
+1102.5073 Solar and Stellar Astrophysics
+1102.5074 Optics
+1102.5075 Optimization and Control
+1102.5081 Geometric Topology
+1102.5086 Number Theory
+gr-qc/0612166
+math/0610183 Logic
+math/0611568 Commutative Algebra
+0704.1910
+0708.3851
+0710.2720 Combinatorics
+0802.1312 Computational Geometry
+0804.4322 Probability
+0806.0619 Theory
+0806.2428 Representation Theory
+0807.3695 Theory
+0807.3728 Theory
+0807.3807 Theory
+0807.4678 Theory
+0807.4703 Theory
+0807.4714 Theory
+0808.1793 Theory
+0810.0012 Theory
+0810.0188 Theory
+0811.2155 Theory
+0901.0068 General Physics
+0901.1506 Combinatorics
+0901.1573 Statistical Mechanics
+0901.3119 Discrete Mathematics
+0901.4019 Differential Geometry
+0901.4189 Statistical Mechanics
+0905.2533 Differential Geometry
+0906.0669 Analysis of PDEs
+0906.3278
+0906.5319 Combinatorics
+0907.2373 Neurons and Cognition
+0907.5134 Statistical Mechanics
+0908.0416 Numerical Analysis
+0908.1853 Algebraic Geometry
+0909.2008 Instrumentation and Methods for Astrophysics
+0909.2442 Combinatorics
+0909.4936
+0911.4336 Functional Analysis
+0912.2212 Combinatorics
+0912.5322 Dynamical Systems
+1001.1729 Group Theory
+1003.2017 Quantum Algebra
+1003.2060 Number Theory
+1003.3119 Theory
+1003.4639 Statistical Mechanics
+1003.5581 Strongly Correlated Electrons
+1005.3870 Geometric Topology
+1005.4777
+1006.3096
+1006.4039 Learning
+1007.1306 High Energy Astrophysical Phenomena
+1007.1873 Statistical Mechanics
+1007.1874 Statistical Mechanics
+1007.2189 Quantum Gases
+1007.3870
+1007.5326 Astrophysics of Galaxies
+1008.0354 Theory
+1008.0813 Theory
+1008.2254 Phenomenology
+1009.0331 Geometric Topology
+1009.0640
+1009.1934 Complex Variables
+1009.3743 Probability
+1009.5642 Materials Science
+1010.0219 Data Structures and Algorithms
+1010.0420 Materials Science
+1010.2108 Materials Science
+1010.5521
+1011.4772
+1012.0906
+1012.2620 Differential Geometry
+1012.3039 Physics and Society
+1101.1764 Instrumentation and Methods for Astrophysics
+1101.1765 Instrumentation and Methods for Astrophysics
+1101.4534 Operator Algebras
+1101.4591
+1101.5429
+1101.5629 Statistical Mechanics
+1102.0610 Biological Physics
+1102.0615 Biological Physics
+1102.0683 Computational Finance
+1102.0760 Number Theory
+1102.0763 Cryptography and Security
+1102.0796 Numerical Analysis
+1102.0802 Earth and Planetary Astrophysics
+1102.0805 Discrete Mathematics
+1102.0808 Algebraic Topology
+1102.0813 Operator Algebras
+1102.0815 Instrumentation and Methods for Astrophysics
+1102.0820 Geometric Topology
+1102.0821 Geometric Topology
+1102.0822 Statistics Theory
+1102.0831 Artificial Intelligence
+1102.0833 Earth and Planetary Astrophysics
+1102.0835
+1102.0839 Dynamical Systems
+1102.0843 Analysis of PDEs
+1102.0846 Statistical Mechanics
+1102.0847 Statistical Mechanics
+1102.0848 Dynamical Systems
+1102.0849 Materials Science
+1102.0853 Solar and Stellar Astrophysics
+1102.0858 Cryptography and Security
+1102.0862 Representation Theory
+1102.0863 Number Theory
+1102.0864 General Physics
+1102.0871 Mesoscale and Nanoscale Physics
+1102.0873 Representation Theory
+1102.0877
+1102.0884 Hardware Architecture
+1102.0886 Experiment
+1102.0892 Phenomenology
+1102.0897 General Topology
+1102.0899 Artificial Intelligence
+1102.0908 Data Structures and Algorithms
+1102.0909 General Physics
+1102.0912 Materials Science
+1102.0919 Numerical Analysis
+1102.0921 Combinatorics
+1102.0922 Mesoscale and Nanoscale Physics
+1102.0925 Materials Science
+1102.0930 Information Retrieval
+1102.0931
+1102.0932 Operator Algebras
+1102.0937 Dynamical Systems
+1102.0941 Dynamical Systems
+1102.0947 Formal Languages and Automata Theory
+1102.0951 Programming Languages
+1102.0952 Databases
+1102.0958 Optimization and Control
+1102.0959 Analysis of PDEs
+1102.0964 Information Theory
+1102.0965 Solar and Stellar Astrophysics
+1102.0979 Category Theory
+1102.0981 Category Theory
+1102.0982 Functional Analysis
+1102.0986 Classical Analysis and ODEs
+1102.0988 Combinatorics
+1102.0990
+1102.0998 Classical Analysis and ODEs
+1102.1003 Data Structures and Algorithms
+1102.1004 Analysis of PDEs
+1102.1006 Computational Complexity
+1102.1009 Earth and Planetary Astrophysics
+astro-ph/9605185
+astro-ph/9710152
+cond-mat/9508027 Superconductivity
+hep-ex/0302035 Experiment
+hep-ph/0001129 Phenomenology
+hep-ph/0003149 Phenomenology
+hep-ph/0008177 Phenomenology
+hep-ph/0104171 Phenomenology
+hep-ph/0106002 Phenomenology
+hep-ph/0112189 Phenomenology
+hep-ph/9808388 Phenomenology
+hep-ph/9811419 Phenomenology
+hep-ph/9903552 Phenomenology
+hep-ph/9909293 Phenomenology
+math/0701874 Algebraic Geometry
+0706.3818 Probability
+0806.2610 Theory
+0902.1858 Statistical Mechanics
+0902.4454 Algebraic Geometry
+0903.5193 General Physics
+0904.3555 Algebraic Geometry
+0907.4087
+0908.2461 Representation Theory
+0909.5516 Analysis of PDEs
+0911.0302 Superconductivity
+1001.0269 Analysis of PDEs
+1001.0505 Cellular Automata and Lattice Gases
+1001.4775 Phenomenology
+1004.1102 Physics and Society
+1005.4179 Plasma Physics
+1005.5705 Probability
+1006.2060 Astrophysics of Galaxies
+1006.3731 Instrumentation and Detectors
+1008.3704 Mesoscale and Nanoscale Physics
+1009.0981 Cosmology and Nongalactic Astrophysics
+1009.1794
+1009.3171 Statistical Mechanics
+1009.3979
+1009.4172 Neurons and Cognition
+1009.4741
+1009.4899 Probability
+1009.5208 Optimization and Control
+1010.1764 Symbolic Computation
+1010.6194 Combinatorics
+1011.2242 Mesoscale and Nanoscale Physics
+1011.3348 Theory
+1011.4836 Number Theory
+1011.5891 Theory
+1012.2586 Probability
+1012.2710 Probability
+1012.4321 Quantum Gases
+1012.4986 Statistical Mechanics
+1012.5090 Functional Analysis
+1012.5543 Strongly Correlated Electrons
+1012.6005 Operator Algebras
+1101.0216 Mesoscale and Nanoscale Physics
+1101.2911 Complex Variables
+1101.4770 Strongly Correlated Electrons
+1101.5037 Statistical Mechanics
+1101.5755 Information Theory
+1102.0491 Optics
+1102.3285 Formal Languages and Automata Theory
+1102.3589 Strongly Correlated Electrons
+1102.5553 Analysis of PDEs
+1103.1297 Soft Condensed Matter
+1103.3753 Databases
+1103.3873 Group Theory
+1103.5367 Algebraic Geometry
+1104.4042
+1104.4332 Number Theory
+1104.4594 Number Theory
+1104.4624 Solar and Stellar Astrophysics
+1104.4785
+1104.4797 Cosmology and Nongalactic Astrophysics
+1104.4798 General Mathematics
+1104.4813 Geophysics
+1104.4826 Representation Theory
+1104.4828 Algebraic Geometry
+1104.4829 Classical Physics
+1104.4838
+1104.4840 Algebraic Geometry
+1104.4841 Plasma Physics
+1104.4843 Cryptography and Security
+1104.4847 Differential Geometry
+1104.4851 Functional Analysis
+1104.4856 Superconductivity
+1104.4860 Logic
+1104.4861 Analysis of PDEs
+1104.4866 High Energy Astrophysical Phenomena
+1104.4870 Representation Theory
+1104.4871 Cosmology and Nongalactic Astrophysics
+1104.4873 Computational Physics
+1104.4877 Analysis of PDEs
+1104.4878
+1104.4887 Physics and Society
+1104.4896 Functional Analysis
+1104.4899 Databases
+1104.4904 Networking and Internet Architecture
+1104.4910 Artificial Intelligence
+1104.4912 Quantum Gases
+1104.4913 Populations and Evolution
+1104.4922 Strongly Correlated Electrons
+1104.4924 Theory
+1104.4925 Chemical Physics
+1104.4927 Information Theory
+1104.4935 Functional Analysis
+1104.4936 Probability
+1104.4938 Combinatorics
+1104.4947 Optics
+1104.4957 Number Theory
+1104.4966 Artificial Intelligence
+1104.4969 Probability
+1104.4975 Mesoscale and Nanoscale Physics
+1104.4976 Algebraic Geometry
+1104.4979 Algebraic Geometry
+1104.4984 Exactly Solvable and Integrable Systems
+1104.4985 Accelerator Physics
+1104.4991 Statistical Mechanics
+1104.4993 Artificial Intelligence
+1104.4998 Combinatorics
+1104.5003 High Energy Astrophysical Phenomena
+1104.5004
+1104.5008 Other Quantitative Biology
+math/0301332 Differential Geometry
+math/0409280 Functional Analysis
+math/0509153 Functional Analysis
+math/0510145 Algebraic Geometry
+math/0609097 Functional Analysis
+math/0611174 Functional Analysis
+math/0701842 Probability
+math/0703379 Functional Analysis
+q-alg/9505028 Quantum Algebra
+0708.1355
+0710.3078 Representation Theory
+0711.2938 Commutative Algebra
+0805.1646 Differential Geometry
+0806.1088 Commutative Algebra
+0808.0452 Theory
+0810.4728 Group Theory
+0901.1395 Rings and Algebras
+0903.3552 Mesoscale and Nanoscale Physics
+0903.4496 Probability
+0904.2577
+0904.3681 Commutative Algebra
+0905.2243 Chaotic Dynamics
+0906.0383 Geometric Topology
+0906.0604 Phenomenology
+0906.0927 Differential Geometry
+0906.3159 Functional Analysis
+0906.4781 Strongly Correlated Electrons
+0906.5252 Algebraic Geometry
+0906.5303 Combinatorics
+0907.1357 Logic in Computer Science
+0907.3253 Commutative Algebra
+0908.0046 Differential Geometry
+0909.2104 Experiment
+0909.2658 Cosmology and Nongalactic Astrophysics
+0910.5898 Strongly Correlated Electrons
+0911.2722 Biological Physics
+0911.5370 Phenomenology
+0912.1609
+0912.2312 Solar and Stellar Astrophysics
+1001.0348 Number Theory
+1002.0015 Rings and Algebras
+1002.0120 Superconductivity
+1002.1319 Optics
+1002.2893
+1002.3853 Classical Analysis and ODEs
+1002.3918 Metric Geometry
+1003.0054 Networking and Internet Architecture
+1003.4995 Probability
+1004.1133
+1004.2220 Other Condensed Matter
+1005.2749 Superconductivity
+1005.3094 Geometric Topology
+1006.3352
+1006.4191 Probability
+1007.3550 Geometric Topology
+1007.3852 Number Theory
+1008.2138 Numerical Analysis
+1008.3716 Numerical Analysis
+1008.5348 Theory
+1009.1828 Neurons and Cognition
+1009.3466 Solar and Stellar Astrophysics
+1009.5488 Materials Science
+1010.1509 Mesoscale and Nanoscale Physics
+1010.2848
+1010.3029 Commutative Algebra
+1010.4713 Superconductivity
+1010.4985 Combinatorics
+1010.5358
+1010.5712 Statistical Mechanics
+1011.0501
+1011.1487
+1011.1933 Discrete Mathematics
+1011.2292 Numerical Analysis
+1011.2385 Statistical Finance
+1011.3347 Combinatorics
+1011.5848
+1012.0226
+1012.0779 Mesoscale and Nanoscale Physics
+1012.2637 Strongly Correlated Electrons
+1012.4494 Strongly Correlated Electrons
+1012.6000 Probability
+1101.0174 Probability
+1101.0206 Statistical Mechanics
+1101.1364
+1101.2886 Atomic Physics
+1101.3745 Combinatorics
+1101.4239 Lattice
+1101.4857 Probability
+1101.5521 Materials Science
+1102.0135 Combinatorics
+1102.0426 Symplectic Geometry
+1102.0658 Mesoscale and Nanoscale Physics
+1102.2525
+1102.2940 Dynamical Systems
+1102.3967 Pattern Formation and Solitons
+1102.4407
+1102.4837 Classical Physics
+1103.0186 Analysis of PDEs
+1103.1173 Biological Physics
+1103.1748 Phenomenology
+1103.2055 Phenomenology
+1103.3906 Functional Analysis
+1103.4265 Instrumentation and Detectors
+1103.4451 Number Theory
+1104.0920 Combinatorics
+1104.3775
+1104.4464
+1104.4614
+1104.5197 Rings and Algebras
+1104.5406 Number Theory
+1105.1412 Other Computer Science
+1105.2095 Human-Computer Interaction
+1105.3225 Dynamical Systems
+1105.3299 Numerical Analysis
+1105.3620 Discrete Mathematics
+1105.3696 General Physics
+1105.3698 Number Theory
+1105.3948
+1105.3965 Phenomenology
+1105.4169
+1105.4174 Discrete Mathematics
+1105.4175 Computational Complexity
+1105.4183 Computer Vision and Pattern Recognition
+1105.4184
+1105.4192 Number Theory
+1105.4193 High Energy Astrophysical Phenomena
+1105.4206 Information Theory
+1105.4214 Probability
+1105.4218 Functional Analysis
+1105.4222 Probability
+1105.4223 Functional Analysis
+1105.4224 Artificial Intelligence
+1105.4225 Analysis of PDEs
+1105.4237 Combinatorics
+1105.4238 Combinatorics
+1105.4246 Computational Geometry
+1105.4250 Data Structures and Algorithms
+1105.4251 Databases
+1105.4252 Databases
+1105.4253 Databases
+1105.4254 Databases
+1105.4255 Information Retrieval
+1105.4256 Social and Information Networks
+1105.4261 Networking and Internet Architecture
+1105.4264 Superconductivity
+1105.4267 Phenomenology
+1105.4270 Materials Science
+1105.4272 Learning
+1105.4276 Social and Information Networks
+1105.4279 Functional Analysis
+1105.4287 Geometric Topology
+1105.4289 Superconductivity
+1105.4295 Analysis of PDEs
+1105.4299 General Physics
+1105.4301 Distributed, Parallel, and Cluster Computing
+1105.4302
+1105.4306 Combinatorics
+1105.4308 Materials Science
+1105.4314 Combinatorics
+1105.4317 Combinatorics
+1105.4320 Combinatorics
+1105.4321 Number Theory
+1105.4323 Differential Geometry
+1105.4324 Numerical Analysis
+1105.4329 Accelerator Physics
+1105.4332 Cellular Automata and Lattice Gases
+1105.4337 Numerical Analysis
+1105.4340 Information Theory
+1105.4343 Analysis of PDEs
+1105.4352 Experiment
+1105.4353 Statistical Mechanics
+1105.4360 Information Theory
+1105.4361 Mesoscale and Nanoscale Physics
+1105.4365 Quantum Gases
+1105.4366 General Physics
+1105.4372 Data Structures and Algorithms
+1105.4378 Information Theory
+1105.4379 Information Theory
+1105.4380 Information Theory
+1105.4389 Classical Analysis and ODEs
+1105.4393 Dynamical Systems
+1105.4400 Instrumentation and Detectors
+1105.4408 Information Theory
+1105.4416
+1105.4417 Complex Variables
+1105.4419 Probability
+1105.4424 Distributed, Parallel, and Cluster Computing
+1105.4425 Biomolecules
+1105.4429 Analysis of PDEs
+1105.4431 Multimedia
+1105.4435 Number Theory
+1105.4438 Quantum Gases
+1105.4441
+1105.4453 Combinatorics
+1105.4457 Functional Analysis
+1105.4458 Quantum Algebra
+1105.4461 Cosmology and Nongalactic Astrophysics
+1105.4463 General Topology
+1105.4468 Software Engineering
+1105.4476 Number Theory
+1105.4477 Computer Vision and Pattern Recognition
+1105.4478 Commutative Algebra
+1105.4480 Computer Vision and Pattern Recognition
+1105.4485 Probability
+1105.4490 Data Structures and Algorithms
+1105.4492 Logic
+1105.4496 Commutative Algebra
+1105.4499
+1105.4503 Phenomenology
+1105.4504 Classical Analysis and ODEs
+1105.4509 Plasma Physics
+1105.4513 Number Theory
+1105.4514 Cryptography and Security
+1105.4517 Computers and Society
+1105.4519 Methodology
+1105.4520 Statistical Mechanics
+1105.4522 Statistical Mechanics
+1105.4525 Symbolic Computation
+1105.4532 History and Philosophy of Physics
+1105.4533 Probability
+1105.4547 General Physics
+1105.4558 Probability
+1105.4562 Classical Analysis and ODEs
+1105.4564 Chemical Physics
+1105.4565 Analysis of PDEs
+1105.4567 Computational Finance
+1105.4568 Algebraic Geometry
+1105.4576 Representation Theory
+1105.4577 Algebraic Geometry
+1105.4580 Complex Variables
+1105.4582 Computation and Language
+1105.4586 Instrumentation and Detectors
+1105.4589 Classical Analysis and ODEs
+1105.4592 Numerical Analysis
+astro-ph/0206448
+astro-ph/0208139
+astro-ph/0403045
+astro-ph/0407184
+astro-ph/0407526
+astro-ph/0410450
+astro-ph/0411513
+astro-ph/0411514
+astro-ph/0502356
+astro-ph/0503715
+astro-ph/0506256
+astro-ph/0603824
+astro-ph/9903262
+cond-mat/9903048 Statistical Mechanics
+cond-mat/9906455 Statistical Mechanics
+cs/0410045 Numerical Analysis
+gr-qc/9801102
+gr-qc/9912055
+hep-th/0210052 Theory
+hep-th/0503195 Theory
+hep-th/0604105 Theory
+math/0506231 Differential Geometry
+math/0612643 Classical Analysis and ODEs
+0704.1933 Complex Variables
+0706.4440 Other Computer Science
+0712.0911
+0805.0266 Mesoscale and Nanoscale Physics
+0905.0181 Chaotic Dynamics
+0908.0379
+0909.2620 Theory
+0909.2814 Discrete Mathematics
+0910.4246 Probability
+0912.3669
+1005.0015 Group Theory
+1005.2351
+1005.5260 Probability
+1007.3515 Artificial Intelligence
+1007.3643 Geometric Topology
+1007.4509 Probability
+1008.0761 Materials Science
+1009.4517 Data Structures and Algorithms
+1010.1696 Probability
+1010.2399 Algebraic Geometry
+1010.2886 Chaotic Dynamics
+1010.3049 Differential Geometry
+1010.3711 Classical Analysis and ODEs
+1011.0825 Populations and Evolution
+1011.4771 Chaotic Dynamics
+1011.6389 Strongly Correlated Electrons
+1012.0671 Number Theory
+1012.5848 Quantum Gases
+1101.2352 Mesoscale and Nanoscale Physics
+1101.4523 Performance
+1102.1186 Portfolio Management
+1102.2048 Category Theory
+1103.0156 General Physics
+1103.5574 Algebraic Geometry
+1103.5917 Populations and Evolution
+1104.0328 Materials Science
+1104.1894 Phenomenology
+1104.4272 Statistical Mechanics
+1104.4862 Atomic Physics
+1105.2230 Chaotic Dynamics
+1105.6098 Theory
+1106.0737 Theory
+1106.1471 Complex Variables
+1106.4981 Statistical Mechanics
+1106.5585 Quantum Gases
+1107.0830 High Energy Astrophysical Phenomena
+1107.1874 Theory
+1107.2369 Theory
+1107.3285 Materials Science
+1107.5025 Strongly Correlated Electrons
+1107.5286 Statistical Mechanics
+1107.5848 Quantum Gases
+1107.6011 Cosmology and Nongalactic Astrophysics
+1108.0145 Quantum Gases
+1108.3707 Cosmology and Nongalactic Astrophysics
+1108.3770 Materials Science
+1108.4038 Strongly Correlated Electrons
+1108.5922
+1109.2071 Superconductivity
+1109.2544 Astrophysics of Galaxies
+1109.3604 Phenomenology
+1109.4974 Distributed, Parallel, and Cluster Computing
+1109.5566 Phenomenology
+1109.5898 Geometric Topology
+1109.6327 Phenomenology
+1110.0862 Statistical Mechanics
+1110.4336 Representation Theory
+1110.4873 Analysis of PDEs
+1110.5202 Probability
+1110.5396 Information Theory
+1110.6410 Mesoscale and Nanoscale Physics
+1111.0014 Astrophysics of Galaxies
+1111.1623 Solar and Stellar Astrophysics
+1111.1836 Spectral Theory
+1111.3348
+1111.3918 Superconductivity
+1111.3923 Superconductivity
+1111.4394 Materials Science
+1111.5286 Disordered Systems and Neural Networks
+1111.5471 Lattice
+1111.5695
+1111.6103 Accelerator Physics
+1112.0144 Mesoscale and Nanoscale Physics
+1112.0707 Operator Algebras
+1112.0770 Statistical Finance
+1112.1521 Pricing of Securities
+1112.1612 Solar and Stellar Astrophysics
+1112.1758 Differential Geometry
+1112.1853 Solar and Stellar Astrophysics
+1112.1948 Phenomenology
+1112.1960 Functional Analysis
+1112.1966 Learning
+1112.1969 Metric Geometry
+1112.1970 Group Theory
+1112.1974 Algebraic Topology
+1112.1976 Probability
+1112.1980 Mesoscale and Nanoscale Physics
+1112.1987 Mesoscale and Nanoscale Physics
+1112.1989 Information Theory
+1112.1990 Information Theory
+1112.2002 Analysis of PDEs
+1112.2005 Chemical Physics
+1112.2009 Number Theory
+1112.2010
+1112.2011
+1112.2012 Computational Complexity
+1112.2013 Populations and Evolution
+1112.2014 Populations and Evolution
+1112.2015 Information Retrieval
+1112.2018 Solar and Stellar Astrophysics
+1112.2020 Databases
+1112.2021 Distributed, Parallel, and Cluster Computing
+1112.2022
+1112.2024 Networking and Internet Architecture
+1112.2025 Distributed, Parallel, and Cluster Computing
+1112.2026 Databases
+1112.2027 Multimedia
+1112.2028 Information Retrieval
+1112.2031 Information Retrieval
+1112.2033 Superconductivity
+1112.2037 Earth and Planetary Astrophysics
+1112.2038 Networking and Internet Architecture
+1112.2039 Cryptography and Security
+1112.2040 Multimedia
+1112.2042 Multimedia
+1112.2044 Multimedia
+1112.2045 Mesoscale and Nanoscale Physics
+1112.2046 Networking and Internet Architecture
+1112.2048
+1112.2051 Lattice
+1112.2056 Theory
+1112.2059 General Finance
+1112.2060 Dynamical Systems
+1112.2061 Phenomenology
+1112.2062 Mesoscale and Nanoscale Physics
+1112.2063 Experiment
+1112.2067 Social and Information Networks
+1112.2068 Combinatorics
+1112.2071 Information Retrieval
+1112.2083 Differential Geometry
+1112.2084
+1112.2087 Earth and Planetary Astrophysics
+1112.2089 Phenomenology
+1112.2090 Optimization and Control
+1112.2092 Mesoscale and Nanoscale Physics
+1112.2094 Theory
+1112.2095 Artificial Intelligence
+1112.2096 Spectral Theory
+1112.2099 Differential Geometry
+1112.2100 Number Theory
+1112.2104 Algebraic Topology
+1112.2107 Phenomenology
+1112.2109 Networking and Internet Architecture
+1112.2115 Combinatorics
+1112.2118 Discrete Mathematics
+1112.2120 Combinatorics
+1112.2128 Cryptography and Security
+1112.2130 Optimization and Control
+1112.2131 Algebraic Geometry
+1112.2137 Databases
+1112.2138 Theory
+1112.2139
+1112.2140 Cosmology and Nongalactic Astrophysics
+1112.2143 Data Structures and Algorithms
+1112.2148 Operator Algebras
+1112.2149 Artificial Intelligence
+1112.2152 Phenomenology
+1112.2156
+1112.2159 Materials Science
+1112.2160 Computational Physics
+1112.2168 General Finance
+1112.2171 Phenomenology
+1112.2173 Medical Physics
+1112.2176 Accelerator Physics
+1112.2178 Phenomenology
+1112.2181 Experiment
+1112.2183 Neural and Evolutionary Computing
+1112.2185 Mesoscale and Nanoscale Physics
+1112.2193 Lattice
+1112.2196 Optics
+1112.2197 Mesoscale and Nanoscale Physics
+1112.2202
+cond-mat/0608476 Materials Science
+math-ph/9906016
+0711.0886 General Physics
+0711.2618 Distributed, Parallel, and Cluster Computing
+0712.2877
+0801.3707 Representation Theory
+0807.2789 Mesoscale and Nanoscale Physics
+0808.1282 Theory
+0809.1810 Data Structures and Algorithms
+0810.3740 Quantum Algebra
+0811.0143 Optics
+0812.1749 Differential Geometry
+0902.1116 Instrumentation and Detectors
+0903.1212 Dynamical Systems
+0905.2637 Distributed, Parallel, and Cluster Computing
+0907.0109 Analysis of PDEs
+0908.3761 Theory
+0909.1366 Analysis of PDEs
+0909.5364
+0909.5413 Mathematical Software
+0912.1108 Cosmology and Nongalactic Astrophysics
+0912.2860 Optics
+1002.0198 Analysis of PDEs
+1002.0974 Logic
+1002.2668 General Physics
+1002.3765 Differential Geometry
+1002.4457 Analysis of PDEs
+1003.0947 Analysis of PDEs
+1003.3904 Combinatorics
+1006.0409 Classical Analysis and ODEs
+1006.1970 Theory
+1006.2039 Theory
+1006.3967 Functional Analysis
+1007.0171 Dynamical Systems
+1007.4591 Computational Engineering, Finance, and Science
+1009.1610 Number Theory
+1009.2393 Materials Science
+1009.2980 Solar and Stellar Astrophysics
+1009.3240 Learning
+1009.3457 Mathematical Software
+1010.4153 Mesoscale and Nanoscale Physics
+1010.4270 Strongly Correlated Electrons
+1010.5180
+1010.5348 Probability
+1011.2442 Dynamical Systems
+1011.2449 Phenomenology
+1012.0624 Phenomenology
+1012.0744 Phenomenology
+1012.1204 Phenomenology
+1012.1280 Theory
+1012.1312 Theory
+1012.1576 Optics
+1012.2489 Probability
+1012.3052
+1012.4164
+1101.1556 Populations and Evolution
+1101.1886
+1101.2858
+1101.3028 Strongly Correlated Electrons
+1101.3555 Cosmology and Nongalactic Astrophysics
+1101.4427 Analysis of PDEs
+1101.4722
+1102.2882 Superconductivity
+1102.5734 Superconductivity
+1103.0049 Materials Science
+1103.1180
+1103.2352 Soft Condensed Matter
+1103.2435
+1103.4690 Distributed, Parallel, and Cluster Computing
+1103.4868 Computer Science and Game Theory
+1103.5038 Strongly Correlated Electrons
+1103.5610 Probability
+1103.5861 Number Theory
+1103.5909 Theory
+1104.0463 Analysis of PDEs
+1104.0953
+1104.3852 Theory
+1104.4921 Lattice
+1104.4939 Mesoscale and Nanoscale Physics
+1105.0510 Multiagent Systems
+1105.0560 Strongly Correlated Electrons
+1105.1765 Probability
+1105.2513
+1105.2936 Optics
+1105.4335 Molecular Networks
+1105.4713 Representation Theory
+1105.5293 Quantum Gases
+1106.0865 Strongly Correlated Electrons
+1106.1120 Dynamical Systems
+1106.2953 Computational Physics
+1106.3666
+1106.4331 Mesoscale and Nanoscale Physics
+1106.4494
+1106.4708 Strongly Correlated Electrons
+1106.5197
+1107.0753 Mesoscale and Nanoscale Physics
+1107.1143 Cosmology and Nongalactic Astrophysics
+1107.1237 Cosmology and Nongalactic Astrophysics
+1107.1898 Theory
+1107.1899 Complex Variables
+1107.2962 Superconductivity
+1107.4273 Biological Physics
+1107.4726 Functional Analysis
+1107.5110 Differential Geometry
+1107.5621 Geometric Topology
+1107.5800 Strongly Correlated Electrons
+1108.0172 Classical Analysis and ODEs
+1108.0537
+1108.0612 General Physics
+1108.3855
+1108.4319
+1108.5875 Phenomenology
+1108.6130 Classical Analysis and ODEs
+1109.0573 Information Theory
+1109.0603 Mesoscale and Nanoscale Physics
+1109.2120 Theory
+1109.2556 Neurons and Cognition
+1109.2938 Statistics Theory
+1109.3609 Materials Science
+1109.3669 Atomic Physics
+1109.3827 Information Theory
+1109.3882 Analysis of PDEs
+1109.4085 Molecular Networks
+1109.4156 Discrete Mathematics
+1109.4168 Applications
+1109.4173 Information Theory
+1109.4180 Methodology
+1109.4181 Cosmology and Nongalactic Astrophysics
+1109.4184 Optimization and Control
+1109.4185 Phenomenology
+1109.4190 Number Theory
+1109.4191 Materials Science
+1109.4194 Analysis of PDEs
+1109.4195 Mesoscale and Nanoscale Physics
+1109.4197
+1109.4201 Social and Information Networks
+1109.4202 Statistical Mechanics
+1109.4210 Category Theory
+1109.4213 Phenomenology
+1109.4217 Mesoscale and Nanoscale Physics
+1109.4218 Analysis of PDEs
+1109.4221 Robotics
+1109.4222 Differential Geometry
+1109.4224 Functional Analysis
+1109.4230 Operator Algebras
+1109.4231 Differential Geometry
+1109.4232 Biomolecules
+1109.4233 Mesoscale and Nanoscale Physics
+1109.4234 History and Philosophy of Physics
+1109.4237 Solar and Stellar Astrophysics
+1109.4240 Programming Languages
+1109.4241 Differential Geometry
+1109.4242 Number Theory
+1109.4243 Optimization and Control
+1109.4247 Cosmology and Nongalactic Astrophysics
+1109.4249 Group Theory
+1109.4255 Astrophysics of Galaxies
+1109.4257 Information Retrieval
+1109.4262 Molecular Networks
+1109.4263 Mesoscale and Nanoscale Physics
+1109.4264 Theory
+1109.4267 Disordered Systems and Neural Networks
+1109.4268 Soft Condensed Matter
+1109.4273 Solar and Stellar Astrophysics
+1109.4275 Statistical Mechanics
+1109.4276 Experiment
+1109.4279 Lattice
+1109.4282 Differential Geometry
+1109.4284 Chemical Physics
+1109.4285 Solar and Stellar Astrophysics
+1109.4287 Soft Condensed Matter
+1109.4295
+1109.4297 Phenomenology
+1109.4298 History and Overview
+1109.4304 Mesoscale and Nanoscale Physics
+1109.4311 Probability
+1109.4316 General Physics
+1109.4319 Classical Analysis and ODEs
+1109.4322 Operator Algebras
+1109.4323 Symbolic Computation
+1109.4324 Analysis of PDEs
+1109.4326 High Energy Astrophysical Phenomena
+1109.4328
+1109.4334 Solar and Stellar Astrophysics
+1109.4341
+1109.4345 Probability
+1109.4347 Combinatorics
+1109.4350 Information Theory
+1109.4351 Software Engineering
+1109.4352 Analysis of PDEs
+1109.4353 Logic in Computer Science
+1109.4357 Logic in Computer Science
+1109.4358
+1109.4365 Experiment
+1109.4367 Dynamical Systems
+1109.4368
+1109.4370 Phenomenology
+1109.4372 Statistical Finance
+1109.4375
+1109.4378 Number Theory
+1109.4381 Number Theory
+1109.4383 General Finance
+1109.4385 Theory
+1109.4394 Solar and Stellar Astrophysics
+1109.4399 General Finance
+1109.4400
+1109.4406 Superconductivity
+cond-mat/0209538 Materials Science
+hep-ph/9401329 Phenomenology
+math/0408413 Differential Geometry
+math/0408414 Metric Geometry
+math/0502481 Symplectic Geometry
+math/0508123 Representation Theory
+nucl-th/0003070
+nucl-th/9901100
+quant-ph/0302190
+0706.2166 Number Theory
+0706.2169 Number Theory
+0707.1505 Number Theory
+0801.3045 Number Theory
+0805.2700
+0807.1911 Algebraic Topology
+0902.4164 Phenomenology
+0903.5442 Representation Theory
+0905.4370 Algebraic Geometry
+0906.4311 Operator Algebras
+0907.0884 Data Structures and Algorithms
+0908.3835 Number Theory
+0908.3895 Number Theory
+0910.3343
+0910.4498 Number Theory
+1003.0361 Statistical Mechanics
+1003.3513 Statistical Mechanics
+1004.4558 Algebraic Topology
+1005.1538 Optics
+1005.3012 Theory
+1006.2578
+1006.3217 Rings and Algebras
+1006.4091 Statistical Mechanics
+1007.1949 Superconductivity
+1007.4906 Superconductivity
+1008.0723 Number Theory
+1008.1699 Differential Geometry
+1008.3556 Mesoscale and Nanoscale Physics
+1009.0040 Quantum Gases
+1009.1954 Phenomenology
+1010.2478 Populations and Evolution
+1010.2479 Populations and Evolution
+1010.2905 Materials Science
+1010.6289 Phenomenology
+1011.4381 Computation
+1012.2036 Quantum Gases
+1012.3103
+1012.3145 Complex Variables
+1012.4155 Algebraic Geometry
+1012.5322 Number Theory
+1012.5345 Soft Condensed Matter
+1012.5637 Superconductivity
+1012.5869 Theory
+1101.1303 Mesoscale and Nanoscale Physics
+1101.2758 Statistical Mechanics
+1102.0200 Numerical Analysis
+1102.0738 Statistical Mechanics
+1102.1305 Materials Science
+1102.2367 Materials Science
+1102.3482 Optics
+1102.3546 Analysis of PDEs
+1102.5311 Mesoscale and Nanoscale Physics
+1102.5576 Mesoscale and Nanoscale Physics
+1103.1350 Strongly Correlated Electrons
+1103.5869 Materials Science
+1103.6108 Materials Science
+1104.1415 Algebraic Geometry
+1104.2323 Astrophysics of Galaxies
+1104.5336 Classical Analysis and ODEs
+1105.2021
+1105.2122 General Finance
+1105.4448 Numerical Analysis
+1105.4764 Optimization and Control
+1105.5224
+1105.5256 Computation
+1105.5282 Cryptography and Security
+1105.5322
+1105.5390
+1105.5394 Phenomenology
+1105.5398 Phenomenology
+1105.5404 Soft Condensed Matter
+1105.5406 History and Overview
+1105.5409 Instrumentation and Detectors
+1105.5410 Analysis of PDEs
+1105.5412 Superconductivity
+1105.5413 Combinatorics
+1105.5414 Superconductivity
+1105.5420 Combinatorics
+1105.5422 Group Theory
+1105.5429 Materials Science
+1105.5438 Information Theory
+1105.5439 Trading and Market Microstructure
+1105.5440 Artificial Intelligence
+1105.5441 Artificial Intelligence
+1105.5442 Artificial Intelligence
+1105.5443 Artificial Intelligence
+1105.5444 Artificial Intelligence
+1105.5446 Artificial Intelligence
+1105.5447 Artificial Intelligence
+1105.5448 Artificial Intelligence
+1105.5449 Artificial Intelligence
+1105.5450 Artificial Intelligence
+1105.5451 Artificial Intelligence
+1105.5452 Artificial Intelligence
+1105.5453 Artificial Intelligence
+1105.5454 Artificial Intelligence
+1105.5455 Artificial Intelligence
+1105.5457 Artificial Intelligence
+1105.5458 Artificial Intelligence
+1105.5459 Artificial Intelligence
+1105.5460 Artificial Intelligence
+1105.5461 Artificial Intelligence
+1105.5462 Artificial Intelligence
+1105.5463 Artificial Intelligence
+1105.5464 Learning
+1105.5465 Artificial Intelligence
+1105.5466 Artificial Intelligence
+1105.5471 Functional Analysis
+1105.5475 Rings and Algebras
+1105.5477 Number Theory
+1105.5481 Computational Physics
+1105.5488 Social and Information Networks
+1105.5490 Combinatorics
+1105.5501 Mesoscale and Nanoscale Physics
+1105.5502 Algebraic Topology
+1105.5503 General Finance
+1105.5505 Dynamical Systems
+1105.5507 Commutative Algebra
+1105.5508 Geometric Topology
+1105.5509 Commutative Algebra
+1105.5510
+1105.5513 Phenomenology
+1105.5514 Materials Science
+1105.5515 Networking and Internet Architecture
+1105.5518 Networking and Internet Architecture
+1105.5519 Differential Geometry
+1105.5521 Discrete Mathematics
+1105.5522 Combinatorics
+1105.5540 Neural and Evolutionary Computing
+1105.5541 Number Theory
+1105.5549 Chemical Physics
+1105.5552 Numerical Analysis
+1105.5558 Mesoscale and Nanoscale Physics
+1105.5561 Phenomenology
+1105.5563 Networking and Internet Architecture
+1105.5565 Methodology
+1105.5570 Analysis of PDEs
+1105.5581 Populations and Evolution
+1105.5582 Lattice
+1105.5587 Experiment
+1105.5589 Differential Geometry
+1105.5591 Rings and Algebras
+1105.5592 Learning
+1105.5593 Networking and Internet Architecture
+1105.5596 Cosmology and Nongalactic Astrophysics
+1105.5600 Complex Variables
+1105.5603 Analysis of PDEs
+1105.5607 Analysis of PDEs
+1105.5608 Phenomenology
+1105.5614 Mesoscale and Nanoscale Physics
+1105.5619 Statistical Mechanics
+1105.5620 Classical Analysis and ODEs
+1105.5623 Networking and Internet Architecture
+1105.5627 Classical Analysis and ODEs
+1105.5637 Algebraic Geometry
+math/0508259 Number Theory
+math/9609212 Dynamical Systems
+0804.0038 Number Theory
+0812.5090 General Mathematics
+0903.1127 High Energy Astrophysical Phenomena
+0903.4844 Subcellular Processes
+0904.2928
+0905.2876 Number Theory
+0905.3239 Algebraic Geometry
+0910.1401 Computational Physics
+0910.1929
+0911.0278 Algebraic Geometry
+0911.4871 Biomolecules
+0912.4403 Mesoscale and Nanoscale Physics
+1002.4630 Mesoscale and Nanoscale Physics
+1005.1111 Optics
+1005.5120 Number Theory
+1005.5206 Optics
+1007.2641 Theory
+1009.1047
+1009.3524 Differential Geometry
+1009.3709 Optics
+1009.4272 Differential Geometry
+1009.6086
+1011.2454 Combinatorics
+1011.4709 Optics
+1011.5688 Algebraic Geometry
+1101.5626 Cosmology and Nongalactic Astrophysics
+1101.6057
+1102.2556 Dynamical Systems
+1102.4774 Cosmology and Nongalactic Astrophysics
+1102.5335 Combinatorics
+1103.0982 Phenomenology
+1103.2461
+1103.3979 Classical Analysis and ODEs
+1103.5572 Strongly Correlated Electrons
+1104.3359
+1104.5188 Dynamical Systems
+1104.5686 Differential Geometry
+1105.1252 Quantum Gases
+1105.2733 Statistical Mechanics
+1105.2901 Phenomenology
+1105.3604 Theory
+1105.4147 Strongly Correlated Electrons
+1105.5171 Phenomenology
+1105.6062 Commutative Algebra
+1106.0564 Earth and Planetary Astrophysics
+1106.0798 Optics
+1106.1682 Phenomenology
+1106.2949 Representation Theory
+1106.3420 Mesoscale and Nanoscale Physics
+1106.3891 Superconductivity
+1106.4477 Representation Theory
+1106.5389 Probability
+1106.5921 Probability
+1107.0962 Superconductivity
+1107.4239 Algebraic Geometry
+1107.4531 Phenomenology
+1107.5253 Methodology
+1108.0409
+1108.0978 Phenomenology
+1108.1390 Strongly Correlated Electrons
+1108.1480
+1108.2605 Optics
+1108.4501 Computational Complexity
+1108.4842
+1109.0102 Mesoscale and Nanoscale Physics
+1109.1261 Phenomenology
+1109.1852 Physics and Society
+1109.4083 Phenomenology
+1109.4467 Programming Languages
+1109.5149 Algebraic Geometry
+1109.6062 Mesoscale and Nanoscale Physics
+1109.6215 Theory
+1109.6624 Phenomenology
+1109.6792 Quantum Gases
+1110.0241 Phenomenology
+1110.1322 Number Theory
+1110.1459 Number Theory
+1110.1489
+1110.1720
+1110.2944 Astrophysics of Galaxies
+1110.4555 Solar and Stellar Astrophysics
+1110.4768 Cosmology and Nongalactic Astrophysics
+1110.5403 Phenomenology
+1110.6725
+1110.6921 Cosmology and Nongalactic Astrophysics
+1111.2929 Strongly Correlated Electrons
+1111.3710 Cosmology and Nongalactic Astrophysics
+1111.4548 Materials Science
+1111.4681 Lattice
+1111.4703 Optics
+1111.6446
+1111.6556 Operator Algebras
+1111.7288 Theory
+1112.0514 Methodology
+1112.0859
+1112.2209
+1112.3061 Phenomenology
+1112.3118 Instrumentation and Detectors
+1112.3197 Algebraic Geometry
+1112.3601 Algebraic Geometry
+1112.3733 Mesoscale and Nanoscale Physics
+1112.3955
+1112.4015 Number Theory
+1112.4122 Classical Analysis and ODEs
+1112.4123 Probability
+1112.4124 Analysis of PDEs
+1112.4125 Analysis of PDEs
+1112.4129 Analysis of PDEs
+1112.4176 Exactly Solvable and Integrable Systems
+1112.4278 Analysis of PDEs
+1112.4293 Atmospheric and Oceanic Physics
+1112.4482 Instrumentation and Methods for Astrophysics
+1112.4499 History and Overview
+1112.4504 Analysis of PDEs
+1112.4507 Adaptation and Self-Organizing Systems
+1112.4522
+1112.4523 Computational Geometry
+1112.4525 Analysis of PDEs
+1112.4534 Statistical Finance
+1112.4536 Computational Complexity
+1112.4539 Instrumentation and Methods for Astrophysics
+1112.4543 Theory
+1112.4547 Number Theory
+1112.4548 Number Theory
+1112.4549 Operator Algebras
+1112.4550 Earth and Planetary Astrophysics
+1112.4551
+1112.4554 Statistics Theory
+1112.4555 Group Theory
+1112.4556 Chaotic Dynamics
+1112.4557 Probability
+1112.4559 Group Theory
+1112.4561 Representation Theory
+1112.4569 Exactly Solvable and Integrable Systems
+1112.4572 Computer Science and Game Theory
+1112.4574 Dynamical Systems
+1112.4575 Differential Geometry
+1112.4577 Representation Theory
+1112.4578 Data Structures and Algorithms
+1112.4579
+1112.4584 Operator Algebras
+1112.4587
+1112.4594 Quantum Gases
+1112.4601 Algebraic Geometry
+1112.4603 Algebraic Geometry
+1112.4606 Phenomenology
+1112.4607 Learning
+1112.4611 Theory
+1112.4612 Theory
+1112.4617 Analysis of PDEs
+1112.4622
+1112.4623 Dynamical Systems
+1112.4634 Algebraic Geometry
+1112.4635 Numerical Analysis
+1112.4637 Group Theory
+1112.4638 Materials Science
+1112.4640 Cosmology and Nongalactic Astrophysics
+1112.4643
+1112.4649 Numerical Analysis
+1112.4650 Strongly Correlated Electrons
+1112.4656 Mesoscale and Nanoscale Physics
+1112.4659 High Energy Astrophysical Phenomena
+1112.4665 Analysis of PDEs
+1112.4672
+1112.4673 Analysis of PDEs
+1112.4677 Quantitative Methods
+1112.4679 Solar and Stellar Astrophysics
+1112.4684 Dynamical Systems
+1112.4685
+1112.4686 Dynamical Systems
+1112.4687 Dynamical Systems
+1112.4690
+1112.4692 Phenomenology
+1112.4697 Classical Physics
+1112.4703 Symbolic Computation
+1112.4706 Dynamical Systems
+1112.4708 Social and Information Networks
+1112.4709 Representation Theory
+1112.4711 Chaotic Dynamics
+1112.4718 Probability
+1112.4727 Number Theory
+1112.4730 Mesoscale and Nanoscale Physics
+1112.4731 Mesoscale and Nanoscale Physics
+1112.4741 Metric Geometry
+1112.4742 Networking and Internet Architecture
+1112.4744 Chaotic Dynamics
+1112.4748 Experiment
+1112.4749 Phenomenology
+1112.4759 Mesoscale and Nanoscale Physics
+1112.4763 Mesoscale and Nanoscale Physics
+1112.4765 Functional Analysis
+1112.4766 Mesoscale and Nanoscale Physics
+1112.4773 Networking and Internet Architecture
+1112.4775 Networking and Internet Architecture
+1112.4780 Dynamical Systems
+1112.4781 Analysis of PDEs
+1112.4783 Theory
+1112.4790 Solar and Stellar Astrophysics
+1112.4791 Computational Geometry
+1112.4805 Solar and Stellar Astrophysics
+1112.4808 Biomolecules
+1112.4811 Information Theory
+1112.4823 Instrumentation and Detectors
+1112.4825 Instrumentation and Detectors
+1112.4826 Physics and Society
+1112.4827 Cosmology and Nongalactic Astrophysics
+0708.3003 Statistical Mechanics
+0801.1157
+0803.3225 Other Condensed Matter
+0805.3599
+0810.3402 Theory
+0811.0346
+0811.0406 General Mathematics
+0811.0420 General Mathematics
+0902.0187
+0902.0529 Algebraic Geometry
+0903.5295 Rings and Algebras
+0906.4520 Cosmology and Nongalactic Astrophysics
+0906.5047 Theory
+0908.1490 Information Theory
+0908.3976 Theory
+0909.0105 Information Theory
+0909.0212 Theory
+0909.4700 Quantum Gases
+0911.1209
+0911.4980 Phenomenology
+0912.4027 Theory
+0912.4139 Phenomenology
+1001.1152 Accelerator Physics
+1001.2438 Optimization and Control
+1001.2598 Strongly Correlated Electrons
+1001.2634 Optimization and Control
+1001.3867
+1002.1903 Algebraic Geometry
+1002.2142 Algebraic Geometry
+1002.4024
+1003.2370 Group Theory
+1003.5068 Performance
+1004.1573 Materials Science
+1004.1729 Discrete Mathematics
+1004.1818
+1004.1993 Phenomenology
+1004.2261 Phenomenology
+1004.2885 Cosmology and Nongalactic Astrophysics
+1004.3532
+1004.4590 Information Theory
+1005.0255
+1005.0546 Other Condensed Matter
+1005.4380 Logic
+1005.5025 Algebraic Geometry
+1006.0921
+1006.1471
+1006.2987 Theory
+1006.3403 Computational Physics
+1006.3441 Theory
+1006.4173 Data Structures and Algorithms
+1006.5197
+1007.0516 Experiment
+1007.3683
+1008.0767
+1008.1091 Subcellular Processes
+1008.1520
+1008.2215 Theory
+1008.2756 Phenomenology
+1008.4403 Cosmology and Nongalactic Astrophysics
+1009.0505 Experiment
+1009.0701
+1009.1203 Combinatorics
+1009.1322 Chemical Physics
+1009.1415 Mesoscale and Nanoscale Physics
+1009.1863 Probability
+1009.2089 Theory
+1009.3385 Medical Physics
+1009.3458
+1009.4640 Statistical Mechanics
+1010.0038 Phenomenology
+1010.0227
+1010.1986
+1010.3173 Theory
+1010.3237 Disordered Systems and Neural Networks
+1010.3638 Theory
+1010.3725 Lattice
+1010.3772
+1010.4359
+1010.5013 Theory
+1011.1624 Theory
+1011.1707 Theory
+1011.2505 Astrophysics of Galaxies
+1011.2692 Phenomenology
+1011.3010 High Energy Astrophysical Phenomena
+1011.3820 Phenomenology
+1011.3966 Cosmology and Nongalactic Astrophysics
+1011.4144 Theory
+1011.5917 Phenomenology
+1011.6132 Cosmology and Nongalactic Astrophysics
+1011.6380 Phenomenology
+1011.6452 Phenomenology
+1012.1231 Combinatorics
+1012.1808 Populations and Evolution
+1012.1937 Adaptation and Self-Organizing Systems
+1012.2825 Data Structures and Algorithms
+1012.2882 Theory
+1012.3419 Phenomenology
+1012.4868 Phenomenology
+1012.5034
+1012.5132 Phenomenology
+1012.5368
+1012.5675
+1101.0464 Commutative Algebra
+1101.4485 Materials Science
+1101.4699
+1101.4923 Superconductivity
+1101.5058 Physics and Society
+1101.5235
+1102.1376 Geometric Topology
+1102.1588 Instrumentation and Methods for Astrophysics
+1102.2212 Algebraic Geometry
+1102.2793 Number Theory
+1102.3052 History and Overview
+1102.3813 Data Structures and Algorithms
+1102.4017 Analysis of PDEs
+1102.4173 Superconductivity
+1102.4262 Optics
+1102.4312 General Mathematics
+1102.4338 Solar and Stellar Astrophysics
+1102.4341 Solar and Stellar Astrophysics
+1102.4351 Statistics Theory
+1102.4353 Group Theory
+1102.4355 Rings and Algebras
+1102.4359 Statistics Theory
+1102.4366 Geometric Topology
+1102.4368 Statistics Theory
+1102.4371 Statistics Theory
+1102.4373 Complex Variables
+1102.4377 Dynamical Systems
+1102.4381 Metric Geometry
+1102.4382 Mesoscale and Nanoscale Physics
+1102.4386 Mesoscale and Nanoscale Physics
+1102.4389 Representation Theory
+1102.4390 Instrumentation and Methods for Astrophysics
+1102.4394 Analysis of PDEs
+1102.4396 Number Theory
+1102.4397 Number Theory
+1102.4398 Analysis of PDEs
+1102.4401 Computational Physics
+1102.4408 Solar and Stellar Astrophysics
+1102.4409 Combinatorics
+1102.4413 Operator Algebras
+1102.4419 Astrophysics of Galaxies
+1102.4421 Group Theory
+1102.4424 Differential Geometry
+1102.4425 Representation Theory
+1102.4427 Group Theory
+1102.4429 Databases
+1102.4431 Number Theory
+1102.4438 Earth and Planetary Astrophysics
+1102.4439 Computer Science and Game Theory
+1102.4442 Learning
+1102.4443 Dynamical Systems
+1102.4449
+1102.4450 Disordered Systems and Neural Networks
+1102.4457 Differential Geometry
+1102.4460 High Energy Astrophysical Phenomena
+1102.4461 Lattice
+1102.4462 Adaptation and Self-Organizing Systems
+1102.4469 Networking and Internet Architecture
+1102.4472 Strongly Correlated Electrons
+1102.4473 Materials Science
+1102.4478 Differential Geometry
+1102.4481
+1102.4482 Superconductivity
+1102.4483
+1102.4485 Cosmology and Nongalactic Astrophysics
+1102.4486
+1102.4487
+1102.4488
+1102.4489 Risk Management
+1102.4494 Operator Algebras
+1102.4498 Data Structures and Algorithms
+1102.4499 Chemical Physics
+1102.4504 Materials Science
+1102.4510 Optics
+1102.4514 Astrophysics of Galaxies
+1102.4522 Other Computer Science
+1102.4523 Data Structures and Algorithms
+1102.4524 Group Theory
+1102.4525 Earth and Planetary Astrophysics
+1102.4527 Numerical Analysis
+1102.4533 Probability
+1102.4536 General Physics
+1102.4549 Earth and Planetary Astrophysics
+1102.4553 Functional Analysis
+1102.4556 Analysis of PDEs
+1102.4557 Number Theory
+1102.4563 Robotics
+1102.4569 Phenomenology
+1102.4573 Information Theory
+1102.4578
+1102.4587 Probability
+1102.4590 Soft Condensed Matter
+1102.4599 Social and Information Networks
+1102.4600 Number Theory
+1102.4601 Probability
+1102.4605 General Physics
+1102.4607 Solar and Stellar Astrophysics
+astro-ph/0311015
+cond-mat/0007381
+cond-mat/0108004 Soft Condensed Matter
+cond-mat/0202369 Soft Condensed Matter
+cond-mat/0607323 Superconductivity
+cond-mat/0610224 Soft Condensed Matter
+cond-mat/0701647 Soft Condensed Matter
+cond-mat/9910487
+gr-qc/0508011
+math/0310100 Geometric Topology
+math/0608103 Geometric Topology
+1002.0107
+1102.2889 Phenomenology
+1104.3937 High Energy Astrophysical Phenomena
+0711.1761 Category Theory
+0712.0724 Category Theory
+0803.4466 Logic
+0804.2663 Category Theory
+0806.1261 Differential Geometry
+0806.1833 Pattern Formation and Solitons
+0808.2122 Logic
+0810.4450 Category Theory
+0812.0298 Logic
+0901.1368 Analysis of PDEs
+0903.3339 Superconductivity
+0904.4432 Superconductivity
+0907.2635 Mesoscale and Nanoscale Physics
+0907.4670 Differential Geometry
+0909.3218 Quantum Gases
+0910.1607 Superconductivity
+0910.2207
+0912.2652 Algebraic Geometry
+0912.3393 Quantum Gases
+1001.3881 Quantum Gases
+1002.1662 Combinatorics
+1002.3448 Statistics Theory
+1003.4723 Quantum Gases
+1004.1795 Classical Analysis and ODEs
+1005.2455 Phenomenology
+1006.0632 Quantum Algebra
+1006.1125 Dynamical Systems
+1006.5953 Data Analysis, Statistics and Probability
+1007.0227 Quantum Algebra
+1007.1983 Rings and Algebras
+1007.3399 Optimization and Control
+1007.4638 Logic
+1008.0213 Data Structures and Algorithms
+1008.2280 Differential Geometry
+1009.1331 Phenomenology
+1009.2196 Superconductivity
+1009.3314 Phenomenology
+1009.3682 Logic in Computer Science
+1010.2134 Cosmology and Nongalactic Astrophysics
+1010.3127 Differential Geometry
+1010.4799 Mesoscale and Nanoscale Physics
+1011.0299 Probability
+1011.1043 Social and Information Networks
+1011.4896 Optics
+1011.5425 Data Structures and Algorithms
+1012.0643 Mesoscale and Nanoscale Physics
+1012.1412 Pricing of Securities
+1012.1442 Number Theory
+1012.5593 Dynamical Systems
+1012.5977 Populations and Evolution
+1101.0370 High Energy Astrophysical Phenomena
+1101.0556 Mesoscale and Nanoscale Physics
+1101.3983 Quantitative Methods
+1102.1449 Cosmology and Nongalactic Astrophysics
+1102.2301 Strongly Correlated Electrons
+1103.0021 Mesoscale and Nanoscale Physics
+1103.3985 Soft Condensed Matter
+1103.5066 Quantum Gases
+1103.5723 Complex Variables
+1104.1520
+1104.1872 Optimization and Control
+1104.2044 Cosmology and Nongalactic Astrophysics
+1104.3331 Lattice
+1104.4276 Soft Condensed Matter
+1104.4518 Distributed, Parallel, and Cluster Computing
+1104.5053 Superconductivity
+1104.5673 Cosmology and Nongalactic Astrophysics
+1105.0457 Combinatorics
+1105.5132
+1106.0326 Quantum Gases
+1106.0355 Mesoscale and Nanoscale Physics
+1106.0601 Phenomenology
+1106.2171 Phenomenology
+1106.2442 Methodology
+1106.2602 Complex Variables
+1106.2612 Mesoscale and Nanoscale Physics
+1106.4385 Phenomenology
+1106.4605 Statistical Mechanics
+1106.4839 Phenomenology
+1106.5099 K-Theory and Homology
+1106.5366 Soft Condensed Matter
+1106.5722 Mesoscale and Nanoscale Physics
+1107.0537 Combinatorics
+1107.0908 Solar and Stellar Astrophysics
+1107.2428 Quantum Gases
+1107.2621 Commutative Algebra
+1107.4466 Data Structures and Algorithms
+1107.4647
+1108.0993 Optics
+1108.1128 Phenomenology
+1108.1402 Optics
+1108.1411 Superconductivity
+1108.1529 Optics
+1108.1601 Experiment
+1108.2457 Cosmology and Nongalactic Astrophysics
+1108.2884 Chemical Physics
+1108.3827 Phenomenology
+1108.3897 Solar and Stellar Astrophysics
+1108.5441
+1108.6115 Strongly Correlated Electrons
+1109.1557 Earth and Planetary Astrophysics
+1109.1712 Physics and Society
+1109.1853
+1109.3505 Instrumentation and Detectors
+1109.5425 Differential Geometry
+1109.5427 Differential Geometry
+1110.0157
+1110.2365 Dynamical Systems
+1110.2509 Instrumentation and Methods for Astrophysics
+1110.2543 Accelerator Physics
+1110.2614 High Energy Astrophysical Phenomena
+1110.2624
+1110.2811 Optimization and Control
+1110.3042 Accelerator Physics
+1110.3059
+1110.3062 Information Theory
+1110.3063 Differential Geometry
+1110.3064 Probability
+1110.3066 Earth and Planetary Astrophysics
+1110.3068 Logic
+1110.3070 Experiment
+1110.3075 Superconductivity
+1110.3076 Machine Learning
+1110.3077 Combinatorics
+1110.3079 General Topology
+1110.3082 Algebraic Geometry
+1110.3083 High Energy Astrophysical Phenomena
+1110.3084 Fluid Dynamics
+1110.3085 Fluid Dynamics
+1110.3088 Computation and Language
+1110.3089 Computation and Language
+1110.3091 Computation and Language
+1110.3092 Fluid Dynamics
+1110.3094 Computation and Language
+1110.3096 Fluid Dynamics
+1110.3100 Data Structures and Algorithms
+1110.3101 Analysis of PDEs
+1110.3102 Functional Analysis
+1110.3108 Exactly Solvable and Integrable Systems
+1110.3111 Cosmology and Nongalactic Astrophysics
+1110.3112
+1110.3116 Algebraic Topology
+1110.3117 Algebraic Geometry
+1110.3122 Materials Science
+1110.3123 Fluid Dynamics
+1110.3124 Fluid Dynamics
+1110.3125 Chemical Physics
+1110.3126 Human-Computer Interaction
+1110.3130 Superconductivity
+1110.3131 Dynamical Systems
+1110.3132 Classical Analysis and ODEs
+1110.3134 Geometric Topology
+1110.3142 Solar and Stellar Astrophysics
+1110.3154 High Energy Astrophysical Phenomena
+1110.3158 Databases
+1110.3166 Astrophysics of Galaxies
+1110.3168 Dynamical Systems
+1110.3169 Instrumentation and Methods for Astrophysics
+1110.3171
+1110.3177 Information Theory
+1110.3179
+1110.3181
+1110.3182 Commutative Algebra
+1110.3185 Symbolic Computation
+1110.3188 Analysis of PDEs
+1110.3190
+1110.3192 Dynamical Systems
+1110.3194 Computer Vision and Pattern Recognition
+1110.3195 Information Theory
+1110.3197 Information Theory
+1110.3198 Combinatorics
+1110.3199 Medical Physics
+1110.3206 Differential Geometry
+1110.3210 Phenomenology
+1110.3211 Computational Complexity
+1110.3215 Experiment
+1110.3217 Group Theory
+1110.3219 Dynamical Systems
+1110.3222 Functional Analysis
+1110.3227 Functional Analysis
+1110.3232 Instrumentation and Detectors
+1110.3236 Functional Analysis
+1110.3237 Optimization and Control
+1110.3241 Accelerator Physics
+1110.3243 Accelerator Physics
+1110.3244 Solar and Stellar Astrophysics
+1110.3249 Experiment
+1110.3254 Probability
+1110.3257 Applications
+1110.3258 Theory
+1110.3260 Optics
+1110.3264 Information Theory
+1110.3265 Probability
+1110.3270 Analysis of PDEs
+1110.3273 Fluid Dynamics
+1110.3276 Fluid Dynamics
+1110.3284 Phenomenology
+1110.3286 Group Theory
+1110.3299 Phenomenology
+1110.3301 Analysis of PDEs
+1110.3307 General Physics
+1110.3311 Strongly Correlated Electrons
+1110.3313 Experiment
+astro-ph/0702189
+cond-mat/9804288
+0704.3780 Neural and Evolutionary Computing
+0705.0134
+0706.3661 Statistical Mechanics
+0709.4241 Combinatorics
+0805.4587 Statistical Mechanics
+0806.2238 Combinatorics
+0807.2058 Differential Geometry
+0810.0783
+0810.1477 Biological Physics
+0901.2360 Probability
+0901.4085 High Energy Astrophysical Phenomena
+0901.4501
+0902.0240 Methodology
+0903.0230 Functional Analysis
+0904.2052 Methodology
+0905.3872 Symplectic Geometry
+0906.3568 Theory
+0907.3096 Quantum Gases
+0908.4493 Analysis of PDEs
+0909.2245 Theory
+0910.0311 Analysis of PDEs
+0910.4297 Cosmology and Nongalactic Astrophysics
+0911.1802 Number Theory
+0911.3250 General Topology
+1001.1639 Number Theory
+1002.1621
+1003.2163 Statistical Mechanics
+1004.2080 Rings and Algebras
+1004.2667 General Physics
+1005.1994 Analysis of PDEs
+1005.2862 Risk Management
+1005.2885 Cosmology and Nongalactic Astrophysics
+1005.3554
+1005.3558
+1008.0219 Analysis of PDEs
+1008.1447 Superconductivity
+1008.3654 Statistics Theory
+1008.3992 High Energy Astrophysical Phenomena
+1008.4840 Soft Condensed Matter
+1008.5001 Soft Condensed Matter
+1009.0579 Computational Geometry
+1009.2065 Optimization and Control
+1009.2138 Analysis of PDEs
+1009.4004 Computer Vision and Pattern Recognition
+1009.5438 Quantum Gases
+1010.0794 Soft Condensed Matter
+1011.3180 Combinatorics
+1011.4533
+1011.5765 General Physics
+1012.2323 Numerical Analysis
+1101.2308
+1101.4606 Algebraic Geometry
+1102.0718
+1102.1929 Physics and Society
+1102.4434 Methodology
+1102.4609 Chaotic Dynamics
+1103.1787 Methodology
+1103.2533 Complex Variables
+1103.2537 Complex Variables
+1103.2633 Other Condensed Matter
+1103.4940 Theory
+1104.0560 Algebraic Geometry
+1104.2137 Probability
+1104.2217 Computer Science and Game Theory
+1105.0744
+1105.0782
+1105.1071 Cryptography and Security
+1105.1747 Spectral Theory
+1105.2751 Logic in Computer Science
+1105.5107 Theory
+1105.5716 Statistical Mechanics
+1106.1354 Algebraic Geometry
+1106.1397 High Energy Astrophysical Phenomena
+1106.2600 Superconductivity
+1106.3801 Superconductivity
+1106.3807
+1106.4335 Plasma Physics
+1106.4486 Phenomenology
+1106.4523 Phenomenology
+1106.5072
+1106.5741 Number Theory
+1107.0518 Representation Theory
+1107.0719 Cosmology and Nongalactic Astrophysics
+1107.2697
+1107.3103 Strongly Correlated Electrons
+1107.3235
+1107.3322
+1107.4202 Mesoscale and Nanoscale Physics
+1107.4667 Computer Vision and Pattern Recognition
+1107.4977 Cosmology and Nongalactic Astrophysics
+1107.5467
+1108.1339 Mesoscale and Nanoscale Physics
+1108.3339 Phenomenology
+1108.3741 Astrophysics of Galaxies
+1108.4009 Fluid Dynamics
+1108.4283 Other Condensed Matter
+1108.5642 Quantum Gases
+1108.5676 Phenomenology
+1108.5996 Representation Theory
+1108.6207
+1109.2060
+1109.2895 Cosmology and Nongalactic Astrophysics
+1109.3271 Disordered Systems and Neural Networks
+1109.4355 Analysis of PDEs
+1109.4940 Theory
+1109.5271
+1109.5636 Networking and Internet Architecture
+1110.1453 Phenomenology
+1110.1478
+1110.1589 Exactly Solvable and Integrable Systems
+1110.2037 Phenomenology
+1110.2056 Logic
+1110.2064 Phenomenology
+1110.2348 Functional Analysis
+1110.4006 Biological Physics
+1110.5030 Dynamical Systems
+1110.5302 Experiment
+1110.5672 Representation Theory
+1111.0660 Theory
+1111.1318 Theory
+1111.1829 Popular Physics
+1111.3602 Cryptography and Security
+1111.3711 Networking and Internet Architecture
+1111.4464 Fluid Dynamics
+1111.4602 Optics
+1111.5517 Strongly Correlated Electrons
+1111.6963 Functional Analysis
+1112.0889 Phenomenology
+1112.1401 Complex Variables
+1112.1809 Geometric Topology
+1112.2406 Portfolio Management
+1112.2772 Instrumentation and Methods for Astrophysics
+1112.2773 Dynamical Systems
+1112.2946 Experiment
+1112.3126 Cosmology and Nongalactic Astrophysics
+1112.3167 Combinatorics
+1112.3269 Phenomenology
+1112.3484 Phenomenology
+1112.3485 Statistical Mechanics
+1112.3620 Data Analysis, Statistics and Probability
+1112.3927
+1112.3962 Theory
+1112.3970 Cosmology and Nongalactic Astrophysics
+1112.3971 Accelerator Physics
+1112.3977 Differential Geometry
+1112.3980 Analysis of PDEs
+1112.3982 Probability
+1112.3983 Analysis of PDEs
+1112.3984 Theory
+1112.3988 Molecular Networks
+1112.3991 Populations and Evolution
+1112.3999 Solar and Stellar Astrophysics
+1112.4005 Optimization and Control
+1112.4006 Computer Science and Game Theory
+1112.4007 Portfolio Management
+1112.4010
+1112.4012 Instrumentation and Methods for Astrophysics
+1112.4014 Symbolic Computation
+1112.4016 Software Engineering
+1112.4017 Software Engineering
+1112.4018 Cryptography and Security
+1112.4019 Digital Libraries
+1112.4020 Learning
+1112.4021 Instrumentation and Methods for Astrophysics
+1112.4023 Lattice
+1112.4026 Combinatorics
+1112.4029 Analysis of PDEs
+1112.4031 Databases
+1112.4033 Cryptography and Security
+1112.4037 Computers and Society
+1112.4043 Analysis of PDEs
+1112.4044 Superconductivity
+1112.4049 Software Engineering
+1112.4057 Artificial Intelligence
+1112.4059 Neurons and Cognition
+1112.4060 Computer Vision and Pattern Recognition
+1112.4063 Quantum Algebra
+1112.4064 Computer Vision and Pattern Recognition
+1112.4065 Dynamical Systems
+1112.4072 Algebraic Geometry
+1112.4073 Theory
+1112.4075 Dynamical Systems
+1112.4076 Information Theory
+1112.4080 Exactly Solvable and Integrable Systems
+1112.4087 Combinatorics
+1112.4089 High Energy Astrophysical Phenomena
+1112.4094 Phenomenology
+1112.4099 Other Computer Science
+1112.4103 Lattice
+1112.4114
+1112.4118 Methodology
+1112.4120 Theory
+1112.4128 Category Theory
+1112.4130 Probability
+1112.4132 Analysis of PDEs
+1112.4135 Computer Vision and Pattern Recognition
+1112.4136 Theory
+1112.4139 Instrumentation and Methods for Astrophysics
+1112.4140 Plasma Physics
+1112.4143 Dynamical Systems
+1112.4148 Complex Variables
+1112.4149 Information Theory
+1112.4155 Experiment
+1112.4156 Analysis of PDEs
+1112.4163 Lattice
+1112.4165 Instrumentation and Methods for Astrophysics
+1112.4166 General Topology
+1112.4167 Information Theory
+1112.4174 Combinatorics
+1112.4177 Differential Geometry
+1112.4181 Differential Geometry
+1112.4182 K-Theory and Homology
+1112.4186 Cosmology and Nongalactic Astrophysics
+1112.4188 High Energy Astrophysical Phenomena
+1112.4190 Human-Computer Interaction
+1112.4191 Human-Computer Interaction
+1112.4198
+1112.4200
+1112.4201 Theory
+1112.4206 Classical Analysis and ODEs
+1112.4208 Probability
+1112.4212 Theory
+1112.4214 Networking and Internet Architecture
+1112.4216 Analysis of PDEs
+1112.4219 Analysis of PDEs
+1112.4226 Number Theory
+1112.4235 Lattice
+1112.4237 Cryptography and Security
+1112.4238 Numerical Analysis
+1112.4241 Classical Analysis and ODEs
+1112.4243 Learning
+1112.4247
+1112.4253 Information Theory
+1112.4259 Geophysics
+1112.4264 Computer Science and Game Theory
+1112.4267 Number Theory
+1112.4274 Lattice
+1112.4276 Dynamical Systems
+1112.4277 Category Theory
+1112.4283
+1112.4288 Differential Geometry
+1112.4295 Computational Complexity
+1112.4297 Analysis of PDEs
+1112.4302 High Energy Astrophysical Phenomena
+1112.4303 Distributed, Parallel, and Cluster Computing
+1112.4313 Data Analysis, Statistics and Probability
+1112.4317 Algebraic Geometry
+1112.4321 Methodology
+1112.4322 Instrumentation and Detectors
+1112.4329 Solar and Stellar Astrophysics
+1112.4330 Representation Theory
+1112.4336 Lattice
+1112.4339 Networking and Internet Architecture
+1112.4344 Learning
+1112.4351 Probability
+1112.4355 Experiment
+1112.4359 Differential Geometry
+1112.4368 Phenomenology
+1112.4370 Logic
+1112.4372 Earth and Planetary Astrophysics
+1112.4377 Dynamical Systems
+1112.4383 General Physics
+1112.4386 Cosmology and Nongalactic Astrophysics
+1112.4392 Lattice
+1112.4394 Machine Learning
+1112.4396 Discrete Mathematics
+1112.4398 Analysis of PDEs
+1112.4401 Analysis of PDEs
+1112.4410 Data Analysis, Statistics and Probability
+1112.4413 Statistics Theory
+1112.4417 Commutative Algebra
+1112.4424 Logic
+1112.4425 Superconductivity
+1112.4428 Logic in Computer Science
+1112.4435 Solar and Stellar Astrophysics
+1112.4438 Genomics
+1112.4440 Fluid Dynamics
+1112.4445 Differential Geometry
+1112.4449
+1112.4454 Neural and Evolutionary Computing
+1112.4455 Mesoscale and Nanoscale Physics
+1112.4456 Social and Information Networks
+1112.4458 Optimization and Control
+1112.4463 Optimization and Control
+cond-mat/0105193 Statistical Mechanics
+cond-mat/0312326 Statistical Mechanics
+cond-mat/0608385 Superconductivity
+cond-mat/0610820 Statistical Mechanics
+cond-mat/0612516 Statistical Mechanics
+hep-ph/0205256 Phenomenology
+math-ph/0507040
+math/0209321 Quantum Algebra
+math/0503011 Combinatorics
+math/0506630 Combinatorics
+math/0510614 Combinatorics
+math/0602169 Rings and Algebras
+math/0610752 Geometric Topology
+math/0612140 Statistics Theory
+q-bio/0609039 Populations and Evolution
+q-bio/0610014 Populations and Evolution
+quant-ph/0703148
+0706.0103 Logic in Computer Science
+0709.1308 Logic in Computer Science
+0711.1442
+0712.1345 Logic in Computer Science
+0802.1805 Classical Analysis and ODEs
+0805.3521 Logic in Computer Science
+0810.0324 Algebraic Geometry
+0812.3680 Symplectic Geometry
+0904.2408 Atomic Physics
+0904.3367 Optimization and Control
+0905.0806 History and Philosophy of Physics
+0905.3903 Phenomenology
+0907.2770 Applications
+0907.2827 Geometric Topology
+0908.1518 Statistical Mechanics
+0908.4278 Theory
+0909.0985 Analysis of PDEs
+0909.0986 Analysis of PDEs
+0911.1478
+0912.0676 Algebraic Geometry
+0912.1212 Algebraic Topology
+1001.4475 Learning
+1002.3748
+1002.3800 Analysis of PDEs
+1003.5167 Quantum Gases
+1003.5356 Statistical Finance
+1003.5739 Combinatorics
+1004.0739 Logic in Computer Science
+1004.2320
+1005.0285 Solar and Stellar Astrophysics
+1005.3650 Theory
+1005.4215 Plasma Physics
+1005.5194 Combinatorics
+1005.5555 Classical Analysis and ODEs
+1006.4977 Number Theory
+1007.1229 Discrete Mathematics
+1007.1898 Atomic Physics
+1007.5152 Phenomenology
+1007.5226 Classical Analysis and ODEs
+1007.5320 Strongly Correlated Electrons
+1008.4414 Instrumentation and Methods for Astrophysics
+1009.0611 Superconductivity
+1009.2542 Phenomenology
+1009.3024 Phenomenology
+1009.4117 K-Theory and Homology
+1010.0190 Materials Science
+1010.0738 Statistical Mechanics
+1010.4119 Strongly Correlated Electrons
+1010.5820 Materials Science
+1011.0746
+1011.1031 Logic
+1011.3178 Logic
+1011.4501 Number Theory
+1011.5155 Number Theory
+1011.6328
+1011.6655 Strongly Correlated Electrons
+1012.4394 Mesoscale and Nanoscale Physics
+1012.5980 Superconductivity
+1101.0833 Dynamical Systems
+1101.3732 Instrumentation and Methods for Astrophysics
+1101.4993
+1102.0778 Quantum Gases
+1102.2043 Number Theory
+1102.2788 Strongly Correlated Electrons
+1102.2912 Solar and Stellar Astrophysics
+1102.4545 Superconductivity
+1102.5438 Combinatorics
+1103.0918 Differential Geometry
+1103.1677 Statistical Mechanics
+1103.4826
+1104.0237 Classical Analysis and ODEs
+1104.1902 Commutative Algebra
+1104.2051 Theory
+1104.2270 Differential Geometry
+1104.2368 Networking and Internet Architecture
+1104.2479 Data Analysis, Statistics and Probability
+1104.2605 Theory
+1104.2611 Statistical Mechanics
+1104.2615
+1104.2616 Quantitative Methods
+1104.2626 Operator Algebras
+1104.2634 History and Philosophy of Physics
+1104.2636
+1104.2638 Classical Physics
+1104.2639 Functional Analysis
+1104.2640 Representation Theory
+1104.2642 Geometric Topology
+1104.2644 Neural and Evolutionary Computing
+1104.2647 Differential Geometry
+1104.2648 High Energy Astrophysical Phenomena
+1104.2666 Chemical Physics
+1104.2671 Functional Analysis
+1104.2676 Applications
+1104.2678 Probability
+1104.2681 Programming Languages
+1104.2684 Analysis of PDEs
+1104.2686 Functional Analysis
+1104.2693 Materials Science
+1104.2697 Analysis of PDEs
+1104.2699 History and Overview
+1104.2702 Combinatorics
+1104.2703 Applications
+1104.2706 Combinatorics
+1104.2709
+1104.2710
+1104.2717 Applications
+1104.2719 Applications
+1104.2720 Optics
+1104.2721 Databases
+1104.2724 Commutative Algebra
+1104.2732 Distributed, Parallel, and Cluster Computing
+1104.2741 Geophysics
+1104.2745 Computer Vision and Pattern Recognition
+1104.2748 Applications
+1104.2751 Computer Vision and Pattern Recognition
+1104.2753 Commutative Algebra
+1104.2756 Databases
+1104.2759
+1104.2766 Differential Geometry
+1104.2776 Category Theory
+1104.2779 Probability
+1104.2784 Information Theory
+1104.2793 General Topology
+1104.2799 Data Structures and Algorithms
+1104.2806 Functional Analysis
+1104.2807 Quantum Algebra
+1104.2815 Cosmology and Nongalactic Astrophysics
+1104.2816 Computational Complexity
+1104.2817
+1104.2819
+1104.2825 Logic in Computer Science
+1104.2826 Methodology
+1104.2829 Adaptation and Self-Organizing Systems
+1104.2859 Classical Analysis and ODEs
+1104.2860 Quantum Gases
+1104.2862 Combinatorics
+1104.2867 Strongly Correlated Electrons
+1104.2871 Instrumentation and Detectors
+1104.2872 Computer Science and Game Theory
+1104.2882 Data Structures and Algorithms
+1104.2885 Popular Physics
+1104.2891 Probability
+1104.2895 Physics and Society
+astro-ph/9501064
+astro-ph/9501065
+astro-ph/9501071
+astro-ph/9502041
+astro-ph/9503036
+astro-ph/9509002
+astro-ph/9510075
+astro-ph/9511036
+astro-ph/9512088
+astro-ph/9607079
+astro-ph/9608060
+astro-ph/9609016
+astro-ph/9609081
+astro-ph/9609110
+astro-ph/9610220
+astro-ph/9610234
+astro-ph/9611018
+astro-ph/9611102
+astro-ph/9611175
+astro-ph/9611186
+astro-ph/9611227
+astro-ph/9612004
+astro-ph/9612011
+astro-ph/9701118
+astro-ph/9704026
+astro-ph/9707015
+astro-ph/9709187
+astro-ph/9710019
+astro-ph/9801117
+astro-ph/9802007
+astro-ph/9802083
+astro-ph/9803312
+astro-ph/9803328
+astro-ph/9804041
+astro-ph/9805252
+astro-ph/9808098
+astro-ph/9811360
+astro-ph/9901076
+astro-ph/9903160
+astro-ph/9904102
+astro-ph/9908003
+astro-ph/9911058
+cond-mat/9512099
+cond-mat/9610143 Statistical Mechanics
+cond-mat/9905320
+cond-mat/9908311 Statistical Mechanics
+cond-mat/9909236
+cond-mat/9909240 Statistical Mechanics
+cond-mat/9911070 Statistical Mechanics
+cs/0404023 Logic in Computer Science
+cs/0404024 Logic in Computer Science
+cs/0406037 Logic in Computer Science
+cs/0407054 Logic in Computer Science
+cs/0501031 Logic in Computer Science
+cs/0507045 Logic in Computer Science
+cs/0512100 Logic in Computer Science
+cs/0602011 Logic in Computer Science
+gr-qc/0003043
+gr-qc/0004031
+gr-qc/0004049
+gr-qc/0005023
+gr-qc/0006104
+gr-qc/0007027
+gr-qc/0010018
+gr-qc/0010105
+gr-qc/0206057
+gr-qc/9306009
+gr-qc/9308020
+gr-qc/9406025
+gr-qc/9406040
+gr-qc/9406047
+gr-qc/9406048
+gr-qc/9407040
+gr-qc/9506042
+gr-qc/9507058
+gr-qc/9509056
+gr-qc/9510032
+gr-qc/9511049
+gr-qc/9511080
+gr-qc/9602014
+gr-qc/9606049
+gr-qc/9607077
+gr-qc/9608006
+gr-qc/9608008
+gr-qc/9608009
+gr-qc/9608010
+gr-qc/9609020
+gr-qc/9610024
+gr-qc/9611057
+gr-qc/9612058
+gr-qc/9701027
+gr-qc/9703022
+gr-qc/9704051
+gr-qc/9708016
+gr-qc/9708062
+gr-qc/9710086
+gr-qc/9712073
+gr-qc/9801029
+gr-qc/9802040
+gr-qc/9802066
+gr-qc/9803017
+gr-qc/9805016
+gr-qc/9806119
+gr-qc/9806122
+gr-qc/9812034
+gr-qc/9812063
+gr-qc/9904022
+gr-qc/9904039
+gr-qc/9908022
+gr-qc/9909093
+gr-qc/9910035
+gr-qc/9910046
+gr-qc/9910080
+gr-qc/9911006
+gr-qc/9911021
+gr-qc/9912079
+gr-qc/9912114
+hep-ex/0001024 Experiment
+hep-ex/0001042 Experiment
+hep-ex/0001059 Experiment
+hep-ex/0002063 Experiment
+hep-ex/0003014 Experiment
+hep-ex/9512003 Experiment
+hep-ex/9610003 Experiment
+hep-ex/9907017 Experiment
+hep-ex/9908047 Experiment
+hep-ex/9910058 Experiment
+hep-ex/9912004 Experiment
+hep-ex/9912007 Experiment
+hep-ex/9912010 Experiment
+hep-ex/9912019 Experiment
+hep-ex/9912040 Experiment
+hep-ex/9912042 Experiment
+hep-lat/0002030 Lattice
+hep-lat/0007029 Lattice
+hep-lat/9208024 Lattice
+hep-lat/9209005 Lattice
+hep-lat/9210007 Lattice
+hep-lat/9308014 Lattice
+hep-lat/9311013 Lattice
+hep-lat/9311037 Lattice
+hep-lat/9312055 Lattice
+hep-lat/9409008 Lattice
+hep-lat/9606006 Lattice
+hep-lat/9608151 Lattice
+hep-lat/9904005 Lattice
+hep-lat/9911032 Lattice
+hep-lat/9912011 Lattice
+hep-lat/9912020 Lattice
+hep-lat/9912022 Lattice
+hep-lat/9912026 Lattice
+hep-lat/9912033 Lattice
+hep-lat/9912048 Lattice
+hep-ph/0001094 Phenomenology
+hep-ph/0001126 Phenomenology
+hep-ph/0002070 Phenomenology
+hep-ph/0002218 Phenomenology
+hep-ph/0003108 Phenomenology
+hep-ph/0008123 Phenomenology
+hep-ph/0105343 Phenomenology
+hep-ph/9301281 Phenomenology
+hep-ph/9306217 Phenomenology
+hep-ph/9308301 Phenomenology
+hep-ph/9309257 Phenomenology
+hep-ph/9309268 Phenomenology
+hep-ph/9401279 Phenomenology
+hep-ph/9404323 Phenomenology
+hep-ph/9404358 Phenomenology
+hep-ph/9404363 Phenomenology
+hep-ph/9406267 Phenomenology
+hep-ph/9406395 Phenomenology
+hep-ph/9407240 Phenomenology
+hep-ph/9408201 Phenomenology
+hep-ph/9408270 Phenomenology
+hep-ph/9409325 Phenomenology
+hep-ph/9409412 Phenomenology
+hep-ph/9410412 Phenomenology
+hep-ph/9411300 Phenomenology
+hep-ph/9412244 Phenomenology
+hep-ph/9505434 Phenomenology
+hep-ph/9506229 Phenomenology
+hep-ph/9506237 Phenomenology
+hep-ph/9506379 Phenomenology
+hep-ph/9507281 Phenomenology
+hep-ph/9507356 Phenomenology
+hep-ph/9507360 Phenomenology
+hep-ph/9508235 Phenomenology
+hep-ph/9509357 Phenomenology
+hep-ph/9509362 Phenomenology
+hep-ph/9510296 Phenomenology
+hep-ph/9510299 Phenomenology
+hep-ph/9510339 Phenomenology
+hep-ph/9510350 Phenomenology
+hep-ph/9510371 Phenomenology
+hep-ph/9510374 Phenomenology
+hep-ph/9510382 Phenomenology
+hep-ph/9510414 Phenomenology
+hep-ph/9510442 Phenomenology
+hep-ph/9510443 Phenomenology
+hep-ph/9510459 Phenomenology
+hep-ph/9511218 Phenomenology
+hep-ph/9511223 Phenomenology
+hep-ph/9511246 Phenomenology
+hep-ph/9511249 Phenomenology
+hep-ph/9511253 Phenomenology
+hep-ph/9511334 Phenomenology
+hep-ph/9511339 Phenomenology
+hep-ph/9511372 Phenomenology
+hep-ph/9511427 Phenomenology
+hep-ph/9511450 Phenomenology
+hep-ph/9512203 Phenomenology
+hep-ph/9512245 Phenomenology
+hep-ph/9601250 Phenomenology
+hep-ph/9603231 Phenomenology
+hep-ph/9604216 Phenomenology
+hep-ph/9604281 Phenomenology
+hep-ph/9604314 Phenomenology
+hep-ph/9604324 Phenomenology
+hep-ph/9605354 Phenomenology
+hep-ph/9606208 Phenomenology
+hep-ph/9606424 Phenomenology
+hep-ph/9606478 Phenomenology
+hep-ph/9607255 Phenomenology
+hep-ph/9607271 Phenomenology
+hep-ph/9607468 Phenomenology
+hep-ph/9608362 Phenomenology
+hep-ph/9609208 Phenomenology
+hep-ph/9609281 Phenomenology
+hep-ph/9609334 Phenomenology
+hep-ph/9609338 Phenomenology
+hep-ph/9609345 Phenomenology
+hep-ph/9609422 Phenomenology
+hep-ph/9609426 Phenomenology
+hep-ph/9609429 Phenomenology
+hep-ph/9609461 Phenomenology
+hep-ph/9610349 Phenomenology
+hep-ph/9610350 Phenomenology
+hep-ph/9610364 Phenomenology
+hep-ph/9610371 Phenomenology
+hep-ph/9610372 Phenomenology
+hep-ph/9610417 Phenomenology
+hep-ph/9610427 Phenomenology
+hep-ph/9610467 Phenomenology
+hep-ph/9610510 Phenomenology
+hep-ph/9610516 Phenomenology
+hep-ph/9611212 Phenomenology
+hep-ph/9611238 Phenomenology
+hep-ph/9611241 Phenomenology
+hep-ph/9611282 Phenomenology
+hep-ph/9611299 Phenomenology
+hep-ph/9611308 Phenomenology
+hep-ph/9611323 Phenomenology
+hep-ph/9611336 Phenomenology
+hep-ph/9611354 Phenomenology
+hep-ph/9611426 Phenomenology
+hep-ph/9611449 Phenomenology
+hep-ph/9612262 Phenomenology
+hep-ph/9612275 Phenomenology
+hep-ph/9612296 Phenomenology
+hep-ph/9612315 Phenomenology
+hep-ph/9612325 Phenomenology
+hep-ph/9612331 Phenomenology
+hep-ph/9612359 Phenomenology
+hep-ph/9612361 Phenomenology
+hep-ph/9612384 Phenomenology
+hep-ph/9612491 Phenomenology
+hep-ph/9701360 Phenomenology
+hep-ph/9702230 Phenomenology
+hep-ph/9703205 Phenomenology
+hep-ph/9703422 Phenomenology
+hep-ph/9703431 Phenomenology
+hep-ph/9704292 Phenomenology
+hep-ph/9704295 Phenomenology
+hep-ph/9704401 Phenomenology
+hep-ph/9704435 Phenomenology
+hep-ph/9705419 Phenomenology
+hep-ph/9706202 Phenomenology
+hep-ph/9707461 Phenomenology
+hep-ph/9708293 Phenomenology
+hep-ph/9708301 Phenomenology
+hep-ph/9708452 Phenomenology
+hep-ph/9709232 Phenomenology
+hep-ph/9709272 Phenomenology
+hep-ph/9709302 Phenomenology
+hep-ph/9709323 Phenomenology
+hep-ph/9709347 Phenomenology
+hep-ph/9709416 Phenomenology
+hep-ph/9709436 Phenomenology
+hep-ph/9710320 Phenomenology
+hep-ph/9710442 Phenomenology
+hep-ph/9710481 Phenomenology
+hep-ph/9711213 Phenomenology
+hep-ph/9711258 Phenomenology
+hep-ph/9711270 Phenomenology
+hep-ph/9711291 Phenomenology
+hep-ph/9711315 Phenomenology
+hep-ph/9711390 Phenomenology
+hep-ph/9711437 Phenomenology
+hep-ph/9711506 Phenomenology
+hep-ph/9712275 Phenomenology
+hep-ph/9712283 Phenomenology
+hep-ph/9712320 Phenomenology
+hep-ph/9712434 Phenomenology
+hep-ph/9712436 Phenomenology
+hep-ph/9801314 Phenomenology
+hep-ph/9801394 Phenomenology
+hep-ph/9802370 Phenomenology
+hep-ph/9803325 Phenomenology
+hep-ph/9803358 Phenomenology
+hep-ph/9805362 Phenomenology
+hep-ph/9806284 Phenomenology
+hep-ph/9806331 Phenomenology
+hep-ph/9807210 Phenomenology
+hep-ph/9807274 Phenomenology
+hep-ph/9807292 Phenomenology
+hep-ph/9807304 Phenomenology
+hep-ph/9807404 Phenomenology
+hep-ph/9807471 Phenomenology
+hep-ph/9807562 Phenomenology
+hep-ph/9808281 Phenomenology
+hep-ph/9808365 Phenomenology
+hep-ph/9808381 Phenomenology
+hep-ph/9808494 Phenomenology
+hep-ph/9809213 Phenomenology
+hep-ph/9809272 Phenomenology
+hep-ph/9809595 Phenomenology
+hep-ph/9811228 Phenomenology
+hep-ph/9811264 Phenomenology
+hep-ph/9811516 Phenomenology
+hep-ph/9812368 Phenomenology
+hep-ph/9812526 Phenomenology
+hep-ph/9901313 Phenomenology
+hep-ph/9901315 Phenomenology
+hep-ph/9901322 Phenomenology
+hep-ph/9901338 Phenomenology
+hep-ph/9901417 Phenomenology
+hep-ph/9902229 Phenomenology
+hep-ph/9902346 Phenomenology
+hep-ph/9902360 Phenomenology
+hep-ph/9902459 Phenomenology
+hep-ph/9903248 Phenomenology
+hep-ph/9904300 Phenomenology
+hep-ph/9905251 Phenomenology
+hep-ph/9905374 Phenomenology
+hep-ph/9905497 Phenomenology
+hep-ph/9906263 Phenomenology
+hep-ph/9906264 Phenomenology
+hep-ph/9906315 Phenomenology
+hep-ph/9906386 Phenomenology
+hep-ph/9907316 Phenomenology
+hep-ph/9907503 Phenomenology
+hep-ph/9907565 Phenomenology
+hep-ph/9907566 Phenomenology
+hep-ph/9908258 Phenomenology
+hep-ph/9908470 Phenomenology
+hep-ph/9909252 Phenomenology
+hep-ph/9909547 Phenomenology
+hep-ph/9910227 Phenomenology
+hep-ph/9910336 Phenomenology
+hep-ph/9910340 Phenomenology
+hep-ph/9910355 Phenomenology
+hep-ph/9910357 Phenomenology
+hep-ph/9910358 Phenomenology
+hep-ph/9910379 Phenomenology
+hep-ph/9910384 Phenomenology
+hep-ph/9910428 Phenomenology
+hep-ph/9910455 Phenomenology
+hep-ph/9910472 Phenomenology
+hep-ph/9910496 Phenomenology
+hep-ph/9910513 Phenomenology
+hep-ph/9910524 Phenomenology
+hep-ph/9910528 Phenomenology
+hep-ph/9911260 Phenomenology
+hep-ph/9911371 Phenomenology
+hep-ph/9911403 Phenomenology
+hep-ph/9911405 Phenomenology
+hep-ph/9911412 Phenomenology
+hep-ph/9911445 Phenomenology
+hep-ph/9911455 Phenomenology
+hep-ph/9911499 Phenomenology
+hep-ph/9912227 Phenomenology
+hep-ph/9912279 Phenomenology
+hep-ph/9912288 Phenomenology
+hep-ph/9912292 Phenomenology
+hep-ph/9912294 Phenomenology
+hep-ph/9912311 Phenomenology
+hep-ph/9912337 Phenomenology
+hep-ph/9912346 Phenomenology
+hep-ph/9912422 Phenomenology
+hep-ph/9912442 Phenomenology
+hep-ph/9912443 Phenomenology
+hep-ph/9912462 Phenomenology
+hep-ph/9912521 Phenomenology
+hep-ph/9912550 Phenomenology
+hep-th/0001103 Theory
+hep-th/0001110 Theory
+hep-th/0001136 Theory
+hep-th/0002136 Theory
+hep-th/0002162 Theory
+hep-th/0005264 Theory
+hep-th/0108221 Theory
+hep-th/0206051 Theory
+hep-th/0209099 Theory
+hep-th/0307025 Theory
+hep-th/0310040 Theory
+hep-th/0405236 Theory
+hep-th/0407029 Theory
+hep-th/0503238 Theory
+hep-th/0508092 Theory
+hep-th/0511164 Theory
+hep-th/0605027 Theory
+hep-th/0703100 Theory
+hep-th/9111027 Theory
+hep-th/9205065 Theory
+hep-th/9205074 Theory
+hep-th/9307052 Theory
+hep-th/9307155 Theory
+hep-th/9308012 Theory
+hep-th/9308085 Theory
+hep-th/9308155 Theory
+hep-th/9312212 Theory
+hep-th/9402060 Theory
+hep-th/9406026 Theory
+hep-th/9408172 Theory
+hep-th/9409126 Theory
+hep-th/9410021 Theory
+hep-th/9411071 Theory
+hep-th/9411139 Theory
+hep-th/9411148 Theory
+hep-th/9411177 Theory
+hep-th/9411178 Theory
+hep-th/9412040 Theory
+hep-th/9412060 Theory
+hep-th/9504158 Theory
+hep-th/9506119 Theory
+hep-th/9507029 Theory
+hep-th/9509031 Theory
+hep-th/9509054 Theory
+hep-th/9509106 Theory
+hep-th/9510143 Theory
+hep-th/9510216 Theory
+hep-th/9510237 Theory
+hep-th/9510238 Theory
+hep-th/9511122 Theory
+hep-th/9511178 Theory
+hep-th/9512071 Theory
+hep-th/9512170 Theory
+hep-th/9602004 Theory
+hep-th/9602021 Theory
+hep-th/9602079 Theory
+hep-th/9603191 Theory
+hep-th/9604062 Theory
+hep-th/9604137 Theory
+hep-th/9605186 Theory
+hep-th/9606010 Theory
+hep-th/9606059 Theory
+hep-th/9608003 Theory
+hep-th/9608090 Theory
+hep-th/9608171 Theory
+hep-th/9609021 Theory
+hep-th/9609024 Theory
+hep-th/9609049 Theory
+hep-th/9609098 Theory
+hep-th/9609148 Theory
+hep-th/9609185 Theory
+hep-th/9610002 Theory
+hep-th/9610007 Theory
+hep-th/9610012 Theory
+hep-th/9610019 Theory
+hep-th/9610024 Theory
+hep-th/9610054 Theory
+hep-th/9610108 Theory
+hep-th/9610146 Theory
+hep-th/9610153 Theory
+hep-th/9610183 Theory
+hep-th/9610184 Theory
+hep-th/9610202 Theory
+hep-th/9611019 Theory
+hep-th/9611062 Theory
+hep-th/9611229 Theory
+hep-th/9701046 Theory
+hep-th/9702082 Theory
+hep-th/9702152 Theory
+hep-th/9703169 Theory
+hep-th/9704114 Theory
+hep-th/9705083 Theory
+hep-th/9706031 Theory
+hep-th/9706049 Theory
+hep-th/9707150 Theory
+hep-th/9707216 Theory
+hep-th/9709156 Theory
+hep-th/9710167 Theory
+hep-th/9711134 Theory
+hep-th/9711136 Theory
+hep-th/9712235 Theory
+hep-th/9801177 Theory
+hep-th/9803059 Theory
+hep-th/9804154 Theory
+hep-th/9806013 Theory
+hep-th/9806062 Theory
+hep-th/9807029 Theory
+hep-th/9807132 Theory
+hep-th/9807135 Theory
+hep-th/9808100 Theory
+hep-th/9808176 Theory
+hep-th/9808190 Theory
+hep-th/9809128 Theory
+hep-th/9810009 Theory
+hep-th/9810015 Theory
+hep-th/9810018 Theory
+hep-th/9810048 Theory
+hep-th/9810178 Theory
+hep-th/9812173 Theory
+hep-th/9901081 Theory
+hep-th/9902019 Theory
+hep-th/9902147 Theory
+hep-th/9904077 Theory
+hep-th/9905047 Theory
+hep-th/9906049 Theory
+hep-th/9906115 Theory
+hep-th/9906122 Theory
+hep-th/9906158 Theory
+hep-th/9907218 Theory
+hep-th/9908091 Theory
+hep-th/9908126 Theory
+hep-th/9908153 Theory
+hep-th/9908200 Theory
+hep-th/9909042 Theory
+hep-th/9910082 Theory
+hep-th/9910089 Theory
+hep-th/9910098 Theory
+hep-th/9910115 Theory
+hep-th/9910184 Theory
+hep-th/9910203 Theory
+hep-th/9910216 Theory
+hep-th/9910251 Theory
+hep-th/9911002 Theory
+hep-th/9911102 Theory
+hep-th/9911170 Theory
+hep-th/9911175 Theory
+hep-th/9911219 Theory
+hep-th/9911236 Theory
+hep-th/9911240 Theory
+hep-th/9911241 Theory
+hep-th/9912161 Theory
+math-ph/0404008
+math-ph/9809004
+math-ph/9812010
+math/0506553 Logic
+math/9801110 Algebraic Geometry
+math/9805122 Quantum Algebra
+math/9811135 Analysis of PDEs
+math/9909001 Quantum Algebra
+nlin/0008017 Exactly Solvable and Integrable Systems
+nucl-ex/9612005
+nucl-ex/9801007
+nucl-ex/9902002
+nucl-ex/9902008
+nucl-ex/9903004
+nucl-ex/9905006
+nucl-ex/9906009
+nucl-ex/9910011
+nucl-th/0001011
+nucl-th/0002035
+nucl-th/0002047
+nucl-th/0006040
+nucl-th/0009034
+nucl-th/0210019
+nucl-th/9402011
+nucl-th/9411009
+nucl-th/9412006
+nucl-th/9507001
+nucl-th/9507035
+nucl-th/9507042
+nucl-th/9507043
+nucl-th/9509024
+nucl-th/9510018
+nucl-th/9510037
+nucl-th/9511015
+nucl-th/9511017
+nucl-th/9511023
+nucl-th/9512001
+nucl-th/9512030
+nucl-th/9606060
+nucl-th/9607016
+nucl-th/9607019
+nucl-th/9607031
+nucl-th/9607051
+nucl-th/9707035
+nucl-th/9708046
+nucl-th/9708058
+nucl-th/9709010
+nucl-th/9709022
+nucl-th/9709023
+nucl-th/9709041
+nucl-th/9709050
+nucl-th/9710016
+nucl-th/9710036
+nucl-th/9711060
+nucl-th/9712016
+nucl-th/9802064
+nucl-th/9802084
+nucl-th/9806036
+nucl-th/9806079
+nucl-th/9806090
+nucl-th/9807050
+nucl-th/9807053
+nucl-th/9808015
+nucl-th/9808034
+nucl-th/9809002
+nucl-th/9809010
+nucl-th/9809026
+nucl-th/9809041
+nucl-th/9809046
+nucl-th/9809091
+nucl-th/9810019
+nucl-th/9810053
+nucl-th/9810054
+nucl-th/9810058
+nucl-th/9810079
+nucl-th/9811020
+nucl-th/9811084
+nucl-th/9812048
+nucl-th/9901036
+nucl-th/9901056
+nucl-th/9901085
+nucl-th/9903035
+nucl-th/9904044
+nucl-th/9904045
+nucl-th/9905006
+nucl-th/9905062
+nucl-th/9906011
+nucl-th/9907046
+nucl-th/9909011
+nucl-th/9909036
+nucl-th/9910010
+nucl-th/9910019
+nucl-th/9910053
+nucl-th/9910059
+nucl-th/9911003
+nucl-th/9911013
+nucl-th/9911017
+nucl-th/9911040
+nucl-th/9911059
+nucl-th/9912075
+physics/0105080 General Physics
+physics/0601192 Physics and Society
+physics/9707018 General Physics
+physics/9803046
+q-alg/9607029 Quantum Algebra
+q-alg/9610004 Quantum Algebra
+quant-ph/9510024
+quant-ph/9512014
+quant-ph/9609009
+quant-ph/9702018
+quant-ph/9702044
+quant-ph/9705050
+quant-ph/9707003
+quant-ph/9709018
+quant-ph/9709021
+quant-ph/9709039
+quant-ph/9712014
+quant-ph/9802057
+quant-ph/9804028
+quant-ph/9804036
+quant-ph/9804046
+quant-ph/9805040
+quant-ph/9808052
+quant-ph/9808057
+quant-ph/9809031
+quant-ph/9809041
+quant-ph/9809073
+quant-ph/9810050
+quant-ph/9904105
+quant-ph/9908062
+quant-ph/9911031
+0705.1025 Data Structures and Algorithms
+0705.3779 Algebraic Geometry
+0710.5673 Differential Geometry
+0801.4770
+0804.2482
+0806.4591
+0807.1586 Soft Condensed Matter
+0807.3082 Superconductivity
+0808.1220 Phenomenology
+0809.1693
+0809.2295
+0809.4362
+0810.1031
+0811.1529 Algebraic Geometry
+0902.2420 Distributed, Parallel, and Cluster Computing
+0902.3460 Cosmology and Nongalactic Astrophysics
+0903.0594 Combinatorics
+0904.0120 Commutative Algebra
+0904.0336 Differential Geometry
+0904.1630 Computational Complexity
+0904.4358 Optimization and Control
+0905.0114
+0905.1256 High Energy Astrophysical Phenomena
+0907.1072 Formal Languages and Automata Theory
+0911.4376 Solar and Stellar Astrophysics
+0911.5718 Solar and Stellar Astrophysics
+1001.2727 Soft Condensed Matter
+1002.0625 Astrophysics of Galaxies
+1002.1248 Phenomenology
+1002.3296 Algebraic Geometry
+1003.3367 General Physics
+1003.6128 Analysis of PDEs
+1004.1734
+1005.0553 Mesoscale and Nanoscale Physics
+1005.1980 Geometric Topology
+1005.4374 Methodology
+1006.3462 Algebraic Geometry
+1006.3639
+1006.5869
+1007.2626 Differential Geometry
+1007.3021 Formal Languages and Automata Theory
+1008.0954 Theory
+1008.3121 Superconductivity
+1008.4209 Theory
+1008.4274
+1008.4734 Exactly Solvable and Integrable Systems
+1009.0431
+1009.1110 Theory
+1009.2255
+1009.2557 Networking and Internet Architecture
+1009.4050 Theory
+1009.4403
+1009.6220
+1010.0945 Materials Science
+1010.1027 Phenomenology
+1010.1353 Mesoscale and Nanoscale Physics
+1010.1470 Quantum Algebra
+1010.3566 Combinatorics
+1010.4125 Theory
+1010.4641 Analysis of PDEs
+1010.4924 Superconductivity
+1011.5046 Lattice
+1011.5190 Phenomenology
+1011.5422 Experiment
+1011.5482 Theory
+1011.5787
+1011.6146 Cosmology and Nongalactic Astrophysics
+1012.0959 Mesoscale and Nanoscale Physics
+1012.1763 Superconductivity
+1012.2457 Statistical Mechanics
+1012.2560
+1012.3431 Quantum Gases
+1101.0207
+1101.4422 Mesoscale and Nanoscale Physics
+1101.5456 Dynamical Systems
+1101.5797 Phenomenology
+1102.1934 Digital Libraries
+1102.2675 Exactly Solvable and Integrable Systems
+1102.2933 Computational Engineering, Finance, and Science
+1102.3096 Lattice
+1102.3377 Algebraic Geometry
+1102.3710 Functional Analysis
+1102.4334 Theory
+1102.5119
+1103.0400 Algebraic Topology
+1103.1631 Phenomenology
+1103.1946 Disordered Systems and Neural Networks
+1103.2042 Phenomenology
+1103.2730 Theory
+1103.2823 Atomic Physics
+1103.3172 Mesoscale and Nanoscale Physics
+1103.3918 Mesoscale and Nanoscale Physics
+1103.4953 Exactly Solvable and Integrable Systems
+1103.5187
+1104.0014 Cosmology and Nongalactic Astrophysics
+1104.0092 Quantum Gases
+1104.1375 Phenomenology
+1104.1609 Strongly Correlated Electrons
+1104.2791 Spectral Theory
+1104.3281 Theory
+1104.4426 Computation and Language
+1104.4657 Social and Information Networks
+1104.4978 Computer Science and Game Theory
+1104.5395 Phenomenology
+1105.0383 Statistical Mechanics
+1105.2505 Earth and Planetary Astrophysics
+1105.3456
+1105.4413 Exactly Solvable and Integrable Systems
+1105.4465
+1105.6165 General Physics
+1105.6332 Materials Science
+1106.1636 Artificial Intelligence
+1106.1742 Disordered Systems and Neural Networks
+1106.2696 Cryptography and Security
+1106.4101 Materials Science
+1106.6081 Analysis of PDEs
+1107.1731 Information Theory
+1107.2839
+1107.3166 Networking and Internet Architecture
+1107.3175 Solar and Stellar Astrophysics
+1107.3191 Analysis of PDEs
+1107.3422
+1107.3478 Accelerator Physics
+1107.3655 Soft Condensed Matter
+1107.3679 Analysis of PDEs
+1107.3742 General Physics
+1107.3766 Analysis of PDEs
+1107.3846 Experiment
+1107.3847 Differential Geometry
+1107.3848 Experiment
+1107.3850 Rings and Algebras
+1107.3851 Soft Condensed Matter
+1107.3852 Combinatorics
+1107.3853 Phenomenology
+1107.3854 Probability
+1107.3856 Phenomenology
+1107.3857 Networking and Internet Architecture
+1107.3859 Phenomenology
+1107.3873 Combinatorics
+1107.3876 Data Structures and Algorithms
+1107.3879 Networking and Internet Architecture
+1107.3883 Logic
+1107.3885 Classical Physics
+1107.3893 Human-Computer Interaction
+1107.3899 Commutative Algebra
+1107.3900 Quantum Algebra
+1107.3903 Numerical Analysis
+1107.3907 Numerical Analysis
+1107.3911 Biological Physics
+1107.3915
+1107.3921 Biomolecules
+1107.3923 Theory
+1107.3924 Hardware Architecture
+1107.3930 Quantum Gases
+1107.3945 Dynamical Systems
+1107.3948 Materials Science
+1107.3953 Chaotic Dynamics
+1107.3955 Group Theory
+1107.3960 Methodology
+1107.3962 Cosmology and Nongalactic Astrophysics
+1107.3963 Exactly Solvable and Integrable Systems
+1107.3965 Operator Algebras
+1107.3969 Astrophysics of Galaxies
+1107.3973 Phenomenology
+1107.3974 Data Analysis, Statistics and Probability
+1107.3981 Mesoscale and Nanoscale Physics
+1107.3984 Phenomenology
+1107.3989
+1107.3993 High Energy Astrophysical Phenomena
+1107.3996 Analysis of PDEs
+1107.3997 Solar and Stellar Astrophysics
+1107.4006 Numerical Analysis
+1107.4008 Solar and Stellar Astrophysics
+1107.4016 Software Engineering
+1107.4018 Differential Geometry
+1107.4019 Number Theory
+1107.4024 Analysis of PDEs
+1107.4026 Classical Analysis and ODEs
+1107.4028 General Physics
+1107.4033 Classical Analysis and ODEs
+1107.4047 Methodology
+1107.4054 Cryptography and Security
+1107.4055 Numerical Analysis
+1107.4058 Statistics Theory
+1107.4062 Cryptography and Security
+1107.4064 Astrophysics of Galaxies
+1107.4065 Cryptography and Security
+1107.4075 Phenomenology
+1107.4076 Cryptography and Security
+1107.4077 Cryptography and Security
+1107.4079 Group Theory
+1107.4080 Learning
+astro-ph/0101107
+astro-ph/0405313
+astro-ph/0602483
+astro-ph/0605438
+astro-ph/0702489
+astro-ph/9704201
+astro-ph/9904308
+cond-mat/0702300 Soft Condensed Matter
+dg-ga/9707017 Differential Geometry
+hep-th/0103100 Theory
+hep-th/9304108 Theory
+hep-th/9506155 Theory
+hep-th/9804150 Theory
+math/0311172 Differential Geometry
+math/0603018 Differential Geometry
+math/0606224 Differential Geometry
+math/9912168 Differential Geometry
+nucl-th/9508028
+0801.2222 Materials Science
+0807.1938 General Physics
+0810.5681 Differential Geometry
+0903.2372 Quantum Algebra
+0904.0907 Mesoscale and Nanoscale Physics
+0908.0826 Algebraic Geometry
+0908.1183 Algebraic Geometry
+0909.2114 Numerical Analysis
+0910.1180 Strongly Correlated Electrons
+0911.4207 Statistical Finance
+0912.2898 Algebraic Geometry
+1001.1311 Algebraic Geometry
+1002.0579 Algebraic Geometry
+1003.3785 Rings and Algebras
+1003.5729 Theory
+1004.2675 Geophysics
+1004.2924 Optimization and Control
+1004.4195 Algebraic Geometry
+1004.5362 Mesoscale and Nanoscale Physics
+1006.5475 Algebraic Geometry
+1007.1938 Information Theory
+1007.3698 Soft Condensed Matter
+1008.4009
+1009.0304 Information Theory
+1009.2451 Phenomenology
+1009.3492 Soft Condensed Matter
+1009.4428 Theory
+1009.5037 Computer Science and Game Theory
+1010.1601 Statistics Theory
+1011.1530 Astrophysics of Galaxies
+1011.1921 Mesoscale and Nanoscale Physics
+1011.2979 Soft Condensed Matter
+1011.4423
+1011.5650 Computational Finance
+1012.3529 Analysis of PDEs
+1101.0378 Atomic and Molecular Clusters
+1102.3211 Mesoscale and Nanoscale Physics
+1102.3222 General Physics
+1103.0688 Superconductivity
+1103.1368 Strongly Correlated Electrons
+1103.1385 Solar and Stellar Astrophysics
+1103.1436 Rings and Algebras
+1103.2182 Theory
+1104.0353 Materials Science
+1104.2081 Phenomenology
+1104.3838 Strongly Correlated Electrons
+1104.5215 Theory
+1104.5333
+1104.5376 Statistical Mechanics
+1104.5591 Cosmology and Nongalactic Astrophysics
+1104.5699 Mesoscale and Nanoscale Physics
+1105.2103 Complex Variables
+1105.2296 Phenomenology
+1105.2787 Classical Analysis and ODEs
+1105.2908 Materials Science
+1105.3647 Phenomenology
+1105.4720 Probability
+1105.5397 Phenomenology
+1105.6291 Quantum Gases
+1106.0095
+1106.1114
+1106.1307 Classical Analysis and ODEs
+1106.2436 Learning
+1106.2886 Information Theory
+1106.2888 Information Theory
+1106.3712 Superconductivity
+1106.4391 Metric Geometry
+1106.4853 Rings and Algebras
+1106.6331 Mesoscale and Nanoscale Physics
+1107.0828 Soft Condensed Matter
+1107.3154 Cosmology and Nongalactic Astrophysics
+1107.3497 Strongly Correlated Electrons
+1107.3998 Analysis of PDEs
+1107.4323
+1107.5021 Superconductivity
+1108.0304 Materials Science
+1108.3066 Strongly Correlated Electrons
+1108.3132 Strongly Correlated Electrons
+1108.3586 Statistics Theory
+1109.4023 Quantum Gases
+1109.5040 Combinatorics
+1109.5386 Complex Variables
+1110.0370 Mesoscale and Nanoscale Physics
+1110.0914 Adaptation and Self-Organizing Systems
+1110.1320 Data Structures and Algorithms
+1110.2635 Group Theory
+1110.2708 Group Theory
+1110.3193 Cosmology and Nongalactic Astrophysics
+1110.3476
+1110.4932 Number Theory
+1110.5008 Group Theory
+1110.5019 Cosmology and Nongalactic Astrophysics
+1110.5109
+1110.5137 Classical Physics
+1110.5139
+1110.5227 Solar and Stellar Astrophysics
+1110.5256 Phenomenology
+1110.5304 High Energy Astrophysical Phenomena
+1110.5320 Superconductivity
+1110.5333 Phenomenology
+1110.5337 Optics
+1110.5344 Numerical Analysis
+1110.5346 Statistics Theory
+1110.5359 Theory
+1110.5360 Instrumentation and Methods for Astrophysics
+1110.5364 Commutative Algebra
+1110.5366 Mesoscale and Nanoscale Physics
+1110.5374 Phenomenology
+1110.5376 Populations and Evolution
+1110.5380 Materials Science
+1110.5384 Data Analysis, Statistics and Probability
+1110.5387
+1110.5388 General Topology
+1110.5394 Probability
+1110.5397 Symplectic Geometry
+1110.5401 High Energy Astrophysical Phenomena
+1110.5404 Computer Vision and Pattern Recognition
+1110.5405 Classical Analysis and ODEs
+1110.5411 Materials Science
+1110.5412 History and Overview
+1110.5413 Phenomenology
+1110.5417 Classical Physics
+1110.5419 Digital Libraries
+1110.5423 Soft Condensed Matter
+1110.5426
+1110.5428 Rings and Algebras
+1110.5429 Applications
+1110.5430 Optics
+1110.5431 Optics
+1110.5437 Materials Science
+1110.5438 Algebraic Geometry
+1110.5439 Computer Science and Game Theory
+1110.5443 Differential Geometry
+1110.5447 Optimization and Control
+1110.5449 Dynamical Systems
+1110.5450 Computer Vision and Pattern Recognition
+1110.5455 Probability
+1110.5456 Logic
+1110.5459 Operator Algebras
+1110.5461 Materials Science
+1110.5467 Number Theory
+1110.5468 Rings and Algebras
+1110.5478 Classical Analysis and ODEs
+1110.5481 Biological Physics
+1110.5483 Metric Geometry
+1110.5488 Dynamical Systems
+1110.5489 Probability
+1110.5491
+1110.5496 Soft Condensed Matter
+1110.5501 Materials Science
+1110.5506 Materials Science
+1110.5507 Mesoscale and Nanoscale Physics
+1110.5508 Machine Learning
+1110.5509 Statistics Theory
+1110.5513 Numerical Analysis
+1110.5516 General Finance
+1110.5518 General Finance
+1110.5523 Strongly Correlated Electrons
+1110.5528 Cosmology and Nongalactic Astrophysics
+1110.5530 Phenomenology
+1110.5533 Phenomenology
+1110.5534 General Finance
+1110.5535 Experiment
+1110.5538 General Finance
+1110.5540 Combinatorics
+1110.5542 Category Theory
+1110.5544 General Finance
+1110.5547 Materials Science
+1110.5548 General Finance
+1110.5549
+1110.5551 Functional Analysis
+1110.5552 General Finance
+1110.5556 General Finance
+1110.5557 General Finance
+1110.5558 General Finance
+1110.5559 General Finance
+1110.5563 Dynamical Systems
+1110.5564 General Finance
+1110.5571 General Finance
+1110.5572 Solar and Stellar Astrophysics
+1110.5573 General Finance
+1110.5574 Networking and Internet Architecture
+1110.5578 General Finance
+1110.5590 Combinatorics
+1110.5597 Operator Algebras
+1110.5598 Dynamical Systems
+1110.5604 Optics
+1110.5606 Theory
+1110.5608 Algebraic Topology
+1110.5612 Dynamical Systems
+1110.5613 Soft Condensed Matter
+1110.5615 Phenomenology
+1110.5616 Statistical Mechanics
+1110.5617 Lattice
+1110.5620 Differential Geometry
+1110.5625 Category Theory
+cond-mat/0204423 Statistical Mechanics
+cond-mat/0304086 Soft Condensed Matter
+cond-mat/0510496 Soft Condensed Matter
+cond-mat/9503065
+hep-th/0208170 Theory
+hep-th/0406151 Theory
+math/0506550 Algebraic Geometry
+math/0607577 Algebraic Geometry
+math/0703115 Operator Algebras
+physics/0604033 Computational Physics
+physics/0612039 General Physics
+0706.1430
+0707.1654
+0709.0621
+0803.1572 Statistics Theory
+0803.4439 Dynamical Systems
+0804.0512 Theory
+0806.1513
+0808.2243 Theory
+0808.3452 Algebraic Geometry
+0810.1231 Disordered Systems and Neural Networks
+0811.1620
+0811.3330 Statistics Theory
+0811.4523 Quantum Algebra
+0812.0173
+0812.1806 Theory
+0812.1940 Theory
+0812.1946 Theory
+0812.3410 Theory
+0812.4220
+0902.0488 Number Theory
+0902.1286 General Physics
+0903.1348 Differential Geometry
+0905.0670 Differential Geometry
+0905.1888 Optimization and Control
+0906.3018 General Physics
+0908.1180 Differential Geometry
+0908.4105 Theory
+0909.2573
+0910.0895 Statistics Theory
+0910.1407 Information Theory
+0910.1924 Disordered Systems and Neural Networks
+0911.1070 Functional Analysis
+0911.5279 Phenomenology
+0912.2013
+0912.2989 Chaotic Dynamics
+0912.5469 General Topology
+1002.3498
+1003.0160 Mesoscale and Nanoscale Physics
+1003.3121 Probability
+1003.3883 Mesoscale and Nanoscale Physics
+1003.5256
+1003.5663 Phenomenology
+1004.1303 Representation Theory
+1004.1942 Representation Theory
+1004.2966
+1004.3467 Fluid Dynamics
+1004.4063 Discrete Mathematics
+1005.0771 Multimedia
+1005.1801 Information Theory
+1005.1803 Information Theory
+1005.3350 Information Theory
+1005.4651
+1006.0054 Information Theory
+1006.0420 Mesoscale and Nanoscale Physics
+1006.1979 Cosmology and Nongalactic Astrophysics
+1006.4257 Physics and Society
+1008.2120
+1008.3368 Dynamical Systems
+1008.4135
+1008.4624
+1008.4874 Computational Physics
+1009.0135 Probability
+1009.0182 Theory
+1009.0339 Theory
+1009.3248
+1009.3939 Theory
+1009.4194 Strongly Correlated Electrons
+1009.4998
+1010.3301 Phenomenology
+1010.3723 Cosmology and Nongalactic Astrophysics
+1010.6193 Plasma Physics
+1011.0764 Theory
+1011.0836
+1011.1294 Representation Theory
+1011.1576 Learning
+1011.1803 Theory
+1011.1964 Lattice
+1011.2172 Theory
+1011.2727 Lattice
+1011.5849 Plasma Physics
+1012.0116 Phenomenology
+1012.1649 Phenomenology
+1012.2883 Theory
+1012.3377 Phenomenology
+1012.3458 Cosmology and Nongalactic Astrophysics
+1012.4311
+1012.4861 Materials Science
+1012.5837 Number Theory
+1101.0364
+1101.1007 Computer Science and Game Theory
+1101.1554 Classical Analysis and ODEs
+1101.1910
+1101.2001
+1101.2206 Statistical Mechanics
+1101.2285 Dynamical Systems
+1101.2385 Quantum Gases
+1101.3106
+1101.3863 Digital Libraries
+1101.4638
+1101.4919 Phenomenology
+1101.4978 Strongly Correlated Electrons
+1102.0243
+1102.0376
+1102.0961 Materials Science
+1102.1133 Theory
+1102.1136 Classical Analysis and ODEs
+1102.2917 Mesoscale and Nanoscale Physics
+1102.3368 Atomic Physics
+1102.3743 Superconductivity
+1102.4187 Mesoscale and Nanoscale Physics
+1102.4344 Phenomenology
+1102.4706 Phenomenology
+1102.4766 Physics and Society
+1102.5302 Quantum Gases
+1102.5683 Number Theory
+1103.1539 Statistical Mechanics
+1103.1549
+1103.1551 Computational Physics
+1103.1888 Phenomenology
+1103.2318 Instrumentation and Methods for Astrophysics
+1103.2328 Theory
+1103.3451 Quantum Algebra
+1103.3765 Phenomenology
+1103.3872 Information Retrieval
+1103.5670
+1103.5815 Superconductivity
+1104.0581 Statistics Theory
+1104.0679 Phenomenology
+1104.0688 Theory
+1104.0758 Instrumentation and Detectors
+1104.0863 High Energy Astrophysical Phenomena
+1104.1882 Geometric Topology
+1104.2298 Solar and Stellar Astrophysics
+1104.2591
+1104.2714
+1104.2996 Phenomenology
+1104.3086 Phenomenology
+1104.4205 Experiment
+1104.4487 Atomic Physics
+1104.4618 Computational Geometry
+1104.4761 Theory
+1104.5418 Physics and Society
+1104.5456 Information Theory
+1105.0408 Materials Science
+1105.1025 Algebraic Geometry
+1105.1357
+1105.1598 Materials Science
+1105.2541 Optimization and Control
+1105.2606 Materials Science
+1105.2608 Materials Science
+1105.2910 Materials Science
+1105.3261 Algebraic Geometry
+1105.4171 Theory
+1105.4474 Complex Variables
+1105.4619 Solar and Stellar Astrophysics
+1105.5236 Networking and Internet Architecture
+1105.5904 Differential Geometry
+1105.6312 Algebraic Geometry
+1106.0602 Numerical Analysis
+1106.1036 Phenomenology
+1106.1515 Analysis of PDEs
+1106.1892
+1106.1961
+1106.2087 Experiment
+1106.2221
+1106.2302 Probability
+1106.2352 Logic in Computer Science
+1106.2488
+1106.2905
+1106.3044 Theory
+1106.3384 Exactly Solvable and Integrable Systems
+1106.3405 Phenomenology
+1106.3567 Quantum Gases
+1106.3572 Solar and Stellar Astrophysics
+1106.3574 Cryptography and Security
+1106.3577 Number Theory
+1106.3578 Statistical Mechanics
+1106.3582 Optimization and Control
+1106.3584
+1106.3590 Probability
+1106.3595 Information Theory
+1106.3596
+1106.3600 Neurons and Cognition
+1106.3611 Complex Variables
+1106.3612 Complex Variables
+1106.3624 Theory
+1106.3625 Information Theory
+1106.3627 Information Theory
+1106.3628 Computational Geometry
+1106.3629 Information Theory
+1106.3630 Instrumentation and Detectors
+1106.3633 Algebraic Geometry
+1106.3634 Distributed, Parallel, and Cluster Computing
+1106.3635 Numerical Analysis
+1106.3637 Analysis of PDEs
+1106.3638 Commutative Algebra
+1106.3639 History and Philosophy of Physics
+1106.3641 Phenomenology
+1106.3642 Plasma Physics
+1106.3643 Solar and Stellar Astrophysics
+1106.3646 Medical Physics
+1106.3647
+1106.3648 High Energy Astrophysical Phenomena
+1106.3653 Combinatorics
+1106.3656 Mesoscale and Nanoscale Physics
+1106.3657 Theory
+1106.3659 Materials Science
+1106.3660 Materials Science
+1106.3662 Materials Science
+1106.3663 Commutative Algebra
+1106.3665 Strongly Correlated Electrons
+1106.3667 Cosmology and Nongalactic Astrophysics
+1106.3669 Mesoscale and Nanoscale Physics
+1106.3670 Statistics Theory
+1106.3671
+1106.3672 Pattern Formation and Solitons
+1106.3674 Differential Geometry
+1106.3675 Materials Science
+1106.3676 Optics
+1106.3677 Hardware Architecture
+1106.3678 Numerical Analysis
+1106.3680 Discrete Mathematics
+1106.3684 Computer Vision and Pattern Recognition
+1106.3694 Numerical Analysis
+1106.3698 High Energy Astrophysical Phenomena
+1106.3699 High Energy Astrophysical Phenomena
+1106.3706 Solar and Stellar Astrophysics
+1106.3710 Probability
+1106.3715 Materials Science
+1106.3734
+1106.3735 Differential Geometry
+1106.3737 Dynamical Systems
+1106.3738
+1106.3742 Cryptography and Security
+1106.3746 Cryptography and Security
+1106.3753 Phenomenology
+1106.3754 Combinatorics
+1106.3755 Optimization and Control
+1106.3758 Rings and Algebras
+1106.3760 Group Theory
+1106.3769 Group Theory
+1106.3771 Quantitative Methods
+1106.3774 Combinatorics
+1106.3775
+1106.3778 Phenomenology
+1106.3780 Analysis of PDEs
+1106.3781 Statistical Mechanics
+1106.3782 Astrophysics of Galaxies
+1106.3786
+1106.3787 Computational Physics
+1106.3790 Fluid Dynamics
+1106.3791 Quantitative Methods
+1106.3795 General Physics
+1106.3799 Dynamical Systems
+1106.3806 General Topology
+1106.3808 General Topology
+1106.3809 Information Theory
+1106.3812
+1106.3813
+1106.3814 Applications
+1106.3815
+1106.3820 Commutative Algebra
+1106.3828 Materials Science
+1106.3833 Experiment
+1106.3834 Machine Learning
+1106.3835 Optics
+1106.3836 General Topology
+1106.3839 Phenomenology
+1106.3849 Materials Science
+1106.3862 History and Philosophy of Physics
+1106.3865 Probability
+1106.3867 Materials Science
+1106.3868 Functional Analysis
+1106.3869 Materials Science
+1106.3871 Experiment
+1106.3872 Phenomenology
+1106.3875 Cosmology and Nongalactic Astrophysics
+1106.3876 Artificial Intelligence
+1106.3881 Instrumentation and Detectors
+1106.3887 Phenomenology
+1106.3893 Statistical Mechanics
+1106.3899 Probability
+1106.3905 Dynamical Systems
+1106.3912 Phenomenology
+1106.3915 Machine Learning
+1106.3920 Commutative Algebra
+1106.3922 Commutative Algebra
+1106.3932 Artificial Intelligence
+1106.3934 Functional Analysis
+1106.3940 Other Statistics
+1106.3943 Exactly Solvable and Integrable Systems
+1106.3948 Geometric Topology
+1106.3960 Mesoscale and Nanoscale Physics
+1106.3962 Experiment
+1106.3969 Algebraic Geometry
+1106.3972 Theory
+1106.3974 Analysis of PDEs
+1106.3976 Materials Science
+1106.3981 Information Theory
+1106.3992 Computational Physics
+1106.3996 General Physics
+1106.3997 High Energy Astrophysical Phenomena
+1106.4004 Statistical Mechanics
+astro-ph/0012022
+astro-ph/0101093
+astro-ph/0107018
+astro-ph/0109239
+astro-ph/0202462
+astro-ph/0205210
+astro-ph/0207127
+astro-ph/0210476
+astro-ph/0302279
+astro-ph/0302511
+astro-ph/0302525
+astro-ph/0306354
+astro-ph/0309657
+astro-ph/0310473
+astro-ph/0311488
+astro-ph/0402435
+astro-ph/0403399
+astro-ph/0602246
+astro-ph/0603070
+astro-ph/0606637
+astro-ph/0612126
+astro-ph/9804031
+astro-ph/9907251
+cond-mat/9205009
+cond-mat/9906453 Mesoscale and Nanoscale Physics
+cs/0701143 Information Retrieval
+hep-lat/0603018 Lattice
+hep-ph/0309149 Phenomenology
+hep-ph/0510100 Phenomenology
+hep-ph/0603011 Phenomenology
+hep-ph/9804379 Phenomenology
+hep-th/0011217 Theory
+math/0509405 Differential Geometry
+math/0608069 Geometric Topology
+nucl-ex/9901003
+nucl-th/9906074
+0704.2675 Phenomenology
+0706.0580 Networking and Internet Architecture
+0710.1324 Differential Geometry
+0711.4618 Phenomenology
+0802.0385 Probability
+0802.1831 Probability
+0802.3034
+0803.3392 Phenomenology
+0804.3869
+0805.0476
+0808.3921 Theory
+0809.0066
+0810.3101 Theory
+0810.4956
+0810.5271 Phenomenology
+0811.0613
+0812.0520 Phenomenology
+0812.1217
+0812.1363 Analysis of PDEs
+0812.1367 Analysis of PDEs
+0812.3614 Theory
+0812.3951 General Physics
+0901.0922 Cosmology and Nongalactic Astrophysics
+0901.1267 Theory
+0901.3011
+0903.0272 Mesoscale and Nanoscale Physics
+0903.1649 Analysis of PDEs
+0904.0992 Theory
+0904.1955 Phenomenology
+0904.3375 Phenomenology
+0905.1086 High Energy Astrophysical Phenomena
+0905.1661
+0905.2673
+0905.3834 Analysis of PDEs
+0906.0994 Cosmology and Nongalactic Astrophysics
+0906.2180 Analysis of PDEs
+0906.3518 Theory
+0907.0266
+0907.0822
+0908.4123 Theory
+0908.4292
+0909.0065 Probability
+0909.0680 Astrophysics of Galaxies
+0909.1593 Cosmology and Nongalactic Astrophysics
+0909.1787 Mesoscale and Nanoscale Physics
+0909.2047 Metric Geometry
+0909.2446 High Energy Astrophysical Phenomena
+0909.2494 Cosmology and Nongalactic Astrophysics
+0909.2747
+0909.2753
+0909.2991 Cosmology and Nongalactic Astrophysics
+0909.4301 Cosmology and Nongalactic Astrophysics
+0909.4714 Cosmology and Nongalactic Astrophysics
+0909.5113
+0909.5196 Cosmology and Nongalactic Astrophysics
+0910.0546 Solar and Stellar Astrophysics
+0910.1812
+0910.2808
+0910.3317 Cosmology and Nongalactic Astrophysics
+0910.3871 Probability
+0910.4178
+0910.4474 Phenomenology
+0911.0097 Optics
+0911.0171 Earth and Planetary Astrophysics
+0911.0699 Astrophysics of Galaxies
+0911.1210 Instrumentation and Methods for Astrophysics
+0911.2118 Theory
+0911.2998 Phenomenology
+0911.3431
+0911.3551 Popular Physics
+0911.3553
+0911.5345 Cosmology and Nongalactic Astrophysics
+0911.5566 Cosmology and Nongalactic Astrophysics
+0911.5597
+0912.0621 Cosmology and Nongalactic Astrophysics
+0912.0739 Cosmology and Nongalactic Astrophysics
+0912.1133 Earth and Planetary Astrophysics
+0912.1547 Optimization and Control
+0912.1662 Instrumentation and Methods for Astrophysics
+0912.1678
+0912.1884 Cosmology and Nongalactic Astrophysics
+0912.2045 Fluid Dynamics
+0912.2214
+0912.2370 Solar and Stellar Astrophysics
+0912.2659 Phenomenology
+0912.3080 Phenomenology
+0912.3105 Phenomenology
+0912.3557 Instrumentation and Detectors
+0912.4308 Cosmology and Nongalactic Astrophysics
+0912.4950 Cosmology and Nongalactic Astrophysics
+0912.5431 Cosmology and Nongalactic Astrophysics
+1001.2672
+1001.4948 Phenomenology
+1002.0530
+1002.0995 Statistical Mechanics
+1002.2427 Theory
+1002.3725
+1002.4963 Mesoscale and Nanoscale Physics
+1002.5032 Phenomenology
+1003.0928 Mesoscale and Nanoscale Physics
+1003.2106 Statistical Mechanics
+1003.4591
+1003.5019 Representation Theory
+1003.5752 Theory
+1003.5927 Plasma Physics
+1004.0516
+1004.1714
+1004.4579
+1005.0685 Superconductivity
+1005.1002 Optics
+1005.1490 Statistical Mechanics
+1005.1967 Number Theory
+1005.3714 Theory
+1005.4595 Materials Science
+1005.4672 Other Condensed Matter
+1005.5216 Instrumentation and Detectors
+1005.5318
+1005.5724 Mesoscale and Nanoscale Physics
+1006.0175
+1006.0219
+1006.1583
+1006.2122 Instrumentation and Detectors
+1006.2843 Optics
+1006.4150
+1006.4439
+1007.0096 General Mathematics
+1007.0716 Optics
+1007.1335
+1007.1725 Analysis of PDEs
+1007.2335 Theory
+1007.2926 Differential Geometry
+1007.2985 Theory
+1007.3352 Atomic Physics
+1008.0133 Dynamical Systems
+1008.0349 Cosmology and Nongalactic Astrophysics
+1008.0393 Earth and Planetary Astrophysics
+1008.0677
+1008.1689 Phenomenology
+1008.1888
+1008.2625 Probability
+1008.3495 Plasma Physics
+1008.3678
+1008.4001 Lattice
+1008.4843 Phenomenology
+1008.4928 Cosmology and Nongalactic Astrophysics
+1008.5129 Theory
+1008.5359 Dynamical Systems
+1009.0492
+1009.0871 Chemical Physics
+1009.0926 Quantum Gases
+1009.1946 Statistical Mechanics
+1009.2801 Analysis of PDEs
+1009.2877
+1009.3653 Instrumentation and Detectors
+1009.3730
+1009.4008 Earth and Planetary Astrophysics
+1009.5172
+1009.5280
+1010.2673 Disordered Systems and Neural Networks
+1010.4103
+1010.4258 Phenomenology
+1010.4294 Theory
+1011.0400 Phenomenology
+1011.0469 Disordered Systems and Neural Networks
+1011.1069 Lattice
+1011.1148 Phenomenology
+1011.1162
+1011.1165 Lattice
+1011.1244
+1011.1417 Materials Science
+1011.3723 Phenomenology
+1011.3947 Functional Analysis
+1011.4108 Analysis of PDEs
+1011.6461 Software Engineering
+1011.6641 Strongly Correlated Electrons
+1012.0161 Phenomenology
+1012.1376 High Energy Astrophysical Phenomena
+1012.1500 Astrophysics of Galaxies
+1012.5421
+1012.5431 Theory
+1101.1061 Lattice
+1101.1384 Theory
+1101.1480
+1101.3359
+1101.3669 Statistical Mechanics
+1101.4892
+1101.5434 Earth and Planetary Astrophysics
+1102.0095 Theory
+1102.1714 Combinatorics
+1102.2284 Information Theory
+1102.2528 Phenomenology
+1102.2586 Operator Algebras
+1102.3004
+1102.3380 Strongly Correlated Electrons
+1102.4000
+1103.0459 General Mathematics
+1103.1080 Strongly Correlated Electrons
+1103.2192 Geometric Topology
+1103.2474 Mesoscale and Nanoscale Physics
+1103.5046 Information Retrieval
+1103.5820 Differential Geometry
+1103.6114 Distributed, Parallel, and Cluster Computing
+1104.0208 Materials Science
+1104.0282
+1104.0309
+1104.0608
+1104.0940 Strongly Correlated Electrons
+1104.0947 Phenomenology
+1104.0954 Information Theory
+1104.0956 Cosmology and Nongalactic Astrophysics
+1104.0967 Solar and Stellar Astrophysics
+1104.0970 Optics
+1104.0971 Differential Geometry
+1104.0977 Materials Science
+1104.0979 Quantitative Methods
+1104.0987 Soft Condensed Matter
+1104.0988 Information Theory
+1104.0993 Pattern Formation and Solitons
+1104.0995 Materials Science
+1104.0996 Differential Geometry
+1104.0999 Exactly Solvable and Integrable Systems
+1104.1000
+1104.1001 Rings and Algebras
+1104.1006
+1104.1012 Analysis of PDEs
+1104.1013 Analysis of PDEs
+1104.1018 Commutative Algebra
+1104.1023 Combinatorics
+1104.1030 Materials Science
+1104.1031 Networking and Internet Architecture
+1104.1033 Geophysics
+1104.1043 Probability
+1104.1047 Probability
+1104.1051 Dynamical Systems
+1104.1052 Fluid Dynamics
+1104.1058 Operator Algebras
+1104.1061 Algebraic Geometry
+1104.1064 Probability
+1104.1065 Mesoscale and Nanoscale Physics
+1104.1066 Group Theory
+1104.1068 Representation Theory
+1104.1069 Classical Analysis and ODEs
+1104.1070 Cryptography and Security
+1104.1071 Information Theory
+1104.1073 Astrophysics of Galaxies
+1104.1074 Information Theory
+1104.1075 Information Theory
+1104.1077 Complex Variables
+1104.1081 Fluid Dynamics
+1104.1097 Combinatorics
+1104.1099 Probability
+1104.1102 Analysis of PDEs
+1104.1109 High Energy Astrophysical Phenomena
+1104.1110 Other Quantitative Biology
+1104.1116
+1104.1117 Materials Science
+1104.1118 Cosmology and Nongalactic Astrophysics
+1104.1120 Materials Science
+1104.1125 Analysis of PDEs
+1104.1129 Superconductivity
+1104.1131 Representation Theory
+1104.1132 Software Engineering
+1104.1142 Algebraic Geometry
+1104.1143 Other Condensed Matter
+1104.1146
+1104.1147 Mesoscale and Nanoscale Physics
+1104.1150
+1104.1151 Differential Geometry
+1104.1153 Classical Analysis and ODEs
+1104.1156 Dynamical Systems
+1104.1157 Optimization and Control
+1104.1162 Applications
+1104.1171
+cond-mat/0210509 Statistical Mechanics
+cond-mat/0309663 Mesoscale and Nanoscale Physics
+gr-qc/0104060
+gr-qc/0507050
+gr-qc/0612025
+hep-th/0006185 Theory
+hep-th/0307264 Theory
+math/0612798 Quantum Algebra
+0704.3468 Differential Geometry
+0705.4007 Theory
+0707.3705 Mesoscale and Nanoscale Physics
+0707.3963 Differential Geometry
+0709.1452 Differential Geometry
+0710.4165 Complex Variables
+0803.3865 Operator Algebras
+0803.3867
+0808.1070
+0808.2400 Mesoscale and Nanoscale Physics
+0809.4699 Differential Geometry
+0809.4705 Differential Geometry
+0811.3880 Group Theory
+0811.4470 Differential Geometry
+0812.1745 Dynamical Systems
+0902.1290 Rings and Algebras
+0903.4728 Computational Complexity
+0904.1687 Mesoscale and Nanoscale Physics
+0907.3457
+0908.0464 Databases
+0910.4355 Probability
+0911.1518 Differential Geometry
+0911.2122 Mesoscale and Nanoscale Physics
+0911.2200 Mesoscale and Nanoscale Physics
+0912.0674 Phenomenology
+1002.1468 Group Theory
+1002.4584 General Physics
+1004.2109 Geometric Topology
+1004.4371 Probability
+1005.4366
+1006.1549 Programming Languages
+1006.5443
+1006.5881 Mesoscale and Nanoscale Physics
+1010.5840 Operator Algebras
+1010.6168 Materials Science
+1012.2012 Probability
+1012.2847 Superconductivity
+1012.3069 Analysis of PDEs
+1012.5402
+1101.4823 Number Theory
+1101.4968 Popular Physics
+1102.0181
+1102.3560
+1102.4384 Differential Geometry
+1102.4604 Chaotic Dynamics
+1103.1135
+1103.1536 Analysis of PDEs
+1103.2402 Superconductivity
+1103.3254 Physics Education
+1103.4069 Statistical Mechanics
+1103.4333 Phenomenology
+1103.4946 Algebraic Geometry
+1103.5088
+1103.5319 Chaotic Dynamics
+1104.1128 Materials Science
+1104.2088 Theory
+1104.2707 Mesoscale and Nanoscale Physics
+1104.2927 Theory
+1104.3254
+1104.4013 Information Theory
+1104.5084 Algebraic Geometry
+1105.0299 Quantum Gases
+1105.0979 Discrete Mathematics
+1105.2115 Phenomenology
+1105.2500 Algebraic Geometry
+1105.3291 Statistical Mechanics
+1105.5943 Phenomenology
+1106.1273 Popular Physics
+1106.2358 Geometric Topology
+1106.2615
+1106.3811 General Topology
+1106.4014 Superconductivity
+1107.0451 Statistical Mechanics
+1107.0572 Mesoscale and Nanoscale Physics
+1107.1383 Logic in Computer Science
+1107.1438 Phenomenology
+1107.4570 Databases
+1107.4584 Phenomenology
+1107.4687 Computation and Language
+1107.5105 Cosmology and Nongalactic Astrophysics
+1107.5599 Superconductivity
+1107.5679 Data Analysis, Statistics and Probability
+1107.5928 Optimization and Control
+1108.0326 Earth and Planetary Astrophysics
+1108.0518 Phenomenology
+1108.1240
+1108.1296 Phenomenology
+1108.1603
+1108.2125 Mesoscale and Nanoscale Physics
+1108.2617
+1108.3691 Physics and Society
+1108.5611 Fluid Dynamics
+1108.6218 Number Theory
+1109.0340 Mesoscale and Nanoscale Physics
+1109.1229
+1109.1512
+1109.3008 Other Condensed Matter
+1109.3743 Mesoscale and Nanoscale Physics
+1109.4019 K-Theory and Homology
+1109.5237 Quantum Gases
+1109.6083 Experiment
+1109.6280 Astrophysics of Galaxies
+1109.6577
+1109.6790 Number Theory
+1109.6800 Theory
+1110.0438 Geometric Topology
+1110.0449 Phenomenology
+1110.1093 Experiment
+1110.1149 Analysis of PDEs
+1110.1380 Cosmology and Nongalactic Astrophysics
+1110.1382 Earth and Planetary Astrophysics
+1110.1383 Classical Analysis and ODEs
+1110.1387 Optimization and Control
+1110.1389 Algebraic Geometry
+1110.1391 Computation and Language
+1110.1394 Computation and Language
+1110.1397 Geometric Topology
+1110.1398 Experiment
+1110.1403 Phenomenology
+1110.1409 Physics and Society
+1110.1415 Solar and Stellar Astrophysics
+1110.1418 Mesoscale and Nanoscale Physics
+1110.1427 Phenomenology
+1110.1428 Computation and Language
+1110.1432 Numerical Analysis
+1110.1433 Operator Algebras
+1110.1435 Logic
+1110.1442
+1110.1444 Solar and Stellar Astrophysics
+1110.1446 Rings and Algebras
+1110.1458 Classical Analysis and ODEs
+1110.1460 Classical Analysis and ODEs
+1110.1461
+1110.1465 Phenomenology
+1110.1466 Commutative Algebra
+1110.1469 Solar and Stellar Astrophysics
+1110.1473
+1110.1475 Differential Geometry
+1110.1480
+1110.1481
+1110.1484 Classical Analysis and ODEs
+1110.1485 Computer Vision and Pattern Recognition
+1110.1488 Cryptography and Security
+1110.1490 Cryptography and Security
+1110.1491 Networking and Internet Architecture
+1110.1493
+1110.1495 Cryptography and Security
+1110.1496 Networking and Internet Architecture
+1110.1497 Cryptography and Security
+1110.1498 Cryptography and Security
+1110.1502 Cryptography and Security
+1110.1503
+1110.1505
+1110.1507
+1110.1509 Computer Vision and Pattern Recognition
+1110.1513 Computer Vision and Pattern Recognition
+1110.1514 Computer Science and Game Theory
+1110.1519 Information Theory
+1110.1522 Trading and Market Microstructure
+1110.1525 Differential Geometry
+1110.1527 Probability
+1110.1531 K-Theory and Homology
+1110.1534 High Energy Astrophysical Phenomena
+1110.1536 Phenomenology
+1110.1538 Rings and Algebras
+1110.1546 Rings and Algebras
+1110.1549 Hardware Architecture
+1110.1550 Representation Theory
+1110.1557 Operator Algebras
+1110.1558 Phenomenology
+1110.1560 Networking and Internet Architecture
+1110.1562 Atmospheric and Oceanic Physics
+1110.1563 Networking and Internet Architecture
+1110.1564 Optimization and Control
+1110.1569 Networking and Internet Architecture
+1110.1576 Differential Geometry
+1110.1577 Soft Condensed Matter
+1110.1578 Risk Management
+1110.1579 Networking and Internet Architecture
+1110.1580 Data Structures and Algorithms
+1110.1581 High Energy Astrophysical Phenomena
+1110.1585 Accelerator Physics
+1110.1588 Probability
+1110.1590 Networking and Internet Architecture
+1110.1592 Solar and Stellar Astrophysics
+1110.1594 Cosmology and Nongalactic Astrophysics
+1110.1596 Materials Science
+1110.1600 Instrumentation and Methods for Astrophysics
+1110.1602 Cryptography and Security
+1110.1604 Instrumentation and Detectors
+1110.1605 Probability
+1110.1609 Experiment
+1110.1616 Instrumentation and Methods for Astrophysics
+1110.1619 Theory
+1110.1620 Materials Science
+alg-geom/9702002 Algebraic Geometry
+cond-mat/0208384 Mesoscale and Nanoscale Physics
+cond-mat/0309619 Strongly Correlated Electrons
+cond-mat/0407170 Strongly Correlated Electrons
+cond-mat/0412346 Mesoscale and Nanoscale Physics
+cond-mat/0703381 Mesoscale and Nanoscale Physics
+hep-th/0403287 Theory
+math/0310214 Operator Algebras
+math/0503202 Complex Variables
+math/0510078 Differential Geometry
+math/0510340 Operator Algebras
+math/0511018 Complex Variables
+math/0511331 Operator Algebras
+math/0609105 Complex Variables
+math/0609319 Differential Geometry
+math/0610467 Operator Algebras
+math/0610468 Operator Algebras
+0705.4285
+0708.0465 Differential Geometry
+0708.2474 Logic
+0710.2183 Statistics Theory
+0710.3896
+0802.0491 Theory
+0802.2693 Probability
+0803.3357
+0804.3061 Theory
+0804.4483
+0805.1399
+0805.2299 Theory
+0809.2228 Soft Condensed Matter
+0811.0804
+0811.4754 Probability
+0903.0534 General Physics
+0904.0423
+0904.3639 General Physics
+0904.4304 Number Theory
+0905.3526 Theory
+0906.0139 Functional Analysis
+0906.2102
+0907.1173 High Energy Astrophysical Phenomena
+0907.3231 Trading and Market Microstructure
+0908.0355
+0908.0383 Functional Analysis
+0908.2903 Cosmology and Nongalactic Astrophysics
+0908.4592 Cosmology and Nongalactic Astrophysics
+0909.3016
+0909.5220 Instrumentation and Methods for Astrophysics
+0909.5430 Theory
+0910.1937
+0910.5639 Algebraic Topology
+0911.0066 Representation Theory
+0911.0442 Theory
+0911.1187
+0911.2367 High Energy Astrophysical Phenomena
+0911.5037 Geometric Topology
+0912.1143
+0912.5118 Theory
+0912.5520
+1001.0281 Statistical Mechanics
+1001.1068
+1001.2514 Computational Physics
+1001.2896 General Physics
+1001.5232 Optimization and Control
+1002.1034 Representation Theory
+1002.1810 History and Philosophy of Physics
+1003.5129 Theory
+1004.0063
+1004.0496 Phenomenology
+1004.4714 High Energy Astrophysical Phenomena
+1005.1404
+1005.1586 Numerical Analysis
+1005.1708
+1005.2358
+1005.2739 Theory
+1005.3009
+1005.3630 Theory
+1005.4642 Theory
+1005.4839 Phenomenology
+1005.5529 Phenomenology
+1005.5585 Optics
+1006.0099 Theory
+1006.2267 Strongly Correlated Electrons
+1006.4442 Programming Languages
+1006.4986
+1006.5512 Theory
+1006.5612 Combinatorics
+1006.5849 Theory
+1007.0314
+1007.1357 Theory
+1007.1372
+1007.4331 Theory
+1007.4389 Data Structures and Algorithms
+1008.1359 Biomolecules
+1008.4128 Theory
+1008.4290 Theory
+1008.4473
+1008.4808 Number Theory
+1009.2953 Phenomenology
+1009.4101 Combinatorics
+1010.3180 Strongly Correlated Electrons
+1010.3672 Phenomenology
+1010.4896 Phenomenology
+1010.4928
+1010.4941 Phenomenology
+1010.4946 Theory
+1010.4948
+1010.4958
+1010.4995 Lattice
+1011.2152 Distributed, Parallel, and Cluster Computing
+1011.3541 High Energy Astrophysical Phenomena
+1011.6167 Phenomenology
+1012.0750 Mesoscale and Nanoscale Physics
+1012.1768 Numerical Analysis
+1012.1906 Numerical Analysis
+1012.3908 Solar and Stellar Astrophysics
+1012.4127 Group Theory
+1012.5161 Materials Science
+1012.5483 Numerical Analysis
+1101.3015 History and Philosophy of Physics
+1101.4214
+1101.5102 Theory
+1101.5926 Combinatorics
+1102.1123 Combinatorics
+1102.1766 General Physics
+1102.1885 General Mathematics
+1102.5390 Methodology
+1102.5393 Plasma Physics
+1103.0102 Learning
+1103.0498 Statistics Theory
+1103.0521 Analysis of PDEs
+1103.0548 Cosmology and Nongalactic Astrophysics
+1103.0560 Experiment
+1103.0562 Experiment
+1103.0565 Algebraic Geometry
+1103.0566 Classical Analysis and ODEs
+1103.0567 Number Theory
+1103.0568 Adaptation and Self-Organizing Systems
+1103.0570 Algebraic Geometry
+1103.0571 Optimization and Control
+1103.0575 Probability
+1103.0577 Statistical Mechanics
+1103.0581 Statistical Mechanics
+1103.0588
+1103.0590 Complex Variables
+1103.0591 Materials Science
+1103.0596 Combinatorics
+1103.0598 Learning
+1103.0599 Quantum Gases
+1103.0605 Artificial Intelligence
+1103.0610
+1103.0614 Materials Science
+1103.0616 Classical Analysis and ODEs
+1103.0617 Classical Analysis and ODEs
+1103.0618 Classical Analysis and ODEs
+1103.0622 Biological Physics
+1103.0624 Astrophysics of Galaxies
+1103.0627 Materials Science
+1103.0633 Databases
+1103.0638
+1103.0640
+1103.0643 Phenomenology
+1103.0645
+1103.0647 Probability
+1103.0650 Differential Geometry
+1103.0651 Analysis of PDEs
+1103.0652 Numerical Analysis
+1103.0655 Analysis of PDEs
+1103.0658 Networking and Internet Architecture
+1103.0659 Atomic Physics
+1103.0662 Instrumentation and Methods for Astrophysics
+1103.0663 Solar and Stellar Astrophysics
+1103.0667 Optics
+1103.0675 Cell Behavior
+1103.0676 Logic in Computer Science
+1103.0679 Cosmology and Nongalactic Astrophysics
+1103.0680 Logic in Computer Science
+1103.0681 Materials Science
+1103.0685 Quantum Algebra
+1103.0686 Databases
+1103.0690 Fluid Dynamics
+1103.0697 Artificial Intelligence
+1103.0709 Combinatorics
+1103.0715 General Physics
+1103.0716 General Physics
+1103.0725 Group Theory
+1103.0727
+1103.0730 Logic
+1103.0731
+1103.0733 Systems and Control
+1103.0736
+1103.0737 General Physics
+1103.0738 Computer Vision and Pattern Recognition
+1103.0740 Soft Condensed Matter
+1103.0741 Discrete Mathematics
+1103.0744 Dynamical Systems
+1103.0749 Instrumentation and Methods for Astrophysics
+1103.0753 Phenomenology
+1103.0759 Distributed, Parallel, and Cluster Computing
+1103.0766
+1103.0770 Accelerator Physics
+astro-ph/9801138
+hep-ph/9306314 Phenomenology
+hep-th/9204063 Theory
+0706.4447 K-Theory and Homology
+0803.0858 Discrete Mathematics
+0806.2194 Pattern Formation and Solitons
+0811.4039 Computational Finance
+0906.3840 Combinatorics
+0907.3556 Materials Science
+0907.3572 Mesoscale and Nanoscale Physics
+0909.3623 Mesoscale and Nanoscale Physics
+0911.0702 Soft Condensed Matter
+0912.2063 Theory
+0912.3697 Exactly Solvable and Integrable Systems
+1001.2611 Soft Condensed Matter
+1002.0256 Geometric Topology
+1002.4850 Probability
+1003.3903 Superconductivity
+1004.1278 Combinatorics
+1004.2342 Artificial Intelligence
+1005.1484 Analysis of PDEs
+1006.5514 Algebraic Geometry
+1007.3059 Dynamical Systems
+1008.0142 Number Theory
+1008.3498 Strongly Correlated Electrons
+1008.4011 Chaotic Dynamics
+1008.4681 Chaotic Dynamics
+1009.0322
+1009.1179 Strongly Correlated Electrons
+1009.3250 Analysis of PDEs
+1009.4830 Data Structures and Algorithms
+1010.0039 Phenomenology
+1010.0616 Physics and Society
+1011.1443
+1011.3987 Differential Geometry
+1011.4577 Phenomenology
+1012.0406 Representation Theory
+1012.2405
+1012.5510 Dynamical Systems
+1012.5820 Mesoscale and Nanoscale Physics
+1102.1750
+1102.3123 High Energy Astrophysical Phenomena
+1102.4759
+1102.4902
+1102.5166 Optics
+1103.0528 Algebraic Geometry
+1103.1315 Complex Variables
+1103.4154 Soft Condensed Matter
+1103.4592 Atomic Physics
+1104.1539 Statistical Mechanics
+1104.2195 Dynamical Systems
+1104.5043 Computational Geometry
+1104.5321 Materials Science
+1105.2310 Complex Variables
+1105.2380 Representation Theory
+1105.2416 Learning
+1105.2965 Social and Information Networks
+1105.3103 Geometric Topology
+1105.3528
+1105.3625 Statistics Theory
+1105.3715 Computers and Society
+1105.3726 Molecular Networks
+1105.3736 Superconductivity
+1105.3747 Functional Analysis
+1105.3748 Data Structures and Algorithms
+1105.3763
+1105.3770 Combinatorics
+1105.3774 Logic
+1105.3777 Logic
+1105.3780 Operator Algebras
+1105.3790 Cryptography and Security
+1105.3800
+1105.3805 Materials Science
+1105.3816 Statistics Theory
+1105.3821 Artificial Intelligence
+1105.3822 Logic
+1105.3823 Phenomenology
+1105.3830
+1105.3833 Artificial Intelligence
+1105.3834 Computer Vision and Pattern Recognition
+1105.3835 Information Theory
+1105.3837 Geophysics
+1105.3843 Distributed, Parallel, and Cluster Computing
+1105.3844 Analysis of PDEs
+1105.3846 Phenomenology
+1105.3847 Phenomenology
+1105.3855 Dynamical Systems
+1105.3856 Phenomenology
+1105.3863 Mesoscale and Nanoscale Physics
+1105.3870 Dynamical Systems
+1105.3878 Accelerator Physics
+1105.3879 Cryptography and Security
+1105.3882 Physics and Society
+1105.3884 General Topology
+1105.3885 Data Analysis, Statistics and Probability
+1105.3892 Probability
+1105.3894 Biological Physics
+1105.3901
+1105.3916
+1105.3918 Probability
+1105.3925 Metric Geometry
+1105.3927 Chaotic Dynamics
+1105.3938 Algebraic Geometry
+1105.3941 Superconductivity
+1105.3942 Number Theory
+1105.3945
+1105.3949 Geometric Topology
+1105.3951 Algebraic Topology
+1105.3953 Earth and Planetary Astrophysics
+1105.3960 Analysis of PDEs
+1105.3963 Probability
+1105.3964 History and Philosophy of Physics
+1105.3973 Strongly Correlated Electrons
+cond-mat/0701370 Soft Condensed Matter
+cond-mat/9909034 Statistical Mechanics
+cond-mat/9912411 Statistical Mechanics
+hep-ph/0502097 Phenomenology
+physics/0302013 General Physics
+0712.3857 Algebraic Topology
+0805.3173 Biological Physics
+0809.0480 Differential Geometry
+0811.1646 Phenomenology
+0812.3461
+0904.0183 Rings and Algebras
+0904.2868
+0905.2429 Information Theory
+0909.0591 Instrumentation and Methods for Astrophysics
+0909.2352 Algebraic Geometry
+0911.2841
+0911.2842
+0911.2981
+0912.0637 Algebraic Topology
+0912.1248 Phenomenology
+0912.2205 Experiment
+0912.2386 Experiment
+0912.2493 Probability
+0912.3088 Mesoscale and Nanoscale Physics
+1001.0070 Phenomenology
+1001.2898 Experiment
+1001.3767 General Physics
+1002.2909 Risk Management
+1004.1081 Theory
+1004.2680 Quantum Gases
+1004.2685 Combinatorics
+1005.0432 Algebraic Geometry
+1005.0778 Statistical Mechanics
+1005.3399 Phenomenology
+1005.3797 Phenomenology
+1005.4412 Theory
+1005.4983 Physics Education
+1005.5464 Complex Variables
+1006.0986 Phenomenology
+1006.3675 Theory
+1006.5538
+1006.5899
+1007.1411
+1007.2910 Mesoscale and Nanoscale Physics
+1007.2944 Phenomenology
+1007.2950 Astrophysics of Galaxies
+1007.3113 Optics
+1007.3559 Lattice
+1007.3850 Soft Condensed Matter
+1007.3936 Cosmology and Nongalactic Astrophysics
+1007.4163 Theory
+1008.4066 Theory
+1009.1826 Statistical Mechanics
+1009.5961 Phenomenology
+1009.6190 Theory
+1010.0115
+1010.0196 Phenomenology
+1010.1159 Theory
+1010.1368 Materials Science
+1010.4290 Cosmology and Nongalactic Astrophysics
+1010.5619 Mesoscale and Nanoscale Physics
+1010.5709 Exactly Solvable and Integrable Systems
+1010.6060 Cosmology and Nongalactic Astrophysics
+1011.0231 Combinatorics
+1011.1691 Algebraic Topology
+1011.2261 Disordered Systems and Neural Networks
+1011.2486 Materials Science
+1011.4149
+1011.4998 Solar and Stellar Astrophysics
+1011.5614
+1012.1540 Algebraic Topology
+1012.1541 Algebraic Topology
+1012.2249
+1012.3186 Phenomenology
+1012.5461 Superconductivity
+1101.0018 Statistical Mechanics
+1101.0075 Classical Analysis and ODEs
+1101.0326 Space Physics
+1101.0391 Methodology
+1101.0610 Numerical Analysis
+1101.0613 Digital Libraries
+1101.0617 Materials Science
+1101.0625
+1101.0630 Earth and Planetary Astrophysics
+1101.0631 Solar and Stellar Astrophysics
+1101.0638 Differential Geometry
+1101.0640 Information Theory
+1101.0644 Strongly Correlated Electrons
+1101.0653 Information Theory
+1101.0654 Computers and Society
+1101.0656 Applications
+1101.0659 Chemical Physics
+1101.0662 Accelerator Physics
+1101.0663 Graphics
+1101.0664 Distributed, Parallel, and Cluster Computing
+1101.0666
+1101.0673 Machine Learning
+1101.0675 Experiment
+1101.0679 Instrumentation and Methods for Astrophysics
+1101.0680 Solar and Stellar Astrophysics
+1101.0683 Algebraic Geometry
+1101.0684 Instrumentation and Methods for Astrophysics
+1101.0687 Quantitative Methods
+1101.0688
+1101.0689 Statistics Theory
+1101.0690 General Physics
+1101.0701 Cosmology and Nongalactic Astrophysics
+1101.0704 Fluid Dynamics
+1101.0707 Cosmology and Nongalactic Astrophysics
+1101.0714 Geometric Topology
+1101.0718 Astrophysics of Galaxies
+1101.0725 Combinatorics
+1101.0733 Optics
+1101.0734 Optics
+1101.0740 Instrumentation and Methods for Astrophysics
+1101.0742 Soft Condensed Matter
+1101.0749
+1101.0752 Representation Theory
+1101.0758 Representation Theory
+1101.0766 Information Retrieval
+1101.0769
+1101.0770 Classical Analysis and ODEs
+1101.0772 Algebraic Topology
+1101.0777 Computational Geometry
+1101.0795 Operator Algebras
+1101.0803 Quantum Algebra
+cs/0606067 Data Structures and Algorithms
+hep-ph/0008071 Phenomenology
+hep-ph/0009144 Phenomenology
+hep-ph/0103087 Phenomenology
+hep-ph/0105292 Phenomenology
+hep-ph/0111115 Phenomenology
+hep-ph/0112300 Phenomenology
+hep-ph/0204341 Phenomenology
+hep-ph/0303254 Phenomenology
+hep-ph/0311151 Phenomenology
+hep-ph/0312063 Phenomenology
+hep-ph/0407323 Phenomenology
+hep-ph/0505068 Phenomenology
+hep-ph/0512097 Phenomenology
+hep-ph/0605009 Phenomenology
+hep-ph/9312301 Phenomenology
+hep-ph/9408382 Phenomenology
+hep-ph/9506374 Phenomenology
+hep-ph/9509204 Phenomenology
+hep-ph/9602281 Phenomenology
+hep-ph/9603417 Phenomenology
+hep-ph/9707251 Phenomenology
+hep-ph/9712372 Phenomenology
+hep-ph/9802391 Phenomenology
+hep-ph/9809438 Phenomenology
+hep-ph/9809468 Phenomenology
+hep-ph/9911245 Phenomenology
+q-bio/0310022 Genomics
+0707.3995 Mesoscale and Nanoscale Physics
+0711.1763 Classical Analysis and ODEs
+0712.1732 Data Analysis, Statistics and Probability
+0805.4654 Operator Algebras
+0901.2211 Algebraic Geometry
+0910.1878 Cosmology and Nongalactic Astrophysics
+1001.4303
+1001.4521 Information Theory
+1001.4548 Information Theory
+1002.1522 Optics
+1003.2047 Algebraic Geometry
+1004.2948 Numerical Analysis
+1005.0533 Probability
+1006.0962 Functional Analysis
+1007.3669 Soft Condensed Matter
+1008.3854 Representation Theory
+1010.0962
+1010.5539
+1011.3699 Algebraic Geometry
+1011.4046 Computational Physics
+1012.0282 Cosmology and Nongalactic Astrophysics
+1012.2165 Probability
+1012.4065 Superconductivity
+1101.1695 Computational Physics
+1101.2597 Quantitative Methods
+1102.2627
+1102.5627 Fluid Dynamics
+1103.4321 Phenomenology
+1103.5272
+1104.0304 Quantum Gases
+1104.4097 Cell Behavior
+1105.0506
+1105.1224 Group Theory
+1105.6239 Statistics Theory
+1106.1501 Analysis of PDEs
+1106.2765 Number Theory
+1106.3127 Group Theory
+1106.3365 Mesoscale and Nanoscale Physics
+1106.4456 Analysis of PDEs
+1106.4627
+1106.5248 Statistical Mechanics
+1106.5652 Statistical Mechanics
+1107.0335 Solar and Stellar Astrophysics
+1107.2417 Computational Physics
+1107.2501
+1107.2820 Mesoscale and Nanoscale Physics
+1107.3397 Cosmology and Nongalactic Astrophysics
+1107.3756 Theory
+1107.4837 General Mathematics
+1108.0596 Cosmology and Nongalactic Astrophysics
+1108.0779 Physics and Society
+1108.1336 Disordered Systems and Neural Networks
+1108.1909 Quantum Gases
+1108.3990 Exactly Solvable and Integrable Systems
+1108.5694 Phenomenology
+1108.5701 Biological Physics
+1109.1893 Atomic Physics
+1109.2728 Algebraic Topology
+1109.3004 Materials Science
+1109.4781 Phenomenology
+1110.0392 General Physics
+1110.0542 Phenomenology
+1110.2424 Instrumentation and Methods for Astrophysics
+1110.3477 Experiment
+1110.3885 Optimization and Control
+1110.3888 Artificial Intelligence
+1110.3919 Computational Physics
+1110.4213 Analysis of PDEs
+1110.4301 Combinatorics
+1110.4319 Data Structures and Algorithms
+1110.4368 Classical Physics
+1110.4369 Mesoscale and Nanoscale Physics
+1110.4380 Quantitative Methods
+1110.4399 Analysis of PDEs
+1110.4401 Cosmology and Nongalactic Astrophysics
+1110.4403 Fluid Dynamics
+1110.4406 Mesoscale and Nanoscale Physics
+1110.4411 Machine Learning
+1110.4412 Computer Science and Game Theory
+1110.4415 Experiment
+1110.4424 Group Theory
+1110.4426 Operator Algebras
+1110.4429 Number Theory
+1110.4432 Experiment
+1110.4435 Dynamical Systems
+1110.4441 Systems and Control
+1110.4461 Space Physics
+1110.4463 Cosmology and Nongalactic Astrophysics
+1110.4466 Computational Physics
+1110.4473 Logic in Computer Science
+1110.4474 Social and Information Networks
+1110.4475 Dynamical Systems
+1110.4478 Solar and Stellar Astrophysics
+1110.4480 Instrumentation and Methods for Astrophysics
+1110.4481 Learning
+1110.4482 Classical Analysis and ODEs
+1110.4483 General Topology
+1110.4493 Data Structures and Algorithms
+1110.4499 Social and Information Networks
+1110.4501 Software Engineering
+1110.4507 Numerical Analysis
+1110.4511 Group Theory
+1110.4512 Theory
+1110.4513 Phenomenology
+1110.4516 Risk Management
+1110.4524 Solar and Stellar Astrophysics
+1110.4539 Other Statistics
+1110.4543 Lattice
+1110.4544 Information Theory
+1110.4553 High Energy Astrophysical Phenomena
+1110.4563 Materials Science
+1110.4569 Experiment
+1110.4571 Differential Geometry
+1110.4572 Optimization and Control
+1110.4578
+1110.4580
+1110.4582 Commutative Algebra
+1110.4584 Logic
+1110.4587
+1110.4591 Phenomenology
+1110.4602
+1110.4605 Biomolecules
+1110.4613 Information Theory
+1110.4614 Astrophysics of Galaxies
+1110.4616 Cosmology and Nongalactic Astrophysics
+1110.4618 Analysis of PDEs
+1110.4621 Representation Theory
+1110.4623 Operating Systems
+math/0503316 General Mathematics
+math/0702833 Dynamical Systems
+0707.2075 Strongly Correlated Electrons
+0802.3554 Networking and Internet Architecture
+0807.2084 Differential Geometry
+0807.3374 Adaptation and Self-Organizing Systems
+0809.3487 Quantum Algebra
+0812.3935 Disordered Systems and Neural Networks
+0901.0638 Computational Finance
+0901.0800
+0902.4108 Strongly Correlated Electrons
+0903.4548 Strongly Correlated Electrons
+0907.2958 Superconductivity
+0907.5374 Geometric Topology
+0909.0808 Optimization and Control
+0909.2616 Soft Condensed Matter
+0910.1783 Algebraic Geometry
+0910.2359 Strongly Correlated Electrons
+0912.3022 Superconductivity
+1001.2371 Algebraic Geometry
+1001.5015 Superconductivity
+1002.0035 Computer Science and Game Theory
+1002.3457 Representation Theory
+1003.1323 Mesoscale and Nanoscale Physics
+1004.0906 Symplectic Geometry
+1004.3661
+1004.3713 Probability
+1005.1063 Statistical Mechanics
+1005.1283 Algebraic Geometry
+1006.0524 Probability
+1008.0878
+1008.3351 Theory
+1009.2456 Representation Theory
+1009.3959 Networking and Internet Architecture
+1009.6169 Astrophysics of Galaxies
+1010.1214 Operator Algebras
+1010.2715 Dynamical Systems
+1010.5917 Probability
+1010.5930 Algebraic Geometry
+1011.6535 Soft Condensed Matter
+1012.1507 Algebraic Topology
+1012.1721 Symplectic Geometry
+1012.1918 Materials Science
+1012.5056
+1101.0291 Mesoscale and Nanoscale Physics
+1102.1621 Information Theory
+1102.3665 Theory
+1102.4492 Cosmology and Nongalactic Astrophysics
+1102.4772 Information Theory
+1102.5566
+1103.1094 Soft Condensed Matter
+1103.5240 Mesoscale and Nanoscale Physics
+1103.5355 Statistical Mechanics
+1103.6010 Materials Science
+1103.6013 Optics
+1104.1935 Phenomenology
+1104.3091 Differential Geometry
+1105.1155
+1105.2482
+1105.4652
+1105.4865
+1106.1394 Mesoscale and Nanoscale Physics
+1106.1624 Soft Condensed Matter
+1106.1755 Materials Science
+1106.3605 Mesoscale and Nanoscale Physics
+1106.3623 Soft Condensed Matter
+1106.4681 Combinatorics
+1106.5756
+1106.5766 Theory
+1107.0519 Fluid Dynamics
+1107.0876 Theory
+1107.1092
+1107.1315
+1107.1594 Analysis of PDEs
+1107.1622 Soft Condensed Matter
+1107.1765 Soft Condensed Matter
+1107.4403 Strongly Correlated Electrons
+1107.5715 Superconductivity
+1108.0888
+1108.2183 Strongly Correlated Electrons
+1108.2507 Strongly Correlated Electrons
+1109.0527 Algebraic Geometry
+1109.4865 Analysis of PDEs
+1109.6238 Experiment
+1109.6310 Information Theory
+1109.6613 Biological Physics
+1110.3039 Superconductivity
+1110.3388 Statistical Mechanics
+1110.4201 Computational Complexity
+1110.5357 Differential Geometry
+1110.6050 Phenomenology
+1111.0428 Materials Science
+1111.1567 Cellular Automata and Lattice Gases
+1111.1687 Machine Learning
+1111.2679 Differential Geometry
+1111.3857 Analysis of PDEs
+1111.3966 Information Theory
+1111.3992 Theory
+1111.4973 Dynamical Systems
+1111.5452 Phenomenology
+1112.0542 Theory
+1112.0667 Mesoscale and Nanoscale Physics
+1112.0990 Strongly Correlated Electrons
+1112.1020 Dynamical Systems
+1112.1144 Computational Geometry
+1112.1182 Atomic Physics
+1112.1276
+1112.1344 Information Theory
+1112.1360 Discrete Mathematics
+1112.1403 Analysis of PDEs
+1112.1416 Cosmology and Nongalactic Astrophysics
+1112.1421 Algebraic Geometry
+1112.1422 Representation Theory
+1112.1423 Number Theory
+1112.1433 Mesoscale and Nanoscale Physics
+1112.1440 Statistical Mechanics
+1112.1445 Algebraic Geometry
+1112.1448 Category Theory
+1112.1452 Symplectic Geometry
+1112.1472 Cosmology and Nongalactic Astrophysics
+1112.1473 Networking and Internet Architecture
+1112.1477 Phenomenology
+1112.1480 Networking and Internet Architecture
+1112.1484 Computer Vision and Pattern Recognition
+1112.1488 Probability
+1112.1489 Artificial Intelligence
+1112.1490 Statistics Theory
+1112.1498 Commutative Algebra
+1112.1501 Phenomenology
+1112.1502 Data Analysis, Statistics and Probability
+1112.1503 Number Theory
+1112.1505 Cosmology and Nongalactic Astrophysics
+1112.1511 Complex Variables
+1112.1513 Superconductivity
+1112.1518 Algebraic Geometry
+1112.1519 Complex Variables
+1112.1520 Computer Science and Game Theory
+1112.1526 Applications
+1112.1528 Genomics
+1112.1535 Computational Geometry
+1112.1540 Lattice
+1112.1541 Applications
+1112.1544 Computation
+1112.1545 Combinatorics
+1112.1550
+1112.1552 Algebraic Geometry
+1112.1555 Algebraic Topology
+1112.1563 Statistical Mechanics
+1112.1564 Computational Complexity
+1112.1567 Representation Theory
+1112.1570
+1112.1572
+1112.1586 General Physics
+1112.1592 Numerical Analysis
+1112.1593 Information Theory
+1112.1594 Differential Geometry
+1112.1598 Statistical Mechanics
+1112.1609 Group Theory
+1112.1615 Networking and Internet Architecture
+1112.1616 Optics
+1112.1618 Disordered Systems and Neural Networks
+1112.1623 Materials Science
+1112.1625 Soft Condensed Matter
+1112.1632 Functional Analysis
+1112.1634 Group Theory
+1112.1635 Phenomenology
+1112.1646 Mesoscale and Nanoscale Physics
+1112.1650 Number Theory
+1112.1654 Functional Analysis
+1112.1655 High Energy Astrophysical Phenomena
+1112.1656 Combinatorics
+1112.1667
+1112.1668 Databases
+1112.1669 Physics and Society
+1112.1670 Artificial Intelligence
+1112.1673 Algebraic Geometry
+1112.1674 Atmospheric and Oceanic Physics
+1112.1675 Discrete Mathematics
+1112.1678 Metric Geometry
+1112.1681 Digital Libraries
+1112.1682
+1112.1684 Discrete Mathematics
+1112.1686
+1112.1688 Instrumentation and Methods for Astrophysics
+cond-mat/0403334 Strongly Correlated Electrons
+cond-mat/0502374 Strongly Correlated Electrons
+cond-mat/0512193 Strongly Correlated Electrons
+cond-mat/0606244 Strongly Correlated Electrons
+cond-mat/9211003
+cond-mat/9406068
+math/0607088 Optimization and Control
+0801.3719 Disordered Systems and Neural Networks
+0803.1313 Differential Geometry
+0804.4817 Phenomenology
+0805.2388 Theory
+0810.0340 Superconductivity
+0810.1915 Theory
+0810.1943 Theory
+0810.2075 Theory
+0810.2079 Theory
+0810.2091 Theory
+0810.2911
+0810.3011 Theory
+0810.3220 Theory
+0810.3430 Theory
+0810.4041 Theory
+0810.4160 Theory
+0810.4811 Theory
+0811.0529 Theory
+0812.1085 Dynamical Systems
+0812.2878
+0812.3714 Functional Analysis
+0903.2038 Functional Analysis
+0903.5315 Cosmology and Nongalactic Astrophysics
+0904.2744 Theory
+0904.3751 Theory
+0904.4267 Theory
+0906.0097 Theory
+0907.3312 Functional Analysis
+0907.3913 Functional Analysis
+0908.1504 Materials Science
+0908.1949
+0909.3174 Disordered Systems and Neural Networks
+0910.1002 Cosmology and Nongalactic Astrophysics
+0910.4780 Combinatorics
+0910.4791 Combinatorics
+0910.4879
+0911.2527 Combinatorics
+0911.2862 Differential Geometry
+0911.2939 Phenomenology
+0911.5157 Graphics
+1001.3055 Statistical Mechanics
+1001.3551 Computational Finance
+1004.2700 Functional Analysis
+1005.1429 Analysis of PDEs
+1005.1629 Theory
+1005.3128
+1005.4055 Phenomenology
+1005.4495 Statistical Mechanics
+1006.2788 Theory
+1007.1387
+1007.1419 Phenomenology
+1007.1467
+1007.3360
+1007.3996 Theory
+1007.4766 Materials Science
+1008.1562
+1008.1778 Theory
+1008.3107 Materials Science
+1008.4325 Phenomenology
+1008.4354 Phenomenology
+1008.4487
+1008.5322 Phenomenology
+1009.0430 Phenomenology
+1009.1865 Theory
+1009.1936 Phenomenology
+1009.2556 Information Theory
+1009.2981 Phenomenology
+1009.4165 Phenomenology
+1009.5579
+1009.6170 Phenomenology
+1010.0703 Data Structures and Algorithms
+1010.1539 Cosmology and Nongalactic Astrophysics
+1010.2917 Strongly Correlated Electrons
+1010.3219 Quantum Gases
+1010.3647
+1010.3917 Disordered Systems and Neural Networks
+1010.5124
+1010.5324 Phenomenology
+1010.5335 Statistical Mechanics
+1011.0170
+1011.0314
+1011.0546
+1011.0547 Phenomenology
+1011.1423 Mesoscale and Nanoscale Physics
+1011.1511 Lattice
+1011.1534 Lattice
+1011.1721
+1011.2766 Theory
+1011.4766 Differential Geometry
+1011.6211 Cellular Automata and Lattice Gases
+1011.6403 Phenomenology
+1012.0551 Phenomenology
+1012.3170 Quantum Gases
+1012.5684
+1012.5825
+1101.1030
+1101.1357 Theory
+1101.2361
+1101.2720 Cosmology and Nongalactic Astrophysics
+1101.3007 Instrumentation and Methods for Astrophysics
+1101.3650 High Energy Astrophysical Phenomena
+1101.3721
+1101.4842 High Energy Astrophysical Phenomena
+1102.0126
+1102.1729 Theory
+1102.3040
+1102.3041
+1102.3545 Strongly Correlated Electrons
+1102.3795 Phenomenology
+1103.1647 Phenomenology
+1103.3182 Theory
+1103.3310 Computer Science and Game Theory
+1103.3857 Databases
+1103.3935 Materials Science
+1103.4847
+1103.5114
+1103.5719 Experiment
+1103.5860 Materials Science
+1104.0127 Logic in Computer Science
+1104.0276 Pattern Formation and Solitons
+1104.1983 Probability
+1104.2023 Mesoscale and Nanoscale Physics
+1104.2192 Phenomenology
+1104.2660 Mesoscale and Nanoscale Physics
+1104.4324 Algebraic Topology
+1104.4710
+1104.4893 Metric Geometry
+1104.5010 Chaotic Dynamics
+1104.5030 Optimization and Control
+1104.5032 Complex Variables
+1104.5033 Statistical Mechanics
+1104.5035 Algebraic Geometry
+1104.5036 Statistical Mechanics
+1104.5042 Chemical Physics
+1104.5044 Quantitative Methods
+1104.5054 Number Theory
+1104.5064 Applications
+1104.5069 Artificial Intelligence
+1104.5070 Machine Learning
+1104.5074 Instrumentation and Methods for Astrophysics
+1104.5075 Mesoscale and Nanoscale Physics
+1104.5076 Multiagent Systems
+1104.5082 Medical Physics
+1104.5095
+1104.5096 Probability
+1104.5098 Combinatorics
+1104.5100 Classical Analysis and ODEs
+1104.5102 High Energy Astrophysical Phenomena
+1104.5103 Materials Science
+1104.5106 Probability
+1104.5111 Data Structures and Algorithms
+1104.5113 Combinatorics
+1104.5119 Astrophysics of Galaxies
+1104.5121 Combinatorics
+1104.5123 Phenomenology
+1104.5124 Phenomenology
+1104.5125 Analysis of PDEs
+1104.5128 Functional Analysis
+1104.5133 Programming Languages
+1104.5135 General Mathematics
+1104.5136 Statistics Theory
+1104.5139 Databases
+1104.5143 Materials Science
+1104.5144
+1104.5145 Classical Analysis and ODEs
+1104.5146 Superconductivity
+1104.5150 Networking and Internet Architecture
+1104.5153 Geophysics
+1104.5154 Fluid Dynamics
+1104.5159 Algebraic Geometry
+1104.5162 Disordered Systems and Neural Networks
+1104.5164 Phenomenology
+1104.5178 Number Theory
+1104.5179 Differential Geometry
+1104.5180 Statistical Mechanics
+1104.5186 Machine Learning
+1104.5195 Functional Analysis
+1104.5198
+1104.5206 Classical Physics
+1104.5216 Quantitative Methods
+1104.5223 Representation Theory
+astro-ph/0702493
+hep-th/0611301 Theory
+math-ph/0006032
+math/0402387 Algebraic Geometry
+math/0609829 Algebraic Geometry
+physics/0604156 Chemical Physics
+0705.1210 Algebraic Geometry
+0706.4060 Algebraic Geometry
+0708.3762 Phenomenology
+0708.3999
+0709.2663 Probability
+0710.2861 Probability
+0711.4851 Theory
+0712.2708 Applications
+0802.3927
+0804.0600 Algebraic Geometry
+0806.2792 Mesoscale and Nanoscale Physics
+0807.0264 Lattice
+0807.1111 Theory
+0809.0539 Information Theory
+0811.4217 Classical Analysis and ODEs
+0812.1578
+0812.2160 Lattice
+0901.1496
+0901.3538 Strongly Correlated Electrons
+0903.4972
+0903.5478
+0904.0298
+0904.3053 Other Condensed Matter
+0904.3601
+0904.4009
+0905.0999
+0905.2041 Cosmology and Nongalactic Astrophysics
+0906.5086 Classical Physics
+0907.0713
+0907.1842 Soft Condensed Matter
+0907.4651 Theory
+0908.3921 Theory
+0909.3707 Analysis of PDEs
+0910.3608 Theory
+0911.0299
+0911.0300
+0911.2002 Cosmology and Nongalactic Astrophysics
+0912.0071 Learning
+0912.1035 High Energy Astrophysical Phenomena
+1001.0848 Phenomenology
+1001.1759 Phenomenology
+1001.1954 Probability
+1001.2220
+1001.2649 Phenomenology
+1001.3430
+1001.4382 Information Theory
+1002.0272 Representation Theory
+1002.0292 Phenomenology
+1003.0157
+1003.5191 Mesoscale and Nanoscale Physics
+1004.1388
+1004.1752 Information Theory
+1004.3311 High Energy Astrophysical Phenomena
+1004.3405 Theory
+1005.1224 Phenomenology
+1005.1905 Strongly Correlated Electrons
+1005.3093 Information Theory
+1005.3288 Experiment
+1005.3772 Phenomenology
+1005.4770 Superconductivity
+1005.4930 Phenomenology
+1006.1400
+1006.1536 Theory
+1006.2171 Phenomenology
+1006.2201
+1006.2246 Plasma Physics
+1006.2631 Combinatorics
+1006.4094 Strongly Correlated Electrons
+1006.4459 Group Theory
+1006.4603
+1006.5223 Geometric Topology
+1006.5631
+1007.0045 Phenomenology
+1007.0758 Phenomenology
+1007.1180
+1007.2150
+1007.2399
+1007.3095 Phenomenology
+1007.3211
+1007.3341 Networking and Internet Architecture
+1007.3901 Phenomenology
+1007.4915 Combinatorics
+1007.5142 Theory
+1007.5457 Quantum Gases
+1008.0068 Phenomenology
+1008.1106 Strongly Correlated Electrons
+1008.1509
+1008.1841 Phenomenology
+1008.2828 Theory
+1008.3181 Theory
+1008.3412
+1008.3869 Phenomenology
+1008.4034 Cosmology and Nongalactic Astrophysics
+1008.4072 Phenomenology
+1008.4094 Cosmology and Nongalactic Astrophysics
+1008.4272 Phenomenology
+1008.4520
+1008.4639
+1008.4875
+1008.4894
+1009.0105
+1009.0225
+1009.0268 Theory
+1009.0500 Other Condensed Matter
+1009.0526 Theory
+1009.0651 Theory
+1009.0868 Experiment
+1009.1197 Strongly Correlated Electrons
+1009.1985
+1009.2197 Lattice
+1009.2214
+1009.2419 Chaotic Dynamics
+1009.2468
+1009.2478 Other Condensed Matter
+1009.3020 Cosmology and Nongalactic Astrophysics
+1009.3157 Experiment
+1009.3350 Experiment
+1009.3364
+1009.4729 Phenomenology
+1009.4800 Statistical Mechanics
+1009.5256 Experiment
+1009.5510
+1009.5575 Optics
+1009.6056
+1010.0152 Number Theory
+1010.0174 High Energy Astrophysical Phenomena
+1010.0309 Phenomenology
+1010.0689
+1010.0832 Soft Condensed Matter
+1010.1451
+1010.1512 Probability
+1010.1840
+1010.1846
+1010.2041
+1010.2165
+1010.2229 Experiment
+1010.2366 Lattice
+1010.2698
+1010.3074 General Physics
+1010.3187
+1010.3225 Physics and Society
+1010.3271
+1010.3359 Theory
+1010.3397 Phenomenology
+1010.3625 Lattice
+1010.3701 Phenomenology
+1010.3712
+1010.3768 Lattice
+1010.4002 Mesoscale and Nanoscale Physics
+1010.4193
+1010.4194
+1010.4318 Mesoscale and Nanoscale Physics
+1010.4776
+1010.5123 Phenomenology
+1010.5149
+1010.5200
+1010.5438
+1010.5495 Cosmology and Nongalactic Astrophysics
+1010.5662 Cosmology and Nongalactic Astrophysics
+1010.5827 Phenomenology
+1010.5911 Theory
+1011.0353 Theory
+1011.0434 Cosmology and Nongalactic Astrophysics
+1011.0806 Astrophysics of Galaxies
+1011.1257 Cosmology and Nongalactic Astrophysics
+1011.1504 Cosmology and Nongalactic Astrophysics
+1011.1821 Phenomenology
+1011.1910 Phenomenology
+1011.3076 Phenomenology
+1011.3613 Phenomenology
+1011.4042 Probability
+1011.4180 Theory
+1011.4566 Cosmology and Nongalactic Astrophysics
+1011.4658 Combinatorics
+1011.4706 Theory
+1011.4801 General Physics
+1011.5399
+1011.5627 Solar and Stellar Astrophysics
+1011.5945 Theory
+1011.5969 Instrumentation and Detectors
+1012.0150 Phenomenology
+1012.0485 Theory
+1012.0552 Phenomenology
+1012.1966 Theory
+1012.2204 Instrumentation and Methods for Astrophysics
+1012.2485 Phenomenology
+1012.3150 Algebraic Geometry
+1012.4223 Mesoscale and Nanoscale Physics
+1012.4365 Phenomenology
+1012.5139 Statistical Mechanics
+1012.5145 Experiment
+1012.5355
+1101.0058 Combinatorics
+1101.0555 Phenomenology
+1101.0963 Theory
+1101.1052
+1101.1583 Cosmology and Nongalactic Astrophysics
+1101.1736
+1101.2806 Lattice
+1101.3063 Physics and Society
+1101.3436 Cosmology and Nongalactic Astrophysics
+1101.3592 Phenomenology
+1101.4673 Mesoscale and Nanoscale Physics
+1101.5824 Differential Geometry
+1102.0255 Soft Condensed Matter
+1102.2114 Multiagent Systems
+1102.2131 Distributed, Parallel, and Cluster Computing
+1102.2776 Fluid Dynamics
+1102.3295 Optimization and Control
+1102.3384 Mesoscale and Nanoscale Physics
+1102.3422 Pattern Formation and Solitons
+1102.3437 Analysis of PDEs
+1102.3441
+1102.3445 Mesoscale and Nanoscale Physics
+1102.3446 Analysis of PDEs
+1102.3447 Representation Theory
+1102.3450 Symplectic Geometry
+1102.3452
+1102.3461 Probability
+1102.3463 Computational Complexity
+1102.3465 Logic in Computer Science
+1102.3469 Algebraic Geometry
+1102.3485 Solar and Stellar Astrophysics
+1102.3490
+1102.3491 Data Structures and Algorithms
+1102.3497 Plasma Physics
+1102.3499 Computer Science and Game Theory
+1102.3500 Information Theory
+1102.3505 Superconductivity
+1102.3506 Superconductivity
+1102.3509 Probability
+1102.3510 Phenomenology
+1102.3513 Information Theory
+1102.3517 Probability
+1102.3518 Analysis of PDEs
+1102.3522 Formal Languages and Automata Theory
+1102.3524 Strongly Correlated Electrons
+1102.3525 Group Theory
+1102.3528 Algebraic Geometry
+1102.3533 Networking and Internet Architecture
+1102.3537 Data Structures and Algorithms
+1102.3538 Networking and Internet Architecture
+1102.3541 Computational Finance
+1102.3549 Algebraic Topology
+1102.3552 Probability
+1102.3558 Cosmology and Nongalactic Astrophysics
+1102.3559 Algebraic Geometry
+1102.3563 Distributed, Parallel, and Cluster Computing
+1102.3567 Solar and Stellar Astrophysics
+1102.3568 History and Overview
+1102.3569 Information Theory
+1102.3570 Soft Condensed Matter
+1102.3574 Group Theory
+1102.3575 Mesoscale and Nanoscale Physics
+1102.3579 Information Theory
+1102.3582 Risk Management
+1102.3587
+1102.3592 Methodology
+1102.3600 General Physics
+1102.3601 Probability
+1102.3605 Information Theory
+1102.3607 Networking and Internet Architecture
+1102.3608 Complex Variables
+1102.3609
+1102.3613 Probability
+1102.3621 Functional Analysis
+1102.3622 Rings and Algebras
+1102.3623 Algebraic Geometry
+1102.3626 Group Theory
+1102.3630 Quantum Gases
+1102.3632 Computer Science and Game Theory
+1102.3639 Representation Theory
+1102.3647 Cosmology and Nongalactic Astrophysics
+1102.3649 Instrumentation and Detectors
+1102.3666 High Energy Astrophysical Phenomena
+1102.3668 Probability
+1102.3670 Computational Geometry
+1102.3679 Phenomenology
+1102.3681 Probability
+1102.3682 Probability
+1102.3687 Materials Science
+hep-ph/0311183 Phenomenology
+hep-th/0203218 Theory
+hep-th/0502021 Theory
+hep-th/0602236 Theory
+math-ph/0601019
+math-ph/0609037
+math/0112315 Probability
+math/0204089 Probability
+math/0207009 Probability
+math/0211435 Probability
+math/0306263 Probability
+math/0504027 Probability
+math/0506058 Algebraic Geometry
+math/0508554 Algebraic Geometry
+math/0607660 Algebraic Geometry
+math/9902126 Probability
+0712.0462 Populations and Evolution
+0801.1331
+0806.1450 Superconductivity
+0808.1654 Combinatorics
+0809.1972
+0809.2596 Theory
+0810.4105 Geometric Topology
+0811.0606 Geometric Topology
+0812.1171 Algebraic Geometry
+0812.4320 Phenomenology
+0901.0145 Materials Science
+0901.4185 Soft Condensed Matter
+0902.4173 Theory
+0903.3721
+0905.1623 Theory
+0905.1901 Theory
+0907.4573 Data Structures and Algorithms
+0908.3569 Exactly Solvable and Integrable Systems
+0908.4205 Geometric Topology
+0909.0914 Solar and Stellar Astrophysics
+0909.3427 Mesoscale and Nanoscale Physics
+0909.4821 Statistics Theory
+0910.1542 Theory
+0910.1710 Probability
+0910.4959 Probability
+0910.5333 Mesoscale and Nanoscale Physics
+0911.0179 Dynamical Systems
+0911.0182 Dynamical Systems
+0911.0393 Geometric Topology
+0911.3107 Probability
+0911.3722 Group Theory
+0911.4075 General Topology
+0911.4081 General Topology
+1001.0557 Category Theory
+1001.2522 Geometric Topology
+1002.0041 Materials Science
+1002.1777 Quantum Algebra
+1002.2802 Geometric Topology
+1002.3352 General Topology
+1003.1000 Classical Analysis and ODEs
+1003.2588 Combinatorics
+1003.5341 General Topology
+1004.0904 Operator Algebras
+1004.2126 Dynamical Systems
+1004.2230 Representation Theory
+1004.4363 Mesoscale and Nanoscale Physics
+1005.0882 Group Theory
+1005.1082 Optimization and Control
+1005.1308
+1005.1423 Differential Geometry
+1005.4610
+1006.0253 Analysis of PDEs
+1006.2118 Strongly Correlated Electrons
+1006.3089 Functional Analysis
+1006.3411 Superconductivity
+1006.4500 Theory
+1006.4799 Atomic Physics
+1006.4806
+1006.4887 Optics
+1007.0518 Theory
+1008.0108 Functional Analysis
+1008.4124 Materials Science
+1008.5196 Information Theory
+1009.0303 Biomolecules
+1009.1783 Algebraic Geometry
+1009.2486 Number Theory
+1009.4039
+1009.5041 Theory
+1009.6181 Algebraic Geometry
+1010.1359 Combinatorics
+1010.2355
+1010.3182 Quantum Algebra
+1010.3418 Analysis of PDEs
+1011.1387 Superconductivity
+1011.2585 Group Theory
+1011.3990 Instrumentation and Methods for Astrophysics
+1011.4554 General Topology
+1011.4555 General Topology
+1011.5003 Classical Analysis and ODEs
+1011.5188 Computation and Language
+1011.5259
+1011.5483 Atomic Physics
+1011.6072 Spectral Theory
+1012.1798 Combinatorics
+1012.2122
+1012.2522 General Topology
+1012.2550 Group Theory
+1012.3426 Representation Theory
+1101.0702 Quantum Gases
+1101.1585 Strongly Correlated Electrons
+1101.3482 Number Theory
+1101.4105
+1102.0084 Mesoscale and Nanoscale Physics
+1102.0162 Soft Condensed Matter
+1102.0353
+1102.0408 Cosmology and Nongalactic Astrophysics
+1102.3770 Rings and Algebras
+1102.3889 Superconductivity
+1102.4050 Optimization and Control
+1102.5026 Functional Analysis
+1103.1277
+1103.2107 Atomic Physics
+1103.2710 Mesoscale and Nanoscale Physics
+1103.4795 General Physics
+1103.5944 Quantum Gases
+1103.6120 Materials Science
+1104.0051 Mesoscale and Nanoscale Physics
+1104.0742 Physics and Society
+1104.1778 Complex Variables
+1104.2625 Risk Management
+1104.2627 Quantum Gases
+1104.2868
+1104.2870
+1104.3407 Mesoscale and Nanoscale Physics
+1104.3981 Phenomenology
+1104.4034 Exactly Solvable and Integrable Systems
+1104.4750
+1104.4955 Theory
+1104.5415 Information Theory
+1104.5518 Mesoscale and Nanoscale Physics
+1104.5616 Information Theory
+1105.0172 General Physics
+1105.0894
+1105.1233 Geophysics
+1105.1299
+1105.2043 Materials Science
+1105.2227 Strongly Correlated Electrons
+1105.2933 Molecular Networks
+1105.3786 Phenomenology
+1105.3826 Materials Science
+1105.4119 Probability
+1105.4294 History and Overview
+1105.4852 Theory
+1105.5531 Mesoscale and Nanoscale Physics
+1106.0805 Exactly Solvable and Integrable Systems
+1106.1088 Materials Science
+1106.4377 Complex Variables
+1106.4389 Mesoscale and Nanoscale Physics
+1106.4927 Computational Geometry
+1106.5290 Phenomenology
+1107.0442 History and Philosophy of Physics
+1107.1159 Probability
+1107.1750 Physics and Society
+1107.2404 Cosmology and Nongalactic Astrophysics
+1107.4509 Experiment
+1107.4673 Theory
+1107.4723 Computation and Language
+1107.4757 Algebraic Geometry
+1108.0746 Number Theory
+1108.0772 Methodology
+1108.1523 Geometric Topology
+1108.2086 Materials Science
+1108.2478 Dynamical Systems
+1108.2738 Statistical Mechanics
+1108.2860 Algebraic Geometry
+1108.3535 Classical Analysis and ODEs
+1108.3825 Instrumentation and Detectors
+1108.3865 Atomic Physics
+1108.3929 Optics
+1108.4033 Experiment
+1108.4042 Differential Geometry
+1108.4045 Combinatorics
+1108.4047 Combinatorics
+1108.4048 Systems and Control
+1108.4050 Instrumentation and Methods for Astrophysics
+1108.4051 Solar and Stellar Astrophysics
+1108.4052 Computation and Language
+1108.4053 Dynamical Systems
+1108.4054 Probability
+1108.4056 Discrete Mathematics
+1108.4065 Dynamical Systems
+1108.4066 Classical Analysis and ODEs
+1108.4067 Functional Analysis
+1108.4069 Probability
+1108.4072 Functional Analysis
+1108.4076 Cryptography and Security
+1108.4077 Logic in Computer Science
+1108.4079 Computer Vision and Pattern Recognition
+1108.4080 Neural and Evolutionary Computing
+1108.4081 Theory
+1108.4082 Computational Physics
+1108.4086 Probability
+1108.4089 Complex Variables
+1108.4090 Complex Variables
+1108.4091 Soft Condensed Matter
+1108.4092 Geometric Topology
+1108.4096 Information Theory
+1108.4100 Cryptography and Security
+1108.4102 Portfolio Management
+1108.4105 Functional Analysis
+1108.4109 Classical Analysis and ODEs
+1108.4113 Pricing of Securities
+1108.4118 Chaotic Dynamics
+1108.4120 Superconductivity
+1108.4122 Materials Science
+1108.4123 Classical Analysis and ODEs
+1108.4127 Geometric Topology
+1108.4128 Cosmology and Nongalactic Astrophysics
+1108.4131 Dynamical Systems
+1108.4138 Networking and Internet Architecture
+1108.4139 Other Computer Science
+1108.4141 Materials Science
+1108.4149
+1108.4155 Experiment
+1108.4157 Theory
+1108.4161 Theory
+1108.4166
+1108.4167 Neurons and Cognition
+1108.4168 Information Theory
+1108.4175
+1108.4178 Number Theory
+1108.4182 Materials Science
+1108.4190 Strongly Correlated Electrons
+1108.4191 Optimization and Control
+1108.4192 Dynamical Systems
+1108.4202 Rings and Algebras
+1108.4208 Exactly Solvable and Integrable Systems
+1108.4209 Numerical Analysis
+1108.4211 Algebraic Geometry
+1108.4215 Computation
+1108.4217 Data Structures and Algorithms
+1108.4220 Artificial Intelligence
+1108.4222 High Energy Astrophysical Phenomena
+1108.4225 Spectral Theory
+1108.4226 Networking and Internet Architecture
+1108.4227 Algebraic Geometry
+1108.4228
+1108.4231 Differential Geometry
+1108.4232 Differential Geometry
+1108.4253 Logic in Computer Science
+1108.4258 Statistical Mechanics
+1108.4259 Strongly Correlated Electrons
+1108.4261 Exactly Solvable and Integrable Systems
+1108.4268 Commutative Algebra
+1108.4279 Artificial Intelligence
+1108.4280 Materials Science
+1108.4281 Combinatorics
+1108.4285 Solar and Stellar Astrophysics
+1108.4286 Cell Behavior
+1108.4287
+1108.4295 Experiment
+1108.4296 Neurons and Cognition
+1108.4297 Computation and Language
+1108.4298 Analysis of PDEs
+1108.4299 Biological Physics
+1108.4305 Biological Physics
+1108.4309 Cosmology and Nongalactic Astrophysics
+1108.4311 Superconductivity
+1108.4315 Computer Vision and Pattern Recognition
+1108.4316 Statistical Mechanics
+1108.4317 Probability
+1108.4323
+1108.4328 Soft Condensed Matter
+1108.4330 Strongly Correlated Electrons
+1108.4331 Astrophysics of Galaxies
+1108.4336 Computational Geometry
+1108.4339 Group Theory
+1108.4346 Algebraic Topology
+1108.4358 Data Structures and Algorithms
+1108.4359
+1108.4364 Probability
+1108.4373 Combinatorics
+1108.4377 Cosmology and Nongalactic Astrophysics
+1108.4380 Algebraic Geometry
+1108.4382 Combinatorics
+1108.4383 Combinatorics
+1108.4387 Geometric Topology
+1108.4389 Theory
+1108.4396 Computational Physics
+1108.4407 Atomic Physics
+1108.4408 Data Structures and Algorithms
+astro-ph/0001469
+astro-ph/0002133
+astro-ph/0006065
+astro-ph/0006316
+astro-ph/0008305
+astro-ph/0009505
+astro-ph/0010468
+astro-ph/0207040
+astro-ph/0209429
+astro-ph/0210287
+astro-ph/0210377
+astro-ph/0210525
+astro-ph/0211168
+astro-ph/0301271
+astro-ph/0305496
+astro-ph/0403385
+astro-ph/0404268
+astro-ph/0407428
+astro-ph/0408359
+astro-ph/0409153
+astro-ph/0409743
+astro-ph/0501439
+astro-ph/0506015
+astro-ph/0506103
+astro-ph/0604311
+astro-ph/9811367
+astro-ph/9907411
+gr-qc/0010059
+hep-ph/0406187 Phenomenology
+hep-ph/0411352 Phenomenology
+hep-ph/0501233 Phenomenology
+hep-ph/0503297 Phenomenology
+hep-ph/0507233 Phenomenology
+math-ph/0007040
+math/0604109 Dynamical Systems
+math/0703138 Differential Geometry
+nucl-ex/0408014
+nucl-th/0306065
+physics/0610253 Atomic Physics
+0704.1890 Computational Physics
+0704.2999 Phenomenology
+0705.3652 Optics
+0706.0319 Logic
+0706.0859 Algebraic Geometry
+0706.1119 Computational Engineering, Finance, and Science
+0706.2270
+0707.1486 Spectral Theory
+0709.0699
+0710.3792 Probability
+0710.4240 Lattice
+0711.0686
+0711.1953 Spectral Theory
+0711.4127 Classical Analysis and ODEs
+0712.1740
+0801.3309 Geometric Topology
+0801.3854 Combinatorics
+0802.1494 Optics
+0803.3503 Mesoscale and Nanoscale Physics
+0804.1575 Phenomenology
+0805.2437
+0805.3060
+0805.3777 Algebraic Geometry
+0806.2096 Combinatorics
+0806.3700 Complex Variables
+0808.3244 Combinatorics
+0809.0259 Combinatorics
+0809.1806 Combinatorics
+0809.2749 Algebraic Geometry
+0809.4933 Differential Geometry
+0810.0219 Theory
+0810.2717 Combinatorics
+0811.0485 Phenomenology
+0811.0782
+0811.2158 Complex Variables
+0811.4089 Combinatorics
+0811.4432 Functional Analysis
+0812.1961
+0812.2870 Discrete Mathematics
+0902.1935
+0903.0599
+0903.1463 Algebraic Geometry
+0903.2523 Geometric Topology
+0904.4819 Combinatorics
+0905.1024 Combinatorics
+0905.2169 Algebraic Geometry
+0905.3487 Combinatorics
+0905.4435 Theory
+0906.0180 Statistics Theory
+0906.1053 Digital Libraries
+0906.2854 Functional Analysis
+0906.4047
+0906.4609 Combinatorics
+0906.5103 Analysis of PDEs
+0907.0302 Algebraic Geometry
+0907.2732 Statistical Mechanics
+0908.0327 Cosmology and Nongalactic Astrophysics
+0908.1313 Combinatorics
+0908.3566 Functional Analysis
+0908.4101 Differential Geometry
+0909.1867 Functional Analysis
+0910.0386 Algebraic Topology
+0910.0964
+0910.4768 Functional Analysis
+0910.5044 K-Theory and Homology
+0911.3144 Physics and Society
+0912.0771
+0912.2243
+0912.4287 Complex Variables
+0912.4827 Group Theory
+0912.4961
+0912.5005 Phenomenology
+1001.0295
+1001.0579 Phenomenology
+1001.2652
+1001.4023 Digital Libraries
+1001.4115 Operating Systems
+1001.5147
+1001.5347 Strongly Correlated Electrons
+1002.0462 Cosmology and Nongalactic Astrophysics
+1002.0852 Information Theory
+1002.1490
+1002.2130 Theory
+1003.0148 Group Theory
+1003.3852 Probability
+1003.4248
+1003.5043 General Physics
+1003.5140 Superconductivity
+1003.5213
+1004.1252 Statistical Mechanics
+1004.1430 Combinatorics
+1004.1624 Instrumentation and Methods for Astrophysics
+1004.2733
+1004.5001 Materials Science
+1005.0359 Instrumentation and Methods for Astrophysics
+1005.0542 Numerical Analysis
+1005.1007 Phenomenology
+1005.2682
+1005.3024 Theory
+1005.3035 Theory
+1005.3125 Materials Science
+1005.3165 Cosmology and Nongalactic Astrophysics
+1005.3555 Theory
+1005.4795 Strongly Correlated Electrons
+1005.5491
+1006.0718 Theory
+1006.1230
+1006.1438 Quantum Gases
+1006.2479 Statistical Mechanics
+1006.2480 Statistical Mechanics
+1006.3226 Cosmology and Nongalactic Astrophysics
+1006.4219 Mesoscale and Nanoscale Physics
+1006.4763 Cosmology and Nongalactic Astrophysics
+1006.5740 Number Theory
+1006.5791 Physics and Society
+1007.0025 Phenomenology
+1007.0500 Theory
+1007.0937
+1007.1358
+1007.1585 Phenomenology
+1007.1931 Quantum Algebra
+1007.2839 General Physics
+1008.0949
+1008.1004 Data Analysis, Statistics and Probability
+1008.1067 Statistical Mechanics
+1008.1136 Materials Science
+1008.1624 Lattice
+1008.3342 Instrumentation and Detectors
+1008.3645 Medical Physics
+1008.3809 Numerical Analysis
+1008.4622
+1008.4623 Instrumentation and Methods for Astrophysics
+1008.4835
+1009.2493
+1009.2588 Numerical Analysis
+1009.2669 Mesoscale and Nanoscale Physics
+1009.2698 Computation
+1009.4356 Strongly Correlated Electrons
+1009.5067 Phenomenology
+1009.6192 Lattice
+1010.1143
+1010.1715
+1010.1719
+1010.2544 Solar and Stellar Astrophysics
+1010.2553
+1010.2578 Phenomenology
+1010.2596
+1010.2614 Phenomenology
+1010.2618
+1010.2625
+1010.2650
+1010.2659 Phenomenology
+1010.2744 Phenomenology
+1010.5488 Differential Geometry
+1011.0071 Functional Analysis
+1011.1024
+1011.1222 Solar and Stellar Astrophysics
+1011.1489 Statistical Mechanics
+1011.4469 Superconductivity
+1011.6543 Computer Science and Game Theory
+1012.0094 Number Theory
+1012.0641 High Energy Astrophysical Phenomena
+1012.2075 Statistical Mechanics
+1012.2761 Optics
+1012.2775
+1012.2777
+1012.3314 Strongly Correlated Electrons
+1012.3723 Solar and Stellar Astrophysics
+1012.4227 Mesoscale and Nanoscale Physics
+1012.5290 Analysis of PDEs
+1101.0583 Theory
+1101.0605 Distributed, Parallel, and Cluster Computing
+1101.0968 Logic in Computer Science
+1101.3285 Information Theory
+1101.4010 Phenomenology
+1101.4236 Cryptography and Security
+1101.4248 Materials Science
+1101.4251
+1101.4252
+1101.4255 Number Theory
+1101.4266 Logic in Computer Science
+1101.4268 Classical Analysis and ODEs
+1101.4270 Databases
+1101.4284 Materials Science
+1101.4286 Group Theory
+1101.4288 Differential Geometry
+1101.4295 Cosmology and Nongalactic Astrophysics
+1101.4315 Numerical Analysis
+1101.4329 Functional Analysis
+1101.4334 Theory
+1101.4343 Information Theory
+1101.4347 Optimization and Control
+1101.4357 Differential Geometry
+1101.4368 Methodology
+1101.4371 Classical Analysis and ODEs
+1101.4372 Information Theory
+1101.4374 Dynamical Systems
+1101.4376 Optics
+1101.4377 Functional Analysis
+1101.4381 Analysis of PDEs
+1101.4383 Mesoscale and Nanoscale Physics
+1101.4393 Combinatorics
+1101.4398 Materials Science
+1101.4400 General Topology
+1101.4402 Representation Theory
+1101.4404 High Energy Astrophysical Phenomena
+1101.4415 Rings and Algebras
+1101.4416 Metric Geometry
+1101.4419 Representation Theory
+1101.4420 Combinatorics
+1101.4423 Logic in Computer Science
+1101.4424 Logic in Computer Science
+1101.4425 Logic in Computer Science
+1101.4426 Logic in Computer Science
+1101.4428 Programming Languages
+1101.4429 Programming Languages
+1101.4430 Programming Languages
+1101.4437 Probability
+1101.4445 Neural and Evolutionary Computing
+1101.4446 Data Structures and Algorithms
+1101.4449 Disordered Systems and Neural Networks
+1101.4451 Differential Geometry
+1101.4465 Logic in Computer Science
+1101.4474 Distributed, Parallel, and Cluster Computing
+1101.4481
+1101.4483
+1101.4488
+1101.4489 Instrumentation and Methods for Astrophysics
+1101.4492 Combinatorics
+1101.4501 Symplectic Geometry
+1101.4503 Rings and Algebras
+1101.4504 General Topology
+1101.4516 Complex Variables
+1101.4518 Solar and Stellar Astrophysics
+1101.4522
+1101.4525 Lattice
+1101.4531 Solar and Stellar Astrophysics
+1101.4533
+1101.4536 Optimization and Control
+1101.4548 General Finance
+1101.4552 Functional Analysis
+1101.4554 Logic in Computer Science
+1101.4563 Probability
+1101.4573 Molecular Networks
+1101.4575
+1101.4581 Algebraic Geometry
+1101.4583 Cosmology and Nongalactic Astrophysics
+1101.4592 Experiment
+1101.4593 Chaotic Dynamics
+1101.4596 Chaotic Dynamics
+1101.4597
+1101.4605 Number Theory
+1101.4607 Statistics Theory
+1101.4616 Statistics Theory
+1101.4621 Combinatorics
+1101.4629 Cosmology and Nongalactic Astrophysics
+1101.4632 Cryptography and Security
+1101.4634
+1101.4640 Cryptography and Security
+1101.4642 Theory
+cond-mat/0506235 Strongly Correlated Electrons
+cond-mat/0609534 Mesoscale and Nanoscale Physics
+cs/0607069 Cryptography and Security
+hep-ex/0206032 Experiment
+hep-ex/0308075 Experiment
+hep-ex/0309018 Experiment
+hep-ex/0702047 Experiment
+hep-ex/9604010 Experiment
+hep-ex/9905051 Experiment
+hep-ex/9911010 Experiment
+hep-ph/0001133 Phenomenology
+hep-ph/0001312 Phenomenology
+hep-ph/0003124 Phenomenology
+hep-ph/0003253 Phenomenology
+hep-ph/0007238 Phenomenology
+hep-ph/0008283 Phenomenology
+hep-ph/0009085 Phenomenology
+hep-ph/0009117 Phenomenology
+hep-ph/0009258 Phenomenology
+hep-ph/0011265 Phenomenology
+hep-ph/0012305 Phenomenology
+hep-ph/0101240 Phenomenology
+hep-ph/0102009 Phenomenology
+hep-ph/0103177 Phenomenology
+hep-ph/0107028 Phenomenology
+hep-ph/0107159 Phenomenology
+hep-ph/0108205 Phenomenology
+hep-ph/0109061 Phenomenology
+hep-ph/0110084 Phenomenology
+hep-ph/0110320 Phenomenology
+hep-ph/0111232 Phenomenology
+hep-ph/0111357 Phenomenology
+hep-ph/0112276 Phenomenology
+hep-ph/0201159 Phenomenology
+hep-ph/0203050 Phenomenology
+hep-ph/0203132 Phenomenology
+hep-ph/0204065 Phenomenology
+hep-ph/0204125 Phenomenology
+hep-ph/0206129 Phenomenology
+hep-ph/0206220 Phenomenology
+hep-ph/0206241 Phenomenology
+hep-ph/0207152 Phenomenology
+hep-ph/0208154 Phenomenology
+hep-ph/0208278 Phenomenology
+hep-ph/0209022 Phenomenology
+hep-ph/0209135 Phenomenology
+hep-ph/0210233 Phenomenology
+hep-ph/0210236 Phenomenology
+hep-ph/0210319 Phenomenology
+hep-ph/0211035 Phenomenology
+hep-ph/0211363 Phenomenology
+hep-ph/0211422 Phenomenology
+hep-ph/0212115 Phenomenology
+hep-ph/0212123 Phenomenology
+hep-ph/0305045 Phenomenology
+hep-ph/0305201 Phenomenology
+hep-ph/0305332 Phenomenology
+hep-ph/0306014 Phenomenology
+hep-ph/0306305 Phenomenology
+hep-ph/0307090 Phenomenology
+hep-ph/0307129 Phenomenology
+hep-ph/0308056 Phenomenology
+hep-ph/0308124 Phenomenology
+hep-ph/0308315 Phenomenology
+hep-ph/0309162 Phenomenology
+hep-ph/0309207 Phenomenology
+hep-ph/0309276 Phenomenology
+hep-ph/0310007 Phenomenology
+hep-ph/0310029 Phenomenology
+hep-ph/0310077 Phenomenology
+hep-ph/0310115 Phenomenology
+hep-ph/0311004 Phenomenology
+hep-ph/0312066 Phenomenology
+hep-ph/0312137 Phenomenology
+hep-ph/0403195 Phenomenology
+hep-ph/0403229 Phenomenology
+hep-ph/0404031 Phenomenology
+hep-ph/0405045 Phenomenology
+hep-ph/0405058 Phenomenology
+hep-ph/0405281 Phenomenology
+hep-ph/0406157 Phenomenology
+hep-ph/0407046 Phenomenology
+hep-ph/0407176 Phenomenology
+hep-ph/0408021 Phenomenology
+hep-ph/0409066 Phenomenology
+hep-ph/0410012 Phenomenology
+hep-ph/0410019 Phenomenology
+hep-ph/0410115 Phenomenology
+hep-ph/0410199 Phenomenology
+hep-ph/0411405 Phenomenology
+hep-ph/0412275 Phenomenology
+hep-ph/0412314 Phenomenology
+hep-ph/0501110 Phenomenology
+hep-ph/0501171 Phenomenology
+hep-ph/0501193 Phenomenology
+hep-ph/0501271 Phenomenology
+hep-ph/0505014 Phenomenology
+hep-ph/0505052 Phenomenology
+hep-ph/0505235 Phenomenology
+hep-ph/0507084 Phenomenology
+hep-ph/0509023 Phenomenology
+hep-ph/0509272 Phenomenology
+hep-ph/0511183 Phenomenology
+hep-ph/0511226 Phenomenology
+hep-ph/0511257 Phenomenology
+hep-ph/0601229 Phenomenology
+hep-ph/9211205 Phenomenology
+hep-ph/9212289 Phenomenology
+hep-ph/9302306 Phenomenology
+hep-ph/9306337 Phenomenology
+hep-ph/9307291 Phenomenology
+hep-ph/9310350 Phenomenology
+hep-ph/9312249 Phenomenology
+hep-ph/9401227 Phenomenology
+hep-ph/9405302 Phenomenology
+hep-ph/9405325 Phenomenology
+hep-ph/9405401 Phenomenology
+hep-ph/9406273 Phenomenology
+hep-ph/9406299 Phenomenology
+hep-ph/9406359 Phenomenology
+hep-ph/9406405 Phenomenology
+hep-ph/9406428 Phenomenology
+hep-ph/9407351 Phenomenology
+hep-ph/9408306 Phenomenology
+hep-ph/9409208 Phenomenology
+hep-ph/9409453 Phenomenology
+hep-ph/9410387 Phenomenology
+hep-ph/9411282 Phenomenology
+hep-ph/9411296 Phenomenology
+hep-ph/9412249 Phenomenology
+hep-ph/9503384 Phenomenology
+hep-ph/9504433 Phenomenology
+hep-ph/9505279 Phenomenology
+hep-ph/9506338 Phenomenology
+hep-ph/9507353 Phenomenology
+hep-ph/9509229 Phenomenology
+hep-ph/9510285 Phenomenology
+hep-ph/9510293 Phenomenology
+hep-ph/9510399 Phenomenology
+hep-ph/9511440 Phenomenology
+hep-ph/9512239 Phenomenology
+hep-ph/9512251 Phenomenology
+hep-ph/9512322 Phenomenology
+hep-ph/9512445 Phenomenology
+hep-ph/9601306 Phenomenology
+hep-ph/9601324 Phenomenology
+hep-ph/9602256 Phenomenology
+hep-ph/9602403 Phenomenology
+hep-ph/9604266 Phenomenology
+hep-ph/9604302 Phenomenology
+hep-ph/9604347 Phenomenology
+hep-ph/9604424 Phenomenology
+hep-ph/9605270 Phenomenology
+hep-ph/9605297 Phenomenology
+hep-ph/9605318 Phenomenology
+hep-ph/9606396 Phenomenology
+hep-ph/9607328 Phenomenology
+hep-ph/9607423 Phenomenology
+hep-ph/9608234 Phenomenology
+hep-ph/9608406 Phenomenology
+hep-ph/9609316 Phenomenology
+hep-ph/9609352 Phenomenology
+hep-ph/9609388 Phenomenology
+hep-ph/9609526 Phenomenology
+hep-ph/9610425 Phenomenology
+hep-ph/9611317 Phenomenology
+hep-ph/9611318 Phenomenology
+hep-ph/9612254 Phenomenology
+hep-ph/9612449 Phenomenology
+hep-ph/9612461 Phenomenology
+hep-ph/9701421 Phenomenology
+hep-ph/9702222 Phenomenology
+hep-ph/9702341 Phenomenology
+hep-ph/9703277 Phenomenology
+hep-ph/9704203 Phenomenology
+hep-ph/9704412 Phenomenology
+hep-ph/9705226 Phenomenology
+hep-ph/9705446 Phenomenology
+hep-ph/9706433 Phenomenology
+hep-ph/9707424 Phenomenology
+hep-ph/9708265 Phenomenology
+hep-ph/9708271 Phenomenology
+hep-ph/9708439 Phenomenology
+hep-ph/9708448 Phenomenology
+hep-ph/9709219 Phenomenology
+hep-ph/9709281 Phenomenology
+hep-ph/9709282 Phenomenology
+hep-ph/9709335 Phenomenology
+hep-ph/9710229 Phenomenology
+hep-ph/9711367 Phenomenology
+hep-ph/9712205 Phenomenology
+hep-ph/9712482 Phenomenology
+hep-ph/9712494 Phenomenology
+hep-ph/9802360 Phenomenology
+hep-ph/9803360 Phenomenology
+hep-ph/9803398 Phenomenology
+hep-ph/9803401 Phenomenology
+hep-ph/9804215 Phenomenology
+hep-ph/9805207 Phenomenology
+hep-ph/9805216 Phenomenology
+hep-ph/9805253 Phenomenology
+hep-ph/9805508 Phenomenology
+hep-ph/9807332 Phenomenology
+hep-ph/9807405 Phenomenology
+hep-ph/9808491 Phenomenology
+hep-ph/9809220 Phenomenology
+hep-ph/9809589 Phenomenology
+hep-ph/9809591 Phenomenology
+hep-ph/9810259 Phenomenology
+hep-ph/9810270 Phenomenology
+hep-ph/9810340 Phenomenology
+hep-ph/9810427 Phenomenology
+hep-ph/9811328 Phenomenology
+hep-ph/9811351 Phenomenology
+hep-ph/9811415 Phenomenology
+hep-ph/9811457 Phenomenology
+hep-ph/9812263 Phenomenology
+hep-ph/9812430 Phenomenology
+hep-ph/9903518 Phenomenology
+hep-ph/9904258 Phenomenology
+hep-ph/9904510 Phenomenology
+hep-ph/9907271 Phenomenology
+hep-ph/9907378 Phenomenology
+hep-ph/9909345 Phenomenology
+hep-ph/9909356 Phenomenology
+hep-ph/9910342 Phenomenology
+hep-ph/9910390 Phenomenology
+hep-ph/9910403 Phenomenology
+hep-ph/9911215 Phenomenology
+hep-ph/9911229 Phenomenology
+hep-ph/9911461 Phenomenology
+hep-ph/9911471 Phenomenology
+hep-ph/9911478 Phenomenology
+hep-ph/9912374 Phenomenology
+hep-th/0408068 Theory
+hep-th/0512331 Theory
+math-ph/0702052
+math/0408365 Combinatorics
+math/0411239 Combinatorics
+math/0508197 Algebraic Geometry
+math/0601083 Logic
+math/0603412 Probability
+math/0606367 Functional Analysis
+math/0611120 Quantum Algebra
+math/0703302 Logic
+nlin/0612053 Chaotic Dynamics
+nucl-ex/0209015
+nucl-ex/0211021
+nucl-th/0001016
+nucl-th/0006009
+nucl-th/0103019
+nucl-th/0107031
+nucl-th/0202008
+nucl-th/0307035
+nucl-th/0403048
+nucl-th/0403077
+nucl-th/0409042
+nucl-th/0411010
+nucl-th/0412037
+nucl-th/9711059
+nucl-th/9807070
+nucl-th/9906079
+nucl-th/9910047
+physics/0511241 Atomic Physics
+quant-ph/0504228
+quant-ph/0505216
+quant-ph/0701066
+0710.1241 Materials Science
+0710.4496 Geometric Topology
+0712.2771 Portfolio Management
+0803.1363 Statistical Mechanics
+0808.3348 Materials Science
+0809.1873 Methodology
+0811.4102 Dynamical Systems
+0812.0534 Superconductivity
+0902.0465 Robotics
+0902.4146
+0904.0838 Machine Learning
+0904.2115 Computational Geometry
+0906.3644 Superconductivity
+0907.0165 Combinatorics
+0907.3322 Mesoscale and Nanoscale Physics
+0907.4965 Materials Science
+0907.5003 Cosmology and Nongalactic Astrophysics
+0908.0162 Probability
+0908.0180 Theory
+0908.0565 Superconductivity
+0910.0288 Strongly Correlated Electrons
+0910.3556 Disordered Systems and Neural Networks
+0910.4467 Probability
+0910.5858
+0910.5900 Fluid Dynamics
+0911.1406 K-Theory and Homology
+0911.4394 Probability
+0912.0601 Statistical Mechanics
+0912.2499
+0912.3824 Computational Physics
+0912.4647 Statistical Mechanics
+1003.1928 Analysis of PDEs
+1003.4320 Mesoscale and Nanoscale Physics
+1003.5098
+1003.5744 Metric Geometry
+1004.0066 Representation Theory
+1004.1717 Statistical Mechanics
+1004.1882 Superconductivity
+1004.2716
+1004.3625 Combinatorics
+1005.3749 Combinatorics
+1006.2705 Classical Physics
+1006.3414 Phenomenology
+1007.0953
+1007.1527 Phenomenology
+1007.1999 Materials Science
+1007.2870 Combinatorics
+1007.3943 Theory
+1007.4173 Cosmology and Nongalactic Astrophysics
+1007.4374 Theory
+1007.4677
+1008.1536
+1008.1931 Optimization and Control
+1008.2282
+1008.2868 Mesoscale and Nanoscale Physics
+1008.3020 Theory
+1008.3073
+1008.3605 Theory
+1008.4757 Phenomenology
+1009.0506
+1009.1162 Phenomenology
+1009.2064
+1009.2627 Experiment
+1009.3054 Superconductivity
+1009.3428 Theory
+1009.3753 Portfolio Management
+1009.4939 Phenomenology
+1009.5189
+1009.5406
+1009.5426 Probability
+1009.5973 Computational Finance
+1009.6007
+1010.1921 Theory
+1010.2186
+1010.4026 Mesoscale and Nanoscale Physics
+1010.4224
+1010.5134 Other Condensed Matter
+1010.5667
+1010.6179 Exactly Solvable and Integrable Systems
+1011.0952 Lattice
+1011.1324 Theory
+1011.2855
+1011.3153
+1011.3807 Quantum Gases
+1011.5733 General Physics
+1012.0656 Strongly Correlated Electrons
+1101.0452 Commutative Algebra
+1101.0578 Numerical Analysis
+1101.1382 Phenomenology
+1101.2489 Machine Learning
+1101.3169 Theory
+1101.4218 Superconductivity
+1101.4672 Superconductivity
+1101.4988 Superconductivity
+1102.2612
+1102.4348 High Energy Astrophysical Phenomena
+1102.4544 Mesoscale and Nanoscale Physics
+1102.5733 Combinatorics
+1103.2829 Dynamical Systems
+1103.4122
+1103.4340 Optimization and Control
+1103.5560 Computational Complexity
+1104.0808 Phenomenology
+1104.0916 Plasma Physics
+1104.1182 Number Theory
+1104.1186 Networking and Internet Architecture
+1104.1188
+1104.1190 Robotics
+1104.1191 Robotics
+1104.1194
+1104.1195 Representation Theory
+1104.1198 Algebraic Geometry
+1104.1204 Machine Learning
+1104.1207
+1104.1208 Differential Geometry
+1104.1209 Computational Complexity
+1104.1237 Computer Vision and Pattern Recognition
+1104.1240 Differential Geometry
+1104.1249 Robotics
+1104.1251
+1104.1264 Combinatorics
+1104.1271 Analysis of PDEs
+1104.1277 Combinatorics
+1104.1278 Number Theory
+1104.1279 Multiagent Systems
+1104.1286 Logic
+1104.1291 Probability
+1104.1299 Solar and Stellar Astrophysics
+1104.1301
+1104.1302 Materials Science
+1104.1303 Probability
+1104.1304 Materials Science
+1104.1308
+1104.1309 Discrete Mathematics
+1104.1310
+1104.1311 Databases
+1104.1314 Cosmology and Nongalactic Astrophysics
+1104.1315 Theory
+1104.1320 Algebraic Geometry
+1104.1321 Probability
+1104.1325 Algebraic Topology
+1104.1328 Rings and Algebras
+1104.1329 Functional Analysis
+1104.1333 Representation Theory
+1104.1336 Fluid Dynamics
+1104.1337 Biological Physics
+1104.1341 Rings and Algebras
+1104.1351 Programming Languages
+1104.1354 Analysis of PDEs
+1104.1357 Superconductivity
+1104.1361
+1104.1366 Rings and Algebras
+1104.1368 Geophysics
+1104.1370 Software Engineering
+1104.1377 Data Structures and Algorithms
+1104.1383
+1104.1389 Optimization and Control
+1104.1391 History and Philosophy of Physics
+1104.1394 Soft Condensed Matter
+1104.1397 Solar and Stellar Astrophysics
+1104.1398 Operator Algebras
+1104.1406 Differential Geometry
+1104.1407 Complex Variables
+1104.1412 Differential Geometry
+1104.1414 Functional Analysis
+astro-ph/0604427
+cond-mat/0005546 Superconductivity
+cond-mat/0006180 Superconductivity
+cond-mat/0010067 Superconductivity
+cond-mat/0012408 Superconductivity
+cond-mat/0209540 Materials Science
+cond-mat/0307750 Materials Science
+cond-mat/0505620 Materials Science
+cond-mat/0507479 Superconductivity
+cond-mat/0606572 Superconductivity
+cond-mat/9807370 Superconductivity
+cond-mat/9810023 Superconductivity
+cond-mat/9903256 Superconductivity
+cond-mat/9906112 Superconductivity
+cond-mat/9907285 Superconductivity
+cond-mat/9907300 Superconductivity
+hep-ph/9408315 Phenomenology
+hep-ph/9511424 Phenomenology
+hep-ph/9609479 Phenomenology
+hep-th/0503014 Theory
+math/0411428 Rings and Algebras
+math/0507112 Combinatorics
+math/0601209 Quantum Algebra
+math/0602329 Algebraic Geometry
+quant-ph/0605182
+0707.2360 Dynamical Systems
+0712.1032 Algebraic Topology
+0807.3059 General Finance
+0807.3648 Logic in Computer Science
+0808.1238 Dynamical Systems
+0809.3776 Soft Condensed Matter
+0809.4602 Soft Condensed Matter
+0810.5739
+0812.2044 Soft Condensed Matter
+0901.1613 Soft Condensed Matter
+0902.4106 Information Theory
+0903.4449 Statistical Mechanics
+0903.4727
+0904.4409 Theory
+0905.1455 Differential Geometry
+0906.1248 Strongly Correlated Electrons
+0909.1521 Phenomenology
+0910.5540 Theory
+0910.5673 Optimization and Control
+0911.0708 Theory
+0912.0469 Phenomenology
+0912.1562 Optics
+0912.5033
+1001.0725
+1001.4651 Analysis of PDEs
+1002.0763 Physics and Society
+1003.1049 Quantum Algebra
+1003.2517 Geometric Topology
+1004.0653 Discrete Mathematics
+1004.1420 Algebraic Geometry
+1004.2102 Optimization and Control
+1004.2421 Earth and Planetary Astrophysics
+1004.3314 Symbolic Computation
+1004.3327 Networking and Internet Architecture
+1004.3407 Networking and Internet Architecture
+1004.3408 Networking and Internet Architecture
+1004.4154 Networking and Internet Architecture
+1005.2751 General Physics
+1006.0200 Symbolic Computation
+1006.1765 Phenomenology
+1006.1988
+1006.3467 Geometric Topology
+1007.0403
+1007.0575
+1007.1044 Functional Analysis
+1007.1445
+1007.1563
+1007.4293 Functional Analysis
+1007.4984 Phenomenology
+1008.0116 Statistics Theory
+1008.0778
+1008.2283 Differential Geometry
+1008.4386 Probability
+1009.1060
+1009.1630
+1009.2182 General Physics
+1009.3136
+1009.6082
+1010.0104
+1010.0353 Probability
+1010.0528 Quantum Algebra
+1010.0648 Analysis of PDEs
+1010.0977 Theory
+1010.1335
+1010.1949 Solar and Stellar Astrophysics
+1010.2382 Information Theory
+1010.2522 Strongly Correlated Electrons
+1010.3099
+1010.3119 Phenomenology
+1010.3412 Representation Theory
+1010.4225 Theory
+1010.5283 Quantum Algebra
+1010.5476 Strongly Correlated Electrons
+1010.5600 Phenomenology
+1011.0145 High Energy Astrophysical Phenomena
+1011.0734 Cosmology and Nongalactic Astrophysics
+1011.2759 Cosmology and Nongalactic Astrophysics
+1011.2985 Physics and Society
+1011.3301 Theory
+1011.3403 Phenomenology
+1011.3621 Phenomenology
+1011.3633 Phenomenology
+1011.3757 K-Theory and Homology
+1012.3509 Combinatorics
+1012.4243 Instrumentation and Methods for Astrophysics
+1012.4392 Superconductivity
+1012.4679 Phenomenology
+1012.5356
+1101.1246 Combinatorics
+1101.1944 Materials Science
+1101.3125
+1101.4781 Quantum Gases
+1102.0419 Theory
+1102.1594 Theory
+1102.2129 Mesoscale and Nanoscale Physics
+1102.2355 Superconductivity
+1102.3258 Phenomenology
+1102.3472 Phenomenology
+1102.3847 Theory
+1102.3854 Strongly Correlated Electrons
+1102.3969 Statistical Mechanics
+1102.4755
+1103.0625
+1103.1627 Phenomenology
+1103.1728
+1103.1767 Soft Condensed Matter
+1103.2442 Phenomenology
+1103.2658 Cosmology and Nongalactic Astrophysics
+1103.2943
+1103.3964 Statistical Mechanics
+1103.4079 Theory
+1103.4320 Phenomenology
+1103.4663 Mesoscale and Nanoscale Physics
+1103.5207 General Topology
+1103.5468 Theory
+1103.5471
+1103.5607 Phenomenology
+1103.6045 Materials Science
+1103.6065 Functional Analysis
+1104.0195 Logic in Computer Science
+1104.0718
+1104.1273 Materials Science
+1104.1323 Theory
+1104.1385 Phenomenology
+1104.1580 Instrumentation and Methods for Astrophysics
+1104.2158 Phenomenology
+1104.2302 Phenomenology
+1104.2329 Theory
+1104.3653 Superconductivity
+1104.3672
+1104.4286 Theory
+1104.5019 Cosmology and Nongalactic Astrophysics
+1104.5196 Theory
+1104.5488 Theory
+1105.0068 Pricing of Securities
+1105.0128 Optics
+1105.0422 Cosmology and Nongalactic Astrophysics
+1105.0544
+1105.0689 Theory
+1105.1069 Statistical Mechanics
+1105.1545 Chemical Physics
+1105.2030 High Energy Astrophysical Phenomena
+1105.2090 Networking and Internet Architecture
+1105.2091 Networking and Internet Architecture
+1105.2351 Combinatorics
+1105.5314
+1105.6162 Computation and Language
+1106.1914 Astrophysics of Galaxies
+1106.2219 Statistics Theory
+1106.4239 Phenomenology
+1106.4417 Experiment
+1106.4588 Differential Geometry
+1106.4806 Number Theory
+1106.4917 Algebraic Geometry
+1106.4954 Applications
+1106.5042 Probability
+1106.5053 Social and Information Networks
+1106.5067 Dynamical Systems
+1106.5068 Representation Theory
+1106.5081 Risk Management
+1106.5088 Functional Analysis
+1106.5093 Solar and Stellar Astrophysics
+1106.5094 Representation Theory
+1106.5095
+1106.5096
+1106.5100 Human-Computer Interaction
+1106.5101 Medical Physics
+1106.5103 Number Theory
+1106.5106 Probability
+1106.5111 Artificial Intelligence
+1106.5112 Artificial Intelligence
+1106.5113 Databases
+1106.5115 Group Theory
+1106.5116 General Topology
+1106.5119 Probability
+1106.5122 Databases
+1106.5126
+1106.5127 Materials Science
+1106.5129 Mesoscale and Nanoscale Physics
+1106.5132 Experiment
+1106.5134
+1106.5135 Analysis of PDEs
+1106.5136 Statistical Mechanics
+1106.5137 Analysis of PDEs
+1106.5139 Statistical Mechanics
+1106.5142 Mesoscale and Nanoscale Physics
+1106.5143
+1106.5144 Theory
+1106.5146
+1106.5148
+1106.5158 Distributed, Parallel, and Cluster Computing
+1106.5159 Functional Analysis
+1106.5161 Distributed, Parallel, and Cluster Computing
+1106.5163 Quantum Algebra
+1106.5164 Materials Science
+1106.5165 Materials Science
+1106.5166 Materials Science
+1106.5168 Distributed, Parallel, and Cluster Computing
+1106.5171 Distributed, Parallel, and Cluster Computing
+1106.5172 Cosmology and Nongalactic Astrophysics
+1106.5174 Social and Information Networks
+1106.5175 Machine Learning
+1106.5177 Information Theory
+1106.5178 Digital Libraries
+1106.5182 Instrumentation and Detectors
+1106.5184
+1106.5186 Computer Vision and Pattern Recognition
+1106.5187 Combinatorics
+1106.5188 Complex Variables
+1106.5189 Differential Geometry
+1106.5190 Commutative Algebra
+1106.5191 Numerical Analysis
+1106.5196
+1106.5203 Functional Analysis
+1106.5213 Information Retrieval
+1106.5218 Number Theory
+1106.5225 General Physics
+1106.5230 Computer Science and Game Theory
+1106.5234
+1106.5236 Learning
+1106.5241 Statistics Theory
+1106.5251 Combinatorics
+1106.5252 Phenomenology
+1106.5256 Artificial Intelligence
+1106.5257 Artificial Intelligence
+1106.5258 Artificial Intelligence
+1106.5260 Artificial Intelligence
+1106.5261 Artificial Intelligence
+1106.5262 Artificial Intelligence
+1106.5263 Artificial Intelligence
+1106.5264 Computation and Language
+1106.5265 Artificial Intelligence
+1106.5266 Artificial Intelligence
+1106.5267 Learning
+1106.5268 Artificial Intelligence
+1106.5269 Artificial Intelligence
+1106.5270 Artificial Intelligence
+1106.5271 Artificial Intelligence
+1106.5278 Soft Condensed Matter
+1106.5289 K-Theory and Homology
+1106.5294 Logic in Computer Science
+1106.5295 Probability
+1106.5299 Distributed, Parallel, and Cluster Computing
+1106.5300 Complex Variables
+1106.5302 Distributed, Parallel, and Cluster Computing
+1106.5303 Distributed, Parallel, and Cluster Computing
+1106.5304 Digital Libraries
+1106.5306 Statistical Mechanics
+1106.5308 Human-Computer Interaction
+1106.5309 Distributed, Parallel, and Cluster Computing
+1106.5310 Distributed, Parallel, and Cluster Computing
+1106.5312 Artificial Intelligence
+1106.5319
+1106.5320 Number Theory
+1106.5326 Computer Science and Game Theory
+1106.5341 Computer Vision and Pattern Recognition
+1106.5343 Superconductivity
+1106.5344 Classical Physics
+1106.5345 Analysis of PDEs
+1106.5348 Methodology
+1106.5349 Optimization and Control
+1106.5350 Optimization and Control
+1106.5351 Optimization and Control
+1106.5360 Phenomenology
+1106.5369 Analysis of PDEs
+1106.5377 Phenomenology
+1106.5378 Statistical Mechanics
+1106.5379 Dynamical Systems
+1106.5382 Chaotic Dynamics
+1106.5392 Fluid Dynamics
+1106.5393 Experiment
+1106.5400 Theory
+1106.5406 Representation Theory
+1106.5408 Phenomenology
+1106.5413 Optimization and Control
+1106.5416 Algebraic Topology
+1106.5419
+1106.5420 Soft Condensed Matter
+1106.5424 Combinatorics
+1106.5427 Artificial Intelligence
+1106.5431 Differential Geometry
+1106.5433 Cryptography and Security
+1106.5437 Differential Geometry
+1106.5439 Numerical Analysis
+1106.5441 Algebraic Geometry
+1106.5446 Materials Science
+1106.5448 Artificial Intelligence
+1106.5449 Solar and Stellar Astrophysics
+1106.5451 Distributed, Parallel, and Cluster Computing
+1106.5457 Distributed, Parallel, and Cluster Computing
+1106.5460 Computer Vision and Pattern Recognition
+1106.5461 Materials Science
+1106.5465 Distributed, Parallel, and Cluster Computing
+1106.5466 Strongly Correlated Electrons
+1106.5469 Materials Science
+1106.5472 General Topology
+1106.5478 Atmospheric and Oceanic Physics
+cond-mat/0611072 Soft Condensed Matter
+gr-qc/0612088
+hep-th/0002037 Theory
+math/0305250 Algebraic Topology
+math/0306151 Algebraic Topology
+math/0602425 Number Theory
+math/0605041 Differential Geometry
+math/0609300 Algebraic Geometry
+math/9903160 Logic
+quant-ph/0011039
+0706.2289 Optics
+0707.3658 K-Theory and Homology
+0710.1028
+0711.1189 Combinatorics
+0802.2576 Combinatorics
+0804.2347 Chaotic Dynamics
+0805.3370 Rings and Algebras
+0806.1656 Soft Condensed Matter
+0807.0410 Combinatorics
+0807.2757 Superconductivity
+0807.2793
+0808.0287 Populations and Evolution
+0809.4432 Statistical Mechanics
+0810.4770 Materials Science
+0811.2012 Combinatorics
+0812.4440 Theory
+0902.0035 Theory
+0904.1590 General Physics
+0905.4751 Combinatorics
+0908.0648 Geophysics
+0908.1354 Cosmology and Nongalactic Astrophysics
+0908.1956 Combinatorics
+0909.0040 Astrophysics of Galaxies
+0910.0871 Astrophysics of Galaxies
+0911.2074
+1001.2814
+1001.3631
+1002.3067
+1002.4379 Differential Geometry
+1003.0373 Differential Geometry
+1004.4881 Solar and Stellar Astrophysics
+1006.0471 Theory
+1006.2634 Biomolecules
+1006.5864 Combinatorics
+1007.3523 Cosmology and Nongalactic Astrophysics
+1007.3568 Information Theory
+1007.4106 Other Computer Science
+1007.4681
+1008.1353 Disordered Systems and Neural Networks
+1008.2250 Combinatorics
+1008.2293 Differential Geometry
+1009.4199 Strongly Correlated Electrons
+1009.5278 Chemical Physics
+1010.0085 Phenomenology
+1010.3967 Algebraic Geometry
+1011.2222 Computational Engineering, Finance, and Science
+1011.6286
+1012.1835
+1012.1851 Theory
+1012.2033
+1101.1039
+1102.4998
+1102.5353 Phenomenology
+1103.1099 Group Theory
+1103.4148 Analysis of PDEs
+1103.5911 Theory
+1104.0348 Symplectic Geometry
+1104.0490 Theory
+1104.1243 Combinatorics
+1104.1737 Statistical Mechanics
+1105.0186
+1105.0333 Superconductivity
+1105.0580 Mesoscale and Nanoscale Physics
+1105.1672 Phenomenology
+1105.4858 Differential Geometry
+1105.4927 Soft Condensed Matter
+1106.0561 Materials Science
+1106.0939 Chemical Physics
+1106.1770 Learning
+1106.2996 Strongly Correlated Electrons
+1106.3239 Statistical Mechanics
+1106.3535 Mesoscale and Nanoscale Physics
+1106.5763 Theory
+1106.5795
+1107.0053 Artificial Intelligence
+1107.0184 Analysis of PDEs
+1107.2039 Superconductivity
+1107.3021 Materials Science
+1107.3890 Materials Science
+1107.4129 Group Theory
+1107.4294
+1108.1130 Data Structures and Algorithms
+1108.3563 Theory
+1108.5908
+1109.0519 General Physics
+1109.1270 Solar and Stellar Astrophysics
+1109.1665 Strongly Correlated Electrons
+1109.4632 Cosmology and Nongalactic Astrophysics
+1109.5528 Materials Science
+1109.5837
+1109.5869 Atomic Physics
+1109.6181 Computational Complexity
+1109.6633
+1110.0027 Artificial Intelligence
+1110.0051
+1110.0061 Learning
+1110.0066 Experiment
+1110.0126 Solar and Stellar Astrophysics
+1110.0377 Strongly Correlated Electrons
+1110.0413 Machine Learning
+1110.0437 Solar and Stellar Astrophysics
+1110.0441 Mesoscale and Nanoscale Physics
+1110.0476
+1110.0477 Neural and Evolutionary Computing
+1110.0479 Theory
+1110.0485 Solar and Stellar Astrophysics
+1110.0497 Instrumentation and Methods for Astrophysics
+1110.0498 Instrumentation and Methods for Astrophysics
+1110.0499 Instrumentation and Methods for Astrophysics
+1110.0500 Instrumentation and Methods for Astrophysics
+1110.0503 Instrumentation and Methods for Astrophysics
+1110.0504 Instrumentation and Methods for Astrophysics
+1110.0505 Instrumentation and Methods for Astrophysics
+1110.0506 Instrumentation and Methods for Astrophysics
+1110.0508 Instrumentation and Methods for Astrophysics
+1110.0509 Instrumentation and Methods for Astrophysics
+1110.0510 Instrumentation and Methods for Astrophysics
+1110.0511 Instrumentation and Methods for Astrophysics
+1110.0512 Instrumentation and Methods for Astrophysics
+1110.0513 Instrumentation and Methods for Astrophysics
+1110.0514 Instrumentation and Methods for Astrophysics
+1110.0515 Instrumentation and Methods for Astrophysics
+1110.0516 Instrumentation and Methods for Astrophysics
+1110.0518 Instrumentation and Methods for Astrophysics
+1110.0519 Instrumentation and Methods for Astrophysics
+1110.0520 Instrumentation and Methods for Astrophysics
+1110.0522 Instrumentation and Methods for Astrophysics
+1110.0523 Instrumentation and Methods for Astrophysics
+1110.0525 Instrumentation and Methods for Astrophysics
+1110.0538 Geometric Topology
+1110.0544 Quantum Algebra
+1110.0550 Computational Complexity
+1110.0554 Category Theory
+1110.0560 Information Theory
+1110.0561 Probability
+1110.0565 Differential Geometry
+1110.0566 Number Theory
+1110.0567 Atomic Physics
+1110.0569 Numerical Analysis
+1110.0577 Functional Analysis
+1110.0578 Human-Computer Interaction
+1110.0580 Classical Analysis and ODEs
+1110.0582 Geometric Topology
+1110.0583 Data Structures and Algorithms
+1110.0585 Computer Vision and Pattern Recognition
+1110.0586 Exactly Solvable and Integrable Systems
+1110.0588 Materials Science
+1110.0589 Geometric Topology
+1110.0590 Differential Geometry
+1110.0593 Learning
+1110.0596 Analysis of PDEs
+1110.0598 Superconductivity
+1110.0607 Instrumentation and Detectors
+1110.0609
+1110.0611
+1110.0614 Logic
+1110.0616
+1110.0618
+1110.0622
+1110.0624 Logic in Computer Science
+1110.0625 History and Overview
+1110.0626 Analysis of PDEs
+1110.0631 Artificial Intelligence
+1110.0633 Classical Analysis and ODEs
+1110.0635 Probability
+1110.0636 Strongly Correlated Electrons
+1110.0640 Phenomenology
+1110.0641 Machine Learning
+1110.0642 Logic
+1110.0643 Logic
+1110.0647 Phenomenology
+1110.0653 Cosmology and Nongalactic Astrophysics
+1110.0654
+1110.0661 Operator Algebras
+1110.0662 Analysis of PDEs
+1110.0663 Phenomenology
+1110.0667 Networking and Internet Architecture
+1110.0668 Algebraic Geometry
+1110.0676 Materials Science
+1110.0678 Information Theory
+1110.0680 General Mathematics
+1110.0681
+1110.0685 Discrete Mathematics
+1110.0701 Optics
+1110.0702
+1110.0705 Solar and Stellar Astrophysics
+1110.0709 Optics
+1110.0715 Category Theory
+1110.0716 Classical Physics
+1110.0718 Information Theory
+1110.0720 General Physics
+1110.0725 Distributed, Parallel, and Cluster Computing
+1110.0726 Cosmology and Nongalactic Astrophysics
+1110.0728 Populations and Evolution
+1110.0732
+1110.0735 Geometric Topology
+1110.0745 Commutative Algebra
+1110.0746 Astrophysics of Galaxies
+1110.0755 General Physics
+1110.0760 Formal Languages and Automata Theory
+1110.0776 Statistical Mechanics
+1110.0778
+1110.0791 Digital Libraries
+1110.0794 Numerical Analysis
+1110.0795 Commutative Algebra
+1110.0796 Probability
+1110.0798 Analysis of PDEs
+1110.0800 Biomolecules
+1110.0807 Statistics Theory
+1110.0809
+1110.0810 Probability
+1110.0819 Information Theory
+1110.0822 Algebraic Topology
+cond-mat/0003473 Strongly Correlated Electrons
+cond-mat/0103307 Strongly Correlated Electrons
+cond-mat/0107106 Mesoscale and Nanoscale Physics
+cond-mat/0204309 Strongly Correlated Electrons
+cond-mat/0407298 Mesoscale and Nanoscale Physics
+cond-mat/0508780 Soft Condensed Matter
+cond-mat/0511633 Mesoscale and Nanoscale Physics
+cond-mat/0511710 Superconductivity
+cond-mat/0612042 Superconductivity
+cs/0404031 Discrete Mathematics
+cs/0406024 Discrete Mathematics
+cs/0407033 Discrete Mathematics
+hep-th/9201071 Theory
+math/0402206 Combinatorics
+math/0403530 Algebraic Geometry
+math/0501214 Combinatorics
+math/0503050 Combinatorics
+math/0511248 Combinatorics
+math/0511262 Combinatorics
+math/0609339 Combinatorics
+math/0701036 Algebraic Geometry
+math/0701074 Algebraic Geometry
+0704.0295 Combinatorics
+0709.2093 Other Condensed Matter
+0802.3959 Quantitative Methods
+0803.0937 Spectral Theory
+0807.3179 Differential Geometry
+0809.1323 Strongly Correlated Electrons
+0809.4067 Operator Algebras
+0809.4640 Probability
+0811.2070
+0901.3157 Solar and Stellar Astrophysics
+0901.4726 Spectral Theory
+0903.1924 Representation Theory
+0906.3359 Analysis of PDEs
+0906.4094 Pattern Formation and Solitons
+0906.4322
+0907.1999
+0908.3076 Number Theory
+0908.4111 Logic
+0909.2122
+0909.2467 Logic
+0909.5468 Phenomenology
+0910.1300 Information Theory
+0912.0373
+0912.1637 Quantitative Methods
+0912.3460 Theory
+0912.4013 Theory
+1001.2582 Information Theory
+1001.4818
+1002.3310 Number Theory
+1003.1613 Materials Science
+1003.2101 Combinatorics
+1003.2158 Optics
+1003.3745 Cosmology and Nongalactic Astrophysics
+1003.4833 General Physics
+1003.5812 Phenomenology
+1004.0984 Phenomenology
+1004.3246 Formal Languages and Automata Theory
+1005.5212 Quantum Gases
+1005.5481 Solar and Stellar Astrophysics
+1006.2619 Analysis of PDEs
+1006.3363 Phenomenology
+1006.4800 Phenomenology
+1007.1837 Strongly Correlated Electrons
+1007.2559 Differential Geometry
+1007.4418 Information Theory
+1008.0531 Mesoscale and Nanoscale Physics
+1008.1172
+1008.1604
+1008.1788 Materials Science
+1008.1959 Astrophysics of Galaxies
+1008.2620 Solar and Stellar Astrophysics
+1008.2730 Phenomenology
+1008.3846
+1008.3852 Theory
+1009.0194 Quantum Gases
+1009.0489
+1009.0885 Other Condensed Matter
+1009.3087
+1009.4040 Strongly Correlated Electrons
+1009.4283
+1009.4865 Probability
+1009.5044 Quantum Gases
+1010.0142
+1010.2280 Theory
+1010.3629
+1010.3805 Phenomenology
+1010.5800 Quantum Gases
+1011.0109 Optics
+1011.0402 Soft Condensed Matter
+1011.1191
+1011.2114 Functional Analysis
+1011.2561
+1011.3715 Earth and Planetary Astrophysics
+1011.3981 Strongly Correlated Electrons
+1011.4013
+1011.4677 Materials Science
+1011.6137 Theory
+1012.1954 Phenomenology
+1012.2255 Strongly Correlated Electrons
+1012.2854
+1012.4269 Complex Variables
+1012.5823 Chemical Physics
+1101.0190 Fluid Dynamics
+1101.0462 Superconductivity
+1101.2557 Phenomenology
+1101.2723
+1101.3423 Strongly Correlated Electrons
+1101.3527 Mesoscale and Nanoscale Physics
+1101.3634 General Physics
+1101.5458 Phenomenology
+1102.0628
+1102.1610
+1102.2542 Combinatorics
+1102.2731 Optimization and Control
+1102.2829 General Physics
+1102.3050 Rings and Algebras
+1102.3132 Information Theory
+1102.3220 Information Theory
+1102.3382 Representation Theory
+1102.3577 Functional Analysis
+1102.3610 Networking and Internet Architecture
+1102.3616 Statistics Theory
+1102.3693 High Energy Astrophysical Phenomena
+1102.3702 Statistical Finance
+1102.3705 Statistical Mechanics
+1102.3709 Populations and Evolution
+1102.3711 Mesoscale and Nanoscale Physics
+1102.3713 Optimization and Control
+1102.3718 Materials Science
+1102.3719 Materials Science
+1102.3720 Genomics
+1102.3721
+1102.3723 Dynamical Systems
+1102.3730 Logic in Computer Science
+1102.3731 Logic in Computer Science
+1102.3732 Logic in Computer Science
+1102.3733 Logic in Computer Science
+1102.3734 Logic in Computer Science
+1102.3741 Computer Science and Game Theory
+1102.3742 Geometric Topology
+1102.3745 Cryptography and Security
+1102.3748 Biomolecules
+1102.3749 Data Structures and Algorithms
+1102.3754 Number Theory
+1102.3755 Information Theory
+1102.3758 Information Theory
+1102.3763 Information Theory
+1102.3764 Number Theory
+1102.3766 Computational Complexity
+1102.3768 Methodology
+1102.3769 Number Theory
+1102.3773 Methodology
+1102.3774 Mathematical Software
+1102.3776 Optimization and Control
+1102.3778 Accelerator Physics
+1102.3780 Methodology
+1102.3782 Statistical Mechanics
+1102.3788 Mesoscale and Nanoscale Physics
+1102.3791 Phenomenology
+1102.3793 Quantitative Methods
+1102.3800 Materials Science
+1102.3804 Numerical Analysis
+1102.3807 Fluid Dynamics
+1102.3808 High Energy Astrophysical Phenomena
+1102.3811 Number Theory
+1102.3815 Materials Science
+1102.3817 Materials Science
+1102.3818 Number Theory
+1102.3822 Computer Science and Game Theory
+1102.3823 Operator Algebras
+1102.3828 Information Retrieval
+1102.3830 Computer Vision and Pattern Recognition
+1102.3833 Information Theory
+1102.3834
+1102.3840 Materials Science
+1102.3851 Methodology
+1102.3852 Information Theory
+1102.3855 Optics
+1102.3857 Risk Management
+1102.3860 Functional Analysis
+1102.3865 Human-Computer Interaction
+1102.3866 Information Retrieval
+1102.3867 Optimization and Control
+1102.3879 Computer Science and Game Theory
+1102.3880
+1102.3896 Programming Languages
+1102.3898 Phenomenology
+1102.3909 Materials Science
+astro-ph/9612044
+astro-ph/9902342
+cs/0606102 Programming Languages
+gr-qc/9509035
+hep-ex/0011048 Experiment
+hep-lat/9605037 Lattice
+hep-ph/0011387 Phenomenology
+hep-ph/0110166 Phenomenology
+hep-ph/0112329 Phenomenology
+hep-ph/0512278 Phenomenology
+hep-ph/9509423 Phenomenology
+hep-ph/9702366 Phenomenology
+math/0610954 Algebraic Geometry
+math/0702773 Combinatorics
+0807.4629 Soft Condensed Matter
+0808.2753 Group Theory
+0808.3430 Theory
+0808.3459
+0808.3493 Theory
+0809.1100 Theory
+0809.2713 Dynamical Systems
+0810.2578 Category Theory
+0810.3719 Theory
+0811.4286 Differential Geometry
+0901.4012 Learning
+0902.3547 Other Condensed Matter
+0904.2051 Information Theory
+0904.2333 Theory
+0904.2431 Theory
+0904.2463 Theory
+0904.2510 Theory
+0904.2533 Theory
+0904.2537 Theory
+0904.2932 Theory
+0904.2985 Functional Analysis
+0904.3079 Theory
+0904.3115 Theory
+0904.3490 Theory
+0904.3670 Theory
+0904.4036 Theory
+0904.4625 Populations and Evolution
+0905.0067 Functional Analysis
+0908.3169 Combinatorics
+0910.2673 Algebraic Geometry
+0910.3892 Number Theory
+0911.3599 Algebraic Geometry
+0912.3726 Differential Geometry
+0912.5130
+0912.5137
+1001.5455 Astrophysics of Galaxies
+1002.1122 Category Theory
+1002.3815 Quantum Gases
+1002.4133 Geometric Topology
+1004.3222 Group Theory
+1004.5035 Quantum Gases
+1006.4659 Numerical Analysis
+1006.4987 Strongly Correlated Electrons
+1007.3067 Phenomenology
+1008.1507 Formal Languages and Automata Theory
+1008.1645 Strongly Correlated Electrons
+1008.2003 Mesoscale and Nanoscale Physics
+1008.4499 Lattice
+1009.1798 Quantum Algebra
+1009.2821 Superconductivity
+1009.3744 Strongly Correlated Electrons
+1009.3803 Phenomenology
+1009.4289 Mesoscale and Nanoscale Physics
+1009.4504 Statistical Mechanics
+1009.5931 Quantum Gases
+1009.6099
+1010.0385 Theory
+1010.1006 Strongly Correlated Electrons
+1010.1926 Number Theory
+1010.2459 Strongly Correlated Electrons
+1010.3817 Mesoscale and Nanoscale Physics
+1011.0759 Phenomenology
+1011.0809 Theory
+1011.0842
+1011.0864 Lattice
+1011.0866
+1011.0867
+1011.0880
+1011.0881
+1011.0882
+1011.0940 Lattice
+1011.1054 Phenomenology
+1011.2033 Mesoscale and Nanoscale Physics
+1011.3128 Analysis of PDEs
+1011.3672 Astrophysics of Galaxies
+1011.4336 Statistical Finance
+1011.4920
+1011.6616 Probability
+1012.1363 Mesoscale and Nanoscale Physics
+1012.2928 Combinatorics
+1012.2996 Theory
+1012.3537 Mesoscale and Nanoscale Physics
+1012.4435 Operator Algebras
+1012.5331 Algebraic Topology
+1101.4614 Analysis of PDEs
+1101.5610 Strongly Correlated Electrons
+1101.5863 Disordered Systems and Neural Networks
+1102.1414 Strongly Correlated Electrons
+1102.2310 Phenomenology
+1102.3680 Artificial Intelligence
+1103.0600 Category Theory
+1103.1287
+1103.2161 Algebraic Geometry
+1103.2833 Theory
+1103.4383
+1103.4692 Number Theory
+1103.6189 Earth and Planetary Astrophysics
+1104.0791 Analysis of PDEs
+1104.2018 Artificial Intelligence
+1104.2299 Probability
+1104.2325 Astrophysics of Galaxies
+1104.2335
+1104.2336 Instrumentation and Methods for Astrophysics
+1104.2339 Representation Theory
+1104.2341 Other Condensed Matter
+1104.2342 Dynamical Systems
+1104.2344 General Finance
+1104.2360 Category Theory
+1104.2361 Atomic and Molecular Clusters
+1104.2364 Physics and Society
+1104.2380 Networking and Internet Architecture
+1104.2385 Formal Languages and Automata Theory
+1104.2386 Theory
+1104.2390 Complex Variables
+1104.2392 Differential Geometry
+1104.2395 Analysis of PDEs
+1104.2397 Differential Geometry
+1104.2400 Methodology
+1104.2403 Instrumentation and Methods for Astrophysics
+1104.2404 Phenomenology
+1104.2407 Methodology
+1104.2427 Cosmology and Nongalactic Astrophysics
+1104.2434 Other Statistics
+1104.2449 Plasma Physics
+1104.2458 Category Theory
+1104.2460 Rings and Algebras
+1104.2463 Functional Analysis
+1104.2470 Algebraic Geometry
+1104.2472 General Physics
+1104.2475
+1104.2484 General Physics
+1104.2488 Spectral Theory
+1104.2491
+1104.2501 High Energy Astrophysical Phenomena
+1104.2502 Computational Complexity
+1104.2506 Cosmology and Nongalactic Astrophysics
+1104.2509 General Physics
+1104.2510 General Physics
+1104.2511 Symplectic Geometry
+1104.2514 Mesoscale and Nanoscale Physics
+1104.2515 Quantitative Methods
+1104.2516 Analysis of PDEs
+1104.2525 General Physics
+1104.2527 Data Structures and Algorithms
+1104.2529 Materials Science
+1104.2531 General Physics
+1104.2535 Quantum Gases
+1104.2538 Computational Complexity
+1104.2539 Algebraic Topology
+1104.2540 Theory
+1104.2541 Artificial Intelligence
+1104.2559 General Mathematics
+1104.2565 Cryptography and Security
+1104.2566 Distributed, Parallel, and Cluster Computing
+1104.2569 Solar and Stellar Astrophysics
+1104.2579 Commutative Algebra
+1104.2584 Analysis of PDEs
+astro-ph/0202236
+math/0208162 Algebraic Topology
+nucl-th/0501044
+quant-ph/0010074
+0706.0165
+0706.2511
+0710.2656
+0711.3664 Probability
+0801.3233 Algebraic Geometry
+0804.4341 Optics
+0809.2343
+0811.0932
+0812.1209
+0812.3758 Algebraic Geometry
+0901.4832 Theory
+0903.4812 Discrete Mathematics
+0904.1307 Algebraic Geometry
+0906.0176 Solar and Stellar Astrophysics
+0906.0434 Computer Vision and Pattern Recognition
+0906.1970 Instrumentation and Methods for Astrophysics
+0907.4083 Combinatorics
+0907.4924
+0910.4175 Differential Geometry
+0910.5022 Phenomenology
+0910.5778 Theory
+0911.0632
+0911.3083 Statistics Theory
+0912.1668 General Physics
+1001.0169 Operator Algebras
+1001.0548 Commutative Algebra
+1001.0707 Phenomenology
+1001.2532 Differential Geometry
+1002.1939 Phenomenology
+1002.2783 Theory
+1002.3387 Statistical Mechanics
+1002.4567 Atomic Physics
+1003.4197 Quantum Gases
+1004.4111
+1004.4443
+1004.4890 Phenomenology
+1005.3248 Category Theory
+1005.4696 Materials Science
+1005.4938 Analysis of PDEs
+1006.1254 General Physics
+1007.1903 Cosmology and Nongalactic Astrophysics
+1007.2157
+1007.3266 Strongly Correlated Electrons
+1007.3942
+1008.1177
+1008.2125
+1009.2199 Combinatorics
+1009.3427
+1009.4073 Instrumentation and Detectors
+1009.4908 Instrumentation and Detectors
+1010.0890 Phenomenology
+1010.1333 Phenomenology
+1010.2283 Phenomenology
+1010.2482 Instrumentation and Detectors
+1010.4215 Phenomenology
+1010.5052 Differential Geometry
+1010.5057 Strongly Correlated Electrons
+1010.5284 Plasma Physics
+1010.5811 Instrumentation and Detectors
+1011.0780 Theory
+1011.1521 Differential Geometry
+1011.1980 Statistical Mechanics
+1011.2941 Astrophysics of Galaxies
+1011.5460 Combinatorics
+1011.5604
+1011.5612 Phenomenology
+1011.5613 Plasma Physics
+1011.5619 Phenomenology
+1011.5626 Phenomenology
+1011.5628
+1011.5636 Theory
+1011.5639 Quantum Gases
+1011.5641 Phenomenology
+1011.5645 Phenomenology
+1011.6278 Experiment
+1012.0828 Operator Algebras
+1012.1903 Theory
+1012.2853 Analysis of PDEs
+1012.3688 Statistical Mechanics
+1012.5077 Earth and Planetary Astrophysics
+1012.5364
+1101.3636
+1101.3690
+1102.1338 High Energy Astrophysical Phenomena
+1102.2548 Phenomenology
+1102.2575 High Energy Astrophysical Phenomena
+1102.2752 High Energy Astrophysical Phenomena
+1102.3932 Formal Languages and Automata Theory
+1102.4905 Optics
+1102.5012 Theory
+1102.5439
+1102.5528 Neurons and Cognition
+1102.5631 Phenomenology
+1103.0636
+1103.0721 Phenomenology
+1103.1808
+1103.1830 Strongly Correlated Electrons
+1103.2457 Strongly Correlated Electrons
+1103.2516 Analysis of PDEs
+1103.3667
+1103.4491 Statistical Mechanics
+1103.4498
+1103.5452 Strongly Correlated Electrons
+1103.5643 Atomic Physics
+1103.5790 Quantum Gases
+1103.5793
+1104.1993 Statistical Mechanics
+1104.2260 Theory
+1104.2770 High Energy Astrophysical Phenomena
+1104.2786 Probability
+1104.3210 Theory
+1104.4357
+1104.4819 Materials Science
+1104.5205
+1104.5669 Soft Condensed Matter
+1105.1024 Phenomenology
+1105.1137 Chaotic Dynamics
+1105.1910 Solar and Stellar Astrophysics
+1105.2197 Algebraic Geometry
+1105.4512 General Physics
+1105.4810
+1105.5035 High Energy Astrophysical Phenomena
+1105.5483 Materials Science
+1106.0337 Mesoscale and Nanoscale Physics
+1106.0402 Quantum Gases
+1106.1519 Materials Science
+1106.1921 Experiment
+1106.3994 Chaotic Dynamics
+1106.4476 Atomic Physics
+1106.4533 Optics
+1106.4849 Theory
+1106.5482 Theory
+1106.5892 Optics
+1107.2541 Mesoscale and Nanoscale Physics
+1107.3633 Dynamical Systems
+1107.3894 Artificial Intelligence
+1107.4212 Logic in Computer Science
+1107.4318 Materials Science
+1107.5108 Systems and Control
+1107.5187 Optimization and Control
+1107.5322 Phenomenology
+1107.5323
+1107.5325 Solar and Stellar Astrophysics
+1107.5326 Numerical Analysis
+1107.5329 Data Structures and Algorithms
+1107.5330 Chemical Physics
+1107.5331 Algebraic Geometry
+1107.5340 Optimization and Control
+1107.5344
+1107.5347
+1107.5348 Systems and Control
+1107.5349 Computer Vision and Pattern Recognition
+1107.5354 Computer Science and Game Theory
+1107.5355 Information Theory
+1107.5359 Combinatorics
+1107.5361 Statistical Mechanics
+1107.5372 Networking and Internet Architecture
+1107.5373 General Finance
+1107.5382 Cosmology and Nongalactic Astrophysics
+1107.5384
+1107.5385 Instrumentation and Methods for Astrophysics
+1107.5386 Phenomenology
+1107.5387 Robotics
+1107.5394 Number Theory
+1107.5399 Networking and Internet Architecture
+1107.5400 Probability
+1107.5401 Materials Science
+1107.5407 Applications
+1107.5408 Programming Languages
+1107.5414 Group Theory
+1107.5418 Mesoscale and Nanoscale Physics
+1107.5420 Chaotic Dynamics
+1107.5423 Applications
+1107.5426 Cell Behavior
+1107.5443 Cosmology and Nongalactic Astrophysics
+1107.5446 Phenomenology
+1107.5461 Numerical Analysis
+1107.5462 Artificial Intelligence
+1107.5465
+1107.5468 Networking and Internet Architecture
+1107.5478 Computational Complexity
+1107.5479 Numerical Analysis
+1107.5480 Strongly Correlated Electrons
+1107.5483 General Mathematics
+1107.5486 Representation Theory
+1107.5490 Combinatorics
+1107.5491 Optics
+1107.5492 Sound
+1107.5497
+1107.5508 Methodology
+1107.5510 Algebraic Topology
+1107.5512 Instrumentation and Detectors
+1107.5513
+1107.5516
+1107.5517 Applications
+1107.5521 Superconductivity
+1107.5524 Methodology
+1107.5525 Theory
+1107.5527 Geometric Topology
+1107.5532 Differential Geometry
+1107.5538 Cryptography and Security
+1107.5541 Information Theory
+1107.5542 Algebraic Geometry
+1107.5546 Statistical Mechanics
+astro-ph/0308141
+astro-ph/9810327
+cond-mat/0507367 Statistical Mechanics
+hep-lat/0108024 Lattice
+hep-lat/0112025 Lattice
+hep-ph/0104240 Phenomenology
+hep-ph/0109107 Phenomenology
+hep-ph/0405279 Phenomenology
+hep-th/0106257 Theory
+hep-th/0108151 Theory
+hep-th/0108243 Theory
+hep-th/0201208 Theory
+hep-th/0203116 Theory
+hep-th/0203240 Theory
+hep-th/0204175 Theory
+hep-th/0205195 Theory
+hep-th/0209140 Theory
+hep-th/0301114 Theory
+hep-th/0305240 Theory
+hep-th/0308094 Theory
+hep-th/0309172 Theory
+hep-th/0312322 Theory
+hep-th/0405023 Theory
+hep-th/0405108 Theory
+hep-th/0505102 Theory
+hep-th/0512301 Theory
+hep-th/0609210 Theory
+hep-th/0612078 Theory
+nucl-ex/0603021
+physics/0508020 Plasma Physics
+q-alg/9505004 Quantum Algebra
+quant-ph/0106021
+quant-ph/0108096
+quant-ph/0210084
+quant-ph/0211145
+quant-ph/0302204
+quant-ph/0401139
+0704.1272 Geometric Topology
+0706.0594 Fluid Dynamics
+0708.0137
+0711.2466 Representation Theory
+0801.1426 Computational Physics
+0801.2524 Combinatorics
+0803.1953 Differential Geometry
+0803.3675 Applications
+0804.0272
+0804.2162 Biological Physics
+0806.1920 Algebraic Geometry
+0807.0430 Algebraic Geometry
+0807.1824 Differential Geometry
+0808.2604 Quantum Algebra
+0809.0102
+0809.0538 Logic
+0809.0540 Classical Analysis and ODEs
+0809.1391 Algebraic Geometry
+0809.3723 Other Condensed Matter
+0810.0805 Functional Analysis
+0812.4457
+0905.4922 Strongly Correlated Electrons
+0906.4678
+0907.4776 Statistical Mechanics
+0908.2289 Functional Analysis
+0909.3551 Optimization and Control
+0911.1023 General Topology
+0912.3332 Analysis of PDEs
+1001.5017 Dynamical Systems
+1002.1805 Fluid Dynamics
+1002.2451
+1004.2199
+1004.2894 Geometric Topology
+1004.3936 Geometric Topology
+1005.1974 General Topology
+1005.3809 Phenomenology
+1005.5248 Strongly Correlated Electrons
+1006.0023 Cell Behavior
+1006.2337 Strongly Correlated Electrons
+1006.3596
+1006.5247 Solar and Stellar Astrophysics
+1007.0279 Combinatorics
+1007.0386
+1007.1064 Algebraic Geometry
+1007.4152 Optimization and Control
+1007.4233 Representation Theory
+1008.0154 General Physics
+1008.0289 Algebraic Geometry
+1008.2037 Disordered Systems and Neural Networks
+1008.4625 Populations and Evolution
+1009.0872 Number Theory
+1009.1116 Algebraic Topology
+1009.3073 Materials Science
+1009.4814 Classical Analysis and ODEs
+1010.4695 Superconductivity
+1011.2811 Geometric Topology
+1011.3911
+1011.5126 Superconductivity
+1011.6101 Soft Condensed Matter
+1012.0062 Populations and Evolution
+1012.1094 General Topology
+1012.1868
+1012.1950 Differential Geometry
+1012.3361 Phenomenology
+1012.3531 Other Computer Science
+1012.5317 Phenomenology
+1012.6035 Programming Languages
+1101.0274 Superconductivity
+1101.1597 Commutative Algebra
+1101.5337 Strongly Correlated Electrons
+1102.0073
+1102.1325 Probability
+1102.1529 Materials Science
+1102.3661 Analysis of PDEs
+1103.2634 Chaotic Dynamics
+1103.2719 Physics and Society
+1103.2935 Differential Geometry
+1103.4797 Combinatorics
+1103.5017 Soft Condensed Matter
+1103.5363 Phenomenology
+1104.1677 Artificial Intelligence
+1104.1725 Analysis of PDEs
+1104.1740 Algebraic Geometry
+1104.2031 Mesoscale and Nanoscale Physics
+1104.2440 Materials Science
+1104.4863 Soft Condensed Matter
+1105.1688
+1105.1824 Computer Science and Game Theory
+1105.2277 Superconductivity
+1105.4325
+1105.4347 Quantum Algebra
+1105.5058 Mesoscale and Nanoscale Physics
+1105.5247 Analysis of PDEs
+1105.5622 Strongly Correlated Electrons
+1105.5749 Statistical Mechanics
+1106.0510
+1106.0565 Machine Learning
+1106.3148 Superconductivity
+1106.3390 Phenomenology
+1106.4648 Materials Science
+1106.5109 High Energy Astrophysical Phenomena
+1106.6334
+1107.0387 Mesoscale and Nanoscale Physics
+1107.1230 Probability
+1107.1274
+1107.1678
+1107.1990 Phenomenology
+1107.2916
+1107.3226 Computational Physics
+1107.3241 Mesoscale and Nanoscale Physics
+1107.3933 Statistical Mechanics
+1107.4090 Phenomenology
+1107.4516 Quantum Gases
+1107.4556
+1107.4870 Mesoscale and Nanoscale Physics
+1107.5008 Soft Condensed Matter
+1107.5911
+1107.5916
+1108.0108 Materials Science
+1108.1555 Algebraic Geometry
+1108.1771 Phenomenology
+1108.4171 Representation Theory
+1108.4312 Statistical Mechanics
+1108.5101
+1108.5120
+1108.5594 Lattice
+1109.0279 Strongly Correlated Electrons
+1109.0886
+1109.0952
+1109.1406 Phenomenology
+1109.1576
+1109.1764 Materials Science
+1109.3433 Combinatorics
+1109.4280 Theory
+1109.5294 Statistical Mechanics
+1109.6301 Theory
+1110.0198
+1110.0207 Databases
+1110.0302 Phenomenology
+1110.1552 Quantum Gases
+1110.1776 Algebraic Topology
+1110.1958 Cosmology and Nongalactic Astrophysics
+1110.2043 Quantum Gases
+1110.2492
+1110.4796 Numerical Analysis
+1110.6115 Optics
+1110.6611 Functional Analysis
+1111.0167 Numerical Analysis
+1111.0247 Accelerator Physics
+1111.0597 Number Theory
+1111.0937 Superconductivity
+1111.1448
+1111.2838 Cosmology and Nongalactic Astrophysics
+1111.3480 Combinatorics
+1111.3583
+1111.3694 Mesoscale and Nanoscale Physics
+1111.4044
+1111.4486 Phenomenology
+1111.4652 Analysis of PDEs
+1111.4909 High Energy Astrophysical Phenomena
+1111.5220 Data Structures and Algorithms
+1111.5569
+1111.6530 Analysis of PDEs
+1111.6656
+1111.6698 Data Structures and Algorithms
+1111.6957 Phenomenology
+1111.7230 Phenomenology
+1111.7290 Experiment
+1112.0068 High Energy Astrophysical Phenomena
+1112.0173
+1112.0210 Adaptation and Self-Organizing Systems
+1112.0222 History and Philosophy of Physics
+1112.0253 Optimization and Control
+1112.0506
+1112.0569 High Energy Astrophysical Phenomena
+1112.0570 Cosmology and Nongalactic Astrophysics
+1112.0581 Numerical Analysis
+1112.0583 Computational Physics
+1112.0585 Computational Physics
+1112.0588 Analysis of PDEs
+1112.0589 Superconductivity
+1112.0594 Numerical Analysis
+1112.0595
+1112.0596 Cryptography and Security
+1112.0597 Mesoscale and Nanoscale Physics
+1112.0598 Commutative Algebra
+1112.0599 Commutative Algebra
+1112.0600 Commutative Algebra
+1112.0602 Group Theory
+1112.0603 Probability
+1112.0605 Commutative Algebra
+1112.0608 Commutative Algebra
+1112.0610 Materials Science
+1112.0611 Machine Learning
+1112.0615 Mesoscale and Nanoscale Physics
+1112.0618 Experiment
+1112.0619 Solar and Stellar Astrophysics
+1112.0621 Probability
+1112.0622 High Energy Astrophysical Phenomena
+1112.0623 Optimization and Control
+1112.0625 Algebraic Topology
+1112.0631 Discrete Mathematics
+1112.0633
+1112.0639 Neurons and Cognition
+1112.0640 Superconductivity
+1112.0643 Logic in Computer Science
+1112.0646 Cosmology and Nongalactic Astrophysics
+1112.0648 Classical Analysis and ODEs
+1112.0649 Cryptography and Security
+1112.0653 Optimization and Control
+1112.0654 Optimization and Control
+1112.0658 Probability
+1112.0662 Networking and Internet Architecture
+1112.0663 Analysis of PDEs
+1112.0664 Probability
+1112.0674 Information Theory
+1112.0680 Superconductivity
+1112.0683 Analysis of PDEs
+1112.0684 Complex Variables
+1112.0685 Complex Variables
+1112.0686 Complex Variables
+1112.0687 Representation Theory
+1112.0689 Computational Geometry
+1112.0690 Mesoscale and Nanoscale Physics
+1112.0692 Solar and Stellar Astrophysics
+1112.0694 Differential Geometry
+1112.0695 Computational Geometry
+1112.0696 Phenomenology
+1112.0697 Optimization and Control
+1112.0700
+1112.0701 Optimization and Control
+1112.0703 Optimization and Control
+1112.0706 Cosmology and Nongalactic Astrophysics
+1112.0709 Instrumentation and Methods for Astrophysics
+1112.0712 Methodology
+1112.0714 Statistical Mechanics
+1112.0715 Dynamical Systems
+1112.0716 Statistics Theory
+1112.0720 Accelerator Physics
+1112.0724 Differential Geometry
+1112.0725 Information Theory
+1112.0733
+1112.0735 Optics
+1112.0738
+1112.0741 Optimization and Control
+1112.0742 Instrumentation and Methods for Astrophysics
+1112.0745 Cosmology and Nongalactic Astrophysics
+1112.0746 Numerical Analysis
+1112.0748 Combinatorics
+1112.0750 Instrumentation and Methods for Astrophysics
+1112.0753 Combinatorics
+1112.0754 Combinatorics
+1112.0755 Combinatorics
+1112.0756 High Energy Astrophysical Phenomena
+1112.0757
+1112.0766 Statistical Mechanics
+1112.0767 Physics and Society
+1112.0774 Rings and Algebras
+1112.0776 Superconductivity
+1112.0779 Differential Geometry
+1112.0781 Category Theory
+1112.0783 History and Philosophy of Physics
+1112.0784 Data Structures and Algorithms
+1112.0790 Data Structures and Algorithms
+1112.0791 Logic in Computer Science
+1112.0793 Strongly Correlated Electrons
+1112.0795 Networking and Internet Architecture
+1112.0796 Populations and Evolution
+1112.0799 Representation Theory
+1112.0800 Combinatorics
+1112.0804 Algebraic Geometry
+1112.0806 Algebraic Geometry
+1112.0808
+1112.0809
+1112.0812 Algebraic Topology
+1112.0813 Analysis of PDEs
+1112.0815 Phenomenology
+1112.0818 Statistics Theory
+1112.0821
+1112.0827 Instrumentation and Methods for Astrophysics
+1112.0829 Probability
+1112.0830 Differential Geometry
+1112.0831 Operator Algebras
+1112.0836 Cryptography and Security
+1112.0838 Combinatorics
+1112.0841 Experiment
+1112.0843 Quantum Gases
+1112.0848 Optics
+1112.0850 Performance
+1112.0851 Statistical Mechanics
+1112.0853 Number Theory
+1112.0857 Data Structures and Algorithms
+1112.0861
+1112.0863 Solar and Stellar Astrophysics
+1112.0864 Geometric Topology
+1112.0865 Optimization and Control
+1112.0866
+1112.0868 Experiment
+1112.0871 Disordered Systems and Neural Networks
+1112.0879 Optimization and Control
+1112.0881 Fluid Dynamics
+1112.0883 General Topology
+1112.0885 Theory
+1112.0886 Instrumentation and Methods for Astrophysics
+1112.0888 Chemical Physics
+1112.0894 Geophysics
+1112.0897 Materials Science
+1112.0898 Statistical Mechanics
+1112.0901 Mesoscale and Nanoscale Physics
+1112.0902 Solar and Stellar Astrophysics
+1112.0906 Statistics Theory
+1112.0908 Phenomenology
+1112.0926 Phenomenology
+1112.0929 Applications
+1112.0932 Probability
+1112.0933 Algebraic Geometry
+1112.0934 Probability
+1112.0936 Solar and Stellar Astrophysics
+1112.0946 Combinatorics
+1112.0950 Cryptography and Security
+1112.0953 Statistical Mechanics
+1112.0956 History and Overview
+1112.0957 History and Overview
+1112.0961 Other Computer Science
+1112.0973 Phenomenology
+1112.0974 Computer Vision and Pattern Recognition
+1112.0977 Solar and Stellar Astrophysics
+1112.0979 Solar and Stellar Astrophysics
+1112.0981
+1112.0984 Medical Physics
+1112.0989 Differential Geometry
+1112.0992 Computers and Society
+1112.0993 Data Structures and Algorithms
+1112.0997 Phenomenology
+1112.0998 Statistical Mechanics
+1112.1001 Number Theory
+1112.1002 Dynamical Systems
+1112.1007
+1112.1008 Combinatorics
+1112.1011 Strongly Correlated Electrons
+1112.1012 Algebraic Geometry
+1112.1013 Astrophysics of Galaxies
+1112.1016 Theory
+1112.1023 Applications
+1112.1024 Applications
+1112.1030 Statistical Mechanics
+1112.1032 Number Theory
+1112.1033 High Energy Astrophysical Phenomena
+1112.1038 Computers and Society
+1112.1040 Computational Complexity
+1112.1041 Performance
+1112.1044 Instrumentation and Methods for Astrophysics
+1112.1046 Solar and Stellar Astrophysics
+1112.1048 Cryptography and Security
+1112.1052 Materials Science
+1112.1056 Theory
+astro-ph/0607104
+astro-ph/0703759
+cond-mat/0608388 Soft Condensed Matter
+cond-mat/0610407 Disordered Systems and Neural Networks
+cond-mat/0612553 Soft Condensed Matter
+cs/0602083 Computer Vision and Pattern Recognition
+math/0112148 Algebraic Geometry
+math/0112276 Algebraic Geometry
+math/0204227 Quantum Algebra
+math/0207235 Quantum Algebra
+math/0702741 Differential Geometry
+physics/0703245 Fluid Dynamics
+quant-ph/0302038
+quant-ph/0401088
+quant-ph/0411146
+quant-ph/0411163
+0704.3930 Phenomenology
+0707.4407 Other Condensed Matter
+0708.1174 Combinatorics
+0710.4982 Probability
+0711.2360 Combinatorics
+0802.0914 Populations and Evolution
+0805.3678 Analysis of PDEs
+0811.0772 Phenomenology
+0901.2383 Materials Science
+0901.2589 Metric Geometry
+0904.0545 Artificial Intelligence
+0904.4446 Mesoscale and Nanoscale Physics
+0908.1707 Fluid Dynamics
+0908.2056 Probability
+0910.1105 Differential Geometry
+0910.4737
+0911.4741 Combinatorics
+0912.2577 Probability
+0912.4566 Statistics Theory
+1001.0062 Theory
+1001.5344 Phenomenology
+1002.3394 Cosmology and Nongalactic Astrophysics
+1003.3021 Cosmology and Nongalactic Astrophysics
+1004.5193 Analysis of PDEs
+1005.0843 High Energy Astrophysical Phenomena
+1005.4134 Cosmology and Nongalactic Astrophysics
+1006.0809 Data Structures and Algorithms
+1007.0861 Combinatorics
+1007.3811 Computational Physics
+1008.0604 Chaotic Dynamics
+1008.1183 Cosmology and Nongalactic Astrophysics
+1008.3103 Geometric Topology
+1008.4645 Phenomenology
+1009.3833 General Physics
+1009.4059 Algebraic Geometry
+1010.4366 Statistical Mechanics
+1010.5311 Combinatorics
+1010.5979 Quantum Gases
+1011.0162 High Energy Astrophysical Phenomena
+1011.1716 Numerical Analysis
+1011.2387
+1011.2492 Cosmology and Nongalactic Astrophysics
+1011.4340 Logic
+1011.6668
+1012.3132 Dynamical Systems
+1012.4427
+1012.5719
+1101.2994 Combinatorics
+1101.3339
+1101.4143 Cosmology and Nongalactic Astrophysics
+1101.5520 Phenomenology
+1102.3367 Phenomenology
+1102.3576 Lattice
+1102.4068 Phenomenology
+1102.4297 Earth and Planetary Astrophysics
+1103.2361 Mesoscale and Nanoscale Physics
+1103.3044 Superconductivity
+1103.4862 Mesoscale and Nanoscale Physics
+1103.4894 Phenomenology
+1103.5194 Spectral Theory
+1103.5271 Analysis of PDEs
+1103.5816 Chaotic Dynamics
+1104.2459 Operator Algebras
+1104.2609 Theory
+1105.0042 Portfolio Management
+1105.1035
+1105.1293 Human-Computer Interaction
+1105.1681
+1105.1752 Statistical Mechanics
+1105.3161 Phenomenology
+1105.4611 Phenomenology
+1105.4753 Phenomenology
+1105.4967
+1105.6248 Statistical Mechanics
+1106.0333 Phenomenology
+1106.0340 Phenomenology
+1106.1780 Data Analysis, Statistics and Probability
+1106.2282 Fluid Dynamics
+1106.2530 Formal Languages and Automata Theory
+1106.3097 Phenomenology
+1106.3159 Phenomenology
+1106.4123 Atomic Physics
+1106.4285 Representation Theory
+1106.5066
+1107.0332 Theory
+1107.0763
+1107.3004 Phenomenology
+1107.3133 Machine Learning
+1107.4176 Materials Science
+1107.5312 Phenomenology
+1107.5822 Theory
+1108.2290 Metric Geometry
+1108.3010 Phenomenology
+1108.3218
+1108.4350
+1108.4414 Cosmology and Nongalactic Astrophysics
+1108.4845 Experiment
+1108.5062 Programming Languages
+1108.5070
+1109.0510 Fluid Dynamics
+1109.0845 Other Condensed Matter
+1109.0911 Experiment
+1109.0930
+1109.1007 Strongly Correlated Electrons
+1109.1011 Solar and Stellar Astrophysics
+1109.1014 Physics and Society
+1109.1015 Physics and Society
+1109.1016
+1109.1024 Spectral Theory
+1109.1029
+1109.1032 Artificial Intelligence
+1109.1033 Instrumentation and Methods for Astrophysics
+1109.1037 Solar and Stellar Astrophysics
+1109.1038 Strongly Correlated Electrons
+1109.1039 Computational Physics
+1109.1042 Complex Variables
+1109.1043
+1109.1045 Information Theory
+1109.1048 Combinatorics
+1109.1049
+1109.1053 Computer Science and Game Theory
+1109.1054 Number Theory
+1109.1055 Computer Science and Game Theory
+1109.1057 Computer Vision and Pattern Recognition
+1109.1058 Experiment
+1109.1059 Digital Libraries
+1109.1060 Rings and Algebras
+1109.1062 Computational Engineering, Finance, and Science
+1109.1063 Social and Information Networks
+1109.1068 Computer Vision and Pattern Recognition
+1109.1071 Strongly Correlated Electrons
+1109.1074 Neural and Evolutionary Computing
+1109.1075 Analysis of PDEs
+1109.1087 Databases
+1109.1088 Information Retrieval
+1109.1090 Strongly Correlated Electrons
+1109.1093 Multiagent Systems
+1109.1097
+1109.1100 Functional Analysis
+1109.1105 Information Theory
+1109.1107 Analysis of PDEs
+1109.1108 Quantitative Methods
+1109.1109 Earth and Planetary Astrophysics
+1109.1114 Earth and Planetary Astrophysics
+1109.1123 Classical Analysis and ODEs
+1109.1124
+1109.1126 Chemical Physics
+1109.1128 Dynamical Systems
+1109.1133 Computer Vision and Pattern Recognition
+1109.1134 Networking and Internet Architecture
+1109.1135 Fluid Dynamics
+1109.1136 Instrumentation and Methods for Astrophysics
+1109.1144 Databases
+1109.1145 Multimedia
+1109.1146 Distributed, Parallel, and Cluster Computing
+1109.1147 Networking and Internet Architecture
+1109.1149 Discrete Mathematics
+1109.1150 Combinatorics
+1109.1161 Analysis of PDEs
+1109.1167 General Finance
+1109.1168 Databases
+1109.1172 Statistics Theory
+1109.1173 Digital Libraries
+1109.1181 Phenomenology
+1109.1187 Experiment
+1109.1196 Instrumentation and Methods for Astrophysics
+1109.1200 Functional Analysis
+1109.1202 Databases
+1109.1211 Neural and Evolutionary Computing
+1109.1213 General Finance
+1109.1216 Combinatorics
+1109.1221 Biomolecules
+1109.1228 Number Theory
+1109.1231 Artificial Intelligence
+1109.1239
+1109.1240 General Physics
+1109.1246 Astrophysics of Galaxies
+1109.1247 Computer Vision and Pattern Recognition
+1109.1254 Group Theory
+1109.1255 Information Theory
+1109.1256 Portfolio Management
+1109.1263 Differential Geometry
+1109.1264 Mathematical Software
+1109.1268 History and Philosophy of Physics
+1109.1276 Artificial Intelligence
+astro-ph/0008097
+cs/0605048 Learning
+hep-ph/0101038 Phenomenology
+hep-th/9907045 Theory
+math/0409429 Probability
+math/0604366 Probability
+math/0604367 Probability
+math/0612046 Probability
+quant-ph/0006101
+0710.4403
+0711.0462
+0802.0960 Algebraic Geometry
+0804.0500 Strongly Correlated Electrons
+0811.1660 Other Condensed Matter
+0812.0381 Mesoscale and Nanoscale Physics
+0812.3175 Dynamical Systems
+0902.0824 Mesoscale and Nanoscale Physics
+0903.0488 Soft Condensed Matter
+0903.3137 Strongly Correlated Electrons
+0904.2433 Soft Condensed Matter
+0905.3865 Dynamical Systems
+0906.2769 Mesoscale and Nanoscale Physics
+0907.1505 Algebraic Topology
+0908.2677 Quantitative Methods
+0910.1157 Strongly Correlated Electrons
+0911.0975 Mesoscale and Nanoscale Physics
+1003.3487 Statistical Mechanics
+1003.5388 Number Theory
+1004.3822 Representation Theory
+1005.0448 Algebraic Geometry
+1005.1001
+1005.1336 General Physics
+1005.3460 Combinatorics
+1006.1049 Metric Geometry
+1007.2175 Classical Physics
+1007.2208 Metric Geometry
+1007.2775 Combinatorics
+1008.1768
+1008.2543
+1008.3958 Cosmology and Nongalactic Astrophysics
+1008.5235 Solar and Stellar Astrophysics
+1009.0672 Cosmology and Nongalactic Astrophysics
+1009.4462 Solar and Stellar Astrophysics
+1009.6178 Accelerator Physics
+1010.3548 Optimization and Control
+1011.0702 Geometric Topology
+1011.0944 Data Analysis, Statistics and Probability
+1011.3368 Number Theory
+1011.3388 Materials Science
+1011.4664 Strongly Correlated Electrons
+1011.5269 Theory
+1012.3228 Theory
+1012.5871 Algebraic Geometry
+1101.0534 Optics
+1101.4564 Discrete Mathematics
+1102.1850 Disordered Systems and Neural Networks
+1103.0649
+1103.0885 Superconductivity
+1103.2026 Phenomenology
+1103.3676 Mesoscale and Nanoscale Physics
+1103.3859 Quantum Gases
+1103.4309 Soft Condensed Matter
+1104.2066
+1104.3585 High Energy Astrophysical Phenomena
+1104.4817 Mesoscale and Nanoscale Physics
+1105.0311 Statistical Mechanics
+1105.0356 Phenomenology
+1105.1820
+1106.0288 Physics and Society
+1106.1080 Superconductivity
+1106.1797 Artificial Intelligence
+1106.3018 Mesoscale and Nanoscale Physics
+1106.3226 Phenomenology
+1106.4248
+1106.5789 Phenomenology
+1107.0412 Superconductivity
+1107.4590 Strongly Correlated Electrons
+1107.5563
+1107.5567 Instrumentation and Detectors
+1108.0122 Exactly Solvable and Integrable Systems
+1108.0562 Soft Condensed Matter
+1108.1466 Number Theory
+1108.2008 Number Theory
+1108.2074 Solar and Stellar Astrophysics
+1108.2100 Group Theory
+1108.2227 Theory
+1108.4097 Differential Geometry
+1108.4393 Pricing of Securities
+1108.4524
+1108.4537 Materials Science
+1108.4930 High Energy Astrophysical Phenomena
+1108.4938 Differential Geometry
+1108.4941 Analysis of PDEs
+1108.4944 Physics Education
+1108.4947 Combinatorics
+1108.4950 Populations and Evolution
+1108.4951 Molecular Networks
+1108.4952 General Mathematics
+1108.4955 Geometric Topology
+1108.4957 Dynamical Systems
+1108.4958 Combinatorics
+1108.4961 Learning
+1108.4967 Algebraic Geometry
+1108.4968 Algebraic Geometry
+1108.4975 Algebraic Geometry
+1108.4977
+1108.4984 Solar and Stellar Astrophysics
+1108.4985 Solar and Stellar Astrophysics
+1108.4987 Solar and Stellar Astrophysics
+1108.4990 Theory
+1108.4992 Algebraic Geometry
+1108.4993 Algebraic Geometry
+1108.4994 Rings and Algebras
+1108.5000 Quantum Gases
+1108.5001 Metric Geometry
+1108.5007 Soft Condensed Matter
+1108.5009 Combinatorics
+1108.5013 Differential Geometry
+1108.5015 Soft Condensed Matter
+1108.5016 Computation and Language
+1108.5017 Computation and Language
+1108.5018
+1108.5019 Analysis of PDEs
+1108.5020 Solar and Stellar Astrophysics
+1108.5021 Operator Algebras
+1108.5023 Materials Science
+1108.5024 Instrumentation and Methods for Astrophysics
+1108.5025 Information Theory
+1108.5027 Computation and Language
+1108.5032 Soft Condensed Matter
+1108.5033 Soft Condensed Matter
+1108.5040 Cosmology and Nongalactic Astrophysics
+1108.5046 Metric Geometry
+1108.5052 Networking and Internet Architecture
+1108.5055 Quantum Algebra
+1108.5058 Dynamical Systems
+1108.5066
+1108.5072 Materials Science
+1108.5079 General Physics
+1108.5081 General Mathematics
+1108.5088 Experiment
+1108.5092 Number Theory
+1108.5093 Number Theory
+1108.5095 Data Structures and Algorithms
+1108.5096 Computation and Language
+1108.5097
+1108.5103 Differential Geometry
+1108.5104 Information Theory
+1108.5106 Materials Science
+1108.5108
+1108.5110 Populations and Evolution
+1108.5111 Differential Geometry
+1108.5113 Differential Geometry
+1108.5114 Representation Theory
+1108.5117
+1108.5118 Representation Theory
+1108.5119 Classical Analysis and ODEs
+1108.5124 Instrumentation and Methods for Astrophysics
+1108.5139 Theory
+1108.5144
+1108.5146
+1108.5154 Populations and Evolution
+1108.5156 Strongly Correlated Electrons
+1108.5162 Solar and Stellar Astrophysics
+1108.5164 Classical Analysis and ODEs
+1108.5169 Phenomenology
+cond-mat/0511379 Soft Condensed Matter
+hep-th/0612064 Theory
+hep-th/9702036 Theory
+0704.0909 Geometric Topology
+0712.2310 Statistical Mechanics
+0803.1990 Optimization and Control
+0810.4282
+0812.1256 Combinatorics
+0812.3561
+0812.4091 Combinatorics
+0902.2996 Statistics Theory
+0903.0393 Geometric Topology
+0905.0305 Dynamical Systems
+0905.3594 Number Theory
+0905.3955 Strongly Correlated Electrons
+0906.2871 Analysis of PDEs
+0907.1485 Combinatorics
+0908.2641 Combinatorics
+0910.2036 Combinatorics
+0910.2788 Probability
+0912.1982 Optics
+1001.0611 Differential Geometry
+1001.4133 Number Theory
+1002.0828 Combinatorics
+1003.3494 Probability
+1004.4453 Soft Condensed Matter
+1005.1058 General Physics
+1005.3583 Fluid Dynamics
+1005.4105 Number Theory
+1005.4437 Number Theory
+1006.1040 Materials Science
+1006.2521
+1006.3812 Combinatorics
+1006.3819 Materials Science
+1006.5026 General Physics
+1007.2101 Fluid Dynamics
+1007.3043
+1007.4253
+1007.4939 Quantum Gases
+1008.3286 Theory
+1008.4892 Combinatorics
+1009.1101 Complex Variables
+1009.1274 Functional Analysis
+1009.1444 Computation
+1009.2102 Fluid Dynamics
+1009.4453 Theory
+1009.4486 Representation Theory
+1009.5260 Representation Theory
+1009.5535 Classical Analysis and ODEs
+1010.0231 Materials Science
+1010.0952 Other Condensed Matter
+1010.0968 Other Condensed Matter
+1010.0974 Other Condensed Matter
+1011.1514 Phenomenology
+1011.3051 Biological Physics
+1011.4454 Computational Physics
+1011.4688 Biological Physics
+1011.5551 Algebraic Geometry
+1012.1121 Fluid Dynamics
+1012.3730 Probability
+1012.5157 Classical Analysis and ODEs
+1012.5497 Superconductivity
+1012.5883 Optimization and Control
+1012.6013
+1101.3031 Differential Geometry
+1101.3329 Theory
+1102.2338
+1102.2511 Classical Analysis and ODEs
+1102.5223 Atomic Physics
+1103.0002 Theory
+1103.0060 Number Theory
+1103.0436 Mesoscale and Nanoscale Physics
+1103.0556 Astrophysics of Galaxies
+1103.1543 Classical Analysis and ODEs
+1103.4388 Cosmology and Nongalactic Astrophysics
+1103.4985 Strongly Correlated Electrons
+1103.6195
+1104.0047 Soft Condensed Matter
+1104.0233 Mesoscale and Nanoscale Physics
+1104.0547 Information Theory
+1104.0913 Materials Science
+1104.5275
+1104.5353 Theory
+1104.5554 Optics
+1105.0071
+1105.0320 Experiment
+1105.1655 Mesoscale and Nanoscale Physics
+1105.2289
+1105.2728
+1105.2929 Phenomenology
+1105.3150 Differential Geometry
+1105.3872 Strongly Correlated Electrons
+1105.4128 Theory
+1105.4167 Theory
+1105.4497 Theory
+1105.5700 Quantum Gases
+1105.5805 Differential Geometry
+1106.0529 Phenomenology
+1106.0706 Cryptography and Security
+1106.2291 Theory
+1106.4157 Fluid Dynamics
+1106.4944 Materials Science
+1107.2412
+1108.0795 Atomic Physics
+1108.0923
+1108.1086 Strongly Correlated Electrons
+1108.1646 Astrophysics of Galaxies
+1108.2197 Phenomenology
+1108.3074 Artificial Intelligence
+1108.4137 High Energy Astrophysical Phenomena
+1108.4289
+1108.4322 Superconductivity
+1108.4864 History and Philosophy of Physics
+1108.5147 Computers and Society
+1108.5158 Atomic Physics
+1108.5159 Solar and Stellar Astrophysics
+1108.5259 Phenomenology
+1108.5342 Number Theory
+1108.5386 Category Theory
+1108.5390 Biological Physics
+1108.5394 Analysis of PDEs
+1108.5395 Statistics Theory
+1108.5397 Machine Learning
+1108.5402 Instrumentation and Methods for Astrophysics
+1108.5403 Functional Analysis
+1108.5409 Numerical Analysis
+1108.5412 Complex Variables
+1108.5413 Strongly Correlated Electrons
+1108.5421 Complex Variables
+1108.5422 Data Structures and Algorithms
+1108.5426 Instrumentation and Methods for Astrophysics
+1108.5431 Populations and Evolution
+1108.5434 Programming Languages
+1108.5435 Mesoscale and Nanoscale Physics
+1108.5445 Differential Geometry
+1108.5446
+1108.5448 Rings and Algebras
+1108.5450 Data Analysis, Statistics and Probability
+1108.5451 Databases
+1108.5454 K-Theory and Homology
+1108.5457 Data Structures and Algorithms
+1108.5460 Information Retrieval
+1108.5463 Materials Science
+1108.5466 Other Computer Science
+1108.5468 Representation Theory
+1108.5470 Classical Analysis and ODEs
+1108.5471 Data Structures and Algorithms
+1108.5475 Information Theory
+1108.5476 Analysis of PDEs
+1108.5483 Fluid Dynamics
+1108.5484 Fluid Dynamics
+1108.5488 Probability
+1108.5491 Information Retrieval
+1108.5494 Networking and Internet Architecture
+1108.5500 Probability
+1108.5502 History and Philosophy of Physics
+1108.5503
+1108.5504 Optimization and Control
+1108.5506 Popular Physics
+1108.5508 Data Analysis, Statistics and Probability
+1108.5510 Mesoscale and Nanoscale Physics
+1108.5511 Mesoscale and Nanoscale Physics
+1108.5513 Strongly Correlated Electrons
+1108.5514 Learning
+1108.5517
+1108.5518 Superconductivity
+1108.5519 Astrophysics of Galaxies
+1108.5521 Other Condensed Matter
+1108.5522 Rings and Algebras
+1108.5528
+1108.5529 Mesoscale and Nanoscale Physics
+1108.5531
+1108.5537 Combinatorics
+1108.5543 Robotics
+1108.5544 High Energy Astrophysical Phenomena
+1108.5546 Earth and Planetary Astrophysics
+1108.5547 Information Theory
+1108.5557 Group Theory
+1108.5564 Probability
+1108.5566 Representation Theory
+1108.5567 Artificial Intelligence
+1108.5572 Experiment
+1108.5573 Experiment
+1108.5575 Information Retrieval
+1108.5580 General Physics
+1108.5585 Probability
+1108.5590 Probability
+1108.5591 Phenomenology
+1108.5592 Databases
+1108.5593 Fluid Dynamics
+1108.5596 Statistical Finance
+1108.5597 Number Theory
+1108.5599 Phenomenology
+1108.5603 Combinatorics
+1108.5609 Programming Languages
+1108.5619 Databases
+1108.5622 Systems and Control
+1108.5623 Earth and Planetary Astrophysics
+1108.5624 Robotics
+1108.5628 Functional Analysis
+1108.5630 Functional Analysis
+1108.5632 Theory
+1108.5633 Instrumentation and Methods for Astrophysics
+1108.5634 Functional Analysis
+1108.5635 Combinatorics
+1108.5639 Combinatorics
+1108.5640 Geometric Topology
+1108.5643 Emerging Technologies
+1108.5648 Physics and Society
+1108.5655 Classical Analysis and ODEs
+1108.5656 Materials Science
+1108.5657 Molecular Networks
+1108.5658 Chaotic Dynamics
+1108.5660 Dynamical Systems
+1108.5661 Materials Science
+1108.5663 Category Theory
+1108.5664 Classical Analysis and ODEs
+1108.5665 Chemical Physics
+1108.5671 Number Theory
+1108.5674 Number Theory
+1108.5677 Number Theory
+1108.5679 Cosmology and Nongalactic Astrophysics
+1108.5682 Solar and Stellar Astrophysics
+1108.5683 Solar and Stellar Astrophysics
+1108.5684 Commutative Algebra
+1108.5687 Number Theory
+1108.5699 Combinatorics
+1108.5700 Geometric Topology
+1108.5703 Information Retrieval
+1108.5704 Computers and Society
+1108.5706 Networking and Internet Architecture
+1108.5707 Rings and Algebras
+1108.5711 Discrete Mathematics
+1108.5712 Strongly Correlated Electrons
+1108.5714 Numerical Analysis
+1108.5717 Artificial Intelligence
+1108.5720 Computer Vision and Pattern Recognition
+1108.5721 Dynamical Systems
+1108.5726 Materials Science
+1108.5727
+cs/0305036 Computational Engineering, Finance, and Science
+cs/0503087 Computational Engineering, Finance, and Science
+cs/0506033 Computational Engineering, Finance, and Science
+hep-ph/0502063 Phenomenology
+hep-ph/0503034 Phenomenology
+hep-ph/0505042 Phenomenology
+hep-ph/0612180 Phenomenology
+math/0606117 Optimization and Control
+0705.0836 Analysis of PDEs
+0803.0185 Number Theory
+0806.2867 Theory
+0809.0261 Biomolecules
+0810.2625 Materials Science
+0812.0694
+0812.2596 Number Theory
+0901.2543 Geometric Topology
+0901.3637 Statistical Mechanics
+0903.0151 Other Condensed Matter
+0903.5109 Commutative Algebra
+0906.3885 Combinatorics
+0907.1574 Mesoscale and Nanoscale Physics
+0910.2868
+0911.0706 Strongly Correlated Electrons
+0911.0721 Combinatorics
+0911.4894
+0911.5354 Theory
+0912.2484 Strongly Correlated Electrons
+0912.2877 Differential Geometry
+0912.4804 Operator Algebras
+0912.5373 Phenomenology
+1001.1175 Combinatorics
+1001.4925 Theory
+1001.5056 Optimization and Control
+1001.5089 Classical Analysis and ODEs
+1001.5437 Representation Theory
+1003.1054 Analysis of PDEs
+1004.0054 Representation Theory
+1005.0893
+1005.1331 Differential Geometry
+1006.0422 Lattice
+1006.0818 Phenomenology
+1006.1697
+1006.3618 Analysis of PDEs
+1007.1457 Theory
+1007.2876 Methodology
+1007.4415
+1007.4608
+1008.3682
+1008.4097
+1009.1329 Phenomenology
+1009.4756 Superconductivity
+1010.1561 Social and Information Networks
+1010.4835 Analysis of PDEs
+1011.1152 Strongly Correlated Electrons
+1011.2002 Superconductivity
+1011.3032 Combinatorics
+1011.3262 Probability
+1011.3967 Algebraic Geometry
+1011.5162 Statistics Theory
+1011.5697 High Energy Astrophysical Phenomena
+1012.0539
+1012.1761 Phenomenology
+1012.1860 Theory
+1101.0764 Information Theory
+1101.0862 Superconductivity
+1101.1473 Data Analysis, Statistics and Probability
+1101.1547 Formal Languages and Automata Theory
+1101.5499 Phenomenology
+1101.5799 Subcellular Processes
+1101.5960 Statistics Theory
+1102.0265 Mesoscale and Nanoscale Physics
+1102.1903
+1102.2276 Theory
+1102.4037 Computer Science and Game Theory
+1102.4845 Solar and Stellar Astrophysics
+1102.5291 Statistical Mechanics
+1103.0482 Phenomenology
+1103.0563 Theory
+1103.1899 Soft Condensed Matter
+1103.2927
+1103.3551 Theory
+1103.3686 Software Engineering
+1103.4152 Phenomenology
+1103.4236 Quantum Gases
+1103.4613 Phenomenology
+1103.4741 Dynamical Systems
+1103.4835 Phenomenology
+1103.4874 Physics and Society
+1103.5059 Strongly Correlated Electrons
+1103.5143 Experiment
+1103.5205 Phenomenology
+1103.5697
+1103.5801 Phenomenology
+1104.0031 Solar and Stellar Astrophysics
+1104.0411 High Energy Astrophysical Phenomena
+1104.0941
+1104.1583 Theory
+1104.1600 Lattice
+1104.1721 Statistical Mechanics
+1104.2056 Phenomenology
+1104.2083 Combinatorics
+1104.3138 Phenomenology
+1104.3744 Soft Condensed Matter
+1104.5058
+1104.5167 Phenomenology
+1104.5183 Optimization and Control
+1104.5454 Quantum Gases
+1105.0359 Lattice
+1105.5803 Applications
+1106.0005 Astrophysics of Galaxies
+1106.0300 Cosmology and Nongalactic Astrophysics
+1106.0341 General Physics
+1106.0554 Materials Science
+1106.1842 Formal Languages and Automata Theory
+1106.1855 Optics
+1106.1904 Quantum Algebra
+1106.2498 Instrumentation and Methods for Astrophysics
+1106.2535 Lattice
+1106.3474 Number Theory
+1106.3913 High Energy Astrophysical Phenomena
+1106.4262 Phenomenology
+1106.4595 Geometric Topology
+1106.4892 Mesoscale and Nanoscale Physics
+1106.5156 Computer Vision and Pattern Recognition
+1106.5488 Soft Condensed Matter
+1106.6252 Materials Science
+1107.0321
+1107.0326 History and Overview
+1107.0329 Statistical Mechanics
+1107.0331 Optics
+1107.0333 Materials Science
+1107.0341
+1107.0342 Superconductivity
+1107.0346 Differential Geometry
+1107.0348 Functional Analysis
+1107.0349 Logic in Computer Science
+1107.0354
+1107.0356 Functional Analysis
+1107.0357 Soft Condensed Matter
+1107.0358 Instrumentation and Detectors
+1107.0361 Probability
+1107.0363 Experiment
+1107.0364 Combinatorics
+1107.0374 Phenomenology
+1107.0375 Analysis of PDEs
+1107.0381 Number Theory
+1107.0382 Number Theory
+1107.0384 Rings and Algebras
+1107.0385 Numerical Analysis
+1107.0391 General Mathematics
+1107.0393 Complex Variables
+1107.0397 Disordered Systems and Neural Networks
+1107.0406 Quantitative Methods
+1107.0409 Superconductivity
+1107.0411 Differential Geometry
+1107.0413 Number Theory
+1107.0414 Data Analysis, Statistics and Probability
+1107.0416 Information Theory
+1107.0419 Materials Science
+1107.0421 Astrophysics of Galaxies
+1107.0424 Classical Analysis and ODEs
+1107.0425 Group Theory
+1107.0427 Experiment
+1107.0431 Computer Science and Game Theory
+1107.0433 Computer Science and Game Theory
+1107.0434 Artificial Intelligence
+1107.0439 Computer Science and Game Theory
+1107.0440 Commutative Algebra
+1107.0441 Astrophysics of Galaxies
+1107.0445
+1107.0446 Commutative Algebra
+1107.0447 Commutative Algebra
+1107.0448 Astrophysics of Galaxies
+1107.0452 Geometric Topology
+1107.0458 Data Analysis, Statistics and Probability
+1107.0464 Astrophysics of Galaxies
+1107.0465 High Energy Astrophysical Phenomena
+1107.0469 Phenomenology
+1107.0480 Statistical Finance
+1107.0483 Pattern Formation and Solitons
+1107.0484 Astrophysics of Galaxies
+1107.0487 Rings and Algebras
+1107.0495 Quantum Algebra
+1107.0496
+1107.0499 Algebraic Geometry
+1107.0502 Optics
+1107.0503 Experiment
+1107.0506 Number Theory
+1107.0510 Statistical Mechanics
+1107.0512 Phenomenology
+1107.0523 Experiment
+1107.0525
+1107.0527 Analysis of PDEs
+1107.0534
+1107.0538 Distributed, Parallel, and Cluster Computing
+1107.0548
+1107.0551 Strongly Correlated Electrons
+1107.0552 Operator Algebras
+1107.0554 Chaotic Dynamics
+1107.0558 Theory
+1107.0562 Solar and Stellar Astrophysics
+1107.0563 Commutative Algebra
+1107.0567
+1107.0571 Numerical Analysis
+1107.0579 Algebraic Geometry
+1107.0580 Fluid Dynamics
+1107.0582 Complex Variables
+1107.0583 Cosmology and Nongalactic Astrophysics
+1107.0590 Materials Science
+1107.0591 Cosmology and Nongalactic Astrophysics
+1107.0607 Networking and Internet Architecture
+1107.0610 Complex Variables
+1107.0617 Differential Geometry
+1107.0621 Phenomenology
+1107.0634 Data Structures and Algorithms
+1107.0635 Superconductivity
+1107.0639 Information Theory
+1107.0641 Tissues and Organs
+1107.0648 Logic
+1107.0650 Theory
+1107.0651 Representation Theory
+1107.0652 Accelerator Physics
+1107.0655 Probability
+1107.0666 Logic in Computer Science
+1107.0671 Probability
+1107.0673
+1107.0676 Combinatorics
+1107.0679 Solar and Stellar Astrophysics
+1107.0681 Social and Information Networks
+1107.0685 Algebraic Topology
+1107.0687 Commutative Algebra
+1107.0689 Superconductivity
+1107.0699 Soft Condensed Matter
+1107.0700 Differential Geometry
+1107.0702 Algebraic Geometry
+1107.0708
+1107.0716 Genomics
+hep-th/9706188 Theory
+math-ph/9903001
+math/0212383 Algebraic Topology
+math/0611388 Number Theory
+physics/0502142 General Physics
+0708.2043 Theory
+0805.1674 Materials Science
+0808.1291
+0902.2020 Neurons and Cognition
+0902.4302 Optimization and Control
+0911.2873 Information Theory
+0911.3109 Cosmology and Nongalactic Astrophysics
+1001.2184 Mesoscale and Nanoscale Physics
+1001.2725
+1002.1446 Information Theory
+1002.3575 Theory
+1005.1900 Rings and Algebras
+1006.2532 Functional Analysis
+1007.0907 Differential Geometry
+1007.2633 Algebraic Geometry
+1008.1357 Social and Information Networks
+1008.1546 Analysis of PDEs
+1009.3997 Exactly Solvable and Integrable Systems
+1009.5574 Classical Physics
+1011.0693 Optics
+1011.1585
+1011.5443 Combinatorics
+1012.2105 Methodology
+1101.1993 Group Theory
+1101.3233 Representation Theory
+1101.3269 Phenomenology
+1101.3915 Probability
+1102.1870 Complex Variables
+1102.4088 Rings and Algebras
+1102.4827 General Physics
+1103.1964 Theory
+1103.2786 Cosmology and Nongalactic Astrophysics
+1104.2355 Information Theory
+1104.2495 Strongly Correlated Electrons
+1104.4630 Quantum Algebra
+1105.1694 Trading and Market Microstructure
+1105.3999 Phenomenology
+1106.4444 Quantum Gases
+1106.4973 High Energy Astrophysical Phenomena
+1106.6272 Strongly Correlated Electrons
+1107.0283 Plasma Physics
+1107.1743 Dynamical Systems
+1107.2433 Probability
+1107.2456 Applications
+1107.3886 Mesoscale and Nanoscale Physics
+1107.3946 Rings and Algebras
+1107.4638 Phenomenology
+1107.5411 Other Condensed Matter
+1107.5736 Disordered Systems and Neural Networks
+1108.0877 Theory
+1108.2049 Computational Physics
+1108.3483
+1108.3882 Astrophysics of Galaxies
+1109.0045 Data Analysis, Statistics and Probability
+1109.0073 Lattice
+1109.2986 Rings and Algebras
+1109.3413 Dynamical Systems
+1109.4342 High Energy Astrophysical Phenomena
+1109.6475 Differential Geometry
+1109.6608 Logic
+1110.0552 Commutative Algebra
+1110.0684
+1110.0890 Analysis of PDEs
+1110.1417 Analysis of PDEs
+1110.2058 Statistics Theory
+1110.6061 Information Theory
+1110.6845 Lattice
+1110.6929 High Energy Astrophysical Phenomena
+1111.0002 Earth and Planetary Astrophysics
+1111.0004 Instrumentation and Methods for Astrophysics
+1111.0008 Phenomenology
+1111.0021 Differential Geometry
+1111.0024 Computer Vision and Pattern Recognition
+1111.0039 Artificial Intelligence
+1111.0040 Artificial Intelligence
+1111.0041 Artificial Intelligence
+1111.0042 High Energy Astrophysical Phenomena
+1111.0043 Artificial Intelligence
+1111.0044 Artificial Intelligence
+1111.0045 Databases
+1111.0046 Computer Science and Game Theory
+1111.0048 Computation and Language
+1111.0049 Artificial Intelligence
+1111.0051 Artificial Intelligence
+1111.0053 Artificial Intelligence
+1111.0054 Artificial Intelligence
+1111.0055 Artificial Intelligence
+1111.0056 Artificial Intelligence
+1111.0059 Artificial Intelligence
+1111.0060 Artificial Intelligence
+1111.0062 Artificial Intelligence
+1111.0064 Distributed, Parallel, and Cluster Computing
+1111.0065 Artificial Intelligence
+1111.0066 High Energy Astrophysical Phenomena
+1111.0067 Artificial Intelligence
+1111.0068 Artificial Intelligence
+1111.0069 Biological Physics
+1111.0071 Optimization and Control
+1111.0073 Physics and Society
+1111.0074 Experiment
+1111.0075 Instrumentation and Methods for Astrophysics
+1111.0077 High Energy Astrophysical Phenomena
+1111.0078 Probability
+1111.0079 Complex Variables
+1111.0085 Logic in Computer Science
+1111.0086 Logic in Computer Science
+1111.0087 Logic in Computer Science
+1111.0088 Logic in Computer Science
+1111.0089 Logic in Computer Science
+1111.0090 Logic in Computer Science
+1111.0094 Discrete Mathematics
+1111.0096 Spectral Theory
+1111.0104 Mesoscale and Nanoscale Physics
+1111.0109
+1111.0115 Classical Analysis and ODEs
+1111.0116 High Energy Astrophysical Phenomena
+1111.0121 High Energy Astrophysical Phenomena
+1111.0124 Probability
+1111.0125 Computational Physics
+1111.0127 High Energy Astrophysical Phenomena
+1111.0128 Lattice
+1111.0130 Lattice
+1111.0131 Exactly Solvable and Integrable Systems
+1111.0134 Strongly Correlated Electrons
+1111.0141 Cosmology and Nongalactic Astrophysics
+1111.0142 Lattice
+1111.0143 High Energy Astrophysical Phenomena
+1111.0158 Software Engineering
+1111.0159 Fluid Dynamics
+1111.0162 Earth and Planetary Astrophysics
+1111.0164 Algebraic Geometry
+1111.0168 Experiment
+1111.0170
+1111.0183 Experiment
+1111.0185 Lattice
+1111.0186 Fluid Dynamics
+1111.0188 Phenomenology
+1111.0191 High Energy Astrophysical Phenomena
+1111.0192 High Energy Astrophysical Phenomena
+1111.0200 Phenomenology
+1111.0205 Probability
+1111.0208 Optics
+1111.0209 Solar and Stellar Astrophysics
+1111.0210 General Mathematics
+1111.0211
+1111.0212 Solar and Stellar Astrophysics
+1111.0224 Group Theory
+1111.0225 Lattice
+1111.0226 Superconductivity
+1111.0228 Discrete Mathematics
+1111.0229 Plasma Physics
+1111.0230 Classical Analysis and ODEs
+1111.0231 Analysis of PDEs
+1111.0234 Combinatorics
+1111.0242 Multimedia
+1111.0243
+1111.0244 High Energy Astrophysical Phenomena
+1111.0252 High Energy Astrophysical Phenomena
+1111.0254 Lattice
+1111.0260 General Physics
+1111.0261 Chemical Physics
+1111.0265 High Energy Astrophysical Phenomena
+1111.0266 Disordered Systems and Neural Networks
+1111.0276 Theory
+1111.0278 Dynamical Systems
+1111.0282 Experiment
+1111.0286
+1111.0287 Symplectic Geometry
+cond-mat/0604478 Soft Condensed Matter
+cs/0610093 Logic in Computer Science
+cs/0702097 Cryptography and Security
+quant-ph/0609132
+0801.0208 Symplectic Geometry
+0801.3048 Multiagent Systems
+0802.3309 Differential Geometry
+0806.3998 Differential Geometry
+0807.4209
+0811.0031 Differential Geometry
+0812.1753 Lattice
+0906.3309 Analysis of PDEs
+0907.5214 Algebraic Geometry
+0909.2129 Commutative Algebra
+0910.0570 Mesoscale and Nanoscale Physics
+0910.1584 Phenomenology
+0910.2518 Mesoscale and Nanoscale Physics
+0910.3503 Data Structures and Algorithms
+0910.5158
+0912.5016 Phenomenology
+1001.1735 Mesoscale and Nanoscale Physics
+1003.0216 Strongly Correlated Electrons
+1003.0886 Theory
+1004.1934 Differential Geometry
+1004.2686
+1004.3044 Strongly Correlated Electrons
+1004.4538 Representation Theory
+1005.1767 Quantum Algebra
+1005.4369 Materials Science
+1006.2250
+1007.0639 Mesoscale and Nanoscale Physics
+1007.3724
+1007.3825
+1008.0668 Mesoscale and Nanoscale Physics
+1008.3554 Probability
+1008.4136
+1008.5143 Methodology
+1009.3967 Cosmology and Nongalactic Astrophysics
+1009.4730
+1009.5611 Probability
+1009.5924
+1010.1571 Disordered Systems and Neural Networks
+1011.0676 Theory
+1011.3304
+1011.3552 Combinatorics
+1012.3468 Cosmology and Nongalactic Astrophysics
+1012.5391
+1012.5941
+1101.0546 Quantum Algebra
+1101.0774 Functional Analysis
+1101.3212 Fluid Dynamics
+1102.0269 Phenomenology
+1102.1718 Mesoscale and Nanoscale Physics
+1102.1942 Exactly Solvable and Integrable Systems
+1102.2326
+1102.3180 Cosmology and Nongalactic Astrophysics
+1102.3471 Statistics Theory
+1102.3747
+1102.3809
+1102.3910
+1102.3931 Physics and Society
+1102.4842 Data Structures and Algorithms
+1102.5215
+1102.5773 Phenomenology
+1103.0013 Theory
+1103.2814 Analysis of PDEs
+1103.2990 Experiment
+1103.3861 Phenomenology
+1103.4679 Mesoscale and Nanoscale Physics
+1103.4709
+1103.5108 Accelerator Physics
+1103.5308 Phenomenology
+1103.5380 Algebraic Geometry
+1104.0675
+1104.0821
+1104.1552
+1104.1634 Cosmology and Nongalactic Astrophysics
+1104.2843 Theory
+1104.3171 Phenomenology
+1104.3709 Soft Condensed Matter
+1104.3716
+1104.4123 Theory
+1104.5431
+1105.0028 Statistical Mechanics
+1105.0421 Superconductivity
+1105.2125
+1105.2449
+1105.2552 Strongly Correlated Electrons
+1105.2815 Experiment
+1105.3069
+1105.3173
+1105.3313
+1105.3817
+1105.4305
+1105.6027 Statistics Theory
+1105.6147 High Energy Astrophysical Phenomena
+1106.0837 Materials Science
+1106.1728 Solar and Stellar Astrophysics
+1106.1942 Statistical Mechanics
+1106.3903
+1106.4003 Theory
+1106.4018 Cosmology and Nongalactic Astrophysics
+1106.5160 Strongly Correlated Electrons
+1107.0159 Experiment
+1107.0665 High Energy Astrophysical Phenomena
+1107.1264
+1107.2406 Numerical Analysis
+1107.2886
+1107.4115
+1107.4923 Accelerator Physics
+1107.5595 Algebraic Geometry
+1107.5598 Algebraic Geometry
+1108.0029 Superconductivity
+1108.0405 Accelerator Physics
+1108.0625 Dynamical Systems
+1108.1453 Algebraic Topology
+1108.1923 Materials Science
+1108.2740
+1108.2830 Symbolic Computation
+1108.2937 Statistical Finance
+1108.3155 Statistical Finance
+1108.3363 Analysis of PDEs
+1108.3512
+1108.3698 Earth and Planetary Astrophysics
+1108.3802 Functional Analysis
+1108.3843 Computation and Language
+1108.3846 Combinatorics
+1108.3848 Computation and Language
+1108.3850 Computation and Language
+1108.3854 Algebraic Geometry
+1108.3864 Experiment
+1108.3869 Phenomenology
+1108.3871 Combinatorics
+1108.3873 Information Theory
+1108.3876 General Topology
+1108.3883 Information Theory
+1108.3884 Exactly Solvable and Integrable Systems
+1108.3886 Probability
+1108.3887 Information Theory
+1108.3888 Materials Science
+1108.3894 Materials Science
+1108.3899 Combinatorics
+1108.3900 Instrumentation and Methods for Astrophysics
+1108.3901 Digital Libraries
+1108.3904 Methodology
+1108.3906 Phenomenology
+1108.3907 Astrophysics of Galaxies
+1108.3908 Mesoscale and Nanoscale Physics
+1108.3910 Applications
+1108.3912 Methodology
+1108.3913 Methodology
+1108.3914 Methodology
+1108.3916 Phenomenology
+1108.3919 Methodology
+1108.3923 Lattice
+1108.3924 Probability
+1108.3926
+1108.3928
+1108.3930 Statistical Mechanics
+1108.3931 Methodology
+1108.3938 Methodology
+1108.3940 Methodology
+1108.3941 Methodology
+1108.3943 Phenomenology
+1108.3945 Algebraic Geometry
+1108.3946 Methodology
+1108.3951 Theory
+1108.3953 Methodology
+1108.3955 Phenomenology
+1108.3956 Superconductivity
+1108.3958 Rings and Algebras
+1108.3960 Materials Science
+1108.3963
+1108.3964 Quantum Gases
+1108.3965 Probability
+1108.3973 Systems and Control
+1108.3974 Geophysics
+1108.3977 Solar and Stellar Astrophysics
+1108.3978 Strongly Correlated Electrons
+1108.3980 Robotics
+1108.3982 Statistical Mechanics
+1108.3998 Pricing of Securities
+1108.4007 Algebraic Geometry
+1108.4008 Phenomenology
+1108.4012
+1108.4016 Probability
+1108.4020 Analysis of PDEs
+1108.4024
+1108.4026 Materials Science
+1108.4028 Algebraic Geometry
+1108.4034 Social and Information Networks
+chem-ph/9603001 Chemical Physics
+dg-ga/9712017 Differential Geometry
+gr-qc/9707044
+hep-th/0507022 Theory
+math/0406209 Dynamical Systems
+nlin/0505042 Exactly Solvable and Integrable Systems
+solv-int/9712019 Exactly Solvable and Integrable Systems
+0810.5063 Analysis of PDEs
+0811.2261 Algebraic Geometry
+0812.4584 Algebraic Geometry
+0903.5133 Differential Geometry
+0904.3540 Complex Variables
+0907.2089 Databases
+0907.3293 Algebraic Geometry
+0911.4354 Plasma Physics
+1002.1871
+1002.4476
+1003.5451 Theory
+1003.5592 Dynamical Systems
+1005.0016
+1006.3885
+1007.5035 Molecular Networks
+1008.1017 Optics
+1008.4361 Theory
+1010.4216 Soft Condensed Matter
+1011.0015 Statistical Mechanics
+1011.5776 Experiment
+1012.1784
+1012.1806 Phenomenology
+1012.1811 Phenomenology
+1012.3318 Combinatorics
+1012.3940
+1012.5247 Complex Variables
+1012.6041 Strongly Correlated Electrons
+1101.5900
+1101.5947 Phenomenology
+1101.5962 Experiment
+1102.0927 Statistics Theory
+1102.2309
+1102.3245 Computational Complexity
+1102.3313 Biological Physics
+1102.4129 Data Structures and Algorithms
+1102.4868 Information Theory
+1103.1736 Materials Science
+1103.2734 Probability
+1104.0667 Mesoscale and Nanoscale Physics
+1104.0744 Mesoscale and Nanoscale Physics
+1104.1782 Algebraic Geometry
+1104.2832 Mesoscale and Nanoscale Physics
+1104.3631 Statistical Mechanics
+1104.4095 Mesoscale and Nanoscale Physics
+1104.5238 Cosmology and Nongalactic Astrophysics
+1105.0884 Mesoscale and Nanoscale Physics
+1105.1840
+1105.3438 Statistical Mechanics
+1105.4348 Strongly Correlated Electrons
+1106.0710 Cosmology and Nongalactic Astrophysics
+1106.2036
+1106.2549 Superconductivity
+1106.2970 Complex Variables
+1106.4142 Computational Complexity
+1106.5123 Experiment
+1106.5131 Experiment
+1107.0012
+1107.1782 Cosmology and Nongalactic Astrophysics
+1107.2645 Theory
+1107.5261 Chemical Physics
+1108.0221 Solar and Stellar Astrophysics
+1108.0856
+1108.4633 Strongly Correlated Electrons
+1108.6100
+1109.1279 Disordered Systems and Neural Networks
+1109.1343 Experiment
+1109.1404 Superconductivity
+1109.4658 High Energy Astrophysical Phenomena
+1109.5105 Combinatorics
+1110.0119 Classical Analysis and ODEs
+1110.0244 Optics
+1110.0245 General Physics
+1110.0256 Populations and Evolution
+1110.0384 Algebraic Geometry
+1110.0445 Functional Analysis
+1110.0486 History and Philosophy of Physics
+1110.0592 Theory
+1110.0674 Phenomenology
+1110.0828 Materials Science
+1110.0831 Solar and Stellar Astrophysics
+1110.0848
+1110.0851 Dynamical Systems
+1110.0855 Optimization and Control
+1110.0856 Theory
+1110.0857 High Energy Astrophysical Phenomena
+1110.0859 Experiment
+1110.0860 Computational Physics
+1110.0863 Algebraic Geometry
+1110.0867 Theory
+1110.0870 Classical Analysis and ODEs
+1110.0871 Spectral Theory
+1110.0872 Computer Vision and Pattern Recognition
+1110.0873 Solar and Stellar Astrophysics
+1110.0875 Solar and Stellar Astrophysics
+1110.0879 Computer Vision and Pattern Recognition
+1110.0880 Combinatorics
+1110.0883 Applications
+1110.0885 Materials Science
+1110.0891 Solar and Stellar Astrophysics
+1110.0892 Computational Complexity
+1110.0893 Superconductivity
+1110.0898 Differential Geometry
+1110.0904 Combinatorics
+1110.0912 Cosmology and Nongalactic Astrophysics
+1110.0918 Theory
+1110.0919 Logic
+1110.0921 Analysis of PDEs
+1110.0922 Lattice
+1110.0923 Algebraic Geometry
+1110.0924 Theory
+1110.0926 Rings and Algebras
+1110.0929 General Physics
+1110.0930 Rings and Algebras
+1110.0937 Instrumentation and Methods for Astrophysics
+1110.0943
+1110.0947 High Energy Astrophysical Phenomena
+1110.0948 Phenomenology
+1110.0958
+1110.0974
+1110.0975 Solar and Stellar Astrophysics
+1110.0985 Solar and Stellar Astrophysics
+1110.0987 Representation Theory
+1110.0988 Solar and Stellar Astrophysics
+1110.0989 Phenomenology
+1110.0990 Data Structures and Algorithms
+1110.0991
+1110.0992 Number Theory
+1110.0994 General Topology
+1110.0995 Fluid Dynamics
+1110.0997
+1110.0998 Chaotic Dynamics
+1110.1003 General Topology
+1110.1005 Instrumentation and Detectors
+1110.1006 Statistical Finance
+1110.1007 Soft Condensed Matter
+1110.1008 Experiment
+1110.1012 Methodology
+1110.1014 Optimization and Control
+1110.1016 Artificial Intelligence
+1110.1019 General Physics
+1110.1021 Differential Geometry
+1110.1025
+1110.1033 Algebraic Geometry
+1110.1037 Differential Geometry
+1110.1038 Neural and Evolutionary Computing
+1110.1041 Phenomenology
+1110.1044 Probability
+1110.1046 Cryptography and Security
+1110.1048 Group Theory
+1110.1051 Accelerator Physics
+1110.1052 Computational Complexity
+1110.1055 Experiment
+1110.1059 Commutative Algebra
+1110.1061 Cosmology and Nongalactic Astrophysics
+1110.1064 Data Structures and Algorithms
+1110.1065 Classical Analysis and ODEs
+1110.1067 Classical Analysis and ODEs
+1110.1068 Differential Geometry
+1110.1070 Classical Analysis and ODEs
+1110.1072 Quantum Algebra
+1110.1073 Learning
+1110.1078 Information Theory
+1110.1079 Data Structures and Algorithms
+1110.1080 Functional Analysis
+1110.1081 Mesoscale and Nanoscale Physics
+astro-ph/0412214
+hep-ex/9909034 Experiment
+0705.4131 Logic
+0808.3773
+0903.1501 Probability
+0905.0777 Atomic Physics
+0905.4874 Probability
+0908.0223
+0908.2217 Probability
+0909.2341 Probability
+0909.2796 Analysis of PDEs
+0911.3433
+1001.0106 Materials Science
+1001.0798 History and Overview
+1001.0859 Group Theory
+1001.3952 Mesoscale and Nanoscale Physics
+1003.0648 Superconductivity
+1003.1166 Superconductivity
+1003.3509 Rings and Algebras
+1003.3700 Probability
+1003.3935 Theory
+1004.1918 K-Theory and Homology
+1004.2086
+1004.4727 Computer Science and Game Theory
+1005.0274 Phenomenology
+1005.1268
+1005.3214 Theory
+1005.4406 Cosmology and Nongalactic Astrophysics
+1005.4451 Phenomenology
+1006.1086
+1006.1246
+1006.1260 Physics and Society
+1006.3281 Biological Physics
+1006.3658 Strongly Correlated Electrons
+1006.3836 High Energy Astrophysical Phenomena
+1006.4686 Algebraic Geometry
+1006.5625 Statistical Mechanics
+1007.0193 Statistical Mechanics
+1007.1281 Physics and Society
+1007.2617
+1007.4848 Numerical Analysis
+1008.0670 Mesoscale and Nanoscale Physics
+1008.1252 Quantum Gases
+1008.2326 Statistical Mechanics
+1008.3631 Strongly Correlated Electrons
+1008.4497 Disordered Systems and Neural Networks
+1008.4787 Theory
+1009.1296 Astrophysics of Galaxies
+1009.2605 Experiment
+1009.4293 Optics
+1009.4532 Quantum Gases
+1009.5223
+1010.0730 Soft Condensed Matter
+1010.0731 Soft Condensed Matter
+1010.2411 Theory
+1010.6273 Phenomenology
+1011.0712
+1011.2842 Cosmology and Nongalactic Astrophysics
+1011.3186 Algebraic Geometry
+1011.4794 Populations and Evolution
+1011.5221 Astrophysics of Galaxies
+1011.6260 Materials Science
+1012.0391 General Mathematics
+1012.5722 Space Physics
+1101.0155 General Topology
+1101.0214 Algebraic Geometry
+1101.0271 Biological Physics
+1101.0775 Physics and Society
+1101.0810 Phenomenology
+1101.0819 Computational Physics
+1101.0821 General Physics
+1101.0823 Discrete Mathematics
+1101.0825 Algebraic Geometry
+1101.0827 Cryptography and Security
+1101.0830 Classical Analysis and ODEs
+1101.0831 Methodology
+1101.0836 Number Theory
+1101.0838 Other Condensed Matter
+1101.0847 Algebraic Geometry
+1101.0851 Dynamical Systems
+1101.0854 Information Theory
+1101.0855 Information Theory
+1101.0861 Plasma Physics
+1101.0863
+1101.0865
+1101.0868 Algebraic Geometry
+1101.0872 Theory
+1101.0875 Algebraic Geometry
+1101.0877 Theory
+1101.0878 Experiment
+1101.0881 Functional Analysis
+1101.0883 Solar and Stellar Astrophysics
+1101.0887 Materials Science
+1101.0888 General Physics
+1101.0891 Methodology
+1101.0893 Solar and Stellar Astrophysics
+1101.0898 Cosmology and Nongalactic Astrophysics
+1101.0899 Methodology
+1101.0901 Methodology
+1101.0904 Classical Physics
+1101.0905 Methodology
+1101.0908 History and Philosophy of Physics
+1101.0914 Algebraic Geometry
+1101.0917 Applications
+1101.0922 Dynamical Systems
+1101.0928 Optics
+1101.0929 Applications
+1101.0934 Applications
+1101.0936 Applications
+1101.0940 Solar and Stellar Astrophysics
+1101.0941 Applications
+1101.0943 Applications
+1101.0946 Symplectic Geometry
+1101.0947 Applications
+1101.0949 Group Theory
+1101.0952 Applications
+1101.0959 Applications
+1101.0961 Applications
+1101.0964 Discrete Mathematics
+1101.0966 Applications
+1101.0967 Combinatorics
+1101.0969 Chemical Physics
+1101.0977 Combinatorics
+1101.0985 Applications
+1101.0991 Commutative Algebra
+1101.0992 Analysis of PDEs
+1101.1003 Biological Physics
+1101.1005 Pattern Formation and Solitons
+1101.1010 Mesoscale and Nanoscale Physics
+1101.1018 Superconductivity
+1101.1032 Statistics Theory
+1101.1034 Probability
+1101.1037 Accelerator Physics
+1101.1046 Solar and Stellar Astrophysics
+1101.1047
+1101.1048 Dynamical Systems
+1101.1049 Materials Science
+1101.1050 Number Theory
+1101.1056 Chemical Physics
+1101.1063 General Physics
+1101.1066 General Physics
+astro-ph/0301170
+astro-ph/0308544
+astro-ph/0411574
+cond-mat/9408062
+cond-mat/9705201
+math/0211079 Statistics Theory
+0707.0131 Lattice
+0708.2776 Combinatorics
+0712.3123 Algebraic Topology
+0806.1033 Algebraic Geometry
+0806.1348 Combinatorics
+0807.0427 Dynamical Systems
+0808.3684 Algebraic Geometry
+0902.2843 Differential Geometry
+0904.2455 Dynamical Systems
+0906.3677 Superconductivity
+0911.0538 Theory
+0911.1700
+0911.3142 Theory
+0912.3160 History and Philosophy of Physics
+1003.4885 Statistics Theory
+1004.3644
+1004.4213 Phenomenology
+1004.5154 Phenomenology
+1004.5343 Dynamical Systems
+1005.3783 Differential Geometry
+1005.3936 Quantum Gases
+1005.4484 Representation Theory
+1006.1599 Representation Theory
+1006.3776 Combinatorics
+1006.3779 Combinatorics
+1006.3783 Combinatorics
+1007.0786 Combinatorics
+1007.1615 Combinatorics
+1008.3650 Pricing of Securities
+1009.4839 Mesoscale and Nanoscale Physics
+1011.0879
+1011.4827 Strongly Correlated Electrons
+1012.1192 Geometric Topology
+1012.3603 Strongly Correlated Electrons
+1012.3660
+1012.3885 Rings and Algebras
+1012.5083 Number Theory
+1102.2895 Quantum Gases
+1102.3215 Probability
+1102.4991 Theory
+1102.5549 Applications
+1103.1211 Group Theory
+1103.1902 Superconductivity
+1103.2772 Cosmology and Nongalactic Astrophysics
+1103.5597 Mesoscale and Nanoscale Physics
+1103.5799 Strongly Correlated Electrons
+1104.2546 Mesoscale and Nanoscale Physics
+1104.2633 Strongly Correlated Electrons
+1104.3854 Strongly Correlated Electrons
+1104.5515 Analysis of PDEs
+1105.0432 Strongly Correlated Electrons
+1105.3475 Phenomenology
+1105.5368 Quantum Gases
+1105.5836
+1105.6258 Quantum Gases
+1106.1851 Phenomenology
+1106.2872 Programming Languages
+1106.4085 Quantum Gases
+1106.5370 Superconductivity
+1106.6035 Quantum Gases
+1107.0438 Algebraic Geometry
+1107.3253 Information Theory
+1107.3467 Mesoscale and Nanoscale Physics
+1107.4044 Phenomenology
+1107.4643 Differential Geometry
+1107.4802 Theory
+1107.4996 Soft Condensed Matter
+1107.5505 Soft Condensed Matter
+1108.1604 Solar and Stellar Astrophysics
+1108.3921 Commutative Algebra
+1108.5243 Algebraic Geometry
+1108.5796 Algebraic Geometry
+1109.0399 Representation Theory
+1109.2372 Fluid Dynamics
+1109.2421 Instrumentation and Methods for Astrophysics
+1109.2707 Soft Condensed Matter
+1109.3464 Superconductivity
+1109.3493 Strongly Correlated Electrons
+1109.3989 Programming Languages
+1109.4095 Logic in Computer Science
+1109.6154 Pricing of Securities
+1109.6383 Experiment
+1109.6846 Statistics Theory
+1110.0456 Phenomenology
+1110.0595 Experiment
+1110.0939 Number Theory
+1110.1625 Chaotic Dynamics
+1110.1755 Solar and Stellar Astrophysics
+1110.2167 Accelerator Physics
+1110.2168 Solar and Stellar Astrophysics
+1110.2169 Geophysics
+1110.2173 Cosmology and Nongalactic Astrophysics
+1110.2178 Solar and Stellar Astrophysics
+1110.2189 Molecular Networks
+1110.2190
+1110.2192 Experiment
+1110.2199
+1110.2200 Artificial Intelligence
+1110.2201 Differential Geometry
+1110.2203 Artificial Intelligence
+1110.2204 Artificial Intelligence
+1110.2205 Artificial Intelligence
+1110.2209 Artificial Intelligence
+1110.2210 Computer Vision and Pattern Recognition
+1110.2211 Learning
+1110.2212 Artificial Intelligence
+1110.2213 Artificial Intelligence
+1110.2214 Phenomenology
+1110.2215 Computation and Language
+1110.2216 Artificial Intelligence
+1110.2218 Experiment
+1110.2219
+1110.2222
+1110.2228 Mesoscale and Nanoscale Physics
+1110.2230 Computational Complexity
+1110.2233 Instrumentation and Detectors
+1110.2235 Combinatorics
+1110.2236 Phenomenology
+1110.2240 Cryptography and Security
+1110.2241 Quantum Gases
+1110.2243 Dynamical Systems
+1110.2244 Symplectic Geometry
+1110.2246 Analysis of PDEs
+1110.2247 Complex Variables
+1110.2248 Rings and Algebras
+1110.2252 Phenomenology
+1110.2253 History and Philosophy of Physics
+1110.2258 Software Engineering
+1110.2259 Experiment
+1110.2260 Trading and Market Microstructure
+1110.2263 Symbolic Computation
+1110.2265 Experiment
+1110.2266 Experiment
+1110.2267 Networking and Internet Architecture
+1110.2268 Experiment
+1110.2270 Networking and Internet Architecture
+1110.2275 Experiment
+1110.2276 Phenomenology
+1110.2277 Commutative Algebra
+1110.2278 Experiment
+1110.2280 Mesoscale and Nanoscale Physics
+1110.2281 Numerical Analysis
+1110.2282 General Physics
+1110.2284 Rings and Algebras
+1110.2286 Emerging Technologies
+1110.2288 Systems and Control
+1110.2289 Networking and Internet Architecture
+1110.2298
+1110.2300 Commutative Algebra
+1110.2302 Probability
+1110.2314 Analysis of PDEs
+1110.2316 Numerical Analysis
+1110.2317 Logic in Computer Science
+1110.2321 Phenomenology
+1110.2322 Differential Geometry
+1110.2323 Dynamical Systems
+1110.2324 Numerical Analysis
+1110.2325 Theory
+1110.2331 Optics
+1110.2337 Statistical Mechanics
+1110.2339 Atomic Physics
+1110.2344 Materials Science
+1110.2347 Rings and Algebras
+1110.2351 History and Overview
+1110.2352 Analysis of PDEs
+1110.2360 Fluid Dynamics
+1110.2361 Solar and Stellar Astrophysics
+1110.2369
+1110.2372 Classical Physics
+1110.2374 Experiment
+1110.2376 Numerical Analysis
+1110.2377 Number Theory
+1110.2385 Symplectic Geometry
+1110.2386
+1110.2387 General Physics
+1110.2396 Digital Libraries
+1110.2400 Digital Libraries
+1110.2405 Mesoscale and Nanoscale Physics
+1110.2406 Metric Geometry
+1110.2407 Logic
+1110.2416 Learning
+1110.2421 Experiment
+1110.2423 Chemical Physics
+1110.2425 Probability
+1110.2432 Solar and Stellar Astrophysics
+1110.2434 Phenomenology
+1110.2435 Computation
+1110.2436 Information Theory
+1110.2437 Classical Analysis and ODEs
+1110.2438 K-Theory and Homology
+1110.2443 Disordered Systems and Neural Networks
+1110.2444 Combinatorics
+1110.2445 History and Philosophy of Physics
+1110.2447 Differential Geometry
+1110.2449 Functional Analysis
+1110.2454 Probability
+1110.2457 Logic
+1110.2467 Cosmology and Nongalactic Astrophysics
+1110.2469 Analysis of PDEs
+1110.2471 Probability
+1110.2477 Distributed, Parallel, and Cluster Computing
+cond-mat/0610685 Mesoscale and Nanoscale Physics
+cs/0606100 Learning
+math/0510621 Combinatorics
+math/0512518 Combinatorics
+math/0601172 Combinatorics
+math/0601623 Combinatorics
+math/0605084 Combinatorics
+math/0609123 Combinatorics
+physics/0701103 Atmospheric and Oceanic Physics
+quant-ph/0603026
+0706.0433 Numerical Analysis
+0707.4251 Differential Geometry
+0709.0015
+0801.3940 Biomolecules
+0802.2557
+0804.1720 Quantitative Methods
+0806.2022
+0808.1886 Theory
+0810.4889
+0811.2269 Strongly Correlated Electrons
+0811.3130 General Finance
+0811.4533 Materials Science
+0906.5100 Mesoscale and Nanoscale Physics
+0907.1820 Algebraic Geometry
+0907.2176 Algebraic Geometry
+0907.3815 Combinatorics
+0908.1939 Probability
+0908.4587 Probability
+0911.2815
+1002.1552 Classical Analysis and ODEs
+1004.0350 Mesoscale and Nanoscale Physics
+1004.2528 Strongly Correlated Electrons
+1004.3945 Quantum Gases
+1005.1200 Human-Computer Interaction
+1005.2093 Soft Condensed Matter
+1005.2610 Quantum Gases
+1005.3655 Cosmology and Nongalactic Astrophysics
+1006.0359 Cosmology and Nongalactic Astrophysics
+1006.2669 Algebraic Topology
+1006.2920 Statistical Mechanics
+1006.4640 Superconductivity
+1006.4703 Information Theory
+1007.2056 Mesoscale and Nanoscale Physics
+1007.4833 Phenomenology
+1007.5050 Group Theory
+1008.0401 Computational Finance
+1009.0427 Mesoscale and Nanoscale Physics
+1009.1844
+1009.2078 Superconductivity
+1009.3212 Statistical Mechanics
+1009.3830
+1009.4381 Instrumentation and Methods for Astrophysics
+1009.5652 Atomic Physics
+1009.5764 Information Theory
+1010.1325 Cosmology and Nongalactic Astrophysics
+1010.1411 Statistical Mechanics
+1010.1929 Theory
+1010.3309 Phenomenology
+1010.3946 Phenomenology
+1010.4853 Materials Science
+1010.4855 Information Theory
+1011.0246
+1011.2532 Quantum Gases
+1011.2931 Soft Condensed Matter
+1011.3750
+1011.6584 Functional Analysis
+1012.0232 Computational Complexity
+1012.2175 Representation Theory
+1012.2886 Cosmology and Nongalactic Astrophysics
+1012.3549 Cosmology and Nongalactic Astrophysics
+1012.3816 Medical Physics
+1012.5954 Representation Theory
+1101.2992 Functional Analysis
+1101.3297 Computational Geometry
+1102.2527 Differential Geometry
+1102.3033
+1102.3082 Information Theory
+1102.3107 Statistics Theory
+1102.3108 Statistics Theory
+1102.3137 Strongly Correlated Electrons
+1102.3174 Formal Languages and Automata Theory
+1102.3191 Algebraic Geometry
+1102.3196 Optics
+1102.3199 Geometric Topology
+1102.3201 Numerical Analysis
+1102.3204 Information Theory
+1102.3205 Classical Analysis and ODEs
+1102.3207 Geometric Topology
+1102.3214 Information Theory
+1102.3216 Information Theory
+1102.3217 Chemical Physics
+1102.3219 Networking and Internet Architecture
+1102.3221 Group Theory
+1102.3223 High Energy Astrophysical Phenomena
+1102.3224 Complex Variables
+1102.3225 Information Theory
+1102.3228
+1102.3230 Solar and Stellar Astrophysics
+1102.3241 Information Theory
+1102.3242 Information Theory
+1102.3243 Information Theory
+1102.3247 Number Theory
+1102.3252 Logic
+1102.3253 General Topology
+1102.3255 Materials Science
+1102.3266
+1102.3268 Functional Analysis
+1102.3269
+1102.3283 Quantum Gases
+1102.3287 Statistical Mechanics
+1102.3289 Information Theory
+1102.3290 Algebraic Geometry
+1102.3294 Information Theory
+1102.3297 Theory
+1102.3303 Operator Algebras
+1102.3304
+1102.3306 Information Retrieval
+1102.3315 Earth and Planetary Astrophysics
+1102.3324 Mesoscale and Nanoscale Physics
+1102.3325 Human-Computer Interaction
+1102.3328 Graphics
+1102.3335 Differential Geometry
+1102.3337 Soft Condensed Matter
+1102.3338 Adaptation and Self-Organizing Systems
+1102.3340 Social and Information Networks
+1102.3345 High Energy Astrophysical Phenomena
+1102.3358
+1102.3359 Combinatorics
+1102.3366
+1102.3369 Cell Behavior
+1102.3371 Solar and Stellar Astrophysics
+1102.3372 Earth and Planetary Astrophysics
+1102.3381 History and Philosophy of Physics
+1102.3383 Complex Variables
+1102.3386 Theory
+1102.3389 Computational Geometry
+1102.3390 Information Theory
+1102.3392 Information Theory
+1102.3393 Data Structures and Algorithms
+1102.3396 Robotics
+1102.3417 Pattern Formation and Solitons
+1102.3418 Fluid Dynamics
+1102.3419 Pattern Formation and Solitons
+1102.3420 Programming Languages
+1102.3427 Experiment
+cond-mat/0505478 Statistical Mechanics
+cond-mat/0701735 Strongly Correlated Electrons
+math-ph/0509023
+0802.0031 Operator Algebras
+0802.1462 Other Condensed Matter
+0803.1448 Plasma Physics
+0807.2586 Mesoscale and Nanoscale Physics
+0807.3157 Number Theory
+0808.1795 Geometric Topology
+0809.0815 Optimization and Control
+0901.0161
+0904.3573 Symplectic Geometry
+0907.2282 Classical Physics
+0909.0565 Quantum Gases
+0911.2788 Pattern Formation and Solitons
+1001.1586 Materials Science
+1001.3116
+1003.0376 Theory
+1004.2105 Mesoscale and Nanoscale Physics
+1004.3432
+1004.4263 Representation Theory
+1005.1662 Algebraic Topology
+1005.5689 Mesoscale and Nanoscale Physics
+1006.1998 Computational Geometry
+1007.1187 Plasma Physics
+1007.2755
+1007.4648 Probability
+1008.1124
+1008.1870 Lattice
+1008.2248 Analysis of PDEs
+1008.2800 Theory
+1008.2899 Statistical Mechanics
+1008.4774 Strongly Correlated Electrons
+1008.5103 Mesoscale and Nanoscale Physics
+1008.5167
+1009.0121 Algebraic Geometry
+1009.1671 Quantum Gases
+1009.2982 Group Theory
+1010.0973 Classical Analysis and ODEs
+1010.2205 Quantum Gases
+1010.3549 Soft Condensed Matter
+1011.3618 Cosmology and Nongalactic Astrophysics
+1012.2252 Optics
+1012.4519 Information Theory
+1012.5268 Classical Analysis and ODEs
+1101.0970 Information Theory
+1101.1261 Strongly Correlated Electrons
+1101.2293 Statistical Mechanics
+1101.2778 Mesoscale and Nanoscale Physics
+1101.2788 Optics
+1101.2944
+1101.3417 Logic in Computer Science
+1101.4126 Phenomenology
+1101.4562 Atomic and Molecular Clusters
+1101.5813 Theory
+1102.1570 Differential Geometry
+1102.1881 Optics
+1102.4285
+1102.5663 Statistical Mechanics
+1103.1004 Quantum Gases
+1103.1245
+1103.5888 Strongly Correlated Electrons
+1104.0924 Emerging Technologies
+1104.1046 Atomic Physics
+1104.3757 Materials Science
+1104.5203
+1105.1415 Analysis of PDEs
+1105.1741 Theory
+1105.3429 Strongly Correlated Electrons
+1105.3779 Metric Geometry
+1105.3794 Instrumentation and Methods for Astrophysics
+1105.3806 Representation Theory
+1105.4118 Statistical Mechanics
+1105.5550 Optimization and Control
+1105.5815 Cosmology and Nongalactic Astrophysics
+1105.5816 Quantitative Methods
+1105.5820 Statistics Theory
+1105.5900 Neural and Evolutionary Computing
+1105.5930 Analysis of PDEs
+1105.5981 Information Theory
+1105.6023 Statistical Mechanics
+1105.6066 Group Theory
+1105.6090 Strongly Correlated Electrons
+1105.6094 Earth and Planetary Astrophysics
+1105.6102 Mesoscale and Nanoscale Physics
+1105.6104 Mesoscale and Nanoscale Physics
+1105.6105 Functional Analysis
+1105.6109 Complex Variables
+1105.6117 Statistical Mechanics
+1105.6118 Databases
+1105.6119 Differential Geometry
+1105.6121 Fluid Dynamics
+1105.6124 Artificial Intelligence
+1105.6125 Strongly Correlated Electrons
+1105.6126 Solar and Stellar Astrophysics
+1105.6128 Software Engineering
+1105.6129 Probability
+1105.6133 Dynamical Systems
+1105.6135 Experiment
+1105.6138 Numerical Analysis
+1105.6143 Algebraic Geometry
+1105.6149
+1105.6150 Information Theory
+1105.6151 Data Structures and Algorithms
+1105.6155 Number Theory
+1105.6159 Differential Geometry
+1105.6160 Networking and Internet Architecture
+1105.6166 Instrumentation and Methods for Astrophysics
+1105.6167 Combinatorics
+1105.6170 Information Theory
+1105.6175 Exactly Solvable and Integrable Systems
+1105.6177 Functional Analysis
+1105.6178 Atomic and Molecular Clusters
+1105.6181 Classical Analysis and ODEs
+1105.6183 Exactly Solvable and Integrable Systems
+1105.6187 Probability
+1105.6194
+1105.6200
+1105.6205 Neural and Evolutionary Computing
+1105.6207 Experiment
+1105.6208 Cosmology and Nongalactic Astrophysics
+1105.6210 Logic in Computer Science
+1105.6213 Information Retrieval
+1105.6224 Information Theory
+1105.6237 Networking and Internet Architecture
+1105.6241 Experiment
+1105.6243 Number Theory
+1105.6251 Soft Condensed Matter
+1105.6252 Soft Condensed Matter
+1105.6254 Soft Condensed Matter
+1105.6260 Plasma Physics
+1105.6265 General Finance
+1105.6272 General Finance
+1105.6279 General Mathematics
+1105.6282 Other Quantitative Biology
+1105.6286 Phenomenology
+1105.6288 Information Theory
+1105.6292 Mesoscale and Nanoscale Physics
+1105.6296
+1105.6300 Theory
+1105.6301 Dynamical Systems
+1105.6302 Experiment
+1105.6304 Phenomenology
+1105.6305 Computational Geometry
+1105.6307 Social and Information Networks
+1105.6309 Mesoscale and Nanoscale Physics
+1105.6314 Artificial Intelligence
+1105.6316 Strongly Correlated Electrons
+1105.6319 Classical Analysis and ODEs
+1105.6320 Cryptography and Security
+1105.6325 Representation Theory
+1105.6326 Information Theory
+1105.6328
+1105.6331 Number Theory
+1105.6333 Cosmology and Nongalactic Astrophysics
+1105.6349 Physics Education
+1105.6351 Statistics Theory
+1105.6352 Pattern Formation and Solitons
+1105.6356
+1105.6357 Computers and Society
+1105.6358 Computers and Society
+1105.6361 Other Computer Science
+1105.6363 Algebraic Topology
+1105.6370 Mesoscale and Nanoscale Physics
+1105.6374 Information Theory
+cond-mat/0608253 Superconductivity
+math/0507180 Statistics Theory
+math/0511541 Geometric Topology
+math/0606060 Operator Algebras
+0708.2783
+0711.4393 Combinatorics
+0804.2740
+0807.4443 Statistical Mechanics
+0903.3270 Commutative Algebra
+0904.1138 Materials Science
+0904.3878 Strongly Correlated Electrons
+0905.1049 Rings and Algebras
+0905.1082 Rings and Algebras
+0905.2385 Rings and Algebras
+0905.3450 Adaptation and Self-Organizing Systems
+0905.3700 Probability
+0906.0751
+0906.4448 Astrophysics of Galaxies
+0907.4512 Other Condensed Matter
+0909.5211 Strongly Correlated Electrons
+0910.3607 Algebraic Geometry
+0910.3761 Phenomenology
+0911.1709 Rings and Algebras
+0911.4725 Classical Analysis and ODEs
+0912.1076 Phenomenology
+0912.1222
+0912.3825
+1001.0535 Functional Analysis
+1001.5304 Representation Theory
+1002.5013 Statistical Mechanics
+1003.0502 Operator Algebras
+1003.3177 Differential Geometry
+1003.5172 Differential Geometry
+1004.2142 Differential Geometry
+1004.4620
+1005.2580 Populations and Evolution
+1006.5697 Differential Geometry
+1007.5328 Physics and Society
+1008.2573 Commutative Algebra
+1008.5008
+1009.0810 Combinatorics
+1009.5470
+1009.5723 Analysis of PDEs
+1010.1039 Other Condensed Matter
+1010.1349 Cosmology and Nongalactic Astrophysics
+1010.2005 Algebraic Geometry
+1010.2887 Theory
+1010.3390 Methodology
+1010.3854 Biological Physics
+1010.3911
+1010.4591 Earth and Planetary Astrophysics
+1010.5450 Strongly Correlated Electrons
+1010.5638
+1011.0018 Materials Science
+1011.1263 Data Structures and Algorithms
+1011.4048 Mesoscale and Nanoscale Physics
+1011.4138
+1011.5929 Adaptation and Self-Organizing Systems
+1011.6204 Operator Algebras
+1012.4288 Materials Science
+1012.4697 Cosmology and Nongalactic Astrophysics
+1012.5931
+1101.1157 Strongly Correlated Electrons
+1101.1395 Theory
+1101.3434 Superconductivity
+1101.4292 Combinatorics
+1101.4293 Complex Variables
+1101.4907 Commutative Algebra
+1102.1657 Mesoscale and Nanoscale Physics
+1102.1801 Exactly Solvable and Integrable Systems
+1102.1938 Instrumentation and Methods for Astrophysics
+1102.2044 Phenomenology
+1102.4049 Superconductivity
+1102.4115 Materials Science
+1102.4289 Materials Science
+1102.5101 Commutative Algebra
+1102.5103 Strongly Correlated Electrons
+1103.1792 Strongly Correlated Electrons
+1103.4753
+1104.0364 Superconductivity
+1104.1821 Mesoscale and Nanoscale Physics
+1104.2735 Phenomenology
+1104.3279 Analysis of PDEs
+1104.4005
+1104.4077 Fluid Dynamics
+1104.4111 General Mathematics
+1104.4283 Analysis of PDEs
+1104.4369 Logic
+1104.4502 Dynamical Systems
+1104.4503 Cryptography and Security
+1104.4520 Mesoscale and Nanoscale Physics
+1104.4524 Quantitative Methods
+1104.4539 Functional Analysis
+1104.4544 Cryptography and Security
+1104.4547 Instrumentation and Detectors
+1104.4550 General Topology
+1104.4557 Number Theory
+1104.4559 Classical Analysis and ODEs
+1104.4562 Differential Geometry
+1104.4564 Phenomenology
+1104.4566
+1104.4568 Populations and Evolution
+1104.4569 Combinatorics
+1104.4579
+1104.4582
+1104.4583 Number Theory
+1104.4586 Human-Computer Interaction
+1104.4587 Functional Analysis
+1104.4592 Differential Geometry
+1104.4593 Combinatorics
+1104.4597 Data Structures and Algorithms
+1104.4598 Number Theory
+1104.4602 Mesoscale and Nanoscale Physics
+1104.4604 Classical Analysis and ODEs
+1104.4605 Machine Learning
+1104.4606 Logic
+1104.4609 Cosmology and Nongalactic Astrophysics
+1104.4620 Complex Variables
+1104.4625 Statistical Mechanics
+1104.4629 Complex Variables
+1104.4637 General Physics
+1104.4641 Number Theory
+1104.4643
+1104.4646 Information Theory
+1104.4651 Functional Analysis
+1104.4653 Geometric Topology
+1104.4660 Functional Analysis
+1104.4661
+1104.4663 Phenomenology
+1104.4668 Computational Engineering, Finance, and Science
+1104.4673
+1104.4675 Quantum Algebra
+1104.4680 Data Structures and Algorithms
+1104.4681 Computation and Language
+1104.4687 Combinatorics
+1104.4690 Networking and Internet Architecture
+1104.4692 Combinatorics
+1104.4698 Operator Algebras
+1104.4703 Combinatorics
+1104.4709 Theory
+1104.4711 Optimization and Control
+1104.4717 Exactly Solvable and Integrable Systems
+1104.4723 Computer Vision and Pattern Recognition
+1104.4724 Functional Analysis
+1104.4733 Probability
+1104.4737
+1104.4742 Probability
+1104.4744 Superconductivity
+1104.4748 Geophysics
+1104.4752 Rings and Algebras
+1104.4755 Rings and Algebras
+1104.4758
+1104.4771
+1104.4772 Classical Analysis and ODEs
+1104.4780 Phenomenology
+astro-ph/9807162
+cond-mat/0108358 Statistical Mechanics
+cond-mat/0509747 Strongly Correlated Electrons
+cond-mat/0606159 Strongly Correlated Electrons
+hep-th/0306244 Theory
+math/0012233 K-Theory and Homology
+math/0012234 K-Theory and Homology
+math/0207096 Symplectic Geometry
+math/0603439 Number Theory
+math/0608492 Classical Analysis and ODEs
+math/0609043 Symplectic Geometry
+math/0612565 Symplectic Geometry
+nlin/0406003 Exactly Solvable and Integrable Systems
+nucl-th/0410076
+quant-ph/0311188
+0704.2989 Differential Geometry
+0704.3627 Algebraic Geometry
+0706.1632 Probability
+0709.3648 Number Theory
+0710.3095 Probability
+0803.4063 Physics and Society
+0807.1053
+0809.4229
+0809.4236 Algebraic Geometry
+0810.0482 Statistical Mechanics
+0810.3540
+0902.0183 Theory
+0902.0694 Probability
+0902.3885 Theory
+0902.4312 Probability
+0903.3734
+0905.1664 Theory
+0905.3780 Cosmology and Nongalactic Astrophysics
+0906.3090 Methodology
+0907.2767 Number Theory
+0908.0452 Probability
+0908.0593
+0908.1777 Commutative Algebra
+0909.4467 Data Analysis, Statistics and Probability
+0910.0874 Chaotic Dynamics
+0911.1255 Strongly Correlated Electrons
+0911.1697 Applications
+0911.3337 Superconductivity
+0911.3944 Machine Learning
+0911.4436 Phenomenology
+0912.0556 Theory
+0912.3598
+0912.5517 Theory
+1001.0253 Discrete Mathematics
+1001.3914 Mesoscale and Nanoscale Physics
+1001.3951
+1001.4283 Representation Theory
+1001.4401 Statistical Finance
+1002.3886 Operator Algebras
+1004.5545 Physics and Society
+1006.3094
+1006.3804 Phenomenology
+1007.1148 Strongly Correlated Electrons
+1007.5316 Theory
+1008.2038
+1008.2920
+1008.3430 Phenomenology
+1008.3886 Phenomenology
+1008.4435 Phenomenology
+1009.0232 Phenomenology
+1009.1200 Materials Science
+1010.1574 Superconductivity
+1010.3585
+1011.0185
+1011.1251 Solar and Stellar Astrophysics
+1011.1496 Solar and Stellar Astrophysics
+1011.1825 Number Theory
+1011.2350 Theory
+1011.3771 Superconductivity
+1012.1066 Representation Theory
+1012.3363
+1012.4627 Phenomenology
+1012.5129 Earth and Planetary Astrophysics
+1012.5699
+1101.0468 Mesoscale and Nanoscale Physics
+1101.0791 Materials Science
+1101.1226 Differential Geometry
+1102.1977 Cosmology and Nongalactic Astrophysics
+1102.2832 Physics and Society
+1102.3375 Phenomenology
+1102.4505 Statistical Mechanics
+1102.4767 Superconductivity
+1102.5264 Data Analysis, Statistics and Probability
+1102.5269
+1103.0129 Strongly Correlated Electrons
+1103.1045 Mesoscale and Nanoscale Physics
+1103.1903 Mesoscale and Nanoscale Physics
+1103.1951 Logic
+1103.2504 Phenomenology
+1103.4057
+1104.0164 Theory
+1104.2295 Phenomenology
+1104.3285
+1104.3725 Phenomenology
+1104.4387 Theory
+1104.5308 Instrumentation and Methods for Astrophysics
+1104.5397 Theory
+1105.1150 Earth and Planetary Astrophysics
+1105.1591 High Energy Astrophysical Phenomena
+1105.2333
+1105.5194 Theory
+1105.5703 Optics
+1105.5879 Phenomenology
+1106.0102
+1106.0829 Mesoscale and Nanoscale Physics
+1106.1182 Phenomenology
+1106.1897 Theory
+1106.1902 Theory
+1106.2133 General Physics
+1106.2610 Physics and Society
+1106.2688 Phenomenology
+1106.3387 Mesoscale and Nanoscale Physics
+1106.3455 Physics Education
+1106.3824
+1106.4670 Mesoscale and Nanoscale Physics
+1107.0911 Astrophysics of Galaxies
+1107.1122 Superconductivity
+1107.1225 Atomic Physics
+1107.2216 Theory
+1107.3413 Theory
+1107.4662 Statistical Mechanics
+1108.0188 General Finance
+1108.1112 General Physics
+1108.2250 History and Philosophy of Physics
+1108.2623 Trading and Market Microstructure
+1108.4083 Neural and Evolutionary Computing
+1108.4250 Networking and Internet Architecture
+1108.4303 Experiment
+1108.4333
+1108.4441
+1108.4592 General Physics
+1108.4620 Complex Variables
+1108.4635 Earth and Planetary Astrophysics
+1108.4636 Earth and Planetary Astrophysics
+1108.4645 Earth and Planetary Astrophysics
+1108.4691 Solar and Stellar Astrophysics
+1108.4701 Data Analysis, Statistics and Probability
+1108.4702 Combinatorics
+1108.4706 Programming Languages
+1108.4713
+1108.4715 Quantitative Methods
+1108.4720 Numerical Analysis
+1108.4722 Number Theory
+1108.4723 Information Theory
+1108.4724 Materials Science
+1108.4725 Number Theory
+1108.4726 Number Theory
+1108.4731
+1108.4744 Computer Science and Game Theory
+1108.4747 Instrumentation and Methods for Astrophysics
+1108.4750 Representation Theory
+1108.4752 Cosmology and Nongalactic Astrophysics
+1108.4758
+1108.4762 Number Theory
+1108.4765
+1108.4767 Earth and Planetary Astrophysics
+1108.4769 Materials Science
+1108.4770 Software Engineering
+1108.4776 Phenomenology
+1108.4779 Materials Science
+1108.4784 Instrumentation and Methods for Astrophysics
+1108.4789 Materials Science
+1108.4792 Dynamical Systems
+1108.4795 Cell Behavior
+1108.4801 Social and Information Networks
+1108.4803 Data Structures and Algorithms
+1108.4805 Optimization and Control
+1108.4808 Dynamical Systems
+1108.4816 Programming Languages
+1108.4826 Plasma Physics
+1108.4829 Operator Algebras
+1108.4831 Mesoscale and Nanoscale Physics
+1108.4832 Group Theory
+1108.4837
+1108.4839 Materials Science
+1108.4840 Number Theory
+1108.4841 Quantitative Methods
+1108.4843 Other Computer Science
+1108.4844 High Energy Astrophysical Phenomena
+1108.4848 Methodology
+1108.4852 Phenomenology
+1108.4855 Physics and Society
+1108.4856 Functional Analysis
+1108.4857 Mesoscale and Nanoscale Physics
+1108.4862
+1108.4866 Materials Science
+1108.4868 Algebraic Topology
+1108.4869 Geometric Topology
+1108.4874 Experiment
+1108.4876 Biomolecules
+1108.4879 Machine Learning
+1108.4882 Other Computer Science
+1108.4883 General Physics
+1108.4884 Other Computer Science
+1108.4891 Artificial Intelligence
+1108.4893 Space Physics
+1108.4896 Probability
+1108.4901 Populations and Evolution
+1108.4905 Cosmology and Nongalactic Astrophysics
+1108.4912 Methodology
+1108.4913 Group Theory
+1108.4916 Exactly Solvable and Integrable Systems
+1108.4917 Solar and Stellar Astrophysics
+astro-ph/0204338
+astro-ph/0612599
+cond-mat/9701161 Statistical Mechanics
+cond-mat/9704017 Statistical Mechanics
+cond-mat/9704018 Statistical Mechanics
+math-ph/0212029
+math-ph/0505001
+math/0101174 Probability
+math/0110127 Probability
+math/0111274 Probability
+math/0304348 Probability
+math/0307043 Probability
+math/0310217 Probability
+math/0503222 Probability
+math/9807134 Probability
+math/9807135 Probability
+math/9909057 Probability
+math/9911106 Probability
+quant-ph/0411206
+1008.4000 Learning
+1109.6628 Applications
+0705.2561
+0711.1309
+0712.3447 Phenomenology
+0802.2381
+0804.3325
+0805.0252 Experiment
+0806.0198 Algebraic Geometry
+0806.4191 Theory
+0807.0491 Algebraic Geometry
+0809.2421 Artificial Intelligence
+0810.4273 Theory
+0811.3136 General Physics
+0812.4978 General Finance
+0902.0447 Quantum Algebra
+0902.0918 General Physics
+0902.2329 Combinatorics
+0902.2583 Solar and Stellar Astrophysics
+0902.3732 Earth and Planetary Astrophysics
+0902.4018 Earth and Planetary Astrophysics
+0903.1633 Probability
+0904.1339 Algebraic Geometry
+0904.2453 Phenomenology
+0905.1968 Theory
+0905.3477 Phenomenology
+0905.4309 Solar and Stellar Astrophysics
+0905.4849 Statistical Mechanics
+0906.4977 Cosmology and Nongalactic Astrophysics
+0908.0059 Theory
+0908.0218 Theory
+0908.2874
+0908.3801 Combinatorics
+0908.4550 Other Condensed Matter
+0909.2228 Instrumentation and Methods for Astrophysics
+0909.2427
+0909.2606 Probability
+0909.5462
+0910.0693 Statistical Mechanics
+0910.3426 Theory
+0911.1737 Combinatorics
+0911.1907 Cosmology and Nongalactic Astrophysics
+0911.2297
+0911.3892 Phenomenology
+0911.5695 Theory
+0912.1849 Phenomenology
+0912.2147 Phenomenology
+0912.4590 Differential Geometry
+0912.4796 Strongly Correlated Electrons
+1001.0127
+1001.0757 Theory
+1001.0785 Theory
+1001.3360 Phenomenology
+1001.4053
+1002.2923 Soft Condensed Matter
+1003.0462 Number Theory
+1003.0711 Geometric Topology
+1003.1393 Probability
+1004.0450 General Physics
+1004.1635
+1004.4142 Theory
+1005.0500
+1005.1561
+1005.1620
+1005.3305 Phenomenology
+1005.3353 Lattice
+1005.3541 Quantum Gases
+1005.3653 Theory
+1005.4921 Theory
+1005.5104 Theory
+1005.5256 Phenomenology
+1005.5357 Phenomenology
+1005.5667 Phenomenology
+1006.0679 Phenomenology
+1006.2099 Phenomenology
+1006.2109 Phenomenology
+1006.2231 Phenomenology
+1006.3497 Theory
+1006.3657 Phenomenology
+1006.3952 Phenomenology
+1006.3966 Phenomenology
+1006.4822 Theory
+1006.5594 Phenomenology
+1006.5714 Theory
+1007.1739 Quantum Algebra
+1007.1849 Superconductivity
+1007.2502 Phenomenology
+1007.2654 Theory
+1007.2936 Strongly Correlated Electrons
+1007.3776
+1007.3800
+1007.4612
+1007.4886 Representation Theory
+1007.5012 Theory
+1007.5023 Phenomenology
+1008.0983 Theory
+1008.1581 Theory
+1008.2196
+1008.2460 Phenomenology
+1008.2623 Chaotic Dynamics
+1008.2962 Theory
+1008.2996 Information Theory
+1008.3134
+1008.3180 Theory
+1008.3237 Operator Algebras
+1008.4529 Statistical Mechanics
+1008.4591
+1008.4834 Mesoscale and Nanoscale Physics
+1009.0215
+1009.1124 Representation Theory
+1009.2525 Theory
+1009.3032 Theory
+1009.3226 Theory
+1009.4187 Dynamical Systems
+1009.4369 Theory
+1009.5294 Strongly Correlated Electrons
+1010.0134 Phenomenology
+1010.0257 Theory
+1010.1485
+1010.1702 Theory
+1010.1766 Statistical Mechanics
+1010.2054
+1010.2116 Phenomenology
+1010.2514
+1010.3630
+1010.3700 Theory
+1010.3968 Phenomenology
+1010.4648 Theory
+1010.5804
+1010.6106 Theory
+1011.0029
+1011.0114 Phenomenology
+1011.0167
+1011.0741 Materials Science
+1011.1302 Lattice
+1011.1322 Lattice
+1011.1323 Lattice
+1011.1353 Lattice
+1011.1358 Lattice
+1011.1359 Lattice
+1011.1371 Phenomenology
+1011.1388 Lattice
+1011.1392 Phenomenology
+1011.1404 Phenomenology
+1011.1411 Phenomenology
+1011.1435 Phenomenology
+1011.1448 Phenomenology
+1011.3522 Phenomenology
+1011.3623 Superconductivity
+1011.4374 Cosmology and Nongalactic Astrophysics
+1011.4683 Materials Science
+1011.4778 Data Analysis, Statistics and Probability
+1012.2137 High Energy Astrophysical Phenomena
+1012.2515 Theory
+1012.2896 Quantum Gases
+1012.3556
+1012.5236 Superconductivity
+1012.5643 Theory
+1012.6042 Phenomenology
+1101.0051 Superconductivity
+1101.0117 Phenomenology
+1101.0152 Theory
+1101.1389 Theory
+1101.2374 Methodology
+1101.2454 Mesoscale and Nanoscale Physics
+1101.2727
+1101.2749 Phenomenology
+1101.2820
+1101.2868
+1101.2885
+1101.3388
+1101.3560 Theory
+1101.3691
+1101.3747 Instrumentation and Detectors
+1101.4089
+1101.4146 Chemical Physics
+1101.4560 Solar and Stellar Astrophysics
+1101.4611 Phenomenology
+1101.4926 Experiment
+1101.5117 Superconductivity
+1101.5226
+1101.5523 Experiment
+1101.5695 Phenomenology
+1102.0093 Theory
+1102.1134 Phenomenology
+1102.1877 Phenomenology
+1102.2145 Statistical Mechanics
+1102.2174 Logic in Computer Science
+1102.2253
+1102.2699
+1102.3081 Phenomenology
+1102.3083 Optics
+1102.3388 Phenomenology
+1102.3656
+1102.3820 Theory
+1102.4214 Phenomenology
+1102.4858
+1102.5032 Optics
+1102.5657 Atomic Physics
+1103.0357 Cosmology and Nongalactic Astrophysics
+1103.1695
+1103.2571 Phenomenology
+1103.2782 Experiment
+1103.3922 Theory
+1103.4025 Representation Theory
+1103.4842 General Physics
+1103.5180 Differential Geometry
+1103.5250 Analysis of PDEs
+1103.5505 Differential Geometry
+1103.5916 Logic in Computer Science
+1104.1233 Cosmology and Nongalactic Astrophysics
+1104.2773 Information Theory
+1104.3311
+1104.3447 Probability
+1104.3478 K-Theory and Homology
+1104.3581 Cosmology and Nongalactic Astrophysics
+1104.3582 Chemical Physics
+1104.3589 Analysis of PDEs
+1104.3600 Group Theory
+1104.3602 Information Theory
+1104.3604 Functional Analysis
+1104.3605 Classical Analysis and ODEs
+1104.3609 Formal Languages and Automata Theory
+1104.3623 General Physics
+1104.3626 Dynamical Systems
+1104.3628
+1104.3634
+1104.3648 Algebraic Geometry
+1104.3649 Analysis of PDEs
+1104.3650
+1104.3651 Optics
+1104.3652 Mesoscale and Nanoscale Physics
+1104.3655
+1104.3657 Differential Geometry
+1104.3667 Methodology
+1104.3671
+1104.3677 Data Structures and Algorithms
+1104.3679 Probability
+1104.3681 Robotics
+1104.3684
+1104.3690 Astrophysics of Galaxies
+1104.3694 Networking and Internet Architecture
+1104.3696 Analysis of PDEs
+1104.3698 Group Theory
+1104.3701 Analysis of PDEs
+1104.3710 High Energy Astrophysical Phenomena
+1104.3724 Number Theory
+1104.3730 Lattice
+1104.3731 Probability
+1104.3741
+1104.3742 Computer Vision and Pattern Recognition
+1104.3748 Algebraic Geometry
+1104.3759 Probability
+1104.3760 Computational Complexity
+1104.3762 Dynamical Systems
+1104.3769 Numerical Analysis
+1104.3772 Rings and Algebras
+1104.3774 Rings and Algebras
+1104.3779 Plasma Physics
+1104.3780 Chemical Physics
+1104.3782 Plasma Physics
+1104.3784 Accelerator Physics
+1104.3793 Quantum Algebra
+1104.3805 Populations and Evolution
+1104.3806 Data Structures and Algorithms
+1104.3807 Accelerator Physics
+1104.3808 Discrete Mathematics
+1104.3810 Data Structures and Algorithms
+1104.3813 General Physics
+1104.3817 Solar and Stellar Astrophysics
+1104.3824 Rings and Algebras
+1104.3826 General Mathematics
+1104.3831 History and Overview
+1104.3841 Operator Algebras
+1104.3845 Cosmology and Nongalactic Astrophysics
+1104.3848
+1104.3849 Differential Geometry
+1104.3853
+astro-ph/0207226
+astro-ph/0210042
+astro-ph/0409302
+astro-ph/0509021
+astro-ph/9501008
+astro-ph/9811364
+astro-ph/9906426
+astro-ph/9909143
+cond-mat/0405648 Disordered Systems and Neural Networks
+cond-mat/9207025
+cond-mat/9706149
+cond-mat/9706172
+cond-mat/9708074
+cs/0502089 Distributed, Parallel, and Cluster Computing
+gr-qc/0211062
+gr-qc/9303018
+gr-qc/9307030
+gr-qc/9309008
+gr-qc/9403064
+gr-qc/9406004
+gr-qc/9506053
+gr-qc/9607008
+gr-qc/9607040
+gr-qc/9706044
+gr-qc/9710081
+gr-qc/9811004
+gr-qc/9905029
+gr-qc/9910005
+gr-qc/9910011
+hep-ex/9510011 Experiment
+hep-ex/9704019 Experiment
+hep-ex/9903009 Experiment
+hep-lat/0204013 Lattice
+hep-lat/0205030 Lattice
+hep-lat/9204017 Lattice
+hep-lat/9208002 Lattice
+hep-lat/9209021 Lattice
+hep-lat/9306023 Lattice
+hep-lat/9309004 Lattice
+hep-lat/9311006 Lattice
+hep-lat/9311045 Lattice
+hep-lat/9311069 Lattice
+hep-lat/9401026 Lattice
+hep-lat/9412091 Lattice
+hep-lat/9901014 Lattice
+hep-ph/0001197 Phenomenology
+hep-ph/0002266 Phenomenology
+hep-ph/0005012 Phenomenology
+hep-ph/0007323 Phenomenology
+hep-ph/0106227 Phenomenology
+hep-ph/0110287 Phenomenology
+hep-ph/0111275 Phenomenology
+hep-ph/0112014 Phenomenology
+hep-ph/0201243 Phenomenology
+hep-ph/0604190 Phenomenology
+hep-ph/9204231 Phenomenology
+hep-ph/9212254 Phenomenology
+hep-ph/9302205 Phenomenology
+hep-ph/9307210 Phenomenology
+hep-ph/9307364 Phenomenology
+hep-ph/9308300 Phenomenology
+hep-ph/9312327 Phenomenology
+hep-ph/9401252 Phenomenology
+hep-ph/9405329 Phenomenology
+hep-ph/9409314 Phenomenology
+hep-ph/9411279 Phenomenology
+hep-ph/9412285 Phenomenology
+hep-ph/9502408 Phenomenology
+hep-ph/9503239 Phenomenology
+hep-ph/9507370 Phenomenology
+hep-ph/9507389 Phenomenology
+hep-ph/9507435 Phenomenology
+hep-ph/9510349 Phenomenology
+hep-ph/9510413 Phenomenology
+hep-ph/9605252 Phenomenology
+hep-ph/9605367 Phenomenology
+hep-ph/9608350 Phenomenology
+hep-ph/9609308 Phenomenology
+hep-ph/9702371 Phenomenology
+hep-ph/9708375 Phenomenology
+hep-ph/9804256 Phenomenology
+hep-ph/9807242 Phenomenology
+hep-ph/9807335 Phenomenology
+hep-ph/9902383 Phenomenology
+hep-ph/9904507 Phenomenology
+hep-ph/9907456 Phenomenology
+hep-th/0002034 Theory
+hep-th/0002139 Theory
+hep-th/0002254 Theory
+hep-th/0108134 Theory
+hep-th/0111167 Theory
+hep-th/0112097 Theory
+hep-th/0202110 Theory
+hep-th/0206006 Theory
+hep-th/0306127 Theory
+hep-th/9108026 Theory
+hep-th/9110045 Theory
+hep-th/9112048 Theory
+hep-th/9112065 Theory
+hep-th/9203079 Theory
+hep-th/9205061 Theory
+hep-th/9207004 Theory
+hep-th/9207011 Theory
+hep-th/9208046 Theory
+hep-th/9209050 Theory
+hep-th/9209122 Theory
+hep-th/9211090 Theory
+hep-th/9212030 Theory
+hep-th/9301020 Theory
+hep-th/9307030 Theory
+hep-th/9309062 Theory
+hep-th/9310049 Theory
+hep-th/9311023 Theory
+hep-th/9312213 Theory
+hep-th/9403081 Theory
+hep-th/9404128 Theory
+hep-th/9408077 Theory
+hep-th/9408146 Theory
+hep-th/9408152 Theory
+hep-th/9408176 Theory
+hep-th/9409075 Theory
+hep-th/9411136 Theory
+hep-th/9503028 Theory
+hep-th/9503222 Theory
+hep-th/9506204 Theory
+hep-th/9609200 Theory
+hep-th/9704166 Theory
+hep-th/9707178 Theory
+hep-th/9808064 Theory
+hep-th/9904147 Theory
+hep-th/9906199 Theory
+hep-th/9910170 Theory
+math/0109152 Probability
+math/0511603 Differential Geometry
+math/0605383 Algebraic Geometry
+nucl-ex/0104018
+nucl-ex/0607012
+nucl-ex/9906001
+nucl-th/9406018
+nucl-th/9406033
+nucl-th/9508011
+nucl-th/9901072
+physics/0003024 General Physics
+physics/0603230 Accelerator Physics
+physics/9706024 Instrumentation and Detectors
+physics/9707015
+physics/9804010 Classical Physics
+physics/9901045 Accelerator Physics
+physics/9904044 Fluid Dynamics
+0705.0591 Complex Variables
+0708.2155 Complex Variables
+0711.2276
+0712.2641 Algebraic Geometry
+0807.1397
+0807.4292 Mesoscale and Nanoscale Physics
+0808.0131 Geometric Topology
+0809.0504 Populations and Evolution
+0810.4563
+0812.1948 Probability
+0812.2461 Symplectic Geometry
+0902.1784 Metric Geometry
+0903.1077 Statistical Mechanics
+0903.4570 Biological Physics
+0904.4388
+0907.0745 Classical Analysis and ODEs
+0909.0556 Optics
+0909.5274 Number Theory
+0909.5632 Functional Analysis
+1001.2107 Optics
+1001.4943 Fluid Dynamics
+1001.5142 Probability
+1002.2970
+1002.3416
+1003.3453 Strongly Correlated Electrons
+1004.1608
+1004.1837 Strongly Correlated Electrons
+1005.3314 Strongly Correlated Electrons
+1005.4413 Mesoscale and Nanoscale Physics
+1007.3562 Geometric Topology
+1007.5280 Mesoscale and Nanoscale Physics
+1008.1262 Mesoscale and Nanoscale Physics
+1008.3939 Algebraic Geometry
+1008.4151
+1009.5325
+1010.1551 Mesoscale and Nanoscale Physics
+1011.6053
+1012.2070
+1012.5100 Quantum Gases
+1012.5780 Statistical Mechanics
+1101.1895 Information Theory
+1101.3451
+1102.1557 Theory
+1102.5082 Functional Analysis
+1102.5182 Probability
+1102.5416
+1103.0826
+1103.0950 Mesoscale and Nanoscale Physics
+1103.1411 High Energy Astrophysical Phenomena
+1103.1930 Materials Science
+1103.3984 Number Theory
+1103.5311
+1103.5974 Cosmology and Nongalactic Astrophysics
+1104.0945
+1104.1888 Theory
+1104.2802 Functional Analysis
+1105.0622
+1105.1080
+1105.1295
+1105.1447 Phenomenology
+1105.1669
+1105.1711 Phenomenology
+1105.3083 Solar and Stellar Astrophysics
+1105.4141 Strongly Correlated Electrons
+1105.4804 Phenomenology
+1106.0715
+1106.2968 Phenomenology
+1106.3121
+1106.3157
+1106.3618
+1106.3797
+1106.4539
+1106.5864 Statistical Mechanics
+1106.6189
+1107.0271 Cosmology and Nongalactic Astrophysics
+1107.0324 Statistical Mechanics
+1107.0340 Phenomenology
+1107.0914 Phenomenology
+1107.1770
+1107.2233 Solar and Stellar Astrophysics
+1107.2661 General Topology
+1107.3092 Atomic Physics
+1107.3403 Analysis of PDEs
+1108.0620
+1108.2070 Networking and Internet Architecture
+1108.3647 Theory
+1108.4094 Software Engineering
+1108.5148 Cryptography and Security
+1108.6096 Number Theory
+1108.6144
+1108.6145 Spectral Theory
+1108.6211 Artificial Intelligence
+1108.6228 Probability
+1108.6290 Multimedia
+1109.0025 Number Theory
+1109.0033 Number Theory
+1109.0035 Systems and Control
+1109.0038 Networking and Internet Architecture
+1109.0041
+1109.0044 Probability
+1109.0051 Dynamical Systems
+1109.0055 Optics
+1109.0057 Plasma Physics
+1109.0060
+1109.0071 Mesoscale and Nanoscale Physics
+1109.0077 Systems and Control
+1109.0078 Statistics Theory
+1109.0082
+1109.0085 Neural and Evolutionary Computing
+1109.0090 Computer Vision and Pattern Recognition
+1109.0091 Theory
+1109.0097 Cryptography and Security
+1109.0098 Software Engineering
+1109.0099 Functional Analysis
+1109.0100 Functional Analysis
+1109.0101 Functional Analysis
+1109.0104 Statistical Mechanics
+1109.0106 Category Theory
+1109.0109 Numerical Analysis
+1109.0113 Artificial Intelligence
+1109.0114 Artificial Intelligence
+1109.0115 Logic in Computer Science
+1109.0121 Solar and Stellar Astrophysics
+1109.0126
+1109.0127 Phenomenology
+1109.0129 Computational Geometry
+1109.0132 Cryptography and Security
+1109.0138 Computer Vision and Pattern Recognition
+1109.0140
+1109.0141 Statistics Theory
+1109.0142 Classical Physics
+1109.0144 Solar and Stellar Astrophysics
+1109.0160 Optics
+1109.0163
+1109.0164 Computational Physics
+1109.0165 Disordered Systems and Neural Networks
+1109.0166 Information Retrieval
+1109.0168
+1109.0170
+1109.0172 Computational Physics
+1109.0183 Dynamical Systems
+1109.0187 Differential Geometry
+1109.0191 Combinatorics
+1109.0192 High Energy Astrophysical Phenomena
+1109.0196 Lattice
+1109.0202 Probability
+1109.0206
+1109.0207 Number Theory
+1109.0213 Other Computer Science
+1109.0214 Other Computer Science
+1109.0215
+1109.0216 Information Theory
+1109.0218 Algebraic Topology
+1109.0219 Experiment
+1109.0220 Molecular Networks
+1109.0231 Operator Algebras
+1109.0232 Number Theory
+1109.0234 Strongly Correlated Electrons
+1109.0239 Rings and Algebras
+1109.0246 Software Engineering
+1109.0247 Statistical Mechanics
+1109.0248
+1109.0251 Rings and Algebras
+1109.0257 Networking and Internet Architecture
+1109.0264 Information Theory
+1109.0267 Cosmology and Nongalactic Astrophysics
+1109.0268 Phenomenology
+1109.0274 Analysis of PDEs
+cond-mat/0701463 Statistical Mechanics
+cs/0603109 Information Theory
+hep-th/0412034 Theory
+math/0411211 Optimization and Control
+0711.1598
+0712.1851 Phenomenology
+0806.3293
+0806.4483 Instrumentation and Detectors
+0902.0680 Dynamical Systems
+0902.1994
+0904.3690 Materials Science
+0905.4284
+0906.2985 Analysis of PDEs
+0907.4775 Computational Complexity
+0910.1682 Instrumentation and Detectors
+0910.3356 Phenomenology
+0911.0715 General Physics
+0911.2023 Information Theory
+0912.1132 Symplectic Geometry
+1002.1336 Strongly Correlated Electrons
+1002.4626 Cosmology and Nongalactic Astrophysics
+1002.4663 Cosmology and Nongalactic Astrophysics
+1003.3774 Theory
+1004.1721 Optics
+1004.4498 Materials Science
+1005.1322 Materials Science
+1005.1675 Cosmology and Nongalactic Astrophysics
+1005.2570 Differential Geometry
+1005.3394 Phenomenology
+1005.4779 Theory
+1005.5280 Commutative Algebra
+1005.5638 Optimization and Control
+1006.0487 High Energy Astrophysical Phenomena
+1006.3562 Phenomenology
+1006.4469 Cosmology and Nongalactic Astrophysics
+1007.2990
+1008.0206 Theory
+1008.1839 Theory
+1008.2077 Phenomenology
+1008.3619
+1008.4812 Probability
+1009.3663 Numerical Analysis
+1009.6175 Phenomenology
+1010.3834
+1010.4721 Combinatorics
+1011.0161 Experiment
+1011.0616 Experiment
+1011.0921 Phenomenology
+1011.2016 Materials Science
+1011.2395 Statistical Mechanics
+1011.2424 Statistics Theory
+1011.3026 Lattice
+1011.3423
+1011.4239 Cosmology and Nongalactic Astrophysics
+1011.4642 Quantum Gases
+1011.4950 Phenomenology
+1012.2419
+1012.2971 Quantum Gases
+1012.3046
+1012.3459 Mesoscale and Nanoscale Physics
+1012.4041 Superconductivity
+1012.4606 Algebraic Geometry
+1012.5502 Phenomenology
+1012.5900
+1101.0146
+1101.0911 Strongly Correlated Electrons
+1101.1324 Phenomenology
+1101.2366 Dynamical Systems
+1101.2498 Statistical Mechanics
+1101.2771 Algebraic Geometry
+1101.2918 Algebraic Topology
+1101.4012
+1101.5420 Phenomenology
+1102.1933 Superconductivity
+1102.3015 Theory
+1102.3578 Chaotic Dynamics
+1102.3594 Phenomenology
+1102.3690 Strongly Correlated Electrons
+1102.4142 Phenomenology
+1102.4217 Plasma Physics
+1102.4938
+1103.0639 Quantum Gases
+1103.0776 Cosmology and Nongalactic Astrophysics
+1103.0949 Machine Learning
+1103.1102 Cosmology and Nongalactic Astrophysics
+1103.1569 Phenomenology
+1103.3280 Phenomenology
+1103.3341 Phenomenology
+1103.4108 High Energy Astrophysical Phenomena
+1103.4659 Physics and Society
+1103.5081 Neural and Evolutionary Computing
+1103.5476 Cosmology and Nongalactic Astrophysics
+1103.5568 Theory
+1103.5690 Popular Physics
+1103.5941
+1104.0453 Superconductivity
+1104.1084 Phenomenology
+1104.1917 Phenomenology
+1104.2077 Theory
+1104.3194 Theory
+1104.3535 Mesoscale and Nanoscale Physics
+1104.3860 Cosmology and Nongalactic Astrophysics
+1104.3872 Disordered Systems and Neural Networks
+1104.4225 Phenomenology
+1104.5120 Mesoscale and Nanoscale Physics
+1104.5687 Machine Learning
+1105.0747 Materials Science
+1105.2065 Astrophysics of Galaxies
+1105.2682 Analysis of PDEs
+1105.2928 Data Analysis, Statistics and Probability
+1105.3294 Phenomenology
+1105.3758 Biomolecules
+1105.3827 Materials Science
+1105.3840
+1105.5650 Solar and Stellar Astrophysics
+1105.5996 Analysis of PDEs
+1106.0047 Superconductivity
+1106.2407 Optimization and Control
+1106.2422 Quantum Algebra
+1106.2572 High Energy Astrophysical Phenomena
+1106.2642
+1106.4881 Theory
+1106.5061 Quantitative Methods
+1106.5254 Differential Geometry
+1106.5558 Theory
+1106.5596 Computer Science and Game Theory
+1106.5599 Statistics Theory
+1106.5660
+1106.5704 Algebraic Geometry
+1106.5776 Classical Analysis and ODEs
+1106.5796 General Physics
+1106.5811 Materials Science
+1106.5814 Atmospheric and Oceanic Physics
+1106.5815 Optimization and Control
+1106.5816 Materials Science
+1106.5818 Physics and Society
+1106.5820 Phenomenology
+1106.5824 Materials Science
+1106.5827 Strongly Correlated Electrons
+1106.5829 Robotics
+1106.5831 Mesoscale and Nanoscale Physics
+1106.5833 Applications
+1106.5837 Methodology
+1106.5844 Metric Geometry
+1106.5845 Data Structures and Algorithms
+1106.5846 Distributed, Parallel, and Cluster Computing
+1106.5849 Astrophysics of Galaxies
+1106.5851 Number Theory
+1106.5855 Functional Analysis
+1106.5859 Superconductivity
+1106.5860 Number Theory
+1106.5862 Disordered Systems and Neural Networks
+1106.5873
+1106.5877 Instrumentation and Detectors
+1106.5884 Astrophysics of Galaxies
+1106.5885 Combinatorics
+1106.5890 Artificial Intelligence
+1106.5895 Combinatorics
+1106.5896 Statistical Mechanics
+1106.5897 Phenomenology
+1106.5900 Differential Geometry
+1106.5911 Chemical Physics
+1106.5916 Cosmology and Nongalactic Astrophysics
+1106.5917 Artificial Intelligence
+1106.5918 Cosmology and Nongalactic Astrophysics
+1106.5919 Methodology
+1106.5924 Soft Condensed Matter
+1106.5928 Computer Vision and Pattern Recognition
+1106.5933 Theory
+1106.5937 Phenomenology
+1106.5939
+1106.5940 Combinatorics
+1106.5946 Solar and Stellar Astrophysics
+1106.5947 Group Theory
+1106.5949 Algebraic Geometry
+1106.5950 Quantitative Methods
+1106.5954 Rings and Algebras
+1106.5955 Superconductivity
+1106.5961 Analysis of PDEs
+1106.5962 Software Engineering
+1106.5966
+1106.5967 Operator Algebras
+1106.5969 Combinatorics
+1106.5970
+1106.5973 Computation and Language
+1106.5975 Numerical Analysis
+1106.5979 Databases
+1106.5986 Representation Theory
+1106.5990 Numerical Analysis
+1106.5995 Artificial Intelligence
+1106.5998 Artificial Intelligence
+1106.6004 Algebraic Geometry
+1106.6013 Classical Analysis and ODEs
+1106.6015 Rings and Algebras
+1106.6024 Optimization and Control
+1106.6033 Algebraic Topology
+astro-ph/0302574
+astro-ph/9404061
+cs/0306114 Distributed, Parallel, and Cluster Computing
+cs/0306115 Distributed, Parallel, and Cluster Computing
+hep-th/0301023 Theory
+math/0608422 Probability
+nucl-ex/0606001
+physics/0409006 Instrumentation and Detectors
+0704.0036 Quantitative Methods
+0704.0136 General Physics
+0704.0158 Other Quantitative Biology
+0704.0187
+0704.0251
+0704.0309 Computational Complexity
+0704.0511
+0704.0731
+0704.0781 Materials Science
+0704.0926 Optimization and Control
+0704.0960
+0704.1007 Disordered Systems and Neural Networks
+0704.1017 Strongly Correlated Electrons
+0704.1048 Strongly Correlated Electrons
+0704.1269 Disordered Systems and Neural Networks
+0704.1274 Learning
+0704.1378 Algebraic Topology
+0704.1520 Soft Condensed Matter
+0704.1598
+0704.1635 Functional Analysis
+0704.1663 Statistical Mechanics
+0704.1806 Soft Condensed Matter
+0704.1895 Soft Condensed Matter
+0704.2027
+0704.2060 Superconductivity
+0704.2088 Strongly Correlated Electrons
+0704.2119 Differential Geometry
+0704.2128 Materials Science
+0704.2225 Mesoscale and Nanoscale Physics
+0704.2289 Probability
+0704.2304
+0704.2307 Phenomenology
+0704.2310 Superconductivity
+0704.2370 Mesoscale and Nanoscale Physics
+0704.2464 Theory
+0704.2619 Statistical Mechanics
+0704.2682 Materials Science
+0704.2725 Neural and Evolutionary Computing
+0704.2734 Commutative Algebra
+0704.2757
+0704.2765
+0704.2816 Phenomenology
+0704.2937
+0704.2951 Physics and Society
+0704.3015 Soft Condensed Matter
+0704.3070
+0704.3142
+0704.3230 Soft Condensed Matter
+0704.3510 Strongly Correlated Electrons
+0704.3598 Mesoscale and Nanoscale Physics
+0704.3659 Phenomenology
+0704.3687 Operator Algebras
+0704.3755 Soft Condensed Matter
+0704.3843 Combinatorics
+0705.0150 Computational Engineering, Finance, and Science
+0705.0427
+0705.0498 Strongly Correlated Electrons
+0705.0509 Superconductivity
+0705.0631
+0705.0635 Computational Geometry
+0705.0651 Materials Science
+0705.0744 Theory
+0705.0843 Statistical Mechanics
+0705.0845
+0705.0886 Mesoscale and Nanoscale Physics
+0705.1102 Mesoscale and Nanoscale Physics
+0705.1119
+0705.1175 Statistical Mechanics
+0705.1275
+0705.1303 Mesoscale and Nanoscale Physics
+0705.1329 Numerical Analysis
+0705.1424
+0705.1459 Chaotic Dynamics
+0705.1467 Strongly Correlated Electrons
+0705.1533
+0705.1543 Mesoscale and Nanoscale Physics
+0705.1617
+0705.1648
+0705.1699 Analysis of PDEs
+0705.1708 Functional Analysis
+0705.1735 Statistical Mechanics
+0705.1817 Optics
+0705.1991
+0705.2015 Statistical Mechanics
+0705.2042 Classical Analysis and ODEs
+0705.2163 Materials Science
+0705.2239 Superconductivity
+0705.2416 Probability
+0705.2424 Mesoscale and Nanoscale Physics
+0705.2432 Experiment
+0705.2466
+0705.2498 Materials Science
+0705.2591 Strongly Correlated Electrons
+0705.2615 Superconductivity
+0705.2737 Other Condensed Matter
+0705.2752 Strongly Correlated Electrons
+0705.2881 Atmospheric and Oceanic Physics
+0705.2904
+0705.2914 Experiment
+0705.3125 Experiment
+0705.3156 Probability
+0705.3227 Computer Science and Game Theory
+0705.3346 Superconductivity
+0705.3387 Atomic and Molecular Clusters
+0705.3389 Atomic and Molecular Clusters
+0705.3589 Phenomenology
+0705.3693 Dynamical Systems
+0705.3718 Statistical Mechanics
+0705.3733 Experiment
+0709.2882 Number Theory
+0710.4629 Logic in Computer Science
+0710.4630 Hardware Architecture
+0710.4632 Hardware Architecture
+0710.4633 Performance
+0710.4634 Hardware Architecture
+0710.4635 Operating Systems
+0710.4636 Hardware Architecture
+0710.4637 Other Computer Science
+0710.4638 Hardware Architecture
+0710.4639 Hardware Architecture
+0710.4640 Programming Languages
+0710.4641 Software Engineering
+0710.4642 Other Computer Science
+0710.4643 Hardware Architecture
+0710.4644 Hardware Architecture
+0710.4645 Hardware Architecture
+0710.4646 Hardware Architecture
+0710.4649 Hardware Architecture
+0710.4652 Hardware Architecture
+0710.4653 Hardware Architecture
+0710.4654 Hardware Architecture
+0710.4655 Hardware Architecture
+0710.4656 Hardware Architecture
+0710.4657 Hardware Architecture
+0710.4658 Hardware Architecture
+0710.4659 Hardware Architecture
+0710.4660 Hardware Architecture
+0710.4661 Hardware Architecture
+0710.4663 Hardware Architecture
+0710.4665 Hardware Architecture
+0710.4666 Logic in Computer Science
+0710.4667 Hardware Architecture
+0710.4669 Hardware Architecture
+0710.4670 Hardware Architecture
+0710.4671 Hardware Architecture
+0710.4672 Hardware Architecture
+0710.4673 Hardware Architecture
+0710.4678 Hardware Architecture
+0710.4679 Hardware Architecture
+0710.4680 Computational Complexity
+0710.4681 Hardware Architecture
+0710.4682 Software Engineering
+0710.4683 Programming Languages
+0710.4684 Hardware Architecture
+0710.4685 Hardware Architecture
+0710.4686 Hardware Architecture
+0710.4687 Hardware Architecture
+0710.4688 Hardware Architecture
+0710.4689 Logic in Computer Science
+0710.4690 Other Computer Science
+0710.4691 Hardware Architecture
+0710.4692 Hardware Architecture
+0710.4693 Hardware Architecture
+0710.4694 Logic in Computer Science
+0710.4695 Logic in Computer Science
+0710.4697 Hardware Architecture
+0710.4698 Logic in Computer Science
+0710.4700 Software Engineering
+0710.4701 Performance
+0710.4702 Programming Languages
+0710.4703 Hardware Architecture
+0710.4704 Hardware Architecture
+0710.4705 Hardware Architecture
+0710.4706 Hardware Architecture
+0710.4707 Hardware Architecture
+0710.4709 Hardware Architecture
+0710.4710 Other Computer Science
+0710.4711 Hardware Architecture
+0710.4712 Hardware Architecture
+0710.4713 Hardware Architecture
+0710.4714 Hardware Architecture
+0710.4715 Hardware Architecture
+0710.4716 Hardware Architecture
+0710.4717 Hardware Architecture
+0710.4718 Other Computer Science
+0710.4719 Hardware Architecture
+0710.4720 Hardware Architecture
+0710.4721 Hardware Architecture
+0710.4722 Hardware Architecture
+0710.4723 Performance
+0710.4724 Hardware Architecture
+0710.4725 Neural and Evolutionary Computing
+0710.4727 Hardware Architecture
+0710.4728 Hardware Architecture
+0710.4729 Hardware Architecture
+0710.4731 Hardware Architecture
+0710.4732 Networking and Internet Architecture
+0710.4733 Hardware Architecture
+0710.4734 Artificial Intelligence
+0710.4735 Hardware Architecture
+0710.4736 Hardware Architecture
+0710.4737 Other Computer Science
+0710.4738 Hardware Architecture
+0710.4739 Other Computer Science
+0710.4740 Other Computer Science
+0710.4742 Hardware Architecture
+0710.4743 Logic in Computer Science
+0710.4745 Other Computer Science
+0710.4746 Operating Systems
+0710.4747 Hardware Architecture
+0710.4748 Hardware Architecture
+0710.4750 Information Theory
+0710.4751 Hardware Architecture
+0710.4752 Other Computer Science
+0710.4753 Logic in Computer Science
+0710.4754 Hardware Architecture
+0710.4755 Software Engineering
+0710.4756 Cryptography and Security
+0710.4757 Hardware Architecture
+0710.4758 Other Computer Science
+0710.4759 Hardware Architecture
+0710.4760 Hardware Architecture
+0710.4761 Hardware Architecture
+0710.4762 Hardware Architecture
+0710.4763 Hardware Architecture
+0710.4764 Hardware Architecture
+0710.4793 Software Engineering
+0710.4794 Hardware Architecture
+0710.4795 Hardware Architecture
+0710.4796 Hardware Architecture
+0710.4797 Other Computer Science
+0710.4798 Other Computer Science
+0710.4799 Other Computer Science
+0710.4800 Cryptography and Security
+0710.4801 Hardware Architecture
+0710.4802 Other Computer Science
+0710.4803 Cryptography and Security
+0710.4805 Hardware Architecture
+0710.4806 Hardware Architecture
+0710.4807 Programming Languages
+0710.4808 Hardware Architecture
+0710.4809 Hardware Architecture
+0710.4810 Cryptography and Security
+0710.4811 Other Computer Science
+0710.4812 Hardware Architecture
+0710.4813 Hardware Architecture
+0710.4814 Hardware Architecture
+0710.4815 Networking and Internet Architecture
+0710.4816 Networking and Internet Architecture
+0710.4817 Cryptography and Security
+0710.4818 Networking and Internet Architecture
+0710.4819 Multimedia
+0710.4820 Hardware Architecture
+0710.4821 Multimedia
+0710.4823 Multimedia
+0710.4824 Hardware Architecture
+0710.4825 Hardware Architecture
+0710.4826 Hardware Architecture
+0710.4827 Hardware Architecture
+0710.4829 Software Engineering
+0710.4831 Other Computer Science
+0710.4832 Hardware Architecture
+0710.4833 Hardware Architecture
+0710.4834 Hardware Architecture
+0710.4835 Other Computer Science
+0710.4836 Other Computer Science
+0710.4838 Hardware Architecture
+0710.4839 Hardware Architecture
+0710.4840 Hardware Architecture
+0710.4842 Hardware Architecture
+0710.4843 Hardware Architecture
+0710.4844 Hardware Architecture
+0710.4845 Hardware Architecture
+0710.4846 Multimedia
+0710.4848 Logic in Computer Science
+0710.4850 Hardware Architecture
+0710.4851 Logic in Computer Science
+0710.4852 Other Computer Science
+0805.2751
+0810.0438 Combinatorics
+0901.1101 Materials Science
+0902.2832 Algebraic Geometry
+0903.1625 Number Theory
+0905.3279 Classical Analysis and ODEs
+0909.5517 Strongly Correlated Electrons
+0910.4193 Populations and Evolution
+0911.1197 Theory
+1004.4656 Logic in Computer Science
+1005.4919 Biological Physics
+1006.3941
+1006.4027
+1007.0564 Functional Analysis
+1007.4758
+1008.2026 Mesoscale and Nanoscale Physics
+1009.5647
+1009.6060 Atomic Physics
+1010.5829 Data Analysis, Statistics and Probability
+1011.3444 Quantum Gases
+1012.1230 Theory
+1101.1908 Mesoscale and Nanoscale Physics
+1101.3086 Superconductivity
+1101.3163 Cosmology and Nongalactic Astrophysics
+1101.4036 Information Theory
+1101.4637 Statistical Mechanics
+1102.1024 Materials Science
+1102.3002 Information Theory
+1103.0615 Probability
+1103.0996 Information Theory
+1103.1039 Strongly Correlated Electrons
+1103.1770 Phenomenology
+1103.3448 Earth and Planetary Astrophysics
+1103.4885 Mesoscale and Nanoscale Physics
+1103.5397 Statistical Mechanics
+1104.0439 Number Theory
+1104.0545
+1104.0748 Dynamical Systems
+1104.1652
+1104.3334 Combinatorics
+1104.5441 Statistical Mechanics
+1105.0198 Materials Science
+1105.0952 Probability
+1105.1030
+1105.1633 Software Engineering
+1105.2250 Quantum Gases
+1105.2712 Algebraic Topology
+1105.3729 Cosmology and Nongalactic Astrophysics
+1105.4531
+1106.0847 General Physics
+1106.0964 Probability
+1106.1710 Complex Variables
+1106.3911
+1106.4663 Disordered Systems and Neural Networks
+1106.5956 Phenomenology
+1107.1283 Learning
+1107.1355 Lattice
+1107.1486 Strongly Correlated Electrons
+1107.2225
+1107.2926 Cosmology and Nongalactic Astrophysics
+1107.4105 Cosmology and Nongalactic Astrophysics
+1107.4152
+1107.4285 Strongly Correlated Electrons
+1107.5455 General Physics
+1108.2909 Theory
+1108.4338 Phenomenology
+1108.5157 Quantum Algebra
+1108.5497 Hardware Architecture
+1108.5981 Optics
+1109.0199 Phenomenology
+1109.0319 Cosmology and Nongalactic Astrophysics
+1109.0604 Data Structures and Algorithms
+1109.5744 Statistical Mechanics
+1109.5762 Strongly Correlated Electrons
+1109.6141 Fluid Dynamics
+1110.1622 Optics
+1110.2086 Algebraic Geometry
+1110.3507 Combinatorics
+1110.4556 Mesoscale and Nanoscale Physics
+1110.5026 Cosmology and Nongalactic Astrophysics
+1110.6157
+1110.6626 High Energy Astrophysical Phenomena
+1111.0095 Spectral Theory
+1111.0253 Combinatorics
+1111.0376 Data Structures and Algorithms
+1111.0879 High Energy Astrophysical Phenomena
+1111.0909 Solar and Stellar Astrophysics
+1111.1298 Probability
+1111.1352 Probability
+1111.1378 Logic
+1111.1510 Functional Analysis
+1111.1547 Theory
+1111.1563 Phenomenology
+1111.1573 Statistical Mechanics
+1111.1636 High Energy Astrophysical Phenomena
+1111.1646 Biomolecules
+1111.1712 Numerical Analysis
+1111.1713 Data Structures and Algorithms
+1111.1714 Applications
+1111.1750 Data Structures and Algorithms
+1111.1752 Computer Vision and Pattern Recognition
+1111.1754 Mesoscale and Nanoscale Physics
+1111.1756 Probability
+1111.1766
+1111.1768 Other Computer Science
+1111.1769 Cryptography and Security
+1111.1770 Cryptography and Security
+1111.1771 Cryptography and Security
+1111.1772 Cryptography and Security
+1111.1778 Strongly Correlated Electrons
+1111.1783 Cosmology and Nongalactic Astrophysics
+1111.1787 Cosmology and Nongalactic Astrophysics
+1111.1801
+1111.1803 Physics and Society
+1111.1806
+1111.1808 Operator Algebras
+1111.1810 Number Theory
+1111.1812 Lattice
+1111.1814 Discrete Mathematics
+1111.1815 Fluid Dynamics
+1111.1820 Category Theory
+1111.1824 Lattice
+1111.1826 Software Engineering
+1111.1830 Machine Learning
+1111.1834 Instrumentation and Methods for Astrophysics
+1111.1840 Solar and Stellar Astrophysics
+1111.1841 Combinatorics
+1111.1842 Human-Computer Interaction
+1111.1843 Combinatorics
+1111.1845 Probability
+1111.1846 Probability
+1111.1847 General Physics
+1111.1854 Networking and Internet Architecture
+1111.1855 Applications
+1111.1859 Astrophysics of Galaxies
+1111.1865 Networking and Internet Architecture
+1111.1873 Mesoscale and Nanoscale Physics
+1111.1875
+1111.1876 Statistics Theory
+1111.1882 Differential Geometry
+1111.1883 Numerical Analysis
+1111.1885
+1111.1887 Astrophysics of Galaxies
+1111.1888 Analysis of PDEs
+1111.1892
+1111.1894 Computers and Society
+1111.1898 Classical Physics
+1111.1901 Probability
+1111.1903
+1111.1904 Software Engineering
+1111.1905 Mesoscale and Nanoscale Physics
+1111.1908
+1111.1910 Operator Algebras
+1111.1913 Phenomenology
+1111.1915 Machine Learning
+1111.1918 Optics
+1111.1921 Number Theory
+1111.1923 Symplectic Geometry
+1111.1927 Optimization and Control
+1111.1930 Networking and Internet Architecture
+1111.1933 Networking and Internet Architecture
+1111.1934
+1111.1936 Logic
+1111.1941 Artificial Intelligence
+1111.1947 Computer Vision and Pattern Recognition
+1111.1948
+1111.1950 Number Theory
+1111.1951 Number Theory
+1111.1956
+1111.1957 Methodology
+1111.1958 Social and Information Networks
+1111.1961
+1111.1964 Networking and Internet Architecture
+1111.1967
+1111.1970
+1111.1975
+1111.1978
+1111.1980 Other Condensed Matter
+1111.1989 Optics
+1111.1990 Dynamical Systems
+1111.1993 Dynamical Systems
+1111.1996 Dynamical Systems
+1111.2000 Dynamical Systems
+1111.2001 Systems and Control
+1111.2002 Number Theory
+1111.2003 Number Theory
+1111.2015 Physics Education
+1111.2017 Phenomenology
+1111.2018 Social and Information Networks
+1111.2019 Quantitative Methods
+1111.2021 Lattice
+1111.2028 Biological Physics
+1111.2039 High Energy Astrophysical Phenomena
+1111.2040 High Energy Astrophysical Phenomena
+1111.2042 Popular Physics
+alg-geom/9509003 Algebraic Geometry
+astro-ph/0302159
+astro-ph/0604049
+astro-ph/0610795
+astro-ph/0612173
+astro-ph/0612571
+astro-ph/0702295
+astro-ph/0702488
+astro-ph/0703280
+astro-ph/0703380
+cond-mat/0009471
+cond-mat/0108290 Mesoscale and Nanoscale Physics
+cond-mat/0202417 Statistical Mechanics
+cond-mat/0211112
+cond-mat/0303332 Soft Condensed Matter
+cond-mat/0305614 Statistical Mechanics
+cond-mat/0307233 Materials Science
+cond-mat/0308252 Strongly Correlated Electrons
+cond-mat/0312046 Disordered Systems and Neural Networks
+cond-mat/0312087
+cond-mat/0312334 Superconductivity
+cond-mat/0401506 Disordered Systems and Neural Networks
+cond-mat/0406218 Soft Condensed Matter
+cond-mat/0409504 Superconductivity
+cond-mat/0409671 Materials Science
+cond-mat/0410268 Materials Science
+cond-mat/0412432 Strongly Correlated Electrons
+cond-mat/0502340 Mesoscale and Nanoscale Physics
+cond-mat/0505566 Disordered Systems and Neural Networks
+cond-mat/0507131 Strongly Correlated Electrons
+cond-mat/0507400 Materials Science
+cond-mat/0508015 Superconductivity
+cond-mat/0509319 Strongly Correlated Electrons
+cond-mat/0509489 Materials Science
+cond-mat/0510073 Materials Science
+cond-mat/0510809 Statistical Mechanics
+cond-mat/0511716 Statistical Mechanics
+cond-mat/0512494 Strongly Correlated Electrons
+cond-mat/0512693 Other Condensed Matter
+cond-mat/0601153 Strongly Correlated Electrons
+cond-mat/0601393 Superconductivity
+cond-mat/0601480 Disordered Systems and Neural Networks
+cond-mat/0602099 Superconductivity
+cond-mat/0602180 Strongly Correlated Electrons
+cond-mat/0602559 Statistical Mechanics
+cond-mat/0603210 Superconductivity
+cond-mat/0603350 Disordered Systems and Neural Networks
+cond-mat/0604069 Statistical Mechanics
+cond-mat/0604072 Mesoscale and Nanoscale Physics
+cond-mat/0604164 Strongly Correlated Electrons
+cond-mat/0604313 Superconductivity
+cond-mat/0604382 Materials Science
+cond-mat/0605024 Disordered Systems and Neural Networks
+cond-mat/0605406 Statistical Mechanics
+cond-mat/0605427 Superconductivity
+cond-mat/0605518 Superconductivity
+cond-mat/0605546 Strongly Correlated Electrons
+cond-mat/0605571 Other Condensed Matter
+cond-mat/0605671 Mesoscale and Nanoscale Physics
+cond-mat/0606483 Materials Science
+cond-mat/0606535 Superconductivity
+cond-mat/0606719 Superconductivity
+cond-mat/0607241 Other Condensed Matter
+cond-mat/0608048 Materials Science
+cond-mat/0608101 Strongly Correlated Electrons
+cond-mat/0608195 Strongly Correlated Electrons
+cond-mat/0609105 Mesoscale and Nanoscale Physics
+cond-mat/0609169 Strongly Correlated Electrons
+cond-mat/0609237 Statistical Mechanics
+cond-mat/0609293 Strongly Correlated Electrons
+cond-mat/0609384 Materials Science
+cond-mat/0609425 Strongly Correlated Electrons
+cond-mat/0609432 Strongly Correlated Electrons
+cond-mat/0609438 Strongly Correlated Electrons
+cond-mat/0609663 Soft Condensed Matter
+cond-mat/0609673 Mesoscale and Nanoscale Physics
+cond-mat/0610074 Materials Science
+cond-mat/0610170 Materials Science
+cond-mat/0610236 Strongly Correlated Electrons
+cond-mat/0610316 Strongly Correlated Electrons
+cond-mat/0610328 Soft Condensed Matter
+cond-mat/0610433 Mesoscale and Nanoscale Physics
+cond-mat/0610444 Strongly Correlated Electrons
+cond-mat/0610604 Materials Science
+cond-mat/0610623 Other Condensed Matter
+cond-mat/0610818 Strongly Correlated Electrons
+cond-mat/0611077 Mesoscale and Nanoscale Physics
+cond-mat/0611218 Mesoscale and Nanoscale Physics
+cond-mat/0611384 Materials Science
+cond-mat/0611541 Statistical Mechanics
+cond-mat/0611597 Mesoscale and Nanoscale Physics
+cond-mat/0612018 Other Condensed Matter
+cond-mat/0612020 Soft Condensed Matter
+cond-mat/0612035 Superconductivity
+cond-mat/0612064 Strongly Correlated Electrons
+cond-mat/0612131 Disordered Systems and Neural Networks
+cond-mat/0612135 Superconductivity
+cond-mat/0612201 Materials Science
+cond-mat/0612227 Strongly Correlated Electrons
+cond-mat/0612283 Strongly Correlated Electrons
+cond-mat/0612295 Soft Condensed Matter
+cond-mat/0612446 Mesoscale and Nanoscale Physics
+cond-mat/0612503 Mesoscale and Nanoscale Physics
+cond-mat/0612570 Disordered Systems and Neural Networks
+cond-mat/0612592 Mesoscale and Nanoscale Physics
+cond-mat/0612668 Mesoscale and Nanoscale Physics
+cond-mat/0612701 Materials Science
+cond-mat/0701029 Materials Science
+cond-mat/0701144 Other Condensed Matter
+cond-mat/0701164 Statistical Mechanics
+cond-mat/0701245 Superconductivity
+cond-mat/0701287 Materials Science
+cond-mat/0701310 Strongly Correlated Electrons
+cond-mat/0701385 Mesoscale and Nanoscale Physics
+cond-mat/0701461 Materials Science
+cond-mat/0701534 Mesoscale and Nanoscale Physics
+cond-mat/0701559 Mesoscale and Nanoscale Physics
+cond-mat/0701588 Strongly Correlated Electrons
+cond-mat/0701626 Strongly Correlated Electrons
+cond-mat/0701703 Strongly Correlated Electrons
+cond-mat/0701723 Statistical Mechanics
+cond-mat/0701727 Strongly Correlated Electrons
+cond-mat/0701765 Strongly Correlated Electrons
+cond-mat/0702038 Statistical Mechanics
+cond-mat/0702118 Strongly Correlated Electrons
+cond-mat/0702183 Other Condensed Matter
+cond-mat/0702295 Mesoscale and Nanoscale Physics
+cond-mat/0702299 Mesoscale and Nanoscale Physics
+cond-mat/0702329 Mesoscale and Nanoscale Physics
+cond-mat/0702340 Soft Condensed Matter
+cond-mat/0702343 Other Condensed Matter
+cond-mat/0702381 Materials Science
+cond-mat/0702383 Materials Science
+cond-mat/0702470 Materials Science
+cond-mat/0702475 Strongly Correlated Electrons
+cond-mat/0702494 Mesoscale and Nanoscale Physics
+cond-mat/0702536 Superconductivity
+cond-mat/0702610 Statistical Mechanics
+cond-mat/0702646 Soft Condensed Matter
+cond-mat/0703019 Soft Condensed Matter
+cond-mat/0703037 Strongly Correlated Electrons
+cond-mat/0703040 Statistical Mechanics
+cond-mat/0703084 Materials Science
+cond-mat/0703116 Mesoscale and Nanoscale Physics
+cond-mat/0703135 Statistical Mechanics
+cond-mat/0703190 Mesoscale and Nanoscale Physics
+cond-mat/0703206 Soft Condensed Matter
+cond-mat/0703242 Statistical Mechanics
+cond-mat/0703275 Materials Science
+cond-mat/0703282 Statistical Mechanics
+cond-mat/0703286 Mesoscale and Nanoscale Physics
+cond-mat/0703315 Statistical Mechanics
+cond-mat/0703365 Materials Science
+cond-mat/0703374 Mesoscale and Nanoscale Physics
+cond-mat/0703376 Statistical Mechanics
+cond-mat/0703387 Soft Condensed Matter
+cond-mat/0703390 Mesoscale and Nanoscale Physics
+cond-mat/0703396 Strongly Correlated Electrons
+cond-mat/0703431 Strongly Correlated Electrons
+cond-mat/0703442 Materials Science
+cond-mat/0703682 Soft Condensed Matter
+cond-mat/0703690 Mesoscale and Nanoscale Physics
+cond-mat/0703704 Statistical Mechanics
+cond-mat/0703720 Mesoscale and Nanoscale Physics
+cond-mat/0703721 Mesoscale and Nanoscale Physics
+cond-mat/0703733 Other Condensed Matter
+cond-mat/0703736 Soft Condensed Matter
+cond-mat/0703759 Statistical Mechanics
+cond-mat/0703767 Superconductivity
+cond-mat/9809051 Statistical Mechanics
+cs/0002018 Other Computer Science
+cs/0006004 Distributed, Parallel, and Cluster Computing
+cs/0101019 Artificial Intelligence
+cs/0106049 Computational Complexity
+cs/0109076 Computers and Society
+cs/0111002 Other Computer Science
+cs/0111054 Computational Complexity
+cs/0205001 Networking and Internet Architecture
+cs/0206025 Other Computer Science
+cs/0206039 Computational Engineering, Finance, and Science
+cs/0305052 Learning
+cs/0306033 Other Computer Science
+cs/0306077 Databases
+cs/0306125 Neural and Evolutionary Computing
+cs/0306136 Logic in Computer Science
+cs/0307026 Networking and Internet Architecture
+cs/0308032 Computation and Language
+cs/0309046 Logic in Computer Science
+cs/0310038 Databases
+cs/0312019 Logic in Computer Science
+cs/0404034 Numerical Analysis
+cs/0404057 Learning
+cs/0406011 Learning
+cs/0407050 Software Engineering
+cs/0407052 Mathematical Software
+cs/0410005 Multiagent Systems
+cs/0411097 Logic in Computer Science
+cs/0412007 Networking and Internet Architecture
+cs/0412027 Performance
+cs/0412037 Networking and Internet Architecture
+cs/0503034 Computational Complexity
+cs/0503044 Artificial Intelligence
+cs/0505048 Data Structures and Algorithms
+cs/0505086 Discrete Mathematics
+cs/0509052 Networking and Internet Architecture
+cs/0510007 Networking and Internet Architecture
+cs/0511077 Digital Libraries
+cs/0512022 Other Computer Science
+cs/0512046 Data Structures and Algorithms
+cs/0512047 Artificial Intelligence
+cs/0512061 Data Structures and Algorithms
+cs/0512063 Information Theory
+cs/0512068 Digital Libraries
+cs/0512069 Information Retrieval
+cs/0512086 Logic in Computer Science
+cs/0512103 Other Computer Science
+cs/0603030 Cryptography and Security
+cs/0603065 Information Theory
+cs/0603116 Computer Vision and Pattern Recognition
+cs/0604041 Discrete Mathematics
+cs/0604044 Discrete Mathematics
+cs/0604050 Discrete Mathematics
+cs/0606012 Computational Geometry
+cs/0606019 Logic in Computer Science
+cs/0606048 Data Structures and Algorithms
+cs/0608074 Computational Complexity
+cs/0609082 Mathematical Software
+cs/0611051 Logic in Computer Science
+cs/0611058 Neural and Evolutionary Computing
+cs/0701015 Distributed, Parallel, and Cluster Computing
+cs/0701019 Information Theory
+cs/0701052 Learning
+cs/0701071 Computer Science and Game Theory
+cs/0701077 Multiagent Systems
+cs/0701127 Computer Vision and Pattern Recognition
+cs/0702069 Logic in Computer Science
+cs/0702162 Information Theory
+cs/0703038 Information Theory
+cs/0703070 Human-Computer Interaction
+cs/0703090 Information Theory
+cs/9905002 Programming Languages
+cs/9907014 Logic in Computer Science
+gr-qc/0502044
+gr-qc/0512054
+gr-qc/0606003
+hep-ex/0506039 Experiment
+hep-ex/0507030 Experiment
+hep-ex/0507033 Experiment
+hep-ex/0507034 Experiment
+hep-ex/0507039 Experiment
+hep-ex/0507045 Experiment
+hep-ex/0507059 Experiment
+hep-ex/0507064 Experiment
+hep-ex/0507065 Experiment
+hep-ex/0508009 Experiment
+hep-ex/0508018 Experiment
+hep-ex/0508040 Experiment
+hep-ex/0508048 Experiment
+hep-ex/0509014 Experiment
+hep-ex/0509016 Experiment
+hep-ex/0509020 Experiment
+hep-ex/0509047 Experiment
+hep-ex/0604026 Experiment
+hep-ex/0605067 Experiment
+hep-ex/0607017 Experiment
+hep-ex/0607042 Experiment
+hep-ex/0608031 Experiment
+hep-ex/0608034 Experiment
+hep-ex/0609048 Experiment
+hep-ex/0609049 Experiment
+hep-ex/0610054 Experiment
+hep-ex/0611004 Experiment
+hep-ex/0611047 Experiment
+hep-ex/0701047 Experiment
+math-ph/0009024
+math-ph/0011021
+math-ph/0211062
+math-ph/0305016
+math-ph/0306003
+math-ph/0402005
+math-ph/0402024
+math-ph/0411028
+math-ph/0601034
+math-ph/0611013
+math-ph/0611071
+math/0503068 Functional Analysis
+math/0503270 General Topology
+math/0505423 Probability
+math/0505424 Complex Variables
+math/0505558 Number Theory
+math/0509226 Operator Algebras
+math/0509480 Number Theory
+math/0509662 Differential Geometry
+math/0509684 Algebraic Geometry
+math/0509688 Group Theory
+math/0509693 Group Theory
+math/0510032 Dynamical Systems
+math/0510106 Quantum Algebra
+math/0510151 Group Theory
+math/0510366 Differential Geometry
+math/0511339 Number Theory
+math/0511538 Rings and Algebras
+math/0511582 Algebraic Topology
+math/0511600 Combinatorics
+math/0511694 Probability
+math/0601011 Functional Analysis
+math/0601040 Probability
+math/0601061 Group Theory
+math/0601174 Probability
+math/0601420 Differential Geometry
+math/0601477 Commutative Algebra
+math/0601590 Group Theory
+math/0602113 Probability
+math/0602200 Group Theory
+math/0602336 Combinatorics
+math/0602400 Algebraic Geometry
+math/0602562 Algebraic Geometry
+math/0602616 Algebraic Geometry
+math/0603155 Optimization and Control
+math/0603159 Probability
+math/0603217 Geometric Topology
+math/0603253 Commutative Algebra
+math/0603305 Group Theory
+math/0603376 Quantum Algebra
+math/0603377 Geometric Topology
+math/0603501 Functional Analysis
+math/0603523 Differential Geometry
+math/0603544 K-Theory and Homology
+math/0603643 Differential Geometry
+math/0603658 Probability
+math/0603700 Number Theory
+math/0603730 Differential Geometry
+math/0605133 Symplectic Geometry
+math/0605212 Probability
+math/0605301 Algebraic Geometry
+math/0605553 Group Theory
+math/0605643 Geometric Topology
+math/0605665 Probability
+math/0605701 Algebraic Geometry
+math/0605743 Algebraic Topology
+math/0606005 Combinatorics
+math/0606063 Symplectic Geometry
+math/0606087 Number Theory
+math/0606106 Quantum Algebra
+math/0606123 Representation Theory
+math/0606316 Number Theory
+math/0606376 Probability
+math/0606456 Differential Geometry
+math/0606473 K-Theory and Homology
+math/0606476 Optimization and Control
+math/0606498 Quantum Algebra
+math/0606501 Representation Theory
+math/0606537 Classical Analysis and ODEs
+math/0606719 Probability
+math/0606749 Combinatorics
+math/0607253 Probability
+math/0607287 Rings and Algebras
+math/0607348 Representation Theory
+math/0607438 Differential Geometry
+math/0607463 Functional Analysis
+math/0607480 Differential Geometry
+math/0607823 Classical Analysis and ODEs
+math/0608288 Representation Theory
+math/0608379 Analysis of PDEs
+math/0608539 Dynamical Systems
+math/0608541 Analysis of PDEs
+math/0608644 Complex Variables
+math/0608705 Algebraic Topology
+math/0608759 Dynamical Systems
+math/0608760 Category Theory
+math/0609099 Geometric Topology
+math/0609257 Geometric Topology
+math/0609346 Algebraic Topology
+math/0609377 Statistics Theory
+math/0609528 Algebraic Geometry
+math/0609678 Statistics Theory
+math/0609687 Quantum Algebra
+math/0610038 Functional Analysis
+math/0610044 Operator Algebras
+math/0610244 Probability
+math/0610365 Numerical Analysis
+math/0610404 Rings and Algebras
+math/0610495 Number Theory
+math/0610530 General Mathematics
+math/0610614 Symplectic Geometry
+math/0610663 Algebraic Geometry
+math/0610691 Quantum Algebra
+math/0610802 Probability
+math/0611175 Operator Algebras
+math/0611373 Dynamical Systems
+math/0611519 History and Overview
+math/0611623 K-Theory and Homology
+math/0611660 Quantum Algebra
+math/0611760 Algebraic Geometry
+math/0611781 Statistics Theory
+math/0611852 Probability
+math/0611887 Quantum Algebra
+math/0611950 Representation Theory
+math/0611959 Analysis of PDEs
+math/0612213 Rings and Algebras
+math/0612250 Spectral Theory
+math/0612264 Numerical Analysis
+math/0612267 Algebraic Geometry
+math/0612271 Number Theory
+math/0612379 Differential Geometry
+math/0612547 Symplectic Geometry
+math/0612720 Combinatorics
+math/0612743 Spectral Theory
+math/0612853 Rings and Algebras
+math/0701004 Statistics Theory
+math/0701031 Combinatorics
+math/0701242 Quantum Algebra
+math/0701300 Symplectic Geometry
+math/0701417 Classical Analysis and ODEs
+math/0701427 Quantum Algebra
+math/0701514 Operator Algebras
+math/0701644 Representation Theory
+math/0702068 K-Theory and Homology
+math/0702150 Dynamical Systems
+math/0702165 Algebraic Topology
+math/0702192 Combinatorics
+math/0702193 Group Theory
+math/0702285 Algebraic Geometry
+math/0702291 Analysis of PDEs
+math/0702462 Classical Analysis and ODEs
+math/0702487 Complex Variables
+math/0702557 Combinatorics
+math/0702561 Differential Geometry
+math/0702577 Quantum Algebra
+math/0702745 Operator Algebras
+math/0703219 Differential Geometry
+math/0703229 Statistics Theory
+math/0703258 Commutative Algebra
+math/0703264 Algebraic Geometry
+math/0703349 Classical Analysis and ODEs
+math/0703383 Representation Theory
+math/0703411 Group Theory
+math/0703522 Number Theory
+math/0703528 Representation Theory
+math/0703718 Number Theory
+math/0703763 Rings and Algebras
+nlin/0508001 Cellular Automata and Lattice Gases
+nlin/0609038 Adaptation and Self-Organizing Systems
+nlin/0609042 Adaptation and Self-Organizing Systems
+nlin/0611044 Chaotic Dynamics
+nucl-ex/0106013
+nucl-th/0703020
+physics/0007058 General Physics
+physics/0212045 Biological Physics
+physics/0307045 Biological Physics
+physics/0307138 Data Analysis, Statistics and Probability
+physics/0402078 Data Analysis, Statistics and Probability
+physics/0409065 Data Analysis, Statistics and Probability
+physics/0504079 Atomic Physics
+physics/0505041 General Physics
+physics/0507155 Optics
+physics/0601161 Chemical Physics
+physics/0601185 Biological Physics
+physics/0602028 History and Philosophy of Physics
+physics/0604076 Biological Physics
+physics/0605123 Data Analysis, Statistics and Probability
+physics/0605137 Chemical Physics
+physics/0605209 Fluid Dynamics
+physics/0606187 Fluid Dynamics
+physics/0608003 Optics
+physics/0609105 Popular Physics
+physics/0609244 Chemical Physics
+physics/0610106 Geophysics
+physics/0610138 Biological Physics
+physics/0610143 Optics
+physics/0610201 History and Philosophy of Physics
+physics/0610255 Plasma Physics
+physics/0610266 Plasma Physics
+physics/0610281 Physics and Society
+physics/0612004 Computational Physics
+physics/0612180 Physics and Society
+physics/0612216 Atmospheric and Oceanic Physics
+physics/0612254 Fluid Dynamics
+physics/0702054 General Physics
+physics/0702086 General Physics
+physics/0702219 Fluid Dynamics
+physics/9908039 Biological Physics
+q-bio/0410033 Genomics
+q-bio/0506009 Neurons and Cognition
+q-bio/0510052 Quantitative Methods
+q-bio/0511009 Populations and Evolution
+q-bio/0511013 Subcellular Processes
+q-bio/0511045 Quantitative Methods
+q-bio/0604024 Populations and Evolution
+q-bio/0701003 Tissues and Organs
+q-bio/0701020 Molecular Networks
+q-bio/0701025 Populations and Evolution
+q-bio/0701039 Quantitative Methods
+quant-ph/0110137
+quant-ph/0204077
+quant-ph/0307125
+quant-ph/0307191
+quant-ph/0307197
+quant-ph/0307225
+quant-ph/0404002
+quant-ph/0409064
+quant-ph/0409136
+quant-ph/0411207
+quant-ph/0411210
+quant-ph/0501185
+quant-ph/0504204
+quant-ph/0508040
+quant-ph/0508098
+quant-ph/0510057
+quant-ph/0510093
+quant-ph/0510109
+quant-ph/0510194
+quant-ph/0512021
+quant-ph/0512173
+quant-ph/0601054
+quant-ph/0602209
+quant-ph/0602235
+quant-ph/0603069
+quant-ph/0603238
+quant-ph/0603277
+quant-ph/0604015
+quant-ph/0604086
+quant-ph/0604155
+quant-ph/0606106
+quant-ph/0606176
+quant-ph/0607043
+quant-ph/0607048
+quant-ph/0608016
+quant-ph/0608123
+quant-ph/0609022
+quant-ph/0609047
+quant-ph/0609079
+quant-ph/0609151
+quant-ph/0609154
+quant-ph/0609203
+quant-ph/0609204
+quant-ph/0610085
+quant-ph/0610100
+quant-ph/0610144
+quant-ph/0610151
+quant-ph/0610165
+quant-ph/0610267
+quant-ph/0611139
+quant-ph/0611287
+quant-ph/0612022
+quant-ph/0612123
+quant-ph/0612164
+quant-ph/0612170
+quant-ph/0612210
+quant-ph/0701059
+quant-ph/0701111
+quant-ph/0701190
+quant-ph/0701200
+quant-ph/0702018
+quant-ph/0702027
+quant-ph/0702072
+quant-ph/0702104
+quant-ph/0702190
+quant-ph/0702219
+quant-ph/0702266
+quant-ph/0703015
+quant-ph/0703046
+quant-ph/0703050
+quant-ph/0703069
+quant-ph/0703085
+quant-ph/0703154
+quant-ph/0703161
+quant-ph/0703231
+0705.3289
+0706.3055 Differential Geometry
+0707.0281 Group Theory
+0707.0286 Group Theory
+0707.0362 Group Theory
+0707.0371 Group Theory
+0711.1081 Classical Physics
+0712.0669 Geometric Topology
+0803.3290 Group Theory
+0805.0178 Classical Physics
+0805.1793 Differential Geometry
+0809.0194 Commutative Algebra
+0811.2726 Disordered Systems and Neural Networks
+0811.3990 Group Theory
+0901.0244 Group Theory
+0901.1402 Geometric Topology
+0901.1404 Geometric Topology
+0901.3895 Commutative Algebra
+0901.4168 Number Theory
+0902.3254 Metric Geometry
+0902.4251
+0903.1284 Probability
+0904.0627 Chaotic Dynamics
+0904.2844 Algebraic Geometry
+0905.0740 Computation and Language
+0906.1303 Commutative Algebra
+0907.0680 Differential Geometry
+0907.0690 Differential Geometry
+0908.1410 Instrumentation and Methods for Astrophysics
+0908.2051 Functional Analysis
+0908.3745 Differential Geometry
+0910.1552 Physics and Society
+0910.3991 Cryptography and Security
+0911.0790 Numerical Analysis
+0911.2999 Operator Algebras
+0911.4656 Geometric Topology
+0912.4322
+1001.1554 Algebraic Geometry
+1001.2981 Superconductivity
+1002.3455
+1003.2759 Differential Geometry
+1003.5380 Populations and Evolution
+1004.4764 Quantitative Methods
+1004.5296 Soft Condensed Matter
+1005.5657 Symplectic Geometry
+1006.2706 Algebraic Geometry
+1006.2970
+1006.3468 Data Analysis, Statistics and Probability
+1006.3606 Analysis of PDEs
+1006.4805
+1007.4611
+1008.0957 Solar and Stellar Astrophysics
+1008.3083 Physics and Society
+1008.3300 Chaotic Dynamics
+1008.4234 Number Theory
+1009.1488 Materials Science
+1009.1958
+1010.1448 Differential Geometry
+1010.6148 Optimization and Control
+1011.0249 Cosmology and Nongalactic Astrophysics
+1011.0302 Statistical Mechanics
+1011.2733 General Physics
+1011.3378 Mesoscale and Nanoscale Physics
+1011.3866
+1011.4838
+1011.5234 General Physics
+1012.0590 Superconductivity
+1012.0608 Rings and Algebras
+1012.5426 Mesoscale and Nanoscale Physics
+1101.0987 Physics and Society
+1101.1844
+1101.1860 Complex Variables
+1101.2438 Rings and Algebras
+1101.3348 Information Theory
+1101.3740 Superconductivity
+1101.3950 Mesoscale and Nanoscale Physics
+1101.4225 Astrophysics of Galaxies
+1101.5375
+1102.2662
+1102.3765 Superconductivity
+1102.4141
+1102.4296 Operator Algebras
+1103.0020 Strongly Correlated Electrons
+1103.0136 Probability
+1103.0965 Strongly Correlated Electrons
+1103.1322 Theory
+1103.1642 Cosmology and Nongalactic Astrophysics
+1103.1804 Symplectic Geometry
+1103.2732 Theory
+1103.2841 Programming Languages
+1103.4677 Statistical Mechanics
+1103.4809 Mesoscale and Nanoscale Physics
+1103.4860 Theory
+1103.5096
+1103.5940 Disordered Systems and Neural Networks
+1104.0019 Cosmology and Nongalactic Astrophysics
+1104.1386 Soft Condensed Matter
+1104.3164 High Energy Astrophysical Phenomena
+1104.4046 Materials Science
+1104.4423 Computer Science and Game Theory
+1104.5316 Phenomenology
+1105.0272 Materials Science
+1105.1578 Geometric Topology
+1105.1648 Superconductivity
+1105.3200 Group Theory
+1105.3317 Statistical Mechanics
+1105.3336 Statistical Mechanics
+1105.4829 Theory
+1106.0790 Phenomenology
+1106.4013 Earth and Planetary Astrophysics
+1106.4207 Soft Condensed Matter
+1106.4295
+1106.5767 Formal Languages and Automata Theory
+1106.6307 Group Theory
+1107.0377 Geometric Topology
+1107.0378 Geometric Topology
+1107.0555 Representation Theory
+1107.0695 Number Theory
+1107.0720 Phenomenology
+1107.1618 Spectral Theory
+1107.1723 Solar and Stellar Astrophysics
+1107.1728 Instrumentation and Methods for Astrophysics
+1107.1730 Number Theory
+1107.1735 Combinatorics
+1107.1739 Information Theory
+1107.1756 Combinatorics
+1107.1757 Superconductivity
+1107.1758 Mesoscale and Nanoscale Physics
+1107.1768
+1107.1769 Solar and Stellar Astrophysics
+1107.1775
+1107.1780 Data Structures and Algorithms
+1107.1784
+1107.1788 Dynamical Systems
+1107.1790 Algebraic Topology
+1107.1800 Cell Behavior
+1107.1808 Phenomenology
+1107.1809 Complex Variables
+1107.1814 Computer Science and Game Theory
+1107.1818 Functional Analysis
+1107.1820 Combinatorics
+1107.1821 Cryptography and Security
+1107.1827 Representation Theory
+1107.1830
+1107.1831 Computational Finance
+1107.1834 Computational Finance
+1107.1836 Differential Geometry
+1107.1838 Probability
+1107.1844 Combinatorics
+1107.1845 Superconductivity
+1107.1847 Cryptography and Security
+1107.1853 Differential Geometry
+1107.1856
+1107.1859 Geometric Topology
+1107.1860 Symplectic Geometry
+1107.1861 Representation Theory
+1107.1869 Combinatorics
+1107.1877 Geometric Topology
+1107.1878 Combinatorics
+1107.1882 Soft Condensed Matter
+1107.1883 Logic
+1107.1885 Classical Analysis and ODEs
+1107.1887 Classical Analysis and ODEs
+1107.1888 Phenomenology
+1107.1889 Theory
+1107.1891 Soft Condensed Matter
+1107.1894 Solar and Stellar Astrophysics
+1107.1895 Optimization and Control
+1107.1917 Analysis of PDEs
+1107.1919 Methodology
+1107.1921 Materials Science
+1107.1922 Analysis of PDEs
+1107.1923 Mesoscale and Nanoscale Physics
+1107.1925 Analysis of PDEs
+1107.1927 Biomolecules
+1107.1931 Operator Algebras
+1107.1933 Instrumentation and Methods for Astrophysics
+1107.1936 Earth and Planetary Astrophysics
+1107.1939 Number Theory
+1107.1940
+1107.1941 Networking and Internet Architecture
+1107.1943 Neural and Evolutionary Computing
+1107.1950 Artificial Intelligence
+1107.1951 Networking and Internet Architecture
+1107.1952 Materials Science
+1107.1954 Networking and Internet Architecture
+1107.1956 Information Retrieval
+1107.1959 Statistical Mechanics
+1107.1962 Commutative Algebra
+1107.1965
+1107.1967 Networking and Internet Architecture
+1107.1968 Algebraic Geometry
+1107.1974 Social and Information Networks
+1107.1975 Materials Science
+1107.1976 General Physics
+1107.1978 Materials Science
+1107.1980 Phenomenology
+1107.1987 Data Analysis, Statistics and Probability
+1107.1991 Phenomenology
+1107.1992 Quantum Algebra
+1107.1995 Quantum Algebra
+1107.1996 Classical Analysis and ODEs
+1107.2000 Data Structures and Algorithms
+1107.2001 Data Structures and Algorithms
+1107.2002 Differential Geometry
+1107.2010 Biological Physics
+1107.2012 Astrophysics of Galaxies
+1107.2023 Experiment
+1107.2028 Numerical Analysis
+1107.2033 Data Structures and Algorithms
+1107.2034 Geometric Topology
+1107.2042 Number Theory
+1107.2053 Operator Algebras
+1107.2054 Analysis of PDEs
+1107.2059 Information Theory
+1107.2066 Experiment
+1107.2070 Accelerator Physics
+1107.2072 Soft Condensed Matter
+1107.2073 Strongly Correlated Electrons
+1107.2076 Rings and Algebras
+1107.2085 Computer Vision and Pattern Recognition
+1107.2089 Artificial Intelligence
+1107.2090 Artificial Intelligence
+1107.2091 Formal Languages and Automata Theory
+1107.2100 Information Theory
+1107.2102 Commutative Algebra
+cond-mat/0608515 Superconductivity
+math/0107193 Geometric Topology
+math/0112311 Algebraic Geometry
+math/0402429 Differential Geometry
+math/0406247 Differential Geometry
+math/0411039 Group Theory
+math/0506212 Differential Geometry
+math/0506401 Differential Geometry
+physics/0701307 Physics and Society
+physics/0702055 Classical Physics
+0708.3772
+0801.3402 Theory
+0811.3899 Differential Geometry
+0812.4208
+0901.0240 Probability
+0902.0392 Machine Learning
+0902.1334 Statistical Mechanics
+0904.1317
+0907.2345 Superconductivity
+0907.2874 Chemical Physics
+0909.5524 Applications
+0910.4893 Analysis of PDEs
+0912.1939 Analysis of PDEs
+0912.3413 Differential Geometry
+0912.3805
+1001.0239 Representation Theory
+1002.1627 Numerical Analysis
+1002.3081 Operator Algebras
+1003.3268 Symplectic Geometry
+1003.4398 Numerical Analysis
+1004.5229 Learning
+1005.2512 Analysis of PDEs
+1006.2141 Cosmology and Nongalactic Astrophysics
+1006.4847 Computational Physics
+1007.1565 Accelerator Physics
+1007.1901 Combinatorics
+1008.0096 Chaotic Dynamics
+1008.0380 Phenomenology
+1008.2289 Mesoscale and Nanoscale Physics
+1009.0849 Superconductivity
+1009.2067 Combinatorics
+1010.1137 Mesoscale and Nanoscale Physics
+1010.2692 Optimization and Control
+1010.5977 Analysis of PDEs
+1011.1091 Numerical Analysis
+1011.2478 Symplectic Geometry
+1011.4339 Methodology
+1011.5378 Theory
+1012.0390 Theory
+1012.1138
+1012.2180 Theory
+1012.3124 Cell Behavior
+1102.2434 Superconductivity
+1102.4586 Strongly Correlated Electrons
+1102.4931 Category Theory
+1102.5738 Quantum Gases
+1103.1073 Algebraic Geometry
+1103.1199 Earth and Planetary Astrophysics
+1103.4182
+1103.4620 Theory
+1103.5395
+1104.0103
+1104.1048
+1104.2280 Theory
+1104.2349
+1104.3203 Biological Physics
+1104.3545 Cosmology and Nongalactic Astrophysics
+1104.5018 Strongly Correlated Electrons
+1104.5092 Algebraic Topology
+1105.1135 Superconductivity
+1105.1236
+1105.2326 High Energy Astrophysical Phenomena
+1105.2423 Biological Physics
+1105.4523 Operator Algebras
+1105.4790
+1106.1865 High Energy Astrophysical Phenomena
+1106.4734
+1106.4992 Phenomenology
+1106.6023 Phenomenology
+1106.6169 Optics
+1107.1033 Cosmology and Nongalactic Astrophysics
+1107.1745 Mesoscale and Nanoscale Physics
+1107.3925 Mesoscale and Nanoscale Physics
+1107.4602 Materials Science
+1107.5321 Theory
+1107.5518 Experiment
+1108.3823 Mesoscale and Nanoscale Physics
+1108.3915 Databases
+1108.4587 Instrumentation and Detectors
+1108.4794 Materials Science
+1108.4888 Mesoscale and Nanoscale Physics
+1109.1206 Quantitative Methods
+1109.1906 Astrophysics of Galaxies
+1109.2286 Materials Science
+1109.2377 Experiment
+1109.3321 High Energy Astrophysical Phenomena
+1109.3922 Populations and Evolution
+1109.3991 Atomic Physics
+1109.4113 Number Theory
+1109.4250 Chaotic Dynamics
+1109.4313 Classical Analysis and ODEs
+1109.4419 High Energy Astrophysical Phenomena
+1109.4422 Portfolio Management
+1109.4426 Theory
+1109.4430 Symplectic Geometry
+1109.4433 Distributed, Parallel, and Cluster Computing
+1109.4436
+1109.4443
+1109.4453 Combinatorics
+1109.4455 Cryptography and Security
+1109.4457 Optimization and Control
+1109.4459 Cryptography and Security
+1109.4460 Data Structures and Algorithms
+1109.4464 Metric Geometry
+1109.4466 Symplectic Geometry
+1109.4468 Phenomenology
+1109.4473 Operator Algebras
+1109.4474 Systems and Control
+1109.4476 Experiment
+1109.4477 Mesoscale and Nanoscale Physics
+1109.4478 Phenomenology
+1109.4481 Optimization and Control
+1109.4483 Cosmology and Nongalactic Astrophysics
+1109.4488 Materials Science
+1109.4489 Dynamical Systems
+1109.4493 Solar and Stellar Astrophysics
+1109.4494 Phenomenology
+1109.4497 Spectral Theory
+1109.4499 Information Theory
+1109.4500 Functional Analysis
+1109.4502 Strongly Correlated Electrons
+1109.4503 Networking and Internet Architecture
+1109.4511 Complex Variables
+1109.4512 Optics
+1109.4521 Physics and Society
+1109.4523 Statistical Mechanics
+1109.4528 Classical Analysis and ODEs
+1109.4530 Optimization and Control
+1109.4531 Computation and Language
+1109.4532 Differential Geometry
+1109.4544 Optimization and Control
+1109.4546
+1109.4549 Superconductivity
+1109.4550 Analysis of PDEs
+1109.4552 Discrete Mathematics
+1109.4562 Solar and Stellar Astrophysics
+1109.4563 Solar and Stellar Astrophysics
+1109.4565 Cryptography and Security
+1109.4570 Logic in Computer Science
+1109.4584 Dynamical Systems
+1109.4597 Instrumentation and Detectors
+1109.4598 Numerical Analysis
+1109.4600 Algebraic Geometry
+1109.4603 Artificial Intelligence
+1109.4604 History and Overview
+1109.4607
+1109.4609 Neural and Evolutionary Computing
+1109.4614 Functional Analysis
+1109.4616 Number Theory
+1109.4618 Logic in Computer Science
+1109.4620 Phenomenology
+1109.4626 Probability
+cond-mat/0409468 Statistical Mechanics
+cond-mat/0612533 Superconductivity
+hep-ph/9505370 Phenomenology
+math/0012227 Quantum Algebra
+math/0202101 Quantum Algebra
+math/0602029 Functional Analysis
+math/0609016 Algebraic Geometry
+math/9905141 Quantum Algebra
+nucl-th/0404084
+0706.4061 Differential Geometry
+0707.0870 Other Condensed Matter
+0710.1418 Dynamical Systems
+0801.1263
+0802.3390 Classical Physics
+0805.0968
+0808.3010 Strongly Correlated Electrons
+0809.0827
+0902.4367 Combinatorics
+0903.1760 Fluid Dynamics
+0904.1921 Solar and Stellar Astrophysics
+0905.2740 Combinatorics
+0905.3779 Number Theory
+0905.3857 Number Theory
+0906.1016
+0908.3035 Representation Theory
+0908.3441 Statistical Mechanics
+0910.4654 Analysis of PDEs
+0911.4392 Cosmology and Nongalactic Astrophysics
+1001.5081 Number Theory
+1002.0117 Optimization and Control
+1002.1255 Analysis of PDEs
+1002.1327 High Energy Astrophysical Phenomena
+1002.1822 Fluid Dynamics
+1002.2605 Fluid Dynamics
+1002.4442 Probability
+1003.4633 Differential Geometry
+1003.5139 Operator Algebras
+1004.2697 Logic in Computer Science
+1004.2834
+1005.0824 Logic in Computer Science
+1005.3881 Classical Physics
+1005.5277 Fluid Dynamics
+1006.0162 Functional Analysis
+1006.1240 Theory
+1006.3338 Mesoscale and Nanoscale Physics
+1007.1788 Chemical Physics
+1007.3108 Information Theory
+1008.0055 Statistics Theory
+1008.1021 Combinatorics
+1008.4155 Strongly Correlated Electrons
+1008.4339 Spectral Theory
+1009.3448 Networking and Internet Architecture
+1009.6028 Superconductivity
+1010.3272 Dynamical Systems
+1010.3375
+1010.5661 Information Theory
+1010.6295 Rings and Algebras
+1011.0180 Computational Complexity
+1011.0473
+1011.1725 Numerical Analysis
+1011.5338 Combinatorics
+1012.0132 Representation Theory
+1012.2100
+1012.2218 Metric Geometry
+1012.4317 Statistical Mechanics
+1012.4684
+1101.0168 General Physics
+1101.0915 Fluid Dynamics
+1101.2638
+1101.2990 Group Theory
+1101.5126
+1101.5517 Mesoscale and Nanoscale Physics
+1102.0973 Strongly Correlated Electrons
+1102.3874 Mesoscale and Nanoscale Physics
+1102.4459 Materials Science
+1103.0474 Pattern Formation and Solitons
+1103.0912 Cosmology and Nongalactic Astrophysics
+1103.2954 Mesoscale and Nanoscale Physics
+1103.3526 High Energy Astrophysical Phenomena
+1104.0214 Materials Science
+1104.1799 Representation Theory
+1104.2328 Theory
+1104.3093 Chaotic Dynamics
+1104.3384 Lattice
+1104.4734
+1104.5219 Algebraic Topology
+1105.0593 Phenomenology
+1105.1272 Probability
+1105.1878 Mesoscale and Nanoscale Physics
+1105.1924 Methodology
+1105.1981 Phenomenology
+1105.2167
+1105.2664 Mesoscale and Nanoscale Physics
+1105.2896 Combinatorics
+1105.2955 Cosmology and Nongalactic Astrophysics
+1105.4693 Strongly Correlated Electrons
+1106.0100 Plasma Physics
+1106.0481 Number Theory
+1106.1159
+1106.1872 Soft Condensed Matter
+1106.2386 Quantum Gases
+1106.3047
+1106.3332 Mesoscale and Nanoscale Physics
+1106.3756
+1106.4173
+1106.4233 Mesoscale and Nanoscale Physics
+1106.4356 Phenomenology
+1106.4958
+1106.6126
+1106.6296 Data Analysis, Statistics and Probability
+1107.0457 Plasma Physics
+1107.0755 Phenomenology
+1107.0953 Mesoscale and Nanoscale Physics
+1107.1196 Quantum Gases
+1107.1789 Cosmology and Nongalactic Astrophysics
+1107.2366 Operator Algebras
+1107.2617
+1107.2680 Classical Analysis and ODEs
+1107.2952 High Energy Astrophysical Phenomena
+1107.3101 Atomic Physics
+1107.3791
+1107.3816 Atomic Physics
+1107.4327
+1107.4532 Functional Analysis
+1107.5646 Data Analysis, Statistics and Probability
+1108.1024
+1108.1137 Lattice
+1108.1457 Mesoscale and Nanoscale Physics
+1108.1467 Functional Analysis
+1108.2131 Phenomenology
+1108.3532 Chemical Physics
+1108.4278 Phenomenology
+1108.4728 Materials Science
+1108.5003 Geophysics
+1108.5313 Differential Geometry
+1108.5482 Fluid Dynamics
+1108.5485 Fluid Dynamics
+1108.5607 Theory
+1108.6142 Strongly Correlated Electrons
+1109.0589 Cellular Automata and Lattice Gases
+1109.1155 Biological Physics
+1109.1297 Strongly Correlated Electrons
+1109.1551 Strongly Correlated Electrons
+1109.1687 Materials Science
+1109.1823 Phenomenology
+1109.1855 Atomic Physics
+1109.2600 Superconductivity
+1109.3054 Statistical Mechanics
+1109.3364
+1109.3877 Phenomenology
+1109.4024 Statistical Mechanics
+1109.4824
+1110.0254 Strongly Correlated Electrons
+1110.0447 Strongly Correlated Electrons
+1110.0617 Other Condensed Matter
+1110.0806 Strongly Correlated Electrons
+1110.2020 General Physics
+1110.2123 Phenomenology
+1110.2505 Algebraic Geometry
+1110.2639 Statistical Mechanics
+1110.3147 Computational Complexity
+1110.3287 General Physics
+1110.3315 Physics and Society
+1110.3937 Solar and Stellar Astrophysics
+1110.4836 Number Theory
+1110.5125 Superconductivity
+1110.6747 Materials Science
+1110.6906
+1111.1024 Combinatorics
+1111.1130 Solar and Stellar Astrophysics
+1111.1154
+1111.1628 Networking and Internet Architecture
+1111.1758 Instrumentation and Methods for Astrophysics
+1111.1784 Machine Learning
+1111.1799 Combinatorics
+1111.2203 Analysis of PDEs
+1111.2473 Analysis of PDEs
+1111.2504 Probability
+1111.2515
+1111.2868 Representation Theory
+1111.2870 Combinatorics
+1111.2871
+1111.2874 Complex Variables
+1111.2887 Cosmology and Nongalactic Astrophysics
+1111.2889 Cosmology and Nongalactic Astrophysics
+1111.2890 Mesoscale and Nanoscale Physics
+1111.2891 Strongly Correlated Electrons
+1111.2893 Computer Science and Game Theory
+1111.2895 Combinatorics
+1111.2896 Combinatorics
+1111.2898 Combinatorics
+1111.2901 Rings and Algebras
+1111.2908 Fluid Dynamics
+1111.2923 Statistics Theory
+1111.2926 Analysis of PDEs
+1111.2927 Statistical Mechanics
+1111.2928 Operator Algebras
+1111.2930 Statistical Mechanics
+1111.2933 Networking and Internet Architecture
+1111.2937 Materials Science
+1111.2941 Superconductivity
+1111.2943 Metric Geometry
+1111.2945 Combinatorics
+1111.2951 Theory
+1111.2953 Astrophysics of Galaxies
+1111.2955 Lattice
+1111.2957 Neurons and Cognition
+1111.2959 High Energy Astrophysical Phenomena
+1111.2960 Materials Science
+1111.2964 Algebraic Geometry
+1111.2965
+1111.2967 Pattern Formation and Solitons
+1111.2969 High Energy Astrophysical Phenomena
+1111.2971 Differential Geometry
+1111.2974 Numerical Analysis
+1111.2979 Fluid Dynamics
+1111.2981 Phenomenology
+1111.2985 Dynamical Systems
+1111.2986 Algebraic Geometry
+1111.2991 Information Theory
+1111.2993 Multimedia
+1111.2994 Classical Analysis and ODEs
+1111.2996 Networking and Internet Architecture
+1111.2998 Biomolecules
+1111.3000 Computer Vision and Pattern Recognition
+1111.3001 Software Engineering
+1111.3002
+1111.3005 Phenomenology
+1111.3007 Chemical Physics
+1111.3008 Statistical Mechanics
+1111.3010 Cryptography and Security
+1111.3011 Spectral Theory
+1111.3012 Lattice
+1111.3014 Statistical Mechanics
+1111.3015 Experiment
+1111.3018 Statistical Mechanics
+1111.3022 Distributed, Parallel, and Cluster Computing
+1111.3023 Lattice
+1111.3025 Systems and Control
+1111.3030 Statistical Mechanics
+1111.3034 Statistical Mechanics
+1111.3038 Statistical Mechanics
+1111.3041 Networking and Internet Architecture
+1111.3043 Numerical Analysis
+1111.3052 Chemical Physics
+1111.3056 Hardware Architecture
+1111.3058 Numerical Analysis
+1111.3059 Instrumentation and Methods for Astrophysics
+1111.3060 Statistical Mechanics
+1111.3061 Probability
+1111.3062 Neurons and Cognition
+1111.3064 Classical Physics
+1111.3065 Neurons and Cognition
+1111.3067 Probability
+1111.3069 Databases
+1111.3070 Materials Science
+1111.3073 Probability
+1111.3076 Group Theory
+1111.3077 Representation Theory
+1111.3085 Mesoscale and Nanoscale Physics
+1111.3091 Operator Algebras
+1111.3094 Combinatorics
+1111.3096 Software Engineering
+1111.3101 Dynamical Systems
+1111.3102 Classical Physics
+1111.3103 Adaptation and Self-Organizing Systems
+1111.3104 Number Theory
+1111.3106 Logic in Computer Science
+1111.3107 Logic in Computer Science
+1111.3108 Logic in Computer Science
+1111.3109 Logic in Computer Science
+1111.3110 Software Engineering
+1111.3111 Logic in Computer Science
+1111.3116 Experiment
+1111.3122 Computation and Language
+1111.3126 Neurons and Cognition
+1111.3133
+1111.3139 General Mathematics
+1111.3141 Phenomenology
+1111.3142 Combinatorics
+1111.3146 Solar and Stellar Astrophysics
+1111.3148 Differential Geometry
+1111.3152 Computation and Language
+1111.3153 Computation and Language
+1111.3157 Functional Analysis
+1111.3165 Distributed, Parallel, and Cluster Computing
+1111.3166 Information Theory
+1111.3175 Phenomenology
+1111.3182 Information Theory
+1111.3187 Dynamical Systems
+1111.3188 Analysis of PDEs
+1111.3189 Solar and Stellar Astrophysics
+1111.3191 High Energy Astrophysical Phenomena
+1111.3192 Statistical Mechanics
+1111.3203 Exactly Solvable and Integrable Systems
+1111.3206 Atomic Physics
+1111.3211 Superconductivity
+1111.3214 Chaotic Dynamics
+1111.3217 Combinatorics
+1111.3220 History and Overview
+1111.3226 Instrumentation and Methods for Astrophysics
+1111.3230 Superconductivity
+1111.3231 Soft Condensed Matter
+1111.3233 Materials Science
+1111.3234 Solar and Stellar Astrophysics
+1111.3239 Statistical Mechanics
+1111.3240 Information Theory
+1111.3241 Medical Physics
+1111.3242
+1111.3247 Phenomenology
+1111.3252 Combinatorics
+1111.3256 Chemical Physics
+1111.3262 Phenomenology
+1111.3263 Pricing of Securities
+1111.3270 Data Structures and Algorithms
+1111.3271 Optimization and Control
+1111.3274 Information Theory
+1111.3279 Combinatorics
+1111.3282 Discrete Mathematics
+1111.3283 Statistical Mechanics
+1111.3284 Experiment
+1111.3288 Discrete Mathematics
+1111.3297 Data Structures and Algorithms
+1111.3301
+1111.3303 High Energy Astrophysical Phenomena
+1111.3305 Number Theory
+1111.3312 Combinatorics
+1111.3315 High Energy Astrophysical Phenomena
+1111.3318 Soft Condensed Matter
+1111.3325 Combinatorics
+1111.3332 Instrumentation and Detectors
+1111.3333 Geometric Topology
+1111.3334 Distributed, Parallel, and Cluster Computing
+1111.3335 K-Theory and Homology
+1111.3339 Phenomenology
+1111.3340 Algebraic Geometry
+1111.3343 Probability
+1111.3346 Experiment
+1111.3356 Functional Analysis
+1111.3358 High Energy Astrophysical Phenomena
+cond-mat/0204129 Quantum Gases
+cond-mat/0206041 Quantum Gases
+cond-mat/0605362 Materials Science
+cs/0401030 Cryptography and Security
+cs/0402060 Cryptography and Security
+cs/0602012 Cryptography and Security
+hep-lat/9503028 Lattice
+math/0604457 Dynamical Systems
+0705.2867 General Topology
+0705.3592 Differential Geometry
+0706.1559 Strongly Correlated Electrons
+0707.4223
+0803.0319 Theory
+0803.4130 General Topology
+0804.2762 Statistical Mechanics
+0806.2632 Differential Geometry
+0806.2964 General Finance
+0806.3169 Differential Geometry
+0806.4774 Statistical Mechanics
+0809.1581 Differential Geometry
+0809.3602 Differential Geometry
+0811.0116 Mesoscale and Nanoscale Physics
+0811.1678 Geometric Topology
+0901.4603 Theory
+0902.1067 Cosmology and Nongalactic Astrophysics
+0904.0535 Differential Geometry
+0904.2968 Plasma Physics
+0905.0262 Differential Geometry
+0905.4186 Geometric Topology
+0906.2410 Differential Geometry
+0909.2171 Experiment
+0909.4373 Mesoscale and Nanoscale Physics
+0910.2734 Strongly Correlated Electrons
+0911.5145 Statistical Mechanics
+0911.5154 Statistical Mechanics
+1002.1934 Group Theory
+1002.4215 Phenomenology
+1004.2295 Superconductivity
+1004.3035
+1005.0790
+1005.5282 Other Condensed Matter
+1006.1942
+1006.2071
+1006.2364 Algebraic Geometry
+1006.3349 Theory
+1006.5058 Group Theory
+1007.2162 Soft Condensed Matter
+1007.5119 Exactly Solvable and Integrable Systems
+1007.5249 Dynamical Systems
+1008.1340
+1008.3918 Dynamical Systems
+1008.5231 Optimization and Control
+1009.0661 Combinatorics
+1009.4351 Functional Analysis
+1010.0709 Mesoscale and Nanoscale Physics
+1010.4231
+1010.5106 Differential Geometry
+1011.1349 Phenomenology
+1011.1856 Analysis of PDEs
+1011.2518
+1011.3620 Materials Science
+1011.5185 Statistical Mechanics
+1011.5981 Theory
+1012.0846 Theory
+1012.1301 Algebraic Geometry
+1012.2921
+1012.3737 Phenomenology
+1012.4178 Lattice
+1101.0003 Phenomenology
+1101.0498 Phenomenology
+1101.1172 Combinatorics
+1101.2934 Metric Geometry
+1101.3088 Commutative Algebra
+1101.3476 Theory
+1101.3790
+1101.4121 Materials Science
+1101.4167
+1101.4798 Theory
+1101.5047
+1101.5251 Theory
+1101.5713 Phenomenology
+1102.2718
+1102.3449
+1102.3790
+1102.3797 Materials Science
+1102.4466 Phenomenology
+1102.4574
+1102.5153
+1102.5490 Other Condensed Matter
+1103.1095 Phenomenology
+1103.1883 Phenomenology
+1103.2220 Theory
+1103.2426
+1103.3826
+1103.3971 Experiment
+1103.4995 Mesoscale and Nanoscale Physics
+1103.5741 Theory
+1103.5853 Theory
+1103.6019 Discrete Mathematics
+1103.6041
+1103.6127 Phenomenology
+1103.6186 Phenomenology
+1103.6217 Phenomenology
+1104.0056 Probability
+1104.0059 Probability
+1104.0123
+1104.0498 Strongly Correlated Electrons
+1104.0625 Cosmology and Nongalactic Astrophysics
+1104.0652 Cosmology and Nongalactic Astrophysics
+1104.0674 Theory
+1104.0686 Phenomenology
+1104.0760 Cosmology and Nongalactic Astrophysics
+1104.1003 High Energy Astrophysical Phenomena
+1104.1215 Statistical Mechanics
+1104.1456
+1104.1704
+1104.1800
+1104.2200
+1104.2814
+1104.3490
+1104.3692
+1104.4347 Theory
+1104.4365 Phenomenology
+1104.4472 Experiment
+1104.4505 Phenomenology
+1104.4578 Data Analysis, Statistics and Probability
+1104.4739 Phenomenology
+1104.4782 Phenomenology
+1104.5453
+1104.5624 Phenomenology
+1105.0585
+1105.0617 Instrumentation and Detectors
+1105.1168 Theory
+1105.1303 Other Condensed Matter
+1105.2035 Theory
+1105.2138 Phenomenology
+1105.2400
+1105.2745 Theory
+1105.2821 High Energy Astrophysical Phenomena
+1105.2867 General Topology
+1105.2875 Representation Theory
+1105.3062 Earth and Planetary Astrophysics
+1105.3950
+1105.4084
+1105.4155 Phenomenology
+1105.5162 Phenomenology
+1105.5167 Phenomenology
+1105.5431 Phenomenology
+1105.6048 Superconductivity
+1106.0139 Phenomenology
+1106.0173 Theory
+1106.0450 Mesoscale and Nanoscale Physics
+1106.0531 Statistical Mechanics
+1106.0799
+1106.0890 Theory
+1106.0976 Phenomenology
+1106.1325 Functional Analysis
+1106.1528 Cosmology and Nongalactic Astrophysics
+1106.1687 Soft Condensed Matter
+1106.1693
+1106.3036 Phenomenology
+1106.4427
+1106.4756 Phenomenology
+1106.4807
+1106.4889
+1106.5222 Theory
+1107.1213 Phenomenology
+1107.2493 Dynamical Systems
+1107.3922 Statistical Mechanics
+1107.3951 Functional Analysis
+1107.4103 Cosmology and Nongalactic Astrophysics
+1107.4263 Instrumentation and Methods for Astrophysics
+1107.4655
+1107.5346 Differential Geometry
+1107.5511 Category Theory
+1108.0389 Solar and Stellar Astrophysics
+1108.0824 Statistical Mechanics
+1108.1063 Category Theory
+1108.1069 Category Theory
+1108.1121 Systems and Control
+1108.1152 Computers and Society
+1108.1187 General Physics
+1108.1188 Probability
+1108.1193 Cosmology and Nongalactic Astrophysics
+1108.1217
+1108.1218 Phenomenology
+1108.1223 Methodology
+1108.1224 Materials Science
+1108.1226 Solar and Stellar Astrophysics
+1108.1231 Classical Physics
+1108.1236 Phenomenology
+1108.1247 Combinatorics
+1108.1260 Methodology
+1108.1262 Social and Information Networks
+1108.1263 Phenomenology
+1108.1264 Combinatorics
+1108.1265 Geometric Topology
+1108.1270 Geometric Topology
+1108.1272 Other Condensed Matter
+1108.1273 Pricing of Securities
+1108.1276 Algebraic Geometry
+1108.1281 Astrophysics of Galaxies
+1108.1292 Number Theory
+1108.1301 Symbolic Computation
+1108.1302 Cryptography and Security
+1108.1307 Solar and Stellar Astrophysics
+1108.1308 Solar and Stellar Astrophysics
+1108.1311 Atomic and Molecular Clusters
+1108.1312 Analysis of PDEs
+1108.1314 Software Engineering
+1108.1315 History and Overview
+1108.1321 Distributed, Parallel, and Cluster Computing
+1108.1324 Metric Geometry
+1108.1329 Quantum Gases
+1108.1332 Analysis of PDEs
+1108.1333 Materials Science
+1108.1334 Networking and Internet Architecture
+1108.1341 Networking and Internet Architecture
+1108.1343 Networking and Internet Architecture
+1108.1344 Cryptography and Security
+1108.1346 High Energy Astrophysical Phenomena
+1108.1350 Networking and Internet Architecture
+1108.1351 Data Structures and Algorithms
+1108.1352 Software Engineering
+1108.1353 Computer Vision and Pattern Recognition
+1108.1360 Biological Physics
+1108.1361 Social and Information Networks
+1108.1369 Cosmology and Nongalactic Astrophysics
+1108.1370 Analysis of PDEs
+1108.1374 Instrumentation and Methods for Astrophysics
+1108.1378 Databases
+1108.1386 Statistics Theory
+1108.1387 Functional Analysis
+cond-mat/0104196 Statistical Mechanics
+cond-mat/0207221 Superconductivity
+cond-mat/0306537 Strongly Correlated Electrons
+cond-mat/0308260 Strongly Correlated Electrons
+cond-mat/0508545 Statistical Mechanics
+cond-mat/0508546 Statistical Mechanics
+cond-mat/0508710 Statistical Mechanics
+cond-mat/0509266 Statistical Mechanics
+cond-mat/0509741 Statistical Mechanics
+cond-mat/0612644 Statistical Mechanics
+cond-mat/0612645 Statistical Mechanics
+cond-mat/0703001 Mesoscale and Nanoscale Physics
+hep-th/0110245 Theory
+hep-th/9804207 Theory
+math/0209361 Geometric Topology
+math/0407337 Differential Geometry
+math/0410498 Differential Geometry
+math/0608654 Algebraic Topology
+math/0612148 General Topology
+math/9911054 Differential Geometry
+quant-ph/9907027
+0706.3082 Number Theory
+0710.1959 Optimization and Control
+0710.5799 Number Theory
+0801.0481 Number Theory
+0801.1948 Number Theory
+0803.1148 Representation Theory
+0804.3878 Differential Geometry
+0806.1019 Theory
+0809.3135
+0902.3160 Statistical Mechanics
+0905.0771 Theory
+0905.2306 Mesoscale and Nanoscale Physics
+0911.0816 Operator Algebras
+0911.5460 Machine Learning
+1001.4731 Cosmology and Nongalactic Astrophysics
+1001.4758 Cosmology and Nongalactic Astrophysics
+1001.4904 Differential Geometry
+1002.0780 Probability
+1002.1546 Geometric Topology
+1002.4795 Optimization and Control
+1004.0927 Functional Analysis
+1004.1071 Probability
+1004.4189 Group Theory
+1005.0406 Mesoscale and Nanoscale Physics
+1006.5472 Materials Science
+1006.5704 Combinatorics
+1007.1769 Popular Physics
+1007.1997 Analysis of PDEs
+1008.0563 Group Theory
+1008.3004 Quantum Gases
+1008.3462 Optimization and Control
+1010.0125 High Energy Astrophysical Phenomena
+1010.0926 Mesoscale and Nanoscale Physics
+1010.0951 Lattice
+1010.3557 Disordered Systems and Neural Networks
+1011.0084
+1011.5513
+1011.5549 Data Structures and Algorithms
+1012.1994
+1012.4391 Analysis of PDEs
+1101.0351
+1101.2932 Optimization and Control
+1101.3653 Optimization and Control
+1101.4076 Materials Science
+1101.6037 Statistics Theory
+1102.0092 Analysis of PDEs
+1102.3360 Optimization and Control
+1103.0892 Mesoscale and Nanoscale Physics
+1103.4136 Differential Geometry
+1103.4614 Machine Learning
+1104.2318 Superconductivity
+1104.4474
+1104.4721 Number Theory
+1104.5045 Theory
+1104.5122 Mesoscale and Nanoscale Physics
+1104.5214 Data Structures and Algorithms
+1105.0007 Strongly Correlated Electrons
+1105.2924 Optimization and Control
+1105.4800 Experiment
+1105.4836 Statistical Mechanics
+1105.4850 Mesoscale and Nanoscale Physics
+1106.1099
+1106.3832 Materials Science
+1106.4536 Mesoscale and Nanoscale Physics
+1106.5868 Theory
+1106.6175 Phenomenology
+1107.0924 Materials Science
+1107.0936 Strongly Correlated Electrons
+1107.2462 Machine Learning
+1107.2652 Phenomenology
+1107.3753 Experiment
+1107.5704
+1108.1737 Commutative Algebra
+1108.3527 Theory
+1108.3559 Statistical Mechanics
+1108.3782 Geometric Topology
+1108.6033 Computer Science and Game Theory
+1108.6163 Phenomenology
+1109.0920 Materials Science
+1109.1793 Mesoscale and Nanoscale Physics
+1109.3050 Strongly Correlated Electrons
+1109.4442 Plasma Physics
+1109.4486 Soft Condensed Matter
+1109.4572 Mesoscale and Nanoscale Physics
+1109.4968 Differential Geometry
+1109.6585 Materials Science
+1110.0311 Quantum Gases
+1110.2700 High Energy Astrophysical Phenomena
+1110.4134 Materials Science
+1110.4459 Statistical Mechanics
+1110.4741
+1110.4813 Strongly Correlated Electrons
+1110.6615 High Energy Astrophysical Phenomena
+1111.0268 Metric Geometry
+1111.1113 Risk Management
+1111.1811 Mesoscale and Nanoscale Physics
+1111.2077 Discrete Mathematics
+1111.2109 Metric Geometry
+1111.2271 General Physics
+1111.2335 Solar and Stellar Astrophysics
+1111.2339 Solar and Stellar Astrophysics
+1111.2343 Representation Theory
+1111.2344 Numerical Analysis
+1111.2345 Analysis of PDEs
+1111.2352 Instrumentation and Methods for Astrophysics
+1111.2359 Phenomenology
+1111.2360 Experiment
+1111.2364 Dynamical Systems
+1111.2368 Probability
+1111.2369 Logic
+1111.2374 Algebraic Topology
+1111.2377 Geophysics
+1111.2390 High Energy Astrophysical Phenomena
+1111.2391 Computer Vision and Pattern Recognition
+1111.2392 Number Theory
+1111.2394 Commutative Algebra
+1111.2395 Medical Physics
+1111.2397 Experiment
+1111.2402 Classical Physics
+1111.2403 Operator Algebras
+1111.2408 Solar and Stellar Astrophysics
+1111.2409 Functional Analysis
+1111.2411 Populations and Evolution
+1111.2412 Distributed, Parallel, and Cluster Computing
+1111.2414 Classical Analysis and ODEs
+1111.2416 Optics
+1111.2417 Differential Geometry
+1111.2418 Distributed, Parallel, and Cluster Computing
+1111.2422 Computational Geometry
+1111.2428 Experiment
+1111.2430 Information Theory
+1111.2435 Functional Analysis
+1111.2436 Analysis of PDEs
+1111.2438 History and Overview
+1111.2441 History and Overview
+1111.2442 Mesoscale and Nanoscale Physics
+1111.2445 Probability
+1111.2449 Probability
+1111.2453 Solar and Stellar Astrophysics
+1111.2455 Solar and Stellar Astrophysics
+1111.2456 Information Theory
+1111.2457 Mesoscale and Nanoscale Physics
+1111.2458 Classical Physics
+1111.2459 Materials Science
+1111.2464 Analysis of PDEs
+1111.2467 Optimization and Control
+1111.2471 Differential Geometry
+1111.2472 High Energy Astrophysical Phenomena
+1111.2475 Number Theory
+1111.2478
+1111.2479 Algebraic Geometry
+1111.2480 Logic
+1111.2484 Experiment
+1111.2485 Soft Condensed Matter
+1111.2490 Analysis of PDEs
+1111.2495 Phenomenology
+1111.2498 General Topology
+1111.2500 Classical Physics
+1111.2502 Representation Theory
+1111.2503 Cryptography and Security
+1111.2505 Mesoscale and Nanoscale Physics
+1111.2506 Materials Science
+1111.2507 High Energy Astrophysical Phenomena
+1111.2508 Algebraic Geometry
+1111.2512 Solar and Stellar Astrophysics
+1111.2513 Analysis of PDEs
+1111.2514 Computational Engineering, Finance, and Science
+1111.2517 Analysis of PDEs
+1111.2518 Mesoscale and Nanoscale Physics
+1111.2520 Cryptography and Security
+1111.2522 Experiment
+1111.2524 Classical Physics
+1111.2525 Soft Condensed Matter
+1111.2528 Earth and Planetary Astrophysics
+1111.2530 Databases
+1111.2534
+1111.2535 Probability
+1111.2540 Materials Science
+1111.2541 Numerical Analysis
+1111.2542 Cryptography and Security
+1111.2543 Solar and Stellar Astrophysics
+1111.2545 Algebraic Geometry
+1111.2559 Quantum Algebra
+1111.2560 Superconductivity
+1111.2563
+1111.2567 Number Theory
+1111.2575 Materials Science
+1111.2576 Instrumentation and Methods for Astrophysics
+1111.2584 Computational Finance
+1111.2586 Mesoscale and Nanoscale Physics
+1111.2590 Lattice
+1111.2591 High Energy Astrophysical Phenomena
+1111.2594
+math/0509661 Rings and Algebras
+math/0606663 Probability
+math/0607331 Probability
+quant-ph/0609108
+0704.0752 Theory
+0706.3079 Phenomenology
+0707.1829
+0708.3538 Phenomenology
+0709.1004 Optics
+0709.1021
+0709.1232
+0709.1754 Theory
+0709.2492
+0709.4313 Theory
+0710.0714 Phenomenology
+0710.1620 Representation Theory
+0710.3182 Algebraic Geometry
+0710.4243
+0711.3868 Computational Physics
+0712.0655
+0801.1882
+0801.3581 Computational Geometry
+0801.4531
+0801.4852
+0802.0511 Materials Science
+0802.1118
+0802.2054 Optics
+0802.2796
+0802.3731
+0802.3802 Theory
+0802.3804
+0803.0082 Experiment
+0803.1381
+0803.2435
+0803.3116 Phenomenology
+0804.0286 Other Condensed Matter
+0804.0516 Combinatorics
+0804.0733 Combinatorics
+0804.1938 Atmospheric and Oceanic Physics
+0804.2283 Phenomenology
+0804.2350
+0804.4783 Phenomenology
+0805.0344
+0805.0768 Phenomenology
+0805.1421
+0805.2367
+0805.2395 Phenomenology
+0805.2832
+0805.4427 Disordered Systems and Neural Networks
+0807.1735
+0807.3417
+0807.3638 Populations and Evolution
+0807.3841
+0808.0788 Phenomenology
+0808.0846
+0808.1050
+0808.1539
+0808.1696
+0808.2612
+0809.0161
+0809.0575
+0809.1783
+0809.2266
+0809.2470
+0809.2755
+0809.3917
+0810.0077
+0810.0212
+0810.0217
+0810.0938
+0810.1118
+0810.1523
+0810.2189
+0810.3304
+0810.3344 Theory
+0810.3413
+0810.4303 Phenomenology
+0810.4313 Phenomenology
+0811.0202
+0811.0593
+0811.0698
+0812.3067
+0812.4007
+0812.4888
+0901.1094 Algebraic Geometry
+0902.1936 Instrumentation and Methods for Astrophysics
+0902.2108 Formal Languages and Automata Theory
+0903.0496 Solar and Stellar Astrophysics
+0903.1336 Solar and Stellar Astrophysics
+0903.4226 Dynamical Systems
+0903.4280 Astrophysics of Galaxies
+0904.1068 Cosmology and Nongalactic Astrophysics
+0904.2048
+0905.0898 Astrophysics of Galaxies
+0906.1468 Optics
+0906.3007 Solar and Stellar Astrophysics
+0906.3028 Solar and Stellar Astrophysics
+0906.3702 Number Theory
+0907.0001 Combinatorics
+0908.0149 Number Theory
+0908.3257 Geometric Topology
+0908.3666 Probability
+0908.4352 Functional Analysis
+0909.0194 Solar and Stellar Astrophysics
+0909.4130 Dynamical Systems
+0910.0083 Quantum Algebra
+0910.4924 Soft Condensed Matter
+0911.1361 Logic
+0911.1485 Number Theory
+0911.4277 Number Theory
+0912.3940 High Energy Astrophysical Phenomena
+1001.0909
+1002.0593 High Energy Astrophysical Phenomena
+1002.5022
+1003.2064 Number Theory
+1004.5465 Populations and Evolution
+1005.1136 Probability
+1005.1334 Statistical Mechanics
+1005.3933 Cosmology and Nongalactic Astrophysics
+1005.4155 Computational Geometry
+1006.2476 Representation Theory
+1006.4411
+1006.4998 Phenomenology
+1007.1106 Mesoscale and Nanoscale Physics
+1007.2167 Phenomenology
+1007.3950 Representation Theory
+1007.4818 Quantum Gases
+1007.5359 Materials Science
+1008.0029 Instrumentation and Detectors
+1008.0173 Materials Science
+1008.3478 Biological Physics
+1008.5278 Solar and Stellar Astrophysics
+1009.0286 Analysis of PDEs
+1009.1127 Phenomenology
+1009.1843 Dynamical Systems
+1009.3790 Theory
+1010.1013 High Energy Astrophysical Phenomena
+1010.1120
+1010.2039 Instrumentation and Detectors
+1010.2873
+1010.3389 Statistical Mechanics
+1010.3539 Populations and Evolution
+1010.3666 Theory
+1010.5373 Phenomenology
+1011.1237 Dynamical Systems
+1011.2798 Disordered Systems and Neural Networks
+1011.3505 Group Theory
+1011.3813 Solar and Stellar Astrophysics
+1011.5534 Cryptography and Security
+1011.5812 Probability
+1011.5938 Mesoscale and Nanoscale Physics
+1011.6354 Theory
+1011.6464 Theory
+1011.6631 Phenomenology
+1012.0560 Quantum Algebra
+1012.2659 Probability
+1012.4040
+1012.4304 Materials Science
+1012.5893 Quantum Algebra
+1101.0632 Quantitative Methods
+1101.1141 Mesoscale and Nanoscale Physics
+1101.1401
+1101.1989 Instrumentation and Detectors
+1101.2852
+1101.4046
+1101.4747 Representation Theory
+1101.4861 Populations and Evolution
+1101.4889
+1101.5970 Phenomenology
+1102.0463 Strongly Correlated Electrons
+1102.0980 Combinatorics
+1102.1110 Analysis of PDEs
+1102.1286
+1102.1385 Phenomenology
+1102.3246 Lattice
+1102.3933 Theory
+1102.4099 Information Theory
+1102.4452 Mesoscale and Nanoscale Physics
+1102.4866 Computational Geometry
+1102.5564
+1102.5607 Materials Science
+1103.0480
+1103.0654 Algebraic Geometry
+1103.4248 Mesoscale and Nanoscale Physics
+1103.5892 Optics
+1103.5926 Mesoscale and Nanoscale Physics
+1104.1564 Phenomenology
+1104.2062 Phenomenology
+1104.2331 Phenomenology
+1104.2500 Statistical Mechanics
+1104.3031 History and Philosophy of Physics
+1104.3227 Phenomenology
+1104.3474
+1104.4121 Theory
+1104.4436 Phenomenology
+1104.5263
+1104.5294 Experiment
+1105.0193 Instrumentation and Detectors
+1105.2109
+1105.2934 Digital Libraries
+1105.2997 Theory
+1105.3122 Theory
+1105.3742 Phenomenology
+1105.3761
+1105.4643 Geometric Topology
+1105.5142 Mesoscale and Nanoscale Physics
+1105.5925 Theory
+1105.6022 Functional Analysis
+1105.6144 Statistical Mechanics
+1105.6216 Phenomenology
+1106.2225
+1106.2651 Instrumentation and Methods for Astrophysics
+1106.2943
+1106.3497 Pattern Formation and Solitons
+1106.4214 Theory
+1106.4398
+1106.4473
+1106.4884
+1106.5658 Cosmology and Nongalactic Astrophysics
+1107.4244 Cosmology and Nongalactic Astrophysics
+1107.4928 Mesoscale and Nanoscale Physics
+1107.5064 High Energy Astrophysical Phenomena
+1108.0268 Superconductivity
+1108.1006
+1108.1234 Instrumentation and Methods for Astrophysics
+1108.1701 Mesoscale and Nanoscale Physics
+1108.1920 Number Theory
+1108.2918 Differential Geometry
+1108.3258 Mesoscale and Nanoscale Physics
+1108.3933 Number Theory
+1108.4114 Optimization and Control
+1108.4698 Robotics
+1108.4823
+1108.5083 Instrumentation and Methods for Astrophysics
+1108.5266 Probability
+1108.5277 Probability
+1108.5372 Solar and Stellar Astrophysics
+1108.5560 Probability
+1108.5625 Complex Variables
+1108.5667 Artificial Intelligence
+1108.5730
+1108.5735 Theory
+1108.5736 Cosmology and Nongalactic Astrophysics
+1108.5737 Dynamical Systems
+1108.5738
+1108.5760
+1108.5766 Logic in Computer Science
+1108.5767
+1108.5771
+1108.5772 Cosmology and Nongalactic Astrophysics
+1108.5774
+1108.5780 Earth and Planetary Astrophysics
+1108.5784 Information Retrieval
+1108.5785 Atomic Physics
+1108.5786 Chaotic Dynamics
+1108.5789 Experiment
+1108.5791 Fluid Dynamics
+1108.5793 Cryptography and Security
+1108.5794 Artificial Intelligence
+1108.5797 Rings and Algebras
+1108.5801 Data Analysis, Statistics and Probability
+1108.5802 Number Theory
+1108.5803 Superconductivity
+1108.5804
+1108.5806 Materials Science
+1108.5810 Analysis of PDEs
+1108.5811 Materials Science
+1108.5812 Materials Science
+1108.5814 Materials Science
+1108.5819 Materials Science
+1108.5820 Materials Science
+1108.5825 Artificial Intelligence
+1108.5826 Operator Algebras
+1108.5828 Phenomenology
+1108.5829 Theory
+1108.5832 Number Theory
+1108.5837 Artificial Intelligence
+1108.5842 Earth and Planetary Astrophysics
+1108.5845 Digital Libraries
+1108.5847 Phenomenology
+1108.5848
+1108.5849 Differential Geometry
+1108.5850 Solar and Stellar Astrophysics
+1108.5854 Analysis of PDEs
+1108.5855 Analysis of PDEs
+1108.5856
+1108.5858
+1108.5859 Differential Geometry
+1108.5862 Commutative Algebra
+1108.5864 Cryptography and Security
+1108.5868
+1108.5872 Phenomenology
+1108.5873 Instrumentation and Detectors
+1108.5877 Experiment
+1108.5878 Applications
+1108.5880 Instrumentation and Methods for Astrophysics
+1108.5882 Data Analysis, Statistics and Probability
+1108.5884
+1108.5887 Phenomenology
+1108.5891 Chemical Physics
+1108.5892 Algebraic Geometry
+1108.5893 Distributed, Parallel, and Cluster Computing
+1108.5900 K-Theory and Homology
+1108.5904 Distributed, Parallel, and Cluster Computing
+1108.5911 Materials Science
+1108.5920 Classical Analysis and ODEs
+1108.5926 General Physics
+1108.5929 General Physics
+1108.5946 Statistical Finance
+1108.5949 Combinatorics
+1108.5950 Rings and Algebras
+1108.5952 Category Theory
+1108.5955 Mesoscale and Nanoscale Physics
+1108.5958 Astrophysics of Galaxies
+1108.5959 Experiment
+1108.5961 Soft Condensed Matter
+1108.5965 Phenomenology
+1108.5967 Optics
+1108.5969 Experiment
+1108.5971 Data Analysis, Statistics and Probability
+1108.5972 Superconductivity
+1108.5977 Physics Education
+1108.5980 Phenomenology
+1108.5984 Algebraic Geometry
+1108.5986 Accelerator Physics
+1108.5992
+1108.5995 Cosmology and Nongalactic Astrophysics
+1108.5997 General Physics
+1108.6001 Representation Theory
+1108.6004 Differential Geometry
+1108.6007 Artificial Intelligence
+1108.6010 Cryptography and Security
+1108.6013 Differential Geometry
+1108.6015 Combinatorics
+1108.6016 Databases
+1108.6022 Computational Geometry
+1108.6025 Experiment
+1108.6026 Functional Analysis
+1108.6037 Quantum Algebra
+1108.6038 Combinatorics
+1108.6039 Experiment
+1108.6043 Data Analysis, Statistics and Probability
+1108.6044 Astrophysics of Galaxies
+1108.6046 Information Theory
+astro-ph/0206487
+astro-ph/0702265
+astro-ph/0702542
+astro-ph/9509107
+cond-mat/0410300 Superconductivity
+cs/0701102 Information Theory
+gr-qc/0702137
+hep-ph/0405227 Phenomenology
+hep-ph/0512076 Phenomenology
+hep-ph/0602038 Phenomenology
+hep-ph/0605104 Phenomenology
+hep-ph/0701148 Phenomenology
+hep-th/0602104 Theory
+hep-th/0611021 Theory
+hep-th/0701181 Theory
+math-ph/0003034
+math-ph/0003035
+math-ph/0003036
+math-ph/9806015
+math/0512166 Algebraic Geometry
+math/0603553 Dynamical Systems
+math/0606259 Quantum Algebra
+math/0612255 Quantum Algebra
+math/0703586 Operator Algebras
+nucl-ex/9903006
+nucl-ex/9909018
+physics/0512121 General Physics
+physics/0701311 Physics and Society
+0706.2792
+0803.4409
+0806.3539 Combinatorics
+0807.2613 Theory
+0810.1339 Representation Theory
+0810.2233 Algebraic Geometry
+0904.1412 Differential Geometry
+0906.2853 Classical Analysis and ODEs
+0909.0846 K-Theory and Homology
+0910.0363 Theory
+0910.1794 Algebraic Geometry
+0910.2532 Mesoscale and Nanoscale Physics
+0911.0193 Dynamical Systems
+0911.0432 Analysis of PDEs
+0912.2102 Mesoscale and Nanoscale Physics
+1001.3355 Machine Learning
+1005.0598 Combinatorics
+1005.4947 Operator Algebras
+1006.3364 Optics
+1006.3807 Metric Geometry
+1008.0618 Mesoscale and Nanoscale Physics
+1008.2172 Astrophysics of Galaxies
+1008.4666 General Physics
+1008.4699 Commutative Algebra
+1008.4794 Statistical Mechanics
+1009.0171 Differential Geometry
+1009.0210 Strongly Correlated Electrons
+1009.1531 Optics
+1009.1550 Chaotic Dynamics
+1009.2913 Physics and Society
+1010.2406 Populations and Evolution
+1010.3597 Algebraic Geometry
+1010.3628 Category Theory
+1010.4032 Mesoscale and Nanoscale Physics
+1010.5333 Quantum Gases
+1010.5727 Number Theory
+1010.5982 Theory
+1011.1461 High Energy Astrophysical Phenomena
+1011.4129 High Energy Astrophysical Phenomena
+1011.6519 Superconductivity
+1011.6547 Phenomenology
+1012.1968 Mesoscale and Nanoscale Physics
+1012.3421 Materials Science
+1012.5278 Statistics Theory
+1012.5316 Combinatorics
+1012.5547 Molecular Networks
+1101.0867 Phenomenology
+1101.1004 Plasma Physics
+1101.5415 Rings and Algebras
+1101.5447 Mesoscale and Nanoscale Physics
+1102.0485 Information Theory
+1102.1919 Other Condensed Matter
+1102.2645 Combinatorics
+1102.2759 Experiment
+1102.4305 Mesoscale and Nanoscale Physics
+1102.5708 Differential Geometry
+1103.0182 Neurons and Cognition
+1103.0871 Solar and Stellar Astrophysics
+1103.4803 Atomic Physics
+1103.5599 Data Structures and Algorithms
+1103.6089 Analysis of PDEs
+1104.0768
+1104.2405 Phenomenology
+1104.2406 Algebraic Geometry
+1104.2677 Statistics Theory
+1104.2685 Atmospheric and Oceanic Physics
+1104.2708 Mesoscale and Nanoscale Physics
+1104.2842 Artificial Intelligence
+1104.2844 Logic in Computer Science
+1104.2909 Computer Science and Game Theory
+1104.2914 Experiment
+1104.2921 General Physics
+1104.2922 Discrete Mathematics
+1104.2925 Digital Libraries
+1104.2926 Experiment
+1104.2936 Logic in Computer Science
+1104.2939 Multiagent Systems
+1104.2944 Discrete Mathematics
+1104.2946 Strongly Correlated Electrons
+1104.2962 Experiment
+1104.2963 Functional Analysis
+1104.2964 Computer Science and Game Theory
+1104.2966 Materials Science
+1104.2968
+1104.2974 Applications
+1104.2975 Methodology
+1104.2981 Dynamical Systems
+1104.2982 Information Retrieval
+1104.2993 Analysis of PDEs
+1104.2994 Mesoscale and Nanoscale Physics
+1104.2995 Quantitative Methods
+1104.2998
+1104.3003
+1104.3005 Applications
+1104.3016 Applications
+1104.3017 Phenomenology
+1104.3020 Statistical Mechanics
+1104.3025 Computational Complexity
+1104.3035 Analysis of PDEs
+1104.3044 Solar and Stellar Astrophysics
+1104.3045 Data Structures and Algorithms
+1104.3049 Computer Science and Game Theory
+1104.3053 Phenomenology
+1104.3054 Formal Languages and Automata Theory
+1104.3056 Computational Complexity
+1104.3057 Data Structures and Algorithms
+1104.3062 Group Theory
+1104.3065 Group Theory
+1104.3069 Information Theory
+1104.3076 Computational Geometry
+1104.3077 Logic
+1104.3082
+1104.3085 Probability
+1104.3100 Data Structures and Algorithms
+cond-mat/0010057 Strongly Correlated Electrons
+gr-qc/9404036
+math-ph/0108016
+math/0009087 Logic
+math/0402346 Optimization and Control
+0710.5362
+0710.5648 Complex Variables
+0711.2117 Classical Physics
+0802.2433 Phenomenology
+0803.0119 General Mathematics
+0803.4358 Strongly Correlated Electrons
+0805.2030 Phenomenology
+0805.2253
+0805.2280
+0805.4115
+0805.4594 Phenomenology
+0805.4771
+0806.0322 Phenomenology
+0806.4166
+0807.4303 Instrumentation and Detectors
+0810.4859 Algebraic Geometry
+0810.5641 Logic
+0811.0047 Materials Science
+0901.1866 Information Theory
+0901.2120 Information Theory
+0902.0672 Differential Geometry
+0902.0775 Cosmology and Nongalactic Astrophysics
+0903.3674 Numerical Analysis
+0904.1686 Symplectic Geometry
+0904.2102 Theory
+0904.3488 Fluid Dynamics
+0904.4331 Logic in Computer Science
+0905.4011 Materials Science
+0906.4313 Commutative Algebra
+0907.3509 Physics and Society
+0908.2321 General Physics
+0908.3497 Physics and Society
+0909.1819 Physics and Society
+0909.3324 Number Theory
+0910.2766 Combinatorics
+0910.3693 Cosmology and Nongalactic Astrophysics
+0910.4366 Mesoscale and Nanoscale Physics
+0910.4681 Combinatorics
+0911.0756
+0911.2398
+0912.2034 Materials Science
+1001.1445 Discrete Mathematics
+1002.1417 Computational Physics
+1003.2278 Operator Algebras
+1003.4025 Operator Algebras
+1003.5404 Mesoscale and Nanoscale Physics
+1003.5412 Strongly Correlated Electrons
+1004.2083 General Topology
+1004.2240
+1004.2935 Lattice
+1004.4792 Physics and Society
+1005.1601
+1005.5274 Theory
+1005.5535 Phenomenology
+1006.0316 Group Theory
+1006.0912 Quantum Algebra
+1006.1098 Plasma Physics
+1006.3865 Statistical Mechanics
+1006.4678 Theory
+1007.0110 Optics
+1007.0153
+1007.2935 Mesoscale and Nanoscale Physics
+1007.3795 Exactly Solvable and Integrable Systems
+1007.4353 Algebraic Geometry
+1007.4700 Plasma Physics
+1008.0043 Classical Analysis and ODEs
+1008.0072 Optics
+1008.0115
+1008.2603 Operator Algebras
+1008.3078 Strongly Correlated Electrons
+1008.3594 Metric Geometry
+1008.3794
+1008.4317 Combinatorics
+1008.5149 Cosmology and Nongalactic Astrophysics
+1009.1180 Optics
+1009.1930 Soft Condensed Matter
+1009.2539 Phenomenology
+1009.2546 Analysis of PDEs
+1009.2694
+1009.2831
+1009.3094 Theory
+1009.3182 Cosmology and Nongalactic Astrophysics
+1009.4354 Phenomenology
+1009.5096 Strongly Correlated Electrons
+1009.6083 Strongly Correlated Electrons
+1009.6179 Theory
+1010.0625 Experiment
+1010.1237 Strongly Correlated Electrons
+1010.2793
+1010.4512
+1010.4551 Materials Science
+1010.4612 Information Theory
+1010.4746 Experiment
+1010.5873 Mesoscale and Nanoscale Physics
+1011.0287 Phenomenology
+1011.0544
+1011.0980 Superconductivity
+1011.1420 Phenomenology
+1011.2415
+1011.2611 Phenomenology
+1011.3209 Phenomenology
+1011.3591 Phenomenology
+1011.4005 Theory
+1011.4170 Phenomenology
+1011.4177 Phenomenology
+1011.4496 Populations and Evolution
+1011.4605 Atomic Physics
+1011.4672 Experiment
+1011.4690 Mesoscale and Nanoscale Physics
+1011.4847
+1011.5801 Plasma Physics
+1011.5821 Experiment
+1011.6157 Phenomenology
+1011.6444 Quantum Gases
+1012.1380
+1012.4669 Cosmology and Nongalactic Astrophysics
+1012.5126
+1012.5814 Phenomenology
+1101.0063 Instrumentation and Methods for Astrophysics
+1101.0385 Complex Variables
+1101.0524 Materials Science
+1101.0895 Statistical Mechanics
+1101.1404 Phenomenology
+1101.1832 Phenomenology
+1101.2649
+1101.3937 Phenomenology
+1101.4020 Theory
+1101.5006 Quantum Gases
+1101.5228 Phenomenology
+1101.5525 Phenomenology
+1101.5670 Superconductivity
+1102.0212
+1102.0549 Atomic Physics
+1102.0575 Phenomenology
+1102.0685 Phenomenology
+1102.0725 Theory
+1102.0742 Experiment
+1102.0754
+1102.0875 Phenomenology
+1102.1981 Differential Geometry
+1102.2563
+1102.3611 Theory
+1102.4433 Theory
+1102.4440 Theory
+1102.4540 Populations and Evolution
+1102.4572
+1102.5042 Theory
+1102.5303 Mesoscale and Nanoscale Physics
+1103.1104
+1103.1197 Phenomenology
+1103.1668 Experiment
+1103.1762
+1103.1871 Experiment
+1103.2355 Theory
+1103.2365
+1103.2572 Combinatorics
+1103.3359 Statistical Mechanics
+1103.3474 Experiment
+1103.4020 Superconductivity
+1103.4426 Instrumentation and Detectors
+1103.4582 Mesoscale and Nanoscale Physics
+1103.5525 Solar and Stellar Astrophysics
+1103.5586 Networking and Internet Architecture
+1103.6178 Phenomenology
+1104.0275
+1104.0938 Mesoscale and Nanoscale Physics
+1104.1373 Theory
+1104.2264 Phenomenology
+1104.3238
+1104.3239
+1104.3496 Phenomenology
+1104.3627 Theory
+1104.3850 Theory
+1104.4162 Phenomenology
+1105.0109 Physics Education
+1105.1514 Cosmology and Nongalactic Astrophysics
+1105.1691 Strongly Correlated Electrons
+1105.2346
+1105.2534 Mesoscale and Nanoscale Physics
+1105.2550 Learning
+1105.3220 Combinatorics
+1105.3862 Probability
+1105.4546 Phenomenology
+1105.4807 Phenomenology
+1105.5342 Mesoscale and Nanoscale Physics
+1105.6350 Optics
+1106.0354 Statistical Mechanics
+1106.0855 Computational Geometry
+1106.1615 Algebraic Geometry
+1106.2460
+1106.2838
+1106.3183 Cosmology and Nongalactic Astrophysics
+1106.3761 Statistical Mechanics
+1106.3767 Artificial Intelligence
+1106.4426 Numerical Analysis
+1106.4597 Combinatorics
+1107.0632 Combinatorics
+1107.1126
+1107.1275
+1107.1598
+1107.1989 Phenomenology
+1107.2370 Theory
+1107.2623 Geometric Topology
+1107.3119 Computation and Language
+1107.3731 Data Structures and Algorithms
+1107.4132 Optimization and Control
+1107.4138 Logic in Computer Science
+1107.4376 Computers and Society
+1107.4434 Probability
+1107.4494 Combinatorics
+1107.4506 Machine Learning
+1107.4603 Pattern Formation and Solitons
+1107.4622 Chemical Physics
+1107.4628 Computers and Society
+1107.4636 Differential Geometry
+1107.4641 Logic
+1107.4651 Logic in Computer Science
+1107.4654 Combinatorics
+1107.4656 Mesoscale and Nanoscale Physics
+1107.4661 Multimedia
+1107.4663 Analysis of PDEs
+1107.4668 Materials Science
+1107.4669
+1107.4670
+1107.4675
+1107.4677 Differential Geometry
+1107.4679 Number Theory
+1107.4683 Phenomenology
+1107.4684 Software Engineering
+1107.4688 General Physics
+1107.4690 Optics
+1107.4692 Geometric Topology
+1107.4694 Strongly Correlated Electrons
+1107.4709 Discrete Mathematics
+1107.4711 Discrete Mathematics
+1107.4716 Probability
+1107.4717 Algebraic Topology
+1107.4720 Earth and Planetary Astrophysics
+1107.4724 Programming Languages
+1107.4731 Classical Analysis and ODEs
+1107.4732 Numerical Analysis
+1107.4734 Computation and Language
+1107.4744 Algebraic Geometry
+1107.4745 Dynamical Systems
+1107.4747 Artificial Intelligence
+1107.4748 History and Philosophy of Physics
+1107.4749 Probability
+1107.4750 Strongly Correlated Electrons
+1107.4753 Geophysics
+1107.4756 Mesoscale and Nanoscale Physics
+1107.4762 Theory
+1107.4763 Computer Vision and Pattern Recognition
+1107.4769 Materials Science
+1107.4770 Phenomenology
+1107.4778 Logic
+1107.4781 Logic
+1107.4785 Cryptography and Security
+1107.4786 Operating Systems
+1107.4791 Spectral Theory
+1107.4793 Solar and Stellar Astrophysics
+1107.4794 Combinatorics
+1107.4796 Computation and Language
+1107.4799 Physics and Society
+1107.4804 High Energy Astrophysical Phenomena
+1107.4805 High Energy Astrophysical Phenomena
+1107.4806 Instrumentation and Methods for Astrophysics
+1107.4809 High Energy Astrophysical Phenomena
+1107.4811 K-Theory and Homology
+1107.4815 Representation Theory
+1107.4817 Rings and Algebras
+1107.4818 Rings and Algebras
+1107.4820 Soft Condensed Matter
+1107.4821 Rings and Algebras
+1107.4822 Information Theory
+1107.4828 Geometric Topology
+1107.4829 Combinatorics
+1107.4836 Dynamical Systems
+1107.4838 Systems and Control
+1107.4842 Differential Geometry
+1107.4843 Applications
+1107.4849 Algebraic Geometry
+1107.4850 Networking and Internet Architecture
+1107.4851 Performance
+1107.4852 Applications
+1107.4853 Soft Condensed Matter
+1107.4855 Applications
+1107.4858 Superconductivity
+1107.4859 Soft Condensed Matter
+1107.4861 Methodology
+1107.4865 Artificial Intelligence
+1107.4867 Cosmology and Nongalactic Astrophysics
+1107.4868 Applications
+1107.4869 Symplectic Geometry
+1107.4874 Materials Science
+1107.4876 Dynamical Systems
+1107.4881 Pricing of Securities
+1107.4884
+1107.4886 Theory
+1107.4889 Medical Physics
+1107.4890 Number Theory
+1107.4892 Instrumentation and Methods for Astrophysics
+1107.4893 Data Structures and Algorithms
+1107.4894 High Energy Astrophysical Phenomena
+1107.4900 Information Theory
+1107.4902 Combinatorics
+1107.4905 Applications
+1107.4907 Differential Geometry
+1107.4910 Probability
+1107.4913 Classical Analysis and ODEs
+1107.4919 Applications
+1107.4920 Chaotic Dynamics
+1107.4925 Computational Physics
+1107.4926 Functional Analysis
+1107.4929 Computer Science and Game Theory
+1107.4931 Computer Science and Game Theory
+1107.4933 Number Theory
+1107.4936 Chemical Physics
+1107.4937 Artificial Intelligence
+1107.4940 Networking and Internet Architecture
+1107.4944 Combinatorics
+1107.4946 Popular Physics
+1107.4950 Networking and Internet Architecture
+1107.4951 Phenomenology
+1107.4955 Mesoscale and Nanoscale Physics
+1107.4958 Computer Vision and Pattern Recognition
+1107.4963 Statistical Mechanics
+1107.4967 Logic in Computer Science
+1107.4969 Sound
+1107.4970 Data Structures and Algorithms
+1107.4980 Commutative Algebra
+1107.4981 Networking and Internet Architecture
+1107.4982 Statistical Mechanics
+1107.4985 Machine Learning
+1107.4988 High Energy Astrophysical Phenomena
+1107.4994 Optics
+1107.4998 Algebraic Geometry
+1107.5000 Computer Vision and Pattern Recognition
+1107.5001 Astrophysics of Galaxies
+1107.5005
+1107.5009
+1107.5010
+1107.5014 Analysis of PDEs
+1107.5016 Geometric Topology
+1107.5017 Algebraic Geometry
+1107.5022 Logic
+1107.5024 Superconductivity
+1107.5026 Probability
+1107.5034 Complex Variables
+cond-mat/0204571 Superconductivity
+cond-mat/0305594 Materials Science
+cond-mat/0312602 Superconductivity
+cond-mat/0412588 Superconductivity
+cond-mat/0511229 Statistical Mechanics
+cond-mat/0512044 Mesoscale and Nanoscale Physics
+cond-mat/0512110 Mesoscale and Nanoscale Physics
+cond-mat/0512122 Superconductivity
+cond-mat/0512682 Superconductivity
+gr-qc/0407053
+math/0511312 Algebraic Geometry
+math/0511364 Algebraic Geometry
+math/0511451 General Mathematics
+math/9201280 Dynamical Systems
+math/9201293 Dynamical Systems
+math/9806154 Metric Geometry
+math/9901019 Quantum Algebra
+q-alg/9702026 Quantum Algebra
+quant-ph/0306085
+quant-ph/0310057
+quant-ph/0310083
+quant-ph/0407020
+quant-ph/0412185
+quant-ph/0412186
+quant-ph/0512148
+quant-ph/0606158
+0709.2781 Biological Physics
+0710.1430
+0712.0844 Probability
+0803.1449 Phenomenology
+0805.2945
+0805.4201 Phenomenology
+0808.0513 Probability
+0811.0994 Soft Condensed Matter
+0812.1090 Representation Theory
+0812.1504 Probability
+0902.3531 Theory
+0903.0516 Soft Condensed Matter
+0903.2732 Theory
+0906.1716 Probability
+0910.0131 Algebraic Topology
+0910.2114 Differential Geometry
+0911.0042
+0911.0388 Spectral Theory
+0912.4125 Superconductivity
+1002.0093 Optimization and Control
+1004.1805
+1005.4619 Differential Geometry
+1005.5514 Databases
+1006.0494 Theory
+1006.3028 Probability
+1007.2809
+1007.3161 Materials Science
+1007.4910 Mesoscale and Nanoscale Physics
+1008.2589 Theory
+1009.2075 Atomic Physics
+1009.3145 Information Theory
+1010.3161 Phenomenology
+1010.3434 Phenomenology
+1010.3808 Theory
+1011.0851 Optimization and Control
+1011.3177 Computer Vision and Pattern Recognition
+1012.0229 High Energy Astrophysical Phenomena
+1012.1473 Molecular Networks
+1012.1809 Pattern Formation and Solitons
+1012.2291
+1012.2696 Soft Condensed Matter
+1101.0944 Classical Analysis and ODEs
+1101.3153 Differential Geometry
+1101.5505 Theory
+1101.5819
+1102.3455 Phenomenology
+1102.3536 Phenomenology
+1102.3789
+1102.5035 Theory
+1102.5342 Strongly Correlated Electrons
+1102.5446 Strongly Correlated Electrons
+1103.1578 Phenomenology
+1103.4034 Chaotic Dynamics
+1103.4105
+1103.6246 Data Structures and Algorithms
+1104.0333 Phenomenology
+1104.2813 Rings and Algebras
+1104.2847 Complex Variables
+1105.0385 Lattice
+1105.1519 Representation Theory
+1105.2403 Superconductivity
+1105.5041 Statistics Theory
+1106.2365 Group Theory
+1106.2675
+1107.0677 Statistics Theory
+1107.1246 Mesoscale and Nanoscale Physics
+1107.1868 Optics
+1107.2292 Phenomenology
+1107.2782 Computer Vision and Pattern Recognition
+1107.2798 Statistics Theory
+1107.2943 Solar and Stellar Astrophysics
+1107.2954 Combinatorics
+1107.2957 Computer Science and Game Theory
+1107.2958
+1107.2970 Probability
+1107.2974
+1107.2978
+1107.2981
+1107.2997 Artificial Intelligence
+1107.2998 Algebraic Geometry
+1107.2999 Superconductivity
+1107.3000 Commutative Algebra
+1107.3002 Geometric Topology
+1107.3007 K-Theory and Homology
+1107.3019 Data Structures and Algorithms
+1107.3022 Data Structures and Algorithms
+1107.3025 Statistical Mechanics
+1107.3026 Experiment
+1107.3029 Dynamical Systems
+1107.3032 Phenomenology
+1107.3033 Combinatorics
+1107.3040 Soft Condensed Matter
+1107.3046 Statistics Theory
+1107.3056 Rings and Algebras
+1107.3062 Disordered Systems and Neural Networks
+1107.3065 Phenomenology
+1107.3066 Solar and Stellar Astrophysics
+1107.3067 Analysis of PDEs
+1107.3069 Computational Physics
+1107.3070 Functional Analysis
+1107.3081 Fluid Dynamics
+1107.3085 Adaptation and Self-Organizing Systems
+1107.3088 Solar and Stellar Astrophysics
+1107.3089
+1107.3091 Cosmology and Nongalactic Astrophysics
+1107.3093 Numerical Analysis
+1107.3094 Algebraic Geometry
+1107.3095 General Finance
+1107.3098 Numerical Analysis
+1107.3099 Systems and Control
+1107.3104 Applications
+1107.3112 Quantitative Methods
+1107.3121 Mesoscale and Nanoscale Physics
+1107.3124 Superconductivity
+1107.3135
+astro-ph/0006134
+astro-ph/0008146
+astro-ph/0101193
+astro-ph/0104292
+astro-ph/0106420
+astro-ph/0107507
+astro-ph/0110665
+astro-ph/0111084
+astro-ph/0111544
+astro-ph/0201430
+astro-ph/0205149
+astro-ph/0207668
+astro-ph/0209479
+astro-ph/0210147
+astro-ph/0210202
+astro-ph/0210354
+astro-ph/0210378
+astro-ph/0211027
+astro-ph/0212531
+astro-ph/0301232
+astro-ph/0302301
+astro-ph/0302401
+astro-ph/0302560
+astro-ph/0303384
+astro-ph/0306263
+astro-ph/0307208
+astro-ph/0311487
+astro-ph/0312641
+astro-ph/0312654
+astro-ph/0401087
+astro-ph/0401225
+astro-ph/0405364
+astro-ph/0406577
+astro-ph/0408244
+astro-ph/0408246
+astro-ph/0409579
+astro-ph/0409698
+astro-ph/0410243
+astro-ph/0411343
+astro-ph/0411546
+astro-ph/0502153
+astro-ph/0505244
+astro-ph/0506344
+astro-ph/0506401
+astro-ph/0506705
+astro-ph/0507413
+astro-ph/0509765
+astro-ph/0603313
+astro-ph/0701828
+astro-ph/9401027
+astro-ph/9506063
+astro-ph/9507062
+astro-ph/9611163
+astro-ph/9612239
+astro-ph/9807028
+astro-ph/9809368
+astro-ph/9903049
+astro-ph/9908272
+cond-mat/0405709 Statistical Mechanics
+gr-qc/0301003
+gr-qc/0305080
+gr-qc/0402040
+gr-qc/0405045
+gr-qc/0407097
+gr-qc/0504113
+gr-qc/9211017
+gr-qc/9811068
+hep-lat/0412005 Lattice
+hep-lat/9710068 Lattice
+hep-ph/0006211 Phenomenology
+hep-ph/0110341 Phenomenology
+hep-ph/0201195 Phenomenology
+hep-ph/0203248 Phenomenology
+hep-ph/0205014 Phenomenology
+hep-ph/0210170 Phenomenology
+hep-ph/0211368 Phenomenology
+hep-ph/0304190 Phenomenology
+hep-ph/0307239 Phenomenology
+hep-ph/0601135 Phenomenology
+hep-ph/0602081 Phenomenology
+hep-ph/9207214 Phenomenology
+hep-ph/9402341 Phenomenology
+hep-ph/9409315 Phenomenology
+hep-ph/9602235 Phenomenology
+hep-ph/9604341 Phenomenology
+hep-ph/9707259 Phenomenology
+hep-ph/9711486 Phenomenology
+hep-ph/9909406 Phenomenology
+hep-th/0002193 Theory
+hep-th/0005029 Theory
+hep-th/0006028 Theory
+hep-th/0101134 Theory
+hep-th/0103186 Theory
+hep-th/0106041 Theory
+hep-th/0106149 Theory
+hep-th/0106184 Theory
+hep-th/0207115 Theory
+hep-th/0301132 Theory
+hep-th/0302026 Theory
+hep-th/0305056 Theory
+hep-th/0310206 Theory
+hep-th/0310265 Theory
+hep-th/0311175 Theory
+hep-th/0506137 Theory
+hep-th/0508002 Theory
+hep-th/0608098 Theory
+hep-th/9203069 Theory
+hep-th/9401059 Theory
+hep-th/9402039 Theory
+hep-th/9409014 Theory
+hep-th/9412059 Theory
+hep-th/9612077 Theory
+hep-th/9802033 Theory
+math/0610654 Statistics Theory
+math/0701190 Commutative Algebra
+nucl-ex/0108029
+nucl-ex/9908001
+nucl-th/0103001
+nucl-th/0207089
+nucl-th/0212026
+nucl-th/0301032
+nucl-th/0404040
+nucl-th/0407111
+nucl-th/9806025
+nucl-th/9811077
+nucl-th/9910033
+physics/0008183 Accelerator Physics
+0707.3229 Operator Algebras
+0711.4811
+0804.1021 Symbolic Computation
+0808.0535 Logic
+0810.0792 Optics
+0812.2914 Other Condensed Matter
+0903.1281 Algebraic Geometry
+0904.1592 Algebraic Geometry
+0905.0947 Optics
+0905.2212 Algebraic Geometry
+0907.1757 Quantum Gases
+0908.0708
+0909.2933 Combinatorics
+0910.0946 Combinatorics
+0910.1797
+0910.1968 Operator Algebras
+0912.2564 High Energy Astrophysical Phenomena
+1002.2599 Algebraic Geometry
+1003.2446 Cosmology and Nongalactic Astrophysics
+1004.3299 Probability
+1005.1723 Differential Geometry
+1005.2973 Commutative Algebra
+1006.0174
+1006.2544 Instrumentation and Detectors
+1006.5037 Astrophysics of Galaxies
+1007.2694 Computer Science and Game Theory
+1008.3013 High Energy Astrophysical Phenomena
+1008.3339 Phenomenology
+1008.3733 Operator Algebras
+1008.4046 Analysis of PDEs
+1008.5188 Artificial Intelligence
+1009.1944
+1010.2574 Mesoscale and Nanoscale Physics
+1011.0906 Analysis of PDEs
+1011.5835 Optimization and Control
+1012.2585 Representation Theory
+1012.3550 Cosmology and Nongalactic Astrophysics
+1012.5690 Cosmology and Nongalactic Astrophysics
+1012.5737 Theory
+1101.5781 Theory
+1102.0579 Algebraic Geometry
+1102.2724 Differential Geometry
+1103.4123 Strongly Correlated Electrons
+1103.5356 Operator Algebras
+1104.2241 Biological Physics
+1104.2303 Formal Languages and Automata Theory
+1104.4081 Data Structures and Algorithms
+1105.0147
+1105.2142 Differential Geometry
+1105.2464 Cosmology and Nongalactic Astrophysics
+1105.2752 Algebraic Geometry
+1105.2768
+1105.2973 Probability
+1105.2993
+1105.3531 Information Theory
+1106.0342 Formal Languages and Automata Theory
+1106.1025 General Physics
+1106.2151
+1106.2617 Instrumentation and Detectors
+1106.3649 Disordered Systems and Neural Networks
+1106.5330
+1106.5455 Statistical Mechanics
+1106.6275 Atomic Physics
+1107.0115 Mesoscale and Nanoscale Physics
+1107.0995 Superconductivity
+1107.2991 Pattern Formation and Solitons
+1107.3428
+1107.5692
+1108.0052 Analysis of PDEs
+1108.0215 Optics
+1108.1205 Theory
+1108.1816
+1108.2009
+1108.2648
+1108.3077 Theory
+1108.4347 Earth and Planetary Astrophysics
+1108.4409 Quantum Gases
+1108.4421
+1108.5115 Instrumentation and Detectors
+1109.0821 Statistical Mechanics
+1109.1179 High Energy Astrophysical Phenomena
+1109.2902 Cosmology and Nongalactic Astrophysics
+1109.3023 Optics
+1109.3701 Learning
+1109.4507 Superconductivity
+1109.5800 Mesoscale and Nanoscale Physics
+1109.6176 Statistics Theory
+1109.6859 Quantum Gases
+1110.0717 Materials Science
+1110.0816 Mesoscale and Nanoscale Physics
+1110.1087 Theory
+1110.2105 Numerical Analysis
+1110.2508 Mesoscale and Nanoscale Physics
+1110.2532
+1110.2855 Learning
+1110.3479 Quantum Gases
+1110.3540 Phenomenology
+1110.3815 Phenomenology
+1110.4528 History and Philosophy of Physics
+1110.4534 Statistical Mechanics
+1110.4732 Classical Physics
+1110.5000 Information Theory
+1110.6644 High Energy Astrophysical Phenomena
+1111.0233 Other Computer Science
+1111.0803 Metric Geometry
+1111.4614 Materials Science
+1111.5515 Solar and Stellar Astrophysics
+1111.6200 Quantitative Methods
+1111.6263
+1111.6481
+1111.6776 Functional Analysis
+1111.6811 Medical Physics
+1112.0392 Strongly Correlated Electrons
+1112.0896 Information Theory
+1112.1090 Phenomenology
+1112.1694 Instrumentation and Methods for Astrophysics
+1112.1706 Theory
+1112.1771 Group Theory
+1112.1926 Solar and Stellar Astrophysics
+1112.2155 Databases
+1112.2169 Statistical Mechanics
+1112.2215 Strongly Correlated Electrons
+1112.2219 Algebraic Geometry
+1112.2223
+1112.2226 Data Analysis, Statistics and Probability
+1112.2230 Cryptography and Security
+1112.2234 Cryptography and Security
+1112.2243 Superconductivity
+1112.2244 Quantum Algebra
+1112.2245 Cryptography and Security
+1112.2248 Networking and Internet Architecture
+1112.2251 Information Retrieval
+1112.2254 Distributed, Parallel, and Cluster Computing
+1112.2255 Solar and Stellar Astrophysics
+1112.2256 Superconductivity
+1112.2257 Cryptography and Security
+1112.2258 Instrumentation and Detectors
+1112.2261 Multimedia
+1112.2265 Cryptography and Security
+1112.2266 History and Philosophy of Physics
+1112.2268
+1112.2271 Probability
+1112.2277 Chemical Physics
+1112.2282 Classical Analysis and ODEs
+1112.2284 Materials Science
+1112.2288 Machine Learning
+1112.2289 Machine Learning
+1112.2292 Networking and Internet Architecture
+1112.2293
+1112.2294 Algebraic Geometry
+1112.2295 Optimization and Control
+1112.2302 Human-Computer Interaction
+1112.2303 Combinatorics
+1112.2306 Information Theory
+1112.2311
+1112.2315 Machine Learning
+1112.2319 Machine Learning
+1112.2323 Combinatorics
+1112.2326 Combinatorics
+1112.2329 Functional Analysis
+1112.2330 Probability
+1112.2334 Algebraic Topology
+1112.2335 Representation Theory
+1112.2336 Databases
+1112.2337
+1112.2339 History and Philosophy of Physics
+1112.2343
+1112.2344
+1112.2346
+1112.2351 Spectral Theory
+1112.2354 Mesoscale and Nanoscale Physics
+1112.2356 Solar and Stellar Astrophysics
+1112.2359 Superconductivity
+1112.2361 Combinatorics
+1112.2362 Materials Science
+1112.2364 Superconductivity
+1112.2367 Group Theory
+1112.2369 Logic
+1112.2372 Networking and Internet Architecture
+1112.2374 Networking and Internet Architecture
+1112.2375 High Energy Astrophysical Phenomena
+1112.2376 Group Theory
+1112.2379 Computational Finance
+1112.2380 Metric Geometry
+1112.2384 Earth and Planetary Astrophysics
+1112.2386 Computer Vision and Pattern Recognition
+1112.2388 Data Analysis, Statistics and Probability
+1112.2393 High Energy Astrophysical Phenomena
+1112.2401 Databases
+1112.2404 Networking and Internet Architecture
+1112.2407 Mesoscale and Nanoscale Physics
+1112.2408 Networking and Internet Architecture
+1112.2410 Networking and Internet Architecture
+1112.2416 Materials Science
+1112.2417
+1112.2423 Commutative Algebra
+1112.2425 Commutative Algebra
+1112.2427 Commutative Algebra
+1112.2433 Methodology
+1112.2434 Number Theory
+1112.2435 Lattice
+1112.2439 Optics
+1112.2440 Category Theory
+1112.2444 Distributed, Parallel, and Cluster Computing
+1112.2447 Operator Algebras
+1112.2449 Geometric Topology
+1112.2453 Differential Geometry
+1112.2454 Number Theory
+1112.2460 Social and Information Networks
+1112.2461 Number Theory
+1112.2465 Analysis of PDEs
+1112.2466 Combinatorics
+1112.2467 Combinatorics
+1112.2472 Analysis of PDEs
+1112.2473 Mesoscale and Nanoscale Physics
+1112.2475 Chaotic Dynamics
+1112.2480 Differential Geometry
+1112.2484 Geometric Topology
+1112.2485 Phenomenology
+1112.2486 Accelerator Physics
+1112.2488 Mesoscale and Nanoscale Physics
+1112.2491 Chaotic Dynamics
+1112.2494 Algebraic Topology
+1112.2496 Materials Science
+1112.2498 Physics and Society
+1112.2499 History and Philosophy of Physics
+1112.2500 Materials Science
+1112.2501 Cosmology and Nongalactic Astrophysics
+1112.2502 Statistics Theory
+1112.2504 Complex Variables
+1112.2508 Astrophysics of Galaxies
+1112.2511
+1112.2519 Computational Complexity
+1112.2524 Optics
+1112.2528 Numerical Analysis
+1112.2531 Plasma Physics
+1112.2532 Materials Science
+1112.2535 Instrumentation and Detectors
+1112.2540 Numerical Analysis
+1112.2543 Probability
+1112.2545 Functional Analysis
+1112.2550
+1112.2553 Phenomenology
+1112.2563 Genomics
+1112.2564
+1112.2568 Classical Physics
+1112.2570 Classical Physics
+1112.2571 Phenomenology
+1112.2572 Solar and Stellar Astrophysics
+1112.2579 High Energy Astrophysical Phenomena
+1112.2581
+1112.2584 Distributed, Parallel, and Cluster Computing
+1112.2587 Theory
+1112.2588 Dynamical Systems
+1112.2592 Differential Geometry
+1112.2597 Phenomenology
+1112.2600 Instrumentation and Methods for Astrophysics
+1112.2605 Cryptography and Security
+1112.2606 Rings and Algebras
+1112.2610 Databases
+1112.2614
+1112.2616 Statistical Mechanics
+1112.2618 Atomic Physics
+1112.2619 Digital Libraries
+1112.2625 Statistical Mechanics
+1112.2627 Systems and Control
+1112.2634 Number Theory
+1112.2638 Computational Finance
+1112.2639 High Energy Astrophysical Phenomena
+1112.2642 Group Theory
+1112.2649 Cryptography and Security
+1112.2650 Probability
+1112.2652 Logic
+1112.2656 Theory
+1112.2657 Cosmology and Nongalactic Astrophysics
+1112.2661 Cryptography and Security
+1112.2662 Populations and Evolution
+1112.2663 Databases
+1112.2665
+1112.2671 Instrumentation and Methods for Astrophysics
+1112.2677 Mesoscale and Nanoscale Physics
+1112.2679 Machine Learning
+1112.2680 Methodology
+1112.2683 Cosmology and Nongalactic Astrophysics
+1112.2686 Astrophysics of Galaxies
+astro-ph/0410327
+cond-mat/0204509
+cond-mat/9503133
+hep-ph/0607036 Phenomenology
+physics/0604019 Optics
+0805.3266 General Mathematics
+0806.2265 Algebraic Geometry
+0810.0484 Quantum Algebra
+0810.1372 Algebraic Geometry
+0903.2739 Analysis of PDEs
+0904.4848
+0906.5019
+0907.2028 Group Theory
+0907.2582 Theory
+0910.1821 Soft Condensed Matter
+1002.1991 Group Theory
+1002.4163 Algebraic Geometry
+1003.3508 Commutative Algebra
+1004.2395
+1004.3721 Operator Algebras
+1004.4613 Phenomenology
+1004.4704 Applications
+1004.5086
+1005.0541 Theory
+1005.1276 Quantum Gases
+1005.3310
+1005.3766 Probability
+1005.3800 Probability
+1005.3801 Probability
+1005.3802 Probability
+1005.3804 Analysis of PDEs
+1005.3825 Probability
+1006.1730 Quantitative Methods
+1006.1792 Soft Condensed Matter
+1006.4202
+1006.5034 Superconductivity
+1006.5576 Classical Physics
+1007.1259 Data Structures and Algorithms
+1007.1593 Data Structures and Algorithms
+1007.4133 Soft Condensed Matter
+1007.4299 Analysis of PDEs
+1007.4843 Strongly Correlated Electrons
+1007.5446 Soft Condensed Matter
+1008.1803
+1008.1948
+1008.3259 Strongly Correlated Electrons
+1008.3604 Rings and Algebras
+1008.5191 Mesoscale and Nanoscale Physics
+1009.3581
+1009.5555 Geophysics
+1010.3403 Probability
+1010.3658 Instrumentation and Methods for Astrophysics
+1011.1135 Computer Science and Game Theory
+1011.1966 Analysis of PDEs
+1011.2882 Statistical Finance
+1011.5633
+1012.2152 Cryptography and Security
+1012.4399 Statistical Mechanics
+1012.4557 Statistical Mechanics
+1101.0531 Mesoscale and Nanoscale Physics
+1101.5666 Materials Science
+1102.0945 Phenomenology
+1102.2642 Materials Science
+1102.4490 Materials Science
+1102.4537
+1103.1515
+1103.4168 Databases
+1103.4576 Dynamical Systems
+1103.5070 Theory
+1103.6074 Quantum Gases
+1103.6095 Combinatorics
+1104.0514 High Energy Astrophysical Phenomena
+1104.1524 Data Analysis, Statistics and Probability
+1104.2167 Rings and Algebras
+1104.2533 Functional Analysis
+1104.4554 Instrumentation and Methods for Astrophysics
+1104.5374 General Physics
+1104.5675 Cosmology and Nongalactic Astrophysics
+1105.0022 Information Theory
+1105.0087 Algebraic Geometry
+1105.0102 Phenomenology
+1105.0152
+1105.0204 Statistics Theory
+1105.0205 Statistics Theory
+1105.0283 Networking and Internet Architecture
+1105.0348 Instrumentation and Detectors
+1105.0384 Analysis of PDEs
+1105.0417 Networking and Internet Architecture
+1105.0431 Theory
+1105.0433 Computational Complexity
+1105.0437 Numerical Analysis
+1105.0438 Distributed, Parallel, and Cluster Computing
+1105.0442 Information Theory
+1105.0443 Representation Theory
+1105.0448 Populations and Evolution
+1105.0451 Atomic Physics
+1105.0454 Group Theory
+1105.0455 Numerical Analysis
+1105.0458 Materials Science
+1105.0461 Strongly Correlated Electrons
+1105.0467 Functional Analysis
+1105.0470 Fluid Dynamics
+1105.0471 Learning
+1105.0473 Information Theory
+1105.0474 Combinatorics
+1105.0476 Information Theory
+1105.0479 Distributed, Parallel, and Cluster Computing
+1105.0489 Numerical Analysis
+1105.0491 Human-Computer Interaction
+1105.0497 Dynamical Systems
+1105.0503 Differential Geometry
+1105.0505 General Physics
+1105.0507 Geometric Topology
+1105.0518
+1105.0519 Applications
+1105.0522 Applications
+1105.0524 Applications
+1105.0527 Cosmology and Nongalactic Astrophysics
+1105.0529 Analysis of PDEs
+1105.0535 Theory
+1105.0536 Materials Science
+1105.0539 Algebraic Topology
+1105.0543 Applications
+1105.0548 Logic in Computer Science
+1105.0551 Differential Geometry
+1105.0552 Optics
+1105.0557 General Topology
+1105.0558 Computer Science and Game Theory
+1105.0564
+1105.0569 Information Theory
+1105.0570 Statistical Mechanics
+1105.0574 Number Theory
+1105.0597
+1105.0600 Commutative Algebra
+1105.0603 Solar and Stellar Astrophysics
+1105.0605 Dynamical Systems
+1105.0609 High Energy Astrophysical Phenomena
+1105.0611 Optimization and Control
+1105.0613 Algebraic Topology
+1105.0615 Solar and Stellar Astrophysics
+1105.0616 Materials Science
+1105.0619 Chemical Physics
+1105.0621 Classical Analysis and ODEs
+1105.0634 Instrumentation and Methods for Astrophysics
+1105.0635 Probability
+1105.0638 Computational Complexity
+1105.0642 Strongly Correlated Electrons
+1105.0643 Differential Geometry
+1105.0645 Instrumentation and Detectors
+1105.0653 Logic in Computer Science
+1105.0660 Complex Variables
+1105.0661 Distributed, Parallel, and Cluster Computing
+1105.0666 Solar and Stellar Astrophysics
+math/0309406 Algebraic Geometry
+0704.3238 Logic in Computer Science
+0805.4059 Information Theory
+0806.0780 Plasma Physics
+0806.4687 Algebraic Topology
+0806.4698 Plasma Physics
+0810.0726 Mesoscale and Nanoscale Physics
+0810.2203 Number Theory
+0810.4316 Physics and Society
+0812.4322 Discrete Mathematics
+0903.4569 Numerical Analysis
+0905.1096 Superconductivity
+0905.2423 Combinatorics
+0906.2889 Differential Geometry
+0906.3132 Numerical Analysis
+0906.4143
+0909.1399 Differential Geometry
+0909.5465
+0910.1692 Lattice
+0910.5173 Plasma Physics
+1003.0948 Atomic Physics
+1004.0018 Differential Geometry
+1004.3632 Differential Geometry
+1006.2713 Dynamical Systems
+1007.0725
+1007.4671 Strongly Correlated Electrons
+1007.5032 Data Structures and Algorithms
+1008.2241 Materials Science
+1008.2328
+1008.2700 Data Analysis, Statistics and Probability
+1009.3008 Soft Condensed Matter
+1009.3387 Information Theory
+1009.4085 Classical Analysis and ODEs
+1009.4860 Biological Physics
+1010.0071 Mesoscale and Nanoscale Physics
+1010.1207 Biological Physics
+1010.2195 Materials Science
+1010.3634 Theory
+1011.0708
+1011.1008 Soft Condensed Matter
+1011.1628 Dynamical Systems
+1011.6303 Soft Condensed Matter
+1012.0714 Mesoscale and Nanoscale Physics
+1012.1810 Experiment
+1012.1917 Materials Science
+1012.3167 Phenomenology
+1012.4473 Phenomenology
+1012.4511 Mesoscale and Nanoscale Physics
+1101.1653 Number Theory
+1101.4455 Theory
+1102.0317 Operator Algebras
+1102.2133 Geometric Topology
+1102.2880 Computational Complexity
+1102.2971 Number Theory
+1102.3341 Multiagent Systems
+1102.4497
+1102.4805 Mesoscale and Nanoscale Physics
+1102.5696 Materials Science
+1103.0928
+1103.2961 Superconductivity
+1103.4313 Mesoscale and Nanoscale Physics
+1104.0709 Mesoscale and Nanoscale Physics
+1104.2528 High Energy Astrophysical Phenomena
+1104.2632 Strongly Correlated Electrons
+1104.2664 Differential Geometry
+1104.3075 Physics and Society
+1104.4601 Digital Libraries
+1104.5131 Pricing of Securities
+1104.5235 Number Theory
+1104.5255 Solar and Stellar Astrophysics
+1104.5258 Materials Science
+1104.5261 Combinatorics
+1104.5266 Materials Science
+1104.5270 General Physics
+1104.5274
+1104.5278 Biomolecules
+1104.5280 Machine Learning
+1104.5281 Statistics Theory
+1104.5284 Computer Vision and Pattern Recognition
+1104.5287 High Energy Astrophysical Phenomena
+1104.5291 Plasma Physics
+1104.5293 Numerical Analysis
+1104.5299
+1104.5300 Commutative Algebra
+1104.5302 Optics
+1104.5304 Computer Vision and Pattern Recognition
+1104.5306 Statistical Mechanics
+1104.5310 Probability
+1104.5311 Logic
+1104.5315
+1104.5317 Dynamical Systems
+1104.5319 General Physics
+1104.5320
+1104.5322 High Energy Astrophysical Phenomena
+1104.5327 Information Theory
+1104.5332 Differential Geometry
+1104.5335 Logic in Computer Science
+1104.5337 Differential Geometry
+1104.5340 Superconductivity
+1104.5342 Differential Geometry
+1104.5343 Differential Geometry
+1104.5347 Classical Analysis and ODEs
+1104.5349 Differential Geometry
+1104.5358 Functional Analysis
+1104.5359 High Energy Astrophysical Phenomena
+1104.5360 Probability
+1104.5368 Distributed, Parallel, and Cluster Computing
+1104.5370 Complex Variables
+1104.5377 Human-Computer Interaction
+1104.5379 General Physics
+1104.5386 Soft Condensed Matter
+1104.5387 Software Engineering
+1104.5388 Functional Analysis
+1104.5389 Phenomenology
+1104.5390 Probability
+1104.5391 Learning
+1104.5393 Portfolio Management
+1104.5401 Combinatorics
+1104.5402 Theory
+1104.5404 Analysis of PDEs
+1104.5408 Analysis of PDEs
+1104.5409 Probability
+1104.5416 Probability
+1104.5419 Algebraic Geometry
+1104.5420 Number Theory
+1104.5428 Dynamical Systems
+1104.5429 Methodology
+1104.5430 Number Theory
+1104.5434
+1104.5439 Spectral Theory
+1104.5449 Cell Behavior
+1104.5466 Learning
+1104.5470 Cosmology and Nongalactic Astrophysics
+1104.5472 Algebraic Geometry
+1104.5473 Solar and Stellar Astrophysics
+1104.5478 Atomic Physics
+math/0506528 Geometric Topology
+math/0602573 Combinatorics
+math/0701940 Combinatorics
+nlin/0206034 Exactly Solvable and Integrable Systems
+quant-ph/0103030
+quant-ph/0212023
+quant-ph/0308043
+1111.2290 General Physics
+0804.0041 Information Theory
+0807.0619 Number Theory
+0808.0236 General Physics
+0810.2394
+0811.4500 Dynamical Systems
+0901.2269 Optimization and Control
+0904.2144 Computation
+0906.2582 Information Theory
+0908.1495 General Physics
+0909.3452 Superconductivity
+0912.2916 Combinatorics
+1001.1157 Phenomenology
+1003.0576 Phenomenology
+1003.1350 Differential Geometry
+1003.3254 High Energy Astrophysical Phenomena
+1003.4488 Quantum Gases
+1003.4533 Phenomenology
+1005.5306 Quantum Gases
+1006.2643 Data Analysis, Statistics and Probability
+1006.3958 Superconductivity
+1006.4576 Statistical Mechanics
+1006.5300 Probability
+1007.1103 Probability
+1007.1605
+1007.2622 Theory
+1007.2801 Soft Condensed Matter
+1007.3118 Differential Geometry
+1007.3791
+1007.4211 Mesoscale and Nanoscale Physics
+1007.5311 Cosmology and Nongalactic Astrophysics
+1008.1628 Networking and Internet Architecture
+1008.2554
+1008.2989 Probability
+1008.3528 Mesoscale and Nanoscale Physics
+1008.4452 Solar and Stellar Astrophysics
+1009.0821 Algebraic Geometry
+1009.1156 Statistical Mechanics
+1009.5942 Classical Physics
+1010.0106
+1010.1763 Learning
+1010.2538 Populations and Evolution
+1010.4462 Theory
+1010.4842 Quantum Gases
+1010.5080
+1011.0376 Commutative Algebra
+1011.0648 Quantum Algebra
+1011.0995 Mesoscale and Nanoscale Physics
+1011.1680 Soft Condensed Matter
+1011.4764 Materials Science
+1012.1395 High Energy Astrophysical Phenomena
+1012.3601
+1012.4916 Probability
+1012.5399 Metric Geometry
+1012.5784 Group Theory
+1101.0602 Phenomenology
+1102.2560 Fluid Dynamics
+1102.2596 Chemical Physics
+1102.5002 General Physics
+1102.5203
+1103.0258
+1103.0832 Analysis of PDEs
+1103.0864 Analysis of PDEs
+1103.1000
+1103.1030 Functional Analysis
+1103.1273 Superconductivity
+1103.1288 Materials Science
+1103.1360 Hardware Architecture
+1103.1386
+1103.1390 Solar and Stellar Astrophysics
+1103.1394 Instrumentation and Methods for Astrophysics
+1103.1399
+1103.1403 Information Theory
+1103.1407 General Topology
+1103.1408 General Mathematics
+1103.1409 Functional Analysis
+1103.1418 Analysis of PDEs
+1103.1420 Cosmology and Nongalactic Astrophysics
+1103.1421 Analysis of PDEs
+1103.1431 Computational Geometry
+1103.1445 Combinatorics
+1103.1446
+1103.1447 Chaotic Dynamics
+1103.1451
+1103.1455
+1103.1457 Statistics Theory
+1103.1462 Complex Variables
+1103.1472 Statistics Theory
+1103.1473
+1103.1475 Computer Vision and Pattern Recognition
+1103.1479 Probability
+1103.1480 Statistics Theory
+1103.1489 Statistics Theory
+1103.1492 Statistics Theory
+1103.1493 Number Theory
+1103.1497 Software Engineering
+1103.1505 Plasma Physics
+1103.1506
+1103.1507
+1103.1511 Optimization and Control
+1103.1513
+1103.1516 Robotics
+1103.1518 Networking and Internet Architecture
+1103.1521 Combinatorics
+1103.1523 Lattice
+1103.1525 Statistics Theory
+1103.1531 Cosmology and Nongalactic Astrophysics
+1103.1544 Networking and Internet Architecture
+1103.1547 Pattern Formation and Solitons
+1103.1552 Cryptography and Security
+1103.1555 Algebraic Topology
+1103.1563 Analysis of PDEs
+1103.1564 Statistical Mechanics
+1103.1573 Accelerator Physics
+1103.1574
+1103.1575 Accelerator Physics
+1103.1576 Differential Geometry
+1103.1583 Accelerator Physics
+1103.1586
+1103.1592 Statistics Theory
+1103.1597
+1103.1598 Information Theory
+1103.1601 Geometric Topology
+1103.1602
+1103.1612 Populations and Evolution
+1103.1616 Strongly Correlated Electrons
+1103.1621 Plasma Physics
+cond-mat/0109472 Statistical Mechanics
+cond-mat/0611160 Statistical Mechanics
+cs/0211001 Data Structures and Algorithms
+hep-ph/0506139 Phenomenology
+math/0611551 Combinatorics
+0705.2354 Statistical Mechanics
+0708.4233 Phenomenology
+0904.1628
+0906.0325 Complex Variables
+0908.4177 Metric Geometry
+0909.5408 Dynamical Systems
+0912.0449 Computational Physics
+1004.0196
+1004.1787 Operator Algebras
+1004.3031 Phenomenology
+1004.4228
+1004.4483 Theory
+1008.1179 Differential Geometry
+1008.3633
+1008.4711 Number Theory
+1009.4686
+1009.5434 Group Theory
+1009.5467 Mesoscale and Nanoscale Physics
+1010.6056 Methodology
+1011.2276 Quantum Gases
+1012.5310 Phenomenology
+1012.5568 Optimization and Control
+1012.5920 Combinatorics
+1101.2276 Materials Science
+1101.3182 Data Structures and Algorithms
+1101.3918 Classical Analysis and ODEs
+1101.5636 Mesoscale and Nanoscale Physics
+1102.0057
+1102.2872 Statistics Theory
+1102.3934 Quantum Gases
+1102.5592 Materials Science
+1103.0222 Optics
+1103.0278 Cosmology and Nongalactic Astrophysics
+1103.1361 Materials Science
+1103.2602 Materials Science
+1103.3415
+1103.4871 Solar and Stellar Astrophysics
+1103.4968 Combinatorics
+1104.3470 Probability
+1104.3885
+1104.5400 Data Structures and Algorithms
+1104.5557 Data Structures and Algorithms
+1105.0889 Statistics Theory
+1105.1728 Optimization and Control
+1105.2286 Rings and Algebras
+1105.3098 Soft Condensed Matter
+1105.3935
+1106.0960 Quantum Gases
+1106.1064 Theory
+1106.1145 Phenomenology
+1106.1271 Number Theory
+1106.1970 Probability
+1106.4126 Complex Variables
+1106.4193 Mesoscale and Nanoscale Physics
+1106.5953
+1107.0937
+1107.1431 Statistical Mechanics
+1107.2020
+1107.2360 Quantum Gases
+1107.3519 History and Overview
+1107.3722 High Energy Astrophysical Phenomena
+1107.4305
+1107.4713 Rings and Algebras
+1107.5440 Statistical Mechanics
+1108.1101 Superconductivity
+1108.1383
+1108.1567 Atomic Physics
+1108.2705 Superconductivity
+1108.2834 Phenomenology
+1108.3743 Materials Science
+1108.3905 Differential Geometry
+1108.4764 Phenomenology
+1108.4828 Digital Libraries
+1108.5588 Cosmology and Nongalactic Astrophysics
+1108.6235 Materials Science
+1109.1309 Instrumentation and Methods for Astrophysics
+1109.3394 Mesoscale and Nanoscale Physics
+1109.4307 Strongly Correlated Electrons
+1109.5529 Statistical Mechanics
+1109.5825 Fluid Dynamics
+1110.0423 Commutative Algebra
+1110.1134 Statistical Mechanics
+1110.3676 Experiment
+1110.4035
+1110.4646 Solar and Stellar Astrophysics
+1110.4886 Complex Variables
+1110.5787 Statistical Mechanics
+1110.5865 Molecular Networks
+1110.6772 Popular Physics
+1111.0532 Plasma Physics
+1111.1136 Learning
+1111.1574 Phenomenology
+1111.2740
+1111.2904 Social and Information Networks
+1111.2947 Combinatorics
+1111.2948 Learning
+1111.3120 Differential Geometry
+1111.3336 Materials Science
+1111.3360 Solar and Stellar Astrophysics
+1111.3364 Instrumentation and Methods for Astrophysics
+1111.3372 Cosmology and Nongalactic Astrophysics
+1111.3376 Information Theory
+1111.3377 High Energy Astrophysical Phenomena
+1111.3378 High Energy Astrophysical Phenomena
+1111.3388 Complex Variables
+1111.3393 Information Theory
+1111.3395 Information Theory
+1111.3396 Information Theory
+1111.3399 Combinatorics
+1111.3402 Theory
+1111.3403 Combinatorics
+1111.3404 Machine Learning
+1111.3412 Information Theory
+1111.3418 Functional Analysis
+1111.3429
+1111.3431 Superconductivity
+1111.3438
+1111.3447 Classical Analysis and ODEs
+1111.3453 Classical Analysis and ODEs
+1111.3455 Phenomenology
+1111.3462 Computation and Language
+1111.3465 Probability
+1111.3467 Algebraic Geometry
+1111.3469 Group Theory
+1111.3475 Algebraic Geometry
+1111.3477 Information Theory
+1111.3479 Accelerator Physics
+1111.3481 Materials Science
+1111.3482 Dynamical Systems
+1111.3483 Optics
+1111.3484 High Energy Astrophysical Phenomena
+1111.3489 Category Theory
+1111.3502 Lattice
+1111.3504 History and Overview
+1111.3507 Number Theory
+1111.3508 Representation Theory
+1111.3515 Geometric Topology
+1111.3518 Biomolecules
+1111.3524 Lattice
+1111.3527
+1111.3530 Social and Information Networks
+1111.3531
+1111.3532 Mesoscale and Nanoscale Physics
+1111.3533 Phenomenology
+1111.3538 Algebraic Geometry
+1111.3540 Analysis of PDEs
+1111.3543 Soft Condensed Matter
+1111.3571 Instrumentation and Methods for Astrophysics
+1111.3577 Phenomenology
+1111.3578 Experiment
+1111.3581 Adaptation and Self-Organizing Systems
+1111.3585 K-Theory and Homology
+1111.3587 Probability
+1111.3592 High Energy Astrophysical Phenomena
+1111.3596 Lattice
+1111.3604 Functional Analysis
+1111.3610 Neurons and Cognition
+1111.3614 Cosmology and Nongalactic Astrophysics
+1111.3617
+1111.3629 Cosmology and Nongalactic Astrophysics
+1111.3635 Geometric Topology
+math/0503397 Metric Geometry
+math/0509512 Metric Geometry
+math/0511171 Metric Geometry
+math/0603372 Metric Geometry
+math/0610945 Algebraic Geometry
+0712.0922 Representation Theory
+0801.1596 Mesoscale and Nanoscale Physics
+0801.1613 Disordered Systems and Neural Networks
+0802.2051 Optics
+0802.2191 Differential Geometry
+0804.3289 Representation Theory
+0804.4576 Functional Analysis
+0804.4811 Algebraic Geometry
+0807.4000 Theory
+0807.4991 Differential Geometry
+0808.4107 Optics
+0809.1949 Cryptography and Security
+0810.0477 Theory
+0810.3601 Statistical Mechanics
+0812.2844 Computational Physics
+0812.4738 Theory
+0902.0038 Rings and Algebras
+0902.1765 Algebraic Geometry
+0903.2439 Differential Geometry
+0906.3374 Group Theory
+0907.4564 Strongly Correlated Electrons
+0908.1378 Mesoscale and Nanoscale Physics
+0909.2190 Logic
+0909.5311 Combinatorics
+0910.2045
+0910.5587
+0911.1164 Probability
+0912.2219 Algebraic Topology
+0912.3335
+0912.3909 Algebraic Geometry
+1003.2040 Differential Geometry
+1003.3136 Materials Science
+1003.3952 Exactly Solvable and Integrable Systems
+1003.4972 Information Theory
+1004.0514 Neural and Evolutionary Computing
+1004.0866 Soft Condensed Matter
+1004.1603
+1004.2274 Analysis of PDEs
+1004.4852 Superconductivity
+1005.2581 Performance
+1005.2966 Superconductivity
+1005.3218 Analysis of PDEs
+1005.3889 Information Theory
+1005.4707 Strongly Correlated Electrons
+1005.5154 Strongly Correlated Electrons
+1005.5602 Combinatorics
+1006.1483 Superconductivity
+1006.1788 Physics and Society
+1006.2628 Combinatorics
+1007.0744 Number Theory
+1007.3957
+1007.5281
+1007.5327 Probability
+1008.1273 Molecular Networks
+1008.1772 Materials Science
+1008.3766 Group Theory
+1008.4050 Materials Science
+1008.4057 Materials Science
+1008.4649 Classical Physics
+1008.5156 Optics
+1009.2118 Information Theory
+1009.2330
+1009.5511 Probability
+1009.6191 Algebraic Geometry
+1010.1452 Materials Science
+1010.1927 Materials Science
+1010.4759 Combinatorics
+1010.5907 Instrumentation and Methods for Astrophysics
+1011.2987 Group Theory
+1011.4569 Operator Algebras
+1011.4651 Metric Geometry
+1011.4808 Superconductivity
+1011.5220 Number Theory
+1012.0304 Atomic Physics
+1012.0396 Solar and Stellar Astrophysics
+1012.1451 Combinatorics
+1012.2123 Differential Geometry
+1012.2487 Phenomenology
+1012.4544
+1012.4915 Analysis of PDEs
+1012.5774 Information Theory
+1101.0362 Neural and Evolutionary Computing
+1101.2455 Theory
+1101.3159 Superconductivity
+1101.3170 Superconductivity
+1101.3702 Representation Theory
+1101.5591 Disordered Systems and Neural Networks
+1102.0692
+1102.1661 Disordered Systems and Neural Networks
+1102.5301
+1103.1044 Disordered Systems and Neural Networks
+1103.1221 Mesoscale and Nanoscale Physics
+1103.1372 Quantum Gases
+1103.3841 Complex Variables
+1103.4648 Cosmology and Nongalactic Astrophysics
+1103.5148 Group Theory
+1104.1135 Data Structures and Algorithms
+1104.2588 Theory
+1104.2932 Instrumentation and Methods for Astrophysics
+1104.3119 Data Structures and Algorithms
+1104.3880 Strongly Correlated Electrons
+1104.4415 Combinatorics
+1104.4508 Strongly Correlated Electrons
+1104.4534 Analysis of PDEs
+1104.4642 Phenomenology
+1104.5465 Solar and Stellar Astrophysics
+1105.0170 Complex Variables
+1105.0937
+1105.1689 Cosmology and Nongalactic Astrophysics
+1105.1985 Programming Languages
+1105.2763 Complex Variables
+1105.2831 Differential Geometry
+1105.2832 General Physics
+1105.2835
+1105.2839 Solar and Stellar Astrophysics
+1105.2841 Geophysics
+1105.2846 Functional Analysis
+1105.2847 Number Theory
+1105.2849 Formal Languages and Automata Theory
+1105.2850 Analysis of PDEs
+1105.2855 Materials Science
+1105.2858 Functional Analysis
+1105.2861 Superconductivity
+1105.2863 Classical Analysis and ODEs
+1105.2865 Information Theory
+1105.2868 Learning
+1105.2873 Accelerator Physics
+1105.2874 Discrete Mathematics
+1105.2877 Complex Variables
+1105.2880 General Topology
+1105.2881 Complex Variables
+1105.2888 Functional Analysis
+1105.2890 Human-Computer Interaction
+1105.2891 Statistics Theory
+1105.2897 Number Theory
+1105.2900 General Finance
+1105.2902 Artificial Intelligence
+1105.2904 Computational Physics
+1105.2909 Combinatorics
+1105.2911 Statistics Theory
+1105.2914 Functional Analysis
+1105.2915 Chemical Physics
+1105.2917 Methodology
+1105.2918 Classical Physics
+1105.2920 Differential Geometry
+1105.2921 Logic
+1105.2925 Digital Libraries
+1105.2927 Quantum Algebra
+1105.2939 Optics
+1105.2944 Logic
+1105.2950 Algebraic Geometry
+1105.2951 Adaptation and Self-Organizing Systems
+1105.2953 Analysis of PDEs
+1105.2956 Portfolio Management
+1105.2957 Representation Theory
+1105.2958 Probability
+1105.2960 Hardware Architecture
+1105.2966 Metric Geometry
+1105.2968 Risk Management
+1105.2972 Metric Geometry
+1105.2978 Networking and Internet Architecture
+1105.2979 Experiment
+1105.2980 Geometric Topology
+1105.2981 Algebraic Geometry
+1105.2982 Computation
+1105.2987 Soft Condensed Matter
+1105.2991
+1105.2994 Representation Theory
+1105.3002
+1105.3006 Information Theory
+1105.3008 Strongly Correlated Electrons
+1105.3011 Mesoscale and Nanoscale Physics
+1105.3014 Statistical Mechanics
+1105.3016 Statistical Mechanics
+1105.3018 Statistics Theory
+1105.3022 Numerical Analysis
+1105.3023 Networking and Internet Architecture
+1105.3029
+1105.3032 Dynamical Systems
+1105.3035 Numerical Analysis
+1105.3039 Statistics Theory
+1105.3040 Optimization and Control
+1105.3043 Combinatorics
+1105.3044 Combinatorics
+1105.3045 Optics
+1105.3046 Numerical Analysis
+1105.3048 Functional Analysis
+1105.3052 Statistical Mechanics
+1105.3053 Optimization and Control
+1105.3056 Probability
+1105.3058 Analysis of PDEs
+1105.3063
+1105.3066 Solar and Stellar Astrophysics
+1105.3068 Information Theory
+1105.3078 Computational Geometry
+1105.3079 Materials Science
+1105.3082 Probability
+1105.3091 Commutative Algebra
+1105.3094 Atomic Physics
+1105.3102 Algebraic Geometry
+1105.3106 Neurons and Cognition
+1105.3112
+1105.3114 Algebraic Geometry
+1105.3116 Formal Languages and Automata Theory
+1105.3117
+1105.3118 Atmospheric and Oceanic Physics
+1105.3126 Classical Analysis and ODEs
+1105.3128 Analysis of PDEs
+1105.3132
+1105.3133 Phenomenology
+1105.3136 Geophysics
+1105.3143 General Physics
+1105.3151 Astrophysics of Galaxies
+1105.3166 Data Analysis, Statistics and Probability
+1105.3169 Methodology
+1105.3174 Analysis of PDEs
+1105.3178 Phenomenology
+1105.3183 General Physics
+1105.3187 Complex Variables
+cond-mat/0309463 Mesoscale and Nanoscale Physics
+math/0412552 Algebraic Topology
+nlin/0611009 Exactly Solvable and Integrable Systems
+0712.1069 Geometric Topology
+0803.3628 Strongly Correlated Electrons
+0901.1587 Number Theory
+0904.1980 Statistics Theory
+0905.0567 Discrete Mathematics
+0905.3407 Information Theory
+0906.2717 Probability
+0909.4816 Probability
+0911.1682 Probability
+0911.2169 Statistical Mechanics
+1002.0238 Rings and Algebras
+1002.2737
+1003.0126 Complex Variables
+1003.3018 Disordered Systems and Neural Networks
+1003.3637 Atomic Physics
+1003.5408 Geometric Topology
+1004.0034 Geometric Topology
+1004.4743 Dynamical Systems
+1007.4614 Algebraic Geometry
+1008.0185 Solar and Stellar Astrophysics
+1008.0918
+1008.4937 Number Theory
+1009.3278 Superconductivity
+1011.1685 Probability
+1011.1777 Adaptation and Self-Organizing Systems
+1012.1077
+1012.5045 General Physics
+1101.0486 Dynamical Systems
+1101.0697 K-Theory and Homology
+1101.2633 Group Theory
+1101.3404 Probability
+1101.4233 Strongly Correlated Electrons
+1101.4421 Fluid Dynamics
+1101.4506 K-Theory and Homology
+1101.4657 Statistics Theory
+1102.4598
+1102.5689 Numerical Analysis
+1103.0303 Experiment
+1103.2861 Theory
+1103.4783
+1104.0472 Number Theory
+1104.1514 Strongly Correlated Electrons
+1104.4277 Atomic Physics
+1105.0764
+1105.2262
+1105.3221 High Energy Astrophysical Phenomena
+1105.3394
+1105.5780 Materials Science
+1105.6278 Mesoscale and Nanoscale Physics
+1106.0204 Mesoscale and Nanoscale Physics
+1106.1602 Theory
+1106.2425
+1106.2806 Cosmology and Nongalactic Astrophysics
+1106.3062 Cosmology and Nongalactic Astrophysics
+1106.4506 Superconductivity
+1106.5514 Mesoscale and Nanoscale Physics
+1107.0143 Strongly Correlated Electrons
+1107.0618 Fluid Dynamics
+1107.1267
+1107.1464
+1107.1557 Mesoscale and Nanoscale Physics
+1107.1909 Materials Science
+1107.3203 Phenomenology
+1107.3676 Strongly Correlated Electrons
+1107.4292 Mesoscale and Nanoscale Physics
+1107.4489 Optics
+1107.5316 Theory
+1107.5889 Phenomenology
+1107.5954 Superconductivity
+1108.0331 Phenomenology
+1108.0717
+1108.2842 Cosmology and Nongalactic Astrophysics
+1108.3877 Combinatorics
+1108.4282
+1109.0587 Strongly Correlated Electrons
+1109.1163 Soft Condensed Matter
+1109.1208 Other Condensed Matter
+1109.2340 Number Theory
+1109.3658 Superconductivity
+1109.4270 Instrumentation and Methods for Astrophysics
+1109.5028 Experiment
+1109.5299 Materials Science
+1109.5721 Phenomenology
+1109.5914 Statistical Mechanics
+1110.1009 Strongly Correlated Electrons
+1110.1196 Phenomenology
+1110.1416 Information Theory
+1110.2746 General Physics
+1110.2910 Phenomenology
+1110.3376 Hardware Architecture
+1110.3798 Phenomenology
+1110.3898 Information Theory
+1110.4010 Differential Geometry
+1110.4074 Phenomenology
+1110.4103 Astrophysics of Galaxies
+1110.4111 Earth and Planetary Astrophysics
+1110.4115 Cosmology and Nongalactic Astrophysics
+1110.4119 General Finance
+1110.4126 Information Theory
+1110.4127 Fluid Dynamics
+1110.4131 Analysis of PDEs
+1110.4133 Numerical Analysis
+1110.4136 Formal Languages and Automata Theory
+1110.4140 Optics
+1110.4145 Combinatorics
+1110.4147 Superconductivity
+1110.4149 Operator Algebras
+1110.4150 Data Structures and Algorithms
+1110.4153 Logic
+1110.4154 Logic
+1110.4155 Representation Theory
+1110.4156 Distributed, Parallel, and Cluster Computing
+1110.4157 Programming Languages
+1110.4159 Programming Languages
+1110.4160 Programming Languages
+1110.4161 Logic in Computer Science
+1110.4162 Rings and Algebras
+1110.4163 Programming Languages
+1110.4164 Distributed, Parallel, and Cluster Computing
+1110.4165 Programming Languages
+1110.4175 Networking and Internet Architecture
+1110.4176
+1110.4177 Representation Theory
+1110.4179 Chemical Physics
+1110.4180 Astrophysics of Galaxies
+1110.4181 Learning
+1110.4200
+1110.4205 Combinatorics
+1110.4207
+1110.4209 High Energy Astrophysical Phenomena
+1110.4211 Analysis of PDEs
+1110.4214 High Energy Astrophysical Phenomena
+1110.4221
+1110.4234 Materials Science
+1110.4237 Phenomenology
+1110.4238 Soft Condensed Matter
+1110.4239 Lattice
+1110.4242 Mesoscale and Nanoscale Physics
+1110.4243 Classical Analysis and ODEs
+1110.4245 Performance
+1110.4247 Superconductivity
+1110.4248 Computation and Language
+1110.4251
+1110.4261 Representation Theory
+1110.4263 General Physics
+1110.4273 Complex Variables
+1110.4274 Logic
+1110.4278 Networking and Internet Architecture
+1110.4282 Metric Geometry
+1110.4283 Combinatorics
+1110.4285 Social and Information Networks
+1110.4291 Analysis of PDEs
+1110.4296 Computers and Society
+1110.4297 Differential Geometry
+1110.4300 Machine Learning
+1110.4303 Strongly Correlated Electrons
+1110.4307 Numerical Analysis
+1110.4310 Combinatorics
+1110.4312 General Finance
+1110.4316 Metric Geometry
+1110.4321 Chemical Physics
+1110.4324 Metric Geometry
+1110.4325 Experiment
+1110.4326 Instrumentation and Detectors
+1110.4327 Instrumentation and Detectors
+1110.4329 Metric Geometry
+1110.4334 Metric Geometry
+1110.4339 Analysis of PDEs
+1110.4341 Representation Theory
+1110.4342 Differential Geometry
+1110.4345
+1110.4350 Data Structures and Algorithms
+1110.4356 Mesoscale and Nanoscale Physics
+1110.4361 Mesoscale and Nanoscale Physics
+1110.4362 Strongly Correlated Electrons
+1110.4365 Number Theory
+hep-th/0504037 Theory
+math/0411603 Probability
+math/0506200 Metric Geometry
+math/0507528 Metric Geometry
+math/0611451 Metric Geometry
+math/0611724 Functional Analysis
+math/0702239 Metric Geometry
+math/9904077 History and Overview
+quant-ph/0312164
+quant-ph/9910059
+0704.3253
+0705.4362 Classical Analysis and ODEs
+0708.3111 Commutative Algebra
+0712.0657
+0801.1478 Commutative Algebra
+0802.3375 Commutative Algebra
+0803.1208 Commutative Algebra
+0804.0146 Superconductivity
+0804.2135
+0804.3230 Functional Analysis
+0804.3231 Functional Analysis
+0804.4310 General Mathematics
+0805.0179 Phenomenology
+0805.2662 Analysis of PDEs
+0805.3838 Commutative Algebra
+0806.4160 Differential Geometry
+0807.0613 Materials Science
+0807.0981 Phenomenology
+0808.3916
+0811.0517 Algebraic Geometry
+0901.1200 Spectral Theory
+0901.4914 Pricing of Securities
+0902.1354 Commutative Algebra
+0902.2032 General Physics
+0902.2259 Category Theory
+0903.4778 Classical Analysis and ODEs
+0905.4319 Geometric Topology
+0907.1373 Functional Analysis
+0907.3391
+0907.3929 Mesoscale and Nanoscale Physics
+0908.0101
+0908.3804 Mesoscale and Nanoscale Physics
+0909.0855 General Mathematics
+0909.1537 Classical Analysis and ODEs
+0909.3740
+0909.5626 Classical Analysis and ODEs
+0910.0042 Combinatorics
+0910.0099 Phenomenology
+0910.0287
+0910.4928 Algebraic Geometry
+0912.1742 Analysis of PDEs
+0912.4444 Classical Analysis and ODEs
+1001.0448 Algebraic Geometry
+1001.2219 Classical Analysis and ODEs
+1001.5077 Combinatorics
+1002.0660 Algebraic Topology
+1002.1083 Cosmology and Nongalactic Astrophysics
+1002.4703 Cosmology and Nongalactic Astrophysics
+1002.5028 Combinatorics
+1003.0251 Numerical Analysis
+1003.4893 Analysis of PDEs
+1004.0266 Theory
+1004.0382 Numerical Analysis
+1004.2013 Probability
+1004.4049 Differential Geometry
+1004.4074 Phenomenology
+1004.4398 Information Theory
+1005.0579 Phenomenology
+1005.1321 Phenomenology
+1005.2374
+1005.2809 Phenomenology
+1005.3044 Theory
+1005.5543 Databases
+1006.0570 Phenomenology
+1006.2051
+1006.4762 Commutative Algebra
+1006.5338 Probability
+1007.0970 Cosmology and Nongalactic Astrophysics
+1007.1241 Mesoscale and Nanoscale Physics
+1007.1891 Phenomenology
+1007.1921
+1007.3359 High Energy Astrophysical Phenomena
+1007.4601
+1007.5493 Superconductivity
+1008.0978 Algebraic Geometry
+1008.1783 Phenomenology
+1008.1946 Probability
+1008.3133
+1008.3162 Phenomenology
+1008.4235 Mesoscale and Nanoscale Physics
+1008.4895 Optimization and Control
+1009.0437
+1009.0557 Statistical Mechanics
+1009.1481 Soft Condensed Matter
+1009.1881 Phenomenology
+1009.1957 Solar and Stellar Astrophysics
+1009.2655
+1009.2762 Phenomenology
+1009.2965 Phenomenology
+1009.3298 Theory
+1009.3942
+1009.4736 Combinatorics
+1009.5033 Analysis of PDEs
+1009.5415 Phenomenology
+1009.5963 Experiment
+1009.6126
+1010.0026 Probability
+1010.0516 Differential Geometry
+1010.1794 Mesoscale and Nanoscale Physics
+1010.1822
+1010.2076 Theory
+1010.2674 Phenomenology
+1010.2693 Experiment
+1010.3212 Superconductivity
+1010.3830
+1010.4121
+1010.4372
+1010.5053
+1010.5217 Phenomenology
+1010.5326 Phenomenology
+1011.0023 Theory
+1011.0128 Quantum Gases
+1011.0155 Strongly Correlated Electrons
+1011.0920 Phenomenology
+1011.1923 Phenomenology
+1011.3491 Data Structures and Algorithms
+1011.4124 Combinatorics
+1011.4225 Phenomenology
+1011.4258 Theory
+1011.5093 Analysis of PDEs
+1011.5317 Networking and Internet Architecture
+1011.5393 Strongly Correlated Electrons
+1011.5441 Analysis of PDEs
+1011.5638 Statistical Mechanics
+1011.6183 Phenomenology
+1011.6192 Rings and Algebras
+1011.6469 Theory
+1011.6606 Earth and Planetary Astrophysics
+1012.0006 Data Structures and Algorithms
+1012.0121 Populations and Evolution
+1012.0177 Phenomenology
+1012.0339
+1012.1484 Superconductivity
+1012.1516 Earth and Planetary Astrophysics
+1012.3138 Experiment
+1101.0939
+1101.1051
+1101.2016
+1101.2440 Analysis of PDEs
+1101.2466 Statistical Mechanics
+1101.3682 Symbolic Computation
+1101.3934 Lattice
+1101.3975 Phenomenology
+1101.4054 Theory
+1101.4539 Strongly Correlated Electrons
+1101.4804
+1101.4908 Theory
+1101.5331 Theory
+1101.5516
+1101.5771
+1101.5851 Classical Analysis and ODEs
+1101.6027 Superconductivity
+1102.0035 Mesoscale and Nanoscale Physics
+1102.0163
+1102.0239 Theory
+1102.0499 Earth and Planetary Astrophysics
+1102.0500 Earth and Planetary Astrophysics
+1102.0503 Earth and Planetary Astrophysics
+1102.0505 Earth and Planetary Astrophysics
+1102.0506 Earth and Planetary Astrophysics
+1102.0507 Earth and Planetary Astrophysics
+1102.0510 Earth and Planetary Astrophysics
+1102.0511 Earth and Planetary Astrophysics
+1102.0512 Earth and Planetary Astrophysics
+1102.0513 Earth and Planetary Astrophysics
+1102.0514 Earth and Planetary Astrophysics
+1102.0515 Earth and Planetary Astrophysics
+1102.1337 Optimization and Control
+1102.1356 Lattice
+1102.1599 Phenomenology
+1102.2344 Functional Analysis
+1102.2491
+1102.2502
+1102.3286 Superconductivity
+1102.4700 Phenomenology
+1102.4948 Theory
+1102.5544 Lattice
+1103.0070 Materials Science
+1103.0120 Computer Vision and Pattern Recognition
+1103.0535
+1103.1633
+1103.2388
+1103.3152 Combinatorics
+1103.3620 Differential Geometry
+1103.4357 Representation Theory
+1103.4435 Information Theory
+1103.4785 Cellular Automata and Lattice Gases
+1103.4947 Pricing of Securities
+1103.4954 Soft Condensed Matter
+1103.5507 Strongly Correlated Electrons
+1103.5554 Robotics
+1103.5580 Robotics
+1103.5985 Information Theory
+1103.6180
+1104.0032 Classical Physics
+1104.0081 Combinatorics
+1104.0247 Algebraic Geometry
+1104.0253 Probability
+1104.0254 Theory
+1104.0262 Optimization and Control
+1104.0266 Number Theory
+1104.0272 Numerical Analysis
+1104.0277
+1104.0279 Combinatorics
+1104.0280 Algebraic Geometry
+1104.0283 Neural and Evolutionary Computing
+1104.0285
+1104.0286 Number Theory
+1104.0287 Logic
+1104.0288 Logic
+1104.0293 Number Theory
+1104.0295 Quantum Gases
+1104.0298 Hardware Architecture
+1104.0299
+1104.0306 Analysis of PDEs
+1104.0308 General Finance
+1104.0311 Numerical Analysis
+1104.0318 Soft Condensed Matter
+1104.0319 Social and Information Networks
+1104.0321 Number Theory
+1104.0323 Computation
+1104.0334 Theory
+1104.0335 History and Overview
+1104.0339
+1104.0343 Populations and Evolution
+1104.0346
+1104.0351 Combinatorics
+1104.0352 Algebraic Geometry
+1104.0355 Networking and Internet Architecture
+1104.0358 Analysis of PDEs
+1104.0366 Statistical Mechanics
+1104.0368 Physics and Society
+1104.0370 Differential Geometry
+1104.0372 Probability
+1104.0384 Information Theory
+1104.0388 Formal Languages and Automata Theory
+1104.0392 Number Theory
+1104.0396 Number Theory
+1104.0397 Group Theory
+1104.0398 Group Theory
+1104.0399
+1104.0400 Group Theory
+1104.0402 Group Theory
+1104.0403 General Topology
+1104.0414 Cosmology and Nongalactic Astrophysics
+1104.0420 Representation Theory
+1104.0422 Cryptography and Security
+1104.0423 Rings and Algebras
+1104.0424 Algebraic Geometry
+1104.0426 Combinatorics
+1104.0428 Differential Geometry
+1104.0434 Probability
+1104.0436 Combinatorics
+1104.0447 Analysis of PDEs
+1104.0450 Differential Geometry
+1104.0466 Theory
+1104.0469 Phenomenology
+1104.0470 Complex Variables
+1104.0478 Cryptography and Security
+1104.0480 Geophysics
+1104.0481 Geophysics
+1104.0500 Representation Theory
+1104.0505 Differential Geometry
+1104.0507 Cosmology and Nongalactic Astrophysics
+1104.0508 Risk Management
+1104.0517 Operator Algebras
+1104.0518 Rings and Algebras
+1104.0523 Experiment
+1104.0538 Phenomenology
+1104.0539 Cosmology and Nongalactic Astrophysics
+1104.0541 Quantitative Methods
+1104.0543 Quantitative Methods
+1104.0548 Earth and Planetary Astrophysics
+1104.0557 High Energy Astrophysical Phenomena
+1104.0559 Chaotic Dynamics
+1104.0563 Category Theory
+1104.0565 Optics
+1104.0568 Combinatorics
+1104.0578 Soft Condensed Matter
+1104.0579 Computer Vision and Pattern Recognition
+1104.0582 Computer Vision and Pattern Recognition
+1104.0590
+1104.0594 Cryptography and Security
+1104.0596
+1104.0598 Solar and Stellar Astrophysics
+1104.0607 Logic in Computer Science
+1104.0612 Theory
+1104.0616 Phenomenology
+1104.0618 Functional Analysis
+1104.0624 Popular Physics
+1104.0628 Mathematical Software
+1104.0631 Solar and Stellar Astrophysics
+1104.0638 Optics
+1104.0644 Software Engineering
+1104.0648
+1104.0649 Statistical Mechanics
+1104.0653 Functional Analysis
+1104.0658 Chaotic Dynamics
+1104.0661 Analysis of PDEs
+astro-ph/0304050
+astro-ph/0701372
+cond-mat/0002292 Statistical Mechanics
+cond-mat/0107503 Soft Condensed Matter
+cond-mat/0204184 Soft Condensed Matter
+cond-mat/0703781 Mesoscale and Nanoscale Physics
+cond-mat/9801066 Statistical Mechanics
+cond-mat/9801153 Statistical Mechanics
+hep-th/9111035 Theory
+hep-th/9809113 Theory
+math/0409424 Spectral Theory
+math/0505159 Commutative Algebra
+math/0506281 Combinatorics
+math/0511307 Commutative Algebra
+math/0601520 Commutative Algebra
+math/0603718 Commutative Algebra
+math/0606479 Combinatorics
+math/0607329 Commutative Algebra
+math/0607555 Classical Analysis and ODEs
+math/0701199 Combinatorics
+math/0702378 Probability
+math/0703369 Classical Analysis and ODEs
+0705.0881
+0707.3628 Differential Geometry
+0804.4895
+0807.4414
+0809.1611
+0810.5093 Superconductivity
+0812.4835
+0907.2694 Theory
+0910.1687 Differential Geometry
+0910.5217 Algebraic Geometry
+0911.0222 Representation Theory
+0912.2379 Dynamical Systems
+1002.4553 Classical Physics
+1003.0075 General Physics
+1003.0585 Rings and Algebras
+1003.1180 Quantum Algebra
+1003.5786 Complex Variables
+1005.1319 Theory
+1005.2061 Information Theory
+1005.3256 Representation Theory
+1006.1367 Phenomenology
+1006.2240 Rings and Algebras
+1006.5054
+1007.0231 Analysis of PDEs
+1008.2450 General Physics
+1008.4394 Biological Physics
+1009.0860 Mesoscale and Nanoscale Physics
+1009.3059 Strongly Correlated Electrons
+1010.1510 Probability
+1010.4107 Combinatorics
+1011.4335 Materials Science
+1011.4404 Probability
+1012.2973 Soft Condensed Matter
+1101.0130 Optics
+1101.2724
+1101.3068 Information Theory
+1101.4227 Data Analysis, Statistics and Probability
+1101.4555 Computational Complexity
+1101.5413 Phenomenology
+1102.0025 Dynamical Systems
+1102.4412 Chemical Physics
+1103.0710
+1103.3866 Information Theory
+1103.5248
+1103.5755 Strongly Correlated Electrons
+1104.0053 Materials Science
+1104.0068 Quantum Algebra
+1104.0614 Superconductivity
+1104.1384
+1104.1478 Theory
+1104.1701 Strongly Correlated Electrons
+1104.3456 Quantum Gases
+1104.4781
+1104.5485 Strongly Correlated Electrons
+1104.5626 Strongly Correlated Electrons
+1105.0088
+1105.0413 Phenomenology
+1105.0891 Mesoscale and Nanoscale Physics
+1105.1092 Phenomenology
+1105.2431 Spectral Theory
+1105.2662
+1105.2906
+1105.4543 Solar and Stellar Astrophysics
+1105.4973
+1105.5377 Strongly Correlated Electrons
+1105.6130 Materials Science
+1106.0055 Differential Geometry
+1106.0068 Theory
+1106.0743 Cosmology and Nongalactic Astrophysics
+1106.2298 Functional Analysis
+1106.2457
+1106.4172 Materials Science
+1106.5091 Mesoscale and Nanoscale Physics
+1107.0220 Instrumentation and Detectors
+1107.0849 Geometric Topology
+1107.1304 Classical Physics
+1107.1600 Information Theory
+1107.2126 Numerical Analysis
+1107.2175 Algebraic Geometry
+1107.3150 Phenomenology
+1107.3350 Data Structures and Algorithms
+1107.3932 Superconductivity
+1107.5067 Theory
+1108.0987 Dynamical Systems
+1108.1032 Plasma Physics
+1108.1271 Earth and Planetary Astrophysics
+1108.1499 Solar and Stellar Astrophysics
+1108.1882 Classical Analysis and ODEs
+1108.2560 Cosmology and Nongalactic Astrophysics
+1108.2770 Materials Science
+1108.2972 Astrophysics of Galaxies
+1108.2973 Statistical Mechanics
+1108.4158 Theory
+1108.4428 Phenomenology
+1108.5831 Statistical Mechanics
+1109.0174 Mesoscale and Nanoscale Physics
+1109.0822 Solar and Stellar Astrophysics
+1109.1508 Phenomenology
+1109.1623 Theory
+1109.2239 Neurons and Cognition
+1109.2641 Data Structures and Algorithms
+1109.2862
+1109.3234 Fluid Dynamics
+1109.3641 Combinatorics
+1109.3855 Number Theory
+1109.3931 Combinatorics
+1109.5779 Information Theory
+1109.6461 Phenomenology
+1109.6804 Machine Learning
+1110.0748 Information Theory
+1110.0781 Metric Geometry
+1110.0882 General Physics
+1110.0907 Representation Theory
+1110.1314
+1110.1471 Experiment
+1110.1887 Probability
+1110.2540 Complex Variables
+1110.4013 Number Theory
+1110.4452 Materials Science
+1110.4550 General Physics
+1110.4805 General Physics
+1110.5208 Statistics Theory
+1110.5410 Materials Science
+1110.5743 Numerical Analysis
+1110.5892
+1110.6024 Classical Analysis and ODEs
+1110.6247 Analysis of PDEs
+1110.6387 Data Structures and Algorithms
+1110.6453 Geometric Topology
+1110.6456 Mesoscale and Nanoscale Physics
+1110.6457 Lattice
+1110.6458
+1110.6460 Geophysics
+1110.6463 High Energy Astrophysical Phenomena
+1110.6464 Phenomenology
+1110.6468 Classical Physics
+1110.6470 High Energy Astrophysical Phenomena
+1110.6471 Mesoscale and Nanoscale Physics
+1110.6479 Cosmology and Nongalactic Astrophysics
+1110.6481 Combinatorics
+1110.6482 Combinatorics
+1110.6484 High Energy Astrophysical Phenomena
+1110.6485 Differential Geometry
+1110.6486 Mesoscale and Nanoscale Physics
+1110.6488 Mesoscale and Nanoscale Physics
+1110.6490 Superconductivity
+1110.6492 Classical Physics
+1110.6495 Analysis of PDEs
+1110.6497 Computation
+1110.6500 Operator Algebras
+1110.6503 Astrophysics of Galaxies
+1110.6513 Analysis of PDEs
+1110.6517 Statistics Theory
+1110.6519 Digital Libraries
+1110.6523 Algebraic Geometry
+1110.6525 Algebraic Geometry
+1110.6527 Astrophysics of Galaxies
+1110.6528 Algebraic Geometry
+1110.6533
+1110.6536 Analysis of PDEs
+1110.6538 Molecular Networks
+1110.6539 Plasma Physics
+1110.6540 Analysis of PDEs
+1110.6545 History and Philosophy of Physics
+1110.6546 Machine Learning
+1110.6551 Differential Geometry
+1110.6553 Statistical Finance
+1110.6555 Logic
+1110.6557 Mesoscale and Nanoscale Physics
+1110.6558 Algebraic Geometry
+1110.6565 Biological Physics
+1110.6568 Biological Physics
+1110.6570 Group Theory
+1110.6571 Phenomenology
+1110.6576
+1110.6577 Phenomenology
+1110.6581 Logic
+1110.6585 K-Theory and Homology
+1110.6589 Artificial Intelligence
+1110.6590 Information Theory
+1110.6591 Group Theory
+1110.6596 Representation Theory
+1110.6599 Dynamical Systems
+1110.6602 Analysis of PDEs
+1110.6607
+1110.6608 Algebraic Topology
+1110.6614 Operator Algebras
+1110.6619 Classical Analysis and ODEs
+1110.6621 Representation Theory
+1110.6623 Statistics Theory
+1110.6624 Number Theory
+1110.6627
+1110.6634 Optimization and Control
+1110.6636 Probability
+1110.6639 Data Analysis, Statistics and Probability
+1110.6643 Mesoscale and Nanoscale Physics
+1110.6645 Combinatorics
+1110.6647 Databases
+1110.6648 Databases
+1110.6649 Databases
+1110.6650 Databases
+1110.6651 Databases
+1110.6652 Databases
+1110.6658 Theory
+1110.6664 Probability
+1110.6665 Phenomenology
+1110.6667 Superconductivity
+1110.6668 Combinatorics
+1110.6675 Classical Analysis and ODEs
+1110.6679 Statistical Finance
+1110.6680 Number Theory
+1110.6685 Logic in Computer Science
+1110.6687
+1110.6690 Logic
+1110.6693 High Energy Astrophysical Phenomena
+1110.6696 Spectral Theory
+1110.6698 Information Theory
+1110.6703
+1110.6706
+1110.6709 Spectral Theory
+1110.6710 Number Theory
+1110.6715 Strongly Correlated Electrons
+1110.6717 High Energy Astrophysical Phenomena
+1110.6719 Superconductivity
+1110.6724 Quantum Algebra
+1110.6728 Symplectic Geometry
+1110.6729 Optics
+1110.6740 Complex Variables
+1110.6743 Soft Condensed Matter
+1110.6746 Functional Analysis
+1110.6750 Experiment
+1110.6754 Soft Condensed Matter
+1110.6757
+1110.6761 Instrumentation and Detectors
+1110.6762 Phenomenology
+1110.6775 High Energy Astrophysical Phenomena
+1110.6778 Information Theory
+1110.6780 High Energy Astrophysical Phenomena
+1110.6785 Numerical Analysis
+1110.6786 High Energy Astrophysical Phenomena
+1110.6787 Information Theory
+1110.6790 Classical Analysis and ODEs
+1110.6792 Classical Analysis and ODEs
+1110.6795 High Energy Astrophysical Phenomena
+1110.6796 Statistics Theory
+1110.6799 Statistical Mechanics
+1110.6802 Metric Geometry
+1110.6803 Symplectic Geometry
+1110.6805 Classical Analysis and ODEs
+1110.6812 Theory
+1110.6824 Algebraic Geometry
+1110.6826 Differential Geometry
+1110.6830 Differential Geometry
+1110.6831 Group Theory
+1110.6832 Data Structures and Algorithms
+1110.6834 Numerical Analysis
+1110.6835 Combinatorics
+1110.6836 K-Theory and Homology
+1110.6840 High Energy Astrophysical Phenomena
+1110.6841
+1110.6847 Dynamical Systems
+1110.6848 High Energy Astrophysical Phenomena
+1110.6851 Rings and Algebras
+1110.6853 Probability
+1110.6855 High Energy Astrophysical Phenomena
+1110.6856 Functional Analysis
+1110.6858 Operator Algebras
+1110.6865 Hardware Architecture
+1110.6867 Optics
+1110.6868 High Energy Astrophysical Phenomena
+1110.6869 Spectral Theory
+1110.6874 Materials Science
+1110.6879 Software Engineering
+1110.6881 Representation Theory
+1110.6883 Mesoscale and Nanoscale Physics
+1110.6888 Group Theory
+1110.6889 High Energy Astrophysical Phenomena
+1110.6892 General Physics
+1110.6896 Methodology
+1110.6899 Symplectic Geometry
+1110.6902 Mesoscale and Nanoscale Physics
+1110.6903 Geometric Topology
+1110.6907 Analysis of PDEs
+1110.6912 Atomic Physics
+1110.6915 Dynamical Systems
+1110.6916 Information Theory
+1110.6927 Biological Physics
+1110.6928
+astro-ph/9807320
+hep-th/0309027 Theory
+hep-th/0407024 Theory
+math/0511741 Geometric Topology
+math/0702714 Differential Geometry
+physics/0411244 Classical Physics
+0704.0341 Phenomenology
+0704.0548
+0705.0615 Experiment
+0705.1223 Accelerator Physics
+0705.2314 Phenomenology
+0706.3551 Phenomenology
+0707.3894 Differential Geometry
+0708.2632 Commutative Algebra
+0708.4274
+0709.0138
+0710.3039 General Physics
+0710.3380 Phenomenology
+0711.0150
+0711.0788
+0711.1799 Theory
+0712.0868
+0801.1252 Instrumentation and Detectors
+0801.3903
+0801.4157
+0802.3741
+0804.3232 Theory
+0804.3726
+0805.1486
+0806.1471
+0806.3888
+0806.4045 Representation Theory
+0806.4114
+0806.4124
+0807.0657
+0811.3427 Numerical Analysis
+0811.4525 Quantum Algebra
+0902.0053 Cosmology and Nongalactic Astrophysics
+0902.0115 Probability
+0904.1014
+0904.1265 Algebraic Geometry
+0904.1867
+0904.2943 High Energy Astrophysical Phenomena
+0904.3861 Cosmology and Nongalactic Astrophysics
+0904.4531 Superconductivity
+0905.0232 Algebraic Geometry
+0905.0599 Algebraic Geometry
+0905.1171 Number Theory
+0905.4643
+0906.1515 Theory
+0906.2253 Functional Analysis
+0908.1217 Physics and Society
+0908.3613 Materials Science
+0909.5241 Representation Theory
+0910.0594
+0912.2740
+0912.3952 Quantitative Methods
+1001.0991 Probability
+1002.1450 Soft Condensed Matter
+1003.1543 Phenomenology
+1003.6018 Mesoscale and Nanoscale Physics
+1004.2424
+1005.1858 Group Theory
+1005.2558 Algebraic Geometry
+1006.1569
+1006.1931
+1007.0442 Strongly Correlated Electrons
+1007.2867 Superconductivity
+1007.3503 Theory
+1008.2975
+1008.5233 Mesoscale and Nanoscale Physics
+1009.0059 Mesoscale and Nanoscale Physics
+1009.0620 Differential Geometry
+1009.1513 Neural and Evolutionary Computing
+1009.1810
+1009.3416 Mesoscale and Nanoscale Physics
+1009.4364 Group Theory
+1009.4955 Operator Algebras
+1010.0024 Phenomenology
+1010.0165 Quantum Gases
+1010.2535
+1010.3892
+1010.4295 Quantum Gases
+1010.4701 Phenomenology
+1010.4787
+1011.0183 Theory
+1011.1004 Quantum Gases
+1011.4208 Algebraic Geometry
+1011.4331
+1011.5689 Disordered Systems and Neural Networks
+1012.0801 Optics
+1012.1080 Strongly Correlated Electrons
+1012.4332 Statistical Mechanics
+1012.4649 Mesoscale and Nanoscale Physics
+1012.4968 Representation Theory
+1101.1349 Geometric Topology
+1101.5802 Mesoscale and Nanoscale Physics
+1101.5884 Differential Geometry
+1102.0483 Statistical Mechanics
+1102.2362 Spectral Theory
+1102.2997 Fluid Dynamics
+1102.3292 Rings and Algebras
+1103.1280
+1104.0135 Phenomenology
+1104.0715 Applications
+1104.0847 Phenomenology
+1104.0997 Theory
+1104.1436 Learning
+1104.1442 Dynamical Systems
+1104.1443 Cosmology and Nongalactic Astrophysics
+1104.1448 Information Theory
+1104.1449
+1104.1451 Functional Analysis
+1104.1453 Operator Algebras
+1104.1454 Analysis of PDEs
+1104.1455 Operator Algebras
+1104.1457 Information Theory
+1104.1460 Earth and Planetary Astrophysics
+1104.1466 Logic in Computer Science
+1104.1470 Algebraic Geometry
+1104.1477 Human-Computer Interaction
+1104.1481 Combinatorics
+1104.1483
+1104.1485 Computer Vision and Pattern Recognition
+1104.1487 Algebraic Topology
+1104.1495 Superconductivity
+1104.1496 Probability
+1104.1503 Biological Physics
+1104.1504 Differential Geometry
+1104.1506 Robotics
+1104.1508 Probability
+1104.1509 Differential Geometry
+1104.1518 Phenomenology
+1104.1522 Mesoscale and Nanoscale Physics
+1104.1523 Mesoscale and Nanoscale Physics
+1104.1528 Information Theory
+1104.1532 Solar and Stellar Astrophysics
+1104.1533 Mathematical Software
+1104.1534 Phenomenology
+1104.1544 Instrumentation and Methods for Astrophysics
+1104.1548 Probability
+1104.1551 Biological Physics
+1104.1555 Probability
+1104.1557 History and Philosophy of Physics
+1104.1560 Probability
+1104.1575 Phenomenology
+1104.1579 Number Theory
+1104.1582 Systems and Control
+1104.1584 Strongly Correlated Electrons
+1104.1587 Analysis of PDEs
+1104.1588 Medical Physics
+1104.1592 Rings and Algebras
+1104.1603 Functional Analysis
+1104.1604 Operator Algebras
+1104.1612 Differential Geometry
+1104.1616 Number Theory
+1104.1620 Probability
+1104.1622 Soft Condensed Matter
+astro-ph/0310367
+astro-ph/0407313
+astro-ph/0412404
+astro-ph/0505623
+astro-ph/0601157
+astro-ph/0603284
+astro-ph/0603593
+astro-ph/0604011
+astro-ph/0604131
+astro-ph/0604159
+astro-ph/0604235
+astro-ph/0604397
+astro-ph/0606376
+astro-ph/0606706
+astro-ph/0607209
+astro-ph/0608199
+astro-ph/0608318
+astro-ph/0608505
+astro-ph/0608549
+astro-ph/0608662
+astro-ph/0609565
+astro-ph/0610440
+astro-ph/0703431
+cond-mat/0512098 Strongly Correlated Electrons
+cond-mat/0703086 Materials Science
+gr-qc/0609095
+hep-ex/0312031 Experiment
+hep-ex/0501005 Experiment
+hep-ex/0503031 Experiment
+hep-ex/0503042 Experiment
+hep-ex/0609041 Experiment
+hep-ex/0610005 Experiment
+hep-ex/0611038 Experiment
+hep-lat/0409084 Lattice
+hep-lat/0409118 Lattice
+hep-lat/0409132 Lattice
+hep-lat/0409133 Lattice
+hep-lat/0409134 Lattice
+hep-lat/0409153 Lattice
+hep-lat/0412043 Lattice
+hep-lat/0508016 Lattice
+hep-lat/0509023 Lattice
+hep-lat/0509058 Lattice
+hep-lat/0509072 Lattice
+hep-lat/0510028 Lattice
+hep-lat/0510082 Lattice
+hep-ph/0310057 Phenomenology
+hep-ph/0310061 Phenomenology
+hep-ph/0310074 Phenomenology
+hep-ph/0406001 Phenomenology
+hep-ph/0408300 Phenomenology
+hep-ph/0409236 Phenomenology
+hep-ph/0411051 Phenomenology
+hep-ph/0411195 Phenomenology
+hep-ph/0504257 Phenomenology
+hep-ph/0509368 Phenomenology
+hep-ph/0511228 Phenomenology
+hep-ph/0511274 Phenomenology
+hep-ph/0512116 Phenomenology
+hep-ph/0607268 Phenomenology
+hep-ph/0608217 Phenomenology
+hep-ph/0608307 Phenomenology
+hep-ph/0609221 Phenomenology
+hep-ph/0609292 Phenomenology
+hep-ph/0611023 Phenomenology
+hep-ph/0611350 Phenomenology
+hep-ph/0612026 Phenomenology
+hep-ph/0612115 Phenomenology
+hep-ph/0703287 Phenomenology
+hep-ph/9606475 Phenomenology
+hep-ph/9612229 Phenomenology
+hep-th/0310095 Theory
+hep-th/0411039 Theory
+hep-th/0506120 Theory
+hep-th/0507157 Theory
+hep-th/0509208 Theory
+hep-th/0512108 Theory
+hep-th/0602199 Theory
+hep-th/0604203 Theory
+hep-th/0606268 Theory
+hep-th/0610198 Theory
+hep-th/0703137 Theory
+math-ph/0602018
+math/0311108 Probability
+math/0504298 Optimization and Control
+math/0603065 Quantum Algebra
+nucl-ex/0310016
+nucl-ex/0403051
+nucl-ex/0412006
+nucl-ex/0701024
+nucl-th/0303044
+nucl-th/0309068
+nucl-th/0309076
+nucl-th/0405061
+nucl-th/0406045
+nucl-th/0411064
+nucl-th/0611073
+physics/0502131 Instrumentation and Detectors
+physics/0502132 Instrumentation and Detectors
+physics/0503206 General Physics
+physics/0506168 Classical Physics
+physics/0604101 Instrumentation and Detectors
+physics/0612236 Accelerator Physics
+physics/0703039 Data Analysis, Statistics and Probability
+quant-ph/9609013
+0704.0724 Mesoscale and Nanoscale Physics
+0705.0776 Logic
+0708.2322 General Physics
+0709.0116 Artificial Intelligence
+0801.1584 Combinatorics
+0804.1244 Artificial Intelligence
+0804.4671 Differential Geometry
+0805.0005 Logic
+0806.0176 Rings and Algebras
+0807.4308 Algebraic Geometry
+0809.2267 Logic
+0810.3946 Statistics Theory
+0810.4235 Algebraic Topology
+0811.0058 Operator Algebras
+0901.1135 General Physics
+0902.2663
+0902.4329 Mesoscale and Nanoscale Physics
+0903.2198 Theory
+0903.5244 Geometric Topology
+0904.0667
+0905.0373 Optimization and Control
+0905.3830 Artificial Intelligence
+0906.4466 Numerical Analysis
+0908.1992 Rings and Algebras
+0908.2119 Information Theory
+0909.1097 Combinatorics
+0909.3061 Theory
+0911.1836 Classical Analysis and ODEs
+0911.3983 Probability
+0911.5086 Computational Geometry
+0911.5572 General Mathematics
+0912.0659 Differential Geometry
+0912.1262 Computers and Society
+0912.3310 Computational Complexity
+0912.4835 Mesoscale and Nanoscale Physics
+1001.1527 Probability
+1001.1528 Probability
+1001.4705 Strongly Correlated Electrons
+1001.5331 Numerical Analysis
+1002.1679 Number Theory
+1002.2382 Cosmology and Nongalactic Astrophysics
+1002.2436
+1004.4106 Solar and Stellar Astrophysics
+1005.0287 Algebraic Geometry
+1005.1640 Solar and Stellar Astrophysics
+1005.3397 Spectral Theory
+1006.1132 Operator Algebras
+1006.3360 Information Theory
+1006.4246 Phenomenology
+1007.0473 Combinatorics
+1007.0934 Algebraic Geometry
+1007.3213 Differential Geometry
+1007.4387 Strongly Correlated Electrons
+1007.4501 Quantum Algebra
+1008.0272 Complex Variables
+1008.0384 Solar and Stellar Astrophysics
+1008.1008 Operator Algebras
+1008.1832 Mesoscale and Nanoscale Physics
+1008.3552 Cosmology and Nongalactic Astrophysics
+1008.3567
+1008.3942
+1009.0186 Quantum Algebra
+1009.0220 Algebraic Geometry
+1009.1339 Optics
+1009.2272
+1009.2847 Optics
+1009.3639
+1009.4170 Combinatorics
+1009.4346
+1009.5517 Statistical Mechanics
+1010.3253
+1010.3358
+1010.3616 Probability
+1010.5649 Phenomenology
+1011.3596
+1011.4299 Solar and Stellar Astrophysics
+1011.4317 Superconductivity
+1011.4536 Quantum Gases
+1011.5666 Data Structures and Algorithms
+1012.2058 Strongly Correlated Electrons
+1012.3783 Strongly Correlated Electrons
+1012.4180
+1012.4772 Astrophysics of Galaxies
+1012.5078 Cosmology and Nongalactic Astrophysics
+1012.5079 Solar and Stellar Astrophysics
+1101.0528 Chemical Physics
+1101.3589 Commutative Algebra
+1101.4553 Functional Analysis
+1101.4738 Number Theory
+1101.5286
+1102.1902 Analysis of PDEs
+1102.2459 Materials Science
+1102.4629 Mesoscale and Nanoscale Physics
+1102.5243 Strongly Correlated Electrons
+1102.5282 Superconductivity
+1103.1133 Number Theory
+1103.1854 Classical Physics
+1103.2024 Theory
+1103.2896 Quantum Gases
+1103.3407 Superconductivity
+1103.4466 Materials Science
+1103.4830 Theory
+1103.5131 Computer Science and Game Theory
+1103.5241 Digital Libraries
+1103.5619 Number Theory
+1104.0551 Representation Theory
+1104.3802 Computer Science and Game Theory
+1104.4149 Materials Science
+1104.4603 Analysis of PDEs
+1104.5339 Strongly Correlated Electrons
+1104.5523 High Energy Astrophysical Phenomena
+1105.0553 Differential Geometry
+1105.4112 Computational Physics
+1105.5128 Analysis of PDEs
+1105.5168 Superconductivity
+1105.5179 Commutative Algebra
+1105.5399 Mesoscale and Nanoscale Physics
+1105.5676 Information Theory
+1105.6026 Phenomenology
+1106.0518 Learning
+1106.0593
+1106.0906 Functional Analysis
+1106.1058 Dynamical Systems
+1106.1134 Algebraic Topology
+1106.1323 Logic
+1106.1998 Artificial Intelligence
+1106.2022
+1106.2117 Materials Science
+1106.2167 Probability
+1106.2173 Instrumentation and Methods for Astrophysics
+1106.2180 Solar and Stellar Astrophysics
+1106.2183
+1106.2184 Phenomenology
+1106.2189 Cosmology and Nongalactic Astrophysics
+1106.2193 Phenomenology
+1106.2195 Combinatorics
+1106.2206 Materials Science
+1106.2207 Other Computer Science
+1106.2208 Numerical Analysis
+1106.2210 General Physics
+1106.2217 Discrete Mathematics
+1106.2220 Solar and Stellar Astrophysics
+1106.2223 Differential Geometry
+1106.2224
+1106.2228 Materials Science
+1106.2232 Materials Science
+1106.2239 Atomic Physics
+1106.2244 Plasma Physics
+1106.2247 Classical Physics
+1106.2249 Atomic Physics
+1106.2255 Classical Physics
+1106.2256 Probability
+1106.2257 General Physics
+1106.2258 General Physics
+1106.2259 Representation Theory
+1106.2260 Probability
+1106.2262 Cosmology and Nongalactic Astrophysics
+1106.2263 Data Structures and Algorithms
+1106.2265 Adaptation and Self-Organizing Systems
+1106.2272 Logic in Computer Science
+1106.2275 Distributed, Parallel, and Cluster Computing
+1106.2278
+1106.2284 Phenomenology
+1106.2288 Differential Geometry
+1106.2289 Information Retrieval
+1106.2290 Discrete Mathematics
+1106.2294 Data Structures and Algorithms
+1106.2295 Rings and Algebras
+1106.2297
+1106.2299 Dynamical Systems
+1106.2300 Solar and Stellar Astrophysics
+1106.2303 Complex Variables
+1106.2304 Operator Algebras
+1106.2309 Strongly Correlated Electrons
+1106.2312 Neural and Evolutionary Computing
+1106.2313 Materials Science
+1106.2315 Combinatorics
+1106.2320 Logic in Computer Science
+1106.2321 Algebraic Geometry
+1106.2323 Algebraic Geometry
+1106.2324 Theory
+1106.2325 Networking and Internet Architecture
+1106.2329
+1106.2332 History and Philosophy of Physics
+1106.2333 Statistics Theory
+1106.2334 History and Philosophy of Physics
+1106.2344 Mesoscale and Nanoscale Physics
+1106.2345 Optimization and Control
+1106.2346 Mesoscale and Nanoscale Physics
+1106.2351 Data Structures and Algorithms
+1106.2353 Number Theory
+1106.2354 Differential Geometry
+1106.2355 Commutative Algebra
+1106.2357 Computer Vision and Pattern Recognition
+1106.2360 Strongly Correlated Electrons
+1106.2364 Number Theory
+1106.2366 Mesoscale and Nanoscale Physics
+1106.2372 Mesoscale and Nanoscale Physics
+1106.2373 Differential Geometry
+1106.2376 Superconductivity
+1106.2378 Computer Science and Game Theory
+1106.2394 Complex Variables
+1106.2395 Differential Geometry
+1106.2401 Phenomenology
+1106.2402 Networking and Internet Architecture
+1106.2418 Atomic Physics
+1106.2420 Solar and Stellar Astrophysics
+1106.2424 Quantum Algebra
+1106.2430 Mesoscale and Nanoscale Physics
+1106.2445 Differential Geometry
+1106.2447 Rings and Algebras
+1106.2448 Theory
+1106.2451 Solar and Stellar Astrophysics
+1106.2454 High Energy Astrophysical Phenomena
+1106.2455 Materials Science
+1106.2458 Combinatorics
+1106.2464 Information Theory
+1106.2468 Spectral Theory
+1106.2473 Digital Libraries
+1106.2474 Machine Learning
+1106.2478 Pricing of Securities
+1106.2482 Number Theory
+1106.2484 Theory
+1106.2489 Computer Science and Game Theory
+1106.2491 Materials Science
+1106.2495
+1106.2496 Experiment
+1106.2497
+1106.2500
+1106.2501 Computational Physics
+1106.2506 Algebraic Geometry
+1106.2507 Instrumentation and Methods for Astrophysics
+1106.2512 General Topology
+1106.2513 History and Philosophy of Physics
+1106.2516 Experiment
+1106.2517 History and Philosophy of Physics
+1106.2519 Phenomenology
+1106.2522 Information Theory
+1106.2525 Statistics Theory
+1106.2526
+1106.2527 Cosmology and Nongalactic Astrophysics
+1106.2528 Experiment
+1106.2533 Discrete Mathematics
+1106.2537 Solar and Stellar Astrophysics
+1106.2539 Instrumentation and Methods for Astrophysics
+cs/0209018 Computational Complexity
+cs/0304016 Other Computer Science
+cs/0608107 Information Retrieval
+quant-ph/0102054
+quant-ph/0308157
+quant-ph/0509099
+quant-ph/9905026
+0710.2402 Statistical Finance
+0801.0930 Optics
+0904.4717 Learning
+0904.4898 Chaotic Dynamics
+0906.4456 Pricing of Securities
+0907.3987 Theory
+0911.1815 Classical Analysis and ODEs
+0911.4304 Operator Algebras
+0912.0540
+1004.2519 Optimization and Control
+1004.5103 Plasma Physics
+1005.3332 Cosmology and Nongalactic Astrophysics
+1006.0046 Theory
+1006.0275 Cosmology and Nongalactic Astrophysics
+1007.1967 Cosmology and Nongalactic Astrophysics
+1007.2315 Information Theory
+1007.4537
+1008.0124 Geometric Topology
+1008.2901 Combinatorics
+1009.0723 Cosmology and Nongalactic Astrophysics
+1010.0426 Statistics Theory
+1010.5240 Theory
+1011.2199 Instrumentation and Methods for Astrophysics
+1011.3343
+1011.3686 Chaotic Dynamics
+1011.4223
+1012.0287 Combinatorics
+1012.2538 Commutative Algebra
+1012.3450 Soft Condensed Matter
+1012.4804 Astrophysics of Galaxies
+1012.5500
+1101.3839 Number Theory
+1101.4018 Cosmology and Nongalactic Astrophysics
+1102.2138 Statistical Finance
+1102.5685
+1103.0263 Materials Science
+1103.1823 Cryptography and Security
+1103.4829 Cosmology and Nongalactic Astrophysics
+1103.5274 Dynamical Systems
+1103.5389 Theory
+1104.0664 Solar and Stellar Astrophysics
+1104.1765 Materials Science
+1104.2523 Theory
+1104.4712 Materials Science
+1104.4875
+1105.0275 Physics and Society
+1105.2005 Strongly Correlated Electrons
+1105.2757 Materials Science
+1105.3659
+1105.3915 Statistical Mechanics
+1105.5152 Phenomenology
+1105.5326
+1106.0517 Materials Science
+1106.0742 Commutative Algebra
+1106.1258 Combinatorics
+1106.5898 Chaotic Dynamics
+1107.1160 Disordered Systems and Neural Networks
+1107.1623 Statistical Mechanics
+1107.1709 Information Theory
+1107.1961 General Physics
+1107.2204 General Physics
+1107.2241 General Physics
+1107.2756 Theory
+1107.3182 High Energy Astrophysical Phenomena
+1107.3827 Mesoscale and Nanoscale Physics
+1107.3929 Mesoscale and Nanoscale Physics
+1107.3982 Mesoscale and Nanoscale Physics
+1108.3399 Atomic Physics
+1108.3404 Geophysics
+1108.3493
+1108.3497 Mesoscale and Nanoscale Physics
+1108.4023 Strongly Correlated Electrons
+1108.4153
+1108.4219 Representation Theory
+1108.4252
+1108.5005
+1108.5526 General Physics
+1108.5568 Probability
+1109.2178 Experiment
+1109.2674 Fluid Dynamics
+1109.3940 Learning
+1109.4697 Number Theory
+1109.4699 Statistics Theory
+1109.4946
+1109.4949 Classical Analysis and ODEs
+1109.4951 Classical Analysis and ODEs
+1109.4959 Classical Analysis and ODEs
+1109.4963 Phenomenology
+1109.4965 Molecular Networks
+1109.4973 Functional Analysis
+1109.4978 Solar and Stellar Astrophysics
+1109.4996 Optics
+1109.4998 Numerical Analysis
+1109.5000 Statistics Theory
+1109.5001 Analysis of PDEs
+1109.5005 Information Theory
+1109.5006 Numerical Analysis
+1109.5007 Group Theory
+1109.5019 Atmospheric and Oceanic Physics
+1109.5020 Analysis of PDEs
+1109.5021 Analysis of PDEs
+1109.5027 Phenomenology
+1109.5031 Operator Algebras
+1109.5047 Optics
+1109.5048 Optics
+1109.5050 Phenomenology
+1109.5052 Algebraic Topology
+1109.5053 Information Retrieval
+1109.5055 Commutative Algebra
+1109.5058 Commutative Algebra
+1109.5062 Rings and Algebras
+1109.5065
+1109.5069 Metric Geometry
+1109.5072 Artificial Intelligence
+1109.5073 Atmospheric and Oceanic Physics
+1109.5075
+1109.5077 Soft Condensed Matter
+1109.5078 Learning
+1109.5079 Analysis of PDEs
+1109.5085 Differential Geometry
+1109.5090 Superconductivity
+1109.5091
+1109.5095 Solar and Stellar Astrophysics
+1109.5096 Differential Geometry
+1109.5097 Mesoscale and Nanoscale Physics
+1109.5098 Exactly Solvable and Integrable Systems
+1109.5100 Numerical Analysis
+1109.5101 Optics
+1109.5103 Strongly Correlated Electrons
+1109.5112 Accelerator Physics
+1109.5113 Experiment
+1109.5124 Probability
+1109.5133 Optics
+1109.5134 History and Philosophy of Physics
+1109.5144 Portfolio Management
+1109.5145 Mesoscale and Nanoscale Physics
+1109.5152 Number Theory
+1109.5153 Distributed, Parallel, and Cluster Computing
+1109.5159 Molecular Networks
+1109.5168
+1109.5170
+cond-mat/9212012
+physics/0701224 Instrumentation and Detectors
+0707.1381 Combinatorics
+0711.3603
+0806.4864 Statistics Theory
+0807.2153 Statistics Theory
+0810.2513 Networking and Internet Architecture
+0810.5108
+0810.5109
+0904.1681 Probability
+0905.4317 Metric Geometry
+0906.3700 Operator Algebras
+0907.1413 Cryptography and Security
+0908.3952
+0909.2308 Strongly Correlated Electrons
+0909.5518
+0910.1944 Number Theory
+0910.4476
+0912.3699 Mesoscale and Nanoscale Physics
+1001.0381
+1003.1696 Other Condensed Matter
+1003.2674 Dynamical Systems
+1003.5848 Analysis of PDEs
+1004.0411
+1004.4255 Differential Geometry
+1006.1637
+1006.1805
+1006.5248 Algebraic Geometry
+1007.0006 High Energy Astrophysical Phenomena
+1007.0566 Data Analysis, Statistics and Probability
+1008.1180 Representation Theory
+1009.0139 Optics
+1009.1204 Cellular Automata and Lattice Gases
+1010.2932 Differential Geometry
+1010.4465 Number Theory
+1010.6297 Representation Theory
+1011.2578 Statistical Mechanics
+1011.2955 Disordered Systems and Neural Networks
+1011.5071 Fluid Dynamics
+1011.5601 Phenomenology
+1012.0297
+1012.2730 Quantitative Methods
+1012.3572 Superconductivity
+1012.3975 Phenomenology
+1012.4749 Analysis of PDEs
+1101.3888
+1101.4500 Quantum Gases
+1101.5576 Lattice
+1102.3542 Statistical Mechanics
+1102.4526 Optics
+1102.4870 High Energy Astrophysical Phenomena
+1103.0635 Superconductivity
+1103.0930
+1103.1136
+1103.1428
+1103.1727 Differential Geometry
+1103.2669 Lattice
+1103.3377
+1104.0702 Cell Behavior
+1104.1675
+1104.3037 Materials Science
+1104.5272 Risk Management
+1104.5301
+1105.0195 Instrumentation and Detectors
+1105.0199 Instrumentation and Detectors
+1105.1350 Strongly Correlated Electrons
+1105.2171 Discrete Mathematics
+1105.2808 Strongly Correlated Electrons
+1105.2853 Materials Science
+1105.5553 Networking and Internet Architecture
+1105.6076
+1106.1284 Algebraic Geometry
+1106.1658 Quantum Algebra
+1106.2069 Functional Analysis
+1106.2981 Group Theory
+1106.3586 Discrete Mathematics
+1106.3709 Cosmology and Nongalactic Astrophysics
+1106.3731
+1106.3770
+1106.4046 Experiment
+1106.4049 Populations and Evolution
+1106.4052 Cosmology and Nongalactic Astrophysics
+1106.4063 Logic in Computer Science
+1106.4066 Materials Science
+1106.4075 Functional Analysis
+1106.4076 Instrumentation and Methods for Astrophysics
+1106.4079 Numerical Analysis
+1106.4080 Algebraic Topology
+1106.4082
+1106.4083 Artificial Intelligence
+1106.4084 Earth and Planetary Astrophysics
+1106.4090 Logic in Computer Science
+1106.4091 Software Engineering
+1106.4092 Software Engineering
+1106.4093 Logic in Computer Science
+1106.4094 Logic in Computer Science
+1106.4095 Software Engineering
+1106.4096 Logic in Computer Science
+1106.4097 Software Engineering
+1106.4098 Logic in Computer Science
+1106.4099 Software Engineering
+1106.4100 Logic in Computer Science
+1106.4104 Dynamical Systems
+1106.4109 Classical Analysis and ODEs
+1106.4110 Theory
+1106.4111 Materials Science
+1106.4112 Quantum Algebra
+1106.4114 Earth and Planetary Astrophysics
+1106.4117 Representation Theory
+1106.4124 Phenomenology
+1106.4125 Analysis of PDEs
+1106.4127 General Physics
+1106.4130 Algebraic Geometry
+1106.4131 Classical Physics
+1106.4133 General Topology
+1106.4134 Probability
+1106.4135 General Topology
+1106.4136 General Topology
+1106.4150 Solar and Stellar Astrophysics
+1106.4152 Plasma Physics
+1106.4154 Theory
+1106.4155 Atomic Physics
+1106.4159 Cosmology and Nongalactic Astrophysics
+1106.4160 Methodology
+1106.4161 Phenomenology
+1106.4170 Mesoscale and Nanoscale Physics
+1106.4174 Analysis of PDEs
+1106.4176 Digital Libraries
+1106.4178 Phenomenology
+1106.4180 Solar and Stellar Astrophysics
+1106.4184 Cryptography and Security
+1106.4188 Probability
+1106.4198 Machine Learning
+1106.4200 Programming Languages
+1106.4203
+1106.4213 Distributed, Parallel, and Cluster Computing
+1106.4218 Artificial Intelligence
+1106.4219 Number Theory
+1106.4221 Artificial Intelligence
+1106.4222 Statistics Theory
+1106.4226 Medical Physics
+1106.4228 Statistics Theory
+1106.4229 Analysis of PDEs
+1106.4232 Analysis of PDEs
+1106.4234
+1106.4235 Geometric Topology
+1106.4241 Algebraic Geometry
+1106.4247 Discrete Mathematics
+1106.4258 Solar and Stellar Astrophysics
+1106.4259 Mesoscale and Nanoscale Physics
+1106.4266 Numerical Analysis
+1106.4267
+1106.4273 Logic
+1106.4281 Probability
+1106.4282 Soft Condensed Matter
+1106.4286 Information Theory
+1106.4288 Networking and Internet Architecture
+1106.4289 Materials Science
+1106.4290 Materials Science
+1106.4291 Materials Science
+1106.4300 Social and Information Networks
+1106.4302 Rings and Algebras
+cond-mat/0402401 Superconductivity
+math/0111083 Representation Theory
+math/0111085 Representation Theory
+math/0111086 Representation Theory
+math/0304326 Representation Theory
+math/0509543 Differential Geometry
+math/0608146 Differential Geometry
+0707.4496 Logic
+0803.0170 Optimization and Control
+0805.1085 Genomics
+0806.0530 Data Analysis, Statistics and Probability
+0806.3769 Methodology
+0807.0500 Phenomenology
+0810.4285 Logic
+0810.4457 Number Theory
+0811.0331
+0905.2789 Optimization and Control
+0905.3378 Artificial Intelligence
+0906.0889
+0908.2979 Strongly Correlated Electrons
+0908.2986 Mesoscale and Nanoscale Physics
+0909.2854 Theory
+0909.4515 Mesoscale and Nanoscale Physics
+0909.4519 Mesoscale and Nanoscale Physics
+1001.4677 Theory
+1002.4529 Combinatorics
+1002.4929 Theory
+1003.1063 Mesoscale and Nanoscale Physics
+1003.4993 Cosmology and Nongalactic Astrophysics
+1004.0813 Materials Science
+1004.2689 Mesoscale and Nanoscale Physics
+1004.3422 Phenomenology
+1006.3380 Exactly Solvable and Integrable Systems
+1006.5232 Geometric Topology
+1006.5352 Computer Science and Game Theory
+1007.1831 Mesoscale and Nanoscale Physics
+1007.3944 Rings and Algebras
+1007.4624 Materials Science
+1007.4714 Mesoscale and Nanoscale Physics
+1007.5422
+1008.0088 High Energy Astrophysical Phenomena
+1008.3341 Superconductivity
+1009.1420 Strongly Correlated Electrons
+1009.4451 Lattice
+1009.4826 Number Theory
+1011.0986 Numerical Analysis
+1011.2239 Cosmology and Nongalactic Astrophysics
+1011.5306 Phenomenology
+1011.5587 Phenomenology
+1011.6151
+1012.1522 Phenomenology
+1012.4491 Strongly Correlated Electrons
+1101.0576
+1101.0716 Cosmology and Nongalactic Astrophysics
+1101.2161 Phenomenology
+1101.2668
+1101.3628
+1102.0350 Strongly Correlated Electrons
+1102.4942 Phenomenology
+1103.4584 Logic in Computer Science
+1103.5428
+1103.5503 Superconductivity
+1103.6139 Statistical Mechanics
+1104.1160 Theory
+1104.1645 Mesoscale and Nanoscale Physics
+1104.1777 Phenomenology
+1104.3040 Phenomenology
+1105.0610 Quantum Gases
+1105.1842 Data Structures and Algorithms
+1105.2300 Theory
+1105.2307 Dynamical Systems
+1105.2785 Superconductivity
+1105.3678 Experiment
+1105.3707 Theory
+1105.3976 Phenomenology
+1105.4482 Theory
+1106.0907 Theory
+1106.1174 Theory
+1106.2697 Machine Learning
+1106.3186 Cosmology and Nongalactic Astrophysics
+1106.5706 Pricing of Securities
+1107.0086 Biological Physics
+1107.0944 Theory
+1107.1281 Cosmology and Nongalactic Astrophysics
+1107.2508 Strongly Correlated Electrons
+1107.3328 Soft Condensed Matter
+1107.4430 Geophysics
+1107.4648 Number Theory
+1107.5474 Artificial Intelligence
+1108.0167 Classical Physics
+1108.0302 Theory
+1108.0589 Phenomenology
+1108.0758 Theory
+1108.0764 Classical Physics
+1108.0832
+1108.0939 Analysis of PDEs
+1108.0940 Superconductivity
+1108.0953 Rings and Algebras
+1108.0957 Number Theory
+1108.0959 Experiment
+1108.0968 Experiment
+1108.0971 Optics
+1108.0972 Distributed, Parallel, and Cluster Computing
+1108.0982 Information Theory
+1108.0984
+1108.0986 Optimization and Control
+1108.0989 Combinatorics
+1108.0992 Logic
+1108.0996 Applications
+1108.1000 Geometric Topology
+1108.1003
+1108.1011 Superconductivity
+1108.1019 Statistics Theory
+1108.1022 Information Theory
+1108.1026
+1108.1036 Combinatorics
+1108.1039 Mesoscale and Nanoscale Physics
+1108.1041 Combinatorics
+1108.1044 Group Theory
+1108.1045 Artificial Intelligence
+1108.1046 Theory
+1108.1049 High Energy Astrophysical Phenomena
+1108.1050 Plasma Physics
+1108.1051 Plasma Physics
+1108.1052
+1108.1054 High Energy Astrophysical Phenomena
+1108.1059 Analysis of PDEs
+1108.1060 Data Structures and Algorithms
+1108.1074 Applications
+1108.1077 High Energy Astrophysical Phenomena
+1108.1079 Computation
+1108.1080 Solar and Stellar Astrophysics
+1108.1084 High Energy Astrophysical Phenomena
+1108.1085 Accelerator Physics
+1108.1088 Optics
+1108.1089 Experiment
+1108.1093 Dynamical Systems
+1108.1096 Plasma Physics
+1108.1098 Statistics Theory
+1108.1103
+1108.1108 Symbolic Computation
+1108.1109 Physics Education
+1108.1115 Accelerator Physics
+1108.1123 Functional Analysis
+1108.1124 Combinatorics
+1108.1127 Materials Science
+1108.1134 Experiment
+1108.1138 Materials Science
+1108.1146 Metric Geometry
+1108.1149 Optics
+1108.1153 Other Computer Science
+1108.1154 Cryptography and Security
+1108.1159 Superconductivity
+1108.1161 Information Theory
+1108.1166 Mesoscale and Nanoscale Physics
+1108.1169 Computer Vision and Pattern Recognition
+1108.1174 Number Theory
+1108.1177
+1108.1179 Probability
+cond-mat/0005151 Mesoscale and Nanoscale Physics
+cond-mat/0106023 Disordered Systems and Neural Networks
+cond-mat/0109326 Mesoscale and Nanoscale Physics
+cond-mat/0201137 Statistical Mechanics
+cond-mat/0208024 Mesoscale and Nanoscale Physics
+cond-mat/9311050
+cond-mat/9401049
+cond-mat/9510164
+cond-mat/9605073
+cond-mat/9704198 Disordered Systems and Neural Networks
+cond-mat/9809286 Mesoscale and Nanoscale Physics
+cond-mat/9906299 Disordered Systems and Neural Networks
+gr-qc/0506032
+hep-lat/9201003 Lattice
+hep-ph/0605126 Phenomenology
+hep-ph/9908518 Phenomenology
+hep-ph/9912535 Phenomenology
+hep-ph/9912536 Phenomenology
+math-ph/0004005
+quant-ph/9911096
+0708.1993 Other Quantitative Biology
+0711.4356
+0806.4768 Differential Geometry
+0808.1279
+0809.4742
+0811.1780
+0812.0810
+0812.1047 Mesoscale and Nanoscale Physics
+0901.1821 Optimization and Control
+0903.4447 Cosmology and Nongalactic Astrophysics
+0904.2396 Mesoscale and Nanoscale Physics
+0911.2487 Quantum Gases
+0911.3108 Artificial Intelligence
+0911.4225 Materials Science
+0911.4227 Materials Science
+1001.5277 Solar and Stellar Astrophysics
+1002.0524
+1003.5952 Theory
+1005.4286
+1006.2877 Materials Science
+1006.4147
+1006.4656 Cosmology and Nongalactic Astrophysics
+1006.5585 Chaotic Dynamics
+1007.1864 Materials Science
+1007.4436 Soft Condensed Matter
+1008.4105 Strongly Correlated Electrons
+1009.5362 Lattice
+1010.0086 Representation Theory
+1011.1354 Strongly Correlated Electrons
+1011.4014 Statistical Mechanics
+1011.5226 Instrumentation and Methods for Astrophysics
+1012.1927 Mesoscale and Nanoscale Physics
+1012.3016 Phenomenology
+1012.5338 Materials Science
+1012.5971 Lattice
+1101.1117
+1101.1348 Dynamical Systems
+1101.2444 Theory
+1101.2487 Materials Science
+1101.4962 Rings and Algebras
+1101.5260 Digital Libraries
+1101.5402 Pattern Formation and Solitons
+1101.5403 Materials Science
+1101.5406 Quantum Gases
+1101.5407 Data Structures and Algorithms
+1101.5411 Discrete Mathematics
+1101.5426 Spectral Theory
+1101.5428 Distributed, Parallel, and Cluster Computing
+1101.5432
+1101.5433 Mesoscale and Nanoscale Physics
+1101.5435 Machine Learning
+1101.5436 Analysis of PDEs
+1101.5438 Data Analysis, Statistics and Probability
+1101.5441 Logic in Computer Science
+1101.5442 Logic in Computer Science
+1101.5443 Logic in Computer Science
+1101.5444 Logic in Computer Science
+1101.5445 Logic in Computer Science
+1101.5446 Logic in Computer Science
+1101.5449 Cryptography and Security
+1101.5457 Strongly Correlated Electrons
+1101.5460 Artificial Intelligence
+1101.5470 Rings and Algebras
+1101.5472 Analysis of PDEs
+1101.5475 Computational Finance
+1101.5477 Number Theory
+1101.5482 Probability
+1101.5483 Analysis of PDEs
+1101.5484
+1101.5489 Algebraic Geometry
+1101.5490 Graphics
+1101.5494 Computation and Language
+1101.5495 Neurons and Cognition
+1101.5498 Mesoscale and Nanoscale Physics
+1101.5506 Data Structures and Algorithms
+1101.5507 Astrophysics of Galaxies
+1101.5509 Networking and Internet Architecture
+1101.5512
+1101.5513 Strongly Correlated Electrons
+1101.5522
+1101.5539 Probability
+1101.5546 Geophysics
+1101.5549 Differential Geometry
+1101.5550 High Energy Astrophysical Phenomena
+1101.5554 Solar and Stellar Astrophysics
+1101.5561 Functional Analysis
+1101.5568 Solar and Stellar Astrophysics
+1101.5570 Operator Algebras
+1101.5573 Algebraic Topology
+1101.5574 Optimization and Control
+1101.5577 Soft Condensed Matter
+1101.5583 High Energy Astrophysical Phenomena
+1101.5586 Data Structures and Algorithms
+1101.5588 Soft Condensed Matter
+1101.5592
+1101.5599 Materials Science
+1101.5601 Solar and Stellar Astrophysics
+1101.5608 Combinatorics
+1101.5613 Cryptography and Security
+1101.5614 Geometric Topology
+1101.5617 Computer Science and Game Theory
+1101.5621 Combinatorics
+astro-ph/0507072
+astro-ph/0609385
+cond-mat/0602648 Mesoscale and Nanoscale Physics
+hep-ph/0207080 Phenomenology
+hep-ph/0209131 Phenomenology
+hep-ph/0210359 Phenomenology
+hep-ph/0306001 Phenomenology
+hep-ph/0505125 Phenomenology
+0706.1536 Functional Analysis
+0706.1540 Functional Analysis
+0710.2898 Functional Analysis
+0712.1001 Data Analysis, Statistics and Probability
+0802.4392 Materials Science
+0803.0810 Materials Science
+0807.0540 Number Theory
+0807.1191 Symplectic Geometry
+0810.4678 General Physics
+0902.4869 Functional Analysis
+0904.1331 Combinatorics
+0904.1608 Number Theory
+0904.4099 Risk Management
+0907.1404 Dynamical Systems
+0908.1047 General Physics
+0912.0239 Combinatorics
+1001.3038 Other Computer Science
+1002.2675
+1003.0655 General Physics
+1003.0932 Superconductivity
+1003.1876 Probability
+1003.2399 Mesoscale and Nanoscale Physics
+1003.2538
+1003.3692 Dynamical Systems
+1004.1931
+1005.1560 Information Theory
+1005.5371 History and Overview
+1006.0093
+1006.1601
+1007.0694
+1007.1793 Strongly Correlated Electrons
+1007.2601 Phenomenology
+1007.4205 Cosmology and Nongalactic Astrophysics
+1008.0790 Combinatorics
+1008.1801 High Energy Astrophysical Phenomena
+1008.1922 Pattern Formation and Solitons
+1008.2343 Optics
+1008.3580
+1008.3937 Strongly Correlated Electrons
+1009.0911 Other Condensed Matter
+1009.2513 Atomic Physics
+1009.3888 Systems and Control
+1009.4147
+1009.4348 Optics
+1009.4494 Quantum Algebra
+1009.5213
+1009.5783 Group Theory
+1009.5786 Materials Science
+1009.6189
+1010.1865 Probability
+1010.1907 Exactly Solvable and Integrable Systems
+1010.2274
+1010.4441 Mesoscale and Nanoscale Physics
+1010.5892 Mesoscale and Nanoscale Physics
+1011.1760 Combinatorics
+1011.2161 Other Condensed Matter
+1012.3436 Superconductivity
+1012.4820 Complex Variables
+1012.5631 Number Theory
+1102.0016
+1102.0263 Algebraic Geometry
+1102.0747 Group Theory
+1102.0885
+1102.1138 Discrete Mathematics
+1102.1536 Artificial Intelligence
+1102.1650 Group Theory
+1102.1736 Complex Variables
+1102.1739 Functional Analysis
+1102.1742 Cosmology and Nongalactic Astrophysics
+1102.1745 Data Structures and Algorithms
+1102.1747 Data Structures and Algorithms
+1102.1754 Distributed, Parallel, and Cluster Computing
+1102.1756 Commutative Algebra
+1102.1760 Digital Libraries
+1102.1761 Medical Physics
+1102.1764 Combinatorics
+1102.1768 Rings and Algebras
+1102.1771
+1102.1784 Mesoscale and Nanoscale Physics
+1102.1790 Geometric Topology
+1102.1799 Phenomenology
+1102.1800 Metric Geometry
+1102.1803 Information Retrieval
+1102.1811 Atomic Physics
+1102.1812 Dynamical Systems
+1102.1822 Statistics Theory
+1102.1827 Cosmology and Nongalactic Astrophysics
+1102.1830 Statistics Theory
+1102.1833 Complex Variables
+1102.1834 Algebraic Geometry
+1102.1839 Physics Education
+1102.1845 Numerical Analysis
+1102.1847 Algebraic Geometry
+1102.1851 General Finance
+1102.1857 Statistics Theory
+1102.1859 Discrete Mathematics
+1102.1861 Representation Theory
+1102.1862 Soft Condensed Matter
+1102.1864 Number Theory
+1102.1865 Soft Condensed Matter
+1102.1871 Probability
+1102.1875 Statistics Theory
+1102.1878 General Physics
+1102.1884 Solar and Stellar Astrophysics
+1102.1887 Optimization and Control
+1102.1893 Physics Education
+1102.1897 Populations and Evolution
+1102.1899 Materials Science
+1102.1901 Cosmology and Nongalactic Astrophysics
+1102.1924 Functional Analysis
+1102.1925 Experiment
+1102.1928 Populations and Evolution
+1102.1930 Superconductivity
+1102.1935 Logic in Computer Science
+1102.1939 Materials Science
+1102.1941
+1102.1955 Soft Condensed Matter
+1102.1956 Algebraic Geometry
+1102.1962 Quantum Algebra
+1102.1966 Differential Geometry
+astro-ph/0609509
+cond-mat/0702682 Materials Science
+gr-qc/0701168
+hep-ph/0109031 Phenomenology
+math/0409338 Representation Theory
+math/0701800 Combinatorics
+physics/0411087 Data Analysis, Statistics and Probability
+1104.4295 Computer Vision and Pattern Recognition
+0710.3722 Algebraic Topology
+0802.1800 Commutative Algebra
+0812.1180 Biomolecules
+0901.3088 Commutative Algebra
+0901.3897 Commutative Algebra
+0905.4652
+0906.0821 Differential Geometry
+0906.5462 Statistics Theory
+0907.2100 Probability
+0907.2663 Computational Complexity
+0907.5215 Algebraic Geometry
+0908.3617 Materials Science
+0909.5634 Statistical Mechanics
+1001.3880 Theory
+1003.0291 High Energy Astrophysical Phenomena
+1003.2912 Commutative Algebra
+1003.5710 Functional Analysis
+1004.0170 Commutative Algebra
+1006.3684 Probability
+1006.4105 Theory
+1006.5145 Theory
+1007.2076 Phenomenology
+1008.0679 Superconductivity
+1009.4411 Statistical Mechanics
+1009.5284 Theory
+1010.2728 Biological Physics
+1010.4416
+1010.4730 Materials Science
+1011.2695
+1011.2715 Strongly Correlated Electrons
+1012.3974 Materials Science
+1101.2972 Materials Science
+1101.3177 Phenomenology
+1102.0584
+1102.3504 Cryptography and Security
+1102.4624 Theory
+1103.2096 Quantum Gases
+1103.2327
+1103.3350 Quantum Gases
+1104.0182
+1104.0244 Cosmology and Nongalactic Astrophysics
+1104.2127
+1104.3107
+1104.3458 Phenomenology
+1104.3459 Lattice
+1104.3907 Materials Science
+1104.5533 Data Structures and Algorithms
+1105.0868 Metric Geometry
+1105.1007 Algebraic Geometry
+1105.2884
+1105.3379 Number Theory
+1105.4209 Phenomenology
+1105.4364 Theory
+1106.0177
+1106.0553
+1106.0944 Instrumentation and Methods for Astrophysics
+1106.1655 Quantum Gases
+1106.2119
+1106.2899 Soft Condensed Matter
+1106.3426 Strongly Correlated Electrons
+1106.3543 Optimization and Control
+1106.3650 Quantum Gases
+1106.5668 Materials Science
+1107.0304 Classical Physics
+1107.0734
+1107.2814 Dynamical Systems
+1107.4331 High Energy Astrophysical Phenomena
+1107.4698 Mesoscale and Nanoscale Physics
+1107.5069 Geometric Topology
+1107.5634 Analysis of PDEs
+1108.1683 Classical Analysis and ODEs
+1108.1788 Biomolecules
+1108.2218 Materials Science
+1108.2225 Materials Science
+1108.2226 Materials Science
+1108.2324 Quantum Gases
+1108.3025 Optimization and Control
+1108.4599 Mesoscale and Nanoscale Physics
+1109.0509
+1109.0707 Combinatorics
+1109.2466 Phenomenology
+1109.2696 Networking and Internet Architecture
+1109.2777 Optimization and Control
+1109.2857 Differential Geometry
+1109.2866 Functional Analysis
+1109.2984 Systems and Control
+1109.3151 Systems and Control
+1109.3187 Cosmology and Nongalactic Astrophysics
+1109.3320 Optimization and Control
+1109.3448 History and Philosophy of Physics
+1109.3462 Algebraic Geometry
+1109.3472 Phenomenology
+1109.3476 Cosmology and Nongalactic Astrophysics
+1109.3481 Numerical Analysis
+1109.3482 Group Theory
+1109.3484 Complex Variables
+1109.3497 Solar and Stellar Astrophysics
+1109.3499
+1109.3500 Experiment
+1109.3502 Geometric Topology
+1109.3503 Experiment
+1109.3504 Differential Geometry
+1109.3507
+1109.3517 Probability
+1109.3519 Theory
+1109.3525 Populations and Evolution
+1109.3527 Analysis of PDEs
+1109.3532 Artificial Intelligence
+1109.3535 Cosmology and Nongalactic Astrophysics
+1109.3541 Analysis of PDEs
+1109.3549
+1109.3554 Differential Geometry
+1109.3555 Cryptography and Security
+1109.3557 Analysis of PDEs
+1109.3558 Instrumentation and Methods for Astrophysics
+1109.3561 Distributed, Parallel, and Cluster Computing
+1109.3566 Algebraic Geometry
+1109.3575
+1109.3580 Number Theory
+1109.3582 Biomolecules
+1109.3592 Optimization and Control
+1109.3596 Number Theory
+1109.3597 General Physics
+1109.3602 Mesoscale and Nanoscale Physics
+1109.3606 Computer Science and Game Theory
+1109.3607 Statistics Theory
+1109.3610 Commutative Algebra
+1109.3614 Biological Physics
+1109.3616 Combinatorics
+1109.3617 Robotics
+1109.3618 Analysis of PDEs
+1109.3623 Number Theory
+1109.3624 General Physics
+1109.3629 Cosmology and Nongalactic Astrophysics
+1109.3635 Geophysics
+1109.3636 Dynamical Systems
+1109.3640 Differential Geometry
+1109.3646 Representation Theory
+1109.3650 Social and Information Networks
+1109.3651 Computational Complexity
+1109.3652 Functional Analysis
+1109.3662 Geophysics
+1109.3677 Statistical Mechanics
+1109.3680 Materials Science
+1109.3683 Spectral Theory
+1109.3685 Logic in Computer Science
+1109.3688 Medical Physics
+1109.3691 Experiment
+1109.3695 Cell Behavior
+1109.3697 Phenomenology
+1109.3700 Artificial Intelligence
+1109.3702 Subcellular Processes
+cond-mat/0205474 Soft Condensed Matter
+cond-mat/0612254 Strongly Correlated Electrons
+quant-ph/0608024
+0705.2933 Operator Algebras
+0706.4168 Theory
+0806.1631 Applications
+0806.2520 Operator Algebras
+0810.4890 Superconductivity
+0811.4488
+0812.1937
+0906.3870 Differential Geometry
+0907.0664
+0909.0448 Solar and Stellar Astrophysics
+0911.2977
+0912.2609 Numerical Analysis
+1001.0552
+1001.2517 Number Theory
+1001.2815 Algebraic Geometry
+1001.2941 Complex Variables
+1002.1110 Analysis of PDEs
+1003.0535 Functional Analysis
+1003.4115
+1003.5331 Fluid Dynamics
+1004.1810 Logic
+1004.2096
+1004.3813 Number Theory
+1006.3627 Molecular Networks
+1006.4252
+1006.5873 Solar and Stellar Astrophysics
+1007.1576 Differential Geometry
+1008.5365 Quantum Gases
+1009.0069 Disordered Systems and Neural Networks
+1009.1111 Strongly Correlated Electrons
+1010.0066 Optimization and Control
+1010.4862 Representation Theory
+1011.0607 Lattice
+1011.2847 Algebraic Geometry
+1011.4003
+1011.4562 Solar and Stellar Astrophysics
+1012.0578 Fluid Dynamics
+1012.2276 Adaptation and Self-Organizing Systems
+1101.3760
+1101.4300
+1102.0399 Materials Science
+1102.2870
+1103.0319 Combinatorics
+1103.1311
+1103.2017
+1103.2544 Information Theory
+1103.4735 Phenomenology
+1104.1232 Superconductivity
+1104.3733 Data Analysis, Statistics and Probability
+1104.4301 Lattice
+1104.4884 Geometric Topology
+1104.5354 Strongly Correlated Electrons
+1104.5583 Populations and Evolution
+1105.0565 Statistical Mechanics
+1105.0596 Rings and Algebras
+1105.1214 Numerical Analysis
+1105.1288 Data Analysis, Statistics and Probability
+1105.1651 Disordered Systems and Neural Networks
+1105.2488 Quantum Gases
+1105.2749
+1105.6367 Numerical Analysis
+1106.2450 Theory
+1106.2487 Optics
+1106.4505 Mesoscale and Nanoscale Physics
+1106.4796 Theory
+1106.5346 Information Theory
+1107.0125 Materials Science
+1107.0881 Theory
+1107.0980 Functional Analysis
+1107.2477 Superconductivity
+1107.3220 Differential Geometry
+1107.3954 Symplectic Geometry
+1107.3979 Optimization and Control
+1107.4100 Mesoscale and Nanoscale Physics
+1107.5282 Number Theory
+1107.5810 Astrophysics of Galaxies
+1108.0393 Phenomenology
+1108.0912 Superconductivity
+1108.1608
+1108.2442 Phenomenology
+1108.3111 Algebraic Geometry
+1108.3826 Mesoscale and Nanoscale Physics
+1108.4462 Phenomenology
+1108.4965
+1108.5152 Theory
+1108.5194 Superconductivity
+1109.0377 Numerical Analysis
+1109.0754 Group Theory
+1109.2960 Differential Geometry
+1110.0703 Metric Geometry
+1110.0707 Metric Geometry
+1110.1404 Mesoscale and Nanoscale Physics
+1110.2787 Cosmology and Nongalactic Astrophysics
+1110.3652 Atomic Physics
+1110.6044 Statistical Mechanics
+1111.0354
+1111.0629 Strongly Correlated Electrons
+1111.3267
+1111.3342 Quantum Algebra
+1111.3641 Phenomenology
+1111.3778 Group Theory
+1111.3845 Rings and Algebras
+1111.3951 Phenomenology
+1111.3971 Numerical Analysis
+1111.3972 Lattice
+1111.3973 Representation Theory
+1111.3976 Cosmology and Nongalactic Astrophysics
+1111.3984 Probability
+1111.3986 Earth and Planetary Astrophysics
+1111.3999 Solar and Stellar Astrophysics
+1111.4000 Solar and Stellar Astrophysics
+1111.4018
+1111.4019 Spectral Theory
+1111.4023 Number Theory
+1111.4028 Differential Geometry
+1111.4036 Networking and Internet Architecture
+1111.4038
+1111.4048 Pattern Formation and Solitons
+1111.4050 History and Overview
+1111.4052 Computer Vision and Pattern Recognition
+1111.4056 Physics Education
+1111.4057 Number Theory
+1111.4058 Physics Education
+1111.4065 Number Theory
+1111.4066 Number Theory
+1111.4067 Number Theory
+1111.4071 Number Theory
+1111.4074 Differential Geometry
+1111.4075 Instrumentation and Detectors
+1111.4077
+1111.4079 Geometric Topology
+1111.4082 Number Theory
+1111.4085 Quantum Algebra
+1111.4089 Number Theory
+1111.4090 Networking and Internet Architecture
+1111.4094 Functional Analysis
+1111.4101 Optics
+1111.4103
+1111.4106 Subcellular Processes
+1111.4108 Operator Algebras
+1111.4114 Analysis of PDEs
+1111.4115 Theory
+1111.4117 Algebraic Geometry
+1111.4118 Optimization and Control
+1111.4119
+1111.4126 Optics
+1111.4129 High Energy Astrophysical Phenomena
+1111.4130 Probability
+1111.4133 Plasma Physics
+1111.4136 Computer Science and Game Theory
+1111.4140 General Physics
+1111.4146 Algebraic Topology
+1111.4148 Statistics Theory
+1111.4152 Number Theory
+1111.4153 Phenomenology
+1111.4154 Phenomenology
+1111.4160 Operator Algebras
+1111.4163
+1111.4166 Operator Algebras
+1111.4168 Strongly Correlated Electrons
+1111.4184 Algebraic Geometry
+1111.4185 Theory
+1111.4189 Combinatorics
+1111.4190 Experiment
+1111.4194 Superconductivity
+1111.4196 Statistics Theory
+1111.4198
+1111.4200 Algebraic Geometry
+1111.4201 Quantum Algebra
+gr-qc/0005084
+gr-qc/9810030
+gr-qc/9909081
+gr-qc/9912014
+math/0101099 Operator Algebras
+math/0404166 Operator Algebras
+math/0610429 Geometric Topology
+math/0611520 Operator Algebras
+math/0702775 Operator Algebras
+physics/9909019 Classical Physics
+quant-ph/0612209
+0704.2297
+0707.0267 Theory
+0707.3204 Phenomenology
+0708.2865 Theory
+0709.3019
+0710.2328 Representation Theory
+0710.3230 Theory
+0710.5884
+0712.3062
+0805.3676 Analysis of PDEs
+0805.3756 Differential Geometry
+0805.4093 Differential Geometry
+0806.0481 Phenomenology
+0807.3919 Theory
+0807.4508
+0808.1919 Theory
+0809.5219
+0902.0146 Cosmology and Nongalactic Astrophysics
+0902.4505 Materials Science
+0903.0380 Theory
+0903.0784 Strongly Correlated Electrons
+0903.2592
+0903.3927 Differential Geometry
+0903.3932 Differential Geometry
+0904.4713 Algebraic Geometry
+0904.4804
+0904.4894 Phenomenology
+0905.2942
+0905.4141 Algebraic Geometry
+0906.4652 Classical Analysis and ODEs
+0907.2050 Data Structures and Algorithms
+0908.2519 Physics and Society
+0909.3986
+0909.5257 Phenomenology
+0910.0545 Probability
+0910.2777 Theory
+0910.4428 Theory
+0911.0522 Probability
+0911.2260 Cosmology and Nongalactic Astrophysics
+0911.3429 Phenomenology
+0911.4647 Phenomenology
+0911.5351 Instrumentation and Methods for Astrophysics
+0912.3396
+0912.4094 Phenomenology
+0912.5042 Solar and Stellar Astrophysics
+1001.0183 Chaotic Dynamics
+1001.0574 Phenomenology
+1001.0846 Quantum Gases
+1001.1082
+1001.3147 Phenomenology
+1001.3436 Theory
+1001.4675 Phenomenology
+1001.5321 Phenomenology
+1002.0988 Exactly Solvable and Integrable Systems
+1002.2531 Phenomenology
+1002.2785 Lattice
+1003.1223 Phenomenology
+1003.1303 Theory
+1003.2073 Lattice
+1003.3945 Phenomenology
+1003.4163 Quantum Gases
+1003.4807 Phenomenology
+1003.6078 Phenomenology
+1004.0886 Lattice
+1004.1174 Theory
+1004.5399 Phenomenology
+1004.5405
+1005.1075 Phenomenology
+1005.1822 Theory
+1005.2891
+1005.3433 Physics and Society
+1005.4864 Phenomenology
+1005.4988
+1005.5107 Theory
+1005.5146 Space Physics
+1006.1545 Representation Theory
+1006.2124 Theory
+1006.2466 Theory
+1006.3260
+1006.3264 Soft Condensed Matter
+1006.3327
+1006.3387 Theory
+1006.3413 K-Theory and Homology
+1006.3871 Theory
+1006.4180 Superconductivity
+1006.4964 Phenomenology
+1006.5239 Dynamical Systems
+1006.5331 Phenomenology
+1006.5373 Phenomenology
+1006.5395 Combinatorics
+1007.0993 Theory
+1007.1671 Algebraic Geometry
+1007.2625 Quantum Gases
+1007.3670
+1007.4078 Theory
+1007.4950
+1008.0144 Probability
+1008.1305 Theory
+1008.2243 Theory
+1008.4193
+1008.4449 Phenomenology
+1009.0089 Strongly Correlated Electrons
+1009.0660
+1009.1251 Phenomenology
+1009.1476
+1009.1781 Experiment
+1009.2328 Phenomenology
+1009.2585
+1009.3265 Cosmology and Nongalactic Astrophysics
+1009.3333 General Physics
+1009.4257 Theory
+1009.5039 Theory
+1009.5458
+1009.5666 Phenomenology
+1009.6087 Theory
+1009.6196 Quantum Gases
+1010.0007 Astrophysics of Galaxies
+1010.0405 Phenomenology
+1010.1104 Theory
+1010.1274
+1010.2720 Theory
+1010.3377 Algebraic Geometry
+1010.3839 Phenomenology
+1010.3870 Lattice
+1010.4255 Phenomenology
+1010.5098 Solar and Stellar Astrophysics
+1010.5848 Experiment
+1011.0004 Cosmology and Nongalactic Astrophysics
+1011.1727 Differential Geometry
+1011.2862
+1011.3929 Experiment
+1011.4823 Statistical Mechanics
+1011.5297 Strongly Correlated Electrons
+1012.0383 Theory
+1012.4548 Cosmology and Nongalactic Astrophysics
+1101.0008 Materials Science
+1101.0563
+1101.1102
+1101.1588 Materials Science
+1101.2114 Operator Algebras
+1101.3522 Phenomenology
+1101.4839 Phenomenology
+1101.5563 Solar and Stellar Astrophysics
+1102.0363 Number Theory
+1102.0626 Materials Science
+1102.0836 Learning
+1102.1263 Solar and Stellar Astrophysics
+1102.1310 Number Theory
+1102.1396
+1102.1423 Cosmology and Nongalactic Astrophysics
+1102.1436 High Energy Astrophysical Phenomena
+1102.1456 Discrete Mathematics
+1102.1457 Mesoscale and Nanoscale Physics
+1102.1458 Combinatorics
+1102.1464 Number Theory
+1102.1467 Superconductivity
+1102.1470 Geometric Topology
+1102.1472 Data Structures and Algorithms
+1102.1475 Information Theory
+1102.1478 Functional Analysis
+1102.1488 Combinatorics
+1102.1491 Combinatorics
+1102.1499 General Physics
+1102.1502 Systems and Control
+1102.1503 Multimedia
+1102.1506 Physics Education
+1102.1507 Data Analysis, Statistics and Probability
+1102.1508 Medical Physics
+1102.1510 Functional Analysis
+1102.1511 Functional Analysis
+1102.1514 Instrumentation and Methods for Astrophysics
+1102.1520 Commutative Algebra
+1102.1525 Group Theory
+1102.1533
+1102.1534 Cryptography and Security
+1102.1540
+1102.1541 Combinatorics
+1102.1543 Combinatorics
+1102.1544 Data Structures and Algorithms
+1102.1560
+1102.1563
+1102.1565 Differential Geometry
+1102.1567 Rings and Algebras
+1102.1574 Experiment
+1102.1577 Algebraic Topology
+1102.1578 Classical Analysis and ODEs
+1102.1579
+1102.1580 Computer Science and Game Theory
+1102.1582 Phenomenology
+1102.1585 Dynamical Systems
+1102.1603 Optics
+1102.1606 Number Theory
+1102.1611 Combinatorics
+1102.1612
+1102.1613 Other Condensed Matter
+1102.1614 Medical Physics
+1102.1627 Combinatorics
+1102.1635 Popular Physics
+1102.1637 Rings and Algebras
+1102.1639 Probability
+1102.1642 Medical Physics
+1102.1644 Popular Physics
+1102.1645 Algebraic Topology
+1102.1648 Mesoscale and Nanoscale Physics
+1102.1654
+1102.1659 Algebraic Geometry
+1102.1663 Solar and Stellar Astrophysics
+1102.1671 Lattice
+1102.1672 Phenomenology
+1102.1673 Analysis of PDEs
+1102.1678
+1102.1681 General Topology
+1102.1687 Algebraic Geometry
+1102.1693 Classical Analysis and ODEs
+1102.1695 Analysis of PDEs
+1102.1697 Instrumentation and Methods for Astrophysics
+1102.1698 Differential Geometry
+1102.1711 Probability
+astro-ph/0205544
+astro-ph/0601514
+astro-ph/9811349
+cond-mat/0604278 Statistical Mechanics
+hep-ex/0111043 Experiment
+hep-ex/0509038 Experiment
+hep-ph/0004031 Phenomenology
+hep-ph/0110410 Phenomenology
+hep-ph/0204097 Phenomenology
+hep-ph/0306242 Phenomenology
+hep-ph/0405074 Phenomenology
+hep-ph/0411036 Phenomenology
+hep-ph/0411063 Phenomenology
+hep-ph/0503066 Phenomenology
+hep-ph/0509159 Phenomenology
+hep-ph/0512224 Phenomenology
+hep-ph/9507361 Phenomenology
+hep-ph/9508399 Phenomenology
+hep-ph/9703434 Phenomenology
+hep-ph/9707256 Phenomenology
+hep-ph/9712551 Phenomenology
+hep-ph/9807435 Phenomenology
+hep-ph/9809425 Phenomenology
+hep-ph/9902409 Phenomenology
+hep-ph/9903309 Phenomenology
+hep-ph/9904352 Phenomenology
+hep-th/0004117 Theory
+hep-th/0106161 Theory
+hep-th/0109005 Theory
+hep-th/0203057 Theory
+hep-th/0304109 Theory
+hep-th/0409263 Theory
+hep-th/0409272 Theory
+hep-th/0411281 Theory
+hep-th/0502235 Theory
+hep-th/0507227 Theory
+hep-th/0511025 Theory
+hep-th/0512296 Theory
+hep-th/0604077 Theory
+hep-th/0607200 Theory
+hep-th/9204066 Theory
+hep-th/9205019 Theory
+hep-th/9206104 Theory
+hep-th/9301049 Theory
+hep-th/9303060 Theory
+hep-th/9502009 Theory
+hep-th/9601072 Theory
+hep-th/9703021 Theory
+hep-th/9703084 Theory
+hep-th/9703188 Theory
+hep-th/9802047 Theory
+hep-th/9803138 Theory
+hep-th/9905112 Theory
+hep-th/9910110 Theory
+hep-th/9912027 Theory
+nucl-ex/0211016
+nucl-th/0004030
+nucl-th/0006029
+nucl-th/0011037
+nucl-th/0012065
+nucl-th/0201054
+nucl-th/0205075
+nucl-th/0209018
+nucl-th/0211097
+nucl-th/0307005
+nucl-th/0307034
+nucl-th/0310054
+nucl-th/0401051
+nucl-th/0402086
+nucl-th/0403017
+nucl-th/0404023
+nucl-th/0408002
+nucl-th/0501027
+nucl-th/0501034
+nucl-th/0501059
+nucl-th/0503014
+nucl-th/0504033
+nucl-th/0506031
+nucl-th/0506087
+nucl-th/0510010
+nucl-th/0512073
+nucl-th/0512092
+nucl-th/9411029
+nucl-th/9501022
+nucl-th/9712058
+nucl-th/9804007
+nucl-th/9902001
+nucl-th/9907008
+nucl-th/9907109
+0705.1942 Algebraic Geometry
+0705.3586
+0707.1872
+0709.3334 Cryptography and Security
+0709.4303 Cryptography and Security
+0709.4420 Cryptography and Security
+0711.2928 Geometric Topology
+0807.2455 Algebraic Geometry
+0809.1272
+0811.3881 Statistical Mechanics
+0812.0716 Phenomenology
+0812.4066 Combinatorics
+0812.4319 Combinatorics
+0901.0155 Combinatorics
+0901.0772 Quantum Algebra
+0903.2575 Combinatorics
+0904.1981
+0905.3466 Solar and Stellar Astrophysics
+0905.3614 Instrumentation and Methods for Astrophysics
+0906.2550
+0906.2967 Commutative Algebra
+0907.1421 Combinatorics
+0910.0078 Geometric Topology
+0910.0218 Group Theory
+0910.5093 Functional Analysis
+0911.0020 Phenomenology
+0911.2391
+0912.2368 Group Theory
+0912.4397 Quantum Algebra
+1001.2876 Logic
+1002.4884 Algebraic Geometry
+1003.0292 Numerical Analysis
+1004.2729 Atomic Physics
+1004.4155 Probability
+1004.5203 Classical Analysis and ODEs
+1005.1107
+1005.3551 Theory
+1006.2979 Operator Algebras
+1006.3944 Theory
+1006.5262 Geometric Topology
+1006.5329 Materials Science
+1006.5887 Phenomenology
+1007.2803 Phenomenology
+1007.3861 Analysis of PDEs
+1007.4882
+1008.0021 Strongly Correlated Electrons
+1008.0829 Theory
+1008.1118
+1008.2418
+1008.4570 Phenomenology
+1009.0415
+1009.1161 Phenomenology
+1009.3919 Combinatorics
+1009.4219 Learning
+1009.4456 Phenomenology
+1010.0912 Phenomenology
+1010.1160 Phenomenology
+1010.1701 Fluid Dynamics
+1010.1780 Theory
+1010.4276 Cosmology and Nongalactic Astrophysics
+1010.4413 Statistical Mechanics
+1010.4489 Cosmology and Nongalactic Astrophysics
+1010.5648 General Finance
+1011.1555 Phenomenology
+1011.2225 Disordered Systems and Neural Networks
+1011.4261 Theory
+1011.5324
+1011.5337 Quantum Gases
+1012.0268 Theory
+1012.1480 Theory
+1012.3165
+1012.4083 Phenomenology
+1012.4390
+1012.4687 Phenomenology
+1101.0648 Experiment
+1101.1054
+1101.1549 Probability
+1101.3875 Phenomenology
+1101.3994
+1101.5557
+1101.5758 Phenomenology
+1101.5895 Strongly Correlated Electrons
+1102.0474 Optics
+1102.0488 Superconductivity
+1102.1010 Superconductivity
+1102.1293
+1102.1318 Quantum Gases
+1102.1433 Number Theory
+1102.1774 Lattice
+1102.1778 Phenomenology
+1102.2396 Analysis of PDEs
+1102.2594 Differential Geometry
+1102.2885 Theory
+1102.3628
+1102.5267 Phenomenology
+1103.0648 Theory
+1103.1171 Theory
+1103.2401 Cosmology and Nongalactic Astrophysics
+1103.2941 Quantum Gases
+1103.2993 Phenomenology
+1103.3927 Cosmology and Nongalactic Astrophysics
+1103.4281 Algebraic Geometry
+1103.4554
+1104.0460 Analysis of PDEs
+1104.2980 Cosmology and Nongalactic Astrophysics
+1105.0654 Combinatorics
+1105.0713 Phenomenology
+1105.1539 Cosmology and Nongalactic Astrophysics
+1105.2066 Cosmology and Nongalactic Astrophysics
+1105.2114 Information Theory
+1105.2919
+1105.2941 Fluid Dynamics
+1105.3051
+1105.3297 Computational Finance
+1105.3330 Solar and Stellar Astrophysics
+1105.3447 Atomic Physics
+1105.3481 Phenomenology
+1105.3487 Theory
+1105.3494 Differential Geometry
+1105.3510 Statistics Theory
+1105.3511 Exactly Solvable and Integrable Systems
+1105.3513 Number Theory
+1105.3519 Geometric Topology
+1105.3521 Representation Theory
+1105.3523 Optics
+1105.3536 Biological Physics
+1105.3538 Neural and Evolutionary Computing
+1105.3542 Combinatorics
+1105.3545
+1105.3551 Solar and Stellar Astrophysics
+1105.3552 Statistics Theory
+1105.3556 Solar and Stellar Astrophysics
+1105.3561 Statistics Theory
+1105.3563
+1105.3564 Commutative Algebra
+1105.3569 Information Theory
+1105.3571
+1105.3575 Statistics Theory
+1105.3576 Chemical Physics
+1105.3584 Dynamical Systems
+1105.3585 Astrophysics of Galaxies
+1105.3591 Instrumentation and Detectors
+1105.3594 Portfolio Management
+1105.3603
+1105.3605 Computation
+1105.3613 Probability
+1105.3614 Probability
+1105.3615
+1105.3616 Logic
+1105.3617 Computer Vision and Pattern Recognition
+1105.3623 Representation Theory
+1105.3627 Rings and Algebras
+1105.3632 Dynamical Systems
+1105.3633 Dynamical Systems
+1105.3634 Mesoscale and Nanoscale Physics
+1105.3635 Artificial Intelligence
+1105.3641 Functional Analysis
+1105.3643 Algebraic Geometry
+1105.3645 Materials Science
+1105.3649 Group Theory
+1105.3655 Statistics Theory
+1105.3656 Analysis of PDEs
+1105.3658 Theory
+1105.3661 Experiment
+1105.3663 Group Theory
+1105.3667
+1105.3668 Optimization and Control
+1105.3669 Cell Behavior
+1105.3674 Logic
+1105.3682 Social and Information Networks
+1105.3685 Computer Vision and Pattern Recognition
+1105.3686 Information Theory
+1105.3695 Geometric Topology
+1105.3712 Combinatorics
+1105.3713 Combinatorics
+1105.3714 Group Theory
+1105.3717
+1105.3721 Number Theory
+1105.3722 Differential Geometry
+1105.3723 Numerical Analysis
+gr-qc/9606050
+hep-ph/9808468 Phenomenology
+hep-th/0005095 Theory
+hep-th/0406164 Theory
+math/0110314 Algebraic Topology
+math/0110331 Algebraic Topology
+math/0110332 Algebraic Topology
+math/0605333 Rings and Algebras
+math/0606234 Group Theory
+math/0607167 Group Theory
+math/0607184 Group Theory
+physics/0510226 Optics
+physics/0511231 Optics
+0704.1080
+0704.1880 Statistical Mechanics
+0704.3495 Lattice
+0705.2856 Statistical Mechanics
+0707.1300 Theory
+0710.4213 Theory
+0710.5904 Statistical Mechanics
+0711.2131 Lattice
+0802.4209 Dynamical Systems
+0803.0879 Statistics Theory
+0804.1426 Dynamical Systems
+0806.1813 Lattice
+0806.3457
+0811.1809 Dynamical Systems
+0812.3526 Statistical Mechanics
+0903.5197 Optimization and Control
+0904.4805
+0907.3273 Statistical Finance
+0908.2359 Computation
+0909.1999 Statistical Mechanics
+0909.3667 Probability
+0910.1955 Statistical Mechanics
+0910.3173 Theory
+0911.0667
+0911.0693 Theory
+0911.0717 Dynamical Systems
+0911.3933 Probability
+0912.0445 Theory
+0912.2044 Probability
+0912.3331 Statistical Mechanics
+1001.1121 Quantum Gases
+1001.3065 Analysis of PDEs
+1001.3796 Lattice
+1002.4279 Statistical Mechanics
+1002.4353 Statistical Mechanics
+1003.1944
+1003.4160 Analysis of PDEs
+1003.5137 Physics and Society
+1003.5242 Strongly Correlated Electrons
+1004.2051 Cosmology and Nongalactic Astrophysics
+1004.2757 Information Theory
+1004.2965
+1004.4818 Cosmology and Nongalactic Astrophysics
+1004.5139 Earth and Planetary Astrophysics
+1004.5143 Mesoscale and Nanoscale Physics
+1004.5145 Soft Condensed Matter
+1005.4038 Superconductivity
+1006.1233
+1006.1312 Combinatorics
+1006.3155 Information Theory
+1006.3641 Cosmology and Nongalactic Astrophysics
+1006.3692 Combinatorics
+1006.3766 Phenomenology
+1006.5930 Disordered Systems and Neural Networks
+1007.0504 Experiment
+1007.0881 Statistical Mechanics
+1007.2072 Phenomenology
+1007.4718
+1007.5355 Phenomenology
+1008.0361 Disordered Systems and Neural Networks
+1008.0868 Statistical Mechanics
+1008.1412 Theory
+1008.3110 Theory
+1008.3755
+1008.4387 Mesoscale and Nanoscale Physics
+1009.0063 Phenomenology
+1009.0326 Experiment
+1009.0942 Data Analysis, Statistics and Probability
+1009.0950 Cosmology and Nongalactic Astrophysics
+1009.0955 Quantum Algebra
+1009.2420 Commutative Algebra
+1009.4885 Theory
+1009.4952 Theory
+1009.5429 Theory
+1010.3940 Experiment
+1010.3985 Soft Condensed Matter
+1010.4105 Theory
+1010.5512 General Physics
+1010.5613 Theory
+1010.5691 Information Theory
+1010.5818 K-Theory and Homology
+1010.6075 Theory
+1011.0182 Statistical Mechanics
+1011.0225 Superconductivity
+1011.0728 Phenomenology
+1011.0742
+1011.0999 Theory
+1011.1074 Phenomenology
+1011.1554 Phenomenology
+1011.2095 Phenomenology
+1011.2214 Phenomenology
+1011.2630 Phenomenology
+1011.2930 Superconductivity
+1011.3765 Theory
+1011.4101 Theory
+1011.4179 Phenomenology
+1011.4287 Theory
+1011.5276 Phenomenology
+1011.5533 Astrophysics of Galaxies
+1011.5911
+1011.6144 Theory
+1011.6379 Phenomenology
+1011.6654 Theory
+1012.1055 Theory
+1012.1165 Phenomenology
+1012.1812 Theory
+1012.1832 Theory
+1012.2747 Theory
+1012.2760 Theory
+1012.2880 Theory
+1012.3884 Theory
+1012.4187 Cosmology and Nongalactic Astrophysics
+1012.4532 Logic
+1012.5048 Theory
+1012.5567 Mesoscale and Nanoscale Physics
+1101.0402 Lattice
+1101.2278
+1101.2702 Phenomenology
+1101.3035 Phenomenology
+1101.3166 Phenomenology
+1101.3372
+1102.0605 Earth and Planetary Astrophysics
+1102.0867 Earth and Planetary Astrophysics
+1102.1070 Instrumentation and Methods for Astrophysics
+1102.1568 Soft Condensed Matter
+1102.2143 Lattice
+1102.2178 Chaotic Dynamics
+1102.2432 Accelerator Physics
+1102.2540 Optics
+1102.2569 Digital Libraries
+1102.2649 Analysis of PDEs
+1102.2700 Information Theory
+1102.2799 Information Theory
+1102.2831 Computation and Language
+1102.2901
+1102.2904 Information Theory
+1102.2914 Number Theory
+1102.2915 Data Structures and Algorithms
+1102.2919 History and Overview
+1102.2924 Algebraic Geometry
+1102.2925 Statistics Theory
+1102.2926 Probability
+1102.2937 Astrophysics of Galaxies
+1102.2946 Information Theory
+1102.2950 Combinatorics
+1102.2954 Materials Science
+1102.2957 Algebraic Geometry
+1102.2959 Soft Condensed Matter
+1102.2961 Combinatorics
+1102.2962 Mesoscale and Nanoscale Physics
+1102.2964 Rings and Algebras
+1102.2965 Rings and Algebras
+1102.2968 Plasma Physics
+1102.2969 Databases
+1102.2974 General Physics
+1102.2975 Optimization and Control
+1102.2979 Solar and Stellar Astrophysics
+1102.2981 Methodology
+1102.2982 Methodology
+1102.2984 Artificial Intelligence
+1102.2986 Information Theory
+1102.2987 Methodology
+1102.2988
+1102.2993 Methodology
+1102.2998 Analysis of PDEs
+1102.3005 Methodology
+1102.3007 General Physics
+1102.3008 Metric Geometry
+1102.3009 General Finance
+1102.3011 Materials Science
+1102.3013 Networking and Internet Architecture
+1102.3021 Group Theory
+1102.3023 Soft Condensed Matter
+1102.3025 Computer Science and Game Theory
+1102.3029 Data Structures and Algorithms
+1102.3035 Soft Condensed Matter
+1102.3036 Dynamical Systems
+1102.3047 Digital Libraries
+1102.3054 Mesoscale and Nanoscale Physics
+1102.3055 Group Theory
+1102.3058 Distributed, Parallel, and Cluster Computing
+1102.3059 Performance
+1102.3060 Instrumentation and Methods for Astrophysics
+1102.3063 Optimization and Control
+1102.3066 Astrophysics of Galaxies
+1102.3075 Number Theory
+1102.3079 Discrete Mathematics
+1102.3080 Information Theory
+1102.3090 Solar and Stellar Astrophysics
+1102.3095 General Physics
+1102.3099 Earth and Planetary Astrophysics
+1102.3104 Complex Variables
+1102.3110 Mesoscale and Nanoscale Physics
+1102.3111 Analysis of PDEs
+1102.3112 Other Computer Science
+1102.3115 Soft Condensed Matter
+1102.3120 Information Theory
+1102.3121
+1102.3127 Information Theory
+1102.3140 Information Theory
+1102.3144 Probability
+1102.3145 Combinatorics
+1102.3146 Materials Science
+1102.3147 Combinatorics
+1102.3154 General Physics
+1102.3156 Algebraic Geometry
+1102.3157 Cosmology and Nongalactic Astrophysics
+1102.3161 Combinatorics
+1102.3165 Computational Geometry
+1102.3169
+1102.3171 General Physics
+1102.3172 Probability
+1102.3181 Information Theory
+astro-ph/0012284
+astro-ph/0103085
+astro-ph/0208276
+astro-ph/0212533
+astro-ph/0304237
+astro-ph/0312227
+astro-ph/0403527
+astro-ph/0404205
+astro-ph/0407618
+astro-ph/0408138
+astro-ph/9605055
+astro-ph/9805108
+astro-ph/9906456
+cond-mat/0406289 Statistical Mechanics
+cond-mat/0408478 Superconductivity
+cond-mat/0409311 Statistical Mechanics
+cond-mat/0409576 Statistical Mechanics
+cond-mat/0411512 Statistical Mechanics
+cond-mat/0412157 Other Condensed Matter
+cond-mat/0412327 Statistical Mechanics
+cond-mat/0412446 Statistical Mechanics
+cond-mat/0503014 Superconductivity
+cond-mat/0503393 Statistical Mechanics
+cond-mat/0503555 Strongly Correlated Electrons
+cond-mat/0505563 Other Condensed Matter
+cond-mat/0505698 Statistical Mechanics
+cond-mat/0506733 Mesoscale and Nanoscale Physics
+cond-mat/0508353 Strongly Correlated Electrons
+cond-mat/0509401 Statistical Mechanics
+cond-mat/0509675 Strongly Correlated Electrons
+cond-mat/0509682 Statistical Mechanics
+cond-mat/0509765 Statistical Mechanics
+cond-mat/0511014 Other Condensed Matter
+cond-mat/0511272 Strongly Correlated Electrons
+cond-mat/0511439 Disordered Systems and Neural Networks
+cond-mat/0512222 Statistical Mechanics
+cond-mat/0512529 Statistical Mechanics
+cond-mat/0512586 Mesoscale and Nanoscale Physics
+cond-mat/0603038 Statistical Mechanics
+cond-mat/0604412 Statistical Mechanics
+cond-mat/0606453 Mesoscale and Nanoscale Physics
+cond-mat/0607189 Statistical Mechanics
+cond-mat/0608496 Statistical Mechanics
+cond-mat/0609284 Statistical Mechanics
+cond-mat/0610254 Statistical Mechanics
+cond-mat/0610260 Statistical Mechanics
+cond-mat/0610266 Statistical Mechanics
+cond-mat/0610559 Statistical Mechanics
+cond-mat/0610833 Statistical Mechanics
+cond-mat/0611321 Statistical Mechanics
+cond-mat/0611652 Statistical Mechanics
+cond-mat/0611707 Disordered Systems and Neural Networks
+cond-mat/0612270 Statistical Mechanics
+cond-mat/0701207 Statistical Mechanics
+cond-mat/0702044 Statistical Mechanics
+cond-mat/0703226 Statistical Mechanics
+cond-mat/9509128
+gr-qc/0106091
+gr-qc/0702142
+hep-ex/0110059 Experiment
+hep-lat/0010070 Lattice
+hep-lat/0106012 Lattice
+hep-lat/0109016 Lattice
+hep-lat/0110083 Lattice
+hep-lat/0204009 Lattice
+hep-lat/0206007 Lattice
+hep-lat/0208039 Lattice
+hep-lat/0208066 Lattice
+hep-lat/0209153 Lattice
+hep-lat/0210053 Lattice
+hep-lat/0306025 Lattice
+hep-lat/0310043 Lattice
+hep-lat/0408044 Lattice
+hep-lat/0501021 Lattice
+hep-lat/0509172 Lattice
+hep-lat/0509175 Lattice
+hep-lat/0612025 Lattice
+hep-lat/9609001 Lattice
+hep-lat/9804016 Lattice
+hep-lat/9806019 Lattice
+hep-lat/9806031 Lattice
+hep-lat/9809013 Lattice
+hep-lat/9810002 Lattice
+hep-lat/9810052 Lattice
+hep-lat/9908023 Lattice
+hep-lat/9910029 Lattice
+hep-lat/9912005 Lattice
+hep-lat/9912058 Lattice
+hep-ph/0103243 Phenomenology
+hep-ph/0106272 Phenomenology
+hep-ph/0302175 Phenomenology
+hep-ph/0312223 Phenomenology
+hep-ph/0403020 Phenomenology
+hep-ph/0503271 Phenomenology
+hep-ph/0506168 Phenomenology
+hep-ph/0506266 Phenomenology
+hep-ph/0507249 Phenomenology
+hep-ph/9209236 Phenomenology
+hep-ph/9209292 Phenomenology
+hep-ph/9409350 Phenomenology
+hep-ph/9506283 Phenomenology
+hep-ph/9511357 Phenomenology
+hep-ph/9602260 Phenomenology
+hep-ph/9603408 Phenomenology
+hep-ph/9608319 Phenomenology
+hep-ph/9704286 Phenomenology
+hep-ph/9705331 Phenomenology
+hep-ph/9710273 Phenomenology
+hep-ph/9804285 Phenomenology
+hep-ph/9812276 Phenomenology
+hep-ph/9908380 Phenomenology
+hep-ph/9911365 Phenomenology
+hep-th/0306188 Theory
+hep-th/0307050 Theory
+hep-th/0312201 Theory
+hep-th/0312235 Theory
+hep-th/0403178 Theory
+hep-th/0404136 Theory
+hep-th/0405152 Theory
+hep-th/0405264 Theory
+hep-th/0407143 Theory
+hep-th/0410004 Theory
+hep-th/0410151 Theory
+hep-th/0501173 Theory
+hep-th/0504124 Theory
+hep-th/0505085 Theory
+hep-th/0506105 Theory
+hep-th/0506114 Theory
+hep-th/0507053 Theory
+hep-th/0507110 Theory
+hep-th/0507139 Theory
+hep-th/0507209 Theory
+hep-th/0507211 Theory
+hep-th/0509069 Theory
+hep-th/0510096 Theory
+hep-th/0510124 Theory
+hep-th/0510238 Theory
+hep-th/0511168 Theory
+hep-th/0512273 Theory
+hep-th/0601107 Theory
+hep-th/0603039 Theory
+hep-th/0603064 Theory
+hep-th/0603157 Theory
+hep-th/0605223 Theory
+hep-th/0606170 Theory
+hep-th/0607014 Theory
+hep-th/0607232 Theory
+hep-th/0609224 Theory
+hep-th/0610251 Theory
+hep-th/0610332 Theory
+hep-th/0611057 Theory
+hep-th/0611127 Theory
+hep-th/0611142 Theory
+hep-th/0611186 Theory
+hep-th/0612200 Theory
+hep-th/0612256 Theory
+hep-th/0703124 Theory
+math-ph/0211003
+math-ph/0405047
+math-ph/0406021
+math-ph/0408011
+math-ph/0411021
+math-ph/0411038
+math-ph/0411076
+math-ph/0504002
+math-ph/0601038
+math-ph/0601061
+math-ph/0604006
+math-ph/0702012
+math/0510572 Number Theory
+math/0701925 Group Theory
+nlin/0412058 Exactly Solvable and Integrable Systems
+nlin/0502050 Exactly Solvable and Integrable Systems
+nlin/0602003 Exactly Solvable and Integrable Systems
+nlin/0610017 Exactly Solvable and Integrable Systems
+nlin/0610054 Exactly Solvable and Integrable Systems
+physics/0508149 Data Analysis, Statistics and Probability
+quant-ph/0608026
+0705.0344 Algebraic Geometry
+0705.4570 Statistical Mechanics
+0707.3994 Strongly Correlated Electrons
+0804.0766 Atomic Physics
+0804.2937 Statistics Theory
+0805.1751 Statistical Mechanics
+0810.1889 Superconductivity
+0811.3771
+0903.0626 Statistical Mechanics
+0906.0487 Combinatorics
+0907.3704
+0910.1316 Dynamical Systems
+0911.2302
+0912.2058 Theory
+0912.5176 Information Theory
+1001.4358 Quantum Gases
+1003.0716
+1003.3007 Soft Condensed Matter
+1006.1571 General Topology
+1006.4243
+1007.3470 Numerical Analysis
+1008.0212 Computer Science and Game Theory
+1008.3159 Cosmology and Nongalactic Astrophysics
+1009.3034 Theory
+1009.4537 Rings and Algebras
+1010.1722 Solar and Stellar Astrophysics
+1010.3922 Algebraic Geometry
+1010.3929 K-Theory and Homology
+1010.5650 Cosmology and Nongalactic Astrophysics
+1011.2259 Materials Science
+1011.3565 Analysis of PDEs
+1011.5493 Phenomenology
+1012.0543 Classical Analysis and ODEs
+1012.3014 Theory
+1012.4985 General Physics
+1012.5177 Strongly Correlated Electrons
+1012.5759 General Topology
+1101.0135 General Physics
+1101.0601 General Physics
+1101.2008 Algebraic Topology
+1101.2128
+1101.2551 Differential Geometry
+1102.1130
+1102.2442 Differential Geometry
+1102.2590 Statistical Mechanics
+1102.3726 Strongly Correlated Electrons
+1102.3727 Optimization and Control
+1102.4884 Data Structures and Algorithms
+1102.5130 Superconductivity
+1102.5591 Optics
+1103.0589 Lattice
+1103.0923 Differential Geometry
+1103.1810 Lattice
+1103.3178 Functional Analysis
+1103.5227 Number Theory
+1104.1581 General Physics
+1104.1776 Algebraic Geometry
+1104.2789 Number Theory
+1104.3642 General Physics
+1104.4560 Phenomenology
+1104.4670 Optimization and Control
+1104.4974 Differential Geometry
+1104.5309 Instrumentation and Detectors
+1104.5362 Formal Languages and Automata Theory
+1104.5508 Complex Variables
+1104.5510 Quantitative Methods
+1104.5513 Instrumentation and Methods for Astrophysics
+1104.5516 Instrumentation and Methods for Astrophysics
+1104.5520 Statistical Mechanics
+1104.5525 Optimization and Control
+1104.5529 Quantum Algebra
+1104.5532 Molecular Networks
+1104.5534 Information Theory
+1104.5536
+1104.5539 Information Theory
+1104.5544 Combinatorics
+1104.5546 Information Theory
+1104.5549 Materials Science
+1104.5558 Algebraic Geometry
+1104.5559 Group Theory
+1104.5562
+1104.5563 Phenomenology
+1104.5567 Probability
+1104.5568 Mesoscale and Nanoscale Physics
+1104.5573 Algebraic Geometry
+1104.5576 Quantum Algebra
+1104.5584 Differential Geometry
+1104.5594 Phenomenology
+1104.5595 Group Theory
+1104.5599 Algebraic Geometry
+1104.5601 Learning
+1104.5605 Dynamical Systems
+1104.5606
+1104.5607 Statistical Mechanics
+1104.5608 Information Theory
+1104.5629 Algebraic Geometry
+1104.5634 Computational Geometry
+1104.5636 Networking and Internet Architecture
+1104.5639 Numerical Analysis
+1104.5641 Algebraic Geometry
+1104.5642 Computer Science and Game Theory
+1104.5647 Chemical Physics
+1104.5652 Statistical Mechanics
+1104.5653 Soft Condensed Matter
+1104.5654 Solar and Stellar Astrophysics
+1104.5655 Soft Condensed Matter
+1104.5656 Optimization and Control
+1104.5657 Optics
+1104.5658 Analysis of PDEs
+1104.5660 Distributed, Parallel, and Cluster Computing
+1104.5662 Differential Geometry
+1104.5672 Solar and Stellar Astrophysics
+1104.5682 Phenomenology
+1104.5690 Group Theory
+1104.5698 Algebraic Geometry
+1104.5700 Information Theory
+1104.5705 Discrete Mathematics
+1104.5706 Theory
+cond-mat/0508103 Statistical Mechanics
+cond-mat/0606300 Strongly Correlated Electrons
+cond-mat/0610748 Strongly Correlated Electrons
+cond-mat/9911229 Statistical Mechanics
+physics/0702120 Physics and Society
+1105.1078 Theory
+1106.5907 Statistical Mechanics
+1107.0682 Cosmology and Nongalactic Astrophysics
+1108.1519 Phenomenology
+1108.1976 Theory
+0709.2087 K-Theory and Homology
+0710.5745 Probability
+0805.0377
+0806.2794
+0807.1811 K-Theory and Homology
+0807.2456 Theory
+0807.2559 Theory
+0807.3134 Theory
+0807.3216 Theory
+0807.3981 Theory
+0807.4001 Theory
+0807.4527 Theory
+0810.0587 Functional Analysis
+0811.1026 Group Theory
+0812.3362 Theory
+0903.0056 K-Theory and Homology
+0903.3983 K-Theory and Homology
+0905.0699 Complex Variables
+0905.1632 Theory
+0905.3848 Theory
+0907.0677 Theory
+0907.3053 Theory
+0908.1930 Cosmology and Nongalactic Astrophysics
+0909.2465 Mesoscale and Nanoscale Physics
+0910.0710 Materials Science
+0910.1116
+0911.1901 Theory
+0911.2415 Number Theory
+0911.4834 Algebraic Geometry
+0912.5349
+1001.0483 Plasma Physics
+1001.3995 Rings and Algebras
+1005.2255 Theory
+1006.0730 Cosmology and Nongalactic Astrophysics
+1006.0886 Mesoscale and Nanoscale Physics
+1006.4278 Networking and Internet Architecture
+1006.4423 Materials Science
+1007.1673 Data Structures and Algorithms
+1008.0999 Number Theory
+1008.1857 Phenomenology
+1008.2499 Statistical Mechanics
+1008.5319 Statistics Theory
+1009.0722 Analysis of PDEs
+1010.3607 Phenomenology
+1010.5460 Complex Variables
+1011.0156 Phenomenology
+1011.0934 Theory
+1012.0031 Biological Physics
+1012.0580 Geometric Topology
+1101.0081 High Energy Astrophysical Phenomena
+1101.0193 Strongly Correlated Electrons
+1101.0196 Earth and Planetary Astrophysics
+1101.0787 Phenomenology
+1101.2154 Dynamical Systems
+1101.5468
+1101.5754
+1102.3087 Phenomenology
+1102.3974 Theory
+1102.5293 Theory
+1103.0573 Mesoscale and Nanoscale Physics
+1103.0786 Theory
+1103.1056 Superconductivity
+1103.1442
+1103.3327 Cosmology and Nongalactic Astrophysics
+1103.3976
+1103.4062
+1103.4559 Plasma Physics
+1103.5220 Statistics Theory
+1103.5461 Phenomenology
+1103.6252 Phenomenology
+1104.1340 Theory
+1104.1367 Cosmology and Nongalactic Astrophysics
+1104.1685
+1104.2774
+1104.3232
+1104.3438 Materials Science
+1104.4816 Geometric Topology
+1104.5312 Theory
+1104.5363 Number Theory
+1104.5414 Methodology
+1105.0180 Phenomenology
+1105.0648 Group Theory
+1105.2889 Materials Science
+1105.3123 Mesoscale and Nanoscale Physics
+1105.3138
+1105.4200
+1106.0041 Social and Information Networks
+1106.1362 Materials Science
+1106.2755 Logic
+1106.3826 Social and Information Networks
+1106.4631 Theory
+1107.0131
+1107.0245 Phenomenology
+1107.0319
+1107.0931 Phenomenology
+1107.2186
+1107.3157 Theory
+1107.3674 Multiagent Systems
+1107.3934 Experiment
+1107.4023
+1107.4171 Emerging Technologies
+1107.5368 Dynamical Systems
+1107.5896 Logic
+1108.0427 Software Engineering
+1108.0436 Materials Science
+1108.0438 Theory
+1108.0439 Number Theory
+1108.0443 Information Theory
+1108.0444 Logic
+1108.0445 Computation
+1108.0446 Solar and Stellar Astrophysics
+1108.0447 Operator Algebras
+1108.0451 Functional Analysis
+1108.0452 Differential Geometry
+1108.0453 Machine Learning
+1108.0462 Number Theory
+1108.0463 Logic in Computer Science
+1108.0464 Programming Languages
+1108.0465 Logic in Computer Science
+1108.0466 Programming Languages
+1108.0467 Software Engineering
+1108.0468 Programming Languages
+1108.0469 Logic in Computer Science
+1108.0470 Distributed, Parallel, and Cluster Computing
+1108.0471 Programming Languages
+1108.0472 Experiment
+1108.0484 Methodology
+1108.0490 Earth and Planetary Astrophysics
+1108.0492 Computational Geometry
+1108.0499 Functional Analysis
+1108.0503 Chemical Physics
+1108.0514 Data Analysis, Statistics and Probability
+1108.0519 Commutative Algebra
+1108.0523 Data Analysis, Statistics and Probability
+1108.0529 Group Theory
+1108.0535 Information Theory
+1108.0539 Dynamical Systems
+1108.0543 Differential Geometry
+1108.0546 Algebraic Geometry
+1108.0547 Group Theory
+1108.0551 Theory
+1108.0553 Materials Science
+1108.0555
+1108.0567 Materials Science
+1108.0568 Dynamical Systems
+1108.0572 Combinatorics
+1108.0573 Logic
+1108.0575 Fluid Dynamics
+1108.0576 Materials Science
+1108.0579 Materials Science
+1108.0586 Rings and Algebras
+1108.0592
+1108.0599 Distributed, Parallel, and Cluster Computing
+1108.0609 Materials Science
+1108.0610 Cosmology and Nongalactic Astrophysics
+1108.0613 General Physics
+1108.0621 Classical Analysis and ODEs
+1108.0624 Cosmology and Nongalactic Astrophysics
+1108.0632 Algebraic Geometry
+1108.0636 Symplectic Geometry
+1108.0637 Analysis of PDEs
+1108.0641
+1108.0647 Materials Science
+1108.0648 Accelerator Physics
+1108.0652 Representation Theory
+1108.0653 Phenomenology
+1108.0655 Group Theory
+astro-ph/0208552
+astro-ph/0501129
+cond-mat/0401120 Superconductivity
+gr-qc/0304068
+hep-ph/0501178 Phenomenology
+hep-ph/0608147 Phenomenology
+hep-ph/9609374 Phenomenology
+hep-th/0205190 Theory
+hep-th/0206024 Theory
+hep-th/0407110 Theory
+hep-th/9806236 Theory
+math/0001127 Quantum Algebra
+math/0002177 Rings and Algebras
+math/0111096 K-Theory and Homology
+math/0207178 K-Theory and Homology
+math/0306289 K-Theory and Homology
+math/0502255 K-Theory and Homology
+math/0510328 Analysis of PDEs
+math/0603531 K-Theory and Homology
+math/0605367 K-Theory and Homology
+math/0607222 K-Theory and Homology
+math/0703133 K-Theory and Homology
+math/9503210 Commutative Algebra
+math/9810144 K-Theory and Homology
+nucl-th/0307008
+nucl-th/9811076
+nucl-th/9901090
+0708.2554 Theory
+0804.1959
+0806.0297
+0901.1979
+0901.4006 Soft Condensed Matter
+0902.3097 Theory
+0903.0696 Combinatorics
+0904.4650 Functional Analysis
+0905.0359 Instrumentation and Methods for Astrophysics
+0906.1722 Analysis of PDEs
+0906.5285 Analysis of PDEs
+0907.3908 Strongly Correlated Electrons
+0908.0372 Phenomenology
+0909.1034 Spectral Theory
+0910.0059 Cosmology and Nongalactic Astrophysics
+0910.2301 Superconductivity
+0912.1096 Mesoscale and Nanoscale Physics
+0912.4635 Operator Algebras
+1001.1038 Astrophysics of Galaxies
+1001.1673
+1002.0996 Geometric Topology
+1002.3816 General Mathematics
+1003.2084 Distributed, Parallel, and Cluster Computing
+1003.3314 Superconductivity
+1004.2454 Phenomenology
+1004.2455
+1004.4173 Probability
+1005.0942 Strongly Correlated Electrons
+1005.1353 Theory
+1006.1891 Strongly Correlated Electrons
+1008.0840 Atomic Physics
+1008.1890 Chaotic Dynamics
+1008.2738 Classical Analysis and ODEs
+1008.4917 Optimization and Control
+1009.2124 Cosmology and Nongalactic Astrophysics
+1009.2497 Theory
+1009.3450 Mesoscale and Nanoscale Physics
+1009.3513 Probability
+1009.4628 Superconductivity
+1009.5241
+1010.0070 Geometric Topology
+1010.0748 Phenomenology
+1010.2006 Symbolic Computation
+1010.4532 Group Theory
+1010.5987 General Topology
+1011.0320 Fluid Dynamics
+1011.0718 Astrophysics of Galaxies
+1011.2734
+1011.3682 Numerical Analysis
+1011.3832 Phenomenology
+1011.3859
+1011.5903 Phenomenology
+1012.3173
+1012.3847 Combinatorics
+1012.5084
+1101.0108 Theory
+1101.0744 Cosmology and Nongalactic Astrophysics
+1101.4174 Theory
+1101.4828
+1101.5694
+1102.0011 Theory
+1102.1084 Disordered Systems and Neural Networks
+1102.1900 Lattice
+1102.2910 Theory
+1102.3263 Phenomenology
+1102.3317 Strongly Correlated Electrons
+1102.4418 Theory
+1102.4593 Quantum Gases
+1102.4964
+1103.0096 Fluid Dynamics
+1103.1323 Lattice
+1103.2250 Statistical Mechanics
+1103.2749 Soft Condensed Matter
+1103.3042 Biomolecules
+1103.4430 Phenomenology
+1103.5330 Accelerator Physics
+1103.6121 Cosmology and Nongalactic Astrophysics
+1103.6144 Quantum Gases
+1104.0349 Mesoscale and Nanoscale Physics
+1104.1846
+1104.2093 High Energy Astrophysical Phenomena
+1104.2227 Differential Geometry
+1104.2742 Accelerator Physics
+1104.3691 Mesoscale and Nanoscale Physics
+1104.3790 Phenomenology
+1104.3961 Experiment
+1104.4914 Statistical Mechanics
+1104.5444 Experiment
+1105.1119 Astrophysics of Galaxies
+1105.1702 Computation and Language
+1105.3137 Dynamical Systems
+1105.3285 Cosmology and Nongalactic Astrophysics
+1105.3430 Methodology
+1105.3825 Materials Science
+1105.4471 Classical Analysis and ODEs
+1105.5547 Theory
+1105.6036
+1106.0130
+1106.0367 Astrophysics of Galaxies
+1106.0610 Phenomenology
+1106.1051 Phenomenology
+1106.1056 Statistics Theory
+1106.1139 Number Theory
+1106.1187 Phenomenology
+1106.1189 Number Theory
+1106.1191 Algebraic Geometry
+1106.1195 History and Philosophy of Physics
+1106.1197 Experiment
+1106.1199 Sound
+1106.1202 Materials Science
+1106.1219 Lattice
+1106.1222
+1106.1225 Fluid Dynamics
+1106.1229 Logic in Computer Science
+1106.1230 Logic in Computer Science
+1106.1231 Logic in Computer Science
+1106.1232 Computer Science and Game Theory
+1106.1233 Computer Science and Game Theory
+1106.1234 Logic in Computer Science
+1106.1235 Formal Languages and Automata Theory
+1106.1236 Computer Science and Game Theory
+1106.1237 Computer Science and Game Theory
+1106.1239 Logic in Computer Science
+1106.1240 Formal Languages and Automata Theory
+1106.1241 Logic in Computer Science
+1106.1242 Logic in Computer Science
+1106.1243 Logic in Computer Science
+1106.1244 Formal Languages and Automata Theory
+1106.1245 Logic in Computer Science
+1106.1246 Logic in Computer Science
+1106.1247
+1106.1250 Information Theory
+1106.1254
+1106.1255 Combinatorics
+1106.1262 Materials Science
+1106.1265 History and Philosophy of Physics
+1106.1266 Methodology
+1106.1268 Geophysics
+1106.1269 Materials Science
+1106.1270 General Physics
+1106.1272 Quantum Gases
+1106.1275 Biological Physics
+1106.1278 Algebraic Topology
+1106.1281 Soft Condensed Matter
+1106.1282 Networking and Internet Architecture
+1106.1285 Chaotic Dynamics
+1106.1286 Distributed, Parallel, and Cluster Computing
+1106.1287 Cryptography and Security
+1106.1289 Statistical Mechanics
+1106.1292 Functional Analysis
+1106.1296 Statistical Mechanics
+1106.1300 Algebraic Geometry
+1106.1302 Theory
+1106.1303 Plasma Physics
+1106.1304 Number Theory
+1106.1308 Superconductivity
+1106.1310 Algebraic Geometry
+1106.1312 Algebraic Geometry
+1106.1316
+1106.1319 Numerical Analysis
+1106.1322 Instrumentation and Methods for Astrophysics
+1106.1324 Combinatorics
+1106.1336 Combinatorics
+1106.1341
+1106.1347 Mathematical Software
+1106.1351 Information Theory
+1106.1359
+1106.1369 General Physics
+1106.1370 Logic in Computer Science
+1106.1372 Logic in Computer Science
+1106.1381 Tissues and Organs
+1106.1382 Tissues and Organs
+1106.1384 Solar and Stellar Astrophysics
+1106.1385 Number Theory
+1106.1386 Strongly Correlated Electrons
+1106.1398 Number Theory
+1106.1399 Algebraic Geometry
+1106.1401 Systems and Control
+1106.1403 Mesoscale and Nanoscale Physics
+1106.1406
+1106.1407 Mesoscale and Nanoscale Physics
+1106.1408 Representation Theory
+1106.1410 Mesoscale and Nanoscale Physics
+1106.1412 Analysis of PDEs
+1106.1420 Phenomenology
+1106.1427 Number Theory
+astro-ph/0504045
+cond-mat/0503317 Superconductivity
+cond-mat/0604353 Soft Condensed Matter
+cond-mat/0605112 Soft Condensed Matter
+cond-mat/0703416 Soft Condensed Matter
+hep-ph/9209220 Phenomenology
+math/0508295 Geometric Topology
+physics/0509033 Space Physics
+0704.1322 General Physics
+0704.2584 Soft Condensed Matter
+0705.2317
+0705.2948 Phenomenology
+0705.4147
+0705.4624 Phenomenology
+0706.1042 Phenomenology
+0706.2572
+0706.3439 Phenomenology
+0706.3932 Phenomenology
+0706.4119 Phenomenology
+0708.1989 Lattice
+0709.1434 Phenomenology
+0709.2596
+0709.3136
+0709.3157 Phenomenology
+0709.4446 Theory
+0710.0799
+0710.3395 Theory
+0711.2983
+0711.3024 Experiment
+0712.0464
+0712.0646 Theory
+0712.2473
+0801.0905
+0801.4406
+0802.3386 Other Condensed Matter
+0804.1360
+0804.1683
+0805.0758
+0805.4820
+0806.0316
+0806.2733
+0806.3104
+0807.1476 Representation Theory
+0807.1671 Statistical Mechanics
+0807.1998 Phenomenology
+0807.2343
+0807.3270 Theory
+0807.4777 Phenomenology
+0808.1110 Lattice
+0808.3237
+0809.0994
+0809.1431 Probability
+0809.1674 Theory
+0809.1871
+0809.3462
+0809.3997 Phenomenology
+0809.5106 Theory
+0811.1360 Number Theory
+0811.1446
+0811.2991 Strongly Correlated Electrons
+0811.3501
+0811.4562 General Physics
+0812.1312
+0812.4180
+0812.4256 Differential Geometry
+0901.2882 Instrumentation and Detectors
+0901.3358 Phenomenology
+0901.4680 Combinatorics
+0901.4748 Theory
+0902.1363 Phenomenology
+0902.1487
+0902.2513 Classical Analysis and ODEs
+0902.4185 Statistical Mechanics
+0903.1203 Classical Analysis and ODEs
+0903.3532
+0903.4651
+0904.0974 High Energy Astrophysical Phenomena
+0904.3774
+0904.4647 Analysis of PDEs
+0905.2786
+0905.3994 Cosmology and Nongalactic Astrophysics
+0905.4077 Theory
+0906.1436 Algebraic Geometry
+0906.1473 Mesoscale and Nanoscale Physics
+0906.3636
+0907.0905 Theory
+0907.3897 Phenomenology
+0907.5552
+0908.2553 Accelerator Physics
+0908.3858 Experiment
+0909.1304 Experiment
+0909.2968
+0909.4895 Optics
+0910.0544 Probability
+0910.2840
+0910.3813 Representation Theory
+0911.2396 Theory
+0911.3202
+0911.4269 Analysis of PDEs
+0911.4314 Phenomenology
+0911.4730 Differential Geometry
+0911.5125 Theory
+0911.5411 Dynamical Systems
+0911.5721 Theory
+0912.1558 Theory
+0912.3390 Statistical Finance
+1001.0010 Theory
+1001.0263 Metric Geometry
+1001.0864
+1001.3029 General Physics
+1001.3863 Algebraic Geometry
+1001.4567 General Physics
+1001.4857
+1001.5085 General Physics
+1002.3464 Theory
+1002.4776
+1002.4872 Cosmology and Nongalactic Astrophysics
+1003.5776 Differential Geometry
+1003.5780 Differential Geometry
+1003.6035 Differential Geometry
+1004.3646 Quantum Algebra
+1005.4723 Phenomenology
+1005.5715 Theory
+1006.0731 Theory
+1006.1859 Phenomenology
+1006.2065 Theory
+1006.3143 Probability
+1006.5485 Combinatorics
+1007.0565
+1007.0992 Theory
+1007.1851
+1007.4275 Dynamical Systems
+1008.0606 Probability
+1008.2997 Atomic Physics
+1008.3359 Algebraic Geometry
+1008.4409 Phenomenology
+1009.3787 Superconductivity
+1009.4077 Strongly Correlated Electrons
+1009.5509 Strongly Correlated Electrons
+1010.0254 Materials Science
+1010.1131
+1010.1167 Theory
+1010.2471 Numerical Analysis
+1010.2713 Computer Science and Game Theory
+1011.0060 Mesoscale and Nanoscale Physics
+1011.0290
+1011.1056
+1011.1216 Theory
+1011.1258 Theory
+1011.1474 Theory
+1011.1732
+1011.2456 Group Theory
+1011.3063 High Energy Astrophysical Phenomena
+1011.3525 Algebraic Geometry
+1011.4756 Other Condensed Matter
+1011.4851 Strongly Correlated Electrons
+1011.4943 Statistical Mechanics
+1011.4948
+1011.4963 Data Analysis, Statistics and Probability
+1011.4978
+1011.6022 Neural and Evolutionary Computing
+1012.0222 Quantum Algebra
+1012.1024 Exactly Solvable and Integrable Systems
+1012.1448 Strongly Correlated Electrons
+1012.2712 Atomic Physics
+1012.4318 Mesoscale and Nanoscale Physics
+1012.4382
+1012.4648 Phenomenology
+1012.5529 Phenomenology
+1101.1297 Theory
+1101.1527 Probability
+1101.4291 Mesoscale and Nanoscale Physics
+1101.4457 Materials Science
+1101.4953 Phenomenology
+1101.5508 Statistical Mechanics
+1101.5746 Phenomenology
+1102.0017 Phenomenology
+1102.0245 Strongly Correlated Electrons
+1102.0680
+1102.1835 Materials Science
+1102.2153 General Physics
+1102.3118 Physics and Society
+1102.4558 Phenomenology
+1102.4758 Probability
+1102.5369
+1103.0069 Phenomenology
+1103.0077 Combinatorics
+1103.1086 Theory
+1103.2450 Strongly Correlated Electrons
+1103.5061 Phenomenology
+1103.5112 Neurons and Cognition
+1103.5634 Astrophysics of Galaxies
+1104.0162 Differential Geometry
+1104.0325 Algebraic Geometry
+1104.0785 Analysis of PDEs
+1104.1784 Materials Science
+1104.2279 Strongly Correlated Electrons
+1104.3097 Combinatorics
+1104.3743
+1104.3822 Rings and Algebras
+1104.4070 Representation Theory
+1104.4525 Classical Analysis and ODEs
+1104.5029 Mesoscale and Nanoscale Physics
+1104.5175 Mesoscale and Nanoscale Physics
+1104.5202
+1104.5479 Materials Science
+1105.0038 Theory
+1105.0357 Theory
+1105.0838 Mesoscale and Nanoscale Physics
+1105.2235 Earth and Planetary Astrophysics
+1105.2303 Cosmology and Nongalactic Astrophysics
+1105.5761 Phenomenology
+1105.6061 Applications
+1106.3293 Populations and Evolution
+1106.3552 Computer Science and Game Theory
+1106.5017
+1106.5497 Solar and Stellar Astrophysics
+1106.5639
+1106.5832 Materials Science
+1107.1575
+1107.1999 Software Engineering
+1107.2206 Quantum Gases
+1107.2353 Methodology
+1107.2575 Dynamical Systems
+1107.3168
+1107.3177 Information Theory
+1107.3178 Combinatorics
+1107.3184 Probability
+1107.3185 Dynamical Systems
+1107.3187 Combinatorics
+1107.3190 Operator Algebras
+1107.3194 Computer Vision and Pattern Recognition
+1107.3195 Computer Vision and Pattern Recognition
+1107.3196
+1107.3197 Computer Science and Game Theory
+1107.3199 Information Theory
+1107.3200 Statistics Theory
+1107.3201 Software Engineering
+1107.3204
+1107.3205 Algebraic Geometry
+1107.3210
+1107.3211 Commutative Algebra
+1107.3216 Dynamical Systems
+1107.3217 Other Computer Science
+1107.3218
+1107.3219 Materials Science
+1107.3221 Algebraic Topology
+1107.3225 Multiagent Systems
+1107.3229 Other Computer Science
+1107.3231 Social and Information Networks
+1107.3233 Materials Science
+1107.3234 Phenomenology
+1107.3240 Statistical Mechanics
+1107.3249 Superconductivity
+1107.3254 Functional Analysis
+1107.3255 Theory
+1107.3266 Classical Analysis and ODEs
+1107.3267 Classical Analysis and ODEs
+1107.3270 Differential Geometry
+1107.3271 Computational Complexity
+1107.3272 Instrumentation and Methods for Astrophysics
+1107.3275 Physics and Society
+1107.3277 Materials Science
+1107.3281 Analysis of PDEs
+1107.3286 Mesoscale and Nanoscale Physics
+1107.3287 General Finance
+1107.3292 Superconductivity
+1107.3293 General Finance
+1107.3294 Networking and Internet Architecture
+1107.3297 Software Engineering
+1107.3298 Artificial Intelligence
+1107.3299 Representation Theory
+1107.3302 Artificial Intelligence
+1107.3303 Group Theory
+1107.3307 Theory
+1107.3309 Statistical Mechanics
+1107.3315 Probability
+1107.3319 Populations and Evolution
+1107.3323 General Topology
+1107.3326 Artificial Intelligence
+1107.3331 Geophysics
+1107.3335 Soft Condensed Matter
+1107.3340 Algebraic Geometry
+1107.3341 Group Theory
+1107.3346
+1107.3360 Information Retrieval
+1107.3363 Networking and Internet Architecture
+1107.3364 Trading and Market Microstructure
+1107.3365 Statistics Theory
+1107.3366
+1107.3371 Probability
+1107.3372 Information Theory
+1107.3381 Soft Condensed Matter
+1107.3382 Applications
+1107.3383
+1107.3385 Probability
+1107.3390 Phenomenology
+1107.3393 Phenomenology
+1107.3404 High Energy Astrophysical Phenomena
+1107.3407 Learning
+1107.3409 Mesoscale and Nanoscale Physics
+1107.3417 High Energy Astrophysical Phenomena
+1107.3423 Phenomenology
+1107.3425
+1107.3431 Number Theory
+1107.3439 Functional Analysis
+1107.3442 Methodology
+1107.3443 Neurons and Cognition
+1107.3444 Algebraic Geometry
+1107.3450 Neurons and Cognition
+1107.3453 Materials Science
+1107.3454 Solar and Stellar Astrophysics
+1107.3458 Theory
+1107.3459 Populations and Evolution
+1107.3465 Theory
+1107.3466 Earth and Planetary Astrophysics
+1107.3473 Combinatorics
+1107.3474 Information Theory
+1107.3480 Mesoscale and Nanoscale Physics
+1107.3485 Analysis of PDEs
+1107.3491 Combinatorics
+1107.3493 Optimization and Control
+1107.3494 Combinatorics
+1107.3499 Geophysics
+1107.3501 Mesoscale and Nanoscale Physics
+1107.3505 High Energy Astrophysical Phenomena
+1107.3508 Combinatorics
+1107.3521 Number Theory
+1107.3522 Computers and Society
+1107.3525 Materials Science
+1107.3531 Molecular Networks
+1107.3537 Chemical Physics
+1107.3539 Programming Languages
+1107.3540 Spectral Theory
+1107.3541 Other Computer Science
+1107.3543 Analysis of PDEs
+acc-phys/9510003 Accelerator Physics
+alg-geom/9510003 Algebraic Geometry
+astro-ph/0002303
+astro-ph/0003253
+astro-ph/0003455
+astro-ph/0005395
+astro-ph/0006041
+astro-ph/0006108
+astro-ph/0007053
+astro-ph/0007125
+astro-ph/0008043
+astro-ph/0008260
+astro-ph/0008297
+astro-ph/0008309
+astro-ph/0008436
+astro-ph/0009057
+astro-ph/0010190
+astro-ph/0010242
+astro-ph/0010381
+astro-ph/0012122
+astro-ph/0101559
+astro-ph/0102005
+astro-ph/0102264
+astro-ph/0102423
+astro-ph/0103378
+astro-ph/0106549
+astro-ph/0107226
+astro-ph/0108244
+astro-ph/0109007
+astro-ph/0109288
+astro-ph/0110348
+astro-ph/0110414
+astro-ph/0201400
+astro-ph/0201498
+astro-ph/0202221
+astro-ph/0203348
+astro-ph/0203418
+astro-ph/0204334
+astro-ph/0205187
+astro-ph/0205217
+astro-ph/0205342
+astro-ph/0206340
+astro-ph/0206508
+astro-ph/0208504
+astro-ph/0210288
+astro-ph/0210630
+astro-ph/0212190
+astro-ph/0301438
+astro-ph/0301643
+astro-ph/0302261
+astro-ph/0303622
+astro-ph/0304180
+astro-ph/0307403
+astro-ph/0307528
+astro-ph/0310636
+astro-ph/0401086
+astro-ph/0401345
+astro-ph/0402608
+astro-ph/0406085
+astro-ph/0406404
+astro-ph/0409032
+astro-ph/0409071
+astro-ph/0409341
+astro-ph/0409694
+astro-ph/0410208
+astro-ph/0412181
+astro-ph/0501130
+astro-ph/0502116
+astro-ph/0503436
+astro-ph/0503476
+astro-ph/0504163
+astro-ph/0504272
+astro-ph/0504361
+astro-ph/0504563
+astro-ph/0504644
+astro-ph/0505136
+astro-ph/0505555
+astro-ph/0506255
+astro-ph/0506371
+astro-ph/0510190
+astro-ph/0601645
+astro-ph/0604024
+astro-ph/0604389
+astro-ph/0604498
+astro-ph/0605440
+astro-ph/0610248
+astro-ph/0611077
+astro-ph/0701874
+astro-ph/9205001
+astro-ph/9208003
+astro-ph/9311037
+astro-ph/9405008
+astro-ph/9508114
+astro-ph/9702027
+astro-ph/9803275
+astro-ph/9804144
+astro-ph/9902039
+astro-ph/9902097
+astro-ph/9902162
+astro-ph/9902239
+astro-ph/9910154
+cond-mat/0001440 Statistical Mechanics
+cond-mat/0003124 Statistical Mechanics
+cond-mat/0008157 Strongly Correlated Electrons
+cond-mat/0008443
+cond-mat/0009084 Statistical Mechanics
+cond-mat/0009279 Statistical Mechanics
+cond-mat/0010359 Statistical Mechanics
+cond-mat/0104556 Mesoscale and Nanoscale Physics
+cond-mat/0105537 Superconductivity
+cond-mat/0107363
+cond-mat/0108048 Strongly Correlated Electrons
+cond-mat/0108127 Superconductivity
+cond-mat/0109103 Strongly Correlated Electrons
+cond-mat/0110290 Materials Science
+cond-mat/0111437 Mesoscale and Nanoscale Physics
+cond-mat/0112248
+cond-mat/0112498 Superconductivity
+cond-mat/0202070 Superconductivity
+cond-mat/0202506 Statistical Mechanics
+cond-mat/0204428 Strongly Correlated Electrons
+cond-mat/0205043 Statistical Mechanics
+cond-mat/0206527
+cond-mat/0207372
+cond-mat/0207452 Statistical Mechanics
+cond-mat/0207487 Statistical Mechanics
+cond-mat/0210140 Statistical Mechanics
+cond-mat/0301417 Superconductivity
+cond-mat/0301590 Statistical Mechanics
+cond-mat/0307088 Soft Condensed Matter
+cond-mat/0309109
+cond-mat/0309504 Statistical Mechanics
+cond-mat/0310232 Strongly Correlated Electrons
+cond-mat/0311576 Statistical Mechanics
+cond-mat/0312433
+cond-mat/0402628 Statistical Mechanics
+cond-mat/0404687 Statistical Mechanics
+cond-mat/0406255 Superconductivity
+cond-mat/0407469 Materials Science
+cond-mat/0407758 Other Condensed Matter
+cond-mat/0407776 Mesoscale and Nanoscale Physics
+cond-mat/0409120 Statistical Mechanics
+cond-mat/0409355 Statistical Mechanics
+cond-mat/0409536 Statistical Mechanics
+cond-mat/0410357 Statistical Mechanics
+cond-mat/0502009 Soft Condensed Matter
+cond-mat/0502275 Statistical Mechanics
+cond-mat/0503620 Other Condensed Matter
+cond-mat/0504243 Statistical Mechanics
+cond-mat/0507632 Other Condensed Matter
+cond-mat/0509155 Strongly Correlated Electrons
+cond-mat/0509511 Statistical Mechanics
+cond-mat/0602152 Statistical Mechanics
+cond-mat/0603525 Mesoscale and Nanoscale Physics
+cond-mat/0606330 Statistical Mechanics
+cond-mat/0607258 Statistical Mechanics
+cond-mat/0609106 Superconductivity
+cond-mat/0611454 Statistical Mechanics
+cond-mat/9410084
+cond-mat/9501035
+cond-mat/9509026
+cond-mat/9602113
+cond-mat/9606137
+cond-mat/9804198 Mesoscale and Nanoscale Physics
+cond-mat/9805026 Statistical Mechanics
+cond-mat/9901316 Materials Science
+dg-ga/9612009 Differential Geometry
+gr-qc/0001044
+gr-qc/0002045
+gr-qc/0003003
+gr-qc/0003006
+gr-qc/0003107
+gr-qc/0004012
+gr-qc/0005007
+gr-qc/0005127
+gr-qc/0009029
+gr-qc/0010006
+gr-qc/0010014
+gr-qc/0011047
+gr-qc/0012035
+gr-qc/0102017
+gr-qc/0102039
+gr-qc/0102079
+gr-qc/0102088
+gr-qc/0104017
+gr-qc/0105022
+gr-qc/0105037
+gr-qc/0106014
+gr-qc/0106064
+gr-qc/0108028
+gr-qc/0109011
+gr-qc/0109059
+gr-qc/0110077
+gr-qc/0110120
+gr-qc/0111067
+gr-qc/0111104
+gr-qc/0202045
+gr-qc/0203060
+gr-qc/0203078
+gr-qc/0204066
+gr-qc/0207053
+gr-qc/0208023
+gr-qc/0209013
+gr-qc/0209077
+gr-qc/0210043
+gr-qc/0211011
+gr-qc/0211034
+gr-qc/0211085
+gr-qc/0212073
+gr-qc/0212130
+gr-qc/0302032
+gr-qc/0302094
+gr-qc/0302095
+gr-qc/0303012
+gr-qc/0303104
+gr-qc/0305025
+gr-qc/0306102
+gr-qc/0307006
+gr-qc/0307033
+gr-qc/0307103
+gr-qc/0309049
+gr-qc/0311052
+gr-qc/0311054
+gr-qc/0401039
+gr-qc/0403006
+gr-qc/0405079
+gr-qc/0405116
+gr-qc/0406057
+gr-qc/0407066
+gr-qc/0407072
+gr-qc/0407091
+gr-qc/0410082
+gr-qc/0410083
+gr-qc/0411046
+gr-qc/0411111
+gr-qc/0412133
+gr-qc/0501048
+gr-qc/0502069
+gr-qc/0503004
+gr-qc/0504014
+gr-qc/0504086
+gr-qc/0504087
+gr-qc/0504139
+gr-qc/0504146
+gr-qc/0506017
+gr-qc/0506077
+gr-qc/0506091
+gr-qc/0507001
+gr-qc/0507023
+gr-qc/0507104
+gr-qc/0508033
+gr-qc/0508067
+gr-qc/0509006
+gr-qc/0509046
+gr-qc/0509055
+gr-qc/0509086
+gr-qc/0510088
+gr-qc/0511090
+gr-qc/0512022
+gr-qc/0512068
+gr-qc/0512117
+gr-qc/0601056
+gr-qc/0601107
+gr-qc/0602087
+gr-qc/0603074
+gr-qc/0604104
+gr-qc/0604127
+gr-qc/0605132
+gr-qc/0606133
+gr-qc/0607065
+gr-qc/0607142
+gr-qc/0608020
+gr-qc/0608029
+gr-qc/9212011
+gr-qc/9302007
+gr-qc/9311022
+gr-qc/9402032
+gr-qc/9404002
+gr-qc/9405004
+gr-qc/9405015
+gr-qc/9405016
+gr-qc/9405048
+gr-qc/9406017
+gr-qc/9406030
+gr-qc/9407042
+gr-qc/9501027
+gr-qc/9504042
+gr-qc/9505017
+gr-qc/9505035
+gr-qc/9507012
+gr-qc/9511038
+gr-qc/9602042
+gr-qc/9606012
+gr-qc/9606075
+gr-qc/9610046
+gr-qc/9611066
+gr-qc/9611067
+gr-qc/9612051
+gr-qc/9703059
+gr-qc/9705044
+gr-qc/9706064
+gr-qc/9707047
+gr-qc/9708066
+gr-qc/9709009
+gr-qc/9709031
+gr-qc/9709055
+gr-qc/9710017
+gr-qc/9711051
+gr-qc/9712090
+gr-qc/9802044
+gr-qc/9803020
+gr-qc/9803093
+gr-qc/9805044
+gr-qc/9806029
+gr-qc/9811083
+gr-qc/9901026
+gr-qc/9903018
+gr-qc/9903026
+gr-qc/9904064
+gr-qc/9905081
+gr-qc/9906003
+gr-qc/9906073
+gr-qc/9906123
+gr-qc/9907088
+gr-qc/9908072
+gr-qc/9910098
+hep-ex/0001053 Experiment
+hep-ex/0002005 Experiment
+hep-ex/0005031 Experiment
+hep-ex/0008002 Experiment
+hep-ex/0009063 Experiment
+hep-ex/0010010 Experiment
+hep-ex/0012007 Experiment
+hep-ex/0012008 Experiment
+hep-ex/0101023 Experiment
+hep-ex/0105006 Experiment
+hep-ex/0106041 Experiment
+hep-ex/0111090 Experiment
+hep-ex/0201036 Experiment
+hep-ex/0203002 Experiment
+hep-ex/0204005 Experiment
+hep-ex/0208004 Experiment
+hep-ex/0208036 Experiment
+hep-ex/0210007 Experiment
+hep-ex/0211014 Experiment
+hep-ex/0212001 Experiment
+hep-ex/0301014 Experiment
+hep-ex/0302020 Experiment
+hep-ex/0310001 Experiment
+hep-ex/0310064 Experiment
+hep-ex/0311007 Experiment
+hep-ex/0311013 Experiment
+hep-ex/0311052 Experiment
+hep-ex/0312015 Experiment
+hep-ex/0403010 Experiment
+hep-ex/0412048 Experiment
+hep-ex/0412055 Experiment
+hep-ex/0505028 Experiment
+hep-ex/0507070 Experiment
+hep-ex/0601039 Experiment
+hep-ex/0603016 Experiment
+hep-ex/9609014 Experiment
+hep-ex/9612007 Experiment
+hep-ex/9703004 Experiment
+hep-ex/9706022 Experiment
+hep-ex/9710015 Experiment
+hep-ex/9805005 Experiment
+hep-ex/9901015 Experiment
+hep-ex/9904025 Experiment
+hep-ex/9906040 Experiment
+hep-ex/9909037 Experiment
+hep-lat/0011017 Lattice
+hep-lat/0011036 Lattice
+hep-lat/0107022 Lattice
+hep-lat/0111043 Lattice
+hep-lat/0203028 Lattice
+hep-lat/0205010 Lattice
+hep-lat/0208022 Lattice
+hep-lat/0211017 Lattice
+hep-lat/0212012 Lattice
+hep-lat/0303020 Lattice
+hep-lat/0407021 Lattice
+hep-lat/0408035 Lattice
+hep-lat/0503018 Lattice
+hep-lat/0505018 Lattice
+hep-lat/0507019 Lattice
+hep-lat/0509009 Lattice
+hep-lat/0509114 Lattice
+hep-lat/0511015 Lattice
+hep-lat/0602012 Lattice
+hep-lat/0605010 Lattice
+hep-lat/0609012 Lattice
+hep-lat/9206006 Lattice
+hep-lat/9206013 Lattice
+hep-lat/9207002 Lattice
+hep-lat/9212032 Lattice
+hep-lat/9307004 Lattice
+hep-lat/9310004 Lattice
+hep-lat/9310008 Lattice
+hep-lat/9311029 Lattice
+hep-lat/9311054 Lattice
+hep-lat/9312019 Lattice
+hep-lat/9312021 Lattice
+hep-lat/9312028 Lattice
+hep-lat/9406011 Lattice
+hep-lat/9406012 Lattice
+hep-lat/9407026 Lattice
+hep-lat/9410005 Lattice
+hep-lat/9411077 Lattice
+hep-lat/9512019 Lattice
+hep-lat/9604015 Lattice
+hep-lat/9706022 Lattice
+hep-lat/9708008 Lattice
+hep-lat/9801036 Lattice
+hep-lat/9803013 Lattice
+hep-lat/9807017 Lattice
+hep-lat/9808010 Lattice
+hep-lat/9809183 Lattice
+hep-lat/9810026 Lattice
+hep-lat/9810064 Lattice
+hep-lat/9812014 Lattice
+hep-lat/9903013 Lattice
+hep-lat/9910045 Lattice
+hep-ph/0001025 Phenomenology
+hep-ph/0001060 Phenomenology
+hep-ph/0001300 Phenomenology
+hep-ph/0002233 Phenomenology
+hep-ph/0002292 Phenomenology
+hep-ph/0003201 Phenomenology
+hep-ph/0003254 Phenomenology
+hep-ph/0004027 Phenomenology
+hep-ph/0004162 Phenomenology
+hep-ph/0005006 Phenomenology
+hep-ph/0005020 Phenomenology
+hep-ph/0005177 Phenomenology
+hep-ph/0005245 Phenomenology
+hep-ph/0005257 Phenomenology
+hep-ph/0005292 Phenomenology
+hep-ph/0005297 Phenomenology
+hep-ph/0006051 Phenomenology
+hep-ph/0007069 Phenomenology
+hep-ph/0007091 Phenomenology
+hep-ph/0007134 Phenomenology
+hep-ph/0007226 Phenomenology
+hep-ph/0008157 Phenomenology
+hep-ph/0008220 Phenomenology
+hep-ph/0009052 Phenomenology
+hep-ph/0009061 Phenomenology
+hep-ph/0010019 Phenomenology
+hep-ph/0010141 Phenomenology
+hep-ph/0011278 Phenomenology
+hep-ph/0012102 Phenomenology
+hep-ph/0012177 Phenomenology
+hep-ph/0012236 Phenomenology
+hep-ph/0101029 Phenomenology
+hep-ph/0101078 Phenomenology
+hep-ph/0101160 Phenomenology
+hep-ph/0101170 Phenomenology
+hep-ph/0101224 Phenomenology
+hep-ph/0102039 Phenomenology
+hep-ph/0102173 Phenomenology
+hep-ph/0103003 Phenomenology
+hep-ph/0103102 Phenomenology
+hep-ph/0103122 Phenomenology
+hep-ph/0103265 Phenomenology
+hep-ph/0103325 Phenomenology
+hep-ph/0104029 Phenomenology
+hep-ph/0104117 Phenomenology
+hep-ph/0104134 Phenomenology
+hep-ph/0104180 Phenomenology
+hep-ph/0104274 Phenomenology
+hep-ph/0104315 Phenomenology
+hep-ph/0105037 Phenomenology
+hep-ph/0105136 Phenomenology
+hep-ph/0105166 Phenomenology
+hep-ph/0105264 Phenomenology
+hep-ph/0106033 Phenomenology
+hep-ph/0106041 Phenomenology
+hep-ph/0106135 Phenomenology
+hep-ph/0106197 Phenomenology
+hep-ph/0107233 Phenomenology
+hep-ph/0107323 Phenomenology
+hep-ph/0108025 Phenomenology
+hep-ph/0108133 Phenomenology
+hep-ph/0108178 Phenomenology
+hep-ph/0109081 Phenomenology
+hep-ph/0109159 Phenomenology
+hep-ph/0109162 Phenomenology
+hep-ph/0109176 Phenomenology
+hep-ph/0110005 Phenomenology
+hep-ph/0110091 Phenomenology
+hep-ph/0110241 Phenomenology
+hep-ph/0110314 Phenomenology
+hep-ph/0110316 Phenomenology
+hep-ph/0111033 Phenomenology
+hep-ph/0111090 Phenomenology
+hep-ph/0111106 Phenomenology
+hep-ph/0111125 Phenomenology
+hep-ph/0111261 Phenomenology
+hep-ph/0111468 Phenomenology
+hep-ph/0112087 Phenomenology
+hep-ph/0112139 Phenomenology
+hep-ph/0112150 Phenomenology
+hep-ph/0112242 Phenomenology
+hep-ph/0112334 Phenomenology
+hep-ph/0112343 Phenomenology
+hep-ph/0202020 Phenomenology
+hep-ph/0202030 Phenomenology
+hep-ph/0202037 Phenomenology
+hep-ph/0202155 Phenomenology
+hep-ph/0202264 Phenomenology
+hep-ph/0203074 Phenomenology
+hep-ph/0203276 Phenomenology
+hep-ph/0204146 Phenomenology
+hep-ph/0204325 Phenomenology
+hep-ph/0205244 Phenomenology
+hep-ph/0205304 Phenomenology
+hep-ph/0206061 Phenomenology
+hep-ph/0206156 Phenomenology
+hep-ph/0206228 Phenomenology
+hep-ph/0207025 Phenomenology
+hep-ph/0207048 Phenomenology
+hep-ph/0207147 Phenomenology
+hep-ph/0207240 Phenomenology
+hep-ph/0207261 Phenomenology
+hep-ph/0208055 Phenomenology
+hep-ph/0209244 Phenomenology
+hep-ph/0210015 Phenomenology
+hep-ph/0210194 Phenomenology
+hep-ph/0210303 Phenomenology
+hep-ph/0211029 Phenomenology
+hep-ph/0211100 Phenomenology
+hep-ph/0211280 Phenomenology
+hep-ph/0211299 Phenomenology
+hep-ph/0211349 Phenomenology
+hep-ph/0211460 Phenomenology
+hep-ph/0212015 Phenomenology
+hep-ph/0212246 Phenomenology
+hep-ph/0301271 Phenomenology
+hep-ph/0302124 Phenomenology
+hep-ph/0303022 Phenomenology
+hep-ph/0303093 Phenomenology
+hep-ph/0303194 Phenomenology
+hep-ph/0303215 Phenomenology
+hep-ph/0304007 Phenomenology
+hep-ph/0304034 Phenomenology
+hep-ph/0304073 Phenomenology
+hep-ph/0304102 Phenomenology
+hep-ph/0304166 Phenomenology
+hep-ph/0304263 Phenomenology
+hep-ph/0305071 Phenomenology
+hep-ph/0305254 Phenomenology
+hep-ph/0305323 Phenomenology
+hep-ph/0305325 Phenomenology
+hep-ph/0306045 Phenomenology
+hep-ph/0306121 Phenomenology
+hep-ph/0306126 Phenomenology
+hep-ph/0307114 Phenomenology
+hep-ph/0307116 Phenomenology
+hep-ph/0307234 Phenomenology
+hep-ph/0307313 Phenomenology
+hep-ph/0308104 Phenomenology
+hep-ph/0308114 Phenomenology
+hep-ph/0309032 Phenomenology
+hep-ph/0309088 Phenomenology
+hep-ph/0309133 Phenomenology
+hep-ph/0309223 Phenomenology
+hep-ph/0309241 Phenomenology
+hep-ph/0310124 Phenomenology
+hep-ph/0310127 Phenomenology
+hep-ph/0310165 Phenomenology
+hep-ph/0311117 Phenomenology
+hep-ph/0311142 Phenomenology
+hep-ph/0311156 Phenomenology
+hep-ph/0311300 Phenomenology
+hep-ph/0311331 Phenomenology
+hep-ph/0311351 Phenomenology
+hep-ph/0311366 Phenomenology
+hep-ph/0312187 Phenomenology
+hep-ph/0312232 Phenomenology
+hep-ph/0312314 Phenomenology
+hep-ph/0312344 Phenomenology
+hep-ph/0402025 Phenomenology
+hep-ph/0402026 Phenomenology
+hep-ph/0402027 Phenomenology
+hep-ph/0402192 Phenomenology
+hep-ph/0402263 Phenomenology
+hep-ph/0402284 Phenomenology
+hep-ph/0402286 Phenomenology
+hep-ph/0403034 Phenomenology
+hep-ph/0403146 Phenomenology
+hep-ph/0403197 Phenomenology
+hep-ph/0403214 Phenomenology
+hep-ph/0403264 Phenomenology
+hep-ph/0403290 Phenomenology
+hep-ph/0404082 Phenomenology
+hep-ph/0405004 Phenomenology
+hep-ph/0405083 Phenomenology
+hep-ph/0405145 Phenomenology
+hep-ph/0405210 Phenomenology
+hep-ph/0405243 Phenomenology
+hep-ph/0405264 Phenomenology
+hep-ph/0406091 Phenomenology
+hep-ph/0406134 Phenomenology
+hep-ph/0406176 Phenomenology
+hep-ph/0407039 Phenomenology
+hep-ph/0407170 Phenomenology
+hep-ph/0407198 Phenomenology
+hep-ph/0407205 Phenomenology
+hep-ph/0407286 Phenomenology
+hep-ph/0407293 Phenomenology
+hep-ph/0407352 Phenomenology
+hep-ph/0408011 Phenomenology
+hep-ph/0408086 Phenomenology
+hep-ph/0408152 Phenomenology
+hep-ph/0408341 Phenomenology
+hep-ph/0409179 Phenomenology
+hep-ph/0409231 Phenomenology
+hep-ph/0410029 Phenomenology
+hep-ph/0410279 Phenomenology
+hep-ph/0410301 Phenomenology
+hep-ph/0410313 Phenomenology
+hep-ph/0410388 Phenomenology
+hep-ph/0410400 Phenomenology
+hep-ph/0411047 Phenomenology
+hep-ph/0411075 Phenomenology
+hep-ph/0411146 Phenomenology
+hep-ph/0411232 Phenomenology
+hep-ph/0411243 Phenomenology
+hep-ph/0411263 Phenomenology
+hep-ph/0411291 Phenomenology
+hep-ph/0411350 Phenomenology
+hep-ph/0412090 Phenomenology
+hep-ph/0412130 Phenomenology
+hep-ph/0412151 Phenomenology
+hep-ph/0412167 Phenomenology
+hep-ph/0412188 Phenomenology
+hep-ph/0412283 Phenomenology
+hep-ph/0412315 Phenomenology
+hep-ph/0501161 Phenomenology
+hep-ph/0501273 Phenomenology
+hep-ph/0502032 Phenomenology
+hep-ph/0502060 Phenomenology
+hep-ph/0502082 Phenomenology
+hep-ph/0502135 Phenomenology
+hep-ph/0502218 Phenomenology
+hep-ph/0503020 Phenomenology
+hep-ph/0503029 Phenomenology
+hep-ph/0503042 Phenomenology
+hep-ph/0503080 Phenomenology
+hep-ph/0503084 Phenomenology
+hep-ph/0503145 Phenomenology
+hep-ph/0504020 Phenomenology
+hep-ph/0504057 Phenomenology
+hep-ph/0504219 Phenomenology
+hep-ph/0505020 Phenomenology
+hep-ph/0505027 Phenomenology
+hep-ph/0505259 Phenomenology
+hep-ph/0506059 Phenomenology
+hep-ph/0506238 Phenomenology
+hep-ph/0506310 Phenomenology
+hep-ph/0507090 Phenomenology
+hep-ph/0507127 Phenomenology
+hep-ph/0507164 Phenomenology
+hep-ph/0507323 Phenomenology
+hep-ph/0507328 Phenomenology
+hep-ph/0508080 Phenomenology
+hep-ph/0508156 Phenomenology
+hep-ph/0508166 Phenomenology
+hep-ph/0509010 Phenomenology
+hep-ph/0509038 Phenomenology
+hep-ph/0509198 Phenomenology
+hep-ph/0510056 Phenomenology
+hep-ph/0510150 Phenomenology
+hep-ph/0511299 Phenomenology
+hep-ph/0512102 Phenomenology
+hep-ph/0512120 Phenomenology
+hep-ph/0512123 Phenomenology
+hep-ph/0601093 Phenomenology
+hep-ph/0601257 Phenomenology
+hep-ph/0602089 Phenomenology
+hep-ph/0602160 Phenomenology
+hep-ph/0603061 Phenomenology
+hep-ph/0603107 Phenomenology
+hep-ph/0603126 Phenomenology
+hep-ph/0603159 Phenomenology
+hep-ph/0604010 Phenomenology
+hep-ph/0604089 Phenomenology
+hep-ph/0604209 Phenomenology
+hep-ph/0607176 Phenomenology
+hep-ph/0607231 Phenomenology
+hep-ph/0608202 Phenomenology
+hep-ph/0608204 Phenomenology
+hep-ph/0612228 Phenomenology
+hep-ph/0612234 Phenomenology
+hep-ph/9206212 Phenomenology
+hep-ph/9206229 Phenomenology
+hep-ph/9206236 Phenomenology
+hep-ph/9208214 Phenomenology
+hep-ph/9208233 Phenomenology
+hep-ph/9208244 Phenomenology
+hep-ph/9208245 Phenomenology
+hep-ph/9208252 Phenomenology
+hep-ph/9210218 Phenomenology
+hep-ph/9210247 Phenomenology
+hep-ph/9210249 Phenomenology
+hep-ph/9211243 Phenomenology
+hep-ph/9212284 Phenomenology
+hep-ph/9212288 Phenomenology
+hep-ph/9212312 Phenomenology
+hep-ph/9301204 Phenomenology
+hep-ph/9302203 Phenomenology
+hep-ph/9303232 Phenomenology
+hep-ph/9303266 Phenomenology
+hep-ph/9303308 Phenomenology
+hep-ph/9304204 Phenomenology
+hep-ph/9304206 Phenomenology
+hep-ph/9304254 Phenomenology
+hep-ph/9304276 Phenomenology
+hep-ph/9304294 Phenomenology
+hep-ph/9304312 Phenomenology
+hep-ph/9305222 Phenomenology
+hep-ph/9305262 Phenomenology
+hep-ph/9305309 Phenomenology
+hep-ph/9305334 Phenomenology
+hep-ph/9305335 Phenomenology
+hep-ph/9307203 Phenomenology
+hep-ph/9307284 Phenomenology
+hep-ph/9307340 Phenomenology
+hep-ph/9307377 Phenomenology
+hep-ph/9309301 Phenomenology
+hep-ph/9309305 Phenomenology
+hep-ph/9309327 Phenomenology
+hep-ph/9310212 Phenomenology
+hep-ph/9311234 Phenomenology
+hep-ph/9311254 Phenomenology
+hep-ph/9311345 Phenomenology
+hep-ph/9311358 Phenomenology
+hep-ph/9312202 Phenomenology
+hep-ph/9312217 Phenomenology
+hep-ph/9312251 Phenomenology
+hep-ph/9312283 Phenomenology
+hep-ph/9312307 Phenomenology
+hep-ph/9401206 Phenomenology
+hep-ph/9401211 Phenomenology
+hep-ph/9401221 Phenomenology
+hep-ph/9401224 Phenomenology
+hep-ph/9401225 Phenomenology
+hep-ph/9401269 Phenomenology
+hep-ph/9401273 Phenomenology
+hep-ph/9401291 Phenomenology
+hep-ph/9401339 Phenomenology
+hep-ph/9402217 Phenomenology
+hep-ph/9402248 Phenomenology
+hep-ph/9402288 Phenomenology
+hep-ph/9402306 Phenomenology
+hep-ph/9402335 Phenomenology
+hep-ph/9403229 Phenomenology
+hep-ph/9403307 Phenomenology
+hep-ph/9403338 Phenomenology
+hep-ph/9403368 Phenomenology
+hep-ph/9403409 Phenomenology
+hep-ph/9404243 Phenomenology
+hep-ph/9404246 Phenomenology
+hep-ph/9404263 Phenomenology
+hep-ph/9404285 Phenomenology
+hep-ph/9404348 Phenomenology
+hep-ph/9405223 Phenomenology
+hep-ph/9405233 Phenomenology
+hep-ph/9405252 Phenomenology
+hep-ph/9405256 Phenomenology
+hep-ph/9405300 Phenomenology
+hep-ph/9405407 Phenomenology
+hep-ph/9405419 Phenomenology
+hep-ph/9405420 Phenomenology
+hep-ph/9405430 Phenomenology
+hep-ph/9406217 Phenomenology
+hep-ph/9406224 Phenomenology
+hep-ph/9406285 Phenomenology
+hep-ph/9406300 Phenomenology
+hep-ph/9406366 Phenomenology
+hep-ph/9406398 Phenomenology
+hep-ph/9407225 Phenomenology
+hep-ph/9407263 Phenomenology
+hep-ph/9407303 Phenomenology
+hep-ph/9407326 Phenomenology
+hep-ph/9407330 Phenomenology
+hep-ph/9407346 Phenomenology
+hep-ph/9407382 Phenomenology
+hep-ph/9407399 Phenomenology
+hep-ph/9408242 Phenomenology
+hep-ph/9408244 Phenomenology
+hep-ph/9408255 Phenomenology
+hep-ph/9408303 Phenomenology
+hep-ph/9408340 Phenomenology
+hep-ph/9409283 Phenomenology
+hep-ph/9409299 Phenomenology
+hep-ph/9409364 Phenomenology
+hep-ph/9409369 Phenomenology
+hep-ph/9409375 Phenomenology
+hep-ph/9409432 Phenomenology
+hep-ph/9409454 Phenomenology
+hep-ph/9410206 Phenomenology
+hep-ph/9411237 Phenomenology
+hep-ph/9411319 Phenomenology
+hep-ph/9411341 Phenomenology
+hep-ph/9411382 Phenomenology
+hep-ph/9411418 Phenomenology
+hep-ph/9411431 Phenomenology
+hep-ph/9412225 Phenomenology
+hep-ph/9412251 Phenomenology
+hep-ph/9412378 Phenomenology
+hep-ph/9501202 Phenomenology
+hep-ph/9501292 Phenomenology
+hep-ph/9501342 Phenomenology
+hep-ph/9501356 Phenomenology
+hep-ph/9501380 Phenomenology
+hep-ph/9501395 Phenomenology
+hep-ph/9502243 Phenomenology
+hep-ph/9502375 Phenomenology
+hep-ph/9503260 Phenomenology
+hep-ph/9503276 Phenomenology
+hep-ph/9504362 Phenomenology
+hep-ph/9504397 Phenomenology
+hep-ph/9504425 Phenomenology
+hep-ph/9505209 Phenomenology
+hep-ph/9505422 Phenomenology
+hep-ph/9506222 Phenomenology
+hep-ph/9506290 Phenomenology
+hep-ph/9506292 Phenomenology
+hep-ph/9507204 Phenomenology
+hep-ph/9507255 Phenomenology
+hep-ph/9507264 Phenomenology
+hep-ph/9507401 Phenomenology
+hep-ph/9509284 Phenomenology
+hep-ph/9509286 Phenomenology
+hep-ph/9509428 Phenomenology
+hep-ph/9510231 Phenomenology
+hep-ph/9510268 Phenomenology
+hep-ph/9510313 Phenomenology
+hep-ph/9510363 Phenomenology
+hep-ph/9511252 Phenomenology
+hep-ph/9511269 Phenomenology
+hep-ph/9511273 Phenomenology
+hep-ph/9512240 Phenomenology
+hep-ph/9512348 Phenomenology
+hep-ph/9512414 Phenomenology
+hep-ph/9601206 Phenomenology
+hep-ph/9601344 Phenomenology
+hep-ph/9602421 Phenomenology
+hep-ph/9602429 Phenomenology
+hep-ph/9602434 Phenomenology
+hep-ph/9603238 Phenomenology
+hep-ph/9603251 Phenomenology
+hep-ph/9603275 Phenomenology
+hep-ph/9603402 Phenomenology
+hep-ph/9604362 Phenomenology
+hep-ph/9605209 Phenomenology
+hep-ph/9605328 Phenomenology
+hep-ph/9605330 Phenomenology
+hep-ph/9606280 Phenomenology
+hep-ph/9606390 Phenomenology
+hep-ph/9607214 Phenomenology
+hep-ph/9607370 Phenomenology
+hep-ph/9607402 Phenomenology
+hep-ph/9607464 Phenomenology
+hep-ph/9608359 Phenomenology
+hep-ph/9608453 Phenomenology
+hep-ph/9608491 Phenomenology
+hep-ph/9609424 Phenomenology
+hep-ph/9610424 Phenomenology
+hep-ph/9610430 Phenomenology
+hep-ph/9610490 Phenomenology
+hep-ph/9611239 Phenomenology
+hep-ph/9611362 Phenomenology
+hep-ph/9611418 Phenomenology
+hep-ph/9612212 Phenomenology
+hep-ph/9702201 Phenomenology
+hep-ph/9702367 Phenomenology
+hep-ph/9703239 Phenomenology
+hep-ph/9703372 Phenomenology
+hep-ph/9704324 Phenomenology
+hep-ph/9705449 Phenomenology
+hep-ph/9706441 Phenomenology
+hep-ph/9707345 Phenomenology
+hep-ph/9707401 Phenomenology
+hep-ph/9707466 Phenomenology
+hep-ph/9708259 Phenomenology
+hep-ph/9708262 Phenomenology
+hep-ph/9708310 Phenomenology
+hep-ph/9708339 Phenomenology
+hep-ph/9708348 Phenomenology
+hep-ph/9708349 Phenomenology
+hep-ph/9708477 Phenomenology
+hep-ph/9708495 Phenomenology
+hep-ph/9709338 Phenomenology
+hep-ph/9709412 Phenomenology
+hep-ph/9709439 Phenomenology
+hep-ph/9710259 Phenomenology
+hep-ph/9710260 Phenomenology
+hep-ph/9710343 Phenomenology
+hep-ph/9710396 Phenomenology
+hep-ph/9711295 Phenomenology
+hep-ph/9711370 Phenomenology
+hep-ph/9711444 Phenomenology
+hep-ph/9712273 Phenomenology
+hep-ph/9712368 Phenomenology
+hep-ph/9712425 Phenomenology
+hep-ph/9712493 Phenomenology
+hep-ph/9801206 Phenomenology
+hep-ph/9801420 Phenomenology
+hep-ph/9801421 Phenomenology
+hep-ph/9803384 Phenomenology
+hep-ph/9803490 Phenomenology
+hep-ph/9804302 Phenomenology
+hep-ph/9804352 Phenomenology
+hep-ph/9805247 Phenomenology
+hep-ph/9805259 Phenomenology
+hep-ph/9805311 Phenomenology
+hep-ph/9805366 Phenomenology
+hep-ph/9805429 Phenomenology
+hep-ph/9806225 Phenomenology
+hep-ph/9806264 Phenomenology
+hep-ph/9806376 Phenomenology
+hep-ph/9806403 Phenomenology
+hep-ph/9806524 Phenomenology
+hep-ph/9807223 Phenomenology
+hep-ph/9807533 Phenomenology
+hep-ph/9807544 Phenomenology
+hep-ph/9808240 Phenomenology
+hep-ph/9808364 Phenomenology
+hep-ph/9808409 Phenomenology
+hep-ph/9809251 Phenomenology
+hep-ph/9809496 Phenomenology
+hep-ph/9809565 Phenomenology
+hep-ph/9810434 Phenomenology
+hep-ph/9811256 Phenomenology
+hep-ph/9811436 Phenomenology
+hep-ph/9812202 Phenomenology
+hep-ph/9812206 Phenomenology
+hep-ph/9812465 Phenomenology
+hep-ph/9901283 Phenomenology
+hep-ph/9901341 Phenomenology
+hep-ph/9902259 Phenomenology
+hep-ph/9902284 Phenomenology
+hep-ph/9902362 Phenomenology
+hep-ph/9902462 Phenomenology
+hep-ph/9903240 Phenomenology
+hep-ph/9903265 Phenomenology
+hep-ph/9903406 Phenomenology
+hep-ph/9904297 Phenomenology
+hep-ph/9904337 Phenomenology
+hep-ph/9904342 Phenomenology
+hep-ph/9904380 Phenomenology
+hep-ph/9904457 Phenomenology
+hep-ph/9905255 Phenomenology
+hep-ph/9905537 Phenomenology
+hep-ph/9906361 Phenomenology
+hep-ph/9906393 Phenomenology
+hep-ph/9906520 Phenomenology
+hep-ph/9907299 Phenomenology
+hep-ph/9907487 Phenomenology
+hep-ph/9908221 Phenomenology
+hep-ph/9908359 Phenomenology
+hep-ph/9909489 Phenomenology
+hep-ph/9909495 Phenomenology
+hep-ph/9910244 Phenomenology
+hep-ph/9910375 Phenomenology
+hep-ph/9911298 Phenomenology
+hep-ph/9911330 Phenomenology
+hep-ph/9911398 Phenomenology
+hep-ph/9911532 Phenomenology
+hep-ph/9912490 Phenomenology
+hep-th/0003081 Theory
+hep-th/0003128 Theory
+hep-th/0004130 Theory
+hep-th/0004183 Theory
+hep-th/0005054 Theory
+hep-th/0005069 Theory
+hep-th/0006078 Theory
+hep-th/0006116 Theory
+hep-th/0006167 Theory
+hep-th/0007165 Theory
+hep-th/0008209 Theory
+hep-th/0009099 Theory
+hep-th/0009121 Theory
+hep-th/0010095 Theory
+hep-th/0010103 Theory
+hep-th/0010168 Theory
+hep-th/0010187 Theory
+hep-th/0011103 Theory
+hep-th/0011152 Theory
+hep-th/0011278 Theory
+hep-th/0012176 Theory
+hep-th/0012181 Theory
+hep-th/0012264 Theory
+hep-th/0101005 Theory
+hep-th/0101110 Theory
+hep-th/0101158 Theory
+hep-th/0101190 Theory
+hep-th/0102051 Theory
+hep-th/0102078 Theory
+hep-th/0102182 Theory
+hep-th/0102187 Theory
+hep-th/0103063 Theory
+hep-th/0103092 Theory
+hep-th/0103101 Theory
+hep-th/0103243 Theory
+hep-th/0103246 Theory
+hep-th/0104018 Theory
+hep-th/0104021 Theory
+hep-th/0104027 Theory
+hep-th/0104061 Theory
+hep-th/0104255 Theory
+hep-th/0105001 Theory
+hep-th/0105087 Theory
+hep-th/0105116 Theory
+hep-th/0105282 Theory
+hep-th/0105285 Theory
+hep-th/0106066 Theory
+hep-th/0106173 Theory
+hep-th/0106210 Theory
+hep-th/0106238 Theory
+hep-th/0107089 Theory
+hep-th/0107257 Theory
+hep-th/0108055 Theory
+hep-th/0108058 Theory
+hep-th/0108105 Theory
+hep-th/0108121 Theory
+hep-th/0108194 Theory
+hep-th/0108204 Theory
+hep-th/0108234 Theory
+hep-th/0109022 Theory
+hep-th/0109167 Theory
+hep-th/0109187 Theory
+hep-th/0109218 Theory
+hep-th/0110026 Theory
+hep-th/0110060 Theory
+hep-th/0110167 Theory
+hep-th/0111246 Theory
+hep-th/0111253 Theory
+hep-th/0112210 Theory
+hep-th/0201045 Theory
+hep-th/0201168 Theory
+hep-th/0201182 Theory
+hep-th/0201218 Theory
+hep-th/0201233 Theory
+hep-th/0202066 Theory
+hep-th/0202105 Theory
+hep-th/0203053 Theory
+hep-th/0203079 Theory
+hep-th/0203085 Theory
+hep-th/0203090 Theory
+hep-th/0203127 Theory
+hep-th/0203128 Theory
+hep-th/0203165 Theory
+hep-th/0203176 Theory
+hep-th/0204080 Theory
+hep-th/0204103 Theory
+hep-th/0204201 Theory
+hep-th/0205079 Theory
+hep-th/0205154 Theory
+hep-th/0206132 Theory
+hep-th/0206176 Theory
+hep-th/0206214 Theory
+hep-th/0207035 Theory
+hep-th/0207040 Theory
+hep-th/0207062 Theory
+hep-th/0207073 Theory
+hep-th/0207169 Theory
+hep-th/0208044 Theory
+hep-th/0208084 Theory
+hep-th/0208132 Theory
+hep-th/0208147 Theory
+hep-th/0208163 Theory
+hep-th/0209214 Theory
+hep-th/0210050 Theory
+hep-th/0210133 Theory
+hep-th/0210294 Theory
+hep-th/0210309 Theory
+hep-th/0211061 Theory
+hep-th/0211164 Theory
+hep-th/0211179 Theory
+hep-th/0211232 Theory
+hep-th/0212007 Theory
+hep-th/0212348 Theory
+hep-th/0301254 Theory
+hep-th/0302006 Theory
+hep-th/0302110 Theory
+hep-th/0302228 Theory
+hep-th/0303095 Theory
+hep-th/0303120 Theory
+hep-th/0303149 Theory
+hep-th/0303204 Theory
+hep-th/0304032 Theory
+hep-th/0304095 Theory
+hep-th/0304116 Theory
+hep-th/0304230 Theory
+hep-th/0304245 Theory
+hep-th/0305118 Theory
+hep-th/0306075 Theory
+hep-th/0306118 Theory
+hep-th/0306289 Theory
+hep-th/0307007 Theory
+hep-th/0307119 Theory
+hep-th/0307217 Theory
+hep-th/0308179 Theory
+hep-th/0309107 Theory
+hep-th/0309185 Theory
+hep-th/0309232 Theory
+hep-th/0310048 Theory
+hep-th/0311001 Theory
+hep-th/0311070 Theory
+hep-th/0312053 Theory
+hep-th/0312074 Theory
+hep-th/0312309 Theory
+hep-th/0401013 Theory
+hep-th/0401089 Theory
+hep-th/0401093 Theory
+hep-th/0401230 Theory
+hep-th/0403027 Theory
+hep-th/0403033 Theory
+hep-th/0403230 Theory
+hep-th/0403267 Theory
+hep-th/0403293 Theory
+hep-th/0405234 Theory
+hep-th/0405261 Theory
+hep-th/0406020 Theory
+hep-th/0406024 Theory
+hep-th/0406059 Theory
+hep-th/0406127 Theory
+hep-th/0407085 Theory
+hep-th/0407086 Theory
+hep-th/0407090 Theory
+hep-th/0407128 Theory
+hep-th/0407206 Theory
+hep-th/0407237 Theory
+hep-th/0408056 Theory
+hep-th/0408152 Theory
+hep-th/0408211 Theory
+hep-th/0409237 Theory
+hep-th/0410068 Theory
+hep-th/0410266 Theory
+hep-th/0411064 Theory
+hep-th/0412013 Theory
+hep-th/0412035 Theory
+hep-th/0412087 Theory
+hep-th/0412158 Theory
+hep-th/0412173 Theory
+hep-th/0412184 Theory
+hep-th/0412257 Theory
+hep-th/0412312 Theory
+hep-th/0412332 Theory
+hep-th/0501115 Theory
+hep-th/0501180 Theory
+hep-th/0501198 Theory
+hep-th/0501232 Theory
+hep-th/0502052 Theory
+hep-th/0503105 Theory
+hep-th/0503115 Theory
+hep-th/0503156 Theory
+hep-th/0503182 Theory
+hep-th/0503188 Theory
+hep-th/0503191 Theory
+hep-th/0504016 Theory
+hep-th/0504113 Theory
+hep-th/0504150 Theory
+hep-th/0504162 Theory
+hep-th/0504165 Theory
+hep-th/0505060 Theory
+hep-th/0505117 Theory
+hep-th/0505199 Theory
+hep-th/0505216 Theory
+hep-th/0505224 Theory
+hep-th/0505245 Theory
+hep-th/0506047 Theory
+hep-th/0506086 Theory
+hep-th/0506131 Theory
+hep-th/0506158 Theory
+hep-th/0506197 Theory
+hep-th/0506262 Theory
+hep-th/0507017 Theory
+hep-th/0507020 Theory
+hep-th/0507150 Theory
+hep-th/0507193 Theory
+hep-th/0507229 Theory
+hep-th/0508226 Theory
+hep-th/0509058 Theory
+hep-th/0509197 Theory
+hep-th/0510263 Theory
+hep-th/0511009 Theory
+hep-th/0511161 Theory
+hep-th/0512142 Theory
+hep-th/0512144 Theory
+hep-th/0602149 Theory
+hep-th/0604037 Theory
+hep-th/0604093 Theory
+hep-th/0606255 Theory
+hep-th/0607072 Theory
+hep-th/0608018 Theory
+hep-th/0608072 Theory
+hep-th/0610311 Theory
+hep-th/0612011 Theory
+hep-th/0612245 Theory
+hep-th/0701037 Theory
+hep-th/0703125 Theory
+hep-th/9109046 Theory
+hep-th/9111038 Theory
+hep-th/9202025 Theory
+hep-th/9202028 Theory
+hep-th/9202069 Theory
+hep-th/9203057 Theory
+hep-th/9205056 Theory
+hep-th/9205071 Theory
+hep-th/9206001 Theory
+hep-th/9206071 Theory
+hep-th/9207060 Theory
+hep-th/9208028 Theory
+hep-th/9208045 Theory
+hep-th/9208076 Theory
+hep-th/9209035 Theory
+hep-th/9209075 Theory
+hep-th/9210024 Theory
+hep-th/9210114 Theory
+hep-th/9210122 Theory
+hep-th/9211016 Theory
+hep-th/9211025 Theory
+hep-th/9211028 Theory
+hep-th/9211076 Theory
+hep-th/9211105 Theory
+hep-th/9301036 Theory
+hep-th/9301065 Theory
+hep-th/9301080 Theory
+hep-th/9301107 Theory
+hep-th/9301126 Theory
+hep-th/9303025 Theory
+hep-th/9303052 Theory
+hep-th/9303058 Theory
+hep-th/9303072 Theory
+hep-th/9303118 Theory
+hep-th/9303142 Theory
+hep-th/9304036 Theory
+hep-th/9304116 Theory
+hep-th/9304135 Theory
+hep-th/9305021 Theory
+hep-th/9305077 Theory
+hep-th/9305109 Theory
+hep-th/9305168 Theory
+hep-th/9305174 Theory
+hep-th/9305175 Theory
+hep-th/9305176 Theory
+hep-th/9306050 Theory
+hep-th/9306138 Theory
+hep-th/9306139 Theory
+hep-th/9307007 Theory
+hep-th/9307021 Theory
+hep-th/9307082 Theory
+hep-th/9307096 Theory
+hep-th/9307193 Theory
+hep-th/9309025 Theory
+hep-th/9309033 Theory
+hep-th/9309068 Theory
+hep-th/9309074 Theory
+hep-th/9309083 Theory
+hep-th/9309120 Theory
+hep-th/9309160 Theory
+hep-th/9310004 Theory
+hep-th/9310102 Theory
+hep-th/9310132 Theory
+hep-th/9310135 Theory
+hep-th/9310192 Theory
+hep-th/9310197 Theory
+hep-th/9311001 Theory
+hep-th/9311042 Theory
+hep-th/9311053 Theory
+hep-th/9311057 Theory
+hep-th/9311064 Theory
+hep-th/9311115 Theory
+hep-th/9311120 Theory
+hep-th/9311185 Theory
+hep-th/9312016 Theory
+hep-th/9312179 Theory
+hep-th/9312209 Theory
+hep-th/9401065 Theory
+hep-th/9401075 Theory
+hep-th/9401093 Theory
+hep-th/9402020 Theory
+hep-th/9402093 Theory
+hep-th/9402105 Theory
+hep-th/9402124 Theory
+hep-th/9403047 Theory
+hep-th/9403183 Theory
+hep-th/9404039 Theory
+hep-th/9404053 Theory
+hep-th/9404145 Theory
+hep-th/9404192 Theory
+hep-th/9405034 Theory
+hep-th/9405120 Theory
+hep-th/9405191 Theory
+hep-th/9406049 Theory
+hep-th/9406089 Theory
+hep-th/9406128 Theory
+hep-th/9406144 Theory
+hep-th/9406154 Theory
+hep-th/9406171 Theory
+hep-th/9406187 Theory
+hep-th/9406189 Theory
+hep-th/9406201 Theory
+hep-th/9407046 Theory
+hep-th/9407106 Theory
+hep-th/9407109 Theory
+hep-th/9407128 Theory
+hep-th/9407130 Theory
+hep-th/9407170 Theory
+hep-th/9407175 Theory
+hep-th/9407194 Theory
+hep-th/9408079 Theory
+hep-th/9408087 Theory
+hep-th/9408105 Theory
+hep-th/9408122 Theory
+hep-th/9408130 Theory
+hep-th/9408147 Theory
+hep-th/9409006 Theory
+hep-th/9409179 Theory
+hep-th/9410032 Theory
+hep-th/9410078 Theory
+hep-th/9410136 Theory
+hep-th/9410193 Theory
+hep-th/9410233 Theory
+hep-th/9411210 Theory
+hep-th/9411239 Theory
+hep-th/9412093 Theory
+hep-th/9501083 Theory
+hep-th/9501113 Theory
+hep-th/9502082 Theory
+hep-th/9503061 Theory
+hep-th/9503194 Theory
+hep-th/9504056 Theory
+hep-th/9504153 Theory
+hep-th/9504154 Theory
+hep-th/9506043 Theory
+hep-th/9506082 Theory
+hep-th/9506083 Theory
+hep-th/9506136 Theory
+hep-th/9506190 Theory
+hep-th/9507116 Theory
+hep-th/9508098 Theory
+hep-th/9509045 Theory
+hep-th/9509142 Theory
+hep-th/9509143 Theory
+hep-th/9510006 Theory
+hep-th/9510201 Theory
+hep-th/9510231 Theory
+hep-th/9511068 Theory
+hep-th/9512036 Theory
+hep-th/9512057 Theory
+hep-th/9512092 Theory
+hep-th/9512183 Theory
+hep-th/9512226 Theory
+hep-th/9602038 Theory
+hep-th/9603081 Theory
+hep-th/9606177 Theory
+hep-th/9607126 Theory
+hep-th/9610038 Theory
+hep-th/9610088 Theory
+hep-th/9610177 Theory
+hep-th/9611064 Theory
+hep-th/9612208 Theory
+hep-th/9702088 Theory
+hep-th/9702100 Theory
+hep-th/9704049 Theory
+hep-th/9705075 Theory
+hep-th/9705114 Theory
+hep-th/9705187 Theory
+hep-th/9705222 Theory
+hep-th/9706027 Theory
+hep-th/9706081 Theory
+hep-th/9707063 Theory
+hep-th/9707136 Theory
+hep-th/9708052 Theory
+hep-th/9708062 Theory
+hep-th/9709154 Theory
+hep-th/9710046 Theory
+hep-th/9710236 Theory
+hep-th/9711056 Theory
+hep-th/9711144 Theory
+hep-th/9801197 Theory
+hep-th/9803052 Theory
+hep-th/9806097 Theory
+hep-th/9806240 Theory
+hep-th/9810055 Theory
+hep-th/9810147 Theory
+hep-th/9811046 Theory
+hep-th/9811143 Theory
+hep-th/9811236 Theory
+hep-th/9812125 Theory
+hep-th/9812148 Theory
+hep-th/9902054 Theory
+hep-th/9904032 Theory
+hep-th/9904047 Theory
+hep-th/9904117 Theory
+hep-th/9904118 Theory
+hep-th/9905119 Theory
+hep-th/9905144 Theory
+hep-th/9905152 Theory
+hep-th/9905155 Theory
+hep-th/9905162 Theory
+hep-th/9906005 Theory
+hep-th/9906134 Theory
+hep-th/9908036 Theory
+hep-th/9908051 Theory
+hep-th/9909117 Theory
+hep-th/9910189 Theory
+hep-th/9910218 Theory
+hep-th/9911019 Theory
+math-ph/0006011
+math-ph/0010049
+math-ph/0110008
+math-ph/0205002
+math-ph/0205005
+math-ph/0207029
+math-ph/0312029
+math-ph/0312071
+math-ph/0402037
+math-ph/0404068
+math-ph/0405005
+math-ph/0407025
+math-ph/0410004
+math-ph/0410029
+math-ph/0410059
+math-ph/0411054
+math-ph/0502009
+math-ph/0504058
+math-ph/0507017
+math-ph/0601049
+math-ph/0602010
+math-ph/0602013
+math-ph/0603003
+math-ph/0609068
+math-ph/0609085
+math-ph/0610003
+math-ph/0610040
+math-ph/0611036
+math-ph/9807006
+math/0011194 Quantum Algebra
+math/0102065 Quantum Algebra
+math/0307178 Quantum Algebra
+nlin/0006026 Exactly Solvable and Integrable Systems
+nlin/0102021 Exactly Solvable and Integrable Systems
+nlin/0506041 Exactly Solvable and Integrable Systems
+nucl-ex/0001004
+nucl-ex/0003004
+nucl-ex/0004010
+nucl-ex/0007011
+nucl-ex/0009008
+nucl-ex/0108024
+nucl-ex/0110003
+nucl-ex/0110004
+nucl-ex/0205002
+nucl-ex/0210028
+nucl-ex/0212019
+nucl-ex/0301011
+nucl-ex/0302006
+nucl-ex/0304001
+nucl-ex/0304025
+nucl-ex/0307006
+nucl-ex/0308016
+nucl-ex/0308026
+nucl-ex/0308027
+nucl-ex/0310003
+nucl-ex/0312007
+nucl-ex/0402009
+nucl-ex/0405025
+nucl-ex/0406007
+nucl-ex/0407002
+nucl-ex/0409014
+nucl-ex/0503005
+nucl-ex/0503015
+nucl-ex/0505026
+nucl-ex/0508036
+nucl-ex/0511001
+nucl-ex/0605009
+nucl-ex/0607015
+nucl-ex/0608044
+nucl-ex/9706001
+nucl-ex/9806003
+nucl-ex/9909006
+nucl-th/0002038
+nucl-th/0004006
+nucl-th/0005030
+nucl-th/0005050
+nucl-th/0006053
+nucl-th/0006065
+nucl-th/0006074
+nucl-th/0007055
+nucl-th/0008030
+nucl-th/0008046
+nucl-th/0009038
+nucl-th/0009051
+nucl-th/0010015
+nucl-th/0011065
+nucl-th/0011071
+nucl-th/0101036
+nucl-th/0101043
+nucl-th/0101067
+nucl-th/0103029
+nucl-th/0103039
+nucl-th/0104012
+nucl-th/0104059
+nucl-th/0104081
+nucl-th/0104084
+nucl-th/0106007
+nucl-th/0106009
+nucl-th/0106038
+nucl-th/0107034
+nucl-th/0107035
+nucl-th/0107053
+nucl-th/0109060
+nucl-th/0110002
+nucl-th/0202021
+nucl-th/0202055
+nucl-th/0203069
+nucl-th/0203070
+nucl-th/0205025
+nucl-th/0205064
+nucl-th/0205065
+nucl-th/0207039
+nucl-th/0210025
+nucl-th/0301027
+nucl-th/0302011
+nucl-th/0302016
+nucl-th/0302062
+nucl-th/0304041
+nucl-th/0306025
+nucl-th/0306029
+nucl-th/0310007
+nucl-th/0311047
+nucl-th/0312075
+nucl-th/0402062
+nucl-th/0403063
+nucl-th/0404055
+nucl-th/0406065
+nucl-th/0406073
+nucl-th/0407096
+nucl-th/0408040
+nucl-th/0411003
+nucl-th/0411007
+nucl-th/0411102
+nucl-th/0502002
+nucl-th/0502082
+nucl-th/0503064
+nucl-th/0505059
+nucl-th/0505069
+nucl-th/0507029
+nucl-th/0507039
+nucl-th/0511077
+nucl-th/0512047
+nucl-th/0601022
+nucl-th/0602035
+nucl-th/0602059
+nucl-th/0603016
+nucl-th/0605015
+nucl-th/0607038
+nucl-th/0610115
+nucl-th/9306006
+nucl-th/9307027
+nucl-th/9308020
+nucl-th/9402012
+nucl-th/9404006
+nucl-th/9406010
+nucl-th/9407006
+nucl-th/9407018
+nucl-th/9407033
+nucl-th/9408011
+nucl-th/9508042
+nucl-th/9603023
+nucl-th/9605042
+nucl-th/9608040
+nucl-th/9609050
+nucl-th/9610014
+nucl-th/9611042
+nucl-th/9702016
+nucl-th/9703024
+nucl-th/9712014
+nucl-th/9712057
+nucl-th/9802015
+nucl-th/9804022
+nucl-th/9804029
+nucl-th/9809040
+nucl-th/9810074
+nucl-th/9811022
+nucl-th/9812067
+nucl-th/9903071
+nucl-th/9905028
+nucl-th/9906019
+nucl-th/9906022
+nucl-th/9906037
+nucl-th/9906061
+nucl-th/9907015
+nucl-th/9907043
+nucl-th/9908030
+nucl-th/9910025
+nucl-th/9911014
+physics/0008026 Accelerator Physics
+physics/0008027 Accelerator Physics
+physics/0008061 Accelerator Physics
+physics/0009021 General Physics
+physics/0110040 General Physics
+physics/0303059 Instrumentation and Detectors
+physics/0307006 Instrumentation and Detectors
+physics/0307054 General Physics
+physics/0307152 Instrumentation and Detectors
+physics/0310147 Optics
+physics/0311070 Optics
+physics/0402054 Instrumentation and Detectors
+physics/0407022 Classical Physics
+physics/0409054 Accelerator Physics
+physics/0411042 History and Philosophy of Physics
+physics/0506022 Atomic Physics
+physics/0512048 Accelerator Physics
+physics/9704028 History and Philosophy of Physics
+physics/9706003 Accelerator Physics
+physics/9708006 General Physics
+physics/9902040 Instrumentation and Detectors
+q-alg/9502002 Quantum Algebra
+q-alg/9509007 Quantum Algebra
+quant-ph/0002087
+quant-ph/0006118
+quant-ph/0101069
+quant-ph/0110042
+quant-ph/0110141
+quant-ph/0202128
+quant-ph/0203080
+quant-ph/0203106
+quant-ph/0205004
+quant-ph/0205046
+quant-ph/0208067
+quant-ph/0209098
+quant-ph/0307069
+quant-ph/0308028
+quant-ph/0310043
+quant-ph/0401188
+quant-ph/0402111
+quant-ph/0404025
+quant-ph/0406188
+quant-ph/0407116
+quant-ph/0408132
+quant-ph/0410023
+quant-ph/0411137
+quant-ph/0412154
+quant-ph/0502018
+quant-ph/0502041
+quant-ph/0502051
+quant-ph/0502147
+quant-ph/0506026
+quant-ph/0604118
+quant-ph/0610181
+quant-ph/9503008
+quant-ph/9702029
+quant-ph/9705045
+quant-ph/9707023
+quant-ph/9707035
+quant-ph/9708022
+quant-ph/9710001
+quant-ph/9710048
+quant-ph/9711032
+quant-ph/9711049
+quant-ph/9712040
+quant-ph/9804057
+quant-ph/9806007
+quant-ph/9806095
+quant-ph/9807009
+quant-ph/9807087
+quant-ph/9905011
+0706.2757
+0711.0699 Lattice
+0801.4248 Symplectic Geometry
+0802.4085 Phenomenology
+0804.0123 Probability
+0805.1456
+0805.2934 Number Theory
+0807.0907
+0808.3038 Algebraic Geometry
+0810.5207 Theory
+0811.1788
+0902.3899
+0902.3976
+0903.3419 Number Theory
+0903.4586 Pattern Formation and Solitons
+0904.1614 Dynamical Systems
+0904.2795 Number Theory
+0907.1350 Group Theory
+0907.4285 Mesoscale and Nanoscale Physics
+0909.4251 Dynamical Systems
+0911.0257 Computer Science and Game Theory
+0912.3916
+1001.0318 Dynamical Systems
+1001.4420 Data Structures and Algorithms
+1002.2265 Computational Finance
+1002.3149 Superconductivity
+1003.0040 Combinatorics
+1003.0703
+1003.2470 Analysis of PDEs
+1004.0608
+1004.1784 Differential Geometry
+1004.4328 Superconductivity
+1004.5218 Soft Condensed Matter
+1005.3373 Theory
+1005.5702 Group Theory
+1006.0881
+1006.5178 Cosmology and Nongalactic Astrophysics
+1007.2058 Strongly Correlated Electrons
+1007.3365
+1007.3613 Strongly Correlated Electrons
+1007.3900 Probability
+1007.3970 Theory
+1007.4069 Probability
+1007.4635 Theory
+1008.0359 Strongly Correlated Electrons
+1008.2889
+1009.1761
+1010.0593 Complex Variables
+1010.0930 Theory
+1010.1128 Computational Complexity
+1010.2351 Strongly Correlated Electrons
+1010.3116
+1011.3667
+1011.3670 Phenomenology
+1011.3690 Theory
+1011.3691
+1011.4407
+1011.4987
+1011.5279 Rings and Algebras
+1011.5832 Solar and Stellar Astrophysics
+1012.0329 Algebraic Geometry
+1012.2227 Probability
+1012.4594
+1012.4655 Solar and Stellar Astrophysics
+1012.4723 Strongly Correlated Electrons
+1012.5509
+1012.5584
+1012.5950 Strongly Correlated Electrons
+1101.2693 Atmospheric and Oceanic Physics
+1101.5086
+1101.5139 Statistical Mechanics
+1102.1377 Soft Condensed Matter
+1102.1390 Theory
+1102.2321 Differential Geometry
+1102.2393
+1102.3134 Phenomenology
+1102.5253 Information Theory
+1102.5465 Number Theory
+1103.0268
+1103.1065 Computer Science and Game Theory
+1103.1321 Instrumentation and Methods for Astrophysics
+1103.1743
+1103.3459 Mesoscale and Nanoscale Physics
+1103.4103 Cosmology and Nongalactic Astrophysics
+1103.4424 Dynamical Systems
+1103.4603 Materials Science
+1104.0176
+1104.2366 General Physics
+1104.3271
+1104.3635 Mesoscale and Nanoscale Physics
+1104.4517 Algebraic Geometry
+1104.5259 Social and Information Networks
+1104.5267
+1105.1192
+1105.1467 Soft Condensed Matter
+1105.2234 Group Theory
+1105.2327 Mesoscale and Nanoscale Physics
+1105.3978 Statistical Mechanics
+1105.5632 Theory
+1105.6032 Mesoscale and Nanoscale Physics
+1105.6054 Differential Geometry
+1105.6322 Methodology
+1106.1500 Computers and Society
+1106.1531 Programming Languages
+1106.1542 Probability
+1106.1627 Number Theory
+1106.1651 Information Theory
+1106.1652 Information Theory
+1106.1663 Combinatorics
+1106.1669 Experiment
+1106.1674 Machine Learning
+1106.1678
+1106.1679
+1106.1684 Learning
+1106.1696 Combinatorics
+1106.1697 Optimization and Control
+1106.1698 Popular Physics
+1106.1699 Analysis of PDEs
+1106.1700 Numerical Analysis
+1106.1701 Mesoscale and Nanoscale Physics
+1106.1705 Algebraic Geometry
+1106.1706 Instrumentation and Methods for Astrophysics
+1106.1708
+1106.1716 Artificial Intelligence
+1106.1717 Fluid Dynamics
+1106.1719 Phenomenology
+1106.1723 Populations and Evolution
+1106.1725 Materials Science
+1106.1730 Representation Theory
+1106.1733 Computation
+1106.1735 Theory
+1106.1739 Statistical Mechanics
+1106.1747 Differential Geometry
+1106.1748
+1106.1752 Quantitative Methods
+1106.1753 Materials Science
+1106.1756 Rings and Algebras
+1106.1757 Pattern Formation and Solitons
+1106.1759 Combinatorics
+1106.1772 Soft Condensed Matter
+1106.1776 Accelerator Physics
+1106.1779 Atmospheric and Oceanic Physics
+1106.1796 Artificial Intelligence
+1106.1799 Artificial Intelligence
+1106.1800 Artificial Intelligence
+1106.1802 Artificial Intelligence
+1106.1803 Artificial Intelligence
+1106.1804 Artificial Intelligence
+1106.1805
+1106.1807 Classical Analysis and ODEs
+1106.1808 History and Overview
+1106.1814 Artificial Intelligence
+1106.1815 Functional Analysis
+1106.1816 Artificial Intelligence
+1106.1817 Artificial Intelligence
+1106.1818 Artificial Intelligence
+1106.1819 Artificial Intelligence
+1106.1820 Artificial Intelligence
+1106.1821 Artificial Intelligence
+1106.1822 Artificial Intelligence
+1106.1826 Algebraic Geometry
+1106.1828 Algebraic Geometry
+1106.1834 Geometric Topology
+1106.1840 Combinatorics
+1106.1843 Statistical Mechanics
+1106.1844 Number Theory
+1106.1846 Distributed, Parallel, and Cluster Computing
+1106.1848
+1106.1849 Differential Geometry
+1106.1854
+1106.1856 Quantum Algebra
+1106.1862 Mathematical Software
+1106.1881 Classical Physics
+1106.1883 Combinatorics
+1106.1890 Theory
+gr-qc/0405001
+hep-ph/0004098 Phenomenology
+hep-ph/9312247 Phenomenology
+hep-th/9304129 Theory
+hep-th/9711170 Theory
+math/0310246 Differential Geometry
+math/0603596 Differential Geometry
+math/0701614 Number Theory
+math/0702104 Differential Geometry
+nucl-ex/9610009
+nucl-th/9805025
+0704.2743 Representation Theory
+0711.0025 K-Theory and Homology
+0712.3031 Algebraic Geometry
+0801.0195 Portfolio Management
+0802.0584 Group Theory
+0804.2486
+0810.0820 Differential Geometry
+0811.2384 Group Theory
+0812.2262
+0812.4712
+0901.4610 Strongly Correlated Electrons
+0904.1994
+0904.2256 Materials Science
+0905.0814 Medical Physics
+0907.5337 Number Theory
+0908.1100 Astrophysics of Galaxies
+0909.4793 Classical Analysis and ODEs
+0911.0373 Pricing of Securities
+0912.3820 Representation Theory
+0912.4000 Group Theory
+1001.0797 Combinatorics
+1001.3094 Symplectic Geometry
+1001.4181 Information Theory
+1002.2984 Algebraic Geometry
+1002.4834 Materials Science
+1003.0995 Materials Science
+1003.3248 Materials Science
+1003.4982
+1003.5025 Logic
+1004.5334 Mesoscale and Nanoscale Physics
+1005.1585 Functional Analysis
+1005.1665
+1005.3259 Statistical Mechanics
+1005.4277 Geometric Topology
+1005.4318 Functional Analysis
+1006.0112 Mesoscale and Nanoscale Physics
+1006.1800 Mesoscale and Nanoscale Physics
+1006.4273 Symplectic Geometry
+1007.3710 Atomic Physics
+1007.5501 Number Theory
+1008.2331 Statistical Mechanics
+1008.3996 Experiment
+1008.4258 Probability
+1008.4724
+1008.4813 Phenomenology
+1008.4905 Superconductivity
+1009.2701 Cosmology and Nongalactic Astrophysics
+1009.3407 Group Theory
+1009.5472 Quantum Algebra
+1009.5504 Phenomenology
+1009.5921 Cosmology and Nongalactic Astrophysics
+1010.0733 Analysis of PDEs
+1010.1316 Data Structures and Algorithms
+1010.1491 Experiment
+1010.2507 Solar and Stellar Astrophysics
+1010.2853 Strongly Correlated Electrons
+1010.5093
+1010.5379 High Energy Astrophysical Phenomena
+1011.0186 Earth and Planetary Astrophysics
+1011.0988 High Energy Astrophysical Phenomena
+1011.2120
+1011.2584 Metric Geometry
+1011.2789 Representation Theory
+1011.4002 Statistical Mechanics
+1011.4923 Algebraic Geometry
+1012.0631 Mesoscale and Nanoscale Physics
+1012.0789 Algebraic Geometry
+1012.0856 Algebraic Geometry
+1012.1185 Materials Science
+1012.2219 Theory
+1012.2462 Physics and Society
+1012.3676 Experiment
+1012.4903
+1012.5116 Statistical Mechanics
+1012.5320 Number Theory
+1012.5735 Digital Libraries
+1101.0730 Plasma Physics
+1101.0762 Statistical Mechanics
+1101.2382 Quantum Gases
+1101.3307 Superconductivity
+1102.0722 Mesoscale and Nanoscale Physics
+1102.2415
+1102.2420 Geometric Topology
+1102.2471 Commutative Algebra
+1102.2641 Information Theory
+1102.2678 Information Theory
+1102.4036 Representation Theory
+1103.1929 Classical Physics
+1103.2628 Mesoscale and Nanoscale Physics
+1103.2646 Algebraic Geometry
+1103.5368 Lattice
+1103.5553 Soft Condensed Matter
+1103.5644 Geometric Topology
+1103.5875
+1104.0196 Representation Theory
+1104.0477 Superconductivity
+1104.3222 Differential Geometry
+1104.3293 Logic
+1104.3410 Soft Condensed Matter
+1104.3601 Strongly Correlated Electrons
+1104.3666 Analysis of PDEs
+1104.3686 Analysis of PDEs
+1104.4972
+1104.5361 Discrete Mathematics
+1104.5486
+1104.5627 Earth and Planetary Astrophysics
+1105.0008 Solar and Stellar Astrophysics
+1105.0011 Multimedia
+1105.0013 Other Condensed Matter
+1105.0019 Statistics Theory
+1105.0023 Multimedia
+1105.0025 Statistical Mechanics
+1105.0029 Functional Analysis
+1105.0032 Information Theory
+1105.0033 Rings and Algebras
+1105.0034 Information Theory
+1105.0035 Information Theory
+1105.0036 Combinatorics
+1105.0037 Atomic Physics
+1105.0043 Networking and Internet Architecture
+1105.0049 Databases
+1105.0058 Networking and Internet Architecture
+1105.0061 Networking and Internet Architecture
+1105.0063 Phenomenology
+1105.0065 Formal Languages and Automata Theory
+1105.0066 Networking and Internet Architecture
+1105.0075 Materials Science
+1105.0078 Cosmology and Nongalactic Astrophysics
+1105.0079 Computer Vision and Pattern Recognition
+1105.0085 Algebraic Topology
+1105.0091 Representation Theory
+1105.0093 Number Theory
+1105.0096 Phenomenology
+1105.0097
+1105.0099 Information Theory
+1105.0101 Information Theory
+1105.0104 Complex Variables
+1105.0106 Programming Languages
+1105.0114 Cosmology and Nongalactic Astrophysics
+1105.0116 Information Theory
+1105.0121 Information Retrieval
+1105.0123 Solar and Stellar Astrophysics
+1105.0126 Biomolecules
+1105.0135 Probability
+1105.0141 Other Computer Science
+1105.0142 Commutative Algebra
+1105.0151 Representation Theory
+1105.0153 Software Engineering
+1105.0169 Combinatorics
+1105.0173 Mesoscale and Nanoscale Physics
+1105.0178 Classical Analysis and ODEs
+1105.0181 Cellular Automata and Lattice Gases
+1105.0182 Optics
+1105.0183
+1105.0184 Biomolecules
+1105.0187 Data Structures and Algorithms
+1105.0190 Information Theory
+1105.0194 Theory
+1105.0200 Other Computer Science
+1105.0202 Geometric Topology
+1105.0206 Statistical Mechanics
+1105.0208 Information Theory
+1105.0212 Analysis of PDEs
+1105.0215 Networking and Internet Architecture
+1105.0217 Fluid Dynamics
+1105.0220
+1105.0224
+1105.0227 Algebraic Geometry
+1105.0228 Analysis of PDEs
+1105.0231 Analysis of PDEs
+1105.0232 Distributed, Parallel, and Cluster Computing
+1105.0233 Computational Complexity
+1105.0234 Networking and Internet Architecture
+1105.0243 Earth and Planetary Astrophysics
+1105.0245 Classical Analysis and ODEs
+1105.0249 Soft Condensed Matter
+1105.0251 Networking and Internet Architecture
+1105.0258 Algebraic Geometry
+1105.0263 Mesoscale and Nanoscale Physics
+1105.0264 Materials Science
+1105.0265
+1105.0267 Mesoscale and Nanoscale Physics
+1105.0269 Computation
+1105.0271 Quantum Gases
+1105.0274 Mesoscale and Nanoscale Physics
+1105.0276 Optimization and Control
+1105.0277 General Physics
+1105.0282 Instrumentation and Methods for Astrophysics
+1105.0284 Pricing of Securities
+1105.0292 Number Theory
+1105.0293 Quantum Gases
+1105.0294 Number Theory
+1105.0296 Distributed, Parallel, and Cluster Computing
+1105.0303
+1105.0307 Combinatorics
+1105.0312 Classical Physics
+1105.0314
+1105.0323 Solar and Stellar Astrophysics
+1105.0332 Neural and Evolutionary Computing
+1105.0335 Analysis of PDEs
+1105.0339 Cosmology and Nongalactic Astrophysics
+1105.0342 Instrumentation and Detectors
+1105.0343 Statistics Theory
+1105.0350 Databases
+1105.0351 Optics
+1105.0361 Number Theory
+1105.0362 Other Computer Science
+1105.0375 Soft Condensed Matter
+1105.0377 Information Theory
+1105.0378 Optics
+1105.0379 Distributed, Parallel, and Cluster Computing
+1105.0382 Learning
+1105.0387 Solar and Stellar Astrophysics
+1105.0390 Software Engineering
+1105.0392 Computational Geometry
+1105.0396 Mesoscale and Nanoscale Physics
+1105.0397 General Mathematics
+1105.0400 Metric Geometry
+1105.0401 Information Theory
+1105.0404
+1105.0406 Strongly Correlated Electrons
+1105.0414 Analysis of PDEs
+math/0103108 Group Theory
+math/0103110 Group Theory
+math/0311410 Group Theory
+math/0401269 Group Theory
+math/0604435 Group Theory
+math/0610833 Group Theory
+physics/0607270 Fluid Dynamics
+q-bio/0611093 Quantitative Methods
+0704.0677
+0704.0727 Superconductivity
+0704.1117 Theory
+0704.1919
+0704.1930
+0704.2843 Phenomenology
+0704.3245
+0705.0771
+0705.2558 General Physics
+0706.4325
+0708.1217 Theory
+0708.1380 Experiment
+0708.3566
+0708.3700
+0709.0991
+0709.1187 Strongly Correlated Electrons
+0711.1332
+0711.2721
+0802.2116
+0802.3155
+0803.3066
+0805.3214 Algebraic Geometry
+0806.0763
+0806.1664
+0807.1349 Theory
+0807.1478 Theory
+0807.2144 Theory
+0807.2864 Theory
+0807.2897 Theory
+0807.2917 Theory
+0807.3012 Theory
+0807.3344 Theory
+0807.3368 Theory
+0807.3453 Theory
+0807.3717
+0810.5125
+0811.0773 Theory
+0811.1163 Theory
+0811.1890 Mesoscale and Nanoscale Physics
+0811.3207 Theory
+0811.3343 Theory
+0811.3386 Theory
+0811.3646 Theory
+0812.1181 Phenomenology
+0812.3846 Theory
+0812.3932 Theory
+0902.3833
+0904.4164 Classical Analysis and ODEs
+0905.0837 Classical Analysis and ODEs
+0905.2581 Astrophysics of Galaxies
+0906.2563 Dynamical Systems
+0907.2277
+0907.3195 Theory
+0908.0756 Theory
+0909.2703 Mesoscale and Nanoscale Physics
+0910.1815 Solar and Stellar Astrophysics
+0912.2501 Cosmology and Nongalactic Astrophysics
+1001.5024 Differential Geometry
+1002.1373 Theory
+1002.3602 Distributed, Parallel, and Cluster Computing
+1002.4994 Exactly Solvable and Integrable Systems
+1003.0080
+1003.2000 Mesoscale and Nanoscale Physics
+1003.5570 Phenomenology
+1004.3897 Probability
+1005.0537
+1005.2389 Theory
+1006.0984 Theory
+1007.1537 Phenomenology
+1007.2118 Theory
+1007.4716 Phenomenology
+1007.5287 Statistical Mechanics
+1008.0035 Mesoscale and Nanoscale Physics
+1008.0423 Quantum Gases
+1008.0803 Phenomenology
+1008.3270 Strongly Correlated Electrons
+1008.4383 Quantum Gases
+1008.4962
+1008.4987 Phenomenology
+1009.1506
+1009.5879 Superconductivity
+1010.1220
+1010.1400 Combinatorics
+1010.2031
+1010.3054
+1010.4852 Quantum Gases
+1011.1687 High Energy Astrophysical Phenomena
+1011.3030 Probability
+1011.3060 Probability
+1011.3071 Probability
+1011.3218 Probability
+1011.3220 Probability
+1011.3540 Phenomenology
+1011.3934 Strongly Correlated Electrons
+1011.5475
+1011.5510 Phenomenology
+1011.5516
+1011.5543
+1011.5548 Experiment
+1011.5572 Lattice
+1011.5588
+1011.5592 Atmospheric and Oceanic Physics
+1011.5646 Phenomenology
+1011.5721 Superconductivity
+1011.5750 Phenomenology
+1011.5753 Phenomenology
+1011.5758 Phenomenology
+1011.5852 Quantum Gases
+1011.6170 Probability
+1012.0293
+1012.2111 Operator Algebras
+1012.3955
+1012.4014 Cosmology and Nongalactic Astrophysics
+1012.4703
+1012.4850 Probability
+1012.5001 Classical Physics
+1101.1965 Phenomenology
+1101.5019 Networking and Internet Architecture
+1102.0807 Materials Science
+1102.1182 Statistical Mechanics
+1102.1192 Analysis of PDEs
+1102.1755 Statistical Mechanics
+1102.2151
+1102.3660
+1102.3772 Theory
+1102.4079 Phenomenology
+1102.4467
+1102.4799
+1102.4935 Fluid Dynamics
+1102.5196
+1102.5679 Phenomenology
+1103.0433 Chaotic Dynamics
+1103.2098 Theory
+1103.2492
+1103.2530 Analysis of PDEs
+1103.2788 Mesoscale and Nanoscale Physics
+1103.3155 Phenomenology
+1103.5979 Phenomenology
+1103.6230 Phenomenology
+1104.0965 Differential Geometry
+1104.1586 Phenomenology
+1104.3851 Phenomenology
+1104.4667
+1104.4948 Phenomenology
+1104.5424 Strongly Correlated Electrons
+1105.0403 Group Theory
+1105.0909 Cosmology and Nongalactic Astrophysics
+1105.1130 Phenomenology
+1105.1561 Multimedia
+1105.1780 Phenomenology
+1105.1834
+1105.3141 Quantum Gases
+1105.3202 Theory
+1105.4061
+1105.4207 Representation Theory
+1105.5159 Experiment
+1105.5995 Experiment
+1106.1539 Theory
+1106.2417 Networking and Internet Architecture
+1106.3060 High Energy Astrophysical Phenomena
+1106.3104 Mesoscale and Nanoscale Physics
+1107.0664 Soft Condensed Matter
+1107.0732 Theory
+1107.2310 Lattice
+1107.2451 Numerical Analysis
+1107.4113 Probability
+1107.4592 Theory
+1107.5559 Networking and Internet Architecture
+1107.5992 Classical Analysis and ODEs
+1108.0218 Algebraic Topology
+1108.0479 Geometric Topology
+1108.0481 Combinatorics
+1108.0495 Superconductivity
+1108.0507
+1108.0532
+1108.0662 Solar and Stellar Astrophysics
+1108.0665 Theory
+1108.0681 Solar and Stellar Astrophysics
+1108.0685 Phenomenology
+1108.0686 Populations and Evolution
+1108.0690 Number Theory
+1108.0692 Group Theory
+1108.0698 Group Theory
+1108.0703
+1108.0716 Networking and Internet Architecture
+1108.0729 Databases
+1108.0731 Superconductivity
+1108.0739 Combinatorics
+1108.0740 Networking and Internet Architecture
+1108.0741 Cryptography and Security
+1108.0743 Networking and Internet Architecture
+1108.0744
+1108.0750
+1108.0754 Applications
+1108.0755 Applications
+1108.0760 Optimization and Control
+1108.0766 Applications
+1108.0771 Materials Science
+1108.0777
+1108.0781 Rings and Algebras
+1108.0784 Optics
+1108.0790 Operator Algebras
+1108.0792 Experiment
+1108.0793 Applications
+1108.0794 Earth and Planetary Astrophysics
+1108.0801 Mesoscale and Nanoscale Physics
+1108.0808 Number Theory
+1108.0813
+1108.0819
+1108.0822 Applications
+1108.0828 Solar and Stellar Astrophysics
+1108.0836 Probability
+1108.0837 Portfolio Management
+1108.0846 Materials Science
+1108.0858 Metric Geometry
+1108.0860 Operator Algebras
+1108.0863 Analysis of PDEs
+1108.0865 Instrumentation and Methods for Astrophysics
+1108.0880 Experiment
+1108.0883
+1108.0894 Social and Information Networks
+1108.0895 Machine Learning
+1108.0897 Algebraic Geometry
+1108.0904 Networking and Internet Architecture
+1108.0907 Instrumentation and Methods for Astrophysics
+1108.0911 Experiment
+1108.0915 Statistical Mechanics
+astro-ph/0512612
+astro-ph/0602461
+astro-ph/0603796
+astro-ph/0606404
+astro-ph/0612067
+cs/0607114 Logic in Computer Science
+cs/0610080 Logic in Computer Science
+gr-qc/0103037
+gr-qc/0410117
+gr-qc/0505114
+gr-qc/0507073
+gr-qc/0510114
+gr-qc/0605097
+gr-qc/0605151
+gr-qc/0611023
+gr-qc/0702054
+gr-qc/9402006
+gr-qc/9406041
+gr-qc/9408016
+gr-qc/9408017
+gr-qc/9411073
+gr-qc/9605071
+gr-qc/9610028
+gr-qc/9705065
+hep-lat/0609035 Lattice
+hep-lat/9805030 Lattice
+hep-ph/0008193 Phenomenology
+hep-ph/0106091 Phenomenology
+hep-ph/0508023 Phenomenology
+hep-ph/0512166 Phenomenology
+hep-ph/0604097 Phenomenology
+hep-ph/0604123 Phenomenology
+hep-ph/0604155 Phenomenology
+hep-ph/0604210 Phenomenology
+hep-ph/0605224 Phenomenology
+hep-ph/0605311 Phenomenology
+hep-ph/0609149 Phenomenology
+hep-ph/0609184 Phenomenology
+hep-ph/0610256 Phenomenology
+hep-ph/0610292 Phenomenology
+hep-ph/0611217 Phenomenology
+hep-ph/0611339 Phenomenology
+hep-ph/0611349 Phenomenology
+hep-ph/0612240 Phenomenology
+hep-ph/0612364 Phenomenology
+hep-ph/0701102 Phenomenology
+hep-ph/0702017 Phenomenology
+hep-ph/0702032 Phenomenology
+hep-ph/0702094 Phenomenology
+hep-ph/0703194 Phenomenology
+hep-ph/9404215 Phenomenology
+hep-ph/9407377 Phenomenology
+hep-th/0005260 Theory
+hep-th/0208035 Theory
+hep-th/0501227 Theory
+hep-th/0511199 Theory
+hep-th/0603087 Theory
+hep-th/0603167 Theory
+hep-th/0604028 Theory
+hep-th/0604091 Theory
+hep-th/0609096 Theory
+hep-th/0609160 Theory
+hep-th/0609223 Theory
+hep-th/0612084 Theory
+hep-th/9406085 Theory
+hep-th/9711167 Theory
+math/0508402 Symplectic Geometry
+nucl-ex/0611002
+nucl-ex/0701026
+nucl-ex/0702015
+nucl-th/0204005
+nucl-th/0611093
+nucl-th/0611105
+nucl-th/0612002
+nucl-th/0612006
+nucl-th/0612033
+nucl-th/0612052
+nucl-th/0612061
+nucl-th/0612080
+nucl-th/0701058
+nucl-th/0702043
+nucl-th/0703089
+physics/0410063 Atomic Physics
+physics/0505042 Popular Physics
+physics/0604225 General Physics
+quant-ph/0004057
+quant-ph/0102127
+quant-ph/0106082
+quant-ph/0112095
+quant-ph/0201040
+quant-ph/0211163
+quant-ph/0212064
+quant-ph/0212119
+quant-ph/0503163
+quant-ph/0602116
+quant-ph/0603047
+quant-ph/0607214
+quant-ph/9507011
+quant-ph/9706027
+quant-ph/9707045
+quant-ph/9708024
+quant-ph/9708042
+quant-ph/9711005
+quant-ph/9712017
+quant-ph/9802054
+quant-ph/9802065
+quant-ph/9803041
+quant-ph/9805046
+quant-ph/9805065
+quant-ph/9806092
+quant-ph/9807021
+quant-ph/9808041
+quant-ph/9809071
+quant-ph/9809084
+quant-ph/9811026
+quant-ph/9901078
+quant-ph/9910027
+0706.0799 Algebraic Geometry
+0708.2793
+0709.0947
+0709.1762 Rings and Algebras
+0711.1527 Statistical Mechanics
+0711.3444 Phenomenology
+0712.3265 Phenomenology
+0712.4253 Classical Analysis and ODEs
+0801.0912 Commutative Algebra
+0802.2731 Group Theory
+0809.1882
+0809.2408 Group Theory
+0811.0654 Number Theory
+0901.3059 Theory
+0903.0409 Representation Theory
+0903.0411 Representation Theory
+0903.0846 Spectral Theory
+0903.3292 Algebraic Geometry
+0903.3538 Astrophysics of Galaxies
+0904.4227 Theory
+0906.0135 General Mathematics
+0907.0173 Differential Geometry
+0907.0245 Combinatorics
+0907.5565 Complex Variables
+0908.1795 Soft Condensed Matter
+0909.1036
+0909.1733 Algebraic Geometry
+0910.1066 Cosmology and Nongalactic Astrophysics
+0911.1292 Strongly Correlated Electrons
+0911.1987 Representation Theory
+0911.3174 Analysis of PDEs
+0911.5516 Cosmology and Nongalactic Astrophysics
+0912.2090 Theory
+0912.3051 Theory
+0912.4710 Soft Condensed Matter
+1001.0251 Formal Languages and Automata Theory
+1001.3052 Optimization and Control
+1001.3569
+1002.0263 Dynamical Systems
+1003.1367 Quantum Gases
+1003.2293 Phenomenology
+1003.2755 Cosmology and Nongalactic Astrophysics
+1003.3762 Soft Condensed Matter
+1003.4004 Algebraic Geometry
+1003.4189 Analysis of PDEs
+1003.6109 Theory
+1004.0453
+1004.1513 Theory
+1004.1567 Phenomenology
+1004.1711 Cosmology and Nongalactic Astrophysics
+1005.0766 Information Theory
+1005.1180 Cosmology and Nongalactic Astrophysics
+1006.0884 Algebraic Topology
+1006.2103
+1006.3043 Phenomenology
+1006.4012
+1006.5317 Theory
+1006.5377
+1006.5747
+1007.0090 Pattern Formation and Solitons
+1007.1121 Phenomenology
+1007.1767
+1007.2220
+1007.2616 Operator Algebras
+1007.3472 Strongly Correlated Electrons
+1007.3797 Materials Science
+1007.3853 Soft Condensed Matter
+1007.4575 Phenomenology
+1007.4720 Lattice
+1007.4958 Programming Languages
+1008.0076 Chaotic Dynamics
+1008.0655 Experiment
+1008.1621 Phenomenology
+1008.1880 Cosmology and Nongalactic Astrophysics
+1008.1991 Theory
+1008.3516 Phenomenology
+1008.3701 Representation Theory
+1008.3877 Theory
+1008.4397 Numerical Analysis
+1008.4457 Phenomenology
+1008.4533 Number Theory
+1008.5095 Phenomenology
+1009.0113
+1009.0621 Phenomenology
+1009.0819 Experiment
+1009.0978 Experiment
+1009.0989 Experiment
+1009.1009 Phenomenology
+1009.1046 Experiment
+1009.1169 Phenomenology
+1009.1860 Phenomenology
+1009.1947 Phenomenology
+1009.1969 Phenomenology
+1009.2428 Phenomenology
+1009.3277 Theory
+1009.3446 Phenomenology
+1009.3590 Phenomenology
+1009.3757 Lattice
+1009.3763 Experiment
+1009.4001 Superconductivity
+1009.4237 Phenomenology
+1009.4336 Superconductivity
+1009.4632
+1009.4637 Theory
+1009.4797 Data Analysis, Statistics and Probability
+1009.4842 Mesoscale and Nanoscale Physics
+1009.4855 Mesoscale and Nanoscale Physics
+1009.5265 Experiment
+1009.5493 Phenomenology
+1009.5667 Molecular Networks
+1009.5685 Phenomenology
+1009.5822 Phenomenology
+1009.5928 Phenomenology
+1009.6145 Phenomenology
+1010.0224 Phenomenology
+1010.0752 Theory
+1010.1219 Phenomenology
+1010.1230 Strongly Correlated Electrons
+1010.1853 Soft Condensed Matter
+1010.1959 Phenomenology
+1010.2712 General Mathematics
+1010.2743 Phenomenology
+1010.2879
+1010.2898
+1010.3229 Theory
+1010.3393 Number Theory
+1010.4090 Quantum Gases
+1010.4117
+1010.4165
+1010.4625 Superconductivity
+1010.4916 Materials Science
+1010.5531 Theory
+1010.5740
+1011.0484 Mesoscale and Nanoscale Physics
+1011.0730 Phenomenology
+1011.0768 Cosmology and Nongalactic Astrophysics
+1011.0856 Mesoscale and Nanoscale Physics
+1011.0871 Materials Science
+1011.1090 Solar and Stellar Astrophysics
+1011.1262 Number Theory
+1011.3917 Experiment
+1011.4403 Experiment
+1011.5908 Solar and Stellar Astrophysics
+1011.6028 Theory
+1011.6145 Phenomenology
+1012.0151
+1012.2003 Physics and Society
+1012.2259 Fluid Dynamics
+1012.3482
+1012.3638 Information Theory
+1012.3787 Soft Condensed Matter
+1012.5579 Cryptography and Security
+1012.5725 Theory
+1101.2119 Functional Analysis
+1101.2199 Other Condensed Matter
+1101.3878 Differential Geometry
+1101.4318 Discrete Mathematics
+1101.4366
+1101.5255 Cosmology and Nongalactic Astrophysics
+1101.5464 Number Theory
+1101.5765 Lattice
+1102.0055 Numerical Analysis
+1102.0823 Discrete Mathematics
+1102.1196 Differential Geometry
+1102.1869 Phenomenology
+1102.2180 Computation and Language
+1102.2335 Complex Variables
+1102.2394 History and Overview
+1102.2445 Cryptography and Security
+1102.2452 Statistical Mechanics
+1102.2455 Mesoscale and Nanoscale Physics
+1102.2457 Number Theory
+1102.2458 Number Theory
+1102.2461 Dynamical Systems
+1102.2462 Analysis of PDEs
+1102.2465
+1102.2466 Mesoscale and Nanoscale Physics
+1102.2472 Instrumentation and Methods for Astrophysics
+1102.2473 Numerical Analysis
+1102.2474 Physics and Society
+1102.2479 Computers and Society
+1102.2480 Combinatorics
+1102.2481 Group Theory
+1102.2482 Statistical Mechanics
+1102.2486
+1102.2489 Logic in Computer Science
+1102.2500 Fluid Dynamics
+1102.2504 Information Theory
+1102.2506 Information Theory
+1102.2509 Functional Analysis
+1102.2510 Complex Variables
+1102.2514 Phenomenology
+1102.2515 General Finance
+1102.2517 Quantum Algebra
+1102.2518 Phenomenology
+1102.2519
+1102.2524 Data Structures and Algorithms
+1102.2529 Formal Languages and Automata Theory
+1102.2530 Complex Variables
+1102.2531 Phenomenology
+1102.2532 Optimization and Control
+1102.2534 Probability
+1102.2536 Information Theory
+1102.2537 Atomic Physics
+1102.2546 Differential Geometry
+1102.2549
+1102.2553 Networking and Internet Architecture
+1102.2558 Logic
+1102.2559 Neural and Evolutionary Computing
+1102.2562 Cosmology and Nongalactic Astrophysics
+1102.2568 Systems and Control
+1102.2571 Superconductivity
+1102.2576 Superconductivity
+1102.2577 Representation Theory
+1102.2580 Complex Variables
+1102.2581 Physics Education
+1102.2584 Analysis of PDEs
+1102.2588 Exactly Solvable and Integrable Systems
+1102.2589 Statistical Mechanics
+1102.2598 Information Theory
+1102.2600 Systems and Control
+1102.2602 Information Theory
+1102.2605 General Topology
+1102.2607 Statistical Mechanics
+1102.2608 Distributed, Parallel, and Cluster Computing
+1102.2616 Distributed, Parallel, and Cluster Computing
+1102.2620 Statistical Finance
+1102.2621 Representation Theory
+1102.2625
+1102.2632 Genomics
+1102.2633 Probability
+1102.2635 Classical Analysis and ODEs
+1102.2639 Optics
+1102.2643 Combinatorics
+1102.2644 Dynamical Systems
+1102.2647 Analysis of PDEs
+1102.2648 Analysis of PDEs
+1102.2651 Logic in Computer Science
+1102.2652 Graphics
+1102.2653 Logic in Computer Science
+1102.2654 Computational Engineering, Finance, and Science
+1102.2655 Logic in Computer Science
+1102.2656 Programming Languages
+1102.2657 Representation Theory
+1102.2664 Popular Physics
+1102.2666 Populations and Evolution
+1102.2667 Functional Analysis
+1102.2668 Spectral Theory
+1102.2670 Artificial Intelligence
+1102.2672 Differential Geometry
+1102.2673 Systems and Control
+1102.2680 Number Theory
+1102.2681 Mesoscale and Nanoscale Physics
+1102.2682 Probability
+1102.2683 Geometric Topology
+1102.2684 Information Theory
+1102.2685 Numerical Analysis
+1102.2691 Analysis of PDEs
+1102.2692 Optics
+1102.2706 Information Theory
+1102.2708 Combinatorics
+1102.2709 Statistics Theory
+1102.2710 Optimization and Control
+1102.2711 Accelerator Physics
+1102.2712 Analysis of PDEs
+1102.2713 Statistics Theory
+1102.2714 Soft Condensed Matter
+1102.2716 Optimization and Control
+1102.2729 Statistics Theory
+1102.2730 Instrumentation and Methods for Astrophysics
+1102.2739 Computer Vision and Pattern Recognition
+1102.2742 Solar and Stellar Astrophysics
+1102.2745 Experiment
+1102.2747 Instrumentation and Detectors
+1102.2748 Computer Vision and Pattern Recognition
+1102.2750 Cosmology and Nongalactic Astrophysics
+1102.2754
+1102.2760 Phenomenology
+1102.2762 Algebraic Geometry
+1102.2764 Differential Geometry
+1102.2765 Cosmology and Nongalactic Astrophysics
+1102.2767 Complex Variables
+1102.2768 Information Theory
+1102.2769 Dynamical Systems
+1102.2771 Theory
+1102.2773 Methodology
+1102.2774 Methodology
+1102.2778 Theory
+1102.2779 Phenomenology
+1102.2782 Formal Languages and Automata Theory
+1102.2787 Information Theory
+1102.2789 Computational Complexity
+1102.2790 Representation Theory
+1102.2794 Systems and Control
+1102.2797 Information Theory
+1102.2798 Mesoscale and Nanoscale Physics
+1102.2801 Operator Algebras
+1102.2803
+1102.2809 Solar and Stellar Astrophysics
+1102.2811 Phenomenology
+1102.2815 General Physics
+1102.2817 Probability
+1102.2819 Quantitative Methods
+1102.2820 Representation Theory
+1102.2821 Representation Theory
+1102.2838 Geometric Topology
+1102.2839 Soft Condensed Matter
+1102.2841 Combinatorics
+1102.2845 High Energy Astrophysical Phenomena
+1102.2846 Atmospheric and Oceanic Physics
+1102.2851
+1102.2855
+1102.2856 Information Theory
+1102.2857
+1102.2861
+1102.2864 Soft Condensed Matter
+1102.2867 Experiment
+1102.2868 Information Theory
+1102.2873 Analysis of PDEs
+1102.2876 Differential Geometry
+1102.2878 Computation
+1102.2881 Information Theory
+1102.2883 Combinatorics
+1102.2887 Astrophysics of Galaxies
+1102.2888 General Physics
+cond-mat/0111151 Disordered Systems and Neural Networks
+cs/0703136 Information Theory
+gr-qc/0012082
+gr-qc/0602080
+hep-ex/0404015 Experiment
+hep-ex/0410066 Experiment
+hep-ph/0006152 Phenomenology
+hep-ph/0009003 Phenomenology
+hep-ph/0011282 Phenomenology
+hep-ph/9306215 Phenomenology
+hep-ph/9310242 Phenomenology
+hep-ph/9310276 Phenomenology
+hep-ph/9403394 Phenomenology
+hep-ph/9508332 Phenomenology
+hep-ph/9601282 Phenomenology
+hep-ph/9605240 Phenomenology
+hep-ph/9711460 Phenomenology
+hep-ph/9804202 Phenomenology
+hep-ph/9907245 Phenomenology
+hep-ph/9912297 Phenomenology
+hep-th/9210097 Theory
+hep-th/9803135 Theory
+math/0312226 Classical Analysis and ODEs
+math/0312502 Classical Analysis and ODEs
+math/0408366 Classical Analysis and ODEs
+math/0408369 Classical Analysis and ODEs
+math/0604607 Probability
+math/0609823 Complex Variables
+math/0610258 Representation Theory
+0706.1459 Experiment
+0706.4346 Phenomenology
+0707.0030 Phenomenology
+0707.0212 Phenomenology
+0707.3088 Phenomenology
+0707.4402 Phenomenology
+0711.3150 Phenomenology
+0712.3909 Representation Theory
+0802.1189 Phenomenology
+0802.3301 Mesoscale and Nanoscale Physics
+0803.0891 Mesoscale and Nanoscale Physics
+0803.3820 Phenomenology
+0807.5021 Experiment
+0809.2473 Experiment
+0810.5352 Functional Analysis
+0811.2898 Other Condensed Matter
+0902.1554 Geophysics
+0905.4882 Quantum Gases
+0907.4514
+0907.5526 Commutative Algebra
+0908.0690 General Topology
+0909.4812 Phenomenology
+0909.5287 Experiment
+0910.3527 Dynamical Systems
+0910.3542 Theory
+0910.5485 Theory
+0911.0231 Multiagent Systems
+0912.1492
+0912.5321 Materials Science
+1001.0198
+1001.2560 Theory
+1001.2637 K-Theory and Homology
+1001.3275 Theory
+1002.4341 Mesoscale and Nanoscale Physics
+1003.0028 Atmospheric and Oceanic Physics
+1003.0253 Atmospheric and Oceanic Physics
+1003.1664
+1003.4956 Quantum Gases
+1004.0254
+1004.1733 Probability
+1005.4417 Pricing of Securities
+1005.4658 Instrumentation and Methods for Astrophysics
+1006.0858 Atomic Physics
+1006.1674 Performance
+1006.2540
+1006.4164
+1006.5552 General Physics
+1007.0366 Group Theory
+1007.0836 Algebraic Geometry
+1007.1082 Complex Variables
+1007.1781 General Physics
+1007.2705 Theory
+1007.2907 Probability
+1007.3606 Geometric Topology
+1007.4453 Biological Physics
+1007.4854 Theory
+1008.1123 Theory
+1008.1142
+1008.2023 Experiment
+1008.3398
+1008.3621 Theory
+1008.5145 Solar and Stellar Astrophysics
+1008.5320 Mesoscale and Nanoscale Physics
+1008.5366 High Energy Astrophysical Phenomena
+1008.5377 Statistical Mechanics
+1009.0408
+1009.1282
+1009.2415 Quantum Gases
+1009.4744
+1009.4926 Statistics Theory
+1009.5084
+1010.0760
+1010.0805 Phenomenology
+1010.1021 Phenomenology
+1010.1033 Lattice
+1010.1097
+1010.1106 Theory
+1010.1109 Theory
+1010.1123
+1010.1125 Theory
+1010.1145 Phenomenology
+1010.1973 Networking and Internet Architecture
+1010.4143 Materials Science
+1010.4402
+1011.0998 Statistical Mechanics
+1011.3287 Theory
+1011.3944 Data Structures and Algorithms
+1011.4757 Computational Complexity
+1011.5511 Lattice
+1011.6271 Analysis of PDEs
+1012.1408 Materials Science
+1012.2464 Networking and Internet Architecture
+1012.2565 Pattern Formation and Solitons
+1012.2838 Materials Science
+1012.4306 Group Theory
+1012.4367
+1012.4739 Other Computer Science
+1012.4989 Algebraic Geometry
+1012.5010 Complex Variables
+1101.1958
+1101.1998 Rings and Algebras
+1101.2121 Statistics Theory
+1101.2177 Cosmology and Nongalactic Astrophysics
+1101.2218 Functional Analysis
+1101.2219 Multimedia
+1101.2230 Differential Geometry
+1101.2233
+1101.2236 Algebraic Geometry
+1101.2237 Mesoscale and Nanoscale Physics
+1101.2242 Information Theory
+1101.2243 Computer Vision and Pattern Recognition
+1101.2257 Combinatorics
+1101.2259 Data Analysis, Statistics and Probability
+1101.2264 General Mathematics
+1101.2268 Robotics
+1101.2270 Robotics
+1101.2272 Robotics
+1101.2273 Robotics
+1101.2275 Robotics
+1101.2280 Commutative Algebra
+1101.2281 Commutative Algebra
+1101.2305 Differential Geometry
+1101.2309 Soft Condensed Matter
+1101.2311 High Energy Astrophysical Phenomena
+1101.2312 Computer Vision and Pattern Recognition
+1101.2318
+1101.2321 Materials Science
+1101.2330 Combinatorics
+1101.2337 Probability
+1101.2340 Instrumentation and Methods for Astrophysics
+1101.2341 Instrumentation and Methods for Astrophysics
+1101.2342 Numerical Analysis
+1101.2353 Instrumentation and Methods for Astrophysics
+1101.2355 Differential Geometry
+1101.2357 Combinatorics
+1101.2362 Instrumentation and Methods for Astrophysics
+1101.2367 Cosmology and Nongalactic Astrophysics
+1101.2378 Artificial Intelligence
+1101.2395 Numerical Analysis
+1101.2398 Analysis of PDEs
+1101.2400 Soft Condensed Matter
+1101.2405 Information Theory
+1101.2408 Phenomenology
+1101.2410 Dynamical Systems
+1101.2413 Commutative Algebra
+1101.2426
+1101.2427 Computer Vision and Pattern Recognition
+1101.2430 Functional Analysis
+1101.2433 High Energy Astrophysical Phenomena
+1101.2441 Pattern Formation and Solitons
+cond-mat/0703674 Mesoscale and Nanoscale Physics
+gr-qc/9909014
+hep-ex/0005007 Experiment
+hep-ex/0203025 Experiment
+hep-ex/9908005 Experiment
+hep-ph/0003065 Phenomenology
+hep-ph/0003246 Phenomenology
+hep-ph/0006258 Phenomenology
+hep-ph/0007046 Phenomenology
+hep-ph/0009179 Phenomenology
+hep-ph/0010012 Phenomenology
+hep-ph/0101316 Phenomenology
+hep-ph/0101351 Phenomenology
+hep-ph/0103341 Phenomenology
+hep-ph/0110214 Phenomenology
+hep-ph/0201177 Phenomenology
+hep-ph/0202001 Phenomenology
+hep-ph/0202082 Phenomenology
+hep-ph/0202089 Phenomenology
+hep-ph/0203091 Phenomenology
+hep-ph/0204067 Phenomenology
+hep-ph/0205303 Phenomenology
+hep-ph/0206020 Phenomenology
+hep-ph/0206021 Phenomenology
+hep-ph/0206023 Phenomenology
+hep-ph/0206182 Phenomenology
+hep-ph/0206208 Phenomenology
+hep-ph/0207156 Phenomenology
+hep-ph/0208096 Phenomenology
+hep-ph/0210299 Phenomenology
+hep-ph/0302141 Phenomenology
+hep-ph/0303001 Phenomenology
+hep-ph/0307324 Phenomenology
+hep-ph/0309128 Phenomenology
+hep-ph/0309212 Phenomenology
+hep-ph/0312341 Phenomenology
+hep-ph/0404108 Phenomenology
+hep-ph/0407102 Phenomenology
+hep-ph/0407249 Phenomenology
+hep-ph/0408240 Phenomenology
+hep-ph/0411161 Phenomenology
+hep-ph/0504009 Phenomenology
+hep-ph/0508138 Phenomenology
+hep-ph/0510225 Phenomenology
+hep-ph/0510375 Phenomenology
+hep-ph/0512099 Phenomenology
+hep-ph/0602211 Phenomenology
+hep-ph/0604091 Phenomenology
+hep-ph/0605106 Phenomenology
+hep-ph/0608057 Phenomenology
+hep-ph/0611252 Phenomenology
+hep-ph/9212265 Phenomenology
+hep-ph/9305279 Phenomenology
+hep-ph/9305344 Phenomenology
+hep-ph/9307322 Phenomenology
+hep-ph/9308309 Phenomenology
+hep-ph/9312322 Phenomenology
+hep-ph/9402278 Phenomenology
+hep-ph/9403294 Phenomenology
+hep-ph/9403373 Phenomenology
+hep-ph/9404208 Phenomenology
+hep-ph/9406363 Phenomenology
+hep-ph/9406432 Phenomenology
+hep-ph/9409330 Phenomenology
+hep-ph/9410369 Phenomenology
+hep-ph/9505314 Phenomenology
+hep-ph/9505435 Phenomenology
+hep-ph/9506288 Phenomenology
+hep-ph/9507265 Phenomenology
+hep-ph/9509262 Phenomenology
+hep-ph/9509350 Phenomenology
+hep-ph/9509407 Phenomenology
+hep-ph/9510266 Phenomenology
+hep-ph/9511224 Phenomenology
+hep-ph/9511385 Phenomenology
+hep-ph/9512226 Phenomenology
+hep-ph/9601391 Phenomenology
+hep-ph/9602335 Phenomenology
+hep-ph/9605433 Phenomenology
+hep-ph/9606233 Phenomenology
+hep-ph/9609395 Phenomenology
+hep-ph/9704214 Phenomenology
+hep-ph/9704217 Phenomenology
+hep-ph/9704455 Phenomenology
+hep-ph/9706335 Phenomenology
+hep-ph/9706462 Phenomenology
+hep-ph/9706482 Phenomenology
+hep-ph/9707290 Phenomenology
+hep-ph/9708390 Phenomenology
+hep-ph/9710426 Phenomenology
+hep-ph/9801390 Phenomenology
+hep-ph/9803350 Phenomenology
+hep-ph/9803477 Phenomenology
+hep-ph/9805244 Phenomenology
+hep-ph/9807241 Phenomenology
+hep-ph/9807411 Phenomenology
+hep-ph/9809266 Phenomenology
+hep-ph/9809467 Phenomenology
+hep-ph/9810458 Phenomenology
+hep-ph/9904311 Phenomenology
+hep-ph/9906356 Phenomenology
+hep-ph/9909472 Phenomenology
+hep-ph/9910430 Phenomenology
+hep-th/0412275 Theory
+math/0309013 Differential Geometry
+math/0505115 Algebraic Geometry
+math/0611840 Algebraic Geometry
+physics/0608038 General Physics
+0710.5468 Rings and Algebras
+0711.2830 Phenomenology
+0803.0981 Theory
+0806.2003 Theory
+0806.2514 Geometric Topology
+0806.3057 Theory
+0806.3219 Theory
+0806.3242 Theory
+0806.3253 Theory
+0806.3255 Theory
+0806.3316 Theory
+0806.3330 Theory
+0806.3370 Theory
+0806.3389 Theory
+0806.3704 Theory
+0806.3814
+0809.1354 Theory
+0809.1610
+0809.1771 Theory
+0809.2263 Theory
+0812.0792 Theory
+0812.1840 Theory
+0812.1919 Theory
+0812.1929 Theory
+0812.2638 Theory
+0812.2690 Theory
+0812.2732 Theory
+0812.2861 Theory
+0812.2918 Theory
+0812.2942 Theory
+0812.3289 Theory
+0901.0017 Computation
+0903.2801 Geometric Topology
+0904.4246 Theory
+0908.3797
+0909.2673
+0909.5075
+0909.5205 Cosmology and Nongalactic Astrophysics
+0909.5347
+1001.3949
+1001.4821
+1002.1118
+1002.2928 Instrumentation and Methods for Astrophysics
+1003.4617 Pattern Formation and Solitons
+1003.5008
+1004.1720
+1004.2561 Computational Physics
+1004.3796
+1004.5330
+1005.1437 Phenomenology
+1006.5698 Phenomenology
+1007.0986 Quantitative Methods
+1007.2233 Numerical Analysis
+1007.3032 Mesoscale and Nanoscale Physics
+1008.0286 Rings and Algebras
+1008.0292 Rings and Algebras
+1008.0348 Cosmology and Nongalactic Astrophysics
+1008.5275 Combinatorics
+1009.0203 Mesoscale and Nanoscale Physics
+1009.1979 Cosmology and Nongalactic Astrophysics
+1009.2702 Atomic Physics
+1009.6059 Cosmology and Nongalactic Astrophysics
+1009.6067 Theory
+1010.2951 Statistical Mechanics
+1010.3653 Solar and Stellar Astrophysics
+1010.4603 Information Theory
+1010.4923 Number Theory
+1011.0154 Theory
+1011.0840 Phenomenology
+1011.1264 Cryptography and Security
+1011.2289 Mesoscale and Nanoscale Physics
+1011.2352
+1011.3122 Phenomenology
+1011.3149
+1011.3203 Phenomenology
+1011.3204 Phenomenology
+1011.3299 Theory
+1011.4100 Optics
+1011.5159 Rings and Algebras
+1012.1690 Phenomenology
+1012.2359 Theory
+1012.2818 Commutative Algebra
+1012.2915 Commutative Algebra
+1012.4518 Strongly Correlated Electrons
+1012.4794 Cosmology and Nongalactic Astrophysics
+1012.5645 Strongly Correlated Electrons
+1012.5819 Strongly Correlated Electrons
+1101.1209
+1101.1748 Theory
+1101.1897 Cosmology and Nongalactic Astrophysics
+1101.2229 Molecular Networks
+1101.2570 Probability
+1101.3403
+1101.3646 Number Theory
+1101.4470 Probability
+1101.5486
+1101.5976 Theory
+1102.0282 Phenomenology
+1102.0446 Earth and Planetary Astrophysics
+1102.1521
+1102.1944 Analysis of PDEs
+1102.2031 Phenomenology
+1102.2259 Theory
+1102.2484 Representation Theory
+1102.2928 Information Theory
+1102.2953 Soft Condensed Matter
+1102.3129 Logic in Computer Science
+1102.3288 Information Theory
+1102.3521 Phenomenology
+1102.3526 Information Theory
+1102.3903 Quantum Algebra
+1102.4091 Theory
+1102.4352
+1102.5071 Numerical Analysis
+1103.0281 Cosmology and Nongalactic Astrophysics
+1103.0300
+1103.0559 Theory
+1103.0689 Phenomenology
+1103.0742 Theory
+1103.0887 Mesoscale and Nanoscale Physics
+1103.1892 Algebraic Geometry
+1103.1911 Theory
+1103.3194 Experiment
+1103.4379 Theory
+1103.4846 Lattice
+1103.4897
+1103.5995 Solar and Stellar Astrophysics
+1103.6192 Theory
+1104.0888 Information Theory
+1104.1319 Lattice
+1104.3761 Statistical Mechanics
+1104.5611 Chaotic Dynamics
+1105.1727 Statistical Mechanics
+1105.2760 Information Theory
+1105.2996 Cosmology and Nongalactic Astrophysics
+1105.4526 Operator Algebras
+1105.5799 Astrophysics of Galaxies
+1105.6202
+1105.6277 Computer Vision and Pattern Recognition
+1106.0008 Adaptation and Self-Organizing Systems
+1106.0010 Adaptation and Self-Organizing Systems
+1106.0019
+1106.0020 Computational Finance
+1106.0021 Instrumentation and Methods for Astrophysics
+1106.0027 Information Theory
+1106.0032 Information Theory
+1106.0033 Theory
+1106.0048 Probability
+1106.0050 Materials Science
+1106.0052
+1106.0053 Dynamical Systems
+1106.0057 Information Theory
+1106.0058 Phenomenology
+1106.0059 Dynamical Systems
+1106.0061 Information Theory
+1106.0070 Information Theory
+1106.0072 Commutative Algebra
+1106.0074 Probability
+1106.0076 Representation Theory
+1106.0078 Phenomenology
+1106.0086 Information Theory
+1106.0088 Optimization and Control
+1106.0092
+1106.0093
+1106.0098
+1106.0105 Probability
+1106.0106 Cosmology and Nongalactic Astrophysics
+1106.0107 Computer Vision and Pattern Recognition
+1106.0111 Dynamical Systems
+1106.0113 Distributed, Parallel, and Cluster Computing
+1106.0114 Physics and Society
+1106.0117 Information Theory
+1106.0125
+1106.0137 Numerical Analysis
+1106.0142 Mesoscale and Nanoscale Physics
+1106.0143 Molecular Networks
+1106.0144 Optimization and Control
+1106.0154
+1106.0160 Phenomenology
+1106.0169 Complex Variables
+1106.0171 Artificial Intelligence
+1106.0183 Optics
+1106.0190 Neural and Evolutionary Computing
+1106.0196 Logic
+1106.0207 Algebraic Geometry
+1106.0211 Differential Geometry
+1106.0217 Information Retrieval
+1106.0218 Artificial Intelligence
+1106.0219 Artificial Intelligence
+1106.0220 Artificial Intelligence
+1106.0221 Learning
+1106.0222 Artificial Intelligence
+1106.0223 Multiagent Systems
+1106.0224 Artificial Intelligence
+1106.0225 Artificial Intelligence
+1106.0228 Cosmology and Nongalactic Astrophysics
+1106.0229 Artificial Intelligence
+1106.0230 Artificial Intelligence
+1106.0233 Artificial Intelligence
+1106.0234 Artificial Intelligence
+1106.0235 Multiagent Systems
+1106.0236 Quantitative Methods
+1106.0237 Artificial Intelligence
+1106.0238 Artificial Intelligence
+1106.0239 Artificial Intelligence
+1106.0240 Artificial Intelligence
+1106.0241 Artificial Intelligence
+1106.0242 Artificial Intelligence
+1106.0243 Artificial Intelligence
+1106.0244 Artificial Intelligence
+1106.0245 Artificial Intelligence
+1106.0246 Artificial Intelligence
+1106.0247 Artificial Intelligence
+1106.0248 Information Retrieval
+1106.0249 Artificial Intelligence
+1106.0250 Artificial Intelligence
+1106.0251 Artificial Intelligence
+1106.0252 Artificial Intelligence
+1106.0253 Artificial Intelligence
+1106.0254 Artificial Intelligence
+1106.0256 Artificial Intelligence
+1106.0257 Artificial Intelligence
+1106.0258 Mesoscale and Nanoscale Physics
+1106.0259 Group Theory
+1106.0260 Astrophysics of Galaxies
+1106.0264 Information Theory
+1106.0268 Number Theory
+1106.0269 Quantitative Methods
+1106.0280
+1106.0282 Combinatorics
+1106.0283 Astrophysics of Galaxies
+1106.0284 Artificial Intelligence
+1106.0285 Artificial Intelligence
+1106.0291 Instrumentation and Methods for Astrophysics
+astro-ph/0303588
+astro-ph/0605647
+astro-ph/9808182
+gr-qc/0607027
+hep-ph/0508022 Phenomenology
+hep-ph/9411339 Phenomenology
+hep-ph/9501325 Phenomenology
+hep-ph/9512415 Phenomenology
+hep-ph/9602337 Phenomenology
+hep-ph/9702442 Phenomenology
+hep-th/9404047 Theory
+quant-ph/0006034
+0706.2716 Theory
+0710.3231
+0712.2178 Theory
+0803.2131 Functional Analysis
+0806.4324
+0807.1052 Functional Analysis
+0807.3297
+0812.4224 Complex Variables
+0901.1620 Classical Analysis and ODEs
+0903.0107 Probability
+0904.3101 Theory
+0906.2303 Theory
+0906.3513 Strongly Correlated Electrons
+0907.1264
+0907.1579
+0907.3303 Phenomenology
+0908.2895
+0909.2130 Phenomenology
+0909.2867
+0910.3487
+0911.1132 Strongly Correlated Electrons
+0911.4500 Algebraic Geometry
+0912.5323 Functional Analysis
+1001.1423 Theory
+1001.1628 Experiment
+1001.3078 Statistical Mechanics
+1001.3296 Number Theory
+1001.4782 Phenomenology
+1002.0866 Analysis of PDEs
+1003.5189 Theory
+1004.1949 Phenomenology
+1004.5329 Computational Complexity
+1005.1313 Theory
+1005.3707 Theory
+1006.0055 Theory
+1006.0416 Classical Analysis and ODEs
+1006.0761 Experiment
+1006.2270
+1006.2596 Phenomenology
+1006.2928 Experiment
+1006.5958 Theory
+1007.0854 Lattice
+1007.1614 Phenomenology
+1007.2581 Phenomenology
+1007.3060 Phenomenology
+1007.4323 Theory
+1007.4739 Phenomenology
+1007.4929 Theory
+1007.5033 Spectral Theory
+1007.5251 Strongly Correlated Electrons
+1007.5291 Phenomenology
+1008.0262 Analysis of PDEs
+1008.0562 Numerical Analysis
+1008.0765 Phenomenology
+1008.0828 Combinatorics
+1008.1232 Phenomenology
+1008.1936 Phenomenology
+1008.2150 Phenomenology
+1008.2768
+1008.2884 Atomic Physics
+1008.4924 Theory
+1009.0573
+1009.0986 Theory
+1009.1692 Phenomenology
+1009.2463 Probability
+1009.5727 Phenomenology
+1010.1366 Phenomenology
+1010.1431
+1010.1844
+1010.3656 Fluid Dynamics
+1010.4095 Strongly Correlated Electrons
+1010.4908 Strongly Correlated Electrons
+1010.5693 Phenomenology
+1010.6069 Phenomenology
+1010.6215 Theory
+1011.0550
+1011.0565 Mesoscale and Nanoscale Physics
+1011.0606 Chaotic Dynamics
+1011.0852
+1011.1502 Quantum Gases
+1011.2149
+1011.2197 Quantum Gases
+1011.2591 Combinatorics
+1011.3784
+1011.4862
+1011.5217 Strongly Correlated Electrons
+1012.0106
+1012.0157 Materials Science
+1012.2555
+1012.4958
+1012.5474 Statistical Mechanics
+1012.5576 Astrophysics of Galaxies
+1101.2442
+1101.3358 Strongly Correlated Electrons
+1101.5066
+1102.0466 Mesoscale and Nanoscale Physics
+1102.1912 Strongly Correlated Electrons
+1102.1913
+1102.2659
+1102.3155 Accelerator Physics
+1102.3585
+1102.5309 Data Structures and Algorithms
+1103.0355 Materials Science
+1103.0453
+1103.2949
+1103.3013 Theory
+1103.3229 Theory
+1103.3274 Phenomenology
+1103.3849
+1103.4075 Theory
+1103.4334 Combinatorics
+1103.5065
+1103.6029 Theory
+1103.6194 Adaptation and Self-Organizing Systems
+1104.0197 Other Condensed Matter
+1104.0586 Disordered Systems and Neural Networks
+1104.1379 Quantum Gases
+1104.2087 Theory
+1104.2102 Quantum Gases
+1104.2307
+1104.4020
+1105.0743
+1105.1308 Analysis of PDEs
+1105.3096
+1105.3110
+1105.5819 Number Theory
+1105.6168
+1106.4106 Combinatorics
+1106.4316 Group Theory
+1106.4660 General Physics
+1106.4720 Differential Geometry
+1106.4822 Functional Analysis
+1106.4838 Mesoscale and Nanoscale Physics
+1106.4843 Phenomenology
+1106.4845 Materials Science
+1106.4846 Algebraic Geometry
+1106.4847 Instrumentation and Methods for Astrophysics
+1106.4854 Symplectic Geometry
+1106.4860 Strongly Correlated Electrons
+1106.4862 Computation and Language
+1106.4863 Artificial Intelligence
+1106.4864 Artificial Intelligence
+1106.4865 Artificial Intelligence
+1106.4866 Artificial Intelligence
+1106.4867 Artificial Intelligence
+1106.4868 Artificial Intelligence
+1106.4869 Artificial Intelligence
+1106.4870 Combinatorics
+1106.4871 Artificial Intelligence
+1106.4872 Artificial Intelligence
+1106.4878
+1106.4880 Quantitative Methods
+1106.4882 Symplectic Geometry
+1106.4895 Number Theory
+1106.4898 Cosmology and Nongalactic Astrophysics
+1106.4900 Mesoscale and Nanoscale Physics
+1106.4907 Computer Vision and Pattern Recognition
+1106.4910 Functional Analysis
+1106.4912 Logic
+1106.4918 Symbolic Computation
+1106.4921 Quantum Gases
+1106.4926 Representation Theory
+1106.4933 Solar and Stellar Astrophysics
+1106.4935 Solar and Stellar Astrophysics
+1106.4937 Atmospheric and Oceanic Physics
+1106.4942 Geophysics
+1106.4952 Geometric Topology
+1106.4960 Analysis of PDEs
+1106.4962 Phenomenology
+1106.4964 Lattice
+1106.4970 Number Theory
+1106.4972 Commutative Algebra
+1106.4974 Cosmology and Nongalactic Astrophysics
+1106.4979 Differential Geometry
+1106.4982 Geometric Topology
+1106.4985 Distributed, Parallel, and Cluster Computing
+1106.4988 Optimization and Control
+1106.4997 Combinatorics
+1106.5003 Adaptation and Self-Organizing Systems
+1106.5014 Group Theory
+1106.5020 Functional Analysis
+1106.5024 Solar and Stellar Astrophysics
+1106.5027
+1106.5029 Combinatorics
+1106.5033 Rings and Algebras
+1106.5034 Number Theory
+1106.5038 Soft Condensed Matter
+1106.5041 Solar and Stellar Astrophysics
+1106.5045 Phenomenology
+1106.5047 Superconductivity
+1106.5049 Symplectic Geometry
+cond-mat/0703768 Strongly Correlated Electrons
+hep-ph/0001001 Phenomenology
+hep-ph/0009307 Phenomenology
+hep-th/0404226 Theory
+hep-th/0409026 Theory
+math/0610550 Probability
+math/0703489 Statistics Theory
+0708.3991 Algebraic Geometry
+0801.4022 Geometric Topology
+0805.4586
+0808.2077
+0907.2132 Classical Physics
+0910.3788 Instrumentation and Detectors
+0910.3914 Geometric Topology
+0911.2521 Algebraic Geometry
+0911.2784 Information Theory
+0912.2708 Statistical Mechanics
+0912.4014 Optics
+1001.0378 Analysis of PDEs
+1005.3691
+1006.2602 Analysis of PDEs
+1006.2710 Materials Science
+1006.2827 Theory
+1007.2236 Representation Theory
+1007.2467 Analysis of PDEs
+1007.3437 Commutative Algebra
+1007.5081 Soft Condensed Matter
+1007.5420 Atomic Physics
+1008.3815 Group Theory
+1010.0067 Materials Science
+1010.5477 Combinatorics
+1011.0938
+1011.1109 Populations and Evolution
+1011.5352
+1012.1358 Physics and Society
+1012.2022 Phenomenology
+1012.2181 Combinatorics
+1101.0159 Superconductivity
+1102.0564 Theory
+1102.5167 High Energy Astrophysical Phenomena
+1103.0062 Combinatorics
+1103.2391
+1103.4355
+1103.5398
+1104.0132
+1104.0207 Functional Analysis
+1104.3280
+1104.3520 Mesoscale and Nanoscale Physics
+1104.4349 Cosmology and Nongalactic Astrophysics
+1104.4558 Physics and Society
+1105.0500 Mesoscale and Nanoscale Physics
+1105.0825 Geometric Topology
+1105.1385 Strongly Correlated Electrons
+1105.1630 High Energy Astrophysical Phenomena
+1105.3672 Cosmology and Nongalactic Astrophysics
+1105.4159
+1105.4312 Number Theory
+1105.6100 Theory
+1106.0231 Superconductivity
+1106.1464 Strongly Correlated Electrons
+1106.2477 Superconductivity
+1106.2641 Superconductivity
+1106.3139 Theory
+1106.5398
+1106.5808 Materials Science
+1107.2906 Statistical Mechanics
+1107.3336 Statistical Mechanics
+1107.3414 Algebraic Geometry
+1107.3591
+1107.4236 Mesoscale and Nanoscale Physics
+1107.4297
+1108.1277
+1108.3221 Systems and Control
+1108.3322
+1108.5057
+1109.1449 Combinatorics
+1109.2481 Differential Geometry
+1109.3267 Strongly Correlated Electrons
+1109.3372 Instrumentation and Detectors
+1109.3409 Methodology
+1109.3573 Algebraic Geometry
+1109.4564 Information Theory
+1109.4789 Symplectic Geometry
+1109.5749 Phenomenology
+1109.6055 Phenomenology
+1109.6209 Probability
+1110.0139 Functional Analysis
+1110.0623 Computational Complexity
+1110.0774 Experiment
+1110.0957 Learning
+1110.0970 Experiment
+1110.1090 Instrumentation and Methods for Astrophysics
+1110.1094 Experiment
+1110.1096 High Energy Astrophysical Phenomena
+1110.1097 Combinatorics
+1110.1098 Cosmology and Nongalactic Astrophysics
+1110.1100 Representation Theory
+1110.1102 Geometric Topology
+1110.1103 Chemical Physics
+1110.1104 Solar and Stellar Astrophysics
+1110.1107 Fluid Dynamics
+1110.1109 Differential Geometry
+1110.1112 Information Retrieval
+1110.1114 Populations and Evolution
+1110.1116 Algebraic Geometry
+1110.1120 Algebraic Geometry
+1110.1124 Data Structures and Algorithms
+1110.1125 Accelerator Physics
+1110.1126 Algebraic Geometry
+1110.1131 Distributed, Parallel, and Cluster Computing
+1110.1136 Solar and Stellar Astrophysics
+1110.1137 Combinatorics
+1110.1151 Optimization and Control
+1110.1152 Optimization and Control
+1110.1156 High Energy Astrophysical Phenomena
+1110.1157 Analysis of PDEs
+1110.1161 Discrete Mathematics
+1110.1163 Chemical Physics
+1110.1164 Algebraic Topology
+1110.1169 Solar and Stellar Astrophysics
+1110.1170
+1110.1173 Instrumentation and Detectors
+1110.1174 Phenomenology
+1110.1189 Statistical Mechanics
+1110.1194 Data Structures and Algorithms
+1110.1206 Theory
+1110.1207 Accelerator Physics
+1110.1208 Computer Vision and Pattern Recognition
+1110.1209 Cryptography and Security
+1110.1210 High Energy Astrophysical Phenomena
+1110.1211 Phenomenology
+1110.1213 Accelerator Physics
+1110.1215 Solar and Stellar Astrophysics
+1110.1216 Accelerator Physics
+1110.1220
+1110.1225
+1110.1230 Optics
+1110.1234 Mesoscale and Nanoscale Physics
+1110.1235 Biological Physics
+1110.1237 Information Theory
+1110.1238 Phenomenology
+1110.1240 Combinatorics
+1110.1244 Biological Physics
+1110.1245 Networking and Internet Architecture
+1110.1249 Combinatorics
+1110.1250 Phenomenology
+1110.1252 High Energy Astrophysical Phenomena
+1110.1261
+1110.1263 Formal Languages and Automata Theory
+1110.1266 High Energy Astrophysical Phenomena
+1110.1268 Combinatorics
+1110.1273 Optimization and Control
+1110.1277 Software Engineering
+1110.1281 High Energy Astrophysical Phenomena
+1110.1283 Analysis of PDEs
+1110.1292 Materials Science
+1110.1295 Differential Geometry
+1110.1298 Operator Algebras
+1110.1299 History and Overview
+1110.1301 Software Engineering
+1110.1303 Software Engineering
+1110.1306 Mesoscale and Nanoscale Physics
+1110.1308 Group Theory
+1110.1311 Fluid Dynamics
+1110.1329 Classical Analysis and ODEs
+1110.1334 Metric Geometry
+1110.1335 Phenomenology
+1110.1338 Commutative Algebra
+1110.1347 Information Theory
+1110.1349 Social and Information Networks
+1110.1350 Geometric Topology
+1110.1351 Optimization and Control
+1110.1353 Algebraic Geometry
+1110.1354 Software Engineering
+1110.1356
+1110.1360 Data Structures and Algorithms
+1110.1368 Phenomenology
+1110.1372 General Physics
+hep-th/0304084 Theory
+math/0609233 Algebraic Geometry
+quant-ph/0402026
+0711.4491 Probability
+0807.1510 Analysis of PDEs
+0807.2394 Statistical Mechanics
+0808.0507
+0808.3697 Probability
+0808.4050 Geometric Topology
+0810.2815 Fluid Dynamics
+0812.0744 Atomic and Molecular Clusters
+0901.0869 Logic in Computer Science
+0902.2120 Biomolecules
+0903.0175 Statistical Mechanics
+0904.1478 Statistical Mechanics
+0904.1503 Atomic Physics
+0904.2346 Atomic Physics
+0905.0304 Number Theory
+0906.2911 Mesoscale and Nanoscale Physics
+0906.4068 Mesoscale and Nanoscale Physics
+0907.5034
+0909.0725 Probability
+0909.2530
+0909.2695
+0909.5188 Cosmology and Nongalactic Astrophysics
+0911.0564 Statistical Mechanics
+0911.2590 Operator Algebras
+0912.0551 Probability
+0912.2787 Mesoscale and Nanoscale Physics
+0912.3891 Methodology
+0912.4046 Geometric Topology
+1001.1955 Atomic Physics
+1002.2129 Operator Algebras
+1002.3319 Functional Analysis
+1002.4743 Atomic Physics
+1003.1865 Atomic Physics
+1004.0286 Accelerator Physics
+1004.3159 Mesoscale and Nanoscale Physics
+1005.1507 Numerical Analysis
+1006.1662 Phenomenology
+1006.4594 Fluid Dynamics
+1006.4598 Fluid Dynamics
+1006.4922 Atomic Physics
+1006.5136 Probability
+1007.3026 Algebraic Geometry
+1008.1444 Complex Variables
+1008.1445 Complex Variables
+1008.1609 Differential Geometry
+1009.1410 Analysis of PDEs
+1009.2367
+1009.4350 Analysis of PDEs
+1010.2372 Analysis of PDEs
+1010.4059 Hardware Architecture
+1011.1506 Group Theory
+1011.2446 Algebraic Geometry
+1011.2978
+1011.4897 Algebraic Geometry
+1011.5824 Superconductivity
+1012.2214 Complex Variables
+1012.4632 Phenomenology
+1012.5413 Earth and Planetary Astrophysics
+1101.3370 Mesoscale and Nanoscale Physics
+1101.3626 Probability
+1101.3668 Phenomenology
+1101.4658 Dynamical Systems
+1103.0210 Statistical Mechanics
+1103.0282 Cosmology and Nongalactic Astrophysics
+1103.1051 Soft Condensed Matter
+1103.1176 Combinatorics
+1103.5083 Cosmology and Nongalactic Astrophysics
+1103.5504 Phenomenology
+1103.6240
+1104.1083 Combinatorics
+1104.4963 Optics
+1105.0168
+1105.1123 Representation Theory
+1105.1142 Mesoscale and Nanoscale Physics
+1105.1170 Materials Science
+1105.1339 Materials Science
+1105.1593 Chaotic Dynamics
+1105.1907 High Energy Astrophysical Phenomena
+1105.2070 Probability
+1105.2425
+1105.2976 Applications
+1105.3111 Theory
+1105.5313 Group Theory
+1105.5671 Strongly Correlated Electrons
+1106.1142 Mesoscale and Nanoscale Physics
+1106.1435 Cosmology and Nongalactic Astrophysics
+1106.2815 Cosmology and Nongalactic Astrophysics
+1106.2979 Statistical Mechanics
+1106.3555 Theory
+1106.3831 Optimization and Control
+1106.4744 Number Theory
+1106.5121 Statistical Mechanics
+1106.5910
+1107.0737
+1107.1405 Lattice
+1107.4848 Mesoscale and Nanoscale Physics
+1108.1394 Theory
+1108.2654
+1108.2672 Quantum Gases
+1108.2904
+1108.3439 Soft Condensed Matter
+1108.4436 Computational Complexity
+1108.4664 Computational Complexity
+1108.5939 Statistics Theory
+1109.0559
+1109.0658 Optimization and Control
+1109.0962 Solar and Stellar Astrophysics
+1109.3059
+1109.4713 Theory
+1109.5015
+1109.5550
+1110.0969 General Physics
+1110.1411 Astrophysics of Galaxies
+1110.1842 Distributed, Parallel, and Cluster Computing
+1110.1852 Number Theory
+1110.2293 Phenomenology
+1110.2470 Strongly Correlated Electrons
+1110.3296 General Physics
+1110.3592 Information Theory
+1110.4109 High Energy Astrophysical Phenomena
+1110.4495
+1110.5580 Algebraic Geometry
+1110.5856 Statistical Mechanics
+1110.6038 Lattice
+1110.6751 Superconductivity
+1111.0569 Group Theory
+1111.2569 Materials Science
+1111.2843 Logic
+1111.4839 Analysis of PDEs
+1111.4972 Differential Geometry
+1111.5038 Formal Languages and Automata Theory
+1111.5239 Distributed, Parallel, and Cluster Computing
+1111.5379 Computation
+1111.5542 Solar and Stellar Astrophysics
+1111.6072 Instrumentation and Methods for Astrophysics
+1111.6111 Astrophysics of Galaxies
+1111.6113 Rings and Algebras
+1111.6114 Probability
+1111.6116 Instrumentation and Methods for Astrophysics
+1111.6118 Disordered Systems and Neural Networks
+1111.6120 Representation Theory
+1111.6121 Computers and Society
+1111.6122
+1111.6130 Materials Science
+1111.6131 Popular Physics
+1111.6132 Instrumentation and Methods for Astrophysics
+1111.6139 Classical Analysis and ODEs
+1111.6140 Strongly Correlated Electrons
+1111.6141 Rings and Algebras
+1111.6145 History and Overview
+1111.6149 Networking and Internet Architecture
+1111.6153 Geometric Topology
+1111.6158 Lattice
+1111.6160 Machine Learning
+1111.6161 Metric Geometry
+1111.6163 History and Philosophy of Physics
+1111.6167 Instrumentation and Detectors
+1111.6176 Earth and Planetary Astrophysics
+1111.6183 Operator Algebras
+1111.6191 Artificial Intelligence
+1111.6194 Classical Analysis and ODEs
+1111.6196 Quantum Gases
+1111.6203 Experiment
+1111.6204 Materials Science
+1111.6205 Strongly Correlated Electrons
+1111.6210 Materials Science
+1111.6211 Group Theory
+1111.6212 Analysis of PDEs
+1111.6214 Computational Engineering, Finance, and Science
+1111.6215 Combinatorics
+1111.6216 Combinatorics
+1111.6218 Networking and Internet Architecture
+1111.6221 Phenomenology
+1111.6223 Information Theory
+1111.6224 Data Structures and Algorithms
+1111.6230 Statistics Theory
+1111.6234 Probability
+1111.6235 Representation Theory
+1111.6240 Materials Science
+1111.6244 Information Theory
+1111.6251 Instrumentation and Methods for Astrophysics
+1111.6253 Commutative Algebra
+1111.6265 Multimedia
+1111.6268 Analysis of PDEs
+1111.6271 Statistical Mechanics
+1111.6274 Experiment
+1111.6282 High Energy Astrophysical Phenomena
+1111.6283 Applications
+1111.6286
+1111.6288 Lattice
+1111.6294 Algebraic Geometry
+1111.6297 Combinatorics
+1111.6298 Computation
+1111.6303 Algebraic Geometry
+1111.6304
+1111.6310 Geometric Topology
+1111.6316 Rings and Algebras
+1111.6321 Graphics
+1111.6322 Mesoscale and Nanoscale Physics
+1111.6324 Distributed, Parallel, and Cluster Computing
+1111.6333 Mesoscale and Nanoscale Physics
+1111.6334 Information Theory
+1111.6336 Materials Science
+1111.6344 Theory
+1111.6345 Applications
+1111.6349 Information Retrieval
+1111.6352 Mesoscale and Nanoscale Physics
+1111.6357 Numerical Analysis
+1111.6358 Probability
+1111.6359 Solar and Stellar Astrophysics
+1111.6367 Strongly Correlated Electrons
+1111.6376 Phenomenology
+1111.6380 Lattice
+1111.6381 Cosmology and Nongalactic Astrophysics
+1111.6387 Information Retrieval
+1111.6388 Dynamical Systems
+1111.6390
+1111.6393 High Energy Astrophysical Phenomena
+1111.6399 Instrumentation and Methods for Astrophysics
+1111.6401 Artificial Intelligence
+1111.6408 Geometric Topology
+1111.6412 Geometric Topology
+1111.6414 Information Theory
+1111.6416 Dynamical Systems
+1111.6418 Complex Variables
+1111.6421 Phenomenology
+1111.6423 Soft Condensed Matter
+1111.6425 Theory
+1111.6427 Solar and Stellar Astrophysics
+1111.6428 Statistics Theory
+1111.6431 Formal Languages and Automata Theory
+1111.6437 Theory
+1111.6441 Fluid Dynamics
+1111.6443 Instrumentation and Methods for Astrophysics
+1111.6444 Functional Analysis
+1111.6455 Materials Science
+1111.6457 Algebraic Geometry
+1111.6459 Materials Science
+1111.6460 Dynamical Systems
+1111.6463 General Physics
+1111.6464 Solar and Stellar Astrophysics
+1111.6465 Instrumentation and Methods for Astrophysics
+1111.6468
+1111.6471
+1111.6476 Strongly Correlated Electrons
+1111.6480 Phenomenology
+1111.6482 Geophysics
+1111.6486 Solar and Stellar Astrophysics
+1111.6494 Neurons and Cognition
+1111.6495 Neurons and Cognition
+1111.6497 General Physics
+1111.6502 Information Theory
+1111.6505 Differential Geometry
+1111.6516 Popular Physics
+1111.6518 Combinatorics
+1111.6520 Statistical Mechanics
+1111.6522 Commutative Algebra
+1111.6525 Instrumentation and Methods for Astrophysics
+1111.6528
+1111.6539 Networking and Internet Architecture
+1111.6541 Chaotic Dynamics
+1111.6546 Operator Algebras
+1111.6548 Algebraic Geometry
+1111.6549 Mathematical Software
+1111.6550 Phenomenology
+1111.6551 High Energy Astrophysical Phenomena
+1111.6553 Computation and Language
+1111.6554 Probability
+1111.6561 Discrete Mathematics
+1111.6563 Neurons and Cognition
+1111.6573 Neurons and Cognition
+1111.6576 Phenomenology
+astro-ph/0003464
+cond-mat/0309194 Statistical Mechanics
+cond-mat/0412547 Statistical Mechanics
+cond-mat/0606211 Statistical Mechanics
+cond-mat/0611265 Statistical Mechanics
+cond-mat/0702377 Strongly Correlated Electrons
+cond-mat/9705209 Statistical Mechanics
+cond-mat/9812223 Statistical Mechanics
+math-ph/0110011
+math/0507103 Symplectic Geometry
+math/0509605 Probability
+math/0510273 Probability
+math/0604584 Geometric Topology
+math/0605037 Category Theory
+math/0701755 Combinatorics
+solv-int/9602002 Exactly Solvable and Integrable Systems
+0707.2577
+0710.5068 Statistical Mechanics
+0808.3777
+0812.4487 Information Theory
+0903.3654 Algebraic Geometry
+0905.0391 Other Condensed Matter
+0907.5227 Analysis of PDEs
+0911.4863 Learning
+0912.1099 Solar and Stellar Astrophysics
+0912.5338 Statistics Theory
+1003.1146 Statistics Theory
+1003.4927
+1006.4495 Theory
+1007.3802 Mesoscale and Nanoscale Physics
+1008.3574 Materials Science
+1008.4293 Statistical Mechanics
+1009.0878 Biological Physics
+1010.1519 Cosmology and Nongalactic Astrophysics
+1010.4805 Solar and Stellar Astrophysics
+1010.5261 Mesoscale and Nanoscale Physics
+1011.0408 Theory
+1011.0452 Theory
+1011.2925 Differential Geometry
+1011.3683 Rings and Algebras
+1011.4471 Mesoscale and Nanoscale Physics
+1011.5429
+1011.5738 General Physics
+1012.1669 Instrumentation and Detectors
+1012.5180 Cosmology and Nongalactic Astrophysics
+1101.1675 Differential Geometry
+1101.2910 Theory
+1101.2946
+1102.3849
+1102.4535 Disordered Systems and Neural Networks
+1102.4817 Cosmology and Nongalactic Astrophysics
+1102.5697 General Physics
+1103.0893 Statistical Finance
+1103.3648 Digital Libraries
+1103.3806 Materials Science
+1103.4958 Solar and Stellar Astrophysics
+1103.5718 Soft Condensed Matter
+1104.1672 Probability
+1104.1703 Computational Physics
+1104.3889 Genomics
+1104.4010 Pricing of Securities
+1104.4290 Artificial Intelligence
+1104.4337 Quantitative Methods
+1105.0655 Algebraic Geometry
+1105.1880 Functional Analysis
+1105.2106 Quantum Gases
+1105.2236 Complex Variables
+1105.2348 Geometric Topology
+1105.2481
+1105.2578 Fluid Dynamics
+1105.2579 Numerical Analysis
+1105.2582 Other Statistics
+1105.2584 Distributed, Parallel, and Cluster Computing
+1105.2585 Fluid Dynamics
+1105.2590 Geometric Topology
+1105.2592 Differential Geometry
+1105.2597 Differential Geometry
+1105.2603 Number Theory
+1105.2609 General Physics
+1105.2612 Cosmology and Nongalactic Astrophysics
+1105.2614 Disordered Systems and Neural Networks
+1105.2619 Functional Analysis
+1105.2622 Complex Variables
+1105.2624 Hardware Architecture
+1105.2629 Functional Analysis
+1105.2632 Optimization and Control
+1105.2635 History and Philosophy of Physics
+1105.2639 Representation Theory
+1105.2640 Statistics Theory
+1105.2641 Analysis of PDEs
+1105.2650 Functional Analysis
+1105.2651 Combinatorics
+1105.2652 Analysis of PDEs
+1105.2654 Networking and Internet Architecture
+1105.2655 Numerical Analysis
+1105.2657 Functional Analysis
+1105.2660 Algebraic Geometry
+1105.2663 Materials Science
+1105.2666 General Physics
+1105.2667 Instrumentation and Methods for Astrophysics
+1105.2668 Mesoscale and Nanoscale Physics
+1105.2669 Combinatorics
+1105.2671 Combinatorics
+1105.2672 Combinatorics
+1105.2673 Combinatorics
+1105.2676 Materials Science
+1105.2677 Combinatorics
+1105.2678 Disordered Systems and Neural Networks
+1105.2685 Operator Algebras
+1105.2687 Plasma Physics
+1105.2691 Plasma Physics
+1105.2692
+1105.2694 Classical Analysis and ODEs
+1105.2696
+1105.2698 Statistics Theory
+1105.2700 Materials Science
+1105.2705 General Physics
+1105.2706 Probability
+1105.2707 Information Theory
+1105.2708 Other Condensed Matter
+1105.2710 Materials Science
+1105.2718 Other Condensed Matter
+1105.2723 Combinatorics
+1105.2724 Experiment
+1105.2726 Analysis of PDEs
+1105.2732 Functional Analysis
+1105.2736 Analysis of PDEs
+1105.2740 Instrumentation and Methods for Astrophysics
+1105.2748 Analysis of PDEs
+1105.2750
+1105.2754 Accelerator Physics
+1105.2771 General Physics
+1105.2772 Analysis of PDEs
+1105.2777 Materials Science
+1105.2783 Information Theory
+1105.2786 Information Theory
+1105.2792 Logic
+1105.2794 Algebraic Geometry
+1105.2795 Computer Vision and Pattern Recognition
+1105.2796 Computer Vision and Pattern Recognition
+1105.2797 Computer Vision and Pattern Recognition
+1105.2800 Computer Vision and Pattern Recognition
+1105.2803 Dynamical Systems
+1105.2809 Theory
+1105.2819 General Physics
+cond-mat/9809188 Mesoscale and Nanoscale Physics
+gr-qc/0509064
+math/0612314 Differential Geometry
+physics/0503033 Accelerator Physics
+0704.3706 Data Analysis, Statistics and Probability
+0705.3654 Strongly Correlated Electrons
+0706.3384 Theory
+0707.0865 Spectral Theory
+0708.2510 Spectral Theory
+0708.3539 Combinatorics
+0709.2687 Differential Geometry
+0710.2229 Lattice
+0710.3770 Differential Geometry
+0710.4400
+0712.3829
+0803.1613 Differential Geometry
+0803.2552 Analysis of PDEs
+0804.1027 Probability
+0804.3472
+0806.1880
+0807.1694 Symplectic Geometry
+0807.2219
+0808.1592 Symplectic Geometry
+0808.2193
+0809.1529
+0809.4687 Phenomenology
+0810.3535 Number Theory
+0810.3580
+0811.0810
+0812.3936
+0901.1088 Lattice
+0901.1120 Phenomenology
+0901.2676 Theory
+0903.1562 Phenomenology
+0903.4135 Phenomenology
+0904.0230 Phenomenology
+0904.1716 Theory
+0904.2406 Experiment
+0905.0038 Analysis of PDEs
+0907.1217 Experiment
+0907.2567 Differential Geometry
+0908.0918
+0908.4095 Superconductivity
+0909.3172 Disordered Systems and Neural Networks
+0911.1968
+0911.5577 Differential Geometry
+0911.5631 Computational Physics
+0912.2539 Symplectic Geometry
+0912.5499
+1001.0134 High Energy Astrophysical Phenomena
+1001.0313 Combinatorics
+1001.3105 Phenomenology
+1001.4089 Theory
+1002.0003 Theory
+1002.0840 Phenomenology
+1002.2079 Theory
+1002.2626 Phenomenology
+1002.3039 Cosmology and Nongalactic Astrophysics
+1002.3542 Phenomenology
+1002.4120
+1002.4278 Theory
+1002.4456 Logic
+1003.0299 Cosmology and Nongalactic Astrophysics
+1003.1898 Lattice
+1003.1982 Theory
+1003.2926
+1003.3014 Phenomenology
+1003.4175 Cosmology and Nongalactic Astrophysics
+1003.4241 Algebraic Geometry
+1003.4694 Theory
+1003.4773
+1003.4913 Phenomenology
+1003.4971
+1003.5885 Experiment
+1004.1118 High Energy Astrophysical Phenomena
+1004.2066 Cosmology and Nongalactic Astrophysics
+1004.2732 Phenomenology
+1004.2954 Theory
+1004.3360 Cosmology and Nongalactic Astrophysics
+1004.3417 Theory
+1004.3471 Spectral Theory
+1004.3983 Theory
+1004.4287 Functional Analysis
+1004.4496 General Physics
+1004.4877
+1004.4916 High Energy Astrophysical Phenomena
+1004.4945 Theory
+1004.5385 Theory
+1004.5435
+1004.5509 Cosmology and Nongalactic Astrophysics
+1004.5579 High Energy Astrophysical Phenomena
+1005.1056 Theory
+1005.3923 Cosmology and Nongalactic Astrophysics
+1005.4598 Phenomenology
+1006.0196 Cosmology and Nongalactic Astrophysics
+1006.1035 High Energy Astrophysical Phenomena
+1006.1200
+1006.2221 Numerical Analysis
+1006.2514 Cosmology and Nongalactic Astrophysics
+1006.2879 Cosmology and Nongalactic Astrophysics
+1006.3353 Cosmology and Nongalactic Astrophysics
+1006.3875 Solar and Stellar Astrophysics
+1006.5411 Cosmology and Nongalactic Astrophysics
+1006.5859 Number Theory
+1007.0018 High Energy Astrophysical Phenomena
+1007.0326 Number Theory
+1007.0405
+1007.0657 Cosmology and Nongalactic Astrophysics
+1007.0955 Cosmology and Nongalactic Astrophysics
+1007.1011 Cosmology and Nongalactic Astrophysics
+1007.2396 Cosmology and Nongalactic Astrophysics
+1007.3549 Instrumentation and Methods for Astrophysics
+1007.3742 High Energy Astrophysical Phenomena
+1007.5148 Cosmology and Nongalactic Astrophysics
+1007.5297 Cosmology and Nongalactic Astrophysics
+1008.0232
+1008.0260 Cosmology and Nongalactic Astrophysics
+1008.0653 Lattice
+1008.1432 Cosmology and Nongalactic Astrophysics
+1008.1467 Mesoscale and Nanoscale Physics
+1008.1530 Lattice
+1008.1538 Lattice
+1008.2011 Lattice
+1008.2143 Lattice
+1008.2224 Lattice
+1008.2385 Cosmology and Nongalactic Astrophysics
+1008.2468 Lattice
+1008.2561 High Energy Astrophysical Phenomena
+1008.3188 Cosmology and Nongalactic Astrophysics
+1008.3506 Cosmology and Nongalactic Astrophysics
+1009.0019 Cosmology and Nongalactic Astrophysics
+1009.0657 Lattice
+1009.0916 Cosmology and Nongalactic Astrophysics
+1009.1293 Cosmology and Nongalactic Astrophysics
+1009.1382 High Energy Astrophysical Phenomena
+1009.1615 Theory
+1009.2173 High Energy Astrophysical Phenomena
+1009.2321 Cosmology and Nongalactic Astrophysics
+1009.2700 Quantum Gases
+1009.3154 Lattice
+1009.3204 Cosmology and Nongalactic Astrophysics
+1009.3326 Cosmology and Nongalactic Astrophysics
+1009.3672 Cosmology and Nongalactic Astrophysics
+1009.3758 Lattice
+1009.3915 Lattice
+1009.5169 Lattice
+1009.5779 Mesoscale and Nanoscale Physics
+1009.5838 Lattice
+1010.0110 Lattice
+1010.0153 High Energy Astrophysical Phenomena
+1010.1339 Cosmology and Nongalactic Astrophysics
+1010.1360 Lattice
+1010.1486 Lattice
+1010.1905 Superconductivity
+1010.1975 Lattice
+1010.2199 Molecular Networks
+1010.2390 Lattice
+1010.2477 Cosmology and Nongalactic Astrophysics
+1010.2592 Lattice
+1010.2786 Lattice
+1010.2944 Phenomenology
+1010.3065 Phenomenology
+1010.3101 Theory
+1010.3406 Phenomenology
+1010.3461 Phenomenology
+1010.3505
+1010.3794 Theory
+1010.3883 Phenomenology
+1010.3933 Theory
+1010.3943
+1010.3953 Soft Condensed Matter
+1010.3993 Cosmology and Nongalactic Astrophysics
+1010.4029 Theory
+1010.4078 Phenomenology
+1010.4198 Phenomenology
+1010.4354
+1010.4357 Phenomenology
+1010.4379 Phenomenology
+1010.4388 Phenomenology
+1010.4438 Theory
+1010.4481 Phenomenology
+1010.4549 Theory
+1010.4564 Theory
+1010.4623 Phenomenology
+1010.4667 Theory
+1010.4737 Phenomenology
+1010.4803 Theory
+1010.4878 Experiment
+1010.4950 Theory
+1010.5121 Theory
+1010.5236 High Energy Astrophysical Phenomena
+1010.5375
+1010.5629 Lattice
+1010.5652 High Energy Astrophysical Phenomena
+1010.5655 Theory
+1010.5789 Theory
+1010.5843 Theory
+1010.5958 Statistical Mechanics
+1010.5991 Instrumentation and Detectors
+1010.6018 Lattice
+1010.6117 Phenomenology
+1011.0099 Phenomenology
+1011.0112 Theory
+1011.0163 Instrumentation and Detectors
+1011.0339 Theory
+1011.0348 Phenomenology
+1011.0382 Phenomenology
+1011.0410 Phenomenology
+1011.0788 Lattice
+1011.1038 Phenomenology
+1011.1073 Quantum Algebra
+1011.1099 Phenomenology
+1011.1440 Theory
+1011.1469 Phenomenology
+1011.1664 Phenomenology
+1011.1779 Phenomenology
+1011.1953 Theory
+1011.2487 Theory
+1011.2677 Phenomenology
+1011.2825 Experiment
+1011.2954 Phenomenology
+1011.3450 Phenomenology
+1011.3497 Phenomenology
+1011.3573 Theory
+1011.3746 Theory
+1011.3767
+1011.3772 High Energy Astrophysical Phenomena
+1011.3918 Phenomenology
+1011.4439 Phenomenology
+1011.4552 Theory
+1011.4568 Theory
+1011.4719 Theory
+1011.5518 Phenomenology
+1011.5599 Data Structures and Algorithms
+1011.5647 Phenomenology
+1011.5847 Phenomenology
+1011.6412 Phenomenology
+1011.6536
+1012.0241
+1012.1041
+1012.2201 Phenomenology
+1012.2267 Theory
+1012.2610 Classical Analysis and ODEs
+1012.2942 Experiment
+1012.2954 Phenomenology
+1012.4090 Theory
+1012.4384 Chaotic Dynamics
+1012.4484 Lattice
+1012.4568 Theory
+1012.5406
+1012.5531
+1101.1183
+1101.3424 Phenomenology
+1101.3578 Logic
+1101.4087 Phenomenology
+1101.4311
+1101.4689 Discrete Mathematics
+1101.4813 Logic in Computer Science
+1101.4949 Earth and Planetary Astrophysics
+1101.4960 Atomic Physics
+1101.4974 Probability
+1101.4975 Dynamical Systems
+1101.4977 Earth and Planetary Astrophysics
+1101.4980
+1101.4983
+1101.4984 Other Quantitative Biology
+1101.4990 Algebraic Geometry
+1101.4994 Mesoscale and Nanoscale Physics
+1101.4999 Information Theory
+1101.5004 Solar and Stellar Astrophysics
+1101.5007 Cosmology and Nongalactic Astrophysics
+1101.5010 Cosmology and Nongalactic Astrophysics
+1101.5012 Algebraic Geometry
+1101.5016 Experiment
+1101.5021 Combinatorics
+1101.5024 Phenomenology
+1101.5025 Information Theory
+1101.5027 Optimization and Control
+1101.5030 Probability
+1101.5031 Experiment
+1101.5035 Probability
+1101.5039 Learning
+1101.5041 Probability
+1101.5042 Algebraic Geometry
+1101.5046 Formal Languages and Automata Theory
+1101.5060 General Physics
+1101.5062 Geophysics
+1101.5068 Theory
+1101.5070 Algebraic Geometry
+1101.5072 Probability
+1101.5073 Probability
+1101.5084 Applications
+1101.5085 Geophysics
+1101.5087 Biological Physics
+1101.5088 Social and Information Networks
+1101.5093
+1101.5094 Analysis of PDEs
+1101.5099 Solar and Stellar Astrophysics
+1101.5105 Functional Analysis
+1101.5107 Rings and Algebras
+1101.5108 Information Theory
+1101.5109 Phenomenology
+1101.5110 Combinatorics
+1101.5116 Algebraic Geometry
+1101.5119 Functional Analysis
+1101.5125
+1101.5127 Multimedia
+1101.5129 Soft Condensed Matter
+1101.5131 Lattice
+1101.5133 Analysis of PDEs
+1101.5140 Algebraic Geometry
+1101.5141 Data Analysis, Statistics and Probability
+1101.5144 Probability
+astro-ph/0109547
+astro-ph/0604590
+astro-ph/0701683
+cond-mat/0405469 Statistical Mechanics
+gr-qc/0207111
+gr-qc/0207112
+gr-qc/0304064
+gr-qc/0401046
+gr-qc/0605145
+gr-qc/0607114
+hep-ex/0011101 Experiment
+hep-ex/0309062 Experiment
+hep-ex/0312034 Experiment
+hep-ex/0406047 Experiment
+hep-ex/0406058 Experiment
+hep-ex/0407046 Experiment
+hep-ex/9609004 Experiment
+hep-ex/9708030 Experiment
+hep-ex/9803012 Experiment
+hep-ex/9805007 Experiment
+hep-lat/0002007 Lattice
+hep-lat/0009007 Lattice
+hep-lat/0010048 Lattice
+hep-lat/0011053 Lattice
+hep-lat/0109026 Lattice
+hep-lat/0110016 Lattice
+hep-lat/0209162 Lattice
+hep-lat/0309080 Lattice
+hep-lat/0310035 Lattice
+hep-lat/0402023 Lattice
+hep-lat/0609065 Lattice
+hep-lat/0610115 Lattice
+hep-lat/9406017 Lattice
+hep-lat/9705037 Lattice
+hep-lat/9710095 Lattice
+hep-lat/9711010 Lattice
+hep-lat/9711043 Lattice
+hep-lat/9809156 Lattice
+hep-ph/0001055 Phenomenology
+hep-ph/0001266 Phenomenology
+hep-ph/0002115 Phenomenology
+hep-ph/0007024 Phenomenology
+hep-ph/0007200 Phenomenology
+hep-ph/0007327 Phenomenology
+hep-ph/0008007 Phenomenology
+hep-ph/0008073 Phenomenology
+hep-ph/0009088 Phenomenology
+hep-ph/0011135 Phenomenology
+hep-ph/0011364 Phenomenology
+hep-ph/0012021 Phenomenology
+hep-ph/0101086 Phenomenology
+hep-ph/0101276 Phenomenology
+hep-ph/0101291 Phenomenology
+hep-ph/0103005 Phenomenology
+hep-ph/0103094 Phenomenology
+hep-ph/0105147 Phenomenology
+hep-ph/0106253 Phenomenology
+hep-ph/0108110 Phenomenology
+hep-ph/0108201 Phenomenology
+hep-ph/0108250 Phenomenology
+hep-ph/0109088 Phenomenology
+hep-ph/0110022 Phenomenology
+hep-ph/0110375 Phenomenology
+hep-ph/0111144 Phenomenology
+hep-ph/0202056 Phenomenology
+hep-ph/0202070 Phenomenology
+hep-ph/0202259 Phenomenology
+hep-ph/0203092 Phenomenology
+hep-ph/0206101 Phenomenology
+hep-ph/0207126 Phenomenology
+hep-ph/0209211 Phenomenology
+hep-ph/0210085 Phenomenology
+hep-ph/0210118 Phenomenology
+hep-ph/0210248 Phenomenology
+hep-ph/0210378 Phenomenology
+hep-ph/0211346 Phenomenology
+hep-ph/0211360 Phenomenology
+hep-ph/0211441 Phenomenology
+hep-ph/0301070 Phenomenology
+hep-ph/0302161 Phenomenology
+hep-ph/0303110 Phenomenology
+hep-ph/0303235 Phenomenology
+hep-ph/0304165 Phenomenology
+hep-ph/0304214 Phenomenology
+hep-ph/0305193 Phenomenology
+hep-ph/0306183 Phenomenology
+hep-ph/0307317 Phenomenology
+hep-ph/0308029 Phenomenology
+hep-ph/0308176 Phenomenology
+hep-ph/0308298 Phenomenology
+hep-ph/0309047 Phenomenology
+hep-ph/0309053 Phenomenology
+hep-ph/0310130 Phenomenology
+hep-ph/0311045 Phenomenology
+hep-ph/0311107 Phenomenology
+hep-ph/0311130 Phenomenology
+hep-ph/0311338 Phenomenology
+hep-ph/0401191 Phenomenology
+hep-ph/0403191 Phenomenology
+hep-ph/0403218 Phenomenology
+hep-ph/0403228 Phenomenology
+hep-ph/0404001 Phenomenology
+hep-ph/0404025 Phenomenology
+hep-ph/0404041 Phenomenology
+hep-ph/0404149 Phenomenology
+hep-ph/0404220 Phenomenology
+hep-ph/0404236 Phenomenology
+hep-ph/0405086 Phenomenology
+hep-ph/0406088 Phenomenology
+hep-ph/0407109 Phenomenology
+hep-ph/0407314 Phenomenology
+hep-ph/0407315 Phenomenology
+hep-ph/0408145 Phenomenology
+hep-ph/0408193 Phenomenology
+hep-ph/0409045 Phenomenology
+hep-ph/0409094 Phenomenology
+hep-ph/0409197 Phenomenology
+hep-ph/0410128 Phenomenology
+hep-ph/0410160 Phenomenology
+hep-ph/0410220 Phenomenology
+hep-ph/0410328 Phenomenology
+hep-ph/0410368 Phenomenology
+hep-ph/0411114 Phenomenology
+hep-ph/0411395 Phenomenology
+hep-ph/0412209 Phenomenology
+hep-ph/0505097 Phenomenology
+hep-ph/0506101 Phenomenology
+hep-ph/0506142 Phenomenology
+hep-ph/0507073 Phenomenology
+hep-ph/0508200 Phenomenology
+hep-ph/0601016 Phenomenology
+hep-ph/0603149 Phenomenology
+hep-ph/0603259 Phenomenology
+hep-ph/0604096 Phenomenology
+hep-ph/0607244 Phenomenology
+hep-ph/9210266 Phenomenology
+hep-ph/9301249 Phenomenology
+hep-ph/9312220 Phenomenology
+hep-ph/9312224 Phenomenology
+hep-ph/9401226 Phenomenology
+hep-ph/9401348 Phenomenology
+hep-ph/9403254 Phenomenology
+hep-ph/9404253 Phenomenology
+hep-ph/9405261 Phenomenology
+hep-ph/9407229 Phenomenology
+hep-ph/9407404 Phenomenology
+hep-ph/9408202 Phenomenology
+hep-ph/9408376 Phenomenology
+hep-ph/9411241 Phenomenology
+hep-ph/9411426 Phenomenology
+hep-ph/9412311 Phenomenology
+hep-ph/9412379 Phenomenology
+hep-ph/9502210 Phenomenology
+hep-ph/9502318 Phenomenology
+hep-ph/9503201 Phenomenology
+hep-ph/9503455 Phenomenology
+hep-ph/9505321 Phenomenology
+hep-ph/9505428 Phenomenology
+hep-ph/9507248 Phenomenology
+hep-ph/9507323 Phenomenology
+hep-ph/9507402 Phenomenology
+hep-ph/9507460 Phenomenology
+hep-ph/9508262 Phenomenology
+hep-ph/9508283 Phenomenology
+hep-ph/9510238 Phenomenology
+hep-ph/9510249 Phenomenology
+hep-ph/9511234 Phenomenology
+hep-ph/9511267 Phenomenology
+hep-ph/9511304 Phenomenology
+hep-ph/9511369 Phenomenology
+hep-ph/9511410 Phenomenology
+hep-ph/9512258 Phenomenology
+hep-ph/9512435 Phenomenology
+hep-ph/9601332 Phenomenology
+hep-ph/9603262 Phenomenology
+hep-ph/9603350 Phenomenology
+hep-ph/9603410 Phenomenology
+hep-ph/9603448 Phenomenology
+hep-ph/9604224 Phenomenology
+hep-ph/9604425 Phenomenology
+hep-ph/9605412 Phenomenology
+hep-ph/9607274 Phenomenology
+hep-ph/9607307 Phenomenology
+hep-ph/9607317 Phenomenology
+hep-ph/9608277 Phenomenology
+hep-ph/9608326 Phenomenology
+hep-ph/9609419 Phenomenology
+hep-ph/9610224 Phenomenology
+hep-ph/9611406 Phenomenology
+hep-ph/9612406 Phenomenology
+hep-ph/9701238 Phenomenology
+hep-ph/9701336 Phenomenology
+hep-ph/9701398 Phenomenology
+hep-ph/9702426 Phenomenology
+hep-ph/9703213 Phenomenology
+hep-ph/9705219 Phenomenology
+hep-ph/9705350 Phenomenology
+hep-ph/9706214 Phenomenology
+hep-ph/9706245 Phenomenology
+hep-ph/9706479 Phenomenology
+hep-ph/9706495 Phenomenology
+hep-ph/9707355 Phenomenology
+hep-ph/9707462 Phenomenology
+hep-ph/9708316 Phenomenology
+hep-ph/9709201 Phenomenology
+hep-ph/9709313 Phenomenology
+hep-ph/9709386 Phenomenology
+hep-ph/9710286 Phenomenology
+hep-ph/9710336 Phenomenology
+hep-ph/9710432 Phenomenology
+hep-ph/9710471 Phenomenology
+hep-ph/9711239 Phenomenology
+hep-ph/9711280 Phenomenology
+hep-ph/9711284 Phenomenology
+hep-ph/9711287 Phenomenology
+hep-ph/9711445 Phenomenology
+hep-ph/9711458 Phenomenology
+hep-ph/9712257 Phenomenology
+hep-ph/9802231 Phenomenology
+hep-ph/9802329 Phenomenology
+hep-ph/9802441 Phenomenology
+hep-ph/9803428 Phenomenology
+hep-ph/9803489 Phenomenology
+hep-ph/9804265 Phenomenology
+hep-ph/9805248 Phenomenology
+hep-ph/9805336 Phenomenology
+hep-ph/9805373 Phenomenology
+hep-ph/9806299 Phenomenology
+hep-ph/9806315 Phenomenology
+hep-ph/9809240 Phenomenology
+hep-ph/9810204 Phenomenology
+hep-ph/9811464 Phenomenology
+hep-ph/9811475 Phenomenology
+hep-ph/9901427 Phenomenology
+hep-ph/9904386 Phenomenology
+hep-ph/9904491 Phenomenology
+hep-ph/9907517 Phenomenology
+hep-ph/9912504 Phenomenology
+math-ph/0701039
+math/0306346 Group Theory
+math/0407494 Symplectic Geometry
+math/0411321 Operator Algebras
+math/0601540 Symplectic Geometry
+math/0703562 Differential Geometry
+nucl-th/0207036
+nucl-th/0209040
+nucl-th/0409010
+0705.0207 Differential Geometry
+0706.4044 Logic in Computer Science
+0706.4368 Geometric Topology
+0708.3244 Physics and Society
+0709.0150 Geometric Topology
+0709.2026 Geometric Topology
+0803.2211 Optimization and Control
+0804.3651 Algebraic Geometry
+0805.1329
+0805.3587 Numerical Analysis
+0807.0241
+0808.1532
+0810.0975 Differential Geometry
+0810.1221 Geometric Topology
+0810.4031
+0811.0935 Information Theory
+0811.0966 Number Theory
+0811.3726 Geometric Topology
+0812.1695 Algebraic Geometry
+0901.3198 Quantitative Methods
+0901.3215 Quantitative Methods
+0901.4373 Complex Variables
+0903.1478 Commutative Algebra
+0903.2991 Mesoscale and Nanoscale Physics
+0904.0960 General Physics
+0904.2766 Theory
+0904.2782
+0904.4143 Optimization and Control
+0905.3617 Mesoscale and Nanoscale Physics
+0906.2359 Numerical Analysis
+0906.2421 Complex Variables
+0906.2424 Complex Variables
+0906.5106 Combinatorics
+0906.5178
+0906.5195 Algebraic Geometry
+0907.2371 Other Condensed Matter
+0908.1253 Complex Variables
+0909.1252 Physics and Society
+0909.1408
+0909.5014 Algebraic Geometry
+0910.0496 Fluid Dynamics
+0910.0846 Superconductivity
+0910.4750 Atmospheric and Oceanic Physics
+0911.0963 Phenomenology
+0911.3439 Complex Variables
+0912.2494 Strongly Correlated Electrons
+0912.5259 Algebraic Geometry
+1001.3101 Populations and Evolution
+1001.4603 Quantitative Methods
+1003.2696 Superconductivity
+1003.3278 Theory
+1003.3726 Probability
+1003.5110 Statistical Mechanics
+1004.0175 Experiment
+1004.0497
+1004.0592 Phenomenology
+1004.0873 Populations and Evolution
+1004.1965
+1004.3414
+1004.3943 Representation Theory
+1004.3967 Combinatorics
+1004.5011 Probability
+1005.0464 Theory
+1005.2478 Algebraic Geometry
+1005.3064 Mesoscale and Nanoscale Physics
+1005.4625 Quantum Gases
+1006.0999 Representation Theory
+1006.2625 Quantitative Methods
+1006.4192
+1006.4667 Theory
+1006.5318
+1007.2312 Number Theory
+1007.3204 Cosmology and Nongalactic Astrophysics
+1008.0248
+1008.1102 Geometric Topology
+1008.2576 Theory
+1008.4088
+1008.4638 Phenomenology
+1009.0605 Learning
+1009.0607
+1009.1800 Geometric Topology
+1009.1975 Algebraic Geometry
+1009.2264 Phenomenology
+1009.2675
+1009.3315 Superconductivity
+1009.3627 Quantitative Methods
+1009.3861 History and Philosophy of Physics
+1009.4189 Cosmology and Nongalactic Astrophysics
+1009.4207
+1009.4796
+1009.5210 Astrophysics of Galaxies
+1009.6143
+1010.2215 Cosmology and Nongalactic Astrophysics
+1010.3747 Mesoscale and Nanoscale Physics
+1010.5048 Mesoscale and Nanoscale Physics
+1010.5802 Phenomenology
+1011.0514 Mesoscale and Nanoscale Physics
+1011.1658 Superconductivity
+1011.2045 Solar and Stellar Astrophysics
+1011.2512 Artificial Intelligence
+1011.5232 High Energy Astrophysical Phenomena
+1012.0142 Data Analysis, Statistics and Probability
+1012.0275 Dynamical Systems
+1012.2303
+1012.2390 Phenomenology
+1012.2778 Differential Geometry
+1012.5020 Algebraic Topology
+1101.0671 Geometric Topology
+1101.0760 Statistical Mechanics
+1101.0890
+1101.1123 Rings and Algebras
+1101.1338 Materials Science
+1101.1659 Phenomenology
+1101.1708 Analysis of PDEs
+1101.2418
+1101.2434 Neurons and Cognition
+1101.2667
+1101.2740 High Energy Astrophysical Phenomena
+1101.2772 Algebraic Geometry
+1101.2773 Chemical Physics
+1101.2834 Information Retrieval
+1101.2905 Phenomenology
+1101.2912 Plasma Physics
+1101.2913 Discrete Mathematics
+1101.2914 Representation Theory
+1101.2917 Metric Geometry
+1101.2920 Metric Geometry
+1101.2923 Soft Condensed Matter
+1101.2940 Data Structures and Algorithms
+1101.2941 General Physics
+1101.2943 Superconductivity
+1101.2947 Probability
+1101.2950 Experiment
+1101.2954 Materials Science
+1101.2957 Combinatorics
+1101.2962 Functional Analysis
+1101.2964 Discrete Mathematics
+1101.2969 General Physics
+1101.2970 Combinatorics
+1101.2976 K-Theory and Homology
+1101.2979 Functional Analysis
+1101.2981 Geometric Topology
+1101.2987 Computer Vision and Pattern Recognition
+1101.2998 Complex Variables
+1101.2999 Logic in Computer Science
+1101.3001 Number Theory
+1101.3010
+1101.3014 Metric Geometry
+1101.3024 Representation Theory
+1101.3026 Number Theory
+1101.3034 Functional Analysis
+1101.3048 Statistical Mechanics
+1101.3056 Numerical Analysis
+1101.3058 Analysis of PDEs
+1101.3062 Number Theory
+1101.3067 Networking and Internet Architecture
+1101.3071 Computational Finance
+1101.3076 Cryptography and Security
+1101.3094 Classical Analysis and ODEs
+1101.3096 High Energy Astrophysical Phenomena
+1101.3100 High Energy Astrophysical Phenomena
+1101.3114 Representation Theory
+1101.3118 Materials Science
+1101.3119 Combinatorics
+1101.3126 Combinatorics
+1101.3129 Spectral Theory
+1101.3132 Logic in Computer Science
+1101.3133 Spectral Theory
+1101.3135 Complex Variables
+1101.3140 Symbolic Computation
+1101.3142 Materials Science
+1101.3144 Metric Geometry
+1101.3146 Phenomenology
+1101.3147 Theory
+1101.3150 Superconductivity
+1101.3154 Astrophysics of Galaxies
+1101.3161 Software Engineering
+1101.3167
+1101.3168
+1101.3172 Superconductivity
+1101.3178 Representation Theory
+1101.3190 Number Theory
+1101.3204 Classical Analysis and ODEs
+1101.3210 Instrumentation and Methods for Astrophysics
+1101.3213 Instrumentation and Methods for Astrophysics
+1101.3219 Functional Analysis
+1101.3220 Information Theory
+1101.3226 General Topology
+1101.3230 Experiment
+1101.3232 General Topology
+1101.3236 Soft Condensed Matter
+1101.3237
+1101.3240
+1101.3249
+1101.3251 Cell Behavior
+1101.3252 Dynamical Systems
+1101.3258 Experiment
+1101.3271 Solar and Stellar Astrophysics
+1101.3278 Classical Analysis and ODEs
+1101.3284 Cosmology and Nongalactic Astrophysics
+1101.3302 Geometric Topology
+1101.3303 Space Physics
+1101.3304 Astrophysics of Galaxies
+cond-mat/0506739 Mesoscale and Nanoscale Physics
+cs/0404015 Distributed, Parallel, and Cluster Computing
+cs/0603105 Other Computer Science
+cs/0603106 Other Computer Science
+gr-qc/0703130
+hep-th/0610189 Theory
+math/0410433 Geometric Topology
+math/0411114 Geometric Topology
+math/0412187 Geometric Topology
+math/0503027 Geometric Topology
+math/0505290 Algebraic Geometry
+math/0509599 Algebraic Geometry
+math/0612553 Metric Geometry
+math/0612830 Geometric Topology
+math/0701906 Geometric Topology
+math/9809169 Geometric Topology
+math/9907184 Geometric Topology
+physics/0701227 General Physics
+quant-ph/0405142
+quant-ph/0607001
+0705.2165 Dynamical Systems
+0711.2238 Algebraic Geometry
+0711.3064 Optics
+0803.0524 Optimization and Control
+0804.1391 Group Theory
+0809.0467 Group Theory
+0810.0559 Differential Geometry
+0904.1464 High Energy Astrophysical Phenomena
+0905.0434 Combinatorics
+0907.4109 Cosmology and Nongalactic Astrophysics
+0908.0293 Cosmology and Nongalactic Astrophysics
+1003.1388 Algebraic Geometry
+1004.1699 Combinatorics
+1004.2518 Cosmology and Nongalactic Astrophysics
+1005.4095 Probability
+1011.4484 Phenomenology
+1011.5322
+1011.5980 Soft Condensed Matter
+1012.0320
+1012.2834 High Energy Astrophysical Phenomena
+1101.1055 Strongly Correlated Electrons
+1102.1150 Algebraic Geometry
+1103.2340 Quantum Algebra
+1104.2852 Applications
+1104.3948 Data Analysis, Statistics and Probability
+1104.5364 Superconductivity
+1105.1285 Analysis of PDEs
+1105.2041 Superconductivity
+1105.3451
+1105.3646 Theory
+1105.4709
+1105.4750 Theory
+1105.5266
+1105.6233 Superconductivity
+1106.0596 Physics and Society
+1106.0980 Mesoscale and Nanoscale Physics
+1106.1010 Phenomenology
+1106.1692
+1106.2982 Mesoscale and Nanoscale Physics
+1106.3798 Phenomenology
+1106.4983 Statistics Theory
+1106.5612 Numerical Analysis
+1106.6345 History and Philosophy of Physics
+1107.0798 Data Structures and Algorithms
+1107.1361 Mesoscale and Nanoscale Physics
+1107.2879 Quantitative Methods
+1107.5167 Mesoscale and Nanoscale Physics
+1107.5482 Strongly Correlated Electrons
+1108.0791 Mesoscale and Nanoscale Physics
+1108.1095 Mesoscale and Nanoscale Physics
+1108.1805 Cosmology and Nongalactic Astrophysics
+1108.2679 Mesoscale and Nanoscale Physics
+1108.2699
+1109.2024 Materials Science
+1109.4606 Representation Theory
+1109.5899 General Physics
+1110.2519 Populations and Evolution
+1110.3942 Functional Analysis
+1110.4446 High Energy Astrophysical Phenomena
+1110.5406 Computational Physics
+1110.5448 Probability
+1110.6200 Human-Computer Interaction
+1110.6720 Theory
+1110.6773 Algebraic Geometry
+1110.6920 Superconductivity
+1111.0650 Combinatorics
+1111.0656
+1111.0718 Lattice
+1111.0827
+1111.0861
+1111.0867 Combinatorics
+1111.0971 Cosmology and Nongalactic Astrophysics
+1111.0974 Complex Variables
+1111.0975 Solar and Stellar Astrophysics
+1111.0977 Populations and Evolution
+1111.0983 Numerical Analysis
+1111.0984 High Energy Astrophysical Phenomena
+1111.0986 Combinatorics
+1111.0988 Lattice
+1111.0991 Theory
+1111.0995 Logic
+1111.0998 Operator Algebras
+1111.1000 Theory
+1111.1002 Statistical Mechanics
+1111.1013 Numerical Analysis
+1111.1014 Computer Vision and Pattern Recognition
+1111.1015 Combinatorics
+1111.1019 High Energy Astrophysical Phenomena
+1111.1021 Combinatorics
+1111.1022 Software Engineering
+1111.1028 Lattice
+1111.1029 Optimization and Control
+1111.1030 Materials Science
+1111.1032 Materials Science
+1111.1033 Representation Theory
+1111.1035
+1111.1036 Exactly Solvable and Integrable Systems
+1111.1039 High Energy Astrophysical Phenomena
+1111.1042 Analysis of PDEs
+1111.1043 Group Theory
+1111.1045 High Energy Astrophysical Phenomena
+1111.1053 Social and Information Networks
+1111.1059 Lattice
+1111.1064 Logic
+1111.1065 Other Condensed Matter
+1111.1066 Earth and Planetary Astrophysics
+1111.1070 Cosmology and Nongalactic Astrophysics
+1111.1073 Number Theory
+1111.1074 Algebraic Geometry
+1111.1080 Superconductivity
+1111.1081 Dynamical Systems
+1111.1087 Optics
+1111.1090 Computer Vision and Pattern Recognition
+1111.1092 Numerical Analysis
+1111.1093 Computer Vision and Pattern Recognition
+1111.1094 Robotics
+1111.1096 Solar and Stellar Astrophysics
+1111.1097 Algebraic Geometry
+1111.1098 Lattice
+1111.1102 Atmospheric and Oceanic Physics
+1111.1106 Theory
+1111.1111 Strongly Correlated Electrons
+1111.1114 Differential Geometry
+1111.1117 Cosmology and Nongalactic Astrophysics
+1111.1118 Analysis of PDEs
+1111.1119 Strongly Correlated Electrons
+1111.1121 Geophysics
+1111.1123 Theory
+1111.1124 Learning
+1111.1128 Number Theory
+1111.1131 Phenomenology
+1111.1132 Number Theory
+1111.1139
+1111.1140 Analysis of PDEs
+1111.1142 Instrumentation and Methods for Astrophysics
+1111.1145 Phenomenology
+1111.1146 Phenomenology
+1111.1150 Combinatorics
+1111.1167 Numerical Analysis
+1111.1174
+1111.1179 Algebraic Geometry
+1111.1183 Instrumentation and Methods for Astrophysics
+1111.1185 High Energy Astrophysical Phenomena
+1111.1187 Geometric Topology
+1111.1190 High Energy Astrophysical Phenomena
+1111.1191 Information Theory
+1111.1192 Analysis of PDEs
+1111.1199 General Physics
+1111.1200 Combinatorics
+1111.1201 Strongly Correlated Electrons
+1111.1203 Algebraic Geometry
+1111.1205 Logic
+1111.1209 High Energy Astrophysical Phenomena
+1111.1213
+1111.1217 Instrumentation and Methods for Astrophysics
+1111.1218 Classical Analysis and ODEs
+1111.1219 Mesoscale and Nanoscale Physics
+1111.1224 Number Theory
+1111.1225 High Energy Astrophysical Phenomena
+1111.1226 Probability
+1111.1227 Social and Information Networks
+1111.1228 Biological Physics
+1111.1229 Probability
+cond-mat/0208485 Soft Condensed Matter
+hep-th/0603051 Theory
+0710.5338 Discrete Mathematics
+0710.5737
+0711.1713 Probability
+0712.2629 Data Structures and Algorithms
+0802.1085 Rings and Algebras
+0803.2679 Applications
+0805.3912 Probability
+0810.4576 Computational Complexity
+0902.2758 Representation Theory
+0903.4830 Metric Geometry
+0903.4842 Metric Geometry
+0903.4846 Metric Geometry
+0905.3563 Theory
+0906.2499 Instrumentation and Detectors
+0908.1226
+0909.1091 Probability
+1001.3619 Probability
+1003.0704 Differential Geometry
+1005.0277 Materials Science
+1005.2734
+1005.4832 Theory
+1006.1884 Quantum Gases
+1006.2373 Probability
+1006.2374 Probability
+1006.3487 Metric Geometry
+1006.3598 Mesoscale and Nanoscale Physics
+1007.0549 Machine Learning
+1007.0945 Data Analysis, Statistics and Probability
+1007.1672 Phenomenology
+1007.5331 Statistical Mechanics
+1008.1075 Cosmology and Nongalactic Astrophysics
+1008.3386 Cosmology and Nongalactic Astrophysics
+1009.1280 Symplectic Geometry
+1009.4833 Mesoscale and Nanoscale Physics
+1009.5663 Optics
+1009.5736 Machine Learning
+1009.5760 Information Theory
+1010.5213 Earth and Planetary Astrophysics
+1010.5260
+1011.0165 Theory
+1012.0561 Mesoscale and Nanoscale Physics
+1012.1490 Experiment
+1012.1509 Lattice
+1012.2895 Mesoscale and Nanoscale Physics
+1012.4279 Phenomenology
+1012.5093 History and Philosophy of Physics
+1101.1168 Fluid Dynamics
+1101.1674 Optics
+1101.4618 Mesoscale and Nanoscale Physics
+1101.5531 Statistical Mechanics
+1102.4014
+1103.0286
+1103.0910 Mesoscale and Nanoscale Physics
+1103.3231 Mesoscale and Nanoscale Physics
+1103.4570 Phenomenology
+1103.5371 Statistical Mechanics
+1104.1602 Mesoscale and Nanoscale Physics
+1104.1925
+1104.2319 Phenomenology
+1104.3121 Cosmology and Nongalactic Astrophysics
+1104.3766 Quantum Gases
+1105.0177 Experiment
+1105.0465 Optics
+1105.0484 Statistical Mechanics
+1105.0853
+1105.2484 Phenomenology
+1105.2843
+1105.3190 Phenomenology
+1105.3444
+1105.3624 Phenomenology
+1105.4399 Rings and Algebras
+1105.5375 Strongly Correlated Electrons
+1105.5697 Quantum Gases
+1105.6299 Phenomenology
+1105.6369 Atomic Physics
+1106.0028 Strongly Correlated Electrons
+1106.0295 Theory
+1106.1438 Cosmology and Nongalactic Astrophysics
+1106.2009 Optics
+1106.2170 Mesoscale and Nanoscale Physics
+1106.2411
+1106.2412 Lattice
+1106.2954
+1106.2989 Mesoscale and Nanoscale Physics
+1106.3514 Phenomenology
+1106.3970 Experiment
+1106.4851 Instrumentation and Detectors
+1106.4885 Experiment
+1106.5332 Superconductivity
+1106.5436 Experiment
+1106.5520 Phenomenology
+1106.6200 Statistical Mechanics
+1106.6308 Experiment
+1107.4015 Experiment
+1107.4045 Cosmology and Nongalactic Astrophysics
+1107.4306 Phenomenology
+1107.5213 Algebraic Topology
+1107.5305 Fluid Dynamics
+1107.6026 Phenomenology
+1108.1839 Materials Science
+1108.3828
+1108.6005
+1108.6029
+1108.6183
+1108.6293 Multimedia
+1109.0661 Phenomenology
+1109.2227 Information Theory
+1109.4289 Combinatorics
+1109.4756 Strongly Correlated Electrons
+1109.4953 Number Theory
+1109.5156 High Energy Astrophysical Phenomena
+1109.5202 Representation Theory
+1109.5283 Logic
+1109.5817 Experiment
+1109.5868 General Topology
+1109.5975 Probability
+1109.6009 Phenomenology
+1109.6016 Combinatorics
+1109.6018 Computation and Language
+1109.6028 Numerical Analysis
+1109.6029 Artificial Intelligence
+1109.6030 Artificial Intelligence
+1109.6033 Artificial Intelligence
+1109.6037 Systems and Control
+1109.6038 Instrumentation and Methods for Astrophysics
+1109.6046 Cryptography and Security
+1109.6049
+1109.6051 Artificial Intelligence
+1109.6052 Artificial Intelligence
+1109.6053 Group Theory
+1109.6054 Commutative Algebra
+1109.6058 Optimization and Control
+1109.6059 High Energy Astrophysical Phenomena
+1109.6064 Computer Science and Game Theory
+1109.6066 Phenomenology
+1109.6067 Phenomenology
+1109.6071 Solar and Stellar Astrophysics
+1109.6076 Number Theory
+1109.6079 Computational Physics
+1109.6084 Exactly Solvable and Integrable Systems
+1109.6085 Classical Analysis and ODEs
+1109.6087 High Energy Astrophysical Phenomena
+1109.6088 Analysis of PDEs
+1109.6089 Analysis of PDEs
+1109.6091 Analysis of PDEs
+1109.6095 K-Theory and Homology
+1109.6100 High Energy Astrophysical Phenomena
+1109.6103 Rings and Algebras
+1109.6104 Strongly Correlated Electrons
+1109.6110
+1109.6111 Computational Physics
+1109.6113 Computational Physics
+1109.6115 Pattern Formation and Solitons
+1109.6118 Commutative Algebra
+1109.6122 Biological Physics
+1109.6126 Information Theory
+1109.6128 Logic
+1109.6130
+1109.6131 Discrete Mathematics
+1109.6138 Differential Geometry
+1109.6144 Strongly Correlated Electrons
+1109.6146
+1109.6149 Strongly Correlated Electrons
+1109.6171 Solar and Stellar Astrophysics
+1109.6172 Combinatorics
+1109.6175 Solar and Stellar Astrophysics
+1109.6182 Computer Science and Game Theory
+1109.6185 Medical Physics
+1109.6188 Fluid Dynamics
+1109.6191 Applications
+1109.6197 Phenomenology
+1109.6199 Other Computer Science
+1109.6201
+1109.6202 Information Theory
+1109.6203 Atomic Physics
+1109.6204
+1109.6206 Information Retrieval
+1109.6211 Data Analysis, Statistics and Probability
+1109.6220 Computer Science and Game Theory
+1109.6221 Physics and Society
+1109.6224 Statistical Mechanics
+1109.6226 Representation Theory
+1109.6231 Molecular Networks
+1109.6235 Solar and Stellar Astrophysics
+1109.6240 Materials Science
+1109.6242
+1109.6245 Phenomenology
+1109.6246 Experiment
+1109.6259 Optimization and Control
+1109.6261 Quantum Algebra
+1109.6263 Computer Science and Game Theory
+1109.6264 Formal Languages and Automata Theory
+1109.6268 Materials Science
+1109.6270 Sound
+1109.6271 Phenomenology
+1109.6276 Information Theory
+1109.6279 Symbolic Computation
+1109.6283 Functional Analysis
+1109.6288 Human-Computer Interaction
+1109.6291 Cosmology and Nongalactic Astrophysics
+1109.6294 High Energy Astrophysical Phenomena
+1109.6297 Information Theory
+1109.6299 Databases
+1109.6302 Algebraic Geometry
+1109.6304 Solar and Stellar Astrophysics
+1109.6308 General Physics
+1109.6313 Sound
+1109.6314 Sound
+astro-ph/0009005
+astro-ph/0109535
+astro-ph/0307136
+astro-ph/0401555
+astro-ph/0403657
+astro-ph/0407060
+astro-ph/0410351
+astro-ph/0411672
+astro-ph/0412192
+astro-ph/0412597
+astro-ph/0502316
+astro-ph/0504332
+astro-ph/0504337
+astro-ph/0612306
+astro-ph/0701318
+astro-ph/0701594
+astro-ph/9505039
+astro-ph/9505060
+astro-ph/9510056
+astro-ph/9601136
+astro-ph/9712083
+astro-ph/9910474
+gr-qc/0509075
+gr-qc/9610005
+hep-lat/0406012 Lattice
+hep-ph/0003081 Phenomenology
+hep-ph/0006035 Phenomenology
+hep-ph/0101124 Phenomenology
+hep-ph/0104211 Phenomenology
+hep-ph/0205083 Phenomenology
+hep-ph/0404071 Phenomenology
+hep-ph/0409038 Phenomenology
+hep-ph/0509109 Phenomenology
+hep-ph/0511201 Phenomenology
+hep-ph/0605242 Phenomenology
+hep-ph/0606103 Phenomenology
+hep-ph/9209261 Phenomenology
+hep-ph/9510410 Phenomenology
+hep-ph/9512230 Phenomenology
+hep-ph/9608245 Phenomenology
+hep-ph/9702349 Phenomenology
+hep-th/0004142 Theory
+hep-th/0105136 Theory
+hep-th/0206072 Theory
+hep-th/0410226 Theory
+hep-th/0411247 Theory
+hep-th/0503102 Theory
+hep-th/0505166 Theory
+hep-th/0702165 Theory
+hep-th/9109045 Theory
+hep-th/9307001 Theory
+hep-th/9807091 Theory
+nucl-th/9811070
+physics/0612177 Geophysics
+0705.0595 General Physics
+0709.0958 Phenomenology
+0709.3247 Experiment
+0709.4628 Lattice
+0710.0138 Experiment
+0710.0151 Phenomenology
+0710.0314 Experiment
+0710.0336 Phenomenology
+0710.0420 Experiment
+0710.1051
+0710.1884 Experiment
+0710.5664 Experiment
+0710.5929 Experiment
+0711.0785 Experiment
+0711.1509 Phenomenology
+0711.1564 Phenomenology
+0711.1571 Experiment
+0711.1636 Experiment
+0711.1661 Experiment
+0711.1689 Phenomenology
+0711.1927 Experiment
+0711.2660 Experiment
+0711.3044 Experiment
+0711.3671 Experiment
+0711.4199 Experiment
+0711.4769 Experiment
+0712.0016 Phenomenology
+0712.1589 Experiment
+0712.1605 Experiment
+0712.1691 Phenomenology
+0712.3183 Experiment
+0801.4797
+0807.0952 Phenomenology
+0810.0659
+0810.0662
+0902.2048
+0902.3137 Statistics Theory
+0904.0690 Mesoscale and Nanoscale Physics
+0908.0062
+0908.0427
+0908.0554 Number Theory
+0911.3328
+0911.4359
+0911.4447 Phenomenology
+0911.4476
+0912.4068 General Physics
+1001.3139 Phenomenology
+1003.0860 Functional Analysis
+1004.3525 Portfolio Management
+1004.4569 Strongly Correlated Electrons
+1005.0027 Learning
+1005.1232
+1005.2492 Analysis of PDEs
+1005.3542 Mesoscale and Nanoscale Physics
+1005.4165 Superconductivity
+1006.2421
+1006.5067 Phenomenology
+1006.5313 Experiment
+1006.5566
+1007.0928 Representation Theory
+1007.2483
+1007.3388
+1009.0314 Algebraic Geometry
+1009.2317
+1009.3932 Cosmology and Nongalactic Astrophysics
+1009.4043 General Physics
+1010.0866 Phenomenology
+1010.1158 Phenomenology
+1010.1479 Phenomenology
+1010.1530 Theory
+1010.2506 Experiment
+1010.2851 Theory
+1010.3223
+1010.3844 Phenomenology
+1010.4448 Theory
+1010.4802 Theory
+1010.4975 Differential Geometry
+1010.5067 Optics
+1010.5728 Differential Geometry
+1011.0441 Cosmology and Nongalactic Astrophysics
+1011.0908 Lattice
+1011.1111 Phenomenology
+1011.1249 Theory
+1011.1304
+1011.1369 Lattice
+1011.1870 Phenomenology
+1011.2137 Phenomenology
+1011.2148 Theory
+1011.2151 Phenomenology
+1011.2658 Phenomenology
+1011.2664 Lattice
+1011.2952 Optimization and Control
+1011.3086 Phenomenology
+1011.3372 Phenomenology
+1011.3462 Theory
+1011.3531 Experiment
+1011.4181
+1011.4414 Strongly Correlated Electrons
+1011.5427 Theory
+1011.5901
+1011.6164 Phenomenology
+1011.6316 Mesoscale and Nanoscale Physics
+1012.0194
+1012.0213 Representation Theory
+1012.4821 Theory
+1012.5004 Lattice
+1012.5075 Phenomenology
+1012.5417 Popular Physics
+1101.1631 Theory
+1101.4779 Lattice
+1101.4860 Theory
+1101.5875 Lattice
+1102.0489 Phenomenology
+1102.2463
+1102.3844 Phenomenology
+1102.3989 Physics and Society
+1102.4063 Materials Science
+1102.5494
+1103.0467 Mesoscale and Nanoscale Physics
+1103.0472 Mesoscale and Nanoscale Physics
+1103.0851 Number Theory
+1103.1706 Phenomenology
+1103.2226 Materials Science
+1103.2684 Quantum Gases
+1103.2971
+1103.5157 Quantum Gases
+1103.5167 Programming Languages
+1103.5221 Phenomenology
+1103.5774 Chemical Physics
+1104.1830
+1104.1910 Information Theory
+1104.2482 Statistical Mechanics
+1104.3587 Theory
+1104.4327
+1104.4736 Classical Analysis and ODEs
+1105.2631 Information Theory
+1105.3759 Superconductivity
+1105.4820 Combinatorics
+1106.0653 Cosmology and Nongalactic Astrophysics
+1106.0779 Differential Geometry
+1106.1641 Cosmology and Nongalactic Astrophysics
+1106.1925 Machine Learning
+1106.2541 Popular Physics
+1106.2554 Astrophysics of Galaxies
+1106.2559 Methodology
+1106.2560 Cosmology and Nongalactic Astrophysics
+1106.2561 Classical Analysis and ODEs
+1106.2562 Molecular Networks
+1106.2563 Dynamical Systems
+1106.2566 Soft Condensed Matter
+1106.2567 Superconductivity
+1106.2568 Hardware Architecture
+1106.2575 Programming Languages
+1106.2576 Combinatorics
+1106.2578 Programming Languages
+1106.2583 Number Theory
+1106.2585 Algebraic Geometry
+1106.2588 Materials Science
+1106.2589 Mesoscale and Nanoscale Physics
+1106.2592 Materials Science
+1106.2593 Distributed, Parallel, and Cluster Computing
+1106.2594 Materials Science
+1106.2597
+1106.2601 Social and Information Networks
+1106.2627 Statistics Theory
+1106.2629 Probability
+1106.2631 Operator Algebras
+1106.2632 Statistical Mechanics
+1106.2637 Programming Languages
+1106.2639 Commutative Algebra
+1106.2640 Exactly Solvable and Integrable Systems
+1106.2644 Operator Algebras
+1106.2645 Theory
+1106.2646 Theory
+1106.2650 Computer Science and Game Theory
+1106.2652 Artificial Intelligence
+1106.2653
+1106.2657 Computer Science and Game Theory
+1106.2661 Pattern Formation and Solitons
+1106.2663 Metric Geometry
+1106.2665 High Energy Astrophysical Phenomena
+1106.2668 Number Theory
+1106.2671 Statistical Mechanics
+1106.2673 Distributed, Parallel, and Cluster Computing
+1106.2677 Distributed, Parallel, and Cluster Computing
+1106.2678 Probability
+1106.2679 Neurons and Cognition
+1106.2680 Rings and Algebras
+1106.2684 Software Engineering
+1106.2686 Software Engineering
+1106.2691 Number Theory
+1106.2693 Geometric Topology
+1106.2694 Data Structures and Algorithms
+1106.2695 Computer Vision and Pattern Recognition
+1106.2698 Analysis of PDEs
+1106.2702 Solar and Stellar Astrophysics
+1106.2708 High Energy Astrophysical Phenomena
+1106.2709
+1106.2718 Superconductivity
+1106.2723 Geometric Topology
+1106.2724 Differential Geometry
+1106.2730 Atomic Physics
+1106.2735 Combinatorics
+1106.2739 Mesoscale and Nanoscale Physics
+1106.2740 Optics
+1106.2743 Probability
+1106.2744 Chemical Physics
+1106.2746 Plasma Physics
+1106.2752 High Energy Astrophysical Phenomena
+1106.2758 Differential Geometry
+1106.2762 Commutative Algebra
+1106.2766 Distributed, Parallel, and Cluster Computing
+1106.2772 Discrete Mathematics
+1106.2774 Information Theory
+1106.2778 Analysis of PDEs
+1106.2779 Differential Geometry
+1106.2782 Instrumentation and Methods for Astrophysics
+1106.2786 Dynamical Systems
+1106.2788 Social and Information Networks
+1106.2789 Mesoscale and Nanoscale Physics
+1106.2792 Information Theory
+1106.2793 Populations and Evolution
+1106.2795 Complex Variables
+astro-ph/0112088
+astro-ph/0304173
+astro-ph/9704107
+astro-ph/9709112
+astro-ph/9811399
+astro-ph/9909018
+cond-mat/0011376 Strongly Correlated Electrons
+cond-mat/0108038 Soft Condensed Matter
+cond-mat/0311341 Materials Science
+cond-mat/0311343 Materials Science
+cond-mat/0603213 Other Condensed Matter
+cond-mat/9912404 Strongly Correlated Electrons
+cs/0609001 Numerical Analysis
+gr-qc/0205067
+hep-ph/0011363 Phenomenology
+math/0403104 Rings and Algebras
+q-alg/9709040 Quantum Algebra
+0704.0389
+0709.3199
+0711.2699 Representation Theory
+0711.4914 Classical Analysis and ODEs
+0711.4921 Classical Analysis and ODEs
+0805.1447 Geometric Topology
+0805.2230 Mesoscale and Nanoscale Physics
+0806.1262 Mesoscale and Nanoscale Physics
+0810.0130
+0811.4148 Algebraic Geometry
+0901.2196 Geometric Topology
+0902.0833 Group Theory
+0902.1313 Cosmology and Nongalactic Astrophysics
+0902.2446 Optimization and Control
+0903.1259 High Energy Astrophysical Phenomena
+0903.1337 Optimization and Control
+0903.1412 Cosmology and Nongalactic Astrophysics
+0903.5020 Astrophysics of Galaxies
+0906.1044 Cosmology and Nongalactic Astrophysics
+0907.0748 Optimization and Control
+0908.1708 Quantitative Methods
+0908.3734 Group Theory
+0911.2102 Theory
+0912.4908 Number Theory
+1001.4280
+1001.4622 Classical Analysis and ODEs
+1001.4631 Classical Analysis and ODEs
+1002.0898 Geometric Topology
+1003.1710 Probability
+1004.3447
+1005.1292 Optimization and Control
+1005.2040 Functional Analysis
+1005.4229 Strongly Correlated Electrons
+1005.4566 Group Theory
+1006.2600
+1007.0270 Analysis of PDEs
+1007.4790 Chaotic Dynamics
+1008.0407 Phenomenology
+1008.3407 Optimization and Control
+1009.0813
+1009.2532 Representation Theory
+1009.4397
+1009.4548 Strongly Correlated Electrons
+1009.5967 Phenomenology
+1010.5371 Materials Science
+1011.1232 Theory
+1011.2162
+1011.4900
+1012.2272 Cosmology and Nongalactic Astrophysics
+1012.3310 Optimization and Control
+1012.3432 Probability
+1012.5640
+1101.0790 Operator Algebras
+1101.1416 Combinatorics
+1101.2373 Number Theory
+1101.5536
+1102.0461
+1102.0469 Strongly Correlated Electrons
+1102.1992 Cosmology and Nongalactic Astrophysics
+1102.2281 Classical Physics
+1102.3039 Cosmology and Nongalactic Astrophysics
+1102.3310 Disordered Systems and Neural Networks
+1102.3484 Mesoscale and Nanoscale Physics
+1102.4190 Mesoscale and Nanoscale Physics
+1102.4617 Cosmology and Nongalactic Astrophysics
+1102.5179
+1103.0395 Mesoscale and Nanoscale Physics
+1103.2819 Theory
+1103.3574 High Energy Astrophysical Phenomena
+1103.3899
+1103.4441 Geometric Topology
+1103.5292 Classical Physics
+1103.5951 Experiment
+1104.0052 Social and Information Networks
+1104.0220 Mesoscale and Nanoscale Physics
+1104.0374
+1104.1858 Instrumentation and Detectors
+1104.2979 Dynamical Systems
+1104.4190 Combinatorics
+1104.4567 Materials Science
+1105.0341 Strongly Correlated Electrons
+1105.2829 Phenomenology
+1105.3924 Cosmology and Nongalactic Astrophysics
+1106.2863 General Physics
+1106.3257 Materials Science
+1106.3610 Materials Science
+1106.5147
+1106.5927 Phenomenology
+1107.1149 Information Theory
+1107.2286
+1107.2635 Combinatorics
+1107.2769 Mesoscale and Nanoscale Physics
+1107.3832 Algebraic Geometry
+1107.4378 Data Structures and Algorithms
+1107.4380 Combinatorics
+1107.4381 Methodology
+1107.4382 Computer Science and Game Theory
+1107.4386 Computer Science and Game Theory
+1107.4387 Number Theory
+1107.4393 Mesoscale and Nanoscale Physics
+1107.4411 Materials Science
+1107.4413 Probability
+1107.4414 Neural and Evolutionary Computing
+1107.4415 Probability
+1107.4416 Exactly Solvable and Integrable Systems
+1107.4417 Emerging Technologies
+1107.4420 Rings and Algebras
+1107.4429 Neural and Evolutionary Computing
+1107.4432 Instrumentation and Detectors
+1107.4436 Phenomenology
+1107.4437 Quantum Algebra
+1107.4438
+1107.4439 Space Physics
+1107.4444 Mesoscale and Nanoscale Physics
+1107.4457
+1107.4459 General Physics
+1107.4463 Discrete Mathematics
+1107.4464 Methodology
+1107.4470 Neural and Evolutionary Computing
+1107.4473 Phenomenology
+1107.4485 Cosmology and Nongalactic Astrophysics
+1107.4495 Cosmology and Nongalactic Astrophysics
+1107.4496 Robotics
+1107.4498 Robotics
+1107.4500 Information Theory
+1107.4502 Artificial Intelligence
+1107.4504 Cosmology and Nongalactic Astrophysics
+1107.4510 Biological Physics
+1107.4515 Dynamical Systems
+1107.4518 Analysis of PDEs
+1107.4520
+1107.4527 Functional Analysis
+1107.4528 Phenomenology
+1107.4529
+1107.4534 Popular Physics
+1107.4536 General Physics
+1107.4539 Experiment
+1107.4540 Information Theory
+1107.4541 Astrophysics of Galaxies
+1107.4542 Spectral Theory
+1107.4543 Computational Physics
+1107.4546 Phenomenology
+1107.4553 Artificial Intelligence
+1107.4557 Computation and Language
+1107.4559 Group Theory
+1107.4561 Astrophysics of Galaxies
+1107.4563 Number Theory
+1107.4566 Computer Science and Game Theory
+1107.4567 Astrophysics of Galaxies
+1107.4571 Solar and Stellar Astrophysics
+1107.4572 Neurons and Cognition
+1107.4573 Artificial Intelligence
+1107.4574 Soft Condensed Matter
+1107.4576 Functional Analysis
+1107.4578 Functional Analysis
+1107.4586 Analysis of PDEs
+1107.4597 Analysis of PDEs
+1107.4600 Information Theory
+cond-mat/0406487 Strongly Correlated Electrons
+math-ph/0604056
+math/0307263 Quantum Algebra
+0708.1560 Group Theory
+0708.1583 Geometric Topology
+0801.4014
+0807.4715 Dynamical Systems
+0812.4706 Commutative Algebra
+0908.0985 Superconductivity
+0908.1748 Algebraic Geometry
+0908.4531 Group Theory
+1002.3029 Fluid Dynamics
+1002.4955 Materials Science
+1003.3130 Analysis of PDEs
+1003.3879 Computational Complexity
+1005.5351
+1005.5405 Computational Physics
+1006.0447 Superconductivity
+1006.3456 Strongly Correlated Electrons
+1008.3734 Differential Geometry
+1009.0527 Mesoscale and Nanoscale Physics
+1009.1436 Methodology
+1009.2139 Machine Learning
+1009.2945
+1009.4241 Methodology
+1009.5580 Probability
+1009.6063 Quantum Algebra
+1010.3011 Strongly Correlated Electrons
+1010.4185 Phenomenology
+1010.5971 Soft Condensed Matter
+1011.0366 Combinatorics
+1011.1228 Adaptation and Self-Organizing Systems
+1011.1513 Cosmology and Nongalactic Astrophysics
+1011.3222 Theory
+1011.4595 Astrophysics of Galaxies
+1101.4577 Methodology
+1101.4785 Quantum Gases
+1102.3265 Cosmology and Nongalactic Astrophysics
+1102.3634 Probability
+1102.3949 Machine Learning
+1102.4395 Strongly Correlated Electrons
+1103.3133 Theory
+1103.3412 Dynamical Systems
+1103.4145 Theory
+1103.6161 Functional Analysis
+1104.0410 Geometric Topology
+1104.0697 Statistical Mechanics
+1104.1144
+1104.2096
+1104.2153 Theory
+1104.2163 Strongly Correlated Electrons
+1104.2945 Optics
+1104.4462 Popular Physics
+1105.0682
+1105.0924 Strongly Correlated Electrons
+1105.2499
+1105.4451 Mesoscale and Nanoscale Physics
+1105.4467 Cosmology and Nongalactic Astrophysics
+1105.5644 Phenomenology
+1105.6044 General Physics
+1106.3685 Artificial Intelligence
+1106.3723 Phenomenology
+1106.4902
+1106.6161 Soft Condensed Matter
+1107.0298 Experiment
+1107.0511 Computational Geometry
+1107.2153 Analysis of PDEs
+1107.2482 Data Structures and Algorithms
+1107.5133 Materials Science
+1107.5226 Solar and Stellar Astrophysics
+1108.0815 Superconductivity
+1108.1091 Classical Analysis and ODEs
+1108.1299 Theory
+1108.2580 Learning
+1108.2709 Theory
+1108.2849 Probability
+1108.2911
+1108.2931 Mesoscale and Nanoscale Physics
+1108.3154 Learning
+1108.3230 Plasma Physics
+1108.3274 Earth and Planetary Astrophysics
+1108.3318
+1108.3332 Cosmology and Nongalactic Astrophysics
+1108.3341 Phenomenology
+1108.3342 Software Engineering
+1108.3352 Computational Physics
+1108.3353 Phenomenology
+1108.3355 Rings and Algebras
+1108.3358 Analysis of PDEs
+1108.3360 Mesoscale and Nanoscale Physics
+1108.3361 Solar and Stellar Astrophysics
+1108.3362 Phenomenology
+1108.3366 Solar and Stellar Astrophysics
+1108.3368 Algebraic Geometry
+1108.3372 Machine Learning
+1108.3381 Rings and Algebras
+1108.3382 Combinatorics
+1108.3385 Numerical Analysis
+1108.3387 Physics and Society
+1108.3389 Quantum Algebra
+1108.3390 Phenomenology
+1108.3391 Theory
+1108.3392 Functional Analysis
+1108.3396 Materials Science
+1108.3398 Functional Analysis
+1108.3402 Geophysics
+1108.3403 Geophysics
+1108.3408 Group Theory
+1108.3410 Statistics Theory
+1108.3412 Formal Languages and Automata Theory
+1108.3415 Information Theory
+1108.3417 Information Theory
+1108.3418 Distributed, Parallel, and Cluster Computing
+1108.3419 Distributed, Parallel, and Cluster Computing
+1108.3420 Materials Science
+1108.3422 Distributed, Parallel, and Cluster Computing
+1108.3424 Logic in Computer Science
+1108.3425 Geometric Topology
+1108.3426 Logic in Computer Science
+1108.3427 Soft Condensed Matter
+1108.3429 Logic in Computer Science
+1108.3430 Distributed, Parallel, and Cluster Computing
+1108.3431 Distributed, Parallel, and Cluster Computing
+1108.3432 Distributed, Parallel, and Cluster Computing
+1108.3433 Distributed, Parallel, and Cluster Computing
+1108.3434 Formal Languages and Automata Theory
+1108.3435
+1108.3436 Logic in Computer Science
+1108.3437 Phenomenology
+1108.3444 Combinatorics
+1108.3445 Popular Physics
+1108.3448 Differential Geometry
+1108.3449 Soft Condensed Matter
+1108.3450 Phenomenology
+1108.3454 Materials Science
+1108.3457 Methodology
+1108.3461 Methodology
+1108.3462 Multiagent Systems
+1108.3464 Populations and Evolution
+1108.3466 Methodology
+1108.3467 Methodology
+1108.3469 Superconductivity
+1108.3470 Optics
+1108.3472 Quantum Algebra
+1108.3473 Methodology
+1108.3474 Methodology
+1108.3478 Classical Analysis and ODEs
+1108.3481 Logic
+1108.3482 Phenomenology
+1108.3485 Cosmology and Nongalactic Astrophysics
+1108.3488 General Physics
+1108.3489 Neural and Evolutionary Computing
+1108.3490 Solar and Stellar Astrophysics
+1108.3494 Computational Complexity
+1108.3496 Optics
+1108.3500
+1108.3506 Atomic and Molecular Clusters
+1108.3514 Phenomenology
+1108.3518
+1108.3522 Dynamical Systems
+1108.3525 Computer Vision and Pattern Recognition
+1108.3529 Differential Geometry
+1108.3533
+1108.3536 General Topology
+1108.3541 Solar and Stellar Astrophysics
+1108.3544 Information Theory
+1108.3545 Computational Geometry
+1108.3547 Combinatorics
+1108.3548 Rings and Algebras
+1108.3560 Classical Physics
+1108.3561 Earth and Planetary Astrophysics
+1108.3562 Superconductivity
+cond-mat/0503264 Other Condensed Matter
+cond-mat/0512255 Soft Condensed Matter
+math/0508513 Rings and Algebras
+nlin/0302019 Pattern Formation and Solitons
+0705.1106 Differential Geometry
+0708.2575 Information Theory
+0710.2096 Functional Analysis
+0710.4051 Probability
+0712.2800 Classical Analysis and ODEs
+0802.0163 Differential Geometry
+0803.0762 Number Theory
+0803.0965 Superconductivity
+0806.2230
+0806.3530 Atomic and Molecular Clusters
+0809.0855 Differential Geometry
+0810.5587 Logic
+0811.0035 Algebraic Geometry
+0811.1376
+0812.1064 Combinatorics
+0812.2491
+0901.0817 Classical Analysis and ODEs
+0902.0600 Machine Learning
+0902.3242 Strongly Correlated Electrons
+0902.4266 Representation Theory
+0903.2046 Mesoscale and Nanoscale Physics
+0903.2126
+0903.2132
+0903.2136
+0904.1273
+0904.2517 Cosmology and Nongalactic Astrophysics
+0904.2562 Number Theory
+0904.4497 Analysis of PDEs
+0905.0087 Numerical Analysis
+0905.0254 Probability
+0905.0753 Instrumentation and Methods for Astrophysics
+0905.1930 Differential Geometry
+0907.0602 General Topology
+0907.2173 Programming Languages
+0908.0084
+0909.1182 High Energy Astrophysical Phenomena
+0909.1280
+0911.4046 Machine Learning
+0912.0291 Quantum Algebra
+0912.0464
+0912.2026 Statistics Theory
+0912.2425 Dynamical Systems
+1001.0910 Analysis of PDEs
+1002.0333 Phenomenology
+1002.0658 Optics
+1002.0733
+1002.1116
+1002.1978
+1002.2390 Soft Condensed Matter
+1003.4925
+1004.1483
+1005.0369 Exactly Solvable and Integrable Systems
+1006.1442 Theory
+1006.3269 Differential Geometry
+1006.3340 Computational Finance
+1006.4774
+1006.5007 Mesoscale and Nanoscale Physics
+1006.5807 Statistical Mechanics
+1006.5890 Phenomenology
+1007.0883 Theory
+1007.0904 Information Theory
+1007.5256 Cosmology and Nongalactic Astrophysics
+1007.5483 Phenomenology
+1008.1298 Statistics Theory
+1008.4286 Theory
+1008.4829 Commutative Algebra
+1008.5223 Phenomenology
+1009.0441
+1009.2753 Cosmology and Nongalactic Astrophysics
+1009.2845 Phenomenology
+1009.3292
+1009.3293
+1009.3294
+1009.3483 General Mathematics
+1009.4308 Phenomenology
+1009.4867
+1009.4881 Phenomenology
+1010.0380 Operator Algebras
+1010.0468 Phenomenology
+1010.1094 Phenomenology
+1010.1407 Theory
+1010.1682 Theory
+1010.1744 Other Condensed Matter
+1010.1757
+1010.1957 Cosmology and Nongalactic Astrophysics
+1010.2455 Theory
+1010.3751 Algebraic Geometry
+1010.4536 Theory
+1010.5133 Materials Science
+1010.5161 Strongly Correlated Electrons
+1011.0065
+1011.1314 Representation Theory
+1011.2176 Theory
+1011.2218 Theory
+1011.3001 Lattice
+1011.3315 Data Analysis, Statistics and Probability
+1011.4660 Quantum Gases
+1011.5413 Differential Geometry
+1011.5477 Experiment
+1011.5524 Differential Geometry
+1011.5884 Phenomenology
+1011.6150 Classical Physics
+1012.0057 Superconductivity
+1012.0740 Mesoscale and Nanoscale Physics
+1012.1627 Solar and Stellar Astrophysics
+1012.1836 Materials Science
+1012.1958 Theory
+1012.2128 Cosmology and Nongalactic Astrophysics
+1012.2819 Lattice
+1012.2930 Strongly Correlated Electrons
+1012.3712 Classical Analysis and ODEs
+1012.3758 Theory
+1012.4805 Theory
+1012.5864 Strongly Correlated Electrons
+1101.0006
+1101.0335 Strongly Correlated Electrons
+1101.0365 Phenomenology
+1101.1081 Theory
+1101.1145 Strongly Correlated Electrons
+1101.1268 Strongly Correlated Electrons
+1101.1341 Mesoscale and Nanoscale Physics
+1101.2110 Theory
+1101.3469 Atomic Physics
+1101.3830 Experiment
+1101.4071 Phenomenology
+1101.4723 Cosmology and Nongalactic Astrophysics
+1101.4775
+1101.5352 Phenomenology
+1101.5479
+1101.5956 Phenomenology
+1102.0397
+1102.0434
+1102.0557 Phenomenology
+1102.0789 Theory
+1102.1705 Astrophysics of Galaxies
+1102.2016 Strongly Correlated Electrons
+1102.2098
+1102.2171 Probability
+1102.2202 Theory
+1102.2401 Superconductivity
+1102.2454 Logic
+1102.2792 Classical Analysis and ODEs
+1102.4033 Phenomenology
+1102.5124 Phenomenology
+1102.5600 Materials Science
+1103.0432 Statistical Mechanics
+1103.0583 Cosmology and Nongalactic Astrophysics
+1103.0976
+1103.1590 Phenomenology
+1103.1593 Theory
+1103.1740 Theory
+1103.1843 Phenomenology
+1103.1975 Mesoscale and Nanoscale Physics
+1103.2564 Materials Science
+1103.2655 Phenomenology
+1103.2743
+1103.2800 Theory
+1103.2891 Phenomenology
+1103.3400
+1103.3471 Theory
+1103.4179 Theory
+1103.4758
+1103.5007 Other Condensed Matter
+1103.5127 Combinatorics
+1103.5617
+1103.5810 Phenomenology
+1103.6081 Theory
+1104.0243 Phenomenology
+1104.0467 Statistical Mechanics
+1104.0572 Phenomenology
+1104.1178 Cosmology and Nongalactic Astrophysics
+1104.1199 Soft Condensed Matter
+1104.1808 Analysis of PDEs
+1104.2259 Phenomenology
+1104.2429 Theory
+1104.2972 Optics
+1104.3578 Cosmology and Nongalactic Astrophysics
+1104.4340 Phenomenology
+1104.4516 Atomic Physics
+1104.4846 Spectral Theory
+1104.5085 Probability
+1104.5231 Theory
+1104.5350 Mesoscale and Nanoscale Physics
+1105.0209 Geometric Topology
+1105.0365 Theory
+1105.2611 General Mathematics
+1105.2613 General Mathematics
+1105.2665 Logic in Computer Science
+1105.4040 Solar and Stellar Astrophysics
+1105.5239 Experiment
+1105.5487 Logic in Computer Science
+1105.5598 Dynamical Systems
+1105.6010 Software Engineering
+1105.6192
+1105.6235
+1105.6249
+1106.0018 Phenomenology
+1106.0103 Phenomenology
+1106.0162 Group Theory
+1106.0164 High Energy Astrophysical Phenomena
+1106.0255 Algebraic Geometry
+1106.0290 Combinatorics
+1106.0368 Phenomenology
+1106.0740 Phenomenology
+1106.0741 Commutative Algebra
+1106.0750 Disordered Systems and Neural Networks
+1106.0752 Materials Science
+1106.0769 Combinatorics
+1106.0772 Category Theory
+1106.0773 Methodology
+1106.0774 Representation Theory
+1106.0783 Probability
+1106.0787 Networking and Internet Architecture
+1106.0791 Optimization and Control
+1106.0804 Algebraic Geometry
+1106.0806 Materials Science
+1106.0811 Combinatorics
+1106.0813 Probability
+1106.0814 Logic in Computer Science
+1106.0816
+1106.0817
+1106.0818 Geophysics
+1106.0819 Classical Physics
+1106.0825
+1106.0826 Functional Analysis
+1106.0839 Commutative Algebra
+1106.0843 Information Theory
+1106.0844 Sound
+1106.0846 Sound
+1106.0849
+1106.0850 Astrophysics of Galaxies
+1106.0851 Computational Complexity
+1106.0853 Cryptography and Security
+1106.0860 Physics and Society
+1106.0864 Spectral Theory
+1106.0867 Group Theory
+1106.0868 Human-Computer Interaction
+1106.0869 Information Theory
+1106.0870 Optimization and Control
+1106.0872 Physics and Society
+1106.0874 Data Structures and Algorithms
+1106.0875 Combinatorics
+1106.0876 Fluid Dynamics
+1106.0884 Quantum Gases
+1106.0888 Materials Science
+1106.0889 Combinatorics
+1106.0893 Differential Geometry
+1106.0894 Differential Geometry
+1106.0895 Information Theory
+1106.0898 Optimization and Control
+1106.0903 Plasma Physics
+1106.0905 Algebraic Geometry
+1106.0908 Logic
+1106.0910 General Physics
+1106.0911
+1106.0912 Analysis of PDEs
+1106.0913 Rings and Algebras
+1106.0914 Analysis of PDEs
+1106.0915 Phenomenology
+1106.0918 Analysis of PDEs
+1106.0919 Analysis of PDEs
+1106.0921 Functional Analysis
+1106.0924 Differential Geometry
+1106.0926 Differential Geometry
+1106.0928 Differential Geometry
+1106.0940 Distributed, Parallel, and Cluster Computing
+1106.0953 History and Overview
+1106.0955 Probability
+1106.0962 Computer Vision and Pattern Recognition
+1106.0966 Materials Science
+1106.0967 Machine Learning
+1106.0968 Mesoscale and Nanoscale Physics
+1106.0969 Networking and Internet Architecture
+1106.0970
+1106.0973 General Physics
+1106.0977 Accelerator Physics
+1106.0981 Earth and Planetary Astrophysics
+1106.0982 Optics
+1106.0985 Fluid Dynamics
+1106.0986 Geophysics
+1106.0989 Robotics
+1106.0990 Spectral Theory
+1106.0991 Strongly Correlated Electrons
+1106.0992 Combinatorics
+1106.0994 Numerical Analysis
+1106.0995 Mesoscale and Nanoscale Physics
+1106.0996 Numerical Analysis
+1106.0998 Phenomenology
+1106.1000 Group Theory
+1106.1002 Phenomenology
+1106.1004 Cosmology and Nongalactic Astrophysics
+1106.1009 Experiment
+1106.1011 Experiment
+1106.1012 High Energy Astrophysical Phenomena
+1106.1014 Strongly Correlated Electrons
+1106.1019 Strongly Correlated Electrons
+1106.1020 Numerical Analysis
+1106.1023 High Energy Astrophysical Phenomena
+1106.1024 Strongly Correlated Electrons
+1106.1026 Strongly Correlated Electrons
+1106.1029 Strongly Correlated Electrons
+1106.1031 Statistics Theory
+1106.1032 Experiment
+1106.1034 Strongly Correlated Electrons
+1106.1038 Combinatorics
+1106.1039 Cosmology and Nongalactic Astrophysics
+1106.1041 Cosmology and Nongalactic Astrophysics
+1106.1042 Number Theory
+1106.1043 Optics
+1106.1057
+1106.1061 Mesoscale and Nanoscale Physics
+1106.1063 Category Theory
+1106.1065 Plasma Physics
+1106.1075 Cosmology and Nongalactic Astrophysics
+1106.1081 Geophysics
+1106.1085 Combinatorics
+1106.1086 Strongly Correlated Electrons
+1106.1089 Strongly Correlated Electrons
+1106.1091 Strongly Correlated Electrons
+1106.1092 Category Theory
+1106.1098 Group Theory
+1106.1107 Mesoscale and Nanoscale Physics
+1106.1108 Cosmology and Nongalactic Astrophysics
+1106.1109 Solar and Stellar Astrophysics
+1106.1110 Combinatorics
+1106.1113 Learning
+1106.1115 Algebraic Geometry
+1106.1117 Cosmology and Nongalactic Astrophysics
+1106.1123 Solar and Stellar Astrophysics
+1106.1124 History and Philosophy of Physics
+1106.1128 Materials Science
+1106.1135 Classical Physics
+1106.1136 Group Theory
+1106.1138
+1106.1148 Combinatorics
+1106.1151 Statistics Theory
+1106.1153 Mesoscale and Nanoscale Physics
+1106.1160 Number Theory
+1106.1161 Representation Theory
+astro-ph/0208099
+cond-mat/0010242 Strongly Correlated Electrons
+cond-mat/0105357 Strongly Correlated Electrons
+cond-mat/0307511 Strongly Correlated Electrons
+cond-mat/0405123 Statistical Mechanics
+gr-qc/0405056
+hep-ph/9710416 Phenomenology
+hep-ph/9806310 Phenomenology
+hep-ph/9811330 Phenomenology
+math-ph/0407067
+math/0411630 Differential Geometry
+math/0503129 Differential Geometry
+math/0503258 Differential Geometry
+math/0512651 Representation Theory
+nlin/0101011 Chaotic Dynamics
+quant-ph/0401124
+0704.1506
+0709.3818
+0712.1197
+0712.1408 Superconductivity
+0802.0058 Analysis of PDEs
+0804.0715 Number Theory
+0804.4669
+0805.3015 Phenomenology
+0806.2447
+0809.2994 Algebraic Geometry
+0811.1604 Representation Theory
+0811.2717
+0812.0112 Number Theory
+0812.0478
+0812.3894
+0901.0319 Differential Geometry
+0901.0322 Differential Geometry
+0901.4051
+0901.4276 Algebraic Geometry
+0902.2905
+0902.3464 Algebraic Geometry
+0904.3090 Complex Variables
+0904.3469 Logic in Computer Science
+0905.0778
+0905.3085 Number Theory
+0907.0507 Neural and Evolutionary Computing
+0908.4340 Statistical Mechanics
+0909.3331 Materials Science
+0910.5630 Algebraic Geometry
+0911.1110 Algebraic Geometry
+0911.4683 Probability
+0912.0465 Statistical Mechanics
+0912.3786 K-Theory and Homology
+0912.4187 Analysis of PDEs
+1001.4692 Lattice
+1002.1665 Lattice
+1002.3131 Logic in Computer Science
+1002.3532 Algebraic Topology
+1003.5264 Theory
+1004.0155 Dynamical Systems
+1004.0301 Probability
+1004.0451 General Mathematics
+1004.0756 Astrophysics of Galaxies
+1004.1160 Combinatorics
+1004.2209 Instrumentation and Methods for Astrophysics
+1004.3120 Statistical Mechanics
+1005.1390 High Energy Astrophysical Phenomena
+1006.0898
+1006.1265 Formal Languages and Automata Theory
+1006.2300 Applications
+1006.2487 Space Physics
+1007.1279
+1007.1701 Operator Algebras
+1007.3318 Phenomenology
+1007.4589 Statistical Mechanics
+1007.4602 Instrumentation and Methods for Astrophysics
+1008.0824 Solar and Stellar Astrophysics
+1008.1421 Statistical Mechanics
+1008.2522 Materials Science
+1008.2904 History and Philosophy of Physics
+1008.2935 Functional Analysis
+1008.3588 Complex Variables
+1008.4120 Metric Geometry
+1008.4769 Phenomenology
+1008.5070 Applications
+1009.0394 Combinatorics
+1009.0729 History and Philosophy of Physics
+1009.2424 Mesoscale and Nanoscale Physics
+1009.3506 Algebraic Geometry
+1009.4667 Theory
+1009.5569 Classical Analysis and ODEs
+1010.0950 Phenomenology
+1010.1432 Operator Algebras
+1010.1776 Quantum Gases
+1010.2225 Solar and Stellar Astrophysics
+1010.4154 Optics
+1010.4561 Artificial Intelligence
+1010.5255
+1010.5401 Analysis of PDEs
+1010.5417 Phenomenology
+1010.5850 Mesoscale and Nanoscale Physics
+1011.1656 Astrophysics of Galaxies
+1011.1979 Digital Libraries
+1011.2024 Group Theory
+1011.3274 Solar and Stellar Astrophysics
+1011.3298 Number Theory
+1011.3578 Logic
+1011.3632 Distributed, Parallel, and Cluster Computing
+1011.3722 Disordered Systems and Neural Networks
+1011.4334
+1011.6488 Quantum Algebra
+1012.0380 Algebraic Topology
+1012.0393 Probability
+1012.1564
+1012.3569 Number Theory
+1012.5171 Functional Analysis
+1012.5602 High Energy Astrophysical Phenomena
+1101.1920 Information Theory
+1101.2310 Phenomenology
+1101.2513 Fluid Dynamics
+1101.3054 Quantum Algebra
+1101.3266 Data Analysis, Statistics and Probability
+1101.4627 High Energy Astrophysical Phenomena
+1101.4950 Algebraic Geometry
+1101.5787 Experiment
+1102.0358 Differential Geometry
+1102.0401 Discrete Mathematics
+1102.0443 General Physics
+1102.0526 Astrophysics of Galaxies
+1102.0803 Quantum Gases
+1102.0869 Materials Science
+1102.1022 Cosmology and Nongalactic Astrophysics
+1102.1023 Combinatorics
+1102.1030
+1102.1034 Solar and Stellar Astrophysics
+1102.1038 Social and Information Networks
+1102.1041 Astrophysics of Galaxies
+1102.1045 Experiment
+1102.1048 Representation Theory
+1102.1051 Materials Science
+1102.1053 Number Theory
+1102.1055 Quantum Algebra
+1102.1056 Materials Science
+1102.1058 Quantum Algebra
+1102.1063 General Physics
+1102.1068
+1102.1072 Dynamical Systems
+1102.1076 Representation Theory
+1102.1083 Other Condensed Matter
+1102.1085 General Physics
+1102.1086 Disordered Systems and Neural Networks
+1102.1088 Commutative Algebra
+1102.1090 Fluid Dynamics
+1102.1092 Fluid Dynamics
+1102.1095 Probability
+1102.1100 Representation Theory
+1102.1104 Probability
+1102.1112 Analysis of PDEs
+1102.1115 Computer Science and Game Theory
+1102.1118 Geometric Topology
+1102.1119
+1102.1120 General Physics
+1102.1135 Dynamical Systems
+1102.1141 Discrete Mathematics
+1102.1142 Discrete Mathematics
+1102.1144 Combinatorics
+1102.1146 Probability
+1102.1147 Solar and Stellar Astrophysics
+1102.1152 Human-Computer Interaction
+1102.1155 Number Theory
+1102.1156 Complex Variables
+1102.1161 Computer Science and Game Theory
+1102.1162 Probability
+1102.1165 Information Theory
+1102.1168 Digital Libraries
+1102.1169 Combinatorics
+1102.1172 Number Theory
+1102.1177 High Energy Astrophysical Phenomena
+1102.1178 Programming Languages
+1102.1181
+1102.1184 Cosmology and Nongalactic Astrophysics
+1102.1187
+1102.1188 Representation Theory
+1102.1200
+1102.1201 Number Theory
+1102.1206 Solar and Stellar Astrophysics
+1102.1208 Computational Complexity
+1102.1210 Instrumentation and Methods for Astrophysics
+1102.1211 Materials Science
+1102.1217 Classical Analysis and ODEs
+1102.1223 Algebraic Topology
+1102.1226 Cryptography and Security
+1102.1231 Information Theory
+1102.1235 Discrete Mathematics
+1102.1237 Programming Languages
+1102.1250
+1102.1254 Phenomenology
+1102.1255 Algebraic Geometry
+1102.1258
+1102.1259
+1102.1260
+1102.1264 Dynamical Systems
+1102.1265 Information Theory
+1102.1267 Experiment
+1102.1271 Solar and Stellar Astrophysics
+1102.1273 Data Structures and Algorithms
+1102.1276 Space Physics
+1102.1278 Algebraic Geometry
+1102.1280 Soft Condensed Matter
+1102.1281 Classical Physics
+1102.1282 Optics
+1102.1284 Optics
+1102.1285 Optics
+1102.1289 Space Physics
+1102.1292 Computer Vision and Pattern Recognition
+1102.1296 Statistical Mechanics
+1102.1306 Phenomenology
+1102.1307
+1102.1312 Algebraic Geometry
+1102.1323 Logic in Computer Science
+1102.1324 Learning
+1102.1328 Analysis of PDEs
+1102.1330 Soft Condensed Matter
+1102.1331 Phenomenology
+1102.1332 Combinatorics
+1102.1334 Phenomenology
+1102.1340 Discrete Mathematics
+1102.1341 Computer Science and Game Theory
+1102.1342 Computer Science and Game Theory
+1102.1345 Information Retrieval
+1102.1347 Optimization and Control
+1102.1348 Computational Finance
+1102.1357 Theory
+1102.1363 Instrumentation and Detectors
+1102.1366 Materials Science
+1102.1367 Rings and Algebras
+1102.1378 Functional Analysis
+1102.1380 Analysis of PDEs
+1102.1386 Differential Geometry
+1102.1398 Social and Information Networks
+1102.1400 Analysis of PDEs
+1102.1409 Numerical Analysis
+1102.1413 Analysis of PDEs
+1102.1416 Rings and Algebras
+1102.1419 General Topology
+cond-mat/0208280 Disordered Systems and Neural Networks
+cond-mat/9907156 Materials Science
+hep-ex/0205106 Experiment
+hep-ex/0612024 Experiment
+hep-ph/0411380 Phenomenology
+math/0409556 Dynamical Systems
+math/0602373 Algebraic Geometry
+physics/0004022 Plasma Physics
+0802.3017 Experiment
+0808.3677 Experiment
+0811.2813 Theory
+0901.0022 Analysis of PDEs
+0901.3666 Populations and Evolution
+0903.0442 Disordered Systems and Neural Networks
+0903.4542 Pricing of Securities
+0904.1234 Physics and Society
+0906.2159 Theory
+0907.2856 Representation Theory
+0907.4433 High Energy Astrophysical Phenomena
+0908.3019 Instrumentation and Detectors
+0908.3732 Geophysics
+0909.4333
+0910.1140 Statistical Mechanics
+0910.4570 Number Theory
+0911.0476 Disordered Systems and Neural Networks
+0912.1955 Quantum Gases
+0912.3645 Group Theory
+1001.0325 Group Theory
+1001.1543 Theory
+1001.2600 Theory
+1001.3958 Theory
+1002.1257
+1002.2708
+1002.3157 Functional Analysis
+1002.3562 Algebraic Geometry
+1002.4256 Symplectic Geometry
+1002.4655 Phenomenology
+1003.0543
+1003.0904 Cosmology and Nongalactic Astrophysics
+1003.2300 High Energy Astrophysical Phenomena
+1003.2590 High Energy Astrophysical Phenomena
+1003.5985 Theory
+1004.3666 High Energy Astrophysical Phenomena
+1004.3715 Operating Systems
+1004.4348 Algebraic Topology
+1004.4351 Theory
+1005.1251
+1005.1628 Superconductivity
+1005.2584 Cosmology and Nongalactic Astrophysics
+1005.3324 Discrete Mathematics
+1005.3951 Instrumentation and Methods for Astrophysics
+1005.4436 Geometric Topology
+1005.5302 Theory
+1006.0700
+1006.2741 Phenomenology
+1006.3646
+1006.3829
+1006.4128 Computational Physics
+1006.4856
+1006.4911 Biomolecules
+1007.2259 Phenomenology
+1007.2294
+1007.3625 Strongly Correlated Electrons
+1007.5156 Theory
+1007.5250 Cosmology and Nongalactic Astrophysics
+1007.5441 Strongly Correlated Electrons
+1008.0183 General Mathematics
+1008.0329 Instrumentation and Methods for Astrophysics
+1008.1031
+1008.1450 Cosmology and Nongalactic Astrophysics
+1008.1618
+1008.2319 Phenomenology
+1008.3399 Cosmology and Nongalactic Astrophysics
+1008.3611 Chemical Physics
+1008.4134 Strongly Correlated Electrons
+1008.4505 Theory
+1009.0218 Cosmology and Nongalactic Astrophysics
+1009.0946
+1009.1072 Quantum Gases
+1009.1098 Differential Geometry
+1009.1575 Computational Geometry
+1009.2088 Phenomenology
+1009.3149
+1009.3529 Optics
+1009.4223 Quantum Gases
+1009.5226
+1009.5606 Lattice
+1009.5754
+1009.5763 Theory
+1009.5820
+1009.6100
+1010.0013 Phenomenology
+1010.0251 Cosmology and Nongalactic Astrophysics
+1010.0500 Phenomenology
+1010.0939 Phenomenology
+1010.1423
+1010.1627 Disordered Systems and Neural Networks
+1010.1734 Theory
+1010.1934 Phenomenology
+1010.2266 Theory
+1010.3270 Theory
+1010.3360 Phenomenology
+1010.3373 Theory
+1010.3617 Superconductivity
+1010.3793 Instrumentation and Methods for Astrophysics
+1010.4015 Other Condensed Matter
+1010.4178 Theory
+1010.4304 Cosmology and Nongalactic Astrophysics
+1010.4396 Theory
+1010.4467 Phenomenology
+1010.4806 Theory
+1010.4967 Theory
+1010.5103
+1010.5130 Differential Geometry
+1010.5540 Theory
+1010.5784 Theory
+1010.5874 Theory
+1011.0820 Theory
+1011.0931 Phenomenology
+1011.1305
+1011.1648 Lattice
+1011.1861
+1011.1899 Theory
+1011.2206 Phenomenology
+1011.2344 Theory
+1011.2519 Theory
+1011.3835 Theory
+1011.4917 Number Theory
+1011.6661 Phenomenology
+1012.0113 Theory
+1012.0666 Phenomenology
+1012.1320 Theory
+1012.2087 Differential Geometry
+1012.2502 Theory
+1012.4831 Theory
+1012.5037 Astrophysics of Galaxies
+1012.5264 General Physics
+1012.5321
+1012.5633 General Physics
+1101.0028 Cosmology and Nongalactic Astrophysics
+1101.0708 Soft Condensed Matter
+1101.2816 Theory
+1101.5033 Theory
+1101.5174 Accelerator Physics
+1101.5767 Algebraic Topology
+1101.5864 Analysis of PDEs
+1101.6031
+1102.0219 Differential Geometry
+1102.0285 Theory
+1102.0299 Methodology
+1102.0304 Operator Algebras
+1102.0312 General Finance
+1102.0325
+1102.0337 Complex Variables
+1102.0338 Complex Variables
+1102.0347 Astrophysics of Galaxies
+1102.0362 Rings and Algebras
+1102.0366 Rings and Algebras
+1102.0371 Formal Languages and Automata Theory
+1102.0378 Computational Complexity
+1102.0379 Solar and Stellar Astrophysics
+1102.0392 Phenomenology
+1102.0393 Optics
+1102.0394 Mesoscale and Nanoscale Physics
+1102.0395 Data Structures and Algorithms
+1102.0396 Earth and Planetary Astrophysics
+1102.0402
+1102.0406 Information Theory
+1102.0418 History and Overview
+1102.0420 Phenomenology
+1102.0436 Experiment
+1102.0438 Representation Theory
+1102.0441 Classical Physics
+1102.0445 Cryptography and Security
+1102.0451 Cryptography and Security
+1102.0462 General Physics
+1102.0465 Cosmology and Nongalactic Astrophysics
+1102.0480 Analysis of PDEs
+1102.0484
+1102.0486 Cryptography and Security
+1102.0490 Algebraic Geometry
+1102.0494 Analysis of PDEs
+1102.0495 General Physics
+1102.0498 Materials Science
+1102.0518 Algebraic Geometry
+1102.0523 Operator Algebras
+1102.0532 Probability
+1102.0533 Solar and Stellar Astrophysics
+1102.0542 Combinatorics
+1102.0548 Differential Geometry
+1102.0550 Cosmology and Nongalactic Astrophysics
+1102.0552 Combinatorics
+1102.0553 Materials Science
+cond-mat/0501593 Mesoscale and Nanoscale Physics
+cond-mat/0703772 Strongly Correlated Electrons
+hep-ex/0512017 Experiment
+hep-ph/0206143 Phenomenology
+hep-th/0703166 Theory
+physics/0612123 Atomic Physics
+0708.3357 Spectral Theory
+0709.0684 Mesoscale and Nanoscale Physics
+0801.3117 Logic in Computer Science
+0806.1293 Optimization and Control
+0808.2137 Other Condensed Matter
+0809.3106 Dynamical Systems
+0809.3116 Dynamical Systems
+0810.1504 Algebraic Geometry
+0811.4095 Computation
+0902.4272 Analysis of PDEs
+0903.5262
+0906.0253 Theory
+0906.3443 Strongly Correlated Electrons
+0907.1254 Computation
+0909.2109 Dynamical Systems
+0909.3771 Algebraic Geometry
+0909.5129 Algebraic Geometry
+0909.5304 Statistical Mechanics
+0910.3485 Artificial Intelligence
+0910.5298 Theory
+0911.5124 Logic
+0912.0457 Combinatorics
+0912.2022 Analysis of PDEs
+0912.2717 Statistical Mechanics
+0912.3069 History and Philosophy of Physics
+1001.1231 Data Structures and Algorithms
+1001.3911 Information Theory
+1002.0230
+1002.4679 Commutative Algebra
+1003.0545 Geometric Topology
+1003.4688 Superconductivity
+1003.5501 Spectral Theory
+1003.5520 Spectral Theory
+1006.0778 Information Theory
+1006.5139 Logic
+1007.3521 Atomic Physics
+1007.3734 Cosmology and Nongalactic Astrophysics
+1008.2808 Exactly Solvable and Integrable Systems
+1008.3317
+1008.5104 Algebraic Topology
+1009.3046 Plasma Physics
+1009.4967 Probability
+1010.1282 General Mathematics
+1010.3147 Geometric Topology
+1010.3816
+1011.1218 Solar and Stellar Astrophysics
+1011.1637
+1011.2373 Theory
+1011.3184
+1011.4348
+1011.5293
+1012.0332
+1012.4386 Chaotic Dynamics
+1101.0286 Operator Algebras
+1101.0379 Complex Variables
+1101.1575 Probability
+1101.1724 Probability
+1101.2005 Numerical Analysis
+1101.5829 Rings and Algebras
+1102.0707 General Physics
+1102.1154 Mesoscale and Nanoscale Physics
+1102.1179
+1102.2475 Numerical Analysis
+1102.3152
+1102.5010
+1103.0344 Strongly Correlated Electrons
+1103.1582 General Physics
+1103.2578 Combinatorics
+1103.3464 Algebraic Geometry
+1103.3559 General Physics
+1103.4635
+1103.4861 Cosmology and Nongalactic Astrophysics
+1103.5682 Phenomenology
+1103.6238 Instrumentation and Detectors
+1104.0619
+1104.2737 Phenomenology
+1104.4285 Information Theory
+1104.5268 Probability
+1104.5344 Physics and Society
+1104.5551 Cosmology and Nongalactic Astrophysics
+1104.5577 Phenomenology
+1105.0095
+1105.0321 General Mathematics
+1105.2110 Materials Science
+1105.2212
+1105.4186 Phenomenology
+1105.5037 General Physics
+1106.1077
+1106.1203 Materials Science
+1106.1984 Cosmology and Nongalactic Astrophysics
+1106.2039 Cosmology and Nongalactic Astrophysics
+1106.4513 Applications
+1106.4630 Materials Science
+1106.4808 Phenomenology
+1106.6254 Computational Geometry
+1107.0057 Mesoscale and Nanoscale Physics
+1107.2728
+1107.2743
+1107.3017 Quantum Gases
+1107.3246 Analysis of PDEs
+1107.5126 Soft Condensed Matter
+1107.5713 Algebraic Geometry
+1108.0259 Phenomenology
+1108.0785 Earth and Planetary Astrophysics
+1108.0891 Mesoscale and Nanoscale Physics
+1108.1960 Differential Geometry
+1108.2021 Mesoscale and Nanoscale Physics
+1108.2411 Group Theory
+1108.3781 Atmospheric and Oceanic Physics
+1108.4860 General Physics
+1108.5065
+1108.5865 Phenomenology
+1108.5885 Differential Geometry
+1108.6131 Physics and Society
+1109.1026 Cosmology and Nongalactic Astrophysics
+1109.3486 Theory
+1109.3958 Other Condensed Matter
+1109.4344 Combinatorics
+1109.4519
+1109.4779 Solar and Stellar Astrophysics
+1109.5012 Tissues and Organs
+1109.5071 Probability
+1109.5329 Solar and Stellar Astrophysics
+1109.5355 History and Philosophy of Physics
+1109.5422 Superconductivity
+1109.5423 Populations and Evolution
+1109.5506 Logic in Computer Science
+1109.5569 Algebraic Geometry
+1109.5671 Phenomenology
+1109.5674 History and Philosophy of Physics
+1109.5679 Performance
+1109.5957 Number Theory
+1109.6121 General Physics
+1109.6173 Experiment
+1109.6282 Phenomenology
+1109.6332 Mesoscale and Nanoscale Physics
+1109.6467 Differential Geometry
+1109.6539 Combinatorics
+1109.6823 Functional Analysis
+1109.6915 Instrumentation and Detectors
+1109.6922 Solar and Stellar Astrophysics
+1110.0008 Cosmology and Nongalactic Astrophysics
+1110.0009 Combinatorics
+1110.0010 Numerical Analysis
+1110.0012 Experiment
+1110.0014 Phenomenology
+1110.0017 Cosmology and Nongalactic Astrophysics
+1110.0023 Artificial Intelligence
+1110.0024 Artificial Intelligence
+1110.0025 Computer Science and Game Theory
+1110.0026 Artificial Intelligence
+1110.0028 Artificial Intelligence
+1110.0031 Analysis of PDEs
+1110.0032 Analysis of PDEs
+1110.0035 Cosmology and Nongalactic Astrophysics
+1110.0037 Combinatorics
+1110.0039
+1110.0042 Analysis of PDEs
+1110.0044 Experiment
+1110.0048 Experiment
+1110.0055 Solar and Stellar Astrophysics
+1110.0056 Solar and Stellar Astrophysics
+1110.0062 Applications
+1110.0068 Number Theory
+1110.0087 Instrumentation and Detectors
+1110.0088 Optimization and Control
+1110.0090 Probability
+1110.0093 Strongly Correlated Electrons
+1110.0102 Mesoscale and Nanoscale Physics
+1110.0105 Multiagent Systems
+1110.0106 Algebraic Geometry
+1110.0113 Materials Science
+1110.0122 K-Theory and Homology
+1110.0127 K-Theory and Homology
+1110.0130 Populations and Evolution
+1110.0134
+1110.0137 Solar and Stellar Astrophysics
+1110.0141 Differential Geometry
+1110.0142 General Physics
+1110.0143 Experiment
+1110.0148 Instrumentation and Detectors
+1110.0150 Cryptography and Security
+1110.0152 Experiment
+1110.0154 Atomic Physics
+1110.0159 Risk Management
+1110.0164 Algebraic Geometry
+1110.0167 Spectral Theory
+1110.0168 Numerical Analysis
+1110.0171 Representation Theory
+1110.0174 Group Theory
+1110.0178 Discrete Mathematics
+1110.0179 Analysis of PDEs
+1110.0180 Data Structures and Algorithms
+1110.0192
+1110.0202 Geophysics
+1110.0203 Group Theory
+1110.0204 Discrete Mathematics
+1110.0205 Applications
+1110.0209 Databases
+1110.0213 Experiment
+1110.0214 Learning
+1110.0215 Information Theory
+1110.0216 Probability
+1110.0217 General Mathematics
+1110.0218
+1110.0224 Combinatorics
+1110.0230 Algebraic Geometry
+1110.0232 Algebraic Geometry
+1110.0233 Number Theory
+1110.0235 Biomolecules
+1110.0238
+1110.0239 Phenomenology
+1110.0242 Differential Geometry
+1110.0246 Number Theory
+1110.0252 Information Theory
+1110.0269 Differential Geometry
+1110.0272 Physics and Society
+1110.0273 Combinatorics
+1110.0274 Optimization and Control
+1110.0281 Complex Variables
+1110.0282 Experiment
+1110.0285
+1110.0287 Numerical Analysis
+1110.0289 Information Retrieval
+1110.0293 Optimization and Control
+1110.0297 Functional Analysis
+1110.0299 Classical Analysis and ODEs
+1110.0304 Logic
+1110.0307 Solar and Stellar Astrophysics
+1110.0308 Number Theory
+1110.0310 Networking and Internet Architecture
+1110.0312 History and Philosophy of Physics
+1110.0321 Rings and Algebras
+1110.0322 Astrophysics of Galaxies
+1110.0328 Experiment
+1110.0329 Optics
+1110.0331
+1110.0332 Materials Science
+1110.0334 Distributed, Parallel, and Cluster Computing
+1110.0338 Analysis of PDEs
+1110.0340
+1110.0341 Discrete Mathematics
+1110.0344 Mesoscale and Nanoscale Physics
+1110.0346 General Physics
+1110.0349 Other Statistics
+1110.0355 Popular Physics
+1110.0360 Cryptography and Security
+1110.0363 Representation Theory
+1110.0368 Plasma Physics
+1110.0369 Mesoscale and Nanoscale Physics
+1110.0376 Physics and Society
+1110.0378 Information Theory
+1110.0381 Physics and Society
+1110.0385 Analysis of PDEs
+1110.0389 Phenomenology
+1110.0390 Algebraic Geometry
+1110.0393 Experiment
+1110.0396 Solar and Stellar Astrophysics
+1110.0399 Combinatorics
+1110.0400 Functional Analysis
+1110.0404 Distributed, Parallel, and Cluster Computing
+1110.0405 Algebraic Topology
+1110.0414 Dynamical Systems
+1110.0415 Algebraic Geometry
+1110.0425 Information Theory
+1110.0428 Information Theory
+1110.0429 Number Theory
+1110.0430 Phenomenology
+1110.0432 Superconductivity
+1110.0433 Neurons and Cognition
+1110.0435 Experiment
+1110.0436 Human-Computer Interaction
+1110.0443 Instrumentation and Detectors
+1110.0448 Geometric Topology
+1110.0450 Differential Geometry
+1110.0452 Neurons and Cognition
+cond-mat/0307051 Strongly Correlated Electrons
+cond-mat/0401485 Statistical Mechanics
+cond-mat/9903075 Superconductivity
+cond-mat/9908380 Strongly Correlated Electrons
+cs/0009023 Discrete Mathematics
+cs/0009028 Discrete Mathematics
+hep-ph/0408314 Phenomenology
+hep-th/0510129 Theory
+math/0505446 Dynamical Systems
+0705.1609 Dynamical Systems
+0807.0512 Dynamical Systems
+0807.2781 Group Theory
+0903.3516 Biological Physics
+0905.2999 Fluid Dynamics
+0906.4363 Dynamical Systems
+0906.5532
+0907.1679
+0908.0364 Optimization and Control
+0909.3519 Phenomenology
+0910.2147 Differential Geometry
+0911.0713 Classical Analysis and ODEs
+0911.3920 Classical Analysis and ODEs
+0911.4071 Statistical Mechanics
+0912.3778 Materials Science
+1001.0943 Physics and Society
+1001.2224 Strongly Correlated Electrons
+1001.5007 Learning
+1002.2177 Differential Geometry
+1002.3866 Data Structures and Algorithms
+1003.4154 Theory
+1003.4586 Phenomenology
+1004.1459 Cosmology and Nongalactic Astrophysics
+1005.3843 Superconductivity
+1006.1094 Algebraic Geometry
+1006.2252 Lattice
+1006.2530 Classical Analysis and ODEs
+1006.3152
+1006.4145 Instrumentation and Methods for Astrophysics
+1006.4420 Operator Algebras
+1007.1312
+1007.2125
+1007.2931 Statistical Mechanics
+1007.5084 Quantum Algebra
+1008.1893 Other Condensed Matter
+1009.1056 Algebraic Geometry
+1009.4810 Number Theory
+1009.5170 Functional Analysis
+1009.5897 Mesoscale and Nanoscale Physics
+1010.0068 Algebraic Geometry
+1010.1242 Solar and Stellar Astrophysics
+1010.1373 Lattice
+1010.2150 Theory
+1010.2172 Phenomenology
+1010.2481
+1010.3684 Differential Geometry
+1010.5047
+1010.5989 Quantum Gases
+1011.0919 General Mathematics
+1011.1450 Other Condensed Matter
+1011.3481 Theory
+1011.4599 Superconductivity
+1012.0861 Mesoscale and Nanoscale Physics
+1012.1578 General Topology
+1012.2422 Genomics
+1012.2862 High Energy Astrophysical Phenomena
+1012.2951
+1012.3349 Geometric Topology
+1012.4057 Theory
+1101.0889 Accelerator Physics
+1101.0951 Group Theory
+1101.2393 Mesoscale and Nanoscale Physics
+1102.1096 Computer Science and Game Theory
+1102.2429 Cosmology and Nongalactic Astrophysics
+1102.4414 Strongly Correlated Electrons
+1102.4844 Combinatorics
+1103.0038 Information Theory
+1103.1502
+1103.1538 Analysis of PDEs
+1103.1561 Solar and Stellar Astrophysics
+1103.2411 Information Theory
+1103.2791 Earth and Planetary Astrophysics
+1103.3615 Chemical Physics
+1103.3842 Combinatorics
+1103.4190 Analysis of PDEs
+1103.5158 Statistics Theory
+1103.5163 Optimization and Control
+1103.5318 Functional Analysis
+1103.5320 Other Computer Science
+1103.5410 Social and Information Networks
+1103.5478 Information Theory
+1103.5482 Algebraic Geometry
+1103.5483 Biological Physics
+1103.5486 Rings and Algebras
+1103.5490 Quantitative Methods
+1103.5491 Medical Physics
+1103.5493 Medical Physics
+1103.5494 Medical Physics
+1103.5498
+1103.5502 Biological Physics
+1103.5509 Differential Geometry
+1103.5510 Computational Geometry
+1103.5513 Number Theory
+1103.5517 Combinatorics
+1103.5524 Group Theory
+1103.5529 Atomic Physics
+1103.5531 Data Structures and Algorithms
+1103.5533
+1103.5535 Information Theory
+1103.5536 Probability
+1103.5539 Category Theory
+1103.5544 K-Theory and Homology
+1103.5546 Solar and Stellar Astrophysics
+1103.5547 Functional Analysis
+1103.5561 Statistical Mechanics
+1103.5562 Classical Analysis and ODEs
+1103.5567 Differential Geometry
+1103.5569 Physics and Society
+1103.5571 Geometric Topology
+1103.5573 Differential Geometry
+1103.5582 Physics and Society
+1103.5584 Theory
+1103.5589 Cryptography and Security
+1103.5591 Probability
+1103.5598 Fluid Dynamics
+1103.5600 History and Philosophy of Physics
+1103.5601 Statistical Mechanics
+1103.5608 Dynamical Systems
+1103.5609 Data Structures and Algorithms
+1103.5616 Software Engineering
+1103.5621 Computer Vision and Pattern Recognition
+1103.5622 Group Theory
+1103.5626 Theory
+1103.5630 Algebraic Geometry
+1103.5638 Cosmology and Nongalactic Astrophysics
+1103.5640 Complex Variables
+1103.5647 Dynamical Systems
+1103.5649 Risk Management
+1103.5651 Statistical Finance
+1103.5653 Risk Management
+1103.5655 Risk Management
+1103.5656 Risk Management
+1103.5659 Statistical Finance
+1103.5660 Statistical Finance
+1103.5661 Statistical Finance
+1103.5662 Quantum Gases
+1103.5664 Trading and Market Microstructure
+1103.5665 Risk Management
+1103.5666 Risk Management
+1103.5668 Risk Management
+1103.5669 Computational Complexity
+1103.5672 General Finance
+1103.5673 Group Theory
+1103.5674 Risk Management
+1103.5676 Computation and Language
+1103.5680 Experiment
+1103.5683 Chaotic Dynamics
+1103.5687 Differential Geometry
+1103.5689 Discrete Mathematics
+1103.5695 Networking and Internet Architecture
+1103.5698 Statistical Mechanics
+1103.5708 Artificial Intelligence
+1103.5712 Cryptography and Security
+1103.5716 General Topology
+1103.5717 Probability
+1103.5721 Analysis of PDEs
+1103.5736 Distributed, Parallel, and Cluster Computing
+cond-mat/0511670 Mesoscale and Nanoscale Physics
+math/0111235 Algebraic Geometry
+math/0512068 Statistics Theory
+math/0512069 Statistics Theory
+math/0701255 Algebraic Geometry
+math/0703550 Statistics Theory
+math/0703551 Statistics Theory
+math/9906095 Classical Analysis and ODEs
+0705.0736 Category Theory
+0711.2672 Dynamical Systems
+0801.3837 Information Theory
+0802.3492 Programming Languages
+0802.3771 Differential Geometry
+0808.3974 Symplectic Geometry
+0812.1344
+0902.1065 Dynamical Systems
+0902.3255 Materials Science
+0903.4216 Statistical Finance
+0908.3121 Statistics Theory
+0910.5650 Algebraic Topology
+0911.2410
+0911.2811 Algebraic Topology
+0912.1135 Numerical Analysis
+0912.2530 Theory
+0912.4871 Theory
+0912.5300 Theory
+1001.4311
+1004.2006 Data Analysis, Statistics and Probability
+1006.0741 Multiagent Systems
+1006.4951 Mesoscale and Nanoscale Physics
+1007.3728 General Physics
+1008.0446 Statistics Theory
+1008.1307 Theory
+1008.2965 Theory
+1008.4079
+1009.0023 Theory
+1009.4536 Tissues and Organs
+1009.5094 Optimization and Control
+1009.5527 Materials Science
+1009.6101
+1010.0282 Algebraic Geometry
+1010.3280 High Energy Astrophysical Phenomena
+1011.0390 Discrete Mathematics
+1011.0509 Representation Theory
+1011.0949 Analysis of PDEs
+1011.0985 Theory
+1011.1145 Theory
+1011.1245 Theory
+1011.2659 Theory
+1011.3841 Soft Condensed Matter
+1011.4905 Phenomenology
+1011.5709
+1011.5855 Phenomenology
+1011.6199 Phenomenology
+1011.6259 Phenomenology
+1011.6530 Strongly Correlated Electrons
+1012.0026 Theory
+1012.0404 Lattice
+1012.1299 Materials Science
+1012.4412 Lattice
+1012.4638 Phenomenology
+1012.4722 Theory
+1012.5021
+1101.0232 Superconductivity
+1101.1605
+1101.1690
+1101.1722
+1101.2793 Theory
+1101.4890
+1101.4936 Phenomenology
+1101.5980 General Physics
+1102.0599 Quantum Gases
+1102.1399 Quantum Gases
+1102.2674 Optics
+1102.3233
+1102.4267 Representation Theory
+1102.4603 High Energy Astrophysical Phenomena
+1102.4804 Combinatorics
+1103.0611 Phenomenology
+1103.1645 Strongly Correlated Electrons
+1103.1853 Phenomenology
+1103.2343
+1103.5557 Theory
+1103.6179 Strongly Correlated Electrons
+1104.0217
+1104.1565 Cosmology and Nongalactic Astrophysics
+1104.2012 High Energy Astrophysical Phenomena
+1104.4181 High Energy Astrophysical Phenomena
+1104.4686 Theory
+1104.4849 Theory
+1105.0074 Social and Information Networks
+1105.1082 Instrumentation and Methods for Astrophysics
+1105.1797 Combinatorics
+1105.4151 Networking and Internet Architecture
+1105.4396 Statistics Theory
+1105.4600 Commutative Algebra
+1105.4838
+1105.4890 Dynamical Systems
+1105.4891 Combinatorics
+1105.4898 Soft Condensed Matter
+1105.4904 Differential Geometry
+1105.4909
+1105.4911
+1105.4926 Representation Theory
+1105.4934 Optics
+1105.4935 Representation Theory
+1105.4936 Data Analysis, Statistics and Probability
+1105.4940 Combinatorics
+1105.4941 Mesoscale and Nanoscale Physics
+1105.4945 Classical Analysis and ODEs
+1105.4953 Data Structures and Algorithms
+1105.4958 Other Computer Science
+1105.4961 Quantitative Methods
+1105.4962 Differential Geometry
+1105.4963 Instrumentation and Detectors
+1105.4964 Soft Condensed Matter
+1105.4965 Physics and Society
+1105.4971 Neural and Evolutionary Computing
+1105.4972 Functional Analysis
+1105.4977 Representation Theory
+1105.4978 Neural and Evolutionary Computing
+1105.4986 Combinatorics
+1105.4989 Information Theory
+1105.4993 Algebraic Geometry
+1105.4997 General Physics
+1105.5010 Astrophysics of Galaxies
+1105.5016 Probability
+1105.5017 Mesoscale and Nanoscale Physics
+1105.5027 Combinatorics
+1105.5033 Molecular Networks
+1105.5034 Instrumentation and Detectors
+1105.5045 Analysis of PDEs
+1105.5047 Statistical Mechanics
+1105.5048 Quantum Algebra
+1105.5053 Physics and Society
+1105.5054
+1105.5060 Differential Geometry
+1105.5063 Molecular Networks
+1105.5065 Methodology
+1105.5066 Differential Geometry
+1105.5067 Differential Geometry
+1105.5069 Accelerator Physics
+1105.5075 Analysis of PDEs
+1105.5094 Dynamical Systems
+1105.5097 Accelerator Physics
+1105.5099 Atomic Physics
+1105.5101 Experiment
+1105.5106 Algebraic Geometry
+1105.5114 High Energy Astrophysical Phenomena
+1105.5116 Astrophysics of Galaxies
+1105.5129 Combinatorics
+cond-mat/0106360 Superconductivity
+gr-qc/0312111
+hep-th/0303129 Theory
+math/0608634 Probability
+math/0609117 Probability
+nucl-ex/0301009
+physics/0512060 Atomic and Molecular Clusters
+physics/0606102 Atomic and Molecular Clusters
+quant-ph/0312174
+0707.0941 Materials Science
+0708.2094 Experiment
+0708.3933 Theory
+0712.1341 Phenomenology
+0712.1641 Theory
+0712.2601 Group Theory
+0802.2531 Materials Science
+0804.1589 K-Theory and Homology
+0807.1887 Superconductivity
+0807.5100 Classical Analysis and ODEs
+0807.5106 Combinatorics
+0812.0778 Algebraic Geometry
+0901.3283
+0902.1771 Analysis of PDEs
+0904.3748 Mesoscale and Nanoscale Physics
+0904.3853 Algebraic Geometry
+0905.1364 Group Theory
+0905.3109 Information Theory
+0905.3521 Statistical Mechanics
+0906.3472 Theory
+0907.2453
+0907.2702 Information Theory
+0908.0353
+0908.1625 Materials Science
+0908.3139
+0908.4006
+0910.0319
+0910.0380
+0910.1548
+0910.5488
+0912.0384 Solar and Stellar Astrophysics
+0912.2855 Phenomenology
+0912.3249 Theory
+0912.4074
+1001.0338 Algebraic Topology
+1001.3898
+1001.3977 Quantum Algebra
+1002.4051 Phenomenology
+1002.4251 Theory
+1002.4710 Lattice
+1003.3827 Phenomenology
+1003.4864
+1004.0003 Cosmology and Nongalactic Astrophysics
+1004.1088 Probability
+1004.1103 Strongly Correlated Electrons
+1004.1964
+1004.3307 Phenomenology
+1004.4674 Plasma Physics
+1004.5264 Theory
+1005.2912
+1006.0812
+1006.2327 Biological Physics
+1006.2365 Soft Condensed Matter
+1006.3482 Analysis of PDEs
+1006.3913 Data Structures and Algorithms
+1006.4394 Materials Science
+1006.5335 Instrumentation and Detectors
+1006.5665
+1006.5760 Mesoscale and Nanoscale Physics
+1006.5788
+1007.1108 High Energy Astrophysical Phenomena
+1007.1141 Phenomenology
+1007.1177
+1007.2317 Number Theory
+1007.3923 Phenomenology
+1007.4125
+1007.4313 Phenomenology
+1007.4577 Analysis of PDEs
+1008.0298 Biological Physics
+1008.0458 Materials Science
+1008.0633 Theory
+1008.1074 Phenomenology
+1008.1738
+1008.2942 Theory
+1008.3308 High Energy Astrophysical Phenomena
+1008.3334 Theory
+1008.3499 Phenomenology
+1008.3861 Phenomenology
+1008.4807 Phenomenology
+1008.4916 Discrete Mathematics
+1008.5159
+1008.5243 Phenomenology
+1008.5302 Phenomenology
+1008.5328 Phenomenology
+1008.5388 Quantum Gases
+1009.1093 Phenomenology
+1009.1747
+1009.2049 Phenomenology
+1009.2081 Cosmology and Nongalactic Astrophysics
+1009.2256
+1009.2635 Phenomenology
+1009.2933 Phenomenology
+1009.3931 Theory
+1009.4138 Instrumentation and Detectors
+1009.5239 Phenomenology
+1009.5250 Phenomenology
+1009.6041 High Energy Astrophysical Phenomena
+1010.0089 Phenomenology
+1010.0288 Phenomenology
+1010.0988 Cosmology and Nongalactic Astrophysics
+1010.1068 Theory
+1010.1089
+1010.1363 Theory
+1010.1417 Phenomenology
+1010.1427 Theory
+1010.1565 Cosmology and Nongalactic Astrophysics
+1010.1874 Quantum Gases
+1010.2179 Materials Science
+1010.2724 Cosmology and Nongalactic Astrophysics
+1010.2927
+1010.3814
+1010.3973
+1010.4640 Phenomenology
+1010.4992 Computational Physics
+1010.5267 Theory
+1010.5315 Theory
+1010.5354 Theory
+1010.5447
+1010.5558 Theory
+1010.5561
+1010.5793 Disordered Systems and Neural Networks
+1010.6250
+1011.0875
+1011.2076 High Energy Astrophysical Phenomena
+1011.3294 Phenomenology
+1011.3679 Theory
+1011.6179
+1011.6196 Phenomenology
+1011.6495 Optimization and Control
+1012.3519
+1012.3794
+1012.4055 Theory
+1012.4646
+1012.5394 Phenomenology
+1012.5619
+1012.5865
+1101.0372 Cosmology and Nongalactic Astrophysics
+1101.0717 Cosmology and Nongalactic Astrophysics
+1101.1074
+1101.1434 Astrophysics of Galaxies
+1101.4380 Number Theory
+1101.4439 Machine Learning
+1101.4486 Information Theory
+1101.5123 Algebraic Geometry
+1101.5170 Analysis of PDEs
+1101.5180 Quantum Gases
+1101.5188 Cryptography and Security
+1101.5193 Cell Behavior
+1101.5198
+1101.5200 Logic in Computer Science
+1101.5201 Algebraic Topology
+1101.5205 Cosmology and Nongalactic Astrophysics
+1101.5208 Theory
+1101.5209 Mesoscale and Nanoscale Physics
+1101.5211 Combinatorics
+1101.5212 Rings and Algebras
+1101.5213 Geometric Topology
+1101.5219 Probability
+1101.5224 Analysis of PDEs
+1101.5232 Solar and Stellar Astrophysics
+1101.5241 Experiment
+1101.5242 Algebraic Geometry
+1101.5248 Statistics Theory
+1101.5249 Optimization and Control
+1101.5250 Combinatorics
+1101.5253 Superconductivity
+1101.5254 Theory
+1101.5259 Differential Geometry
+1101.5264 Quantum Gases
+1101.5267
+1101.5269 Solar and Stellar Astrophysics
+1101.5271 Astrophysics of Galaxies
+1101.5278 Combinatorics
+1101.5279 Probability
+1101.5283 Soft Condensed Matter
+1101.5285 Mesoscale and Nanoscale Physics
+1101.5288 Combinatorics
+1101.5291 High Energy Astrophysical Phenomena
+1101.5302 Combinatorics
+1101.5308 Social and Information Networks
+1101.5313 Other Computer Science
+1101.5314
+1101.5316 Quantum Gases
+1101.5317 Information Theory
+1101.5319 Complex Variables
+1101.5322 Physics and Society
+1101.5329 Materials Science
+1101.5332 Dynamical Systems
+1101.5335 Performance
+1101.5336 Combinatorics
+1101.5345 Data Structures and Algorithms
+1101.5348 Combinatorics
+1101.5355
+1101.5357 High Energy Astrophysical Phenomena
+1101.5367 Group Theory
+1101.5369
+1101.5371 Genomics
+1101.5376 Data Structures and Algorithms
+1101.5378
+1101.5381 Functional Analysis
+1101.5382 Representation Theory
+1101.5388 Theory
+1101.5389 Analysis of PDEs
+astro-ph/0404022
+astro-ph/0507456
+cond-mat/0611777 Materials Science
+cs/0501092 Robotics
+hep-lat/0609057 Lattice
+hep-ph/0102176 Phenomenology
+hep-ph/0703058 Phenomenology
+hep-th/0311173 Theory
+hep-th/9210025 Theory
+math-ph/0511044
+math/0502041 Quantum Algebra
+math/0502161 Algebraic Geometry
+math/0505636 Combinatorics
+math/0512022 Algebraic Geometry
+math/0603160 Quantum Algebra
+nlin/0603029 Exactly Solvable and Integrable Systems
+nucl-th/0507041
+q-alg/9711009 Quantum Algebra
+quant-ph/0210148
+quant-ph/0403179
+0706.4262
+0807.4940 Theory
+0808.0467 Number Theory
+0810.0613
+0811.0106 Analysis of PDEs
+0812.2749 Statistics Theory
+0903.1464 Solar and Stellar Astrophysics
+0906.1202 Neurons and Cognition
+0906.2926 Solar and Stellar Astrophysics
+0907.4524 Cosmology and Nongalactic Astrophysics
+0907.5310 Phenomenology
+0909.0283 Differential Geometry
+0909.0726 Rings and Algebras
+0909.4549 Phenomenology
+0910.2965 Representation Theory
+0912.3428 Cosmology and Nongalactic Astrophysics
+1002.1073 Differential Geometry
+1003.0611 Combinatorics
+1003.0707 Analysis of PDEs
+1004.0784 Computation
+1004.1780
+1004.3264 Differential Geometry
+1005.0525
+1005.0873 Mesoscale and Nanoscale Physics
+1005.2084 Geometric Topology
+1005.5046 Fluid Dynamics
+1005.5220 Mesoscale and Nanoscale Physics
+1005.5247 Probability
+1005.5558 Algebraic Geometry
+1006.0126 Superconductivity
+1006.2910
+1007.0015
+1007.0127 Strongly Correlated Electrons
+1007.1641 Phenomenology
+1007.2117 Numerical Analysis
+1007.2562 Functional Analysis
+1007.5122 Number Theory
+1008.0585 Theory
+1008.1734 Superconductivity
+1008.3109 Cosmology and Nongalactic Astrophysics
+1008.4171 Instrumentation and Detectors
+1008.5068 Instrumentation and Detectors
+1008.5097
+1009.0052 Instrumentation and Detectors
+1009.0589
+1009.0774
+1009.0809 Theory
+1009.0876 Instrumentation and Detectors
+1009.1267
+1009.2656 Atomic and Molecular Clusters
+1009.2751 Phenomenology
+1009.3030
+1009.3793 Instrumentation and Detectors
+1009.3817
+1009.3874 Theory
+1009.3884 Cosmology and Nongalactic Astrophysics
+1009.3891 Information Theory
+1009.3934 Phenomenology
+1009.4029
+1009.4418 Theory
+1009.5883 Instrumentation and Detectors
+1010.0743 Information Theory
+1010.1570
+1010.1644 Theory
+1010.2784
+1010.2832 Computational Physics
+1010.3426 Differential Geometry
+1010.3604 Probability
+1010.4164
+1010.4885
+1010.5837
+1010.6170 Probability
+1011.1217
+1011.1483 Combinatorics
+1011.2062
+1011.2768
+1011.2775 Lattice
+1011.2853 Phenomenology
+1011.3428 Theory
+1011.3433
+1011.3467
+1011.3477
+1011.5387 Quantum Gases
+1011.6299 Phenomenology
+1011.6650 Phenomenology
+1012.0831 Spectral Theory
+1012.1029 Phenomenology
+1012.1739
+1012.1911 Category Theory
+1012.4039
+1012.4411
+1012.5496 Genomics
+1101.0118 Theory
+1101.1139
+1101.1417 General Physics
+1101.2658 Commutative Algebra
+1101.3552 Theory
+1101.3816 Theory
+1101.4004 Experiment
+1101.4316 Statistics Theory
+1101.4362 Phenomenology
+1101.4403 Theory
+1101.5373 Accelerator Physics
+1101.5408 Instrumentation and Methods for Astrophysics
+1101.5422 Exactly Solvable and Integrable Systems
+1102.0114 Differential Geometry
+1102.0416 Phenomenology
+1102.1321
+1102.1422 Superconductivity
+1102.2187 Strongly Correlated Electrons
+1102.2727 Instrumentation and Detectors
+1102.3706
+1102.3794 Materials Science
+1102.3859 Quantum Gases
+1102.4357
+1102.4615 Phenomenology
+1103.0252 Phenomenology
+1103.1388 Phenomenology
+1103.1585 Number Theory
+1103.1664 Phenomenology
+1103.2738 Theory
+1103.2792 Phenomenology
+1103.2978 Strongly Correlated Electrons
+1103.3150 Theory
+1103.3593
+1103.4237 High Energy Astrophysical Phenomena
+1103.4495 Theory
+1103.4567 Materials Science
+1103.4980 Data Analysis, Statistics and Probability
+1103.5090 High Energy Astrophysical Phenomena
+1103.5477 High Energy Astrophysical Phenomena
+1103.5727 High Energy Astrophysical Phenomena
+1103.6057 Phenomenology
+1103.6086 Instrumentation and Detectors
+1103.6222 Discrete Mathematics
+1104.0962 Quantum Gases
+1104.1727 Mesoscale and Nanoscale Physics
+1104.2419 Strongly Correlated Electrons
+1104.3396 Theory
+1104.4254
+1104.5161 Quantum Gases
+1104.5437 Analysis of PDEs
+1105.0328
+1105.1234 Cryptography and Security
+1105.1827 Distributed, Parallel, and Cluster Computing
+1105.2448 High Energy Astrophysical Phenomena
+1105.3610 Functional Analysis
+1105.4219 Classical Physics
+1105.4282 Algebraic Geometry
+1105.4349 Numerical Analysis
+1105.4350
+1105.4405 Representation Theory
+1105.4604 Theory
+1105.4613 Cosmology and Nongalactic Astrophysics
+1105.4618 Learning
+1105.4623 Phenomenology
+1105.4632 Differential Geometry
+1105.4633 General Physics
+1105.4636 Probability
+1105.4641 Metric Geometry
+1105.4644 Instrumentation and Detectors
+1105.4657
+1105.4662 Number Theory
+1105.4667 Statistics Theory
+1105.4668
+1105.4678
+1105.4683 Information Theory
+1105.4687 Spectral Theory
+1105.4690 Analysis of PDEs
+1105.4702 Information Retrieval
+1105.4703 Optics
+1105.4710 Category Theory
+1105.4712 Computer Vision and Pattern Recognition
+1105.4732 Differential Geometry
+1105.4734 Statistical Mechanics
+1105.4735 Classical Analysis and ODEs
+1105.4736 Digital Libraries
+1105.4738 Medical Physics
+1105.4739 Theory
+1105.4745 Instrumentation and Detectors
+1105.4746 Spectral Theory
+1105.4748 Rings and Algebras
+1105.4758 Mesoscale and Nanoscale Physics
+1105.4759 Cosmology and Nongalactic Astrophysics
+1105.4760 Experiment
+1105.4766 Solar and Stellar Astrophysics
+1105.4768 General Physics
+1105.4769
+1105.4770 Discrete Mathematics
+1105.4772 Algebraic Topology
+1105.4774 Differential Geometry
+1105.4775 Differential Geometry
+1105.4783 Accelerator Physics
+1105.4785 Group Theory
+1105.4794 Mesoscale and Nanoscale Physics
+1105.4799 General Physics
+1105.4801 Analysis of PDEs
+1105.4812 Dynamical Systems
+1105.4815
+1105.4819
+1105.4823 Computation
+1105.4833 Number Theory
+1105.4839 Functional Analysis
+1105.4843 Operator Algebras
+1105.4848 Classical Analysis and ODEs
+1105.4851 Geometric Topology
+1105.4860
+1105.4868 Information Retrieval
+1105.4871 Machine Learning
+1105.4873 Experiment
+astro-ph/0412619
+astro-ph/9609061
+hep-ex/0612047 Experiment
+hep-lat/0505020 Lattice
+hep-ph/0306256 Phenomenology
+hep-th/0512283 Theory
+math-ph/0012001
+quant-ph/0005031
+quant-ph/0202149
+quant-ph/0205058
+1108.0027 Social and Information Networks
+1108.0064 Combinatorics
+1108.0097
+1108.0146 High Energy Astrophysical Phenomena
+1108.0251 Applications
+1108.0354 Statistical Mechanics
+1108.0442 Social and Information Networks
+1108.0560 Popular Physics
+1108.0706
+1108.0782 Medical Physics
+1108.0786 Computational Engineering, Finance, and Science
+1108.0983 Chaotic Dynamics
+1108.1018
+1108.1066 Systems and Control
+1108.1104 Other Condensed Matter
+0704.2403
+0704.2411 Rings and Algebras
+0710.3142 Atomic Physics
+0710.4316
+0711.2418
+0711.2549 Differential Geometry
+0804.1061
+0804.4697 Atomic Physics
+0805.1565 Classical Analysis and ODEs
+0805.2255
+0805.2518 Probability
+0805.2548
+0805.4225
+0805.4265
+0806.0557
+0806.3692
+0806.4481
+0806.4594
+0807.1020
+0807.1101
+0807.1328
+0807.1346
+0807.2790
+0807.3069
+0807.3429
+0807.4210 Atomic Physics
+0807.4421
+0807.4914
+0807.4930
+0807.4965
+0808.0261
+0808.1122
+0808.1465
+0809.0097
+0809.0528 Strongly Correlated Electrons
+0809.2769
+0810.1757 Mesoscale and Nanoscale Physics
+0810.2967
+0810.3830
+0810.4208 Atomic Physics
+0811.0566
+0811.0784
+0811.1493
+0811.2161 Theory
+0811.3759
+0901.0549 Cosmology and Nongalactic Astrophysics
+0901.4366 Other Condensed Matter
+0902.2739 Fluid Dynamics
+0902.4270 Representation Theory
+0903.2367 Cosmology and Nongalactic Astrophysics
+0903.2986 Cosmology and Nongalactic Astrophysics
+0905.4467 Superconductivity
+0906.3546 Cosmology and Nongalactic Astrophysics
+0906.4944 Cosmology and Nongalactic Astrophysics
+0907.1526 Cosmology and Nongalactic Astrophysics
+0908.3448 Algebraic Topology
+0908.3772 Rings and Algebras
+0910.1323
+0912.5207 Phenomenology
+1003.5200 Algebraic Geometry
+1004.3083 Representation Theory
+1004.3576 Superconductivity
+1004.4315 Representation Theory
+1004.5147 Strongly Correlated Electrons
+1004.5586 Strongly Correlated Electrons
+1005.2560 Group Theory
+1005.4753 Statistics Theory
+1006.3019 Experiment
+1006.3668 Chaotic Dynamics
+1006.5482 Dynamical Systems
+1007.0492 Soft Condensed Matter
+1007.1979 Geometric Topology
+1007.2916 Functional Analysis
+1007.3648 Commutative Algebra
+1008.1201 Numerical Analysis
+1008.3562 Phenomenology
+1008.3722 Pricing of Securities
+1008.3908 Superconductivity
+1008.4173 Strongly Correlated Electrons
+1008.5005 Atomic Physics
+1009.5782
+1010.4188
+1010.5780 Theory
+1011.2154 Number Theory
+1011.2824 Atomic Physics
+1011.4150 Solar and Stellar Astrophysics
+1011.4252
+1011.4524 Lattice
+1011.4553 Instrumentation and Detectors
+1011.4574 Phenomenology
+1011.4620 Instrumentation and Detectors
+1011.4659
+1011.4661 Phenomenology
+1011.4679 Experiment
+1011.4716 Mesoscale and Nanoscale Physics
+1011.4754
+1011.4806
+1011.4863 Phenomenology
+1011.6507 Phenomenology
+1012.1352 Theory
+1012.3923 High Energy Astrophysical Phenomena
+1012.4462 Theory
+1012.4476
+1012.4743 Representation Theory
+1012.5249
+1101.2647 Rings and Algebras
+1101.4069 Algebraic Geometry
+1101.5515 Probability
+1102.0153 Theory
+1102.1590 Dynamical Systems
+1102.2658 Strongly Correlated Electrons
+1102.4183 Mesoscale and Nanoscale Physics
+1102.4254
+1102.4637 Theory
+1103.0579 Optimization and Control
+1103.0586 Superconductivity
+1103.1148 Combinatorics
+1103.2104 Strongly Correlated Electrons
+1103.2458 Statistical Mechanics
+1103.2915 Phenomenology
+1103.3134
+1103.3499 Astrophysics of Galaxies
+1103.3692
+1103.4488
+1103.4699 Theory
+1103.5140 Phenomenology
+1103.6286 Theory
+1104.0231 Phenomenology
+1104.0957 Phenomenology
+1104.2461 Theory
+1104.3771
+1104.4040 Theory
+1104.4061 Theory
+1105.2370 Phenomenology
+1105.3687 Theory
+1105.5790 Geometric Topology
+1106.2292
+1106.2380 Performance
+1106.2699 Computational Physics
+1106.6207 Experiment
+1107.0219 Experiment
+1107.0467 General Physics
+1107.0804
+1107.0807 Phenomenology
+1107.1184 Algebraic Geometry
+1107.1858 Representation Theory
+1107.1948 Numerical Analysis
+1107.2003 Programming Languages
+1107.2056 Solar and Stellar Astrophysics
+1107.2105 Data Structures and Algorithms
+1107.2110 Geometric Topology
+1107.2114 Astrophysics of Galaxies
+1107.2125 Statistical Mechanics
+1107.2127 Geometric Topology
+1107.2132 Computer Science and Game Theory
+1107.2139 Functional Analysis
+1107.2140 Cosmology and Nongalactic Astrophysics
+1107.2141 Computer Science and Game Theory
+1107.2144 Differential Geometry
+1107.2149 General Physics
+1107.2156 Data Analysis, Statistics and Probability
+1107.2157 Programming Languages
+1107.2159 Number Theory
+1107.2160 Numerical Analysis
+1107.2161 Combinatorics
+1107.2164 Risk Management
+1107.2170 Combinatorics
+1107.2171 Combinatorics
+1107.2172 Spectral Theory
+1107.2173 Functional Analysis
+1107.2176 Biological Physics
+1107.2179 Theory
+1107.2192 Algebraic Geometry
+1107.2193 Probability
+1107.2194 Analysis of PDEs
+1107.2198 Cosmology and Nongalactic Astrophysics
+1107.2199 Pattern Formation and Solitons
+1107.2201 Combinatorics
+1107.2219 Probability
+1107.2222 Multimedia
+1107.2229 Information Theory
+1107.2231 Probability
+1107.2236 Classical Analysis and ODEs
+1107.2238 Materials Science
+1107.2240 Representation Theory
+1107.2243 Symplectic Geometry
+1107.2244 Astrophysics of Galaxies
+1107.2245 Quantum Gases
+1107.2249 Earth and Planetary Astrophysics
+1107.2253 Probability
+1107.2257 Experiment
+1107.2258 Cosmology and Nongalactic Astrophysics
+1107.2264 Functional Analysis
+1107.2267 Functional Analysis
+1107.2277 Probability
+1107.2278 Rings and Algebras
+1107.2288 Algebraic Geometry
+1107.2297 Geometric Topology
+1107.2299 Data Structures and Algorithms
+1107.2306 Analysis of PDEs
+1107.2309 Probability
+1107.2314 Combinatorics
+1107.2317 Phenomenology
+1107.2328 Experiment
+1107.2330 Molecular Networks
+1107.2331 Group Theory
+1107.2332 Analysis of PDEs
+1107.2336 Computer Vision and Pattern Recognition
+1107.2347 Machine Learning
+1107.2350 Classical Analysis and ODEs
+1107.2351 Differential Geometry
+1107.2352 Classical Analysis and ODEs
+1107.2356 High Energy Astrophysical Phenomena
+1107.2359 High Energy Astrophysical Phenomena
+1107.2374 Analysis of PDEs
+1107.2391 High Energy Astrophysical Phenomena
+astro-ph/0103069
+astro-ph/9709113
+cond-mat/0106216 Statistical Mechanics
+cond-mat/0402118 Statistical Mechanics
+cond-mat/0409697 Statistical Mechanics
+cs/0703088 Computer Vision and Pattern Recognition
+hep-th/0201228 Theory
+hep-th/0204248 Theory
+hep-th/0508020 Theory
+math-ph/0611056
+math/0508438 Representation Theory
+nlin/0603021 Chaotic Dynamics
+q-alg/9604024 Quantum Algebra
+q-bio/0403028 Biomolecules
+quant-ph/0404026
+quant-ph/0506209
+quant-ph/0609107
+quant-ph/0609161
+quant-ph/0703230
+1008.2371 General Physics
+0704.1778 Probability
+0706.0136 Probability
+0802.0984 Statistical Finance
+0808.3187 Commutative Algebra
+0808.3189 Commutative Algebra
+0809.0230
+0809.4684 Phenomenology
+0811.1684
+0812.0569 Probability
+0812.1121 Combinatorics
+0812.1645
+0812.4259 Atomic Physics
+0903.2498 Theory
+0904.2324 Disordered Systems and Neural Networks
+0904.2711 Mesoscale and Nanoscale Physics
+0907.0256 Quantum Algebra
+0909.3650 Solar and Stellar Astrophysics
+0911.1840 Dynamical Systems
+0911.4098 Analysis of PDEs
+0911.5602 Materials Science
+0912.0699
+0912.0873 Group Theory
+1001.4912 Algebraic Geometry
+1002.3126 Cosmology and Nongalactic Astrophysics
+1004.2588 Probability
+1005.0398 Cosmology and Nongalactic Astrophysics
+1005.5580 Strongly Correlated Electrons
+1006.1909 Combinatorics
+1006.1915 Algebraic Geometry
+1006.4053
+1007.1062 Materials Science
+1007.1922 Disordered Systems and Neural Networks
+1007.4499 Accelerator Physics
+1008.0448
+1008.2008 Information Theory
+1008.2524
+1008.3090 Algebraic Geometry
+1008.3322 Plasma Physics
+1008.3602 Analysis of PDEs
+1008.5061 Phenomenology
+1008.5069 Probability
+1008.5224 Materials Science
+1009.4820 Formal Languages and Automata Theory
+1009.5175 Solar and Stellar Astrophysics
+1009.5380 Phenomenology
+1010.0820 Algebraic Geometry
+1010.1723 Soft Condensed Matter
+1010.2033 Atomic Physics
+1010.4332 Phenomenology
+1010.4482 Phenomenology
+1010.4754 Experiment
+1010.4779 Lattice
+1010.4780 Lattice
+1010.4781 Lattice
+1010.5407 Soft Condensed Matter
+1010.5754 Materials Science
+1010.5914 Statistical Mechanics
+1010.5915 Dynamical Systems
+1011.5179 Analysis of PDEs
+1011.6142 High Energy Astrophysical Phenomena
+1012.3106 Combinatorics
+1012.3227 Phenomenology
+1101.0194 Differential Geometry
+1101.0344 Statistics Theory
+1101.4317 Optics
+1101.4436 Statistical Mechanics
+1101.5417
+1102.1302 Algebraic Geometry
+1102.4109
+1102.4502 Experiment
+1102.4582 Number Theory
+1102.4614 Astrophysics of Galaxies
+1102.4634 Combinatorics
+1102.4635 Dynamical Systems
+1102.4636 Logic in Computer Science
+1102.4640 Quantum Algebra
+1102.4641 Classical Analysis and ODEs
+1102.4642 Quantum Gases
+1102.4643 Theory
+1102.4645 Strongly Correlated Electrons
+1102.4646 Information Theory
+1102.4656 Number Theory
+1102.4657 Algebraic Geometry
+1102.4671 Phenomenology
+1102.4672 Phenomenology
+1102.4673 Differential Geometry
+1102.4676
+1102.4680 Optics
+1102.4681 Symbolic Computation
+1102.4683 Analysis of PDEs
+1102.4684 Other Computer Science
+1102.4685
+1102.4689 Probability
+1102.4692 Geophysics
+1102.4694 Soft Condensed Matter
+1102.4697
+1102.4699 Computational Complexity
+1102.4707 Probability
+1102.4708 Lattice
+1102.4710
+1102.4712 Information Theory
+1102.4715 Probability
+1102.4719 Dynamical Systems
+1102.4722 Portfolio Management
+1102.4723 Symplectic Geometry
+1102.4727 Discrete Mathematics
+1102.4729 Probability
+1102.4730 Algebraic Geometry
+1102.4731
+1102.4732 Phenomenology
+1102.4734 Chaotic Dynamics
+1102.4741 Probability
+1102.4744 Probability
+1102.4761 Combinatorics
+1102.4765 Mesoscale and Nanoscale Physics
+1102.4768 Algebraic Geometry
+1102.4769 Databases
+1102.4770 Biological Physics
+1102.4771 Information Theory
+1102.4775 Materials Science
+1102.4777 History and Philosophy of Physics
+1102.4781 Algebraic Topology
+1102.4782 Complex Variables
+1102.4789 Materials Science
+1102.4790 Earth and Planetary Astrophysics
+1102.4793 Populations and Evolution
+1102.4797 Quantum Gases
+1102.4798 Differential Geometry
+1102.4802 Combinatorics
+1102.4803 Statistics Theory
+1102.4809 Algebraic Topology
+1102.4816 Computation
+1102.4820 Statistics Theory
+1102.4821 Numerical Analysis
+1102.4825 Information Theory
+1102.4831 Atomic Physics
+1102.4833 Number Theory
+1102.4834 Number Theory
+1102.4835 Commutative Algebra
+1102.4836 Differential Geometry
+1102.4838 Dynamical Systems
+cond-mat/0703393 Statistical Mechanics
+hep-ph/9509327 Phenomenology
+hep-ph/9603309 Phenomenology
+hep-ph/9706281 Phenomenology
+hep-ph/9707282 Phenomenology
+hep-th/0407088 Theory
+math/0602179 Numerical Analysis
+math/0607162 Probability
+physics/0506007 Atomic Physics
+physics/0508021 Atomic Physics
+0706.1805
+0708.3597
+0802.0535 Statistical Mechanics
+0806.2419
+0806.2454
+0809.3899 Exactly Solvable and Integrable Systems
+0811.3443
+0901.0733 Logic in Computer Science
+0901.4030 Combinatorics
+0903.3208 Analysis of PDEs
+0904.3055 Theory
+0905.1887
+0905.3119
+0906.0315
+0906.5430
+0908.1295
+0909.1458 Algebraic Geometry
+0909.2740 Superconductivity
+0909.3653 General Mathematics
+0910.5534 Algebraic Geometry
+0911.0363 Theory
+0911.0418 Cosmology and Nongalactic Astrophysics
+0912.4261 Theory
+1001.0064 Functional Analysis
+1001.0858 Theory
+1002.2742 Instrumentation and Detectors
+1002.2791 Instrumentation and Detectors
+1003.1453 Exactly Solvable and Integrable Systems
+1003.3682 Neurons and Cognition
+1004.0848 Strongly Correlated Electrons
+1004.1355
+1004.2687 Differential Geometry
+1004.4309
+1004.4456 Theory
+1005.1199 Theory
+1005.1371 Quantum Algebra
+1005.1483 General Physics
+1005.2102 Theory
+1005.2357
+1005.4291 Materials Science
+1006.0080 Cosmology and Nongalactic Astrophysics
+1006.0887 Physics and Society
+1006.1472
+1006.2094 Theory
+1006.2519
+1006.4943 Logic in Computer Science
+1007.1972 Phenomenology
+1007.2202 Theory
+1007.4573 Phenomenology
+1007.4861 Theory
+1007.4972
+1007.5052
+1008.0872 Theory
+1008.2482
+1008.3132 Mesoscale and Nanoscale Physics
+1008.4641 Phenomenology
+1008.4655 Theory
+1008.5154
+1009.0902
+1009.1681
+1009.2087 Theory
+1009.2169
+1009.2319
+1010.2963
+1010.3690 Strongly Correlated Electrons
+1010.4542 Theory
+1010.4653 Superconductivity
+1010.4729 Theory
+1010.4861 Theory
+1010.6088 Soft Condensed Matter
+1011.0166 Theory
+1011.0173 Number Theory
+1011.1807
+1011.1818 Theory
+1011.2088 Theory
+1011.2195 Theory
+1011.2876
+1011.4830 Probability
+1011.4875 Superconductivity
+1011.6374 Cosmology and Nongalactic Astrophysics
+1012.0046 Strongly Correlated Electrons
+1012.0792 Mesoscale and Nanoscale Physics
+1012.0853 Phenomenology
+1012.1853 High Energy Astrophysical Phenomena
+1012.3812 Lattice
+1012.4474 Strongly Correlated Electrons
+1012.5760 Statistical Mechanics
+1101.0897 Numerical Analysis
+1101.1752
+1101.2120 Theory
+1101.2991
+1101.3273 Phenomenology
+1101.3864
+1101.4244
+1101.4433 Accelerator Physics
+1101.4746 Theory
+1101.4886
+1101.5197 Materials Science
+1102.0081 Phenomenology
+1102.1175
+1102.1589 Phenomenology
+1102.2409
+1102.2743 Computer Vision and Pattern Recognition
+1102.2749 Computer Vision and Pattern Recognition
+1102.3277 Theory
+1102.3652 Lattice
+1102.3752
+1102.3929 Theory
+1102.5452 Formal Languages and Automata Theory
+1103.0340 Experiment
+1103.0346
+1103.0958
+1103.0999 Information Theory
+1103.1393 Superconductivity
+1103.1494 Lattice
+1103.2529 Soft Condensed Matter
+1103.3200 Cosmology and Nongalactic Astrophysics
+1103.3338 Classical Physics
+1103.4366 Theory
+1103.4601 Learning
+1103.5022 Theory
+1103.5492 Cosmology and Nongalactic Astrophysics
+1103.5797 Neural and Evolutionary Computing
+1104.0379 Logic in Computer Science
+1104.0604
+1104.1169
+1104.1313
+1104.2130 Soft Condensed Matter
+1104.3011 Differential Geometry
+1104.3450 Phenomenology
+1104.4372 Quantum Algebra
+1105.0146 Materials Science
+1105.0761 Atomic Physics
+1105.1021 Dynamical Systems
+1105.1061 Experiment
+1105.1072 Computation and Language
+1105.1161
+1105.1164 Solar and Stellar Astrophysics
+1105.1167 Mesoscale and Nanoscale Physics
+1105.1173 Numerical Analysis
+1105.1174 Probability
+1105.1176 Number Theory
+1105.1177 Number Theory
+1105.1185 Numerical Analysis
+1105.1186 Robotics
+1105.1187 Information Theory
+1105.1191 Software Engineering
+1105.1196 Analysis of PDEs
+1105.1200 Differential Geometry
+1105.1204
+1105.1210 Computational Physics
+1105.1217 Quantitative Methods
+1105.1223 Number Theory
+1105.1226 Computation and Language
+1105.1228 Numerical Analysis
+1105.1230 Number Theory
+1105.1235 Mesoscale and Nanoscale Physics
+1105.1238
+1105.1240 Functional Analysis
+1105.1242 Information Theory
+1105.1245 Instrumentation and Methods for Astrophysics
+1105.1246 Information Theory
+1105.1247 Artificial Intelligence
+1105.1248 Distributed, Parallel, and Cluster Computing
+1105.1250 Logic
+1105.1254 Representation Theory
+1105.1257 Probability
+1105.1260 Chemical Physics
+1105.1261 Computational Engineering, Finance, and Science
+1105.1266 Popular Physics
+1105.1267 Pricing of Securities
+1105.1274
+1105.1279 Information Theory
+1105.1297 Group Theory
+1105.1301 Group Theory
+1105.1302 Quantitative Methods
+1105.1304 Statistics Theory
+1105.1305 Number Theory
+1105.1307 Number Theory
+1105.1313 Number Theory
+1105.1316 Statistical Mechanics
+1105.1320 Statistics Theory
+1105.1328 Networking and Internet Architecture
+1105.1329 Functional Analysis
+1105.1347 Networking and Internet Architecture
+1105.1356 Computational Physics
+1105.1368 Strongly Correlated Electrons
+astro-ph/0003399
+astro-ph/9807197
+math-ph/0404060
+math/0601338 Dynamical Systems
+0810.3400
+1102.0838 General Physics
+1102.1526 General Physics
+1102.1527 General Physics
+1107.0509 Number Theory
+1107.1115 Quantum Algebra
+1107.2667
+1107.2689 Spectral Theory
+1107.2706 Dynamical Systems
+1107.2742
+1107.2784 High Energy Astrophysical Phenomena
+1107.2817 Metric Geometry
+1107.2823 Metric Geometry
+cond-mat/9807207 Statistical Mechanics
+0704.3804 Superconductivity
+0711.2833 Algebraic Geometry
+0805.0538 Mesoscale and Nanoscale Physics
+0812.0609 Rings and Algebras
+0904.1322
+0906.2158 Complex Variables
+0906.2943 Complex Variables
+0906.3645 Group Theory
+0907.5588
+0909.2725 Algebraic Geometry
+0911.0984 Other Condensed Matter
+1005.1197 Complex Variables
+1005.4151 Representation Theory
+1008.1485 Algebraic Geometry
+1009.5123 Functional Analysis
+1010.2055
+1011.3610
+1011.5573 Adaptation and Self-Organizing Systems
+1101.0306 Information Theory
+1102.0942 Dynamical Systems
+1102.1269 Mesoscale and Nanoscale Physics
+1102.3305 Disordered Systems and Neural Networks
+1103.1395 Superconductivity
+1104.2931 Strongly Correlated Electrons
+1105.4859 Exactly Solvable and Integrable Systems
+1106.4122
+1106.4269 Phenomenology
+1106.5412
+1107.2642 Cosmology and Nongalactic Astrophysics
+1108.0361 Phenomenology
+1108.1556 Materials Science
+1108.2487 Optics
+1108.4188 Spectral Theory
+1109.1532
+1109.2865 Materials Science
+1109.3299 Instrumentation and Detectors
+1109.4990 Mesoscale and Nanoscale Physics
+1109.5044 Theory
+1109.6125 Cosmology and Nongalactic Astrophysics
+1109.6906
+1110.0727
+1110.0742
+1110.1259 Disordered Systems and Neural Networks
+1110.3679 Quantum Gases
+1110.6635 Geophysics
+1111.0526 Analysis of PDEs
+1111.5595 Physics and Society
+1111.5878
+1111.6466 Probability
+1112.0208 Number Theory
+1112.1628 Probability
+1112.2487 Spectral Theory
+1112.2609 Cosmology and Nongalactic Astrophysics
+1112.3188 Phenomenology
+1112.3786 Programming Languages
+1112.3798
+1112.4183
+1112.4263 Numerical Analysis
+1112.4930 Operator Algebras
+1112.5027 Phenomenology
+1112.5234 Differential Geometry
+1112.5463 Neurons and Cognition
+1112.5465 Superconductivity
+1112.5477 Phenomenology
+1112.5478 Classical Analysis and ODEs
+1112.5480 Numerical Analysis
+1112.5486 Number Theory
+1112.5488
+1112.5493 Information Theory
+1112.5496 Quantum Gases
+1112.5500 Numerical Analysis
+1112.5504 Analysis of PDEs
+1112.5509
+1112.5510 Methodology
+1112.5513
+1112.5515 Analysis of PDEs
+1112.5519 General Physics
+1112.5525 General Physics
+1112.5526 Biological Physics
+1112.5532 Probability
+1112.5538 Spectral Theory
+1112.5539 Solar and Stellar Astrophysics
+1112.5540 Phenomenology
+1112.5549 Physics and Society
+1112.5555 Optimization and Control
+1112.5562 Mesoscale and Nanoscale Physics
+1112.5563 Category Theory
+1112.5566 Statistical Mechanics
+1112.5567
+1112.5569 Operator Algebras
+1112.5572 Geophysics
+1112.5573 Complex Variables
+1112.5576 Phenomenology
+1112.5578 Algebraic Geometry
+1112.5582 Methodology
+1112.5587 Strongly Correlated Electrons
+1112.5590 Operator Algebras
+1112.5592 Geophysics
+1112.5593 Physics Education
+1112.5594 Emerging Technologies
+1112.5602 Chaotic Dynamics
+1112.5605 Cryptography and Security
+1112.5608 Cryptography and Security
+1112.5612 Materials Science
+1112.5615 Analysis of PDEs
+1112.5621 Cryptography and Security
+1112.5627 Machine Learning
+1112.5630 Information Theory
+1112.5633 Chaotic Dynamics
+1112.5635 Statistics Theory
+1112.5637 Theory
+1112.5638 Computer Vision and Pattern Recognition
+1112.5644 Chemical Physics
+1112.5645 Number Theory
+1112.5648 Phenomenology
+1112.5650 Astrophysics of Galaxies
+1112.5655 Optics
+1112.5656 Probability
+1112.5657 Functional Analysis
+1112.5658 Solar and Stellar Astrophysics
+1112.5659 Data Structures and Algorithms
+1112.5661 Superconductivity
+hep-th/0112001 Theory
+math/0609699 Representation Theory
+0708.2525 Quantum Algebra
+0804.0686
+0805.4092
+0806.1091
+0806.2224 Probability
+0807.0103
+0809.1214
+0810.1879
+0811.1415
+0811.1633 Mesoscale and Nanoscale Physics
+0811.1766 Combinatorics
+0811.2819 Differential Geometry
+0811.4334 Theory
+0812.0008 Theory
+0812.0185 Theory
+0812.0188 Theory
+0812.3341 Theory
+0812.3617 Theory
+0812.3655 Theory
+0902.1274 Algebraic Topology
+0903.2731 Chaotic Dynamics
+0903.4848 Numerical Analysis
+0904.0307
+0904.3263
+0905.0946 Algebraic Geometry
+0906.4187
+0907.3396 Chaotic Dynamics
+0908.2338 Soft Condensed Matter
+0909.2924 Theory
+0911.1147
+1001.1935 Phenomenology
+1003.4575
+1003.4735 Strongly Correlated Electrons
+1004.1346 Classical Physics
+1004.3737
+1004.4876
+1004.5265 Machine Learning
+1005.1018 Category Theory
+1005.4719 Theory
+1006.0192
+1006.2845 Phenomenology
+1007.2096 Statistics Theory
+1007.2696 Theory
+1007.4044
+1007.4214 Strongly Correlated Electrons
+1008.0426 Cosmology and Nongalactic Astrophysics
+1008.2761
+1008.3410 Theory
+1008.4189 Theory
+1008.4334 Fluid Dynamics
+1008.4866 Cosmology and Nongalactic Astrophysics
+1009.0504
+1009.3839 Phenomenology
+1009.5165 Statistics Theory
+1010.0587 Phenomenology
+1010.3121 Phenomenology
+1010.4157 Theory
+1010.5357 Mesoscale and Nanoscale Physics
+1011.1385
+1011.2210
+1011.2546
+1011.2694 Soft Condensed Matter
+1011.3199 Phenomenology
+1011.3533 Theory
+1011.3732
+1011.4185 Strongly Correlated Electrons
+1011.4665 Strongly Correlated Electrons
+1012.2427 Algebraic Geometry
+1012.2567 Theory
+1012.2607 Cosmology and Nongalactic Astrophysics
+1012.3293 Theory
+1012.3772 High Energy Astrophysical Phenomena
+1012.3870 Category Theory
+1012.4020 Theory
+1012.4464
+1012.5172
+1101.0034 Experiment
+1101.0698 Cryptography and Security
+1101.1711
+1101.3598 Phenomenology
+1102.0053
+1102.0138 Theory
+1102.0185 Strongly Correlated Electrons
+1102.0227 Cosmology and Nongalactic Astrophysics
+1102.0934 Theory
+1102.1828 Mesoscale and Nanoscale Physics
+1102.2555
+1102.3423 Theory
+1102.4299 Lattice
+1102.4548 Machine Learning
+1103.0188
+1103.1235 Algebraic Geometry
+1103.1842 Strongly Correlated Electrons
+1103.1900
+1103.2434 Phenomenology
+1103.2871 Soft Condensed Matter
+1103.4605
+1103.5543
+1104.0117 Phenomenology
+1104.0255
+1104.0468 Theory
+1104.0798 Phenomenology
+1104.1408 Information Theory
+1104.1569
+1104.1865
+1104.2199 Classical Analysis and ODEs
+1104.2920 Phenomenology
+1104.3327 Phenomenology
+1104.3421 Computational Complexity
+1104.3512 Phenomenology
+1104.4177 Theory
+1104.4538 Solar and Stellar Astrophysics
+1104.5329 Phenomenology
+1105.1064 Phenomenology
+1105.1617 Materials Science
+1105.1637 Phenomenology
+1105.2491 Computer Vision and Pattern Recognition
+1105.3191
+1105.3590
+1105.3934 Phenomenology
+1105.4952 Statistical Mechanics
+1106.0181 Disordered Systems and Neural Networks
+1106.0794 Strongly Correlated Electrons
+1106.1489 Solar and Stellar Astrophysics
+1106.3931 Analysis of PDEs
+1106.3977 Computational Engineering, Finance, and Science
+1106.4304
+1106.4313 Cosmology and Nongalactic Astrophysics
+1106.4402 Chemical Physics
+1106.4547 Astrophysics of Galaxies
+1106.4550 Theory
+1106.4557 Artificial Intelligence
+1106.4561 Artificial Intelligence
+1106.4565 Solar and Stellar Astrophysics
+1106.4567 Solar and Stellar Astrophysics
+1106.4569 Artificial Intelligence
+1106.4570 Computer Science and Game Theory
+1106.4571 Computation and Language
+1106.4572 Artificial Intelligence
+1106.4573 Artificial Intelligence
+1106.4574 Learning
+1106.4575 Artificial Intelligence
+1106.4576 Artificial Intelligence
+1106.4577 Multiagent Systems
+1106.4578 Artificial Intelligence
+1106.4579 Discrete Mathematics
+1106.4584 Superconductivity
+1106.4587 Data Structures and Algorithms
+1106.4591 Analysis of PDEs
+1106.4593 Algebraic Topology
+1106.4596 Differential Geometry
+1106.4600 Quantitative Methods
+1106.4602 Group Theory
+1106.4603
+1106.4618 Mesoscale and Nanoscale Physics
+1106.4622 Analysis of PDEs
+1106.4623 Differential Geometry
+1106.4624 Phenomenology
+1106.4625 High Energy Astrophysical Phenomena
+1106.4626
+1106.4632 Robotics
+1106.4635 Logic
+1106.4637 Group Theory
+1106.4643 Fluid Dynamics
+1106.4644 Materials Science
+1106.4646 Metric Geometry
+1106.4650 Representation Theory
+1106.4653 Materials Science
+1106.4654
+1106.4655 Dynamical Systems
+1106.4664 Statistical Mechanics
+1106.4665 Geophysics
+1106.4673 Functional Analysis
+1106.4676 General Topology
+1106.4677 Data Structures and Algorithms
+1106.4679 Geophysics
+1106.4680 Geophysics
+1106.4687 Statistical Mechanics
+1106.4688
+1106.4691 Phenomenology
+1106.4692 Cryptography and Security
+1106.4693 Combinatorics
+1106.4696 Analysis of PDEs
+1106.4697 Phenomenology
+1106.4700 Software Engineering
+1106.4701 Cellular Automata and Lattice Gases
+1106.4703 Differential Geometry
+1106.4715 Statistical Mechanics
+1106.4716 Soft Condensed Matter
+1106.4719 Computational Complexity
+1106.4723 Networking and Internet Architecture
+1106.4726 Instrumentation and Methods for Astrophysics
+1106.4728 Information Theory
+1106.4729 Machine Learning
+1106.4730 Computational Finance
+1106.4732 Number Theory
+1106.4733 Algebraic Geometry
+1106.4742 Strongly Correlated Electrons
+1106.4745 Combinatorics
+1106.4747 Classical Analysis and ODEs
+1106.4748 Disordered Systems and Neural Networks
+1106.4759
+1106.4760 Earth and Planetary Astrophysics
+1106.4763 Statistics Theory
+1106.4766 Rings and Algebras
+1106.4770 Commutative Algebra
+1106.4776 Analysis of PDEs
+1106.4780 Astrophysics of Galaxies
+1106.4783 Populations and Evolution
+1106.4787 Algebraic Topology
+1106.4797 Classical Analysis and ODEs
+1106.4805
+1106.4809 Solar and Stellar Astrophysics
+1106.4811 Analysis of PDEs
+chao-dyn/9909018 Chaotic Dynamics
+cond-mat/0211044 Statistical Mechanics
+cond-mat/9701076 Statistical Mechanics
+cond-mat/9908253 Statistical Mechanics
+gr-qc/0209090
+gr-qc/0612182
+hep-ph/0205255 Phenomenology
+hep-ph/0208149 Phenomenology
+hep-ph/0305288 Phenomenology
+hep-ph/0602064 Phenomenology
+hep-ph/0603111 Phenomenology
+hep-th/0702125 Theory
+physics/0509150 Physics and Society
+quant-ph/0203033
+0704.0400 Exactly Solvable and Integrable Systems
+0704.1645
+0706.0919 Phenomenology
+0706.4263 Experiment
+0707.0636 Phenomenology
+0707.0841 Phenomenology
+0707.1007 Experiment
+0707.1115 Experiment
+0707.2046 Phenomenology
+0708.0855 Phenomenology
+0708.4390 Phenomenology
+0709.1368 Phenomenology
+0709.3035 Phenomenology
+0709.3213 Experiment
+0710.0646 Lattice
+0710.1121 Lattice
+0710.1782
+0711.3069 Phenomenology
+0712.0493
+0712.2212 Phenomenology
+0801.3844
+0802.3251 Phenomenology
+0802.3858 Phenomenology
+0803.0154 Phenomenology
+0804.2975 Phenomenology
+0805.2525 Phenomenology
+0806.4001 Phenomenology
+0809.2153 Phenomenology
+0811.0486 Phenomenology
+0812.2196 Phenomenology
+0901.0876 Computation
+0901.0885 Combinatorics
+0901.1272 Phenomenology
+0902.3645 Phenomenology
+0902.4271
+0903.0799 Analysis of PDEs
+0904.1225 Operator Algebras
+0905.0925 Biological Physics
+0905.1639 Earth and Planetary Astrophysics
+0907.4287
+0908.0194 Phenomenology
+0908.1921
+0908.2962 Astrophysics of Galaxies
+0908.3742 Astrophysics of Galaxies
+0910.0180 Theory
+0910.3803
+0911.1461 Superconductivity
+0911.1526 Materials Science
+1001.1769 Cosmology and Nongalactic Astrophysics
+1001.2364 Theory
+1002.1527 Number Theory
+1002.3139
+1003.0720
+1003.1937 Lattice
+1004.0579 Rings and Algebras
+1004.0752 Theory
+1004.1880 Phenomenology
+1005.1564 Combinatorics
+1005.2913 Molecular Networks
+1006.3604 Theory
+1006.5187 Soft Condensed Matter
+1007.0467 Discrete Mathematics
+1007.1512 Mesoscale and Nanoscale Physics
+1007.2648
+1007.4170 Phenomenology
+1007.4865 Phenomenology
+1007.5272 Phenomenology
+1008.0992 Cosmology and Nongalactic Astrophysics
+1008.1016 Theory
+1008.1313 Phenomenology
+1008.1862
+1008.2126 Probability
+1008.2621
+1008.3106 Phenomenology
+1008.3116 Phenomenology
+1008.3298
+1008.3385 Phenomenology
+1008.4415
+1008.4793
+1008.4926
+1009.2313 Phenomenology
+1009.2338 Phenomenology
+1009.2551 Strongly Correlated Electrons
+1009.2725 Theory
+1009.3402
+1009.3528 Theory
+1009.4118 Theory
+1009.4603 Theory
+1009.4854
+1009.4932 High Energy Astrophysical Phenomena
+1009.5130 Phenomenology
+1009.5353 Phenomenology
+1009.5660 Theory
+1009.6013
+1009.6136 Phenomenology
+1010.0091 Cosmology and Nongalactic Astrophysics
+1010.0629 Probability
+1010.0894 Phenomenology
+1010.1662 Theory
+1010.2023 Phenomenology
+1010.2400 Experiment
+1010.3238 Theory
+1010.3552
+1010.4099 Theory
+1010.4172 Phenomenology
+1010.4485 Phenomenology
+1010.4874 Phenomenology
+1010.5043 Probability
+1010.5108 Phenomenology
+1010.5718 Lattice
+1010.5733 Earth and Planetary Astrophysics
+1010.6140 Lattice
+1010.6150 Lattice
+1011.0001 Phenomenology
+1011.0008 Theory
+1011.0076 Number Theory
+1011.0292 Theory
+1011.0312 Quantum Gases
+1011.0345 Lattice
+1011.0714 Theory
+1011.0884 Superconductivity
+1011.0958 Plasma Physics
+1011.1253 Methodology
+1011.1857 Theory
+1011.1918 Theory
+1011.2010 Representation Theory
+1011.2293
+1011.2636 Theory
+1011.2915 Cosmology and Nongalactic Astrophysics
+1011.3604 Cosmology and Nongalactic Astrophysics
+1011.4219
+1011.4326 Mesoscale and Nanoscale Physics
+1011.4514 Phenomenology
+1011.4810 Numerical Analysis
+1011.5673 Theory
+1011.5797
+1011.5878 Statistical Mechanics
+1011.5893 Cosmology and Nongalactic Astrophysics
+1011.5950 Physics and Society
+1011.6257
+1012.0077
+1012.0119
+1012.1520 Statistical Mechanics
+1012.1833 Cosmology and Nongalactic Astrophysics
+1012.1998 Theory
+1012.2028
+1012.2072 Phenomenology
+1012.2387 Theory
+1012.3021 Instrumentation and Methods for Astrophysics
+1012.3093 Experiment
+1012.3288 Phenomenology
+1012.3751 Theory
+1012.4637
+1012.5098 Phenomenology
+1012.5111
+1012.5182 Theory
+1012.5273 Theory
+1012.5761 Quantum Gases
+1101.3894 Functional Analysis
+1101.4729 Phenomenology
+1101.5034
+1102.0407 Soft Condensed Matter
+1102.0907
+1102.1496 Group Theory
+1102.1777 Cosmology and Nongalactic Astrophysics
+1102.1818 Cosmology and Nongalactic Astrophysics
+1102.3019
+1102.3434
+1102.3913 Cosmology and Nongalactic Astrophysics
+1102.3921
+1102.3962
+1102.4287 Plasma Physics
+1102.4402 Phenomenology
+1102.5481 Theory
+1103.1017
+1103.3055 Mesoscale and Nanoscale Physics
+1103.3504 Phenomenology
+1103.3795 Statistics Theory
+1103.3868
+1103.3990 Cosmology and Nongalactic Astrophysics
+1103.4005
+1103.4029 Statistics Theory
+1103.4093 Cryptography and Security
+1103.4135 Analysis of PDEs
+1103.4142 Distributed, Parallel, and Cluster Computing
+1103.4147 Astrophysics of Galaxies
+1103.4157 Geometric Topology
+1103.4161
+1103.4162 Materials Science
+1103.4165 Differential Geometry
+1103.4178 Superconductivity
+1103.4189
+1103.4191 Cosmology and Nongalactic Astrophysics
+1103.4193 Group Theory
+1103.4194 Phenomenology
+1103.4195 Data Structures and Algorithms
+1103.4196 Computer Science and Game Theory
+1103.4198 Optimization and Control
+1103.4200 Rings and Algebras
+1103.4204 Learning
+1103.4206 Statistical Mechanics
+1103.4207 Representation Theory
+1103.4208 Probability
+1103.4210 Exactly Solvable and Integrable Systems
+1103.4216 Combinatorics
+1103.4218 Digital Libraries
+1103.4219 General Physics
+1103.4223 Information Theory
+1103.4232 Quantum Gases
+1103.4234 Soft Condensed Matter
+1103.4242
+1103.4243 Optics
+1103.4244 Number Theory
+1103.4251 Probability
+1103.4254 Algebraic Geometry
+1103.4259 Functional Analysis
+1103.4260 Materials Science
+1103.4267
+1103.4284 Cosmology and Nongalactic Astrophysics
+1103.4288 History and Overview
+1103.4289 General Mathematics
+1103.4290 Optics
+1103.4298 Classical Analysis and ODEs
+1103.4303 Mesoscale and Nanoscale Physics
+1103.4306 Probability
+1103.4312 High Energy Astrophysical Phenomena
+1103.4317 Combinatorics
+1103.4319 Strongly Correlated Electrons
+1103.4326 Spectral Theory
+1103.4327 Solar and Stellar Astrophysics
+1103.4336 Soft Condensed Matter
+1103.4337 Differential Geometry
+1103.4338 Soft Condensed Matter
+1103.4341 Combinatorics
+1103.4343 Computational Geometry
+1103.4345 Mesoscale and Nanoscale Physics
+1103.4351 Group Theory
+1103.4352 Algebraic Geometry
+1103.4354 Number Theory
+1103.4359 General Physics
+cond-mat/0010143 Disordered Systems and Neural Networks
+cond-mat/9810369
+hep-ex/0004021 Experiment
+hep-ex/0007033 Experiment
+hep-ex/0010071 Experiment
+hep-ex/0011003 Experiment
+hep-ex/0011078 Experiment
+hep-ex/0211012 Experiment
+hep-ex/0211048 Experiment
+hep-ex/0302037 Experiment
+hep-ex/0304010 Experiment
+hep-ex/0407021 Experiment
+hep-ex/0501017 Experiment
+hep-ex/0501043 Experiment
+hep-ex/0506027 Experiment
+hep-ex/0511043 Experiment
+hep-ex/9901035 Experiment
+hep-ex/9901036 Experiment
+hep-ex/9910022 Experiment
+hep-ex/9912026 Experiment
+hep-lat/0409090 Lattice
+hep-lat/0509115 Lattice
+hep-lat/0511028 Lattice
+hep-lat/0610065 Lattice
+hep-lat/9902025 Lattice
+hep-ph/0001083 Phenomenology
+hep-ph/0001252 Phenomenology
+hep-ph/0001290 Phenomenology
+hep-ph/0002127 Phenomenology
+hep-ph/0002176 Phenomenology
+hep-ph/0002243 Phenomenology
+hep-ph/0003178 Phenomenology
+hep-ph/0003225 Phenomenology
+hep-ph/0004022 Phenomenology
+hep-ph/0004139 Phenomenology
+hep-ph/0004203 Phenomenology
+hep-ph/0004262 Phenomenology
+hep-ph/0004263 Phenomenology
+hep-ph/0004265 Phenomenology
+hep-ph/0005018 Phenomenology
+hep-ph/0005019 Phenomenology
+hep-ph/0005082 Phenomenology
+hep-ph/0005240 Phenomenology
+hep-ph/0005269 Phenomenology
+hep-ph/0006109 Phenomenology
+hep-ph/0006132 Phenomenology
+hep-ph/0007006 Phenomenology
+hep-ph/0007083 Phenomenology
+hep-ph/0007126 Phenomenology
+hep-ph/0007162 Phenomenology
+hep-ph/0007169 Phenomenology
+hep-ph/0007190 Phenomenology
+hep-ph/0007220 Phenomenology
+hep-ph/0007286 Phenomenology
+hep-ph/0007287 Phenomenology
+hep-ph/0007292 Phenomenology
+hep-ph/0008009 Phenomenology
+hep-ph/0008017 Phenomenology
+hep-ph/0008018 Phenomenology
+hep-ph/0008092 Phenomenology
+hep-ph/0008097 Phenomenology
+hep-ph/0008156 Phenomenology
+hep-ph/0008198 Phenomenology
+hep-ph/0008210 Phenomenology
+hep-ph/0008302 Phenomenology
+hep-ph/0008316 Phenomenology
+hep-ph/0009224 Phenomenology
+hep-ph/0009252 Phenomenology
+hep-ph/0009279 Phenomenology
+hep-ph/0010326 Phenomenology
+hep-ph/0011051 Phenomenology
+hep-ph/0011077 Phenomenology
+hep-ph/0011173 Phenomenology
+hep-ph/0011183 Phenomenology
+hep-ph/0011321 Phenomenology
+hep-ph/0011388 Phenomenology
+hep-ph/0012027 Phenomenology
+hep-ph/0012092 Phenomenology
+hep-ph/0012096 Phenomenology
+hep-ph/0012110 Phenomenology
+hep-ph/0012166 Phenomenology
+hep-ph/0012197 Phenomenology
+hep-ph/0101322 Phenomenology
+hep-ph/0101333 Phenomenology
+hep-ph/0102150 Phenomenology
+hep-ph/0102160 Phenomenology
+hep-ph/0102198 Phenomenology
+hep-ph/0103036 Phenomenology
+hep-ph/0103081 Phenomenology
+hep-ph/0103134 Phenomenology
+hep-ph/0103194 Phenomenology
+hep-ph/0103244 Phenomenology
+hep-ph/0104044 Phenomenology
+hep-ph/0104284 Phenomenology
+hep-ph/0104303 Phenomenology
+hep-ph/0105005 Phenomenology
+hep-ph/0105058 Phenomenology
+hep-ph/0105097 Phenomenology
+hep-ph/0105210 Phenomenology
+hep-ph/0106001 Phenomenology
+hep-ph/0106138 Phenomenology
+hep-ph/0106156 Phenomenology
+hep-ph/0106354 Phenomenology
+hep-ph/0107026 Phenomenology
+hep-ph/0107175 Phenomenology
+hep-ph/0108037 Phenomenology
+hep-ph/0109096 Phenomenology
+hep-ph/0109149 Phenomenology
+hep-ph/0109189 Phenomenology
+hep-ph/0109250 Phenomenology
+hep-ph/0110215 Phenomenology
+hep-ph/0110246 Phenomenology
+hep-ph/0110376 Phenomenology
+hep-ph/0111014 Phenomenology
+hep-ph/0111094 Phenomenology
+hep-ph/0111246 Phenomenology
+hep-ph/0111463 Phenomenology
+hep-ph/0112199 Phenomenology
+hep-ph/0112305 Phenomenology
+hep-ph/0112330 Phenomenology
+hep-ph/0112361 Phenomenology
+hep-ph/0201027 Phenomenology
+hep-ph/0201062 Phenomenology
+hep-ph/0201112 Phenomenology
+hep-ph/0201234 Phenomenology
+hep-ph/0201289 Phenomenology
+hep-ph/0202120 Phenomenology
+hep-ph/0202241 Phenomenology
+hep-ph/0203045 Phenomenology
+hep-ph/0203054 Phenomenology
+hep-ph/0204101 Phenomenology
+hep-ph/0204210 Phenomenology
+hep-ph/0204222 Phenomenology
+hep-ph/0204225 Phenomenology
+hep-ph/0204303 Phenomenology
+hep-ph/0204332 Phenomenology
+hep-ph/0205155 Phenomenology
+hep-ph/0205176 Phenomenology
+hep-ph/0205254 Phenomenology
+hep-ph/0205287 Phenomenology
+hep-ph/0205297 Phenomenology
+hep-ph/0206014 Phenomenology
+hep-ph/0206035 Phenomenology
+hep-ph/0206049 Phenomenology
+hep-ph/0206058 Phenomenology
+hep-ph/0206093 Phenomenology
+hep-ph/0206140 Phenomenology
+hep-ph/0206191 Phenomenology
+hep-ph/0206226 Phenomenology
+hep-ph/0206242 Phenomenology
+hep-ph/0207290 Phenomenology
+hep-ph/0207318 Phenomenology
+hep-ph/0208078 Phenomenology
+hep-ph/0208112 Phenomenology
+hep-ph/0208147 Phenomenology
+hep-ph/0208159 Phenomenology
+hep-ph/0208205 Phenomenology
+hep-ph/0208212 Phenomenology
+hep-ph/0209125 Phenomenology
+hep-ph/0209133 Phenomenology
+hep-ph/0209185 Phenomenology
+hep-ph/0209189 Phenomenology
+hep-ph/0209331 Phenomenology
+hep-ph/0210264 Phenomenology
+hep-ph/0210351 Phenomenology
+hep-ph/0210368 Phenomenology
+hep-ph/0210375 Phenomenology
+hep-ph/0210381 Phenomenology
+hep-ph/0211077 Phenomenology
+hep-ph/0211295 Phenomenology
+hep-ph/0211343 Phenomenology
+hep-ph/0211432 Phenomenology
+hep-ph/0212008 Phenomenology
+hep-ph/0212091 Phenomenology
+hep-ph/0212291 Phenomenology
+hep-ph/0301058 Phenomenology
+hep-ph/0301115 Phenomenology
+hep-ph/0301218 Phenomenology
+hep-ph/0301246 Phenomenology
+hep-ph/0302009 Phenomenology
+hep-ph/0302062 Phenomenology
+hep-ph/0302095 Phenomenology
+hep-ph/0302140 Phenomenology
+hep-ph/0302171 Phenomenology
+hep-ph/0303060 Phenomenology
+hep-ph/0304017 Phenomenology
+hep-ph/0304053 Phenomenology
+hep-ph/0304101 Phenomenology
+hep-ph/0304114 Phenomenology
+hep-ph/0304235 Phenomenology
+hep-ph/0304239 Phenomenology
+hep-ph/0304303 Phenomenology
+hep-ph/0305289 Phenomenology
+hep-ph/0306086 Phenomenology
+hep-ph/0306181 Phenomenology
+hep-ph/0306278 Phenomenology
+hep-ph/0306306 Phenomenology
+hep-ph/0307184 Phenomenology
+hep-ph/0307318 Phenomenology
+hep-ph/0307355 Phenomenology
+hep-ph/0308032 Phenomenology
+hep-ph/0308121 Phenomenology
+hep-ph/0308132 Phenomenology
+hep-ph/0308149 Phenomenology
+hep-ph/0308161 Phenomenology
+hep-ph/0308164 Phenomenology
+hep-ph/0308198 Phenomenology
+hep-ph/0309007 Phenomenology
+hep-ph/0309120 Phenomenology
+hep-ph/0309121 Phenomenology
+hep-ph/0310243 Phenomenology
+hep-ph/0310295 Phenomenology
+hep-ph/0310343 Phenomenology
+hep-ph/0311074 Phenomenology
+hep-ph/0311149 Phenomenology
+hep-ph/0312118 Phenomenology
+hep-ph/0312143 Phenomenology
+hep-ph/0401026 Phenomenology
+hep-ph/0402156 Phenomenology
+hep-ph/0402219 Phenomenology
+hep-ph/0402270 Phenomenology
+hep-ph/0403280 Phenomenology
+hep-ph/0404005 Phenomenology
+hep-ph/0404057 Phenomenology
+hep-ph/0404158 Phenomenology
+hep-ph/0405119 Phenomenology
+hep-ph/0405130 Phenomenology
+hep-ph/0405191 Phenomenology
+hep-ph/0405208 Phenomenology
+hep-ph/0406013 Phenomenology
+hep-ph/0406121 Phenomenology
+hep-ph/0406228 Phenomenology
+hep-ph/0407014 Phenomenology
+hep-ph/0407028 Phenomenology
+hep-ph/0408196 Phenomenology
+hep-ph/0408280 Phenomenology
+hep-ph/0409040 Phenomenology
+hep-ph/0409106 Phenomenology
+hep-ph/0409280 Phenomenology
+hep-ph/0409298 Phenomenology
+hep-ph/0410020 Phenomenology
+hep-ph/0410181 Phenomenology
+hep-ph/0410185 Phenomenology
+hep-ph/0410186 Phenomenology
+hep-ph/0410230 Phenomenology
+hep-ph/0411020 Phenomenology
+hep-ph/0411034 Phenomenology
+hep-ph/0411053 Phenomenology
+hep-ph/0411109 Phenomenology
+hep-ph/0411188 Phenomenology
+hep-ph/0412088 Phenomenology
+hep-ph/0412146 Phenomenology
+hep-ph/0412190 Phenomenology
+hep-ph/0412349 Phenomenology
+hep-ph/0501048 Phenomenology
+hep-ph/0501145 Phenomenology
+hep-ph/0501154 Phenomenology
+hep-ph/0502120 Phenomenology
+hep-ph/0504032 Phenomenology
+hep-ph/0504230 Phenomenology
+hep-ph/0506003 Phenomenology
+hep-ph/0506172 Phenomenology
+hep-ph/0506197 Phenomenology
+hep-ph/0507052 Phenomenology
+hep-ph/0507135 Phenomenology
+hep-ph/0507243 Phenomenology
+hep-ph/0508159 Phenomenology
+hep-ph/0508205 Phenomenology
+hep-ph/0509211 Phenomenology
+hep-ph/0509256 Phenomenology
+hep-ph/0509335 Phenomenology
+hep-ph/0510058 Phenomenology
+hep-ph/0510305 Phenomenology
+hep-ph/0511073 Phenomenology
+hep-ph/0511100 Phenomenology
+hep-ph/0511129 Phenomenology
+hep-ph/0511199 Phenomenology
+hep-ph/0512135 Phenomenology
+hep-ph/0603017 Phenomenology
+hep-ph/0603232 Phenomenology
+hep-ph/0605028 Phenomenology
+hep-ph/0605152 Phenomenology
+hep-ph/0605277 Phenomenology
+hep-ph/0606122 Phenomenology
+hep-ph/0606194 Phenomenology
+hep-ph/0606294 Phenomenology
+hep-ph/0607189 Phenomenology
+hep-ph/0607241 Phenomenology
+hep-ph/0607251 Phenomenology
+hep-ph/0607282 Phenomenology
+hep-ph/0607347 Phenomenology
+hep-ph/0608225 Phenomenology
+hep-ph/0608245 Phenomenology
+hep-ph/0609124 Phenomenology
+hep-ph/0609128 Phenomenology
+hep-ph/0609276 Phenomenology
+hep-ph/0610109 Phenomenology
+hep-ph/0611174 Phenomenology
+hep-ph/0702044 Phenomenology
+hep-ph/0702152 Phenomenology
+hep-ph/0703112 Phenomenology
+hep-ph/0703117 Phenomenology
+hep-ph/9811496 Phenomenology
+hep-ph/9812435 Phenomenology
+hep-ph/9812514 Phenomenology
+hep-ph/9901205 Phenomenology
+hep-ph/9901265 Phenomenology
+hep-ph/9901328 Phenomenology
+hep-ph/9901348 Phenomenology
+hep-ph/9901387 Phenomenology
+hep-ph/9901411 Phenomenology
+hep-ph/9901420 Phenomenology
+hep-ph/9903202 Phenomenology
+hep-ph/9903280 Phenomenology
+hep-ph/9903346 Phenomenology
+hep-ph/9903394 Phenomenology
+hep-ph/9903403 Phenomenology
+hep-ph/9904324 Phenomenology
+hep-ph/9904363 Phenomenology
+hep-ph/9904401 Phenomenology
+hep-ph/9904417 Phenomenology
+hep-ph/9904471 Phenomenology
+hep-ph/9905203 Phenomenology
+hep-ph/9905209 Phenomenology
+hep-ph/9905353 Phenomenology
+hep-ph/9905359 Phenomenology
+hep-ph/9905403 Phenomenology
+hep-ph/9905515 Phenomenology
+hep-ph/9905542 Phenomenology
+hep-ph/9906203 Phenomenology
+hep-ph/9906208 Phenomenology
+hep-ph/9906502 Phenomenology
+hep-ph/9907231 Phenomenology
+hep-ph/9907376 Phenomenology
+hep-ph/9907444 Phenomenology
+hep-ph/9908203 Phenomenology
+hep-ph/9908238 Phenomenology
+hep-ph/9908336 Phenomenology
+hep-ph/9908340 Phenomenology
+hep-ph/9908387 Phenomenology
+hep-ph/9908447 Phenomenology
+hep-ph/9908493 Phenomenology
+hep-ph/9908520 Phenomenology
+hep-ph/9909221 Phenomenology
+hep-ph/9909423 Phenomenology
+hep-ph/9910206 Phenomenology
+hep-ph/9910221 Phenomenology
+hep-ph/9910395 Phenomenology
+hep-ph/9910501 Phenomenology
+hep-ph/9911313 Phenomenology
+hep-ph/9911404 Phenomenology
+hep-ph/9911419 Phenomenology
+hep-ph/9911436 Phenomenology
+hep-ph/9912232 Phenomenology
+hep-ph/9912319 Phenomenology
+hep-ph/9912320 Phenomenology
+hep-ph/9912411 Phenomenology
+hep-ph/9912430 Phenomenology
+hep-ph/9912525 Phenomenology
+hep-th/0208178 Theory
+hep-th/0211032 Theory
+hep-th/0212269 Theory
+hep-th/0303060 Theory
+hep-th/0306139 Theory
+hep-th/0308074 Theory
+hep-th/0310252 Theory
+hep-th/0310292 Theory
+hep-th/0405001 Theory
+hep-th/0405057 Theory
+hep-th/0407277 Theory
+hep-th/0409054 Theory
+hep-th/0409147 Theory
+hep-th/0410253 Theory
+hep-th/0412029 Theory
+hep-th/0502226 Theory
+hep-th/0503200 Theory
+hep-th/0505187 Theory
+hep-th/0506243 Theory
+hep-th/0510209 Theory
+hep-th/0511013 Theory
+hep-th/0609044 Theory
+math/0606299 Differential Geometry
+nucl-ex/0006006
+nucl-ex/0306005
+nucl-ex/0506009
+nucl-ex/0512044
+nucl-ex/0601012
+nucl-th/0106040
+nucl-th/0203075
+nucl-th/0206006
+nucl-th/0406074
+nucl-th/0608038
+nucl-th/0703045
+0706.2919
+0806.1731
+0809.2041
+0809.2045
+0809.2873
+0809.4231
+0810.0881 Number Theory
+0811.0009 Phenomenology
+0812.3857 General Physics
+0901.2963 Theory
+0903.5202 Theory
+0905.4220 Theory
+0906.3879 Combinatorics
+0906.5284 Number Theory
+0907.2149 Theory
+0907.5375 Classical Physics
+0910.1735
+0910.2591 Analysis of PDEs
+0910.3653 Phenomenology
+0910.4951 Theory
+0910.5401 Theory
+0911.2727 Theory
+0911.3461 Theory
+0911.4053 Mesoscale and Nanoscale Physics
+0912.2653 Phenomenology
+0912.4326 Theory
+0912.4856 Optics
+1001.0673
+1002.0372 Number Theory
+1002.2762 Representation Theory
+1002.4886 Theory
+1003.0271
+1003.4684 Symplectic Geometry
+1003.5607 Mesoscale and Nanoscale Physics
+1004.0440 Geometric Topology
+1004.0480 Computational Physics
+1004.3558 Theory
+1005.5022 Phenomenology
+1005.5447
+1006.0640
+1006.2279 Solar and Stellar Astrophysics
+1007.2354 Information Theory
+1007.2802 Analysis of PDEs
+1007.3778 Astrophysics of Galaxies
+1007.4632
+1008.0355 Instrumentation and Detectors
+1008.3865 Materials Science
+1008.4585 Astrophysics of Galaxies
+1009.1701 Quantum Gases
+1009.3603 Probability
+1009.5643 Phenomenology
+1009.6134 Networking and Internet Architecture
+1010.3273
+1010.4449 Theory
+1010.5594 Mesoscale and Nanoscale Physics
+1011.0261 Theory
+1011.1897 Theory
+1011.1925 Astrophysics of Galaxies
+1011.3577 Materials Science
+1011.3801 Applications
+1011.5068 Phenomenology
+1011.5902 Optics
+1011.6107 Lattice
+1011.6128
+1011.6172 Lattice
+1011.6178 Theory
+1011.6203 Phenomenology
+1011.6221 Theory
+1011.6339 Theory
+1012.1461
+1012.1831 Mesoscale and Nanoscale Physics
+1012.3842 Phenomenology
+1101.0527 Strongly Correlated Electrons
+1102.0691 Phenomenology
+1102.0940
+1102.3133 Phenomenology
+1102.3686 Phenomenology
+1102.4737 Probability
+1103.0042 Theory
+1103.0360 Materials Science
+1103.0481 Phenomenology
+1103.0824
+1103.1300 Superconductivity
+1103.1307 Phenomenology
+1103.3233 Experiment
+1103.3307 Instrumentation and Detectors
+1103.3409 Theory
+1103.4414 Plasma Physics
+1103.5152 Phenomenology
+1104.0344 Experiment
+1104.0451
+1104.0788 Other Condensed Matter
+1104.1353
+1104.2343 Mesoscale and Nanoscale Physics
+1104.3133 Mesoscale and Nanoscale Physics
+1104.3272 Materials Science
+1104.3337 Cosmology and Nongalactic Astrophysics
+1104.3533 Combinatorics
+1104.3974 Phenomenology
+1104.4730 Theory
+1104.5017 Strongly Correlated Electrons
+1104.5305 Phenomenology
+1104.5384 Systems and Control
+1105.0922 Cosmology and Nongalactic Astrophysics
+1105.1281 Superconductivity
+1105.1359 Cosmology and Nongalactic Astrophysics
+1105.1676 Phenomenology
+1105.1916 Superconductivity
+1105.2495 Theory
+1105.5846 Atomic Physics
+1106.0363
+1106.0370 Solar and Stellar Astrophysics
+1106.0682 Quantum Gases
+1106.1787 Phenomenology
+1106.1863
+1106.3271
+1106.5498 Cosmology and Nongalactic Astrophysics
+1106.5926 Phenomenology
+1106.6341 Computer Vision and Pattern Recognition
+1107.0825 Instrumentation and Detectors
+1107.1942 Materials Science
+1107.2133 Operator Algebras
+1107.2568 Theory
+1107.3018 Experiment
+1107.3273 Materials Science
+1107.3321 Phenomenology
+1107.3643 Earth and Planetary Astrophysics
+1107.4968 Mesoscale and Nanoscale Physics
+1108.1742 Mesoscale and Nanoscale Physics
+1108.2475 Computer Vision and Pattern Recognition
+1108.2766 Fluid Dynamics
+1108.3063 Geophysics
+1108.3095 Earth and Planetary Astrophysics
+1108.3097 Information Theory
+1108.3098
+1108.3104 Astrophysics of Galaxies
+1108.3107 Cosmology and Nongalactic Astrophysics
+1108.3113 Number Theory
+1108.3118 Analysis of PDEs
+1108.3124 Logic in Computer Science
+1108.3125 Logic in Computer Science
+1108.3126 Logic in Computer Science
+1108.3127 Logic in Computer Science
+1108.3128 Representation Theory
+1108.3131 Number Theory
+1108.3133 Differential Geometry
+1108.3135
+1108.3136 Statistics Theory
+1108.3137 Applications
+1108.3148 Mesoscale and Nanoscale Physics
+1108.3157 Instrumentation and Methods for Astrophysics
+1108.3158 Analysis of PDEs
+1108.3161 Analysis of PDEs
+1108.3165 Metric Geometry
+1108.3168 Methodology
+1108.3170 Representation Theory
+1108.3173 Combinatorics
+1108.3177 Applications
+1108.3178
+1108.3187 Applications
+1108.3188 Soft Condensed Matter
+1108.3194 Instrumentation and Methods for Astrophysics
+1108.3195 Optics
+1108.3196 Other Condensed Matter
+1108.3202 Group Theory
+1108.3203 Commutative Algebra
+1108.3207 Combinatorics
+1108.3210 Differential Geometry
+1108.3212 Number Theory
+1108.3222 Symplectic Geometry
+1108.3232
+1108.3234 Methodology
+1108.3236 Instrumentation and Detectors
+1108.3238 Mesoscale and Nanoscale Physics
+1108.3239 Networking and Internet Architecture
+1108.3240 Robotics
+1108.3241 Geometric Topology
+1108.3245 Quantitative Methods
+1108.3246 Probability
+1108.3247 Number Theory
+1108.3248 Materials Science
+1108.3250 Computer Vision and Pattern Recognition
+1108.3251 Computer Vision and Pattern Recognition
+1108.3253 General Topology
+1108.3259 Machine Learning
+1108.3261 Rings and Algebras
+1108.3265 Programming Languages
+1108.3267 Operator Algebras
+1108.3268 Distributed, Parallel, and Cluster Computing
+1108.3269 Theory
+1108.3272 Solar and Stellar Astrophysics
+1108.3278 Artificial Intelligence
+1108.3279 Artificial Intelligence
+1108.3281 Artificial Intelligence
+1108.3284 Materials Science
+1108.3285 Information Theory
+1108.3287 Soft Condensed Matter
+1108.3289 Earth and Planetary Astrophysics
+1108.3293 Atomic Physics
+1108.3294 Materials Science
+1108.3295 Cosmology and Nongalactic Astrophysics
+1108.3298 Learning
+1108.3299 Systems and Control
+1108.3310 Representation Theory
+1108.3311 Rings and Algebras
+1108.3312 Statistical Mechanics
+1108.3313 Symplectic Geometry
+1108.3316 Classical Physics
+1108.3325 Statistics Theory
+1108.3327
+astro-ph/0111094
+astro-ph/0205441
+astro-ph/0301240
+astro-ph/0303574
+astro-ph/0411353
+astro-ph/0701310
+astro-ph/9505059
+astro-ph/9510154
+astro-ph/9705246
+astro-ph/9809326
+cond-mat/0009080 Superconductivity
+cond-mat/0104102
+cond-mat/0604624 Materials Science
+cond-mat/9612069 Statistical Mechanics
+cond-mat/9706166 Statistical Mechanics
+cond-mat/9805223 Statistical Mechanics
+gr-qc/0001030
+gr-qc/0007055
+gr-qc/0009066
+gr-qc/0012102
+gr-qc/0104030
+gr-qc/0201015
+gr-qc/0206079
+gr-qc/0210053
+gr-qc/0210060
+gr-qc/0312053
+gr-qc/0405047
+gr-qc/0505121
+gr-qc/0511124
+gr-qc/0512009
+gr-qc/9310001
+gr-qc/9407033
+gr-qc/9605042
+gr-qc/9605052
+gr-qc/9609009
+gr-qc/9610022
+gr-qc/9610053
+gr-qc/9612004
+gr-qc/9803021
+gr-qc/9807061
+gr-qc/9811013
+gr-qc/9902083
+gr-qc/9905052
+hep-ex/0206044 Experiment
+hep-ex/0412033 Experiment
+hep-lat/9901008 Lattice
+hep-ph/0001288 Phenomenology
+hep-ph/0002235 Phenomenology
+hep-ph/0004104 Phenomenology
+hep-ph/0006063 Phenomenology
+hep-ph/0010190 Phenomenology
+hep-ph/0011292 Phenomenology
+hep-ph/0101093 Phenomenology
+hep-ph/0101157 Phenomenology
+hep-ph/0107315 Phenomenology
+hep-ph/0202183 Phenomenology
+hep-ph/0204205 Phenomenology
+hep-ph/0205312 Phenomenology
+hep-ph/0303021 Phenomenology
+hep-ph/0303203 Phenomenology
+hep-ph/0307036 Phenomenology
+hep-ph/0308286 Phenomenology
+hep-ph/0309211 Phenomenology
+hep-ph/0310129 Phenomenology
+hep-ph/0406014 Phenomenology
+hep-ph/0408106 Phenomenology
+hep-ph/0410064 Phenomenology
+hep-ph/0410314 Phenomenology
+hep-ph/0501220 Phenomenology
+hep-ph/0502040 Phenomenology
+hep-ph/0503052 Phenomenology
+hep-ph/0505191 Phenomenology
+hep-ph/0507124 Phenomenology
+hep-ph/0510316 Phenomenology
+hep-ph/9304303 Phenomenology
+hep-ph/9308210 Phenomenology
+hep-ph/9311299 Phenomenology
+hep-ph/9403230 Phenomenology
+hep-ph/9405295 Phenomenology
+hep-ph/9406248 Phenomenology
+hep-ph/9407336 Phenomenology
+hep-ph/9408388 Phenomenology
+hep-ph/9409225 Phenomenology
+hep-ph/9409272 Phenomenology
+hep-ph/9501273 Phenomenology
+hep-ph/9505305 Phenomenology
+hep-ph/9505387 Phenomenology
+hep-ph/9507246 Phenomenology
+hep-ph/9507413 Phenomenology
+hep-ph/9605385 Phenomenology
+hep-ph/9609326 Phenomenology
+hep-ph/9701218 Phenomenology
+hep-ph/9707542 Phenomenology
+hep-ph/9710209 Phenomenology
+hep-ph/9804438 Phenomenology
+hep-ph/9805329 Phenomenology
+hep-ph/9805368 Phenomenology
+hep-ph/9807408 Phenomenology
+hep-ph/9810272 Phenomenology
+hep-ph/9812256 Phenomenology
+hep-ph/9812357 Phenomenology
+hep-ph/9812419 Phenomenology
+hep-ph/9903270 Phenomenology
+hep-ph/9904259 Phenomenology
+hep-ph/9904404 Phenomenology
+hep-ph/9906220 Phenomenology
+hep-ph/9906456 Phenomenology
+hep-ph/9909284 Phenomenology
+hep-ph/9910489 Phenomenology
+hep-ph/9911465 Phenomenology
+hep-th/0005028 Theory
+hep-th/0005083 Theory
+hep-th/0007054 Theory
+hep-th/0008163 Theory
+hep-th/0011004 Theory
+hep-th/0011014 Theory
+hep-th/0104116 Theory
+hep-th/0107187 Theory
+hep-th/0110244 Theory
+hep-th/0111019 Theory
+hep-th/0201147 Theory
+hep-th/0207198 Theory
+hep-th/0304028 Theory
+hep-th/0305123 Theory
+hep-th/0306155 Theory
+hep-th/0307168 Theory
+hep-th/0404036 Theory
+hep-th/0412213 Theory
+hep-th/0412249 Theory
+hep-th/0503212 Theory
+hep-th/9308048 Theory
+hep-th/9310141 Theory
+hep-th/9312038 Theory
+hep-th/9403179 Theory
+hep-th/9404171 Theory
+hep-th/9406061 Theory
+hep-th/9407157 Theory
+hep-th/9409023 Theory
+hep-th/9409024 Theory
+hep-th/9409189 Theory
+hep-th/9502095 Theory
+hep-th/9502141 Theory
+hep-th/9505061 Theory
+hep-th/9507119 Theory
+hep-th/9508147 Theory
+hep-th/9608083 Theory
+hep-th/9805036 Theory
+hep-th/9806101 Theory
+hep-th/9810113 Theory
+hep-th/9811012 Theory
+hep-th/9907010 Theory
+hep-th/9911059 Theory
+hep-th/9911222 Theory
+math-ph/0201016
+math-ph/0211026
+math-ph/0310051
+math/0611769 Differential Geometry
+math/0611771 Algebraic Geometry
+nucl-ex/0209024
+nucl-ex/0303014
+nucl-ex/0304014
+nucl-ex/0310022
+nucl-ex/0311024
+nucl-ex/0409004
+nucl-ex/0508027
+nucl-ex/0512007
+nucl-ex/9806004
+nucl-ex/9901009
+nucl-th/0007047
+nucl-th/0101038
+nucl-th/0105003
+nucl-th/0109040
+nucl-th/0110066
+nucl-th/0112019
+nucl-th/0305011
+nucl-th/0306040
+nucl-th/0312074
+nucl-th/0412086
+nucl-th/0412114
+nucl-th/0512062
+nucl-th/0512077
+nucl-th/9306012
+nucl-th/9411019
+nucl-th/9603031
+nucl-th/9607041
+nucl-th/9608004
+nucl-th/9705055
+nucl-th/9709003
+physics/0512053 Computational Physics
+q-alg/9508012 Quantum Algebra
+quant-ph/0403062
+quant-ph/0508213
+quant-ph/0609037
+quant-ph/9704032
+quant-ph/9801043
+quant-ph/9805030
+quant-ph/9912111
+0706.2878
+0708.3343
+0708.4190 Geometric Topology
+0709.4316 Statistics Theory
+0710.3744 Combinatorics
+0711.0993 Statistics Theory
+0711.1841 Theory
+0711.3236 Methodology
+0801.0256
+0802.1105 Pattern Formation and Solitons
+0803.2755 Combinatorics
+0806.1572 Geometric Topology
+0807.0692 Analysis of PDEs
+0807.1574 Methodology
+0810.5008 Theory
+0901.1911 Statistics Theory
+0905.4930 Data Structures and Algorithms
+0906.4808
+0907.4036 Distributed, Parallel, and Cluster Computing
+0909.1390 General Topology
+0909.4043 Populations and Evolution
+0910.1262 Phenomenology
+0910.2475 Phenomenology
+0911.0940 Theory
+0912.2201 General Physics
+1001.0224 Representation Theory
+1001.2939 Statistics Theory
+1001.3453
+1001.4065 Geometric Topology
+1002.1054 Molecular Networks
+1003.3813
+1004.2577 Dynamical Systems
+1004.3865 Astrophysics of Galaxies
+1005.3431 General Physics
+1006.2529 Optimization and Control
+1006.5189 Functional Analysis
+1007.1501 Computer Science and Game Theory
+1007.1679 Optimization and Control
+1007.3507 Probability
+1008.1479 Superconductivity
+1008.2236 Chemical Physics
+1008.3050 Fluid Dynamics
+1008.4396 Analysis of PDEs
+1009.0150
+1009.1372 General Physics
+1009.2584 Phenomenology
+1009.5035 Computational Physics
+1010.0339 Quantitative Methods
+1010.0412 Information Theory
+1010.1811
+1010.3748 Cosmology and Nongalactic Astrophysics
+1011.1146 Phenomenology
+1011.1592 Superconductivity
+1011.3235 Mesoscale and Nanoscale Physics
+1011.6273 Atomic Physics
+1011.6291 Rings and Algebras
+1012.1434 Functional Analysis
+1012.1453 Number Theory
+1012.4270
+1012.5664 Discrete Mathematics
+1101.0217 Strongly Correlated Electrons
+1101.0801 Analysis of PDEs
+1101.1490 Combinatorics
+1101.1598 Number Theory
+1101.3191 Phenomenology
+1102.1911 Strongly Correlated Electrons
+1102.4379 Theory
+1102.4687 Exactly Solvable and Integrable Systems
+1102.4878 Physics and Society
+1103.0238 Mesoscale and Nanoscale Physics
+1103.0714 Quantum Gases
+1103.1992 General Finance
+1103.2545 Information Theory
+1103.2726 Quantum Algebra
+1103.4311 Systems and Control
+1103.5497 Astrophysics of Galaxies
+1104.1174 Cosmology and Nongalactic Astrophysics
+1104.1819 Materials Science
+1104.2112 Chaotic Dynamics
+1104.2755 Algebraic Topology
+1104.3440 Instrumentation and Detectors
+1104.3720 Data Structures and Algorithms
+1104.4783 Theory
+1104.4937 Methodology
+1104.5257 Computational Complexity
+1104.5422 Systems and Control
+1104.5550
+1104.5704 Cosmology and Nongalactic Astrophysics
+1105.0112 Algebraic Geometry
+1105.3080 Classical Analysis and ODEs
+1105.3268 Optimization and Control
+1105.3768 High Energy Astrophysical Phenomena
+1105.4615 Astrophysics of Galaxies
+1105.5145 Classical Analysis and ODEs
+1105.5336 Lattice
+1105.5374 Atomic and Molecular Clusters
+1106.0011 Cosmology and Nongalactic Astrophysics
+1106.0029
+1106.0206 Strongly Correlated Electrons
+1106.0308 Phenomenology
+1106.2347 Algebraic Geometry
+1106.3179
+1106.3785 Theory
+1106.4028 Disordered Systems and Neural Networks
+1106.4132
+1106.4137 Phenomenology
+1106.4147 Phenomenology
+1106.4998 Theory
+1106.5025 Phenomenology
+1107.1168 Algebraic Geometry
+1107.1191 Solar and Stellar Astrophysics
+1107.2322 Quantum Gases
+1107.2519 Optics
+1107.2737 Discrete Mathematics
+1107.2762 Materials Science
+1107.3600 Machine Learning
+1107.4085 Mesoscale and Nanoscale Physics
+1107.5320 Superconductivity
+1108.0257 Chemical Physics
+1108.0847 Quantum Gases
+1108.1132 Quantum Gases
+1108.1951 Data Analysis, Statistics and Probability
+1108.3167 Numerical Analysis
+1108.3684 Materials Science
+1108.4519
+1108.5493 Networking and Internet Architecture
+1109.0153
+1109.1454 Human-Computer Interaction
+1109.1603 Accelerator Physics
+1109.2294 Differential Geometry
+1109.2766 Information Theory
+1109.2792 Theory
+1109.3139 Statistics Theory
+1109.3836 Phenomenology
+1109.3918 Algebraic Geometry
+1109.4407 Differential Geometry
+1109.5004 Combinatorics
+1109.5051 Accelerator Physics
+1109.5111 Distributed, Parallel, and Cluster Computing
+1109.5173 Instrumentation and Methods for Astrophysics
+1109.5183 Earth and Planetary Astrophysics
+1109.5187 Materials Science
+1109.5197 Classical Analysis and ODEs
+1109.5201 Distributed, Parallel, and Cluster Computing
+1109.5204 Dynamical Systems
+1109.5205
+1109.5206 Analysis of PDEs
+1109.5207 Solar and Stellar Astrophysics
+1109.5208 Combinatorics
+1109.5210 Superconductivity
+1109.5211 Rings and Algebras
+1109.5213 Algebraic Geometry
+1109.5214 Computational Complexity
+1109.5217 Analysis of PDEs
+1109.5222 Information Theory
+1109.5229 Optimization and Control
+1109.5234
+1109.5239 Symplectic Geometry
+1109.5240 Optimization and Control
+1109.5243 Analysis of PDEs
+1109.5245 Differential Geometry
+1109.5249 Differential Geometry
+1109.5250 Functional Analysis
+1109.5255 Geometric Topology
+1109.5258 Analysis of PDEs
+1109.5263 Number Theory
+1109.5265 Number Theory
+1109.5266 General Physics
+1109.5268 General Physics
+1109.5273 Probability
+1109.5275 Functional Analysis
+1109.5276 Phenomenology
+1109.5277 Group Theory
+1109.5281 Classical Analysis and ODEs
+1109.5282 Computational Complexity
+1109.5284 Logic
+1109.5285
+1109.5286 Computational Physics
+1109.5296 Combinatorics
+1109.5300 Functional Analysis
+1109.5303 Classical Analysis and ODEs
+1109.5305 Classical Analysis and ODEs
+1109.5306 Classical Analysis and ODEs
+1109.5307 Logic
+1109.5308 Logic
+1109.5309 Classical Analysis and ODEs
+1109.5310 Classical Analysis and ODEs
+1109.5311 Learning
+1109.5313
+1109.5318 Popular Physics
+1109.5321 Algebraic Geometry
+1109.5323 Human-Computer Interaction
+1109.5326 Commutative Algebra
+1109.5330 Commutative Algebra
+1109.5332 Earth and Planetary Astrophysics
+1109.5336 Information Theory
+1109.5341 Combinatorics
+1109.5342 Representation Theory
+1109.5348 Optimization and Control
+1109.5351 Information Theory
+1109.5362 Astrophysics of Galaxies
+1109.5363 Plasma Physics
+1109.5364 Atmospheric and Oceanic Physics
+1109.5370 Computer Vision and Pattern Recognition
+1109.5371 Rings and Algebras
+1109.5372 Experiment
+1109.5374 Soft Condensed Matter
+1109.5376 Experiment
+1109.5377 Differential Geometry
+1109.5380 Functional Analysis
+1109.5382 Information Theory
+1109.5385 Superconductivity
+1109.5387 Soft Condensed Matter
+1109.5389 Biological Physics
+1109.5395 Data Analysis, Statistics and Probability
+1109.5397 Solar and Stellar Astrophysics
+1109.5401 Theory
+1109.5402 Subcellular Processes
+1109.5403 General Physics
+1109.5404 Machine Learning
+1109.5411 General Physics
+1109.5413 Instrumentation and Detectors
+1109.5418 Dynamical Systems
+1109.5424
+1109.5426 Information Theory
+1109.5430 Information Theory
+1109.5435
+1109.5438 Logic
+1109.5439 Group Theory
+1109.5452
+1109.5454 Adaptation and Self-Organizing Systems
+1109.5457 Chemical Physics
+1109.5458
+1109.5462 Strongly Correlated Electrons
+1109.5465 Theory
+1109.5466 Systems and Control
+1109.5467 Algebraic Geometry
+1109.5468 Logic in Computer Science
+1109.5469 Optics
+1109.5472 Representation Theory
+1109.5474 Soft Condensed Matter
+1109.5479 Superconductivity
+1109.5483 Differential Geometry
+1109.5484 Information Theory
+1109.5485 Applications
+1109.5487 Group Theory
+1109.5488 Quantitative Methods
+1109.5492 Numerical Analysis
+1109.5497
+1109.5503 Rings and Algebras
+1109.5505 Software Engineering
+1109.5508
+1109.5509 Numerical Analysis
+1109.5510 Analysis of PDEs
+1109.5513 Phenomenology
+1109.5520 Physics and Society
+1109.5522 Logic in Computer Science
+1109.5532 Statistical Mechanics
+1109.5533 Representation Theory
+1109.5535
+1109.5536 Solar and Stellar Astrophysics
+1109.5548 Geometric Topology
+1109.5551 Cosmology and Nongalactic Astrophysics
+1109.5554 Differential Geometry
+1109.5559 Distributed, Parallel, and Cluster Computing
+1109.5565 Functional Analysis
+1109.5572 Chaotic Dynamics
+1109.5575 Cosmology and Nongalactic Astrophysics
+1109.5579 Probability
+1109.5580 Cosmology and Nongalactic Astrophysics
+1109.5584 Exactly Solvable and Integrable Systems
+1109.5586 General Mathematics
+1109.5589 Information Theory
+1109.5596 Discrete Mathematics
+1109.5598 Superconductivity
+1109.5599 Experiment
+1109.5608 Atomic Physics
+1109.5610 Solar and Stellar Astrophysics
+1109.5611 High Energy Astrophysical Phenomena
+1109.5612
+1109.5615 Formal Languages and Automata Theory
+1109.5618
+1109.5624 Combinatorics
+1109.5625 Pattern Formation and Solitons
+1109.5626 Functional Analysis
+1109.5635 Data Structures and Algorithms
+1109.5641 Networking and Internet Architecture
+1109.5643 Experiment
+1109.5655 Pattern Formation and Solitons
+1109.5663 Artificial Intelligence
+1109.5665 Artificial Intelligence
+1109.5666 Artificial Intelligence
+1109.5676 Analysis of PDEs
+1109.5677 Analysis of PDEs
+1109.5680 High Energy Astrophysical Phenomena
+1109.5683 Formal Languages and Automata Theory
+1109.5686 Dynamical Systems
+cond-mat/0202467 Superconductivity
+hep-th/0210062 Theory
+hep-th/0304269 Theory
+hep-th/0409208 Theory
+hep-th/0411122 Theory
+hep-th/0501220 Theory
+hep-th/0703114 Theory
+math/0111030 Group Theory
+math/0210354 Group Theory
+math/0402236 General Topology
+math/0502223 General Topology
+math/0504003 General Topology
+math/0509213 Algebraic Topology
+math/0511068 Category Theory
+math/0603318 Differential Geometry
+math/0603513 Group Theory
+math/0702005 Algebraic Geometry
+physics/0609209 Physics and Society
+quant-ph/0002018
+quant-ph/9911015
+quant-ph/9911085
+quant-ph/9911122
+0811.0695
+0901.0570 Astrophysics of Galaxies
+0904.3523 Machine Learning
+0908.1472 Group Theory
+0910.4156 Number Theory
+0911.1783 Algebraic Geometry
+0911.3792 Rings and Algebras
+0912.4834 Algebraic Geometry
+1001.2816 Adaptation and Self-Organizing Systems
+1003.3410 Phenomenology
+1004.2614 Algebraic Geometry
+1006.2711 Risk Management
+1006.2733
+1006.3524 Phenomenology
+1006.3863 Physics and Society
+1007.0335
+1007.1661 Theory
+1007.3645 Solar and Stellar Astrophysics
+1008.1674 Functional Analysis
+1008.2173 Number Theory
+1008.3833
+1009.2150 Chaotic Dynamics
+1009.2444 Experiment
+1009.3847 Materials Science
+1011.1773 Probability
+1011.2938 Theory
+1011.4902 Neurons and Cognition
+1012.0131
+1012.1200 Plasma Physics
+1012.1895 Information Theory
+1012.3810 Atomic Physics
+1101.3680 Statistical Mechanics
+1102.0315 Analysis of PDEs
+1102.4783 Algebraic Geometry
+1102.5334 Phenomenology
+1103.1426 Probability
+1103.3952 Information Theory
+1104.0681 Cosmology and Nongalactic Astrophysics
+1104.2498 Materials Science
+1104.2911
+1105.0295
+1105.0423 Phenomenology
+1105.0629 Analysis of PDEs
+1105.1361 Statistics Theory
+1105.1670 Materials Science
+1105.3402 Popular Physics
+1105.3573
+1105.4733 Theory
+1105.6372 Functional Analysis
+1106.1094 Other Condensed Matter
+1106.1360
+1106.1608 Lattice
+1106.3161 Computational Complexity
+1106.5012 Algebraic Geometry
+1106.5541 Strongly Correlated Electrons
+1106.5602 Representation Theory
+1106.5783 Atomic Physics
+1107.0553 Experiment
+1107.1195
+1107.1354 Strongly Correlated Electrons
+1107.1803
+1107.2112 Cosmology and Nongalactic Astrophysics
+1107.2181 Probability
+1107.2232 Strongly Correlated Electrons
+1107.2497
+1107.4003
+1108.0485
+1108.1478 Cryptography and Security
+1108.1857 Quantum Gases
+1108.1942 Superconductivity
+1108.2933 Materials Science
+1108.3678 Cosmology and Nongalactic Astrophysics
+1108.3755 Statistics Theory
+1108.4269 High Energy Astrophysical Phenomena
+1108.4560 High Energy Astrophysical Phenomena
+1108.5257 Strongly Correlated Electrons
+1108.5381 Phenomenology
+1109.1189 Algebraic Geometry
+1109.1635 Algebraic Geometry
+1109.2115 Cosmology and Nongalactic Astrophysics
+1109.5138 Analysis of PDEs
+1109.6456 Atomic Physics
+1109.6754 Atomic Physics
+1110.0182 Algebraic Geometry
+1110.0374 Solar and Stellar Astrophysics
+1110.1949 Solar and Stellar Astrophysics
+1110.2544 Statistics Theory
+1110.2978
+1110.3332 Theory
+1110.4839 Superconductivity
+1111.1449 Dynamical Systems
+1111.1533 Algebraic Geometry
+1111.2913
+1111.3893 Theory
+1111.4493 Combinatorics
+1111.4546 Materials Science
+1111.4559 Probability
+1111.4560 Probability
+1111.4615 Solar and Stellar Astrophysics
+1111.4815 Strongly Correlated Electrons
+1111.4841 Data Structures and Algorithms
+1111.4937 Data Structures and Algorithms
+1111.4978 Phenomenology
+1111.5029 Analysis of PDEs
+1111.5035 Computational Physics
+1111.5036 Phenomenology
+1111.5040 Lattice
+1111.5047 Materials Science
+1111.5049 Theory
+1111.5051 Analysis of PDEs
+1111.5056
+1111.5058 Superconductivity
+1111.5060 Number Theory
+1111.5064 Representation Theory
+1111.5071 Dynamical Systems
+1111.5072 Materials Science
+1111.5076 Theory
+1111.5081 Instrumentation and Methods for Astrophysics
+1111.5086
+1111.5087 Mesoscale and Nanoscale Physics
+1111.5088 Superconductivity
+1111.5097 Classical Analysis and ODEs
+1111.5098 Lattice
+1111.5099 Instrumentation and Methods for Astrophysics
+1111.5101 Functional Analysis
+1111.5103 General Topology
+1111.5108 Computer Vision and Pattern Recognition
+1111.5109 Functional Analysis
+1111.5111 Instrumentation and Methods for Astrophysics
+1111.5113 Theory
+1111.5119 Metric Geometry
+1111.5121
+1111.5125 Complex Variables
+1111.5126 Complex Variables
+1111.5135 Computer Vision and Pattern Recognition
+1111.5138 Lattice
+1111.5139 Optics
+1111.5140 Numerical Analysis
+1111.5145 Applications
+1111.5146 Algebraic Geometry
+1111.5148 Dynamical Systems
+1111.5150 Functional Analysis
+1111.5152 Phenomenology
+1111.5155 Lattice
+1111.5157 Analysis of PDEs
+1111.5159 Combinatorics
+1111.5160 Functional Analysis
+1111.5165 Biomolecules
+1111.5170 Software Engineering
+1111.5172 Software Engineering
+1111.5175 Analysis of PDEs
+1111.5180 Logic
+1111.5181
+1111.5182
+1111.5189 Networking and Internet Architecture
+1111.5199 Instrumentation and Detectors
+1111.5207 Robotics
+1111.5213 Dynamical Systems
+1111.5214 Classical Analysis and ODEs
+1111.5219 Robotics
+1111.5221 Materials Science
+1111.5224 Experiment
+1111.5226 Exactly Solvable and Integrable Systems
+1111.5227 General Physics
+1111.5230 Materials Science
+1111.5232 Strongly Correlated Electrons
+1111.5235 Phenomenology
+1111.5240 Experiment
+1111.5241 Information Theory
+1111.5245
+1111.5246 Quantum Algebra
+1111.5252 Lattice
+1111.5254 Statistical Finance
+1111.5255
+1111.5256 Statistical Mechanics
+1111.5265 Statistical Finance
+1111.5269 Lattice
+1111.5270
+1111.5271 Optics
+1111.5279 Networking and Internet Architecture
+1111.5281 Cosmology and Nongalactic Astrophysics
+1111.5282 Functional Analysis
+1111.5283 Earth and Planetary Astrophysics
+1111.5285 Other Computer Science
+1111.5287 Information Theory
+1111.5288 Other Computer Science
+1111.5293 Computation and Language
+1111.5294 Mesoscale and Nanoscale Physics
+1111.5297 Biomolecules
+1111.5298
+1111.5307 Mesoscale and Nanoscale Physics
+1111.5308 Solar and Stellar Astrophysics
+1111.5311 Mesoscale and Nanoscale Physics
+1111.5312 Artificial Intelligence
+1111.5316 Quantum Algebra
+1111.5321 Numerical Analysis
+1111.5322 Metric Geometry
+1111.5324 Algebraic Geometry
+1111.5327 Symplectic Geometry
+math/0703234 Differential Geometry
+physics/0604188 Atomic Physics
+0706.1175 Probability
+0709.1098 Materials Science
+0807.1847 Statistical Mechanics
+0811.0072 Statistics Theory
+0811.4230 Dynamical Systems
+0812.1070 Theory
+0812.4339
+0901.1501 Differential Geometry
+0901.3031 Other Condensed Matter
+0902.1769 Disordered Systems and Neural Networks
+0902.2254 Logic
+0903.3541 Number Theory
+0905.0273 Numerical Analysis
+0905.0555 Algebraic Topology
+0905.1761 Algebraic Topology
+0905.2047 Algebraic Topology
+0905.2747 Combinatorics
+0907.2902 Other Condensed Matter
+0908.2356
+0908.3097 Metric Geometry
+0909.4915 Combinatorics
+0911.1920 Mesoscale and Nanoscale Physics
+0911.5062
+0912.5200 Methodology
+0912.5317 Cosmology and Nongalactic Astrophysics
+1002.0152 Methodology
+1002.2920 Theory
+1002.2965 Soft Condensed Matter
+1003.0006 Probability
+1005.1140 Metric Geometry
+1005.1335 Dynamical Systems
+1006.0104 Combinatorics
+1007.2655 Phenomenology
+1007.3072 Combinatorics
+1007.4362 Theory
+1008.1487 Number Theory
+1008.1744 Information Theory
+1008.3494
+1009.0392 Metric Geometry
+1009.0928 Analysis of PDEs
+1009.1308 Classical Analysis and ODEs
+1009.4028
+1009.4284 Symplectic Geometry
+1010.1058 Geometric Topology
+1010.1134 Mesoscale and Nanoscale Physics
+1010.1497 Differential Geometry
+1011.0892 Lattice
+1011.0989 Astrophysics of Galaxies
+1011.3061 Quantum Gases
+1011.3616 Mesoscale and Nanoscale Physics
+1011.3827
+1011.3845 Quantum Gases
+1011.3921 General Physics
+1011.3943 Mesoscale and Nanoscale Physics
+1011.4090 Theory
+1011.4120 Theory
+1011.4231 Lattice
+1011.4656 Other Condensed Matter
+1011.4750
+1012.3057 Computational Geometry
+1012.3289 Soft Condensed Matter
+1012.3524 Combinatorics
+1012.4667 Analysis of PDEs
+1012.4769 Applications
+1101.2559
+1101.2760 Theory
+1101.2977
+1101.4338 Chaotic Dynamics
+1101.4514
+1101.5112
+1102.0323 General Physics
+1102.0536 General Physics
+1102.0801 General Physics
+1102.1553 Materials Science
+1102.2051 Operator Algebras
+1102.2379 Materials Science
+1102.2495
+1102.3271 Algebraic Topology
+1102.5029
+1103.0018 Phenomenology
+1103.1194 Phenomenology
+1103.1636 Strongly Correlated Electrons
+1103.2174 Theory
+1103.3987 Theory
+1103.4813 Theory
+1103.4941 Materials Science
+1103.5455 Solar and Stellar Astrophysics
+1103.5469 Theory
+1103.5642 Phenomenology
+1104.0738 Theory
+1104.1091 High Energy Astrophysical Phenomena
+1104.1281 Theory
+1104.2494 Soft Condensed Matter
+1104.2924 Quantum Gases
+1104.3018 Phenomenology
+1104.3112 Representation Theory
+1104.3624 Phenomenology
+1104.4725 Probability
+1104.5542 Differential Geometry
+1104.5613 Phenomenology
+1105.1505 Information Theory
+1105.2355
+1105.2471 Group Theory
+1105.3061 Computational Physics
+1105.3148 Combinatorics
+1106.0579 Instrumentation and Methods for Astrophysics
+1106.4181 Probability
+1106.4376
+1106.5285 Soft Condensed Matter
+1106.5649 Instrumentation and Detectors
+1107.0067 Software Engineering
+1107.0147 Statistics Theory
+1107.0187 Cosmology and Nongalactic Astrophysics
+1107.0244 Materials Science
+1107.0540 Statistics Theory
+1107.0565 High Energy Astrophysical Phenomena
+1107.0575 Analysis of PDEs
+1107.0584 Materials Science
+1107.0593 Materials Science
+1107.0735 Mesoscale and Nanoscale Physics
+1107.0736 Earth and Planetary Astrophysics
+1107.0738 Phenomenology
+1107.0743 Disordered Systems and Neural Networks
+1107.0746 Programming Languages
+1107.0748 Superconductivity
+1107.0752 Experiment
+1107.0756 Theory
+1107.0770 Quantum Algebra
+1107.0773 Complex Variables
+1107.0776 Exactly Solvable and Integrable Systems
+1107.0777 Biological Physics
+1107.0782 Strongly Correlated Electrons
+1107.0783 Rings and Algebras
+1107.0785 Probability
+1107.0787 Analysis of PDEs
+1107.0792 Phenomenology
+1107.0794
+1107.0796 Statistical Mechanics
+1107.0799 Soft Condensed Matter
+1107.0800 Astrophysics of Galaxies
+1107.0810 Mesoscale and Nanoscale Physics
+1107.0811 Materials Science
+1107.0817 Dynamical Systems
+1107.0820 Instrumentation and Methods for Astrophysics
+1107.0826 High Energy Astrophysical Phenomena
+1107.0829 Differential Geometry
+1107.0832 Classical Analysis and ODEs
+1107.0836 Instrumentation and Methods for Astrophysics
+1107.0838 General Finance
+1107.0839 Trading and Market Microstructure
+1107.0846 Materials Science
+1107.0848 History and Overview
+1107.0851 Phenomenology
+1107.0853 Theory
+1107.0855 Differential Geometry
+1107.0857 Algebraic Geometry
+1107.0868 Optics
+1107.0871 Discrete Mathematics
+1107.0885 Applications
+1107.0886 Astrophysics of Galaxies
+1107.0890
+1107.0894 Numerical Analysis
+1107.0896 Analysis of PDEs
+1107.0898
+1107.0900 Quantitative Methods
+1107.0903 Adaptation and Self-Organizing Systems
+1107.0920 Quantum Algebra
+1107.0922 Learning
+1107.0925 Instrumentation and Methods for Astrophysics
+1107.0927 Applications
+1107.0930 Geophysics
+1107.0935 Methodology
+1107.0938 Rings and Algebras
+1107.0951 K-Theory and Homology
+1107.0957 Classical Analysis and ODEs
+1107.0958 Phenomenology
+1107.0959 Statistical Mechanics
+1107.0964 General Physics
+math/0605370 Probability
+math/0606659 Probability
+quant-ph/0504163
+0710.0926 Metric Geometry
+0710.1218 Atomic and Molecular Clusters
+0807.2826 Differential Geometry
+0809.4522 Statistical Mechanics
+0904.0436 Functional Analysis
+0906.5128 Functional Analysis
+0906.5527 Differential Geometry
+0912.0188 Atomic and Molecular Clusters
+0912.2024 Optics
+0912.4646 General Mathematics
+1002.3146 Quantum Algebra
+1002.4320 Group Theory
+1003.4347 Phenomenology
+1004.3673 Phenomenology
+1004.3961 Superconductivity
+1004.4265 Strongly Correlated Electrons
+1004.4342 Artificial Intelligence
+1005.4178 Information Theory
+1005.4506 Mesoscale and Nanoscale Physics
+1005.4552 Digital Libraries
+1005.4592 Artificial Intelligence
+1006.2087 Superconductivity
+1006.5595
+1007.0453 Metric Geometry
+1007.0677 Probability
+1007.1007 Astrophysics of Galaxies
+1008.1204 Superconductivity
+1008.4603 Quantum Gases
+1008.5010 Cosmology and Nongalactic Astrophysics
+1009.4733 Performance
+1010.0662 Probability
+1010.3914 Materials Science
+1011.6613
+1012.2873 Statistical Mechanics
+1012.3202
+1012.4973 Biological Physics
+1012.5412 Phenomenology
+1101.2424 Combinatorics
+1101.4355 Exactly Solvable and Integrable Systems
+1102.0051
+1102.1369 Probability
+1102.1415 Mesoscale and Nanoscale Physics
+1102.2435 Materials Science
+1102.2735 Quantum Gases
+1102.4028 Other Condensed Matter
+1102.4293 Computational Engineering, Finance, and Science
+1103.1081
+1103.2779
+1103.2895 Mesoscale and Nanoscale Physics
+1103.4211 Statistical Mechanics
+1103.4935 Materials Science
+1103.5001 Statistical Mechanics
+1103.6050
+1104.2399 Materials Science
+1104.4611 Chaotic Dynamics
+1104.5633 Quantum Gases
+1105.0288 Artificial Intelligence
+1105.0992 Mesoscale and Nanoscale Physics
+1105.2565 Theory
+1105.3119 Solar and Stellar Astrophysics
+1105.5903 Information Theory
+1106.0038 Theory
+1106.1430 Astrophysics of Galaxies
+1106.1598 Materials Science
+1106.4967 Strongly Correlated Electrons
+1106.5070 Data Analysis, Statistics and Probability
+1106.5276 Group Theory
+1106.5385 Statistical Mechanics
+1107.0350 Software Engineering
+1107.0485 Statistical Mechanics
+1107.3057 Atomic and Molecular Clusters
+1107.3209 Digital Libraries
+1107.3212 Digital Libraries
+1107.3696 Materials Science
+1107.4729 Fluid Dynamics
+1107.5030 Logic in Computer Science
+1107.5046 Cosmology and Nongalactic Astrophysics
+1107.5054 Geometric Topology
+1107.5057 Mesoscale and Nanoscale Physics
+1107.5058 Group Theory
+1107.5062 Functional Analysis
+1107.5066 Probability
+1107.5068 Optimization and Control
+1107.5077
+1107.5080
+1107.5082 Fluid Dynamics
+1107.5083 Dynamical Systems
+1107.5089 Solar and Stellar Astrophysics
+1107.5092 Combinatorics
+1107.5095 Populations and Evolution
+1107.5103 Statistical Mechanics
+1107.5104 Mesoscale and Nanoscale Physics
+1107.5107 Differential Geometry
+1107.5119 Solar and Stellar Astrophysics
+1107.5121 Applications
+1107.5125 Group Theory
+1107.5130 High Energy Astrophysical Phenomena
+1107.5135 Probability
+1107.5141 Other Statistics
+1107.5142 Logic in Computer Science
+1107.5149 Cosmology and Nongalactic Astrophysics
+1107.5150 Materials Science
+1107.5151 Analysis of PDEs
+1107.5152 Logic in Computer Science
+1107.5153 Operator Algebras
+1107.5154 Networking and Internet Architecture
+1107.5165 Cosmology and Nongalactic Astrophysics
+1107.5170 Phenomenology
+1107.5173 Materials Science
+1107.5174
+1107.5177 Combinatorics
+1107.5178 Materials Science
+1107.5180 Atmospheric and Oceanic Physics
+1107.5181 Theory
+1107.5182 Atmospheric and Oceanic Physics
+1107.5186 Computer Vision and Pattern Recognition
+1107.5188 Materials Science
+1107.5191 Number Theory
+1107.5196 Materials Science
+1107.5200 Classical Analysis and ODEs
+1107.5204 Computational Geometry
+1107.5205 Operator Algebras
+1107.5206 Biological Physics
+1107.5208 Functional Analysis
+1107.5209 Classical Analysis and ODEs
+1107.5210 Materials Science
+1107.5219 Probability
+1107.5221 Computer Science and Game Theory
+1107.5227 Experiment
+1107.5228 Formal Languages and Automata Theory
+1107.5230 Commutative Algebra
+1107.5232 Geometric Topology
+1107.5235 High Energy Astrophysical Phenomena
+1107.5237 Differential Geometry
+1107.5239 Methodology
+1107.5240 High Energy Astrophysical Phenomena
+1107.5242 Logic in Computer Science
+1107.5247 Mesoscale and Nanoscale Physics
+1107.5251 Analysis of PDEs
+1107.5269 Optimization and Control
+1107.5280 Optimization and Control
+1107.5283 Analysis of PDEs
+1107.5284 Optics
+1107.5292 Phenomenology
+1107.5297 Solar and Stellar Astrophysics
+1107.5299 Mesoscale and Nanoscale Physics
+cond-mat/0605050 Strongly Correlated Electrons
+cond-mat/0610597 Statistical Mechanics
+cond-mat/0702407 Statistical Mechanics
+math/0606637 Quantum Algebra
+math/0611389 Differential Geometry
+physics/0511201 Physics and Society
+0712.3026 Algebraic Geometry
+0801.4723 Logic
+0902.3278 Strongly Correlated Electrons
+0905.3131 Cosmology and Nongalactic Astrophysics
+0906.0568 Popular Physics
+0909.2741
+0910.3347
+0910.4633 Theory
+0912.5008 Mesoscale and Nanoscale Physics
+1001.2834 Instrumentation and Methods for Astrophysics
+1002.0101 Quantum Gases
+1002.1806 Theory
+1003.4779 Phenomenology
+1004.0053 Group Theory
+1004.0253 Combinatorics
+1004.4879 Soft Condensed Matter
+1005.1303 Probability
+1006.2727 Phenomenology
+1006.3978
+1006.4815 Superconductivity
+1006.5402 Mesoscale and Nanoscale Physics
+1007.2009 Materials Science
+1007.2657 Materials Science
+1008.0141 Mesoscale and Nanoscale Physics
+1008.2264 Functional Analysis
+1008.3055 Quantum Gases
+1008.3680 Commutative Algebra
+1008.4071 Artificial Intelligence
+1009.0671
+1009.0969 Fluid Dynamics
+1009.4700 Strongly Correlated Electrons
+1009.5388 Number Theory
+1010.0447 Quantum Algebra
+1011.0763 Instrumentation and Methods for Astrophysics
+1011.2014
+1011.5939 Classical Analysis and ODEs
+1011.6051 History and Philosophy of Physics
+1012.0381 Theory
+1012.0735 Learning
+1012.1157
+1012.1901 Solar and Stellar Astrophysics
+1012.3317 Mesoscale and Nanoscale Physics
+1012.5070 Materials Science
+1101.0852 Statistical Mechanics
+1101.1273 Molecular Networks
+1101.1962
+1101.3696 Representation Theory
+1101.4547
+1102.1473 Geometric Topology
+1102.3259 Fluid Dynamics
+1103.2001 Physics and Society
+1103.4090 Quantitative Methods
+1103.4838 Classical Physics
+1104.1017
+1104.1705 Materials Science
+1104.2053 Optics
+1104.2186 Plasma Physics
+1104.2243 Plasma Physics
+1104.2983 General Topology
+1104.4346
+1104.4353 Data Structures and Algorithms
+1104.4360 Probability
+1104.4362 General Physics
+1104.4364 Algebraic Geometry
+1104.4367 Combinatorics
+1104.4375 Information Theory
+1104.4376 Methodology
+1104.4379 Distributed, Parallel, and Cluster Computing
+1104.4381 Physics and Society
+1104.4384 Databases
+1104.4386 Theory
+1104.4389 Statistics Theory
+1104.4396 Statistics Theory
+1104.4401 Number Theory
+1104.4402 Dynamical Systems
+1104.4403 Solar and Stellar Astrophysics
+1104.4404 Phenomenology
+1104.4405
+1104.4409 Differential Geometry
+1104.4410 Statistics Theory
+1104.4411 Combinatorics
+1104.4413 Solar and Stellar Astrophysics
+1104.4419 Discrete Mathematics
+1104.4424 Discrete Mathematics
+1104.4425 Discrete Mathematics
+1104.4427 Formal Languages and Automata Theory
+1104.4429 Statistics Theory
+1104.4431 Earth and Planetary Astrophysics
+1104.4433 Computational Complexity
+1104.4435 Geometric Topology
+1104.4437 High Energy Astrophysical Phenomena
+1104.4448 Logic
+1104.4450 Logic
+1104.4451 Functional Analysis
+1104.4466
+1104.4471 Data Structures and Algorithms
+1104.4479 Functional Analysis
+1104.4488
+1104.4493 Classical Physics
+math/0701347 Statistics Theory
+0710.4365 Phenomenology
+0710.5367 Mesoscale and Nanoscale Physics
+0711.3986 Theory
+0712.0045 Theory
+0805.4772
+0806.1224 Popular Physics
+0806.4759 Strongly Correlated Electrons
+0807.4827 Phenomenology
+0901.0532 Earth and Planetary Astrophysics
+0901.1234 Theory
+0901.2744 Commutative Algebra
+0901.3536 Instrumentation and Methods for Astrophysics
+0902.3883 Combinatorics
+0903.5317 Cosmology and Nongalactic Astrophysics
+0906.5245 Phenomenology
+0907.2968 Theory
+0907.4911
+0909.3012 Astrophysics of Galaxies
+0909.3201 Metric Geometry
+0909.4525 Theory
+0910.0396
+0910.1608 High Energy Astrophysical Phenomena
+0910.2338 Solar and Stellar Astrophysics
+0910.2364 Phenomenology
+0910.2448 Phenomenology
+0910.3323 Number Theory
+0911.0358 Theory
+0911.2069 Cosmology and Nongalactic Astrophysics
+0911.2392
+0912.0808
+0912.1781 Phenomenology
+0912.4233 Phenomenology
+0912.5265 Theory
+1001.0409 History and Overview
+1002.1887 Discrete Mathematics
+1002.2982 Differential Geometry
+1003.0134 Physics and Society
+1004.4534 Statistical Mechanics
+1005.1570
+1005.2841 Phenomenology
+1005.5159 Phenomenology
+1006.0239 Theory
+1006.0949 Theory
+1006.1747 Software Engineering
+1006.2028 Theory
+1006.3595
+1006.4146
+1006.5666
+1007.0194 Phenomenology
+1007.0617 Experiment
+1007.1991 Probability
+1007.2451 Theory
+1007.3610 Phenomenology
+1007.4592 Theory
+1007.5021 Phenomenology
+1007.5189 Theory
+1008.0122 General Physics
+1008.0139 Phenomenology
+1008.0302 Theory
+1008.1089 Earth and Planetary Astrophysics
+1008.3439 Theory
+1008.3496
+1008.3910
+1008.3989
+1008.5162
+1009.0093 Phenomenology
+1009.0224 Phenomenology
+1009.1612 Phenomenology
+1009.1684 Theory
+1009.1998 Phenomenology
+1009.2366 Combinatorics
+1009.3215 Phenomenology
+1009.3236 Theory
+1009.3338 High Energy Astrophysical Phenomena
+1009.4645
+1009.5209 Theory
+1010.1767 Mesoscale and Nanoscale Physics
+1010.2124 Soft Condensed Matter
+1010.2236 Information Theory
+1010.2443
+1010.4470 General Physics
+1010.4800 Theory
+1010.5290 Learning
+1010.5748 Theory
+1010.5940 Astrophysics of Galaxies
+1010.5984 Phenomenology
+1010.5999 Phenomenology
+1010.6062 Phenomenology
+1011.0684
+1011.1858 Statistical Mechanics
+1011.3080 Mesoscale and Nanoscale Physics
+1011.5058 Mesoscale and Nanoscale Physics
+1011.6069 Solar and Stellar Astrophysics
+1012.3127 Combinatorics
+1101.0010 Chemical Physics
+1101.0299 Mesoscale and Nanoscale Physics
+1101.0619 Strongly Correlated Electrons
+1101.2076 Quantum Gases
+1101.2212 Materials Science
+1101.3205 Solar and Stellar Astrophysics
+1101.5368 Theory
+1102.1769
+1102.3244 Strongly Correlated Electrons
+1103.2137 Theory
+1103.2268 Computational Complexity
+1103.2443 Dynamical Systems
+1103.2500
+1103.2811 Logic in Computer Science
+1103.2812 Logic in Computer Science
+1103.2849
+1103.2852 Methodology
+1103.2904 Superconductivity
+1103.3020 Mathematical Software
+1103.3021 Software Engineering
+1103.3023 Analysis of PDEs
+1103.3025 Instrumentation and Methods for Astrophysics
+1103.3026 Numerical Analysis
+1103.3030 Analysis of PDEs
+1103.3031
+1103.3032 Biomolecules
+1103.3033 Geophysics
+1103.3035 Classical Analysis and ODEs
+1103.3036 Mesoscale and Nanoscale Physics
+1103.3037 Astrophysics of Galaxies
+1103.3043
+1103.3049 High Energy Astrophysical Phenomena
+1103.3052 Mesoscale and Nanoscale Physics
+1103.3066 Number Theory
+1103.3069 Number Theory
+1103.3070 Solar and Stellar Astrophysics
+1103.3071 Solar and Stellar Astrophysics
+1103.3074 Solar and Stellar Astrophysics
+1103.3075 Digital Libraries
+1103.3077 Dynamical Systems
+1103.3090 Optics
+1103.3092
+1103.3093 Information Theory
+1103.3094 Analysis of PDEs
+1103.3098
+1103.3100
+1103.3102 Databases
+1103.3103 Databases
+1103.3105 Databases
+1103.3109 General Topology
+1103.3110 Logic
+1103.3111 Logic in Computer Science
+1103.3113 Information Theory
+1103.3115 Superconductivity
+1103.3127 Functional Analysis
+1103.3132 Functional Analysis
+1103.3141 Differential Geometry
+1103.3143
+1103.3144 General Physics
+1103.3153 Functional Analysis
+1103.3159 Cryptography and Security
+1103.3161 General Physics
+1103.3163 Combinatorics
+1103.3169 Combinatorics
+1103.3171 Representation Theory
+1103.3174 Social and Information Networks
+1103.3176 Numerical Analysis
+1103.3181 Statistical Mechanics
+1103.3193
+1103.3195 Complex Variables
+1103.3206 General Finance
+1103.3210 Dynamical Systems
+1103.3215 Earth and Planetary Astrophysics
+1103.3218 Rings and Algebras
+1103.3221 Mesoscale and Nanoscale Physics
+1103.3223 Artificial Intelligence
+1103.3224 Optimization and Control
+1103.3227
+1103.3235 Differential Geometry
+1103.3236 Algebraic Geometry
+1103.3237 General Physics
+1103.3239 Logic in Computer Science
+1103.3241 Probability
+1103.3246 Group Theory
+1103.3248
+1103.3253 Analysis of PDEs
+1103.3258 Number Theory
+astro-ph/0209595
+astro-ph/0209615
+astro-ph/0402300
+astro-ph/0404011
+astro-ph/0512053
+astro-ph/0602281
+astro-ph/0603342
+astro-ph/0606762
+astro-ph/0612689
+astro-ph/9312034
+astro-ph/9501078
+astro-ph/9502022
+astro-ph/9705229
+astro-ph/9706084
+astro-ph/9709199
+astro-ph/9806192
+astro-ph/9807111
+astro-ph/9808188
+astro-ph/9906312
+astro-ph/9908249
+cond-mat/0112023
+cond-mat/0308423
+gr-qc/9801030
+gr-qc/9806035
+hep-ph/0004105 Phenomenology
+hep-ph/0107032 Phenomenology
+hep-ph/0110228 Phenomenology
+hep-ph/0110351 Phenomenology
+hep-ph/0306118 Phenomenology
+hep-ph/0412005 Phenomenology
+hep-ph/0503074 Phenomenology
+hep-ph/0605221 Phenomenology
+hep-ph/9311248 Phenomenology
+hep-ph/9407230 Phenomenology
+hep-ph/9706422 Phenomenology
+hep-ph/9708321 Phenomenology
+hep-ph/9711409 Phenomenology
+hep-ph/9712550 Phenomenology
+hep-ph/9806204 Phenomenology
+hep-ph/9808437 Phenomenology
+hep-ph/9812250 Phenomenology
+hep-ph/9902379 Phenomenology
+hep-ph/9902402 Phenomenology
+hep-ph/9902403 Phenomenology
+hep-th/9806248 Theory
+math-ph/0605077
+math/0106227 Functional Analysis
+math/0107132 Functional Analysis
+math/0201144 Functional Analysis
+math/0210287 Functional Analysis
+math/0301182 Functional Analysis
+math/0311324 Functional Analysis
+math/0412027 Analysis of PDEs
+math/0509373 Functional Analysis
+math/0510311 Statistics Theory
+math/0609741 Algebraic Geometry
+math/9412212 Functional Analysis
+math/9507215 Functional Analysis
+math/9702213 Functional Analysis
+math/9709216 Functional Analysis
+math/9911021 Functional Analysis
+nucl-th/0308018
+nucl-th/0605005
+nucl-th/9806059
+nucl-th/9806060
+nucl-th/9810009
+nucl-th/9811036
+nucl-th/9905005
+1106.1813 Artificial Intelligence
+0704.1495 Dynamical Systems
+0709.3476 Algebraic Geometry
+0711.3654
+0711.3818 Dynamical Systems
+0711.3834 Statistics Theory
+0802.2377 Methodology
+0806.3220
+0811.0548 Logic
+0811.2098 Optics
+0811.2774 Logic
+0811.4659 Superconductivity
+0812.1868 Number Theory
+0812.2087
+0812.5028 Quantum Gases
+0901.0509 Algebraic Geometry
+0901.1875 Dynamical Systems
+0901.3062 Differential Geometry
+0902.4111 Methodology
+0903.2790 Materials Science
+0903.3192 Commutative Algebra
+0904.2088 Accelerator Physics
+0904.3083
+0906.1373 Geometric Topology
+0906.4294 Theory
+0906.4826 Geometric Topology
+0908.0027 Dynamical Systems
+0909.0038 Disordered Systems and Neural Networks
+0910.0360 K-Theory and Homology
+0910.1270 Superconductivity
+0910.2260 Analysis of PDEs
+0910.5182 Number Theory
+0911.0766 Differential Geometry
+0911.3097
+0912.1107 Rings and Algebras
+0912.1415 Category Theory
+0912.4223
+1001.5191 Optimization and Control
+1002.1070 Risk Management
+1002.1847 Optics
+1003.3196 Number Theory
+1003.3218 Probability
+1003.3978 Probability
+1003.4224 Algebraic Topology
+1004.0019 Dynamical Systems
+1004.2664 Spectral Theory
+1004.2995 Statistics Theory
+1004.3457 Fluid Dynamics
+1005.0358 Symplectic Geometry
+1005.4352 Phenomenology
+1006.1857 Quantum Algebra
+1006.2243 Cosmology and Nongalactic Astrophysics
+1006.2322 Artificial Intelligence
+1006.2592 Methodology
+1007.4698 Exactly Solvable and Integrable Systems
+1007.5003 Complex Variables
+1007.5419 Theory
+1008.1213 Logic in Computer Science
+1008.1755 Theory
+1008.4896 Optimization and Control
+1009.1084
+1009.4592 Optics
+1009.4724 Algebraic Geometry
+1009.5874 Mesoscale and Nanoscale Physics
+1010.0233
+1010.1433
+1010.1798 Cosmology and Nongalactic Astrophysics
+1010.2585
+1010.2701
+1010.2897 Analysis of PDEs
+1011.0066
+1011.0209 Differential Geometry
+1011.0357 Number Theory
+1011.1171 Superconductivity
+1011.2567 Instrumentation and Detectors
+1011.3049 Distributed, Parallel, and Cluster Computing
+1011.4705
+1011.5712 Disordered Systems and Neural Networks
+1012.0755 High Energy Astrophysical Phenomena
+1012.5423 Materials Science
+1101.0826 Algebraic Geometry
+1101.1733 Materials Science
+1101.2078 Materials Science
+1101.4932 Atomic Physics
+1101.6012 Phenomenology
+1102.1171 Theory
+1102.1209 Theory
+1102.2906 Distributed, Parallel, and Cluster Computing
+1102.3411 Quantum Algebra
+1102.4331 Phenomenology
+1102.4358 High Energy Astrophysical Phenomena
+1102.4695 Optics
+1102.5359 Biological Physics
+1102.5702 Phenomenology
+1102.5722 Materials Science
+1103.2120 Materials Science
+1103.4984 Computational Complexity
+1103.5200 Superconductivity
+1104.0902 Materials Science
+1104.0907 Representation Theory
+1104.1223
+1104.3012 Cosmology and Nongalactic Astrophysics
+1104.3039
+1104.5590 Experiment
+1105.0331
+1105.0411 Statistical Mechanics
+1105.1817 Mesoscale and Nanoscale Physics
+1105.2120 Space Physics
+1105.4462
+1105.5209 Mesoscale and Nanoscale Physics
+1105.5423 Materials Science
+1105.5560 Strongly Correlated Electrons
+1105.5610 Accelerator Physics
+1105.5883 Strongly Correlated Electrons
+1105.6110 Materials Science
+1106.0292 Cosmology and Nongalactic Astrophysics
+1106.1334 Phenomenology
+1106.2028
+1106.2246 Statistics Theory
+1106.2655 Strongly Correlated Electrons
+1106.4012 Superconductivity
+1106.4552 Superconductivity
+1106.5065 Instrumentation and Methods for Astrophysics
+1106.5333 Strongly Correlated Electrons
+1106.6178 Earth and Planetary Astrophysics
+1107.0254 Phenomenology
+1107.0322
+1107.0696 Phenomenology
+1107.0887 Materials Science
+1107.1511 Chaotic Dynamics
+1107.1817
+1107.1873
+1107.1875
+1107.2305 Exactly Solvable and Integrable Systems
+1107.2384 Instrumentation and Methods for Astrophysics
+1107.2911 Strongly Correlated Electrons
+1107.3027 Strongly Correlated Electrons
+1107.3186 Cosmology and Nongalactic Astrophysics
+1107.3891 Mesoscale and Nanoscale Physics
+1107.4360 Data Analysis, Statistics and Probability
+1107.4743
+1107.5123 Information Theory
+1108.0516 Quantum Gases
+1108.0643 Probability
+1108.0657 Superconductivity
+1108.1249
+1108.1647 Statistics Theory
+1108.1666 Mesoscale and Nanoscale Physics
+1108.2588 Molecular Networks
+1108.2690
+1108.3208 Operator Algebras
+1108.3317 Quantum Gases
+1108.3671 Geometric Topology
+1108.3716 Materials Science
+1108.3925 Probability
+1108.4201 History and Overview
+1109.0715 Quantum Algebra
+1109.1148 Optics
+1109.1329 Algebraic Geometry
+1109.2445 Combinatorics
+1109.3173 Populations and Evolution
+1109.4039 Networking and Internet Architecture
+1109.5526 Logic
+1109.5727 Data Analysis, Statistics and Probability
+1109.5848 Mesoscale and Nanoscale Physics
+1109.5928 Superconductivity
+1110.0303 Combinatorics
+1110.0365 Physics and Society
+1110.0568 Combinatorics
+1110.0599
+1110.1205 Statistical Mechanics
+1110.1304 Discrete Mathematics
+1110.2054 Experiment
+1110.2092 Experiment
+1110.2411 Experiment
+1110.2560 Experiment
+1110.2601 Strongly Correlated Electrons
+1110.2637 Medical Physics
+1110.2661 Algebraic Topology
+1110.2696 Complex Variables
+1110.2797 Number Theory
+1110.2992 Materials Science
+1110.2993 Quantitative Methods
+1110.3034 Numerical Analysis
+1110.3259 Cosmology and Nongalactic Astrophysics
+1110.3316 Other Computer Science
+1110.3320 Fluid Dynamics
+1110.3334 Materials Science
+1110.3343 Spectral Theory
+1110.3347 Learning
+1110.3349 Numerical Analysis
+1110.3350 History and Overview
+1110.3352
+1110.3355 Fluid Dynamics
+1110.3356 Fluid Dynamics
+1110.3357 Fluid Dynamics
+1110.3358
+1110.3360 Numerical Analysis
+1110.3365 Information Theory
+1110.3366 Information Theory
+1110.3369 Fluid Dynamics
+1110.3371 Dynamical Systems
+1110.3372 Fluid Dynamics
+1110.3373 Fluid Dynamics
+1110.3374 Fluid Dynamics
+1110.3375 Classical Analysis and ODEs
+1110.3377 Fluid Dynamics
+1110.3378 Accelerator Physics
+1110.3379 Software Engineering
+1110.3380 Networking and Internet Architecture
+1110.3381 Data Structures and Algorithms
+1110.3382 Computational Engineering, Finance, and Science
+1110.3383 Portfolio Management
+1110.3384 Software Engineering
+1110.3385 Artificial Intelligence
+1110.3386 Networking and Internet Architecture
+1110.3390 Computation
+1110.3393 Phenomenology
+1110.3397 Mathematical Software
+1110.3398 Optimization and Control
+1110.3402 Fluid Dynamics
+1110.3407 Representation Theory
+1110.3408 Statistical Mechanics
+1110.3413 Statistical Mechanics
+1110.3414 Earth and Planetary Astrophysics
+1110.3416
+1110.3417 Quantum Gases
+1110.3425 Networking and Internet Architecture
+1110.3426
+1110.3427 Commutative Algebra
+1110.3430 Numerical Analysis
+1110.3434 Rings and Algebras
+1110.3435 Fluid Dynamics
+1110.3436 Statistics Theory
+1110.3437 Statistics Theory
+1110.3438 Numerical Analysis
+1110.3443 Fluid Dynamics
+1110.3445 Combinatorics
+1110.3448
+1110.3449
+1110.3455 Experiment
+1110.3456
+1110.3457 Algebraic Geometry
+1110.3458 Exactly Solvable and Integrable Systems
+1110.3459 Information Theory
+1110.3461 Logic
+1110.3463 Combinatorics
+1110.3464 Probability
+1110.3466 Cryptography and Security
+1110.3467
+1110.3470 Programming Languages
+1110.3471 Classical Analysis and ODEs
+1110.3474 Mesoscale and Nanoscale Physics
+1110.3475 Mesoscale and Nanoscale Physics
+1110.3481 Materials Science
+1110.3487 Mesoscale and Nanoscale Physics
+1110.3496 Number Theory
+1110.3499
+1110.3501
+1110.3503 Chemical Physics
+1110.3505 Algebraic Geometry
+1110.3506 Group Theory
+1110.3508 Operator Algebras
+1110.3511 Quantum Algebra
+1110.3515 Fluid Dynamics
+1110.3520 Number Theory
+1110.3522 Lattice
+1110.3525 Analysis of PDEs
+1110.3531 Optimization and Control
+1110.3535 Hardware Architecture
+1110.3539 Geometric Topology
+1110.3553 Metric Geometry
+1110.3558 Materials Science
+1110.3560 Mesoscale and Nanoscale Physics
+1110.3561 Information Theory
+1110.3563 Social and Information Networks
+1110.3569 Databases
+1110.3570 Functional Analysis
+1110.3576 Materials Science
+1110.3577 Lattice
+1110.3578 Complex Variables
+1110.3579 Networking and Internet Architecture
+1110.3580 Accelerator Physics
+1110.3581 General Physics
+1110.3584 Hardware Architecture
+1110.3587 Phenomenology
+1110.3591 Cosmology and Nongalactic Astrophysics
+1110.3593 Optics
+1110.3595 Number Theory
+1110.3596 Analysis of PDEs
+1110.3597 Networking and Internet Architecture
+1110.3600 Group Theory
+1110.3601 Geometric Topology
+1110.3602 Algebraic Geometry
+1110.3609 Geometric Topology
+1110.3614 Analysis of PDEs
+1110.3615 Phenomenology
+1110.3626 Spectral Theory
+1110.3630
+1110.3631 Analysis of PDEs
+1110.3634 Metric Geometry
+1110.3638 Complex Variables
+1110.3640 Phenomenology
+1110.3651 Materials Science
+1110.3657 Group Theory
+1110.3659 Number Theory
+1110.3664 Algebraic Geometry
+1110.3666 Algebraic Geometry
+1110.3669 Complex Variables
+1110.3672 Artificial Intelligence
+1110.3674 Optimization and Control
+1110.3681 Phenomenology
+1110.3687 Digital Libraries
+1110.3691 Fluid Dynamics
+1110.3693 Experiment
+1110.3695 Optimization and Control
+1110.3699 Rings and Algebras
+1110.3700 Fluid Dynamics
+1110.3703 Fluid Dynamics
+1110.3706 Cryptography and Security
+1110.3707 Fluid Dynamics
+1110.3712 Solar and Stellar Astrophysics
+1110.3714 Differential Geometry
+1110.3715 Classical Analysis and ODEs
+1110.3720 Dynamical Systems
+1110.3723 Dynamical Systems
+1110.3724 Combinatorics
+1110.3727 Experiment
+1110.3735 Phenomenology
+1110.3743 Geometric Topology
+1110.3750 Mesoscale and Nanoscale Physics
+1110.3765 Differential Geometry
+1110.3773 Classical Physics
+1110.3779 Number Theory
+astro-ph/0409016
+cond-mat/0106255
+cond-mat/0111463 Materials Science
+cond-mat/0507686 Strongly Correlated Electrons
+cond-mat/0605754 Soft Condensed Matter
+hep-ph/0312090 Phenomenology
+hep-ph/0411344 Phenomenology
+math-ph/0703084
+math/0101192 Classical Analysis and ODEs
+math/0403511 K-Theory and Homology
+math/0511330 Logic
+math/0608696 Probability
+math/0611531 Optimization and Control
+0704.1896
+0704.3132 Phenomenology
+0707.1767 Differential Geometry
+0707.4665
+0710.0179
+0711.1791 Disordered Systems and Neural Networks
+0711.5002 Number Theory
+0711.5005 Number Theory
+0712.0919 Materials Science
+0801.0862 Materials Science
+0802.1023
+0803.3899 Algebraic Geometry
+0804.1163 Algebraic Geometry
+0805.2628 Quantitative Methods
+0805.2847
+0806.2515
+0807.1984 Physics and Society
+0808.3796 Complex Variables
+0810.0190
+0811.3476 Statistical Mechanics
+0811.3645 Biomolecules
+0812.0309 Mesoscale and Nanoscale Physics
+0812.2473 Probability
+0901.3304 Probability
+0903.0225 Strongly Correlated Electrons
+0904.3386 Phenomenology
+0904.4742 Logic
+0905.2155 Probability
+0905.2606 Materials Science
+0906.3154 Probability
+0906.5525 Rings and Algebras
+0907.0006 Cosmology and Nongalactic Astrophysics
+0907.2009 Probability
+0907.4789 Geometric Topology
+0908.0185
+0908.2052
+0909.3545
+0910.3376
+0910.5672 Analysis of PDEs
+0911.0854 Mesoscale and Nanoscale Physics
+0911.1315 Cosmology and Nongalactic Astrophysics
+0911.4170 Algebraic Geometry
+1001.0591 Computational Geometry
+1001.1823 Quantum Gases
+1002.0875 Probability
+1002.0962 Materials Science
+1002.4164 General Topology
+1002.4656 Theory
+1002.4753 Probability
+1003.2140 Mesoscale and Nanoscale Physics
+1003.4389 Mesoscale and Nanoscale Physics
+1004.0264
+1005.3448 Number Theory
+1005.4997 Computation and Language
+1006.1127 Phenomenology
+1006.2876 Theory
+1007.0416 Mesoscale and Nanoscale Physics
+1007.1184 Superconductivity
+1007.1333 Formal Languages and Automata Theory
+1007.2337 Commutative Algebra
+1007.2418
+1007.3494 Cosmology and Nongalactic Astrophysics
+1007.4513 Phenomenology
+1007.5405 Phenomenology
+1008.1513
+1008.1599
+1008.2142 Other Condensed Matter
+1008.3842 Theory
+1008.3911 Physics and Society
+1008.4142 Theory
+1008.5089 Algebraic Topology
+1008.5221
+1009.0044
+1009.2188 Classical Analysis and ODEs
+1009.2707 Statistics Theory
+1009.2736 Cosmology and Nongalactic Astrophysics
+1009.2969 Mesoscale and Nanoscale Physics
+1009.3341 Commutative Algebra
+1009.3359 Digital Libraries
+1009.3413 Phenomenology
+1009.4692 Strongly Correlated Electrons
+1009.5620 Algebraic Geometry
+1010.0053 Disordered Systems and Neural Networks
+1010.0225 Logic in Computer Science
+1010.1184 Representation Theory
+1010.1736 Chemical Physics
+1010.1802 Materials Science
+1010.1903
+1010.2013 Differential Geometry
+1010.2218
+1010.2554
+1010.3094
+1010.3429 Theory
+1010.4979 Atomic Physics
+1010.4993 Mesoscale and Nanoscale Physics
+1010.6053 Lattice
+1011.0130 Analysis of PDEs
+1011.3134 Mesoscale and Nanoscale Physics
+1011.5150 Chemical Physics
+1011.5233 Mesoscale and Nanoscale Physics
+1011.5594
+1011.5916 Strongly Correlated Electrons
+1011.6231 Phenomenology
+1011.6356 Mesoscale and Nanoscale Physics
+1011.6578 General Physics
+1012.1510 Soft Condensed Matter
+1012.2556 Optics
+1012.2801 Group Theory
+1012.4026 Materials Science
+1012.4078 Methodology
+1012.5742 Theory
+1101.1263 Quantum Gases
+1101.1861 Analysis of PDEs
+1101.4141 Geophysics
+1101.5698
+1101.5775 Materials Science
+1101.5932 Superconductivity
+1102.0389 Probability
+1102.0975 High Energy Astrophysical Phenomena
+1102.1636 Number Theory
+1102.1805 Materials Science
+1102.1998
+1102.2288 Theory
+1102.2346 Lattice
+1102.2853 Combinatorics
+1102.3908 Theory
+1102.4702 Astrophysics of Galaxies
+1102.4726 Cosmology and Nongalactic Astrophysics
+1103.0705 Spectral Theory
+1103.1067 General Physics
+1103.1210
+1103.1620 General Physics
+1103.1651 General Physics
+1103.1670 Classical Analysis and ODEs
+1103.1873 Logic
+1103.2070 Neurons and Cognition
+1103.2317 Probability
+1103.2321 Classical Analysis and ODEs
+1103.2371 Dynamical Systems
+1103.2373 Neurons and Cognition
+1103.2376 Artificial Intelligence
+1103.2382 Neurons and Cognition
+1103.2383 Differential Geometry
+1103.2385 Geophysics
+1103.2393 Mesoscale and Nanoscale Physics
+1103.2395
+1103.2399
+1103.2406 Databases
+1103.2408 Databases
+1103.2409 Databases
+1103.2410 Databases
+1103.2415 Combinatorics
+1103.2423 Exactly Solvable and Integrable Systems
+1103.2439 Group Theory
+1103.2444 Representation Theory
+1103.2446 Superconductivity
+1103.2447 Computational Engineering, Finance, and Science
+1103.2449 Geometric Topology
+1103.2462 Algebraic Topology
+1103.2463
+1103.2466
+1103.2467 Physics and Society
+1103.2470 Dynamical Systems
+1103.2471
+1103.2472 Number Theory
+1103.2476 Theory
+1103.2483 Other Condensed Matter
+1103.2485 Differential Geometry
+1103.2487 Combinatorics
+1103.2488 Differential Geometry
+1103.2491 Learning
+1103.2493 Computer Science and Game Theory
+1103.2494 Group Theory
+1103.2498 Analysis of PDEs
+1103.2501 Information Theory
+1103.2503 Information Theory
+1103.2507 Soft Condensed Matter
+1103.2508 Phenomenology
+1103.2509
+1103.2510 Geometric Topology
+1103.2513 Combinatorics
+1103.2517 Fluid Dynamics
+1103.2520 Computer Science and Game Theory
+1103.2526
+1103.2534 Probability
+1103.2549
+1103.2552 Metric Geometry
+1103.2555 Group Theory
+1103.2557
+1103.2560 Information Theory
+1103.2561 Classical Physics
+1103.2576 Geometric Topology
+1103.2580 Information Theory
+1103.2581 Data Structures and Algorithms
+1103.2590 Distributed, Parallel, and Cluster Computing
+1103.2600 Group Theory
+1103.2601 Optimization and Control
+1103.2605 Neurons and Cognition
+1103.2609
+1103.2610 Combinatorics
+1103.2614 Optics
+1103.2619 Mesoscale and Nanoscale Physics
+1103.2626 Cryptography and Security
+1103.2629 Complex Variables
+1103.2630
+1103.2650 Combinatorics
+1103.2657 Optimization and Control
+1103.2663 Instrumentation and Methods for Astrophysics
+1103.2670 Machine Learning
+1103.2672 Optics
+1103.2673 Algebraic Geometry
+1103.2678 Statistical Mechanics
+1103.2687 Materials Science
+1103.2690 Information Theory
+1103.2691 Information Theory
+1103.2694 Quantum Algebra
+1103.2695 Optimization and Control
+1103.2696 Algebraic Geometry
+1103.2702
+1103.2707 Dynamical Systems
+1103.2724 Combinatorics
+1103.2725 Rings and Algebras
+1103.2728
+1103.2733 Solar and Stellar Astrophysics
+1103.2741 Neural and Evolutionary Computing
+1103.2747 Functional Analysis
+1103.2760 Soft Condensed Matter
+math/0503632 Algebraic Geometry
+math/0605286 Analysis of PDEs
+math/0611913 Probability
+math/0702839 Algebraic Geometry
+nucl-th/9805029
+physics/0506074 Physics and Society
+quant-ph/0504093
+quant-ph/0511234
+quant-ph/0609175
+quant-ph/9805087
+0708.0977 Statistical Mechanics
+0708.2960 Classical Analysis and ODEs
+0709.3796 Differential Geometry
+0709.4332 Classical Analysis and ODEs
+0710.0958 Statistical Mechanics
+0711.0446 Differential Geometry
+0711.1664 Differential Geometry
+0712.0331 Number Theory
+0801.2131 Geometric Topology
+0801.3551 Algebraic Geometry
+0802.1853 General Topology
+0802.1856 General Topology
+0802.2134 Networking and Internet Architecture
+0804.2843 Algebraic Geometry
+0804.3645 Differential Geometry
+0805.1583 General Topology
+0805.2705 Statistical Mechanics
+0805.4755
+0809.0101 Statistical Mechanics
+0809.4430 Theory
+0810.3021 General Topology
+0811.0796 Group Theory
+0811.1371 General Topology
+0811.4272 General Topology
+0811.4276 General Topology
+0811.4384 Chaotic Dynamics
+0812.1311 Theory
+0901.0236 General Topology
+0901.1993 Atmospheric and Oceanic Physics
+0902.1556 Combinatorics
+0905.3669 Atmospheric and Oceanic Physics
+0906.0483 Algebraic Geometry
+0906.3138 Astrophysics of Galaxies
+0906.3344 Atomic Physics
+0906.5546 Methodology
+0907.1623
+0908.2229 General Topology
+0908.2439
+0908.3687 Metric Geometry
+0909.1085 Atmospheric and Oceanic Physics
+0909.4711 Materials Science
+0910.2214 Analysis of PDEs
+0910.5380 Combinatorics
+0911.5168 Theory
+1001.3499 Classical Analysis and ODEs
+1002.0822 Optimization and Control
+1002.2314 Classical Analysis and ODEs
+1002.2900 Optimization and Control
+1002.3357 Number Theory
+1002.3926 Category Theory
+1003.2137 Earth and Planetary Astrophysics
+1003.6020 Classical Analysis and ODEs
+1006.0283 Analysis of PDEs
+1006.3092 Functional Analysis
+1006.4114 Genomics
+1007.2412 Theory
+1008.0340 Statistical Mechanics
+1008.3189 Strongly Correlated Electrons
+1008.5100 Phenomenology
+1008.5299 Combinatorics
+1009.0674 Theory
+1009.2462 Fluid Dynamics
+1009.3080 Classical Analysis and ODEs
+1010.3730 High Energy Astrophysical Phenomena
+1010.5229
+1011.2928
+1011.4162
+1012.0518 Earth and Planetary Astrophysics
+1012.2212 Logic
+1012.3981 Theory
+1012.4093 Genomics
+1101.2077 Algebraic Geometry
+1101.2171 Phenomenology
+1101.4100 Information Theory
+1101.4148 Phenomenology
+1101.4194 Theory
+1102.0970 Analysis of PDEs
+1102.2869 High Energy Astrophysical Phenomena
+1102.5726 Phenomenology
+1103.0091
+1103.0492 Statistical Mechanics
+1103.1159 Strongly Correlated Electrons
+1103.1234 Phenomenology
+1103.2305 Cosmology and Nongalactic Astrophysics
+1103.4628 Cosmology and Nongalactic Astrophysics
+1103.5118 Metric Geometry
+1103.5338 Numerical Analysis
+1103.5729 Mesoscale and Nanoscale Physics
+1104.0376 Theory
+1104.0695 Superconductivity
+1104.1667 Cosmology and Nongalactic Astrophysics
+1104.1775 Applications
+1104.3486 Materials Science
+1104.5522 Materials Science
+1104.5667 Methodology
+1105.1239 Classical Analysis and ODEs
+1105.1542 Differential Geometry
+1105.3904 Theory
+1105.4384 Algebraic Geometry
+1105.4555 Information Theory
+1105.4954 Analysis of PDEs
+1105.5149
+1105.5472 Phenomenology
+1105.5690 Differential Geometry
+1106.0266 Phenomenology
+1106.0827 Fluid Dynamics
+1106.0842 Atomic Physics
+1106.0948 Strongly Correlated Electrons
+1106.1078 Statistical Mechanics
+1106.1249 Differential Geometry
+1106.2293 Experiment
+1106.3989 Strongly Correlated Electrons
+1106.4365 Phenomenology
+1106.4372 Theory
+1106.5114 Phenomenology
+1106.5336 Phenomenology
+1106.5684 Theory
+1106.5765 Quantum Gases
+1107.0573 Number Theory
+1107.0761 Strongly Correlated Electrons
+1107.1744 Optimization and Control
+1107.2008 Phenomenology
+1107.2017 Theory
+1107.2274
+1107.2285 Data Analysis, Statistics and Probability
+1107.3354 Theory
+1107.3468
+1107.3609 Atomic Physics
+1107.3829 Phenomenology
+1107.3917
+1107.4262 Differential Geometry
+1107.4315 Optics
+1107.4326 Mesoscale and Nanoscale Physics
+1107.4582 Theory
+1107.5238 Phenomenology
+1107.5498 Strongly Correlated Electrons
+1107.5580 Theory
+1107.5620 Physics and Society
+1107.5629 Superconductivity
+1107.5844
+1108.0886 Quantum Gases
+1108.1298 Statistical Mechanics
+1108.1440 Physics and Society
+1108.2558 Probability
+1108.2733 Phenomenology
+1108.2807 Quantum Gases
+1108.4574 Quantum Gases
+1108.4786 Quantum Gases
+1109.0137 Systems and Control
+1109.0504 Superconductivity
+1109.0711 History and Philosophy of Physics
+1109.1159 Cosmology and Nongalactic Astrophysics
+1109.1328 Strongly Correlated Electrons
+1109.1994 Networking and Internet Architecture
+1109.2782 Information Theory
+1109.4943 Solar and Stellar Astrophysics
+1109.5254 Group Theory
+1109.5357 General Physics
+1109.5502 Solar and Stellar Astrophysics
+1109.5739
+1109.5863 Functional Analysis
+1109.6650 Materials Science
+1109.6930 Phenomenology
+1110.0073 Information Theory
+1110.0412 Differential Geometry
+1110.0564 Information Theory
+1110.0773 Astrophysics of Galaxies
+1110.1146 Theory
+1110.1325 Experiment
+1110.1477 Strongly Correlated Electrons
+1110.1526 Soft Condensed Matter
+1110.1573 Mesoscale and Nanoscale Physics
+1110.1627 Other Computer Science
+1110.1642 Experiment
+1110.1652 Experiment
+1110.1654 General Physics
+1110.1660 Phenomenology
+1110.1667 Combinatorics
+1110.1671 Classical Analysis and ODEs
+1110.1672 Probability
+1110.1673 Experiment
+1110.1676 Numerical Analysis
+1110.1677 Materials Science
+1110.1685 Distributed, Parallel, and Cluster Computing
+1110.1689 Representation Theory
+1110.1690 Numerical Analysis
+1110.1692 Solar and Stellar Astrophysics
+1110.1693 Data Structures and Algorithms
+1110.1697 Optimization and Control
+1110.1698 Classical Analysis and ODEs
+1110.1700 Databases
+1110.1701 Cryptography and Security
+1110.1702 Optics
+1110.1703 Chemical Physics
+1110.1706 Biomolecules
+1110.1708 Computational Engineering, Finance, and Science
+1110.1709 Analysis of PDEs
+1110.1712 Analysis of PDEs
+1110.1713 Classical Analysis and ODEs
+1110.1714 Complex Variables
+1110.1723
+1110.1724 Populations and Evolution
+1110.1727 Statistical Finance
+1110.1729 Databases
+1110.1730 Distributed, Parallel, and Cluster Computing
+1110.1734 Networking and Internet Architecture
+1110.1735 Representation Theory
+1110.1738 Number Theory
+1110.1741 Dynamical Systems
+1110.1747 Experiment
+1110.1749 Differential Geometry
+1110.1753 Cryptography and Security
+1110.1756 Combinatorics
+1110.1760 Optimization and Control
+1110.1766 Logic
+1110.1767 Networking and Internet Architecture
+1110.1768
+1110.1769 Machine Learning
+1110.1771 Classical Analysis and ODEs
+1110.1775 Analysis of PDEs
+1110.1781 Learning
+1110.1790 Phenomenology
+1110.1792 Geometric Topology
+1110.1796 Robotics
+1110.1797 Materials Science
+1110.1798 Algebraic Topology
+1110.1803 Quantitative Methods
+1110.1805 Solar and Stellar Astrophysics
+1110.1806
+1110.1810 Number Theory
+1110.1811 Rings and Algebras
+1110.1834 Analysis of PDEs
+1110.1836 Algebraic Geometry
+1110.1837 Analysis of PDEs
+1110.1838 Computational Physics
+1110.1839 Atmospheric and Oceanic Physics
+1110.1841 General Physics
+1110.1846 Statistics Theory
+1110.1849 Group Theory
+1110.1851 Cryptography and Security
+1110.1854
+1110.1855 High Energy Astrophysical Phenomena
+1110.1861 Algebraic Geometry
+1110.1862 Computer Science and Game Theory
+1110.1863 Phenomenology
+1110.1866 Programming Languages
+1110.1867 Algebraic Geometry
+1110.1869 Phenomenology
+1110.1872 Materials Science
+1110.1873 Instrumentation and Methods for Astrophysics
+1110.1876 Number Theory
+1110.1877 Cosmology and Nongalactic Astrophysics
+1110.1878
+1110.1880 Computation
+1110.1881 Soft Condensed Matter
+1110.1882 Quantum Algebra
+1110.1889 Probability
+1110.1891 Information Theory
+1110.1894 Data Structures and Algorithms
+1110.1895
+1110.1896 Computational Complexity
+1110.1898 Commutative Algebra
+1110.1900 Experiment
+1110.1904 Statistics Theory
+1110.1905 Experiment
+1110.1907 Logic
+1110.1908 Number Theory
+1110.1909 Experiment
+1110.1910 Experiment
+1110.1911 Dynamical Systems
+1110.1914 Physics and Society
+1110.1915 Combinatorics
+1110.1917
+1110.1920 Experiment
+1110.1923 General Topology
+1110.1925 Cosmology and Nongalactic Astrophysics
+1110.1926 Solar and Stellar Astrophysics
+1110.1930 Information Theory
+1110.1932 Rings and Algebras
+1110.1935 Experiment
+1110.1936 Astrophysics of Galaxies
+1110.1938 Experiment
+1110.1947 Strongly Correlated Electrons
+1110.1953 Mesoscale and Nanoscale Physics
+1110.1957 Software Engineering
+1110.1960 Algebraic Geometry
+1110.1964 Data Structures and Algorithms
+1110.1965 Accelerator Physics
+1110.1972 Applications
+1110.1973 Phenomenology
+1110.1977 Number Theory
+1110.1981 Differential Geometry
+1110.1982
+1110.1988 Algebraic Geometry
+1110.1991 Distributed, Parallel, and Cluster Computing
+1110.1992 Software Engineering
+1110.1995 Experiment
+1110.2001 Dynamical Systems
+1110.2003 Differential Geometry
+1110.2008 Solar and Stellar Astrophysics
+1110.2010 Solar and Stellar Astrophysics
+1110.2012 Instrumentation and Detectors
+1110.2016 Accelerator Physics
+1110.2022 Accelerator Physics
+1110.2024 Accelerator Physics
+1110.2025
+1110.2027 Accelerator Physics
+1110.2033 Mesoscale and Nanoscale Physics
+1110.2035 Materials Science
+1110.2045 Other Condensed Matter
+1110.2047 Classical Analysis and ODEs
+1110.2048 Algebraic Geometry
+1110.2051 Cosmology and Nongalactic Astrophysics
+1110.2052 Algebraic Geometry
+1110.2055 Computational Engineering, Finance, and Science
+1110.2062 Experiment
+1110.2066 Mesoscale and Nanoscale Physics
+1110.2074 Emerging Technologies
+1110.2078 Rings and Algebras
+1110.2081
+1110.2083 Experiment
+1110.2084 Materials Science
+1110.2089 Numerical Analysis
+1110.2090 Number Theory
+1110.2097 Superconductivity
+1110.2099 Experiment
+1110.2101 Cosmology and Nongalactic Astrophysics
+1110.2102 Optimization and Control
+1110.2106 Representation Theory
+1110.2108 Experiment
+1110.2110 Experiment
+1110.2115 Theory
+1110.2120 Solar and Stellar Astrophysics
+1110.2121 Instrumentation and Detectors
+1110.2125 Instrumentation and Detectors
+1110.2126 Phenomenology
+1110.2130 Experiment
+1110.2141 Experiment
+1110.2142 Geometric Topology
+1110.2145
+1110.2149 Atmospheric and Oceanic Physics
+1110.2151 Operator Algebras
+1110.2153 Physics and Society
+1110.2155 Probability
+1110.2161 Phenomenology
+astro-ph/0512321
+cond-mat/0504383 Strongly Correlated Electrons
+cond-mat/9803206 Statistical Mechanics
+cond-mat/9803279
+cond-mat/9804163 Statistical Mechanics
+cond-mat/9805307
+cond-mat/9808035 Disordered Systems and Neural Networks
+cond-mat/9902041 Statistical Mechanics
+cond-mat/9903102 Statistical Mechanics
+cond-mat/9903413 Statistical Mechanics
+cs/0607093 Computational Complexity
+hep-ex/9908061 Experiment
+hep-ph/0107272 Phenomenology
+hep-ph/0107311 Phenomenology
+hep-ph/0209257 Phenomenology
+hep-ph/0212292 Phenomenology
+hep-ph/0302138 Phenomenology
+hep-ph/0305010 Phenomenology
+hep-ph/0311099 Phenomenology
+hep-ph/0404271 Phenomenology
+hep-ph/0505029 Phenomenology
+hep-ph/0511109 Phenomenology
+hep-ph/9906437 Phenomenology
+hep-th/0008097 Theory
+hep-th/0108185 Theory
+hep-th/0109053 Theory
+hep-th/0211168 Theory
+hep-th/0302135 Theory
+hep-th/0305139 Theory
+hep-th/0306230 Theory
+hep-th/0307283 Theory
+hep-th/0308076 Theory
+hep-th/0404094 Theory
+hep-th/0406039 Theory
+hep-th/0411142 Theory
+hep-th/0411184 Theory
+hep-th/0501238 Theory
+hep-th/0503153 Theory
+hep-th/0511004 Theory
+hep-th/0609061 Theory
+hep-th/9203060 Theory
+hep-th/9208031 Theory
+hep-th/9402119 Theory
+hep-th/9405081 Theory
+hep-th/9412236 Theory
+hep-th/9505100 Theory
+hep-th/9508107 Theory
+hep-th/9601108 Theory
+hep-th/9608129 Theory
+hep-th/9808147 Theory
+hep-th/9903006 Theory
+hep-th/9910075 Theory
+hep-th/9910248 Theory
+math/0103063 Algebraic Geometry
+math/0204160 Algebraic Geometry
+math/0211456 Algebraic Geometry
+math/0407021 Algebraic Topology
+math/0410589 Algebraic Topology
+math/0509395 Geometric Topology
+math/0602171 Optimization and Control
+math/0602510 K-Theory and Homology
+math/0608358 Analysis of PDEs
+math/0608370 Algebraic Geometry
+math/0610025 Dynamical Systems
+math/9804050 Algebraic Geometry
+nucl-ex/9912010
+nucl-th/0005028
+nucl-th/0006061
+nucl-th/0211036
+nucl-th/0305063
+nucl-th/0312055
+nucl-th/9806012
+physics/0601117 Atmospheric and Oceanic Physics
+physics/0612222 Atmospheric and Oceanic Physics
+quant-ph/0202066
+quant-ph/9902074
+0705.0561 Data Structures and Algorithms
+0705.3649
+0709.0506
+0709.2912
+0710.0036 Mesoscale and Nanoscale Physics
+0710.3300 Mesoscale and Nanoscale Physics
+0802.1219
+0803.1853
+0806.0411
+0808.1303
+0809.3978 Trading and Market Microstructure
+0810.2188 Complex Variables
+0810.2259 Phenomenology
+0811.2343 Experiment
+0811.4169 Phenomenology
+0902.3863 Algebraic Geometry
+0902.4184 Mesoscale and Nanoscale Physics
+0903.1811 Analysis of PDEs
+0903.2793 Phenomenology
+0903.3766 Rings and Algebras
+0904.1965
+0906.0511 Cosmology and Nongalactic Astrophysics
+0907.4242
+0908.0731 Phenomenology
+0908.0779
+0908.1408 Cosmology and Nongalactic Astrophysics
+0909.1044 General Physics
+0909.5254 Cosmology and Nongalactic Astrophysics
+0910.0235 Cosmology and Nongalactic Astrophysics
+0910.0911 Phenomenology
+0911.0034 Phenomenology
+0912.0935 General Physics
+0912.4789 Theory
+0912.4895 K-Theory and Homology
+1002.3784 Methodology
+1003.1380 Theory
+1003.2330 General Physics
+1004.0791 High Energy Astrophysical Phenomena
+1005.0191 Algebraic Geometry
+1005.0409 Instrumentation and Detectors
+1005.1170 Strongly Correlated Electrons
+1005.5389 Cosmology and Nongalactic Astrophysics
+1006.1495 Quantum Gases
+1006.3080 Phenomenology
+1006.4198 Cosmology and Nongalactic Astrophysics
+1006.5506 Atomic Physics
+1007.3309 Mesoscale and Nanoscale Physics
+1007.4953 Quantum Gases
+1008.0319
+1008.1157 Instrumentation and Detectors
+1008.1193 Numerical Analysis
+1008.1430 Statistical Mechanics
+1008.2318 Instrumentation and Detectors
+1008.2392 Instrumentation and Detectors
+1008.2466 Instrumentation and Detectors
+1008.3665 Theory
+1008.5049 Phenomenology
+1008.5258 Cosmology and Nongalactic Astrophysics
+1009.0719 Instrumentation and Detectors
+1009.1878 Phenomenology
+1009.2307 Combinatorics
+1009.5682 Phenomenology
+1009.5858 Cosmology and Nongalactic Astrophysics
+1009.5868 Quantum Gases
+1010.0061 Statistical Mechanics
+1010.0236 Solar and Stellar Astrophysics
+1010.0527 Quantum Gases
+1010.2740 Theory
+1010.3888
+1010.5835 Algebraic Geometry
+1011.0569
+1011.1357
+1011.1500 Phenomenology
+1011.2217 Cosmology and Nongalactic Astrophysics
+1011.2422 Phenomenology
+1011.2423 Lattice
+1011.2468 High Energy Astrophysical Phenomena
+1011.2577 Lattice
+1011.2634 Phenomenology
+1011.2749 Theory
+1011.3418
+1011.3606 Phenomenology
+1011.3972 Probability
+1011.4148 Cosmology and Nongalactic Astrophysics
+1011.4249
+1011.4820 Phenomenology
+1011.4926 Theory
+1011.5000 Cosmology and Nongalactic Astrophysics
+1011.5748 Phenomenology
+1011.6352 Phenomenology
+1012.0341 Phenomenology
+1012.2077 Phenomenology
+1012.2324
+1012.2374
+1012.2554 Theory
+1012.2595 Theory
+1012.3004 Mesoscale and Nanoscale Physics
+1012.3082 Classical Physics
+1012.4728
+1012.5596 Cosmology and Nongalactic Astrophysics
+1012.5815 Artificial Intelligence
+1101.0584 Data Analysis, Statistics and Probability
+1101.0835 Phenomenology
+1101.1120 Phenomenology
+1101.1673
+1101.2542 Mesoscale and Nanoscale Physics
+1101.2755 Experiment
+1101.2921
+1101.3116
+1101.3346 Theory
+1101.3497
+1101.3601 Phenomenology
+1101.4361 Theory
+1101.4375
+1101.4956
+1101.5538 Phenomenology
+1101.5548 Phenomenology
+1101.5575 Phenomenology
+1101.5598 Group Theory
+1101.5804
+1101.5891 Theory
+1101.6026 Materials Science
+1102.0440 Theory
+1102.0616
+1102.0640 Quantum Gases
+1102.0879 Phenomenology
+1102.0935 Experiment
+1102.1360
+1102.2499 Phenomenology
+1102.2898 Phenomenology
+1102.3113 Quantum Gases
+1102.3175 Phenomenology
+1102.3361 Phenomenology
+1102.3412 Phenomenology
+1102.3786 Instrumentation and Detectors
+1102.3886
+1102.4067
+1102.4090 Solar and Stellar Astrophysics
+1102.4465 Lattice
+1102.4704 Phenomenology
+1102.4780 Theory
+1102.5148 Phenomenology
+1102.5284
+1102.5695 Theory
+1103.0493 Phenomenology
+1103.1591 Phenomenology
+1103.2334 Phenomenology
+1103.4743
+1103.4746
+1103.4882 Phenomenology
+1103.4987 General Topology
+1103.5135
+1103.5752 Cosmology and Nongalactic Astrophysics
+1103.5829 Materials Science
+1104.0390
+1104.0757 Strongly Correlated Electrons
+1104.1438 Instrumentation and Detectors
+1104.1718 Classical Physics
+1104.1969 Phenomenology
+1104.2253 Theory
+1104.2521 Cosmology and Nongalactic Astrophysics
+1104.2532 Neurons and Cognition
+1104.3846 Solar and Stellar Astrophysics
+1104.4421 Atomic Physics
+1105.0309
+1105.0337 Materials Science
+1105.1212 Statistics Theory
+1105.1498
+1105.1529 Representation Theory
+1105.1634 Phenomenology
+1105.1759 Adaptation and Self-Organizing Systems
+1105.1870 Cosmology and Nongalactic Astrophysics
+1105.2000 Phenomenology
+1105.2040 Data Structures and Algorithms
+1105.2048 Data Structures and Algorithms
+1105.2049 Combinatorics
+1105.2059 General Physics
+1105.2064 Spectral Theory
+1105.2072 Methodology
+1105.2076 Algebraic Geometry
+1105.2080 Phenomenology
+1105.2094 Plasma Physics
+1105.2104 Instrumentation and Detectors
+1105.2108 Probability
+1105.2113 Accelerator Physics
+1105.2121 Statistical Mechanics
+1105.2123 General Finance
+1105.2127 Mesoscale and Nanoscale Physics
+1105.2128 Statistics Theory
+1105.2130 Classical Analysis and ODEs
+1105.2131 Soft Condensed Matter
+1105.2132 Optimization and Control
+1105.2134 Solar and Stellar Astrophysics
+1105.2136 Algebraic Geometry
+1105.2139 Phenomenology
+1105.2143 Number Theory
+1105.2145 Applications
+1105.2147 Number Theory
+1105.2149 Functional Analysis
+1105.2153 Metric Geometry
+1105.2156 Classical Analysis and ODEs
+1105.2158 Plasma Physics
+1105.2159
+1105.2165 Statistics Theory
+1105.2166 Functional Analysis
+1105.2169 Optimization and Control
+1105.2170 Combinatorics
+1105.2177 Mesoscale and Nanoscale Physics
+1105.2182 Classical Analysis and ODEs
+1105.2183 Probability
+1105.2187 Classical Analysis and ODEs
+1105.2188 Complex Variables
+1105.2190 Chemical Physics
+1105.2195 Plasma Physics
+1105.2196 Strongly Correlated Electrons
+1105.2199 Strongly Correlated Electrons
+1105.2202 Discrete Mathematics
+1105.2211 Optimization and Control
+1105.2213 Distributed, Parallel, and Cluster Computing
+1105.2214 Physics and Society
+1105.2215 Rings and Algebras
+1105.2218 Cosmology and Nongalactic Astrophysics
+1105.2220 Methodology
+1105.2228 Discrete Mathematics
+1105.2237 Rings and Algebras
+1105.2238 Geometric Topology
+1105.2240 Number Theory
+1105.2242 Number Theory
+1105.2243 Networking and Internet Architecture
+1105.2245 Instrumentation and Detectors
+1105.2252 Classical Analysis and ODEs
+1105.2254 Optimization and Control
+1105.2257 Data Analysis, Statistics and Probability
+1105.2260 Commutative Algebra
+1105.2265 Superconductivity
+1105.2266 Computational Physics
+1105.2269 Classical Analysis and ODEs
+1105.2271 Dynamical Systems
+1105.2274 Learning
+1105.2276 Statistical Mechanics
+1105.2279 Lattice
+1105.2283 Information Theory
+astro-ph/0003484
+astro-ph/0007004
+astro-ph/0008063
+astro-ph/0011524
+astro-ph/0011525
+astro-ph/0102173
+astro-ph/0103300
+astro-ph/0103369
+astro-ph/0104327
+astro-ph/0106035
+astro-ph/0108338
+astro-ph/0110209
+astro-ph/0112227
+astro-ph/0112505
+astro-ph/0202159
+astro-ph/0202388
+astro-ph/0202411
+astro-ph/0205302
+astro-ph/0205408
+astro-ph/0206040
+astro-ph/0206043
+astro-ph/0206155
+astro-ph/0206371
+astro-ph/0207248
+astro-ph/0208100
+astro-ph/0208308
+astro-ph/0209117
+astro-ph/0210096
+astro-ph/0210379
+astro-ph/0210512
+astro-ph/0210696
+astro-ph/0211550
+astro-ph/0212313
+astro-ph/0212357
+astro-ph/0301031
+astro-ph/0301273
+astro-ph/0301416
+astro-ph/0302208
+astro-ph/0302215
+astro-ph/0302217
+astro-ph/0302218
+astro-ph/0302220
+astro-ph/0302222
+astro-ph/0302224
+astro-ph/0302225
+astro-ph/0302504
+astro-ph/0303026
+astro-ph/0303240
+astro-ph/0303400
+astro-ph/0305097
+astro-ph/0306291
+astro-ph/0306561
+astro-ph/0311002
+astro-ph/0311102
+astro-ph/0311268
+astro-ph/0312036
+astro-ph/0312113
+astro-ph/0312176
+astro-ph/0312275
+astro-ph/0312284
+astro-ph/0401138
+astro-ph/0401383
+astro-ph/0401578
+astro-ph/0402057
+astro-ph/0402092
+astro-ph/0402345
+astro-ph/0402442
+astro-ph/0402487
+astro-ph/0402588
+astro-ph/0402663
+astro-ph/0403188
+astro-ph/0404168
+astro-ph/0404535
+astro-ph/0406496
+astro-ph/0407158
+astro-ph/0407437
+astro-ph/0408456
+astro-ph/0408488
+astro-ph/0408565
+astro-ph/0409380
+astro-ph/0409573
+astro-ph/0410467
+astro-ph/0410680
+astro-ph/0410685
+astro-ph/0411007
+astro-ph/0411074
+astro-ph/0411122
+astro-ph/0412142
+astro-ph/0412161
+astro-ph/0412173
+astro-ph/0412395
+astro-ph/0412613
+astro-ph/0412626
+astro-ph/0501046
+astro-ph/0501637
+astro-ph/0502244
+astro-ph/0502253
+astro-ph/0502380
+astro-ph/0502493
+astro-ph/0503192
+astro-ph/0503304
+astro-ph/0503363
+astro-ph/0503398
+astro-ph/0503437
+astro-ph/0503668
+astro-ph/0504132
+astro-ph/0504191
+astro-ph/0504296
+astro-ph/0504557
+astro-ph/0504610
+astro-ph/0504616
+astro-ph/0505330
+astro-ph/0505390
+astro-ph/0505426
+astro-ph/0505566
+astro-ph/0506036
+astro-ph/0506318
+astro-ph/0508002
+astro-ph/0509581
+astro-ph/0511629
+astro-ph/0512345
+astro-ph/0512479
+astro-ph/0601193
+astro-ph/0601226
+astro-ph/0602137
+astro-ph/0602147
+astro-ph/0602381
+astro-ph/0603587
+astro-ph/0603808
+astro-ph/0604214
+astro-ph/0605327
+astro-ph/0607458
+astro-ph/0609003
+astro-ph/0612274
+astro-ph/0701052
+astro-ph/0701276
+astro-ph/0701692
+astro-ph/0702495
+astro-ph/9302005
+astro-ph/9312019
+astro-ph/9403034
+astro-ph/9407089
+astro-ph/9409004
+astro-ph/9501001
+astro-ph/9502087
+astro-ph/9507003
+astro-ph/9603044
+astro-ph/9605036
+astro-ph/9608201
+astro-ph/9609044
+astro-ph/9704061
+astro-ph/9708146
+astro-ph/9801126
+astro-ph/9803093
+astro-ph/9808129
+astro-ph/9906203
+astro-ph/9907018
+cond-mat/0104448 Mesoscale and Nanoscale Physics
+cond-mat/0404212 Mesoscale and Nanoscale Physics
+cond-mat/0406190 Soft Condensed Matter
+cond-mat/0409417 Superconductivity
+cond-mat/9803026 Statistical Mechanics
+gr-qc/0004032
+gr-qc/0406065
+gr-qc/0505037
+gr-qc/9701026
+gr-qc/9809002
+hep-ex/0212034 Experiment
+hep-ex/0304013 Experiment
+hep-ex/9804007 Experiment
+hep-ex/9809025 Experiment
+hep-ph/0001027 Phenomenology
+hep-ph/0002155 Phenomenology
+hep-ph/0003122 Phenomenology
+hep-ph/0003251 Phenomenology
+hep-ph/0004118 Phenomenology
+hep-ph/0004232 Phenomenology
+hep-ph/0005286 Phenomenology
+hep-ph/0009183 Phenomenology
+hep-ph/0103075 Phenomenology
+hep-ph/0104293 Phenomenology
+hep-ph/0104294 Phenomenology
+hep-ph/0105140 Phenomenology
+hep-ph/0105237 Phenomenology
+hep-ph/0106239 Phenomenology
+hep-ph/0106241 Phenomenology
+hep-ph/0107057 Phenomenology
+hep-ph/0108168 Phenomenology
+hep-ph/0111101 Phenomenology
+hep-ph/0111215 Phenomenology
+hep-ph/0111465 Phenomenology
+hep-ph/0201130 Phenomenology
+hep-ph/0201207 Phenomenology
+hep-ph/0202081 Phenomenology
+hep-ph/0202178 Phenomenology
+hep-ph/0203272 Phenomenology
+hep-ph/0204030 Phenomenology
+hep-ph/0204041 Phenomenology
+hep-ph/0205088 Phenomenology
+hep-ph/0205327 Phenomenology
+hep-ph/0206258 Phenomenology
+hep-ph/0208162 Phenomenology
+hep-ph/0209173 Phenomenology
+hep-ph/0209195 Phenomenology
+hep-ph/0210181 Phenomenology
+hep-ph/0211059 Phenomenology
+hep-ph/0305090 Phenomenology
+hep-ph/0306008 Phenomenology
+hep-ph/0306189 Phenomenology
+hep-ph/0309152 Phenomenology
+hep-ph/0309252 Phenomenology
+hep-ph/0312224 Phenomenology
+hep-ph/0312249 Phenomenology
+hep-ph/0401235 Phenomenology
+hep-ph/0404095 Phenomenology
+hep-ph/0404168 Phenomenology
+hep-ph/0407154 Phenomenology
+hep-ph/0408237 Phenomenology
+hep-ph/0502129 Phenomenology
+hep-ph/0503186 Phenomenology
+hep-ph/0507067 Phenomenology
+hep-ph/0508037 Phenomenology
+hep-ph/0509237 Phenomenology
+hep-ph/0510081 Phenomenology
+hep-ph/0510083 Phenomenology
+hep-ph/0510105 Phenomenology
+hep-ph/0510300 Phenomenology
+hep-ph/0511159 Phenomenology
+hep-ph/0511301 Phenomenology
+hep-ph/0601053 Phenomenology
+hep-ph/0602040 Phenomenology
+hep-ph/0607054 Phenomenology
+hep-ph/0607129 Phenomenology
+hep-ph/9207247 Phenomenology
+hep-ph/9301213 Phenomenology
+hep-ph/9303275 Phenomenology
+hep-ph/9306242 Phenomenology
+hep-ph/9306253 Phenomenology
+hep-ph/9311225 Phenomenology
+hep-ph/9312315 Phenomenology
+hep-ph/9401337 Phenomenology
+hep-ph/9402284 Phenomenology
+hep-ph/9404334 Phenomenology
+hep-ph/9405372 Phenomenology
+hep-ph/9406308 Phenomenology
+hep-ph/9406319 Phenomenology
+hep-ph/9409285 Phenomenology
+hep-ph/9409381 Phenomenology
+hep-ph/9410326 Phenomenology
+hep-ph/9503215 Phenomenology
+hep-ph/9505334 Phenomenology
+hep-ph/9506261 Phenomenology
+hep-ph/9506354 Phenomenology
+hep-ph/9511446 Phenomenology
+hep-ph/9512345 Phenomenology
+hep-ph/9606384 Phenomenology
+hep-ph/9607359 Phenomenology
+hep-ph/9607419 Phenomenology
+hep-ph/9611280 Phenomenology
+hep-ph/9611352 Phenomenology
+hep-ph/9612396 Phenomenology
+hep-ph/9705265 Phenomenology
+hep-ph/9705266 Phenomenology
+hep-ph/9707380 Phenomenology
+hep-ph/9709290 Phenomenology
+hep-ph/9710533 Phenomenology
+hep-ph/9711288 Phenomenology
+hep-ph/9711482 Phenomenology
+hep-ph/9801253 Phenomenology
+hep-ph/9802314 Phenomenology
+hep-ph/9802384 Phenomenology
+hep-ph/9805266 Phenomenology
+hep-ph/9806217 Phenomenology
+hep-ph/9807268 Phenomenology
+hep-ph/9807502 Phenomenology
+hep-ph/9811282 Phenomenology
+hep-ph/9811315 Phenomenology
+hep-ph/9811463 Phenomenology
+hep-ph/9901243 Phenomenology
+hep-ph/9901318 Phenomenology
+hep-ph/9902254 Phenomenology
+hep-ph/9903425 Phenomenology
+hep-ph/9904249 Phenomenology
+hep-ph/9904448 Phenomenology
+hep-ph/9905202 Phenomenology
+hep-ph/9906297 Phenomenology
+hep-ph/9906374 Phenomenology
+hep-ph/9906397 Phenomenology
+hep-ph/9908222 Phenomenology
+hep-ph/9911264 Phenomenology
+hep-ph/9911394 Phenomenology
+hep-th/0110103 Theory
+hep-th/0303103 Theory
+hep-th/0305239 Theory
+hep-th/0312161 Theory
+hep-th/0409241 Theory
+hep-th/9302051 Theory
+hep-th/9805144 Theory
+math/0702071 Probability
+nucl-ex/0412011
+nucl-ex/0701012
+nucl-th/0101048
+nucl-th/0102034
+nucl-th/0108052
+nucl-th/0112030
+nucl-th/0202048
+nucl-th/0206042
+nucl-th/0302005
+nucl-th/0306022
+nucl-th/0307049
+nucl-th/0509094
+nucl-th/0601044
+nucl-th/0605011
+nucl-th/9312002
+nucl-th/9509028
+nucl-th/9703045
+nucl-th/9909006
+nucl-th/9910038
+physics/0003073 Accelerator Physics
+physics/0205070 General Physics
+physics/0306094 General Physics
+physics/0306196 General Physics
+physics/0307003 General Physics
+quant-ph/0503026
+quant-ph/0611230
+quant-ph/9804021
+0707.2092 Classical Analysis and ODEs
+0804.4644 Algebraic Geometry
+0805.2277 Algebraic Geometry
+0807.4619
+0809.4093 Graphics
+0901.0030 Algebraic Geometry
+0904.3332 General Physics
+0904.4039 Algebraic Geometry
+0905.4312 Algebraic Geometry
+0905.4757 Optimization and Control
+0906.2496 Group Theory
+0906.4519 Group Theory
+0907.1647 Classical Analysis and ODEs
+0907.4714 Algebraic Geometry
+0908.4356 Probability
+0909.1348 Algebraic Geometry
+0910.0100 Algebraic Geometry
+0910.3235 Cosmology and Nongalactic Astrophysics
+0912.4084 Data Structures and Algorithms
+0912.5115 Algebraic Geometry
+1001.1324 Dynamical Systems
+1001.3662 Commutative Algebra
+1001.4278 Information Theory
+1002.0166 Statistical Mechanics
+1002.3969
+1003.6013 Discrete Mathematics
+1004.4114 Algebraic Topology
+1005.0729
+1005.3611 Dynamical Systems
+1005.3786
+1006.3689 Operator Algebras
+1007.0436 Information Theory
+1007.4646 Experiment
+1009.2131
+1009.2487 Soft Condensed Matter
+1009.2533
+1009.5129 Pricing of Securities
+1010.1016 Information Theory
+1010.1384 Phenomenology
+1010.2599 Category Theory
+1010.4350
+1010.6027 Phenomenology
+1011.0586 Strongly Correlated Electrons
+1011.2649 Applications
+1011.2668 Experiment
+1011.3755
+1011.4529 Algebraic Geometry
+1011.5379
+1011.6293 Applications
+1012.2112
+1012.3736 Theory
+1101.0309 Computation and Language
+1101.5558
+1101.6060
+1102.0009 Phenomenology
+1102.2113 Phenomenology
+1102.2966 Statistical Mechanics
+1102.3267 Materials Science
+1102.5615 Statistical Mechanics
+1103.0413
+1103.0671 Materials Science
+1103.0765 Statistical Mechanics
+1103.1916 Phenomenology
+1103.5051 Mesoscale and Nanoscale Physics
+1103.5201 Machine Learning
+1103.5350 Mesoscale and Nanoscale Physics
+1104.4087 Phenomenology
+1105.1343 Phenomenology
+1105.1351 Mesoscale and Nanoscale Physics
+1105.2267 Computational Physics
+1105.4216
+1105.4835 Mesoscale and Nanoscale Physics
+1106.1100 Mesoscale and Nanoscale Physics
+1106.1540 Algebraic Geometry
+1106.3984 Probability
+1106.5009 Statistical Mechanics
+1106.5809 Mesoscale and Nanoscale Physics
+1106.5810 General Physics
+1106.5853 Theory
+1106.5878 Space Physics
+1106.6037 Data Structures and Algorithms
+1106.6224 Information Theory
+1107.1251 Cosmology and Nongalactic Astrophysics
+1107.2647 Physics and Society
+1107.3042 Probability
+1107.4250 Theory
+1107.4447 Optics
+1107.5342 History and Overview
+1107.5534 Algebraic Geometry
+1107.5556 Programming Languages
+1107.5592 Methodology
+1107.5605 Systems and Control
+1107.5607 Systems and Control
+1107.5609
+1107.5612 Analysis of PDEs
+1107.5618
+1107.5619 Accelerator Physics
+1107.5622 Soft Condensed Matter
+1107.5624 Complex Variables
+1107.5628 Chaotic Dynamics
+1107.5632 Strongly Correlated Electrons
+1107.5635
+1107.5643
+1107.5645 Information Theory
+1107.5647 Classical Analysis and ODEs
+1107.5653 Materials Science
+1107.5654 Social and Information Networks
+1107.5661 Information Retrieval
+1107.5664 Classical Physics
+1107.5667 Dynamical Systems
+1107.5670
+1107.5671 Learning
+1107.5674
+1107.5682 Classical Physics
+1107.5695 Cosmology and Nongalactic Astrophysics
+1107.5698 Classical Analysis and ODEs
+1107.5700 Materials Science
+1107.5709 Number Theory
+1107.5710 Algebraic Geometry
+1107.5712 Applications
+1107.5717 Theory
+1107.5718 Analysis of PDEs
+1107.5723 General Physics
+1107.5730 Information Theory
+1107.5735 Methodology
+1107.5739 Materials Science
+1107.5742 Logic in Computer Science
+1107.5743 Computation and Language
+1107.5744 Computation and Language
+1107.5759 History and Philosophy of Physics
+1107.5760 Experiment
+1107.5764 Dynamical Systems
+1107.5766 Artificial Intelligence
+1107.5767 Atomic Physics
+1107.5768
+1107.5775 Optics
+1107.5780 Theory
+1107.5782 Information Theory
+1107.5783 Analysis of PDEs
+1107.5786 Probability
+1107.5791
+1107.5794 General Physics
+1107.5797
+1107.5803 Optics
+cond-mat/0404422 Statistical Mechanics
+hep-ph/0301066 Phenomenology
+math/0401090 Representation Theory
+math/0509488 Classical Analysis and ODEs
+physics/0411045 Classical Physics
+physics/0601090 Classical Physics
+physics/0605069 Classical Physics
+q-bio/0509022 Neurons and Cognition
+q-bio/0510016 Populations and Evolution
+q-bio/0510017 Populations and Evolution
+q-bio/0510031 Quantitative Methods
+0706.2700 Algebraic Geometry
+0707.3291
+0710.1172 Combinatorics
+0806.2772 General Physics
+0807.1011
+0811.4162 Information Theory
+0907.3183 Databases
+0909.1273 Number Theory
+0910.4723 Complex Variables
+0911.1536 Optimization and Control
+0912.3883 Strongly Correlated Electrons
+1001.2229 Logic
+1001.5205
+1002.0601
+1002.2053 Number Theory
+1002.2302
+1002.4842 Representation Theory
+1004.5088 Quantitative Methods
+1006.1581 Superconductivity
+1006.2414 Combinatorics
+1006.4026 Number Theory
+1007.3873 Algebraic Geometry
+1008.3660 Combinatorics
+1009.0073 Superconductivity
+1009.0637
+1009.1571 General Physics
+1009.3175 Solar and Stellar Astrophysics
+1009.5728 Quantum Gases
+1010.4338 Mesoscale and Nanoscale Physics
+1011.0045 Combinatorics
+1011.4431 Biological Physics
+1011.5822 Probability
+1011.5935 Phenomenology
+1012.4216
+1012.5387 Phenomenology
+1101.1975
+1101.2796 Algebraic Geometry
+1101.4173 Analysis of PDEs
+1101.4365 Functional Analysis
+1102.0417 Combinatorics
+1102.0972 Cosmology and Nongalactic Astrophysics
+1102.1176 Space Physics
+1102.2177 Soft Condensed Matter
+1102.2477 Theory
+1102.3598 Solar and Stellar Astrophysics
+1103.1299 Algebraic Geometry
+1103.1402 Molecular Networks
+1103.4408 Differential Geometry
+1103.5154 Algebraic Geometry
+1103.5423 Dynamical Systems
+1104.1365
+1104.4622 Plasma Physics
+1104.4928 Symplectic Geometry
+1104.4945 Phenomenology
+1105.0009 High Energy Astrophysical Phenomena
+1105.0223 Strongly Correlated Electrons
+1105.1729 Materials Science
+1105.2093 Optics
+1105.3497
+1105.4573 Mesoscale and Nanoscale Physics
+1105.5283
+1105.5338 Experiment
+1105.6013 Theory
+1106.0514 Phenomenology
+1106.0709 Functional Analysis
+1106.0801 Strongly Correlated Electrons
+1106.1044 Soft Condensed Matter
+1106.3224
+1106.4713 Materials Science
+1106.5777 Solar and Stellar Astrophysics
+1107.1425 Chaotic Dynamics
+1107.1977 Materials Science
+1107.2048 Phenomenology
+1107.2123 Phenomenology
+1107.2587 Superconductivity
+1107.3935 Experiment
+1107.4069 Earth and Planetary Astrophysics
+1107.4147 Group Theory
+1107.4311
+1108.0219 High Energy Astrophysical Phenomena
+1108.0603
+1108.1017 Optics
+1108.1038 Soft Condensed Matter
+1108.2519
+1108.2524
+1108.3515 Superconductivity
+1108.3839 Cosmology and Nongalactic Astrophysics
+1108.4458 Phenomenology
+1108.5417 Mesoscale and Nanoscale Physics
+1109.1914 Graphics
+1109.3122
+1109.3407 Quantum Gases
+1109.3591 Mesoscale and Nanoscale Physics
+1109.3785 History and Philosophy of Physics
+1109.4617 Number Theory
+1109.4791 Materials Science
+1109.5592
+1109.6380 Combinatorics
+1109.6513 Earth and Planetary Astrophysics
+1110.0077 Disordered Systems and Neural Networks
+1110.0210
+1110.0351 Phenomenology
+1110.0714 Biological Physics
+1110.1305 Disordered Systems and Neural Networks
+1110.1323 Quantum Gases
+1110.2359 Solar and Stellar Astrophysics
+1110.2841 Commutative Algebra
+1110.3269 Algebraic Geometry
+1110.4087 Differential Geometry
+1110.4088 Statistics Theory
+1110.4302 Tissues and Organs
+1110.4317 Commutative Algebra
+1110.4506 Chaotic Dynamics
+1110.4686 Fluid Dynamics
+1110.4704 Fluid Dynamics
+1110.4782 Statistical Mechanics
+1110.4843 High Energy Astrophysical Phenomena
+1110.4895 Phenomenology
+1110.4896 Combinatorics
+1110.4898 Combinatorics
+1110.4900 Combinatorics
+1110.4903 Fluid Dynamics
+1110.4906 Data Analysis, Statistics and Probability
+1110.4907 Phenomenology
+1110.4908 Mesoscale and Nanoscale Physics
+1110.4911 Geometric Topology
+1110.4920 Functional Analysis
+1110.4924 Solar and Stellar Astrophysics
+1110.4930 Algebraic Geometry
+1110.4933 Functional Analysis
+1110.4946 Optimization and Control
+1110.4951 Atomic Physics
+1110.4953 Number Theory
+1110.4954 Number Theory
+1110.4957 Solar and Stellar Astrophysics
+1110.4959
+1110.4970 Computer Vision and Pattern Recognition
+1110.4987 Solar and Stellar Astrophysics
+1110.4996 Geometric Topology
+1110.4999 Information Theory
+1110.5001 Algebraic Geometry
+1110.5002 Experiment
+1110.5003 Atmospheric and Oceanic Physics
+1110.5005 Geometric Topology
+1110.5009 Rings and Algebras
+1110.5012 Solar and Stellar Astrophysics
+1110.5015 Computer Vision and Pattern Recognition
+1110.5017 Combinatorics
+1110.5018 Materials Science
+1110.5021 Exactly Solvable and Integrable Systems
+1110.5024 Experiment
+1110.5025 Differential Geometry
+1110.5028 Logic
+1110.5032 High Energy Astrophysical Phenomena
+1110.5034
+1110.5041 Group Theory
+1110.5043 Plasma Physics
+1110.5045 Combinatorics
+1110.5051 Learning
+1110.5053 Optics
+1110.5056 Optics
+1110.5057 Social and Information Networks
+1110.5059 Probability
+1110.5063 Information Theory
+1110.5068 Networking and Internet Architecture
+1110.5070
+1110.5071 Analysis of PDEs
+1110.5072 Physics Education
+1110.5073 Chaotic Dynamics
+1110.5080 Number Theory
+1110.5084 Combinatorics
+1110.5087 Phenomenology
+1110.5088
+1110.5092 Information Theory
+1110.5095 Phenomenology
+1110.5101
+1110.5102 Computer Vision and Pattern Recognition
+1110.5103 Combinatorics
+1110.5104 Superconductivity
+1110.5105 Mesoscale and Nanoscale Physics
+1110.5115 Differential Geometry
+1110.5119 Fluid Dynamics
+1110.5120 Fluid Dynamics
+1110.5121
+1110.5122
+1110.5123 Genomics
+1110.5127 Operator Algebras
+1110.5128 Differential Geometry
+1110.5129 Operator Algebras
+1110.5130 Mesoscale and Nanoscale Physics
+1110.5135
+1110.5140 Combinatorics
+1110.5143 Theory
+1110.5145 Analysis of PDEs
+1110.5150 Probability
+1110.5152 Strongly Correlated Electrons
+1110.5154 Analysis of PDEs
+1110.5156 Systems and Control
+1110.5159 Numerical Analysis
+1110.5160 Phenomenology
+1110.5161 Mesoscale and Nanoscale Physics
+1110.5169 Algebraic Geometry
+1110.5170
+1110.5172 Artificial Intelligence
+1110.5173 Social and Information Networks
+1110.5174 History and Overview
+1110.5177 Classical Physics
+1110.5178 Classical Physics
+1110.5179 General Physics
+1110.5180 Other Condensed Matter
+1110.5181 Systems and Control
+1110.5183 Robotics
+1110.5188 Lattice
+1110.5189 Analysis of PDEs
+1110.5190 Combinatorics
+1110.5197 Statistical Finance
+1110.5201 Dynamical Systems
+1110.5206 Analysis of PDEs
+1110.5207 Adaptation and Self-Organizing Systems
+1110.5209 Earth and Planetary Astrophysics
+1110.5212 Adaptation and Self-Organizing Systems
+1110.5213
+1110.5217 Numerical Analysis
+1110.5230 Popular Physics
+1110.5231 Accelerator Physics
+1110.5238 Machine Learning
+1110.5239 Algebraic Geometry
+1110.5244 Numerical Analysis
+1110.5252 Cryptography and Security
+1110.5258 Solar and Stellar Astrophysics
+1110.5260 Mesoscale and Nanoscale Physics
+1110.5265 Other Quantitative Biology
+1110.5267 High Energy Astrophysical Phenomena
+1110.5269 Probability
+1110.5270 Number Theory
+1110.5273 High Energy Astrophysical Phenomena
+1110.5274 Fluid Dynamics
+1110.5275 Phenomenology
+1110.5277 Number Theory
+1110.5282 Algebraic Geometry
+1110.5283 General Physics
+1110.5285 Classical Analysis and ODEs
+1110.5286 Geometric Topology
+1110.5288 General Physics
+1110.5290 Strongly Correlated Electrons
+1110.5294 Experiment
+1110.5295 Phenomenology
+1110.5296 Data Structures and Algorithms
+1110.5300 Representation Theory
+1110.5305 Numerical Analysis
+1110.5315 Geophysics
+1110.5316 Superconductivity
+cond-mat/0306728 Statistical Mechanics
+cond-mat/0306730 Statistical Mechanics
+cond-mat/0401024 Statistical Mechanics
+cond-mat/0402600 Statistical Mechanics
+cond-mat/0403591 Statistical Mechanics
+cond-mat/0404741 Statistical Mechanics
+cond-mat/0412428 Statistical Mechanics
+cond-mat/0502330 Statistical Mechanics
+cond-mat/0506012 Soft Condensed Matter
+cond-mat/0511247 Statistical Mechanics
+cond-mat/0511343 Statistical Mechanics
+cond-mat/0601250 Soft Condensed Matter
+cond-mat/0603764 Materials Science
+cond-mat/0605492 Soft Condensed Matter
+cond-mat/0703032 Soft Condensed Matter
+cond-mat/9511118
+cs/0501043 Logic in Computer Science
+cs/0508031 Information Theory
+hep-ph/0411001 Phenomenology
+hep-th/0605082 Theory
+math/0408372 Probability
+math/0701055 Classical Analysis and ODEs
+physics/0605201 Instrumentation and Detectors
+quant-ph/0501045
+quant-ph/0603098
+0707.2433 Atomic and Molecular Clusters
+0710.0954 Representation Theory
+0712.1726 Atomic Physics
+0806.0606 Differential Geometry
+0808.0008 Strongly Correlated Electrons
+0809.3530 Analysis of PDEs
+0810.4281
+0810.5033 Atomic and Molecular Clusters
+0901.2448 Atomic and Molecular Clusters
+0902.0645 Statistics Theory
+0902.4713 Atomic and Molecular Clusters
+0903.1094 Geometric Topology
+0904.1166 Algebraic Geometry
+0906.1692 Differential Geometry
+0907.2774 Atomic and Molecular Clusters
+0910.3278 Atomic Physics
+0911.4497 Statistical Mechanics
+1001.0157 Rings and Algebras
+1003.6099 Mesoscale and Nanoscale Physics
+1004.1008 High Energy Astrophysical Phenomena
+1004.3696
+1005.3212 Group Theory
+1006.1133 Differential Geometry
+1008.0631 Geometric Topology
+1008.3844 Spectral Theory
+1009.0354 Group Theory
+1009.2946 Soft Condensed Matter
+1010.2235 Algebraic Geometry
+1011.3055 Differential Geometry
+1012.5817 Number Theory
+1101.0543 Quantum Gases
+1103.1146
+1103.4589 Materials Science
+1103.5646
+1104.4128 Superconductivity
+1104.4330
+1104.5497 Statistical Mechanics
+1105.0374 Chemical Physics
+1105.0409 Plasma Physics
+1105.1037 Chemical Physics
+1105.1998 Classical Analysis and ODEs
+1105.2591 Biological Physics
+1105.3718 Theory
+1105.4527 Algebraic Topology
+1105.6295 Materials Science
+1106.1494 Strongly Correlated Electrons
+1106.1913 Commutative Algebra
+1106.1930 Strongly Correlated Electrons
+1106.3031
+1106.3123 Representation Theory
+1106.5854 Chemical Physics
+1107.3252 Probability
+1107.3291 Data Analysis, Statistics and Probability
+1107.4154 Phenomenology
+1107.4482 Atomic and Molecular Clusters
+1107.4645 Cosmology and Nongalactic Astrophysics
+1107.5961 Superconductivity
+1108.0482 Phenomenology
+1108.1355 Strongly Correlated Electrons
+1108.1843 Theory
+1108.2136 Atomic and Molecular Clusters
+1108.2203 Optics
+1108.6124 Theory
+1109.0540
+1109.2211 Strongly Correlated Electrons
+1109.3712 Phenomenology
+1109.3881 Soft Condensed Matter
+1109.5597 Strongly Correlated Electrons
+1109.5709 Quantum Gases
+1109.6402 Logic
+1110.1586
+1110.2917 Instrumentation and Methods for Astrophysics
+1110.4055
+1110.4218 Optics
+1110.4857 Statistical Mechanics
+1111.0097 Neurons and Cognition
+1111.1470 Materials Science
+1111.2725 Phenomenology
+1111.3128 Group Theory
+1111.3428 Mesoscale and Nanoscale Physics
+1111.3909 Cosmology and Nongalactic Astrophysics
+1111.4432 Materials Science
+1111.5377 Cryptography and Security
+1111.7027
+1112.0816 Quantum Algebra
+1112.1259 Mesoscale and Nanoscale Physics
+1112.1527 Instrumentation and Methods for Astrophysics
+1112.1851 Distributed, Parallel, and Cluster Computing
+1112.2947 Spectral Theory
+1112.3244 Data Structures and Algorithms
+1112.3402 Probability
+1112.3410
+1112.3503 Atmospheric and Oceanic Physics
+1112.3555 Systems and Control
+1112.3597 Instrumentation and Detectors
+1112.3652 Instrumentation and Methods for Astrophysics
+1112.3663 Populations and Evolution
+1112.3673 Spectral Theory
+1112.3674
+1112.3675 Mesoscale and Nanoscale Physics
+1112.3677 Optimization and Control
+1112.3682 Representation Theory
+1112.3683 Cosmology and Nongalactic Astrophysics
+1112.3684 Mesoscale and Nanoscale Physics
+1112.3686
+1112.3687 Probability
+1112.3689 Probability
+1112.3691 Networking and Internet Architecture
+1112.3692 Probability
+1112.3694
+1112.3703 Differential Geometry
+1112.3705 Numerical Analysis
+1112.3707
+1112.3712 Learning
+1112.3714 Learning
+1112.3715 Classical Analysis and ODEs
+1112.3716 Classical Analysis and ODEs
+1112.3725 Distributed, Parallel, and Cluster Computing
+1112.3726 Computers and Society
+1112.3729 Statistics Theory
+1112.3730 Information Theory
+1112.3731
+1112.3735 Methodology
+1112.3736 Solar and Stellar Astrophysics
+1112.3737 Theory
+1112.3739 Group Theory
+1112.3740 Networking and Internet Architecture
+1112.3742 Superconductivity
+1112.3745 Statistics Theory
+1112.3746 Complex Variables
+1112.3750 Cosmology and Nongalactic Astrophysics
+1112.3756 Programming Languages
+1112.3757 Experiment
+1112.3764 Cosmology and Nongalactic Astrophysics
+1112.3765 Distributed, Parallel, and Cluster Computing
+1112.3767
+1112.3774 History and Philosophy of Physics
+1112.3776 Probability
+1112.3777 Computation
+1112.3779 Programming Languages
+1112.3780 Programming Languages
+1112.3781 Earth and Planetary Astrophysics
+1112.3782 Programming Languages
+1112.3783 Programming Languages
+1112.3784 Programming Languages
+1112.3785 Programming Languages
+1112.3787 Programming Languages
+1112.3788 Programming Languages
+1112.3789 Programming Languages
+1112.3792 Representation Theory
+1112.3794 Analysis of PDEs
+1112.3796
+1112.3797 Probability
+1112.3809 Cosmology and Nongalactic Astrophysics
+1112.3812 Superconductivity
+1112.3815 Experiment
+1112.3818 Probability
+1112.3819 Group Theory
+1112.3827 Machine Learning
+1112.3833 Programming Languages
+1112.3834 Phenomenology
+1112.3835 Rings and Algebras
+1112.3843 Adaptation and Self-Organizing Systems
+1112.3844 Distributed, Parallel, and Cluster Computing
+1112.3852 Experiment
+1112.3856 Mesoscale and Nanoscale Physics
+1112.3857 Classical Physics
+1112.3861 General Mathematics
+1112.3862 General Mathematics
+1112.3863 General Mathematics
+1112.3864 Rings and Algebras
+1112.3866 Classical Analysis and ODEs
+1112.3870 Representation Theory
+1112.3873 Cryptography and Security
+1112.3874 Cryptography and Security
+1112.3877 Software Engineering
+1112.3881
+1112.3886 Fluid Dynamics
+1112.3888 Fluid Dynamics
+1112.3893 High Energy Astrophysical Phenomena
+1112.3894 Materials Science
+1112.3902 High Energy Astrophysical Phenomena
+1112.3906 Experiment
+1112.3909 Superconductivity
+1112.3914 Statistics Theory
+1112.3916 Group Theory
+1112.3918 Solar and Stellar Astrophysics
+1112.3924 Plasma Physics
+1112.3929 Classical Physics
+1112.3933 High Energy Astrophysical Phenomena
+1112.3934 Phenomenology
+1112.3937 Cosmology and Nongalactic Astrophysics
+1112.3938 Rings and Algebras
+1112.3944 Applications
+1112.3947 Plasma Physics
+1112.3951 Materials Science
+0707.0932 Operator Algebras
+0711.3568 K-Theory and Homology
+0805.3313 Materials Science
+0812.3632 Probability
+0901.3795 Probability
+0903.4061 Probability
+0905.2776 Statistics Theory
+0906.2511 Information Theory
+0911.5410 Representation Theory
+1002.4604 Category Theory
+1006.1089 Analysis of PDEs
+1007.0548 Learning
+1007.1397 Phenomenology
+1008.1381 Mesoscale and Nanoscale Physics
+1008.1869 Experiment
+1009.1294 Disordered Systems and Neural Networks
+1010.4267 Representation Theory
+1010.5071 Cosmology and Nongalactic Astrophysics
+1010.5467 Statistical Mechanics
+1010.5763 Materials Science
+1011.1444 K-Theory and Homology
+1011.5225 Phenomenology
+1012.5251
+1101.0506 Mesoscale and Nanoscale Physics
+1101.3675 Representation Theory
+1102.0784 Phenomenology
+1102.4149 Statistical Mechanics
+1102.4166 Differential Geometry
+1103.2986 Formal Languages and Automata Theory
+1103.4937
+1104.4659 Algebraic Topology
+1104.5152 Phenomenology
+1105.0710 Statistical Mechanics
+1105.1159 Mesoscale and Nanoscale Physics
+1105.2731
+1105.5985 Strongly Correlated Electrons
+1106.0419 Physics and Society
+1106.0449 Metric Geometry
+1106.0526 Number Theory
+1106.1030 Combinatorics
+1106.1130 Superconductivity
+1106.1209
+1106.1915 Popular Physics
+1106.4674 Soft Condensed Matter
+1107.0126 Metric Geometry
+1107.3134 Theory
+1107.3786
+1107.4206 Materials Science
+1107.4280 Theory
+1107.4446 Phenomenology
+1108.0745 Mesoscale and Nanoscale Physics
+1108.4186 Strongly Correlated Electrons
+1109.0782 Data Structures and Algorithms
+1109.3222 Optics
+1109.3449 Quantum Gases
+1109.4121 Probability
+1109.4504 Mesoscale and Nanoscale Physics
+1109.5729 Solar and Stellar Astrophysics
+1110.0020 Artificial Intelligence
+1110.0606 Disordered Systems and Neural Networks
+1110.3711 Performance
+1110.4720 Group Theory
+1110.5340 Solar and Stellar Astrophysics
+1110.6222 Instrumentation and Detectors
+1111.1484 Quantum Gases
+1111.2911 Strongly Correlated Electrons
+1111.3273 Algebraic Geometry
+1111.3357 Cosmology and Nongalactic Astrophysics
+1111.3385 Analysis of PDEs
+1111.3446 Phenomenology
+1111.3969 Computer Vision and Pattern Recognition
+1111.4040 Solar and Stellar Astrophysics
+1111.4223 Solar and Stellar Astrophysics
+1111.4226 Methodology
+1111.4228
+1111.4230 Representation Theory
+1111.4231 Analysis of PDEs
+1111.4233 Probability
+1111.4238 Mesoscale and Nanoscale Physics
+1111.4244 Information Theory
+1111.4259 Machine Learning
+1111.4260
+1111.4265 Solar and Stellar Astrophysics
+1111.4267 Artificial Intelligence
+1111.4274
+1111.4276 General Topology
+1111.4280 Computational Physics
+1111.4282 Operator Algebras
+1111.4283
+1111.4284
+1111.4287 Performance
+1111.4288 Combinatorics
+1111.4290 Computer Vision and Pattern Recognition
+1111.4291 Computer Vision and Pattern Recognition
+1111.4301 Cryptography and Security
+1111.4304 Numerical Analysis
+1111.4309 History and Philosophy of Physics
+1111.4314 Lattice
+1111.4316 Networking and Internet Architecture
+1111.4317 Geometric Topology
+1111.4325 Quantum Algebra
+1111.4329 Experiment
+1111.4331 Statistical Mechanics
+1111.4335 Networking and Internet Architecture
+1111.4338 Geometric Topology
+1111.4341
+1111.4343 Computation and Language
+1111.4358 Classical Analysis and ODEs
+1111.4359 Optics
+1111.4361 Optics
+1111.4363 Computational Physics
+1111.4374 Analysis of PDEs
+1111.4377 Spectral Theory
+1111.4378 Numerical Analysis
+1111.4381 Analysis of PDEs
+1111.4382 Computational Complexity
+1111.4384 Analysis of PDEs
+1111.4395 Data Structures and Algorithms
+1111.4399 Operator Algebras
+1111.4404 Algebraic Topology
+1111.4407 Software Engineering
+1111.4416 Methodology
+1111.4421 Risk Management
+1111.4423 Classical Physics
+1111.4441 Phenomenology
+1111.4442 Combinatorics
+1111.4456 Solar and Stellar Astrophysics
+1111.4458 Mesoscale and Nanoscale Physics
+1111.4459 Materials Science
+1111.4460 Learning
+1111.4461 Materials Science
+1111.4467 Phenomenology
+1111.4469 Methodology
+math/0301124 Operator Algebras
+math/0301214 Operator Algebras
+math/0412451 Operator Algebras
+math/0510594 Category Theory
+0705.3506
+0706.4205 Representation Theory
+0806.1532 Representation Theory
+0807.4168 Fluid Dynamics
+0807.4494
+0808.3231 Learning
+0809.3555 Strongly Correlated Electrons
+0812.3681 Mesoscale and Nanoscale Physics
+0901.0218 Representation Theory
+0901.1788 Fluid Dynamics
+0902.3480 Number Theory
+0902.3952 Fluid Dynamics
+0906.0813 Materials Science
+0907.1997 Computation
+0907.2679 Fluid Dynamics
+0908.1256 Algebraic Geometry
+0909.5063 Materials Science
+0911.1989 Rings and Algebras
+0911.2045 Superconductivity
+0911.2229 Probability
+0911.2757 Probability
+0911.4589 Optics
+1001.5302 Number Theory
+1002.4058 Learning
+1002.4502 Strongly Correlated Electrons
+1003.0281 Differential Geometry
+1003.5115 General Topology
+1004.2259 Analysis of PDEs
+1008.1128
+1008.1737 Commutative Algebra
+1010.0113
+1010.2295 Algebraic Geometry
+1010.3875 Probability
+1010.5082 Statistical Mechanics
+1011.1296 Data Structures and Algorithms
+1011.2277
+1011.2624 Methodology
+1012.0536 Mesoscale and Nanoscale Physics
+1012.2408 Strongly Correlated Electrons
+1012.3265 Representation Theory
+1012.5487 Machine Learning
+1101.6011 Mesoscale and Nanoscale Physics
+1102.1180 Phenomenology
+1103.2308 Mesoscale and Nanoscale Physics
+1103.4840 Disordered Systems and Neural Networks
+1103.4986
+1103.5147 Lattice
+1103.5339 Methodology
+1104.2351 Statistical Mechanics
+1104.2992
+1104.4418 Social and Information Networks
+1105.0542 Statistical Mechanics
+1105.2336
+1106.0430 Quantum Gases
+1106.2157 Superconductivity
+1106.3197
+1106.3383 Superconductivity
+1107.1151 Plasma Physics
+1107.2583 Soft Condensed Matter
+1107.3239 Materials Science
+1107.4493 Superconductivity
+1107.4666 Disordered Systems and Neural Networks
+1107.5728 General Finance
+1108.2212 Statistical Mechanics
+1108.3604 Materials Science
+1108.4520 Cosmology and Nongalactic Astrophysics
+1109.1277 Phenomenology
+1109.4360 Physics and Society
+1109.5390 Strongly Correlated Electrons
+1109.6903 Biomolecules
+1110.0422 Probability
+1110.1029 Programming Languages
+1110.1043 Phenomenology
+1110.2402 Phenomenology
+1110.3151 Methodology
+1110.5688 Instrumentation and Methods for Astrophysics
+1110.5920 Cosmology and Nongalactic Astrophysics
+1110.5921
+1110.5922 High Energy Astrophysical Phenomena
+1110.5928 Other Condensed Matter
+1110.5930 Other Condensed Matter
+1110.5936 Theory
+1110.5945 Computer Vision and Pattern Recognition
+1110.5953
+1110.5954 Differential Geometry
+1110.5957 Statistical Mechanics
+1110.5958 Statistical Mechanics
+1110.5960 Algebraic Geometry
+1110.5962 Social and Information Networks
+1110.5963 Mesoscale and Nanoscale Physics
+1110.5969 Distributed, Parallel, and Cluster Computing
+1110.5973 Solar and Stellar Astrophysics
+1110.5977 Combinatorics
+1110.5984
+1110.5987
+1110.5989 Numerical Analysis
+1110.6004 Phenomenology
+1110.6008
+1110.6010 Discrete Mathematics
+1110.6014 Complex Variables
+1110.6018 Pattern Formation and Solitons
+1110.6019 Applications
+1110.6020 Classical Physics
+1110.6021 Representation Theory
+1110.6023 Analysis of PDEs
+1110.6026 Differential Geometry
+1110.6029 Analysis of PDEs
+1110.6031 Classical Analysis and ODEs
+1110.6032 Statistical Mechanics
+1110.6036 Statistical Mechanics
+1110.6040 High Energy Astrophysical Phenomena
+1110.6046 Lattice
+1110.6048 Accelerator Physics
+1110.6051 Molecular Networks
+1110.6054 Computation
+1110.6057 Analysis of PDEs
+1110.6060 Materials Science
+1110.6064
+1110.6066
+1110.6070 Optimization and Control
+1110.6073 Analysis of PDEs
+1110.6075 Cosmology and Nongalactic Astrophysics
+1110.6076 Number Theory
+1110.6080 Geometric Topology
+1110.6082 Complex Variables
+1110.6083 Number Theory
+1110.6087 Analysis of PDEs
+1110.6094 High Energy Astrophysical Phenomena
+1110.6095
+1110.6098 Mesoscale and Nanoscale Physics
+1110.6099 Phenomenology
+1110.6100 Analysis of PDEs
+1110.6101 General Physics
+1110.6102 Phenomenology
+1110.6105 Other Computer Science
+1110.6107 General Mathematics
+1110.6108 Rings and Algebras
+1110.6109 Classical Analysis and ODEs
+1110.6110 General Mathematics
+1110.6112 Lattice
+1110.6116 Probability
+1110.6126 Computational Complexity
+1110.6127 Networking and Internet Architecture
+1110.6129 Computational Physics
+1110.6132 Fluid Dynamics
+1110.6139 Probability
+1110.6140 Logic
+1110.6142 Chemical Physics
+1110.6143 Discrete Mathematics
+1110.6144 Dynamical Systems
+1110.6147
+1110.6148 Probability
+1110.6152 Statistical Mechanics
+1110.6160 Rings and Algebras
+1110.6167 Dynamical Systems
+astro-ph/0506308
+astro-ph/0609159
+astro-ph/0612688
+cond-mat/0408298 Superconductivity
+0803.4467 Superconductivity
+0806.0562 Information Theory
+0812.2350 Classical Analysis and ODEs
+0901.2781 Geophysics
+0903.3199 Phenomenology
+0903.4018 Strongly Correlated Electrons
+0903.4112 Algebraic Geometry
+0903.5444 Optimization and Control
+0905.3029 General Topology
+0905.3447 Optimization and Control
+0908.0380 Dynamical Systems
+0908.3190 Fluid Dynamics
+0909.3302 Algebraic Geometry
+0910.3578 Differential Geometry
+0910.3592 Complex Variables
+1001.2793 Dynamical Systems
+1002.3449 Information Theory
+1003.0900 Solar and Stellar Astrophysics
+1003.2838 Phenomenology
+1004.4188 Algebraic Geometry
+1005.2899 General Physics
+1005.5676 Superconductivity
+1006.1840 Classical Analysis and ODEs
+1006.3614
+1007.0182 Superconductivity
+1007.2283 Strongly Correlated Electrons
+1007.3215
+1008.0156 Commutative Algebra
+1008.2645
+1008.2981 Superconductivity
+1009.0725 Chaotic Dynamics
+1009.2619 Materials Science
+1009.4690 Combinatorics
+1010.1250 Solar and Stellar Astrophysics
+1010.2050
+1010.4039 Differential Geometry
+1010.4994 Differential Geometry
+1011.3241 Artificial Intelligence
+1011.5108 Quantitative Methods
+1012.0754 Pricing of Securities
+1012.0973 Mesoscale and Nanoscale Physics
+1012.3194 Solar and Stellar Astrophysics
+1012.4007 Phenomenology
+1012.5552 Superconductivity
+1101.0478 Classical Analysis and ODEs
+1101.0767 Combinatorics
+1101.3445 Dynamical Systems
+1101.4740 Metric Geometry
+1102.0330
+1102.3644
+1102.4347 Phenomenology
+1103.0979 Phenomenology
+1103.2550 Theory
+1103.2900 Plasma Physics
+1103.5867 High Energy Astrophysical Phenomena
+1103.5872
+1104.2214 Strongly Correlated Electrons
+1104.2257 Superconductivity
+1104.2474 Theory
+1105.0873 Analysis of PDEs
+1105.2008 K-Theory and Homology
+1105.4756 Statistical Mechanics
+1105.5994
+1106.2935 Earth and Planetary Astrophysics
+1106.4718 Numerical Analysis
+1106.5894 Phenomenology
+1106.5945 Mesoscale and Nanoscale Physics
+1107.0191 Soft Condensed Matter
+1107.0360
+1107.0866 Materials Science
+1107.0921 Solar and Stellar Astrophysics
+1107.0956 Theory
+1107.0974 Cosmology and Nongalactic Astrophysics
+1107.0986 Differential Geometry
+1107.0988 Representation Theory
+1107.0992 Functional Analysis
+1107.0994
+1107.1001 Combinatorics
+1107.1003 Analysis of PDEs
+1107.1005
+1107.1012 Computational Geometry
+1107.1014 Analysis of PDEs
+1107.1016 Analysis of PDEs
+1107.1017 Cryptography and Security
+1107.1019 Operator Algebras
+1107.1020 Artificial Intelligence
+1107.1024 Earth and Planetary Astrophysics
+1107.1025 Statistics Theory
+1107.1027 Tissues and Organs
+1107.1029 Computational Physics
+1107.1030 Geometric Topology
+1107.1031 Discrete Mathematics
+1107.1038 Networking and Internet Architecture
+1107.1041 Representation Theory
+1107.1042 Commutative Algebra
+1107.1045 Phenomenology
+1107.1048 Combinatorics
+1107.1052 Data Structures and Algorithms
+1107.1056 High Energy Astrophysical Phenomena
+1107.1058 Computer Vision and Pattern Recognition
+1107.1061 Experiment
+1107.1063 Combinatorics
+1107.1068 Rings and Algebras
+1107.1069 Cosmology and Nongalactic Astrophysics
+1107.1076 Data Structures and Algorithms
+1107.1077 Combinatorics
+1107.1078 General Finance
+1107.1079 Superconductivity
+1107.1081 Computer Vision and Pattern Recognition
+1107.1086 Cryptography and Security
+1107.1088 Statistical Mechanics
+1107.1091 Dynamical Systems
+1107.1094 Spectral Theory
+1107.1095 Phenomenology
+1107.1096 Cosmology and Nongalactic Astrophysics
+1107.1099 Cryptography and Security
+1107.1100 Populations and Evolution
+1107.1101 Cryptography and Security
+1107.1104 Databases
+1107.1107 Solar and Stellar Astrophysics
+1107.1114 Disordered Systems and Neural Networks
+1107.1119 Robotics
+1107.1120 Number Theory
+1107.1121 Combinatorics
+1107.1123 Phenomenology
+1107.1127 Numerical Analysis
+1107.1128 Computational Engineering, Finance, and Science
+1107.1129 Classical Analysis and ODEs
+1107.1132 Analysis of PDEs
+1107.1134 Analysis of PDEs
+1107.1135 Analysis of PDEs
+1107.1136 Representation Theory
+1107.1142 Phenomenology
+1107.1144 Probability
+1107.1152 Metric Geometry
+1107.1153 Combinatorics
+1107.1157 Instrumentation and Methods for Astrophysics
+1107.1162 Algebraic Geometry
+1107.1166 Software Engineering
+1107.1170 Combinatorics
+1107.1173 Algebraic Geometry
+1107.1175 Soft Condensed Matter
+1107.1182 Number Theory
+1107.1192 Strongly Correlated Electrons
+1107.1197 Instrumentation and Detectors
+1107.1198 Software Engineering
+1107.1199 Computer Science and Game Theory
+1107.1200 Distributed, Parallel, and Cluster Computing
+1107.1201 Logic in Computer Science
+1107.1202 Performance
+1107.1203 Programming Languages
+1107.1204 Logic in Computer Science
+1107.1205 Logic in Computer Science
+1107.1206 Formal Languages and Automata Theory
+1107.1208 Mesoscale and Nanoscale Physics
+1107.1218 General Topology
+1107.1227 Category Theory
+1107.1229 Applications
+gr-qc/9510060
+math/0701921 General Mathematics
+1103.2818 Symplectic Geometry
+1106.0685 Numerical Analysis
+0711.2157 Data Structures and Algorithms
+0805.1061
+0809.5002 Analysis of PDEs
+0810.3374 Number Theory
+0811.0257
+0901.3951 Phenomenology
+0902.4284 Number Theory
+0904.2842 Solar and Stellar Astrophysics
+0904.3907 Experiment
+0904.4830
+0905.1650 Classical Physics
+0905.2854 Cosmology and Nongalactic Astrophysics
+0905.3686
+0906.0175 Cosmology and Nongalactic Astrophysics
+0906.2098 Methodology
+0906.4946
+0907.0903 Differential Geometry
+0907.3716 Quantum Gases
+0908.0376 Soft Condensed Matter
+0908.1194 Theory
+0909.1797
+0909.5101 Phenomenology
+0910.2653 Theory
+0910.3252 Theory
+0910.4855 Phenomenology
+0910.5552
+0910.5689 Phenomenology
+0911.0024 Phenomenology
+0911.0082 Theory
+0911.0223 Risk Management
+0911.0275 Phenomenology
+0911.0468 Phenomenology
+0911.0613 Theory
+0911.1381 Lattice
+0911.1453 Lattice
+0911.1513 Classical Analysis and ODEs
+0911.1643 Lattice
+0911.2880 Theory
+0911.3217
+0911.3595 Phenomenology
+0911.3912 Phenomenology
+0912.0437 Lattice
+0912.1039 Number Theory
+0912.1274 Lattice
+0912.3896 Phenomenology
+1001.2002 Lattice
+1001.5367 Mesoscale and Nanoscale Physics
+1002.0359 Accelerator Physics
+1002.1298 Cell Behavior
+1002.2206 Phenomenology
+1002.3446 Phenomenology
+1002.3493 Performance
+1003.3630
+1004.1379 Information Theory
+1004.5367 Information Theory
+1005.1911 Theory
+1006.0924 Superconductivity
+1006.4046 Information Theory
+1006.4467
+1006.5916 Phenomenology
+1007.1309
+1007.3756 Theory
+1008.2972 Information Theory
+1008.4969 Classical Analysis and ODEs
+1010.3639 Lattice
+1011.0184 Lattice
+1011.2150 Lattice
+1011.2166 Lattice
+1011.3070 Analysis of PDEs
+1011.3510 Theory
+1011.4297 Phenomenology
+1011.4629 Phenomenology
+1011.4921
+1011.5191
+1011.5198 Theory
+1011.5212 Experiment
+1012.1432 Superconductivity
+1012.2257
+1101.0094 Strongly Correlated Electrons
+1101.1578 Superconductivity
+1101.5401
+1102.0015 Theory
+1102.0298 Theory
+1102.2897 Cosmology and Nongalactic Astrophysics
+1102.2990 Superconductivity
+1102.3856 Theory
+1102.4728 Distributed, Parallel, and Cluster Computing
+1102.4808 Statistical Mechanics
+1103.0431 Machine Learning
+1103.0538 Probability
+1103.1484 Adaptation and Self-Organizing Systems
+1103.2765 Phenomenology
+1103.3114 Data Structures and Algorithms
+1103.4429 Strongly Correlated Electrons
+1103.5202 Machine Learning
+1103.6229 Analysis of PDEs
+1104.1346 Superconductivity
+1104.2669
+1104.2690 Computer Science and Game Theory
+1104.3549 Populations and Evolution
+1104.3773 Classical Analysis and ODEs
+1105.1742 Soft Condensed Matter
+1105.3559 Computer Vision and Pattern Recognition
+1106.2521 Operator Algebras
+1106.3094 Physics and Society
+1106.3246 Fluid Dynamics
+1106.3259 Other Statistics
+1106.4116 Cosmology and Nongalactic Astrophysics
+1106.5743
+1106.5822 Materials Science
+1106.5923 Mesoscale and Nanoscale Physics
+1107.0092 Analysis of PDEs
+1107.0135 Strongly Correlated Electrons
+1107.1139 Rings and Algebras
+1107.1271 Other Condensed Matter
+1107.2036 Earth and Planetary Astrophysics
+1107.2057 Algebraic Geometry
+1107.2200 Experiment
+1107.2312 Computational Geometry
+1107.2392 Numerical Analysis
+1107.2407 Solar and Stellar Astrophysics
+1107.2411 Symplectic Geometry
+1107.2413 Probability
+1107.2421 High Energy Astrophysical Phenomena
+1107.2422 Data Structures and Algorithms
+1107.2424 High Energy Astrophysical Phenomena
+1107.2429 Rings and Algebras
+1107.2438
+1107.2439 Differential Geometry
+1107.2444 Computational Complexity
+1107.2446 Methodology
+1107.2450 Combinatorics
+1107.2457 Mesoscale and Nanoscale Physics
+1107.2464 Physics and Society
+1107.2469 Mesoscale and Nanoscale Physics
+1107.2471 Optimization and Control
+1107.2474
+1107.2476 Probability
+1107.2481 Geophysics
+1107.2488 Materials Science
+1107.2489 Statistical Mechanics
+1107.2491 Statistical Mechanics
+1107.2495 Classical Analysis and ODEs
+1107.2500
+1107.2502 Statistics Theory
+1107.2512 Operator Algebras
+1107.2513 Logic in Computer Science
+1107.2515 Probability
+1107.2518 Classical Analysis and ODEs
+1107.2520
+1107.2533
+1107.2536 Earth and Planetary Astrophysics
+1107.2539 Chaotic Dynamics
+1107.2540 Mesoscale and Nanoscale Physics
+1107.2553 Computer Vision and Pattern Recognition
+1107.2554 Data Structures and Algorithms
+1107.2563 Differential Geometry
+1107.2586 Solar and Stellar Astrophysics
+1107.2589 Analysis of PDEs
+1107.2596 Earth and Planetary Astrophysics
+1107.2598 Cosmology and Nongalactic Astrophysics
+1107.2601 High Energy Astrophysical Phenomena
+1107.2603 Logic
+1107.2609 Dynamical Systems
+1107.2611 Biomolecules
+1107.2612 Probability
+1107.2615 Networking and Internet Architecture
+1107.2620 Analysis of PDEs
+1107.2625 Atomic Physics
+1107.2630 Combinatorics
+1107.2631 Representation Theory
+1107.2639 Combinatorics
+1107.2640 Geometric Topology
+1107.2641 Experiment
+1107.2644 Algebraic Geometry
+cond-mat/0412283 Strongly Correlated Electrons
+cond-mat/0501013 Strongly Correlated Electrons
+cond-mat/0505534 Strongly Correlated Electrons
+cs/0703089 Databases
+gr-qc/0701067
+0710.2911 Differential Geometry
+0806.4048 Rings and Algebras
+0806.4214
+0808.1167 Rings and Algebras
+0811.0856 Number Theory
+0903.1315
+0909.0494
+0910.0995
+0910.4106 General Topology
+1001.2718 Theory
+1001.4706 Probability
+1004.3387 Differential Geometry
+1004.5576 Cosmology and Nongalactic Astrophysics
+1005.1254 Phenomenology
+1005.1300 Algebraic Topology
+1005.5496 Other Condensed Matter
+1005.5582 Optimization and Control
+1006.2108
+1006.2818 Superconductivity
+1007.0497 Mesoscale and Nanoscale Physics
+1007.2436 Mesoscale and Nanoscale Physics
+1008.1112
+1009.2036 Quantum Gases
+1010.0627 Portfolio Management
+1010.2213 Superconductivity
+1010.3724 Strongly Correlated Electrons
+1010.5327
+1010.5884 Strongly Correlated Electrons
+1011.6474 Experiment
+1011.6490
+1012.0138 Solar and Stellar Astrophysics
+1012.0369 Soft Condensed Matter
+1012.4777 Algebraic Geometry
+1012.5285 Operator Algebras
+1101.1863 Spectral Theory
+1101.4386 Superconductivity
+1102.4957 Theory
+1102.5459 Mesoscale and Nanoscale Physics
+1103.0322 Theory
+1103.1527 Phenomenology
+1103.2888 Quantum Gases
+1103.2901 Number Theory
+1103.2944
+1103.3220 Materials Science
+1103.4627 Disordered Systems and Neural Networks
+1103.4858 Theory
+1104.0659 Superconductivity
+1104.1079
+1104.1666
+1104.2353 Mesoscale and Nanoscale Physics
+1104.3387 Statistical Mechanics
+1105.0127 Theory
+1105.1043 Strongly Correlated Electrons
+1105.1865 Differential Geometry
+1105.2309 Cosmology and Nongalactic Astrophysics
+1105.2753 Phenomenology
+1105.3611 Quantum Gases
+1105.3982 Theory
+1105.4731 Group Theory
+1105.6339 Astrophysics of Galaxies
+1106.0015 Strongly Correlated Electrons
+1106.3966 Strongly Correlated Electrons
+1106.4164
+1106.4227 Statistical Mechanics
+1106.4537
+1106.5471 Superconductivity
+1106.5479 Lattice
+1106.5887 Materials Science
+1106.6054 Astrophysics of Galaxies
+1107.0320 Theory
+1107.1098 Combinatorics
+1107.1679 Differential Geometry
+1107.2096 Statistical Mechanics
+1107.3950 Analysis of PDEs
+1107.3956 Atomic Physics
+1107.4765 Representation Theory
+1107.4966 Artificial Intelligence
+1107.5722 Logic in Computer Science
+1108.3349 Quantum Algebra
+1108.3440 Strongly Correlated Electrons
+1108.4398 Logic
+1108.4753 Cryptography and Security
+1108.4953 Combinatorics
+1108.4980 Classical Analysis and ODEs
+1108.5084 Logic
+1108.5128 Optimization and Control
+1108.5170 Materials Science
+1108.5171 Logic
+1108.5179 Theory
+1108.5185 Methodology
+1108.5195 Theory
+1108.5197
+1108.5198
+1108.5199
+1108.5201 Solar and Stellar Astrophysics
+1108.5209 Number Theory
+1108.5212 Information Theory
+1108.5215 Quantum Algebra
+1108.5217 Quantitative Methods
+1108.5219 Operator Algebras
+1108.5221 Numerical Analysis
+1108.5226 Physics Education
+1108.5228 Phenomenology
+1108.5233 Instrumentation and Methods for Astrophysics
+1108.5234 High Energy Astrophysical Phenomena
+1108.5237 Functional Analysis
+1108.5239 Materials Science
+1108.5249 Functional Analysis
+1108.5251 Classical Analysis and ODEs
+1108.5253 Databases
+1108.5262 Methodology
+1108.5265 Mesoscale and Nanoscale Physics
+1108.5269 Optics
+1108.5271 Soft Condensed Matter
+1108.5272 Superconductivity
+1108.5273 Combinatorics
+1108.5274 Solar and Stellar Astrophysics
+1108.5276 Algebraic Geometry
+1108.5280 Instrumentation and Detectors
+1108.5281 Logic in Computer Science
+1108.5282 Instrumentation and Methods for Astrophysics
+1108.5284 Differential Geometry
+1108.5287 Phenomenology
+1108.5294 Classical Analysis and ODEs
+1108.5295 Software Engineering
+1108.5297 Atomic Physics
+1108.5303
+1108.5307 Solar and Stellar Astrophysics
+1108.5308 Applications
+1108.5309 Number Theory
+1108.5314 Statistics Theory
+1108.5318 Solar and Stellar Astrophysics
+1108.5321 Superconductivity
+1108.5322 Phenomenology
+1108.5325 Analysis of PDEs
+1108.5326
+1108.5334 Atomic Physics
+1108.5338 Methodology
+1108.5339
+1108.5346 Probability
+1108.5356 Probability
+1108.5360 Optics
+1108.5374 Mesoscale and Nanoscale Physics
+1108.5375 Representation Theory
+cond-mat/0512046 Superconductivity
+cond-mat/0610015 Statistical Mechanics
+cond-mat/0701724 Superconductivity
+math/0001138 K-Theory and Homology
+math/0001145 K-Theory and Homology
+math/0001146 Algebraic Topology
+math/0001147 Algebraic Geometry
+math/0001179 K-Theory and Homology
+math/0102133 Algebraic Geometry
+q-alg/9707025 Quantum Algebra
+0705.0263 Strongly Correlated Electrons
+0707.2265 Information Theory
+0803.0640 Group Theory
+0803.2964 Materials Science
+0803.4367 General Physics
+0804.0830 General Physics
+0804.1998 General Physics
+0807.0576 Experiment
+0810.2060 Group Theory
+0902.1196 Differential Geometry
+0903.2153 Other Condensed Matter
+0907.5418 Theory
+0908.4446 Algebraic Geometry
+0912.4216 Materials Science
+1001.3545 Representation Theory
+1003.1160 Software Engineering
+1003.2911 Cosmology and Nongalactic Astrophysics
+1005.1070 Phenomenology
+1005.5458 Theory
+1005.5497 Superconductivity
+1007.0346 General Topology
+1007.2405
+1007.5217 Phenomenology
+1008.2206 Phenomenology
+1008.4191 Superconductivity
+1008.4332 Theory
+1008.4992 Statistical Mechanics
+1009.0426 Mesoscale and Nanoscale Physics
+1009.2989 General Mathematics
+1009.5508 Experiment
+1010.0503 Mesoscale and Nanoscale Physics
+1010.2160 Physics and Society
+1010.3060
+1010.3455 Representation Theory
+1010.5625 Strongly Correlated Electrons
+1011.2861 Neurons and Cognition
+1011.5076 Data Analysis, Statistics and Probability
+1011.5236 Experiment
+1011.5271 Lattice
+1011.5277 Lattice
+1011.5307 Experiment
+1011.5341 Lattice
+1011.5355 Theory
+1011.5362 Theory
+1011.5409 Phenomenology
+1011.5417 Theory
+1011.5423 Phenomenology
+1011.6460 Phenomenology
+1012.1044 Mesoscale and Nanoscale Physics
+1012.3162 Materials Science
+1012.5115 Algebraic Geometry
+1012.5476 Theory
+1101.3903 Analysis of PDEs
+1101.4505 Physics and Society
+1101.5289
+1101.5467 Quantum Gases
+1102.0439
+1102.0455 Materials Science
+1102.0705 Symbolic Computation
+1102.3861 Theory
+1103.0298 Computational Physics
+1103.1476 Superconductivity
+1103.1588 Strongly Correlated Electrons
+1103.1990 Mesoscale and Nanoscale Physics
+1103.2069 Theory
+1103.2144
+1103.2454 Theory
+1103.2715 Probability
+1103.3149
+1103.3778 Phenomenology
+1103.4461
+1103.6231 Strongly Correlated Electrons
+1104.4513 Probability
+1104.5631 Quantum Gases
+1105.3601 Analysis of PDEs
+1105.3911 Phenomenology
+1105.4268
+1105.4382 Theory
+1106.0066 Soft Condensed Matter
+1106.2074 Algebraic Geometry
+1106.2143 Atmospheric and Oceanic Physics
+1106.2919 Soft Condensed Matter
+1106.3724 Algebraic Geometry
+1106.5642 Materials Science
+1107.0842 Solar and Stellar Astrophysics
+1107.3594 Theory
+1107.4035 Artificial Intelligence
+1107.4088 Experiment
+1107.4110 Networking and Internet Architecture
+1107.4112
+1107.4114 Number Theory
+1107.4117 Algebraic Topology
+1107.4130 Group Theory
+1107.4133 Cosmology and Nongalactic Astrophysics
+1107.4137 Number Theory
+1107.4140 Combinatorics
+1107.4145 Differential Geometry
+1107.4157 Numerical Analysis
+1107.4158 Differential Geometry
+1107.4160 Logic in Computer Science
+1107.4161 Artificial Intelligence
+1107.4162 Artificial Intelligence
+1107.4163 Artificial Intelligence
+1107.4164 Artificial Intelligence
+1107.4168
+1107.4170 Superconductivity
+1107.4172 High Energy Astrophysical Phenomena
+1107.4181 Applications
+1107.4182 Group Theory
+1107.4185 Sound
+1107.4189 Numerical Analysis
+1107.4192 Applications
+1107.4193 Experiment
+1107.4199 Information Theory
+1107.4203 Mesoscale and Nanoscale Physics
+1107.4204 Mesoscale and Nanoscale Physics
+1107.4215 Soft Condensed Matter
+1107.4217 Human-Computer Interaction
+1107.4219 Statistics Theory
+1107.4220 Quantitative Methods
+1107.4222 Data Structures and Algorithms
+1107.4223 Data Structures and Algorithms
+1107.4224 Discrete Mathematics
+1107.4226 Phenomenology
+1107.4227 Experiment
+1107.4228 Applications
+1107.4229 Earth and Planetary Astrophysics
+1107.4230 Cryptography and Security
+1107.4231 Dynamical Systems
+1107.4235 High Energy Astrophysical Phenomena
+1107.4238 Cosmology and Nongalactic Astrophysics
+1107.4246 Information Theory
+1107.4251 Networking and Internet Architecture
+1107.4252 Phenomenology
+1107.4253 Instrumentation and Methods for Astrophysics
+1107.4258 Computer Science and Game Theory
+1107.4261 Materials Science
+1107.4283
+1107.4286 Dynamical Systems
+1107.4298 Other Condensed Matter
+1107.4299 Classical Physics
+1107.4301 Combinatorics
+1107.4308 Strongly Correlated Electrons
+1107.4312 Algebraic Topology
+1107.4328 Phenomenology
+1107.4329 Mesoscale and Nanoscale Physics
+1107.4336 Group Theory
+1107.4340 Machine Learning
+1107.4345 Complex Variables
+1107.4346 Information Theory
+1107.4347 Functional Analysis
+1107.4348 Functional Analysis
+1107.4355 Superconductivity
+cond-mat/0102381 Strongly Correlated Electrons
+cond-mat/0105564 Strongly Correlated Electrons
+cond-mat/0110516
+cond-mat/9703010
+cond-mat/9811003
+cond-mat/9811004
+cond-mat/9901027 Strongly Correlated Electrons
+cond-mat/9904251
+cond-mat/9909257
+math/0201195 Differential Geometry
+math/0204200 Differential Geometry
+math/0305277 Differential Geometry
+physics/0309126 Optics
+physics/0701163 General Physics
+quant-ph/0703209
+0710.0881
+0710.4113
+0801.1774 Functional Analysis
+0809.4042
+0812.3882 Superconductivity
+0906.3558 Physics and Society
+0909.2682 Genomics
+0911.0672 High Energy Astrophysical Phenomena
+0911.2810 Mesoscale and Nanoscale Physics
+0912.3560
+1001.0801 Strongly Correlated Electrons
+1001.2620 Optimization and Control
+1001.4195
+1003.0559 Number Theory
+1003.1869 Number Theory
+1004.0888
+1004.1902 Astrophysics of Galaxies
+1004.4327 Biological Physics
+1004.4368 Phenomenology
+1005.5023 Probability
+1005.5728 Theory
+1006.5325 High Energy Astrophysical Phenomena
+1007.1338 Representation Theory
+1007.4426 History and Overview
+1008.0614 Cosmology and Nongalactic Astrophysics
+1008.0934 Geometric Topology
+1008.2099 Functional Analysis
+1008.3456 Computational Physics
+1008.4254 Classical Analysis and ODEs
+1008.4395 Mesoscale and Nanoscale Physics
+1009.1818 Superconductivity
+1009.2151 Algebraic Topology
+1009.5155 Quantum Gases
+1010.0119 Astrophysics of Galaxies
+1010.1875
+1010.1968 Numerical Analysis
+1010.2022 Differential Geometry
+1010.5443 Theory
+1011.0311
+1011.1327 Quantum Gases
+1011.1333 Quantum Gases
+1011.3067
+1011.3631 Quantum Gases
+1012.1298 Fluid Dynamics
+1012.5362 Phenomenology
+1012.5688 Probability
+1012.5745 Rings and Algebras
+1012.5828
+1012.5849
+1101.1948 Cosmology and Nongalactic Astrophysics
+1101.5256 Numerical Analysis
+1101.5425 Number Theory
+1101.5904 Classical Analysis and ODEs
+1101.6045 Superconductivity
+1101.6066 Number Theory
+1102.3486 Materials Science
+1102.3968
+1102.4993 Optics
+1103.0368 Social and Information Networks
+1103.1179 Algebraic Geometry
+1103.2086 Materials Science
+1103.2272
+1103.2278 Optics
+1103.2481 General Physics
+1103.2787 Software Engineering
+1103.2795 Optimization and Control
+1103.2799 Differential Geometry
+1103.2806 Number Theory
+1103.2809 Computational Complexity
+1103.2810 Combinatorics
+1103.2815 Probability
+1103.2825 Geometric Topology
+1103.2827 Popular Physics
+1103.2832 Learning
+1103.2837 Information Theory
+1103.2838 Logic
+1103.2845 Probability
+1103.2847 Optics
+1103.2850 Algebraic Geometry
+1103.2856 General Mathematics
+1103.2864 Optics
+1103.2865 Computational Geometry
+1103.2868 Analysis of PDEs
+1103.2874 Functional Analysis
+1103.2877 Number Theory
+1103.2881 Pattern Formation and Solitons
+1103.2882 Information Theory
+1103.2886 Information Retrieval
+1103.2889 General Physics
+1103.2897 Information Theory
+1103.2902 Algebraic Geometry
+1103.2913 Discrete Mathematics
+1103.2914 Trading and Market Microstructure
+1103.2916 Differential Geometry
+1103.2918 Functional Analysis
+1103.2921
+1103.2922 Algebraic Geometry
+1103.2933 Quantum Algebra
+1103.2934
+1103.2936 High Energy Astrophysical Phenomena
+1103.2939 Strongly Correlated Electrons
+1103.2942 Other Condensed Matter
+1103.2945 Phenomenology
+1103.2946 Superconductivity
+1103.2947 Superconductivity
+1103.2952 Mathematical Software
+1103.2964 Dynamical Systems
+1103.2969
+1103.2974 Biological Physics
+1103.2979 Probability
+1103.2985 Functional Analysis
+1103.2989 Astrophysics of Galaxies
+astro-ph/0504497
+astro-ph/0511241
+astro-ph/0606733
+astro-ph/0609398
+cond-mat/0606167 Soft Condensed Matter
+math/0204228 Geometric Topology
+physics/0104079 Fluid Dynamics
+physics/0603068 General Physics
+0801.3976 Analysis of PDEs
+0805.4679 History and Overview
+0808.2324 Analysis of PDEs
+0809.2560 Analysis of PDEs
+0909.3043 Analysis of PDEs
+0910.1945 History and Overview
+0910.2209 Atomic Physics
+0912.1506 Group Theory
+1001.1323 Machine Learning
+1001.2307 Information Theory
+1001.2826 Probability
+1001.2938 Information Theory
+1005.4471 Probability
+1006.3647
+1007.0806 Plasma Physics
+1008.0807 Cryptography and Security
+1009.1791
+1009.3638 Risk Management
+1009.4578 Quantum Gases
+1010.2971 Phenomenology
+1011.1375 Computer Science and Game Theory
+1011.4421 Statistical Mechanics
+1011.6302 Functional Analysis
+1012.2250 Theory
+1012.2670 Cosmology and Nongalactic Astrophysics
+1012.3563 Algebraic Geometry
+1012.4200 Differential Geometry
+1012.5150 Statistics Theory
+1012.5326 Strongly Correlated Electrons
+1101.2449 Cosmology and Nongalactic Astrophysics
+1101.2809
+1101.5044
+1101.5639 Quantum Gases
+1102.0264
+1102.5483 Phenomenology
+1102.5698 Algebraic Topology
+1103.3140 Analysis of PDEs
+1103.5236 Algebraic Geometry
+1103.5391 Strongly Correlated Electrons
+1104.2161 Plasma Physics
+1104.2467 Soft Condensed Matter
+1104.2544 Strongly Correlated Electrons
+1104.2754 Soft Condensed Matter
+1104.3106 Cosmology and Nongalactic Astrophysics
+1104.3913 Computational Complexity
+1105.0278 Phenomenology
+1105.6340 Strongly Correlated Electrons
+1106.0401 Analysis of PDEs
+1106.1001 Probability
+1106.1791 Information Theory
+1106.2950
+1106.4916
+1106.5773 Quantum Gases
+1106.6133 Atomic Physics
+1107.0250 Strongly Correlated Electrons
+1107.0926 Phenomenology
+1107.2346
+1107.2390 Cosmology and Nongalactic Astrophysics
+1107.2410 Methodology
+1107.3230 Probability
+1107.3455 Classical Physics
+1107.4588 Computers and Society
+1107.5648 Statistical Mechanics
+1108.0379 Probability
+1108.0524 Accelerator Physics
+1108.0811 Phenomenology
+1108.0988 Plasma Physics
+1108.2091 Molecular Networks
+1108.2533 General Topology
+1108.2603 Algebraic Geometry
+1108.3134 Instrumentation and Methods for Astrophysics
+1108.3383 Computational Complexity
+1108.4591
+1108.6128 Mesoscale and Nanoscale Physics
+1109.2112 Discrete Mathematics
+1109.5279 Quantum Gases
+1110.2590 Atomic Physics
+1110.3994 Statistical Mechanics
+1110.5343 Fluid Dynamics
+1110.6318 Differential Geometry
+1111.0762 Data Structures and Algorithms
+1111.1611 Cosmology and Nongalactic Astrophysics
+1111.1960 Mesoscale and Nanoscale Physics
+1111.3430 Strongly Correlated Electrons
+1111.3655 Optics
+1111.3740 Mesoscale and Nanoscale Physics
+1111.5005 Differential Geometry
+1111.5489 Popular Physics
+1111.5613 Astrophysics of Galaxies
+1111.5719 Soft Condensed Matter
+1111.6092 Strongly Correlated Electrons
+1111.6115 Physics and Society
+1111.6276 Computer Vision and Pattern Recognition
+1111.6391 Instrumentation and Methods for Astrophysics
+1111.6501
+1111.6584
+1111.6611 Subcellular Processes
+1111.6616 Computational Complexity
+1111.6626 Solar and Stellar Astrophysics
+1111.6630
+1111.6640 Information Retrieval
+1111.6642 Phenomenology
+1111.6645 High Energy Astrophysical Phenomena
+1111.6648 Representation Theory
+1111.6652 Solar and Stellar Astrophysics
+1111.6654 Fluid Dynamics
+1111.6657 Exactly Solvable and Integrable Systems
+1111.6658 Analysis of PDEs
+1111.6659 Probability
+1111.6660 Theory
+1111.6661 Instrumentation and Methods for Astrophysics
+1111.6662 Algebraic Geometry
+1111.6663 Probability
+1111.6672 Quantum Gases
+1111.6674 Materials Science
+1111.6677 Cryptography and Security
+1111.6678 Solar and Stellar Astrophysics
+1111.6679 Phenomenology
+1111.6685 Combinatorics
+1111.6686
+1111.6689 Computational Geometry
+1111.6692 Number Theory
+1111.6694 Representation Theory
+1111.6695 Information Theory
+1111.6700 Instrumentation and Methods for Astrophysics
+1111.6703 Optimization and Control
+1111.6713 Artificial Intelligence
+1111.6715 Plasma Physics
+1111.6716 Number Theory
+1111.6717 Number Theory
+1111.6718 Number Theory
+1111.6721 Statistical Mechanics
+1111.6725 Dynamical Systems
+1111.6726 Dynamical Systems
+1111.6727 Multimedia
+1111.6730 Software Engineering
+1111.6734 Strongly Correlated Electrons
+1111.6735 Networking and Internet Architecture
+1111.6755 Optimization and Control
+1111.6756 Distributed, Parallel, and Cluster Computing
+1111.6757 Other Computer Science
+1111.6758 General Physics
+1111.6760 Analysis of PDEs
+1111.6763 Probability
+1111.6766 Combinatorics
+1111.6770 Quantum Gases
+1111.6771 Multiagent Systems
+1111.6780 Instrumentation and Detectors
+1111.6786 Commutative Algebra
+1111.6790 Artificial Intelligence
+1111.6808 Networking and Internet Architecture
+1111.6810 Probability
+1111.6813 Phenomenology
+1111.6814 Algebraic Geometry
+1111.6820 Group Theory
+1111.6823 Algebraic Topology
+1111.6825 Artificial Intelligence
+1111.6826 Trading and Market Microstructure
+1111.6829 Experiment
+1111.6839 History and Overview
+1111.6842 Data Structures and Algorithms
+1111.6846 Operator Algebras
+1111.6847 Other Condensed Matter
+1111.6856 Theory
+1111.6858 Software Engineering
+1111.6861 Differential Geometry
+1111.6866 Software Engineering
+1111.6868 Probability
+1111.6870 Software Engineering
+1111.6872 Software Engineering
+1111.6874 Exactly Solvable and Integrable Systems
+1111.6875
+1111.6877 Geometric Topology
+1111.6878 Software Engineering
+1111.6881 Fluid Dynamics
+1111.6883 Artificial Intelligence
+1111.6884 Software Engineering
+1111.6886 Experiment
+1111.6887 Computers and Society
+1111.6891 Statistical Mechanics
+1111.6892 K-Theory and Homology
+1111.6895 Software Engineering
+1111.6896 Theory
+1111.6900 Mathematical Software
+1111.6902 Software Engineering
+1111.6903 Numerical Analysis
+1111.6906 Biological Physics
+1111.6907 Software Engineering
+1111.6909 Software Engineering
+1111.6911 Other Computer Science
+1111.6916 Tissues and Organs
+1111.6917 Software Engineering
+1111.6923 Machine Learning
+1111.6925 Machine Learning
+1111.6933 Experiment
+1111.6938 Theory
+1111.6959 Representation Theory
+1111.6962 Analysis of PDEs
+1111.6964 Statistical Mechanics
+1111.6968 Theory
+cond-mat/0505189 Strongly Correlated Electrons
+gr-qc/0212059
+hep-th/0103153 Theory
+math-ph/0511003
+math-ph/0608020
+math/0505456 Analysis of PDEs
+0704.0215 Probability
+0708.0206 K-Theory and Homology
+0805.4579 Phenomenology
+0808.2207 Statistical Mechanics
+0809.0391 Populations and Evolution
+0809.3286 Group Theory
+0811.1758 Theory
+0901.3697 Combinatorics
+0902.2643 Phenomenology
+0903.0903 Symplectic Geometry
+0904.0422
+0906.2175 Algebraic Geometry
+0906.2220 Optimization and Control
+0906.4151 Cosmology and Nongalactic Astrophysics
+0908.1173 Functional Analysis
+0909.0694 Combinatorics
+0909.1152 Theory
+0909.1931 Combinatorics
+0911.2912 Plasma Physics
+0912.0868 Information Theory
+0912.1672 Other Quantitative Biology
+0912.2259 Phenomenology
+0912.2743 Statistical Mechanics
+0912.4869 Differential Geometry
+1001.0464 Computational Complexity
+1001.0718 Functional Analysis
+1001.1149
+1003.6086 Disordered Systems and Neural Networks
+1004.1116 Group Theory
+1005.0229 Mesoscale and Nanoscale Physics
+1005.3587 Cosmology and Nongalactic Astrophysics
+1005.3914
+1006.0271 Statistical Mechanics
+1006.2239 Mesoscale and Nanoscale Physics
+1006.2883 Information Theory
+1006.2884 Functional Analysis
+1006.4025 Theory
+1006.4456 Quantum Gases
+1006.5670 Commutative Algebra
+1007.0519 Classical Analysis and ODEs
+1007.1157 Theory
+1007.3100 Statistical Mechanics
+1007.3975 Mesoscale and Nanoscale Physics
+1008.0744
+1008.1223 Phenomenology
+1008.2123
+1008.3292 Representation Theory
+1008.3509
+1008.3691 Combinatorics
+1008.4883 Theory
+1008.5134 Group Theory
+1009.1207 Combinatorics
+1009.1561 Atmospheric and Oceanic Physics
+1009.1884
+1009.2761 Quantum Gases
+1009.4921 Experiment
+1009.5085 Cosmology and Nongalactic Astrophysics
+1009.5457 Group Theory
+1010.0512 Numerical Analysis
+1010.0765 Data Structures and Algorithms
+1010.1457 Theory
+1010.3348 Classical Analysis and ODEs
+1010.4189 Functional Analysis
+1010.5050
+1010.5251 Quantum Gases
+1010.5487 Theory
+1010.6031
+1011.0757 Phenomenology
+1011.1499 Phenomenology
+1011.1975 Lattice
+1011.3888 Theory
+1011.6289 Quantum Gases
+1011.6364 Phenomenology
+1011.6365 Instrumentation and Detectors
+1011.6368 Phenomenology
+1011.6371 Mesoscale and Nanoscale Physics
+1012.2113 Phenomenology
+1012.2888 Theory
+1012.5381 Algebraic Geometry
+1101.0592 Phenomenology
+1101.1615
+1101.4788 Theory
+1101.5063 Soft Condensed Matter
+1102.0926 Mesoscale and Nanoscale Physics
+1102.1021 Combinatorics
+1102.1391 Phenomenology
+1102.1576 Atomic Physics
+1102.2189 Cosmology and Nongalactic Astrophysics
+1102.2858 Strongly Correlated Electrons
+1102.3771 Mesoscale and Nanoscale Physics
+1102.3784 Cosmology and Nongalactic Astrophysics
+1102.3980 Combinatorics
+1102.4501 Theory
+1102.4693 Phenomenology
+1102.4786 Phenomenology
+1102.5352 Phenomenology
+1102.5392 Group Theory
+1102.5725 Theory
+1103.0240 Phenomenology
+1103.0390 Optics
+1103.1365 Optimization and Control
+1103.1565 Atomic and Molecular Clusters
+1103.1926 Quantum Gases
+1103.2129 Superconductivity
+1103.2706 Optimization and Control
+1103.2717 Combinatorics
+1103.4470 Phenomenology
+1103.4632 Cosmology and Nongalactic Astrophysics
+1103.4710 Statistical Mechanics
+1103.5068 Phenomenology
+1103.5912
+1104.0188 Lattice
+1104.0601 Theory
+1104.0779 Networking and Internet Architecture
+1104.1572 High Energy Astrophysical Phenomena
+1104.1676 Phenomenology
+1104.1753 Combinatorics
+1104.1901 Phenomenology
+1104.2046 Phenomenology
+1104.2113
+1104.2631 Strongly Correlated Electrons
+1104.2760
+1104.3145 Phenomenology
+1104.3746 Theory
+1104.3943 Phenomenology
+1104.4500 Cosmology and Nongalactic Astrophysics
+1104.4857 Theory
+1104.4902 Algebraic Geometry
+1104.5115 Theory
+1104.5174 Theory
+1104.5405 Phenomenology
+1104.5487 Phenomenology
+1105.0436 Lattice
+1105.0583 Phenomenology
+1105.0822 Optics
+1105.1112 Theory
+1105.1306 Information Theory
+1105.1335 Solar and Stellar Astrophysics
+1105.1667 Theory
+1105.1776 Theory
+1105.1898
+1105.2101 Optics
+1105.2308 Theory
+1105.2543 Phenomenology
+1105.2905 Statistical Mechanics
+1105.3084 Theory
+1105.3219 Phenomenology
+1105.3333 Phenomenology
+1105.3595 Phenomenology
+1105.3679 Phenomenology
+1105.3818 Probability
+1105.3967 Theory
+1105.4571 Theory
+1105.5319
+1105.6209
+1106.1253 Theory
+1106.1371 Statistical Mechanics
+1106.1901 Theory
+1106.1966 Phenomenology
+1106.2251 Earth and Planetary Astrophysics
+1106.2374 Solar and Stellar Astrophysics
+1106.2415
+1106.3587 Phenomenology
+1106.4543 Cosmology and Nongalactic Astrophysics
+1106.4686 Quantum Gases
+1106.5082 Phenomenology
+1106.5397 Theory
+1107.0081 Optimization and Control
+1107.0380 Theory
+1107.0751 Materials Science
+1107.1377 Number Theory
+1107.1558 General Physics
+1107.1993 Solar and Stellar Astrophysics
+1107.3262 Combinatorics
+1107.4025
+1107.4423 Strongly Correlated Electrons
+1107.4657 Mesoscale and Nanoscale Physics
+1107.4887 High Energy Astrophysical Phenomena
+1107.4947 Combinatorics
+1108.0211
+1108.0511
+1108.0549 Commutative Algebra
+1108.0651 Strongly Correlated Electrons
+1108.0826
+1108.1010
+1108.1094 Materials Science
+1108.1256 Atmospheric and Oceanic Physics
+1108.1401 Representation Theory
+1108.1409 Adaptation and Self-Organizing Systems
+1108.1413 Representation Theory
+1108.1416 Superconductivity
+1108.1417 Cryptography and Security
+1108.1419 Formal Languages and Automata Theory
+1108.1421 Information Theory
+1108.1422 Group Theory
+1108.1425 Networking and Internet Architecture
+1108.1426 Networking and Internet Architecture
+1108.1428 Operator Algebras
+1108.1432 Astrophysics of Galaxies
+1108.1436
+1108.1439 Data Structures and Algorithms
+1108.1441 Information Theory
+1108.1443 Differential Geometry
+1108.1444 Algebraic Geometry
+1108.1446 Superconductivity
+1108.1447 Software Engineering
+1108.1450 Analysis of PDEs
+1108.1452 Logic in Computer Science
+1108.1454
+1108.1456 Networking and Internet Architecture
+1108.1458
+1108.1462 Distributed, Parallel, and Cluster Computing
+1108.1463 Functional Analysis
+1108.1468 Differential Geometry
+1108.1470 Functional Analysis
+1108.1472 Other Computer Science
+1108.1482 Logic in Computer Science
+1108.1485 Numerical Analysis
+1108.1486 Symbolic Computation
+1108.1487 Number Theory
+1108.1488 Artificial Intelligence
+1108.1489 Statistical Mechanics
+1108.1490 Other Computer Science
+1108.1491 Theory
+1108.1492 Phenomenology
+1108.1497 Applications
+1108.1498 Statistics Theory
+1108.1500 Artificial Intelligence
+1108.1505 Probability
+1108.1512 Representation Theory
+1108.1513 Statistics Theory
+1108.1525 Differential Geometry
+1108.1526 Analysis of PDEs
+1108.1527 Probability
+1108.1528 Algebraic Geometry
+1108.1530 Neural and Evolutionary Computing
+1108.1532 Cosmology and Nongalactic Astrophysics
+1108.1544 Superconductivity
+1108.1545 Materials Science
+1108.1546 Number Theory
+1108.1552 Quantum Algebra
+1108.1554 Performance
+1108.1559 Cellular Automata and Lattice Gases
+1108.1561 Computer Science and Game Theory
+1108.1570 Earth and Planetary Astrophysics
+1108.1577 Analysis of PDEs
+1108.1584 Spectral Theory
+1108.1585
+1108.1586 Algebraic Geometry
+1108.1589 Neural and Evolutionary Computing
+1108.1591 Physics Education
+1108.1592 Theory
+1108.1593 Cryptography and Security
+1108.1597 Physics and Society
+1108.1598
+1108.1602 Differential Geometry
+1108.1606 Combinatorics
+1108.1610 Number Theory
+1108.1611 Symplectic Geometry
+1108.1613 Analysis of PDEs
+1108.1614 Applications
+1108.1616 Combinatorics
+1108.1617 Accelerator Physics
+1108.1619 Accelerator Physics
+1108.1621 Accelerator Physics
+1108.1623 Experiment
+1108.1625 Accelerator Physics
+1108.1626 Accelerator Physics
+1108.1627 Accelerator Physics
+1108.1628 Populations and Evolution
+1108.1634 Accelerator Physics
+1108.1635 Populations and Evolution
+1108.1636 Computer Vision and Pattern Recognition
+1108.1640 Accelerator Physics
+1108.1642 Accelerator Physics
+1108.1643 Accelerator Physics
+1108.1644 Accelerator Physics
+1108.1652 Accelerator Physics
+1108.1653 Accelerator Physics
+1108.1654 Accelerator Physics
+1108.1655 Accelerator Physics
+1108.1658 Combinatorics
+1108.1660 Commutative Algebra
+1108.1662 Optics
+1108.1663 Accelerator Physics
+1108.1664 Accelerator Physics
+1108.1665
+1108.1669 Accelerator Physics
+1108.1671 Logic
+1108.1675 Statistics Theory
+1108.1679 Combinatorics
+1108.1680 Applications
+1108.1682
+1108.1686
+1108.1689 Optimization and Control
+1108.1700 Complex Variables
+1108.1707 Statistical Mechanics
+1108.1711 Materials Science
+1108.1715 Instrumentation and Methods for Astrophysics
+1108.1717
+1108.1718
+1108.1729 Analysis of PDEs
+1108.1740 Statistical Mechanics
+1108.1746 Combinatorics
+1108.1751 Data Structures and Algorithms
+1108.1753 High Energy Astrophysical Phenomena
+1108.1760 Number Theory
+1108.1766 Machine Learning
+1108.1775 Biomolecules
+1108.1782
+1108.1785 Networking and Internet Architecture
+1108.1790 Populations and Evolution
+astro-ph/0506007
+astro-ph/0512065
+astro-ph/0603217
+astro-ph/0603840
+astro-ph/0703095
+astro-ph/9601092
+astro-ph/9905122
+cond-mat/0203558
+cond-mat/0207555
+cond-mat/0207750
+cond-mat/0305038
+hep-th/0610252 Theory
+hep-th/9810122 Theory
+math/0410566 Metric Geometry
+math/0609775 Number Theory
+physics/0606071 Physics and Society
+0802.2560 Disordered Systems and Neural Networks
+0803.4401 Mesoscale and Nanoscale Physics
+0808.0319 Algebraic Geometry
+0904.2831 Representation Theory
+0906.3357
+0906.3723 Combinatorics
+0910.0524 History and Overview
+0911.0108 Computation
+0911.2258 Optimization and Control
+0912.0065
+0912.1924 General Mathematics
+1002.2580 Computational Geometry
+1004.0179
+1004.0896 Statistical Mechanics
+1005.4530
+1006.3756 Phenomenology
+1008.4260 Solar and Stellar Astrophysics
+1009.2048 Statistics Theory
+1009.3898 Probability
+1009.5232 General Physics
+1011.0740
+1011.2459 Spectral Theory
+1012.0877
+1101.2682 Probability
+1101.3494 Combinatorics
+1102.2117 Strongly Correlated Electrons
+1102.3897 Optics
+1102.4361
+1102.4594 Biological Physics
+1103.0180 Materials Science
+1103.0239 Combinatorics
+1103.1761 Machine Learning
+1103.3492 Analysis of PDEs
+1103.3664 Quantum Gases
+1103.4473 Mesoscale and Nanoscale Physics
+1103.4501 Superconductivity
+1103.5442 Solar and Stellar Astrophysics
+1104.0210 Atomic Physics
+1104.0473
+1104.1545 Solar and Stellar Astrophysics
+1104.1547 Solar and Stellar Astrophysics
+1104.2425 Experiment
+1104.3499 Superconductivity
+1104.3669 Cosmology and Nongalactic Astrophysics
+1104.4361 Strongly Correlated Electrons
+1104.5194 Experiment
+1104.5378 Biological Physics
+1105.0257 Physics and Society
+1105.0914 Probability
+1105.1558 Probability
+1106.0294 Phenomenology
+1106.1206 Mesoscale and Nanoscale Physics
+1106.2687 Probability
+1106.2878 Cosmology and Nongalactic Astrophysics
+1106.3154 Cosmology and Nongalactic Astrophysics
+1106.4007 Astrophysics of Galaxies
+1107.1470 Computer Vision and Pattern Recognition
+1107.2049 Astrophysics of Galaxies
+1107.4624 Computational Geometry
+1107.5037 General Mathematics
+1108.2514 Networking and Internet Architecture
+1108.2516
+1108.2521 Combinatorics
+1108.2526 Number Theory
+1108.2530
+1108.2536 Analysis of PDEs
+1108.2538 Molecular Networks
+1108.2540 Analysis of PDEs
+1108.2541 Atomic Physics
+1108.2545 Mesoscale and Nanoscale Physics
+1108.2546
+1108.2548 Mesoscale and Nanoscale Physics
+1108.2555 Combinatorics
+1108.2559 Instrumentation and Methods for Astrophysics
+1108.2573 Cosmology and Nongalactic Astrophysics
+1108.2578 Functional Analysis
+1108.2589 Mesoscale and Nanoscale Physics
+1108.2598 Operator Algebras
+1108.2602 Geometric Topology
+1108.2610 Classical Analysis and ODEs
+1108.2618 Soft Condensed Matter
+1108.2624 History and Overview
+1108.2627 Materials Science
+1108.2628 General Physics
+1108.2631 Metric Geometry
+1108.2634 Other Computer Science
+1108.2640 Fluid Dynamics
+1108.2644 Networking and Internet Architecture
+1108.2656 Cryptography and Security
+1108.2661
+1108.2663 Statistical Mechanics
+1108.2670 Experiment
+1108.2673 Solar and Stellar Astrophysics
+1108.2678 Analysis of PDEs
+1108.2684 Information Theory
+1108.2685 Information Retrieval
+1108.2688 Classical Analysis and ODEs
+1108.2697 Superconductivity
+1108.2698 Representation Theory
+astro-ph/0609387
+math/0411560 Probability
+math/0411583 Probability
+math/0510605 Probability
+math/0602041 Probability
+math/0603382 Probability
+math/0702128 Quantum Algebra
+math/0702208 Category Theory
+0806.0916
+0809.0021 Numerical Analysis
+0812.0828 Phenomenology
+0901.3737
+0906.3886 Probability
+0907.1270 Numerical Analysis
+0909.2351 Materials Science
+0909.3607 Numerical Analysis
+0910.2949
+0910.4125 Cosmology and Nongalactic Astrophysics
+0912.2080 Number Theory
+0912.4988 Information Theory
+1002.0687 Materials Science
+1002.3020 Mesoscale and Nanoscale Physics
+1003.2290 Number Theory
+1003.5346 Dynamical Systems
+1004.2517 Analysis of PDEs
+1004.2778 Combinatorics
+1005.1434 Statistical Mechanics
+1006.0653 Phenomenology
+1007.1120 Numerical Analysis
+1007.4005 Phenomenology
+1007.4511
+1008.0682 Strongly Correlated Electrons
+1008.1242 Theory
+1008.1377 Theory
+1008.1763 Theory
+1008.2565 Networking and Internet Architecture
+1009.3243 Applications
+1009.3382 Strongly Correlated Electrons
+1009.4895 Theory
+1010.4581 Theory
+1010.4978 Phenomenology
+1010.6002 Theory
+1011.1235 Theory
+1011.2337 Algebraic Geometry
+1011.3375 Materials Science
+1011.4887 Solar and Stellar Astrophysics
+1011.6585 Fluid Dynamics
+1012.0123 Superconductivity
+1101.1304 High Energy Astrophysical Phenomena
+1101.1713 Statistical Mechanics
+1101.2882
+1102.0029 Theory
+1102.1445 Superconductivity
+1102.1486
+1102.1641
+1102.2023 Solar and Stellar Astrophysics
+1102.2688 High Energy Astrophysical Phenomena
+1102.5001 Theory
+1103.0489 Mesoscale and Nanoscale Physics
+1103.0943 Phenomenology
+1103.4563
+1103.4680 Geometric Topology
+1103.5439 Strongly Correlated Electrons
+1103.5756 Theory
+1104.0055 Phenomenology
+1104.0556 Optics
+1104.2661
+1104.2665 Combinatorics
+1104.4439 Algebraic Geometry
+1104.4574 Cosmology and Nongalactic Astrophysics
+1104.4992 Dynamical Systems
+1104.5480 Theory
+1104.5490 Theory
+1105.0129 Combinatorics
+1105.0192 Experiment
+1105.3468 Numerical Analysis
+1105.3577 Theory
+1105.4357 Phenomenology
+1105.5928 Strongly Correlated Electrons
+1106.0952 Combinatorics
+1106.2619 Data Structures and Algorithms
+1106.2887 Methodology
+1106.2902 Data Analysis, Statistics and Probability
+1106.3168
+1106.3326 Other Computer Science
+1106.3337 Cosmology and Nongalactic Astrophysics
+1106.3338 Numerical Analysis
+1106.3342 Functional Analysis
+1106.3343 Solar and Stellar Astrophysics
+1106.3347 Statistical Mechanics
+1106.3361 Artificial Intelligence
+1106.3369 Human-Computer Interaction
+1106.3370 Complex Variables
+1106.3381 Information Theory
+1106.3382 Mesoscale and Nanoscale Physics
+1106.3385
+1106.3386 Neurons and Cognition
+1106.3393 Methodology
+1106.3395 Learning
+1106.3396 Learning
+1106.3397 Learning
+1106.3399 Algebraic Topology
+1106.3400 Methodology
+1106.3403 Mesoscale and Nanoscale Physics
+1106.3406 Methodology
+1106.3408 Functional Analysis
+1106.3410 Methodology
+1106.3416 High Energy Astrophysical Phenomena
+1106.3421 Combinatorics
+1106.3422 Strongly Correlated Electrons
+1106.3423 Materials Science
+1106.3431 Chaotic Dynamics
+1106.3432 Differential Geometry
+1106.3436 Cosmology and Nongalactic Astrophysics
+1106.3442 Logic
+1106.3452 Medical Physics
+1106.3454 Mesoscale and Nanoscale Physics
+1106.3456 Discrete Mathematics
+1106.3457 Programming Languages
+1106.3459 Geometric Topology
+1106.3460
+1106.3466 Computer Vision and Pattern Recognition
+1106.3467 Computer Vision and Pattern Recognition
+1106.3468 Differential Geometry
+1106.3476 Complex Variables
+1106.3478 Programming Languages
+1106.3480 Numerical Analysis
+1106.3486 Instrumentation and Methods for Astrophysics
+1106.3488 Software Engineering
+1106.3491 Phenomenology
+1106.3496 Pricing of Securities
+1106.3498 Artificial Intelligence
+1106.3501 Atomic Physics
+1106.3505 Algebraic Geometry
+1106.3507 Cosmology and Nongalactic Astrophysics
+1106.3508 Social and Information Networks
+1106.3511 Mesoscale and Nanoscale Physics
+1106.3516 Instrumentation and Methods for Astrophysics
+1106.3517 Computer Vision and Pattern Recognition
+1106.3519 Materials Science
+1106.3522 Materials Science
+1106.3531 Materials Science
+1106.3532 Materials Science
+1106.3533 Biomolecules
+1106.3534 Chemical Physics
+1106.3542
+1106.3545 Geometric Topology
+1106.3549
+1106.3556 Theory
+1106.3559 Cosmology and Nongalactic Astrophysics
+1106.3560 Differential Geometry
+cond-mat/0202282 Statistical Mechanics
+cs/0306017 Logic in Computer Science
+gr-qc/9807082
+hep-ph/9509287 Phenomenology
+hep-ph/9612348 Phenomenology
+hep-ph/9707319 Phenomenology
+hep-th/9510170 Theory
+physics/0401070 Classical Physics
+q-alg/9607022 Quantum Algebra
+0706.0796 Atomic Physics
+0710.3003 Optimization and Control
+0711.0949 Materials Science
+0804.2305 Number Theory
+0804.3351 Logic in Computer Science
+0807.0051 Genomics
+0808.0737 Mesoscale and Nanoscale Physics
+0809.3650 Data Analysis, Statistics and Probability
+0809.5056
+0810.0336
+0901.3407 Mesoscale and Nanoscale Physics
+0902.1491 Materials Science
+0902.4667
+0904.1891 Quantum Algebra
+0905.1858 Probability
+0908.3577 Functional Analysis
+0909.4732 Combinatorics
+0910.2559 Biomolecules
+0912.1345 Cosmology and Nongalactic Astrophysics
+0912.2695 Methodology
+0912.2986 Algebraic Geometry
+0912.5153 Theory
+1001.3367 Probability
+1001.3373 Functional Analysis
+1001.5159
+1001.5215 Phenomenology
+1002.1910 High Energy Astrophysical Phenomena
+1002.1959
+1003.1225 Astrophysics of Galaxies
+1003.1738 Information Theory
+1003.5612 Phenomenology
+1003.5652
+1003.6046 Metric Geometry
+1004.3750 Functional Analysis
+1005.2352 Cosmology and Nongalactic Astrophysics
+1005.3236
+1006.0509 Quantum Gases
+1007.2825 Functional Analysis
+1007.2862 Materials Science
+1007.5366
+1008.2261 Group Theory
+1008.4146 Solar and Stellar Astrophysics
+1008.4451 Algebraic Geometry
+1008.5237
+1009.1529 Experiment
+1009.4130 Probability
+1009.5402 Number Theory
+1010.0542 Classical Analysis and ODEs
+1010.2502 Astrophysics of Galaxies
+1010.3782 Probability
+1010.4147 Quantum Gases
+1010.6101 Lattice
+1011.0579 Mesoscale and Nanoscale Physics
+1011.0732 Cosmology and Nongalactic Astrophysics
+1011.2980 Statistical Mechanics
+1011.3791 Mesoscale and Nanoscale Physics
+1011.4826 Differential Geometry
+1011.6445
+1012.3893 Phenomenology
+1012.5495 Quantum Algebra
+1101.0136 Complex Variables
+1101.1974 Rings and Algebras
+1101.2670 Complex Variables
+1101.2955 Materials Science
+1101.2958 Materials Science
+1101.2959 Materials Science
+1101.2965 Materials Science
+1101.3124 Cryptography and Security
+1101.3134 Representation Theory
+1101.3141 Logic
+1101.3228 Computational Finance
+1101.3310 Phenomenology
+1101.3344 Number Theory
+1101.3354 Computer Vision and Pattern Recognition
+1101.3364 Classical Analysis and ODEs
+1101.3368 Commutative Algebra
+1101.3369 Dynamical Systems
+1101.3376 Group Theory
+1101.3377 Number Theory
+1101.3391 Computer Vision and Pattern Recognition
+1101.3392
+1101.3395 General Physics
+1101.3398 Information Theory
+1101.3400 Information Retrieval
+1101.3405
+1101.3412 Statistics Theory
+1101.3425 Phenomenology
+1101.3427 Combinatorics
+1101.3439 Phenomenology
+1101.3442 History and Philosophy of Physics
+1101.3446 Theory
+1101.3448 Data Structures and Algorithms
+1101.3453 Information Theory
+1101.3463 Representation Theory
+1101.3467 Number Theory
+1101.3468 Metric Geometry
+1101.3470 Popular Physics
+1101.3471 Plasma Physics
+1101.3474 Genomics
+1101.3475 Classical Analysis and ODEs
+1101.3491 Instrumentation and Detectors
+1101.3502 Instrumentation and Methods for Astrophysics
+1101.3508
+1101.3520 Distributed, Parallel, and Cluster Computing
+1101.3537 Analysis of PDEs
+1101.3544 Rings and Algebras
+cs/0608124 Data Structures and Algorithms
+math/0612809 Representation Theory
+physics/0508136 General Physics
+0803.3984 Theory
+0804.1677 Differential Geometry
+0805.1152 Dynamical Systems
+0805.2695 Dynamical Systems
+0807.4461 Phenomenology
+0808.0306 Differential Geometry
+0810.3906 Operator Algebras
+0812.0610 Dynamical Systems
+0901.2267 Differential Geometry
+0902.2754 Differential Geometry
+0903.2514 Number Theory
+0905.0345 Differential Geometry
+0906.0721 Statistical Mechanics
+0906.1678 Populations and Evolution
+0907.1076 Statistical Mechanics
+0908.4131 Superconductivity
+0909.1126 Quantum Algebra
+0909.3011 Plasma Physics
+0910.1669 Phenomenology
+0910.2350
+0910.3936 Computational Finance
+1002.3439 Commutative Algebra
+1002.3481 Materials Science
+1003.0775 Commutative Algebra
+1003.2033 Quantum Algebra
+1003.2310 Optics
+1003.5313 K-Theory and Homology
+1004.0115 Instrumentation and Methods for Astrophysics
+1004.2325 Cosmology and Nongalactic Astrophysics
+1004.2886 Instrumentation and Detectors
+1005.0562 Statistical Mechanics
+1005.1520 Category Theory
+1006.1488 Mesoscale and Nanoscale Physics
+1006.1686 Spectral Theory
+1006.2791 Computational Physics
+1006.5372 Algebraic Geometry
+1006.5882
+1007.0623
+1008.1306 Statistical Mechanics
+1008.1698 Strongly Correlated Electrons
+1008.2421 Statistical Finance
+1009.2354 Differential Geometry
+1009.2571
+1009.3120 Mesoscale and Nanoscale Physics
+1010.0707 Numerical Analysis
+1010.3542 Superconductivity
+1010.3907 Soft Condensed Matter
+1010.4601 High Energy Astrophysical Phenomena
+1011.1112 Strongly Correlated Electrons
+1011.2859 Strongly Correlated Electrons
+1011.2957 Statistical Mechanics
+1011.3046 Phenomenology
+1011.5603 Phenomenology
+1011.6645 Strongly Correlated Electrons
+1012.1756 Number Theory
+1012.2354 Commutative Algebra
+1012.5112 Solar and Stellar Astrophysics
+1012.5911 Data Structures and Algorithms
+1101.0614 Cosmology and Nongalactic Astrophysics
+1101.0731 K-Theory and Homology
+1101.1252 Information Theory
+1101.1501 Phenomenology
+1101.1651 Soft Condensed Matter
+1101.1798 Classical Analysis and ODEs
+1101.1809
+1101.1978 Probability
+1101.1981 Materials Science
+1101.1985 Phenomenology
+1101.1986 Plasma Physics
+1101.1988 Algebraic Geometry
+1101.2004 Differential Geometry
+1101.2006
+1101.2053 Analysis of PDEs
+1101.2056 K-Theory and Homology
+1101.2061 Discrete Mathematics
+1101.2063 Instrumentation and Detectors
+1101.2067 Strongly Correlated Electrons
+1101.2081 Populations and Evolution
+1101.2085 Functional Analysis
+1101.2087 Earth and Planetary Astrophysics
+1101.2088 Mesoscale and Nanoscale Physics
+1101.2094 Theory
+1101.2095 Phenomenology
+1101.2096 Networking and Internet Architecture
+1101.2097 Number Theory
+1101.2098 Networking and Internet Architecture
+1101.2103 Quantitative Methods
+1101.2104 Phenomenology
+1101.2117 Metric Geometry
+1101.2123 Optimization and Control
+1101.2129 Strongly Correlated Electrons
+1101.2130 Mesoscale and Nanoscale Physics
+1101.2139
+1101.2142 Algebraic Topology
+1101.2143 Differential Geometry
+1101.2146 Programming Languages
+1101.2148 Analysis of PDEs
+1101.2173 Numerical Analysis
+1101.2183 Probability
+1101.2198
+cond-mat/0202342 Superconductivity
+cond-mat/0302251 Superconductivity
+cond-mat/0302354 Strongly Correlated Electrons
+cond-mat/9902182
+cond-mat/9904175
+math/0209410 Number Theory
+math/0309224 Number Theory
+math/0506312 Differential Geometry
+math/0612611 Number Theory
+quant-ph/0610155
+0706.4370 Materials Science
+0710.0262 Populations and Evolution
+0711.2625 Phenomenology
+0801.4190 Populations and Evolution
+0805.4404 Statistical Mechanics
+0810.0066 Differential Geometry
+0810.3181 Experiment
+0811.2378 Mesoscale and Nanoscale Physics
+0907.5025 Differential Geometry
+0908.2061 Probability
+0909.1422 Other Condensed Matter
+0912.4564 Discrete Mathematics
+1001.0674
+1001.1306
+1001.3480 Probability
+1002.0617
+1003.3216 Superconductivity
+1003.5490
+1005.2810
+1006.1902 Theory
+1006.4298 Experiment
+1006.4307 Geophysics
+1007.4979
+1007.5031
+1007.5403 Lattice
+1008.0214
+1008.0543
+1008.1390
+1008.1929 Phenomenology
+1008.3323
+1008.3675 Number Theory
+1008.3753 Phenomenology
+1008.3885 Superconductivity
+1008.4145 Lattice
+1008.4371 Analysis of PDEs
+1008.4492
+1009.0799
+1009.0899
+1009.1198
+1009.2416
+1009.2515 Experiment
+1009.2728 Analysis of PDEs
+1009.2935 Geometric Topology
+1009.2950
+1009.3339
+1009.3503 Instrumentation and Detectors
+1009.3965
+1009.5807 Probability
+1009.6080
+1010.0652 Numerical Analysis
+1010.1596 Phenomenology
+1010.1804
+1010.3321
+1010.4033 Superconductivity
+1010.5279
+1011.0367
+1011.1565 Disordered Systems and Neural Networks
+1011.3993
+1011.5196
+1011.5424
+1012.1377 Experiment
+1012.1400
+1012.1443
+1012.1456 Phenomenology
+1012.1514
+1012.4254 Statistical Mechanics
+1101.0195
+1101.1381 High Energy Astrophysical Phenomena
+1102.0669 Atomic Physics
+1102.1222 Statistical Mechanics
+1102.3624
+1102.3762 Strongly Correlated Electrons
+1102.3805 Quantum Gases
+1102.3806 Phenomenology
+1102.3981
+1103.0158 Spectral Theory
+1103.1441 Materials Science
+1103.2412 Mesoscale and Nanoscale Physics
+1103.4400 Theory
+1103.4652
+1103.5602 Optimization and Control
+1104.2248 Geophysics
+1104.3089 Differential Geometry
+1104.4235 Molecular Networks
+1104.5234 Quantum Gases
+1105.0869 Instrumentation and Detectors
+1105.1319
+1105.1773 Cosmology and Nongalactic Astrophysics
+1105.2363 Analysis of PDEs
+1105.2455 Statistical Mechanics
+1105.3397 Spectral Theory
+1105.3832
+1106.0379 Theory
+1106.1675 Superconductivity
+1106.1866 Number Theory
+1106.1991 Analysis of PDEs
+1106.2175 Mesoscale and Nanoscale Physics
+1106.2681 Mesoscale and Nanoscale Physics
+1106.3314 Distributed, Parallel, and Cluster Computing
+1106.3597 Optimization and Control
+1106.3729 Mesoscale and Nanoscale Physics
+1106.4559 Quantum Gases
+1107.0153 Mesoscale and Nanoscale Physics
+1107.0862 High Energy Astrophysical Phenomena
+1107.0996
+1107.2622 Theory
+1107.3779 Theory
+1107.4201
+1107.5291 Strongly Correlated Electrons
+1107.5476 Atomic Physics
+1108.0129 Probability
+1108.5335 High Energy Astrophysical Phenomena
+1108.5428 Networking and Internet Architecture
+1108.5781 Probability
+1109.0931 Networking and Internet Architecture
+1109.1790 Functional Analysis
+1109.3284 History and Philosophy of Physics
+1109.4015 Commutative Algebra
+1109.4745 Strongly Correlated Electrons
+1109.4988
+1109.5221
+1109.5339 Analysis of PDEs
+1109.5604 Analysis of PDEs
+1109.5787
+1109.5796 Applications
+1109.5834 Commutative Algebra
+1109.5872
+1109.5989 Algebraic Topology
+1109.6160 Phenomenology
+1109.6316
+1109.6340 Multiagent Systems
+1109.6341 Learning
+1109.6344 Artificial Intelligence
+1109.6345 Artificial Intelligence
+1109.6346 Artificial Intelligence
+1109.6347 Networking and Internet Architecture
+1109.6348 Artificial Intelligence
+1109.6359 Fluid Dynamics
+1109.6361 Artificial Intelligence
+1109.6363 Atmospheric and Oceanic Physics
+1109.6369 Networking and Internet Architecture
+1109.6370 Numerical Analysis
+1109.6371 Information Theory
+1109.6373 Phenomenology
+1109.6382 Algebraic Topology
+1109.6385 Geometric Topology
+1109.6390 Information Theory
+1109.6391 Systems and Control
+1109.6392 Systems and Control
+1109.6394 Differential Geometry
+1109.6395 Classical Analysis and ODEs
+1109.6403 Numerical Analysis
+1109.6404 Optics
+1109.6405 Methodology
+1109.6410 Dynamical Systems
+1109.6414 Optics
+1109.6418
+1109.6422
+1109.6425 Mesoscale and Nanoscale Physics
+1109.6427 Group Theory
+1109.6428 Number Theory
+1109.6429 Group Theory
+1109.6430 Number Theory
+1109.6432 Number Theory
+1109.6434 Mesoscale and Nanoscale Physics
+1109.6438 Algebraic Geometry
+1109.6446 High Energy Astrophysical Phenomena
+1109.6447 Mesoscale and Nanoscale Physics
+1109.6450 Mesoscale and Nanoscale Physics
+1109.6460 Instrumentation and Detectors
+1109.6466 Algebraic Geometry
+1109.6470 Classical Analysis and ODEs
+1109.6473 Classical Analysis and ODEs
+1109.6476 Classical Analysis and ODEs
+1109.6485 Functional Analysis
+1109.6488 Solar and Stellar Astrophysics
+1109.6491 Soft Condensed Matter
+1109.6494 Graphics
+1109.6495 Astrophysics of Galaxies
+1109.6496 Solar and Stellar Astrophysics
+1109.6497 Astrophysics of Galaxies
+1109.6500 Solar and Stellar Astrophysics
+1109.6501 Statistics Theory
+1109.6502 Networking and Internet Architecture
+1109.6505 Optimization and Control
+1109.6512 Complex Variables
+1109.6521 Combinatorics
+1109.6523 Differential Geometry
+1109.6524 Neurons and Cognition
+1109.6531 Other Statistics
+1109.6536 Other Computer Science
+1109.6542 Atmospheric and Oceanic Physics
+1109.6545 Medical Physics
+1109.6549 Lattice
+1109.6557 General Mathematics
+1109.6560 Number Theory
+1109.6565 Other Statistics
+1109.6570 Functional Analysis
+1109.6571 Cosmology and Nongalactic Astrophysics
+1109.6574 Cosmology and Nongalactic Astrophysics
+1109.6578 Experiment
+1109.6580 Numerical Analysis
+1109.6582 Experiment
+1109.6583
+1109.6589 Biomolecules
+1109.6594
+1109.6596 Representation Theory
+1109.6604
+1109.6610 Experiment
+1109.6621 Artificial Intelligence
+1109.6625 Combinatorics
+1109.6626 Other Computer Science
+1109.6630 General Physics
+1109.6637 Representation Theory
+astro-ph/0012336
+astro-ph/0204135
+astro-ph/0205400
+astro-ph/0208519
+astro-ph/0209540
+astro-ph/0209623
+astro-ph/0310160
+astro-ph/0408248
+astro-ph/0408293
+astro-ph/0411104
+astro-ph/0412070
+astro-ph/0503004
+astro-ph/0503193
+astro-ph/0510488
+astro-ph/0601190
+astro-ph/0603721
+astro-ph/9311071
+astro-ph/9509047
+astro-ph/9705241
+astro-ph/9707087
+cond-mat/0402193 Other Condensed Matter
+gr-qc/0206053
+gr-qc/0403029
+gr-qc/9308002
+gr-qc/9605024
+gr-qc/9704082
+hep-ph/0309312 Phenomenology
+hep-ph/0312392 Phenomenology
+hep-ph/0405143 Phenomenology
+hep-ph/0605045 Phenomenology
+hep-ph/0612029 Phenomenology
+hep-ph/9409388 Phenomenology
+hep-th/0002040 Theory
+hep-th/0508023 Theory
+math/0312033 Operator Algebras
+math/0504378 Probability
+math/0509575 Probability
+quant-ph/0505128
+0705.0104 Soft Condensed Matter
+0708.2920 Materials Science
+0710.3157 Statistical Mechanics
+0710.5257
+0710.5439 Soft Condensed Matter
+0807.0727 Soft Condensed Matter
+0807.4089 Soft Condensed Matter
+0809.4955 Soft Condensed Matter
+0810.2945 Algebraic Geometry
+0811.1802 Statistical Mechanics
+0901.0137 Algebraic Topology
+0901.2935 Statistical Mechanics
+0903.4575
+0904.1185 Mesoscale and Nanoscale Physics
+0905.2341 Algebraic Geometry
+0905.3236 Differential Geometry
+0905.4348 Number Theory
+0906.2482
+0906.3153
+0909.0701 Instrumentation and Methods for Astrophysics
+0909.0711 Instrumentation and Methods for Astrophysics
+0911.2853 Quantum Gases
+0911.4309 Theory
+0912.2884 High Energy Astrophysical Phenomena
+0912.3538 Classical Analysis and ODEs
+0912.5400 Strongly Correlated Electrons
+1001.1270 Differential Geometry
+1001.3295 Instrumentation and Methods for Astrophysics
+1002.1676 Algebraic Geometry
+1002.3447 Combinatorics
+1003.4435 Differential Geometry
+1004.0281 Theory
+1004.0921 Metric Geometry
+1004.2781 Representation Theory
+1005.0296 Functional Analysis
+1005.3961 Soft Condensed Matter
+1006.0440 Algebraic Geometry
+1006.2090 Materials Science
+1007.2223 Functional Analysis
+1007.3218 Operator Algebras
+1008.0381 Classical Analysis and ODEs
+1009.3290 Statistical Mechanics
+1009.4701 Cosmology and Nongalactic Astrophysics
+1010.0072 Statistics Theory
+1010.0983 Probability
+1010.4791 Mesoscale and Nanoscale Physics
+1011.0377 Cosmology and Nongalactic Astrophysics
+1012.0327 Theory
+1012.0333 Theory
+1012.0362
+1012.0410 Lattice
+1012.0440 Phenomenology
+1012.0441 Theory
+1012.0473 Theory
+1012.0480 Theory
+1012.4013 Superconductivity
+1012.4878 Logic
+1012.5216 Operator Algebras
+1101.3851 Materials Science
+1102.0450 Materials Science
+1102.1490
+1102.2210
+1102.2753 Theory
+1102.5096
+1102.5289 Theory
+1103.1432 Information Theory
+1103.2193 Spectral Theory
+1103.5175 Chaotic Dynamics
+1104.0257 Strongly Correlated Electrons
+1104.0908 Quantum Gases
+1104.1244 Statistics Theory
+1104.2655 Lattice
+1104.2800 Mesoscale and Nanoscale Physics
+1104.4850 Atomic Physics
+1105.0188
+1105.1399 Phenomenology
+1105.1893 Strongly Correlated Electrons
+1105.3554 Other Condensed Matter
+1105.4588 Strongly Correlated Electrons
+1105.4642 Mesoscale and Nanoscale Physics
+1106.1172 Theory
+1106.1486 Theory
+1106.2089 Statistical Mechanics
+1106.3108 Strongly Correlated Electrons
+1106.3558 Experiment
+1106.4225
+1106.4911
+1106.6177 Phenomenology
+1107.0056 Discrete Mathematics
+1107.0087 Soft Condensed Matter
+1107.0649 Phenomenology
+1107.0672 Group Theory
+1107.0741 Phenomenology
+1107.1599 Optics
+1107.2792
+1107.2845 Phenomenology
+1107.3107 Disordered Systems and Neural Networks
+1107.4530 Information Theory
+1107.4736 Dynamical Systems
+1107.5549 Optics
+1107.5960 Materials Science
+1108.1057 Cosmology and Nongalactic Astrophysics
+1108.2700 Digital Libraries
+1108.3598 Complex Variables
+1108.4163
+1108.4550 Analysis of PDEs
+1109.0757 Differential Geometry
+1109.0812 High Energy Astrophysical Phenomena
+1109.0945 Experiment
+1109.1422 Solar and Stellar Astrophysics
+1109.1608 Complex Variables
+1109.1742 Phenomenology
+1109.1990 Learning
+1109.2100 Astrophysics of Galaxies
+1109.2220 Functional Analysis
+1109.2287 Experiment
+1109.2483 Algebraic Geometry
+1109.2503 Rings and Algebras
+1109.2602 Solar and Stellar Astrophysics
+1109.2619 Astrophysics of Galaxies
+1109.2622 Astrophysics of Galaxies
+1109.2630 Phenomenology
+1109.2631 Trading and Market Microstructure
+1109.2634 Solar and Stellar Astrophysics
+1109.2637 Cryptography and Security
+1109.2638 Operating Systems
+1109.2639 Astrophysics of Galaxies
+1109.2640 Quantum Algebra
+1109.2645 Complex Variables
+1109.2647 Optics
+1109.2653 Analysis of PDEs
+1109.2654 Logic in Computer Science
+1109.2655 Logic in Computer Science
+1109.2656 Logic in Computer Science
+1109.2657 Computation and Language
+1109.2658 Computers and Society
+1109.2661 Combinatorics
+1109.2665 Solar and Stellar Astrophysics
+1109.2669 Numerical Analysis
+1109.2673 Differential Geometry
+1109.2681 Classical Physics
+1109.2683 Biomolecules
+1109.2684 Social and Information Networks
+1109.2685 Materials Science
+1109.2686 Algebraic Topology
+1109.2693
+1109.2697 Cryptography and Security
+1109.2701 Solar and Stellar Astrophysics
+1109.2711 Solar and Stellar Astrophysics
+1109.2714 Fluid Dynamics
+1109.2720 Information Theory
+1109.2722 Phenomenology
+1109.2723 Analysis of PDEs
+1109.2726 Analysis of PDEs
+1109.2731 Spectral Theory
+1109.2733 Statistical Mechanics
+1109.2737 Phenomenology
+1109.2745 Differential Geometry
+1109.2752 Artificial Intelligence
+1109.2757 Superconductivity
+1109.2759 Superconductivity
+1109.2761 Phenomenology
+1109.2763 Combinatorics
+1109.2771 Materials Science
+1109.2772 Optics
+1109.2773
+1109.2779
+1109.2784 Number Theory
+1109.2785 Symbolic Computation
+1109.2788 Neural and Evolutionary Computing
+1109.2791 Complex Variables
+1109.2796 Cosmology and Nongalactic Astrophysics
+1109.2800 Optimization and Control
+1109.2807 Programming Languages
+1109.2811 Instrumentation and Detectors
+1109.2812 Number Theory
+1109.2813 Representation Theory
+1109.2816 Optimization and Control
+1109.2817 Phenomenology
+1109.2819 Accelerator Physics
+1109.2822 Experiment
+1109.2823 Dynamical Systems
+1109.2826 Experiment
+1109.2827
+1109.2829 Phenomenology
+1109.2837 Differential Geometry
+1109.2839 Popular Physics
+1109.2843 Networking and Internet Architecture
+1109.2845 Experiment
+1109.2849 Combinatorics
+1109.2855 Instrumentation and Detectors
+1109.2860 Number Theory
+1109.2863 High Energy Astrophysical Phenomena
+1109.2872 Materials Science
+1109.2873 Software Engineering
+1109.2874 General Topology
+1109.2875
+1109.2878 General Physics
+1109.2891 Information Theory
+astro-ph/0104075
+cond-mat/0310716 Soft Condensed Matter
+cond-mat/0506307 Other Condensed Matter
+cond-mat/0507117 Other Condensed Matter
+cond-mat/0606301 Statistical Mechanics
+cond-mat/0607321 Soft Condensed Matter
+cond-mat/9407106
+gr-qc/0106066
+hep-ex/0401012 Experiment
+hep-th/0112090 Theory
+hep-th/0203060 Theory
+math-ph/0405011
+math-ph/0606027
+math-ph/0606028
+math-ph/0606046
+math-ph/0606053
+math/0401150 Complex Variables
+math/0611154 Quantum Algebra
+q-alg/9609003 Quantum Algebra
+quant-ph/0205157
+0706.0163 Neurons and Cognition
+0710.1087 Phenomenology
+0712.2075 Combinatorics
+0712.3550 Statistical Mechanics
+0712.3556 Statistical Mechanics
+0801.1993 Metric Geometry
+0802.0663 Differential Geometry
+0803.0713 Mesoscale and Nanoscale Physics
+0805.3994 Phenomenology
+0806.3952 Dynamical Systems
+0808.1568 Number Theory
+0901.3565 Combinatorics
+0905.3163 Analysis of PDEs
+0907.0153 Phenomenology
+0907.3217 Classical Analysis and ODEs
+0909.4037 Probability
+0910.1848 Number Theory
+0911.0061 Differential Geometry
+0912.0906 Theory
+0912.2754 Algebraic Geometry
+0912.2929 Combinatorics
+1002.0373 Analysis of PDEs
+1004.3949 Analysis of PDEs
+1004.4785 Number Theory
+1004.5047 Logic
+1005.2386
+1006.4668 Materials Science
+1006.5569 Dynamical Systems
+1006.5571 Dynamical Systems
+1007.0587 Cosmology and Nongalactic Astrophysics
+1007.1424 Phenomenology
+1007.2989 Logic in Computer Science
+1007.3362 Computational Finance
+1007.4431 Representation Theory
+1007.5516 Methodology
+1008.4188 Programming Languages
+1008.4459 Cosmology and Nongalactic Astrophysics
+1009.0954 Superconductivity
+1009.0995
+1009.1661 Theory
+1009.5953
+1009.6023 Combinatorics
+1010.1669 Information Theory
+1010.5722 Group Theory
+1010.5896 Rings and Algebras
+1011.1382
+1011.2434 Soft Condensed Matter
+1011.3040
+1012.1142 Astrophysics of Galaxies
+1012.3709 Other Condensed Matter
+1101.1352 Strongly Correlated Electrons
+1101.5392 Phenomenology
+1101.5654 Mesoscale and Nanoscale Physics
+1101.5913 Physics and Society
+1102.2795 Phenomenology
+1102.2958 Phenomenology
+1102.3044 Information Theory
+1102.5136 Dynamical Systems
+1102.5147 Phenomenology
+1103.0142 Fluid Dynamics
+1103.1177 Superconductivity
+1103.1667 Mesoscale and Nanoscale Physics
+1103.2977 Statistical Mechanics
+1103.4297 Complex Variables
+1103.4399 Logic in Computer Science
+1103.4843
+1103.5745 Theory
+1104.0651 Learning
+1104.1289
+1104.2601 Phenomenology
+1104.2653
+1104.3599
+1104.4067 Phenomenology
+1104.4094 Phenomenology
+1104.4962 Phenomenology
+1104.5129 Phenomenology
+1104.5279 Theory
+1104.5680
+1105.1036 Phenomenology
+1105.3341 Optics
+1106.2999 Probability
+1106.3333 Superconductivity
+1106.4323 Strongly Correlated Electrons
+1106.4830 Soft Condensed Matter
+1107.0401 Superconductivity
+1107.1311 Solar and Stellar Astrophysics
+1107.1998 Other Quantitative Biology
+1107.2675 Atmospheric and Oceanic Physics
+1107.3030 Phenomenology
+1107.3243 Phenomenology
+1107.3245 Computer Science and Game Theory
+1107.3498 Neural and Evolutionary Computing
+1107.3558 Astrophysics of Galaxies
+1107.3560 Instrumentation and Methods for Astrophysics
+1107.3567 Instrumentation and Methods for Astrophysics
+1107.3579 Phenomenology
+1107.3580 Cosmology and Nongalactic Astrophysics
+1107.3584 Symbolic Computation
+1107.3592 Analysis of PDEs
+1107.3593 Cryptography and Security
+1107.3598 Dynamical Systems
+1107.3599 General Physics
+1107.3611 Fluid Dynamics
+1107.3613 Combinatorics
+1107.3614 Information Theory
+1107.3615 Soft Condensed Matter
+1107.3617 Materials Science
+1107.3622 Data Structures and Algorithms
+1107.3625
+1107.3626 Superconductivity
+1107.3629 Analysis of PDEs
+1107.3630 Networking and Internet Architecture
+1107.3631 Cryptography and Security
+1107.3634
+1107.3636 Information Theory
+1107.3637 Optics
+1107.3641 Plasma Physics
+1107.3649 Quantum Algebra
+1107.3656 Networking and Internet Architecture
+1107.3658 Data Structures and Algorithms
+1107.3663 Artificial Intelligence
+1107.3665 Solar and Stellar Astrophysics
+1107.3666 Group Theory
+1107.3667 Numerical Analysis
+1107.3671 Networking and Internet Architecture
+1107.3672 Algebraic Geometry
+1107.3678 Mesoscale and Nanoscale Physics
+1107.3680 Graphics
+1107.3682 Distributed, Parallel, and Cluster Computing
+1107.3683 Functional Analysis
+1107.3684 Phenomenology
+1107.3685
+1107.3692 Other Condensed Matter
+1107.3695 Networking and Internet Architecture
+1107.3699
+1107.3701 History and Philosophy of Physics
+1107.3703
+1107.3706 Logic in Computer Science
+1107.3708 Optics
+1107.3710 Plasma Physics
+1107.3711 Dynamical Systems
+1107.3723 Cosmology and Nongalactic Astrophysics
+1107.3727 Statistical Mechanics
+1107.3729 Numerical Analysis
+1107.3733 Classical Analysis and ODEs
+1107.3734 Distributed, Parallel, and Cluster Computing
+1107.3736
+1107.3740 Materials Science
+1107.3741
+1107.3746 Logic
+1107.3751
+1107.3755 Metric Geometry
+1107.3757 Materials Science
+1107.3758 Astrophysics of Galaxies
+1107.3759 Computers and Society
+1107.3760 Probability
+1107.3765 Artificial Intelligence
+1107.3767 Computational Complexity
+1107.3769 Differential Geometry
+1107.3780 Medical Physics
+1107.3782 Experiment
+1107.3783 Logic
+1107.3784 Cryptography and Security
+1107.3785 Computers and Society
+1107.3787 Solar and Stellar Astrophysics
+1107.3790 Probability
+1107.3794 Cryptography and Security
+1107.3795
+1107.3796 Optimization and Control
+1107.3798 Representation Theory
+1107.3806 Statistics Theory
+1107.3811 Statistics Theory
+1107.3817 Medical Physics
+1107.3818 Discrete Mathematics
+1107.3823 Learning
+1107.3824 Algebraic Geometry
+1107.3826 Classical Analysis and ODEs
+1107.3831 Popular Physics
+math/0209229 Dynamical Systems
+math/0406375 Classical Analysis and ODEs
+math/0406503 Dynamical Systems
+math/0510014 Dynamical Systems
+math/0510342 Classical Analysis and ODEs
+math/0510389 Dynamical Systems
+math/0512602 Dynamical Systems
+math/0608271 Probability
+0705.3748 Discrete Mathematics
+0705.3769 Phenomenology
+0705.3986 Materials Science
+0705.3994 Strongly Correlated Electrons
+0705.4024 Computational Physics
+0705.4204 Mesoscale and Nanoscale Physics
+0705.4247
+0705.4279 Functional Analysis
+0705.4315 General Physics
+0705.4647
+0706.0099 Data Analysis, Statistics and Probability
+0706.0158 Phenomenology
+0706.0475 Soft Condensed Matter
+0706.0507 Human-Computer Interaction
+0706.0559 Statistical Mechanics
+0706.0573 General Physics
+0706.0601 Statistical Mechanics
+0706.0608
+0706.0615 Analysis of PDEs
+0706.0681 Combinatorics
+0706.0710
+0706.0917 Theory
+0706.0946 Differential Geometry
+0706.0975 Chemical Physics
+0706.0994 Strongly Correlated Electrons
+0706.1017 Biomolecules
+0706.1029
+0706.1035 Plasma Physics
+0706.1070
+0706.1120 Differential Geometry
+0706.1391 Mesoscale and Nanoscale Physics
+0706.1484 Functional Analysis
+0706.1518
+0706.1723 Other Condensed Matter
+0706.1727 Theory
+0706.1742 Statistical Mechanics
+0706.1817 Quantum Algebra
+0706.1860 Multiagent Systems
+0706.1867 Experiment
+0706.1888 Mesoscale and Nanoscale Physics
+0706.1949 Disordered Systems and Neural Networks
+0706.1984 Experiment
+0706.2037 Statistical Mechanics
+0706.2107 Combinatorics
+0706.2148 Atomic Physics
+0706.2199 Materials Science
+0706.2265 Materials Science
+0706.2371 Chemical Physics
+0706.2445
+0706.2660 Superconductivity
+0706.2684 Statistical Mechanics
+0706.2778 Combinatorics
+0706.2798 Soft Condensed Matter
+0706.2913 Mesoscale and Nanoscale Physics
+0706.2978
+0706.3021 Logic
+0706.3038
+0706.3100 Mesoscale and Nanoscale Physics
+0706.3105 Phenomenology
+0706.3133
+0706.3186
+0706.3191
+0706.3197
+0706.3225 Physics and Society
+0706.3342 History and Overview
+0706.3379
+0706.3389 Functional Analysis
+0706.3458 Statistical Mechanics
+0706.3479 Other Computer Science
+0706.3542 Superconductivity
+0706.3546 Distributed, Parallel, and Cluster Computing
+0706.3566 Symplectic Geometry
+0706.3590 Strongly Correlated Electrons
+0706.3805 Statistical Mechanics
+0706.3808
+0706.3812 Cryptography and Security
+0706.3828 Algebraic Geometry
+0706.3832 Mesoscale and Nanoscale Physics
+0706.3869
+0706.3997 Mesoscale and Nanoscale Physics
+0706.4021 Statistical Mechanics
+0706.4031 Theory
+0706.4147 General Physics
+0706.4190 Methodology
+0706.4354 K-Theory and Homology
+0706.4364 Phenomenology
+0706.4408 Disordered Systems and Neural Networks
+0707.0011 Popular Physics
+0707.0035 Differential Geometry
+0707.0038 Representation Theory
+0707.0091 General Physics
+0707.0156 General Physics
+0707.0175 Experiment
+0707.0443 Theory
+0707.0488
+0707.0512 Theory
+0707.0540 Physics and Society
+0707.0565 Disordered Systems and Neural Networks
+0707.0629 Strongly Correlated Electrons
+0707.0660 Statistics Theory
+0707.0687
+0707.0705 Artificial Intelligence
+0707.0765 Materials Science
+0707.0971 Optics
+0707.1053 Computer Science and Game Theory
+0707.1069 Combinatorics
+0707.1076 Rings and Algebras
+0707.1086
+0707.1126 Optics
+0707.1144 Group Theory
+0707.1176 Computational Complexity
+0707.1184 Complex Variables
+0707.1199
+0707.1206 Populations and Evolution
+0707.1259 Phenomenology
+0707.1503 Quantitative Methods
+0707.1509 Experiment
+0707.1514 Mesoscale and Nanoscale Physics
+0707.1529 Superconductivity
+0707.1571 General Physics
+0707.1641
+0707.1646 Physics and Society
+0707.1660
+0707.1703 Atomic Physics
+0707.1746 Probability
+0707.1749 Experiment
+0707.1761 Number Theory
+0707.1775 Fluid Dynamics
+0707.1833 Probability
+0707.1939 Lattice
+0707.2026 Rings and Algebras
+0707.2043
+0707.2060
+0707.2220 Operator Algebras
+0707.2223
+0707.2363 Representation Theory
+0707.2555 Statistical Mechanics
+0707.2573 Quantitative Methods
+0707.3139 Commutative Algebra
+0707.3236 Other Computer Science
+0707.3252
+0707.3323 Number Theory
+0707.3346 Materials Science
+0707.3349 Superconductivity
+0707.3352
+0707.3407 Data Structures and Algorithms
+0707.3584 Information Theory
+0707.3606 Biomolecules
+0707.3729 Probability
+0707.3733 Disordered Systems and Neural Networks
+0707.3746 Probability
+0707.3767 Soft Condensed Matter
+0707.3770 Populations and Evolution
+0707.3792
+0707.3796 Chemical Physics
+0707.3886 Probability
+0707.4066 Statistical Mechanics
+0707.4111 Materials Science
+0707.4114 Soft Condensed Matter
+0707.4144 Medical Physics
+0707.4154
+0707.4208 Popular Physics
+0707.4224 Phenomenology
+0707.4269 Combinatorics
+0707.4272 General Physics
+0707.4280 Materials Science
+0707.4355 Probability
+0707.4449 Commutative Algebra
+0707.4535 Strongly Correlated Electrons
+0707.4536 Probability
+0707.4546 Probability
+0707.4547 Chaotic Dynamics
+0707.4553 Probability
+0707.4586 Phenomenology
+0707.4588 Probability
+0707.4653 Superconductivity
+0708.0079 Statistics Theory
+0708.0080 Number Theory
+0708.0083 Statistics Theory
+0708.0094 Statistics Theory
+0708.0110 Soft Condensed Matter
+0708.0127 Materials Science
+0708.0143 Statistics Theory
+0708.0156 Biomolecules
+0708.0165 Methodology
+0708.0167 Statistics Theory
+0708.0185 Statistics Theory
+0708.0197 Statistics Theory
+0708.0235
+0708.0247
+0708.0360
+0708.0440 Biomolecules
+0708.0452 Spectral Theory
+0708.0492 Data Analysis, Statistics and Probability
+0708.0515 Mesoscale and Nanoscale Physics
+0708.0528 Subcellular Processes
+0708.0533
+0708.0606 Disordered Systems and Neural Networks
+0708.0614 Probability
+0708.0676 Strongly Correlated Electrons
+0708.0760 Statistical Mechanics
+0708.0776 Physics and Society
+0708.0813
+0708.0933
+0708.1000
+0708.1043 Statistical Mechanics
+0708.1062 Mesoscale and Nanoscale Physics
+0708.1165 Analysis of PDEs
+0708.1200 Mesoscale and Nanoscale Physics
+0708.1520 Mesoscale and Nanoscale Physics
+0708.1556 Functional Analysis
+0708.1634 K-Theory and Homology
+0708.1684 Mesoscale and Nanoscale Physics
+0708.1727 Algebraic Geometry
+0708.1749 Strongly Correlated Electrons
+0708.1764
+0708.1802 Statistical Mechanics
+0708.1866 Chaotic Dynamics
+0708.2008 Differential Geometry
+0708.2050 Exactly Solvable and Integrable Systems
+0708.2129
+0708.2288 Theory
+0708.2582 Materials Science
+0708.2677 Statistical Mechanics
+0708.2843
+0708.2904
+0708.3053 Algebraic Geometry
+0708.3390 Algebraic Geometry
+0708.3423 Functional Analysis
+0708.3425
+0708.3443 Metric Geometry
+0708.3446 Distributed, Parallel, and Cluster Computing
+0708.3451 Number Theory
+0708.3507
+0708.3524 Materials Science
+0708.3556 Statistics Theory
+0708.3631 Probability
+0708.3643 Exactly Solvable and Integrable Systems
+0708.3869 Biomolecules
+0708.3919 Exactly Solvable and Integrable Systems
+0708.3946 Exactly Solvable and Integrable Systems
+0708.4104 Statistics Theory
+0708.4177 Statistics Theory
+0708.4182 Computational Physics
+0708.4315 Materials Science
+0708.4407 Information Theory
+0709.0099 Discrete Mathematics
+0709.0318 Materials Science
+0709.0362 Other Condensed Matter
+0709.0491 Other Condensed Matter
+0709.0608
+0709.0611
+0709.0726
+0709.0843
+0709.0848 Materials Science
+0709.0993 Information Theory
+0709.1126 Classical Analysis and ODEs
+0709.1238
+0709.1274 Materials Science
+0709.1302 Strongly Correlated Electrons
+0709.1311 Statistical Mechanics
+0709.1322 Statistical Mechanics
+0709.1422
+0709.1567 Mesoscale and Nanoscale Physics
+0709.1573 Mesoscale and Nanoscale Physics
+0709.1595 Dynamical Systems
+0709.1614
+0709.1733
+0709.1755 Chemical Physics
+0709.1920 Computer Vision and Pattern Recognition
+0709.2014 Superconductivity
+0709.2097 Symplectic Geometry
+0709.2202 Group Theory
+0709.2205 Optimization and Control
+0709.2333 Statistical Mechanics
+0709.2494
+0709.2512 Computational Geometry
+0709.2689 Discrete Mathematics
+0709.2747
+0709.2790
+0709.2831 Computational Geometry
+0709.2931 Atomic Physics
+0709.2934 Mesoscale and Nanoscale Physics
+0709.3055 Statistical Mechanics
+0709.3062 Phenomenology
+0709.3133
+0709.3283 Algebraic Geometry
+0709.3310
+0709.3395 Symplectic Geometry
+0709.3396 Accelerator Physics
+0709.3398 Phenomenology
+0709.3412 Commutative Algebra
+0709.3531 Analysis of PDEs
+0709.3540 Soft Condensed Matter
+0709.3570 Combinatorics
+0709.3676 Operator Algebras
+0709.3821 Number Theory
+0709.3850 Chemical Physics
+0709.3986 Functional Analysis
+0709.4024 Popular Physics
+0709.4540
+0710.0048 Soft Condensed Matter
+0710.0093 Differential Geometry
+0710.0110
+0710.0111 Superconductivity
+0710.0144 Number Theory
+0710.0178 Methodology
+0710.0276 Soft Condensed Matter
+0710.0395
+0710.0531 Discrete Mathematics
+0710.0534 Phenomenology
+0710.0556
+0710.0603 Atmospheric and Oceanic Physics
+0710.0724 Statistical Mechanics
+0710.1025 Biomolecules
+0710.1033 Other Condensed Matter
+0710.1140
+0710.1250 Materials Science
+0710.1269 Strongly Correlated Electrons
+0710.1399 Disordered Systems and Neural Networks
+0710.1440
+0710.2087 Phenomenology
+0710.2198 Disordered Systems and Neural Networks
+0710.2265 Chaotic Dynamics
+0710.2396 Probability
+0710.2482 Phenomenology
+0710.2536 Differential Geometry
+0710.2891 Phenomenology
+0710.2977 Probability
+0710.2998 Probability
+0710.3044 Combinatorics
+0710.3144
+0710.3193
+0710.3262 Probability
+0710.3316 Chemical Physics
+0710.3800 Physics and Society
+0710.3894 Spectral Theory
+0710.3973 Statistical Mechanics
+0710.3976 Plasma Physics
+0710.3979 Cryptography and Security
+0710.4053 Combinatorics
+0710.4180 Multimedia
+0710.4200
+0710.4235 Other Quantitative Biology
+0710.4296 Phenomenology
+0710.4380 Experiment
+0710.4438
+0710.4453 Metric Geometry
+0710.4873 General Physics
+0710.5537 Strongly Correlated Electrons
+0710.5632
+0710.5834 Soft Condensed Matter
+0710.5840 Fluid Dynamics
+0710.5857 Phenomenology
+0710.5917 Statistical Mechanics
+0711.0004 Phenomenology
+0711.0149 Quantum Algebra
+0711.0197 Experiment
+0711.0522 Algebraic Geometry
+0711.0533 Strongly Correlated Electrons
+0711.0572 Metric Geometry
+0711.0622 Lattice
+0711.0688 Strongly Correlated Electrons
+0711.0764
+0711.0952 Strongly Correlated Electrons
+0711.1077 Phenomenology
+0711.1149 Complex Variables
+0711.1197 General Physics
+0711.1246 Mesoscale and Nanoscale Physics
+0711.1409 Chaotic Dynamics
+0711.1437
+0711.1547 Mesoscale and Nanoscale Physics
+0711.1582 Phenomenology
+0711.1632
+0711.1656 Theory
+0711.2608 Quantum Algebra
+0711.2693 General Physics
+0711.2804
+0711.2838 Combinatorics
+0711.2941 Complex Variables
+0711.2949 Optimization and Control
+0711.3123
+0711.3131
+0711.3136 Probability
+0711.3354
+0711.3432 Statistical Mechanics
+0711.3597 Probability
+0711.3616
+0711.3674 Probability
+0711.3731
+0711.3816 General Physics
+0711.3902 Phenomenology
+0711.3955 Statistics Theory
+0711.3957 Statistics Theory
+0711.4142 Digital Libraries
+0711.4146 Phenomenology
+0711.4394 Combinatorics
+0711.4457 Statistics Theory
+0711.4493 Statistics Theory
+0711.4603
+0711.4708
+0711.4786 Chaotic Dynamics
+0711.4971 Statistical Mechanics
+0712.0279 Quantum Algebra
+0712.0518
+0712.0547
+0712.0651 Lattice
+0712.0752
+0712.0905 Strongly Correlated Electrons
+0712.0917 Rings and Algebras
+0712.1049 Phenomenology
+0712.1183 Quantum Algebra
+0712.1358 Theory
+0712.1416 Theory
+0712.1540
+0712.1896 Functional Analysis
+0712.2000 Probability
+0712.2381 General Mathematics
+0712.2495 Other Condensed Matter
+0712.2585 Discrete Mathematics
+0712.2777 Theory
+0712.2908 Combinatorics
+0712.3018 Probability
+0712.3090 Analysis of PDEs
+0712.3155 Discrete Mathematics
+0712.3174 Space Physics
+0712.3251
+0712.3775
+0712.3925 Software Engineering
+0712.3973 Neural and Evolutionary Computing
+0712.4081 Strongly Correlated Electrons
+0712.4402 Probability
+0801.0249 Multiagent Systems
+0801.0254 Molecular Networks
+0801.0291 Theory
+0801.0416
+0801.0427
+0801.1339
+0801.1361
+0801.1432 Mesoscale and Nanoscale Physics
+0801.1989 Soft Condensed Matter
+0801.2168
+0801.3149 Optics
+0801.3393
+0801.3446 Symplectic Geometry
+0804.2647
+0804.4814 Probability
+0806.2947 Logic in Computer Science
+0806.4184
+0808.3081 Classical Analysis and ODEs
+0809.5169 Superconductivity
+0810.1232 Differential Geometry
+0810.1408 Probability
+0811.1174
+0812.0909
+0902.0757 Theory
+0903.0191 Dynamical Systems
+0904.0049
+0904.0940 Cosmology and Nongalactic Astrophysics
+0904.1316 Differential Geometry
+0904.1624
+0904.2061 Computer Science and Game Theory
+0906.2851 Theory
+0907.0659 Statistical Mechanics
+0907.1981 Analysis of PDEs
+0907.4281 Instrumentation and Methods for Astrophysics
+0908.2271 Theory
+0909.1307 Probability
+0909.2699 Soft Condensed Matter
+0909.4001 Analysis of PDEs
+0910.0403 Rings and Algebras
+0911.1125 Cosmology and Nongalactic Astrophysics
+0911.1226 Networking and Internet Architecture
+0911.5220 Phenomenology
+1001.2241 Mesoscale and Nanoscale Physics
+1001.4898 Logic in Computer Science
+1003.2581
+1004.2530
+1004.2825 Phenomenology
+1005.3320 Classical Physics
+1006.5389 Group Theory
+1007.3571
+1007.3650
+1007.4947 Quantum Gases
+1007.5370
+1008.0103 Theory
+1008.0457
+1008.0753
+1008.1117 Representation Theory
+1008.1475
+1008.1640
+1008.1866
+1008.2035 Theory
+1008.2049 Theory
+1008.2051
+1008.2063
+1008.2689 Theory
+1008.4023 Theory
+1008.4978
+1008.5002
+1008.5368 K-Theory and Homology
+1009.0153 Experiment
+1009.0247 Algebraic Geometry
+1009.0922
+1009.0982
+1009.1013 Computer Vision and Pattern Recognition
+1009.1038 Cryptography and Security
+1009.1069 Mesoscale and Nanoscale Physics
+1009.1121 Networking and Internet Architecture
+1009.1122 Networking and Internet Architecture
+1009.1309 Soft Condensed Matter
+1009.1332 Physics Education
+1009.1347 Quantum Algebra
+1009.1379 Cosmology and Nongalactic Astrophysics
+1009.1560 Programming Languages
+1009.2742 Soft Condensed Matter
+1009.4523
+1009.4763
+1009.5518 Combinatorics
+1009.5926 Superconductivity
+1009.6117
+1010.0111
+1010.0793 Theory
+1010.1028 Social and Information Networks
+1010.1390 Lattice
+1010.1730
+1010.1782 Atomic Physics
+1010.1803
+1010.2442 Analysis of PDEs
+1010.5342
+1011.0715 Distributed, Parallel, and Cluster Computing
+1011.3332 Materials Science
+1011.6095 Machine Learning
+1012.0125 Strongly Correlated Electrons
+1012.2140 Chaotic Dynamics
+1101.0466 Geometric Topology
+1101.0674 Strongly Correlated Electrons
+1101.4441 Combinatorics
+1102.0478 Theory
+1102.1700 Statistical Mechanics
+1102.1860 Theory
+1102.2522 Strongly Correlated Electrons
+1102.2693 General Physics
+1102.2944 Mesoscale and Nanoscale Physics
+1102.3027 Theory
+1102.3192
+1102.3429 Phenomenology
+1102.3917 Phenomenology
+1102.4011 Phenomenology
+1102.4194
+1102.4274 Phenomenology
+1102.4908 Cosmology and Nongalactic Astrophysics
+1103.0128 Instrumentation and Detectors
+1103.0882 Phenomenology
+1103.0993 Phenomenology
+1103.1169 Theory
+1103.1178 Optimization and Control
+1103.2456 Theory
+1103.3491 Phenomenology
+1103.4055 High Energy Astrophysical Phenomena
+1103.4308 Disordered Systems and Neural Networks
+1103.4412 Algebraic Geometry
+1103.4808 Theory
+1104.0294
+1104.1474 Number Theory
+1104.3332
+1104.3891 Phenomenology
+1104.4056 Information Theory
+1105.1143 Algebraic Topology
+1105.1659
+1105.1668 Systems and Control
+1105.2176 Optimization and Control
+1105.2746 Quantum Gases
+1105.5965 Dynamical Systems
+1106.0491 Functional Analysis
+1106.1228 Logic in Computer Science
+1106.1264
+1106.1637 Theory
+1106.1743
+1106.2269 High Energy Astrophysical Phenomena
+1106.2285 Phenomenology
+1106.2705
+1106.2715 Phenomenology
+1106.2763 Logic
+1106.2948 Phenomenology
+1106.3230 Lattice
+1106.3253 Phenomenology
+1106.3883 Theory
+1106.4027
+1106.4064 Learning
+1106.4908
+1106.4994 Statistical Mechanics
+1106.5662 Phenomenology
+1106.6229 Phenomenology
+1107.0694
+1107.0797
+1107.1997 Phenomenology
+1107.2165 Mesoscale and Nanoscale Physics
+1107.2458
+1107.2664 Theory
+1107.3389 Theory
+1107.3484
+1107.5088 Phenomenology
+1107.5192 Populations and Evolution
+1107.5927
+1107.5967 Analysis of PDEs
+1107.6018 Atomic Physics
+1108.0387 Phenomenology
+1108.0419 Mesoscale and Nanoscale Physics
+1108.0483 Phenomenology
+1108.0995
+1108.1111
+1108.1728
+1108.2789 Cosmology and Nongalactic Astrophysics
+1108.2813
+1108.2901 Strongly Correlated Electrons
+1108.3542 Solar and Stellar Astrophysics
+1108.4514 Experiment
+1108.4534 Phenomenology
+1108.5461
+1108.6134 Theory
+1108.6257 Experiment
+1109.0037 Number Theory
+1109.1141 Statistical Mechanics
+1109.1214 Optimization and Control
+1109.1251 Robotics
+1109.1275 Systems and Control
+1109.1368 Logic in Computer Science
+1109.1465 Data Structures and Algorithms
+1109.1552 Learning
+1109.2675
+1109.3007
+1109.4513 Probability
+1109.4901 Statistical Mechanics
+1109.4908 Quantum Gases
+1109.5567 General Mathematics
+1110.2143 Lattice
+1110.2481 Probability
+1110.3495 Analysis of PDEs
+1110.4937 Atomic Physics
+1110.5318 Theory
+1110.6483 Neural and Evolutionary Computing
+1111.0019 Strongly Correlated Electrons
+1111.0307 Social and Information Networks
+1111.0375 Software Engineering
+1111.1075 Combinatorics
+1111.1426 Genomics
+1111.1554 Group Theory
+1111.1816 Probability
+1111.1821
+1111.1848 Probability
+1111.1857 Pattern Formation and Solitons
+1111.2053 Solar and Stellar Astrophysics
+1111.2061 Earth and Planetary Astrophysics
+1111.2067 Cosmology and Nongalactic Astrophysics
+1111.2071
+1111.2082 Analysis of PDEs
+1111.2084 Combinatorics
+1111.2089 General Physics
+1111.2092 Social and Information Networks
+1111.2094 Solar and Stellar Astrophysics
+1111.2095 Solar and Stellar Astrophysics
+1111.2096 Solar and Stellar Astrophysics
+1111.2097 Networking and Internet Architecture
+1111.2099 Differential Geometry
+1111.2100 Solar and Stellar Astrophysics
+1111.2101 Solar and Stellar Astrophysics
+1111.2106 High Energy Astrophysical Phenomena
+1111.2108 Systems and Control
+1111.2114 Analysis of PDEs
+1111.2115 Theory
+1111.2118 Statistical Mechanics
+1111.2127 Computational Complexity
+1111.2130 Mesoscale and Nanoscale Physics
+1111.2131 Algebraic Geometry
+1111.2134 Materials Science
+1111.2140 Probability
+1111.2141 Representation Theory
+1111.2145 History and Overview
+1111.2153 Differential Geometry
+1111.2154 K-Theory and Homology
+1111.2158 Mesoscale and Nanoscale Physics
+1111.2160 Networking and Internet Architecture
+1111.2164 Fluid Dynamics
+1111.2167 Strongly Correlated Electrons
+1111.2171 Analysis of PDEs
+1111.2178 Theory
+1111.2179 Computational Physics
+1111.2180 Lattice
+1111.2181 History and Philosophy of Physics
+1111.2183 Instrumentation and Methods for Astrophysics
+1111.2184 Differential Geometry
+1111.2188 High Energy Astrophysical Phenomena
+1111.2189 History and Philosophy of Physics
+1111.2191 Statistics Theory
+1111.2193 Lattice
+1111.2194 History and Philosophy of Physics
+1111.2199
+1111.2202 Probability
+1111.2208 Distributed, Parallel, and Cluster Computing
+1111.2209 Complex Variables
+1111.2211 Robotics
+1111.2212 Number Theory
+1111.2221 Neural and Evolutionary Computing
+1111.2222 Lattice
+1111.2223 Experiment
+1111.2225 High Energy Astrophysical Phenomena
+1111.2227 Lattice
+1111.2230 High Energy Astrophysical Phenomena
+1111.2233 General Physics
+1111.2235 High Energy Astrophysical Phenomena
+1111.2237 Distributed, Parallel, and Cluster Computing
+1111.2240 Geometric Topology
+1111.2241 Chaotic Dynamics
+1111.2242 Experiment
+1111.2246 Networking and Internet Architecture
+1111.2247 Statistics Theory
+1111.2249 Artificial Intelligence
+1111.2251 Networking and Internet Architecture
+1111.2252 Mesoscale and Nanoscale Physics
+1111.2255 Methodology
+1111.2256 Experiment
+1111.2257 Statistical Mechanics
+1111.2258 Robotics
+1111.2259 Robotics
+1111.2260 Applications
+1111.2261 Theory
+1111.2263 High Energy Astrophysical Phenomena
+1111.2264 Quantum Algebra
+1111.2265 Numerical Analysis
+1111.2268 General Physics
+1111.2278 Mesoscale and Nanoscale Physics
+1111.2280 Solar and Stellar Astrophysics
+1111.2281 Instrumentation and Methods for Astrophysics
+1111.2282 Solar and Stellar Astrophysics
+1111.2286 Materials Science
+1111.2294 Mesoscale and Nanoscale Physics
+1111.2298 Statistics Theory
+1111.2299 Geometric Topology
+1111.2304 Chaotic Dynamics
+1111.2306 Representation Theory
+1111.2308
+1111.2309 Solar and Stellar Astrophysics
+1111.2311
+1111.2314 Lattice
+1111.2315 Networking and Internet Architecture
+1111.2318
+1111.2319 Lattice
+1111.2328 Statistics Theory
+cs/0602040 Logic in Computer Science
+cs/0602047 Computational Complexity
+cs/0602066 Other Computer Science
+cs/0610045 Information Theory
+cs/0610134 Networking and Internet Architecture
+cs/0610135 Networking and Internet Architecture
+cs/0610136 Symbolic Computation
+cs/0612030 Artificial Intelligence
+cs/0612109 Artificial Intelligence
+gr-qc/0703110
+hep-ph/0606043 Phenomenology
+hep-ph/0609190 Phenomenology
+hep-ph/0612084 Phenomenology
+hep-ph/0703126 Phenomenology
+hep-ph/0703293 Phenomenology
+hep-th/0207088 Theory
+hep-th/0602190 Theory
+hep-th/0606035 Theory
+hep-th/0611049 Theory
+hep-th/0612105 Theory
+hep-th/0612214 Theory
+hep-th/0703155 Theory
+math-ph/0109023
+math-ph/0301035
+math-ph/0310053
+math-ph/0501028
+math-ph/0503074
+math-ph/0505038
+math-ph/0506007
+math-ph/0506053
+math-ph/0509017
+math-ph/0509046
+math-ph/0606031
+math-ph/0608009
+math-ph/0610019
+math-ph/0612005
+math-ph/0612006
+math-ph/0612022
+math-ph/0702028
+math-ph/0702041
+math-ph/0702058
+math/0001073 Probability
+math/0001113 Algebraic Geometry
+math/0002179 Representation Theory
+math/0003029 Differential Geometry
+math/0009204 Probability
+math/0012112 Symplectic Geometry
+math/0102199 Probability
+math/0102200 Probability
+math/0103049 Probability
+math/0103104 Probability
+math/0103233 Probability
+math/0104043 Probability
+math/0105097 Functional Analysis
+math/0105142 Spectral Theory
+math/0109189 Probability
+math/0202091 Quantum Algebra
+math/0208199 Quantum Algebra
+math/0209106 Number Theory
+math/0209146 Probability
+math/0209194 Differential Geometry
+math/0209346 Representation Theory
+math/0209347 Representation Theory
+math/0209395 Probability
+math/0210218 Probability
+math/0212191 Group Theory
+math/0212254 Classical Analysis and ODEs
+math/0301203 Combinatorics
+math/0301242 Analysis of PDEs
+math/0303201 Analysis of PDEs
+math/0304021 Number Theory
+math/0304247 Probability
+math/0305128 Algebraic Geometry
+math/0305163 Probability
+math/0305174 Probability
+math/0305251 Representation Theory
+math/0305262 Group Theory
+math/0307175 Quantum Algebra
+math/0310297 Probability
+math/0310472 Geometric Topology
+math/0312402 Probability
+math/0312434 Number Theory
+math/0312443 Number Theory
+math/0401121 Operator Algebras
+math/0402356 Spectral Theory
+math/0403346 Quantum Algebra
+math/0404160 Dynamical Systems
+math/0404314 Algebraic Geometry
+math/0404455 Differential Geometry
+math/0404540 Quantum Algebra
+math/0405357 Probability
+math/0405358 Probability
+math/0405359 Probability
+math/0406291 Quantum Algebra
+math/0410150 Quantum Algebra
+math/0410194 Quantum Algebra
+math/0410379 Algebraic Geometry
+math/0410504 Dynamical Systems
+math/0410505 Dynamical Systems
+math/0411377 Combinatorics
+math/0411381 Differential Geometry
+math/0411440 Quantum Algebra
+math/0411474 Operator Algebras
+math/0411478 Category Theory
+math/0412051 Probability
+math/0412198 Probability
+math/0412251 Combinatorics
+math/0412431 Functional Analysis
+math/0412463 Probability
+math/0412544 Rings and Algebras
+math/0501067 Differential Geometry
+math/0501282 Number Theory
+math/0501291 Probability
+math/0501304 Algebraic Topology
+math/0501321 Group Theory
+math/0501388 Algebraic Geometry
+math/0501537 Complex Variables
+math/0502175 Operator Algebras
+math/0502253 Algebraic Geometry
+math/0502321 Logic
+math/0502328 Geometric Topology
+math/0502346 Functional Analysis
+math/0502442 Algebraic Geometry
+math/0502562 Geometric Topology
+math/0504114 Differential Geometry
+math/0504117 Differential Geometry
+math/0504428 Numerical Analysis
+math/0504461 Numerical Analysis
+math/0504466 Numerical Analysis
+math/0504490 Dynamical Systems
+math/0504589 Probability
+math/0506112 Differential Geometry
+math/0506255 Probability
+math/0506526 Algebraic Topology
+math/0507063 Optimization and Control
+math/0507311 Algebraic Geometry
+math/0508027 Functional Analysis
+math/0508089 Probability
+math/0512037 Symplectic Geometry
+math/0512088 Geometric Topology
+math/0512191 Probability
+math/0512201 Probability
+math/0512239 Number Theory
+math/0512336 Probability
+math/0512502 Probability
+math/0512537 Probability
+math/0512559 General Mathematics
+math/0512653 Combinatorics
+math/0604074 Classical Analysis and ODEs
+math/0604217 Dynamical Systems
+math/0604498 Quantum Algebra
+math/0608785 Probability
+math/0609538 Probability
+math/0701403 Classical Analysis and ODEs
+math/9806131 Probability
+math/9811103 Probability
+math/9906159 Geometric Topology
+math/9911162 Probability
+math/9911237 Probability
+math/9912135 Probability
+math/9912136 Probability
+nlin/0208032 Chaotic Dynamics
+nlin/0402006 Adaptation and Self-Organizing Systems
+nlin/0409024 Adaptation and Self-Organizing Systems
+nlin/0507010 Chaotic Dynamics
+nlin/0507038 Chaotic Dynamics
+nlin/0603070 Chaotic Dynamics
+nlin/0604001 Exactly Solvable and Integrable Systems
+nlin/0605030 Chaotic Dynamics
+nlin/0608049 Chaotic Dynamics
+nlin/0608053 Pattern Formation and Solitons
+nlin/0610075 Exactly Solvable and Integrable Systems
+nucl-th/0006085
+nucl-th/0410109
+nucl-th/0605009
+physics/0007070 Data Analysis, Statistics and Probability
+physics/0007099 Geophysics
+physics/0411003 Geophysics
+physics/0501042 Chemical Physics
+physics/0501043 General Physics
+physics/0512262 History and Philosophy of Physics
+physics/0603190 General Physics
+physics/0701150 Computational Physics
+physics/0701151 Data Analysis, Statistics and Probability
+physics/0701200 Physics Education
+physics/0701225 Biological Physics
+physics/0701241 Classical Physics
+physics/0703055 General Physics
+physics/0703063 Optics
+physics/0703074 Biological Physics
+physics/0703082 Biological Physics
+physics/0703086 Biological Physics
+physics/0703271 General Physics
+physics/9812033 Biological Physics
+q-bio/0405001 Quantitative Methods
+q-bio/0406048 Populations and Evolution
+q-bio/0505053 Quantitative Methods
+q-bio/0508025 Populations and Evolution
+q-bio/0603007 Quantitative Methods
+q-bio/0603038 Molecular Networks
+q-bio/0605008 Biomolecules
+q-bio/0606024 Other Quantitative Biology
+q-bio/0611032 Populations and Evolution
+q-bio/0612011 Molecular Networks
+q-bio/0702050 Populations and Evolution
+q-bio/0702054 Quantitative Methods
+q-bio/0703011 Other Quantitative Biology
+0705.1750 Data Structures and Algorithms
+0706.0845 Complex Variables
+0708.1693 Strongly Correlated Electrons
+0711.4872 Probability
+0712.1249 Commutative Algebra
+0712.1848 Representation Theory
+0804.3749 Differential Geometry
+0805.1829 Algebraic Geometry
+0808.0711 Machine Learning
+0809.4453 Quantum Algebra
+0810.5654 Symplectic Geometry
+0903.2539 Differential Geometry
+0903.4517 K-Theory and Homology
+0904.2607 Representation Theory
+0904.3418 Fluid Dynamics
+0906.3062
+0906.5016 Experiment
+0907.0432 Spectral Theory
+0907.3188 Combinatorics
+0907.4502 Probability
+0908.1231
+0908.3865 Commutative Algebra
+0909.4798 Soft Condensed Matter
+0912.2340 Functional Analysis
+0912.3296 Analysis of PDEs
+1001.3047 Quantum Algebra
+1001.3705 Information Theory
+1001.3855
+1001.4261 Dynamical Systems
+1002.4598 Combinatorics
+1002.4606 Combinatorics
+1003.2803
+1004.2919 Cosmology and Nongalactic Astrophysics
+1005.1705 Numerical Analysis
+1005.2375 Algebraic Geometry
+1005.5506 Rings and Algebras
+1007.4877 Quantum Gases
+1008.3518 Cosmology and Nongalactic Astrophysics
+1008.3659 Group Theory
+1008.3707 Theory
+1009.0086 Dynamical Systems
+1009.0370 Fluid Dynamics
+1009.0574 Physics and Society
+1009.1109
+1009.1337 Soft Condensed Matter
+1009.1584
+1009.1784 Mesoscale and Nanoscale Physics
+1009.3337 Data Analysis, Statistics and Probability
+1009.4330 Materials Science
+1009.4407 Metric Geometry
+1009.5419 Learning
+1010.1154 High Energy Astrophysical Phenomena
+1010.1199 Metric Geometry
+1010.1216 Lattice
+1010.1319 Strongly Correlated Electrons
+1010.1664
+1010.2025 Instrumentation and Methods for Astrophysics
+1010.2816 Solar and Stellar Astrophysics
+1010.3136 Probability
+1010.4795 Materials Science
+1011.2879 Networking and Internet Architecture
+1011.3157 Cosmology and Nongalactic Astrophysics
+1011.3330 Mesoscale and Nanoscale Physics
+1011.6395 Earth and Planetary Astrophysics
+1011.6398 Adaptation and Self-Organizing Systems
+1012.1189 Number Theory
+1012.1385 Materials Science
+1012.2940 Differential Geometry
+1012.3501 Theory
+1012.4154 Operator Algebras
+1012.4416
+1012.4983 Soft Condensed Matter
+1101.0066 Algebraic Topology
+1101.0220 Physics and Society
+1101.0272 Social and Information Networks
+1101.1729 Classical Physics
+1101.1800 Classical Analysis and ODEs
+1101.1805 Number Theory
+1101.1987 Phenomenology
+1101.2879 Strongly Correlated Electrons
+1101.2988
+1101.3030 Mesoscale and Nanoscale Physics
+1101.3176 Populations and Evolution
+1101.3886 Phenomenology
+1101.4408 Fluid Dynamics
+1101.4467 Disordered Systems and Neural Networks
+1102.0624 Physics and Society
+1102.0651 Physics and Society
+1102.1125 Experiment
+1102.1183 Earth and Planetary Astrophysics
+1102.3177 Combinatorics
+1102.3603 Information Theory
+1102.4226 Combinatorics
+1102.4480 Data Structures and Algorithms
+1102.4611 Phenomenology
+1102.4628 Strongly Correlated Electrons
+1102.4630
+1102.5068 Data Analysis, Statistics and Probability
+1102.5441 Data Structures and Algorithms
+1102.5462 Information Theory
+1102.5746 Number Theory
+1103.0253 Algebraic Geometry
+1103.0529 Algebraic Geometry
+1103.0628 Instrumentation and Methods for Astrophysics
+1103.0746 Differential Geometry
+1103.0808 General Physics
+1103.0862 Cosmology and Nongalactic Astrophysics
+1103.0985 Data Structures and Algorithms
+1103.0986 Instrumentation and Detectors
+1103.0989 Solar and Stellar Astrophysics
+1103.0991 Functional Analysis
+1103.1001 Systems and Control
+1103.1006 General Finance
+1103.1010 Geometric Topology
+1103.1018 Dynamical Systems
+1103.1021 Quantum Gases
+1103.1022 Quantum Gases
+1103.1023 Quantum Gases
+1103.1027 Number Theory
+1103.1029 Mesoscale and Nanoscale Physics
+1103.1031 Combinatorics
+1103.1032 Functional Analysis
+1103.1034 Numerical Analysis
+1103.1038 Probability
+1103.1043 Geophysics
+1103.1052 Theory
+1103.1053 Algebraic Geometry
+1103.1057 Combinatorics
+1103.1060 Logic
+1103.1061 Logic in Computer Science
+1103.1062 Accelerator Physics
+1103.1069 Accelerator Physics
+1103.1075 Classical Analysis and ODEs
+1103.1078 Optics
+1103.1096 Pattern Formation and Solitons
+1103.1097 Analysis of PDEs
+1103.1098 Spectral Theory
+1103.1103 Numerical Analysis
+1103.1108 Analysis of PDEs
+1103.1110 Methodology
+1103.1111 Numerical Analysis
+1103.1112 Combinatorics
+1103.1114 Astrophysics of Galaxies
+1103.1115 Dynamical Systems
+1103.1119 Accelerator Physics
+1103.1123
+1103.1124 Fluid Dynamics
+1103.1127
+1103.1131 Analysis of PDEs
+1103.1134 Human-Computer Interaction
+1103.1137 Theory
+1103.1139 General Physics
+1103.1140 Fluid Dynamics
+1103.1152 Differential Geometry
+1103.1153 General Physics
+1103.1156 Artificial Intelligence
+1103.1161 Functional Analysis
+1103.1175 Classical Analysis and ODEs
+1103.1182 Algebraic Geometry
+1103.1190 Algebraic Geometry
+1103.1191 Algebraic Geometry
+1103.1196 Analysis of PDEs
+1103.1200 Quantitative Methods
+1103.1204 Strongly Correlated Electrons
+1103.1205 Artificial Intelligence
+1103.1207 Distributed, Parallel, and Cluster Computing
+1103.1209 Experiment
+1103.1214 Instrumentation and Methods for Astrophysics
+1103.1220
+1103.1227 Chaotic Dynamics
+1103.1229 Numerical Analysis
+1103.1230 Functional Analysis
+1103.1232 Group Theory
+1103.1237 Analysis of PDEs
+1103.1242 Cosmology and Nongalactic Astrophysics
+1103.1247 Strongly Correlated Electrons
+1103.1255 Databases
+1103.1259
+1103.1264 Computational Geometry
+1103.1270 Classical Analysis and ODEs
+1103.1271 Accelerator Physics
+1103.1275 Combinatorics
+1103.1283 Chaotic Dynamics
+1103.1285 Materials Science
+1103.1290 Symplectic Geometry
+1103.1292 Analysis of PDEs
+1103.1294 Number Theory
+1103.1295 Group Theory
+1103.1305 Information Theory
+1103.1306 Information Theory
+1103.1309 Physics Education
+1103.1310 Functional Analysis
+1103.1318 Phenomenology
+1103.1325 Earth and Planetary Astrophysics
+1103.1326 Quantum Gases
+1103.1330 Classical Analysis and ODEs
+1103.1332 Rings and Algebras
+1103.1334 Logic in Computer Science
+1103.1341 Instrumentation and Methods for Astrophysics
+1103.1346 Strongly Correlated Electrons
+1103.1349 Optimization and Control
+1103.1356 Differential Geometry
+1103.1357 Number Theory
+1103.1363 Lattice
+1103.1367 Databases
+1103.1369 Functional Analysis
+1103.1374 Probability
+1103.1377 Cosmology and Nongalactic Astrophysics
+cond-mat/0411257 Soft Condensed Matter
+cs/0009005 Data Structures and Algorithms
+cs/0204001 Discrete Mathematics
+math/0511444 Geometric Topology
+math/0511637 Functional Analysis
+0708.0838 General Topology
+0710.5579 Differential Geometry
+0712.2330
+0803.3576
+0805.3528 Information Theory
+0808.2881 General Topology
+0901.0366 Complex Variables
+0902.0552 Statistics Theory
+0903.3875 Statistical Mechanics
+0903.4699 Materials Science
+0905.1490 Geophysics
+0906.2908 Statistical Mechanics
+0907.3284 Statistical Mechanics
+0907.3589 Superconductivity
+0911.3168 Phenomenology
+1003.1881 Quantum Gases
+1003.3534 Probability
+1003.5061 Dynamical Systems
+1004.2027 Learning
+1005.4679 Optics
+1007.0870
+1007.3313 Numerical Analysis
+1009.0109 Probability
+1009.1722 Operator Algebras
+1009.3777 Algebraic Geometry
+1009.5716 Geometric Topology
+1010.2536 Number Theory
+1010.3521
+1010.4573 Theory
+1010.5831 Theory
+1011.1786 Fluid Dynamics
+1012.3341 Quantum Gases
+1012.5884 Combinatorics
+1101.1469 Combinatorics
+1101.1572 Functional Analysis
+1102.4048 Materials Science
+1103.0536 High Energy Astrophysical Phenomena
+1103.0546 Mesoscale and Nanoscale Physics
+1103.1144 K-Theory and Homology
+1103.2307 Theory
+1103.2681 Data Analysis, Statistics and Probability
+1103.3534 Quantum Gases
+1103.3743 Superconductivity
+1103.6243 K-Theory and Homology
+1104.1252 Theory
+1104.1743 Mesoscale and Nanoscale Physics
+1104.4371
+1104.4714 Theory
+1104.4722 Theory
+1104.5065 Combinatorics
+1104.5073
+1105.0304 Soft Condensed Matter
+1105.0369 Strongly Correlated Electrons
+1105.0939 Theory
+1105.1058 Physics and Society
+1105.4541 Materials Science
+1105.4874 Soft Condensed Matter
+1105.4924 Metric Geometry
+1105.5511 Phenomenology
+1106.0820 Quantum Gases
+1106.1929 Solar and Stellar Astrophysics
+1106.2403 Mesoscale and Nanoscale Physics
+1106.4043
+1106.4156 Mesoscale and Nanoscale Physics
+1106.5659 Instrumentation and Methods for Astrophysics
+1107.1113 Phenomenology
+1107.1223 Mesoscale and Nanoscale Physics
+1107.2180 Cosmology and Nongalactic Astrophysics
+1107.3586 Solar and Stellar Astrophysics
+1107.5255 Experiment
+1107.5623 Soft Condensed Matter
+1108.0765 Materials Science
+1108.2267 Cosmology and Nongalactic Astrophysics
+1108.2549 Combinatorics
+1108.5367 Algebraic Geometry
+1108.5420 Plasma Physics
+1108.5509 Mesoscale and Nanoscale Physics
+1109.0401 Phenomenology
+1109.0620 Exactly Solvable and Integrable Systems
+1109.1044 Computational Engineering, Finance, and Science
+1109.1439 Dynamical Systems
+1109.1554 High Energy Astrophysical Phenomena
+1109.1578 Phenomenology
+1109.1579 Distributed, Parallel, and Cluster Computing
+1109.1580 Rings and Algebras
+1109.1583 Distributed, Parallel, and Cluster Computing
+1109.1584
+1109.1585 Materials Science
+1109.1587 Programming Languages
+1109.1595 Instrumentation and Methods for Astrophysics
+1109.1598 Algebraic Topology
+1109.1599 Cosmology and Nongalactic Astrophysics
+1109.1605 Social and Information Networks
+1109.1606 Learning
+1109.1607 Astrophysics of Galaxies
+1109.1613 Spectral Theory
+1109.1614 Earth and Planetary Astrophysics
+1109.1616 Complex Variables
+1109.1624 Strongly Correlated Electrons
+1109.1625 Mesoscale and Nanoscale Physics
+1109.1631 Fluid Dynamics
+1109.1633 Number Theory
+1109.1638
+1109.1641 Biological Physics
+1109.1644 Mesoscale and Nanoscale Physics
+1109.1645
+1109.1649 Systems and Control
+1109.1650 Distributed, Parallel, and Cluster Computing
+1109.1651 Software Engineering
+1109.1652 Fluid Dynamics
+1109.1653 Emerging Technologies
+1109.1654
+1109.1655 Algebraic Geometry
+1109.1657 Combinatorics
+1109.1659 Fluid Dynamics
+1109.1662 Analysis of PDEs
+1109.1664 Physics and Society
+1109.1669 Astrophysics of Galaxies
+1109.1670 Information Theory
+1109.1672 High Energy Astrophysical Phenomena
+1109.1676 Solar and Stellar Astrophysics
+1109.1678 Chemical Physics
+1109.1679
+1109.1681 Information Theory
+1109.1690 Probability
+1109.1698 Instrumentation and Methods for Astrophysics
+1109.1705 Computational Geometry
+1109.1706 Distributed, Parallel, and Cluster Computing
+1109.1713 Instrumentation and Methods for Astrophysics
+1109.1715
+1109.1716 General Physics
+1109.1725 Theory
+1109.1728
+1109.1729 Learning
+1109.1734 High Energy Astrophysical Phenomena
+1109.1738 Algebraic Geometry
+1109.1740 Phenomenology
+1109.1743 Cosmology and Nongalactic Astrophysics
+1109.1748 Combinatorics
+1109.1751 Pricing of Securities
+1109.1755 Quantitative Methods
+1109.1756 Statistical Mechanics
+1109.1760 Fluid Dynamics
+1109.1765 Rings and Algebras
+1109.1768 Solar and Stellar Astrophysics
+1109.1770 Solar and Stellar Astrophysics
+1109.1775 Solar and Stellar Astrophysics
+1109.1776 Functional Analysis
+1109.1791 Solar and Stellar Astrophysics
+1109.1795 Experiment
+1109.1799 Cosmology and Nongalactic Astrophysics
+1109.1800 Dynamical Systems
+1109.1801 Optimization and Control
+1109.1803 General Mathematics
+1109.1804 Representation Theory
+1109.1805 Geometric Topology
+1109.1812 Computational Physics
+1109.1815 Quantum Gases
+astro-ph/9405015
+astro-ph/9507078
+astro-ph/9510140
+astro-ph/9601056
+astro-ph/9603117
+astro-ph/9605171
+astro-ph/9607166
+cond-mat/0603250 Statistical Mechanics
+gr-qc/9404009
+gr-qc/9404027
+gr-qc/9406005
+gr-qc/9406032
+gr-qc/9411029
+gr-qc/9501020
+gr-qc/9506032
+gr-qc/9506035
+gr-qc/9506063
+gr-qc/9507034
+gr-qc/9510008
+gr-qc/9510012
+gr-qc/9510051
+gr-qc/9511004
+gr-qc/9511052
+gr-qc/9511061
+gr-qc/9511062
+gr-qc/9512017
+gr-qc/9512045
+gr-qc/9512050
+gr-qc/9601009
+gr-qc/9601026
+gr-qc/9601047
+gr-qc/9602019
+gr-qc/9602023
+gr-qc/9602041
+gr-qc/9603029
+gr-qc/9603034
+gr-qc/9604007
+gr-qc/9604008
+gr-qc/9604009
+gr-qc/9604052
+gr-qc/9604058
+gr-qc/9605072
+gr-qc/9606048
+gr-qc/9606076
+gr-qc/9606078
+gr-qc/9607028
+gr-qc/9607053
+gr-qc/9608004
+gr-qc/9608011
+gr-qc/9608039
+gr-qc/9609023
+gr-qc/9609048
+gr-qc/9609049
+gr-qc/9609052
+gr-qc/9610039
+gr-qc/9610057
+gr-qc/9610074
+gr-qc/9611009
+gr-qc/9611031
+gr-qc/9611035
+gr-qc/9611044
+gr-qc/9611046
+gr-qc/9612008
+gr-qc/9612063
+gr-qc/9701013
+gr-qc/9701014
+gr-qc/9701025
+gr-qc/9701030
+gr-qc/9702040
+gr-qc/9702058
+gr-qc/9703086
+gr-qc/9704006
+gr-qc/9704040
+gr-qc/9706017
+gr-qc/9706022
+gr-qc/9706035
+gr-qc/9706050
+gr-qc/9707040
+gr-qc/9708052
+gr-qc/9709040
+gr-qc/9709044
+hep-lat/9405007 Lattice
+hep-lat/9605036 Lattice
+hep-ph/0510059 Phenomenology
+hep-th/9403121 Theory
+hep-th/9406188 Theory
+hep-th/9408178 Theory
+hep-th/9507099 Theory
+hep-th/9507126 Theory
+hep-th/9509055 Theory
+hep-th/9509147 Theory
+hep-th/9510024 Theory
+hep-th/9510109 Theory
+hep-th/9511148 Theory
+hep-th/9601160 Theory
+hep-th/9602103 Theory
+hep-th/9603013 Theory
+hep-th/9604084 Theory
+hep-th/9604150 Theory
+hep-th/9605043 Theory
+hep-th/9607117 Theory
+hep-th/9611028 Theory
+hep-th/9611031 Theory
+hep-th/9611171 Theory
+hep-th/9611223 Theory
+hep-th/9703178 Theory
+hep-th/9708014 Theory
+math/0406348 Category Theory
+0707.2831
+0709.1665 Number Theory
+0710.0723
+0710.2166 Geometric Topology
+0806.3746 Phenomenology
+0807.4688
+0809.1561 Representation Theory
+0809.3565 Discrete Mathematics
+0902.4017 Group Theory
+0902.4263 Group Theory
+0906.2508
+0906.4348 Cosmology and Nongalactic Astrophysics
+0908.0021 Symplectic Geometry
+0909.0513 Cosmology and Nongalactic Astrophysics
+0910.1903
+0912.4787 Other Condensed Matter
+1002.0308
+1002.0830 Phenomenology
+1002.1111 Applications
+1003.2173 Algebraic Geometry
+1003.5834 Mesoscale and Nanoscale Physics
+1005.3102 Materials Science
+1006.1903 Cosmology and Nongalactic Astrophysics
+1006.3472 Theory
+1007.1734 Combinatorics
+1007.2866
+1007.3301 Theory
+1007.4544
+1008.0044 Information Theory
+1008.1024 Cosmology and Nongalactic Astrophysics
+1008.1320 Numerical Analysis
+1008.3559 Cosmology and Nongalactic Astrophysics
+1008.4798 Strongly Correlated Electrons
+1008.4815 Information Retrieval
+1008.5318 Cosmology and Nongalactic Astrophysics
+1009.1115
+1009.3736 Strongly Correlated Electrons
+1009.4394 Cosmology and Nongalactic Astrophysics
+1009.5674 Astrophysics of Galaxies
+1010.0713 Genomics
+1010.1827 Differential Geometry
+1010.1854 Optics
+1010.3037 Cosmology and Nongalactic Astrophysics
+1011.0480 Lattice
+1011.0943 Functional Analysis
+1011.0987
+1011.1726 Spectral Theory
+1011.2622
+1011.3019 Computer Vision and Pattern Recognition
+1011.5168 Social and Information Networks
+1011.6166 Dynamical Systems
+1012.0166 Quantum Gases
+1012.3857
+1012.4550 Algebraic Geometry
+1012.4660 Atomic Physics
+1012.4837 Lattice
+1012.5694 Phenomenology
+1101.1021 Superconductivity
+1101.3799 Instrumentation and Methods for Astrophysics
+1101.3927 Theory
+1101.4285 Networking and Internet Architecture
+1102.1791 Adaptation and Self-Organizing Systems
+1102.2400 Phenomenology
+1102.3034
+1102.4035 Theory
+1102.4318
+1102.5348 Statistical Mechanics
+1103.3054 Information Theory
+1103.3352 Theory
+1103.4094 Strongly Correlated Electrons
+1103.4413 Statistical Mechanics
+1103.4558 Artificial Intelligence
+1103.4739 Atomic Physics
+1103.5429 Analysis of PDEs
+1103.5835 Complex Variables
+1104.0154 Strongly Correlated Electrons
+1104.0901 Cosmology and Nongalactic Astrophysics
+1104.3301 Analysis of PDEs
+1104.3524 Statistical Mechanics
+1104.4336 Analysis of PDEs
+1105.2426 Algebraic Geometry
+1105.5638 Commutative Algebra
+1105.6315 Geophysics
+1106.0062
+1106.0077 Logic
+1106.0118 Neural and Evolutionary Computing
+1106.0134 Quantitative Methods
+1106.0297 Physics and Society
+1106.0304 Databases
+1106.0312 Soft Condensed Matter
+1106.0320 Probability
+1106.0325 Statistical Mechanics
+1106.0336 Geometric Topology
+1106.0346 Social and Information Networks
+1106.0349 Optimization and Control
+1106.0350 Rings and Algebras
+1106.0356
+1106.0357 Learning
+1106.0358 Differential Geometry
+1106.0360 Dynamical Systems
+1106.0361 Dynamical Systems
+1106.0369 Combinatorics
+1106.0371 Computer Vision and Pattern Recognition
+1106.0372 Differential Geometry
+1106.0377 Materials Science
+1106.0378 Superconductivity
+1106.0380 Information Theory
+1106.0383 Materials Science
+1106.0384 Theory
+1106.0385 Materials Science
+1106.0386 Materials Science
+1106.0388 Materials Science
+1106.0390 Data Analysis, Statistics and Probability
+1106.0395
+1106.0397 High Energy Astrophysical Phenomena
+1106.0399 Logic in Computer Science
+1106.0403
+1106.0404 General Topology
+1106.0411 Computation and Language
+1106.0420 Combinatorics
+1106.0424 Numerical Analysis
+1106.0432 Geometric Topology
+1106.0439 Physics and Society
+1106.0442 Chaotic Dynamics
+1106.0445 Networking and Internet Architecture
+1106.0446 Cosmology and Nongalactic Astrophysics
+1106.0447 Programming Languages
+1106.0448 Biological Physics
+1106.0455 Functional Analysis
+1106.0457 Lattice
+1106.0460 Analysis of PDEs
+1106.0461 Computational Geometry
+1106.0462 Analysis of PDEs
+1106.0463 Numerical Analysis
+1106.0464 Materials Science
+1106.0465 Phenomenology
+1106.0471 Strongly Correlated Electrons
+1106.0472 Functional Analysis
+1106.0474 Machine Learning
+1106.0478 Programming Languages
+1106.0479 Phenomenology
+1106.0482 Differential Geometry
+1106.0483 Artificial Intelligence
+1106.0485
+1106.0488 Information Theory
+math-ph/0601044
+math/0604343 Group Theory
+quant-ph/0703036
+0712.1769 Representation Theory
+0804.3876
+0808.2162 Commutative Algebra
+0809.3919 Complex Variables
+0810.1959
+0810.2027 Group Theory
+0812.0274 Operator Algebras
+0905.1302 Geometric Topology
+0906.2874 Classical Analysis and ODEs
+0908.3914 Experiment
+0909.0354 Algebraic Geometry
+0909.0890
+0910.0063 Applications
+0910.4180 Algebraic Geometry
+0911.0545 Algebraic Topology
+1002.0915 Theory
+1002.3006 Representation Theory
+1003.3651 Symplectic Geometry
+1004.1843
+1004.2452
+1004.2468
+1004.3840 Mesoscale and Nanoscale Physics
+1004.4686 Statistics Theory
+1004.4921 Numerical Analysis
+1005.1517 Symplectic Geometry
+1005.3395 Dynamical Systems
+1005.5387 Soft Condensed Matter
+1005.5622 Combinatorics
+1006.2776 Number Theory
+1006.4003 Mesoscale and Nanoscale Physics
+1006.4092 Theory
+1006.4097 Theory
+1007.0434
+1007.0855
+1007.2513 Quantitative Methods
+1007.4578 Materials Science
+1008.1116
+1008.3262 Analysis of PDEs
+1009.4616 Soft Condensed Matter
+1009.5479 Algebraic Topology
+1010.0183 Symplectic Geometry
+1010.0198 Quantum Gases
+1010.0396 Dynamical Systems
+1010.3698 Phenomenology
+1010.5402 Rings and Algebras
+1011.0294 Soft Condensed Matter
+1011.6133 Combinatorics
+1011.6396 Theory
+1012.3029 Strongly Correlated Electrons
+1012.3081 Theory
+1012.5723 Networking and Internet Architecture
+1101.0426 History and Overview
+1102.0336 Functional Analysis
+1102.4662 Algebraic Geometry
+1102.5163 Mesoscale and Nanoscale Physics
+1102.5403 Theory
+1102.5735 Solar and Stellar Astrophysics
+1103.2249 Strongly Correlated Electrons
+1103.5270
+1103.5785 Phenomenology
+1103.6022 Number Theory
+1104.0717 Superconductivity
+1104.1119 Materials Science
+1104.3987 Earth and Planetary Astrophysics
+1104.4305 Complex Variables
+1105.1094 Cosmology and Nongalactic Astrophysics
+1105.1391
+1105.2192
+1105.2626 Spectral Theory
+1105.4976
+1106.0493 General Physics
+1106.0507
+1106.0572
+1106.1922
+1106.2544 Theory
+1106.2895 Other Statistics
+1106.2910
+1106.3441 High Energy Astrophysical Phenomena
+1106.3844 Experiment
+1106.3952 Number Theory
+1106.3978 Group Theory
+1106.4068
+1106.4199 Quantitative Methods
+1106.4216 Algebraic Topology
+1106.4251 Learning
+1106.4312 Solar and Stellar Astrophysics
+1106.4325 Probability
+1106.4333 Machine Learning
+1106.4340 Pattern Formation and Solitons
+1106.4344 Dynamical Systems
+1106.4346 Distributed, Parallel, and Cluster Computing
+1106.4350 Probability
+1106.4354 Representation Theory
+1106.4358 Dynamical Systems
+1106.4361 Rings and Algebras
+1106.4367 Analysis of PDEs
+1106.4368 Analysis of PDEs
+1106.4371 Functional Analysis
+1106.4378 Mesoscale and Nanoscale Physics
+1106.4380 Experiment
+1106.4383 Materials Science
+1106.4384 Cosmology and Nongalactic Astrophysics
+1106.4390 Mesoscale and Nanoscale Physics
+1106.4392 Soft Condensed Matter
+1106.4395 Numerical Analysis
+1106.4396 Mesoscale and Nanoscale Physics
+1106.4399
+1106.4401 Plasma Physics
+1106.4411 Combinatorics
+1106.4412 Data Structures and Algorithms
+1106.4415 Differential Geometry
+1106.4416 Complex Variables
+1106.4419 Mesoscale and Nanoscale Physics
+1106.4420 Chaotic Dynamics
+1106.4421 Strongly Correlated Electrons
+1106.4423 Group Theory
+1106.4429
+1106.4433 Algebraic Geometry
+1106.4442 Biological Physics
+1106.4443 Combinatorics
+1106.4447 Complex Variables
+1106.4449 Symplectic Geometry
+1106.4450 Quantitative Methods
+1106.4455 Strongly Correlated Electrons
+1106.4459 Rings and Algebras
+1106.4462 Phenomenology
+1106.4463 Group Theory
+1106.4464 Chemical Physics
+1106.4466
+1106.4469 Cryptography and Security
+1106.4472 Number Theory
+1106.4474 Representation Theory
+1106.4478
+1106.4479 Phenomenology
+1106.4481
+1106.4482 Fluid Dynamics
+1106.4484 Plasma Physics
+1106.4487 Machine Learning
+1106.4489 Data Structures and Algorithms
+1106.4492 Mesoscale and Nanoscale Physics
+1106.4500 Methodology
+1106.4518 Optics
+1106.4521 Biological Physics
+1106.4524 Materials Science
+1106.4529 Algebraic Geometry
+1106.4531 Analysis of PDEs
+1106.4534 Materials Science
+1106.4535 Operator Algebras
+1106.4541 Differential Geometry
+cs/0308043 Emerging Technologies
+math-ph/0007005
+math-ph/0011028
+math-ph/0603069
+math/0504058 Statistics Theory
+math/0603319 Differential Geometry
+math/0607002 Representation Theory
+math/0607005 Differential Geometry
+math/0607006 Representation Theory
+math/0607007 Representation Theory
+math/0611117 Statistics Theory
+quant-ph/0309205
+quant-ph/0512075
+quant-ph/0605161
+quant-ph/0608074
+0705.0552 Data Structures and Algorithms
+0705.2908 General Physics
+0805.2065 Algebraic Geometry
+0808.3913 Classical Physics
+0809.3532 Superconductivity
+0904.0562 Combinatorics
+0907.0077 Probability
+0910.5695 Representation Theory
+0911.5709 Other Condensed Matter
+1001.1926
+1001.3897
+1002.3576 Plasma Physics
+1003.1122 Functional Analysis
+1003.3620
+1004.1997 Neural and Evolutionary Computing
+1005.0777
+1005.3848 Theory
+1005.5173
+1006.2670
+1006.3169 Superconductivity
+1006.5017 Functional Analysis
+1006.5584 Strongly Correlated Electrons
+1007.1946 Data Structures and Algorithms
+1008.2074 Commutative Algebra
+1008.3251 Superconductivity
+1008.4549 Phenomenology
+1009.0973 Populations and Evolution
+1009.3103
+1009.3669 Methodology
+1009.4497 Phenomenology
+1009.6131 Analysis of PDEs
+1011.0674 Statistics Theory
+1011.3861 Soft Condensed Matter
+1011.3896
+1101.0119
+1101.0126
+1101.1152 Number Theory
+1101.2621 Other Condensed Matter
+1101.2880 Other Condensed Matter
+1101.4250
+1102.1615 Statistics Theory
+1102.2449 Materials Science
+1102.5083 Phenomenology
+1102.5260 Strongly Correlated Electrons
+1102.5540 Data Structures and Algorithms
+1103.0135 Information Theory
+1103.0388 Theory
+1103.0784 Social and Information Networks
+1103.4484 Plasma Physics
+1104.0265 Geophysics
+1104.1390 Phenomenology
+1104.1596
+1104.2704
+1104.2726 Phenomenology
+1104.5101 Quantum Algebra
+1105.3630 Cosmology and Nongalactic Astrophysics
+1105.4074 Materials Science
+1105.5170 Physics and Society
+1106.0311 Superconductivity
+1106.0648 Analysis of PDEs
+1106.1330 Theory
+1106.2913 Symplectic Geometry
+1106.5470 Logic in Computer Science
+1106.5698 Theory
+1107.0386
+1107.0539 Physics and Society
+1107.0997 Populations and Evolution
+1107.3479 General Mathematics
+1108.1225 Statistical Mechanics
+1108.1239 Combinatorics
+1108.1581 Numerical Analysis
+1108.1674
+1108.1716 Adaptation and Self-Organizing Systems
+1108.1748 Strongly Correlated Electrons
+1108.1804 Classical Physics
+1108.1817 Strongly Correlated Electrons
+1108.1819
+1108.1820 Number Theory
+1108.1823 Quantum Algebra
+1108.1831 Earth and Planetary Astrophysics
+1108.1838 High Energy Astrophysical Phenomena
+1108.1841 Physics and Society
+1108.1842 Strongly Correlated Electrons
+1108.1846 Classical Analysis and ODEs
+1108.1852 Number Theory
+1108.1853 Strongly Correlated Electrons
+1108.1854
+1108.1855
+1108.1860 Data Analysis, Statistics and Probability
+1108.1861 Logic in Computer Science
+1108.1862 Software Engineering
+1108.1863 Logic in Computer Science
+1108.1864 Logic in Computer Science
+1108.1865 Distributed, Parallel, and Cluster Computing
+1108.1868 Accelerator Physics
+1108.1869 Accelerator Physics
+1108.1870 Accelerator Physics
+1108.1871 Accelerator Physics
+1108.1877
+1108.1879 Other Statistics
+1108.1880 Commutative Algebra
+1108.1883 Quantum Gases
+1108.1885 Applications
+1108.1887 Superconductivity
+1108.1889 Disordered Systems and Neural Networks
+1108.1890 Analysis of PDEs
+1108.1891 Numerical Analysis
+1108.1894 Group Theory
+1108.1903 Plasma Physics
+1108.1905 Combinatorics
+1108.1913 Combinatorics
+1108.1915
+1108.1917 Methodology
+1108.1925 Databases
+1108.1926 Distributed, Parallel, and Cluster Computing
+1108.1928 Distributed, Parallel, and Cluster Computing
+1108.1937 Statistical Mechanics
+1108.1940 Systems and Control
+1108.1943
+1108.1950 Lattice
+1108.1952 Mesoscale and Nanoscale Physics
+1108.1954 Computational Physics
+1108.1963
+1108.1965 Differential Geometry
+1108.1966 Computation and Language
+1108.1967
+1108.1969 Functional Analysis
+1108.1972 Statistics Theory
+1108.1977 Information Theory
+1108.1978
+1108.1982 Analysis of PDEs
+1108.1983 Data Structures and Algorithms
+1108.1984 Dynamical Systems
+1108.1986 Artificial Intelligence
+1108.1987 Cellular Automata and Lattice Gases
+1108.2001 Algebraic Topology
+1108.2003
+1108.2006 Physics Education
+1108.2012 Mesoscale and Nanoscale Physics
+1108.2026 Algebraic Geometry
+1108.2027 General Physics
+gr-qc/0206056
+0709.4253 Representation Theory
+0710.3377 Probability
+0801.2781 Plasma Physics
+0801.3985 Combinatorics
+0802.2163 Differential Geometry
+0802.2812 Analysis of PDEs
+0802.3819 Differential Geometry
+0803.3279 Plasma Physics
+0803.3281 Plasma Physics
+0804.1057 Superconductivity
+0804.1480 Other Condensed Matter
+0805.0670 Classical Analysis and ODEs
+0805.2744 Machine Learning
+0805.2756 Methodology
+0805.3799 Artificial Intelligence
+0806.0792 Plasma Physics
+0807.0908 Artificial Intelligence
+0807.2555 Mesoscale and Nanoscale Physics
+0809.0492 Machine Learning
+0809.3132 Differential Geometry
+0809.3199
+0809.4086 Learning
+0809.5043 Phenomenology
+0810.4081 Strongly Correlated Electrons
+0811.0438 Probability
+0901.2455 Superconductivity
+0901.3704
+0902.2365 Quantum Algebra
+0902.2808 Machine Learning
+0903.2320
+0905.0163 Number Theory
+0905.1426 Classical Analysis and ODEs
+0905.3601 Optimization and Control
+0905.4190 Differential Geometry
+0906.2234 Methodology
+0907.0625 Quantum Gases
+0907.2505 Superconductivity
+0908.1257 Analysis of PDEs
+0909.0481 Computer Vision and Pattern Recognition
+0909.0887 Algebraic Topology
+0910.2829 Formal Languages and Automata Theory
+0911.3193 Materials Science
+0911.5440 Analysis of PDEs
+0911.5655 Differential Geometry
+0912.1510 Superconductivity
+1001.3600 Spectral Theory
+1002.0924 Soft Condensed Matter
+1002.3252 Mesoscale and Nanoscale Physics
+1002.3659 Theory
+1002.3938 Classical Analysis and ODEs
+1003.0996 Applications
+1003.1565 Commutative Algebra
+1004.0915 Materials Science
+1004.3586 Optics
+1005.3313
+1005.4383
+1005.4640 Number Theory
+1006.0266 Superconductivity
+1006.1584
+1006.1603 Theory
+1006.2525
+1006.2697
+1006.3437 Geometric Topology
+1006.3763 High Energy Astrophysical Phenomena
+1006.3824 High Energy Astrophysical Phenomena
+1006.4268 Mesoscale and Nanoscale Physics
+1007.1821 General Physics
+1007.2033
+1007.2289 Dynamical Systems
+1007.3573 Phenomenology
+1007.4429 Strongly Correlated Electrons
+1008.2511 Atomic Physics
+1008.2804 Classical Analysis and ODEs
+1008.3024 Algebraic Geometry
+1008.4604 Mesoscale and Nanoscale Physics
+1008.4732 Quantum Gases
+1008.4772 Solar and Stellar Astrophysics
+1008.4907 Statistical Mechanics
+1008.5051 High Energy Astrophysical Phenomena
+1009.0675 Quantum Gases
+1009.0684 Operator Algebras
+1009.2963 Atomic Physics
+1009.3232 Statistical Mechanics
+1009.3691 Superconductivity
+1009.5240 Mesoscale and Nanoscale Physics
+1010.2002 Algebraic Geometry
+1010.2084 Instrumentation and Methods for Astrophysics
+1010.3268 Genomics
+1010.4358 Strongly Correlated Electrons
+1010.4744 Optimization and Control
+1011.2543 Statistical Mechanics
+1011.2697 Mesoscale and Nanoscale Physics
+1011.2936 Astrophysics of Galaxies
+1011.3412 Solar and Stellar Astrophysics
+1011.3855 High Energy Astrophysical Phenomena
+1011.5096 Populations and Evolution
+1011.5131 Phenomenology
+1011.6538 Materials Science
+1011.6565 Mesoscale and Nanoscale Physics
+1012.0274 Theory
+1012.0966 Medical Physics
+1012.1023 Quantum Gases
+1012.1855 Cosmology and Nongalactic Astrophysics
+1012.1924 Combinatorics
+1012.2074 Representation Theory
+1012.2611 Quantum Algebra
+1012.3547 Group Theory
+1012.4640 Logic
+1012.5789 Commutative Algebra
+1101.0490 Materials Science
+1101.0622 Algebraic Geometry
+1101.0845 Experiment
+1101.0921 General Mathematics
+1101.1270 Theory
+1101.1504 Solar and Stellar Astrophysics
+1101.1530 Number Theory
+1101.1532 Functional Analysis
+1101.1533 Analysis of PDEs
+1101.1535
+1101.1537 Optimization and Control
+1101.1548 Algebraic Geometry
+1101.1557 K-Theory and Homology
+1101.1561 Experiment
+1101.1562 Atmospheric and Oceanic Physics
+1101.1565 Cosmology and Nongalactic Astrophysics
+1101.1568 Rings and Algebras
+1101.1599 Symplectic Geometry
+1101.1602 Computer Vision and Pattern Recognition
+1101.1603 Cryptography and Security
+1101.1606 Human-Computer Interaction
+1101.1608 Human-Computer Interaction
+1101.1609
+1101.1613 Category Theory
+1101.1616 Analysis of PDEs
+1101.1625 Analysis of PDEs
+1101.1629 Materials Science
+1101.1637 Information Retrieval
+1101.1639 Information Retrieval
+1101.1644 Soft Condensed Matter
+1101.1662 Strongly Correlated Electrons
+1101.1665 Differential Geometry
+1101.1668 Superconductivity
+1101.1677 History and Philosophy of Physics
+1101.1680 Distributed, Parallel, and Cluster Computing
+1101.1681 Dynamical Systems
+1101.1682 Sound
+1101.1684 Algebraic Geometry
+1101.1685 General Physics
+1101.1693 Materials Science
+1101.1705 Rings and Algebras
+1101.1712 Networking and Internet Architecture
+1101.1718 Software Engineering
+1101.1728 Classical Physics
+1101.1730 Algebraic Geometry
+1101.1731 Logic in Computer Science
+1101.1743 Algebraic Geometry
+1101.1747 Populations and Evolution
+1101.1750 Dynamical Systems
+1101.1754 Materials Science
+1101.1758 Physics Education
+1101.1767 Strongly Correlated Electrons
+1101.1793 Classical Analysis and ODEs
+1101.1794
+1101.1795 Differential Geometry
+1101.1796 Chaotic Dynamics
+1101.1799 Solar and Stellar Astrophysics
+1101.1804 Materials Science
+1101.1814 Cryptography and Security
+1101.1815 Cryptography and Security
+1101.1816 Probability
+1101.1819
+1101.1827 Analysis of PDEs
+1101.1828 Dynamical Systems
+1101.1835 General Physics
+1101.1836 Quantitative Methods
+1101.1846 Distributed, Parallel, and Cluster Computing
+1101.1847 Trading and Market Microstructure
+1101.1850 Number Theory
+1101.1854 Mesoscale and Nanoscale Physics
+1101.1857 High Energy Astrophysical Phenomena
+1101.1858 Neurons and Cognition
+1101.1869 Analysis of PDEs
+1101.1885 Cosmology and Nongalactic Astrophysics
+1101.1888
+1101.1889 Instrumentation and Methods for Astrophysics
+1101.1892 Tissues and Organs
+1101.1900 High Energy Astrophysical Phenomena
+1101.1902 Distributed, Parallel, and Cluster Computing
+1101.1905 Popular Physics
+1101.1914 Superconductivity
+1101.1927
+1101.1928 Differential Geometry
+1101.1929 Instrumentation and Methods for Astrophysics
+1101.1932 Distributed, Parallel, and Cluster Computing
+1101.1933 Representation Theory
+1101.1938 Commutative Algebra
+1101.1939 Number Theory
+1101.1940 Instrumentation and Detectors
+1101.1941 Data Structures and Algorithms
+1101.1945 General Physics
+cond-mat/0405331 Mesoscale and Nanoscale Physics
+cond-mat/0410556 Superconductivity
+cond-mat/0511271 Mesoscale and Nanoscale Physics
+cond-mat/0602521 Superconductivity
+cond-mat/0701174 Superconductivity
+gr-qc/0703087
+math/0603062 Probability
+math/0605555 Statistics Theory
+math/0609522 Numerical Analysis
+math/0701137 Rings and Algebras
+physics/0210005 Classical Physics
+quant-ph/0211177
+quant-ph/0304061
+quant-ph/0509185
+0808.1370 Disordered Systems and Neural Networks
+0907.2015 Complex Variables
+0907.3920
+0910.4547
+0911.5728 Algebraic Geometry
+1001.1793
+1002.1423 Algebraic Geometry
+1002.2168 Methodology
+1005.2311 Soft Condensed Matter
+1005.4854 Optimization and Control
+1006.0783 Optics
+1007.0406 K-Theory and Homology
+1009.0779 Cosmology and Nongalactic Astrophysics
+1009.6064
+1010.1825 Algebraic Geometry
+1010.3025 Materials Science
+1010.5696 Classical Physics
+1011.2871 Plasma Physics
+1012.2321 Formal Languages and Automata Theory
+1012.2889 Adaptation and Self-Organizing Systems
+1101.1189 Plasma Physics
+1101.2731 Group Theory
+1101.5881 Phenomenology
+1101.5979 Quantum Gases
+1102.1287 Plasma Physics
+1102.1518 Differential Geometry
+1102.1735 Statistical Mechanics
+1102.3309 Mesoscale and Nanoscale Physics
+1103.0564 Strongly Correlated Electrons
+1103.0889 Dynamical Systems
+1103.0980 Materials Science
+1103.1398 Superconductivity
+1103.3045 Phenomenology
+1103.5067 Quantum Algebra
+1104.3705 General Physics
+1104.4266 Optimization and Control
+1104.5341 Machine Learning
+1105.1851 Superconductivity
+1105.2741 Phenomenology
+1105.2833 Superconductivity
+1105.3059 Strongly Correlated Electrons
+1105.4917 Superconductivity
+1105.5427 Optimization and Control
+1106.1873 Theory
+1106.5322 Superconductivity
+1107.0181
+1107.0248 Representation Theory
+1107.0675 Superconductivity
+1107.0711 Superconductivity
+1107.1190
+1107.1250
+1107.2904
+1107.2949 Computational Geometry
+1107.3800 History and Philosophy of Physics
+1107.4248 Phenomenology
+1107.4710 Mesoscale and Nanoscale Physics
+1108.0195 Theory
+1108.2779
+1108.3487 Soft Condensed Matter
+1108.3836 Cosmology and Nongalactic Astrophysics
+1108.3932 Theory
+1108.4334 Dynamical Systems
+1108.5380 Quantum Gases
+1108.5598 Representation Theory
+1109.0143 Experiment
+1109.0270 Theory
+1109.0384 Strongly Correlated Electrons
+1109.1680 Information Theory
+1109.3531 Materials Science
+1109.3593
+1109.5950 Quantum Algebra
+1109.6178 Data Structures and Algorithms
+1110.2579 Phenomenology
+1111.0708 Machine Learning
+1111.4552 Discrete Mathematics
+1111.4927
+1111.5276 Lattice
+1111.6044 Rings and Algebras
+1111.6105 Superconductivity
+1111.6157 Commutative Algebra
+1111.6295 Algebraic Geometry
+1111.6296 Algebraic Geometry
+1111.6568 Soft Condensed Matter
+1111.6582 Phenomenology
+1111.6759 Combinatorics
+1111.6821
+1111.6926 Applications
+1111.6934 Digital Libraries
+1111.6944
+1111.6945 Phenomenology
+1111.6970 Solar and Stellar Astrophysics
+1111.6971 Cosmology and Nongalactic Astrophysics
+1111.6981 Cosmology and Nongalactic Astrophysics
+1111.6983 Software Engineering
+1111.6992 High Energy Astrophysical Phenomena
+1111.6995
+1111.6996 Numerical Analysis
+1111.7002 Differential Geometry
+1111.7006
+1111.7008 Mesoscale and Nanoscale Physics
+1111.7009 Mesoscale and Nanoscale Physics
+1111.7016 Group Theory
+1111.7025 Artificial Intelligence
+1111.7028 Combinatorics
+1111.7029 Combinatorics
+1111.7033 Multiagent Systems
+1111.7036 Combinatorics
+1111.7051 Cryptography and Security
+1111.7054 Lattice
+1111.7058 Optics
+1111.7059 Statistical Mechanics
+1111.7060 Instrumentation and Detectors
+1111.7061 Statistics Theory
+1111.7066 Analysis of PDEs
+1111.7069 Information Theory
+1111.7074 Statistical Mechanics
+1111.7078 Information Theory
+1111.7089 Applications
+1111.7091 Applications
+1111.7098 Applications
+1111.7104 Information Theory
+1111.7105 Applications
+1111.7107 Functional Analysis
+1111.7108 Information Theory
+1111.7116
+1111.7120 Applications
+1111.7121 Dynamical Systems
+1111.7122 Instrumentation and Methods for Astrophysics
+1111.7125 Applications
+1111.7133 Mesoscale and Nanoscale Physics
+1111.7134 Algebraic Topology
+1111.7140
+1111.7141 Theory
+1111.7142 Theory
+1111.7143 Functional Analysis
+1111.7151
+1111.7154 Logic in Computer Science
+1111.7155 Materials Science
+1111.7157 Combinatorics
+1111.7159 Logic in Computer Science
+1111.7161
+1111.7162
+1111.7164 Databases
+1111.7165 Databases
+1111.7166 Databases
+1111.7167 Databases
+1111.7168 Databases
+1111.7169 Databases
+1111.7170 Databases
+1111.7171 Databases
+1111.7176 Accelerator Physics
+1111.7181 General Physics
+1111.7182 Atomic and Molecular Clusters
+1111.7187 Group Theory
+1111.7189 Probability
+1111.7191 Group Theory
+1111.7193 General Physics
+1111.7197 Logic
+1111.7198 Rings and Algebras
+1111.7201 Materials Science
+1111.7203 Atomic and Molecular Clusters
+1111.7208 Analysis of PDEs
+1111.7209 Cryptography and Security
+1111.7210 Strongly Correlated Electrons
+1111.7217 Discrete Mathematics
+1111.7220 Algebraic Topology
+1111.7222 Cryptography and Security
+1111.7224 Databases
+1111.7226 Networking and Internet Architecture
+1111.7229 Instrumentation and Detectors
+1111.7231
+1111.7232 Phenomenology
+1111.7235 Physics and Society
+1111.7240 Operator Algebras
+1111.7244 Other Condensed Matter
+1111.7246 Combinatorics
+1111.7248 Statistics Theory
+1111.7251 Combinatorics
+1111.7256 Group Theory
+1111.7258 Hardware Architecture
+1111.7265 Information Theory
+1111.7271 Computer Vision and Pattern Recognition
+1111.7273 Algebraic Topology
+1111.7276 Representation Theory
+1111.7277 Cryptography and Security
+1111.7279 Phenomenology
+1111.7287 Symplectic Geometry
+1111.7294 Functional Analysis
+1111.7297 Probability
+1111.7300 Materials Science
+1111.7301 Functional Analysis
+1111.7306 Optics
+1111.7308 Analysis of PDEs
+1111.7310 Analysis of PDEs
+astro-ph/9603116
+cs/0701187 Other Computer Science
+math/0611813 Algebraic Geometry
+0709.0205 Symplectic Geometry
+0801.2474 Soft Condensed Matter
+0803.3113
+0805.0053 Information Theory
+0805.3973 Algebraic Geometry
+0807.2341 Strongly Correlated Electrons
+0808.3647 Algebraic Geometry
+0809.4518 Category Theory
+0812.2643 Algebraic Geometry
+0812.4628 Quantum Algebra
+0902.4114 Strongly Correlated Electrons
+0907.4450 Probability
+0909.0788 Other Condensed Matter
+0910.0507 Superconductivity
+0910.0603 Quantum Gases
+0910.2694 Dynamical Systems
+0910.3986 Dynamical Systems
+0911.5008
+0911.5353 Strongly Correlated Electrons
+0912.3535 Differential Geometry
+0912.4595 Information Theory
+1001.0262 Theory
+1001.5008 Number Theory
+1002.3586 Phenomenology
+1003.0332 Information Theory
+1003.3498 Probability
+1004.3187 Strongly Correlated Electrons
+1005.0270 Representation Theory
+1005.0302 Quantum Gases
+1006.1516 Soft Condensed Matter
+1006.2440 High Energy Astrophysical Phenomena
+1007.0875 Information Theory
+1007.2885 Programming Languages
+1007.3878 Computational Complexity
+1007.5177 Other Condensed Matter
+1008.0522 Strongly Correlated Electrons
+1008.1409 Dynamical Systems
+1008.1762 Statistical Mechanics
+1008.2778 Mesoscale and Nanoscale Physics
+1009.1088 Mesoscale and Nanoscale Physics
+1009.1313 Quantum Gases
+1009.3662 Algebraic Geometry
+1009.3698 Cosmology and Nongalactic Astrophysics
+1009.4798 Physics and Society
+1009.6110 Cosmology and Nongalactic Astrophysics
+1010.0050 Statistical Mechanics
+1010.0173 Methodology
+1010.0535 Machine Learning
+1010.3924 Mesoscale and Nanoscale Physics
+1010.4071 Algebraic Geometry
+1011.0963 Representation Theory
+1011.2091 Mesoscale and Nanoscale Physics
+1011.5095 High Energy Astrophysical Phenomena
+1011.5433
+1011.5777 Probability
+1011.6212 Theory
+1011.6348 Disordered Systems and Neural Networks
+1012.1702 Strongly Correlated Electrons
+1101.0974 General Mathematics
+1101.3225 Superconductivity
+1101.4572 Superconductivity
+1101.5770 Combinatorics
+1102.2464 Superconductivity
+1102.2840 Information Theory
+1102.3862 Digital Libraries
+1102.4030 Group Theory
+1102.4400 Number Theory
+1102.4750 Statistical Mechanics
+1102.5262 K-Theory and Homology
+1103.0064 Mesoscale and Nanoscale Physics
+1103.2114 Rings and Algebras
+1103.4537 History and Philosophy of Physics
+1103.4714 Optics
+1104.0858
+1104.1085 Operator Algebras
+1104.1657
+1104.1688 Probability
+1104.1810 Operator Algebras
+1104.1824 Distributed, Parallel, and Cluster Computing
+1104.1970 Cryptography and Security
+1104.2054 Dynamical Systems
+1104.2059 Computer Vision and Pattern Recognition
+1104.2069 Computer Vision and Pattern Recognition
+1104.2072 Commutative Algebra
+1104.2074 Computational Complexity
+1104.2075
+1104.2076 Data Structures and Algorithms
+1104.2092 Cosmology and Nongalactic Astrophysics
+1104.2100 Theory
+1104.2103 Cosmology and Nongalactic Astrophysics
+1104.2109
+1104.2110 Operating Systems
+1104.2122 Combinatorics
+1104.2123 Methodology
+1104.2133
+1104.2134 Networking and Internet Architecture
+1104.2135 Materials Science
+1104.2136 Materials Science
+1104.2145 Algebraic Geometry
+1104.2159 Classical Analysis and ODEs
+1104.2160 Analysis of PDEs
+1104.2162
+1104.2164 Classical Analysis and ODEs
+1104.2172 Classical Analysis and ODEs
+1104.2175 Computer Vision and Pattern Recognition
+1104.2178 Analysis of PDEs
+1104.2180 Methodology
+1104.2181 Instrumentation and Methods for Astrophysics
+1104.2194 Quantum Algebra
+1104.2196 Information Retrieval
+1104.2197 Analysis of PDEs
+1104.2201
+1104.2203 Methodology
+1104.2210 Methodology
+1104.2213 Differential Geometry
+1104.2216 Biological Physics
+1104.2218
+1104.2221 Spectral Theory
+1104.2222 Number Theory
+1104.2223 Differential Geometry
+1104.2230 Data Structures and Algorithms
+1104.2239 Information Theory
+1104.2246 Solar and Stellar Astrophysics
+1104.2251 Discrete Mathematics
+1104.2252 Biomolecules
+1104.2261 Biomolecules
+1104.2263 Algebraic Geometry
+1104.2266
+1104.2273
+1104.2277 Optics
+1104.2284 Databases
+1104.2288 Dynamical Systems
+1104.2293 Programming Languages
+1104.2296 Differential Geometry
+1104.2297
+1104.2301 Group Theory
+1104.2306 Instrumentation and Methods for Astrophysics
+1104.2308 General Finance
+1104.2312 Computational Complexity
+1104.2316 Solar and Stellar Astrophysics
+1104.2317
+cond-mat/0307594 Superconductivity
+cond-mat/0611092 Materials Science
+gr-qc/0205127
+nlin/0402052 Exactly Solvable and Integrable Systems
+nlin/0507024 Exactly Solvable and Integrable Systems
+nlin/0607028 Chaotic Dynamics
+nlin/0701046 Exactly Solvable and Integrable Systems
+quant-ph/0701098
+0710.4339 Lattice
+0711.2977 Experiment
+0711.4275 Accelerator Physics
+0711.4375 Experiment
+0712.3817 Phenomenology
+0712.4389 Phenomenology
+0801.2360
+0802.3911 Accelerator Physics
+0803.0060 Analysis of PDEs
+0806.3272
+0811.1221
+0811.3633 Theory
+0903.4056 Dynamical Systems
+0903.4389 Mesoscale and Nanoscale Physics
+0904.0793 Phenomenology
+0905.2432 Lattice
+0907.1783 Astrophysics of Galaxies
+0907.2289
+0907.4448 Analysis of PDEs
+0907.5238
+0907.5554 Geometric Topology
+0909.0188 Operator Algebras
+0909.4474 Numerical Analysis
+0909.4899 Complex Variables
+0910.5879 Analysis of PDEs
+0911.2833 Number Theory
+0911.5218
+0912.3680 Geometric Topology
+1001.0720 Mesoscale and Nanoscale Physics
+1001.4043 Classical Analysis and ODEs
+1002.2601
+1002.3473 Differential Geometry
+1003.0523 Theory
+1003.2410 Mesoscale and Nanoscale Physics
+1003.2862 Theory
+1003.3575 Cosmology and Nongalactic Astrophysics
+1003.4034
+1003.4214 Theory
+1003.4273
+1004.0342 Lattice
+1004.1803 Algebraic Geometry
+1004.2799 Theory
+1004.3378 High Energy Astrophysical Phenomena
+1004.3498 Theory
+1004.4032 Phenomenology
+1004.4096 Astrophysics of Galaxies
+1004.5444 Phenomenology
+1005.1218 Functional Analysis
+1006.0025 Cosmology and Nongalactic Astrophysics
+1006.0483 Theory
+1006.0578
+1006.0697 Risk Management
+1006.5150
+1007.0678 Group Theory
+1007.3748 Cosmology and Nongalactic Astrophysics
+1007.4034 Logic
+1008.1495 Cosmology and Nongalactic Astrophysics
+1008.3192 Cosmology and Nongalactic Astrophysics
+1009.0440 Mesoscale and Nanoscale Physics
+1009.1567
+1009.1647 Group Theory
+1009.2284 High Energy Astrophysical Phenomena
+1009.2441
+1009.2781 Phenomenology
+1009.3453 Mesoscale and Nanoscale Physics
+1009.4476 Quantum Gases
+1009.6026 Strongly Correlated Electrons
+1010.1376
+1010.1747 Symplectic Geometry
+1010.3722 Cosmology and Nongalactic Astrophysics
+1010.5025
+1010.5796 Statistical Mechanics
+1010.5844
+1010.5861 Lattice
+1010.5865 Phenomenology
+1010.5876 Strongly Correlated Electrons
+1010.5887 Materials Science
+1010.5909 Phenomenology
+1010.6203 Experiment
+1010.6224 Lattice
+1010.6274 Phenomenology
+1011.0682 Phenomenology
+1011.1167 Phenomenology
+1011.1485 Theory
+1011.1759 Phenomenology
+1011.1771 Theory
+1011.1859 Cosmology and Nongalactic Astrophysics
+1011.2126 Cosmology and Nongalactic Astrophysics
+1011.2212 Theory
+1011.2226 Cosmology and Nongalactic Astrophysics
+1011.2398 Phenomenology
+1011.2440 Theory
+1011.2918 Optimization and Control
+1011.3300 Phenomenology
+1011.3416 Theory
+1011.3502 Theory
+1011.3735 Phenomenology
+1011.3763 Theory
+1011.3927 Theory
+1011.4187 Strongly Correlated Electrons
+1011.4357 Cosmology and Nongalactic Astrophysics
+1011.4500 Theory
+1011.4867 Phenomenology
+1011.4936 Phenomenology
+1011.4951 Solar and Stellar Astrophysics
+1011.5107 Theory
+1011.5129 Theory
+1011.5218 Theory
+1011.5278 Theory
+1011.5319 High Energy Astrophysical Phenomena
+1011.5363 Phenomenology
+1011.5679 Theory
+1011.5820 Theory
+1011.5895 Theory
+1011.5989 Theory
+1011.6109 Theory
+1011.6386 Statistical Mechanics
+1011.6553 Functional Analysis
+1011.6614 Algebraic Geometry
+1011.6647 Phenomenology
+1011.6662 Phenomenology
+1012.0713 Theory
+1012.1328
+1012.1355 Theory
+1012.1379
+1012.1607 Quantum Gases
+1012.1706
+1012.1760 Phenomenology
+1012.1991
+1012.2119 Theory
+1012.2638 Theory
+1012.2646 Cosmology and Nongalactic Astrophysics
+1012.2867
+1012.2875 Phenomenology
+1012.3137 Theory
+1012.3275 High Energy Astrophysical Phenomena
+1012.3316 Theory
+1012.3352 Phenomenology
+1012.3668 Phenomenology
+1012.3740 Theory
+1012.3756 Theory
+1012.3961 Theory
+1012.3972 Theory
+1012.4230 Phenomenology
+1012.4284 Lattice
+1012.4344 Theory
+1012.4348 Instrumentation and Detectors
+1012.4467
+1012.4471 Theory
+1012.4472
+1012.4541 Theory
+1012.4629
+1012.4713 Theory
+1012.4785 Theory
+1012.4803 Theory
+1012.4885 Cosmology and Nongalactic Astrophysics
+1101.0009 Theory
+1101.0026 Theory
+1101.0088
+1101.1619 Cosmology and Nongalactic Astrophysics
+1101.1903 High Energy Astrophysical Phenomena
+1101.2543 High Energy Astrophysical Phenomena
+1101.3180 Cosmology and Nongalactic Astrophysics
+1101.3360 Theory
+1101.4633 Phenomenology
+1101.4741
+1101.5846 Algebraic Geometry
+1102.0734 Statistical Mechanics
+1102.1476 Combinatorics
+1102.2205 Strongly Correlated Electrons
+1102.2298 Statistics Theory
+1102.2786 Cosmology and Nongalactic Astrophysics
+1102.3877 Cosmology and Nongalactic Astrophysics
+1102.4955 Instrumentation and Methods for Astrophysics
+1103.0123 Superconductivity
+1103.0271
+1103.0524 Fluid Dynamics
+1103.3186
+1103.3264 Mesoscale and Nanoscale Physics
+1103.3282 Symplectic Geometry
+1103.3286 Analysis of PDEs
+1103.3292 Information Theory
+1103.3308 Cryptography and Security
+1103.3317 Classical Analysis and ODEs
+1103.3319 Logic in Computer Science
+1103.3320 Logic in Computer Science
+1103.3321 Logic in Computer Science
+1103.3322 Logic in Computer Science
+1103.3328 Plasma Physics
+1103.3332 Cryptography and Security
+1103.3333 Cryptography and Security
+1103.3335 Representation Theory
+1103.3336 Combinatorics
+1103.3337 Mesoscale and Nanoscale Physics
+1103.3339 Other Computer Science
+1103.3340 Networking and Internet Architecture
+1103.3343 Differential Geometry
+1103.3344 Pattern Formation and Solitons
+1103.3349 Materials Science
+1103.3355 Materials Science
+1103.3361 Formal Languages and Automata Theory
+1103.3363 Algebraic Geometry
+1103.3365 Analysis of PDEs
+1103.3366 Probability
+1103.3369 Combinatorics
+1103.3371 Numerical Analysis
+1103.3372 Dynamical Systems
+1103.3374 Materials Science
+1103.3381 Number Theory
+1103.3382 Networking and Internet Architecture
+1103.3386
+1103.3391 Computational Engineering, Finance, and Science
+1103.3401 Dynamical Systems
+1103.3402 General Physics
+1103.3413 Mesoscale and Nanoscale Physics
+1103.3416 Functional Analysis
+1103.3417 Artificial Intelligence
+1103.3420 Artificial Intelligence
+1103.3423 Geometric Topology
+1103.3426 Earth and Planetary Astrophysics
+1103.3428 Number Theory
+1103.3440 Computer Vision and Pattern Recognition
+1103.3443 Statistical Mechanics
+1103.3449 Mesoscale and Nanoscale Physics
+1103.3455 Commutative Algebra
+1103.3456
+1103.3457 Social and Information Networks
+1103.3458 Dynamical Systems
+1103.3460 Analysis of PDEs
+1103.3462 Algebraic Geometry
+1103.3479 Geometric Topology
+1103.3481 Cosmology and Nongalactic Astrophysics
+1103.3483 Number Theory
+1103.3487 Symplectic Geometry
+1103.3489 Probability
+1103.3494 Probability
+1103.3498 Astrophysics of Galaxies
+hep-th/9912112 Theory
+0706.3212
+0706.3305 Cryptography and Security
+0707.3254 Analysis of PDEs
+0707.3968 General Physics
+0708.0985 Algebraic Geometry
+0803.1452
+0806.0542 Classical Analysis and ODEs
+0808.0308 Geometric Topology
+0812.3089 Number Theory
+0812.4670 Superconductivity
+0901.1607 Algebraic Geometry
+0903.3680 Theory
+0904.2385 Logic in Computer Science
+0905.2986 Phenomenology
+0906.5018 High Energy Astrophysical Phenomena
+0907.1697
+0908.4560 Probability
+0909.0805
+0909.1038 Theory
+0909.2160 Experiment
+0911.0567
+0911.2951 Algebraic Geometry
+0912.0689 Representation Theory
+0912.5058 Astrophysics of Galaxies
+1003.0389 Exactly Solvable and Integrable Systems
+1003.3683
+1003.3991 Lattice
+1003.4397 Numerical Analysis
+1003.4686 General Physics
+1005.0301 Statistical Mechanics
+1005.3756 Group Theory
+1005.3965 Superconductivity
+1006.0469 Computational Finance
+1006.1929 Phenomenology
+1006.2882 Cosmology and Nongalactic Astrophysics
+1006.3867 Functional Analysis
+1006.4143 Superconductivity
+1006.4812 Strongly Correlated Electrons
+1007.0840 Quantum Gases
+1007.1604 Discrete Mathematics
+1007.1732 Mesoscale and Nanoscale Physics
+1007.3474 Probability
+1007.5424 Theory
+1008.0082 Theory
+1008.0566 Earth and Planetary Astrophysics
+1008.1644 Strongly Correlated Electrons
+1008.2690 Phenomenology
+1009.1389 Quantum Gases
+1009.2518 Classical Analysis and ODEs
+1009.3267
+1009.3394
+1009.4516 Neurons and Cognition
+1009.4954 Information Theory
+1010.0442
+1010.2994 Phenomenology
+1010.2999 Experiment
+1010.4718
+1010.4936 Chemical Physics
+1010.5114 Atomic and Molecular Clusters
+1010.5505 Phenomenology
+1011.0236 Analysis of PDEs
+1011.6672 Materials Science
+1012.0708 Theory
+1012.4217 Materials Science
+1012.4509 Atomic Physics
+1101.1119 Representation Theory
+1101.1299 Cosmology and Nongalactic Astrophysics
+1101.2814 Optics
+1101.3046 Rings and Algebras
+1101.3963 Dynamical Systems
+1101.4238 Theory
+1101.4352 Statistics Theory
+1101.4353 Statistics Theory
+1101.4648 High Energy Astrophysical Phenomena
+1101.4655 Combinatorics
+1101.4660 Phenomenology
+1101.4674 General Finance
+1101.4675 General Finance
+1101.4678 General Physics
+1101.4680 General Finance
+1101.4682 Number Theory
+1101.4683 Combinatorics
+1101.4688 Functional Analysis
+1101.4691 Combinatorics
+1101.4694
+1101.4695 Functional Analysis
+1101.4703
+1101.4706
+1101.4708 Functional Analysis
+1101.4711 Information Theory
+1101.4713 Operator Algebras
+1101.4719 Mesoscale and Nanoscale Physics
+1101.4725 Functional Analysis
+1101.4728 Phenomenology
+1101.4731 Software Engineering
+1101.4732 Programming Languages
+1101.4733 Logic in Computer Science
+1101.4734 Logic in Computer Science
+1101.4735 Mesoscale and Nanoscale Physics
+1101.4739 Operator Algebras
+1101.4748 Materials Science
+1101.4750 Digital Libraries
+1101.4760 Phenomenology
+1101.4774 Chaotic Dynamics
+1101.4776 Operator Algebras
+1101.4790 Combinatorics
+1101.4801 Probability
+1101.4812 Symplectic Geometry
+1101.4814 Combinatorics
+1101.4824 Formal Languages and Automata Theory
+1101.4826 Classical Analysis and ODEs
+1101.4827 General Physics
+1101.4830 Differential Geometry
+1101.4836 Analysis of PDEs
+1101.4843 High Energy Astrophysical Phenomena
+1101.4855 Experiment
+1101.4858
+1101.4871 Geophysics
+1101.4877 Astrophysics of Galaxies
+1101.4879 Algebraic Topology
+1101.4888 Theory
+1101.4894 Classical Analysis and ODEs
+1101.4896 Experiment
+1101.4897 Experiment
+1101.4898 Genomics
+1101.4901 Astrophysics of Galaxies
+1101.4903 Statistics Theory
+1101.4905 Cosmology and Nongalactic Astrophysics
+1101.4906 Number Theory
+1101.4914 Analysis of PDEs
+1101.4918 Learning
+1101.4920 Astrophysics of Galaxies
+1101.4922 Combinatorics
+1101.4924 Learning
+1101.4927 Combinatorics
+1101.4931 Number Theory
+hep-th/9504082 Theory
+math/0611591 Number Theory
+0708.0774
+0708.2074
+0708.3355 Combinatorics
+0710.5562 Dynamical Systems
+0801.4713
+0803.2719
+0803.4044 Dynamical Systems
+0804.1513 Differential Geometry
+0809.0490 Learning
+0811.0839
+0811.1548
+0901.0214 Strongly Correlated Electrons
+0901.2445 Probability
+0902.1937
+0903.0137 Genomics
+0903.0461
+0903.2477 Theory
+0903.3735 Materials Science
+0904.2918 Algebraic Geometry
+0905.3913 Logic
+0908.0581 Other Condensed Matter
+0908.1800 Exactly Solvable and Integrable Systems
+0908.3755
+0909.5026 Machine Learning
+0910.1538 Differential Geometry
+0910.3134
+0911.2290 Exactly Solvable and Integrable Systems
+0911.3371 Group Theory
+0911.5302 Rings and Algebras
+0912.0777 Algebraic Topology
+0912.1914 Exactly Solvable and Integrable Systems
+0912.2089 Molecular Networks
+1001.1620 Solar and Stellar Astrophysics
+1001.5392 Theory
+1002.1211 Combinatorics
+1002.2819
+1002.3649 Exactly Solvable and Integrable Systems
+1002.3680 Probability
+1002.3715 Quantum Algebra
+1002.5008 Populations and Evolution
+1003.3527 Differential Geometry
+1003.4672 Phenomenology
+1003.5123 Superconductivity
+1004.1631 Algebraic Geometry
+1004.2016 Cosmology and Nongalactic Astrophysics
+1004.2085 Geometric Topology
+1005.1545 Learning
+1005.1815
+1005.3425 Optics
+1005.5228 Solar and Stellar Astrophysics
+1006.0036
+1006.2989 Complex Variables
+1007.2268 Theory
+1007.2546
+1007.2832 Mesoscale and Nanoscale Physics
+1007.3425 Differential Geometry
+1007.5100 Phenomenology
+1008.0112 Materials Science
+1008.0334
+1008.1071 Instrumentation and Methods for Astrophysics
+1008.3114 Astrophysics of Galaxies
+1008.4785 Analysis of PDEs
+1008.5113 Strongly Correlated Electrons
+1009.0726 Materials Science
+1009.2128
+1009.2392 Phenomenology
+1009.2482 Mesoscale and Nanoscale Physics
+1009.4010 High Energy Astrophysical Phenomena
+1009.4157 Cosmology and Nongalactic Astrophysics
+1009.5168 Data Structures and Algorithms
+1010.2405 Optics
+1010.2779 Phenomenology
+1010.3036 Exactly Solvable and Integrable Systems
+1010.3200 Combinatorics
+1010.3657 Phenomenology
+1010.4773 Theory
+1010.4857 Cosmology and Nongalactic Astrophysics
+1010.5120 Lattice
+1011.0438 Cosmology and Nongalactic Astrophysics
+1011.0542 Optics
+1011.0664 Phenomenology
+1011.0722 Cosmology and Nongalactic Astrophysics
+1011.0765 Biomolecules
+1011.1114
+1011.1265 Strongly Correlated Electrons
+1011.1610 General Physics
+1011.1909 Phenomenology
+1011.2036
+1011.2040 Quantum Gases
+1011.2057 Lattice
+1011.2090 Theory
+1011.2138
+1011.2475
+1011.3501 Cosmology and Nongalactic Astrophysics
+1011.3572 Experiment
+1011.3973
+1011.3984
+1011.4511 Phenomenology
+1011.4522 High Energy Astrophysical Phenomena
+1011.4585 Cosmology and Nongalactic Astrophysics
+1011.4646 Algebraic Geometry
+1011.4999 Theory
+1011.5200 Data Structures and Algorithms
+1011.5381 Phenomenology
+1011.5576 Mesoscale and Nanoscale Physics
+1011.6188 Phenomenology
+1012.0215 Lattice
+1012.0309 Cosmology and Nongalactic Astrophysics
+1012.1035 Phenomenology
+1012.2874 Phenomenology
+1012.2894 Chemical Physics
+1012.3101 Phenomenology
+1012.3144
+1012.3171
+1012.3283 Theory
+1012.3518 Phenomenology
+1012.3920 Theory
+1012.4385 Phenomenology
+1012.4478 Theory
+1012.5192 Number Theory
+1012.5213 Optics
+1012.5296 Phenomenology
+1101.0085 Information Theory
+1101.0491 Theory
+1101.0871
+1101.1522 Theory
+1101.2060 Numerical Analysis
+1101.4134 Phenomenology
+1101.4369 Symbolic Computation
+1102.1638 Solar and Stellar Astrophysics
+1102.1810
+1102.1988 Phenomenology
+1102.2843 Lattice
+1102.2884 Algebraic Geometry
+1102.2899 Theory
+1102.3093 Computational Complexity
+1102.3316
+1102.3474
+1102.3572 Cosmology and Nongalactic Astrophysics
+1102.3648 Number Theory
+1102.4463 Astrophysics of Galaxies
+1102.4477 Theory
+1102.4906 Phenomenology
+1102.5569 Superconductivity
+1103.0285 Theory
+1103.1202
+1103.1927 High Energy Astrophysical Phenomena
+1103.2015 Superconductivity
+1103.2018 Strongly Correlated Electrons
+1103.2699 Atomic Physics
+1103.2801 Probability
+1103.3890 History and Overview
+1103.4791 Cosmology and Nongalactic Astrophysics
+1103.5406 Optimization and Control
+1103.5473 Number Theory
+1103.5583 Dynamical Systems
+1103.5701
+1104.0230 Information Theory
+1104.0234 Analysis of PDEs
+1104.0724 Superconductivity
+1104.1486 Theory
+1104.1556 Computer Vision and Pattern Recognition
+1104.3312 Molecular Networks
+1104.3349 Numerical Analysis
+1104.3728 Theory
+1104.4655 Solar and Stellar Astrophysics
+1104.5117 Information Theory
+1104.5435 Combinatorics
+1105.0354 Logic
+1105.0562 Methodology
+1105.0882
+1105.0947 Solar and Stellar Astrophysics
+1105.1362 Algebraic Geometry
+1105.1369 Logic in Computer Science
+1105.1370 Logic in Computer Science
+1105.1372 Probability
+1105.1373 Classical Analysis and ODEs
+1105.1376 Logic in Computer Science
+1105.1381 Solar and Stellar Astrophysics
+1105.1382 Solar and Stellar Astrophysics
+1105.1383 Sound
+1105.1384
+1105.1386 Disordered Systems and Neural Networks
+1105.1388 Mesoscale and Nanoscale Physics
+1105.1390 Mesoscale and Nanoscale Physics
+1105.1393 Numerical Analysis
+1105.1394 Algebraic Topology
+1105.1395 Probability
+1105.1404 Statistics Theory
+1105.1406 Information Retrieval
+1105.1408 Medical Physics
+1105.1413
+1105.1414 Materials Science
+1105.1416 Functional Analysis
+1105.1423 Phenomenology
+1105.1424 Emerging Technologies
+1105.1428 Probability
+1105.1436 Artificial Intelligence
+1105.1439 Geometric Topology
+1105.1440 Number Theory
+1105.1445 Physics and Society
+1105.1446 Theory
+1105.1450
+1105.1451 Number Theory
+1105.1452 Number Theory
+1105.1453 Group Theory
+1105.1456 Number Theory
+1105.1457 Number Theory
+1105.1458 Numerical Analysis
+1105.1460
+1105.1469 Differential Geometry
+1105.1470 Combinatorics
+1105.1471 Probability
+1105.1472 Instrumentation and Detectors
+1105.1479 Mesoscale and Nanoscale Physics
+1105.1480 Probability
+1105.1482 Information Theory
+1105.1483 Populations and Evolution
+1105.1487 Analysis of PDEs
+1105.1489 Analysis of PDEs
+1105.1506 Metric Geometry
+1105.1509 Materials Science
+1105.1510 Theory
+1105.1512 Chaotic Dynamics
+1105.1515 Networking and Internet Architecture
+1105.1516 Networking and Internet Architecture
+1105.1518 Networking and Internet Architecture
+1105.1520 Information Theory
+1105.1521 Solar and Stellar Astrophysics
+1105.1522 General Topology
+1105.1524 Functional Analysis
+1105.1526 Analysis of PDEs
+1105.1528 Analysis of PDEs
+1105.1531
+1105.1532 Physics and Society
+1105.1534 Neural and Evolutionary Computing
+1105.1535 Group Theory
+1105.1538 Disordered Systems and Neural Networks
+1105.1544 Differential Geometry
+1105.1549 General Physics
+1105.1552
+1105.1553 Combinatorics
+1105.1554 Number Theory
+1105.1563 Numerical Analysis
+1105.1564 Multiagent Systems
+1105.1567 Combinatorics
+1105.1568 Mesoscale and Nanoscale Physics
+1105.1569 Data Structures and Algorithms
+1105.1575 Methodology
+1105.1581
+1105.1582
+1105.1583 Exactly Solvable and Integrable Systems
+1105.1592 Representation Theory
+1105.1597 Analysis of PDEs
+1105.1602 Number Theory
+1105.1604 Instrumentation and Methods for Astrophysics
+1105.1607 Classical Analysis and ODEs
+1105.1608 Probability
+1105.1609 Differential Geometry
+1105.1610 Group Theory
+1105.1615 Operator Algebras
+1105.1616 Number Theory
+1105.1619 Number Theory
+1105.1621 Number Theory
+1105.1622 Data Structures and Algorithms
+1105.1623 Number Theory
+1105.1624 Complex Variables
+1105.1625 Cosmology and Nongalactic Astrophysics
+1105.1627 Quantum Algebra
+1105.1628 Number Theory
+1105.1629 Dynamical Systems
+1105.1631 Group Theory
+1105.1638 Phenomenology
+1105.1639 Combinatorics
+1105.1640
+1105.1641 Neural and Evolutionary Computing
+1105.1642 Functional Analysis
+1105.1646 Statistics Theory
+1105.1660 Experiment
+1105.1662 Probability
+1105.1675 Geometric Topology
+1105.1678
+1105.1680
+1105.1686 Operator Algebras
+1105.1692 Geometric Topology
+1105.1693 Computers and Society
+1105.1696 Number Theory
+1105.1698 Experiment
+1105.1706 Number Theory
+1105.1707
+1105.1708 Fluid Dynamics
+1105.1709 General Physics
+1105.1713 Analysis of PDEs
+1105.1720 Networking and Internet Architecture
+1105.1724 General Mathematics
+1105.1726 Representation Theory
+1105.1731 Cosmology and Nongalactic Astrophysics
+1105.1732 Number Theory
+1105.1736 Operating Systems
+1105.1740 Exactly Solvable and Integrable Systems
+1105.1743 Programming Languages
+1105.1754 Differential Geometry
+1105.1758 Machine Learning
+1105.1762 Analysis of PDEs
+1105.1763 Dynamical Systems
+1105.1764 Combinatorics
+astro-ph/0001009
+astro-ph/0003154
+astro-ph/0006097
+astro-ph/0006187
+astro-ph/0008219
+astro-ph/0008353
+astro-ph/0009294
+astro-ph/0009365
+astro-ph/0010126
+astro-ph/0010330
+astro-ph/0104300
+astro-ph/0105111
+astro-ph/0105235
+astro-ph/0107004
+astro-ph/0107319
+astro-ph/0201133
+astro-ph/0202135
+astro-ph/0204254
+astro-ph/0205152
+astro-ph/0205286
+astro-ph/0205418
+astro-ph/0206501
+astro-ph/0211099
+astro-ph/0303020
+astro-ph/0304421
+astro-ph/0310266
+astro-ph/0401173
+astro-ph/0401307
+astro-ph/0403541
+astro-ph/0405099
+astro-ph/0405337
+astro-ph/0407470
+astro-ph/0409018
+astro-ph/0411339
+astro-ph/0411431
+astro-ph/0510093
+astro-ph/0511500
+astro-ph/0608048
+astro-ph/0609645
+astro-ph/0611219
+astro-ph/9307040
+astro-ph/9310001
+astro-ph/9402024
+astro-ph/9408034
+astro-ph/9408070
+astro-ph/9503115
+astro-ph/9508143
+astro-ph/9610152
+astro-ph/9610174
+astro-ph/9704261
+astro-ph/9708113
+astro-ph/9710164
+astro-ph/9803292
+astro-ph/9806134
+astro-ph/9809238
+astro-ph/9810378
+astro-ph/9901065
+astro-ph/9906397
+astro-ph/9907094
+astro-ph/9908275
+astro-ph/9912455
+cond-mat/0702568 Other Condensed Matter
+gr-qc/0506078
+gr-qc/9805048
+math-ph/0303045
+math/0603584 Probability
+math/0612480 Dynamical Systems
+math/0701899 Dynamical Systems
+physics/0608245 Atomic Physics
+quant-ph/0105009
+quant-ph/0310114
+quant-ph/0511004
+0706.1250 Chaotic Dynamics
+0708.1609
+0708.3266 Geometric Topology
+0709.1616 Methodology
+0808.3483 Mesoscale and Nanoscale Physics
+0809.0591
+0812.3694
+0902.0664 Other Quantitative Biology
+0903.1344 Number Theory
+0903.2757 Algebraic Geometry
+0904.0528 Phenomenology
+0904.2743 Cosmology and Nongalactic Astrophysics
+0904.4462
+0905.1746 Algebraic Geometry
+0906.2075 General Mathematics
+0906.2136 Mesoscale and Nanoscale Physics
+0908.1651 Algebraic Geometry
+0910.1516 Numerical Analysis
+0910.3547 Phenomenology
+0911.3115 Materials Science
+0912.4278 Strongly Correlated Electrons
+0912.5175 Genomics
+0912.5209 Differential Geometry
+0912.5447
+1001.2847
+1001.5426 Differential Geometry
+1002.0162 Symplectic Geometry
+1002.3907 Molecular Networks
+1003.6106 Differential Geometry
+1004.4190 Theory
+1006.1781 High Energy Astrophysical Phenomena
+1006.2621 Chaotic Dynamics
+1006.2912 Mesoscale and Nanoscale Physics
+1006.4310 Applications
+1006.4374 Biological Physics
+1008.0201 Numerical Analysis
+1008.1303
+1008.1371 Numerical Analysis
+1008.1405
+1008.2182 Cosmology and Nongalactic Astrophysics
+1008.4076 Rings and Algebras
+1008.4166 Numerical Analysis
+1008.4851
+1009.1523
+1009.2291 Chemical Physics
+1010.1542
+1010.3246
+1010.4495 Combinatorics
+1010.6012
+1011.0277
+1011.3992 Dynamical Systems
+1012.0492 Differential Geometry
+1012.1381 Fluid Dynamics
+1012.2242 Quantitative Methods
+1012.5256
+1101.0123 Cosmology and Nongalactic Astrophysics
+1101.0902 Representation Theory
+1101.4625 Optics
+1102.0121 Quantum Gases
+1102.0546
+1102.1954 General Topology
+1102.3503 Formal Languages and Automata Theory
+1102.3700
+1103.0541
+1103.0620 Soft Condensed Matter
+1103.3612
+1103.5214 Analysis of PDEs
+1103.6276 Quantitative Methods
+1104.0169 Mesoscale and Nanoscale Physics
+1104.1227 Information Theory
+1104.1939 Theory
+1104.2738 Theory
+1104.5451 Group Theory
+1104.5710 Statistical Mechanics
+1105.1020 Lattice
+1105.2548
+1105.4220
+1105.5804 Computational Physics
+1106.0135 Algebraic Geometry
+1106.0431 General Physics
+1106.2070 Materials Science
+1106.2261 Combinatorics
+1106.2926
+1106.4223 Statistics Theory
+1106.5083
+1106.5380
+1106.5781 Combinatorics
+1107.1008 General Physics
+1107.1582 Theory
+1107.1637 Statistical Mechanics
+1107.1652 Chemical Physics
+1107.2027 Combinatorics
+1107.2581 Materials Science
+1107.4254 Probability
+1107.4863
+1108.0635 Cosmology and Nongalactic Astrophysics
+1108.0667 Theory
+1108.0845 Metric Geometry
+1108.1058 Phenomenology
+1108.1358 Cosmology and Nongalactic Astrophysics
+1108.2586
+1108.3004
+1108.4276 High Energy Astrophysical Phenomena
+1108.4717
+1108.4787 Strongly Correlated Electrons
+1108.5439 Algebraic Geometry
+1108.6064 Strongly Correlated Electrons
+1108.6331 Theory
+1109.0443 Solar and Stellar Astrophysics
+1109.0692 Atomic Physics
+1109.1709 Materials Science
+1109.1926 Superconductivity
+1109.4390 Phenomenology
+1109.5493 Optics
+1110.0314 Materials Science
+1110.1733 Soft Condensed Matter
+1110.2279
+1110.2523 Cosmology and Nongalactic Astrophysics
+1110.2577 Probability
+1110.4775 Statistical Mechanics
+1110.5264 Classical Physics
+1110.5385 Populations and Evolution
+1110.5636 Instrumentation and Methods for Astrophysics
+1110.6544 Performance
+1110.6776 Materials Science
+1111.0487 Geometric Topology
+1111.0820 Superconductivity
+1111.1195 Phenomenology
+1111.1455 Instrumentation and Methods for Astrophysics
+1111.1776 Cosmology and Nongalactic Astrophysics
+1111.1777 Cosmology and Nongalactic Astrophysics
+1111.2482 Probability
+1111.3198
+1111.3696 Information Theory
+1111.3844 Chaotic Dynamics
+1111.4804 Probability
+1111.4886 Social and Information Networks
+1111.4935
+1111.5116 Experiment
+1111.5228 Risk Management
+1111.5531
+1111.5627
+1111.5631 Materials Science
+1111.5634 Combinatorics
+1111.5639 Databases
+1111.5640 Software Engineering
+1111.5641 Cryptography and Security
+1111.5644 Medical Physics
+1111.5645 Biological Physics
+1111.5646 History and Philosophy of Physics
+1111.5648 Machine Learning
+1111.5649 Plasma Physics
+1111.5655 Mesoscale and Nanoscale Physics
+1111.5656 Combinatorics
+1111.5659 Category Theory
+1111.5665 Dynamical Systems
+1111.5669 Analysis of PDEs
+1111.5675 Plasma Physics
+1111.5677 Superconductivity
+1111.5679 Data Analysis, Statistics and Probability
+1111.5681 Differential Geometry
+1111.5685
+1111.5687 Databases
+1111.5688 Optics
+1111.5689 Artificial Intelligence
+1111.5690 Databases
+1111.5692 Analysis of PDEs
+1111.5696 Dynamical Systems
+1111.5701 Strongly Correlated Electrons
+1111.5703 Algebraic Geometry
+1111.5705 Phenomenology
+1111.5709 Materials Science
+1111.5716 Probability
+1111.5721 Software Engineering
+1111.5722 Algebraic Geometry
+1111.5723 Differential Geometry
+1111.5725 Algebraic Geometry
+1111.5726 Portfolio Management
+1111.5727 Lattice
+1111.5732 Materials Science
+1111.5733 Software Engineering
+1111.5735 Information Theory
+1111.5737 Computers and Society
+1111.5739 Probability
+1111.5740 Solar and Stellar Astrophysics
+1111.5741 Other Computer Science
+1111.5743 Combinatorics
+1111.5745 Algebraic Topology
+1111.5746
+1111.5747 High Energy Astrophysical Phenomena
+1111.5749 Adaptation and Self-Organizing Systems
+1111.5752 Geometric Topology
+1111.5753 Operator Algebras
+1111.5754 Operator Algebras
+1111.5755
+1111.5756 Combinatorics
+1111.5765 Other Computer Science
+1111.5766 Accelerator Physics
+1111.5767 Cryptography and Security
+1111.5773 Social and Information Networks
+1111.5774
+1111.5778 Other Computer Science
+1111.5781 High Energy Astrophysical Phenomena
+1111.5783 High Energy Astrophysical Phenomena
+1111.5793 Cosmology and Nongalactic Astrophysics
+1111.5797 Instrumentation and Methods for Astrophysics
+1111.5801 Superconductivity
+1111.5804 Lattice
+1111.5807 Formal Languages and Automata Theory
+1111.5810 Networking and Internet Architecture
+1111.5812 Numerical Analysis
+1111.5814 Biological Physics
+1111.5820 Instrumentation and Methods for Astrophysics
+1111.5823
+1111.5824 Analysis of PDEs
+1111.5825
+1111.5826 Algebraic Geometry
+1111.5827 Methodology
+1111.5832 Phenomenology
+1111.5839 Chaotic Dynamics
+1111.5841
+1111.5844 Numerical Analysis
+1111.5846 Dynamical Systems
+1111.5848 Machine Learning
+1111.5849 Mesoscale and Nanoscale Physics
+1111.5851 Experiment
+1111.5853 Superconductivity
+1111.5855 Instrumentation and Methods for Astrophysics
+1111.5861 Cosmology and Nongalactic Astrophysics
+1111.5862 K-Theory and Homology
+1111.5863 Algebraic Topology
+1111.5865 Probability
+1111.5867 Statistics Theory
+1111.5868 Mesoscale and Nanoscale Physics
+1111.5871 Dynamical Systems
+1111.5872 Discrete Mathematics
+1111.5879 Analysis of PDEs
+1111.5880 Emerging Technologies
+1111.5881 Mesoscale and Nanoscale Physics
+1111.5883 Mesoscale and Nanoscale Physics
+1111.5884 Computational Complexity
+1111.5890 Atomic Physics
+1111.5896 Spectral Theory
+1111.5897 Information Theory
+1111.5899 Information Theory
+1111.5902 Soft Condensed Matter
+1111.5903 Optimization and Control
+1111.5905 Materials Science
+1111.5913 Phenomenology
+1111.5920 Logic
+1111.5925 Functional Analysis
+1111.5929 Algebraic Geometry
+1111.5930 Multiagent Systems
+1111.5940 Analysis of PDEs
+1111.5945
+1111.5947 Numerical Analysis
+1111.5948 Machine Learning
+1111.5952 Phenomenology
+1111.5959 Combinatorics
+1111.5961
+1111.5964
+1111.5967
+1111.5968 Classical Analysis and ODEs
+1111.5972 Applications
+1111.5973 Dynamical Systems
+1111.5976 Dynamical Systems
+1111.5979 Computational Geometry
+1111.5985 Symplectic Geometry
+1111.5986 Computational Geometry
+1111.5988 Lattice
+1111.5995 Phenomenology
+1111.6007 Combinatorics
+1111.6009
+1111.6010
+1111.6024 Combinatorics
+1111.6029
+1111.6034 Statistical Mechanics
+1111.6035 Rings and Algebras
+1111.6037 Group Theory
+1111.6040 General Physics
+1111.6042 Lattice
+1111.6048 Astrophysics of Galaxies
+1111.6051
+1111.6053 Physics and Society
+1111.6054
+1111.6055 Combinatorics
+1111.6057 Cosmology and Nongalactic Astrophysics
+1111.6059
+1111.6060 Analysis of PDEs
+1111.6061 Theory
+1111.6066
+1111.6067 Computational Finance
+1111.6071 Cosmology and Nongalactic Astrophysics
+1111.6074 Physics and Society
+1111.6079
+1111.6081 Phenomenology
+1111.6084 Databases
+1111.6086 Probability
+1111.6088 History and Overview
+1111.6091 Numerical Analysis
+1111.6095 Algebraic Geometry
+1111.6096 Phenomenology
+hep-ph/0702038 Phenomenology
+nlin/0609028 Chaotic Dynamics
+quant-ph/0206071
+quant-ph/0503138
+0707.2427 Geometric Topology
+0710.4571 Soft Condensed Matter
+0711.1072 Lattice
+0802.3624
+0804.2536 Fluid Dynamics
+0804.2637
+0806.3568
+0808.3280 Materials Science
+0904.1513
+0905.1371
+0906.0165 Numerical Analysis
+0907.4959
+0908.4451 Superconductivity
+0910.4040 Superconductivity
+1001.4316 Other Condensed Matter
+1002.0646 Optics
+1003.4380 Phenomenology
+1007.1489 Group Theory
+1007.3096
+1007.3708 Physics and Society
+1008.3643
+1008.3774 Theory
+1008.4421 Cosmology and Nongalactic Astrophysics
+1008.5274 Information Theory
+1009.0292
+1009.2904 Quantum Gases
+1010.4557
+1010.6226 Phenomenology
+1011.0303
+1011.0308
+1011.2397 Phenomenology
+1011.2804 Lattice
+1011.4523 Phenomenology
+1011.5842 Phenomenology
+1011.6091 Phenomenology
+1012.1724
+1012.2053 Mesoscale and Nanoscale Physics
+1012.2511 Cosmology and Nongalactic Astrophysics
+1012.4336 Statistical Mechanics
+1012.4369 Cosmology and Nongalactic Astrophysics
+1012.4935 Quantum Algebra
+1101.3250
+1101.3435
+1101.3844 Phenomenology
+1101.4212 Mesoscale and Nanoscale Physics
+1101.5196 Phenomenology
+1102.1477
+1102.1566 Quantum Gases
+1102.2006 Popular Physics
+1102.2070 Phenomenology
+1102.2195 Rings and Algebras
+1102.2448
+1102.2451
+1102.3935 Materials Science
+1102.3941 Lattice
+1102.4260 Differential Geometry
+1102.4562 Phenomenology
+1102.5499 Data Analysis, Statistics and Probability
+1103.0274 Earth and Planetary Astrophysics
+1103.0501 Cosmology and Nongalactic Astrophysics
+1103.0908 Phenomenology
+1103.2080 Lattice
+1103.2994 Quantum Gases
+1103.3754
+1103.3813 Solar and Stellar Astrophysics
+1103.4434
+1103.4786 Phenomenology
+1103.5293 Combinatorics
+1104.0264
+1104.0437
+1104.0755 Classical Analysis and ODEs
+1104.1494 Popular Physics
+1104.2142 Lattice
+1104.2236
+1104.3051
+1104.3188 Theory
+1104.3298 Strongly Correlated Electrons
+1104.3714 Cosmology and Nongalactic Astrophysics
+1104.4028 Theory
+1104.4216 Soft Condensed Matter
+1104.5262
+1105.0125 Experiment
+1105.0526
+1105.1091
+1105.1584
+1105.2009 Superconductivity
+1105.2445 Solar and Stellar Astrophysics
+1105.4297
+1105.4782
+1105.5666
+1106.0180
+1106.1975 Computer Vision and Pattern Recognition
+1106.2043
+1106.2520 Instrumentation and Methods for Astrophysics
+1106.3242 Networking and Internet Architecture
+1106.3388
+1106.3548 Theory
+1106.3851 Analysis of PDEs
+1106.6062 Emerging Technologies
+1106.6106 Phenomenology
+1106.6130 Experiment
+1106.6148 Computational Geometry
+1106.6194 Logic
+1106.6220 Superconductivity
+1106.6281 Computation
+1106.6289 Analysis of PDEs
+1106.6294 Phenomenology
+1107.0011 Networking and Internet Architecture
+1107.0013 Data Analysis, Statistics and Probability
+1107.0015 Computational Engineering, Finance, and Science
+1107.0018 Artificial Intelligence
+1107.0019 Artificial Intelligence
+1107.0020 Artificial Intelligence
+1107.0021 Artificial Intelligence
+1107.0022 Computer Science and Game Theory
+1107.0023 Artificial Intelligence
+1107.0024 Artificial Intelligence
+1107.0025 Artificial Intelligence
+1107.0026 Artificial Intelligence
+1107.0027 Artificial Intelligence
+1107.0028 Computer Science and Game Theory
+1107.0029 Information Retrieval
+1107.0030 Artificial Intelligence
+1107.0031 Artificial Intelligence
+1107.0033 Multiagent Systems
+1107.0034 Artificial Intelligence
+1107.0035 Artificial Intelligence
+1107.0036 Artificial Intelligence
+1107.0037 Artificial Intelligence
+1107.0038 Artificial Intelligence
+1107.0040 Artificial Intelligence
+1107.0041 Artificial Intelligence
+1107.0042 Artificial Intelligence
+1107.0043 Artificial Intelligence
+1107.0044 Artificial Intelligence
+1107.0045 Artificial Intelligence
+1107.0046 Artificial Intelligence
+1107.0047 Artificial Intelligence
+1107.0048 Artificial Intelligence
+1107.0050 Artificial Intelligence
+1107.0051 Artificial Intelligence
+1107.0052 Artificial Intelligence
+1107.0054 Artificial Intelligence
+1107.0055 Artificial Intelligence
+1107.0061 Superconductivity
+1107.0063 Logic in Computer Science
+1107.0064 Programming Languages
+1107.0065 Logic in Computer Science
+1107.0066 Software Engineering
+1107.0068 Software Engineering
+1107.0073 Superconductivity
+1107.0074 Instrumentation and Detectors
+1107.0075 Mesoscale and Nanoscale Physics
+1107.0079 Probability
+1107.0082 Probability
+1107.0085 Materials Science
+1107.0089 Systems and Control
+1107.0093
+1107.0102 Complex Variables
+1107.0105 Quantum Gases
+1107.0111 Materials Science
+1107.0112 Dynamical Systems
+1107.0117 High Energy Astrophysical Phenomena
+1107.0123 Dynamical Systems
+1107.0124 Optimization and Control
+1107.0128 Experiment
+1107.0139 Fluid Dynamics
+1107.0140 Metric Geometry
+1107.0145 Probability
+1107.0148 Astrophysics of Galaxies
+1107.0152 Analysis of PDEs
+1107.0156 Phenomenology
+1107.0160 Materials Science
+1107.0170 General Finance
+1107.0176 Discrete Mathematics
+1107.0188 Number Theory
+1107.0189 Methodology
+1107.0190 Optimization and Control
+1107.0192 Systems and Control
+1107.0194 Artificial Intelligence
+1107.0196 Mesoscale and Nanoscale Physics
+1107.0202 Other Statistics
+1107.0205 Earth and Planetary Astrophysics
+1107.0208 Probability
+1107.0210 Instrumentation and Methods for Astrophysics
+1107.0218 Probability
+1107.0223 Numerical Analysis
+1107.0225
+1107.0227 Phenomenology
+1107.0231 High Energy Astrophysical Phenomena
+1107.0232 Algebraic Topology
+1107.0234 Distributed, Parallel, and Cluster Computing
+1107.0235 Algebraic Topology
+1107.0239 Experiment
+1107.0240 Geometric Topology
+1107.0241 Phenomenology
+1107.0249
+1107.0253 Optics
+1107.0261 Molecular Networks
+1107.0266 Phenomenology
+1107.0270 Quantitative Methods
+1107.0272 Theory
+1107.0277 Solar and Stellar Astrophysics
+1107.0278 Logic in Computer Science
+1107.0281 Phenomenology
+1107.0287 Accelerator Physics
+1107.0289 Statistical Mechanics
+1107.0293 Experiment
+1107.0296 Representation Theory
+1107.0297 Solar and Stellar Astrophysics
+1107.0300 Information Theory
+1107.0301 Soft Condensed Matter
+1107.0302
+1107.0308 Statistical Mechanics
+1107.0313 Biomolecules
+cond-mat/0601330 Statistical Mechanics
+cond-mat/9705027 Statistical Mechanics
+gr-qc/9801062
+hep-ph/9605259 Phenomenology
+math/0411133 Geometric Topology
+math/0603074 Geometric Topology
+math/0701342 Geometric Topology
+quant-ph/0205028
+quant-ph/0409086
+0704.0771
+0704.2633 Probability
+0705.0477 Phenomenology
+0810.1203 Theory
+0810.4898 Combinatorics
+0812.4186 Differential Geometry
+0902.1011 Differential Geometry
+0904.0272 Strongly Correlated Electrons
+0907.3366 Mesoscale and Nanoscale Physics
+0907.5013 Dynamical Systems
+0911.2291 Disordered Systems and Neural Networks
+1001.1515 Spectral Theory
+1002.4910 Rings and Algebras
+1003.1673 Fluid Dynamics
+1004.2058 Differential Geometry
+1004.5111 Phenomenology
+1007.3015 Quantum Algebra
+1007.4556 High Energy Astrophysical Phenomena
+1007.5067 Superconductivity
+1008.0797 Differential Geometry
+1008.4223 Cosmology and Nongalactic Astrophysics
+1009.1668
+1009.1819 Soft Condensed Matter
+1009.3425 Superconductivity
+1009.3594 Data Structures and Algorithms
+1010.2118 Algebraic Geometry
+1010.3061 Materials Science
+1010.4624 Lattice
+1010.5118
+1011.1617 Mesoscale and Nanoscale Physics
+1011.2765 Superconductivity
+1011.2828 Phenomenology
+1011.2990 Cosmology and Nongalactic Astrophysics
+1011.4209 Lattice
+1011.4355 Soft Condensed Matter
+1011.5625 Materials Science
+1011.6399 Materials Science
+1012.0191 Number Theory
+1012.0895 Materials Science
+1012.1995 Cosmology and Nongalactic Astrophysics
+1012.2618
+1012.2879
+1012.3776 Phenomenology
+1012.4448 Mesoscale and Nanoscale Physics
+1012.5239 Cosmology and Nongalactic Astrophysics
+1101.0634 Phenomenology
+1101.0724 Theory
+1101.3216 Theory
+1101.3870 Phenomenology
+1101.4979 Analysis of PDEs
+1101.5421 Combinatorics
+1102.1073 Theory
+1102.2238 Theory
+1102.3841 Mesoscale and Nanoscale Physics
+1102.5037 Superconductivity
+1102.5107 Phenomenology
+1103.1316 Lattice
+1103.1703
+1103.1708 Strongly Correlated Electrons
+1103.3383 Phenomenology
+1103.4799 Phenomenology
+1103.5077
+1103.5235 Dynamical Systems
+1103.5329
+1103.5737 Phenomenology
+1104.0144 Theory
+1104.1392 Theory
+1104.1465 Phenomenology
+1104.1834 Statistical Mechanics
+1104.1918 Phenomenology
+1104.1961 Dynamical Systems
+1104.2281 Analysis of PDEs
+1104.3058 Strongly Correlated Electrons
+1104.3180
+1104.3204 Differential Geometry
+1104.3364 Phenomenology
+1104.3485 Chemical Physics
+1104.4751
+1104.4802
+1104.4989 Computer Vision and Pattern Recognition
+1104.5463 Strongly Correlated Electrons
+1104.5512 Phenomenology
+1104.5566 Artificial Intelligence
+1105.0690 Experiment
+1105.1132 Phenomenology
+1105.1249 Phenomenology
+1105.1379 Phenomenology
+1105.1800 Theory
+1105.2068 Solar and Stellar Astrophysics
+1105.2281 Experiment
+1105.2304
+1105.3361 Machine Learning
+1105.3724
+1105.3861
+1105.4194
+1105.4205 Theory
+1105.4635 Phenomenology
+1105.5007 Cosmology and Nongalactic Astrophysics
+1105.5111 Theory
+1105.5837 Phenomenology
+1105.6180 Experiment
+1105.6281 Superconductivity
+1105.6373 Phenomenology
+1106.0024 Theory
+1106.0031 Theory
+1106.0331
+1106.0803 Physics and Society
+1106.1210 High Energy Astrophysical Phenomena
+1106.1251
+1106.1643 Cosmology and Nongalactic Astrophysics
+1106.2618 Operator Algebras
+1106.2736 Solar and Stellar Astrophysics
+1106.2852
+1106.3101 Phenomenology
+1106.3818 Rings and Algebras
+1106.4191 Theory
+1106.4329 Theory
+1106.5211 Phenomenology
+1107.0113 Mesoscale and Nanoscale Physics
+1107.2339 Strongly Correlated Electrons
+1107.2467 Strongly Correlated Electrons
+1107.2765 Superconductivity
+1107.3050 Combinatorics
+1107.3645 Group Theory
+1107.5356 Statistics Theory
+1108.1921
+1108.1933 Information Theory
+1108.2166 Solar and Stellar Astrophysics
+1108.2268 Cosmology and Nongalactic Astrophysics
+1108.2285
+1108.2286 Complex Variables
+1108.2288 Data Analysis, Statistics and Probability
+1108.2289 Group Theory
+1108.2296
+1108.2299 Algebraic Geometry
+1108.2300
+1108.2301
+1108.2312 Superconductivity
+1108.2313 General Physics
+1108.2314 Exactly Solvable and Integrable Systems
+1108.2317 Strongly Correlated Electrons
+1108.2319 Classical Analysis and ODEs
+1108.2329 Materials Science
+1108.2330 Quantum Gases
+1108.2331 Materials Science
+1108.2334 Applications
+1108.2337 Optics
+1108.2338 Systems and Control
+1108.2348 Logic in Computer Science
+1108.2349 Software Engineering
+1108.2350 Software Engineering
+1108.2351 Atmospheric and Oceanic Physics
+1108.2356 Methodology
+1108.2357 Software Engineering
+1108.2358 Logic in Computer Science
+1108.2359 Logic in Computer Science
+1108.2360 Programming Languages
+1108.2361 Number Theory
+1108.2363 Differential Geometry
+1108.2365 Numerical Analysis
+1108.2367 Materials Science
+1108.2368
+1108.2376 Adaptation and Self-Organizing Systems
+1108.2379 Statistical Mechanics
+1108.2383 Complex Variables
+1108.2385 Computational Complexity
+1108.2386 Materials Science
+1108.2389 Other Computer Science
+1108.2395 Materials Science
+1108.2397 Group Theory
+1108.2399 Materials Science
+1108.2403 Group Theory
+1108.2415 Rings and Algebras
+1108.2418 Metric Geometry
+1108.2427 Formal Languages and Automata Theory
+1108.2429 History and Overview
+1108.2437 Representation Theory
+1108.2438 Materials Science
+1108.2451 Rings and Algebras
+1108.2454 Spectral Theory
+1108.2455 Physics and Society
+1108.2461 Strongly Correlated Electrons
+1108.2464 Data Structures and Algorithms
+1108.2479
+1108.2480 General Mathematics
+1108.2482 Cryptography and Security
+1108.2484 Combinatorics
+1108.2489 Information Theory
+1108.2499 Logic
+1108.2500 Solar and Stellar Astrophysics
+astro-ph/0507231
+cond-mat/0006214 Statistical Mechanics
+cond-mat/0106340
+cond-mat/0202238 Soft Condensed Matter
+cond-mat/0209204 Statistical Mechanics
+cond-mat/0209205 Statistical Mechanics
+cond-mat/0402579 Statistical Mechanics
+cond-mat/0407381 Statistical Mechanics
+cond-mat/9606214
+cond-mat/9807017 Disordered Systems and Neural Networks
+cond-mat/9902131 Statistical Mechanics
+gr-qc/0312032
+gr-qc/0405102
+hep-lat/9408021 Lattice
+hep-ph/0302058 Phenomenology
+hep-ph/0608256 Phenomenology
+hep-ph/9803226 Phenomenology
+hep-th/0107108 Theory
+hep-th/0111057 Theory
+hep-th/9301037 Theory
+hep-th/9407078 Theory
+hep-th/9407152 Theory
+hep-th/9506015 Theory
+hep-th/9508030 Theory
+hep-th/9509135 Theory
+hep-th/9509138 Theory
+hep-th/9701084 Theory
+hep-th/9702017 Theory
+hep-th/9707147 Theory
+hep-th/9907064 Theory
+math-ph/0406011
+math/0001101 Geometric Topology
+math/0107049 Geometric Topology
+math/9807032 Geometric Topology
+nucl-th/0004039
+nucl-th/0102044
+nucl-th/0306020
+nucl-th/9310015
+nucl-th/9906097
+0710.3244 Commutative Algebra
+0710.3271 Commutative Algebra
+0802.2772 Commutative Algebra
+0804.1601 Statistical Mechanics
+0805.0721 Optimization and Control
+0809.3756 Mesoscale and Nanoscale Physics
+0810.1299
+0910.5873 Plasma Physics
+0911.1497 Statistics Theory
+0912.1068 Combinatorics
+0912.1265 Superconductivity
+1001.1783 Number Theory
+1002.3833 Functional Analysis
+1003.3783 Number Theory
+1005.3513 Soft Condensed Matter
+1006.0446 Combinatorics
+1007.1684 Machine Learning
+1008.0427 Quantitative Methods
+1009.2412 Probability
+1009.6081
+1010.4866 Probability
+1010.6115 Differential Geometry
+1011.1675 Lattice
+1012.0290
+1012.1069 Other Statistics
+1101.0526 Number Theory
+1101.0590 Theory
+1101.1964 Cosmology and Nongalactic Astrophysics
+1102.1362 Cosmology and Nongalactic Astrophysics
+1102.3397 Strongly Correlated Electrons
+1102.3476 Atomic and Molecular Clusters
+1103.2101 Superconductivity
+1103.6015 Analysis of PDEs
+1103.6069 Group Theory
+1104.1836
+1104.1839
+1104.1840
+1104.1841
+1104.5553 Information Theory
+1105.1454
+1105.2014 Atomic Physics
+1105.2379 Mesoscale and Nanoscale Physics
+1105.2589 Strongly Correlated Electrons
+1105.5175 Probability
+1105.5258
+1106.0984 Algebraic Geometry
+1106.1067 Geometric Topology
+1106.1618 Superconductivity
+1106.2432 Solar and Stellar Astrophysics
+1106.4834 Phenomenology
+1107.0268 Artificial Intelligence
+1107.0535 Strongly Correlated Electrons
+1107.3012 Strongly Correlated Electrons
+1107.3412 Phenomenology
+1107.4399 Strongly Correlated Electrons
+1107.5874
+1107.5875
+1108.0319 Strongly Correlated Electrons
+1108.1379 Atomic Physics
+1108.2525 Phenomenology
+1108.3314 Phenomenology
+1108.4391 Combinatorics
+1109.0412 Strongly Correlated Electrons
+1109.1671 Superconductivity
+1109.1980 Strongly Correlated Electrons
+1109.3112 Superconductivity
+1109.3942 Differential Geometry
+1109.4166 Computation
+1109.5516
+1109.6134
+1109.6136
+1109.6139
+1109.6143
+1109.6417 Quantum Gases
+1109.6771
+1109.6784
+1109.6785
+1110.0537 Optics
+1110.0541 Computation
+1110.5375 Populations and Evolution
+1110.5633 Quantum Gases
+1110.6427 Statistics Theory
+1110.6844 Solar and Stellar Astrophysics
+1111.1006 Cosmology and Nongalactic Astrophysics
+1111.1588 Phenomenology
+1111.1914 Strongly Correlated Electrons
+1111.2201 Quantum Gases
+1111.6510 General Physics
+1111.7007 Instrumentation and Methods for Astrophysics
+1112.0057 Information Theory
+1112.1125 Learning
+1112.1940 Analysis of PDEs
+1112.2348 Number Theory
+1112.2394 Logic in Computer Science
+1112.2426 Quantum Algebra
+1112.2558 Physics and Society
+1112.2689 Phenomenology
+1112.2699 Other Computer Science
+1112.2720 Quantitative Methods
+1112.2723 Information Theory
+1112.2733 Chemical Physics
+1112.2735 Geometric Topology
+1112.2742 Probability
+1112.2749 Portfolio Management
+1112.2750 Solar and Stellar Astrophysics
+1112.2755 Social and Information Networks
+1112.2758 Cosmology and Nongalactic Astrophysics
+1112.2763 Statistical Mechanics
+1112.2765 Fluid Dynamics
+1112.2768 Probability
+1112.2769 Operator Algebras
+1112.2774 Social and Information Networks
+1112.2775 Instrumentation and Methods for Astrophysics
+1112.2777 Mesoscale and Nanoscale Physics
+1112.2778 Probability
+1112.2779 Instrumentation and Methods for Astrophysics
+1112.2780 Differential Geometry
+1112.2781 Differential Geometry
+1112.2787 Instrumentation and Methods for Astrophysics
+1112.2788 Instrumentation and Methods for Astrophysics
+1112.2789 Instrumentation and Methods for Astrophysics
+1112.2791 Information Theory
+1112.2792 Distributed, Parallel, and Cluster Computing
+1112.2796 Fluid Dynamics
+1112.2797 Optimization and Control
+1112.2800 Phenomenology
+1112.2804
+1112.2809 Multimedia
+1112.2810 Information Theory
+1112.2815 Statistics Theory
+1112.2820 Number Theory
+1112.2822 Performance
+1112.2829
+1112.2831 Theory
+1112.2836
+1112.2838 Logic
+1112.2841 Superconductivity
+1112.2844
+1112.2847 Superconductivity
+1112.2850
+1112.2853 Experiment
+1112.2855 Statistics Theory
+1112.2856
+1112.2867 General Finance
+1112.2868 Populations and Evolution
+1112.2870 Adaptation and Self-Organizing Systems
+1112.2875 Commutative Algebra
+1112.2880 Superconductivity
+1112.2881 Differential Geometry
+1112.2887 Classical Analysis and ODEs
+1112.2888 Probability
+1112.2889 Risk Management
+1112.2900
+1112.2902 Instrumentation and Methods for Astrophysics
+1112.2903 Computer Vision and Pattern Recognition
+1112.2907 Phenomenology
+1112.2914 General Physics
+1112.2916 Algebraic Geometry
+1112.2918 Solar and Stellar Astrophysics
+1112.2920 Analysis of PDEs
+1112.2921 Solar and Stellar Astrophysics
+1112.2922 Solar and Stellar Astrophysics
+1112.2925 Solar and Stellar Astrophysics
+1112.2928 Instrumentation and Detectors
+1112.2929 Solar and Stellar Astrophysics
+1112.2931 Lattice
+1112.2933 Populations and Evolution
+1112.2934 Theory
+1112.2937 Complex Variables
+1112.2950 Logic in Computer Science
+1112.2951 Differential Geometry
+1112.2952 Pricing of Securities
+1112.2953 Phenomenology
+1112.2959 Number Theory
+1112.2974 Computational Complexity
+1112.2979 Lattice
+1112.2989 Statistical Mechanics
+1112.2991 Number Theory
+1112.2992 Rings and Algebras
+1112.2998 Analysis of PDEs
+1112.3000 Group Theory
+1112.3001 Spectral Theory
+1112.3004 Instrumentation and Methods for Astrophysics
+1112.3005 General Physics
+1112.3012 Pricing of Securities
+1112.3015 Combinatorics
+1112.3018 Databases
+1112.3023
+1112.3025 Physics and Society
+1112.3027 Differential Geometry
+1112.3031 Analysis of PDEs
+alg-geom/9708020 Algebraic Geometry
+cond-mat/0601001 Strongly Correlated Electrons
+hep-ph/9711498 Phenomenology
+math/0012264 Rings and Algebras
+math/0104203 Algebraic Geometry
+math/0110015 Algebraic Geometry
+math/0209061 Algebraic Geometry
+math/0411570 Combinatorics
+math/0502541 Combinatorics
+math/0505443 Optimization and Control
+math/0505570 Rings and Algebras
+math/0607524 Optimization and Control
+math/0703462 Algebraic Geometry
+math/9806147 Algebraic Geometry
+physics/0308048 Plasma Physics
+physics/0511071 Optics
+0705.1408 Strongly Correlated Electrons
+0706.2248 Superconductivity
+0804.4118
+0807.0714 Geometric Topology
+0807.2751 Mesoscale and Nanoscale Physics
+0808.1617 Classical Analysis and ODEs
+0809.4030 Functional Analysis
+0812.0282 Mesoscale and Nanoscale Physics
+0907.2367 Algebraic Topology
+0908.3662 Quantum Algebra
+0912.1429 Probability
+1001.3873 Strongly Correlated Electrons
+1001.5117 Earth and Planetary Astrophysics
+1002.1855 Soft Condensed Matter
+1003.1185 Mesoscale and Nanoscale Physics
+1004.0674 Differential Geometry
+1004.2701 Soft Condensed Matter
+1005.0681 Group Theory
+1006.3984 Number Theory
+1007.3581 Cosmology and Nongalactic Astrophysics
+1007.3787 Cosmology and Nongalactic Astrophysics
+1007.4038
+1008.0514 Quantum Gases
+1008.1790 Algebraic Geometry
+1009.4375 Combinatorics
+1009.4845 Operator Algebras
+1010.0220 Superconductivity
+1010.3667 Complex Variables
+1010.5339 Soft Condensed Matter
+1011.2594 Exactly Solvable and Integrable Systems
+1011.5959 Optics
+1012.2356 Soft Condensed Matter
+1012.2943 Analysis of PDEs
+1012.5655 Mesoscale and Nanoscale Physics
+1101.1181 Strongly Correlated Electrons
+1101.2332
+1101.2423 Cosmology and Nongalactic Astrophysics
+1101.2669 Soft Condensed Matter
+1102.0412 Astrophysics of Galaxies
+1102.2382 Computer Vision and Pattern Recognition
+1103.0471
+1103.1404 Mesoscale and Nanoscale Physics
+1103.1625 Computational Geometry
+1103.1886 High Energy Astrophysical Phenomena
+1103.1893 History and Overview
+1103.1898 Computation and Language
+1103.1904
+1103.1906 Numerical Analysis
+1103.1908 Soft Condensed Matter
+1103.1910 Combinatorics
+1103.1920 Numerical Analysis
+1103.1925 Fluid Dynamics
+1103.1928 History and Philosophy of Physics
+1103.1933 Quantum Gases
+1103.1934 Combinatorics
+1103.1935 Functional Analysis
+1103.1937 Classical Analysis and ODEs
+1103.1947 Logic
+1103.1949 Numerical Analysis
+1103.1952 Computer Vision and Pattern Recognition
+1103.1959 Dynamical Systems
+1103.1963 Applications
+1103.1965 Classical Analysis and ODEs
+1103.1966 Statistics Theory
+1103.1968 Classical Analysis and ODEs
+1103.1970 Dynamical Systems
+1103.1971 Biological Physics
+1103.1974 History and Philosophy of Physics
+1103.1977 Digital Libraries
+1103.1981 Instrumentation and Detectors
+1103.1982 Instrumentation and Methods for Astrophysics
+1103.1988 Probability
+1103.1996 Commutative Algebra
+1103.1998 Probability
+1103.2000 Probability
+1103.2002 Probability
+1103.2004 Solar and Stellar Astrophysics
+1103.2010 Solar and Stellar Astrophysics
+1103.2011 Probability
+1103.2022 Instrumentation and Methods for Astrophysics
+1103.2027 Programming Languages
+1103.2028 Number Theory
+1103.2038 Differential Geometry
+1103.2040 Algebraic Geometry
+1103.2043 Number Theory
+1103.2048
+1103.2051 Group Theory
+1103.2062 Geometric Topology
+1103.2063 Human-Computer Interaction
+1103.2073 Complex Variables
+1103.2074 Strongly Correlated Electrons
+1103.2076 Number Theory
+1103.2078 Probability
+1103.2079 Probability
+1103.2087 Combinatorics
+1103.2090 Functional Analysis
+1103.2091 Artificial Intelligence
+1103.2093 Algebraic Geometry
+1103.2106 Number Theory
+1103.2110 Neural and Evolutionary Computing
+1103.2113 Dynamical Systems
+1103.2119 Chaotic Dynamics
+cond-mat/0206572
+cond-mat/0303132
+cond-mat/0303134
+cond-mat/0602518 Mesoscale and Nanoscale Physics
+math/0107182 Algebraic Geometry
+math/0506379 General Topology
+math/0604609 Commutative Algebra
+physics/0511080 Computational Physics
+0708.3572 Phenomenology
+0712.1351 Physics and Society
+0802.3891 Cellular Automata and Lattice Gases
+0803.0959 Biological Physics
+0807.4042 Populations and Evolution
+0809.3041 Fluid Dynamics
+0902.0105
+0904.0066
+0906.0213
+0906.3531 Solar and Stellar Astrophysics
+0909.4662 Phenomenology
+0910.2266 Data Analysis, Statistics and Probability
+0911.2622
+1002.3450 Mesoscale and Nanoscale Physics
+1002.4008 Combinatorics
+1002.4892 Superconductivity
+1003.0805 Instrumentation and Methods for Astrophysics
+1003.2453 Exactly Solvable and Integrable Systems
+1003.2661 Phenomenology
+1003.5494 Phenomenology
+1004.2343
+1005.0784 High Energy Astrophysical Phenomena
+1005.1146 Analysis of PDEs
+1006.2512 Strongly Correlated Electrons
+1006.2647 Phenomenology
+1006.5430
+1007.3879 Lattice
+1007.4687 Theory
+1007.5352 Theory
+1009.0155 Experiment
+1009.0591 Cosmology and Nongalactic Astrophysics
+1009.0883 Atomic Physics
+1009.1836 Phenomenology
+1009.3789 Strongly Correlated Electrons
+1009.4041 Theory
+1009.5539 High Energy Astrophysical Phenomena
+1010.1201
+1010.1693 Strongly Correlated Electrons
+1010.1831
+1010.2458 Soft Condensed Matter
+1010.3923 Theory
+1011.3173 Rings and Algebras
+1011.3733 Strongly Correlated Electrons
+1011.4169 Geometric Topology
+1012.1267 Soft Condensed Matter
+1012.5834 Distributed, Parallel, and Cluster Computing
+1101.0027 Mesoscale and Nanoscale Physics
+1101.0055
+1101.2495 Theory
+1101.3523 Dynamical Systems
+1101.3966 Theory
+1101.5587 Symplectic Geometry
+1102.0039 Mesoscale and Nanoscale Physics
+1102.0065
+1102.0797 Instrumentation and Detectors
+1102.3010
+1102.3477 Lattice
+1102.3551 Mesoscale and Nanoscale Physics
+1102.3586 Theory
+1102.4508 Biological Physics
+1102.5173 Geophysics
+1103.0107 Classical Analysis and ODEs
+1103.0324 Complex Variables
+1103.1467 Optics
+1103.3542 Cosmology and Nongalactic Astrophysics
+1103.3647 High Energy Astrophysical Phenomena
+1103.4170 Phenomenology
+1103.4658 High Energy Astrophysical Phenomena
+1103.4912 Phenomenology
+1103.5955 Group Theory
+1104.0723
+1104.0986 Mesoscale and Nanoscale Physics
+1104.4274 Instrumentation and Detectors
+1105.0488 Cosmology and Nongalactic Astrophysics
+1105.1555 Phenomenology
+1105.4152 Earth and Planetary Astrophysics
+1105.4236 Optics
+1105.4281 Materials Science
+1105.4831
+1105.5976 Operator Algebras
+1106.0892 Combinatorics
+1106.1216 Learning
+1106.2020 Instrumentation and Methods for Astrophysics
+1106.2348 Commutative Algebra
+1106.2524 Statistical Mechanics
+1106.2787 Soft Condensed Matter
+1106.2802 Materials Science
+1106.2817 Other Condensed Matter
+1106.2825 Commutative Algebra
+1106.2830 Instrumentation and Methods for Astrophysics
+1106.2831
+1106.2833 Mesoscale and Nanoscale Physics
+1106.2840 Solar and Stellar Astrophysics
+1106.2842 Algebraic Geometry
+1106.2846 Theory
+1106.2859 Algebraic Geometry
+1106.2862 Strongly Correlated Electrons
+1106.2866 Statistical Mechanics
+1106.2868 Mesoscale and Nanoscale Physics
+1106.2874
+1106.2877 Graphics
+1106.2881 Methodology
+1106.2882 General Finance
+1106.2884 Rings and Algebras
+1106.2889 Experiment
+1106.2900 Algebraic Geometry
+1106.2903 Dynamical Systems
+1106.2904 Mesoscale and Nanoscale Physics
+1106.2906
+1106.2912 Probability
+1106.2915 Combinatorics
+1106.2917 Functional Analysis
+1106.2918 Chemical Physics
+1106.2920 Statistics Theory
+1106.2924 Differential Geometry
+1106.2929 Strongly Correlated Electrons
+1106.2932 Number Theory
+1106.2934 Geometric Topology
+1106.2937 Number Theory
+1106.2938 Geophysics
+1106.2941 Solar and Stellar Astrophysics
+1106.2958 Mesoscale and Nanoscale Physics
+1106.2965 Differential Geometry
+1106.2976 Instrumentation and Methods for Astrophysics
+1106.2977 Disordered Systems and Neural Networks
+1106.2984 Cosmology and Nongalactic Astrophysics
+1106.2985 Analysis of PDEs
+1106.2987 Combinatorics
+1106.2988 Representation Theory
+1106.2998 Theory
+1106.3001 Algebraic Geometry
+1106.3002 Optics
+1106.3013 Combinatorics
+1106.3019
+1106.3029 Theory
+1106.3037 Data Structures and Algorithms
+1106.3041 Combinatorics
+1106.3046 Pattern Formation and Solitons
+1106.3049
+1106.3053 Biological Physics
+1106.3055 Experiment
+1106.3057 Functional Analysis
+1106.3058 Functional Analysis
+1106.3063 Combinatorics
+cond-mat/0310309 Strongly Correlated Electrons
+cond-mat/0403239 Disordered Systems and Neural Networks
+cs/0005031 Artificial Intelligence
+gr-qc/9903074
+hep-ph/0010046 Phenomenology
+hep-th/0412080 Theory
+hep-th/9812041 Theory
+math/0610832 Rings and Algebras
+0704.2114 General Physics
+0710.5177 General Physics
+0711.0681 Plasma Physics
+0801.0495 Combinatorics
+0806.4405 Algebraic Topology
+0806.4437
+0810.2178
+0812.0320 Data Structures and Algorithms
+0812.1502
+0901.2690 Complex Variables
+0905.4868 Phenomenology
+0907.4528
+0908.3490 Theory
+0909.0088
+0909.3875 Earth and Planetary Astrophysics
+0910.4213 Probability
+0912.1525 Mesoscale and Nanoscale Physics
+0912.2135
+0912.2411 Phenomenology
+1002.2029 General Physics
+1002.5003 Analysis of PDEs
+1003.1423 Dynamical Systems
+1003.1579 General Physics
+1003.2431 General Physics
+1003.2899 General Physics
+1003.2956 Differential Geometry
+1003.5760
+1004.1820 General Physics
+1004.1922 Complex Variables
+1004.1961 Optics
+1004.2555 High Energy Astrophysical Phenomena
+1004.2893 Dynamical Systems
+1005.4993 Cryptography and Security
+1006.2751 Mesoscale and Nanoscale Physics
+1006.5553 Phenomenology
+1007.0195 Theory
+1007.0469 Atomic Physics
+1007.0479
+1007.1301 Earth and Planetary Astrophysics
+1007.1560 Phenomenology
+1007.1644 Theory
+1007.1971 Strongly Correlated Electrons
+1007.2591 Quantum Gases
+1007.2720 Theory
+1007.2767 Astrophysics of Galaxies
+1007.3150
+1007.4025 Analysis of PDEs
+1007.4546
+1007.5073
+1007.5502 Lattice
+1007.5520 Phenomenology
+1008.0107
+1008.0244
+1008.0654 Theory
+1008.1231
+1008.1543 Statistical Mechanics
+1008.2135
+1008.2198 Theory
+1008.2636 Theory
+1008.3550 Phenomenology
+1008.4350 Theory
+1008.4593
+1008.4710 Phenomenology
+1008.4951 Plasma Physics
+1008.5135 Theory
+1008.5146 Lattice
+1008.5157 Phenomenology
+1008.5214 Phenomenology
+1008.5215
+1009.0776
+1009.1081 Statistical Mechanics
+1009.1494 Fluid Dynamics
+1009.2262 Instrumentation and Detectors
+1009.2629 Theory
+1009.2970 Metric Geometry
+1009.3159 Phenomenology
+1009.3256
+1009.3549 Fluid Dynamics
+1009.3903 Theory
+1009.4016
+1009.4119 Statistical Mechanics
+1009.4413 Phenomenology
+1009.4639 Theory
+1009.4644 Phenomenology
+1009.4997 Theory
+1009.5269 Theory
+1009.5295 Phenomenology
+1009.5340 Phenomenology
+1009.5391 Phenomenology
+1009.5906 Theory
+1009.5915 Superconductivity
+1009.6048 Phenomenology
+1009.6074
+1009.6098 Networking and Internet Architecture
+1009.6176 Theory
+1010.0207 Differential Geometry
+1010.0317 Theory
+1010.0518
+1010.1017 Theory
+1010.1149 Optimization and Control
+1010.1306 Instrumentation and Detectors
+1010.1716 Quantum Gases
+1010.1791 Dynamical Systems
+1010.2209 Phenomenology
+1010.2329 Phenomenology
+1010.2348
+1010.2462 Theory
+1010.2567 Atomic Physics
+1010.2699 Data Analysis, Statistics and Probability
+1010.3019 High Energy Astrophysical Phenomena
+1010.3318 Mesoscale and Nanoscale Physics
+1010.3512
+1010.3872 Phenomenology
+1010.3942 Theory
+1010.4798 Phenomenology
+1010.4954 Mesoscale and Nanoscale Physics
+1010.5101 Number Theory
+1010.5158 Theory
+1010.5328 Theory
+1010.5451
+1010.6091 Physics and Society
+1011.0463 Theory
+1011.1281 Strongly Correlated Electrons
+1011.1342 Statistical Mechanics
+1011.2540 Mesoscale and Nanoscale Physics
+1011.5080 Disordered Systems and Neural Networks
+1011.6426 Exactly Solvable and Integrable Systems
+1011.6466
+1012.0405
+1012.2339 Statistical Mechanics
+1012.3261 Materials Science
+1012.3353
+1012.3630 Superconductivity
+1012.4138 Disordered Systems and Neural Networks
+1012.4352 Differential Geometry
+1101.0374
+1101.0450 Theory
+1101.0773 Theory
+1101.0807 Disordered Systems and Neural Networks
+1101.1471 Classical Physics
+1101.2187
+1101.2993 Phenomenology
+1101.3473 Superconductivity
+1101.4645 High Energy Astrophysical Phenomena
+1102.0097
+1102.0238
+1102.0920 Lattice
+1102.2738
+1102.4812 Combinatorics
+1103.0288 Materials Science
+1103.0452 Phenomenology
+1103.0490 Databases
+1103.0777 Mesoscale and Nanoscale Physics
+1103.0788 Classical Physics
+1103.0790 Machine Learning
+1103.0795 Information Theory
+1103.0796 Analysis of PDEs
+1103.0798 Analysis of PDEs
+1103.0803 Astrophysics of Galaxies
+1103.0804 General Topology
+1103.0806 History and Philosophy of Physics
+1103.0812 Programming Languages
+1103.0817 Differential Geometry
+1103.0818 Applications
+1103.0821 Number Theory
+1103.0822 Solar and Stellar Astrophysics
+1103.0825 Databases
+1103.0829 Multimedia
+1103.0830 Probability
+1103.0834
+1103.0837 Multimedia
+1103.0839 Mesoscale and Nanoscale Physics
+1103.0841 Adaptation and Self-Organizing Systems
+1103.0842
+1103.0847 Differential Geometry
+1103.0849 Differential Geometry
+1103.0850 Superconductivity
+1103.0853 Logic in Computer Science
+1103.0854 Earth and Planetary Astrophysics
+1103.0869 Dynamical Systems
+1103.0870 Algebraic Geometry
+1103.0877 Algebraic Geometry
+1103.0879 History and Philosophy of Physics
+1103.0888 Statistical Mechanics
+1103.0891
+1103.0894 Trading and Market Microstructure
+1103.0895 Discrete Mathematics
+1103.0896 Experiment
+1103.0907 Molecular Networks
+1103.0916
+1103.0920 Logic in Computer Science
+1103.0921 Databases
+1103.0922 Disordered Systems and Neural Networks
+1103.0925 Soft Condensed Matter
+1103.0927
+1103.0932 Complex Variables
+1103.0934
+1103.0937 Spectral Theory
+1103.0941 Machine Learning
+1103.0944 Group Theory
+1103.0952 Phenomenology
+1103.0954 Phenomenology
+1103.0964 Classical Analysis and ODEs
+1103.0966 Networking and Internet Architecture
+1103.0967 Logic in Computer Science
+1103.0971
+1103.0972 Statistical Mechanics
+1103.0973 Physics and Society
+1103.0974 Theory
+cond-mat/0004099 Disordered Systems and Neural Networks
+cond-mat/0004101 Soft Condensed Matter
+cond-mat/0402391 Disordered Systems and Neural Networks
+cond-mat/9911165 Mesoscale and Nanoscale Physics
+cs/0703019 Computer Science and Game Theory
+hep-th/0601225 Theory
+math/0007185 Geometric Topology
+quant-ph/0703159
+0705.3062 Exactly Solvable and Integrable Systems
+0711.2777
+0712.2766
+0806.1117 Differential Geometry
+0806.1434
+0807.2940 Operator Algebras
+0807.3849 Strongly Correlated Electrons
+0808.2890 Mesoscale and Nanoscale Physics
+0809.1404 Differential Geometry
+0810.1160
+0810.2158 Algebraic Geometry
+0811.3805 Materials Science
+0812.2660 Group Theory
+0904.2095 Differential Geometry
+0904.4139 Methodology
+0904.4589
+0905.0668 Methodology
+0905.1642 Number Theory
+0905.1841 Group Theory
+0905.2008 Mesoscale and Nanoscale Physics
+0905.2154 Mesoscale and Nanoscale Physics
+0905.2194 Materials Science
+0907.1881 Mesoscale and Nanoscale Physics
+0907.3736 Strongly Correlated Electrons
+0907.4296 Formal Languages and Automata Theory
+0908.1224 Materials Science
+0909.0356 Group Theory
+0909.4390 Phenomenology
+0910.2800
+0910.4820 Strongly Correlated Electrons
+0911.4310
+0912.4986 Instrumentation and Methods for Astrophysics
+1001.1436
+1001.3770 General Physics
+1003.0930 Metric Geometry
+1003.3529 Classical Analysis and ODEs
+1004.3938 Statistics Theory
+1005.3325 Methodology
+1006.0083 Materials Science
+1006.0691 Number Theory
+1007.2680 Geometric Topology
+1007.3114
+1007.4112 Information Theory
+1008.2592 Differential Geometry
+1008.3097 Differential Geometry
+1008.5387 Artificial Intelligence
+1009.0571 Machine Learning
+1009.0888 Methodology
+1009.2031 Methodology
+1009.4966 Commutative Algebra
+1010.1074
+1010.1972 Geometric Topology
+1011.1991 Analysis of PDEs
+1011.6338
+1012.1410 Mesoscale and Nanoscale Physics
+1101.0848 Mesoscale and Nanoscale Physics
+1101.3029 Number Theory
+1102.1371 Mesoscale and Nanoscale Physics
+1102.2812 Strongly Correlated Electrons
+1102.2932 Computational Complexity
+1102.3239 Strongly Correlated Electrons
+1102.4788 Number Theory
+1103.2201
+1103.2840 Cosmology and Nongalactic Astrophysics
+1103.3467 Lattice
+1104.4345 Functional Analysis
+1104.4944 Materials Science
+1105.1117 Quantitative Methods
+1105.5979 Data Structures and Algorithms
+1105.6153
+1106.0006 Quantum Gases
+1106.0276 Mesoscale and Nanoscale Physics
+1106.2227 Functional Analysis
+1106.2382 Cosmology and Nongalactic Astrophysics
+1106.4113 Mesoscale and Nanoscale Physics
+1106.4257
+1106.5215 Soft Condensed Matter
+1106.5353 Combinatorics
+1106.5676
+1107.0309 Mesoscale and Nanoscale Physics
+1107.1090
+1107.2485 General Physics
+1107.2889
+1107.2989
+1107.3814 Phenomenology
+1107.4338 Mesoscale and Nanoscale Physics
+1107.4779 Mesoscale and Nanoscale Physics
+1107.4845 Quantum Gases
+1107.5094 Commutative Algebra
+1107.5509
+1108.0116
+1108.0614 Phenomenology
+1108.0937 Lattice
+1108.1769 Phenomenology
+1108.1818 Logic
+1108.2277
+1108.2483 Optics
+1108.3036 Strongly Correlated Electrons
+1108.3064
+1108.4337 Phenomenology
+1108.4553 Soft Condensed Matter
+1108.4780 Materials Science
+1108.4800 Soft Condensed Matter
+1108.5444 Statistical Mechanics
+1109.0263 K-Theory and Homology
+1109.0956 Number Theory
+1109.1445 Mesoscale and Nanoscale Physics
+1109.2215 Social and Information Networks
+1109.2607 Statistical Mechanics
+1109.2680 Theory
+1109.4001 Phenomenology
+1109.4266 Theory
+1109.5163 Molecular Networks
+1109.5354 Theory
+1109.6165 High Energy Astrophysical Phenomena
+1109.6170 Theory
+1109.6317
+1110.0200 Computational Complexity
+1110.0600 Dynamical Systems
+1110.0877 Strongly Correlated Electrons
+1110.1095 Commutative Algebra
+1110.1924 Solar and Stellar Astrophysics
+1110.2100 Solar and Stellar Astrophysics
+1110.2160 Phenomenology
+1110.2333 Commutative Algebra
+1110.2685 General Physics
+1110.3686 Strongly Correlated Electrons
+1110.3823 Fluid Dynamics
+1110.4151 Phenomenology
+1110.4579 Instrumentation and Methods for Astrophysics
+1110.4963 Optics
+1110.5494 Lattice
+1110.5622 Biomolecules
+1110.6149 Lattice
+1110.6437 Data Analysis, Statistics and Probability
+1110.6549 Analysis of PDEs
+1110.6779 Combinatorics
+1110.6814 Superconductivity
+1111.0118 Analysis of PDEs
+1111.0467
+1111.1900 Geometric Topology
+1111.1922 General Physics
+1111.2358
+1111.2450 Probability
+1111.2647
+1111.3218 Classical Analysis and ODEs
+1111.4053 Lattice
+1111.4279 Hardware Architecture
+1111.4289 Computational Physics
+1111.4491
+1111.4494 Methodology
+1111.4497 Experiment
+1111.4498 Experiment
+1111.4499 Distributed, Parallel, and Cluster Computing
+1111.4501
+1111.4502 Optics
+1111.4503 Social and Information Networks
+1111.4504 Computer Science and Game Theory
+1111.4511 Networking and Internet Architecture
+1111.4512 Group Theory
+1111.4528 Experiment
+1111.4531 Optics
+1111.4537 Functional Analysis
+1111.4542 Statistics Theory
+1111.4543 Representation Theory
+1111.4545 Cryptography and Security
+1111.4549
+1111.4551 Statistical Mechanics
+1111.4553 Theory
+1111.4557
+1111.4558 Materials Science
+1111.4561 Materials Science
+1111.4562 History and Philosophy of Physics
+1111.4564 Methodology
+1111.4567 Algebraic Geometry
+1111.4573 Spectral Theory
+1111.4574 Mesoscale and Nanoscale Physics
+1111.4579 Populations and Evolution
+1111.4580 Information Theory
+1111.4582 Probability
+1111.4584
+1111.4591 Probability
+1111.4592 Complex Variables
+1111.4593 Probability
+1111.4600 Discrete Mathematics
+1111.4607
+1111.4608 Statistical Mechanics
+1111.4610 Atmospheric and Oceanic Physics
+1111.4616 Differential Geometry
+1111.4623 History and Philosophy of Physics
+1111.4625 Mesoscale and Nanoscale Physics
+1111.4628
+1111.4631 Rings and Algebras
+1111.4635 Cryptography and Security
+1111.4638 Plasma Physics
+1111.4645 Social and Information Networks
+1111.4648 Number Theory
+1111.4650 Social and Information Networks
+1111.4653 Analysis of PDEs
+1111.4654 Computer Vision and Pattern Recognition
+1111.4655 Optimization and Control
+1111.4658 Classical Analysis and ODEs
+1111.4659 Cosmology and Nongalactic Astrophysics
+1111.4660 Classical Analysis and ODEs
+1111.4665 Group Theory
+1111.4672 Lattice
+1111.4673 Quantum Algebra
+1111.4685 K-Theory and Homology
+1111.4692 Computers and Society
+1111.4693
+1111.4694 Cosmology and Nongalactic Astrophysics
+1111.4697 Rings and Algebras
+1111.4698
+1111.4699 Materials Science
+1111.4707 Algebraic Geometry
+1111.4709 Algebraic Topology
+1111.4711 High Energy Astrophysical Phenomena
+1111.4712 Probability
+1111.4713
+1111.4714 Functional Analysis
+1111.4715 Differential Geometry
+1111.4720 Theory
+1111.4723 Combinatorics
+1111.4727 Representation Theory
+1111.4728 Probability
+1111.4733 Exactly Solvable and Integrable Systems
+1111.4734
+1111.4736 Software Engineering
+1111.4737 Programming Languages
+1111.4738 Software Engineering
+1111.4739 Software Engineering
+1111.4740 Software Engineering
+1111.4741 Software Engineering
+1111.4742 Programming Languages
+1111.4743 Software Engineering
+1111.4744 Software Engineering
+1111.4745 Software Engineering
+1111.4746 Software Engineering
+1111.4747 Software Engineering
+1111.4748 Software Engineering
+1111.4749 Software Engineering
+1111.4750 Programming Languages
+1111.4751 Programming Languages
+1111.4752 Software Engineering
+1111.4753 Software Engineering
+1111.4754 Software Engineering
+1111.4755 Programming Languages
+1111.4756 Software Engineering
+1111.4757 Programming Languages
+1111.4758 Software Engineering
+1111.4761 Software Engineering
+1111.4762 Software Engineering
+1111.4763 Software Engineering
+1111.4764 Software Engineering
+1111.4767 Optimization and Control
+1111.4768 Information Theory
+1111.4779 Biomolecules
+1111.4780 Materials Science
+1111.4785 Molecular Networks
+1111.4790
+1111.4791 Quantum Algebra
+1111.4799 Number Theory
+1111.4800 Computer Vision and Pattern Recognition
+1111.4802 Optimization and Control
+1111.4805 Quantum Algebra
+1111.4810 Phenomenology
+1111.4816
+1111.4819 Networking and Internet Architecture
+1111.4820 Phenomenology
+1111.4821 Statistics Theory
+1111.4824
+1111.4826 Statistical Mechanics
+1111.4831 Information Theory
+1111.4832 Lattice
+1111.4838 Algebraic Geometry
+1111.4850 Strongly Correlated Electrons
+1111.4855 Strongly Correlated Electrons
+1111.4859 Solar and Stellar Astrophysics
+1111.4860 Optics
+1111.4869 Probability
+1111.4872 Computer Science and Game Theory
+1111.4874 Strongly Correlated Electrons
+1111.4876 Lattice
+1111.4877 Symbolic Computation
+1111.4880 Classical Analysis and ODEs
+1111.4887 Mesoscale and Nanoscale Physics
+1111.4888 Statistical Mechanics
+1111.4889 Lattice
+1111.4890 Instrumentation and Methods for Astrophysics
+1111.4894 Mesoscale and Nanoscale Physics
+1111.4897 Accelerator Physics
+1111.4898 Social and Information Networks
+1111.4900 Numerical Analysis
+1111.4904 Phenomenology
+1111.4914 Algebraic Geometry
+1111.4919 Earth and Planetary Astrophysics
+1111.4924 Geophysics
+1111.4932 Optics
+1111.4936 Astrophysics of Galaxies
+1111.4939 Mesoscale and Nanoscale Physics
+1111.4941 Solar and Stellar Astrophysics
+1111.4942 Computation
+1111.4943
+1111.4945 Dynamical Systems
+1111.4954 Methodology
+1111.4959 Strongly Correlated Electrons
+1111.4960 High Energy Astrophysical Phenomena
+1111.4961 Astrophysics of Galaxies
+1111.4967 Analysis of PDEs
+1111.4969 Networking and Internet Architecture
+1111.4971 Accelerator Physics
+1111.4974 Algebraic Geometry
+1111.4977 Combinatorics
+1111.4981 Differential Geometry
+1111.4982
+1111.4989 Combinatorics
+1111.4995 Dynamical Systems
+1111.4998
+1111.5002 Software Engineering
+1111.5004 Differential Geometry
+1111.5007 Software Engineering
+astro-ph/0511183
+cond-mat/0508118 Materials Science
+cond-mat/0604158 Materials Science
+cond-mat/9802046
+cs/0611011 Learning
+gr-qc/9911111
+math-ph/0603048
+math/0510031 Differential Geometry
+math/0511522 Statistics Theory
+math/0604130 Differential Geometry
+physics/0512244 Atomic Physics
+quant-ph/0605131
+0709.1218 Phenomenology
+0710.5071
+0712.2858 Phenomenology
+0804.1985 Instrumentation and Detectors
+0806.4349 Theory
+0810.1096 Theory
+0810.5216 Strongly Correlated Electrons
+0810.5765 Phenomenology
+0812.2010 Rings and Algebras
+0812.3215 Phenomenology
+0812.3811 Soft Condensed Matter
+0901.2910 Classical Analysis and ODEs
+0901.4409 Materials Science
+0905.0547
+0905.3623 Disordered Systems and Neural Networks
+0906.0582 Theory
+0906.1253 Rings and Algebras
+0906.3353 Astrophysics of Galaxies
+0907.0859 Phenomenology
+0909.2849 Data Structures and Algorithms
+0909.5289 Statistics Theory
+0909.5593 Phenomenology
+0910.0936 Statistics Theory
+0910.1017 Functional Analysis
+0910.1488 Theory
+0910.2362 Plasma Physics
+0910.4068 Phenomenology
+0910.5429
+0910.5928 Earth and Planetary Astrophysics
+0911.0557 Theory
+0911.0590 Number Theory
+0911.2645
+0911.4891 Astrophysics of Galaxies
+0912.0158 Phenomenology
+0912.0616 Theory
+0912.4912 Theory
+1001.0359
+1001.0509 Numerical Analysis
+1001.0541
+1001.1155 Theory
+1001.4963 Materials Science
+1002.0171 Strongly Correlated Electrons
+1002.1302 Materials Science
+1002.4147 Functional Analysis
+1002.5017 Theory
+1003.0231 Phenomenology
+1003.2575 High Energy Astrophysical Phenomena
+1003.2663 Superconductivity
+1003.4223
+1003.5630 Statistical Mechanics
+1004.1092 Phenomenology
+1004.1201 Theory
+1004.1335 Statistical Mechanics
+1004.2591 Phenomenology
+1004.4018
+1004.5018
+1005.0433 Cosmology and Nongalactic Astrophysics
+1005.0628 Phenomenology
+1005.1176 Phenomenology
+1005.1291 Theory
+1005.1402 Differential Geometry
+1005.1727 Analysis of PDEs
+1005.2953
+1005.3254
+1005.3778
+1005.4000
+1005.5027 Mesoscale and Nanoscale Physics
+1005.5030
+1005.5203 General Physics
+1006.0643 Phenomenology
+1006.0751 Differential Geometry
+1006.1623 Experiment
+1006.1899 Theory
+1006.2916
+1006.3127
+1006.3694
+1006.4714 Theory
+1006.4967
+1006.5149 Theory
+1006.5633 Computational Physics
+1006.5649 Strongly Correlated Electrons
+1006.5703 Theory
+1007.0851
+1007.0991 Phenomenology
+1007.1170
+1007.1521 Theory
+1007.1824 Theory
+1007.1861
+1007.2067
+1007.2174
+1007.2781 Theory
+1007.2786
+1007.2852
+1007.2854
+1007.3464 Cosmology and Nongalactic Astrophysics
+1007.4151 Theory
+1007.4208 Phenomenology
+1007.4627
+1007.5176 Phenomenology
+1007.5356 Strongly Correlated Electrons
+1007.5505 Theory
+1008.0181 Phenomenology
+1008.0453 Phenomenology
+1008.0462 Theory
+1008.1271 Theory
+1008.1389 Phenomenology
+1008.1428
+1008.1540 Theory
+1008.1958
+1008.2054 Phenomenology
+1008.2189 Theory
+1008.2829 Experiment
+1008.2958 Theory
+1008.2961
+1008.3184 Phenomenology
+1008.3295 Information Theory
+1008.3319
+1008.5012 Theory
+1008.5179 Lattice
+1008.5180 Lattice
+1008.5295 Theory
+1009.0175 Theory
+1009.0545 Phenomenology
+1009.0743 Theory
+1009.0879 Theory
+1009.1004 Mesoscale and Nanoscale Physics
+1009.1295 Atomic and Molecular Clusters
+1009.1468 Phenomenology
+1009.1815 Mesoscale and Nanoscale Physics
+1009.1912 Astrophysics of Galaxies
+1009.1962 Theory
+1009.1977 Logic in Computer Science
+1009.2012 Phenomenology
+1009.2042 Theory
+1009.2153 Theory
+1009.2484 Theory
+1009.2684 Solar and Stellar Astrophysics
+1009.2724 Cosmology and Nongalactic Astrophysics
+1009.2763 Theory
+1009.2880 Theory
+1009.2941
+1009.3017 Theory
+1009.3169
+1009.3658 Phenomenology
+1009.3801 Phenomenology
+1009.3964 Theory
+1009.4302 Phenomenology
+1009.4363 Phenomenology
+1009.4875 Phenomenology
+1009.5243 Cosmology and Nongalactic Astrophysics
+1009.5553 Theory
+1009.5681 Theory
+1009.5971
+1009.6223 Theory
+1010.0029 Experiment
+1010.0407 Cosmology and Nongalactic Astrophysics
+1010.0502
+1010.0545
+1010.1302
+1010.1477
+1010.1774 Phenomenology
+1010.2120 Soft Condensed Matter
+1010.2361
+1010.2676 Earth and Planetary Astrophysics
+1010.2806 Theory
+1010.3082 Instrumentation and Methods for Astrophysics
+1010.3245 Atomic Physics
+1010.3495 Strongly Correlated Electrons
+1010.3736 Phenomenology
+1010.4211
+1011.1811 Cosmology and Nongalactic Astrophysics
+1011.4127
+1011.4854 Solar and Stellar Astrophysics
+1011.5600 Probability
+1011.5909 Cosmology and Nongalactic Astrophysics
+1011.5928
+1011.6015 High Energy Astrophysical Phenomena
+1012.0028 High Energy Astrophysical Phenomena
+1012.0127 Mesoscale and Nanoscale Physics
+1012.2013
+1012.2531 Phenomenology
+1012.2919
+1012.5220 Probability
+1101.0107 Operator Algebras
+1101.0111 Operator Algebras
+1101.0820 Multiagent Systems
+1101.1347 Mesoscale and Nanoscale Physics
+1101.1546 Number Theory
+1101.1898 Algebraic Geometry
+1101.2425
+1101.2477
+1101.2478 Optimization and Control
+1101.2676 Instrumentation and Detectors
+1101.2679 Probability
+1101.2681 Experiment
+1101.2683
+1101.2684 Popular Physics
+1101.2686 Biological Physics
+1101.2695 Geometric Topology
+1101.2696 Numerical Analysis
+1101.2703 Algebraic Geometry
+1101.2705 Computational Complexity
+1101.2707 Metric Geometry
+1101.2715 Networking and Internet Architecture
+1101.2728 Information Theory
+1101.2729 Combinatorics
+1101.2730 Experiment
+1101.2732
+1101.2734 Accelerator Physics
+1101.2735 Other Condensed Matter
+1101.2752 Numerical Analysis
+1101.2756 Group Theory
+1101.2766
+1101.2767
+1101.2768 Mesoscale and Nanoscale Physics
+1101.2775 Classical Analysis and ODEs
+1101.2776 Instrumentation and Detectors
+1101.2779 Chaotic Dynamics
+1101.2781 Analysis of PDEs
+1101.2782 Instrumentation and Methods for Astrophysics
+1101.2784 Cosmology and Nongalactic Astrophysics
+1101.2798 Logic in Computer Science
+1101.2803 Symbolic Computation
+1101.2805 Materials Science
+1101.2811 Materials Science
+1101.2819 Cryptography and Security
+1101.2821 Astrophysics of Galaxies
+1101.2830 Instrumentation and Methods for Astrophysics
+1101.2831
+1101.2833 Analysis of PDEs
+1101.2837 Solar and Stellar Astrophysics
+1101.2839 Soft Condensed Matter
+1101.2846 Quantum Gases
+1101.2851 Quantitative Methods
+1101.2856 Mesoscale and Nanoscale Physics
+1101.2873 Complex Variables
+1101.2883 Computer Science and Game Theory
+1101.2884 Materials Science
+1101.2887 Phenomenology
+1101.2888 Group Theory
+astro-ph/0404311
+cond-mat/9411072
+cond-mat/9705170 Soft Condensed Matter
+gr-qc/0302040
+hep-ex/0010053 Experiment
+hep-ex/9911028 Experiment
+hep-th/0001113 Theory
+hep-th/0307070 Theory
+hep-th/0507226 Theory
+nucl-ex/0011016
+nucl-th/9308021
+0705.4552 Mesoscale and Nanoscale Physics
+0707.1013 Materials Science
+0708.0117 Superconductivity
+0711.1399 Other Condensed Matter
+0805.3600 Soft Condensed Matter
+0809.4173 Representation Theory
+0902.2719 Quantum Algebra
+0904.3785 Materials Science
+0905.2870 Algebraic Geometry
+0906.1310 Statistics Theory
+0906.3588 Optimization and Control
+0906.3909 Differential Geometry
+0906.5483 Strongly Correlated Electrons
+0907.2924 Solar and Stellar Astrophysics
+0910.3040 Mesoscale and Nanoscale Physics
+0910.3723 Differential Geometry
+0911.2029 Materials Science
+0912.5324 Networking and Internet Architecture
+1001.0937 Algebraic Geometry
+1001.2393 General Physics
+1002.1889 Functional Analysis
+1002.4259 Phenomenology
+1003.3808 Number Theory
+1003.5559 Superconductivity
+1004.0477 Optimization and Control
+1004.2651 Soft Condensed Matter
+1005.1260 Functional Analysis
+1005.3596 Representation Theory
+1005.4142 Biomolecules
+1006.0349 Mesoscale and Nanoscale Physics
+1006.1263 Theory
+1006.1468
+1007.2070 Subcellular Processes
+1007.2753 Strongly Correlated Electrons
+1007.4643 Mesoscale and Nanoscale Physics
+1008.1953
+1008.4164 Rings and Algebras
+1009.0610 Optics
+1009.2668 Commutative Algebra
+1009.3222 Chaotic Dynamics
+1009.3307
+1009.5253 Optimization and Control
+1009.5632
+1010.0761 Analysis of PDEs
+1010.2679 High Energy Astrophysical Phenomena
+1010.3618 Mesoscale and Nanoscale Physics
+1010.5607 Statistical Mechanics
+1011.1462 Functional Analysis
+1011.4780 Statistical Mechanics
+1011.4787 Soft Condensed Matter
+1012.0411 Theory
+1101.0743 Atomic Physics
+1101.0808 Statistical Mechanics
+1101.2314 Atomic Physics
+1101.5161 Cosmology and Nongalactic Astrophysics
+1101.5186 Combinatorics
+1101.5537 Combinatorics
+1101.5776 Theory
+1102.0058 Distributed, Parallel, and Cluster Computing
+1102.0391 Materials Science
+1102.0471 Data Structures and Algorithms
+1102.0516 Distributed, Parallel, and Cluster Computing
+1102.0562 Solar and Stellar Astrophysics
+1102.0568 Number Theory
+1102.0583 Software Engineering
+1102.0586 Geometric Topology
+1102.0606 Algebraic Geometry
+1102.0609 Geophysics
+1102.0611 Cosmology and Nongalactic Astrophysics
+1102.0612 Dynamical Systems
+1102.0620
+1102.0623 Superconductivity
+1102.0629 Social and Information Networks
+1102.0630 Applications
+1102.0634 Graphics
+1102.0638 Earth and Planetary Astrophysics
+1102.0639 High Energy Astrophysical Phenomena
+1102.0642 Numerical Analysis
+1102.0649
+1102.0650 Experiment
+1102.0655 Geophysics
+1102.0656 Geophysics
+1102.0660 Group Theory
+1102.0661 Geophysics
+1102.0664 Materials Science
+1102.0665 Geophysics
+1102.0666 Computational Complexity
+1102.0668 Geophysics
+1102.0672 Functional Analysis
+1102.0676 Information Retrieval
+1102.0682 Networking and Internet Architecture
+1102.0684 Networking and Internet Architecture
+1102.0690 Information Theory
+1102.0694 Information Retrieval
+1102.0695 Information Retrieval
+1102.0701 Geometric Topology
+1102.0706 Computers and Society
+1102.0708 Experiment
+1102.0711 Soft Condensed Matter
+1102.0714 Artificial Intelligence
+1102.0716 Phenomenology
+1102.0717 Algebraic Geometry
+1102.0719 Soft Condensed Matter
+1102.0728 Probability
+1102.0735 Information Retrieval
+1102.0736 Phenomenology
+1102.0740
+1102.0748
+1102.0757
+1102.0765 Number Theory
+1102.0771 Statistics Theory
+math/0702802 Quantum Algebra
+0708.0666
+0710.4441 Differential Geometry
+0806.3523 General Physics
+0809.1040 Statistical Finance
+0810.1898 Statistical Mechanics
+0901.2140 Information Theory
+0903.1175 Differential Geometry
+0906.1086 Discrete Mathematics
+0906.3698
+0906.3823 Metric Geometry
+0907.0382 Probability
+0907.5054 Phenomenology
+0912.0574 Representation Theory
+0912.1983 Strongly Correlated Electrons
+0912.2281 Lattice
+0912.2362 Probability
+0912.4809 Category Theory
+0912.5081 Differential Geometry
+1001.0044 Probability
+1001.3581 Algebraic Topology
+1002.0626 Mesoscale and Nanoscale Physics
+1002.2507 Chaotic Dynamics
+1002.3226
+1002.3672 Operator Algebras
+1003.0978 Differential Geometry
+1004.4206 General Physics
+1005.0708 Phenomenology
+1005.2464 Functional Analysis
+1005.4411 Combinatorics
+1005.5132
+1006.1920 Lattice
+1006.2660 Information Theory
+1006.4484 Information Theory
+1006.5586 Mesoscale and Nanoscale Physics
+1007.0793
+1007.3851
+1007.4805
+1007.5285 Number Theory
+1007.5508 Number Theory
+1008.0085
+1008.0160 Statistical Finance
+1008.2294 Fluid Dynamics
+1008.4597
+1009.0907 Biological Physics
+1009.3754 Combinatorics
+1010.1873 Numerical Analysis
+1010.2566
+1010.5645 Mesoscale and Nanoscale Physics
+1010.5862 Mesoscale and Nanoscale Physics
+1011.0748 Trading and Market Microstructure
+1011.0813 Mesoscale and Nanoscale Physics
+1011.1066 Analysis of PDEs
+1011.1138
+1011.2849
+1011.2854 Dynamical Systems
+1011.2863 Disordered Systems and Neural Networks
+1011.3627
+1011.3933 Materials Science
+1011.5258
+1011.5557
+1011.5657 Solar and Stellar Astrophysics
+1011.5905 Materials Science
+1011.6499
+1012.0313 Statistical Mechanics
+1012.3632 Computational Physics
+1012.4737 General Topology
+1012.5195 Theory
+1012.5378 Representation Theory
+1101.0430 Strongly Correlated Electrons
+1101.3460
+1101.4800 Materials Science
+1101.5299 Mesoscale and Nanoscale Physics
+1101.6076
+1102.0686 Information Theory
+1102.2074 Theory
+1102.3032 Mesoscale and Nanoscale Physics
+1103.3230
+1103.3550 Earth and Planetary Astrophysics
+1103.5042 Solar and Stellar Astrophysics
+1103.5218 Information Theory
+1103.5352 Instrumentation and Methods for Astrophysics
+1103.5488 Populations and Evolution
+1103.5732 Number Theory
+1103.5817 Algebraic Topology
+1103.5897 Optimization and Control
+1103.5960 Differential Geometry
+1103.5998 Lattice
+1103.6036 High Energy Astrophysical Phenomena
+1103.6037 Solar and Stellar Astrophysics
+1103.6044 Popular Physics
+1103.6051 Materials Science
+1103.6052 Computer Vision and Pattern Recognition
+1103.6059 Probability
+1103.6070 Statistical Mechanics
+1103.6071
+1103.6072 Superconductivity
+1103.6073 Data Structures and Algorithms
+1103.6077 Exactly Solvable and Integrable Systems
+1103.6079
+1103.6080
+1103.6082 Computational Physics
+1103.6084 Geophysics
+1103.6087 Distributed, Parallel, and Cluster Computing
+1103.6096 Computation
+1103.6100 Analysis of PDEs
+1103.6101 Analysis of PDEs
+1103.6102 Analysis of PDEs
+1103.6103 Physics and Society
+1103.6106 Soft Condensed Matter
+1103.6112 Methodology
+1103.6113
+1103.6118 Statistics Theory
+1103.6119 Machine Learning
+1103.6124 Mesoscale and Nanoscale Physics
+1103.6134 Combinatorics
+1103.6136 Statistics Theory
+1103.6138 Group Theory
+1103.6158 Differential Geometry
+1103.6159 Functional Analysis
+1103.6163 Classical Analysis and ODEs
+1103.6165 Classical Analysis and ODEs
+1103.6167 Instrumentation and Methods for Astrophysics
+1103.6168
+1103.6170 Analysis of PDEs
+1103.6171 Metric Geometry
+1103.6172 Statistics Theory
+1103.6174 High Energy Astrophysical Phenomena
+1103.6176 General Mathematics
+1103.6177 Materials Science
+1103.6183 Quantum Gases
+1103.6184 Functional Analysis
+1103.6187 Computers and Society
+1103.6191 Lattice
+1103.6198 Algebraic Topology
+1103.6200 Analysis of PDEs
+1103.6201 Experiment
+1103.6204 Methodology
+1103.6205 Analysis of PDEs
+1103.6206 Combinatorics
+1103.6207 Fluid Dynamics
+1103.6210 Materials Science
+1103.6211 Analysis of PDEs
+1103.6212 Computational Complexity
+1103.6216 Methodology
+1103.6226 Number Theory
+1103.6233 Algebraic Geometry
+1103.6236 Fluid Dynamics
+1103.6239 Functional Analysis
+1103.6241 Information Theory
+1103.6244 K-Theory and Homology
+1103.6245 K-Theory and Homology
+1103.6247 Phenomenology
+1103.6249 Geometric Topology
+1103.6254 Differential Geometry
+1103.6255 Logic
+1103.6259 Group Theory
+1103.6260 Analysis of PDEs
+1103.6262 Cosmology and Nongalactic Astrophysics
+1103.6264
+1103.6270 Cosmology and Nongalactic Astrophysics
+1103.6271 Dynamical Systems
+1103.6272
+1103.6275 Algebraic Topology
+1103.6283 Materials Science
+1103.6284 Cosmology and Nongalactic Astrophysics
+0705.1922 Information Theory
+0712.2731
+0802.0480 Statistical Mechanics
+0809.1198
+0811.3921
+0901.2593 Statistics Theory
+0901.3876 Logic
+0906.2843
+0908.4126 Dynamical Systems
+0910.1252
+0910.5024 Atomic Physics
+0911.0421 Cosmology and Nongalactic Astrophysics
+0911.4139 Probability
+0912.0725 Cosmology and Nongalactic Astrophysics
+0912.1763 Soft Condensed Matter
+0912.2084
+0912.3081 Phenomenology
+0912.3091 Probability
+0912.4971 Theory
+1003.3259 Methodology
+1003.5895 General Physics
+1004.4059 General Physics
+1006.1385
+1006.2460
+1006.4345
+1006.4425 Probability
+1007.1850 Atmospheric and Oceanic Physics
+1007.2524 Theory
+1007.2615
+1007.5218 Networking and Internet Architecture
+1009.2349 Disordered Systems and Neural Networks
+1009.3365 Phenomenology
+1009.4956 Mesoscale and Nanoscale Physics
+1010.0481 Group Theory
+1010.0729 Operator Algebras
+1010.1072 Materials Science
+1010.1121 General Physics
+1010.1919 Mesoscale and Nanoscale Physics
+1010.3335 Algebraic Geometry
+1011.0541 Probability
+1011.1683 Materials Science
+1011.2425 Cosmology and Nongalactic Astrophysics
+1011.2963 Theory
+1011.3341 Phenomenology
+1011.5023 Phenomenology
+1011.5026
+1011.5037 Phenomenology
+1011.5074 Theory
+1011.5078 Phenomenology
+1011.5097
+1011.5103
+1011.5112
+1011.5118 Lattice
+1011.5121 Lattice
+1011.5151 Lattice
+1011.5176 Phenomenology
+1011.5189 Lattice
+1011.5562 Analysis of PDEs
+1012.1164 High Energy Astrophysical Phenomena
+1012.1886 Data Structures and Algorithms
+1012.2344 Cosmology and Nongalactic Astrophysics
+1012.5727 Materials Science
+1101.0817 Superconductivity
+1101.1409 Quantum Gases
+1101.1697 General Physics
+1101.2221 Earth and Planetary Astrophysics
+1101.2515
+1101.3505
+1101.3916 Soft Condensed Matter
+1101.4513
+1101.4707 Superconductivity
+1101.5229 Materials Science
+1101.5786 Algebraic Geometry
+1102.0309 Populations and Evolution
+1102.1060 Astrophysics of Galaxies
+1102.2523 Numerical Analysis
+1102.5712 Phenomenology
+1103.0393 Cosmology and Nongalactic Astrophysics
+1103.1997 Materials Science
+1103.2664 Analysis of PDEs
+1103.5400
+1104.5493 Superconductivity
+1105.2856
+1106.0128
+1106.0451 Optics
+1106.2827 Superconductivity
+1106.4342 Analysis of PDEs
+1107.0943 Group Theory
+1107.1437 Other Computer Science
+1107.2007 Classical Analysis and ODEs
+1107.2030 Theory
+1107.2437 Programming Languages
+1107.2503 Dynamical Systems
+1107.2504 Quantitative Methods
+1107.2574 Statistics Theory
+1107.2634 Combinatorics
+1107.2655 Spectral Theory
+1107.2666 Phenomenology
+1107.2668 Cosmology and Nongalactic Astrophysics
+1107.2669
+1107.2671
+1107.2674 High Energy Astrophysical Phenomena
+1107.2676 Algebraic Geometry
+1107.2682 Analysis of PDEs
+1107.2683 Software Engineering
+1107.2687 Spectral Theory
+1107.2691 Computation
+1107.2692 Spectral Theory
+1107.2693 Computer Vision and Pattern Recognition
+1107.2695 Soft Condensed Matter
+1107.2696 Computer Vision and Pattern Recognition
+1107.2699 Machine Learning
+1107.2703
+1107.2705 Analysis of PDEs
+1107.2714
+1107.2717 Algebraic Geometry
+1107.2718 Number Theory
+1107.2719 Number Theory
+1107.2723 Computer Vision and Pattern Recognition
+1107.2727 Information Retrieval
+1107.2729 Data Structures and Algorithms
+1107.2734 Methodology
+1107.2735 Analysis of PDEs
+1107.2739
+1107.2740 Quantum Gases
+1107.2747
+1107.2753 Statistics Theory
+1107.2761 Cosmology and Nongalactic Astrophysics
+1107.2767 Theory
+1107.2768 Soft Condensed Matter
+1107.2776 Number Theory
+1107.2777 Solar and Stellar Astrophysics
+1107.2778 Mesoscale and Nanoscale Physics
+1107.2781 Computer Vision and Pattern Recognition
+1107.2795 Accelerator Physics
+1107.2797 Accelerator Physics
+1107.2800
+1107.2802 Statistics Theory
+1107.2807 Computer Vision and Pattern Recognition
+1107.2810 Functional Analysis
+1107.2811 Atomic and Molecular Clusters
+1107.2816 Algebraic Geometry
+1107.2822 Logic in Computer Science
+1107.2827 Astrophysics of Galaxies
+1107.2831 Numerical Analysis
+1107.2834 Neurons and Cognition
+1107.2843 Group Theory
+1107.2848 Optimization and Control
+1107.2852 Plasma Physics
+1107.2859 Multimedia
+1107.2861
+1107.2864 Algebraic Geometry
+1107.2867 Information Theory
+1107.2870 High Energy Astrophysical Phenomena
+1107.2875 Algebraic Geometry
+1107.2877 Phenomenology
+1107.2880 Combinatorics
+1107.2881 Optimization and Control
+1107.2882
+1107.2888 Combinatorics
+1107.2890 Solar and Stellar Astrophysics
+1107.2899 Experiment
+1107.2909 Theory
+1107.2912
+cond-mat/0411253 Other Condensed Matter
+hep-ph/0612021 Phenomenology
+math/0609714 Algebraic Geometry
+physics/9810002 Biological Physics
+quant-ph/0409041
+0708.2522 Combinatorics
+0710.2836 Dynamical Systems
+0806.3060 Dynamical Systems
+0808.0723 Dynamical Systems
+0812.0747
+0901.2778 Symbolic Computation
+0902.3382 Astrophysics of Galaxies
+0905.0611 Mesoscale and Nanoscale Physics
+0909.3474 General Physics
+0910.3111 Astrophysics of Galaxies
+0910.5711
+1001.3623 Number Theory
+1002.3013 Classical Analysis and ODEs
+1003.2186 Combinatorics
+1004.1292 Probability
+1004.2477
+1004.5271 Instrumentation and Methods for Astrophysics
+1005.2109
+1006.0180 Algebraic Geometry
+1006.1723 Number Theory
+1006.3167 Discrete Mathematics
+1007.3445
+1008.0524
+1008.5378 Quantum Gases
+1009.1463 Methodology
+1009.2886
+1009.4518
+1009.6204 Phenomenology
+1010.1871 Materials Science
+1012.0336 Analysis of PDEs
+1012.2835 Computational Geometry
+1101.4526 Operator Algebras
+1102.3950 Differential Geometry
+1102.5110 Differential Geometry
+1102.5675 Instrumentation and Methods for Astrophysics
+1104.2469 Theory
+1105.2150 Applications
+1105.4925 Probability
+1106.0188 Quantum Gases
+1106.0626 Differential Geometry
+1106.0763
+1106.1758
+1106.3463
+1106.3853 Atomic and Molecular Clusters
+1106.4424 Numerical Analysis
+1106.4611 Differential Geometry
+1106.4794 Mesoscale and Nanoscale Physics
+1106.5459 Superconductivity
+1106.5712
+1107.0549 Mesoscale and Nanoscale Physics
+1107.2866 Optics
+1107.3375
+1107.5416 Quantum Gases
+1108.0152 Cosmology and Nongalactic Astrophysics
+1108.0712 Earth and Planetary Astrophysics
+1108.3613 Phenomenology
+1108.4001
+1108.4251 Phenomenology
+1108.4307 Superconductivity
+1108.5376 Quantum Algebra
+1109.2415 Learning
+1109.2922 Dynamical Systems
+1109.4078 Strongly Correlated Electrons
+1109.4702 Atomic Physics
+1109.4838
+1109.5701 Mesoscale and Nanoscale Physics
+1109.5994 Strongly Correlated Electrons
+1109.6388 Cosmology and Nongalactic Astrophysics
+1110.0576 Atomic Physics
+1110.2292 Atomic Physics
+1110.2418 Quantum Gases
+1110.3314 Combinatorics
+1110.3550 Superconductivity
+1110.4722 Representation Theory
+1111.1953 Materials Science
+1111.2333 Solar and Stellar Astrophysics
+1111.3405 Numerical Analysis
+1111.3410 Numerical Analysis
+1111.3437 Combinatorics
+1111.4883 Instrumentation and Detectors
+1111.5042 Superconductivity
+1111.5100 Metric Geometry
+1111.5491 Astrophysics of Galaxies
+1111.5980 Strongly Correlated Electrons
+1111.6172 Genomics
+1111.6410 Statistics Theory
+1111.6818 Dynamical Systems
+1111.6932 Optics
+1111.6991 General Topology
+1111.7148 Logic in Computer Science
+1112.0010 Cosmology and Nongalactic Astrophysics
+1112.0014 Solar and Stellar Astrophysics
+1112.0031 Social and Information Networks
+1112.0033 Differential Geometry
+1112.0038 Cryptography and Security
+1112.0042
+1112.0047 Astrophysics of Galaxies
+1112.0048 Lattice
+1112.0055 Commutative Algebra
+1112.0058 Commutative Algebra
+1112.0059 Computer Vision and Pattern Recognition
+1112.0061 Information Theory
+1112.0065 Instrumentation and Methods for Astrophysics
+1112.0070 Optics
+1112.0081 Experiment
+1112.0082 Solar and Stellar Astrophysics
+1112.0092 Number Theory
+1112.0096 Analysis of PDEs
+1112.0097 Networking and Internet Architecture
+1112.0101 Systems and Control
+1112.0118 Number Theory
+1112.0119 Lattice
+1112.0120 Geometric Topology
+1112.0122 Analysis of PDEs
+1112.0126 Discrete Mathematics
+1112.0128 Number Theory
+1112.0129 Functional Analysis
+1112.0130 Algebraic Topology
+1112.0132 Commutative Algebra
+1112.0133 Complex Variables
+1112.0134 Phenomenology
+1112.0135 Representation Theory
+1112.0138 Astrophysics of Galaxies
+1112.0139 Materials Science
+1112.0146 Probability
+1112.0147
+1112.0152 Methodology
+1112.0153
+1112.0158 Functional Analysis
+1112.0159
+1112.0161 Functional Analysis
+1112.0163 Optics
+1112.0164 Analysis of PDEs
+1112.0166 Functional Analysis
+1112.0167
+1112.0168 Computation and Language
+1112.0174 Phenomenology
+1112.0175 Optics
+1112.0177 Dynamical Systems
+1112.0181 Phenomenology
+1112.0182
+1112.0192 Biological Physics
+1112.0193 Phenomenology
+1112.0195 Information Theory
+1112.0196 Optics
+1112.0199 Functional Analysis
+1112.0201 Number Theory
+1112.0203 Functional Analysis
+1112.0204 Networking and Internet Architecture
+1112.0209 Statistical Mechanics
+1112.0211 General Physics
+1112.0215 Software Engineering
+1112.0217 Optimization and Control
+1112.0227 Geometric Topology
+1112.0231 Superconductivity
+1112.0233 Physics and Society
+1112.0238 Experiment
+1112.0242 Experiment
+1112.0243 History and Philosophy of Physics
+1112.0245 Data Structures and Algorithms
+1112.0248 High Energy Astrophysical Phenomena
+1112.0256 Probability
+1112.0259 Optics
+1112.0262 Physics and Society
+1112.0269 Dynamical Systems
+1112.0273 Experiment
+1112.0276
+1112.0283 Combinatorics
+1112.0286 Functional Analysis
+1112.0292
+1112.0297 Statistical Finance
+1112.0298 Combinatorics
+1112.0300 Phenomenology
+1112.0304 Phenomenology
+math/0105249 Dynamical Systems
+0710.5356 Exactly Solvable and Integrable Systems
+0710.5515 Strongly Correlated Electrons
+0711.4379 K-Theory and Homology
+0711.4385 Operator Algebras
+0802.2314 Geometric Topology
+0804.1620 Metric Geometry
+0804.4246 Representation Theory
+0805.0151 Algebraic Topology
+0805.0440
+0806.2635 Atomic Physics
+0806.3671 General Physics
+0809.3408
+0811.3150 Mesoscale and Nanoscale Physics
+0812.2055 Analysis of PDEs
+0901.3222 Complex Variables
+0901.3230 Dynamical Systems
+0903.2461 Other Condensed Matter
+0905.4327
+0906.3504
+0906.4303 Chaotic Dynamics
+0906.4861 Biological Physics
+0908.1801 Physics and Society
+0908.3247
+0909.4233 Information Theory
+0909.4737 Theory
+0910.0945 Differential Geometry
+0911.5034
+0912.0322 Data Structures and Algorithms
+0912.0434 Computational Finance
+0912.4111 Accelerator Physics
+1001.3170 Mesoscale and Nanoscale Physics
+1001.3437 Algebraic Geometry
+1002.0908 Artificial Intelligence
+1002.1182 Superconductivity
+1002.4688 Exactly Solvable and Integrable Systems
+1003.1129 Probability
+1003.2404 Operator Algebras
+1003.3621
+1004.3424 Number Theory
+1004.5285 Symbolic Computation
+1005.2081 Mesoscale and Nanoscale Physics
+1005.3464 Classical Physics
+1006.0577 Numerical Analysis
+1006.1538 Spectral Theory
+1006.2849 Spectral Theory
+1006.3031 Theory
+1006.4176 Geometric Topology
+1006.5509 Algebraic Geometry
+1006.5854
+1007.3439 Mesoscale and Nanoscale Physics
+1007.3743 Cosmology and Nongalactic Astrophysics
+1008.1484 Artificial Intelligence
+1008.2005 Discrete Mathematics
+1009.0901 Lattice
+1009.2375 Combinatorics
+1009.2600 Analysis of PDEs
+1009.2876 Classical Analysis and ODEs
+1009.3578 Theory
+1009.3767 Numerical Analysis
+1010.2166 Mesoscale and Nanoscale Physics
+1010.2511 Cryptography and Security
+1010.3057 Strongly Correlated Electrons
+1010.3430 Statistics Theory
+1011.0118 Group Theory
+1011.2984
+1011.4278
+1011.6528 Numerical Analysis
+1012.0758
+1012.2016 Mesoscale and Nanoscale Physics
+1012.2184 Methodology
+1012.3821 Mesoscale and Nanoscale Physics
+1012.4097 Combinatorics
+1012.5492 Metric Geometry
+1101.0571 Statistical Mechanics
+1101.1241
+1101.2497
+1101.3525 Cosmology and Nongalactic Astrophysics
+1101.4558 Phenomenology
+1101.5738 Number Theory
+1102.0421 Optimization and Control
+1102.2948
+1102.5078 Portfolio Management
+1103.1791 Populations and Evolution
+1103.2636 Theory
+1103.3530 Chaotic Dynamics
+1103.5633 Materials Science
+1104.0025 Quantitative Methods
+1104.0636 Combinatorics
+1104.0895 Statistical Mechanics
+1104.1845 Complex Variables
+1104.1905 Multiagent Systems
+1104.2119 Strongly Correlated Electrons
+1104.2583 Dynamical Systems
+1104.2988 Strongly Correlated Electrons
+1104.4255 Analysis of PDEs
+1105.1796 Quantum Gases
+1105.3959 Phenomenology
+1105.5284 Lattice
+1105.5402
+1105.5766 Optimization and Control
+1105.6071
+1106.0099
+1106.1628 Quantum Gases
+1106.2056
+1106.2317 Phenomenology
+1106.4995 Mesoscale and Nanoscale Physics
+1106.5315 Superconductivity
+1106.5372 Mesoscale and Nanoscale Physics
+1106.5447
+1106.6087 Phenomenology
+1106.6107 Populations and Evolution
+1106.6295 Quantum Gases
+1107.0203 Optimization and Control
+1107.1531 Astrophysics of Galaxies
+1107.1774 Materials Science
+1107.2221 Data Structures and Algorithms
+1107.3374 Complex Variables
+1107.3401
+1107.4111 Number Theory
+1107.4552 Quantum Gases
+1107.5271 Superconductivity
+1107.5792 Theory
+1107.6036 Spectral Theory
+1108.0522 Mesoscale and Nanoscale Physics
+1108.0585 Superconductivity
+1108.0850 Optics
+1108.1007
+1108.1158
+1108.1520
+1108.1703
+1108.1953 Disordered Systems and Neural Networks
+1108.2897 Strongly Correlated Electrons
+1108.4363 Classical Analysis and ODEs
+1108.4997 Materials Science
+1108.5061
+1109.1012 Quantum Gases
+1109.1395 Geometric Topology
+1109.1974 Theory
+1109.2519
+1109.3485 Mesoscale and Nanoscale Physics
+1109.3875
+1109.4283 Theory
+1109.4868 Mesoscale and Nanoscale Physics
+1109.4869 Algebraic Geometry
+1109.5230 History and Overview
+1109.5252 Mesoscale and Nanoscale Physics
+1109.5260 Materials Science
+1109.5630 Populations and Evolution
+1109.5633 Populations and Evolution
+1109.6645 Optimization and Control
+1110.1716 Formal Languages and Automata Theory
+1110.1856 High Energy Astrophysical Phenomena
+1110.2691 Operator Algebras
+1110.3061 Numerical Analysis
+1110.4425 Classical Analysis and ODEs
+1110.4710 Fluid Dynamics
+1110.5577 Rings and Algebras
+1110.6291 Experiment
+1111.0259 Experiment
+1111.0469 Phenomenology
+1111.0531 Dynamical Systems
+1111.0637 Soft Condensed Matter
+1111.0702 Algebraic Geometry
+1111.1047 Biological Physics
+1111.1086 Hardware Architecture
+1111.1155
+1111.1189 Number Theory
+1111.1237 Theory
+1111.1238 Solar and Stellar Astrophysics
+1111.1241 Biological Physics
+1111.1245
+1111.1248 High Energy Astrophysical Phenomena
+1111.1250 Cryptography and Security
+1111.1253 Probability
+1111.1254 Probability
+1111.1258
+1111.1259 Instrumentation and Methods for Astrophysics
+1111.1260 Atomic Physics
+1111.1262 Lattice
+1111.1264 Group Theory
+1111.1273
+1111.1274 Discrete Mathematics
+1111.1275 Classical Physics
+1111.1278 Cryptography and Security
+1111.1286 Earth and Planetary Astrophysics
+1111.1289 High Energy Astrophysical Phenomena
+1111.1293 Classical Analysis and ODEs
+1111.1301 Networking and Internet Architecture
+1111.1321 Artificial Intelligence
+1111.1328 Cryptography and Security
+1111.1330 Combinatorics
+1111.1334 Dynamical Systems
+1111.1337 Solar and Stellar Astrophysics
+1111.1345 Dynamical Systems
+1111.1347 Information Theory
+1111.1353 Neural and Evolutionary Computing
+1111.1354 Algebraic Geometry
+1111.1355 Data Structures and Algorithms
+1111.1357 Classical Analysis and ODEs
+1111.1360 Quantitative Methods
+1111.1362 Operator Algebras
+1111.1368 Combinatorics
+1111.1369 Combinatorics
+1111.1371 Dynamical Systems
+1111.1373 Distributed, Parallel, and Cluster Computing
+1111.1376 Combinatorics
+1111.1377
+1111.1379 Complex Variables
+1111.1382 High Energy Astrophysical Phenomena
+1111.1384 Classical Analysis and ODEs
+1111.1386 Learning
+1111.1389 Functional Analysis
+1111.1390 Functional Analysis
+1111.1392 Cosmology and Nongalactic Astrophysics
+1111.1393 Cosmology and Nongalactic Astrophysics
+1111.1396 Information Theory
+1111.1398 Instrumentation and Methods for Astrophysics
+1111.1400 Computation
+1111.1405 Soft Condensed Matter
+1111.1406 High Energy Astrophysical Phenomena
+1111.1408 Instrumentation and Detectors
+1111.1409
+1111.1410 Cryptography and Security
+1111.1416 Superconductivity
+1111.1417
+1111.1418 Statistics Theory
+1111.1420 Chaotic Dynamics
+1111.1422 Learning
+1111.1427 Phenomenology
+1111.1429 Computers and Society
+1111.1432 Information Theory
+1111.1433 Commutative Algebra
+1111.1434 Lattice
+1111.1439
+1111.1443 Experiment
+1111.1446 Phenomenology
+1111.1450 Functional Analysis
+1111.1452 Optics
+1111.1458 Group Theory
+1111.1459 Combinatorics
+1111.1461 Computer Vision and Pattern Recognition
+1111.1467 Chaotic Dynamics
+1111.1469 Spectral Theory
+1111.1471 Combinatorics
+1111.1473 Number Theory
+1111.1478
+1111.1479
+1111.1480
+1111.1481
+1111.1482
+1111.1486 Artificial Intelligence
+1111.1491 Data Structures and Algorithms
+1111.1492 Distributed, Parallel, and Cluster Computing
+1111.1493 Adaptation and Self-Organizing Systems
+1111.1495 Number Theory
+1111.1496 Tissues and Organs
+1111.1501 High Energy Astrophysical Phenomena
+1111.1503 Solar and Stellar Astrophysics
+1111.1505
+1111.1508 Number Theory
+1111.1509 Applications
+1111.1514 Networking and Internet Architecture
+1111.1517 Group Theory
+1111.1521 Probability
+1111.1524 Numerical Analysis
+1111.1525 Analysis of PDEs
+1111.1529 Mesoscale and Nanoscale Physics
+1111.1530 Chemical Physics
+1111.1532 Cosmology and Nongalactic Astrophysics
+1111.1535 Analysis of PDEs
+1111.1536 Cosmology and Nongalactic Astrophysics
+1111.1542 Superconductivity
+1111.1545 Experiment
+1111.1548 Algebraic Geometry
+1111.1549 Optimization and Control
+1111.1559 Dynamical Systems
+1111.1561
+1111.1562 Computer Vision and Pattern Recognition
+1111.1564 Neural and Evolutionary Computing
+1111.1566 Instrumentation and Methods for Astrophysics
+1111.1570 Information Retrieval
+1111.1571 Analysis of PDEs
+1111.1585 Group Theory
+1111.1590 Algebraic Geometry
+1111.1594 Algebraic Geometry
+1111.1598 Software Engineering
+1111.1599 Computer Vision and Pattern Recognition
+1111.1604 Analysis of PDEs
+1111.1605 Other Computer Science
+1111.1606 History and Overview
+1111.1607 High Energy Astrophysical Phenomena
+1111.1609 Combinatorics
+1111.1615 Accelerator Physics
+1111.1618 Materials Science
+1111.1621 Mesoscale and Nanoscale Physics
+1111.1626 Spectral Theory
+1111.1629 Differential Geometry
+1111.1634 High Energy Astrophysical Phenomena
+1111.1635 Experiment
+1111.1637 Operator Algebras
+1111.1640 Differential Geometry
+1111.1644 Cryptography and Security
+1111.1647 Networking and Internet Architecture
+1111.1648 Information Retrieval
+1111.1660 Probability
+1111.1665 Data Structures and Algorithms
+1111.1666 Networking and Internet Architecture
+1111.1667 Solar and Stellar Astrophysics
+1111.1673 Computation and Language
+1111.1676 Superconductivity
+1111.1681 Analysis of PDEs
+1111.1684 Robotics
+1111.1688 History and Overview
+1111.1698 Mesoscale and Nanoscale Physics
+1111.1702 High Energy Astrophysical Phenomena
+math/0211177 K-Theory and Homology
+math/0503267 Analysis of PDEs
+math/0512025 Analysis of PDEs
+math/0608332 K-Theory and Homology
+quant-ph/0509012
+1102.4992 Graphics
+0706.0455 Quantum Algebra
+0806.0253 Computational Geometry
+0807.0158 General Physics
+0810.1422 Combinatorics
+0905.4371 Combinatorics
+0906.0077 Combinatorics
+0906.0465 Number Theory
+0907.4922 Quantum Algebra
+0910.1561
+0910.2152 Category Theory
+0910.4376 Combinatorics
+0910.5849
+1001.3907 Computation
+1004.1474 Rings and Algebras
+1006.0413 Classical Analysis and ODEs
+1007.1267 Numerical Analysis
+1008.2368 Algebraic Geometry
+1008.3265 Superconductivity
+1009.3963 Phenomenology
+1010.2950 Disordered Systems and Neural Networks
+1010.4384 Pricing of Securities
+1011.3630 Mesoscale and Nanoscale Physics
+1011.5800 K-Theory and Homology
+1012.1614 Computational Complexity
+1012.5330 Data Structures and Algorithms
+1102.5736 Cosmology and Nongalactic Astrophysics
+1103.1028 Combinatorics
+1103.4800 Phenomenology
+1104.0416 Quantum Gases
+1105.0176 Lattice
+1105.0581 Strongly Correlated Electrons
+1105.0913 Algebraic Geometry
+1105.4099 Cosmology and Nongalactic Astrophysics
+1106.0414
+1106.3651 Learning
+1106.4303 Experiment
+1106.4835 Mesoscale and Nanoscale Physics
+1106.5697 General Physics
+1106.5730 Optimization and Control
+1107.0211 Mesoscale and Nanoscale Physics
+1107.0513 Algebraic Geometry
+1107.0526
+1107.0592
+1107.1348 Optics
+1107.2248 Computer Science and Game Theory
+1107.4521 Solar and Stellar Astrophysics
+1107.4939 Logic in Computer Science
+1107.4956
+1107.5183
+1107.5466 Cosmology and Nongalactic Astrophysics
+1108.0255 Biological Physics
+1108.4759
+1108.5043 Phenomenology
+1109.0493 Quantum Gases
+1109.0669 Other Condensed Matter
+1109.1047 Theory
+1109.1466 Phenomenology
+1109.1536 Phenomenology
+1109.1696
+1109.3118 Probability
+1109.3800 Information Theory
+1110.1434 Symplectic Geometry
+1110.1449
+1110.4348 Instrumentation and Methods for Astrophysics
+1110.5634 History and Philosophy of Physics
+1110.6383 Logic
+1110.6494 Theory
+1111.0026
+1111.0241 Number Theory
+1111.0765 Dynamical Systems
+1111.0981 Lattice
+1111.0996 Combinatorics
+1111.1502 Analysis of PDEs
+1111.1520 Chemical Physics
+1111.2381 Lattice
+1111.2386 Quantitative Methods
+1111.2609 Methodology
+1111.2616 Medical Physics
+1111.2619 Networking and Internet Architecture
+1111.2620 Experiment
+1111.2624 Algebraic Geometry
+1111.2625 Analysis of PDEs
+1111.2627 Rings and Algebras
+1111.2629 Mesoscale and Nanoscale Physics
+1111.2631
+1111.2635 Representation Theory
+1111.2638 Lattice
+1111.2640 Information Theory
+1111.2643 Functional Analysis
+1111.2651 Systems and Control
+1111.2656 Instrumentation and Detectors
+1111.2658 Optimization and Control
+1111.2660 Neurons and Cognition
+1111.2661 High Energy Astrophysical Phenomena
+1111.2664 Learning
+1111.2665 Other Condensed Matter
+1111.2669 Databases
+1111.2671
+1111.2676 Mesoscale and Nanoscale Physics
+1111.2678 Logic in Computer Science
+1111.2680 Instrumentation and Methods for Astrophysics
+1111.2683 Pricing of Securities
+1111.2689 Statistics Theory
+1111.2695 Combinatorics
+1111.2699 Functional Analysis
+1111.2700 Analysis of PDEs
+1111.2707 Biological Physics
+1111.2708 Phenomenology
+1111.2711 Solar and Stellar Astrophysics
+1111.2712 Analysis of PDEs
+1111.2713 Discrete Mathematics
+1111.2718 Experiment
+1111.2720 Materials Science
+1111.2724 Solar and Stellar Astrophysics
+1111.2730 Optimization and Control
+1111.2733 Experiment
+1111.2743 Spectral Theory
+1111.2744 Cryptography and Security
+1111.2745 Astrophysics of Galaxies
+1111.2753 Cosmology and Nongalactic Astrophysics
+1111.2760 Cryptography and Security
+1111.2763 Artificial Intelligence
+1111.2768 Logic in Computer Science
+1111.2771 History and Overview
+1111.2773 Dynamical Systems
+1111.2774 Complex Variables
+1111.2777 Algebraic Geometry
+1111.2778 Statistics Theory
+1111.2779 Combinatorics
+1111.2785 Materials Science
+1111.2786 Materials Science
+1111.2792 Lattice
+1111.2797 Quantum Algebra
+1111.2798
+1111.2799 Algebraic Geometry
+1111.2801 Analysis of PDEs
+1111.2805 General Physics
+1111.2809 Mesoscale and Nanoscale Physics
+1111.2814 Mesoscale and Nanoscale Physics
+1111.2816
+1111.2818 Experiment
+1111.2819 Differential Geometry
+1111.2820 Dynamical Systems
+1111.2824 Logic in Computer Science
+1111.2825 Logic in Computer Science
+1111.2826 Software Engineering
+1111.2832
+1111.2837 Information Theory
+1111.2840 Experiment
+1111.2845 Popular Physics
+1111.2846 Portfolio Management
+1111.2848 Combinatorics
+1111.2850 Analysis of PDEs
+1111.2852 Databases
+1111.2855
+1111.2857 Solar and Stellar Astrophysics
+cond-mat/0206164
+cond-mat/0607807 Strongly Correlated Electrons
+physics/0701049 Instrumentation and Detectors
+0704.1922 Geometric Topology
+0705.2086 Algebraic Geometry
+0707.3226 Geometric Topology
+0708.3578 Group Theory
+0709.2924 Atomic Physics
+0802.0417 Combinatorics
+0803.2204 Algebraic Geometry
+0804.0695 Geometric Topology
+0808.3776 Theory
+0810.3518
+0902.1956 Statistical Mechanics
+0902.3630 Strongly Correlated Electrons
+0904.4778 Combinatorics
+0905.3949 Combinatorics
+0907.3532
+0908.2773 Solar and Stellar Astrophysics
+0909.0366 Group Theory
+0909.2305 Phenomenology
+0909.4006 Number Theory
+0910.4316 Superconductivity
+0911.2349 Mesoscale and Nanoscale Physics
+0912.0584 Algebraic Geometry
+1001.1220 Commutative Algebra
+1001.1678 Superconductivity
+1001.5386 Superconductivity
+1002.1528 Number Theory
+1003.0059 Number Theory
+1003.3521
+1004.1565
+1004.4942 Discrete Mathematics
+1005.0341 Rings and Algebras
+1005.3388 Mesoscale and Nanoscale Physics
+1005.3782
+1007.0135 Disordered Systems and Neural Networks
+1007.2351 Phenomenology
+1007.3284 Solar and Stellar Astrophysics
+1007.5500
+1008.2658 Astrophysics of Galaxies
+1008.2858 Phenomenology
+1009.2247 Operator Algebras
+1009.3287 Strongly Correlated Electrons
+1009.3955 Statistical Mechanics
+1009.5120 Quantum Gases
+1010.4201 Atmospheric and Oceanic Physics
+1010.4868 Probability
+1010.4869 Probability
+1011.0584 Rings and Algebras
+1011.2737 Number Theory
+1011.3995 Probability
+1011.4196 Geometric Topology
+1011.4394 Data Analysis, Statistics and Probability
+1011.6243
+1012.3030 Computational Geometry
+1101.1027 Atomic Physics
+1101.3492 Theory
+1101.4172 General Physics
+1101.4461 Quantum Gases
+1101.4799 Materials Science
+1102.0859 Materials Science
+1102.3826 Statistical Mechanics
+1102.4519 Software Engineering
+1102.5256 Statistical Mechanics
+1103.1803
+1103.2453 Cosmology and Nongalactic Astrophysics
+1103.3784 Materials Science
+1103.3862 Optimization and Control
+1103.4008 Materials Science
+1103.4038 Phenomenology
+1103.4097 Spectral Theory
+1103.4192 Cosmology and Nongalactic Astrophysics
+1103.4342 Robotics
+1103.4371 Probability
+1103.4378 Cosmology and Nongalactic Astrophysics
+1103.4384 Cosmology and Nongalactic Astrophysics
+1103.4390 Materials Science
+1103.4395 Social and Information Networks
+1103.4396
+1103.4397 Geometric Topology
+1103.4401 Cryptography and Security
+1103.4403 Materials Science
+1103.4406 Information Theory
+1103.4410 Databases
+1103.4415 Probability
+1103.4416 Probability
+1103.4417 Probability
+1103.4418 Materials Science
+1103.4420 Probability
+1103.4421
+1103.4428
+1103.4438 Systems and Control
+1103.4443 Plasma Physics
+1103.4444 Chemical Physics
+1103.4447 Rings and Algebras
+1103.4448 Statistical Mechanics
+1103.4453 Probability
+1103.4455 Experiment
+1103.4456 Optimization and Control
+1103.4458 Number Theory
+1103.4459 Number Theory
+1103.4460 Differential Geometry
+1103.4462 Materials Science
+1103.4463 Materials Science
+1103.4464 Statistics Theory
+1103.4469 Quantum Algebra
+1103.4471 Quantum Algebra
+1103.4472 Phenomenology
+1103.4476 Dynamical Systems
+1103.4479 Dynamical Systems
+1103.4480 Learning
+1103.4482
+1103.4485 Category Theory
+1103.4487 Learning
+1103.4489 Combinatorics
+1103.4496 Cryptography and Security
+1103.4502 Discrete Mathematics
+1103.4503 Computational Geometry
+1103.4505 Rings and Algebras
+1103.4507 Combinatorics
+1103.4508 Number Theory
+1103.4512
+1103.4513 Formal Languages and Automata Theory
+1103.4514 Differential Geometry
+1103.4515 Logic in Computer Science
+1103.4518 Metric Geometry
+1103.4521 Data Structures and Algorithms
+1103.4524 General Physics
+1103.4528 K-Theory and Homology
+1103.4529 Probability
+1103.4532 Cellular Automata and Lattice Gases
+1103.4534 Cosmology and Nongalactic Astrophysics
+1103.4539 Materials Science
+1103.4541 Computational Finance
+1103.4551 Materials Science
+1103.4552 Solar and Stellar Astrophysics
+1103.4557 Representation Theory
+1103.4565 General Topology
+1103.4577 Logic in Computer Science
+1103.4579 Number Theory
+1103.4585 Analysis of PDEs
+1103.4586 Statistical Mechanics
+1103.4594 Dynamical Systems
+1103.4595 Solar and Stellar Astrophysics
+1103.4596
+1103.4598 Complex Variables
+1103.4600 Complex Variables
+1103.4604 Geometric Topology
+cond-mat/0204109 Soft Condensed Matter
+cond-mat/0311585
+cond-mat/0401053
+cond-mat/0407687 Other Condensed Matter
+math/0301219 Geometric Topology
+math/0603729 Geometric Topology
+math/0608174 Group Theory
+math/0609367 Algebraic Geometry
+math/0609370 Quantum Algebra
+math/9609209 Geometric Topology
+math/9902153 Differential Geometry
+quant-ph/0701100
+hep-th/0004152 Theory
+1101.1103 Earth and Planetary Astrophysics
+0803.0502 Differential Geometry
+0809.4044 Classical Analysis and ODEs
+0809.4049 Classical Analysis and ODEs
+0809.4050 Classical Analysis and ODEs
+0809.4053 Classical Analysis and ODEs
+0809.4054 Analysis of PDEs
+0812.3168 Analysis of PDEs
+0812.4279 Computer Science and Game Theory
+0902.4514 Optimization and Control
+0905.3894 Strongly Correlated Electrons
+0906.4004 Dynamical Systems
+0907.1471 Dynamical Systems
+0908.3469 Number Theory
+0910.5441 Theory
+0910.5442 Logic
+0911.4401 Strongly Correlated Electrons
+0911.4919 Theory
+1002.1097
+1002.1781 Information Theory
+1002.3917
+1004.2695 Differential Geometry
+1004.3807 Information Theory
+1004.4503 Number Theory
+1004.5094 Information Theory
+1005.0378 Statistical Finance
+1005.2249 Information Theory
+1005.2784 Experiment
+1005.3023 Accelerator Physics
+1006.3317 General Physics
+1006.3893 Quantum Gases
+1006.4674 Quantum Gases
+1007.0765 Numerical Analysis
+1007.3315 Information Theory
+1007.4705 Phenomenology
+1007.4814 Strongly Correlated Electrons
+1008.0294
+1008.2018 Algebraic Geometry
+1008.4823 Accelerator Physics
+1008.4970 Number Theory
+1008.4981
+1008.5314 Commutative Algebra
+1008.5394 Solar and Stellar Astrophysics
+1009.1243 Statistical Mechanics
+1009.1528 Logic
+1009.2376 Combinatorics
+1009.2664
+1009.3321 Computation and Language
+1009.3971 Number Theory
+1009.4612 Phenomenology
+1009.5288 Soft Condensed Matter
+1010.2099 Plasma Physics
+1010.2227
+1010.2545 Mesoscale and Nanoscale Physics
+1010.4877 Combinatorics
+1010.5331 Cosmology and Nongalactic Astrophysics
+1011.0557
+1011.5459 Human-Computer Interaction
+1011.5830 Classical Analysis and ODEs
+1011.6542 Rings and Algebras
+1012.0292 Strongly Correlated Electrons
+1012.2409 Dynamical Systems
+1012.5471 Materials Science
+1012.5605
+1101.1424
+1101.3970 Computational Complexity
+1101.5298 Instrumentation and Methods for Astrophysics
+1102.1537
+1102.2733
+1102.4277 Phenomenology
+1103.0682
+1103.0942 Machine Learning
+1103.2887
+1103.4032
+1103.4621 Populations and Evolution
+1103.5087 Phenomenology
+1103.5097 Phenomenology
+1103.5991 Statistics Theory
+1104.0843 Artificial Intelligence
+1104.1015
+1104.2104
+1104.4449 Mesoscale and Nanoscale Physics
+1104.5502 Theory
+1105.0070
+1105.0407 Functional Analysis
+1105.1367 Cosmology and Nongalactic Astrophysics
+1105.3153 Differential Geometry
+1105.4190 Superconductivity
+1105.5653
+1105.5687
+1105.5734 Complex Variables
+1105.5921 Representation Theory
+1105.5964 Soft Condensed Matter
+1105.6327
+1106.0149 Metric Geometry
+1106.0359 Social and Information Networks
+1106.0365 Data Structures and Algorithms
+1106.0422 Geometric Topology
+1106.0443 Networking and Internet Architecture
+1106.0497 Fluid Dynamics
+1106.0500 Materials Science
+1106.0504 Geometric Topology
+1106.0506 Populations and Evolution
+1106.0513 Number Theory
+1106.0521 Solar and Stellar Astrophysics
+1106.0523 Phenomenology
+1106.0528 Solar and Stellar Astrophysics
+1106.0530 Solar and Stellar Astrophysics
+1106.0533 Superconductivity
+1106.0538 Cosmology and Nongalactic Astrophysics
+1106.0547 Numerical Analysis
+1106.0548
+1106.0555 Disordered Systems and Neural Networks
+1106.0557 Computational Physics
+1106.0559
+1106.0560 Physics and Society
+1106.0562 Differential Geometry
+1106.0566 Artificial Intelligence
+1106.0576 Classical Analysis and ODEs
+1106.0577 Dynamical Systems
+1106.0584
+1106.0589 Statistical Mechanics
+1106.0594 Chemical Physics
+1106.0595 Earth and Planetary Astrophysics
+1106.0597 Soft Condensed Matter
+1106.0607 Probability
+1106.0608 Optics
+1106.0617 Statistics Theory
+1106.0629 Complex Variables
+1106.0632 Analysis of PDEs
+1106.0640 Strongly Correlated Electrons
+1106.0641 General Mathematics
+1106.0642 General Mathematics
+1106.0643 Materials Science
+1106.0644 Materials Science
+1106.0656 Physics Education
+1106.0661 Number Theory
+1106.0664 Artificial Intelligence
+1106.0665 Artificial Intelligence
+1106.0666 Artificial Intelligence
+1106.0667 Artificial Intelligence
+1106.0668 Artificial Intelligence
+1106.0669 Artificial Intelligence
+1106.0671 Artificial Intelligence
+1106.0672 Artificial Intelligence
+1106.0673 Computation and Language
+1106.0675 Artificial Intelligence
+1106.0676 Learning
+1106.0677 Materials Science
+1106.0678 Artificial Intelligence
+1106.0679 Artificial Intelligence
+1106.0680 Artificial Intelligence
+1106.0681 Learning
+1106.0686 Analysis of PDEs
+1106.0691 Phenomenology
+1106.0693 Differential Geometry
+1106.0702 History and Philosophy of Physics
+1106.0704 History and Philosophy of Physics
+1106.0707 Learning
+1106.0708 Optimization and Control
+1106.0719 Classical Analysis and ODEs
+1106.0721 Methodology
+1106.0722 Classical Analysis and ODEs
+1106.0728 Classical Analysis and ODEs
+1106.0730 Machine Learning
+1106.0735 Networking and Internet Architecture
+cond-mat/0507161 Disordered Systems and Neural Networks
+cond-mat/0610588 Disordered Systems and Neural Networks
+math-ph/0408053
+math/0402430 Dynamical Systems
+physics/0509213 General Physics
+physics/0510267 Atomic Physics
+quant-ph/0509044
+0708.0052 General Physics
+0803.2938
+0810.0634
+0810.4204 Differential Geometry
+0811.3589
+0811.4067 Representation Theory
+0907.4165
+0909.3944 Phenomenology
+0909.4018
+0909.5438 Applications
+0909.5567 Superconductivity
+0910.2257 Differential Geometry
+0910.3940 Mesoscale and Nanoscale Physics
+0911.4105
+0912.0511 Cosmology and Nongalactic Astrophysics
+1002.5041 Pricing of Securities
+1003.2510 Theory
+1005.1293 Theory
+1005.1460
+1007.1827 Cosmology and Nongalactic Astrophysics
+1007.4074 Phenomenology
+1007.4326
+1007.4335
+1008.2934 Theory
+1009.0372
+1009.2021 Databases
+1009.2709
+1009.4200 Theory
+1010.2523 Mesoscale and Nanoscale Physics
+1010.2790 Representation Theory
+1010.3414 Algebraic Geometry
+1010.5076 Theory
+1011.0900 Optics
+1011.5816 Atomic Physics
+1011.6492 Spectral Theory
+1012.0984 Number Theory
+1012.1318 Phenomenology
+1012.1341 Phenomenology
+1012.3229 Combinatorics
+1012.5772
+1101.0608 Physics Education
+1101.2641 Disordered Systems and Neural Networks
+1101.2691 Phenomenology
+1101.5594 Quantum Gases
+1102.2804 Superconductivity
+1102.3352 Cosmology and Nongalactic Astrophysics
+1102.5666 Strongly Correlated Electrons
+1103.0783
+1103.1686 Strongly Correlated Electrons
+1103.2804 Dynamical Systems
+1103.3024 High Energy Astrophysical Phenomena
+1103.3209 Earth and Planetary Astrophysics
+1103.3997 Materials Science
+1103.5048 Mesoscale and Nanoscale Physics
+1104.1814 Superconductivity
+1104.2586 Space Physics
+1105.4456 Symbolic Computation
+1105.5407 Materials Science
+1106.1419 Strongly Correlated Electrons
+1106.1555 Disordered Systems and Neural Networks
+1106.2571 Phenomenology
+1106.2759
+1106.3330 Strongly Correlated Electrons
+1106.3855 Phenomenology
+1106.4001 Theory
+1106.4467 Soft Condensed Matter
+1106.4645 Soft Condensed Matter
+1106.5667 Quantum Gases
+1106.5982 Phenomenology
+1106.6340
+1107.2896 Strongly Correlated Electrons
+1107.3725 Mesoscale and Nanoscale Physics
+1107.3774 Superconductivity
+1107.3959 Mesoscale and Nanoscale Physics
+1107.4357 Astrophysics of Galaxies
+1107.6022 Statistical Mechanics
+1108.0748 Information Retrieval
+1108.1189 High Energy Astrophysical Phenomena
+1108.1744 Number Theory
+1108.3199 Differential Geometry
+1108.4822 High Energy Astrophysical Phenomena
+1108.5966 Soft Condensed Matter
+1109.0135
+1109.0230 Experiment
+1109.1008 Chemical Physics
+1109.2075 Software Engineering
+1109.2477 Data Structures and Algorithms
+1109.3887 Information Theory
+1109.4032 Computational Finance
+1109.5409 Representation Theory
+1109.5518
+1109.5718 Commutative Algebra
+1109.5951 Artificial Intelligence
+1109.6364 Optimization and Control
+1109.6401 Logic in Computer Science
+1109.6493 Statistics Theory
+1109.6550 Emerging Technologies
+1109.6617 Geophysics
+1109.6632
+1109.6646 Information Theory
+1109.6648
+1109.6651 Sound
+1109.6654 Solar and Stellar Astrophysics
+1109.6655 Astrophysics of Galaxies
+1109.6675 Combinatorics
+1109.6679 Instrumentation and Detectors
+1109.6684 Phenomenology
+1109.6689 Experiment
+1109.6693 Combinatorics
+1109.6699 Analysis of PDEs
+1109.6700 Quantum Algebra
+1109.6712 Combinatorics
+1109.6714 Information Theory
+1109.6717 Optimization and Control
+1109.6719 Physics and Society
+1109.6724 Instrumentation and Methods for Astrophysics
+1109.6726 Information Retrieval
+1109.6727 Phenomenology
+1109.6730 Biological Physics
+1109.6734 Experiment
+1109.6739 Fluid Dynamics
+1109.6740 Software Engineering
+1109.6741 Instrumentation and Methods for Astrophysics
+1109.6743 Astrophysics of Galaxies
+1109.6749 Logic
+1109.6751 Analysis of PDEs
+1109.6752 Logic
+1109.6757
+1109.6763 Cosmology and Nongalactic Astrophysics
+1109.6767 Optics
+1109.6776 Metric Geometry
+1109.6777 Representation Theory
+1109.6798
+1109.6802 Software Engineering
+1109.6805 Experiment
+1109.6812 Analysis of PDEs
+1109.6820 General Mathematics
+1109.6826 Numerical Analysis
+1109.6827 Experiment
+1109.6835 Differential Geometry
+1109.6838 Multiagent Systems
+1109.6840 Computer Vision and Pattern Recognition
+1109.6841 Artificial Intelligence
+1109.6842 Instrumentation and Detectors
+1109.6844
+1109.6848
+1109.6849 Solar and Stellar Astrophysics
+1109.6850 High Energy Astrophysical Phenomena
+1109.6852 Accelerator Physics
+1109.6860 Phenomenology
+1109.6861 Experiment
+1109.6868 Fluid Dynamics
+1109.6869 Fluid Dynamics
+1109.6874 Cryptography and Security
+1109.6876 Phenomenology
+1109.6878 Differential Geometry
+1109.6879 Number Theory
+1109.6880 Databases
+1109.6881 Databases
+1109.6882 Databases
+1109.6883 Databases
+1109.6884 Databases
+1109.6886 Databases
+1109.6889 Fluid Dynamics
+1109.6894 Rings and Algebras
+1109.6897 Instrumentation and Detectors
+1109.6899 Dynamical Systems
+1109.6900 Lattice
+1109.6901 Experiment
+1109.6905 Solar and Stellar Astrophysics
+1109.6913
+1109.6914 Cryptography and Security
+1109.6917
+1109.6923 Mesoscale and Nanoscale Physics
+1109.6925 Distributed, Parallel, and Cluster Computing
+1109.6927 Experiment
+1109.6928 Popular Physics
+1109.6929 Mesoscale and Nanoscale Physics
+1109.6933 Instrumentation and Detectors
+1109.6935 Materials Science
+0706.3787
+0712.0068 Commutative Algebra
+0802.2776
+0803.4081 Group Theory
+0812.3516 Differential Geometry
+0902.0868 Differential Geometry
+0902.1304 Optimization and Control
+0903.1029 Algebraic Geometry
+0903.4092
+0905.1907 Solar and Stellar Astrophysics
+0907.0332 Neural and Evolutionary Computing
+0907.1502 Differential Geometry
+0907.1507 Differential Geometry
+0907.2811 Algebraic Geometry
+0908.0684 Theory
+0908.3998 Representation Theory
+0910.0802
+0910.1115 Classical Analysis and ODEs
+0910.3780 Numerical Analysis
+0910.4042 Computational Complexity
+0911.0360 Differential Geometry
+0912.0638 Commutative Algebra
+1001.1919 Statistics Theory
+1001.3655
+1001.4458 Theory
+1001.4776 Computation
+1001.5045
+1002.0558 Quantum Algebra
+1002.1300 Information Theory
+1002.1702
+1002.3529 Instrumentation and Methods for Astrophysics
+1002.3652 Algebraic Geometry
+1003.4539 Information Theory
+1004.0954 Algebraic Topology
+1004.2605 Geometric Topology
+1005.0639 Cosmology and Nongalactic Astrophysics
+1005.1234 Number Theory
+1005.4863
+1006.0108 Strongly Correlated Electrons
+1006.0328
+1006.0694
+1006.0698 Geometric Topology
+1007.0827
+1007.2780
+1007.3278 Geometric Topology
+1007.5193 Rings and Algebras
+1008.0977 Cosmology and Nongalactic Astrophysics
+1009.1814
+1009.2164
+1009.2422 Phenomenology
+1009.2881 Statistical Mechanics
+1009.3106 Analysis of PDEs
+1009.4851 Mesoscale and Nanoscale Physics
+1010.0088 Analysis of PDEs
+1010.1232 Mesoscale and Nanoscale Physics
+1010.1258
+1010.1735 Experiment
+1010.1769
+1010.1773 Theory
+1010.2063 Accelerator Physics
+1010.2503 Differential Geometry
+1010.2913 Mesoscale and Nanoscale Physics
+1010.3991 Phenomenology
+1010.4616 Astrophysics of Galaxies
+1010.6065 Theory
+1011.0826 Numerical Analysis
+1012.1526 Instrumentation and Methods for Astrophysics
+1012.1826 Theory
+1012.3824
+1012.4278 Analysis of PDEs
+1012.4329 Complex Variables
+1101.2223
+1101.2419 General Physics
+1101.3440 Geometric Topology
+1101.4022 Cosmology and Nongalactic Astrophysics
+1101.4031 Materials Science
+1101.4034 Networking and Internet Architecture
+1101.4040 Mesoscale and Nanoscale Physics
+1101.4041 Probability
+1101.4050 Cosmology and Nongalactic Astrophysics
+1101.4057 Materials Science
+1101.4058 Commutative Algebra
+1101.4059 Materials Science
+1101.4060 Combinatorics
+1101.4063 Computer Science and Game Theory
+1101.4065 Data Structures and Algorithms
+1101.4068 Data Structures and Algorithms
+1101.4070 Analysis of PDEs
+1101.4079 Mesoscale and Nanoscale Physics
+1101.4080 Mesoscale and Nanoscale Physics
+1101.4082 Mesoscale and Nanoscale Physics
+1101.4084 Exactly Solvable and Integrable Systems
+1101.4085 Accelerator Physics
+1101.4093 Statistical Finance
+1101.4101 Software Engineering
+1101.4103 Adaptation and Self-Organizing Systems
+1101.4104 Logic in Computer Science
+1101.4112 Optimization and Control
+1101.4113 Representation Theory
+1101.4122 Optimization and Control
+1101.4142 Numerical Analysis
+1101.4144 Algebraic Topology
+1101.4147 Strongly Correlated Electrons
+1101.4151 Combinatorics
+1101.4153 High Energy Astrophysical Phenomena
+1101.4162 Accelerator Physics
+1101.4168 Experiment
+1101.4169 Analysis of PDEs
+1101.4170 Learning
+1101.4176 Optimization and Control
+1101.4178 Optimization and Control
+1101.4183 Cosmology and Nongalactic Astrophysics
+1101.4185 Methodology
+1101.4186 Superconductivity
+1101.4189 Physics and Society
+1101.4197 Complex Variables
+1101.4201 Complex Variables
+1101.4213 Probability
+1101.4221 Operator Algebras
+1101.4222 Hardware Architecture
+cond-mat/0110521 Statistical Mechanics
+math/0702728 Commutative Algebra
+nlin/0703061 Chaotic Dynamics
+0707.3172 Symplectic Geometry
+0709.0315
+0710.2772 Strongly Correlated Electrons
+0803.0821 Strongly Correlated Electrons
+0803.3626
+0804.3631 Algebraic Geometry
+0805.0556 Differential Geometry
+0806.4403 Complex Variables
+0808.0849 Mesoscale and Nanoscale Physics
+0808.1754 Algebraic Geometry
+0809.1319 Differential Geometry
+0809.4133 Mesoscale and Nanoscale Physics
+0809.5122 Representation Theory
+0811.3664 Dynamical Systems
+0811.4536 Dynamical Systems
+0812.0553 Rings and Algebras
+0812.3792 Theory
+0902.4549 Phenomenology
+0904.1061 Cosmology and Nongalactic Astrophysics
+0904.3159 Experiment
+0904.3516 Dynamical Systems
+0904.3560 Phenomenology
+0905.4928 Theory
+0906.2714 Dynamical Systems
+0906.4425
+0907.0424 Mesoscale and Nanoscale Physics
+0907.1631 Mesoscale and Nanoscale Physics
+0907.3187
+0907.3903 Algebraic Geometry
+0908.3591 Mesoscale and Nanoscale Physics
+0908.3741 Phenomenology
+0909.1850 High Energy Astrophysical Phenomena
+0909.3097 Cosmology and Nongalactic Astrophysics
+0910.1805 Superconductivity
+0910.1887 Algebraic Geometry
+0911.1813 Cryptography and Security
+0911.3504 Phenomenology
+0911.3976 Instrumentation and Methods for Astrophysics
+0911.5207
+0912.1279 Combinatorics
+0912.2165 Experiment
+0912.3893 Phenomenology
+0912.4108 Cosmology and Nongalactic Astrophysics
+0912.5411 Phenomenology
+1002.0671 High Energy Astrophysical Phenomena
+1002.4748 Mesoscale and Nanoscale Physics
+1002.5044 Phenomenology
+1003.2350
+1003.6049 Theory
+1004.1425 Theory
+1004.2953 Phenomenology
+1004.3205 Data Structures and Algorithms
+1004.3670 Statistical Mechanics
+1004.3979
+1005.0642
+1005.0896 Artificial Intelligence
+1005.1395 Computational Engineering, Finance, and Science
+1005.1882 Phenomenology
+1005.2881
+1005.3116 Phenomenology
+1006.0362
+1006.0454
+1006.0571 Phenomenology
+1006.0804 Statistical Mechanics
+1006.3058 Mesoscale and Nanoscale Physics
+1006.3214 Theory
+1006.3550 Quantum Gases
+1006.3837
+1006.3848 Cryptography and Security
+1006.3931 Phenomenology
+1006.5032 Theory
+1007.1961 Theory
+1007.2820 Theory
+1007.3632 Phenomenology
+1007.4189
+1008.1813 Phenomenology
+1008.2355 Phenomenology
+1008.2885 Theory
+1008.3128 Theory
+1008.4438 Soft Condensed Matter
+1009.1010 Theory
+1009.1301 Theory
+1009.3423 Phenomenology
+1009.3899 Combinatorics
+1009.4662 Theory
+1009.4696 Theory
+1009.4822 Quantum Gases
+1009.5263 Cosmology and Nongalactic Astrophysics
+1009.5433 Cosmology and Nongalactic Astrophysics
+1009.5923 Phenomenology
+1010.0073 Plasma Physics
+1010.0676 Phenomenology
+1010.0816 Soft Condensed Matter
+1010.0878
+1010.1259 Theory
+1010.1471 Phenomenology
+1010.1587
+1010.1619
+1010.1628 Theory
+1010.1661
+1010.1708
+1010.1727 Theory
+1010.2122
+1010.2129 Phenomenology
+1010.2147 Phenomenology
+1010.2271 Materials Science
+1010.2760 Theory
+1010.4315 Phenomenology
+1010.4326 Theory
+1010.5723
+1010.5795 Differential Geometry
+1010.5985 Optics
+1010.6135 Phenomenology
+1010.6173 Materials Science
+1011.0588 Mesoscale and Nanoscale Physics
+1011.2881
+1011.2971 Phenomenology
+1012.0806 Computer Science and Game Theory
+1012.1485 Statistical Mechanics
+1012.5049 Theory
+1012.5076 Solar and Stellar Astrophysics
+1012.5701 High Energy Astrophysical Phenomena
+1012.5748 High Energy Astrophysical Phenomena
+1012.5749
+1012.5818 Atmospheric and Oceanic Physics
+1101.0869 Combinatorics
+1101.1248 Spectral Theory
+1101.1446 High Energy Astrophysical Phenomena
+1101.2416 Optimization and Control
+1101.2421 Optimization and Control
+1101.2949 Number Theory
+1101.3356 Programming Languages
+1101.3443 Logic in Computer Science
+1101.3455 Combinatorics
+1101.3465 Artificial Intelligence
+1101.3556 Probability
+1101.3558
+1101.3563 Differential Geometry
+1101.3564
+1101.3570 Neurons and Cognition
+1101.3585 Optics
+1101.3586 Cosmology and Nongalactic Astrophysics
+1101.3587 Numerical Analysis
+1101.3596 Metric Geometry
+1101.3600 Metric Geometry
+1101.3603 Symbolic Computation
+1101.3608 Superconductivity
+1101.3611 Superconductivity
+1101.3613 Dynamical Systems
+1101.3621 Quantum Algebra
+1101.3627 Combinatorics
+1101.3632 Combinatorics
+1101.3642 Algebraic Geometry
+1101.3643 Quantum Gases
+1101.3644 Geometric Topology
+1101.3647 Algebraic Geometry
+1101.3649 Accelerator Physics
+1101.3656 Probability
+1101.3661 Fluid Dynamics
+1101.3667 Functional Analysis
+1101.3671 Functional Analysis
+1101.3676 Combinatorics
+1101.3677 Functional Analysis
+1101.3683 Number Theory
+1101.3684 Digital Libraries
+1101.3689 Differential Geometry
+1101.3704 Materials Science
+1101.3705 Optics
+1101.3717 Mesoscale and Nanoscale Physics
+1101.3719 Data Analysis, Statistics and Probability
+1101.3726 Medical Physics
+1101.3727 Instrumentation and Detectors
+1101.3731 Mesoscale and Nanoscale Physics
+1101.3741 Solar and Stellar Astrophysics
+1101.3742 Pattern Formation and Solitons
+1101.3764
+1101.3770 Symplectic Geometry
+1101.3771 Complex Variables
+1101.3772 Dynamical Systems
+1101.3774 Information Theory
+astro-ph/0009114
+astro-ph/0010084
+astro-ph/0010634
+astro-ph/0101157
+astro-ph/0108512
+astro-ph/0203303
+astro-ph/0511233
+astro-ph/0602276
+astro-ph/0603053
+astro-ph/9902051
+cond-mat/0306200 Mesoscale and Nanoscale Physics
+cond-mat/0308222 Mesoscale and Nanoscale Physics
+cond-mat/0703092 Other Condensed Matter
+gr-qc/9804081
+hep-ex/0111048 Experiment
+hep-ex/0211049 Experiment
+hep-ph/0205240 Phenomenology
+hep-ph/0310194 Phenomenology
+hep-ph/0410280 Phenomenology
+hep-ph/0602144 Phenomenology
+hep-th/0610130 Theory
+math/0605700 Differential Geometry
+math/0701283 Representation Theory
+math/0702457 Representation Theory
+nucl-th/0602066
+physics/0111038 Accelerator Physics
+0802.2160 Experiment
+0803.1316 Theory
+0803.2316
+0805.2694 Analysis of PDEs
+0807.1218
+0808.3027
+0810.4057
+0810.4531 Algebraic Topology
+0901.0425
+0904.4092 Strongly Correlated Electrons
+0905.1306 Strongly Correlated Electrons
+0905.4899 Theory
+0907.3338 Optimization and Control
+0907.3411
+0910.1355 Cosmology and Nongalactic Astrophysics
+0910.2187 Optimization and Control
+0910.4049 Numerical Analysis
+0910.4307 Numerical Analysis
+0912.3126 Analysis of PDEs
+1001.0578 Mesoscale and Nanoscale Physics
+1001.2200
+1003.0032 Analysis of PDEs
+1005.1368 Theory
+1005.4217
+1006.1762
+1006.4064 Algebraic Geometry
+1006.5919 Strongly Correlated Electrons
+1008.1859 Phenomenology
+1009.2471 Classical Analysis and ODEs
+1010.2300 Algebraic Geometry
+1010.3210
+1010.3732 Strongly Correlated Electrons
+1011.2967 Statistical Mechanics
+1011.3014
+1011.3489
+1012.2667 Phenomenology
+1012.4609 Earth and Planetary Astrophysics
+1012.5363 Astrophysics of Galaxies
+1101.1228 Theory
+1101.4332 Combinatorics
+1101.5889 Mesoscale and Nanoscale Physics
+1102.2592 Statistical Mechanics
+1103.5130 Theory
+1103.5705 Phenomenology
+1104.1222
+1104.1450 Statistics Theory
+1104.2008 Superconductivity
+1104.2688 Mesoscale and Nanoscale Physics
+1104.5632 Mesoscale and Nanoscale Physics
+1105.2087 Theory
+1105.2189 Optics
+1105.3013 Phenomenology
+1105.4148 Materials Science
+1105.4358 Combinatorics
+1105.4856
+1105.5723 Theory
+1105.5952 Theory
+1105.5955 Differential Geometry
+1105.6172 Group Theory
+1106.1179 Theory
+1106.1485 Superconductivity
+1106.1596 Probability
+1106.2371 Quantum Gases
+1106.2614 Strongly Correlated Electrons
+1106.4206 Chaotic Dynamics
+1106.4318
+1106.4955
+1106.5450 Strongly Correlated Electrons
+1107.0197 Number Theory
+1107.1035
+1107.1729 Materials Science
+1107.2592 Strongly Correlated Electrons
+1107.2650 Theory
+1107.4241 Astrophysics of Galaxies
+1107.5485
+1107.5815 Theory
+1107.5918
+1108.0753 Statistical Mechanics
+1108.1034 Disordered Systems and Neural Networks
+1108.1160 Mesoscale and Nanoscale Physics
+1108.2653 Instrumentation and Detectors
+1108.3035
+1108.3815
+1108.3851 Theory
+1108.4170
+1108.4235 Theory
+1108.4921 Phenomenology
+1108.5136
+1108.5408 Quantum Gases
+1108.5934 Physics and Society
+1109.2570
+1109.3920 Complex Variables
+1109.4446 Materials Science
+1110.0790 Quantum Gases
+1110.1441 Quantum Gases
+1110.2002
+1110.2576 Lattice
+1110.2672 Analysis of PDEs
+1110.4573 Computational Geometry
+1110.4604 Data Structures and Algorithms
+1110.4752 Combinatorics
+1110.5192 Quantum Gases
+1110.5233 Algebraic Topology
+1110.5972 Distributed, Parallel, and Cluster Computing
+1110.6007 Commutative Algebra
+1110.6642 Phenomenology
+1110.6842 Lattice
+1110.6880
+1110.6884 Combinatorics
+1111.0119 Lattice
+1111.0189 Instrumentation and Methods for Astrophysics
+1111.0246 Phenomenology
+1111.0294 Astrophysics of Galaxies
+1111.0303 Lattice
+1111.0304 Algebraic Geometry
+1111.0305 Computational Complexity
+1111.0308 High Energy Astrophysical Phenomena
+1111.0311 Numerical Analysis
+1111.0313 Instrumentation and Methods for Astrophysics
+1111.0315 Phenomenology
+1111.0316 Combinatorics
+1111.0318 High Energy Astrophysical Phenomena
+1111.0319 Rings and Algebras
+1111.0320 High Energy Astrophysical Phenomena
+1111.0322 Theory
+1111.0323 High Energy Astrophysical Phenomena
+1111.0325 High Energy Astrophysical Phenomena
+1111.0329 Analysis of PDEs
+1111.0330 Category Theory
+1111.0331 Optics
+1111.0335 High Energy Astrophysical Phenomena
+1111.0337 Networking and Internet Architecture
+1111.0340 Analysis of PDEs
+1111.0343 Optics
+1111.0345 High Energy Astrophysical Phenomena
+1111.0361 Statistical Mechanics
+1111.0364 Statistical Mechanics
+1111.0365 High Energy Astrophysical Phenomena
+1111.0367 High Energy Astrophysical Phenomena
+1111.0368 Software Engineering
+1111.0369 Logic in Computer Science
+1111.0370 Software Engineering
+1111.0371 Logic in Computer Science
+1111.0372 Logic in Computer Science
+1111.0373 Software Engineering
+1111.0374 Software Engineering
+1111.0377 Lattice
+1111.0378 High Energy Astrophysical Phenomena
+1111.0381 Operator Algebras
+1111.0382 Cryptography and Security
+1111.0383 Geometric Topology
+1111.0385 Cryptography and Security
+1111.0386 Cryptography and Security
+1111.0387 Cryptography and Security
+1111.0388 Neurons and Cognition
+1111.0389 Portfolio Management
+1111.0392
+1111.0393 Analysis of PDEs
+1111.0404 Fluid Dynamics
+1111.0406 Combinatorics
+1111.0408 Analysis of PDEs
+1111.0409 Lattice
+1111.0412 Algebraic Geometry
+1111.0413 Soft Condensed Matter
+1111.0414 Optimization and Control
+1111.0416 Applications
+1111.0417 Lattice
+1111.0419 Differential Geometry
+1111.0421 Differential Geometry
+1111.0422 Computational Complexity
+1111.0424 Differential Geometry
+1111.0426 Instrumentation and Detectors
+1111.0430 High Energy Astrophysical Phenomena
+1111.0433 Statistics Theory
+1111.0439 Astrophysics of Galaxies
+1111.0447 Solar and Stellar Astrophysics
+1111.0449 Lattice
+1111.0450 Representation Theory
+1111.0455 Phenomenology
+1111.0457
+1111.0466 Computer Vision and Pattern Recognition
+1111.0471 Strongly Correlated Electrons
+1111.0476 Formal Languages and Automata Theory
+1111.0477 Phenomenology
+1111.0479 Lattice
+1111.0480 Phenomenology
+1111.0481 Soft Condensed Matter
+1111.0486 Probability
+1111.0489 Dynamical Systems
+1111.0494
+1111.0496 Lattice
+1111.0497
+1111.0499 Data Structures and Algorithms
+1111.0500 Robotics
+1111.0501
+1111.0505
+1111.0506 Dynamical Systems
+1111.0510 Dynamical Systems
+1111.0514 Solar and Stellar Astrophysics
+1111.0516 Phenomenology
+1111.0530
+1111.0534 Materials Science
+1111.0536 Probability
+1111.0540 Solar and Stellar Astrophysics
+1111.0542 Popular Physics
+1111.0543
+1111.0544 Theory
+1111.0546 Solar and Stellar Astrophysics
+1111.0553
+1111.0555 Solar and Stellar Astrophysics
+1111.0556 Phenomenology
+1111.0557 Cosmology and Nongalactic Astrophysics
+1111.0559 Other Statistics
+1111.0562 Software Engineering
+1111.0566 Dynamical Systems
+1111.0570 Data Structures and Algorithms
+1111.0572 Number Theory
+1111.0582 Computational Complexity
+1111.0587 Combinatorics
+1111.0593 Cosmology and Nongalactic Astrophysics
+1111.0594 Databases
+1111.0595 Information Theory
+1111.0604 Analysis of PDEs
+1111.0612 Accelerator Physics
+1111.0614 Algebraic Geometry
+1111.0617 Applications
+1111.0621 Probability
+1111.0622 K-Theory and Homology
+1111.0624 Number Theory
+1111.0625 High Energy Astrophysical Phenomena
+1111.0626
+cond-mat/0601540 Mesoscale and Nanoscale Physics
+hep-th/0605203 Theory
+0707.0198 Algebraic Topology
+0802.3556
+0806.3686 Probability
+0807.0584 Quantum Algebra
+0807.1894 Mesoscale and Nanoscale Physics
+0903.1409 Representation Theory
+0903.1411 Representation Theory
+0903.1418 Representation Theory
+0904.0291 Classical Physics
+0905.1110 Statistical Mechanics
+0906.2774 Theory
+0908.1728 Representation Theory
+0909.2805 Algebraic Geometry
+0909.3240 Phenomenology
+0910.1507 Numerical Analysis
+0910.3478
+0910.4060 Classical Physics
+0912.2062 Statistical Mechanics
+0912.2505 Algebraic Topology
+0912.4123
+1001.5238 Theory
+1003.3384 Probability
+1005.1280 Materials Science
+1005.3703
+1006.1120
+1006.1632
+1006.4032 Instrumentation and Detectors
+1007.0053 Algebraic Geometry
+1007.3123 General Topology
+1007.3231
+1008.0460 Quantum Algebra
+1008.0691
+1008.5151 Phenomenology
+1009.0713 Differential Geometry
+1009.3849
+1009.4555 Strongly Correlated Electrons
+1010.1038 Dynamical Systems
+1011.1681 Cosmology and Nongalactic Astrophysics
+1011.3336
+1011.3759 Statistical Mechanics
+1011.5754
+1011.6124 Phenomenology
+1012.0511 Experiment
+1012.1072
+1012.1114 Phenomenology
+1012.1592 Fluid Dynamics
+1012.5521 Phenomenology
+1012.5930 Theory
+1101.2823 Phenomenology
+1101.3006 Accelerator Physics
+1102.0985 Differential Geometry
+1102.1303
+1102.2728
+1102.3838 Optics
+1102.4113 Mesoscale and Nanoscale Physics
+1102.5003 Differential Geometry
+1102.5116 Earth and Planetary Astrophysics
+1103.1836 Strongly Correlated Electrons
+1103.3018 Phenomenology
+1103.3217 Statistical Mechanics
+1103.5279 Neurons and Cognition
+1103.5990 Theory
+1104.5251
+1104.5462
+1105.0018 Analysis of PDEs
+1105.0158 Information Theory
+1105.0533 Strongly Correlated Electrons
+1105.1626 Phenomenology
+1105.2084 Quantum Gases
+1105.2985 Exactly Solvable and Integrable Systems
+1105.3485 Phenomenology
+1105.3527 Strongly Correlated Electrons
+1105.5155 Materials Science
+1105.5492 Phenomenology
+1105.5899 Plasma Physics
+1105.6346 Statistical Mechanics
+1106.0030 Phenomenology
+1106.0232
+1106.0406 Statistical Mechanics
+1106.0512 Theory
+1106.1046 Fluid Dynamics
+1106.1321
+1106.1554 Lattice
+1106.1778 Theory
+1106.1891 Cosmology and Nongalactic Astrophysics
+1106.2391 Medical Physics
+1106.3323 Biological Physics
+1106.4067
+1106.5871
+1107.0359 Materials Science
+1107.0450 Phenomenology
+1107.0598 Phenomenology
+1107.1503 Cosmology and Nongalactic Astrophysics
+1107.1718 Theory
+1107.2184
+1107.3280 Cosmology and Nongalactic Astrophysics
+1107.3295 Theory
+1107.4281
+1108.0812 Astrophysics of Galaxies
+1108.0893
+1108.1840 Algebraic Geometry
+1108.3115 High Energy Astrophysical Phenomena
+1108.4019 Materials Science
+1108.4655 Statistical Mechanics
+1108.5943 Artificial Intelligence
+1109.0991 High Energy Astrophysical Phenomena
+1109.1559 Cosmology and Nongalactic Astrophysics
+1109.2605 General Physics
+1109.2775 Mesoscale and Nanoscale Physics
+1109.3154 Theory
+1109.3253 Instrumentation and Detectors
+1109.3361 Phenomenology
+1109.4058 Analysis of PDEs
+1109.4104 Instrumentation and Methods for Astrophysics
+1109.4208 Combinatorics
+1109.4220 Optics
+1109.4315
+1109.4556
+1109.4630 Physics Education
+1109.4645 Space Physics
+1109.4648 Spectral Theory
+1109.4649 Spectral Theory
+1109.4652 Solar and Stellar Astrophysics
+1109.4654 Information Theory
+1109.4657 Biological Physics
+1109.4659
+1109.4660 Classical Analysis and ODEs
+1109.4662 Instrumentation and Detectors
+1109.4663 Mesoscale and Nanoscale Physics
+1109.4664 Optimization and Control
+1109.4667 Soft Condensed Matter
+1109.4668 Probability
+1109.4673 Combinatorics
+1109.4674 Group Theory
+1109.4675 Combinatorics
+1109.4677 Cryptography and Security
+1109.4679 Theory
+1109.4680 Social and Information Networks
+1109.4683 Computer Vision and Pattern Recognition
+1109.4691 Classical Analysis and ODEs
+1109.4692
+1109.4693 Number Theory
+1109.4694 Number Theory
+1109.4695 Geophysics
+1109.4696
+1109.4701 Biological Physics
+1109.4707 Experiment
+1109.4709 Cryptography and Security
+1109.4712 Symplectic Geometry
+1109.4716
+1109.4718 Experiment
+1109.4723 Solar and Stellar Astrophysics
+1109.4727 Probability
+1109.4729 Discrete Mathematics
+1109.4730 Solar and Stellar Astrophysics
+1109.4731
+1109.4733 High Energy Astrophysical Phenomena
+1109.4737 Materials Science
+1109.4741 Theory
+1109.4742 Materials Science
+1109.4744 Computer Vision and Pattern Recognition
+1109.4751 Materials Science
+1109.4759 Statistical Mechanics
+1109.4762 Number Theory
+1109.4764 Methodology
+1109.4765 Algebraic Geometry
+1109.4766
+1109.4767 Soft Condensed Matter
+1109.4777 Statistics Theory
+1109.4780 Experiment
+1109.4783 Adaptation and Self-Organizing Systems
+1109.4786 Solar and Stellar Astrophysics
+1109.4793 Functional Analysis
+1109.4795 Classical Physics
+1109.4798 Analysis of PDEs
+1109.4799 Classical Physics
+1109.4802
+1109.4810 Solar and Stellar Astrophysics
+1109.4811 Materials Science
+1109.4813
+1109.4817 Logic in Computer Science
+1109.4821
+1109.4823
+1109.4825 Materials Science
+1109.4831 Functional Analysis
+1109.4832
+1109.4842 Solar and Stellar Astrophysics
+1109.4843 Logic in Computer Science
+1109.4849 General Physics
+1109.4850 Geometric Topology
+1109.4858 Logic
+1109.4859 General Finance
+1109.4862 Classical Analysis and ODEs
+1109.4870 Geometric Topology
+1109.4874 Classical Analysis and ODEs
+1109.4877 Superconductivity
+1109.4879 Number Theory
+1109.4880 History and Philosophy of Physics
+1109.4882 Algebraic Topology
+1109.4885 Superconductivity
+1109.4902 Strongly Correlated Electrons
+1109.4905 Materials Science
+1109.4906 Computation and Language
+1109.4909 Computer Vision and Pattern Recognition
+1109.4910 Computational Complexity
+1109.4912 Rings and Algebras
+1109.4913 Group Theory
+1109.4916 Rings and Algebras
+1109.4918 Analysis of PDEs
+1109.4919 Data Structures and Algorithms
+1109.4921 Commutative Algebra
+1109.4924 Functional Analysis
+1109.4925 Distributed, Parallel, and Cluster Computing
+1109.4926 Analysis of PDEs
+1109.4930 Metric Geometry
+1109.4931 Theory
+1109.4933 Classical Analysis and ODEs
+astro-ph/0612377
+hep-th/9512005 Theory
+math-ph/0503008
+math/0608535 Group Theory
+math/9908061 Quantum Algebra
+0901.3112 Symplectic Geometry
+0905.0938 Commutative Algebra
+0905.2918 Data Analysis, Statistics and Probability
+0908.3390 Algebraic Geometry
+0910.5632 Symplectic Geometry
+0911.0063 Probability
+0911.3039 Symplectic Geometry
+0912.0681 Data Structures and Algorithms
+0912.1577 Algebraic Geometry
+1002.1400 Commutative Algebra
+1003.0690 Symplectic Geometry
+1004.0589 General Physics
+1005.5119
+1008.1196
+1011.5799 Differential Geometry
+1102.0361
+1102.3689 Cosmology and Nongalactic Astrophysics
+1103.2384 Combinatorics
+1103.3410 Mesoscale and Nanoscale Physics
+1103.5381 Statistics Theory
+1103.5541 Materials Science
+1104.0642 Combinatorics
+1104.0690 Quantum Gases
+1104.2010
+1104.4633 Mesoscale and Nanoscale Physics
+1104.5192
+1105.1962
+1105.2779 Probability
+1105.2886 Plasma Physics
+1105.4394 Software Engineering
+1105.4803 Strongly Correlated Electrons
+1105.5532 Statistical Mechanics
+1105.5831
+1106.1572 Materials Science
+1106.3898 Cryptography and Security
+1106.4382 Mesoscale and Nanoscale Physics
+1106.5430 Mesoscale and Nanoscale Physics
+1107.0002 Cosmology and Nongalactic Astrophysics
+1107.1269 Phenomenology
+1107.3990
+1107.4001 Phenomenology
+1107.4128 Algebraic Geometry
+1107.4317 Phenomenology
+1107.5997 Statistical Mechanics
+1108.1685 Computational Physics
+1108.3721 Plasma Physics
+1108.3797 High Energy Astrophysical Phenomena
+1108.5076
+1109.2013
+1109.2037 Strongly Correlated Electrons
+1109.4890 Phenomenology
+1109.6442 Computer Vision and Pattern Recognition
+1110.2981 Astrophysics of Galaxies
+1110.3729 Phenomenology
+1110.3746 Geometric Topology
+1110.3978 Fluid Dynamics
+1110.4039 Mesoscale and Nanoscale Physics
+1110.4366
+1110.4379 Combinatorics
+1110.4500 Software Engineering
+1110.4520 Phenomenology
+1110.4620 Probability
+1110.4641
+1110.4648 Statistical Finance
+1110.4654 Number Theory
+1110.4655 Instrumentation and Methods for Astrophysics
+1110.4657 Artificial Intelligence
+1110.4659 Cosmology and Nongalactic Astrophysics
+1110.4660 Metric Geometry
+1110.4661 Metric Geometry
+1110.4662 Metric Geometry
+1110.4666 Statistical Mechanics
+1110.4669 Pricing of Securities
+1110.4671 Discrete Mathematics
+1110.4672 Logic in Computer Science
+1110.4673 Mathematical Software
+1110.4674 Symbolic Computation
+1110.4675 Logic in Computer Science
+1110.4676 Logic in Computer Science
+1110.4677 Logic in Computer Science
+1110.4678 Optimization and Control
+1110.4680 Dynamical Systems
+1110.4684 Theory
+1110.4693 Number Theory
+1110.4696 Quantitative Methods
+1110.4698 Astrophysics of Galaxies
+1110.4702 Instrumentation and Methods for Astrophysics
+1110.4703 Information Theory
+1110.4705 Applications
+1110.4711 Algebraic Geometry
+1110.4713 Learning
+1110.4716 Spectral Theory
+1110.4717 Number Theory
+1110.4719 Artificial Intelligence
+1110.4723 Social and Information Networks
+1110.4727 Materials Science
+1110.4730 General Physics
+1110.4733 Analysis of PDEs
+1110.4735 Probability
+1110.4736 Differential Geometry
+1110.4739
+1110.4744 High Energy Astrophysical Phenomena
+1110.4745 Differential Geometry
+1110.4751 Experiment
+1110.4754
+1110.4756 General Mathematics
+1110.4760 Optics
+1110.4764 Earth and Planetary Astrophysics
+1110.4767 Analysis of PDEs
+1110.4779 Operator Algebras
+1110.4781 Experiment
+1110.4785 Representation Theory
+1110.4789
+1110.4794 Analysis of PDEs
+1110.4801 Symbolic Computation
+1110.4802 Programming Languages
+1110.4811 Trading and Market Microstructure
+1110.4814 Number Theory
+1110.4820 Cryptography and Security
+1110.4829 Phenomenology
+1110.4830 Number Theory
+1110.4834 Dynamical Systems
+1110.4838 Computer Science and Game Theory
+1110.4842 Quantum Gases
+1110.4844 Social and Information Networks
+1110.4851 Information Retrieval
+1110.4853 Other Condensed Matter
+1110.4854 Distributed, Parallel, and Cluster Computing
+1110.4867
+1110.4875 Number Theory
+1110.4877 Optimization and Control
+1110.4880 Functional Analysis
+1110.4881 Combinatorics
+1110.4885 Combinatorics
+hep-ph/9907450 Phenomenology
+physics/0206025 Physics Education
+physics/0206076 History and Philosophy of Physics
+0706.0609 Strongly Correlated Electrons
+0809.3121 Chaotic Dynamics
+0810.0467 Number Theory
+0812.1141 Superconductivity
+0812.2513 Fluid Dynamics
+0812.2953 Optics
+0812.4683 Optics
+0901.2788 Atomic Physics
+0903.4237 Combinatorics
+0903.4696 Computational Geometry
+0905.3863 Classical Analysis and ODEs
+0906.1236 Optics
+0906.1342 Commutative Algebra
+0906.3345 Optics
+0907.2730 Group Theory
+0908.0025 Optics
+0908.1880 Algebraic Topology
+0908.3565 Optimization and Control
+0910.2097 Statistical Mechanics
+0912.4196 Genomics
+0912.4521 Strongly Correlated Electrons
+0912.4858 Superconductivity
+1002.3201 Combinatorics
+1005.1124 Algebraic Geometry
+1005.4274 Optimization and Control
+1005.4343
+1005.4817 Phenomenology
+1006.4349 Computational Complexity
+1006.5531 Materials Science
+1007.0290 Instrumentation and Methods for Astrophysics
+1007.1214 Probability
+1009.0549 Phenomenology
+1009.1572 Superconductivity
+1009.2119 Combinatorics
+1010.1956 Logic
+1011.1447 Logic
+1011.5667 Materials Science
+1012.2731 Superconductivity
+1101.1982 Soft Condensed Matter
+1102.2041 Computer Science and Game Theory
+1102.2637
+1102.3895 Superconductivity
+1102.4916 Analysis of PDEs
+1103.3874
+1103.5501 Cosmology and Nongalactic Astrophysics
+1104.2582 Disordered Systems and Neural Networks
+1105.0704 Soft Condensed Matter
+1105.1322 Strongly Correlated Electrons
+1105.5050
+1105.5193 Phenomenology
+1105.5556 Materials Science
+1105.5574
+1106.0423 Data Structures and Algorithms
+1106.1008 Strongly Correlated Electrons
+1106.1611 Cosmology and Nongalactic Astrophysics
+1106.2147 Chaotic Dynamics
+1106.3173
+1106.3614
+1106.4615
+1106.4922 Quantum Gases
+1106.6010 Materials Science
+1107.0171 Quantum Gases
+1107.0299 Statistical Mechanics
+1107.1523 Dynamical Systems
+1107.1554 Materials Science
+1107.3527 Disordered Systems and Neural Networks
+1107.4213 Quantum Gases
+1107.5434 Statistical Mechanics
+1108.0619 Materials Science
+1108.0979 Optics
+1108.1758 Phenomenology
+1108.2930 Mesoscale and Nanoscale Physics
+1108.5042 Combinatorics
+1108.5979 Theory
+1108.6271 Neurons and Cognition
+1108.6295 Combinatorics
+1109.0374
+1109.1814 Atmospheric and Oceanic Physics
+1109.4633 Cosmology and Nongalactic Astrophysics
+1109.5743 General Physics
+1110.0075 Other Condensed Matter
+1110.0343 Statistical Mechanics
+1110.0724 Discrete Mathematics
+1110.1223
+1110.1253 Phenomenology
+1110.1330 Phenomenology
+1110.1402 Phenomenology
+1110.1678 Instrumentation and Detectors
+1110.1757 Data Structures and Algorithms
+1110.1979 Solar and Stellar Astrophysics
+1110.2069 Differential Geometry
+1110.2170 Experiment
+1110.2264 Phenomenology
+1110.2482 Lattice
+1110.2487 Cosmology and Nongalactic Astrophysics
+1110.2499 Superconductivity
+1110.2500 Instrumentation and Detectors
+1110.2502 Statistical Mechanics
+1110.2507 Combinatorics
+1110.2511 Category Theory
+1110.2520 Human-Computer Interaction
+1110.2521 Experiment
+1110.2522 Fluid Dynamics
+1110.2526 Optimization and Control
+1110.2527 Optimization and Control
+1110.2528 Probability
+1110.2534
+1110.2539 Analysis of PDEs
+1110.2551 Strongly Correlated Electrons
+1110.2552 Experiment
+1110.2553
+1110.2554 Algebraic Geometry
+1110.2557 Information Theory
+1110.2562 Instrumentation and Methods for Astrophysics
+1110.2567 Algebraic Geometry
+1110.2570 Commutative Algebra
+1110.2572 Rings and Algebras
+1110.2575 Lattice
+1110.2591 High Energy Astrophysical Phenomena
+1110.2595 Computers and Society
+1110.2597 Probability
+1110.2599 Soft Condensed Matter
+1110.2602 Complex Variables
+1110.2603 Statistical Finance
+1110.2605 Optimization and Control
+1110.2610 Information Retrieval
+1110.2616 Molecular Networks
+1110.2622 High Energy Astrophysical Phenomena
+1110.2626 Learning
+1110.2627 Computers and Society
+1110.2628 Materials Science
+1110.2634 Functional Analysis
+1110.2640 Experiment
+1110.2641 Instrumentation and Detectors
+1110.2642 Probability
+1110.2643 Instrumentation and Detectors
+1110.2645 Superconductivity
+1110.2646 Digital Libraries
+1110.2647 Optics
+1110.2650 Combinatorics
+1110.2654 Cryptography and Security
+1110.2659 Social and Information Networks
+1110.2668 Geometric Topology
+1110.2669 Atomic and Molecular Clusters
+1110.2674 Dynamical Systems
+1110.2675 Phenomenology
+1110.2677 Distributed, Parallel, and Cluster Computing
+1110.2692
+1110.2695 Algebraic Topology
+1110.2702 Analysis of PDEs
+1110.2704 Databases
+1110.2706 Representation Theory
+1110.2707 Analysis of PDEs
+1110.2711 Physics and Society
+1110.2713 Probability
+1110.2715 Lattice
+1110.2723 Analysis of PDEs
+1110.2724 Social and Information Networks
+1110.2726 Artificial Intelligence
+1110.2727 Tissues and Organs
+1110.2728 Artificial Intelligence
+1110.2729 Artificial Intelligence
+1110.2730 Artificial Intelligence
+1110.2731 Artificial Intelligence
+1110.2732 Artificial Intelligence
+1110.2733 Computer Science and Game Theory
+1110.2734 Artificial Intelligence
+1110.2735 Artificial Intelligence
+1110.2736 Artificial Intelligence
+1110.2737 Artificial Intelligence
+1110.2738 Artificial Intelligence
+1110.2739 Artificial Intelligence
+1110.2740 Artificial Intelligence
+1110.2741 Artificial Intelligence
+1110.2742 Artificial Intelligence
+1110.2743 Artificial Intelligence
+1110.2765 Multiagent Systems
+1110.2766 Computer Science and Game Theory
+1110.2767 Multiagent Systems
+gr-qc/0209052
+gr-qc/0307013
+gr-qc/0401121
+hep-ph/0512066 Phenomenology
+math/0503024 Analysis of PDEs
+math/9803096 Algebraic Geometry
+quant-ph/0606076
+0812.4275 Representation Theory
+0901.2808 Methodology
+0903.4513 Computer Vision and Pattern Recognition
+0904.2827 Artificial Intelligence
+0907.2421 Combinatorics
+0912.2521 Probability
+0912.4334 Algebraic Geometry
+1006.1099 Symplectic Geometry
+1007.4279 Cosmology and Nongalactic Astrophysics
+1007.5051 Probability
+1009.3863 Networking and Internet Architecture
+1009.5756 Differential Geometry
+1010.0232 Combinatorics
+1010.3938 Number Theory
+1011.4579
+1012.1033
+1101.0709 Fluid Dynamics
+1102.3698 Formal Languages and Automata Theory
+1102.4148 Representation Theory
+1103.0229 Analysis of PDEs
+1103.2223 Mesoscale and Nanoscale Physics
+1104.0062
+1104.1210 Mesoscale and Nanoscale Physics
+1104.3996 Phenomenology
+1104.5062 Mesoscale and Nanoscale Physics
+1105.0159
+1105.0657 Probability
+1105.0765
+1105.1570 Quantum Gases
+1105.1868 Cosmology and Nongalactic Astrophysics
+1106.0121 Dynamical Systems
+1106.1974
+1106.2023 Solar and Stellar Astrophysics
+1106.5167 Complex Variables
+1107.0282 Quantum Gases
+1107.0688 Differential Geometry
+1107.0809 Optics
+1107.2459
+1107.2818 Mesoscale and Nanoscale Physics
+1107.3010 Algebraic Topology
+1107.3162 Quantum Gases
+1107.3693 Strongly Correlated Electrons
+1107.3961 Mesoscale and Nanoscale Physics
+1107.4703 Soft Condensed Matter
+1107.4898 Chemical Physics
+1107.5040 Instrumentation and Methods for Astrophysics
+1108.0084 Mesoscale and Nanoscale Physics
+1108.2303 Atomic Physics
+1108.2760 Experiment
+1108.2902 Phenomenology
+1108.4274 Strongly Correlated Electrons
+1108.5430 Instrumentation and Methods for Astrophysics
+1109.0858 Quantum Algebra
+1109.1180 Phenomenology
+1109.2769 Combinatorics
+1109.3807 Analysis of PDEs
+1109.4340
+1109.4387 Rings and Algebras
+1109.4643 Strongly Correlated Electrons
+1109.5651 General Physics
+1109.6312 Phenomenology
+1109.6387 Theory
+1110.1015 Programming Languages
+1110.1482 Phenomenology
+1110.1725 Tissues and Organs
+1110.1885 Experiment
+1110.2076 Geometric Topology
+1110.2162 Artificial Intelligence
+1110.2196 Databases
+1110.2392 Learning
+1110.2472 Analysis of PDEs
+1110.2582 High Energy Astrophysical Phenomena
+1110.2752 Representation Theory
+1110.2757 Cosmology and Nongalactic Astrophysics
+1110.2773 Logic in Computer Science
+1110.2785 Astrophysics of Galaxies
+1110.2789 High Energy Astrophysical Phenomena
+1110.2790 Analysis of PDEs
+1110.2794 Analysis of PDEs
+1110.2795
+1110.2796 Fluid Dynamics
+1110.2798 Earth and Planetary Astrophysics
+1110.2806 Combinatorics
+1110.2807 Numerical Analysis
+1110.2812 Fluid Dynamics
+1110.2814 Popular Physics
+1110.2816 Superconductivity
+1110.2817 Dynamical Systems
+1110.2822 Commutative Algebra
+1110.2824 Computation
+1110.2828 Combinatorics
+1110.2835 Fluid Dynamics
+1110.2837 Fluid Dynamics
+1110.2839 Classical Analysis and ODEs
+1110.2840 Plasma Physics
+1110.2842 Probability
+1110.2845 Experiment
+1110.2846 Exactly Solvable and Integrable Systems
+1110.2848 Cellular Automata and Lattice Gases
+1110.2849 Cryptography and Security
+1110.2859 Computers and Society
+1110.2861
+1110.2863 Phenomenology
+1110.2864 Instrumentation and Methods for Astrophysics
+1110.2868
+1110.2875 Strongly Correlated Electrons
+1110.2877 Experiment
+1110.2880 Cosmology and Nongalactic Astrophysics
+1110.2881
+1110.2885 Solar and Stellar Astrophysics
+1110.2887 Differential Geometry
+1110.2890 Databases
+1110.2892 Solar and Stellar Astrophysics
+1110.2893 Data Structures and Algorithms
+1110.2896 Astrophysics of Galaxies
+1110.2899 Machine Learning
+1110.2913 Materials Science
+1110.2914 Instrumentation and Methods for Astrophysics
+1110.2915
+1110.2916 Instrumentation and Methods for Astrophysics
+1110.2923 Fluid Dynamics
+1110.2926 Phenomenology
+1110.2928 Commutative Algebra
+1110.2929 Probability
+1110.2935 Combinatorics
+1110.2939 Populations and Evolution
+1110.2948 Statistical Mechanics
+1110.2949
+1110.2953 Computational Complexity
+1110.2954 Experiment
+1110.2958 Biological Physics
+1110.2959 Phenomenology
+1110.2960 Analysis of PDEs
+1110.2966 Other Quantitative Biology
+1110.2970 Group Theory
+1110.2971 Solar and Stellar Astrophysics
+1110.2972 Phenomenology
+1110.2973 Dynamical Systems
+1110.2975 Fluid Dynamics
+1110.2976 Algebraic Geometry
+1110.2982 Populations and Evolution
+1110.2983 Instrumentation and Detectors
+1110.2989 Algebraic Topology
+1110.2991 Experiment
+1110.2996 Instrumentation and Methods for Astrophysics
+1110.2998
+1110.3000 Differential Geometry
+1110.3001 Optimization and Control
+1110.3002 Artificial Intelligence
+1110.3007 Rings and Algebras
+1110.3012 Probability
+1110.3017 Databases
+1110.3018 Networking and Internet Architecture
+1110.3022
+1110.3031 Space Physics
+1110.3036 Probability
+1110.3040 Representation Theory
+1110.3041 Molecular Networks
+cond-mat/0309041
+cond-mat/0607345 Superconductivity
+0705.3281 Theory
+0709.1976 Statistical Mechanics
+0710.3500 Statistical Mechanics
+0710.3673 Statistical Mechanics
+0802.4066 Statistical Mechanics
+0803.3692 Differential Geometry
+0805.2116 Phenomenology
+0805.2507 Mesoscale and Nanoscale Physics
+0809.0453 Statistical Mechanics
+0809.4643 Statistical Mechanics
+0810.4464 Statistical Mechanics
+0812.0704 Phenomenology
+0901.1662 Theory
+0901.3755 Statistical Mechanics
+0903.2370
+0903.4385 Optics
+0904.1847 Theory
+0906.0478 Geometric Topology
+0906.1766 Soft Condensed Matter
+0907.0222 Soft Condensed Matter
+0908.3232 General Physics
+0909.4720 Materials Science
+0910.1785 Phenomenology
+0912.4511 Phenomenology
+1001.1507 Exactly Solvable and Integrable Systems
+1001.2258 Computers and Society
+1001.2633 Representation Theory
+1001.3482 Functional Analysis
+1004.0094 Representation Theory
+1006.5214
+1007.3664 Phenomenology
+1007.3732
+1008.1792 Materials Science
+1008.2081 Combinatorics
+1008.4760 Analysis of PDEs
+1009.0103 Phenomenology
+1009.1232 Cosmology and Nongalactic Astrophysics
+1009.1319
+1009.2117 Quantum Algebra
+1009.2630 High Energy Astrophysical Phenomena
+1009.3523 Phenomenology
+1009.3935
+1010.1087
+1010.2656 Data Structures and Algorithms
+1010.2684 Soft Condensed Matter
+1011.0144 Representation Theory
+1011.1885
+1011.4877 Theory
+1011.5746 Logic
+1011.6404
+1012.0013
+1012.0015 Phenomenology
+1012.0019
+1012.0050 Theory
+1012.0054 Phenomenology
+1012.0074 Experiment
+1012.0078 Phenomenology
+1012.0086
+1012.0087
+1012.0102 Phenomenology
+1012.0136
+1012.2037 Statistical Mechanics
+1012.3667 Cosmology and Nongalactic Astrophysics
+1012.5138 Soft Condensed Matter
+1101.0246 Optimization and Control
+1101.0588
+1101.5989 Phenomenology
+1102.0984 Superconductivity
+1102.2220 Phenomenology
+1102.2720
+1102.3293 Functional Analysis
+1102.3671 Numerical Analysis
+1102.4639 Social and Information Networks
+1103.0184 Phenomenology
+1103.1637 Strongly Correlated Electrons
+1103.2127 Phenomenology
+1103.2145 Phenomenology
+1103.3156 Theory
+1103.3358 Theory
+1103.5458 Quantitative Methods
+1103.5688 Theory
+1103.5859 Classical Analysis and ODEs
+1103.6027 Theory
+1104.0183 Systems and Control
+1104.1187 Theory
+1104.1973 Phenomenology
+1104.2219 Phenomenology
+1104.2757 Mesoscale and Nanoscale Physics
+1104.2812 Materials Science
+1104.2884 Theory
+1104.3357 High Energy Astrophysical Phenomena
+1104.3591 Phenomenology
+1104.3688
+1104.4019 Theory
+1104.4101 Lattice
+1104.4200 Theory
+1104.5398 Phenomenology
+1104.5410 Phenomenology
+1104.5446
+1104.5475 Phenomenology
+1104.5491 Mesoscale and Nanoscale Physics
+1105.0252 Phenomenology
+1105.0554 Mesoscale and Nanoscale Physics
+1105.0773 Phenomenology
+1105.1431 Phenomenology
+1105.1654 Phenomenology
+1105.1770 Phenomenology
+1105.1806 Experiment
+1105.2209 Phenomenology
+1105.2533 Phenomenology
+1105.2540 Theory
+1105.2674 Theory
+1105.2848 Phenomenology
+1105.2885 Theory
+1105.2959
+1105.4114 Phenomenology
+1105.4356 Phenomenology
+1105.5055 Operating Systems
+1105.5212
+1105.5292 Cosmology and Nongalactic Astrophysics
+1105.5308 Theory
+1105.5629
+1105.5729 Complex Variables
+1105.6025 Phenomenology
+1105.6335 Theory
+1106.1168 Theory
+1106.1375 Phenomenology
+1106.1599 Phenomenology
+1106.3593
+1106.3880 Phenomenology
+1106.4041 Phenomenology
+1106.4437
+1106.4562 Cosmology and Nongalactic Astrophysics
+1106.5023 Phenomenology
+1106.5118 Experiment
+1106.5674
+1106.6222
+1107.0570 Phenomenology
+1107.0713 Theory
+1107.2646 Phenomenology
+1107.2959
+1107.4398 Strongly Correlated Electrons
+1107.4610 Cosmology and Nongalactic Astrophysics
+1108.0403 Cosmology and Nongalactic Astrophysics
+1108.1235 Numerical Analysis
+1108.1531 Optics
+1108.1979 Quantitative Methods
+1108.3892 Theory
+1109.0618 High Energy Astrophysical Phenomena
+1109.0670 Other Condensed Matter
+1109.0766 Cryptography and Security
+1109.0846 Optics
+1109.1025 Experiment
+1109.1151 Information Theory
+1109.1183 Numerical Analysis
+1109.1287 Analysis of PDEs
+1109.1294
+1109.1295 Physics Education
+1109.1296 Tissues and Organs
+1109.1298 Analysis of PDEs
+1109.1307 Instrumentation and Methods for Astrophysics
+1109.1310 Phenomenology
+1109.1311 Mesoscale and Nanoscale Physics
+1109.1313 Instrumentation and Methods for Astrophysics
+1109.1314 Artificial Intelligence
+1109.1317 Logic in Computer Science
+1109.1319 Geometric Topology
+1109.1321 Genomics
+1109.1324 Solar and Stellar Astrophysics
+1109.1330 Cosmology and Nongalactic Astrophysics
+1109.1332 Analysis of PDEs
+1109.1336 Differential Geometry
+1109.1342 Numerical Analysis
+1109.1345 Differential Geometry
+1109.1348 Number Theory
+1109.1351 Solar and Stellar Astrophysics
+1109.1352 Group Theory
+1109.1353 Space Physics
+1109.1355 Discrete Mathematics
+1109.1359 Databases
+1109.1362 Experiment
+1109.1363 Logic in Computer Science
+1109.1364 Computational Engineering, Finance, and Science
+1109.1365 Computational Engineering, Finance, and Science
+1109.1366 Computational Engineering, Finance, and Science
+1109.1367 Computational Engineering, Finance, and Science
+1109.1373 Optics
+1109.1375 Phenomenology
+1109.1376 Biological Physics
+1109.1382
+1109.1391 Commutative Algebra
+1109.1394 Experiment
+1109.1397
+1109.1398 History and Philosophy of Physics
+1109.1402 Applications
+1109.1414 Materials Science
+1109.1416 Logic
+1109.1420 Programming Languages
+1109.1421 Programming Languages
+1109.1423 Algebraic Geometry
+1109.1425 Biological Physics
+1109.1432 Functional Analysis
+1109.1436 Cosmology and Nongalactic Astrophysics
+1109.1438 Experiment
+1109.1440 Algebraic Topology
+1109.1446 Numerical Analysis
+1109.1447
+1109.1451 Combinatorics
+1109.1455 Number Theory
+1109.1457 Cosmology and Nongalactic Astrophysics
+1109.1458 Chemical Physics
+1109.1461 Physics and Society
+1109.1462 Quantitative Methods
+1109.1471 General Physics
+1109.1472 Differential Geometry
+1109.1474 Solar and Stellar Astrophysics
+1109.1477 Statistics Theory
+1109.1478 Earth and Planetary Astrophysics
+1109.1480 Computer Vision and Pattern Recognition
+1109.1483 Mesoscale and Nanoscale Physics
+1109.1486 Materials Science
+1109.1489 Representation Theory
+1109.1492 Solar and Stellar Astrophysics
+1109.1493 Materials Science
+1109.1495 Subcellular Processes
+1109.1498 Artificial Intelligence
+1109.1500 Phenomenology
+1109.1505 Dynamical Systems
+1109.1511 Materials Science
+1109.1513 Algebraic Geometry
+1109.1517 Computational Geometry
+1109.1525 Digital Libraries
+1109.1529 Quantum Algebra
+1109.1538 Representation Theory
+1109.1539 Phenomenology
+1109.1543 Analysis of PDEs
+1109.1546 Probability
+cond-mat/0510137 Materials Science
+cond-mat/0608576 Superconductivity
+hep-ph/0611246 Phenomenology
+math/0304350 Logic
+math/0306066 Algebraic Geometry
+quant-ph/0412011
+0707.4091 Other Condensed Matter
+0802.0555 Phenomenology
+0804.3439 Information Theory
+0904.1906 Number Theory
+0904.2309 Analysis of PDEs
+0905.1343 Number Theory
+0907.0566 Analysis of PDEs
+0910.3517 Strongly Correlated Electrons
+0911.2161 Chaotic Dynamics
+0912.3506 Analysis of PDEs
+0912.4190 Operator Algebras
+1001.0534 Differential Geometry
+1004.3172 Symplectic Geometry
+1009.2517 Algebraic Geometry
+1009.3867
+1009.5964
+1010.0114 Quantum Gases
+1010.2431 Number Theory
+1010.3334 Number Theory
+1011.3923 Statistical Mechanics
+1011.4876 Strongly Correlated Electrons
+1012.5188 Superconductivity
+1102.1029 Disordered Systems and Neural Networks
+1103.0313 Group Theory
+1103.0315 Group Theory
+1103.2756 Information Retrieval
+1103.5794 Distributed, Parallel, and Cluster Computing
+1104.1947 Metric Geometry
+1104.2129
+1104.3483 Mesoscale and Nanoscale Physics
+1104.5369 Optimization and Control
+1105.2520 Atomic and Molecular Clusters
+1105.3363 Statistical Mechanics
+1106.0771 Superconductivity
+1106.2408
+1106.2552 Quantum Gases
+1106.2689 Superconductivity
+1106.4119 Algebraic Geometry
+1106.5152
+1106.6191 Rings and Algebras
+1107.0505
+1107.0888
+1107.3072
+1107.4107 Chaotic Dynamics
+1107.4612 Cosmology and Nongalactic Astrophysics
+1107.5028 Theory
+1108.0169 Functional Analysis
+1108.1002 Spectral Theory
+1108.1283 Metric Geometry
+1108.1599 Strongly Correlated Electrons
+1108.2046 Superconductivity
+1108.2607 Mesoscale and Nanoscale Physics
+1108.2608 Theory
+1108.3661 Numerical Analysis
+1109.0979 Superconductivity
+1109.1205 Strongly Correlated Electrons
+1109.2642 Phenomenology
+1109.3456
+1109.3678 Probability
+1109.4631 Statistical Mechanics
+1109.4844 Probability
+1109.5228 Differential Geometry
+1109.5549
+1109.6559 Group Theory
+1110.0391 Algebraic Geometry
+1110.0878 Mesoscale and Nanoscale Physics
+1110.1369 Cosmology and Nongalactic Astrophysics
+1110.2874 Phenomenology
+1110.3719 Phenomenology
+1110.3799 Astrophysics of Galaxies
+1110.3829 Strongly Correlated Electrons
+1110.3991 Theory
+1111.0523 High Energy Astrophysical Phenomena
+1111.1025 Phenomenology
+1111.1568 Statistical Mechanics
+1111.1711 Instrumentation and Detectors
+1111.2224 Theory
+1111.6152 Materials Science
+1112.0220 Probability
+1112.2290 Number Theory
+1112.2555 Functional Analysis
+1112.3259 Number Theory
+1112.4008 Algebraic Geometry
+1112.4108 Mesoscale and Nanoscale Physics
+1112.4131 Probability
+1112.4281 Instrumentation and Detectors
+1112.4379 Rings and Algebras
+1112.4604 Distributed, Parallel, and Cluster Computing
+1112.4628 Neural and Evolutionary Computing
+1112.4735 Statistics Theory
+1112.4739 Optics
+1112.4820 Theory
+1112.4840 Materials Science
+1112.4844 Theory
+1112.4853 Strongly Correlated Electrons
+1112.4856
+1112.4857 K-Theory and Homology
+1112.4861 Lattice
+1112.4867 Optics
+1112.4873 Earth and Planetary Astrophysics
+1112.4874 Dynamical Systems
+1112.4875 Classical Analysis and ODEs
+1112.4883 Information Theory
+1112.4888 Phenomenology
+1112.4889 Number Theory
+1112.4899 Representation Theory
+1112.4902 Analysis of PDEs
+1112.4906 Neural and Evolutionary Computing
+1112.4907 Tissues and Organs
+1112.4908 Populations and Evolution
+1112.4912 Mesoscale and Nanoscale Physics
+1112.4914 Materials Science
+1112.4915 Social and Information Networks
+1112.4918
+1112.4921 Numerical Analysis
+1112.4922 Cosmology and Nongalactic Astrophysics
+1112.4923 Functional Analysis
+1112.4926 Solar and Stellar Astrophysics
+1112.4927 Cosmology and Nongalactic Astrophysics
+1112.4936 Materials Science
+1112.4938 Materials Science
+1112.4939 Solar and Stellar Astrophysics
+1112.4941 Cryptography and Security
+1112.4942 Representation Theory
+1112.4947 Combinatorics
+1112.4948 Plasma Physics
+1112.4949 Representation Theory
+1112.4950 Classical Analysis and ODEs
+1112.4952 Molecular Networks
+1112.4953 Materials Science
+1112.4954 Representation Theory
+1112.4958
+1112.4964 Theory
+1112.4968 Probability
+1112.4972
+1112.4973
+1112.4977 Materials Science
+1112.4979 Number Theory
+1112.4980 Distributed, Parallel, and Cluster Computing
+1112.4981 Analysis of PDEs
+1112.4984 Materials Science
+1112.4987 Neurons and Cognition
+1112.4988 Probability
+1112.4990 Logic
+1112.4992 Cosmology and Nongalactic Astrophysics
+1112.4993 Programming Languages
+1112.4994 Phenomenology
+1112.4996 Differential Geometry
+1112.4997
+1112.5000 Programming Languages
+1112.5001 Superconductivity
+1112.5006 Populations and Evolution
+1112.5010 Superconductivity
+1112.5011 Geometric Topology
+1112.5015 Combinatorics
+1112.5017 Accelerator Physics
+1112.5029 Number Theory
+1112.5030 Number Theory
+1112.5033
+1112.5034 Symplectic Geometry
+1112.5037 Differential Geometry
+1112.5044 High Energy Astrophysical Phenomena
+1112.5048 General Physics
+1112.5050 Optimization and Control
+1112.5054 Plasma Physics
+1112.5057 Phenomenology
+1112.5061 Phenomenology
+1112.5062 Strongly Correlated Electrons
+1112.5069 Physics Education
+1112.5072 Number Theory
+1112.5076 Phenomenology
+1112.5080 Optics
+1112.5081 Phenomenology
+1112.5084 Instrumentation and Detectors
+1112.5085 Optics
+1112.5087 Probability
+1112.5090 Number Theory
+1112.5092 Numerical Analysis
+1112.5093 Cosmology and Nongalactic Astrophysics
+1112.5094 Instrumentation and Methods for Astrophysics
+1112.5098 Superconductivity
+1112.5103 Dynamical Systems
+1112.5110
+1112.5113 Phenomenology
+1112.5116 Neural and Evolutionary Computing
+1112.5123 Statistics Theory
+1112.5125 Differential Geometry
+1112.5130 Methodology
+1112.5131 Number Theory
+1112.5132 Chemical Physics
+1112.5135 Analysis of PDEs
+1112.5136 Operating Systems
+1112.5144 Exactly Solvable and Integrable Systems
+1112.5152 Networking and Internet Architecture
+1112.5157 Combinatorics
+1112.5160 Lattice
+quant-ph/0405187
+0708.1867 Differential Geometry
+0802.0831 Superconductivity
+0804.0138 Superconductivity
+0807.1810 Probability
+0808.1714 Differential Geometry
+0809.2124 Classical Analysis and ODEs
+0809.4993 Strongly Correlated Electrons
+0810.2225
+0810.5711
+0902.4055 Strongly Correlated Electrons
+0903.3996 Combinatorics
+0905.3040 Probability
+0907.0510 Adaptation and Self-Organizing Systems
+0907.1284 Strongly Correlated Electrons
+0909.4512 Differential Geometry
+0910.0265 Combinatorics
+0910.2586 Adaptation and Self-Organizing Systems
+0911.0169
+0911.1725 Superconductivity
+0911.2435 Operator Algebras
+0912.1961 Adaptation and Self-Organizing Systems
+0912.5132 Representation Theory
+1001.3404 Information Theory
+1001.4851 Earth and Planetary Astrophysics
+1002.3989 Networking and Internet Architecture
+1003.1580 Numerical Analysis
+1004.3772 Theory
+1004.5131 Atomic Physics
+1005.4160
+1007.3599
+1009.5299 Strongly Correlated Electrons
+1010.4500 Materials Science
+1011.3373 Combinatorics
+1101.3104 Strongly Correlated Electrons
+1101.4124 Mesoscale and Nanoscale Physics
+1102.5477 Optics
+1103.2400
+1104.1847 Fluid Dynamics
+1104.3110 Probability
+1105.2129 Instrumentation and Methods for Astrophysics
+1105.2680 Quantum Algebra
+1105.3180 Pricing of Securities
+1105.3432 Other Condensed Matter
+1105.5496 Statistical Mechanics
+1105.5580 Phenomenology
+1105.5626 Strongly Correlated Electrons
+1106.0458 Statistical Mechanics
+1106.2144 Theory
+1106.3918 Mesoscale and Nanoscale Physics
+1106.3941 Mesoscale and Nanoscale Physics
+1106.4658 Phenomenology
+1106.5475 Theory
+1106.6314 Experiment
+1107.3705
+1107.5353 Differential Geometry
+1107.5388
+1107.5391
+1107.5683
+1107.5684
+1107.5685
+1107.5686
+1107.5689
+1107.5691
+1107.5876
+1108.1201 Theory
+1108.1676 Information Theory
+1108.3001 High Energy Astrophysical Phenomena
+1108.3333 Phenomenology
+1108.3644
+1108.3879 Statistical Mechanics
+1108.4342
+1108.4500 Number Theory
+1108.4684 Phenomenology
+1108.5268 Strongly Correlated Electrons
+1108.5993 Quantum Gases
+1109.0600 Fluid Dynamics
+1109.1131 Materials Science
+1109.1858 Mesoscale and Nanoscale Physics
+1109.3168 Operator Algebras
+1109.4153 Theory
+1109.4578 Representation Theory
+1109.4971
+1109.5261 Statistics Theory
+1109.5658 Statistical Mechanics
+1110.0263 Representation Theory
+1110.3682 Theory
+1110.5730 Materials Science
+1110.5735 Materials Science
+1110.5858 Phenomenology
+1110.6266 Strongly Correlated Electrons
+1110.6736 Logic
+1111.1519 Superconductivity
+1111.2728 Analysis of PDEs
+1111.5167 Numerical Analysis
+1111.5643 Phenomenology
+1111.6142 Mesoscale and Nanoscale Physics
+1111.6524 Number Theory
+1111.7280 Discrete Mathematics
+1112.1300 Cosmology and Nongalactic Astrophysics
+1112.2117 Probability
+1112.2313 Logic in Computer Science
+1112.2877 Differential Geometry
+1112.2930 Data Structures and Algorithms
+1112.3040 Cosmology and Nongalactic Astrophysics
+1112.3046 Populations and Evolution
+1112.3047 Rings and Algebras
+1112.3050 Phenomenology
+1112.3052 Computer Science and Game Theory
+1112.3053 Logic in Computer Science
+1112.3062 Distributed, Parallel, and Cluster Computing
+1112.3064 Commutative Algebra
+1112.3065 Dynamical Systems
+1112.3066 Combinatorics
+1112.3073 Metric Geometry
+1112.3074 Cellular Automata and Lattice Gases
+1112.3076 Category Theory
+1112.3078
+1112.3079 Lattice
+1112.3084 Analysis of PDEs
+1112.3089 Algebraic Geometry
+1112.3092 Instrumentation and Methods for Astrophysics
+1112.3097 Number Theory
+1112.3104 Solar and Stellar Astrophysics
+1112.3106 Geometric Topology
+1112.3107 Earth and Planetary Astrophysics
+1112.3109 Differential Geometry
+1112.3110 Graphics
+1112.3113 Earth and Planetary Astrophysics
+1112.3115 Adaptation and Self-Organizing Systems
+1112.3116 Cosmology and Nongalactic Astrophysics
+1112.3117 Adaptation and Self-Organizing Systems
+1112.3127 Representation Theory
+1112.3128 Rings and Algebras
+1112.3129 Phenomenology
+1112.3131 Instrumentation and Methods for Astrophysics
+1112.3134 Databases
+1112.3135 Quantum Algebra
+1112.3139 Probability
+1112.3140 Functional Analysis
+1112.3143 Cosmology and Nongalactic Astrophysics
+1112.3145 Dynamical Systems
+1112.3148 Probability
+1112.3149 Statistics Theory
+1112.3150 Analysis of PDEs
+1112.3152 Analysis of PDEs
+1112.3156 Functional Analysis
+1112.3159 Analysis of PDEs
+1112.3165 High Energy Astrophysical Phenomena
+1112.3168 Formal Languages and Automata Theory
+1112.3175 History and Philosophy of Physics
+1112.3176 Analysis of PDEs
+1112.3177 Accelerator Physics
+1112.3180
+1112.3185
+1112.3195 Number Theory
+1112.3198 Logic in Computer Science
+1112.3199 Analysis of PDEs
+1112.3200 Analysis of PDEs
+1112.3201 Accelerator Physics
+1112.3203 Accelerator Physics
+1112.3209 Accelerator Physics
+1112.3216 Analysis of PDEs
+1112.3219 Spectral Theory
+1112.3221 Accelerator Physics
+1112.3222
+1112.3226 Accelerator Physics
+1112.3228 Statistics Theory
+1112.3231 Dynamical Systems
+1112.3232 Accelerator Physics
+1112.3233 Computational Physics
+1112.3235 Atmospheric and Oceanic Physics
+1112.3247
+1112.3248 Solar and Stellar Astrophysics
+1112.3253 Statistical Mechanics
+1112.3254 Combinatorics
+1112.3255 Combinatorics
+1112.3256 Earth and Planetary Astrophysics
+1112.3261 Analysis of PDEs
+1112.3263 Differential Geometry
+1112.3267 Analysis of PDEs
+1112.3268 Soft Condensed Matter
+1112.3272 Quantum Gases
+1112.3278 Materials Science
+1112.3290 Optimization and Control
+1112.3293 Disordered Systems and Neural Networks
+1112.3294 Instrumentation and Methods for Astrophysics
+1112.3297
+1112.3300 Cosmology and Nongalactic Astrophysics
+1112.3302 Combinatorics
+1112.3307 Information Theory
+1112.3317
+1112.3318 Theory
+1112.3320 Combinatorics
+1112.3321 Number Theory
+1112.3323 Data Structures and Algorithms
+1112.3325 Quantum Gases
+1112.3328 Functional Analysis
+1112.3330
+1112.3333
+1112.3337
+gr-qc/0404020
+hep-th/9206075 Theory
+math/0304059 Representation Theory
+math/0405516 Symplectic Geometry
+math/0509442 Differential Geometry
+math/0608282 Differential Geometry
+math/0703450 Differential Geometry
+0811.0186
+0812.2221
+0902.4724 Theory
+0907.4249
+0908.1968 Phenomenology
+1005.1024 Phenomenology
+1005.5480 High Energy Astrophysical Phenomena
+1006.0655 Phenomenology
+1006.3762 Theory
+1006.4142 Lattice
+1009.6095 Phenomenology
+1012.2848 Portfolio Management
+0705.1559 Soft Condensed Matter
+0706.0939 Strongly Correlated Electrons
+0706.2868 Category Theory
+0707.1980 Other Condensed Matter
+0709.0641 Optics
+0710.4626 Materials Science
+0711.0104 Materials Science
+0802.0036 General Physics
+0802.1361 Computational Geometry
+0803.2566
+0804.2080 Quantum Algebra
+0810.3335 Algebraic Geometry
+0812.0975 Soft Condensed Matter
+0902.0390 Analysis of PDEs
+0902.1148 Probability
+0903.1687 Strongly Correlated Electrons
+0903.2792 Information Theory
+0903.4383 Number Theory
+0904.0383 General Physics
+0904.3691
+0905.0663 Analysis of PDEs
+0905.2993 Probability
+0906.4431 Computational Complexity
+0907.1356 Number Theory
+0907.2460 Category Theory
+0907.4712 Number Theory
+0908.3816 Statistical Mechanics
+0909.2526 Information Theory
+0910.4858 Pattern Formation and Solitons
+0910.5018 Rings and Algebras
+0911.1405 Materials Science
+0911.2301 Algebraic Geometry
+0911.2533 Superconductivity
+0911.3524 Representation Theory
+0911.4572 Probability
+0911.5510 Rings and Algebras
+0912.3757 Differential Geometry
+0912.5461 Algebraic Geometry
+1001.0737 Classical Analysis and ODEs
+1002.0565 Chemical Physics
+1002.0605 Operator Algebras
+1002.1413 Instrumentation and Methods for Astrophysics
+1002.4356 Cosmology and Nongalactic Astrophysics
+1002.4427 Combinatorics
+1003.0443 Probability
+1003.1866 Algebraic Geometry
+1003.1999 Number Theory
+1003.2152 Commutative Algebra
+1003.4561 Classical Analysis and ODEs
+1003.5117 Group Theory
+1003.5326 Computer Science and Game Theory
+1004.2975
+1005.0711 Strongly Correlated Electrons
+1005.3354 Strongly Correlated Electrons
+1005.4684 Phenomenology
+1006.0771 Disordered Systems and Neural Networks
+1006.0776 Disordered Systems and Neural Networks
+1006.1048 Mesoscale and Nanoscale Physics
+1006.3105 Complex Variables
+1006.5122 Group Theory
+1007.0951
+1007.3694 Quantum Gases
+1007.4607 Quantum Gases
+1008.0143 Networking and Internet Architecture
+1008.1385
+1008.1526 Spectral Theory
+1008.1913 Mesoscale and Nanoscale Physics
+1008.2495 Mesoscale and Nanoscale Physics
+1008.2583 Combinatorics
+1008.2659 Phenomenology
+1008.2675
+1008.3420 Cosmology and Nongalactic Astrophysics
+1008.4853
+1008.4888 Analysis of PDEs
+1009.1149 Cosmology and Nongalactic Astrophysics
+1009.3872 Analysis of PDEs
+1009.4163 Differential Geometry
+1009.6128 Statistical Mechanics
+1010.0621 Machine Learning
+1010.3087 Probability
+1010.3319 Information Theory
+1010.3767
+1010.5072 Cosmology and Nongalactic Astrophysics
+1010.5313
+1011.0415 Statistics Theory
+1011.1297 Atomic Physics
+1011.1457 Classical Analysis and ODEs
+1011.1498 Cosmology and Nongalactic Astrophysics
+1011.4087
+1011.4741 Chemical Physics
+1011.5654 Statistical Mechanics
+1011.5663 Instrumentation and Methods for Astrophysics
+1011.6446 Superconductivity
+1012.0875
+1012.3874 Quantum Gases
+1012.4106 Algebraic Geometry
+1012.4539 Combinatorics
+1012.5091 Theory
+1012.5617 Combinatorics
+1101.0637 Differential Geometry
+1101.0705 Geometric Topology
+1101.2594 Quantum Gases
+1101.2850 Statistical Mechanics
+1101.2860 Optics
+1101.3654 Statistical Mechanics
+1101.3981 Combinatorics
+1101.4289 History and Overview
+1101.4290 History and Philosophy of Physics
+1101.5664 Materials Science
+1102.1301
+1102.1780 Representation Theory
+1102.2216 Information Theory
+1102.2775 Optics
+1102.3540 Functional Analysis
+1102.3767
+1102.4133 Mesoscale and Nanoscale Physics
+1102.4518 Software Engineering
+1102.5339
+1102.5347 Combinatorics
+1102.5355 Number Theory
+1102.5357 Information Theory
+1102.5361 Combinatorics
+1102.5362 Soft Condensed Matter
+1102.5373 Materials Science
+1102.5380
+1102.5381 Information Theory
+1102.5386 Information Theory
+1102.5387 Materials Science
+1102.5388 Information Theory
+1102.5391 Combinatorics
+1102.5394 General Physics
+1102.5395
+1102.5396 Statistical Mechanics
+1102.5400 Information Theory
+1102.5401 Optimization and Control
+1102.5404 Group Theory
+1102.5405 General Finance
+1102.5406 Optics
+1102.5408 Lattice
+1102.5409 Combinatorics
+1102.5410 Instrumentation and Methods for Astrophysics
+1102.5413 Experiment
+1102.5418 Information Theory
+1102.5422 Mesoscale and Nanoscale Physics
+1102.5424 Commutative Algebra
+1102.5425 Computational Complexity
+1102.5428 Neurons and Cognition
+1102.5432 Analysis of PDEs
+1102.5436 Analysis of PDEs
+1102.5442 Information Theory
+1102.5447 General Physics
+1102.5449 Formal Languages and Automata Theory
+1102.5450 Data Structures and Algorithms
+1102.5451 Formal Languages and Automata Theory
+1102.5453 Phenomenology
+1102.5455 Differential Geometry
+1102.5456 Combinatorics
+1102.5463 Computational Geometry
+1102.5464 Rings and Algebras
+1102.5467 Classical Analysis and ODEs
+1102.5476 Superconductivity
+1102.5478 Data Structures and Algorithms
+1102.5479 Group Theory
+1102.5480
+1102.5491 Probability
+1102.5497 Programming Languages
+1102.5498 Statistical Mechanics
+1102.5501 Probability
+1102.5502 Solar and Stellar Astrophysics
+1102.5503 Statistical Mechanics
+1102.5507 Materials Science
+1102.5509 Machine Learning
+1102.5511 Physics and Society
+1102.5513 Instrumentation and Methods for Astrophysics
+1102.5514 Experiment
+1102.5515 Group Theory
+1102.5516 Superconductivity
+1102.5517 Group Theory
+1102.5520 Phenomenology
+1102.5521 Other Condensed Matter
+1102.5523 Discrete Mathematics
+1102.5525 Pricing of Securities
+1102.5527 Combinatorics
+1102.5531 Lattice
+1102.5533 Algebraic Topology
+1102.5535 Information Theory
+1102.5537 Analysis of PDEs
+1102.5539 Cosmology and Nongalactic Astrophysics
+1102.5542 Analysis of PDEs
+1102.5543 Combinatorics
+1102.5545
+1102.5546
+1102.5547 Number Theory
+1102.5548 Experiment
+1102.5551 Group Theory
+1102.5554 Dynamical Systems
+1102.5557 Classical Analysis and ODEs
+1102.5563 Dynamical Systems
+1102.5568 Combinatorics
+1102.5570
+1102.5577 Metric Geometry
+1102.5579 Analysis of PDEs
+1102.5582 Phenomenology
+1102.5583 Analysis of PDEs
+1102.5584 Logic in Computer Science
+1102.5585 Cryptography and Security
+1102.5586 Cryptography and Security
+1102.5588 Classical Analysis and ODEs
+1102.5590 Classical Analysis and ODEs
+1102.5596 Classical Analysis and ODEs
+1102.5601 Combinatorics
+1102.5604 Populations and Evolution
+1102.5606 Probability
+1102.5617 Materials Science
+1102.5619 Probability
+1102.5629 Phenomenology
+1102.5630 Symplectic Geometry
+1102.5632 Materials Science
+1102.5635 Artificial Intelligence
+1102.5639 Statistical Mechanics
+1102.5641 Information Theory
+1102.5642 Differential Geometry
+1102.5643 Information Theory
+1102.5647 Physics and Society
+1102.5651
+1102.5654 Materials Science
+1102.5655 Materials Science
+1102.5656 Materials Science
+1102.5660 Mesoscale and Nanoscale Physics
+1102.5661 Analysis of PDEs
+1102.5664 Geometric Topology
+1102.5665 Portfolio Management
+1102.5668 General Mathematics
+1102.5670 Other Computer Science
+1102.5671 Operator Algebras
+1102.5680 Probability
+1102.5681 Superconductivity
+1102.5682 Formal Languages and Automata Theory
+1102.5684 Dynamical Systems
+1102.5688 Computer Vision and Pattern Recognition
+1102.5691 Probability
+1102.5692 Classical Analysis and ODEs
+1102.5699 Multimedia
+1102.5701 High Energy Astrophysical Phenomena
+1102.5703 Fluid Dynamics
+1102.5704 Cellular Automata and Lattice Gases
+1102.5705 High Energy Astrophysical Phenomena
+1102.5711 Mathematical Software
+1102.5715
+1102.5718 Combinatorics
+1102.5720 History and Overview
+1102.5721 Methodology
+1102.5723
+1102.5724 Information Theory
+1102.5727 Combinatorics
+1102.5728 Information Retrieval
+1102.5729 Cosmology and Nongalactic Astrophysics
+1102.5732 Differential Geometry
+1102.5741 Algebraic Geometry
+1102.5744 Materials Science
+1102.5747 General Finance
+1102.5748
+1102.5750 Machine Learning
+1102.5752 General Finance
+1102.5757 Neural and Evolutionary Computing
+1102.5758 Materials Science
+1102.5762 Combinatorics
+1102.5764 Number Theory
+1102.5769 Multimedia
+1102.5771 Analysis of PDEs
+1102.5774 Analysis of PDEs
+astro-ph/9505118
+cond-mat/0702073 Materials Science
+cond-mat/0702259 Materials Science
+hep-th/0209143 Theory
+0705.2332 Rings and Algebras
+0708.2584
+0711.4268 Rings and Algebras
+0712.2816 Probability
+0803.0378 Logic in Computer Science
+0804.3348
+0901.1717 Rings and Algebras
+0905.4198 Disordered Systems and Neural Networks
+0907.3529 Quantitative Methods
+0908.1831 Algebraic Geometry
+0910.2530
+0910.4584 Phenomenology
+0912.4269 Statistics Theory
+1001.4524 Phenomenology
+1002.4690 Numerical Analysis
+1005.3906 Geometric Topology
+1006.2294 Pricing of Securities
+1006.3795 Phenomenology
+1007.0180 High Energy Astrophysical Phenomena
+1007.2333 Astrophysics of Galaxies
+1007.5458 Quantum Algebra
+1008.1426 Combinatorics
+1008.1568 Superconductivity
+1008.2825 General Physics
+1010.1179 Mesoscale and Nanoscale Physics
+1010.1622
+1010.1720 Astrophysics of Galaxies
+1010.4672 Systems and Control
+1011.2178 Combinatorics
+1011.2767
+1011.3831 Strongly Correlated Electrons
+1011.4934 Cosmology and Nongalactic Astrophysics
+1011.5885
+1011.6295
+1101.0215 Theory
+1101.1821 Astrophysics of Galaxies
+1101.3197 Number Theory
+1102.2215 Superconductivity
+1102.2404
+1102.2476 High Energy Astrophysical Phenomena
+1102.2622 Earth and Planetary Astrophysics
+1102.2835 Differential Geometry
+1102.4229
+1102.4448
+1102.5067 Probability
+1102.5238 Probability
+1103.1317 Phenomenology
+1103.1376 Earth and Planetary Astrophysics
+1103.4002 Optics
+1103.4294
+1104.0050 Differential Geometry
+1104.0159
+1104.0203 Strongly Correlated Electrons
+1104.0775 Neural and Evolutionary Computing
+1104.2683 Complex Variables
+1105.3581
+1105.6195 Differential Geometry
+1106.0655 Analysis of PDEs
+1106.1035 High Energy Astrophysical Phenomena
+1106.1218 High Energy Astrophysical Phenomena
+1106.1364 Logic in Computer Science
+1106.1366 Symplectic Geometry
+1106.1409 Earth and Planetary Astrophysics
+1106.1451 Methodology
+1106.1973 Combinatorics
+1106.2369 Learning
+1106.2494 Machine Learning
+1106.2753 Number Theory
+1106.2791 Methodology
+1106.2796 Instrumentation and Methods for Astrophysics
+1106.2992 Performance
+1106.3077 Computation and Language
+1106.3090 Strongly Correlated Electrons
+1106.3091 General Physics
+1106.3092 Algebraic Geometry
+1106.3096 Number Theory
+1106.3098 Combinatorics
+1106.3099 Number Theory
+1106.3112 Representation Theory
+1106.3113 High Energy Astrophysical Phenomena
+1106.3114 Strongly Correlated Electrons
+1106.3117 Experiment
+1106.3119 Experiment
+1106.3120 Algebraic Geometry
+1106.3126 Data Structures and Algorithms
+1106.3134 Multiagent Systems
+1106.3136 Algebraic Geometry
+1106.3140 Commutative Algebra
+1106.3141 Instrumentation and Methods for Astrophysics
+1106.3143 Operator Algebras
+1106.3146 Materials Science
+1106.3151 Complex Variables
+1106.3155 Disordered Systems and Neural Networks
+1106.3162 Instrumentation and Detectors
+1106.3166 Tissues and Organs
+1106.3176 Other Computer Science
+1106.3181 Methodology
+1106.3189 Phenomenology
+1106.3190 Algebraic Geometry
+1106.3191 Materials Science
+1106.3192 Disordered Systems and Neural Networks
+1106.3193 Number Theory
+1106.3201 Mesoscale and Nanoscale Physics
+1106.3203 Methodology
+1106.3204 Analysis of PDEs
+1106.3211 Methodology
+1106.3212 Experiment
+1106.3213 Mesoscale and Nanoscale Physics
+1106.3214 Functional Analysis
+1106.3215 Strongly Correlated Electrons
+1106.3218 Atomic Physics
+1106.3220 Methodology
+1106.3223 Rings and Algebras
+1106.3227 Mesoscale and Nanoscale Physics
+1106.3231 Soft Condensed Matter
+1106.3236 Soft Condensed Matter
+1106.3241 Quantum Algebra
+1106.3245 Instrumentation and Methods for Astrophysics
+1106.3248 Dynamical Systems
+1106.3254
+1106.3258
+1106.3262 Phenomenology
+1106.3269 Numerical Analysis
+1106.3274 Statistical Mechanics
+1106.3276 Information Theory
+1106.3277 Statistical Mechanics
+1106.3280 Number Theory
+1106.3286 Information Theory
+1106.3292 Probability
+1106.3296 Combinatorics
+1106.3304 Dynamical Systems
+1106.3306 Probability
+1106.3308 Phenomenology
+1106.3309 Dynamical Systems
+1106.3310 Logic
+1106.3315 Geophysics
+1106.3319 Phenomenology
+1106.3324 Astrophysics of Galaxies
+1106.3325 Distributed, Parallel, and Cluster Computing
+cond-mat/0210173
+cs/0312007 Computational Complexity
+0711.4407 Combinatorics
+0803.3885 Differential Geometry
+0803.4479 General Physics
+0902.1901 Algebraic Geometry
+0903.3969 Dynamical Systems
+0903.5156
+0904.2975 Algebraic Geometry
+0906.1867 Algebraic Geometry
+0907.1714
+0907.4017 Logic
+0907.4858 Differential Geometry
+0908.0440
+0909.3614 Probability
+0909.5670 Representation Theory
+0910.3386 Instrumentation and Methods for Astrophysics
+0910.5479 Theory
+0910.5550 Number Theory
+0911.2245 Superconductivity
+0912.1398 Commutative Algebra
+1003.1607 Differential Geometry
+1003.3267 Phenomenology
+1004.1377 Commutative Algebra
+1004.4338 Category Theory
+1004.5048 Biomolecules
+1005.2901 Probability
+1005.3641 Disordered Systems and Neural Networks
+1005.5621 Algebraic Geometry
+1006.0091 Functional Analysis
+1006.3523 Probability
+1006.4048 Analysis of PDEs
+1006.4804 Classical Analysis and ODEs
+1007.0750 Mesoscale and Nanoscale Physics
+1007.1712 Combinatorics
+1007.4432 Instrumentation and Detectors
+1008.1418 Mesoscale and Nanoscale Physics
+1008.1784 Phenomenology
+1008.2072 Theory
+1008.2936 Combinatorics
+1008.3768 Differential Geometry
+1008.5371 General Topology
+1009.0541
+1009.2467
+1009.2506 Mesoscale and Nanoscale Physics
+1009.3870 Symplectic Geometry
+1009.4677 Probability
+1009.5225 Classical Analysis and ODEs
+1009.6010 Superconductivity
+1010.2016
+1010.3545 Superconductivity
+1011.1272 History and Philosophy of Physics
+1011.2039 Rings and Algebras
+1011.2699 Quantitative Methods
+1011.3548 Solar and Stellar Astrophysics
+1012.2109 Mesoscale and Nanoscale Physics
+1012.2294 Programming Languages
+1012.3435 Materials Science
+1012.3965 Instrumentation and Detectors
+1012.5517 Mesoscale and Nanoscale Physics
+1101.5680 Strongly Correlated Electrons
+1102.1275 Combinatorics
+1102.1418 Statistical Mechanics
+1102.2294 Theory
+1102.4243 Operator Algebras
+1102.4840
+1102.5170
+1103.0612 Methodology
+1103.1835 Strongly Correlated Electrons
+1103.3822 Theory
+1103.3996 Quantum Gases
+1103.4213 Instrumentation and Detectors
+1103.4768 Combinatorics
+1103.5555 Statistical Finance
+1104.2496 Mesoscale and Nanoscale Physics
+1104.2580 Computer Vision and Pattern Recognition
+1104.2951 Probability
+1104.3131 Optimization and Control
+1104.3633 Strongly Correlated Electrons
+1104.4051 Combinatorics
+1104.5151 Functional Analysis
+1105.3134 Mesoscale and Nanoscale Physics
+1105.4390 Theory
+1106.1338 Mesoscale and Nanoscale Physics
+1106.2946 Information Retrieval
+1106.6285 Mesoscale and Nanoscale Physics
+1107.1763 Analysis of PDEs
+1107.4188 Soft Condensed Matter
+1107.4555 Mesoscale and Nanoscale Physics
+1107.4682 Materials Science
+1107.5536 Strongly Correlated Electrons
+1107.5801 Materials Science
+1108.0095 Number Theory
+1108.0156 Mesoscale and Nanoscale Physics
+1108.0956
+1108.1228 Databases
+1108.1233 Computer Science and Game Theory
+1108.1651 General Physics
+1108.1772 Dynamical Systems
+1108.1791 Computational Complexity
+1108.2020 Number Theory
+1108.2061 Rings and Algebras
+1108.2107 Number Theory
+1108.2393 Information Theory
+1108.2562 Optimization and Control
+1108.2704 Cryptography and Security
+1108.2710 Fluid Dynamics
+1108.2716 Computer Science and Game Theory
+1108.2718 Cryptography and Security
+1108.2721 Materials Science
+1108.2722 Statistics Theory
+1108.2723 Phenomenology
+1108.2736 Earth and Planetary Astrophysics
+1108.2737 Dynamical Systems
+1108.2741 Information Theory
+1108.2742 Analysis of PDEs
+1108.2743 Probability
+1108.2744 Representation Theory
+1108.2758 Formal Languages and Automata Theory
+1108.2759 Group Theory
+1108.2774 Atomic Physics
+1108.2776 Networking and Internet Architecture
+1108.2777 Networking and Internet Architecture
+1108.2782 Phenomenology
+1108.2787 Dynamical Systems
+1108.2788 Probability
+1108.2793 Number Theory
+1108.2794 Chemical Physics
+1108.2796 Logic in Computer Science
+1108.2804 Geophysics
+1108.2805 Applications
+1108.2806 Quantum Algebra
+1108.2810 Probability
+1108.2812 Probability
+1108.2817 Complex Variables
+1108.2827 Earth and Planetary Astrophysics
+1108.2831 Algebraic Geometry
+1108.2832 Strongly Correlated Electrons
+1108.2835 Statistics Theory
+1108.2840 Neurons and Cognition
+1108.2846 Information Theory
+1108.2848 General Topology
+1108.2852 Combinatorics
+1108.2865 Artificial Intelligence
+1108.2866 Number Theory
+1108.2872 Phenomenology
+1108.2877 Materials Science
+1108.2878 Differential Geometry
+1108.2880 Geometric Topology
+1108.2881 Information Theory
+1108.2886 Differential Geometry
+1108.2887
+1108.2889 Portfolio Management
+1108.2890 Classical Analysis and ODEs
+1108.2896 Group Theory
+1108.2905 Information Theory
+1108.2916
+1108.2924 Cosmology and Nongalactic Astrophysics
+1108.2927 Statistical Mechanics
+1108.2935 Earth and Planetary Astrophysics
+1108.2936 Geometric Topology
+1108.2942 Differential Geometry
+1108.2943 Differential Geometry
+1108.2953 Materials Science
+1108.2959 Chemical Physics
+1108.2960 Information Theory
+1108.2964 Optics
+1108.2970 Lattice
+1108.2976 Earth and Planetary Astrophysics
+1108.2978 Accelerator Physics
+1108.2983 Complex Variables
+1108.2988 Materials Science
+1108.2989 Machine Learning
+1108.2992 Algebraic Geometry
+1108.2996 Information Theory
+1108.2999 Computation
+1108.3000 Combinatorics
+1108.3006 Superconductivity
+1108.3008 Probability
+1108.3009 Functional Analysis
+1108.3012 Biological Physics
+1108.3016 Medical Physics
+1108.3019 Artificial Intelligence
+1108.3020 Operator Algebras
+1108.3022
+1108.3037
+1108.3038 Cosmology and Nongalactic Astrophysics
+1108.3041 Cosmology and Nongalactic Astrophysics
+1108.3043 Complex Variables
+1108.3055 Algebraic Topology
+1108.3060 Representation Theory
+1108.3072 Learning
+0709.0093
+0710.0601 Statistical Mechanics
+0807.4218 Strongly Correlated Electrons
+0807.4513 Other Condensed Matter
+0808.2234 Combinatorics
+0812.3333 Dynamical Systems
+0902.1987 Cosmology and Nongalactic Astrophysics
+0902.2223 Theory
+0904.0710 Optics
+0904.1638 Strongly Correlated Electrons
+0905.0298 Combinatorics
+0905.0389 Statistical Mechanics
+0905.0836 Theory
+0905.2575
+0907.4199
+0908.2316 Phenomenology
+0909.3247
+0909.4338 Strongly Correlated Electrons
+0909.4713
+0910.1397 Theory
+0910.4091 Disordered Systems and Neural Networks
+0911.1866 Theory
+0911.3535 High Energy Astrophysical Phenomena
+0911.4763 General Finance
+0911.4974
+0912.0040 Strongly Correlated Electrons
+0912.0697
+0912.0867
+0912.1383 Lattice
+0912.1419 Numerical Analysis
+0912.1556 Theory
+0912.2469 Logic
+0912.4244 Theory
+0912.4280 Theory
+0912.4427 Cosmology and Nongalactic Astrophysics
+0912.5289 Phenomenology
+1001.0004
+1001.1691 Phenomenology
+1001.3790 Information Theory
+1001.4091
+1001.4965 Theory
+1002.2842 Statistical Mechanics
+1002.3050 Phenomenology
+1002.3678 Atomic and Molecular Clusters
+1002.4093 Theory
+1002.4342
+1002.4351
+1003.3828
+1003.4286 Theory
+1003.4701 Theory
+1003.4876
+1003.5564
+1003.5915 Cosmology and Nongalactic Astrophysics
+1004.0359 Quantum Gases
+1004.1366
+1004.1606 Theory
+1004.2011 Phenomenology
+1004.2110 Strongly Correlated Electrons
+1004.2309
+1004.2978 Theory
+1004.3815 Phenomenology
+1004.4345 Optics
+1004.4666 Biological Physics
+1004.4855 Experiment
+1004.5004 Phenomenology
+1005.0664 Strongly Correlated Electrons
+1005.1821 Theory
+1005.3087
+1005.3290 Optimization and Control
+1005.3340 Phenomenology
+1005.4056 Cosmology and Nongalactic Astrophysics
+1005.4489 Cosmology and Nongalactic Astrophysics
+1005.5626 Strongly Correlated Electrons
+1006.0360 Lattice
+1006.0557
+1006.0690 Mesoscale and Nanoscale Physics
+1006.0928 Physics and Society
+1006.0975 Mesoscale and Nanoscale Physics
+1006.1905
+1006.2034
+1006.3714
+1006.3973 Other Condensed Matter
+1006.4006 Cosmology and Nongalactic Astrophysics
+1007.1592
+1007.2020 Phenomenology
+1007.2868 Phenomenology
+1007.4260 Strongly Correlated Electrons
+1007.4359 Instrumentation and Methods for Astrophysics
+1008.1415 Atomic Physics
+1008.2140 Quantum Gases
+1008.2992 Phenomenology
+1008.4255
+1008.4345 Phenomenology
+1009.0686
+1009.0949 Rings and Algebras
+1009.1097 Theory
+1009.1290 Mesoscale and Nanoscale Physics
+1009.1518 Lattice
+1009.1738 Earth and Planetary Astrophysics
+1009.3195
+1009.3409
+1009.4033 Lattice
+1009.4698 Theory
+1009.5266
+1009.5624
+1009.5980 Strongly Correlated Electrons
+1010.0285 Phenomenology
+1010.0637 Disordered Systems and Neural Networks
+1010.0917
+1010.1635 Phenomenology
+1010.2169 Phenomenology
+1010.2267 Probability
+1010.3395
+1010.4213
+1010.4446 Statistical Mechanics
+1010.4594 Theory
+1010.4657 Theory
+1010.4876 Information Theory
+1010.5045 Probability
+1010.5845 Mesoscale and Nanoscale Physics
+1011.0025 Populations and Evolution
+1011.1108 Strongly Correlated Electrons
+1011.1746 Superconductivity
+1011.2007
+1011.2419 Theory
+1011.2517 Phenomenology
+1011.2760 Mesoscale and Nanoscale Physics
+1011.3281
+1011.3641
+1011.5388 Populations and Evolution
+1011.5736 Instrumentation and Detectors
+1012.0174 Theory
+1012.1406
+1012.1513
+1012.2302 Atomic Physics
+1012.2431
+1012.2433
+1012.3465 Phenomenology
+1012.4177 Group Theory
+1012.4237 Strongly Correlated Electrons
+1012.5452 Analysis of PDEs
+1101.2804 Physics and Society
+1101.4880 Optics
+1101.5233 Disordered Systems and Neural Networks
+1102.1224 General Physics
+1102.3637 Algebraic Geometry
+1102.3975 Machine Learning
+1102.4157 Representation Theory
+1102.4778 Geophysics
+1102.4974 Cosmology and Nongalactic Astrophysics
+1102.5088 Methodology
+1102.5105 Data Structures and Algorithms
+1102.5109 Combinatorics
+1102.5111 Combinatorics
+1102.5117
+1102.5131 Representation Theory
+1102.5132
+1102.5135 Mesoscale and Nanoscale Physics
+1102.5137 Earth and Planetary Astrophysics
+1102.5138 Information Theory
+1102.5143 Combinatorics
+1102.5146 Data Structures and Algorithms
+1102.5159 Combinatorics
+1102.5161 Cryptography and Security
+1102.5168 Rings and Algebras
+1102.5171 Machine Learning
+1102.5178 Phenomenology
+1102.5181 Combinatorics
+1102.5183 Rings and Algebras
+1102.5185 Computation and Language
+1102.5186 Combinatorics
+1102.5187 Representation Theory
+1102.5189 Networking and Internet Architecture
+1102.5190 Databases
+1102.5191 Cryptography and Security
+1102.5193 Software Engineering
+1102.5194 Cryptography and Security
+1102.5197 Networking and Internet Architecture
+1102.5198 Solar and Stellar Astrophysics
+1102.5199
+1102.5202
+1102.5204 Information Theory
+1102.5207 Spectral Theory
+1102.5208 Representation Theory
+1102.5210 Solar and Stellar Astrophysics
+1102.5211 Solar and Stellar Astrophysics
+1102.5212 Statistics Theory
+1102.5213 Spectral Theory
+1102.5214 Phenomenology
+1102.5217 Statistics Theory
+1102.5221 Theory
+1102.5224 Statistics Theory
+1102.5228 Statistics Theory
+1102.5229 Combinatorics
+1102.5231 High Energy Astrophysical Phenomena
+1102.5233 Lattice
+1102.5241 Statistics Theory
+1102.5242
+1102.5245 Statistics Theory
+1102.5250 Mesoscale and Nanoscale Physics
+1102.5258 Mesoscale and Nanoscale Physics
+1102.5259
+1102.5266 Data Structures and Algorithms
+1102.5268 Solar and Stellar Astrophysics
+1102.5277 Solar and Stellar Astrophysics
+1102.5280 Representation Theory
+1102.5287 Probability
+1102.5296 Solar and Stellar Astrophysics
+1102.5304 Optimization and Control
+1102.5308 Representation Theory
+1102.5315 Analysis of PDEs
+1102.5321 Materials Science
+1102.5322 Cryptography and Security
+1102.5328 Distributed, Parallel, and Cluster Computing
+1102.5332
+1102.5337 Information Theory
+astro-ph/0510554
+cond-mat/0606619 Superconductivity
+cond-mat/9509043
+hep-ph/0104265 Phenomenology
+hep-ph/0408313 Phenomenology
+physics/0609163 Optics
+physics/0703206 Optics
+0806.2081 Lattice
+0812.1157 Algebraic Topology
+0903.0171
+0906.2100 General Finance
+0910.2750
+0910.3070 Statistics Theory
+0911.2089 Differential Geometry
+1001.0012 Earth and Planetary Astrophysics
+1001.1981
+1002.3738 Mesoscale and Nanoscale Physics
+1003.2102 Fluid Dynamics
+1003.3147 Statistical Mechanics
+1003.4061 Algebraic Geometry
+1004.1636 Mesoscale and Nanoscale Physics
+1004.5504
+1005.0493 Statistical Mechanics
+1005.1186 Group Theory
+1006.0371 Probability
+1006.0905
+1006.1820 Cosmology and Nongalactic Astrophysics
+1007.0289 Chemical Physics
+1007.0318 Representation Theory
+1008.1366 Computational Engineering, Finance, and Science
+1008.1524 Strongly Correlated Electrons
+1008.3538 Materials Science
+1008.3632 Phenomenology
+1009.0167 Superconductivity
+1009.0744 Information Theory
+1009.3206 Strongly Correlated Electrons
+1010.0560 Statistical Mechanics
+1010.1857 Analysis of PDEs
+1010.3075 Statistical Mechanics
+1010.3962 Phenomenology
+1010.4333 Quantum Algebra
+1010.4427 Differential Geometry
+1010.5747 Physics and Society
+1011.1831 Soft Condensed Matter
+1011.2340 Algebraic Geometry
+1011.2547 Superconductivity
+1011.3702 Differential Geometry
+1012.0051 Analysis of PDEs
+1012.3254 Strongly Correlated Electrons
+1101.2536 Atomic Physics
+1101.4028 Physics and Society
+1101.4679 Phenomenology
+1101.5032 Number Theory
+1102.0448 Other Quantitative Biology
+1102.1753 Social and Information Networks
+1102.1808 Artificial Intelligence
+1102.2003 Programming Languages
+1102.2060 Geophysics
+1102.2161 Analysis of PDEs
+1102.2186 Cosmology and Nongalactic Astrophysics
+1102.2233 Methodology
+1102.2236 Dynamical Systems
+1102.2237 Methodology
+1102.2243 Commutative Algebra
+1102.2245 Analysis of PDEs
+1102.2256 Emerging Technologies
+1102.2262 Programming Languages
+1102.2263 Portfolio Management
+1102.2267
+1102.2268 Logic in Computer Science
+1102.2269
+1102.2272
+1102.2275 Logic
+1102.2278 Algebraic Geometry
+1102.2279 Dynamical Systems
+1102.2280 Computer Science and Game Theory
+1102.2283 Dynamical Systems
+1102.2286 Dynamical Systems
+1102.2291 Networking and Internet Architecture
+1102.2292 General Physics
+1102.2293 Networking and Internet Architecture
+1102.2295 Number Theory
+1102.2296 Dynamical Systems
+1102.2297 Statistics Theory
+1102.2300 Computational Complexity
+1102.2315 Computational Geometry
+1102.2316 Number Theory
+1102.2320 Mesoscale and Nanoscale Physics
+1102.2322 Methodology
+1102.2323
+1102.2327
+1102.2328 Mesoscale and Nanoscale Physics
+1102.2331 Genomics
+1102.2332 Databases
+1102.2333 Rings and Algebras
+1102.2336 Social and Information Networks
+1102.2337 Rings and Algebras
+1102.2339 Programming Languages
+1102.2343 Mesoscale and Nanoscale Physics
+1102.2348 Mesoscale and Nanoscale Physics
+1102.2350 Information Theory
+1102.2353 Functional Analysis
+1102.2356
+1102.2358 Group Theory
+1102.2363 Fluid Dynamics
+1102.2364 Spectral Theory
+1102.2366 Logic in Computer Science
+1102.2369 Experiment
+1102.2373 Other Condensed Matter
+1102.2375 Functional Analysis
+1102.2376
+1102.2390 Algebraic Geometry
+1102.2395 Databases
+1102.2398
+1102.2406 Strongly Correlated Electrons
+1102.2407 Applications
+1102.2410 Experiment
+1102.2412 Statistical Finance
+1102.2424 Differential Geometry
+1102.2433 Soft Condensed Matter
+astro-ph/0207134
+hep-th/0610273 Theory
+math-ph/0611026
+math/0512107 Group Theory
+0705.2527 Operator Algebras
+0705.4140 Superconductivity
+0707.2814 Statistics Theory
+0710.0088 Differential Geometry
+0711.2584
+0806.0503 Quantum Algebra
+0806.0571 Algebraic Geometry
+0806.0966 Group Theory
+0807.3930
+0808.0346 Strongly Correlated Electrons
+0808.2341 Disordered Systems and Neural Networks
+0808.2843 Operator Algebras
+0809.4867 Statistical Mechanics
+0810.0398 Operator Algebras
+0810.0596 Operator Algebras
+0811.2901 Phenomenology
+0812.0948 Other Condensed Matter
+0901.0787 Materials Science
+0901.2761 Statistical Mechanics
+0902.1655 Accelerator Physics
+0902.2220 Differential Geometry
+0902.3317
+0903.1416 History and Philosophy of Physics
+0903.3589 Probability
+0904.0721 Logic in Computer Science
+0904.3019 Operator Algebras
+0905.2213 Data Structures and Algorithms
+0905.2843 Neurons and Cognition
+0905.2933
+0906.0157 Representation Theory
+0906.2182
+0906.4139 Cosmology and Nongalactic Astrophysics
+0907.4237 Logic
+0907.4534 Number Theory
+0908.0557 Mesoscale and Nanoscale Physics
+0908.0954 Superconductivity
+0908.1586 Optimization and Control
+0910.0033 Cosmology and Nongalactic Astrophysics
+0910.0137 Probability
+0910.1520 Disordered Systems and Neural Networks
+0910.3504 General Physics
+0910.4775 Quantum Gases
+0911.1152 Disordered Systems and Neural Networks
+0911.3512 Combinatorics
+0912.0155 Strongly Correlated Electrons
+0912.5098 Fluid Dynamics
+1001.0520 Operator Algebras
+1001.0521 Operator Algebras
+1001.1334 Geometric Topology
+1001.3681 Solar and Stellar Astrophysics
+1001.4241 Differential Geometry
+1002.0336 Theory
+1002.1214 Phenomenology
+1002.1381 Logic
+1002.1418 Algebraic Geometry
+1002.3117 Information Theory
+1002.3769 Computational Complexity
+1003.1815 Operator Algebras
+1003.3345 Superconductivity
+1003.5351
+1004.0665 Number Theory
+1004.2910 Computation
+1004.4185 Superconductivity
+1004.4671 Probability
+1004.5423 Theory
+1006.1169
+1006.1519 Statistical Mechanics
+1006.3177 Soft Condensed Matter
+1006.4440 Statistical Mechanics
+1006.5646 Atomic Physics
+1007.0080 Mesoscale and Nanoscale Physics
+1007.0164 Fluid Dynamics
+1007.1520
+1007.1588 Theory
+1007.3477 Mesoscale and Nanoscale Physics
+1007.4032 Optics
+1008.1055 Phenomenology
+1008.1630
+1009.1587 Differential Geometry
+1009.2265 Materials Science
+1009.2290 Disordered Systems and Neural Networks
+1009.3280 Number Theory
+1009.3701
+1010.0431 Physics and Society
+1010.1387 Strongly Correlated Electrons
+1010.2202 Cosmology and Nongalactic Astrophysics
+1010.2632 Theory
+1010.2990 Statistical Mechanics
+1010.4291 Theory
+1011.0665 Strongly Correlated Electrons
+1011.3240 Phenomenology
+1011.3308 Strongly Correlated Electrons
+1011.3519 Phenomenology
+1011.3818 Cosmology and Nongalactic Astrophysics
+1011.4866 Phenomenology
+1012.1732 Mesoscale and Nanoscale Physics
+1012.4366
+1101.0641 Solar and Stellar Astrophysics
+1101.1672 Theory
+1101.2490 Materials Science
+1101.4538 Biomolecules
+1102.0790 Disordered Systems and Neural Networks
+1102.1352 Mesoscale and Nanoscale Physics
+1102.2694
+1102.3062 Mesoscale and Nanoscale Physics
+1102.3708 General Physics
+1102.4819 Statistical Finance
+1102.5567 Analysis of PDEs
+1103.0381 Solar and Stellar Astrophysics
+1103.0718 Cosmology and Nongalactic Astrophysics
+1103.1401 Optimization and Control
+1103.3543 Statistics Theory
+1103.3688 General Physics
+1103.3767
+1103.4159 Analysis of PDEs
+1103.4302 Mesoscale and Nanoscale Physics
+1103.4307 Mesoscale and Nanoscale Physics
+1103.4393 Materials Science
+1103.4611 Solar and Stellar Astrophysics
+1103.5237 Complex Variables
+1103.5328 Group Theory
+1103.5495 Algebraic Geometry
+1103.5629 Optimization and Control
+1103.5692
+1103.5847 Fluid Dynamics
+1104.0527 Rings and Algebras
+1104.0838 Functional Analysis
+1104.1166 Exactly Solvable and Integrable Systems
+1104.1640 Solar and Stellar Astrophysics
+1104.1644 Category Theory
+1104.1648
+1104.1650 Probability
+1104.1651 Materials Science
+1104.1653 Cryptography and Security
+1104.1654 Materials Science
+1104.1661
+1104.1665
+1104.1668 Representation Theory
+1104.1670 Classical Analysis and ODEs
+1104.1674 Algebraic Geometry
+1104.1681 Logic
+1104.1686 Logic
+1104.1690 Symbolic Computation
+1104.1691 Analysis of PDEs
+1104.1695
+1104.1696 Symbolic Computation
+1104.1697 Symbolic Computation
+1104.1698 Symbolic Computation
+1104.1699 Logic
+1104.1702 Differential Geometry
+1104.1708
+1104.1709 Functional Analysis
+1104.1710 Functional Analysis
+1104.1711 Functional Analysis
+1104.1713 Rings and Algebras
+1104.1714 Statistical Mechanics
+1104.1717 Computational Engineering, Finance, and Science
+1104.1723 Solar and Stellar Astrophysics
+1104.1724 Group Theory
+1104.1735
+1104.1747 Strongly Correlated Electrons
+1104.1748
+1104.1759 General Topology
+1104.1766 Algebraic Topology
+1104.1770 Computer Science and Game Theory
+1104.1772 Algebraic Geometry
+1104.1774 Numerical Analysis
+1104.1788 Popular Physics
+1104.1794 Geometric Topology
+1104.1805 Algebraic Topology
+1104.1809 Number Theory
+1104.1811
+1104.1815
+1104.1820 General Topology
+1104.1822 Data Structures and Algorithms
+1104.1823 Discrete Mathematics
+1104.1825 Discrete Mathematics
+1104.1827 Functional Analysis
+1104.1842 Logic
+1104.1843
+1104.1852 Data Structures and Algorithms
+1104.1855 Pricing of Securities
+1104.1859 Networking and Internet Architecture
+1104.1860 Materials Science
+1104.1862 Materials Science
+1104.1866 Materials Science
+1104.1868 Materials Science
+1104.1874 Dynamical Systems
+1104.1877 Quantum Algebra
+1104.1880 Optimization and Control
+1104.1883 Differential Geometry
+1104.1887
+1104.1889 Differential Geometry
+1104.1892 Information Retrieval
+1104.1895 High Energy Astrophysical Phenomena
+1104.1898 Dynamical Systems
+1104.1903 Spectral Theory
+1104.1909 Symplectic Geometry
+1104.1911 Classical Analysis and ODEs
+1104.1912 Materials Science
+1104.1913 Mesoscale and Nanoscale Physics
+1104.1915 Classical Analysis and ODEs
+1104.1922 Theory
+1104.1923 Methodology
+1104.1924 Artificial Intelligence
+1104.1926
+1104.1930 Biological Physics
+1104.1945 Computer Vision and Pattern Recognition
+1104.1949 Superconductivity
+1104.1956 Optics
+1104.1957 Solar and Stellar Astrophysics
+1104.1958 Disordered Systems and Neural Networks
+1104.1962 Other Computer Science
+1104.1967 Analysis of PDEs
+1104.1979 Statistical Mechanics
+1104.1982 Materials Science
+1104.2003 Cosmology and Nongalactic Astrophysics
+1104.2015 Dynamical Systems
+1104.2021 Theory
+1104.2032 Mesoscale and Nanoscale Physics
+1104.2034 Computation and Language
+astro-ph/0211618
+astro-ph/0501580
+astro-ph/0601007
+astro-ph/9509044
+astro-ph/9510012
+cond-mat/0005318 Statistical Mechanics
+cond-mat/0009287 Statistical Mechanics
+cond-mat/0701244 Strongly Correlated Electrons
+cond-mat/9811094 Statistical Mechanics
+gr-qc/0101067
+gr-qc/0103043
+gr-qc/0105039
+gr-qc/0203035
+gr-qc/9611021
+hep-ex/0207021 Experiment
+hep-lat/0610008 Lattice
+hep-ph/0101293 Phenomenology
+hep-ph/0105079 Phenomenology
+hep-ph/0204232 Phenomenology
+hep-ph/0303077 Phenomenology
+hep-ph/0306043 Phenomenology
+hep-ph/0308257 Phenomenology
+hep-ph/0501226 Phenomenology
+hep-ph/0507091 Phenomenology
+hep-ph/0510312 Phenomenology
+hep-ph/9209273 Phenomenology
+hep-ph/9405229 Phenomenology
+hep-ph/9605215 Phenomenology
+hep-ph/9605292 Phenomenology
+hep-ph/9607203 Phenomenology
+hep-ph/9610218 Phenomenology
+hep-ph/9612214 Phenomenology
+hep-ph/9708366 Phenomenology
+hep-ph/9712361 Phenomenology
+hep-ph/9803499 Phenomenology
+hep-th/9305148 Theory
+hep-th/9312087 Theory
+hep-th/9410190 Theory
+hep-th/9504036 Theory
+hep-th/9604088 Theory
+hep-th/9806023 Theory
+hep-th/9906118 Theory
+math-ph/0102019
+math-ph/0105015
+math-ph/0503054
+math/0701186 Operator Algebras
+math/0702060 Representation Theory
+nucl-ex/9911006
+nucl-th/0212080
+nucl-th/0402004
+nucl-th/0507005
+nucl-th/9901075
+physics/0602138 Classical Physics
+quant-ph/0202067
+0705.1445 Subcellular Processes
+0803.1462
+0805.3846 Statistical Mechanics
+0903.5035 Materials Science
+0907.3901 Analysis of PDEs
+0908.0903 Symplectic Geometry
+0908.3915 Phenomenology
+0908.4310 Applications
+0911.2804 Discrete Mathematics
+1003.1193 Earth and Planetary Astrophysics
+1005.1875 Combinatorics
+1005.4214 Methodology
+1007.0197 Soft Condensed Matter
+1008.1941 Chaotic Dynamics
+1008.4913 Differential Geometry
+1009.6227 Analysis of PDEs
+1010.2189 Differential Geometry
+1010.3662 Quantum Gases
+1010.5461 Analysis of PDEs
+1010.6033 Operator Algebras
+1011.1446
+1011.3619 Algebraic Geometry
+1012.1926 Earth and Planetary Astrophysics
+1012.2608
+1101.2590 Strongly Correlated Electrons
+1103.0293 Superconductivity
+1103.3048 Theory
+1103.5681 Geometric Topology
+1105.3015 High Energy Astrophysical Phenomena
+1105.5649 Cosmology and Nongalactic Astrophysics
+1106.4360 Probability
+1106.4764
+1107.3819 Soft Condensed Matter
+1107.4091 Instrumentation and Methods for Astrophysics
+1107.4127 Statistical Mechanics
+1107.5402
+1107.5557
+1108.0512 Strongly Correlated Electrons
+1108.1131 Earth and Planetary Astrophysics
+1108.1720 High Energy Astrophysical Phenomena
+1108.1778 Materials Science
+1108.2638 Cosmology and Nongalactic Astrophysics
+1108.3005 Materials Science
+1108.4738 Experiment
+1109.0554 Superconductivity
+1109.0865 Biological Physics
+1109.1970 Computational Physics
+1109.3450 Theory
+1109.4339 Strongly Correlated Electrons
+1109.6520 Phenomenology
+1110.2021 Rings and Algebras
+1110.3175 Rings and Algebras
+1110.3899 Differential Geometry
+1111.0140 Atomic Physics
+1111.1083 Analysis of PDEs
+1111.4948 Theory
+1111.5264 Instrumentation and Methods for Astrophysics
+1111.5775 Distributed, Parallel, and Cluster Computing
+1111.6030 Computer Vision and Pattern Recognition
+1111.6281 Mesoscale and Nanoscale Physics
+1111.7035
+1112.0111 Statistical Mechanics
+1112.0212 Lattice
+1112.0341 Logic
+1112.0612 Complex Variables
+1112.0769 Algebraic Geometry
+1112.0949 History and Philosophy of Physics
+1112.1070 Mesoscale and Nanoscale Physics
+1112.1071 Instrumentation and Methods for Astrophysics
+1112.1073 Cosmology and Nongalactic Astrophysics
+1112.1078 Cosmology and Nongalactic Astrophysics
+1112.1083 Cosmology and Nongalactic Astrophysics
+1112.1094 Complex Variables
+1112.1096 Cosmology and Nongalactic Astrophysics
+1112.1102 Analysis of PDEs
+1112.1103 Strongly Correlated Electrons
+1112.1106 Cosmology and Nongalactic Astrophysics
+1112.1108 Soft Condensed Matter
+1112.1110
+1112.1113 Probability
+1112.1114 Portfolio Management
+1112.1120 Computer Vision and Pattern Recognition
+1112.1121 Analysis of PDEs
+1112.1130 Numerical Analysis
+1112.1135 Atmospheric and Oceanic Physics
+1112.1136 Data Structures and Algorithms
+1112.1138 Optics
+1112.1139
+1112.1141 Data Structures and Algorithms
+1112.1142
+1112.1143 Physics and Society
+1112.1146 Number Theory
+1112.1147 Computer Science and Game Theory
+1112.1151 Algebraic Geometry
+1112.1152 Number Theory
+1112.1156 Risk Management
+1112.1159
+1112.1164 Mesoscale and Nanoscale Physics
+1112.1167 Cosmology and Nongalactic Astrophysics
+1112.1173 Solar and Stellar Astrophysics
+1112.1176 Analysis of PDEs
+1112.1179 General Physics
+1112.1184 Medical Physics
+1112.1187 Computer Vision and Pattern Recognition
+1112.1190 Numerical Analysis
+1112.1195 Cosmology and Nongalactic Astrophysics
+1112.1196 Functional Analysis
+1112.1198 Lattice
+1112.1200 Computer Vision and Pattern Recognition
+1112.1204 Quantum Gases
+1112.1208 Earth and Planetary Astrophysics
+1112.1210 Data Structures and Algorithms
+1112.1217 Machine Learning
+1112.1218 Mesoscale and Nanoscale Physics
+1112.1219 Group Theory
+1112.1223 Group Theory
+1112.1232
+1112.1233 Probability
+1112.1236 Commutative Algebra
+1112.1248 Experiment
+1112.1250 Probability
+1112.1251 Algebraic Topology
+1112.1252 Plasma Physics
+1112.1254 Strongly Correlated Electrons
+1112.1262
+1112.1268 Computational Physics
+1112.1269 Chaotic Dynamics
+1112.1270 Chaotic Dynamics
+1112.1273
+1112.1274 Optimization and Control
+1112.1275 Optimization and Control
+1112.1283
+1112.1286 Strongly Correlated Electrons
+1112.1289 Functional Analysis
+1112.1291 Mesoscale and Nanoscale Physics
+1112.1294 Numerical Analysis
+1112.1296 General Topology
+1112.1297 Phenomenology
+1112.1307 Category Theory
+1112.1316 Logic in Computer Science
+1112.1320 Cosmology and Nongalactic Astrophysics
+1112.1324 General Physics
+1112.1327 Instrumentation and Methods for Astrophysics
+1112.1328 General Physics
+1112.1329 Theory
+1112.1330 Neurons and Cognition
+1112.1343 Algebraic Geometry
+1112.1353 Algebraic Geometry
+1112.1354 Analysis of PDEs
+1112.1357 Atomic Physics
+1112.1362 Chemical Physics
+1112.1363 Statistical Finance
+1112.1370 Optimization and Control
+1112.1372 Optimization and Control
+1112.1378 Mesoscale and Nanoscale Physics
+1112.1381 Solar and Stellar Astrophysics
+1112.1387 Statistical Mechanics
+1112.1389 Group Theory
+1112.1390 Learning
+1112.1394 Experiment
+1112.1396 Discrete Mathematics
+cond-mat/9607109
+gr-qc/0010008
+nlin/0404027 Chaotic Dynamics
+0710.1074 Operator Algebras
+0711.1350 Functional Analysis
+0711.1351 Logic
+0711.1362 Logic
+0712.4025 Algebraic Geometry
+0712.4110 Commutative Algebra
+0801.0711 Differential Geometry
+0801.3176 Number Theory
+0802.4319 Rings and Algebras
+0803.3566 Computational Physics
+0803.3773 Information Theory
+0806.0879 Analysis of PDEs
+0807.0097 Soft Condensed Matter
+0808.0326
+0809.3063 Algebraic Topology
+0809.4874 Operator Algebras
+0810.1774 Rings and Algebras
+0810.1823 Discrete Mathematics
+0810.2930 Probability
+0812.2674
+0901.1765 Functional Analysis
+0902.1280 Soft Condensed Matter
+0904.1555
+0904.2960 Dynamical Systems
+0906.4298
+0907.2260 Operator Algebras
+0908.0742 Operator Algebras
+0908.3905 Number Theory
+0909.2640 Operator Algebras
+0909.5655 Strongly Correlated Electrons
+0910.5466 Differential Geometry
+0910.5498
+0910.5916 Quantum Gases
+0911.1800 Complex Variables
+0911.4784 Superconductivity
+1001.0436 Computer Science and Game Theory
+1001.2969 Plasma Physics
+1002.0827 Mesoscale and Nanoscale Physics
+1002.1041 Number Theory
+1003.0428 Computation
+1003.0586
+1003.2543
+1003.5814 Statistical Mechanics
+1004.0222 Group Theory
+1004.1381 Functional Analysis
+1004.2547 Category Theory
+1004.3550 Number Theory
+1005.3410 Statistical Mechanics
+1005.5031 Group Theory
+1005.5340 Other Condensed Matter
+1006.0520 Mesoscale and Nanoscale Physics
+1006.0573
+1006.1235 Computational Physics
+1006.3530
+1006.3798 Probability
+1006.4605
+1006.4914 Statistical Mechanics
+1007.0972 Analysis of PDEs
+1007.1017 Materials Science
+1007.2738 Optimization and Control
+1007.3838
+1008.0779 Cosmology and Nongalactic Astrophysics
+1008.1740 Phenomenology
+1008.2260 Quantum Gases
+1008.2564 Dynamical Systems
+1008.3061 Number Theory
+1008.4210 Combinatorics
+1008.4719 Other Condensed Matter
+1009.0330 Mesoscale and Nanoscale Physics
+1009.0438 Other Condensed Matter
+1009.1623 Theory
+1009.2472 Analysis of PDEs
+1009.3105
+1010.1328 Computational Complexity
+1010.2176 Number Theory
+1010.3027 Cosmology and Nongalactic Astrophysics
+1010.3137 Quantum Gases
+1010.3171 Disordered Systems and Neural Networks
+1010.3427 Networking and Internet Architecture
+1010.3733
+1010.4246 Differential Geometry
+1010.4517 Neurons and Cognition
+1010.4722 Neurons and Cognition
+1010.5169 Mesoscale and Nanoscale Physics
+1011.3112 Materials Science
+1011.3329 Probability
+1011.5464
+1011.5616
+1011.5845 Optics
+1012.0845 Quantum Gases
+1012.1130 Dynamical Systems
+1012.1600 Cosmology and Nongalactic Astrophysics
+1012.1716 Other Condensed Matter
+1012.2345 Plasma Physics
+1012.2856
+1012.2900 Phenomenology
+1012.3661
+1012.3804 Mesoscale and Nanoscale Physics
+1012.4362
+1012.4902 Probability
+1101.0399 Solar and Stellar Astrophysics
+1101.1601 Mesoscale and Nanoscale Physics
+1101.2404 Statistical Mechanics
+1101.3050 Combinatorics
+1101.3911 Classical Analysis and ODEs
+1101.4700 Spectral Theory
+1101.5354 Pattern Formation and Solitons
+1101.5612 High Energy Astrophysical Phenomena
+1101.5774
+1102.0042 Superconductivity
+1102.0479
+1102.2822 Classical Physics
+1102.5756 K-Theory and Homology
+1103.0040 Computer Science and Game Theory
+1103.0041 Computer Science and Game Theory
+1103.0099 Differential Geometry
+1103.0304 Strongly Correlated Electrons
+1103.0446 Spectral Theory
+1103.1466 Cosmology and Nongalactic Astrophysics
+1103.2531 Complex Variables
+1103.2542 Exactly Solvable and Integrable Systems
+1103.3107 Databases
+1103.5454 Differential Geometry
+1103.5518 Commutative Algebra
+1103.5787 Superconductivity
+1103.5952 Biological Physics
+1104.2091 Phenomenology
+1104.2267 Quantum Algebra
+1104.2413
+1104.2453
+1104.2489 Algebraic Geometry
+1104.2794 General Topology
+1104.2795 General Topology
+1104.2796 Logic
+1104.2940 Functional Analysis
+1104.2967
+1104.3047 Number Theory
+1104.3148 Logic in Computer Science
+1104.3153 Data Structures and Algorithms
+1104.3163 Plasma Physics
+1104.3165 Networking and Internet Architecture
+1104.3170 Combinatorics
+1104.3172 Superconductivity
+1104.3174 Mesoscale and Nanoscale Physics
+1104.3176 Materials Science
+1104.3191 Probability
+1104.3198 Classical Analysis and ODEs
+1104.3202 Cosmology and Nongalactic Astrophysics
+1104.3206 Combinatorics
+1104.3208 Discrete Mathematics
+1104.3211 Computer Science and Game Theory
+1104.3212 Databases
+1104.3213 Information Retrieval
+1104.3214 Databases
+1104.3216 Databases
+1104.3217 Databases
+1104.3218 Classical Analysis and ODEs
+1104.3219 Social and Information Networks
+1104.3221
+1104.3225 Theory
+1104.3226 Group Theory
+1104.3228 Cryptography and Security
+1104.3229 Cryptography and Security
+1104.3237 Classical Analysis and ODEs
+1104.3244
+1104.3245 Complex Variables
+1104.3248 Instrumentation and Methods for Astrophysics
+1104.3250 Artificial Intelligence
+1104.3252 Differential Geometry
+1104.3256 Solar and Stellar Astrophysics
+1104.3258 Statistics Theory
+1104.3266
+1104.3269 Phenomenology
+1104.3273 Dynamical Systems
+1104.3276 Differential Geometry
+1104.3289 Soft Condensed Matter
+1104.3295
+1104.3302 Materials Science
+1104.3310 Hardware Architecture
+1104.3313 Optics
+1104.3317 Complex Variables
+1104.3324 Functional Analysis
+1104.3326 Phenomenology
+1104.3328 Statistics Theory
+1104.3329
+1104.3333 Cryptography and Security
+1104.3338 Number Theory
+1104.3341 Logic
+1104.3343 Logic
+1104.3351 High Energy Astrophysical Phenomena
+1104.3354 Differential Geometry
+1104.3355 Differential Geometry
+1104.3358
+1104.3362 Symplectic Geometry
+1104.3372 Functional Analysis
+1104.3373 Rings and Algebras
+1104.3377
+1104.3378
+1104.3379 Materials Science
+1104.3380 Functional Analysis
+1104.3386 Algebraic Geometry
+1104.3390 Applications
+1104.3392 Probability
+1104.3395 Applications
+1104.3398 Applications
+1104.3403 Strongly Correlated Electrons
+1104.3405 Biomolecules
+1104.3412 Applications
+1104.3418 Representation Theory
+1104.3431 Probability
+1104.3434 Materials Science
+1104.3435 Algebraic Geometry
+1104.3436 Applications
+1104.3437 Geometric Topology
+1104.3439 Differential Geometry
+1104.3441 K-Theory and Homology
+1104.3444 Combinatorics
+1104.3455 Spectral Theory
+1104.3461 Representation Theory
+1104.3464 Applications
+1104.3466 Information Theory
+1104.3467 Mesoscale and Nanoscale Physics
+1104.3468 General Topology
+1104.3469 Software Engineering
+1104.3471 General Topology
+1104.3472 Applications
+1104.3484
+1104.3487
+1104.3501 Superconductivity
+1104.3503 Applications
+1104.3506 General Physics
+1104.3507 Operator Algebras
+1104.3508 Representation Theory
+1104.3513 Computer Vision and Pattern Recognition
+1104.3514 Commutative Algebra
+1104.3518 Materials Science
+1104.3519 Materials Science
+1104.3523 Operating Systems
+1104.3525 Other Computer Science
+1104.3536 Space Physics
+1104.3539 Algebraic Geometry
+1104.3542 Category Theory
+1104.3543 Functional Analysis
+1104.3551 Phenomenology
+1104.3553 Functional Analysis
+1104.3556 Information Theory
+1104.3569 Mesoscale and Nanoscale Physics
+1104.3570 Physics and Society
+astro-ph/0307491
+astro-ph/0309457
+astro-ph/0404366
+astro-ph/0703706
+cond-mat/0407344 Soft Condensed Matter
+cond-mat/0703469 Mesoscale and Nanoscale Physics
+gr-qc/0104034
+math/0302242 Differential Geometry
+math/0606386 Combinatorics
+math/0607337 Combinatorics
+math/0607615 Operator Algebras
+math/0609376 Combinatorics
+0709.4054 Phenomenology
+0711.2485 Atomic Physics
+0711.2662 Atomic Physics
+0711.2663 Atomic Physics
+0804.1153
+0806.1027
+0807.0560 Algebraic Geometry
+0810.2497 Functional Analysis
+0811.3131 Data Analysis, Statistics and Probability
+0812.4745 Differential Geometry
+0902.2842 Representation Theory
+0903.3009 Theory
+0903.4868 Statistical Mechanics
+0907.5561 Number Theory
+0908.1955 Superconductivity
+0908.2350 Dynamical Systems
+0908.4182 Phenomenology
+0909.4123 Cosmology and Nongalactic Astrophysics
+0910.0435 Numerical Analysis
+0910.1928
+0911.0427 Theory
+0911.4250 Group Theory
+0911.4902
+0912.0520 Phenomenology
+0912.1752
+1001.0819 Materials Science
+1001.0822 Mesoscale and Nanoscale Physics
+1001.3893
+1001.4456 Solar and Stellar Astrophysics
+1002.0697 Data Analysis, Statistics and Probability
+1002.4270 Mesoscale and Nanoscale Physics
+1005.0859 Complex Variables
+1006.1063 Mesoscale and Nanoscale Physics
+1006.1908 High Energy Astrophysical Phenomena
+1006.2654 Mesoscale and Nanoscale Physics
+1006.3348 Cosmology and Nongalactic Astrophysics
+1006.4148 Theory
+1007.0943 Mesoscale and Nanoscale Physics
+1007.2356 Theory
+1008.3363 Mesoscale and Nanoscale Physics
+1008.4512 Atomic Physics
+1008.4968
+1009.1517 Statistical Mechanics
+1009.4470 Mesoscale and Nanoscale Physics
+1009.5312 Mesoscale and Nanoscale Physics
+1010.2117 Mesoscale and Nanoscale Physics
+1010.3354 Classical Analysis and ODEs
+1010.5516 Theory
+1011.1949
+1011.3664 Statistical Mechanics
+1011.3956 Analysis of PDEs
+1011.5698 Rings and Algebras
+1012.0751 Differential Geometry
+1012.1475 Quantum Algebra
+1012.1940 Superconductivity
+1012.4439 Differential Geometry
+1101.0247 Superconductivity
+1101.2271 Analysis of PDEs
+1101.2527 Phenomenology
+1101.3117 Materials Science
+1101.3782 Solar and Stellar Astrophysics
+1101.3792 Logic
+1101.3793 Functional Analysis
+1101.3804 Data Structures and Algorithms
+1101.3805 Mesoscale and Nanoscale Physics
+1101.3822 Phenomenology
+1101.3825 Logic
+1101.3831 Complex Variables
+1101.3832 Complex Variables
+1101.3835 Networking and Internet Architecture
+1101.3836 Human-Computer Interaction
+1101.3838 Information Theory
+1101.3842 Earth and Planetary Astrophysics
+1101.3845 Phenomenology
+1101.3846 Superconductivity
+1101.3850 Functional Analysis
+1101.3857 Dynamical Systems
+1101.3859 Networking and Internet Architecture
+1101.3862
+1101.3871 Representation Theory
+1101.3872 Representation Theory
+1101.3879 Analysis of PDEs
+1101.3881 Instrumentation and Detectors
+1101.3882 Instrumentation and Methods for Astrophysics
+1101.3885 Information Theory
+1101.3890 Instrumentation and Methods for Astrophysics
+1101.3895 Functional Analysis
+1101.3901 Functional Analysis
+1101.3904 Analysis of PDEs
+1101.3908
+1101.3919 General Mathematics
+1101.3926 Risk Management
+1101.3929 Information Theory
+1101.3930 Mesoscale and Nanoscale Physics
+1101.3933
+1101.3941 Dynamical Systems
+1101.3945 Dynamical Systems
+1101.3947 Soft Condensed Matter
+1101.3949 Combinatorics
+1101.3953 Data Structures and Algorithms
+1101.3959 Algebraic Geometry
+1101.3960 Data Structures and Algorithms
+1101.3962 Algebraic Geometry
+1101.3965 Probability
+1101.3967 Classical Analysis and ODEs
+1101.3971 Group Theory
+1101.3974 Risk Management
+1101.3977 Commutative Algebra
+1101.3978 Analysis of PDEs
+1101.3985 Mesoscale and Nanoscale Physics
+1101.3988 Differential Geometry
+1101.3995 Chemical Physics
+1101.4000 Instrumentation and Detectors
+1101.4001 General Physics
+1101.4008 Accelerator Physics
+1101.4015 Probability
+cond-mat/0310288 Statistical Mechanics
+cond-mat/0410471 Mesoscale and Nanoscale Physics
+cond-mat/0610810 Mesoscale and Nanoscale Physics
+quant-ph/0504033
+0704.1793 Materials Science
+0707.2804 Mesoscale and Nanoscale Physics
+0711.2483
+0803.2585 Materials Science
+0804.0792 Materials Science
+0804.3263 Combinatorics
+0806.0891 Mesoscale and Nanoscale Physics
+0806.4487 Combinatorics
+0806.4973 Functional Analysis
+0808.2996 Differential Geometry
+0809.0867
+0809.3515 Materials Science
+0906.3452 Analysis of PDEs
+0907.0491 Geometric Topology
+0907.1591 Combinatorics
+0907.1599 Combinatorics
+0908.0710 Strongly Correlated Electrons
+0908.1701 Statistics Theory
+0908.1933 Combinatorics
+0908.3719
+0909.4764
+0910.0906 Information Theory
+0910.2635 Other Condensed Matter
+0911.1030 Differential Geometry
+0911.3799 Logic in Computer Science
+1001.1633 Functional Analysis
+1001.1675 Disordered Systems and Neural Networks
+1002.1084 Combinatorics
+1002.3588
+1003.4410 Disordered Systems and Neural Networks
+1003.4919 Discrete Mathematics
+1004.3524 Optimization and Control
+1004.3641 Other Condensed Matter
+1004.4639 Solar and Stellar Astrophysics
+1005.0306 Phenomenology
+1005.3407 Mesoscale and Nanoscale Physics
+1005.3623 Number Theory
+1006.5160 Group Theory
+1007.1379 Disordered Systems and Neural Networks
+1007.1553 Combinatorics
+1007.3200 Quantum Gases
+1007.3686 Soft Condensed Matter
+1008.1988 Phenomenology
+1008.2252 Chemical Physics
+1008.3167 Cosmology and Nongalactic Astrophysics
+1009.0804 Algebraic Topology
+1009.1887 Superconductivity
+1009.3493 Superconductivity
+1009.4236 Superconductivity
+1009.6155
+1010.1197 Combinatorics
+1010.2528 Phenomenology
+1010.5100 Mesoscale and Nanoscale Physics
+1011.1747 Classical Analysis and ODEs
+1011.1898 Mesoscale and Nanoscale Physics
+1011.2628
+1011.5327 High Energy Astrophysical Phenomena
+1011.6181 Data Structures and Algorithms
+1012.0466
+1012.3710 Materials Science
+1101.0405 Lattice
+1101.2205 Cosmology and Nongalactic Astrophysics
+1101.2459 Representation Theory
+1101.2462 Rings and Algebras
+1101.2464 Fluid Dynamics
+1101.2470
+1101.2481 Methodology
+1101.2484 Combinatorics
+1101.2491 Computer Vision and Pattern Recognition
+1101.2493 Optics
+1101.2496 Numerical Analysis
+1101.2504 Superconductivity
+1101.2505
+1101.2508
+1101.2510 Probability
+1101.2517 Mesoscale and Nanoscale Physics
+1101.2521 Dynamical Systems
+1101.2534 Solar and Stellar Astrophysics
+1101.2537
+1101.2538 Algebraic Topology
+1101.2550
+1101.2552 Group Theory
+1101.2553 Probability
+1101.2554 Solar and Stellar Astrophysics
+1101.2555
+1101.2558 Group Theory
+1101.2571 Experiment
+1101.2573 Distributed, Parallel, and Cluster Computing
+1101.2576 Statistics Theory
+1101.2577 Cryptography and Security
+1101.2580 Logic
+1101.2591 Adaptation and Self-Organizing Systems
+1101.2595 Number Theory
+1101.2596 Superconductivity
+1101.2605 Combinatorics
+1101.2609 Number Theory
+1101.2615 Algebraic Geometry
+1101.2617 Quantum Gases
+1101.2619 Probability
+1101.2620
+1101.2625 Number Theory
+1101.2628 Numerical Analysis
+1101.2630 Combinatorics
+1101.2639 Lattice
+1101.2640 Analysis of PDEs
+1101.2661 Theory
+cond-mat/0512201 Soft Condensed Matter
+cond-mat/0605531 Materials Science
+cond-mat/0605599 Materials Science
+math/0611833 Operator Algebras
+math/0702626 Dynamical Systems
+nlin/0109009 Exactly Solvable and Integrable Systems
+quant-ph/0607175
+0706.1530 Probability
+0706.4203 Algebraic Geometry
+0801.0365 Biomolecules
+0805.1841
+0807.4970
+0810.3434 Numerical Analysis
+0901.1193 Cosmology and Nongalactic Astrophysics
+0902.0452 Superconductivity
+0905.4775 Geometric Topology
+0907.1722 Logic in Computer Science
+0908.1690 Geometric Topology
+0912.1636 Theory
+1002.4262 Complex Variables
+1003.0224 Experiment
+1003.0334 Probability
+1003.5857 Algebraic Geometry
+1003.5859 Algebraic Geometry
+1004.2171 Theory
+1004.3012 Algebraic Geometry
+1006.2757 Atomic Physics
+1006.3156 Information Theory
+1007.3434
+1007.5290 Cosmology and Nongalactic Astrophysics
+1008.1460 High Energy Astrophysical Phenomena
+1010.3818 Phenomenology
+1012.2205 Mesoscale and Nanoscale Physics
+1012.3634
+1012.3911 Computational Physics
+1101.3678 Algebraic Geometry
+1101.5485 Probability
+1101.5987 Theory
+1102.0971 Materials Science
+1102.1078 Classical Analysis and ODEs
+1102.3332 Instrumentation and Methods for Astrophysics
+1102.4943 Statistical Mechanics
+1103.2437 Quantum Gases
+1103.3087 Quantum Gases
+1103.3720 Mesoscale and Nanoscale Physics
+1103.4875 Data Structures and Algorithms
+1103.4898 Dynamical Systems
+1104.0303
+1104.1167 Cosmology and Nongalactic Astrophysics
+1104.1633 Phenomenology
+1104.2025 Experiment
+1104.2600 Phenomenology
+1104.3433 Disordered Systems and Neural Networks
+1104.5157 Quantum Gases
+1105.0463 Mesoscale and Nanoscale Physics
+1105.0541 Phenomenology
+1105.1650 Dynamical Systems
+1105.1679 Quantum Algebra
+1105.1859 Combinatorics
+1105.2610 General Physics
+1105.3782
+1105.5916 Cosmology and Nongalactic Astrophysics
+1106.3902 Instrumentation and Detectors
+1107.0049 Solar and Stellar Astrophysics
+1107.2614 Soft Condensed Matter
+1107.2842
+1107.3343 Symplectic Geometry
+1107.5389 Solar and Stellar Astrophysics
+1108.0198 Chemical Physics
+1108.0358 Combinatorics
+1108.1927 Mesoscale and Nanoscale Physics
+1108.2145 Materials Science
+1108.4055 Statistical Mechanics
+1108.5002 Artificial Intelligence
+1108.5167 Analysis of PDEs
+1108.5387 Computational Complexity
+1108.5553
+1108.5621 Probability
+1108.5626 Artificial Intelligence
+1108.5739 Disordered Systems and Neural Networks
+1108.6021 Experiment
+1108.6051 Mesoscale and Nanoscale Physics
+1108.6055 Earth and Planetary Astrophysics
+1108.6057 Strongly Correlated Electrons
+1108.6065
+1108.6066 Number Theory
+1108.6069 Number Theory
+1108.6082 Accelerator Physics
+1108.6087 Networking and Internet Architecture
+1108.6088 Learning
+1108.6092 Representation Theory
+1108.6093 Lattice
+1108.6094 Machine Learning
+1108.6097 Logic in Computer Science
+1108.6105
+1108.6110
+1108.6112 Experiment
+1108.6119 Data Analysis, Statistics and Probability
+1108.6121 Information Theory
+1108.6127 Differential Geometry
+1108.6141 Materials Science
+1108.6146 Fluid Dynamics
+1108.6147 Lattice
+1108.6153 Solar and Stellar Astrophysics
+1108.6156
+1108.6158 Disordered Systems and Neural Networks
+1108.6167 Algebraic Topology
+1108.6168 Solar and Stellar Astrophysics
+1108.6170 Mesoscale and Nanoscale Physics
+1108.6173 Mesoscale and Nanoscale Physics
+1108.6174 Experiment
+1108.6175 Robotics
+1108.6176
+1108.6177 Differential Geometry
+1108.6185 Information Theory
+1108.6186 Soft Condensed Matter
+1108.6189 Group Theory
+1108.6195 Networking and Internet Architecture
+1108.6198 Databases
+1108.6201 Materials Science
+1108.6203 Solar and Stellar Astrophysics
+1108.6208 Artificial Intelligence
+1108.6209 Algebraic Geometry
+1108.6212 Differential Geometry
+1108.6213 Number Theory
+1108.6215 Number Theory
+1108.6219 Number Theory
+1108.6220 Analysis of PDEs
+1108.6226 Astrophysics of Galaxies
+1108.6227 Analysis of PDEs
+1108.6229 Combinatorics
+1108.6231 Materials Science
+1108.6233 Fluid Dynamics
+1108.6237 Algebraic Geometry
+1108.6238 Rings and Algebras
+1108.6241
+1108.6242
+1108.6246 Number Theory
+1108.6248 Solar and Stellar Astrophysics
+1108.6249
+1108.6252 Differential Geometry
+1108.6254 Networking and Internet Architecture
+1108.6256 Materials Science
+1108.6264 Group Theory
+1108.6273 Experiment
+1108.6274 Logic in Computer Science
+1108.6275 Accelerator Physics
+1108.6279 Algebraic Topology
+1108.6284 Experiment
+1108.6285 Solar and Stellar Astrophysics
+1108.6289 Phenomenology
+1108.6291 Disordered Systems and Neural Networks
+1108.6292
+1108.6294 Computer Vision and Pattern Recognition
+1108.6299 Phenomenology
+1108.6302 Cryptography and Security
+1108.6305 Number Theory
+1108.6307 Plasma Physics
+1108.6310 Number Theory
+1108.6313
+1108.6317 Operator Algebras
+1108.6318 Phenomenology
+astro-ph/0303285
+astro-ph/0308047
+astro-ph/0408187
+astro-ph/0411737
+astro-ph/0412028
+astro-ph/0506386
+cond-mat/0507192 Strongly Correlated Electrons
+cond-mat/0702293 Strongly Correlated Electrons
+gr-qc/0003058
+gr-qc/0106004
+gr-qc/0201022
+gr-qc/0210038
+hep-lat/0401014 Lattice
+hep-lat/0401026 Lattice
+hep-lat/0409016 Lattice
+hep-lat/0508011 Lattice
+hep-ph/0503218 Phenomenology
+hep-ph/0601258 Phenomenology
+hep-th/0103227 Theory
+math-ph/0212047
+math/0409559 Differential Geometry
+math/9906094 Quantum Algebra
+nucl-ex/0502017
+nucl-ex/0508016
+nucl-ex/0603015
+nucl-ex/0605033
+nucl-th/0606060
+nucl-th/0608002
+0704.2362 Classical Analysis and ODEs
+0704.3103 Plasma Physics
+0705.2106 Digital Libraries
+0705.2838 Atmospheric and Oceanic Physics
+0706.3526
+0706.3570 Algebraic Geometry
+0707.3082 Complex Variables
+0708.2792 Mesoscale and Nanoscale Physics
+0708.4340 Number Theory
+0710.2117 General Physics
+0710.2837 Mesoscale and Nanoscale Physics
+0711.0365 Superconductivity
+0802.1259 Algebraic Geometry
+0803.0150 History and Overview
+0803.0287 Algebraic Geometry
+0804.3868 Computational Physics
+0804.4328 Algebraic Geometry
+0804.4333
+0804.4336 Multiagent Systems
+0805.0445 Fluid Dynamics
+0805.1386 Logic in Computer Science
+0805.3550 Strongly Correlated Electrons
+0806.3585 History and Overview
+0806.4177
+0807.0331 Phenomenology
+0809.0474
+0810.2389 Group Theory
+0810.3823 Analysis of PDEs
+0810.5115 Mesoscale and Nanoscale Physics
+0810.5741 Superconductivity
+0811.1847 Probability
+0811.3375 Theory
+0812.0204 Algebraic Topology
+0812.0954 Phenomenology
+0812.1518 Phenomenology
+0812.2740
+0812.4464 Phenomenology
+0812.4781 Symplectic Geometry
+0901.0508
+0901.1507 Differential Geometry
+0901.2281
+0901.2283
+0901.2418 Phenomenology
+0902.1942 Number Theory
+0903.3667 Learning
+0904.0189
+0904.0262 Combinatorics
+0904.1154 History and Overview
+0904.3719 Number Theory
+0904.4271 Probability
+0905.0287 Differential Geometry
+0905.1138 Mesoscale and Nanoscale Physics
+0905.3222
+0905.3746 Cosmology and Nongalactic Astrophysics
+0905.4306 Number Theory
+0905.4672 Phenomenology
+0906.3499 Optimization and Control
+0906.4198
+0907.0197 Cosmology and Nongalactic Astrophysics
+0907.0571 Algebraic Geometry
+0907.1710 Strongly Correlated Electrons
+0907.5439 Optimization and Control
+0908.4537
+0909.3874 Cosmology and Nongalactic Astrophysics
+0909.4681 Differential Geometry
+0910.1478 Astrophysics of Galaxies
+0910.1491 Geometric Topology
+0910.1820 Probability
+0910.2683 Mesoscale and Nanoscale Physics
+0910.2759 Combinatorics
+0910.3017 Earth and Planetary Astrophysics
+0910.3619 Optimization and Control
+0910.5003 Atomic Physics
+0911.0027 Functional Analysis
+0911.0741 Computational Physics
+0911.0769
+0911.2253 Rings and Algebras
+0911.2287 Algebraic Geometry
+0911.3583 Phenomenology
+0911.3830 Representation Theory
+0911.4312 Analysis of PDEs
+0911.4674 Disordered Systems and Neural Networks
+0911.4791 Phenomenology
+0912.0367 Superconductivity
+0912.1346 Theory
+0912.1362 Statistical Mechanics
+0912.1403 Data Structures and Algorithms
+0912.2431 Mesoscale and Nanoscale Physics
+0912.4825 Theory
+1001.0513 Probability
+1001.0565 Theory
+1001.0838 Algebraic Geometry
+1001.0993 Phenomenology
+1001.1583 Analysis of PDEs
+1002.0030 Differential Geometry
+1002.0202 Theory
+1002.1598 Algebraic Geometry
+1002.1942 Theory
+1002.2561 Quantum Algebra
+1002.2590 Group Theory
+1002.4255 Networking and Internet Architecture
+1002.4439 Differential Geometry
+1003.2383
+1003.3931 Optimization and Control
+1003.4705 Complex Variables
+1003.5504
+1003.5944 Category Theory
+1004.0261 History and Overview
+1004.1602 Probability
+1004.2359 Phenomenology
+1004.2884 Programming Languages
+1004.2985
+1004.3218
+1004.3607 Theory
+1004.5380 Solar and Stellar Astrophysics
+1005.0604
+1005.0743
+1005.1050 Functional Analysis
+1005.1212
+1005.1920 Theory
+1005.1936 Theory
+1005.2294 General Physics
+1005.2336 K-Theory and Homology
+1005.2794 Quantum Gases
+1005.3269 Theory
+1005.3521 Superconductivity
+1005.5052 Cosmology and Nongalactic Astrophysics
+1006.1300 Combinatorics
+1006.2092 Cosmology and Nongalactic Astrophysics
+1006.2288 Classical Physics
+1006.2304 Phenomenology
+1006.2452 Populations and Evolution
+1006.2707
+1006.3005 Theory
+1006.3211 Physics and Society
+1006.3261 Theory
+1006.3322 Phenomenology
+1006.3549 Solar and Stellar Astrophysics
+1006.4903 Graphics
+1006.5563 Geometric Topology
+1007.0116
+1007.0263 Theory
+1007.0615 Mesoscale and Nanoscale Physics
+1007.0974 Mesoscale and Nanoscale Physics
+1007.1109 Materials Science
+1007.2607 Exactly Solvable and Integrable Systems
+1007.2629
+1007.2668 Biomolecules
+1007.2904 Probability
+1007.4206 Phenomenology
+1007.4935 Discrete Mathematics
+1007.5048 Experiment
+1007.5305 Phenomenology
+1008.0081 Phenomenology
+1008.1500 Phenomenology
+1008.2338
+1008.2376 Phenomenology
+1008.2442 Atmospheric and Oceanic Physics
+1008.3141 Phenomenology
+1008.3465
+1008.3477 Strongly Correlated Electrons
+1008.3832 Theory
+1008.3856
+1008.4133 Theory
+1008.4483 Theory
+1008.4548 Logic
+1008.4763
+1008.4777 Phenomenology
+1008.4876 Quantum Gases
+1008.5000 Discrete Mathematics
+1009.0340 Theory
+1009.0575 General Topology
+1009.0638 Physics and Society
+1009.1566 Phenomenology
+1009.1632 Phenomenology
+1009.1877 Theory
+1009.2320 Phenomenology
+1009.2773 Phenomenology
+1009.2776 Phenomenology
+1009.2957
+1009.3214 Symbolic Computation
+1009.3225
+1009.3751 Information Theory
+1009.3782
+1009.4074 Theory
+1009.4577 Phenomenology
+1009.4872 Chemical Physics
+1009.4925
+1009.5071 Theory
+1009.5228 Lattice
+1009.5379 Phenomenology
+1009.5413 Phenomenology
+1009.5459
+1009.5865 Phenomenology
+1009.6051 Mesoscale and Nanoscale Physics
+1009.6151 Cosmology and Nongalactic Astrophysics
+1009.6221 Disordered Systems and Neural Networks
+1010.2858 Mesoscale and Nanoscale Physics
+1010.2909 Optics
+1010.3761 Theory
+1010.3898 Information Retrieval
+1010.3983 Information Theory
+1010.4014 Cosmology and Nongalactic Astrophysics
+1010.4237 Learning
+1010.4302 Theory
+1010.5318 Formal Languages and Automata Theory
+1010.6107 Number Theory
+1011.0168
+1011.1524 General Topology
+1011.1604 Theory
+1011.1706 Quantum Gases
+1011.1782 Strongly Correlated Electrons
+1011.2185 Phenomenology
+1011.2230 Analysis of PDEs
+1011.2412 Analysis of PDEs
+1011.2691 Optics
+1011.3136 Other Condensed Matter
+1011.3208 Metric Geometry
+1011.4428 Other Condensed Matter
+1011.4814
+1011.4839 Phenomenology
+1012.0005 Cosmology and Nongalactic Astrophysics
+1012.0429 Differential Geometry
+1012.0950 Logic
+1012.1913 Probability
+1012.1930 Experiment
+1012.2090 Quantitative Methods
+1012.2416 Representation Theory
+1012.3169 Cosmology and Nongalactic Astrophysics
+1012.3427 Logic
+1012.3516 Accelerator Physics
+1012.4483 Optics
+1012.4810 Earth and Planetary Astrophysics
+1012.5159 Physics and Society
+1012.5275 Phenomenology
+1012.5540 Statistical Mechanics
+1012.5646 Statistical Mechanics
+1012.5666
+1012.5674
+1012.5730 Materials Science
+1012.5847 Artificial Intelligence
+1012.5957 Algebraic Topology
+1012.5962 Computation and Language
+1012.5978 Mesoscale and Nanoscale Physics
+1012.5981 Mesoscale and Nanoscale Physics
+1012.6037 Phenomenology
+1101.0011 Networking and Internet Architecture
+1101.0017 Complex Variables
+1101.0020 Populations and Evolution
+1101.0021 Data Structures and Algorithms
+1101.0030
+1101.0036 Formal Languages and Automata Theory
+1101.0039 Computational Physics
+1101.0043 Lattice
+1101.0045 Instrumentation and Detectors
+1101.0046 Functional Analysis
+1101.0047 Methodology
+1101.0049 Group Theory
+1101.0056 Data Structures and Algorithms
+1101.0060 Probability
+1101.0061 Materials Science
+1101.0068 Probability
+1101.0077 Astrophysics of Galaxies
+1101.0079 Pricing of Securities
+1101.0083
+1101.0093 Distributed, Parallel, and Cluster Computing
+1101.0095 Algebraic Geometry
+1101.0096 Numerical Analysis
+1101.0099 Analysis of PDEs
+1101.0100 Genomics
+1101.0104 Cryptography and Security
+1101.0105 Software Engineering
+1101.0109 Lattice
+1101.0116 Phenomenology
+1101.0125 Solar and Stellar Astrophysics
+1101.0127 Materials Science
+1101.0128 Geometric Topology
+1101.0129 Combinatorics
+1101.0138 Numerical Analysis
+1101.0139 Chaotic Dynamics
+1101.0143 Category Theory
+1101.0145 Other Statistics
+1101.0147 Functional Analysis
+1101.0148 Phenomenology
+1101.0150 Fluid Dynamics
+1101.0156 Solar and Stellar Astrophysics
+1101.0157 Classical Physics
+1101.0160 Data Structures and Algorithms
+1101.0162 Functional Analysis
+1101.0166 Functional Analysis
+1101.0169 Analysis of PDEs
+1101.0170
+1101.0171 Solar and Stellar Astrophysics
+1101.0172 Optimization and Control
+1101.0173 Cryptography and Security
+1101.0175 Operator Algebras
+1101.0176 Solar and Stellar Astrophysics
+1101.0177 Operator Algebras
+1101.0178 Number Theory
+1101.0182 Combinatorics
+1101.0184 Statistical Finance
+1101.0188 Fluid Dynamics
+1101.0198 Information Retrieval
+1101.0203 Networking and Internet Architecture
+1101.0208 Lattice
+1101.0209 Networking and Internet Architecture
+1101.0213
+1101.0218
+1101.0221 Rings and Algebras
+1101.0222 Theory
+1101.0223 Combinatorics
+1101.0227 Algebraic Topology
+1101.0228 Logic
+1101.0229 Exactly Solvable and Integrable Systems
+1101.0230 Analysis of PDEs
+1101.0233 Group Theory
+1101.0234 Human-Computer Interaction
+1101.0235 Human-Computer Interaction
+1101.0236 Solar and Stellar Astrophysics
+1101.0237 Computer Vision and Pattern Recognition
+1101.0240 Methodology
+1101.0241 Cryptography and Security
+1101.0242 Computer Vision and Pattern Recognition
+1101.0243 Graphics
+1101.0244 Cryptography and Security
+1101.0248 Cryptography and Security
+1101.0254 Representation Theory
+1101.0255 Statistics Theory
+1101.0257 Mesoscale and Nanoscale Physics
+1101.0259 Number Theory
+1101.0261 Experiment
+1101.0262 Graphics
+1101.0266 Optimization and Control
+1101.0267 Rings and Algebras
+1101.0268
+1101.0270 Symbolic Computation
+1101.0277 Superconductivity
+1101.0289 Number Theory
+1101.0293 Quantum Algebra
+1101.0296 Neurons and Cognition
+1101.0303
+1101.0307 Phenomenology
+1101.0308
+1101.0310
+1101.0311 Number Theory
+1101.0315 General Physics
+1101.0316 Machine Learning
+1101.0317 Machine Learning
+1101.0318 Instrumentation and Detectors
+1101.0327 Information Theory
+1101.0331 Analysis of PDEs
+1101.0333 Probability
+1101.0341 Statistical Mechanics
+1101.0342 Disordered Systems and Neural Networks
+1101.0346 Statistical Mechanics
+1101.0347 Solar and Stellar Astrophysics
+1101.0348 General Physics
+1101.0350 Networking and Internet Architecture
+1101.0357 Distributed, Parallel, and Cluster Computing
+1101.0359 Phenomenology
+1101.0360
+1101.0366
+1101.0375
+1101.0376 Networking and Internet Architecture
+1101.0383 Functional Analysis
+1101.0384 Computer Vision and Pattern Recognition
+1101.0387 Computation
+1101.0388 Combinatorics
+1101.0392
+1101.0395 Graphics
+1101.0401 Differential Geometry
+1101.0403
+1101.0410 Combinatorics
+1101.0415 Biological Physics
+1101.0418 Analysis of PDEs
+1101.0423 Lattice
+1101.0427 Cryptography and Security
+1101.0428 Learning
+1101.0435 Rings and Algebras
+1101.0439 Mesoscale and Nanoscale Physics
+1101.0440 Combinatorics
+1101.0443
+1101.0447 Probability
+1101.0456 Differential Geometry
+1101.0457 Computer Vision and Pattern Recognition
+1101.0460 Differential Geometry
+1101.0470 Experiment
+1101.0472 Representation Theory
+1101.0480 Probability
+1101.0482 Optics
+1101.0485 Rings and Algebras
+1101.0492 History and Overview
+1101.0494 Strongly Correlated Electrons
+1101.0496 Analysis of PDEs
+1101.0503
+1101.0505 Chaotic Dynamics
+1101.0508 Superconductivity
+1101.0511 Phenomenology
+1101.0512 Lattice
+1101.0518 Lattice
+1101.0522 Probability
+1101.0523 Computational Complexity
+1101.0525 Theory
+1101.0530 Formal Languages and Automata Theory
+1101.0532 Geometric Topology
+1101.0536 Phenomenology
+1101.0538 Phenomenology
+1101.0541 Quantum Gases
+1101.0544 Differential Geometry
+1101.0548 Logic
+1101.0551 Numerical Analysis
+1101.0552 Cryptography and Security
+1101.0558 Operator Algebras
+1101.0561 Phenomenology
+1101.0566 Biological Physics
+1101.0577 Algebraic Geometry
+1101.0579 Populations and Evolution
+1101.0589 Lattice
+1101.0595 Instrumentation and Methods for Astrophysics
+astro-ph/9509116
+astro-ph/9602045
+astro-ph/9606180
+astro-ph/9808010
+astro-ph/9904072
+cond-mat/0009255
+cond-mat/0402418 Statistical Mechanics
+cond-mat/0409615 Superconductivity
+cond-mat/0412730 Statistical Mechanics
+cond-mat/0511736 Statistical Mechanics
+hep-ph/0108108 Phenomenology
+hep-ph/0208111 Phenomenology
+hep-ph/0309013 Phenomenology
+hep-ph/0409152 Phenomenology
+hep-ph/0501111 Phenomenology
+hep-ph/0508048 Phenomenology
+hep-ph/9404275 Phenomenology
+hep-ph/9408386 Phenomenology
+hep-ph/9412246 Phenomenology
+hep-ph/9507352 Phenomenology
+hep-ph/9509360 Phenomenology
+hep-ph/9511286 Phenomenology
+hep-ph/9511383 Phenomenology
+hep-ph/9904225 Phenomenology
+math-ph/0104031
+math-ph/0505049
+math-ph/9804005
+math-ph/9910016
+math/0211352 Algebraic Geometry
+math/0211353 Algebraic Geometry
+math/0302244 Differential Geometry
+math/0503038 Algebraic Geometry
+math/0507181 Algebraic Topology
+math/0508551 Algebraic Geometry
+math/0509612 Probability
+math/0605405 Optimization and Control
+math/0610265 Algebraic Geometry
+math/0610380 Differential Geometry
+math/0610936 Geometric Topology
+math/0611475 Algebraic Geometry
+math/9805077 Algebraic Geometry
+math/9805086 Algebraic Geometry
+math/9910156 Algebraic Geometry
+nlin/0702049 Pattern Formation and Solitons
+nucl-ex/9612007
+nucl-th/0401043
+nucl-th/9811081
+physics/0110009 Geophysics
+physics/0112018 Plasma Physics
+physics/0508019 Geophysics
+physics/0702145 Fluid Dynamics
+quant-ph/0010115
+quant-ph/0103139
+quant-ph/0105049
+quant-ph/0110023
+quant-ph/0209090
+quant-ph/0312006
+quant-ph/0401027
+quant-ph/0406132
+quant-ph/0406139
+quant-ph/9909073
+0802.3536 Differential Geometry
+0807.1513 Neurons and Cognition
+0910.2369 Symplectic Geometry
+0912.4489 Statistics Theory
+1006.3035 Artificial Intelligence
+1007.1535 Data Structures and Algorithms
+1009.4889 Algebraic Geometry
+1010.4084 Multimedia
+1010.5141 Information Theory
+1010.5846 Combinatorics
+1011.1769 Representation Theory
+1012.0370 Analysis of PDEs
+1012.4409 Phenomenology
+1101.5585
+1102.4360
+1102.5113 Cosmology and Nongalactic Astrophysics
+1103.2723
+1104.1729 Performance
+1105.0439
+1105.1922 Numerical Analysis
+1105.5334 Mesoscale and Nanoscale Physics
+1106.0347 Representation Theory
+1106.1481 Differential Geometry
+1106.5481 Complex Variables
+1107.0122 Strongly Correlated Electrons
+1107.4173 Combinatorics
+1107.4613 Probability
+1108.0047 Genomics
+1108.2409 Group Theory
+1108.5373 Theory
+1109.4103 Combinatorics
+1109.4646 Complex Variables
+1109.5845 Probability
+1110.1691 Classical Analysis and ODEs
+1110.4063
+1110.4279 Metric Geometry
+1111.3296 Mesoscale and Nanoscale Physics
+1111.4646 Statistics Theory
+1111.5198 Exactly Solvable and Integrable Systems
+1112.0087
+1112.1825
+1112.3552 Mesoscale and Nanoscale Physics
+1112.4298 Medical Physics
+1112.5253
+1201.0249 Mesoscale and Nanoscale Physics
+1201.0590 Statistics Theory
+1201.3325 Commutative Algebra
+1202.1147
+1202.2251 Information Theory
+1202.2293 Social and Information Networks
+1202.3430
+1202.4943 Multimedia
+1202.5344
+1202.5568 Statistical Mechanics
+1202.6063 Cosmology and Nongalactic Astrophysics
+1203.0338 Superconductivity
+1203.1028 Strongly Correlated Electrons
+1203.1117 Soft Condensed Matter
+1203.1854 Information Theory
+1203.1929 Mesoscale and Nanoscale Physics
+1203.4741 Strongly Correlated Electrons
+1204.0702
+1204.1231 Artificial Intelligence
+1204.4275
+1204.5064 Phenomenology
+1205.0014 Mesoscale and Nanoscale Physics
+1205.1915 Strongly Correlated Electrons
+1205.2836 Strongly Correlated Electrons
+1205.4858 Strongly Correlated Electrons
+1205.6714 Dynamical Systems
+1205.6862 Networking and Internet Architecture
+1205.7076 Mesoscale and Nanoscale Physics
+1206.0193 Mesoscale and Nanoscale Physics
+1206.0304 Machine Learning
+1206.1222 Materials Science
+1206.1910 Fluid Dynamics
+1206.2281 Cosmology and Nongalactic Astrophysics
+1206.2582 Phenomenology
+1207.0875 Astrophysics of Galaxies
+1207.0908 Strongly Correlated Electrons
+1207.3065 Accelerator Physics
+1207.4279 Phenomenology
+1208.1343 Phenomenology
+1208.1583
+1208.2292 Numerical Analysis
+1208.2385 Rings and Algebras
+1208.2686 Digital Libraries
+1208.2687 Materials Science
+1208.2693 Number Theory
+1208.2698 Combinatorics
+1208.2704 Functional Analysis
+1208.2714 Representation Theory
+1208.2716 Applications
+1208.2719 Information Theory
+1208.2720 Neurons and Cognition
+1208.2726 Analysis of PDEs
+1208.2737 Information Theory
+1208.2738 Classical Physics
+1208.2744
+1208.2746 Logic in Computer Science
+1208.2747 Formal Languages and Automata Theory
+1208.2748 Logic in Computer Science
+1208.2749 Programming Languages
+1208.2750 Logic in Computer Science
+1208.2751 Formal Languages and Automata Theory
+1208.2752 Programming Languages
+1208.2753 Logic in Computer Science
+1208.2754 Programming Languages
+1208.2755 Formal Languages and Automata Theory
+1208.2756 Computational Complexity
+1208.2757 Formal Languages and Automata Theory
+1208.2758 Formal Languages and Automata Theory
+1208.2760 Formal Languages and Automata Theory
+1208.2761 Formal Languages and Automata Theory
+1208.2762 Formal Languages and Automata Theory
+1208.2763 Formal Languages and Automata Theory
+1208.2764 Formal Languages and Automata Theory
+1208.2765 Formal Languages and Automata Theory
+1208.2766 Formal Languages and Automata Theory
+1208.2767 Formal Languages and Automata Theory
+1208.2768 Formal Languages and Automata Theory
+1208.2769 Formal Languages and Automata Theory
+1208.2770 Formal Languages and Automata Theory
+1208.2771 Formal Languages and Automata Theory
+1208.2773 Databases
+1208.2783 Cellular Automata and Lattice Gases
+1208.2785 Computational Geometry
+1208.2786 Information Theory
+1208.2791 Mesoscale and Nanoscale Physics
+1208.2792 Number Theory
+1208.2797 Biological Physics
+1208.2799 Astrophysics of Galaxies
+1208.2805
+1208.2808 Learning
+1208.2811 Mesoscale and Nanoscale Physics
+1208.2814
+1208.2820 Soft Condensed Matter
+1208.2827 Accelerator Physics
+1208.2828 Analysis of PDEs
+1208.2832 Data Structures and Algorithms
+1208.2837 Biological Physics
+1208.2839 Classical Analysis and ODEs
+1208.2840 Dynamical Systems
+1208.2849 Distributed, Parallel, and Cluster Computing
+1208.2850 Materials Science
+1208.2856 Combinatorics
+1208.2859 Combinatorics
+1208.2860 Probability
+1208.2861 Cryptography and Security
+1208.2866 Mesoscale and Nanoscale Physics
+1208.2868
+1208.2869 Metric Geometry
+1208.2870 Networking and Internet Architecture
+1208.2872 Statistical Mechanics
+1208.2873 Learning
+1208.2876 Other Condensed Matter
+1208.2877 Cryptography and Security
+1208.2878 Statistical Finance
+1208.2885 Experiment
+1208.2896 Cryptography and Security
+1208.2898 Algebraic Geometry
+1208.2903 Strongly Correlated Electrons
+1208.2905
+1208.2917 Functional Analysis
+1208.2918 Functional Analysis
+1208.2925 Learning
+1208.2929 Statistics Theory
+1208.2933 Operator Algebras
+1208.2935 Exactly Solvable and Integrable Systems
+1208.2936 Distributed, Parallel, and Cluster Computing
+1208.2938 Probability
+1208.2942 Combinatorics
+1208.2949 Superconductivity
+math/0701058 Probability
+0704.2931 History and Overview
+0802.1620 Physics and Society
+0803.0233
+0804.0676 Statistics Theory
+0807.4203 Algebraic Geometry
+0808.0297 Metric Geometry
+0808.1391
+0809.4442 Dynamical Systems
+0810.1756 Data Structures and Algorithms
+0812.4906 Algebraic Topology
+0901.1515 Representation Theory
+0902.0196 Group Theory
+0903.0944 Mesoscale and Nanoscale Physics
+0905.1527 Complex Variables
+0909.4790 Probability
+0909.5344 Differential Geometry
+0910.5366 Superconductivity
+0912.1490 Quantum Gases
+0912.3389 Probability
+1001.1524 Quantum Algebra
+1001.2744 Dynamical Systems
+1002.4180 Robotics
+1003.1675 Group Theory
+1003.5330 Data Structures and Algorithms
+1005.5525 Data Structures and Algorithms
+1006.3286 Complex Variables
+1006.4492 Algebraic Geometry
+1007.4225 Algebraic Geometry
+1008.0762 Phenomenology
+1009.0777 Cosmology and Nongalactic Astrophysics
+1010.5353 Lattice
+1011.6417
+1012.0992
+1012.1821
+1101.0953 Soft Condensed Matter
+1102.3003 Numerical Analysis
+1102.3736 Geometric Topology
+1103.1969
+1103.3643 Optics
+1103.3693 Discrete Mathematics
+1103.5282 Algebraic Geometry
+1104.0923 Physics and Society
+1104.3816 Mesoscale and Nanoscale Physics
+1104.4623
+1105.0426 Quantum Gases
+1105.2054 Learning
+1106.0956 Strongly Correlated Electrons
+1106.1578 Dynamical Systems
+1106.2253 Mesoscale and Nanoscale Physics
+1106.2726
+1106.3153 Information Theory
+1106.4980 Computational Physics
+1107.1920 Combinatorics
+1107.2385 Theory
+1107.4649 Data Analysis, Statistics and Probability
+1107.5333 Geometric Topology
+1107.5675
+1108.0225 Theory
+1109.0859
+1109.5102 Materials Science
+1109.6050 Classical Analysis and ODEs
+1109.6086 Cosmology and Nongalactic Astrophysics
+1110.0292 Number Theory
+1110.1121
+1110.1276 Statistical Mechanics
+1110.1463 Mesoscale and Nanoscale Physics
+1110.2183 Quantum Gases
+1110.2901
+1110.4169 Cosmology and Nongalactic Astrophysics
+1110.4322 Learning
+1110.4728 Theory
+1110.4755 Statistical Mechanics
+1110.5569 Dynamical Systems
+1110.6300 Theory
+1111.1181 Mesoscale and Nanoscale Physics
+1111.1656 Lattice
+1111.1944
+1111.4158 High Energy Astrophysical Phenomena
+1111.5704 Materials Science
+1111.5829 Quantum Gases
+1112.1170 Mesoscale and Nanoscale Physics
+1112.2846 Quantum Gases
+1112.3169 Superconductivity
+1112.3592 High Energy Astrophysical Phenomena
+1112.4503
+1112.4733
+1112.4754 Quantum Gases
+1112.4934 Atomic Physics
+1112.5323 Strongly Correlated Electrons
+1112.6072 Numerical Analysis
+1201.0082 General Physics
+1201.0775
+1201.1470
+1201.1729 Solar and Stellar Astrophysics
+1201.1790 Phenomenology
+1201.4134 Probability
+1201.5502 Soft Condensed Matter
+1201.6289 Instrumentation and Detectors
+1201.6417 Astrophysics of Galaxies
+1202.1329 Mesoscale and Nanoscale Physics
+1202.1353 Geometric Topology
+1202.2230 Quantum Algebra
+1202.2348 Phenomenology
+1202.2703 Learning
+1202.2714
+1202.2739 Differential Geometry
+1202.2808 Algebraic Geometry
+1202.2853 Astrophysics of Galaxies
+1202.2868 Graphics
+1202.2885 General Physics
+1202.2888 Social and Information Networks
+1202.2891 Algebraic Geometry
+1202.2912 Differential Geometry
+1202.2914 Networking and Internet Architecture
+1202.2915
+1202.2917 Programming Languages
+1202.2918 Programming Languages
+1202.2919 Programming Languages
+1202.2920 Programming Languages
+1202.2921 Programming Languages
+1202.2922 Programming Languages
+1202.2923 Programming Languages
+1202.2924 Programming Languages
+1202.2926 Databases
+1202.2932 Cosmology and Nongalactic Astrophysics
+1202.2933 Cosmology and Nongalactic Astrophysics
+1202.2934 Probability
+1202.2935 Algebraic Geometry
+1202.2941 Quantum Gases
+1202.2944 Information Theory
+1202.2945 Probability
+1202.2951 Biological Physics
+1202.2960 Classical Analysis and ODEs
+1202.2961 Algebraic Geometry
+1202.2963 Information Theory
+1202.2966 History and Overview
+1202.2976
+1202.2979 Dynamical Systems
+1202.2980 Probability
+1202.2981 Distributed, Parallel, and Cluster Computing
+1202.2983
+1202.2995 General Physics
+1202.2999 Probability
+1202.3000 Numerical Analysis
+1202.3005 High Energy Astrophysical Phenomena
+1202.3006 Combinatorics
+1202.3009 Representation Theory
+1202.3010 Superconductivity
+1202.3011 Cosmology and Nongalactic Astrophysics
+1202.3016 Mesoscale and Nanoscale Physics
+1202.3017 Instrumentation and Detectors
+1202.3018 Networking and Internet Architecture
+1202.3023 Statistical Mechanics
+1202.3027 Combinatorics
+1202.3028
+1202.3029 Analysis of PDEs
+1202.3031 Statistical Mechanics
+1202.3034
+1202.3039 High Energy Astrophysical Phenomena
+1202.3041 Probability
+1202.3045
+1202.3046 Computer Vision and Pattern Recognition
+1202.3047 Statistical Mechanics
+1202.3048 Other Computer Science
+1202.3052 Cryptography and Security
+1202.3053 Statistical Mechanics
+1202.3056 Phenomenology
+1202.3057
+1202.3059 Physics and Society
+1202.3061 Number Theory
+1202.3063 Complex Variables
+1202.3064 Spectral Theory
+1202.3066 Algebraic Geometry
+1202.3070
+1202.3079 Learning
+1202.3087 Computational Physics
+1202.3090 Algebraic Geometry
+1202.3092 Combinatorics
+1202.3103 Combinatorics
+1202.3106 Dynamical Systems
+1202.3108 Distributed, Parallel, and Cluster Computing
+1202.3112 Soft Condensed Matter
+1202.3113 Dynamical Systems
+1202.3117 Medical Physics
+1202.3123 Probability
+1202.3126 Rings and Algebras
+1202.3128 Combinatorics
+1202.3130 Probability
+cond-mat/0102444 Superconductivity
+gr-qc/0601128
+math/0106084 Algebraic Geometry
+math/0202086 Algebraic Geometry
+math/0210374 Algebraic Geometry
+math/0610921 Rings and Algebras
+math/9809060 Algebraic Geometry
+0707.4668 Other Condensed Matter
+0803.1463
+0812.0065 General Physics
+0901.2815
+0907.1532
+0908.3235 Quantum Gases
+0911.2005 Quantum Gases
+0912.5312
+1003.4873 Algebraic Geometry
+1005.1519 Probability
+1006.3443 Mesoscale and Nanoscale Physics
+1006.4742 Computational Physics
+1007.3578 Probability
+1008.0772
+1009.5314 Probability
+1011.0620 Combinatorics
+1011.3542 Logic in Computer Science
+1102.5126 Portfolio Management
+1103.1460 Probability
+1103.2703
+1105.0968 Atmospheric and Oceanic Physics
+1105.1140 Atmospheric and Oceanic Physics
+1105.2193
+1105.4634 Classical Analysis and ODEs
+1105.5978 Classical Analysis and ODEs
+1106.0881 Superconductivity
+1106.4280 Dynamical Systems
+1106.5284 Solar and Stellar Astrophysics
+1107.2325 Group Theory
+1107.3532 Cosmology and Nongalactic Astrophysics
+1108.0375 K-Theory and Homology
+1108.5137 Atomic Physics
+1108.5404 Representation Theory
+1109.5146 Analysis of PDEs
+1109.5726 Functional Analysis
+1109.6072 Representation Theory
+1110.0315 General Physics
+1110.0660
+1110.6691
+1111.0560 Mesoscale and Nanoscale Physics
+1111.0651 Optics
+1111.3914 Strongly Correlated Electrons
+1111.5089 Plasma Physics
+1112.1249 Chaotic Dynamics
+1112.1755 Superconductivity
+1112.2397 Trading and Market Microstructure
+1112.2437 Networking and Internet Architecture
+1112.3727 Analysis of PDEs
+1201.1487 Solar and Stellar Astrophysics
+1201.1505 Strongly Correlated Electrons
+1201.1991 Solar and Stellar Astrophysics
+1201.4007 Analysis of PDEs
+1201.6485 Phenomenology
+1202.1333 Operator Algebras
+1202.1956 Theory
+1202.4151 Quantum Gases
+1202.4634 Strongly Correlated Electrons
+1203.0635 Strongly Correlated Electrons
+1203.2058
+1203.2209 Combinatorics
+1203.3392 Statistical Mechanics
+1203.4523 Learning
+1204.1286 Atmospheric and Oceanic Physics
+1204.1484 Differential Geometry
+1204.2583 Physics and Society
+1204.3208 Probability
+1204.4531 Strongly Correlated Electrons
+1204.4936 Functional Analysis
+1204.5919 Earth and Planetary Astrophysics
+1205.0593 Representation Theory
+1205.2252 Mesoscale and Nanoscale Physics
+1205.2526 Solar and Stellar Astrophysics
+1205.3517
+1205.4804
+1205.5796 Cosmology and Nongalactic Astrophysics
+1205.6333 Computational Physics
+1205.6348
+1206.3555 Artificial Intelligence
+1206.3809
+1206.6086
+1207.0635 Chemical Physics
+1207.1296 Commutative Algebra
+1207.4305 Optimization and Control
+1207.4801
+1208.1112 Cosmology and Nongalactic Astrophysics
+1208.3457 Physics and Society
+1208.3934 Disordered Systems and Neural Networks
+1208.4935 Atomic and Molecular Clusters
+1209.1384 Functional Analysis
+1209.1607 Algebraic Topology
+1209.2088 Combinatorics
+1209.2114 Astrophysics of Galaxies
+1209.2131 Computer Science and Game Theory
+1209.2138 Information Theory
+1209.2144
+1209.2153 High Energy Astrophysical Phenomena
+1209.2154 Networking and Internet Architecture
+1209.2163 Physics and Society
+1209.2170 Dynamical Systems
+1209.2171 Computational Geometry
+1209.2181 Dynamical Systems
+1209.2182 Popular Physics
+1209.2183 Dynamical Systems
+1209.2188 Combinatorics
+1209.2189 Networking and Internet Architecture
+1209.2191 Distributed, Parallel, and Cluster Computing
+1209.2195 Complex Variables
+1209.2197 Classical Physics
+1209.2198 Differential Geometry
+1209.2202 Combinatorics
+1209.2204 General Finance
+1209.2211 Optics
+1209.2212
+1209.2218 Combinatorics
+1209.2233 Cosmology and Nongalactic Astrophysics
+1209.2234 Networking and Internet Architecture
+1209.2237 Formal Languages and Automata Theory
+1209.2238 Logic in Computer Science
+1209.2239 Logic in Computer Science
+1209.2244 Human-Computer Interaction
+1209.2246 Numerical Analysis
+1209.2247 Strongly Correlated Electrons
+1209.2248 Solar and Stellar Astrophysics
+1209.2252
+1209.2254 Soft Condensed Matter
+1209.2259 Numerical Analysis
+1209.2264 Optics
+1209.2266 Instrumentation and Methods for Astrophysics
+1209.2267 Soft Condensed Matter
+1209.2274 Information Retrieval
+1209.2276
+1209.2278 Genomics
+1209.2280 Optics
+1209.2283 Rings and Algebras
+1209.2284 Statistical Mechanics
+1209.2290 Soft Condensed Matter
+1209.2291 High Energy Astrophysical Phenomena
+1209.2292 Cosmology and Nongalactic Astrophysics
+1209.2294 Statistical Mechanics
+1209.2297 Plasma Physics
+1209.2298 Risk Management
+1209.2299 Phenomenology
+1209.2303 Probability
+1209.2309 Combinatorics
+1209.2311 Numerical Analysis
+1209.2318 Differential Geometry
+1209.2322 Artificial Intelligence
+1209.2324 Mesoscale and Nanoscale Physics
+1209.2326 Mesoscale and Nanoscale Physics
+1209.2333 Computational Complexity
+1209.2334 Theory
+1209.2348 History and Overview
+1209.2349 Optics
+1209.2353 Combinatorics
+1209.2354 Number Theory
+1209.2366 Probability
+1209.2368 Computers and Society
+1209.2377 General Physics
+1209.2378 Theory
+1209.2383 Probability
+1209.2385 Optimization and Control
+1209.2391 Combinatorics
+1209.2400 Computation and Language
+1209.2402
+1209.2404 Combinatorics
+1209.2407 General Physics
+cond-mat/0601164 Strongly Correlated Electrons
+0708.3799 Strongly Correlated Electrons
+0711.4836 Algebraic Geometry
+0801.3679
+0802.0257 Algebraic Geometry
+0804.0489 Theory
+0804.2938 General Mathematics
+0804.2939 General Mathematics
+0804.4810 Strongly Correlated Electrons
+0812.2255 K-Theory and Homology
+0812.2369 Metric Geometry
+0901.3804 Differential Geometry
+0902.4636 Instrumentation and Methods for Astrophysics
+0904.0529 Algebraic Geometry
+0904.4845 Soft Condensed Matter
+0906.3569 Probability
+0908.1197 Algebraic Geometry
+0911.2218 Earth and Planetary Astrophysics
+0911.3305 Group Theory
+1001.0085 Functional Analysis
+1001.2751 Numerical Analysis
+1002.0954 Biological Physics
+1002.2843 Chemical Physics
+1006.3543 Theory
+1009.3505 Mesoscale and Nanoscale Physics
+1010.3603 Probability
+1011.3803
+1011.3856 Probability
+1012.3581 Mesoscale and Nanoscale Physics
+1101.0377 Physics and Society
+1101.1528 Computation
+1101.2141
+1102.3158 History and Philosophy of Physics
+1102.4105 Phenomenology
+1103.0752 Solar and Stellar Astrophysics
+1103.1088 Geometric Topology
+1103.1478 Strongly Correlated Electrons
+1103.3908 Analysis of PDEs
+1103.4516 Quantum Gases
+1104.1034 Logic in Computer Science
+1104.2798 Theory
+1104.4373 Theory
+1105.0247 Trading and Market Microstructure
+1105.0696 Lattice
+1105.1008
+1105.2258 Instrumentation and Detectors
+1105.5278 Mesoscale and Nanoscale Physics
+1105.6365 Probability
+1106.3233 Analysis of PDEs
+1106.3613 Quantum Gases
+1106.5579 Statistical Mechanics
+1107.0514
+1107.0852 Classical Physics
+1107.1702 Biological Physics
+1107.3875 Experiment
+1107.5793 Physics and Society
+1107.5838 Chaotic Dynamics
+1108.5165
+1109.0599 Lattice
+1109.0949 Logic
+1109.3047 Instrumentation and Detectors
+1109.3206 General Physics
+1109.3207 Instrumentation and Methods for Astrophysics
+1109.6579
+1110.0386 Strongly Correlated Electrons
+1110.1231 Lattice
+1110.1348 Quantum Gases
+1110.1570 Mesoscale and Nanoscale Physics
+1110.1893 Superconductivity
+1110.2229
+1110.2395 Probability
+1110.5565
+1110.5874 Statistical Mechanics
+1110.6542 Statistical Mechanics
+1110.6783
+1111.1560 Data Analysis, Statistics and Probability
+1111.5625 Solar and Stellar Astrophysics
+1111.7152
+1112.1783 Logic in Computer Science
+1112.2395 Quantum Gases
+1112.2799 Quantum Gases
+1112.3157 Quantum Gases
+1112.3488 Materials Science
+1112.4904 Optimization and Control
+1112.4913 Classical Physics
+1112.5903
+1201.0032 Combinatorics
+1201.0578 Statistical Mechanics
+1201.1555 Commutative Algebra
+1201.2226 Phenomenology
+1201.2783 Number Theory
+1201.2785 Mesoscale and Nanoscale Physics
+1201.3267
+1201.4476 Statistical Mechanics
+1201.4953 Fluid Dynamics
+1201.5196 Optics
+1201.5486 Instrumentation and Methods for Astrophysics
+1201.5510 Dynamical Systems
+1201.5645 Solar and Stellar Astrophysics
+1201.5648 Numerical Analysis
+1201.5655 Group Theory
+1201.5658 Representation Theory
+1201.5671 Dynamical Systems
+1201.5676 Materials Science
+1201.5681 Digital Libraries
+1201.5682 Number Theory
+1201.5684 Numerical Analysis
+1201.5687 Methodology
+1201.5688 Networking and Internet Architecture
+1201.5689 Information Theory
+1201.5691 Commutative Algebra
+1201.5696 Differential Geometry
+1201.5697 Cosmology and Nongalactic Astrophysics
+1201.5704 Optics
+1201.5705 Statistics Theory
+1201.5706
+1201.5710 Lattice
+1201.5712 Theory
+1201.5713 Classical Analysis and ODEs
+1201.5717 Algebraic Geometry
+1201.5718 Algebraic Geometry
+1201.5720
+1201.5723
+1201.5728 Cryptography and Security
+1201.5729 Discrete Mathematics
+1201.5731 Number Theory
+1201.5735 Software Engineering
+1201.5744 Rings and Algebras
+1201.5745 Methodology
+1201.5746 Cosmology and Nongalactic Astrophysics
+1201.5751 Chaotic Dynamics
+1201.5756
+1201.5757 Dynamical Systems
+1201.5761
+1201.5763 Astrophysics of Galaxies
+1201.5764 Optimization and Control
+1201.5773 Experiment
+1201.5780 Probability
+1201.5783 Functional Analysis
+1201.5788 Computational Geometry
+1201.5790 Metric Geometry
+1201.5795 Optimization and Control
+1201.5801 Analysis of PDEs
+1201.5802 Instrumentation and Detectors
+1201.5807 Instrumentation and Detectors
+1201.5810 Symbolic Computation
+1201.5811 Logic
+1201.5812 Differential Geometry
+1201.5813 Disordered Systems and Neural Networks
+1201.5817 Number Theory
+1201.5820 Quantum Algebra
+1201.5824 Data Structures and Algorithms
+1201.5831 General Physics
+1201.5838 Information Theory
+1201.5839 Phenomenology
+1201.5847 General Physics
+1201.5850 General Physics
+1201.5853 Logic in Computer Science
+1201.5854 Data Analysis, Statistics and Probability
+1201.5856 Complex Variables
+1201.5859 Geometric Topology
+1201.5866 Probability
+1201.5867 Probability
+1201.5869 Commutative Algebra
+1201.5870 Probability
+1201.5877 Solar and Stellar Astrophysics
+1201.5878 Complex Variables
+1201.5883 Accelerator Physics
+1201.5885 Data Analysis, Statistics and Probability
+astro-ph/0309356
+astro-ph/0502152
+astro-ph/0601606
+astro-ph/0602077
+astro-ph/0702413
+cond-mat/0604600 Mesoscale and Nanoscale Physics
+math/0609190 General Mathematics
+math/0702832 Differential Geometry
+0705.2956 Symplectic Geometry
+0710.5399 Biological Physics
+0902.3130 Machine Learning
+0903.1223 Applications
+0906.2238 Numerical Analysis
+0909.2060 Instrumentation and Detectors
+1001.4575
+1001.4674 Probability
+1005.5698 Computer Science and Game Theory
+1006.5209 History and Philosophy of Physics
+1008.0798 Solar and Stellar Astrophysics
+1008.1476
+1008.2277 Machine Learning
+1009.5341 Formal Languages and Automata Theory
+1010.1465 Geometric Topology
+1010.4364 Number Theory
+1010.4504 Machine Learning
+1012.2146 Symplectic Geometry
+1012.4241 Cryptography and Security
+1103.4619 Cosmology and Nongalactic Astrophysics
+1105.0768 Software Engineering
+1105.2372 Geometric Topology
+1105.5688 Quantum Gases
+1106.2800 Earth and Planetary Astrophysics
+1107.1163 Optimization and Control
+1107.2015 Combinatorics
+1108.0757 Statistics Theory
+1108.2687 Quantum Gases
+1108.4614 Cosmology and Nongalactic Astrophysics
+1108.4778 Superconductivity
+1108.5998 Biological Physics
+1109.5568 Mesoscale and Nanoscale Physics
+1110.1227 Rings and Algebras
+1110.1961 Combinatorics
+1110.3760 Combinatorics
+1110.5505 Mesoscale and Nanoscale Physics
+1111.1194 Probability
+1111.1724 Astrophysics of Galaxies
+1111.6018 Commutative Algebra
+1111.7128 Chaotic Dynamics
+1112.0734 Numerical Analysis
+1112.3517
+1112.4800 Functional Analysis
+1112.4900 Combinatorics
+1201.5035 Operator Algebras
+1201.5605 Theory
+1201.6124 Algebraic Geometry
+1202.0291 Strongly Correlated Electrons
+1202.0698 Cosmology and Nongalactic Astrophysics
+1202.1312 Lattice
+1202.2117 Solar and Stellar Astrophysics
+1202.2303 Soft Condensed Matter
+1202.2310 Biological Physics
+1202.2312 Quantum Algebra
+1202.3348 Quantum Gases
+1202.3643 Physics and Society
+1202.4420
+1202.5071 Dynamical Systems
+1202.5916 Materials Science
+1202.6595 Materials Science
+1203.1252 Cosmology and Nongalactic Astrophysics
+1203.2857 Soft Condensed Matter
+1203.3042 Optics
+1203.3386 Strongly Correlated Electrons
+1203.3409
+1203.3456 Phenomenology
+1203.5351 Physics and Society
+1204.0487 Phenomenology
+1204.0518 Theory
+1204.2771 Strongly Correlated Electrons
+1204.5398 Soft Condensed Matter
+1204.5665 Soft Condensed Matter
+1204.5918 Mesoscale and Nanoscale Physics
+1204.6288 Theory
+1204.6456 Geometric Topology
+1205.1825 Formal Languages and Automata Theory
+1205.2203 Geometric Topology
+1205.2575 Phenomenology
+1205.4099 Strongly Correlated Electrons
+1205.4973 Computer Science and Game Theory
+1205.5621 Earth and Planetary Astrophysics
+1205.6838 Materials Science
+1206.1683 Materials Science
+1206.1764 Functional Analysis
+1206.2160 Materials Science
+1206.2465 Information Retrieval
+1206.2868 Soft Condensed Matter
+1206.2928 Statistical Mechanics
+1206.4212 Phenomenology
+1206.4400 Cell Behavior
+1206.4881 Methodology
+1206.4957 Accelerator Physics
+1206.4961 Algebraic Geometry
+1206.5300 Solar and Stellar Astrophysics
+1206.5438 Cosmology and Nongalactic Astrophysics
+1206.5448 Chemical Physics
+1206.5470 Quantum Gases
+1206.5471 Quantum Gases
+1206.5472 Quantum Gases
+1206.5497 Instrumentation and Methods for Astrophysics
+1206.5706 Group Theory
+1206.5756 Computational Finance
+1206.5791 Solar and Stellar Astrophysics
+1206.5793 Solar and Stellar Astrophysics
+1206.5794 Solar and Stellar Astrophysics
+1206.5828 Atmospheric and Oceanic Physics
+1206.5835 Atmospheric and Oceanic Physics
+1206.5837 Phenomenology
+1206.5843 Materials Science
+1206.5845 Geophysics
+1206.5846 Quantitative Methods
+1206.5847 Materials Science
+1206.5849 Physics and Society
+1206.5852 Cosmology and Nongalactic Astrophysics
+1206.5856 Chaotic Dynamics
+1206.5860 Computational Physics
+1206.5863 Combinatorics
+1206.5864 Algebraic Geometry
+1206.5865 Optimization and Control
+1206.5868 Group Theory
+1206.5870
+1206.5873 Differential Geometry
+1206.5876 Rings and Algebras
+1206.5882 Learning
+1206.5884 Multiagent Systems
+1206.5889 Probability
+1206.5890 Mesoscale and Nanoscale Physics
+1206.5896 Algebraic Geometry
+1206.5901 Numerical Analysis
+1206.5902 Instrumentation and Detectors
+1206.5903 Algebraic Geometry
+1206.5904 Populations and Evolution
+1206.5907 Number Theory
+1206.5912 Plasma Physics
+1206.5913 Probability
+1206.5914 Probability
+1206.5915 Learning
+1206.5922 Geophysics
+1206.5924 Dynamical Systems
+1206.5927 High Energy Astrophysical Phenomena
+1206.5928 Artificial Intelligence
+1206.5929 Number Theory
+1206.5931 Probability
+1206.5935 Dynamical Systems
+1206.5937 Optimization and Control
+1206.5938 Distributed, Parallel, and Cluster Computing
+1206.5940 Artificial Intelligence
+1206.5945 Genomics
+1206.5947 Phenomenology
+1206.5951 Atomic Physics
+1206.5952 Algebraic Geometry
+1206.5953 Optimization and Control
+1206.5954 Theory
+1206.5957 High Energy Astrophysical Phenomena
+1206.5958 High Energy Astrophysical Phenomena
+1206.5959 Data Structures and Algorithms
+1206.5970 Theory
+1206.5975 Category Theory
+1206.5977 Differential Geometry
+1206.5978
+1206.5979
+1206.5983 Computational Finance
+1206.5987 Analysis of PDEs
+1206.5990 Analysis of PDEs
+1206.5992 General Physics
+1206.5996
+1206.5997 Differential Geometry
+1206.6002 Functional Analysis
+1206.6005 Dynamical Systems
+1206.6009
+1206.6015 Learning
+1206.6016 Distributed, Parallel, and Cluster Computing
+1206.6019 Algebraic Geometry
+1206.6030 Learning
+1206.6038 Learning
+1206.6040
+1206.6041 Functional Analysis
+1206.6047 Plasma Physics
+1206.6053 Methodology
+1206.6057 Phenomenology
+1206.6058 Phenomenology
+1206.6065 Classical Analysis and ODEs
+1206.6066 Dynamical Systems
+1206.6068 Computational Complexity
+1206.6070 Methodology
+1206.6073
+1206.6077 Differential Geometry
+1206.6080 Artificial Intelligence
+1206.6083
+1206.6089 Analysis of PDEs
+1206.6092 Experiment
+1206.6097 Solar and Stellar Astrophysics
+astro-ph/0608492
+cond-mat/0206458 Soft Condensed Matter
+math-ph/0512022
+math/9912108 K-Theory and Homology
+0804.0510 Information Theory
+0804.3640 Combinatorics
+0805.0286 Geometric Topology
+0809.0775 Materials Science
+0810.2657
+0810.5059
+0811.0129 Quantum Algebra
+0902.0690 Operator Algebras
+0904.1538 Information Theory
+0907.3654 Information Theory
+0910.2344 Combinatorics
+0912.2207 Soft Condensed Matter
+0912.5523 Probability
+1002.0113 Quantum Algebra
+1002.1674 Quantum Gases
+1003.4675 Probability
+1006.3175 Differential Geometry
+1006.5784
+1007.0611 Geometric Topology
+1007.1371 Dynamical Systems
+1008.2504 Quantum Algebra
+1008.2505 Quantum Algebra
+1009.4415 Formal Languages and Automata Theory
+1010.5617 Theory
+1011.5933 Probability
+1012.2566 Superconductivity
+1012.6006 Dynamical Systems
+1101.0279 Analysis of PDEs
+1102.0468 History and Philosophy of Physics
+1102.0962 Combinatorics
+1103.3430 Artificial Intelligence
+1103.4599 Strongly Correlated Electrons
+1103.5943 Logic
+1104.5060 Astrophysics of Galaxies
+1105.1712 Disordered Systems and Neural Networks
+1105.5468 Strongly Correlated Electrons
+1106.5169 Superconductivity
+1107.2613 Quantum Gases
+1107.5266 Physics and Society
+1108.0346 Phenomenology
+1108.1542 Lattice
+1108.2217 Chaotic Dynamics
+1108.3510 Quantum Gases
+1109.1881 Algebraic Geometry
+1109.4229 Superconductivity
+1109.6063
+1110.2415
+1110.3298
+1110.3725
+1110.4062 Mesoscale and Nanoscale Physics
+1110.6613 Strongly Correlated Electrons
+1110.6919 Phenomenology
+1111.0423 Analysis of PDEs
+1111.1317 Lattice
+1111.7088 Information Theory
+1112.0661
+1112.1708 Theory
+1112.1962 Lattice
+1112.3897 Cosmology and Nongalactic Astrophysics
+1112.4105 Computational Geometry
+1112.5768 Quantum Gases
+1112.5913 Biological Physics
+1112.5974 Superconductivity
+1112.6316 High Energy Astrophysical Phenomena
+1201.2864 Lattice
+1201.3302 Machine Learning
+1201.3382 Machine Learning
+1201.4160
+1201.5125 Optics
+1201.6043 Information Theory
+1201.6256 Chemical Physics
+1202.0969 Computer Science and Game Theory
+1202.1335 Number Theory
+1203.0149 Experiment
+1203.0866 Probability
+1203.2923 Phenomenology
+1203.3328 Methodology
+1203.4526 Number Theory
+1203.4629
+1203.4864
+1203.5211 Probability
+1203.5281 Solar and Stellar Astrophysics
+1203.6170 Theory
+1203.6333 Optimization and Control
+1204.0037 Dynamical Systems
+1204.0489 Earth and Planetary Astrophysics
+1204.0612
+1204.0718 Probability
+1204.0767 Computer Vision and Pattern Recognition
+1204.0779
+1204.0783
+1204.0786 Cosmology and Nongalactic Astrophysics
+1204.0789
+1204.0797 Combinatorics
+1204.0798 Methodology
+1204.0799 Dynamical Systems
+1204.0803 Information Theory
+1204.0808 Materials Science
+1204.0809 Instrumentation and Methods for Astrophysics
+1204.0811 History and Philosophy of Physics
+1204.0813 Classical Analysis and ODEs
+1204.0815 Numerical Analysis
+1204.0816 Computational Complexity
+1204.0822 Computational Physics
+1204.0827 Mesoscale and Nanoscale Physics
+1204.0834 Algebraic Geometry
+1204.0841 Differential Geometry
+1204.0842 Analysis of PDEs
+1204.0844 Information Theory
+1204.0846 Analysis of PDEs
+1204.0855 Probability
+1204.0861 Differential Geometry
+1204.0868 Soft Condensed Matter
+1204.0870 Learning
+1204.0873 Strongly Correlated Electrons
+1204.0878 Statistical Mechanics
+1204.0879 Differential Geometry
+1204.0882 Analysis of PDEs
+1204.0883 Strongly Correlated Electrons
+1204.0885 Systems and Control
+1204.0886 Theory
+1204.0890 Spectral Theory
+1204.0892 Materials Science
+1204.0894 Rings and Algebras
+1204.0896 General Physics
+1204.0898 Classical Analysis and ODEs
+1204.0899 Earth and Planetary Astrophysics
+1204.0900 Instrumentation and Methods for Astrophysics
+1204.0905 Computational Geometry
+1204.0908 Other Computer Science
+1204.0912 Theory
+1204.0917 Fluid Dynamics
+1204.0919 Experiment
+1204.0927 Number Theory
+1204.0928 Solar and Stellar Astrophysics
+1204.0929 Metric Geometry
+1204.0938 Number Theory
+1204.0940 High Energy Astrophysical Phenomena
+1204.0942 Group Theory
+1204.0948 Instrumentation and Methods for Astrophysics
+1204.0949 Computational Complexity
+1204.0952 Experiment
+1204.0958 Robotics
+1204.0963
+1204.0976 Earth and Planetary Astrophysics
+1204.0986 Networking and Internet Architecture
+1204.0987 Cryptography and Security
+1204.0998
+1204.1010 Mesoscale and Nanoscale Physics
+1204.1014 Materials Science
+1204.1019 History and Overview
+1204.1035 Statistics Theory
+1204.1038 Analysis of PDEs
+1204.1039 Number Theory
+1204.1044 Mesoscale and Nanoscale Physics
+1204.1045 Representation Theory
+astro-ph/0110107
+cond-mat/0001342
+cond-mat/0301412
+cond-mat/0305578 Soft Condensed Matter
+cond-mat/0306191
+cond-mat/0410407 Strongly Correlated Electrons
+cond-mat/9806239
+cond-mat/9904423
+math-ph/0205034
+0710.5007
+0902.0377 Phenomenology
+0903.0900 Experiment
+0906.4470 Experiment
+1008.0047 Information Theory
+1108.1434 Cryptography and Security
+astro-ph/0010497
+astro-ph/0107535
+astro-ph/0603576
+astro-ph/0609619
+astro-ph/9711144
+cond-mat/9402035
+cond-mat/9406084
+cond-mat/9411050
+hep-th/0608024 Theory
+nucl-ex/0511015
+nucl-ex/9707003
+1208.1114 Soft Condensed Matter
+1208.1566 Differential Geometry
+0808.1161
+0812.2506 Probability
+0902.0310 Soft Condensed Matter
+0907.3639 Superconductivity
+0909.1479 Cosmology and Nongalactic Astrophysics
+0910.0457 History and Philosophy of Physics
+0910.1297 Superconductivity
+0910.5759 Information Theory
+0911.2368 Cosmology and Nongalactic Astrophysics
+1004.5602 Cosmology and Nongalactic Astrophysics
+1009.3100 High Energy Astrophysical Phenomena
+1012.3287 Disordered Systems and Neural Networks
+1101.4447 Soft Condensed Matter
+1102.0696 Geometric Topology
+1103.1648 Combinatorics
+1104.0736 Materials Science
+1104.1331 Statistical Mechanics
+1106.1127 Number Theory
+1106.3500 Dynamical Systems
+1106.3571 Machine Learning
+1106.4336 Probability
+1107.2558 Theory
+1109.3518 Optics
+1111.0893 Theory
+1112.4117 Strongly Correlated Electrons
+1112.4755 Methodology
+1112.5390 Chaotic Dynamics
+1201.4787 Physics and Society
+1202.2870 Mesoscale and Nanoscale Physics
+1203.6653 Quantum Gases
+1205.0941 Chemical Physics
+1205.3044 Differential Geometry
+1205.4141
+1205.6270 Theory
+1205.6476 Cosmology and Nongalactic Astrophysics
+1206.0155 Phenomenology
+1206.4207 Differential Geometry
+1206.4261 Physics Education
+1206.5930 Cryptography and Security
+1206.6727
+1207.1992 Operator Algebras
+1207.2315 Cosmology and Nongalactic Astrophysics
+1207.2645 Quantum Gases
+1207.4781 Cosmology and Nongalactic Astrophysics
+1207.6749 Cosmology and Nongalactic Astrophysics
+1208.0123
+1208.2151 Mesoscale and Nanoscale Physics
+1208.3368 Cosmology and Nongalactic Astrophysics
+1208.3658 Instrumentation and Methods for Astrophysics
+1208.4426 Superconductivity
+1208.4470
+1208.4948 Differential Geometry
+1208.5459
+1208.5724 Soft Condensed Matter
+1208.6526 Materials Science
+1209.0761 Cosmology and Nongalactic Astrophysics
+1209.2122 Theory
+1209.2981 Combinatorics
+1209.3642
+1209.4001 Statistical Mechanics
+1209.4101 Dynamical Systems
+1209.4219 Phenomenology
+1209.4668 Superconductivity
+1209.4930
+1210.0380 Methodology
+1210.1587 Mesoscale and Nanoscale Physics
+1210.1673 Materials Science
+1210.5880 Solar and Stellar Astrophysics
+1210.6700 Strongly Correlated Electrons
+1210.7152 Superconductivity
+1210.7613 Materials Science
+1210.7680 High Energy Astrophysical Phenomena
+1211.0980 Optics
+1211.3205 Optics
+1211.4543 Genomics
+1211.4713
+1211.5457 Combinatorics
+1211.6464 Superconductivity
+1211.6795 Lattice
+1211.6883
+1212.0499 Analysis of PDEs
+1212.1020 Commutative Algebra
+1212.1175 Experiment
+1212.1192 Computation and Language
+1212.1463 Cosmology and Nongalactic Astrophysics
+1212.1464 Social and Information Networks
+1212.1469 Databases
+1212.1471 Computer Science and Game Theory
+1212.1476 Analysis of PDEs
+1212.1478 Computation and Language
+1212.1479 Computation
+1212.1485 Logic in Computer Science
+1212.1490 Earth and Planetary Astrophysics
+1212.1507 Medical Physics
+1212.1509 Group Theory
+1212.1510 Solar and Stellar Astrophysics
+1212.1526 Complex Variables
+1212.1533 Lattice
+1212.1535 Combinatorics
+1212.1541 Astrophysics of Galaxies
+1212.1542 Logic
+1212.1545 Category Theory
+1212.1548 Logic in Computer Science
+1212.1555 Astrophysics of Galaxies
+1212.1558 Earth and Planetary Astrophysics
+1212.1560 Astrophysics of Galaxies
+1212.1565
+1212.1568 Lattice
+1212.1570 Artificial Intelligence
+1212.1572 Lattice
+1212.1573 Analysis of PDEs
+1212.1576 Cosmology and Nongalactic Astrophysics
+1212.1578 Analysis of PDEs
+1212.1579 Number Theory
+1212.1580 Materials Science
+1212.1581 Number Theory
+1212.1582 Analysis of PDEs
+1212.1584 Functional Analysis
+1212.1592 History and Philosophy of Physics
+1212.1595 Optics
+1212.1598 Phenomenology
+1212.1601 Biological Physics
+1212.1602 Analysis of PDEs
+1212.1603 Systems and Control
+1212.1604 Functional Analysis
+1212.1607 Combinatorics
+1212.1609 Data Structures and Algorithms
+1212.1612 Materials Science
+1212.1621 Networking and Internet Architecture
+1212.1625 Information Retrieval
+1212.1628
+1212.1629 Systems and Control
+1212.1633 Social and Information Networks
+1212.1636 Phenomenology
+1212.1637
+1212.1641 Cell Behavior
+1212.1644 General Mathematics
+1212.1646 Combinatorics
+1212.1649
+1212.1650 Representation Theory
+1212.1651 Other Computer Science
+1212.1659 Materials Science
+1212.1661 General Finance
+1212.1664 Astrophysics of Galaxies
+1212.1668 Fluid Dynamics
+1212.1669 Differential Geometry
+1212.1671 Cosmology and Nongalactic Astrophysics
+1212.1677 Adaptation and Self-Organizing Systems
+1212.1678 K-Theory and Homology
+1212.1679 Data Analysis, Statistics and Probability
+1212.1680 Analysis of PDEs
+1212.1682 Combinatorics
+1212.1684 Physics and Society
+1212.1690 Materials Science
+1212.1695 Classical Analysis and ODEs
+1212.1697 Functional Analysis
+1212.1698 Metric Geometry
+1212.1699 Geometric Topology
+1212.1703 Information Theory
+1212.1706 Numerical Analysis
+1212.1709 Physics and Society
+cond-mat/0411404 Superconductivity
+math-ph/0212034
+math/0511232 Algebraic Topology
+0707.2834 Probability
+0712.1674
+0812.1314 Combinatorics
+0812.4373 Adaptation and Self-Organizing Systems
+0903.0213 Mesoscale and Nanoscale Physics
+0905.0746 Mesoscale and Nanoscale Physics
+0906.3433 Logic
+0909.4729 Strongly Correlated Electrons
+0912.2791 Mesoscale and Nanoscale Physics
+1001.2952 Optimization and Control
+1002.0260 Theory
+1003.0146 Learning
+1003.0666 Analysis of PDEs
+1003.2289 Probability
+1003.5097 Information Theory
+1004.4381 Representation Theory
+1005.1608 Probability
+1005.4107 Statistics Theory
+1007.0571 Computer Science and Game Theory
+1008.1926 Differential Geometry
+1008.2627 Materials Science
+1008.3683 History and Overview
+1009.1370 Statistics Theory
+1009.3381 Materials Science
+1010.0976 Materials Science
+1010.2301
+1010.6174 Phenomenology
+1012.3680 Combinatorics
+1012.3817 Algebraic Geometry
+1101.4743 Methodology
+1101.5865 Molecular Networks
+1102.0072 Computational Complexity
+1102.2380 Phenomenology
+1102.3280 Analysis of PDEs
+1102.5580 Algebraic Geometry
+1103.0088 Algebraic Geometry
+1103.3794 Information Theory
+1104.1154 Dynamical Systems
+1105.0434 Quantum Algebra
+1105.2493 Machine Learning
+1105.3020 Probability
+1105.5705 Classical Physics
+1106.1549 Algebraic Topology
+1106.3842 Instrumentation and Methods for Astrophysics
+1106.4017
+1106.4317 Quantitative Methods
+1107.2025
+1107.2290
+1107.5012 Mesoscale and Nanoscale Physics
+1107.6023
+1108.0922
+1108.4510 Fluid Dynamics
+1109.0344 Quantum Gases
+1109.1503
+1109.1913 Information Theory
+1109.2426
+1109.3373
+1109.3768 General Physics
+1109.5289 General Physics
+1109.5685 Phenomenology
+1109.6569 Chaotic Dynamics
+1110.0442
+1110.1056 Cosmology and Nongalactic Astrophysics
+1110.3392 Methodology
+1110.4797 Numerical Analysis
+1110.5185
+1110.5693
+1111.0215 Fluid Dynamics
+1111.0223 Cosmology and Nongalactic Astrophysics
+1111.0565 Materials Science
+1111.0600 Theory
+1111.1694 Quantum Gases
+1111.2012
+1111.2703 Statistical Mechanics
+1111.2714 General Physics
+1111.4455
+1111.5923
+1112.0722 Functional Analysis
+1112.0968 Theory
+1112.2415 Phenomenology
+1112.2551 Strongly Correlated Electrons
+1112.3565 Classical Analysis and ODEs
+1112.4325 Phenomenology
+1112.4390 Instrumentation and Methods for Astrophysics
+1112.5158 Phenomenology
+1112.5244 Statistical Mechanics
+1112.5900 Differential Geometry
+1201.2223 High Energy Astrophysical Phenomena
+1201.2319 Statistical Mechanics
+1201.2772
+1201.2822 Earth and Planetary Astrophysics
+1201.2981 High Energy Astrophysical Phenomena
+1201.3380 Applications
+1201.3415 Lattice
+1201.4426 Mesoscale and Nanoscale Physics
+1201.5571 Cosmology and Nongalactic Astrophysics
+1202.0184 Atomic Physics
+1202.1334 Learning
+1202.2214 Networking and Internet Architecture
+1202.3156 Astrophysics of Galaxies
+1202.3540 Dynamical Systems
+1202.3608 Materials Science
+1202.5222 Lattice
+1202.6160 Plasma Physics
+1203.0045 Accelerator Physics
+1203.0058 Databases
+1203.0107 Statistics Theory
+1203.0124 Superconductivity
+1203.0148 Soft Condensed Matter
+1203.0160 Databases
+1203.0269 Mesoscale and Nanoscale Physics
+1203.0300 Physics and Society
+1203.0316 Algebraic Geometry
+1203.0321 Distributed, Parallel, and Cluster Computing
+1203.0326 Probability
+1203.0327 Materials Science
+1203.0332 Social and Information Networks
+1203.0333 Cryptography and Security
+1203.0334 Logic
+1203.0337 Fluid Dynamics
+1203.0339 Numerical Analysis
+1203.0346 Instrumentation and Detectors
+1203.0349 Statistical Mechanics
+1203.0353 Computer Science and Game Theory
+1203.0355
+1203.0356
+1203.0359 Number Theory
+1203.0360 Differential Geometry
+1203.0361 Materials Science
+1203.0365 Analysis of PDEs
+1203.0370 Phenomenology
+1203.0375 Functional Analysis
+1203.0376
+1203.0378 Differential Geometry
+1203.0379 Combinatorics
+1203.0381 Statistics Theory
+1203.0383 Operator Algebras
+1203.0384 Differential Geometry
+1203.0390
+1203.0392 Statistics Theory
+1203.0400 Software Engineering
+1203.0403 Statistics Theory
+1203.0404 Materials Science
+1203.0405 Probability
+1203.0406 Materials Science
+1203.0408 Optimization and Control
+1203.0409 Phenomenology
+1203.0410 Soft Condensed Matter
+1203.0416 Phenomenology
+1203.0417 Probability
+1203.0420 Mesoscale and Nanoscale Physics
+1203.0424 Algebraic Topology
+1203.0429 Distributed, Parallel, and Cluster Computing
+1203.0430 Phenomenology
+1203.0431 Statistics Theory
+1203.0432 Distributed, Parallel, and Cluster Computing
+1203.0434 Computers and Society
+1203.0435 Distributed, Parallel, and Cluster Computing
+1203.0438 Commutative Algebra
+1203.0439 Cryptography and Security
+1203.0440 Cryptography and Security
+1203.0441
+1203.0442 Computational Geometry
+1203.0443 Distributed, Parallel, and Cluster Computing
+1203.0446 Probability
+1203.0448 Neurons and Cognition
+1203.0450 Statistics Theory
+1203.0456 Other Condensed Matter
+1203.0457 Materials Science
+1203.0460 Materials Science
+1203.0461 Materials Science
+1203.0464 Statistics Theory
+1203.0466 Materials Science
+1203.0472 Materials Science
+1203.0474 Information Theory
+1203.0476 History and Philosophy of Physics
+1203.0478 Computational Geometry
+1203.0480 Complex Variables
+1203.0483 Materials Science
+1203.0489 Molecular Networks
+1203.0497 Differential Geometry
+1203.0500 Computers and Society
+1203.0507 Instrumentation and Methods for Astrophysics
+1203.0510 Combinatorics
+1203.0511 Networking and Internet Architecture
+1203.0512 Computation and Language
+1203.0518 Information Retrieval
+1203.0519 Strongly Correlated Electrons
+1203.0521 Representation Theory
+1203.0522 Rings and Algebras
+1203.0524 Earth and Planetary Astrophysics
+1203.0528 Data Analysis, Statistics and Probability
+1203.0532 Digital Libraries
+1203.0541 Networking and Internet Architecture
+1203.0544 Differential Geometry
+1203.0549 Differential Geometry
+1203.0551
+1203.0554 Solar and Stellar Astrophysics
+cond-mat/0305296 Strongly Correlated Electrons
+gr-qc/0501055
+quant-ph/0604216
+0707.0948
+0712.3771 Other Condensed Matter
+0806.2926 Functional Analysis
+0812.0060 Probability
+0902.4502 Dynamical Systems
+0905.0378
+0905.1164 Group Theory
+0907.4529 Representation Theory
+0907.4851
+0912.2805 Superconductivity
+0912.3580 Algebraic Geometry
+0912.3901
+1001.2531 Materials Science
+1006.0647
+1006.3541 Data Structures and Algorithms
+1007.4634
+1008.3703 Instrumentation and Methods for Astrophysics
+1008.3936 Complex Variables
+1008.5105 Data Structures and Algorithms
+1009.0031 Superconductivity
+1009.3541 Rings and Algebras
+1009.4764
+1010.1947 General Physics
+1011.3167 Geometric Topology
+1012.2149 Dynamical Systems
+1101.2157 Statistical Mechanics
+1102.0365 Information Theory
+1102.0960 Biological Physics
+1103.1026 Networking and Internet Architecture
+1103.1397 Materials Science
+1103.5967 Statistical Mechanics
+1104.3689 Differential Geometry
+1104.3736 High Energy Astrophysical Phenomena
+1104.5625 Differential Geometry
+1105.2807 Number Theory
+1105.4612 Phenomenology
+1105.4670 Medical Physics
+1105.6161 Strongly Correlated Electrons
+1105.6362 Cosmology and Nongalactic Astrophysics
+1106.4468 Probability
+1106.5371 Cosmology and Nongalactic Astrophysics
+1107.0094 Algebraic Geometry
+1107.1813 Geometric Topology
+1107.3720 Cosmology and Nongalactic Astrophysics
+1107.5604 Commutative Algebra
+1108.0204 Strongly Correlated Electrons
+1108.0936
+1108.1719 Theory
+1108.1995
+1108.2781 Cosmology and Nongalactic Astrophysics
+1108.3608 Quantum Gases
+1109.2464 Quantum Gases
+1109.3428 Social and Information Networks
+1109.3841 Optimization and Control
+1109.4408 Methodology
+1109.5110
+1109.6233 High Energy Astrophysical Phenomena
+1109.6463 Probability
+1110.0097 Theory
+1110.0475 Cosmology and Nongalactic Astrophysics
+1110.3119 Cosmology and Nongalactic Astrophysics
+1110.3605 Classical Physics
+1110.4822 Strongly Correlated Electrons
+1110.5760
+1110.6081 Superconductivity
+1111.1107
+1111.1230 Strongly Correlated Electrons
+1111.1649
+1111.2062 Data Analysis, Statistics and Probability
+1111.5383 Strongly Correlated Electrons
+1111.6928 Phenomenology
+1112.1860 Theory
+1112.2069 Mesoscale and Nanoscale Physics
+1112.2752 Cosmology and Nongalactic Astrophysics
+1112.3582 Algebraic Geometry
+1112.4069 Probability
+1112.4710 Mesoscale and Nanoscale Physics
+1112.5091 Soft Condensed Matter
+1112.5151 Cosmology and Nongalactic Astrophysics
+1112.5204 Materials Science
+1112.5395 Instrumentation and Detectors
+1112.5836
+1112.6112
+1201.1916 Cosmology and Nongalactic Astrophysics
+1201.2234
+1201.2940 Solar and Stellar Astrophysics
+1201.4641 Mesoscale and Nanoscale Physics
+1201.4879 Materials Science
+1201.4885
+1201.5040 Phenomenology
+1201.5230 Software Engineering
+1201.6269 Strongly Correlated Electrons
+1202.1905
+1202.3986
+1202.5157
+1202.5584 Phenomenology
+1202.6656 Materials Science
+1203.1744 Astrophysics of Galaxies
+1203.2117 Astrophysics of Galaxies
+1203.4013 Cosmology and Nongalactic Astrophysics
+1203.4190 Superconductivity
+1203.4195 Soft Condensed Matter
+1203.6203 Theory
+1204.0075 Information Theory
+1204.0471 Metric Geometry
+1204.0475 Algebraic Geometry
+1204.1832 Information Retrieval
+1204.1956 Learning
+1204.2269
+1204.2412 Quantum Algebra
+1204.2540 Number Theory
+1204.2541 Sound
+1204.2561 Number Theory
+1204.2564 High Energy Astrophysical Phenomena
+1204.2566 Programming Languages
+1204.2571 Functional Analysis
+1204.2572 Solar and Stellar Astrophysics
+1204.2575 Optimization and Control
+1204.2577 Information Theory
+1204.2579 Statistics Theory
+1204.2580 High Energy Astrophysical Phenomena
+1204.2581 Data Structures and Algorithms
+1204.2582 Representation Theory
+1204.2586 Numerical Analysis
+1204.2588 Social and Information Networks
+1204.2593 Algebraic Geometry
+1204.2596
+1204.2598 Mesoscale and Nanoscale Physics
+1204.2601 Neural and Evolutionary Computing
+1204.2604 Combinatorics
+1204.2610 Databases
+1204.2613 Other Computer Science
+1204.2616 Multimedia
+1204.2618 Combinatorics
+1204.2619
+1204.2621 Numerical Analysis
+1204.2622 Networking and Internet Architecture
+1204.2623 Functional Analysis
+1204.2627
+1204.2629 Differential Geometry
+1204.2633 Fluid Dynamics
+1204.2634 Computational Geometry
+1204.2636 Classical Physics
+1204.2637 Robotics
+1204.2639 Analysis of PDEs
+1204.2640 Solar and Stellar Astrophysics
+1204.2641 Mesoscale and Nanoscale Physics
+1204.2643 Materials Science
+1204.2647
+1204.2656 Strongly Correlated Electrons
+1204.2657
+1204.2660 Information Theory
+1204.2661 Populations and Evolution
+1204.2665 Phenomenology
+1204.2667 Portfolio Management
+1204.2668
+1204.2670 Mesoscale and Nanoscale Physics
+1204.2672 Optics
+1204.2677 Social and Information Networks
+1204.2678 Mesoscale and Nanoscale Physics
+1204.2680
+1204.2681
+1204.2690 Representation Theory
+1204.2692 Information Theory
+1204.2698 Cosmology and Nongalactic Astrophysics
+1204.2699 Computational Physics
+1204.2702 Group Theory
+1204.2712 Artificial Intelligence
+1204.2715 Information Retrieval
+1204.2718 Artificial Intelligence
+1204.2719 Superconductivity
+1204.2725 Biomolecules
+1204.2728 Materials Science
+1204.2730 Classical Analysis and ODEs
+1204.2731 Databases
+1204.2737
+1204.2742 Computer Vision and Pattern Recognition
+1204.2755 Probability
+1204.2756 Quantitative Methods
+1204.2757 Mesoscale and Nanoscale Physics
+1204.2758 Mesoscale and Nanoscale Physics
+1204.2763 Statistics Theory
+1204.2767 Complex Variables
+1204.2768 Logic in Computer Science
+1204.2769 Quantum Algebra
+1204.2772 Hardware Architecture
+1204.2774 Cryptography and Security
+1204.2777 Differential Geometry
+1204.2784 Dynamical Systems
+1204.2792 Mesoscale and Nanoscale Physics
+1204.2794
+1204.2796 Differential Geometry
+1204.2800
+1204.2802 Algebraic Topology
+1204.2806 Lattice
+1204.2809 Hardware Architecture
+1204.2810 Geometric Topology
+1204.2811 Materials Science
+1204.2814 Chemical Physics
+1204.2818
+1204.2820 Experiment
+cs/0312013 Logic in Computer Science
+cs/0407019 Hardware Architecture
+math-ph/0701058
+0708.3198 Trading and Market Microstructure
+0708.4396 Algebraic Geometry
+0801.0792 Fluid Dynamics
+0805.1425 Classical Analysis and ODEs
+0811.4740 Algebraic Geometry
+0904.4017 Astrophysics of Galaxies
+0905.3626 Geometric Topology
+0908.0442 Probability
+0909.1605 Computer Vision and Pattern Recognition
+0909.1608 Computer Vision and Pattern Recognition
+0912.2236 Number Theory
+1002.3399
+1005.0858 Computer Vision and Pattern Recognition
+1005.3124 Physics and Society
+1008.2041 Functional Analysis
+1009.0274 Superconductivity
+1010.3460 Computer Vision and Pattern Recognition
+1011.6184
+1103.1991 Information Theory
+1103.1994 Information Theory
+1103.3884 Superconductivity
+1103.5033 Statistics Theory
+1103.5850 Differential Geometry
+1104.1605 Information Retrieval
+1105.2804
+1105.3226
+1106.3160 Materials Science
+1106.5503 Theory
+1106.6350
+1107.2279 Strongly Correlated Electrons
+1108.1888 Differential Geometry
+1108.4594 Space Physics
+1108.5379
+1109.2927 Materials Science
+1109.4065 Quantum Algebra
+1109.5257 Theory
+1110.3033
+1110.3289 Phenomenology
+1110.4264 Algebraic Geometry
+1110.5522
+1110.6215
+1111.3186 Adaptation and Self-Organizing Systems
+1111.5672
+1111.6085 Machine Learning
+1112.0226 Probability
+1112.4291 Instrumentation and Detectors
+1112.5473 Instrumentation and Methods for Astrophysics
+1201.0414 Artificial Intelligence
+1201.0433 Statistical Finance
+1201.3691 Experiment
+1201.4148 Complex Variables
+1201.4853
+1201.5872 Theory
+1201.6506 Group Theory
+1202.1640 Phenomenology
+1202.4014 Phenomenology
+1202.5682 Methodology
+1202.6620
+1203.0166
+1203.1049 Theory
+1203.2106 Theory
+1203.2323 Combinatorics
+1203.2415 Optimization and Control
+1203.4002 Probability
+1203.4341 Quantum Gases
+1203.5793 Mesoscale and Nanoscale Physics
+1203.5862 Phenomenology
+1203.6613 Phenomenology
+1204.0578 Materials Science
+1204.2004 Mesoscale and Nanoscale Physics
+1204.2276 Analysis of PDEs
+1204.2324 Biological Physics
+1204.3065
+1204.3195 Strongly Correlated Electrons
+1204.5449 Superconductivity
+1204.6476 Quantum Gases
+1205.1269 Analysis of PDEs
+1205.1924 Data Structures and Algorithms
+1205.2172 Machine Learning
+1205.2557 Phenomenology
+1205.2682 Probability
+1205.3515 Phenomenology
+1205.6280 Probability
+1206.0569 Strongly Correlated Electrons
+1206.0614
+1206.2421 Theory
+1206.4250
+1206.4779 Phenomenology
+1206.6330 Statistical Mechanics
+1206.6577 Accelerator Physics
+1206.6601 Optics
+1207.0714 Algebraic Geometry
+1207.1087 Analysis of PDEs
+1207.1442 Strongly Correlated Electrons
+1207.2733
+1207.3043
+1207.3185 Phenomenology
+1207.3267 Strongly Correlated Electrons
+1207.5401 Phenomenology
+1207.6531 Dynamical Systems
+1207.7187
+1208.2798
+1208.3089 Soft Condensed Matter
+1209.1015 High Energy Astrophysical Phenomena
+1209.1811 Performance
+1209.1848 Differential Geometry
+1209.2024 Cosmology and Nongalactic Astrophysics
+1209.2609 Complex Variables
+1209.2667 Probability
+1209.2821 Mesoscale and Nanoscale Physics
+1209.3951 Optics
+1209.4020 Algebraic Geometry
+1209.6469 Analysis of PDEs
+1210.0152 Metric Geometry
+1210.0227 Phenomenology
+1210.0715 Theory
+1210.0892 General Physics
+1210.0951 Probability
+1210.0970
+1210.1568 Artificial Intelligence
+1210.1572 Computational Complexity
+1210.1581 Pattern Formation and Solitons
+1210.1584 Instrumentation and Methods for Astrophysics
+1210.1588 Computational Finance
+1210.1593 Networking and Internet Architecture
+1210.1598 Portfolio Management
+1210.1601 Analysis of PDEs
+1210.1603
+1210.1608 Combinatorics
+1210.1610 Statistical Mechanics
+1210.1611 Programming Languages
+1210.1618 Optimization and Control
+1210.1619 Complex Variables
+1210.1620 Quantum Gases
+1210.1622 Commutative Algebra
+1210.1626 Information Retrieval
+1210.1627 Rings and Algebras
+1210.1628 Mesoscale and Nanoscale Physics
+1210.1630 Robotics
+1210.1636
+1210.1642 Group Theory
+1210.1643 Algebraic Geometry
+1210.1645 Cryptography and Security
+1210.1646 Social and Information Networks
+1210.1647 Cryptography and Security
+1210.1649 Artificial Intelligence
+1210.1652 Combinatorics
+1210.1653 Logic in Computer Science
+1210.1654 Differential Geometry
+1210.1655 Superconductivity
+1210.1656 Complex Variables
+1210.1660 Number Theory
+1210.1665 Programming Languages
+1210.1667 Soft Condensed Matter
+1210.1668 High Energy Astrophysical Phenomena
+1210.1671 Pattern Formation and Solitons
+1210.1675 Strongly Correlated Electrons
+1210.1682 Numerical Analysis
+1210.1684 Algebraic Geometry
+1210.1685 Symbolic Computation
+1210.1686 Distributed, Parallel, and Cluster Computing
+1210.1690 Probability
+1210.1693 Rings and Algebras
+1210.1695 Space Physics
+1210.1697 Algebraic Geometry
+1210.1698 Atmospheric and Oceanic Physics
+1210.1705 Functional Analysis
+1210.1709 Computers and Society
+1210.1710 Analysis of PDEs
+1210.1711 Earth and Planetary Astrophysics
+1210.1714 Digital Libraries
+1210.1723 Probability
+1210.1726 Soft Condensed Matter
+1210.1730 Astrophysics of Galaxies
+1210.1732 Quantum Algebra
+1210.1733 High Energy Astrophysical Phenomena
+1210.1739 High Energy Astrophysical Phenomena
+1210.1745 Databases
+1210.1747 History and Philosophy of Physics
+1210.1751 Cosmology and Nongalactic Astrophysics
+1210.1752 Information Theory
+1210.1753 Artificial Intelligence
+1210.1756 Experiment
+1210.1757 Computer Science and Game Theory
+1210.1758 Experiment
+1210.1762 Information Theory
+1210.1768 Space Physics
+1210.1771 Data Structures and Algorithms
+1210.1773 Computation
+1210.1777 Classical Physics
+1210.1780
+1210.1781 Astrophysics of Galaxies
+1210.1785 Artificial Intelligence
+1210.1791 Artificial Intelligence
+1210.1793 Number Theory
+1210.1803 Mesoscale and Nanoscale Physics
+1210.1805 Combinatorics
+1210.1809 Probability
+1210.1821 Rings and Algebras
+1210.1823 Materials Science
+1210.1827 Materials Science
+1210.1828 Differential Geometry
+1210.1834 Atmospheric and Oceanic Physics
+1210.1835 Superconductivity
+1210.1839
+1210.1841 Dynamical Systems
+1210.1843
+1210.1844 Populations and Evolution
+1210.1845 Differential Geometry
+math/0108015 Quantum Algebra
+math/0303019 Quantum Algebra
+math/0404408 Representation Theory
+math/0701720 Algebraic Geometry
+0707.2891 Superconductivity
+0802.0082 Probability
+0808.2902 Computation
+0811.2195 Strongly Correlated Electrons
+0901.4490 Astrophysics of Galaxies
+0902.1492 Other Condensed Matter
+0904.0293 Software Engineering
+0904.4685 Statistical Mechanics
+0906.1261 Numerical Analysis
+0910.1098 Cosmology and Nongalactic Astrophysics
+0910.5397
+0911.0031
+0911.0808 Mesoscale and Nanoscale Physics
+0911.1576 Soft Condensed Matter
+0912.3161 Disordered Systems and Neural Networks
+0912.3169 Disordered Systems and Neural Networks
+1001.0401 Probability
+1001.4967 Phenomenology
+1002.1703 Cosmology and Nongalactic Astrophysics
+1002.2426 Applications
+1002.4866 Cosmology and Nongalactic Astrophysics
+1003.0208 Mesoscale and Nanoscale Physics
+1003.3443 Statistical Mechanics
+1003.5314 Statistical Mechanics
+1004.0821 Disordered Systems and Neural Networks
+1004.3956 Analysis of PDEs
+1004.5108 Information Theory
+1005.4789 Superconductivity
+1005.5349 Instrumentation and Detectors
+1006.3878 Combinatorics
+1006.4709 Group Theory
+1007.0520 Soft Condensed Matter
+1007.1519
+1007.2062 Mesoscale and Nanoscale Physics
+1007.2232 Differential Geometry
+1007.4358
+1008.0974 Phenomenology
+1008.2057 Astrophysics of Galaxies
+1008.3656 Soft Condensed Matter
+1009.2418 Probability
+1009.4565 Probability
+1010.5337 Complex Variables
+1011.4481 Superconductivity
+1011.5210
+1012.0936 Probability
+1101.0994 Mesoscale and Nanoscale Physics
+1101.1410 Probability
+1101.2523 Classical Analysis and ODEs
+1101.4475 Formal Languages and Automata Theory
+1102.1802
+1102.1804
+1102.2908
+1102.3323 Mesoscale and Nanoscale Physics
+1102.5589 Soft Condensed Matter
+1103.1550 Superconductivity
+1103.4776 Quantum Gases
+1104.0413 Commutative Algebra
+1104.0975 Materials Science
+1104.1170 Mesoscale and Nanoscale Physics
+1104.1411 Classical Analysis and ODEs
+1104.1502 Theory
+1104.3629 Cosmology and Nongalactic Astrophysics
+1104.4208 Numerical Analysis
+1104.5137 Materials Science
+1105.1934
+1105.2775 Quantum Gases
+1105.3895 Number Theory
+1105.4449 Algebraic Geometry
+1105.6077 Methodology
+1106.3512 Classical Analysis and ODEs
+1106.5657 Fluid Dynamics
+1106.6055 Cosmology and Nongalactic Astrophysics
+1107.0476 Geometric Topology
+1107.0516 Cosmology and Nongalactic Astrophysics
+1107.0897 Lattice
+1107.4755
+1107.5963 Superconductivity
+1108.0130
+1108.0569 Phenomenology
+1108.1337
+1108.1395 Astrophysics of Galaxies
+1108.1517
+1108.2208 Mesoscale and Nanoscale Physics
+1108.3162
+1108.4472 Chaotic Dynamics
+1108.5035 Strongly Correlated Electrons
+1108.6300 Phenomenology
+1109.0395 Materials Science
+1109.0963 Experiment
+1109.1001 Mesoscale and Nanoscale Physics
+1109.1593 Cosmology and Nongalactic Astrophysics
+1109.2412
+1109.2517 Statistical Mechanics
+1109.2867
+1109.3537 Plasma Physics
+1109.3627 Neural and Evolutionary Computing
+1109.5826 Phenomenology
+1109.5843 Experiment
+1109.6506 Quantum Gases
+1110.0757 Materials Science
+1110.0899 Computational Physics
+1110.0900 Theory
+1110.1474 High Energy Astrophysical Phenomena
+1110.1688 Phenomenology
+1110.1927 Quantum Gases
+1110.3029 Solar and Stellar Astrophysics
+1110.3726 Phenomenology
+1110.4033 Optics
+1110.4072 Strongly Correlated Electrons
+1110.5235 Mesoscale and Nanoscale Physics
+1110.5802
+1110.6096 Chemical Physics
+1111.0190 Dynamical Systems
+1111.0551 Theory
+1111.0936 High Energy Astrophysical Phenomena
+1111.0966 High Energy Astrophysical Phenomena
+1111.1095 Phenomenology
+1111.1551 Phenomenology
+1111.1795 Classical Analysis and ODEs
+1111.1879
+1111.2104 Materials Science
+1111.2437 Lattice
+1111.4410
+1111.4523 Phenomenology
+1111.4636 Combinatorics
+1111.5435 Soft Condensed Matter
+1111.6261 Combinatorics
+1111.6767 Superconductivity
+1112.2262 Information Theory
+1112.2270
+1112.2612 High Energy Astrophysical Phenomena
+1112.2976 Exactly Solvable and Integrable Systems
+1112.3227 Strongly Correlated Electrons
+1112.3490 Physics and Society
+1112.5396 Data Structures and Algorithms
+1112.5642 Lattice
+1112.5717 Mathematical Software
+1112.5839 Statistical Mechanics
+1112.6128 Instrumentation and Methods for Astrophysics
+1201.0116 Statistical Mechanics
+1201.0297 Functional Analysis
+1201.0487
+1201.0502
+1201.0507
+1201.0508
+1201.0517
+1201.0531 Accelerator Physics
+1201.1129
+1201.1475 Adaptation and Self-Organizing Systems
+1201.1512 Social and Information Networks
+1201.1513 Numerical Analysis
+1201.1530 Optimization and Control
+1201.1541 Combinatorics
+1201.1543 Phenomenology
+1201.1544 Solar and Stellar Astrophysics
+1201.1551 Combinatorics
+1201.1566 Complex Variables
+1201.1567 Computational Physics
+1201.1568 General Topology
+1201.1570 Algebraic Geometry
+1201.1576 General Topology
+1201.1583 Operator Algebras
+1201.1596
+1201.1597
+1201.1598 Materials Science
+1201.1599
+1201.1602
+1201.1603 Numerical Analysis
+1201.1604 General Finance
+1201.1608
+1201.1611 Software Engineering
+1201.1613 Neural and Evolutionary Computing
+1201.1618 Materials Science
+1201.1621 Theory
+1201.1622 Dynamical Systems
+1201.1628 Theory
+1201.1632 Numerical Analysis
+1201.1633 Information Theory
+1201.1645 Representation Theory
+1201.1647 Combinatorics
+1201.1657 Machine Learning
+1201.1659 Geophysics
+1201.1663 Number Theory
+1201.1666 Computational Complexity
+1201.1668 Multimedia
+1201.1670 Learning
+1201.1674 Hardware Architecture
+1201.1675 Differential Geometry
+1201.1682 Functional Analysis
+1201.1683 Statistical Mechanics
+1201.1685 Number Theory
+1201.1693
+1201.1697
+1201.1700 Cosmology and Nongalactic Astrophysics
+1201.1701 Probability
+1201.1704 Complex Variables
+1201.1707
+1201.1708 Astrophysics of Galaxies
+1201.1712 Software Engineering
+1201.1719 Soft Condensed Matter
+1201.1723 High Energy Astrophysical Phenomena
+1201.1725 Logic
+1201.1736
+1201.1742 Experiment
+1201.1743 Spectral Theory
+1201.1744 Solar and Stellar Astrophysics
+1201.1745 Optimization and Control
+1201.1747 Materials Science
+1201.1754 Systems and Control
+1201.1755 Data Analysis, Statistics and Probability
+1201.1759 Functional Analysis
+1201.1760 Chemical Physics
+1201.1766 Methodology
+1201.1773 Complex Variables
+1201.1774 Analysis of PDEs
+1201.1781 Soft Condensed Matter
+1201.1784 Data Structures and Algorithms
+1201.1789 Adaptation and Self-Organizing Systems
+1201.1795 General Topology
+1201.1796 General Topology
+1201.1799
+1201.1800 Cosmology and Nongalactic Astrophysics
+1201.1812 Information Theory
+1201.1815 Algebraic Geometry
+1201.1816
+1201.1817
+1201.1820 General Mathematics
+1201.1822 Representation Theory
+1201.1825 Classical Analysis and ODEs
+1201.1826
+1201.1828 General Physics
+1201.1829 Instrumentation and Methods for Astrophysics
+1201.1830 Combinatorics
+1201.1831 Combinatorics
+1201.1832 Number Theory
+1201.1834 History and Overview
+1201.1837 Mesoscale and Nanoscale Physics
+1201.1838 High Energy Astrophysical Phenomena
+1201.1841 Differential Geometry
+1201.1846 Experiment
+1201.1847 Numerical Analysis
+1201.1851 Number Theory
+1201.1852 Disordered Systems and Neural Networks
+1201.1854 Functional Analysis
+1201.1857 Optimization and Control
+1201.1863 Lattice
+1201.1869 Data Structures and Algorithms
+1201.1890 Phenomenology
+1201.1891 Dynamical Systems
+1201.1893 Computation
+cond-mat/0606451 Strongly Correlated Electrons
+gr-qc/0508052
+gr-qc/0610157
+math/0306194 Geometric Topology
+math/0310428 Rings and Algebras
+math/0402188 Rings and Algebras
+math/0501061 Group Theory
+0704.1736
+0801.3830 General Physics
+0805.0391 Statistical Mechanics
+0807.4154
+0809.4781 Computational Finance
+0810.0259
+0810.5317
+0812.2242
+0903.4694 Physics and Society
+0904.2760 Analysis of PDEs
+0905.4048 Group Theory
+0905.4693 General Physics
+0906.0413 Geometric Topology
+0907.1034
+0908.2128
+0908.2616 Methodology
+0908.2914
+0909.2927 Learning
+0909.4072 Quantum Gases
+0910.4738 Optimization and Control
+0912.4751 Number Theory
+1001.0087
+1002.3963 Differential Geometry
+1006.0722 Algebraic Geometry
+1006.4651
+1007.1004 Probability
+1007.2245 Quantum Gases
+1007.4665 Symplectic Geometry
+1009.0046 Quantum Algebra
+1009.1646 Quantum Gases
+1009.4006 Analysis of PDEs
+1010.0213 Theory
+1010.4902 Spectral Theory
+1010.5990 Disordered Systems and Neural Networks
+1011.3517 Quantum Gases
+1011.5622 Operator Algebras
+1012.1770
+1101.5064 Representation Theory
+1101.5609 Theory
+1102.0373 Analysis of PDEs
+1102.1158 Analysis of PDEs
+1102.2930
+1102.3448 Theory
+1103.5767 High Energy Astrophysical Phenomena
+1104.0502 Theory
+1104.2602 High Energy Astrophysical Phenomena
+1104.4172 Mesoscale and Nanoscale Physics
+1105.5814 Symplectic Geometry
+1105.5825 Theory
+1105.6136 Quantum Gases
+1106.0192 Statistics Theory
+1106.0296 Physics and Society
+1106.0712
+1106.0828 Quantum Gases
+1106.2042 Soft Condensed Matter
+1106.3318 Logic
+1106.4803 Complex Variables
+1106.5097
+1106.5198 Category Theory
+1106.5913 Statistical Finance
+1107.2806 Phenomenology
+1107.4517 Quantum Gases
+1107.5049 Cosmology and Nongalactic Astrophysics
+1107.5582 Instrumentation and Methods for Astrophysics
+1108.0236 Optics
+1108.3844
+1108.5689 Classical Analysis and ODEs
+1109.0081
+1109.0209
+1109.0528 General Physics
+1109.0723 Mesoscale and Nanoscale Physics
+1109.2320 Phenomenology
+1109.2635 Quantum Gases
+1109.4945 Quantum Gases
+1109.5583 Quantum Gases
+1109.5587 Statistics Theory
+1109.5924 Phenomenology
+1109.6916 Materials Science
+1110.1241 Statistical Mechanics
+1110.2139
+1110.3045 Cosmology and Nongalactic Astrophysics
+1110.4718
+1110.5031 Combinatorics
+1110.6384 Data Structures and Algorithms
+1111.0117 Phenomenology
+1111.3294 Phenomenology
+1111.5524 Solar and Stellar Astrophysics
+1111.6535
+1111.7188 Accelerator Physics
+1112.0443 Mesoscale and Nanoscale Physics
+1112.1055 Dynamical Systems
+1112.1808 Mesoscale and Nanoscale Physics
+1112.2761
+1112.2945 Dynamical Systems
+1112.3747 Materials Science
+1201.1170 Systems and Control
+1201.2852 Combinatorics
+1201.6078 Software Engineering
+1202.0863 Information Theory
+1202.2102 Theory
+1202.2219 Populations and Evolution
+1202.2897 Cosmology and Nongalactic Astrophysics
+1202.3484 Logic in Computer Science
+1202.4283 Statistics Theory
+1202.4361 Number Theory
+1202.4385 Information Theory
+1202.4410 Analysis of PDEs
+1202.4451 Networking and Internet Architecture
+1202.4452 Mesoscale and Nanoscale Physics
+1202.4454 Cosmology and Nongalactic Astrophysics
+1202.4459 Cosmology and Nongalactic Astrophysics
+1202.4465 Robotics
+1202.4473 Learning
+1202.4480 General Topology
+1202.4486 Distributed, Parallel, and Cluster Computing
+1202.4491 Chemical Physics
+1202.4493 Combinatorics
+1202.4494 Solar and Stellar Astrophysics
+1202.4495 Computer Vision and Pattern Recognition
+1202.4498 Astrophysics of Galaxies
+1202.4503 Computers and Society
+1202.4504 Data Structures and Algorithms
+1202.4505 Combinatorics
+1202.4506 Computer Science and Game Theory
+1202.4507 Computer Science and Game Theory
+1202.4508 Distributed, Parallel, and Cluster Computing
+1202.4509 Logic in Computer Science
+1202.4514 Differential Geometry
+1202.4524 Pattern Formation and Solitons
+1202.4527 Software Engineering
+1202.4530 Networking and Internet Architecture
+1202.4532 Software Engineering
+1202.4535 Systems and Control
+1202.4536 Cosmology and Nongalactic Astrophysics
+1202.4548 Soft Condensed Matter
+1202.4549 Solar and Stellar Astrophysics
+1202.4557 Soft Condensed Matter
+1202.4565 Strongly Correlated Electrons
+1202.4566 Statistical Mechanics
+1202.4569 Statistical Mechanics
+1202.4570 Materials Science
+1202.4571 Quantum Gases
+1202.4582 Probability
+1202.4584 Materials Science
+1202.4589 Differential Geometry
+1202.4592 Phenomenology
+1202.4595 Soft Condensed Matter
+1202.4596 Information Theory
+1202.4597 Combinatorics
+1202.4598 Superconductivity
+1202.4599 Phenomenology
+1202.4600 Mesoscale and Nanoscale Physics
+1202.4604 Plasma Physics
+1202.4606 Analysis of PDEs
+1202.4611 Fluid Dynamics
+1202.4612
+1202.4623 Spectral Theory
+1202.4624 Differential Geometry
+1202.4625 Probability
+1202.4628 Networking and Internet Architecture
+1202.4630 Phenomenology
+1202.4631 Discrete Mathematics
+1202.4633 Algebraic Geometry
+1202.4635 Astrophysics of Galaxies
+1202.4636 Rings and Algebras
+1202.4640 Dynamical Systems
+1202.4641 Number Theory
+1202.4645 Soft Condensed Matter
+1202.4646 Digital Libraries
+1202.4647 Populations and Evolution
+1202.4649 General Mathematics
+1202.4650 Materials Science
+1202.4652 Combinatorics
+1202.4656 Combinatorics
+1202.4659 Complex Variables
+1202.4661 Information Theory
+1202.4663 Cryptography and Security
+1202.4671 Chemical Physics
+1202.4675 Networking and Internet Architecture
+1202.4686 Dynamical Systems
+1202.4691 Subcellular Processes
+1202.4700 Materials Science
+1202.4702 Spectral Theory
+1202.4709 Spectral Theory
+1202.4710 Biological Physics
+1202.4712 Lattice
+1202.4715 Probability
+1202.4722 Instrumentation and Detectors
+1202.4723 Chemical Physics
+1202.4724 Cell Behavior
+1202.4738 Algebraic Geometry
+1202.4742 Quantitative Methods
+1202.4743 Multimedia
+1202.4744
+1202.4746 Other Statistics
+1202.4747 Instrumentation and Methods for Astrophysics
+1202.4751 Neurons and Cognition
+1202.4753 Materials Science
+gr-qc/0701150
+math/9904089 Geometric Topology
+q-alg/9709017 Quantum Algebra
+quant-ph/0504136
+quant-ph/0511047
+quant-ph/0512201
+0704.3450 Rings and Algebras
+0705.0975 General Physics
+0804.1897
+0807.0184 Algebraic Geometry
+0905.3960 Group Theory
+0908.3393 Algebraic Topology
+0910.3345 Pattern Formation and Solitons
+0910.5262 Geometric Topology
+0911.1271 Number Theory
+0911.3997
+0912.4497 Group Theory
+1004.1054 Solar and Stellar Astrophysics
+1004.2525 Physics and Society
+1005.0208 Machine Learning
+1006.0882 Dynamical Systems
+1006.1786 Artificial Intelligence
+1006.4849
+1007.1749
+1007.3508 Materials Science
+1010.4875
+1011.2641
+1011.6070 Algebraic Topology
+1012.3829 Strongly Correlated Electrons
+1101.0197 Commutative Algebra
+1101.2295 Geophysics
+1102.0954
+1102.2009 Analysis of PDEs
+1102.3141 Chaotic Dynamics
+1102.3673 Computational Geometry
+1103.3516 Strongly Correlated Electrons
+1104.0260
+1104.1459 Physics and Society
+1105.0624 Molecular Networks
+1105.5228 Chaotic Dynamics
+1107.0129 Symplectic Geometry
+1107.0833
+1107.5488 High Energy Astrophysical Phenomena
+1107.5772 Disordered Systems and Neural Networks
+1108.1912 Strongly Correlated Electrons
+1109.0521 High Energy Astrophysical Phenomena
+1109.2815 Commutative Algebra
+1109.4704
+1109.4962 Applications
+1109.5184 High Energy Astrophysical Phenomena
+1109.5793
+1110.0372 Superconductivity
+1110.0763 Neurons and Cognition
+1110.3300
+1110.3516
+1110.5789 Statistical Finance
+1110.6271 Computational Complexity
+1111.0251 Optics
+1111.1543 Number Theory
+1111.1695 Optics
+1111.1906 Disordered Systems and Neural Networks
+1111.2091 Portfolio Management
+1111.2649 Theory
+1111.3006 Statistical Mechanics
+1111.3443 Theory
+1111.4828 Chaotic Dynamics
+1111.5784 Soft Condensed Matter
+1111.7095 Theory
+1111.7223 Mesoscale and Nanoscale Physics
+1112.3838 Disordered Systems and Neural Networks
+1112.4721
+1112.5551 Complex Variables
+1201.0534 Exactly Solvable and Integrable Systems
+1202.0531 Phenomenology
+1202.2435 Complex Variables
+1202.2756 Quantum Algebra
+1202.4851 Solar and Stellar Astrophysics
+1202.5357 Other Condensed Matter
+1203.0322 Strongly Correlated Electrons
+1203.0345 Theory
+1203.0351 Quantum Gases
+1203.1830 Data Structures and Algorithms
+1203.2786 Probability
+1203.5238 Theory
+1203.5289 Optimization and Control
+1203.5364 Quantum Algebra
+1203.5632
+1203.5665 Dynamical Systems
+1203.5778 Other Computer Science
+1203.5780
+1203.5800 Group Theory
+1203.5802 Theory
+1203.5806 Complex Variables
+1203.5818 Instrumentation and Methods for Astrophysics
+1203.5819 Fluid Dynamics
+1203.5821 Complex Variables
+1203.5823
+1203.5824 General Topology
+1203.5826 Soft Condensed Matter
+1203.5830 Cryptography and Security
+1203.5831 Optics
+1203.5835 Populations and Evolution
+1203.5840 Classical Analysis and ODEs
+1203.5841 Functional Analysis
+1203.5848 Number Theory
+1203.5854 Numerical Analysis
+1203.5855 Lattice
+1203.5858 Optics
+1203.5863 Populations and Evolution
+1203.5866 Biological Physics
+1203.5867
+1203.5869
+1203.5876 Materials Science
+1203.5877 Materials Science
+1203.5878 Algebraic Geometry
+1203.5880 Mesoscale and Nanoscale Physics
+1203.5882 Algebraic Topology
+1203.5884 Number Theory
+1203.5889 Instrumentation and Methods for Astrophysics
+1203.5892 Astrophysics of Galaxies
+1203.5895
+1203.5899 Soft Condensed Matter
+1203.5902 Phenomenology
+1203.5904 Experiment
+1203.5905 Category Theory
+1203.5906 Classical Analysis and ODEs
+1203.5908 Mesoscale and Nanoscale Physics
+1203.5909 Mesoscale and Nanoscale Physics
+1203.5913 Phenomenology
+1203.5914 Quantitative Methods
+1203.5915 Information Theory
+1203.5916 Chemical Physics
+1203.5921 Theory
+1203.5922 Geometric Topology
+1203.5923 Chemical Physics
+1203.5932 Molecular Networks
+1203.5933 Quantum Algebra
+1203.5934
+1203.5935 Other Condensed Matter
+1203.5939 Rings and Algebras
+1203.5941 Combinatorics
+1203.5942 Chemical Physics
+1203.5944 Computational Geometry
+1203.5946 Algebraic Geometry
+1203.5948 Combinatorics
+1203.5949 Quantum Gases
+1203.5951 Chaotic Dynamics
+1203.5953 Cosmology and Nongalactic Astrophysics
+1203.5955 Statistics Theory
+1203.5956 High Energy Astrophysical Phenomena
+1203.5957 Portfolio Management
+1203.5961
+1203.5964 Algebraic Geometry
+1203.5965 Quantum Algebra
+1203.5967 Materials Science
+1203.5974 Probability
+1203.5975 Differential Geometry
+1203.5981 Geometric Topology
+1203.5983 Mesoscale and Nanoscale Physics
+1203.5985 Applications
+1203.5986 Applications
+1203.5988 Analysis of PDEs
+1203.5989 Analysis of PDEs
+1203.5990 Algebraic Geometry
+1203.5991 Analysis of PDEs
+1203.6000 Dynamical Systems
+1203.6007 Superconductivity
+1203.6008 Geometric Topology
+1203.6009 Complex Variables
+1203.6010 Chemical Physics
+1203.6015 Combinatorics
+1203.6018 Group Theory
+1203.6021 General Finance
+1203.6023 Numerical Analysis
+1203.6024 Metric Geometry
+1203.6028 Information Theory
+1203.6030 Numerical Analysis
+1203.6035 Multiagent Systems
+1203.6036 Cryptography and Security
+1203.6037
+1203.6042 Logic
+1203.6047 Functional Analysis
+1203.6049 Databases
+1203.6055 Combinatorics
+1203.6056 Logic
+1203.6058 Algebraic Geometry
+1203.6059 Logic
+cond-mat/9906099 Materials Science
+math/0312357 Number Theory
+math/0312359 Number Theory
+math/0408287 Functional Analysis
+math/0503371 Algebraic Topology
+math/0506521 Category Theory
+math/0611810 Algebraic Geometry
+quant-ph/0503082
+quant-ph/0607018
+quant-ph/9904021
+0807.4278 Probability
+1004.0378 Computer Vision and Pattern Recognition
+1008.2834 Solar and Stellar Astrophysics
+1009.1627 Cosmology and Nongalactic Astrophysics
+1009.2157
+1009.5020
+1010.1750
+1010.4951 Computer Vision and Pattern Recognition
+1012.3191 Cosmology and Nongalactic Astrophysics
+1101.1942 Optimization and Control
+1102.1759 Differential Geometry
+1103.0391 Soft Condensed Matter
+1103.1577 Group Theory
+1103.4981 Solar and Stellar Astrophysics
+1104.1437 Plasma Physics
+1104.1573 Phenomenology
+1104.3009 Applications
+1104.4105 Cosmology and Nongalactic Astrophysics
+1104.4468
+1105.2721
+1106.3615
+1106.4081 Dynamical Systems
+1106.4087 Chaotic Dynamics
+1107.0791 Fluid Dynamics
+1107.2466 Algebraic Geometry
+1107.3435 Fluid Dynamics
+1107.4450
+1108.0498 Complex Variables
+1108.1037 Mesoscale and Nanoscale Physics
+1109.1369 Strongly Correlated Electrons
+1109.2727 Differential Geometry
+1109.2754 Differential Geometry
+1109.3259 Numerical Analysis
+1109.3648 Quantum Gases
+1110.2364
+1110.3678 Quantum Gases
+1110.4846 Phenomenology
+1110.4910
+1110.5827 Theory
+1110.5833 Operator Algebras
+1111.2468
+1111.5926 Numerical Analysis
+1111.7190 Artificial Intelligence
+1112.1811
+1112.4592 Experiment
+1201.2306 Optics
+1201.4495 Classical Analysis and ODEs
+1201.4504 Logic
+1201.5627 Strongly Correlated Electrons
+1201.5636 Strongly Correlated Electrons
+1201.5700 Superconductivity
+1202.1362 Strongly Correlated Electrons
+1202.3421 Pattern Formation and Solitons
+1202.3474 Plasma Physics
+1203.3255 Optimization and Control
+1203.3390 Chaotic Dynamics
+1203.3656 Dynamical Systems
+1203.3767 Algebraic Geometry
+1203.4109 Materials Science
+1203.4258
+1204.1017 Optics
+1204.5773 Optics
+1205.3209 Soft Condensed Matter
+1205.6879 Quantum Gases
+1205.6897 Algebraic Geometry
+1206.0031 Cosmology and Nongalactic Astrophysics
+1206.0790 General Physics
+1206.1912
+1206.3619 Computational Physics
+1206.4201 Phenomenology
+1206.6762 High Energy Astrophysical Phenomena
+1206.6941 Mesoscale and Nanoscale Physics
+1207.2105
+1207.2504
+1207.2807 Systems and Control
+1207.3031 Distributed, Parallel, and Cluster Computing
+1207.3305 Mesoscale and Nanoscale Physics
+1207.3445 Formal Languages and Automata Theory
+1207.3710
+1207.3837 Computers and Society
+1207.4634
+1207.4799 Materials Science
+1207.4800 Information Theory
+1207.4808 Adaptation and Self-Organizing Systems
+1207.4810 Algebraic Geometry
+1207.4812
+1207.4813 Artificial Intelligence
+1207.4815
+1207.4821 Databases
+1207.4823 High Energy Astrophysical Phenomena
+1207.4825 Data Structures and Algorithms
+1207.4833 Accelerator Physics
+1207.4834 Analysis of PDEs
+1207.4836 Geophysics
+1207.4840 Physics Education
+1207.4843 Classical Analysis and ODEs
+1207.4847 Strongly Correlated Electrons
+1207.4849 Numerical Analysis
+1207.4850 Exactly Solvable and Integrable Systems
+1207.4859 Analysis of PDEs
+1207.4861 Phenomenology
+1207.4865 Probability
+1207.4869
+1207.4871 Cryptography and Security
+1207.4874 Mesoscale and Nanoscale Physics
+1207.4875 Phenomenology
+1207.4885 Phenomenology
+1207.4888 Chaotic Dynamics
+1207.4893 Complex Variables
+1207.4897 Dynamical Systems
+1207.4907 Probability
+1207.4918 Geometric Topology
+1207.4920 Probability
+1207.4921 Group Theory
+1207.4929 Analysis of PDEs
+1207.4931 Robotics
+1207.4933 Adaptation and Self-Organizing Systems
+1207.4934 Dynamical Systems
+1207.4935 Mesoscale and Nanoscale Physics
+1207.4936 Logic
+1207.4937 Dynamical Systems
+1207.4939
+1207.4940 Software Engineering
+1207.4945 Exactly Solvable and Integrable Systems
+1207.4946 Strongly Correlated Electrons
+1207.4950 Chemical Physics
+1207.4954 Theory
+1207.4958 Databases
+1207.4959 Methodology
+1207.4966 Software Engineering
+1207.4967 Optimization and Control
+1207.4973 Information Theory
+1207.4975 Phenomenology
+1207.4982 Astrophysics of Galaxies
+1207.4984 Logic in Computer Science
+1207.4991 Accelerator Physics
+1207.4994 Accelerator Physics
+1207.4995 Accelerator Physics
+1207.4999 Optimization and Control
+1207.5002
+1207.5008
+1207.5014 Logic in Computer Science
+1207.5022 Combinatorics
+1207.5024 Materials Science
+1207.5029 Logic
+1207.5032 Populations and Evolution
+1207.5033 Functional Analysis
+1207.5039 Classical Analysis and ODEs
+astro-ph/0311602
+cond-mat/0010261 Soft Condensed Matter
+cond-mat/9306061
+cond-mat/9806317 Statistical Mechanics
+0708.0590 Mesoscale and Nanoscale Physics
+0801.1580 Atomic Physics
+0801.1591 Number Theory
+0802.0704 Superconductivity
+0809.3635 Classical Physics
+0912.2152 Commutative Algebra
+1001.2539 Disordered Systems and Neural Networks
+1004.4151 Fluid Dynamics
+1004.5158 Soft Condensed Matter
+1006.3746 Disordered Systems and Neural Networks
+1007.2915 Analysis of PDEs
+1009.0746 Theory
+1010.2741 Information Theory
+1012.5225 Theory
+1101.0874 Algebraic Geometry
+1101.5076 Computation and Language
+1101.5274 Functional Analysis
+1102.1676 Differential Geometry
+1103.2937 Statistical Mechanics
+1104.1045 Artificial Intelligence
+1104.3659 Number Theory
+1104.4043
+1106.3857 Fluid Dynamics
+1106.5253 Information Theory
+1107.5959 Computation
+1108.0023 Materials Science
+1109.0342 Quantum Algebra
+1109.1293 Information Theory
+1109.4139 Physics Education
+1109.5463 Strongly Correlated Electrons
+1109.6649
+1110.0730 Experiment
+1110.4780 Combinatorics
+1110.5381 Probability
+1110.5739 Instrumentation and Detectors
+1111.1999 Combinatorics
+1111.2375 Quantum Gases
+1111.6600 Superconductivity
+1111.7102 Fluid Dynamics
+1112.0996 Superconductivity
+1112.1192 Dynamical Systems
+1112.2273 Data Structures and Algorithms
+1112.3229 Physics Education
+1112.3817 Statistical Mechanics
+1112.5262 Functional Analysis
+1112.5447 Cosmology and Nongalactic Astrophysics
+1112.5545 Dynamical Systems
+1112.6333
+1201.0054 Phenomenology
+1201.3132 Theory
+1201.4639 Digital Libraries
+1201.6235 Quantum Gases
+1202.0044 Commutative Algebra
+1202.1067 Dynamical Systems
+1202.1230
+1202.2344 Mesoscale and Nanoscale Physics
+1202.2576 Information Theory
+1202.3280 Cosmology and Nongalactic Astrophysics
+1203.0285 Phenomenology
+1203.5064 Superconductivity
+1203.6649
+1203.6690 Quantum Gases
+1204.0866
+1204.1008 Statistical Mechanics
+1204.1150 Atomic Physics
+1204.1817 Theory
+1204.3258 Logic
+1204.3612
+1204.4016 Strongly Correlated Electrons
+1204.4064 Quantum Gases
+1204.4149 Quantum Gases
+1204.4709 Theory
+1204.5450
+1204.5462 Formal Languages and Automata Theory
+1204.6097 Biological Physics
+1205.0366
+1205.0459 Atomic Physics
+1205.1157 Plasma Physics
+1205.2524 Statistical Mechanics
+1205.2564 Superconductivity
+1205.2964 Differential Geometry
+1205.3278 Disordered Systems and Neural Networks
+1205.3869 Theory
+1205.3947 Superconductivity
+1205.5197 Representation Theory
+1205.5871 Distributed, Parallel, and Cluster Computing
+1205.6991 Analysis of PDEs
+1206.0736 Cosmology and Nongalactic Astrophysics
+1206.1110 Disordered Systems and Neural Networks
+1206.1176 Optics
+1206.1259 Mesoscale and Nanoscale Physics
+1206.1399 Superconductivity
+1206.3064 Phenomenology
+1206.3227 Disordered Systems and Neural Networks
+1206.4667 Learning
+1206.5193 Mesoscale and Nanoscale Physics
+1206.6370 Theory
+1207.0713 Logic
+1207.1911
+1207.3009 Analysis of PDEs
+1207.3150 Analysis of PDEs
+1207.3287
+1207.3327
+1207.3468 Computational Geometry
+1207.3521 Geometric Topology
+1207.3960 High Energy Astrophysical Phenomena
+1207.4076
+1207.4107 Artificial Intelligence
+1207.4108 Computer Science and Game Theory
+1207.4109 Data Structures and Algorithms
+1207.4110 Learning
+1207.4112 Learning
+1207.4113 Learning
+1207.4114 Artificial Intelligence
+1207.4115 Artificial Intelligence
+1207.4116 Artificial Intelligence
+1207.4118 Methodology
+1207.4119 Artificial Intelligence
+1207.4120 Artificial Intelligence
+1207.4121 Artificial Intelligence
+1207.4122 Applications
+1207.4123 Artificial Intelligence
+1207.4124 Artificial Intelligence
+1207.4125 Learning
+1207.4126 Artificial Intelligence
+1207.4127 Data Structures and Algorithms
+1207.4128 Computer Science and Game Theory
+1207.4129 Computer Vision and Pattern Recognition
+1207.4130 Artificial Intelligence
+1207.4131 Learning
+1207.4132 Learning
+1207.4133 Learning
+1207.4134 Learning
+1207.4135 Artificial Intelligence
+1207.4136 Artificial Intelligence
+1207.4137 Artificial Intelligence
+1207.4138 Learning
+1207.4139 Learning
+1207.4140 Methodology
+1207.4141 Artificial Intelligence
+1207.4142 Learning
+1207.4143 Applications
+1207.4144 Learning
+1207.4145 Genomics
+1207.4146 Learning
+1207.4147 Computer Science and Game Theory
+1207.4148 Learning
+1207.4149 Computation
+1207.4150 Artificial Intelligence
+1207.4151 Learning
+1207.4152 Information Retrieval
+1207.4153 Artificial Intelligence
+1207.4154 Artificial Intelligence
+1207.4155 Learning
+1207.4156 Learning
+1207.4157 Learning
+1207.4158 Artificial Intelligence
+1207.4159 Statistics Theory
+1207.4160 Artificial Intelligence
+1207.4161 Artificial Intelligence
+1207.4163 Computer Science and Game Theory
+1207.4164 Learning
+1207.4165 Computer Science and Game Theory
+1207.4166 Artificial Intelligence
+1207.4167 Artificial Intelligence
+1207.4168 Artificial Intelligence
+1207.4169 Information Retrieval
+1207.4170 Artificial Intelligence
+1207.4171 Computer Science and Game Theory
+1207.4172 Learning
+1207.4173 Artificial Intelligence
+1207.4174 Artificial Intelligence
+1207.4175 Artificial Intelligence
+1207.4176 Artificial Intelligence
+1207.4177 Artificial Intelligence
+1207.4178 Methodology
+1207.4179 Computer Vision and Pattern Recognition
+1207.4180 Learning
+1207.4183
+1207.4184 Soft Condensed Matter
+1207.4208 Theory
+1207.4211 Instrumentation and Detectors
+1207.4212 Complex Variables
+1207.4217 Functional Analysis
+1207.4224 Number Theory
+1207.4230 Group Theory
+1207.4232 Optimization and Control
+1207.4239 Superconductivity
+1207.4240 Probability
+1207.4241 Instrumentation and Methods for Astrophysics
+1207.4242 Probability
+1207.4243 Functional Analysis
+1207.4247 Other Computer Science
+1207.4248 Solar and Stellar Astrophysics
+1207.4251 Mesoscale and Nanoscale Physics
+1207.4252 Information Theory
+1207.4258 Computer Science and Game Theory
+1207.4259 Information Retrieval
+1207.4260
+1207.4265 Networking and Internet Architecture
+1207.4266 Discrete Mathematics
+1207.4268 Logic in Computer Science
+1207.4269 Software Engineering
+1207.4270 Logic in Computer Science
+1207.4271 Logic in Computer Science
+1207.4274 Probability
+1207.4278 Networking and Internet Architecture
+1207.4292 Cryptography and Security
+1207.4293 Social and Information Networks
+1207.4295 Superconductivity
+1207.4296 Category Theory
+1207.4300 Methodology
+1207.4302 Complex Variables
+1207.4307 Computation and Language
+1207.4308 Computer Vision and Pattern Recognition
+1207.4312 Superconductivity
+1207.4314 Phenomenology
+1207.4318 Neural and Evolutionary Computing
+1207.4320 Statistical Mechanics
+1207.4323 Experiment
+1207.4325 Theory
+1207.4326 Optimization and Control
+1207.4327 Experiment
+1207.4328 Information Retrieval
+1207.4335 Algebraic Geometry
+1207.4336 Number Theory
+1207.4339
+1207.4343 Information Theory
+1207.4345 Experiment
+1207.4349 Functional Analysis
+1207.4354 Statistical Mechanics
+1207.4358 Phenomenology
+1207.4365 Mesoscale and Nanoscale Physics
+1207.4366 Data Structures and Algorithms
+1207.4371 Information Retrieval
+1207.4373 Combinatorics
+1207.4383 Data Structures and Algorithms
+1207.4387 General Physics
+1207.4390 General Physics
+1207.4391 Statistics Theory
+1207.4394 Algebraic Topology
+1207.4404 Learning
+1207.4412 Analysis of PDEs
+1207.4413 Solar and Stellar Astrophysics
+1207.4419 Plasma Physics
+1207.4421 Machine Learning
+1207.4422 Differential Geometry
+1207.4423 Differential Geometry
+1207.4425 Number Theory
+1207.4426 Chaotic Dynamics
+1207.4428 Strongly Correlated Electrons
+1207.4429
+1207.4432 Artificial Intelligence
+1207.4436 Quantitative Methods
+1207.4437 Combinatorics
+1207.4441
+1207.4443 Mesoscale and Nanoscale Physics
+1207.4445 Neural and Evolutionary Computing
+1207.4446 Number Theory
+1207.4448 Neural and Evolutionary Computing
+1207.4449 Probability
+1207.4450 Neural and Evolutionary Computing
+1207.4451 Neural and Evolutionary Computing
+1207.4452 Neural and Evolutionary Computing
+1207.4453 Analysis of PDEs
+1207.4454 Accelerator Physics
+1207.4455 Neural and Evolutionary Computing
+1207.4457 Accelerator Physics
+1207.4460 Accelerator Physics
+1207.4463 Quantitative Methods
+1207.4471 Data Analysis, Statistics and Probability
+cond-mat/0302184 Soft Condensed Matter
+cond-mat/0404450 Mesoscale and Nanoscale Physics
+cond-mat/0605501 Soft Condensed Matter
+cond-mat/9803366 Soft Condensed Matter
+gr-qc/0604003
+hep-ph/9611381 Phenomenology
+0704.2428 Quantum Algebra
+0706.2266
+0709.0368 Other Condensed Matter
+0710.5176 Number Theory
+0801.0702
+0810.0282 Optics
+0810.3287 Analysis of PDEs
+0903.4641
+0904.1295 Dynamical Systems
+0905.2555 Quantum Algebra
+0905.4655 Spectral Theory
+0905.4717 Digital Libraries
+0906.3968 Risk Management
+0908.0252 Number Theory
+0912.2513 Number Theory
+0912.5067 Symplectic Geometry
+0912.5398 Probability
+1001.0951 Applications
+1001.1057
+1003.2916 Adaptation and Self-Organizing Systems
+1003.4023 Phenomenology
+1003.4407 Algebraic Geometry
+1005.5192 Spectral Theory
+1005.5326 Number Theory
+1006.1798 Computational Physics
+1006.4409 Geometric Topology
+1006.4711 Probability
+1007.0026 Risk Management
+1007.0122 Differential Geometry
+1007.4375
+1008.4537 General Physics
+1008.4596 General Physics
+1008.4605
+1008.4606
+1011.2266 Symplectic Geometry
+1012.1279 Dynamical Systems
+1012.3366
+1012.5277
+1012.5832 General Finance
+1101.2743 Representation Theory
+1101.4413
+1102.0047 Algebraic Topology
+1102.1601 Phenomenology
+1102.5225 Information Theory
+1103.1945 Spectral Theory
+1103.5027 General Finance
+1104.0637 Combinatorics
+1104.5381 Statistical Mechanics
+1105.3156 Algebraic Geometry
+1105.3443 Phenomenology
+1105.6084 Networking and Internet Architecture
+1105.6308
+1106.2128 Quantum Algebra
+1106.6011 Algebraic Geometry
+1107.1155 Physics and Society
+1107.1331 Numerical Analysis
+1107.2610
+1107.5070 Combinatorics
+1108.0175 Cosmology and Nongalactic Astrophysics
+1108.1735 Lattice
+1108.3442
+1108.3898 Theory
+1108.3988 Computation
+1108.4948 Other Condensed Matter
+1108.4988 Machine Learning
+1108.5264 Probability
+1108.5425 Phenomenology
+1108.5968 Strongly Correlated Electrons
+1109.0307 Mesoscale and Nanoscale Physics
+1109.1506 General Physics
+1109.3645 Algebraic Geometry
+1109.5256 Probability
+1109.5514 Materials Science
+1109.6558 Biomolecules
+1110.0434 Strongly Correlated Electrons
+1110.1424 Materials Science
+1110.1974 Dynamical Systems
+1110.2245 Cosmology and Nongalactic Astrophysics
+1110.3146 Lattice
+1110.4196 Cryptography and Security
+1110.4471 High Energy Astrophysical Phenomena
+1110.4549
+1110.5184 Experiment
+1110.6269 Metric Geometry
+1110.6904 Phenomenology
+1111.0015 Theory
+1111.0199 Theory
+1111.0817 Materials Science
+1111.3013 Cryptography and Security
+1111.3960 Cosmology and Nongalactic Astrophysics
+1111.4021 Analysis of PDEs
+1111.4266 Phenomenology
+1111.4271 Classical Analysis and ODEs
+1111.5171 Algebraic Geometry
+1111.5173 Phenomenology
+1111.5519 Statistical Mechanics
+1111.5843
+1111.5943 Strongly Correlated Electrons
+1111.6038 Computational Finance
+1111.6623 Strongly Correlated Electrons
+1111.7075 Superconductivity
+1112.0524 Cosmology and Nongalactic Astrophysics
+1112.0693 Classical Analysis and ODEs
+1112.1123 High Energy Astrophysical Phenomena
+1112.1246 Lattice
+1112.1376 Instrumentation and Detectors
+1112.1744 Classical Analysis and ODEs
+1112.2188 Social and Information Networks
+1112.2349 Earth and Planetary Astrophysics
+1112.3368 Statistical Mechanics
+1112.4272 Dynamical Systems
+1112.5514 Statistical Mechanics
+1201.0174 Superconductivity
+1201.0457 Geometric Topology
+1201.3728 Differential Geometry
+1201.4199
+1201.4493 Representation Theory
+1201.4796 Classical Analysis and ODEs
+1201.5593 Representation Theory
+1201.5664 Materials Science
+1201.5749
+1201.5862 Soft Condensed Matter
+1201.5969
+1201.6084 Logic
+1201.6330 Combinatorics
+1201.6588 General Physics
+1202.0159 Complex Variables
+1202.0194 General Topology
+1202.0571 Group Theory
+1202.0579 Fluid Dynamics
+1202.0661 Fluid Dynamics
+1202.0942 Functional Analysis
+1202.1237 Number Theory
+1202.1400 Fluid Dynamics
+1202.1401 Rings and Algebras
+1202.1742 Systems and Control
+1202.2172 Phenomenology
+1202.2353 Other Quantitative Biology
+1202.2368 Computer Vision and Pattern Recognition
+1202.2370 Methodology
+1202.2371 Methodology
+1202.2372 Cosmology and Nongalactic Astrophysics
+1202.2381 High Energy Astrophysical Phenomena
+1202.2382 Phenomenology
+1202.2383 Accelerator Physics
+1202.2393 Information Retrieval
+1202.2394 Materials Science
+1202.2401 Classical Physics
+1202.2405 Analysis of PDEs
+1202.2407 Logic in Computer Science
+1202.2410 Combinatorics
+1202.2414 Information Theory
+1202.2420 Cryptography and Security
+1202.2425 Software Engineering
+1202.2426 Phenomenology
+1202.2427 Software Engineering
+1202.2429 Software Engineering
+1202.2438 Phenomenology
+1202.2441 Rings and Algebras
+1202.2443 Dynamical Systems
+1202.2445 Adaptation and Self-Organizing Systems
+1202.2446 Analysis of PDEs
+1202.2448 Populations and Evolution
+1202.2449 Computer Vision and Pattern Recognition
+1202.2451 Commutative Algebra
+1202.2457
+1202.2459 High Energy Astrophysical Phenomena
+1202.2462 Lattice
+1202.2470 Phenomenology
+1202.2473 Instrumentation and Methods for Astrophysics
+1202.2476 Machine Learning
+1202.2482 Geometric Topology
+1202.2485 General Topology
+1202.2489 Theory
+1202.2492 Functional Analysis
+1202.2498 Software Engineering
+1202.2499 Software Engineering
+1202.2501 Software Engineering
+1202.2503 Social and Information Networks
+1202.2504 Software Engineering
+1202.2506 Software Engineering
+1202.2508 Software Engineering
+1202.2509 Distributed, Parallel, and Cluster Computing
+1202.2510 Software Engineering
+1202.2511 Software Engineering
+1202.2513 Software Engineering
+1202.2514 Software Engineering
+1202.2515 Software Engineering
+1202.2516 Software Engineering
+1202.2517 Algebraic Topology
+1202.2519 Algebraic Topology
+1202.2521 Optics
+1202.2522
+1202.2527 Rings and Algebras
+1202.2528 Computer Vision and Pattern Recognition
+1202.2529 Instrumentation and Methods for Astrophysics
+1202.2532 Risk Management
+1202.2534
+1202.2538 Optics
+1202.2544 Atomic and Molecular Clusters
+1202.2548 Number Theory
+1202.2550 Probability
+1202.2551 Distributed, Parallel, and Cluster Computing
+1202.2553 Disordered Systems and Neural Networks
+1202.2560 Logic
+1202.2562 Classical Physics
+1202.2565 Dynamical Systems
+1202.2567 Functional Analysis
+1202.2568 Complex Variables
+1202.2573 Networking and Internet Architecture
+1202.2577 Instrumentation and Methods for Astrophysics
+1202.2580 Analysis of PDEs
+1202.2581 Combinatorics
+1202.2585 Computational Finance
+1202.2592 High Energy Astrophysical Phenomena
+1202.2595 Probability
+1202.2602 Combinatorics
+1202.2604 Algebraic Geometry
+1202.2610 Mesoscale and Nanoscale Physics
+1202.2613 Mesoscale and Nanoscale Physics
+1202.2614 Information Retrieval
+1202.2615 Information Retrieval
+1202.2616
+1202.2617 Information Retrieval
+1202.2619 Information Retrieval
+1202.2633 Complex Variables
+1202.2634 Networking and Internet Architecture
+1202.2635 Mesoscale and Nanoscale Physics
+1202.2640 Probability
+1202.2641 Experiment
+1202.2642 Experiment
+1202.2647
+1202.2648 Group Theory
+1202.2650 Logic
+1202.2654 Optimization and Control
+1202.2659 Operator Algebras
+1202.2664 Representation Theory
+1202.2667 Analysis of PDEs
+1202.2668 Representation Theory
+1202.2669 Phenomenology
+1202.2670 Quantitative Methods
+1202.2671 Number Theory
+1202.2680 Analysis of PDEs
+1202.2686 Number Theory
+1202.2693
+1202.2695 Space Physics
+1202.2696 Algebraic Geometry
+1202.2700 Phenomenology
+1202.2702 Biomolecules
+1202.2704 Rings and Algebras
+1202.2706 Numerical Analysis
+1202.2707 Numerical Analysis
+1202.2708 Numerical Analysis
+1202.2717 Quantum Algebra
+1202.2719 Algebraic Topology
+1202.2724 Geometric Topology
+1202.2731 Software Engineering
+1202.2732
+1202.2736 Programming Languages
+1202.2738 Instrumentation and Methods for Astrophysics
+1202.2740 Operator Algebras
+1202.2742 Geometric Topology
+1202.2755
+1202.2757 Phenomenology
+1202.2760 Differential Geometry
+1202.2761 Data Analysis, Statistics and Probability
+1202.2764 Physics Education
+1202.2765 Numerical Analysis
+1202.2766 Probability
+1202.2773 Artificial Intelligence
+1202.2774 Information Theory
+1202.2775
+1202.2778 Information Theory
+1202.2781 Algebraic Geometry
+1202.2785 Classical Analysis and ODEs
+1202.2786 Classical Analysis and ODEs
+1202.2790 High Energy Astrophysical Phenomena
+1202.2791 History and Philosophy of Physics
+1202.2794 Discrete Mathematics
+1202.2803 Information Theory
+1202.2804 Mesoscale and Nanoscale Physics
+1202.2814 High Energy Astrophysical Phenomena
+1202.2815 Analysis of PDEs
+1202.2820 Data Structures and Algorithms
+1202.2828 Experiment
+1202.2832 Biological Physics
+1202.2834 Lattice
+hep-ph/0603260 Phenomenology
+math/0002246 Quantum Algebra
+math/0311291 Quantum Algebra
+math/0504300 Metric Geometry
+math/0608208 Number Theory
+math/0609771 Combinatorics
+math/0703473 Algebraic Geometry
+quant-ph/0607176
+1101.0337 General Physics
+1207.2593
+0705.0016 Theory
+0705.3989 Data Analysis, Statistics and Probability
+0807.4709
+0904.1096 Combinatorics
+0904.4371 Materials Science
+0905.2263
+0906.5307 Physics and Society
+0909.3520 Group Theory
+0911.2783 Functional Analysis
+1002.1672 Physics and Society
+1003.1908 Functional Analysis
+1004.3363 Data Structures and Algorithms
+1006.3735 Optimization and Control
+1007.1190 Differential Geometry
+1009.5993 Cosmology and Nongalactic Astrophysics
+1010.0927 Classical Analysis and ODEs
+1010.1031
+1010.4914 Probability
+1011.3039 General Physics
+1101.0839 Combinatorics
+1101.0840 Combinatorics
+1102.3650 Other Condensed Matter
+1103.0747
+1103.1837 Mesoscale and Nanoscale Physics
+1103.4675 Mesoscale and Nanoscale Physics
+1105.4659 Statistical Mechanics
+1106.0484 Combinatorics
+1106.5838 Mesoscale and Nanoscale Physics
+1107.0392 Physics and Society
+1107.2505 Probability
+1107.3179 Mesoscale and Nanoscale Physics
+1108.3275 Analysis of PDEs
+1108.3338 Representation Theory
+1108.3985 Analysis of PDEs
+1109.3829 Computation
+1109.5368 High Energy Astrophysical Phenomena
+1110.1942 Phenomenology
+1110.3758 Combinatorics
+1110.5541 Strongly Correlated Electrons
+1111.0352 Learning
+1111.0744 Cosmology and Nongalactic Astrophysics
+1111.3946 Phenomenology
+1111.6337 Learning
+1111.6347 Strongly Correlated Electrons
+1112.1077 Cosmology and Nongalactic Astrophysics
+1112.1220 Physics and Society
+1112.3547 Optics
+1112.5487 Theory
+1201.0501 Optics
+1201.3250 Formal Languages and Automata Theory
+1201.3592 Social and Information Networks
+1201.3725
+1201.3909 Mesoscale and Nanoscale Physics
+1201.4121 Statistical Mechanics
+1201.4221 Mesoscale and Nanoscale Physics
+1201.4340 Phenomenology
+1201.4902
+1201.6355 Mesoscale and Nanoscale Physics
+1202.1485
+1202.1961 Quantum Gases
+1202.2184
+1202.5676 Number Theory
+1202.6015
+1203.1169 Accelerator Physics
+1203.1258 Quantum Algebra
+1203.1520 Atomic Physics
+1203.1596 Machine Learning
+1203.1602 Statistical Mechanics
+1203.2742 Optimization and Control
+1203.3223
+1203.3360 Lattice
+1203.3786 Combinatorics
+1203.4260 Cosmology and Nongalactic Astrophysics
+1203.4261 Cosmology and Nongalactic Astrophysics
+1203.5137 Phenomenology
+1203.5450 Disordered Systems and Neural Networks
+1203.5997 Computational Physics
+1203.6522 Theory
+1204.0889
+1204.1720 Strongly Correlated Electrons
+1204.2054 Theory
+1204.2254 Strongly Correlated Electrons
+1204.4058
+1204.4128 Phenomenology
+1204.4398 Mesoscale and Nanoscale Physics
+1204.4550 Networking and Internet Architecture
+1204.5835 High Energy Astrophysical Phenomena
+1204.6068 Solar and Stellar Astrophysics
+1204.6215 Instrumentation and Methods for Astrophysics
+1205.0004 Solar and Stellar Astrophysics
+1205.0806 Earth and Planetary Astrophysics
+1205.4882 High Energy Astrophysical Phenomena
+1205.6777 Statistical Mechanics
+1205.6878
+1206.0098 Differential Geometry
+1206.0622 Methodology
+1206.0858 Quantitative Methods
+1206.1616 High Energy Astrophysical Phenomena
+1206.2461 Experiment
+1206.2659 High Energy Astrophysical Phenomena
+1206.2918
+1206.2931 Chemical Physics
+1206.2948 Numerical Analysis
+1206.2953 Materials Science
+1206.2957 Computer Science and Game Theory
+1206.2960 Physics and Society
+1206.2963 Number Theory
+1206.2967 Experiment
+1206.2973 Rings and Algebras
+1206.2974 Information Theory
+1206.2975 Combinatorics
+1206.2976 Chaotic Dynamics
+1206.2979 Experiment
+1206.2980 History and Philosophy of Physics
+1206.2981 Materials Science
+1206.2982 Instrumentation and Methods for Astrophysics
+1206.2984 Optics
+1206.2985 Superconductivity
+1206.2997 Analysis of PDEs
+1206.2998 General Physics
+1206.3001 Human-Computer Interaction
+1206.3002 Robotics
+1206.3003 Genomics
+1206.3004 Genomics
+1206.3005 Dynamical Systems
+1206.3006 Superconductivity
+1206.3009 Mesoscale and Nanoscale Physics
+1206.3014 Information Theory
+1206.3016 Algebraic Geometry
+1206.3019 Phenomenology
+1206.3020 Differential Geometry
+1206.3021 Algebraic Geometry
+1206.3022
+1206.3024 Solar and Stellar Astrophysics
+1206.3027 Computers and Society
+1206.3029 Information Theory
+1206.3032 Optics
+1206.3034 Optimization and Control
+1206.3036 Chemical Physics
+1206.3037 Physics and Society
+1206.3042 Earth and Planetary Astrophysics
+1206.3044 Probability
+1206.3045 Fluid Dynamics
+1206.3046 Superconductivity
+1206.3052
+1206.3055 Atmospheric and Oceanic Physics
+1206.3062 Phenomenology
+1206.3066 Probability
+1206.3069 Commutative Algebra
+1206.3072 Learning
+1206.3074
+1206.3078 Information Retrieval
+1206.3082 Differential Geometry
+1206.3083 Plasma Physics
+1206.3090 Algebraic Geometry
+1206.3093 Metric Geometry
+1206.3094 Probability
+1206.3095 Group Theory
+1206.3100 Analysis of PDEs
+1206.3104 Pricing of Securities
+1206.3105 Metric Geometry
+1206.3106 General Physics
+1206.3107 Classical Physics
+1206.3109 General Physics
+1206.3110 General Physics
+1206.3113 Lattice
+1206.3116
+1206.3120 Networking and Internet Architecture
+1206.3124 High Energy Astrophysical Phenomena
+1206.3125 Methodology
+1206.3133 Information Theory
+1206.3135 Combinatorics
+1206.3137 Machine Learning
+1206.3138 Information Theory
+1206.3141 Classical Analysis and ODEs
+1206.3143 Phenomenology
+1206.3144 Combinatorics
+1206.3145 Strongly Correlated Electrons
+1206.3146 Instrumentation and Detectors
+1206.3149
+1206.3150
+1206.3152 Combinatorics
+1206.3158 Materials Science
+1206.3160 Combinatorics
+1206.3162 Materials Science
+1206.3163 Superconductivity
+1206.3165 Combinatorics
+1206.3170 Differential Geometry
+1206.3172 Classical Analysis and ODEs
+1206.3174 Combinatorics
+1206.3177 Numerical Analysis
+1206.3180 Logic in Computer Science
+1206.3183 Combinatorics
+1206.3185 Astrophysics of Galaxies
+1206.3188 Experiment
+1206.3193 Combinatorics
+1206.3194 Experiment
+1206.3195 Symplectic Geometry
+1206.3198 Experiment
+1206.3200 Combinatorics
+1206.3202 Combinatorics
+1206.3205 Mesoscale and Nanoscale Physics
+1206.3206 Combinatorics
+1206.3207 Optics
+1206.3209 Optimization and Control
+1206.3211 Combinatorics
+1206.3214 Dynamical Systems
+1206.3216 Strongly Correlated Electrons
+1206.3225 Differential Geometry
+math/0305195 Quantum Algebra
+physics/0603002 Data Analysis, Statistics and Probability
+0704.0638 Experiment
+0704.0802 Information Theory
+0704.0943
+0704.1500 Experiment
+0704.1937 Lattice
+0704.3575 Experiment
+0704.3594 Experiment
+0705.1122
+0705.1186
+0705.1605
+0705.2247 Experiment
+0705.2276 Experiment
+0705.2946
+0705.3108 Experiment
+0705.3119
+0705.3207 Theory
+0705.3251 Phenomenology
+0705.3322 Lattice
+0705.3815 Experiment
+0705.4408 Experiment
+0706.0020
+0706.0563
+0706.0926 Experiment
+0706.2231 Experiment
+0706.2283
+0706.2456 Experiment
+0706.3150 Experiment
+0706.3722 Experiment
+0706.4126 Mesoscale and Nanoscale Physics
+0707.0037 Optics
+0707.0304
+0707.0662 Biological Physics
+0707.1303
+0707.1586 Experiment
+0707.2374 Experiment
+0707.2532 Experiment
+0707.2654 Experiment
+0707.2687 Experiment
+0707.3005 Experiment
+0707.3679
+0707.3933 Experiment
+0707.4078 Experiment
+0707.4148 Experiment
+0707.4415
+0707.4609 Experiment
+0707.4616 Experiment
+0707.4623 Experiment
+0707.4631 Experiment
+0707.4634 Experiment
+0708.1341 Quantitative Methods
+0708.1495 Experiment
+0708.1668 Experiment
+0708.2251
+0708.2820 Experiment
+0708.3217 Experiment
+0708.3705 Lattice
+0708.3944
+0709.0451 Experiment
+0709.0766
+0709.0984
+0709.1000 Experiment
+0709.1132
+0709.1823
+0709.2806 Instrumentation and Detectors
+0709.3125
+0709.3458 Experiment
+0709.3464 Experiment
+0709.3763
+0709.4114 Experiment
+0709.4139
+0709.4184 Experiment
+0709.4380
+0709.4428
+0709.4507
+0709.4566 Phenomenology
+0709.4621
+0709.4670 Experiment
+0710.0118
+0710.0422 Lattice
+0710.0497
+0710.0536 Lattice
+0710.0786 Experiment
+0710.0890
+0710.0963 Lattice
+0710.1534 Lattice
+0710.1761 Phenomenology
+0710.1767
+0710.1895 Experiment
+0710.2011 Lattice
+0710.2017
+0710.2048 Experiment
+0710.2176 Experiment
+0710.2247
+0710.2324 Experiment
+0710.2344 Experiment
+0710.2418
+0710.2493
+0710.2979 Experiment
+0710.3091 Experiment
+0710.3361 Experiment
+0710.3462 Lattice
+0710.3467 Lattice
+0710.3712
+0710.3897 Experiment
+0710.3991 Analysis of PDEs
+0710.3993 Experiment
+0710.4203
+0710.4470 Experiment
+0710.4947 Phenomenology
+0710.5245 Theory
+0710.5369 Experiment
+0711.0353
+0711.0547
+0711.0728 Experiment
+0711.1663 Optics
+0711.2256
+0711.2683
+0711.3682
+0711.4209
+0711.4313 Experiment
+0711.4578 Experiment
+0712.0929 Experiment
+0712.1147
+0712.1411 Experiment
+0712.1664 Experiment
+0712.1744 Experiment
+0712.1909
+0712.2534 Experiment
+0712.2843
+0712.2864 Experiment
+0712.3094
+0712.3178
+0712.3524
+0712.3841 Experiment
+0801.1817 Phenomenology
+0801.2439 Experiment
+0801.3801
+0801.3885 Experiment
+0801.4589 Experiment
+0802.1071
+0802.1443
+0802.1858 Experiment
+0802.2959 Methodology
+0802.2988 Experiment
+0802.3530
+0802.3776 Chaotic Dynamics
+0802.3887 Experiment
+0802.4023 Accelerator Physics
+0802.4320
+0803.0376
+0803.0739 Experiment
+0803.0911
+0803.1154 Phenomenology
+0803.2146
+0803.3313 Experiment
+0803.3375 Experiment
+0803.3434 Theory
+0803.3629
+0803.3878 Experiment
+0803.3941
+0804.0178 Experiment
+0804.1043 Experiment
+0804.1157 Superconductivity
+0804.1580 Experiment
+0804.1869 Experiment
+0804.3423 Experiment
+0804.3770
+0804.3957
+0804.4304
+0804.4494 Experiment
+0805.0837 Optics
+0805.1764 Experiment
+0805.1969 Experiment
+0805.2245
+0805.2809 Experiment
+0805.2871 Experiment
+0805.2908 Materials Science
+0805.3088
+0805.3319
+0805.3843
+0805.4530 Experiment
+0806.0050 Theory
+0806.0315 Experiment
+0806.0989
+0806.2237 Experiment
+0806.2375 Representation Theory
+0806.3473
+0806.3987 Experiment
+0806.4201 Experiment
+0806.4302
+0806.4546 Fluid Dynamics
+0807.0494 Experiment
+0807.0589 Experiment
+0807.1025 Experiment
+0807.1290 Experiment
+0807.1661 Lattice
+0807.1773 Information Theory
+0807.2281
+0807.2469
+0807.3834 Experiment
+0808.0147 Experiment
+0808.1003 Experiment
+0808.1237
+0808.1970 Experiment
+0808.2161 Experiment
+0808.2459 Experiment
+0809.1224 Experiment
+0809.1646
+0809.3950 Experiment
+0809.4903 Experiment
+0809.5279 Theory
+0810.0283
+0810.0351 Lattice
+0810.0563 Lattice
+0810.1896 Experiment
+0810.2125
+0810.2364 Lattice
+0810.2590 Lattice
+0810.2993 Lattice
+0810.3096 Experiment
+0810.3213 Experiment
+0810.3303
+0810.3475
+0810.3522 Experiment
+0810.3562
+0810.3568
+0810.4036 Experiment
+0810.4930 Instrumentation and Detectors
+0810.4979
+0810.5357 Experiment
+0810.5608 Experiment
+0810.5611 Experiment
+0811.1921
+0811.1929 Experiment
+0811.2354 Instrumentation and Detectors
+0811.2750
+0811.3894
+0811.4682 Experiment
+0812.0917
+0812.1500
+0812.1971
+0812.2003 Experiment
+0812.2243 Experiment
+0812.2416 Experiment
+0812.2517 Experiment
+0812.4187
+0812.4620 Experiment
+0901.0477 Experiment
+0901.0488 Experiment
+0901.0507 Experiment
+0901.0971 History and Overview
+0901.1321 Superconductivity
+0901.2226 Experiment
+0901.2385 Experiment
+0901.4025 Applications
+0901.4316 Instrumentation and Detectors
+0901.4650 High Energy Astrophysical Phenomena
+0901.4970 Theory
+0902.0610 Astrophysics of Galaxies
+0902.0675 High Energy Astrophysical Phenomena
+0902.1089 Instrumentation and Methods for Astrophysics
+0902.1781 Astrophysics of Galaxies
+0902.1860 Instrumentation and Detectors
+0902.2105 Experiment
+0902.2776 Experiment
+0902.3004
+0902.4666 Instrumentation and Methods for Astrophysics
+0902.4681 Instrumentation and Methods for Astrophysics
+0902.4688 Instrumentation and Methods for Astrophysics
+0902.4693 Experiment
+0903.0119 High Energy Astrophysical Phenomena
+0903.0412 Astrophysics of Galaxies
+0903.0441 Instrumentation and Detectors
+0903.0624 High Energy Astrophysical Phenomena
+0903.0676 Experiment
+0903.1713 High Energy Astrophysical Phenomena
+0903.2145 Experiment
+0903.2403 Experiment
+0903.2465 Experiment
+0903.2469 Instrumentation and Methods for Astrophysics
+0903.2503 Experiment
+0903.3385 High Energy Astrophysical Phenomena
+0903.4205 Experiment
+0903.4592 Instrumentation and Methods for Astrophysics
+0904.1092 Experiment
+0904.1619 Experiment
+0904.1904 High Energy Astrophysical Phenomena
+0904.2973
+0904.3392 Experiment
+0904.3466 Experiment
+0904.3513 Experiment
+0904.3870 Experiment
+0904.3876 Experiment
+0904.3950 Computational Physics
+0904.4280 High Energy Astrophysical Phenomena
+0904.4719 Theory
+0905.0005 High Energy Astrophysical Phenomena
+0905.0105 High Energy Astrophysical Phenomena
+0905.0231 Experiment
+0905.1058 Cosmology and Nongalactic Astrophysics
+0905.1189 High Energy Astrophysical Phenomena
+0905.1562 Experiment
+0905.1705
+0905.2374
+0905.2427 High Energy Astrophysical Phenomena
+0905.2465 Lattice
+0905.3132 Solar and Stellar Astrophysics
+0905.3198 Genomics
+0905.3710
+0905.4185 Experiment
+0905.4267 Experiment
+0905.4558 High Energy Astrophysical Phenomena
+0905.4846 Experiment
+0906.0469
+0906.0471 Experiment
+0906.1014 Experiment
+0906.1224 Cosmology and Nongalactic Astrophysics
+0906.1247 Astrophysics of Galaxies
+0906.1424 Experiment
+0906.1504 Experiment
+0906.2720 High Energy Astrophysical Phenomena
+0906.3653 Experiment
+0906.3918 Experiment
+0906.4007 High Energy Astrophysical Phenomena
+0906.5497 Instrumentation and Methods for Astrophysics
+0907.0379 Experiment
+0907.0515 Instrumentation and Detectors
+0907.1269 Experiment
+0907.2596 Experiment
+0907.2643 Experiment
+0907.2658 Experiment
+0907.2666 Experiment
+0907.2799
+0907.3594 Experiment
+0907.3627 Experiment
+0907.3857 Experiment
+0907.5026 Mesoscale and Nanoscale Physics
+0907.5028 Materials Science
+0907.5029 Mesoscale and Nanoscale Physics
+0907.5031 Materials Science
+0907.5289 Experiment
+0908.0150 High Energy Astrophysical Phenomena
+0908.0203 Cosmology and Nongalactic Astrophysics
+0908.0511 High Energy Astrophysical Phenomena
+0908.0969 Phenomenology
+0908.1374 Experiment
+0908.2171 Experiment
+0908.3786 Statistical Mechanics
+0908.4584 Experiment
+0909.0466 Biomolecules
+0909.0566
+0909.1248
+0909.1262 High Energy Astrophysical Phenomena
+0909.2368 Cryptography and Security
+0909.2629 Instrumentation and Methods for Astrophysics
+0909.2745 Instrumentation and Detectors
+0909.3032 Experiment
+0909.3583 High Energy Astrophysical Phenomena
+0909.4012 Experiment
+0909.4223 Experiment
+0909.4996 Experiment
+0909.5107
+0909.5469 Experiment
+0910.0442 Instrumentation and Methods for Astrophysics
+0910.0908 High Energy Astrophysical Phenomena
+0910.0969 Experiment
+0910.1029 Experiment
+0910.2433 Solar and Stellar Astrophysics
+0910.2505 Instrumentation and Detectors
+0910.3182 High Energy Astrophysical Phenomena
+0910.3328
+0910.3423 Instrumentation and Detectors
+0910.3534 Experiment
+0910.3602 Experiment
+0910.3606 Experiment
+0910.4598
+0910.4648 Lattice
+0910.4843 High Energy Astrophysical Phenomena
+0910.4881 High Energy Astrophysical Phenomena
+0910.5170 Experiment
+0910.5520 High Energy Astrophysical Phenomena
+0910.5530 Instrumentation and Detectors
+0910.5532 Lattice
+0910.5631 Experiment
+0910.5772 Cosmology and Nongalactic Astrophysics
+0910.5831 Experiment
+0911.0425 Experiment
+0911.0548 Experiment
+0911.2412 High Energy Astrophysical Phenomena
+0911.2561 Lattice
+0911.2604 Experiment
+0911.2972 Experiment
+0911.3930 Experiment
+0911.3989 Experiment
+0911.4022 Instrumentation and Detectors
+0911.4044 Instrumentation and Detectors
+0911.4045 Instrumentation and Detectors
+0911.4119 Experiment
+0911.4286 Experiment
+0911.4445 Materials Science
+0911.4449 Experiment
+0911.4770 Instrumentation and Detectors
+0911.4842 Instrumentation and Detectors
+0911.4845 Instrumentation and Detectors
+0911.4855 Instrumentation and Detectors
+0911.4877 Instrumentation and Detectors
+0911.4881 Instrumentation and Detectors
+0911.4889 Instrumentation and Detectors
+0911.4893 Instrumentation and Detectors
+0911.4895 Instrumentation and Detectors
+0911.4904 Instrumentation and Detectors
+0911.4960 Instrumentation and Detectors
+0911.4991 Instrumentation and Detectors
+0911.4992 Instrumentation and Detectors
+0911.4994 Instrumentation and Detectors
+0911.4996 Instrumentation and Detectors
+0911.5397 Instrumentation and Detectors
+0911.5422 Instrumentation and Detectors
+0911.5434 Instrumentation and Detectors
+0911.5678 Experiment
+0912.0201 Instrumentation and Methods for Astrophysics
+0912.0255 Experiment
+0912.1057 Experiment
+0912.1066 Experiment
+0912.1171 Earth and Planetary Astrophysics
+0912.1308 Experiment
+0912.1434 Experiment
+0912.2005 Instrumentation and Detectors
+0912.2594 Experiment
+0912.2642 Instrumentation and Detectors
+0912.3453 Experiment
+0912.4029 High Energy Astrophysical Phenomena
+0912.4232 Experiment
+0912.5104 Experiment
+0912.5116 Experiment
+0912.5285 Experiment
+1001.0165 High Energy Astrophysical Phenomena
+1001.0336 Experiment
+1001.0502 Instrumentation and Detectors
+1001.0532 Experiment
+1001.0709 Instrumentation and Methods for Astrophysics
+1001.3043
+1001.3679 Functional Analysis
+1001.4026 Experiment
+1001.4162 Experiment
+1001.4481 Experiment
+1001.4531 Cosmology and Nongalactic Astrophysics
+1001.5328 Experiment
+1001.5360 Experiment
+1002.0201
+1002.0366 Instrumentation and Methods for Astrophysics
+1002.0501 Experiment
+1002.0621 Experiment
+1002.0699 High Energy Astrophysical Phenomena
+1002.0701 High Energy Astrophysical Phenomena
+1002.1036
+1002.1077
+1002.1641
+1002.1975 High Energy Astrophysical Phenomena
+1002.2572 Instrumentation and Detectors
+1002.3471 Experiment
+1002.3965 Materials Science
+1003.0284 Experiment
+1003.0603
+1003.1241 Phenomenology
+1003.2826 Experiment
+1003.3124 Experiment
+1003.3609 Experiment
+1003.4961
+1004.0338
+1004.1694 Instrumentation and Methods for Astrophysics
+1004.1732 Experiment
+1004.2377
+1004.2743
+1004.2864
+1004.4959
+1004.5293 Instrumentation and Detectors
+1005.1478
+1005.1868 Soft Condensed Matter
+1005.2615 Cosmology and Nongalactic Astrophysics
+1005.3216 Experiment
+1005.3294 Experiment
+1005.3299 Experiment
+1005.3670 Quantum Gases
+1005.3674 Experiment
+1005.4211 Experiment
+1005.4568 Instrumentation and Detectors
+1005.4655
+1005.4916
+1005.5254 Experiment
+1005.5332 Experiment
+1005.5694
+1006.0618 Experiment
+1006.0946 Experiment
+1006.0996 Experiment
+1006.1349 Geometric Topology
+1006.2083 Experiment
+1006.3396 Experiment
+1006.3740
+1006.3818 Chemical Physics
+1006.4010 Experiment
+1006.4384 Instrumentation and Detectors
+1006.4597 Experiment
+1006.5088
+1006.5162 Number Theory
+1006.5432 Experiment
+1006.5637 Strongly Correlated Electrons
+1007.0317 Instrumentation and Detectors
+1007.1150 Experiment
+1007.1562 Experiment
+1007.1777 High Energy Astrophysical Phenomena
+1007.1945 Experiment
+1007.1988 Instrumentation and Detectors
+1007.2549 Instrumentation and Methods for Astrophysics
+1007.2585 Materials Science
+1007.2613
+1007.2951 Experiment
+1007.3461 Phenomenology
+1007.3473
+1007.4061 Experiment
+1007.4423 Experiment
+1007.4587 Experiment
+1007.4730 Experiment
+1007.4835 Experiment
+1007.4836 Astrophysics of Galaxies
+1007.5064 Materials Science
+1007.5141 Instrumentation and Methods for Astrophysics
+1007.5329
+1007.5423 Instrumentation and Detectors
+1008.0413 Instrumentation and Detectors
+1008.1420
+1008.1541 Experiment
+1008.1719 Experiment
+1008.1731 Experiment
+1008.1956 Materials Science
+1008.2325 Experiment
+1008.2880 Superconductivity
+1008.3235 High Energy Astrophysical Phenomena
+1008.3493 Experiment
+1008.3999 High Energy Astrophysical Phenomena
+1008.4287
+1008.4967 Experiment
+1008.5038 Medical Physics
+1008.5119 High Energy Astrophysical Phenomena
+1009.0266 Experiment
+1009.1035
+1009.1160 Differential Geometry
+1009.1795 Mesoscale and Nanoscale Physics
+1009.3060
+1009.4122 Experiment
+1009.4771 Experiment
+1009.5069 Experiment
+1009.5908 Experiment
+1009.6222 Instrumentation and Detectors
+1009.6224 Experiment
+1010.0203 Experiment
+1010.1476 Experiment
+1010.2130 Experiment
+1010.2252 Accelerator Physics
+1010.3470 Experiment
+1010.3581 Superconductivity
+1010.4144 Instrumentation and Methods for Astrophysics
+1010.4439 Experiment
+1010.5947 Instrumentation and Methods for Astrophysics
+1010.5994 Experiment
+1010.6162 High Energy Astrophysical Phenomena
+1010.6167 Experiment
+1010.6291 Experiment
+1011.0634 Experiment
+1011.0816 High Energy Astrophysical Phenomena
+1011.0885 Experiment
+1011.1063 Lattice
+1011.1208 Lattice
+1011.1477
+1011.1848 Classical Analysis and ODEs
+1011.1879 High Energy Astrophysical Phenomena
+1011.2528 Cosmology and Nongalactic Astrophysics
+1011.2618 Materials Science
+1011.3914
+1011.4193 Experiment
+1011.4760 Instrumentation and Detectors
+1011.5254
+1011.5436 Experiment
+1011.5531 Experiment
+1011.5861 Experiment
+1011.6182 Experiment
+1011.6359 Experiment
+1011.6556 Experiment
+1011.6615 Experiment
+1011.6665 Instrumentation and Detectors
+1012.0791 Experiment
+1012.1117 Experiment
+1012.2200 High Energy Astrophysical Phenomena
+1012.2590
+1012.3257 Experiment
+1012.3375 Experiment
+1012.3391 Experiment
+1012.3510 Experiment
+1012.3599 Instrumentation and Methods for Astrophysics
+1012.4031 Experiment
+1012.4033 Experiment
+1012.4355 Experiment
+1012.4389 Experiment
+1012.5008
+1012.5131 Experiment
+1012.5244 Statistical Mechanics
+1012.5382 Experiment
+1012.5400 Experiment
+1012.5419 Experiment
+1012.5545 Experiment
+1012.5548 Representation Theory
+1101.0070 Experiment
+1101.2188 Group Theory
+1101.2802 Experiment
+1101.3753 Representation Theory
+1101.4578 Experiment
+1101.5223
+1101.6058 Experiment
+1102.0316 Information Theory
+1102.0459 Experiment
+1102.1882 Experiment
+1102.1957
+1102.2357 Experiment
+1102.2669
+1102.2696 Experiment
+1102.3194 Experiment
+1102.3781
+1102.4282 Experiment
+1102.4746 Experiment
+1102.5290 Experiment
+1102.5429 Experiment
+1102.5435
+1103.0477 High Energy Astrophysical Phenomena
+1103.0953 Experiment
+1103.1348 Experiment
+1103.1391 Experiment
+1103.1816 Experiment
+1103.3266 High Energy Astrophysical Phenomena
+1103.3395
+1103.3470 Experiment
+1103.3564 Theory
+1103.3565 Theory
+1103.4344 Experiment
+1103.5559 Experiment
+1103.5564 Experiment
+1103.6053
+1103.6214 Experiment
+1103.6218 Experiment
+1104.0015 Cosmology and Nongalactic Astrophysics
+1104.0046
+1104.0326 Experiment
+1104.1693 Experiment
+1104.1816 Experiment
+1104.2150 Experiment
+1104.2736 General Mathematics
+1104.2892 Experiment
+1104.3041 Instrumentation and Methods for Astrophysics
+1104.3095 Mesoscale and Nanoscale Physics
+1104.3673 Experiment
+1104.4398 Experiment
+1104.4481 Experiment
+1104.5225 Experiment
+1104.5701 Experiment
+1105.0511 Instrumentation and Detectors
+1105.1730
+1105.2436 Instrumentation and Detectors
+1105.2438
+1105.2758 Experiment
+1105.3152 Experiment
+1105.3865
+1105.4234 Experiment
+1105.4788 Experiment
+1105.5365 Materials Science
+1105.5661 Experiment
+1105.5787 Experiment
+1105.6242 High Energy Astrophysical Phenomena
+1106.0208 Experiment
+1106.0933 Experiment
+1106.1238 Instrumentation and Detectors
+1106.1563 Experiment
+1106.1592 Experiment
+1106.2063 Experiment
+1106.2375 Experiment
+1106.2748 Experiment
+1106.3052 Experiment
+1106.3272 Experiment
+1106.4048 Experiment
+1106.4495 Experiment
+1106.4503 Experiment
+1106.4775 Experiment
+1106.5048 Instrumentation and Detectors
+1106.5325 Experiment
+1106.5327 Experiment
+1106.5365 Lattice
+1106.5685 Experiment
+1106.6112
+1107.0330 Experiment
+1107.0561 Experiment
+1107.0581 Experiment
+1107.0917 Experiment
+1107.1279 Experiment
+1107.1515 Cosmology and Nongalactic Astrophysics
+1107.1579
+1107.2151
+1107.2304 Experiment
+1107.2550 Experiment
+1107.2594 Experiment
+1107.2895
+1107.3716 Experiment
+1107.4277 Instrumentation and Detectors
+1107.4587 Experiment
+1107.4659 Algebraic Geometry
+1107.4771 Experiment
+1107.4789 Experiment
+1107.4800
+1107.4960 Experiment
+1107.4995 Experiment
+1107.4999 Experiment
+1107.5003 Experiment
+1107.5234 Differential Geometry
+1107.5310 Cosmology and Nongalactic Astrophysics
+1107.5733 Experiment
+1107.5751 Experiment
+1107.5834 Experiment
+1107.5915 Experiment
+1108.0320
+1108.0366 Experiment
+1108.0566 Experiment
+1108.1316 Experiment
+1108.1366 Materials Science
+1108.1582 Experiment
+1108.2016 Experiment
+1108.2044 Experiment
+1108.3047 Experiment
+1108.3331 Experiment
+1108.3546 High Energy Astrophysical Phenomena
+1108.3699 Experiment
+1108.3773 Experiment
+1108.4101 Experiment
+1108.4908 Experiment
+1108.5064 Experiment
+1108.5467
+1108.5602 Experiment
+1108.5895 Experiment
+1108.6018 Experiment
+1108.6027 Experiment
+1108.6243 Superconductivity
+1108.6269 Theory
+1108.6308 Experiment
+1108.6311 Experiment
+1109.0066 Mesoscale and Nanoscale Physics
+1109.0262 Methodology
+1109.0330
+1109.0525 Experiment
+1109.0927 Instrumentation and Detectors
+1109.1403 Experiment
+1109.1470 Experiment
+1109.2085 Experiment
+1109.2242 Experiment
+1109.2295
+1109.2352 Experiment
+1109.2911 Theory
+1109.3089 Experiment
+1109.3136 Experiment
+1109.3357 Experiment
+1109.3615 Experiment
+1109.4725 Experiment
+1109.4790
+1109.4985 Experiment
+1109.5141 Experiment
+1109.5816 Experiment
+1109.5945 Experiment
+1109.6034 Instrumentation and Detectors
+1109.6096 Instrumentation and Methods for Astrophysics
+1109.6572 Experiment
+1109.6606 Experiment
+1109.6833 Experiment
+1109.6843 Experiment
+1110.0121
+1110.0579
+1110.0664 Soft Condensed Matter
+1110.0949 Experiment
+1110.1324 Probability
+1110.1530 Experiment
+1110.1553 Distributed, Parallel, and Cluster Computing
+1110.1610 Experiment
+1110.1711 Category Theory
+1110.1742 Experiment
+1110.1985 Cosmology and Nongalactic Astrophysics
+1110.2299 Experiment
+1110.2682 Experiment
+1110.2693 Experiment
+1110.2802 Solar and Stellar Astrophysics
+1110.3174 Experiment
+1110.3226 Experiment
+1110.3272
+1110.3934 Experiment
+1110.4592 Experiment
+1110.4747 High Energy Astrophysical Phenomena
+1110.4973 Experiment
+1110.6123 High Energy Astrophysical Phenomena
+1110.6189 Experiment
+1110.6191 Experiment
+1110.6461 Experiment
+1110.6462 Experiment
+1110.6887 Lattice
+1111.0080 Experiment
+1111.1034 High Energy Astrophysical Phenomena
+1111.1297 Experiment
+1111.1460
+1111.1557 Experiment
+1111.2663 Lattice
+1111.2685
+1111.2690 Experiment
+1111.2731 Instrumentation and Methods for Astrophysics
+1111.2735 High Energy Astrophysical Phenomena
+1111.2736 High Energy Astrophysical Phenomena
+1111.2738 High Energy Astrophysical Phenomena
+1111.2741 High Energy Astrophysical Phenomena
+1111.2742 Instrumentation and Methods for Astrophysics
+1111.3331 High Energy Astrophysical Phenomena
+1111.3962
+1111.4506
+1111.5031 Experiment
+1111.5188 High Energy Astrophysical Phenomena
+1111.5341 Cosmology and Nongalactic Astrophysics
+1111.5536 Experiment
+1111.5570 Experiment
+1111.5668 Information Theory
+1111.5993 Applications
+1111.7030 High Energy Astrophysical Phenomena
+1111.7314
+1112.0511 Experiment
+1112.1415 High Energy Astrophysical Phenomena
+1112.2082 Experiment
+1112.2098
+1112.2194 Experiment
+1112.2577 Experiment
+1112.3832 Experiment
+1112.4092 Experiment
+1112.4432 Experiment
+1112.4462 Experiment
+1112.4828 Experiment
+1112.5100 Experiment
+1112.5755 Experiment
+1112.6297 Experiment
+1201.0130 Experiment
+1201.0871 Mesoscale and Nanoscale Physics
+1201.1276 Experiment
+1201.1889 Experiment
+1201.2181 Strongly Correlated Electrons
+1201.2808 Experiment
+1201.3293 Experiment
+1201.4188 Numerical Analysis
+1201.4996
+1201.5441 Statistical Mechanics
+1201.5595 Experiment
+1201.5897 Experiment
+1202.0621 Information Theory
+1202.0704 Experiment
+1202.1313 Experiment
+1202.1336 Information Theory
+1202.1408 Experiment
+1202.1414 Experiment
+1202.1415 Experiment
+1202.1416 Experiment
+1202.1487 Experiment
+1202.1488 Experiment
+1202.1489 Experiment
+1202.1997 Experiment
+1202.2099 Strongly Correlated Electrons
+1202.2554
+1202.3076 Experiment
+1202.3478 Experiment
+1202.3617 Experiment
+1202.3637 Theory
+1202.3650 Experiment
+1202.3996 Strongly Correlated Electrons
+1202.4669 Other Statistics
+1202.4847 Experiment
+1202.4914 Lattice
+1202.5022
+1202.5520 Experiment
+1202.5653 Experiment
+1202.5822
+1202.6205 Atomic and Molecular Clusters
+1202.6540 Experiment
+1203.0293 Experiment
+1203.0368 Experiment
+1203.0433 Optics
+1203.0471 Earth and Planetary Astrophysics
+1203.0529 Experiment
+1203.0542
+1203.0718 Experiment
+1203.1303 Experiment
+1203.1803
+1203.2434 Other Computer Science
+1203.2674
+1203.3100 Experiment
+1203.3147
+1203.3161 Experiment
+1203.3458 Experiment
+1203.3549 Experiment
+1203.3894 Experiment
+1203.4030 Experiment
+1203.4051 Experiment
+1203.4211 Experiment
+1203.4606 Experiment
+1203.5420 Experiment
+1203.5574 Statistical Mechanics
+1203.5602 Information Theory
+1203.5755 Experiment
+1203.5763 Experiment
+1203.5814 Superconductivity
+1203.6193 Experiment
+1203.6232 Experiment
+1203.6258 Experiment
+1203.6580 Experiment
+1203.6642 Experiment
+1204.0042 Experiment
+1204.0282
+1204.0361 Biological Physics
+1204.0685 Lattice
+1204.0735 Experiment
+1204.1648 Experiment
+1204.2295 Instrumentation and Detectors
+1204.2408 Functional Analysis
+1204.2679 Phenomenology
+1204.2685 Chemical Physics
+1204.2760 Experiment
+1204.2852 Experiment
+1204.3664 K-Theory and Homology
+1204.3852 Experiment
+1204.4496 Experiment
+1204.4655 Classical Physics
+1204.4711 Strongly Correlated Electrons
+1204.5065 Instrumentation and Methods for Astrophysics
+1204.5217 Cosmology and Nongalactic Astrophysics
+1204.5638 Experiment
+1204.5671 Statistical Mechanics
+1204.5689 Experiment
+1204.5764 Accelerator Physics
+1204.5873 High Energy Astrophysical Phenomena
+1204.5955 Experiment
+1204.6334 Accelerator Physics
+1204.6720 Experiment
+1204.6736 Experiment
+1205.0153 Combinatorics
+1205.0725 Experiment
+1205.0857
+1205.1016 Experiment
+1205.1655 Experiment
+1205.2484 Experiment
+1205.2735
+1205.4738 Computational Geometry
+1205.6083 Operator Algebras
+1205.6372 Experiment
+1205.6642 Materials Science
+1206.1181 Instrumentation and Detectors
+1206.1314 Cosmology and Nongalactic Astrophysics
+1206.1760 Experiment
+1206.2099 Optics
+1206.3122 Experiment
+1206.3429 Statistical Mechanics
+1206.3834 High Energy Astrophysical Phenomena
+1206.3955 Experiment
+1206.4552 Astrophysics of Galaxies
+1206.4619 Learning
+1206.5419 Experiment
+1206.7007 Experiment
+1207.0319 Experiment
+1207.0422 Experiment
+1207.0449 Experiment
+1207.1228 Quantitative Methods
+1207.2784 Materials Science
+1207.2804 Solar and Stellar Astrophysics
+1207.2865 Experiment
+1207.3078 Astrophysics of Galaxies
+1207.3283 Cosmology and Nongalactic Astrophysics
+1207.3631
+1207.4790 Cosmology and Nongalactic Astrophysics
+1207.6730 Accelerator Physics
+1208.0344 Cosmology and Nongalactic Astrophysics
+1208.0939 Instrumentation and Detectors
+1208.1432 Earth and Planetary Astrophysics
+1208.1520 Experiment
+1208.2900 Information Theory
+1208.3165
+1208.3809 Artificial Intelligence
+1208.4697 Classical Analysis and ODEs
+1208.4722 Cryptography and Security
+1208.4828
+1208.4842 Computer Vision and Pattern Recognition
+1208.4850 Phenomenology
+1208.4854 Probability
+1208.4857 Combinatorics
+1208.4864 Populations and Evolution
+1208.4867 Distributed, Parallel, and Cluster Computing
+1208.4869 Mathematical Software
+1208.4870 Numerical Analysis
+1208.4872 Neurons and Cognition
+1208.4876 Geometric Topology
+1208.4892 Statistics Theory
+1208.4900 Geometric Topology
+1208.4903 Statistical Mechanics
+1208.4904 Analysis of PDEs
+1208.4905 Biological Physics
+1208.4907
+1208.4912 Functional Analysis
+1208.4914 Strongly Correlated Electrons
+1208.4928 Analysis of PDEs
+1208.4930 Logic
+1208.4934 Materials Science
+1208.4936 Classical Analysis and ODEs
+1208.4937 Fluid Dynamics
+1208.4938 Probability
+1208.4939 Chemical Physics
+1208.4952 Phenomenology
+1208.4955 Classical Analysis and ODEs
+1208.4957 Algebraic Geometry
+1208.4967 Atomic Physics
+1208.4970 General Physics
+1208.4974 Probability
+1208.4975 Mesoscale and Nanoscale Physics
+1208.4977 Analysis of PDEs
+1208.4980 Experiment
+1208.4981 Phenomenology
+1208.4984 Quantum Gases
+1208.4986 History and Philosophy of Physics
+1208.4995 Combinatorics
+1208.4996 Rings and Algebras
+1208.4997 Algebraic Topology
+1208.5002 Formal Languages and Automata Theory
+1208.5013 Dynamical Systems
+1208.5029 Probability
+1208.5031 High Energy Astrophysical Phenomena
+1208.5032 Representation Theory
+1208.5034 Analysis of PDEs
+1208.5037 Networking and Internet Architecture
+1208.5040 Phenomenology
+1208.5041 Group Theory
+1208.5043
+1208.5045 Computational Geometry
+astro-ph/0001083
+astro-ph/0002471
+astro-ph/0003081
+astro-ph/0003152
+astro-ph/0005258
+astro-ph/0006398
+astro-ph/0007308
+astro-ph/0008254
+astro-ph/0010046
+astro-ph/0010077
+astro-ph/0010604
+astro-ph/0011249
+astro-ph/0011379
+astro-ph/0011381
+astro-ph/0012376
+astro-ph/0012456
+astro-ph/0103181
+astro-ph/0104316
+astro-ph/0105460
+astro-ph/0110513
+astro-ph/0110683
+astro-ph/0112172
+astro-ph/0203181
+astro-ph/0203188
+astro-ph/0203356
+astro-ph/0203500
+astro-ph/0204422
+astro-ph/0206454
+astro-ph/0209338
+astro-ph/0211606
+astro-ph/0212176
+astro-ph/0302482
+astro-ph/0302586
+astro-ph/0304377
+astro-ph/0305162
+astro-ph/0305184
+astro-ph/0305308
+astro-ph/0305437
+astro-ph/0307284
+astro-ph/0307334
+astro-ph/0307511
+astro-ph/0308283
+astro-ph/0308492
+astro-ph/0308493
+astro-ph/0310383
+astro-ph/0310457
+astro-ph/0403097
+astro-ph/0405033
+astro-ph/0405566
+astro-ph/0405580
+astro-ph/0405626
+astro-ph/0406064
+astro-ph/0406658
+astro-ph/0407103
+astro-ph/0408145
+astro-ph/0408490
+astro-ph/0410136
+astro-ph/0411533
+astro-ph/0411582
+astro-ph/0411680
+astro-ph/0412126
+astro-ph/0501261
+astro-ph/0501265
+astro-ph/0501512
+astro-ph/0501617
+astro-ph/0502303
+astro-ph/0502435
+astro-ph/0503552
+astro-ph/0504120
+astro-ph/0504139
+astro-ph/0504520
+astro-ph/0505195
+astro-ph/0505219
+astro-ph/0505334
+astro-ph/0505380
+astro-ph/0505409
+astro-ph/0506319
+astro-ph/0506593
+astro-ph/0507029
+astro-ph/0507150
+astro-ph/0507190
+astro-ph/0507288
+astro-ph/0507331
+astro-ph/0507402
+astro-ph/0507458
+astro-ph/0507459
+astro-ph/0507460
+astro-ph/0507516
+astro-ph/0507517
+astro-ph/0507600
+astro-ph/0508025
+astro-ph/0508073
+astro-ph/0508298
+astro-ph/0508389
+astro-ph/0508466
+astro-ph/0509259
+astro-ph/0509269
+astro-ph/0509296
+astro-ph/0509330
+astro-ph/0509622
+astro-ph/0510029
+astro-ph/0510346
+astro-ph/0510520
+astro-ph/0511730
+astro-ph/0512080
+astro-ph/0512239
+astro-ph/0512249
+astro-ph/0512407
+astro-ph/0512423
+astro-ph/0512441
+astro-ph/0512623
+astro-ph/0601264
+astro-ph/0601599
+astro-ph/0603021
+astro-ph/0603160
+astro-ph/0603431
+astro-ph/0604069
+astro-ph/0604114
+astro-ph/0604436
+astro-ph/0604442
+astro-ph/0604444
+astro-ph/0604450
+astro-ph/0604558
+astro-ph/0604604
+astro-ph/0606126
+astro-ph/0606132
+astro-ph/0606311
+astro-ph/0606397
+astro-ph/0606413
+astro-ph/0606619
+astro-ph/0606671
+astro-ph/0607094
+astro-ph/0607192
+astro-ph/0607233
+astro-ph/0607382
+astro-ph/0607669
+astro-ph/0608162
+astro-ph/0608525
+astro-ph/0608575
+astro-ph/0608606
+astro-ph/0609206
+astro-ph/0609501
+astro-ph/0609724
+astro-ph/0610509
+astro-ph/0610815
+astro-ph/0610913
+astro-ph/0611225
+astro-ph/0611356
+astro-ph/0612261
+astro-ph/0612723
+astro-ph/0701154
+astro-ph/0703099
+astro-ph/0703132
+astro-ph/0703419
+astro-ph/9311032
+astro-ph/9412028
+astro-ph/9501072
+astro-ph/9502106
+astro-ph/9503047
+astro-ph/9504056
+astro-ph/9505141
+astro-ph/9506052
+astro-ph/9508145
+astro-ph/9511118
+astro-ph/9601160
+astro-ph/9601161
+astro-ph/9603056
+astro-ph/9607094
+astro-ph/9610111
+astro-ph/9610162
+astro-ph/9610206
+astro-ph/9612068
+astro-ph/9701188
+astro-ph/9702059
+astro-ph/9702123
+astro-ph/9703078
+astro-ph/9705017
+astro-ph/9705173
+astro-ph/9705244
+astro-ph/9705245
+astro-ph/9706019
+astro-ph/9706183
+astro-ph/9707018
+astro-ph/9707028
+astro-ph/9707029
+astro-ph/9707136
+astro-ph/9707232
+astro-ph/9708185
+astro-ph/9709010
+astro-ph/9709070
+astro-ph/9712149
+astro-ph/9712180
+astro-ph/9712213
+astro-ph/9712339
+astro-ph/9712344
+astro-ph/9801194
+astro-ph/9801257
+astro-ph/9803082
+astro-ph/9804311
+astro-ph/9805199
+astro-ph/9805365
+astro-ph/9806017
+astro-ph/9806371
+astro-ph/9806380
+astro-ph/9807187
+astro-ph/9810003
+astro-ph/9810119
+astro-ph/9810504
+astro-ph/9812173
+astro-ph/9812174
+astro-ph/9812235
+astro-ph/9812454
+astro-ph/9902164
+astro-ph/9902332
+astro-ph/9903213
+astro-ph/9904063
+astro-ph/9904176
+astro-ph/9904205
+astro-ph/9904285
+astro-ph/9905162
+astro-ph/9906054
+astro-ph/9906055
+astro-ph/9906087
+astro-ph/9906185
+astro-ph/9906201
+astro-ph/9906205
+astro-ph/9906486
+astro-ph/9907113
+astro-ph/9907131
+astro-ph/9907162
+astro-ph/9907369
+astro-ph/9907432
+astro-ph/9908149
+astro-ph/9908192
+astro-ph/9909222
+astro-ph/9909245
+astro-ph/9910170
+astro-ph/9910501
+astro-ph/9911041
+astro-ph/9911193
+astro-ph/9911486
+astro-ph/9912077
+chao-dyn/9311011 Chaotic Dynamics
+chao-dyn/9712017 Chaotic Dynamics
+cmp-lg/9506008 Computation and Language
+cmp-lg/9712010 Computation and Language
+cond-mat/0011198 Materials Science
+cond-mat/0105409 Strongly Correlated Electrons
+cond-mat/0110571 Strongly Correlated Electrons
+cond-mat/0112405 Strongly Correlated Electrons
+cond-mat/0202104 Superconductivity
+cond-mat/0203151 Strongly Correlated Electrons
+cond-mat/0206281 Statistical Mechanics
+cond-mat/0206474
+cond-mat/0208501 Superconductivity
+cond-mat/0209178 Strongly Correlated Electrons
+cond-mat/0209468 Superconductivity
+cond-mat/0210044 Statistical Mechanics
+cond-mat/0210585 Statistical Mechanics
+cond-mat/0211560 Statistical Mechanics
+cond-mat/0212302 Statistical Mechanics
+cond-mat/0302245 Superconductivity
+cond-mat/0305587 Disordered Systems and Neural Networks
+cond-mat/0307002 Superconductivity
+cond-mat/0308471 Materials Science
+cond-mat/0310557
+cond-mat/0310591
+cond-mat/0311102 Mesoscale and Nanoscale Physics
+cond-mat/0402392 Strongly Correlated Electrons
+cond-mat/0409056 Superconductivity
+cond-mat/0411524 Mesoscale and Nanoscale Physics
+cond-mat/0412331 Superconductivity
+cond-mat/0501622 Mesoscale and Nanoscale Physics
+cond-mat/0504186 Soft Condensed Matter
+cond-mat/0506570 Strongly Correlated Electrons
+cond-mat/0509313 Superconductivity
+cond-mat/0512184 Strongly Correlated Electrons
+cond-mat/0512365 Soft Condensed Matter
+cond-mat/0602158 Soft Condensed Matter
+cond-mat/0602515 Materials Science
+cond-mat/0604324 Superconductivity
+cond-mat/0604402 Other Condensed Matter
+cond-mat/0608545 Superconductivity
+cond-mat/0701750 Strongly Correlated Electrons
+cond-mat/9209026
+cond-mat/9708171 Statistical Mechanics
+cond-mat/9801174 Mesoscale and Nanoscale Physics
+cond-mat/9804001 Superconductivity
+cond-mat/9810283 Mesoscale and Nanoscale Physics
+cond-mat/9810322
+cond-mat/9811103 Superconductivity
+cond-mat/9812350
+cond-mat/9904154 Superconductivity
+cond-mat/9904274 Mesoscale and Nanoscale Physics
+cond-mat/9905097 Materials Science
+cond-mat/9905176 Strongly Correlated Electrons
+cond-mat/9909329 Strongly Correlated Electrons
+cs/0605042 Networking and Internet Architecture
+cs/0609030 Information Theory
+cs/9809024 Computation and Language
+gr-qc/0012039
+gr-qc/0104031
+gr-qc/0112055
+gr-qc/0202021
+gr-qc/0205024
+gr-qc/0305001
+gr-qc/0401090
+gr-qc/0501068
+gr-qc/0505029
+gr-qc/0506104
+gr-qc/0507081
+gr-qc/0511146
+gr-qc/0512078
+gr-qc/0603069
+gr-qc/0604019
+gr-qc/0604109
+gr-qc/0605028
+gr-qc/0703068
+gr-qc/9307022
+gr-qc/9307037
+gr-qc/9506016
+gr-qc/9506071
+gr-qc/9506072
+gr-qc/9508037
+gr-qc/9510030
+gr-qc/9601030
+gr-qc/9601031
+gr-qc/9605054
+gr-qc/9606001
+gr-qc/9607006
+gr-qc/9612054
+gr-qc/9703010
+gr-qc/9709012
+gr-qc/9709082
+gr-qc/9710041
+gr-qc/9711074
+gr-qc/9711078
+gr-qc/9801069
+gr-qc/9802027
+gr-qc/9807041
+gr-qc/9807062
+gr-qc/9810051
+gr-qc/9810068
+gr-qc/9901021
+gr-qc/9903108
+gr-qc/9906095
+hep-ex/0001001 Experiment
+hep-ex/0001002 Experiment
+hep-ex/0001009 Experiment
+hep-ex/0001010 Experiment
+hep-ex/0001016 Experiment
+hep-ex/0001040 Experiment
+hep-ex/0001044 Experiment
+hep-ex/0002010 Experiment
+hep-ex/0002015 Experiment
+hep-ex/0002029 Experiment
+hep-ex/0002034 Experiment
+hep-ex/0002035 Experiment
+hep-ex/0002036 Experiment
+hep-ex/0002037 Experiment
+hep-ex/0002038 Experiment
+hep-ex/0002043 Experiment
+hep-ex/0002046 Experiment
+hep-ex/0002048 Experiment
+hep-ex/0002049 Experiment
+hep-ex/0002054 Experiment
+hep-ex/0002065 Experiment
+hep-ex/0002066 Experiment
+hep-ex/0003012 Experiment
+hep-ex/0003017 Experiment
+hep-ex/0003018 Experiment
+hep-ex/0003019 Experiment
+hep-ex/0003023 Experiment
+hep-ex/0004003 Experiment
+hep-ex/0004005 Experiment
+hep-ex/0004006 Experiment
+hep-ex/0004026 Experiment
+hep-ex/0004034 Experiment
+hep-ex/0005011 Experiment
+hep-ex/0005014 Experiment
+hep-ex/0005018 Experiment
+hep-ex/0005023 Experiment
+hep-ex/0005024 Experiment
+hep-ex/0005028 Experiment
+hep-ex/0005034 Experiment
+hep-ex/0005037 Experiment
+hep-ex/0005043 Experiment
+hep-ex/0005045 Experiment
+hep-ex/0006011 Experiment
+hep-ex/0006013 Experiment
+hep-ex/0006019 Experiment
+hep-ex/0006028 Experiment
+hep-ex/0006031 Experiment
+hep-ex/0006035 Experiment
+hep-ex/0006036 Experiment
+hep-ex/0006037 Experiment
+hep-ex/0006039 Experiment
+hep-ex/0007005 Experiment
+hep-ex/0007006 Experiment
+hep-ex/0007021 Experiment
+hep-ex/0007027 Experiment
+hep-ex/0007028 Experiment
+hep-ex/0007046 Experiment
+hep-ex/0007047 Experiment
+hep-ex/0007049 Experiment
+hep-ex/0007050 Experiment
+hep-ex/0007052 Experiment
+hep-ex/0008004 Experiment
+hep-ex/0008005 Experiment
+hep-ex/0008013 Experiment
+hep-ex/0008016 Experiment
+hep-ex/0008020 Experiment
+hep-ex/0008022 Experiment
+hep-ex/0008023 Experiment
+hep-ex/0008025 Experiment
+hep-ex/0008026 Experiment
+hep-ex/0008029 Experiment
+hep-ex/0008065 Experiment
+hep-ex/0008072 Experiment
+hep-ex/0009010 Experiment
+hep-ex/0009041 Experiment
+hep-ex/0009055 Experiment
+hep-ex/0009058 Experiment
+hep-ex/0009064 Experiment
+hep-ex/0010004 Experiment
+hep-ex/0010022 Experiment
+hep-ex/0010041 Experiment
+hep-ex/0010052 Experiment
+hep-ex/0010062 Experiment
+hep-ex/0011004 Experiment
+hep-ex/0011008 Experiment
+hep-ex/0011035 Experiment
+hep-ex/0011037 Experiment
+hep-ex/0011041 Experiment
+hep-ex/0011043 Experiment
+hep-ex/0011045 Experiment
+hep-ex/0011047 Experiment
+hep-ex/0011067 Experiment
+hep-ex/0011068 Experiment
+hep-ex/0011070 Experiment
+hep-ex/0011071 Experiment
+hep-ex/0011087 Experiment
+hep-ex/0011093 Experiment
+hep-ex/0011094 Experiment
+hep-ex/0012013 Experiment
+hep-ex/0012017 Experiment
+hep-ex/0012019 Experiment
+hep-ex/0012029 Experiment
+hep-ex/0012035 Experiment
+hep-ex/0101025 Experiment
+hep-ex/0101027 Experiment
+hep-ex/0101036 Experiment
+hep-ex/0101052 Experiment
+hep-ex/0102023 Experiment
+hep-ex/0102024 Experiment
+hep-ex/0102025 Experiment
+hep-ex/0102026 Experiment
+hep-ex/0102042 Experiment
+hep-ex/0103030 Experiment
+hep-ex/0103048 Experiment
+hep-ex/0104001 Experiment
+hep-ex/0104002 Experiment
+hep-ex/0104008 Experiment
+hep-ex/0104021 Experiment
+hep-ex/0104034 Experiment
+hep-ex/0104036 Experiment
+hep-ex/0104038 Experiment
+hep-ex/0105016 Experiment
+hep-ex/0105044 Experiment
+hep-ex/0105075 Experiment
+hep-ex/0105089 Experiment
+hep-ex/0105090 Experiment
+hep-ex/0106001 Experiment
+hep-ex/0106012 Experiment
+hep-ex/0106039 Experiment
+hep-ex/0106040 Experiment
+hep-ex/0106049 Experiment
+hep-ex/0106051 Experiment
+hep-ex/0106061 Experiment
+hep-ex/0106075 Experiment
+hep-ex/0106101 Experiment
+hep-ex/0107004 Experiment
+hep-ex/0107014 Experiment
+hep-ex/0107015 Experiment
+hep-ex/0107020 Experiment
+hep-ex/0107022 Experiment
+hep-ex/0107023 Experiment
+hep-ex/0107024 Experiment
+hep-ex/0107029 Experiment
+hep-ex/0107030 Experiment
+hep-ex/0107031 Experiment
+hep-ex/0107032 Experiment
+hep-ex/0107033 Experiment
+hep-ex/0107034 Experiment
+hep-ex/0107035 Experiment
+hep-ex/0107052 Experiment
+hep-ex/0107054 Experiment
+hep-ex/0107055 Experiment
+hep-ex/0108004 Experiment
+hep-ex/0108006 Experiment
+hep-ex/0108007 Experiment
+hep-ex/0108011 Experiment
+hep-ex/0108022 Experiment
+hep-ex/0108049 Experiment
+hep-ex/0109003 Experiment
+hep-ex/0109012 Experiment
+hep-ex/0109022 Experiment
+hep-ex/0109028 Experiment
+hep-ex/0109029 Experiment
+hep-ex/0109033 Experiment
+hep-ex/0109036 Experiment
+hep-ex/0109037 Experiment
+hep-ex/0109040 Experiment
+hep-ex/0110002 Experiment
+hep-ex/0110015 Experiment
+hep-ex/0110019 Experiment
+hep-ex/0110057 Experiment
+hep-ex/0110072 Experiment
+hep-ex/0110073 Experiment
+hep-ex/0110083 Experiment
+hep-ex/0111012 Experiment
+hep-ex/0111027 Experiment
+hep-ex/0111029 Experiment
+hep-ex/0111057 Experiment
+hep-ex/0111091 Experiment
+hep-ex/0112010 Experiment
+hep-ex/0112011 Experiment
+hep-ex/0112021 Experiment
+hep-ex/0112029 Experiment
+hep-ex/0112030 Experiment
+hep-ex/0201003 Experiment
+hep-ex/0201012 Experiment
+hep-ex/0201013 Experiment
+hep-ex/0201014 Experiment
+hep-ex/0201024 Experiment
+hep-ex/0201037 Experiment
+hep-ex/0201043 Experiment
+hep-ex/0202011 Experiment
+hep-ex/0202025 Experiment
+hep-ex/0202028 Experiment
+hep-ex/0202034 Experiment
+hep-ex/0203006 Experiment
+hep-ex/0203016 Experiment
+hep-ex/0203020 Experiment
+hep-ex/0203024 Experiment
+hep-ex/0203031 Experiment
+hep-ex/0203037 Experiment
+hep-ex/0203041 Experiment
+hep-ex/0204009 Experiment
+hep-ex/0204012 Experiment
+hep-ex/0204013 Experiment
+hep-ex/0204018 Experiment
+hep-ex/0204023 Experiment
+hep-ex/0204024 Experiment
+hep-ex/0204025 Experiment
+hep-ex/0204027 Experiment
+hep-ex/0204036 Experiment
+hep-ex/0205008 Experiment
+hep-ex/0205019 Experiment
+hep-ex/0205055 Experiment
+hep-ex/0205057 Experiment
+hep-ex/0205058 Experiment
+hep-ex/0205072 Experiment
+hep-ex/0205081 Experiment
+hep-ex/0205083 Experiment
+hep-ex/0205085 Experiment
+hep-ex/0205091 Experiment
+hep-ex/0205099 Experiment
+hep-ex/0206010 Experiment
+hep-ex/0206019 Experiment
+hep-ex/0206020 Experiment
+hep-ex/0206049 Experiment
+hep-ex/0206050 Experiment
+hep-ex/0206051 Experiment
+hep-ex/0206052 Experiment
+hep-ex/0206056 Experiment
+hep-ex/0206061 Experiment
+hep-ex/0206070 Experiment
+hep-ex/0207020 Experiment
+hep-ex/0207024 Experiment
+hep-ex/0207048 Experiment
+hep-ex/0207049 Experiment
+hep-ex/0207054 Experiment
+hep-ex/0207056 Experiment
+hep-ex/0208023 Experiment
+hep-ex/0208027 Experiment
+hep-ex/0208033 Experiment
+hep-ex/0208035 Experiment
+hep-ex/0208037 Experiment
+hep-ex/0208040 Experiment
+hep-ex/0208042 Experiment
+hep-ex/0209015 Experiment
+hep-ex/0209016 Experiment
+hep-ex/0209066 Experiment
+hep-ex/0210014 Experiment
+hep-ex/0210026 Experiment
+hep-ex/0210029 Experiment
+hep-ex/0210031 Experiment
+hep-ex/0210041 Experiment
+hep-ex/0210043 Experiment
+hep-ex/0210064 Experiment
+hep-ex/0211011 Experiment
+hep-ex/0211025 Experiment
+hep-ex/0211040 Experiment
+hep-ex/0211047 Experiment
+hep-ex/0212002 Experiment
+hep-ex/0212021 Experiment
+hep-ex/0212030 Experiment
+hep-ex/0212036 Experiment
+hep-ex/0212058 Experiment
+hep-ex/0212064 Experiment
+hep-ex/0212067 Experiment
+hep-ex/0301001 Experiment
+hep-ex/0301025 Experiment
+hep-ex/0301027 Experiment
+hep-ex/0301030 Experiment
+hep-ex/0302001 Experiment
+hep-ex/0302010 Experiment
+hep-ex/0302014 Experiment
+hep-ex/0302019 Experiment
+hep-ex/0302021 Experiment
+hep-ex/0302025 Experiment
+hep-ex/0302034 Experiment
+hep-ex/0303016 Experiment
+hep-ex/0303035 Experiment
+hep-ex/0303041 Experiment
+hep-ex/0303042 Experiment
+hep-ex/0304003 Experiment
+hep-ex/0304008 Experiment
+hep-ex/0304037 Experiment
+hep-ex/0305010 Experiment
+hep-ex/0305015 Experiment
+hep-ex/0305022 Experiment
+hep-ex/0305028 Experiment
+hep-ex/0305031 Experiment
+hep-ex/0305035 Experiment
+hep-ex/0305082 Experiment
+hep-ex/0305108 Experiment
+hep-ex/0306001 Experiment
+hep-ex/0306013 Experiment
+hep-ex/0306016 Experiment
+hep-ex/0306017 Experiment
+hep-ex/0306018 Experiment
+hep-ex/0306049 Experiment
+hep-ex/0307010 Experiment
+hep-ex/0307015 Experiment
+hep-ex/0307016 Experiment
+hep-ex/0307021 Experiment
+hep-ex/0307028 Experiment
+hep-ex/0307041 Experiment
+hep-ex/0307043 Experiment
+hep-ex/0307069 Experiment
+hep-ex/0307075 Experiment
+hep-ex/0308006 Experiment
+hep-ex/0308013 Experiment
+hep-ex/0308043 Experiment
+hep-ex/0308055 Experiment
+hep-ex/0308068 Experiment
+hep-ex/0309022 Experiment
+hep-ex/0309056 Experiment
+hep-ex/0309076 Experiment
+hep-ex/0310003 Experiment
+hep-ex/0310007 Experiment
+hep-ex/0310012 Experiment
+hep-ex/0310014 Experiment
+hep-ex/0310017 Experiment
+hep-ex/0310019 Experiment
+hep-ex/0310030 Experiment
+hep-ex/0310031 Experiment
+hep-ex/0310032 Experiment
+hep-ex/0310043 Experiment
+hep-ex/0310047 Experiment
+hep-ex/0311015 Experiment
+hep-ex/0311022 Experiment
+hep-ex/0311028 Experiment
+hep-ex/0311030 Experiment
+hep-ex/0311040 Experiment
+hep-ex/0312023 Experiment
+hep-ex/0312026 Experiment
+hep-ex/0312032 Experiment
+hep-ex/0312040 Experiment
+hep-ex/0312048 Experiment
+hep-ex/0312057 Experiment
+hep-ex/0401001 Experiment
+hep-ex/0401003 Experiment
+hep-ex/0401009 Experiment
+hep-ex/0401010 Experiment
+hep-ex/0401017 Experiment
+hep-ex/0401019 Experiment
+hep-ex/0401024 Experiment
+hep-ex/0402001 Experiment
+hep-ex/0402002 Experiment
+hep-ex/0402003 Experiment
+hep-ex/0402006 Experiment
+hep-ex/0402015 Experiment
+hep-ex/0402019 Experiment
+hep-ex/0402023 Experiment
+hep-ex/0402030 Experiment
+hep-ex/0402035 Experiment
+hep-ex/0402036 Experiment
+hep-ex/0402037 Experiment
+hep-ex/0403003 Experiment
+hep-ex/0403008 Experiment
+hep-ex/0403017 Experiment
+hep-ex/0403023 Experiment
+hep-ex/0403027 Experiment
+hep-ex/0403034 Experiment
+hep-ex/0403037 Experiment
+hep-ex/0403051 Experiment
+hep-ex/0403056 Experiment
+hep-ex/0404004 Experiment
+hep-ex/0404008 Experiment
+hep-ex/0404009 Experiment
+hep-ex/0404010 Experiment
+hep-ex/0404016 Experiment
+hep-ex/0404022 Experiment
+hep-ex/0404025 Experiment
+hep-ex/0404033 Experiment
+hep-ex/0404034 Experiment
+hep-ex/0404036 Experiment
+hep-ex/0404040 Experiment
+hep-ex/0405002 Experiment
+hep-ex/0405030 Experiment
+hep-ex/0405042 Experiment
+hep-ex/0405059 Experiment
+hep-ex/0405063 Experiment
+hep-ex/0405069 Experiment
+hep-ex/0405070 Experiment
+hep-ex/0406004 Experiment
+hep-ex/0406018 Experiment
+hep-ex/0406028 Experiment
+hep-ex/0406029 Experiment
+hep-ex/0406031 Experiment
+hep-ex/0406035 Experiment
+hep-ex/0406038 Experiment
+hep-ex/0406049 Experiment
+hep-ex/0406060 Experiment
+hep-ex/0406067 Experiment
+hep-ex/0406078 Experiment
+hep-ex/0407012 Experiment
+hep-ex/0407014 Experiment
+hep-ex/0407017 Experiment
+hep-ex/0407018 Experiment
+hep-ex/0407020 Experiment
+hep-ex/0407029 Experiment
+hep-ex/0408009 Experiment
+hep-ex/0408013 Experiment
+hep-ex/0408018 Experiment
+hep-ex/0408044 Experiment
+hep-ex/0408053 Experiment
+hep-ex/0408114 Experiment
+hep-ex/0408118 Experiment
+hep-ex/0408119 Experiment
+hep-ex/0408139 Experiment
+hep-ex/0408149 Experiment
+hep-ex/0409016 Experiment
+hep-ex/0409029 Experiment
+hep-ex/0409030 Experiment
+hep-ex/0409031 Experiment
+hep-ex/0409033 Experiment
+hep-ex/0409037 Experiment
+hep-ex/0409053 Experiment
+hep-ex/0410008 Experiment
+hep-ex/0410012 Experiment
+hep-ex/0410030 Experiment
+hep-ex/0410037 Experiment
+hep-ex/0410041 Experiment
+hep-ex/0410050 Experiment
+hep-ex/0410053 Experiment
+hep-ex/0410059 Experiment
+hep-ex/0410065 Experiment
+hep-ex/0410068 Experiment
+hep-ex/0410073 Experiment
+hep-ex/0410077 Experiment
+hep-ex/0410091 Experiment
+hep-ex/0411013 Experiment
+hep-ex/0411030 Experiment
+hep-ex/0411033 Experiment
+hep-ex/0411046 Experiment
+hep-ex/0411059 Experiment
+hep-ex/0411069 Experiment
+hep-ex/0411070 Experiment
+hep-ex/0412006 Experiment
+hep-ex/0412015 Experiment
+hep-ex/0412036 Experiment
+hep-ex/0412073 Experiment
+hep-ex/0501021 Experiment
+hep-ex/0501030 Experiment
+hep-ex/0501033 Experiment
+hep-ex/0501036 Experiment
+hep-ex/0501039 Experiment
+hep-ex/0501060 Experiment
+hep-ex/0501069 Experiment
+hep-ex/0501070 Experiment
+hep-ex/0501074 Experiment
+hep-ex/0502007 Experiment
+hep-ex/0502010 Experiment
+hep-ex/0502029 Experiment
+hep-ex/0502045 Experiment
+hep-ex/0503002 Experiment
+hep-ex/0503023 Experiment
+hep-ex/0503038 Experiment
+hep-ex/0503039 Experiment
+hep-ex/0503051 Experiment
+hep-ex/0504006 Experiment
+hep-ex/0504012 Experiment
+hep-ex/0504015 Experiment
+hep-ex/0504016 Experiment
+hep-ex/0504031 Experiment
+hep-ex/0504044 Experiment
+hep-ex/0504054 Experiment
+hep-ex/0505008 Experiment
+hep-ex/0505012 Experiment
+hep-ex/0505042 Experiment
+hep-ex/0505061 Experiment
+hep-ex/0505074 Experiment
+hep-ex/0505077 Experiment
+hep-ex/0505089 Experiment
+hep-ex/0506012 Experiment
+hep-ex/0506013 Experiment
+hep-ex/0506044 Experiment
+hep-ex/0506072 Experiment
+hep-ex/0507001 Experiment
+hep-ex/0507006 Experiment
+hep-ex/0507041 Experiment
+hep-ex/0507042 Experiment
+hep-ex/0507077 Experiment
+hep-ex/0507078 Experiment
+hep-ex/0507079 Experiment
+hep-ex/0507080 Experiment
+hep-ex/0507081 Experiment
+hep-ex/0507088 Experiment
+hep-ex/0507089 Experiment
+hep-ex/0507091 Experiment
+hep-ex/0507096 Experiment
+hep-ex/0508005 Experiment
+hep-ex/0508007 Experiment
+hep-ex/0508010 Experiment
+hep-ex/0508014 Experiment
+hep-ex/0508019 Experiment
+hep-ex/0508022 Experiment
+hep-ex/0508027 Experiment
+hep-ex/0508029 Experiment
+hep-ex/0508036 Experiment
+hep-ex/0508051 Experiment
+hep-ex/0508052 Experiment
+hep-ex/0508055 Experiment
+hep-ex/0508056 Experiment
+hep-ex/0509008 Experiment
+hep-ex/0509013 Experiment
+hep-ex/0509015 Experiment
+hep-ex/0509027 Experiment
+hep-ex/0509033 Experiment
+hep-ex/0509045 Experiment
+hep-ex/0510003 Experiment
+hep-ex/0510008 Experiment
+hep-ex/0510016 Experiment
+hep-ex/0510039 Experiment
+hep-ex/0510045 Experiment
+hep-ex/0510048 Experiment
+hep-ex/0510049 Experiment
+hep-ex/0510063 Experiment
+hep-ex/0510065 Experiment
+hep-ex/0510077 Experiment
+hep-ex/0511027 Experiment
+hep-ex/0511031 Experiment
+hep-ex/0511038 Experiment
+hep-ex/0511049 Experiment
+hep-ex/0511054 Experiment
+hep-ex/0512009 Experiment
+hep-ex/0512014 Experiment
+hep-ex/0512020 Experiment
+hep-ex/0512034 Experiment
+hep-ex/0512036 Experiment
+hep-ex/0512055 Experiment
+hep-ex/0512059 Experiment
+hep-ex/0512060 Experiment
+hep-ex/0512062 Experiment
+hep-ex/0512065 Experiment
+hep-ex/0512068 Experiment
+hep-ex/0512069 Experiment
+hep-ex/0512070 Experiment
+hep-ex/0512072 Experiment
+hep-ex/0601003 Experiment
+hep-ex/0601004 Experiment
+hep-ex/0601022 Experiment
+hep-ex/0601025 Experiment
+hep-ex/0601026 Experiment
+hep-ex/0601035 Experiment
+hep-ex/0602014 Experiment
+hep-ex/0602023 Experiment
+hep-ex/0602026 Experiment
+hep-ex/0602031 Experiment
+hep-ex/0602035 Experiment
+hep-ex/0602045 Experiment
+hep-ex/0603002 Experiment
+hep-ex/0603003 Experiment
+hep-ex/0603006 Experiment
+hep-ex/0603012 Experiment
+hep-ex/0603014 Experiment
+hep-ex/0603021 Experiment
+hep-ex/0603022 Experiment
+hep-ex/0603038 Experiment
+hep-ex/0603039 Experiment
+hep-ex/0603041 Experiment
+hep-ex/0603043 Experiment
+hep-ex/0603049 Experiment
+hep-ex/0604003 Experiment
+hep-ex/0604005 Experiment
+hep-ex/0604022 Experiment
+hep-ex/0604027 Experiment
+hep-ex/0604032 Experiment
+hep-ex/0604035 Experiment
+hep-ex/0604042 Experiment
+hep-ex/0604045 Experiment
+hep-ex/0604048 Experiment
+hep-ex/0604050 Experiment
+hep-ex/0604053 Experiment
+hep-ex/0604056 Experiment
+hep-ex/0605009 Experiment
+hep-ex/0605011 Experiment
+hep-ex/0605015 Experiment
+hep-ex/0605016 Experiment
+hep-ex/0605021 Experiment
+hep-ex/0605079 Experiment
+hep-ex/0605097 Experiment
+hep-ex/0605099 Experiment
+hep-ex/0605101 Experiment
+hep-ex/0605124 Experiment
+hep-ex/0606003 Experiment
+hep-ex/0606004 Experiment
+hep-ex/0606017 Experiment
+hep-ex/0606027 Experiment
+hep-ex/0606049 Experiment
+hep-ex/0607006 Experiment
+hep-ex/0607010 Experiment
+hep-ex/0607025 Experiment
+hep-ex/0607027 Experiment
+hep-ex/0607032 Experiment
+hep-ex/0607088 Experiment
+hep-ex/0608007 Experiment
+hep-ex/0608014 Experiment
+hep-ex/0608018 Experiment
+hep-ex/0608028 Experiment
+hep-ex/0608032 Experiment
+hep-ex/0608042 Experiment
+hep-ex/0608048 Experiment
+hep-ex/0608053 Experiment
+hep-ex/0608057 Experiment
+hep-ex/0609006 Experiment
+hep-ex/0609007 Experiment
+hep-ex/0609009 Experiment
+hep-ex/0609016 Experiment
+hep-ex/0609040 Experiment
+hep-ex/0609051 Experiment
+hep-ex/0609054 Experiment
+hep-ex/0609057 Experiment
+hep-ex/0610021 Experiment
+hep-ex/0610022 Experiment
+hep-ex/0610045 Experiment
+hep-ex/0610065 Experiment
+hep-ex/0610068 Experiment
+hep-ex/0610076 Experiment
+hep-ex/0611023 Experiment
+hep-ex/0611026 Experiment
+hep-ex/0611029 Experiment
+hep-ex/0611040 Experiment
+hep-ex/0611052 Experiment
+hep-ex/0612006 Experiment
+hep-ex/0612011 Experiment
+hep-ex/0612015 Experiment
+hep-ex/0612032 Experiment
+hep-ex/0612034 Experiment
+hep-ex/0612044 Experiment
+hep-ex/0612053 Experiment
+hep-ex/0612060 Experiment
+hep-ex/0612063 Experiment
+hep-ex/0612066 Experiment
+hep-ex/0701001 Experiment
+hep-ex/0701008 Experiment
+hep-ex/0701023 Experiment
+hep-ex/0701029 Experiment
+hep-ex/0701045 Experiment
+hep-ex/0701053 Experiment
+hep-ex/0702006 Experiment
+hep-ex/0702024 Experiment
+hep-ex/0702027 Experiment
+hep-ex/0702037 Experiment
+hep-ex/0702045 Experiment
+hep-ex/0702051 Experiment
+hep-ex/0703002 Experiment
+hep-ex/0703004 Experiment
+hep-ex/0703022 Experiment
+hep-ex/0703023 Experiment
+hep-ex/0703034 Experiment
+hep-ex/9404001 Experiment
+hep-ex/9405004 Experiment
+hep-ex/9405011 Experiment
+hep-ex/9406004 Experiment
+hep-ex/9406005 Experiment
+hep-ex/9408001 Experiment
+hep-ex/9410009 Experiment
+hep-ex/9412013 Experiment
+hep-ex/9412017 Experiment
+hep-ex/9501011 Experiment
+hep-ex/9501012 Experiment
+hep-ex/9502002 Experiment
+hep-ex/9502003 Experiment
+hep-ex/9502008 Experiment
+hep-ex/9503001 Experiment
+hep-ex/9503002 Experiment
+hep-ex/9503007 Experiment
+hep-ex/9503009 Experiment
+hep-ex/9503014 Experiment
+hep-ex/9503015 Experiment
+hep-ex/9503016 Experiment
+hep-ex/9504004 Experiment
+hep-ex/9504008 Experiment
+hep-ex/9505001 Experiment
+hep-ex/9505003 Experiment
+hep-ex/9505006 Experiment
+hep-ex/9505010 Experiment
+hep-ex/9505011 Experiment
+hep-ex/9505013 Experiment
+hep-ex/9505014 Experiment
+hep-ex/9506001 Experiment
+hep-ex/9506002 Experiment
+hep-ex/9506004 Experiment
+hep-ex/9506006 Experiment
+hep-ex/9506009 Experiment
+hep-ex/9506012 Experiment
+hep-ex/9507001 Experiment
+hep-ex/9507003 Experiment
+hep-ex/9507004 Experiment
+hep-ex/9507011 Experiment
+hep-ex/9509014 Experiment
+hep-ex/9510001 Experiment
+hep-ex/9510005 Experiment
+hep-ex/9510009 Experiment
+hep-ex/9510012 Experiment
+hep-ex/9511005 Experiment
+hep-ex/9511010 Experiment
+hep-ex/9511014 Experiment
+hep-ex/9601009 Experiment
+hep-ex/9601010 Experiment
+hep-ex/9602010 Experiment
+hep-ex/9604008 Experiment
+hep-ex/9605009 Experiment
+hep-ex/9605011 Experiment
+hep-ex/9606014 Experiment
+hep-ex/9607002 Experiment
+hep-ex/9607008 Experiment
+hep-ex/9607009 Experiment
+hep-ex/9608018 Experiment
+hep-ex/9609003 Experiment
+hep-ex/9611013 Experiment
+hep-ex/9611021 Experiment
+hep-ex/9612015 Experiment
+hep-ex/9701004 Experiment
+hep-ex/9703010 Experiment
+hep-ex/9703015 Experiment
+hep-ex/9703016 Experiment
+hep-ex/9704003 Experiment
+hep-ex/9704004 Experiment
+hep-ex/9704011 Experiment
+hep-ex/9704013 Experiment
+hep-ex/9705011 Experiment
+hep-ex/9706006 Experiment
+hep-ex/9706009 Experiment
+hep-ex/9706013 Experiment
+hep-ex/9706023 Experiment
+hep-ex/9706025 Experiment
+hep-ex/9707011 Experiment
+hep-ex/9707025 Experiment
+hep-ex/9708007 Experiment
+hep-ex/9708010 Experiment
+hep-ex/9708013 Experiment
+hep-ex/9708015 Experiment
+hep-ex/9708031 Experiment
+hep-ex/9708038 Experiment
+hep-ex/9708040 Experiment
+hep-ex/9709016 Experiment
+hep-ex/9709018 Experiment
+hep-ex/9709021 Experiment
+hep-ex/9710002 Experiment
+hep-ex/9710009 Experiment
+hep-ex/9710011 Experiment
+hep-ex/9710012 Experiment
+hep-ex/9710018 Experiment
+hep-ex/9710026 Experiment
+hep-ex/9710027 Experiment
+hep-ex/9710031 Experiment
+hep-ex/9711002 Experiment
+hep-ex/9711018 Experiment
+hep-ex/9711022 Experiment
+hep-ex/9711024 Experiment
+hep-ex/9712005 Experiment
+hep-ex/9712006 Experiment
+hep-ex/9712019 Experiment
+hep-ex/9712020 Experiment
+hep-ex/9802012 Experiment
+hep-ex/9802017 Experiment
+hep-ex/9803030 Experiment
+hep-ex/9804001 Experiment
+hep-ex/9804011 Experiment
+hep-ex/9804013 Experiment
+hep-ex/9805016 Experiment
+hep-ex/9806014 Experiment
+hep-ex/9806019 Experiment
+hep-ex/9806023 Experiment
+hep-ex/9807008 Experiment
+hep-ex/9807010 Experiment
+hep-ex/9807020 Experiment
+hep-ex/9807024 Experiment
+hep-ex/9808020 Experiment
+hep-ex/9808028 Experiment
+hep-ex/9809005 Experiment
+hep-ex/9809023 Experiment
+hep-ex/9810013 Experiment
+hep-ex/9810015 Experiment
+hep-ex/9810028 Experiment
+hep-ex/9810046 Experiment
+hep-ex/9810047 Experiment
+hep-ex/9811015 Experiment
+hep-ex/9811018 Experiment
+hep-ex/9811021 Experiment
+hep-ex/9811032 Experiment
+hep-ex/9811033 Experiment
+hep-ex/9812006 Experiment
+hep-ex/9812009 Experiment
+hep-ex/9812021 Experiment
+hep-ex/9901002 Experiment
+hep-ex/9902001 Experiment
+hep-ex/9902007 Experiment
+hep-ex/9902028 Experiment
+hep-ex/9903012 Experiment
+hep-ex/9903053 Experiment
+hep-ex/9903056 Experiment
+hep-ex/9904002 Experiment
+hep-ex/9904005 Experiment
+hep-ex/9904020 Experiment
+hep-ex/9904024 Experiment
+hep-ex/9904031 Experiment
+hep-ex/9904032 Experiment
+hep-ex/9905004 Experiment
+hep-ex/9905005 Experiment
+hep-ex/9905022 Experiment
+hep-ex/9905032 Experiment
+hep-ex/9905039 Experiment
+hep-ex/9905043 Experiment
+hep-ex/9905044 Experiment
+hep-ex/9905045 Experiment
+hep-ex/9905047 Experiment
+hep-ex/9905048 Experiment
+hep-ex/9905050 Experiment
+hep-ex/9905060 Experiment
+hep-ex/9906017 Experiment
+hep-ex/9906025 Experiment
+hep-ex/9907003 Experiment
+hep-ex/9907009 Experiment
+hep-ex/9907010 Experiment
+hep-ex/9907015 Experiment
+hep-ex/9907021 Experiment
+hep-ex/9907023 Experiment
+hep-ex/9907043 Experiment
+hep-ex/9908010 Experiment
+hep-ex/9908012 Experiment
+hep-ex/9908020 Experiment
+hep-ex/9908026 Experiment
+hep-ex/9908032 Experiment
+hep-ex/9908033 Experiment
+hep-ex/9908035 Experiment
+hep-ex/9908039 Experiment
+hep-ex/9908040 Experiment
+hep-ex/9909003 Experiment
+hep-ex/9909004 Experiment
+hep-ex/9909005 Experiment
+hep-ex/9909006 Experiment
+hep-ex/9909007 Experiment
+hep-ex/9909008 Experiment
+hep-ex/9909009 Experiment
+hep-ex/9909010 Experiment
+hep-ex/9909018 Experiment
+hep-ex/9909019 Experiment
+hep-ex/9909020 Experiment
+hep-ex/9909032 Experiment
+hep-ex/9909043 Experiment
+hep-ex/9909044 Experiment
+hep-ex/9909045 Experiment
+hep-ex/9910006 Experiment
+hep-ex/9910007 Experiment
+hep-ex/9910008 Experiment
+hep-ex/9910009 Experiment
+hep-ex/9910016 Experiment
+hep-ex/9910020 Experiment
+hep-ex/9910021 Experiment
+hep-ex/9910029 Experiment
+hep-ex/9910030 Experiment
+hep-ex/9910038 Experiment
+hep-ex/9910043 Experiment
+hep-ex/9910045 Experiment
+hep-ex/9910049 Experiment
+hep-ex/9910050 Experiment
+hep-ex/9910053 Experiment
+hep-ex/9910056 Experiment
+hep-ex/9911003 Experiment
+hep-ex/9911016 Experiment
+hep-ex/9911022 Experiment
+hep-ex/9911036 Experiment
+hep-ex/9912018 Experiment
+hep-ex/9912057 Experiment
+hep-lat/0004010 Lattice
+hep-lat/0005022 Lattice
+hep-lat/0008011 Lattice
+hep-lat/0010009 Lattice
+hep-lat/0010078 Lattice
+hep-lat/0010079 Lattice
+hep-lat/0011005 Lattice
+hep-lat/0011007 Lattice
+hep-lat/0011013 Lattice
+hep-lat/0011025 Lattice
+hep-lat/0011032 Lattice
+hep-lat/0102011 Lattice
+hep-lat/0103015 Lattice
+hep-lat/0105015 Lattice
+hep-lat/0105020 Lattice
+hep-lat/0105030 Lattice
+hep-lat/0106010 Lattice
+hep-lat/0106022 Lattice
+hep-lat/0108013 Lattice
+hep-lat/0110095 Lattice
+hep-lat/0110126 Lattice
+hep-lat/0110127 Lattice
+hep-lat/0110128 Lattice
+hep-lat/0110129 Lattice
+hep-lat/0110151 Lattice
+hep-lat/0110153 Lattice
+hep-lat/0110169 Lattice
+hep-lat/0112010 Lattice
+hep-lat/0112020 Lattice
+hep-lat/0112031 Lattice
+hep-lat/0201021 Lattice
+hep-lat/0206009 Lattice
+hep-lat/0209026 Lattice
+hep-lat/0209056 Lattice
+hep-lat/0209073 Lattice
+hep-lat/0211019 Lattice
+hep-lat/0211021 Lattice
+hep-lat/0211034 Lattice
+hep-lat/0211040 Lattice
+hep-lat/0302024 Lattice
+hep-lat/0309060 Lattice
+hep-lat/0309137 Lattice
+hep-lat/0309141 Lattice
+hep-lat/0309155 Lattice
+hep-lat/0309185 Lattice
+hep-lat/0312011 Lattice
+hep-lat/0312014 Lattice
+hep-lat/0402025 Lattice
+hep-lat/0404014 Lattice
+hep-lat/0404021 Lattice
+hep-lat/0405022 Lattice
+hep-lat/0406028 Lattice
+hep-lat/0409043 Lattice
+hep-lat/0409063 Lattice
+hep-lat/0409117 Lattice
+hep-lat/0410024 Lattice
+hep-lat/0410030 Lattice
+hep-lat/0503025 Lattice
+hep-lat/0508031 Lattice
+hep-lat/0509142 Lattice
+hep-lat/0510010 Lattice
+hep-lat/0609072 Lattice
+hep-lat/0610020 Lattice
+hep-lat/0610021 Lattice
+hep-lat/0610037 Lattice
+hep-lat/0610063 Lattice
+hep-lat/0610075 Lattice
+hep-lat/0702004 Lattice
+hep-lat/9211001 Lattice
+hep-lat/9211002 Lattice
+hep-lat/9211007 Lattice
+hep-lat/9211039 Lattice
+hep-lat/9303009 Lattice
+hep-lat/9307009 Lattice
+hep-lat/9308019 Lattice
+hep-lat/9308020 Lattice
+hep-lat/9309002 Lattice
+hep-lat/9312015 Lattice
+hep-lat/9312020 Lattice
+hep-lat/9312070 Lattice
+hep-lat/9410012 Lattice
+hep-lat/9410013 Lattice
+hep-lat/9412050 Lattice
+hep-lat/9412082 Lattice
+hep-lat/9505020 Lattice
+hep-lat/9510001 Lattice
+hep-lat/9510033 Lattice
+hep-lat/9601022 Lattice
+hep-lat/9609028 Lattice
+hep-lat/9703003 Lattice
+hep-lat/9705035 Lattice
+hep-lat/9709137 Lattice
+hep-lat/9709139 Lattice
+hep-lat/9710059 Lattice
+hep-lat/9712020 Lattice
+hep-lat/9802006 Lattice
+hep-lat/9804028 Lattice
+hep-lat/9808047 Lattice
+hep-lat/9809066 Lattice
+hep-lat/9809120 Lattice
+hep-lat/9809146 Lattice
+hep-lat/9809173 Lattice
+hep-lat/9809177 Lattice
+hep-lat/9810057 Lattice
+hep-lat/9812017 Lattice
+hep-lat/9901017 Lattice
+hep-lat/9902018 Lattice
+hep-lat/9904012 Lattice
+hep-lat/9905005 Lattice
+hep-lat/9909073 Lattice
+hep-lat/9911039 Lattice
+hep-ph/0006095 Phenomenology
+hep-ph/0006342 Phenomenology
+hep-ph/0007086 Phenomenology
+hep-ph/0010337 Phenomenology
+hep-ph/0011299 Phenomenology
+hep-ph/0012301 Phenomenology
+hep-ph/0109166 Phenomenology
+hep-ph/0110021 Phenomenology
+hep-ph/0111359 Phenomenology
+hep-ph/0203232 Phenomenology
+hep-ph/0204115 Phenomenology
+hep-ph/0210186 Phenomenology
+hep-ph/0307245 Phenomenology
+hep-ph/0308168 Phenomenology
+hep-ph/0404015 Phenomenology
+hep-ph/0407255 Phenomenology
+hep-ph/0410364 Phenomenology
+hep-ph/0503274 Phenomenology
+hep-ph/0603214 Phenomenology
+hep-ph/9307374 Phenomenology
+hep-ph/9308344 Phenomenology
+hep-ph/9311237 Phenomenology
+hep-ph/9403295 Phenomenology
+hep-ph/9403325 Phenomenology
+hep-ph/9403326 Phenomenology
+hep-ph/9403327 Phenomenology
+hep-ph/9403328 Phenomenology
+hep-ph/9403329 Phenomenology
+hep-ph/9403359 Phenomenology
+hep-ph/9403379 Phenomenology
+hep-ph/9403382 Phenomenology
+hep-ph/9404211 Phenomenology
+hep-ph/9404310 Phenomenology
+hep-ph/9409240 Phenomenology
+hep-ph/9412241 Phenomenology
+hep-ph/9412270 Phenomenology
+hep-ph/9501252 Phenomenology
+hep-ph/9502370 Phenomenology
+hep-ph/9503218 Phenomenology
+hep-ph/9503268 Phenomenology
+hep-ph/9509406 Phenomenology
+hep-ph/9512438 Phenomenology
+hep-ph/9601260 Phenomenology
+hep-ph/9606479 Phenomenology
+hep-ph/9609375 Phenomenology
+hep-ph/9611464 Phenomenology
+hep-ph/9706403 Phenomenology
+hep-ph/9706424 Phenomenology
+hep-ph/9711246 Phenomenology
+hep-ph/9802357 Phenomenology
+hep-ph/9906262 Phenomenology
+hep-ph/9907482 Phenomenology
+hep-ph/9909398 Phenomenology
+hep-ph/9912362 Phenomenology
+hep-th/0002045 Theory
+hep-th/0005120 Theory
+hep-th/0008206 Theory
+hep-th/0009192 Theory
+hep-th/0101037 Theory
+hep-th/0104223 Theory
+hep-th/0201096 Theory
+hep-th/0204024 Theory
+hep-th/0208105 Theory
+hep-th/0212285 Theory
+hep-th/0301194 Theory
+hep-th/0301219 Theory
+hep-th/0307032 Theory
+hep-th/0311153 Theory
+hep-th/0312040 Theory
+hep-th/0404007 Theory
+hep-th/0405153 Theory
+hep-th/0407096 Theory
+hep-th/0501199 Theory
+hep-th/0505125 Theory
+hep-th/0602259 Theory
+hep-th/0604042 Theory
+hep-th/0605269 Theory
+hep-th/0610333 Theory
+hep-th/0611060 Theory
+hep-th/9109052 Theory
+hep-th/9110046 Theory
+hep-th/9203078 Theory
+hep-th/9203080 Theory
+hep-th/9203081 Theory
+hep-th/9207042 Theory
+hep-th/9210163 Theory
+hep-th/9308109 Theory
+hep-th/9411091 Theory
+hep-th/9412190 Theory
+hep-th/9412222 Theory
+hep-th/9504025 Theory
+hep-th/9508153 Theory
+hep-th/9509021 Theory
+hep-th/9510134 Theory
+hep-th/9510151 Theory
+hep-th/9510152 Theory
+hep-th/9511173 Theory
+hep-th/9511181 Theory
+hep-th/9511182 Theory
+hep-th/9602011 Theory
+hep-th/9602072 Theory
+hep-th/9606090 Theory
+hep-th/9701024 Theory
+hep-th/9704101 Theory
+hep-th/9706189 Theory
+hep-th/9708032 Theory
+hep-th/9708143 Theory
+hep-th/9708147 Theory
+hep-th/9709104 Theory
+hep-th/9802139 Theory
+hep-th/9806038 Theory
+hep-th/9806057 Theory
+hep-th/9806058 Theory
+hep-th/9809056 Theory
+hep-th/9809064 Theory
+hep-th/9810137 Theory
+hep-th/9902211 Theory
+hep-th/9908136 Theory
+math-ph/0210002
+math-ph/0212005
+math-ph/0512016
+math-ph/0603012
+math-ph/0603050
+math-ph/0603053
+math/0002195 Complex Variables
+math/0006076 Probability
+math/0006118 Probability
+math/0006119 Probability
+math/0101268 Differential Geometry
+math/0208181 Analysis of PDEs
+math/0212019 Probability
+math/0306326 Probability
+math/0401267 Differential Geometry
+math/0402446 General Topology
+math/0506098 Dynamical Systems
+math/0510544 Representation Theory
+math/0512251 Differential Geometry
+math/0601484 Complex Variables
+math/0605175 Combinatorics
+math/0610034 Statistics Theory
+math/0611482 Complex Variables
+math/9803021 Differential Geometry
+math/9902072 Combinatorics
+math/9906162 General Topology
+math/9907079 Combinatorics
+math/9912154 Algebraic Topology
+nucl-ex/0003009
+nucl-ex/0005001
+nucl-ex/0007007
+nucl-ex/0103011
+nucl-ex/0104002
+nucl-ex/0106015
+nucl-ex/0107003
+nucl-ex/0108008
+nucl-ex/0108016
+nucl-ex/0110007
+nucl-ex/0110009
+nucl-ex/0112011
+nucl-ex/0202019
+nucl-ex/0203011
+nucl-ex/0204008
+nucl-ex/0204009
+nucl-ex/0205015
+nucl-ex/0206001
+nucl-ex/0206006
+nucl-ex/0206008
+nucl-ex/0206017
+nucl-ex/0207008
+nucl-ex/0211010
+nucl-ex/0211019
+nucl-ex/0211028
+nucl-ex/0301014
+nucl-ex/0305002
+nucl-ex/0306007
+nucl-ex/0306028
+nucl-ex/0308007
+nucl-ex/0308018
+nucl-ex/0309004
+nucl-ex/0309012
+nucl-ex/0311013
+nucl-ex/0311017
+nucl-ex/0312009
+nucl-ex/0312023
+nucl-ex/0401005
+nucl-ex/0401008
+nucl-ex/0402004
+nucl-ex/0403022
+nucl-ex/0403040
+nucl-ex/0404020
+nucl-ex/0406005
+nucl-ex/0406013
+nucl-ex/0406021
+nucl-ex/0407007
+nucl-ex/0407012
+nucl-ex/0408016
+nucl-ex/0409018
+nucl-ex/0409027
+nucl-ex/0409033
+nucl-ex/0409034
+nucl-ex/0411036
+nucl-ex/0411038
+nucl-ex/0501016
+nucl-ex/0502008
+nucl-ex/0502021
+nucl-ex/0504021
+nucl-ex/0504025
+nucl-ex/0504031
+nucl-ex/0506010
+nucl-ex/0506011
+nucl-ex/0506021
+nucl-ex/0507002
+nucl-ex/0507012
+nucl-ex/0507031
+nucl-ex/0508002
+nucl-ex/0510045
+nucl-ex/0511025
+nucl-ex/0511026
+nucl-ex/0511047
+nucl-ex/0512033
+nucl-ex/0601033
+nucl-ex/0602006
+nucl-ex/0606003
+nucl-ex/0607004
+nucl-ex/0607007
+nucl-ex/0607029
+nucl-ex/0609002
+nucl-ex/0609021
+nucl-ex/0609045
+nucl-ex/0610020
+nucl-ex/0612012
+nucl-ex/0612013
+nucl-ex/0701002
+nucl-ex/0701010
+nucl-ex/0701020
+nucl-ex/0701022
+nucl-ex/0703016
+nucl-ex/0703040
+nucl-ex/9610001
+nucl-ex/9610004
+nucl-ex/9707001
+nucl-ex/9708002
+nucl-ex/9808001
+nucl-ex/9810014
+nucl-ex/9901004
+nucl-ex/9905003
+nucl-ex/9907002
+nucl-ex/9910016
+nucl-th/0002053
+nucl-th/0004061
+nucl-th/0203009
+nucl-th/0204068
+nucl-th/0206049
+nucl-th/0307038
+nucl-th/0308032
+nucl-th/0401016
+nucl-th/0410026
+nucl-th/0410030
+nucl-th/0703023
+nucl-th/9609058
+nucl-th/9702014
+nucl-th/9710009
+nucl-th/9803002
+nucl-th/9807057
+nucl-th/9901077
+physics/0006069 Chemical Physics
+physics/0008071 Accelerator Physics
+physics/0008170 Accelerator Physics
+physics/0104048 Atmospheric and Oceanic Physics
+physics/0104053 Atomic Physics
+physics/0104068 Atmospheric and Oceanic Physics
+physics/0104076 Atmospheric and Oceanic Physics
+physics/0110061 Optics
+physics/0111151 Accelerator Physics
+physics/0203018 Instrumentation and Detectors
+physics/0210063 Biological Physics
+physics/0306169 Instrumentation and Detectors
+physics/0308005 Data Analysis, Statistics and Probability
+physics/0308006 Data Analysis, Statistics and Probability
+physics/0401058 Chemical Physics
+physics/0401059 Chemical Physics
+physics/0405014 Chemical Physics
+physics/0408032 Instrumentation and Detectors
+physics/0408137 Instrumentation and Detectors
+physics/0408138 Atomic Physics
+physics/0506202 Instrumentation and Detectors
+physics/0507191 Instrumentation and Detectors
+physics/0509106 Atomic Physics
+physics/0510031 Instrumentation and Detectors
+physics/0606138 General Physics
+physics/0606194 Accelerator Physics
+physics/0607154 Instrumentation and Detectors
+physics/0702241 Biological Physics
+physics/9805027 Atomic Physics
+physics/9806006 Biological Physics
+physics/9808018 Atomic Physics
+physics/9812022 Atomic Physics
+q-bio/0312008 Subcellular Processes
+q-bio/0401003 Cell Behavior
+q-bio/0401004 Subcellular Processes
+q-bio/0601027 Biomolecules
+quant-ph/0002033
+quant-ph/0004070
+quant-ph/0010034
+quant-ph/0110085
+quant-ph/0112118
+quant-ph/0201095
+quant-ph/0202088
+quant-ph/0205169
+quant-ph/0210141
+quant-ph/0302154
+quant-ph/0406167
+quant-ph/0511016
+quant-ph/0603140
+quant-ph/0605004
+quant-ph/0605229
+quant-ph/0612018
+quant-ph/9503009
+quant-ph/9503015
+quant-ph/9804074
+quant-ph/9812080
+quant-ph/9901006
+quant-ph/9901007
+quant-ph/9906055
+quant-ph/9908087
+solv-int/9506002 Exactly Solvable and Integrable Systems
+solv-int/9512004 Exactly Solvable and Integrable Systems
+supr-con/9505002 Superconductivity
+0706.2840 Number Theory
+0711.2798 Differential Geometry
+0711.4050 History and Philosophy of Physics
+0806.4707
+0810.0441
+0910.5936 Differential Geometry
+0911.1605 Plasma Physics
+0911.5146 Differential Geometry
+1003.2806 Functional Analysis
+1006.0280 Materials Science
+1007.2983 Group Theory
+1007.3958 Probability
+1007.3992
+1009.1083 Differential Geometry
+1009.2553 Functional Analysis
+1009.4589 Medical Physics
+1010.3251 Phenomenology
+1010.4217 Superconductivity
+1011.0538 Soft Condensed Matter
+1011.2986 Theory
+1011.3284 Representation Theory
+1012.2326 Representation Theory
+1012.4044 Experiment
+1012.5352 Theory
+1102.3722 Spectral Theory
+1102.5220 Physics and Society
+1103.1091 Data Structures and Algorithms
+1103.2433 Theory
+1103.2820 Theory
+1103.3411 Mesoscale and Nanoscale Physics
+1105.0130 High Energy Astrophysical Phenomena
+1105.0131 High Energy Astrophysical Phenomena
+1105.0534 Chemical Physics
+1105.0718 Operator Algebras
+1105.2367
+1105.3387 Quantum Gases
+1106.2835
+1106.5179
+1108.2178 Experiment
+1108.2934 Category Theory
+1108.5975 Dynamical Systems
+1109.0053 Theory
+1109.0229 Superconductivity
+1109.5356 Phenomenology
+1110.1246 Chemical Physics
+1110.1986 Methodology
+1110.2354 Probability
+1110.3234
+1111.0826 Mesoscale and Nanoscale Physics
+1111.1627 Metric Geometry
+1111.3310 Popular Physics
+1111.3537
+1111.4970 Materials Science
+1111.5079 Quantum Gases
+1111.5176 Superconductivity
+1111.5179 Chaotic Dynamics
+1111.6625 Rings and Algebras
+1112.0205 Mesoscale and Nanoscale Physics
+1112.1174 Materials Science
+1112.2463 Superconductivity
+1112.2576 Soft Condensed Matter
+1112.2623
+1112.3144 Mesoscale and Nanoscale Physics
+1112.3220 Quantum Gases
+1112.4095 Statistical Mechanics
+1112.5382
+1201.0485 Phenomenology
+1201.1259 Social and Information Networks
+1201.2425 Strongly Correlated Electrons
+1201.3833 Dynamical Systems
+1201.3920 Cosmology and Nongalactic Astrophysics
+1201.4166 Statistical Mechanics
+1201.4811 Fluid Dynamics
+1201.5879
+1201.5997 Mesoscale and Nanoscale Physics
+1202.0841
+1202.1098 Discrete Mathematics
+1202.2077
+1202.3367 Data Structures and Algorithms
+1202.3847 Instrumentation and Detectors
+1202.3995 Strongly Correlated Electrons
+1202.4271
+1203.0335 Applications
+1203.0552 Quantum Gases
+1203.1197
+1203.1804 Information Theory
+1203.2296 Programming Languages
+1203.3020 Phenomenology
+1203.3738 Soft Condensed Matter
+1203.5219 Number Theory
+1204.0725 Astrophysics of Galaxies
+1204.1219 Statistical Mechanics
+1204.1463 Solar and Stellar Astrophysics
+1204.1879
+1204.3211 Group Theory
+1204.3746
+1204.4788 Materials Science
+1204.6108 Cosmology and Nongalactic Astrophysics
+1205.0325 Networking and Internet Architecture
+1205.0655 Theory
+1205.1080 Classical Physics
+1205.1098 Mathematical Software
+1205.1262 Data Structures and Algorithms
+1205.1305 Materials Science
+1205.1334 Combinatorics
+1205.1417 Statistics Theory
+1205.1425 Cell Behavior
+1205.1478 Discrete Mathematics
+1205.1481 Statistics Theory
+1205.1496 Machine Learning
+1205.1504 Representation Theory
+1205.1505 Information Retrieval
+1205.1513 Solar and Stellar Astrophysics
+1205.1518 Number Theory
+1205.1527 Accelerator Physics
+1205.1531 Accelerator Physics
+1205.1533 Risk Management
+1205.1538
+1205.1546 Materials Science
+1205.1556 Computational Geometry
+1205.1559 Exactly Solvable and Integrable Systems
+1205.1561 Analysis of PDEs
+1205.1562 Materials Science
+1205.1571 Statistical Mechanics
+1205.1581 Analysis of PDEs
+1205.1585 Algebraic Geometry
+1205.1587 Data Structures and Algorithms
+1205.1589 Superconductivity
+1205.1593 Optics
+1205.1595 Statistics Theory
+1205.1596 Group Theory
+1205.1597 Algebraic Geometry
+1205.1600 Networking and Internet Architecture
+1205.1601 Dynamical Systems
+1205.1602 Information Retrieval
+1205.1603 Computation and Language
+1205.1604 Networking and Internet Architecture
+1205.1606 Algebraic Topology
+1205.1608 Lattice
+1205.1609 Databases
+1205.1615 Cosmology and Nongalactic Astrophysics
+1205.1617 Statistics Theory
+1205.1618 Other Computer Science
+1205.1619
+1205.1621 Robotics
+1205.1622 Networking and Internet Architecture
+1205.1624 Representation Theory
+1205.1630 Information Theory
+1205.1632 Other Computer Science
+1205.1633 Networking and Internet Architecture
+1205.1634 Statistical Mechanics
+1205.1636
+1205.1638 Information Retrieval
+1205.1639 Computation and Language
+1205.1641 Multimedia
+1205.1642 Other Computer Science
+1205.1643 Other Computer Science
+1205.1644 Computer Vision and Pattern Recognition
+1205.1645 Artificial Intelligence
+1205.1648 Computer Vision and Pattern Recognition
+1205.1649 Other Computer Science
+1205.1650 Information Theory
+1205.1654 Statistics Theory
+1205.1657 Networking and Internet Architecture
+1205.1658 Optics
+1205.1660 Strongly Correlated Electrons
+1205.1662 Symplectic Geometry
+1205.1663 Theory
+1205.1664 Combinatorics
+1205.1666 Analysis of PDEs
+1205.1668 Networking and Internet Architecture
+1205.1669 Cosmology and Nongalactic Astrophysics
+1205.1670 Discrete Mathematics
+1205.1671 Social and Information Networks
+1205.1673 Networking and Internet Architecture
+1205.1676
+1205.1679 Operator Algebras
+1205.1682 Social and Information Networks
+1205.1683 Phenomenology
+1205.1684 Superconductivity
+1205.1686 High Energy Astrophysical Phenomena
+1205.1687 Operating Systems
+1205.1691 High Energy Astrophysical Phenomena
+1205.1692 Quantum Algebra
+1205.1694 Quantum Algebra
+1205.1696 Quantum Algebra
+1205.1700 Materials Science
+1205.1701 Networking and Internet Architecture
+1205.1707 General Physics
+1205.1708 Strongly Correlated Electrons
+1205.1710 Statistical Finance
+1205.1715 History and Philosophy of Physics
+1205.1718 Plasma Physics
+1205.1726 Commutative Algebra
+1205.1727 Combinatorics
+1205.1730 Symplectic Geometry
+1205.1731 Information Theory
+1205.1745 Systems and Control
+1205.1746 Applications
+1205.1748 High Energy Astrophysical Phenomena
+1205.1752 Combinatorics
+1205.1753 Algebraic Geometry
+1205.1755 Analysis of PDEs
+1205.1757 Experiment
+1205.1768 Numerical Analysis
+1205.1773 Algebraic Geometry
+1205.1774 Numerical Analysis
+1205.1777 Accelerator Physics
+1205.1778 Combinatorics
+1205.1779 Information Retrieval
+1205.1786 Discrete Mathematics
+1205.1788
+1205.1793 Medical Physics
+1205.1794 Artificial Intelligence
+1205.1795 Theory
+1205.1796 Databases
+cond-mat/0111287 Mesoscale and Nanoscale Physics
+math-ph/0701023
+0705.3772 Combinatorics
+0706.0113 Adaptation and Self-Organizing Systems
+0706.1198 Quantitative Methods
+0707.4160 Quantum Algebra
+0711.0894
+0712.2924
+0712.4016 Differential Geometry
+0801.3015 Complex Variables
+0802.3595 Chaotic Dynamics
+0802.3681 Theory
+0803.1541 Complex Variables
+0807.3185 Quantitative Methods
+0810.1700 Classical Analysis and ODEs
+0810.4933 Symplectic Geometry
+0811.3083 Symplectic Geometry
+0901.3675
+0902.0742 Category Theory
+0903.3626 Exactly Solvable and Integrable Systems
+1002.3109 Plasma Physics
+1002.3506 High Energy Astrophysical Phenomena
+1003.2905 Number Theory
+1004.2959 Differential Geometry
+1004.3188 Differential Geometry
+1006.4701 Analysis of PDEs
+1007.2824 Complex Variables
+1009.0404 Differential Geometry
+1010.2346 Optics
+1102.2402 Biomolecules
+1103.5970 Group Theory
+1104.1228 Solar and Stellar Astrophysics
+1105.1253 Algebraic Geometry
+1105.1323 High Energy Astrophysical Phenomena
+1105.4003 Geometric Topology
+1106.2326
+1106.3411 Plasma Physics
+1107.1308 Plasma Physics
+1107.3770 High Energy Astrophysical Phenomena
+1108.0203 Cosmology and Nongalactic Astrophysics
+1108.5036
+1109.1997 Plasma Physics
+1109.2443 Differential Geometry
+1109.3600 Plasma Physics
+1109.3764 General Physics
+1109.4480 Numerical Analysis
+1109.5029 Plasma Physics
+1110.1290 Geometric Topology
+1112.0069 Theory
+1112.1776
+1112.2373 General Topology
+1112.4013 Materials Science
+1112.4722 Learning
+1203.1166 High Energy Astrophysical Phenomena
+1203.1341 Phenomenology
+1203.3142 Differential Geometry
+1203.6385 Mesoscale and Nanoscale Physics
+1204.0113 Strongly Correlated Electrons
+1204.3283 Computer Science and Game Theory
+1204.4742 Theory
+1204.5149 Theory
+1204.5554 Rings and Algebras
+1204.5645 Instrumentation and Detectors
+1204.6366
+1205.0222
+1205.0381 Quantitative Methods
+1205.0654 Numerical Analysis
+1205.2223 Analysis of PDEs
+1205.3070 Cosmology and Nongalactic Astrophysics
+1205.4512 Disordered Systems and Neural Networks
+1205.5549 Theory
+1205.6767 Mesoscale and Nanoscale Physics
+1206.0575 Strongly Correlated Electrons
+1206.0584 Plasma Physics
+1206.2612 Representation Theory
+1206.3829 Superconductivity
+1207.1297
+1207.3044 Statistical Mechanics
+1207.3090 Solar and Stellar Astrophysics
+1207.3954 Phenomenology
+1207.4889 Superconductivity
+1207.5056
+1207.6032 Solar and Stellar Astrophysics
+1207.6790 Statistical Mechanics
+1207.7255 Logic in Computer Science
+1208.2724 Data Structures and Algorithms
+1208.4474 General Physics
+1209.0989 Theory
+1209.1215 Analysis of PDEs
+1209.2863 Optics
+1209.3421 Plasma Physics
+1209.3719 Solar and Stellar Astrophysics
+1209.3736 Cryptography and Security
+1209.4010 Mesoscale and Nanoscale Physics
+1209.5013 Adaptation and Self-Organizing Systems
+1209.5589 High Energy Astrophysical Phenomena
+1209.5831 Solar and Stellar Astrophysics
+1209.6324
+1210.0451 Discrete Mathematics
+1210.2683
+1210.2702
+1210.3422 Differential Geometry
+1210.4210 Solar and Stellar Astrophysics
+1210.4321 Computational Complexity
+1210.4700 Information Theory
+1210.4710 Combinatorics
+1210.4837 Computer Science and Game Theory
+1210.4838 Computer Science and Game Theory
+1210.4839 Learning
+1210.4840 Artificial Intelligence
+1210.4841 Artificial Intelligence
+1210.4842 Artificial Intelligence
+1210.4843 Computer Science and Game Theory
+1210.4844 Methodology
+1210.4845 Artificial Intelligence
+1210.4846 Learning
+1210.4847 Computer Science and Game Theory
+1210.4848 Computer Science and Game Theory
+1210.4849 Multiagent Systems
+1210.4850 Learning
+1210.4851 Learning
+1210.4852 Artificial Intelligence
+1210.4854 Computation and Language
+1210.4855 Learning
+1210.4856 Learning
+1210.4857 Artificial Intelligence
+1210.4858 Computer Science and Game Theory
+1210.4859 Learning
+1210.4860 Social and Information Networks
+1210.4861 Artificial Intelligence
+1210.4862 Learning
+1210.4863 Computer Vision and Pattern Recognition
+1210.4864 Social and Information Networks
+1210.4865 Artificial Intelligence
+1210.4866 Artificial Intelligence
+1210.4867 Learning
+1210.4868 Methodology
+1210.4869 Learning
+1210.4870 Artificial Intelligence
+1210.4871 Learning
+1210.4872 Learning
+1210.4873 Computer Science and Game Theory
+1210.4874 Artificial Intelligence
+1210.4875 Artificial Intelligence
+1210.4876 Learning
+1210.4877 Computer Science and Game Theory
+1210.4878 Artificial Intelligence
+1210.4879 Methodology
+1210.4880 Artificial Intelligence
+1210.4881 Learning
+1210.4882 Artificial Intelligence
+1210.4883 Learning
+1210.4884 Learning
+1210.4885 Artificial Intelligence
+1210.4886 Computer Science and Game Theory
+1210.4887 Learning
+1210.4888 Learning
+1210.4889 Learning
+1210.4890 Artificial Intelligence
+1210.4891 Databases
+1210.4892 Learning
+1210.4893 Learning
+1210.4894 Artificial Intelligence
+1210.4895 Computer Science and Game Theory
+1210.4896 Learning
+1210.4897 Artificial Intelligence
+1210.4898 Learning
+1210.4899 Learning
+1210.4900 Artificial Intelligence
+1210.4901 Portfolio Management
+1210.4902 Data Structures and Algorithms
+1210.4903 Methodology
+1210.4904 Computational Engineering, Finance, and Science
+1210.4905 Machine Learning
+1210.4906 Artificial Intelligence
+1210.4907 Artificial Intelligence
+1210.4908 Applications
+1210.4909 Learning
+1210.4910 Artificial Intelligence
+1210.4911 Artificial Intelligence
+1210.4912 Artificial Intelligence
+1210.4913 Artificial Intelligence
+1210.4914 Learning
+1210.4915 Computer Science and Game Theory
+1210.4916 Artificial Intelligence
+1210.4917 Learning
+1210.4918 Learning
+1210.4919 Learning
+1210.4920 Learning
+1210.4923 Strongly Correlated Electrons
+1210.4938 Genomics
+1210.4944 Plasma Physics
+1210.4948 Populations and Evolution
+1210.4952 Optics
+1210.4953
+1210.4955 Atomic Physics
+1210.4958 Geophysics
+1210.4959 Combinatorics
+1210.4962 Cryptography and Security
+1210.4965 Group Theory
+1210.4966 Instrumentation and Methods for Astrophysics
+1210.4967 Instrumentation and Methods for Astrophysics
+1210.4968 Instrumentation and Methods for Astrophysics
+1210.4969 Instrumentation and Methods for Astrophysics
+1210.4970 Instrumentation and Methods for Astrophysics
+1210.4971 Instrumentation and Methods for Astrophysics
+1210.4972 Instrumentation and Methods for Astrophysics
+1210.4974 Cosmology and Nongalactic Astrophysics
+1210.4977 Materials Science
+1210.4980 Logic in Computer Science
+1210.4981 Software Engineering
+1210.4985 Lattice
+1210.4986 General Topology
+1210.4991 Number Theory
+1210.4994
+1210.4998 Algebraic Geometry
+1210.4999 Materials Science
+1210.5001 Number Theory
+1210.5002 Physics Education
+1210.5004
+1210.5009 Solar and Stellar Astrophysics
+1210.5015 Differential Geometry
+1210.5019 Superconductivity
+1210.5020 Medical Physics
+1210.5023 Solar and Stellar Astrophysics
+1210.5031 Information Theory
+1210.5032 Probability
+1210.5037 Symplectic Geometry
+1210.5038 Exactly Solvable and Integrable Systems
+1210.5039 Superconductivity
+1210.5042 Spectral Theory
+1210.5043 Combinatorics
+1210.5044 Differential Geometry
+1210.5046 Risk Management
+1210.5047 Materials Science
+1210.5051 Phenomenology
+1210.5058
+1210.5062 Analysis of PDEs
+1210.5063 Analysis of PDEs
+1210.5064 Solar and Stellar Astrophysics
+1210.5067 History and Overview
+1210.5069 Solar and Stellar Astrophysics
+1210.5071 Statistical Mechanics
+1210.5073 Methodology
+1210.5075 Solar and Stellar Astrophysics
+1210.5079 Atomic Physics
+1210.5083 Computational Complexity
+1210.5084 Analysis of PDEs
+1210.5088 Numerical Analysis
+1210.5090 Probability
+1210.5095 Applications
+1210.5096 Materials Science
+1210.5097 Metric Geometry
+1210.5098 Analysis of PDEs
+1210.5108 Statistical Mechanics
+1210.5109 Classical Physics
+1210.5112 Differential Geometry
+1210.5118 Data Structures and Algorithms
+1210.5122 Instrumentation and Methods for Astrophysics
+1210.5124 Cosmology and Nongalactic Astrophysics
+1210.5128 Distributed, Parallel, and Cluster Computing
+1210.5133 Metric Geometry
+1210.5135 Learning
+1210.5137 Strongly Correlated Electrons
+1210.5138 Optics
+1210.5141 Phenomenology
+1210.5143 Analysis of PDEs
+1210.5146 Complex Variables
+1210.5152 Number Theory
+1210.5156 Networking and Internet Architecture
+1210.5161 Social and Information Networks
+1210.5164 Analysis of PDEs
+1210.5165 Statistics Theory
+1210.5167 Social and Information Networks
+1210.5171 Social and Information Networks
+1210.5176 Combinatorics
+1210.5178 Algebraic Geometry
+1210.5180 Social and Information Networks
+1210.5182
+1210.5184 Social and Information Networks
+1210.5194 Fluid Dynamics
+1210.5196 Machine Learning
+1210.5198 Information Theory
+1210.5204 Optics
+1210.5205 Portfolio Management
+1210.5207 Materials Science
+1210.5211 Plasma Physics
+1210.5212
+1210.5216 Strongly Correlated Electrons
+1210.5218
+1210.5219 Information Theory
+1210.5222 Artificial Intelligence
+1210.5225 Optimization and Control
+1210.5227 Data Structures and Algorithms
+1210.5229 Phenomenology
+1210.5232 Algebraic Topology
+1210.5234 Quantitative Methods
+1210.5235 Statistics Theory
+cond-mat/0106452 Mesoscale and Nanoscale Physics
+cond-mat/0408190 Statistical Mechanics
+cond-mat/0602470 Mesoscale and Nanoscale Physics
+math/0409555 Symplectic Geometry
+math/0502026 Symplectic Geometry
+math/0608599 Complex Variables
+math/0609359 Quantum Algebra
+math/0610005 Symplectic Geometry
+math/0612150 Complex Variables
+math/0612151 Complex Variables
+math/9903082 General Mathematics
+0710.1857 Physics and Society
+0801.3868 Superconductivity
+0806.3238 Superconductivity
+0809.5155 Superconductivity
+0810.0880 Superconductivity
+0811.2043 Superconductivity
+0812.4740 Probability
+0901.4607 Superconductivity
+0904.4301 Superconductivity
+0905.3509 Operator Algebras
+0905.4067 Functional Analysis
+0906.2109
+0906.2117
+0907.1501 Differential Geometry
+0909.4059 Strongly Correlated Electrons
+0909.4068 Mesoscale and Nanoscale Physics
+0910.5773 Combinatorics
+0911.0289 Materials Science
+0911.2751 Functional Analysis
+0911.2753 Operator Algebras
+1002.0703 Quantum Algebra
+1002.3111 Strongly Correlated Electrons
+1006.1021 Operator Algebras
+1006.1022 Functional Analysis
+1006.1940 Functional Analysis
+1006.1941 Operator Algebras
+1006.2973
+1006.4770 Theory
+1007.2514 Superconductivity
+1007.2707 Optimization and Control
+1009.0079 Functional Analysis
+1009.0697 Strongly Correlated Electrons
+1009.2062 Superconductivity
+1009.2125 Quantum Gases
+1009.5202 Number Theory
+1010.4405 Theory
+1011.2285 History and Philosophy of Physics
+1011.2566 Materials Science
+1011.5992 Geometric Topology
+1011.6605 Operator Algebras
+1011.6607 Functional Analysis
+1012.2253 Theory
+1012.4167 Quantum Gases
+1101.0016 Mesoscale and Nanoscale Physics
+1101.1053
+1101.4745 Theory
+1102.5492 Functional Analysis
+1103.1660 Quantum Algebra
+1104.1019 Statistics Theory
+1104.3200
+1104.4370 Data Structures and Algorithms
+1105.0599 Other Condensed Matter
+1105.0608 Data Structures and Algorithms
+1105.1012 Materials Science
+1105.1074 Distributed, Parallel, and Cluster Computing
+1105.3937 Strongly Correlated Electrons
+1105.5778 Classical Analysis and ODEs
+1106.0016 Optimization and Control
+1106.4033
+1106.4453 Theory
+1107.0985 Superconductivity
+1107.1648 Biomolecules
+1107.2118 Phenomenology
+1107.2975 Materials Science
+1107.3132 Quantum Gases
+1108.0297 Combinatorics
+1108.1092 Mesoscale and Nanoscale Physics
+1108.2115 Artificial Intelligence
+1108.3752 Mesoscale and Nanoscale Physics
+1108.4376 Cosmology and Nongalactic Astrophysics
+1109.0394
+1109.0568 Quantum Gases
+1109.4037 Quantum Gases
+1109.5955 Strongly Correlated Electrons
+1109.6320 Astrophysics of Galaxies
+1109.6375 Strongly Correlated Electrons
+1110.1293
+1110.2390 Optics
+1110.3538
+1110.4391 Cosmology and Nongalactic Astrophysics
+1110.5677 Materials Science
+1110.5757 Fluid Dynamics
+1110.6532 General Physics
+1111.0742 Mesoscale and Nanoscale Physics
+1111.0973
+1111.1515 Statistical Mechanics
+1111.2006 Phenomenology
+1111.2159
+1111.5782 Soft Condensed Matter
+1111.6547 Phenomenology
+1111.6565 Operator Algebras
+1112.0424 Differential Geometry
+1112.1100 Strongly Correlated Electrons
+1112.2863
+1112.3803 Statistical Mechanics
+1112.4000 Mesoscale and Nanoscale Physics
+1201.0681 Theory
+1201.1558 Superconductivity
+1201.1587 Learning
+1201.2846 Differential Geometry
+1201.3556
+1202.3525
+1202.3609 Number Theory
+1202.4706 Mesoscale and Nanoscale Physics
+1202.5173 Mesoscale and Nanoscale Physics
+1202.5978 Theory
+1203.1472
+1203.1838 Chaotic Dynamics
+1203.2311 Optics
+1203.2751 Statistical Mechanics
+1203.2853 Optics
+1203.2862 Instrumentation and Methods for Astrophysics
+1203.2888 Computational Complexity
+1203.3136 Systems and Control
+1203.3562 Cosmology and Nongalactic Astrophysics
+1203.4267 Functional Analysis
+1203.4572 Statistics Theory
+1203.4577 Solar and Stellar Astrophysics
+1203.4580 Information Theory
+1203.4583 Information Theory
+1203.4596 Probability
+1203.4597 Learning
+1203.4604 Differential Geometry
+1203.4605 Computation and Language
+1203.4607 Instrumentation and Detectors
+1203.4614 Cryptography and Security
+1203.4615 Theory
+1203.4616 High Energy Astrophysical Phenomena
+1203.4617 Numerical Analysis
+1203.4619 Data Structures and Algorithms
+1203.4624 History and Philosophy of Physics
+1203.4633 Statistical Mechanics
+1203.4638
+1203.4640 Optimization and Control
+1203.4648 Statistical Mechanics
+1203.4649 Cryptography and Security
+1203.4651 Analysis of PDEs
+1203.4653 Combinatorics
+1203.4655 Symplectic Geometry
+1203.4661 Applications
+1203.4664 Methodology
+1203.4669
+1203.4673 Probability
+1203.4675
+1203.4676 Differential Geometry
+1203.4680 Representation Theory
+1203.4682 Differential Geometry
+1203.4686 Algebraic Geometry
+1203.4690 Methodology
+1203.4691 Probability
+1203.4694 Cryptography and Security
+1203.4697 Cryptography and Security
+1203.4698 Cryptography and Security
+1203.4705 Combinatorics
+1203.4707 Soft Condensed Matter
+1203.4717 Numerical Analysis
+1203.4721 Molecular Networks
+1203.4724 Methodology
+1203.4729 Combinatorics
+1203.4731 Complex Variables
+1203.4732 Databases
+1203.4733 Biological Physics
+1203.4736 Classical Analysis and ODEs
+1203.4737 Methodology
+1203.4743 Phenomenology
+1203.4745 Digital Libraries
+1203.4749 Exactly Solvable and Integrable Systems
+1203.4752 Theory
+1203.4756 Optics
+1203.4757 Optics
+1203.4759 Functional Analysis
+1203.4761 Algebraic Geometry
+1203.4766 Soft Condensed Matter
+1203.4767 Differential Geometry
+1203.4768 Atomic Physics
+1203.4771 Neurons and Cognition
+1203.4772 Rings and Algebras
+1203.4780 Probability
+1203.4783 Theory
+1203.4786 Pricing of Securities
+1203.4788 Learning
+1203.4791 Number Theory
+1203.4792
+1203.4793 Representation Theory
+1203.4794 Differential Geometry
+1203.4796
+1203.4800 Algebraic Geometry
+1203.4805 Materials Science
+1203.4810 Information Theory
+cond-mat/0601450 Superconductivity
+cond-mat/0607677 Strongly Correlated Electrons
+cond-mat/0610134 Superconductivity
+cond-mat/9603093
+math/0701488 Combinatorics
+nucl-ex/0608031
+0710.0012
+0710.1822 Superconductivity
+0712.4375 Theory
+0802.2950 Physics Education
+0808.1463 Representation Theory
+0809.3188 Soft Condensed Matter
+0810.1532 Representation Theory
+0812.0233 Materials Science
+0902.3029 Materials Science
+0903.3820 Representation Theory
+0904.0596 Mesoscale and Nanoscale Physics
+0905.0071 K-Theory and Homology
+0909.0768 Mesoscale and Nanoscale Physics
+0910.3128 Number Theory
+1002.1059 Methodology
+1002.3947 Mesoscale and Nanoscale Physics
+1007.4357 Quantum Algebra
+1009.1075 Materials Science
+1010.0314 Spectral Theory
+1011.1157 Data Structures and Algorithms
+1011.5919
+1101.4995 Cosmology and Nongalactic Astrophysics
+1103.2421 Theory
+1103.3325 Physics Education
+1103.4380 Functional Analysis
+1103.4706 Differential Geometry
+1104.1746 Materials Science
+1104.4987 Combinatorics
+1105.1023 Combinatorics
+1107.0740
+1107.4257 Numerical Analysis
+1108.1726 Atmospheric and Oceanic Physics
+1108.1750 Cosmology and Nongalactic Astrophysics
+1108.2985
+1108.3896
+1109.1703 Cosmology and Nongalactic Astrophysics
+1109.3528 Analysis of PDEs
+1109.4983 Physics Education
+1110.0978 Mesoscale and Nanoscale Physics
+1110.1780 Mesoscale and Nanoscale Physics
+1110.3288
+1110.6336 Strongly Correlated Electrons
+1111.0434 Computational Complexity
+1111.2169 Pricing of Securities
+1111.3051 Algebraic Geometry
+1112.0287
+1112.1306 Theory
+1112.3292 Logic
+1112.5830
+1201.1940 Cosmology and Nongalactic Astrophysics
+1201.1985 Atomic Physics
+1201.3555 Probability
+1201.4267 Theory
+1201.5089
+1202.0666 Optimization and Control
+1202.1430 Materials Science
+1202.1730
+1202.1982
+1202.4285 Number Theory
+1202.4372 Computational Engineering, Finance, and Science
+1202.5129 Exactly Solvable and Integrable Systems
+1202.5511 Group Theory
+1202.5842 Fluid Dynamics
+1202.6332
+1203.1692 Numerical Analysis
+1203.3179 General Physics
+1203.4161 Algebraic Topology
+1203.5160 Distributed, Parallel, and Cluster Computing
+1203.6012 Phenomenology
+1204.0490 Superconductivity
+1204.3404
+1204.4732 Mesoscale and Nanoscale Physics
+1205.1169 Mesoscale and Nanoscale Physics
+1205.6648 Phenomenology
+1206.2675
+1206.3445 Atomic Physics
+1206.6443 Learning
+1206.6464 Learning
+1206.6475 Learning
+1207.2391 Quantum Gases
+1207.3157 Optics
+1207.3231 Optimization and Control
+1207.4403 Mesoscale and Nanoscale Physics
+1207.6664 Functional Analysis
+1207.6863 Quantum Algebra
+1207.7332 Geometric Topology
+1208.0943 Soft Condensed Matter
+1208.1545 Statistical Mechanics
+1208.1636 High Energy Astrophysical Phenomena
+1208.3715 Cosmology and Nongalactic Astrophysics
+1208.4439 Networking and Internet Architecture
+1208.4911
+1208.6499
+1208.6530 Phenomenology
+1209.0046 Number Theory
+1209.0120
+1209.0190 Solar and Stellar Astrophysics
+1209.0253 Methodology
+1209.0317 Numerical Analysis
+1209.0320 Systems and Control
+1209.0341 Optimization and Control
+1209.0444 Optimization and Control
+1209.0463 Cosmology and Nongalactic Astrophysics
+1209.0469 Algebraic Geometry
+1209.0475 Algebraic Geometry
+1209.0481 Fluid Dynamics
+1209.0482 Instrumentation and Detectors
+1209.0487 Numerical Analysis
+1209.0488 Robotics
+1209.0492 Algebraic Geometry
+1209.0501 Functional Analysis
+1209.0502 Algebraic Geometry
+1209.0508
+1209.0509
+1209.0514 Populations and Evolution
+1209.0517 Materials Science
+1209.0518 Logic in Computer Science
+1209.0521 Learning
+1209.0522
+1209.0526 Algebraic Geometry
+1209.0527
+1209.0537 Information Theory
+1209.0538
+1209.0541 Mesoscale and Nanoscale Physics
+1209.0544 Analysis of PDEs
+1209.0547 Phenomenology
+1209.0549 Computational Physics
+1209.0550 Networking and Internet Architecture
+1209.0551 Solar and Stellar Astrophysics
+1209.0552
+1209.0554 Geophysics
+1209.0555 Materials Science
+1209.0562 Representation Theory
+1209.0566 Instrumentation and Detectors
+1209.0573 Number Theory
+1209.0574 High Energy Astrophysical Phenomena
+1209.0575 High Energy Astrophysical Phenomena
+1209.0578 Human-Computer Interaction
+1209.0580 Phenomenology
+1209.0587 Group Theory
+1209.0590 Experiment
+1209.0592 General Physics
+1209.0598 Data Structures and Algorithms
+1209.0603
+1209.0606 Cosmology and Nongalactic Astrophysics
+1209.0612 Representation Theory
+1209.0614 Analysis of PDEs
+1209.0616 Computational Engineering, Finance, and Science
+1209.0617 Optimization and Control
+1209.0619 Materials Science
+1209.0621 Strongly Correlated Electrons
+1209.0622 Systems and Control
+1209.0623 Probability
+1209.0624 Data Analysis, Statistics and Probability
+1209.0626 Phenomenology
+1209.0627 Solar and Stellar Astrophysics
+1209.0630 Experiment
+1209.0635
+1209.0646 Risk Management
+1209.0651 Probability
+1209.0661 Methodology
+1209.0663 Computational Complexity
+1209.0664 Functional Analysis
+1209.0665 Analysis of PDEs
+1209.0674 Quantitative Methods
+1209.0676 Networking and Internet Architecture
+1209.0679 Computational Geometry
+1209.0684 Networking and Internet Architecture
+1209.0686 Optimization and Control
+1209.0687 Cryptography and Security
+1209.0691 Representation Theory
+1209.0692 Instrumentation and Methods for Astrophysics
+1209.0693 Combinatorics
+1209.0694 Functional Analysis
+1209.0698 Experiment
+1209.0700 Data Structures and Algorithms
+1209.0715 Information Theory
+1209.0723 Number Theory
+1209.0724 Information Theory
+1209.0726 Information Theory
+1209.0730 Information Theory
+1209.0732 Information Theory
+1209.0733 Mesoscale and Nanoscale Physics
+1209.0734 Information Theory
+1209.0735 Mathematical Software
+1209.0740 Information Theory
+1209.0741 Information Theory
+1209.0744 Information Theory
+1209.0748 Computational Geometry
+1209.0751 Numerical Analysis
+1209.0754 Solar and Stellar Astrophysics
+1209.0755 Phenomenology
+1209.0756 Data Structures and Algorithms
+cond-mat/0108020 Mesoscale and Nanoscale Physics
+cond-mat/0506275 Mesoscale and Nanoscale Physics
+math/0309016 Quantum Algebra
+math/0502409 Representation Theory
+physics/0207069 Physics Education
+quant-ph/0202121
+0707.3195 Differential Geometry
+0709.1529 Commutative Algebra
+0710.2662 Differential Geometry
+0711.0511 Differential Geometry
+0711.2775 Representation Theory
+0711.2779
+0803.0387
+0803.2697
+0805.2797 Computer Science and Game Theory
+0809.0325 Functional Analysis
+0811.3139
+0908.2075 Theory
+0908.3581 Phenomenology
+0910.3759 Algebraic Geometry
+0911.1038 Combinatorics
+0912.4699 Theory
+0912.4883 Learning
+1002.3670 Operator Algebras
+1003.1570 Theory
+1004.1024 Dynamical Systems
+1004.1357 Algebraic Geometry
+1004.2867 Accelerator Physics
+1004.4229 Strongly Correlated Electrons
+1005.5117 Geometric Topology
+1006.2409 Theory
+1007.0168 Mesoscale and Nanoscale Physics
+1007.2240 Operator Algebras
+1007.2800 General Physics
+1007.4004 Number Theory
+1008.0360
+1008.0363
+1008.5126
+1009.2095 Subcellular Processes
+1009.2122 Quantum Gases
+1009.5401 Risk Management
+1010.0102 Phenomenology
+1010.1229 Dynamical Systems
+1010.1813
+1010.4139 Phenomenology
+1011.0330 Artificial Intelligence
+1011.0850 Disordered Systems and Neural Networks
+1011.5016 Differential Geometry
+1011.5530 Metric Geometry
+1012.0053
+1012.2108
+1012.3533 General Physics
+1012.5622
+1101.0670 Phenomenology
+1102.0842
+1102.2389
+1102.4165 Algebraic Topology
+1103.0698 Analysis of PDEs
+1103.0936 Strongly Correlated Electrons
+1103.1012
+1103.1122
+1103.2338 Numerical Analysis
+1103.2817 Probability
+1104.0966 Strongly Correlated Electrons
+1104.1440 Space Physics
+1104.3638 Dynamical Systems
+1104.4166 Differential Geometry
+1104.5589 Combinatorics
+1105.1894 Information Theory
+1105.2653 Phenomenology
+1105.3047 Numerical Analysis
+1105.4057
+1105.4847 Statistics Theory
+1106.3679 Computer Science and Game Theory
+1106.6038 Dynamical Systems
+1106.6068 Biological Physics
+1107.0096 Probability
+1107.2283 Differential Geometry
+1107.2577 Analysis of PDEs
+1107.3130 Soft Condensed Matter
+1108.0070 Phenomenology
+1108.0283 Mesoscale and Nanoscale Physics
+1108.0294 Artificial Intelligence
+1108.0608 Numerical Analysis
+1108.4460 Mesoscale and Nanoscale Physics
+1108.4983 Data Structures and Algorithms
+1108.5366 Soft Condensed Matter
+1108.5983
+1109.2260 Analysis of PDEs
+1109.2461 Phenomenology
+1109.2716 Optics
+1109.3420
+1109.4894 Chaotic Dynamics
+1109.5650 Mesoscale and Nanoscale Physics
+1109.6234 Cosmology and Nongalactic Astrophysics
+1110.0571 Astrophysics of Galaxies
+1110.0648 Strongly Correlated Electrons
+1110.0743 Strongly Correlated Electrons
+1110.1219 Combinatorics
+1110.1400 Quantum Gases
+1110.1759 Numerical Analysis
+1110.2825 Physics and Society
+1110.2834 Populations and Evolution
+1110.5786 Complex Variables
+1110.5870 Information Theory
+1111.0687
+1111.1677
+1111.1757 Cosmology and Nongalactic Astrophysics
+1111.2102 Information Theory
+1111.3810 Cosmology and Nongalactic Astrophysics
+1111.4446
+1111.5345 Theory
+1111.5859 Phenomenology
+1111.6601 Theory
+1112.0235 Plasma Physics
+1112.1352 Theory
+1112.2338 Theory
+1112.2759 Statistics Theory
+1112.2770 Instrumentation and Methods for Astrophysics
+1112.3183 Experiment
+1112.3266 Computational Physics
+1112.4501 Phenomenology
+1112.4719 Phenomenology
+1201.2526 Classical Analysis and ODEs
+1201.3695 Statistical Mechanics
+1201.5049 Plasma Physics
+1201.5068 Theory
+1201.5611
+1202.0778 Probability
+1202.2388 Phenomenology
+1202.2622 Information Retrieval
+1202.3037 Biological Physics
+1202.3185 Information Retrieval
+1202.4268
+1202.5626 Group Theory
+1202.5738 Algebraic Geometry
+1202.5759 Algebraic Topology
+1202.5787 Quantum Gases
+1202.6144 Optimization and Control
+1202.6601 Social and Information Networks
+1202.6675 Lattice
+1203.0161 Mesoscale and Nanoscale Physics
+1203.0188 Algebraic Geometry
+1203.0348 Mesoscale and Nanoscale Physics
+1203.0881
+1203.0976
+1203.1355 Group Theory
+1203.1416 Dynamical Systems
+1203.1584 Combinatorics
+1203.1715 Distributed, Parallel, and Cluster Computing
+1203.1747
+1203.2102 Optimization and Control
+1203.2128
+1203.2185 Solar and Stellar Astrophysics
+1203.2191 Phenomenology
+1203.2192 Combinatorics
+1203.2193
+1203.2194 Optimization and Control
+1203.2195 Networking and Internet Architecture
+1203.2197 Lattice
+1203.2198
+1203.2200 Social and Information Networks
+1203.2205 Other Computer Science
+1203.2207 Optimization and Control
+1203.2213 Information Theory
+1203.2214 Algebraic Geometry
+1203.2216 Mesoscale and Nanoscale Physics
+1203.2223 Materials Science
+1203.2225 Differential Geometry
+1203.2229 Chaotic Dynamics
+1203.2231 Networking and Internet Architecture
+1203.2232 Phenomenology
+1203.2234 Networking and Internet Architecture
+1203.2236 Formal Languages and Automata Theory
+1203.2245 Information Theory
+1203.2246 Algebraic Geometry
+1203.2247 Other Computer Science
+1203.2254
+1203.2258 Materials Science
+1203.2260 Combinatorics
+1203.2267 Solar and Stellar Astrophysics
+1203.2272 Other Computer Science
+1203.2275 Analysis of PDEs
+1203.2276 Geometric Topology
+1203.2277 Instrumentation and Detectors
+1203.2278 Classical Analysis and ODEs
+1203.2281 Classical Analysis and ODEs
+1203.2283 Classical Analysis and ODEs
+1203.2288 History and Overview
+1203.2289 Other Computer Science
+1203.2291 Classical Analysis and ODEs
+1203.2292 History and Philosophy of Physics
+1203.2294 General Physics
+1203.2298 Information Theory
+1203.2299 Computation and Language
+1203.2302 Plasma Physics
+1203.2305 Algebraic Geometry
+1203.2310 Differential Geometry
+1203.2320 Geometric Topology
+1203.2322 Classical Analysis and ODEs
+1203.2331 Spectral Theory
+1203.2333 Other Condensed Matter
+1203.2337
+1203.2339 Combinatorics
+1203.2340 Networking and Internet Architecture
+1203.2343 Methodology
+1203.2344 Analysis of PDEs
+1203.2345 Combinatorics
+1203.2346 Combinatorics
+1203.2350 Analysis of PDEs
+1203.2351 Analysis of PDEs
+1203.2352 Dynamical Systems
+1203.2356 Algebraic Geometry
+1203.2360 Optimization and Control
+1203.2366 Distributed, Parallel, and Cluster Computing
+1203.2369 Computational Finance
+1203.2373
+1203.2374 Combinatorics
+1203.2376 Methodology
+1203.2377 Numerical Analysis
+1203.2379 Functional Analysis
+1203.2381
+1203.2383 Combinatorics
+1203.2384 Information Theory
+1203.2386 Computer Vision and Pattern Recognition
+1203.2390 Numerical Analysis
+1203.2394 Machine Learning
+1203.2397 Strongly Correlated Electrons
+1203.2399 Cryptography and Security
+1203.2400 Cryptography and Security
+1203.2401 Complex Variables
+1203.2403 Methodology
+1203.2404 Computer Vision and Pattern Recognition
+1203.2408 Representation Theory
+1203.2414 Data Structures and Algorithms
+1203.2422 Group Theory
+1203.2423
+1203.2424 Optics
+1203.2425 Soft Condensed Matter
+1203.2430 Populations and Evolution
+1203.2432 Group Theory
+1203.2433 Statistics Theory
+1203.2435 Astrophysics of Galaxies
+1203.2437 Combinatorics
+1203.2441 Optics
+1203.2446 Probability
+1203.2448 Dynamical Systems
+1203.2449 Group Theory
+1203.2458
+1203.2464 Metric Geometry
+1203.2465 Cosmology and Nongalactic Astrophysics
+1203.2466 Dynamical Systems
+1203.2470 Statistics Theory
+1203.2471
+1203.2473 Combinatorics
+1203.2474 Quantum Algebra
+1203.2478 Algebraic Geometry
+1203.2480 Rings and Algebras
+1203.2481 Operator Algebras
+1203.2485 Multimedia
+1203.2490 Classical Physics
+1203.2496 Statistics Theory
+1203.2497 Operator Algebras
+1203.2503 Populations and Evolution
+1203.2506 Systems and Control
+1203.2508 Systems and Control
+1203.2509 Operator Algebras
+1203.2511 Learning
+1203.2512 Popular Physics
+1203.2514 Computer Vision and Pattern Recognition
+1203.2522 Statistical Mechanics
+1203.2528 Computational Engineering, Finance, and Science
+1203.2546 Solar and Stellar Astrophysics
+1203.2556 Artificial Intelligence
+1203.2559 General Mathematics
+1203.2563 Systems and Control
+1203.2566 Instrumentation and Detectors
+1203.2567 Number Theory
+1203.2569 Information Retrieval
+1203.2570 Machine Learning
+1203.2571 Differential Geometry
+1203.2572
+1203.2576 Number Theory
+1203.2577 Instrumentation and Detectors
+1203.2582 Solar and Stellar Astrophysics
+1203.2584 Functional Analysis
+1203.2594 Operator Algebras
+1203.2602 Probability
+hep-ph/0108126 Phenomenology
+hep-ph/0109042 Phenomenology
+math/0612500 Group Theory
+nlin/0602013 Chaotic Dynamics
+q-bio/0403009 Populations and Evolution
+0707.3151 Commutative Algebra
+0809.4449 Geometric Topology
+0901.0287 Molecular Networks
+0905.0632
+0905.3859
+0909.2773
+0910.0844 Cosmology and Nongalactic Astrophysics
+0911.1493
+1001.5094 Geometric Topology
+1002.1994 Machine Learning
+1003.0581 Phenomenology
+1003.3146 Experiment
+1003.5074 Representation Theory
+1004.0628
+1004.1268
+1004.1836 Computational Complexity
+1005.4159 Artificial Intelligence
+1005.4998 Number Theory
+1006.0155 Statistical Finance
+1006.0825 Populations and Evolution
+1006.5172 Combinatorics
+1007.2815
+1009.2132 Complex Variables
+1009.3957 Commutative Algebra
+1010.2749 Cosmology and Nongalactic Astrophysics
+1012.1237 Computational Complexity
+1101.1792 Analysis of PDEs
+1101.3045 Number Theory
+1101.4378 Physics and Society
+1103.4292 Algebraic Geometry
+1103.4807 Combinatorics
+1104.4634 Physics and Society
+1105.1032 Materials Science
+1105.1157 Populations and Evolution
+1105.1852 Mesoscale and Nanoscale Physics
+1105.2470 Computer Science and Game Theory
+1105.4714
+1106.0146 Phenomenology
+1106.1343 Operator Algebras
+1106.2633 Materials Science
+1107.0878 Physics and Society
+1107.1180 Adaptation and Self-Organizing Systems
+1107.5122 General Finance
+1107.5336 Probability
+1108.0295 Data Structures and Algorithms
+1108.2088 Mesoscale and Nanoscale Physics
+1108.4099 Probability
+1108.5123 General Topology
+1109.0119 Trading and Market Microstructure
+1109.0343 Statistics Theory
+1109.1410
+1109.2941 Mesoscale and Nanoscale Physics
+1109.4853 Adaptation and Self-Organizing Systems
+1109.5169 Phenomenology
+1109.5302 Learning
+1110.1737 Rings and Algebras
+1110.1778 Geometric Topology
+1110.2589 Mesoscale and Nanoscale Physics
+1110.5006 Quantitative Methods
+1110.6159
+1111.0586 Physics and Society
+1111.0716 Materials Science
+1111.2272 Quantum Gases
+1111.6426 Superconductivity
+1111.6655 Complex Variables
+1111.6910 Differential Geometry
+1112.0604 Superconductivity
+1112.0873 Statistical Mechanics
+1112.1559 Phenomenology
+1112.1633
+1112.3038 Solar and Stellar Astrophysics
+1112.3437
+1112.4042 Differential Geometry
+1112.4986 Analysis of PDEs
+1201.0549
+1201.1549 High Energy Astrophysical Phenomena
+1201.2225
+1201.2900 Cell Behavior
+1201.3660
+1201.4664 Experiment
+1201.5252 Mesoscale and Nanoscale Physics
+1201.5432 Classical Analysis and ODEs
+1201.6372 Cosmology and Nongalactic Astrophysics
+1202.0816 Superconductivity
+1202.0872 Phenomenology
+1202.2768 Statistical Mechanics
+1202.3158 Strongly Correlated Electrons
+1202.3300 Phenomenology
+1202.4304 Computer Science and Game Theory
+1202.5428 Space Physics
+1202.5660 Superconductivity
+1202.5801 Analysis of PDEs
+1203.0589
+1203.2076 Materials Science
+1203.2518 Statistics Theory
+1203.2747 Materials Science
+1203.3791 General Physics
+1203.5285 Cosmology and Nongalactic Astrophysics
+1203.5879 Materials Science
+1203.5977 Number Theory
+1203.6867 Metric Geometry
+1204.2152 Superconductivity
+1204.2279
+1204.2931 Probability
+1204.3387 Dynamical Systems
+1204.3678 Social and Information Networks
+1204.4094 Fluid Dynamics
+1204.4113 Cosmology and Nongalactic Astrophysics
+1204.4141 Artificial Intelligence
+1204.4188 Strongly Correlated Electrons
+1204.4201 Solar and Stellar Astrophysics
+1204.4215 Atomic Physics
+1204.4221
+1204.4232 Functional Analysis
+1204.4242 Group Theory
+1204.4243 Machine Learning
+1204.4245 Phenomenology
+1204.4248 Computation
+1204.4250 Combinatorics
+1204.4251 Combinatorics
+1204.4252 Combinatorics
+1204.4257 Computer Vision and Pattern Recognition
+1204.4262 Computer Science and Game Theory
+1204.4264 Functional Analysis
+1204.4268 Probability
+1204.4271 Group Theory
+1204.4273 Materials Science
+1204.4277 Rings and Algebras
+1204.4279 Group Theory
+1204.4280
+1204.4282 Functional Analysis
+1204.4284 Functional Analysis
+1204.4285 Complex Variables
+1204.4286 Computer Science and Game Theory
+1204.4288
+1204.4292 Group Theory
+1204.4294 Learning
+1204.4299
+1204.4300 Networking and Internet Architecture
+1204.4301 Networking and Internet Architecture
+1204.4306 Earth and Planetary Astrophysics
+1204.4307 Artificial Intelligence
+1204.4309 Earth and Planetary Astrophysics
+1204.4310 Algebraic Topology
+1204.4311 Artificial Intelligence
+1204.4316
+1204.4320 Solar and Stellar Astrophysics
+1204.4329 Learning
+1204.4331 Materials Science
+1204.4332 Human-Computer Interaction
+1204.4334 Solar and Stellar Astrophysics
+1204.4335 Materials Science
+1204.4342 Phenomenology
+1204.4344
+1204.4346 Digital Libraries
+1204.4347 Symbolic Computation
+1204.4351
+1204.4357 Probability
+1204.4364 Phenomenology
+1204.4365 Logic
+1204.4366 Computational Engineering, Finance, and Science
+1204.4368 Computational Complexity
+1204.4371 Materials Science
+1204.4374 Computational Geometry
+1204.4375 Strongly Correlated Electrons
+1204.4376 Phenomenology
+1204.4382 Materials Science
+1204.4386
+1204.4397 Analysis of PDEs
+1204.4403
+1204.4404 Operator Algebras
+1204.4412 Statistical Mechanics
+1204.4413 Populations and Evolution
+1204.4418 Algebraic Geometry
+1204.4428 Software Engineering
+1204.4431 Data Structures and Algorithms
+math-ph/0611083
+math/0512545 Spectral Theory
+math/0606265 Representation Theory
+quant-ph/9911042
+0705.1137 Materials Science
+0803.2647 Dynamical Systems
+0809.0401 Complex Variables
+0809.3087 Complex Variables
+0812.3101 Algebraic Geometry
+0902.0760 Algebraic Geometry
+0902.2538 Phenomenology
+0903.1137 Artificial Intelligence
+0903.1147 Computational Complexity
+0904.0363 Combinatorics
+0906.1071 Combinatorics
+0907.0648 Classical Analysis and ODEs
+0909.1927 Combinatorics
+0909.2137 Strongly Correlated Electrons
+0909.4441 Artificial Intelligence
+0910.4926
+0911.1582 Artificial Intelligence
+0911.2017 Medical Physics
+0911.3708 Artificial Intelligence
+1003.1037
+1003.4221
+1004.1382 Rings and Algebras
+1004.5073
+1004.5327 Physics and Society
+1005.1009 Computational Complexity
+1005.3202
+1005.5268 Artificial Intelligence
+1005.5293 Classical Analysis and ODEs
+1006.3445
+1007.0602 Artificial Intelligence
+1007.0776 Artificial Intelligence
+1007.3037 Combinatorics
+1007.5114 Artificial Intelligence
+1008.0342 Instrumentation and Methods for Astrophysics
+1008.0569 Phenomenology
+1008.2759 Phenomenology
+1010.0881 Dynamical Systems
+1010.1484 Superconductivity
+1010.1518
+1010.2373 Materials Science
+1010.4022
+1010.4749 Strongly Correlated Electrons
+1011.0011 Astrophysics of Galaxies
+1011.5025
+1012.1844 Combinatorics
+1012.5902 Cellular Automata and Lattice Gases
+1101.0098 Cellular Automata and Lattice Gases
+1101.0693 Combinatorics
+1101.4495 Symplectic Geometry
+1102.0301 Probability
+1102.3136 Numerical Analysis
+1104.2654 Phenomenology
+1104.3531 Rings and Algebras
+1105.5557 Information Theory
+1106.0334 Atmospheric and Oceanic Physics
+1106.2508 Applications
+1106.3392
+1106.3424 Statistical Mechanics
+1106.5316 Artificial Intelligence
+1107.3445
+1107.5447
+1108.5012 Phenomenology
+1108.5348 Number Theory
+1109.0631 Cryptography and Security
+1109.2398 Combinatorics
+1109.2774 Strongly Correlated Electrons
+1109.5431 Phenomenology
+1109.6716 Lattice
+1110.0584 Tissues and Organs
+1110.2925 Strongly Correlated Electrons
+1110.4888 Cosmology and Nongalactic Astrophysics
+1111.0897 Data Structures and Algorithms
+1111.1476 Materials Science
+1111.3221
+1111.3879 Discrete Mathematics
+1111.5045 Cosmology and Nongalactic Astrophysics
+1112.0263 Geometric Topology
+1112.2064 Cosmology and Nongalactic Astrophysics
+1112.2451 Pattern Formation and Solitons
+1112.2766 Atomic Physics
+1112.3474 Commutative Algebra
+1112.5018 Quantum Algebra
+1112.5051 Probability
+1201.1444 Cosmology and Nongalactic Astrophysics
+1201.1951 Phenomenology
+1201.2018 Instrumentation and Detectors
+1201.2713 Strongly Correlated Electrons
+1201.3591 Atomic Physics
+1201.6443 Theory
+1202.0920 Discrete Mathematics
+1202.2019 Phenomenology
+1202.2094 Algebraic Geometry
+1202.2477 Optics
+1202.4525 Functional Analysis
+1202.4558 Strongly Correlated Electrons
+1202.5047 Strongly Correlated Electrons
+1202.6052 Materials Science
+1203.0028 Materials Science
+1203.1600 Statistical Mechanics
+1203.1886 Optics
+1203.2210 Computer Vision and Pattern Recognition
+1203.5151 Analysis of PDEs
+1203.5183
+1203.6566 Information Theory
+1203.6900 Physics and Society
+1204.0970 Mesoscale and Nanoscale Physics
+1204.1950 Optics
+1204.2210 Optics
+1204.2713 Artificial Intelligence
+1204.3123 Cell Behavior
+1204.3126 Cell Behavior
+1204.3213 Statistics Theory
+1204.3266
+1204.3348 Artificial Intelligence
+1204.3498 Social and Information Networks
+1204.3621 Atomic Physics
+1204.3652
+1204.3653
+1204.3656 Geometric Topology
+1204.3658 Information Theory
+1204.3661 Information Theory
+1204.3663 Social and Information Networks
+1204.3665 Phenomenology
+1204.3670 Biomolecules
+1204.3673 Social and Information Networks
+1204.3676 Analysis of PDEs
+1204.3677 Databases
+1204.3679 Pricing of Securities
+1204.3680 Geometric Topology
+1204.3682 Social and Information Networks
+1204.3683 Neurons and Cognition
+1204.3685 Other Computer Science
+1204.3689 Software Engineering
+1204.3691 Other Computer Science
+1204.3693 Functional Analysis
+1204.3696
+1204.3698 Social and Information Networks
+1204.3702 Probability
+1204.3705 Numerical Analysis
+1204.3708 Materials Science
+1204.3711 Information Theory
+1204.3713 Soft Condensed Matter
+1204.3716 Information Theory
+1204.3718 Pattern Formation and Solitons
+1204.3720 Mesoscale and Nanoscale Physics
+1204.3724 Social and Information Networks
+1204.3728 Strongly Correlated Electrons
+1204.3731 Information Retrieval
+1204.3736
+1204.3742 Information Theory
+1204.3744 Mesoscale and Nanoscale Physics
+1204.3751 Optics
+1204.3752 Information Theory
+1204.3761
+1204.3764 Mesoscale and Nanoscale Physics
+1204.3766
+1204.3767 Solar and Stellar Astrophysics
+1204.3769 Digital Libraries
+1204.3771 Rings and Algebras
+1204.3773 Symbolic Computation
+1204.3777
+1204.3784
+1204.3786 Statistical Finance
+1204.3791 Cosmology and Nongalactic Astrophysics
+1204.3794 Analysis of PDEs
+1204.3797 Phenomenology
+1204.3804 Strongly Correlated Electrons
+1204.3808 Astrophysics of Galaxies
+1204.3809 Quantitative Methods
+1204.3813 Solar and Stellar Astrophysics
+1204.3815 Mesoscale and Nanoscale Physics
+1204.3817 Mesoscale and Nanoscale Physics
+1204.3822 Chaotic Dynamics
+1204.3825 Solar and Stellar Astrophysics
+1204.3827 Complex Variables
+1204.3831 Cryptography and Security
+1204.3833 Theory
+1204.3836 Instrumentation and Methods for Astrophysics
+1204.3837 Superconductivity
+1204.3842 Combinatorics
+1204.3844 Artificial Intelligence
+1204.3850 Computational Geometry
+1204.3855 Optimization and Control
+1204.3857 High Energy Astrophysical Phenomena
+1204.3860 Social and Information Networks
+1204.3865 Symplectic Geometry
+1204.3870 Cosmology and Nongalactic Astrophysics
+1204.3874 Networking and Internet Architecture
+1204.3876 Optimization and Control
+1204.3878 Number Theory
+1204.3881 Other Computer Science
+1204.3884 Numerical Analysis
+1204.3888 Physics and Society
+1204.3889 Statistical Mechanics
+cond-mat/0505380 Superconductivity
+cond-mat/0703561 Strongly Correlated Electrons
+math/0211318 Combinatorics
+math/0303147 Combinatorics
+math/0303149 Combinatorics
+math/0403364 Combinatorics
+math/0406019 Combinatorics
+math/0408312 Combinatorics
+math/0605678 Combinatorics
+math/0606360 Classical Analysis and ODEs
+math/0607416 Complex Variables
+math/0610185 Combinatorics
+quant-ph/0412039
+1002.3713 Theory
+1112.4399 Probability
+hep-ph/0612120 Phenomenology
+1102.1906 Algebraic Geometry
+1112.1715 Information Theory
+1208.1192 Cosmology and Nongalactic Astrophysics
+1208.1239 Functional Analysis
+1208.1290 Networking and Internet Architecture
+1208.1336 Cryptography and Security
+1208.1781 Numerical Analysis
+0806.4034 Logic in Computer Science
+1003.2518
+1004.0796
+1012.4157 Phenomenology
+1105.3274 Adaptation and Self-Organizing Systems
+1112.0760 Phenomenology
+0705.3278
+0807.2094 Strongly Correlated Electrons
+0810.4174 Symplectic Geometry
+0902.2530 Strongly Correlated Electrons
+0906.4011 Analysis of PDEs
+0907.4761 Combinatorics
+0908.3307 General Mathematics
+1002.1463 Analysis of PDEs
+1002.3391 Combinatorics
+1003.1544 Rings and Algebras
+1003.4374 Geophysics
+1005.0554 Populations and Evolution
+1008.0967
+1008.2117 Strongly Correlated Electrons
+1009.3004 Analysis of PDEs
+1009.3526 Probability
+1009.4502 Analysis of PDEs
+1010.1372 Computational Finance
+1010.2340
+1011.2500 Combinatorics
+1101.3299 Complex Variables
+1103.0029 Theory
+1103.1604 Artificial Intelligence
+1103.1821 Classical Analysis and ODEs
+1104.4824 Machine Learning
+1105.1151 Algebraic Geometry
+1105.1442 Strongly Correlated Electrons
+1105.1957 Mesoscale and Nanoscale Physics
+1105.4274 Information Theory
+1106.4883 Cosmology and Nongalactic Astrophysics
+1107.2463 Cosmology and Nongalactic Astrophysics
+1108.0460 Functional Analysis
+1108.3711 Artificial Intelligence
+1110.1032 Strongly Correlated Electrons
+1110.1675
+1110.4855 Probability
+1110.4944 Quantitative Methods
+1110.5165 Mesoscale and Nanoscale Physics
+1110.5878 Astrophysics of Galaxies
+1111.0267 Strongly Correlated Electrons
+1111.1387 Classical Analysis and ODEs
+1111.1466 Analysis of PDEs
+1112.3363 Strongly Correlated Electrons
+1112.3493 Lattice
+1112.4838 Phenomenology
+1201.3032 Cosmology and Nongalactic Astrophysics
+1201.4636 Quantum Gases
+1201.5740
+1201.6016 Number Theory
+1201.6186 Mesoscale and Nanoscale Physics
+1201.6562 Soft Condensed Matter
+1202.0077 Statistical Mechanics
+1202.0222 Algebraic Geometry
+1202.0228 Combinatorics
+1202.0692 Phenomenology
+1202.1410 Materials Science
+1202.2851 Solar and Stellar Astrophysics
+1202.3859 Theory
+1202.4021 Quantum Gases
+1202.4167 Phenomenology
+1202.5699
+1202.6346 Lattice
+1203.0752 Probability
+1203.0753 Probability
+1203.3066 Materials Science
+1203.3266 Mesoscale and Nanoscale Physics
+1203.3331
+1203.5875
+1203.6003 Statistical Mechanics
+1204.0494 Combinatorics
+1204.1918 Analysis of PDEs
+1204.2388
+1204.3717 Digital Libraries
+1204.4568 Statistical Mechanics
+1204.5161 Mesoscale and Nanoscale Physics
+1204.5623 Statistics Theory
+1204.6597 Phenomenology
+1204.6599 Phenomenology
+1205.1521 Quantum Gases
+1205.1799 Cosmology and Nongalactic Astrophysics
+1205.2258 Statistical Mechanics
+1205.2592 Mesoscale and Nanoscale Physics
+1205.2822 Information Retrieval
+1205.2972 Cosmology and Nongalactic Astrophysics
+1205.3746 Plasma Physics
+1205.4179 Soft Condensed Matter
+1205.4403
+1205.4913 Mesoscale and Nanoscale Physics
+1205.6165 General Topology
+1205.6759 Strongly Correlated Electrons
+1206.2196 Quantum Gases
+1206.2747
+1206.2843 Geometric Topology
+1206.3463 Symbolic Computation
+1206.3716 Statistical Mechanics
+1206.4576 Representation Theory
+1206.5622 Quantum Gases
+1206.5974 Phenomenology
+1206.6181 Instrumentation and Methods for Astrophysics
+1206.6593 Materials Science
+1207.0276 Logic
+1207.0567 Phenomenology
+1207.1864 Statistical Mechanics
+1207.3201 Numerical Analysis
+1207.3668 Metric Geometry
+1207.3826 Superconductivity
+1207.4870 High Energy Astrophysical Phenomena
+1207.5015 Algebraic Geometry
+1207.5622 Instrumentation and Detectors
+1207.5803 Solar and Stellar Astrophysics
+1207.5804 Earth and Planetary Astrophysics
+1207.5811 Number Theory
+1207.5821 Accelerator Physics
+1207.5826 Accelerator Physics
+1207.5827 Sound
+1207.5828 Superconductivity
+1207.5836 Strongly Correlated Electrons
+1207.5839 Distributed, Parallel, and Cluster Computing
+1207.5841 Logic
+1207.5844 Social and Information Networks
+1207.5848 Quantitative Methods
+1207.5850 Information Theory
+1207.5856 Cryptography and Security
+1207.5862 Commutative Algebra
+1207.5866
+1207.5867 Algebraic Geometry
+1207.5871 Information Theory
+1207.5874 Analysis of PDEs
+1207.5876 Representation Theory
+1207.5878
+1207.5879 Artificial Intelligence
+1207.5881 Spectral Theory
+1207.5884 Computational Complexity
+1207.5889 Group Theory
+1207.5890 Dynamical Systems
+1207.5895 Statistics Theory
+1207.5896 Solar and Stellar Astrophysics
+1207.5899 Statistics Theory
+1207.5901 Probability
+1207.5902 Statistics Theory
+1207.5906 Materials Science
+1207.5912 Phenomenology
+1207.5917 Probability
+1207.5918 Materials Science
+1207.5920 Differential Geometry
+1207.5924 Geophysics
+1207.5925 Probability
+1207.5929 Physics and Society
+1207.5933 Neurons and Cognition
+1207.5944 Representation Theory
+1207.5949 Distributed, Parallel, and Cluster Computing
+1207.5954 Solar and Stellar Astrophysics
+1207.5956 Subcellular Processes
+1207.5958 Classical Analysis and ODEs
+1207.5960 Statistics Theory
+1207.5963 Commutative Algebra
+1207.5964 Differential Geometry
+1207.5966 Solar and Stellar Astrophysics
+1207.5967 Statistics Theory
+1207.5968
+1207.5969 Differential Geometry
+1207.5972 Solar and Stellar Astrophysics
+1207.5980 Functional Analysis
+1207.5985 Analysis of PDEs
+1207.5990 Distributed, Parallel, and Cluster Computing
+1207.5994 Differential Geometry
+1207.5995 Physics Education
+1207.6002 Data Analysis, Statistics and Probability
+1207.6011 Distributed, Parallel, and Cluster Computing
+1207.6013 Biomolecules
+1207.6025 Cryptography and Security
+1207.6027 General Mathematics
+1207.6033 Information Retrieval
+1207.6037 Information Retrieval
+1207.6045 Computer Science and Game Theory
+1207.6049 Pricing of Securities
+1207.6050
+1207.6051 Systems and Control
+1207.6052 Information Theory
+1207.6064 Solar and Stellar Astrophysics
+1207.6069 Instrumentation and Methods for Astrophysics
+1207.6078 Probability
+1207.6084 Information Theory
+1207.6089 Materials Science
+1207.6090 Quantitative Methods
+1207.6096 Databases
+1207.6098 Strongly Correlated Electrons
+1207.6099 Number Theory
+cond-mat/0701400 Strongly Correlated Electrons
+math/0509610 Operator Algebras
+physics/0702125 Atmospheric and Oceanic Physics
+0704.0095 Group Theory
+0706.1301 Algebraic Geometry
+0706.1304 Algebraic Geometry
+0710.2544 Theory
+0802.2006 Materials Science
+0807.0760 Differential Geometry
+0807.1690 Theory
+0809.2425 Algebraic Geometry
+0901.2107 Algebraic Geometry
+0906.5189 Representation Theory
+0907.1657
+0907.3225
+0907.4334
+0907.4626 Representation Theory
+0910.1636 Probability
+1002.0137 Commutative Algebra
+1002.4289 Probability
+1005.2900 Phenomenology
+1005.5430 Disordered Systems and Neural Networks
+1006.5474
+1007.0849 Probability
+1008.4526 Soft Condensed Matter
+1011.1096 Phenomenology
+1011.5476 Representation Theory
+1012.5926
+1102.3554 Cosmology and Nongalactic Astrophysics
+1102.5766 Mesoscale and Nanoscale Physics
+1103.3917 Combinatorics
+1103.5450
+1104.3336 Optics
+1104.4941 Superconductivity
+1104.5024 Disordered Systems and Neural Networks
+1105.2219 Chaotic Dynamics
+1106.0081 Astrophysics of Galaxies
+1106.1597
+1106.1900 Instrumentation and Methods for Astrophysics
+1106.2058 Probability
+1106.4060 Theory
+1106.4409 Complex Variables
+1107.2663 Quantum Gases
+1107.2779 Phenomenology
+1107.4333
+1108.0954 Differential Geometry
+1108.1779 Quantum Gases
+1108.4341 Disordered Systems and Neural Networks
+1109.1003
+1109.1112 Phenomenology
+1109.1156 Mesoscale and Nanoscale Physics
+1109.2705 Mesoscale and Nanoscale Physics
+1109.4812 Theory
+1109.5115 Phenomenology
+1109.5314 High Energy Astrophysical Phenomena
+1109.5315 High Energy Astrophysical Phenomena
+1109.6043 Mesoscale and Nanoscale Physics
+1109.6468 High Energy Astrophysical Phenomena
+1110.0138 Superconductivity
+1110.1523 Probability
+1110.1646 Quantum Gases
+1110.1745 Combinatorics
+1110.1870
+1110.2776 Formal Languages and Automata Theory
+1110.3548 Functional Analysis
+1110.4193 Numerical Analysis
+1110.5584
+1110.5705 Quantum Gases
+1110.6671 Data Analysis, Statistics and Probability
+1110.6718
+1111.0997 Superconductivity
+1111.1003 Superconductivity
+1111.1700 Optics
+1111.2173 Theory
+1111.2239 Representation Theory
+1111.2287 Theory
+1111.4254 Cosmology and Nongalactic Astrophysics
+1111.5895 Phenomenology
+1111.6047
+1111.6865 Instrumentation and Methods for Astrophysics
+1111.7114 Quantum Gases
+1112.0016 Astrophysics of Galaxies
+1112.1661 Software Engineering
+1112.1662 Software Engineering
+1112.1967 Theory
+1201.3305 Strongly Correlated Electrons
+1201.5389 Phenomenology
+1202.2523 Artificial Intelligence
+1202.2526 Statistical Mechanics
+1202.4048 Superconductivity
+1202.4065
+1202.5002 Complex Variables
+1202.6068 Analysis of PDEs
+1203.0537 Phenomenology
+1203.0748
+1203.2524 Numerical Analysis
+1203.4071
+1203.4104
+1203.4639 Superconductivity
+1203.5304 Combinatorics
+1203.5402 Other Statistics
+1203.6194 Superconductivity
+1203.6391 Functional Analysis
+1204.1798
+1204.1967 Software Engineering
+1204.1983 Biological Physics
+1204.1984 Phenomenology
+1204.1985 Geometric Topology
+1204.1989 Combinatorics
+1204.1991 Algebraic Geometry
+1204.1992 Statistics Theory
+1204.1993 Mesoscale and Nanoscale Physics
+1204.1995 Molecular Networks
+1204.2012 Numerical Analysis
+1204.2018 Artificial Intelligence
+1204.2024 Representation Theory
+1204.2025 Geometric Topology
+1204.2030 Mesoscale and Nanoscale Physics
+1204.2031 Optimization and Control
+1204.2034 Computational Geometry
+1204.2037 Soft Condensed Matter
+1204.2039 Strongly Correlated Electrons
+1204.2040 Computational Complexity
+1204.2042 Rings and Algebras
+1204.2044 Functional Analysis
+1204.2045 High Energy Astrophysical Phenomena
+1204.2046 Functional Analysis
+1204.2047 Functional Analysis
+1204.2049 Machine Learning
+1204.2051 Rings and Algebras
+1204.2055 Soft Condensed Matter
+1204.2058 Information Retrieval
+1204.2061 Information Retrieval
+1204.2062 Computer Vision and Pattern Recognition
+1204.2063 Optics
+1204.2067 Methodology
+1204.2068 Chemical Physics
+1204.2071 History and Overview
+1204.2073 Computer Vision and Pattern Recognition
+1204.2077
+1204.2079 Information Retrieval
+1204.2081 Probability
+1204.2083 Information Theory
+1204.2084 Chemical Physics
+1204.2085 Biological Physics
+1204.2088 Soft Condensed Matter
+1204.2092
+1204.2095 Representation Theory
+1204.2096 Mesoscale and Nanoscale Physics
+1204.2097 Computers and Society
+1204.2101 Computers and Society
+1204.2102 Data Analysis, Statistics and Probability
+1204.2104 Differential Geometry
+1204.2106 Functional Analysis
+1204.2107
+1204.2109 Statistics Theory
+1204.2111 Phenomenology
+1204.2114 Computer Vision and Pattern Recognition
+1204.2120 Astrophysics of Galaxies
+1204.2128
+1204.2131 Data Structures and Algorithms
+1204.2134 Computer Vision and Pattern Recognition
+1204.2138 Human-Computer Interaction
+1204.2139 Neural and Evolutionary Computing
+1204.2144 Instrumentation and Detectors
+1204.2146 Cosmology and Nongalactic Astrophysics
+1204.2147 Logic
+1204.2148
+1204.2156 Theory
+1204.2159 General Physics
+1204.2160
+1204.2162 Mesoscale and Nanoscale Physics
+1204.2174 Classical Analysis and ODEs
+1204.2177
+1204.2180 Combinatorics
+1204.2184 General Physics
+1204.2187 Atomic Physics
+1204.2190 Probability
+1204.2199 High Energy Astrophysical Phenomena
+1204.2201 Computational Complexity
+1204.2202 Computational Complexity
+1204.2205 Instrumentation and Methods for Astrophysics
+1204.2208 Functional Analysis
+1204.2218 Information Theory
+1204.2219 General Mathematics
+1204.2223 Statistical Mechanics
+1204.2225 Other Computer Science
+1204.2228 Rings and Algebras
+1204.2230 Differential Geometry
+1204.2231 Digital Libraries
+1204.2235 Robotics
+1204.2240 Physics and Society
+1204.2242 Networking and Internet Architecture
+1204.2244 Geophysics
+1204.2245 Information Retrieval
+1204.2248 Artificial Intelligence
+1204.2250 Networking and Internet Architecture
+1204.2251 Pricing of Securities
+1204.2252 Systems and Control
+1204.2255 Molecular Networks
+1204.2256 Materials Science
+1204.2260 Computational Geometry
+cond-mat/0511064 Strongly Correlated Electrons
+math-ph/9901002
+math/0107185 Algebraic Geometry
+math/0305276 Quantum Algebra
+math/0506608 Algebraic Geometry
+math/0507029 Algebraic Geometry
+math/0601453 Algebraic Geometry
+math/0607128 Algebraic Geometry
+math/0607752 Algebraic Geometry
+1103.5109 Phenomenology
+1105.0242
+1107.0837
+1111.0092
+1112.6286 Computation and Language
+0710.3582
+0712.2311 Differential Geometry
+0803.0633 Differential Geometry
+0803.0716 Differential Geometry
+0806.3827 Data Structures and Algorithms
+0810.1238 Differential Geometry
+0811.3245 Combinatorics
+0904.2475 Differential Geometry
+0905.2162 Differential Geometry
+0905.3788 General Mathematics
+0912.1885 Portfolio Management
+0912.1934 Computer Science and Game Theory
+1002.2815 Combinatorics
+1004.3817 Combinatorics
+1005.4049 Classical Analysis and ODEs
+1008.3882 Materials Science
+1011.1720 Algebraic Geometry
+1012.4420 Rings and Algebras
+1103.1723 Algebraic Geometry
+1104.0978 Materials Science
+1105.0745 Optimization and Control
+1105.1175 Strongly Correlated Electrons
+1105.4025 Theory
+1106.0938 Probability
+1106.2660
+1107.0524 Numerical Analysis
+1107.2011 Probability
+1107.4945 Algebraic Geometry
+1108.4940
+1109.1379 Mesoscale and Nanoscale Physics
+1109.2608 Theory
+1109.3224 Theory
+1109.3289 Dynamical Systems
+1110.3653 Commutative Algebra
+1110.5545 Superconductivity
+1111.1569 Data Analysis, Statistics and Probability
+1111.2064 Combinatorics
+1111.5027 Cosmology and Nongalactic Astrophysics
+1112.0945 Information Theory
+1112.2615 Methodology
+1112.2740 Cosmology and Nongalactic Astrophysics
+1112.6200 Mesoscale and Nanoscale Physics
+1201.3394 Group Theory
+1201.4643 Experiment
+1201.6174
+1201.6342 Theory
+1202.0793 Dynamical Systems
+1202.4314
+1202.4542 Differential Geometry
+1202.5757 Theory
+1203.1914 Strongly Correlated Electrons
+1203.3794 Strongly Correlated Electrons
+1203.5697 Theory
+1204.2753 Medical Physics
+1204.2909 Probability
+1204.3296
+1204.3741
+1204.6395
+1205.1184 Number Theory
+1205.1314 Chemical Physics
+1205.4994 Combinatorics
+1205.6637
+1205.6955 Mesoscale and Nanoscale Physics
+1206.0023 Strongly Correlated Electrons
+1206.0401 Superconductivity
+1206.0586 Optics
+1206.1950 Numerical Analysis
+1206.2589
+1206.4787 Disordered Systems and Neural Networks
+1206.6424 Artificial Intelligence
+1207.0297 Information Theory
+1207.0367 Statistical Mechanics
+1207.0400 Phenomenology
+1207.0812 Phenomenology
+1207.1367 Artificial Intelligence
+1207.2100 Mesoscale and Nanoscale Physics
+1207.2400 Mesoscale and Nanoscale Physics
+1207.3207 Mesoscale and Nanoscale Physics
+1207.6169 Other Condensed Matter
+1208.0028 Statistics Theory
+1208.0490 Theory
+1208.2126 Symplectic Geometry
+1208.2364 Theory
+1208.2575
+1208.2853 Networking and Internet Architecture
+1208.3879 Differential Geometry
+1208.4121 Atomic Physics
+1208.6131 Strongly Correlated Electrons
+1209.0486 Strongly Correlated Electrons
+1209.1198 Information Theory
+1209.1911 Information Theory
+1209.3163 Probability
+1209.3173 High Energy Astrophysical Phenomena
+1209.3739 Analysis of PDEs
+1209.4281
+1209.4414 Information Theory
+1209.4431 Analysis of PDEs
+1209.5883 Theory
+1210.0547 Earth and Planetary Astrophysics
+1210.3423 Functional Analysis
+1210.3475 Probability
+1210.5799
+1210.5954 Lattice
+1210.6357 Lattice
+1210.6433 Phenomenology
+1210.7124 Statistical Mechanics
+1211.0782 Mesoscale and Nanoscale Physics
+1211.1042 Astrophysics of Galaxies
+1211.3123 Strongly Correlated Electrons
+1211.3213 Chemical Physics
+1211.3381
+1211.3595 Solar and Stellar Astrophysics
+1211.4542 Theory
+1211.4595 Mesoscale and Nanoscale Physics
+1211.6544 Theory
+1211.6946 Experiment
+1211.6999 Lattice
+1212.1295
+1212.2002 Learning
+1212.2028 Combinatorics
+1212.2306 Combinatorics
+1212.2458 Artificial Intelligence
+1212.2794 Phenomenology
+1212.2884
+1212.3153 Information Theory
+1212.3685 Mesoscale and Nanoscale Physics
+1212.4011 Classical Analysis and ODEs
+1212.4230 Lattice
+1212.4324
+1212.4400 Medical Physics
+1212.4458 Instrumentation and Methods for Astrophysics
+1212.4507 Machine Learning
+1212.4565 Social and Information Networks
+1212.4590 Analysis of PDEs
+1212.4596 Differential Geometry
+1212.4612 Strongly Correlated Electrons
+1212.4734 Soft Condensed Matter
+1212.4832 Cosmology and Nongalactic Astrophysics
+1212.4843 Instrumentation and Methods for Astrophysics
+1212.4846 Performance
+1212.4847
+1212.4850 Instrumentation and Methods for Astrophysics
+1212.4852
+1212.4861 Solar and Stellar Astrophysics
+1212.4862 Algebraic Geometry
+1212.4867 Instrumentation and Methods for Astrophysics
+1212.4868 Soft Condensed Matter
+1212.4870 Solar and Stellar Astrophysics
+1212.4871 Machine Learning
+1212.4877 General Physics
+1212.4880 Statistical Mechanics
+1212.4889 Lattice
+1212.4892 Combinatorics
+1212.4895 Combinatorics
+1212.4899 Information Theory
+1212.4901 Classical Physics
+1212.4903 Mesoscale and Nanoscale Physics
+1212.4904 Mesoscale and Nanoscale Physics
+1212.4906 Information Theory
+1212.4909 General Physics
+1212.4911 Statistics Theory
+1212.4912 Algebraic Geometry
+1212.4914 Physics and Society
+1212.4918 Lattice
+1212.4919 Lattice
+1212.4920 Computer Vision and Pattern Recognition
+1212.4922 Number Theory
+1212.4924 Optimization and Control
+1212.4931 Cryptography and Security
+1212.4935 Digital Libraries
+1212.4937 Superconductivity
+1212.4938 Materials Science
+1212.4940 Information Theory
+1212.4941
+1212.4945
+1212.4948 Algebraic Geometry
+1212.4955
+1212.4959 Software Engineering
+1212.4964 Phenomenology
+1212.4965
+1212.4967 Phenomenology
+1212.4969 Data Structures and Algorithms
+1212.4971
+1212.4974 Superconductivity
+1212.4977 Algebraic Geometry
+1212.4997 Strongly Correlated Electrons
+1212.4998 Experiment
+1212.4999 Systems and Control
+1212.5003 Formal Languages and Automata Theory
+1212.5008 Combinatorics
+1212.5010 Molecular Networks
+1212.5014 Optics
+1212.5020 Earth and Planetary Astrophysics
+1212.5022 Differential Geometry
+1212.5025 Populations and Evolution
+1212.5031 Medical Physics
+1212.5035 Social and Information Networks
+1212.5040 Optics
+1212.5042 Optimization and Control
+1212.5047 Differential Geometry
+1212.5049 Methodology
+1212.5056 Combinatorics
+1212.5060 Instrumentation and Methods for Astrophysics
+1212.5061 Geophysics
+1212.5068 Soft Condensed Matter
+1212.5070 Data Analysis, Statistics and Probability
+1212.5071 Solar and Stellar Astrophysics
+1212.5077 Solar and Stellar Astrophysics
+1212.5078 Phenomenology
+1212.5084 Solar and Stellar Astrophysics
+1212.5086 Cryptography and Security
+1212.5089 Software Engineering
+1212.5090 Methodology
+1212.5091 Learning
+1212.5094 Logic in Computer Science
+1212.5095 Computational Engineering, Finance, and Science
+1212.5097 Computational Complexity
+1212.5099 Analysis of PDEs
+1212.5100 Cryptography and Security
+1212.5101 Learning
+1212.5108 Logic in Computer Science
+1212.5111 Analysis of PDEs
+1212.5112 Probability
+1212.5116 Logic in Computer Science
+1212.5126 Probability
+1212.5128 Probability
+1212.5129 Networking and Internet Architecture
+1212.5130 Analysis of PDEs
+1212.5132 Computer Science and Game Theory
+1212.5133 Instrumentation and Methods for Astrophysics
+1212.5134 Mesoscale and Nanoscale Physics
+1212.5135 Dynamical Systems
+1212.5137 Analysis of PDEs
+1212.5139 Logic in Computer Science
+1212.5140 Quantum Gases
+1212.5143 Mesoscale and Nanoscale Physics
+1212.5145 Analysis of PDEs
+1212.5148 Computational Physics
+1212.5149 Quantum Algebra
+1212.5155 Rings and Algebras
+1212.5158 Rings and Algebras
+1212.5163
+1212.5166
+1212.5170 Other Computer Science
+1212.5181 Theory
+1212.5183 Theory
+1212.5187 Analysis of PDEs
+1212.5190
+1212.5191 Strongly Correlated Electrons
+1212.5193 Algebraic Geometry
+1212.5195 Number Theory
+1212.5200 Statistical Mechanics
+1212.5201 Fluid Dynamics
+1212.5203 Statistics Theory
+1212.5204 Software Engineering
+1212.5207 Spectral Theory
+1212.5208 Group Theory
+1212.5209 Experiment
+1212.5211 Digital Libraries
+1212.5217 Computational Engineering, Finance, and Science
+1209.1298
+0705.1773 Probability
+0712.1975 Strongly Correlated Electrons
+0807.5002 Other Condensed Matter
+0809.4647 Functional Analysis
+0811.2165 Other Condensed Matter
+0902.3602 Functional Analysis
+0903.0945 Group Theory
+0904.3728 Exactly Solvable and Integrable Systems
+0904.3937 Materials Science
+0908.2202 Experiment
+0909.4063 Algebraic Geometry
+0910.3934
+1002.2800 Logic
+1003.0370 Mesoscale and Nanoscale Physics
+1003.0622 Atomic Physics
+1004.2321 Quantum Algebra
+1006.2785 Superconductivity
+1008.1836 Algebraic Geometry
+1008.1915 Theory
+1008.4954 Differential Geometry
+1010.0982 Category Theory
+1010.4134 Materials Science
+1010.5867 Combinatorics
+1011.6658 Algebraic Geometry
+1101.0993 Differential Geometry
+1103.6099 Analysis of PDEs
+1104.0573 Phenomenology
+1104.3026 Mesoscale and Nanoscale Physics
+1104.4740
+1104.5638 Strongly Correlated Electrons
+1105.0145 Materials Science
+1105.6256 Statistical Mechanics
+1106.0961 Computer Science and Game Theory
+1106.4187 General Physics
+1106.4589 Phenomenology
+1106.4634 Strongly Correlated Electrons
+1106.4940
+1107.2211 Superconductivity
+1107.3181 Analysis of PDEs
+1107.4053 Optics
+1107.4934 Optics
+1108.0638 High Energy Astrophysical Phenomena
+1108.2172 General Physics
+1108.5659
+1109.2035 Theory
+1109.5662 Analysis of PDEs
+1110.2408
+1111.2207 Analysis of PDEs
+1111.2324 Combinatorics
+1111.3017 Theory
+1111.4387 Experiment
+1111.4398
+1111.4532 General Physics
+1111.4863 Theory
+1111.5445
+1111.5852 Theory
+1111.7285 Representation Theory
+1112.0740 Statistical Mechanics
+1112.0935
+1112.1621
+1112.4104
+1112.6180 Phenomenology
+1201.0629 Soft Condensed Matter
+1201.1539 Metric Geometry
+1201.2953 Probability
+1201.3083 Statistical Finance
+1201.5314 Strongly Correlated Electrons
+1202.0538 Superconductivity
+1202.1521 Theory
+1202.2349 Optics
+1202.2839
+1202.3947 Theory
+1202.4390 Superconductivity
+1202.5090 Cosmology and Nongalactic Astrophysics
+1203.1443 Theory
+1203.1705 Phenomenology
+1203.1920
+1203.2255 Materials Science
+1203.4647 Number Theory
+1203.5110 Cosmology and Nongalactic Astrophysics
+1203.5579 Phenomenology
+1203.5629 Quantum Gases
+1203.6019 Geometric Topology
+1203.6026 General Physics
+1203.6109 Mesoscale and Nanoscale Physics
+1203.6830 Algebraic Topology
+1204.0305 Portfolio Management
+1204.0932
+1204.1469 Mesoscale and Nanoscale Physics
+1204.2607 Disordered Systems and Neural Networks
+1204.3500 Instrumentation and Detectors
+1204.4021 Methodology
+1204.4986 Disordered Systems and Neural Networks
+1204.4994 Materials Science
+1205.0387 Cosmology and Nongalactic Astrophysics
+1205.1541 Soft Condensed Matter
+1205.2200 Other Computer Science
+1205.2443 Theory
+1205.6389
+1205.6901
+1206.0181 Symbolic Computation
+1206.0184 Other Computer Science
+1206.0568 Quantum Gases
+1206.1924 Superconductivity
+1206.1930 Accelerator Physics
+1206.2145 Chaotic Dynamics
+1206.2728 Physics and Society
+1206.3061 Networking and Internet Architecture
+1206.3115 Phenomenology
+1206.3204 Learning
+1206.3230 Number Theory
+1206.3231 Learning
+1206.3232 Artificial Intelligence
+1206.3233 Artificial Intelligence
+1206.3234 Data Structures and Algorithms
+1206.3235 Computer Science and Game Theory
+1206.3236 Learning
+1206.3237 Discrete Mathematics
+1206.3238 Learning
+1206.3239 Methodology
+1206.3241 Learning
+1206.3242 Learning
+1206.3243 Learning
+1206.3244 Artificial Intelligence
+1206.3245 Artificial Intelligence
+1206.3246 Artificial Intelligence
+1206.3247 Learning
+1206.3248 Artificial Intelligence
+1206.3249 Learning
+1206.3250 Artificial Intelligence
+1206.3251 Artificial Intelligence
+1206.3252 Learning
+1206.3253 Computer Science and Game Theory
+1206.3254 Information Retrieval
+1206.3256 Learning
+1206.3257 Learning
+1206.3258 Artificial Intelligence
+1206.3259 Learning
+1206.3260 Machine Learning
+1206.3261 Computer Science and Game Theory
+1206.3262 Learning
+1206.3263 Artificial Intelligence
+1206.3264 Artificial Intelligence
+1206.3265 Artificial Intelligence
+1206.3266 Artificial Intelligence
+1206.3267 Methodology
+1206.3268 Methodology
+1206.3269 Learning
+1206.3270 Learning
+1206.3271 Artificial Intelligence
+1206.3272 Artificial Intelligence
+1206.3273 Artificial Intelligence
+1206.3274 Learning
+1206.3275 Learning
+1206.3276 Artificial Intelligence
+1206.3277 Computer Science and Game Theory
+1206.3278 Information Retrieval
+1206.3279 Learning
+1206.3280 Artificial Intelligence
+1206.3281 Artificial Intelligence
+1206.3282 Artificial Intelligence
+1206.3283 Artificial Intelligence
+1206.3284 Artificial Intelligence
+1206.3285 Artificial Intelligence
+1206.3286 Artificial Intelligence
+1206.3287 Learning
+1206.3288 Data Structures and Algorithms
+1206.3289 Artificial Intelligence
+1206.3290 Learning
+1206.3291 Artificial Intelligence
+1206.3292 Artificial Intelligence
+1206.3293 Artificial Intelligence
+1206.3294 Learning
+1206.3295 Artificial Intelligence
+1206.3296 Artificial Intelligence
+1206.3297 Learning
+1206.3302
+1206.3318 Artificial Intelligence
+1206.3320 Information Retrieval
+1206.3321 Phenomenology
+1206.3322 Astrophysics of Galaxies
+1206.3323
+1206.3324 High Energy Astrophysical Phenomena
+1206.3325 Spectral Theory
+1206.3328 Probability
+1206.3334 Data Structures and Algorithms
+1206.3337 Functional Analysis
+1206.3338 Adaptation and Self-Organizing Systems
+1206.3340 Genomics
+1206.3344 Phenomenology
+1206.3347 Analysis of PDEs
+1206.3348
+1206.3354 Combinatorics
+1206.3355 General Topology
+1206.3362 Information Theory
+1206.3368 Algebraic Topology
+1206.3369 Number Theory
+1206.3374
+1206.3375 Networking and Internet Architecture
+1206.3376 Representation Theory
+1206.3377 Applications
+1206.3380 Quantum Algebra
+1206.3381 Statistics Theory
+1206.3384 General Finance
+1206.3385 General Finance
+1206.3387 General Finance
+1206.3393 Differential Geometry
+1206.3396 Rings and Algebras
+1206.3398 Phenomenology
+1206.3402 Phenomenology
+1206.3403 Adaptation and Self-Organizing Systems
+1206.3406 Computational Physics
+1206.3408 Computational Complexity
+1206.3417 Networking and Internet Architecture
+1206.3420 Phenomenology
+1206.3425
+1206.3426 Analysis of PDEs
+1206.3434 Phenomenology
+1206.3437 Discrete Mathematics
+1206.3439 Category Theory
+1206.3440 Statistical Mechanics
+1206.3441 General Physics
+1206.3443 General Physics
+1206.3444 Phenomenology
+1206.3446 Computational Physics
+1206.3447 Phenomenology
+1206.3451 Chemical Physics
+1206.3455 Analysis of PDEs
+1206.3457 Theory
+1206.3459
+1206.3468 Strongly Correlated Electrons
+1206.3470 Soft Condensed Matter
+1206.3471 Analysis of PDEs
+1206.3472 Populations and Evolution
+1206.3475 Dynamical Systems
+1206.3476 Number Theory
+1206.3485 Experiment
+1206.3490 Instrumentation and Detectors
+1206.3494 Astrophysics of Galaxies
+1206.3495
+1206.3499 Differential Geometry
+1206.3502 Pattern Formation and Solitons
+1206.3503 Theory
+1206.3504 Dynamical Systems
+1206.3508
+1206.3509 Learning
+1206.3510 Combinatorics
+1206.3511 Data Structures and Algorithms
+1206.3515 Probability
+1206.3517 Phenomenology
+1206.3520 Probability
+1206.3521 Commutative Algebra
+1206.3522 Neural and Evolutionary Computing
+1206.3527 Materials Science
+1206.3540 High Energy Astrophysical Phenomena
+1206.3548
+1206.3549 Materials Science
+1206.3551 Artificial Intelligence
+1206.3552 Social and Information Networks
+1206.3554 History and Philosophy of Physics
+1206.3559 Computer Vision and Pattern Recognition
+1206.3561 Instrumentation and Detectors
+math-ph/0611084
+math/0310050 Algebraic Geometry
+math/0604290 Algebraic Geometry
+1005.5718 Physics and Society
+1008.3049 Probability
+1101.4864 Mesoscale and Nanoscale Physics
+1102.5319 Cosmology and Nongalactic Astrophysics
+1106.5508 High Energy Astrophysical Phenomena
+1201.5937 Probability
+1202.5940 Instrumentation and Detectors
+1204.0851
+0706.1180 Disordered Systems and Neural Networks
+0712.3905 Analysis of PDEs
+0811.1524 Disordered Systems and Neural Networks
+0901.1100 Disordered Systems and Neural Networks
+0901.1347 Algebraic Geometry
+0903.4817 Learning
+0910.4553 Disordered Systems and Neural Networks
+0910.5283 Analysis of PDEs
+0911.3448 Cosmology and Nongalactic Astrophysics
+1002.1369 Disordered Systems and Neural Networks
+1003.4752 Strongly Correlated Electrons
+1011.4452
+1012.6010 Quantum Algebra
+1101.4157 Differential Geometry
+1101.6059 Fluid Dynamics
+1103.1819 Differential Geometry
+1105.5992 Algebraic Geometry
+1106.4749 Number Theory
+1107.1138 Multimedia
+1107.2941 Analysis of PDEs
+1107.3097 Differential Geometry
+1108.5464 Probability
+1109.0773 Analysis of PDEs
+1109.1199
+1109.3401 Data Structures and Algorithms
+1109.5116 High Energy Astrophysical Phenomena
+1111.1366 Theory
+1111.1580 Analysis of PDEs
+1111.3235 Probability
+1112.0336 Atomic Physics
+1201.0033 Strongly Correlated Electrons
+1201.4897 Optimization and Control
+1202.3437 High Energy Astrophysical Phenomena
+1202.5107
+1202.5298 Systems and Control
+1202.5566 Analysis of PDEs
+1203.0904 Dynamical Systems
+1203.1756
+1203.2094
+1203.2371 Differential Geometry
+1203.2986 Differential Geometry
+1203.4950 Populations and Evolution
+1203.6562 Theory
+1204.0228 Phenomenology
+1204.3063 Analysis of PDEs
+1204.4327 Plasma Physics
+1204.4379 Computational Complexity
+1205.1045 Phenomenology
+1205.1402 Analysis of PDEs
+1205.2213 Mesoscale and Nanoscale Physics
+1205.3111 Physics and Society
+1205.3465
+1205.3596 Number Theory
+1205.4986 General Physics
+1205.5552 General Physics
+1205.6030 Differential Geometry
+1206.1236
+1206.1651 Phenomenology
+1206.3592 Mesoscale and Nanoscale Physics
+1206.3711 Probability
+1206.4959 Theory
+1206.6548 Cosmology and Nongalactic Astrophysics
+1207.0801 Cosmology and Nongalactic Astrophysics
+1207.1051 Phenomenology
+1207.1552 Differential Geometry
+1207.2529 Phenomenology
+1207.3619 Differential Geometry
+1207.3818 Functional Analysis
+1207.4356 Plasma Physics
+1207.5066 Theory
+1208.0373
+1208.4601 Mesoscale and Nanoscale Physics
+1208.5540 Analysis of PDEs
+1208.6101
+1209.1746 Fluid Dynamics
+1209.1965 Statistical Mechanics
+1209.2740 Number Theory
+1209.5101 Solar and Stellar Astrophysics
+1209.5286 Solar and Stellar Astrophysics
+1209.5869 Experiment
+1210.0303 Optics
+1210.0570 Pricing of Securities
+1210.2325 Dynamical Systems
+1210.4063 Theory
+1210.4242 Analysis of PDEs
+1210.5802 Social and Information Networks
+1210.6165 Analysis of PDEs
+1210.6187 Statistics Theory
+1210.6825 Representation Theory
+1210.6854 Cosmology and Nongalactic Astrophysics
+1210.6872 Differential Geometry
+1210.6999 Astrophysics of Galaxies
+1210.7075 Superconductivity
+1210.7312 Instrumentation and Methods for Astrophysics
+1210.7363 Analysis of PDEs
+1210.7410 Systems and Control
+1210.7445 Numerical Analysis
+1210.7479 Space Physics
+1210.7568 Phenomenology
+1210.7686 Formal Languages and Automata Theory
+1210.7717 Probability
+1210.7777 Lattice
+1210.7780 Classical Analysis and ODEs
+1210.7796 Classical Physics
+1210.7815 Cosmology and Nongalactic Astrophysics
+1210.7816 Cosmology and Nongalactic Astrophysics
+1210.7824 Geometric Topology
+1210.7825 Mesoscale and Nanoscale Physics
+1210.7833 Theory
+1210.7835 Algebraic Geometry
+1210.7838 Strongly Correlated Electrons
+1210.7840 Number Theory
+1210.7848 Experiment
+1210.7850 Statistics Theory
+1210.7851 Materials Science
+1210.7858 Numerical Analysis
+1210.7859 Systems and Control
+1210.7861 Representation Theory
+1210.7862 Numerical Analysis
+1210.7863 Phenomenology
+1210.7865 Theory
+1210.7869 Combinatorics
+1210.7870 Networking and Internet Architecture
+1210.7871 Cosmology and Nongalactic Astrophysics
+1210.7872 Popular Physics
+1210.7873 Lattice
+1210.7880 Cosmology and Nongalactic Astrophysics
+1210.7881 Lattice
+1210.7882 Logic
+1210.7883 Logic
+1210.7884 Number Theory
+1210.7885 Number Theory
+1210.7886 Astrophysics of Galaxies
+1210.7887 Number Theory
+1210.7888 Number Theory
+1210.7889 Other Computer Science
+1210.7893 Solar and Stellar Astrophysics
+1210.7896 Soft Condensed Matter
+1210.7897 Biological Physics
+1210.7902
+1210.7906 Information Theory
+1210.7909 Algebraic Topology
+1210.7911 Statistics Theory
+1210.7912 Optics
+1210.7913 Algebraic Topology
+1210.7914 Lattice
+1210.7917 Computation and Language
+1210.7918
+1210.7924
+1210.7925 Theory
+1210.7926 Number Theory
+1210.7927
+1210.7931 Information Theory
+1210.7932 Lattice
+1210.7938 Numerical Analysis
+1210.7940 Information Theory
+1210.7944 Combinatorics
+1210.7952 Instrumentation and Methods for Astrophysics
+1210.7955 Materials Science
+1210.7956 Neural and Evolutionary Computing
+1210.7958 Group Theory
+1210.7959 Artificial Intelligence
+1210.7962 Functional Analysis
+1210.7968
+1210.7970 Computer Science and Game Theory
+1210.7972
+1210.7979 Analysis of PDEs
+1210.7980 Analysis of PDEs
+1210.7985 Combinatorics
+1210.7986 Phenomenology
+1210.7989 Probability
+1210.7990 Phenomenology
+1210.7991 Accelerator Physics
+1210.7999 Solar and Stellar Astrophysics
+1210.8000 Strongly Correlated Electrons
+1210.8005 Number Theory
+1210.8010 General Topology
+1210.8015 Probability
+1210.8018 Lattice
+1210.8019 Analysis of PDEs
+1210.8025 Multimedia
+1210.8029 Astrophysics of Galaxies
+1210.8030 Instrumentation and Methods for Astrophysics
+1210.8031 Other Computer Science
+1210.8033 Lattice
+1210.8041 Fluid Dynamics
+1210.8046 History and Overview
+1210.8047 History and Overview
+1210.8048 Chemical Physics
+1210.8050 Statistics Theory
+1210.8051 Probability
+1210.8052 Quantum Algebra
+1210.8053 Analysis of PDEs
+1210.8054 Differential Geometry
+1210.8055 Other Computer Science
+1210.8061 Phenomenology
+1210.8066
+1210.8067
+1210.8072 Numerical Analysis
+1210.8073 Phenomenology
+1210.8076 Differential Geometry
+1210.8077 Optics
+1210.8081 Group Theory
+1210.8082 Materials Science
+1210.8083 Systems and Control
+1210.8092 Cryptography and Security
+1210.8099 Computational Complexity
+1210.8104 Rings and Algebras
+1210.8105 Plasma Physics
+1210.8108 Statistical Mechanics
+1210.8109 Combinatorics
+1210.8110
+1210.8113 Discrete Mathematics
+1210.8119 Number Theory
+1210.8123 Computational Geometry
+1210.8124 Neural and Evolutionary Computing
+1210.8131 Analysis of PDEs
+1210.8137 Strongly Correlated Electrons
+1210.8139 Computational Geometry
+cond-mat/0207071 Disordered Systems and Neural Networks
+cond-mat/0209333 Disordered Systems and Neural Networks
+cond-mat/0401509 Disordered Systems and Neural Networks
+cond-mat/0403261 Disordered Systems and Neural Networks
+cond-mat/0508592 Disordered Systems and Neural Networks
+cond-mat/0609777 Disordered Systems and Neural Networks
+hep-th/9909118 Theory
+math/0106221 Differential Geometry
+0704.3431
+0804.2785 Complex Variables
+0806.1568 Mesoscale and Nanoscale Physics
+0807.1747 Dynamical Systems
+0807.3715
+0811.1279 Probability
+0902.1183 Algebraic Topology
+0902.1963 Algebraic Topology
+0903.2247 Statistical Mechanics
+0903.3551 Quantum Algebra
+0903.3553 Quantum Algebra
+0907.0154 Quantum Algebra
+0907.2676 Dynamical Systems
+0909.4961 Applications
+0909.5277 Number Theory
+0910.3675
+0910.4950 Complex Variables
+0910.5543 Commutative Algebra
+0911.5016 Phenomenology
+0911.5611 Number Theory
+0912.1424 Discrete Mathematics
+1001.4160 Functional Analysis
+1002.2786 Group Theory
+1002.3257 Cosmology and Nongalactic Astrophysics
+1002.3818 General Mathematics
+1003.0183 K-Theory and Homology
+1003.0230 Theory
+1003.2100 Theory
+1003.2740 Complex Variables
+1003.4529 Statistical Mechanics
+1005.5258 Mesoscale and Nanoscale Physics
+1006.0562 Analysis of PDEs
+1006.1887 Combinatorics
+1006.4095
+1006.4366
+1007.0515 Trading and Market Microstructure
+1007.0813
+1007.2331 Operator Algebras
+1008.2888 Fluid Dynamics
+1008.2923 Spectral Theory
+1009.1133 Analysis of PDEs
+1009.1228 Strongly Correlated Electrons
+1009.2522 Methodology
+1009.3692 Theory
+1009.5287 Statistical Mechanics
+1010.2296 Combinatorics
+1010.3837 Physics and Society
+1010.4905 Complex Variables
+1011.0358 Analysis of PDEs
+1011.3012 Complex Variables
+1011.4320 Statistical Mechanics
+1011.5194 Numerical Analysis
+1012.0698 Differential Geometry
+1012.2490 Dynamical Systems
+1012.3096 Quantum Algebra
+1101.0856 Differential Geometry
+1101.2135 Physics and Society
+1101.5702 Operator Algebras
+1102.4756 Differential Geometry
+1102.5125
+1103.1085 Representation Theory
+1103.5449
+1104.2289
+1104.2417 Fluid Dynamics
+1104.2970 Optimization and Control
+1105.1282
+1105.2695 Analysis of PDEs
+1105.4538
+1105.4658 Mesoscale and Nanoscale Physics
+1106.1144 Probability
+1106.2962 Differential Geometry
+1106.3275 Functional Analysis
+1106.4852
+1106.5778 Quantitative Methods
+1107.1291 Phenomenology
+1107.1908 Chemical Physics
+1107.1938 Physics and Society
+1107.1949 Fluid Dynamics
+1107.2607
+1107.2752 Solar and Stellar Astrophysics
+1107.3415 Operator Algebras
+1107.4320 Theory
+1107.4714
+1108.0119 Theory
+1108.0422
+1108.0559 Solar and Stellar Astrophysics
+1108.2065
+1108.3264 Number Theory
+1108.4865
+1108.5919 Complex Variables
+1109.1544 Mesoscale and Nanoscale Physics
+1109.1617 Probability
+1109.2187
+1109.2652 Dynamical Systems
+1109.3703 Theory
+1109.3873 Numerical Analysis
+1109.4142 Cosmology and Nongalactic Astrophysics
+1109.4498 Molecular Networks
+1109.5198 Commutative Algebra
+1109.5979 Other Quantitative Biology
+1109.5981 Data Structures and Algorithms
+1110.0572 Geometric Topology
+1110.0788 Strongly Correlated Electrons
+1110.1315 Probability
+1110.1875 Phenomenology
+1110.2561 Distributed, Parallel, and Cluster Computing
+1110.2748 Geometric Topology
+1110.2830 Algebraic Geometry
+1110.3127
+1110.3308 Number Theory
+1110.3329
+1110.5355 Data Structures and Algorithms
+1110.5420 Cosmology and Nongalactic Astrophysics
+1110.5691
+1110.5695 Materials Science
+1111.0147
+1111.0608 Classical Analysis and ODEs
+1111.0840 Mesoscale and Nanoscale Physics
+1111.1054 Phenomenology
+1111.1173 Quantum Gases
+1111.1939 Lattice
+1111.2587 High Energy Astrophysical Phenomena
+1111.2917 Differential Geometry
+1111.4113 Atomic Physics
+1111.4879
+1111.6070
+1111.6073 Theory
+1111.7179 Solar and Stellar Astrophysics
+1112.0186 Biological Physics
+1112.0254
+1112.0627 Theory
+1112.2235 Rings and Algebras
+1112.2746 Mesoscale and Nanoscale Physics
+1112.4566 Analysis of PDEs
+1112.5202
+1112.6304 Phenomenology
+1201.0692 Algebraic Geometry
+1201.1574 Optimization and Control
+1201.1709 Strongly Correlated Electrons
+1201.2626 Mesoscale and Nanoscale Physics
+1201.3009
+1201.3133 Data Analysis, Statistics and Probability
+1201.4144 Phenomenology
+1201.4292 Networking and Internet Architecture
+1201.4537 Theory
+1201.4578 Quantum Gases
+1201.4600 Astrophysics of Galaxies
+1201.5685
+1201.5796 Superconductivity
+1201.6593 Category Theory
+1202.0551 Solar and Stellar Astrophysics
+1202.0869 Algebraic Geometry
+1202.0931 Phenomenology
+1202.1287 Solar and Stellar Astrophysics
+1202.1584 Networking and Internet Architecture
+1202.1589 Mesoscale and Nanoscale Physics
+1202.1860 Classical Analysis and ODEs
+1202.1951 Physics and Society
+1202.2181 High Energy Astrophysical Phenomena
+1202.2662 Experiment
+1202.2711 Phenomenology
+1202.3183 Algebraic Geometry
+1202.3232
+1202.3277 Materials Science
+1202.3310 Instrumentation and Methods for Astrophysics
+1202.3486 Instrumentation and Methods for Astrophysics
+1202.3668 Cosmology and Nongalactic Astrophysics
+1202.4000 Classical Analysis and ODEs
+1202.4025
+1202.4032 Combinatorics
+1202.4033 Networking and Internet Architecture
+1202.4040 Solar and Stellar Astrophysics
+1202.4052 Analysis of PDEs
+1202.4054
+1202.4063 Artificial Intelligence
+1202.4068 Number Theory
+1202.4070 Soft Condensed Matter
+1202.4073 Algebraic Geometry
+1202.4074 Statistics Theory
+1202.4078 Differential Geometry
+1202.4079 Strongly Correlated Electrons
+1202.4084 Computational Physics
+1202.4089
+1202.4093 Computational Physics
+1202.4094 Computation
+1202.4097
+1202.4099 Software Engineering
+1202.4106 Commutative Algebra
+1202.4107 Computer Vision and Pattern Recognition
+1202.4112 Superconductivity
+1202.4117
+1202.4120 Spectral Theory
+1202.4122 Optimization and Control
+1202.4128 Networking and Internet Architecture
+1202.4137 Networking and Internet Architecture
+1202.4142 Algebraic Topology
+1202.4143 Combinatorics
+1202.4144 Logic in Computer Science
+1202.4146 Computational Geometry
+1202.4147 Phenomenology
+1202.4149 Discrete Mathematics
+1202.4150 Combinatorics
+1202.4153 History and Overview
+1202.4155 Materials Science
+1202.4157 Representation Theory
+1202.4162 Theory
+1202.4166
+1202.4170 Neural and Evolutionary Computing
+1202.4173 Lattice
+1202.4174 Neurons and Cognition
+1202.4180 Information Theory
+1202.4184 Optimization and Control
+1202.4185 Digital Libraries
+1202.4188 Dynamical Systems
+1202.4190 Artificial Intelligence
+1202.4196 Combinatorics
+1202.4198 Probability
+1202.4204 Combinatorics
+1202.4211 Geometric Topology
+1202.4216 Phenomenology
+1202.4218 Materials Science
+1202.4220 Computational Physics
+1202.4223
+1202.4226 Phenomenology
+1202.4229 Computer Science and Game Theory
+1202.4236 Numerical Analysis
+1202.4237 Computer Vision and Pattern Recognition
+1202.4238 Computers and Society
+1202.4241 Chemical Physics
+1202.4243 Fluid Dynamics
+1202.4244 Classical Analysis and ODEs
+1202.4245 Cryptography and Security
+1202.4247 Soft Condensed Matter
+1202.4249 Soft Condensed Matter
+1202.4252 Statistical Mechanics
+1202.4253 Astrophysics of Galaxies
+1202.4257 Statistical Mechanics
+1202.4259 Soft Condensed Matter
+1202.4260 Soft Condensed Matter
+1202.4261 Robotics
+1202.4262 Soft Condensed Matter
+1202.4269 Programming Languages
+1202.4273 Mesoscale and Nanoscale Physics
+1202.4276 Soft Condensed Matter
+1202.4278 Populations and Evolution
+1202.4282 Soft Condensed Matter
+1202.4284 Soft Condensed Matter
+1202.4286 Statistical Mechanics
+1202.4299 Phenomenology
+1202.4301 Computational Complexity
+1202.4302 Computer Science and Game Theory
+1202.4305 History and Philosophy of Physics
+1202.4306 Theory
+1202.4307 Computer Science and Game Theory
+1202.4311 Statistical Finance
+1202.4313 Optics
+1202.4315 Quantum Algebra
+1202.4317
+1202.4318 Statistical Mechanics
+1202.4325 Differential Geometry
+1202.4329 Physics and Society
+1202.4332 Pricing of Securities
+1202.4334 Chaotic Dynamics
+1202.4336 Representation Theory
+1202.4337 Numerical Analysis
+1202.4341 Rings and Algebras
+1202.4344 Analysis of PDEs
+1202.4345 Popular Physics
+1202.4346 Analysis of PDEs
+1202.4347 Distributed, Parallel, and Cluster Computing
+1202.4349 Solar and Stellar Astrophysics
+1202.4350 Functional Analysis
+1202.4351 Number Theory
+1202.4352 Probability
+1202.4354 Solar and Stellar Astrophysics
+1202.4358 General Mathematics
+1202.4359 Popular Physics
+1202.4360 Solar and Stellar Astrophysics
+1202.4366 Cryptography and Security
+1202.4371 Complex Variables
+1202.4382 Rings and Algebras
+1202.4384 Algebraic Geometry
+1202.4387 Geometric Topology
+1202.4393 Physics and Society
+1202.4408 Algebraic Geometry
+1202.4423 Performance
+1202.4427 Combinatorics
+1202.4429 Statistical Mechanics
+1202.4432 Strongly Correlated Electrons
+1202.4439 Mesoscale and Nanoscale Physics
+1202.4441 Numerical Analysis
+1202.4443 Functional Analysis
+1202.4446 Systems and Control
+1202.4447 Optics
+cond-mat/0204492
+cond-mat/0703235 Statistical Mechanics
+hep-th/0110259 Theory
+math/0310304 Geometric Topology
+math/0401427 Geometric Topology
+math/0403495 General Topology
+math/0509449 Group Theory
+math/0607258 Geometric Topology
+math/0609098 General Topology
+math/0610946 Group Theory
+math/0611712 Group Theory
+quant-ph/0203100
+quant-ph/0212128
+quant-ph/0509214
+quant-ph/0611250
+0705.1934 Strongly Correlated Electrons
+0802.4185 Logic
+0802.4215 Physics and Society
+0805.2587 Differential Geometry
+0808.0785 Rings and Algebras
+0808.2740 Operator Algebras
+0810.1784 Algebraic Topology
+0811.3715 Symplectic Geometry
+0901.1454
+0902.2511 Classical Analysis and ODEs
+0903.1208 Classical Analysis and ODEs
+0903.4497 Classical Physics
+0905.2616 General Topology
+0906.2379 Data Analysis, Statistics and Probability
+0910.3695 Data Analysis, Statistics and Probability
+0910.3956 Analysis of PDEs
+0911.1100 Representation Theory
+1001.2632 Commutative Algebra
+1003.1628 Mathematical Software
+1004.1697
+1004.4320
+1004.4848 Computation and Language
+1004.5020 Chaotic Dynamics
+1004.5245 Physics and Society
+1005.5197 Learning
+1006.0063 Differential Geometry
+1006.0464 Rings and Algebras
+1006.5841 Disordered Systems and Neural Networks
+1009.0563 Mesoscale and Nanoscale Physics
+1011.0700 Dynamical Systems
+1011.2159
+1011.2392 Theory
+1011.4640 Geometric Topology
+1011.5957 Representation Theory
+1012.0043 Mesoscale and Nanoscale Physics
+1012.5885 Algebraic Topology
+1101.0920 Differential Geometry
+1102.1616 Classical Analysis and ODEs
+1102.2170 General Physics
+1103.3508 Computation
+1103.5362 Physics and Society
+1104.3579 Theory
+1104.4960 Functional Analysis
+1105.2140
+1105.4729 Symplectic Geometry
+1105.5756 Commutative Algebra
+1106.0567 Classical Analysis and ODEs
+1106.2461 Spectral Theory
+1106.2546 Cosmology and Nongalactic Astrophysics
+1106.3655 Machine Learning
+1106.4168 Rings and Algebras
+1106.5384 Cosmology and Nongalactic Astrophysics
+1107.0947
+1107.1156 Combinatorics
+1107.4782
+1108.1633 Number Theory
+1108.2332
+1108.2340 Materials Science
+1109.2420 Phenomenology
+1109.5135
+1109.5985 Probability
+1110.2388 Data Analysis, Statistics and Probability
+1110.3353 Geometric Topology
+1110.3832 Physics and Society
+1110.5652 Mesoscale and Nanoscale Physics
+1110.6217 Algebraic Geometry
+1110.6499 Optics
+1111.1540 Solar and Stellar Astrophysics
+1111.2915 Mesoscale and Nanoscale Physics
+1111.3650 Mesoscale and Nanoscale Physics
+1111.6555 Functional Analysis
+1112.2075 Strongly Correlated Electrons
+1112.2468 Computation and Language
+1112.3602 Functional Analysis
+1112.5421 Combinatorics
+1201.0011
+1201.0025 Theory
+1201.1824 Mesoscale and Nanoscale Physics
+1201.2503 Differential Geometry
+1201.2906
+1201.2910 Differential Geometry
+1201.4989
+1201.5919 Cosmology and Nongalactic Astrophysics
+1201.6441 Probability
+1202.0533 Information Theory
+1202.0700 Phenomenology
+1202.0824 Cosmology and Nongalactic Astrophysics
+1202.1352 Combinatorics
+1202.3325 Optimization and Control
+1202.4130 Lattice
+1202.5290 Fluid Dynamics
+1202.5786 Materials Science
+1202.5856 Cryptography and Security
+1202.5874 Materials Science
+1203.1489 Phenomenology
+1203.2395 Symplectic Geometry
+1203.2680 Group Theory
+1203.2708 Mesoscale and Nanoscale Physics
+1204.0819 Numerical Analysis
+1204.1497 Cosmology and Nongalactic Astrophysics
+1204.2437
+1204.2555 Earth and Planetary Astrophysics
+1204.3530 Instrumentation and Detectors
+1204.3999 Cellular Automata and Lattice Gases
+1204.4283 Complex Variables
+1204.4646 Experiment
+1204.5002 Fluid Dynamics
+1204.6489 Cosmology and Nongalactic Astrophysics
+1205.0867
+1205.1550 Mesoscale and Nanoscale Physics
+1205.3499 Phenomenology
+1205.4511
+1205.5407 Computation and Language
+1205.6159 Materials Science
+1205.6172 Cosmology and Nongalactic Astrophysics
+1205.6522 Category Theory
+1205.6549 Atomic Physics
+1205.6756 Quantum Gases
+1205.6758 Chaotic Dynamics
+1205.6817 Phenomenology
+1206.0288 Strongly Correlated Electrons
+1206.0500 Algebraic Geometry
+1206.0756 Experiment
+1206.0927
+1206.2315 Strongly Correlated Electrons
+1206.2768 Statistical Mechanics
+1206.4277 Materials Science
+1206.4439 Superconductivity
+1206.5231 Theory
+1206.5688 Quantum Gases
+1206.6705 Statistical Mechanics
+1206.6766
+1206.7041 Astrophysics of Galaxies
+1207.0200 Theory
+1207.0356 Trading and Market Microstructure
+1207.0548 Cosmology and Nongalactic Astrophysics
+1207.0685 Phenomenology
+1207.0688 Phenomenology
+1207.0692 Solar and Stellar Astrophysics
+1207.0828 Functional Analysis
+1207.1451 Phenomenology
+1207.2631 Strongly Correlated Electrons
+1207.3290 Analysis of PDEs
+1207.6206
+1207.7214 Experiment
+1208.0104
+1208.0295 Statistical Mechanics
+1208.0296 Computer Science and Game Theory
+1208.1675 Instrumentation and Methods for Astrophysics
+1208.2147 Quantum Gases
+1208.2733 Statistics Theory
+1208.2759 Formal Languages and Automata Theory
+1208.4358 Earth and Planetary Astrophysics
+1208.4374 Optimization and Control
+1208.4684 Commutative Algebra
+1208.5409 Combinatorics
+1208.5415 K-Theory and Homology
+1208.6423 Dynamical Systems
+1208.6537 Methodology
+1208.6545 Geometric Topology
+1209.0001 Learning
+1209.0003 Materials Science
+1209.0004 Materials Science
+1209.0012 Methodology
+1209.0018 Representation Theory
+1209.0021 Computation
+1209.0023
+1209.0027 Differential Geometry
+1209.0030 Phenomenology
+1209.0031 Soft Condensed Matter
+1209.0032 Soft Condensed Matter
+1209.0036 Digital Libraries
+1209.0040 Phenomenology
+1209.0048 Geometric Topology
+1209.0053 Computer Vision and Pattern Recognition
+1209.0054 Cryptography and Security
+1209.0055 Functional Analysis
+1209.0056 Artificial Intelligence
+1209.0066 Classical Analysis and ODEs
+1209.0068 Optimization and Control
+1209.0070 Analysis of PDEs
+1209.0075 Complex Variables
+1209.0077 Phenomenology
+1209.0078 Combinatorics
+1209.0083 Plasma Physics
+1209.0085 Experiment
+1209.0090 Analysis of PDEs
+1209.0092 Mesoscale and Nanoscale Physics
+1209.0093 Rings and Algebras
+1209.0099 Strongly Correlated Electrons
+1209.0102 Combinatorics
+1209.0103 Geometric Topology
+1209.0110 Materials Science
+1209.0111 Materials Science
+1209.0117 Phenomenology
+1209.0118 Experiment
+1209.0124 Category Theory
+1209.0126 Information Retrieval
+1209.0129 Combinatorics
+1209.0130 Numerical Analysis
+1209.0135 Cryptography and Security
+1209.0137 Probability
+1209.0141
+1209.0146 History and Philosophy of Physics
+1209.0153 Rings and Algebras
+1209.0157 Analysis of PDEs
+1209.0173 Strongly Correlated Electrons
+1209.0177 Logic
+1209.0184 Combinatorics
+1209.0185 Methodology
+1209.0188 Representation Theory
+1209.0193 Algebraic Geometry
+1209.0194 Computational Geometry
+1209.0198
+1209.0200 Combinatorics
+1209.0201 Geophysics
+1209.0227 Theory
+1209.0234 Materials Science
+1209.0248 Numerical Analysis
+1209.0249 Computation and Language
+1209.0250 Materials Science
+1209.0251 High Energy Astrophysical Phenomena
+1209.0257 Adaptation and Self-Organizing Systems
+1209.0261
+1209.0267 Functional Analysis
+1209.0273 Combinatorics
+1209.0275 Combinatorics
+1209.0277 Rings and Algebras
+1209.0284 Astrophysics of Galaxies
+1209.0290 Solar and Stellar Astrophysics
+1209.0294 Astrophysics of Galaxies
+1209.0295 Algebraic Geometry
+1209.0297 Phenomenology
+1209.0299
+1209.0308 Multiagent Systems
+1209.0312 Genomics
+1209.0314 Operator Algebras
+1209.0321
+1209.0322 Solar and Stellar Astrophysics
+1209.0323 Materials Science
+1209.0332
+1209.0333 General Physics
+1209.0336 Phenomenology
+1209.0340 Differential Geometry
+1209.0342 Solar and Stellar Astrophysics
+1209.0344 Experiment
+1209.0351 Probability
+1209.0354 Materials Science
+1209.0358 Functional Analysis
+1209.0363 History and Overview
+1209.0364 Populations and Evolution
+1209.0367 Machine Learning
+1209.0368 Optimization and Control
+1209.0369
+1209.0371 Cosmology and Nongalactic Astrophysics
+1209.0372
+1209.0387 Analysis of PDEs
+1209.0388 Cosmology and Nongalactic Astrophysics
+1209.0390 Computational Finance
+1209.0392 Classical Analysis and ODEs
+1209.0395 Mesoscale and Nanoscale Physics
+1209.0396
+1209.0397 Experiment
+1209.0398 Plasma Physics
+1209.0407 Solar and Stellar Astrophysics
+1209.0410 Multimedia
+1209.0412 Number Theory
+1209.0419 Fluid Dynamics
+1209.0421 Physics Education
+1209.0423 Probability
+1209.0425 Combinatorics
+1209.0429 Representation Theory
+1209.0432 Materials Science
+1209.0433 Phenomenology
+1209.0434 Algebraic Geometry
+1209.0442 Instrumentation and Methods for Astrophysics
+1209.0443 Algebraic Geometry
+1209.0446 Algebraic Geometry
+1209.0448
+1209.0449
+cond-mat/0105619
+cond-mat/0112459
+math-ph/0511013
+math-ph/0512019
+math/0611768 Symplectic Geometry
+physics/0605179 Physics and Society
+0704.2768 Analysis of PDEs
+0708.0563 Probability
+0709.2361
+0711.4117 Analysis of PDEs
+0801.3438
+0810.5536
+0812.4426 Symplectic Geometry
+0901.3014 Dynamical Systems
+0902.1060 Optimization and Control
+0902.1156 Probability
+0907.0148 Complex Variables
+0907.2046 Quantum Gases
+0910.3192 Group Theory
+0910.4668 Symbolic Computation
+0911.0109 Probability
+0911.1762
+1001.2203 Dynamical Systems
+1001.2345 Combinatorics
+1001.3386 Symplectic Geometry
+1003.3582 Portfolio Management
+1004.0625 Differential Geometry
+1009.0881 Optimization and Control
+1009.1940 Geometric Topology
+1009.2628 Combinatorics
+1010.2140 Symplectic Geometry
+1011.1492 Classical Analysis and ODEs
+1011.1541 Classical Analysis and ODEs
+1012.0197 Optimization and Control
+1012.3105
+1101.0574 Number Theory
+1101.5082 Combinatorics
+1103.1130 Optimization and Control
+1103.3881 Symplectic Geometry
+1103.4593 Quantum Algebra
+1103.5671 Statistical Mechanics
+1104.3260 Combinatorics
+1106.5537 Phenomenology
+1107.4086 Phenomenology
+1107.5194 Optimization and Control
+1110.4137 Algebraic Topology
+1111.2521 High Energy Astrophysical Phenomena
+1111.6701 Optimization and Control
+1112.1856
+1112.2220 Cosmology and Nongalactic Astrophysics
+1112.5302
+1112.5556 Plasma Physics
+1112.5990 Rings and Algebras
+1112.6171
+1201.1169 Group Theory
+1201.2424 Mesoscale and Nanoscale Physics
+1201.4149
+1201.4869 Mesoscale and Nanoscale Physics
+1201.5843
+1202.0483 High Energy Astrophysical Phenomena
+1202.0558 Phenomenology
+1202.0681 Combinatorics
+1202.2879 Mesoscale and Nanoscale Physics
+1202.5058
+1202.5153 Materials Science
+1202.6567 Atmospheric and Oceanic Physics
+1203.1116 Phenomenology
+1203.3185 Probability
+1203.4345 Systems and Control
+1204.0747 Computational Geometry
+1204.1620 Experiment
+1204.2738
+1204.3578 Geometric Topology
+1204.3622 Phenomenology
+1204.4652 Other Condensed Matter
+1204.5011 Geometric Topology
+1204.5298 Earth and Planetary Astrophysics
+1204.5375 Disordered Systems and Neural Networks
+1205.0924 Mesoscale and Nanoscale Physics
+1205.1081 Strongly Correlated Electrons
+1205.1299 Physics and Society
+1205.1432 Cosmology and Nongalactic Astrophysics
+1205.2005 Distributed, Parallel, and Cluster Computing
+1205.3061 Theory
+1205.3098 Accelerator Physics
+1205.3850 Statistical Mechanics
+1205.4024 Phenomenology
+1205.4475 Theory
+1206.0601 Earth and Planetary Astrophysics
+1206.1608 Strongly Correlated Electrons
+1206.2902 Theory
+1206.3488 Chaotic Dynamics
+1206.3660 High Energy Astrophysical Phenomena
+1206.5811 Neurons and Cognition
+1206.6528
+1207.1114 Computer Vision and Pattern Recognition
+1207.1715 Earth and Planetary Astrophysics
+1207.4488 Atmospheric and Oceanic Physics
+1207.5359
+1207.5773 Phenomenology
+1207.6043 Strongly Correlated Electrons
+1207.6581 Instrumentation and Detectors
+1208.0049 Chaotic Dynamics
+1208.0388 Materials Science
+1208.1066
+1208.1190 Cosmology and Nongalactic Astrophysics
+1208.1519 Functional Analysis
+1208.1934 Computational Engineering, Finance, and Science
+1208.2032 Category Theory
+1208.2033 High Energy Astrophysical Phenomena
+1208.2034 Accelerator Physics
+1208.2035 High Energy Astrophysical Phenomena
+1208.2046
+1208.2048 Instrumentation and Methods for Astrophysics
+1208.2054 Phenomenology
+1208.2058 Earth and Planetary Astrophysics
+1208.2060 Networking and Internet Architecture
+1208.2062 General Mathematics
+1208.2064 Probability
+1208.2068 Portfolio Management
+1208.2071 Solar and Stellar Astrophysics
+1208.2073 Networking and Internet Architecture
+1208.2078 Information Theory
+1208.2079 Networking and Internet Architecture
+1208.2082
+1208.2085 High Energy Astrophysical Phenomena
+1208.2087 Geometric Topology
+1208.2092 Neural and Evolutionary Computing
+1208.2098 Commutative Algebra
+1208.2100 Neurons and Cognition
+1208.2102 Artificial Intelligence
+1208.2110
+1208.2113 Methodology
+1208.2115 Distributed, Parallel, and Cluster Computing
+1208.2117 Analysis of PDEs
+1208.2119 Materials Science
+1208.2122 Accelerator Physics
+1208.2124 Operator Algebras
+1208.2125 Formal Languages and Automata Theory
+1208.2127 Geometric Topology
+1208.2128 Computer Vision and Pattern Recognition
+1208.2134 Phenomenology
+1208.2136 Analysis of PDEs
+1208.2137 Number Theory
+1208.2138 Representation Theory
+1208.2139 Combinatorics
+1208.2140 Logic
+1208.2141 Data Analysis, Statistics and Probability
+1208.2149 Number Theory
+1208.2154 Instrumentation and Methods for Astrophysics
+1208.2155 Analysis of PDEs
+1208.2158 Analysis of PDEs
+1208.2164 Combinatorics
+1208.2166 Theory
+1208.2169 Cryptography and Security
+1208.2171 Probability
+1208.2174 Strongly Correlated Electrons
+1208.2176 Number Theory
+1208.2177 Biomolecules
+1208.2178 History and Overview
+1208.2199 Artificial Intelligence
+1208.2202 Rings and Algebras
+1208.2205 Information Theory
+1208.2210 Combinatorics
+1208.2213 Dynamical Systems
+1208.2214 Neural and Evolutionary Computing
+1208.2217 Computational Complexity
+1208.2221 Probability
+1208.2224 Complex Variables
+1208.2226 Commutative Algebra
+1208.2230 Representation Theory
+1208.2232 Algebraic Topology
+1208.2234 Strongly Correlated Electrons
+1208.2236 General Mathematics
+1208.2238 Populations and Evolution
+1208.2239 Social and Information Networks
+1208.2243 History and Overview
+1208.2250 Cell Behavior
+1208.2252
+1208.2255 Quantum Gases
+1208.2258 Combinatorics
+1208.2259
+astro-ph/0402012
+astro-ph/0402013
+gr-qc/0703149
+math-ph/0509021
+math-ph/0509039
+math-ph/0604027
+math-ph/0608052
+math/0312309 General Mathematics
+math/0509408 Combinatorics
+math/0510153 Probability
+0708.0221
+0710.5329 Algebraic Geometry
+0712.1056
+0806.3412 Number Theory
+0808.0816 Statistical Mechanics
+0904.2068 Representation Theory
+0907.1611
+0909.5232 Algebraic Geometry
+0910.0155 Functional Analysis
+0910.2120 Probability
+0910.5000 Optics
+0911.3821 Functional Analysis
+1001.5047 Formal Languages and Automata Theory
+1002.2559 Theory
+1003.3528 Algebraic Geometry
+1005.1765 Dynamical Systems
+1006.0531 Metric Geometry
+1007.0333 Populations and Evolution
+1007.4285 General Topology
+1008.0013 Algebraic Geometry
+1009.2637 Differential Geometry
+1009.3459 Theory
+1009.3616 Differential Geometry
+1009.3846
+1009.5710
+1010.2637 Classical Analysis and ODEs
+1010.4063 Probability
+1012.3036 Number Theory
+1012.4291 General Finance
+1012.4711 Probability
+1102.0236 Analysis of PDEs
+1102.0678 Differential Geometry
+1102.4047
+1104.1549 Functional Analysis
+1104.5063 Dynamical Systems
+1105.1464
+1105.2479 Numerical Analysis
+1105.3838 Cosmology and Nongalactic Astrophysics
+1105.5917 Dynamical Systems
+1106.1504
+1106.1702 Portfolio Management
+1106.2112 Quantum Algebra
+1106.3485 Superconductivity
+1106.5623 Strongly Correlated Electrons
+1106.6041 Representation Theory
+1107.0336 Computational Complexity
+1107.0556
+1107.3511 Rings and Algebras
+1107.3544 Quantum Algebra
+1107.4943 Probability
+1109.0534 Superconductivity
+1109.1697
+1109.2894 Atomic Physics
+1109.4090
+1109.4131 Strongly Correlated Electrons
+1109.4454 Probability
+1109.5347 Operator Algebras
+1109.5669 Algebraic Geometry
+1110.0080 Dynamical Systems
+1110.0249 Functional Analysis
+1110.0719 Strongly Correlated Electrons
+1110.1918
+1110.4383 Mesoscale and Nanoscale Physics
+1110.4800 Combinatorics
+1110.5263 Analysis of PDEs
+1110.5335 Astrophysics of Galaxies
+1111.2083
+1111.2400 Cosmology and Nongalactic Astrophysics
+1111.2810 Mesoscale and Nanoscale Physics
+1111.3150 Optics
+1111.3611 Quantum Gases
+1111.3872 Phenomenology
+1112.0395 Statistical Mechanics
+1112.0586 Strongly Correlated Electrons
+1112.0835 Optimization and Control
+1112.0938 Experiment
+1112.1774 Cosmology and Nongalactic Astrophysics
+1112.3309 Theory
+1112.3359 Theory
+1112.5219 Materials Science
+1112.5233
+1112.6349
+1201.0470 Statistics Theory
+1201.1761 Theory
+1201.1871 Optimization and Control
+1201.2383 Social and Information Networks
+1201.5194 Phenomenology
+1201.5356 Mesoscale and Nanoscale Physics
+1201.5386 Superconductivity
+1202.0233 Optics
+1202.1250 Differential Geometry
+1202.2329 Solar and Stellar Astrophysics
+1202.3154 Optics
+1202.3397 Cosmology and Nongalactic Astrophysics
+1202.5588 Classical Analysis and ODEs
+1202.5812 Algebraic Geometry
+1202.5923 Analysis of PDEs
+1202.5933 Applications
+1202.6094 Distributed, Parallel, and Cluster Computing
+1202.6112 Combinatorics
+1202.6320 Differential Geometry
+1202.6458 Differential Geometry
+1202.6556 Combinatorics
+1202.6586 Computer Vision and Pattern Recognition
+1203.0076 Computer Vision and Pattern Recognition
+1203.0179 History and Philosophy of Physics
+1203.0369 Cryptography and Security
+1203.0407 Commutative Algebra
+1203.1816 Classical Physics
+1203.2699 Analysis of PDEs
+1203.2764 Phenomenology
+1203.2987 Learning
+1203.3140 Earth and Planetary Astrophysics
+1203.3272 Quantum Algebra
+1203.3297 Statistical Mechanics
+1203.3461 Learning
+1203.3462 Learning
+1203.3463 Information Retrieval
+1203.3464 Artificial Intelligence
+1203.3465 Artificial Intelligence
+1203.3466 Artificial Intelligence
+1203.3467 Artificial Intelligence
+1203.3468 Learning
+1203.3469 Artificial Intelligence
+1203.3470 Artificial Intelligence
+1203.3471 Learning
+1203.3472 Learning
+1203.3473 Artificial Intelligence
+1203.3474 Artificial Intelligence
+1203.3475 Learning
+1203.3476 Learning
+1203.3477 Artificial Intelligence
+1203.3478 Artificial Intelligence
+1203.3479 Methodology
+1203.3480 Computer Science and Game Theory
+1203.3481 Learning
+1203.3482 Artificial Intelligence
+1203.3483 Learning
+1203.3484 Computation
+1203.3485 Learning
+1203.3486 Learning
+1203.3487 Artificial Intelligence
+1203.3488 Learning
+1203.3489 Learning
+1203.3490 Artificial Intelligence
+1203.3491 Learning
+1203.3492 Learning
+1203.3493 Artificial Intelligence
+1203.3494 Learning
+1203.3495 Learning
+1203.3496 Learning
+1203.3497 Learning
+1203.3498 Computer Science and Game Theory
+1203.3499 Artificial Intelligence
+1203.3500 Artificial Intelligence
+1203.3501 Learning
+1203.3502 Artificial Intelligence
+1203.3503 Methodology
+1203.3504 Methodology
+1203.3505 Methodology
+1203.3506 Learning
+1203.3507 Learning
+1203.3508 Artificial Intelligence
+1203.3509 Artificial Intelligence
+1203.3510 Artificial Intelligence
+1203.3511 Learning
+1203.3512 Artificial Intelligence
+1203.3513 Artificial Intelligence
+1203.3514 Social and Information Networks
+1203.3515 Methodology
+1203.3516 Learning
+1203.3517 Learning
+1203.3518 Learning
+1203.3519 Learning
+1203.3520 Learning
+1203.3521 Learning
+1203.3522 Learning
+1203.3523 Systems and Control
+1203.3524 Machine Learning
+1203.3525 Artificial Intelligence
+1203.3526 Learning
+1203.3527 Computer Science and Game Theory
+1203.3528 Artificial Intelligence
+1203.3529 Learning
+1203.3530 Learning
+1203.3531 Artificial Intelligence
+1203.3532 Learning
+1203.3533 Learning
+1203.3534 Learning
+1203.3535 Information Retrieval
+1203.3536 Learning
+1203.3537 Learning
+1203.3538 Artificial Intelligence
+1203.3551 Cosmology and Nongalactic Astrophysics
+1203.3553 Materials Science
+1203.3559 Other Statistics
+1203.3560 Number Theory
+1203.3564 Instrumentation and Detectors
+1203.3565 Analysis of PDEs
+1203.3569 Dynamical Systems
+1203.3573 Analysis of PDEs
+1203.3574 Human-Computer Interaction
+1203.3575 Distributed, Parallel, and Cluster Computing
+1203.3584 Computation and Language
+1203.3589 Databases
+1203.3590 Solar and Stellar Astrophysics
+1203.3593 Data Structures and Algorithms
+1203.3595 Networking and Internet Architecture
+1203.3597 Cryptography and Security
+1203.3600 Lattice
+1203.3601 Computational Geometry
+1203.3603 Functional Analysis
+1203.3605
+1203.3607 Functional Analysis
+1203.3611 Digital Libraries
+1203.3612 Analysis of PDEs
+1203.3613 Human-Computer Interaction
+1203.3616 Materials Science
+1203.3619 Data Structures and Algorithms
+1203.3620 Cryptography and Security
+1203.3622 Cryptography and Security
+1203.3624 Analysis of PDEs
+1203.3626 Accelerator Physics
+1203.3636 Data Structures and Algorithms
+1203.3638 Applications
+1203.3643 Numerical Analysis
+1203.3644 Cryptography and Security
+1203.3646
+1203.3648 Phenomenology
+1203.3652
+1203.3653 Applications
+1203.3654 Networking and Internet Architecture
+1203.3657 Quantum Gases
+1203.3660 Human-Computer Interaction
+1203.3663 Methodology
+1203.3665 Probability
+1203.3667 Combinatorics
+1203.3672 Applications
+1203.3674 Computational Complexity
+1203.3678
+1203.3680 Applications
+1203.3682 Differential Geometry
+1203.3683 Strongly Correlated Electrons
+1203.3684 Differential Geometry
+1203.3688 Computers and Society
+1203.3698 Classical Analysis and ODEs
+1203.3699 Combinatorics
+1203.3700 Quantum Algebra
+1203.3704 Networking and Internet Architecture
+1203.3707 Atomic Physics
+1203.3712 Applications
+1203.3713 Functional Analysis
+1203.3714 Fluid Dynamics
+1203.3715 Differential Geometry
+1203.3719 Analysis of PDEs
+1203.3720 Analysis of PDEs
+1203.3722 Other Computer Science
+1203.3725 Computation
+1203.3726
+1203.3732 High Energy Astrophysical Phenomena
+1203.3734 Medical Physics
+1203.3740 Group Theory
+1203.3743 Group Theory
+1203.3747 Other Statistics
+1203.3749 Probability
+1203.3750 Instrumentation and Detectors
+1203.3755
+1203.3761
+1203.3764 Information Retrieval
+1203.3768 Differential Geometry
+1203.3771 Atmospheric and Oceanic Physics
+1203.3772 Networking and Internet Architecture
+1203.3774 Experiment
+1203.3775 Algebraic Geometry
+1203.3781 Differential Geometry
+1203.3782 Experiment
+1203.3788 Functional Analysis
+1203.3789 Functional Analysis
+1203.3793 Lattice
+cond-mat/0401078
+cs/0511023 Logic in Computer Science
+cs/0606091 Symbolic Computation
+math/0401124 Number Theory
+math/0402134 Representation Theory
+math/0506381 Classical Analysis and ODEs
+physics/0511141 Physics and Society
+0805.4352 Superconductivity
+0806.3460
+0811.0627 Complex Variables
+0812.2972
+0904.1669 Probability
+0904.4469 Optics
+0905.1724 Cosmology and Nongalactic Astrophysics
+0906.0464 Optics
+0906.2481 Rings and Algebras
+0907.5180 Probability
+0908.2774 Mesoscale and Nanoscale Physics
+0910.4124 Differential Geometry
+0911.3780 Statistical Mechanics
+0912.1808 Differential Geometry
+0912.4782 Statistical Finance
+1001.3525 Cosmology and Nongalactic Astrophysics
+1002.0315 Strongly Correlated Electrons
+1002.3346 Cosmology and Nongalactic Astrophysics
+1003.0401 Mesoscale and Nanoscale Physics
+1003.3422 Analysis of PDEs
+1005.3698 Number Theory
+1006.4861 Solar and Stellar Astrophysics
+1006.5033 Cosmology and Nongalactic Astrophysics
+1006.5345 Cosmology and Nongalactic Astrophysics
+1008.4569 Dynamical Systems
+1009.1199 Algebraic Geometry
+1009.2030 Quantum Gases
+1010.0986 Solar and Stellar Astrophysics
+1010.3178 Optics
+1010.4140
+1010.6294 Cosmology and Nongalactic Astrophysics
+1011.2873 Theory
+1012.1483 Phenomenology
+1012.1518 Spectral Theory
+1012.4599 Analysis of PDEs
+1101.1260 Analysis of PDEs
+1101.5656 Cosmology and Nongalactic Astrophysics
+1102.0571 Combinatorics
+1102.1605 Quantum Gases
+1102.3925 Cosmology and Nongalactic Astrophysics
+1103.0772 Strongly Correlated Electrons
+1103.0835
+1103.2013 Pricing of Securities
+1103.4382 Quantum Gases
+1103.6067
+1105.4675 Superconductivity
+1105.5127 Number Theory
+1106.1995 Combinatorics
+1106.3626 Numerical Analysis
+1106.3819 Phenomenology
+1107.0437 Chaotic Dynamics
+1107.0491 Cosmology and Nongalactic Astrophysics
+1107.3888 Strongly Correlated Electrons
+1108.3018 Phenomenology
+1108.3780 Information Theory
+1108.4290 Cosmology and Nongalactic Astrophysics
+1108.5192 Physics and Society
+1109.0917 Combinatorics
+1109.1600
+1109.3101 Soft Condensed Matter
+1109.5797 Superconductivity
+1110.3120
+1110.3970 Experiment
+1110.4208 Mesoscale and Nanoscale Physics
+1110.4275 Algebraic Geometry
+1110.4568 Mesoscale and Nanoscale Physics
+1110.5694
+1110.6258 Atomic Physics
+1110.6566
+1111.0136 Number Theory
+1111.1207 Superconductivity
+1111.2218 Phenomenology
+1111.2570 Group Theory
+1111.3765 Materials Science
+1111.5250 Quantum Gases
+1112.0115 Solar and Stellar Astrophysics
+1112.3627 Popular Physics
+1112.4187 General Physics
+1112.4636 Superconductivity
+1112.4804 Exactly Solvable and Integrable Systems
+1112.5771 Functional Analysis
+1201.0063 Functional Analysis
+1201.0137
+1201.0325 Operator Algebras
+1201.0576 Phenomenology
+1201.1548 Computational Geometry
+1201.1936 Combinatorics
+1201.2268 Materials Science
+1201.2291 Chaotic Dynamics
+1201.2416 Learning
+1201.2428 Instrumentation and Methods for Astrophysics
+1201.2429 Experiment
+1201.2435 Materials Science
+1201.2437 Computational Physics
+1201.2439 Computational Physics
+1201.2441 Classical Analysis and ODEs
+1201.2444 Classical Physics
+1201.2448 Theory
+1201.2452 Computational Physics
+1201.2454 Superconductivity
+1201.2459 Cosmology and Nongalactic Astrophysics
+1201.2462 Statistics Theory
+1201.2466
+1201.2469 Materials Science
+1201.2472 Phenomenology
+1201.2473 Other Computer Science
+1201.2474 Networking and Internet Architecture
+1201.2475
+1201.2476 Computational Physics
+1201.2478 Optimization and Control
+1201.2480 Materials Science
+1201.2481 Networking and Internet Architecture
+1201.2482 Representation Theory
+1201.2487 Methodology
+1201.2493 Chaotic Dynamics
+1201.2495 Statistical Mechanics
+1201.2507 Statistical Mechanics
+1201.2509 Logic
+1201.2515 Digital Libraries
+1201.2516 Mesoscale and Nanoscale Physics
+1201.2520 Algebraic Geometry
+1201.2521 Theory
+1201.2522 Numerical Analysis
+1201.2527 Materials Science
+1201.2528 Rings and Algebras
+1201.2529 Fluid Dynamics
+1201.2531 Cryptography and Security
+1201.2534 Cosmology and Nongalactic Astrophysics
+1201.2540 Differential Geometry
+1201.2542 Hardware Architecture
+1201.2547 Theory
+1201.2548 Superconductivity
+1201.2549 Materials Science
+1201.2551 Discrete Mathematics
+1201.2554 Algebraic Geometry
+1201.2560 Combinatorics
+1201.2561 Materials Science
+1201.2564 Databases
+1201.2565 Phenomenology
+1201.2566 Soft Condensed Matter
+1201.2567 Number Theory
+1201.2571 Logic
+1201.2578 Cryptography and Security
+1201.2581 General Mathematics
+1201.2582 Metric Geometry
+1201.2586 Algebraic Topology
+1201.2589 Analysis of PDEs
+1201.2590 Other Statistics
+1201.2593 Accelerator Physics
+1201.2595 Cosmology and Nongalactic Astrophysics
+1201.2597 Accelerator Physics
+1201.2598 Accelerator Physics
+1201.2599 Probability
+1201.2600 Accelerator Physics
+1201.2604 Analysis of PDEs
+1201.2606 Functional Analysis
+1201.2609 Commutative Algebra
+1201.2619 Classical Analysis and ODEs
+1201.2623 Other Condensed Matter
+1201.2630 Systems and Control
+1201.2632 Theory
+1201.2640 Accelerator Physics
+1201.2645 Optics
+1201.2651 Number Theory
+1201.2652 Optics
+1201.2654 Combinatorics
+1201.2660 Experiment
+1201.2670 Differential Geometry
+1201.2673 Phenomenology
+1201.2676 High Energy Astrophysical Phenomena
+cond-mat/0510330 Materials Science
+math-ph/0506051
+0803.1697 Metric Geometry
+0901.2692 Algebraic Geometry
+0905.0493 Dynamical Systems
+0907.5424 Theory
+0912.0179 Optimization and Control
+1001.1014 Methodology
+1001.1376 Materials Science
+1002.0347 Combinatorics
+1002.2317 Mesoscale and Nanoscale Physics
+1003.1548 Dynamical Systems
+1003.2825 Dynamical Systems
+1007.2960 Differential Geometry
+1008.0136 Dynamical Systems
+1008.2400 Dynamical Systems
+1008.4830 Probability
+1008.4862 Strongly Correlated Electrons
+1009.1398 Strongly Correlated Electrons
+1009.2090 Differential Geometry
+1009.2653 Social and Information Networks
+1009.3630 Strongly Correlated Electrons
+1010.3565 Strongly Correlated Electrons
+1010.6188 Logic
+1012.2448 Differential Geometry
+1012.3158 Theory
+1101.2356 Strongly Correlated Electrons
+1102.1558 Optimization and Control
+1102.1795 Optimization and Control
+1102.2097 Lattice
+1103.0552 Cosmology and Nongalactic Astrophysics
+1103.3205 Mesoscale and Nanoscale Physics
+1104.2471 General Finance
+1104.2818 Discrete Mathematics
+1104.3290 High Energy Astrophysical Phenomena
+1104.4741 Probability
+1105.0501 Materials Science
+1105.2604 Probability
+1105.3936 Earth and Planetary Astrophysics
+1105.5663 Geometric Topology
+1106.0075 Information Theory
+1106.6063 Logic
+1107.3009 Rings and Algebras
+1107.3111 Neurons and Cognition
+1109.1212
+1110.2237 Combinatorics
+1110.3251 Functional Analysis
+1110.3310 Geometric Topology
+1110.5776
+1111.0663 Computational Complexity
+1111.4055 Phenomenology
+1112.0665 Information Theory
+1112.1450 Statistics Theory
+1112.1491
+1112.2199 Representation Theory
+1112.2756 Lattice
+1112.4266 Representation Theory
+1201.1969 Algebraic Geometry
+1202.0630 Disordered Systems and Neural Networks
+1202.2744 Disordered Systems and Neural Networks
+1202.4389 Functional Analysis
+1202.5233 Data Structures and Algorithms
+1203.1544 Theory
+1203.1894 Phenomenology
+1203.5239 Strongly Correlated Electrons
+1204.0339 Superconductivity
+1204.0737 Materials Science
+1204.5070 Classical Analysis and ODEs
+1204.5412 Mesoscale and Nanoscale Physics
+1205.0633 Atomic Physics
+1205.2512 Theory
+1205.4926
+1206.0320 Combinatorics
+1206.1421 Other Condensed Matter
+1206.6017 Experiment
+1206.6225 Distributed, Parallel, and Cluster Computing
+1207.0628 Lattice
+1207.1118 Functional Analysis
+1207.1675 Chaotic Dynamics
+1207.2449 Strongly Correlated Electrons
+1207.2545 Phenomenology
+1207.3641 Statistical Mechanics
+1207.4694 Data Structures and Algorithms
+1207.5382 Superconductivity
+1207.6867 Theory
+1208.0128 Algebraic Geometry
+1208.0926 Classical Analysis and ODEs
+1208.2665 Phenomenology
+1208.4278 Optics
+1208.4778
+1208.5457 Phenomenology
+1208.5494
+1208.5976 Quantum Gases
+1209.0494 Phenomenology
+1209.1400 Statistical Mechanics
+1209.2782 Phenomenology
+1209.3270
+1209.3301 Cosmology and Nongalactic Astrophysics
+1209.4240 Statistical Mechanics
+1209.4978 Artificial Intelligence
+1209.5676 Soft Condensed Matter
+1209.6097 Materials Science
+1209.6100 Dynamical Systems
+1210.0942 Mesoscale and Nanoscale Physics
+1210.1079 Quantum Gases
+1210.3081 Optics
+1210.4038 Complex Variables
+1210.7499
+1210.7509 Analysis of PDEs
+1211.1494 Instrumentation and Detectors
+1211.1606 Combinatorics
+1211.2544 Plasma Physics
+1211.3077
+1211.3228 Analysis of PDEs
+1211.3253 History and Philosophy of Physics
+1211.3375 Databases
+1211.4254 Information Theory
+1211.4574 Instrumentation and Methods for Astrophysics
+1211.4746 High Energy Astrophysical Phenomena
+1211.6072 General Physics
+1211.6520 Materials Science
+1211.6724 Computational Complexity
+1211.6901 Solar and Stellar Astrophysics
+1211.6914 Soft Condensed Matter
+1211.6997 Computational Complexity
+1211.7057 Combinatorics
+1211.7059 Cosmology and Nongalactic Astrophysics
+1211.7061 Phenomenology
+1211.7064 Solar and Stellar Astrophysics
+1211.7066 Phenomenology
+1211.7071 Theory
+1211.7075 Networking and Internet Architecture
+1211.7097
+1211.7100 Software Engineering
+1211.7102 Computer Vision and Pattern Recognition
+1211.7103
+1211.7104 Software Engineering
+1211.7106 Phenomenology
+1211.7110 Combinatorics
+1211.7113 Networking and Internet Architecture
+1211.7115 Quantum Algebra
+1211.7117 Combinatorics
+1211.7120 Machine Learning
+1211.7122
+1211.7128 Combinatorics
+1211.7129 Phenomenology
+1211.7131 Commutative Algebra
+1211.7135
+1211.7136 Solar and Stellar Astrophysics
+1211.7140 Analysis of PDEs
+1211.7146 Phenomenology
+1211.7151 Numerical Analysis
+1211.7152 Logic in Computer Science
+1211.7153 Physics Education
+1211.7155 Logic
+1211.7158 Numerical Analysis
+1211.7159 Operator Algebras
+1211.7161 Computational Complexity
+1211.7169 Lattice
+1211.7172 General Finance
+1211.7173 Phenomenology
+1211.7174 Fluid Dynamics
+1211.7175 Phenomenology
+1211.7181 Probability
+1211.7182 Phenomenology
+1211.7183
+1211.7184 Neural and Evolutionary Computing
+1211.7186 Algebraic Geometry
+1211.7188 History and Overview
+1211.7191 Probability
+1211.7192 Molecular Networks
+1211.7194 Physics Education
+1211.7196 Molecular Networks
+1211.7197 Functional Analysis
+1211.7199 Number Theory
+1211.7201 Phenomenology
+1211.7202 Optimization and Control
+1211.7206 Number Theory
+1211.7207 Phenomenology
+1211.7209 Phenomenology
+1211.7213 Fluid Dynamics
+1211.7216 Probability
+1211.7219 Computer Vision and Pattern Recognition
+1211.7221 Probability
+1211.7227 Geophysics
+1211.7228 Statistical Mechanics
+1211.7230 Computers and Society
+1211.7231 Optics
+1211.7236 Analysis of PDEs
+1211.7239 Information Theory
+1211.7242 Experiment
+1211.7244 Combinatorics
+1211.7245 Analysis of PDEs
+1211.7249 Soft Condensed Matter
+1211.7250 Mesoscale and Nanoscale Physics
+1211.7267 Phenomenology
+1211.7270 Dynamical Systems
+1211.7272 Quantum Gases
+1211.7274 Phenomenology
+1211.7276 Information Theory
+1211.7277 Optimization and Control
+1211.7279 Analysis of PDEs
+1211.7283 Information Theory
+1211.7284 Instrumentation and Methods for Astrophysics
+1211.7288 Phenomenology
+1211.7294 Instrumentation and Detectors
+1211.7299
+1211.7302 Data Structures and Algorithms
+1211.7303 Analysis of PDEs
+1211.7304 Solar and Stellar Astrophysics
+1211.7307 Populations and Evolution
+1211.7309 Distributed, Parallel, and Cluster Computing
+1211.7322 Lattice
+1211.7326 Information Theory
+1211.7329 Combinatorics
+1211.7332 Methodology
+1211.7336 Methodology
+1211.7337
+1211.7339 Group Theory
+1211.7341 Combinatorics
+1211.7343 Data Analysis, Statistics and Probability
+1211.7345 Software Engineering
+1211.7346 Computational Complexity
+1211.7348 Geometric Topology
+1211.7356 Networking and Internet Architecture
+1211.7362 Dynamical Systems
+1211.7363 Superconductivity
+1211.7369 Machine Learning
+cond-mat/0309066 Superconductivity
+math/0412335 Dynamical Systems
+math/0508355 Dynamical Systems
+0803.0139 General Physics
+0804.0433 Representation Theory
+0804.0881 General Physics
+0806.1766 General Physics
+0811.2348
+0811.4668 Superconductivity
+0812.2855 Phenomenology
+0910.1306 Category Theory
+0910.5115 Probability
+1005.2422 Representation Theory
+1008.0171
+1009.1876 Theory
+1010.2663 Commutative Algebra
+1012.2310 Statistical Mechanics
+1102.2618 Functional Analysis
+1104.1857 Superconductivity
+1104.5142 Theory
+1105.1734 Exactly Solvable and Integrable Systems
+1106.2130 Phenomenology
+1106.6149 Quantum Algebra
+1107.0217 Soft Condensed Matter
+1107.5272 Strongly Correlated Electrons
+1108.0627 Optimization and Control
+1108.1935
+1108.4370 Theory
+1108.5329
+1109.4300 Complex Variables
+1110.1956 Quantum Gases
+1110.3230 Experiment
+1110.3536 High Energy Astrophysical Phenomena
+1110.6531 Lattice
+1110.6820 Cosmology and Nongalactic Astrophysics
+1111.3723 Theory
+1111.6269
+1201.2948
+1202.0190 Probability
+1202.1495
+1202.4653 Combinatorics
+1202.5110 Information Theory
+1202.6273 Analysis of PDEs
+1203.2697 Mesoscale and Nanoscale Physics
+1203.4225
+1203.5850 Materials Science
+1203.6201 Group Theory
+1203.6368 Cosmology and Nongalactic Astrophysics
+1204.0337
+1204.1190 Mesoscale and Nanoscale Physics
+1204.2929 Phenomenology
+1205.1965 Quantum Gases
+1205.2667
+1205.5560 Cosmology and Nongalactic Astrophysics
+1205.5860
+1205.6233 Social and Information Networks
+1205.7008
+1206.0105
+1206.0132 Fluid Dynamics
+1206.1977 Lattice
+1206.4780
+1207.0512 High Energy Astrophysical Phenomena
+1207.1584 Phenomenology
+1207.1685 Materials Science
+1207.2126
+1207.2624 Optics
+1207.2713 Classical Analysis and ODEs
+1207.3501
+1207.3566 Mesoscale and Nanoscale Physics
+1207.5124 Formal Languages and Automata Theory
+1208.0027 Strongly Correlated Electrons
+1208.0117 Differential Geometry
+1208.1253 Experiment
+1208.2448 Databases
+1208.2893 Cosmology and Nongalactic Astrophysics
+1208.3327 Theory
+1208.4792 Phenomenology
+1208.5942
+1209.0086
+1209.0167 Neural and Evolutionary Computing
+1209.1251 Theory
+1209.1487 Optics
+1209.5236 Statistical Mechanics
+1209.5755 Theory
+1209.6218
+1209.6401 Phenomenology
+1210.0124 Analysis of PDEs
+1210.0806 Cosmology and Nongalactic Astrophysics
+1210.4412
+1210.7679 Solar and Stellar Astrophysics
+1210.8395
+1211.0113 Analysis of PDEs
+1211.0383 Functional Analysis
+1211.0392 Atomic Physics
+1211.0609
+1211.0928 Populations and Evolution
+1211.0950 Lattice
+1211.1130 Dynamical Systems
+1211.1297 Soft Condensed Matter
+1211.1378 Solar and Stellar Astrophysics
+1211.1401 Superconductivity
+1211.1405 Applications
+1211.1407
+1211.1408 Solar and Stellar Astrophysics
+1211.1410 Discrete Mathematics
+1211.1418 Strongly Correlated Electrons
+1211.1424 Numerical Analysis
+1211.1431 Numerical Analysis
+1211.1432 Combinatorics
+1211.1437 Plasma Physics
+1211.1438 Optimization and Control
+1211.1439 Statistics Theory
+1211.1441 Systems and Control
+1211.1444 Algebraic Topology
+1211.1445 Operator Algebras
+1211.1453 Optimization and Control
+1211.1457 Cryptography and Security
+1211.1463 Quantum Gases
+1211.1465 Functional Analysis
+1211.1466
+1211.1472 Algebraic Geometry
+1211.1473 Theory
+1211.1477 Commutative Algebra
+1211.1479 Solar and Stellar Astrophysics
+1211.1480 Number Theory
+1211.1481 Solar and Stellar Astrophysics
+1211.1483 Solar and Stellar Astrophysics
+1211.1484 Solar and Stellar Astrophysics
+1211.1485
+1211.1499 Adaptation and Self-Organizing Systems
+1211.1500 Cosmology and Nongalactic Astrophysics
+1211.1502 Solar and Stellar Astrophysics
+1211.1504 Strongly Correlated Electrons
+1211.1505 Data Structures and Algorithms
+1211.1506 Data Structures and Algorithms
+1211.1508 Mesoscale and Nanoscale Physics
+1211.1510 Materials Science
+1211.1515
+1211.1518 Analysis of PDEs
+1211.1527 Cosmology and Nongalactic Astrophysics
+1211.1528 Numerical Analysis
+1211.1532
+1211.1545 Lattice
+1211.1548 Operator Algebras
+1211.1551 Soft Condensed Matter
+1211.1552 Computer Vision and Pattern Recognition
+1211.1555 Category Theory
+1211.1560
+1211.1561 Superconductivity
+1211.1563 Solar and Stellar Astrophysics
+1211.1564 Pricing of Securities
+1211.1565 Databases
+1211.1573 Lattice
+1211.1574
+1211.1577 High Energy Astrophysical Phenomena
+1211.1580 Algebraic Geometry
+1211.1581 Performance
+1211.1582 Number Theory
+1211.1586
+1211.1589 Fluid Dynamics
+1211.1590 High Energy Astrophysical Phenomena
+1211.1592 Methodology
+1211.1599 Materials Science
+1211.1604 Geometric Topology
+1211.1610
+1211.1611 General Physics
+1211.1613 Analysis of PDEs
+1211.1615 Strongly Correlated Electrons
+1211.1622 Information Theory
+1211.1636 Computational Complexity
+1211.1639 Functional Analysis
+1211.1640 Algebraic Geometry
+1211.1647 Quantum Algebra
+1211.1651 K-Theory and Homology
+1211.1652 Instrumentation and Methods for Astrophysics
+1211.1654 Cryptography and Security
+1211.1658 Distributed, Parallel, and Cluster Computing
+1211.1660 Information Theory
+1211.1661 Data Structures and Algorithms
+1211.1665 Materials Science
+cond-mat/0610817 Statistical Mechanics
+math/0209048 Quantum Algebra
+math/0610578 Statistics Theory
+0804.3016 Numerical Analysis
+0806.4533 Numerical Analysis
+1203.4094 Materials Science
+1203.6488 Solar and Stellar Astrophysics
+1206.1644
+1206.1645
+1209.2920 Classical Analysis and ODEs
+1209.3350 Classical Analysis and ODEs
+1209.3351 Classical Analysis and ODEs
+1209.5825 Classical Analysis and ODEs
+1210.4219 Classical Analysis and ODEs
+1210.6126 Classical Analysis and ODEs
+1207.0962 Materials Science
+0704.0323
+0807.0373 Geometric Topology
+0912.2029 Other Condensed Matter
+1001.0672 Materials Science
+1001.3213 Computational Engineering, Finance, and Science
+1002.2116 Algebraic Geometry
+1003.5125 Theory
+1004.3023 General Physics
+1008.0595 Combinatorics
+1009.1023 Theory
+1009.5428 Optics
+1012.0562 Lattice
+1012.5329 Commutative Algebra
+1102.3049 Geometric Topology
+1104.3532 Strongly Correlated Electrons
+1104.4650 Theory
+1105.0632 Probability
+1105.2358
+1105.4692 Category Theory
+1106.0468 Systems and Control
+1106.0891 Quantum Gases
+1106.1869 Earth and Planetary Astrophysics
+1106.3722 Mesoscale and Nanoscale Physics
+1106.4211 Numerical Analysis
+1107.2854 Algebraic Geometry
+1107.4149 Algebraic Geometry
+1107.5248
+1107.5543 Social and Information Networks
+1108.0324
+1108.4145 Mesoscale and Nanoscale Physics
+1108.4649
+1108.6116 Optics
+1109.2663 Group Theory
+1109.2794 Theory
+1109.3611
+1109.4223 Cosmology and Nongalactic Astrophysics
+1109.6005
+1110.0291
+1110.2442 Commutative Algebra
+1110.3278
+1110.6449 Probability
+1111.0274 General Mathematics
+1111.0437 Optics
+1111.3775 Mesoscale and Nanoscale Physics
+1111.4667 Materials Science
+1111.5351 Physics and Society
+1111.5906 Statistical Mechanics
+1111.5951 Chaotic Dynamics
+1111.6019
+1112.2390
+1112.3426 Information Theory
+1112.3645 Phenomenology
+1112.3810 Information Theory
+1112.4320 Mesoscale and Nanoscale Physics
+1112.4585 Mesoscale and Nanoscale Physics
+1112.5169 Phenomenology
+1201.0586 Statistics Theory
+1201.1998 Statistical Mechanics
+1201.2196
+1201.2484 Solar and Stellar Astrophysics
+1201.2890 Probability
+1201.4201 Classical Physics
+1201.4554
+1201.6297
+1201.6329 Mesoscale and Nanoscale Physics
+1202.0422 Cosmology and Nongalactic Astrophysics
+1202.1532 Phenomenology
+1202.1614 Statistical Mechanics
+1202.2296 Logic in Computer Science
+1202.2299 Phenomenology
+1202.2636 Mesoscale and Nanoscale Physics
+1202.3400
+1202.3429
+1202.4098 Information Theory
+1202.4730
+1202.6230 Populations and Evolution
+1202.6568 Optics
+1203.0745 Mesoscale and Nanoscale Physics
+1203.1452 Solar and Stellar Astrophysics
+1203.3348 Fluid Dynamics
+1203.3594 Mesoscale and Nanoscale Physics
+1203.3645 Group Theory
+1203.3889 Mesoscale and Nanoscale Physics
+1203.4565 Theory
+1203.4712 Mesoscale and Nanoscale Physics
+1203.4713 Mesoscale and Nanoscale Physics
+1203.6039
+1203.6207 Statistical Mechanics
+1203.6497 Instrumentation and Methods for Astrophysics
+1204.0115 Geometric Topology
+1204.0761 Mesoscale and Nanoscale Physics
+1204.2339 Mesoscale and Nanoscale Physics
+1204.2861 Materials Science
+1204.4761 Statistics Theory
+1204.5907 Differential Geometry
+1204.6021
+1205.0967 Solar and Stellar Astrophysics
+1205.2295 Risk Management
+1205.2309 Earth and Planetary Astrophysics
+1205.2419 Instrumentation and Methods for Astrophysics
+1205.3415 Exactly Solvable and Integrable Systems
+1205.3942 Theory
+1205.4094 Statistics Theory
+1205.4095 Statistics Theory
+1205.4119 Algebraic Geometry
+1205.4558 Plasma Physics
+1205.4691 Logic in Computer Science
+1205.4729 Superconductivity
+1205.4734 Solar and Stellar Astrophysics
+1205.4735 Functional Analysis
+1205.4739 Analysis of PDEs
+1205.4748 Portfolio Management
+1205.4750 Applications
+1205.4751 Phenomenology
+1205.4753 Probability
+1205.4754 Exactly Solvable and Integrable Systems
+1205.4763 Numerical Analysis
+1205.4765 Differential Geometry
+1205.4766 Atomic Physics
+1205.4769 Combinatorics
+1205.4770 Machine Learning
+1205.4771
+1205.4774 Quantum Gases
+1205.4775 Atomic Physics
+1205.4779 Differential Geometry
+1205.4786 Statistical Mechanics
+1205.4788 Logic in Computer Science
+1205.4793 Differential Geometry
+1205.4794 Instrumentation and Methods for Astrophysics
+1205.4797 Geometric Topology
+1205.4798 Geometric Topology
+1205.4799 Analysis of PDEs
+1205.4802 Logic in Computer Science
+1205.4807 Other Statistics
+1205.4809 Distributed, Parallel, and Cluster Computing
+1205.4812 Analysis of PDEs
+1205.4813 Cryptography and Security
+1205.4814 Analysis of PDEs
+1205.4820 Optics
+1205.4821 Computational Complexity
+1205.4823 Chemical Physics
+1205.4829 Cryptography and Security
+1205.4831 Computer Vision and Pattern Recognition
+1205.4832 Cryptography and Security
+1205.4836 Experiment
+1205.4837 Functional Analysis
+1205.4841 Computation
+1205.4842 Other Condensed Matter
+1205.4844 Methodology
+1205.4848 Mesoscale and Nanoscale Physics
+1205.4856 Information Theory
+1205.4860 Instrumentation and Detectors
+1205.4866 Classical Analysis and ODEs
+1205.4867 Mesoscale and Nanoscale Physics
+1205.4869 Superconductivity
+1205.4870 Group Theory
+1205.4871 Algebraic Geometry
+1205.4874 Cryptography and Security
+1205.4876 Information Theory
+1205.4883 Distributed, Parallel, and Cluster Computing
+1205.4886 Chaotic Dynamics
+1205.4889 Computer Science and Game Theory
+1205.4891 Learning
+1205.4892 Algebraic Geometry
+1205.4893 Computational Complexity
+1205.4894 Social and Information Networks
+1205.4899
+1205.4900 Other Computer Science
+1205.4902 Phenomenology
+1205.4906 Dynamical Systems
+1205.4917 Probability
+1205.4921 Mesoscale and Nanoscale Physics
+1205.4923 Differential Geometry
+1205.4924 Optics
+1205.4925 Materials Science
+1205.4928 Software Engineering
+1205.4930 Dynamical Systems
+1205.4931 Experiment
+1205.4944 Human-Computer Interaction
+1205.4954 Disordered Systems and Neural Networks
+1205.4955 Applications
+1205.4959 Networking and Internet Architecture
+1205.4966 Solar and Stellar Astrophysics
+1205.4967 Hardware Architecture
+1205.4968 Data Structures and Algorithms
+1205.4971 Information Theory
+1205.4976 Theory
+1205.4983 Information Theory
+1205.4984 Other Computer Science
+1205.4988 Information Theory
+1205.4990 Chaotic Dynamics
+1205.4993 Materials Science
+1205.4995 Analysis of PDEs
+1205.4996 Information Theory
+1205.4997 Statistical Mechanics
+1205.5003 Multiagent Systems
+1205.5004 Information Theory
+1205.5007 High Energy Astrophysical Phenomena
+1205.5009 Dynamical Systems
+cond-mat/9801186 Superconductivity
+cond-mat/9801222 Superconductivity
+math/0611506 Functional Analysis
+0708.3681
+0710.5405 Strongly Correlated Electrons
+0712.2424 Combinatorics
+0802.1266 Number Theory
+0802.1874
+0803.0422 Strongly Correlated Electrons
+0804.3049 Number Theory
+0805.3176 Number Theory
+0808.1065 Combinatorics
+0809.4747 Discrete Mathematics
+0903.2232 Information Theory
+0905.3533 Strongly Correlated Electrons
+0907.4947 Analysis of PDEs
+0908.0345 Combinatorics
+0910.0692 Differential Geometry
+0910.3907 Analysis of PDEs
+0912.4863
+1001.1766 Number Theory
+1001.2047 Instrumentation and Detectors
+1001.3381 Number Theory
+1001.5091
+1004.1347 Exactly Solvable and Integrable Systems
+1004.2149 Statistical Mechanics
+1004.2422 Dynamical Systems
+1004.4366 Materials Science
+1004.5179
+1006.2935 Mesoscale and Nanoscale Physics
+1007.3450 Classical Analysis and ODEs
+1008.2422 Computational Complexity
+1009.0107 Theory
+1011.3374
+1011.5997
+1012.0887 Networking and Internet Architecture
+1012.1367 Learning
+1012.1585 Algebraic Geometry
+1012.2426 Theory
+1012.4534 Theory
+1101.3148 Differential Geometry
+1101.3152 Differential Geometry
+1101.4866 Materials Science
+1101.5455 Computational Complexity
+1102.2095 Computational Complexity
+1102.2265 Probability
+1103.2333 Number Theory
+1104.0250 Dynamical Systems
+1104.1087 Numerical Analysis
+1104.1214
+1105.1334
+1105.1978 Solar and Stellar Astrophysics
+1105.2518 Materials Science
+1105.2587
+1105.3259 Information Theory
+1105.4444 Geometric Topology
+1105.6008 Phenomenology
+1106.0871 Classical Analysis and ODEs
+1106.5314 Theory
+1106.6042 Cosmology and Nongalactic Astrophysics
+1107.1219 Combinatorics
+1107.1453 Materials Science
+1107.2005
+1107.2113 Earth and Planetary Astrophysics
+1107.3728 Phenomenology
+1107.4440 Complex Variables
+1107.4847 Combinatorics
+1107.5596 Cosmology and Nongalactic Astrophysics
+1108.1198 Cosmology and Nongalactic Astrophysics
+1108.1473 Combinatorics
+1108.2293
+1108.2372 Plasma Physics
+1108.3643 Cosmology and Nongalactic Astrophysics
+1108.4508 Symbolic Computation
+1108.5440 Soft Condensed Matter
+1108.6236 Theory
+1109.0640 Theory
+1109.2698 Theory
+1109.3142 Statistics Theory
+1109.3466 High Energy Astrophysical Phenomena
+1109.5896 Phenomenology
+1110.0417 Experiment
+1110.0474 Phenomenology
+1110.1631 Cosmology and Nongalactic Astrophysics
+1110.2850 High Energy Astrophysical Phenomena
+1110.3161 Disordered Systems and Neural Networks
+1110.3872
+1110.4335 Phenomenology
+1110.5309 Soft Condensed Matter
+1110.6166 Disordered Systems and Neural Networks
+1110.6382 Phenomenology
+1110.6699 Soft Condensed Matter
+1111.2216
+1111.2474 Phenomenology
+1111.2646
+1111.3783 Theory
+1111.4164
+1111.5225 Statistical Mechanics
+1111.5582 Superconductivity
+1111.5815 Soft Condensed Matter
+1112.0197 Mesoscale and Nanoscale Physics
+1112.0408
+1112.0915 Phenomenology
+1112.1454 Algebraic Geometry
+1112.2578 Superconductivity
+1112.3281 Strongly Correlated Electrons
+1112.3986
+1112.4082 History and Overview
+1112.6256 Data Structures and Algorithms
+1201.1031 Cosmology and Nongalactic Astrophysics
+1201.1862 Probability
+1201.2322 Number Theory
+1201.4222 Exactly Solvable and Integrable Systems
+1201.5776
+1201.6046 Information Theory
+1201.6052 Statistics Theory
+1201.6098 Instrumentation and Detectors
+1201.6358 Data Structures and Algorithms
+1201.6362 Phenomenology
+1201.6373 Probability
+1201.6374 Materials Science
+1201.6376 Combinatorics
+1201.6381 Statistical Mechanics
+1201.6385 Applications
+1201.6387 Statistics Theory
+1201.6392
+1201.6394 Mesoscale and Nanoscale Physics
+1201.6396 Statistical Mechanics
+1201.6398 Information Theory
+1201.6399 Analysis of PDEs
+1201.6400 Quantum Gases
+1201.6402 Performance
+1201.6406 Cosmology and Nongalactic Astrophysics
+1201.6411 Popular Physics
+1201.6412 Fluid Dynamics
+1201.6413
+1201.6414
+1201.6421 Data Structures and Algorithms
+1201.6423 Computational Physics
+1201.6425 Information Theory
+1201.6428
+1201.6433 Classical Analysis and ODEs
+1201.6444 Probability
+1201.6445 Probability
+1201.6446 Superconductivity
+1201.6450 Other Statistics
+1201.6451 Quantum Gases
+1201.6455 Differential Geometry
+1201.6458 Strongly Correlated Electrons
+1201.6462 Learning
+1201.6464 Quantum Algebra
+1201.6469 Instrumentation and Detectors
+1201.6476 Methodology
+1201.6481 Commutative Algebra
+1201.6483 Combinatorics
+1201.6489 Phenomenology
+1201.6495 Instrumentation and Detectors
+1201.6496 Phenomenology
+1201.6499 Information Theory
+1201.6500 Group Theory
+1201.6503 Classical Analysis and ODEs
+1201.6504
+1201.6507 Representation Theory
+1201.6508 Instrumentation and Methods for Astrophysics
+1201.6511 Artificial Intelligence
+1201.6512 Probability
+1201.6513 Group Theory
+1201.6515 Group Theory
+1201.6516 Probability
+1201.6524 Differential Geometry
+1201.6525 Analysis of PDEs
+1201.6528 Differential Geometry
+1201.6532 Optimization and Control
+1201.6533 Information Theory
+1201.6534 Classical Physics
+1201.6536 Representation Theory
+1201.6538 Number Theory
+1201.6540 Materials Science
+1201.6545 Number Theory
+1201.6553 Mesoscale and Nanoscale Physics
+1201.6555
+1201.6557 Mesoscale and Nanoscale Physics
+1201.6563 Databases
+1201.6564 Databases
+1201.6565 Databases
+1201.6566 Databases
+1201.6567 Databases
+1201.6568 Databases
+1201.6569 Databases
+1201.6578 Computational Complexity
+1201.6580 Combinatorics
+1201.6583 Artificial Intelligence
+1201.6584 Functional Analysis
+1201.6585 General Physics
+1201.6590 Mesoscale and Nanoscale Physics
+1201.6591 High Energy Astrophysical Phenomena
+1201.6595 Dynamical Systems
+1201.6604 Artificial Intelligence
+1201.6605 Cosmology and Nongalactic Astrophysics
+1201.6607
+1201.6614 Probability
+1201.6615 Artificial Intelligence
+1201.6621 Chaotic Dynamics
+1201.6622 Phenomenology
+1201.6625
+1201.6626 Artificial Intelligence
+1201.6633 Classical Analysis and ODEs
+1201.6635 K-Theory and Homology
+1201.6640 Optimization and Control
+1201.6645 Probability
+1201.6646 Algebraic Geometry
+1201.6651 High Energy Astrophysical Phenomena
+1201.6654 Combinatorics
+1201.6655 Artificial Intelligence
+1201.6659 Number Theory
+1201.6666 Complex Variables
+1201.6680 Discrete Mathematics
+1201.6682 History and Overview
+1201.6685 Information Theory
+1201.6686 Optics
+1201.6687 History and Overview
+math-ph/0111017
+math-ph/0303063
+math-ph/0403031
+math/0608446 Combinatorics
+quant-ph/0603079
+0705.0098 Algebraic Geometry
+0801.1758 Statistics Theory
+0801.4172 Numerical Analysis
+0811.3405 Theory
+0902.2805 Differential Geometry
+0903.4044 Computational Physics
+0906.4994
+0907.1768 Statistical Mechanics
+0910.1280 Quantum Algebra
+0912.2126 Category Theory
+1003.6112 Algebraic Geometry
+1004.1828 Exactly Solvable and Integrable Systems
+1004.3871 Computation
+1005.0889 Quantum Gases
+1006.0016 General Physics
+1008.1140 Information Theory
+1008.3408 Information Theory
+1009.4985 Geometric Topology
+1101.4043 Probability
+1102.2247 Dynamical Systems
+1102.2354 Statistics Theory
+1104.2465 Phenomenology
+1104.5097 Group Theory
+1105.2634
+1105.2943 Learning
+1105.5960 Commutative Algebra
+1106.0748
+1106.1845 Distributed, Parallel, and Cluster Computing
+1107.1176 Cosmology and Nongalactic Astrophysics
+1107.3421 Computational Geometry
+1107.3897 Probability
+1107.4179 Analysis of PDEs
+1109.0173 Mesoscale and Nanoscale Physics
+1109.2952 Geometric Topology
+1110.5133
+1110.5245 Strongly Correlated Electrons
+1110.5593 Analysis of PDEs
+1110.6663 Physics Education
+1111.0741 Statistical Mechanics
+1111.0980 Geometric Topology
+1111.1565 Quantum Gases
+1111.4264
+1111.7053 Quantum Gases
+1112.0849 Mesoscale and Nanoscale Physics
+1112.4818 Statistical Mechanics
+1112.4998 Atomic Physics
+1112.5733 Mesoscale and Nanoscale Physics
+1201.0125 Theory
+1201.0699
+1201.1724 Plasma Physics
+1201.1827
+1201.2796 Mesoscale and Nanoscale Physics
+1201.2935 Mesoscale and Nanoscale Physics
+1201.3320
+1201.3439 Phenomenology
+1201.3440 Phenomenology
+1201.3696 Phenomenology
+1201.3898 Logic
+1201.5339 Mesoscale and Nanoscale Physics
+1201.5911 Geometric Topology
+1201.5923 Phenomenology
+1201.6460 Numerical Analysis
+1202.1022 Differential Geometry
+1202.2827 Superconductivity
+1202.3096 Mesoscale and Nanoscale Physics
+1202.4758 Cosmology and Nongalactic Astrophysics
+1203.0698 Disordered Systems and Neural Networks
+1203.0850 Materials Science
+1203.6756 Solar and Stellar Astrophysics
+1204.4027
+1204.4174 Fluid Dynamics
+1204.4984 Optics
+1204.5367 Mesoscale and Nanoscale Physics
+1204.6024 Instrumentation and Methods for Astrophysics
+1204.6061 Instrumentation and Methods for Astrophysics
+1204.6385 Computer Vision and Pattern Recognition
+1204.6425
+1204.6563 Computer Vision and Pattern Recognition
+1204.6662 Distributed, Parallel, and Cluster Computing
+1205.0252 Cosmology and Nongalactic Astrophysics
+1205.0262 Accelerator Physics
+1205.0265 Accelerator Physics
+1205.0266 Algebraic Geometry
+1205.0267 Solar and Stellar Astrophysics
+1205.0268 Optics
+1205.0273 Computational Geometry
+1205.0275 Soft Condensed Matter
+1205.0276 High Energy Astrophysical Phenomena
+1205.0284 Complex Variables
+1205.0294 Biological Physics
+1205.0298 Combinatorics
+1205.0300
+1205.0305 Combinatorics
+1205.0306 Differential Geometry
+1205.0312 Information Retrieval
+1205.0313 General Physics
+1205.0314 Computational Complexity
+1205.0315
+1205.0316 Atomic Physics
+1205.0318 Functional Analysis
+1205.0320 Optimization and Control
+1205.0323 Differential Geometry
+1205.0327 Combinatorics
+1205.0331 Functional Analysis
+1205.0335 Neurons and Cognition
+1205.0336 Statistical Finance
+1205.0337 Networking and Internet Architecture
+1205.0340 Experiment
+1205.0343 Discrete Mathematics
+1205.0344 Combinatorics
+1205.0349 Quantitative Methods
+1205.0355 Phenomenology
+1205.0358 Fluid Dynamics
+1205.0359 Lattice
+1205.0361 Astrophysics of Galaxies
+1205.0371 Number Theory
+1205.0377 Classical Analysis and ODEs
+1205.0380 Differential Geometry
+1205.0384 Mesoscale and Nanoscale Physics
+1205.0385
+1205.0386 Logic
+1205.0388 Probability
+1205.0390 Commutative Algebra
+1205.0393 Numerical Analysis
+1205.0397 Plasma Physics
+1205.0398 Algebraic Geometry
+1205.0400
+1205.0402 High Energy Astrophysical Phenomena
+1205.0405 Mesoscale and Nanoscale Physics
+1205.0406 Learning
+1205.0414 Functional Analysis
+1205.0415 Geophysics
+1205.0418 High Energy Astrophysical Phenomena
+1205.0419 Geophysics
+1205.0421 Strongly Correlated Electrons
+1205.0424 High Energy Astrophysical Phenomena
+1205.0426 Representation Theory
+1205.0430 Astrophysics of Galaxies
+1205.0439 Data Structures and Algorithms
+1205.0441 Differential Geometry
+1205.0446 Rings and Algebras
+1205.0447 Medical Physics
+1205.0454 Superconductivity
+1205.0456 Symbolic Computation
+1205.0463 Cosmology and Nongalactic Astrophysics
+1205.0464 Representation Theory
+1205.0468
+1205.0469
+1205.0470 Differential Geometry
+1205.0473 Solar and Stellar Astrophysics
+1205.0475 Commutative Algebra
+1205.0478 Commutative Algebra
+1205.0480 Networking and Internet Architecture
+1205.0483 Systems and Control
+1205.0488 Mesoscale and Nanoscale Physics
+1205.0490 High Energy Astrophysical Phenomena
+1205.0494 Analysis of PDEs
+1205.0499 Computation
+1205.0502 Optics
+1205.0510 Analysis of PDEs
+1205.0512
+1205.0518 General Physics
+1205.0519 Atomic Physics
+1205.0520 High Energy Astrophysical Phenomena
+1205.0534 Methodology
+1205.0535 Symplectic Geometry
+1205.0536 Accelerator Physics
+1205.0539 Cosmology and Nongalactic Astrophysics
+1205.0540 Applications
+1205.0541 Physics and Society
+math-ph/0604019
+quant-ph/0505158
+0704.0178 Plasma Physics
+0710.1006 Plasma Physics
+0811.0674 Differential Geometry
+0902.0381
+0904.1486 Strongly Correlated Electrons
+0908.2469 Theory
+0910.2682 Logic
+0912.2967
+1002.4159 Dynamical Systems
+1002.4964 Soft Condensed Matter
+1003.0269
+1003.2325 Differential Geometry
+1005.1221 Dynamical Systems
+1005.1540 Disordered Systems and Neural Networks
+1006.2055 Information Theory
+1006.2956 Probability
+1006.3231 Phenomenology
+1008.1101 Soft Condensed Matter
+1008.4809 Optics
+1009.2008 Statistical Mechanics
+1009.2993
+1009.4106 Differential Geometry
+1010.1034 Differential Geometry
+1011.0804 Algebraic Geometry
+1011.3907 Complex Variables
+1102.2179 Strongly Correlated Electrons
+1103.2066 Strongly Correlated Electrons
+1104.5448
+1105.0852 Statistics Theory
+1106.5769
+1107.2948
+1108.2773 Materials Science
+1108.3723 Quantum Gases
+1108.4478 Information Theory
+1109.1450 Statistical Mechanics
+1109.3511
+1109.3813 Materials Science
+1109.6219 Mesoscale and Nanoscale Physics
+1109.6701 Theory
+1110.0940
+1110.2312
+1110.2768
+1110.3611 Solar and Stellar Astrophysics
+1110.5083
+1110.6877 Cosmology and Nongalactic Astrophysics
+1111.1909 Phenomenology
+1111.2275 Cosmology and Nongalactic Astrophysics
+1111.2856 Cosmology and Nongalactic Astrophysics
+1111.3900 Mesoscale and Nanoscale Physics
+1111.4004 Numerical Analysis
+1111.4433
+1111.5671
+1111.6006
+1111.6012 Materials Science
+1111.6597
+1111.6684 Materials Science
+1111.6860 Networking and Internet Architecture
+1112.0218 Phenomenology
+1112.1857 Mesoscale and Nanoscale Physics
+1112.2097 Experiment
+1112.2724 Strongly Correlated Electrons
+1112.3670 Social and Information Networks
+1112.4081
+1112.4760 Phenomenology
+1112.5347 Strongly Correlated Electrons
+1201.1486
+1201.3002 Materials Science
+1201.3146 Optics
+1201.5927
+1202.0424
+1202.3589 Superconductivity
+1202.3848 Cosmology and Nongalactic Astrophysics
+1202.3897
+1202.3970 Analysis of PDEs
+1202.4729 Strongly Correlated Electrons
+1202.5598 Learning
+1202.6106 Human-Computer Interaction
+1203.1736
+1203.3945 Materials Science
+1203.4039 Instrumentation and Detectors
+1203.4535 Metric Geometry
+1203.5470 Strongly Correlated Electrons
+1203.5971 Solar and Stellar Astrophysics
+1204.0901 Logic
+1204.1897 High Energy Astrophysical Phenomena
+1204.2303 Experiment
+1204.2393 General Physics
+1204.2602
+1204.2691 Soft Condensed Matter
+1204.2736 Trading and Market Microstructure
+1204.2822 Populations and Evolution
+1204.2837 Computer Vision and Pattern Recognition
+1204.2841 Data Analysis, Statistics and Probability
+1204.2844 Data Structures and Algorithms
+1204.2848 Spectral Theory
+1204.2850 Materials Science
+1204.2853 Theory
+1204.2854 Cryptography and Security
+1204.2857 Systems and Control
+1204.2863 Materials Science
+1204.2867 Adaptation and Self-Organizing Systems
+1204.2872 Combinatorics
+1204.2873 General Topology
+1204.2874 Instrumentation and Methods for Astrophysics
+1204.2875 Materials Science
+1204.2878 Chemical Physics
+1204.2879 Networking and Internet Architecture
+1204.2880 Networking and Internet Architecture
+1204.2882 Networking and Internet Architecture
+1204.2883 Differential Geometry
+1204.2884 Materials Science
+1204.2886 Materials Science
+1204.2890 Complex Variables
+1204.2895 Materials Science
+1204.2898 Materials Science
+1204.2906 Optimization and Control
+1204.2907 Disordered Systems and Neural Networks
+1204.2911 Representation Theory
+1204.2912 Computer Vision and Pattern Recognition
+1204.2915 Discrete Mathematics
+1204.2922 Information Theory
+1204.2928 Exactly Solvable and Integrable Systems
+1204.2932 Logic in Computer Science
+1204.2933 Data Structures and Algorithms
+1204.2937
+1204.2938 Classical Analysis and ODEs
+1204.2944 Probability
+1204.2950
+1204.2953 Classical Analysis and ODEs
+1204.2964 Statistics Theory
+1204.2967 Functional Analysis
+1204.2968 Optics
+1204.2973 Materials Science
+1204.2974 Software Engineering
+1204.2975 Statistics Theory
+1204.2976 Phenomenology
+1204.2980 Information Theory
+1204.2981 Combinatorics
+1204.2983 Logic in Computer Science
+1204.2984 History and Philosophy of Physics
+1204.2985 Cosmology and Nongalactic Astrophysics
+1204.2987 Mesoscale and Nanoscale Physics
+1204.2989 Cryptography and Security
+1204.2990 Logic in Computer Science
+1204.2994 Computer Vision and Pattern Recognition
+1204.2995 Social and Information Networks
+1204.2998
+1204.2999 Probability
+1204.3002 Mesoscale and Nanoscale Physics
+1204.3005 Applications
+1204.3008 Theory
+1204.3011 Atomic Physics
+1204.3013 Atomic Physics
+1204.3015 Algebraic Geometry
+1204.3017 Statistical Mechanics
+1204.3020 Mathematical Software
+1204.3021 Populations and Evolution
+1204.3025 Algebraic Topology
+1204.3027 Algebraic Geometry
+1204.3030 Solar and Stellar Astrophysics
+1204.3031 Differential Geometry
+1204.3045 Analysis of PDEs
+1204.3048 Logic in Computer Science
+1204.3050 Operator Algebras
+1204.3052 Distributed, Parallel, and Cluster Computing
+1204.3055 Instrumentation and Methods for Astrophysics
+1204.3058 Distributed, Parallel, and Cluster Computing
+1204.3059 Mesoscale and Nanoscale Physics
+1204.3060 Combinatorics
+1204.3069 Information Theory
+1204.3072 Optimization and Control
+1204.3080 Probability
+1204.3081 Complex Variables
+1204.3082 Cosmology and Nongalactic Astrophysics
+math/0506611 Algebraic Geometry
+0801.0261 Algebraic Geometry
+0808.1033
+0810.0109 Mesoscale and Nanoscale Physics
+0906.1021
+1002.1821 Statistical Mechanics
+1005.5486 Strongly Correlated Electrons
+1008.0608 Other Condensed Matter
+1008.2083 Materials Science
+1008.3590 Superconductivity
+1008.3672 Data Structures and Algorithms
+1010.1726 Probability
+1010.4777
+1010.6278 Combinatorics
+1011.1832 Spectral Theory
+1012.3726 Probability
+1101.3752
+1103.1537 Disordered Systems and Neural Networks
+1103.1545 Analysis of PDEs
+1104.1196
+1104.3933 Group Theory
+1105.4881 Algebraic Geometry
+1106.1402 Disordered Systems and Neural Networks
+1106.2534 Instrumentation and Methods for Astrophysics
+1106.3817
+1106.3863 Disordered Systems and Neural Networks
+1106.4616 Algebraic Geometry
+1106.5283
+1106.6031 Numerical Analysis
+1108.1851 Statistics Theory
+1108.2093 Theory
+1108.3040 Cosmology and Nongalactic Astrophysics
+1108.3169 Solar and Stellar Astrophysics
+1108.4318
+1108.6143 Combinatorics
+1110.0706 Superconductivity
+1110.5176 Information Theory
+1111.4814 Algebraic Geometry
+1111.5454 Social and Information Networks
+1111.6385 Theory
+1111.6631 Quantitative Methods
+1111.6644 Populations and Evolution
+1112.2113 Artificial Intelligence
+1112.2874 Superconductivity
+1112.3285
+1201.1021 Functional Analysis
+1201.1734 Strongly Correlated Electrons
+1201.2758 Analysis of PDEs
+1201.3709 Soft Condensed Matter
+1201.6470 Mesoscale and Nanoscale Physics
+1202.0768 Functional Analysis
+1202.2415
+1202.2841 Phenomenology
+1202.3523
+1202.3651 Combinatorics
+1202.3772 Learning
+1203.2319 Mesoscale and Nanoscale Physics
+1203.3233 Analysis of PDEs
+1203.3901 Analysis of PDEs
+1203.4569 Strongly Correlated Electrons
+1203.4784 Representation Theory
+1203.5980 Mesoscale and Nanoscale Physics
+1204.1064 Theory
+1204.1103 Quantum Gases
+1204.1295 Analysis of PDEs
+1204.1654 Representation Theory
+1204.2239 Instrumentation and Detectors
+1204.2424 Phenomenology
+1204.3806 Physics and Society
+1204.5047 Mesoscale and Nanoscale Physics
+1204.6381 Strongly Correlated Electrons
+1204.6724 Accelerator Physics
+1205.2373 Cosmology and Nongalactic Astrophysics
+1205.2374 Cosmology and Nongalactic Astrophysics
+1205.2902
+1205.3530 Strongly Correlated Electrons
+1205.3640 Strongly Correlated Electrons
+1205.5591 Mesoscale and Nanoscale Physics
+1205.6090 Soft Condensed Matter
+1205.6922 Strongly Correlated Electrons
+1206.1154
+1206.2224 Mesoscale and Nanoscale Physics
+1206.2964 Superconductivity
+1206.4706 Superconductivity
+1206.4944 Phenomenology
+1206.5100
+1206.6801 High Energy Astrophysical Phenomena
+1206.6983 Materials Science
+1207.0756
+1207.0878 Experiment
+1207.1525 Strongly Correlated Electrons
+1207.1688
+1207.2310 Materials Science
+1207.2314 Strongly Correlated Electrons
+1207.2898
+1207.2909
+1207.4008 Disordered Systems and Neural Networks
+1207.4214 Dynamical Systems
+1207.4988 Statistics Theory
+1207.5424 Phenomenology
+1207.6044 Statistical Mechanics
+1207.6462
+1207.7095 Theory
+1207.7168 Optics
+1207.7297 Phenomenology
+1208.0613 Biomolecules
+1208.5618 Quantum Gases
+1208.5863 Optics
+1208.6576 High Energy Astrophysical Phenomena
+1209.2617 Programming Languages
+1209.2754
+1209.3599 Mesoscale and Nanoscale Physics
+1209.5197 Number Theory
+1209.5294 Strongly Correlated Electrons
+1209.6247 Materials Science
+1209.6397 Superconductivity
+1209.6480 Experiment
+1210.1144 Statistics Theory
+1210.1524 Computers and Society
+1210.2265 Plasma Physics
+1210.2282 Programming Languages
+1210.2471 Earth and Planetary Astrophysics
+1210.2559 Theory
+1210.2592 Information Theory
+1210.2675 Analysis of PDEs
+1210.2715 Artificial Intelligence
+1210.2716 Cosmology and Nongalactic Astrophysics
+1210.2719 Instrumentation and Methods for Astrophysics
+1210.2726 Algebraic Geometry
+1210.2728 Instrumentation and Methods for Astrophysics
+1210.2729 Instrumentation and Methods for Astrophysics
+1210.2730 Instrumentation and Methods for Astrophysics
+1210.2733 Theory
+1210.2734 Instrumentation and Methods for Astrophysics
+1210.2737 Operator Algebras
+1210.2742
+1210.2744
+1210.2751 Instrumentation and Methods for Astrophysics
+1210.2752 Physics and Society
+1210.2763 Mesoscale and Nanoscale Physics
+1210.2767 Solar and Stellar Astrophysics
+1210.2769 Strongly Correlated Electrons
+1210.2770 Fluid Dynamics
+1210.2775 Geometric Topology
+1210.2790 Analysis of PDEs
+1210.2795 Algebraic Topology
+1210.2797 Geometric Topology
+1210.2801 Combinatorics
+1210.2806 Optimization and Control
+1210.2809 Statistics Theory
+1210.2816 Probability
+1210.2826 Computer Vision and Pattern Recognition
+1210.2828
+1210.2832 Rings and Algebras
+1210.2833 Phenomenology
+1210.2838 Computer Vision and Pattern Recognition
+1210.2844 Rings and Algebras
+1210.2847 Mesoscale and Nanoscale Physics
+1210.2849 Analysis of PDEs
+1210.2850 Genomics
+1210.2856
+1210.2857 Distributed, Parallel, and Cluster Computing
+1210.2864 Programming Languages
+1210.2867 Optics
+1210.2871 Combinatorics
+1210.2872 Databases
+1210.2875 Mesoscale and Nanoscale Physics
+1210.2877 Computer Vision and Pattern Recognition
+1210.2880 Earth and Planetary Astrophysics
+1210.2881 Analysis of PDEs
+1210.2882 Systems and Control
+1210.2884
+1210.2885 Combinatorics
+1210.2889 Superconductivity
+1210.2890 Logic in Computer Science
+1210.2892 Solar and Stellar Astrophysics
+1210.2897 Systems and Control
+1210.2899 High Energy Astrophysical Phenomena
+1210.2900 Optics
+1210.2905 Geometric Topology
+1210.2906 Data Structures and Algorithms
+1210.2907 Instrumentation and Detectors
+1210.2911 Computer Science and Game Theory
+1210.2912 Number Theory
+1210.2914 Functional Analysis
+1210.2929 History and Overview
+1210.2930 General Mathematics
+1210.2932
+1210.2934 Cryptography and Security
+1210.2935 Systems and Control
+1210.2938
+1210.2940 Networking and Internet Architecture
+1210.2941 Disordered Systems and Neural Networks
+1210.2943 Human-Computer Interaction
+1210.2944 Neurons and Cognition
+1210.2945 Human-Computer Interaction
+1210.2950 Symbolic Computation
+1210.2951 Symbolic Computation
+1210.2952 High Energy Astrophysical Phenomena
+1210.2953 Methodology
+1210.2954 Methodology
+1210.2957 Differential Geometry
+1210.2958
+1210.2959 Human-Computer Interaction
+1210.2962 Differential Geometry
+1210.2963 Solar and Stellar Astrophysics
+1210.2964 Operator Algebras
+1210.2968 Phenomenology
+1210.2970 Fluid Dynamics
+1210.2971 Cryptography and Security
+1210.2973
+1210.2977 Cryptography and Security
+1210.2981 Soft Condensed Matter
+1210.2985 Fluid Dynamics
+1210.2989
+1210.2991 Number Theory
+1210.2992 Superconductivity
+1210.2993 Molecular Networks
+1210.2999 Mesoscale and Nanoscale Physics
+1210.3008 Phenomenology
+1210.3009 Rings and Algebras
+1210.3010 Classical Analysis and ODEs
+1210.3011 Phenomenology
+1210.3012 Information Theory
+quant-ph/0612155
+0705.3190 K-Theory and Homology
+0706.2384 Number Theory
+0708.0017 Theory
+0710.1017 Rings and Algebras
+0710.3473 Applications
+0801.0033 K-Theory and Homology
+0804.1460 Rings and Algebras
+0806.1212 Rings and Algebras
+0806.2829
+0806.4643 Functional Analysis
+0808.0158 Algebraic Geometry
+0808.3328 Disordered Systems and Neural Networks
+0902.4192 Category Theory
+0903.1055 Materials Science
+0906.4416 Materials Science
+0912.1891 Theory
+1001.0195 Functional Analysis
+1003.1270 Phenomenology
+1004.3019 Number Theory
+1006.0892 Mesoscale and Nanoscale Physics
+1006.1691
+1006.5009 Cosmology and Nongalactic Astrophysics
+1007.0311
+1007.2805 Algebraic Topology
+1007.5140 Group Theory
+1008.0129
+1008.1715 Databases
+1008.3646 Combinatorics
+1009.0081 Strongly Correlated Electrons
+1009.3454 Category Theory
+1009.4329 Algebraic Topology
+1010.1783 Cosmology and Nongalactic Astrophysics
+1010.2167 Combinatorics
+1010.2485 Cosmology and Nongalactic Astrophysics
+1010.3717 Theory
+1010.4299 Cosmology and Nongalactic Astrophysics
+1011.0991 Cosmology and Nongalactic Astrophysics
+1011.4141 Commutative Algebra
+1011.5717 Algebraic Topology
+1011.6116 Atomic Physics
+1012.3764 General Physics
+1012.5801 Number Theory
+1012.5991 Number Theory
+1101.2598
+1103.2221 Probability
+1103.2627 High Energy Astrophysical Phenomena
+1103.4240
+1103.5472 Phenomenology
+1104.1542 Statistical Mechanics
+1104.3055 Formal Languages and Automata Theory
+1104.3934 Phenomenology
+1104.4116 Cosmology and Nongalactic Astrophysics
+1104.4348 Cosmology and Nongalactic Astrophysics
+1104.5484 Lattice
+1105.0587
+1105.1612 Exactly Solvable and Integrable Systems
+1105.4177 Cosmology and Nongalactic Astrophysics
+1106.2439 Strongly Correlated Electrons
+1106.2553 Cosmology and Nongalactic Astrophysics
+1106.3986 Strongly Correlated Electrons
+1106.4581 Dynamical Systems
+1106.6193 Quantum Gases
+1107.1507 Subcellular Processes
+1107.1930 Lattice
+1107.2694 Classical Analysis and ODEs
+1107.2813 Differential Geometry
+1107.4385
+1108.4115 Optimization and Control
+1108.5292 Probability
+1108.5551 Theory
+1109.1331 Materials Science
+1109.1335 Materials Science
+1109.1337 Combinatorics
+1109.1591 Quantum Gases
+1109.4108 Superconductivity
+1109.4772 Differential Geometry
+1109.5594 Number Theory
+1109.5702 Mesoscale and Nanoscale Physics
+1110.3081
+1110.4289 Soft Condensed Matter
+1110.4305
+1110.6134
+1110.6511 Optics
+1110.6707
+1111.1447 Mesoscale and Nanoscale Physics
+1111.3564 Statistical Mechanics
+1111.4773 Experiment
+1111.4953 Lattice
+1111.5465 High Energy Astrophysical Phenomena
+1111.5729
+1111.6021 Mesoscale and Nanoscale Physics
+1111.6490 High Energy Astrophysical Phenomena
+1111.7050 Phenomenology
+1112.1692 Cosmology and Nongalactic Astrophysics
+1112.3721 Commutative Algebra
+1112.4512 Algebraic Geometry
+1112.5811 Algebraic Topology
+1201.0781 Differential Geometry
+1201.1431 Methodology
+1201.3386 Materials Science
+1201.4657 Instrumentation and Detectors
+1201.5222 Theory
+1201.5385 Classical Analysis and ODEs
+1201.5388 Materials Science
+1201.5399 Astrophysics of Galaxies
+1201.5402 High Energy Astrophysical Phenomena
+1201.5403 Classical Analysis and ODEs
+1201.5413 Instrumentation and Methods for Astrophysics
+1201.5414 Operator Algebras
+1201.5417 Superconductivity
+1201.5418 Logic in Computer Science
+1201.5433
+1201.5436 Geometric Topology
+1201.5439 Dynamical Systems
+1201.5440 Soft Condensed Matter
+1201.5443 Cryptography and Security
+1201.5445 Exactly Solvable and Integrable Systems
+1201.5450 Robotics
+1201.5451 Symplectic Geometry
+1201.5453 Instrumentation and Detectors
+1201.5456 Analysis of PDEs
+1201.5459 History and Philosophy of Physics
+1201.5461
+1201.5462 High Energy Astrophysical Phenomena
+1201.5463 Differential Geometry
+1201.5464 Algebraic Geometry
+1201.5467 Materials Science
+1201.5468 Superconductivity
+1201.5471 Functional Analysis
+1201.5472 Artificial Intelligence
+1201.5473 Representation Theory
+1201.5474 Solar and Stellar Astrophysics
+1201.5475 Dynamical Systems
+1201.5482 Solar and Stellar Astrophysics
+1201.5487 Representation Theory
+1201.5488 Phenomenology
+1201.5493 Soft Condensed Matter
+1201.5500 Functional Analysis
+1201.5505 Group Theory
+1201.5507 Statistics Theory
+1201.5511 Phenomenology
+1201.5513 Data Structures and Algorithms
+1201.5514 Materials Science
+1201.5515 Statistics Theory
+1201.5516 Statistics Theory
+1201.5517 Statistics Theory
+1201.5518 Adaptation and Self-Organizing Systems
+1201.5520 Statistics Theory
+1201.5521 Statistics Theory
+1201.5523 Probability
+1201.5525 Phenomenology
+1201.5528 Statistics Theory
+1201.5529 Discrete Mathematics
+1201.5533
+1201.5535 General Mathematics
+1201.5536 History and Philosophy of Physics
+1201.5538 Probability
+1201.5543 Popular Physics
+1201.5549 Mesoscale and Nanoscale Physics
+1201.5550 Theory
+1201.5553 Chaotic Dynamics
+1201.5558 Classical Analysis and ODEs
+1201.5559 Rings and Algebras
+1201.5561 Classical Physics
+1201.5562 Fluid Dynamics
+1201.5568 Methodology
+1201.5570 Complex Variables
+1201.5577 Experiment
+1201.5585
+1201.5587 Analysis of PDEs
+1201.5589
+1201.5592 Functional Analysis
+1201.5602
+1201.5603 Information Theory
+1201.5625
+1201.5631 History and Overview
+1201.5633 History and Overview
+1201.5635 Probability
+astro-ph/0703576
+cond-mat/0007093
+cond-mat/0603335 Other Condensed Matter
+math/0410577 Spectral Theory
+math/0507124 Geometric Topology
+math/0607529 Quantum Algebra
+math/0612633 Quantum Algebra
+0710.4957 Statistical Mechanics
+0803.0925 Optimization and Control
+0804.3146 History and Philosophy of Physics
+0805.0278 Optimization and Control
+0806.4709 Classical Analysis and ODEs
+0903.4006 Number Theory
+0903.4007 Number Theory
+0903.5176 Theory
+0903.5445 Differential Geometry
+0907.1200 Quantum Gases
+0910.2051 Number Theory
+0910.2052 Number Theory
+0910.3417 Number Theory
+0911.1330 Mesoscale and Nanoscale Physics
+0911.1540 General Physics
+0912.3056 Functional Analysis
+1001.3661 Discrete Mathematics
+1003.3632 Probability
+1003.3994 Number Theory
+1004.2962 Superconductivity
+1005.1515 Analysis of PDEs
+1005.1789 Geometric Topology
+1005.2674 Phenomenology
+1005.4668 High Energy Astrophysical Phenomena
+1006.0930 Number Theory
+1007.2361 Group Theory
+1007.2758 Statistics Theory
+1009.3485 Algebraic Geometry
+1009.5351
+1010.1848 Functional Analysis
+1010.5945
+1011.4627 General Physics
+1012.4615 Commutative Algebra
+1101.0434 Statistics Theory
+1102.1493 Number Theory
+1102.2470
+1102.4920
+1103.0939 History and Philosophy of Physics
+1103.4848 Probability
+1105.4049 Optimization and Control
+1106.0466 Molecular Networks
+1106.2341 Geometric Topology
+1106.2854 Logic
+1106.3158 Probability
+1107.0504 Representation Theory
+1107.2340 Combinatorics
+1108.1073 Atomic Physics
+1108.2735 Analysis of PDEs
+1108.5045 Theory
+1109.0463 Superconductivity
+1109.1571 Algebraic Geometry
+1109.4860 Probability
+1109.6647 Disordered Systems and Neural Networks
+1110.2749 Analysis of PDEs
+1110.3021 Quantum Gases
+1111.0623 Data Structures and Algorithms
+1111.1506 Functional Analysis
+1111.5215 General Physics
+1111.5762 Materials Science
+1111.6365 Superconductivity
+1111.6699 Algebraic Topology
+1111.6952 Analysis of PDEs
+1112.0012 Solar and Stellar Astrophysics
+1112.0282 Experiment
+1112.4500 Plasma Physics
+1112.5197 Plasma Physics
+1112.5309 Artificial Intelligence
+1112.6402 Phenomenology
+1201.0755 Cosmology and Nongalactic Astrophysics
+1201.2057 Group Theory
+1201.3273 Discrete Mathematics
+1201.6652 Distributed, Parallel, and Cluster Computing
+1202.0729 Number Theory
+1202.3255 Databases
+1202.3968 Atomic Physics
+1202.4246 Probability
+1203.4171 Experiment
+1203.4469 Lattice
+1203.4770
+1203.5537 Earth and Planetary Astrophysics
+1203.5950 Applications
+1203.6329 Computer Vision and Pattern Recognition
+1204.3564 Quantum Gases
+1204.4124 Theory
+1204.4186 Phenomenology
+1204.4336 Phenomenology
+1204.4406 Theory
+1204.5170
+1204.5721 Learning
+1204.5765 Mesoscale and Nanoscale Physics
+1204.5931
+1204.6685 Theory
+1205.0069 Theory
+1205.3164 Phenomenology
+1205.3463 Algebraic Geometry
+1205.4154
+1205.4186 Atomic Physics
+1205.5430 Group Theory
+1205.6326 Machine Learning
+1206.0313 Statistics Theory
+1206.0741 Mesoscale and Nanoscale Physics
+1206.1528 Theory
+1206.1538 Theory
+1206.2210 Cosmology and Nongalactic Astrophysics
+1206.2882 Instrumentation and Detectors
+1206.2933
+1206.3726 Rings and Algebras
+1206.3759 Strongly Correlated Electrons
+1206.4348
+1206.4937 Methodology
+1206.5965 Mesoscale and Nanoscale Physics
+1206.5994 Mesoscale and Nanoscale Physics
+1207.0438 Phenomenology
+1207.0739 Physics and Society
+1207.0981 Data Analysis, Statistics and Probability
+1207.1259 Mesoscale and Nanoscale Physics
+1207.1967 Phenomenology
+1207.3480 Number Theory
+1207.3697 Materials Science
+1207.6949 Fluid Dynamics
+1207.7193 Information Theory
+1208.0322 Experiment
+1208.0937 Materials Science
+1208.1104 Mesoscale and Nanoscale Physics
+1208.1664 Strongly Correlated Electrons
+1208.1858 Lattice
+1208.2206 Quantum Gases
+1208.2374 Hardware Architecture
+1208.3888
+1208.4163 Cosmology and Nongalactic Astrophysics
+1208.4445 Analysis of PDEs
+1208.5010 Numerical Analysis
+1208.5011 Numerical Analysis
+1208.5058 Number Theory
+1208.6179 Physics and Society
+1209.0101 Earth and Planetary Astrophysics
+1209.0172 Experiment
+1209.0292 Mesoscale and Nanoscale Physics
+1209.0813 Populations and Evolution
+1209.0944 Atomic Physics
+1209.1313 Phenomenology
+1209.1475 Phenomenology
+1209.2108 Atomic Physics
+1209.3233 Number Theory
+1209.5415
+1209.6103 Combinatorics
+1209.6249 Materials Science
+1209.6559 General Physics
+1210.1154 Astrophysics of Galaxies
+1210.1440 Strongly Correlated Electrons
+1210.1830 Operator Algebras
+1210.2184 Group Theory
+1210.2355 Cosmology and Nongalactic Astrophysics
+1210.2438 Lattice
+1210.2956 Combinatorics
+1210.3073
+1210.3399 Phenomenology
+1210.3560 Computer Science and Game Theory
+1210.4320 Mesoscale and Nanoscale Physics
+1210.4386 Materials Science
+1210.5987 General Finance
+1210.6002 Solar and Stellar Astrophysics
+1210.6467
+1210.6771 Superconductivity
+1210.6800 Computers and Society
+1210.7253 Combinatorics
+1210.7369 Algebraic Geometry
+1210.7376 Geophysics
+1210.7381 Probability
+1210.7737 Lattice
+1210.7764 Differential Geometry
+1210.8080 Atomic and Molecular Clusters
+1210.8144 Popular Physics
+1210.8174 Digital Libraries
+1210.8206 Representation Theory
+1210.8230 Probability
+1210.8257 Experiment
+1211.0141 Combinatorics
+1211.0517 Statistics Theory
+1211.0540 Numerical Analysis
+1211.0541 Mesoscale and Nanoscale Physics
+1211.0551 Materials Science
+1211.0553 Materials Science
+1211.0555 Materials Science
+1211.0556 Solar and Stellar Astrophysics
+1211.0557 Performance
+1211.0561 Number Theory
+1211.0565 Lattice
+1211.0567 Numerical Analysis
+1211.0568 Lattice
+1211.0569 Analysis of PDEs
+1211.0570 Experiment
+1211.0575 Networking and Internet Architecture
+1211.0579 Representation Theory
+1211.0582 Mathematical Software
+1211.0583 Cosmology and Nongalactic Astrophysics
+1211.0595 Instrumentation and Methods for Astrophysics
+1211.0596 Combinatorics
+1211.0601
+1211.0602 Computer Vision and Pattern Recognition
+1211.0605
+1211.0620 Networking and Internet Architecture
+1211.0623 Analysis of PDEs
+1211.0628 Pattern Formation and Solitons
+1211.0629
+1211.0631 Dynamical Systems
+1211.0633 Rings and Algebras
+1211.0635 Differential Geometry
+1211.0639 Number Theory
+1211.0642 Functional Analysis
+1211.0645 Other Computer Science
+1211.0647 Phenomenology
+1211.0648 Dynamical Systems
+1211.0651 Cryptography and Security
+1211.0652 Combinatorics
+1211.0653 Optics
+1211.0655 Fluid Dynamics
+1211.0656 Physics and Society
+1211.0658 Information Theory
+1211.0659 Fluid Dynamics
+1211.0660 Neural and Evolutionary Computing
+1211.0662 Soft Condensed Matter
+1211.0663 Representation Theory
+1211.0664 Lattice
+1211.0665 Computational Complexity
+1211.0666 Optimization and Control
+1211.0669 Chemical Physics
+1211.0671 Quantum Algebra
+1211.0675 Soft Condensed Matter
+1211.0678 Analysis of PDEs
+1211.0679 Cosmology and Nongalactic Astrophysics
+1211.0685 Solar and Stellar Astrophysics
+1211.0687 Algebraic Geometry
+1211.0689 Information Retrieval
+1211.0690
+1211.0691 High Energy Astrophysical Phenomena
+1211.0693 Solar and Stellar Astrophysics
+1211.0694 Cosmology and Nongalactic Astrophysics
+1211.0695 Cosmology and Nongalactic Astrophysics
+1211.0702 Materials Science
+1211.0704 Networking and Internet Architecture
+1211.0705
+1211.0707 Numerical Analysis
+1211.0709 Social and Information Networks
+1211.0712 Lattice
+1211.0715 Plasma Physics
+1211.0716 Other Computer Science
+1211.0720 Logic
+1211.0724 Number Theory
+1211.0727 Methodology
+1211.0728 Physics and Society
+1211.0730 Neural and Evolutionary Computing
+1211.0732 Combinatorics
+1211.0734 Commutative Algebra
+1211.0736 Social and Information Networks
+1211.0738 Commutative Algebra
+1211.0743 Lattice
+1211.0744 Algebraic Geometry
+1211.0749 Artificial Intelligence
+1211.0757 Machine Learning
+1211.0761 Logic
+1211.0764 Differential Geometry
+1211.0768 Numerical Analysis
+1211.0773
+1211.0780 Statistical Mechanics
+1211.0781 Classical Physics
+1211.0783 Functional Analysis
+1211.0785 Lattice
+1211.0787 Complex Variables
+1211.0788 Number Theory
+1211.0789 Superconductivity
+1211.0792 Lattice
+1211.0793 Combinatorics
+1211.0794 History and Overview
+1211.0795 Analysis of PDEs
+1211.0801 Statistics Theory
+1211.0806 Statistics Theory
+1211.0808 Statistics Theory
+1211.0809 Solar and Stellar Astrophysics
+1211.0811 Statistics Theory
+1211.0813 Statistics Theory
+1211.0815 Computation
+1211.0817 Statistics Theory
+1211.0827 Operator Algebras
+1211.0831 High Energy Astrophysical Phenomena
+1211.0835 Statistics Theory
+1211.0842 Commutative Algebra
+1211.0850 Chaotic Dynamics
+1211.0851 Soft Condensed Matter
+1211.0858 Materials Science
+1211.0868 Phenomenology
+1211.0872 Information Theory
+1211.0879 Machine Learning
+1211.0886 Human-Computer Interaction
+1211.0888
+1211.0894 Analysis of PDEs
+1211.0895 Number Theory
+1211.0896 Statistical Mechanics
+1211.0897 Systems and Control
+1211.0902 General Physics
+1211.0907 Numerical Analysis
+1211.0915 History and Philosophy of Physics
+1211.0924 General Physics
+1211.0932 Machine Learning
+1211.0934 Instrumentation and Methods for Astrophysics
+1211.0935 Analysis of PDEs
+1211.0941 Rings and Algebras
+1211.0945 Rings and Algebras
+1211.0947 Neurons and Cognition
+1211.0954 Networking and Internet Architecture
+1211.0956 Lattice
+1211.0957 Computational Engineering, Finance, and Science
+1211.0962 General Physics
+1211.0963 Cryptography and Security
+1211.0973 Differential Geometry
+1211.0974 Populations and Evolution
+1211.0975 Data Structures and Algorithms
+1211.0981 Rings and Algebras
+1211.0984 Mesoscale and Nanoscale Physics
+1211.0990 Biological Physics
+1211.0998 Representation Theory
+math/0201314 Representation Theory
+math/0207285 Classical Analysis and ODEs
+math/0304253 Functional Analysis
+math/0411173 Optimization and Control
+math/0509140 Optimization and Control
+math/0607196 Number Theory
+math/0607199 Number Theory
+math/0612348 Number Theory
+nlin/0407062 Exactly Solvable and Integrable Systems
+0705.1727 Algebraic Geometry
+0705.1966 Theory
+0706.1674
+0706.2303
+0707.4630 Other Condensed Matter
+0710.1717
+0710.4126 Strongly Correlated Electrons
+0711.3244
+0803.2809 Number Theory
+0812.4822 Metric Geometry
+0901.0055 Information Theory
+0902.0089 Cell Behavior
+0908.0349 Quantum Algebra
+0910.4548 Theory
+0911.0236 Algebraic Geometry
+0912.4412 Number Theory
+1001.2096 Dynamical Systems
+1003.2359 General Physics
+1003.3688 Mesoscale and Nanoscale Physics
+1003.5289 Number Theory
+1004.0241 Rings and Algebras
+1004.0777 Networking and Internet Architecture
+1007.0142 Plasma Physics
+1007.1234 Optimization and Control
+1007.5124 Number Theory
+1008.4544 Representation Theory
+1009.1100 Statistical Finance
+1011.0833 Phenomenology
+1011.1424 Probability
+1011.3172 Analysis of PDEs
+1011.4364 Symplectic Geometry
+1101.0736 Statistics Theory
+1101.1774 Theory
+1101.2754 Group Theory
+1101.2815 Optimization and Control
+1101.3657 Analysis of PDEs
+1101.4325
+1101.4693 Algebraic Geometry
+1102.0903 Number Theory
+1102.1185
+1102.3031 Number Theory
+1102.4705 Number Theory
+1102.5519 Functional Analysis
+1103.0902 Number Theory
+1103.0926 Number Theory
+1103.2879 Number Theory
+1104.1358 Number Theory
+1104.3916
+1104.4079 Computation
+1105.0827 Number Theory
+1105.0866 Neurons and Cognition
+1105.1402 Differential Geometry
+1105.1410 Mesoscale and Nanoscale Physics
+1105.2801 Pattern Formation and Solitons
+1105.3767 General Physics
+1105.3988 Phenomenology
+1105.5049
+1105.5264
+1105.6329 Molecular Networks
+1106.1332 Superconductivity
+1106.1713 Strongly Correlated Electrons
+1106.1886
+1106.4661
+1107.0585 Mesoscale and Nanoscale Physics
+1107.1945 Networking and Internet Architecture
+1107.3310
+1107.3868 Materials Science
+1107.5124 Neurons and Cognition
+1107.6007 Other Condensed Matter
+1108.1286 Mesoscale and Nanoscale Physics
+1108.1423
+1108.2604 Populations and Evolution
+1108.2874 Quantum Algebra
+1108.4695 Quantum Gases
+1108.6059
+1109.0474 Strongly Correlated Electrons
+1109.0925 Complex Variables
+1109.2581 Strongly Correlated Electrons
+1109.2613 Networking and Internet Architecture
+1109.4650
+1109.5241 Optimization and Control
+1109.5990 Physics and Society
+1109.5993 Functional Analysis
+1109.6166 Computer Science and Game Theory
+1109.6546
+1110.0605 Category Theory
+1110.0818 Representation Theory
+1110.0888 Lattice
+1110.1440
+1110.2541 Algebraic Geometry
+1110.3024 Disordered Systems and Neural Networks
+1110.3067
+1110.4893 Mesoscale and Nanoscale Physics
+1110.4925 Social and Information Networks
+1110.5046 Phenomenology
+1110.5322 General Physics
+1110.5587 Phenomenology
+1110.5591 Strongly Correlated Electrons
+1111.0541 Strongly Correlated Electrons
+1111.0642 Adaptation and Self-Organizing Systems
+1111.0734
+1111.0760
+1111.0935
+1111.2906 Quantum Gases
+1111.3853 General Physics
+1111.5415 Superconductivity
+1111.5428 Differential Geometry
+1111.5882 Materials Science
+1111.6472 Superconductivity
+1111.6799 Phenomenology
+1112.0005 Cosmology and Nongalactic Astrophysics
+1112.2633 Superconductivity
+1112.3723 Statistical Mechanics
+1112.4199 Quantum Gases
+1112.4469 Disordered Systems and Neural Networks
+1112.4676 Soft Condensed Matter
+1112.4745 Biological Physics
+1112.4898 Experiment
+1112.5252 Social and Information Networks
+1112.5820 Metric Geometry
+1112.6383 Quantum Algebra
+1112.6392 Quantum Gases
+1201.0171 Combinatorics
+1201.0186 Statistical Mechanics
+1201.0860
+1201.1435 Strongly Correlated Electrons
+1201.2656 Mesoscale and Nanoscale Physics
+1201.3334 Disordered Systems and Neural Networks
+1201.3895
+1201.4817 General Physics
+1201.5259 Other Condensed Matter
+1201.5963 Number Theory
+1201.6279 Mesoscale and Nanoscale Physics
+1202.1015
+1202.1190 Theory
+1202.1380 Chemical Physics
+1202.3214 Statistical Mechanics
+1202.3935 Quantum Gases
+1202.4178 Mesoscale and Nanoscale Physics
+1202.4453 Cosmology and Nongalactic Astrophysics
+1202.4861 Phenomenology
+1202.5282 Cryptography and Security
+1202.5367 Superconductivity
+1202.5468 Differential Geometry
+1202.5881 Superconductivity
+1202.6388 Neurons and Cognition
+1203.0303 Theory
+1203.0582 Theory
+1203.1251 Systems and Control
+1203.1305 Quantum Gases
+1203.2554 Complex Variables
+1203.2974
+1203.3365 Phenomenology
+1203.6025 Systems and Control
+1203.6262
+1204.0417 Other Condensed Matter
+1204.0577 Materials Science
+1204.2100 Strongly Correlated Electrons
+1204.2500
+1204.3162 Cosmology and Nongalactic Astrophysics
+1204.3318 General Physics
+1204.3470 High Energy Astrophysical Phenomena
+1204.3554 Systems and Control
+1204.6269 Statistical Mechanics
+1204.6325 Human-Computer Interaction
+1204.6379
+1205.0213 Optimization and Control
+1205.2204 History and Overview
+1205.3004 Metric Geometry
+1205.3992 Superconductivity
+1205.4189 Experiment
+1205.4271 Optimization and Control
+1205.4360 Geophysics
+1205.4806 Differential Geometry
+1205.4960 Group Theory
+1205.5145 Quantum Gases
+1205.5217 Number Theory
+1205.5264 Probability
+1205.5575 Probability
+1205.5613 Group Theory
+1205.5997 Analysis of PDEs
+1205.6235 Group Theory
+1205.6242 Combinatorics
+1205.6255 Number Theory
+1205.6304 Cosmology and Nongalactic Astrophysics
+1205.6357 High Energy Astrophysical Phenomena
+1205.6690 Classical Analysis and ODEs
+1205.6707 Dynamical Systems
+1205.6764 Soft Condensed Matter
+1206.0207
+1206.0259 Artificial Intelligence
+1206.0294 Experiment
+1206.0305 Networking and Internet Architecture
+1206.0306
+1206.0309 Rings and Algebras
+1206.0311 Neurons and Cognition
+1206.0312 Quantitative Methods
+1206.0317 Combinatorics
+1206.0321 Exactly Solvable and Integrable Systems
+1206.0322
+1206.0323 Networking and Internet Architecture
+1206.0324 Quantitative Methods
+1206.0331
+1206.0333 Learning
+1206.0335 Information Retrieval
+1206.0340 Number Theory
+1206.0348 Statistical Mechanics
+1206.0350 Complex Variables
+1206.0351 Instrumentation and Methods for Astrophysics
+1206.0354 Classical Physics
+1206.0358 Representation Theory
+1206.0359 Adaptation and Self-Organizing Systems
+1206.0361 Software Engineering
+1206.0362 Quantitative Methods
+1206.0363 Solar and Stellar Astrophysics
+1206.0367 Combinatorics
+1206.0369 Metric Geometry
+1206.0371 Probability
+1206.0373 Software Engineering
+1206.0375 Computational Complexity
+1206.0376 Information Theory
+1206.0377 Computation and Language
+1206.0381 Computation and Language
+1206.0383 Functional Analysis
+1206.0386 Mesoscale and Nanoscale Physics
+1206.0389 Fluid Dynamics
+1206.0390
+1206.0391
+1206.0392 Machine Learning
+1206.0393 Machine Learning
+1206.0396 Operating Systems
+1206.0397 Computational Physics
+1206.0400 Superconductivity
+1206.0405 General Physics
+1206.0410 Quantum Algebra
+1206.0415 Materials Science
+1206.0418 Information Theory
+1206.0419 Distributed, Parallel, and Cluster Computing
+1206.0420 Networking and Internet Architecture
+1206.0423 Functional Analysis
+1206.0425 Other Computer Science
+1206.0430 Networking and Internet Architecture
+1206.0431 High Energy Astrophysical Phenomena
+1206.0443 Representation Theory
+1206.0447 Other Computer Science
+1206.0450 General Finance
+1206.0454 Algebraic Geometry
+1206.0455 Quantum Algebra
+1206.0456 Cell Behavior
+1206.0457 Statistics Theory
+1206.0459 Statistics Theory
+1206.0462
+1206.0463 Functional Analysis
+1206.0469 Computer Science and Game Theory
+1206.0473 General Topology
+1206.0479 Functional Analysis
+1206.0481 Cosmology and Nongalactic Astrophysics
+1206.0490 Group Theory
+1206.0492 Functional Analysis
+1206.0494 Optics
+1206.0495 Analysis of PDEs
+1206.0496 Statistical Finance
+1206.0501 Chemical Physics
+1206.0503 Combinatorics
+1206.0510 Soft Condensed Matter
+1206.0511 Combinatorics
+1206.0513 Numerical Analysis
+1206.0514 Computational Geometry
+1206.0517 Differential Geometry
+1206.0520 Phenomenology
+1206.0522 Representation Theory
+1206.0529 Cell Behavior
+1206.0531 Combinatorics
+1206.0536 Quantitative Methods
+1206.0541 Strongly Correlated Electrons
+1206.0544 Phenomenology
+1206.0553 Number Theory
+1206.0555 Robotics
+1206.0556 Robotics
+1206.0557 Earth and Planetary Astrophysics
+1206.0560 Neurons and Cognition
+1206.0561 Statistical Mechanics
+1206.0566 Metric Geometry
+1206.0567
+1206.0570 Digital Libraries
+1206.0571
+1206.0572 Fluid Dynamics
+1206.0573 Accelerator Physics
+1206.0578 Cosmology and Nongalactic Astrophysics
+1206.0579 Superconductivity
+1206.0580 Data Structures and Algorithms
+1206.0582
+1206.0583 Probability
+1206.0585 Dynamical Systems
+1206.0587 Group Theory
+1206.0588 Instrumentation and Methods for Astrophysics
+1206.0591 Mesoscale and Nanoscale Physics
+1206.0595 Instrumentation and Methods for Astrophysics
+1206.0596 General Physics
+1206.0599 High Energy Astrophysical Phenomena
+1206.0602 Solar and Stellar Astrophysics
+1206.0604 Computers and Society
+1206.0605 Probability
+1206.0606 Number Theory
+1206.0609 Distributed, Parallel, and Cluster Computing
+1206.0613 Statistics Theory
+1206.0616 Molecular Networks
+1206.0627 Phenomenology
+1206.0629 Data Structures and Algorithms
+1206.0631 Analysis of PDEs
+1206.0632 Soft Condensed Matter
+1206.0633 Probability
+1206.0636 Phenomenology
+1206.0642 Complex Variables
+1206.0651 Functional Analysis
+1206.0659 Experiment
+1206.0663 Information Theory
+1206.0666 Optics
+1206.0669 Geometric Topology
+1206.0670 Representation Theory
+1206.0681 Other Computer Science
+1206.0686 General Mathematics
+1206.0693 Algebraic Topology
+1206.0698
+1206.0702 Chemical Physics
+1206.0707 Probability
+1206.0712 Solar and Stellar Astrophysics
+1206.0715 Portfolio Management
+cond-mat/0603376 Strongly Correlated Electrons
+math/0410337 Operator Algebras
+math/0510323 Operator Algebras
+quant-ph/0609025
+0705.3390 Differential Geometry
+0710.2627 Representation Theory
+0712.4159 Neural and Evolutionary Computing
+0908.2665 Probability
+0910.1559 Geometric Topology
+1001.0311
+1005.0443 Mesoscale and Nanoscale Physics
+1008.3964 Analysis of PDEs
+1009.0256 Classical Analysis and ODEs
+1009.3231 Geometric Topology
+1009.4192 Cosmology and Nongalactic Astrophysics
+1011.2977 Probability
+1011.5292 Group Theory
+1012.5420 Operator Algebras
+1012.5852 Differential Geometry
+1101.0013 Analysis of PDEs
+1101.4188 Solar and Stellar Astrophysics
+1103.0517 Fluid Dynamics
+1103.3029 Analysis of PDEs
+1105.1965 Group Theory
+1106.3334 Geophysics
+1106.4050 Probability
+1106.4968 Phenomenology
+1107.2868 Optics
+1107.4964
+1108.1464 Robotics
+1109.5154
+1109.6708 Numerical Analysis
+1110.2356 Quantum Algebra
+1110.5664 Analysis of PDEs
+1111.2148 Materials Science
+1111.3374 Social and Information Networks
+1112.3155
+1112.3738 Complex Variables
+1112.4213 Methodology
+1112.5411 Materials Science
+1201.2235 Mesoscale and Nanoscale Physics
+1201.3023 Analysis of PDEs
+1201.3257 Earth and Planetary Astrophysics
+1201.4130 Phenomenology
+1201.4679 Chaotic Dynamics
+1201.5077 Symplectic Geometry
+1201.6623 Statistical Mechanics
+1202.3077 Symplectic Geometry
+1202.5701
+1203.1003 Analysis of PDEs
+1203.2109
+1203.3710 Combinatorics
+1203.3947 Algebraic Geometry
+1203.4554 Superconductivity
+1203.5705
+1203.5881 Phenomenology
+1204.0415 Phenomenology
+1204.4968 Geometric Topology
+1204.4980 Chemical Physics
+1204.5006 Mesoscale and Nanoscale Physics
+1204.5413 Optics
+1204.6540 Analysis of PDEs
+1205.1056
+1205.5484 Solar and Stellar Astrophysics
+1205.6492 Earth and Planetary Astrophysics
+1205.6976 Probability
+1206.1191 Medical Physics
+1206.1237 General Physics
+1206.1452
+1206.4293 Commutative Algebra
+1206.5322 Classical Physics
+1206.6265
+1207.0181 Phenomenology
+1207.0721 Chaotic Dynamics
+1207.1618 Strongly Correlated Electrons
+1207.1831 Data Structures and Algorithms
+1207.2053 Quantum Gases
+1207.4289 Theory
+1207.5354
+1207.5521 Phenomenology
+1207.5961 Theory
+1207.6014 Mesoscale and Nanoscale Physics
+1207.6029 Strongly Correlated Electrons
+1207.6875 Materials Science
+1207.7132 Classical Physics
+1208.0046 Atomic Physics
+1208.0678 Strongly Correlated Electrons
+1208.1226 High Energy Astrophysical Phenomena
+1208.1576 Plasma Physics
+1208.3955 Combinatorics
+1208.4420 Atomic Physics
+1208.5379 Strongly Correlated Electrons
+1208.5536 Theory
+1209.2225 Chemical Physics
+1209.2387 Strongly Correlated Electrons
+1209.3587 Phenomenology
+1209.3821 Phenomenology
+1209.3839 Quantum Gases
+1209.4183 Instrumentation and Detectors
+1209.4300 Commutative Algebra
+1209.4328 Classical Analysis and ODEs
+1209.6191
+1210.0753
+1210.0798 Algebraic Geometry
+1210.3574 High Energy Astrophysical Phenomena
+1210.7016 Lattice
+1210.8149 Astrophysics of Galaxies
+1210.8169 Algebraic Geometry
+1211.0860 Statistical Mechanics
+1211.1376 Solar and Stellar Astrophysics
+1211.1937 Phenomenology
+1211.2532 Computation
+1211.3612
+1211.4073 Strongly Correlated Electrons
+1211.4331 Phenomenology
+1211.4484 Solar and Stellar Astrophysics
+1211.4864 Distributed, Parallel, and Cluster Computing
+1211.5441 Logic
+1211.5699 Mesoscale and Nanoscale Physics
+1211.5789 Algebraic Topology
+1211.5875 Number Theory
+1211.5908 Computer Science and Game Theory
+1211.6039 Multiagent Systems
+1211.6053 Phenomenology
+1211.6057 History and Overview
+1211.6097 Artificial Intelligence
+1211.6098 General Physics
+1211.6101 Robotics
+1211.6133 High Energy Astrophysical Phenomena
+1211.6137 Group Theory
+1211.6143 Applications
+1211.6145 Solar and Stellar Astrophysics
+1211.6146 Combinatorics
+1211.6149 Representation Theory
+1211.6150 High Energy Astrophysical Phenomena
+1211.6152 General Physics
+1211.6158 Learning
+1211.6159 Information Retrieval
+1211.6163 Lattice
+1211.6164 Lattice
+1211.6166 Information Retrieval
+1211.6169 Probability
+1211.6170 Category Theory
+1211.6173 Analysis of PDEs
+1211.6175 Strongly Correlated Electrons
+1211.6176 Databases
+1211.6178
+1211.6180 Lattice
+1211.6185 Operating Systems
+1211.6186 Software Engineering
+1211.6187 Logic in Computer Science
+1211.6188 Logic in Computer Science
+1211.6189 Systems and Control
+1211.6190 Logic in Computer Science
+1211.6191 Software Engineering
+1211.6192 Programming Languages
+1211.6193 Programming Languages
+1211.6194 Logic in Computer Science
+1211.6195 Data Structures and Algorithms
+1211.6196 Logic in Computer Science
+1211.6197 Logic in Computer Science
+1211.6199 Number Theory
+1211.6202 Materials Science
+1211.6206 Combinatorics
+1211.6208 Cosmology and Nongalactic Astrophysics
+1211.6210 Differential Geometry
+1211.6217 Analysis of PDEs
+1211.6218 Information Theory
+1211.6219 Solar and Stellar Astrophysics
+1211.6227 Analysis of PDEs
+1211.6229 Algebraic Geometry
+1211.6231 Optimization and Control
+1211.6233 Algebraic Geometry
+1211.6235 Algebraic Geometry
+1211.6237 Solar and Stellar Astrophysics
+1211.6238 Neurons and Cognition
+1211.6240 Functional Analysis
+1211.6243 Functional Analysis
+1211.6251 Networking and Internet Architecture
+1211.6252 Phenomenology
+1211.6257
+1211.6261 Combinatorics
+1211.6264
+1211.6265 Theory
+1211.6266 Probability
+1211.6270 Materials Science
+1211.6273 Databases
+1211.6275 Earth and Planetary Astrophysics
+1211.6276 Differential Geometry
+1211.6277 Lattice
+1211.6279 Information Theory
+1211.6282
+1211.6283 Algebraic Geometry
+1211.6284 Group Theory
+1211.6287 Combinatorics
+1211.6289 Phenomenology
+1211.6290 Instrumentation and Detectors
+1211.6295 Chaotic Dynamics
+1211.6299
+1211.6321 Digital Libraries
+1211.6327 Lattice
+1211.6330 Instrumentation and Detectors
+1211.6338 History and Philosophy of Physics
+1211.6340 Learning
+1211.6341 Logic in Computer Science
+1211.6346 Phenomenology
+1211.6353 Optimization and Control
+1211.6364 Atomic Physics
+1211.6366
+1211.6368 Complex Variables
+1211.6370 Software Engineering
+1211.6374
+1211.6379 Soft Condensed Matter
+1211.6380 Algebraic Geometry
+1211.6388 Geometric Topology
+1211.6392 Plasma Physics
+1211.6399 Functional Analysis
+1211.6403 Statistics Theory
+1211.6408 High Energy Astrophysical Phenomena
+1211.6410 Neural and Evolutionary Computing
+1211.6411 Human-Computer Interaction
+1211.6415 Functional Analysis
+1211.6418 Programming Languages
+1211.6419 Probability
+1211.6422 Differential Geometry
+math/0311080 Classical Analysis and ODEs
+nlin/0610040 Adaptation and Self-Organizing Systems
+0705.3841 Phenomenology
+0708.0394 Mesoscale and Nanoscale Physics
+0712.0785 Classical Analysis and ODEs
+0812.2683 Optimization and Control
+0812.3700 Combinatorics
+0901.0332
+0906.2027 Learning
+0906.4508 Number Theory
+0909.5371 Geometric Topology
+0911.1667 Functional Analysis
+0911.3014 Algebraic Topology
+0912.2468 Statistical Mechanics
+1002.3752 Algebraic Topology
+1002.4965 Solar and Stellar Astrophysics
+1002.4970 Solar and Stellar Astrophysics
+1003.2175 Cosmology and Nongalactic Astrophysics
+1003.2568 Solar and Stellar Astrophysics
+1003.3032 Solar and Stellar Astrophysics
+1003.4375 Classical Analysis and ODEs
+1004.0536 Number Theory
+1005.5072 Functional Analysis
+1005.5532
+1006.3842
+1007.0980 General Physics
+1007.5074 Statistical Finance
+1008.1469 Combinatorics
+1008.3316 Number Theory
+1008.3934
+1009.3372 Cosmology and Nongalactic Astrophysics
+1011.1522 Functional Analysis
+1011.4653 K-Theory and Homology
+1011.5318 Dynamical Systems
+1101.1632
+1101.3143 Number Theory
+1101.3986
+1101.4442 Number Theory
+1101.4709 Mesoscale and Nanoscale Physics
+1103.0506 Numerical Analysis
+1103.1019 Number Theory
+1103.2425 Mesoscale and Nanoscale Physics
+1103.2547 Complex Variables
+1103.4296 Optimization and Control
+1104.0361 Algebraic Geometry
+1104.0629 Cosmology and Nongalactic Astrophysics
+1104.0823 Combinatorics
+1104.2656 Disordered Systems and Neural Networks
+1104.3697 Numerical Analysis
+1105.0325 Theory
+1105.0478 Probability
+1106.3982 General Physics
+1107.1169 Soft Condensed Matter
+1107.2375 Phenomenology
+1107.2985 Representation Theory
+1107.3356
+1107.3820 Theory
+1107.5396 Algebraic Topology
+1108.0216 Differential Geometry
+1108.0672
+1108.2024
+1108.3486 Solar and Stellar Astrophysics
+1108.4907 Materials Science
+1108.6210 Numerical Analysis
+1109.2306 Digital Libraries
+1109.3192 Theory
+1109.4981
+1109.5495 Mesoscale and Nanoscale Physics
+1109.5915
+1110.0881 Statistical Mechanics
+1110.1023 Algebraic Geometry
+1110.1232 Complex Variables
+1110.3586 Neural and Evolutionary Computing
+1110.5378 Differential Geometry
+1110.5624 Astrophysics of Galaxies
+1111.1587 General Physics
+1111.1797 Learning
+1111.2693 Distributed, Parallel, and Cluster Computing
+1111.2873 Quantum Gases
+1111.3097 Data Structures and Algorithms
+1111.3407 Geometric Topology
+1111.6249 Cosmology and Nongalactic Astrophysics
+1111.7204 Lattice
+1112.0489
+1112.1994 Information Theory
+1112.2350 Cosmology and Nongalactic Astrophysics
+1112.2646 Dynamical Systems
+1112.3178
+1112.4620 Networking and Internet Architecture
+1112.4631 Discrete Mathematics
+1112.4695 Experiment
+1112.5647 Statistical Mechanics
+1201.0057 Numerical Analysis
+1201.0291 Analysis of PDEs
+1201.1362 Atomic Physics
+1201.3391
+1201.4112
+1201.4377 General Physics
+1201.4564 Physics and Society
+1201.6558
+1202.0672 Soft Condensed Matter
+1202.1358 Biomolecules
+1202.3169
+1202.3390 Geometric Topology
+1202.5009
+1202.6413 Operator Algebras
+1202.6519 Mesoscale and Nanoscale Physics
+1203.0100 Computer Science and Game Theory
+1203.0283 Classical Analysis and ODEs
+1203.1006 Digital Libraries
+1203.2203 K-Theory and Homology
+1203.2847 Experiment
+1203.3586 Information Retrieval
+1203.4092 Differential Geometry
+1203.4470
+1203.4995
+1203.5039
+1203.5101 Classical Physics
+1203.5307 Differential Geometry
+1203.5566 Analysis of PDEs
+1203.5774
+1203.5960 Cryptography and Security
+1203.6440 Theory
+1204.0276 Representation Theory
+1204.0526 Popular Physics
+1204.0930 Commutative Algebra
+1204.1304 Analysis of PDEs
+1204.1324 Biomolecules
+1204.1550
+1204.1554 Functional Analysis
+1204.1557 Phenomenology
+1204.1558 Neurons and Cognition
+1204.1559 Information Theory
+1204.1560 Geophysics
+1204.1561 Computers and Society
+1204.1566 Other Computer Science
+1204.1573 Number Theory
+1204.1575 Number Theory
+1204.1576 Artificial Intelligence
+1204.1581 Multiagent Systems
+1204.1582 Other Condensed Matter
+1204.1583 General Finance
+1204.1585 General Mathematics
+1204.1587 Functional Analysis
+1204.1594 Computers and Society
+1204.1595 Networking and Internet Architecture
+1204.1596 Networking and Internet Architecture
+1204.1597 Networking and Internet Architecture
+1204.1598 Databases
+1204.1599 Instrumentation and Methods for Astrophysics
+1204.1600 Differential Geometry
+1204.1601 Cryptography and Security
+1204.1602 Materials Science
+1204.1603 Cryptography and Security
+1204.1604 Differential Geometry
+1204.1606 Representation Theory
+1204.1611 Computer Vision and Pattern Recognition
+1204.1614 Networking and Internet Architecture
+1204.1615 Computer Vision and Pattern Recognition
+1204.1624 Machine Learning
+1204.1627 Statistics Theory
+1204.1629 Computer Vision and Pattern Recognition
+1204.1631 Computer Vision and Pattern Recognition
+1204.1635 Complex Variables
+1204.1638 Exactly Solvable and Integrable Systems
+1204.1639 Dynamical Systems
+1204.1640 Exactly Solvable and Integrable Systems
+1204.1644 Cryptography and Security
+1204.1645
+1204.1646 Cryptography and Security
+1204.1647 Numerical Analysis
+1204.1649 Robotics
+1204.1650 Robotics
+1204.1651 Cryptography and Security
+1204.1653 Artificial Intelligence
+1204.1655 High Energy Astrophysical Phenomena
+1204.1656 Computational Complexity
+1204.1658 Networking and Internet Architecture
+1204.1660 Optimization and Control
+1204.1662 Geophysics
+1204.1667 Classical Analysis and ODEs
+1204.1668 Group Theory
+1204.1673 Statistics Theory
+1204.1676 Probability
+1204.1678 Computer Vision and Pattern Recognition
+1204.1686 Metric Geometry
+1204.1687 Functional Analysis
+1204.1689 Group Theory
+1204.1690 Group Theory
+1204.1693 Representation Theory
+1204.1694 Optics
+1204.1696 Functional Analysis
+1204.1701 Geometric Topology
+1204.1703 Dynamical Systems
+1204.1705 Earth and Planetary Astrophysics
+1204.1707 Dynamical Systems
+1204.1709 Numerical Analysis
+1204.1710 Databases
+1204.1712
+1204.1715 Optimization and Control
+1204.1718 Numerical Analysis
+1204.1719 Earth and Planetary Astrophysics
+1204.1721 Rings and Algebras
+1204.1723 K-Theory and Homology
+1204.1726 Numerical Analysis
+1204.1730 Optimization and Control
+1204.1731
+1204.1732
+1204.1733 Numerical Analysis
+1204.1738 Mesoscale and Nanoscale Physics
+1204.1739 Information Theory
+1204.1745 Number Theory
+1204.1747
+1204.1748 Networking and Internet Architecture
+1204.1749 Emerging Technologies
+1204.1750 Phenomenology
+1204.1752 Biological Physics
+1204.1754 Databases
+1204.1756 Robotics
+1204.1757 Robotics
+1204.1762 Cosmology and Nongalactic Astrophysics
+1204.1764 Computational Complexity
+1204.1768 Analysis of PDEs
+1204.1769 Analysis of PDEs
+1204.1770 Analysis of PDEs
+1204.1771 Analysis of PDEs
+1204.1779 Numerical Analysis
+1204.1781 Materials Science
+1204.1782 Analysis of PDEs
+1204.1788 Analysis of PDEs
+1204.1790 Networking and Internet Architecture
+1204.1794
+1204.1795 Machine Learning
+1204.1796 Algebraic Geometry
+1204.1797 Cryptography and Security
+1204.1802 Other Computer Science
+1204.1806 Solar and Stellar Astrophysics
+1204.1807 General Physics
+1204.1808 Networking and Internet Architecture
+1204.1809 Dynamical Systems
+1204.1810 Logic
+1204.1811 Computer Vision and Pattern Recognition
+1204.1814 Dynamical Systems
+1204.1820 Networking and Internet Architecture
+1204.1823 Number Theory
+1204.1824 Cryptography and Security
+1204.1826 Differential Geometry
+1204.1830 Classical Analysis and ODEs
+1204.1833 History and Philosophy of Physics
+1204.1834 Phenomenology
+1204.1835 Astrophysics of Galaxies
+1204.1839 Computers and Society
+1204.1854 Representation Theory
+1204.1855 Representation Theory
+1204.1856 Optimization and Control
+1204.1859
+1204.1861 Probability
+1204.1863
+1204.1864 Cosmology and Nongalactic Astrophysics
+1204.1866 Probability
+1204.1868 Multimedia
+1204.1869 Optimization and Control
+1204.1872 Solar and Stellar Astrophysics
+1204.1874 Numerical Analysis
+1204.1881 Software Engineering
+1204.1894 Digital Libraries
+1204.1898 Superconductivity
+1204.1899 Numerical Analysis
+1204.1901 Materials Science
+1204.1904 Analysis of PDEs
+1204.1905 Statistics Theory
+1204.1906 Group Theory
+1204.1907 Dynamical Systems
+1204.1909 Artificial Intelligence
+1204.1911 Algebraic Geometry
+1204.1914 Phenomenology
+1204.1916
+1204.1921 Probability
+1204.1924 Information Theory
+1204.1925 Computational Physics
+1204.1930 Theory
+1204.1931 Probability
+1204.1933 Information Theory
+1204.1934 Chaotic Dynamics
+1204.1935 Applications
+1204.1937 Applications
+1204.1941 Molecular Networks
+1204.1943 Cosmology and Nongalactic Astrophysics
+1204.1947 Combinatorics
+1204.1948 Astrophysics of Galaxies
+1204.1949 Information Retrieval
+1204.1952 General Physics
+1204.1953 Biological Physics
+1204.1954 Functional Analysis
+1204.1961 Combinatorics
+alg-geom/9205005 Algebraic Geometry
+alg-geom/9206001 Algebraic Geometry
+alg-geom/9401007 Algebraic Geometry
+alg-geom/9607011 Algebraic Geometry
+astro-ph/0408378
+hep-th/0609171 Theory
+math/0201228 Algebraic Geometry
+math/0203122 Algebraic Geometry
+math/0203284 Algebraic Geometry
+math/0204230 Algebraic Geometry
+math/0401167 Algebraic Geometry
+math/0406345 Complex Variables
+math/0406347 Complex Variables
+math/0406368 Analysis of PDEs
+math/0407150 Algebraic Geometry
+math/0412332 Optimization and Control
+math/9512211 Functional Analysis
+math/9805020 Algebraic Geometry
+math/9812098 Algebraic Geometry
+math/9906131 Algebraic Geometry
+math/9907163 Geometric Topology
+math/9912092 Algebraic Geometry
+0704.0367
+0704.3002 Group Theory
+0704.3595
+0705.0235
+0706.2702
+0711.1985
+0712.0160 Algebraic Topology
+0712.1002 Statistical Mechanics
+0712.2390 Representation Theory
+0803.2914 Combinatorics
+0804.0793
+0805.1214
+0806.1774 Representation Theory
+0806.4180
+0808.1679 Combinatorics
+0811.0898
+0812.1728 General Mathematics
+0901.3041
+0901.4888 Rings and Algebras
+0902.1178 Algebraic Topology
+0902.1368 General Physics
+0902.1520
+0903.0085 Group Theory
+0905.2960 Astrophysics of Galaxies
+0906.4129 Combinatorics
+0907.5499 Probability
+0908.1749 Quantum Algebra
+0909.0062 Group Theory
+0911.0342 Representation Theory
+0911.1624
+0911.1973 Probability
+0912.4743 Probability
+1003.1043 Cosmology and Nongalactic Astrophysics
+1003.2165 Number Theory
+1003.4358 Representation Theory
+1005.5660 Representation Theory
+1006.1282 Numerical Analysis
+1006.1848 Functional Analysis
+1006.2005 Symplectic Geometry
+1006.2126
+1007.1071 Combinatorics
+1007.2728 Biological Physics
+1007.5240 Networking and Internet Architecture
+1008.0274 Commutative Algebra
+1009.1418 Computational Physics
+1009.4623 Dynamical Systems
+1011.0131
+1011.3193 Dynamical Systems
+1011.6160 Number Theory
+1012.0009 Distributed, Parallel, and Cluster Computing
+1012.0926 Differential Geometry
+1012.1059 Rings and Algebras
+1012.3411 Earth and Planetary Astrophysics
+1101.3504 Probability
+1102.5454 Complex Variables
+1104.2111 Category Theory
+1105.2931 Symplectic Geometry
+1105.5408 Complex Variables
+1106.0535 Combinatorics
+1106.1852 Computers and Society
+1106.3721
+1106.5331 Category Theory
+1107.0778 Category Theory
+1107.1011 Optimization and Control
+1107.2722 Computational Complexity
+1107.5410
+1108.0269
+1108.3276 Quantum Gases
+1108.5193 Cosmology and Nongalactic Astrophysics
+1108.5352 Number Theory
+1108.6000 Complex Variables
+1108.6303 Quantum Gases
+1109.1943
+1109.2002 Instrumentation and Methods for Astrophysics
+1109.3508 Combinatorics
+1109.3559 Solar and Stellar Astrophysics
+1109.4595
+1109.5172 Phenomenology
+1109.6368 Algebraic Geometry
+1110.1258 Data Analysis, Statistics and Probability
+1110.1388
+1110.2980 Physics and Society
+1110.3128 Combinatorics
+1110.3145 Disordered Systems and Neural Networks
+1110.4628 Mesoscale and Nanoscale Physics
+1111.1037 Functional Analysis
+1111.2989 Astrophysics of Galaxies
+1111.3383 Phenomenology
+1111.3554 Quantum Gases
+1111.3915 Representation Theory
+1111.5975 Differential Geometry
+1111.6014 Mesoscale and Nanoscale Physics
+1111.6738
+1112.0772 Statistical Mechanics
+1112.1613
+1112.3355 Strongly Correlated Electrons
+1112.3461 Phenomenology
+1112.4451 Operating Systems
+1112.4460 Combinatorics
+1112.5625 Data Analysis, Statistics and Probability
+1201.0441 Representation Theory
+1201.0456 Strongly Correlated Electrons
+1201.1075 Strongly Correlated Electrons
+1201.2784 Space Physics
+1201.3532 Strongly Correlated Electrons
+1201.5702 Phenomenology
+1201.5787 Algebraic Geometry
+1201.6561 Statistical Mechanics
+1202.0123 Representation Theory
+1202.0617 Social and Information Networks
+1202.1422 Solar and Stellar Astrophysics
+1202.2198 Geometric Topology
+1202.2277 Statistics Theory
+1202.2955 Experiment
+1202.3595
+1202.3635 History and Philosophy of Physics
+1202.3671 Analysis of PDEs
+1202.3698 Artificial Intelligence
+1202.3699 Artificial Intelligence
+1202.3700 Computer Science and Game Theory
+1202.3701 Learning
+1202.3702 Learning
+1202.3703 Systems and Control
+1202.3704 Learning
+1202.3705 Computer Science and Game Theory
+1202.3706 Information Retrieval
+1202.3707 Artificial Intelligence
+1202.3708 Learning
+1202.3709 Artificial Intelligence
+1202.3710 Computer Science and Game Theory
+1202.3711 Artificial Intelligence
+1202.3712 Learning
+1202.3713 Artificial Intelligence
+1202.3714 Learning
+1202.3715 Systems and Control
+1202.3716 Learning
+1202.3717 Learning
+1202.3718 Artificial Intelligence
+1202.3719 Artificial Intelligence
+1202.3720 Systems and Control
+1202.3721 Artificial Intelligence
+1202.3722 Learning
+1202.3723 Artificial Intelligence
+1202.3724 Artificial Intelligence
+1202.3725 Learning
+1202.3726 Learning
+1202.3727 Learning
+1202.3728 Artificial Intelligence
+1202.3729 Artificial Intelligence
+1202.3730 Learning
+1202.3731 Learning
+1202.3732 Learning
+1202.3733 Learning
+1202.3734 Learning
+1202.3735 Learning
+1202.3736 Learning
+1202.3737 Learning
+1202.3738 Learning
+1202.3739 Artificial Intelligence
+1202.3740 Artificial Intelligence
+1202.3741 Artificial Intelligence
+1202.3743 Artificial Intelligence
+1202.3744 Artificial Intelligence
+1202.3745 Artificial Intelligence
+1202.3746 Learning
+1202.3747 Learning
+1202.3748 Learning
+1202.3749 Artificial Intelligence
+1202.3750 Learning
+1202.3751 Computer Science and Game Theory
+1202.3752 Information Retrieval
+1202.3753 Learning
+1202.3754 Artificial Intelligence
+1202.3755 Computer Science and Game Theory
+1202.3756 Computer Science and Game Theory
+1202.3757 Learning
+1202.3758 Learning
+1202.3759 Artificial Intelligence
+1202.3760 Methodology
+1202.3761 Learning
+1202.3762 Artificial Intelligence
+1202.3763 Learning
+1202.3764 Artificial Intelligence
+1202.3765 Methodology
+1202.3766 Learning
+1202.3767 Artificial Intelligence
+1202.3768 Computer Science and Game Theory
+1202.3769 Learning
+1202.3770 Learning
+1202.3771 Learning
+1202.3773 Artificial Intelligence
+1202.3774 Machine Learning
+1202.3775 Learning
+1202.3776 Learning
+1202.3777 Artificial Intelligence
+1202.3778 Learning
+1202.3779 Learning
+1202.3782 Learning
+1202.3789 Theory
+1202.3791 Cosmology and Nongalactic Astrophysics
+1202.3799 Accelerator Physics
+1202.3802 Atmospheric and Oceanic Physics
+1202.3805 Strongly Correlated Electrons
+1202.3807 Databases
+1202.3808 History and Overview
+1202.3811 Accelerator Physics
+1202.3812 Phenomenology
+1202.3815 Cosmology and Nongalactic Astrophysics
+1202.3816 Accelerator Physics
+1202.3818 Fluid Dynamics
+1202.3820 Analysis of PDEs
+1202.3823 Medical Physics
+1202.3826 Combinatorics
+1202.3828 Plasma Physics
+1202.3843 Combinatorics
+1202.3849
+1202.3850 Geometric Topology
+1202.3867 Analysis of PDEs
+1202.3870 Functional Analysis
+1202.3872 Human-Computer Interaction
+1202.3875 Analysis of PDEs
+1202.3877 Representation Theory
+1202.3879 Plasma Physics
+1202.3880 Analysis of PDEs
+1202.3887 Artificial Intelligence
+1202.3888
+1202.3889 Theory
+1202.3893 Materials Science
+1202.3898 Computer Science and Game Theory
+1202.3899 Atomic Physics
+1202.3909 Superconductivity
+1202.3910 Information Theory
+1202.3919 Human-Computer Interaction
+1202.3926 Human-Computer Interaction
+1202.3928 Functional Analysis
+1202.3931 Numerical Analysis
+1202.3933 History and Overview
+1202.3941 Digital Libraries
+1202.3943 Distributed, Parallel, and Cluster Computing
+1202.3945 Geometric Topology
+1202.3946 Accelerator Physics
+1202.3950 Accelerator Physics
+1202.3952 Quantitative Methods
+1202.3953 Accelerator Physics
+1202.3955
+1202.3961 Accelerator Physics
+1202.3962 Functional Analysis
+1202.3963 Functional Analysis
+1202.3964 Differential Geometry
+1202.3965 Number Theory
+1202.3971 Spectral Theory
+1202.3974 Networking and Internet Architecture
+1202.3976 Accelerator Physics
+1202.3979 Accelerator Physics
+1202.3987 Cryptography and Security
+1202.3993 Networking and Internet Architecture
+1202.3994 Materials Science
+1202.3999 Earth and Planetary Astrophysics
+1202.4002 Computer Vision and Pattern Recognition
+1202.4003 Materials Science
+1202.4004 Materials Science
+1202.4005 Solar and Stellar Astrophysics
+1202.4006 Probability
+1202.4008 Networking and Internet Architecture
+1202.4010
+1202.4015 Combinatorics
+1202.4017 Combinatorics
+astro-ph/0703573
+gr-qc/0703057
+math/0309325 Geometric Topology
+math/0309339 Group Theory
+math/0310303 Geometric Topology
+math/0511179 Group Theory
+math/0611717 Geometric Topology
+0804.3545 Phenomenology
+0806.2775 Theory
+0806.4077 Algebraic Geometry
+0807.1832
+0807.2044 Algebraic Geometry
+0808.0991 Statistical Mechanics
+0810.2150 Distributed, Parallel, and Cluster Computing
+0811.2364
+0812.3429
+0906.1953 Data Structures and Algorithms
+0907.1809 Algebraic Geometry
+0908.2741 Data Analysis, Statistics and Probability
+0910.0210 Phenomenology
+0910.0633 Group Theory
+0912.4061 General Mathematics
+1001.3084 Statistics Theory
+1004.0994 Number Theory
+1004.2243 Strongly Correlated Electrons
+1004.2593 Optimization and Control
+1004.3650 Rings and Algebras
+1004.5224 Optimization and Control
+1005.1127 Rings and Algebras
+1005.5239 Rings and Algebras
+1006.0075
+1006.0264 Cosmology and Nongalactic Astrophysics
+1006.0503 Functional Analysis
+1007.0583 Dynamical Systems
+1007.1147 Strongly Correlated Electrons
+1007.2224 Probability
+1007.3604 Data Structures and Algorithms
+1007.4292 Atmospheric and Oceanic Physics
+1008.0371 Phenomenology
+1008.1575 Exactly Solvable and Integrable Systems
+1009.5186 Rings and Algebras
+1010.0136 Complex Variables
+1010.2035 Number Theory
+1010.3004 Theory
+1010.5578 Analysis of PDEs
+1011.4571
+1012.5305 Algebraic Geometry
+1012.5604 Theory
+1012.5746 Commutative Algebra
+1102.4956 Instrumentation and Methods for Astrophysics
+1102.5053
+1103.0929
+1103.1429 Analysis of PDEs
+1103.4329 Cosmology and Nongalactic Astrophysics
+1104.0483 Combinatorics
+1104.0641 Materials Science
+1104.2286 Spectral Theory
+1104.5212 Superconductivity
+1105.1466 Numerical Analysis
+1105.2926 Combinatorics
+1106.0409 Analysis of PDEs
+1106.3732
+1106.4932
+1106.5239 Algebraic Geometry
+1107.0462 Differential Geometry
+1107.4269 Analysis of PDEs
+1107.4752 Probability
+1108.0392 Strongly Correlated Electrons
+1108.0736 Molecular Networks
+1108.1397 Theory
+1108.1595 Strongly Correlated Electrons
+1108.2941 Phenomenology
+1108.3023 High Energy Astrophysical Phenomena
+1108.3423 Methodology
+1108.4791
+1109.0266
+1109.2480 Lattice
+1109.3160 Applications
+1109.3782 Optimization and Control
+1109.3825 Algebraic Geometry
+1109.4520 Mesoscale and Nanoscale Physics
+1109.6338 Geometric Topology
+1110.0045 Superconductivity
+1110.0965
+1110.2611 Algebraic Geometry
+1110.6263
+1110.6673 Phenomenology
+1110.6714
+1111.0202 Materials Science
+1111.1534 Mesoscale and Nanoscale Physics
+1111.2033 Statistical Mechanics
+1111.4105
+1111.4371 Combinatorics
+1111.4483 Solar and Stellar Astrophysics
+1111.5001 Analysis of PDEs
+1111.5686 Quantum Gases
+1111.6435 Materials Science
+1111.6798 Analysis of PDEs
+1111.7109 Logic
+1111.7296 Strongly Correlated Electrons
+1112.0093 Physics and Society
+1112.0216
+1112.0995 Theory
+1112.1471 Differential Geometry
+1112.2116 Optimization and Control
+1112.4360 Phenomenology
+1112.5414 Mesoscale and Nanoscale Physics
+1112.5533 Chemical Physics
+1112.6065 Phenomenology
+1201.0965 General Physics
+1201.1927 Methodology
+1201.2167 Combinatorics
+1201.3897 Geometric Topology
+1201.3974 Strongly Correlated Electrons
+1201.3975 Strongly Correlated Electrons
+1201.4532 Cryptography and Security
+1201.4651 Numerical Analysis
+1201.5048 Superconductivity
+1201.5365 Symbolic Computation
+1201.6341 Superconductivity
+1202.0171 Mesoscale and Nanoscale Physics
+1202.2201 Statistical Mechanics
+1202.2735 Theory
+1202.2985 Mesoscale and Nanoscale Physics
+1202.3539 Neurons and Cognition
+1202.4208
+1202.4379 Mesoscale and Nanoscale Physics
+1202.6424 Cosmology and Nongalactic Astrophysics
+1203.0455 Mesoscale and Nanoscale Physics
+1203.0546 Astrophysics of Galaxies
+1203.1740 Systems and Control
+1203.3375 Classical Physics
+1203.3443 Complex Variables
+1203.4547 Discrete Mathematics
+1203.5180 Algebraic Topology
+1203.5805 Strongly Correlated Electrons
+1203.6145 Combinatorics
+1204.0503 Combinatorics
+1204.1458 Cryptography and Security
+1204.1962 Symplectic Geometry
+1204.2090 Probability
+1204.2132 Group Theory
+1204.2523 Machine Learning
+1204.2955 Data Structures and Algorithms
+1204.3046 Information Theory
+1204.3175 Group Theory
+1204.3376 Combinatorics
+1204.4470 Medical Physics
+1204.4567
+1204.4916 Numerical Analysis
+1204.4948 Databases
+1204.5082 Classical Analysis and ODEs
+1204.5591 Biological Physics
+1204.5974 Phenomenology
+1204.6313 Populations and Evolution
+1204.6314
+1204.6321 Multimedia
+1204.6328 Populations and Evolution
+1204.6336 Number Theory
+1204.6339 Fluid Dynamics
+1204.6344 Analysis of PDEs
+1204.6345 Optimization and Control
+1204.6346 Artificial Intelligence
+1204.6352 Materials Science
+1204.6361 Number Theory
+1204.6362 Information Retrieval
+1204.6364 Computation and Language
+1204.6373 Rings and Algebras
+1204.6374 Number Theory
+1204.6376 Methodology
+1204.6378 Probability
+1204.6386 Group Theory
+1204.6387 Strongly Correlated Electrons
+1204.6391 Data Structures and Algorithms
+1204.6396 Software Engineering
+1204.6398 Materials Science
+1204.6399 Functional Analysis
+1204.6404 Functional Analysis
+1204.6407 Differential Geometry
+1204.6408 Computers and Society
+1204.6411 Programming Languages
+1204.6415 Artificial Intelligence
+1204.6416 Cryptography and Security
+1204.6419 Analysis of PDEs
+1204.6422 Combinatorics
+1204.6427 Phenomenology
+1204.6431 Operator Algebras
+1204.6433 Experiment
+1204.6434 Analysis of PDEs
+1204.6437
+1204.6438
+1204.6447 Discrete Mathematics
+1204.6450 Analysis of PDEs
+1204.6451 General Mathematics
+1204.6453 Robotics
+1204.6455 Networking and Internet Architecture
+1204.6458 Computer Vision and Pattern Recognition
+1204.6459 Cryptography and Security
+1204.6460
+1204.6468 Theory
+1204.6472 Solar and Stellar Astrophysics
+1204.6473 Materials Science
+1204.6480 Lattice
+1204.6483 Statistical Finance
+1204.6484 Computational Complexity
+1204.6488 Trading and Market Microstructure
+1204.6492 Software Engineering
+1204.6494 Theory
+1204.6497 Popular Physics
+1204.6498 Theory
+1204.6505 Methodology
+1204.6507 Group Theory
+1204.6515 Combinatorics
+1204.6516 Methodology
+1204.6518 Strongly Correlated Electrons
+1204.6521 Digital Libraries
+1204.6522 Operator Algebras
+1204.6525 Classical Analysis and ODEs
+1204.6536 Statistical Mechanics
+1204.6545 Optimization and Control
+1204.6554 Combinatorics
+1204.6555 Combinatorics
+1204.6556 Dynamical Systems
+1204.6559 Classical Analysis and ODEs
+1204.6560 Algebraic Geometry
+1204.6562
+1204.6565 Pattern Formation and Solitons
+1204.6567 Analysis of PDEs
+1204.6568 Algebraic Topology
+1204.6569 Classical Analysis and ODEs
+1204.6571 Probability
+1204.6575 History and Philosophy of Physics
+1204.6576 History and Philosophy of Physics
+1204.6578 Analysis of PDEs
+1204.6583 Machine Learning
+1204.6584 Cell Behavior
+1204.6588 Computational Complexity
+1204.6590 General Finance
+1204.6593 Commutative Algebra
+1204.6594 Solar and Stellar Astrophysics
+1204.6606 Algebraic Geometry
+1204.6609 Theory
+1204.6614 Cosmology and Nongalactic Astrophysics
+1204.6619 Cosmology and Nongalactic Astrophysics
+1204.6623 Cryptography and Security
+1204.6628 Distributed, Parallel, and Cluster Computing
+1204.6629 Cryptography and Security
+1204.6630 Instrumentation and Methods for Astrophysics
+1204.6631 Distributed, Parallel, and Cluster Computing
+1204.6636 General Physics
+1204.6638 Multiagent Systems
+1204.6639
+1204.6640 Analysis of PDEs
+1204.6641 Statistics Theory
+1204.6643 Numerical Analysis
+1204.6646
+1204.6648
+1204.6650 Probability
+1204.6651 Representation Theory
+1204.6654 Soft Condensed Matter
+1204.6661 Algebraic Geometry
+1204.6665 Operator Algebras
+1204.6670 Biological Physics
+1204.6671 Logic in Computer Science
+1204.6673
+1204.6675 Distributed, Parallel, and Cluster Computing
+1204.6678 Medical Physics
+1204.6681 Combinatorics
+1204.6687 Combinatorics
+1204.6688 Materials Science
+1204.6690 Complex Variables
+1204.6696 Computational Complexity
+1204.6698
+1204.6700 Accelerator Physics
+1204.6705 Number Theory
+1204.6706 Materials Science
+1204.6707 High Energy Astrophysical Phenomena
+1204.6712 Classical Analysis and ODEs
+1204.6713 Astrophysics of Galaxies
+1204.6714 Combinatorics
+1204.6715 Number Theory
+1204.6719 Software Engineering
+1204.6721 Instrumentation and Detectors
+1204.6726 Accelerator Physics
+1204.6727 Analysis of PDEs
+1204.6731 Probability
+1204.6733 Differential Geometry
+math/0606223 Differential Geometry
+math/0703527 Representation Theory
+quant-ph/0511186
+0705.0821 Algebraic Geometry
+0803.2205 Group Theory
+0806.4431 Statistical Mechanics
+0807.2409 Exactly Solvable and Integrable Systems
+0808.1235 Optics
+0811.1117 Soft Condensed Matter
+0903.3586 Exactly Solvable and Integrable Systems
+0903.4949 Classical Physics
+0903.5436 Group Theory
+0909.1373 Machine Learning
+0911.2506 Atomic Physics
+0911.2507 Atomic Physics
+1002.1596 Theory
+1003.4028 Group Theory
+1004.0007 Group Theory
+1007.3120 Combinatorics
+1009.1768 Algebraic Geometry
+1010.4229 Computational Geometry
+1010.4543 Cosmology and Nongalactic Astrophysics
+1011.0982 Group Theory
+1103.2797 Probability
+1104.1219 Probability
+1104.3738 Probability
+1104.5047 Strongly Correlated Electrons
+1105.0395 Spectral Theory
+1105.1911 General Physics
+1105.5694 Probability
+1106.3182 Superconductivity
+1106.3640
+1106.4370
+1106.4374
+1106.4375
+1106.5090 Algebraic Topology
+1106.5296
+1107.0394 Exactly Solvable and Integrable Systems
+1107.4650 Computational Physics
+1107.5611 Analysis of PDEs
+1108.1873 Information Theory
+1108.3656 Combinatorics
+1108.3658 History and Overview
+1108.3786 Theory
+1108.5533 Statistics Theory
+1109.0496 Theory
+1109.0701 Methodology
+1109.2802 Algebraic Geometry
+1109.3209 General Physics
+1109.6750 General Physics
+1110.2888 Functional Analysis
+1110.5138 Statistics Theory
+1111.2885 Computer Science and Game Theory
+1111.4670 Analysis of PDEs
+1111.6082 Learning
+1111.6487
+1111.7138 Group Theory
+1112.1043 Chemical Physics
+1112.4230 Classical Analysis and ODEs
+1201.4087 Atomic Physics
+1201.4623 Differential Geometry
+1201.4731
+1201.4780
+1201.5294 High Energy Astrophysical Phenomena
+1201.5296 Astrophysics of Galaxies
+1202.0033 Analysis of PDEs
+1202.1561 Methodology
+1202.2661 Superconductivity
+1202.6202 Differential Geometry
+1203.0169 Theory
+1203.0451
+1203.1322 Quantum Gases
+1203.2098
+1203.2410
+1203.2585 Phenomenology
+1203.3860 Differential Geometry
+1203.5044 Mesoscale and Nanoscale Physics
+1204.0190 Superconductivity
+1204.0532 Phenomenology
+1204.1043
+1204.2746
+1204.3747 Algebraic Geometry
+1204.3971 Mesoscale and Nanoscale Physics
+1204.5301
+1204.6625 Theory
+1205.1308 Cosmology and Nongalactic Astrophysics
+1205.1994 Materials Science
+1205.2776 Disordered Systems and Neural Networks
+1205.3826 Dynamical Systems
+1205.6004
+1205.6785 Formal Languages and Automata Theory
+1205.7035
+1206.0266 Mesoscale and Nanoscale Physics
+1206.0876 Instrumentation and Methods for Astrophysics
+1206.1025 Plasma Physics
+1206.3460 Systems and Control
+1206.5960
+1206.6997 Disordered Systems and Neural Networks
+1207.1571 Distributed, Parallel, and Cluster Computing
+1207.2057 High Energy Astrophysical Phenomena
+1207.2483 Strongly Correlated Electrons
+1207.3173 Analysis of PDEs
+1207.3586 Data Structures and Algorithms
+1207.4304
+1207.4742 Phenomenology
+1207.5343 Physics and Society
+1207.6506 Optics
+1208.0349 Chemical Physics
+1208.0862 Instrumentation and Detectors
+1208.1422
+1208.1553
+1208.1743 Artificial Intelligence
+1208.3610 Superconductivity
+1208.5480 Earth and Planetary Astrophysics
+1208.5532 Phenomenology
+1208.6220 Number Theory
+1209.0476 Cosmology and Nongalactic Astrophysics
+1209.1111 Solar and Stellar Astrophysics
+1209.3039
+1209.4464 Optics
+1209.4835 Geometric Topology
+1209.5080 Mesoscale and Nanoscale Physics
+1209.5375 Machine Learning
+1209.5412 Representation Theory
+1209.5875 Differential Geometry
+1209.5911 Methodology
+1209.6135 Solar and Stellar Astrophysics
+1209.6312 Combinatorics
+1209.6361 Materials Science
+1209.6363 Rings and Algebras
+1209.6369 General Finance
+1209.6374 Cosmology and Nongalactic Astrophysics
+1209.6376 Physics and Society
+1209.6377 Group Theory
+1209.6385 Portfolio Management
+1209.6388 Solar and Stellar Astrophysics
+1209.6390 Solar and Stellar Astrophysics
+1209.6393 Learning
+1209.6395 Artificial Intelligence
+1209.6398 Networking and Internet Architecture
+1209.6400 Differential Geometry
+1209.6405 Information Theory
+1209.6406
+1209.6408 Strongly Correlated Electrons
+1209.6409 Learning
+1209.6417 Quantitative Methods
+1209.6419 Learning
+1209.6423 Combinatorics
+1209.6426 Phenomenology
+1209.6428
+1209.6429 Probability
+1209.6431
+1209.6432 Chemical Physics
+1209.6437 Fluid Dynamics
+1209.6441 Atomic Physics
+1209.6443 Applications
+1209.6448 Computer Science and Game Theory
+1209.6449 Information Retrieval
+1209.6453 Applications
+1209.6457 Applications
+1209.6462 Discrete Mathematics
+1209.6464 Superconductivity
+1209.6466 Software Engineering
+1209.6467 Atmospheric and Oceanic Physics
+1209.6470 Distributed, Parallel, and Cluster Computing
+1209.6473 Probability
+1209.6474 Phenomenology
+1209.6476 Distributed, Parallel, and Cluster Computing
+1209.6485 Plasma Physics
+1209.6486 Data Structures and Algorithms
+1209.6487 Methodology
+1209.6490 Databases
+1209.6492 Information Retrieval
+1209.6493 Applications
+1209.6498 Number Theory
+1209.6502 Applications
+1209.6506 Combinatorics
+1209.6509 Information Theory
+1209.6510 Phenomenology
+1209.6513 Genomics
+1209.6517
+1209.6521 Classical Physics
+1209.6523 Biological Physics
+1209.6524 Phenomenology
+1209.6525 Computer Vision and Pattern Recognition
+1209.6530
+1209.6532 Geometric Topology
+1209.6534 Statistics Theory
+1209.6537 Classical Analysis and ODEs
+1209.6538 Mesoscale and Nanoscale Physics
+1209.6539 Information Theory
+1209.6540 Combinatorics
+1209.6546 Accelerator Physics
+1209.6560 Graphics
+1209.6564 Space Physics
+1209.6570 Combinatorics
+1209.6578 Logic in Computer Science
+1209.6579 Chaotic Dynamics
+1209.6583 Atmospheric and Oceanic Physics
+1209.6586 Experiment
+1209.6587 Materials Science
+1209.6589 Dynamical Systems
+1209.6595 Instrumentation and Detectors
+1209.6598 Materials Science
+1209.6599 General Physics
+1209.6600 Social and Information Networks
+1209.6603
+1209.6605 Probability
+1209.6607 Neurons and Cognition
+1209.6608 General Physics
+1209.6610 Accelerator Physics
+1209.6613 Analysis of PDEs
+1209.6616 Geometric Topology
+1209.6619 Combinatorics
+1209.6623 Materials Science
+1209.6629 Chemical Physics
+math/0603275 General Mathematics
+nlin/0403051 Exactly Solvable and Integrable Systems
+nlin/0406023 Exactly Solvable and Integrable Systems
+nlin/0506012 Exactly Solvable and Integrable Systems
+0709.1774 Algebraic Topology
+0710.5500 Spectral Theory
+0805.1459 Algebraic Topology
+0811.1155
+0811.3196 Differential Geometry
+0902.0641 K-Theory and Homology
+0902.3887 Differential Geometry
+0903.4743 Differential Geometry
+0903.5290 Algebraic Topology
+0906.3133 Probability
+0907.2066 K-Theory and Homology
+0908.3762 Algebraic Topology
+1001.1345 Probability
+1001.1741 Probability
+1001.4755 Differential Geometry
+1003.3964 Theory
+1004.2260
+1004.2499 Quantum Gases
+1007.0815 Mesoscale and Nanoscale Physics
+1008.3873 Analysis of PDEs
+1010.0606 Geometric Topology
+1102.0276 Algebraic Geometry
+1103.1319
+1104.0273 Algebraic Geometry
+1104.4674 Data Structures and Algorithms
+1104.5432 Lattice
+1105.4466 Quantum Gases
+1106.0660 Probability
+1106.1037 Phenomenology
+1106.3859
+1107.3373 Superconductivity
+1107.4862 Combinatorics
+1107.5706 Combinatorics
+1108.2035
+1108.2836 Methodology
+1109.0111 Differential Geometry
+1109.1152 Data Structures and Algorithms
+1109.1383 Mesoscale and Nanoscale Physics
+1109.1708 Superconductivity
+1109.2407 Analysis of PDEs
+1109.6352 Numerical Analysis
+1109.6554
+1110.1099 Theory
+1110.1628 Computational Engineering, Finance, and Science
+1110.2573 Portfolio Management
+1110.4128 Methodology
+1111.0023 Materials Science
+1111.0050 Superconductivity
+1111.0336 Lattice
+1111.0342 Lattice
+1111.1246 Dynamical Systems
+1111.1822 Superconductivity
+1111.4319 Combinatorics
+1201.0005
+1201.2059 Probability
+1201.2615 Quantum Gases
+1201.3706 Superconductivity
+1201.6267 Lattice
+1202.0908 Theory
+1202.1259 Probability
+1202.1397
+1202.2871 Atomic Physics
+1202.3467
+1202.5039
+1202.6564 Quantum Gases
+1203.0428
+1203.0506
+1203.0509 Rings and Algebras
+1203.0515 Rings and Algebras
+1203.0925 Quantum Gases
+1203.1181 Superconductivity
+1203.3200 Optimization and Control
+1203.4438 Solar and Stellar Astrophysics
+1203.4861 Analysis of PDEs
+1203.4909
+1204.0326 Superconductivity
+1204.0843 Mesoscale and Nanoscale Physics
+1204.2754 Superconductivity
+1204.3412
+1204.5131 Lattice
+1204.6232 Theory
+1204.6273
+1205.0437
+1205.0715 Cosmology and Nongalactic Astrophysics
+1205.1797 Theory
+1205.1858 Mesoscale and Nanoscale Physics
+1205.3123 Instrumentation and Methods for Astrophysics
+1205.3256 Theory
+1205.3618 Superconductivity
+1205.3968 Instrumentation and Methods for Astrophysics
+1205.4386 Statistical Mechanics
+1205.5195
+1206.0675 Lattice
+1206.0888 Superconductivity
+1206.1341 Theory
+1206.1785 Mesoscale and Nanoscale Physics
+1206.2687 Superconductivity
+1206.3550 Superconductivity
+1206.4411 Mesoscale and Nanoscale Physics
+1206.5057 Learning
+1206.6805 Phenomenology
+1207.3588 Phenomenology
+1207.4610 Solar and Stellar Astrophysics
+1207.4718 Analysis of PDEs
+1207.4903 Molecular Networks
+1207.5720 Human-Computer Interaction
+1207.5913 Strongly Correlated Electrons
+1207.5936 Quantum Gases
+1207.6583 Number Theory
+1207.7308 Applications
+1208.1658 Theory
+1208.1782
+1208.2551 Materials Science
+1208.3007 Analysis of PDEs
+1208.3110 Combinatorics
+1208.3520 Materials Science
+1208.3664 Materials Science
+1208.4065 Genomics
+1208.4389 Superconductivity
+1208.5090
+1208.5411
+1208.5640 Quantum Gases
+1209.2265 Statistical Mechanics
+1209.3366 Information Theory
+1209.3840 Instrumentation and Methods for Astrophysics
+1209.3889 Mesoscale and Nanoscale Physics
+1209.4893 Computational Geometry
+1209.5348 Computer Science and Game Theory
+1209.5764 Combinatorics
+1209.5833 Learning
+1210.0211 Phenomenology
+1210.1666
+1210.1967 Phenomenology
+1210.2842 Classical Analysis and ODEs
+1210.2922 Functional Analysis
+1210.2942 Human-Computer Interaction
+1210.3022
+1210.3030 Solar and Stellar Astrophysics
+1210.3040
+1210.3046 Atomic Physics
+1210.3047 Networking and Internet Architecture
+1210.3048 Dynamical Systems
+1210.3050 Networking and Internet Architecture
+1210.3052 Earth and Planetary Astrophysics
+1210.3060 Statistics Theory
+1210.3062 Populations and Evolution
+1210.3066 Number Theory
+1210.3068 Geometric Topology
+1210.3075 Information Theory
+1210.3086 Materials Science
+1210.3090 Instrumentation and Methods for Astrophysics
+1210.3091 Other Computer Science
+1210.3096 Quantum Algebra
+1210.3097 Number Theory
+1210.3106 Fluid Dynamics
+1210.3107 Commutative Algebra
+1210.3108 Materials Science
+1210.3109 Algebraic Geometry
+1210.3110 Software Engineering
+1210.3113 Analysis of PDEs
+1210.3114 Logic in Computer Science
+1210.3115 Logic in Computer Science
+1210.3116 Logic in Computer Science
+1210.3117 Logic in Computer Science
+1210.3120 Quantum Algebra
+1210.3126
+1210.3128 Differential Geometry
+1210.3131 Information Retrieval
+1210.3132 Instrumentation and Detectors
+1210.3138 Probability
+1210.3139 Databases
+1210.3140 Differential Geometry
+1210.3142 Optimization and Control
+1210.3143 High Energy Astrophysical Phenomena
+1210.3144 Combinatorics
+1210.3147 Networking and Internet Architecture
+1210.3154 Biomolecules
+1210.3160 Strongly Correlated Electrons
+1210.3161
+1210.3164 Pricing of Securities
+1210.3165 Computer Vision and Pattern Recognition
+1210.3167 Instrumentation and Methods for Astrophysics
+1210.3168 Optics
+1210.3171 Networking and Internet Architecture
+1210.3172 Superconductivity
+1210.3173 Fluid Dynamics
+1210.3176 Mesoscale and Nanoscale Physics
+1210.3177 Soft Condensed Matter
+1210.3179
+1210.3183 Optimization and Control
+1210.3184 Optimization and Control
+1210.3186 Classical Analysis and ODEs
+1210.3188 Optics
+1210.3190 Methodology
+1210.3191 Functional Analysis
+1210.3192 Solar and Stellar Astrophysics
+1210.3193 Metric Geometry
+1210.3194 Analysis of PDEs
+1210.3196 Phenomenology
+1210.3197 Data Structures and Algorithms
+1210.3200 Mesoscale and Nanoscale Physics
+1210.3205 Combinatorics
+1210.3206
+1210.3217 Materials Science
+1210.3218 Representation Theory
+1210.3221 Solar and Stellar Astrophysics
+1210.3223 Fluid Dynamics
+1210.3226 Solar and Stellar Astrophysics
+1210.3231 Combinatorics
+1210.3232 Strongly Correlated Electrons
+1210.3233 Solar and Stellar Astrophysics
+1210.3241 Artificial Intelligence
+1210.3244 Materials Science
+1210.3248 Probability
+1210.3249 Algebraic Geometry
+1210.3251 Operator Algebras
+1210.3258 Logic
+1210.3259 Probability
+1210.3265 Logic in Computer Science
+1210.3266 Social and Information Networks
+1210.3268 Number Theory
+1210.3270
+1210.3271 Distributed, Parallel, and Cluster Computing
+1210.3278 Plasma Physics
+1210.3285 Group Theory
+1210.3288 Machine Learning
+1210.3295 Chaotic Dynamics
+1210.3296 Computation
+1210.3297 Phenomenology
+1210.3307 Databases
+1210.3308 Materials Science
+1210.3309 Materials Science
+1210.3311 Complex Variables
+1210.3312 Information Retrieval
+1210.3319 Data Structures and Algorithms
+1210.3320 Software Engineering
+1210.3326 Optics
+1210.3327
+1210.3328 Optics
+1210.3332 Functional Analysis
+1210.3344 Logic in Computer Science
+1210.3349 Combinatorics
+1210.3351 Solar and Stellar Astrophysics
+1210.3352
+1210.3353 Rings and Algebras
+1210.3355 Strongly Correlated Electrons
+cond-mat/0604144 Disordered Systems and Neural Networks
+0710.1530 Representation Theory
+0902.1168 Dynamical Systems
+0905.3600 Analysis of PDEs
+0912.1910
+1001.0190 Earth and Planetary Astrophysics
+1004.2554 Dynamical Systems
+1004.3584 Representation Theory
+1006.4407 General Physics
+1009.3807 Strongly Correlated Electrons
+1010.5027 Strongly Correlated Electrons
+1012.3882 Probability
+1012.4226 Algebraic Geometry
+1101.1162 Geometric Topology
+1103.0301 Geometric Topology
+1103.5800 Mesoscale and Nanoscale Physics
+1105.4048 Analysis of PDEs
+1105.5725 Analysis of PDEs
+1106.1320 Optics
+1106.1721 Biological Physics
+1107.1603 Differential Geometry
+1108.5758 Mesoscale and Nanoscale Physics
+1109.0325
+1109.2289 Optimization and Control
+1109.6538
+1110.4073 Representation Theory
+1110.5917 Strongly Correlated Electrons
+1110.6689 Strongly Correlated Electrons
+1111.3278 Materials Science
+1111.4689 Probability
+1112.4667 Number Theory
+1201.2869 Populations and Evolution
+1201.3777 Analysis of PDEs
+1202.6587 Classical Analysis and ODEs
+1203.4670 Spectral Theory
+1203.4918 Probability
+1203.6264 Combinatorics
+1204.1777 Optimization and Control
+1205.2834 Analysis of PDEs
+1205.5388 Theory
+1206.2090 Mesoscale and Nanoscale Physics
+1206.4056 Classical Analysis and ODEs
+1206.4869 General Topology
+1206.5457
+1207.0350 Systems and Control
+1207.0417 Theory
+1207.1009
+1207.1853 Cosmology and Nongalactic Astrophysics
+1207.2897 Differential Geometry
+1207.4964 Atomic Physics
+1207.7119 Mesoscale and Nanoscale Physics
+1208.0822 Mesoscale and Nanoscale Physics
+1208.0860
+1208.0988 Materials Science
+1208.1102 Superconductivity
+1208.2800 Statistical Mechanics
+1208.3493 Mesoscale and Nanoscale Physics
+1208.3602 Disordered Systems and Neural Networks
+1208.6463 Phenomenology
+1209.0891 Cosmology and Nongalactic Astrophysics
+1209.1850
+1209.2037 Mesoscale and Nanoscale Physics
+1209.2842 Theory
+1209.3174 Strongly Correlated Electrons
+1209.4080 Cosmology and Nongalactic Astrophysics
+1209.4743 Superconductivity
+1209.6046 Populations and Evolution
+1210.1278 Combinatorics
+1210.1385 Phenomenology
+1210.1485
+1210.2385 Phenomenology
+1210.4103 Phenomenology
+1210.4557 Phenomenology
+1210.5151 Mesoscale and Nanoscale Physics
+1210.5502 Quantitative Methods
+1210.6992 Lattice
+1210.8157 Lattice
+1211.2593 Algebraic Geometry
+1211.2940 Symplectic Geometry
+1211.3349 Combinatorics
+1211.3363 Theory
+1211.3586 Theory
+1211.6774
+1211.7366 Functional Analysis
+1212.0697 Materials Science
+1212.1809 General Physics
+1212.1911 Mesoscale and Nanoscale Physics
+1212.2072 Cosmology and Nongalactic Astrophysics
+1212.2145 Information Retrieval
+1212.2695
+1212.2709
+1212.2828 Instrumentation and Methods for Astrophysics
+1212.2830 Plasma Physics
+1212.2963 Emerging Technologies
+1212.2968 Cosmology and Nongalactic Astrophysics
+1212.2981 Geophysics
+1212.2984 Geophysics
+1212.2988 Representation Theory
+1212.2991 Software Engineering
+1212.2995 Methodology
+1212.2997 Materials Science
+1212.3001 Materials Science
+1212.3006 Combinatorics
+1212.3007 Plasma Physics
+1212.3009 Complex Variables
+1212.3010 Optics
+1212.3013 Information Retrieval
+1212.3014 Differential Geometry
+1212.3015 Number Theory
+1212.3018 Solar and Stellar Astrophysics
+1212.3021 Combinatorics
+1212.3023 Information Retrieval
+1212.3026 Numerical Analysis
+1212.3029
+1212.3033 Mesoscale and Nanoscale Physics
+1212.3034 Computer Vision and Pattern Recognition
+1212.3036 Discrete Mathematics
+1212.3040 Plasma Physics
+1212.3041 Physics and Society
+1212.3044 Theory
+1212.3060 Software Engineering
+1212.3067 Software Engineering
+1212.3068 Classical Physics
+1212.3069 Cellular Automata and Lattice Gases
+1212.3070 Rings and Algebras
+1212.3074 Distributed, Parallel, and Cluster Computing
+1212.3076 Genomics
+1212.3093 Combinatorics
+1212.3094 Probability
+1212.3101 Cosmology and Nongalactic Astrophysics
+1212.3106 Disordered Systems and Neural Networks
+1212.3107 Logic
+1212.3112 Biological Physics
+1212.3113 Rings and Algebras
+1212.3115 Number Theory
+1212.3119 Sound
+1212.3120 Genomics
+1212.3126
+1212.3129 Solar and Stellar Astrophysics
+1212.3132 Operator Algebras
+1212.3137 Portfolio Management
+1212.3138 Computation and Language
+1212.3149 Number Theory
+1212.3152 Atmospheric and Oceanic Physics
+1212.3162 Computation and Language
+1212.3170 Computer Science and Game Theory
+1212.3175 Chaotic Dynamics
+1212.3176 Logic
+1212.3177 Information Theory
+1212.3179 Combinatorics
+1212.3180 Solar and Stellar Astrophysics
+1212.3182 Rings and Algebras
+1212.3188 Lattice
+1212.3189 Lattice
+1212.3193 Metric Geometry
+1212.3199 Operator Algebras
+1212.3204 Phenomenology
+1212.3206 Phenomenology
+1212.3208 Combinatorics
+1212.3211
+1212.3216 Networking and Internet Architecture
+1212.3217 Logic in Computer Science
+1212.3220 Networking and Internet Architecture
+1212.3221 Phenomenology
+1212.3228 Computation and Language
+1212.3229 Populations and Evolution
+1212.3234
+1212.3235 Lattice
+1212.3236
+1212.3239 General Physics
+1212.3242 Optics
+1212.3248 Software Engineering
+1212.3255 Physics Education
+1212.3257 Cryptography and Security
+1212.3258 Numerical Analysis
+1212.3259 Instrumentation and Detectors
+1212.3269 Astrophysics of Galaxies
+1212.3279 Analysis of PDEs
+1212.3284 Probability
+1212.3287 Geophysics
+1212.3289 Information Theory
+1212.3294
+1212.3304
+1212.3308 Robotics
+1212.3309 Chemical Physics
+1212.3311 Instrumentation and Methods for Astrophysics
+1212.3315 Algebraic Geometry
+1212.3320 Physics and Society
+1212.3322 Theory
+1212.3325
+math/0506216 Group Theory
+0710.0035 Classical Analysis and ODEs
+0710.5464 Algebraic Geometry
+0801.0554
+0805.0697 Neural and Evolutionary Computing
+0807.2888 Quantum Algebra
+0905.0693 Strongly Correlated Electrons
+0907.5170 Symplectic Geometry
+0910.1861 Algebraic Topology
+0911.3786 Logic in Computer Science
+0912.0698 Strongly Correlated Electrons
+1003.5391 Differential Geometry
+1006.3704 Soft Condensed Matter
+1006.4477 Mesoscale and Nanoscale Physics
+1006.5062 Representation Theory
+1007.1139 Mesoscale and Nanoscale Physics
+1008.3329 Theory
+1009.1733 Soft Condensed Matter
+1009.2930 Algebraic Topology
+1011.0717 Functional Analysis
+1011.3191 Superconductivity
+1012.0454 Algebraic Topology
+1012.0626 Phenomenology
+1012.1683
+1101.1291 Discrete Mathematics
+1102.1404 Superconductivity
+1102.4648 Mesoscale and Nanoscale Physics
+1103.1020
+1103.1654 Classical Physics
+1103.2478 Quantum Gases
+1103.3943 Strongly Correlated Electrons
+1104.1312 Superconductivity
+1104.1441 Mesoscale and Nanoscale Physics
+1104.4981 Algebraic Geometry
+1105.1010 Probability
+1105.1595 Discrete Mathematics
+1105.2697 Geometric Topology
+1105.4518 Analysis of PDEs
+1106.1926
+1106.2841
+1106.4138 High Energy Astrophysical Phenomena
+1106.4434 Theory
+1106.5035 Phenomenology
+1108.1767 Phenomenology
+1108.2932 Rings and Algebras
+1108.3320 Theory
+1108.4300 Soft Condensed Matter
+1108.5734 Cosmology and Nongalactic Astrophysics
+1109.0454 Optics
+1109.1192
+1109.1225 Strongly Correlated Electrons
+1109.3105 Phenomenology
+1109.3998 Atomic Physics
+1109.4625 Solar and Stellar Astrophysics
+1110.0902 Statistics Theory
+1110.1561 Mesoscale and Nanoscale Physics
+1110.2512 Analysis of PDEs
+1110.5216 Statistical Mechanics
+1110.5643 Superconductivity
+1111.0126 Superconductivity
+1111.1171 Superconductivity
+1111.1531
+1111.2110 Optics
+1111.4013 Differential Geometry
+1111.5912 Soft Condensed Matter
+1111.6888 Atomic and Molecular Clusters
+1112.0350 Logic
+1112.1317 Category Theory
+1112.3241 Atomic Physics
+1112.3662 Superconductivity
+1112.4474 Strongly Correlated Electrons
+1112.4699 Phenomenology
+1112.4962 Atomic Physics
+1112.5337 Cosmology and Nongalactic Astrophysics
+1201.0044 Superconductivity
+1201.0523 Quantum Gases
+1201.3935 Applications
+1201.4478 Number Theory
+1201.5086 Software Engineering
+1201.5310 Group Theory
+1201.6187 Phenomenology
+1201.6638 Pattern Formation and Solitons
+1202.0072 Optics
+1202.1528 Theory
+1202.1675 Classical Analysis and ODEs
+1202.4061 Combinatorics
+1202.4731
+1202.5234
+1202.5586 Mesoscale and Nanoscale Physics
+1202.5969 Superconductivity
+1202.6294 Data Analysis, Statistics and Probability
+1203.1753 Number Theory
+1203.2580 Mesoscale and Nanoscale Physics
+1203.3730 Logic in Computer Science
+1203.5703 Pricing of Securities
+1203.6761 Strongly Correlated Electrons
+1203.6795 Dynamical Systems
+1204.0791 Phenomenology
+1204.0880 Analysis of PDEs
+1204.1235 Soft Condensed Matter
+1204.2041 Networking and Internet Architecture
+1204.2608 Optics
+1204.2739 Strongly Correlated Electrons
+1204.2865
+1204.3547 Methodology
+1204.3590 Representation Theory
+1204.3795 Number Theory
+1204.4699 Statistics Theory
+1204.5001 Neurons and Cognition
+1204.5168 Data Analysis, Statistics and Probability
+1204.5171 General Finance
+1204.5172
+1204.5197 Logic
+1204.5198 Logic
+1204.5202 Theory
+1204.5208 Materials Science
+1204.5214 Rings and Algebras
+1204.5215 Rings and Algebras
+1204.5216 Rings and Algebras
+1204.5218 Number Theory
+1204.5219 Mesoscale and Nanoscale Physics
+1204.5222 Differential Geometry
+1204.5223 Atomic Physics
+1204.5225 Differential Geometry
+1204.5231
+1204.5232 Differential Geometry
+1204.5233 Differential Geometry
+1204.5241 Experiment
+1204.5244 Logic
+1204.5248 Algebraic Geometry
+1204.5249 Physics and Society
+1204.5253 Information Theory
+1204.5257 Superconductivity
+1204.5258 Rings and Algebras
+1204.5259 Accelerator Physics
+1204.5260 Materials Science
+1204.5263 Strongly Correlated Electrons
+1204.5266 Representation Theory
+1204.5267 Human-Computer Interaction
+1204.5269 Geometric Topology
+1204.5274 Combinatorics
+1204.5279 Phenomenology
+1204.5280 Programming Languages
+1204.5281 Networking and Internet Architecture
+1204.5283
+1204.5284 Discrete Mathematics
+1204.5287 Commutative Algebra
+1204.5288 Number Theory
+1204.5296 Theory
+1204.5306 Discrete Mathematics
+1204.5310 Differential Geometry
+1204.5316 Computation and Language
+1204.5318 Logic in Computer Science
+1204.5321 Atomic Physics
+1204.5323 Analysis of PDEs
+1204.5324 Differential Geometry
+1204.5330
+1204.5333 Computational Geometry
+1204.5335 Data Structures and Algorithms
+1204.5339 Materials Science
+1204.5350 Analysis of PDEs
+1204.5355 Combinatorics
+1204.5357 Machine Learning
+1204.5366 Cosmology and Nongalactic Astrophysics
+1204.5370 Materials Science
+1204.5371 Dynamical Systems
+1204.5373 Information Retrieval
+1204.5378 Quantum Algebra
+1204.5379 Phenomenology
+1204.5384 Algebraic Topology
+1204.5385 Theory
+1204.5386 History and Overview
+1204.5387
+1204.5388 Information Theory
+1204.5389 Superconductivity
+1204.5390 Algebraic Topology
+1204.5395 Representation Theory
+1204.5400 Statistical Mechanics
+1204.5402 Distributed, Parallel, and Cluster Computing
+1204.5407 Hardware Architecture
+1204.5410 Other Condensed Matter
+1204.5416 Computer Vision and Pattern Recognition
+1204.5417 Combinatorics
+1204.5421 Populations and Evolution
+1204.5424 Lattice
+1204.5429 Numerical Analysis
+1204.5436 Software Engineering
+1204.5437 Soft Condensed Matter
+1204.5439
+1204.5442 Data Structures and Algorithms
+1204.5443 Networking and Internet Architecture
+1204.5452 Number Theory
+1204.5458 Analysis of PDEs
+1204.5461 Differential Geometry
+1204.5463 Lattice
+1204.5468 Materials Science
+math-ph/0504046
+math/0203136 Quantum Algebra
+math/0206089 Classical Analysis and ODEs
+math/0508039 Classical Analysis and ODEs
+math/0510618 Differential Geometry
+quant-ph/0602094
+0802.2969 Theory
+0905.4707 Group Theory
+0906.3750 Group Theory
+0912.4653 Complex Variables
+1001.5183 Logic in Computer Science
+1004.2812 Mesoscale and Nanoscale Physics
+1004.3349 Analysis of PDEs
+1005.0376 Probability
+1006.0082 Mesoscale and Nanoscale Physics
+1006.2370 Accelerator Physics
+1007.0067
+1007.4230 Data Structures and Algorithms
+1008.0970 Computational Physics
+1008.3801 Theory
+1009.0111 Optics
+1010.4552 Metric Geometry
+1010.5304 Category Theory
+1012.2902 Statistics Theory
+1101.4752 Learning
+1103.0396 Logic
+1103.3022 Theory
+1103.3581 Group Theory
+1103.4220 Statistics Theory
+1105.0464 Data Structures and Algorithms
+1105.0911
+1105.1892 Lattice
+1106.2267 Combinatorics
+1106.3067 Cosmology and Nongalactic Astrophysics
+1106.3444 Materials Science
+1106.3744
+1106.4299 Optics
+1107.0059 Materials Science
+1107.1794 Probability
+1108.0773 Complex Variables
+1108.1615 Combinatorics
+1108.4117 Strongly Correlated Electrons
+1108.4362 Theory
+1108.5549 Theory
+1109.1615 Phenomenology
+1109.5577 Quantum Gases
+1110.0240 Theory
+1110.1422 Lattice
+1110.1946 Representation Theory
+1110.2096 Human-Computer Interaction
+1110.2530
+1110.5409 Superconductivity
+1110.6866
+1111.1108
+1111.1310 Optics
+1111.3512 Combinatorics
+1111.6325
+1111.7146 Probability
+1112.0785 Strongly Correlated Electrons
+1112.1991 Instrumentation and Methods for Astrophysics
+1112.5720 Strongly Correlated Electrons
+1112.5960 Combinatorics
+1201.0310 Rings and Algebras
+1201.0563
+1201.2678 Theory
+1201.2845 Neurons and Cognition
+1201.3050 Materials Science
+1201.4242 Strongly Correlated Electrons
+1201.6488 Data Structures and Algorithms
+1201.6560 Phenomenology
+1202.0098 Materials Science
+1202.0472 Classical Analysis and ODEs
+1202.0487 Strongly Correlated Electrons
+1202.1740 Information Theory
+1202.2479 Representation Theory
+1202.3291
+1202.4291 Strongly Correlated Electrons
+1202.4658 Combinatorics
+1202.5509 Programming Languages
+1203.3379 Mesoscale and Nanoscale Physics
+1203.3855 Computational Physics
+1203.5741 Geometric Topology
+1203.6559 Computational Complexity
+1203.6648 Geometric Topology
+1203.6695 Data Structures and Algorithms
+1203.6903 Cosmology and Nongalactic Astrophysics
+1204.0142 Neurons and Cognition
+1204.0258 Computation and Language
+1204.0263 Phenomenology
+1204.0453 Pricing of Securities
+1204.0529 Analysis of PDEs
+1204.0535 Computer Science and Game Theory
+1204.0537 Algebraic Geometry
+1204.0540 Probability
+1204.0541 Differential Geometry
+1204.0542 Theory
+1204.0547 Computational Geometry
+1204.0548 Earth and Planetary Astrophysics
+1204.0557 Mesoscale and Nanoscale Physics
+1204.0560 Mesoscale and Nanoscale Physics
+1204.0568 Optimization and Control
+1204.0573 Combinatorics
+1204.0576 Analysis of PDEs
+1204.0581 Strongly Correlated Electrons
+1204.0584 Superconductivity
+1204.0590 Optimization and Control
+1204.0596 Cosmology and Nongalactic Astrophysics
+1204.0602 Algebraic Geometry
+1204.0605 Logic
+1204.0606 Functional Analysis
+1204.0607 Logic
+1204.0609 Number Theory
+1204.0613 Superconductivity
+1204.0618 Optics
+1204.0620 Functional Analysis
+1204.0623 Analysis of PDEs
+1204.0630 Soft Condensed Matter
+1204.0633 Pricing of Securities
+1204.0634 Multiagent Systems
+1204.0635 Soft Condensed Matter
+1204.0636 Combinatorics
+1204.0637 Probability
+1204.0639 Probability
+1204.0640 Probability
+1204.0642 Symplectic Geometry
+1204.0647 Combinatorics
+1204.0648 Spectral Theory
+1204.0650 Physics and Society
+1204.0653 General Physics
+1204.0656 Machine Learning
+1204.0657 Astrophysics of Galaxies
+1204.0660 Computational Geometry
+1204.0661
+1204.0662 Soft Condensed Matter
+1204.0663 Differential Geometry
+1204.0666 Optics
+1204.0669
+1204.0670
+1204.0676 Theory
+1204.0677 Instrumentation and Detectors
+1204.0678
+1204.0682 Geometric Topology
+1204.0683
+1204.0684 Learning
+1204.0689 Mesoscale and Nanoscale Physics
+1204.0691 Complex Variables
+1204.0695 Representation Theory
+1204.0697 Earth and Planetary Astrophysics
+1204.0709 Astrophysics of Galaxies
+1204.0710 Neurons and Cognition
+1204.0712 Functional Analysis
+1204.0713 Representation Theory
+1204.0719 Differential Geometry
+1204.0722
+1204.0724 Differential Geometry
+1204.0728 Functional Analysis
+1204.0730 Strongly Correlated Electrons
+1204.0731 Artificial Intelligence
+1204.0734 Optimization and Control
+1204.0744 Theory
+1204.0746 Information Theory
+1204.0752 Physics and Society
+1204.0760
+1204.0765
+1204.0772 Disordered Systems and Neural Networks
+1204.0776 Information Theory
+cond-mat/0609142 Strongly Correlated Electrons
+math/0312503 Algebraic Geometry
+math/0503736 Dynamical Systems
+math/0510490 Category Theory
+physics/0406141 Atomic Physics
+0705.4684 Materials Science
+0809.4771 Differential Geometry
+0901.0896 Materials Science
+0901.1689 Operator Algebras
+0903.4348 Other Condensed Matter
+0906.2237 Cosmology and Nongalactic Astrophysics
+0908.0086 Probability
+0909.1033 Dynamical Systems
+0910.1250 Chemical Physics
+0910.1287
+1003.1641 Strongly Correlated Electrons
+1003.2628 Biological Physics
+1004.3619 Geometric Topology
+1004.5118
+1005.0368 Spectral Theory
+1005.2230 Differential Geometry
+1005.4541 General Physics
+1006.3509 Chaotic Dynamics
+1008.2413
+1009.3262 Symplectic Geometry
+1009.5108 Computational Complexity
+1010.1500 Differential Geometry
+1011.0599 Atomic Physics
+1012.4786 Combinatorics
+1101.0876 Statistical Mechanics
+1102.0354 Soft Condensed Matter
+1102.2012 Operator Algebras
+1103.0080 Combinatorics
+1103.1165 Portfolio Management
+1103.2252 Physics and Society
+1103.4777 Combinatorics
+1103.4916 Databases
+1104.4585 Algebraic Topology
+1105.2078 Optimization and Control
+1105.5333 Combinatorics
+1106.1590 Networking and Internet Architecture
+1106.1948 Earth and Planetary Astrophysics
+1106.2837 Probability
+1106.5614 Soft Condensed Matter
+1107.0468
+1107.5652 Analysis of PDEs
+1108.5393 Algebraic Geometry
+1109.1481
+1109.1520 Phenomenology
+1109.3384 Quantum Gases
+1109.4329
+1109.4491 Optics
+1110.0962 Strongly Correlated Electrons
+1110.2028 Combinatorics
+1110.2997 Instrumentation and Methods for Astrophysics
+1110.3153
+1110.3874
+1110.3999 Statistical Mechanics
+1110.4228 Combinatorics
+1111.3176 Physics and Society
+1111.3227 Cosmology and Nongalactic Astrophysics
+1111.4272 Optics
+1111.4411
+1111.4535 Materials Science
+1111.5606 Theory
+1111.5962 Phenomenology
+1111.6198
+1111.6209 Statistical Mechanics
+1112.0063 Cosmology and Nongalactic Astrophysics
+1112.1951 Superconductivity
+1112.2360 K-Theory and Homology
+1112.3346 Theory
+1112.3887 Theory
+1112.5306 Phenomenology
+1112.5641
+1201.0043 Discrete Mathematics
+1201.0208
+1201.2107 Hardware Architecture
+1201.3943 Combinatorics
+1201.5781 Earth and Planetary Astrophysics
+1201.6179 Digital Libraries
+1202.0592 Information Theory
+1202.3161 Mesoscale and Nanoscale Physics
+1202.3186 Combinatorics
+1202.5897 Differential Geometry
+1202.5977 Operator Algebras
+1202.6154
+1202.6631 Quantum Gases
+1203.0877 Disordered Systems and Neural Networks
+1203.1438 Superconductivity
+1203.1454
+1203.1673 Cryptography and Security
+1203.1743 Logic
+1203.1784 Cosmology and Nongalactic Astrophysics
+1203.1789 Soft Condensed Matter
+1203.1796 Earth and Planetary Astrophysics
+1203.1897 Human-Computer Interaction
+1203.1935 Spectral Theory
+1203.1936 Accelerator Physics
+1203.1941 Solar and Stellar Astrophysics
+1203.1944 High Energy Astrophysical Phenomena
+1203.1945 Biological Physics
+1203.1947 Optics
+1203.1951 Space Physics
+1203.1952 Databases
+1203.1957 Cell Behavior
+1203.1964 Computers and Society
+1203.1967 Commutative Algebra
+1203.1969 Commutative Algebra
+1203.1970 Materials Science
+1203.1971 Emerging Technologies
+1203.1980
+1203.1981 Other Computer Science
+1203.1985 Computer Vision and Pattern Recognition
+1203.1988 High Energy Astrophysical Phenomena
+1203.1993 History and Overview
+1203.1995 Social and Information Networks
+1203.1996 Astrophysics of Galaxies
+1203.1997 Networking and Internet Architecture
+1203.2000 Databases
+1203.2002 Learning
+1203.2003 General Mathematics
+1203.2004 Statistics Theory
+1203.2006 Biological Physics
+1203.2007 Probability
+1203.2009 Quantum Algebra
+1203.2014 Solar and Stellar Astrophysics
+1203.2015 Combinatorics
+1203.2017 Pricing of Securities
+1203.2021 Information Retrieval
+1203.2024 Networking and Internet Architecture
+1203.2027 Statistics Theory
+1203.2031 Software Engineering
+1203.2032 Materials Science
+1203.2040 Commutative Algebra
+1203.2041 Networking and Internet Architecture
+1203.2043 Statistics Theory
+1203.2044 Networking and Internet Architecture
+1203.2045 Algebraic Topology
+1203.2049 Other Condensed Matter
+1203.2050 Materials Science
+1203.2051 Combinatorics
+1203.2059 Differential Geometry
+1203.2062 Methodology
+1203.2063 Quantum Gases
+1203.2070 Optimization and Control
+1203.2074 Instrumentation and Detectors
+1203.2075 Analysis of PDEs
+1203.2078 Probability
+1203.2079 Materials Science
+1203.2080 Biological Physics
+1203.2087 Statistics Theory
+1203.2093 Spectral Theory
+1203.2095 Strongly Correlated Electrons
+1203.2101 Analysis of PDEs
+1203.2112 Quantum Algebra
+1203.2114 Solar and Stellar Astrophysics
+1203.2123 Group Theory
+1203.2124 Differential Geometry
+1203.2125 Group Theory
+1203.2141 Algebraic Geometry
+1203.2143 High Energy Astrophysical Phenomena
+1203.2147 Multimedia
+1203.2148 Mesoscale and Nanoscale Physics
+1203.2159 Superconductivity
+1203.2161 Theory
+1203.2162 Cosmology and Nongalactic Astrophysics
+1203.2163 Networking and Internet Architecture
+1203.2167 Networking and Internet Architecture
+1203.2168 Computational Complexity
+1203.2169 Information Theory
+1203.2174 Instrumentation and Methods for Astrophysics
+1203.2177 Learning
+1203.2178 Genomics
+cond-mat/0410377 Materials Science
+math/0611431 Differential Geometry
+0705.0949 Algebraic Geometry
+0712.3291 Algebraic Geometry
+0803.4046 General Finance
+0803.4050 General Finance
+0806.0918 Probability
+0806.2923 Computer Science and Game Theory
+0808.3298
+0811.2420
+0812.4269 Probability
+0902.0943 Classical Analysis and ODEs
+0902.3619 Machine Learning
+0904.4493 Representation Theory
+0905.4341 Artificial Intelligence
+0906.1084 Computational Complexity
+0909.0695 Mesoscale and Nanoscale Physics
+0909.4469 Algebraic Geometry
+0910.2401
+0912.0017 Probability
+0912.2723 Commutative Algebra
+1001.2789 Classical Analysis and ODEs
+1002.3171 Cryptography and Security
+1002.3174 Learning
+1002.3175 Cryptography and Security
+1002.3176 Cryptography and Security
+1002.3299 Cryptography and Security
+1002.3303 Cryptography and Security
+1002.3316 Cryptography and Security
+1002.3567 Cryptography and Security
+1005.0827 Classical Analysis and ODEs
+1005.1664 Cosmology and Nongalactic Astrophysics
+1005.5487 Quantum Gases
+1005.5495 Optimization and Control
+1006.5600 Analysis of PDEs
+1007.4731 Classical Analysis and ODEs
+1008.4143
+1008.4346 Strongly Correlated Electrons
+1009.1901 Quantum Gases
+1009.4405 Differential Geometry
+1010.0617 Biological Physics
+1010.1842 Classical Analysis and ODEs
+1010.4072 Combinatorics
+1011.0105
+1011.4456
+1012.2300 Superconductivity
+1012.4796 Dynamical Systems
+1101.5544 Quantum Algebra
+1102.2909
+1102.4034 Emerging Technologies
+1104.2607 Cosmology and Nongalactic Astrophysics
+1105.4771 Instrumentation and Detectors
+1106.0201 Statistical Mechanics
+1106.2068 Statistics Theory
+1106.3135 Mesoscale and Nanoscale Physics
+1106.3363 Dynamical Systems
+1106.4215 Physics and Society
+1106.4813 High Energy Astrophysical Phenomena
+1106.5028 Algebraic Geometry
+1106.5994
+1107.0355
+1107.0418 Operator Algebras
+1107.2363 Combinatorics
+1107.3938 Theory
+1107.5215 Statistical Mechanics
+1107.5287 Statistical Mechanics
+1108.0227
+1108.1620 Optics
+1108.2914 Cosmology and Nongalactic Astrophysics
+1108.5495 Analysis of PDEs
+1108.6180 Phenomenology
+1109.2070
+1109.3459
+1109.3533
+1109.3567 Representation Theory
+1109.4678 High Energy Astrophysical Phenomena
+1109.6936 Cosmology and Nongalactic Astrophysics
+1110.1158 Algebraic Topology
+1110.2463 Phenomenology
+1110.2653 Cryptography and Security
+1110.2760
+1110.2862 Phenomenology
+1110.3266 Phenomenology
+1110.3557 Differential Geometry
+1110.5348 Statistical Mechanics
+1110.5653 Strongly Correlated Electrons
+1111.0145 Representation Theory
+1111.0181 Phenomenology
+1111.0611 Superconductivity
+1111.0731 Algebraic Topology
+1111.1048 Information Theory
+1111.2079 Complex Variables
+1111.2310 Pattern Formation and Solitons
+1111.3105 Statistical Mechanics
+1111.3243
+1111.3394 Instrumentation and Detectors
+1111.3637 Analysis of PDEs
+1111.4795 Social and Information Networks
+1111.5074
+1111.5552
+1111.5581 Chaotic Dynamics
+1111.6063 Differential Geometry
+1111.6415 Instrumentation and Methods for Astrophysics
+1112.0044 Statistical Mechanics
+1112.1027
+1112.1453 Analysis of PDEs
+1112.2142 Differential Geometry
+1112.2269 Statistical Mechanics
+1112.3024 Phenomenology
+1112.3114 High Energy Astrophysical Phenomena
+1112.3430 Mesoscale and Nanoscale Physics
+1112.3650 Quantum Gases
+1112.4292 Classical Analysis and ODEs
+1112.5119 Materials Science
+1112.5148 Functional Analysis
+1112.5231 Materials Science
+1112.5270 Optics
+1112.5417 Theory
+1112.5516 Quantum Gases
+1201.0036 Soft Condensed Matter
+1201.2204 Solar and Stellar Astrophysics
+1201.2504 Cryptography and Security
+1201.2855 Statistical Mechanics
+1201.3507 Representation Theory
+1201.4473 High Energy Astrophysical Phenomena
+1201.4806 Dynamical Systems
+1201.5151
+1201.5188
+1201.5552 Mesoscale and Nanoscale Physics
+1201.5703 Combinatorics
+1201.6466 Mesoscale and Nanoscale Physics
+1202.0708 Mesoscale and Nanoscale Physics
+1202.0767 Statistical Mechanics
+1202.0864 Information Theory
+1202.1704 Atomic Physics
+1202.1738 Computation
+1202.1896 Discrete Mathematics
+1202.2685
+1202.3081 Materials Science
+1202.5064 Methodology
+1202.5385 Representation Theory
+1202.5846 Methodology
+1203.0088 Artificial Intelligence
+1203.0462 Materials Science
+1203.1137 Other Condensed Matter
+1203.1573 Phenomenology
+1203.1991 Commutative Algebra
+1203.2262
+1203.2354 Cosmology and Nongalactic Astrophysics
+1203.2510 General Physics
+1203.3132 General Mathematics
+1203.3640 Commutative Algebra
+1203.3681 High Energy Astrophysical Phenomena
+1203.3798 Classical Physics
+1203.3811 Computational Geometry
+1203.3817 Statistical Mechanics
+1203.3819
+1203.3824 Cosmology and Nongalactic Astrophysics
+1203.3827 Cosmology and Nongalactic Astrophysics
+1203.3830 Cosmology and Nongalactic Astrophysics
+1203.3832 Learning
+1203.3833 Analysis of PDEs
+1203.3834 Algebraic Geometry
+1203.3837
+1203.3838 Neural and Evolutionary Computing
+1203.3840 Materials Science
+1203.3841 Plasma Physics
+1203.3842 History and Philosophy of Physics
+1203.3844 Chemical Physics
+1203.3847 Neural and Evolutionary Computing
+1203.3853 Analysis of PDEs
+1203.3854 Optimization and Control
+1203.3857 Probability
+1203.3861 Statistical Mechanics
+1203.3862 Lattice
+1203.3869 Optimization and Control
+1203.3870 Cryptography and Security
+1203.3871 Analysis of PDEs
+1203.3872 Numerical Analysis
+1203.3873 Mesoscale and Nanoscale Physics
+1203.3875 Operator Algebras
+1203.3879 Information Theory
+1203.3880 Computation
+1203.3882 Applications
+1203.3883 Data Structures and Algorithms
+1203.3885 Distributed, Parallel, and Cluster Computing
+1203.3895 Theory
+1203.3897 Atomic Physics
+1203.3898 Atomic Physics
+1203.3900
+1203.3902
+1203.3904 Optimization and Control
+1203.3906
+1203.3914
+1203.3918 Complex Variables
+1203.3920 Networking and Internet Architecture
+1203.3921 Probability
+1203.3923 Other Computer Science
+1203.3924 Materials Science
+1203.3926
+1203.3928 Classical Analysis and ODEs
+1203.3929 Genomics
+1203.3933
+1203.3935 Learning
+1203.3938 Optics
+1203.3939 Cellular Automata and Lattice Gases
+1203.3940 Soft Condensed Matter
+1203.3943 Dynamical Systems
+1203.3951 Robotics
+1203.3952 Mesoscale and Nanoscale Physics
+1203.3953 Numerical Analysis
+1203.3957
+1203.3962 Networking and Internet Architecture
+1203.3964 Combinatorics
+1203.3966 Neurons and Cognition
+1203.3973 Mesoscale and Nanoscale Physics
+1203.3975 Algebraic Geometry
+1203.3981 Disordered Systems and Neural Networks
+1203.3987 General Physics
+1203.3988 Phenomenology
+1203.3992 Dynamical Systems
+1203.3997 Distributed, Parallel, and Cluster Computing
+1203.3999 Combinatorics
+1203.4003 Chaotic Dynamics
+1203.4005 Spectral Theory
+1203.4009 Mathematical Software
+1203.4011 Artificial Intelligence
+1203.4021 Spectral Theory
+1203.4025 Phenomenology
+1203.4035 Multimedia
+1203.4041 Discrete Mathematics
+1203.4042 Networking and Internet Architecture
+1203.4043 Social and Information Networks
+1203.4044 Numerical Analysis
+1203.4045 Combinatorics
+1203.4046
+1203.4047 Algebraic Geometry
+1203.4052 Phenomenology
+1203.4057
+1203.4058 Analysis of PDEs
+1203.4063 Computational Complexity
+1203.4065 Applications
+1203.4066 Number Theory
+1203.4067 Populations and Evolution
+1203.4069 Combinatorics
+1203.4070 Systems and Control
+1203.4078 Probability
+1203.4084 Logic
+1203.4088 Solar and Stellar Astrophysics
+1203.4090 Experiment
+1203.4093 Algebraic Geometry
+1203.4098 Instrumentation and Detectors
+1203.4099 Instrumentation and Detectors
+1203.4101 Differential Geometry
+1203.4103 Popular Physics
+1203.4110 K-Theory and Homology
+1203.4112 Differential Geometry
+1203.4115 Pattern Formation and Solitons
+1203.4117 Data Structures and Algorithms
+1203.4119 Applications
+1203.4122 Applications
+1203.4123 Analysis of PDEs
+1203.4133 General Topology
+1203.4134 Chaotic Dynamics
+1203.4135 Digital Libraries
+1203.4140 General Mathematics
+1203.4141 General Mathematics
+1203.4142 General Mathematics
+1203.4143 Solar and Stellar Astrophysics
+1203.4144 Fluid Dynamics
+1203.4150 Hardware Architecture
+1203.4154 Networking and Internet Architecture
+1203.4157 Databases
+1203.4159
+1203.4160 Systems and Control
+1203.4163 Databases
+1203.4167 General Mathematics
+1203.4168 Systems and Control
+1203.4173
+1203.4175 Optimization and Control
+1203.4176 Computation and Language
+1203.4178 Instrumentation and Detectors
+1203.4183 Functional Analysis
+1203.4194 Digital Libraries
+1203.4200 Combinatorics
+1203.4204 Computer Vision and Pattern Recognition
+1203.4205 History and Philosophy of Physics
+1203.4207 Theory
+1203.4209 Systems and Control
+1203.4210
+1203.4212 Probability
+1203.4214 Chaotic Dynamics
+1203.4215
+1203.4218 Phenomenology
+cond-mat/0309560 Statistical Mechanics
+hep-ph/0110087 Phenomenology
+math/0302319 Number Theory
+math/0608386 Dynamical Systems
+math/0701371 Optimization and Control
+0711.0687 Group Theory
+0810.0706 Operator Algebras
+0810.3630 Operator Algebras
+0903.2693 Cryptography and Security
+0905.1031 Chemical Physics
+0907.0578 Combinatorics
+0908.1502 Phenomenology
+0911.2809 Combinatorics
+1001.2429 Theory
+1002.3991 Group Theory
+1003.1315 Methodology
+1004.1995 Probability
+1005.2846 Theory
+1005.4349 Probability
+1005.4912 Strongly Correlated Electrons
+1006.5361 Strongly Correlated Electrons
+1009.3547 Symplectic Geometry
+1009.5799 Solar and Stellar Astrophysics
+1010.4407 Cosmology and Nongalactic Astrophysics
+1011.1468
+1012.2478 Combinatorics
+1101.0067 Spectral Theory
+1102.2478 Algebraic Geometry
+1102.3037 Group Theory
+1102.4385
+1103.0938 Superconductivity
+1103.2211 Superconductivity
+1103.2455 Cosmology and Nongalactic Astrophysics
+1103.3287 Theory
+1103.3641 Information Theory
+1103.4358 Physics and Society
+1103.4526 Quantum Algebra
+1103.5480 Phenomenology
+1103.5792 Spectral Theory
+1103.6224 Physics and Society
+1104.5038 Quantum Algebra
+1104.5538 Neural and Evolutionary Computing
+1105.3296 Probability
+1105.3914 Mesoscale and Nanoscale Physics
+1105.4108 Algebraic Geometry
+1105.5137
+1106.0453 Other Condensed Matter
+1106.1472 Geometric Topology
+1106.1727 Number Theory
+1106.3026 Superconductivity
+1106.3461 Physics and Society
+1106.4608 Mesoscale and Nanoscale Physics
+1106.6260
+1107.1314 Quantum Gases
+1107.1929 Disordered Systems and Neural Networks
+1107.2282 Probability
+1107.2672 Quantum Gases
+1108.0385 Mesoscale and Nanoscale Physics
+1109.0198
+1109.1948 Mesoscale and Nanoscale Physics
+1109.2858 Superconductivity
+1109.4056 Strongly Correlated Electrons
+1109.4183
+1109.5076 Chemical Physics
+1109.6324
+1109.6612
+1110.0394 Mesoscale and Nanoscale Physics
+1110.1634 Theory
+1110.2171 Phenomenology
+1110.3632 Statistical Mechanics
+1110.3807 High Energy Astrophysical Phenomena
+1110.3921 Materials Science
+1110.4097 Materials Science
+1110.4577 Analysis of PDEs
+1110.5377 Statistical Mechanics
+1110.5603 Materials Science
+1111.2288 Analysis of PDEs
+1111.3436 Mesoscale and Nanoscale Physics
+1111.3702 Mesoscale and Nanoscale Physics
+1111.4107 Theory
+1111.4122 Accelerator Physics
+1111.4349 Other Condensed Matter
+1111.5142 Superconductivity
+1111.6348 Spectral Theory
+1111.6360 Phenomenology
+1111.7266 Mesoscale and Nanoscale Physics
+1112.0387 Physics and Society
+1112.1810 Strongly Correlated Electrons
+1112.2529 Mesoscale and Nanoscale Physics
+1112.3385 Theory
+1112.4999 Mesoscale and Nanoscale Physics
+1112.5606 Theory
+1112.6370
+1201.0185 Phenomenology
+1201.2055
+1201.4926 Strongly Correlated Electrons
+1201.4955 Physics and Society
+1201.5203 Combinatorics
+1201.5929 Materials Science
+1201.6237 Chemical Physics
+1201.6291 Earth and Planetary Astrophysics
+1202.0182 Statistical Mechanics
+1202.1601 Number Theory
+1202.1627 Mesoscale and Nanoscale Physics
+1202.2276 Earth and Planetary Astrophysics
+1202.2652 Combinatorics
+1202.3426 Analysis of PDEs
+1202.4303
+1202.4331 Data Structures and Algorithms
+1202.5570 Algebraic Topology
+1202.5861 Accelerator Physics
+1203.0197 Neural and Evolutionary Computing
+1203.0200 Software Engineering
+1203.0298 Learning
+1203.0516 Networking and Internet Architecture
+1203.0656 Artificial Intelligence
+1203.0723 Earth and Planetary Astrophysics
+1203.1021 Artificial Intelligence
+1203.1034 Earth and Planetary Astrophysics
+1203.1042 Computational Geometry
+1203.1062 Biological Physics
+1203.1064 Quantitative Methods
+1203.1065 Machine Learning
+1203.1067 Adaptation and Self-Organizing Systems
+1203.1076 Neurons and Cognition
+1203.1084 Combinatorics
+1203.1095 Artificial Intelligence
+1203.1096 Differential Geometry
+1203.1097 Networking and Internet Architecture
+1203.1098 Classical Analysis and ODEs
+1203.1099
+1203.1101 Functional Analysis
+1203.1103
+1203.1105 Physics and Society
+1203.1107 Computer Science and Game Theory
+1203.1108 Algebraic Geometry
+1203.1111 Number Theory
+1203.1118 Number Theory
+1203.1121
+1203.1125 Statistics Theory
+1203.1128 Classical Physics
+1203.1133 Combinatorics
+1203.1136
+1203.1145 Optimization and Control
+1203.1147
+1203.1150 Social and Information Networks
+1203.1152 Optimization and Control
+1203.1153 Computational Complexity
+1203.1154 Functional Analysis
+1203.1156 Spectral Theory
+1203.1158 Combinatorics
+1203.1160 Fluid Dynamics
+1203.1163 Chemical Physics
+1203.1175 Cryptography and Security
+1203.1177 Logic in Computer Science
+1203.1178 Solar and Stellar Astrophysics
+1203.1180 Robotics
+1203.1183 Probability
+1203.1191 Probability
+1203.1196 Classical Physics
+1203.1210 Analysis of PDEs
+1203.1211 Analysis of PDEs
+1203.1212 Information Theory
+1203.1213 Number Theory
+1203.1214 Optimization and Control
+1203.1217 Mesoscale and Nanoscale Physics
+1203.1218 Analysis of PDEs
+1203.1219 General Physics
+1203.1221 Astrophysics of Galaxies
+1203.1222 Number Theory
+1203.1223 Mesoscale and Nanoscale Physics
+1203.1225 Astrophysics of Galaxies
+1203.1226 Networking and Internet Architecture
+1203.1229 General Physics
+1203.1230 Analysis of PDEs
+1203.1234 Materials Science
+1203.1250 Data Structures and Algorithms
+1203.1253
+1203.1256 Probability
+1203.1257 Combinatorics
+1203.1260 Atomic Physics
+1203.1265 Solar and Stellar Astrophysics
+1203.1270 Statistical Mechanics
+1203.1273 Number Theory
+1203.1274 Dynamical Systems
+1203.1275 Probability
+1203.1277 Solar and Stellar Astrophysics
+1203.1278 Numerical Analysis
+1203.1280 Analysis of PDEs
+1203.1281 Disordered Systems and Neural Networks
+1203.1282 General Mathematics
+1203.1283 General Mathematics
+1203.1285
+1203.1286 History and Overview
+1203.1287 Populations and Evolution
+1203.1288 Phenomenology
+1203.1292 Functional Analysis
+1203.1294 Commutative Algebra
+1203.1295 Symbolic Computation
+1203.1296 Combinatorics
+1203.1297 Solar and Stellar Astrophysics
+1203.1300 Number Theory
+1203.1301 Information Theory
+1203.1311 General Finance
+cond-mat/0611530 Statistical Mechanics
+hep-th/0411214 Theory
+math/0404313 Differential Geometry
+math/0509071 Differential Geometry
+0704.2586 Probability
+0705.0507 Complex Variables
+0710.2929 Algebraic Geometry
+0801.0298
+0804.4150 Computational Complexity
+0808.0024 Geometric Topology
+0810.1855 Dynamical Systems
+0812.4354 Dynamical Systems
+0902.0347 Statistics Theory
+0906.3287 Physics and Society
+0907.0899
+0909.1472 Probability
+0910.4739 Superconductivity
+0911.4796
+0912.5337 Probability
+1003.5611 Quantum Algebra
+1004.4314 Statistics Theory
+1005.0891 Methodology
+1006.1749 Optimization and Control
+1007.0220 Probability
+1008.3450 Neural and Evolutionary Computing
+1009.1016 Statistics Theory
+1010.5666 Strongly Correlated Electrons
+1011.0260 Phenomenology
+1011.1890 Algebraic Geometry
+1011.2549 Algebraic Topology
+1011.2646 Cosmology and Nongalactic Astrophysics
+1011.5265 Geometric Topology
+1012.1709 Number Theory
+1101.3164
+1101.5384 Differential Geometry
+1102.3270 Networking and Internet Architecture
+1104.3036 Mesoscale and Nanoscale Physics
+1104.3564 Mesoscale and Nanoscale Physics
+1105.3574 Physics and Society
+1105.4637 Theory
+1105.5609 Dynamical Systems
+1106.0633 Statistical Mechanics
+1106.0838 Materials Science
+1106.1605 Quantum Gases
+1107.0371 Discrete Mathematics
+1107.0934
+1107.1110 Number Theory
+1107.5530 Algebraic Geometry
+1108.0848 High Energy Astrophysical Phenomena
+1108.2590 Physics and Society
+1108.4327 Optimization and Control
+1109.2314 Cosmology and Nongalactic Astrophysics
+1109.3900 Differential Geometry
+1109.4045
+1109.6871 Fluid Dynamics
+1110.0457 Chemical Physics
+1110.0805 Quantum Gases
+1110.2291 Algebraic Geometry
+1110.3502 Number Theory
+1110.3868
+1110.5674
+1111.0927 Cosmology and Nongalactic Astrophysics
+1111.4111 Algebraic Geometry
+1111.4484 Soft Condensed Matter
+1111.7216 Statistical Mechanics
+1112.0411 Fluid Dynamics
+1112.3087 Phenomenology
+1112.3697 Computer Vision and Pattern Recognition
+1112.4545
+1112.5878 Instrumentation and Methods for Astrophysics
+1112.5958 Phenomenology
+1202.1080 Experiment
+1202.1420
+1202.2002 Methodology
+1202.2705 Dynamical Systems
+1203.1432 Functional Analysis
+1203.2544 Differential Geometry
+1203.2548 Materials Science
+1203.2709 Mesoscale and Nanoscale Physics
+1204.1462 Experiment
+1204.3009 Quantum Gases
+1204.3067
+1204.3203 Rings and Algebras
+1204.5147 Instrumentation and Methods for Astrophysics
+1204.6465 Fluid Dynamics
+1205.1003 Dynamical Systems
+1205.1124 High Energy Astrophysical Phenomena
+1205.3861 Soft Condensed Matter
+1205.5176 Quantum Gases
+1205.5828 Theory
+1205.6016
+1205.6730 Superconductivity
+1205.6969 Exactly Solvable and Integrable Systems
+1206.0409 Phenomenology
+1206.1322 Phenomenology
+1206.1425 Methodology
+1206.1887 Materials Science
+1206.3043 Social and Information Networks
+1206.3823 Fluid Dynamics
+1206.4849 Mesoscale and Nanoscale Physics
+1206.5833 Artificial Intelligence
+1206.6020 Statistical Mechanics
+1206.6955 Soft Condensed Matter
+1207.1554 Solar and Stellar Astrophysics
+1207.2633
+1207.3993 Earth and Planetary Astrophysics
+1207.4097 Strongly Correlated Electrons
+1207.4364 Optics
+1207.4767 Theory
+1207.5364 Classical Physics
+1207.5455 Statistical Mechanics
+1207.5503 Theory
+1208.1030 Phenomenology
+1208.1067 Probability
+1208.1405 Algebraic Geometry
+1208.1965
+1208.2225 Strongly Correlated Electrons
+1208.2370 Optics
+1208.2496 Phenomenology
+1208.4281 Phenomenology
+1208.5407 Optics
+1208.6541 Phenomenology
+1209.0045 Quantum Algebra
+1209.0293 High Energy Astrophysical Phenomena
+1209.0681
+1209.2119 Phenomenology
+1209.2313 Mesoscale and Nanoscale Physics
+1209.2830 Fluid Dynamics
+1209.3076
+1209.3622 Phenomenology
+1209.4481 Soft Condensed Matter
+1209.4753 Superconductivity
+1209.5635 Geometric Topology
+1209.6481 Data Structures and Algorithms
+1210.0341 Instrumentation and Detectors
+1210.0560 Astrophysics of Galaxies
+1210.0966 Theory
+1210.1546 Plasma Physics
+1210.3727 Physics and Society
+1210.4053 Data Structures and Algorithms
+1210.4443 Differential Geometry
+1210.4779 Quantum Algebra
+1210.5334 Theory
+1210.5808 Materials Science
+1210.5884 Solar and Stellar Astrophysics
+1210.6910 Networking and Internet Architecture
+1210.8293 Systems and Control
+1211.0004 Popular Physics
+1211.0191 Computer Vision and Pattern Recognition
+1211.2562
+1211.2827 Algebraic Geometry
+1211.3216
+1211.3384 Information Theory
+1211.3707 Physics Education
+1211.4482 Mesoscale and Nanoscale Physics
+1211.4486 Mesoscale and Nanoscale Physics
+1211.4887 Theory
+1211.4929 Information Retrieval
+1211.4957 Artificial Intelligence
+1211.5138 Superconductivity
+1211.5152 Plasma Physics
+1211.5157 Networking and Internet Architecture
+1211.5158 Mesoscale and Nanoscale Physics
+1211.5160 Phenomenology
+1211.5165 Mesoscale and Nanoscale Physics
+1211.5170 Logic
+1211.5171 Numerical Analysis
+1211.5173 Other Computer Science
+1211.5175 Physics Education
+1211.5176
+1211.5178 Combinatorics
+1211.5184 Social and Information Networks
+1211.5187 Materials Science
+1211.5188 Complex Variables
+1211.5194 Machine Learning
+1211.5197 Phenomenology
+1211.5199 Experiment
+1211.5202 Quantum Gases
+1211.5207 Information Theory
+1211.5210 Phenomenology
+1211.5217 Analysis of PDEs
+1211.5219 Statistics Theory
+1211.5220 Statistics Theory
+1211.5221 Networking and Internet Architecture
+1211.5222 Mesoscale and Nanoscale Physics
+1211.5223 Probability
+1211.5226 Number Theory
+1211.5230 Mesoscale and Nanoscale Physics
+1211.5231 Information Theory
+1211.5233 Number Theory
+1211.5237 Theory
+1211.5239 Statistics Theory
+1211.5240 Optics
+1211.5245 Atmospheric and Oceanic Physics
+1211.5247 Solar and Stellar Astrophysics
+1211.5248 Hardware Architecture
+1211.5250 Cosmology and Nongalactic Astrophysics
+1211.5251 Information Theory
+1211.5252 Information Theory
+1211.5258 Plasma Physics
+1211.5260 Optics
+1211.5268 Commutative Algebra
+1211.5269 Materials Science
+1211.5270
+1211.5271 Differential Geometry
+1211.5272 Statistics Theory
+1211.5277 Functional Analysis
+1211.5280 Superconductivity
+1211.5281 Statistics Theory
+1211.5282 Chemical Physics
+1211.5287 Superconductivity
+1211.5293 Experiment
+1211.5296 Theory
+1211.5298 Numerical Analysis
+1211.5299 Analysis of PDEs
+1211.5304 Mesoscale and Nanoscale Physics
+1211.5306 General Physics
+1211.5307 Combinatorics
+1211.5311 Combinatorics
+1211.5313
+1211.5316 Geophysics
+1211.5318 Commutative Algebra
+1211.5322 Logic in Computer Science
+1211.5325 Differential Geometry
+1211.5329 Computer Science and Game Theory
+1211.5333 Mesoscale and Nanoscale Physics
+1211.5334 Differential Geometry
+1211.5341 Mesoscale and Nanoscale Physics
+1211.5342 Group Theory
+1211.5344 Differential Geometry
+1211.5345 Group Theory
+1211.5346 Group Theory
+1211.5350 Data Structures and Algorithms
+1211.5352 Numerical Analysis
+1211.5353 Data Structures and Algorithms
+1211.5355 Computer Vision and Pattern Recognition
+1211.5357 Disordered Systems and Neural Networks
+1211.5359 Experiment
+1211.5365 Plasma Physics
+1211.5371 Networking and Internet Architecture
+1211.5383 Rings and Algebras
+1211.5385 Cosmology and Nongalactic Astrophysics
+1211.5386 Commutative Algebra
+1211.5400 Neural and Evolutionary Computing
+1211.5402 Other Computer Science
+1211.5406 Optimization and Control
+1211.5407 Other Computer Science
+1211.5414 Data Structures and Algorithms
+1211.5415
+1211.5416 Phenomenology
+1211.5418 Databases
+1211.5420 Statistics Theory
+1211.5421 Strongly Correlated Electrons
+1211.5422 Statistics Theory
+1211.5424 Classical Analysis and ODEs
+1211.5426 Number Theory
+1211.5434 Computational Physics
+1211.5437 Atomic Physics
+1211.5439 Instrumentation and Methods for Astrophysics
+1211.5442 Statistics Theory
+1211.5449 Rings and Algebras
+1211.5450 Operator Algebras
+1211.5451 Software Engineering
+1211.5456 Probability
+1211.5463 Solar and Stellar Astrophysics
+1211.5465 Solar and Stellar Astrophysics
+1211.5468 Statistics Theory
+1211.5470 Phenomenology
+1211.5473 Solar and Stellar Astrophysics
+1211.5478 Dynamical Systems
+1211.5479 Statistics Theory
+1211.5484 Social and Information Networks
+1211.5487 Instrumentation and Methods for Astrophysics
+1211.5489 Probability
+1211.5491 Probability
+1211.5494 Systems and Control
+1211.5496 Combinatorics
+1211.5506 Quantum Algebra
+1211.5507 Statistics Theory
+1211.5508 General Literature
+1211.5510
+1211.5513 Statistics Theory
+1211.5514 Physics Education
+1211.5515 Strongly Correlated Electrons
+1211.5518 Strongly Correlated Electrons
+1211.5520 Computational Engineering, Finance, and Science
+1211.5524 Numerical Analysis
+1211.5527 Solar and Stellar Astrophysics
+1211.5530 Distributed, Parallel, and Cluster Computing
+1211.5535
+1211.5542 Instrumentation and Methods for Astrophysics
+1211.5544 Computational Complexity
+1211.5545 Group Theory
+1211.5549 Strongly Correlated Electrons
+1211.5550 Phenomenology
+1211.5551
+1211.5553 Analysis of PDEs
+1211.5555 Materials Science
+1211.5556 Computer Vision and Pattern Recognition
+1211.5561 Group Theory
+1211.5564 Soft Condensed Matter
+1211.5566 Information Theory
+1211.5570 Lattice
+1211.5573 Classical Analysis and ODEs
+1211.5575 General Finance
+1211.5576 Materials Science
+1211.5588 Group Theory
+1211.5590 Symbolic Computation
+1211.5591 Number Theory
+cond-mat/0106065 Soft Condensed Matter
+cond-mat/0106573 Soft Condensed Matter
+cond-mat/9806091 Soft Condensed Matter
+cond-mat/9911249 Soft Condensed Matter
+hep-ph/9808247 Phenomenology
+0704.2087
+0706.0272 Number Theory
+0710.3425
+0802.0165 Number Theory
+0805.2472
+0806.3175 Combinatorics
+0808.3112 Discrete Mathematics
+0809.3778 Optimization and Control
+0811.3613
+0812.2888 General Topology
+0812.3776
+0812.3780
+0901.2899 Probability
+0902.0511 Computational Physics
+0902.0944 Algebraic Geometry
+0902.2516 Trading and Market Microstructure
+0902.3729
+0904.0740 Optimization and Control
+0907.2099 Computational Physics
+0907.3586 Number Theory
+0909.3129 Genomics
+0909.3132 Genomics
+0910.4276
+0910.5564 Logic in Computer Science
+0912.0812
+0912.1458 Probability
+1001.2180 Representation Theory
+1002.4081 Strongly Correlated Electrons
+1006.2504 History and Overview
+1007.0459 Combinatorics
+1008.3278 Combinatorics
+1009.5373 Combinatorics
+1010.5821 Functional Analysis
+1011.1823 Probability
+1012.3405 Logic
+1012.5916 Genomics
+1101.3630 Algebraic Geometry
+1102.1679
+1103.0133 Networking and Internet Architecture
+1103.2950 Computation and Language
+1103.4475
+1104.3308 Mesoscale and Nanoscale Physics
+1105.0273 Complex Variables
+1105.1484 Optimization and Control
+1105.4840 Computational Physics
+1106.2234
+1106.6105
+1107.2529 General Physics
+1108.1099 Probability
+1108.4078 Classical Analysis and ODEs
+1108.4887 Number Theory
+1109.0236 Rings and Algebras
+1109.5099 Soft Condensed Matter
+1110.0530
+1110.2584 Mesoscale and Nanoscale Physics
+1110.2617 Soft Condensed Matter
+1110.3747 Quantum Gases
+1110.4216
+1111.1794 Cosmology and Nongalactic Astrophysics
+1111.4873 Strongly Correlated Electrons
+1111.5275 Algebraic Geometry
+1111.5715 Phenomenology
+1112.0916 Chemical Physics
+1112.1277 Theory
+1201.0278 Mesoscale and Nanoscale Physics
+1201.0352 Biological Physics
+1201.1436 Materials Science
+1201.1771 Analysis of PDEs
+1201.2019 Quantum Gases
+1201.3401 Symbolic Computation
+1201.5360 Information Theory
+1201.6346 Materials Science
+1202.0561 Materials Science
+1202.0626 Mesoscale and Nanoscale Physics
+1202.1241 Lattice
+1202.1500 Physics Education
+1202.2464 Theory
+1202.2718 Phenomenology
+1202.5449 Formal Languages and Automata Theory
+1203.0320
+1203.1491 Mesoscale and Nanoscale Physics
+1203.1775 Earth and Planetary Astrophysics
+1203.2118 Phenomenology
+1203.3998 Superconductivity
+1204.1783 Strongly Correlated Electrons
+1204.5174 Computational Engineering, Finance, and Science
+1204.5934 Superconductivity
+1204.6179 Logic in Computer Science
+1204.6388 Theory
+1204.6729 Other Computer Science
+1205.0142 Metric Geometry
+1205.0584 Molecular Networks
+1205.0609 Number Theory
+1205.0803 History and Philosophy of Physics
+1205.0804 History and Philosophy of Physics
+1205.0817 Adaptation and Self-Organizing Systems
+1205.0819 Geophysics
+1205.0820 Networking and Internet Architecture
+1205.0828
+1205.0831 Artificial Intelligence
+1205.0834 Statistics Theory
+1205.0837 Databases
+1205.0839 Software Engineering
+1205.0845 Discrete Mathematics
+1205.0846 Classical Analysis and ODEs
+1205.0848 Algebraic Geometry
+1205.0849 Analysis of PDEs
+1205.0856 Optimization and Control
+1205.0860 K-Theory and Homology
+1205.0861 Analysis of PDEs
+1205.0863
+1205.0864 General Topology
+1205.0869 Numerical Analysis
+1205.0873 Metric Geometry
+1205.0882 Numerical Analysis
+1205.0883 Biological Physics
+1205.0893 Quantum Algebra
+1205.0895 History and Philosophy of Physics
+1205.0896 Solar and Stellar Astrophysics
+1205.0900 Cryptography and Security
+1205.0902 Statistical Mechanics
+1205.0903 Computational Complexity
+1205.0908 Disordered Systems and Neural Networks
+1205.0911
+1205.0912 Theory
+1205.0914 Combinatorics
+1205.0917 Information Retrieval
+1205.0919 Information Retrieval
+1205.0922 History and Philosophy of Physics
+1205.0925 Probability
+1205.0926 Statistical Mechanics
+1205.0927 Information Theory
+1205.0928 Materials Science
+1205.0930
+1205.0933 Networking and Internet Architecture
+1205.0936 General Physics
+1205.0940 Combinatorics
+1205.0943 Differential Geometry
+1205.0951 Algebraic Geometry
+1205.0955 Chemical Physics
+1205.0957 Physics Education
+1205.0960 Physics and Society
+1205.0961 Number Theory
+1205.0963 Computational Geometry
+1205.0968 Computational Complexity
+1205.0969 Earth and Planetary Astrophysics
+1205.0970 Probability
+1205.0974 Data Structures and Algorithms
+1205.0978
+1205.0981
+1205.0986 Artificial Intelligence
+1205.0987 Software Engineering
+1205.1000 Optics
+1205.1002 Adaptation and Self-Organizing Systems
+1205.1005 Statistics Theory
+1205.1011 Phenomenology
+1205.1012 Risk Management
+1205.1014 Combinatorics
+1205.1018 Metric Geometry
+1205.1027 Differential Geometry
+1205.1032 Differential Geometry
+1205.1033 Superconductivity
+1205.1039 Differential Geometry
+1205.1040 Earth and Planetary Astrophysics
+1205.1043 High Energy Astrophysical Phenomena
+1205.1049 Astrophysics of Galaxies
+adap-org/9709007 Adaptation and Self-Organizing Systems
+math/0511674 Number Theory
+math/0511677 Number Theory
+math/0511678 Number Theory
+math/0511680 Number Theory
+math/0511681 Number Theory
+math/0511682 Number Theory
+math/0512014 Number Theory
+math/0601604 Number Theory
+0705.3802 Phenomenology
+0709.1828 Theory
+0802.3308 Analysis of PDEs
+0802.4411 Computational Finance
+0803.0396 Analysis of PDEs
+0806.4168 Physics and Society
+0807.1550 Physics and Society
+0809.1236 Logic in Computer Science
+0809.2768 Physics and Society
+0810.1777 Mesoscale and Nanoscale Physics
+0812.0287 Category Theory
+0812.1627 Analysis of PDEs
+0812.3233 Combinatorics
+0903.0428 Probability
+0903.0430 Probability
+0903.3623 Physics and Society
+0904.2498 Analysis of PDEs
+0904.4863 Physics and Society
+0907.1786 Analysis of PDEs
+0907.2626 Geometric Topology
+0907.3661 Mesoscale and Nanoscale Physics
+0911.3280 Computation and Language
+1001.3910
+1003.3804 Algebraic Geometry
+1004.0130 Chemical Physics
+1004.4204 Atomic Physics
+1005.3159 Rings and Algebras
+1005.4247
+1006.0115
+1006.3825 Formal Languages and Automata Theory
+1007.1116 Strongly Correlated Electrons
+1009.0048 Probability
+1011.4289
+1011.5275 Phenomenology
+1011.5453 Phenomenology
+1101.2746 Algebraic Geometry
+1101.3616 Optics
+1101.4930 Dynamical Systems
+1102.0442 Mesoscale and Nanoscale Physics
+1102.0949 Analysis of PDEs
+1102.5156 Combinatorics
+1103.6025 Logic
+1103.6133 Cosmology and Nongalactic Astrophysics
+1103.6256 Differential Geometry
+1104.3529 Materials Science
+1105.1420
+1105.6196 Strongly Correlated Electrons
+1106.1349 Strongly Correlated Electrons
+1106.1806 Statistical Mechanics
+1106.2630 Probability
+1106.3200 Phenomenology
+1106.3562 Statistical Mechanics
+1106.4894 Numerical Analysis
+1107.2971 Classical Analysis and ODEs
+1107.3534 Cryptography and Security
+1107.5953 Information Theory
+1108.0260 Symplectic Geometry
+1108.5600 Cosmology and Nongalactic Astrophysics
+1108.5732 Theory
+1109.0011 Theory
+1109.3434 Mesoscale and Nanoscale Physics
+1109.5272
+1109.6480
+1109.6581 Probability
+1110.0849 Phenomenology
+1110.0895 Computational Engineering, Finance, and Science
+1110.1180 Computational Geometry
+1110.1954 Strongly Correlated Electrons
+1110.2301 Strongly Correlated Electrons
+1110.2559 Complex Variables
+1110.2870 Superconductivity
+1110.4304 Machine Learning
+1110.5035 Theory
+1110.6564
+1111.1202 Mesoscale and Nanoscale Physics
+1111.1614 Optics
+1111.3858
+1111.6394 Statistical Mechanics
+1112.0556 Atomic Physics
+1112.1462 Complex Variables
+1112.2383 Algebraic Geometry
+1112.2399 Representation Theory
+1112.2806
+1112.3956 Phenomenology
+1112.5368 Mesoscale and Nanoscale Physics
+1201.1139 Number Theory
+1201.1905 Theory
+1201.2834 Computer Science and Game Theory
+1201.3358 Strongly Correlated Electrons
+1201.3816 Probability
+1201.5197 High Energy Astrophysical Phenomena
+1201.5512 Classical Analysis and ODEs
+1201.6559 History and Overview
+1202.0170 Theory
+1202.0697 Pattern Formation and Solitons
+1202.1010 Strongly Correlated Electrons
+1202.2224 Statistical Mechanics
+1202.2260 Phenomenology
+1202.2480 Superconductivity
+1202.2982
+1202.3198 Metric Geometry
+1202.3537 Strongly Correlated Electrons
+1202.3845
+1202.4140 Computer Science and Game Theory
+1202.4437 Methodology
+1202.4748 Computational Physics
+1202.4821 Computational Geometry
+1203.0697 Machine Learning
+1203.1078 Methodology
+1203.1371 Instrumentation and Methods for Astrophysics
+1203.1943 Representation Theory
+1203.2402 Commutative Algebra
+1203.2515
+1203.3691 Algebraic Geometry
+1203.4725 Digital Libraries
+1203.5746 Superconductivity
+1204.0745
+1204.0991 Machine Learning
+1204.1061 Phenomenology
+1204.1135
+1204.1358 Category Theory
+1204.3024 Atomic Physics
+1204.3229
+1204.3437
+1204.5752 Phenomenology
+1205.0433 Superconductivity
+1205.0438 Superconductivity
+1205.0457 Mesoscale and Nanoscale Physics
+1205.0734 Number Theory
+1205.0745 Mesoscale and Nanoscale Physics
+1205.1164 Optics
+1205.1219 Classical Analysis and ODEs
+1205.1444 Phenomenology
+1205.2703 General Physics
+1205.2874 Learning
+1205.3550 Pricing of Securities
+1205.4772 Phenomenology
+1205.5065
+1205.5402 Number Theory
+1205.5964 Quantum Gases
+1205.6525 Phenomenology
+1206.0808 Phenomenology
+1206.1347 Materials Science
+1206.1728 Social and Information Networks
+1206.1837 Data Structures and Algorithms
+1206.1951 Algebraic Topology
+1206.2600
+1206.2987 Astrophysics of Galaxies
+1206.3433 Probability
+1206.3851 Analysis of PDEs
+1206.5381 Strongly Correlated Electrons
+1206.5495 Optimization and Control
+1206.5723 Mesoscale and Nanoscale Physics
+1206.5784 Algebraic Topology
+1206.6235 Solar and Stellar Astrophysics
+1206.6380 Learning
+1206.6382 Learning
+1206.6383 Learning
+1206.6384 Learning
+1206.6385 Learning
+1206.6386 Learning
+1206.6387 Learning
+1206.6388 Learning
+1206.6390 Artificial Intelligence
+1206.6391 Methodology
+1206.6392 Learning
+1206.6393 Learning
+1206.6394 Learning
+1206.6395 Learning
+1206.6396 Learning
+1206.6397 Learning
+1206.6399 Learning
+1206.6400 Learning
+1206.6401 Learning
+1206.6402 Learning
+1206.6403 Computation and Language
+1206.6404 Learning
+1206.6405 Learning
+1206.6407 Learning
+1206.6408 Methodology
+1206.6410 Learning
+1206.6411 Learning
+1206.6412 Learning
+1206.6413 Learning
+1206.6414 Learning
+1206.6415 Learning
+1206.6416 Learning
+1206.6417 Learning
+1206.6418 Learning
+1206.6419 Learning
+1206.6420 Learning
+1206.6421 Learning
+1206.6422 Learning
+1206.6423 Computation and Language
+1206.6425 Learning
+1206.6427 Learning
+1206.6428 Learning
+1206.6429 Learning
+1206.6430 Learning
+1206.6431 Learning
+1206.6432 Learning
+1206.6433 Methodology
+1206.6434 Learning
+1206.6435 Learning
+1206.6436 Learning
+1206.6437 Computer Vision and Pattern Recognition
+1206.6438 Learning
+1206.6439 Computational Engineering, Finance, and Science
+1206.6440 Learning
+1206.6441 Learning
+1206.6442 Learning
+1206.6444 Learning
+1206.6445 Computer Vision and Pattern Recognition
+1206.6446 Learning
+1206.6447 Learning
+1206.6448 Learning
+1206.6449 Learning
+1206.6450 Learning
+1206.6451 Learning
+1206.6452 Learning
+1206.6453 Learning
+1206.6454 Learning
+1206.6455 Learning
+1206.6456 Applications
+1206.6457 Learning
+1206.6458 Learning
+1206.6459 Computational Engineering, Finance, and Science
+1206.6460 Learning
+1206.6461 Learning
+1206.6462 Learning
+1206.6463 Learning
+1206.6465 Learning
+1206.6466 Neural and Evolutionary Computing
+1206.6467 Learning
+1206.6468 Learning
+1206.6469 Learning
+1206.6470 Learning
+1206.6471 Learning
+1206.6472 Learning
+1206.6473 Artificial Intelligence
+1206.6474 Data Structures and Algorithms
+1206.6476 Learning
+1206.6477 Learning
+1206.6478 Learning
+1206.6479 Learning
+1206.6480 Learning
+1206.6481 Computation and Language
+1206.6482 Computer Vision and Pattern Recognition
+1206.6483 Learning
+1206.6484 Learning
+1206.6485 Learning
+1206.6486 Learning
+1206.6487 Learning
+1206.6488 Methodology
+1206.6560
+1206.6594 Cosmology and Nongalactic Astrophysics
+1206.6599 Phenomenology
+1206.6749
+1207.0013 Instrumentation and Detectors
+1207.0017 Social and Information Networks
+1207.0018 Information Theory
+1207.0029 Physics and Society
+1207.0030 Optimization and Control
+1207.0032 Information Theory
+1207.0034 Physics and Society
+1207.0035 Superconductivity
+1207.0037 Computer Science and Game Theory
+1207.0045 High Energy Astrophysical Phenomena
+1207.0049 Strongly Correlated Electrons
+1207.0050 Strongly Correlated Electrons
+1207.0051 Logic in Computer Science
+1207.0055 Strongly Correlated Electrons
+1207.0057 Learning
+1207.0058 Statistical Mechanics
+1207.0063 Number Theory
+1207.0070
+1207.0073 Strongly Correlated Electrons
+1207.0074 Functional Analysis
+1207.0076 Representation Theory
+1207.0078 Physics and Society
+1207.0083 Combinatorics
+1207.0087 Quantum Algebra
+1207.0097 Systems and Control
+1207.0099 Learning
+1207.0100 Theory
+1207.0103 Materials Science
+1207.0104 Materials Science
+1207.0105 Methodology
+1207.0112 Materials Science
+1207.0115
+1207.0116 Representation Theory
+1207.0117 Artificial Intelligence
+1207.0118 Logic
+1207.0119 General Topology
+1207.0122 Cryptography and Security
+1207.0126
+1207.0129 Numerical Analysis
+1207.0134 Databases
+1207.0135 Databases
+1207.0136 Databases
+1207.0137 Databases
+1207.0138 Databases
+1207.0140 Databases
+1207.0142 Databases
+1207.0143 Databases
+1207.0144 Databases
+1207.0145 Databases
+1207.0147 Databases
+1207.0148
+1207.0151 Computer Vision and Pattern Recognition
+1207.0152 Dynamical Systems
+1207.0154 Geometric Topology
+1207.0155 Earth and Planetary Astrophysics
+1207.0157 Networking and Internet Architecture
+1207.0158 Logic in Computer Science
+1207.0159 Networking and Internet Architecture
+1207.0160 Networking and Internet Architecture
+1207.0161 Geometric Topology
+1207.0162 Networking and Internet Architecture
+1207.0165 Cosmology and Nongalactic Astrophysics
+1207.0176 Solar and Stellar Astrophysics
+1207.0191 Combinatorics
+1207.0193 Differential Geometry
+1207.0194 Solar and Stellar Astrophysics
+1207.0195 Probability
+1207.0202 Probability
+1207.0203 Distributed, Parallel, and Cluster Computing
+1207.0206 Artificial Intelligence
+1207.0209 Number Theory
+1207.0211 Theory
+1207.0216 Computer Science and Game Theory
+1207.0218 Atomic Physics
+1207.0219 Physics Education
+1207.0220 Physics Education
+1207.0226 Distributed, Parallel, and Cluster Computing
+1207.0229 Information Theory
+1207.0237 Combinatorics
+1207.0240 Computational Geometry
+1207.0242 Statistics Theory
+1207.0250 Cosmology and Nongalactic Astrophysics
+1207.0251 Mesoscale and Nanoscale Physics
+1207.0252 Distributed, Parallel, and Cluster Computing
+1207.0258 Statistical Mechanics
+1207.0270 Superconductivity
+1207.0272 Optics
+1207.0273 Information Theory
+1207.0282 Statistics Theory
+1207.0284 Mesoscale and Nanoscale Physics
+1207.0287 Number Theory
+1207.0288 Other Computer Science
+1207.0293 Soft Condensed Matter
+1207.0308 Solar and Stellar Astrophysics
+1207.0310 Materials Science
+1207.0313 Computational Engineering, Finance, and Science
+1207.0314 Materials Science
+1207.0316 Data Structures and Algorithms
+1207.0318 Optimization and Control
+1207.0324 Classical Physics
+1207.0326 Quantum Gases
+1207.0331 Phenomenology
+1207.0332 Logic in Computer Science
+1207.0333 Phenomenology
+1207.0334 Information Theory
+1207.0335 Information Theory
+1207.0337 Information Theory
+1207.0338 Differential Geometry
+1207.0340
+1207.0342 Combinatorics
+1207.0343 Optimization and Control
+1207.0352
+1207.0353 Phenomenology
+1207.0354 Instrumentation and Methods for Astrophysics
+1207.0360 Applications
+1207.0362 Information Theory
+1207.0365 Geophysics
+1207.0370 Data Structures and Algorithms
+1207.0371 Complex Variables
+1207.0373 Probability
+1207.0379 Materials Science
+1207.0384 Solar and Stellar Astrophysics
+1207.0389 Probability
+1207.0390 Dynamical Systems
+1207.0395
+1207.0396 Computation and Language
+1207.0397 Dynamical Systems
+1207.0398 Combinatorics
+1207.0403 Artificial Intelligence
+1207.0405 Multiagent Systems
+1207.0406 Physics and Society
+1207.0407 Data Analysis, Statistics and Probability
+1207.0408 Symplectic Geometry
+1207.0410 Functional Analysis
+1207.0418 Cryptography and Security
+1207.0430 Combinatorics
+1207.0435 Phenomenology
+1207.0439 Computers and Society
+1207.0446 Information Retrieval
+1207.0454 Data Analysis, Statistics and Probability
+1207.0456 Atmospheric and Oceanic Physics
+1207.0462 Phenomenology
+1207.0463 Classical Analysis and ODEs
+1207.0464
+1207.0468 Analysis of PDEs
+1207.0472 K-Theory and Homology
+1207.0473 Statistics Theory
+1207.0483 Cosmology and Nongalactic Astrophysics
+1207.0486 Numerical Analysis
+cs/0703087 Computers and Society
+hep-ph/0312150 Phenomenology
+math/0608240 Dynamical Systems
+0709.2720 Differential Geometry
+0803.1895 Computational Physics
+0807.3304 Differential Geometry
+0811.0062 Group Theory
+0901.2036
+0903.1439 Number Theory
+0903.5065 Differential Geometry
+0904.4062 Differential Geometry
+0904.4065 Algebraic Geometry
+0911.5467
+1001.2509 Instrumentation and Methods for Astrophysics
+1004.1876 Methodology
+1004.3552 Functional Analysis
+1004.4186 Other Quantitative Biology
+1004.5361 Other Quantitative Biology
+1006.0450
+1006.1325 Probability
+1006.5392 Instrumentation and Methods for Astrophysics
+1007.4372 Pricing of Securities
+1009.2061 Rings and Algebras
+1009.4030
+1010.2498 Solar and Stellar Astrophysics
+1011.5670 Differential Geometry
+1012.4360 Solar and Stellar Astrophysics
+1101.1426 Classical Analysis and ODEs
+1101.3194
+1101.4190 Probability
+1103.1833 Other Quantitative Biology
+1104.4454 Analysis of PDEs
+1105.0712 Symplectic Geometry
+1105.3851 Theory
+1106.0408 Mesoscale and Nanoscale Physics
+1106.1390 Probability
+1106.1612 Populations and Evolution
+1107.4337
+1107.5608 Logic
+1107.5753 Materials Science
+1108.0480
+1108.0616 Materials Science
+1108.4740
+1109.0253 Mesoscale and Nanoscale Physics
+1109.0738 Computational Finance
+1109.4199 Strongly Correlated Electrons
+1109.4256
+1109.4527 Cosmology and Nongalactic Astrophysics
+1109.6207 Differential Geometry
+1110.0107 Computer Vision and Pattern Recognition
+1110.0687
+1110.1386 Biological Physics
+1110.2607 Mesoscale and Nanoscale Physics
+1111.0574 Computation
+1111.0576 Methodology
+1111.1610 Quantum Algebra
+1111.1962
+1111.4588 Cosmology and Nongalactic Astrophysics
+1111.6705 Logic
+1112.0782 Cosmology and Nongalactic Astrophysics
+1112.0895
+1112.1304 Earth and Planetary Astrophysics
+1112.3744 Probability
+1112.3890 Statistical Mechanics
+1112.4472 General Physics
+1112.4582
+1112.4663
+1112.4935 Classical Analysis and ODEs
+1112.5737 Metric Geometry
+1112.5822 Superconductivity
+1201.1055 Quantum Gases
+1201.1552 High Energy Astrophysical Phenomena
+1201.1629 Mesoscale and Nanoscale Physics
+1201.2501 Data Structures and Algorithms
+1201.2628 Geometric Topology
+1201.3916 Strongly Correlated Electrons
+1202.3101 Dynamical Systems
+1202.3237 Mesoscale and Nanoscale Physics
+1202.3858 Analysis of PDEs
+1202.6238 Quantum Algebra
+1202.6501 Networking and Internet Architecture
+1203.0184 Statistical Mechanics
+1203.1553 Materials Science
+1203.1569 Databases
+1203.2026 Astrophysics of Galaxies
+1203.4102 Earth and Planetary Astrophysics
+1203.4451 Geophysics
+1203.4462 Chaotic Dynamics
+1203.6304 Mesoscale and Nanoscale Physics
+1204.0456 Superconductivity
+1204.0984 Phenomenology
+1204.1336 Cryptography and Security
+1204.1349 Combinatorics
+1204.1350
+1204.1352 Theory
+1204.1357 Representation Theory
+1204.1359 Functional Analysis
+1204.1363
+1204.1365 Cosmology and Nongalactic Astrophysics
+1204.1370 Phenomenology
+1204.1373 Distributed, Parallel, and Cluster Computing
+1204.1381 Trading and Market Microstructure
+1204.1383 Networking and Internet Architecture
+1204.1385 Cryptography and Security
+1204.1390 Commutative Algebra
+1204.1393 Computer Vision and Pattern Recognition
+1204.1395 Neurons and Cognition
+1204.1398 Information Theory
+1204.1399 Astrophysics of Galaxies
+1204.1402 Combinatorics
+1204.1404 Complex Variables
+1204.1406 Information Retrieval
+1204.1407 Information Theory
+1204.1413 Social and Information Networks
+1204.1414 Systems and Control
+1204.1417 Data Structures and Algorithms
+1204.1420 Emerging Technologies
+1204.1421 Superconductivity
+1204.1423 Numerical Analysis
+1204.1424 Mesoscale and Nanoscale Physics
+1204.1425 Software Engineering
+1204.1427 Statistical Mechanics
+1204.1428 Networking and Internet Architecture
+1204.1429 Medical Physics
+1204.1433 Information Theory
+1204.1437 Machine Learning
+1204.1438 Combinatorics
+1204.1440 Combinatorics
+1204.1441 Optics
+1204.1442 Numerical Analysis
+1204.1443 Superconductivity
+1204.1453 Operator Algebras
+1204.1454 Statistics Theory
+1204.1464 Combinatorics
+1204.1465 Fluid Dynamics
+1204.1466 Materials Science
+1204.1467 Data Structures and Algorithms
+1204.1470 Statistics Theory
+1204.1471
+1204.1477 Analysis of PDEs
+1204.1479 Spectral Theory
+1204.1481 Logic
+1204.1482 Disordered Systems and Neural Networks
+1204.1492
+1204.1494 Optics
+1204.1495 Networking and Internet Architecture
+1204.1498 Atmospheric and Oceanic Physics
+1204.1499 Geophysics
+1204.1500 Geophysics
+1204.1502 Dynamical Systems
+1204.1503 Dynamical Systems
+1204.1507 Dynamical Systems
+1204.1513 Phenomenology
+1204.1516 Distributed, Parallel, and Cluster Computing
+1204.1527
+1204.1528 Information Retrieval
+1204.1529 Networking and Internet Architecture
+1204.1532
+1204.1536 Analysis of PDEs
+1204.1537 Theory
+1204.1541 Combinatorics
+1204.1545 Algebraic Geometry
+1204.1546
+1204.1548 Information Theory
+1204.1549 Superconductivity
+math/0204321 Algebraic Geometry
+math/0509393 Differential Geometry
+math/0610962 Number Theory
+math/0702545 Number Theory
+math/0702876 Representation Theory
+0710.0102 Geometric Topology
+0802.1135 Functional Analysis
+0805.0104
+0807.4392 Functional Analysis
+0809.2739 Probability
+0810.1796 Superconductivity
+0902.4552 Neurons and Cognition
+0904.2087 High Energy Astrophysical Phenomena
+0904.2719 Dynamical Systems
+0905.0127 Representation Theory
+0906.3253 Functional Analysis
+0908.4254 Quantum Gases
+0909.2500 Statistical Mechanics
+0910.3888 Functional Analysis
+1001.1440 Rings and Algebras
+1001.2335 Strongly Correlated Electrons
+1002.3944 Rings and Algebras
+1002.3950 Functional Analysis
+1002.4993 Disordered Systems and Neural Networks
+1003.2877 Theory
+1005.2683 Functional Analysis
+1005.3228 Algebraic Geometry
+1005.3616 Combinatorics
+1006.0944 Rings and Algebras
+1006.2511 General Mathematics
+1007.2507 Strongly Correlated Electrons
+1007.3455
+1007.4414 Cryptography and Security
+1008.3043 Numerical Analysis
+1008.4308 Dynamical Systems
+1008.5296 Cryptography and Security
+1009.2994 Dynamical Systems
+1012.1019 Mesoscale and Nanoscale Physics
+1012.2885 Quantum Gases
+1012.3571 Differential Geometry
+1012.3681
+1012.4537 Soft Condensed Matter
+1101.0458
+1101.5237 Rings and Algebras
+1102.3026 Rings and Algebras
+1103.0119 Dynamical Systems
+1103.1187 Numerical Analysis
+1103.4052 Group Theory
+1103.6094
+1104.1853 Differential Geometry
+1104.2833 Cosmology and Nongalactic Astrophysics
+1104.5464 Dynamical Systems
+1105.0640 Symplectic Geometry
+1105.2496 Quantum Gases
+1105.3746 Functional Analysis
+1106.2916 Functional Analysis
+1106.4006 Phenomenology
+1106.4245 Quantum Gases
+1106.4711 Theory
+1107.0628 Theory
+1107.0705 Superconductivity
+1107.1569
+1107.2294 Chaotic Dynamics
+1107.3047 Cryptography and Security
+1107.4443 Complex Variables
+1108.1206 Phenomenology
+1108.3975 Functional Analysis
+1109.1677 Differential Geometry
+1109.1737 Complex Variables
+1109.2036 Neurons and Cognition
+1109.2093 Number Theory
+1109.2471 Astrophysics of Galaxies
+1109.2476 Mesoscale and Nanoscale Physics
+1109.4884 Dynamical Systems
+1109.5242 Probability
+1109.5353
+1109.5578 Functional Analysis
+1110.0650 Quantum Gases
+1110.1088 Mesoscale and Nanoscale Physics
+1110.1510 Computational Complexity
+1110.2810 Phenomenology
+1110.3141 Strongly Correlated Electrons
+1110.3294 Category Theory
+1110.4479 Atomic Physics
+1110.4943 High Energy Astrophysical Phenomena
+1110.5306 Cosmology and Nongalactic Astrophysics
+1110.6002 Optimization and Control
+1110.6072 Optics
+1110.6298 Information Theory
+1111.0298
+1111.1018 Classical Analysis and ODEs
+1111.2425 Networking and Internet Architecture
+1111.3197 Statistical Mechanics
+1111.3468 Disordered Systems and Neural Networks
+1111.3739 Systems and Control
+1111.4797
+1112.0007 Superconductivity
+1112.4407 Analysis of PDEs
+1112.4734 Optics
+1112.5696 Number Theory
+1112.5770
+1201.0725 Networking and Internet Architecture
+1201.1473 Mathematical Software
+1201.2638 General Physics
+1201.3003
+1201.3091 Data Structures and Algorithms
+1201.3122 Statistical Mechanics
+1201.3233 Computer Vision and Pattern Recognition
+1201.3368 Theory
+1201.3379 Rings and Algebras
+1201.3393
+1201.3395
+1201.3396 Materials Science
+1201.3405
+1201.3406 Algebraic Geometry
+1201.3408 Artificial Intelligence
+1201.3409
+1201.3410 Data Analysis, Statistics and Probability
+1201.3411 Representation Theory
+1201.3414 Algebraic Topology
+1201.3416 Software Engineering
+1201.3417 Information Retrieval
+1201.3418 Information Retrieval
+1201.3419 Probability
+1201.3422 Probability
+1201.3424 Spectral Theory
+1201.3425 Statistical Mechanics
+1201.3431 Analysis of PDEs
+1201.3433 Analysis of PDEs
+1201.3438 Geometric Topology
+1201.3441 Rings and Algebras
+1201.3444 Analysis of PDEs
+1201.3445 Analysis of PDEs
+1201.3448 Theory
+1201.3449 History and Philosophy of Physics
+1201.3450 Differential Geometry
+1201.3452
+1201.3456 Other Computer Science
+1201.3457 Other Computer Science
+1201.3458 Databases
+1201.3463 Algebraic Geometry
+1201.3467 Optimization and Control
+1201.3472 Instrumentation and Detectors
+1201.3475 Mesoscale and Nanoscale Physics
+1201.3476 Quantum Algebra
+1201.3477 Mesoscale and Nanoscale Physics
+1201.3479 Computational Engineering, Finance, and Science
+1201.3484 Earth and Planetary Astrophysics
+1201.3486 Analysis of PDEs
+1201.3487 Mesoscale and Nanoscale Physics
+1201.3489 Classical Physics
+1201.3490 Probability
+1201.3491 Dynamical Systems
+1201.3493 Functional Analysis
+1201.3494 Quantum Algebra
+1201.3495 Probability
+1201.3500 Dynamical Systems
+1201.3508 Statistical Mechanics
+1201.3516
+1201.3520 Cosmology and Nongalactic Astrophysics
+1201.3525 Cosmology and Nongalactic Astrophysics
+1201.3528 Computation
+1201.3536 Astrophysics of Galaxies
+1201.3537 Earth and Planetary Astrophysics
+1201.3540 Astrophysics of Galaxies
+1201.3541 Other Condensed Matter
+1201.3545 Computational Engineering, Finance, and Science
+1201.3546 History and Overview
+1201.3547 Combinatorics
+1201.3550
+1201.3553 Mesoscale and Nanoscale Physics
+1201.3557 Combinatorics
+1201.3567 Probability
+1201.3570 Rings and Algebras
+1201.3571 Computation
+1201.3578 Earth and Planetary Astrophysics
+1201.3579 Probability
+1201.3583 Dynamical Systems
+1201.3586 Analysis of PDEs
+1201.3588 Solar and Stellar Astrophysics
+1201.3589 Quantum Algebra
+1201.3593 Numerical Analysis
+1201.3602 Data Structures and Algorithms
+1201.3603
+1201.3606 Cosmology and Nongalactic Astrophysics
+1201.3610 Functional Analysis
+1201.3611 Statistics Theory
+1201.3612 Computer Vision and Pattern Recognition
+1201.3615
+hep-ph/0605103 Phenomenology
+hep-th/0601070 Theory
+math/0603017 Classical Analysis and ODEs
+math/0603667 Group Theory
+1001.3762 Optimization and Control
+1003.4772 Classical Analysis and ODEs
+1007.3027
+1007.4658 Algebraic Geometry
+1008.1290 Statistics Theory
+1010.6225 Probability
+1011.0272 Differential Geometry
+1102.2541 Probability
+1105.2375 Information Theory
+1106.2014 Statistics Theory
+1106.6214 Computational Geometry
+1108.0339
+1108.0642
+1108.3475 Chemical Physics
+1110.2563 Methodology
+1110.4922 Analysis of PDEs
+1111.0491 Theory
+1112.4714 Phenomenology
+1112.5841 Dynamical Systems
+1201.0375 Social and Information Networks
+1201.2998 Differential Geometry
+1203.0940 Experiment
+1203.3911 Differential Geometry
+1203.4148 Combinatorics
+1204.4121 High Energy Astrophysical Phenomena
+1204.4490
+1204.4530 Cosmology and Nongalactic Astrophysics
+1205.0356 Quantum Algebra
+1205.0712
+1205.1004 High Energy Astrophysical Phenomena
+1205.2405
+1205.2684 Probability
+1205.4285 High Energy Astrophysical Phenomena
+1205.6064 Strongly Correlated Electrons
+1206.2839 Cosmology and Nongalactic Astrophysics
+1206.6149 Number Theory
+1206.6228 Other Condensed Matter
+1207.0796 Strongly Correlated Electrons
+1207.1708 Computation
+1207.3786 Cosmology and Nongalactic Astrophysics
+1207.4887 Statistical Mechanics
+1207.7209 Probability
+1208.1134 Phenomenology
+1208.3592 Phenomenology
+1208.4371 Theory
+1208.5684 Mesoscale and Nanoscale Physics
+1208.5994 Theory
+1209.5645 Solar and Stellar Astrophysics
+1210.0190 Algebraic Geometry
+1210.5660 Information Theory
+1210.5774 Distributed, Parallel, and Cluster Computing
+1210.6100 K-Theory and Homology
+1210.6990 Cosmology and Nongalactic Astrophysics
+1210.7070 Computer Vision and Pattern Recognition
+1210.7329 Pricing of Securities
+1210.7809 Instrumentation and Methods for Astrophysics
+1210.7836 Rings and Algebras
+1210.8438 Fluid Dynamics
+1211.0056 Optimization and Control
+1211.0277 Instrumentation and Methods for Astrophysics
+1211.0285 Cosmology and Nongalactic Astrophysics
+1211.0288 Superconductivity
+1211.0292
+1211.0298 Mesoscale and Nanoscale Physics
+1211.0301 Cell Behavior
+1211.0302 Mesoscale and Nanoscale Physics
+1211.0303 Formal Languages and Automata Theory
+1211.0310 Cosmology and Nongalactic Astrophysics
+1211.0314 Differential Geometry
+1211.0315 Instrumentation and Methods for Astrophysics
+1211.0320 Information Retrieval
+1211.0327 Numerical Analysis
+1211.0330 Combinatorics
+1211.0331 Combinatorics
+1211.0334 Analysis of PDEs
+1211.0335 Atomic Physics
+1211.0336 Optics
+1211.0337 Functional Analysis
+1211.0339 Materials Science
+1211.0342 Statistical Mechanics
+1211.0343 Theory
+1211.0346 Numerical Analysis
+1211.0350 Other Condensed Matter
+1211.0351
+1211.0356 General Physics
+1211.0357 Phenomenology
+1211.0359 Quantum Algebra
+1211.0360 Mesoscale and Nanoscale Physics
+1211.0361 Information Theory
+1211.0362 Solar and Stellar Astrophysics
+1211.0365 Phenomenology
+1211.0371 Phenomenology
+1211.0374 Applications
+1211.0375 Materials Science
+1211.0376 Materials Science
+1211.0377 Cryptography and Security
+1211.0378 Materials Science
+1211.0381 Digital Libraries
+1211.0382 Other Condensed Matter
+1211.0393 Numerical Analysis
+1211.0394 Superconductivity
+1211.0401
+1211.0402
+1211.0403 Geometric Topology
+1211.0408 Analysis of PDEs
+1211.0409 Atomic Physics
+1211.0411 Lattice
+1211.0421 Biological Physics
+1211.0425 Complex Variables
+1211.0426
+1211.0427 High Energy Astrophysical Phenomena
+1211.0430 Analysis of PDEs
+1211.0433
+1211.0436
+1211.0438 History and Philosophy of Physics
+1211.0439 Learning
+1211.0443 Pricing of Securities
+1211.0447 Networking and Internet Architecture
+1211.0448 History and Philosophy of Physics
+1211.0449 Adaptation and Self-Organizing Systems
+1211.0454 Dynamical Systems
+1211.0456 Mesoscale and Nanoscale Physics
+1211.0457 Statistics Theory
+1211.0459 Statistics Theory
+1211.0460 Instrumentation and Detectors
+1211.0462 Populations and Evolution
+1211.0464
+1211.0466 Probability
+1211.0468 Analysis of PDEs
+1211.0473 Soft Condensed Matter
+1211.0475 Functional Analysis
+1211.0480 Differential Geometry
+1211.0483 Atomic Physics
+1211.0492 Mesoscale and Nanoscale Physics
+1211.0496 Experiment
+1211.0498 Computation and Language
+1211.0502 Phenomenology
+1211.0511 Lattice
+1211.0515 Combinatorics
+1211.0518 Physics and Society
+1211.0521 Materials Science
+1211.0524 Discrete Mathematics
+1211.0527 Mesoscale and Nanoscale Physics
+1211.0528 Cosmology and Nongalactic Astrophysics
+1211.0535 Numerical Analysis
+1211.0537 Popular Physics
+math/0212203 Commutative Algebra
+math/0701922 Statistics Theory
+0711.0191 Geometric Topology
+0809.3629
+0810.4908 Probability
+0904.2611 Differential Geometry
+0904.2636 Differential Geometry
+0904.4175 Probability
+0909.4882 Strongly Correlated Electrons
+0910.2483 Strongly Correlated Electrons
+0910.4151
+0911.3857 Differential Geometry
+0912.1205
+1001.4866 Analysis of PDEs
+1002.4739 Combinatorics
+1006.1217
+1009.1349 Geometric Topology
+1009.3165 Numerical Analysis
+1011.1295 Information Theory
+1011.2078 Information Theory
+1012.1213 Adaptation and Self-Organizing Systems
+1101.1127 Chaotic Dynamics
+1103.0897 Machine Learning
+1103.1145 Analysis of PDEs
+1103.5467 Cosmology and Nongalactic Astrophysics
+1104.2455 Optics
+1105.0985 Analysis of PDEs
+1105.2440 Mesoscale and Nanoscale Physics
+1105.6058
+1106.0598 Numerical Analysis
+1107.1726 Strongly Correlated Electrons
+1107.2679 Strongly Correlated Electrons
+1107.3967 Theory
+1107.3995 Information Theory
+1107.5523 Information Theory
+1107.5748
+1108.0383 Cosmology and Nongalactic Astrophysics
+1108.0591
+1108.2200 Number Theory
+1108.3713 Symplectic Geometry
+1108.4260 Probability
+1109.2644 Populations and Evolution
+1109.4887
+1109.5648 Strongly Correlated Electrons
+1110.1191
+1110.2529 Machine Learning
+1110.3060
+1110.3781 Phenomenology
+1110.6633
+1110.6656 Mesoscale and Nanoscale Physics
+1111.0214
+1111.1343
+1111.1518 Analysis of PDEs
+1111.3035 General Finance
+1111.3232
+1111.5965 Differential Geometry
+1111.6785 Combinatorics
+1112.0496
+1112.0713 Computer Science and Game Theory
+1112.1097 Theory
+1112.1386
+1112.6364 Phenomenology
+1201.0814 Differential Geometry
+1201.2746 Optics
+1201.3505 Mesoscale and Nanoscale Physics
+1201.4433 Mesoscale and Nanoscale Physics
+1201.5337
+1201.5612
+1202.0197
+1202.1465 Optics
+1202.3207 Mesoscale and Nanoscale Physics
+1203.0254
+1203.0484 Disordered Systems and Neural Networks
+1203.2341 Soft Condensed Matter
+1203.2858 Optics
+1203.3101 Mesoscale and Nanoscale Physics
+1203.3130 Atomic Physics
+1203.3965 Strongly Correlated Electrons
+1203.4136
+1203.4486 Mesoscale and Nanoscale Physics
+1203.4776 Theory
+1203.5611 Number Theory
+1203.6508 Statistical Mechanics
+1204.0064 Methodology
+1204.1016 Phenomenology
+1204.1175 Quantum Gases
+1204.1278
+1204.1412 Lattice
+1204.1942 Mesoscale and Nanoscale Physics
+1204.2847 Computation and Language
+1204.3091 Cosmology and Nongalactic Astrophysics
+1204.3650 Materials Science
+1204.3753 Materials Science
+1204.3782
+1204.4139
+1204.4697 Superconductivity
+1205.0729 Analysis of PDEs
+1205.0810 Cosmology and Nongalactic Astrophysics
+1205.1201
+1205.2898
+1205.3667 Algebraic Geometry
+1205.4312 Superconductivity
+1205.4920 Strongly Correlated Electrons
+1205.4991 Phenomenology
+1205.6338 Phenomenology
+1206.0223
+1206.1135 Popular Physics
+1206.1160 Experiment
+1206.1216 Combinatorics
+1206.1294
+1206.1320
+1206.1321 Fluid Dynamics
+1206.1325 Cosmology and Nongalactic Astrophysics
+1206.1331 Social and Information Networks
+1206.1332 Strongly Correlated Electrons
+1206.1337 Cryptography and Security
+1206.1339 Digital Libraries
+1206.1342 Differential Geometry
+1206.1343 Earth and Planetary Astrophysics
+1206.1349 Analysis of PDEs
+1206.1350 Quantum Gases
+1206.1354 Mesoscale and Nanoscale Physics
+1206.1355 Networking and Internet Architecture
+1206.1357 Algebraic Geometry
+1206.1358 Networking and Internet Architecture
+1206.1361 Quantum Gases
+1206.1362 Spectral Theory
+1206.1365 Algebraic Topology
+1206.1368 Theory
+1206.1369 Probability
+1206.1370 Solar and Stellar Astrophysics
+1206.1372
+1206.1379 Statistics Theory
+1206.1380 Risk Management
+1206.1385 Optics
+1206.1387 Number Theory
+1206.1390 Numerical Analysis
+1206.1392 Mesoscale and Nanoscale Physics
+1206.1393 Applications
+1206.1398 Fluid Dynamics
+1206.1400 Pricing of Securities
+1206.1402 Machine Learning
+1206.1404 Differential Geometry
+1206.1405 Information Theory
+1206.1406 Cryptography and Security
+1206.1408
+1206.1409 Networking and Internet Architecture
+1206.1410
+1206.1414 Artificial Intelligence
+1206.1417 Theory
+1206.1418 Artificial Intelligence
+1206.1419 Networking and Internet Architecture
+1206.1426 Networking and Internet Architecture
+1206.1427 Combinatorics
+1206.1429 Statistical Mechanics
+1206.1430 Databases
+1206.1433 Cosmology and Nongalactic Astrophysics
+1206.1437 Earth and Planetary Astrophysics
+1206.1438 Information Theory
+1206.1443 Neural and Evolutionary Computing
+1206.1444 Solar and Stellar Astrophysics
+1206.1447 Other Computer Science
+1206.1450 Sound
+1206.1458 Artificial Intelligence
+1206.1463 Optics
+1206.1465 Statistics Theory
+1206.1469 Robotics
+1206.1471 Robotics
+1206.1475 Optics
+1206.1476 Phenomenology
+1206.1477 Optics
+1206.1479 Numerical Analysis
+1206.1480 Geometric Topology
+1206.1481 Instrumentation and Methods for Astrophysics
+1206.1482 Cryptography and Security
+1206.1483 Analysis of PDEs
+1206.1487
+1206.1491 Fluid Dynamics
+1206.1493 Applications
+1206.1507 Phenomenology
+1206.1511
+1206.1523
+1206.1527 Materials Science
+1206.1531 Information Theory
+1206.1534 Artificial Intelligence
+1206.1537
+1206.1545 Combinatorics
+1206.1552 Computer Vision and Pattern Recognition
+1206.1553 Computer Science and Game Theory
+1206.1557 Artificial Intelligence
+1206.1558 Solar and Stellar Astrophysics
+1206.1560 Probability
+1206.1561 Materials Science
+1206.1565 Analysis of PDEs
+1206.1566
+1206.1567 Hardware Architecture
+1206.1569 Quantum Gases
+1206.1576
+1206.1580 Rings and Algebras
+1206.1583 Analysis of PDEs
+1206.1587 Networking and Internet Architecture
+1206.1589 Geophysics
+cs/0607062 Computation and Language
+0707.2992 Mesoscale and Nanoscale Physics
+0712.3626 Statistical Mechanics
+0807.3203 Experiment
+0811.0682 Statistical Mechanics
+0812.4445 Materials Science
+0904.3524 Differential Geometry
+0907.0226
+0907.3623 Complex Variables
+0909.2428 Theory
+1001.5345 Probability
+1009.3188 Algebraic Geometry
+1010.3499 Algebraic Geometry
+1010.4774 Algebraic Geometry
+1010.6238 Lattice
+1101.4863 Geometric Topology
+1102.5226 Quantum Algebra
+1102.5613 Quantum Algebra
+1103.3257 Physics and Society
+1103.3850 Representation Theory
+1104.4706
+1106.0459 Phenomenology
+1106.0511 Differential Geometry
+1106.3752 Mesoscale and Nanoscale Physics
+1106.4461 Methodology
+1107.4431 Complex Variables
+1108.1484 Populations and Evolution
+1108.1781 Combinatorics
+1108.5351 Algebraic Geometry
+1109.0043 Probability
+1109.3083 Algebraic Geometry
+1110.5472 Quantum Algebra
+1112.0986
+1112.3615 Probability
+1112.5002 Probability
+1112.5273 Optics
+1112.6217 Phenomenology
+1201.3515 Number Theory
+1201.3984 Combinatorics
+1201.4565 Physics and Society
+1201.5224 Classical Analysis and ODEs
+1201.5672
+1201.5747 Classical Analysis and ODEs
+1201.6271 Information Theory
+1202.0642 Mesoscale and Nanoscale Physics
+1202.1088 Materials Science
+1202.1164 Algebraic Geometry
+1202.4573 Disordered Systems and Neural Networks
+1202.6181 Instrumentation and Detectors
+1202.6494 Category Theory
+1203.1669 Experiment
+1204.2688
+1204.3424 Combinatorics
+1204.4441 Spectral Theory
+1204.5820 Operator Algebras
+1204.6358
+1205.0374 Mesoscale and Nanoscale Physics
+1205.4631 Geometric Topology
+1205.4700 High Energy Astrophysical Phenomena
+1205.5747 Geometric Topology
+1205.6484 Quantum Gases
+1205.6825 Cosmology and Nongalactic Astrophysics
+1206.0429 Group Theory
+1206.0783 Disordered Systems and Neural Networks
+1206.1766 Optics
+1206.3356
+1206.4447 Pattern Formation and Solitons
+1206.6774 Other Quantitative Biology
+1206.6947 Cosmology and Nongalactic Astrophysics
+1207.0859 Probability
+1207.1295
+1207.2432 Solar and Stellar Astrophysics
+1207.3544 Algebraic Geometry
+1207.3580 Probability
+1207.5238
+1207.5368
+1207.5658 Theory
+1208.0393 Combinatorics
+1208.1010 Phenomenology
+1208.1542 Phenomenology
+1208.1763 Cosmology and Nongalactic Astrophysics
+1208.2290 Algebraic Topology
+1208.2573 Functional Analysis
+1208.2603 Other Condensed Matter
+1208.5101
+1208.6021 Mesoscale and Nanoscale Physics
+1208.6165
+1209.1813
+1209.1990 Solar and Stellar Astrophysics
+1209.2125 Cosmology and Nongalactic Astrophysics
+1209.3674 Soft Condensed Matter
+1209.4193 Cosmology and Nongalactic Astrophysics
+1209.5091 Combinatorics
+1209.5189 Physics and Society
+1209.5274 Mesoscale and Nanoscale Physics
+1209.5745 Cosmology and Nongalactic Astrophysics
+1210.0718 Mesoscale and Nanoscale Physics
+1210.1981
+1210.3137 Strongly Correlated Electrons
+1210.3303 Analysis of PDEs
+1210.3336 Solar and Stellar Astrophysics
+1210.3512 Information Theory
+1210.3620 Fluid Dynamics
+1210.4714 Classical Analysis and ODEs
+1210.4982 Mesoscale and Nanoscale Physics
+1210.5563 Materials Science
+1210.6287 Data Structures and Algorithms
+1210.6424 Representation Theory
+1210.6779 Solar and Stellar Astrophysics
+1210.6815 Software Engineering
+1210.6912 Molecular Networks
+1210.6977
+1210.6979 Neurons and Cognition
+1210.6989 Neurons and Cognition
+1210.7000 History and Philosophy of Physics
+1210.7002 Artificial Intelligence
+1210.7003 Chemical Physics
+1210.7004 Combinatorics
+1210.7006 Medical Physics
+1210.7009 Numerical Analysis
+1210.7018 Mesoscale and Nanoscale Physics
+1210.7022 Chemical Physics
+1210.7024 Instrumentation and Detectors
+1210.7025 Classical Analysis and ODEs
+1210.7026 Plasma Physics
+1210.7028 Plasma Physics
+1210.7030 Software Engineering
+1210.7032 Software Engineering
+1210.7034 Software Engineering
+1210.7035 Software Engineering
+1210.7036 Software Engineering
+1210.7037 Mesoscale and Nanoscale Physics
+1210.7038 Computer Vision and Pattern Recognition
+1210.7039 Software Engineering
+1210.7043 Combinatorics
+1210.7044 Information Theory
+1210.7047 Social and Information Networks
+1210.7054 Machine Learning
+1210.7056 Learning
+1210.7057 Distributed, Parallel, and Cluster Computing
+1210.7058 Geometric Topology
+1210.7059 Earth and Planetary Astrophysics
+1210.7064 Combinatorics
+1210.7065 Classical Physics
+1210.7069
+1210.7071 Instrumentation and Methods for Astrophysics
+1210.7074 Phenomenology
+1210.7076 Numerical Analysis
+1210.7077
+1210.7078 Statistics Theory
+1210.7082 Solar and Stellar Astrophysics
+1210.7084 Numerical Analysis
+1210.7085 Physics and Society
+1210.7088 Solar and Stellar Astrophysics
+1210.7089 Exactly Solvable and Integrable Systems
+1210.7091 Other Quantitative Biology
+1210.7093 Plasma Physics
+1210.7102 Computer Vision and Pattern Recognition
+1210.7104 Superconductivity
+1210.7105 Complex Variables
+1210.7109 Combinatorics
+1210.7110 Differential Geometry
+1210.7115
+1210.7123 Computational Geometry
+1210.7125 Applications
+1210.7126 Computational Geometry
+1210.7127
+1210.7128 Quantum Algebra
+1210.7129 Solar and Stellar Astrophysics
+1210.7132 Representation Theory
+1210.7138 Software Engineering
+1210.7139 Optimization and Control
+1210.7141 Data Analysis, Statistics and Probability
+1210.7142 Geophysics
+1210.7148 Quantum Algebra
+1210.7153 Phenomenology
+1210.7154 Artificial Intelligence
+1210.7159 Astrophysics of Galaxies
+1210.7162 Strongly Correlated Electrons
+1210.7165 Neurons and Cognition
+1210.7167 Materials Science
+1210.7168 Probability
+1210.7171 Computational Complexity
+1210.7174
+1210.7186 Cosmology and Nongalactic Astrophysics
+1210.7188 Experiment
+1210.7189 Experiment
+1210.7191 Atmospheric and Oceanic Physics
+1210.7198 Medical Physics
+1210.7200 Astrophysics of Galaxies
+1210.7208 Probability
+1210.7213 Materials Science
+1210.7219 Mesoscale and Nanoscale Physics
+1210.7220 Analysis of PDEs
+1210.7225 Other Statistics
+1210.7230 Trading and Market Microstructure
+1210.7232 Superconductivity
+cond-mat/0212462 Statistical Mechanics
+cond-mat/0312157 Statistical Mechanics
+cond-mat/0609116 Materials Science
+cond-mat/0609117 Materials Science
+cond-mat/9506038
+cond-mat/9509114
+hep-ex/0604034 Experiment
+math/0509112 Functional Analysis
+nucl-th/0104033
+0708.2185 Category Theory
+0708.3937 Category Theory
+0901.0381 Differential Geometry
+0905.0595 Category Theory
+0907.0139 Statistics Theory
+0911.2452 Mesoscale and Nanoscale Physics
+1003.0494 Mesoscale and Nanoscale Physics
+1004.2726 Probability
+1004.4489 Information Retrieval
+1005.1636 Analysis of PDEs
+1005.4752 Information Retrieval
+1008.0756 Probability
+1008.1023 Differential Geometry
+1009.3084 Analysis of PDEs
+1010.0694 Statistics Theory
+1011.0477 Instrumentation and Methods for Astrophysics
+1012.3339 Mesoscale and Nanoscale Physics
+1012.3557 Superconductivity
+1012.3577 Superconductivity
+1012.3780 Analysis of PDEs
+1012.4437 Quantum Gases
+1012.6033 Methodology
+1102.4219 Statistical Mechanics
+1103.0399 Soft Condensed Matter
+1103.6115 Mesoscale and Nanoscale Physics
+1103.6253 Classical Physics
+1104.0440 Classical Analysis and ODEs
+1104.0587 Trading and Market Microstructure
+1104.3182 Instrumentation and Methods for Astrophysics
+1105.0477 Data Structures and Algorithms
+1106.1887 Learning
+1106.3040 Disordered Systems and Neural Networks
+1108.0541 Phenomenology
+1108.4872 Quantum Gases
+1109.5278 Statistics Theory
+1110.1593 Superconductivity
+1110.1608 Instrumentation and Methods for Astrophysics
+1110.2652 Soft Condensed Matter
+1110.3164
+1110.4019 Analysis of PDEs
+1110.5700 Differential Geometry
+1110.6654 Information Theory
+1111.1499 Mesoscale and Nanoscale Physics
+1111.3171 Logic
+1111.6127 Quantum Gases
+1111.6237 Information Theory
+1112.1683 Mesoscale and Nanoscale Physics
+1112.2648
+1112.2854 Instrumentation and Detectors
+1112.4009 Probability
+1112.4287
+1201.3958 Quantum Gases
+1201.4151
+1201.5232 Functional Analysis
+1202.0763 Number Theory
+1202.4844 Optics
+1202.5597 Artificial Intelligence
+1203.6360 Computation and Language
+1204.0119 Neurons and Cognition
+1204.1552 Materials Science
+1204.2726 Cosmology and Nongalactic Astrophysics
+1204.4005
+1204.4731 Strongly Correlated Electrons
+1204.4896 Populations and Evolution
+1204.5679 Theory
+1204.5732 Materials Science
+1204.6124
+1204.6143 Quantum Gases
+1204.6402 General Mathematics
+1204.6509 Machine Learning
+1204.6615 Logic in Computer Science
+1204.6718 Strongly Correlated Electrons
+1205.0003 Digital Libraries
+1205.0020 Theory
+1205.0023 Statistics Theory
+1205.0025 Algebraic Geometry
+1205.0030 Computers and Society
+1205.0037 Number Theory
+1205.0038 Social and Information Networks
+1205.0044 Data Structures and Algorithms
+1205.0051 Strongly Correlated Electrons
+1205.0054 Theory
+1205.0065 Differential Geometry
+1205.0068 High Energy Astrophysical Phenomena
+1205.0070 Computation
+1205.0073
+1205.0076 Systems and Control
+1205.0085 Information Theory
+1205.0087 Combinatorics
+1205.0090 Number Theory
+1205.0097 Number Theory
+1205.0102 Combinatorics
+1205.0103 Cryptography and Security
+1205.0104 Software Engineering
+1205.0106 Distributed, Parallel, and Cluster Computing
+1205.0107 Combinatorics
+1205.0110 Multiagent Systems
+1205.0111 Optimization and Control
+1205.0113 Strongly Correlated Electrons
+1205.0124 Operating Systems
+1205.0125 Discrete Mathematics
+1205.0128 Discrete Mathematics
+1205.0130 Discrete Mathematics
+1205.0131 Discrete Mathematics
+1205.0136 Algebraic Geometry
+1205.0143 Group Theory
+1205.0144 Data Structures and Algorithms
+1205.0147 Soft Condensed Matter
+1205.0148 Rings and Algebras
+1205.0150
+1205.0157 Cryptography and Security
+1205.0162 Information Theory
+1205.0163 Classical Analysis and ODEs
+1205.0164 Materials Science
+1205.0168
+1205.0174 History and Overview
+1205.0175 Data Structures and Algorithms
+1205.0177 General Physics
+1205.0179 History and Philosophy of Physics
+1205.0184 Group Theory
+1205.0185 Representation Theory
+1205.0191 Dynamical Systems
+1205.0193 Discrete Mathematics
+1205.0195 Adaptation and Self-Organizing Systems
+1205.0196 Theory
+1205.0208 Classical Analysis and ODEs
+1205.0216 Algebraic Topology
+1205.0221 History and Philosophy of Physics
+1205.0225 Quantitative Methods
+1205.0226 Theory
+1205.0228 Metric Geometry
+math/0208216 Algebraic Geometry
+math/0602554 Operator Algebras
+0802.2671 Analysis of PDEs
+0803.2484 Group Theory
+0911.1923 Representation Theory
+0911.5177 Algebraic Geometry
+0912.5528 Combinatorics
+1003.1646 Number Theory
+1003.3867 Quantum Gases
+1004.0923 Strongly Correlated Electrons
+1004.1755
+1004.2679 Theory
+1004.3790 Dynamical Systems
+1004.5349 Cosmology and Nongalactic Astrophysics
+1006.2047 Functional Analysis
+1006.5620 Representation Theory
+1009.0396 Information Theory
+1009.0569 Networking and Internet Architecture
+1011.1225 Information Theory
+1012.0366 Optimization and Control
+1012.2268 Statistical Mechanics
+1012.3088 Geometric Topology
+1101.0367 Theory
+1103.0350 Logic
+1104.1985 Complex Variables
+1104.2198 Probability
+1104.2682 Differential Geometry
+1105.0239 Dynamical Systems
+1106.1072 Rings and Algebras
+1107.0252
+1107.3076 Representation Theory
+1107.5884 Symplectic Geometry
+1109.4706 Methodology
+1110.1155 Theory
+1110.4823 Metric Geometry
+1110.6412
+1111.3685 Materials Science
+1111.4292 Combinatorics
+1111.5358 Robotics
+1111.5664 Number Theory
+1111.5971 Dynamical Systems
+1111.6612 Algebraic Geometry
+1111.7233 Theory
+1112.0548
+1112.1719
+1112.2377 Numerical Analysis
+1112.2431 Distributed, Parallel, and Cluster Computing
+1112.2954 Computational Engineering, Finance, and Science
+1112.3208 Information Theory
+1112.3667 Solar and Stellar Astrophysics
+1201.1788 Risk Management
+1201.2555 Learning
+1202.2320 Number Theory
+1202.3219 K-Theory and Homology
+1202.4034 Information Theory
+1202.5324 Superconductivity
+1203.4318 Category Theory
+1203.5466 Mesoscale and Nanoscale Physics
+1203.6184 Phenomenology
+1204.2924 Classical Analysis and ODEs
+1204.3570
+1205.0074 Category Theory
+1205.0714 Geometric Topology
+1205.1338 Disordered Systems and Neural Networks
+1205.1693 Superconductivity
+1205.1733 Distributed, Parallel, and Cluster Computing
+1205.2166
+1205.2445 Statistical Mechanics
+1205.3097
+1205.3891 Classical Analysis and ODEs
+1205.3933 Experiment
+1205.3946 Materials Science
+1205.4723 Phenomenology
+1206.0119 History and Overview
+1206.2014 Solar and Stellar Astrophysics
+1206.5588 Cosmology and Nongalactic Astrophysics
+1206.6200 Materials Science
+1206.6698 Mesoscale and Nanoscale Physics
+1207.0056 Atomic Physics
+1207.0786 Combinatorics
+1207.1099 Mesoscale and Nanoscale Physics
+1207.1128 Phenomenology
+1207.2093 Quantum Gases
+1207.3278 Earth and Planetary Astrophysics
+1207.3341 Materials Science
+1207.3873
+1207.6100
+1208.0681
+1208.1813 Algebraic Geometry
+1208.2906 Soft Condensed Matter
+1208.2932 Analysis of PDEs
+1208.3192 Networking and Internet Architecture
+1208.3957 Statistical Mechanics
+1208.5362 Differential Geometry
+1208.6046 Optics
+1208.6146 General Finance
+1209.0136 Robotics
+1209.0254 Geometric Topology
+1209.0347 Analysis of PDEs
+1209.0649
+1209.0677 Strongly Correlated Electrons
+1209.0757 Accelerator Physics
+1209.0784 Optimization and Control
+1209.0785 Digital Libraries
+1209.0787 Optics
+1209.0790 Applications
+1209.0797 High Energy Astrophysical Phenomena
+1209.0801 High Energy Astrophysical Phenomena
+1209.0802 Computational Complexity
+1209.0805 Fluid Dynamics
+1209.0806 Number Theory
+1209.0807
+1209.0811 Systems and Control
+1209.0814 Systems and Control
+1209.0815 Group Theory
+1209.0818
+1209.0823 Cosmology and Nongalactic Astrophysics
+1209.0824 Combinatorics
+1209.0830 Computational Geometry
+1209.0832 Computer Science and Game Theory
+1209.0833 Methodology
+1209.0843 Analysis of PDEs
+1209.0849
+1209.0850 Operator Algebras
+1209.0851 Distributed, Parallel, and Cluster Computing
+1209.0852 Artificial Intelligence
+1209.0853 Learning
+1209.0856 Dynamical Systems
+1209.0857 Differential Geometry
+1209.0859 Atomic Physics
+1209.0861 Experiment
+1209.0866 Theory
+1209.0868 Combinatorics
+1209.0871 Discrete Mathematics
+1209.0872 Number Theory
+1209.0873 Classical Analysis and ODEs
+1209.0880 Artificial Intelligence
+1209.0884 Superconductivity
+1209.0886 Experiment
+1209.0889 Optimization and Control
+1209.0895 Differential Geometry
+1209.0901 Methodology
+1209.0902 Soft Condensed Matter
+1209.0907 Phenomenology
+1209.0913 Learning
+1209.0919 Soft Condensed Matter
+1209.0927
+1209.0932 Spectral Theory
+1209.0933 Number Theory
+1209.0935 Multiagent Systems
+1209.0943 Networking and Internet Architecture
+1209.0947 Number Theory
+1209.0948 Distributed, Parallel, and Cluster Computing
+1209.0953 Materials Science
+1209.0956 Probability
+1209.0962 Materials Science
+1209.0967 Cryptography and Security
+1209.0970 Functional Analysis
+1209.0973 Functional Analysis
+1209.0974 Functional Analysis
+1209.0976 Functional Analysis
+1209.0978 Solar and Stellar Astrophysics
+1209.0979 Functional Analysis
+1209.0982 Analysis of PDEs
+1209.0984 Functional Analysis
+1209.0985 Biomolecules
+1209.0988 Rings and Algebras
+1209.0990 Astrophysics of Galaxies
+1209.0991 Mesoscale and Nanoscale Physics
+1209.0997 Artificial Intelligence
+1209.0999 Graphics
+1209.1011 Databases
+1209.1022 Phenomenology
+1209.1025 History and Philosophy of Physics
+1209.1026
+1209.1038 Analysis of PDEs
+1209.1040 Discrete Mathematics
+1209.1041 Cosmology and Nongalactic Astrophysics
+1209.1045 Data Structures and Algorithms
+1209.1047 Phenomenology
+1209.1048 Neural and Evolutionary Computing
+1209.1050 Combinatorics
+1209.1063 Materials Science
+1209.1066 Complex Variables
+1209.1067 Representation Theory
+1209.1073 Information Theory
+1209.1075 Cryptography and Security
+1209.1076 Distributed, Parallel, and Cluster Computing
+1209.1077 Learning
+1209.1081
+1209.1088 Geometric Topology
+astro-ph/0310368
+cond-mat/9806185 Mesoscale and Nanoscale Physics
+math/0110220 Algebraic Geometry
+0802.3279 Differential Geometry
+0802.3346 General Physics
+0802.3930 Classical Analysis and ODEs
+0805.3559 Classical Analysis and ODEs
+0810.1961
+0811.3463 Combinatorics
+0811.4184 Differential Geometry
+0902.1141 Superconductivity
+0903.4901 Superconductivity
+0905.1865 Number Theory
+0906.1500 Geometric Topology
+0906.2249
+0907.3552 General Physics
+0907.4246
+0908.0854
+0908.1581 Materials Science
+0908.4137 Analysis of PDEs
+0909.2023 Symplectic Geometry
+0910.0290 Materials Science
+0910.5384 Algebraic Geometry
+0911.0321 Probability
+0911.3607 Algebraic Geometry
+1001.3323 Statistical Mechanics
+1001.4891 Differential Geometry
+1004.1566 Mesoscale and Nanoscale Physics
+1004.3880
+1005.3197 Operator Algebras
+1006.2313 Probability
+1006.2533 Numerical Analysis
+1007.0198 Numerical Analysis
+1007.1760 Combinatorics
+1007.2460 Computational Geometry
+1007.2594
+1007.5134 Complex Variables
+1008.3655 Algebraic Geometry
+1008.4351 Theory
+1008.4458 Rings and Algebras
+1009.2230 Networking and Internet Architecture
+1009.5788 Statistical Mechanics
+1010.0392
+1010.3890 Soft Condensed Matter
+1010.4129 Algebraic Geometry
+1011.0736
+1011.4721 Materials Science
+1012.1677 Probability
+1012.1989 Cosmology and Nongalactic Astrophysics
+1012.2191 Representation Theory
+1012.5601 Lattice
+1012.5862 Networking and Internet Architecture
+1101.0627
+1101.4116 Distributed, Parallel, and Cluster Computing
+1101.4263 Differential Geometry
+1101.4458 Information Theory
+1101.4755
+1101.4809 Cosmology and Nongalactic Astrophysics
+1101.5831 Differential Geometry
+1102.0345
+1102.1197 Fluid Dynamics
+1103.0811 Strongly Correlated Electrons
+1103.3305 Mesoscale and Nanoscale Physics
+1103.4624 Phenomenology
+1103.4642 Differential Geometry
+1103.4967
+1103.5980 Phenomenology
+1104.0300 Cosmology and Nongalactic Astrophysics
+1104.3781 General Physics
+1104.4082 Algebraic Topology
+1104.4126
+1105.0486 Classical Analysis and ODEs
+1105.0961
+1105.1003 Combinatorics
+1105.3693 Phenomenology
+1105.4136 Mathematical Software
+1105.4454 Phenomenology
+1105.5830
+1105.6268
+1105.6283 Statistics Theory
+1106.0274 Space Physics
+1106.0321 Statistics Theory
+1106.0416 General Physics
+1106.1968 Symplectic Geometry
+1106.2131 Theory
+1106.3025 Portfolio Management
+1106.3762 Algebraic Geometry
+1106.4724 Classical Analysis and ODEs
+1106.5340 Quantum Gases
+1106.5604 Quantum Gases
+1106.6123
+1107.0243 Number Theory
+1107.0344 Optimization and Control
+1107.1640 Information Theory
+1107.2078
+1107.2281 History and Philosophy of Physics
+1107.2557 Theory
+1107.2809 Number Theory
+1107.3288 Mesoscale and Nanoscale Physics
+1107.3290 Mesoscale and Nanoscale Physics
+1107.3426 General Physics
+1108.0938 Cosmology and Nongalactic Astrophysics
+1108.1773 Mesoscale and Nanoscale Physics
+1108.2342 Optics
+1108.2642 Combinatorics
+1108.4116 Algebraic Geometry
+1108.4344 Phenomenology
+1108.4741
+1108.6197 Information Theory
+1108.6296 Learning
+1109.0018 High Energy Astrophysical Phenomena
+1109.2094 Strongly Correlated Electrons
+1109.3864 Materials Science
+1110.0604 Mesoscale and Nanoscale Physics
+1110.1197 Cosmology and Nongalactic Astrophysics
+1110.1406 Strongly Correlated Electrons
+1110.3072 Strongly Correlated Electrons
+1110.3399 General Physics
+1110.4286 Space Physics
+1110.4690
+1110.5255 Theory
+1110.5444 Quantum Gases
+1110.5619 Algebraic Geometry
+1111.0339 Mesoscale and Nanoscale Physics
+1111.0402 Lattice
+1111.0558 Mesoscale and Nanoscale Physics
+1111.0657 Theory
+1111.0701 Combinatorics
+1111.0800 Differential Geometry
+1111.1017 General Physics
+1111.1312 Combinatorics
+1111.1760 Phenomenology
+1111.2341 Phenomenology
+1111.2454 Theory
+1111.2463 Differential Geometry
+1111.3435 Optics
+1111.3749 Strongly Correlated Electrons
+1111.4847 Solar and Stellar Astrophysics
+1111.6180 Phenomenology
+1112.0527 Phenomenology
+1112.1042 Functional Analysis
+1112.1766 Theory
+1112.2446
+1112.2741 Populations and Evolution
+1112.5614 Rings and Algebras
+1112.5744 Optimization and Control
+1112.5871 Instrumentation and Methods for Astrophysics
+1112.6232 History and Overview
+1112.6257 Probability
+1201.0831 Materials Science
+1201.1072 Algebraic Geometry
+1201.1308 Functional Analysis
+1201.1424 Tissues and Organs
+1201.1540
+1201.1655
+1201.1819 Popular Physics
+1201.1989 Cosmology and Nongalactic Astrophysics
+1201.2141
+1201.2553 Computational Complexity
+1201.2791 Space Physics
+1201.2795 Materials Science
+1201.2905 Computer Vision and Pattern Recognition
+1201.2938 Functional Analysis
+1201.2939 General Physics
+1201.2950 Functional Analysis
+1201.2951 Chemical Physics
+1201.2958 Rings and Algebras
+1201.2969 Databases
+1201.2970 Category Theory
+1201.2974 Theory
+1201.2976 Analysis of PDEs
+1201.2980 Information Theory
+1201.2982 Mesoscale and Nanoscale Physics
+1201.2983 Combinatorics
+1201.2984 Information Theory
+1201.2986 Combinatorics
+1201.2993 Analysis of PDEs
+1201.2994 Astrophysics of Galaxies
+1201.2995 Computer Vision and Pattern Recognition
+1201.2999 Information Theory
+1201.3000 Atomic Physics
+1201.3001 Networking and Internet Architecture
+1201.3005 Phenomenology
+1201.3007 Dynamical Systems
+1201.3011 Computational Geometry
+1201.3013 Metric Geometry
+1201.3016 Group Theory
+1201.3018 Multimedia
+1201.3020 Strongly Correlated Electrons
+1201.3026 Functional Analysis
+1201.3027
+1201.3034 Materials Science
+1201.3037 Commutative Algebra
+1201.3043 Materials Science
+1201.3044
+1201.3046 Materials Science
+1201.3048 Superconductivity
+1201.3049 Materials Science
+1201.3056 Information Theory
+1201.3057 Combinatorics
+1201.3059 Systems and Control
+1201.3066 Networking and Internet Architecture
+1201.3067 Commutative Algebra
+1201.3069
+1201.3071 Optics
+1201.3074 Spectral Theory
+1201.3075 Solar and Stellar Astrophysics
+1201.3077 Data Structures and Algorithms
+1201.3078 Software Engineering
+1201.3082 Formal Languages and Automata Theory
+1201.3088 Information Theory
+1201.3090 Pattern Formation and Solitons
+1201.3092 Popular Physics
+1201.3097 Data Analysis, Statistics and Probability
+1201.3103 Phenomenology
+1201.3107 Artificial Intelligence
+1201.3109 Computer Vision and Pattern Recognition
+1201.3112 Representation Theory
+1201.3114 Cryptography and Security
+1201.3116 Computer Vision and Pattern Recognition
+1201.3117 Neural and Evolutionary Computing
+1201.3119 Discrete Mathematics
+1201.3121 Statistical Mechanics
+1201.3124 Phenomenology
+1201.3127 Algebraic Topology
+1201.3128 Information Theory
+1201.3130 Instrumentation and Methods for Astrophysics
+1201.3134 Number Theory
+1201.3139 Number Theory
+1201.3141 Commutative Algebra
+1201.3143 High Energy Astrophysical Phenomena
+1201.3147 Instrumentation and Detectors
+1201.3148 Optimization and Control
+1201.3153 Computer Vision and Pattern Recognition
+1201.3159 Atomic Physics
+1201.3162 Materials Science
+1201.3166
+1201.3167 Probability
+1201.3168 Number Theory
+1201.3169 Statistical Mechanics
+1201.3174 Group Theory
+1201.3176 Instrumentation and Methods for Astrophysics
+1201.3178 Astrophysics of Galaxies
+1201.3179 Mathematical Software
+1201.3181 Computational Complexity
+1201.3182 Probability
+1201.3184 Computational Complexity
+1201.3186 Probability
+1201.3189 Popular Physics
+1201.3192 Optics
+1201.3197 Algebraic Geometry
+1201.3201 Functional Analysis
+1201.3202 Accelerator Physics
+1201.3211 Classical Analysis and ODEs
+1201.3212 Optimization and Control
+1201.3214 Differential Geometry
+1201.3215 Optimization and Control
+1201.3216 Molecular Networks
+1201.3218 Optimization and Control
+1201.3222 Statistical Mechanics
+1201.3226 Optics
+1201.3227 Optimization and Control
+1201.3229 Group Theory
+1201.3235 Theory
+1201.3240 Atomic Physics
+1201.3247 Accelerator Physics
+1201.3249 Neural and Evolutionary Computing
+1201.3252
+1201.3255 Number Theory
+1201.3256 Probability
+1201.3261 Probability
+1201.3263 Statistical Mechanics
+1201.3276 High Energy Astrophysical Phenomena
+1201.3278 Information Theory
+1201.3286 Functional Analysis
+1201.3288 Complex Variables
+1201.3289 Optimization and Control
+1201.3290 Combinatorics
+1201.3291 Combinatorics
+1201.3292 Physics and Society
+1201.3294 Combinatorics
+1201.3296 Combinatorics
+1201.3297 Combinatorics
+1201.3299 Combinatorics
+1201.3300 Combinatorics
+1201.3303 Strongly Correlated Electrons
+1201.3312 Statistical Mechanics
+1201.3313 General Physics
+1201.3315 Information Theory
+1201.3318 Data Structures and Algorithms
+1201.3322 Probability
+1201.3330 Materials Science
+1201.3331 Plasma Physics
+1201.3335 Number Theory
+1201.3337 Computer Vision and Pattern Recognition
+1201.3338 Data Analysis, Statistics and Probability
+1201.3342 Analysis of PDEs
+1201.3346 Soft Condensed Matter
+1201.3347 Optics
+1201.3349 Phenomenology
+cs/0305035 Computational Complexity
+hep-th/9404002 Theory
+math-ph/0210044
+math-ph/0304014
+math-ph/0404056
+math/0405303 Algebraic Geometry
+math/0506460 Probability
+math/0607011 Probability
+quant-ph/9806067
+0704.3129 Theory
+0808.2510
+0912.3576 Phenomenology
+1004.5306 Discrete Mathematics
+1005.4523 Number Theory
+1006.5193 Group Theory
+1010.4066
+1012.5750 Mesoscale and Nanoscale Physics
+1101.4133
+1101.6035 Statistical Mechanics
+1103.3611 Symplectic Geometry
+1104.3453 Classical Analysis and ODEs
+1106.0857 Dynamical Systems
+1107.2716 Portfolio Management
+1109.4356 Logic in Computer Science
+1109.5420 Information Theory
+1110.5314 Quantum Gases
+1111.0443 Mesoscale and Nanoscale Physics
+1112.2320 Materials Science
+1201.0385 Digital Libraries
+1201.1384 Learning
+1202.0964 Spectral Theory
+1202.4749 Operator Algebras
+1202.5934
+1203.2507 Statistics Theory
+1203.2682 Physics Education
+1203.3267 Cosmology and Nongalactic Astrophysics
+1203.3881 High Energy Astrophysical Phenomena
+1204.2522 Mesoscale and Nanoscale Physics
+1204.4130 Mesoscale and Nanoscale Physics
+1204.5868
+1205.0878
+1205.1155
+1205.1362
+1205.2819 Group Theory
+1205.4559 Probability
+1205.7073 Mesoscale and Nanoscale Physics
+1206.1333 Phenomenology
+1206.1544 Mesoscale and Nanoscale Physics
+1206.3108 Populations and Evolution
+1206.3223
+1206.5443 Solar and Stellar Astrophysics
+1207.1294 Mesoscale and Nanoscale Physics
+1207.2403 Mesoscale and Nanoscale Physics
+1207.2478 Cosmology and Nongalactic Astrophysics
+1207.3286 Geometric Topology
+1207.3539 Mesoscale and Nanoscale Physics
+1207.3976 Data Structures and Algorithms
+1207.6373 Strongly Correlated Electrons
+1207.6439 Atomic Physics
+1208.0948 General Physics
+1208.1369 Plasma Physics
+1208.1462 Strongly Correlated Electrons
+1208.3244 Phenomenology
+1208.3365 Computational Physics
+1208.5820 Number Theory
+1208.5975 Theory
+1208.5989 Statistical Mechanics
+1209.0414 Category Theory
+1209.1044 Theory
+1209.2555 Pricing of Securities
+1209.3519 Cosmology and Nongalactic Astrophysics
+1209.4630 Phenomenology
+1209.6138
+1209.6257 Phenomenology
+1210.0076 Materials Science
+1210.1727 Mesoscale and Nanoscale Physics
+1210.2160 Quantum Gases
+1210.3811 Pricing of Securities
+1210.4294 Phenomenology
+1210.6874 Theory
+1210.6880 Cosmology and Nongalactic Astrophysics
+1210.8289 Superconductivity
+1210.8446 Theory
+1211.1487 Theory
+1211.2197 Social and Information Networks
+1211.2214 Analysis of PDEs
+1211.3148 Computers and Society
+1211.5440 Mesoscale and Nanoscale Physics
+1211.5596 Software Engineering
+1211.7025 Dynamical Systems
+1212.0190 Databases
+1212.0215 Neural and Evolutionary Computing
+1212.0752 Computational Complexity
+1212.0833 Differential Geometry
+1212.1396 Phenomenology
+1212.1968 Functional Analysis
+1212.2339 Experiment
+1212.2413 Operator Algebras
+1212.2602 Dynamical Systems
+1212.2627 Geophysics
+1212.2628 Geophysics
+1212.2640 Cosmology and Nongalactic Astrophysics
+1212.2645 Numerical Analysis
+1212.2652 Methodology
+1212.2653 Commutative Algebra
+1212.2654 Networking and Internet Architecture
+1212.2657 Artificial Intelligence
+1212.2659 Pattern Formation and Solitons
+1212.2660 Dynamical Systems
+1212.2661 Functional Analysis
+1212.2663 Chaotic Dynamics
+1212.2666 History and Overview
+1212.2667
+1212.2668 Information Theory
+1212.2669 Cryptography and Security
+1212.2671 Artificial Intelligence
+1212.2672 Dynamical Systems
+1212.2676 Computation and Language
+1212.2681 Number Theory
+1212.2682 Strongly Correlated Electrons
+1212.2685 Phenomenology
+1212.2686 Machine Learning
+1212.2687
+1212.2690 Combinatorics
+1212.2692 Computer Vision and Pattern Recognition
+1212.2697 Combinatorics
+1212.2701 Discrete Mathematics
+1212.2707 Functional Analysis
+1212.2713 Dynamical Systems
+1212.2714 Probability
+1212.2716 Computational Physics
+1212.2718 Cosmology and Nongalactic Astrophysics
+1212.2720 Cryptography and Security
+1212.2722 Instrumentation and Methods for Astrophysics
+1212.2723 Analysis of PDEs
+1212.2724 Chaotic Dynamics
+1212.2727 Strongly Correlated Electrons
+1212.2728 Optics
+1212.2731 Theory
+1212.2732 Combinatorics
+1212.2735 Theory
+1212.2740 Materials Science
+1212.2744 Networking and Internet Architecture
+1212.2746
+1212.2749 Phenomenology
+1212.2751 Strongly Correlated Electrons
+1212.2757
+1212.2758 Chaotic Dynamics
+1212.2759 Solar and Stellar Astrophysics
+1212.2761
+1212.2762 Emerging Technologies
+1212.2763 Geophysics
+1212.2764 Dynamical Systems
+1212.2765 Probability
+1212.2766 Atmospheric and Oceanic Physics
+1212.2767 Machine Learning
+1212.2770 Phenomenology
+1212.2771
+1212.2775 Representation Theory
+1212.2778 Data Structures and Algorithms
+1212.2784 Methodology
+1212.2791 Artificial Intelligence
+1212.2792 Phenomenology
+1212.2795 Combinatorics
+1212.2798 Materials Science
+1212.2799 Materials Science
+1212.2800 Probability
+1212.2802 Geometric Topology
+1212.2812 Methodology
+1212.2813
+1212.2814 Lattice
+1212.2817 Functional Analysis
+1212.2818 Number Theory
+1212.2820 Geometric Topology
+1212.2821 Cellular Automata and Lattice Gases
+1212.2822 Biomolecules
+1212.2823 Computer Vision and Pattern Recognition
+1212.2825 Computer Science and Game Theory
+1212.2826 Analysis of PDEs
+1212.2835 Lattice
+1212.2837 Phenomenology
+1212.2838 Computational Physics
+1212.2840 Analysis of PDEs
+1212.2841 High Energy Astrophysical Phenomena
+1212.2842 Representation Theory
+1212.2844 Phenomenology
+1212.2845 Graphics
+1212.2849 Lattice
+1212.2860 Computer Vision and Pattern Recognition
+1212.2863 General Topology
+1212.2864 Information Theory
+1212.2866 Computers and Society
+1212.2868 Optics
+1212.2869 General Topology
+1212.2871 Lattice
+1212.2874 Emerging Technologies
+1212.2876 Combinatorics
+1212.2879 Superconductivity
+1212.2882 Statistics Theory
+1212.2887 Logic
+1212.2889 Complex Variables
+1212.2890 Chaotic Dynamics
+1212.2893 Social and Information Networks
+1212.2894 Information Theory
+1212.2898
+1212.2905 Disordered Systems and Neural Networks
+1212.2906 Theory
+1212.2908 Cryptography and Security
+1212.2910 Combinatorics
+1212.2912 Commutative Algebra
+1212.2913 Disordered Systems and Neural Networks
+1212.2917 Combinatorics
+1212.2923 Symplectic Geometry
+1212.2924 Geometric Topology
+1212.2925 General Physics
+1212.2928 Soft Condensed Matter
+1212.2930 Number Theory
+1212.2931 Spectral Theory
+1212.2932 Phenomenology
+1212.2938 Earth and Planetary Astrophysics
+1212.2939 Representation Theory
+1212.2944 Strongly Correlated Electrons
+1212.2948 Number Theory
+1212.2952 Data Structures and Algorithms
+1212.2953 Combinatorics
+1212.2955 Complex Variables
+1212.0064 Discrete Mathematics
+1212.6060 General Physics
+0705.3942
+0712.3196 Mesoscale and Nanoscale Physics
+0801.1897
+0801.1902
+0810.1011 Probability
+0811.1033
+0903.1417 Representation Theory
+0906.4243 Geometric Topology
+0910.1616 Group Theory
+0910.5293 Astrophysics of Galaxies
+0911.5472 Number Theory
+1004.1499 Soft Condensed Matter
+1004.3410 Dynamical Systems
+1004.4589 Analysis of PDEs
+1006.1084 Probability
+1008.1443 Group Theory
+1009.5984
+1011.4373 Computational Physics
+1011.4749 Combinatorics
+1011.5953 Group Theory
+1012.0117 Probability
+1012.5549 Fluid Dynamics
+1012.5777 Representation Theory
+1102.2740 Phenomenology
+1102.3707 Functional Analysis
+1103.4696 Dynamical Systems
+1104.2820 Mesoscale and Nanoscale Physics
+1105.1063 Probability
+1105.2937 Statistical Mechanics
+1105.3406 Operator Algebras
+1106.2966
+1107.2416 Algebraic Geometry
+1107.2423 Classical Analysis and ODEs
+1107.3114 Rings and Algebras
+1107.3265 Classical Analysis and ODEs
+1107.3269 Functional Analysis
+1108.2826 Materials Science
+1108.4210 Mesoscale and Nanoscale Physics
+1109.2063 Solar and Stellar Astrophysics
+1110.0562 Theory
+1110.2755 Learning
+1110.3069 Information Theory
+1110.4742 Mesoscale and Nanoscale Physics
+1110.5175 Analysis of PDEs
+1111.0324 Methodology
+1111.1126 Materials Science
+1111.1877
+1111.3825 Differential Geometry
+1111.4216 High Energy Astrophysical Phenomena
+1111.5057
+1111.5779 Theory
+1111.6134 Superconductivity
+1111.6822 Information Theory
+1111.7129
+1112.0342 Trading and Market Microstructure
+1112.0660 Quantum Gases
+1112.1549 Mesoscale and Nanoscale Physics
+1112.2079
+1112.2559 General Physics
+1112.4878 Functional Analysis
+1112.4884 Functional Analysis
+1201.0015 Theory
+1201.4337 Analysis of PDEs
+1201.6115 Statistics Theory
+1202.1986 Theory
+1202.2212 Statistics Theory
+1202.2558
+1202.3104
+1202.3273
+1202.5038 Phenomenology
+1203.1624 Quantum Gases
+1203.2547
+1203.2773 Algebraic Geometry
+1203.4006
+1203.4125
+1203.5681 Mesoscale and Nanoscale Physics
+1203.6367 Quantum Gases
+1203.6689 Number Theory
+1204.0538 Superconductivity
+1204.1415 Instrumentation and Methods for Astrophysics
+1204.1540
+1204.1896
+1204.2510 Cosmology and Nongalactic Astrophysics
+1204.5094 Mathematical Software
+1204.5748 Theory
+1204.6722 Theory
+1205.0640
+1205.2284 Theory
+1205.3761 Cosmology and Nongalactic Astrophysics
+1205.3794 Materials Science
+1205.6232 Phenomenology
+1205.6239
+1205.6259 High Energy Astrophysical Phenomena
+1206.0083 High Energy Astrophysical Phenomena
+1206.0594 Data Structures and Algorithms
+1206.0653 Superconductivity
+1206.3087 Number Theory
+1206.5602 Geometric Topology
+1206.6900
+1206.6965 Dynamical Systems
+1207.0758 Networking and Internet Architecture
+1207.0877 Information Theory
+1207.1501 Artificial Intelligence
+1207.1534 Artificial Intelligence
+1207.1837 Geometric Topology
+1207.1867 Optimization and Control
+1207.2031 Analysis of PDEs
+1207.2032 Analysis of PDEs
+1207.2116 Differential Geometry
+1207.2228 Symplectic Geometry
+1207.2231 Statistics Theory
+1207.2233
+1207.2301 Phenomenology
+1207.2461 Logic in Computer Science
+1207.2462 Logic in Computer Science
+1207.2463 Materials Science
+1207.2465 Phenomenology
+1207.2475 Probability
+1207.2484 Quantitative Methods
+1207.2487 Materials Science
+1207.2491 Learning
+1207.2493 Fluid Dynamics
+1207.2495 Probability
+1207.2496 Analysis of PDEs
+1207.2499
+1207.2500 Analysis of PDEs
+1207.2502 Strongly Correlated Electrons
+1207.2503 Phenomenology
+1207.2508 Dynamical Systems
+1207.2511 Computational Geometry
+1207.2515 Optimization and Control
+1207.2518
+1207.2523 Probability
+1207.2531 Logic in Computer Science
+1207.2534 Logic in Computer Science
+1207.2535 Optics
+1207.2536 Classical Analysis and ODEs
+1207.2537 Computer Vision and Pattern Recognition
+1207.2540 Operator Algebras
+1207.2543 Mesoscale and Nanoscale Physics
+1207.2551 Chemical Physics
+1207.2552 Cosmology and Nongalactic Astrophysics
+1207.2556 Formal Languages and Automata Theory
+1207.2561 Pattern Formation and Solitons
+1207.2563 Chaotic Dynamics
+1207.2564 Networking and Internet Architecture
+1207.2566 Physics and Society
+1207.2567 Networking and Internet Architecture
+1207.2571 Information Theory
+1207.2577 Networking and Internet Architecture
+1207.2584 Networking and Internet Architecture
+1207.2592 Artificial Intelligence
+1207.2595 Theory
+1207.2596 Software Engineering
+1207.2597 Computer Vision and Pattern Recognition
+1207.2598 Data Structures and Algorithms
+1207.2600 Computer Vision and Pattern Recognition
+1207.2602 Computer Vision and Pattern Recognition
+1207.2604 Networking and Internet Architecture
+1207.2605 Quantum Algebra
+1207.2606 Software Engineering
+1207.2607 Networking and Internet Architecture
+1207.2609 Networking and Internet Architecture
+1207.2611 Computation
+1207.2617 Cryptography and Security
+1207.2618 Soft Condensed Matter
+1207.2620 Soft Condensed Matter
+1207.2625 Soft Condensed Matter
+1207.2629 K-Theory and Homology
+1207.2630 Neural and Evolutionary Computing
+1207.2634 Probability
+1207.2639 Cryptography and Security
+1207.2642 Differential Geometry
+1207.2643 Analysis of PDEs
+1207.2646 Combinatorics
+1207.2648 Number Theory
+1207.2649 Group Theory
+1207.2653 Probability
+1207.2655
+1207.2662 Functional Analysis
+1207.2674 Applications
+1207.2675 Cryptography and Security
+1207.2676 Mesoscale and Nanoscale Physics
+1207.2680 Lattice
+1207.2681 Information Theory
+1207.2687 Cryptography and Security
+1207.2688
+1207.2689 Astrophysics of Galaxies
+1207.2694 Discrete Mathematics
+1207.2699 Cryptography and Security
+1207.2700 Classical Analysis and ODEs
+1207.2701 Cryptography and Security
+1207.2702 Dynamical Systems
+1207.2704 Distributed, Parallel, and Cluster Computing
+1207.2706 Distributed, Parallel, and Cluster Computing
+1207.2708 Distributed, Parallel, and Cluster Computing
+1207.2714 Computation and Language
+1207.2716 Mesoscale and Nanoscale Physics
+1207.2718 Software Engineering
+1207.2721 Complex Variables
+1207.2723 Soft Condensed Matter
+1207.2736 Software Engineering
+1207.2738 Computers and Society
+1207.2739 Hardware Architecture
+1207.2741 Computers and Society
+1207.2745 High Energy Astrophysical Phenomena
+1207.2748 Combinatorics
+1207.2749 Astrophysics of Galaxies
+1207.2752 Combinatorics
+1207.2754 Software Engineering
+math/0702426 Dynamical Systems
+nucl-ex/0209012
+1207.3389 Computer Vision and Pattern Recognition
+0704.3758 Probability
+0706.2713 Group Theory
+0712.1934 Probability
+0810.4237 Probability
+0812.1249 Combinatorics
+0902.3644 Number Theory
+0906.2996 Theory
+0907.3264 Group Theory
+0908.3309 Group Theory
+0908.4440 Number Theory
+1005.1035 Probability
+1005.5586 Combinatorics
+1006.0208 Number Theory
+1007.4428 Optics
+1008.4662 Quantitative Methods
+1009.3738 Quantum Algebra
+1010.0043 Algebraic Geometry
+1011.0975 Combinatorics
+1011.5732
+1103.1253 Number Theory
+1103.5604 Fluid Dynamics
+1104.2782 Algebraic Geometry
+1105.0874 Symplectic Geometry
+1105.1365 Complex Variables
+1107.3256 Materials Science
+1107.5552 Statistics Theory
+1108.1220 Phenomenology
+1108.2614 Differential Geometry
+1108.4679 Statistical Mechanics
+1109.1618 Social and Information Networks
+1109.2568 Mesoscale and Nanoscale Physics
+1109.3530 Number Theory
+1110.2615 Optimization and Control
+1111.1247 History and Philosophy of Physics
+1111.1653 Mesoscale and Nanoscale Physics
+1111.2076 Strongly Correlated Electrons
+1111.2830 Phenomenology
+1111.3871 Strongly Correlated Electrons
+1111.5787 Quantum Gases
+1111.6777 Solar and Stellar Astrophysics
+1112.0580 Optics
+1112.1482 Optics
+1112.3981 Geometric Topology
+1201.5769 Probability
+1201.6300 Phenomenology
+1202.0495
+1202.1393 Number Theory
+1202.2830
+1202.3290
+1202.6313 Number Theory
+1203.2969 Analysis of PDEs
+1203.6103 Probability
+1203.6375 Analysis of PDEs
+1203.6608 Spectral Theory
+1204.0755 Phenomenology
+1204.2493 Dynamical Systems
+1204.4501 Numerical Analysis
+1204.4887
+1205.0859 Phenomenology
+1205.1093 Statistical Mechanics
+1205.5744
+1206.0154 Data Structures and Algorithms
+1206.3097 Theory
+1206.3774 Metric Geometry
+1206.6582 Phenomenology
+1207.0945 Mesoscale and Nanoscale Physics
+1207.2241 Solar and Stellar Astrophysics
+1207.2589 Statistical Mechanics
+1207.3938 Statistical Mechanics
+1207.5476
+1207.5823 Superconductivity
+1207.6074 Statistical Mechanics
+1207.6408 Cosmology and Nongalactic Astrophysics
+1207.6710 Optimization and Control
+1208.0141 Superconductivity
+1208.3082 Atomic Physics
+1208.4307
+1208.5632
+1208.6041 Neurons and Cognition
+1208.6364 Astrophysics of Galaxies
+1208.6408 Software Engineering
+1209.0044
+1209.0447 Experiment
+1209.1679 Information Theory
+1209.3362 Data Analysis, Statistics and Probability
+1209.4496 Solar and Stellar Astrophysics
+1210.0051
+1210.0386 Computer Vision and Pattern Recognition
+1210.0393 Instrumentation and Methods for Astrophysics
+1210.0403 Spectral Theory
+1210.0447 Spectral Theory
+1210.0762 Learning
+1210.0897
+1210.0917
+1210.0918 Solar and Stellar Astrophysics
+1210.0924 Differential Geometry
+1210.0927 High Energy Astrophysical Phenomena
+1210.0929 Differential Geometry
+1210.0931 Analysis of PDEs
+1210.0933 Numerical Analysis
+1210.0934 Mesoscale and Nanoscale Physics
+1210.0941 Materials Science
+1210.0946 Medical Physics
+1210.0954 Social and Information Networks
+1210.0958 Rings and Algebras
+1210.0961
+1210.0963 Materials Science
+1210.0965 Networking and Internet Architecture
+1210.0968 Computational Finance
+1210.0975 Materials Science
+1210.0976 Instrumentation and Methods for Astrophysics
+1210.0977 Instrumentation and Methods for Astrophysics
+1210.0978 Instrumentation and Methods for Astrophysics
+1210.0979 Instrumentation and Methods for Astrophysics
+1210.0980 Instrumentation and Methods for Astrophysics
+1210.0982 Instrumentation and Methods for Astrophysics
+1210.0983 Astrophysics of Galaxies
+1210.0984 Instrumentation and Methods for Astrophysics
+1210.0985 Instrumentation and Methods for Astrophysics
+1210.0986 Instrumentation and Methods for Astrophysics
+1210.0988 Instrumentation and Methods for Astrophysics
+1210.0993 Materials Science
+1210.0994
+1210.0995 Algebraic Topology
+1210.0997 Materials Science
+1210.0999 Information Retrieval
+1210.1002 Combinatorics
+1210.1003 Combinatorics
+1210.1005 Differential Geometry
+1210.1008 General Topology
+1210.1013 Information Theory
+1210.1014
+1210.1016 Methodology
+1210.1017 Computational Physics
+1210.1021
+1210.1027 Materials Science
+1210.1031 Methodology
+1210.1032 High Energy Astrophysical Phenomena
+1210.1033 Computer Vision and Pattern Recognition
+1210.1034 Cosmology and Nongalactic Astrophysics
+1210.1037 Information Theory
+1210.1038 Phenomenology
+1210.1039 Operating Systems
+1210.1040 Databases
+1210.1041 High Energy Astrophysical Phenomena
+1210.1046 Phenomenology
+1210.1051 Representation Theory
+1210.1054
+1210.1057 Algebraic Geometry
+1210.1058 Statistics Theory
+1210.1059 Probability
+1210.1060 Quantitative Methods
+1210.1063 Cosmology and Nongalactic Astrophysics
+1210.1068 Dynamical Systems
+1210.1069
+1210.1071 Optimization and Control
+1210.1078 Combinatorics
+1210.1080 Mesoscale and Nanoscale Physics
+1210.1082 Materials Science
+1210.1083 Representation Theory
+1210.1084 Biological Physics
+1210.1092 Statistics Theory
+1210.1094 Analysis of PDEs
+1210.1097 Logic in Computer Science
+1210.1099 Differential Geometry
+1210.1102 Classical Analysis and ODEs
+1210.1104 Robotics
+1210.1105
+1210.1108 Classical Analysis and ODEs
+1210.1112 Probability
+1210.1114 Solar and Stellar Astrophysics
+1210.1115
+1210.1121 Machine Learning
+1210.1131 High Energy Astrophysical Phenomena
+1210.1134 Spectral Theory
+1210.1142 Quantum Algebra
+1210.1143 Quantum Algebra
+1210.1145 Probability
+1210.1156 Probability
+1210.1157 Programming Languages
+1210.1159 Astrophysics of Galaxies
+1210.1161 Software Engineering
+1210.1163 Theory
+1210.1168 Functional Analysis
+1210.1178 Computers and Society
+1210.1179 Software Engineering
+1210.1181 Mesoscale and Nanoscale Physics
+1210.1184 Software Engineering
+1210.1190 Machine Learning
+1210.1204 Populations and Evolution
+math/0208075 Numerical Analysis
+math/0607664 Group Theory
+math/0702673 Number Theory
+0711.0717 Classical Analysis and ODEs
+0712.3135 Functional Analysis
+0801.3694 Mesoscale and Nanoscale Physics
+0804.1399 Statistics Theory
+0805.0867 Functional Analysis
+0904.0099
+0905.1187 Optimization and Control
+0905.1860 Combinatorics
+0905.3375 Probability
+0908.4178
+0910.4263 Operator Algebras
+1001.0597 Methodology
+1001.1754
+1001.2923 Mesoscale and Nanoscale Physics
+1003.1690 Phenomenology
+1007.0309 Analysis of PDEs
+1007.0862 Probability
+1007.1937 Statistical Mechanics
+1008.2912 Theory
+1009.4423 Theory
+1009.4671 Materials Science
+1009.4680 Materials Science
+1009.5148 Quantum Algebra
+1010.5953 Quantum Algebra
+1011.1067 Probability
+1011.5934 Complex Variables
+1012.3862 Theory
+1012.4282
+1012.5586 Operator Algebras
+1101.0794 Complex Variables
+1102.1634 Combinatorics
+1105.0394 Quantum Algebra
+1105.4511 Analysis of PDEs
+1105.5343 Materials Science
+1106.2203 Rings and Algebras
+1106.2204 Rings and Algebras
+1107.0999 Representation Theory
+1107.5278 Numerical Analysis
+1107.5574 Strongly Correlated Electrons
+1108.1763 Number Theory
+1108.2187 Information Theory
+1109.3843 Data Structures and Algorithms
+1109.4661 Number Theory
+1110.0968 Dynamical Systems
+1110.5527 Statistical Mechanics
+1111.0279 Commutative Algebra
+1111.1516 Analysis of PDEs
+1111.6442 Materials Science
+1111.7267 Adaptation and Self-Organizing Systems
+1112.2515 Theory
+1201.0286
+1201.2162 Analysis of PDEs
+1201.3644 Materials Science
+1201.6091
+1202.0302 Learning
+1202.3282 Strongly Correlated Electrons
+1202.3543 Analysis of PDEs
+1202.5155
+1202.5255 Theory
+1203.0029 Physics and Society
+1203.1172 Instrumentation and Detectors
+1203.1883 Phenomenology
+1203.1891 Networking and Internet Architecture
+1203.3184
+1203.5643 Instrumentation and Methods for Astrophysics
+1204.0478 Phenomenology
+1204.2142 Chemical Physics
+1204.3315 Commutative Algebra
+1204.5635 Information Theory
+1204.5770 Cosmology and Nongalactic Astrophysics
+1204.6672 Space Physics
+1205.0251
+1205.1037
+1205.2158
+1205.4981 Quantitative Methods
+1205.5168 High Energy Astrophysical Phenomena
+1205.5241 Phenomenology
+1205.5545 Cosmology and Nongalactic Astrophysics
+1205.6039 Materials Science
+1205.6518 Optics
+1206.0395 Differential Geometry
+1206.1539 Quantum Gases
+1206.1614 Quantum Algebra
+1206.2000 Analysis of PDEs
+1206.3814
+1206.4033 High Energy Astrophysical Phenomena
+1206.4529 Materials Science
+1206.4720
+1206.6637 Statistical Mechanics
+1206.7091 Atomic Physics
+1207.1728 Quantum Gases
+1207.2731 Strongly Correlated Electrons
+1207.3426 Strongly Correlated Electrons
+1207.3888 Superconductivity
+1207.4028 Probability
+1207.5361 Theory
+1208.0552 Atomic Physics
+1208.0659 Formal Languages and Automata Theory
+1208.2706
+1208.3178 Optics
+1208.3569
+1208.4309 Atomic Physics
+1208.5297
+1208.5964
+1209.1948 Atomic Physics
+1209.2021
+1209.2698
+1209.3030 Theory
+1209.3284 Strongly Correlated Electrons
+1209.3436 Number Theory
+1209.4159 Combinatorics
+1209.4504 Networking and Internet Architecture
+1209.5785 Information Theory
+1210.0079 Materials Science
+1210.0328 Earth and Planetary Astrophysics
+1210.1015 Group Theory
+1210.1609 Analysis of PDEs
+1210.1853 Analysis of PDEs
+1210.3624 Phenomenology
+1210.3792 Superconductivity
+1210.5168 Strongly Correlated Electrons
+1211.0323 Solar and Stellar Astrophysics
+1211.2634 Strongly Correlated Electrons
+1211.3195 General Physics
+1211.5020 Superconductivity
+1211.5192 Materials Science
+1211.5505 Phenomenology
+1211.5711 Classical Analysis and ODEs
+1211.6100 Classical Analysis and ODEs
+1211.6222 Analysis of PDEs
+1211.6550 Earth and Planetary Astrophysics
+1211.6652 Quantum Algebra
+1211.7019 Instrumentation and Detectors
+1212.0025
+1212.0575 Medical Physics
+1212.0613 Lattice
+1212.0628
+1212.0644 Phenomenology
+1212.0663 Astrophysics of Galaxies
+1212.0757 Statistics Theory
+1212.0785 Lattice
+1212.0852 Classical Physics
+1212.0853 Cosmology and Nongalactic Astrophysics
+1212.0865 Number Theory
+1212.0874 Classical Analysis and ODEs
+1212.0875 Optimization and Control
+1212.0877 Information Theory
+1212.0880 Phenomenology
+1212.0881 Classical Analysis and ODEs
+1212.0882 Classical Analysis and ODEs
+1212.0883 Geophysics
+1212.0887 Classical Analysis and ODEs
+1212.0888 Computer Vision and Pattern Recognition
+1212.0890 Lattice
+1212.0891 Rings and Algebras
+1212.0893 Phenomenology
+1212.0895 Optimization and Control
+1212.0897 Solar and Stellar Astrophysics
+1212.0907 Mesoscale and Nanoscale Physics
+1212.0911 Fluid Dynamics
+1212.0912 Optimization and Control
+1212.0915 Number Theory
+1212.0916 Fluid Dynamics
+1212.0919 Differential Geometry
+1212.0920 Fluid Dynamics
+1212.0925 Networking and Internet Architecture
+1212.0934 Analysis of PDEs
+1212.0938
+1212.0943 Optics
+1212.0945 Machine Learning
+1212.0954 Combinatorics
+1212.0957 Combinatorics
+1212.0960 Learning
+1212.0961 Biomolecules
+1212.0962 Materials Science
+1212.0966 Category Theory
+1212.0969 Functional Analysis
+1212.0974
+1212.0982 Lattice
+1212.0985 Soft Condensed Matter
+1212.0991 Algebraic Geometry
+1212.0992 Other Computer Science
+1212.0993 Solar and Stellar Astrophysics
+1212.0995
+1212.0998 Materials Science
+1212.0999 Chemical Physics
+1212.1000 Solar and Stellar Astrophysics
+1212.1002 Social and Information Networks
+1212.1004 Methodology
+1212.1005 Mesoscale and Nanoscale Physics
+1212.1009 Earth and Planetary Astrophysics
+1212.1013 High Energy Astrophysical Phenomena
+1212.1015 Soft Condensed Matter
+1212.1016 General Physics
+1212.1021 Optics
+1212.1023 Representation Theory
+1212.1027 History and Overview
+1212.1035 Mesoscale and Nanoscale Physics
+1212.1037 Computational Engineering, Finance, and Science
+1212.1040 Theory
+1212.1044 Soft Condensed Matter
+1212.1046 Databases
+1212.1047 Soft Condensed Matter
+1212.1051 Lattice
+1212.1052 Soft Condensed Matter
+1212.1056 Combinatorics
+1212.1058 Phenomenology
+1212.1059 Classical Analysis and ODEs
+1212.1060 Adaptation and Self-Organizing Systems
+1212.1064 Soft Condensed Matter
+1212.1069 Atmospheric and Oceanic Physics
+1212.1074 General Topology
+1212.1077 Statistical Mechanics
+1212.1080 Other Computer Science
+1212.1082 Representation Theory
+1212.1084 Fluid Dynamics
+1212.1091 Dynamical Systems
+1212.1096 Neurons and Cognition
+1212.1097 Theory
+1212.1098 Information Theory
+1212.1100 Learning
+1212.1104 Fluid Dynamics
+1212.1106 Chaotic Dynamics
+1212.1107 Computational Engineering, Finance, and Science
+1212.1113 Complex Variables
+1212.1115 Information Theory
+1212.1118 Algebraic Geometry
+1212.1121 Data Structures and Algorithms
+1212.1123 Algebraic Geometry
+1212.1124 High Energy Astrophysical Phenomena
+1212.1125 History and Overview
+1212.1129 Functional Analysis
+1212.1131 Learning
+1212.1134 Classical Analysis and ODEs
+1212.1135 Neurons and Cognition
+1212.1137 Numerical Analysis
+1212.1143 Artificial Intelligence
+1212.1145 Phenomenology
+1212.1147 Geometric Topology
+1212.1148 Analysis of PDEs
+1212.1152 Spectral Theory
+cond-mat/0611067 Strongly Correlated Electrons
+gr-qc/0608090
+math/0210442 Combinatorics
+math/0210444 Combinatorics
+physics/0510236 Computational Physics
+0710.5150 Theory
+0802.1986 Soft Condensed Matter
+0811.1094 Dynamical Systems
+0901.0633 Optimization and Control
+0907.2299 Dynamical Systems
+0908.0966 Symplectic Geometry
+0912.1488
+0912.2049 Superconductivity
+0912.2891 Dynamical Systems
+1002.0220 Group Theory
+1002.2545
+1002.2876 Functional Analysis
+1004.3455 Dynamical Systems
+1005.1198 Soft Condensed Matter
+1005.2832 Analysis of PDEs
+1005.4046 Combinatorics
+1006.0792 Probability
+1006.4211 Superconductivity
+1007.2752 Solar and Stellar Astrophysics
+1008.3723 Mesoscale and Nanoscale Physics
+1009.2200 Computational Physics
+1010.2370 Theory
+1010.5201 Analysis of PDEs
+1011.5361
+1102.3983 General Mathematics
+1103.4158 Analysis of PDEs
+1104.1041 Information Theory
+1104.1404 Mesoscale and Nanoscale Physics
+1104.5207 Soft Condensed Matter
+1105.0110 Lattice
+1105.1237 Disordered Systems and Neural Networks
+1105.3323 Strongly Correlated Electrons
+1105.5030 Strongly Correlated Electrons
+1106.0157 Mesoscale and Nanoscale Physics
+1106.2421
+1106.5679
+1107.1986 Mesoscale and Nanoscale Physics
+1107.2499 Information Theory
+1107.2995 Soft Condensed Matter
+1107.3547 Geometric Topology
+1107.5041 Theory
+1107.5395
+1108.2004 Quantum Algebra
+1108.2947 Analysis of PDEs
+1109.0145 Other Condensed Matter
+1109.1201
+1109.1501 Lattice
+1109.1746 Physics and Society
+1109.1824 Strongly Correlated Electrons
+1109.2628 Statistics Theory
+1109.3350 Cosmology and Nongalactic Astrophysics
+1109.4290 Strongly Correlated Electrons
+1109.4735 Instrumentation and Detectors
+1109.5634 Materials Science
+1109.5748 Phenomenology
+1109.6343 Theory
+1109.6482 Soft Condensed Matter
+1109.6635 Quantum Gases
+1110.3095
+1110.4405 Phenomenology
+1110.4464 Quantum Gases
+1110.4725 Optics
+1110.5279 Mesoscale and Nanoscale Physics
+1110.6343
+1111.0218 Soft Condensed Matter
+1111.0921 Chaotic Dynamics
+1111.2043 High Energy Astrophysical Phenomena
+1111.3594
+1111.3975 Rings and Algebras
+1111.4306 Dynamical Systems
+1111.4380
+1111.5917 Earth and Planetary Astrophysics
+1111.6353 Neurons and Cognition
+1111.6782 Analysis of PDEs
+1111.7103 Trading and Market Microstructure
+1112.0523
+1112.0723
+1112.1767 Astrophysics of Galaxies
+1112.2175 Statistical Mechanics
+1112.3850 Solar and Stellar Astrophysics
+1112.4568 Phenomenology
+1112.4882
+1112.5282 Robotics
+1112.6400 Algebraic Geometry
+1201.0627 Exactly Solvable and Integrable Systems
+1201.1389
+1201.1437 Pricing of Securities
+1201.1876 Phenomenology
+1201.2620 Subcellular Processes
+1201.2782 Phenomenology
+1201.3434 Optics
+1201.3435 Other Condensed Matter
+1201.3524 Statistical Mechanics
+1201.3620
+1201.3621 Cosmology and Nongalactic Astrophysics
+1201.3636 Cosmology and Nongalactic Astrophysics
+1201.3638 Theory
+1201.3641 Statistical Mechanics
+1201.3645 Experiment
+1201.3661 Functional Analysis
+1201.3665 Astrophysics of Galaxies
+1201.3674 Computer Vision and Pattern Recognition
+1201.3675
+1201.3682 Mesoscale and Nanoscale Physics
+1201.3688 Number Theory
+1201.3694 Algebraic Geometry
+1201.3697 Information Theory
+1201.3698 Information Theory
+1201.3701 Number Theory
+1201.3704 Optimization and Control
+1201.3710 Phenomenology
+1201.3711 Analysis of PDEs
+1201.3712
+1201.3714 Differential Geometry
+1201.3716 Differential Geometry
+1201.3720 Computer Vision and Pattern Recognition
+1201.3722 Data Structures and Algorithms
+1201.3723 Networking and Internet Architecture
+1201.3727 Discrete Mathematics
+1201.3735 Analysis of PDEs
+1201.3736 Analysis of PDEs
+1201.3743 Classical Physics
+1201.3745 Social and Information Networks
+1201.3763
+1201.3767 Computation
+1201.3768 Dynamical Systems
+1201.3773 Algebraic Geometry
+1201.3775 Numerical Analysis
+1201.3776 Classical Analysis and ODEs
+1201.3782 Networking and Internet Architecture
+1201.3783 Social and Information Networks
+1201.3787
+1201.3788 Quantum Gases
+1201.3789 Category Theory
+1201.3793 Combinatorics
+1201.3795 Probability
+1201.3799
+1201.3802 Other Computer Science
+1201.3803 Computer Vision and Pattern Recognition
+1201.3808 Geometric Topology
+1201.3809 Analysis of PDEs
+1201.3812 Astrophysics of Galaxies
+1201.3814 Group Theory
+1201.3818 Combinatorics
+1201.3819
+1201.3821 Computer Vision and Pattern Recognition
+1201.3828 Probability
+1201.3829 Representation Theory
+1201.3831 Optics
+1201.3835 Social and Information Networks
+1201.3836 Instrumentation and Detectors
+1201.3840
+1201.3841 Strongly Correlated Electrons
+1201.3843
+1201.3844 High Energy Astrophysical Phenomena
+1201.3845 Classical Analysis and ODEs
+1201.3847 Number Theory
+1201.3849 Experiment
+1201.3851 Artificial Intelligence
+1201.3852 Materials Science
+1201.3853 Materials Science
+1201.3855 Classical Analysis and ODEs
+1201.3859 Mesoscale and Nanoscale Physics
+1201.3864 Complex Variables
+1201.3865 Optics
+1201.3868 Artificial Intelligence
+1201.3880 Multiagent Systems
+1201.3881 Human-Computer Interaction
+1201.3882 Superconductivity
+1201.3883 Human-Computer Interaction
+1201.3884 Populations and Evolution
+1201.3886 Combinatorics
+1201.3887 Functional Analysis
+1201.3888 Statistical Mechanics
+1201.3889 Cosmology and Nongalactic Astrophysics
+1201.3893 Plasma Physics
+1201.3894 High Energy Astrophysical Phenomena
+1201.3896 General Physics
+1201.3900 Digital Libraries
+1201.3907 Programming Languages
+1201.3908 Mesoscale and Nanoscale Physics
+1201.3910 Mesoscale and Nanoscale Physics
+1201.3912 Cosmology and Nongalactic Astrophysics
+cs/0001013 Computational Complexity
+hep-th/0202138 Theory
+hep-th/0301145 Theory
+math/0005107 Complex Variables
+math/0110263 History and Overview
+math/0110309 History and Overview
+math/0203152 Combinatorics
+math/0211150 Algebraic Geometry
+math/0504141 Algebraic Geometry
+math/0511361 Number Theory
+nlin/0511030 Exactly Solvable and Integrable Systems
+quant-ph/9908080
+0706.3121 Combinatorics
+0709.4131 Mesoscale and Nanoscale Physics
+0803.2320 Dynamical Systems
+0809.5146 Algebraic Geometry
+0906.4329 Methodology
+0912.0592 Mesoscale and Nanoscale Physics
+1001.0419 Dynamical Systems
+1003.5276 Probability
+1003.6085 Probability
+1004.1018 K-Theory and Homology
+1004.2852 Probability
+1009.3643 Mesoscale and Nanoscale Physics
+1009.3940 Earth and Planetary Astrophysics
+1009.5344 Combinatorics
+1009.5867 Mesoscale and Nanoscale Physics
+1010.0936 Strongly Correlated Electrons
+1011.4696 Analysis of PDEs
+1012.5462 Mesoscale and Nanoscale Physics
+1101.4211 Networking and Internet Architecture
+1102.0364 Optics
+1102.4491 Mesoscale and Nanoscale Physics
+1103.3238 Phenomenology
+1104.1393 Statistical Mechanics
+1104.2126 Probability
+1104.4313 Representation Theory
+1104.5489 Representation Theory
+1106.1906 Probability
+1106.3327 Cosmology and Nongalactic Astrophysics
+1107.1043 Mesoscale and Nanoscale Physics
+1107.4830 Numerical Analysis
+1108.2017 Quantum Gases
+1108.4239 Strongly Correlated Electrons
+1108.5399 Molecular Networks
+1109.0350 Differential Geometry
+1109.1637 Probability
+1109.4686 Cosmology and Nongalactic Astrophysics
+1109.5155 Cosmology and Nongalactic Astrophysics
+1110.4984 Probability
+1110.5458 Superconductivity
+1110.5819 Mesoscale and Nanoscale Physics
+1111.2056 Mesoscale and Nanoscale Physics
+1111.4775
+1111.5591 Phenomenology
+1111.6186 Astrophysics of Galaxies
+1111.6326
+1111.7097 Mesoscale and Nanoscale Physics
+1112.1465 Group Theory
+1112.3296 Soft Condensed Matter
+1201.0850 Cosmology and Nongalactic Astrophysics
+1201.1634 Information Theory
+1201.1636
+1201.1706 Superconductivity
+1201.2730 Strongly Correlated Electrons
+1201.3259 Soft Condensed Matter
+1202.0459 Statistical Mechanics
+1202.2997
+1202.3007 Strongly Correlated Electrons
+1202.3906 Number Theory
+1202.5624 Theory
+1203.2759 Superconductivity
+1203.3931 Mesoscale and Nanoscale Physics
+1203.4722 Analysis of PDEs
+1203.4913 Networking and Internet Architecture
+1203.5536 Materials Science
+1203.5791 Astrophysics of Galaxies
+1203.6267
+1204.0017 Strongly Correlated Electrons
+1204.0589
+1204.0969 Disordered Systems and Neural Networks
+1204.1812 Cosmology and Nongalactic Astrophysics
+1204.2193 General Mathematics
+1204.2372
+1204.3071 Dynamical Systems
+1204.3391 Information Theory
+1204.3783 Strongly Correlated Electrons
+1204.5285 Fluid Dynamics
+1204.5383 Optimization and Control
+1204.5654 Functional Analysis
+1204.6007 Phenomenology
+1205.4662 Logic
+1205.5115 Quantum Gases
+1205.5857 Quantitative Methods
+1205.6508 Exactly Solvable and Integrable Systems
+1206.0292 Materials Science
+1206.0339 Strongly Correlated Electrons
+1206.0803 Combinatorics
+1206.2292 Information Theory
+1206.2369 Physics and Society
+1206.2614 Astrophysics of Galaxies
+1206.2624 Analysis of PDEs
+1206.2637 General Physics
+1206.2638 Statistical Mechanics
+1206.2648 Theory
+1206.2651 Experiment
+1206.2661 Cosmology and Nongalactic Astrophysics
+1206.2667 Theory
+1206.2671 Mesoscale and Nanoscale Physics
+1206.2673 Analysis of PDEs
+1206.2674 Mesoscale and Nanoscale Physics
+1206.2676 Symplectic Geometry
+1206.2678 Differential Geometry
+1206.2681 Classical Analysis and ODEs
+1206.2682 Logic
+1206.2683 Applications
+1206.2690 Classical Analysis and ODEs
+1206.2691 Learning
+1206.2692 Group Theory
+1206.2695
+1206.2696 Methodology
+1206.2697 Biological Physics
+1206.2699 Other Condensed Matter
+1206.2700 Statistics Theory
+1206.2701
+1206.2709 Analysis of PDEs
+1206.2712 Logic
+1206.2714 Logic
+1206.2715 Methodology
+1206.2716 Methodology
+1206.2721 Category Theory
+1206.2725
+1206.2730 Computational Physics
+1206.2733 Physics and Society
+1206.2734 Theory
+1206.2736
+1206.2742 Digital Libraries
+1206.2746 Mesoscale and Nanoscale Physics
+1206.2749 Biological Physics
+1206.2756 Statistical Mechanics
+1206.2759 Solar and Stellar Astrophysics
+1206.2760 Chemical Physics
+1206.2762 Astrophysics of Galaxies
+1206.2764 Algebraic Geometry
+1206.2766 Differential Geometry
+1206.2778 General Finance
+1206.2780 Dynamical Systems
+1206.2782 Accelerator Physics
+1206.2785 Differential Geometry
+1206.2788 Chemical Physics
+1206.2789 Other Condensed Matter
+1206.2791 General Mathematics
+1206.2800 Analysis of PDEs
+1206.2803 Differential Geometry
+1206.2804 Algebraic Geometry
+1206.2805 Materials Science
+1206.2806 Operator Algebras
+1206.2807 Computer Vision and Pattern Recognition
+1206.2811 Algebraic Geometry
+1206.2812 Numerical Analysis
+1206.2816
+1206.2819 High Energy Astrophysical Phenomena
+1206.2820 General Topology
+1206.2823 Materials Science
+1206.2831 Soft Condensed Matter
+1206.2835 Soft Condensed Matter
+1206.2838 Cosmology and Nongalactic Astrophysics
+1206.2846 Quantum Algebra
+1206.2854 Mesoscale and Nanoscale Physics
+1206.2859 Analysis of PDEs
+1206.2866 Physics and Society
+1206.2867 Earth and Planetary Astrophysics
+1206.2870 Phenomenology
+1206.2874 Materials Science
+1206.2875 Mesoscale and Nanoscale Physics
+1206.2878 Computer Science and Game Theory
+1206.2880 Numerical Analysis
+1206.2883 Materials Science
+1206.2888 General Physics
+1206.2892 Phenomenology
+1206.2893 Computational Complexity
+1206.2894 Soft Condensed Matter
+1206.2906 Quantum Gases
+1206.2909 Analysis of PDEs
+1206.2911 Numerical Analysis
+1206.2914 Cryptography and Security
+cond-mat/0111449 Statistical Mechanics
+cond-mat/0411620 Mesoscale and Nanoscale Physics
+gr-qc/0404029
+math/0305046 Number Theory
+physics/0609114 Physics and Society
+0711.3503 Populations and Evolution
+0803.4159
+0809.3070 Quantitative Methods
+0812.2597 Disordered Systems and Neural Networks
+0902.3946 Statistical Mechanics
+0907.0176
+0909.2492
+0911.3534 Probability
+0912.4086 Differential Geometry
+1001.0596 General Topology
+1003.5908 Mesoscale and Nanoscale Physics
+1006.0058 Analysis of PDEs
+1007.0136 Spectral Theory
+1007.1986 Information Theory
+1008.1076 Instrumentation and Methods for Astrophysics
+1008.2154 General Topology
+1009.5111
+1011.0284 Combinatorics
+1011.2381
+1012.0361
+1012.2513 Popular Physics
+1012.3729 Geometric Topology
+1012.5165 Populations and Evolution
+1012.5651 Statistical Mechanics
+1101.0474 Phenomenology
+1101.1302 Superconductivity
+1102.5151 Group Theory
+1103.2615
+1103.6285 Strongly Correlated Electrons
+1104.3381
+1104.3882 Number Theory
+1104.4299
+1104.4926 Other Condensed Matter
+1105.2031 Operator Algebras
+1105.2555
+1105.2716 Strongly Correlated Electrons
+1105.2895 Rings and Algebras
+1105.4680 Populations and Evolution
+1105.5526 Superconductivity
+1105.6074 Operator Algebras
+1105.6267 Metric Geometry
+1106.1428 Theory
+1106.1460 Theory
+1106.1933 Computer Science and Game Theory
+1106.2035 Theory
+1106.3506 Populations and Evolution
+1106.3725 Databases
+1106.4277 Analysis of PDEs
+1106.4938 Strongly Correlated Electrons
+1107.0069 Superconductivity
+1107.0475 Combinatorics
+1107.1574 Phenomenology
+1107.3472 Combinatorics
+1107.5260 Differential Geometry
+1107.6040 Theory
+1108.0527 Phenomenology
+1108.0533 Phenomenology
+1108.2814 Algebraic Geometry
+1108.2871 Combinatorics
+1108.2873 Statistical Mechanics
+1108.2926 Phenomenology
+1108.3054 Number Theory
+1108.3521 Materials Science
+1108.4379 Representation Theory
+1109.0052
+1109.0619 Mesoscale and Nanoscale Physics
+1109.2718 Phenomenology
+1109.3851 Number Theory
+1109.4364 Strongly Correlated Electrons
+1109.4599 Information Theory
+1110.0227 Superconductivity
+1110.0347 Physics and Society
+1110.1327
+1110.1687 Networking and Internet Architecture
+1110.2852 Algebraic Geometry
+1110.3170 Superconductivity
+1110.3660 Phenomenology
+1110.3663 Phenomenology
+1110.3834 Superconductivity
+1110.4249
+1110.5469 Differential Geometry
+1110.5857 Superconductivity
+1110.6314 Statistical Mechanics
+1110.6372 Computer Science and Game Theory
+1111.0723 Populations and Evolution
+1111.1896 Social and Information Networks
+1111.2849
+1111.6255 Theory
+1111.6750 Operator Algebras
+1112.0189 Statistical Mechanics
+1112.0884
+1112.1150 Biological Physics
+1112.1577 Experiment
+1112.1636 Superconductivity
+1112.2353 Commutative Algebra
+1112.2438 High Energy Astrophysical Phenomena
+1112.3377 Atomic Physics
+1112.3900 Populations and Evolution
+1112.4520 Mesoscale and Nanoscale Physics
+1112.6414 Physics and Society
+1201.0347 Chaotic Dynamics
+1201.1620 Chaotic Dynamics
+1201.2403
+1201.2924 Theory
+1201.3100 Strongly Correlated Electrons
+1201.3260 Strongly Correlated Electrons
+1201.3637 Superconductivity
+1201.3996 Phenomenology
+1201.5030 Data Structures and Algorithms
+1201.6349
+1201.6523 Strongly Correlated Electrons
+1202.0225 Probability
+1202.0552 Astrophysics of Galaxies
+1202.1244 Dynamical Systems
+1202.1753 Mesoscale and Nanoscale Physics
+1202.2390 Analysis of PDEs
+1202.2391 Analysis of PDEs
+1202.3118 Strongly Correlated Electrons
+1202.3454 Materials Science
+1202.3681 Differential Geometry
+1202.4139 Phenomenology
+1202.4251
+1202.4521
+1202.6249 Strongly Correlated Electrons
+1203.0027 Astrophysics of Galaxies
+1203.1798 Mesoscale and Nanoscale Physics
+1203.2297 Information Theory
+1203.2313 Populations and Evolution
+1203.4130 Analysis of PDEs
+1203.4425 Operator Algebras
+1203.4579 Optimization and Control
+1203.4832 Solar and Stellar Astrophysics
+1203.5332 Chemical Physics
+1203.5692 Applications
+1203.6114 Analysis of PDEs
+1203.6481 Computational Geometry
+1203.6591 Mesoscale and Nanoscale Physics
+1204.0356 Materials Science
+1204.1202 Metric Geometry
+1204.1902 Earth and Planetary Astrophysics
+1204.1957 Data Structures and Algorithms
+1204.2150 Information Theory
+1204.2443 Materials Science
+1204.2630 Probability
+1204.2638 Computational Finance
+1204.2971 Mesoscale and Nanoscale Physics
+1204.3108 General Topology
+1204.3407 Metric Geometry
+1204.3559 Cosmology and Nongalactic Astrophysics
+1204.4159 Data Structures and Algorithms
+1204.4389 Phenomenology
+1204.4411 Combinatorics
+1204.4443 Formal Languages and Automata Theory
+1204.4576 Rings and Algebras
+1204.4625 Analysis of PDEs
+1204.4668
+1204.4690 Superconductivity
+1204.4692 Group Theory
+1204.4729 Mesoscale and Nanoscale Physics
+1204.4736 Logic in Computer Science
+1204.4738 Number Theory
+1204.4746 Representation Theory
+1204.4747 Algebraic Geometry
+1204.4759 Mesoscale and Nanoscale Physics
+1204.4762 Quantitative Methods
+1204.4763 Methodology
+1204.4768 Statistical Mechanics
+1204.4770 Functional Analysis
+1204.4776 Combinatorics
+1204.4777 Strongly Correlated Electrons
+1204.4781 Materials Science
+1204.4783 Networking and Internet Architecture
+1204.4784 Soft Condensed Matter
+1204.4786
+1204.4787 Rings and Algebras
+1204.4790 Numerical Analysis
+1204.4792 Mesoscale and Nanoscale Physics
+1204.4794 Differential Geometry
+1204.4801 Applications
+1204.4804 Logic in Computer Science
+1204.4805 Artificial Intelligence
+1204.4807 Atmospheric and Oceanic Physics
+1204.4808 Algebraic Topology
+1204.4809 Computers and Society
+1204.4811 Phenomenology
+1204.4826 Algebraic Geometry
+1204.4827 Discrete Mathematics
+1204.4828 Quantum Algebra
+1204.4829 Data Structures and Algorithms
+1204.4835 Data Structures and Algorithms
+1204.4837 Logic
+1204.4847 Networking and Internet Architecture
+1204.4854 Probability
+1204.4860 Numerical Analysis
+1204.4862
+1204.4864 Information Theory
+1204.4867 Computer Vision and Pattern Recognition
+1204.4869 Mesoscale and Nanoscale Physics
+1204.4872
+1204.4874 Systems and Control
+1204.4877 Probability
+1204.4883 Complex Variables
+1204.4888
+1204.4889 General Physics
+1204.4891 Mesoscale and Nanoscale Physics
+1204.4892 Geometric Topology
+1204.4893 Mesoscale and Nanoscale Physics
+1204.4894 Strongly Correlated Electrons
+1204.4895 Classical Physics
+1204.4904 Functional Analysis
+1204.4905 Information Theory
+1204.4909 Software Engineering
+1204.4925 Operator Algebras
+1204.4926
+1204.4930 Statistical Mechanics
+1204.4938 Number Theory
+1204.4942 Operator Algebras
+1204.4949 Optics
+1204.4951 Networking and Internet Architecture
+1204.4953 Combinatorics
+1204.4956
+1204.4959 Analysis of PDEs
+1204.4960
+1204.4962 Analysis of PDEs
+1204.4966 Analysis of PDEs
+1204.4969 Probability
+1204.4972 Atomic Physics
+1204.4982 Formal Languages and Automata Theory
+1204.4988 Discrete Mathematics
+1204.4989 Artificial Intelligence
+1204.4990 Learning
+1204.4991 Artificial Intelligence
+1204.4992 Algebraic Geometry
+1204.4995 Statistics Theory
+1204.4996 Metric Geometry
+1204.4997 Data Structures and Algorithms
+1204.5003 Optics
+1204.5010 Differential Geometry
+1204.5013 Strongly Correlated Electrons
+1204.5016 Accelerator Physics
+1204.5023 Data Structures and Algorithms
+1204.5024 Fluid Dynamics
+1204.5030 Phenomenology
+1204.5037 Solar and Stellar Astrophysics
+1204.5056 Networking and Internet Architecture
+1204.5060
+1204.5061 Numerical Analysis
+1204.5062 Functional Analysis
+1204.5071
+1204.5074
+1204.5075 Logic
+1204.5083 Data Structures and Algorithms
+1204.5086 Digital Libraries
+1204.5089 Mesoscale and Nanoscale Physics
+1204.5092 Fluid Dynamics
+1204.5093 Logic in Computer Science
+1204.5099 Phenomenology
+1204.5104 Instrumentation and Methods for Astrophysics
+1204.5108 Optics
+1204.5109 Numerical Analysis
+1204.5113 Data Structures and Algorithms
+1204.5115 Probability
+1204.5116 Spectral Theory
+1204.5119 Solar and Stellar Astrophysics
+1204.5122
+1204.5126 General Physics
+1204.5127
+1204.5134 Functional Analysis
+1204.5136 Information Theory
+1204.5139 General Physics
+1204.5140 Chaotic Dynamics
+1204.5141 History and Overview
+1204.5142 Probability
+1204.5145 Number Theory
+1204.5151 Instrumentation and Methods for Astrophysics
+1204.5153 Instrumentation and Detectors
+1204.5155 Rings and Algebras
+1204.5156 Logic in Computer Science
+1204.5157 Classical Analysis and ODEs
+1204.5158 Dynamical Systems
+1204.5159 Logic in Computer Science
+1204.5160 Combinatorics
+1204.5164 Combinatorics
+1204.5166 Combinatorics
+1204.5167 Geometric Topology
+hep-th/0605051 Theory
+math/0607436 Dynamical Systems
+math/0608635 Geometric Topology
+math/0609096 Group Theory
+0704.0273
+0711.3199 Physics and Society
+0804.4772
+0807.2524 Other Condensed Matter
+0812.2940 Optics
+0905.1118 Group Theory
+0905.1190 Algebraic Geometry
+0905.1195 Algebraic Geometry
+0905.1200 Combinatorics
+0908.0989
+0908.3064 Optics
+0909.5339
+0911.0037 Materials Science
+0911.3861 Logic
+0912.2149
+0912.3048 Analysis of PDEs
+1001.4292 Differential Geometry
+1003.5157 Algebraic Geometry
+1008.4087 Number Theory
+1009.3595 Algebraic Geometry
+1009.4488 Commutative Algebra
+1009.5659 Number Theory
+1010.3546 Algebraic Geometry
+1011.2450 Combinatorics
+1011.4351 Probability
+1012.2170 Representation Theory
+1012.4955 Mesoscale and Nanoscale Physics
+1012.5718
+1101.0618 Theory
+1101.2315 Probability
+1101.3580 Number Theory
+1102.4807 Machine Learning
+1103.4779 Analysis of PDEs
+1105.1129 Mesoscale and Nanoscale Physics
+1105.1585 Theory
+1106.3335 Cosmology and Nongalactic Astrophysics
+1106.5906 Physics and Society
+1106.5992 Networking and Internet Architecture
+1106.6354 Phenomenology
+1107.1910 Dynamical Systems
+1107.4681 Representation Theory
+1107.5636 General Physics
+1107.5738 Theory
+1108.1514 High Energy Astrophysical Phenomena
+1108.3185
+1108.5886
+1109.0221
+1110.5029 Dynamical Systems
+1111.2470 Computer Science and Game Theory
+1111.3300 Optics
+1111.5406 Strongly Correlated Electrons
+1111.5479 Machine Learning
+1111.6787 Representation Theory
+1112.1496 Computer Vision and Pattern Recognition
+1112.1939 Phenomenology
+1112.5332 Chemical Physics
+1112.6220 Systems and Control
+1201.0020 Number Theory
+1201.0108 Functional Analysis
+1201.1563 Chemical Physics
+1201.5765 Plasma Physics
+1201.5821 Computational Complexity
+1202.0011 Phenomenology
+1202.1921 High Energy Astrophysical Phenomena
+1202.3939 Group Theory
+1202.5541
+1203.1375 Superconductivity
+1203.3753
+1203.4333 Biological Physics
+1203.4564 Statistical Mechanics
+1203.5294 Materials Science
+1203.5684
+1203.6245 Mesoscale and Nanoscale Physics
+1204.0667 Probability
+1204.1062 Theory
+1204.1289
+1204.2612 Dynamical Systems
+1204.2797 Phenomenology
+1204.4023 Chemical Physics
+1204.4181 Solar and Stellar Astrophysics
+1204.4582 Strongly Correlated Electrons
+1205.0132 Mesoscale and Nanoscale Physics
+1205.1146 Strongly Correlated Electrons
+1205.1253
+1205.3392 Phenomenology
+1205.3427 Superconductivity
+1205.5013 Phenomenology
+1205.5702 Statistical Mechanics
+1205.6104
+1205.6186 Information Theory
+1205.6545 Lattice
+1205.6653 Methodology
+1205.6984 Mesoscale and Nanoscale Physics
+1206.0660
+1206.1961 Data Analysis, Statistics and Probability
+1206.2454 Phenomenology
+1206.5346
+1206.5599 Materials Science
+1206.6348 Chaotic Dynamics
+1207.1325 Superconductivity
+1207.2482 Instrumentation and Methods for Astrophysics
+1207.3101 Earth and Planetary Astrophysics
+1207.6205 Pricing of Securities
+1207.6332 Statistical Mechanics
+1207.7160 Optimization and Control
+1208.0316 Optimization and Control
+1208.0454 History and Philosophy of Physics
+1208.0816 Combinatorics
+1208.1090 Superconductivity
+1208.1296 Geophysics
+1208.1331 Optimization and Control
+1208.1420 Combinatorics
+1208.1429 Other Computer Science
+1208.1439 Combinatorics
+1208.1468 Experiment
+1208.1503
+1208.1507 Phenomenology
+1208.1516 Atomic Physics
+1208.1521 Phenomenology
+1208.1522 Atomic Physics
+1208.1526 Geometric Topology
+1208.1529 Solar and Stellar Astrophysics
+1208.1535 Materials Science
+1208.1541 Exactly Solvable and Integrable Systems
+1208.1543
+1208.1544 Learning
+1208.1546
+1208.1548
+1208.1549
+1208.1550
+1208.1554
+1208.1555
+1208.1556 Strongly Correlated Electrons
+1208.1557
+1208.1558 Probability
+1208.1560 Populations and Evolution
+1208.1564 Operator Algebras
+1208.1565 Data Structures and Algorithms
+1208.1567 Superconductivity
+1208.1569 Other Computer Science
+1208.1570
+1208.1573 Plasma Physics
+1208.1574 Networking and Internet Architecture
+1208.1591 Logic in Computer Science
+1208.1594 Logic in Computer Science
+1208.1595 Logic in Computer Science
+1208.1597 Logic in Computer Science
+1208.1599 K-Theory and Homology
+1208.1605 Instrumentation and Detectors
+1208.1607 Spectral Theory
+1208.1609 Logic in Computer Science
+1208.1610 Metric Geometry
+1208.1611 Probability
+1208.1613 Logic in Computer Science
+1208.1615
+1208.1625 High Energy Astrophysical Phenomena
+1208.1626
+1208.1633 Superconductivity
+1208.1639 Computer Science and Game Theory
+1208.1641 Classical Analysis and ODEs
+1208.1642 Differential Geometry
+1208.1645 Theory
+1208.1652 Neurons and Cognition
+1208.1654 Chaotic Dynamics
+1208.1657 Analysis of PDEs
+1208.1665 Probability
+1208.1667 Solar and Stellar Astrophysics
+1208.1670 Computer Vision and Pattern Recognition
+1208.1672 Computer Vision and Pattern Recognition
+1208.1676 Computer Science and Game Theory
+1208.1677 Superconductivity
+1208.1685 Numerical Analysis
+1208.1690 Differential Geometry
+1208.1691 Chaotic Dynamics
+1208.1695 Commutative Algebra
+1208.1701 Mesoscale and Nanoscale Physics
+1208.1712 Cryptography and Security
+1208.1715 Materials Science
+1208.1717 Methodology
+1208.1722 Optics
+1208.1723 Distributed, Parallel, and Cluster Computing
+1208.1744 Experiment
+1208.1745
+1208.1750 Software Engineering
+1208.1753 Geophysics
+cond-mat/0411005 Mesoscale and Nanoscale Physics
+math/0406150 Geometric Topology
+math/0406269 Geometric Topology
+math/0407130 Geometric Topology
+math/0412262 Number Theory
+math/0505185 Geometric Topology
+math/0605529 Geometric Topology
+math/0607721 Differential Geometry
+0707.1978 Quantum Algebra
+0708.3882 Superconductivity
+0708.3883 Superconductivity
+0710.0831 Statistical Mechanics
+0710.4385 Functional Analysis
+0801.2629 Strongly Correlated Electrons
+0802.0351 Information Theory
+0804.4204 Information Theory
+0810.2432
+0811.4223 Superconductivity
+0812.3166 Differential Geometry
+0903.4374 Representation Theory
+0903.5185 Algebraic Topology
+0904.0035 Soft Condensed Matter
+0904.1266 Algebraic Geometry
+0904.3214 Superconductivity
+0904.4070 Operator Algebras
+0905.1231 Algebraic Geometry
+0906.3502 Materials Science
+0909.4071 Probability
+0910.2135 Differential Geometry
+0910.3897
+0911.4377 Quantum Algebra
+0912.0043 Algebraic Geometry
+0912.0991 Superconductivity
+1001.1790 Cosmology and Nongalactic Astrophysics
+1001.4415 Theory
+1003.3703
+1004.0746 Algebraic Topology
+1004.2103 Functional Analysis
+1004.2474 Cosmology and Nongalactic Astrophysics
+1004.3623
+1004.3889 Differential Geometry
+1006.3119 Geometric Topology
+1007.0419 Combinatorics
+1007.1994 Cosmology and Nongalactic Astrophysics
+1007.2698 Strongly Correlated Electrons
+1008.0283
+1008.2080 Superconductivity
+1009.0285 Spectral Theory
+1009.0291 Materials Science
+1009.3172 Statistical Mechanics
+1009.4134 Combinatorics
+1010.4666
+1011.2256
+1011.2410
+1011.2969 Quantitative Methods
+1012.3851 Statistics Theory
+1012.5939 General Physics
+1101.0442 Superconductivity
+1101.0900
+1101.5752 Probability
+1102.1240 Algebraic Geometry
+1102.2287 Superconductivity
+1102.2610 Other Condensed Matter
+1102.3493 Information Theory
+1102.4045 Quantum Gases
+1102.4595 Group Theory
+1103.4649 Populations and Evolution
+1103.5811 Differential Geometry
+1104.0330 Analysis of PDEs
+1104.0906 Information Theory
+1104.1521 Quantum Gases
+1104.1624 Superconductivity
+1104.1745 Information Theory
+1104.4916 Theory
+1105.2105 Strongly Correlated Electrons
+1105.2203 General Topology
+1105.2394 Mesoscale and Nanoscale Physics
+1105.4042 Machine Learning
+1105.4439 Theory
+1106.3027
+1106.3144 Superconductivity
+1106.3673 Differential Geometry
+1106.3873 Phenomenology
+1106.4850
+1106.5110 Number Theory
+1107.3109 Plasma Physics
+1107.3282 General Physics
+1107.3810 Mesoscale and Nanoscale Physics
+1107.4792 Quantum Gases
+1107.4801 Solar and Stellar Astrophysics
+1107.5470 General Physics
+1108.3044 Symplectic Geometry
+1108.5047 Quantum Algebra
+1108.5833
+1108.6052
+1109.1435
+1109.1456 Algebraic Geometry
+1109.2589 Cosmology and Nongalactic Astrophysics
+1109.2842 Phenomenology
+1109.3333 Mesoscale and Nanoscale Physics
+1110.0129 Networking and Internet Architecture
+1110.0853 High Energy Astrophysical Phenomena
+1110.2146 Phenomenology
+1110.2185 Strongly Correlated Electrons
+1110.2326 Superconductivity
+1110.3200 Logic
+1110.3998 Theory
+1110.4053 General Physics
+1110.4876 Earth and Planetary Astrophysics
+1110.5327 Theory
+1110.5775
+1110.5995 Experiment
+1110.6514 Strongly Correlated Electrons
+1110.6756
+1111.0435 Fluid Dynamics
+1111.2238
+1111.2406 Phenomenology
+1111.3811 Analysis of PDEs
+1111.4340 Materials Science
+1111.4355 Materials Science
+1111.4884 General Physics
+1111.6512 Fluid Dynamics
+1111.6841 Quantum Gases
+1112.0296 Information Theory
+1112.0520 Data Structures and Algorithms
+1112.0828 Differential Geometry
+1112.2111 Superconductivity
+1112.2357 Combinatorics
+1112.2575
+1112.3502 Theory
+1112.4467 Analysis of PDEs
+1112.4629 Phenomenology
+1201.0193 Phenomenology
+1201.0303 Representation Theory
+1201.1111
+1201.1224 Combinatorics
+1201.1430 Superconductivity
+1201.1805 Representation Theory
+1201.2216 Number Theory
+1201.2643 Phenomenology
+1201.3051 Theory
+1201.3332 Emerging Technologies
+1201.3574 Quantitative Methods
+1201.3598 Cosmology and Nongalactic Astrophysics
+1201.3858 Classical Analysis and ODEs
+1201.3951 Theory
+1201.4235 Soft Condensed Matter
+1201.4260 Probability
+1201.4272 High Energy Astrophysical Phenomena
+1201.4396 Phenomenology
+1201.4403 Methodology
+1201.4406
+1201.4411 Materials Science
+1201.4418 Number Theory
+1201.4422 Probability
+1201.4424 Analysis of PDEs
+1201.4425 Superconductivity
+1201.4428 Information Theory
+1201.4429
+1201.4432
+1201.4440 Probability
+1201.4442 Other Computer Science
+1201.4443 Robotics
+1201.4444 General Physics
+1201.4445 Robotics
+1201.4446 Other Computer Science
+1201.4448 Rings and Algebras
+1201.4450 Quantum Algebra
+1201.4452 Mesoscale and Nanoscale Physics
+1201.4453 Solar and Stellar Astrophysics
+1201.4459 Data Structures and Algorithms
+1201.4461 General Physics
+1201.4462 Logic in Computer Science
+1201.4464 Combinatorics
+1201.4465 Functional Analysis
+1201.4468 Discrete Mathematics
+1201.4475 Complex Variables
+1201.4479 Information Theory
+1201.4480 Information Theory
+1201.4482 Probability
+1201.4485 Probability
+1201.4490 Statistical Finance
+1201.4494 Representation Theory
+1201.4496 Analysis of PDEs
+1201.4499 Computational Engineering, Finance, and Science
+1201.4500 Software Engineering
+1201.4501 Quantum Algebra
+1201.4502 Combinatorics
+1201.4506 Experiment
+1201.4508 Algebraic Geometry
+1201.4510 Probability
+1201.4511 Phenomenology
+1201.4513
+1201.4515 Optics
+1201.4517 Optics
+1201.4518
+1201.4523 Combinatorics
+1201.4524 Networking and Internet Architecture
+1201.4529 Methodology
+1201.4535 Soft Condensed Matter
+1201.4536 Cryptography and Security
+1201.4538 Functional Analysis
+1201.4539 Geometric Topology
+1201.4541 Differential Geometry
+1201.4547 Exactly Solvable and Integrable Systems
+1201.4550 Rings and Algebras
+1201.4553 Other Computer Science
+1201.4555 Networking and Internet Architecture
+1201.4557 Solar and Stellar Astrophysics
+1201.4561 Solar and Stellar Astrophysics
+1201.4562 Differential Geometry
+1201.4570 Algebraic Geometry
+1201.4573 Analysis of PDEs
+1201.4576 Experiment
+1201.4577 General Physics
+1201.4583 Pattern Formation and Solitons
+1201.4585 Statistical Mechanics
+1201.4594 General Physics
+1201.4597 Data Analysis, Statistics and Probability
+1201.4599 Operator Algebras
+1201.4604 Data Analysis, Statistics and Probability
+1201.4607 Solar and Stellar Astrophysics
+1201.4609 Phenomenology
+1201.4617 Neurons and Cognition
+1201.4621 Numerical Analysis
+1201.4622 Instrumentation and Methods for Astrophysics
+1201.4628 Algebraic Geometry
+1201.4631
+1201.4632 Methodology
+1201.4634 Functional Analysis
+1201.4635
+1201.4637 Earth and Planetary Astrophysics
+1201.4645 Probability
+1201.4646 Solar and Stellar Astrophysics
+1201.4647 Probability
+1201.4649
+1201.4652 Materials Science
+1201.4653 Operator Algebras
+1201.4655 Performance
+1201.4666 Functional Analysis
+1201.4667 Methodology
+1201.4671
+1201.4673
+1201.4676 Optics
+1201.4677 Optimization and Control
+1201.4678 Experiment
+1201.4686 Group Theory
+1201.4687 Geometric Topology
+1201.4688 General Physics
+1201.4693 Solar and Stellar Astrophysics
+1201.4696 Biological Physics
+1201.4698 General Physics
+1201.4705 Complex Variables
+1201.4707 Materials Science
+1201.4708 Analysis of PDEs
+1201.4713 Classical Physics
+1201.4714 Learning
+1201.4719 Programming Languages
+1201.4724 Probability
+1201.4725 Cryptography and Security
+1201.4727 Cosmology and Nongalactic Astrophysics
+1201.4728 High Energy Astrophysical Phenomena
+1201.4730 Medical Physics
+1201.4733 Computation and Language
+1201.4735 Materials Science
+1201.4737 Neural and Evolutionary Computing
+1201.4738 Classical Physics
+1201.4739 Mesoscale and Nanoscale Physics
+1201.4743 Statistics Theory
+1201.4746 Materials Science
+1201.4749 Complex Variables
+1201.4750 Complex Variables
+1201.4754 Computer Science and Game Theory
+1201.4761 Experiment
+1201.4762
+1201.4763 K-Theory and Homology
+1201.4764 Data Structures and Algorithms
+1201.4766 Pattern Formation and Solitons
+1201.4768 Networking and Internet Architecture
+1201.4770 Phenomenology
+1201.4774 Lattice
+1201.4776 Statistical Finance
+1201.4781 Computational Finance
+1201.4782 Combinatorics
+1201.4786 Statistical Finance
+1201.4788 Instrumentation and Methods for Astrophysics
+1201.4809 Solar and Stellar Astrophysics
+1201.4810 Experiment
+1201.4819 Operator Algebras
+1201.4824 Rings and Algebras
+1201.4826 Functional Analysis
+1201.4830 Classical Analysis and ODEs
+1201.4836 Analysis of PDEs
+1201.4837 Operator Algebras
+1201.4844 Operator Algebras
+1201.4845 Adaptation and Self-Organizing Systems
+1201.4854 Rings and Algebras
+1201.4855 Algebraic Geometry
+math/0202158 Algebraic Geometry
+math/0310368 Algebraic Geometry
+math/0404242 Representation Theory
+math/0404252 Algebraic Topology
+1208.1969 Computers and Society
+1012.0070 Cosmology and Nongalactic Astrophysics
+1109.0004 Theory
+1109.5448 Phenomenology
+1110.3555 Theory
+1111.4912 Theory
+1112.1458
+1112.4127 Strongly Correlated Electrons
+1201.2126 High Energy Astrophysical Phenomena
+0812.4643 Number Theory
+0812.4949 K-Theory and Homology
+0902.4856 Representation Theory
+0904.1179 Lattice
+0905.0913 Group Theory
+0907.0339 Operator Algebras
+0908.0574 Dynamical Systems
+0908.1465 K-Theory and Homology
+0908.3185 Combinatorics
+0908.4294 Theory
+0910.4207 Combinatorics
+0912.1659 Combinatorics
+1003.0278 K-Theory and Homology
+1003.1919 Strongly Correlated Electrons
+1003.2362 Number Theory
+1003.5066 Functional Analysis
+1004.2594 Mesoscale and Nanoscale Physics
+1005.1547 Analysis of PDEs
+1006.1806 Theory
+1009.2852 Differential Geometry
+1009.3241 Differential Geometry
+1010.4725 Superconductivity
+1012.0639 Phenomenology
+1012.4029 Atomic Physics
+1101.1206 Accelerator Physics
+1102.3837 Phenomenology
+1103.0527 Strongly Correlated Electrons
+1103.2407 Strongly Correlated Electrons
+1103.4852 Atomic Physics
+1103.5667 Functional Analysis
+1105.1169 Algebraic Geometry
+1107.0174 Algebraic Geometry
+1107.0528 Adaptation and Self-Organizing Systems
+1107.1379 Combinatorics
+1107.1737 Atomic Physics
+1107.1884 Medical Physics
+1107.2527 Information Theory
+1107.3452 Mesoscale and Nanoscale Physics
+1107.4483 High Energy Astrophysical Phenomena
+1107.5097 Classical Analysis and ODEs
+1107.5971 Group Theory
+1108.0281 Strongly Correlated Electrons
+1108.0664 High Energy Astrophysical Phenomena
+1108.1373 Cosmology and Nongalactic Astrophysics
+1108.4437 Mesoscale and Nanoscale Physics
+1109.0107 Soft Condensed Matter
+1109.0789 Classical Analysis and ODEs
+1109.2226 Combinatorics
+1109.2790 Cosmology and Nongalactic Astrophysics
+1109.4126 Cosmology and Nongalactic Astrophysics
+1109.4164 Algebraic Geometry
+1109.4505 Functional Analysis
+1109.6292 Strongly Correlated Electrons
+1110.2202 Soft Condensed Matter
+1110.4199 Cosmology and Nongalactic Astrophysics
+1110.4989 Phenomenology
+1110.5219
+1110.5441 Mathematical Software
+1110.6739 Data Structures and Algorithms
+1111.1046 Statistical Mechanics
+1111.2973 Number Theory
+1111.3380 Number Theory
+1111.3588 Combinatorics
+1111.4899 Disordered Systems and Neural Networks
+1111.6192 Cosmology and Nongalactic Astrophysics
+1111.6475 Mesoscale and Nanoscale Physics
+1112.0467 Information Theory
+1112.2886
+1112.5016 Methodology
+1201.0290
+1201.0359 Phenomenology
+1201.1102 Representation Theory
+1201.2378 Cosmology and Nongalactic Astrophysics
+1201.2707 Mesoscale and Nanoscale Physics
+1201.3746 Strongly Correlated Electrons
+1201.4036 Populations and Evolution
+1201.4367 Combinatorics
+1201.6535 Statistical Finance
+1202.6056 Theory
+1202.6062 Theory
+1202.6608 Superconductivity
+1203.0330 Instrumentation and Methods for Astrophysics
+1203.1739 Materials Science
+1203.2850 Quantum Gases
+1203.3166 Statistical Mechanics
+1203.3888 Chemical Physics
+1203.4147 Probability
+1203.4779
+1203.5082 Theory
+1203.6485 Mesoscale and Nanoscale Physics
+1204.0213 Theory
+1204.1271 High Energy Astrophysical Phenomena
+1204.3128 Commutative Algebra
+1204.3251 Learning
+1204.3796 Superconductivity
+1204.5876 Differential Geometry
+1204.5905 Materials Science
+1204.5964 Strongly Correlated Electrons
+1204.6133 Dynamical Systems
+1205.1579 Data Structures and Algorithms
+1205.1717
+1205.1847 Classical Physics
+1205.1848 Probability
+1205.2063
+1205.2315 Mesoscale and Nanoscale Physics
+1205.2737 Metric Geometry
+1205.2950 Strongly Correlated Electrons
+1205.3903
+1205.4824 Materials Science
+1205.6322 Analysis of PDEs
+1205.6359 Data Structures and Algorithms
+1206.0227 Solar and Stellar Astrophysics
+1206.2863 Phenomenology
+1206.3432 Optimization and Control
+1206.3916 Category Theory
+1206.5396 Artificial Intelligence
+1206.5739 Functional Analysis
+1206.6230 Learning
+1206.6503 Mesoscale and Nanoscale Physics
+1206.6507 Theory
+1206.6511 Theory
+1206.6513 Geophysics
+1206.6514 Computer Vision and Pattern Recognition
+1206.6517 Algebraic Geometry
+1206.6519 Machine Learning
+1206.6522 Numerical Analysis
+1206.6526 Superconductivity
+1206.6534 Statistical Mechanics
+1206.6546 Soft Condensed Matter
+1206.6549 Strongly Correlated Electrons
+1206.6553 Functional Analysis
+1206.6561 Information Theory
+1206.6562 Biological Physics
+1206.6563 Classical Analysis and ODEs
+1206.6565 Formal Languages and Automata Theory
+1206.6571 Analysis of PDEs
+1206.6574 Commutative Algebra
+1206.6576 Instrumentation and Methods for Astrophysics
+1206.6579 Commutative Algebra
+1206.6584 Information Theory
+1206.6588 Physics and Society
+1206.6596 Representation Theory
+1206.6600 Materials Science
+1206.6605 Combinatorics
+1206.6606 Computers and Society
+1206.6607 Quantum Algebra
+1206.6608 Metric Geometry
+1206.6612 Computers and Society
+1206.6613 Computers and Society
+1206.6615
+1206.6617 Applications
+1206.6618 Phenomenology
+1206.6624 Applications
+1206.6627 Applications
+1206.6633 Symplectic Geometry
+1206.6636 Applications
+1206.6642 Combinatorics
+1206.6645 Optimization and Control
+1206.6646 Databases
+1206.6647 Applications
+1206.6650 Applications
+1206.6653 Applications
+1206.6654 Accelerator Physics
+1206.6655 Applications
+1206.6658 Statistics Theory
+1206.6659 Analysis of PDEs
+1206.6664 Applications
+1206.6666 Applications
+1206.6670 Optimization and Control
+1206.6674 Applications
+1206.6676 Differential Geometry
+1206.6683 Chemical Physics
+1206.6694
+1206.6695 Instrumentation and Methods for Astrophysics
+1206.6696 Dynamical Systems
+1206.6708 Algebraic Geometry
+1206.6711 Fluid Dynamics
+1206.6712 Probability
+1206.6714 Phenomenology
+1206.6722 Neural and Evolutionary Computing
+1206.6723 Chaotic Dynamics
+1206.6725 Functional Analysis
+1206.6731 Commutative Algebra
+1206.6733 Instrumentation and Methods for Astrophysics
+1206.6735 Computation and Language
+1206.6738 Analysis of PDEs
+1206.6741 Information Theory
+1206.6743 Rings and Algebras
+1206.6747 Number Theory
+1206.6748 Differential Geometry
+1206.6752 History and Philosophy of Physics
+1206.6753
+1206.6756 Experiment
+1206.6758 Theory
+1206.6761 Experiment
+1206.6765 Dynamical Systems
+1206.6768 Populations and Evolution
+1206.6769 Number Theory
+1206.6770 High Energy Astrophysical Phenomena
+1206.6771 Optics
+1206.6782 Populations and Evolution
+1206.6787 Pricing of Securities
+1206.6791 Optimization and Control
+1206.6793 Instrumentation and Detectors
+1206.6796 Accelerator Physics
+1206.6800 Accelerator Physics
+1206.6804 Accelerator Physics
+1206.6807 High Energy Astrophysical Phenomena
+1206.6812 Probability
+chao-dyn/9905033 Chaotic Dynamics
+math/0604142 Differential Geometry
+nlin/0007031 Chaotic Dynamics
+nlin/0111005 Chaotic Dynamics
+1202.3536 Dynamical Systems
+hep-ph/0503261 Phenomenology
+math-ph/9911003
+math/9909155 Differential Geometry
+math/9910125 Differential Geometry
+cond-mat/0610070 Strongly Correlated Electrons
+0801.1876 Probability
+0802.0810 Geometric Topology
+0802.2691 Combinatorics
+0805.1672 Combinatorics
+0806.1007 Probability
+0807.2955 Number Theory
+0808.1309 Combinatorics
+0903.3501 Differential Geometry
+0905.4517 Probability
+0911.0470 Geometric Topology
+0911.1203 Probability
+0911.3719 Quantum Algebra
+0911.3886 Probability
+0911.4835 Geometric Topology
+0912.1938
+1004.1309 Probability
+1004.1749 Information Theory
+1006.4358 Information Theory
+1007.2778
+1009.0578 Probability
+1009.3180 Quantum Algebra
+1009.5038 Algebraic Geometry
+1009.5236 High Energy Astrophysical Phenomena
+1011.1078 Quantum Gases
+1101.5195 Probability
+1101.5526
+1102.0139 Mesoscale and Nanoscale Physics
+1102.0712 Probability
+1102.0969 Physics and Society
+1103.3154 Analysis of PDEs
+1103.4802 Pattern Formation and Solitons
+1103.5910 Analysis of PDEs
+1104.1173 Earth and Planetary Astrophysics
+1104.2441 Analysis of PDEs
+1104.3995 Mesoscale and Nanoscale Physics
+1106.0049 Materials Science
+1106.4929 Statistical Mechanics
+1106.6265 Strongly Correlated Electrons
+1107.0473
+1107.3994 Analysis of PDEs
+1107.5250
+1107.5404 Analysis of PDEs
+1107.5649 Materials Science
+1108.1197 Strongly Correlated Electrons
+1108.1553 Analysis of PDEs
+1108.4304
+1108.4964 Optics
+1109.2549 Solar and Stellar Astrophysics
+1109.4846 Phenomenology
+1110.0850
+1110.0864 Human-Computer Interaction
+1110.1062 Probability
+1110.2466 Materials Science
+1110.3858 Quantum Gases
+1110.5118 Algebraic Geometry
+1110.6079 Cosmology and Nongalactic Astrophysics
+1110.6301
+1111.0607 Dynamical Systems
+1111.2706 Quantum Gases
+1111.4356
+1111.4840 Computer Vision and Pattern Recognition
+1111.6002 Optics
+1111.7064 Data Structures and Algorithms
+1112.0137 Chemical Physics
+1112.3405 Phenomenology
+1112.4032 Materials Science
+1112.4391 Phenomenology
+1112.4570 Populations and Evolution
+1112.5530 Group Theory
+1112.5616 Quantum Gases
+1112.5952
+1201.0051
+1201.1023 Earth and Planetary Astrophysics
+1201.2511
+1201.2710 Instrumentation and Methods for Astrophysics
+1201.3903
+1201.6150 Phenomenology
+1201.6456 Quantum Gases
+1202.0382 Superconductivity
+1202.0774 Statistical Mechanics
+1202.1995
+1202.2726 Atomic Physics
+1202.3372 Instrumentation and Methods for Astrophysics
+1202.3932
+1202.5943 Mesoscale and Nanoscale Physics
+1202.5955
+1202.6669 Information Theory
+1203.0801 Probability
+1203.1470 Atomic Physics
+1203.2018 Representation Theory
+1203.4008 Systems and Control
+1203.4701 Data Analysis, Statistics and Probability
+1203.4789 Lattice
+1203.5836 Strongly Correlated Electrons
+1203.5945 Computer Science and Game Theory
+1204.0392 Combinatorics
+1204.0980 Earth and Planetary Astrophysics
+1204.1617 Differential Geometry
+1204.1634 Computer Vision and Pattern Recognition
+1204.1637 Artificial Intelligence
+1204.1679 Computer Vision and Pattern Recognition
+1204.1681 Artificial Intelligence
+1204.2086
+1204.2127 Algebraic Topology
+1204.2191
+1204.2271 Quantum Gases
+1204.2278 Analysis of PDEs
+1204.2280 Instrumentation and Methods for Astrophysics
+1204.2288 Numerical Analysis
+1204.2290 Functional Analysis
+1204.2294 Computer Vision and Pattern Recognition
+1204.2299
+1204.2301
+1204.2306 Combinatorics
+1204.2311 Learning
+1204.2312 Materials Science
+1204.2315 Probability
+1204.2320 Networking and Internet Architecture
+1204.2325 Analysis of PDEs
+1204.2326
+1204.2328 Classical Analysis and ODEs
+1204.2331 Information Theory
+1204.2334
+1204.2336 Computer Vision and Pattern Recognition
+1204.2343 Rings and Algebras
+1204.2344 Complex Variables
+1204.2348 Other Computer Science
+1204.2349 Experiment
+1204.2350 Other Computer Science
+1204.2352 Other Computer Science
+1204.2354
+1204.2355 Probability
+1204.2356 Neural and Evolutionary Computing
+1204.2359 Multimedia
+1204.2360 Functional Analysis
+1204.2362 Soft Condensed Matter
+1204.2364 Atomic Physics
+1204.2371 Theory
+1204.2373 Phenomenology
+1204.2376 Networking and Internet Architecture
+1204.2378 Computational Physics
+1204.2381 Instrumentation and Methods for Astrophysics
+1204.2382 Probability
+1204.2384 Group Theory
+1204.2385 Systems and Control
+1204.2391 Atomic Physics
+1204.2398
+1204.2402
+1204.2403 Mesoscale and Nanoscale Physics
+1204.2404 Software Engineering
+1204.2406 Experiment
+1204.2413 Logic in Computer Science
+1204.2417 Astrophysics of Galaxies
+1204.2421 Rings and Algebras
+1204.2423 Other Condensed Matter
+1204.2433 Information Theory
+1204.2439
+1204.2440 Differential Geometry
+1204.2441 Algebraic Geometry
+1204.2445 General Mathematics
+1204.2449 Phenomenology
+1204.2452 Geometric Topology
+1204.2456 Commutative Algebra
+1204.2457 Mesoscale and Nanoscale Physics
+1204.2460 Logic
+1204.2462 Physics Education
+1204.2465 Networking and Internet Architecture
+1204.2472
+1204.2477 Methodology
+1204.2480 Combinatorics
+1204.2482 Statistical Mechanics
+1204.2486 Applications
+1204.2490 Fluid Dynamics
+1204.2491 Plasma Physics
+1204.2503 Phenomenology
+1204.2505 Chemical Physics
+1204.2512 Experiment
+1204.2513 Combinatorics
+1204.2514 Exactly Solvable and Integrable Systems
+1204.2515 Applications
+1204.2516 Cryptography and Security
+1204.2517 Optimization and Control
+1204.2534 Materials Science
+1204.2536 Cryptography and Security
+cond-mat/0405677 Strongly Correlated Electrons
+cond-mat/0411355 Strongly Correlated Electrons
+cond-mat/0510244 Materials Science
+cs/0605073 Information Theory
+math/0509259 Combinatorics
+math/0509382 Combinatorics
+math/0510045 Combinatorics
+math/0512139 Combinatorics
+math/9802130 Probability
+math/9802131 Probability
+physics/0205015 Data Analysis, Statistics and Probability
+physics/0510035 Data Analysis, Statistics and Probability
+0706.1141 Multimedia
+0809.1819
+0809.4296 Neurons and Cognition
+0811.3301 Databases
+0909.2189 Logic
+0912.3365 Complex Variables
+1002.4231 Combinatorics
+1002.4235 Metric Geometry
+1003.0355 Differential Geometry
+1003.3754 Information Theory
+1005.5723
+1006.0221 Theory
+1006.4195
+1007.0743 Optimization and Control
+1007.1747 Superconductivity
+1008.1382 Soft Condensed Matter
+1008.2082
+1009.4164 Phenomenology
+1010.1271
+1010.1272
+1010.3327 Statistical Mechanics
+1010.4937 Dynamical Systems
+1011.1642 Classical Analysis and ODEs
+1011.5724 Lattice
+1012.0504 Classical Analysis and ODEs
+1101.1015
+1101.1060 Plasma Physics
+1101.3136
+1101.4851
+1103.2029 Plasma Physics
+1103.3761 Mesoscale and Nanoscale Physics
+1103.4001
+1103.5826 Algebraic Geometry
+1104.0762 Probability
+1104.3102 Atomic Physics
+1104.5598 Phenomenology
+1105.6353 Mesoscale and Nanoscale Physics
+1106.0007 Cosmology and Nongalactic Astrophysics
+1106.0202
+1107.3542 Analysis of PDEs
+1107.3738
+1107.4123 Phenomenology
+1107.4353 Probability
+1107.4377 Strongly Correlated Electrons
+1107.5211 General Physics
+1107.5430 Soft Condensed Matter
+1108.0264 Strongly Correlated Electrons
+1108.0367
+1108.1961 Statistics Theory
+1108.2060 Experiment
+1108.2502 Combinatorics
+1108.3456 Mesoscale and Nanoscale Physics
+1108.3591 Atomic Physics
+1108.4270 Data Analysis, Statistics and Probability
+1108.4854
+1108.5054 Superconductivity
+1108.5246
+1109.0605
+1109.3363 Phenomenology
+1109.4382 Algebraic Geometry
+1109.5177 High Energy Astrophysical Phenomena
+1109.6025 Superconductivity
+1110.0070 Software Engineering
+1110.0397 Accelerator Physics
+1110.0844 Combinatorics
+1110.2663 Instrumentation and Methods for Astrophysics
+1110.4633 High Energy Astrophysical Phenomena
+1110.5078 Number Theory
+1110.6005 Experiment
+1111.0717 Mesoscale and Nanoscale Physics
+1111.2313 Discrete Mathematics
+1111.4958 Superconductivity
+1111.4997 Theory
+1111.5949 Phenomenology
+1111.6213
+1111.6859 General Finance
+1111.7096 Mesoscale and Nanoscale Physics
+1112.1428
+1112.2327 Theory
+1112.3161
+1112.3458 Representation Theory
+1201.0245 Strongly Correlated Electrons
+1201.0435 Information Theory
+1201.0656 Phenomenology
+1201.2033 Molecular Networks
+1201.2341 Other Condensed Matter
+1201.2579 Biological Physics
+1201.2657 Networking and Internet Architecture
+1201.2663 Theory
+1201.2680 Soft Condensed Matter
+1201.2683 Cosmology and Nongalactic Astrophysics
+1201.2692 Solar and Stellar Astrophysics
+1201.2693 Analysis of PDEs
+1201.2694 Adaptation and Self-Organizing Systems
+1201.2702 Data Structures and Algorithms
+1201.2703 Data Structures and Algorithms
+1201.2712 Combinatorics
+1201.2718 Probability
+1201.2724 Classical Analysis and ODEs
+1201.2725
+1201.2726 Superconductivity
+1201.2728 Mesoscale and Nanoscale Physics
+1201.2732 Differential Geometry
+1201.2733 Information Theory
+1201.2738 Quantum Algebra
+1201.2739 Combinatorics
+1201.2744 Computational Physics
+1201.2748 Strongly Correlated Electrons
+1201.2752 Mesoscale and Nanoscale Physics
+1201.2757 Algebraic Geometry
+1201.2760 Networking and Internet Architecture
+1201.2764 General Physics
+1201.2766 Databases
+1201.2769 Lattice
+1201.2774
+1201.2776 Atomic Physics
+1201.2779 Tissues and Organs
+1201.2781 Statistical Mechanics
+1201.2787 Lattice
+1201.2788 Social and Information Networks
+1201.2798 Tissues and Organs
+1201.2807 Fluid Dynamics
+1201.2811 Materials Science
+1201.2816 Analysis of PDEs
+1201.2818 Astrophysics of Galaxies
+1201.2819 Classical Analysis and ODEs
+1201.2823 Software Engineering
+1201.2826 Exactly Solvable and Integrable Systems
+1201.2828 Functional Analysis
+1201.2835 Algebraic Geometry
+1201.2840 High Energy Astrophysical Phenomena
+1201.2841 Phenomenology
+1201.2842 Materials Science
+1201.2843 Computer Vision and Pattern Recognition
+1201.2848
+1201.2849 Instrumentation and Methods for Astrophysics
+1201.2851 Commutative Algebra
+1201.2856 Quantum Gases
+1201.2863 Pattern Formation and Solitons
+1201.2877 Probability
+1201.2884 Solar and Stellar Astrophysics
+1201.2885 Chaotic Dynamics
+1201.2891 Probability
+1201.2892 Optimization and Control
+1201.2894 Instrumentation and Detectors
+1201.2895 Cosmology and Nongalactic Astrophysics
+1201.2899 Methodology
+1201.2902 Learning
+1201.2904 Complex Variables
+1201.2909 High Energy Astrophysical Phenomena
+1201.2911 Materials Science
+1201.2912
+1201.2916 Cosmology and Nongalactic Astrophysics
+1201.2920 Phenomenology
+1201.2923 Geometric Topology
+1201.2932 Logic
+1201.2933 Molecular Networks
+1201.2934 Optimization and Control
+cs/0610046 Data Structures and Algorithms
+cs/0610128 Data Structures and Algorithms
+cs/0702143 Databases
+hep-ph/0212035 Phenomenology
+0710.3286 Soft Condensed Matter
+0802.3932 Soft Condensed Matter
+0810.1227 Representation Theory
+0903.0453 Statistical Mechanics
+0907.0130 Mesoscale and Nanoscale Physics
+0907.0201 Mesoscale and Nanoscale Physics
+0912.4770 Combinatorics
+1003.1760 Operator Algebras
+1003.2944 Metric Geometry
+1004.3243 Phenomenology
+1004.3735 Rings and Algebras
+1009.0783 Data Structures and Algorithms
+1011.4734 Combinatorics
+1011.5414 Strongly Correlated Electrons
+1101.1077 Logic
+1101.1196 Differential Geometry
+1101.6078 Theory
+1102.2225 Geometric Topology
+1103.2314 Commutative Algebra
+1104.1906 Number Theory
+1104.2768 Probability
+1104.3932 Dynamical Systems
+1104.5134 Analysis of PDEs
+1105.2854 Instrumentation and Methods for Astrophysics
+1105.3129 Spectral Theory
+1105.5774
+1106.2226 Probability
+1107.0185 Dynamical Systems
+1107.2812 Operator Algebras
+1107.3901 Disordered Systems and Neural Networks
+1107.4068
+1107.4695 Mesoscale and Nanoscale Physics
+1107.5357 Differential Geometry
+1107.5614 Classical Analysis and ODEs
+1108.1291 Strongly Correlated Electrons
+1109.0186 Materials Science
+1110.1390 Operator Algebras
+1110.2754 Strongly Correlated Electrons
+1110.3275 Statistical Mechanics
+1110.4197 Optimization and Control
+1110.4373 Strongly Correlated Electrons
+1110.4809
+1110.5676 Phenomenology
+1110.6138 Superconductivity
+1111.1494 Soft Condensed Matter
+1111.2921 Phenomenology
+1111.2972 Exactly Solvable and Integrable Systems
+1111.5910
+1111.6031 Mesoscale and Nanoscale Physics
+1111.6491 Mesoscale and Nanoscale Physics
+1112.1213 Geometric Topology
+1112.4337 Cosmology and Nongalactic Astrophysics
+1112.4657 Analysis of PDEs
+1112.5013 Quantum Gases
+1112.5102 Materials Science
+1201.0666 Differential Geometry
+1201.1272 Logic in Computer Science
+1201.2431 Theory
+1201.2433 Instrumentation and Detectors
+1201.2886
+1201.3554 Probability
+1201.4420 Mesoscale and Nanoscale Physics
+1202.0896 Phenomenology
+1202.2609 Probability
+1202.3450 Mesoscale and Nanoscale Physics
+1202.4594 Operator Algebras
+1202.6103 Data Analysis, Statistics and Probability
+1202.6679 Phenomenology
+1203.1324 Phenomenology
+1203.1722
+1203.1982 Strongly Correlated Electrons
+1203.2698 Mesoscale and Nanoscale Physics
+1203.4153 Portfolio Management
+1203.4573 Theory
+1204.0406
+1204.0708 Number Theory
+1204.1084 Statistical Mechanics
+1204.1214 Disordered Systems and Neural Networks
+1204.1297 Materials Science
+1204.1343 High Energy Astrophysical Phenomena
+1204.1553 General Physics
+1204.2237
+1204.3579
+1204.3694 Superconductivity
+1204.6137 Soft Condensed Matter
+1205.0353 Solar and Stellar Astrophysics
+1205.1928 Functional Analysis
+1205.3334 Materials Science
+1205.4382 Combinatorics
+1205.6403 Theory
+1205.6712 Solar and Stellar Astrophysics
+1206.0526 Superconductivity
+1206.0643 Networking and Internet Architecture
+1206.3031 Quantitative Methods
+1206.4104 Cosmology and Nongalactic Astrophysics
+1206.4501 Statistical Mechanics
+1206.5148 Cosmology and Nongalactic Astrophysics
+1207.2238 Probability
+1207.2477 Theory
+1207.2925 Earth and Planetary Astrophysics
+1207.2987 Rings and Algebras
+1207.3112 Theory
+1207.3161 Complex Variables
+1207.3177 Analysis of PDEs
+1207.3228 Fluid Dynamics
+1207.3348 Analysis of PDEs
+1207.3738 Pattern Formation and Solitons
+1207.3742 Social and Information Networks
+1207.3751
+1207.3785 Medical Physics
+1207.3790 Learning
+1207.3808 Atomic Physics
+1207.3809 Computer Vision and Pattern Recognition
+1207.3812 Instrumentation and Methods for Astrophysics
+1207.3813 Accelerator Physics
+1207.3819 Accelerator Physics
+1207.3822 Accelerator Physics
+1207.3827 Phenomenology
+1207.3828
+1207.3832 Lattice
+1207.3840 Statistics Theory
+1207.3848
+1207.3855 Artificial Intelligence
+1207.3857 Analysis of PDEs
+1207.3861 Functional Analysis
+1207.3866 Formal Languages and Automata Theory
+1207.3867 Networking and Internet Architecture
+1207.3868 Information Theory
+1207.3869 Networking and Internet Architecture
+1207.3871 Information Theory
+1207.3872 Software Engineering
+1207.3875 Information Theory
+1207.3876 Networking and Internet Architecture
+1207.3877 Information Theory
+1207.3878 Combinatorics
+1207.3880 Computational Complexity
+1207.3882 Information Theory
+1207.3884 Information Theory
+1207.3889 Geometric Topology
+1207.3890 Algebraic Geometry
+1207.3893 Materials Science
+1207.3894 Probability
+1207.3895
+1207.3896 Optimization and Control
+1207.3899 Graphics
+1207.3901 Optimization and Control
+1207.3902 Optics
+1207.3904 Strongly Correlated Electrons
+1207.3905 Strongly Correlated Electrons
+1207.3909 Quantum Algebra
+1207.3914 Computational Physics
+1207.3916 Solar and Stellar Astrophysics
+1207.3921 Graphics
+1207.3923 Instrumentation and Methods for Astrophysics
+1207.3925 Representation Theory
+1207.3926 Instrumentation and Detectors
+1207.3927
+1207.3931 Combinatorics
+1207.3932 Computation and Language
+1207.3933 Combinatorics
+1207.3936 Number Theory
+1207.3937 Programming Languages
+1207.3940 Theory
+1207.3943 Networking and Internet Architecture
+1207.3944 Computer Vision and Pattern Recognition
+1207.3946 Complex Variables
+1207.3949 Metric Geometry
+1207.3950 Complex Variables
+1207.3951 Optimization and Control
+1207.3962 Computational Geometry
+1207.3964 Digital Libraries
+1207.3968 Solar and Stellar Astrophysics
+1207.3972 Combinatorics
+1207.3978 Statistical Mechanics
+1207.3980 Phenomenology
+1207.3987 Superconductivity
+1207.3989 High Energy Astrophysical Phenomena
+1207.3991 Mesoscale and Nanoscale Physics
+1207.3997 Adaptation and Self-Organizing Systems
+1207.4000 Probability
+1207.4003 Strongly Correlated Electrons
+1207.4005 Differential Geometry
+1207.4010 Complex Variables
+1207.4015 Soft Condensed Matter
+1207.4020
+1207.4022 Solar and Stellar Astrophysics
+1207.4026 Optimization and Control
+1207.4027 Combinatorics
+1207.4031 Probability
+1207.4040 Solar and Stellar Astrophysics
+1207.4044 Computer Science and Game Theory
+1207.4046 Algebraic Geometry
+1207.4048 Quantitative Methods
+1207.4049 Pattern Formation and Solitons
+1207.4052 Accelerator Physics
+1207.4056 Accelerator Physics
+1207.4059 Theory
+1207.4060 Spectral Theory
+1207.4069 Statistical Finance
+1207.4070 Algebraic Geometry
+1207.4074 Probability
+1207.4081 Number Theory
+1207.4082 Computational Geometry
+1207.4086 Differential Geometry
+1207.4091 Accelerator Physics
+1207.4094 Solar and Stellar Astrophysics
+1207.4098 Systems and Control
+1207.4099 Soft Condensed Matter
+1207.4100 Soft Condensed Matter
+1207.4101 Analysis of PDEs
+1207.4105 Algebraic Geometry
+math/0703272 Analysis of PDEs
+0712.0762
+0712.3222
+0712.3456
+0712.3462
+0803.2123 Cryptography and Security
+0804.3753 Dynamical Systems
+0808.2038 Optics
+0809.1685 Number Theory
+0902.3140 Dynamical Systems
+0905.4638
+0906.0276 Optics
+0909.3798 Solar and Stellar Astrophysics
+0910.1732 Astrophysics of Galaxies
+0911.3197 Analysis of PDEs
+1003.1906 Number Theory
+1007.3542
+1011.3793 Astrophysics of Galaxies
+1102.1562 Classical Analysis and ODEs
+1102.5127 Earth and Planetary Astrophysics
+1103.1291 Probability
+1103.2344 Group Theory
+1104.0891 Optics
+1104.4889
+1105.0069 Programming Languages
+1105.5245 Accelerator Physics
+1106.1059 Mesoscale and Nanoscale Physics
+1106.2102 Quantum Gases
+1106.6059 Phenomenology
+1107.3347
+1107.5439 Populations and Evolution
+1107.5920 Strongly Correlated Electrons
+1108.0833 Physics and Society
+1108.0867 Optics
+1108.1359 Commutative Algebra
+1109.0122
+1109.0440
+1109.3655
+1109.4856 Information Theory
+1109.5287 Functional Analysis
+1109.5419 Statistical Mechanics
+1109.5995 Algebraic Geometry
+1109.6533 Theory
+1109.6669 Algebraic Geometry
+1109.6898 Mesoscale and Nanoscale Physics
+1110.1636 Theory
+1110.2504 General Physics
+1110.3155 General Physics
+1110.3318 General Physics
+1110.4130 Strongly Correlated Electrons
+1110.5582 Phenomenology
+1110.6347 Differential Geometry
+1111.1016 Representation Theory
+1111.2997
+1111.5516 Theory
+1112.3758 Formal Languages and Automata Theory
+1112.4422 Physics and Society
+1112.5850 General Finance
+1201.0376 Cosmology and Nongalactic Astrophysics
+1201.0682 Formal Languages and Automata Theory
+1201.1737 Strongly Correlated Electrons
+1201.2831 Mesoscale and Nanoscale Physics
+1201.4620 Operator Algebras
+1201.4941 Combinatorics
+1201.5458 Materials Science
+1201.5564 Instrumentation and Methods for Astrophysics
+1202.0173
+1202.0353 Cosmology and Nongalactic Astrophysics
+1203.1556 Earth and Planetary Astrophysics
+1203.2172 Theory
+1203.2467 Instrumentation and Methods for Astrophysics
+1203.3031 Risk Management
+1203.3946 Social and Information Networks
+1203.4778 Differential Geometry
+1203.4795 Numerical Analysis
+1203.5532 Artificial Intelligence
+1203.5771 Superconductivity
+1203.6005 Mathematical Software
+1203.6142 Strongly Correlated Electrons
+1203.6660 Probability
+1203.6661 Probability
+1203.6663 Cosmology and Nongalactic Astrophysics
+1203.6666 Materials Science
+1203.6667 Number Theory
+1203.6670
+1203.6672 Superconductivity
+1203.6683
+1203.6686 Cryptography and Security
+1203.6688
+1203.6693 Operator Algebras
+1203.6694 Atomic Physics
+1203.6696 Soft Condensed Matter
+1203.6699 Algebraic Topology
+1203.6701 Earth and Planetary Astrophysics
+1203.6702
+1203.6704 Differential Geometry
+1203.6708 Instrumentation and Methods for Astrophysics
+1203.6709 Numerical Analysis
+1203.6710 Optics
+1203.6713 Networking and Internet Architecture
+1203.6714 Differential Geometry
+1203.6716 Artificial Intelligence
+1203.6719 Other Computer Science
+1203.6721 Biomolecules
+1203.6722 Computer Vision and Pattern Recognition
+1203.6723 Pricing of Securities
+1203.6727 Instrumentation and Methods for Astrophysics
+1203.6728 Computational Engineering, Finance, and Science
+1203.6729 Materials Science
+1203.6730 Materials Science
+1203.6736 Combinatorics
+1203.6738 Analysis of PDEs
+1203.6739 Numerical Analysis
+1203.6741 Systems and Control
+1203.6742 Physics and Society
+1203.6749 Adaptation and Self-Organizing Systems
+1203.6750 Systems and Control
+1203.6751 Commutative Algebra
+1203.6752 General Physics
+1203.6754 Applications
+1203.6758 Spectral Theory
+1203.6765 Solar and Stellar Astrophysics
+1203.6766 Functional Analysis
+1203.6769
+1203.6771 Strongly Correlated Electrons
+1203.6772
+1203.6773 Popular Physics
+1203.6774
+1203.6775 Fluid Dynamics
+1203.6778 Risk Management
+1203.6779
+1203.6782 Optimization and Control
+1203.6783 Optimization and Control
+1203.6788 Representation Theory
+1203.6791 Information Theory
+1203.6792 Combinatorics
+1203.6794 Commutative Algebra
+1203.6799 Analysis of PDEs
+1203.6800 Experiment
+1203.6801 Quantum Algebra
+1203.6802 Experiment
+1203.6806 Software Engineering
+1203.6807 Combinatorics
+1203.6811 General Physics
+1203.6814 Statistical Mechanics
+1203.6816 Solar and Stellar Astrophysics
+1203.6818 Probability
+1203.6821 Probability
+1203.6825 Phenomenology
+1203.6826 Phenomenology
+1203.6831 Probability
+1203.6832 Neurons and Cognition
+1203.6843 Lattice
+1203.6845 Computation and Language
+1203.6846 Solar and Stellar Astrophysics
+1203.6848 Probability
+1203.6856 Chemical Physics
+1203.6864 Information Theory
+1203.6870 Algebraic Geometry
+1203.6871 Complex Variables
+1203.6872 Plasma Physics
+1203.6874 Logic
+1203.6878 Computational Complexity
+1203.6882
+1203.6890 Applications
+1203.6893 Phenomenology
+1203.6899 Computational Finance
+1203.6902 Popular Physics
+quant-ph/0603090
+0809.0962 General Mathematics
+0906.1099 General Mathematics
+1003.2854 General Mathematics
+1212.2318 General Physics
+1212.2705 General Physics
+0708.2324
+0801.3637
+0803.3579 Mesoscale and Nanoscale Physics
+0804.0629 Group Theory
+0806.3066
+0808.1580
+0902.1678 Phenomenology
+0902.2815 General Physics
+0902.2924 Methodology
+0902.3041
+0902.3666
+0903.0143
+0904.2730 History and Overview
+0904.2935 Cosmology and Nongalactic Astrophysics
+0904.3661 Statistical Mechanics
+0905.0284 Theory
+0906.0303 Theory
+0906.3880 Cosmology and Nongalactic Astrophysics
+0907.0237 General Mathematics
+0908.2372 Methodology
+0908.3287 Phenomenology
+0908.3967
+0909.0052 General Physics
+0909.5244 Classical Analysis and ODEs
+0910.0440
+0910.5857 Earth and Planetary Astrophysics
+0911.0100 General Physics
+0912.0070
+1001.0146 General Physics
+1001.3152 Cosmology and Nongalactic Astrophysics
+1002.0165
+1003.0048 General Physics
+1003.2199 Theory
+1003.3558 Networking and Internet Architecture
+1004.1272 Chemical Physics
+1004.2903 General Physics
+1005.3574 Earth and Planetary Astrophysics
+1005.4231 Cosmology and Nongalactic Astrophysics
+1006.0969 Quantum Gases
+1008.3168 Classical Analysis and ODEs
+1009.1396 Cosmology and Nongalactic Astrophysics
+1009.1400 Cosmology and Nongalactic Astrophysics
+1009.1406 Cosmology and Nongalactic Astrophysics
+1009.6025 Mesoscale and Nanoscale Physics
+1010.1041
+1010.4268 Differential Geometry
+1011.4032 Cosmology and Nongalactic Astrophysics
+1011.4283 Dynamical Systems
+1012.3897 Number Theory
+1012.5284 Solar and Stellar Astrophysics
+1101.0796
+1101.1923 Probability
+1101.2763 Analysis of PDEs
+1101.3720 Number Theory
+1102.3159
+1102.3692 Cosmology and Nongalactic Astrophysics
+1103.1208 Discrete Mathematics
+1103.3556 Classical Analysis and ODEs
+1104.1419 Theory
+1105.0310 Algebraic Geometry
+1105.0719 Group Theory
+1105.4351 Materials Science
+1106.5298 Chaotic Dynamics
+1108.3052 Classical Analysis and ODEs
+1108.3082 Cosmology and Nongalactic Astrophysics
+1108.3740 Earth and Planetary Astrophysics
+1108.4549
+1108.5474 Differential Geometry
+1108.5670 Rings and Algebras
+1109.0825 Discrete Mathematics
+1109.1806 Combinatorics
+1109.2951 Theory
+1110.0713 Phenomenology
+1110.0752 Analysis of PDEs
+1110.1379 Cosmology and Nongalactic Astrophysics
+1110.1506 Experiment
+1110.1853 Phenomenology
+1110.3949 Theory
+1110.4897 Number Theory
+1110.5033 Strongly Correlated Electrons
+1110.5061 Algebraic Geometry
+1110.5681
+1110.5782
+1110.6401 Functional Analysis
+1110.6440 Cosmology and Nongalactic Astrophysics
+1111.2342 Strongly Correlated Electrons
+1111.2602 Cosmology and Nongalactic Astrophysics
+1111.2903 Instrumentation and Detectors
+1111.3409
+1111.3640 Strongly Correlated Electrons
+1111.5303 Phenomenology
+1112.0803 Theory
+1112.3172 Mesoscale and Nanoscale Physics
+1112.5427 Instrumentation and Detectors
+1112.5866
+1201.0713 Number Theory
+1201.5036 Mesoscale and Nanoscale Physics
+1201.6478 Exactly Solvable and Integrable Systems
+1202.0296 Information Theory
+1202.0298 Information Theory
+1202.1894 Superconductivity
+1202.2478 Optics
+1202.4013 Solar and Stellar Astrophysics
+1202.4057
+1202.5679 Quantum Gases
+1203.1007 Learning
+1203.2722 Superconductivity
+1203.2975 Theory
+1203.3990 Statistical Mechanics
+1203.5416 Phenomenology
+1203.6897 Phenomenology
+1204.1784 Cosmology and Nongalactic Astrophysics
+1204.2011 Algebraic Topology
+1204.2817
+1204.3520
+1204.3550 Phenomenology
+1204.4458 Phenomenology
+1204.4932 Superconductivity
+1204.5080
+1204.5337 Phenomenology
+1204.6047 High Energy Astrophysical Phenomena
+1204.6182 Lattice
+1205.4002
+1205.4740
+1205.5069 Superconductivity
+1205.6062 Exactly Solvable and Integrable Systems
+1206.1075 Theory
+1206.1754 Information Retrieval
+1206.1957 Cryptography and Security
+1206.3718 Data Structures and Algorithms
+1206.4124 Cryptography and Security
+1206.6409 Learning
+1206.6591
+1206.6951 Statistics Theory
+1206.7104 Number Theory
+1207.0239
+1207.0280 Applications
+1207.0304 Probability
+1207.0315 Information Theory
+1207.0361 Databases
+1207.0394 Instrumentation and Detectors
+1207.0496 Theory
+1207.0506 Cosmology and Nongalactic Astrophysics
+1207.0514 Earth and Planetary Astrophysics
+1207.0527 Mesoscale and Nanoscale Physics
+1207.0532 Plasma Physics
+1207.0535 Formal Languages and Automata Theory
+1207.0537 High Energy Astrophysical Phenomena
+1207.0538 Methodology
+1207.0541 Chemical Physics
+1207.0543 Information Theory
+1207.0546 Software Engineering
+1207.0552 Discrete Mathematics
+1207.0554 Logic in Computer Science
+1207.0555 Dynamical Systems
+1207.0556 Biological Physics
+1207.0557 Information Theory
+1207.0559 Programming Languages
+1207.0562 Rings and Algebras
+1207.0564 Numerical Analysis
+1207.0565 Analysis of PDEs
+1207.0566 Numerical Analysis
+1207.0572 Geometric Topology
+1207.0574 Exactly Solvable and Integrable Systems
+1207.0580 Neural and Evolutionary Computing
+1207.0592 Software Engineering
+1207.0597 Probability
+1207.0598 Algebraic Geometry
+1207.0603 Number Theory
+1207.0604 Classical Analysis and ODEs
+1207.0608 Statistical Mechanics
+1207.0614 Dynamical Systems
+1207.0620 Complex Variables
+1207.0625 Probability
+1207.0629
+1207.0632 Functional Analysis
+1207.0634 Computational Complexity
+1207.0637
+1207.0639 Information Theory
+1207.0640 Combinatorics
+1207.0644 Accelerator Physics
+1207.0651 Solar and Stellar Astrophysics
+1207.0653 Statistical Mechanics
+1207.0654 Discrete Mathematics
+1207.0657 Human-Computer Interaction
+1207.0659 Statistical Mechanics
+1207.0672 Combinatorics
+1207.0677 Learning
+1207.0681
+1207.0695 Combinatorics
+1207.0696 General Mathematics
+1207.0700 Other Statistics
+1207.0701 Classical Analysis and ODEs
+1207.0702 Neural and Evolutionary Computing
+1207.0704 Information Theory
+1207.0708
+1207.0715 Analysis of PDEs
+1207.0732
+1207.0742 Artificial Intelligence
+1207.0743 Optimization and Control
+1207.0753 Distributed, Parallel, and Cluster Computing
+1207.0757 Information Theory
+1207.0759 History and Philosophy of Physics
+1207.0760 Group Theory
+1207.0762 High Energy Astrophysical Phenomena
+1207.0763 Number Theory
+1207.0765 Combinatorics
+1207.0771 Information Theory
+1207.0774 Solar and Stellar Astrophysics
+1207.0775 Optimization and Control
+1207.0780 Distributed, Parallel, and Cluster Computing
+1207.0783 Learning
+1207.0784 Learning
+1207.0789 Dynamical Systems
+1207.0792 Classical Physics
+1207.0794 Materials Science
+1207.0797 Methodology
+astro-ph/0511133
+astro-ph/0701377
+hep-ph/0310159 Phenomenology
+hep-ph/0508183 Phenomenology
+hep-ph/0602130 Phenomenology
+0707.3404 Algebraic Geometry
+0710.0275
+0802.2430 Accelerator Physics
+0803.3485 Functional Analysis
+0806.2974
+0809.4859
+0810.5054
+0901.1552 Algebraic Geometry
+0906.5513 Other Condensed Matter
+0907.2465
+0910.5412 Dynamical Systems
+0911.0811 Phenomenology
+0912.2064 Symplectic Geometry
+1002.3516 Quantum Gases
+1005.4733 Optimization and Control
+1006.2562 Commutative Algebra
+1007.4338
+1009.5715 Combinatorics
+1010.2096 Quantum Algebra
+1010.3995
+1010.4223 Other Condensed Matter
+1011.3727 Earth and Planetary Astrophysics
+1012.2134
+1012.2540 Rings and Algebras
+1101.1247 Theory
+1101.1683 Representation Theory
+1101.2582 Probability
+1101.4480 Combinatorics
+1103.0124 Plasma Physics
+1104.3572 Phenomenology
+1104.5052 History and Overview
+1105.1664 Plasma Physics
+1105.2756 Superconductivity
+1105.4916 Phenomenology
+1105.5295 Statistical Mechanics
+1105.5386 Strongly Correlated Electrons
+1106.2855 Plasma Physics
+1106.3838 Combinatorics
+1106.5925 Quantum Gases
+1107.1172 Differential Geometry
+1107.2487 Optimization and Control
+1107.4664 History and Philosophy of Physics
+1107.5934 Superconductivity
+1108.2940 Representation Theory
+1108.3970 Hardware Architecture
+1109.0260 Strongly Correlated Electrons
+1109.4377
+1109.4629
+1109.4960 Optimization and Control
+1109.5960 Strongly Correlated Electrons
+1109.6587 Soft Condensed Matter
+1110.2098 Learning
+1110.2844 Mesoscale and Nanoscale Physics
+1110.3589 Algebraic Geometry
+1110.6359 Mesoscale and Nanoscale Physics
+1110.6584 Metric Geometry
+1110.6862 Lattice
+1111.0585
+1111.0916 Lattice
+1111.1912 Probability
+1111.1959 Theory
+1111.3748
+1111.3994 Statistics Theory
+1111.5050 Representation Theory
+1111.6195 Quantum Algebra
+1111.7117 Phenomenology
+1112.1543 Superconductivity
+1112.3351
+1112.4227 Theory
+1112.4414
+1112.4591
+1201.1047 Operator Algebras
+1201.1639 Probability
+1201.3392 Quantum Algebra
+1201.3670 Combinatorics
+1201.6130 Trading and Market Microstructure
+1201.6333 Mesoscale and Nanoscale Physics
+1202.1848 Cosmology and Nongalactic Astrophysics
+1202.2845 Phenomenology
+1202.4655 Combinatorics
+1202.4930 Statistical Mechanics
+1203.0394 Algebraic Geometry
+1203.2230 Atmospheric and Oceanic Physics
+1203.3884 Populations and Evolution
+1203.4699 Superconductivity
+1203.5052 Other Condensed Matter
+1203.5759 Quantum Algebra
+1203.5903 Pricing of Securities
+1203.6054 Quantum Gases
+1203.6625 Theory
+1203.6862 Mesoscale and Nanoscale Physics
+1204.0773 Theory
+1204.1361 Theory
+1204.2479 Mesoscale and Nanoscale Physics
+1204.2487 Quantum Gases
+1204.3603 Optics
+1204.5207 Classical Analysis and ODEs
+1205.0427 High Energy Astrophysical Phenomena
+1205.1441 Mesoscale and Nanoscale Physics
+1205.1446 Phenomenology
+1205.2368 Cosmology and Nongalactic Astrophysics
+1205.2753 Dynamical Systems
+1205.2997 Representation Theory
+1205.3078 Optimization and Control
+1205.5968
+1206.1676 High Energy Astrophysical Phenomena
+1206.2364 General Mathematics
+1206.2398 Methodology
+1206.4774 Number Theory
+1206.5895 Superconductivity
+1206.5948 Experiment
+1206.7093
+1207.0447 Mesoscale and Nanoscale Physics
+1207.1153 Optimization and Control
+1207.1609 Number Theory
+1207.2147 High Energy Astrophysical Phenomena
+1207.2526 Cosmology and Nongalactic Astrophysics
+1207.3147 Strongly Correlated Electrons
+1207.3732 Distributed, Parallel, and Cluster Computing
+1207.4117 Artificial Intelligence
+1207.5456 Physics Education
+1207.6390 Phenomenology
+1207.6517 Phenomenology
+1207.6527 Materials Science
+1207.6873 Cryptography and Security
+1207.6985
+1208.0262
+1208.0529 Optimization and Control
+1208.0564 Cryptography and Security
+1208.0581 Networking and Internet Architecture
+1208.0591 Networking and Internet Architecture
+1208.0611 Fluid Dynamics
+1208.0824 General Physics
+1208.0831 Strongly Correlated Electrons
+1208.0840 Quantum Algebra
+1208.0845
+1208.0846 High Energy Astrophysical Phenomena
+1208.0847 Accelerator Physics
+1208.0853 Strongly Correlated Electrons
+1208.0854 Optics
+1208.0856 Operator Algebras
+1208.0864 Optimization and Control
+1208.0870 Combinatorics
+1208.0872 Optics
+1208.0873 Optics
+1208.0875 Combinatorics
+1208.0885 Materials Science
+1208.0887 Computers and Society
+1208.0891 Computers and Society
+1208.0892 Other Computer Science
+1208.0893 Phenomenology
+1208.0895 Classical Analysis and ODEs
+1208.0900 Experiment
+1208.0903 Mesoscale and Nanoscale Physics
+1208.0904
+1208.0905 Functional Analysis
+1208.0907
+1208.0908
+1208.0911 Probability
+1208.0913 Algebraic Geometry
+1208.0920 Combinatorics
+1208.0922 Combinatorics
+1208.0923 Analysis of PDEs
+1208.0924 Applications
+1208.0929 Superconductivity
+1208.0931 K-Theory and Homology
+1208.0932 Materials Science
+1208.0936 Functional Analysis
+1208.0941
+1208.0944 Other Computer Science
+1208.0945 Computation
+1208.0946 Systems and Control
+1208.0947 Complex Variables
+1208.0960 Superconductivity
+1208.0967 Computer Vision and Pattern Recognition
+1208.0971 Combinatorics
+1208.0972 Medical Physics
+1208.0973 History and Overview
+1208.0974 Number Theory
+1208.0975 History and Overview
+1208.0977 Commutative Algebra
+1208.0979 Functional Analysis
+1208.0984 Learning
+1208.0985 Dynamical Systems
+1208.0986 Neurons and Cognition
+1208.0989 Geometric Topology
+1208.0990
+1208.0992 Representation Theory
+1208.0995 Hardware Architecture
+1208.0996 Networking and Internet Architecture
+1208.0997 Networking and Internet Architecture
+1208.0998 Plasma Physics
+1208.0999 Cryptography and Security
+1208.1001 Probability
+1208.1003 Analysis of PDEs
+1208.1004 Social and Information Networks
+1208.1008 Group Theory
+1208.1009 Computational Physics
+1208.1011 Information Retrieval
+1208.1019
+1208.1021 Differential Geometry
+1208.1023 Dynamical Systems
+1208.1029
+1208.1032 Optimization and Control
+1208.1033 Classical Analysis and ODEs
+1208.1042 Cosmology and Nongalactic Astrophysics
+1208.1044 Commutative Algebra
+1208.1046 Cosmology and Nongalactic Astrophysics
+1208.1049 Numerical Analysis
+1208.1050 Experiment
+1208.1052 Combinatorics
+1208.1055 Phenomenology
+1208.1069 Soft Condensed Matter
+1208.1074 Geometric Topology
+1208.1075 Combinatorics
+1208.1076
+1208.1077 Geometric Topology
+1208.1079 Superconductivity
+1208.1083 Group Theory
+1208.1085 Materials Science
+1208.1086 Strongly Correlated Electrons
+1208.1087 Applications
+1208.1096 Materials Science
+1208.1100 Probability
+1208.1103 Artificial Intelligence
+1208.1111 Information Theory
+1208.1119 Optics
+1208.1122
+1208.1127 Spectral Theory
+1208.1128 Materials Science
+1208.1130 High Energy Astrophysical Phenomena
+1208.1131 Number Theory
+1208.1136 Artificial Intelligence
+1208.1137 Optimization and Control
+1208.1140
+1208.1143 Fluid Dynamics
+1208.1148 Phenomenology
+1208.1149 Networking and Internet Architecture
+1208.1154 Statistics Theory
+1208.1158 Superconductivity
+1208.1167 Astrophysics of Galaxies
+1208.1170 Experiment
+1208.1173 Combinatorics
+1208.1184 Computer Science and Game Theory
+1208.1185 Cosmology and Nongalactic Astrophysics
+1208.1189 Risk Management
+1208.1201 Functional Analysis
+1208.1203 Functional Analysis
+1208.1206 Differential Geometry
+1208.1207 Networking and Internet Architecture
+1208.1210
+1208.1213 Quantum Gases
+1208.1216 High Energy Astrophysical Phenomena
+1208.1217 Cryptography and Security
+1208.1219 Superconductivity
+1208.1221 Chemical Physics
+1208.1225 Information Theory
+1208.1227 Number Theory
+1208.1230 Networking and Internet Architecture
+1208.1233 Geophysics
+1208.1235 Materials Science
+1208.1243
+1208.1245 Materials Science
+1208.1246 Materials Science
+1208.1248 Data Structures and Algorithms
+1208.1249 Instrumentation and Detectors
+1208.1256
+quant-ph/0503027
+quant-ph/9703030
+0707.1253
+0707.2751 Phenomenology
+0808.1047 Theory
+0811.4539 Category Theory
+0812.1318 Theory
+0901.4379 Information Theory
+0902.0446
+0908.0727 Differential Geometry
+1001.4959 Mesoscale and Nanoscale Physics
+1001.5057
+1002.0906
+1002.2792 Classical Physics
+1003.1404 Probability
+1003.5478 Mesoscale and Nanoscale Physics
+1003.5621 Metric Geometry
+1004.0694 Cosmology and Nongalactic Astrophysics
+1006.0496 Information Theory
+1008.0370 Quantum Algebra
+1008.4228 Other Condensed Matter
+1009.0739 Lattice
+1009.4848 Analysis of PDEs
+1010.5005 Numerical Analysis
+1011.2244 Dynamical Systems
+1011.3314 Strongly Correlated Electrons
+1011.4049
+1011.5474 Atomic Physics
+1012.4976 Computational Finance
+1012.5636 Differential Geometry
+1102.2201 Statistical Mechanics
+1102.4202 Symplectic Geometry
+1103.2360 Theory
+1103.4203 Rings and Algebras
+1104.0872 Computational Complexity
+1104.2314 Quantum Gases
+1104.3207 Information Theory
+1104.4666 Logic
+1104.4773 Rings and Algebras
+1105.0984 Disordered Systems and Neural Networks
+1106.0115 Superconductivity
+1106.0746 Cosmology and Nongalactic Astrophysics
+1106.3606 Number Theory
+1106.6215 Information Retrieval
+1107.1236 High Energy Astrophysical Phenomena
+1107.2440 Probability
+1107.3652 Cosmology and Nongalactic Astrophysics
+1108.0011 Combinatorics
+1108.2305 General Finance
+1108.3516 Data Structures and Algorithms
+1108.3992 Probability
+1108.4129 Networking and Internet Architecture
+1108.4412 Functional Analysis
+1108.4931 Theory
+1109.0985
+1109.1685 Theory
+1109.2808 Analysis of PDEs
+1109.3327 Dynamical Systems
+1109.3819 Statistical Mechanics
+1109.4539 Disordered Systems and Neural Networks
+1109.6357 Mesoscale and Nanoscale Physics
+1109.6568
+1109.6678 Cosmology and Nongalactic Astrophysics
+1110.0120 Representation Theory
+1110.0632 Algebraic Geometry
+1110.0691 Symplectic Geometry
+1110.0722 Algebraic Geometry
+1110.1024
+1110.2329 Materials Science
+1110.5511 General Physics
+1110.6078 Optimization and Control
+1110.6195 Strongly Correlated Electrons
+1110.6406 Strongly Correlated Electrons
+1111.1084 Symbolic Computation
+1111.1331 Pricing of Securities
+1111.2862 Cosmology and Nongalactic Astrophysics
+1111.3850 Superconductivity
+1111.5333
+1111.5403 Number Theory
+1111.6374 Performance
+1111.7043
+1111.7272 Superconductivity
+1112.0234 High Energy Astrophysical Phenomena
+1112.0641 Soft Condensed Matter
+1112.2621 Mesoscale and Nanoscale Physics
+1112.3056 Experiment
+1112.4100 Numerical Analysis
+1112.5235 Analysis of PDEs
+1112.6288 Mesoscale and Nanoscale Physics
+1201.2430 Programming Languages
+1201.3183 Complex Variables
+1201.4814 Phenomenology
+1201.5198 Physics and Society
+1201.5478 Optimization and Control
+1202.1057 Strongly Correlated Electrons
+1202.1125 Statistics Theory
+1202.2014 Phenomenology
+1202.2463 Complex Variables
+1202.3263 Mesoscale and Nanoscale Physics
+1202.3839
+1202.3966 Statistical Mechanics
+1202.4134 Computer Science and Game Theory
+1202.5946 Statistical Mechanics
+1202.6453
+1203.1264
+1203.1459 Superconductivity
+1203.1769 Spectral Theory
+1203.2081 Distributed, Parallel, and Cluster Computing
+1203.2348 Symplectic Geometry
+1203.3378 Lattice
+1203.3903 Phenomenology
+1203.4456 Strongly Correlated Electrons
+1203.5120 Quantum Gases
+1203.6837 Superconductivity
+1204.0312 Statistical Mechanics
+1204.1004 Statistical Mechanics
+1204.1867 Biological Physics
+1204.2204 Distributed, Parallel, and Cluster Computing
+1204.2978 Mesoscale and Nanoscale Physics
+1204.3150 Materials Science
+1204.5344 Other Condensed Matter
+1204.6265 Statistics Theory
+1204.6350 Information Theory
+1204.6581 Mesoscale and Nanoscale Physics
+1205.0121 Optimization and Control
+1205.0572 Probability
+1205.0668 Digital Libraries
+1205.1237 Complex Variables
+1205.3135 Number Theory
+1205.4378 Artificial Intelligence
+1205.4388 Mesoscale and Nanoscale Physics
+1205.4397 Combinatorics
+1205.5342 Analysis of PDEs
+1205.5654 Soft Condensed Matter
+1205.6427 Instrumentation and Detectors
+1205.6903 Information Theory
+1206.0612 Representation Theory
+1206.0864
+1206.0946 Popular Physics
+1206.1464
+1206.1514 Analysis of PDEs
+1206.1943 Distributed, Parallel, and Cluster Computing
+1206.2101 Cosmology and Nongalactic Astrophysics
+1206.2758 Mesoscale and Nanoscale Physics
+1206.2861 Classical Analysis and ODEs
+1206.2994 Information Theory
+1206.3065 Optimization and Control
+1206.3562 Other Computer Science
+1206.3563 Differential Geometry
+1206.3565 Spectral Theory
+1206.3569 Instrumentation and Methods for Astrophysics
+1206.3588 Functional Analysis
+1206.3591 Combinatorics
+1206.3594 Computer Vision and Pattern Recognition
+1206.3596 Combinatorics
+1206.3598 Number Theory
+1206.3601 Applications
+1206.3602 Information Theory
+1206.3603 Data Structures and Algorithms
+1206.3609 Strongly Correlated Electrons
+1206.3610 Functional Analysis
+1206.3612 Information Theory
+1206.3618 Information Theory
+1206.3628 Computational Geometry
+1206.3629 Analysis of PDEs
+1206.3631 Materials Science
+1206.3633 Computer Vision and Pattern Recognition
+1206.3634 Data Structures and Algorithms
+1206.3638
+1206.3639 Representation Theory
+1206.3640 Earth and Planetary Astrophysics
+1206.3641
+1206.3642 Statistical Mechanics
+1206.3644
+1206.3655 Complex Variables
+1206.3657 Phenomenology
+1206.3658 Artificial Intelligence
+1206.3659 Analysis of PDEs
+1206.3661 History and Overview
+1206.3664 Digital Libraries
+1206.3666 Learning
+1206.3667 Information Retrieval
+1206.3672 Probability
+1206.3673
+1206.3676 Other Condensed Matter
+1206.3678 Other Condensed Matter
+1206.3679 Rings and Algebras
+1206.3680
+1206.3682
+1206.3683
+1206.3685 Differential Geometry
+1206.3686
+1206.3689
+1206.3691 Probability
+1206.3692 Dynamical Systems
+1206.3694 Analysis of PDEs
+1206.3696 Analysis of PDEs
+1206.3698 Optics
+1206.3702 Complex Variables
+1206.3703 Logic
+1206.3704 Category Theory
+1206.3706 Numerical Analysis
+1206.3714 Computer Vision and Pattern Recognition
+1206.3717 Cryptography and Security
+1206.3719 Information Theory
+1206.3720 Quantitative Methods
+1206.3721 Learning
+1206.3722 Computers and Society
+1206.3724 Analysis of PDEs
+1206.3725 Cosmology and Nongalactic Astrophysics
+1206.3727 Fluid Dynamics
+1206.3732 Computation
+1206.3733 Classical Physics
+1206.3734 Statistical Mechanics
+1206.3736 Statistical Mechanics
+1206.3739 Statistical Mechanics
+1206.3743 Mesoscale and Nanoscale Physics
+1206.3745
+1206.3748 Materials Science
+1206.3756 Analysis of PDEs
+1206.3761 Solar and Stellar Astrophysics
+1206.3764 Networking and Internet Architecture
+1206.3765
+1206.3766 Differential Geometry
+1206.3769 High Energy Astrophysical Phenomena
+1206.3771 Quantum Algebra
+1206.3777 Neural and Evolutionary Computing
+1206.3778 Analysis of PDEs
+1206.3781 Differential Geometry
+1206.3790 Solar and Stellar Astrophysics
+1206.3793 Multiagent Systems
+1206.3796 Phenomenology
+1206.3799 High Energy Astrophysical Phenomena
+1206.3815 Phenomenology
+1206.3821 Dynamical Systems
+1206.3822 Adaptation and Self-Organizing Systems
+1206.3828 Optics
+1206.3838 Networking and Internet Architecture
+1206.3849 Statistical Mechanics
+1206.3855 Probability
+1206.3857 Classical Physics
+1206.3860 Plasma Physics
+1206.3866 Mesoscale and Nanoscale Physics
+1206.3875
+1206.3877 Data Structures and Algorithms
+1206.3879 Algebraic Geometry
+1206.3880 Cryptography and Security
+1206.3881 Learning
+1206.3882 Differential Geometry
+1206.3883 Logic in Computer Science
+1206.3885 Phenomenology
+1206.3889 Operator Algebras
+1206.3891 Networking and Internet Architecture
+1206.3892 Chemical Physics
+1206.3893 Fluid Dynamics
+1206.3898 Analysis of PDEs
+1206.3906 High Energy Astrophysical Phenomena
+1206.3908 Biological Physics
+1206.3915 Disordered Systems and Neural Networks
+1206.3918 Atomic and Molecular Clusters
+1206.3920 Logic
+1206.3931 Number Theory
+1206.3932 Numerical Analysis
+1206.3934 Phenomenology
+1206.3937 Theory
+1206.3942 General Physics
+1206.3944 Optics
+1206.3948 Accelerator Physics
+1206.3950 Accelerator Physics
+1206.3951 Logic
+1206.3952 Analysis of PDEs
+1206.3954 Accelerator Physics
+1206.3962 Differential Geometry
+1206.3970 Probability
+1206.3972 Earth and Planetary Astrophysics
+1206.3975 Graphics
+1206.3977 Commutative Algebra
+1206.3978 High Energy Astrophysical Phenomena
+1206.3988 Networking and Internet Architecture
+1206.3991 Data Analysis, Statistics and Probability
+1206.3997 Solar and Stellar Astrophysics
+1206.3999 Discrete Mathematics
+1206.4001 Combinatorics
+1206.4004 Numerical Analysis
+1206.4007 Statistics Theory
+1206.4010 Differential Geometry
+1206.4016 Superconductivity
+1206.4025 Operator Algebras
+1206.4027 Theory
+1206.4030 Materials Science
+1206.4038 Phenomenology
+astro-ph/0607342
+hep-th/9810231 Theory
+math/0005136 Probability
+math/0102193 Probability
+math/0409137 Differential Geometry
+math/0611772 Differential Geometry
+math/9809145 Probability
+math/9909031 Combinatorics
+math/9910050 Probability
+0706.1918 Metric Geometry
+0901.1896 Cosmology and Nongalactic Astrophysics
+0903.3436 Statistical Mechanics
+0905.1732 Operator Algebras
+0907.4754 High Energy Astrophysical Phenomena
+0909.0063
+0909.0819 High Energy Astrophysical Phenomena
+0909.2897
+0910.4448 Number Theory
+0910.5197 Instrumentation and Detectors
+0910.5840 Strongly Correlated Electrons
+1001.1348 Populations and Evolution
+1001.2831 General Finance
+1001.3195 Algebraic Geometry
+1002.4209
+1003.2139 Dynamical Systems
+1004.1236 Optimization and Control
+1006.1297 Geometric Topology
+1006.1384 Algebraic Geometry
+1006.3277 Numerical Analysis
+1006.4963 Materials Science
+1007.1332
+1008.2930 Analysis of PDEs
+1008.3115 Phenomenology
+1008.4689
+1008.4749 Algebraic Geometry
+1009.2005 Analysis of PDEs
+1010.5395
+1011.2484
+1011.5090 Phenomenology
+1011.5245 Differential Geometry
+1011.6663 K-Theory and Homology
+1102.0108
+1102.1351
+1102.1353
+1102.1674 Representation Theory
+1102.3564 Instrumentation and Methods for Astrophysics
+1103.1035 Quantum Algebra
+1103.2256
+1103.2618 Phenomenology
+1103.2770 Superconductivity
+1104.0175 Statistical Mechanics
+1104.1059 Theory
+1104.2821 Probability
+1104.3113 General Physics
+1104.5158 Theory
+1105.0430 Theory
+1105.0667
+1105.1218
+1105.1835 Phenomenology
+1105.3104 Category Theory
+1105.3991 Commutative Algebra
+1105.6245 Methodology
+1106.0398 Strongly Correlated Electrons
+1106.1417
+1106.1512 Differential Geometry
+1106.3967 Artificial Intelligence
+1106.5206 Statistical Mechanics
+1106.6286 Instrumentation and Detectors
+1107.0242
+1107.1971 Statistics Theory
+1107.2377 Strongly Correlated Electrons
+1107.2528 Statistical Mechanics
+1107.3278 Biomolecules
+1107.3689 Machine Learning
+1107.4081 Strongly Correlated Electrons
+1107.6010 Operator Algebras
+1108.0489
+1108.1502 Social and Information Networks
+1108.1699 Statistical Mechanics
+1108.5127 Statistical Mechanics
+1109.1744
+1109.2266
+1109.2847 High Energy Astrophysical Phenomena
+1109.3777
+1109.4602 Quantum Gases
+1109.5244 Networking and Internet Architecture
+1109.6439 Strongly Correlated Electrons
+1109.6698 Social and Information Networks
+1110.0279 Information Theory
+1110.1468 Physics and Society
+1110.2138 Materials Science
+1110.4634 Cosmology and Nongalactic Astrophysics
+1111.1168 Earth and Planetary Astrophysics
+1111.1804 Solar and Stellar Astrophysics
+1111.2161 Materials Science
+1111.2737 Materials Science
+1111.4962
+1111.6863
+1112.0225 Theory
+1112.1074 Solar and Stellar Astrophysics
+1112.1239 Mesoscale and Nanoscale Physics
+1112.2285
+1112.2424 Commutative Algebra
+1112.2459 Physics and Society
+1112.2948 High Energy Astrophysical Phenomena
+1112.3618 Materials Science
+1112.3826 Mesoscale and Nanoscale Physics
+1112.4420
+1112.4896 Experiment
+1201.1390
+1201.1900 Physics and Society
+1201.5408 Number Theory
+1201.5871 Statistics Theory
+1201.5984 Methodology
+1201.6531 Complex Variables
+1202.0623 Popular Physics
+1202.0813 Information Theory
+1202.1170 Cosmology and Nongalactic Astrophysics
+1202.1522 Strongly Correlated Electrons
+1202.1739 Phenomenology
+1202.1759 Cosmology and Nongalactic Astrophysics
+1202.2035 Statistics Theory
+1202.2120 Astrophysics of Galaxies
+1202.2131 Software Engineering
+1202.2133 Analysis of PDEs
+1202.2134 Accelerator Physics
+1202.2135 Accelerator Physics
+1202.2136 Analysis of PDEs
+1202.2139 Analysis of PDEs
+1202.2140 Accelerator Physics
+1202.2143 Methodology
+1202.2146 Quantum Gases
+1202.2153 Networking and Internet Architecture
+1202.2155 Accelerator Physics
+1202.2164
+1202.2166 Algebraic Geometry
+1202.2167 Artificial Intelligence
+1202.2168 Cryptography and Security
+1202.2170 Superconductivity
+1202.2171 Cryptography and Security
+1202.2177 Soft Condensed Matter
+1202.2180 Geometric Topology
+1202.2182 Atomic Physics
+1202.2187 Information Retrieval
+1202.2189
+1202.2193 Cosmology and Nongalactic Astrophysics
+1202.2195 Phenomenology
+1202.2196 Solar and Stellar Astrophysics
+1202.2202 Strongly Correlated Electrons
+1202.2203 Combinatorics
+1202.2204 Classical Analysis and ODEs
+1202.2207 Classical Analysis and ODEs
+1202.2208 Theory
+1202.2215 Social and Information Networks
+1202.2217 Analysis of PDEs
+1202.2226 Functional Analysis
+1202.2235 Classical Analysis and ODEs
+1202.2238
+1202.2243 High Energy Astrophysical Phenomena
+1202.2246 Earth and Planetary Astrophysics
+1202.2252 Solar and Stellar Astrophysics
+1202.2261 Robotics
+1202.2264 Quantum Algebra
+1202.2265 Quantum Algebra
+1202.2267 Number Theory
+1202.2271 Analysis of PDEs
+1202.2275 Commutative Algebra
+1202.2286 Strongly Correlated Electrons
+1202.2292 Algebraic Topology
+1202.2295 Number Theory
+1202.2300 Combinatorics
+1202.2304 Combinatorics
+1202.2305 Dynamical Systems
+1202.2306 Optimization and Control
+1202.2313 Phenomenology
+1202.2314 Biological Physics
+1202.2318 Fluid Dynamics
+1202.2321 Strongly Correlated Electrons
+1202.2322 Mesoscale and Nanoscale Physics
+1202.2325 Representation Theory
+1202.2327 Logic
+1202.2333
+1202.2335 Databases
+1202.2340 Algebraic Geometry
+1202.2341 Probability
+1202.2342 Analysis of PDEs
+1202.2345 Phenomenology
+1202.2347 History and Philosophy of Physics
+math/0202064 Number Theory
+math/0303066 Number Theory
+math/0403147 Metric Geometry
+math/0501420 Combinatorics
+math/0503279 Metric Geometry
+math/0509508 Number Theory
+math/0605494 Combinatorics
+math/0607368 Combinatorics
+math/0609799 Number Theory
+0704.2882
+0712.2239
+0803.0474
+0803.4518
+0810.5697 Differential Geometry
+0812.3523 Populations and Evolution
+0902.0092 Space Physics
+0902.0272 Plasma Physics
+0902.1698 Differential Geometry
+0902.2812 Astrophysics of Galaxies
+0909.0737 Quantitative Methods
+0909.3799 Other Condensed Matter
+0912.3330 Applications
+1002.2103
+1004.2688 Mesoscale and Nanoscale Physics
+1005.3133 Representation Theory
+1009.0478 Algebraic Geometry
+1009.2015
+1011.0517 Combinatorics
+1011.6140 Classical Analysis and ODEs
+1012.4255 Methodology
+1101.6036 Geometric Topology
+1103.4130
+1104.0584 Algebraic Topology
+1104.3839
+1104.4854 Mesoscale and Nanoscale Physics
+1105.5886 Analysis of PDEs
+1106.1215 Mesoscale and Nanoscale Physics
+1106.4400
+1108.2765 Geometric Topology
+1108.3968 Statistics Theory
+1108.4130 Statistics Theory
+1109.1023 Group Theory
+1109.2042 Cosmology and Nongalactic Astrophysics
+1109.2948 Probability
+1110.6578 Classical Analysis and ODEs
+1111.2383 Numerical Analysis
+1111.2987
+1111.5195
+1111.5941 Quantum Gases
+1112.3898 Operator Algebras
+1112.4048 Computation
+1112.4232 Adaptation and Self-Organizing Systems
+1112.4668 Algebraic Topology
+1201.0307 Representation Theory
+1201.3033 Rings and Algebras
+1201.4618 Quantitative Methods
+1201.4871 Logic in Computer Science
+1202.2843 Phenomenology
+1202.4665 Data Structures and Algorithms
+1202.5410 Plasma Physics
+1202.5983 Pricing of Securities
+1202.6602 Mesoscale and Nanoscale Physics
+1203.2683 Dynamical Systems
+1203.2827 Algebraic Topology
+1203.4750
+1203.5237 Superconductivity
+1204.0862 Algebraic Geometry
+1204.1680
+1204.2455 Cosmology and Nongalactic Astrophysics
+1204.4360 High Energy Astrophysical Phenomena
+1204.4780 Superconductivity
+1204.4973 Atomic Physics
+1204.5655 Subcellular Processes
+1205.2300
+1205.3983 Combinatorics
+1205.5435 Analysis of PDEs
+1205.6210 Machine Learning
+1205.6609 Mesoscale and Nanoscale Physics
+1206.5378 Mesoscale and Nanoscale Physics
+1206.5732 General Physics
+1206.5968 Plasma Physics
+1206.6559
+1207.0751 Cosmology and Nongalactic Astrophysics
+1207.0777 Soft Condensed Matter
+1207.0830 Phenomenology
+1207.1049
+1207.1836 Networking and Internet Architecture
+1207.2659 Atomic Physics
+1207.4473 Theory
+1207.4529 Complex Variables
+1207.5344 Cosmology and Nongalactic Astrophysics
+1208.0421 Statistical Mechanics
+1208.0877 Theory
+1208.1480 Superconductivity
+1208.1662 Experiment
+1208.2449 Soft Condensed Matter
+1208.3478 Theory
+1208.3780 Soft Condensed Matter
+1208.4956 Accelerator Physics
+1208.6039
+1209.1032 Information Theory
+1209.3231 Plasma Physics
+1209.4503
+1209.5020 Theory
+1209.5139 Superconductivity
+1209.5945 Superconductivity
+1209.6109 Differential Geometry
+1209.6535
+1210.0809 Strongly Correlated Electrons
+1210.1954 Cosmology and Nongalactic Astrophysics
+1210.3054 Materials Science
+1210.3392
+1210.3573 Fluid Dynamics
+1210.3733 Algebraic Topology
+1210.3910 Algebraic Geometry
+1210.3913 Fluid Dynamics
+1210.3975
+1210.4189 Fluid Dynamics
+1210.4263 Programming Languages
+1210.4446 Networking and Internet Architecture
+1210.4498 Analysis of PDEs
+1210.4539 Mathematical Software
+1210.4545 Analysis of PDEs
+1210.4564
+1210.4565 Representation Theory
+1210.4572 Probability
+1210.4573 Geometric Topology
+1210.4574 Geometric Topology
+1210.4578 Probability
+1210.4585 Mesoscale and Nanoscale Physics
+1210.4595 Combinatorics
+1210.4598 Probability
+1210.4599 Instrumentation and Detectors
+1210.4600 Fluid Dynamics
+1210.4601 Learning
+1210.4603 Number Theory
+1210.4605 Combinatorics
+1210.4609
+1210.4611 Accelerator Physics
+1210.4613 Accelerator Physics
+1210.4615 Theory
+1210.4632
+1210.4638 Mesoscale and Nanoscale Physics
+1210.4640 Distributed, Parallel, and Cluster Computing
+1210.4641 Probability
+1210.4644 Other Computer Science
+1210.4648
+1210.4651 Dynamical Systems
+1210.4654 Statistics Theory
+1210.4657 Learning
+1210.4659 Number Theory
+1210.4661 Logic in Computer Science
+1210.4662 Symbolic Computation
+1210.4665 Geometric Topology
+1210.4666 Statistics Theory
+1210.4670 Operator Algebras
+1210.4673 Data Structures and Algorithms
+1210.4675 Rings and Algebras
+1210.4679 Molecular Networks
+1210.4681 Combinatorics
+1210.4683 Computation
+1210.4685
+1210.4686 Software Engineering
+1210.4688 Differential Geometry
+1210.4689 Experiment
+1210.4692 Logic
+1210.4695 Neurons and Cognition
+1210.4697 Commutative Algebra
+1210.4699
+1210.4701 Experiment
+1210.4706
+1210.4708 Exactly Solvable and Integrable Systems
+1210.4711 Statistics Theory
+1210.4715 Functional Analysis
+1210.4723 Experiment
+1210.4729 Analysis of PDEs
+1210.4735 Differential Geometry
+1210.4744 Phenomenology
+1210.4745 Probability
+1210.4751
+1210.4753 Combinatorics
+1210.4756 Operator Algebras
+1210.4758 Probability
+1210.4761 Analysis of PDEs
+1210.4762 Statistics Theory
+1210.4765 Optimization and Control
+1210.4768 Physics and Society
+1210.4770 Optimization and Control
+1210.4771 Operator Algebras
+1210.4775 Group Theory
+1210.4784 Dynamical Systems
+1210.4788 Classical Analysis and ODEs
+1210.4791 Computational Engineering, Finance, and Science
+1210.4793 Functional Analysis
+1210.4808 Information Theory
+1210.4809 Logic
+1210.4811 Discrete Mathematics
+1210.4815 Theory
+1210.4819 Adaptation and Self-Organizing Systems
+1210.4821 Number Theory
+1210.4823 Analysis of PDEs
+1210.4824 Biomolecules
+1210.4831 Information Theory
+1210.4832 Functional Analysis
+hep-th/0107122 Theory
+0711.4969 Phenomenology
+0803.2508
+0803.3064
+0805.2106
+0807.2289
+0807.2612 Computational Physics
+0810.3742 Geometric Topology
+0812.4924
+0901.0960
+0903.4601 Combinatorics
+0906.3277
+0907.2813 Other Condensed Matter
+0909.1637 Materials Science
+0909.4277 Operator Algebras
+0910.2054
+0911.0828
+0911.2504
+0912.1517
+1001.0118 Theory
+1003.3595 Algebraic Geometry
+1006.2237 Group Theory
+1007.4872 Information Theory
+1010.4520 Analysis of PDEs
+1011.0133 Earth and Planetary Astrophysics
+1011.3863 Instrumentation and Methods for Astrophysics
+1012.1397
+1102.4965
+1103.3284 Optimization and Control
+1104.0060
+1104.1595 Probability
+1104.5438 Theory
+1105.3181 Theory
+1105.4368 Theory
+1106.5335 Theory
+1107.4512 Statistics Theory
+1107.5603 Algebraic Geometry
+1109.3071 Physics and Society
+1109.4449 Number Theory
+1109.4551 Geometric Topology
+1109.4553 Geometric Topology
+1109.4785 Functional Analysis
+1109.5297
+1109.5530 Analysis of PDEs
+1110.0823 Astrophysics of Galaxies
+1110.4413 Astrophysics of Galaxies
+1110.6897 Analysis of PDEs
+1111.1617
+1111.5461 High Energy Astrophysical Phenomena
+1112.1101 Statistical Mechanics
+1112.3581
+1112.4860
+1112.5335 Cosmology and Nongalactic Astrophysics
+1112.6368 Superconductivity
+1201.2790 Cosmology and Nongalactic Astrophysics
+1201.2881 Superconductivity
+1201.3765 General Physics
+1201.4965 Classical Physics
+1201.6521 Materials Science
+1202.0203 Number Theory
+1202.2880 Information Retrieval
+1202.3295 Materials Science
+1202.4109 Number Theory
+1202.6111
+1203.0502 Biological Physics
+1203.2099
+1203.2767 Theory
+1203.4073 Statistical Mechanics
+1203.4220 Phenomenology
+1203.5363
+1204.5685 Disordered Systems and Neural Networks
+1204.5957 Materials Science
+1204.6156 Algebraic Geometry
+1205.0993 Probability
+1205.1030 Lattice
+1205.1792
+1205.3311 Phenomenology
+1205.3435 Populations and Evolution
+1205.4018 Phenomenology
+1205.5253 Materials Science
+1205.6330 Mesoscale and Nanoscale Physics
+1206.0062 Statistical Mechanics
+1206.1955 Methodology
+1206.2595 Phenomenology
+1206.2927 Strongly Correlated Electrons
+1206.6702
+1206.7081 Statistical Mechanics
+1207.0075 Superconductivity
+1207.2198 Mesoscale and Nanoscale Physics
+1207.2996 Materials Science
+1207.4901 Atomic Physics
+1207.5502
+1207.5704 Tissues and Organs
+1207.6477 Soft Condensed Matter
+1207.7318 Superconductivity
+1208.0498 Phenomenology
+1208.0738 Experiment
+1208.1238 Rings and Algebras
+1208.2289 Phenomenology
+1208.3931 Astrophysics of Galaxies
+1208.4521 Phenomenology
+1208.6258
+1209.0329 Optics
+1209.0860 Phenomenology
+1209.0892 Materials Science
+1209.1377 Phenomenology
+1209.3254
+1209.4432 Analysis of PDEs
+1209.4909 Classical Analysis and ODEs
+1209.6307 Commutative Algebra
+1210.1162 Mesoscale and Nanoscale Physics
+1210.3105 Exactly Solvable and Integrable Systems
+1210.3382 Theory
+1210.3494 Other Computer Science
+1210.3658 Optimization and Control
+1210.4405 Databases
+1210.5896 Lattice
+1210.5914 Superconductivity
+1210.5978
+1210.6179 Combinatorics
+1210.6223 Mesoscale and Nanoscale Physics
+1210.6259 Probability
+1210.6364 Metric Geometry
+1210.6365 Information Theory
+1210.6366 Combinatorics
+1210.6370 Computer Science and Game Theory
+1210.6378 Numerical Analysis
+1210.6380 Combinatorics
+1210.6384 Distributed, Parallel, and Cluster Computing
+1210.6385 Cryptography and Security
+1210.6395 Information Theory
+1210.6398 Computer Science and Game Theory
+1210.6400 Number Theory
+1210.6401
+1210.6403 Optimization and Control
+1210.6406 Rings and Algebras
+1210.6411 Distributed, Parallel, and Cluster Computing
+1210.6412 Distributed, Parallel, and Cluster Computing
+1210.6413 Logic in Computer Science
+1210.6414 Logic in Computer Science
+1210.6415 Artificial Intelligence
+1210.6416 Probability
+1210.6420 K-Theory and Homology
+1210.6426 Superconductivity
+1210.6427 General Physics
+1210.6429 Number Theory
+1210.6435 Fluid Dynamics
+1210.6441 Cryptography and Security
+1210.6447 Operating Systems
+1210.6450 Computer Science and Game Theory
+1210.6453 History and Philosophy of Physics
+1210.6455 Combinatorics
+1210.6457 Analysis of PDEs
+1210.6458 Theory
+1210.6460 Combinatorics
+1210.6464 Representation Theory
+1210.6465 Data Structures and Algorithms
+1210.6466 Instrumentation and Methods for Astrophysics
+1210.6468 Dynamical Systems
+1210.6471
+1210.6472 Analysis of PDEs
+1210.6474
+1210.6478 Classical Analysis and ODEs
+1210.6481 Adaptation and Self-Organizing Systems
+1210.6482 Molecular Networks
+1210.6484 Probability
+1210.6487
+1210.6491
+1210.6492 Dynamical Systems
+1210.6497 Social and Information Networks
+1210.6499 Solar and Stellar Astrophysics
+1210.6500 Theory
+1210.6502 Discrete Mathematics
+1210.6505 Statistical Mechanics
+1210.6508 Optimization and Control
+1210.6510 Digital Libraries
+1210.6512
+1210.6515 Operator Algebras
+1210.6517 Logic
+1210.6518 Logic
+1210.6525 Cosmology and Nongalactic Astrophysics
+1210.6537 Differential Geometry
+1210.6540 Geometric Topology
+1210.6541 Logic
+1210.6546 Phenomenology
+1210.6552
+1210.6557 Probability
+1210.6565 Analysis of PDEs
+1210.6566 Analysis of PDEs
+1210.6568 Discrete Mathematics
+1210.6573
+1210.6581 Combinatorics
+1210.6584 Geometric Topology
+1210.6585 Group Theory
+1210.6588 High Energy Astrophysical Phenomena
+1210.6589 Probability
+1210.6591 Group Theory
+1210.6601 Optics
+1210.6605 Biomolecules
+1210.6608 Operator Algebras
+1210.6616 Commutative Algebra
+1210.6619
+1210.6624 Formal Languages and Automata Theory
+1210.6625 Operator Algebras
+1210.6629 Number Theory
+1210.6631 Physics and Society
+1210.6636 Software Engineering
+1210.6641 Exactly Solvable and Integrable Systems
+math/0304128 Number Theory
+math/0307205 Number Theory
+math/0703035 Commutative Algebra
+0707.0009 Functional Analysis
+0710.0266
+0710.3267 Representation Theory
+0802.1402 K-Theory and Homology
+0805.0283 Functional Analysis
+0902.1634 Information Theory
+0903.0386 Theory
+0907.4841 Dynamical Systems
+0911.5589 Representation Theory
+1001.1314
+1002.2627 Earth and Planetary Astrophysics
+1003.1741 Software Engineering
+1006.2066 Phenomenology
+1007.0370 Probability
+1008.2097 Classical Physics
+1009.3410 General Topology
+1009.4674 Biomolecules
+1011.2462 Algebraic Geometry
+1012.0503 Probability
+1012.0654 Classical Analysis and ODEs
+1101.0723 Molecular Networks
+1101.1826
+1103.0159 Strongly Correlated Electrons
+1103.4230 Algebraic Geometry
+1103.5010 Algebraic Geometry
+1104.0449
+1105.1478 Mesoscale and Nanoscale Physics
+1105.5759 Number Theory
+1106.1317
+1106.3879
+1106.4431 Machine Learning
+1106.6070 Analysis of PDEs
+1107.4722 Computer Science and Game Theory
+1107.4860 Commutative Algebra
+1107.5241 Social and Information Networks
+1108.5301 Analysis of PDEs
+1109.0022 Cosmology and Nongalactic Astrophysics
+1109.0492 Cosmology and Nongalactic Astrophysics
+1109.1411
+1110.0054 Analysis of PDEs
+1110.1670 Optimization and Control
+1110.3255 Strongly Correlated Electrons
+1111.0777
+1111.6711 Probability
+1112.0258 Chemical Physics
+1112.2190 Phenomenology
+1112.2858 Mesoscale and Nanoscale Physics
+1112.3352 Theory
+1112.4794 Probability
+1112.4892 Classical Analysis and ODEs
+1112.5402 Theory
+1201.0475
+1201.1728 Combinatorics
+1201.1957 Mesoscale and Nanoscale Physics
+1201.2269
+1201.3560 Quantum Gases
+1201.3778 Programming Languages
+1201.4818 Dynamical Systems
+1201.5323 Strongly Correlated Electrons
+1201.5748 Superconductivity
+1201.6182 Strongly Correlated Electrons
+1201.6251 Human-Computer Interaction
+1202.1174 Information Theory
+1202.1871 Mesoscale and Nanoscale Physics
+1202.4499 High Energy Astrophysical Phenomena
+1202.4694 Phenomenology
+1202.6047 Strongly Correlated Electrons
+1203.0040
+1203.1782 Data Analysis, Statistics and Probability
+1203.2601 Cosmology and Nongalactic Astrophysics
+1203.2982 Physics and Society
+1203.3117 Phenomenology
+1203.3807 Quantum Gases
+1203.4018 Earth and Planetary Astrophysics
+1203.5553 Theory
+1203.6043 Materials Science
+1203.6513
+1203.6675 Optimization and Control
+1204.0058
+1204.0141 Strongly Correlated Electrons
+1204.0254 Quantum Algebra
+1204.0881 Mesoscale and Nanoscale Physics
+1204.2770 Chemical Physics
+1204.2943 Solar and Stellar Astrophysics
+1204.3864 High Energy Astrophysical Phenomena
+1204.5007 Differential Geometry
+1205.5280 Superconductivity
+1205.6313 Materials Science
+1205.6621 Statistical Mechanics
+1206.0482 Probability
+1206.1630 Combinatorics
+1206.1633 Combinatorics
+1206.3171 Phenomenology
+1206.5335 Data Structures and Algorithms
+1206.5449 Statistics Theory
+1206.5802 Solar and Stellar Astrophysics
+1206.5879 Commutative Algebra
+1206.5925 Dynamical Systems
+1206.6031 Atomic Physics
+1206.6076 Theory
+1206.6093 Dynamical Systems
+1206.6111 Symplectic Geometry
+1206.6114 Probability
+1206.6119 Combinatorics
+1206.6122 Solar and Stellar Astrophysics
+1206.6126
+1206.6136 Fluid Dynamics
+1206.6142 Computational Geometry
+1206.6146 Functional Analysis
+1206.6147 High Energy Astrophysical Phenomena
+1206.6148 Computer Science and Game Theory
+1206.6150
+1206.6153 Information Theory
+1206.6155 Quantum Gases
+1206.6168 Operator Algebras
+1206.6171 Functional Analysis
+1206.6173 Differential Geometry
+1206.6174 Combinatorics
+1206.6175 Theory
+1206.6177 Systems and Control
+1206.6178 Superconductivity
+1206.6180 Phenomenology
+1206.6185 Data Structures and Algorithms
+1206.6186 Probability
+1206.6187 Data Structures and Algorithms
+1206.6188 Classical Analysis and ODEs
+1206.6194 Algebraic Geometry
+1206.6196 Learning
+1206.6197 Earth and Planetary Astrophysics
+1206.6202 Data Structures and Algorithms
+1206.6206 Optimization and Control
+1206.6207 Distributed, Parallel, and Cluster Computing
+1206.6210 High Energy Astrophysical Phenomena
+1206.6211 Theory
+1206.6212 Representation Theory
+1206.6213 Hardware Architecture
+1206.6215 Phenomenology
+1206.6220 Solar and Stellar Astrophysics
+1206.6226
+1206.6231 Cosmology and Nongalactic Astrophysics
+1206.6232 Dynamical Systems
+1206.6233 Analysis of PDEs
+1206.6239 Space Physics
+1206.6240 Differential Geometry
+1206.6242 Materials Science
+1206.6243 Geometric Topology
+1206.6250 Soft Condensed Matter
+1206.6257 Computational Geometry
+1206.6258 Combinatorics
+1206.6262 Artificial Intelligence
+1206.6268 Portfolio Management
+1206.6269
+1206.6271 Statistical Mechanics
+1206.6273 Instrumentation and Methods for Astrophysics
+1206.6279 Discrete Mathematics
+1206.6283 Optimization and Control
+1206.6284 General Physics
+1206.6285 Networking and Internet Architecture
+1206.6287 Materials Science
+1206.6288 Instrumentation and Methods for Astrophysics
+1206.6291 Astrophysics of Galaxies
+1206.6292 General Physics
+1206.6293 Databases
+1206.6294 Physics and Society
+1206.6301 Astrophysics of Galaxies
+1206.6307 Classical Analysis and ODEs
+1206.6308 Algebraic Topology
+1206.6311 Phenomenology
+1206.6313 Phenomenology
+1206.6315 Analysis of PDEs
+1206.6317 Optimization and Control
+1206.6318 Computational Complexity
+1206.6319 Dynamical Systems
+1206.6320 Materials Science
+1206.6322 Information Retrieval
+1206.6327 Combinatorics
+1206.6331 Accelerator Physics
+1206.6340 Group Theory
+1206.6345 Dynamical Systems
+1206.6347 Artificial Intelligence
+1206.6351 Numerical Analysis
+1206.6354 Combinatorics
+1206.6358 Solar and Stellar Astrophysics
+1206.6360 Computational Complexity
+1206.6361 Machine Learning
+1206.6364 Classical Analysis and ODEs
+1206.6365 Accelerator Physics
+1206.6366 Cell Behavior
+1206.6367 Methodology
+1206.6373 Accelerator Physics
+1206.6378 Computation
+cs/0505029 Software Engineering
+cs/0505043 Graphics
+cs/0702134 Computers and Society
+0705.4448 Algebraic Geometry
+0801.3929 Quantum Algebra
+0906.2224 Symplectic Geometry
+1002.3577 Logic
+1003.1269 Statistical Mechanics
+1003.1446 General Physics
+1007.1784 Mesoscale and Nanoscale Physics
+1007.4647
+1009.6061 Optimization and Control
+1010.3812 Data Structures and Algorithms
+1010.4122 Geometric Topology
+1011.0503 Atomic Physics
+1012.0294 Probability
+1101.3202 Algebraic Geometry
+1102.1205 Complex Variables
+1103.5317 Algebraic Geometry
+1103.5331 Cosmology and Nongalactic Astrophysics
+1104.3283 Data Structures and Algorithms
+1104.3284 Data Structures and Algorithms
+1104.5597 Computational Geometry
+1106.1943 Complex Variables
+1106.6060 Strongly Correlated Electrons
+1107.1272
+1107.2760 Quantum Algebra
+1107.4020 Probability
+1108.4694 Superconductivity
+1108.5354 Cosmology and Nongalactic Astrophysics
+1109.0351 Information Theory
+1109.2930 Data Structures and Algorithms
+1109.3656 Symbolic Computation
+1109.4577 Lattice
+1109.5137 Theory
+1109.5944 Instrumentation and Detectors
+1110.5415 Methodology
+1111.3535
+1111.4400 Phenomenology
+1111.5838 Cosmology and Nongalactic Astrophysics
+1111.5845 Fluid Dynamics
+1111.7192
+1112.0651 Populations and Evolution
+1112.3901 Cosmology and Nongalactic Astrophysics
+1112.5825 Atomic Physics
+1201.0284 Mesoscale and Nanoscale Physics
+1201.4372
+1201.6319
+1202.3231 Statistical Mechanics
+1202.3871 Combinatorics
+1203.0222 Populations and Evolution
+1204.0897 Data Structures and Algorithms
+1204.2035 Information Theory
+1204.3275 Optimization and Control
+1205.0556 Mesoscale and Nanoscale Physics
+1205.0915 Materials Science
+1205.2427 Mesoscale and Nanoscale Physics
+1205.3922 Combinatorics
+1205.3972
+1205.4162 Combinatorics
+1205.5803 Phenomenology
+1205.6613 Statistical Mechanics
+1205.6938
+1205.6975 Optics
+1206.2633 Phenomenology
+1206.3630 Rings and Algebras
+1206.6736
+1206.6981 Cosmology and Nongalactic Astrophysics
+1206.6999
+1207.0010 High Energy Astrophysical Phenomena
+1207.0011 Strongly Correlated Electrons
+1207.1629 Mesoscale and Nanoscale Physics
+1207.2538 Commutative Algebra
+1207.3970 Statistical Mechanics
+1207.4057
+1207.4225 Atomic Physics
+1207.6156 Statistical Mechanics
+1207.6825 Superconductivity
+1208.0473 Differential Geometry
+1208.1028
+1208.1161 Mesoscale and Nanoscale Physics
+1208.1631 Theory
+1208.2506 Statistical Mechanics
+1208.2851
+1208.5951 Optics
+1209.0918 Phenomenology
+1209.2941 Theory
+1209.3333 Materials Science
+1210.0672 Superconductivity
+1210.0996 Algebraic Topology
+1210.2498 Materials Science
+1210.2663 Theory
+1210.2986 Optimization and Control
+1210.3926 Computation and Language
+1210.5081 Phenomenology
+1210.5224 Digital Libraries
+1210.5667 Solar and Stellar Astrophysics
+1210.5709 Spectral Theory
+1210.6390 Programming Languages
+1210.6849 Phenomenology
+1210.7081 Fluid Dynamics
+1210.7826 Fluid Dynamics
+1210.8011 Software Engineering
+1210.8086 Materials Science
+1210.8128 Cosmology and Nongalactic Astrophysics
+1210.8162 Statistics Theory
+1210.8172 Fluid Dynamics
+1210.8180 High Energy Astrophysical Phenomena
+1210.8184 Social and Information Networks
+1210.8187 Strongly Correlated Electrons
+1210.8193 Physics and Society
+1210.8198 Commutative Algebra
+1210.8200 Astrophysics of Galaxies
+1210.8202 Dynamical Systems
+1210.8207 Rings and Algebras
+1210.8209 Analysis of PDEs
+1210.8211 Strongly Correlated Electrons
+1210.8213 Probability
+1210.8214 Analysis of PDEs
+1210.8215 Materials Science
+1210.8216 Numerical Analysis
+1210.8222 Materials Science
+1210.8229 Databases
+1210.8231 Number Theory
+1210.8233 Materials Science
+1210.8237 Analysis of PDEs
+1210.8242 Databases
+1210.8249 Lattice
+1210.8251
+1210.8253 Combinatorics
+1210.8256 Instrumentation and Methods for Astrophysics
+1210.8261 Solar and Stellar Astrophysics
+1210.8262 Computer Vision and Pattern Recognition
+1210.8265 Phenomenology
+1210.8267 Information Theory
+1210.8268 Statistics Theory
+1210.8270 Cryptography and Security
+1210.8272 Soft Condensed Matter
+1210.8281 Lattice
+1210.8284 Optimization and Control
+1210.8285 Dynamical Systems
+1210.8291 Learning
+1210.8292 Phenomenology
+1210.8297 Mesoscale and Nanoscale Physics
+1210.8305 Analysis of PDEs
+1210.8310
+1210.8313
+1210.8318 Computer Vision and Pattern Recognition
+1210.8320 Probability
+1210.8340 Functional Analysis
+1210.8341 Strongly Correlated Electrons
+1210.8346 Astrophysics of Galaxies
+1210.8348
+1210.8351 Commutative Algebra
+1210.8352
+1210.8353 Machine Learning
+1210.8356 Group Theory
+1210.8362 Logic
+1210.8365 Combinatorics
+1210.8374 Differential Geometry
+1210.8384 History and Philosophy of Physics
+1210.8385 Artificial Intelligence
+1210.8390 Combinatorics
+1210.8392 Analysis of PDEs
+1210.8393 Quantum Algebra
+1210.8394 Geometric Topology
+1210.8397 Dynamical Systems
+1210.8398 Information Theory
+1210.8404 Soft Condensed Matter
+1210.8406 Neurons and Cognition
+1210.8409 Chaotic Dynamics
+1210.8410 Optics
+1210.8412
+1210.8414 Probability
+1210.8415 Neurons and Cognition
+1210.8416 Physics and Society
+1210.8428 Phenomenology
+1210.8431 Lattice
+1210.8433 Networking and Internet Architecture
+1210.8436 Computation and Language
+1210.8437 Combinatorics
+1210.8440 Computation and Language
+1210.8441 Information Theory
+1210.8447
+1210.8448 Differential Geometry
+cond-mat/0410604 Strongly Correlated Electrons
+math/0612627 Statistics Theory
+math/0701308 Group Theory
+math/0702147 Combinatorics
+0706.0257 Chaotic Dynamics
+0708.3661 Combinatorics
+0710.0050 Combinatorics
+0710.2162 Metric Geometry
+0712.1665 Number Theory
+0801.4432 Combinatorics
+0805.3449 Algebraic Geometry
+0807.2712 Materials Science
+0807.3296 Algebraic Geometry
+0809.3527 Data Structures and Algorithms
+0906.2132 Number Theory
+0906.2920 Algebraic Geometry
+0906.2932 Algebraic Geometry
+0907.0845 Combinatorics
+0907.1405 Analysis of PDEs
+0907.2542 High Energy Astrophysical Phenomena
+0908.2411 Materials Science
+0910.4200 Metric Geometry
+0911.5090 Algebraic Geometry
+1001.1982 Algebraic Geometry
+1002.4422 Algebraic Geometry
+1003.0191 Spectral Theory
+1003.1004 Symplectic Geometry
+1004.4016 General Physics
+1006.1733
+1006.2603 Analysis of PDEs
+1007.1685
+1009.1546
+1011.0869 Algebraic Topology
+1011.5020 Statistical Finance
+1012.5877 Fluid Dynamics
+1012.5890 Combinatorics
+1101.0477
+1101.3079 Materials Science
+1101.3489 Number Theory
+1102.0367 Number Theory
+1102.2008 Computational Geometry
+1102.4493
+1103.1985 Number Theory
+1104.2424 Methodology
+1104.5051 K-Theory and Homology
+1105.4824 Number Theory
+1105.5542 Information Theory
+1106.2828 Classical Analysis and ODEs
+1106.5635 Combinatorics
+1106.5664
+1107.1347
+1107.3043 Group Theory
+1108.1918 Phenomenology
+1109.0130 Chaotic Dynamics
+1109.3446 Strongly Correlated Electrons
+1109.3630 General Physics
+1109.6277 Combinatorics
+1109.6762 Analysis of PDEs
+1110.0165 Classical Analysis and ODEs
+1110.6646
+1111.3826 Optics
+1111.3928 Algebraic Geometry
+1111.5583 Probability
+1112.1350 General Topology
+1112.2561
+1112.2813 Phenomenology
+1112.3438 Earth and Planetary Astrophysics
+1112.3719 Probability
+1112.4245 Complex Variables
+1112.4696 Geophysics
+1112.5400 Mesoscale and Nanoscale Physics
+1112.5942 Metric Geometry
+1112.6002
+1112.6119
+1201.1148 Strongly Correlated Electrons
+1201.3693 Superconductivity
+1201.4399 Solar and Stellar Astrophysics
+1202.2089 Information Theory
+1202.3444 Strongly Correlated Electrons
+1202.3641 Systems and Control
+1202.4224 Dynamical Systems
+1202.4231 High Energy Astrophysical Phenomena
+1202.4539 Number Theory
+1202.5334 Applications
+1203.0725 Phenomenology
+1203.1321 Phenomenology
+1203.1581 Phenomenology
+1203.2427 Classical Analysis and ODEs
+1203.2866 Combinatorics
+1203.3123 Superconductivity
+1203.3739 Probability
+1203.3917 Pattern Formation and Solitons
+1203.6793 Superconductivity
+1204.0162 Popular Physics
+1204.1260 Algebraic Geometry
+1204.3422 General Finance
+1204.3600
+1204.4274 Analysis of PDEs
+1204.6271
+1205.1702 Differential Geometry
+1205.2306
+1205.2437 Analysis of PDEs
+1205.2574 Statistical Mechanics
+1205.4086 Populations and Evolution
+1205.5829 Populations and Evolution
+1205.5930 Analysis of PDEs
+1205.7077 Differential Geometry
+1206.0246 Number Theory
+1206.0416 Theory
+1206.0727
+1206.1092
+1206.1772 Materials Science
+1206.2404 Data Analysis, Statistics and Probability
+1206.2605
+1206.2921 Theory
+1206.2951 Instrumentation and Methods for Astrophysics
+1206.3853 Statistical Mechanics
+1206.5826
+1206.6170 Networking and Internet Architecture
+1206.6656 Statistical Mechanics
+1207.0114 Algebraic Geometry
+1207.0764 Materials Science
+1207.1610
+1207.1727 Methodology
+1207.3659 Computational Physics
+1207.3727 Group Theory
+1207.4868 Phenomenology
+1207.5294 History and Philosophy of Physics
+1207.6975 Quantum Gases
+1207.7322 Mesoscale and Nanoscale Physics
+1208.0418 Phenomenology
+1208.1204 Data Analysis, Statistics and Probability
+1208.2156 Mesoscale and Nanoscale Physics
+1208.2172
+1208.2601 Mesoscale and Nanoscale Physics
+1208.3231 Strongly Correlated Electrons
+1208.3716 Computer Vision and Pattern Recognition
+1208.3908 Theory
+1208.4590 Number Theory
+1208.5004 Solar and Stellar Astrophysics
+1209.0081 Algebraic Geometry
+1209.0318 Mesoscale and Nanoscale Physics
+1209.0353 High Energy Astrophysical Phenomena
+1209.2751 Theory
+1209.3013 Cosmology and Nongalactic Astrophysics
+1209.3402 Phenomenology
+1209.5647 Data Structures and Algorithms
+1210.0182
+1210.0226 Quantum Algebra
+1210.0690 Quantitative Methods
+1210.1010
+1210.1026 Distributed, Parallel, and Cluster Computing
+1210.1795 Algebraic Geometry
+1210.2075
+1210.3104 Lattice
+1210.3211 Combinatorics
+1210.3341 Statistical Mechanics
+1210.3820 Superconductivity
+1210.4602 Astrophysics of Galaxies
+1210.5887 Phenomenology
+1210.7569 Commutative Algebra
+1211.0184 Cosmology and Nongalactic Astrophysics
+1211.0197 Phenomenology
+1211.1006 Cosmology and Nongalactic Astrophysics
+1211.2585 Cosmology and Nongalactic Astrophysics
+1211.4125 Information Theory
+1211.4899 Cosmology and Nongalactic Astrophysics
+1211.5565 Atomic Physics
+1211.5694 Probability
+1211.5734 Cosmology and Nongalactic Astrophysics
+1211.6303 Representation Theory
+1211.6395 Group Theory
+1211.6673 Geometric Topology
+1211.7109 High Energy Astrophysical Phenomena
+1212.0091 Phenomenology
+1212.0989 Algebraic Geometry
+1212.1519 Symplectic Geometry
+1212.3555 Distributed, Parallel, and Cluster Computing
+1212.3576 Logic
+1212.4398 Combinatorics
+1212.4560 Numerical Analysis
+1212.4966 Statistics Theory
+1212.5173 Group Theory
+1212.5229 Analysis of PDEs
+1212.5311 Statistics Theory
+1212.5515 Differential Geometry
+1212.5589 Computational Engineering, Finance, and Science
+1212.5590 Information Retrieval
+1212.5592 Computational Engineering, Finance, and Science
+1212.5593 Computational Engineering, Finance, and Science
+1212.5594 Neural and Evolutionary Computing
+1212.5595 General Physics
+1212.5596 Digital Libraries
+1212.5597 General Topology
+1212.5599 Computational Engineering, Finance, and Science
+1212.5608 General Physics
+1212.5613 Methodology
+1212.5614 Probability
+1212.5615 Methodology
+1212.5617 Analysis of PDEs
+1212.5619 Neurons and Cognition
+1212.5620 Physics and Society
+1212.5627 Statistics Theory
+1212.5631 Rings and Algebras
+1212.5632 Superconductivity
+1212.5633 Information Retrieval
+1212.5635 Probability
+1212.5636 Databases
+1212.5637 Learning
+1212.5640 Cosmology and Nongalactic Astrophysics
+1212.5641 Cosmology and Nongalactic Astrophysics
+1212.5643 Numerical Analysis
+1212.5645 Data Structures and Algorithms
+1212.5646 Combinatorics
+1212.5648 Optics
+1212.5650 Information Retrieval
+1212.5656 Computer Vision and Pattern Recognition
+1212.5664 Computational Engineering, Finance, and Science
+1212.5665 Computational Engineering, Finance, and Science
+1212.5668 Logic
+1212.5675
+1212.5679 Information Theory
+1212.5681 Mesoscale and Nanoscale Physics
+1212.5682 Numerical Analysis
+1212.5683 Probability
+1212.5685 Analysis of PDEs
+1212.5690 Functional Analysis
+1212.5692 Programming Languages
+1212.5693 High Energy Astrophysical Phenomena
+1212.5694 Combinatorics
+1212.5701 Learning
+1212.5705 Combinatorics
+1212.5706 Differential Geometry
+1212.5710 Analysis of PDEs
+1212.5715 Statistics Theory
+1212.5722
+1212.5725 General Topology
+1212.5726 General Topology
+1212.5727 Mesoscale and Nanoscale Physics
+1212.5732 Operator Algebras
+1212.5734 Geometric Topology
+1212.5739 Soft Condensed Matter
+1212.5740 Logic
+1212.5743 Representation Theory
+1212.5745 General Physics
+1212.5748 Analysis of PDEs
+1212.5750 Populations and Evolution
+1212.5751
+1212.5752 Combinatorics
+1212.5753 Theory
+1212.5754 Representation Theory
+1212.5756 Operator Algebras
+1212.5758
+1212.5759 Functional Analysis
+1212.5764 Computer Science and Game Theory
+1212.5765 Systems and Control
+1212.5766 Computer Science and Game Theory
+1212.5767
+1212.5769 General Physics
+1212.5771 Combinatorics
+1212.5773 Analysis of PDEs
+1212.5777 Neural and Evolutionary Computing
+1212.5782 Information Theory
+1212.5784 Numerical Analysis
+1212.5789 Information Theory
+1212.5793 Complex Variables
+1212.5795 Chemical Physics
+1212.5799 Astrophysics of Galaxies
+1212.5800 Phenomenology
+1212.5801 Cryptography and Security
+1212.5804 Probability
+1212.5805 Phenomenology
+1212.5808 Statistical Mechanics
+1212.5810 Mesoscale and Nanoscale Physics
+1212.5811 Analysis of PDEs
+1212.5814 General Physics
+1212.5823
+1212.5827 Numerical Analysis
+1212.5839 Differential Geometry
+1212.5845 Probability
+1212.5847 Probability
+1212.5849 Solar and Stellar Astrophysics
+1212.5854 History and Philosophy of Physics
+1212.5855 Information Theory
+1212.5856 Instrumentation and Methods for Astrophysics
+1212.5858 Mesoscale and Nanoscale Physics
+1212.5859 Phenomenology
+1212.5860 Statistics Theory
+1212.5861 Representation Theory
+1212.5863 Social and Information Networks
+1212.5866 High Energy Astrophysical Phenomena
+1212.5872 Plasma Physics
+1212.5874 General Physics
+1212.5876 Optics
+1212.5878 Analysis of PDEs
+1212.5881 Number Theory
+1212.5882 Systems and Control
+1212.5884 Algebraic Geometry
+1212.5885 Differential Geometry
+1212.5887 Cosmology and Nongalactic Astrophysics
+1212.5898 Phenomenology
+1212.5920 Quantum Algebra
+1212.5921 Learning
+1212.5923 Chemical Physics
+1212.5926 Analysis of PDEs
+1212.5929 Optimization and Control
+1212.5934 Combinatorics
+1212.5941 General Physics
+1212.5942 Optimization and Control
+1212.5945 Functional Analysis
+1212.5954 Disordered Systems and Neural Networks
+1212.5956 Distributed, Parallel, and Cluster Computing
+1212.5959 Computers and Society
+1212.5967 Theory
+1212.5971 Quantum Algebra
+1212.5974 Phenomenology
+1212.5976 Fluid Dynamics
+1212.5980 Analysis of PDEs
+1212.5982 Mesoscale and Nanoscale Physics
+1212.5983 Cryptography and Security
+1212.5985 Analysis of PDEs
+1212.5990 Instrumentation and Detectors
+1212.5995 Phenomenology
+1212.6002 History and Philosophy of Physics
+1212.6004 Representation Theory
+1212.6006 Methodology
+1212.6015 Representation Theory
+1212.6018 Machine Learning
+1212.6023 Accelerator Physics
+1212.6025 Representation Theory
+1212.6028 Differential Geometry
+1212.6030 Optimization and Control
+1212.6031 Learning
+1212.6032 Statistical Mechanics
+1212.6034 Differential Geometry
+1212.6039 Computational Geometry
+1212.6040 Computers and Society
+1212.6041 Software Engineering
+1212.6044 Soft Condensed Matter
+1212.6046 Other Computer Science
+1212.6047 Theory
+1212.6050 Social and Information Networks
+1212.6051 Databases
+1212.6054 Robotics
+1212.6055 Data Structures and Algorithms
+1212.6056 Other Computer Science
+1212.6057 Solar and Stellar Astrophysics
+1212.6059 Cryptography and Security
+1212.6061 Analysis of PDEs
+1212.6062 Combinatorics
+1212.6064 Differential Geometry
+1212.6068
+1212.6069 Optimization and Control
+1212.6070 Probability
+1212.6079 Optimization and Control
+1212.6080 Other Computer Science
+1212.6081 Strongly Correlated Electrons
+1212.6085 Optimization and Control
+1212.6086 Information Theory
+1212.6088 Statistics Theory
+1212.6089 Optimization and Control
+1212.6091 Combinatorics
+1212.6092 Combinatorics
+1212.6094 Computer Vision and Pattern Recognition
+1212.6098 Optimization and Control
+1212.6105
+1212.6106 Optimization and Control
+1212.6107 Optimization and Control
+1212.6110 Learning
+1212.6115 Combinatorics
+1212.6119 History and Overview
+1212.6121 History and Overview
+1212.6122 General Topology
+1212.6123
+1212.6126 Exactly Solvable and Integrable Systems
+1212.6130
+1212.6135
+1212.6137 Statistical Mechanics
+1212.6139 Statistical Mechanics
+1212.6140 Statistical Mechanics
+1212.6144 Soft Condensed Matter
+1212.6147 Social and Information Networks
+1212.6152 Number Theory
+1212.6154 Phenomenology
+1212.6159 Mesoscale and Nanoscale Physics
+1212.6161 Quantum Gases
+1212.6162
+1212.6167 Learning
+1212.6169 Algebraic Topology
+1212.6170 Algebraic Geometry
+1212.6173 Theory
+1212.6176 Data Structures and Algorithms
+1212.6183 Logic in Computer Science
+1212.6185 Lattice
+1212.6186 Algebraic Geometry
+1212.6188 Superconductivity
+1212.6193 Information Retrieval
+1212.6195 Analysis of PDEs
+1212.6196 Other Computer Science
+1212.6198 Analysis of PDEs
+1212.6199 Dynamical Systems
+1212.6200 Analysis of PDEs
+1212.6201 Functional Analysis
+1212.6202 Analysis of PDEs
+1212.6204 Analysis of PDEs
+1212.6206 Differential Geometry
+1212.6207 Artificial Intelligence
+1212.6210 Geometric Topology
+1212.6211
+1212.6219
+1212.6221 Number Theory
+1212.6229 Theory
+1212.6230 Theory
+1212.6234 Methodology
+1212.6236 Analysis of PDEs
+1212.6241 Other Computer Science
+1212.6243 Functional Analysis
+1212.6245 Theory
+1212.6246 Machine Learning
+1212.6250 Multimedia
+1212.6254 Probability
+math/0702717 Combinatorics
+math/9903081 General Mathematics
+physics/0511248 Optics
+0910.2008 Populations and Evolution
+0912.2536 Populations and Evolution
+1002.1316 Representation Theory
+1005.4455 Numerical Analysis
+1008.0574 Theory
+1008.0887 Operator Algebras
+1009.0235 Probability
+1009.3587 General Physics
+1009.4225 Combinatorics
+1010.6127 Numerical Analysis
+1011.4246 Superconductivity
+1012.3978 Optimization and Control
+1012.4032 Logic in Computer Science
+1101.1359 Methodology
+1101.4106 High Energy Astrophysical Phenomena
+1103.0872
+1103.3129 High Energy Astrophysical Phenomena
+1103.4856
+1103.5325 Theory
+1104.3687
+1105.2893 Molecular Networks
+1106.5886 Solar and Stellar Astrophysics
+1107.0498 Numerical Analysis
+1107.1222 Information Theory
+1108.0034 Differential Geometry
+1108.0931
+1108.1630 Populations and Evolution
+1108.2040 Phenomenology
+1109.3769
+1109.5821
+1109.6471 Solar and Stellar Astrophysics
+1110.1214 Portfolio Management
+1110.6239 Commutative Algebra
+1111.6961 Quantum Gases
+1111.7200 Data Analysis, Statistics and Probability
+1111.7260 Data Analysis, Statistics and Probability
+1112.0020 Quantum Gases
+1112.2133
+1112.4294 Optimization and Control
+1112.5881
+1201.3911 Dynamical Systems
+1201.4258 Mesoscale and Nanoscale Physics
+1201.4907 Symplectic Geometry
+1201.4925 Algebraic Geometry
+1201.5599
+1202.0690 Information Theory
+1202.1003 Materials Science
+1202.3212 Mesoscale and Nanoscale Physics
+1202.3911 Mesoscale and Nanoscale Physics
+1202.6315
+1203.0009 Cosmology and Nongalactic Astrophysics
+1203.0491 Commutative Algebra
+1203.1036 Theory
+1203.1621 Strongly Correlated Electrons
+1203.2487 Classical Physics
+1203.3723
+1203.3919 Other Computer Science
+1203.4309 Other Computer Science
+1203.4429 Cosmology and Nongalactic Astrophysics
+1203.5412
+1203.5978 Theory
+1203.6256
+1203.6469
+1204.0066 Instrumentation and Methods for Astrophysics
+1204.1384
+1204.4162 Combinatorics
+1204.4945 Lattice
+1204.5952 Data Structures and Algorithms
+1204.6561 Experiment
+1205.2195
+1205.3807 Theory
+1205.3896 Superconductivity
+1205.4239 Cosmology and Nongalactic Astrophysics
+1205.4394 Functional Analysis
+1205.4987 Phenomenology
+1205.5401
+1206.0709 Phenomenology
+1206.1026 Theory
+1206.3946 High Energy Astrophysical Phenomena
+1206.6704 Classical Physics
+1207.0591 Instrumentation and Detectors
+1207.2146 Popular Physics
+1207.3733 Probability
+1207.4111 Artificial Intelligence
+1207.4915
+1207.6175 Combinatorics
+1207.6465 Data Structures and Algorithms
+1207.6771 Strongly Correlated Electrons
+1207.7064
+1207.7067 Digital Libraries
+1207.7069
+1207.7085 Networking and Internet Architecture
+1207.7091 High Energy Astrophysical Phenomena
+1207.7093 Accelerator Physics
+1207.7096 Fluid Dynamics
+1207.7098 Statistics Theory
+1207.7103 Networking and Internet Architecture
+1207.7105
+1207.7106
+1207.7107 Differential Geometry
+1207.7109 Cryptography and Security
+1207.7110 Algebraic Geometry
+1207.7111
+1207.7114 Classical Analysis and ODEs
+1207.7118 Functional Analysis
+1207.7121 Software Engineering
+1207.7123 Symplectic Geometry
+1207.7126 Symplectic Geometry
+1207.7130 Theory
+1207.7134 Data Structures and Algorithms
+1207.7135 Materials Science
+1207.7140 Probability
+1207.7144 Information Theory
+1207.7146 Logic in Computer Science
+1207.7147 Computational Engineering, Finance, and Science
+1207.7148 Logic in Computer Science
+1207.7149 Formal Languages and Automata Theory
+1207.7150 Programming Languages
+1207.7161 Classical Analysis and ODEs
+1207.7165 Number Theory
+1207.7170 Theory
+1207.7172 Materials Science
+1207.7175 Algebraic Geometry
+1207.7179 Information Theory
+1207.7185 Astrophysics of Galaxies
+1207.7190
+1207.7192
+1207.7196 Neurons and Cognition
+1207.7199 Social and Information Networks
+1207.7201 Differential Geometry
+1207.7215 Cosmology and Nongalactic Astrophysics
+1207.7217 Astrophysics of Galaxies
+1207.7221 Earth and Planetary Astrophysics
+1207.7222 Information Theory
+1207.7238 Materials Science
+1207.7241 Distributed, Parallel, and Cluster Computing
+1207.7242 Cryptography and Security
+1207.7244 Computer Vision and Pattern Recognition
+1207.7246 Metric Geometry
+1207.7252 Metric Geometry
+1207.7254 Metric Geometry
+1207.7256 Metric Geometry
+1207.7258 Probability
+1207.7264 Logic in Computer Science
+1207.7266 Metric Geometry
+1207.7268 Theory
+1207.7274 Social and Information Networks
+1207.7275 Phenomenology
+1207.7276 Metric Geometry
+1207.7279 Metric Geometry
+1207.7281
+1207.7286 Metric Geometry
+1207.7290 Metric Geometry
+1207.7291 Number Theory
+1207.7295 Combinatorics
+1207.7298 Networking and Internet Architecture
+1207.7302
+1207.7306 Methodology
+1207.7311 Computation
+1207.7316 Statistical Mechanics
+1207.7317 Soft Condensed Matter
+1207.7319 Mesoscale and Nanoscale Physics
+1207.7324 Lattice
+1207.7329 Atmospheric and Oceanic Physics
+1207.7330 Portfolio Management
+1207.7334 Pattern Formation and Solitons
+1207.7342 Analysis of PDEs
+1207.7347 Information Theory
+1207.7350
+1207.7351 Soft Condensed Matter
+math/0212068 Analysis of PDEs
+0806.0983 Data Structures and Algorithms
+0903.5412 Functional Analysis
+0905.1915 Combinatorics
+0905.3217 Methodology
+0908.4287 General Mathematics
+0909.0972 Operator Algebras
+0909.1338 Information Theory
+0910.5306 Probability
+0911.1809 Probability
+1001.0439 Probability
+1003.3174 Differential Geometry
+1007.1893 Probability
+1011.5152 Materials Science
+1011.5165 Mesoscale and Nanoscale Physics
+1011.6262 Soft Condensed Matter
+1012.4961 Spectral Theory
+1101.4847 Mesoscale and Nanoscale Physics
+1101.5930 Analysis of PDEs
+1102.2306 Mesoscale and Nanoscale Physics
+1102.3952 Representation Theory
+1105.2042 Number Theory
+1106.2848 Applications
+1107.0076 Applications
+1107.1421
+1107.2486 Mesoscale and Nanoscale Physics
+1107.2790 Analysis of PDEs
+1107.3045 Analysis of PDEs
+1108.2129
+1108.3696 Analysis of PDEs
+1108.4771 Probability
+1108.5905 Biological Physics
+1109.0447
+1109.0844 Soft Condensed Matter
+1109.5016 Mesoscale and Nanoscale Physics
+1110.3639 Computational Complexity
+1110.4110 Superconductivity
+1110.6241
+1111.2538 Commutative Algebra
+1111.6592 Mesoscale and Nanoscale Physics
+1112.4895 Computational Engineering, Finance, and Science
+1112.5705 Metric Geometry
+1203.2016
+1203.4539
+1203.5747 Data Structures and Algorithms
+1203.6626 Probability
+1204.1342 Strongly Correlated Electrons
+1204.2478 Phenomenology
+1204.4479 Solar and Stellar Astrophysics
+1204.5295 Phenomenology
+1204.5737 Strongly Correlated Electrons
+1204.6289 High Energy Astrophysical Phenomena
+1205.0948 Spectral Theory
+1205.0959
+1205.2782 Mesoscale and Nanoscale Physics
+1205.5161
+1206.0179
+1206.0523
+1206.1015 Commutative Algebra
+1206.1221 Soft Condensed Matter
+1206.2408 Mesoscale and Nanoscale Physics
+1206.2496 Statistics Theory
+1206.3091 Mesoscale and Nanoscale Physics
+1206.4082 Neurons and Cognition
+1206.4738 Theory
+1206.4879 Soft Condensed Matter
+1206.6745 Phenomenology
+1206.6946 Mesoscale and Nanoscale Physics
+1207.1106 Strongly Correlated Electrons
+1207.6904 Chemical Physics
+1208.0218 Optimization and Control
+1208.0228 Optimization and Control
+1208.0430 Mesoscale and Nanoscale Physics
+1208.1681 Chemical Physics
+1208.2237 Mesoscale and Nanoscale Physics
+1208.2897 Strongly Correlated Electrons
+1208.3019 Theory
+1208.3517 Rings and Algebras
+1208.3970 Computational Physics
+1208.5945 Strongly Correlated Electrons
+1209.1653 Instrumentation and Methods for Astrophysics
+1209.1657 High Energy Astrophysical Phenomena
+1209.3574 Phenomenology
+1209.5723 Earth and Planetary Astrophysics
+1209.5960 General Physics
+1210.0157 Metric Geometry
+1210.0202 Experiment
+1210.1172 Biological Physics
+1210.1368 Mesoscale and Nanoscale Physics
+1210.1624 Information Theory
+1210.1692
+1210.2819 Exactly Solvable and Integrable Systems
+1210.3069 Cosmology and Nongalactic Astrophysics
+1210.3199 Mesoscale and Nanoscale Physics
+1210.3329 Soft Condensed Matter
+1210.3364 Plasma Physics
+1210.3368 Distributed, Parallel, and Cluster Computing
+1210.3369 Solar and Stellar Astrophysics
+1210.3370 Group Theory
+1210.3375 Artificial Intelligence
+1210.3377 Phenomenology
+1210.3380 Fluid Dynamics
+1210.3385 Physics Education
+1210.3386 Physics Education
+1210.3389 Rings and Algebras
+1210.3394 Differential Geometry
+1210.3396 Strongly Correlated Electrons
+1210.3397 Operator Algebras
+1210.3398 Operator Algebras
+1210.3400 Complex Variables
+1210.3406 Earth and Planetary Astrophysics
+1210.3412 Physics Education
+1210.3415 Combinatorics
+1210.3418
+1210.3420 Social and Information Networks
+1210.3424
+1210.3427 Information Theory
+1210.3429 Analysis of PDEs
+1210.3434 Probability
+1210.3435 Networking and Internet Architecture
+1210.3437 Networking and Internet Architecture
+1210.3438 Robotics
+1210.3440 Probability
+1210.3444 Optics
+1210.3448 Computer Vision and Pattern Recognition
+1210.3453 Astrophysics of Galaxies
+1210.3459 Cosmology and Nongalactic Astrophysics
+1210.3460 Spectral Theory
+1210.3462 Dynamical Systems
+1210.3468 Materials Science
+1210.3477 Applications
+1210.3478 Lattice
+1210.3480 Tissues and Organs
+1210.3482 Optics
+1210.3483 Solar and Stellar Astrophysics
+1210.3488 Rings and Algebras
+1210.3489 Instrumentation and Methods for Astrophysics
+1210.3490 Phenomenology
+1210.3491 Other Computer Science
+1210.3495 Solar and Stellar Astrophysics
+1210.3497 Instrumentation and Detectors
+1210.3499 Solar and Stellar Astrophysics
+1210.3502 Plasma Physics
+1210.3505 Solar and Stellar Astrophysics
+1210.3506 Fluid Dynamics
+1210.3508 Quantum Gases
+1210.3511 Analysis of PDEs
+1210.3513 Analysis of PDEs
+1210.3515 High Energy Astrophysical Phenomena
+1210.3520 Rings and Algebras
+1210.3525 Probability
+1210.3526 Number Theory
+1210.3527 Quantitative Methods
+1210.3528 Chaotic Dynamics
+1210.3535 Fluid Dynamics
+1210.3538 Fluid Dynamics
+1210.3540 Soft Condensed Matter
+1210.3545 Theory
+1210.3554
+1210.3556 Dynamical Systems
+1210.3558 Fluid Dynamics
+1210.3559 Computational Physics
+1210.3561 Quantitative Methods
+1210.3563 Information Theory
+1210.3566 Strongly Correlated Electrons
+1210.3572 Analysis of PDEs
+1210.3575 History and Philosophy of Physics
+1210.3581 Combinatorics
+1210.3583 Information Theory
+1210.3585 Representation Theory
+1210.3587 Social and Information Networks
+1210.3588 Fluid Dynamics
+1210.3592 Cosmology and Nongalactic Astrophysics
+1210.3593 Programming Languages
+1210.3594 Phenomenology
+1210.3595 Computational Geometry
+1210.3597 General Literature
+1210.3598 Networking and Internet Architecture
+1210.3599 Logic in Computer Science
+1210.3602 High Energy Astrophysical Phenomena
+1210.3604 Software Engineering
+1210.3606 Mesoscale and Nanoscale Physics
+1210.3608 Geometric Topology
+1210.3609 Information Theory
+astro-ph/0110412
+math/0506099 Classical Analysis and ODEs
+0704.2149 Representation Theory
+0711.3423 Classical Analysis and ODEs
+0804.0182 Phenomenology
+0804.1990 Representation Theory
+0810.4654 Classical Analysis and ODEs
+0811.0975
+0811.1213 Classical Analysis and ODEs
+0811.2097 Probability
+0812.3160 Materials Science
+0901.4076 History and Overview
+0901.4283 Representation Theory
+0903.2634 Probability
+0903.4767 Representation Theory
+0905.3922 Phenomenology
+0908.4408 Populations and Evolution
+0909.4739 Representation Theory
+0910.0606 Algebraic Geometry
+0911.0777 Probability
+0911.4073
+0912.2635 Theory
+1001.1540 Combinatorics
+1002.0326 Analysis of PDEs
+1002.4853 Combinatorics
+1003.4325 Symplectic Geometry
+1003.6058 General Topology
+1004.4937 Group Theory
+1004.5591 Strongly Correlated Electrons
+1005.0307 General Topology
+1005.0857 High Energy Astrophysical Phenomena
+1005.1217 Cosmology and Nongalactic Astrophysics
+1005.3327 Strongly Correlated Electrons
+1005.4987 Combinatorics
+1006.2275 Functional Analysis
+1006.5135 Probability
+1008.1006 Probability
+1008.2664 Chaotic Dynamics
+1008.5310 Materials Science
+1008.5311 Materials Science
+1009.3896 Learning
+1010.0773 Probability
+1010.1069 Information Theory
+1010.1071 Information Theory
+1010.2275 Number Theory
+1011.4217 Rings and Algebras
+1012.1110 Number Theory
+1012.2104 Differential Geometry
+1012.3653 Phenomenology
+1012.4170 General Literature
+1012.6012 Information Theory
+1101.4759 Representation Theory
+1102.5375 Classical Analysis and ODEs
+1103.1072
+1103.2637 High Energy Astrophysical Phenomena
+1103.2674 Dynamical Systems
+1104.1480 Atomic Physics
+1105.0047
+1105.4342 General Topology
+1105.4494 Algebraic Geometry
+1106.2107 Operator Algebras
+1106.5217 Algebraic Geometry
+1107.0929 Data Analysis, Statistics and Probability
+1107.1381 Combinatorics
+1108.0076 Quantum Gases
+1108.0242 Theory
+1108.1164
+1108.1974
+1108.6080 Cosmology and Nongalactic Astrophysics
+1109.3322 Logic in Computer Science
+1110.0110 Computation
+1110.2782 Strongly Correlated Electrons
+1110.4519 Classical Analysis and ODEs
+1110.4865 Probability
+1110.5588 Algebraic Geometry
+1110.5689 Functional Analysis
+1111.3474 Representation Theory
+1111.5193
+1111.5718 Algebraic Geometry
+1111.7255 Exactly Solvable and Integrable Systems
+1112.0947
+1112.1942 Group Theory
+1112.2080
+1112.3218
+1112.3236 Solar and Stellar Astrophysics
+1112.3425 Experiment
+1112.3558
+1201.0382 Logic
+1201.2753 Chemical Physics
+1201.3111
+1201.3739 Analysis of PDEs
+1201.4236 Complex Variables
+1202.0660 Phenomenology
+1202.6578
+1203.0948 Quantum Gases
+1203.1625 Cosmology and Nongalactic Astrophysics
+1203.1885
+1203.2693 Functional Analysis
+1203.2791 Number Theory
+1203.4108 Symplectic Geometry
+1204.1773
+1204.2043 Physics and Society
+1204.2140 Exactly Solvable and Integrable Systems
+1204.2664 Methodology
+1204.5362 Theory
+1204.5454 Chaotic Dynamics
+1204.5733 Mesoscale and Nanoscale Physics
+1204.6105 Information Theory
+1205.0146
+1205.0890 Theory
+1205.2690 General Physics
+1205.3065 Statistical Mechanics
+1205.3383 Chemical Physics
+1205.3528 Strongly Correlated Electrons
+1205.4614
+1205.4934
+1205.6940 Cosmology and Nongalactic Astrophysics
+1206.0088 Probability
+1206.0646
+1206.2274 Quantum Gases
+1206.3026 Pattern Formation and Solitons
+1206.4032
+1206.5972 Solar and Stellar Astrophysics
+1206.6717 Dynamical Systems
+1207.0048 Optimization and Control
+1207.1669
+1207.1808 Phenomenology
+1207.1857 Solar and Stellar Astrophysics
+1207.3700
+1207.4641 Number Theory
+1207.6287 Quantum Algebra
+1207.6615 Lattice
+1207.6699 General Topology
+1208.0501 Combinatorics
+1208.1220 Lattice
+1208.1581 Strongly Correlated Electrons
+1208.1608 Theory
+1208.2796 Superconductivity
+1208.3594 Number Theory
+1208.3665 Computer Vision and Pattern Recognition
+1208.3901 Computer Vision and Pattern Recognition
+1208.4331 Atomic Physics
+1208.6161 Optics
+1209.0906
+1209.1316 Plasma Physics
+1209.1992 Atomic Physics
+1209.2019
+1209.2447 Quantum Gases
+1209.5258
+1209.5382 Phenomenology
+1209.6030 Phenomenology
+1210.0253
+1210.0526 Solar and Stellar Astrophysics
+1210.2691 Group Theory
+1210.3672 Chemical Physics
+1210.4014 Other Computer Science
+1210.4198 Physics and Society
+1210.4713 Risk Management
+1210.4732 Combinatorics
+1210.5820 Materials Science
+1210.6548 Strongly Correlated Electrons
+1210.7421 General Physics
+1211.0592 Software Engineering
+1211.1345 Computational Geometry
+1211.1385 High Energy Astrophysical Phenomena
+1211.1663 Mesoscale and Nanoscale Physics
+1211.1978 Cosmology and Nongalactic Astrophysics
+1211.4420 Combinatorics
+1211.4600 Classical Analysis and ODEs
+1211.4886 Theory
+1211.5054 Representation Theory
+1211.5179 Superconductivity
+1211.5458 Algebraic Geometry
+1211.5593 Other Condensed Matter
+1211.5594 General Physics
+1211.5595 Computational Geometry
+1211.5598 Instrumentation and Detectors
+1211.5610 Probability
+1211.5612 Strongly Correlated Electrons
+1211.5613 Cryptography and Security
+1211.5617 Optimization and Control
+1211.5620 Methodology
+1211.5625 Computational Engineering, Finance, and Science
+1211.5627
+1211.5628 Risk Management
+1211.5629 Databases
+1211.5633 Molecular Networks
+1211.5635 Group Theory
+1211.5640 Combinatorics
+1211.5642 Spectral Theory
+1211.5643 Artificial Intelligence
+1211.5644 Artificial Intelligence
+1211.5648 Computers and Society
+1211.5651 Differential Geometry
+1211.5655 Optimization and Control
+1211.5656 Combinatorics
+1211.5657 Analysis of PDEs
+1211.5667 Optics
+1211.5670 Geometric Topology
+1211.5678 Algebraic Topology
+1211.5682 Analysis of PDEs
+1211.5687 Learning
+1211.5689 Combinatorics
+1211.5692 Differential Geometry
+1211.5693 Materials Science
+1211.5697 Materials Science
+1211.5706 Methodology
+1211.5708 Physics and Society
+1211.5710 Fluid Dynamics
+1211.5714 Theory
+1211.5715 Geometric Topology
+1211.5716 Classical Physics
+1211.5718 Information Theory
+1211.5719
+1211.5720 Networking and Internet Architecture
+1211.5722 Theory
+1211.5723 Databases
+1211.5724 Databases
+1211.5726 Computational Finance
+1211.5732 Symplectic Geometry
+1211.5733 Statistics Theory
+1211.5736 Performance
+1211.5738 Performance
+1211.5739 Robotics
+1211.5740 Robotics
+1211.5742 Combinatorics
+1211.5744 Mesoscale and Nanoscale Physics
+1211.5745 Classical Analysis and ODEs
+1211.5747 Distributed, Parallel, and Cluster Computing
+1211.5750 Lattice
+1211.5752 Dynamical Systems
+1211.5753 Functional Analysis
+1211.5754 Mesoscale and Nanoscale Physics
+1211.5758 Systems and Control
+1211.5759 Systems and Control
+1211.5761 Systems and Control
+1211.5763 Rings and Algebras
+1211.5766 Artificial Intelligence
+1211.5769 Analysis of PDEs
+1211.5773 Computational Complexity
+1211.5774 Differential Geometry
+1211.5783 Theory
+1211.5791 Mesoscale and Nanoscale Physics
+1211.5793 Robotics
+1211.5795 Robotics
+1211.5796 Analysis of PDEs
+1211.5800 Combinatorics
+1211.5802 Probability
+1211.5808 Solar and Stellar Astrophysics
+1211.5811 Numerical Analysis
+1211.5812 Analysis of PDEs
+1211.5817 Databases
+1211.5819 Portfolio Management
+1211.5820 Digital Libraries
+1211.5822 Numerical Analysis
+1211.5823 Combinatorics
+1211.5826
+1211.5827 Fluid Dynamics
+1211.5829 Artificial Intelligence
+1211.5831 Representation Theory
+1211.5839 Theory
+1211.5840 Theory
+1211.5841 Phenomenology
+1211.5842 Graphics
+1211.5843 Cosmology and Nongalactic Astrophysics
+1211.5845 Lattice
+1211.5849 Differential Geometry
+1211.5852 Networking and Internet Architecture
+1211.5857 Computer Science and Game Theory
+1211.5861 Dynamical Systems
+1211.5867 Computational Finance
+1211.5870 Information Theory
+1211.5873 Software Engineering
+1211.5874 Combinatorics
+1211.5877 Social and Information Networks
+1211.5879 Representation Theory
+1211.5882 Information Theory
+1211.5884 Information Theory
+1211.5888 Information Theory
+1211.5890 Computational Engineering, Finance, and Science
+1211.5893 Numerical Analysis
+1211.5894 Optics
+1211.5895 Superconductivity
+1211.5896 Probability
+1211.5897
+1211.5898 Functional Analysis
+1211.5899 Earth and Planetary Astrophysics
+1211.5900 Solar and Stellar Astrophysics
+1211.5901 Machine Learning
+1211.5903 Information Theory
+1211.5904 Mathematical Software
+1211.5910 Differential Geometry
+1211.5911 Number Theory
+1211.5916 Fluid Dynamics
+1211.5920 Plasma Physics
+1211.5923 Soft Condensed Matter
+1211.5924 Exactly Solvable and Integrable Systems
+1211.5925 Plasma Physics
+1211.5929 Superconductivity
+1211.5940 Instrumentation and Detectors
+1211.5941 Geometric Topology
+1211.5944
+1211.5946 Optics
+1211.5947 Functional Analysis
+1211.5953 Neurons and Cognition
+1211.5955 Probability
+1211.5958
+1211.5959 Logic
+1211.5964 Geometric Topology
+1211.5973 Analysis of PDEs
+1211.5974 Probability
+1211.5978 Materials Science
+1211.5980 Theory
+1211.5984 Plasma Physics
+1211.5988 Optics
+1211.5989 General Physics
+1211.5991 Experiment
+1211.5998 Strongly Correlated Electrons
+1211.5999 Representation Theory
+1211.6009 K-Theory and Homology
+1211.6010 Phenomenology
+1211.6022
+1211.6025 Materials Science
+1211.6027 Neurons and Cognition
+1211.6028 Experiment
+1211.6031
+1211.6034 Analysis of PDEs
+1211.6040 Algebraic Geometry
+1211.6041 Theory
+1211.6044 Number Theory
+1211.6047 Strongly Correlated Electrons
+1211.6054 Commutative Algebra
+1211.6059 Differential Geometry
+1211.6061 Functional Analysis
+1211.6064 Complex Variables
+1211.6068 Theory
+1211.6074 Numerical Analysis
+1211.6076 Numerical Analysis
+1211.6083 Analysis of PDEs
+1211.6087 Analysis of PDEs
+1211.6089 Computational Geometry
+math-ph/0112046
+math-ph/0306077
+math-ph/0403037
+math-ph/0505041
+math-ph/9908008
+math/0202018 Representation Theory
+math/0202190 Representation Theory
+math/0206199 Classical Analysis and ODEs
+math/0301070 Classical Analysis and ODEs
+math/0304172 Representation Theory
+math/0309445 Classical Analysis and ODEs
+math/0410242 Representation Theory
+math/0411420 Representation Theory
+math/0505188 Classical Analysis and ODEs
+math/0505693 Functional Analysis
+math/0602370 Representation Theory
+math/0605125 Algebraic Geometry
+physics/0411085 General Physics
+quant-ph/0606213
+1106.3588 Complex Variables
+1211.0550 Atomic Physics
+0705.4072 Mesoscale and Nanoscale Physics
+0801.4426 Materials Science
+0803.3299
+0805.2196 Differential Geometry
+0805.3260 Theory
+0807.5081 Theory
+0809.0736 Materials Science
+0809.2218 Algebraic Topology
+0810.3256 Mesoscale and Nanoscale Physics
+0812.0117 Probability
+0812.2241 Combinatorics
+0812.4178 Number Theory
+0903.4627 Group Theory
+0903.4634 Group Theory
+0904.1540 Commutative Algebra
+0906.1420
+0907.5396 Mesoscale and Nanoscale Physics
+0908.0093 Number Theory
+0908.0130 Data Analysis, Statistics and Probability
+0908.2590 Combinatorics
+0908.3436 Combinatorics
+0910.2684 Number Theory
+0910.5004 Number Theory
+1001.3265 Information Theory
+1002.1359 Group Theory
+1003.0265 Commutative Algebra
+1004.1359 Commutative Algebra
+1004.1668 Number Theory
+1007.1964 Operator Algebras
+1007.3753 Computer Vision and Pattern Recognition
+1008.4535 Number Theory
+1008.4721 Statistical Mechanics
+1008.4747 Information Theory
+1009.1454 Commutative Algebra
+1009.4549 Representation Theory
+1011.3527 Exactly Solvable and Integrable Systems
+1012.1262 Combinatorics
+1101.0381 General Physics
+1101.1666 Combinatorics
+1101.5184 Machine Learning
+1102.4623 Other Quantitative Biology
+1103.0256 General Topology
+1103.2824 Geometric Topology
+1104.1919 Strongly Correlated Electrons
+1104.2679 Optimization and Control
+1104.3752 Statistical Mechanics
+1104.5615
+1105.2512 Disordered Systems and Neural Networks
+1105.3213 General Physics
+1105.4469 Cosmology and Nongalactic Astrophysics
+1105.5933 Data Structures and Algorithms
+1105.6086 Earth and Planetary Astrophysics
+1106.0327 Mesoscale and Nanoscale Physics
+1106.3743
+1107.0383 Theory
+1107.0615 Phenomenology
+1107.2218 Functional Analysis
+1107.5303 Dynamical Systems
+1108.1708 Probability
+1108.4353 Cosmology and Nongalactic Astrophysics
+1108.5368 Analysis of PDEs
+1109.0712
+1109.4462
+1110.1454 Astrophysics of Galaxies
+1110.2015 Theory
+1110.2564 Combinatorics
+1111.0207 Physics and Society
+1111.3124 Mathematical Software
+1111.4300 Formal Languages and Automata Theory
+1111.5043
+1111.5442 Computational Complexity
+1111.5607
+1111.5984 Phenomenology
+1111.6173 History and Philosophy of Physics
+1111.6197 Computational Physics
+1112.2001
+1112.3002 Strongly Correlated Electrons
+1112.3891 Methodology
+1112.4402 Phenomenology
+1112.4484 Mesoscale and Nanoscale Physics
+1112.4814 Disordered Systems and Neural Networks
+1112.6224 Instrumentation and Detectors
+1201.0948 Differential Geometry
+1201.2708 Number Theory
+1201.3194 Formal Languages and Automata Theory
+1201.3904 Analysis of PDEs
+1201.5300 Theory
+1202.0468 Plasma Physics
+1202.1383 Experiment
+1202.1536
+1202.3284 Strongly Correlated Electrons
+1202.4045 Combinatorics
+1202.4737 Statistics Theory
+1202.6520
+1203.1134 Functional Analysis
+1203.2183 Phenomenology
+1203.3208 Mesoscale and Nanoscale Physics
+1203.5463 Mesoscale and Nanoscale Physics
+1203.5847 Strongly Correlated Electrons
+1203.6388 Phenomenology
+1204.0520 Strongly Correlated Electrons
+1204.0922 General Finance
+1204.1048 Solar and Stellar Astrophysics
+1204.1081 Strongly Correlated Electrons
+1204.2544 Solar and Stellar Astrophysics
+1204.2991 Social and Information Networks
+1204.3301 Analysis of PDEs
+1204.3322 Classical Analysis and ODEs
+1204.3715 Chemical Physics
+1204.3749 Materials Science
+1204.3872 Phenomenology
+1204.4095 Quantum Gases
+1204.4263 Atomic Physics
+1204.5051 Strongly Correlated Electrons
+1204.6478 Algebraic Geometry
+1205.0807 Astrophysics of Galaxies
+1205.1168
+1205.1424
+1205.1957 Strongly Correlated Electrons
+1205.2110 Quantum Gases
+1205.2242 Strongly Correlated Electrons
+1205.3170 Cosmology and Nongalactic Astrophysics
+1205.3666 Materials Science
+1205.3720 Physics and Society
+1205.4343 Learning
+1205.4429 Analysis of PDEs
+1205.5125
+1205.5372
+1206.0015 Astrophysics of Galaxies
+1206.1271
+1206.1570 Phenomenology
+1206.2330 Strongly Correlated Electrons
+1206.2386 Theory
+1206.4202 Phenomenology
+1206.4292 Superconductivity
+1206.4547 Logic in Computer Science
+1206.4690 Strongly Correlated Electrons
+1206.5130 Cosmology and Nongalactic Astrophysics
+1206.5605 High Energy Astrophysical Phenomena
+1206.5693
+1206.5812 Chemical Physics
+1206.6263 High Energy Astrophysical Phenomena
+1207.0346 Strongly Correlated Electrons
+1207.4476 Cosmology and Nongalactic Astrophysics
+1207.4491
+1207.4644 Materials Science
+1207.5217 Performance
+1207.5630 Mesoscale and Nanoscale Physics
+1207.5709 Mesoscale and Nanoscale Physics
+1207.5859 Phenomenology
+1207.7092 Functional Analysis
+1208.0851 Combinatorics
+1208.1051 Lattice
+1208.1059 Atmospheric and Oceanic Physics
+1208.2106
+1208.2611
+1208.3069 Mesoscale and Nanoscale Physics
+1208.3262
+1208.3332 Representation Theory
+1208.3624 Numerical Analysis
+1208.4437 Phenomenology
+1208.4639 Populations and Evolution
+1208.4686
+1208.4744 Experiment
+1208.5012 Networking and Internet Architecture
+1208.5061 Logic
+1208.5064 Materials Science
+1208.5065 Classical Physics
+1208.5067 Classical Analysis and ODEs
+1208.5068 Quantum Algebra
+1208.5071 Information Theory
+1208.5076 Computer Science and Game Theory
+1208.5078 Materials Science
+1208.5081 Statistical Mechanics
+1208.5084 Algebraic Geometry
+1208.5094 Probability
+1208.5095 Populations and Evolution
+1208.5097 Analysis of PDEs
+1208.5099 Theory
+1208.5105 Statistical Mechanics
+1208.5111 Instrumentation and Detectors
+1208.5113 Optimization and Control
+1208.5116 Physics and Society
+1208.5122 Materials Science
+1208.5124 Cryptography and Security
+1208.5134 Analysis of PDEs
+1208.5137 History and Philosophy of Physics
+1208.5139 Representation Theory
+1208.5150 Optimization and Control
+1208.5151 Combinatorics
+1208.5163 Mesoscale and Nanoscale Physics
+1208.5164 General Physics
+1208.5167 Logic
+1208.5178 Astrophysics of Galaxies
+1208.5190 Cryptography and Security
+1208.5193 Quantum Algebra
+1208.5195 Software Engineering
+1208.5197 Operator Algebras
+1208.5202 Mesoscale and Nanoscale Physics
+1208.5206 History and Philosophy of Physics
+1208.5207 Combinatorics
+1208.5208 History and Philosophy of Physics
+1208.5211 Optimization and Control
+1208.5215 History and Philosophy of Physics
+1208.5217 Functional Analysis
+1208.5218
+1208.5219 History and Philosophy of Physics
+1208.5221 Commutative Algebra
+1208.5225 Probability
+1208.5226 Differential Geometry
+1208.5228 Analysis of PDEs
+1208.5230 Complex Variables
+1208.5242 Classical Analysis and ODEs
+1208.5243 Social and Information Networks
+1208.5245 Analysis of PDEs
+1208.5247 Data Structures and Algorithms
+1208.5249
+1208.5251
+1208.5252 Statistical Mechanics
+1208.5254 Geophysics
+1208.5257 Mesoscale and Nanoscale Physics
+1208.5263
+1208.5264 Optics
+1208.5268 Logic in Computer Science
+1208.5280 Information Theory
+1208.5281 Information Theory
+1208.5283 Group Theory
+1208.5285 Combinatorics
+1208.5291 Materials Science
+1208.5296 Classical Physics
+1208.5298 Rings and Algebras
+1208.5303 Risk Management
+1208.5305 Statistical Mechanics
+1208.5308 Optimization and Control
+1208.5309 Materials Science
+1208.5312 Analysis of PDEs
+1208.5313 Instrumentation and Methods for Astrophysics
+1208.5316 Computational Engineering, Finance, and Science
+1208.5322 High Energy Astrophysical Phenomena
+1208.5324 Formal Languages and Automata Theory
+1208.5330
+1208.5331
+1208.5335 Mesoscale and Nanoscale Physics
+1208.5336 Mesoscale and Nanoscale Physics
+1208.5340 Artificial Intelligence
+1208.5341 Artificial Intelligence
+1208.5347 Soft Condensed Matter
+1208.5351 Mesoscale and Nanoscale Physics
+1208.5361 Differential Geometry
+1208.5364 Cosmology and Nongalactic Astrophysics
+1208.5365 Computer Vision and Pattern Recognition
+1208.5368
+1208.5373 Artificial Intelligence
+1208.5375 K-Theory and Homology
+1208.5376 Methodology
+1208.5381
+1208.5382 Pricing of Securities
+1208.5383 Mesoscale and Nanoscale Physics
+1208.5386 Astrophysics of Galaxies
+1208.5387
+1208.5388 General Physics
+1208.5394 Systems and Control
+1208.5397 Phenomenology
+1208.5398 Pricing of Securities
+1208.5399
+1208.5402 Classical Physics
+1208.5404 Algebraic Geometry
+1208.5406 General Physics
+1208.5417 Instrumentation and Methods for Astrophysics
+1208.5423 Fluid Dynamics
+1208.5429 Information Theory
+1208.5432 Functional Analysis
+1208.5436 Earth and Planetary Astrophysics
+1208.5438 Social and Information Networks
+1208.5441 Number Theory
+1208.5443 Databases
+1208.5447
+1208.5451 Computer Vision and Pattern Recognition
+1208.5452 Solar and Stellar Astrophysics
+1208.5460 Number Theory
+1208.5465 Exactly Solvable and Integrable Systems
+1208.5466 Statistical Mechanics
+1208.5471 Dynamical Systems
+1208.5472 High Energy Astrophysical Phenomena
+1208.5474 Numerical Analysis
+1208.5475 Computational Physics
+1208.5476 Quantitative Methods
+astro-ph/0605521
+cond-mat/0401521 Mesoscale and Nanoscale Physics
+gr-qc/9904045
+hep-ph/0111342 Phenomenology
+hep-ph/0611344 Phenomenology
+math/0610612 Number Theory
+physics/0612117 Physics Education
+quant-ph/0611060
+1205.2733 Functional Analysis
+1205.2878 General Finance
+1205.3344 Materials Science
+0712.2180 Materials Science
+0712.4224 Populations and Evolution
+0801.1609 Populations and Evolution
+0804.0610 Group Theory
+0807.4976 Algebraic Geometry
+0808.0338 Symplectic Geometry
+0811.1479 Physics and Society
+0901.2576 Superconductivity
+0903.2721 Operator Algebras
+0906.2759 General Physics
+0907.1487
+0910.0661 Instrumentation and Methods for Astrophysics
+0910.1932 Combinatorics
+0910.2424 Algebraic Geometry
+0910.2955 Theory
+0910.4512 Group Theory
+1002.1652 Metric Geometry
+1002.1960 Combinatorics
+1002.4210 Combinatorics
+1003.0699
+1003.2111 Neurons and Cognition
+1003.4288 Physics Education
+1004.1552 Dynamical Systems
+1004.2818 Distributed, Parallel, and Cluster Computing
+1004.3342 Logic
+1004.4681
+1005.0453 Classical Analysis and ODEs
+1005.2994 Phenomenology
+1006.1990 Data Structures and Algorithms
+1006.5366 Statistics Theory
+1006.5658 Theory
+1007.0356 Number Theory
+1007.3427 Chaotic Dynamics
+1007.3617 Superconductivity
+1008.0330 Chaotic Dynamics
+1008.4469 Phenomenology
+1009.0187 Classical Analysis and ODEs
+1009.3825 Dynamical Systems
+1010.0181 Dynamical Systems
+1011.1029 Fluid Dynamics
+1011.1916
+1012.3319 Computational Complexity
+1101.1614 Dynamical Systems
+1102.0175 Symplectic Geometry
+1102.4863
+1102.5414 Rings and Algebras
+1103.3331 Mesoscale and Nanoscale Physics
+1103.5239 Combinatorics
+1103.5628 Geometric Topology
+1104.0258 Exactly Solvable and Integrable Systems
+1105.0136 Mesoscale and Nanoscale Physics
+1105.0794
+1105.2923 General Mathematics
+1105.5352 Operator Algebras
+1105.5482 Number Theory
+1106.3415 Statistics Theory
+1106.4542 Algebraic Topology
+1107.5222 General Mathematics
+1107.5424
+1108.0435
+1109.1308 Theory
+1109.5331 Commutative Algebra
+1109.5581
+1109.6686 Analysis of PDEs
+1110.0319 Lattice
+1110.1643
+1110.1939 Strongly Correlated Electrons
+1110.3233 Computational Physics
+1110.4546 Materials Science
+1110.5022 Differential Geometry
+1110.5292
+1110.5611 Soft Condensed Matter
+1110.6405 Number Theory
+1111.0740 Combinatorics
+1111.0969 Cosmology and Nongalactic Astrophysics
+1111.1728 Theory
+1111.2579 Superconductivity
+1111.2970
+1111.5992 Symplectic Geometry
+1111.6181 Group Theory
+1112.0157 Symplectic Geometry
+1112.0483 Classical Analysis and ODEs
+1112.0601
+1112.1272
+1112.2452
+1112.3693 Geometric Topology
+1112.4110 Algebraic Geometry
+1112.5281 Soft Condensed Matter
+1201.0708 Statistics Theory
+1201.1749 Functional Analysis
+1201.2844 Strongly Correlated Electrons
+1201.3080 Mesoscale and Nanoscale Physics
+1201.3890 Classical Physics
+1201.4110 Biological Physics
+1201.5935 Optics
+1201.5961 Cosmology and Nongalactic Astrophysics
+1201.6067
+1201.6356 Dynamical Systems
+1202.0772
+1202.1540 Cellular Automata and Lattice Gases
+1202.1952 Theory
+1202.1974 Combinatorics
+1202.2536 Artificial Intelligence
+1202.2847 Cosmology and Nongalactic Astrophysics
+1202.3392 Differential Geometry
+1202.3510 Information Theory
+1202.3568
+1202.3664 Soft Condensed Matter
+1202.4362 Statistical Mechanics
+1202.5044
+1202.5085 Algebraic Geometry
+1202.5927 Quantum Algebra
+1202.6016 Theory
+1202.6021 General Mathematics
+1202.6618
+1203.0282 Phenomenology
+1203.0286 Superconductivity
+1203.1100 Phenomenology
+1203.2557 Learning
+1203.2643 Mesoscale and Nanoscale Physics
+1203.3011 Cosmology and Nongalactic Astrophysics
+1203.3027 Cosmology and Nongalactic Astrophysics
+1203.3191 Theory
+1203.3221 Soft Condensed Matter
+1203.3695 Cosmology and Nongalactic Astrophysics
+1203.3729 Cryptography and Security
+1203.3776
+1203.4106 Phenomenology
+1203.4549 Instrumentation and Methods for Astrophysics
+1203.4844 Information Theory
+1203.5074 Statistical Mechanics
+1203.5509 Materials Science
+1203.5756
+1203.6506 Optics
+1204.1246 Theory
+1204.1775 Mesoscale and Nanoscale Physics
+1204.2091 Phenomenology
+1204.2188 Materials Science
+1204.3986 Computational Complexity
+1204.4278 Soft Condensed Matter
+1204.6725 Computer Vision and Pattern Recognition
+1205.1961 High Energy Astrophysical Phenomena
+1205.2301 Strongly Correlated Electrons
+1205.3337 Populations and Evolution
+1205.4158 Classical Analysis and ODEs
+1205.4942 Quantum Algebra
+1205.6864 Astrophysics of Galaxies
+1205.6865 Astrophysics of Galaxies
+1205.7020 Quantum Algebra
+1206.0667 Symplectic Geometry
+1206.0966 Combinatorics
+1206.0990 Soft Condensed Matter
+1206.1103 Chaotic Dynamics
+1206.1252 Geometric Topology
+1206.1366 History and Overview
+1206.1457 Analysis of PDEs
+1206.1751 Discrete Mathematics
+1206.1852 Information Retrieval
+1206.1853 Geophysics
+1206.1856 Theory
+1206.1860 Functional Analysis
+1206.1863 Materials Science
+1206.1866 Multimedia
+1206.1871 Populations and Evolution
+1206.1877 Computational Complexity
+1206.1880 Computer Science and Game Theory
+1206.1883 Chemical Physics
+1206.1889 Algebraic Geometry
+1206.1891 Social and Information Networks
+1206.1894 Geometric Topology
+1206.1900 Optics
+1206.1901 Computation
+1206.1903 Computer Science and Game Theory
+1206.1908
+1206.1909 Experiment
+1206.1914
+1206.1915 Superconductivity
+1206.1918 Networking and Internet Architecture
+1206.1921 Optics
+1206.1922
+1206.1925 Algebraic Geometry
+1206.1926 Logic
+1206.1927 Logic
+1206.1933 Numerical Analysis
+1206.1935 Logic in Computer Science
+1206.1936 Logic in Computer Science
+1206.1937 Geometric Topology
+1206.1939 Fluid Dynamics
+1206.1942 Optics
+1206.1944 Instrumentation and Detectors
+1206.1949 General Topology
+1206.1952
+1206.1953 Systems and Control
+1206.1956 Probability
+1206.1958 Functional Analysis
+1206.1964 Differential Geometry
+1206.1969 Programming Languages
+1206.1972 Materials Science
+1206.1974 Metric Geometry
+1206.1981 Differential Geometry
+1206.1982 Computational Geometry
+1206.1984 Distributed, Parallel, and Cluster Computing
+1206.1987 Combinatorics
+1206.1993 Combinatorics
+1206.1995 Algebraic Topology
+1206.1998 Statistics Theory
+1206.2005 Networking and Internet Architecture
+1206.2007 Mesoscale and Nanoscale Physics
+1206.2009 Computation and Language
+1206.2010 Computation and Language
+1206.2017 Analysis of PDEs
+1206.2021
+1206.2022 General Finance
+1206.2026 Chaotic Dynamics
+1206.2027 Adaptation and Self-Organizing Systems
+1206.2032 Multiagent Systems
+1206.2033 Combinatorics
+1206.2040 Number Theory
+1206.2046 Fluid Dynamics
+1206.2054 Methodology
+1206.2058 Computer Vision and Pattern Recognition
+1206.2059 Optimization and Control
+1206.2060 Cellular Automata and Lattice Gases
+1206.2061 Numerical Analysis
+1206.2070 Other Quantitative Biology
+1206.2071
+1206.2074 Analysis of PDEs
+1206.2076
+1206.2084 Number Theory
+1206.2088 Mesoscale and Nanoscale Physics
+1206.2092 Probability
+1206.2100 K-Theory and Homology
+1206.2105 Theory
+1206.2110 Numerical Analysis
+1206.2112 Pricing of Securities
+1206.2113 Dynamical Systems
+1206.2116 Analysis of PDEs
+1206.2119 Optimization and Control
+1206.2121 Dynamical Systems
+1206.2124 Phenomenology
+1206.2127 Physics and Society
+1206.2129 Networking and Internet Architecture
+1206.2132 Hardware Architecture
+1206.2136 Chemical Physics
+1206.2137 Chemical Physics
+1206.2138 Information Theory
+1206.2139 Astrophysics of Galaxies
+1206.2142 Differential Geometry
+1206.2146 Phenomenology
+1206.2147 Solar and Stellar Astrophysics
+1206.2149
+1206.2151 Theory
+1206.2161 Numerical Analysis
+1206.2162
+1206.2166 Materials Science
+1206.2168 Phenomenology
+1206.2169 Instrumentation and Methods for Astrophysics
+1206.2171 Other Condensed Matter
+1206.2173 Algebraic Topology
+1206.2175 Phenomenology
+1206.2177 Dynamical Systems
+1206.2178 Phenomenology
+1206.2181 Experiment
+1206.2187 Distributed, Parallel, and Cluster Computing
+1206.2189
+1206.2190 Learning
+1206.2193 Number Theory
+1206.2195 Superconductivity
+1206.2197 Information Theory
+1206.2201 Quantum Gases
+1206.2202 Quantum Gases
+1206.2205 Phenomenology
+1206.2206 Statistics Theory
+1206.2208 Analysis of PDEs
+1206.2215 Solar and Stellar Astrophysics
+1206.2216 Physics and Society
+1206.2217 Superconductivity
+1206.2219 Dynamical Systems
+1206.2220 Information Theory
+1206.2221 Analysis of PDEs
+1206.2222 Group Theory
+1206.2228 Metric Geometry
+1206.2229 Metric Geometry
+1206.2230 Metric Geometry
+1206.2231 Metric Geometry
+1206.2236 Theory
+1206.2238 High Energy Astrophysical Phenomena
+1206.2239 Solar and Stellar Astrophysics
+1206.2240 Phenomenology
+1206.2243 Materials Science
+1206.2247 Chemical Physics
+1206.2249 Theory
+1206.2250 Statistical Mechanics
+1206.2253 Phenomenology
+1206.2262 Cellular Automata and Lattice Gases
+1206.2264 Chemical Physics
+1206.2265
+1206.2276 Information Theory
+1206.2289
+1206.2297 Other Computer Science
+1206.2300 Superconductivity
+1206.2301 Dynamical Systems
+1206.2307 Cryptography and Security
+1206.2308 Quantum Algebra
+1206.2310 Phenomenology
+1206.2311 Molecular Networks
+1206.2314 Materials Science
+1206.2317 Theory
+1206.2318 Phenomenology
+1206.2320 Multimedia
+1206.2322 Information Theory
+1206.2325 Phenomenology
+1206.2331 K-Theory and Homology
+1206.2334 Symplectic Geometry
+gr-qc/9903076
+math/0212322 Probability
+math/0602602 Dynamical Systems
+math/0605131 Operator Algebras
+math/9411238 Dynamical Systems
+math/9807156 Geometric Topology
+math/9808113 Geometric Topology
+nlin/0602060 Pattern Formation and Solitons
+0705.2830 Algebraic Topology
+0706.0612
+0802.0710 Theory
+0904.3772 Rings and Algebras
+0907.5338
+0909.5418 Symplectic Geometry
+0911.0479 Statistical Mechanics
+0911.3887 Combinatorics
+0912.0203
+1004.3706 Geometric Topology
+1005.0029 Solar and Stellar Astrophysics
+1005.5494 Methodology
+1006.1090 Algebraic Geometry
+1008.1283 Optics
+1008.3986 Algebraic Geometry
+1010.4846 Number Theory
+1011.1150 Quantum Gases
+1011.1250 Symplectic Geometry
+1011.2471 Algebraic Topology
+1012.3042 Space Physics
+1012.4134 Combinatorics
+1012.4303 Dynamical Systems
+1012.4911 Algebraic Geometry
+1012.5480 Representation Theory
+1101.1579 Combinatorics
+1102.2989
+1103.1093 Algebraic Geometry
+1103.1314 Quantum Gases
+1103.2064 Theory
+1103.3710 Algebraic Topology
+1104.0216 Representation Theory
+1104.4356 Cryptography and Security
+1105.0810 Algebraic Geometry
+1105.1872 Rings and Algebras
+1105.2233 Statistical Mechanics
+1105.3288 Statistics Theory
+1105.3793 Combinatorics
+1106.3303 Theory
+1106.4657 Theory
+1106.6096
+1107.0557 Rings and Algebras
+1107.1366 Functional Analysis
+1108.3796
+1108.5790
+1109.0771
+1109.1122 Quantum Gases
+1109.2450 Representation Theory
+1110.0963 Probability
+1110.3078 Discrete Mathematics
+1110.4622 Probability
+1110.6821 Combinatorics
+1111.1755 Probability
+1111.2302 Probability
+1111.2841 Atomic Physics
+1111.2938 Analysis of PDEs
+1111.5978 Solar and Stellar Astrophysics
+1112.0749 Functional Analysis
+1112.0810 Mesoscale and Nanoscale Physics
+1112.2170 Analysis of PDEs
+1112.5295
+1112.5442 Differential Geometry
+1201.0029 Theory
+1201.0799 Differential Geometry
+1201.2646 Optics
+1201.2736
+1201.3113 Materials Science
+1201.3355 Mesoscale and Nanoscale Physics
+1201.4014 Chemical Physics
+1201.5053 Phenomenology
+1201.6457 Differential Geometry
+1202.0168 Information Theory
+1202.0721 Instrumentation and Detectors
+1202.1693 Algebraic Geometry
+1202.2259
+1202.2507 Combinatorics
+1202.2612 Mesoscale and Nanoscale Physics
+1202.3036 Quantum Gases
+1202.3085
+1202.3339 Phenomenology
+1202.5419
+1202.5630 Number Theory
+1203.2919 Solar and Stellar Astrophysics
+1203.3197 High Energy Astrophysical Phenomena
+1203.3232 Mesoscale and Nanoscale Physics
+1203.3922 Atomic Physics
+1203.5407
+1203.5776 Strongly Correlated Electrons
+1203.5798 Earth and Planetary Astrophysics
+1203.6595
+1203.6887
+1204.3727 Phenomenology
+1204.6038 Phenomenology
+1204.6587 Phenomenology
+1205.0045 Number Theory
+1205.0664 Disordered Systems and Neural Networks
+1205.0876 Mesoscale and Nanoscale Physics
+1205.1722 Theory
+1205.2178
+1205.2973 Mesoscale and Nanoscale Physics
+1205.3318 Superconductivity
+1205.3410 Theory
+1205.4481 Learning
+1205.4569 Disordered Systems and Neural Networks
+1205.5355 Probability
+1205.6340 Phenomenology
+1206.0099 Mesoscale and Nanoscale Physics
+1206.0146 Statistical Mechanics
+1206.0301 Mesoscale and Nanoscale Physics
+1206.0308 Mesoscale and Nanoscale Physics
+1206.0428 Astrophysics of Galaxies
+1206.0691 High Energy Astrophysical Phenomena
+1206.0747 Theory
+1206.0986 Cosmology and Nongalactic Astrophysics
+1206.1934 Combinatorics
+1206.4021
+1206.5030 Theory
+1206.5340 Optics
+1206.5750 Commutative Algebra
+1206.6096 Theory
+1206.6151 Phenomenology
+1206.6692 Probability
+1207.0902 Number Theory
+1207.1002
+1207.1105 Cosmology and Nongalactic Astrophysics
+1207.1348 Phenomenology
+1207.2548 Physics and Society
+1207.2941 Adaptation and Self-Organizing Systems
+1207.2966 Group Theory
+1207.3598 Learning
+1207.3639 Materials Science
+1207.3887 Symbolic Computation
+1207.4294 Phenomenology
+1207.4544 Materials Science
+1207.5075 Plasma Physics
+1207.5373
+1207.6020 Phenomenology
+1207.6532 Materials Science
+1208.0017 Analysis of PDEs
+1208.1270
+1208.1795 Instrumentation and Methods for Astrophysics
+1208.2646
+1208.4085 Phenomenology
+1208.4089 Statistical Mechanics
+1208.4490 Networking and Internet Architecture
+1208.5196 Probability
+1208.5743 Probability
+1208.6191 Phenomenology
+1208.6227 Quantum Gases
+1208.6396 Fluid Dynamics
+1208.6468
+1209.0010
+1209.0088
+1209.0710 Number Theory
+1209.2063 Group Theory
+1209.2203 Differential Geometry
+1209.2390 Dynamical Systems
+1209.2530 Theory
+1209.3646 Combinatorics
+1209.4025 Numerical Analysis
+1209.4223 Neurons and Cognition
+1209.4417 Materials Science
+1209.4674 Experiment
+1209.4812 Materials Science
+1209.5082
+1209.5414 Superconductivity
+1209.5639 Atomic Physics
+1209.5804 Group Theory
+1209.6282
+1209.6450 Experiment
+1209.6630 Performance
+1210.0001 General Physics
+1210.0016 Materials Science
+1210.0026 Computer Vision and Pattern Recognition
+1210.0027 Materials Science
+1210.0035 Materials Science
+1210.0036 High Energy Astrophysical Phenomena
+1210.0037 Medical Physics
+1210.0038 Materials Science
+1210.0040 Cosmology and Nongalactic Astrophysics
+1210.0042 Number Theory
+1210.0045 Cosmology and Nongalactic Astrophysics
+1210.0048 Biomolecules
+1210.0049 Computational Complexity
+1210.0050 Populations and Evolution
+1210.0052 Computer Vision and Pattern Recognition
+1210.0057 Statistical Finance
+1210.0058 Statistical Mechanics
+1210.0059 Biological Physics
+1210.0066 Optimization and Control
+1210.0067 Commutative Algebra
+1210.0069 Materials Science
+1210.0071 Networking and Internet Architecture
+1210.0072 Superconductivity
+1210.0074 Artificial Intelligence
+1210.0075 Artificial Intelligence
+1210.0078 General Mathematics
+1210.0083 Information Theory
+1210.0087 Mesoscale and Nanoscale Physics
+1210.0095 Combinatorics
+1210.0097
+1210.0098
+1210.0099 Materials Science
+1210.0100 Information Theory
+1210.0103 Statistics Theory
+1210.0109 Dynamical Systems
+1210.0114 Optics
+1210.0116 Phenomenology
+1210.0118 Neural and Evolutionary Computing
+1210.0125 Materials Science
+1210.0129 Representation Theory
+1210.0130 Materials Science
+1210.0132 Materials Science
+1210.0135 Dynamical Systems
+1210.0138
+1210.0139 Functional Analysis
+1210.0140 Rings and Algebras
+1210.0145 Classical Analysis and ODEs
+1210.0147 Differential Geometry
+1210.0149 Information Theory
+1210.0150 Group Theory
+1210.0151 Cryptography and Security
+1210.0153 Computer Vision and Pattern Recognition
+1210.0154 General Physics
+1210.0155 Computer Science and Game Theory
+1210.0156
+1210.0162 Analysis of PDEs
+1210.0163 Materials Science
+1210.0167 Artificial Intelligence
+1210.0168 Subcellular Processes
+1210.0171 Sound
+1210.0173
+1210.0177
+1210.0179 Dynamical Systems
+1210.0181 Classical Analysis and ODEs
+1210.0187 Databases
+1210.0188 Combinatorics
+1210.0189 Algebraic Geometry
+1210.0192 Algebraic Geometry
+1210.0193 Optimization and Control
+1210.0204
+1210.0205 Phenomenology
+1210.0210 Information Theory
+1210.0214
+1210.0219 Geometric Topology
+1210.0222 Group Theory
+1210.0228 Dynamical Systems
+1210.0229 Algebraic Topology
+1210.0230 Computer Science and Game Theory
+1210.0237 Representation Theory
+1210.0238 Geometric Topology
+1210.0239
+1210.0243 Representation Theory
+1210.0255 Theory
+1210.0258 Probability
+1210.0259 Probability
+1210.0260 Data Structures and Algorithms
+1210.0261 Plasma Physics
+1210.0263 Phenomenology
+1210.0264 Solar and Stellar Astrophysics
+1210.0266 Mesoscale and Nanoscale Physics
+1210.0268 Computer Science and Game Theory
+1210.0270 Earth and Planetary Astrophysics
+1210.0279 Disordered Systems and Neural Networks
+1210.0281 Exactly Solvable and Integrable Systems
+1210.0288 Phenomenology
+1210.0291 Statistics Theory
+1210.0292 Phenomenology
+1210.0293 Information Theory
+1210.0295 Number Theory
+1210.0298
+1210.0300 Applications
+1210.0304 Number Theory
+1210.0307 Applications
+1210.0312 Statistics Theory
+1210.0314 Probability
+1210.0316 Instrumentation and Detectors
+1210.0318 High Energy Astrophysical Phenomena
+1210.0320 Molecular Networks
+1210.0321 Earth and Planetary Astrophysics
+1210.0322 Analysis of PDEs
+1210.0324 Algebraic Geometry
+1210.0329 Optics
+1210.0339 Theory
+1210.0340 Distributed, Parallel, and Cluster Computing
+1210.0342 Algebraic Geometry
+1210.0343 Algebraic Geometry
+1210.0344 Mesoscale and Nanoscale Physics
+1210.0345 Applications
+1210.0347 Computer Vision and Pattern Recognition
+1210.0348 Group Theory
+1210.0351 Lattice
+1210.0355 History and Philosophy of Physics
+1210.0359
+1210.0360
+1210.0362 Populations and Evolution
+1210.0363 Astrophysics of Galaxies
+1210.0364 Statistical Mechanics
+1210.0370 Solar and Stellar Astrophysics
+1210.0372 History and Overview
+1210.0373 Statistical Mechanics
+1210.0374 Data Structures and Algorithms
+1210.0379
+1210.0381 Quantum Gases
+1210.0385 Methodology
+1210.0390 Combinatorics
+1210.0395 Differential Geometry
+1210.0397 Strongly Correlated Electrons
+1210.0399 Commutative Algebra
+1210.0401 Differential Geometry
+1210.0405 Combinatorics
+1210.0407 Strongly Correlated Electrons
+1210.0408 Formal Languages and Automata Theory
+1210.0411 Phenomenology
+1210.0413 High Energy Astrophysical Phenomena
+1210.0423 Solar and Stellar Astrophysics
+1210.0428 Instrumentation and Detectors
+1210.0431 Algebraic Geometry
+1210.0437 Multiagent Systems
+1210.0445 Dynamical Systems
+1210.0450 Number Theory
+1210.0453 Geometric Topology
+1210.0460 Social and Information Networks
+1210.0462 Mesoscale and Nanoscale Physics
+1210.0466 Algebraic Geometry
+1210.0471 Phenomenology
+1210.0473 Learning
+1210.0474 Phenomenology
+1210.0476
+1210.0477 Data Structures and Algorithms
+1210.0485 Solar and Stellar Astrophysics
+1210.0487 Analysis of PDEs
+1210.0503 General Physics
+1210.0504 General Physics
+1210.0511 Networking and Internet Architecture
+1210.0515 General Physics
+1210.0527 Differential Geometry
+hep-th/0508112 Theory
+math/0509702 Analysis of PDEs
+math/0606695 Commutative Algebra
+0905.3996 Functional Analysis
+0907.3724
+0911.0639 Disordered Systems and Neural Networks
+0912.2697 Group Theory
+0912.5514
+1003.0975 Probability
+1008.2159 Data Structures and Algorithms
+1009.5063 Algebraic Geometry
+1010.4824 Information Theory
+1011.0558 Category Theory
+1011.0655 Algebraic Geometry
+1011.2525 Cosmology and Nongalactic Astrophysics
+1012.0409 Geometric Topology
+1102.4859 Rings and Algebras
+1102.5700
+1103.4831 Quantum Gases
+1103.6143 Statistical Finance
+1104.3883
+1106.0178 Information Theory
+1106.0950 Rings and Algebras
+1106.3124 Mesoscale and Nanoscale Physics
+1106.4272 Complex Variables
+1106.5375 Materials Science
+1107.0600 Materials Science
+1107.0893 Representation Theory
+1107.1424
+1107.3802 Atomic Physics
+1107.3833 Algebraic Geometry
+1108.4943 Theory
+1108.5227 Strongly Correlated Electrons
+1108.5515 Data Analysis, Statistics and Probability
+1110.3690
+1111.1385 Group Theory
+1111.5505 Instrumentation and Detectors
+1111.6618 Probability
+1111.6843 Artificial Intelligence
+1112.1369 Algebraic Geometry
+1112.1580 Number Theory
+1112.1829 Optics
+1201.4120
+1201.6436 Mesoscale and Nanoscale Physics
+1202.0789 Networking and Internet Architecture
+1202.2222
+1202.2628 Instrumentation and Detectors
+1202.3324
+1202.4545 History and Philosophy of Physics
+1203.1268
+1203.2920 High Energy Astrophysical Phenomena
+1203.5122 Superconductivity
+1203.6148 Phenomenology
+1203.6617 Astrophysics of Galaxies
+1204.0366
+1204.0694 Phenomenology
+1204.0888
+1204.2934 Chemical Physics
+1204.3649 Statistical Mechanics
+1204.4179 Biological Physics
+1204.4702 Phenomenology
+1204.4774 Mesoscale and Nanoscale Physics
+1204.4939 Dynamical Systems
+1204.5278
+1204.6582 Analysis of PDEs
+1205.3721 Mesoscale and Nanoscale Physics
+1205.4565 Mesoscale and Nanoscale Physics
+1205.4760 Phenomenology
+1205.5498 Number Theory
+1205.6171 Mesoscale and Nanoscale Physics
+1206.0204 Optics
+1206.1601 Mesoscale and Nanoscale Physics
+1206.1692 Differential Geometry
+1206.1787 Theory
+1206.1988 Optics
+1206.2036 Cosmology and Nongalactic Astrophysics
+1206.2167 Cosmology and Nongalactic Astrophysics
+1206.3217
+1206.3483 Data Structures and Algorithms
+1206.4350 Probability
+1206.4818 Theory
+1206.5168
+1206.6222 Human-Computer Interaction
+1206.6368 Disordered Systems and Neural Networks
+1206.6880
+1206.6929 Superconductivity
+1207.1621 Cosmology and Nongalactic Astrophysics
+1207.1999 Quantum Gases
+1207.2140 High Energy Astrophysical Phenomena
+1207.4976 Superconductivity
+1207.5645 High Energy Astrophysical Phenomena
+1207.6144 Space Physics
+1207.7155 History and Overview
+1207.7340
+1208.0955 Mesoscale and Nanoscale Physics
+1208.2730 Algebraic Geometry
+1208.2780
+1208.3264 Mesoscale and Nanoscale Physics
+1208.4520 Category Theory
+1208.4609 Functional Analysis
+1208.4610 General Topology
+1208.4628
+1208.4630 Programming Languages
+1208.4632 Programming Languages
+1208.4634 Distributed, Parallel, and Cluster Computing
+1208.4640 Group Theory
+1208.4645
+1208.4649
+1208.4651 Information Theory
+1208.4653 Atomic Physics
+1208.4664 Representation Theory
+1208.4666
+1208.4674 Theory
+1208.4675 Phenomenology
+1208.4679 Dynamical Systems
+1208.4689 Astrophysics of Galaxies
+1208.4690 Superconductivity
+1208.4694 Earth and Planetary Astrophysics
+1208.4701 Atmospheric and Oceanic Physics
+1208.4702 Probability
+1208.4704 Number Theory
+1208.4707 Other Condensed Matter
+1208.4713 Algebraic Geometry
+1208.4715 Atomic Physics
+1208.4725 Phenomenology
+1208.4734 Combinatorics
+1208.4736 Differential Geometry
+1208.4739 History and Philosophy of Physics
+1208.4742 Optimization and Control
+1208.4745 Mesoscale and Nanoscale Physics
+1208.4747 Theory
+1208.4751 Number Theory
+1208.4756 Symplectic Geometry
+1208.4765 Numerical Analysis
+1208.4769 Number Theory
+1208.4771 Dynamical Systems
+1208.4775 Earth and Planetary Astrophysics
+1208.4777 Information Theory
+1208.4780 Materials Science
+1208.4788 Functional Analysis
+1208.4791 Physics Education
+1208.4795 Superconductivity
+1208.4803 Logic
+1208.4804
+1208.4807
+1208.4812
+1208.4814 Theory
+1208.4816 Numerical Analysis
+1208.4822 Materials Science
+1208.4826 Classical Physics
+1208.4827 Functional Analysis
+1208.4832
+1208.4833 Rings and Algebras
+1208.4841
+0708.2772 Geometric Topology
+0803.0451 Number Theory
+0803.2443 Populations and Evolution
+0805.1013 Theory
+0806.3851 Number Theory
+0806.4495 Lattice
+0808.3267 Algebraic Geometry
+0812.2429 Theory
+0901.2867 Populations and Evolution
+0901.3077 Chaotic Dynamics
+0901.3233 Populations and Evolution
+0901.4493 Algebraic Topology
+0901.4671 Geometric Topology
+0905.0986 Geometric Topology
+0905.3498
+0906.2240 Dynamical Systems
+0906.3497
+0907.1203
+0910.5330 Fluid Dynamics
+0910.5825 Mesoscale and Nanoscale Physics
+0911.0371 Soft Condensed Matter
+0911.3881 Number Theory
+0911.5672 Populations and Evolution
+1001.2154 Probability
+1003.0475 Representation Theory
+1005.2024 Mesoscale and Nanoscale Physics
+1005.2385 Geometric Topology
+1005.2388 Geometric Topology
+1007.1292 Combinatorics
+1007.3376 Methodology
+1007.4870 Combinatorics
+1008.3315 Symplectic Geometry
+1011.3880 Group Theory
+1011.6599 Distributed, Parallel, and Cluster Computing
+1012.1789 Fluid Dynamics
+1012.3966 General Topology
+1101.0062
+1101.0072
+1101.0371 Fluid Dynamics
+1101.5453 Number Theory
+1102.3619 Combinatorics
+1103.3072 Instrumentation and Methods for Astrophysics
+1103.3452 Theory
+1103.5144 Symplectic Geometry
+1103.5195 Logic
+1103.5437 Mesoscale and Nanoscale Physics
+1105.0627 Populations and Evolution
+1105.2588 Mesoscale and Nanoscale Physics
+1106.1103
+1107.4097 Cosmology and Nongalactic Astrophysics
+1107.4325 Phenomenology
+1108.0002 Theory
+1108.1279 Spectral Theory
+1108.5317 Theory
+1109.2996 Mesoscale and Nanoscale Physics
+1109.3796
+1109.5875 Optics
+1110.1011
+1110.3240 Probability
+1110.5916 Theory
+1111.0473 Superconductivity
+1111.1348
+1111.2756 Biological Physics
+1111.2769 Biomolecules
+1111.2861 Theory
+1111.3249 Mesoscale and Nanoscale Physics
+1111.4657 Representation Theory
+1111.5473 Data Structures and Algorithms
+1111.6741 Statistical Mechanics
+1111.6974 Cosmology and Nongalactic Astrophysics
+1112.2000 Computational Complexity
+1112.3950 Strongly Correlated Electrons
+1112.4801
+1112.4955 Networking and Internet Architecture
+1201.2176 Mesoscale and Nanoscale Physics
+1201.4974 Quantum Gases
+1201.5600 Experiment
+1201.5650 Mesoscale and Nanoscale Physics
+1202.0135 Information Theory
+1202.2432 Fluid Dynamics
+1202.5005 Materials Science
+1202.5908 Numerical Analysis
+1202.5945 Computational Geometry
+1202.5994 Soft Condensed Matter
+1203.0252
+1203.0570 High Energy Astrophysical Phenomena
+1203.0755 Theory
+1203.1928 Cosmology and Nongalactic Astrophysics
+1203.2184 High Energy Astrophysical Phenomena
+1203.2363 Number Theory
+1203.2859 Statistical Mechanics
+1203.3367 Populations and Evolution
+1203.4720 Cosmology and Nongalactic Astrophysics
+1203.4758 Phenomenology
+1203.5999 Quantum Gases
+1204.0733 Soft Condensed Matter
+1204.1196 Computational Complexity
+1204.2194 Statistics Theory
+1204.2507
+1204.2538 Statistical Mechanics
+1204.2992 Strongly Correlated Electrons
+1204.3597 Strongly Correlated Electrons
+1204.4950 Optics
+1204.5043 Machine Learning
+1204.6135 Cosmology and Nongalactic Astrophysics
+1204.6251 Phenomenology
+1205.0080 History and Overview
+1205.0372 Strongly Correlated Electrons
+1205.1405 Optics
+1205.1665 Optics
+1205.3271 Optics
+1205.4909 History and Philosophy of Physics
+1205.4965 High Energy Astrophysical Phenomena
+1205.5971 Dynamical Systems
+1205.6808 Phenomenology
+1206.0045
+1206.0142 Other Computer Science
+1206.0280 Mesoscale and Nanoscale Physics
+1206.0549 Systems and Control
+1206.1040 General Physics
+1206.2057 Networking and Internet Architecture
+1206.2198 Other Condensed Matter
+1206.2343 Materials Science
+1206.2344 Materials Science
+1206.2347 Artificial Intelligence
+1206.2358 Representation Theory
+1206.2362 Information Theory
+1206.2363 High Energy Astrophysical Phenomena
+1206.2376 Dynamical Systems
+1206.2378 Instrumentation and Detectors
+1206.2388 Molecular Networks
+1206.2390 Classical Analysis and ODEs
+1206.2393 Atomic Physics
+1206.2394 Mesoscale and Nanoscale Physics
+1206.2399 Optics
+1206.2405 Pattern Formation and Solitons
+1206.2409 Dynamical Systems
+1206.2414 Chaotic Dynamics
+1206.2415 Chaotic Dynamics
+1206.2416 Chaotic Dynamics
+1206.2422
+1206.2424 Number Theory
+1206.2425 Applications
+1206.2426
+1206.2440 Phenomenology
+1206.2442 Numerical Analysis
+1206.2444 Astrophysics of Galaxies
+1206.2445 Cryptography and Security
+1206.2447 Chaotic Dynamics
+1206.2449
+1206.2453
+1206.2457 Analysis of PDEs
+1206.2469 Chemical Physics
+1206.2470 Superconductivity
+1206.2471 Number Theory
+1206.2475 Algebraic Geometry
+1206.2477 Solar and Stellar Astrophysics
+1206.2484 Information Retrieval
+1206.2488 Experiment
+1206.2489 Classical Analysis and ODEs
+1206.2493 Statistics Theory
+1206.2494 General Finance
+1206.2497 Computational Complexity
+1206.2500 Networking and Internet Architecture
+1206.2508
+1206.2509
+1206.2510 Multimedia
+1206.2514 Algebraic Geometry
+1206.2516
+1206.2520 Other Computer Science
+1206.2521 Geometric Topology
+1206.2528 Information Retrieval
+1206.2541 Geometric Topology
+1206.2542 Programming Languages
+1206.2544 Computers and Society
+1206.2546 High Energy Astrophysical Phenomena
+1206.2547 Classical Physics
+1206.2551 Materials Science
+1206.2556 Cellular Automata and Lattice Gases
+1206.2568 Information Theory
+1206.2570 Chaotic Dynamics
+1206.2571 High Energy Astrophysical Phenomena
+1206.2576 Algebraic Geometry
+1206.2577 Statistical Mechanics
+1206.2578 Analysis of PDEs
+1206.2581 Experiment
+1206.2583 Cryptography and Security
+1206.2586 Cryptography and Security
+1206.2587 Neural and Evolutionary Computing
+1206.2588 Metric Geometry
+1206.2597 Other Computer Science
+1206.2602
+1206.2604 Representation Theory
+1206.2607 Chaotic Dynamics
+1206.2615 Mesoscale and Nanoscale Physics
+1206.2617 Soft Condensed Matter
+1206.2625 Multimedia
+1206.2635 Differential Geometry
+math/0503214 Algebraic Geometry
+math/0610104 Geometric Topology
+0704.0891
+0705.2585 General Physics
+0708.2771 Number Theory
+0710.0528 Programming Languages
+0809.3762 Physics and Society
+0903.4697 Probability
+0906.1040 Algebraic Geometry
+0907.0880 Number Theory
+0907.4470 Differential Geometry
+0909.5661 K-Theory and Homology
+0910.1409 Metric Geometry
+0910.3519 Commutative Algebra
+1002.2526 Quantum Algebra
+1004.5302 Optimization and Control
+1005.0812 Probability
+1005.2121 Superconductivity
+1006.0146 Theory
+1007.4891 Algebraic Geometry
+1009.2136 Probability
+1010.3664 Pattern Formation and Solitons
+1010.4909 Combinatorics
+1011.5467 Mesoscale and Nanoscale Physics
+1011.6087 General Physics
+1012.2606 Physics and Society
+1012.4826 Representation Theory
+1102.1462 Information Theory
+1102.4740
+1102.4743
+1102.5169 Disordered Systems and Neural Networks
+1103.4465 High Energy Astrophysical Phenomena
+1104.0836 History and Philosophy of Physics
+1104.1263
+1104.1779 Methodology
+1104.2499 Computational Physics
+1104.3794 Analysis of PDEs
+1104.3942 Classical Analysis and ODEs
+1104.5112 Populations and Evolution
+1105.3555 Phenomenology
+1105.6112
+1106.4601 Theory
+1106.5281
+1106.5628 Theory
+1107.0874 Classical Analysis and ODEs
+1107.4565 Number Theory
+1108.1798 Theory
+1108.5869
+1108.6126 Algebraic Geometry
+1109.0878 Chaotic Dynamics
+1109.1859 Strongly Correlated Electrons
+1109.2558 Space Physics
+1109.2841 Atomic Physics
+1109.2931 Theory
+1109.5274
+1109.5429 Operator Algebras
+1110.3654 Superconductivity
+1110.5308 Number Theory
+1111.0285 Optics
+1111.4174 Information Theory
+1111.7099 Probability
+1111.7106 Probability
+1112.0855 Optics
+1112.2681 Artificial Intelligence
+1112.4756 Probability
+1112.4919
+1112.5042 Analysis of PDEs
+1112.5208
+1112.5609
+1112.6357 Algebraic Geometry
+1201.0251 Pattern Formation and Solitons
+1201.0330 Computational Complexity
+1201.0635 Disordered Systems and Neural Networks
+1201.1137 Commutative Algebra
+1201.5309 Theory
+1201.5554 Cosmology and Nongalactic Astrophysics
+1201.6248 Information Theory
+1202.1424 Information Theory
+1202.1700 Mesoscale and Nanoscale Physics
+1202.2524 Lattice
+1202.4050 Learning
+1202.4141 Superconductivity
+1202.6584 Dynamical Systems
+1203.0746 Complex Variables
+1203.1071 Cosmology and Nongalactic Astrophysics
+1203.2107 Optimization and Control
+1203.2447 Disordered Systems and Neural Networks
+1203.2450 Cell Behavior
+1203.2533 Phenomenology
+1203.3271 Statistical Mechanics
+1203.3557
+1203.3581
+1203.3813 Strongly Correlated Electrons
+1203.5048 Phenomenology
+1203.5984 Chemical Physics
+1203.6176 Materials Science
+1203.6355 Mesoscale and Nanoscale Physics
+1203.6477 Probability
+1204.1331 Algebraic Geometry
+1204.1574 Number Theory
+1204.1626 Functional Analysis
+1204.3549 Combinatorics
+1204.3604 Phenomenology
+1204.3657
+1204.3803
+1204.4017 Mesoscale and Nanoscale Physics
+1204.4504 Phenomenology
+1204.5576 Computational Complexity
+1204.6323 Strongly Correlated Electrons
+1204.6372
+1204.6601
+1205.2319 Quantum Gases
+1205.3634 Dynamical Systems
+1205.5296
+1205.5330 Phenomenology
+1205.5884 Statistical Mechanics
+1205.6788 Strongly Correlated Electrons
+1206.0662
+1206.0824
+1206.1617 Fluid Dynamics
+1206.1948 Information Theory
+1206.1971 Neural and Evolutionary Computing
+1206.2055
+1206.2873 Optimization and Control
+1206.3526
+1206.4446
+1206.4753 Hardware Architecture
+1206.5232 Computation
+1206.5305 Theory
+1206.5476 Atomic Physics
+1206.5855 Plasma Physics
+1207.0033 Neurons and Cognition
+1207.0782 Information Theory
+1207.2258 Mesoscale and Nanoscale Physics
+1207.2447 Materials Science
+1207.2755 Statistical Mechanics
+1207.2881 Soft Condensed Matter
+1207.3314
+1207.3554 Computer Vision and Pattern Recognition
+1207.4759
+1207.5011 Differential Geometry
+1207.5293 Artificial Intelligence
+1207.5395 Superconductivity
+1207.6222 Mesoscale and Nanoscale Physics
+1207.6436 Experiment
+1207.7195
+1207.7224
+1207.7239
+1208.0355
+1208.0663
+1208.1045 Systems and Control
+1208.1879 Atomic Physics
+1208.1887
+1208.2116 Information Theory
+1208.2655 Computer Vision and Pattern Recognition
+1208.2694 History and Overview
+1208.4159 Superconductivity
+1208.4618 Number Theory
+1208.5852 Popular Physics
+1208.5963 Dynamical Systems
+1208.6156 Experiment
+1209.0140 Superconductivity
+1209.0219 Data Analysis, Statistics and Probability
+1209.0348 Cosmology and Nongalactic Astrophysics
+1209.0382 Experiment
+1209.1013 Computer Science and Game Theory
+1209.1134 Theory
+1209.1162 Geometric Topology
+1209.1742 Experiment
+1209.1866 Phenomenology
+1209.2344 Experiment
+1209.2433 Applications
+1209.2494
+1209.2792
+1209.3038 Materials Science
+1209.3842 Mesoscale and Nanoscale Physics
+1209.4735 Materials Science
+1209.4876 Theory
+1209.4953
+1209.5291 Soft Condensed Matter
+1209.5533
+1209.5617 Materials Science
+1209.6424 Instrumentation and Methods for Astrophysics
+1210.0297 Multimedia
+1210.0310 Computer Vision and Pattern Recognition
+1210.0648 Representation Theory
+1210.0888 Robotics
+1210.0987 Instrumentation and Methods for Astrophysics
+1210.1019 Instrumentation and Detectors
+1210.1399 Medical Physics
+1210.1492 Cosmology and Nongalactic Astrophysics
+1210.1549 Information Theory
+1210.1857 Fluid Dynamics
+1210.1858 Instrumentation and Detectors
+1210.1869 Exactly Solvable and Integrable Systems
+1210.1872 Chemical Physics
+1210.1878 Numerical Analysis
+1210.1879 Group Theory
+1210.1882 Geometric Topology
+1210.1885 Numerical Analysis
+1210.1892 Information Theory
+1210.1898 Instrumentation and Methods for Astrophysics
+1210.1899 Instrumentation and Methods for Astrophysics
+1210.1904 Information Theory
+1210.1909 Rings and Algebras
+1210.1912
+1210.1915 Information Theory
+1210.1916 Computer Vision and Pattern Recognition
+1210.1922 Algebraic Geometry
+1210.1923 Algebraic Geometry
+1210.1924 Lattice
+1210.1925 Cryptography and Security
+1210.1926 Combinatorics
+1210.1931 Artificial Intelligence
+1210.1936
+1210.1937 Differential Geometry
+1210.1940 Cryptography and Security
+1210.1944 Functional Analysis
+1210.1948 Astrophysics of Galaxies
+1210.1951 Mesoscale and Nanoscale Physics
+1210.1952 Classical Analysis and ODEs
+1210.1955 Probability
+1210.1956 Classical Analysis and ODEs
+1210.1958 Representation Theory
+1210.1959 Systems and Control
+1210.1962 Algebraic Geometry
+1210.1963 Analysis of PDEs
+1210.1964 Analysis of PDEs
+1210.1966 Risk Management
+1210.1974 Strongly Correlated Electrons
+1210.1975 Physics and Society
+1210.1977
+1210.1983 Neural and Evolutionary Computing
+1210.1984 Mesoscale and Nanoscale Physics
+1210.1985 Functional Analysis
+1210.1989 Lattice
+1210.1994 Phenomenology
+1210.1995 Materials Science
+1210.1998 Astrophysics of Galaxies
+1210.2000 Symplectic Geometry
+1210.2005 Networking and Internet Architecture
+1210.2013 Computers and Society
+1210.2017 Differential Geometry
+1210.2021 Risk Management
+1210.2023 Computers and Society
+1210.2025 Networking and Internet Architecture
+1210.2026 Commutative Algebra
+1210.2028 Logic in Computer Science
+1210.2030 Cryptography and Security
+1210.2035 Systems and Control
+1210.2038
+1210.2040 Phenomenology
+1210.2041 Optimization and Control
+1210.2043 Risk Management
+1210.2044 Classical Analysis and ODEs
+1210.2048 Theory
+1210.2049 Superconductivity
+1210.2050 Algebraic Geometry
+1210.2053 Algebraic Geometry
+1210.2054 Algebraic Geometry
+1210.2055 Combinatorics
+1210.2056 Analysis of PDEs
+1210.2059 Cosmology and Nongalactic Astrophysics
+1210.2061 Combinatorics
+1210.2064 Combinatorics
+1210.2066 Algebraic Geometry
+1210.2071 Statistics Theory
+1210.2076 Numerical Analysis
+1210.2077 Machine Learning
+1210.2079 Analysis of PDEs
+1210.2081 Functional Analysis
+1210.2082 Algebraic Geometry
+1210.2084 Differential Geometry
+1210.2086 Analysis of PDEs
+1210.2088 General Finance
+1210.2089 Other Computer Science
+1210.2090 Other Computer Science
+1210.2091 Other Computer Science
+1210.2093 Materials Science
+1210.2096
+1210.2098 Theory
+1210.2101 Group Theory
+1210.2103 Operator Algebras
+1210.2108 High Energy Astrophysical Phenomena
+1210.2109
+1210.2122 Networking and Internet Architecture
+1210.2123 Information Theory
+1210.2124 Analysis of PDEs
+1210.2125 Programming Languages
+1210.2126 Information Theory
+1210.2127 Cosmology and Nongalactic Astrophysics
+1210.2133 Materials Science
+1210.2138 Instrumentation and Methods for Astrophysics
+1210.2139 Astrophysics of Galaxies
+1210.2140 Neurons and Cognition
+1210.2141 Numerical Analysis
+1210.2144 Information Theory
+1210.2146 Information Theory
+1210.2147 Neurons and Cognition
+1210.2148 Numerical Analysis
+1210.2149 Cryptography and Security
+1210.2158 Quantum Gases
+1210.2159 Information Theory
+1210.2161 Cosmology and Nongalactic Astrophysics
+1210.2162 Learning
+1210.2163
+1210.2172
+1210.2174 Networking and Internet Architecture
+1210.2175 Solar and Stellar Astrophysics
+1210.2183 Chemical Physics
+1210.2185 Materials Science
+1210.2189 Mesoscale and Nanoscale Physics
+1210.2190 Differential Geometry
+1210.2193 Mesoscale and Nanoscale Physics
+1210.2195 Software Engineering
+1210.2196 Geophysics
+1210.2199
+1210.2200 Astrophysics of Galaxies
+1210.2201
+1210.2202 Metric Geometry
+1210.2207 Mesoscale and Nanoscale Physics
+1210.2208 History and Philosophy of Physics
+1210.2209 Probability
+1210.2210
+1210.2212
+1210.2213 Probability
+1210.2225 Representation Theory
+1210.2226 Materials Science
+1210.2228
+1210.2229 Soft Condensed Matter
+1210.2230 Materials Science
+1210.2234 High Energy Astrophysical Phenomena
+1210.2241 Mesoscale and Nanoscale Physics
+1210.2244 Analysis of PDEs
+1210.2247 Computational Physics
+1210.2248 Analysis of PDEs
+1210.2252
+1210.2260 Computational Complexity
+1210.2261 Materials Science
+1210.2266 Symplectic Geometry
+1210.2270 General Physics
+1210.2271 Dynamical Systems
+1210.2272 Information Theory
+1210.2273 Formal Languages and Automata Theory
+1210.2274 Analysis of PDEs
+1210.2277 Differential Geometry
+1210.2281
+1210.2283 Physics and Society
+1210.2284 Number Theory
+1210.2287 Logic in Computer Science
+1210.2288 Populations and Evolution
+1210.2289 Distributed, Parallel, and Cluster Computing
+1210.2294 Methodology
+1210.2295 Astrophysics of Galaxies
+1210.2296 Experiment
+1210.2301 Theory
+1210.2303 K-Theory and Homology
+1210.2307 Materials Science
+1210.2310 Mesoscale and Nanoscale Physics
+1210.2312
+1210.2316 Artificial Intelligence
+1210.2320 Populations and Evolution
+1210.2323 Solar and Stellar Astrophysics
+1210.2330 Complex Variables
+1210.2333 Atmospheric and Oceanic Physics
+1210.2335 Cosmology and Nongalactic Astrophysics
+1210.2336 Molecular Networks
+1210.2339
+1210.2343 Formal Languages and Automata Theory
+1210.2348
+1210.2356 Atomic Physics
+1210.2357 Instrumentation and Methods for Astrophysics
+1210.2358 Number Theory
+1210.2359 Classical Analysis and ODEs
+1210.2361 Probability
+1210.2372 Complex Variables
+1210.2379 Functional Analysis
+1210.2381 Data Structures and Algorithms
+1210.2382 Analysis of PDEs
+1210.2388 Computer Vision and Pattern Recognition
+cond-mat/0304195 Materials Science
+gr-qc/9905009
+gr-qc/9905036
+gr-qc/9906039
+gr-qc/9906079
+hep-th/9809170 Theory
+hep-th/9810247 Theory
+hep-th/9812254 Theory
+hep-th/9901013 Theory
+0708.2620 Mesoscale and Nanoscale Physics
+0804.3527 Theory
+0904.0846 Algebraic Geometry
+0904.2544
+0908.4027 Theory
+0910.0960 Analysis of PDEs
+1002.2595 Molecular Networks
+1003.0856 Soft Condensed Matter
+1005.4990
+1007.1710 Logic in Computer Science
+1007.4680 Representation Theory
+1008.0576 Molecular Networks
+1009.3205 Algebraic Geometry
+1009.5711 Numerical Analysis
+1011.4786 Dynamical Systems
+1011.6483 Quantum Algebra
+1012.0154 Solar and Stellar Astrophysics
+1102.5031 Statistics Theory
+1103.2023 Chemical Physics
+1104.1491 Logic
+1104.1937 Commutative Algebra
+1104.2000 Algebraic Geometry
+1104.2224 Statistics Theory
+1104.4062
+1104.4905 Optimization and Control
+1105.1077 Strongly Correlated Electrons
+1106.5212
+1106.6053 General Physics
+1107.0166 Experiment
+1107.1762
+1107.4059 Algebraic Geometry
+1107.5306 Cosmology and Nongalactic Astrophysics
+1107.5770 Analysis of PDEs
+1108.0408 Computational Complexity
+1108.0787
+1108.1165 Analysis of PDEs
+1108.1368 Phenomenology
+1108.1936 Strongly Correlated Electrons
+1108.2322
+1108.5331 Strongly Correlated Electrons
+1108.5383 Phenomenology
+1108.5571
+1108.5620 Phenomenology
+1108.5807 Superconductivity
+1108.6181 Strongly Correlated Electrons
+1108.6188 Quantum Gases
+1109.2620 Strongly Correlated Electrons
+1109.4944 Cosmology and Nongalactic Astrophysics
+1110.0787
+1110.1950 Number Theory
+1110.4185
+1111.0379 Populations and Evolution
+1111.1307 Statistics Theory
+1111.3228 Theory
+1111.4436 Soft Condensed Matter
+1111.5888 Analysis of PDEs
+1111.7195
+1112.0326 Cosmology and Nongalactic Astrophysics
+1112.1591 Experiment
+1112.1622 Quantum Gases
+1112.1642 Number Theory
+1112.1780 Fluid Dynamics
+1112.2186 Statistical Mechanics
+1112.2538 Disordered Systems and Neural Networks
+1112.2585 Mesoscale and Nanoscale Physics
+1112.3308 Physics and Society
+1112.3354 Lattice
+1112.3372
+1112.3462 High Energy Astrophysical Phenomena
+1112.3560
+1112.3922
+1112.4161 Statistical Mechanics
+1201.0159 Mesoscale and Nanoscale Physics
+1201.1971 Atomic Physics
+1201.2028 Mesoscale and Nanoscale Physics
+1201.2184
+1201.2873 Fluid Dynamics
+1201.4612 Data Analysis, Statistics and Probability
+1201.5161 Combinatorics
+1201.6468 Information Theory
+1202.0796 Computer Science and Game Theory
+1202.0937 Information Theory
+1202.1160 Statistical Mechanics
+1202.2191 Analysis of PDEs
+1202.2315 Mesoscale and Nanoscale Physics
+1202.5372
+1202.5872
+1202.6500 Solar and Stellar Astrophysics
+1203.0196 Phenomenology
+1203.0555 Materials Science
+1203.0556 Materials Science
+1203.0985 Statistical Mechanics
+1203.3295 Solar and Stellar Astrophysics
+1203.3393 Mesoscale and Nanoscale Physics
+1203.4527 Optics
+1203.4896 Quantum Gases
+1203.5042 Fluid Dynamics
+1203.5398 Phenomenology
+1203.6677 Strongly Correlated Electrons
+1203.6869
+1204.1212
+1204.2535 Cosmology and Nongalactic Astrophysics
+1204.3326 Mesoscale and Nanoscale Physics
+1204.5556 Materials Science
+1204.6170 Distributed, Parallel, and Cluster Computing
+1204.6392 Statistical Mechanics
+1205.1216
+1205.1591 Strongly Correlated Electrons
+1205.4123 Statistics Theory
+1205.4332 Information Theory
+1205.4819 Materials Science
+1205.5056 Lattice
+1205.5266 General Physics
+1205.6098 Astrophysics of Galaxies
+1205.6109 Differential Geometry
+1205.6178 Chaotic Dynamics
+1205.6179 Optimization and Control
+1205.6349 Cryptography and Security
+1205.6687 Statistics Theory
+1205.6794 Optics
+1205.6816 Theory
+1205.6824 General Topology
+1205.6827 Rings and Algebras
+1205.6828 Analysis of PDEs
+1205.6831 Analysis of PDEs
+1205.6832 Computation and Language
+1205.6835 Cosmology and Nongalactic Astrophysics
+1205.6837 Representation Theory
+1205.6839 Optics
+1205.6845 Information Theory
+1205.6846 Information Theory
+1205.6847 Combinatorics
+1205.6849 Information Theory
+1205.6851 Statistical Mechanics
+1205.6855 Information Retrieval
+1205.6857 Computation
+1205.6869 Combinatorics
+1205.6870 Lattice
+1205.6886
+1205.6888 General Topology
+1205.6891 Rings and Algebras
+1205.6893 Commutative Algebra
+1205.6895 Statistical Mechanics
+1205.6899 Plasma Physics
+1205.6904 Software Engineering
+1205.6907 Information Theory
+1205.6910 Networking and Internet Architecture
+1205.6917 Systems and Control
+1205.6918 Phenomenology
+1205.6919 Systems and Control
+1205.6925 Information Theory
+1205.6927 Optics
+1205.6928 Logic in Computer Science
+1205.6929 Phenomenology
+1205.6939 Solar and Stellar Astrophysics
+1205.6948 Combinatorics
+1205.6956
+1205.6961 Data Structures and Algorithms
+1205.6964 Classical Analysis and ODEs
+1205.6966 General Topology
+1205.6967 Phenomenology
+1205.6973 Solar and Stellar Astrophysics
+1205.6974 Information Theory
+1205.6977 Accelerator Physics
+1205.6979 Accelerator Physics
+1205.6980 Representation Theory
+1205.6982 Differential Geometry
+1205.6983 Phenomenology
+1205.6990 Algebraic Geometry
+1205.6992 Analysis of PDEs
+1205.6996 Plasma Physics
+1205.7000 Phenomenology
+1205.7003 Dynamical Systems
+1205.7004
+1205.7005 Soft Condensed Matter
+1205.7009 Social and Information Networks
+1205.7011 Adaptation and Self-Organizing Systems
+1205.7022 Probability
+1205.7023 Differential Geometry
+1205.7025 Multiagent Systems
+1205.7026 Soft Condensed Matter
+1205.7030 Optimization and Control
+1205.7033 Superconductivity
+1205.7042 Algebraic Geometry
+1205.7043 Algebraic Geometry
+1205.7044 Information Theory
+1205.7058 Classical Analysis and ODEs
+1205.7066 Analysis of PDEs
+1205.7069 Statistical Mechanics
+1205.7070 Mesoscale and Nanoscale Physics
+1205.7081 Dynamical Systems
+1205.7082 Analysis of PDEs
+1205.7084 Combinatorics
+1205.7085 Neurons and Cognition
+1205.7090
+astro-ph/0001003
+math/0203107 Representation Theory
+0704.2167 Statistics Theory
+0809.4345 Algebraic Geometry
+0911.0952 Numerical Analysis
+1001.2874 General Mathematics
+1001.3433 Fluid Dynamics
+1001.4224 General Mathematics
+1002.2649 Phenomenology
+1003.0155 Mesoscale and Nanoscale Physics
+1004.4461 General Mathematics
+1005.1531 Combinatorics
+1008.0526 Statistics Theory
+1008.1294 Superconductivity
+1008.3233 Exactly Solvable and Integrable Systems
+1010.2896 K-Theory and Homology
+1011.1439 Phenomenology
+1011.2557 Analysis of PDEs
+1011.3386 Solar and Stellar Astrophysics
+1011.5462 Strongly Correlated Electrons
+1101.5893 Group Theory
+1101.6017 Solar and Stellar Astrophysics
+1102.3543 Algebraic Geometry
+1103.3442 Statistics Theory
+1104.0057 Networking and Internet Architecture
+1104.2421 Analysis of PDEs
+1104.2637 Statistics Theory
+1106.0289
+1106.0930 Algebraic Geometry
+1106.1559 Strongly Correlated Electrons
+1106.5032 Materials Science
+1106.5673 Lattice
+1107.0521 Machine Learning
+1107.0950 Materials Science
+1108.0531
+1108.0595 Phenomenology
+1108.3801 Mesoscale and Nanoscale Physics
+1108.4621 Geometric Topology
+1109.1968 Classical Physics
+1109.2046 Mesoscale and Nanoscale Physics
+1109.2585 Theory
+1109.2853 Analysis of PDEs
+1109.6329 Cosmology and Nongalactic Astrophysics
+1109.6330 Strongly Correlated Electrons
+1110.0096 Phenomenology
+1110.1296 Strongly Correlated Electrons
+1110.3421
+1110.3656
+1110.5331 Cosmology and Nongalactic Astrophysics
+1110.5746
+1111.0239 Mesoscale and Nanoscale Physics
+1111.1381
+1111.2050 Phenomenology
+1111.2312 Phenomenology
+1111.2999 Chaotic Dynamics
+1111.3496 Superconductivity
+1111.4063 Mesoscale and Nanoscale Physics
+1112.0892 Functional Analysis
+1112.1582 Analysis of PDEs
+1112.3028 Phenomenology
+1112.5129 Metric Geometry
+1201.1132 Materials Science
+1201.1136
+1201.1818 Analysis of PDEs
+1201.2401 Experiment
+1201.2491
+1201.4276 Theory
+1201.4514 Optics
+1201.4528 Number Theory
+1201.5007 Functional Analysis
+1201.5028 Solar and Stellar Astrophysics
+1201.5039 Combinatorics
+1201.5129 Classical Analysis and ODEs
+1201.5132 Risk Management
+1201.5133 Methodology
+1201.5137 Cell Behavior
+1201.5146 Analysis of PDEs
+1201.5147 Geometric Topology
+1201.5150 Algebraic Topology
+1201.5152 Dynamical Systems
+1201.5154 Information Theory
+1201.5156 Classical Analysis and ODEs
+1201.5157 Analysis of PDEs
+1201.5162 Logic
+1201.5169 Applications
+1201.5177 Earth and Planetary Astrophysics
+1201.5182 Information Retrieval
+1201.5185 Probability
+1201.5186 Dynamical Systems
+1201.5187 Biological Physics
+1201.5189 Functional Analysis
+1201.5190 Physics Education
+1201.5193 Materials Science
+1201.5195 Operator Algebras
+1201.5199 Analysis of PDEs
+1201.5200 Chemical Physics
+1201.5205
+1201.5206 Analysis of PDEs
+1201.5208 Instrumentation and Detectors
+1201.5211 Populations and Evolution
+1201.5215 Differential Geometry
+1201.5217 Learning
+1201.5220 Analysis of PDEs
+1201.5223 Astrophysics of Galaxies
+1201.5226 Statistical Mechanics
+1201.5227 Computer Vision and Pattern Recognition
+1201.5229 Performance
+1201.5239 Category Theory
+1201.5241 Information Theory
+1201.5242 Instrumentation and Detectors
+1201.5244
+1201.5245 Combinatorics
+1201.5246 Solar and Stellar Astrophysics
+1201.5247 Materials Science
+1201.5248 Materials Science
+1201.5249 Materials Science
+1201.5255 Materials Science
+1201.5264 Instrumentation and Detectors
+1201.5266 Classical Analysis and ODEs
+1201.5267 Experiment
+1201.5269
+1201.5270 Accelerator Physics
+1201.5271 Fluid Dynamics
+1201.5272 Phenomenology
+1201.5273 Combinatorics
+1201.5276 Strongly Correlated Electrons
+1201.5285 Multimedia
+1201.5288 Phenomenology
+1201.5292 Experiment
+1201.5293 Cosmology and Nongalactic Astrophysics
+1201.5297 Mesoscale and Nanoscale Physics
+1201.5298 Computational Complexity
+1201.5304 General Physics
+1201.5306 Statistical Mechanics
+1201.5316 Algebraic Geometry
+1201.5317 Combinatorics
+1201.5322 Group Theory
+1201.5324 Analysis of PDEs
+1201.5330 Analysis of PDEs
+1201.5335 Probability
+1201.5340 Discrete Mathematics
+1201.5342 Category Theory
+1201.5344 Biomolecules
+1201.5345 Lattice
+1201.5349 Plasma Physics
+1201.5350 Representation Theory
+1201.5352 History and Philosophy of Physics
+1201.5353 History and Philosophy of Physics
+1201.5358 History and Philosophy of Physics
+1201.5361 Combinatorics
+1201.5362
+astro-ph/0311033
+cond-mat/0107513 Soft Condensed Matter
+gr-qc/0605152
+0805.4000 Group Theory
+0807.3682 Probability
+0810.1906 Phenomenology
+0901.4965 Mesoscale and Nanoscale Physics
+0902.3894 Superconductivity
+0909.1853 Geometric Topology
+0909.2027
+0909.2954 Representation Theory
+0909.3841 Theory
+0910.1721 Phenomenology
+0911.3482 Information Theory
+0911.4766
+0912.0830 Geometric Topology
+0912.2847 Differential Geometry
+0912.3675 Mesoscale and Nanoscale Physics
+1001.3223 Pricing of Securities
+1002.3762 Logic
+1003.1703 Chaotic Dynamics
+1004.1006 Mesoscale and Nanoscale Physics
+1005.0436 Strongly Correlated Electrons
+1006.4660 Differential Geometry
+1008.0931
+1008.1291 Instrumentation and Methods for Astrophysics
+1008.1518 Strongly Correlated Electrons
+1008.4199 Complex Variables
+1009.0583 Functional Analysis
+1010.2791 Analysis of PDEs
+1011.3108 Materials Science
+1012.3895 Mesoscale and Nanoscale Physics
+1103.6088 Mesoscale and Nanoscale Physics
+1105.0523 Physics and Society
+1105.0742 Atomic Physics
+1105.3033 Cosmology and Nongalactic Astrophysics
+1105.5910 Representation Theory
+1106.0123 Computational Finance
+1106.0780 Statistical Mechanics
+1106.1326 Superconductivity
+1106.5347 Strongly Correlated Electrons
+1106.6318 Spectral Theory
+1107.0892 Strongly Correlated Electrons
+1107.3051 Atomic Physics
+1107.4046 Analysis of PDEs
+1107.5090
+1107.5867 Mesoscale and Nanoscale Physics
+1108.2767 Probability
+1108.3159 Mesoscale and Nanoscale Physics
+1108.4680
+1108.6074
+1109.0087 Phenomenology
+1109.1835 Phenomenology
+1109.2097 Mesoscale and Nanoscale Physics
+1109.3352
+1109.4669 Functional Analysis
+1109.5973 Materials Science
+1109.6039 Materials Science
+1109.6163 Strongly Correlated Electrons
+1109.6551
+1110.1251 Phenomenology
+1110.2309 Optics
+1110.5734 Soft Condensed Matter
+1110.5883
+1110.6045 Materials Science
+1110.6307 Chaotic Dynamics
+1110.6612 Phenomenology
+1111.0746 Strongly Correlated Electrons
+1111.0839 Astrophysics of Galaxies
+1111.1786 Probability
+1111.4454 Phenomenology
+1111.4765 Phenomenology
+1111.5697 Strongly Correlated Electrons
+1111.5958 Differential Geometry
+1111.7317 Atomic Physics
+1112.0405 Algebraic Geometry
+1112.0775 Superconductivity
+1112.2843 Algebraic Geometry
+1112.4798 Phenomenology
+1201.0202 Soft Condensed Matter
+1201.1248 Experiment
+1201.2343 Statistics Theory
+1201.3246 Instrumentation and Detectors
+1201.3311 Optimization and Control
+1201.3669 Number Theory
+1201.3774 Popular Physics
+1201.3969
+1201.4171 Cosmology and Nongalactic Astrophysics
+1201.4176 Materials Science
+1201.4179 Numerical Analysis
+1201.4182 Representation Theory
+1201.4190 Astrophysics of Galaxies
+1201.4192
+1201.4194
+1201.4196 Functional Analysis
+1201.4204 Solar and Stellar Astrophysics
+1201.4206 Data Structures and Algorithms
+1201.4210 Information Retrieval
+1201.4212 Optics
+1201.4214 Information Theory
+1201.4216 Combinatorics
+1201.4217 Classical Analysis and ODEs
+1201.4220 Functional Analysis
+1201.4225 Group Theory
+1201.4230
+1201.4250
+1201.4259 Algebraic Geometry
+1201.4262 Programming Languages
+1201.4265 Phenomenology
+1201.4266 Cosmology and Nongalactic Astrophysics
+1201.4274 Geometric Topology
+1201.4279 Human-Computer Interaction
+1201.4290 Analysis of PDEs
+1201.4291 Metric Geometry
+1201.4293 Materials Science
+1201.4295
+1201.4297 Combinatorics
+1201.4298 Materials Science
+1201.4301 Networking and Internet Architecture
+1201.4304 Cryptography and Security
+1201.4311 Representation Theory
+1201.4317 Combinatorics
+1201.4320 Instrumentation and Detectors
+1201.4325 Optics
+1201.4327 Phenomenology
+1201.4328 Theory
+1201.4329 Discrete Mathematics
+1201.4330 Phenomenology
+1201.4332 Combinatorics
+1201.4334 Information Theory
+1201.4335 Disordered Systems and Neural Networks
+1201.4336 Materials Science
+1201.4343 Chaotic Dynamics
+1201.4347 Solar and Stellar Astrophysics
+1201.4349 Quantum Gases
+1201.4352 Solar and Stellar Astrophysics
+1201.4354 Combinatorics
+1201.4358 Differential Geometry
+1201.4362
+1201.4365
+1201.4375 Combinatorics
+1201.4382 Phenomenology
+astro-ph/0504597
+cs/0410065 Logic in Computer Science
+math/0301139 Differential Geometry
+math/0301223 Differential Geometry
+math/0404499 Group Theory
+quant-ph/0401168
+quant-ph/0509166
+0707.1921 Materials Science
+0707.3063 Differential Geometry
+0708.2315 Rings and Algebras
+0803.2249 Algebraic Topology
+0806.2586 Differential Geometry
+0807.1750 Cell Behavior
+0811.3431
+0901.0811
+0904.0186 Differential Geometry
+0906.4097 Algebraic Topology
+0908.0850 Pattern Formation and Solitons
+0908.4585 Probability
+0910.5193 Probability
+1005.2301 Pattern Formation and Solitons
+1008.3044 Probability
+1009.0485 Dynamical Systems
+1009.2085 Differential Geometry
+1009.3566 Logic
+1010.0033
+1010.1482 Computational Physics
+1010.5042 Combinatorics
+1011.5998 Differential Geometry
+1101.0984 History and Overview
+1101.4786 Number Theory
+1101.5936 Combinatorics
+1102.0151 Computational Geometry
+1102.3892 Quantum Algebra
+1102.4380 Classical Analysis and ODEs
+1103.0206 Logic
+1103.0234 Cosmology and Nongalactic Astrophysics
+1104.1920
+1104.4669 Data Structures and Algorithms
+1105.1152 Differential Geometry
+1106.2138
+1106.3339
+1106.3707 Superconductivity
+1107.3424 Dynamical Systems
+1107.4183 Quantum Algebra
+1107.4702 Geometric Topology
+1108.1072 Mesoscale and Nanoscale Physics
+1108.3309
+1108.5815 Numerical Analysis
+1109.3219 Strongly Correlated Electrons
+1109.4084 Algebraic Topology
+1109.6694 Quantum Algebra
+1110.2403
+1110.4977 Combinatorics
+1110.5656 Probability
+1111.1222 Theory
+1111.3260
+1111.6994 Strongly Correlated Electrons
+1112.4573 Classical Analysis and ODEs
+1112.4715 Biological Physics
+1112.4807 Theory
+1112.4963 Phenomenology
+1112.5188
+1112.5848 Materials Science
+1112.6025 Cosmology and Nongalactic Astrophysics
+1201.0838 Learning
+1201.1394 Solar and Stellar Astrophysics
+1201.2138 Quantum Gases
+1201.2532 Plasma Physics
+1201.3206
+1201.4822
+1201.5368 Algebraic Geometry
+1202.2132 Materials Science
+1203.1187 Number Theory
+1203.1593 Phenomenology
+1203.2753 Mesoscale and Nanoscale Physics
+1203.4658 Quantum Gases
+1203.4915 Logic
+1203.4939 High Energy Astrophysical Phenomena
+1204.0108 Differential Geometry
+1204.2972 Differential Geometry
+1204.3580
+1204.3949 Statistics Theory
+1204.5394
+1204.5969 Mesoscale and Nanoscale Physics
+1204.6243 Phenomenology
+1204.6479
+1205.1149
+1205.1545 Statistical Mechanics
+1205.2487 Analysis of PDEs
+1205.3106 Mesoscale and Nanoscale Physics
+1205.4137 Differential Geometry
+1205.4660 Soft Condensed Matter
+1205.5301 Number Theory
+1205.5543 Dynamical Systems
+1205.6158 Applications
+1206.0216 Disordered Systems and Neural Networks
+1206.0673
+1206.0743 Mesoscale and Nanoscale Physics
+1206.0815 Optics
+1206.0910 Phenomenology
+1206.0969 Lattice
+1206.2268 Chemical Physics
+1206.2324 Strongly Correlated Electrons
+1206.2336
+1206.3215 Computational Physics
+1206.3924 Physics and Society
+1206.4456
+1206.5053 Cosmology and Nongalactic Astrophysics
+1206.5908 Optics
+1206.5910 Probability
+1206.6100 General Physics
+1206.7068 Optics
+1207.0423
+1207.1632 Fluid Dynamics
+1207.2260 Mesoscale and Nanoscale Physics
+1207.2582 Strongly Correlated Electrons
+1207.2817
+1207.3133 Information Theory
+1207.3211 Neurons and Cognition
+1207.3345 Superconductivity
+1207.4743 Optimization and Control
+1207.4978 Distributed, Parallel, and Cluster Computing
+1207.5043 Superconductivity
+1207.6498 Strongly Correlated Electrons
+1207.7019 Formal Languages and Automata Theory
+1207.7309 Geometric Topology
+1207.7357 Chaotic Dynamics
+1208.0153 Information Retrieval
+1208.0914 Representation Theory
+1208.1026 Number Theory
+1208.1367 Combinatorics
+1208.1425
+1208.1710 Atomic Physics
+1208.1940 Artificial Intelligence
+1208.2261 Information Retrieval
+1208.2264 Earth and Planetary Astrophysics
+1208.2265 Software Engineering
+1208.2267 Combinatorics
+1208.2268 Dynamical Systems
+1208.2269 History and Overview
+1208.2270 Solar and Stellar Astrophysics
+1208.2278 Networking and Internet Architecture
+1208.2284 Cosmology and Nongalactic Astrophysics
+1208.2288 Functional Analysis
+1208.2293 Theory
+1208.2294 Learning
+1208.2295 Cosmology and Nongalactic Astrophysics
+1208.2299
+1208.2303 Analysis of PDEs
+1208.2305 Cryptography and Security
+1208.2309 Mesoscale and Nanoscale Physics
+1208.2314 Networking and Internet Architecture
+1208.2315 Combinatorics
+1208.2318 Data Structures and Algorithms
+1208.2321 Networking and Internet Architecture
+1208.2327 Spectral Theory
+1208.2329 Data Structures and Algorithms
+1208.2332 Systems and Control
+1208.2333 Cryptography and Security
+1208.2334 Cryptography and Security
+1208.2339 Phenomenology
+1208.2345 Neural and Evolutionary Computing
+1208.2352 Analysis of PDEs
+1208.2355 Social and Information Networks
+1208.2357 Cryptography and Security
+1208.2358 Fluid Dynamics
+1208.2359 Theory
+1208.2365
+1208.2375 Optics
+1208.2377 Instrumentation and Detectors
+1208.2384 Logic
+1208.2386 Number Theory
+1208.2389 Dynamical Systems
+1208.2390 Group Theory
+1208.2392 Functional Analysis
+1208.2393 Functional Analysis
+1208.2394 Information Theory
+1208.2395 Mesoscale and Nanoscale Physics
+1208.2396 Adaptation and Self-Organizing Systems
+1208.2401 Networking and Internet Architecture
+1208.2403 Networking and Internet Architecture
+1208.2413 Solar and Stellar Astrophysics
+1208.2414 Exactly Solvable and Integrable Systems
+1208.2415 Commutative Algebra
+1208.2417 Machine Learning
+1208.2418 Soft Condensed Matter
+1208.2422 High Energy Astrophysical Phenomena
+1208.2423 Functional Analysis
+1208.2428 Distributed, Parallel, and Cluster Computing
+1208.2429 Systems and Control
+1208.2437 Neural and Evolutionary Computing
+1208.2438 Algebraic Geometry
+1208.2439 Materials Science
+1208.2440 Logic in Computer Science
+1208.2442 Rings and Algebras
+1208.2447 Computational Geometry
+1208.2450 Analysis of PDEs
+1208.2451 Numerical Analysis
+1208.2452 Number Theory
+1208.2455 Dynamical Systems
+1208.2457 Logic in Computer Science
+1208.2459 Solar and Stellar Astrophysics
+1208.2460 Software Engineering
+1208.2466 Commutative Algebra
+1208.2469 Logic in Computer Science
+1208.2474
+1208.2476 Materials Science
+1208.2478 Information Retrieval
+1208.2480 Instrumentation and Methods for Astrophysics
+1208.2483 Complex Variables
+1208.2486 Other Computer Science
+1208.2487 Mesoscale and Nanoscale Physics
+1208.2488 Information Theory
+1208.2492 Superconductivity
+1208.2497 Phenomenology
+1208.2498 Formal Languages and Automata Theory
+1208.2508 Accelerator Physics
+1208.2510 Solar and Stellar Astrophysics
+1208.2511 Representation Theory
+1208.2512 Plasma Physics
+1208.2516 Solar and Stellar Astrophysics
+1208.2521 Classical Analysis and ODEs
+1208.2523 Learning
+1208.2527 Probability
+1208.2528 Astrophysics of Galaxies
+1208.2529 Strongly Correlated Electrons
+1208.2531 Fluid Dynamics
+1208.2537 Phenomenology
+1208.2538 Group Theory
+1208.2542 Cosmology and Nongalactic Astrophysics
+1208.2543 Data Structures and Algorithms
+1208.2554 Phenomenology
+1208.2561 Computational Complexity
+1208.2566 Artificial Intelligence
+1208.2568 Phenomenology
+1208.2569 Complex Variables
+1208.2570 Number Theory
+1208.2571 Analysis of PDEs
+1208.2572 Machine Learning
+1208.2574 Chemical Physics
+1208.2577 Dynamical Systems
+1208.2579 Logic
+1208.2580 Fluid Dynamics
+1208.2585 Logic in Computer Science
+1208.2587 Number Theory
+1208.2589 Physics and Society
+1208.2605 Superconductivity
+1208.2610 Chaotic Dynamics
+1208.2613 Phenomenology
+1208.2617 Geometric Topology
+1208.2620 Other Computer Science
+1208.2622 Numerical Analysis
+1208.2631 Logic in Computer Science
+1208.2633 Number Theory
+1208.2634 Differential Geometry
+1208.2641 Representation Theory
+1208.2644 Analysis of PDEs
+1208.2645 Phenomenology
+1208.2649 Distributed, Parallel, and Cluster Computing
+1208.2656 Numerical Analysis
+1208.2657
+1208.2661 Analysis of PDEs
+1208.2668 Accelerator Physics
+1208.2670 Accelerator Physics
+1208.2673 Phenomenology
+1208.2676 Analysis of PDEs
+1208.2677 Accelerator Physics
+1208.2681 Accelerator Physics
+1208.2684 Number Theory
+cond-mat/0409728 Other Condensed Matter
+math/0305139 Differential Geometry
+math/0309274 Differential Geometry
+math/0507047 Differential Geometry
+math/0507048 Differential Geometry
+math/0606410 Differential Geometry
+math/0610610 Differential Geometry
+physics/0410051 Atomic Physics
+0705.3774 Differential Geometry
+0712.3237 Analysis of PDEs
+0804.0395 Analysis of PDEs
+0806.1141 Statistics Theory
+0809.5125
+0901.2580 Geometric Topology
+0903.3325 Optimization and Control
+0904.0834 Analysis of PDEs
+0906.3292 Solar and Stellar Astrophysics
+0909.4736 Phenomenology
+0910.1246 Analysis of PDEs
+0911.2919 Machine Learning
+1001.4102 Theory
+1001.5025 Earth and Planetary Astrophysics
+1003.2092 Biological Physics
+1005.1375 Metric Geometry
+1008.0638 Cosmology and Nongalactic Astrophysics
+1008.2545 Solar and Stellar Astrophysics
+1008.3557 Mesoscale and Nanoscale Physics
+1009.2896 Risk Management
+1010.3093 Quantum Gases
+1010.6030 Mesoscale and Nanoscale Physics
+1010.6067 Earth and Planetary Astrophysics
+1101.0158 Earth and Planetary Astrophysics
+1101.0587 Numerical Analysis
+1101.0612 Numerical Analysis
+1101.1452 Numerical Analysis
+1101.1845 Numerical Analysis
+1103.0269 Probability
+1103.1128 Mesoscale and Nanoscale Physics
+1104.0925 Solar and Stellar Astrophysics
+1104.4523 Algebraic Topology
+1104.5269 History and Philosophy of Physics
+1105.0338 Theory
+1105.0793 Probability
+1105.1417
+1105.2259 Strongly Correlated Electrons
+1105.5575 Atomic Physics
+1106.2555 Analysis of PDEs
+1107.0960 Analysis of PDEs
+1108.5608 Probability
+1109.0482 Classical Analysis and ODEs
+1109.0585 Geometric Topology
+1109.1612 Statistics Theory
+1109.3128
+1109.4540 Statistics Theory
+1110.3231 Optics
+1110.5440 Strongly Correlated Electrons
+1111.0907 Neural and Evolutionary Computing
+1111.1979
+1111.2593
+1111.3055 High Energy Astrophysical Phenomena
+1111.4081
+1111.5626 Disordered Systems and Neural Networks
+1111.5785
+1111.7052 Atomic Physics
+1112.2052 Mesoscale and Nanoscale Physics
+1112.3094
+1112.4061 Geometric Topology
+1112.4280
+1112.5088 Materials Science
+1112.5163 Solar and Stellar Astrophysics
+1112.5664 High Energy Astrophysical Phenomena
+1112.6381
+1201.0861
+1201.2594 Algebraic Geometry
+1201.3200 Theory
+1201.3871 Materials Science
+1201.4392 Theory
+1201.5115 Theory
+1201.5665 Superconductivity
+1202.0530 Fluid Dynamics
+1202.0669 Mesoscale and Nanoscale Physics
+1202.1804
+1202.3313 Combinatorics
+1202.3670 History and Overview
+1202.5325 Methodology
+1202.6178 Algebraic Geometry
+1203.0004 Mesoscale and Nanoscale Physics
+1203.1531
+1203.2030 Quantum Gases
+1203.3752 Strongly Correlated Electrons
+1203.4576 Statistics Theory
+1203.5870 Phenomenology
+1203.5911 Materials Science
+1203.6022 Phenomenology
+1204.0742 Superconductivity
+1204.1746 Logic in Computer Science
+1204.3482 Group Theory
+1204.4727 Cosmology and Nongalactic Astrophysics
+1204.5105 Theory
+1204.5272
+1204.5687 Astrophysics of Galaxies
+1204.6000 Phenomenology
+1205.0665 Populations and Evolution
+1205.1322 Cell Behavior
+1205.1802 Mesoscale and Nanoscale Physics
+1205.5008 Mesoscale and Nanoscale Physics
+1205.5995 Probability
+1205.6015 Dynamical Systems
+1205.6200 Analysis of PDEs
+1205.6511 Theory
+1205.6711 Statistics Theory
+1206.0706 Statistical Mechanics
+1206.0729 Information Theory
+1206.0730 Neural and Evolutionary Computing
+1206.0750 Solar and Stellar Astrophysics
+1206.0753 Experiment
+1206.0755
+1206.0762
+1206.0766 Molecular Networks
+1206.0767 Materials Science
+1206.0771 Geometric Topology
+1206.0773 Statistics Theory
+1206.0779 Combinatorics
+1206.0782 Dynamical Systems
+1206.0786 Algebraic Topology
+1206.0787 Analysis of PDEs
+1206.0788 Software Engineering
+1206.0799 Combinatorics
+1206.0805 Computational Geometry
+1206.0807 Mesoscale and Nanoscale Physics
+1206.0810 Functional Analysis
+1206.0812 Phenomenology
+1206.0816 Adaptation and Self-Organizing Systems
+1206.0825 Statistics Theory
+1206.0827 Statistics Theory
+1206.0832
+1206.0836 Statistical Mechanics
+1206.0838 Analysis of PDEs
+1206.0840 Geophysics
+1206.0841
+1206.0847 Statistics Theory
+1206.0848 Cryptography and Security
+1206.0849
+1206.0851 Cosmology and Nongalactic Astrophysics
+1206.0853 Analysis of PDEs
+1206.0855 Artificial Intelligence
+1206.0857 Disordered Systems and Neural Networks
+1206.0859 Atomic Physics
+1206.0860 Combinatorics
+1206.0867 Methodology
+1206.0870 Analysis of PDEs
+1206.0871 Statistics Theory
+1206.0874 Experiment
+1206.0875 Experiment
+1206.0878
+1206.0881
+1206.0886 Cryptography and Security
+1206.0890 Fluid Dynamics
+1206.0893 Networking and Internet Architecture
+1206.0897 Statistics Theory
+1206.0900
+1206.0905 Information Retrieval
+1206.0906 Earth and Planetary Astrophysics
+1206.0907 Classical Analysis and ODEs
+1206.0908 Other Computer Science
+1206.0911 Logic in Computer Science
+1206.0912 Differential Geometry
+1206.0915
+1206.0917 Statistics Theory
+1206.0918 Artificial Intelligence
+1206.0922 Theory
+1206.0925 Artificial Intelligence
+1206.0940 Accelerator Physics
+1206.0942 Mesoscale and Nanoscale Physics
+1206.0949 Probability
+1206.0951 Networking and Internet Architecture
+1206.0959 Molecular Networks
+1206.0962 Group Theory
+1206.0967 Functional Analysis
+1206.0968 Information Retrieval
+1206.0971 Adaptation and Self-Organizing Systems
+1206.0972 Optics
+1206.0974 Neural and Evolutionary Computing
+1206.0975 Classical Physics
+1206.0976 Artificial Intelligence
+1206.0978 Cryptography and Security
+1206.0980 Methodology
+1206.0981 Social and Information Networks
+1206.0982 Probability
+1206.0985 Computational Complexity
+1206.0988 Distributed, Parallel, and Cluster Computing
+1206.0993 Analysis of PDEs
+1206.0994 Learning
+1206.0995 Formal Languages and Automata Theory
+1206.0996 Rings and Algebras
+1206.1004 Other Computer Science
+1206.1010 Analysis of PDEs
+1206.1011 Information Retrieval
+1206.1012 Neural and Evolutionary Computing
+1206.1016 Probability
+1206.1017 Molecular Networks
+1206.1018 Fluid Dynamics
+1206.1029 Other Quantitative Biology
+1206.1032 Databases
+1206.1038 Algebraic Geometry
+1206.1039 Dynamical Systems
+1206.1041 High Energy Astrophysical Phenomena
+hep-ph/0412112 Phenomenology
+0712.1639 Number Theory
+0712.2738 Classical Analysis and ODEs
+0903.4459 Algebraic Geometry
+0904.3188 General Physics
+0909.4925 Number Theory
+0911.0212 Mesoscale and Nanoscale Physics
+0912.3910 Mesoscale and Nanoscale Physics
+0912.5224 Classical Analysis and ODEs
+1001.3133 Classical Analysis and ODEs
+1010.1073 Number Theory
+1010.4387
+1011.3093 Number Theory
+1012.2091 Phenomenology
+1012.3836 Number Theory
+1101.5519 Populations and Evolution
+1103.3519 Quantum Algebra
+1103.3605 Classical Analysis and ODEs
+1103.4098 Classical Analysis and ODEs
+1103.4748
+1103.5873 Quantum Algebra
+1104.0141 Classical Analysis and ODEs
+1104.3094 Quantum Algebra
+1104.5643 Distributed, Parallel, and Cluster Computing
+1106.4923
+1107.1082 Commutative Algebra
+1107.1741 Operator Algebras
+1108.0615 Classical Analysis and ODEs
+1108.3681
+1108.5155 Classical Analysis and ODEs
+1109.1758 Representation Theory
+1109.1995
+1109.4318
+1109.6129 Dynamical Systems
+1109.6200 Fluid Dynamics
+1109.6275 Combinatorics
+1110.0123 Quantum Gases
+1110.1022 Numerical Analysis
+1110.6204
+1111.5458 Combinatorics
+1111.6545 Strongly Correlated Electrons
+1111.6598 Cosmology and Nongalactic Astrophysics
+1111.7174 Strongly Correlated Electrons
+1112.2272 Theory
+1112.4159 Mesoscale and Nanoscale Physics
+1112.4626 Computational Geometry
+1112.5807 Mesoscale and Nanoscale Physics
+1112.5844 Dynamical Systems
+1201.2006 Analysis of PDEs
+1201.3834 Phenomenology
+1201.3959
+1201.4942
+1201.6100 Commutative Algebra
+1202.3460 Numerical Analysis
+1202.3829 Earth and Planetary Astrophysics
+1202.5328
+1202.6210
+1203.1061 Metric Geometry
+1203.2228 Physics and Society
+1203.4504 Classical Analysis and ODEs
+1203.4511 Classical Analysis and ODEs
+1204.1922 Probability
+1204.2436 Machine Learning
+1204.3167 Information Theory
+1204.3846 Numerical Analysis
+1205.2008 Functional Analysis
+1205.2870 Cosmology and Nongalactic Astrophysics
+1205.3500 Theory
+1205.3511 Quantum Gases
+1205.4259 Statistics Theory
+1205.5809 Cosmology and Nongalactic Astrophysics
+1206.0022
+1206.2106 Solar and Stellar Astrophysics
+1206.2321 Chaotic Dynamics
+1206.2864 Strongly Correlated Electrons
+1206.2908 Materials Science
+1206.5579 Earth and Planetary Astrophysics
+1206.6123 Phenomenology
+1207.0047
+1207.1086
+1207.2381 Spectral Theory
+1207.3175
+1207.3891 Number Theory
+1208.0671 Strongly Correlated Electrons
+1208.1286 Phenomenology
+1208.3788 Biological Physics
+1208.4071 Materials Science
+1208.5765 Mesoscale and Nanoscale Physics
+1208.5955 Number Theory
+1208.6094 Information Theory
+1208.6340 Atomic Physics
+1209.0454 Strongly Correlated Electrons
+1209.0839
+1209.1987 Phenomenology
+1209.2304 Mesoscale and Nanoscale Physics
+1209.2562 Neurons and Cognition
+1209.2586 Strongly Correlated Electrons
+1209.4008 Lattice
+1209.4184 Classical Physics
+1209.4327
+1209.4787 General Finance
+1209.5174
+1209.5413 Differential Geometry
+1209.5421 Numerical Analysis
+1210.0326 Strongly Correlated Electrons
+1210.0548
+1210.1832 High Energy Astrophysical Phenomena
+1210.2136 Cosmology and Nongalactic Astrophysics
+1210.2557 Representation Theory
+1210.4260 Numerical Analysis
+1210.4766 Dynamical Systems
+1210.5679
+1210.6043
+1210.6112 Software Engineering
+1210.6665 Chemical Physics
+1211.0042 Representation Theory
+1211.0400 Optics
+1211.0407
+1211.2831
+1211.2838 Physics and Society
+1211.3220 Materials Science
+1211.3222 Classical Analysis and ODEs
+1211.3352 Phenomenology
+1211.3841 Plasma Physics
+1211.4083 Statistical Mechanics
+1211.6086 Social and Information Networks
+1211.6928 Analysis of PDEs
+1212.0707 Methodology
+1212.0950 Classical Physics
+1212.0967 Artificial Intelligence
+1212.1014
+1212.1076 Statistics Theory
+1212.1083 Fluid Dynamics
+1212.1154 Materials Science
+1212.1155
+1212.1165 Phenomenology
+1212.1167 Phenomenology
+1212.1170 Algebraic Geometry
+1212.1179
+1212.1180 Machine Learning
+1212.1183 Soft Condensed Matter
+1212.1187 Information Theory
+1212.1196 Mesoscale and Nanoscale Physics
+1212.1200 Populations and Evolution
+1212.1204 Superconductivity
+1212.1214 Quantum Gases
+1212.1215 Lattice
+1212.1216 Adaptation and Self-Organizing Systems
+1212.1220 Instrumentation and Detectors
+1212.1224 Physics and Society
+1212.1226 Earth and Planetary Astrophysics
+1212.1232
+1212.1242 Mesoscale and Nanoscale Physics
+1212.1252 Number Theory
+1212.1254 Probability
+1212.1255 Analysis of PDEs
+1212.1256 Astrophysics of Galaxies
+1212.1257 Probability
+1212.1258 Materials Science
+1212.1263 Machine Learning
+1212.1268 Classical Analysis and ODEs
+1212.1269 Optimization and Control
+1212.1270
+1212.1279 Representation Theory
+1212.1282 General Finance
+1212.1284 Distributed, Parallel, and Cluster Computing
+1212.1286 General Finance
+1212.1287 Quantum Gases
+1212.1289 Soft Condensed Matter
+1212.1291 Geometric Topology
+1212.1293 Numerical Analysis
+1212.1294 Number Theory
+1212.1296 Optimization and Control
+1212.1297 Solar and Stellar Astrophysics
+1212.1304 Phenomenology
+1212.1307 Solar and Stellar Astrophysics
+1212.1310 Solar and Stellar Astrophysics
+1212.1312 General Topology
+1212.1313 Computer Vision and Pattern Recognition
+1212.1314 Representation Theory
+1212.1317 Differential Geometry
+1212.1322 Classical Physics
+1212.1324
+1212.1327 Instrumentation and Methods for Astrophysics
+1212.1329 Computer Vision and Pattern Recognition
+1212.1333 Numerical Analysis
+1212.1339 Applications
+1212.1341 Functional Analysis
+1212.1342
+1212.1344 Emerging Technologies
+1212.1350 Geophysics
+1212.1354 Materials Science
+1212.1356 Cosmology and Nongalactic Astrophysics
+1212.1359 History and Philosophy of Physics
+1212.1360 Computational Engineering, Finance, and Science
+1212.1365
+1212.1370 Analysis of PDEs
+1212.1372 Probability
+1212.1374 Materials Science
+1212.1376 Lattice
+1212.1383 Complex Variables
+1212.1387 Spectral Theory
+1212.1391 Probability
+1212.1392 Number Theory
+1212.1395 Dynamical Systems
+1212.1397 Numerical Analysis
+1212.1400 Analysis of PDEs
+1212.1401 Classical Analysis and ODEs
+1212.1406 Combinatorics
+1212.1407 Combinatorics
+1212.1408 Materials Science
+1212.1412 History and Overview
+1212.1414 Probability
+1212.1420 Functional Analysis
+1212.1421
+1212.1423 Classical Analysis and ODEs
+1212.1427 Spectral Theory
+1212.1428 Classical Analysis and ODEs
+1212.1431 General Mathematics
+1212.1436 Statistical Mechanics
+1212.1444 Probability
+1212.1446 Theory
+cond-mat/0405004 Materials Science
+math-ph/9902011
+math/0402135 Number Theory
+math/0412067 Number Theory
+math/0503120 Number Theory
+math/0510450 Differential Geometry
+math/0606651 Geometric Topology
+math/0701528 Number Theory
+math/0702209 Number Theory
+math/9808028 Differential Geometry
+quant-ph/9910011
+0712.2900 Exactly Solvable and Integrable Systems
+0804.3474 Fluid Dynamics
+0806.3185
+0808.0101 Exactly Solvable and Integrable Systems
+0901.1155 Data Structures and Algorithms
+0901.2590 Representation Theory
+0906.1425 Exactly Solvable and Integrable Systems
+0907.3849 High Energy Astrophysical Phenomena
+0908.4055 High Energy Astrophysical Phenomena
+0909.0173 Artificial Intelligence
+0909.2017 Computer Vision and Pattern Recognition
+1001.4379 Rings and Algebras
+1002.0470 Populations and Evolution
+1008.3857 General Physics
+1009.0130 General Physics
+1010.3756 Numerical Analysis
+1010.4335 Strongly Correlated Electrons
+1101.2608 Cosmology and Nongalactic Astrophysics
+1101.2844 Geometric Topology
+1101.4459 Analysis of PDEs
+1102.0593
+1103.1746 Mesoscale and Nanoscale Physics
+1103.2326 Combinatorics
+1103.5361 Representation Theory
+1104.0537 Materials Science
+1104.2905 Cosmology and Nongalactic Astrophysics
+1105.4029
+1105.4536
+1105.5812
+1106.1954 Dynamical Systems
+1106.2742
+1106.3998 Solar and Stellar Astrophysics
+1106.4735 Combinatorics
+1106.5723 Numerical Analysis
+1107.0260 Materials Science
+1107.2560 Plasma Physics
+1107.5562 Theory
+1108.0018 Differential Geometry
+1109.2122
+1109.3438
+1109.6056
+1110.3775 Differential Geometry
+1111.0058 Metric Geometry
+1111.0578 Quantum Gases
+1111.0709 Soft Condensed Matter
+1111.1593
+1111.2982 Superconductivity
+1111.4478 Cosmology and Nongalactic Astrophysics
+1111.5658 Complex Variables
+1111.6893 Strongly Correlated Electrons
+1112.1936 Theory
+1112.1982 Instrumentation and Methods for Astrophysics
+1112.3853
+1112.4589 Subcellular Processes
+1112.5066
+1112.5483 Cosmology and Nongalactic Astrophysics
+1201.0471 Statistical Mechanics
+1201.5609 Materials Science
+1201.6160 Strongly Correlated Electrons
+1202.0935
+1203.1790 Populations and Evolution
+1203.2579 Mesoscale and Nanoscale Physics
+1203.3259 Probability
+1203.4428
+1203.4560 Earth and Planetary Astrophysics
+1204.5588
+1204.6699 Computational Geometry
+1205.0027 Theory
+1205.4337
+1205.6060 Theory
+1205.6428 High Energy Astrophysical Phenomena
+1206.1020 Mesoscale and Nanoscale Physics
+1206.4170 Exactly Solvable and Integrable Systems
+1206.4546 Theory
+1206.4980 Differential Geometry
+1206.5023 Quantum Gases
+1206.5330 Superconductivity
+1206.7022 Superconductivity
+1207.0727 Superconductivity
+1207.1318 Superconductivity
+1207.2151 Solar and Stellar Astrophysics
+1207.2698 Analysis of PDEs
+1207.3584 Superconductivity
+1207.3702 Materials Science
+1208.1775 Solar and Stellar Astrophysics
+1208.2069 Statistical Mechanics
+1208.4406 Materials Science
+1208.5808
+1208.6182 Strongly Correlated Electrons
+1208.6285 Optics
+1209.0296 Computational Physics
+1209.1709 Solar and Stellar Astrophysics
+1209.2091 Populations and Evolution
+1209.2241 Mesoscale and Nanoscale Physics
+1209.2281 Materials Science
+1209.2295 Computer Vision and Pattern Recognition
+1209.2411 Probability
+1209.2422 Phenomenology
+1209.2423
+1209.2425 Theory
+1209.2430
+1209.2434 Machine Learning
+1209.2437 Methodology
+1209.2440 Representation Theory
+1209.2441 Accelerator Physics
+1209.2443 Accelerator Physics
+1209.2446 Quantum Gases
+1209.2448 Number Theory
+1209.2450 Differential Geometry
+1209.2451 Cosmology and Nongalactic Astrophysics
+1209.2455 Genomics
+1209.2457 Cryptography and Security
+1209.2460 Number Theory
+1209.2464
+1209.2465 Atomic Physics
+1209.2471 Combinatorics
+1209.2474 Optics
+1209.2475
+1209.2480 Numerical Analysis
+1209.2481 Mesoscale and Nanoscale Physics
+1209.2484 Group Theory
+1209.2485 High Energy Astrophysical Phenomena
+1209.2499
+1209.2500 Mesoscale and Nanoscale Physics
+1209.2505 Networking and Internet Architecture
+1209.2507 Networking and Internet Architecture
+1209.2508 Networking and Internet Architecture
+1209.2510 Analysis of PDEs
+1209.2512 Discrete Mathematics
+1209.2515 Computer Vision and Pattern Recognition
+1209.2516 Software Engineering
+1209.2517 Analysis of PDEs
+1209.2526 Atmospheric and Oceanic Physics
+1209.2528 Combinatorics
+1209.2529 Genomics
+1209.2534
+1209.2538 History and Philosophy of Physics
+1209.2539
+1209.2541 Physics and Society
+1209.2542 Information Theory
+1209.2543 Instrumentation and Detectors
+1209.2548 Neural and Evolutionary Computing
+1209.2550 Networking and Internet Architecture
+1209.2551 Optimization and Control
+1209.2553 Software Engineering
+1209.2560 Astrophysics of Galaxies
+1209.2564 Materials Science
+1209.2565
+1209.2566 Methodology
+1209.2567 Solar and Stellar Astrophysics
+1209.2574 Functional Analysis
+1209.2577 Commutative Algebra
+1209.2581 Combinatorics
+1209.2582 Cryptography and Security
+1209.2598 Cosmology and Nongalactic Astrophysics
+1209.2599
+1209.2600 Soft Condensed Matter
+1209.2602 Robotics
+1209.2608 Soft Condensed Matter
+1209.2614 Distributed, Parallel, and Cluster Computing
+1209.2620 Logic in Computer Science
+1209.2622 Solar and Stellar Astrophysics
+1209.2625 Mesoscale and Nanoscale Physics
+1209.2626 Mesoscale and Nanoscale Physics
+1209.2627 Rings and Algebras
+1209.2630 Classical Analysis and ODEs
+1209.2632 General Physics
+1209.2635 Networking and Internet Architecture
+1209.2638 Populations and Evolution
+1209.2641 Computational Engineering, Finance, and Science
+1209.2645 Rings and Algebras
+1209.2647 Databases
+1209.2649 Differential Geometry
+1209.2650 Other Computer Science
+1209.2651 Accelerator Physics
+1209.2655 Machine Learning
+1209.2659 Software Engineering
+1209.2660 Computational Engineering, Finance, and Science
+1209.2664 Digital Libraries
+1209.2665
+1209.2670 Algebraic Topology
+1209.2672 Information Theory
+1209.2674 Combinatorics
+1209.2681 Software Engineering
+1209.2684 Social and Information Networks
+1209.2685 Instrumentation and Methods for Astrophysics
+1209.2686 Theory
+1209.2687 Combinatorics
+1209.2688 Information Theory
+1209.2690 Data Analysis, Statistics and Probability
+1209.2696 Computer Vision and Pattern Recognition
+1209.2699 Combinatorics
+1209.2700 Accelerator Physics
+1209.2701 Mesoscale and Nanoscale Physics
+1209.2702 Materials Science
+gr-qc/9610043
+gr-qc/9704054
+physics/0605218 General Physics
+physics/0612249 General Physics
+0802.3369 Fluid Dynamics
+0806.4928 Statistical Mechanics
+0807.2077 Algebraic Geometry
+0905.0463 Probability
+0909.1098 Geometric Topology
+0912.3247 Soft Condensed Matter
+0912.3904 Probability
+1001.4288 Instrumentation and Detectors
+1001.4482 Group Theory
+1003.4302 Information Theory
+1003.4547 Classical Analysis and ODEs
+1004.1854 Computer Science and Game Theory
+1006.0982 Probability
+1006.1873 Statistical Mechanics
+1007.0828 Probability
+1009.3234 Analysis of PDEs
+1009.4078 Statistical Mechanics
+1010.3063 Neurons and Cognition
+1012.4405 Quantum Gases
+1012.4449 Fluid Dynamics
+1012.5615 Strongly Correlated Electrons
+1101.1146 Physics and Society
+1101.2166 Strongly Correlated Electrons
+1102.0357 Superconductivity
+1102.1249 Statistics Theory
+1103.0194 Dynamical Systems
+1103.1362 Programming Languages
+1103.5053 Theory
+1103.5512
+1103.5575 Portfolio Management
+1103.5871 Classical Analysis and ODEs
+1104.1837 Probability
+1104.2359 Quantum Algebra
+1104.4929 Dynamical Systems
+1104.5240 Information Theory
+1105.1392 Materials Science
+1105.3809 Probability
+1106.0575 Quantum Gases
+1106.1345 Statistical Mechanics
+1106.2836 Materials Science
+1106.3908 Quantum Gases
+1107.0814 Superconductivity
+1107.1430 Theory
+1107.1448 Materials Science
+1107.4508 Statistical Mechanics
+1107.5805 Instrumentation and Methods for Astrophysics
+1108.0020 Instrumentation and Methods for Astrophysics
+1108.0788 Probability
+1108.1238 Quantum Gases
+1108.2990 Statistical Mechanics
+1108.3984 Dynamical Systems
+1108.4710 Dynamical Systems
+1109.0036 Theory
+1109.0225
+1109.0438 Fluid Dynamics
+1109.0556 Statistical Mechanics
+1109.2096 Cosmology and Nongalactic Astrophysics
+1109.2379 Operator Algebras
+1109.3277 Soft Condensed Matter
+1109.3644 Strongly Correlated Electrons
+1109.4306 Networking and Internet Architecture
+1109.4768 Analysis of PDEs
+1109.5350 Disordered Systems and Neural Networks
+1109.6116 Superconductivity
+1110.0573
+1110.0665 Atomic Physics
+1110.3364 Quantum Gases
+1110.5766 Classical Analysis and ODEs
+1111.0173 Materials Science
+1111.1127 Earth and Planetary Astrophysics
+1111.1319
+1111.1674 Populations and Evolution
+1111.1828 Theory
+1111.3523 Superconductivity
+1111.4070
+1111.4487 Functional Analysis
+1111.4515 Materials Science
+1111.5137 Probability
+1111.7299 Computer Science and Game Theory
+1112.1741 Numerical Analysis
+1112.3483 Superconductivity
+1112.4141 Cosmology and Nongalactic Astrophysics
+1112.4434 Statistics Theory
+1112.4560 Optics
+1112.4674 Mesoscale and Nanoscale Physics
+1112.5023 Strongly Correlated Electrons
+1112.5297 Physics and Society
+1201.0300 Optics
+1201.0888 Theory
+1201.0895 General Physics
+1201.3262 Phenomenology
+1201.3344 Quantum Gases
+1201.3707 Mesoscale and Nanoscale Physics
+1201.4784 Quantum Gases
+1202.3305 Theory
+1202.4887 Earth and Planetary Astrophysics
+1202.5116 Statistical Mechanics
+1202.5225 Strongly Correlated Electrons
+1202.5593 Disordered Systems and Neural Networks
+1203.0165 Statistical Mechanics
+1203.0675
+1203.0799 Phenomenology
+1203.1242 Cosmology and Nongalactic Astrophysics
+1203.1646 Astrophysics of Galaxies
+1203.3012 Superconductivity
+1203.3784 Strongly Correlated Electrons
+1203.4556
+1203.4559 Soft Condensed Matter
+1204.2338 Commutative Algebra
+1204.2430 Geometric Topology
+1204.2530 Metric Geometry
+1204.4753 Combinatorics
+1204.5382 Theory
+1204.5392 Numerical Analysis
+1204.5674 Quantum Gases
+1204.5744 Differential Geometry
+1204.5755 Combinatorics
+1204.5756 Theory
+1204.5757
+1204.5758
+1204.5763 Analysis of PDEs
+1204.5767
+1204.5778 Geometric Topology
+1204.5779 Algebraic Geometry
+1204.5780 Computer Science and Game Theory
+1204.5790 Quantum Gases
+1204.5791 Networking and Internet Architecture
+1204.5792 Dynamical Systems
+1204.5793 Phenomenology
+1204.5794 Optimization and Control
+1204.5795 Chemical Physics
+1204.5796 Multiagent Systems
+1204.5799 Complex Variables
+1204.5802 Learning
+1204.5804 Classical Analysis and ODEs
+1204.5805 Networking and Internet Architecture
+1204.5806 Metric Geometry
+1204.5807 Quantum Algebra
+1204.5810 Data Structures and Algorithms
+1204.5813 Numerical Analysis
+1204.5818 Optics
+1204.5819 Materials Science
+1204.5821 Materials Science
+1204.5823 Data Structures and Algorithms
+1204.5824 Materials Science
+1204.5825 Materials Science
+1204.5826 Mesoscale and Nanoscale Physics
+1204.5828 Computational Geometry
+1204.5831 Algebraic Geometry
+1204.5838 Differential Geometry
+1204.5839 Networking and Internet Architecture
+1204.5841 Medical Physics
+1204.5842
+1204.5844 Materials Science
+1204.5849 Instrumentation and Methods for Astrophysics
+1204.5851 Mesoscale and Nanoscale Physics
+1204.5852 Computation and Language
+1204.5864 Analysis of PDEs
+1204.5866 Optics
+1204.5869 High Energy Astrophysical Phenomena
+1204.5871 Atmospheric and Oceanic Physics
+1204.5872 Atomic Physics
+1204.5874 Geometric Topology
+1204.5879 Combinatorics
+1204.5887 Formal Languages and Automata Theory
+1204.5891 Classical Analysis and ODEs
+1204.5893 Dynamical Systems
+1204.5898
+1204.5906 Analysis of PDEs
+1204.5911 Atomic Physics
+1204.5912 Statistical Mechanics
+1204.5913
+1204.5915 Differential Geometry
+1204.5920 Artificial Intelligence
+1204.5921 Probability
+1204.5922 Combinatorics
+1204.5929 Data Structures and Algorithms
+1204.5930 Number Theory
+1204.5932 Commutative Algebra
+1204.5935
+1204.5942 Materials Science
+1204.5943 Functional Analysis
+1204.5945 Optimization and Control
+1204.5947 Earth and Planetary Astrophysics
+1204.5949 Quantum Gases
+1204.5953
+1204.5956 Commutative Algebra
+1204.5958 Functional Analysis
+1204.5967 Differential Geometry
+1204.5972 Soft Condensed Matter
+1204.5976 Superconductivity
+1204.5981 Logic in Computer Science
+1204.5983 Analysis of PDEs
+1204.5987 Probability
+1204.5988 Analysis of PDEs
+1204.5992 General Mathematics
+1204.5996 Materials Science
+1204.5997 Strongly Correlated Electrons
+1204.5998 Plasma Physics
+1204.6006 Analysis of PDEs
+1204.6008 Classical Analysis and ODEs
+1204.6010 Soft Condensed Matter
+1204.6018 Analysis of PDEs
+1204.6020 Populations and Evolution
+1204.6025 Functional Analysis
+1204.6026 Accelerator Physics
+1204.6027 Statistical Mechanics
+1204.6028 Plasma Physics
+chao-dyn/9807018 Chaotic Dynamics
+cond-mat/0509180 Statistical Mechanics
+cond-mat/0511269 Strongly Correlated Electrons
+cond-mat/0601590 Statistical Mechanics
+cond-mat/9807172 Mesoscale and Nanoscale Physics
+math/0410266 Number Theory
+nlin/0206003 Chaotic Dynamics
+nlin/0208037 Chaotic Dynamics
+0707.2147
+0709.0773 Probability
+0712.2012 Materials Science
+0801.0143 Phenomenology
+0809.0665 Probability
+0809.2880 Algebraic Geometry
+0809.3656 Number Theory
+0901.1608 Combinatorics
+0902.4322 Mesoscale and Nanoscale Physics
+0904.2050 Algebraic Geometry
+0904.3358 Algebraic Geometry
+0905.2487 Pattern Formation and Solitons
+0908.0967
+0910.2109 Mesoscale and Nanoscale Physics
+1001.1592 Combinatorics
+1002.3908
+1002.4152 Probability
+1004.0847
+1004.4680 K-Theory and Homology
+1005.3932 Number Theory
+1007.0124 Mesoscale and Nanoscale Physics
+1007.2484 Combinatorics
+1007.2618 Data Structures and Algorithms
+1007.3190
+1008.1827 Computer Science and Game Theory
+1009.2606 Quantum Gases
+1009.3974
+1009.4072
+1009.5463
+1010.3612 Operator Algebras
+1011.2311 Combinatorics
+1011.4763 Probability
+1012.0036 Molecular Networks
+1012.1275 Operator Algebras
+1101.0264
+1101.2479 Spectral Theory
+1101.3517 Space Physics
+1102.1349 Classical Analysis and ODEs
+1102.2582 Phenomenology
+1102.3074 Methodology
+1102.3105 Algebraic Geometry
+1102.4152 Computation
+1102.5754 Dynamical Systems
+1103.0629 Metric Geometry
+1103.5126 Representation Theory
+1103.5170 Databases
+1104.0301
+1104.0302
+1104.0693 Statistical Mechanics
+1104.4760 Plasma Physics
+1104.4895 Differential Geometry
+1104.5575 Differential Geometry
+1105.2256
+1105.2859
+1105.3085 Differential Geometry
+1105.5305 Probability
+1106.2409
+1106.3800 Mesoscale and Nanoscale Physics
+1107.0939 Theory
+1107.1389 Mesoscale and Nanoscale Physics
+1107.3870 Combinatorics
+1107.4078 Phenomenology
+1107.4321 Theory
+1107.4352 Superconductivity
+1107.4773
+1107.4783
+1107.5776 Probability
+1108.1118 Differential Geometry
+1108.2745 Probability
+1108.5729 General Physics
+1109.0103 Optics
+1109.2324 Geophysics
+1109.3343 Probability
+1109.4042 Theory
+1109.5232 Strongly Correlated Electrons
+1109.5235 Social and Information Networks
+1109.5490 Information Theory
+1110.1361
+1110.2594
+1110.2873 Computation
+1110.5492
+1110.5651 Phenomenology
+1110.5660 Molecular Networks
+1110.5788 Atomic Physics
+1110.6012 Information Theory
+1110.6361
+1110.6521 Analysis of PDEs
+1110.6676 Functional Analysis
+1110.6782 Algebraic Geometry
+1111.0176 Phenomenology
+1111.0713 Spectral Theory
+1111.1151 Phenomenology
+1111.1216 Mesoscale and Nanoscale Physics
+1111.1279 Optics
+1111.1620 Superconductivity
+1111.2350 Soft Condensed Matter
+1111.2791
+1111.3849
+1111.4080 Mesoscale and Nanoscale Physics
+1111.5413 Mesoscale and Nanoscale Physics
+1111.6802 Strongly Correlated Electrons
+1112.0409 Theory
+1112.1605 Statistical Mechanics
+1112.1788 Statistics Theory
+1112.1978 Cryptography and Security
+1112.2489 Algebraic Geometry
+1112.3011 Statistical Mechanics
+1112.3332 Theory
+1112.3501 Disordered Systems and Neural Networks
+1112.3884 Mesoscale and Nanoscale Physics
+1112.4931 Mesoscale and Nanoscale Physics
+1112.5471
+1112.5481
+1112.6017 Dynamical Systems
+1112.6052 Phenomenology
+1201.2925 Learning
+1201.4041 Functional Analysis
+1201.4066 Algebraic Geometry
+1202.4161 Representation Theory
+1202.5974
+1203.0413 Instrumentation and Methods for Astrophysics
+1203.0564 Classical Analysis and ODEs
+1203.0833 Data Structures and Algorithms
+1203.1712 Superconductivity
+1203.1759 Number Theory
+1203.2488
+1203.2612 Astrophysics of Galaxies
+1203.2631 Phenomenology
+1203.2634 Accelerator Physics
+1203.2639 Materials Science
+1203.2640 Algebraic Geometry
+1203.2641
+1203.2648 Solar and Stellar Astrophysics
+1203.2651 Algebraic Geometry
+1203.2653 Solar and Stellar Astrophysics
+1203.2658 Metric Geometry
+1203.2662 Metric Geometry
+1203.2664 Metric Geometry
+1203.2665 Differential Geometry
+1203.2666 Optimization and Control
+1203.2668 Cryptography and Security
+1203.2670 Combinatorics
+1203.2672 Databases
+1203.2675
+1203.2679
+1203.2684 Quantum Algebra
+1203.2686 Quantum Algebra
+1203.2688 Differential Geometry
+1203.2689 Strongly Correlated Electrons
+1203.2690 Information Theory
+1203.2696 Analysis of PDEs
+1203.2700 Analysis of PDEs
+1203.2701 Popular Physics
+1203.2702 Materials Science
+1203.2704 Software Engineering
+1203.2711 Complex Variables
+1203.2713 Complex Variables
+1203.2717 Optimization and Control
+1203.2720 Commutative Algebra
+1203.2721 Information Theory
+1203.2723 Combinatorics
+1203.2725 Networking and Internet Architecture
+1203.2728 Group Theory
+1203.2731 Strongly Correlated Electrons
+1203.2734 General Physics
+1203.2740 Representation Theory
+1203.2748 Soft Condensed Matter
+1203.2750 Statistics Theory
+1203.2755 Number Theory
+1203.2757 Mesoscale and Nanoscale Physics
+1203.2761 Instrumentation and Methods for Astrophysics
+1203.2766 Cosmology and Nongalactic Astrophysics
+1203.2768 Information Theory
+1203.2769 Information Theory
+1203.2770 Biological Physics
+1203.2774 Mesoscale and Nanoscale Physics
+1203.2778 Information Theory
+1203.2781 Phenomenology
+1203.2783 Probability
+1203.2784 Materials Science
+1203.2785 Rings and Algebras
+1203.2787 Fluid Dynamics
+1203.2790 Statistics Theory
+1203.2800 Category Theory
+1203.2801 Computational Complexity
+1203.2808 Optimization and Control
+1203.2809 Logic in Computer Science
+1203.2811
+1203.2812 Other Condensed Matter
+1203.2813 Classical Analysis and ODEs
+1203.2814 Cosmology and Nongalactic Astrophysics
+1203.2816 Systems and Control
+1203.2817 Mesoscale and Nanoscale Physics
+1203.2818 Strongly Correlated Electrons
+1203.2821 Methodology
+1203.2823 Number Theory
+1203.2830 Atomic Physics
+1203.2835 Information Theory
+1203.2836 Solar and Stellar Astrophysics
+1203.2839 Computer Vision and Pattern Recognition
+1203.2840 Phenomenology
+1203.2844 Experiment
+1203.2845 Instrumentation and Methods for Astrophysics
+1203.2846 Optimization and Control
+1203.2848 Numerical Analysis
+1203.2854 Operator Algebras
+1203.2860 Optimization and Control
+1203.2863 Combinatorics
+1203.2865 Superconductivity
+1203.2868 Combinatorics
+1203.2879 Applications
+1203.2886 Databases
+1203.2890 Information Theory
+1203.2893 Dynamical Systems
+1203.2894 Analysis of PDEs
+1203.2895 Dynamical Systems
+1203.2896 Materials Science
+1203.2897 Probability
+1203.2898 Analysis of PDEs
+1203.2905 Analysis of PDEs
+1203.2912 Numerical Analysis
+hep-th/0210105 Theory
+math/0511745 Probability
+math/0609290 Probability
+math/0611867 Algebraic Geometry
+math/0702708 Probability
+0708.4042 Number Theory
+0711.0598 Analysis of PDEs
+0801.2239 Quantum Algebra
+0809.0690 Physics and Society
+0907.4745
+0912.0615 Probability
+0912.4447 Strongly Correlated Electrons
+1001.0386 Analysis of PDEs
+1002.4706 General Physics
+1002.4709 General Physics
+1004.3521 Cryptography and Security
+1005.1856 Cryptography and Security
+1006.4037 Optics
+1007.3754 Statistical Mechanics
+1008.3933 Quantum Gases
+1010.2998 Mesoscale and Nanoscale Physics
+1010.4643 Dynamical Systems
+1011.1615 Geometric Topology
+1011.3661 Geometric Topology
+1012.3474
+1012.3914 Materials Science
+1101.3898 Functional Analysis
+1101.4345 Exactly Solvable and Integrable Systems
+1102.1018 Differential Geometry
+1102.1359 Algebraic Topology
+1102.2952 Statistics Theory
+1102.5496 Methodology
+1103.0603 Dynamical Systems
+1103.3063 Probability
+1103.3980
+1105.0083
+1105.0871 Computation
+1105.5271 Quantum Algebra
+1105.6344 Applications
+1106.2245 Probability
+1106.4217 Superconductivity
+1106.4975 Theory
+1107.0712 Classical Analysis and ODEs
+1107.2311 Materials Science
+1107.4108 Mesoscale and Nanoscale Physics
+1107.5405
+1108.0606 Applications
+1108.2036 Phenomenology
+1108.6258 Solar and Stellar Astrophysics
+1109.0151
+1109.1773 Functional Analysis
+1109.1778 Functional Analysis
+1109.1810 Geophysics
+1109.3399 Disordered Systems and Neural Networks
+1109.3435 Strongly Correlated Electrons
+1109.4866 Mesoscale and Nanoscale Physics
+1109.5878 Computational Physics
+1110.0658 Materials Science
+1110.0973
+1110.3044 Phenomenology
+1110.5893 Mesoscale and Nanoscale Physics
+1110.6594 Functional Analysis
+1111.1091 Statistical Mechanics
+1111.1311 Computer Vision and Pattern Recognition
+1111.1575 Lattice
+1111.2175 Quantum Gases
+1111.2553 Theory
+1111.3391 Lattice
+1111.4544 Lattice
+1111.5891 Lattice
+1112.0045 Quantitative Methods
+1112.0691 Solar and Stellar Astrophysics
+1112.2418
+1112.3003 Functional Analysis
+1112.3026 Phenomenology
+1112.3207 Solar and Stellar Astrophysics
+1112.4025 Mesoscale and Nanoscale Physics
+1112.4333 Strongly Correlated Electrons
+1112.4701 Strongly Correlated Electrons
+1112.5255 Computer Science and Game Theory
+1112.5927 Statistical Mechanics
+1201.2608 Phenomenology
+1201.5524 Adaptation and Self-Organizing Systems
+1202.0438 Mesoscale and Nanoscale Physics
+1202.0735 Mesoscale and Nanoscale Physics
+1202.1203 Number Theory
+1202.1877 Networking and Internet Architecture
+1202.2285
+1202.2715 Algebraic Geometry
+1202.4011 Probability
+1202.5072 Phenomenology
+1202.6180 General Topology
+1202.6577 Solar and Stellar Astrophysics
+1203.0634 General Mathematics
+1203.2375
+1203.2799
+1203.2966 Computational Physics
+1203.4151 Geometric Topology
+1203.4238 Social and Information Networks
+1203.4240 Cosmology and Nongalactic Astrophysics
+1203.4245 Statistical Mechanics
+1203.4249 Analysis of PDEs
+1203.4255 Analysis of PDEs
+1203.4257 Distributed, Parallel, and Cluster Computing
+1203.4272 Solar and Stellar Astrophysics
+1203.4274 Geometric Topology
+1203.4279 General Topology
+1203.4287 Artificial Intelligence
+1203.4288
+1203.4291 High Energy Astrophysical Phenomena
+1203.4297
+1203.4302 Combinatorics
+1203.4304 Astrophysics of Galaxies
+1203.4308 Mesoscale and Nanoscale Physics
+1203.4311 Information Theory
+1203.4315 Analysis of PDEs
+1203.4317 Algebraic Topology
+1203.4319 Cryptography and Security
+1203.4320 Phenomenology
+1203.4321
+1203.4322 Numerical Analysis
+1203.4323
+1203.4327 Classical Analysis and ODEs
+1203.4337 Functional Analysis
+1203.4338
+1203.4339 Networking and Internet Architecture
+1203.4342 Commutative Algebra
+1203.4344
+1203.4354 Machine Learning
+1203.4359 Applications
+1203.4363 Number Theory
+1203.4366 Materials Science
+1203.4367 Distributed, Parallel, and Cluster Computing
+1203.4370 Geometric Topology
+1203.4375 Optics
+1203.4378 Spectral Theory
+1203.4384
+1203.4385 Information Theory
+1203.4387 Probability
+1203.4388 Differential Geometry
+1203.4391 Analysis of PDEs
+1203.4400 Optics
+1203.4414
+1203.4416 Neural and Evolutionary Computing
+1203.4418
+1203.4422 Machine Learning
+1203.4424 Statistical Mechanics
+1203.4426 Analysis of PDEs
+1203.4427 Statistics Theory
+1203.4434 Networking and Internet Architecture
+1203.4435 Phenomenology
+1203.4442 Superconductivity
+1203.4444
+1203.4445 Applications
+1203.4448 Commutative Algebra
+1203.4450 Commutative Algebra
+1203.4454 Classical Analysis and ODEs
+1203.4458 Quantum Gases
+1203.4465 Combinatorics
+1203.4468 Computation
+1203.4472 Networking and Internet Architecture
+1203.4473 Networking and Internet Architecture
+1203.4474 Networking and Internet Architecture
+1203.4476 Instrumentation and Methods for Astrophysics
+1203.4478 Optics
+1203.4480 Methodology
+1203.4482 Populations and Evolution
+1203.4483 Combinatorics
+1203.4485 Algebraic Geometry
+1203.4494 Information Retrieval
+1203.4496 Fluid Dynamics
+1203.4499 Programming Languages
+1203.4500 Statistical Mechanics
+1203.4502 Probability
+1203.4519 Networking and Internet Architecture
+1203.4528 Probability
+1203.4531 Combinatorics
+1203.4532 Computational Complexity
+1203.4533 Optimization and Control
+1203.4536 Strongly Correlated Electrons
+1203.4551
+1203.4555 Geometric Topology
+cs/0306121 Logic in Computer Science
+math/0408359 Number Theory
+math/0412464 Number Theory
+physics/0310148 Popular Physics
+0704.0337 Analysis of PDEs
+0704.2029 Representation Theory
+0706.3480 Information Theory
+0712.4021 Algebraic Geometry
+0812.0195 Commutative Algebra
+0905.0028 Representation Theory
+0905.2541
+0910.5836
+1003.1012 Quantum Algebra
+1006.0323 Number Theory
+1007.3880 Statistics Theory
+1008.1166 Representation Theory
+1010.3605 Combinatorics
+1010.3992 Differential Geometry
+1011.3457 Quantum Algebra
+1012.4939
+1102.3195 Computer Science and Game Theory
+1104.4549 Quantitative Methods
+1105.2418 Mesoscale and Nanoscale Physics
+1105.4583 Experiment
+1106.0278 Mesoscale and Nanoscale Physics
+1106.3061 Phenomenology
+1107.1116 Superconductivity
+1107.1413 Group Theory
+1108.1117 Disordered Systems and Neural Networks
+1109.0840
+1109.4212 Number Theory
+1109.6457
+1110.5365 Logic
+1111.4128
+1111.6177 Statistical Mechanics
+1112.1442 Soft Condensed Matter
+1112.5299 Physics and Society
+1201.4579 Probability
+1201.6430
+1202.2494 Theory
+1202.2495 Molecular Networks
+1202.4213 Phenomenology
+1202.4546
+1202.4978 Mesoscale and Nanoscale Physics
+1202.5834 Lattice
+1202.6307 Physics and Society
+1203.0993
+1203.3065 Physics and Society
+1203.3442 Information Theory
+1203.4540
+1203.6118 Strongly Correlated Electrons
+1203.6275 Optics
+1204.0252 Phenomenology
+1204.0643 Networking and Internet Architecture
+1204.2594 Phenomenology
+1204.3839 Phenomenology
+1205.0877 Statistical Finance
+1205.1335 Theory
+1205.3975 Disordered Systems and Neural Networks
+1205.5383 Combinatorics
+1205.6288 Dynamical Systems
+1205.6674 Theory
+1205.6997 Strongly Correlated Electrons
+1206.0036
+1206.0502 Optics
+1206.2269 Data Structures and Algorithms
+1206.2561 Materials Science
+1206.4796
+1207.0014 Phenomenology
+1207.0420 Fluid Dynamics
+1207.2742 Software Engineering
+1207.3491 Plasma Physics
+1207.3922
+1207.4735
+1207.5274
+1207.5753 Astrophysics of Galaxies
+1207.6112 Theory
+1207.6125 Solar and Stellar Astrophysics
+1207.6126 Combinatorics
+1207.6128 Differential Geometry
+1207.6130 Number Theory
+1207.6133 Applications
+1207.6141 Combinatorics
+1207.6150 Astrophysics of Galaxies
+1207.6152 Optics
+1207.6155 Optics
+1207.6157 Metric Geometry
+1207.6160 Rings and Algebras
+1207.6161 Representation Theory
+1207.6170 Algebraic Topology
+1207.6173 Differential Geometry
+1207.6174 Information Theory
+1207.6179 Computers and Society
+1207.6180 Robotics
+1207.6183 Phenomenology
+1207.6185 Networking and Internet Architecture
+1207.6186 Risk Management
+1207.6187 Analysis of PDEs
+1207.6188 Computational Complexity
+1207.6193 Algebraic Geometry
+1207.6194 Analysis of PDEs
+1207.6200 Optimization and Control
+1207.6202 Information Theory
+1207.6203 Probability
+1207.6207 General Topology
+1207.6213 Materials Science
+1207.6215
+1207.6217 Cosmology and Nongalactic Astrophysics
+1207.6221
+1207.6224 Artificial Intelligence
+1207.6226 Optimization and Control
+1207.6227 Phenomenology
+1207.6228 Statistics Theory
+1207.6229 Functional Analysis
+1207.6233 Phenomenology
+1207.6237 Metric Geometry
+1207.6241 Phenomenology
+1207.6242
+1207.6246 Data Structures and Algorithms
+1207.6247 Cosmology and Nongalactic Astrophysics
+1207.6253 Artificial Intelligence
+1207.6260 Computational Complexity
+1207.6265 Combinatorics
+1207.6268 Experiment
+1207.6269 Social and Information Networks
+1207.6271 Differential Geometry
+1207.6272 Superconductivity
+1207.6276 Instrumentation and Methods for Astrophysics
+1207.6278 General Finance
+1207.6279 Numerical Analysis
+1207.6281 Probability
+1207.6289 Phenomenology
+1207.6292 Numerical Analysis
+1207.6298 Superconductivity
+1207.6300 Representation Theory
+1207.6302 Group Theory
+1207.6306
+1207.6307 Cryptography and Security
+1207.6318 Networking and Internet Architecture
+1207.6320 Solar and Stellar Astrophysics
+1207.6323 Methodology
+1207.6324 Digital Libraries
+1207.6329 Databases
+1207.6343 Dynamical Systems
+1207.6347 Metric Geometry
+1207.6351 Phenomenology
+1207.6354 Optimization and Control
+1207.6363 Statistics Theory
+1207.6368 Numerical Analysis
+1207.6371 Data Structures and Algorithms
+1207.6374 Discrete Mathematics
+1207.6376 Optics
+1207.6379 Information Retrieval
+1207.6380 Information Theory
+1207.6381 Discrete Mathematics
+1207.6382 Quantum Gases
+1207.6383 Discrete Mathematics
+1207.6384 Discrete Mathematics
+1207.6387 Mesoscale and Nanoscale Physics
+1207.6389 Probability
+astro-ph/0305492
+astro-ph/0507486
+astro-ph/0612523
+cond-mat/0005532
+cond-mat/0504356 Strongly Correlated Electrons
+cond-mat/9908037 Statistical Mechanics
+math/0301175 Analysis of PDEs
+math/0301300 Dynamical Systems
+math/0601671 Algebraic Geometry
+math/0702705 Analysis of PDEs
+math/0703125 Analysis of PDEs
+q-alg/9512022 Quantum Algebra
+quant-ph/0604115
+0706.0205
+0710.2391 Materials Science
+0803.1020
+0808.0383 Statistics Theory
+0905.3683 Metric Geometry
+0910.0414
+1001.1913 Number Theory
+1002.4694 Number Theory
+1003.6055 Quantum Algebra
+1004.4668 Quantitative Methods
+1007.5010 K-Theory and Homology
+1008.0061 Numerical Analysis
+1008.3920
+1009.4551 Optimization and Control
+1011.0110 Algebraic Topology
+1011.2382 Chaotic Dynamics
+1103.4454 Optimization and Control
+1104.4147 Combinatorics
+1107.1801 High Energy Astrophysical Phenomena
+1110.1066 Algebraic Topology
+1110.3162 Strongly Correlated Electrons
+1111.1650
+1111.7286 Phenomenology
+1112.0251 Analysis of PDEs
+1112.2839
+1112.3871 Algebraic Geometry
+1112.4533 Lattice
+1201.0311 Probability
+1201.0668 Earth and Planetary Astrophysics
+1201.3324 Probability
+1201.3443 Numerical Analysis
+1201.3719
+1201.6328
+1202.1301 Phenomenology
+1202.1790 Combinatorics
+1202.1807 Cosmology and Nongalactic Astrophysics
+1202.2059 Quantum Gases
+1202.3159
+1203.4625 Biomolecules
+1203.6726 Mesoscale and Nanoscale Physics
+1204.1623 Optics
+1204.1675 Optics
+1204.3814 Theory
+1204.4584 Molecular Networks
+1204.4852 Probability
+1204.6600 Classical Analysis and ODEs
+1205.0081 Optics
+1205.0717 Quantum Gases
+1205.2945 Mesoscale and Nanoscale Physics
+1205.3834 Optimization and Control
+1205.3957 Classical Analysis and ODEs
+1205.4093
+1205.4164 Earth and Planetary Astrophysics
+1206.1114 Mesoscale and Nanoscale Physics
+1206.1151
+1206.3382 Artificial Intelligence
+1206.4247
+1206.4409 Algebraic Geometry
+1206.6628 Materials Science
+1206.6902 Theory
+1207.0769
+1207.1483 Quantum Gases
+1207.1783 Strongly Correlated Electrons
+1207.1946
+1207.2588 Materials Science
+1207.3510 Computer Vision and Pattern Recognition
+1207.4803 Adaptation and Self-Organizing Systems
+1207.4912
+1208.1328
+1208.2702 High Energy Astrophysical Phenomena
+1208.2743 Analysis of PDEs
+1208.3040 Differential Geometry
+1208.3926 Mesoscale and Nanoscale Physics
+1208.4978 Theory
+1208.6119 Physics and Society
+1209.0231 Phenomenology
+1209.0896 Complex Variables
+1209.1857 Chemical Physics
+1209.2056 Theory
+1209.3097 Strongly Correlated Electrons
+1209.3522 Applications
+1209.5862
+1210.0930 Information Theory
+1210.4112 Experiment
+1210.5347 Phenomenology
+1210.5665 Populations and Evolution
+1210.6793 Phenomenology
+1210.7942 Group Theory
+1210.8044
+1211.1171 Methodology
+1211.2113 Cosmology and Nongalactic Astrophysics
+1211.5127 Lattice
+1211.6352 Solar and Stellar Astrophysics
+1212.0089 Number Theory
+1212.0242 Theory
+1212.0281 Theory
+1212.0810 Atomic Physics
+1212.1521 Optimization and Control
+1212.1752 Neural and Evolutionary Computing
+1212.3852 Physics and Society
+1212.4010 Quantum Algebra
+1212.4058 Solar and Stellar Astrophysics
+1212.4108 Quantum Gases
+1212.4274 Theory
+1212.4489 Networking and Internet Architecture
+1212.4490 Graphics
+1212.4496 Solar and Stellar Astrophysics
+1212.4505 Theory
+1212.4509 Instrumentation and Methods for Astrophysics
+1212.4510 Theory
+1212.4515
+1212.4520 Phenomenology
+1212.4523 Mesoscale and Nanoscale Physics
+1212.4527 Computer Vision and Pattern Recognition
+1212.4528 Metric Geometry
+1212.4533 Experiment
+1212.4545 Number Theory
+1212.4546 Phenomenology
+1212.4547 Mesoscale and Nanoscale Physics
+1212.4551 Numerical Analysis
+1212.4555 Biological Physics
+1212.4559 Dynamical Systems
+1212.4562 Machine Learning
+1212.4564 Mesoscale and Nanoscale Physics
+1212.4567 Atomic and Molecular Clusters
+1212.4568 Dynamical Systems
+1212.4571 Phenomenology
+1212.4572
+1212.4573 Lattice
+1212.4574 Classical Analysis and ODEs
+1212.4579 Astrophysics of Galaxies
+1212.4580 Differential Geometry
+1212.4583 Populations and Evolution
+1212.4585 Instrumentation and Methods for Astrophysics
+1212.4586 Materials Science
+1212.4587 Operator Algebras
+1212.4591 Materials Science
+1212.4594 Accelerator Physics
+1212.4602 Statistical Mechanics
+1212.4604 Algebraic Geometry
+1212.4606 Experiment
+1212.4608 Computer Vision and Pattern Recognition
+1212.4609 Experiment
+1212.4614 Combinatorics
+1212.4615
+1212.4623 Analysis of PDEs
+1212.4629 Mesoscale and Nanoscale Physics
+1212.4642 Lattice
+1212.4646 Operator Algebras
+1212.4657 Cosmology and Nongalactic Astrophysics
+1212.4658 Distributed, Parallel, and Cluster Computing
+1212.4659 Soft Condensed Matter
+1212.4665 History and Overview
+1212.4669 Logic in Computer Science
+1212.4670 Combinatorics
+1212.4674 Computation and Language
+1212.4675 Learning
+1212.4678 Populations and Evolution
+1212.4681 Classical Analysis and ODEs
+1212.4685 Atomic Physics
+1212.4689 Rings and Algebras
+1212.4692 Distributed, Parallel, and Cluster Computing
+1212.4695 Numerical Analysis
+1212.4699 Numerical Analysis
+1212.4702 Information Retrieval
+1212.4708 Materials Science
+1212.4714 Differential Geometry
+1212.4718 Analysis of PDEs
+1212.4726 Cosmology and Nongalactic Astrophysics
+1212.4730
+1212.4736 Analysis of PDEs
+1212.4737 Probability
+1212.4746
+1212.4748
+1212.4750 Astrophysics of Galaxies
+1212.4751 Physics and Society
+1212.4752
+1212.4753 Logic
+1212.4754 Solar and Stellar Astrophysics
+1212.4756 Data Structures and Algorithms
+1212.4770 Trading and Market Microstructure
+1212.4771 Data Structures and Algorithms
+1212.4772 Mesoscale and Nanoscale Physics
+1212.4777 Learning
+1212.4782 Physics and Society
+1212.4788 Genomics
+1212.4789 Phenomenology
+1212.4790 Rings and Algebras
+1212.4798 Solar and Stellar Astrophysics
+1212.4800 Number Theory
+1212.4804 Robotics
+1212.4814 Phenomenology
+1212.4816 Combinatorics
+hep-th/0505070 Theory
+math/9802002 Quantum Algebra
+nlin/0605028 Chaotic Dynamics
+q-alg/9712029 Quantum Algebra
+0811.3151 Number Theory
+0812.2167 Number Theory
+1008.1620 Networking and Internet Architecture
+cond-mat/9706280 Disordered Systems and Neural Networks
+gr-qc/0005135
+hep-ex/0009054 Experiment
+hep-ph/0102277 Phenomenology
+hep-ph/9405293 Phenomenology
+math/0010313 Commutative Algebra
+math/0210452 Optimization and Control
+math/0701176 Dynamical Systems
+quant-ph/0412215
+quant-ph/0606248
+quant-ph/0607022
+quant-ph/0611213
+0710.0413 Lattice
+0809.5264
+0903.3907
+0906.5248 Superconductivity
+0907.5290 Programming Languages
+0911.5238 Algebraic Topology
+1001.2630 Theory
+1002.4796 Probability
+1005.1134 Combinatorics
+1006.0478 Quantum Algebra
+1007.1065
+1007.1118 Geometric Topology
+1007.4403 Optics
+1007.5241 Theory
+1010.5223 Methodology
+1010.6032 Chaotic Dynamics
+1011.1311 Materials Science
+1011.1315 Materials Science
+1011.1755 Number Theory
+1012.2337 Number Theory
+1012.2851 Algebraic Geometry
+1101.1098 High Energy Astrophysical Phenomena
+1101.1859 K-Theory and Homology
+1101.3483 Astrophysics of Galaxies
+1101.5896 Logic
+1102.1482
+1102.1853 Chaotic Dynamics
+1102.3067 Data Analysis, Statistics and Probability
+1102.5240 Differential Geometry
+1102.5640
+1103.1192 Optics
+1103.1312 Theory
+1103.2656 Dynamical Systems
+1103.4386 Theory
+1103.5796 Biological Physics
+1103.5842 Superconductivity
+1104.3664 Statistics Theory
+1104.4540 Analysis of PDEs
+1105.1004 Biological Physics
+1105.1540
+1106.1391 Algebraic Geometry
+1106.3936 Classical Analysis and ODEs
+1106.4205 Materials Science
+1106.5015
+1106.6040 Complex Variables
+1107.2754
+1107.2994 Computer Science and Game Theory
+1107.3118
+1107.3653 Differential Geometry
+1107.5101 Medical Physics
+1108.0598 Optics
+1108.1609 Mesoscale and Nanoscale Physics
+1108.3306 Algebraic Geometry
+1108.3517 Mesoscale and Nanoscale Physics
+1108.3942 Statistical Mechanics
+1109.1019
+1109.1555 Solar and Stellar Astrophysics
+1109.2525 Superconductivity
+1109.3649 Information Theory
+1109.3735 Phenomenology
+1109.4274 Differential Geometry
+1110.2867 Information Theory
+1110.3337
+1110.3766 Plasma Physics
+1110.4980 Strongly Correlated Electrons
+1111.0255 Lattice
+1111.0451
+1111.0778 Quantum Gases
+1111.0809 Spectral Theory
+1111.1088
+1111.2357 Experiment
+1111.2385
+1111.3824 Computational Geometry
+1111.4639 Computational Engineering, Finance, and Science
+1111.4987 Phenomenology
+1112.0043 Materials Science
+1112.0162
+1112.4406 Dynamical Systems
+1112.4502
+1112.6202 Analysis of PDEs
+1201.4076 Materials Science
+1201.4316 Accelerator Physics
+1202.0243 Statistical Mechanics
+1202.1762 Phenomenology
+1202.2988
+1202.3288
+1202.6169 Strongly Correlated Electrons
+1202.6271 High Energy Astrophysical Phenomena
+1202.6426 Optics
+1202.6480
+1202.6483 Probability
+1202.6651 Astrophysics of Galaxies
+1203.0202 Category Theory
+1203.0983 Algebraic Geometry
+1203.1070
+1203.1543 Superconductivity
+1203.2396 Analysis of PDEs
+1203.2797 Functional Analysis
+1203.3877 Computational Physics
+1203.4407 Functional Analysis
+1203.4754 Logic in Computer Science
+1203.4820 Earth and Planetary Astrophysics
+1203.4823 Biological Physics
+1203.4825 Probability
+1203.4827 Networking and Internet Architecture
+1203.4829 Earth and Planetary Astrophysics
+1203.4831 Spectral Theory
+1203.4835 Chaotic Dynamics
+1203.4836 Data Structures and Algorithms
+1203.4837 Cosmology and Nongalactic Astrophysics
+1203.4838 Strongly Correlated Electrons
+1203.4841 Networking and Internet Architecture
+1203.4842
+1203.4846 Cosmology and Nongalactic Astrophysics
+1203.4850 Strongly Correlated Electrons
+1203.4855 Computer Vision and Pattern Recognition
+1203.4856
+1203.4857 Algebraic Geometry
+1203.4859 Solar and Stellar Astrophysics
+1203.4862 Cosmology and Nongalactic Astrophysics
+1203.4863 Differential Geometry
+1203.4867 Information Theory
+1203.4874 Computer Vision and Pattern Recognition
+1203.4876 Analysis of PDEs
+1203.4879
+1203.4881 Neural and Evolutionary Computing
+1203.4885
+1203.4886 Analysis of PDEs
+1203.4897
+1203.4900 Data Structures and Algorithms
+1203.4902 Number Theory
+1203.4904 Complex Variables
+1203.4905 Cosmology and Nongalactic Astrophysics
+1203.4911 Methodology
+1203.4912 Logic in Computer Science
+1203.4920 Data Structures and Algorithms
+1203.4921 Geophysics
+1203.4923 Fluid Dynamics
+1203.4925 Rings and Algebras
+1203.4928 Applications
+1203.4933 Computation and Language
+1203.4935 Methodology
+1203.4940
+1203.4941 Statistical Mechanics
+1203.4952
+1203.4954 History and Philosophy of Physics
+1203.4957 Solar and Stellar Astrophysics
+1203.4960 Theory
+1203.4966 Other Computer Science
+1203.4967 Combinatorics
+1203.4972 Algebraic Geometry
+1203.4976 Number Theory
+1203.4980 Optimization and Control
+1203.4981 Data Analysis, Statistics and Probability
+1203.4985 Mesoscale and Nanoscale Physics
+1203.4989 Methodology
+1203.4993 Cell Behavior
+1203.4997 Logic
+1203.4998
+1203.5000 Number Theory
+1203.5003
+1203.5005 Cosmology and Nongalactic Astrophysics
+1203.5006 Phenomenology
+1203.5009 Category Theory
+1203.5013
+1203.5019 Optics
+1203.5020 Pricing of Securities
+1203.5026 Distributed, Parallel, and Cluster Computing
+1203.5028 Neural and Evolutionary Computing
+1203.5036 Earth and Planetary Astrophysics
+1203.5040 Performance
+1203.5045 Analysis of PDEs
+1203.5051 Computation and Language
+1203.5054 Rings and Algebras
+1203.5055 Computation and Language
+1203.5060 Computation and Language
+1203.5062 Computation and Language
+1203.5065 Representation Theory
+1203.5069 Metric Geometry
+1203.5071 Algebraic Topology
+1203.5073 Computation and Language
+1203.5078 Computer Vision and Pattern Recognition
+1203.5079 Combinatorics
+1203.5081 Instrumentation and Methods for Astrophysics
+1203.5084 Computation and Language
+1203.5085 Accelerator Physics
+1203.5086 Physics and Society
+1203.5090 Theory
+1203.5099 Computer Science and Game Theory
+cond-mat/0112321 Superconductivity
+cond-mat/0207504 Superconductivity
+cond-mat/0503707 Superconductivity
+hep-ph/9912322 Phenomenology
+quant-ph/0307170
+1104.4832 Probability
+1201.0791 Differential Geometry
+1205.2237 Theory
+0707.1301 Disordered Systems and Neural Networks
+0707.2898 Classical Analysis and ODEs
+0707.3754 Rings and Algebras
+0709.2360 Complex Variables
+0710.5894 Complex Variables
+0801.4830 Other Condensed Matter
+0802.1461
+0804.3326 Complex Variables
+0806.2493 Quantum Algebra
+0807.0199 Information Theory
+0807.2054 Complex Variables
+0808.3828
+0809.2875
+0809.4837 Algebraic Geometry
+0810.2260 Dynamical Systems
+0810.2827
+0810.5254 Rings and Algebras
+0812.2673 Complex Variables
+0902.4246 Information Theory
+0906.3027 Classical Analysis and ODEs
+0906.4452 Astrophysics of Galaxies
+0908.4037 Algebraic Geometry
+0910.3703 Algebraic Geometry
+0912.2027 Numerical Analysis
+0912.3558 Analysis of PDEs
+0912.3562 Functional Analysis
+1001.1106 Information Theory
+1001.1279 Differential Geometry
+1001.2540 Functional Analysis
+1002.0128 Group Theory
+1002.1998 Number Theory
+1003.5718 Number Theory
+1004.4919 Numerical Analysis
+1005.0136 Geometric Topology
+1005.1267 Quantum Algebra
+1005.1435
+1005.1696
+1005.2232 Analysis of PDEs
+1005.5002 Operator Algebras
+1006.1658 Information Theory
+1006.2348 Information Theory
+1006.2597 Rings and Algebras
+1007.0746 Dynamical Systems
+1007.2745
+1008.0433
+1008.3765 Complex Variables
+1009.5015 Dynamical Systems
+1009.5581 Analysis of PDEs
+1010.0546 Optimization and Control
+1010.3170 Symplectic Geometry
+1010.4031 Theory
+1010.4369
+1010.4595 Probability
+1011.1802 Algebraic Topology
+1011.2273 Mesoscale and Nanoscale Physics
+1011.2672 High Energy Astrophysical Phenomena
+1011.2687 Atomic Physics
+1011.4589 Classical Physics
+1011.4819 Soft Condensed Matter
+1012.1393 High Energy Astrophysical Phenomena
+1012.4784
+1101.0972
+1101.5146 Analysis of PDEs
+1102.0657 Quantum Algebra
+1102.1317 Other Condensed Matter
+1102.4280 Analysis of PDEs
+1102.4464 Combinatorics
+1103.2569
+1104.1093 Fluid Dynamics
+1104.1742 Information Theory
+1104.3162 Physics and Society
+1104.3832 Analysis of PDEs
+1104.4363 Materials Science
+1104.5190 Statistical Mechanics
+1105.0015 Statistics Theory
+1105.2450 Algebraic Topology
+1105.5635
+1106.1003 Combinatorics
+1106.1867
+1106.1992
+1106.2071 Classical Physics
+1106.3320
+1106.5145 Soft Condensed Matter
+1106.5259
+1106.5617 Fluid Dynamics
+1106.5742 Information Theory
+1106.5785 Strongly Correlated Electrons
+1107.0488 Analysis of PDEs
+1107.0578 Quantum Gases
+1107.2415 Astrophysics of Galaxies
+1107.2928 Theory
+1107.3841 Cosmology and Nongalactic Astrophysics
+1107.5575 High Energy Astrophysical Phenomena
+1107.5731 Theory
+1108.2064 Theory
+1108.3452
+1108.5401 Materials Science
+1109.0131
+1109.0502 Lattice
+1109.1941
+1109.2366 Strongly Correlated Electrons
+1109.2516 Statistical Mechanics
+1109.3948 Multiagent Systems
+1109.4770 Information Theory
+1109.4808
+1109.5270 Superconductivity
+1109.6672 Computational Physics
+1109.6696
+1110.0300 Solar and Stellar Astrophysics
+1110.0336 Information Retrieval
+1110.1381
+1110.1651 Mesoscale and Nanoscale Physics
+1110.2427 Mesoscale and Nanoscale Physics
+1110.2586 Theory
+1110.3306 Mesoscale and Nanoscale Physics
+1110.4601 Theory
+1110.5171 Mesoscale and Nanoscale Physics
+1110.5629 Materials Science
+1110.5935 Mesoscale and Nanoscale Physics
+1110.6198 Rings and Algebras
+1110.6235 Phenomenology
+1110.6749 Numerical Analysis
+1111.0694 Astrophysics of Galaxies
+1111.0776 Quantum Gases
+1111.2121 Cryptography and Security
+1111.2641 Number Theory
+1111.4583 Optics
+1111.4851 Analysis of PDEs
+1111.5490
+1111.5769 Statistical Mechanics
+1111.6190 Number Theory
+1112.0032 Digital Libraries
+1112.0404 Multiagent Systems
+1112.0450 Soft Condensed Matter
+1112.3605 Machine Learning
+1112.3829
+1112.3880 Distributed, Parallel, and Cluster Computing
+1201.0308 Combinatorics
+1201.1188 Cryptography and Security
+1201.2209 Representation Theory
+1201.2347 Strongly Correlated Electrons
+1201.4364 Phenomenology
+1201.4574 Digital Libraries
+1201.4638 Digital Libraries
+1201.4934 Group Theory
+1201.4962 Optimization and Control
+1201.5679 Mesoscale and Nanoscale Physics
+1201.6420 Phenomenology
+1202.0155 Operator Algebras
+1202.0332 Computers and Society
+1202.0356 Exactly Solvable and Integrable Systems
+1202.0387 Analysis of PDEs
+1202.0521 Combinatorics
+1202.0529 Combinatorics
+1202.0667 Combinatorics
+1202.0786 Machine Learning
+1202.0818 Superconductivity
+1202.0825 Machine Learning
+1202.0828 Accelerator Physics
+1202.0829 Mesoscale and Nanoscale Physics
+1202.0834 Biological Physics
+1202.0835 Information Theory
+1202.0836 Applications
+1202.0842 Probability
+1202.0850 Methodology
+1202.0851 Phenomenology
+1202.0853
+1202.0855 Learning
+1202.0858 Atomic Physics
+1202.0861 Dynamical Systems
+1202.0866 Information Theory
+1202.0870 Algebraic Geometry
+1202.0876 Information Theory
+1202.0877 Disordered Systems and Neural Networks
+1202.0880 Statistical Mechanics
+1202.0881 Mesoscale and Nanoscale Physics
+1202.0884 Cryptography and Security
+1202.0885 Cryptography and Security
+1202.0887 Fluid Dynamics
+1202.0888 Representation Theory
+1202.0889 Methodology
+1202.0895 Information Theory
+1202.0898 Information Theory
+1202.0901 Phenomenology
+1202.0903 Earth and Planetary Astrophysics
+1202.0910 Analysis of PDEs
+1202.0912 Geophysics
+1202.0915 Logic
+1202.0919 Information Theory
+1202.0925 Information Theory
+1202.0934 Information Theory
+1202.0938 Instrumentation and Methods for Astrophysics
+1202.0940 Artificial Intelligence
+1202.0944 Applications
+1202.0945 Experiment
+1202.0948 Combinatorics
+1202.0949 Methodology
+1202.0950 Popular Physics
+1202.0951 Probability
+1202.0954 History and Philosophy of Physics
+1202.0955 Quantum Gases
+1202.0957 Statistics Theory
+1202.0961 Information Theory
+1202.0965 Functional Analysis
+1202.0967
+1202.0970 Distributed, Parallel, and Cluster Computing
+1202.0972 Classical Analysis and ODEs
+1202.0973 Analysis of PDEs
+1202.0975 Analysis of PDEs
+1202.0977 Information Theory
+1202.0978 Group Theory
+1202.0982 Differential Geometry
+1202.0989 Dynamical Systems
+1202.0991 Dynamical Systems
+1202.0992 Information Theory
+1202.0993 Complex Variables
+1202.0994 Complex Variables
+1202.0996 General Finance
+1202.0998
+1202.1001 Probability
+1202.1004 Category Theory
+1202.1006 Materials Science
+1202.1008 Materials Science
+1202.1011 Analysis of PDEs
+1202.1021
+1202.1024 Phenomenology
+1202.1026 Instrumentation and Methods for Astrophysics
+1202.1027
+1202.1028 Instrumentation and Methods for Astrophysics
+1202.1029 Combinatorics
+1202.1030 Instrumentation and Methods for Astrophysics
+1202.1032 Dynamical Systems
+1202.1034 Instrumentation and Methods for Astrophysics
+1202.1040 Materials Science
+1202.1041 Data Structures and Algorithms
+1202.1046 Combinatorics
+1202.1054 Computation and Language
+1202.1055 Discrete Mathematics
+1202.1056 Mathematical Software
+1202.1060 Information Theory
+1202.1061 Combinatorics
+1202.1062 Distributed, Parallel, and Cluster Computing
+1202.1068 Numerical Analysis
+1202.1075 Phenomenology
+1202.1078 Materials Science
+1202.1079
+1202.1081 Information Theory
+1202.1083 Probability
+1202.1084 Analysis of PDEs
+1202.1085 Analysis of PDEs
+1202.1087 Differential Geometry
+1202.1089 Computer Science and Game Theory
+1202.1092 Chemical Physics
+1202.1094 Astrophysics of Galaxies
+1202.1095 Networking and Internet Architecture
+1202.1099 Optimization and Control
+1202.1100 Networking and Internet Architecture
+1202.1103 Optics
+1202.1107 Strongly Correlated Electrons
+1202.1108 Optimization and Control
+1202.1110 Algebraic Geometry
+1202.1113 Solar and Stellar Astrophysics
+1202.1115 Mesoscale and Nanoscale Physics
+1202.1117
+1202.1120 Information Theory
+1202.1124 Symplectic Geometry
+1202.1126
+1202.1129 Functional Analysis
+1202.1131 Mesoscale and Nanoscale Physics
+1202.1134 Analysis of PDEs
+1202.1136 Probability
+1202.1137 Materials Science
+1202.1140 Experiment
+1202.1141 Experiment
+1202.1146 Combinatorics
+1202.1148 Formal Languages and Automata Theory
+1202.1152 Classical Analysis and ODEs
+1202.1156 Combinatorics
+1202.1157 Number Theory
+1202.1158
+1202.1166 Numerical Analysis
+1202.1178 Information Theory
+1202.1180 Complex Variables
+1202.1185 Number Theory
+1202.1188 Combinatorics
+1202.1189 Soft Condensed Matter
+1202.1191 High Energy Astrophysical Phenomena
+1202.1193 Superconductivity
+1202.1206
+1202.1211 Number Theory
+1202.1215 Populations and Evolution
+1202.1217 Analysis of PDEs
+1202.1218
+1202.1219 Combinatorics
+1202.1220 Analysis of PDEs
+1202.1228 Statistical Mechanics
+1202.1232 Numerical Analysis
+1202.1233 Numerical Analysis
+1202.1235 Analysis of PDEs
+1202.1236 Analysis of PDEs
+1202.1242 Statistics Theory
+1202.1245 Differential Geometry
+1202.1266 Quantitative Methods
+1202.1267 Algebraic Geometry
+1202.1269 Theory
+1202.1270 Solar and Stellar Astrophysics
+math-ph/0110041
+math/0512370 Algebraic Geometry
+math/0611627 Spectral Theory
+0706.0711
+0706.1115
+0803.3333 General Physics
+0805.0432
+0807.2276 Theory
+0807.2927 Category Theory
+0906.3765 Computational Complexity
+1003.5332 Theory
+1006.2556 Quantum Gases
+1008.0091 Combinatorics
+1009.1380 Optics
+1009.2840
+1011.3072 Optics
+1012.1457
+1012.3598
+1102.2285 Pricing of Securities
+1102.4893 Theory
+1103.3756 Discrete Mathematics
+1103.4616 Earth and Planetary Astrophysics
+1105.5628 Optics
+1105.6311 Statistical Mechanics
+1106.4059 Theory
+1106.5696 Number Theory
+1108.2161
+1108.3027 Number Theory
+1109.3725 High Energy Astrophysical Phenomena
+1110.2986 Combinatorics
+1111.0334 Lattice
+1111.0872 Theory
+1111.1284 Phenomenology
+1111.4496 Combinatorics
+1112.0361 Statistical Mechanics
+1112.1861
+1112.3465 Mesoscale and Nanoscale Physics
+1112.6298 Probability
+1112.6388 High Energy Astrophysical Phenomena
+1201.2202 Combinatorics
+1201.4015 Phenomenology
+1201.4059 Mesoscale and Nanoscale Physics
+1201.5128 Mesoscale and Nanoscale Physics
+1201.5338 Learning
+1201.5573
+1202.0618 Probability
+1202.2599 Probability
+1202.3270 Statistical Mechanics
+1202.4872 Mesoscale and Nanoscale Physics
+1203.3703
+1204.1145 Statistical Mechanics
+1204.4551 Statistical Mechanics
+1204.4598 Mesoscale and Nanoscale Physics
+1204.5482 Cosmology and Nongalactic Astrophysics
+1204.5600 Solar and Stellar Astrophysics
+1204.6208 Mesoscale and Nanoscale Physics
+1204.6723 Category Theory
+1205.1317 Cosmology and Nongalactic Astrophysics
+1205.1399
+1205.1466 Phenomenology
+1205.3737 Mesoscale and Nanoscale Physics
+1205.3958
+1205.4460 Theory
+1205.4787 Geometric Topology
+1206.2610 Cryptography and Security
+1206.5132 Other Computer Science
+1206.5587 Networking and Internet Architecture
+1206.6099 Networking and Internet Architecture
+1206.6321
+1206.6566 Instrumentation and Detectors
+1207.2860 Computers and Society
+1207.2862 Computers and Society
+1207.3326 Cosmology and Nongalactic Astrophysics
+1207.5312 Mesoscale and Nanoscale Physics
+1208.5401
+1208.6345 General Topology
+1208.6501 Computer Science and Game Theory
+1209.0783 High Energy Astrophysical Phenomena
+1209.1449
+1209.2288 Phenomenology
+1209.3795 Applications
+1209.3950
+1209.4067 Optimization and Control
+1209.4120 Machine Learning
+1209.4228
+1209.4499 Logic in Computer Science
+1209.4633 Software Engineering
+1209.4634 Software Engineering
+1209.4635 Software Engineering
+1209.4660 Cosmology and Nongalactic Astrophysics
+1209.4666 Materials Science
+1209.4669 Differential Geometry
+1209.4670 Dynamical Systems
+1209.4671 Cosmology and Nongalactic Astrophysics
+1209.4675 Probability
+1209.4677 Quantum Algebra
+1209.4678 Applications
+1209.4687 Information Theory
+1209.4691 Combinatorics
+1209.4697 Geometric Topology
+1209.4700 Combinatorics
+1209.4703 Computer Science and Game Theory
+1209.4704 Optics
+1209.4708 Algebraic Geometry
+1209.4709
+1209.4714 Data Structures and Algorithms
+1209.4716
+1209.4717 Probability
+1209.4719 Classical Analysis and ODEs
+1209.4722 Neurons and Cognition
+1209.4725 Atomic Physics
+1209.4729 Experiment
+1209.4731 Differential Geometry
+1209.4732
+1209.4733 Phenomenology
+1209.4734 General Physics
+1209.4740 Solar and Stellar Astrophysics
+1209.4741 Analysis of PDEs
+1209.4742 Plasma Physics
+1209.4750 Materials Science
+1209.4751 Distributed, Parallel, and Cluster Computing
+1209.4756 Algebraic Topology
+1209.4759 Cosmology and Nongalactic Astrophysics
+1209.4761 Data Structures and Algorithms
+1209.4763 Networking and Internet Architecture
+1209.4764 Statistical Mechanics
+1209.4765 Fluid Dynamics
+1209.4768 Earth and Planetary Astrophysics
+1209.4771 Data Structures and Algorithms
+1209.4773 Phenomenology
+1209.4774
+1209.4775 Chemical Physics
+1209.4777 Cryptography and Security
+1209.4778 Networking and Internet Architecture
+1209.4780 Instrumentation and Detectors
+1209.4783 Cosmology and Nongalactic Astrophysics
+1209.4785 Information Theory
+1209.4789 Networking and Internet Architecture
+1209.4791 K-Theory and Homology
+1209.4793 Optics
+1209.4796 General Topology
+1209.4800 Representation Theory
+1209.4805 Phenomenology
+1209.4807
+1209.4809 Analysis of PDEs
+1209.4811 Information Theory
+1209.4813 Experiment
+1209.4820 Cryptography and Security
+1209.4821 Probability
+1209.4822 Mesoscale and Nanoscale Physics
+1209.4829 Discrete Mathematics
+1209.4838 Artificial Intelligence
+1209.4842
+1209.4846 Algebraic Topology
+1209.4847 Rings and Algebras
+1209.4851 Functional Analysis
+1209.4852 Analysis of PDEs
+1209.4855 Neural and Evolutionary Computing
+1209.4857 Mesoscale and Nanoscale Physics
+1209.4865 Computational Complexity
+1209.4870 Algebraic Geometry
+1209.4877 Solar and Stellar Astrophysics
+1209.4878 Mesoscale and Nanoscale Physics
+1209.4880 Mesoscale and Nanoscale Physics
+1209.4886 Accelerator Physics
+1209.4889 Information Theory
+1209.4890 Neurons and Cognition
+1209.4891 Phenomenology
+1209.4894 Other Computer Science
+1209.4895 Neural and Evolutionary Computing
+cond-mat/0307458
+0805.4637
+0808.1166 Analysis of PDEs
+0810.2346 Geometric Topology
+0811.3703 Dynamical Systems
+0812.4049 Other Condensed Matter
+0902.1328 Probability
+0903.1642 Dynamical Systems
+0908.1509 Probability
+0909.1242 Probability
+0911.0764 Quantum Gases
+1003.3122
+1003.3950 Probability
+1003.4206 Differential Geometry
+1005.3445 Group Theory
+1007.5181 Analysis of PDEs
+1008.1152 Cosmology and Nongalactic Astrophysics
+1008.4525 Combinatorics
+1009.0452 Algebraic Geometry
+1011.3405 Soft Condensed Matter
+1012.4839 Geometric Topology
+1012.5260 Quantum Gases
+1101.1664 Statistical Mechanics
+1102.4086 Computational Engineering, Finance, and Science
+1103.1491 Algebraic Geometry
+1103.4780 Commutative Algebra
+1104.2808 Methodology
+1107.1051 Commutative Algebra
+1107.2064 Instrumentation and Detectors
+1108.5131 Theory
+1109.6615 Algebraic Geometry
+1111.0332 Geometric Topology
+1111.1651 Computational Geometry
+1111.6405 Statistical Mechanics
+1112.0013 Quantum Gases
+1201.1798 Numerical Analysis
+1201.2734 Representation Theory
+1201.4300 Biological Physics
+1201.4685 Data Analysis, Statistics and Probability
+1202.0714 Classical Physics
+1202.0795 Soft Condensed Matter
+1202.3547 Materials Science
+1202.4082
+1202.4937 Phenomenology
+1202.5533
+1203.0499 Atomic Physics
+1203.1695 Cosmology and Nongalactic Astrophysics
+1203.1754 Data Structures and Algorithms
+1203.2772 Phenomenology
+1203.4663 Cosmology and Nongalactic Astrophysics
+1203.5357 Quantum Gases
+1203.6001 Information Theory
+1203.6361 Differential Geometry
+1203.6630 Information Theory
+1204.0427 Cosmology and Nongalactic Astrophysics
+1204.2721 Mesoscale and Nanoscale Physics
+1204.2845
+1204.4350 Materials Science
+1204.5460 Optics
+1205.0341
+1205.1291 Mesoscale and Nanoscale Physics
+1205.1525 Quantum Gases
+1205.2107 Mathematical Software
+1205.3668 Robotics
+1205.3883 Theory
+1205.3945
+1205.5804 Theory
+1205.6223 Classical Physics
+1205.6228 Social and Information Networks
+1205.6689 Solar and Stellar Astrophysics
+1205.6826
+1206.0097 Phenomenology
+1206.0314 Cosmology and Nongalactic Astrophysics
+1206.0498 Computational Physics
+1206.0558 Earth and Planetary Astrophysics
+1206.0837 Statistical Mechanics
+1206.1109
+1206.1275 Optimization and Control
+1206.1296
+1206.1416 Statistical Mechanics
+1206.1868 Mesoscale and Nanoscale Physics
+1206.3089 Theory
+1206.3370 Disordered Systems and Neural Networks
+1206.4399 Materials Science
+1206.4887 Cosmology and Nongalactic Astrophysics
+1206.4986 Numerical Analysis
+1206.6585 Soft Condensed Matter
+1207.0550
+1207.1556 Strongly Correlated Electrons
+1207.2399 Mesoscale and Nanoscale Physics
+1207.3821
+1207.4558 Mesoscale and Nanoscale Physics
+1207.4627 Quantum Gases
+1207.7335 Theory
+1208.3112 Analysis of PDEs
+1208.3195 Phenomenology
+1208.3829 Experiment
+1208.4585 Cosmology and Nongalactic Astrophysics
+1209.0309 Number Theory
+1209.1287 Mesoscale and Nanoscale Physics
+1209.2113 General Physics
+1209.2497
+1209.2513 Strongly Correlated Electrons
+1209.3524 Solar and Stellar Astrophysics
+1209.3884 Experiment
+1209.5165
+1209.5176
+1209.5252 Solar and Stellar Astrophysics
+1209.5379 Phenomenology
+1209.5406 Mesoscale and Nanoscale Physics
+1209.5477 Machine Learning
+1209.5496 High Energy Astrophysical Phenomena
+1209.5739 Classical Analysis and ODEs
+1209.5751 Cosmology and Nongalactic Astrophysics
+1209.5753 Astrophysics of Galaxies
+1209.5754 General Physics
+1209.5756 Computer Vision and Pattern Recognition
+1209.5761 Optics
+1209.5765 Data Structures and Algorithms
+1209.5766 Data Structures and Algorithms
+1209.5770 Computer Science and Game Theory
+1209.5772 Theory
+1209.5773 Formal Languages and Automata Theory
+1209.5775 Classical Analysis and ODEs
+1209.5777 Optics
+1209.5780 Materials Science
+1209.5783 Operator Algebras
+1209.5787 Complex Variables
+1209.5788 Instrumentation and Methods for Astrophysics
+1209.5790 Lattice
+1209.5791 Data Structures and Algorithms
+1209.5792
+1209.5800 Software Engineering
+1209.5801 Genomics
+1209.5802 Probability
+1209.5806 Experiment
+1209.5809 Information Retrieval
+1209.5813 Group Theory
+1209.5814 Algebraic Geometry
+1209.5816
+1209.5826 Numerical Analysis
+1209.5829 Information Theory
+1209.5835 General Topology
+1209.5836 Cryptography and Security
+1209.5837 Physics and Society
+1209.5838 Operator Algebras
+1209.5839 Numerical Analysis
+1209.5840 Classical Analysis and ODEs
+1209.5841 Cosmology and Nongalactic Astrophysics
+1209.5850 Digital Libraries
+1209.5851 Programming Languages
+1209.5853 Artificial Intelligence
+1209.5856 Instrumentation and Detectors
+1209.5863 Analysis of PDEs
+1209.5865 Materials Science
+1209.5868 Materials Science
+1209.5877 Optics
+1209.5878 Experiment
+1209.5879 Theory
+1209.5884
+1209.5885 Dynamical Systems
+1209.5887 Rings and Algebras
+1209.5888 Probability
+1209.5890 Commutative Algebra
+1209.5891 Algebraic Geometry
+1209.5896 Mesoscale and Nanoscale Physics
+1209.5901 Computers and Society
+1209.5904 Probability
+1209.5907 Information Theory
+1209.5917 Mesoscale and Nanoscale Physics
+1209.5918 Optics
+1209.5919 Physics and Society
+1209.5920 Logic in Computer Science
+1209.5923 Statistics Theory
+1209.5924 Analysis of PDEs
+1209.5925
+1209.5926
+1209.5927 Optimization and Control
+1209.5928 Solar and Stellar Astrophysics
+1209.5937 Solar and Stellar Astrophysics
+1209.5939 Solar and Stellar Astrophysics
+1209.5947 Probability
+1209.5953 Pricing of Securities
+1209.5955 Classical Analysis and ODEs
+1209.5967 Accelerator Physics
+1209.5968 Strongly Correlated Electrons
+1209.5972 Accelerator Physics
+1209.5977 Applications
+1209.5978 Information Theory
+1209.5979 Logic
+1209.5981
+1209.5982 Cryptography and Security
+1209.5983 Accelerator Physics
+1209.5990 Differential Geometry
+1209.5991 Learning
+1209.6001 Learning
+1209.6004 Machine Learning
+1209.6006 Number Theory
+1209.6007 Data Structures and Algorithms
+1209.6011 Phenomenology
+1209.6012 Social and Information Networks
+1209.6014 General Physics
+1209.6023 Algebraic Geometry
+1209.6024 Strongly Correlated Electrons
+1209.6026 Number Theory
+1209.6027 Probability
+1209.6028 Superconductivity
+1209.6036 Solar and Stellar Astrophysics
+1209.6043 Metric Geometry
+1209.6045 Representation Theory
+1209.6048 Methodology
+1209.6050 Social and Information Networks
+cond-mat/0012235 Strongly Correlated Electrons
+cond-mat/0109161 Strongly Correlated Electrons
+cond-mat/0305388 Strongly Correlated Electrons
+cond-mat/9505027
+cond-mat/9505113
+cond-mat/9707022
+cond-mat/9903112 Statistical Mechanics
+math/0702632 History and Overview
+math/9911073 Category Theory
+0708.1291 Strongly Correlated Electrons
+0803.3201
+0803.4276 Atomic Physics
+0808.1082 Strongly Correlated Electrons
+0906.4967 High Energy Astrophysical Phenomena
+0909.1069 High Energy Astrophysical Phenomena
+0909.1292 Superconductivity
+0909.2084 Strongly Correlated Electrons
+0910.2393
+0911.1961 Soft Condensed Matter
+1001.0232 Spectral Theory
+1002.3755 Fluid Dynamics
+1003.2971 Theory
+1005.0979
+1006.2854 Strongly Correlated Electrons
+1010.3564 K-Theory and Homology
+1011.5705 Other Computer Science
+1101.3367 Strongly Correlated Electrons
+1102.3000 Mesoscale and Nanoscale Physics
+1102.4131
+1105.0133
+1105.1325 Data Structures and Algorithms
+1105.2948 Probability
+1105.5235
+1106.4707 General Physics
+1106.5282
+1107.0877 Algebraic Geometry
+1107.4492 General Physics
+1107.4768 Disordered Systems and Neural Networks
+1108.2031 Solar and Stellar Astrophysics
+1108.4249 Physics and Society
+1109.3395 Superconductivity
+1109.5986 Strongly Correlated Electrons
+1109.6657 Functional Analysis
+1110.3032 Classical Analysis and ODEs
+1110.3680 Theory
+1110.5768 Fluid Dynamics
+1111.0676
+1111.2126
+1111.4793 Materials Science
+1112.3690 Probability
+1112.5683 Physics and Society
+1112.5885 Phenomenology
+1201.0466 Mesoscale and Nanoscale Physics
+1201.1063 Strongly Correlated Electrons
+1201.2780 Data Structures and Algorithms
+1201.5974 Functional Analysis
+1201.5976 Functional Analysis
+1201.6671 Strongly Correlated Electrons
+1202.4899 Numerical Analysis
+1202.5024 High Energy Astrophysical Phenomena
+1203.1402
+1203.3058 Physics and Society
+1203.3790 Differential Geometry
+1203.5107 Theory
+1203.6272
+1203.6305
+1204.0270 Quantum Gases
+1204.0355 Solar and Stellar Astrophysics
+1204.1980 Quantum Gases
+1204.5693 Strongly Correlated Electrons
+1204.6183 Quantum Gases
+1205.1747 Medical Physics
+1205.2262
+1205.2376 Quantum Gases
+1205.2861 Statistical Mechanics
+1205.3088
+1206.0040 Superconductivity
+1206.1277 Algebraic Topology
+1206.3210 Exactly Solvable and Integrable Systems
+1206.3486 Superconductivity
+1207.1199 Group Theory
+1207.1220 Astrophysics of Galaxies
+1207.1546 Statistical Mechanics
+1207.2173 Classical Physics
+1207.2218 Statistical Mechanics
+1207.2419
+1207.2637 Group Theory
+1207.2977 Combinatorics
+1207.3089 Analysis of PDEs
+1207.3099 Distributed, Parallel, and Cluster Computing
+1207.3111 Mesoscale and Nanoscale Physics
+1207.3116 Dynamical Systems
+1207.3118 Portfolio Management
+1207.3119 Number Theory
+1207.3120 Optimization and Control
+1207.3121 Algebraic Geometry
+1207.3122 Combinatorics
+1207.3127 Computer Vision and Pattern Recognition
+1207.3128 Classical Analysis and ODEs
+1207.3130
+1207.3132 Information Theory
+1207.3135 Strongly Correlated Electrons
+1207.3139 Number Theory
+1207.3140 Networking and Internet Architecture
+1207.3144 Materials Science
+1207.3158 Optics
+1207.3159 Algebraic Geometry
+1207.3162 Functional Analysis
+1207.3164
+1207.3168 Probability
+1207.3170 Phenomenology
+1207.3176
+1207.3181 Soft Condensed Matter
+1207.3183 Materials Science
+1207.3187 Soft Condensed Matter
+1207.3191
+1207.3193 Phenomenology
+1207.3194 Materials Science
+1207.3195 Computation
+1207.3208 Logic in Computer Science
+1207.3209 Combinatorics
+1207.3213 Software Engineering
+1207.3214 Metric Geometry
+1207.3216 Materials Science
+1207.3217 Geometric Topology
+1207.3222 Mesoscale and Nanoscale Physics
+1207.3226 High Energy Astrophysical Phenomena
+1207.3229 Materials Science
+1207.3232 Probability
+1207.3233 Probability
+1207.3236 Materials Science
+1207.3237 Probability
+1207.3239 Materials Science
+1207.3241 Probability
+1207.3242 Materials Science
+1207.3247 High Energy Astrophysical Phenomena
+1207.3249 Soft Condensed Matter
+1207.3251 Combinatorics
+1207.3254 Optimization and Control
+1207.3258 Soft Condensed Matter
+1207.3259 Statistical Mechanics
+1207.3263 Soft Condensed Matter
+1207.3264 Soft Condensed Matter
+1207.3265 Information Theory
+1207.3266 Combinatorics
+1207.3268 Mesoscale and Nanoscale Physics
+1207.3271 Disordered Systems and Neural Networks
+1207.3274 Soft Condensed Matter
+1207.3275 Instrumentation and Detectors
+1207.3277 Software Engineering
+1207.3280 Soft Condensed Matter
+1207.3281 Mesoscale and Nanoscale Physics
+1207.3282 Soft Condensed Matter
+1207.3288 Quantitative Methods
+1207.3289 Tissues and Organs
+1207.3291 Combinatorics
+1207.3292 Information Theory
+1207.3300 Statistical Finance
+1207.3302 Other Computer Science
+1207.3304 Optimization and Control
+1207.3312 Complex Variables
+1207.3315 Artificial Intelligence
+1207.3317 Combinatorics
+1207.3319 Combinatorics
+1207.3320 Materials Science
+1207.3321 Tissues and Organs
+1207.3322 Information Theory
+1207.3330 Materials Science
+1207.3339 Mesoscale and Nanoscale Physics
+astro-ph/0601707
+astro-ph/0703238
+gr-qc/0108061
+1104.0729 Learning
+1105.1178 Learning
+1108.5710 Computer Vision and Pattern Recognition
+0704.0544 Soft Condensed Matter
+0704.3889 Statistical Mechanics
+0707.0192 Soft Condensed Matter
+0807.0911 Phenomenology
+0811.3677 Strongly Correlated Electrons
+0907.2808 Statistical Mechanics
+0910.1950 Mesoscale and Nanoscale Physics
+0911.3489 Statistical Mechanics
+0911.4498 Numerical Analysis
+0911.5275 Statistical Mechanics
+0912.5306 Probability
+1005.4717 Machine Learning
+1008.0933 General Physics
+1009.0695
+1009.3460 Computational Complexity
+1010.1499 Information Theory
+1010.5975 Discrete Mathematics
+1011.1865 Algebraic Geometry
+1011.2539 Mesoscale and Nanoscale Physics
+1011.5099
+1101.5908
+1102.2785 Computational Geometry
+1103.1615 Differential Geometry
+1103.6203
+1104.3397 Probability
+1105.1190 Analysis of PDEs
+1106.2459
+1106.4243 Combinatorics
+1106.5404 Soft Condensed Matter
+1107.0779 Instrumentation and Detectors
+1107.1671 Phenomenology
+1107.4032 Chaotic Dynamics
+1108.0810 Data Structures and Algorithms
+1108.2859
+1109.0149 Other Condensed Matter
+1109.2574 Combinatorics
+1109.3763 Mesoscale and Nanoscale Physics
+1110.3818 Theory
+1111.2491 Data Analysis, Statistics and Probability
+1111.2597 Superconductivity
+1111.3786 Soft Condensed Matter
+1112.0870 Biological Physics
+1112.1643
+1201.2747 Phenomenology
+1201.3234 Statistical Mechanics
+1201.3460 Algebraic Geometry
+1201.4872 Mesoscale and Nanoscale Physics
+1201.5716 Experiment
+1202.2043 Statistical Mechanics
+1202.2108 Disordered Systems and Neural Networks
+1202.2637 Algebraic Geometry
+1202.2869 Phenomenology
+1202.2875 Information Theory
+1202.4077
+1202.5196
+1202.6575 Distributed, Parallel, and Cluster Computing
+1203.1239
+1203.1510 Popular Physics
+1203.2632 Phenomenology
+1203.4608 Strongly Correlated Electrons
+1203.5919 Systems and Control
+1204.4478 General Physics
+1204.4683 Theory
+1204.5196 Statistical Mechanics
+1204.6355 Strongly Correlated Electrons
+1205.0648 Phenomenology
+1206.1208 Learning
+1206.1440 Numerical Analysis
+1206.3449 Classical Physics
+1206.6141 Learning
+1206.6570 Methodology
+1206.6686 Strongly Correlated Electrons
+1206.6700 High Energy Astrophysical Phenomena
+1206.6772 Dynamical Systems
+1206.6808 Other Computer Science
+1206.6813 Learning
+1206.6814 Artificial Intelligence
+1206.6815 Learning
+1206.6816 Artificial Intelligence
+1206.6817 Artificial Intelligence
+1206.6818 Artificial Intelligence
+1206.6819 Artificial Intelligence
+1206.6820 Computer Science and Game Theory
+1206.6821 Artificial Intelligence
+1206.6822 Artificial Intelligence
+1206.6823 Artificial Intelligence
+1206.6824 Learning
+1206.6825 Artificial Intelligence
+1206.6826 Computer Science and Game Theory
+1206.6827 Artificial Intelligence
+1206.6828 Learning
+1206.6829 Artificial Intelligence
+1206.6830 Methodology
+1206.6831 Artificial Intelligence
+1206.6832 Learning
+1206.6833 Learning
+1206.6834 Artificial Intelligence
+1206.6835 Artificial Intelligence
+1206.6836 Artificial Intelligence
+1206.6837 Artificial Intelligence
+1206.6838 Artificial Intelligence
+1206.6839 Methodology
+1206.6840 Methodology
+1206.6841 Artificial Intelligence
+1206.6842 Learning
+1206.6843 Artificial Intelligence
+1206.6844 Artificial Intelligence
+1206.6845 Methodology
+1206.6846 Learning
+1206.6847 Learning
+1206.6848 Computation
+1206.6849 Artificial Intelligence
+1206.6850 Graphics
+1206.6851 Learning
+1206.6852 Learning
+1206.6853 Artificial Intelligence
+1206.6854 Artificial Intelligence
+1206.6855 Computer Science and Game Theory
+1206.6856 Artificial Intelligence
+1206.6857 Learning
+1206.6858 Information Retrieval
+1206.6859 Artificial Intelligence
+1206.6860 Learning
+1206.6861 Methodology
+1206.6862 Learning
+1206.6863 Learning
+1206.6864 Artificial Intelligence
+1206.6865 Learning
+1206.6866 Multiagent Systems
+1206.6867 Artificial Intelligence
+1206.6868 Learning
+1206.6869 Artificial Intelligence
+1206.6870 Learning
+1206.6871 Learning
+1206.6872 Computer Vision and Pattern Recognition
+1206.6873 Learning
+1206.6874 Methodology
+1206.6875 Artificial Intelligence
+1206.6876 Artificial Intelligence
+1206.6877 Artificial Intelligence
+1206.6878 Computer Vision and Pattern Recognition
+1206.6879 Artificial Intelligence
+1206.6883 Learning
+1206.6891
+1206.6892 High Energy Astrophysical Phenomena
+1206.6896 Theory
+1206.6905 Astrophysics of Galaxies
+1206.6908 Representation Theory
+1206.6912 Phenomenology
+1206.6918 Information Theory
+1206.6920 Chemical Physics
+1206.6921 Physics and Society
+1206.6922 High Energy Astrophysical Phenomena
+1206.6926 High Energy Astrophysical Phenomena
+1206.6938 Information Theory
+1206.6940 Symbolic Computation
+1206.6943 Computational Geometry
+1206.6950 Differential Geometry
+1206.6952 Applications
+1206.6953 Probability
+1206.6961 Statistics Theory
+1206.6962 Applications
+1206.6963 Classical Analysis and ODEs
+1206.6966 Algebraic Geometry
+1206.6969 Mesoscale and Nanoscale Physics
+1206.6973 Complex Variables
+1206.6976 Geometric Topology
+1206.6979 High Energy Astrophysical Phenomena
+1206.6980 Applications
+1206.6989
+1206.6998 Risk Management
+1206.7001 Algebraic Geometry
+1206.7003 Probability
+1206.7005 Commutative Algebra
+1206.7008 Solar and Stellar Astrophysics
+1206.7013 Rings and Algebras
+1206.7016 Phenomenology
+1206.7018 Geometric Topology
+1206.7019
+1206.7023 Analysis of PDEs
+1206.7024 Experiment
+1206.7031 Mesoscale and Nanoscale Physics
+1206.7032 Statistical Mechanics
+1206.7039 Phenomenology
+1206.7044 Phenomenology
+1206.7047 Number Theory
+1206.7063 Probability
+1206.7064 Artificial Intelligence
+1206.7070 Optics
+1206.7074 Optimization and Control
+1206.7075 Phenomenology
+1206.7077 Number Theory
+1206.7078 Analysis of PDEs
+1206.7086 Differential Geometry
+1206.7090 Phenomenology
+1206.7094 Commutative Algebra
+1206.7097 Analysis of PDEs
+1206.7102 Differential Geometry
+1206.7112 Learning
+1206.7113 High Energy Astrophysical Phenomena
+1206.7119 Physics and Society
+astro-ph/9601159
+cond-mat/0310039
+cond-mat/0602205 Statistical Mechanics
+cond-mat/0606714 Materials Science
+math/0204046 Differential Geometry
+quant-ph/9911075
+0706.0792 Mesoscale and Nanoscale Physics
+0708.3389 Differential Geometry
+0802.2734 Dynamical Systems
+0803.0386 Materials Science
+0811.0220 Group Theory
+0908.0518 Strongly Correlated Electrons
+0909.0512 Earth and Planetary Astrophysics
+0911.0619 Strongly Correlated Electrons
+1003.4969 Theory
+1006.0026 Differential Geometry
+1006.3672
+1008.0347 Mesoscale and Nanoscale Physics
+1009.1219 Differential Geometry
+1010.4175 Differential Geometry
+1010.4968 Geometric Topology
+1102.2368
+1102.4632
+1102.5382 Spectral Theory
+1103.1868
+1103.4851 Theory
+1103.5335 Dynamical Systems
+1106.3449 Strongly Correlated Electrons
+1106.3904 Analysis of PDEs
+1106.3907 Analysis of PDEs
+1106.5486 Phenomenology
+1107.0731 Theory
+1107.5139
+1108.6041 Optics
+1109.0039 Quantum Gases
+1109.0128 Differential Geometry
+1109.2019 Materials Science
+1109.2332
+1109.3285 Functional Analysis
+1110.3866 Algebraic Geometry
+1110.4250
+1111.1489 Combinatorics
+1111.1601 Phenomenology
+1111.4999 Strongly Correlated Electrons
+1112.0732 Differential Geometry
+1112.3527 Strongly Correlated Electrons
+1112.4526 Numerical Analysis
+1112.5858 Superconductivity
+1201.1765 Mesoscale and Nanoscale Physics
+1201.1930 Earth and Planetary Astrophysics
+1201.2777 Mesoscale and Nanoscale Physics
+1201.3068 Digital Libraries
+1201.3076 Digital Libraries
+1201.3529 Combinatorics
+1201.3561 Disordered Systems and Neural Networks
+1202.0728 Cosmology and Nongalactic Astrophysics
+1202.1499 Probability
+1202.2952 Mesoscale and Nanoscale Physics
+1202.4519 Chemical Physics
+1203.0037 Quantum Algebra
+1203.0371 Theory
+1203.1434 Optics
+1203.2652
+1203.6105 Soft Condensed Matter
+1204.0714 High Energy Astrophysical Phenomena
+1204.2525 Other Quantitative Biology
+1204.4047 Data Structures and Algorithms
+1204.6493
+1204.6612 Phenomenology
+1205.0309 Methodology
+1205.4103 Superconductivity
+1205.4167 Materials Science
+1205.4235 Atomic Physics
+1206.1484 Optics
+1206.1573 Materials Science
+1206.4194 Statistical Mechanics
+1206.4332 Strongly Correlated Electrons
+1206.5654 Superconductivity
+1206.5804
+1207.2405 Optics
+1207.3046 Mesoscale and Nanoscale Physics
+1207.3787 Materials Science
+1207.5535 Astrophysics of Galaxies
+1207.6352
+1207.7234 Optics
+1208.0405 Atomic Physics
+1208.1632 Optics
+1208.1840 Optics
+1208.2789 Probability
+1208.3076 Complex Variables
+1208.3652 Group Theory
+1208.4014 Probability
+1208.4095 Instrumentation and Methods for Astrophysics
+1208.4269 Social and Information Networks
+1208.4298 Analysis of PDEs
+1208.4311 Phenomenology
+1208.4340 Algebraic Geometry
+1208.4357
+1208.4368 Cryptography and Security
+1208.4373 Analysis of PDEs
+1208.4375 General Physics
+1208.4379 Statistics Theory
+1208.4385
+1208.4386 Networking and Internet Architecture
+1208.4387 Metric Geometry
+1208.4392 Networking and Internet Architecture
+1208.4393 Astrophysics of Galaxies
+1208.4395 Probability
+1208.4400 Quantitative Methods
+1208.4407 Probability
+1208.4410 Representation Theory
+1208.4418 Instrumentation and Methods for Astrophysics
+1208.4427 Differential Geometry
+1208.4429 Applications
+1208.4436 Software Engineering
+1208.4442
+1208.4447 Commutative Algebra
+1208.4449 Data Structures and Algorithms
+1208.4456 Superconductivity
+1208.4458 Commutative Algebra
+1208.4463 Fluid Dynamics
+1208.4466
+1208.4469 Information Theory
+1208.4471 Cosmology and Nongalactic Astrophysics
+1208.4477 Phenomenology
+1208.4485 Analysis of PDEs
+1208.4488 Operator Algebras
+1208.4496 Probability
+1208.4497
+1208.4499 Strongly Correlated Electrons
+1208.4501 Cryptography and Security
+1208.4503 Computation and Language
+1208.4524 High Energy Astrophysical Phenomena
+1208.4528 Computer Science and Game Theory
+1208.4530 Theory
+1208.4543 K-Theory and Homology
+1208.4552 Social and Information Networks
+1208.4560 Mesoscale and Nanoscale Physics
+1208.4565 Astrophysics of Galaxies
+1208.4567 General Mathematics
+1208.4568 Computers and Society
+1208.4571 Computers and Society
+1208.4573 Functional Analysis
+1208.4576 Functional Analysis
+1208.4589 Computer Science and Game Theory
+1208.4592 Functional Analysis
+1208.4594 Functional Analysis
+0705.1091 Physics and Society
+0711.4401 Category Theory
+0802.0534 Information Theory
+0804.4489 Information Theory
+0805.0529
+0807.3916 General Topology
+0902.3917 Spectral Theory
+0904.0011 Exactly Solvable and Integrable Systems
+0904.0274 Information Theory
+0904.4202 Networking and Internet Architecture
+0905.3929 Phenomenology
+0906.1264 Algebraic Geometry
+0908.3240 Algebraic Topology
+0909.1576 Exactly Solvable and Integrable Systems
+0909.3253 Differential Geometry
+0910.4455 Networking and Internet Architecture
+0910.4831
+0911.0492 Optimization and Control
+0911.0735 Representation Theory
+0911.4981 Data Structures and Algorithms
+0912.3976 High Energy Astrophysical Phenomena
+0912.4085
+1001.5273 Phenomenology
+1002.0451 Number Theory
+1002.2720 Information Theory
+1002.2827 Networking and Internet Architecture
+1003.1113 High Energy Astrophysical Phenomena
+1003.3323 Statistics Theory
+1004.0944 Programming Languages
+1004.2041 Cosmology and Nongalactic Astrophysics
+1004.3110
+1005.1700 Theory
+1006.0001 Astrophysics of Galaxies
+1006.0333 Mesoscale and Nanoscale Physics
+1007.4055 Rings and Algebras
+1008.3230 Mesoscale and Nanoscale Physics
+1008.5345 Algebraic Geometry
+1009.0447 Number Theory
+1009.4297
+1009.5665 Earth and Planetary Astrophysics
+1010.3637 Differential Geometry
+1010.4807 Quantum Algebra
+1011.1533 Physics and Society
+1011.1620
+1011.1840
+1011.2474 Classical Analysis and ODEs
+1011.6083 Number Theory
+1012.1040 Theory
+1012.2401 Analysis of PDEs
+1012.3685 Theory
+1012.4094 Phenomenology
+1012.4495 Theory
+1012.5313 High Energy Astrophysical Phenomena
+1101.1058 Biological Physics
+1101.1116 Rings and Algebras
+1101.2106 Atomic and Molecular Clusters
+1101.3852
+1102.0120 Number Theory
+1102.0679 Number Theory
+1102.1994
+1102.4283 Geometric Topology
+1103.0098 Superconductivity
+1103.1113 Cosmology and Nongalactic Astrophysics
+1103.2567 Pricing of Securities
+1103.5312 Algebraic Geometry
+1103.5740 Information Theory
+1104.0542 Numerical Analysis
+1104.0936 Combinatorics
+1104.5609 Chaotic Dynamics
+1105.4784 Phenomenology
+1105.5954 Computational Finance
+1106.1889 Numerical Analysis
+1106.4649 Data Structures and Algorithms
+1106.5358 Probability
+1107.0164 Risk Management
+1107.0307 Number Theory
+1107.0379 Geometric Topology
+1107.0961 Theory
+1107.1277 Mesoscale and Nanoscale Physics
+1107.1479 Chemical Physics
+1107.3268 Information Theory
+1107.3828
+1107.4558 Phenomenology
+1107.5201 Plasma Physics
+1107.5202 Plasma Physics
+1107.5761 Differential Geometry
+1107.5868 Phenomenology
+1108.0554 Data Structures and Algorithms
+1108.1919 Symplectic Geometry
+1108.5022 Physics Education
+1108.6023 Atomic Physics
+1109.1186 Digital Libraries
+1109.1315 Chemical Physics
+1109.2179 Chemical Physics
+1109.4876 Statistical Mechanics
+1109.5471
+1109.6937 Fluid Dynamics
+1110.0255 Number Theory
+1110.0768 Combinatorics
+1110.0942 Disordered Systems and Neural Networks
+1110.1057 Functional Analysis
+1110.1162 Phenomenology
+1110.2057 Mesoscale and Nanoscale Physics
+1110.4236 Representation Theory
+1110.5194 Phenomenology
+1110.6229 Strongly Correlated Electrons
+1110.6819 Statistical Mechanics
+1111.0149 Mesoscale and Nanoscale Physics
+1111.1383
+1111.1438 Cellular Automata and Lattice Gases
+1111.1664 Functional Analysis
+1111.2011 Strongly Correlated Electrons
+1111.2694
+1111.2817 Combinatorics
+1111.3134 Dynamical Systems
+1111.5014 Phenomenology
+1111.6075 Theory
+1111.6838 Phenomenology
+1112.0003 Phenomenology
+1112.0109 Algebraic Topology
+1112.1017
+1112.1206 Analysis of PDEs
+1112.1267 Theory
+1112.1786 Solar and Stellar Astrophysics
+1112.2312 Algebraic Topology
+1112.2345 Theory
+1112.2368 Strongly Correlated Electrons
+1112.2455 Differential Geometry
+1112.2990 Phenomenology
+1112.3791 Cryptography and Security
+1112.3821 Number Theory
+1112.5943 Quantum Gases
+1201.0333 Plasma Physics
+1201.0410 Computer Science and Game Theory
+1201.0546 Cosmology and Nongalactic Astrophysics
+1201.0702 Combinatorics
+1201.0837 High Energy Astrophysical Phenomena
+1201.2183 Instrumentation and Methods for Astrophysics
+1201.4185 Phenomenology
+1201.4791
+1201.5619 Probability
+1202.0683 Statistical Mechanics
+1202.0687 Soft Condensed Matter
+1202.1611 Mesoscale and Nanoscale Physics
+1202.2095 General Physics
+1202.2948 Phenomenology
+1202.3693 Analysis of PDEs
+1202.3967 Optics
+1202.4471 Phenomenology
+1202.4769 Phenomenology
+1202.5284 Neural and Evolutionary Computing
+1202.5489 Experiment
+1202.6237 Solar and Stellar Astrophysics
+1202.6383 Differential Geometry
+1202.6683 Statistical Mechanics
+1203.0588 Superconductivity
+1203.0713 Materials Science
+1203.1298 Analysis of PDEs
+1203.1313 Physics and Society
+1203.1737 Solar and Stellar Astrophysics
+1203.1916 Phenomenology
+1203.2023
+1203.4726 Probability
+1203.4728 Superconductivity
+1203.4892 Materials Science
+1203.5241 Phenomenology
+1203.5729 Computational Finance
+1203.5853 Number Theory
+1203.6020 Computational Complexity
+1203.6122 Social and Information Networks
+1203.6438 Other Computer Science
+1203.6445 Software Engineering
+1203.6527 Analysis of PDEs
+1204.0002 General Physics
+1204.0011 Information Theory
+1204.0023 Dynamical Systems
+1204.0027 Dynamical Systems
+1204.0029 Information Theory
+1204.0031 Analysis of PDEs
+1204.0032 Combinatorics
+1204.0033 Machine Learning
+1204.0045 Chaotic Dynamics
+1204.0046 Number Theory
+1204.0050 Data Analysis, Statistics and Probability
+1204.0056 Multimedia
+1204.0060 Algebraic Geometry
+1204.0065 Information Theory
+1204.0067 Robotics
+1204.0070 Classical Physics
+1204.0074 General Topology
+1204.0078 Information Theory
+1204.0082 Computational Physics
+1204.0084 Chaotic Dynamics
+1204.0087 Number Theory
+1204.0094 Networking and Internet Architecture
+1204.0095 Geometric Topology
+1204.0096 Functional Analysis
+1204.0098 Analysis of PDEs
+1204.0100 Physics and Society
+1204.0101
+1204.0104 Mesoscale and Nanoscale Physics
+1204.0106 Differential Geometry
+1204.0107 Differential Geometry
+1204.0109 Analysis of PDEs
+1204.0112 Classical Analysis and ODEs
+1204.0114 General Physics
+1204.0117 Analysis of PDEs
+1204.0118 Soft Condensed Matter
+1204.0127 Physics and Society
+1204.0128 Computers and Society
+1204.0129 Cosmology and Nongalactic Astrophysics
+1204.0130 Analysis of PDEs
+1204.0133 Systems and Control
+1204.0136 Learning
+1204.0140 Computation and Language
+1204.0146 Atmospheric and Oceanic Physics
+1204.0147 Information Theory
+1204.0149 Number Theory
+1204.0153 Cryptography and Security
+1204.0156 Social and Information Networks
+1204.0157 Classical Analysis and ODEs
+1204.0160 Soft Condensed Matter
+1204.0161 Social and Information Networks
+1204.0167 Functional Analysis
+1204.0169 Materials Science
+1204.0173 Information Theory
+1204.0175 Differential Geometry
+1204.0176 Databases
+1204.0179 Robotics
+1204.0181 Artificial Intelligence
+1204.0182 Information Retrieval
+1204.0183 Neural and Evolutionary Computing
+1204.0184 Computation and Language
+1204.0185 Robotics
+1204.0186 Information Retrieval
+1204.0188 Computation and Language
+1204.0191 Computation and Language
+1204.0193 Software Engineering
+1204.0194
+1204.0195 Software Engineering
+1204.0197 Operating Systems
+1204.0200 Other Condensed Matter
+1204.0201 Logic
+1204.0204 Statistical Mechanics
+1204.0207 Number Theory
+1204.0208 Algebraic Topology
+1204.0210 Combinatorics
+1204.0217 Other Condensed Matter
+1204.0218 Astrophysics of Galaxies
+1204.0219 Data Structures and Algorithms
+1204.0220 Data Structures and Algorithms
+1204.0221 Programming Languages
+1204.0224 Operator Algebras
+1204.0225 Other Computer Science
+1204.0227 Category Theory
+1204.0231 Materials Science
+1204.0232 Data Structures and Algorithms
+1204.0233 General Physics
+1204.0234 General Physics
+1204.0235 Optimization and Control
+1204.0238 General Physics
+1204.0240 Cryptography and Security
+1204.0244 Differential Geometry
+1204.0245 Computation and Language
+1204.0247 Instrumentation and Methods for Astrophysics
+1204.0250 Dynamical Systems
+1204.0255 Computation and Language
+1204.0257 Computation and Language
+1204.0260 Phenomenology
+1204.0271 Probability
+1204.0274 Robotics
+1204.0275 Earth and Planetary Astrophysics
+1204.0279 Numerical Analysis
+1204.0280 Robotics
+1204.0281 Information Theory
+1204.0287 Group Theory
+1204.0291
+1204.0293
+1204.0298 Popular Physics
+1204.0301 Optimization and Control
+1204.0307 Applications
+1204.0309 Information Retrieval
+1204.0314 Probability
+1204.0317 Analysis of PDEs
+1204.0318 Astrophysics of Galaxies
+1204.0320 Medical Physics
+1204.0323 Probability
+1204.0324 Astrophysics of Galaxies
+1204.0332 Probability
+1204.0335 Materials Science
+1204.0340 Phenomenology
+1204.0341
+1204.0344
+1204.0345
+1204.0346 Analysis of PDEs
+1204.0349 Dynamical Systems
+1204.0357 Computer Vision and Pattern Recognition
+1204.0359 Astrophysics of Galaxies
+1204.0362 Combinatorics
+1204.0368 Software Engineering
+1204.0369 Cosmology and Nongalactic Astrophysics
+1204.0371 Statistical Mechanics
+1204.0372 Cosmology and Nongalactic Astrophysics
+1204.0374 Number Theory
+1204.0375 Networking and Internet Architecture
+1204.0379 Algebraic Geometry
+1204.0380 Numerical Analysis
+1204.0382 Instrumentation and Methods for Astrophysics
+1204.0385 Disordered Systems and Neural Networks
+1204.0391 Accelerator Physics
+1204.0398 Optics
+1204.0402 Biological Physics
+1204.0405 Statistics Theory
+1204.0410 Earth and Planetary Astrophysics
+1204.0414 Distributed, Parallel, and Cluster Computing
+1204.0416 Networking and Internet Architecture
+1204.0419
+1204.0422 Chemical Physics
+1204.0424 Phenomenology
+1204.0426 Statistical Finance
+1204.0428 Algebraic Geometry
+1204.0433 Data Analysis, Statistics and Probability
+1204.0436
+1204.0442 Data Analysis, Statistics and Probability
+1204.0447 Cryptography and Security
+1204.0450 Complex Variables
+1204.0451 Phenomenology
+1204.0457 Functional Analysis
+1204.0459 Cryptography and Security
+1204.0460 Analysis of PDEs
+1204.0462 Cryptography and Security
+1204.0467 Classical Analysis and ODEs
+1204.0472 Phenomenology
+1204.0477 Representation Theory
+1204.0486 Operator Algebras
+1204.0496 Number Theory
+astro-ph/0102285
+cond-mat/0104313 Statistical Mechanics
+cs/0611079 Networking and Internet Architecture
+math/0409412 Algebraic Topology
+math/0506324 Algebraic Topology
+math/0509462 Algebraic Topology
+math/0606654 Algebraic Topology
+math/0606655 Algebraic Geometry
+math/0702380 Algebraic Topology
+quant-ph/0502162
+1009.2051 Analysis of PDEs
+1011.1960 Computers and Society
+1012.2177 Cryptography and Security
+1104.0991 Cryptography and Security
+1105.1541 Cryptography and Security
+1105.1572 Cryptography and Security
+1110.0146 Cryptography and Security
+1110.0147 Networking and Internet Architecture
+1111.0380 Cryptography and Security
+1208.5198 Other Condensed Matter
+0704.1370
+0709.3418 Physics and Society
+0711.2893 Computation
+0803.0644 Superconductivity
+0805.4189 Soft Condensed Matter
+0809.3918 Applications
+0903.0042 Dynamical Systems
+0903.1881 Dynamical Systems
+0905.2436 Atomic Physics
+0907.3453 Soft Condensed Matter
+1008.2850 Probability
+1008.5023
+1010.0118 Experiment
+1012.5813 Artificial Intelligence
+1103.2405 Numerical Analysis
+1104.1484 Number Theory
+1104.3497 Information Theory
+1105.2459 Molecular Networks
+1105.4983 Algebraic Geometry
+1106.3841 Geophysics
+1106.4919 Soft Condensed Matter
+1109.4700 Number Theory
+1110.6487 Information Theory
+1111.6816 Strongly Correlated Electrons
+1112.0310 High Energy Astrophysical Phenomena
+1112.5529 Optimization and Control
+1112.5928 Theory
+1112.6250 Number Theory
+1202.1715 Computers and Society
+1202.1924 Instrumentation and Methods for Astrophysics
+1202.3351 Optimization and Control
+1203.2287 Risk Management
+1203.3044 Materials Science
+1203.3577 Soft Condensed Matter
+1204.0852 Optimization and Control
+1204.0911 Mesoscale and Nanoscale Physics
+1204.4542 Superconductivity
+1204.4863 Superconductivity
+1204.5211 Mesoscale and Nanoscale Physics
+1204.6092 Probability
+1205.1046
+1205.2181 Fluid Dynamics
+1206.0742 Strongly Correlated Electrons
+1206.1658 Strongly Correlated Electrons
+1206.2512 Commutative Algebra
+1207.0301 Strongly Correlated Electrons
+1207.1097 Analysis of PDEs
+1207.1749 Theory
+1207.2657 Quantum Gases
+1207.4586 Neurons and Cognition
+1207.5565 Superconductivity
+1208.0622
+1208.0696 Disordered Systems and Neural Networks
+1208.0894 Phenomenology
+1208.2111
+1208.2705
+1208.4203 Mesoscale and Nanoscale Physics
+1208.5773 Theory
+1208.5983 Other Condensed Matter
+1209.0610 Theory
+1209.1220 Analysis of PDEs
+1209.1471 Soft Condensed Matter
+1209.3025 Theory
+1209.3121
+1209.5683 Physics and Society
+1210.2164 Learning
+1210.3334
+1210.4757 Solar and Stellar Astrophysics
+1210.7251 Superconductivity
+1210.7939 Phenomenology
+1211.0828 Lattice
+1211.3089 Social and Information Networks
+1211.4299 Analysis of PDEs
+1211.4961 Materials Science
+1211.6823 Phenomenology
+1211.7256 Mesoscale and Nanoscale Physics
+1212.1110 Cosmology and Nongalactic Astrophysics
+1212.2710 Group Theory
+1212.2721 Theory
+1212.2785 Number Theory
+1212.3011 Materials Science
+1212.3499 Combinatorics
+1212.3900 Machine Learning
+1212.4915 Networking and Internet Architecture
+1212.5005
+1212.5248 Data Analysis, Statistics and Probability
+1212.5249 General Physics
+1212.5250 Neural and Evolutionary Computing
+1212.5251 Chemical Physics
+1212.5254 General Physics
+1212.5257 Fluid Dynamics
+1212.5259 Atmospheric and Oceanic Physics
+1212.5261 Combinatorics
+1212.5264 Computational Engineering, Finance, and Science
+1212.5265 Computational Engineering, Finance, and Science
+1212.5273 Optics
+1212.5276 Artificial Intelligence
+1212.5278 Cosmology and Nongalactic Astrophysics
+1212.5282 Complex Variables
+1212.5283 Mesoscale and Nanoscale Physics
+1212.5288 Information Theory
+1212.5289 Cryptography and Security
+1212.5291 Optimization and Control
+1212.5298 Analysis of PDEs
+1212.5299 Exactly Solvable and Integrable Systems
+1212.5309 Optimization and Control
+1212.5310 Solar and Stellar Astrophysics
+1212.5313 Representation Theory
+1212.5320 Experiment
+1212.5327 Physics and Society
+1212.5333
+1212.5334 Mesoscale and Nanoscale Physics
+1212.5342 Experiment
+1212.5347 Analysis of PDEs
+1212.5352 Computer Vision and Pattern Recognition
+1212.5353 Computational Geometry
+1212.5354 General Physics
+1212.5355
+1212.5357 Phenomenology
+1212.5359 Learning
+1212.5361 Metric Geometry
+1212.5365 Theory
+1212.5370 Phenomenology
+1212.5376 Analysis of PDEs
+1212.5377 Analysis of PDEs
+1212.5382 Solar and Stellar Astrophysics
+1212.5384 Cosmology and Nongalactic Astrophysics
+1212.5389 Databases
+1212.5391 Learning
+1212.5397 Statistics Theory
+1212.5401 Probability
+1212.5403 Probability
+1212.5408 Optics
+1212.5412 Solar and Stellar Astrophysics
+1212.5418
+1212.5419
+1212.5420 Dynamical Systems
+1212.5421 Systems and Control
+1212.5428 Statistical Mechanics
+1212.5430 Classical Physics
+1212.5432 Rings and Algebras
+1212.5433 Representation Theory
+1212.5434 Probability
+1212.5437 Statistical Mechanics
+1212.5439 Molecular Networks
+1212.5440 Systems and Control
+1212.5441 Statistical Mechanics
+1212.5442 Information Retrieval
+1212.5445 Instrumentation and Methods for Astrophysics
+1212.5448 Rings and Algebras
+1212.5449 Information Theory
+1212.5451 Statistical Mechanics
+1212.5455 Statistical Mechanics
+1212.5466 Analysis of PDEs
+1212.5470 Lattice
+1212.5471 Statistical Mechanics
+1212.5473 Information Theory
+1212.5481 Dynamical Systems
+1212.5483 Statistical Mechanics
+1212.5484 Algebraic Geometry
+1212.5490 Statistics Theory
+1212.5493 Probability
+1212.5502
+1212.5507 Lattice
+1212.5516 Number Theory
+1212.5518 Computer Science and Game Theory
+1212.5519 Solar and Stellar Astrophysics
+1212.5523 Classical Analysis and ODEs
+1212.5525 Systems and Control
+1212.5526 Chaotic Dynamics
+1212.5527 Solar and Stellar Astrophysics
+1212.5533 Atmospheric and Oceanic Physics
+1212.5535
+1212.5536
+1212.5541 Classical Physics
+1212.5542 Lattice
+1212.5543 Networking and Internet Architecture
+1212.5546 Solar and Stellar Astrophysics
+1212.5550 Neurons and Cognition
+1212.5552 Strongly Correlated Electrons
+1212.5555 Analysis of PDEs
+1212.5556 Phenomenology
+1212.5558 Networking and Internet Architecture
+1212.5566
+1212.5570
+1212.5572
+1212.5578 Experiment
+1212.5579 Medical Physics
+1212.5582 Analysis of PDEs
+1212.5583 Materials Science
+1212.5586 Methodology
+cond-mat/0002387 Mesoscale and Nanoscale Physics
+cond-mat/0509079 Other Condensed Matter
+cond-mat/0606216 Other Condensed Matter
+gr-qc/9407002
+math/0407013 Classical Analysis and ODEs
+0710.0078 General Physics
+0805.1186 General Physics
+0807.0068 General Physics
+0810.5145
+0810.5370
+0906.1687 General Physics
+0906.5608 Information Retrieval
+0908.3125 General Physics
+0911.0603 Computational Physics
+0911.3270 Statistics Theory
+0912.1653 Experiment
+1002.3775 Instrumentation and Methods for Astrophysics
+1005.0508 Materials Science
+1005.0593 Materials Science
+1006.3158 General Physics
+1008.5372 Optimization and Control
+1009.3444 Instrumentation and Methods for Astrophysics
+1010.1993 Group Theory
+1010.3644
+1010.5537 Software Engineering
+1011.1751
+1012.4196 Quantum Algebra
+1012.4197 Quantum Algebra
+1012.4198 Quantum Algebra
+1012.4199 Quantum Algebra
+1012.4202 Quantum Algebra
+1102.0432 Materials Science
+1103.2839 General Physics
+1103.4180 Superconductivity
+1104.3571 Computational Engineering, Finance, and Science
+1105.0783 Differential Geometry
+1106.2046 Cosmology and Nongalactic Astrophysics
+1106.2406 General Physics
+1106.2444 Classical Physics
+1107.3690 Group Theory
+1107.4270 Optics
+1109.1164
+1109.2814 Commutative Algebra
+1109.2890 Numerical Analysis
+1109.3834 Superconductivity
+1109.3872 Theory
+1110.1929 Quantum Algebra
+1110.1931 Quantum Algebra
+1110.2473 Probability
+1110.2918 Algebraic Geometry
+1110.4968 Strongly Correlated Electrons
+1110.5007 Combinatorics
+1111.1592 Operator Algebras
+1111.6424
+1111.7062 General Physics
+1111.7282 Soft Condensed Matter
+1112.1010 Social and Information Networks
+1112.1529
+1201.2227 Statistical Mechanics
+1201.2577 Statistics Theory
+1201.6071 High Energy Astrophysical Phenomena
+1202.0196 Mesoscale and Nanoscale Physics
+1202.0443 Mesoscale and Nanoscale Physics
+1202.1441 Mesoscale and Nanoscale Physics
+1202.2440 Materials Science
+1202.3109 Strongly Correlated Electrons
+1202.3448
+1202.3541
+1202.5965 Mesoscale and Nanoscale Physics
+1203.0021 Operator Algebras
+1203.0827
+1203.1413 Earth and Planetary Astrophysics
+1203.2418
+1203.3971 Instrumentation and Methods for Astrophysics
+1203.6673 Physics and Society
+1204.2888 Representation Theory
+1204.4110 Cosmology and Nongalactic Astrophysics
+1204.4370 Instrumentation and Detectors
+1204.4912 General Physics
+1204.5165 Optimization and Control
+1204.6132 Instrumentation and Methods for Astrophysics
+1205.0699 Information Theory
+1205.0753 Phenomenology
+1205.2282 Machine Learning
+1205.2328 Quantum Gases
+1205.2367 Programming Languages
+1205.2379 Differential Geometry
+1205.2381 Superconductivity
+1205.2385 Functional Analysis
+1205.2386 Geometric Topology
+1205.2389 Solar and Stellar Astrophysics
+1205.2390
+1205.2393 Solar and Stellar Astrophysics
+1205.2394 Quantum Algebra
+1205.2399 High Energy Astrophysical Phenomena
+1205.2403 High Energy Astrophysical Phenomena
+1205.2404 Cosmology and Nongalactic Astrophysics
+1205.2407 Superconductivity
+1205.2408 Algebraic Geometry
+1205.2412 Analysis of PDEs
+1205.2417 Methodology
+1205.2424 Digital Libraries
+1205.2425 Computational Geometry
+1205.2426 Mesoscale and Nanoscale Physics
+1205.2428 Hardware Architecture
+1205.2430 Analysis of PDEs
+1205.2432 Cryptography and Security
+1205.2433 Statistical Mechanics
+1205.2438 Materials Science
+1205.2441 Geometric Topology
+1205.2446 Statistics Theory
+1205.2449
+1205.2450 Information Theory
+1205.2451 Experiment
+1205.2454 Cell Behavior
+1205.2455 Mesoscale and Nanoscale Physics
+1205.2458 Complex Variables
+1205.2464 Algebraic Geometry
+1205.2465 Databases
+1205.2466 Physics and Society
+1205.2467 Digital Libraries
+1205.2469 Populations and Evolution
+1205.2470 Statistical Finance
+1205.2473 Fluid Dynamics
+1205.2475 Statistical Mechanics
+1205.2476 Human-Computer Interaction
+1205.2478 Theory
+1205.2483 Discrete Mathematics
+1205.2489 Rings and Algebras
+1205.2491 Number Theory
+1205.2493
+1205.2496 Group Theory
+1205.2497 Quantitative Methods
+1205.2501 Applications
+1205.2502 Chemical Physics
+1205.2505 Probability
+1205.2506 Phenomenology
+1205.2508 Statistics Theory
+1205.2510 Chemical Physics
+1205.2513 Risk Management
+1205.2516 Algebraic Topology
+1205.2522 Earth and Planetary Astrophysics
+1205.2527 Mesoscale and Nanoscale Physics
+1205.2539 Solar and Stellar Astrophysics
+1205.2541 Artificial Intelligence
+1205.2543 Statistical Mechanics
+1205.2547 Category Theory
+1205.2552 Commutative Algebra
+1205.2554 Logic
+1205.2556 Materials Science
+1205.2558 General Mathematics
+1205.2560 Experiment
+1205.2562 Instrumentation and Methods for Astrophysics
+1205.2563
+1205.2565 Combinatorics
+1205.2570 Superconductivity
+1205.2581 High Energy Astrophysical Phenomena
+1205.2588 Experiment
+1205.2595 Theory
+1205.2599 Machine Learning
+1205.2600 Learning
+1205.2601 Artificial Intelligence
+1205.2602 Learning
+1205.2603 Social and Information Networks
+1205.2604 Machine Learning
+1205.2605 Learning
+1205.2606 Learning
+1205.2607 Computer Science and Game Theory
+1205.2608 Learning
+1205.2609 Machine Learning
+1205.2610 Learning
+1205.2611 Information Retrieval
+1205.2612 Learning
+1205.2613 Artificial Intelligence
+1205.2614 Learning
+1205.2615 Methodology
+1205.2616 Artificial Intelligence
+1205.2617 Machine Learning
+1205.2618 Information Retrieval
+1205.2619 Artificial Intelligence
+1205.2620 Artificial Intelligence
+1205.2621 Artificial Intelligence
+1205.2622 Learning
+1205.2623 Learning
+1205.2624 Artificial Intelligence
+1205.2625 Artificial Intelligence
+1205.2626 Machine Learning
+1205.2627 Learning
+1205.2628 Learning
+1205.2629 Learning
+1205.2630 Computer Science and Game Theory
+1205.2631 Learning
+1205.2632 Data Structures and Algorithms
+1205.2633 Artificial Intelligence
+1205.2634 Artificial Intelligence
+1205.2635 Artificial Intelligence
+1205.2636 Programming Languages
+1205.2637 Artificial Intelligence
+1205.2638 Computer Science and Game Theory
+1205.2639 Artificial Intelligence
+1205.2640 Machine Learning
+1205.2641 Machine Learning
+1205.2642 Artificial Intelligence
+1205.2643 Learning
+1205.2644 Logic in Computer Science
+1205.2645 Artificial Intelligence
+1205.2646 Learning
+1205.2647 Artificial Intelligence
+1205.2648 Social and Information Networks
+1205.2649 Computer Science and Game Theory
+1205.2650 Learning
+1205.2651 Artificial Intelligence
+1205.2652 Artificial Intelligence
+1205.2653 Learning
+1205.2654 Computer Science and Game Theory
+1205.2655 Artificial Intelligence
+1205.2656 Learning
+1205.2657 Computation and Language
+1205.2658 Machine Learning
+1205.2659 Artificial Intelligence
+1205.2660 Learning
+1205.2661 Learning
+1205.2662 Learning
+1205.2664 Learning
+1205.2665 Artificial Intelligence
+1205.2668 Dynamical Systems
+1205.2669 Strongly Correlated Electrons
+1205.2670 Computers and Society
+1205.2671 Experiment
+1205.2673 Superconductivity
+1205.2676 Algebraic Geometry
+1205.2677 Rings and Algebras
+1205.2678 Performance
+1205.2687 Physics and Society
+astro-ph/0607016
+physics/0512266 Physics and Society
+physics/0607214 General Physics
+0706.0593 Algebraic Geometry
+0709.0885 Number Theory
+0710.5911 Algebraic Geometry
+0712.0708 Representation Theory
+0801.0090 Optimization and Control
+0801.3597 Operator Algebras
+0802.2046 Mesoscale and Nanoscale Physics
+0805.3445 Superconductivity
+0807.1740 Materials Science
+0810.0866 Combinatorics
+0901.1859 Algebraic Geometry
+0908.4187 Algebraic Geometry
+0909.0434 Other Condensed Matter
+0911.0945 Strongly Correlated Electrons
+0911.4545 Number Theory
+0911.4664 Solar and Stellar Astrophysics
+0912.4258 Theory
+0912.5416
+1001.2562 Representation Theory
+1001.4530 Strongly Correlated Electrons
+1003.0073 General Physics
+1003.3720 Atomic Physics
+1004.1010 Theory
+1004.2234 Complex Variables
+1006.0903 Theory
+1007.1172
+1008.0615 Soft Condensed Matter
+1009.4398 Algebraic Geometry
+1011.1220 Strongly Correlated Electrons
+1011.3580 Computer Science and Game Theory
+1101.1242
+1101.2636 Strongly Correlated Electrons
+1101.4051 Algebraic Geometry
+1101.5810 Quantum Algebra
+1102.0196 Algebraic Geometry
+1102.0825
+1102.1212 Dynamical Systems
+1102.5755 Information Theory
+1103.4221 Analysis of PDEs
+1103.4757
+1103.6046 Dynamical Systems
+1104.2445 Analysis of PDEs
+1104.4175 Complex Variables
+1105.3163 Differential Geometry
+1106.0064 Phenomenology
+1106.0167 Instrumentation and Detectors
+1106.2818 Superconductivity
+1106.2856 Phenomenology
+1106.5342
+1107.3348 Computer Vision and Pattern Recognition
+1107.4396 Computer Vision and Pattern Recognition
+1107.5244 Operator Algebras
+1108.1172 Combinatorics
+1108.4098 Computer Vision and Pattern Recognition
+1108.4919 Computational Engineering, Finance, and Science
+1108.4978 Mesoscale and Nanoscale Physics
+1109.0258 Optimization and Control
+1109.5983 Mesoscale and Nanoscale Physics
+1110.0811 Numerical Analysis
+1110.1374 Strongly Correlated Electrons
+1110.1684 Materials Science
+1110.2363 High Energy Astrophysical Phenomena
+1110.3582
+1110.4490 Rings and Algebras
+1110.5052 Probability
+1111.0102 Atomic Physics
+1111.2532 Statistics Theory
+1111.5299 Number Theory
+1111.5731 Instrumentation and Detectors
+1111.6023 General Mathematics
+1112.2195 Dynamical Systems
+1112.3883 Representation Theory
+1112.5419
+1112.5470 Strongly Correlated Electrons
+1201.1360 Lattice
+1201.1870 Discrete Mathematics
+1201.5019 Optimization and Control
+1201.6105 Solar and Stellar Astrophysics
+1202.0779 Dynamical Systems
+1202.1172 Cosmology and Nongalactic Astrophysics
+1202.1289 Theory
+1202.1913 Superconductivity
+1202.2291 Computational Physics
+1202.4768
+1202.5631
+1203.0419 Experiment
+1203.0561 Theory
+1203.1094 Mesoscale and Nanoscale Physics
+1203.1857
+1203.2887 Strongly Correlated Electrons
+1203.3762
+1203.4740
+1203.4942 Adaptation and Self-Organizing Systems
+1204.3513 Logic in Computer Science
+1204.3898 Phenomenology
+1204.5558 Phenomenology
+1204.6528 Biological Physics
+1205.0768 Optimization and Control
+1205.0996 Superconductivity
+1205.1119
+1205.1491 Symplectic Geometry
+1205.2126 Quantum Gases
+1205.3600 Strongly Correlated Electrons
+1205.3752 Information Theory
+1205.3941 Instrumentation and Methods for Astrophysics
+1205.4505 Quantum Gases
+1205.5230 Phenomenology
+1205.6173 Mesoscale and Nanoscale Physics
+1205.6599 Algebraic Geometry
+1205.7013 Lattice
+1206.0461 Soft Condensed Matter
+1206.1919 Combinatorics
+1206.2744 Biological Physics
+1206.2905 Atomic Physics
+1206.3919 Plasma Physics
+1206.4149
+1206.4719 Theory
+1206.5137 Phenomenology
+1206.5352 Formal Languages and Automata Theory
+1206.5533 Learning
+1206.5670 Mesoscale and Nanoscale Physics
+1206.5875 Mesoscale and Nanoscale Physics
+1207.1481 Dynamical Systems
+1207.1922 Computer Vision and Pattern Recognition
+1207.2066 K-Theory and Homology
+1207.2992 High Energy Astrophysical Phenomena
+1207.3612 Theory
+1207.4676 Learning
+1207.6990 Astrophysics of Galaxies
+1208.0170 Quantum Gases
+1208.1687 Complex Variables
+1208.2434 Optimization and Control
+1208.2635 Statistics Theory
+1208.3435 Superconductivity
+1208.3443 Combinatorics
+1208.4233 Geometric Topology
+1208.5333 Artificial Intelligence
+1208.5357
+1208.5463 Combinatorics
+1208.6054 Materials Science
+1208.6228 Probability
+1208.6247 Information Theory
+1209.0189 Probability
+1209.0747 General Physics
+1209.1027 Solar and Stellar Astrophysics
+1209.1837
+1209.1942 Data Structures and Algorithms
+1209.2449 Algebraic Geometry
+1209.2901
+1209.3088 Representation Theory
+1209.3286 Information Retrieval
+1209.3304 Theory
+1209.3314 Distributed, Parallel, and Cluster Computing
+1209.3315 Performance
+1209.3316 Combinatorics
+1209.3320 Cosmology and Nongalactic Astrophysics
+1209.3321
+1209.3323 Instrumentation and Methods for Astrophysics
+1209.3328 Phenomenology
+1209.3332 Distributed, Parallel, and Cluster Computing
+1209.3337 Mesoscale and Nanoscale Physics
+1209.3342 Discrete Mathematics
+1209.3343
+1209.3344 Information Theory
+1209.3345 Group Theory
+1209.3347 Representation Theory
+1209.3353 Learning
+1209.3354 Quantum Gases
+1209.3355
+1209.3357 Combinatorics
+1209.3361 Optics
+1209.3363 Phenomenology
+1209.3369 Phenomenology
+1209.3387 Data Structures and Algorithms
+1209.3390 Optics
+1209.3396 Lattice
+1209.3400 Optics
+1209.3403
+1209.3404 Materials Science
+1209.3407
+1209.3411 Neurons and Cognition
+1209.3416 Information Theory
+1209.3417 Commutative Algebra
+1209.3418 Computer Science and Game Theory
+1209.3419 Artificial Intelligence
+1209.3423 Category Theory
+1209.3425 High Energy Astrophysical Phenomena
+1209.3428 Materials Science
+1209.3432 Optimization and Control
+1209.3433 Computer Vision and Pattern Recognition
+1209.3434 Functional Analysis
+1209.3435 Functional Analysis
+1209.3438 Number Theory
+1209.3439 Algebraic Geometry
+1209.3441
+1209.3443 General Topology
+1209.3445
+1209.3446
+1209.3455 Combinatorics
+1209.3460 Information Theory
+1209.3462
+1209.3467 Group Theory
+1209.3470 Instrumentation and Methods for Astrophysics
+1209.3474 Adaptation and Self-Organizing Systems
+1209.3476 Geometric Topology
+1209.3479 Instrumentation and Methods for Astrophysics
+1209.3482 Materials Science
+1209.3483 History and Philosophy of Physics
+1209.3484 High Energy Astrophysical Phenomena
+1209.3486 Operator Algebras
+1209.3487 Distributed, Parallel, and Cluster Computing
+1209.3491 Number Theory
+1209.3494
+1209.3499
+1209.3502 Superconductivity
+1209.3503 Pricing of Securities
+1209.3505 Information Theory
+1209.3507 Phenomenology
+1209.3508 Operator Algebras
+1209.3512 Chemical Physics
+1209.3514 Statistical Mechanics
+1209.3515 Soft Condensed Matter
+1209.3517 Software Engineering
+1209.3518 Software Engineering
+1209.3525 Networking and Internet Architecture
+1209.3530 Functional Analysis
+1209.3531 Functional Analysis
+1209.3534 Atmospheric and Oceanic Physics
+1209.3535
+1209.3543 Analysis of PDEs
+1209.3544
+1209.3545
+1209.3548 Algebraic Geometry
+1209.3549 Computer Science and Game Theory
+1209.3553 Experiment
+1209.3555 Symbolic Computation
+1209.3557 Cryptography and Security
+1209.3560 Theory
+1209.3562 Logic
+1209.3564 Hardware Architecture
+1209.3565
+1209.3569 Materials Science
+1209.3570 Statistics Theory
+1209.3572 Combinatorics
+1209.3573 Cryptography and Security
+1209.3577 Number Theory
+1209.3578 Probability
+1209.3579 Metric Geometry
+1209.3580 Materials Science
+1209.3581 Analysis of PDEs
+1209.3582 Spectral Theory
+1209.3585 Number Theory
+1209.3588 Probability
+1209.3589 Algebraic Geometry
+1209.3590 Cryptography and Security
+1209.3591 Populations and Evolution
+1209.3597 Dynamical Systems
+1209.3600 Systems and Control
+1209.3601 Analysis of PDEs
+1209.3602 Analysis of PDEs
+1209.3604
+1209.3607 Information Theory
+1209.3608 Digital Libraries
+1209.3617 Computer Science and Game Theory
+1209.3618 Soft Condensed Matter
+1209.3624 Functional Analysis
+1209.3625 Group Theory
+1209.3627 Number Theory
+1209.3631 Solar and Stellar Astrophysics
+1209.3633 Astrophysics of Galaxies
+1209.3644 Networking and Internet Architecture
+1209.3650 Human-Computer Interaction
+1209.3651 Differential Geometry
+1209.3656 Rings and Algebras
+1209.3663 Number Theory
+1209.3666 Analysis of PDEs
+1209.3668 Data Structures and Algorithms
+1209.3677 Probability
+1209.3678 Analysis of PDEs
+1209.3683
+1209.3685
+1209.3687 Classical Analysis and ODEs
+1209.3689 Algebraic Geometry
+1209.3690 Classical Analysis and ODEs
+1209.3692 Statistical Mechanics
+1209.3694 Learning
+1209.3696 Analysis of PDEs
+1209.3701 Analysis of PDEs
+1209.3706
+1209.3708
+1209.3709 Metric Geometry
+1209.3714 Phenomenology
+1209.3717
+1209.3718 Analysis of PDEs
+1209.3722 Solar and Stellar Astrophysics
+1209.3734 Artificial Intelligence
+1209.3737 Physics and Society
+1209.3740 Theory
+1209.3743
+1209.3753 Materials Science
+1209.3755
+1209.3761 Machine Learning
+cond-mat/0408089 Mesoscale and Nanoscale Physics
+math/0312284 Algebraic Geometry
+math/0702840 Algebraic Geometry
+quant-ph/0403171
+0705.0360 Mesoscale and Nanoscale Physics
+0807.0647
+0812.3415 Dynamical Systems
+0903.1622
+0904.2384 Functional Analysis
+0905.3243
+0905.3657
+0906.4128
+0910.2634
+0910.3963 Functional Analysis
+0912.2560 Lattice
+1002.3472
+1004.1990
+1004.3485 Probability
+1005.3761 Probability
+1005.5641 Superconductivity
+1007.3276 Mesoscale and Nanoscale Physics
+1007.4630 Mesoscale and Nanoscale Physics
+1007.5121 Superconductivity
+1009.1064 Functional Analysis
+1009.2202 Mesoscale and Nanoscale Physics
+1009.3860 Mesoscale and Nanoscale Physics
+1009.5059
+1011.1867 Materials Science
+1012.0271 Mesoscale and Nanoscale Physics
+1012.2552 Optimization and Control
+1012.2601 Commutative Algebra
+1012.4181
+1101.1951 Cosmology and Nongalactic Astrophysics
+1102.1512 Optics
+1103.3180 Algebraic Geometry
+1103.3789 Fluid Dynamics
+1104.0588 Group Theory
+1104.0643 Mesoscale and Nanoscale Physics
+1104.5160 Classical Analysis and ODEs
+1105.0469 Physics and Society
+1105.1163 Strongly Correlated Electrons
+1105.1338 Mesoscale and Nanoscale Physics
+1105.1682 Quantum Gases
+1105.3322 Strongly Correlated Electrons
+1105.5351 Computational Physics
+1105.5597 Mesoscale and Nanoscale Physics
+1106.1868 Number Theory
+1106.4040 Phenomenology
+1106.6034
+1107.0155 Phenomenology
+1107.1715 Phenomenology
+1107.3202
+1107.3332 Instrumentation and Detectors
+1107.4074 Solar and Stellar Astrophysics
+1107.4240 Mesoscale and Nanoscale Physics
+1107.4332 Mesoscale and Nanoscale Physics
+1108.0650 Strongly Correlated Electrons
+1108.3351 Combinatorics
+1108.5333 Mesoscale and Nanoscale Physics
+1108.5337 Mesoscale and Nanoscale Physics
+1108.5749 Mesoscale and Nanoscale Physics
+1109.0211 Phenomenology
+1109.1444 Phenomenology
+1109.2095 Strongly Correlated Electrons
+1109.2121 Instrumentation and Methods for Astrophysics
+1109.2385 Mesoscale and Nanoscale Physics
+1109.4097 Superconductivity
+1109.5892 Statistical Mechanics
+1110.3732 Materials Science
+1110.4194 Experiment
+1110.4682
+1110.4695
+1111.1740 Phenomenology
+1111.1866 Mesoscale and Nanoscale Physics
+1111.3236 Algebraic Geometry
+1111.5200 Data Structures and Algorithms
+1111.5512
+1111.6749 Cosmology and Nongalactic Astrophysics
+1112.0852 Representation Theory
+1112.2630 Neurons and Cognition
+1112.3058 Algebraic Geometry
+1112.3225 Materials Science
+1112.3335 Optics
+1112.4985 Functional Analysis
+1112.5759 Fluid Dynamics
+1201.1251 General Physics
+1201.2002 Superconductivity
+1201.2742 Analysis of PDEs
+1201.3521 Astrophysics of Galaxies
+1201.3617 Experiment
+1201.3842 Combinatorics
+1201.3914 Numerical Analysis
+1201.3918
+1201.3922 High Energy Astrophysical Phenomena
+1201.3923 Optics
+1201.3929 Software Engineering
+1201.3932 Number Theory
+1201.3934 Phenomenology
+1201.3936 Cosmology and Nongalactic Astrophysics
+1201.3937 Methodology
+1201.3938 Soft Condensed Matter
+1201.3941 Differential Geometry
+1201.3942 Cosmology and Nongalactic Astrophysics
+1201.3945
+1201.3950 Networking and Internet Architecture
+1201.3953 Probability
+1201.3960 Networking and Internet Architecture
+1201.3962 Instrumentation and Detectors
+1201.3963 Materials Science
+1201.3967 Optimization and Control
+1201.3976 Other Computer Science
+1201.3978 Other Computer Science
+1201.3980 Metric Geometry
+1201.3981 Other Computer Science
+1201.3982 Cryptography and Security
+1201.3983 Probability
+1201.3985 Software Engineering
+1201.3987 Algebraic Topology
+1201.3991 Number Theory
+1201.3992 Atomic Physics
+1201.3999 Differential Geometry
+1201.4000 Astrophysics of Galaxies
+1201.4002 Machine Learning
+1201.4008 Dynamical Systems
+1201.4009 Algebraic Geometry
+1201.4013 Networking and Internet Architecture
+1201.4016 Mesoscale and Nanoscale Physics
+1201.4021 Combinatorics
+1201.4023 Number Theory
+1201.4024 Probability
+1201.4028 High Energy Astrophysical Phenomena
+1201.4032 Classical Analysis and ODEs
+1201.4043 Solar and Stellar Astrophysics
+1201.4044 Statistical Mechanics
+1201.4051 Cosmology and Nongalactic Astrophysics
+1201.4054 Information Theory
+1201.4060 Computational Physics
+1201.4068 Accelerator Physics
+1201.4073 Analysis of PDEs
+1201.4077
+1201.4080 Artificial Intelligence
+1201.4082 Dynamical Systems
+1201.4084 Materials Science
+1201.4088 General Physics
+1201.4092
+1201.4093 Combinatorics
+1201.4094 Instrumentation and Detectors
+1201.4096 Phenomenology
+1201.4098 Probability
+1201.4101 Phenomenology
+1201.4105 Commutative Algebra
+1201.4109 Information Theory
+1201.4113
+1201.4115 Astrophysics of Galaxies
+1201.4116 Information Theory
+1201.4118 Applications
+1201.4138 Combinatorics
+1201.4139 Computer Vision and Pattern Recognition
+1201.4140 Representation Theory
+1201.4141 Dynamical Systems
+1201.4142 Software Engineering
+1201.4143 Theory
+1201.4146 Materials Science
+1201.4150 Networking and Internet Architecture
+1201.4153 Combinatorics
+1201.4155 Phenomenology
+1201.4158 Differential Geometry
+1201.4161 Number Theory
+1201.4168 Accelerator Physics
+alg-geom/9212002 Algebraic Geometry
+alg-geom/9409006 Algebraic Geometry
+cond-mat/0308034 Superconductivity
+cond-mat/0601594 Mesoscale and Nanoscale Physics
+cond-mat/9907417 Statistical Mechanics
+hep-th/0703196 Theory
+math/9804090 Operator Algebras
+math/9804095 Differential Geometry
+math/9906136 Differential Geometry
+math/9908043 Number Theory
+math/9912011 Classical Analysis and ODEs
+quant-ph/9801039
+0705.1248 General Physics
+0708.3743 General Physics
+0712.4213
+0803.0924 Learning
+0805.2692 Chemical Physics
+0906.5506 Statistical Mechanics
+0907.3199 Combinatorics
+0912.3481 Optimization and Control
+1001.2244 Optimization and Control
+1002.0698 Algebraic Geometry
+1002.3558 Astrophysics of Galaxies
+1003.3164 Algebraic Geometry
+1003.4797 Pricing of Securities
+1006.2577 Differential Geometry
+1006.2793 Complex Variables
+1006.4234 Pattern Formation and Solitons
+1009.4179 Instrumentation and Methods for Astrophysics
+1009.5262 Algebraic Geometry
+1009.5966 Adaptation and Self-Organizing Systems
+1009.6109 Combinatorics
+1010.0154 Analysis of PDEs
+1010.2732 Optimization and Control
+1010.3896 General Physics
+1011.3928 Populations and Evolution
+1011.4173 General Physics
+1012.4256 Molecular Networks
+1102.1079 Combinatorics
+1102.1081 Algebraic Topology
+1102.1886 Mesoscale and Nanoscale Physics
+1102.2308 Mesoscale and Nanoscale Physics
+1102.3273 Mesoscale and Nanoscale Physics
+1103.2282 Representation Theory
+1103.4974
+1105.4981 Algebraic Geometry
+1105.6152 Classical Analysis and ODEs
+1106.3718 Materials Science
+1106.4515 Mesoscale and Nanoscale Physics
+1106.5930 Combinatorics
+1106.5936 Combinatorics
+1107.3028 Cosmology and Nongalactic Astrophysics
+1108.0181 Commutative Algebra
+1108.1048 Representation Theory
+1108.1780 Adaptation and Self-Organizing Systems
+1109.0616 Digital Libraries
+1109.0863 Genomics
+1110.4288 Disordered Systems and Neural Networks
+1110.4928 Materials Science
+1110.5942 Logic in Computer Science
+1111.1997
+1111.4950 Optics
+1111.5123 Distributed, Parallel, and Cluster Computing
+1111.6362
+1111.7005 Algebraic Geometry
+1112.1733 Populations and Evolution
+1112.3257 Information Theory
+1112.3685 Geometric Topology
+1112.5364 Quantum Gases
+1201.1083 Adaptation and Self-Organizing Systems
+1201.1455 Classical Analysis and ODEs
+1201.2836 Mesoscale and Nanoscale Physics
+1201.3064 Mesoscale and Nanoscale Physics
+1201.3173
+1201.3287
+1201.3705 Algebraic Geometry
+1201.6332 Analysis of PDEs
+1201.6347 Strongly Correlated Electrons
+1202.0860
+1202.2837 Mesoscale and Nanoscale Physics
+1202.4111 Quantum Gases
+1203.1808 Earth and Planetary Astrophysics
+1203.2587 Probability
+1203.2977 Superconductivity
+1203.3077 Astrophysics of Galaxies
+1203.3376 Artificial Intelligence
+1203.3629 Mesoscale and Nanoscale Physics
+1203.3835 Optics
+1203.4984 K-Theory and Homology
+1204.0277 Numerical Analysis
+1204.0509 Materials Science
+1204.2135 Analysis of PDEs
+1204.2815
+1204.2849 Disordered Systems and Neural Networks
+1204.2859
+1204.3541 Theory
+1204.5154 Probability
+1204.5777 Mesoscale and Nanoscale Physics
+1204.6148 Probability
+1205.0155 Materials Science
+1205.4325 Phenomenology
+1205.4850 Strongly Correlated Electrons
+1205.6291 Soft Condensed Matter
+1206.0939 Disordered Systems and Neural Networks
+1206.1756 Superconductivity
+1206.2572 Phenomenology
+1206.2886 Dynamical Systems
+1206.3700 Phenomenology
+1206.3792 Classical Physics
+1206.5189
+1206.5508 Dynamical Systems
+1207.0578 Neural and Evolutionary Computing
+1207.1080 Disordered Systems and Neural Networks
+1207.1503 Cosmology and Nongalactic Astrophysics
+1207.1655
+1207.1846 Phenomenology
+1207.1877 Statistical Mechanics
+1207.2670
+1207.4942 Mesoscale and Nanoscale Physics
+1207.5498 Geometric Topology
+1207.6046 Plasma Physics
+1207.6459
+1207.6649
+1207.6835 Strongly Correlated Electrons
+1207.6935 Superconductivity
+1207.6936 Distributed, Parallel, and Cluster Computing
+1208.0390 Phenomenology
+1208.1792
+1208.2313 Materials Science
+1208.2564 Mesoscale and Nanoscale Physics
+1208.2927 Superconductivity
+1208.3455 High Energy Astrophysical Phenomena
+1208.4155 Optics
+1208.4483 Spectral Theory
+1208.4680 Strongly Correlated Electrons
+1208.5172 Optimization and Control
+1208.5678 Mesoscale and Nanoscale Physics
+1208.6362
+1209.0385
+1209.0532 Information Theory
+1209.0668 Geometric Topology
+1209.0711
+1209.1110 Theory
+1209.1383 Analysis of PDEs
+1209.1632 High Energy Astrophysical Phenomena
+1209.1773 Atomic Physics
+1209.1964 Materials Science
+1209.2107 Cosmology and Nongalactic Astrophysics
+1209.2321 Materials Science
+1209.4255 Cryptography and Security
+1209.4411 Optics
+1209.5196
+1209.5636 Experiment
+1210.1393 Experiment
+1210.1788 Analysis of PDEs
+1210.1914 Solar and Stellar Astrophysics
+1210.2258 Instrumentation and Methods for Astrophysics
+1210.2297 Programming Languages
+1210.2389 Classical Analysis and ODEs
+1210.2401 Distributed, Parallel, and Cluster Computing
+1210.2406 Information Theory
+1210.2411 Probability
+1210.2415 Probability
+1210.2421 Robotics
+1210.2424 Optics
+1210.2425 Optics
+1210.2426 Physics and Society
+1210.2427 General Physics
+1210.2428 Complex Variables
+1210.2429 Cryptography and Security
+1210.2431 Representation Theory
+1210.2436 Mesoscale and Nanoscale Physics
+1210.2439
+1210.2440 Statistics Theory
+1210.2443 Probability
+1210.2448 Formal Languages and Automata Theory
+1210.2449 Systems and Control
+1210.2450 Software Engineering
+1210.2451 Logic in Computer Science
+1210.2452 Formal Languages and Automata Theory
+1210.2453 Databases
+1210.2454 Formal Languages and Automata Theory
+1210.2455 Logic in Computer Science
+1210.2456 Formal Languages and Automata Theory
+1210.2457 Logic in Computer Science
+1210.2458 Computer Science and Game Theory
+1210.2459 Computational Complexity
+1210.2460 Formal Languages and Automata Theory
+1210.2461 Logic in Computer Science
+1210.2462 Formal Languages and Automata Theory
+1210.2463 Formal Languages and Automata Theory
+1210.2474 Computer Vision and Pattern Recognition
+1210.2479 Logic in Computer Science
+1210.2481 Logic in Computer Science
+1210.2485 Other Computer Science
+1210.2487 Group Theory
+1210.2496 High Energy Astrophysical Phenomena
+1210.2501 Exactly Solvable and Integrable Systems
+1210.2502 Information Theory
+1210.2503 Machine Learning
+1210.2507 Solar and Stellar Astrophysics
+1210.2510 Materials Science
+1210.2511 Analysis of PDEs
+1210.2513 Theory
+1210.2514 Other Computer Science
+1210.2515 Computational Engineering, Finance, and Science
+1210.2529 Information Theory
+1210.2532 Cosmology and Nongalactic Astrophysics
+1210.2534 Fluid Dynamics
+1210.2536 Mathematical Software
+1210.2540 Combinatorics
+1210.2541 Functional Analysis
+1210.2543 Combinatorics
+1210.2550
+1210.2553 Solar and Stellar Astrophysics
+1210.2572 Phenomenology
+1210.2575 Methodology
+1210.2577
+1210.2580 Distributed, Parallel, and Cluster Computing
+1210.2582 Information Theory
+1210.2584 Data Structures and Algorithms
+1210.2585 Theory
+1210.2587 Data Structures and Algorithms
+1210.2591 Fluid Dynamics
+1210.2593 Superconductivity
+1210.2597 Probability
+1210.2600 Combinatorics
+1210.2605 Logic in Computer Science
+1210.2606 Materials Science
+1210.2611 Probability
+1210.2612 Soft Condensed Matter
+1210.2615 Differential Geometry
+1210.2617 Computational Finance
+1210.2618 Combinatorics
+1210.2621 Combinatorics
+1210.2622 Mesoscale and Nanoscale Physics
+1210.2623 Dynamical Systems
+1210.2625 Statistical Mechanics
+1210.2628 Phenomenology
+1210.2635 High Energy Astrophysical Phenomena
+1210.2638
+1210.2646 Computer Vision and Pattern Recognition
+1210.2649 Cosmology and Nongalactic Astrophysics
+1210.2653 Analysis of PDEs
+1210.2657 Probability
+1210.2658 Algebraic Geometry
+1210.2660 Rings and Algebras
+1210.2665 Data Structures and Algorithms
+1210.2669 Analysis of PDEs
+1210.2670 Algebraic Geometry
+1210.2673 History and Overview
+1210.2674 Probability
+1210.2676 Geometric Topology
+1210.2678
+1210.2680 Algebraic Geometry
+1210.2682 Solar and Stellar Astrophysics
+1210.2686 Geometric Topology
+1210.2693 Phenomenology
+1210.2694 Numerical Analysis
+1210.2695 Geophysics
+1210.2697 Dynamical Systems
+1210.2698 Computational Complexity
+1210.2699 Functional Analysis
+1210.2700 Commutative Algebra
+1210.2701 Combinatorics
+1210.2703 Phenomenology
+1210.2704 Information Theory
+1210.2705 Combinatorics
+1210.2707 Classical Physics
+1210.2708 Instrumentation and Methods for Astrophysics
+1210.2711 Strongly Correlated Electrons
+cs/0605029 Computational Geometry
+math/0605310 Number Theory
+0704.3505 Mesoscale and Nanoscale Physics
+0706.1663
+0711.0880 Geometric Topology
+0712.1667
+0807.0400 Numerical Analysis
+0807.2325
+0902.1494 Cosmology and Nongalactic Astrophysics
+0907.1511 Theory
+0912.2889 Probability
+0912.3257 Cosmology and Nongalactic Astrophysics
+0912.3929 Metric Geometry
+1001.0969 Cosmology and Nongalactic Astrophysics
+1002.2816
+1003.3053 Metric Geometry
+1004.2708 Cosmology and Nongalactic Astrophysics
+1005.0672 Number Theory
+1006.0488 Cosmology and Nongalactic Astrophysics
+1007.2647 Cosmology and Nongalactic Astrophysics
+1008.4831 Probability
+1010.1815 Algebraic Geometry
+1011.0521 Soft Condensed Matter
+1011.3020
+1011.3045 Cosmology and Nongalactic Astrophysics
+1012.3615 Lattice
+1012.4758
+1101.3562 Probability
+1101.4230 Cosmology and Nongalactic Astrophysics
+1101.4940 Cosmology and Nongalactic Astrophysics
+1102.2874 Analysis of PDEs
+1102.3426 Discrete Mathematics
+1103.0711 Software Engineering
+1103.6277 Materials Science
+1104.3797 Cosmology and Nongalactic Astrophysics
+1104.4595 Machine Learning
+1105.2566 Phenomenology
+1105.5424
+1105.6212
+1107.2758 Disordered Systems and Neural Networks
+1107.5300 Computational Physics
+1108.3039 Fluid Dynamics
+1108.3086 Cosmology and Nongalactic Astrophysics
+1108.5296 Superconductivity
+1108.5455 Statistical Mechanics
+1108.5902
+1109.1549 Probability
+1109.2171
+1109.2713 Astrophysics of Galaxies
+1109.5118 Biological Physics
+1110.0461 Computational Complexity
+1110.4636 Cosmology and Nongalactic Astrophysics
+1110.4638 Cosmology and Nongalactic Astrophysics
+1110.4721 Statistical Mechanics
+1110.4879 Probability
+1110.6516 Phenomenology
+1110.6777 Optics
+1111.0138 Quantum Gases
+1111.1079 Quantum Gases
+1111.2024 Optics
+1111.2030 Cosmology and Nongalactic Astrophysics
+1111.2668 Geometric Topology
+1111.2800
+1111.4263 Algebraic Geometry
+1111.4938 Phenomenology
+1111.5597 Theory
+1112.0887 Theory
+1112.2693 Mesoscale and Nanoscale Physics
+1112.3356 Theory
+1112.3718 Quantum Gases
+1112.4153
+1112.4837 Cosmology and Nongalactic Astrophysics
+1201.0204 Statistical Mechanics
+1201.3385 Atomic Physics
+1201.3655 Superconductivity
+1201.4126 Number Theory
+1201.4449 Logic in Computer Science
+1201.4892 Operator Algebras
+1201.6308 Mesoscale and Nanoscale Physics
+1202.2011 Phenomenology
+1202.2770 Neural and Evolutionary Computing
+1202.4060 Cosmology and Nongalactic Astrophysics
+1202.4368 Algebraic Topology
+1202.4662
+1202.5069 Theory
+1202.5083 Quantum Gases
+1202.5388 Statistical Mechanics
+1203.1791 Chaotic Dynamics
+1203.2873 Formal Languages and Automata Theory
+1203.2906 Phenomenology
+1203.3823 Cosmology and Nongalactic Astrophysics
+1203.3864 Information Theory
+1203.3941 Theory
+1203.4746 Information Theory
+1203.4753 Statistics Theory
+1203.5443 Neural and Evolutionary Computing
+1203.6314 Complex Variables
+1204.0566 Learning
+1204.2624
+1204.2704 Quantum Gases
+1204.3034 Optimization and Control
+1204.3179 Combinatorics
+1204.3521 Representation Theory
+1204.3583 Phenomenology
+1204.3643 Cosmology and Nongalactic Astrophysics
+1204.4885 Plasma Physics
+1204.5210 Mesoscale and Nanoscale Physics
+1205.0897 Experiment
+1205.1019 Phenomenology
+1205.2039 Dynamical Systems
+1205.6335 Materials Science
+1206.0330
+1206.0432 Theory
+1206.1397 Dynamical Systems
+1206.2507
+1206.2849 Combinatorics
+1206.3073 Experiment
+1206.3604
+1206.3979 Phenomenology
+1206.4415 Representation Theory
+1206.4560 Learning
+1206.4599 Learning
+1206.4600 Learning
+1206.4601 Learning
+1206.4602 Numerical Analysis
+1206.4603 Information Retrieval
+1206.4604 Learning
+1206.4605 Data Structures and Algorithms
+1206.4607 Learning
+1206.4608 Learning
+1206.4609 Computer Vision and Pattern Recognition
+1206.4610 Learning
+1206.4611 Learning
+1206.4612 Learning
+1206.4613 Artificial Intelligence
+1206.4614 Learning
+1206.4615 Methodology
+1206.4616 Applications
+1206.4617 Learning
+1206.4618 Learning
+1206.4620 Learning
+1206.4621 Learning
+1206.4622 Learning
+1206.4623 Learning
+1206.4624 Learning
+1206.4625 Learning
+1206.4626 Computational Engineering, Finance, and Science
+1206.4627 Learning
+1206.4628 Learning
+1206.4629 Learning
+1206.4630 Learning
+1206.4632 Learning
+1206.4633 Learning
+1206.4635 Learning
+1206.4636 Learning
+1206.4637 Learning
+1206.4638 Learning
+1206.4639 Learning
+1206.4640 Numerical Analysis
+1206.4641 Learning
+1206.4642 Data Structures and Algorithms
+1206.4643 Learning
+1206.4644 Learning
+1206.4645 Learning
+1206.4646 Learning
+1206.4647 Learning
+1206.4648 Learning
+1206.4649 Learning
+1206.4650 Learning
+1206.4651 Learning
+1206.4652 Learning
+1206.4653 Learning
+1206.4654 Artificial Intelligence
+1206.4655 Learning
+1206.4656 Learning
+1206.4657 Learning
+1206.4658 Learning
+1206.4659 Learning
+1206.4660 Learning
+1206.4661 Learning
+1206.4662 Cryptography and Security
+1206.4663 Learning
+1206.4664 Learning
+1206.4665 Learning
+1206.4666 Computation
+1206.4668 Learning
+1206.4669 Learning
+1206.4670 Information Theory
+1206.4671 Learning
+1206.4672 Learning
+1206.4673 Learning
+1206.4674 Learning
+1206.4675 Cryptography and Security
+1206.4676 Learning
+1206.4677 Learning
+1206.4678 Learning
+1206.4679 Learning
+1206.4680 Learning
+1206.4681 Learning
+1206.4682 Learning
+1206.4683 Learning
+1206.4684 Information Retrieval
+1206.4685 Methodology
+1206.4686 Learning
+1206.4687 Information Theory
+1206.4691 Metric Geometry
+1206.4708 General Literature
+1206.4711 Phenomenology
+1206.4712 Classical Analysis and ODEs
+1206.4717 Other Computer Science
+1206.4726 Analysis of PDEs
+1206.4731 Combinatorics
+1206.4737 Classical Analysis and ODEs
+1206.4741 Geometric Topology
+1206.4742 Dynamical Systems
+1206.4744 Geometric Topology
+1206.4749 Functional Analysis
+1206.4750 Geometric Topology
+1206.4752 Functional Analysis
+1206.4761 Mesoscale and Nanoscale Physics
+1206.4764
+1206.4765 Statistics Theory
+1206.4768 Statistics Theory
+1206.4769 Statistics Theory
+1206.4770 Statistics Theory
+1206.4771 Computer Science and Game Theory
+1206.4776 Mesoscale and Nanoscale Physics
+1206.4781 Physics and Society
+1206.4782 Mesoscale and Nanoscale Physics
+1206.4784 Optimization and Control
+1206.4790 Geometric Topology
+1206.4791 Superconductivity
+1206.4794 Theory
+1206.4799 Probability
+1206.4802 Information Retrieval
+1206.4804 Computational Finance
+1206.4805 Data Analysis, Statistics and Probability
+1206.4810 Trading and Market Microstructure
+1206.4811 Statistical Mechanics
+1206.4814 Classical Analysis and ODEs
+1206.4815 Biological Physics
+1206.4816 Biological Physics
+1206.4817 Strongly Correlated Electrons
+1206.4820 Statistical Mechanics
+1206.4823
+1206.4825 Combinatorics
+1206.4827 Combinatorics
+1206.4830 Strongly Correlated Electrons
+1206.4831 Analysis of PDEs
+1206.4833 Logic in Computer Science
+1206.4839 Functional Analysis
+1206.4847
+1206.4848 Functional Analysis
+1206.4862 Neurons and Cognition
+1206.4863 Digital Libraries
+1206.4864 Combinatorics
+1206.4866 Computer Vision and Pattern Recognition
+1206.4868 Functional Analysis
+1206.4871 Phenomenology
+1206.4872
+1206.4873 Phenomenology
+1206.4874 Accelerator Physics
+1206.4876 Accelerator Physics
+1206.4880 Computer Vision and Pattern Recognition
+1206.4883 Information Retrieval
+1206.4885 Combinatorics
+1206.4886
+1206.4889 Solar and Stellar Astrophysics
+1206.4894
+1206.4897 Optimization and Control
+1206.4898 Data Structures and Algorithms
+1206.4899 Classical Analysis and ODEs
+1206.4900 Applications
+1206.4903 Probability
+1206.4914 Information Theory
+1206.4916 Theory
+1206.4917 Pricing of Securities
+1206.4919 Cosmology and Nongalactic Astrophysics
+1206.4923 Algebraic Geometry
+1206.4929 Differential Geometry
+1206.4932
+1206.4947 Number Theory
+1206.4951 Number Theory
+1206.4952 Social and Information Networks
+1206.4953 Geometric Topology
+1206.4954 Dynamical Systems
+1206.4955 Computer Science and Game Theory
+1206.4958 Information Retrieval
+1206.4960 Optics
+1206.4964 Probability
+1206.4967 Materials Science
+1206.4970 Operator Algebras
+1206.4973 Distributed, Parallel, and Cluster Computing
+1206.4975 Probability
+1206.4978 Disordered Systems and Neural Networks
+1206.4979 Number Theory
+1206.4982 Group Theory
+1206.4983 Probability
+1206.4984 Quantum Gases
+1206.4989 Disordered Systems and Neural Networks
+1206.4990 Dynamical Systems
+1206.4996 High Energy Astrophysical Phenomena
+astro-ph/0407111
+cond-mat/0106484 Mesoscale and Nanoscale Physics
+math/0412275 Geometric Topology
+math/0604605 Geometric Topology
+quant-ph/0608018
+1104.0866 Fluid Dynamics
+1106.2276 Lattice
+1110.2303 Theory
+1203.1456
+1205.4992
+hep-th/9111052 Theory
+0706.0700 Superconductivity
+0710.1262 Geometric Topology
+0712.3748 Rings and Algebras
+0808.1001 Applications
+0904.0513 Soft Condensed Matter
+0905.3215 Superconductivity
+0906.0993 Cosmology and Nongalactic Astrophysics
+0906.2112 Algebraic Geometry
+0910.0069 Probability
+0912.0817 Solar and Stellar Astrophysics
+1001.1611 Differential Geometry
+1004.1135 Soft Condensed Matter
+1004.2657 Differential Geometry
+1005.4492 Combinatorics
+1005.4876
+1009.5132 Theory
+1009.6054 Differential Geometry
+1011.0266 Probability
+1012.4458 Cosmology and Nongalactic Astrophysics
+1102.0749 Logic in Computer Science
+1102.3495 Information Theory
+1103.5605 Probability
+1104.1786 Differential Geometry
+1105.0388 Probability
+1105.1826
+1106.0013 Strongly Correlated Electrons
+1106.3494 Theory
+1107.0009 High Energy Astrophysical Phenomena
+1107.0351 Superconductivity
+1108.2619 Theory
+1108.3076 Mesoscale and Nanoscale Physics
+1108.4390 Theory
+1108.5718 Phenomenology
+1109.0272 Experiment
+1109.0398 Plasma Physics
+1109.0740
+1109.4820 Cosmology and Nongalactic Astrophysics
+1109.5022 Statistical Mechanics
+1109.5132 Probability
+1110.1328 Databases
+1110.3542 Astrophysics of Galaxies
+1110.3843 Social and Information Networks
+1110.4270 Mesoscale and Nanoscale Physics
+1111.0107 Physics and Society
+1111.0538 Symplectic Geometry
+1111.1578 Combinatorics
+1111.2564 Strongly Correlated Electrons
+1111.3322 Lattice
+1111.3417 Geometric Topology
+1111.5786 Classical Analysis and ODEs
+1112.1216 Strongly Correlated Electrons
+1112.2743 Mesoscale and Nanoscale Physics
+1112.6021 Phenomenology
+1201.0543 Materials Science
+1201.1983 Strongly Correlated Electrons
+1201.3175 Mesoscale and Nanoscale Physics
+1201.5318
+1201.5390 High Energy Astrophysical Phenomena
+1201.6378 Mesoscale and Nanoscale Physics
+1202.0673 Soft Condensed Matter
+1202.1035 Astrophysics of Galaxies
+1202.2748
+1202.2758 Chaotic Dynamics
+1202.2763 Quantum Gases
+1202.3043 Soft Condensed Matter
+1202.4727 Mesoscale and Nanoscale Physics
+1202.5592 Phenomenology
+1202.6075 Phenomenology
+1202.6422 Phenomenology
+1203.0026 Cosmology and Nongalactic Astrophysics
+1203.0336 Optics
+1203.0676 Analysis of PDEs
+1203.1010 Chaotic Dynamics
+1203.2130 Soft Condensed Matter
+1203.2505 Data Structures and Algorithms
+1203.5787 Solar and Stellar Astrophysics
+1203.6074 Cellular Automata and Lattice Gases
+1203.6078 Earth and Planetary Astrophysics
+1203.6079 Astrophysics of Galaxies
+1203.6080 General Topology
+1203.6086 Logic
+1203.6093 Physics and Society
+1203.6095 Dynamical Systems
+1203.6096 Distributed, Parallel, and Cluster Computing
+1203.6098 Social and Information Networks
+1203.6101 Cosmology and Nongalactic Astrophysics
+1203.6102 Programming Languages
+1203.6111 Combinatorics
+1203.6112 High Energy Astrophysical Phenomena
+1203.6113 Differential Geometry
+1203.6116 Mesoscale and Nanoscale Physics
+1203.6123
+1203.6130 Machine Learning
+1203.6131 Networking and Internet Architecture
+1203.6136 Computation and Language
+1203.6140 Applications
+1203.6143 Combinatorics
+1203.6147 Functional Analysis
+1203.6152 Logic in Computer Science
+1203.6154 Medical Physics
+1203.6155 Medical Physics
+1203.6157 Logic in Computer Science
+1203.6158 Logic in Computer Science
+1203.6159 Logic in Computer Science
+1203.6160 Logic in Computer Science
+1203.6161 Computational Complexity
+1203.6164
+1203.6165 Phenomenology
+1203.6169 Metric Geometry
+1203.6172 Combinatorics
+1203.6173
+1203.6177 Discrete Mathematics
+1203.6183 Numerical Analysis
+1203.6189 Solar and Stellar Astrophysics
+1203.6192 Phenomenology
+1203.6197
+1203.6199 Astrophysics of Galaxies
+1203.6200
+1203.6204
+1203.6206 Analysis of PDEs
+1203.6210 Group Theory
+1203.6214 Cryptography and Security
+1203.6217 Differential Geometry
+1203.6218 Phenomenology
+1203.6220 Materials Science
+1203.6242
+1203.6244 Complex Variables
+1203.6248 Cosmology and Nongalactic Astrophysics
+1203.6249 Other Statistics
+1203.6253 Combinatorics
+1203.6257 Soft Condensed Matter
+1203.6259
+1203.6266 Computational Geometry
+1203.6269 Cosmology and Nongalactic Astrophysics
+1203.6270 Solar and Stellar Astrophysics
+1203.6271 Instrumentation and Methods for Astrophysics
+1203.6273 Materials Science
+1203.6274 Data Structures and Algorithms
+1203.6277 Theory
+1203.6278 Logic in Computer Science
+1203.6279 Functional Analysis
+1203.6280
+1203.6288 Number Theory
+1203.6292 Quantum Gases
+1203.6293 Mesoscale and Nanoscale Physics
+1203.6296 Mesoscale and Nanoscale Physics
+1203.6303 Analysis of PDEs
+1203.6311 Analysis of PDEs
+1203.6318 Information Theory
+1203.6320 Information Theory
+1203.6324 Logic in Computer Science
+1203.6327 Number Theory
+1203.6328 Number Theory
+1203.6339 Human-Computer Interaction
+1203.6344 Number Theory
+astro-ph/0612759
+cond-mat/0607021 Superconductivity
+nlin/0302064 Exactly Solvable and Integrable Systems
+0709.3609
+0806.3056 Algebraic Geometry
+0806.3463 Number Theory
+0808.1177 Probability
+0809.2135 General Mathematics
+0811.2646 Superconductivity
+0812.3039 Superconductivity
+0903.2388 Probability
+0905.0936 Differential Geometry
+0910.0989 Algebraic Geometry
+0910.2930
+0911.5468 Algebraic Geometry
+0912.2945 Mesoscale and Nanoscale Physics
+0912.4613 Networking and Internet Architecture
+1001.3706 Cosmology and Nongalactic Astrophysics
+1002.2852 Classical Analysis and ODEs
+1002.3179 Materials Science
+1002.3957 Dynamical Systems
+1002.4669 Differential Geometry
+1003.3358 Phenomenology
+1004.4039 Lattice
+1004.4161 Operator Algebras
+1004.5333 Phenomenology
+1005.0142 Classical Analysis and ODEs
+1005.1131 Lattice
+1005.2622 Phenomenology
+1005.2676 Phenomenology
+1006.0758 Mathematical Software
+1007.2413 Strongly Correlated Electrons
+1008.1736 Combinatorics
+1008.2742 Atmospheric and Oceanic Physics
+1008.3662 Number Theory
+1010.0665 Algebraic Geometry
+1010.5165 Logic
+1011.1089 Superconductivity
+1011.1709 Materials Science
+1011.4697 Classical Analysis and ODEs
+1011.6626 Logic
+1012.0143 Strongly Correlated Electrons
+1012.0301 Theory
+1012.1738
+1101.4129
+1102.0915
+1102.1501 Analysis of PDEs
+1103.1217 Algebraic Geometry
+1103.3262 Number Theory
+1104.1401 Space Physics
+1104.2378 General Physics
+1104.4374 Solar and Stellar Astrophysics
+1105.4455 Theory
+1105.5019 High Energy Astrophysical Phenomena
+1106.0287 Operator Algebras
+1106.1960 Statistical Mechanics
+1106.2470 Logic
+1106.4792 Materials Science
+1106.5713
+1106.6128 Strongly Correlated Electrons
+1107.0550 Computer Vision and Pattern Recognition
+1107.0759 General Physics
+1107.2525
+1107.3110 Theory
+1107.3447
+1107.4116 Strongly Correlated Electrons
+1107.4125 Strongly Correlated Electrons
+1107.4965 Information Theory
+1107.5075 Functional Analysis
+1108.0873 Probability
+1108.1222 Strongly Correlated Electrons
+1108.2630 Phenomenology
+1109.0042 Theory
+1109.1017 Experiment
+1109.1223 Lattice
+1109.1323 Soft Condensed Matter
+1109.3378 Logic
+1109.3393 Phenomenology
+1109.3676 Probability
+1109.4543 Exactly Solvable and Integrable Systems
+1109.6167 Probability
+1109.6298 Theory
+1110.1575
+1110.2186 Physics and Society
+1110.3253 Mesoscale and Nanoscale Physics
+1110.4529 Mesoscale and Nanoscale Physics
+1110.5036 Functional Analysis
+1110.6659 Materials Science
+1111.0888 Cosmology and Nongalactic Astrophysics
+1111.1147 Materials Science
+1111.3598
+1112.4415
+1201.1441 Theory
+1201.2074 Cryptography and Security
+1201.2326 Atomic Physics
+1201.2618 Astrophysics of Galaxies
+1201.2714
+1201.3873 Functional Analysis
+1201.3905 Phenomenology
+1201.4556
+1201.4642 Computers and Society
+1201.4644 Spectral Theory
+1201.4648 Accelerator Physics
+1201.4755 Optics
+1201.4797 Geometric Topology
+1201.4867
+1201.4870
+1201.4874
+1201.4881 Algebraic Geometry
+1201.4882 Cosmology and Nongalactic Astrophysics
+1201.4886 Numerical Analysis
+1201.4896 Adaptation and Self-Organizing Systems
+1201.4900 Materials Science
+1201.4903 Numerical Analysis
+1201.4905 Group Theory
+1201.4906 Networking and Internet Architecture
+1201.4908 Neural and Evolutionary Computing
+1201.4911 Algebraic Geometry
+1201.4912 Combinatorics
+1201.4914 Computational Engineering, Finance, and Science
+1201.4915 Classical Analysis and ODEs
+1201.4917 Algebraic Topology
+1201.4923 Chaotic Dynamics
+1201.4939 Materials Science
+1201.4940 Materials Science
+1201.4943 Networking and Internet Architecture
+1201.4944 Complex Variables
+1201.4945
+1201.4946 Networking and Internet Architecture
+1201.4958 K-Theory and Homology
+1201.4963
+1201.4968 Algebraic Geometry
+1201.4969 Statistical Mechanics
+1201.4971 Analysis of PDEs
+1201.4973 Solar and Stellar Astrophysics
+1201.4976 Experiment
+1201.4979
+1201.4985
+1201.4987 Neurons and Cognition
+1201.4991 Differential Geometry
+1201.5002 Analysis of PDEs
+1201.5004
+1201.5006
+1201.5009 Other Computer Science
+1201.5011 Statistical Mechanics
+1201.5016 Complex Variables
+1201.5018 Cosmology and Nongalactic Astrophysics
+1201.5022 Strongly Correlated Electrons
+1201.5024
+1201.5037 Combinatorics
+1201.5043 Rings and Algebras
+1201.5046 Applications
+1201.5055 Numerical Analysis
+1201.5057 Theory
+1201.5059 Number Theory
+1201.5065 Numerical Analysis
+1201.5070 Logic in Computer Science
+1201.5072 Mesoscale and Nanoscale Physics
+1201.5074 Differential Geometry
+1201.5080
+1201.5081 Rings and Algebras
+1201.5082 Quantitative Methods
+1201.5083 Rings and Algebras
+1201.5088 Number Theory
+1201.5094 Atomic Physics
+1201.5095 Materials Science
+1201.5102 Digital Libraries
+1201.5104 Atomic and Molecular Clusters
+1201.5110 Accelerator Physics
+cond-mat/0006164 Strongly Correlated Electrons
+cond-mat/0201465 Mesoscale and Nanoscale Physics
+cond-mat/0203122 Superconductivity
+cond-mat/0205193 Strongly Correlated Electrons
+cond-mat/0206383 Disordered Systems and Neural Networks
+cond-mat/0210460 Statistical Mechanics
+cond-mat/0210674 Statistical Mechanics
+cond-mat/0211479 Statistical Mechanics
+cond-mat/0504111 Other Condensed Matter
+cond-mat/9803113 Superconductivity
+cond-mat/9807362 Statistical Mechanics
+cond-mat/9904245 Mesoscale and Nanoscale Physics
+gr-qc/0703018
+hep-th/0201129 Theory
+hep-th/0606194 Theory
+math/0211279 Commutative Algebra
+math/0307280 Combinatorics
+math/0308202 Number Theory
+math/0401373 Combinatorics
+math/0402418 Commutative Algebra
+math/0405247 Commutative Algebra
+math/0502344 Algebraic Geometry
+0707.2405 Differential Geometry
+0707.3062 Number Theory
+0709.1570 Number Theory
+0710.2424 Number Theory
+0711.4898 Number Theory
+0712.2365 Number Theory
+0801.1451 Number Theory
+0802.0430 Strongly Correlated Electrons
+0803.2483 Number Theory
+0805.4008 Strongly Correlated Electrons
+0807.2660 Materials Science
+0810.5496 Number Theory
+0812.0355 General Physics
+0812.0939 Statistical Mechanics
+0904.0941 Instrumentation and Methods for Astrophysics
+0906.5191 Differential Geometry
+0907.5323 Number Theory
+0908.3780
+0911.2958 Differential Geometry
+1002.0790 Operator Algebras
+1002.1379 High Energy Astrophysical Phenomena
+1002.3760 Theory
+1003.4767
+1004.1866 Analysis of PDEs
+1004.3892
+1004.4543 Symplectic Geometry
+1005.1786 Theory
+1006.4997 Theory
+1007.2520 Metric Geometry
+1008.3105 Experiment
+1009.5797 Classical Analysis and ODEs
+1010.2149 Analysis of PDEs
+1011.2696 Lattice
+1011.2956 Number Theory
+1011.3236 Algebraic Geometry
+1012.1978 Chaotic Dynamics
+1012.4953 Theory
+1101.5818 Mesoscale and Nanoscale Physics
+1102.2849 Probability
+1105.2117 Strongly Correlated Electrons
+1105.5042 Theory
+1107.3351 Applications
+1108.3922 Theory
+1109.0079
+1109.1125 Combinatorics
+1110.0555
+1110.0708 Number Theory
+1110.1159 Strongly Correlated Electrons
+1110.3009 Differential Geometry
+1110.4590 Number Theory
+1110.6093
+1110.6873
+1111.0932 Cosmology and Nongalactic Astrophysics
+1111.2804 Number Theory
+1111.3559
+1111.6094 Functional Analysis
+1111.6800 Number Theory
+1112.0422 Theory
+1112.1992 Disordered Systems and Neural Networks
+1112.2808 Experiment
+1112.4724 Analysis of PDEs
+1112.5195 Atomic Physics
+1112.5310 Experiment
+1201.0084 Theory
+1201.0350 Biological Physics
+1201.2793 Chaotic Dynamics
+1201.4633 Mesoscale and Nanoscale Physics
+1201.5369 Strongly Correlated Electrons
+1201.6244 Mesoscale and Nanoscale Physics
+1202.1635 Dynamical Systems
+1202.2169 Machine Learning
+1202.4820 Strongly Correlated Electrons
+1202.5775 Quantum Gases
+1203.1216 Materials Science
+1203.1498
+1203.4054 Distributed, Parallel, and Cluster Computing
+1203.4498
+1203.5331 Phenomenology
+1204.0334 Information Theory
+1204.1735 Phenomenology
+1204.1737 Phenomenology
+1204.1968 Theory
+1204.2197
+1204.2528 Optics
+1204.2554 Cosmology and Nongalactic Astrophysics
+1204.2682 Superconductivity
+1204.3719 Information Theory
+1204.3863 Populations and Evolution
+1204.4604
+1204.4713
+1204.5425 Phenomenology
+1205.1737 Hardware Architecture
+1205.2462 Mesoscale and Nanoscale Physics
+1205.2825 Physics and Society
+1205.4956 Theory
+1205.6285 Symbolic Computation
+1205.6763
+1205.6866 Rings and Algebras
+1206.0565 Phenomenology
+1206.1543 Mesoscale and Nanoscale Physics
+1206.2436 Computational Complexity
+1207.0169 Logic
+1207.0190 Differential Geometry
+1207.0551 Optics
+1207.0761 Phenomenology
+1207.2142 Combinatorics
+1207.2924
+1207.3870 Materials Science
+1207.4388 Materials Science
+1207.5145 Biological Physics
+1207.5721 Physics and Society
+1207.5774 Computer Vision and Pattern Recognition
+1207.6003 History and Philosophy of Physics
+1207.6164 Computers and Society
+1207.6378
+1207.6397 Solar and Stellar Astrophysics
+1207.6403 Cosmology and Nongalactic Astrophysics
+1207.6413 Accelerator Physics
+1207.6417 Solar and Stellar Astrophysics
+1207.6418 Solar and Stellar Astrophysics
+1207.6420 Phenomenology
+1207.6423 Trading and Market Microstructure
+1207.6428 Physics and Society
+1207.6433 Statistical Mechanics
+1207.6438 Information Theory
+1207.6445 Computational Engineering, Finance, and Science
+1207.6448 Databases
+1207.6450 Differential Geometry
+1207.6452 Computational Geometry
+1207.6455 Astrophysics of Galaxies
+1207.6456 Strongly Correlated Electrons
+1207.6458 Complex Variables
+1207.6463 Algebraic Geometry
+1207.6464 Probability
+1207.6467
+1207.6468 Differential Geometry
+1207.6471 Phenomenology
+1207.6473 Functional Analysis
+1207.6474 Computational Geometry
+1207.6482 Optics
+1207.6483 Probability
+1207.6486 Superconductivity
+1207.6490 Optimization and Control
+1207.6494
+1207.6495 Complex Variables
+1207.6496 Mesoscale and Nanoscale Physics
+1207.6497
+1207.6504 Applications
+1207.6510 Differential Geometry
+1207.6514 Artificial Intelligence
+1207.6516
+1207.6521 Phenomenology
+1207.6533 Phenomenology
+1207.6535 Analysis of PDEs
+1207.6540 Information Theory
+1207.6541 Programming Languages
+1207.6555
+1207.6560 Databases
+1207.6565 Materials Science
+1207.6570 Space Physics
+1207.6574 Theory
+1207.6575 Computational Physics
+1207.6576 Fluid Dynamics
+1207.6585 Materials Science
+1207.6593 Mesoscale and Nanoscale Physics
+1207.6603 Networking and Internet Architecture
+1207.6606 Methodology
+1207.6610 Classical Analysis and ODEs
+1207.6612 Combinatorics
+1207.6617 Optimization and Control
+1207.6621 Accelerator Physics
+1207.6622 Logic
+1207.6623 Analysis of PDEs
+1207.6624
+1207.6628 Optimization and Control
+1207.6629
+1207.6630 Networking and Internet Architecture
+astro-ph/0010221
+astro-ph/9608097
+astro-ph/9904406
+chao-dyn/9903006 Chaotic Dynamics
+chao-dyn/9905034 Chaotic Dynamics
+cond-mat/9906223 Materials Science
+hep-ex/0103041 Experiment
+hep-ex/0103047 Experiment
+hep-ph/0509021 Phenomenology
+hep-ph/0603193 Phenomenology
+math/0610286 Number Theory
+math/0703925 Number Theory
+nlin/0007030 Chaotic Dynamics
+nucl-th/0009088
+physics/0012025 General Physics
+physics/9805028 General Physics
+physics/9906059 General Physics
+0705.2160 Algebraic Geometry
+0708.3136 Atmospheric and Oceanic Physics
+0709.1730 Mesoscale and Nanoscale Physics
+0802.0453
+0901.0716 Cosmology and Nongalactic Astrophysics
+0902.3220 Group Theory
+0907.4465
+1002.4361 Combinatorics
+1004.0880 Theory
+1005.2083
+1006.2299 Theory
+1006.2575 Geometric Topology
+1008.3686 Theory
+1009.2013
+1009.5348 Mesoscale and Nanoscale Physics
+1009.5561 Theory
+1011.4687 Computational Physics
+1012.3219 Representation Theory
+1101.1790 Chemical Physics
+1101.5227 Computational Complexity
+1102.4608 Theory
+1103.1704 Algebraic Geometry
+1103.4951 Statistics Theory
+1105.3890 Phenomenology
+1105.4398 Rings and Algebras
+1106.3180 Geometric Topology
+1106.5858 Probability
+1107.1924 Superconductivity
+1107.2321 Number Theory
+1107.2494 Commutative Algebra
+1107.2509 Data Structures and Algorithms
+1107.3023 Theory
+1107.3446 Classical Physics
+1108.3217 Mesoscale and Nanoscale Physics
+1109.1158 Materials Science
+1109.1537 Superconductivity
+1109.3719 Strongly Correlated Electrons
+1109.3893 Data Structures and Algorithms
+1110.1339
+1110.2775
+1110.4919 Logic
+1111.2034 Phenomenology
+1111.2037
+1111.3657 Strongly Correlated Electrons
+1111.6302 Superconductivity
+1111.6417 Astrophysics of Galaxies
+1111.6949 Phenomenology
+1112.1617 Geometric Topology
+1112.2250 Other Computer Science
+1112.2301 General Physics
+1112.2422 Theory
+1112.5698 Materials Science
+1112.6086 Phenomenology
+1112.6097 Geometric Topology
+1201.1115 Atomic Physics
+1201.3614 Cosmology and Nongalactic Astrophysics
+1201.4103 Theory
+1201.4288 Chaotic Dynamics
+1201.4759
+1201.5917 Materials Science
+1202.0177 Strongly Correlated Electrons
+1202.0706 Probability
+1202.1186 Distributed, Parallel, and Cluster Computing
+1202.2158 Human-Computer Interaction
+1202.3814 Instrumentation and Methods for Astrophysics
+1202.4258 Phenomenology
+1202.5885 Data Structures and Algorithms
+1203.1720 Combinatorics
+1203.4379
+1203.4937 Strongly Correlated Electrons
+1203.5027 Solar and Stellar Astrophysics
+1204.0321 Probability
+1204.0593 Data Analysis, Statistics and Probability
+1204.0914 Popular Physics
+1204.0982 Data Structures and Algorithms
+1204.1023 Solar and Stellar Astrophysics
+1204.1050
+1204.1069 Systems and Control
+1204.1071
+1204.1074 Cosmology and Nongalactic Astrophysics
+1204.1078 Classical Analysis and ODEs
+1204.1080 Systems and Control
+1204.1089 Instrumentation and Methods for Astrophysics
+1204.1090 Functional Analysis
+1204.1094 Neurons and Cognition
+1204.1095 Analysis of PDEs
+1204.1096 Information Theory
+1204.1097 Analysis of PDEs
+1204.1104 Probability
+1204.1105 Experiment
+1204.1106 Optimization and Control
+1204.1112 Spectral Theory
+1204.1114 Statistical Mechanics
+1204.1116 Earth and Planetary Astrophysics
+1204.1118 Representation Theory
+1204.1122
+1204.1123 Exactly Solvable and Integrable Systems
+1204.1126 Numerical Analysis
+1204.1127 Functional Analysis
+1204.1134 Logic
+1204.1137 Medical Physics
+1204.1138 Materials Science
+1204.1140 Cryptography and Security
+1204.1141 Combinatorics
+1204.1143 Differential Geometry
+1204.1146 Number Theory
+1204.1147 Programming Languages
+1204.1148 Solar and Stellar Astrophysics
+1204.1149 Probability
+1204.1156 Systems and Control
+1204.1157 Statistical Mechanics
+1204.1160 Physics and Society
+1204.1162 Information Retrieval
+1204.1169 Other Computer Science
+1204.1172 Information Theory
+1204.1176 Astrophysics of Galaxies
+1204.1177 Computer Vision and Pattern Recognition
+1204.1178 Networking and Internet Architecture
+1204.1179 Hardware Architecture
+1204.1181 Theory
+1204.1184 Combinatorics
+1204.1185 Databases
+1204.1186 Algebraic Geometry
+1204.1187 Numerical Analysis
+1204.1195 Theory
+1204.1198 Computer Vision and Pattern Recognition
+1204.1201 Networking and Internet Architecture
+1204.1203 Astrophysics of Galaxies
+1204.1206 Networking and Internet Architecture
+1204.1207 Networking and Internet Architecture
+1204.1215 Data Structures and Algorithms
+1204.1221 Theory
+1204.1222 High Energy Astrophysical Phenomena
+1204.1224
+1204.1225 Distributed, Parallel, and Cluster Computing
+1204.1232 Software Engineering
+1204.1234 Probability
+1204.1241 Networking and Internet Architecture
+1204.1242 Functional Analysis
+1204.1243 Networking and Internet Architecture
+1204.1245 Networking and Internet Architecture
+1204.1248 Probability
+1204.1249 Phenomenology
+1204.1256 Quantum Gases
+1204.1267 High Energy Astrophysical Phenomena
+1204.1268 Differential Geometry
+1204.1277 Artificial Intelligence
+1204.1282 Dynamical Systems
+1204.1283 Combinatorics
+1204.1288
+1204.1292 Number Theory
+1204.1294 Number Theory
+1204.1296 Cryptography and Security
+1204.1298 Symbolic Computation
+1204.1300 Number Theory
+1204.1303 Methodology
+1204.1308 Differential Geometry
+1204.1315 Number Theory
+1204.1328 Number Theory
+math-ph/0511033
+math/0103164 Algebraic Geometry
+math/0403260 Algebraic Geometry
+math/0607580 Algebraic Geometry
+physics/9706033 General Physics
+0705.4299 Number Theory
+0706.2225
+0707.4610 Classical Analysis and ODEs
+0803.4334 Spectral Theory
+0804.1217
+0903.5287 Geometric Topology
+0907.0580 Phenomenology
+0910.5074 Phenomenology
+0912.4213 Combinatorics
+1001.3630 Number Theory
+1002.4393 Phenomenology
+1004.2182 Probability
+1004.2737 Symplectic Geometry
+1008.3201 Complex Variables
+1009.4239 Probability
+1010.0075
+1010.1312 High Energy Astrophysical Phenomena
+1011.3634 Spectral Theory
+1011.3790 Classical Analysis and ODEs
+1101.0866 High Energy Astrophysical Phenomena
+1101.2225 Subcellular Processes
+1101.4837 Analysis of PDEs
+1102.5141 Biomolecules
+1103.1715 Classical Analysis and ODEs
+1103.2021 Statistics Theory
+1104.2036 General Physics
+1104.4556 Commutative Algebra
+1104.5109 Probability
+1105.1463 Cosmology and Nongalactic Astrophysics
+1106.2254
+1106.2986 Combinatorics
+1107.3860 Atomic Physics
+1107.4373 Combinatorics
+1108.0424 Theory
+1109.0460 Phenomenology
+1109.1634 Combinatorics
+1109.5661
+1109.6510 Information Theory
+1110.0118 Strongly Correlated Electrons
+1111.0853
+1111.4931 Phenomenology
+1111.5907 Theory
+1111.5969 Mesoscale and Nanoscale Physics
+1111.6033 Atomic Physics
+1112.0644 Instrumentation and Methods for Astrophysics
+1112.0911 Mesoscale and Nanoscale Physics
+1112.0913 Mesoscale and Nanoscale Physics
+1112.1525
+1112.4327 Numerical Analysis
+1112.4762 Cosmology and Nongalactic Astrophysics
+1112.6054
+1201.0930 Algebraic Geometry
+1201.1752 Statistical Mechanics
+1201.1895 High Energy Astrophysical Phenomena
+1201.2533 Mesoscale and Nanoscale Physics
+1201.4243 Cryptography and Security
+1201.4357 Commutative Algebra
+1201.4670
+1201.5852 Cosmology and Nongalactic Astrophysics
+1201.6295 Mesoscale and Nanoscale Physics
+1202.0802 Complex Variables
+1202.1043 Theory
+1202.1423 Strongly Correlated Electrons
+1202.1932 Strongly Correlated Electrons
+1202.1942 Classical Physics
+1202.2141
+1202.3060 Theory
+1202.3069 Astrophysics of Galaxies
+1202.3591 Mesoscale and Nanoscale Physics
+1202.3793
+1202.4529 Statistical Mechanics
+1202.5532 Strongly Correlated Electrons
+1202.5616 Chaotic Dynamics
+1203.1109 Phenomenology
+1203.1463 Cryptography and Security
+1203.2803 Materials Science
+1203.4447 Statistical Mechanics
+1203.5968 Statistical Mechanics
+1204.0209 Differential Geometry
+1204.1136 Data Structures and Algorithms
+1204.1204 Computational Physics
+1204.1205 Computational Physics
+1204.1261 Phenomenology
+1204.1605 Statistics Theory
+1204.2272 Cosmology and Nongalactic Astrophysics
+1204.2694 Fluid Dynamics
+1204.2902 Phenomenology
+1204.3453 Computers and Society
+1204.3948 High Energy Astrophysical Phenomena
+1204.4407 Theory
+1204.5527
+1204.6149
+1204.6348 Superconductivity
+1204.6627 Theory
+1205.0389 Theory
+1205.1102 Software Engineering
+1205.2871 Cosmology and Nongalactic Astrophysics
+1205.3693 Mesoscale and Nanoscale Physics
+1205.4300 Statistical Mechanics
+1205.4422 Differential Geometry
+1205.6268
+1206.0947
+1206.3662 Theory
+1206.4756 Quantum Gases
+1206.5017 Probability
+1206.6509 Earth and Planetary Astrophysics
+1207.0283 Materials Science
+1207.0455 Strongly Correlated Electrons
+1207.1024 Probability
+1207.1257 Logic in Computer Science
+1207.1507
+1207.1832 Artificial Intelligence
+1207.1863 Materials Science
+1207.1964 Analysis of PDEs
+1207.1966 Statistical Mechanics
+1207.2149 Cosmology and Nongalactic Astrophysics
+1207.2162 Chaotic Dynamics
+1207.2165 Solar and Stellar Astrophysics
+1207.2170 History and Overview
+1207.2178 Combinatorics
+1207.2185 Materials Science
+1207.2188
+1207.2190
+1207.2191
+1207.2193 Phenomenology
+1207.2208
+1207.2209 Statistical Mechanics
+1207.2211 Information Theory
+1207.2212 Classical Analysis and ODEs
+1207.2220 Analysis of PDEs
+1207.2222 Biological Physics
+1207.2223 Lattice
+1207.2224 Biological Physics
+1207.2234 Software Engineering
+1207.2235 Multiagent Systems
+1207.2236 Software Engineering
+1207.2237 Software Engineering
+1207.2240 Networking and Internet Architecture
+1207.2242 Quantitative Methods
+1207.2243 Symbolic Computation
+1207.2244 Quantum Algebra
+1207.2245 Strongly Correlated Electrons
+1207.2248 Functional Analysis
+1207.2250 Quantum Algebra
+1207.2253 Optimization and Control
+1207.2254 Computational Engineering, Finance, and Science
+1207.2255 Adaptation and Self-Organizing Systems
+1207.2257 Differential Geometry
+1207.2264 Populations and Evolution
+1207.2265 Computation and Language
+1207.2268 Multimedia
+1207.2269 Optics
+1207.2270 Probability
+1207.2278
+1207.2279 Atmospheric and Oceanic Physics
+1207.2280 Computers and Society
+1207.2281 Probability
+1207.2282 Algebraic Geometry
+1207.2283 Numerical Analysis
+1207.2287 Analysis of PDEs
+1207.2291 Mathematical Software
+1207.2300 Mathematical Software
+1207.2303 Analysis of PDEs
+1207.2306 Geophysics
+1207.2313 Quantum Algebra
+1207.2317 Data Structures and Algorithms
+1207.2320 Optimization and Control
+1207.2322 Rings and Algebras
+1207.2323
+1207.2324 Other Condensed Matter
+1207.2327 Functional Analysis
+1207.2330 Phenomenology
+1207.2331 Mesoscale and Nanoscale Physics
+1207.2332 Geophysics
+1207.2336 Formal Languages and Automata Theory
+1207.2337
+1207.2341 Data Structures and Algorithms
+1207.2345 Discrete Mathematics
+1207.2347 Functional Analysis
+1207.2348 Dynamical Systems
+1207.2350 Solar and Stellar Astrophysics
+1207.2354 Computational Complexity
+1207.2355 Analysis of PDEs
+1207.2359 Optics
+1207.2360 Superconductivity
+1207.2368 Number Theory
+1207.2369 Classical Analysis and ODEs
+1207.2372
+1207.2373 Artificial Intelligence
+1207.2378 Computation
+1207.2387 Mesoscale and Nanoscale Physics
+1207.2397 Phenomenology
+1207.2401 Probability
+1207.2402 Materials Science
+1207.2406 Information Theory
+1207.2407 Classical Analysis and ODEs
+1207.2417 Analysis of PDEs
+1207.2422 Machine Learning
+1207.2424 Quantitative Methods
+1207.2426 Computer Vision and Pattern Recognition
+1207.2430 Combinatorics
+1207.2434 Numerical Analysis
+1207.2435 Classical Analysis and ODEs
+1207.2437 Soft Condensed Matter
+1207.2440 Machine Learning
+1207.2444 Phenomenology
+1207.2446 Representation Theory
+1207.2450 Statistics Theory
+1207.2452 Computational Finance
+1207.2459 Artificial Intelligence
+cond-mat/0611688 Mesoscale and Nanoscale Physics
+nlin/0302017 Pattern Formation and Solitons
+0711.4225 General Finance
+0809.1719 Functional Analysis
+0812.3631 Algebraic Geometry
+0904.1048 Classical Analysis and ODEs
+0906.3660 Algebraic Topology
+0908.4334 Statistics Theory
+0910.1015 Optics
+0912.0834
+0912.3222 Numerical Analysis
+0912.3954 Genomics
+1003.0922 Chaotic Dynamics
+1003.4709 Other Condensed Matter
+1004.0977 Probability
+1004.1360 Differential Geometry
+1004.5422 Statistical Mechanics
+1007.0968
+1008.3035 Information Theory
+1009.1527 Genomics
+1010.0429 Number Theory
+1010.1761 Analysis of PDEs
+1010.4538 Numerical Analysis
+1011.1922 Combinatorics
+1012.0509 Algebraic Topology
+1101.1842
+1102.0080 Algebraic Geometry
+1103.1855 Geometric Topology
+1103.4879
+1104.4187
+1105.5640 Systems and Control
+1106.2844 Combinatorics
+1106.4905
+1107.1674 Mesoscale and Nanoscale Physics
+1107.3369 Phenomenology
+1108.2981 Probability
+1109.1031 Classical Analysis and ODEs
+1110.2019
+1110.2136 Learning
+1110.2805 Numerical Analysis
+1110.5399 Geometric Topology
+1111.3521
+1111.3887 Chaotic Dynamics
+1111.5924 Algebraic Geometry
+1112.0416 Distributed, Parallel, and Cluster Computing
+1112.0679 Cosmology and Nongalactic Astrophysics
+1112.0798 Statistical Mechanics
+1112.1155 Materials Science
+1112.1828 Computational Geometry
+1112.6319 Mesoscale and Nanoscale Physics
+1201.0621 Algebraic Geometry
+1201.2190 Cosmology and Nongalactic Astrophysics
+1201.3096 Strongly Correlated Electrons
+1201.4277
+1201.4747
+1201.4820 Cosmology and Nongalactic Astrophysics
+1201.6619 Mesoscale and Nanoscale Physics
+1202.0193 Statistics Theory
+1202.4076 Data Structures and Algorithms
+1202.4965 Theory
+1202.5082 Superconductivity
+1202.5389 Strongly Correlated Electrons
+1202.6008 Theory
+1203.0795 Combinatorics
+1203.1009 Quantum Gases
+1203.1130 Chaotic Dynamics
+1203.1310 Optics
+1203.1352
+1203.1755 Optics
+1203.1950 Superconductivity
+1203.1977
+1203.2525
+1203.4493 Experiment
+1203.5779 Mesoscale and Nanoscale Physics
+1203.5910 Mesoscale and Nanoscale Physics
+1204.0016 Quantum Gases
+1204.0971 Phenomenology
+1204.1461 Graphics
+1204.1608 Dynamical Systems
+1204.2485 Physics and Society
+1204.3522 Superconductivity
+1204.3566
+1204.4246 High Energy Astrophysical Phenomena
+1204.4670
+1204.5817 Phenomenology
+1205.2266 Mesoscale and Nanoscale Physics
+1205.2672 Strongly Correlated Electrons
+1205.3676 Distributed, Parallel, and Cluster Computing
+1205.3910 Cosmology and Nongalactic Astrophysics
+1205.5635
+1205.6368 Solar and Stellar Astrophysics
+1205.6590 Number Theory
+1206.0899
+1206.1068
+1206.2662 Risk Management
+1206.2665 Risk Management
+1206.2844 Theory
+1206.3648
+1206.3789 Quantitative Methods
+1206.3996 Classical Analysis and ODEs
+1206.4103 Optimization and Control
+1206.4110 Learning
+1206.4129 Dynamical Systems
+1206.4241 Networking and Internet Architecture
+1206.4323 Mesoscale and Nanoscale Physics
+1206.4327 Social and Information Networks
+1206.4328 Chaotic Dynamics
+1206.4329 Artificial Intelligence
+1206.4335 Quantum Algebra
+1206.4336 Dynamical Systems
+1206.4337 Theory
+1206.4345 Algebraic Topology
+1206.4347 Solar and Stellar Astrophysics
+1206.4349 History and Overview
+1206.4353 Group Theory
+1206.4355 Number Theory
+1206.4356
+1206.4357 Classical Analysis and ODEs
+1206.4361 Quantitative Methods
+1206.4364 Complex Variables
+1206.4368 Numerical Analysis
+1206.4369 Phenomenology
+1206.4372 Strongly Correlated Electrons
+1206.4377 Distributed, Parallel, and Cluster Computing
+1206.4379 Numerical Analysis
+1206.4381 Dynamical Systems
+1206.4384 Phenomenology
+1206.4391 Computer Vision and Pattern Recognition
+1206.4392 Strongly Correlated Electrons
+1206.4393 Combinatorics
+1206.4394 Fluid Dynamics
+1206.4395 Representation Theory
+1206.4398 Combinatorics
+1206.4402 Superconductivity
+1206.4403 Differential Geometry
+1206.4418 Phenomenology
+1206.4427 Phenomenology
+1206.4433 Soft Condensed Matter
+1206.4437 Cosmology and Nongalactic Astrophysics
+1206.4438 Computational Engineering, Finance, and Science
+1206.4443 Algebraic Topology
+1206.4453 Analysis of PDEs
+1206.4457 Materials Science
+1206.4458 Logic in Computer Science
+1206.4463 Theory
+1206.4467 Algebraic Geometry
+1206.4480 Algebraic Geometry
+1